-1) {\n var c = this.connectionList.selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n this.updateLists();\n this.displayInitialScript();\n } \n}","funcProperties":{"__isSmartRef__":true,"id":1228},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1227":{"this":{"__isSmartRef__":true,"id":402}},"1228":{},"1229":{"varMapping":{"__isSmartRef__":true,"id":1230},"source":"function updateLists() {\n this.scriptList.setList(this.sortedScriptNamesOfObj(this.target));\n var scriptListItems = this.scriptList.getList();\n scriptListItems.unshift(\"-- ALL --\");\n this.scriptList.setList(scriptListItems);\n\n this.connectionList.setList(this.sortedConnectionNamesOfObj(this.target));\n var connectionListItems = this.connectionList.getList();\n connectionListItems.unshift(\"-- ALL --\");\n this.connectionList.setList(connectionListItems);\n}","funcProperties":{"__isSmartRef__":true,"id":1231},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1230":{"this":{"__isSmartRef__":true,"id":402}},"1231":{},"1232":{"varMapping":{"__isSmartRef__":true,"id":1233},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.selectAt(0);\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.selectAt(0);\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":1234},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1233":{"this":{"__isSmartRef__":true,"id":402}},"1234":{},"1235":{"varMapping":{"__isSmartRef__":true,"id":1236},"source":"function reset() {\n this.target = null;\n this.scriptPane.doitContext = null;\n this.scriptList.setList();\n this.connectionList.setList();\n this.scriptPane.setTextString(\"\");\n this.morphSelector.reset();\n}","funcProperties":{"__isSmartRef__":true,"id":1237},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1236":{"this":{"__isSmartRef__":true,"id":402}},"1237":{},"1238":{"varMapping":{"__isSmartRef__":true,"id":1239},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n var index = this.scriptList.getList().indexOf(addScriptMatches[0]);\n if (index > -1) { \n return this.scriptList.selectAt(index);\n }\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i","selection":{"__isSmartRef__":true,"id":1474},"_ClipMode":"visible","prevScroll":[0,0],"listMorph":null,"derivationIds":[221,"4AC64FBA-95AC-42B2-A078-B6DA97889093","E26ED0E6-C4CE-4C82-94D5-175270E8459E","D292F2FC-C2B6-48AE-B779-8CC5868FFA49","53A862EB-032C-4BF0-9B21-58C7E0C0A9B2","CC4D188B-510F-48DE-A0E1-EC8D2CD63F9F","0CD057F2-3517-4849-A69E-1EF79B05ACE8","66EBBB7D-8FA7-4D43-AE78-A18DA3B970BA","A50C1893-4138-4E29-865B-92F53F76D08A","1EC5D2B9-3539-419A-8DD6-CE82DEABB02C","95DC06D5-F4C7-49E2-8A01-110D1B0AFBD0","672DEFAB-2BE5-4C60-9779-3B44694FBEB1","E3476213-5872-492C-BE29-0C6A5A150ED8","AA2F6ABE-1CCB-403D-94DD-8FB371F3DDCE","54B67D51-AB19-40A0-A2A6-EC51F3171CAC","1CF44342-896F-4ACB-847F-7CB3CD10ED5A","279A9257-1667-4E0C-844B-A4E0D02462F0","DDCBD835-4B3F-4B8F-9623-696DA76C3A2C","D2CB17F3-5DD0-4E97-BF99-40A95ABF976B","FA519665-2394-43D3-8DCF-802A158F3291","90519BB5-7419-46E0-B7E3-4C26304F3414","3282D25E-B004-4531-8508-173EB73B479E","5A6C6654-2943-456D-ADD5-9BABB678CCEB","2CE14C8B-AC56-448D-B64E-FF044AF082CA"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1491},"__LivelyClassName__":"lively.morphic.Button"},"1425":{"submorphs":[],"scripts":[],"id":"892ABA0A-B654-44A3-AF97-65DEEC6E2CBC","shape":{"__isSmartRef__":true,"id":1426},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":220,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":1432},"textColor":{"__isSmartRef__":true,"id":1429},"owner":{"__isSmartRef__":true,"id":1424},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":1433}],"padding":{"__isSmartRef__":true,"id":1435},"_Padding":{"__isSmartRef__":true,"id":1435},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":1436},"attributeConnections":[{"__isSmartRef__":true,"id":1437}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"renderContextTable":{"__isSmartRef__":true,"id":1438},"eventHandler":{"__isSmartRef__":true,"id":1439},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":220,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":10,"derivationIds":[222,"30F054A3-7658-405B-8098-B7D87AA8A9ED","556D6E07-45B7-42EC-A486-DE275EF0B034","06B0B080-467A-46CC-8B0D-9C0A9B9A71F1","5E2D96C9-BB9B-4735-8673-A79847435197","B48AA022-2022-4A2A-9090-4D884FB3DFD3","8B2F743A-98C5-45E1-B03C-5019114EAC47","D09C56C3-A2DC-4BDF-B8A1-6365138ECD01","74158C3D-B79E-43E7-B111-48701B10ACE2","B19E117B-E40F-4B9F-86AC-BFB2AAFD5336","4E3B3D72-E52C-44ED-AE32-78939BA1ECFD","2459D1F0-E49C-4882-AB4C-D78C1A496962","3D8D3B02-0459-45C1-A606-D0DB4B07958C","78AAE288-D261-4BEA-9436-C8C31B890B44","2E10F795-9892-4BF7-9A46-BCB90FD6112E","DE32EFA9-C920-42F6-9F2E-7EDABEC006AF","23FBFC79-1927-48FD-8C1C-09FFD7539784","3409506C-9BAE-43DA-BCAF-94392F9646DF","ED94289E-98FC-4126-9EED-25FDC98D5BFC","63C2F1D8-3A1B-464B-9945-1F661D4CFE26","782AAB82-32E9-4A37-9DC0-3118636C2CCE","C07C687C-4B3D-4283-8791-5718737E1552","74A5D564-D190-453E-BBC6-1A142995D7C8","57D69FC8-C0A7-4222-A115-D0728F5C223E"],"_TextColor":{"__isSmartRef__":true,"id":1440},"partsBinMetaInfo":{"__isSmartRef__":true,"id":1441},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"1426":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":1427},"_Extent":{"__isSmartRef__":true,"id":1428},"_BorderColor":{"__isSmartRef__":true,"id":1429},"renderContextTable":{"__isSmartRef__":true,"id":1430},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":1431},"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1427":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1428":{"x":220,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"1429":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1430":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"1431":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1432":{"x":2.000000000000682,"y":1.0000000000002274,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"1433":{"style":{"__isSmartRef__":true,"id":1434},"chunkOwner":{"__isSmartRef__":true,"id":1425},"storedString":"empty","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"1434":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"1435":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1436":{"x":220,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"1437":{"sourceObj":{"__isSmartRef__":true,"id":1425},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":1424},"targetMethodName":"selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1438":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"1439":{"morph":{"__isSmartRef__":true,"id":1425},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1440":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1441":{"requiredModules":[],"idOnLoad":"892ABA0A-B654-44A3-AF97-65DEEC6E2CBC","__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"1442":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":1443},"_Extent":{"__isSmartRef__":true,"id":1444},"_Fill":{"__isSmartRef__":true,"id":1445},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":1455},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":1456},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":1457},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1443":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1444":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1445":{"stops":[{"__isSmartRef__":true,"id":1446},{"__isSmartRef__":true,"id":1448},{"__isSmartRef__":true,"id":1450},{"__isSmartRef__":true,"id":1452}],"vector":{"__isSmartRef__":true,"id":1454},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"1446":{"offset":0,"color":{"__isSmartRef__":true,"id":1447}},"1447":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1448":{"offset":0.4,"color":{"__isSmartRef__":true,"id":1449}},"1449":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1450":{"offset":0.6,"color":{"__isSmartRef__":true,"id":1451}},"1451":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1452":{"offset":1,"color":{"__isSmartRef__":true,"id":1453}},"1453":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1454":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1455":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1456":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"1457":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1458":{"x":241.15654326393178,"y":10.051355170230636,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"1459":{"stops":[{"__isSmartRef__":true,"id":1460},{"__isSmartRef__":true,"id":1462},{"__isSmartRef__":true,"id":1464},{"__isSmartRef__":true,"id":1466}],"vector":{"__isSmartRef__":true,"id":1454},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"1460":{"offset":0,"color":{"__isSmartRef__":true,"id":1461}},"1461":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1462":{"offset":0.4,"color":{"__isSmartRef__":true,"id":1463}},"1463":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1464":{"offset":0.6,"color":{"__isSmartRef__":true,"id":1465}},"1465":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1466":{"offset":1,"color":{"__isSmartRef__":true,"id":1467}},"1467":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1468":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1469":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","idOnLoad":"FEAAD381-2FD5-4B3D-AC5D-AFE76BD8DA98","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"1470":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"1471":{"morph":{"__isSmartRef__":true,"id":1424},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1472":{"x":163.49122475735174,"y":-15.233000571157135,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1473":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1474":{"submorphs":[],"scripts":[],"id":181,"shape":{"__isSmartRef__":true,"id":1475},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":1481},"_MaxTextWidth":580,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":1482},"showsHalos":false,"_FontSize":28,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Title","partsBinMetaInfo":{"__isSmartRef__":true,"id":1483},"_TextColor":{"__isSmartRef__":true,"id":1484},"renderContextTable":{"__isSmartRef__":true,"id":1485},"textChunks":[{"__isSmartRef__":true,"id":1486}],"eventHandler":{"__isSmartRef__":true,"id":1488},"priorExtent":{"__isSmartRef__":true,"id":1489},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":580,"_MinTextHeight":null,"_Rotation":0,"_Scale":1.002003004005006,"previousSelection":[35,35],"priorSelectionRange":[23,23],"charsReplaced":"WIP / Proof of Concept","lastFindLoc":22,"distanceToDragEvent":{"__isSmartRef__":true,"id":1490},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","isCopyMorphRef":true,"morphRefId":2,"prevScroll":[0,0],"__LivelyClassName__":"lively.morphic.Text"},"1475":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":1476},"_Extent":{"__isSmartRef__":true,"id":1477},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1478},"renderContextTable":{"__isSmartRef__":true,"id":1479},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":1480},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1476":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1477":{"x":580,"y":43,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1478":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1479":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"1480":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1481":{"x":37,"y":23,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1482":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1483":{"partsSpaceName":"PartsBin/Worlds/","__SourceModuleName__":"Global.lively.PartsBin","comment":"For example a world title.","partName":"Title","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"1484":{"r":0,"g":0.309,"b":0.595,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1485":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"1486":{"style":{"__isSmartRef__":true,"id":1487},"chunkOwner":{"__isSmartRef__":true,"id":1474},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"1487":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"1488":{"morph":{"__isSmartRef__":true,"id":1474},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1489":{"x":580,"y":43,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1490":{"x":221,"y":-12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1491":{"createListMorph":{"__isSmartRef__":true,"id":1492},"getList":{"__isSmartRef__":true,"id":1495},"removeList":{"__isSmartRef__":true,"id":1499},"reset":{"__isSmartRef__":true,"id":1502},"displayTopLevelMorphs":{"__isSmartRef__":true,"id":1506},"onMouseDown":{"__isSmartRef__":true,"id":1509},"setTargetOfPane":{"__isSmartRef__":true,"id":1517},"setTargetToListSelection":{"__isSmartRef__":true,"id":1521},"onBlur":{"__isSmartRef__":true,"id":1525},"setTarget":{"__isSmartRef__":true,"id":1532},"setTargetOnSelection":{"__isSmartRef__":true,"id":1536},"getItems":{"__isSmartRef__":true,"id":1540},"createGroupTree":{"__isSmartRef__":true,"id":1543},"createWorldTree":{"__isSmartRef__":true,"id":1546},"highlightCurrentTarget":{"__isSmartRef__":true,"id":1549},"setHighlight":{"__isSmartRef__":true,"id":1552},"removeHighlight":{"__isSmartRef__":true,"id":1555}},"1492":{"varMapping":{"__isSmartRef__":true,"id":1493},"source":"function createListMorph() {\n var items = this.getItems(),\n height = this.owner.getExtent().y,\n bounds = new Rectangle(0, this.getExtent().y, this.getExtent().x, height),\n that = this\n\n var listMorph = new lively.morphic.Tree();\n listMorph.setName(\"MorphSelectorTree\")\n listMorph.getLayouter().defer()\n listMorph.setItem(items);\n listMorph.setBounds(bounds)\n listMorph.disableGrabbing()\n listMorph.disableDragging()\n listMorph.setBorderWidth(1)\n listMorph.setBorderColor(Color.rgb(150,150,150))\n listMorph.childNodes.each(function (n) {\n n.expand()\n })\n this.highlightCurrentTarget(listMorph)\n\n return listMorph;\n}","funcProperties":{"__isSmartRef__":true,"id":1494},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1493":{"this":{"__isSmartRef__":true,"id":1424}},"1494":{},"1495":{"varMapping":{"__isSmartRef__":true,"id":1496},"source":"function getList() {\n var worldEntry = {\n isListItem: true,\n selectionString: 'World',\n string: 'World',\n value: this.world()\n };\n var list = this.world().indentedListItemsOfMorphNames();\n list.unshift(worldEntry);\n return list;\n}","funcProperties":{"__isSmartRef__":true,"id":1497},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1496":{"this":{"__isSmartRef__":true,"id":1424}},"1497":{"timestamp":{"__isSmartRef__":true,"id":1498},"user":"lauritz","tags":[]},"1498":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:12:23 GMT+0100 (Mitteleuropäische Zeit)"},"1499":{"varMapping":{"__isSmartRef__":true,"id":1500},"source":"function removeList() {\n if (this.listMorph && !this.listMorph.stayUp) {\n this.listMorph.remove()\n this.listMorph = null\n } else {\n this.listMorph && delete this.listMorph.stayUp\n }\n}","funcProperties":{"__isSmartRef__":true,"id":1501},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1500":{"this":{"__isSmartRef__":true,"id":1424}},"1501":{},"1502":{"varMapping":{"__isSmartRef__":true,"id":1503},"source":"function reset() {\n this.list = [];\n this.setLabel('empty');\n this.label.setAlign('left');\n this.removeList();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'});\n}","funcProperties":{"__isSmartRef__":true,"id":1504},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1503":{"this":{"__isSmartRef__":true,"id":1424}},"1504":{"timestamp":{"__isSmartRef__":true,"id":1505},"user":"lauritz","tags":[]},"1505":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:34:06 GMT+0100 (Mitteleuropäische Zeit)"},"1506":{"varMapping":{"__isSmartRef__":true,"id":1507},"source":"function displayTopLevelMorphs() {\n var listMorph = this.createListMorph();\n listMorph.setVisible(false)\n this.addMorph(listMorph)\n this.listMorph = listMorph\n\n // need temp here, doesn't work otherwise, strange errors... Javascript WAT\n var layouting = function() {\n listMorph.setVisible(true)\n listMorph.getLayouter().resume()\n }\n layouting.morphicDelay(1)\n}","funcProperties":{"__isSmartRef__":true,"id":1508},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1507":{"this":{"__isSmartRef__":true,"id":1424}},"1508":{},"1509":{"varMapping":{"__isSmartRef__":true,"id":1510},"source":"function onMouseDown(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n // clicked on morph, not the list, not the list's scrollbar\n if (evt.target === this.renderContext().shapeNode)\n this.removeList();\n } else {\n this.displayTopLevelMorphs();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":1515},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1510":{"this":{"__isSmartRef__":true,"id":1424},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1511}},"1511":{"$super":{"__isSmartRef__":true,"id":1512}},"1512":{"varMapping":{"__isSmartRef__":true,"id":1513},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1514},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1513":{"obj":{"__isSmartRef__":true,"id":1424},"name":"onMouseDown"},"1514":{},"1515":{"timestamp":{"__isSmartRef__":true,"id":1516},"user":"lauritz","tags":[]},"1516":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:30:39 GMT+0100 (Mitteleuropäische Zeit)"},"1517":{"varMapping":{"__isSmartRef__":true,"id":1518},"source":"function setTargetOfPane(selection) {\n this.owner.setTarget(selection);\n this.label.setAlign('left');\n}","funcProperties":{"__isSmartRef__":true,"id":1519},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1518":{"this":{"__isSmartRef__":true,"id":1424}},"1519":{"timestamp":{"__isSmartRef__":true,"id":1520},"user":"lauritz","tags":[]},"1520":{"isSerializedDate":true,"string":"Wed Dec 07 2011 04:30:42 GMT+0100 (Mitteleuropäische Zeit)"},"1521":{"varMapping":{"__isSmartRef__":true,"id":1522},"source":"function setTargetToListSelection() { \n var selection = this.listMorph.selection;\n this.removeList();\n if (!selection) return;\n if (this.owner.scriptPane.hasChanged()) {\n var that = this;\n var callback = function (confirmed) {\n if (confirmed) that.setTargetOfPane(selection);\n }\n this.owner.confirmUnsavedChanges(callback);\n } else {\n this.setTargetOfPane(selection);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":1523},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1522":{"this":{"__isSmartRef__":true,"id":1424}},"1523":{"timestamp":{"__isSmartRef__":true,"id":1524},"user":"lauritz","tags":[]},"1524":{"isSerializedDate":true,"string":"Wed Dec 07 2011 06:06:48 GMT+0100 (Mitteleuropäische Zeit)"},"1525":{"varMapping":{"__isSmartRef__":true,"id":1526},"source":"function onBlur(evt) {\n $super(evt);\n \n // workaround - otherwise other morphs get this event\n var target = evt.world.clickedOnMorph\n if (!this.listMorph || !this.listMorph.isAncestorOf(target)) {\n this.removeList();\n } else {\n this.focus()\n }\n}","funcProperties":{"__isSmartRef__":true,"id":1531},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1526":{"this":{"__isSmartRef__":true,"id":1424},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1527}},"1527":{"$super":{"__isSmartRef__":true,"id":1528}},"1528":{"varMapping":{"__isSmartRef__":true,"id":1529},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1530},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1529":{"obj":{"__isSmartRef__":true,"id":1424},"name":"onBlur"},"1530":{},"1531":{},"1532":{"varMapping":{"__isSmartRef__":true,"id":1533},"source":"function setTarget(target) {\n this.label.setTextString(target.getName() || target.toString());\n}","funcProperties":{"__isSmartRef__":true,"id":1534},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1533":{"this":{"__isSmartRef__":true,"id":1424}},"1534":{"timestamp":{"__isSmartRef__":true,"id":1535},"user":"lauritz","tags":[]},"1535":{"isSerializedDate":true,"string":"Wed Dec 07 2011 04:29:39 GMT+0100 (Mitteleuropäische Zeit)"},"1536":{"varMapping":{"__isSmartRef__":true,"id":1537},"source":"function setTargetOnSelection() {\n if (this.listMorph && this.listMorph.renderContext() && this.listMorph.renderContext().listNode.value) {\n this.setTargetToListSelection();\n this.stopStepping();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":1538},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1537":{"this":{"__isSmartRef__":true,"id":1424}},"1538":{"timestamp":{"__isSmartRef__":true,"id":1539},"user":"lauritz","tags":[]},"1539":{"isSerializedDate":true,"string":"Wed Dec 07 2011 06:12:06 GMT+0100 (Mitteleuropäische Zeit)"},"1540":{"varMapping":{"__isSmartRef__":true,"id":1541},"source":"function getItems() {\n var worldEntry = this.createWorldTree(),\n groups = this.createGroupTree()\n\n return {children: [groups, worldEntry]};\n}","funcProperties":{"__isSmartRef__":true,"id":1542},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1541":{"this":{"__isSmartRef__":true,"id":1424}},"1542":{},"1543":{"varMapping":{"__isSmartRef__":true,"id":1544},"source":"function createGroupTree() {\n // groups\n var morphList = this.world().indentedListItemsOfMorphNames(),\n that = this,\n children = morphList.collect(function (element) {\n return element.value.behaviorGroups\n }).compact().flatten().uniq().sort().collect(function (groupName) {\n var selection = that.get(\"MagnifierButton\").newMultiSelection()\n selection.targets = morphList.select(function (element) {\n return element.value.behaviorGroups &&\n element.value.behaviorGroups.indexOf(groupName) >= 0\n }).collect(function (element) {\n return element.value\n })\n selection.setName(groupName)\n var listName = groupName + \" [\" + selection.targets.length + \"]\"\n return {\n isListItem: true,\n selectionString: listName,\n name: listName,\n editorPane: that.owner,\n value: selection\n }\n })\n \n children.each(function (c) {\n Object.addScript(c, function onSelect() {\n this.editorPane.setTarget(this.value)\n })\n })\n \n if (children.length === 0) {\n children = null\n }\n \n return {\n isListItem: true,\n selectionString: 'Groups',\n name: 'Groups',\n value: 'groups',\n children: children\n };\n}","funcProperties":{"__isSmartRef__":true,"id":1545},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1544":{"this":{"__isSmartRef__":true,"id":1424}},"1545":{},"1546":{"varMapping":{"__isSmartRef__":true,"id":1547},"source":"function createWorldTree() {\n var scripts = [\n function onSelect(tree) {\n if (window.event.isShiftDown()) {\n this.editorPane.get(\"MorphSelectorTree\").stayUp = true\n if (!this.editorPane.target) {\n var targets = []\n } else if (this.editorPane.target.isMorph) {\n var targets = [this.editorPane.target]\n } else {\n var targets = this.editorPane.target.targets\n }\n var idx = targets.indexOf(this.value)\n if (idx >= 0) {\n this.selector.removeHighlight(tree)\n targets.removeAt(idx)\n } else {\n this.selector.setHighlight(tree)\n targets.push(this.value)\n }\n if (targets.length === 0) {\n this.editorPane.reset()\n } else {\n this.editorPane.setTarget(targets)\n }\n } else {\n this.editorPane.setTarget(this.value)\n }\n }\n ],\n properties = {\n editorPane: this.owner,\n selector: this\n }\n \n return {\n name: 'World',\n value: this.world(),\n editorPane: this.owner,\n selector: this,\n onSelect: scripts[0],\n children: this.world().submorphs.invoke('treeItemsOfMorphNames',\n {scripts: scripts,\n properties: properties,\n showUnnamed: true}).compact()\n };\n}","funcProperties":{"__isSmartRef__":true,"id":1548},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1547":{"this":{"__isSmartRef__":true,"id":1424}},"1548":{},"1549":{"varMapping":{"__isSmartRef__":true,"id":1550},"source":"function highlightCurrentTarget(tree) {\n var target = this.owner.target,\n nodes = tree.childNodes,\n highlightNode\n\n if (!target) {\n return\n } else if (target.isMorph) {\n var expandables = [target],\n nextOwner = target,\n currentNode\n while (nextOwner.owner) {\n expandables.push(nextOwner.owner)\n nextOwner = nextOwner.owner\n }\n expandables.reverse().each(function (m) {\n currentNode = nodes.detect(function (n) {\n return n.item.value === m\n })\n if (currentNode) {\n nodes = currentNode.childNodes\n if (!nodes && currentNode.item.children) {\n currentNode.expand()\n nodes = currentNode.childNodes\n }\n } else {\n return\n }\n })\n if (currentNode && currentNode.item.value === target) {\n highlightNode = currentNode\n }\n } else {\n var groupNodes = nodes.detect(function (n) {\n return n.item.value === 'groups'\n }).childNodes\n highlightNode = groupNodes.detect(function (n) {\n // group names are unique\n return n.item.value.name === target.name\n })\n }\n\n if (highlightNode) {\n this.setHighlight(highlightNode)\n }\n}","funcProperties":{"__isSmartRef__":true,"id":1551},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1550":{"this":{"__isSmartRef__":true,"id":1424}},"1551":{},"1552":{"varMapping":{"__isSmartRef__":true,"id":1553},"source":"function setHighlight(tree) {\n tree.submorphs[0].setFill(Color.rgb(218,218,218))\n}","funcProperties":{"__isSmartRef__":true,"id":1554},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1553":{"this":{"__isSmartRef__":true,"id":1424}},"1554":{},"1555":{"varMapping":{"__isSmartRef__":true,"id":1556},"source":"function removeHighlight(tree) {\n tree.submorphs[0].setFill(Color.rgb(255,255,255))\n}","funcProperties":{"__isSmartRef__":true,"id":1557},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1556":{"this":{"__isSmartRef__":true,"id":1424}},"1557":{},"1558":{"submorphs":[{"__isSmartRef__":true,"id":1559}],"scripts":[],"id":"8CD6D895-16EA-4CAA-8AD5-1251B6282F18","shape":{"__isSmartRef__":true,"id":1575},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":1591},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":1578},"lighterFill":{"__isSmartRef__":true,"id":1592},"label":{"__isSmartRef__":true,"id":1559},"attributeConnections":[{"__isSmartRef__":true,"id":1601}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":1603},"name":"ObjectEditorAddConnectionButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":1604},"renderContextTable":{"__isSmartRef__":true,"id":1605},"priorExtent":{"__isSmartRef__":true,"id":1606},"owner":{"__isSmartRef__":true,"id":384},"eventHandler":{"__isSmartRef__":true,"id":1607},"layout":{"__isSmartRef__":true,"id":1608},"draggingEnabled":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":1609},"isCopyMorphRef":true,"morphRefId":147,"derivationIds":[211,"3037655C-DA7B-44EA-BA12-F4079688C953","75A1CB74-1CC4-4818-9C72-5ABDB57E856B","2500B5DB-7C3D-4C95-B0A6-239C5876AD50","1E8E75D5-28A5-4303-9DD4-95810FC25C89","23FCA415-364D-4EB3-BEF7-235AA7301DC1","456BCA9E-DF1C-4132-B145-D9C543BC2AA5","947AE751-18C7-4E75-83EA-B58FDC3957DD","EF32CA97-3FB2-46E8-BB28-6D7E9D75E785","F9EC8656-C6FC-4B95-9543-F88CB0F2A858","C9F7F76F-A604-45F4-A37A-F91FEB593CDC","9F494BE8-A4FF-41F6-AB36-C283D24A4407","45A73CE1-64C7-459A-AF81-C5709E5AC9C9","CF371F02-EC78-4A2F-9EE2-378932693C1E","BD55918E-773D-4175-AABF-83F7CF487433","927C26F1-7906-423F-B724-6EEA41241042","D0079D71-C612-4BDF-B515-6E9E1CC88347","383B7D93-C18A-406B-BA2F-94634858B527","C14F4C74-5F2B-4250-B4C3-34D76F2B5DDA","9B2016B9-B5B7-494A-8D62-349E2052954E","A7B899E7-64C7-47AA-9C9A-7264EE8191D6","4E5618EB-477A-4193-8D72-7DA6AB8B7E38","3B2DF4E1-1421-434D-8560-17D806FC41E4","50F3A100-7F6C-4A0F-83C1-C249872A75D7"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Button"},"1559":{"submorphs":[],"scripts":[],"id":"FE91A5D5-3CDB-41E1-AC84-30C1B7B2E004","shape":{"__isSmartRef__":true,"id":1560},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":21,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":1566},"textColor":{"__isSmartRef__":true,"id":1563},"owner":{"__isSmartRef__":true,"id":1558},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":1567}],"padding":{"__isSmartRef__":true,"id":1569},"_Padding":{"__isSmartRef__":true,"id":1570},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":1571},"_FontFamily":"Helvetica, Sans-Serif","renderContextTable":{"__isSmartRef__":true,"id":1572},"_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_Align":"center","eventHandler":{"__isSmartRef__":true,"id":1573},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":21,"_MinTextHeight":null,"draggingEnabled":false,"derivationIds":[212,"28CD4A90-F73B-43CD-B1C7-035C4B278AEA","01C38CAD-30FC-4DE4-AC0D-E4C7B786073D","526B86BC-10CC-449C-A3CD-601BF36EECCD","41ACFD86-FC52-4FF2-8E87-B6C3542C93F1","B47DD984-4390-4773-87AC-80F4AEE1677A","A11B90F0-D395-4DD9-8FCC-E10A1C5BBED9","41F9D772-7EB5-4319-AAA7-4D81488FD246","D436832C-03BF-4F40-B14A-9F1EE3938C8B","B1AD14AC-4E7B-4A56-AF2E-5B626B3BFF32","7993C09E-5D43-4E15-9E3C-519F1983BE9D","4D23912E-CF81-4AC5-8F56-2856BDE25CFA","ABC9115D-C930-4C54-A9DD-5D5EF85DD51A","1986F0DB-9496-4B90-8A42-C063C1618CEB","597DDECD-C06C-402F-A7F9-27317C146AEC","4A18F2F3-AB79-43A3-80D0-471CD696629A","A9728043-6848-4FEF-953E-84970AE39FDB","8701EE6B-3B47-4FF8-B775-629FEEE375FD","606D265E-85FE-41AF-9DA0-EC03202F816B","ACCA8CD1-4D66-4B96-96E5-30FAAA45BF4C","291F244E-52B4-4173-BE45-4B1CA1E1EAD9","705C6F21-5F1A-4CD5-A508-C622C595747F","782EDED9-7EBC-45D5-B0A3-C803633BA432","212ECCF1-03BB-433E-AD52-1B139EF96E4D"],"partsBinMetaInfo":{"__isSmartRef__":true,"id":1574},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"1560":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":1561},"_Extent":{"__isSmartRef__":true,"id":1562},"_BorderColor":{"__isSmartRef__":true,"id":1563},"renderContextTable":{"__isSmartRef__":true,"id":1564},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":1565},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1561":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1562":{"x":25,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"1563":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1564":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"1565":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1566":{"x":0,"y":-6.821210263296962e-13,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"1567":{"style":{"__isSmartRef__":true,"id":1568},"chunkOwner":{"__isSmartRef__":true,"id":1559},"storedString":"+","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"1568":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"1569":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1570":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1571":{"x":25,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"1572":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"1573":{"morph":{"__isSmartRef__":true,"id":1559},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1574":{"requiredModules":[],"idOnLoad":"FE91A5D5-3CDB-41E1-AC84-30C1B7B2E004","__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"1575":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":1576},"_Extent":{"__isSmartRef__":true,"id":1577},"_Fill":{"__isSmartRef__":true,"id":1578},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":1588},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":1589},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":1590},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1576":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1577":{"x":25,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1578":{"stops":[{"__isSmartRef__":true,"id":1579},{"__isSmartRef__":true,"id":1581},{"__isSmartRef__":true,"id":1583},{"__isSmartRef__":true,"id":1585}],"vector":{"__isSmartRef__":true,"id":1587},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"1579":{"offset":0,"color":{"__isSmartRef__":true,"id":1580}},"1580":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1581":{"offset":0.4,"color":{"__isSmartRef__":true,"id":1582}},"1582":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1583":{"offset":0.6,"color":{"__isSmartRef__":true,"id":1584}},"1584":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1585":{"offset":1,"color":{"__isSmartRef__":true,"id":1586}},"1586":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1587":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1588":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1589":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"1590":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1591":{"x":130.00000000000023,"y":455.6125326144356,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"1592":{"stops":[{"__isSmartRef__":true,"id":1593},{"__isSmartRef__":true,"id":1595},{"__isSmartRef__":true,"id":1597},{"__isSmartRef__":true,"id":1599}],"vector":{"__isSmartRef__":true,"id":1587},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"1593":{"offset":0,"color":{"__isSmartRef__":true,"id":1594}},"1594":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1595":{"offset":0.4,"color":{"__isSmartRef__":true,"id":1596}},"1596":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1597":{"offset":0.6,"color":{"__isSmartRef__":true,"id":1598}},"1598":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1599":{"offset":1,"color":{"__isSmartRef__":true,"id":1600}},"1600":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1601":{"sourceObj":{"__isSmartRef__":true,"id":1558},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":384},"targetMethodName":"newConnection","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":1602},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1602":{"source":{"__isSmartRef__":true,"id":1558},"target":{"__isSmartRef__":true,"id":384}},"1603":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1604":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","idOnLoad":"8CD6D895-16EA-4CAA-8AD5-1251B6282F18","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"1605":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"1606":{"x":30,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1607":{"morph":{"__isSmartRef__":true,"id":1558},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1608":{"moveVertical":true},"1609":{"x":33.47869739544274,"y":-11.010525048834154,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1610":{"submorphs":[{"__isSmartRef__":true,"id":1611}],"scripts":[],"id":"5D8D83D3-0FD9-4BB0-BD2D-542C3ECB04D8","shape":{"__isSmartRef__":true,"id":1628},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":1644},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":1632},"lighterFill":{"__isSmartRef__":true,"id":1645},"label":{"__isSmartRef__":true,"id":1611},"name":"openTestsButton3","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":1654},"attributeConnections":[{"__isSmartRef__":true,"id":1655}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":1657},"renderContextTable":{"__isSmartRef__":true,"id":1658},"eventHandler":{"__isSmartRef__":true,"id":1659},"distanceToDragEvent":{"__isSmartRef__":true,"id":1660},"derivationIds":[7251,"84054D2E-8176-440D-B413-279956A34FC2","79434046-F834-490E-B705-0CE871D9E8B3","FF38CA79-C0DF-4F2F-8FC3-407571EF6A54","B1D50332-9F4F-4F7C-AC3F-95DC6C73EAA4","5B8D7C39-987A-4849-BFFD-3F316CE03852","F7C30F5C-7270-44B1-ADFF-7473F2012DB0","5142302E-3E9A-476B-AB24-B2448DA6D3E4","FEA3C508-593D-4BC7-B645-8B5630CF2EDE","998B5390-DE13-4D05-A800-F4AC603D1885","65BB10BA-DC60-4250-A1DC-BC7A62F7F15B","B7603252-A129-428A-BF01-3A47579E279C","4DCE0C82-7BF6-4C64-8104-83FFD3D2AE15","F83222FD-4AF5-407A-A34F-85AD9789CED9","D249E51F-FC90-48D2-AC41-62CD9BB87DF9","48E22343-2585-46AD-8F81-B3ECEAA2F716"],"_ClipMode":"visible","owner":{"__isSmartRef__":true,"id":384},"isPressed":false,"_Rotation":0,"_Scale":0.9860906369990009,"__LivelyClassName__":"lively.morphic.Button"},"1611":{"submorphs":[],"scripts":[],"id":"DE08A645-3217-46F4-B948-4ACF4ECE0892","shape":{"__isSmartRef__":true,"id":1612},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":1618},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":1619},"_Padding":{"__isSmartRef__":true,"id":1620},"owner":{"__isSmartRef__":true,"id":1610},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":1621},"textChunks":[{"__isSmartRef__":true,"id":1622}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":1624},"eventHandler":{"__isSmartRef__":true,"id":1625},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2","CB475566-05CE-43E2-B04D-EE32BC4CB718","6BB077CE-92E6-47BE-BE88-9A48488562D1","9E359973-2FDB-417B-BB06-AB34D52BD310","58F098ED-A190-44F2-B73E-80802B2CF2F6","AEA84B35-B349-4307-92C6-8F229705DFC2","A677CADF-24FF-4177-9A3A-FE9AAE7D60FE","0F875AD9-E54C-4735-9BA9-7B89574233A1","A8194A65-54EC-4815-9129-50452470B583","0590416C-3818-48B8-83EF-DB2F57F8897E","77E62CFF-2234-43B0-AC8A-E3330A43A536","041C4AD6-3C67-454C-8D5E-4FD17BDD241D","959BA66D-C9A2-428A-9887-6D93CB520B83","A64AC4B4-C7F9-4484-90C0-3036BEEE61B7","BEECFD8D-8E43-44DE-936D-DFCD2ECD03D8"],"_MinTextWidth":101,"_MinTextHeight":null,"_FontSize":10,"_TextColor":{"__isSmartRef__":true,"id":1626},"partsBinMetaInfo":{"__isSmartRef__":true,"id":1627},"__LivelyClassName__":"lively.morphic.Text"},"1612":{"position":{"__isSmartRef__":true,"id":1613},"_Extent":{"__isSmartRef__":true,"id":1614},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1615},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":1616},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":1617},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1613":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1614":{"x":101,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"1615":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1616":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"1617":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1618":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1619":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1620":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1621":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1622":{"style":{"__isSmartRef__":true,"id":1623},"chunkOwner":{"__isSmartRef__":true,"id":1611},"storedString":"Classes","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"1623":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"1624":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"1625":{"morph":{"__isSmartRef__":true,"id":1611},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1626":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1627":{"requiredModules":[],"idOnLoad":"DE08A645-3217-46F4-B948-4ACF4ECE0892","__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"1628":{"position":{"__isSmartRef__":true,"id":1629},"_Extent":{"__isSmartRef__":true,"id":1630},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":1631},"_Fill":{"__isSmartRef__":true,"id":1632},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":1642},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":1643},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1629":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1630":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1631":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1632":{"stops":[{"__isSmartRef__":true,"id":1633},{"__isSmartRef__":true,"id":1635},{"__isSmartRef__":true,"id":1637},{"__isSmartRef__":true,"id":1639}],"vector":{"__isSmartRef__":true,"id":1641},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"1633":{"offset":0,"color":{"__isSmartRef__":true,"id":1634}},"1634":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1635":{"offset":0.4,"color":{"__isSmartRef__":true,"id":1636}},"1636":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1637":{"offset":0.6,"color":{"__isSmartRef__":true,"id":1638}},"1638":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1639":{"offset":1,"color":{"__isSmartRef__":true,"id":1640}},"1640":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1641":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1642":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"1643":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1644":{"x":724.4904360142601,"y":7.058252427186062,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1645":{"stops":[{"__isSmartRef__":true,"id":1646},{"__isSmartRef__":true,"id":1648},{"__isSmartRef__":true,"id":1650},{"__isSmartRef__":true,"id":1652}],"vector":{"__isSmartRef__":true,"id":1641},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"1646":{"offset":0,"color":{"__isSmartRef__":true,"id":1647}},"1647":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1648":{"offset":0.4,"color":{"__isSmartRef__":true,"id":1649}},"1649":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1650":{"offset":0.6,"color":{"__isSmartRef__":true,"id":1651}},"1651":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1652":{"offset":1,"color":{"__isSmartRef__":true,"id":1653}},"1653":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1654":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"5D8D83D3-0FD9-4BB0-BD2D-542C3ECB04D8","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"1655":{"sourceObj":{"__isSmartRef__":true,"id":1610},"sourceAttrName":"fire","targetMethodName":"openPartClassesEditor","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":1656},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1656":{"source":{"__isSmartRef__":true,"id":1610}},"1657":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1658":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"1659":{"morph":{"__isSmartRef__":true,"id":1610},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1660":{"x":68.74459035233713,"y":-13.370390829463304,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1661":{"submorphs":[{"__isSmartRef__":true,"id":1662}],"scripts":[],"id":"42D6C93F-D2A7-40F1-845C-21F214DDBFC2","shape":{"__isSmartRef__":true,"id":1677},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":1693},"value":true,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":1694},"lighterFill":{"__isSmartRef__":true,"id":1680},"label":{"__isSmartRef__":true,"id":1662},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":1703},"name":"ObjectEditorTagChooser","partsBinMetaInfo":{"__isSmartRef__":true,"id":1704},"listMorph":null,"list":[],"renderContextTable":{"__isSmartRef__":true,"id":1705},"eventHandler":{"__isSmartRef__":true,"id":1706},"distanceToDragEvent":{"__isSmartRef__":true,"id":1707},"priorExtent":{"__isSmartRef__":true,"id":1708},"textString":"PartsBinBrowser","selection":"","_ClipMode":"visible","prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":384},"setTargetToListSelection":"all","savedTextString":"all","derivationIds":[225,"7F83847B-D0B1-4A31-8601-43424B97C858","E08FC110-71D7-4FFD-B4A8-08F8147B95BA","5534107D-C5C9-48DD-A1ED-B87E9D9B672C","0B89FA7A-768C-4062-98AE-C455E8DAFF19","799320C6-CFBA-40E7-B03D-64BFE9B78248","9B650AA3-271B-4E72-B230-51C6F64B7462","C95D3672-724C-4C2C-9CDD-EF308062F627","C66EBEEC-B7CE-4DD9-8BDF-905F071F965D","D68B143A-A712-4FD0-8803-62CCB4C7F763","ED802271-AE5C-4BE9-AC4E-7CED44BC864B","1BD989CB-146C-431F-8B15-9199C4CD5D32","42172AA4-1B06-4C5B-9BB7-FAED1206CF34","32DFAF99-E6F8-426B-829D-FD6C2BCB8FAA","9B4BF2BE-49D5-4B9D-8F38-1692443069A9","FCAB3690-731A-45E7-984F-843DFE705AF1","94B10A66-8219-43AD-B902-DA999A66222D","BB0E2EB7-ABCE-44C7-96E7-6679FB2981D1","2FCEE551-302B-46C9-B646-3B9BE9187182","B4267F52-1ACC-42A1-904D-E9F7D485D8AB","14770110-045A-4BE4-BCF2-7C886DF70F7D","DE943A23-FE79-4113-A167-788C618CBBAD","12662B7D-B7EF-45ED-BADF-B4CE53280493","AF7E1E72-F4C9-4C1E-9129-B27A9E0FE385"],"_Rotation":0,"_Scale":1,"isPressed":false,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1709},"__LivelyClassName__":"lively.morphic.Button"},"1662":{"submorphs":[],"scripts":[],"id":"C90CF8E1-E296-455F-B46D-35ACBC388D0C","shape":{"__isSmartRef__":true,"id":1663},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":130,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":1668},"textColor":{"__isSmartRef__":true,"id":1666},"owner":{"__isSmartRef__":true,"id":1661},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":1669}],"padding":{"__isSmartRef__":true,"id":1671},"_Padding":{"__isSmartRef__":true,"id":1671},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":1672},"attributeConnections":[{"__isSmartRef__":true,"id":1673}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"renderContextTable":{"__isSmartRef__":true,"id":1674},"eventHandler":{"__isSmartRef__":true,"id":1675},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":130,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":10,"derivationIds":[226,"03DBF3F8-8EA2-4426-BA64-C4297DDAB015","B8F87302-BEC3-48CD-9BBA-6C7DBB6287E1","4AA6AE51-338B-4E3E-814B-9F99C693A2D5","08F6CE56-AD91-4C27-9429-C3DEA313696C","D39C963C-FD24-4498-A6D8-71E5102CE58A","132C2A9E-3466-4051-AAEA-6E485A91F408","DB8BC4A1-ED41-446B-AB6C-7E73DD857B5D","567FC668-A57C-41CB-8252-8912826B3144","D0B0775F-C8E7-49EB-BBB2-C7BB7DD464BF","AABED87D-D7C0-494A-8803-26F4601E35FF","696C3A2A-C695-4D17-A044-41A73436AB8D","206A0BFD-6997-4E0E-9193-089D1F66B22A","F2F1F966-6C41-4EBA-AFCE-FAE8C79AA696","64A754E9-7083-4CAE-B5C2-7B436EFFE4BA","64737503-A352-42CC-A249-667DA2B42746","9218F1CA-E23F-4E1A-89C3-DB19DE720861","CF7EAC38-1041-4B83-B087-359885B8528B","84469C7C-C93D-4F16-ACAA-0045A4A37FCA","9D3DD447-66A0-4B4A-B378-FB864D8C1468","163D1C2B-EDE9-4F8F-B466-EF9F4CB14384","C9949B3A-5711-4549-A125-83200D9DF3BB","F3FEB00B-CDEB-40C4-88B6-BDBBCC6F28D6","C65A04B9-003A-4E9E-8F17-33018207587F"],"_TextColor":{"__isSmartRef__":true,"id":1440},"partsBinMetaInfo":{"__isSmartRef__":true,"id":1676},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"1663":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":1664},"_Extent":{"__isSmartRef__":true,"id":1665},"_BorderColor":{"__isSmartRef__":true,"id":1666},"renderContextTable":{"__isSmartRef__":true,"id":1667},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":1431},"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1664":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1665":{"x":130,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"1666":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1667":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"1668":{"x":2.0000000000002274,"y":0.9999999999995453,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"1669":{"style":{"__isSmartRef__":true,"id":1670},"chunkOwner":{"__isSmartRef__":true,"id":1662},"storedString":"all","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"1670":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"1671":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1672":{"x":130,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"1673":{"sourceObj":{"__isSmartRef__":true,"id":1662},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":1661},"targetMethodName":"selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1674":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"1675":{"morph":{"__isSmartRef__":true,"id":1662},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1676":{"requiredModules":[],"idOnLoad":"C90CF8E1-E296-455F-B46D-35ACBC388D0C","__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"1677":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":1678},"_Extent":{"__isSmartRef__":true,"id":1679},"_Fill":{"__isSmartRef__":true,"id":1680},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":1690},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":1691},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":1692},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1678":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1679":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1680":{"stops":[{"__isSmartRef__":true,"id":1681},{"__isSmartRef__":true,"id":1683},{"__isSmartRef__":true,"id":1685},{"__isSmartRef__":true,"id":1687}],"vector":{"__isSmartRef__":true,"id":1689},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"1681":{"offset":0,"color":{"__isSmartRef__":true,"id":1682}},"1682":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1683":{"offset":0.4,"color":{"__isSmartRef__":true,"id":1684}},"1684":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1685":{"offset":0.6,"color":{"__isSmartRef__":true,"id":1686}},"1686":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1687":{"offset":1,"color":{"__isSmartRef__":true,"id":1688}},"1688":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1689":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1690":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1691":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"1692":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1693":{"x":39.123814123968714,"y":9.999999999999773,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"1694":{"stops":[{"__isSmartRef__":true,"id":1695},{"__isSmartRef__":true,"id":1697},{"__isSmartRef__":true,"id":1699},{"__isSmartRef__":true,"id":1701}],"vector":{"__isSmartRef__":true,"id":1689},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"1695":{"offset":0,"color":{"__isSmartRef__":true,"id":1696}},"1696":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1697":{"offset":0.4,"color":{"__isSmartRef__":true,"id":1698}},"1698":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1699":{"offset":0.6,"color":{"__isSmartRef__":true,"id":1700}},"1700":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1701":{"offset":1,"color":{"__isSmartRef__":true,"id":1702}},"1702":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1703":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1704":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","idOnLoad":"42D6C93F-D2A7-40F1-845C-21F214DDBFC2","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"1705":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"1706":{"morph":{"__isSmartRef__":true,"id":1661},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1707":{"x":85.7442776093583,"y":-11.582832083333244,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1708":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1709":{"createListMorph":{"__isSmartRef__":true,"id":1710},"getList":{"__isSmartRef__":true,"id":1714},"removeList":{"__isSmartRef__":true,"id":1718},"reset":{"__isSmartRef__":true,"id":1722},"onMouseUp":{"__isSmartRef__":true,"id":1726},"onBlur":{"__isSmartRef__":true,"id":1734},"setTag":{"__isSmartRef__":true,"id":1742}},"1710":{"varMapping":{"__isSmartRef__":true,"id":1711},"source":"function createListMorph() {\n var items = this.getList();\n\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\n\n var listMorph = new lively.morphic.List(extent);\n listMorph.setList(items);\n listMorph.setFontSize(10);\n\n listMorph.disableGrabbing();\n listMorph.disableDragging();\n \n connect(listMorph, 'selection', this, 'setTag');\n \n return listMorph;\n}","funcProperties":{"__isSmartRef__":true,"id":1712},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1711":{"this":{"__isSmartRef__":true,"id":1661}},"1712":{"timestamp":{"__isSmartRef__":true,"id":1713},"user":"lauritz","categories":[]},"1713":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:35:59 GMT+0100 (Mitteleuropäische Zeit)"},"1714":{"varMapping":{"__isSmartRef__":true,"id":1715},"source":"function getList() {\n if (!this.owner.target) return [''];\n\n var target = this.owner.target;\n\n var tags = Functions.own(target).collect(function (each) {\n return target[each].tags || [];\n }).flatten().uniq();\n\n var sortedTags = tags.sortBy(function(name) { \n return name.toLowerCase() \n });\n \n sortedTags.unshift('all'); \n return sortedTags;\n}","funcProperties":{"__isSmartRef__":true,"id":1716},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1715":{"this":{"__isSmartRef__":true,"id":1661}},"1716":{"timestamp":{"__isSmartRef__":true,"id":1717},"user":"lauritz","tags":[]},"1717":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:25 GMT+0100 (Mitteleuropäische Zeit)"},"1718":{"varMapping":{"__isSmartRef__":true,"id":1719},"source":"function removeList() {\n this.listMorph && this.listMorph.remove()\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":1720},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1719":{"this":{"__isSmartRef__":true,"id":1661}},"1720":{"timestamp":{"__isSmartRef__":true,"id":1721},"user":"lauritz","categories":[]},"1721":{"isSerializedDate":true,"string":"Thu Nov 17 2011 19:06:51 GMT+0100 (Mitteleuropäische Zeit)"},"1722":{"varMapping":{"__isSmartRef__":true,"id":1723},"source":"function reset() {\n this.list = [];\n this.setLabel('all');\n this.label.setAlign('left');\n this.removeList();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\n}","funcProperties":{"__isSmartRef__":true,"id":1724},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1723":{"this":{"__isSmartRef__":true,"id":1661}},"1724":{"timestamp":{"__isSmartRef__":true,"id":1725},"user":"lauritz","tags":[]},"1725":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:53 GMT+0100 (Mitteleuropäische Zeit)"},"1726":{"varMapping":{"__isSmartRef__":true,"id":1727},"source":"function onMouseUp(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n this.removeList();\n return true;\n } \n if (this.getList().size() < 2) return;\n var list = this.createListMorph();\n this.addMorph(list);\n this.listMorph = list;\n return true;\n}","funcProperties":{"__isSmartRef__":true,"id":1732},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1727":{"this":{"__isSmartRef__":true,"id":1661},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1728}},"1728":{"$super":{"__isSmartRef__":true,"id":1729}},"1729":{"varMapping":{"__isSmartRef__":true,"id":1730},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1731},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1730":{"obj":{"__isSmartRef__":true,"id":1661},"name":"onMouseUp"},"1731":{},"1732":{"timestamp":{"__isSmartRef__":true,"id":1733},"user":"lauritz","categories":[]},"1733":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:59:16 GMT+0100 (Mitteleuropäische Zeit)"},"1734":{"varMapping":{"__isSmartRef__":true,"id":1735},"source":"function onBlur(evt) {\n $super(evt);\n \n // workaround - otherwise other morphs get this event\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\n this.removeList();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":1740},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1735":{"this":{"__isSmartRef__":true,"id":1661},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1736}},"1736":{"$super":{"__isSmartRef__":true,"id":1737}},"1737":{"varMapping":{"__isSmartRef__":true,"id":1738},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1739},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1738":{"obj":{"__isSmartRef__":true,"id":1661},"name":"onBlur"},"1739":{},"1740":{"timestamp":{"__isSmartRef__":true,"id":1741},"user":"lauritz","categories":[]},"1741":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:10:03 GMT+0100 (Mitteleuropäische Zeit)"},"1742":{"varMapping":{"__isSmartRef__":true,"id":1743},"source":"function setTag(tag) {\n this.setLabel(tag || '');\n this.label.setAlign('left');\n this.owner.setTag(tag);\n}","funcProperties":{"__isSmartRef__":true,"id":1744},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1743":{"this":{"__isSmartRef__":true,"id":1661}},"1744":{"timestamp":{"__isSmartRef__":true,"id":1745},"user":"lauritz","categories":[]},"1745":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:36:12 GMT+0100 (Mitteleuropäische Zeit)"},"1746":{"submorphs":[{"__isSmartRef__":true,"id":1747}],"scripts":[],"id":"BA00C61C-5921-442A-BE62-A478586852F8","shape":{"__isSmartRef__":true,"id":1763},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":1767},"lighterFill":{"__isSmartRef__":true,"id":1779},"label":{"__isSmartRef__":true,"id":1747},"name":"Button","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":1788},"attributeConnections":[{"__isSmartRef__":true,"id":1789}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":1825},"renderContextTable":{"__isSmartRef__":true,"id":1826},"eventHandler":{"__isSmartRef__":true,"id":1827},"distanceToDragEvent":{"__isSmartRef__":true,"id":1828},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","87E42FF6-3862-481D-97D6-643676E15F32","4F370A81-5A80-4821-8ECC-D52B56F31E15","1C6D1DC9-2F9B-4DC4-B453-1CA45B17C516","0E8EC0BF-934B-410B-AEC2-0ECA8C8F774D","97086CE7-CD46-4035-A371-02A41D555A66","E342B91D-F54B-4DA8-8AE7-10C59CE22B41","A838C48E-4033-4688-8DCF-20659BD824FF","E9BBC453-FFF6-4EE8-BDB0-605D5D4557AE","B6FB81D1-145B-40F9-ACF1-17276DA45EBA","09C79781-5461-4815-88DE-22FB67558136","85A5FA10-01D9-4051-8D56-29DB02CF8817","6E2F44D0-D69A-4DD7-91AD-0B0E1E871633","66FB4A47-82E6-417D-8248-4038D0CBBF5A","3CDC67E7-CAC7-4636-B7FF-50D008C6EB0D","4475CB12-8CFB-41DB-9399-EC6B68E18BA3","D7263570-69FA-4CF9-AB28-3258EB26011A","101A783E-9C53-4FBF-AEFC-C34E99A84A9E","68967CC1-D75E-49E3-8359-FE607E144C8B"],"_Position":{"__isSmartRef__":true,"id":1829},"owner":{"__isSmartRef__":true,"id":384},"layout":{"__isSmartRef__":true,"id":1830},"_ClipMode":"visible","isPressed":false,"_Rotation":0,"_Scale":0.9940149800149941,"__LivelyClassName__":"lively.morphic.Button"},"1747":{"submorphs":[],"scripts":[],"id":"079BAD83-4366-4458-99AB-A18B9079E554","shape":{"__isSmartRef__":true,"id":1748},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":1754},"_MaxTextWidth":81.90968415810595,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":1755},"_Padding":{"__isSmartRef__":true,"id":1756},"owner":{"__isSmartRef__":true,"id":1746},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":1757},"textChunks":[{"__isSmartRef__":true,"id":1758}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":1760},"eventHandler":{"__isSmartRef__":true,"id":1761},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","BA4EC8D2-AB29-4F9F-B5A0-715A4746A4C4","56735895-BA99-4D98-9866-AA5DBD86237E","81041CF7-31DB-4F65-BB39-FE438A4F266F","D03829B3-268E-40A0-A440-3E4BAC344F30","714637F0-714A-4833-909B-BA4AF1B4628B","DC956E73-7398-4CAF-B6F2-9A226E344396","C1F72D31-1F49-4C0C-ACF3-C3AD7E698D2F","39386C7E-9099-4159-BFE9-80AD37319211","2764FB6E-70D1-4BC5-B3CB-9979A48B8205","C55C8A7C-412C-453E-A99F-CE78C2AADB94","4BD9A8D4-2EC1-40AC-A1CE-5F1347B0152D","3450EAEB-E3D2-4FAF-98DF-354B3B8715D6","C906736E-48DF-4054-BA5A-A089610456D7","DE5C59FB-90A6-4DD4-AC39-5CC8B3912969","5830FB93-49A1-4A31-A687-69C4579D5FA7","44FE9333-5550-48F0-95DB-7C2A0DA03743","92AEBE71-2756-486C-9475-6D5F324C7FED","19389716-A0FE-477A-B845-2060D529C573"],"_MinTextWidth":81.90968415810595,"_MinTextHeight":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":1762},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"1748":{"position":{"__isSmartRef__":true,"id":1749},"_Extent":{"__isSmartRef__":true,"id":1750},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1751},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":1752},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":1753},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1749":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1750":{"x":85.90968415810595,"y":20.99999999999992,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"1751":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1752":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"1753":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1754":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"1755":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1756":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1757":{"x":85.90968415810595,"y":20.99999999999992,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"1758":{"style":{"__isSmartRef__":true,"id":1759},"chunkOwner":{"__isSmartRef__":true,"id":1747},"storedString":"run","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"1759":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"1760":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"1761":{"morph":{"__isSmartRef__":true,"id":1747},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1762":{"requiredModules":[],"idOnLoad":"079BAD83-4366-4458-99AB-A18B9079E554","__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"1763":{"position":{"__isSmartRef__":true,"id":1764},"_Extent":{"__isSmartRef__":true,"id":1765},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":1766},"_Fill":{"__isSmartRef__":true,"id":1767},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":1777},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":1778},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1764":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1765":{"x":85.90968415810595,"y":20.99999999999992,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1766":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1767":{"stops":[{"__isSmartRef__":true,"id":1768},{"__isSmartRef__":true,"id":1770},{"__isSmartRef__":true,"id":1772},{"__isSmartRef__":true,"id":1774}],"vector":{"__isSmartRef__":true,"id":1776},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"1768":{"offset":0,"color":{"__isSmartRef__":true,"id":1769}},"1769":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1770":{"offset":0.4,"color":{"__isSmartRef__":true,"id":1771}},"1771":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1772":{"offset":0.6,"color":{"__isSmartRef__":true,"id":1773}},"1773":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1774":{"offset":1,"color":{"__isSmartRef__":true,"id":1775}},"1775":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1776":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1777":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"1778":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1779":{"stops":[{"__isSmartRef__":true,"id":1780},{"__isSmartRef__":true,"id":1782},{"__isSmartRef__":true,"id":1784},{"__isSmartRef__":true,"id":1786}],"vector":{"__isSmartRef__":true,"id":1776},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"1780":{"offset":0,"color":{"__isSmartRef__":true,"id":1781}},"1781":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1782":{"offset":0.4,"color":{"__isSmartRef__":true,"id":1783}},"1783":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1784":{"offset":0.6,"color":{"__isSmartRef__":true,"id":1785}},"1785":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1786":{"offset":1,"color":{"__isSmartRef__":true,"id":1787}},"1787":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1788":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"BA00C61C-5921-442A-BE62-A478586852F8","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"1789":{"sourceObj":{"__isSmartRef__":true,"id":1746},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":384},"targetMethodName":"runScript","visualConnector":{"__isSmartRef__":true,"id":1790},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1790":{"submorphs":[{"__isSmartRef__":true,"id":1791}],"scripts":[],"shape":{"__isSmartRef__":true,"id":1806},"derivationIds":[null],"id":"C89B50A0-17E7-4D22-AE1D-5112520DAEE7","renderContextTable":{"__isSmartRef__":true,"id":1813},"eventHandler":{"__isSmartRef__":true,"id":1814},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":1815},{"__isSmartRef__":true,"id":1816}],"con":{"__isSmartRef__":true,"id":1789},"showsMorphMenu":true,"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1817},"__LivelyClassName__":"lively.morphic.Path"},"1791":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":1792},"derivationIds":[null],"id":"2A71BE9E-6820-46AF-ACED-3C9BDCC918AF","renderContextTable":{"__isSmartRef__":true,"id":1803},"eventHandler":{"__isSmartRef__":true,"id":1804},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":1805},"owner":{"__isSmartRef__":true,"id":1790},"_Rotation":-3.130064002485303,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"1792":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":1793},{"__isSmartRef__":true,"id":1794},{"__isSmartRef__":true,"id":1795},{"__isSmartRef__":true,"id":1796}],"renderContextTable":{"__isSmartRef__":true,"id":1797},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":1798},"_Extent":{"__isSmartRef__":true,"id":1799},"_Padding":{"__isSmartRef__":true,"id":1800},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1801},"_Fill":{"__isSmartRef__":true,"id":1802},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"1793":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"1794":{"isAbsolute":true,"x":-12,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"1795":{"isAbsolute":true,"x":4,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"1796":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"1797":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"1798":{"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1799":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1800":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1801":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1802":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1803":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"1804":{"morph":{"__isSmartRef__":true,"id":1791},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1805":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1806":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":1807},{"__isSmartRef__":true,"id":1808}],"renderContextTable":{"__isSmartRef__":true,"id":1809},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":1810},"_Extent":{"__isSmartRef__":true,"id":1811},"_Padding":{"__isSmartRef__":true,"id":1812},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":1801},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"1807":{"isAbsolute":true,"x":829.7085000406639,"y":9.565843617262885,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"1808":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"1809":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"1810":{"x":-1,"y":-1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1811":{"x":831,"y":11,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1812":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1813":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"1814":{"morph":{"__isSmartRef__":true,"id":1790},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1815":{"morph":{"__isSmartRef__":true,"id":1790},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1816":{"morph":{"__isSmartRef__":true,"id":1790},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":1791},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1817":{"morphMenuItems":{"__isSmartRef__":true,"id":1818}},"1818":{"varMapping":{"__isSmartRef__":true,"id":1819},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":1824},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1819":{"this":{"__isSmartRef__":true,"id":1790},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1820}},"1820":{"$super":{"__isSmartRef__":true,"id":1821}},"1821":{"varMapping":{"__isSmartRef__":true,"id":1822},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1823},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1822":{"obj":{"__isSmartRef__":true,"id":1790},"name":"morphMenuItems"},"1823":{},"1824":{},"1825":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1826":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"1827":{"morph":{"__isSmartRef__":true,"id":1746},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1828":{"x":65.36007260115605,"y":-14.046886175395628,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1829":{"x":919.742678086192,"y":9.508591852039217,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"1830":{"centeredHorizontal":false,"moveHorizontal":true},"1831":{"submorphs":[{"__isSmartRef__":true,"id":1832},{"__isSmartRef__":true,"id":1849}],"scripts":[],"id":"4176B713-B9A7-4931-BAF2-A601E1026090","shape":{"__isSmartRef__":true,"id":1861},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":1877},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":1865},"lighterFill":{"__isSmartRef__":true,"id":1878},"label":{"__isSmartRef__":true,"id":1832},"name":"NameGroupButton2","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":1887},"attributeConnections":[{"__isSmartRef__":true,"id":1892}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":1893},"renderContextTable":{"__isSmartRef__":true,"id":1894},"eventHandler":{"__isSmartRef__":true,"id":1895},"derivationIds":[2588,"22797D34-67DE-4A06-81F0-4DF0A87ADBBC","11C83D57-E873-4516-9585-B62D3DF729A3","8E161AB6-CEB1-4993-B81A-94A59114005E","2F620ADA-09C2-420E-A5CD-A6F8D3E31D8D","3AA42C7C-0734-4F4B-A604-C0D5FA0F06EF","D0F3611A-53F9-4995-996F-E49E21D1AC10","90D64A7D-714C-43E6-A082-69FFC0689CC7","FBAA1361-847D-489E-BC30-80490288D128","2CC76200-BA09-4BE2-9D60-E30E3B1DB993","573DB024-4E4A-4288-9A65-766BAFDCAFC1"],"_ClipMode":"visible","distanceToDragEvent":{"__isSmartRef__":true,"id":1896},"_Visible":true,"isCopyMorphRef":true,"morphRefId":162,"isPressed":false,"owner":{"__isSmartRef__":true,"id":384},"_Rotation":0,"_Scale":0.990044880209748,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1897},"__LivelyClassName__":"lively.morphic.Button"},"1832":{"submorphs":[],"scripts":[],"id":"33F85D0C-636A-475A-8A24-7384DC994E51","shape":{"__isSmartRef__":true,"id":1833},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":1839},"_MaxTextWidth":106.05027610358519,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":1840},"_Padding":{"__isSmartRef__":true,"id":1841},"owner":{"__isSmartRef__":true,"id":1831},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":1842},"textChunks":[{"__isSmartRef__":true,"id":1843}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":1845},"eventHandler":{"__isSmartRef__":true,"id":1846},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[2589,"024C5ADE-C4CF-4E8E-BEC5-F93AD4839702","14B58111-F7FC-48C0-B90D-92C2C566AD98","B6252EA2-DF44-4D7B-9976-ACEC742FEBF7","B333DC78-5941-48C2-B69A-FCCF9F8B8A2C","AFFE9117-3F98-4763-B2E1-1F6F354C86ED","B7C73214-57FC-4888-AF8D-058F3959D17E","007F3267-D6A9-45EE-A0A1-C597BFC0CBBC","5E7CFA25-381E-4152-BE2D-90447228DB55","917D67E3-2C69-4476-91B7-86C62446C0E9","750347EB-73E2-4FDF-9BE7-FAAB5F4830C5"],"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":106.05027610358519,"_MinTextHeight":null,"_FontSize":10,"_TextColor":{"__isSmartRef__":true,"id":1847},"partsBinMetaInfo":{"__isSmartRef__":true,"id":1848},"__LivelyClassName__":"lively.morphic.Text"},"1833":{"position":{"__isSmartRef__":true,"id":1834},"_Extent":{"__isSmartRef__":true,"id":1835},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1836},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":1837},"_Padding":{"__isSmartRef__":true,"id":1838},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1834":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1835":{"x":106.05027610358519,"y":21.000000000000057,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"1836":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1837":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"1838":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1839":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1840":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1841":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1842":{"x":106.05027610358519,"y":21.000000000000057,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1843":{"style":{"__isSmartRef__":true,"id":1844},"chunkOwner":{"__isSmartRef__":true,"id":1832},"storedString":" Name group","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"1844":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"1845":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"1846":{"morph":{"__isSmartRef__":true,"id":1832},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1847":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1848":{"requiredModules":[],"idOnLoad":"33F85D0C-636A-475A-8A24-7384DC994E51","__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"1849":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":1850},"derivationIds":[null,"59B9C10F-5E4E-48BE-AC11-E220B20EA1A9","6D62AF0B-53FD-42BF-A88B-D2E547A364F1","8D560BB3-D273-4254-8671-22E828288124","C3AB4E52-B0E0-48C8-B9C7-0B760F4C4B82","23CB95B6-7C1D-47D9-B722-B538FFC4FE1D","D43E3E4E-9612-4A57-BCB6-B75B818AC68F","F8ED790A-78A9-4AEF-A1F2-43442B51727A","19C1FE86-2FC6-421E-AC6C-6037188B7F80"],"id":"9FF03D55-3595-4CE6-8DFE-76D7B9E3B5B8","renderContextTable":{"__isSmartRef__":true,"id":1855},"eventHandler":{"__isSmartRef__":true,"id":1856},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":1857},"owner":{"__isSmartRef__":true,"id":1831},"name":"document_rename.png","priorExtent":{"__isSmartRef__":true,"id":1858},"showsHalos":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":1859},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__SourceModuleName__":"Global.lively.morphic.Widgets","isCopyMorphRef":true,"morphRefId":163,"partsBinMetaInfo":{"__isSmartRef__":true,"id":1860},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Image"},"1850":{"_Position":{"__isSmartRef__":true,"id":1851},"renderContextTable":{"__isSmartRef__":true,"id":1852},"_Extent":{"__isSmartRef__":true,"id":1853},"_ImageURL":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAApdJREFUeNqMU01IVFEU/t6bN86MMwOOMIkWSUkbdVOSuQxbuMgSdFyMWGuhrRW0UHHlIjclYdJqEAQJjVqIShFEaaE2YAmZIqOOqcxo4zg/zLx5t3Pu/GBE0YHDgXPu+b77nXuu4unpwUlTFOUGhXL8294YhrFmZDLQ1ubmUNXQUKgIISp8vb3DKSqm2Q0DGSE4L+t+vx++2dku5iL/rjLAu9FRMFrOFYOb0mnpqWQSiVgMx8fHiEajMj7v7x+mc9cI4IKpqKgIkVAI4c1NnK6uZqbLnsbG60sLC5idmoKqqng9PS3Z3WVlWFlZwaflZZxzu5tfzczsw+FwyEPs7spKNHd334mn0+JnPC4OYjExMDgofkQiYiMUEt92d8XXnR3xJRgUgaMjwWc1s9nsLS4uPssMiXAYC+PjZ56Ul0vNUjXJ8Y2M4FRFBa42NQG6Dp1ybDrJ1Wpra8t8Pt/A38Y9NjYGr9eLD/PzsJrN2SSB0Gsho+uK5na7M1arFQ+eqQgENrC9HaSiHaWl5zHx0IlEIgGu2+12mE2mArApC6BqJSUlBkmgVPIPds4n6RU42mw2qNSUBzFR1BnA6XQaXHx630ZpF/ml30AYgOsWi0UCsDGIiYauswRCD/b19XXlG45Sqapb7e13RXarpITFpSW4XK4CQEFCOq1qNIyX/IRsB3T4YzB471F9PXiZGOTx0BAu1tXBIDAjN33k1pAlqPlEOB7H+0BAXouLkxMT6OzowM2WFtzu7MSLycnsvlA171ICN+/Tir5dXc1jyZzH40FbW5tkbm1tlVH+B+akmzAJrbimLa6vw0/MJ8xy4mdKJm5UcpGvbBCIQh45PLRoUe0KnA4L9vY+53/jlqOmZgD/YQSy9UuAAQDK5EM/6vIOCwAAAABJRU5ErkJggg==","_Padding":{"__isSmartRef__":true,"id":1854},"_NodeClass":["morph","image"],"_NodeId":"morph-59b9c10f-5e4e-48be-ac11-e220b20ea1a9","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLoaded":true,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Image"},"1851":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1852":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","setImageURL":"setImageURLHTML","getNativeExtent":"getNativeExtentHTML"},"1853":{"x":16,"y":16,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1854":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1855":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"1856":{"morph":{"__isSmartRef__":true,"id":1849},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1857":{"x":-0.8692821306790393,"y":2.969834337849022,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1858":{"x":200,"y":200,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1859":{"x":39,"y":-10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1860":{"partName":"document_rename.png","requiredModules":[],"idOnLoad":"9FF03D55-3595-4CE6-8DFE-76D7B9E3B5B8","__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"1861":{"position":{"__isSmartRef__":true,"id":1862},"_Extent":{"__isSmartRef__":true,"id":1863},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":1864},"_Fill":{"__isSmartRef__":true,"id":1865},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":1875},"_Padding":{"__isSmartRef__":true,"id":1876},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1862":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1863":{"x":106.05027610358519,"y":21.000000000000057,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1864":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1865":{"stops":[{"__isSmartRef__":true,"id":1866},{"__isSmartRef__":true,"id":1868},{"__isSmartRef__":true,"id":1870},{"__isSmartRef__":true,"id":1872}],"vector":{"__isSmartRef__":true,"id":1874},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"1866":{"offset":0,"color":{"__isSmartRef__":true,"id":1867}},"1867":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1868":{"offset":0.4,"color":{"__isSmartRef__":true,"id":1869}},"1869":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1870":{"offset":0.6,"color":{"__isSmartRef__":true,"id":1871}},"1871":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1872":{"offset":1,"color":{"__isSmartRef__":true,"id":1873}},"1873":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1874":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1875":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"1876":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1877":{"x":490.0359264595939,"y":9.49203779350779,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1878":{"stops":[{"__isSmartRef__":true,"id":1879},{"__isSmartRef__":true,"id":1881},{"__isSmartRef__":true,"id":1883},{"__isSmartRef__":true,"id":1885}],"vector":{"__isSmartRef__":true,"id":1874},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"1879":{"offset":0,"color":{"__isSmartRef__":true,"id":1880}},"1880":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1881":{"offset":0.4,"color":{"__isSmartRef__":true,"id":1882}},"1882":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1883":{"offset":0.6,"color":{"__isSmartRef__":true,"id":1884}},"1884":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1885":{"offset":1,"color":{"__isSmartRef__":true,"id":1886}},"1886":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1887":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"ScriptableButton","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":1888},{"__isSmartRef__":true,"id":1890}],"revisionOnLoad":170561,"idOnLoad":"4176B713-B9A7-4931-BAF2-A601E1026090","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"1888":{"date":{"__isSmartRef__":true,"id":1889},"author":"robertkrahn","message":"no comment","id":"0366C0A2-0C8E-4AEB-AAC3-120434134545"},"1889":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:10:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1890":{"date":{"__isSmartRef__":true,"id":1891},"author":"huberthesse","message":"Restore scriptable button","id":"7DCED89C-C162-4A42-94E3-6B4D2CBA4932"},"1891":{"isSerializedDate":true,"string":"Tue Jun 12 2012 11:12:07 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1892":{"sourceObj":{"__isSmartRef__":true,"id":1831},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1831},"targetMethodName":"onFire","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1893":{"x":106.05027610358519,"y":21.000000000000057,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1894":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"1895":{"morph":{"__isSmartRef__":true,"id":1831},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1896":{"x":69.13071786932096,"y":-13.969834337848965,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1897":{"onFire":{"__isSmartRef__":true,"id":1898}},"1898":{"varMapping":{"__isSmartRef__":true,"id":1899},"source":"function onFire() {\n if (!(this.owner.target && this.owner.target.targets)) {\n return\n }\n var that = this\n var oldName = this.owner.target.name\n this.world().prompt(\"Please enter a name for this group\", function (newName) {\n if (newName !== oldName) {\n that.owner.target.targets.each(function (target) {\n if (!target.behaviorGroups) {\n target.behaviorGroups = []\n } else {\n var idx = target.behaviorGroups.indexOf(oldName)\n if (idx > -1) {\n target.behaviorGroups.removeAt(idx)\n }\n }\n if (newName !== \"\") {\n target.behaviorGroups.push(newName)\n }\n })\n if (newName !== \"\") {\n that.owner.target.setName(newName)\n } else {\n that.owner.target.setName(undefined)\n }\n }\n that.get(\"ObjectEditorMorphSelector\").setTarget(that.owner.target)\n }, oldName)\n}","funcProperties":{"__isSmartRef__":true,"id":1900},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1899":{"this":{"__isSmartRef__":true,"id":1831}},"1900":{"timestamp":{"__isSmartRef__":true,"id":1901},"user":"timfelgentreff","tags":[]},"1901":{"isSerializedDate":true,"string":"Thu Jun 14 2012 13:04:34 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1902":{"submorphs":[{"__isSmartRef__":true,"id":1903}],"scripts":[],"id":"0F263785-353D-4F28-B1B2-7B9FC9CAD891","shape":{"__isSmartRef__":true,"id":1919},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":1923},"lighterFill":{"__isSmartRef__":true,"id":1935},"label":{"__isSmartRef__":true,"id":1903},"name":"saveButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":1944},"attributeConnections":[{"__isSmartRef__":true,"id":1945}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":1981},"renderContextTable":{"__isSmartRef__":true,"id":1982},"eventHandler":{"__isSmartRef__":true,"id":1983},"distanceToDragEvent":{"__isSmartRef__":true,"id":1984},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","D686F0CB-027B-4CA9-8B8D-9306389B219D","F51327CB-803E-4234-BFB3-6F5252D1C936","A79280E8-6AE3-4016-AF47-CE78F71924C6","B05829EB-D452-4D81-983B-E2CE425C8260","32B117E5-52D8-4843-B80E-090B9817E099","49AC923E-5272-4E3C-8F02-4F2AED2BC4E9","85AAEA9C-5E12-4DEC-8994-9A5FE655A740","2A7FF9BF-85D3-4962-8EB4-0F7016C672EB","3BB17748-B91B-43F5-84BE-2537402A6382","8BA10BD3-43C5-4A41-B9D9-DCD8C74EA208","8BADA640-EDC1-41B2-BEF3-0F2520EA25DD","CAFB5342-EFD3-483E-AE4A-343D211653EF","C3DC8C6F-A36C-4456-AF34-B0A318C1AAD8","88093937-29BB-43FC-AD82-4A0A4BDC349F","27E1FA12-CE4A-4C1F-891F-EEEF92BD672F","A12311D6-23C1-4711-9271-5B582F89F15B","6FB89C12-39F8-483E-8DFA-71BDD80323B9","F70FE5E3-2CD8-4DE8-BA67-2E043578F518","6460ED5D-5914-4719-A2D7-9C7A90CB482B"],"layout":{"__isSmartRef__":true,"id":1985},"_Position":{"__isSmartRef__":true,"id":1986},"owner":{"__isSmartRef__":true,"id":384},"_ClipMode":"visible","isPressed":false,"_Rotation":0,"_Scale":0.9902912621359223,"__LivelyClassName__":"lively.morphic.Button"},"1903":{"submorphs":[],"scripts":[],"id":"8E77FA54-4396-41D3-B0A2-951B9EFA5815","shape":{"__isSmartRef__":true,"id":1904},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":1910},"_MaxTextWidth":78.78258942335096,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":1911},"_Padding":{"__isSmartRef__":true,"id":1912},"owner":{"__isSmartRef__":true,"id":1902},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":1913},"textChunks":[{"__isSmartRef__":true,"id":1914}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":1916},"eventHandler":{"__isSmartRef__":true,"id":1917},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","9AECBFB8-25A5-483F-86AD-D7CF9ABC9A25","918C6CC4-3540-4341-BAFD-B195F7807FEE","5AABB138-5EE8-40A5-AB3C-5A9625D0A353","4529D79B-4CC5-467E-91F8-661C3A5F49F8","1E5E570C-FD42-45E3-A7F6-768BB14ACD14","A13FB4E0-72F2-4E7C-A861-EDCBA1393860","B8E4C964-4FFF-4A9F-B0A9-612546B1DC8C","002A2173-D26D-4EED-8906-A489C1E158C0","63362D04-B829-41E6-9E68-5B8DB03D382F","996B60A4-8698-448F-A35F-79C768B4976B","F0727398-A1F0-47F5-92CF-BB9677FA05FA","38707063-D664-49A0-B2FB-F0666EC532D5","0402FB51-915F-4491-8FA1-553F0D8F7F35","5A35285D-C6A5-4830-97D9-0890A3F33F39","53121F0B-7DA5-4622-AC08-DD4805D53374","6C84E15D-112D-4C04-87C1-937691E296A7","C613D8FB-010E-4AA4-8EE9-CD99A2F14B99","8B611445-FB88-4DFD-8CC5-011707F24A66","94660747-47FA-4DF4-82C9-6F9330E43166"],"_MinTextWidth":78.78258942335096,"_MinTextHeight":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":1918},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"1904":{"position":{"__isSmartRef__":true,"id":1905},"_Extent":{"__isSmartRef__":true,"id":1906},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1907},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":1908},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":1909},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1905":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1906":{"x":82.78258942335096,"y":20.99999999999999,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"1907":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1908":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"1909":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1910":{"x":6.821210263296962e-13,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"1911":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1912":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1913":{"x":82.78258942335096,"y":20.99999999999999,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"1914":{"style":{"__isSmartRef__":true,"id":1915},"chunkOwner":{"__isSmartRef__":true,"id":1903},"storedString":"save","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"1915":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"1916":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"1917":{"morph":{"__isSmartRef__":true,"id":1903},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1918":{"requiredModules":[],"idOnLoad":"8E77FA54-4396-41D3-B0A2-951B9EFA5815","__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"1919":{"position":{"__isSmartRef__":true,"id":1920},"_Extent":{"__isSmartRef__":true,"id":1921},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":1922},"_Fill":{"__isSmartRef__":true,"id":1923},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":1933},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":1934},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1920":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1921":{"x":82.78258942335096,"y":20.99999999999999,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1922":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1923":{"stops":[{"__isSmartRef__":true,"id":1924},{"__isSmartRef__":true,"id":1926},{"__isSmartRef__":true,"id":1928},{"__isSmartRef__":true,"id":1930}],"vector":{"__isSmartRef__":true,"id":1932},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"1924":{"offset":0,"color":{"__isSmartRef__":true,"id":1925}},"1925":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1926":{"offset":0.4,"color":{"__isSmartRef__":true,"id":1927}},"1927":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1928":{"offset":0.6,"color":{"__isSmartRef__":true,"id":1929}},"1929":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1930":{"offset":1,"color":{"__isSmartRef__":true,"id":1931}},"1931":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1932":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1933":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"1934":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1935":{"stops":[{"__isSmartRef__":true,"id":1936},{"__isSmartRef__":true,"id":1938},{"__isSmartRef__":true,"id":1940},{"__isSmartRef__":true,"id":1942}],"vector":{"__isSmartRef__":true,"id":1932},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"1936":{"offset":0,"color":{"__isSmartRef__":true,"id":1937}},"1937":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1938":{"offset":0.4,"color":{"__isSmartRef__":true,"id":1939}},"1939":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1940":{"offset":0.6,"color":{"__isSmartRef__":true,"id":1941}},"1941":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1942":{"offset":1,"color":{"__isSmartRef__":true,"id":1943}},"1943":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1944":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"0F263785-353D-4F28-B1B2-7B9FC9CAD891","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"1945":{"sourceObj":{"__isSmartRef__":true,"id":1902},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":880},"targetMethodName":"doSave","visualConnector":{"__isSmartRef__":true,"id":1946},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1946":{"submorphs":[{"__isSmartRef__":true,"id":1947}],"scripts":[],"shape":{"__isSmartRef__":true,"id":1962},"derivationIds":[null],"id":"F46012D5-C8BE-4E52-BF98-D052FDAAE17A","renderContextTable":{"__isSmartRef__":true,"id":1969},"eventHandler":{"__isSmartRef__":true,"id":1970},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":1971},{"__isSmartRef__":true,"id":1972}],"con":{"__isSmartRef__":true,"id":1945},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1973},"__LivelyClassName__":"lively.morphic.Path"},"1947":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":1948},"derivationIds":[null],"id":"A2A83C78-09B8-473C-829B-198206D7A9E4","renderContextTable":{"__isSmartRef__":true,"id":1959},"eventHandler":{"__isSmartRef__":true,"id":1960},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":1961},"owner":{"__isSmartRef__":true,"id":1946},"_Rotation":3.077607197692381,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"1948":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":1949},{"__isSmartRef__":true,"id":1950},{"__isSmartRef__":true,"id":1951},{"__isSmartRef__":true,"id":1952}],"renderContextTable":{"__isSmartRef__":true,"id":1953},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":1954},"_Extent":{"__isSmartRef__":true,"id":1955},"_Padding":{"__isSmartRef__":true,"id":1956},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1957},"_Fill":{"__isSmartRef__":true,"id":1958},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"1949":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"1950":{"isAbsolute":true,"x":-12,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"1951":{"isAbsolute":true,"x":4,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"1952":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"1953":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"1954":{"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1955":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1956":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1957":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1958":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1959":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"1960":{"morph":{"__isSmartRef__":true,"id":1947},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1961":{"x":201.20421122525056,"y":40.24084224505009,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1962":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":1963},{"__isSmartRef__":true,"id":1964}],"renderContextTable":{"__isSmartRef__":true,"id":1965},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":1966},"_Extent":{"__isSmartRef__":true,"id":1967},"_Padding":{"__isSmartRef__":true,"id":1968},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":1957},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"1963":{"isAbsolute":true,"x":679.4857209639925,"y":9.595948897894004,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"1964":{"isAbsolute":true,"x":201.20421122525056,"y":40.24084224505009,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"1965":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"1966":{"x":200,"y":9,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1967":{"x":480,"y":32,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1968":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1969":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"1970":{"morph":{"__isSmartRef__":true,"id":1946},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1971":{"morph":{"__isSmartRef__":true,"id":1946},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1972":{"morph":{"__isSmartRef__":true,"id":1946},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":1947},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"1973":{"morphMenuItems":{"__isSmartRef__":true,"id":1974}},"1974":{"varMapping":{"__isSmartRef__":true,"id":1975},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":1980},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1975":{"this":{"__isSmartRef__":true,"id":1946},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1976}},"1976":{"$super":{"__isSmartRef__":true,"id":1977}},"1977":{"varMapping":{"__isSmartRef__":true,"id":1978},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1979},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"1978":{"obj":{"__isSmartRef__":true,"id":1946},"name":"morphMenuItems"},"1979":{},"1980":{},"1981":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1982":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"1983":{"morph":{"__isSmartRef__":true,"id":1902},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1984":{"x":63.63818454219199,"y":-12.925063289985928,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1985":{"centeredHorizontal":false,"moveHorizontal":true},"1986":{"x":831.4189853444975,"y":7.596769379149691,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"1987":{"submorphs":[{"__isSmartRef__":true,"id":1988}],"scripts":[],"id":"C1555785-B425-42E3-AC80-564BC961DCEA","shape":{"__isSmartRef__":true,"id":2004},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":2020},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":2008},"lighterFill":{"__isSmartRef__":true,"id":2021},"label":{"__isSmartRef__":true,"id":1988},"name":"openTestsButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":2030},"attributeConnections":[{"__isSmartRef__":true,"id":2031}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":2032},"renderContextTable":{"__isSmartRef__":true,"id":2033},"eventHandler":{"__isSmartRef__":true,"id":2034},"distanceToDragEvent":{"__isSmartRef__":true,"id":2035},"derivationIds":[7251,"84054D2E-8176-440D-B413-279956A34FC2","79434046-F834-490E-B705-0CE871D9E8B3","FF38CA79-C0DF-4F2F-8FC3-407571EF6A54","B1D50332-9F4F-4F7C-AC3F-95DC6C73EAA4","5B8D7C39-987A-4849-BFFD-3F316CE03852","F7C30F5C-7270-44B1-ADFF-7473F2012DB0","5142302E-3E9A-476B-AB24-B2448DA6D3E4","FEA3C508-593D-4BC7-B645-8B5630CF2EDE","34DBC442-E1DE-42D7-8C63-BA9A1890C994","4F9067A3-5A5C-4637-A76F-7E590CEE2BDA","ADF74818-537A-4669-A455-9509BA7BD7E5","AFCD7FA7-5429-4B1A-B8B8-AB03C18ABA08","604C352D-0347-4329-A299-EAA3FF90B543","46C5ED11-DE03-428F-A758-5308B3D323B5","7C978B2A-9109-42E1-95C5-A59CC74BD31B","79E81B39-53EC-40DA-A7D3-B40E5FE5F963","B4B72612-573A-4B4E-AFB2-747E251DB214","7E8990D8-4F4F-4D51-8873-F675B92E1616"],"owner":{"__isSmartRef__":true,"id":384},"_ClipMode":"visible","isPressed":false,"_Rotation":0,"_Scale":0.9940149800149941,"__LivelyClassName__":"lively.morphic.Button"},"1988":{"submorphs":[],"scripts":[],"id":"FAA9A288-66B0-4084-9BB0-E0F001E17CA0","shape":{"__isSmartRef__":true,"id":1989},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":1995},"_MaxTextWidth":75.8735578213487,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":1996},"_Padding":{"__isSmartRef__":true,"id":1997},"owner":{"__isSmartRef__":true,"id":1987},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":1998},"textChunks":[{"__isSmartRef__":true,"id":1999}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":2001},"eventHandler":{"__isSmartRef__":true,"id":2002},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2","CB475566-05CE-43E2-B04D-EE32BC4CB718","6BB077CE-92E6-47BE-BE88-9A48488562D1","9E359973-2FDB-417B-BB06-AB34D52BD310","58F098ED-A190-44F2-B73E-80802B2CF2F6","AEA84B35-B349-4307-92C6-8F229705DFC2","A677CADF-24FF-4177-9A3A-FE9AAE7D60FE","0F875AD9-E54C-4735-9BA9-7B89574233A1","840EBE92-3BC2-42EC-819E-3CD002576490","78C4969D-2C33-4B17-9027-89B411B9F496","C9A3D112-C2BC-43A3-A3CA-A68F41A0E4CF","78CF2F1A-6697-4D03-AB2B-CAF862B4EDD6","8B416918-CA4B-46D1-8A3C-40F8A754E44D","01510710-A85B-4054-B0ED-7F2F02434806","8ABD23FB-E90C-4EEB-BF53-DF3C6ACF2BD4","8B151A25-F472-4637-8EAE-06CA2F2B3BB0","D47D2AFE-CB58-4519-8F11-1B5EA1694B90","3AD08068-C40B-4674-8A15-567CDFB1BA35"],"_MinTextWidth":75.8735578213487,"_MinTextHeight":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":2003},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"1989":{"position":{"__isSmartRef__":true,"id":1990},"_Extent":{"__isSmartRef__":true,"id":1991},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1992},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":1993},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":1994},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1990":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"1991":{"x":79.8735578213487,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"1992":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"1993":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"1994":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1995":{"x":-2.2737367544323206e-13,"y":-4.547473508864641e-13,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"1996":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1997":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"1998":{"x":79.8735578213487,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"1999":{"style":{"__isSmartRef__":true,"id":2000},"chunkOwner":{"__isSmartRef__":true,"id":1988},"storedString":"Tests","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"2000":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"2001":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"2002":{"morph":{"__isSmartRef__":true,"id":1988},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2003":{"requiredModules":[],"idOnLoad":"FAA9A288-66B0-4084-9BB0-E0F001E17CA0","__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"2004":{"position":{"__isSmartRef__":true,"id":2005},"_Extent":{"__isSmartRef__":true,"id":2006},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":2007},"_Fill":{"__isSmartRef__":true,"id":2008},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":2018},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":2019},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2005":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2006":{"x":79.8735578213487,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2007":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2008":{"stops":[{"__isSmartRef__":true,"id":2009},{"__isSmartRef__":true,"id":2011},{"__isSmartRef__":true,"id":2013},{"__isSmartRef__":true,"id":2015}],"vector":{"__isSmartRef__":true,"id":2017},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"2009":{"offset":0,"color":{"__isSmartRef__":true,"id":2010}},"2010":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2011":{"offset":0.4,"color":{"__isSmartRef__":true,"id":2012}},"2012":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2013":{"offset":0.6,"color":{"__isSmartRef__":true,"id":2014}},"2014":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2015":{"offset":1,"color":{"__isSmartRef__":true,"id":2016}},"2016":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2017":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"2018":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"2019":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"2020":{"x":634.0159087982652,"y":7,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2021":{"stops":[{"__isSmartRef__":true,"id":2022},{"__isSmartRef__":true,"id":2024},{"__isSmartRef__":true,"id":2026},{"__isSmartRef__":true,"id":2028}],"vector":{"__isSmartRef__":true,"id":2017},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"2022":{"offset":0,"color":{"__isSmartRef__":true,"id":2023}},"2023":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2024":{"offset":0.4,"color":{"__isSmartRef__":true,"id":2025}},"2025":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2026":{"offset":0.6,"color":{"__isSmartRef__":true,"id":2027}},"2027":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2028":{"offset":1,"color":{"__isSmartRef__":true,"id":2029}},"2029":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2030":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"C1555785-B425-42E3-AC80-564BC961DCEA","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"2031":{"sourceObj":{"__isSmartRef__":true,"id":1987},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":384},"targetMethodName":"openPartTestRunner","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2032":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2033":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"2034":{"morph":{"__isSmartRef__":true,"id":1987},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2035":{"x":59.70298502940375,"y":-12.472848995726281,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2036":{"submorphs":[],"scripts":[],"id":"53C5833A-28EB-4383-88FD-A21405BCA188","shape":{"__isSmartRef__":true,"id":2037},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":2044},"itemList":[],"showsHalos":false,"name":"LimeMachineHistoryList2","partsBinMetaInfo":{"__isSmartRef__":true,"id":2045},"__SourceModuleName__":"Global.lively.morphic.Core","_ClipMode":"auto","renderContextTable":{"__isSmartRef__":true,"id":2048},"eventHandler":{"__isSmartRef__":true,"id":2049},"derivationIds":[2860,"30186701-49A1-49AD-A42F-27F425D92029","ADD09343-51ED-44F6-85F3-257C9A52C897","E7D37D75-7FAC-4173-B986-52D7388750A3","30A579FB-D06C-4025-8208-87030C6AD968","9DBF2BB8-EC40-405E-B59E-2CEE1819A6FF","96175B15-7F17-4B46-BF83-8E99D5319A4E","338C3CBA-4116-4FA8-8813-EBD89404ED05","F1189EA2-535C-4081-9D67-FDA037D0EBCE","6F131B01-53E6-4F10-983D-2B2D400B124D","D44F3C22-D52D-4555-8902-D80E375DAD08","78CFA50F-F466-4BB4-9149-88D3522F8997","BF33F675-3D3D-4F81-947D-434EC1BB5FD5","B1E86D90-F972-4ACD-BDC5-74AE56BF4CAC","B1B13E53-667D-475E-8D02-3AFEB481442B","33FDDA23-64E3-486D-AD54-D5CA0A4825F8","622D353E-8F0B-4ABE-B1EB-786C18AC9D5E","FCBD624A-B214-43CA-AEC0-6AFD2F2AFA0D","E3DD646F-902D-4AA8-BCC2-9C893C251807","89BA71A8-A588-4DB0-A093-975D10B2E702","66E103CF-90DF-45EC-934D-497AD703494F","79694E95-D490-4EA9-B3BD-37BF4B972982","7DE5A787-E700-4D63-B3F3-8EAF94360974","64E1434F-7DBF-4C6F-A534-AA455C472933","C300CA88-26C5-4FD8-8B7E-D227CB839A65","DD4964C5-DD9B-4619-9453-C73C601A8421","B01592A3-ACC0-466F-A1B2-935758B95FB5"],"attributeConnections":[{"__isSmartRef__":true,"id":2050}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"isBeingDragged":false,"changeTriggered":true,"grabbingEnabled":false,"_FontSize":10,"moved":true,"distanceToDragEvent":{"__isSmartRef__":true,"id":2055},"priorExtent":{"__isSmartRef__":true,"id":2056},"#startLetters":"","SelectedScript":null,"currentCodeScripts":[{"__isSmartRef__":true,"id":2057},{"__isSmartRef__":true,"id":2058},{"__isSmartRef__":true,"id":2059},{"__isSmartRef__":true,"id":2060},{"__isSmartRef__":true,"id":2061},{"__isSmartRef__":true,"id":2062},{"__isSmartRef__":true,"id":2063},{"__isSmartRef__":true,"id":2064},{"__isSmartRef__":true,"id":2065},{"__isSmartRef__":true,"id":2066},{"__isSmartRef__":true,"id":2067},{"__isSmartRef__":true,"id":2068},{"__isSmartRef__":true,"id":2069},{"__isSmartRef__":true,"id":2070}],"layout":{"__isSmartRef__":true,"id":2071},"_Rotation":0,"_Scale":0.990044880209748,"owner":{"__isSmartRef__":true,"id":384},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2072},"__LivelyClassName__":"lively.morphic.List"},"2037":{"position":{"__isSmartRef__":true,"id":2038},"_Extent":{"__isSmartRef__":true,"id":2039},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":2040},"_Fill":{"__isSmartRef__":true,"id":2041},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":2042},"_Padding":{"__isSmartRef__":true,"id":2043},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2038":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2039":{"x":162.6234236844568,"y":441.6701555617119,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2040":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2041":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2042":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"2043":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"2044":{"x":853.7461788631764,"y":81.13636368223871,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2045":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"__SourceModuleName__":"Global.lively.PartsBin","partName":"List","comment":"a list morph","changes":[{"__isSmartRef__":true,"id":2046}],"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"revisionOnLoad":149013,"idOnLoad":"AAAC81E2-B1A6-4ACC-B200-C73AC0A1A9F1","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"2046":{"date":{"__isSmartRef__":true,"id":2047},"author":"undefined","message":"Click on scrollbar does not grab list","id":"16AABF98-2E7D-4875-9E66-CF86EB74AF93"},"2047":{"isSerializedDate":true,"string":"Thu Mar 29 2012 14:39:24 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2048":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateListContent":"updateListContentHTML","resizeList":"resizeListHTML","getItemIndexFromEvent":"getItemIndexFromEventHTML","getListExtent":"getListExtentHTML","setSize":"setSizeHTML","renderAsDropDownList":"renderAsDropDownListHTML","setFontSize":"setFontSizeHTML","setFontFamily":"setFontFamilyHTML","getSelectedIndexes":"getSelectedIndexesHTML","enableMultipleSelections":"enableMultipleSelectionsHTML","selectAllAt":"selectAllAtHTML","clearSelections":"clearSelectionsHTML","deselectAt":"deselectAtHTML"},"2049":{"morph":{"__isSmartRef__":true,"id":2036},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2050":{"sourceObj":{"__isSmartRef__":true,"id":2036},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":2036},"targetMethodName":"selectLocalRevision","converterString":"function (value) {\n return value;\n}","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2051},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2052},"__LivelyClassName__":"AttributeConnection"},"2051":{"source":{"__isSmartRef__":true,"id":2036},"target":{"__isSmartRef__":true,"id":2036}},"2052":{"converter":{"__isSmartRef__":true,"id":2053}},"2053":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":2051},"source":"function (value) {\n return value;\n}","funcProperties":{"__isSmartRef__":true,"id":2054},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2054":{},"2055":{"x":117.64117521795265,"y":-13.670845422172079,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2056":{"x":162.6234236844568,"y":440.66010034099486,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2057":{"MethodName":"bla2","Code":"// changed at Tue Jun 05 2012 12:55:14 GMT+0200 (CEST) by soergel \nthis.addScript(function bla2() {\n alertOK(\"Blubb!!\");\n}).tag([]);","Timestamp":1338893714097},"2058":{"MethodName":"bla2","Code":"// changed at Tue Jun 05 2012 12:55:59 GMT+0200 (CEST) by soergel \nthis.addScript(function bla2() {\n alertOK(\"Blubb!!\");\n\n}).tag([]);","Timestamp":1338893759640},"2059":{"MethodName":"bla","Code":"// changed at Tue Jun 05 2012 12:56:53 GMT+0200 (CEST) by soergel \nthis.addScript(function bla() {\n alertOK(\"Blubb!!\");\n\n}).tag([]);","Timestamp":1338893813540},"2060":{"MethodName":"bla2","Code":"// changed at Tue Jun 05 2012 13:25:55 GMT+0200 (CEST) by soergel \nthis.addScript(function bla2() {\n alertOK(\"Blubb!!\");\n\n}).tag([]);","Timestamp":1338895555751},"2061":{"MethodName":"bla","Code":"// changed at Tue Jun 05 2012 09:48:44 GMT+0200 (CEST) by soergel \nthis.addScript(function bla() {\n alertOK(\"Blubb!!\");\n}).tag([]);","Timestamp":1338895911260},"2062":{"MethodName":"foo","Code":"// changed at Tue Jun 05 2012 09:50:53 GMT+0200 (CEST) by soergel \nthis.addScript(function foo() {\n alert(\"barrrr?\");\n}).tag([]);","Timestamp":1338895912791},"2063":{"MethodName":"foo2","Code":"// changed at Tue Jun 05 2012 10:40:59 GMT+0200 (CEST) by soergel \nthis.addScript(function foo2() {\n alert(\"barrrr?\");\n alert(\"blub\");\n}).tag([]);","Timestamp":1338895914321},"2064":{"MethodName":"bla","Code":"// changed at Tue Jun 05 2012 09:48:44 GMT+0200 (CEST) by soergel \nthis.addScript(function bla() {\n alertOK(\"Blubb!!\");\n}).tag([]);","Timestamp":1339494350601},"2065":{"MethodName":"-- ALL --","Code":"// changed at Tue Jun 05 2012 09:48:44 GMT+0200 (CEST) by soergel \nthis.addScript(function bla() {\n alertOK(\"Blubb!!\");\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 13:25:55 GMT+0200 (CEST) by soergel \nthis.addScript(function bla2() {\n alertOK(\"Blubb!!\");\n\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 09:50:53 GMT+0200 (CEST) by soergel \nthis.addScript(function foo() {\n alert(\"barrrr?\");\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 10:40:59 GMT+0200 (CEST) by soergel \nthis.addScript(function foo2() {\n alert(\"barrrr?\");\n alert(\"blub\");\n}).tag([])","Timestamp":1339673116443},"2066":{"MethodName":"-- ALL --","Code":"// changed at Tue Jun 05 2012 09:48:44 GMT+0200 (CEST) by soergel \nthis.addScript(function bla() {\n alertOK(\"Blubb!!\");\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 13:25:55 GMT+0200 (CEST) by soergel \nthis.addScript(function bla2() {\n alertOK(\"Blubb!!\");\n\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 09:50:53 GMT+0200 (CEST) by soergel \nthis.addScript(function foo() {\n alert(\"barrrr?\");\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 10:40:59 GMT+0200 (CEST) by soergel \nthis.addScript(function foo2() {\n alert(\"barrrr?\");\n alert(\"blub\");\n}).tag([])","Timestamp":1339673118070},"2067":{"MethodName":"-- ALL --","Code":"// changed at Tue Jun 05 2012 09:48:44 GMT+0200 (CEST) by soergel \nthis.addScript(function bla() {\n alertOK(\"Blubb!!\");\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 13:25:55 GMT+0200 (CEST) by soergel \nthis.addScript(function bla2() {\n alertOK(\"Blubb!!\");\n\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 09:50:53 GMT+0200 (CEST) by soergel \nthis.addScript(function foo() {\n alert(\"barrrr?\");\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 10:40:59 GMT+0200 (CEST) by soergel \nthis.addScript(function foo2() {\n alert(\"barrrr?\");\n alert(\"blub\");\n}).tag([])","Timestamp":1339673118714},"2068":{"MethodName":"-- ALL --","Code":"// changed at Tue Jun 05 2012 09:48:44 GMT+0200 (CEST) by soergel \nthis.addScript(function bla() {\n alertOK(\"Blubb!!\");\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 13:25:55 GMT+0200 (CEST) by soergel \nthis.addScript(function bla2() {\n alertOK(\"Blubb!!\");\n\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 09:50:53 GMT+0200 (CEST) by soergel \nthis.addScript(function foo() {\n alert(\"barrrr?\");\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 10:40:59 GMT+0200 (CEST) by soergel \nthis.addScript(function foo2() {\n alert(\"barrrr?\");\n alert(\"blub\");\n}).tag([])","Timestamp":1339673119209},"2069":{"MethodName":"-- ALL --","Code":"// changed at Tue Jun 05 2012 09:48:44 GMT+0200 (CEST) by soergel \nthis.addScript(function bla() {\n alertOK(\"Blubb!!\");\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 13:25:55 GMT+0200 (CEST) by soergel \nthis.addScript(function bla2() {\n alertOK(\"Blubb!!\");\n\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 09:50:53 GMT+0200 (CEST) by soergel \nthis.addScript(function foo() {\n alert(\"barrrr?\");\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 10:40:59 GMT+0200 (CEST) by soergel \nthis.addScript(function foo2() {\n alert(\"barrrr?\");\n alert(\"blub\");\n}).tag([])","Timestamp":1339673119633},"2070":{"MethodName":"foo","Code":"// changed at Thu Jun 14 2012 15:11:16 GMT+0200 (CEST) by soergel \nthis.addScript(function foo() {\n alert(\"barsssrrr?\");\n}).tag([]);","Timestamp":1339679476880},"2071":{"moveHorizontal":true,"resizeHeight":true},"2072":{"setTarget":{"__isSmartRef__":true,"id":2073},"updateListItems":{"__isSmartRef__":true,"id":2077},"clearList":{"__isSmartRef__":true,"id":2081},"selectLocalRevision":{"__isSmartRef__":true,"id":2085},"selectScript":{"__isSmartRef__":true,"id":2089},"getFormattedTime":{"__isSmartRef__":true,"id":2093},"reset":{"__isSmartRef__":true,"id":2097}},"2073":{"varMapping":{"__isSmartRef__":true,"id":2074},"source":"function setTarget(morph) {\n if (morph && morph.id) {\n this.targetMorph = morph;\n } else {\n this.targetMorph = undefined;\n }\n\n this.updateListItems();\n}","funcProperties":{"__isSmartRef__":true,"id":2075},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2074":{"this":{"__isSmartRef__":true,"id":2036}},"2075":{"timestamp":{"__isSmartRef__":true,"id":2076},"user":"soergel","tags":[]},"2076":{"isSerializedDate":true,"string":"Tue Jun 05 2012 13:26:53 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2077":{"varMapping":{"__isSmartRef__":true,"id":2078},"source":"function updateListItems() {\n this.clearList();\n if (!this.targetMorph) {\n return;\n }\n\n var lm = projects.WebDev2012.LimeMachine.LimeMachine;\n var history = lm.getWorldHistory();\n\n if (!history) {\n return;\n }\n var currentObject = history.getObject(this.targetMorph.id);\n if (!currentObject) {\n return;\n }\n\n this.currentCodeScripts = currentObject.Code;\n \n var listItems = [];\n var methodFilter = this.SelectedScript;\n var filteredScripts = this.currentCodeScripts.select(function(item) { return methodFilter == null || item.MethodName == methodFilter});\n var that = this;\n $.each(filteredScripts, function(idx, item) {\n item.toString = function() { return this.MethodName + \" - \" + that.getFormattedTime(this.Timestamp) };\n listItems.push(item);\n });\n \n this.updateList(listItems.reverse());\n}","funcProperties":{"__isSmartRef__":true,"id":2079},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2078":{"this":{"__isSmartRef__":true,"id":2036}},"2079":{"timestamp":{"__isSmartRef__":true,"id":2080},"user":"soergel","tags":[]},"2080":{"isSerializedDate":true,"string":"Tue Jun 12 2012 11:47:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2081":{"varMapping":{"__isSmartRef__":true,"id":2082},"source":"function clearList() {\n this.updateList([]);\n}","funcProperties":{"__isSmartRef__":true,"id":2083},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2082":{"this":{"__isSmartRef__":true,"id":2036}},"2083":{"timestamp":{"__isSmartRef__":true,"id":2084},"user":"soergel","tags":[]},"2084":{"isSerializedDate":true,"string":"Tue Jun 05 2012 13:30:32 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2085":{"varMapping":{"__isSmartRef__":true,"id":2086},"source":"function selectLocalRevision(selection) {\n if(selection == undefined) {\n this.clearSelections();\n return;\n }\n\n if (this.SelectedScript != selection.MethodName) \n this.owner.scriptList.selectAddedScript(selection.MethodName);\n this.owner.displayJavaScriptSource(selection.Code);\n\n var index = this.getList().indexOf(selection);\n if (index !== -1) \n this.selectAt(index);\n}","funcProperties":{"__isSmartRef__":true,"id":2087},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2086":{"this":{"__isSmartRef__":true,"id":2036}},"2087":{"timestamp":{"__isSmartRef__":true,"id":2088},"user":"josi","tags":[]},"2088":{"isSerializedDate":true,"string":"Thu Jun 07 2012 13:54:28 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2089":{"varMapping":{"__isSmartRef__":true,"id":2090},"source":"function selectScript(scriptName) {\n this.SelectedScript = scriptName;\n this.selectAt(-1);\n this.updateListItems();\n}","funcProperties":{"__isSmartRef__":true,"id":2091},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2090":{"this":{"__isSmartRef__":true,"id":2036}},"2091":{"timestamp":{"__isSmartRef__":true,"id":2092},"user":"josi","tags":[]},"2092":{"isSerializedDate":true,"string":"Thu Jun 07 2012 14:00:38 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2093":{"varMapping":{"__isSmartRef__":true,"id":2094},"source":"function getFormattedTime(timestamp) {\n var today = new Date();\n today.setHours(0);\n today.setMinutes(0);\n today.setSeconds(0);\n today.setMilliseconds(0);\n\n var timestampTime = new Date(timestamp);\n\n if (timestampTime >= today)\n return timestampTime.format(\"HH:MM\");\n else \n return timestampTime.format(\"dd.mm.yyyy HH:MM\");\n}","funcProperties":{"__isSmartRef__":true,"id":2095},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2094":{"this":{"__isSmartRef__":true,"id":2036}},"2095":{"timestamp":{"__isSmartRef__":true,"id":2096},"user":"soergel","tags":[]},"2096":{"isSerializedDate":true,"string":"Tue Jun 12 2012 11:44:11 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2097":{"varMapping":{"__isSmartRef__":true,"id":2098},"source":"function reset() {\n this.clearList();\n this.targetMorph = undefined;\n}","funcProperties":{"__isSmartRef__":true,"id":2099},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2098":{"this":{"__isSmartRef__":true,"id":2036}},"2099":{"timestamp":{"__isSmartRef__":true,"id":2100},"user":"soergel","tags":[]},"2100":{"isSerializedDate":true,"string":"Thu Jun 14 2012 15:06:11 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2101":{"submorphs":[{"__isSmartRef__":true,"id":2102},{"__isSmartRef__":true,"id":2121}],"scripts":[],"id":"34952619-9367-403D-A22D-B5689E3DB3EF","shape":{"__isSmartRef__":true,"id":2133},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":2149},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":2137},"lighterFill":{"__isSmartRef__":true,"id":2150},"label":{"__isSmartRef__":true,"id":2102},"name":"MagnifierButton2","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":2159},"attributeConnections":[{"__isSmartRef__":true,"id":2162}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":2163},"renderContextTable":{"__isSmartRef__":true,"id":2164},"eventHandler":{"__isSmartRef__":true,"id":2165},"derivationIds":[2588,"22797D34-67DE-4A06-81F0-4DF0A87ADBBC","81CB4C12-BCF0-4097-8B6D-D9419046367A","0767A57D-9BB2-48C6-9654-753D2B9D00A6","42871246-6725-4E41-A2C1-5A5BCF041097","BCE6E775-B5DF-4D6B-9F06-CDC02C1B1D0F","797EC165-A639-42D9-A059-669F6BEB92A7","FA498EFD-E50E-4CE0-9FA8-9AE2E8AE9580","4B68C371-CB37-45B4-910A-611E5FFC23DD","94E374B9-7ED4-4E39-96F1-6FD4E7AC3428","34D63515-7CC7-43FB-B7BB-87AFCA377D63","0AB02747-6FB8-4C40-8607-2ACFF26F53DA","59A56519-54E2-42DE-8058-8CAE9111839F","C8AF29A4-9676-4A0A-AAE7-8E6BAE0DB15A","568E8B96-A83C-4E15-96FA-5AFE3270AB47","1829EF71-6DE1-43BB-AD3A-C0D48BCA75EF","163FD6FA-9476-4634-A331-92B2E1A4D17D","EB20D882-43AA-4FA4-8B03-5B6197CBA21C","BD9274E1-9481-4976-96F7-B2CE62F283E3","2078D4B5-EE40-4C4C-BDB3-3FCE8B632104"],"_ClipMode":"visible","distanceToDragEvent":{"__isSmartRef__":true,"id":2166},"highlightRectangle":{"__isSmartRef__":true,"id":2167},"_Rotation":0,"_Scale":0.9920279440699439,"owner":{"__isSmartRef__":true,"id":384},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2253},"__LivelyClassName__":"lively.morphic.Button"},"2102":{"submorphs":[],"scripts":[],"id":"3ECDB02F-CC75-417F-88C4-9D3E4295E675","shape":{"__isSmartRef__":true,"id":2103},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":2109},"_MaxTextWidth":24,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":2110},"_Padding":{"__isSmartRef__":true,"id":2111},"owner":{"__isSmartRef__":true,"id":2101},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":2112},"textChunks":[{"__isSmartRef__":true,"id":2113},{"__isSmartRef__":true,"id":2115}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":2117},"eventHandler":{"__isSmartRef__":true,"id":2118},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[2589,"024C5ADE-C4CF-4E8E-BEC5-F93AD4839702","A2CC4D56-B9D8-4A48-B6FF-DDDD85ACDC2E","5AC5C4DE-00B0-43DB-B7F1-765674CE818B","750A11C6-766E-4B48-AE32-D71DE811EB4A","66A7B56E-A94E-44AE-8AED-C0C1B07554D4","CA8596D3-2D4F-453B-BE1B-DCEC8F85389B","4D7DC32F-79CB-4AF8-8B21-AB4F1809D4A8","439DE430-7651-470E-97D8-00E7F96B04DA","DAC920E6-217B-4515-AC09-2F9DCBA7375C","BD48C003-0502-451D-B6AA-7369FF3D1030","539972E1-50A9-43BC-88DB-34ACD1E14404","202BC565-5119-46F1-A2C7-7211A0B8365D","CBEF7249-F387-4013-B709-AF364588EDF4","7691D074-29D7-4B7A-A843-AB39F2D7882F","A239B6D2-7F00-4CE8-98E8-61D8BFF9B8C1","A1E1EB42-A503-4A69-A733-B6D8CA81491B","9C872B09-2764-40CA-9516-AFD7B3AC1997","4743F42F-40E0-49C7-881E-E372B1E5F318","B9DCC59B-ADD8-43F2-8705-C0D9689A1DBF"],"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":24,"_MinTextHeight":null,"_FontSize":10,"_TextColor":{"__isSmartRef__":true,"id":2119},"partsBinMetaInfo":{"__isSmartRef__":true,"id":2120},"__LivelyClassName__":"lively.morphic.Text"},"2103":{"position":{"__isSmartRef__":true,"id":2104},"_Extent":{"__isSmartRef__":true,"id":2105},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":2106},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":2107},"_Padding":{"__isSmartRef__":true,"id":2108},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2104":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2105":{"x":24,"y":24,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2106":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2107":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"2108":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"2109":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2110":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"2111":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"2112":{"x":24,"y":24,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2113":{"style":{"__isSmartRef__":true,"id":2114},"chunkOwner":{"__isSmartRef__":true,"id":2102},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"2114":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"2115":{"style":{"__isSmartRef__":true,"id":2116},"chunkOwner":{"__isSmartRef__":true,"id":2102},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"2116":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"2117":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"2118":{"morph":{"__isSmartRef__":true,"id":2102},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2119":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2120":{"requiredModules":[],"idOnLoad":"C62A3F01-C232-415B-A83F-A503EC8D3077","__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"2121":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2122},"derivationIds":[null,"29E543E0-AE93-493A-A694-FC1C330D0544","F0366E4C-E97F-4C77-BEE4-340A0668ADD5","347F6028-5092-4F54-9A34-3EFF3FF0B815","BF7387E7-BCD7-4A5B-B9D2-C14ECF59EFCA","85BA370B-966E-41F7-8C2F-F3A926EC2AA2","1652172B-339A-43A1-9589-70E68B35A28E","705524F7-129B-4102-834E-2A1A45985BB5","5707DF70-CD77-4D53-96ED-5A0AEB227FB7","257E62CE-C668-4317-B5B7-8D394BDC3F6C","DB924165-FF64-41D0-9CEC-F47FB3BD5F79","AB6E73FA-7276-41C1-AEB5-E7343BF6514C","7ED786C4-2739-477D-84A5-8893F801133B","EB31CE3D-76CE-4FD1-AB50-CC3BF6706D81","3BCDC5AF-AE31-4F87-8468-3A004154FE46","35393851-14AB-421A-8739-8DD305783245","189DA5FF-4630-43A6-9FE7-4D8331FA569A","59C3E15C-5B97-43D8-BF83-762BED0BFA13","8BEA69B3-8395-4B07-A310-6EB7BC730329"],"id":"14D397AC-2CB0-416E-868F-5A7FFA3B3339","renderContextTable":{"__isSmartRef__":true,"id":2127},"eventHandler":{"__isSmartRef__":true,"id":2128},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":2129},"owner":{"__isSmartRef__":true,"id":2101},"name":"leftpointing_magnifying_glass.png","priorExtent":{"__isSmartRef__":true,"id":2130},"isBeingDragged":false,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":2131},"eventsAreDisabled":true,"_HandStyle":"default","_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.Widgets","partsBinMetaInfo":{"__isSmartRef__":true,"id":2132},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Image"},"2122":{"_Position":{"__isSmartRef__":true,"id":2123},"renderContextTable":{"__isSmartRef__":true,"id":2124},"_Extent":{"__isSmartRef__":true,"id":2125},"_ImageURL":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAABAAAAAQBPJcTWAAAALnRFWHRUaXRsZQBMRUZULVBPSU5USU5HIE1BR05JRllJTkcgR0xBU1MgKFUrMUY1MEQpw88haQAAABV0RVh0QXV0aG9yAEFuZHJldyBNYXJjdXNl5zc3gwAAAC90RVh0U29mdHdhcmUAaW5mby5maWxlZm9ybWF0LmRhdGEuVW5pY29kZVBuZ1NlcnZsZXRoAX8wAAAAQ3RFWHREZXNjcmlwdGlvbgBodHRwOi8vd3d3LmZpbGVmb3JtYXQuaW5mby9pbmZvL3VuaWNvZGUvMWY1MGQvaW5kZXguaHRtk2hNQgAAADt0RVh0Q29weXJpZ2h0AGh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LW5jLXNhLzIuMC9siJKDAAAIDklEQVR42u1daWxVRRQeCi0tIqCAQCTIUtEIGlk0ilqEkEbiQhSKGAyCooIIggsiQuMWZNGwVMUFNIhKZBMobZClgK1FwAU3wIpSREDcUFZFEM/JOzf3vPHet9ze1/eYe77k+zNzl5nz3ZlzZntPKYFAcHojDXimmKH6cQbwZuBM4HLgx8A9wBPAU8BjwJ3ADcDFwMnArsCaYjr/0BB4DwlwjAwfL38DzgX2AdYWk3pDJnAM8E/NuN8BpwEHAq8DXgpsCswANgN2APak/BeBu7T7sQX1A9YQE8fuDwYAf2BG/JrEaefxmSjaeOAO9syNwBwxd2Q0o/7fMhr6h8Fx+oBIX346cATwF/aON6Qbc0ZH4G4y0lHgOGAdD8/Be/KAs4AFwKsdrqkHnAA8Tu8rAzYWCWz0Bh5hraKTT11fL+AH1FXlA8/SrsEu61fmW9qLFEqNAv5LRsEw9twEvKMzcAvwJ3LoHG2AW+n9B4HdgixGHhNjiccuKlbUp9aC7yoGnqflraa8A8C2QRTjMvIVaITyKI61BjnkqiILWEjvPAwcxvLqAj+nvAqH7s1oNAfupcpjeNskhnvQOQ/xYfxQCziHRVl3sjxsNfspvYSuNR4Ywn5ClT5CA7lYkUPRU0YVy4CivkVlOE7TKxa6AP+ivKlBEORe9nUO8XD/QhWay6oqmlK3dYoirTYs70FK/wd4ocli1KVIByu7XXmb9BsOPEmj76riSfZxbAM2oPQMmqLB9GUmC/I0M8AtHp9xCd3/rM8fCHISy+vH0ruaOi3Coyqv6ETPKPSpXEOZ4X9XoSl+y89sovTNJgoyklW8rw8+aKFP5apFo3SrbMNcWsnFpgmylkU19R3yY4mc0mk0j88Z62PZ5jHDV7DQugE5dkx/3CQxzlb2qt6aCF1HtJH6BHoGju4v97F8+Sp8zeRGlldCaZtMEmQAq+zICL5hpUvrwfXy19gzZvhcvj6aILNZ3ij2ETQzRZA3WWU7RrgOfQsu05YCnyLxcFS9h91fTlMgfqKdJsg6lteBpQ8wRZASVqmmUa7txvwEJ/qe8SoxGxYymK+wpnMsNGHpxviRbVShkzEatAb5iEHUSrqzQVuiUMkMf5IFGWnM/71giiAHqEL7U7iMf2gtkk/B7/M51E4qMlklvzwNymgxl+VvobQPTRCkMavkDpaelkJlbOkgyDUsv0LZu19Oe/A++BBLvyIB0ZJX9HIQhHdZBymt1BQfso9V1Jorag28PUXKN8tBkHqUV4elLTJFkM9YpVqzllOcAmXDiG6vJsZhlt+Kpc80RZBiF2eJK4fZSS5bd4fWUcTyc1n6Y6YIMpVVii+LTgFOTHLZNjoIMpTlT2fpXUwRpIcKn021gHuwcDN0ss525Cnn3fIt2DXfK3vPljGbHtK1gdcFmkNdkYTK4gz0Tgcxytg1fI6rUBkGvubA54Ta0lTFK9VYFhS/xKV18PEHX3MfYpogfPUND9DwuamFlP5oNZXlZRcxlmsDWutsCl/aNQYZWhfBnTlOceNsLq459E1wyyhwEeNvFb7ZusClrEbhNlbJoyp8Y3UejehxPWS08v/MBrbIlcr92BvfwZit7KMKOC3f3FRBcBC2mRlBnz0dpOzN17gvqrdP7+2p7PkoJz7Hrq2pCfeqMhzXasbI1/KHa/m4Y93reRFcU1mrIh8IXaLCJzpnsLyfKRozHrNZpbFF9NHyx2pGw2tWAZ8H3gW8UjmvvWdSlIQb3raq6Kdzp6vwBbOhWn5/FRCggy9lFcdN1521ax5Q0Y9B41o7nkn8Rv1/gSkS0T/crb0vV4Uv465UAUNjLerCkfAN2jUXKef19apwnYP4AynK4tfNU6m1ZlMtaK/stQZrLXu0Q6g6OIpTjoVfAK/Xnp1GDp1fhy0th1rwHLqmEbXYHkEQJYcGitwouG2onoPx0Ne8q+yDmtGIs8lPUFCgH/Q5R4XPQlt8nfKzKB9/ouNHLT/ddFEw7t+uGQbPko90GY+gOHgcoRc5+YeBj1DY3JPyGrq8qy6JdMhBDAyz8azhZLq2JRuP4HE3a6f8KhNH7k4Dt9UORqoE3qGqfiAUo7L7lX1kjfMd4H0UHGTTFMpLzH8VUAS3iN2znsQ1GugvprCvkvMYdSFouBYxPu98FdoKusblmZXUoiz0J1FuYgPUfCrXAof7S4MgimXIRVH8wwHq5vBLna9Cs8ULyEgVWrCg8zAJ79TtjGDXjSMx5kd4Fk7XB+a3uq5Sob1QfoW86JzxR2zcjjyj3/mKTafUpCAi2nPLVcB+QA379YdoGuWEBxEwars1hujIOpZQQS1jWhzvKXeIDAOBRhT+YgQ2kcYK71NLwgOauAKJ50jwpFW8J2jHKHvLKwYBuENmVxyibAiqKIlCOkVY1g8HZHkQ5SOXeTaBR9RW9vT7agp34xVlo4jiL7KoG0TjriCR4hVlk0r8EYrAtZQiZa+14wx1qzhF2Syi+C+K5VOWko8RUVJIlPc8irIhKCP6ZItSqeJbh8kSU/qHDCbKMuZT4hFlrpgxcaIUUcuJR5TdYsLEiFLIQuLMOESZJOZLnCjLyMhrabqkZRRR1qsArDQmW5SlZOxPVWhJ2E2UNRJlVQ/wi19CRv9WhXbJoCh8zb+IujVBNYqymIyPP55ZxsQoVvK78kkBrp28rXVThSJGcoE7YZ5RoTMlc8SBpw7kj2IEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgSAZ+A+0ucC4BysctgAAAABJRU5ErkJggg==","_Padding":{"__isSmartRef__":true,"id":2126},"_NodeClass":["image"],"_NodeId":"29E543E0-AE93-493A-A694-FC1C330D0544","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLoaded":true,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Image"},"2123":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2124":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","setImageURL":"setImageURLHTML","getNativeExtent":"getNativeExtentHTML"},"2125":{"x":29,"y":29,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2126":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"2127":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"2128":{"morph":{"__isSmartRef__":true,"id":2121},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2129":{"x":-3.024108360992159,"y":0.008036120330757512,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2130":{"x":28,"y":29,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2131":{"x":39.935711037353485,"y":-9.032144481323257,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2132":{"partName":"leftpointing_magnifying_glass.png","requiredModules":[],"idOnLoad":"364D1152-5F71-4121-96A1-09AC460AD22B","__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"2133":{"position":{"__isSmartRef__":true,"id":2134},"_Extent":{"__isSmartRef__":true,"id":2135},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":2136},"_Fill":{"__isSmartRef__":true,"id":2137},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":2147},"_Padding":{"__isSmartRef__":true,"id":2148},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2134":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2135":{"x":24,"y":24,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2136":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2137":{"stops":[{"__isSmartRef__":true,"id":2138},{"__isSmartRef__":true,"id":2140},{"__isSmartRef__":true,"id":2142},{"__isSmartRef__":true,"id":2144}],"vector":{"__isSmartRef__":true,"id":2146},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"2138":{"offset":0,"color":{"__isSmartRef__":true,"id":2139}},"2139":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2140":{"offset":0.4,"color":{"__isSmartRef__":true,"id":2141}},"2141":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2142":{"offset":0.6,"color":{"__isSmartRef__":true,"id":2143}},"2143":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2144":{"offset":1,"color":{"__isSmartRef__":true,"id":2145}},"2145":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2146":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"2147":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"2148":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"2149":{"x":470,"y":8,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2150":{"stops":[{"__isSmartRef__":true,"id":2151},{"__isSmartRef__":true,"id":2153},{"__isSmartRef__":true,"id":2155},{"__isSmartRef__":true,"id":2157}],"vector":{"__isSmartRef__":true,"id":2146},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"2151":{"offset":0,"color":{"__isSmartRef__":true,"id":2152}},"2152":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2153":{"offset":0.4,"color":{"__isSmartRef__":true,"id":2154}},"2154":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2155":{"offset":0.6,"color":{"__isSmartRef__":true,"id":2156}},"2156":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2157":{"offset":1,"color":{"__isSmartRef__":true,"id":2158}},"2158":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2159":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"ScriptableButton","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":2160}],"revisionOnLoad":154251,"idOnLoad":"31B0292D-7E7D-4088-B96E-C004897E2E50","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"2160":{"date":{"__isSmartRef__":true,"id":2161},"author":"robertkrahn","message":"no comment","id":"0366C0A2-0C8E-4AEB-AAC3-120434134545"},"2161":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:10:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2162":{"sourceObj":{"__isSmartRef__":true,"id":2101},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2101},"targetMethodName":"onFire","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2163":{"x":24.405327095521386,"y":24.0321444813232,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2164":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"2165":{"morph":{"__isSmartRef__":true,"id":2101},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2166":{"x":37.935711037353656,"y":-7.943747157684584,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2167":{"submorphs":[],"scripts":[],"id":"364FF344-E489-461B-BC8C-ED45E4823ED4","shape":{"__isSmartRef__":true,"id":2168},"__layered_droppingEnabled__":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":2175},"showsHalos":false,"name":"HighlightRectangle","partsBinMetaInfo":{"__isSmartRef__":true,"id":2176},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":2217},"eventHandler":{"__isSmartRef__":true,"id":2218},"attributeConnections":[{"__isSmartRef__":true,"id":2219},{"__isSmartRef__":true,"id":2220},{"__isSmartRef__":true,"id":2221}],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[127,"F0291F62-F100-480C-AEBF-0230398F7983","AE8B5ED7-E305-45BC-BE4A-1C28A49EE12B","39BA345C-17FA-45A0-BAC2-F0CF5654ACF8","FE91EA31-D8AE-461B-8A49-95DA5FBAE5B4","F38439A3-2F4E-4AC2-BF73-2633C00B1393","6748F5B5-2284-4748-A6EE-F1A261CBAD0B","6FECB598-D130-4242-BF1B-E18767608129","0B23F218-078F-4912-A262-31B957885F41","C56BA290-B836-4946-B4EF-DBB6FBA2368C","61176BAF-CFE6-4F2C-9F0A-971AAD6595A1","CB4127B2-0AA5-4B50-9978-F1FF39924A82","113050BB-CF0E-4193-91C6-9C25FC857EE8","EFF939E4-317B-4662-943F-77A6E6F65BD0","AA288E7F-3972-4F0D-87DD-61E4BD9C9C97","903E8C60-1158-42D5-85D2-DF134DA6CEC1","28FD6210-A549-4A11-9178-04E77FF556C0","B3312E29-D786-469F-865E-91FD69475A52","D947A1C1-DCBE-4485-A33D-DF549F6978E0","56CE0E60-45BE-43FF-9C6C-296D8AC326B6","CC61E3F8-8C8D-4F24-A591-023D3C88DEC8"],"partTests":{"__isSmartRef__":true,"id":2226},"_ClipMode":"visible","moved":true,"isBeingDragged":false,"priorExtent":{"__isSmartRef__":true,"id":2170},"prevScroll":[0,0],"#startLetters":"","eventsAreDisabled":false,"_HandStyle":"default","_PointerEvents":"auto","distanceToDragEvent":{"__isSmartRef__":true,"id":2231},"_Rotation":0,"_Scale":1.0060210561262526,"owner":null,"magnifierButton":{"__isSmartRef__":true,"id":2101},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2232},"__LivelyClassName__":"lively.morphic.Box"},"2168":{"position":{"__isSmartRef__":true,"id":2169},"_Extent":{"__isSmartRef__":true,"id":2170},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":2171},"_Fill":{"__isSmartRef__":true,"id":2172},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":2173},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":2174},"_BorderRadius":0,"_Opacity":0.2597,"_BorderStyle":"hidden","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2169":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2170":{"x":100,"y":100,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2171":{"r":0.8,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2172":{"r":0.227,"g":0,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2173":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"2174":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"2175":{"x":416,"y":75,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2176":{"partsSpaceName":"PartsBin/Tools","__SourceModuleName__":"Global.lively.PartsBin","comment":"A rectangle which highlights the object under the first hand of the world","migrationLevel":4,"partName":"HighlightRectangle","changes":[{"__isSmartRef__":true,"id":2177},{"__isSmartRef__":true,"id":2179},{"__isSmartRef__":true,"id":2181},{"__isSmartRef__":true,"id":2183},{"__isSmartRef__":true,"id":2185},{"__isSmartRef__":true,"id":2187},{"__isSmartRef__":true,"id":2189},{"__isSmartRef__":true,"id":2191},{"__isSmartRef__":true,"id":2193},{"__isSmartRef__":true,"id":2195},{"__isSmartRef__":true,"id":2197},{"__isSmartRef__":true,"id":2199},{"__isSmartRef__":true,"id":2201},{"__isSmartRef__":true,"id":2203},{"__isSmartRef__":true,"id":2205},{"__isSmartRef__":true,"id":2207},{"__isSmartRef__":true,"id":2209},{"__isSmartRef__":true,"id":2211},{"__isSmartRef__":true,"id":2213},{"__isSmartRef__":true,"id":2215}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"2177":{"date":{"__isSmartRef__":true,"id":2178},"author":"timfelgentreff","message":"no comment","id":"3DB7DB40-210A-4BED-91FD-9287005703EC"},"2178":{"isSerializedDate":true,"string":"Thu May 24 2012 17:04:54 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2179":{"date":{"__isSmartRef__":true,"id":2180},"author":"tessi","message":"no comment","id":"23D7AA12-66A9-4C3B-B494-131256C291AC"},"2180":{"isSerializedDate":true,"string":"Thu May 24 2012 16:57:13 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2181":{"date":{"__isSmartRef__":true,"id":2182},"author":"tessi","message":"no comment","id":"2C30B7CA-388F-4F51-B4CF-A2E50E381148"},"2182":{"isSerializedDate":true,"string":"Thu May 24 2012 16:23:11 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2183":{"date":{"__isSmartRef__":true,"id":2184},"author":"tessi","message":"diable events","id":"7C1F71A3-FDAC-470A-B9A9-E1F2C9FEF18E"},"2184":{"isSerializedDate":true,"string":"Thu May 24 2012 14:46:08 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2185":{"date":{"__isSmartRef__":true,"id":2186},"author":"tessi","message":"no comment","id":"01996A33-11BC-4C15-96D7-B7D219E2E961"},"2186":{"isSerializedDate":true,"string":"Thu May 24 2012 14:39:50 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2187":{"date":{"__isSmartRef__":true,"id":2188},"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23"},"2188":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2189":{"date":{"__isSmartRef__":true,"id":2190},"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC"},"2190":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2191":{"date":{"__isSmartRef__":true,"id":2192},"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2"},"2192":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (Mitteleuropäische Zeit)"},"2193":{"date":{"__isSmartRef__":true,"id":2194},"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B"},"2194":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (Mitteleuropäische Zeit)"},"2195":{"date":{"__isSmartRef__":true,"id":2196},"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7"},"2196":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (Mitteleuropäische Zeit)"},"2197":{"date":{"__isSmartRef__":true,"id":2198},"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350"},"2198":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2199":{"date":{"__isSmartRef__":true,"id":2200},"author":"tessi","message":"no comment","id":"4B982A01-25B3-455A-848D-89C2C3C471D7"},"2200":{"isSerializedDate":true,"string":"Thu May 24 2012 13:58:01 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2201":{"date":{"__isSmartRef__":true,"id":2202},"author":"tessi","message":"no comment","id":"2FD6CB7B-3BC7-4666-98B4-AACF1001954D"},"2202":{"isSerializedDate":true,"string":"Thu May 24 2012 14:07:32 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2203":{"date":{"__isSmartRef__":true,"id":2204},"author":"tessi","message":"no comment","id":"09CF5ECF-2C87-4B66-A164-39848628596F"},"2204":{"isSerializedDate":true,"string":"Thu May 24 2012 15:34:59 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2205":{"date":{"__isSmartRef__":true,"id":2206},"author":"tessi","message":"no comment","id":"252A3EB5-DB00-4CF9-BF38-2927DD1C5229"},"2206":{"isSerializedDate":true,"string":"Thu May 24 2012 16:34:29 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2207":{"date":{"__isSmartRef__":true,"id":2208},"author":"tessi","message":"no comment","id":"81534551-62C1-4FC9-96CB-A5AC6642CA1E"},"2208":{"isSerializedDate":true,"string":"Thu May 24 2012 16:45:49 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2209":{"date":{"__isSmartRef__":true,"id":2210},"author":"tessi","message":"no comment","id":"5125DE3A-D50E-4621-8490-F3A9D99C2C4C"},"2210":{"isSerializedDate":true,"string":"Thu May 24 2012 16:47:20 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2211":{"date":{"__isSmartRef__":true,"id":2212},"author":"tessi","message":"no comment","id":"C81A2FBF-CB0B-4A0B-9D63-F9AEDFCB5DA6"},"2212":{"isSerializedDate":true,"string":"Thu May 24 2012 16:51:06 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2213":{"date":{"__isSmartRef__":true,"id":2214},"author":"tessi","message":"no comment","id":"DC8EF5EC-7563-45B6-816D-20E2DC218525"},"2214":{"isSerializedDate":true,"string":"Thu May 24 2012 16:52:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2215":{"date":{"__isSmartRef__":true,"id":2216},"author":"timfelgentreff","message":"no comment","id":"E7515DFB-DE7D-4E1F-A2C3-85166DCE4942"},"2216":{"isSerializedDate":true,"string":"Thu May 24 2012 16:59:39 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2217":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"2218":{"morph":{"__isSmartRef__":true,"id":2167},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2219":{"sourceObj":{"__isSmartRef__":true,"id":2167},"sourceAttrName":"onMouseMove","targetObj":{"__isSmartRef__":true,"id":2167},"targetMethodName":"updateOnMove","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2220":{"sourceObj":{"__isSmartRef__":true,"id":2167},"sourceAttrName":"onMouseUp","targetObj":{"__isSmartRef__":true,"id":2101},"targetMethodName":"removeHighlighting","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2221":{"sourceObj":{"__isSmartRef__":true,"id":2167},"sourceAttrName":"onMouseUp","targetMethodName":"setTarget","converterString":"function () {\n return this.sourceObj.coveredMorph()\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2222},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2223},"__LivelyClassName__":"AttributeConnection"},"2222":{"source":{"__isSmartRef__":true,"id":2167}},"2223":{"converter":{"__isSmartRef__":true,"id":2224}},"2224":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":2222},"source":"function () {\n return this.sourceObj.coveredMorph()\n }","funcProperties":{"__isSmartRef__":true,"id":2225},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2225":{},"2226":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2227}},"2227":{"test01IsMorph":{"__isSmartRef__":true,"id":2228}},"2228":{"varMapping":{"__isSmartRef__":true,"id":2229},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":2230},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2229":{"this":{"__isSmartRef__":true,"id":2226}},"2230":{},"2231":{"x":43.995993991989735,"y":-14.012018024029999,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2232":{"update":{"__isSmartRef__":true,"id":2233},"coveredMorph":{"__isSmartRef__":true,"id":2237},"updateOnMove":{"__isSmartRef__":true,"id":2241},"bringToFront":{"__isSmartRef__":true,"id":2245}},"2233":{"varMapping":{"__isSmartRef__":true,"id":2234},"source":"function update(morph) {\n if (morph === this.magnifierButton ||\n this.magnifierButton.submorphs.indexOf(morph) >= 0) {\n morph = this.magnifierButton.currentTarget()\n }\n\n if (morph) {\n this.setPosition(morph.getPositionInWorld())\n this.setExtent(morph.getExtent())\n }\n}","funcProperties":{"__isSmartRef__":true,"id":2235},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2234":{"this":{"__isSmartRef__":true,"id":2167}},"2235":{"timestamp":{"__isSmartRef__":true,"id":2236},"user":"lauritz","tags":[]},"2236":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:30:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2237":{"varMapping":{"__isSmartRef__":true,"id":2238},"source":"function coveredMorph() {\n var that = this\n return $world.morphsContainingPoint($world.firstHand().getPosition()).detect(\n function(ea) {\n return !ea.isPlaceholder &&\n !ea.isHalo &&\n (!ea.owner || !ea.owner.isHalo) &&\n !(ea === that);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":2239},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2238":{"this":{"__isSmartRef__":true,"id":2167}},"2239":{"timestamp":{"__isSmartRef__":true,"id":2240},"user":"lauritz","tags":[]},"2240":{"isSerializedDate":true,"string":"Tue May 29 2012 13:24:20 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2241":{"varMapping":{"__isSmartRef__":true,"id":2242},"source":"function updateOnMove() {\n this.update(this.coveredMorph())\n this.bringToFront();\n}","funcProperties":{"__isSmartRef__":true,"id":2243},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2242":{"this":{"__isSmartRef__":true,"id":2167}},"2243":{"timestamp":{"__isSmartRef__":true,"id":2244},"user":"lauritz","tags":[]},"2244":{"isSerializedDate":true,"string":"Wed Jun 06 2012 17:28:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2245":{"varMapping":{"__isSmartRef__":true,"id":2246},"source":"function bringToFront() {\n this.renderContext().morphNode.style.zIndex= 1000\n}","funcProperties":{"__isSmartRef__":true,"id":2251},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2246":{"this":{"__isSmartRef__":true,"id":2167},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2247}},"2247":{"$super":{"__isSmartRef__":true,"id":2248}},"2248":{"varMapping":{"__isSmartRef__":true,"id":2249},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world) \n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2250},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2249":{"obj":{"__isSmartRef__":true,"id":2167},"name":"bringToFront"},"2250":{},"2251":{"timestamp":{"__isSmartRef__":true,"id":2252},"user":"lauritz","tags":[]},"2252":{"isSerializedDate":true,"string":"Wed Jun 06 2012 17:28:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2253":{"onFire":{"__isSmartRef__":true,"id":2254},"removeHighlighting":{"__isSmartRef__":true,"id":2258},"onMouseMove":{"__isSmartRef__":true,"id":2262},"onMouseOut":{"__isSmartRef__":true,"id":2270},"reset":{"__isSmartRef__":true,"id":2278},"isTracking":{"__isSmartRef__":true,"id":2282},"isHighlighting":{"__isSmartRef__":true,"id":2286},"currentTarget":{"__isSmartRef__":true,"id":2290}},"2254":{"varMapping":{"__isSmartRef__":true,"id":2255},"source":"function onFire() {\n var hand = this.world().firstHand(),\n rect = this.highlightRectangle,\n that = this\n\n if (this.isTracking()) {\n this.removeHighlighting()\n } else {\n this.world().addMorph(rect)\n hand.highlightConnection = connect(hand, \"scrollFocusMorph\", rect, \"update\")\n rect.bringToFront()\n }\n}","funcProperties":{"__isSmartRef__":true,"id":2256},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2255":{"this":{"__isSmartRef__":true,"id":2101}},"2256":{"timestamp":{"__isSmartRef__":true,"id":2257},"user":"lauritz","tags":[]},"2257":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:04:33 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2258":{"varMapping":{"__isSmartRef__":true,"id":2259},"source":"function removeHighlighting() {\n var hand = this.world().firstHand(),\n rect = this.highlightRectangle\n if (rect) {\n rect.remove()\n }\n hand.attributeConnections.removeAt(\n hand.attributeConnections.indexOf(hand.highlightConnection))\n hand.highlightConnection = null\n}","funcProperties":{"__isSmartRef__":true,"id":2260},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2259":{"this":{"__isSmartRef__":true,"id":2101}},"2260":{"timestamp":{"__isSmartRef__":true,"id":2261},"user":"lauritz","tags":[]},"2261":{"isSerializedDate":true,"string":"Wed Jun 06 2012 17:20:20 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2262":{"varMapping":{"__isSmartRef__":true,"id":2263},"source":"function onMouseMove(evt) {\n var rect = this.highlightRectangle\n\n var target = this.currentTarget()\n if (target && !this.isHighlighting()) {\n rect.update(target)\n this.world().addMorph(rect)\n rect.bringToFront()\n this.targetHighlight = rect\n }\n}","funcProperties":{"__isSmartRef__":true,"id":2268},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2263":{"this":{"__isSmartRef__":true,"id":2101},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2264}},"2264":{"$super":{"__isSmartRef__":true,"id":2265}},"2265":{"varMapping":{"__isSmartRef__":true,"id":2266},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world) \n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2267},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2266":{"obj":{"__isSmartRef__":true,"id":2101},"name":"onMouseMove"},"2267":{},"2268":{"timestamp":{"__isSmartRef__":true,"id":2269},"user":"lauritz","tags":[]},"2269":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:25:44 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2270":{"varMapping":{"__isSmartRef__":true,"id":2271},"source":"function onMouseOut() {\n if (this.isHighlighting()) {\n if (!this.isTracking()) {\n this.targetHighlight.remove()\n }\n delete this.targetHighlight\n }\n}","funcProperties":{"__isSmartRef__":true,"id":2276},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2271":{"this":{"__isSmartRef__":true,"id":2101},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2272}},"2272":{"$super":{"__isSmartRef__":true,"id":2273}},"2273":{"varMapping":{"__isSmartRef__":true,"id":2274},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world) \n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2275},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2274":{"obj":{"__isSmartRef__":true,"id":2101},"name":"onMouseOut"},"2275":{},"2276":{"timestamp":{"__isSmartRef__":true,"id":2277},"user":"lauritz","tags":[]},"2277":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:05:25 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2278":{"varMapping":{"__isSmartRef__":true,"id":2279},"source":"function reset() {\n var rect = this.highlightRectangle\n rect.attributeConnections = []\n connect(rect, \"onMouseMove\", rect, \"updateOnMove\")\n connect(rect, \"onMouseUp\", this, \"removeHighlighting\")\n connect(rect, \"onMouseUp\", this.owner, \"setTarget\",\n {converter: function () {\n return this.sourceObj.coveredMorph()\n }\n })\n}","funcProperties":{"__isSmartRef__":true,"id":2280},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2279":{"this":{"__isSmartRef__":true,"id":2101}},"2280":{"timestamp":{"__isSmartRef__":true,"id":2281},"user":"lauritz","tags":[]},"2281":{"isSerializedDate":true,"string":"Wed Jun 06 2012 17:23:51 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2282":{"varMapping":{"__isSmartRef__":true,"id":2283},"source":"function isTracking() {\n return !!this.world().firstHand().highlightConnection\n}","funcProperties":{"__isSmartRef__":true,"id":2284},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2283":{"this":{"__isSmartRef__":true,"id":2101}},"2284":{"timestamp":{"__isSmartRef__":true,"id":2285},"user":"lauritz","tags":[]},"2285":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:04:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2286":{"varMapping":{"__isSmartRef__":true,"id":2287},"source":"function isHighlighting() {\n return !!this.targetHighlight\n}","funcProperties":{"__isSmartRef__":true,"id":2288},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2287":{"this":{"__isSmartRef__":true,"id":2101}},"2288":{"timestamp":{"__isSmartRef__":true,"id":2289},"user":"lauritz","tags":[]},"2289":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:04:53 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2290":{"varMapping":{"__isSmartRef__":true,"id":2291},"source":"function currentTarget() {\n return this.owner.target;\n}","funcProperties":{"__isSmartRef__":true,"id":2292},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2291":{"this":{"__isSmartRef__":true,"id":2101}},"2292":{"timestamp":{"__isSmartRef__":true,"id":2293},"user":"lauritz","tags":[]},"2293":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:26:02 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2294":{"submorphs":[{"__isSmartRef__":true,"id":2295}],"scripts":[],"id":"F66EA0BF-8A40-4611-8F08-71A81E83F591","shape":{"__isSmartRef__":true,"id":2312},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":2328},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":2316},"lighterFill":{"__isSmartRef__":true,"id":2329},"label":{"__isSmartRef__":true,"id":2295},"name":"RecoverButton2","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":2338},"attributeConnections":[{"__isSmartRef__":true,"id":2343}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":2344},"renderContextTable":{"__isSmartRef__":true,"id":2345},"eventHandler":{"__isSmartRef__":true,"id":2346},"derivationIds":[2588,"22797D34-67DE-4A06-81F0-4DF0A87ADBBC","11C83D57-E873-4516-9585-B62D3DF729A3","E29CC766-6253-4449-9F74-BB5BE92901B2","869A55D7-A082-4FF6-B364-04A8335DB3DF","819BC4C1-8FA8-4E4A-A69C-30AA1638AB87","53AF2FD2-DD72-403F-87B2-2C05D92C1887","DB4A1C2A-E485-40C3-854A-C8D9FD045F48"],"_ClipMode":"visible","distanceToDragEvent":{"__isSmartRef__":true,"id":2347},"layout":{"__isSmartRef__":true,"id":2348},"_Rotation":0,"_Scale":0.990044880209748,"isPressed":false,"owner":{"__isSmartRef__":true,"id":384},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2349},"__LivelyClassName__":"lively.morphic.Button"},"2295":{"submorphs":[],"scripts":[],"id":"566B20F3-D327-4227-A714-D0C8B1E56958","shape":{"__isSmartRef__":true,"id":2296},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":2302},"_MaxTextWidth":162.61336846373766,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":2303},"_Padding":{"__isSmartRef__":true,"id":2304},"owner":{"__isSmartRef__":true,"id":2294},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":2305},"textChunks":[{"__isSmartRef__":true,"id":2306}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":2308},"eventHandler":{"__isSmartRef__":true,"id":2309},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[2589,"024C5ADE-C4CF-4E8E-BEC5-F93AD4839702","14B58111-F7FC-48C0-B90D-92C2C566AD98","3C2D0B8B-0C00-41EF-BBBD-6BAE9A85522B","9873084E-D345-48F9-B8CB-799A8616EDD5","83C102D7-79B7-4154-85DB-326320716FDC","AF1A4581-083D-4051-B253-A33077E47F67","5B4C0EA4-CD75-4B9C-A8FD-1337878B8429"],"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":162.61336846373766,"_MinTextHeight":null,"_FontSize":10,"_TextColor":{"__isSmartRef__":true,"id":2310},"partsBinMetaInfo":{"__isSmartRef__":true,"id":2311},"__LivelyClassName__":"lively.morphic.Text"},"2296":{"position":{"__isSmartRef__":true,"id":2297},"_Extent":{"__isSmartRef__":true,"id":2298},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":2299},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":2300},"_Padding":{"__isSmartRef__":true,"id":2301},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2297":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2298":{"x":162.61336846373766,"y":23.020110441434046,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2299":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2300":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"2301":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"2302":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2303":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"2304":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"2305":{"x":162.61336846373766,"y":23.020110441434046,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2306":{"style":{"__isSmartRef__":true,"id":2307},"chunkOwner":{"__isSmartRef__":true,"id":2295},"storedString":"Recover all scripts","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"2307":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"2308":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"2309":{"morph":{"__isSmartRef__":true,"id":2295},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2310":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2311":{"requiredModules":[],"idOnLoad":"3A932E63-4CFF-46EE-B312-196859A5043D","__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"2312":{"position":{"__isSmartRef__":true,"id":2313},"_Extent":{"__isSmartRef__":true,"id":2314},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":2315},"_Fill":{"__isSmartRef__":true,"id":2316},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":2326},"_Padding":{"__isSmartRef__":true,"id":2327},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2313":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2314":{"x":162.61336846373766,"y":23.020110441434046,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2315":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2316":{"stops":[{"__isSmartRef__":true,"id":2317},{"__isSmartRef__":true,"id":2319},{"__isSmartRef__":true,"id":2321},{"__isSmartRef__":true,"id":2323}],"vector":{"__isSmartRef__":true,"id":2325},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"2317":{"offset":0,"color":{"__isSmartRef__":true,"id":2318}},"2318":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2319":{"offset":0.4,"color":{"__isSmartRef__":true,"id":2320}},"2320":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2321":{"offset":0.6,"color":{"__isSmartRef__":true,"id":2322}},"2322":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2323":{"offset":1,"color":{"__isSmartRef__":true,"id":2324}},"2324":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2325":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"2326":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"2327":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"2328":{"x":853.7127610891633,"y":522.4030971430841,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2329":{"stops":[{"__isSmartRef__":true,"id":2330},{"__isSmartRef__":true,"id":2332},{"__isSmartRef__":true,"id":2334},{"__isSmartRef__":true,"id":2336}],"vector":{"__isSmartRef__":true,"id":2325},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"2330":{"offset":0,"color":{"__isSmartRef__":true,"id":2331}},"2331":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2332":{"offset":0.4,"color":{"__isSmartRef__":true,"id":2333}},"2333":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2334":{"offset":0.6,"color":{"__isSmartRef__":true,"id":2335}},"2335":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2336":{"offset":1,"color":{"__isSmartRef__":true,"id":2337}},"2337":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2338":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"ScriptableButton","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":2339},{"__isSmartRef__":true,"id":2341}],"revisionOnLoad":170561,"idOnLoad":"6C07775C-BAC3-4E8F-ABFD-7BB6CB549F21","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"2339":{"date":{"__isSmartRef__":true,"id":2340},"author":"robertkrahn","message":"no comment","id":"0366C0A2-0C8E-4AEB-AAC3-120434134545"},"2340":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:10:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2341":{"date":{"__isSmartRef__":true,"id":2342},"author":"huberthesse","message":"Restore scriptable button","id":"7DCED89C-C162-4A42-94E3-6B4D2CBA4932"},"2342":{"isSerializedDate":true,"string":"Tue Jun 12 2012 11:12:07 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2343":{"sourceObj":{"__isSmartRef__":true,"id":2294},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2294},"targetMethodName":"onFire","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2344":{"x":161.60331324302064,"y":23.020110441434046,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2345":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"2346":{"morph":{"__isSmartRef__":true,"id":2294},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2347":{"x":116.67559552518583,"y":-16.175580886845637,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2348":{"moveHorizontal":true,"moveVertical":true},"2349":{"onFire":{"__isSmartRef__":true,"id":2350}},"2350":{"varMapping":{"__isSmartRef__":true,"id":2351},"source":"function onFire() {\n var targetMorph = this.owner.historyList.targetMorph;\n if (!targetMorph)\n return;\n\n var recoveryCheck = confirm(\"Do you really want to restore all locally stored script versions?\");\n if (!recoveryCheck)\n return;\n\n var lm = projects.WebDev2012.LimeMachine.LimeMachine;\n var history = lm.getWorldHistory();\n\n if (!history) {\n return;\n }\n\n var currentObject = history.getObject(targetMorph.id);\n if (!currentObject) {\n return;\n }\n\n var currentCodeScripts = currentObject.Code;\n var that = this;\n var selectedScriptName = this.owner.scriptList.getSelection();\n\n $.each(currentCodeScripts, function(idx, item) {\n var success = that.owner.scriptPane.boundEval(item.Code);\n if(!success) {\n alert(\"Error while recovering \" + item.MethodName + \".\");\n }\n });\n \n this.owner.scriptList.selectAddedScript(selectedScriptName);\n}","funcProperties":{"__isSmartRef__":true,"id":2352},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2351":{"this":{"__isSmartRef__":true,"id":2294}},"2352":{"timestamp":{"__isSmartRef__":true,"id":2353},"user":"jan.sandbrink","tags":[]},"2353":{"isSerializedDate":true,"string":"Fri Jun 15 2012 12:26:50 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2354":{"submorphs":[],"scripts":[],"id":"142B3774-6DAA-4942-8E7A-CC32B943A32F","shape":{"__isSmartRef__":true,"id":2355},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":false,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":2361},"_MaxTextWidth":64.8979476392384,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":2358},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"ObjectEditorScriptsText2","partsBinMetaInfo":{"__isSmartRef__":true,"id":2362},"textChunks":[{"__isSmartRef__":true,"id":2363}],"charsReplaced":"Scripts","lastFindLoc":-7,"priorSelectionRange":[0,7],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":2365},"renderContextTable":{"__isSmartRef__":true,"id":2366},"eventHandler":{"__isSmartRef__":true,"id":2367},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64.8979476392384,"_MinTextHeight":null,"_ClipMode":"visible","draggingEnabled":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":2368},"eventsAreIgnored":true,"isCopyMorphRef":true,"morphRefId":155,"owner":{"__isSmartRef__":true,"id":384},"derivationIds":[224,"35EF8FE5-067D-45B6-AF21-77040F11D340","80DC09DD-22D4-4089-B5C3-857B32C9BE9B","EF080074-E6B9-47F3-A87F-26313B40C430","F6977801-C1A7-445C-9BF1-8A1019E202FB","8C9157AE-0343-4CFB-8186-1D5E05D2ECBE","DD3C23F8-6463-4EAE-959B-C486E27D9BDA","1E8D3752-D212-41F8-BC63-B094E0C80707","75C07D11-AE5D-4A36-B2D0-F2A6EA414E72","494AB1C0-2C09-49DE-B4AA-1F24DC7495FF","25199967-E3BA-4763-A704-37BD3152A5F7","8E4A5937-D1FA-4AF7-BD8D-B542C636CEF9","DDB23EF0-540C-4046-AD4D-C001E8A5F20C","FF45AAB3-E5C7-42A0-A704-F068DB2E2AF9","52850E3E-BE46-467C-A381-902F5E4859FD","147F9160-7168-44A4-9EA4-A36466EE1F52","8E4FB238-FC20-4DA7-AC9F-6921EBBD5609","3D09A998-5E60-4E94-9C6A-B08E7D98F02A","B8986B95-68A4-4212-8560-C86C8F7B3B3C","81BAFCDC-090F-4A92-8AD6-C3127620CCF4","3663625F-2BB0-494C-A467-04148A441F42","678285B4-45A1-4244-A1E2-0369CA364A7A","247EA8CF-36AA-4CD7-B6F2-35103A069B03","5A7DC3D3-D853-4B70-9119-F013BF6EC0BA"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"2355":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":2356},"_Extent":{"__isSmartRef__":true,"id":2357},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":2358},"renderContextTable":{"__isSmartRef__":true,"id":2359},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":2360},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2356":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2357":{"x":64.8979476392384,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2358":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2359":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"2360":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"2361":{"x":9.999999999999773,"y":12.911539589748827,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2362":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"142B3774-6DAA-4942-8E7A-CC32B943A32F","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"2363":{"style":{"__isSmartRef__":true,"id":2364},"chunkOwner":{"__isSmartRef__":true,"id":2354},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Tag:","__LivelyClassName__":"lively.morphic.TextChunk"},"2364":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"2365":{"x":64.8979476392384,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2366":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"2367":{"morph":{"__isSmartRef__":true,"id":2354},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2368":{"x":45.76052154281416,"y":-27.783027415339603,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2369":{"submorphs":[{"__isSmartRef__":true,"id":2370}],"scripts":[],"id":"75DE6904-6800-494C-984C-72FCFF964001","shape":{"__isSmartRef__":true,"id":2386},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":2402},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":2389},"lighterFill":{"__isSmartRef__":true,"id":2403},"label":{"__isSmartRef__":true,"id":2370},"attributeConnections":[{"__isSmartRef__":true,"id":2412}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":2414},"name":"ObjectEditorRemoveConnectionButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":2415},"renderContextTable":{"__isSmartRef__":true,"id":2416},"priorExtent":{"__isSmartRef__":true,"id":2417},"owner":{"__isSmartRef__":true,"id":384},"eventHandler":{"__isSmartRef__":true,"id":2418},"layout":{"__isSmartRef__":true,"id":2419},"draggingEnabled":false,"objectEditorPane":{"__isSmartRef__":true,"id":384},"distanceToDragEvent":{"__isSmartRef__":true,"id":2420},"isCopyMorphRef":true,"morphRefId":149,"derivationIds":[215,"2AC1A4EE-A289-4C26-8496-1926AA216B30","F72C26A6-F58A-4E0C-A5B9-CBED184D4235","64E9140E-E314-40CA-B555-063FBF8FA5DD","90DF0634-0570-4E03-8B56-6A649D6B6BA3","D9CC390A-090C-446B-8C0F-B619BA2D22B3","AEA46871-0960-4830-ACDF-F859B5E00DE3","4390F987-A2DC-4FF7-A388-A9BE68E69328","A4CA7DF7-80BD-4817-9AEC-0BB8D92A5621","A22CFE62-E012-4AAC-96D0-B64BDD12AE58","C2B5E9C7-3F2C-4C85-8AB5-3832FBDCB3BF","73C7BA23-2488-4708-837F-AE45390BEE8C","3E4A15B9-ABAA-4FEF-88B6-65899B6EC44D","5EB37A5E-C5FD-4CAB-84FE-319903F9CEE0","C33287B9-E168-4F88-927C-91D819381FEA","E4BB2EEC-5AFB-4E90-9451-E1602A302602","79A3C605-0E10-48E7-9339-F7B2A6751F57","A47CC315-CA2B-488C-B33E-545C810BA4A4","6E00DDE2-C76C-4831-A40B-24126FFE6BC7","787B96A4-3030-4F1C-858E-BCDD3040A4CD","B1FD742C-08E8-4F83-9ABC-E40A97EE5149","2D474D41-C50C-4B0B-A86E-AC24D2E7D082","A8A0A77B-85DB-4B0F-A164-3AB416DB1A43","0370BA40-7CD7-48DC-86B6-1280E2554C5F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2421},"__LivelyClassName__":"lively.morphic.Button"},"2370":{"submorphs":[],"scripts":[],"id":"60998882-026C-42A9-9BFF-93A59732B627","shape":{"__isSmartRef__":true,"id":2371},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":21,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":2377},"textColor":{"__isSmartRef__":true,"id":2374},"owner":{"__isSmartRef__":true,"id":2369},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":2378}],"padding":{"__isSmartRef__":true,"id":2380},"_Padding":{"__isSmartRef__":true,"id":2381},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":2382},"_FontFamily":"Helvetica, Sans-Serif","renderContextTable":{"__isSmartRef__":true,"id":2383},"_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_Align":"center","eventHandler":{"__isSmartRef__":true,"id":2384},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":21,"_MinTextHeight":null,"draggingEnabled":false,"derivationIds":[216,"18CA5E17-24C7-4077-93FE-3EC54B94EEAF","EAEC20CA-0440-4B49-9BB9-03621DB7DEB2","B816073C-6992-45C6-8D86-2449217C1A8B","FF0CAA98-E5CF-4678-9D8E-96F02BBDE605","A7946D5B-4E92-449B-83D4-EDF8C30E257E","FC7C0053-36C0-49E4-ACA7-952BCCFB861E","515B6FC0-94C1-43DE-97A9-E2462F26563C","6B27A5A0-78D0-4BB1-B9A9-4AD558E7429D","98A88493-0E72-43EE-8E5E-760F52577DA5","512216B5-57CE-4277-87BF-79F62900C153","A9ABB4DD-32FA-4B50-809E-7B7D22D12CE9","DE32F748-8AC7-41BC-B495-FB28E1259771","DFD524AE-C0EF-471E-8CBB-ECC52241903E","5C21250D-1364-4FC4-95C1-0BDF965C063F","528A70DE-1860-4037-AEF6-99ACFB2E2256","7F7F3151-AF20-4E45-B066-A3071643BDA0","3C053E35-C3F7-4D83-AAA0-7E1AC38093E0","C22B4613-1F52-4A98-86D8-E084F026FF3D","D20C4FE8-0531-46C9-864F-419232DD7B4D","C91367AC-7ACD-4CFC-A4A7-A1302CDBCC3D","A59D03A2-5211-41DF-98F4-FA0DC2525750","75ADB3E1-A35E-41D3-9E11-09E3F840C272","F3D6D3F3-8D8A-423C-A197-B6C67A41928F"],"partsBinMetaInfo":{"__isSmartRef__":true,"id":2385},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"2371":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":2372},"_Extent":{"__isSmartRef__":true,"id":2373},"_BorderColor":{"__isSmartRef__":true,"id":2374},"renderContextTable":{"__isSmartRef__":true,"id":2375},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":2376},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2372":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2373":{"x":25,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2374":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2375":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"2376":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"2377":{"x":-2.2737367544323206e-13,"y":-6.821210263296962e-13,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2378":{"style":{"__isSmartRef__":true,"id":2379},"chunkOwner":{"__isSmartRef__":true,"id":2370},"storedString":"-","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"2379":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"2380":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"2381":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"2382":{"x":25,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2383":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"2384":{"morph":{"__isSmartRef__":true,"id":2370},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2385":{"requiredModules":[],"idOnLoad":"60998882-026C-42A9-9BFF-93A59732B627","__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"2386":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":2387},"_Extent":{"__isSmartRef__":true,"id":2388},"_Fill":{"__isSmartRef__":true,"id":2389},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":2399},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":2400},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":2401},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2387":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2388":{"x":25,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2389":{"stops":[{"__isSmartRef__":true,"id":2390},{"__isSmartRef__":true,"id":2392},{"__isSmartRef__":true,"id":2394},{"__isSmartRef__":true,"id":2396}],"vector":{"__isSmartRef__":true,"id":2398},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"2390":{"offset":0,"color":{"__isSmartRef__":true,"id":2391}},"2391":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2392":{"offset":0.4,"color":{"__isSmartRef__":true,"id":2393}},"2393":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2394":{"offset":0.6,"color":{"__isSmartRef__":true,"id":2395}},"2395":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2396":{"offset":1,"color":{"__isSmartRef__":true,"id":2397}},"2397":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2398":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"2399":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2400":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"2401":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"2402":{"x":159.99999999999977,"y":455.6125326144356,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2403":{"stops":[{"__isSmartRef__":true,"id":2404},{"__isSmartRef__":true,"id":2406},{"__isSmartRef__":true,"id":2408},{"__isSmartRef__":true,"id":2410}],"vector":{"__isSmartRef__":true,"id":2398},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"2404":{"offset":0,"color":{"__isSmartRef__":true,"id":2405}},"2405":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2406":{"offset":0.4,"color":{"__isSmartRef__":true,"id":2407}},"2407":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2408":{"offset":0.6,"color":{"__isSmartRef__":true,"id":2409}},"2409":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2410":{"offset":1,"color":{"__isSmartRef__":true,"id":2411}},"2411":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2412":{"sourceObj":{"__isSmartRef__":true,"id":2369},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2369},"targetMethodName":"disconnectSelectedConnection","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2413},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2413":{"source":{"__isSmartRef__":true,"id":2369},"target":{"__isSmartRef__":true,"id":2369}},"2414":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"2415":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","idOnLoad":"75DE6904-6800-494C-984C-72FCFF964001","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"2416":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"2417":{"x":30,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2418":{"morph":{"__isSmartRef__":true,"id":2369},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2419":{"moveVertical":true},"2420":{"x":32.35839679439101,"y":-17.090725449535284,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2421":{"disconnectSelectedConnection":{"__isSmartRef__":true,"id":2422}},"2422":{"varMapping":{"__isSmartRef__":true,"id":2423},"source":"function disconnectSelectedConnection() {\n\n var editor = this.objectEditorPane;\n var selection = editor.connectionList.selection;\n\n if (!editor.target || editor.connectionList.getList().size() < 2) \n return;\n\n var disconnectConnection = function (confirmed) {\n if (!confirmed) return;\n\n var listIndex = editor.target.attributeConnections.indexOf(selection[1]);\n if (selection && (typeof selection !== \"string\") && listIndex > -1) {\n var c = selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n editor.updateLists();\n editor.displayInitialScript();\n } \n }\n\n var message = 'Disconnect \"' + selection[0] +'\" connection?';\n var callback = disconnectConnection;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":2424},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2423":{"this":{"__isSmartRef__":true,"id":2369}},"2424":{"timestamp":{"__isSmartRef__":true,"id":2425},"user":"lauritz","categories":[]},"2425":{"isSerializedDate":true,"string":"Fri Nov 11 2011 01:46:54 GMT+0100 (Mitteleuropäische Zeit)"},"2426":{"position":{"__isSmartRef__":true,"id":2427},"_Extent":{"__isSmartRef__":true,"id":2428},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":2429},"_Fill":{"__isSmartRef__":true,"id":2430},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":2431},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":2432},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2427":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2428":{"x":1025.0285365288846,"y":564.612532614436,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2429":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2430":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2431":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"2432":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"2433":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","comment":"Edit scripts and connections of a specific morph.","migrationLevel":4,"partName":"ObjectEditorPane","changes":[{"__isSmartRef__":true,"id":2434}],"idOnLoad":"25789C7B-DF80-47FF-9F88-E0F3313B92F2","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"2434":{"date":{"__isSmartRef__":true,"id":2435},"author":"lauritz","message":"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items."},"2435":{"isSerializedDate":true,"string":"Fri Oct 21 2011 00:39:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2436":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"2437":{"morph":{"__isSmartRef__":true,"id":384},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2438":{"x":909.0285365288845,"y":526.612532614436,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2439":{"resizeWidth":true,"resizeHeight":true,"adjustForNewBounds":true},"2440":{"submorphs":[],"scripts":[],"id":"A3B0F9E2-B1D4-4C35-8159-EC0EC5972AD9","shape":{"__isSmartRef__":true,"id":2441},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":2448},"showsHalos":false,"name":"Rectangle Test","partsBinMetaInfo":{"__isSmartRef__":true,"id":2449},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":2466},"eventHandler":{"__isSmartRef__":true,"id":2467},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[127,"F0291F62-F100-480C-AEBF-0230398F7983","AE8B5ED7-E305-45BC-BE4A-1C28A49EE12B","39BA345C-17FA-45A0-BAC2-F0CF5654ACF8","FE91EA31-D8AE-461B-8A49-95DA5FBAE5B4","F38439A3-2F4E-4AC2-BF73-2633C00B1393","6748F5B5-2284-4748-A6EE-F1A261CBAD0B"],"partTests":{"__isSmartRef__":true,"id":2468},"_ClipMode":"visible","moved":true,"_Rotation":0,"_Scale":1.0040100200350561,"__LivelyClassName__":"lively.morphic.Box"},"2441":{"position":{"__isSmartRef__":true,"id":2442},"_Extent":{"__isSmartRef__":true,"id":2443},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":2444},"_Fill":{"__isSmartRef__":true,"id":2445},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":2446},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":2447},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2442":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2443":{"x":100,"y":100,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2444":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2445":{"r":1,"g":0.56,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2446":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML"},"2447":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"2448":{"x":395,"y":673,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2449":{"partsSpaceName":"PartsBin/PartsClasses","__SourceModuleName__":"Global.lively.PartsBin","comment":"no comment","migrationLevel":4,"partName":"Rectangle Test","changes":[{"__isSmartRef__":true,"id":2450},{"__isSmartRef__":true,"id":2452},{"__isSmartRef__":true,"id":2454},{"__isSmartRef__":true,"id":2456},{"__isSmartRef__":true,"id":2458},{"__isSmartRef__":true,"id":2460},{"__isSmartRef__":true,"id":2462},{"__isSmartRef__":true,"id":2464}],"revisionOnLoad":166257,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"2450":{"date":{"__isSmartRef__":true,"id":2451},"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350"},"2451":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2452":{"date":{"__isSmartRef__":true,"id":2453},"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7"},"2453":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (Mitteleuropäische Zeit)"},"2454":{"date":{"__isSmartRef__":true,"id":2455},"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B"},"2455":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (Mitteleuropäische Zeit)"},"2456":{"date":{"__isSmartRef__":true,"id":2457},"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2"},"2457":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (Mitteleuropäische Zeit)"},"2458":{"date":{"__isSmartRef__":true,"id":2459},"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC"},"2459":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2460":{"date":{"__isSmartRef__":true,"id":2461},"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23"},"2461":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2462":{"date":{"__isSmartRef__":true,"id":2463},"author":"willy.scheibel","message":"no comment","id":"64C9D59B-FCEC-4971-885B-2F06149EB7D1"},"2463":{"isSerializedDate":true,"string":"Thu May 24 2012 12:07:34 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2464":{"date":{"__isSmartRef__":true,"id":2465},"author":"willy.scheibel","message":"no comment","id":"99A6628E-A530-4399-998D-55FB39348672"},"2465":{"isSerializedDate":true,"string":"Thu May 24 2012 12:09:13 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2466":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"2467":{"morph":{"__isSmartRef__":true,"id":2440},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2468":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2469}},"2469":{"test01IsMorph":{"__isSmartRef__":true,"id":2470}},"2470":{"varMapping":{"__isSmartRef__":true,"id":2471},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":2472},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2471":{"this":{"__isSmartRef__":true,"id":2468}},"2472":{},"2473":{"x":350.2386236582805,"y":-3.2455173507596555,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2474":{"x":0.9711267504617354,"y":21.45669012569124,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2475":{},"2476":{"displayInitialScript":{"__isSmartRef__":true,"id":2477},"displayJavaScriptSource":{"__isSmartRef__":true,"id":2481},"displaySourceForConnection":{"__isSmartRef__":true,"id":2484},"displaySourceForScript":{"__isSmartRef__":true,"id":2488},"generateSourceForConnection":{"__isSmartRef__":true,"id":2491},"generateSourceForScript":{"__isSmartRef__":true,"id":2495},"generateTargetCode":{"__isSmartRef__":true,"id":2499},"newConnection":{"__isSmartRef__":true,"id":2503},"newScript":{"__isSmartRef__":true,"id":2507},"reset":{"__isSmartRef__":true,"id":2510},"selectChangedContent":{"__isSmartRef__":true,"id":2513},"setTarget":{"__isSmartRef__":true,"id":2517},"sortedConnectionNamesOfObj":{"__isSmartRef__":true,"id":2520},"sortedScriptNamesOfObj":{"__isSmartRef__":true,"id":2524},"updateLists":{"__isSmartRef__":true,"id":2527},"onShutdown":{"__isSmartRef__":true,"id":2531},"confirmUnsavedChanges":{"__isSmartRef__":true,"id":2535},"update":{"__isSmartRef__":true,"id":2539},"ensureAnnotationLayer":{"__isSmartRef__":true,"id":2543},"migrateOldScriptAnnotations":{"__isSmartRef__":true,"id":2547},"copyToPartsBinWithUserRequest":{"__isSmartRef__":true,"id":2551},"printTags":{"__isSmartRef__":true,"id":2559},"setTag":{"__isSmartRef__":true,"id":2563},"runScript":{"__isSmartRef__":true,"id":2567},"openPartTestRunner":{"__isSmartRef__":true,"id":2571},"saveScriptWithSource":{"__isSmartRef__":true,"id":2575},"removeTimeStampComment":{"__isSmartRef__":true,"id":2578},"openPartClassesEditor":{"__isSmartRef__":true,"id":2581}},"2477":{"varMapping":{"__isSmartRef__":true,"id":2478},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.preselectItem();\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.preselectItem();\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":2479},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2478":{"this":{"__isSmartRef__":true,"id":384}},"2479":{"timestamp":{"__isSmartRef__":true,"id":2480},"user":"lauritz","tags":[]},"2480":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:13:43 GMT+0100 (Mitteleuropäische Zeit)"},"2481":{"varMapping":{"__isSmartRef__":true,"id":2482},"source":"function displayJavaScriptSource(jsCode, scriptName) {\n if (this.scriptPane.hasChanged()) {\n var that = this;\n var callback = function(confirmed) {\n if (confirmed) that.scriptPane.display(jsCode)\n };\n this.confirmUnsavedChanges(callback);\n } else {\n this.scriptPane.display(jsCode);\n if (scriptName) {\n this.get('TagsEntry').textString = this.printTags(this.target[scriptName]);\n }\n }\n}","funcProperties":{"__isSmartRef__":true,"id":2483},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2482":{"this":{"__isSmartRef__":true,"id":384}},"2483":{},"2484":{"varMapping":{"__isSmartRef__":true,"id":2485},"source":"function displaySourceForConnection(connection) {\n var code = \"\", that = this;\n if (connection === undefined) return;\n if (connection === null) {\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\"\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForConnection(connection);\n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":2486},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2485":{"this":{"__isSmartRef__":true,"id":384}},"2486":{"timestamp":{"__isSmartRef__":true,"id":2487},"user":"conradcalmez","tags":[]},"2487":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:59:30 GMT+0100 (Mitteleuropäische Zeit)"},"2488":{"varMapping":{"__isSmartRef__":true,"id":2489},"source":"function displaySourceForScript(scriptName) {\n var code = \"\",\n that = this;\n if (scriptName === null) {\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForScript(each)).concat(\"\\n\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForScript(scriptName); \n }\n this.displayJavaScriptSource(code, scriptName);\n}","funcProperties":{"__isSmartRef__":true,"id":2490},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2489":{"this":{"__isSmartRef__":true,"id":384}},"2490":{},"2491":{"varMapping":{"__isSmartRef__":true,"id":2492},"source":"function generateSourceForConnection(connection) {\n var c = connection, targetObject = this.target;\n\tif (!c.getTargetObj() || !c.getTargetObj().name || \n\t\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\n\n\tvar optConfig = []\n\tif (c.converterString)\n\t\toptConfig.push(\"converter: \\n\\t\" + c.converterString)\n\tif (c.updaterString)\n\t\toptConfig.push(\"updater: \\n\\t\" + c.updaterString)\n\treturn Strings.format('connect(%s, \"%s\", %s, \"%s\", {%s});', \n\t\t\tthis.generateTargetCode(targetObject, c.getSourceObj()),\n\t\t\tc.getSourceAttrName(),\n\t\t\tthis.generateTargetCode(targetObject, c.getTargetObj()),\n\t\t\tc.getTargetMethodName(),\n\t\t\toptConfig.join(','));\n\n}","funcProperties":{"__isSmartRef__":true,"id":2493},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2492":{"this":{"__isSmartRef__":true,"id":384}},"2493":{"timestamp":{"__isSmartRef__":true,"id":2494},"user":"lauritz","tags":[]},"2494":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"2495":{"varMapping":{"__isSmartRef__":true,"id":2496},"source":"function generateSourceForScript(scriptName) {\n var script = this.target[scriptName],\n annotation = '',\n scriptSource = script.sourceString ||\n script.getOriginal().sourceString ||\n String(script);\n\n if (!script && !this.target.isMorph) {\n script = this.target.getFunction(scriptName)\n }\n\n scriptSource = this.removeTimeStampComment(scriptSource);\n\n if (script.timestamp && script.user) \n annotation = Strings.format('// changed on %s by %s \\n', script.timestamp, script.user);\n \n // FIXME: fix getOriginal!\n scriptSource = Strings.format('%s', scriptSource);\n\n return annotation + scriptSource;\n}","funcProperties":{"__isSmartRef__":true,"id":2497},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2496":{"this":{"__isSmartRef__":true,"id":384}},"2497":{"timestamp":{"__isSmartRef__":true,"id":2498},"user":"athomschke","tags":[]},"2498":{"isSerializedDate":true,"string":"Wed Jun 27 2012 02:37:28 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2499":{"varMapping":{"__isSmartRef__":true,"id":2500},"source":"function generateTargetCode(baseObject, targetObject) {\n\tvar name = targetObject.name;\n\tif (baseObject === targetObject) \n\t\treturn \"this\";\n\telse if (baseObject[name] === targetObject) \n\t\treturn \"this.\" + name;\n\telse if (baseObject.testObject === targetObject) \n\t\treturn \"this.testObject\";\n\telse if (baseObject.get(name) === targetObject) \n\t\treturn 'this.get(\"' + name + '\")';\n\telse if (targetObject instanceof Morph) \n\t\treturn '$morph(\"' + name + '\")';\n\telse \n\t\treturn \"????\";\n}","funcProperties":{"__isSmartRef__":true,"id":2501},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2500":{"this":{"__isSmartRef__":true,"id":384}},"2501":{"timestamp":{"__isSmartRef__":true,"id":2502},"user":"lauritz","tags":[]},"2502":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"2503":{"varMapping":{"__isSmartRef__":true,"id":2504},"source":"function newConnection() {\n if (this.target) {\n var code = \"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":2505},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2504":{"this":{"__isSmartRef__":true,"id":384}},"2505":{"timestamp":{"__isSmartRef__":true,"id":2506},"user":"lauritz","tags":[]},"2506":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"2507":{"varMapping":{"__isSmartRef__":true,"id":2508},"source":"function newScript() {\n if (this.target) {\n var code = \"function SCRIPTNAME() {\\n \\n}\";\n this.displayJavaScriptSource(code);\n this.get('TagsEntry').textString = '[]';\n }\n}","funcProperties":{"__isSmartRef__":true,"id":2509},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2508":{"this":{"__isSmartRef__":true,"id":384}},"2509":{},"2510":{"varMapping":{"__isSmartRef__":true,"id":2511},"source":"function reset() {\n this.scriptPane = this.get('ObjectEditorScriptPane')\n this.scriptList = this.get('ObjectEditorScriptList')\n this.connectionList = this.get('ObjectEditorConnectionList')\n this.morphSelector = this.get('ObjectEditorMorphSelector')\n this.get('TagsEntry').textString = '[]';\n this.target = null;\n this.scriptPane.reset();\n this.scriptList.setList();\n this.scriptList.selection = null;\n this.connectionList.setList();\n this.connectionList.selection = null;\n this.morphSelector.reset();\n this.tagChooser.reset();\n this.currentTag = null;\n this.stopStepping();\n}","funcProperties":{"__isSmartRef__":true,"id":2512},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2511":{"this":{"__isSmartRef__":true,"id":384}},"2512":{},"2513":{"varMapping":{"__isSmartRef__":true,"id":2514},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n return this.scriptList.selectAddedScript(addScriptMatches[0]);\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i 0 && morph.all(function (e) {\n return e.isMorph\n })) {\n var group = this.get(\"MagnifierButton\").newMultiSelection()\n group.targets = morph\n this.target = morph = group\n }\n\n this.migrateOldScriptAnnotations();\n\n this.morphSelector.setTarget(morph);\n this.scriptPane.setTarget(morph);\n\n this.updateLists();\n this.displayInitialScript();\n\n this.startStepping(500/*ms*/, 'update'); \n}","funcProperties":{"__isSmartRef__":true,"id":2519},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2518":{"this":{"__isSmartRef__":true,"id":384}},"2519":{},"2520":{"varMapping":{"__isSmartRef__":true,"id":2521},"source":"function sortedConnectionNamesOfObj(obj) {\n if (\"attributeConnections\" in obj) {\n return obj.attributeConnections.\n sortBy(function(each) {return name.toLowerCase() }).\n collect(function(each) {return [each.getSourceAttrName(), each]});\n } else {\n return [];\n }\n}","funcProperties":{"__isSmartRef__":true,"id":2522},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2521":{"this":{"__isSmartRef__":true,"id":384}},"2522":{"timestamp":{"__isSmartRef__":true,"id":2523},"user":"lauritz","tags":[]},"2523":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"2524":{"varMapping":{"__isSmartRef__":true,"id":2525},"source":"function sortedScriptNamesOfObj(obj) {\n\n if (!obj)\n return [];\n\n if (obj && obj.isMorph) {\n \n if (!Functions.own(obj) || Functions.own(obj).size() == 0) return [];\n\n var selectedScripts = Functions.own(obj).\n \tselect(function(name) { return obj[name].getOriginal().hasLivelyClosure }).\n \tsortBy(function(name) { return name.toLowerCase() });\n\n if (!this.currentTag) return selectedScripts;\n\n var that = this;\n var selectedScripts = selectedScripts.select(function(scriptName) {\n return obj[scriptName].tags && \n obj[scriptName].tags.include(that.currentTag);\n });\n\n return selectedScripts;\n } else {\n // obj is a multiselection-target group \n return obj.targetFunctions();\n }\n\n \n}","funcProperties":{"__isSmartRef__":true,"id":2526},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2525":{"this":{"__isSmartRef__":true,"id":384}},"2526":{},"2527":{"varMapping":{"__isSmartRef__":true,"id":2528},"source":"function updateLists() {\n\n var scriptListItems = this.sortedScriptNamesOfObj(this.target);\n scriptListItems.unshift(\"-- ALL --\");\n if (!Arrays.equal(scriptListItems, this.scriptList.getList())) {\n this.scriptList.setList(scriptListItems);\n }\n \n var connectionListItems = this.sortedConnectionNamesOfObj(this.target);\n connectionListItems.unshift(\"-- ALL --\");\n if (!Arrays.equal(connectionListItems, this.connectionList.getList())) {\n this.connectionList.setList(connectionListItems);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":2529},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2528":{"this":{"__isSmartRef__":true,"id":384}},"2529":{"timestamp":{"__isSmartRef__":true,"id":2530},"user":"lauritz","tags":[]},"2530":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"2531":{"varMapping":{"__isSmartRef__":true,"id":2532},"source":"function onShutdown() {\n if (this.scriptPane.hasChanged()) {\n var that = this;\n // callback is executed asynchronously since waits on user input.\n // however, the editor should not be closed before input\n // therefore, we patch the remove method until the user reacted\n this.owner.remove = function() {};\n var callback = function(confirmed) {\n if (that.owner.state === \"shutdown\") delete that.owner.state;\n that.owner.remove = that.owner.__proto__.remove;\n if (confirmed) that.owner.remove();\n }\n this.confirmUnsavedChanges(callback);\n } \n}","funcProperties":{"__isSmartRef__":true,"id":2533},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2532":{"this":{"__isSmartRef__":true,"id":384}},"2533":{"timestamp":{"__isSmartRef__":true,"id":2534},"user":"lauritz","tags":[]},"2534":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"2535":{"varMapping":{"__isSmartRef__":true,"id":2536},"source":"function confirmUnsavedChanges(callback) {\n var message = \"Discard unsaved changes?\";\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":2537},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2536":{"this":{"__isSmartRef__":true,"id":384}},"2537":{"timestamp":{"__isSmartRef__":true,"id":2538},"user":"lauritz","tags":[]},"2538":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:52:56 GMT+0100 (Mitteleuropäische Zeit)"},"2539":{"varMapping":{"__isSmartRef__":true,"id":2540},"source":"function update() {\n // alias to conform to convention\n this.updateLists();\n}","funcProperties":{"__isSmartRef__":true,"id":2541},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2540":{"this":{"__isSmartRef__":true,"id":384}},"2541":{"timestamp":{"__isSmartRef__":true,"id":2542},"user":"lauritz","tags":[]},"2542":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"2543":{"varMapping":{"__isSmartRef__":true,"id":2544},"source":"function ensureAnnotationLayer() {\n module('lively.LayerableMorphs').load(true);\n\n if (\"ScriptAnnotationLayer\" in Global) return;\n \n cop.create(\"ScriptAnnotationLayer\");\n ScriptAnnotationLayer.refineClass(\n lively.morphic.Morph,{\n \n addScript: function(funcOrString) {\n var func = Function.fromString(funcOrString),\n oldFunction = this[func.name],\n changed = oldFunction && oldFunction.toString() !== func.toString();\n \n var result = cop.proceed.apply(this, arguments);\n\n if (oldFunction && !changed) {\n this[func.name].setTimestampAndUser(oldFunction.timestamp, oldFunction.user);\n } else {\n this[func.name].setTimestampAndUser();\n }\n return result;\n },\n\n tagScript: function(scriptName, tags) {\n return this[scriptName].tag(tags);\n }\n\n }); \n ScriptAnnotationLayer.refineObject(\n Function.prototype,{\n\n setTimestampAndUser: function(timestamp, user) {\n this.setProperty('timestamp', timestamp || new Date());\n this.setProperty('user', user || (lively.LocalStorage && lively.LocalStorage.get('UserName')));\n },\n \n tag: function(tags) {\n var tags = (typeof tags === 'string') ? [tags] : tags;\n this.setProperty(\"tags\", tags);\n return true; \n } \n });\n\n}","funcProperties":{"__isSmartRef__":true,"id":2545},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2544":{"this":{"__isSmartRef__":true,"id":384}},"2545":{"timestamp":{"__isSmartRef__":true,"id":2546},"user":"lauritz","tags":[]},"2546":{"isSerializedDate":true,"string":"Tue Dec 13 2011 22:03:17 GMT+0100 (Mitteleuropäische Zeit)"},"2547":{"varMapping":{"__isSmartRef__":true,"id":2548},"source":"function migrateOldScriptAnnotations() {\n var target = this.target;\n\n if (!target) return;\n\n if (target.scriptAnnotations) {\n Functions.own(target).forEach(function (scriptName){\n var scriptAnnotation = target.scriptAnnotations[scriptName];\n if (!scriptAnnotation) return;\n if (scriptAnnotation.user) {\n target[scriptName].setProperty('user', scriptAnnotation.user);\n }\n if (scriptAnnotation.time) {\n target[scriptName].setProperty('timestamp', scriptAnnotation.time);\n }\n if (scriptAnnotation.categories) {\n target[scriptName].setProperty('tags', scriptAnnotation.categories);\n }\n });\n delete target.scriptAnnotations;\n } \n\n Functions.own(target).forEach(function (scriptName) {\n if (target[scriptName].categories) {\n target[scriptName].tags = target[scriptName].categories;\n delete target[scriptName].categories;\n } \n });\n\n}","funcProperties":{"__isSmartRef__":true,"id":2549},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2548":{"this":{"__isSmartRef__":true,"id":384}},"2549":{"timestamp":{"__isSmartRef__":true,"id":2550},"user":"lauritz","tags":[]},"2550":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:41:00 GMT+0100 (Mitteleuropäische Zeit)"},"2551":{"varMapping":{"__isSmartRef__":true,"id":2552},"source":"function copyToPartsBinWithUserRequest() {\n this.owner.copyToPartsBinWithUserRequest();\n}","funcProperties":{"__isSmartRef__":true,"id":2557},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2552":{"this":{"__isSmartRef__":true,"id":384},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2553}},"2553":{"$super":{"__isSmartRef__":true,"id":2554}},"2554":{"varMapping":{"__isSmartRef__":true,"id":2555},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2556},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2555":{"obj":{"__isSmartRef__":true,"id":384},"name":"copyToPartsBinWithUserRequest"},"2556":{},"2557":{"timestamp":{"__isSmartRef__":true,"id":2558},"user":"lauritz","tags":[]},"2558":{"isSerializedDate":true,"string":"Thu Nov 17 2011 20:04:19 GMT+0100 (Mitteleuropäische Zeit)"},"2559":{"varMapping":{"__isSmartRef__":true,"id":2560},"source":"function printTags(script) {\n if (!script.tags) return \"[]\";\n\n var printString = '[';\n for (var i=0; i < script.tags.length; i++) {\n if (i !== 0) printString += ', ';\n printString += '\"' + script.tags[i] + '\"';\n }\n printString += ']';\n return printString;\n}","funcProperties":{"__isSmartRef__":true,"id":2561},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2560":{"this":{"__isSmartRef__":true,"id":384}},"2561":{"timestamp":{"__isSmartRef__":true,"id":2562},"user":"lauritz","tags":[]},"2562":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:33:20 GMT+0100 (Mitteleuropäische Zeit)"},"2563":{"varMapping":{"__isSmartRef__":true,"id":2564},"source":"function setTag(tag) {\n if (tag === 'all') {\n this.currentTag = '';\n } else {\n this.currentTag = tag;\n }\n this.updateLists();\n this.displayInitialScript();\n}","funcProperties":{"__isSmartRef__":true,"id":2565},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2564":{"this":{"__isSmartRef__":true,"id":384}},"2565":{"timestamp":{"__isSmartRef__":true,"id":2566},"user":"lauritz","tags":[]},"2566":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:35 GMT+0100 (Mitteleuropäische Zeit)"},"2567":{"varMapping":{"__isSmartRef__":true,"id":2568},"source":"function runScript() {\n var scriptName = this.get(\"ObjectEditorScriptList\").selection;\n if (!scriptName || !this.target) return;\n this.target[scriptName]();\n}","funcProperties":{"__isSmartRef__":true,"id":2569},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2568":{"this":{"__isSmartRef__":true,"id":384}},"2569":{"timestamp":{"__isSmartRef__":true,"id":2570},"user":"conradcalmez","tags":[]},"2570":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:53:29 GMT+0100 (Mitteleuropäische Zeit)"},"2571":{"varMapping":{"__isSmartRef__":true,"id":2572},"source":"function openPartTestRunner() {\n module('lively.PartsTestFramework').load();\n var runner = $part('PartTestRunner', 'PartsBin/Tools');\n runner.setPartUnderTest(this.target);\n runner.openInWorld();\n runner.align(runner.bounds().topLeft(),\n this.owner.bounds().topLeft().addPt(pt(30,30)))\n}","funcProperties":{"__isSmartRef__":true,"id":2573},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2572":{"this":{"__isSmartRef__":true,"id":384}},"2573":{"timestamp":{"__isSmartRef__":true,"id":2574},"user":"jenslincke","tags":[]},"2574":{"isSerializedDate":true,"string":"Wed Mar 14 2012 15:48:07 GMT+0100 (Mitteleuropäische Zeit)"},"2575":{"varMapping":{"__isSmartRef__":true,"id":2576},"source":"function saveScriptWithSource(sourceString) {\n var strippedSource = this.removeTimeStampComment(sourceString),\n scriptName = eval('(' + strippedSource + ')').name,\n fullSource,\n scriptPane = this.get('ObjectEditorScriptPane'),\n saved,\n tagsEntry = this.get('TagsEntry'),\n tags = '[]';\n \n if (tagsEntry) {\n tags = tagsEntry.textString;\n }\n fullSource = Strings.format('this.addScript(%s).tag(%s);', strippedSource, tags),\n saved = scriptPane.boundEval(fullSource);\n if (saved) {\n this.changeIndicator.indicateUnsavedChanges();\n this.updateLists();\n this.selectChangedContent(sourceString);\n this.target[scriptName].sourceString = strippedSource;\n } \n scriptPane.onSaved(saved);\n}","funcProperties":{"__isSmartRef__":true,"id":2577},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2576":{"this":{"__isSmartRef__":true,"id":384}},"2577":{},"2578":{"varMapping":{"__isSmartRef__":true,"id":2579},"source":"function removeTimeStampComment(scriptSource) {\n if (scriptSource.match(/\\/\\/ changed on .* by .*/)) {\n scriptSource = scriptSource.split('\\n').slice(1).join('\\n');\n }\n return scriptSource;\n}","funcProperties":{"__isSmartRef__":true,"id":2580},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2579":{"this":{"__isSmartRef__":true,"id":384}},"2580":{},"2581":{"varMapping":{"__isSmartRef__":true,"id":2582},"source":"function openPartClassesEditor() {\n var browser = $part('ClassBrowser', 'PartsBin/PartsClasses');\n try {\n browser.targetMorph.editClassesFor(this.target);\n } catch(e) {\n \n }\n browser.openInWorld();\n}","funcProperties":{"__isSmartRef__":true,"id":2583},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2582":{"this":{"__isSmartRef__":true,"id":384}},"2583":{},"2584":{"submorphs":[{"__isSmartRef__":true,"id":2585},{"__isSmartRef__":true,"id":2601},{"__isSmartRef__":true,"id":2650},{"__isSmartRef__":true,"id":2688}],"scripts":[],"shape":{"__isSmartRef__":true,"id":2734},"id":"B4F02D16-138C-4C7C-9FF4-40B569A96CE4","renderContextTable":{"__isSmartRef__":true,"id":2740},"eventHandler":{"__isSmartRef__":true,"id":2741},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":2742},"_Position":{"__isSmartRef__":true,"id":2743},"windowMorph":{"__isSmartRef__":true,"id":383},"label":{"__isSmartRef__":true,"id":2585},"closeButton":{"__isSmartRef__":true,"id":2650},"menuButton":{"__isSmartRef__":true,"id":2688},"collapseButton":{"__isSmartRef__":true,"id":2601},"priorExtent":{"__isSmartRef__":true,"id":2744},"owner":{"__isSmartRef__":true,"id":383},"prevScroll":[0,0],"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"derivationIds":[228,"084DFF55-BC61-4772-8BF7-F6A87C08DE9F","D22EFB93-AC9B-4FCE-9464-3B314FFA4C11","A5F9692A-C657-42B0-B8AA-D2E922A1DE8D","C47683FE-BA01-4AAB-BDE0-4862C049BCE7","BD427B66-7BE7-4205-84EC-825840E59F49","9C39A352-DBDD-48CE-BEB0-99806EDB5253","E813CB65-A28C-4433-BBE5-EB70FBBB3289","33484DF7-DDF3-465F-96EE-215BEC4B3FAD","F96A68D7-1FC3-472C-BADB-56A6682C39E1","817A94F6-2E25-4C40-9602-8B67B1078AAA","2E8EBC07-1155-469B-BFFC-11C498DCC0A1","FCBF2B5C-35B5-47CB-9184-3E1943DD9898","7492FC87-6C18-4F4E-9D77-44DA5F83A458","7FCB8A47-9567-494E-9413-88D13A955736","DD21FC02-8A2F-4CA6-84C0-CEBF0851C41E","CB786813-3A97-4AAA-9264-F52F6020D029","A30DDD23-6D03-4EE7-B98B-4E494F72481C","E46F8E20-617D-4CF6-90BB-9087D55742DD","92AC1F5C-A086-406B-AE6C-91646CA339D5","EC73968A-5BB2-43BD-9125-C2183767648C","E8D29D66-BF37-489D-9F5A-277C523030E6","1FBD8BD7-17E1-4A4D-9570-1716306E9625","F72C25D9-C2C2-4605-8601-F4BDA5C5894C"],"_ClipMode":"visible","partsBinMetaInfo":{"__isSmartRef__":true,"id":2745},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.TitleBar"},"2585":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2586},"id":"0AF937C2-05E2-4CED-8550-345DEE7D7649","renderContextTable":{"__isSmartRef__":true,"id":2592},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":2593}],"eventHandler":{"__isSmartRef__":true,"id":2595},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":2596},"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":2584},"priorExtent":{"__isSmartRef__":true,"id":2597},"_MaxTextWidth":966,"_MinTextWidth":966,"_MaxTextHeight":null,"_MinTextHeight":null,"_Position":{"__isSmartRef__":true,"id":2598},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[229,"D760A244-216E-4A66-8201-25AFC3AB6CC3","D0DE1BA6-E69D-4C19-A257-9D846EA6D12C","7590D64D-7524-4378-BB7E-845EC8CAE745","8996B9DB-C10E-41E4-8286-056BBCF8E151","18942143-8626-4D26-A7D9-153295EE4B23","A410C3F9-F31A-4BC9-A998-ABA33334F720","BEEB144B-EFF3-4E29-A539-41264A731D6C","28B7F25C-B8D9-4D07-B94A-C4A9A35D67B2","395D4415-072D-4BEC-AA6C-195D1347972A","EC2D8014-4D60-448C-A874-3BD6C9604EA7","DE4577EA-7D34-4421-AAC8-83F47657C444","57A9B659-D46C-4300-8F2D-74D46571698A","B1883C55-5E91-4942-A525-4CAB01379672","7633C47A-9577-4388-B87C-2C2E46E21037","A2C35D16-8A3E-4500-B2C8-5FAEC09E0486","B7396D6C-0BDE-4089-80A5-6E455C618AD9","7A868C2D-ECF3-4D77-AA1F-A97215694CA4","610C16AD-4536-41E8-9E5C-449629544F55","C0B1955F-45B1-4142-8A7C-8E5E73E0A112","99A6416E-FA95-491C-8EF1-5E74BBE1BBC9","5A72D342-B54D-4DB5-93A1-019FBFD30B6F","93B39593-72EE-4F8A-90A5-C5FD17F516B8","FD313483-F979-4A03-AE43-3878EF6E5C31"],"_TextColor":{"__isSmartRef__":true,"id":2599},"partsBinMetaInfo":{"__isSmartRef__":true,"id":2600},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"2586":{"_Position":{"__isSmartRef__":true,"id":2587},"renderContextTable":{"__isSmartRef__":true,"id":2588},"_Extent":{"__isSmartRef__":true,"id":2589},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":2590},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":2591},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2587":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2588":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"2589":{"x":966,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2590":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"2591":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2592":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"2593":{"style":{"__isSmartRef__":true,"id":2594},"chunkOwner":{"__isSmartRef__":true,"id":2585},"storedString":"ObjectEditor","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2594":{"fontWeight":"normal","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2595":{"morph":{"__isSmartRef__":true,"id":2585},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2596":{"resizeWidth":true},"2597":{"x":966,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2598":{"x":19.999999999999545,"y":2.999999999999318,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2599":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2600":{"requiredModules":[],"idOnLoad":"0AF937C2-05E2-4CED-8550-345DEE7D7649","__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"2601":{"submorphs":[{"__isSmartRef__":true,"id":2602}],"scripts":[],"shape":{"__isSmartRef__":true,"id":2615},"id":"1751E3D8-068F-40E7-9A86-66EFBAB2B603","renderContextTable":{"__isSmartRef__":true,"id":2631},"eventHandler":{"__isSmartRef__":true,"id":2632},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":2633},"priorExtent":{"__isSmartRef__":true,"id":2634},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":2621},"lighterFill":{"__isSmartRef__":true,"id":2635},"label":{"__isSmartRef__":true,"id":2602},"owner":{"__isSmartRef__":true,"id":2584},"layout":{"__isSmartRef__":true,"id":2644},"attributeConnections":[{"__isSmartRef__":true,"id":2645},{"__isSmartRef__":true,"id":2647}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","derivationIds":[234,"EC7EDE8E-294A-46CF-85BB-BBC525336E13","F24B29EE-0964-499D-834F-E3D087DC6003","F6F3659F-9229-46AA-9B9E-46627A7062B2","A88C4D93-582A-4C0D-9F97-F2F0E291BB7E","AA05682F-3E98-433C-8C01-422A46068DFC","A12AF6EA-E1A6-4527-8E16-D276C19A3A0E","4C7D6ACD-B49F-4877-889E-F26C1CC71D95","7AB2CBD2-B47B-4414-8053-0488FB51D18C","47BF14A4-BBD6-42CA-AF7A-9A29CD80DE50","CC8F7059-EA26-45D8-B311-D21333B72ED9","247902EB-2D95-48A7-890A-5F22856E0397","11F20F21-5097-47F4-B440-94CB42631F86","C823344E-DCF7-4940-818A-35F6706F9FE9","B22E1C30-F84F-4C87-A019-F9246469158E","9995E9C7-FB6C-4B86-A5A9-C2C67D9A0C13","737A2985-745C-4E84-8C7C-8A1D07E58867","D37F954E-6ADB-4D71-971D-3F0A919B675D","5229284B-E4D1-4459-847F-4D97AB4BBC7A","E1D480F8-C039-418B-889B-8B3A7C4792CC","A2FE4C89-F1B6-4D31-9FD2-B5B7489C5EF4","6778E1B0-92B8-4A2F-9440-37410371C749","0DF63950-3A4D-4217-8990-FBE8FDE7970B","56998524-255B-43E2-B2E7-4DB2FC1484B1"],"_ClipMode":"visible","partsBinMetaInfo":{"__isSmartRef__":true,"id":2649},"_Rotation":0,"_Scale":1,"isPressed":false,"__LivelyClassName__":"lively.morphic.WindowControl"},"2602":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2603},"id":"C9EC8ABA-A60C-4769-8E53-2821DFE7C128","renderContextTable":{"__isSmartRef__":true,"id":2608},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":2609}],"eventHandler":{"__isSmartRef__":true,"id":2611},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":2612},"priorExtent":{"__isSmartRef__":true,"id":2613},"_MaxTextWidth":13,"_MinTextWidth":13,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":2601},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[235,"F92ECC97-5F5B-4CDA-A829-270D000F0D88","A7CDAD5D-BCA1-4AF0-A092-9E81DF1F5C1B","35639FEE-51E8-4469-BB0E-5D1650F1E695","65EBC411-8078-4C93-9A62-F3E8D325DBA7","3F66B345-86BE-4AF4-84FC-BA468E960283","5CA475ED-1D1C-4934-9671-012AA9BAA280","CAC47AC8-FBAF-42E5-9BDA-15414CDFBDDE","8B27F43D-0C2C-4217-9FBC-EC95AE8A708D","6B04D1E4-D30D-4CF1-B117-D3BDEE6BA8AD","C3C98596-F14C-4BDD-A87A-73B964C92577","D1D0BD50-D401-411A-B179-6C1620DBFF84","602DCA3B-3172-420D-9C12-CD36CD749955","E8C5C4F0-759B-4AB5-9062-386DFF130EC7","F4C99B11-335B-4C4F-B817-2999228A3675","CB7DF7B3-E657-494E-83D2-19F7E68563D1","63BBF733-1096-47D3-A8EA-35B045B12F63","455938D2-B6E9-4BAA-BC62-C256BE04B003","B8552CAD-F213-45DA-B5DB-0DAF15CF7F07","F43A5C46-A593-47FF-8828-790035C27A85","8EE687B1-98FB-4F8B-B1EF-9D5AA904955A","73371B55-3645-43A6-A395-30E77530672A","7F2BDA07-313F-4C45-9EA0-6E16B35FA6B3","A7873D65-3EFA-41A9-BBC7-F5377DB4CDCB"],"partsBinMetaInfo":{"__isSmartRef__":true,"id":2614},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"2603":{"_Position":{"__isSmartRef__":true,"id":2604},"renderContextTable":{"__isSmartRef__":true,"id":2605},"_Extent":{"__isSmartRef__":true,"id":2606},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":2607},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":2591},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2604":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2605":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"2606":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2607":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"2608":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"2609":{"style":{"__isSmartRef__":true,"id":2610},"chunkOwner":{"__isSmartRef__":true,"id":2602},"storedString":"–","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"2610":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"2611":{"morph":{"__isSmartRef__":true,"id":2602},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2612":{"x":-4.547473508864641e-13,"y":2.2737367544323206e-13,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2613":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2614":{"requiredModules":[],"idOnLoad":"C9EC8ABA-A60C-4769-8E53-2821DFE7C128","__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"2615":{"_Position":{"__isSmartRef__":true,"id":2616},"renderContextTable":{"__isSmartRef__":true,"id":2617},"_Extent":{"__isSmartRef__":true,"id":2618},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":2619},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":2620},"_Fill":{"__isSmartRef__":true,"id":2621},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2616":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2617":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"2618":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2619":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"2620":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2621":{"stops":[{"__isSmartRef__":true,"id":2622},{"__isSmartRef__":true,"id":2624},{"__isSmartRef__":true,"id":2626},{"__isSmartRef__":true,"id":2628}],"vector":{"__isSmartRef__":true,"id":2630},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"2622":{"offset":0,"color":{"__isSmartRef__":true,"id":2623}},"2623":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2624":{"offset":0.4,"color":{"__isSmartRef__":true,"id":2625}},"2625":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2626":{"offset":0.6,"color":{"__isSmartRef__":true,"id":2627}},"2627":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2628":{"offset":1,"color":{"__isSmartRef__":true,"id":2629}},"2629":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2630":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"2631":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"2632":{"morph":{"__isSmartRef__":true,"id":2601},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2633":{"x":986,"y":2.9999999999990905,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2634":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2635":{"stops":[{"__isSmartRef__":true,"id":2636},{"__isSmartRef__":true,"id":2638},{"__isSmartRef__":true,"id":2640},{"__isSmartRef__":true,"id":2642}],"vector":{"__isSmartRef__":true,"id":2630},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"2636":{"offset":0,"color":{"__isSmartRef__":true,"id":2637}},"2637":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2638":{"offset":0.4,"color":{"__isSmartRef__":true,"id":2639}},"2639":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2640":{"offset":0.6,"color":{"__isSmartRef__":true,"id":2641}},"2641":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2642":{"offset":1,"color":{"__isSmartRef__":true,"id":2643}},"2643":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2644":{"moveHorizontal":true},"2645":{"sourceObj":{"__isSmartRef__":true,"id":2601},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":383},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2646},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2646":{"source":{"__isSmartRef__":true,"id":2601},"target":{"__isSmartRef__":true,"id":383}},"2647":{"sourceObj":{"__isSmartRef__":true,"id":2601},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":383},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2648},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2648":{"source":{"__isSmartRef__":true,"id":2601},"target":{"__isSmartRef__":true,"id":383}},"2649":{"requiredModules":[],"idOnLoad":"1751E3D8-068F-40E7-9A86-66EFBAB2B603","__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"2650":{"submorphs":[{"__isSmartRef__":true,"id":2651}],"scripts":[],"shape":{"__isSmartRef__":true,"id":2664},"id":"D6840C63-2A28-49FD-9105-478A10C5EA3B","renderContextTable":{"__isSmartRef__":true,"id":2669},"eventHandler":{"__isSmartRef__":true,"id":2670},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":2671},"priorExtent":{"__isSmartRef__":true,"id":2672},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":2621},"lighterFill":{"__isSmartRef__":true,"id":2673},"label":{"__isSmartRef__":true,"id":2651},"owner":{"__isSmartRef__":true,"id":2584},"layout":{"__isSmartRef__":true,"id":2682},"attributeConnections":[{"__isSmartRef__":true,"id":2683},{"__isSmartRef__":true,"id":2685}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","derivationIds":[230,"EE58E329-4B81-4ABE-A8D6-A3E1AA5BF908","418BD036-5123-49E3-A68D-B2CA74DD4EBA","AB2EC618-F852-4DB4-8601-C98F851F983A","84444904-5A59-41A9-9200-77C2DFC28F0A","BCDE4CA6-1D56-45F5-980B-4BF689C874DD","C3377671-C2BC-4F1B-93B3-CF0083C27FC9","F8D02126-AD53-4ED0-9EA5-6EB71D788E14","CD6A0659-264E-4175-8900-DC5D9CD9CAE6","25A69395-9A9F-46AD-9D7B-BE62EC93A84D","4A50008D-7B6C-4077-AD8A-F0ABFEE54609","D027A273-D3F7-4C76-8EC8-A657761EF2A6","CC29371C-6136-4432-A14B-8CDE6D0E356A","0D2F3233-0176-4B81-8060-39FFD170E6C1","08587E9E-6A99-4A75-B242-B131DF1F7D4B","B8BC3EB3-F857-4A8A-8EA3-04705684668B","39E80212-8228-40CF-A2A5-4BD9A18D63DF","B91C0DA6-57B6-440D-835B-963BFF5EB71C","DEFD70A9-7FF0-4020-A24E-3751C70D1F40","9B0FCB3B-5AE3-4B7A-B18A-38A98826CD26","133BF7B0-0741-4F09-9D15-091FAC6FD6F2","CE2B4490-3F17-481E-A327-7493E1DA9ABF","6AEF5621-F4D6-4978-B230-DA786237C9FC","BFECD482-4F65-4E28-BD60-BAA117EA3AF5"],"_ClipMode":"visible","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":2687},"_Rotation":0,"_Scale":1,"isPressed":false,"__LivelyClassName__":"lively.morphic.WindowControl"},"2651":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2652},"id":"9EF9133E-753F-47F2-A3F3-91FA1C123BB1","renderContextTable":{"__isSmartRef__":true,"id":2657},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":2658}],"eventHandler":{"__isSmartRef__":true,"id":2660},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":2661},"priorExtent":{"__isSmartRef__":true,"id":2662},"_MaxTextWidth":13,"_MinTextWidth":13,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":2650},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[231,"8DB42E03-8473-4B83-81E2-61EE04DF890A","B50E6B6E-F836-4B3E-8AD1-2B34DA86CE3B","60439D94-5083-4977-8470-BD8843FF782A","5EC44375-A7D5-4BD3-AFC7-C507DF8D60C8","5BDCC4F6-C579-4A6F-96BB-2F59131EFD32","712DF12F-50C4-4EEB-9C4C-47A4DC15E968","6A46E35D-28F8-4F0F-B812-E79D2A1994B3","5A9F3A61-DA02-432F-B92D-90126253AD44","EF5811A8-74EC-4FA1-B994-FC261C7FD3F3","52AE2953-CEAB-4A6A-8F94-7B47368D663D","11A1DAEC-0A39-4089-8294-98ADB33B5E50","2D286778-5885-4888-91BF-35075D2F972B","A48CDD90-B0F1-46D9-928F-DA44C16A8B77","CF0E7690-780A-45E1-BADB-CE246971030C","A7AACEA7-EFAA-4F3E-B8EC-279EA4C34BC6","59706A46-7F3B-4643-8C45-BDEF14AD5040","015990FD-76AE-4D22-808E-1245F0C80C7B","3D6823A4-A7BF-4BD2-BDAC-8631E9C915BA","C03FEC40-C900-4685-8975-7005C6693E82","94666091-57DC-4032-AE34-F499206CAF00","AAB4384F-9538-4031-A041-087B22FE4AF3","CE138C3F-FCB0-4053-9D42-BBEAF545A667","C56834F8-95AA-4F03-8418-0560ED128C86"],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":2663},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"2652":{"_Position":{"__isSmartRef__":true,"id":2653},"renderContextTable":{"__isSmartRef__":true,"id":2654},"_Extent":{"__isSmartRef__":true,"id":2655},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":2656},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":2591},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2653":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2654":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"2655":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2656":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"2657":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"2658":{"style":{"__isSmartRef__":true,"id":2659},"chunkOwner":{"__isSmartRef__":true,"id":2651},"storedString":"X","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"2659":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"2660":{"morph":{"__isSmartRef__":true,"id":2651},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2661":{"x":0,"y":2.2737367544323206e-13,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2662":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2663":{"requiredModules":[],"idOnLoad":"9EF9133E-753F-47F2-A3F3-91FA1C123BB1","__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"2664":{"_Position":{"__isSmartRef__":true,"id":2665},"renderContextTable":{"__isSmartRef__":true,"id":2666},"_Extent":{"__isSmartRef__":true,"id":2667},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":2668},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":2620},"_Fill":{"__isSmartRef__":true,"id":2621},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2665":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2666":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"2667":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2668":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"2669":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"2670":{"morph":{"__isSmartRef__":true,"id":2650},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2671":{"x":1005.0000000000005,"y":2.9999999999990905,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2672":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2673":{"stops":[{"__isSmartRef__":true,"id":2674},{"__isSmartRef__":true,"id":2676},{"__isSmartRef__":true,"id":2678},{"__isSmartRef__":true,"id":2680}],"vector":{"__isSmartRef__":true,"id":2630},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"2674":{"offset":0,"color":{"__isSmartRef__":true,"id":2675}},"2675":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2676":{"offset":0.4,"color":{"__isSmartRef__":true,"id":2677}},"2677":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2678":{"offset":0.6,"color":{"__isSmartRef__":true,"id":2679}},"2679":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2680":{"offset":1,"color":{"__isSmartRef__":true,"id":2681}},"2681":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2682":{"moveHorizontal":true},"2683":{"sourceObj":{"__isSmartRef__":true,"id":2650},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":383},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2684},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2684":{"source":{"__isSmartRef__":true,"id":2650},"target":{"__isSmartRef__":true,"id":383}},"2685":{"sourceObj":{"__isSmartRef__":true,"id":2650},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":383},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2686},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2686":{"source":{"__isSmartRef__":true,"id":2650},"target":{"__isSmartRef__":true,"id":383}},"2687":{"requiredModules":[],"idOnLoad":"D6840C63-2A28-49FD-9105-478A10C5EA3B","__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"2688":{"submorphs":[{"__isSmartRef__":true,"id":2689}],"scripts":[],"shape":{"__isSmartRef__":true,"id":2702},"id":"7DEDFB4D-2945-4E70-B40D-BBC38ED07FD2","renderContextTable":{"__isSmartRef__":true,"id":2716},"eventHandler":{"__isSmartRef__":true,"id":2717},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":2718},"priorExtent":{"__isSmartRef__":true,"id":2719},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":2621},"lighterFill":{"__isSmartRef__":true,"id":2720},"label":{"__isSmartRef__":true,"id":2689},"owner":{"__isSmartRef__":true,"id":2584},"attributeConnections":[{"__isSmartRef__":true,"id":2729},{"__isSmartRef__":true,"id":2731}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","derivationIds":[232,"F393CBFF-A15D-4D1D-A3A3-DA0C7EF93B66","5BC57B43-1661-4C92-827E-E6CCB6E519E1","DDA3D28B-E4EA-4F17-9B68-D6964E9A2524","93D34CE0-A8E8-43DA-AA3B-3B32912E0BC1","93EA3F6A-3D2D-41E5-8FBD-16CDD8BD7946","C32E10BE-5DA5-46B4-B508-BDA50452B006","39B24C04-E0C8-46B6-91D3-A7CB1A79DF2A","33E45199-4C9B-4815-8760-E9BB50B17AE7","C25CBD71-C31B-4AA9-A244-4F689F7343B9","320E4A47-80DF-45B8-8997-6F8BD9D14C16","6D5959E7-D752-47B3-8F18-DB1D38739937","9F07D24A-8FD4-4B5C-B1B7-0204B89741E5","B3AC0AD0-2563-413C-A675-C3667C27B889","0F42ECA6-D7C4-4D66-8962-0BF4E60600EB","01EC08C0-C205-4B5B-BF9F-501946C17F89","17021EB0-BD8D-4B7E-8AF0-9DFBBE68A4D3","DB0C7576-12EA-44DA-BB28-CBA69177BAA6","864EE754-794E-4DBF-82C6-E83D0A1E4CA3","80FA2D1D-193A-4B70-BFBF-1E7DEAF545B4","40C3676B-76F6-43D5-AA8C-A99A422D3B1B","57F03029-C52C-400C-8D15-CC5A2FF7A9AF","A01D1ECF-EFA4-43C5-B676-D3468DF63710","2F5CD2FB-3627-45C7-B9D8-329AFC6634E3"],"_ClipMode":"visible","partsBinMetaInfo":{"__isSmartRef__":true,"id":2733},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.WindowControl"},"2689":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2690},"id":"DB0B46E6-B25E-45DC-9F41-15CC763F655B","renderContextTable":{"__isSmartRef__":true,"id":2695},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":2696}],"eventHandler":{"__isSmartRef__":true,"id":2698},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":2699},"priorExtent":{"__isSmartRef__":true,"id":2700},"_MaxTextWidth":13,"_MinTextWidth":13,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":2688},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[233,"E1DC624A-DE6A-4680-92DA-803BFFE6CD54","2EB42409-E0C2-408B-8F84-EDF9EBFB2590","0684F49F-5338-4D44-82C9-5A4E2D62EE72","0B73719D-BC87-4B8D-890D-30C0714B5584","90D2BAAA-EB9D-45AF-8770-9616421A5762","1FAA3617-0517-49D7-ADCB-15357C49A9BB","F746D14F-BC62-4FAC-A5F0-DCC9D1DF650A","6F027012-81B2-4760-B5ED-11342DEAAE72","922D9F59-AB45-4279-9919-69D11CA2CC2D","1BE57CCE-1EE8-4CBF-9989-873B82709981","F3EB613F-A6B4-4174-906A-FD347063B359","65712D5D-80A0-461C-BC56-3C771CEC295C","8CDF04CC-3F0F-43B9-B953-DEA8D0C8AE8E","C953211B-F2ED-4E67-B40F-802E801928F0","32060BF7-DF78-4F32-8570-DFB1C2DE1AD4","0BC6F0C8-A974-426A-86CA-4E1FABFE62BE","D2BF2C89-051D-49B6-83DC-A731C64B821B","9987DC1E-083F-4D9B-AC9F-EF6A05FE454A","E5DEA953-C609-4B8E-A794-E09AF75A1BA8","39598890-B08D-4E68-9D4A-9298FCFE00A6","352DB28F-A951-474B-87B5-4F90B399CFD4","AC280C2F-FD43-436D-BE6A-C5971BD55DF7","D990928D-4AC7-4918-B5ED-375ECD2F964C"],"partsBinMetaInfo":{"__isSmartRef__":true,"id":2701},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"2690":{"_Position":{"__isSmartRef__":true,"id":2691},"renderContextTable":{"__isSmartRef__":true,"id":2692},"_Extent":{"__isSmartRef__":true,"id":2693},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":2694},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":2591},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2691":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2692":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"2693":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2694":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"2695":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"2696":{"style":{"__isSmartRef__":true,"id":2697},"chunkOwner":{"__isSmartRef__":true,"id":2689},"storedString":"M","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"2697":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"2698":{"morph":{"__isSmartRef__":true,"id":2689},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2699":{"x":0,"y":2.2737367544323206e-13,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2700":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2701":{"requiredModules":[],"idOnLoad":"DB0B46E6-B25E-45DC-9F41-15CC763F655B","__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"2702":{"_Position":{"__isSmartRef__":true,"id":2703},"renderContextTable":{"__isSmartRef__":true,"id":2704},"_Extent":{"__isSmartRef__":true,"id":2705},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":2706},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":2620},"_Fill":{"__isSmartRef__":true,"id":2707},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2703":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2704":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"2705":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2706":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"2707":{"stops":[{"__isSmartRef__":true,"id":2708},{"__isSmartRef__":true,"id":2710},{"__isSmartRef__":true,"id":2712},{"__isSmartRef__":true,"id":2713}],"vector":{"__isSmartRef__":true,"id":2715},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"2708":{"offset":0,"color":{"__isSmartRef__":true,"id":2709}},"2709":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2710":{"offset":0.3,"color":{"__isSmartRef__":true,"id":2711}},"2711":{"r":0.8666666666666667,"g":0.8666666666666667,"b":0.8666666666666667,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2712":{"offset":0.7,"color":{"__isSmartRef__":true,"id":2711}},"2713":{"offset":1,"color":{"__isSmartRef__":true,"id":2714}},"2714":{"r":0.7973333333333334,"g":0.7973333333333334,"b":0.7973333333333334,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2715":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"2716":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"2717":{"morph":{"__isSmartRef__":true,"id":2688},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2718":{"x":2.9999999999995453,"y":2.999999999999318,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2719":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2720":{"stops":[{"__isSmartRef__":true,"id":2721},{"__isSmartRef__":true,"id":2723},{"__isSmartRef__":true,"id":2725},{"__isSmartRef__":true,"id":2727}],"vector":{"__isSmartRef__":true,"id":2630},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"2721":{"offset":0,"color":{"__isSmartRef__":true,"id":2722}},"2722":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2723":{"offset":0.4,"color":{"__isSmartRef__":true,"id":2724}},"2724":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2725":{"offset":0.6,"color":{"__isSmartRef__":true,"id":2726}},"2726":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2727":{"offset":1,"color":{"__isSmartRef__":true,"id":2728}},"2728":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2729":{"sourceObj":{"__isSmartRef__":true,"id":2688},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":383},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2730},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2730":{"source":{"__isSmartRef__":true,"id":2688},"target":{"__isSmartRef__":true,"id":383}},"2731":{"sourceObj":{"__isSmartRef__":true,"id":2688},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":383},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2732},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2732":{"source":{"__isSmartRef__":true,"id":2688},"target":{"__isSmartRef__":true,"id":383}},"2733":{"requiredModules":[],"idOnLoad":"7DEDFB4D-2945-4E70-B40D-BBC38ED07FD2","__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"2734":{"_Position":{"__isSmartRef__":true,"id":2735},"renderContextTable":{"__isSmartRef__":true,"id":2736},"_Extent":{"__isSmartRef__":true,"id":2737},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":2738},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":2739},"_Fill":{"__isSmartRef__":true,"id":231},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2735":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2736":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"2737":{"x":1025,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2738":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"2739":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2740":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"2741":{"morph":{"__isSmartRef__":true,"id":2584},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2742":{"resizeWidth":true,"adjustForNewBounds":true},"2743":{"x":0,"y":6.821210263296962e-13,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2744":{"x":909,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2745":{"requiredModules":[],"idOnLoad":"B4F02D16-138C-4C7C-9FF4-40B569A96CE4","__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"2746":{"submorphs":[],"scripts":[],"id":"8DE1DD02-8A01-44EC-804F-C5ADD82ACABB","shape":{"__isSmartRef__":true,"id":2747},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":2754},"showsHalos":false,"name":"ResizeCorner4","partsBinMetaInfo":{"__isSmartRef__":true,"id":2755},"__SourceModuleName__":"Global.lively.morphic.Core","__layered_draggingEnabled__":true,"dragStartPoint":null,"originalExtent":{"__isSmartRef__":true,"id":2756},"originalTargetExtent":null,"renderContextTable":{"__isSmartRef__":true,"id":2757},"eventHandler":{"__isSmartRef__":true,"id":2758},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"distanceToDragEvent":{"__isSmartRef__":true,"id":2759},"owner":{"__isSmartRef__":true,"id":383},"priorExtent":{"__isSmartRef__":true,"id":2760},"isCopyMorphRef":true,"morphRefId":164,"prevScroll":[0,0],"derivationIds":[227,"83D58336-D35B-44FB-9AB1-4467EC058CFA","0141EF2D-898D-4A88-93BF-1B9FEE7E56E6","F343780D-46A1-490F-8347-08939D52329C","DCD3B012-B22F-4037-B24A-FCF858D154D4","E6EDFE95-F114-4F7E-84D5-60B3212BC420","D39E5489-4C7C-4BB7-8D11-83F82F09FF84","B262116A-CEFD-4CEF-AAE0-BE2BED9E7CAF","C289A2CC-E646-4E9C-8715-EAECD92D3C9B","6596C37A-0FA3-441B-87A8-14A6496C6A1C","9BA1ABBC-4195-4B48-8D5C-680E4B57802D","ECCB7823-3C66-42F2-AF0D-71D4BB066366","27021602-5080-41C9-90D6-29FA6E1C12E7","6D098B01-3779-46A2-811A-07B035970C89","5B2B7668-A71F-4123-ACF0-54EC44AF40BF","91F121EF-0A48-4F3C-9D6E-676727E6BE47","B2204956-B9D3-45E2-A5E5-C775FDF24ACC","75F56068-8646-41D2-899F-94DE5CEF3263","8189ED29-38FA-4DF8-8C08-D1956D240917","506C8857-B65B-4EF9-8970-8DA8BC1A7077","E5262413-3A41-4EFB-B2FF-8CC3641D1147","CB46EFD5-F8F8-4B9A-9B05-BD728EA0D34F","EDE76952-CCDA-432A-B217-CF5F19A20370","107096D2-9B44-40B9-B9EC-D224A8E3CF64"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2761},"__LivelyClassName__":"lively.morphic.Box"},"2747":{"position":{"__isSmartRef__":true,"id":2748},"_Extent":{"__isSmartRef__":true,"id":2749},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":2750},"_Fill":{"__isSmartRef__":true,"id":2751},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":2752},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":2753},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2748":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2749":{"x":13,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2750":{"r":0.568,"g":0.568,"b":0.568,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"2751":{"r":0.258,"g":0.258,"b":0.258,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2752":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"2753":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"2754":{"x":1012.0000000000005,"y":571.0000000000002,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2755":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"idOnLoad":"8DE1DD02-8A01-44EC-804F-C5ADD82ACABB","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"2756":{"x":239,"y":138,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2757":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"2758":{"morph":{"__isSmartRef__":true,"id":2746},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2759":{"x":42.327599102410886,"y":-22.830104041830054,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2760":{"x":12,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2761":{"onDrag":{"__isSmartRef__":true,"id":2762},"onDragEnd":{"__isSmartRef__":true,"id":2770},"onDragStart":{"__isSmartRef__":true,"id":2778}},"2762":{"varMapping":{"__isSmartRef__":true,"id":2763},"source":"function onDrag(evt) {\n var moveDelta = evt.mousePoint.subPt(this.dragStartPoint)\n if (evt.isShiftDown()) {\n var maxDelta = Math.max(moveDelta.x, moveDelta.y);\n\tmoveDelta = pt(maxDelta, maxDelta);\n }\n this.owner.setExtent(this.originalTargetExtent.addPt(moveDelta));\n this.align(this.bounds().bottomRight(), this.owner.getExtent())\n}","funcProperties":{"__isSmartRef__":true,"id":2768},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2763":{"this":{"__isSmartRef__":true,"id":2746},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2764}},"2764":{"$super":{"__isSmartRef__":true,"id":2765}},"2765":{"varMapping":{"__isSmartRef__":true,"id":2766},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2767},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2766":{"obj":{"__isSmartRef__":true,"id":2746},"name":"onDrag"},"2767":{},"2768":{"timestamp":{"__isSmartRef__":true,"id":2769},"user":"lauritz"},"2769":{"isSerializedDate":true,"string":"Thu Nov 17 2011 05:05:30 GMT+0100 (Mitteleuropäische Zeit)"},"2770":{"varMapping":{"__isSmartRef__":true,"id":2771},"source":"function onDragEnd(evt) {\n this.dragStartPoint = null;\n this.originalTargetExtent = null;\n}","funcProperties":{"__isSmartRef__":true,"id":2776},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2771":{"this":{"__isSmartRef__":true,"id":2746},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2772}},"2772":{"$super":{"__isSmartRef__":true,"id":2773}},"2773":{"varMapping":{"__isSmartRef__":true,"id":2774},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2775},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2774":{"obj":{"__isSmartRef__":true,"id":2746},"name":"onDragEnd"},"2775":{},"2776":{"timestamp":{"__isSmartRef__":true,"id":2777},"user":"lauritz"},"2777":{"isSerializedDate":true,"string":"Thu Nov 17 2011 05:05:30 GMT+0100 (Mitteleuropäische Zeit)"},"2778":{"varMapping":{"__isSmartRef__":true,"id":2779},"source":"function onDragStart(evt) {\n this.dragStartPoint = evt.mousePoint;\n this.originalTargetExtent = this.owner.getExtent();\n}","funcProperties":{"__isSmartRef__":true,"id":2784},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2779":{"this":{"__isSmartRef__":true,"id":2746},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2780}},"2780":{"$super":{"__isSmartRef__":true,"id":2781}},"2781":{"varMapping":{"__isSmartRef__":true,"id":2782},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2783},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2782":{"obj":{"__isSmartRef__":true,"id":2746},"name":"onDragStart"},"2783":{},"2784":{"timestamp":{"__isSmartRef__":true,"id":2785},"user":"lauritz"},"2785":{"isSerializedDate":true,"string":"Thu Nov 17 2011 05:05:35 GMT+0100 (Mitteleuropäische Zeit)"},"2786":{"renderContextTable":{"__isSmartRef__":true,"id":2787},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":2788},"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":2789},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":2790},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2787":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"2788":{"x":1025,"y":585,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2789":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2790":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"2791":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"2792":{"morph":{"__isSmartRef__":true,"id":383},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2793":{"adjustForNewBounds":true},"2794":{"x":909,"y":547,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2795":{"x":0,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2796":{"a":1,"b":0,"c":0,"d":1,"e":78,"f":11.899999999999977,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"lively.morphic.Similitude"},"2797":{"x":723,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2798":{"a":1.0100552207170073,"b":0,"c":0,"d":1.0100552207170073,"e":206.5658177170268,"f":26.870793659982496,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"lively.morphic.Similitude"},"2799":{"x":911,"y":523,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2800":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/BP2012/","__SourceModuleName__":"Global.lively.PartsBin","comment":"Merging 5(!) versions of the Object Editor","partName":"ObjectEditor","changes":[{"__isSmartRef__":true,"id":2801},{"__isSmartRef__":true,"id":2803},{"__isSmartRef__":true,"id":2805},{"__isSmartRef__":true,"id":2807},{"__isSmartRef__":true,"id":2809},{"__isSmartRef__":true,"id":2811},{"__isSmartRef__":true,"id":2813},{"__isSmartRef__":true,"id":2815},{"__isSmartRef__":true,"id":2817},{"__isSmartRef__":true,"id":2819},{"__isSmartRef__":true,"id":2821},{"__isSmartRef__":true,"id":2823},{"__isSmartRef__":true,"id":2825},{"__isSmartRef__":true,"id":2827},{"__isSmartRef__":true,"id":2829},{"__isSmartRef__":true,"id":2831},{"__isSmartRef__":true,"id":2833},{"__isSmartRef__":true,"id":2835},{"__isSmartRef__":true,"id":2837},{"__isSmartRef__":true,"id":2839},{"__isSmartRef__":true,"id":2841},{"__isSmartRef__":true,"id":2843},{"__isSmartRef__":true,"id":2845},{"__isSmartRef__":true,"id":2847},{"__isSmartRef__":true,"id":2849},{"__isSmartRef__":true,"id":2851},{"__isSmartRef__":true,"id":2853},{"__isSmartRef__":true,"id":2855},{"__isSmartRef__":true,"id":2857},{"__isSmartRef__":true,"id":2859},{"__isSmartRef__":true,"id":2861},{"__isSmartRef__":true,"id":2863},{"__isSmartRef__":true,"id":2865},{"__isSmartRef__":true,"id":2867},{"__isSmartRef__":true,"id":2869},{"__isSmartRef__":true,"id":2871},{"__isSmartRef__":true,"id":2873},{"__isSmartRef__":true,"id":2875},{"__isSmartRef__":true,"id":2877},{"__isSmartRef__":true,"id":2879},{"__isSmartRef__":true,"id":2881},{"__isSmartRef__":true,"id":2883},{"__isSmartRef__":true,"id":2885},{"__isSmartRef__":true,"id":2887},{"__isSmartRef__":true,"id":2889},{"__isSmartRef__":true,"id":2891},{"__isSmartRef__":true,"id":2893},{"__isSmartRef__":true,"id":2895},{"__isSmartRef__":true,"id":2897},{"__isSmartRef__":true,"id":2899},{"__isSmartRef__":true,"id":2901},{"__isSmartRef__":true,"id":2903},{"__isSmartRef__":true,"id":2905},{"__isSmartRef__":true,"id":2907},{"__isSmartRef__":true,"id":2909},{"__isSmartRef__":true,"id":2911},{"__isSmartRef__":true,"id":2913},{"__isSmartRef__":true,"id":2915},{"__isSmartRef__":true,"id":2917},{"__isSmartRef__":true,"id":2919},{"__isSmartRef__":true,"id":2921},{"__isSmartRef__":true,"id":2923},{"__isSmartRef__":true,"id":2925},{"__isSmartRef__":true,"id":2927}],"revisionOnLoad":172940,"idOnLoad":"B1A7BFA7-2FBD-4EA8-A9FB-2338238DC2C9","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"2801":{"date":{"__isSmartRef__":true,"id":2802},"author":"athomschke","message":"3. Merge PartsBin/Tools/ObjectGroupEditor, rev. 172332 (current) into the result. Common Parent: Tools/ObjectEditor, rev. 169737 (current)","id":"623A92E9-FE95-4A24-8DF3-5575F548A8F5"},"2802":{"isSerializedDate":true,"string":"Wed Jun 27 2012 02:39:19 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2803":{"date":{"__isSmartRef__":true,"id":2804},"author":"athomschke","message":"step 1 correct order this time","id":"88E65632-963F-4CD1-AFD2-CB1F5759F5B1"},"2804":{"isSerializedDate":true,"string":"Wed Jun 27 2012 02:17:42 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2805":{"date":{"__isSmartRef__":true,"id":2806},"author":"timfelgentreff","message":"Add a magnifiying glass to select target (similar to developer tools DOM selection)","id":"D9409D32-738F-4916-BA02-82C040C9891B"},"2806":{"isSerializedDate":true,"string":"Thu May 24 2012 17:21:39 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2807":{"date":{"__isSmartRef__":true,"id":2808},"author":"timfelgentreff","message":"no comment","id":"6D83027E-EC28-4497-A29F-E48051BD74FA"},"2808":{"isSerializedDate":true,"string":"Thu May 24 2012 16:54:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2809":{"date":{"__isSmartRef__":true,"id":2810},"author":"robertkrahn","message":"restored old version for addressing immediate save problems","id":"63323F27-08DC-499B-80D6-A700A30FE6BA"},"2810":{"isSerializedDate":true,"string":"Thu Apr 26 2012 22:03:48 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2811":{"date":{"__isSmartRef__":true,"id":2812},"author":"fbo","message":"No more addScript and better support for Firefox","id":"1BC8E4F5-9621-43E1-9451-35E018A8B06F"},"2812":{"isSerializedDate":true,"string":"Thu Apr 26 2012 11:16:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2813":{"date":{"__isSmartRef__":true,"id":2814},"author":"robertkrahn","message":"- Tags text morph now is a input line, fixed a bug in generateSourceForScript()","id":"485A3064-009C-4A89-875B-D3BF1B1C0606"},"2814":{"isSerializedDate":true,"string":"Thu Mar 08 2012 19:12:32 GMT+0100 (Mitteleuropäische Zeit)"},"2815":{"date":{"__isSmartRef__":true,"id":2816},"author":"fabian","message":"","id":"50D90B40-1175-48A3-AC0E-10AC8884288A"},"2816":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:51:00 GMT+0100 (Mitteleuropäische Zeit)"},"2817":{"date":{"__isSmartRef__":true,"id":2818},"author":"fabian","message":"","id":"E39C79D4-9E74-47BA-A6EA-D0B861EB411D"},"2818":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:46:13 GMT+0100 (Mitteleuropäische Zeit)"},"2819":{"date":{"__isSmartRef__":true,"id":2820},"author":"fabian","message":"","id":"0714BC73-548D-4AF3-9A61-32FEE36C9B1F"},"2820":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:34:16 GMT+0100 (Mitteleuropäische Zeit)"},"2821":{"date":{"__isSmartRef__":true,"id":2822},"author":"fabian","message":"","id":"AEB64F75-685C-4BB8-8C69-D8EC60CBA91D"},"2822":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:14:57 GMT+0100 (Mitteleuropäische Zeit)"},"2823":{"date":{"__isSmartRef__":true,"id":2824},"author":"fabian","message":"","id":"EE9D6061-DD05-4FC8-B53A-21B93B9F5535"},"2824":{"isSerializedDate":true,"string":"Wed Mar 07 2012 20:57:12 GMT+0100 (Mitteleuropäische Zeit)"},"2825":{"date":{"__isSmartRef__":true,"id":2826},"author":"fabian","message":"","id":"112A906B-C79A-4CF2-BD2A-EEF9A6731634"},"2826":{"isSerializedDate":true,"string":"Wed Mar 07 2012 20:42:40 GMT+0100 (Mitteleuropäische Zeit)"},"2827":{"date":{"__isSmartRef__":true,"id":2828},"author":"fabian","message":"","id":"6FF4CD6F-6C92-449F-B2CA-20BFACE54E7A"},"2828":{"isSerializedDate":true,"string":"Wed Mar 07 2012 20:37:11 GMT+0100 (Mitteleuropäische Zeit)"},"2829":{"date":{"__isSmartRef__":true,"id":2830},"author":"sstamm","message":"added save button","id":"3A85D0AF-64E0-40C7-8C4E-61CD462F3971"},"2830":{"isSerializedDate":true,"string":"Fri Feb 03 2012 11:45:18 GMT+0100 (Mitteleuropäische Zeit)"},"2831":{"date":{"__isSmartRef__":true,"id":2832},"author":"bsiegmund","message":"Run Button now moving when window is resized","id":"9ECA7B2B-8322-42C5-8EFA-49AC432960B4"},"2832":{"isSerializedDate":true,"string":"Thu Feb 02 2012 17:36:10 GMT+0100 (Mitteleuropäische Zeit)"},"2833":{"date":{"__isSmartRef__":true,"id":2834},"author":"lauritz","message":"changed label \"Category:\" to \"Tag:\".","id":"DBC877ED-0328-44A8-A46D-FE83C935797F"},"2834":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:50:45 GMT+0100 (Mitteleuropäische Zeit)"},"2835":{"date":{"__isSmartRef__":true,"id":2836},"author":"lauritz","message":"adapted layout of notifications","id":"1C01FAB9-AD9A-44B5-BAF1-EC06408A767E"},"2836":{"isSerializedDate":true,"string":"Wed Nov 23 2011 18:26:48 GMT+0100 (Mitteleuropäische Zeit)"},"2837":{"date":{"__isSmartRef__":true,"id":2838},"author":"lauritz","message":"fixed a bug (onBlur event handling) and added the world to the target chooser","id":"A8C151D4-0767-44E0-B586-090EA305BDF5"},"2838":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:14:00 GMT+0100 (Mitteleuropäische Zeit)"},"2839":{"date":{"__isSmartRef__":true,"id":2840},"author":"jenslincke","message":"- reset title bar and borders","id":"8CE7DA3C-5C83-4151-A3A7-7B41D1C555BD"},"2840":{"isSerializedDate":true,"string":"Fri Nov 18 2011 15:26:49 GMT+0100 (Mitteleuropäische Zeit)"},"2841":{"date":{"__isSmartRef__":true,"id":2842},"author":"lauritz","message":"Refactoring of script annotations (now at scripts not morphs). Added category tagging. Layout changes.","id":"1A9DA32B-8A1D-4CCF-92CB-47462F8CF117"},"2842":{"isSerializedDate":true,"string":"Thu Nov 17 2011 23:22:54 GMT+0100 (Mitteleuropäische Zeit)"},"2843":{"date":{"__isSmartRef__":true,"id":2844},"author":"lauritz","message":"layout adaptions","id":"6F1AEBDC-EED3-4CE0-B84C-F4DD4DA784C5"},"2844":{"isSerializedDate":true,"string":"Wed Nov 16 2011 02:12:15 GMT+0100 (Mitteleuropäische Zeit)"},"2845":{"date":{"__isSmartRef__":true,"id":2846},"author":"lauritz","message":"two more checks on attempts to remove scripts or connections.","id":"ED9F0090-C36C-4BC6-8FD2-A6FB60C7A0B2"},"2846":{"isSerializedDate":true,"string":"Fri Nov 11 2011 01:47:27 GMT+0100 (Mitteleuropäische Zeit)"},"2847":{"date":{"__isSmartRef__":true,"id":2848},"author":"lauritz","message":"added confirmation before removal of scripts or connections.","id":"00B5B7BA-FC00-4B1C-A967-B8A38B05EEA8"},"2848":{"isSerializedDate":true,"string":"Fri Nov 11 2011 01:42:28 GMT+0100 (Mitteleuropäische Zeit)"},"2849":{"date":{"__isSmartRef__":true,"id":2850},"author":"lauritz","message":"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items."},"2850":{"isSerializedDate":true,"string":"Fri Oct 21 2011 00:40:22 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2851":{"date":{"__isSmartRef__":true,"id":2852},"author":"lauritz","message":"Locked down submorphs of the editor pane. Grabbing and dragging disabled. "},"2852":{"isSerializedDate":true,"string":"Fri Oct 28 2011 05:36:22 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2853":{"date":{"__isSmartRef__":true,"id":2854},"author":"jenslincke","message":"bring resize handle to front","id":"996D26BC-8567-486E-B114-A9041230543D"},"2854":{"isSerializedDate":true,"string":"Fri Nov 04 2011 13:41:36 GMT+0100 (Mitteleuropäische Zeit)"},"2855":{"date":{"__isSmartRef__":true,"id":2856},"author":"jenslincke","message":"set min extent to pt(500,300)","id":"20634435-660B-4E80-93FF-8B8C4F5E0453"},"2856":{"isSerializedDate":true,"string":"Fri Nov 04 2011 13:44:45 GMT+0100 (Mitteleuropäische Zeit)"},"2857":{"date":{"__isSmartRef__":true,"id":2858},"author":"lauritz","message":"set a minExtent","id":"85B641E5-15C6-4C6D-BE9A-F4F96E347258"},"2858":{"isSerializedDate":true,"string":"Tue Nov 15 2011 20:12:45 GMT+0100 (Mitteleuropäische Zeit)"},"2859":{"date":{"__isSmartRef__":true,"id":2860},"author":"lauritz","message":"removed a missed debugger statement. corrected setting of target.","id":"BD747202-2BE7-4560-8EB2-DBA586BAD46F"},"2860":{"isSerializedDate":true,"string":"Fri Nov 18 2011 20:19:07 GMT+0100 (Mitteleuropäische Zeit)"},"2861":{"date":{"__isSmartRef__":true,"id":2862},"author":"lauritz","message":"added a border to notifications, centered notification text","id":"D1DDACFE-EC70-45FB-8178-0A93C8DC81F1"},"2862":{"isSerializedDate":true,"string":"Tue Nov 22 2011 23:02:14 GMT+0100 (Mitteleuropäische Zeit)"},"2863":{"date":{"__isSmartRef__":true,"id":2864},"author":"lauritz","message":"renamed .categorize to .tag","id":"470CD024-16F9-4221-B2D7-87FAC17B198B"},"2864":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:44:44 GMT+0100 (Mitteleuropäische Zeit)"},"2865":{"date":{"__isSmartRef__":true,"id":2866},"author":"lauritz","message":"fixed a defect (weeeeeird property caused an error on deserialization of copies)","id":"F6F92336-29F4-4FB4-B597-B8EF12E2922E"},"2866":{"isSerializedDate":true,"string":"Wed Nov 30 2011 23:55:11 GMT+0100 (Mitteleuropäische Zeit)"},"2867":{"date":{"__isSmartRef__":true,"id":2868},"author":"lauritz","message":"fixed a bug regarding anonymous morphs.","id":"30C42CB6-324C-455D-8B3E-828A80325027"},"2868":{"isSerializedDate":true,"string":"Wed Dec 07 2011 04:31:58 GMT+0100 (Mitteleuropäische Zeit)"},"2869":{"date":{"__isSmartRef__":true,"id":2870},"author":"lauritz","message":"workaround for issue #161 - target morph list is scrollable","id":"7D5DAE37-46E2-4C63-8008-AA553CD6B1E9"},"2870":{"isSerializedDate":true,"string":"Wed Dec 07 2011 06:13:13 GMT+0100 (Mitteleuropäische Zeit)"},"2871":{"date":{"__isSmartRef__":true,"id":2872},"author":"lauritz","message":"removed a workaround","id":"9AC9A97B-E63C-4C24-BCAF-6DC61C3A677C"},"2872":{"isSerializedDate":true,"string":"Tue Dec 13 2011 18:56:45 GMT+0100 (Mitteleuropäische Zeit)"},"2873":{"date":{"__isSmartRef__":true,"id":2874},"author":"lauritz","message":"tries to get user directly from localStorage now. if there's no user set, then we don't call CGI - logging into trac should not be necessary for developing parts.","id":"0F65058D-3BF4-4538-8B89-1267B58DE137"},"2874":{"isSerializedDate":true,"string":"Tue Dec 13 2011 22:04:53 GMT+0100 (Mitteleuropäische Zeit)"},"2875":{"date":{"__isSmartRef__":true,"id":2876},"author":"lauritz","message":"sorted tag list.","id":"597DB7EB-1788-42DC-A64F-E061D7B831EC"},"2876":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:23:14 GMT+0100 (Mitteleuropäische Zeit)"},"2877":{"date":{"__isSmartRef__":true,"id":2878},"author":"lauritz","message":"top-most entry of the tag list is \"all\" now.","id":"62D12D9E-7F42-40CC-BB5B-162130454572"},"2878":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:28:30 GMT+0100 (Mitteleuropäische Zeit)"},"2879":{"date":{"__isSmartRef__":true,"id":2880},"author":"lauritz","message":"","id":"72E0F00D-53A7-43E9-AD7B-E34F485BC75E"},"2880":{"isSerializedDate":true,"string":"Fri Jan 06 2012 07:15:04 GMT+0100 (Mitteleuropäische Zeit)"},"2881":{"date":{"__isSmartRef__":true,"id":2882},"author":"robertkrahn","message":"show scripts even if they are wrapped","id":"6F608C14-369B-49D6-8E91-81B35ABB14DE"},"2882":{"isSerializedDate":true,"string":"Fri Jan 27 2012 17:50:40 GMT+0100 (Mitteleuropäische Zeit)"},"2883":{"date":{"__isSmartRef__":true,"id":2884},"author":"conradcalmez","message":"added run button for trying out methods","id":"D21502DF-B383-45AA-8DB2-16D6A4C7DFC0"},"2884":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:55:15 GMT+0100 (Mitteleuropäische Zeit)"},"2885":{"date":{"__isSmartRef__":true,"id":2886},"author":"conradcalmez","message":"set selection of lists to null","id":"1C918344-7895-4714-9F8E-2BCC837250CA"},"2886":{"isSerializedDate":true,"string":"Thu Feb 02 2012 15:00:56 GMT+0100 (Mitteleuropäische Zeit)"},"2887":{"date":{"__isSmartRef__":true,"id":2888},"author":"fbo","message":"","id":"EBED707C-49B0-4E5F-9DD8-FF84007B435E"},"2888":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:47:59 GMT+0100 (Mitteleuropäische Zeit)"},"2889":{"date":{"__isSmartRef__":true,"id":2890},"author":"fabian","message":"","id":"7D345E64-F67F-4266-AB55-590EB143327A"},"2890":{"isSerializedDate":true,"string":"Wed Mar 07 2012 20:08:57 GMT+0100 (Mitteleuropäische Zeit)"},"2891":{"date":{"__isSmartRef__":true,"id":2892},"author":"fabian","message":"","id":"1A435460-69B4-469B-909F-F2F395B97C4D"},"2892":{"isSerializedDate":true,"string":"Wed Mar 07 2012 20:09:30 GMT+0100 (Mitteleuropäische Zeit)"},"2893":{"date":{"__isSmartRef__":true,"id":2894},"author":"undefined","message":"","id":"121C044E-8723-4B1F-A9C5-54E73422CD05"},"2894":{"isSerializedDate":true,"string":"Wed Mar 07 2012 20:40:16 GMT+0100 (Mitteleuropäische Zeit)"},"2895":{"date":{"__isSmartRef__":true,"id":2896},"author":"fabian","message":"","id":"D2F5383B-1F99-477E-A66E-D92928DB7540"},"2896":{"isSerializedDate":true,"string":"Wed Mar 07 2012 20:52:22 GMT+0100 (Mitteleuropäische Zeit)"},"2897":{"date":{"__isSmartRef__":true,"id":2898},"author":"fabian","message":"","id":"350CA522-AD08-42D8-BB89-DA7D8BCAD0FB"},"2898":{"isSerializedDate":true,"string":"Wed Mar 07 2012 21:27:57 GMT+0100 (Mitteleuropäische Zeit)"},"2899":{"date":{"__isSmartRef__":true,"id":2900},"author":"fabian","message":"","id":"FABA3850-E4EF-4888-BCE9-BB4F9EC9C2D4"},"2900":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:37:50 GMT+0100 (Mitteleuropäische Zeit)"},"2901":{"date":{"__isSmartRef__":true,"id":2902},"author":"fabian","message":"","id":"31CF7B42-DEAF-4A50-A5A2-6745A92BF6DC"},"2902":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:48:03 GMT+0100 (Mitteleuropäische Zeit)"},"2903":{"date":{"__isSmartRef__":true,"id":2904},"author":"fabian","message":"","id":"00E45103-9D78-4178-A58F-03896AFF5CA3"},"2904":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:55:32 GMT+0100 (Mitteleuropäische Zeit)"},"2905":{"date":{"__isSmartRef__":true,"id":2906},"author":"fbo","message":"No more addScript and better support for Firefox","id":"2AC82901-2DCD-4921-B6F9-78B05D3D671C"},"2906":{"isSerializedDate":true,"string":"Thu Apr 26 2012 11:14:35 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2907":{"date":{"__isSmartRef__":true,"id":2908},"author":"fbo","message":"No more addScript and better support for Firefox","id":"C6D736FA-5748-448D-A6A0-6068A9BA9A34"},"2908":{"isSerializedDate":true,"string":"Thu Apr 26 2012 11:15:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2909":{"date":{"__isSmartRef__":true,"id":2910},"author":"timfelgentreff","message":"no comment","id":"27293AFB-6616-4516-B2FB-BB688F7ADB2D"},"2910":{"isSerializedDate":true,"string":"Thu May 24 2012 16:48:19 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2911":{"date":{"__isSmartRef__":true,"id":2912},"author":"timfelgentreff","message":"no comment","id":"D66996F5-54A4-4923-8D9E-3FC049EA2D32"},"2912":{"isSerializedDate":true,"string":"Thu May 24 2012 16:48:35 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2913":{"date":{"__isSmartRef__":true,"id":2914},"author":"lauritz","message":"reduced global variable usage","id":"2FCB8ACB-CA90-4236-A8DF-D77F631C6CA9"},"2914":{"isSerializedDate":true,"string":"Tue May 29 2012 13:10:35 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2915":{"date":{"__isSmartRef__":true,"id":2916},"author":"lauritz","message":"hover over the magnifier button to see the current target","id":"9E6C0152-723A-43B1-8EF8-A3C2F15F5EBA"},"2916":{"isSerializedDate":true,"string":"Tue May 29 2012 13:18:56 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2917":{"date":{"__isSmartRef__":true,"id":2918},"author":"tessi","message":"Fix for target highlights. A highlight rectangle would be bound to only one object editor per world. Now, each explorer will load and use its own rectangle","id":"55617312-87A8-400A-90AC-85BC48F8A594"},"2918":{"isSerializedDate":true,"string":"Wed Jun 06 2012 16:21:44 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2919":{"date":{"__isSmartRef__":true,"id":2920},"author":"lauritz","message":"fixed magnifier-tool: highlight-rectangle property of the object, now.","id":"9301C445-2961-4C51-8D35-8FF338F0CD19"},"2920":{"isSerializedDate":true,"string":"Wed Jun 06 2012 17:25:01 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2921":{"date":{"__isSmartRef__":true,"id":2922},"author":"lauritz","message":"","id":"667CB328-3FE7-46B6-BD5A-FA4763544BC6"},"2922":{"isSerializedDate":true,"string":"Wed Jun 06 2012 17:29:52 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2923":{"date":{"__isSmartRef__":true,"id":2924},"author":"lauritz","message":"fix bad interaction b/w highlight and tracking in magnifier","id":"0970265D-1552-4376-8999-F6847141362C"},"2924":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:07:40 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2925":{"date":{"__isSmartRef__":true,"id":2926},"author":"lauritz","message":"clicking twice on the magnifier will keep the selection at the current target. schau mal jetze. oy vey.","id":"5D04BF33-A244-4D6D-BE3E-AE7404DB414B"},"2926":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:29:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2927":{"date":{"__isSmartRef__":true,"id":2928},"author":"athomschke","message":"2. Merge PartsBin/PartsClasses/ObjectEditor, rev. 166983 (current) into the result. Common Parent: Tools/ObjectEditor, rev. 166414","id":"734CA063-91AD-4B19-AC92-CD0694376089"},"2928":{"isSerializedDate":true,"string":"Wed Jun 27 2012 02:25:37 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2929":{"x":1270,"y":1597,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2930":{"x":206.5658177170268,"y":26.870793659982496,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2931":{"x":78,"y":11.899999999999977,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2932":{"x":500,"y":300,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2933":{"x":455,"y":268,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"2934":{"x":1149,"y":1594,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2935":{"setTarget":{"__isSmartRef__":true,"id":2936},"reset":{"__isSmartRef__":true,"id":2940},"onShutdown":{"__isSmartRef__":true,"id":2944}},"2936":{"varMapping":{"__isSmartRef__":true,"id":2937},"source":"function setTarget(t) {\n this.targetMorph.setTarget(t);\n}","funcProperties":{"__isSmartRef__":true,"id":2938},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2937":{"this":{"__isSmartRef__":true,"id":383}},"2938":{"timestamp":{"__isSmartRef__":true,"id":2939},"user":"lauritz","categories":[]},"2939":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:23 GMT+0100 (Mitteleuropäische Zeit)"},"2940":{"varMapping":{"__isSmartRef__":true,"id":2941},"source":"function reset() {\n this.targetMorph.reset();\n}","funcProperties":{"__isSmartRef__":true,"id":2942},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2941":{"this":{"__isSmartRef__":true,"id":383}},"2942":{"timestamp":{"__isSmartRef__":true,"id":2943},"user":"lauritz","categories":[]},"2943":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:23 GMT+0100 (Mitteleuropäische Zeit)"},"2944":{"varMapping":{"__isSmartRef__":true,"id":2945},"source":"function onShutdown() {\n this.targetMorph.onShutdown();\n}","funcProperties":{"__isSmartRef__":true,"id":2946},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"2945":{"this":{"__isSmartRef__":true,"id":383}},"2946":{"timestamp":{"__isSmartRef__":true,"id":2947},"user":"lauritz","categories":[]},"2947":{"isSerializedDate":true,"string":"Tue Sep 27 2011 20:25:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2948":{"partName":"ObjectInspectorText","requiredModules":[],"idOnLoad":"434CA455-5A69-4ABD-B095-A9595A6F04AD","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"2949":{"submorphs":[{"__isSmartRef__":true,"id":2950}],"scripts":[],"id":"CCF37704-7CCD-4FF4-B74C-7478F2E9AF0C","shape":{"__isSmartRef__":true,"id":76129},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":76136},"showsHalos":false,"name":"Rectangle","partsBinMetaInfo":{"__isSmartRef__":true,"id":76137},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":76150},"eventHandler":{"__isSmartRef__":true,"id":76151},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[127,"F0291F62-F100-480C-AEBF-0230398F7983","AE8B5ED7-E305-45BC-BE4A-1C28A49EE12B","39BA345C-17FA-45A0-BAC2-F0CF5654ACF8","FE91EA31-D8AE-461B-8A49-95DA5FBAE5B4","F38439A3-2F4E-4AC2-BF73-2633C00B1393","6748F5B5-2284-4748-A6EE-F1A261CBAD0B","C284F4DE-14F1-43C2-A4D0-1BAE909D98DA","9EEF20FD-27E3-4A31-8DBC-36073E64666F","283BD2F7-EFEE-4D83-876B-A8F2BD099B93","50245F69-C51D-40B5-BFD8-EE4870A65AF5","410821C9-3A7A-4ACB-8AEF-6B82AAB72D55","EFEAD1DE-A920-4272-BB24-C0361CBF2906","A5D165E3-E5BD-43E3-B6B0-9C23B5CC1964","6CC2F1A6-9C53-4980-80E4-0167A10F9942","95406291-4689-49C6-ADE6-C2C642AC0B5C","33084DB2-FE6B-44DA-AF4A-5C017450FC97","46D25FF6-F6EA-49A2-B643-59628686B2DC","9648CC00-8E9E-4911-A41B-46CED518B0D3","E1275348-0270-4F01-BE65-8C80AC5A5588","734AED0F-F7BE-44E8-92CE-86F1AE7F6D55","42AD8A44-C2B7-462F-89AE-4AE94C29A9D5","9548995B-025B-42CC-9DC4-44999A80E52F","0AA45256-249A-420C-A183-0A3BE69F95C6","3FF6DBA9-F3C1-4D0D-999B-981406660635","5BDFFDB8-16A6-4122-8CF6-2EC7C7CFA0DE","F73CBC23-DED8-4667-B4C4-4842BBD64AF5","F4E6EC9B-F4BE-4249-AB50-3EE510BF3ACD","5E0F549D-154A-4598-972D-7FB5D7EB2597","4EFF8DE7-D20D-4C65-B931-9AE67A17ABAD","81382340-4F55-428F-8FA9-23679D643920","12AEE6D1-BD69-4690-84DC-EBFC54F436CF","C434C7E8-49F2-4EDF-AA66-363EDB6AA0F8","EE756834-F5B4-47EB-993C-83C2B8B448FB","3DAC0D13-C416-4EF8-9BA1-62A438291A79"],"partTests":{"__isSmartRef__":true,"id":76152},"_ClipMode":"auto","moved":true,"owner":{"__isSmartRef__":true,"id":365},"layout":{"__isSmartRef__":true,"id":76157},"priorExtent":{"__isSmartRef__":true,"id":76158},"isBeingDragged":false,"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Box"},"2950":{"item":{"__isSmartRef__":true,"id":2951},"parent":null,"depth":0,"submorphs":[{"__isSmartRef__":true,"id":2955},{"__isSmartRef__":true,"id":3028},{"__isSmartRef__":true,"id":3107},{"__isSmartRef__":true,"id":3180},{"__isSmartRef__":true,"id":3259},{"__isSmartRef__":true,"id":3338},{"__isSmartRef__":true,"id":3417},{"__isSmartRef__":true,"id":3496},{"__isSmartRef__":true,"id":3575},{"__isSmartRef__":true,"id":3654},{"__isSmartRef__":true,"id":3733},{"__isSmartRef__":true,"id":3806},{"__isSmartRef__":true,"id":3885},{"__isSmartRef__":true,"id":3964},{"__isSmartRef__":true,"id":4043},{"__isSmartRef__":true,"id":4122},{"__isSmartRef__":true,"id":4201},{"__isSmartRef__":true,"id":4274},{"__isSmartRef__":true,"id":4350},{"__isSmartRef__":true,"id":4423},{"__isSmartRef__":true,"id":4496},{"__isSmartRef__":true,"id":4569},{"__isSmartRef__":true,"id":4642},{"__isSmartRef__":true,"id":4721},{"__isSmartRef__":true,"id":4800},{"__isSmartRef__":true,"id":4879},{"__isSmartRef__":true,"id":4952},{"__isSmartRef__":true,"id":5025},{"__isSmartRef__":true,"id":5100},{"__isSmartRef__":true,"id":5179},{"__isSmartRef__":true,"id":5258},{"__isSmartRef__":true,"id":5337},{"__isSmartRef__":true,"id":5416},{"__isSmartRef__":true,"id":5495},{"__isSmartRef__":true,"id":5574},{"__isSmartRef__":true,"id":5653},{"__isSmartRef__":true,"id":5732},{"__isSmartRef__":true,"id":5805},{"__isSmartRef__":true,"id":5884},{"__isSmartRef__":true,"id":5963},{"__isSmartRef__":true,"id":75904},{"__isSmartRef__":true,"id":75985}],"scripts":[],"shape":{"__isSmartRef__":true,"id":76073},"derivationIds":[null,"01A6356E-C15D-4F8D-BBB6-8680B231177D","8C1A96D3-6843-4386-9FC2-67909491ADEA","B85242E4-52C0-4A2B-9704-D5973B5BE1FE","8674A527-60C2-400B-82C8-B9209A0E288F","A851FE58-8397-4F98-BAE6-339C4926C930","2F1F744A-AA0E-4AB5-9D27-2EF1599780DD","98C0C210-DC70-452B-B05C-3B97B6CC4501","2D252C30-0809-4CDD-85A6-224D3B4186DC","5D83B1E4-35D8-403E-BABC-68E6E581B41C","48C1E58B-63D5-4C4B-A618-49EC747D4D2A","18F7D7DD-933D-4F14-AD42-27D4E5007E90","C7B88DEE-33BC-4C19-A8CA-C875519F03FB","B9610924-8476-414F-AF8C-4B18464386B1","3CBB6CB7-B377-4C0F-8906-7D0EBB8C1EB9","4EB0E124-3A4F-4BAB-ADCC-90E994E6F063","2248AE83-905F-4289-9C28-C08A0CE81D44","6722763D-AF2A-4186-AC25-1BCFCDD5D86F","3CC06143-943E-49E6-BBEF-094170056209","81130FBB-61ED-4567-BF03-7DA1DF84A8B8","445967DD-B3DE-4549-925F-75F5850757D7","FB1B17A2-78E6-46AD-B956-557B044AFE3F","BC5F0D9A-7059-4A21-B6D5-FD24FD58EB94","B57AF529-0187-4F02-8B37-5C01BCE44F88","D8021CB8-17EB-4641-A33A-60581D80E90A","48211CBE-B665-47DE-8B09-EA18C5A80082","0963EBD4-CBC3-47DD-AAFD-1329BF14A381","A5F36FD3-A2CC-4060-9A35-17A942EE2967","CB01C699-0407-4F5A-8D3C-2CDE89925CAB"],"id":"EBC8B7C3-6FC5-40C9-BE03-9A3A624D3EC2","renderContextTable":{"__isSmartRef__":true,"id":76080},"eventHandler":{"__isSmartRef__":true,"id":76081},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":76082},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":76085},"draggingEnabled":false,"dragAndDrop":true,"childNodes":[{"__isSmartRef__":true,"id":2955},{"__isSmartRef__":true,"id":3028},{"__isSmartRef__":true,"id":3107},{"__isSmartRef__":true,"id":3180},{"__isSmartRef__":true,"id":3259},{"__isSmartRef__":true,"id":3338},{"__isSmartRef__":true,"id":3417},{"__isSmartRef__":true,"id":3496},{"__isSmartRef__":true,"id":3575},{"__isSmartRef__":true,"id":3654},{"__isSmartRef__":true,"id":3733},{"__isSmartRef__":true,"id":3806},{"__isSmartRef__":true,"id":3885},{"__isSmartRef__":true,"id":3964},{"__isSmartRef__":true,"id":4043},{"__isSmartRef__":true,"id":4122},{"__isSmartRef__":true,"id":4201},{"__isSmartRef__":true,"id":4274},{"__isSmartRef__":true,"id":4350},{"__isSmartRef__":true,"id":4423},{"__isSmartRef__":true,"id":4496},{"__isSmartRef__":true,"id":4569},{"__isSmartRef__":true,"id":4642},{"__isSmartRef__":true,"id":4721},{"__isSmartRef__":true,"id":4800},{"__isSmartRef__":true,"id":4879},{"__isSmartRef__":true,"id":4952},{"__isSmartRef__":true,"id":5025},{"__isSmartRef__":true,"id":5100},{"__isSmartRef__":true,"id":5179},{"__isSmartRef__":true,"id":5258},{"__isSmartRef__":true,"id":5337},{"__isSmartRef__":true,"id":5416},{"__isSmartRef__":true,"id":5495},{"__isSmartRef__":true,"id":5574},{"__isSmartRef__":true,"id":5653},{"__isSmartRef__":true,"id":5732},{"__isSmartRef__":true,"id":5805},{"__isSmartRef__":true,"id":5884},{"__isSmartRef__":true,"id":5963},{"__isSmartRef__":true,"id":75904},{"__isSmartRef__":true,"id":75985}],"icon":{"__isSmartRef__":true,"id":76086},"label":{"__isSmartRef__":true,"id":76098},"owner":{"__isSmartRef__":true,"id":2949},"_Position":{"__isSmartRef__":true,"id":76122},"isBeingDragged":false,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"name":"ObjectInspectorTree","__SourceModuleName__":"Global.lively.morphic.Widgets","node":null,"showMoreNode":null,"_Rotation":0,"_Scale":0.996005996001,"partsBinMetaInfo":{"__isSmartRef__":true,"id":76123},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":76124},"__LivelyClassName__":"lively.morphic.Tree"},"2951":{"data":{"__isSmartRef__":true,"id":383},"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":2952},"description":"ObjectEditor2","children":[{"__isSmartRef__":true,"id":2953},{"__isSmartRef__":true,"id":3026},{"__isSmartRef__":true,"id":3105},{"__isSmartRef__":true,"id":3178},{"__isSmartRef__":true,"id":3257},{"__isSmartRef__":true,"id":3336},{"__isSmartRef__":true,"id":3415},{"__isSmartRef__":true,"id":3494},{"__isSmartRef__":true,"id":3573},{"__isSmartRef__":true,"id":3652},{"__isSmartRef__":true,"id":3731},{"__isSmartRef__":true,"id":3804},{"__isSmartRef__":true,"id":3883},{"__isSmartRef__":true,"id":3962},{"__isSmartRef__":true,"id":4041},{"__isSmartRef__":true,"id":4120},{"__isSmartRef__":true,"id":4199},{"__isSmartRef__":true,"id":4272},{"__isSmartRef__":true,"id":4348},{"__isSmartRef__":true,"id":4421},{"__isSmartRef__":true,"id":4494},{"__isSmartRef__":true,"id":4567},{"__isSmartRef__":true,"id":4640},{"__isSmartRef__":true,"id":4719},{"__isSmartRef__":true,"id":4798},{"__isSmartRef__":true,"id":4877},{"__isSmartRef__":true,"id":4950},{"__isSmartRef__":true,"id":5023},{"__isSmartRef__":true,"id":5098},{"__isSmartRef__":true,"id":5177},{"__isSmartRef__":true,"id":5256},{"__isSmartRef__":true,"id":5335},{"__isSmartRef__":true,"id":5414},{"__isSmartRef__":true,"id":5493},{"__isSmartRef__":true,"id":5572},{"__isSmartRef__":true,"id":5651},{"__isSmartRef__":true,"id":5730},{"__isSmartRef__":true,"id":5803},{"__isSmartRef__":true,"id":5882},{"__isSmartRef__":true,"id":5961},{"__isSmartRef__":true,"id":6040},{"__isSmartRef__":true,"id":75981}],"attributeConnections":[{"__isSmartRef__":true,"id":76059}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":76060}},"2952":{"":{"__isSmartRef__":true,"id":383}},"2953":{"data":true,"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"LK2","description":"true","attributeConnections":[{"__isSmartRef__":true,"id":2954}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3019}},"2954":{"sourceObj":{"__isSmartRef__":true,"id":2953},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":2955},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2955":{"item":{"__isSmartRef__":true,"id":2953},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":2956}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3006},"derivationIds":[null],"id":"1D6EC815-95A3-4719-B918-6DDB267E35FB","renderContextTable":{"__isSmartRef__":true,"id":3012},"eventHandler":{"__isSmartRef__":true,"id":3013},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":3014},"layout":{"__isSmartRef__":true,"id":3015},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":3018},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":2957},"label":{"__isSmartRef__":true,"id":2976},"node":{"__isSmartRef__":true,"id":2956},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"2956":{"submorphs":[{"__isSmartRef__":true,"id":2957},{"__isSmartRef__":true,"id":2976}],"scripts":[],"shape":{"__isSmartRef__":true,"id":2995},"derivationIds":[null],"id":"ADA0D5BD-8165-4DBB-AEC9-4A51791188BB","renderContextTable":{"__isSmartRef__":true,"id":3000},"eventHandler":{"__isSmartRef__":true,"id":3001},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":3002},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":3003},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":2955},"priorExtent":{"__isSmartRef__":true,"id":3005},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"2957":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2958},"derivationIds":[null],"id":"751F9F4C-A086-43DD-901F-52AD1A315A00","renderContextTable":{"__isSmartRef__":true,"id":2962},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":2963}],"eventHandler":{"__isSmartRef__":true,"id":2965},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":2956},"_Position":{"__isSmartRef__":true,"id":2966},"priorExtent":{"__isSmartRef__":true,"id":2967},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2968},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2958":{"_Position":{"__isSmartRef__":true,"id":2959},"renderContextTable":{"__isSmartRef__":true,"id":2960},"_Extent":{"__isSmartRef__":true,"id":2961},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-751f9f4c-a086-43dd-901f-52ad1a315a00","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"2959":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2960":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"2961":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2962":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"2963":{"style":{"__isSmartRef__":true,"id":2964},"chunkOwner":{"__isSmartRef__":true,"id":2957},"storedString":"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2964":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2965":{"morph":{"__isSmartRef__":true,"id":2957},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2966":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2967":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2968":{"onMouseDown":{"__isSmartRef__":true,"id":2969}},"2969":{"varMapping":{"__isSmartRef__":true,"id":2970},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2975},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2970":{"this":{"__isSmartRef__":true,"id":2957},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2971}},"2971":{"$super":{"__isSmartRef__":true,"id":2972}},"2972":{"varMapping":{"__isSmartRef__":true,"id":2973},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2974},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2973":{"obj":{"__isSmartRef__":true,"id":2957},"name":"onMouseDown"},"2974":{},"2975":{},"2976":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2977},"derivationIds":[null],"id":"A2AFCD2A-50F8-42F0-8246-8B64B3A0B387","renderContextTable":{"__isSmartRef__":true,"id":2981},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":2982}],"eventHandler":{"__isSmartRef__":true,"id":2984},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":2956},"_Position":{"__isSmartRef__":true,"id":2985},"priorExtent":{"__isSmartRef__":true,"id":2986},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2987},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2977":{"_Position":{"__isSmartRef__":true,"id":2978},"renderContextTable":{"__isSmartRef__":true,"id":2979},"_Extent":{"__isSmartRef__":true,"id":2980},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-a2afcd2a-50f8-42f0-8246-8b64b3a0b387","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"2978":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2979":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"2980":{"x":62,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2981":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"2982":{"style":{"__isSmartRef__":true,"id":2983},"chunkOwner":{"__isSmartRef__":true,"id":2976},"storedString":"LK2 true","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2983":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2984":{"morph":{"__isSmartRef__":true,"id":2976},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2985":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2986":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2987":{"onMouseDown":{"__isSmartRef__":true,"id":2988}},"2988":{"varMapping":{"__isSmartRef__":true,"id":2989},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2994},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2989":{"this":{"__isSmartRef__":true,"id":2976},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2990}},"2990":{"$super":{"__isSmartRef__":true,"id":2991}},"2991":{"varMapping":{"__isSmartRef__":true,"id":2992},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2993},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2992":{"obj":{"__isSmartRef__":true,"id":2976},"name":"onMouseDown"},"2993":{},"2994":{},"2995":{"_Position":{"__isSmartRef__":true,"id":2996},"renderContextTable":{"__isSmartRef__":true,"id":2997},"_Extent":{"__isSmartRef__":true,"id":2998},"_Padding":{"__isSmartRef__":true,"id":2999},"_NodeClass":["morph","box"],"_NodeId":"morph-ada0d5bd-8165-4dbb-aec9-4a51791188bb","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"2996":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2997":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"2998":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2999":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3000":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"3001":{"morph":{"__isSmartRef__":true,"id":2956},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3002":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3003":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":3004}},"3004":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":2956},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"3005":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3006":{"_Position":{"__isSmartRef__":true,"id":3007},"renderContextTable":{"__isSmartRef__":true,"id":3008},"_Extent":{"__isSmartRef__":true,"id":3009},"_Padding":{"__isSmartRef__":true,"id":3010},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-1d6ec815-95a3-4719-b918-6ddb267e35fb","_Fill":{"__isSmartRef__":true,"id":3011},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3007":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3008":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3009":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3010":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3011":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3012":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"3013":{"morph":{"__isSmartRef__":true,"id":2955},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3014":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3015":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":3016}},"3016":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":3017},"spacing":0,"container":{"__isSmartRef__":true,"id":2955},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"3017":{"top":0,"right":0,"bottom":0,"left":0},"3018":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3019":{"onSelect":{"__isSmartRef__":true,"id":3020},"onUpdate":{"__isSmartRef__":true,"id":3023}},"3020":{"varMapping":{"__isSmartRef__":true,"id":3021},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":3022},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3021":{"this":{"__isSmartRef__":true,"id":2953}},"3022":{},"3023":{"varMapping":{"__isSmartRef__":true,"id":3024},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":3025},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3024":{"this":{"__isSmartRef__":true,"id":2953}},"3025":{},"3026":{"data":[],"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"attributeConnections","description":"[]","children":[],"attributeConnections":[{"__isSmartRef__":true,"id":3027}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3092}},"3027":{"sourceObj":{"__isSmartRef__":true,"id":3026},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":3028},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"3028":{"item":{"__isSmartRef__":true,"id":3026},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":3029}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3079},"derivationIds":[null],"id":"1179624D-D35C-458B-82A3-A4D66E022E41","renderContextTable":{"__isSmartRef__":true,"id":3085},"eventHandler":{"__isSmartRef__":true,"id":3086},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":3087},"layout":{"__isSmartRef__":true,"id":3088},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":3091},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":3030},"label":{"__isSmartRef__":true,"id":3049},"node":{"__isSmartRef__":true,"id":3029},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"3029":{"submorphs":[{"__isSmartRef__":true,"id":3030},{"__isSmartRef__":true,"id":3049}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3068},"derivationIds":[null],"id":"09442681-2075-419F-86B2-1AA650D6D707","renderContextTable":{"__isSmartRef__":true,"id":3073},"eventHandler":{"__isSmartRef__":true,"id":3074},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":3075},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":3076},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":3028},"priorExtent":{"__isSmartRef__":true,"id":3078},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"3030":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3031},"derivationIds":[null],"id":"F0A93C3E-AB93-40F2-8AE1-0B2576F56187","renderContextTable":{"__isSmartRef__":true,"id":3035},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":3036}],"eventHandler":{"__isSmartRef__":true,"id":3038},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":3029},"_Position":{"__isSmartRef__":true,"id":3039},"priorExtent":{"__isSmartRef__":true,"id":3040},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3041},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3031":{"_Position":{"__isSmartRef__":true,"id":3032},"renderContextTable":{"__isSmartRef__":true,"id":3033},"_Extent":{"__isSmartRef__":true,"id":3034},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-f0a93c3e-ab93-40f2-8ae1-0b2576f56187","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3032":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3033":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3034":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3035":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"3036":{"style":{"__isSmartRef__":true,"id":3037},"chunkOwner":{"__isSmartRef__":true,"id":3030},"storedString":"►","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3037":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3038":{"morph":{"__isSmartRef__":true,"id":3030},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3039":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3040":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3041":{"onMouseDown":{"__isSmartRef__":true,"id":3042}},"3042":{"varMapping":{"__isSmartRef__":true,"id":3043},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3048},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3043":{"this":{"__isSmartRef__":true,"id":3030},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3044}},"3044":{"$super":{"__isSmartRef__":true,"id":3045}},"3045":{"varMapping":{"__isSmartRef__":true,"id":3046},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3047},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3046":{"obj":{"__isSmartRef__":true,"id":3030},"name":"onMouseDown"},"3047":{},"3048":{},"3049":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3050},"derivationIds":[null],"id":"0D572B87-DF64-41C5-A7D9-5D79D206DAFB","renderContextTable":{"__isSmartRef__":true,"id":3054},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":3055}],"eventHandler":{"__isSmartRef__":true,"id":3057},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":3029},"_Position":{"__isSmartRef__":true,"id":3058},"priorExtent":{"__isSmartRef__":true,"id":3059},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3060},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3050":{"_Position":{"__isSmartRef__":true,"id":3051},"renderContextTable":{"__isSmartRef__":true,"id":3052},"_Extent":{"__isSmartRef__":true,"id":3053},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-0d572b87-df64-41c5-a7d9-5d79d206dafb","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3051":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3052":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3053":{"x":148,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3054":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"3055":{"style":{"__isSmartRef__":true,"id":3056},"chunkOwner":{"__isSmartRef__":true,"id":3049},"storedString":"attributeConnections []","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3056":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3057":{"morph":{"__isSmartRef__":true,"id":3049},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3058":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3059":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3060":{"onMouseDown":{"__isSmartRef__":true,"id":3061}},"3061":{"varMapping":{"__isSmartRef__":true,"id":3062},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3067},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3062":{"this":{"__isSmartRef__":true,"id":3049},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3063}},"3063":{"$super":{"__isSmartRef__":true,"id":3064}},"3064":{"varMapping":{"__isSmartRef__":true,"id":3065},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3066},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3065":{"obj":{"__isSmartRef__":true,"id":3049},"name":"onMouseDown"},"3066":{},"3067":{},"3068":{"_Position":{"__isSmartRef__":true,"id":3069},"renderContextTable":{"__isSmartRef__":true,"id":3070},"_Extent":{"__isSmartRef__":true,"id":3071},"_Padding":{"__isSmartRef__":true,"id":3072},"_NodeClass":["morph","box"],"_NodeId":"morph-09442681-2075-419f-86b2-1aa650d6d707","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3069":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3070":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3071":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3072":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3073":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"3074":{"morph":{"__isSmartRef__":true,"id":3029},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3075":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3076":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":3077}},"3077":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":3029},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"3078":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3079":{"_Position":{"__isSmartRef__":true,"id":3080},"renderContextTable":{"__isSmartRef__":true,"id":3081},"_Extent":{"__isSmartRef__":true,"id":3082},"_Padding":{"__isSmartRef__":true,"id":3083},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-1179624d-d35c-458b-82a3-a4d66e022e41","_Fill":{"__isSmartRef__":true,"id":3084},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3080":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3081":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3082":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3083":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3084":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3085":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"3086":{"morph":{"__isSmartRef__":true,"id":3028},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3087":{"x":0,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3088":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":3089}},"3089":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":3090},"spacing":0,"container":{"__isSmartRef__":true,"id":3028},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"3090":{"top":0,"right":0,"bottom":0,"left":0},"3091":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3092":{"onSelect":{"__isSmartRef__":true,"id":3093},"onExpand":{"__isSmartRef__":true,"id":3096},"onUpdateChildren":{"__isSmartRef__":true,"id":3099},"onUpdate":{"__isSmartRef__":true,"id":3102}},"3093":{"varMapping":{"__isSmartRef__":true,"id":3094},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":3095},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3094":{"this":{"__isSmartRef__":true,"id":3026}},"3095":{},"3096":{"varMapping":{"__isSmartRef__":true,"id":3097},"source":"function onExpand() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":3098},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3097":{"this":{"__isSmartRef__":true,"id":3026}},"3098":{},"3099":{"varMapping":{"__isSmartRef__":true,"id":3100},"source":"function onUpdateChildren() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":3101},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3100":{"this":{"__isSmartRef__":true,"id":3026}},"3101":{},"3102":{"varMapping":{"__isSmartRef__":true,"id":3103},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":3104},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3103":{"this":{"__isSmartRef__":true,"id":3026}},"3104":{},"3105":{"data":false,"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"cameForward","description":"false","attributeConnections":[{"__isSmartRef__":true,"id":3106}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3171}},"3106":{"sourceObj":{"__isSmartRef__":true,"id":3105},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":3107},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"3107":{"item":{"__isSmartRef__":true,"id":3105},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":3108}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3158},"derivationIds":[null],"id":"54B536E0-D26F-428F-9FE1-711148058E02","renderContextTable":{"__isSmartRef__":true,"id":3164},"eventHandler":{"__isSmartRef__":true,"id":3165},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":3166},"layout":{"__isSmartRef__":true,"id":3167},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":3170},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":3109},"label":{"__isSmartRef__":true,"id":3128},"node":{"__isSmartRef__":true,"id":3108},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"3108":{"submorphs":[{"__isSmartRef__":true,"id":3109},{"__isSmartRef__":true,"id":3128}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3147},"derivationIds":[null],"id":"D605A108-1F3C-411F-AE6B-52C331D67FF7","renderContextTable":{"__isSmartRef__":true,"id":3152},"eventHandler":{"__isSmartRef__":true,"id":3153},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":3154},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":3155},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":3107},"priorExtent":{"__isSmartRef__":true,"id":3157},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"3109":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3110},"derivationIds":[null],"id":"965AE594-14E6-4A13-9AAD-9BB8C11BB014","renderContextTable":{"__isSmartRef__":true,"id":3114},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":3115}],"eventHandler":{"__isSmartRef__":true,"id":3117},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":3108},"_Position":{"__isSmartRef__":true,"id":3118},"priorExtent":{"__isSmartRef__":true,"id":3119},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3120},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3110":{"_Position":{"__isSmartRef__":true,"id":3111},"renderContextTable":{"__isSmartRef__":true,"id":3112},"_Extent":{"__isSmartRef__":true,"id":3113},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-965ae594-14e6-4a13-9aad-9bb8c11bb014","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3111":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3112":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3113":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3114":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"3115":{"style":{"__isSmartRef__":true,"id":3116},"chunkOwner":{"__isSmartRef__":true,"id":3109},"storedString":"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3116":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3117":{"morph":{"__isSmartRef__":true,"id":3109},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3118":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3119":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3120":{"onMouseDown":{"__isSmartRef__":true,"id":3121}},"3121":{"varMapping":{"__isSmartRef__":true,"id":3122},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3127},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3122":{"this":{"__isSmartRef__":true,"id":3109},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3123}},"3123":{"$super":{"__isSmartRef__":true,"id":3124}},"3124":{"varMapping":{"__isSmartRef__":true,"id":3125},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3126},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3125":{"obj":{"__isSmartRef__":true,"id":3109},"name":"onMouseDown"},"3126":{},"3127":{},"3128":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3129},"derivationIds":[null],"id":"F08AB9CA-B2C0-4AF6-B012-F8CF0015C59A","renderContextTable":{"__isSmartRef__":true,"id":3133},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":3134}],"eventHandler":{"__isSmartRef__":true,"id":3136},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":3108},"_Position":{"__isSmartRef__":true,"id":3137},"priorExtent":{"__isSmartRef__":true,"id":3138},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3139},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3129":{"_Position":{"__isSmartRef__":true,"id":3130},"renderContextTable":{"__isSmartRef__":true,"id":3131},"_Extent":{"__isSmartRef__":true,"id":3132},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-f08ab9ca-b2c0-4af6-b012-f8cf0015c59a","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3130":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3131":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3132":{"x":129,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3133":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"3134":{"style":{"__isSmartRef__":true,"id":3135},"chunkOwner":{"__isSmartRef__":true,"id":3128},"storedString":"cameForward false","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3135":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3136":{"morph":{"__isSmartRef__":true,"id":3128},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3137":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3138":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3139":{"onMouseDown":{"__isSmartRef__":true,"id":3140}},"3140":{"varMapping":{"__isSmartRef__":true,"id":3141},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3146},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3141":{"this":{"__isSmartRef__":true,"id":3128},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3142}},"3142":{"$super":{"__isSmartRef__":true,"id":3143}},"3143":{"varMapping":{"__isSmartRef__":true,"id":3144},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3145},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3144":{"obj":{"__isSmartRef__":true,"id":3128},"name":"onMouseDown"},"3145":{},"3146":{},"3147":{"_Position":{"__isSmartRef__":true,"id":3148},"renderContextTable":{"__isSmartRef__":true,"id":3149},"_Extent":{"__isSmartRef__":true,"id":3150},"_Padding":{"__isSmartRef__":true,"id":3151},"_NodeClass":["morph","box"],"_NodeId":"morph-d605a108-1f3c-411f-ae6b-52c331d67ff7","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3148":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3149":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3150":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3151":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3152":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"3153":{"morph":{"__isSmartRef__":true,"id":3108},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3154":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3155":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":3156}},"3156":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":3108},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"3157":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3158":{"_Position":{"__isSmartRef__":true,"id":3159},"renderContextTable":{"__isSmartRef__":true,"id":3160},"_Extent":{"__isSmartRef__":true,"id":3161},"_Padding":{"__isSmartRef__":true,"id":3162},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-54b536e0-d26f-428f-9fe1-711148058e02","_Fill":{"__isSmartRef__":true,"id":3163},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3159":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3160":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3161":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3162":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3163":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3164":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"3165":{"morph":{"__isSmartRef__":true,"id":3107},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3166":{"x":0,"y":40,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3167":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":3168}},"3168":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":3169},"spacing":0,"container":{"__isSmartRef__":true,"id":3107},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"3169":{"top":0,"right":0,"bottom":0,"left":0},"3170":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3171":{"onSelect":{"__isSmartRef__":true,"id":3172},"onUpdate":{"__isSmartRef__":true,"id":3175}},"3172":{"varMapping":{"__isSmartRef__":true,"id":3173},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":3174},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3173":{"this":{"__isSmartRef__":true,"id":3105}},"3174":{},"3175":{"varMapping":{"__isSmartRef__":true,"id":3176},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":3177},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3176":{"this":{"__isSmartRef__":true,"id":3105}},"3177":{},"3178":{"data":{"__isSmartRef__":true,"id":2797},"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"collapsedExtent","description":"Point","children":[],"attributeConnections":[{"__isSmartRef__":true,"id":3179}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3244}},"3179":{"sourceObj":{"__isSmartRef__":true,"id":3178},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":3180},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"3180":{"item":{"__isSmartRef__":true,"id":3178},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":3181}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3231},"derivationIds":[null],"id":"7E87C800-6F6F-4163-ACF8-8E947011A95A","renderContextTable":{"__isSmartRef__":true,"id":3237},"eventHandler":{"__isSmartRef__":true,"id":3238},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":3239},"layout":{"__isSmartRef__":true,"id":3240},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":3243},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":3182},"label":{"__isSmartRef__":true,"id":3201},"node":{"__isSmartRef__":true,"id":3181},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"3181":{"submorphs":[{"__isSmartRef__":true,"id":3182},{"__isSmartRef__":true,"id":3201}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3220},"derivationIds":[null],"id":"7DC983C4-CDD4-4854-94F6-AF04295D91A7","renderContextTable":{"__isSmartRef__":true,"id":3225},"eventHandler":{"__isSmartRef__":true,"id":3226},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":3227},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":3228},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":3180},"priorExtent":{"__isSmartRef__":true,"id":3230},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"3182":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3183},"derivationIds":[null],"id":"C7126503-B5A1-4E85-81EE-E5E911246542","renderContextTable":{"__isSmartRef__":true,"id":3187},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":3188}],"eventHandler":{"__isSmartRef__":true,"id":3190},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":3181},"_Position":{"__isSmartRef__":true,"id":3191},"priorExtent":{"__isSmartRef__":true,"id":3192},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3193},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3183":{"_Position":{"__isSmartRef__":true,"id":3184},"renderContextTable":{"__isSmartRef__":true,"id":3185},"_Extent":{"__isSmartRef__":true,"id":3186},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-c7126503-b5a1-4e85-81ee-e5e911246542","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3184":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3185":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3186":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3187":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"3188":{"style":{"__isSmartRef__":true,"id":3189},"chunkOwner":{"__isSmartRef__":true,"id":3182},"storedString":"►","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3189":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3190":{"morph":{"__isSmartRef__":true,"id":3182},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3191":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3192":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3193":{"onMouseDown":{"__isSmartRef__":true,"id":3194}},"3194":{"varMapping":{"__isSmartRef__":true,"id":3195},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3200},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3195":{"this":{"__isSmartRef__":true,"id":3182},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3196}},"3196":{"$super":{"__isSmartRef__":true,"id":3197}},"3197":{"varMapping":{"__isSmartRef__":true,"id":3198},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3199},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3198":{"obj":{"__isSmartRef__":true,"id":3182},"name":"onMouseDown"},"3199":{},"3200":{},"3201":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3202},"derivationIds":[null],"id":"4EF5021D-CA77-424A-9203-88DE28D9E6CD","renderContextTable":{"__isSmartRef__":true,"id":3206},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":3207}],"eventHandler":{"__isSmartRef__":true,"id":3209},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":3181},"_Position":{"__isSmartRef__":true,"id":3210},"priorExtent":{"__isSmartRef__":true,"id":3211},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3212},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3202":{"_Position":{"__isSmartRef__":true,"id":3203},"renderContextTable":{"__isSmartRef__":true,"id":3204},"_Extent":{"__isSmartRef__":true,"id":3205},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-4ef5021d-ca77-424a-9203-88de28d9e6cd","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3203":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3204":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3205":{"x":142,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3206":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"3207":{"style":{"__isSmartRef__":true,"id":3208},"chunkOwner":{"__isSmartRef__":true,"id":3201},"storedString":"collapsedExtent Point","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3208":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3209":{"morph":{"__isSmartRef__":true,"id":3201},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3210":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3211":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3212":{"onMouseDown":{"__isSmartRef__":true,"id":3213}},"3213":{"varMapping":{"__isSmartRef__":true,"id":3214},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3219},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3214":{"this":{"__isSmartRef__":true,"id":3201},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3215}},"3215":{"$super":{"__isSmartRef__":true,"id":3216}},"3216":{"varMapping":{"__isSmartRef__":true,"id":3217},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3218},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3217":{"obj":{"__isSmartRef__":true,"id":3201},"name":"onMouseDown"},"3218":{},"3219":{},"3220":{"_Position":{"__isSmartRef__":true,"id":3221},"renderContextTable":{"__isSmartRef__":true,"id":3222},"_Extent":{"__isSmartRef__":true,"id":3223},"_Padding":{"__isSmartRef__":true,"id":3224},"_NodeClass":["morph","box"],"_NodeId":"morph-7dc983c4-cdd4-4854-94f6-af04295d91a7","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3221":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3222":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3223":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3224":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3225":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"3226":{"morph":{"__isSmartRef__":true,"id":3181},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3227":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3228":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":3229}},"3229":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":3181},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"3230":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3231":{"_Position":{"__isSmartRef__":true,"id":3232},"renderContextTable":{"__isSmartRef__":true,"id":3233},"_Extent":{"__isSmartRef__":true,"id":3234},"_Padding":{"__isSmartRef__":true,"id":3235},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-7e87c800-6f6f-4163-acf8-8e947011a95a","_Fill":{"__isSmartRef__":true,"id":3236},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3232":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3233":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3234":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3235":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3236":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3237":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"3238":{"morph":{"__isSmartRef__":true,"id":3180},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3239":{"x":0,"y":60,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3240":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":3241}},"3241":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":3242},"spacing":0,"container":{"__isSmartRef__":true,"id":3180},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"3242":{"top":0,"right":0,"bottom":0,"left":0},"3243":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3244":{"onSelect":{"__isSmartRef__":true,"id":3245},"onExpand":{"__isSmartRef__":true,"id":3248},"onUpdateChildren":{"__isSmartRef__":true,"id":3251},"onUpdate":{"__isSmartRef__":true,"id":3254}},"3245":{"varMapping":{"__isSmartRef__":true,"id":3246},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":3247},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3246":{"this":{"__isSmartRef__":true,"id":3178}},"3247":{},"3248":{"varMapping":{"__isSmartRef__":true,"id":3249},"source":"function onExpand() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":3250},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3249":{"this":{"__isSmartRef__":true,"id":3178}},"3250":{},"3251":{"varMapping":{"__isSmartRef__":true,"id":3252},"source":"function onUpdateChildren() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":3253},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3252":{"this":{"__isSmartRef__":true,"id":3178}},"3253":{},"3254":{"varMapping":{"__isSmartRef__":true,"id":3255},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":3256},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3255":{"this":{"__isSmartRef__":true,"id":3178}},"3256":{},"3257":{"data":{"__isSmartRef__":true,"id":2931},"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"collapsedPosition","description":"Point","children":[],"attributeConnections":[{"__isSmartRef__":true,"id":3258}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3323}},"3258":{"sourceObj":{"__isSmartRef__":true,"id":3257},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":3259},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"3259":{"item":{"__isSmartRef__":true,"id":3257},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":3260}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3310},"derivationIds":[null],"id":"7CE451E4-DF9B-439A-907D-CFBCF63B7F41","renderContextTable":{"__isSmartRef__":true,"id":3316},"eventHandler":{"__isSmartRef__":true,"id":3317},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":3318},"layout":{"__isSmartRef__":true,"id":3319},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":3322},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":3261},"label":{"__isSmartRef__":true,"id":3280},"node":{"__isSmartRef__":true,"id":3260},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"3260":{"submorphs":[{"__isSmartRef__":true,"id":3261},{"__isSmartRef__":true,"id":3280}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3299},"derivationIds":[null],"id":"8483F88F-9AE0-4B04-A3EE-840CAA07AC0E","renderContextTable":{"__isSmartRef__":true,"id":3304},"eventHandler":{"__isSmartRef__":true,"id":3305},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":3306},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":3307},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":3259},"priorExtent":{"__isSmartRef__":true,"id":3309},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"3261":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3262},"derivationIds":[null],"id":"2A1E5AC8-7830-477F-B94C-D2882C6E6718","renderContextTable":{"__isSmartRef__":true,"id":3266},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":3267}],"eventHandler":{"__isSmartRef__":true,"id":3269},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":3260},"_Position":{"__isSmartRef__":true,"id":3270},"priorExtent":{"__isSmartRef__":true,"id":3271},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3272},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3262":{"_Position":{"__isSmartRef__":true,"id":3263},"renderContextTable":{"__isSmartRef__":true,"id":3264},"_Extent":{"__isSmartRef__":true,"id":3265},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-2a1e5ac8-7830-477f-b94c-d2882c6e6718","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3263":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3264":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3265":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3266":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"3267":{"style":{"__isSmartRef__":true,"id":3268},"chunkOwner":{"__isSmartRef__":true,"id":3261},"storedString":"►","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3268":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3269":{"morph":{"__isSmartRef__":true,"id":3261},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3270":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3271":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3272":{"onMouseDown":{"__isSmartRef__":true,"id":3273}},"3273":{"varMapping":{"__isSmartRef__":true,"id":3274},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3279},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3274":{"this":{"__isSmartRef__":true,"id":3261},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3275}},"3275":{"$super":{"__isSmartRef__":true,"id":3276}},"3276":{"varMapping":{"__isSmartRef__":true,"id":3277},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3278},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3277":{"obj":{"__isSmartRef__":true,"id":3261},"name":"onMouseDown"},"3278":{},"3279":{},"3280":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3281},"derivationIds":[null],"id":"40912E2B-FC37-4B67-B449-90CE873801BD","renderContextTable":{"__isSmartRef__":true,"id":3285},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":3286}],"eventHandler":{"__isSmartRef__":true,"id":3288},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":3260},"_Position":{"__isSmartRef__":true,"id":3289},"priorExtent":{"__isSmartRef__":true,"id":3290},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3291},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3281":{"_Position":{"__isSmartRef__":true,"id":3282},"renderContextTable":{"__isSmartRef__":true,"id":3283},"_Extent":{"__isSmartRef__":true,"id":3284},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-40912e2b-fc37-4b67-b449-90ce873801bd","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3282":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3283":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3284":{"x":155,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3285":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"3286":{"style":{"__isSmartRef__":true,"id":3287},"chunkOwner":{"__isSmartRef__":true,"id":3280},"storedString":"collapsedPosition Point","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3287":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3288":{"morph":{"__isSmartRef__":true,"id":3280},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3289":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3290":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3291":{"onMouseDown":{"__isSmartRef__":true,"id":3292}},"3292":{"varMapping":{"__isSmartRef__":true,"id":3293},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3298},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3293":{"this":{"__isSmartRef__":true,"id":3280},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3294}},"3294":{"$super":{"__isSmartRef__":true,"id":3295}},"3295":{"varMapping":{"__isSmartRef__":true,"id":3296},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3297},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3296":{"obj":{"__isSmartRef__":true,"id":3280},"name":"onMouseDown"},"3297":{},"3298":{},"3299":{"_Position":{"__isSmartRef__":true,"id":3300},"renderContextTable":{"__isSmartRef__":true,"id":3301},"_Extent":{"__isSmartRef__":true,"id":3302},"_Padding":{"__isSmartRef__":true,"id":3303},"_NodeClass":["morph","box"],"_NodeId":"morph-8483f88f-9ae0-4b04-a3ee-840caa07ac0e","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3300":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3301":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3302":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3303":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3304":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"3305":{"morph":{"__isSmartRef__":true,"id":3260},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3306":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3307":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":3308}},"3308":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":3260},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"3309":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3310":{"_Position":{"__isSmartRef__":true,"id":3311},"renderContextTable":{"__isSmartRef__":true,"id":3312},"_Extent":{"__isSmartRef__":true,"id":3313},"_Padding":{"__isSmartRef__":true,"id":3314},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-7ce451e4-df9b-439a-907d-cfbcf63b7f41","_Fill":{"__isSmartRef__":true,"id":3315},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3311":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3312":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3313":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3314":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3315":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3316":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"3317":{"morph":{"__isSmartRef__":true,"id":3259},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3318":{"x":0,"y":80,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3319":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":3320}},"3320":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":3321},"spacing":0,"container":{"__isSmartRef__":true,"id":3259},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"3321":{"top":0,"right":0,"bottom":0,"left":0},"3322":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3323":{"onSelect":{"__isSmartRef__":true,"id":3324},"onExpand":{"__isSmartRef__":true,"id":3327},"onUpdateChildren":{"__isSmartRef__":true,"id":3330},"onUpdate":{"__isSmartRef__":true,"id":3333}},"3324":{"varMapping":{"__isSmartRef__":true,"id":3325},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":3326},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3325":{"this":{"__isSmartRef__":true,"id":3257}},"3326":{},"3327":{"varMapping":{"__isSmartRef__":true,"id":3328},"source":"function onExpand() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":3329},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3328":{"this":{"__isSmartRef__":true,"id":3257}},"3329":{},"3330":{"varMapping":{"__isSmartRef__":true,"id":3331},"source":"function onUpdateChildren() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":3332},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3331":{"this":{"__isSmartRef__":true,"id":3257}},"3332":{},"3333":{"varMapping":{"__isSmartRef__":true,"id":3334},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":3335},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3334":{"this":{"__isSmartRef__":true,"id":3257}},"3335":{},"3336":{"data":{"__isSmartRef__":true,"id":2796},"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"collapsedTransform","description":"Similitude","children":[],"attributeConnections":[{"__isSmartRef__":true,"id":3337}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3402}},"3337":{"sourceObj":{"__isSmartRef__":true,"id":3336},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":3338},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"3338":{"item":{"__isSmartRef__":true,"id":3336},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":3339}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3389},"derivationIds":[null],"id":"F3CA0EBC-D509-4138-B484-3FA00D7BDBF8","renderContextTable":{"__isSmartRef__":true,"id":3395},"eventHandler":{"__isSmartRef__":true,"id":3396},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":3397},"layout":{"__isSmartRef__":true,"id":3398},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":3401},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":3340},"label":{"__isSmartRef__":true,"id":3359},"node":{"__isSmartRef__":true,"id":3339},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"3339":{"submorphs":[{"__isSmartRef__":true,"id":3340},{"__isSmartRef__":true,"id":3359}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3378},"derivationIds":[null],"id":"0ACD1E85-1A9B-4184-94E7-1269BE7E5690","renderContextTable":{"__isSmartRef__":true,"id":3383},"eventHandler":{"__isSmartRef__":true,"id":3384},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":3385},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":3386},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":3338},"priorExtent":{"__isSmartRef__":true,"id":3388},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"3340":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3341},"derivationIds":[null],"id":"70281EEE-F54A-4205-AB0B-E4D08835DD95","renderContextTable":{"__isSmartRef__":true,"id":3345},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":3346}],"eventHandler":{"__isSmartRef__":true,"id":3348},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":3339},"_Position":{"__isSmartRef__":true,"id":3349},"priorExtent":{"__isSmartRef__":true,"id":3350},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3351},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3341":{"_Position":{"__isSmartRef__":true,"id":3342},"renderContextTable":{"__isSmartRef__":true,"id":3343},"_Extent":{"__isSmartRef__":true,"id":3344},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-70281eee-f54a-4205-ab0b-e4d08835dd95","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3342":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3343":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3344":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3345":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"3346":{"style":{"__isSmartRef__":true,"id":3347},"chunkOwner":{"__isSmartRef__":true,"id":3340},"storedString":"►","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3347":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3348":{"morph":{"__isSmartRef__":true,"id":3340},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3349":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3350":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3351":{"onMouseDown":{"__isSmartRef__":true,"id":3352}},"3352":{"varMapping":{"__isSmartRef__":true,"id":3353},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3358},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3353":{"this":{"__isSmartRef__":true,"id":3340},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3354}},"3354":{"$super":{"__isSmartRef__":true,"id":3355}},"3355":{"varMapping":{"__isSmartRef__":true,"id":3356},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3357},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3356":{"obj":{"__isSmartRef__":true,"id":3340},"name":"onMouseDown"},"3357":{},"3358":{},"3359":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3360},"derivationIds":[null],"id":"C1C6BE9C-435C-4A61-9B08-48E07B2FCDA6","renderContextTable":{"__isSmartRef__":true,"id":3364},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":3365}],"eventHandler":{"__isSmartRef__":true,"id":3367},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":3339},"_Position":{"__isSmartRef__":true,"id":3368},"priorExtent":{"__isSmartRef__":true,"id":3369},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3370},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3360":{"_Position":{"__isSmartRef__":true,"id":3361},"renderContextTable":{"__isSmartRef__":true,"id":3362},"_Extent":{"__isSmartRef__":true,"id":3363},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-c1c6be9c-435c-4a61-9b08-48e07b2fcda6","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3361":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3362":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3363":{"x":199,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3364":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"3365":{"style":{"__isSmartRef__":true,"id":3366},"chunkOwner":{"__isSmartRef__":true,"id":3359},"storedString":"collapsedTransform Similitude","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3366":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3367":{"morph":{"__isSmartRef__":true,"id":3359},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3368":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3369":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3370":{"onMouseDown":{"__isSmartRef__":true,"id":3371}},"3371":{"varMapping":{"__isSmartRef__":true,"id":3372},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3377},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3372":{"this":{"__isSmartRef__":true,"id":3359},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3373}},"3373":{"$super":{"__isSmartRef__":true,"id":3374}},"3374":{"varMapping":{"__isSmartRef__":true,"id":3375},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3376},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3375":{"obj":{"__isSmartRef__":true,"id":3359},"name":"onMouseDown"},"3376":{},"3377":{},"3378":{"_Position":{"__isSmartRef__":true,"id":3379},"renderContextTable":{"__isSmartRef__":true,"id":3380},"_Extent":{"__isSmartRef__":true,"id":3381},"_Padding":{"__isSmartRef__":true,"id":3382},"_NodeClass":["morph","box"],"_NodeId":"morph-0acd1e85-1a9b-4184-94e7-1269be7e5690","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3379":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3380":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3381":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3382":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3383":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"3384":{"morph":{"__isSmartRef__":true,"id":3339},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3385":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3386":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":3387}},"3387":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":3339},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"3388":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3389":{"_Position":{"__isSmartRef__":true,"id":3390},"renderContextTable":{"__isSmartRef__":true,"id":3391},"_Extent":{"__isSmartRef__":true,"id":3392},"_Padding":{"__isSmartRef__":true,"id":3393},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-f3ca0ebc-d509-4138-b484-3fa00d7bdbf8","_Fill":{"__isSmartRef__":true,"id":3394},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3390":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3391":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3392":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3393":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3394":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3395":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"3396":{"morph":{"__isSmartRef__":true,"id":3338},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3397":{"x":0,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3398":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":3399}},"3399":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":3400},"spacing":0,"container":{"__isSmartRef__":true,"id":3338},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"3400":{"top":0,"right":0,"bottom":0,"left":0},"3401":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3402":{"onSelect":{"__isSmartRef__":true,"id":3403},"onExpand":{"__isSmartRef__":true,"id":3406},"onUpdateChildren":{"__isSmartRef__":true,"id":3409},"onUpdate":{"__isSmartRef__":true,"id":3412}},"3403":{"varMapping":{"__isSmartRef__":true,"id":3404},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":3405},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3404":{"this":{"__isSmartRef__":true,"id":3336}},"3405":{},"3406":{"varMapping":{"__isSmartRef__":true,"id":3407},"source":"function onExpand() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":3408},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3407":{"this":{"__isSmartRef__":true,"id":3336}},"3408":{},"3409":{"varMapping":{"__isSmartRef__":true,"id":3410},"source":"function onUpdateChildren() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":3411},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3410":{"this":{"__isSmartRef__":true,"id":3336}},"3411":{},"3412":{"varMapping":{"__isSmartRef__":true,"id":3413},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":3414},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3413":{"this":{"__isSmartRef__":true,"id":3336}},"3414":{},"3415":{"data":{"__isSmartRef__":true,"id":2795},"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"contentOffset","description":"Point","children":[],"attributeConnections":[{"__isSmartRef__":true,"id":3416}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3481}},"3416":{"sourceObj":{"__isSmartRef__":true,"id":3415},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":3417},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"3417":{"item":{"__isSmartRef__":true,"id":3415},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":3418}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3468},"derivationIds":[null],"id":"E8DD41E9-015B-4670-A0A3-7EFD9C68971F","renderContextTable":{"__isSmartRef__":true,"id":3474},"eventHandler":{"__isSmartRef__":true,"id":3475},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":3476},"layout":{"__isSmartRef__":true,"id":3477},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":3480},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":3419},"label":{"__isSmartRef__":true,"id":3438},"node":{"__isSmartRef__":true,"id":3418},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"3418":{"submorphs":[{"__isSmartRef__":true,"id":3419},{"__isSmartRef__":true,"id":3438}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3457},"derivationIds":[null],"id":"6961A270-0F67-470F-9B28-9A12A91511B4","renderContextTable":{"__isSmartRef__":true,"id":3462},"eventHandler":{"__isSmartRef__":true,"id":3463},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":3464},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":3465},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":3417},"priorExtent":{"__isSmartRef__":true,"id":3467},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"3419":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3420},"derivationIds":[null],"id":"270E0673-B3F1-48CF-9915-7E7DBA534663","renderContextTable":{"__isSmartRef__":true,"id":3424},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":3425}],"eventHandler":{"__isSmartRef__":true,"id":3427},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":3418},"_Position":{"__isSmartRef__":true,"id":3428},"priorExtent":{"__isSmartRef__":true,"id":3429},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3430},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3420":{"_Position":{"__isSmartRef__":true,"id":3421},"renderContextTable":{"__isSmartRef__":true,"id":3422},"_Extent":{"__isSmartRef__":true,"id":3423},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-270e0673-b3f1-48cf-9915-7e7dba534663","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3421":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3422":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3423":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3424":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"3425":{"style":{"__isSmartRef__":true,"id":3426},"chunkOwner":{"__isSmartRef__":true,"id":3419},"storedString":"►","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3426":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3427":{"morph":{"__isSmartRef__":true,"id":3419},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3428":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3429":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3430":{"onMouseDown":{"__isSmartRef__":true,"id":3431}},"3431":{"varMapping":{"__isSmartRef__":true,"id":3432},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3437},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3432":{"this":{"__isSmartRef__":true,"id":3419},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3433}},"3433":{"$super":{"__isSmartRef__":true,"id":3434}},"3434":{"varMapping":{"__isSmartRef__":true,"id":3435},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3436},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3435":{"obj":{"__isSmartRef__":true,"id":3419},"name":"onMouseDown"},"3436":{},"3437":{},"3438":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3439},"derivationIds":[null],"id":"472E80FC-0A24-4D23-8E46-B2B78842EABA","renderContextTable":{"__isSmartRef__":true,"id":3443},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":3444}],"eventHandler":{"__isSmartRef__":true,"id":3446},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":3418},"_Position":{"__isSmartRef__":true,"id":3447},"priorExtent":{"__isSmartRef__":true,"id":3448},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3449},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3439":{"_Position":{"__isSmartRef__":true,"id":3440},"renderContextTable":{"__isSmartRef__":true,"id":3441},"_Extent":{"__isSmartRef__":true,"id":3442},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-472e80fc-0a24-4d23-8e46-b2b78842eaba","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3440":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3441":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3442":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3443":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"3444":{"style":{"__isSmartRef__":true,"id":3445},"chunkOwner":{"__isSmartRef__":true,"id":3438},"storedString":"contentOffset Point","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3445":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3446":{"morph":{"__isSmartRef__":true,"id":3438},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3447":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3448":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3449":{"onMouseDown":{"__isSmartRef__":true,"id":3450}},"3450":{"varMapping":{"__isSmartRef__":true,"id":3451},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3456},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3451":{"this":{"__isSmartRef__":true,"id":3438},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3452}},"3452":{"$super":{"__isSmartRef__":true,"id":3453}},"3453":{"varMapping":{"__isSmartRef__":true,"id":3454},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3455},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3454":{"obj":{"__isSmartRef__":true,"id":3438},"name":"onMouseDown"},"3455":{},"3456":{},"3457":{"_Position":{"__isSmartRef__":true,"id":3458},"renderContextTable":{"__isSmartRef__":true,"id":3459},"_Extent":{"__isSmartRef__":true,"id":3460},"_Padding":{"__isSmartRef__":true,"id":3461},"_NodeClass":["morph","box"],"_NodeId":"morph-6961a270-0f67-470f-9b28-9a12a91511b4","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3458":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3459":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3460":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3461":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3462":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"3463":{"morph":{"__isSmartRef__":true,"id":3418},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3464":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3465":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":3466}},"3466":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":3418},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"3467":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3468":{"_Position":{"__isSmartRef__":true,"id":3469},"renderContextTable":{"__isSmartRef__":true,"id":3470},"_Extent":{"__isSmartRef__":true,"id":3471},"_Padding":{"__isSmartRef__":true,"id":3472},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-e8dd41e9-015b-4670-a0a3-7efd9c68971f","_Fill":{"__isSmartRef__":true,"id":3473},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3469":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3470":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3471":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3472":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3473":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3474":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"3475":{"morph":{"__isSmartRef__":true,"id":3417},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3476":{"x":0,"y":120,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3477":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":3478}},"3478":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":3479},"spacing":0,"container":{"__isSmartRef__":true,"id":3417},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"3479":{"top":0,"right":0,"bottom":0,"left":0},"3480":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3481":{"onSelect":{"__isSmartRef__":true,"id":3482},"onExpand":{"__isSmartRef__":true,"id":3485},"onUpdateChildren":{"__isSmartRef__":true,"id":3488},"onUpdate":{"__isSmartRef__":true,"id":3491}},"3482":{"varMapping":{"__isSmartRef__":true,"id":3483},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":3484},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3483":{"this":{"__isSmartRef__":true,"id":3415}},"3484":{},"3485":{"varMapping":{"__isSmartRef__":true,"id":3486},"source":"function onExpand() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":3487},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3486":{"this":{"__isSmartRef__":true,"id":3415}},"3487":{},"3488":{"varMapping":{"__isSmartRef__":true,"id":3489},"source":"function onUpdateChildren() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":3490},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3489":{"this":{"__isSmartRef__":true,"id":3415}},"3490":{},"3491":{"varMapping":{"__isSmartRef__":true,"id":3492},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":3493},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3492":{"this":{"__isSmartRef__":true,"id":3415}},"3493":{},"3494":{"data":[205,"2951753B-EB95-4093-A0DD-249E83AC2204","A32DE788-E06D-492C-B2E6-19C3710B5AE0","96D56291-98FB-42C4-A247-0A20B4183B14","1E6BCC46-3FE3-4950-AE50-9751458F7E18","22248328-5B04-4E39-ADDE-460C107C790F","2F4F6161-9F4C-469E-AF56-24765FF03B72","88EF08D5-C1E7-4B5B-B393-FFF5921009D7","FF731ED6-5217-4053-9B85-77F1BF344BF3","496332F8-A328-4625-A7D5-0DCE90C3D2AE","E57F1D4E-AE08-4CAA-A62D-4E69FC0BFF47","94783CDE-55B0-4198-8477-C0756F2C812F","F03206B8-2964-470C-A335-FF321C7743E5","C60ABA94-4D2A-4524-9239-9B7EA074A0B5","D3FBB0FA-2BFF-4D8C-9632-41EEEDB053AE","FDF9A68D-1149-4666-9946-600CCA238B76","118B9F76-0089-47CC-9C18-9F9FF646339B","B0FFB231-7805-4F89-B4B3-4ACD87687613","76631A8F-F752-4DB8-93ED-1496BC458DF0","04D3062E-744B-4E3D-8B25-5602772A307B","89687ECD-A53A-4C95-B6E8-235EBB9198E9","0A43B411-B372-494A-9237-1B2F103DEA7F","D84EDE6D-62C6-4772-A606-6D16ECE2EACE","150E9D64-E36F-4F60-B8FB-58C99CC02DB7"],"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"derivationIds","description":"[...]","children":[],"attributeConnections":[{"__isSmartRef__":true,"id":3495}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3560}},"3495":{"sourceObj":{"__isSmartRef__":true,"id":3494},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":3496},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"3496":{"item":{"__isSmartRef__":true,"id":3494},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":3497}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3547},"derivationIds":[null],"id":"91165FC3-8EA3-4E4C-9CED-6881CED5310B","renderContextTable":{"__isSmartRef__":true,"id":3553},"eventHandler":{"__isSmartRef__":true,"id":3554},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":3555},"layout":{"__isSmartRef__":true,"id":3556},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":3559},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":3498},"label":{"__isSmartRef__":true,"id":3517},"node":{"__isSmartRef__":true,"id":3497},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"3497":{"submorphs":[{"__isSmartRef__":true,"id":3498},{"__isSmartRef__":true,"id":3517}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3536},"derivationIds":[null],"id":"7A8203A1-63BE-451A-8C12-C507E49D9AA6","renderContextTable":{"__isSmartRef__":true,"id":3541},"eventHandler":{"__isSmartRef__":true,"id":3542},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":3543},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":3544},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":3496},"priorExtent":{"__isSmartRef__":true,"id":3546},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"3498":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3499},"derivationIds":[null],"id":"5447CE50-7CBE-40AF-B642-7E9C6BC4DA39","renderContextTable":{"__isSmartRef__":true,"id":3503},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":3504}],"eventHandler":{"__isSmartRef__":true,"id":3506},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":3497},"_Position":{"__isSmartRef__":true,"id":3507},"priorExtent":{"__isSmartRef__":true,"id":3508},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3509},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3499":{"_Position":{"__isSmartRef__":true,"id":3500},"renderContextTable":{"__isSmartRef__":true,"id":3501},"_Extent":{"__isSmartRef__":true,"id":3502},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-5447ce50-7cbe-40af-b642-7e9c6bc4da39","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3500":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3501":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3502":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3503":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"3504":{"style":{"__isSmartRef__":true,"id":3505},"chunkOwner":{"__isSmartRef__":true,"id":3498},"storedString":"►","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3505":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3506":{"morph":{"__isSmartRef__":true,"id":3498},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3507":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3508":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3509":{"onMouseDown":{"__isSmartRef__":true,"id":3510}},"3510":{"varMapping":{"__isSmartRef__":true,"id":3511},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3516},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3511":{"this":{"__isSmartRef__":true,"id":3498},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3512}},"3512":{"$super":{"__isSmartRef__":true,"id":3513}},"3513":{"varMapping":{"__isSmartRef__":true,"id":3514},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3515},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3514":{"obj":{"__isSmartRef__":true,"id":3498},"name":"onMouseDown"},"3515":{},"3516":{},"3517":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3518},"derivationIds":[null],"id":"9CC3F6B0-8BCE-42F8-B5F6-2691302B6BA1","renderContextTable":{"__isSmartRef__":true,"id":3522},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":3523}],"eventHandler":{"__isSmartRef__":true,"id":3525},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":3497},"_Position":{"__isSmartRef__":true,"id":3526},"priorExtent":{"__isSmartRef__":true,"id":3527},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3528},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3518":{"_Position":{"__isSmartRef__":true,"id":3519},"renderContextTable":{"__isSmartRef__":true,"id":3520},"_Extent":{"__isSmartRef__":true,"id":3521},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-9cc3f6b0-8bce-42f8-b5f6-2691302b6ba1","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3519":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3520":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3521":{"x":109,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3522":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"3523":{"style":{"__isSmartRef__":true,"id":3524},"chunkOwner":{"__isSmartRef__":true,"id":3517},"storedString":"derivationIds [...]","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3524":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3525":{"morph":{"__isSmartRef__":true,"id":3517},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3526":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3527":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3528":{"onMouseDown":{"__isSmartRef__":true,"id":3529}},"3529":{"varMapping":{"__isSmartRef__":true,"id":3530},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3535},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3530":{"this":{"__isSmartRef__":true,"id":3517},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3531}},"3531":{"$super":{"__isSmartRef__":true,"id":3532}},"3532":{"varMapping":{"__isSmartRef__":true,"id":3533},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3534},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3533":{"obj":{"__isSmartRef__":true,"id":3517},"name":"onMouseDown"},"3534":{},"3535":{},"3536":{"_Position":{"__isSmartRef__":true,"id":3537},"renderContextTable":{"__isSmartRef__":true,"id":3538},"_Extent":{"__isSmartRef__":true,"id":3539},"_Padding":{"__isSmartRef__":true,"id":3540},"_NodeClass":["morph","box"],"_NodeId":"morph-7a8203a1-63be-451a-8c12-c507e49d9aa6","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3537":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3538":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3539":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3540":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3541":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"3542":{"morph":{"__isSmartRef__":true,"id":3497},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3543":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3544":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":3545}},"3545":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":3497},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"3546":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3547":{"_Position":{"__isSmartRef__":true,"id":3548},"renderContextTable":{"__isSmartRef__":true,"id":3549},"_Extent":{"__isSmartRef__":true,"id":3550},"_Padding":{"__isSmartRef__":true,"id":3551},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-91165fc3-8ea3-4e4c-9ced-6881ced5310b","_Fill":{"__isSmartRef__":true,"id":3552},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3548":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3549":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3550":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3551":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3552":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3553":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"3554":{"morph":{"__isSmartRef__":true,"id":3496},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3555":{"x":0,"y":140,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3556":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":3557}},"3557":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":3558},"spacing":0,"container":{"__isSmartRef__":true,"id":3496},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"3558":{"top":0,"right":0,"bottom":0,"left":0},"3559":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3560":{"onSelect":{"__isSmartRef__":true,"id":3561},"onExpand":{"__isSmartRef__":true,"id":3564},"onUpdateChildren":{"__isSmartRef__":true,"id":3567},"onUpdate":{"__isSmartRef__":true,"id":3570}},"3561":{"varMapping":{"__isSmartRef__":true,"id":3562},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":3563},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3562":{"this":{"__isSmartRef__":true,"id":3494}},"3563":{},"3564":{"varMapping":{"__isSmartRef__":true,"id":3565},"source":"function onExpand() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":3566},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3565":{"this":{"__isSmartRef__":true,"id":3494}},"3566":{},"3567":{"varMapping":{"__isSmartRef__":true,"id":3568},"source":"function onUpdateChildren() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":3569},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3568":{"this":{"__isSmartRef__":true,"id":3494}},"3569":{},"3570":{"varMapping":{"__isSmartRef__":true,"id":3571},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":3572},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3571":{"this":{"__isSmartRef__":true,"id":3494}},"3572":{},"3573":{"data":[],"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"doNotCopyProperties","description":"[]","children":[],"attributeConnections":[{"__isSmartRef__":true,"id":3574}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3639}},"3574":{"sourceObj":{"__isSmartRef__":true,"id":3573},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":3575},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"3575":{"item":{"__isSmartRef__":true,"id":3573},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":3576}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3626},"derivationIds":[null],"id":"FEFB5695-EDC2-4399-990E-44772BC3B55A","renderContextTable":{"__isSmartRef__":true,"id":3632},"eventHandler":{"__isSmartRef__":true,"id":3633},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":3634},"layout":{"__isSmartRef__":true,"id":3635},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":3638},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":3577},"label":{"__isSmartRef__":true,"id":3596},"node":{"__isSmartRef__":true,"id":3576},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"3576":{"submorphs":[{"__isSmartRef__":true,"id":3577},{"__isSmartRef__":true,"id":3596}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3615},"derivationIds":[null],"id":"FBBDDCDC-E57C-40D4-BEE8-72C816E521A7","renderContextTable":{"__isSmartRef__":true,"id":3620},"eventHandler":{"__isSmartRef__":true,"id":3621},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":3622},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":3623},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":3575},"priorExtent":{"__isSmartRef__":true,"id":3625},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"3577":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3578},"derivationIds":[null],"id":"BE5A9F24-659D-4AA2-8B82-09453D8C3554","renderContextTable":{"__isSmartRef__":true,"id":3582},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":3583}],"eventHandler":{"__isSmartRef__":true,"id":3585},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":3576},"_Position":{"__isSmartRef__":true,"id":3586},"priorExtent":{"__isSmartRef__":true,"id":3587},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3588},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3578":{"_Position":{"__isSmartRef__":true,"id":3579},"renderContextTable":{"__isSmartRef__":true,"id":3580},"_Extent":{"__isSmartRef__":true,"id":3581},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-be5a9f24-659d-4aa2-8b82-09453d8c3554","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3579":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3580":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3581":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3582":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"3583":{"style":{"__isSmartRef__":true,"id":3584},"chunkOwner":{"__isSmartRef__":true,"id":3577},"storedString":"►","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3584":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3585":{"morph":{"__isSmartRef__":true,"id":3577},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3586":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3587":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3588":{"onMouseDown":{"__isSmartRef__":true,"id":3589}},"3589":{"varMapping":{"__isSmartRef__":true,"id":3590},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3595},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3590":{"this":{"__isSmartRef__":true,"id":3577},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3591}},"3591":{"$super":{"__isSmartRef__":true,"id":3592}},"3592":{"varMapping":{"__isSmartRef__":true,"id":3593},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3594},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3593":{"obj":{"__isSmartRef__":true,"id":3577},"name":"onMouseDown"},"3594":{},"3595":{},"3596":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3597},"derivationIds":[null],"id":"5871AD2C-B91F-4C22-B48E-83B0D67ACE37","renderContextTable":{"__isSmartRef__":true,"id":3601},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":3602}],"eventHandler":{"__isSmartRef__":true,"id":3604},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":3576},"_Position":{"__isSmartRef__":true,"id":3605},"priorExtent":{"__isSmartRef__":true,"id":3606},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3607},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3597":{"_Position":{"__isSmartRef__":true,"id":3598},"renderContextTable":{"__isSmartRef__":true,"id":3599},"_Extent":{"__isSmartRef__":true,"id":3600},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-5871ad2c-b91f-4c22-b48e-83b0d67ace37","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3598":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3599":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3600":{"x":152,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3601":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"3602":{"style":{"__isSmartRef__":true,"id":3603},"chunkOwner":{"__isSmartRef__":true,"id":3596},"storedString":"doNotCopyProperties []","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3603":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3604":{"morph":{"__isSmartRef__":true,"id":3596},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3605":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3606":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3607":{"onMouseDown":{"__isSmartRef__":true,"id":3608}},"3608":{"varMapping":{"__isSmartRef__":true,"id":3609},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3614},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3609":{"this":{"__isSmartRef__":true,"id":3596},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3610}},"3610":{"$super":{"__isSmartRef__":true,"id":3611}},"3611":{"varMapping":{"__isSmartRef__":true,"id":3612},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3613},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3612":{"obj":{"__isSmartRef__":true,"id":3596},"name":"onMouseDown"},"3613":{},"3614":{},"3615":{"_Position":{"__isSmartRef__":true,"id":3616},"renderContextTable":{"__isSmartRef__":true,"id":3617},"_Extent":{"__isSmartRef__":true,"id":3618},"_Padding":{"__isSmartRef__":true,"id":3619},"_NodeClass":["morph","box"],"_NodeId":"morph-fbbddcdc-e57c-40d4-bee8-72c816e521a7","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3616":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3617":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3618":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3619":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3620":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"3621":{"morph":{"__isSmartRef__":true,"id":3576},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3622":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3623":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":3624}},"3624":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":3576},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"3625":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3626":{"_Position":{"__isSmartRef__":true,"id":3627},"renderContextTable":{"__isSmartRef__":true,"id":3628},"_Extent":{"__isSmartRef__":true,"id":3629},"_Padding":{"__isSmartRef__":true,"id":3630},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-fefb5695-edc2-4399-990e-44772bc3b55a","_Fill":{"__isSmartRef__":true,"id":3631},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3627":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3628":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3629":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3630":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3631":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3632":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"3633":{"morph":{"__isSmartRef__":true,"id":3575},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3634":{"x":0,"y":160,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3635":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":3636}},"3636":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":3637},"spacing":0,"container":{"__isSmartRef__":true,"id":3575},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"3637":{"top":0,"right":0,"bottom":0,"left":0},"3638":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3639":{"onSelect":{"__isSmartRef__":true,"id":3640},"onExpand":{"__isSmartRef__":true,"id":3643},"onUpdateChildren":{"__isSmartRef__":true,"id":3646},"onUpdate":{"__isSmartRef__":true,"id":3649}},"3640":{"varMapping":{"__isSmartRef__":true,"id":3641},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":3642},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3641":{"this":{"__isSmartRef__":true,"id":3573}},"3642":{},"3643":{"varMapping":{"__isSmartRef__":true,"id":3644},"source":"function onExpand() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":3645},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3644":{"this":{"__isSmartRef__":true,"id":3573}},"3645":{},"3646":{"varMapping":{"__isSmartRef__":true,"id":3647},"source":"function onUpdateChildren() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":3648},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3647":{"this":{"__isSmartRef__":true,"id":3573}},"3648":{},"3649":{"varMapping":{"__isSmartRef__":true,"id":3650},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":3651},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3650":{"this":{"__isSmartRef__":true,"id":3573}},"3651":{},"3652":{"data":[],"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"doNotSerialize","description":"[]","children":[],"attributeConnections":[{"__isSmartRef__":true,"id":3653}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3718}},"3653":{"sourceObj":{"__isSmartRef__":true,"id":3652},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":3654},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"3654":{"item":{"__isSmartRef__":true,"id":3652},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":3655}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3705},"derivationIds":[null],"id":"7FD998E4-D5A5-4DE9-80B8-A7515B316102","renderContextTable":{"__isSmartRef__":true,"id":3711},"eventHandler":{"__isSmartRef__":true,"id":3712},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":3713},"layout":{"__isSmartRef__":true,"id":3714},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":3717},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":3656},"label":{"__isSmartRef__":true,"id":3675},"node":{"__isSmartRef__":true,"id":3655},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"3655":{"submorphs":[{"__isSmartRef__":true,"id":3656},{"__isSmartRef__":true,"id":3675}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3694},"derivationIds":[null],"id":"1E7DA81B-9BA1-46CF-8F8A-C3D8023319C6","renderContextTable":{"__isSmartRef__":true,"id":3699},"eventHandler":{"__isSmartRef__":true,"id":3700},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":3701},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":3702},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":3654},"priorExtent":{"__isSmartRef__":true,"id":3704},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"3656":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3657},"derivationIds":[null],"id":"AA92968F-24B6-45E0-83A3-B7179B8EDFAF","renderContextTable":{"__isSmartRef__":true,"id":3661},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":3662}],"eventHandler":{"__isSmartRef__":true,"id":3664},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":3655},"_Position":{"__isSmartRef__":true,"id":3665},"priorExtent":{"__isSmartRef__":true,"id":3666},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3667},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3657":{"_Position":{"__isSmartRef__":true,"id":3658},"renderContextTable":{"__isSmartRef__":true,"id":3659},"_Extent":{"__isSmartRef__":true,"id":3660},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-aa92968f-24b6-45e0-83a3-b7179b8edfaf","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3658":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3659":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3660":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3661":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"3662":{"style":{"__isSmartRef__":true,"id":3663},"chunkOwner":{"__isSmartRef__":true,"id":3656},"storedString":"►","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3663":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3664":{"morph":{"__isSmartRef__":true,"id":3656},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3665":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3666":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3667":{"onMouseDown":{"__isSmartRef__":true,"id":3668}},"3668":{"varMapping":{"__isSmartRef__":true,"id":3669},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3674},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3669":{"this":{"__isSmartRef__":true,"id":3656},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3670}},"3670":{"$super":{"__isSmartRef__":true,"id":3671}},"3671":{"varMapping":{"__isSmartRef__":true,"id":3672},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3673},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3672":{"obj":{"__isSmartRef__":true,"id":3656},"name":"onMouseDown"},"3673":{},"3674":{},"3675":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3676},"derivationIds":[null],"id":"2EA04213-3EE0-433A-A0B1-E258F1D75ACB","renderContextTable":{"__isSmartRef__":true,"id":3680},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":3681}],"eventHandler":{"__isSmartRef__":true,"id":3683},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":3655},"_Position":{"__isSmartRef__":true,"id":3684},"priorExtent":{"__isSmartRef__":true,"id":3685},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3686},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3676":{"_Position":{"__isSmartRef__":true,"id":3677},"renderContextTable":{"__isSmartRef__":true,"id":3678},"_Extent":{"__isSmartRef__":true,"id":3679},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-2ea04213-3ee0-433a-a0b1-e258f1d75acb","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3677":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3678":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3679":{"x":110,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3680":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"3681":{"style":{"__isSmartRef__":true,"id":3682},"chunkOwner":{"__isSmartRef__":true,"id":3675},"storedString":"doNotSerialize []","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3682":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3683":{"morph":{"__isSmartRef__":true,"id":3675},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3684":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3685":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3686":{"onMouseDown":{"__isSmartRef__":true,"id":3687}},"3687":{"varMapping":{"__isSmartRef__":true,"id":3688},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3693},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3688":{"this":{"__isSmartRef__":true,"id":3675},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3689}},"3689":{"$super":{"__isSmartRef__":true,"id":3690}},"3690":{"varMapping":{"__isSmartRef__":true,"id":3691},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3692},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3691":{"obj":{"__isSmartRef__":true,"id":3675},"name":"onMouseDown"},"3692":{},"3693":{},"3694":{"_Position":{"__isSmartRef__":true,"id":3695},"renderContextTable":{"__isSmartRef__":true,"id":3696},"_Extent":{"__isSmartRef__":true,"id":3697},"_Padding":{"__isSmartRef__":true,"id":3698},"_NodeClass":["morph","box"],"_NodeId":"morph-1e7da81b-9ba1-46cf-8f8a-c3d8023319c6","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3695":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3696":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3697":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3698":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3699":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"3700":{"morph":{"__isSmartRef__":true,"id":3655},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3701":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3702":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":3703}},"3703":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":3655},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"3704":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3705":{"_Position":{"__isSmartRef__":true,"id":3706},"renderContextTable":{"__isSmartRef__":true,"id":3707},"_Extent":{"__isSmartRef__":true,"id":3708},"_Padding":{"__isSmartRef__":true,"id":3709},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-7fd998e4-d5a5-4de9-80b8-a7515b316102","_Fill":{"__isSmartRef__":true,"id":3710},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3706":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3707":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3708":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3709":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3710":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3711":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"3712":{"morph":{"__isSmartRef__":true,"id":3654},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3713":{"x":0,"y":180,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3714":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":3715}},"3715":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":3716},"spacing":0,"container":{"__isSmartRef__":true,"id":3654},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"3716":{"top":0,"right":0,"bottom":0,"left":0},"3717":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3718":{"onSelect":{"__isSmartRef__":true,"id":3719},"onExpand":{"__isSmartRef__":true,"id":3722},"onUpdateChildren":{"__isSmartRef__":true,"id":3725},"onUpdate":{"__isSmartRef__":true,"id":3728}},"3719":{"varMapping":{"__isSmartRef__":true,"id":3720},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":3721},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3720":{"this":{"__isSmartRef__":true,"id":3652}},"3721":{},"3722":{"varMapping":{"__isSmartRef__":true,"id":3723},"source":"function onExpand() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":3724},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3723":{"this":{"__isSmartRef__":true,"id":3652}},"3724":{},"3725":{"varMapping":{"__isSmartRef__":true,"id":3726},"source":"function onUpdateChildren() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":3727},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3726":{"this":{"__isSmartRef__":true,"id":3652}},"3727":{},"3728":{"varMapping":{"__isSmartRef__":true,"id":3729},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":3730},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3729":{"this":{"__isSmartRef__":true,"id":3652}},"3730":{},"3731":{"data":true,"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"droppingEnabled","description":"true","attributeConnections":[{"__isSmartRef__":true,"id":3732}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3797}},"3732":{"sourceObj":{"__isSmartRef__":true,"id":3731},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":3733},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"3733":{"item":{"__isSmartRef__":true,"id":3731},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":3734}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3784},"derivationIds":[null],"id":"9A602692-8BE9-4093-8295-761EA995C744","renderContextTable":{"__isSmartRef__":true,"id":3790},"eventHandler":{"__isSmartRef__":true,"id":3791},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":3792},"layout":{"__isSmartRef__":true,"id":3793},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":3796},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":3735},"label":{"__isSmartRef__":true,"id":3754},"node":{"__isSmartRef__":true,"id":3734},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"3734":{"submorphs":[{"__isSmartRef__":true,"id":3735},{"__isSmartRef__":true,"id":3754}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3773},"derivationIds":[null],"id":"DB0D35E3-1E9B-470A-AB4D-CF9742F98E1C","renderContextTable":{"__isSmartRef__":true,"id":3778},"eventHandler":{"__isSmartRef__":true,"id":3779},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":3780},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":3781},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":3733},"priorExtent":{"__isSmartRef__":true,"id":3783},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"3735":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3736},"derivationIds":[null],"id":"6EA50D9A-82B0-40DE-A13B-E1A743AAC0A4","renderContextTable":{"__isSmartRef__":true,"id":3740},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":3741}],"eventHandler":{"__isSmartRef__":true,"id":3743},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":3734},"_Position":{"__isSmartRef__":true,"id":3744},"priorExtent":{"__isSmartRef__":true,"id":3745},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3746},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3736":{"_Position":{"__isSmartRef__":true,"id":3737},"renderContextTable":{"__isSmartRef__":true,"id":3738},"_Extent":{"__isSmartRef__":true,"id":3739},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-6ea50d9a-82b0-40de-a13b-e1a743aac0a4","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3737":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3738":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3739":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3740":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"3741":{"style":{"__isSmartRef__":true,"id":3742},"chunkOwner":{"__isSmartRef__":true,"id":3735},"storedString":"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3742":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3743":{"morph":{"__isSmartRef__":true,"id":3735},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3744":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3745":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3746":{"onMouseDown":{"__isSmartRef__":true,"id":3747}},"3747":{"varMapping":{"__isSmartRef__":true,"id":3748},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3753},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3748":{"this":{"__isSmartRef__":true,"id":3735},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3749}},"3749":{"$super":{"__isSmartRef__":true,"id":3750}},"3750":{"varMapping":{"__isSmartRef__":true,"id":3751},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3752},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3751":{"obj":{"__isSmartRef__":true,"id":3735},"name":"onMouseDown"},"3752":{},"3753":{},"3754":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3755},"derivationIds":[null],"id":"F9C5EF35-B342-4B0B-BFC1-343DA9FD1E2D","renderContextTable":{"__isSmartRef__":true,"id":3759},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":3760}],"eventHandler":{"__isSmartRef__":true,"id":3762},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":3734},"_Position":{"__isSmartRef__":true,"id":3763},"priorExtent":{"__isSmartRef__":true,"id":3764},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3765},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3755":{"_Position":{"__isSmartRef__":true,"id":3756},"renderContextTable":{"__isSmartRef__":true,"id":3757},"_Extent":{"__isSmartRef__":true,"id":3758},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-f9c5ef35-b342-4b0b-bfc1-343da9fd1e2d","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3756":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3757":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3758":{"x":143,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3759":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"3760":{"style":{"__isSmartRef__":true,"id":3761},"chunkOwner":{"__isSmartRef__":true,"id":3754},"storedString":"droppingEnabled true","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3761":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3762":{"morph":{"__isSmartRef__":true,"id":3754},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3763":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3764":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3765":{"onMouseDown":{"__isSmartRef__":true,"id":3766}},"3766":{"varMapping":{"__isSmartRef__":true,"id":3767},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3772},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3767":{"this":{"__isSmartRef__":true,"id":3754},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3768}},"3768":{"$super":{"__isSmartRef__":true,"id":3769}},"3769":{"varMapping":{"__isSmartRef__":true,"id":3770},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3771},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3770":{"obj":{"__isSmartRef__":true,"id":3754},"name":"onMouseDown"},"3771":{},"3772":{},"3773":{"_Position":{"__isSmartRef__":true,"id":3774},"renderContextTable":{"__isSmartRef__":true,"id":3775},"_Extent":{"__isSmartRef__":true,"id":3776},"_Padding":{"__isSmartRef__":true,"id":3777},"_NodeClass":["morph","box"],"_NodeId":"morph-db0d35e3-1e9b-470a-ab4d-cf9742f98e1c","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3774":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3775":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3776":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3777":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3778":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"3779":{"morph":{"__isSmartRef__":true,"id":3734},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3780":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3781":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":3782}},"3782":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":3734},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"3783":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3784":{"_Position":{"__isSmartRef__":true,"id":3785},"renderContextTable":{"__isSmartRef__":true,"id":3786},"_Extent":{"__isSmartRef__":true,"id":3787},"_Padding":{"__isSmartRef__":true,"id":3788},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-9a602692-8be9-4093-8295-761ea995c744","_Fill":{"__isSmartRef__":true,"id":3789},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3785":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3786":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3787":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3788":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3789":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3790":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"3791":{"morph":{"__isSmartRef__":true,"id":3733},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3792":{"x":0,"y":200,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3793":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":3794}},"3794":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":3795},"spacing":0,"container":{"__isSmartRef__":true,"id":3733},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"3795":{"top":0,"right":0,"bottom":0,"left":0},"3796":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3797":{"onSelect":{"__isSmartRef__":true,"id":3798},"onUpdate":{"__isSmartRef__":true,"id":3801}},"3798":{"varMapping":{"__isSmartRef__":true,"id":3799},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":3800},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3799":{"this":{"__isSmartRef__":true,"id":3731}},"3800":{},"3801":{"varMapping":{"__isSmartRef__":true,"id":3802},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":3803},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3802":{"this":{"__isSmartRef__":true,"id":3731}},"3803":{},"3804":{"data":{"__isSmartRef__":true,"id":2792},"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"eventHandler","description":"EventHandler","children":[],"attributeConnections":[{"__isSmartRef__":true,"id":3805}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3870}},"3805":{"sourceObj":{"__isSmartRef__":true,"id":3804},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":3806},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"3806":{"item":{"__isSmartRef__":true,"id":3804},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":3807}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3857},"derivationIds":[null],"id":"91DF303E-D4DE-4E4D-889B-B3573C443A18","renderContextTable":{"__isSmartRef__":true,"id":3863},"eventHandler":{"__isSmartRef__":true,"id":3864},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":3865},"layout":{"__isSmartRef__":true,"id":3866},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":3869},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":3808},"label":{"__isSmartRef__":true,"id":3827},"node":{"__isSmartRef__":true,"id":3807},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"3807":{"submorphs":[{"__isSmartRef__":true,"id":3808},{"__isSmartRef__":true,"id":3827}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3846},"derivationIds":[null],"id":"D577FFDC-78CC-4BAF-998B-D32285AEA81F","renderContextTable":{"__isSmartRef__":true,"id":3851},"eventHandler":{"__isSmartRef__":true,"id":3852},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":3853},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":3854},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":3806},"priorExtent":{"__isSmartRef__":true,"id":3856},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"3808":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3809},"derivationIds":[null],"id":"F25B1BFB-90AF-4FC4-8A83-4818130315F4","renderContextTable":{"__isSmartRef__":true,"id":3813},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":3814}],"eventHandler":{"__isSmartRef__":true,"id":3816},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":3807},"_Position":{"__isSmartRef__":true,"id":3817},"priorExtent":{"__isSmartRef__":true,"id":3818},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3819},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3809":{"_Position":{"__isSmartRef__":true,"id":3810},"renderContextTable":{"__isSmartRef__":true,"id":3811},"_Extent":{"__isSmartRef__":true,"id":3812},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-f25b1bfb-90af-4fc4-8a83-4818130315f4","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3810":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3811":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3812":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3813":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"3814":{"style":{"__isSmartRef__":true,"id":3815},"chunkOwner":{"__isSmartRef__":true,"id":3808},"storedString":"►","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3815":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3816":{"morph":{"__isSmartRef__":true,"id":3808},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3817":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3818":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3819":{"onMouseDown":{"__isSmartRef__":true,"id":3820}},"3820":{"varMapping":{"__isSmartRef__":true,"id":3821},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3826},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3821":{"this":{"__isSmartRef__":true,"id":3808},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3822}},"3822":{"$super":{"__isSmartRef__":true,"id":3823}},"3823":{"varMapping":{"__isSmartRef__":true,"id":3824},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3825},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3824":{"obj":{"__isSmartRef__":true,"id":3808},"name":"onMouseDown"},"3825":{},"3826":{},"3827":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3828},"derivationIds":[null],"id":"CF107F87-6404-4F20-BC1E-326AEF0CB2C5","renderContextTable":{"__isSmartRef__":true,"id":3832},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":3833}],"eventHandler":{"__isSmartRef__":true,"id":3835},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":3807},"_Position":{"__isSmartRef__":true,"id":3836},"priorExtent":{"__isSmartRef__":true,"id":3837},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3838},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3828":{"_Position":{"__isSmartRef__":true,"id":3829},"renderContextTable":{"__isSmartRef__":true,"id":3830},"_Extent":{"__isSmartRef__":true,"id":3831},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-cf107f87-6404-4f20-bc1e-326aef0cb2c5","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3829":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3830":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3831":{"x":178,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3832":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"3833":{"style":{"__isSmartRef__":true,"id":3834},"chunkOwner":{"__isSmartRef__":true,"id":3827},"storedString":"eventHandler EventHandler","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3834":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3835":{"morph":{"__isSmartRef__":true,"id":3827},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3836":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3837":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3838":{"onMouseDown":{"__isSmartRef__":true,"id":3839}},"3839":{"varMapping":{"__isSmartRef__":true,"id":3840},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3845},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3840":{"this":{"__isSmartRef__":true,"id":3827},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3841}},"3841":{"$super":{"__isSmartRef__":true,"id":3842}},"3842":{"varMapping":{"__isSmartRef__":true,"id":3843},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3844},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3843":{"obj":{"__isSmartRef__":true,"id":3827},"name":"onMouseDown"},"3844":{},"3845":{},"3846":{"_Position":{"__isSmartRef__":true,"id":3847},"renderContextTable":{"__isSmartRef__":true,"id":3848},"_Extent":{"__isSmartRef__":true,"id":3849},"_Padding":{"__isSmartRef__":true,"id":3850},"_NodeClass":["morph","box"],"_NodeId":"morph-d577ffdc-78cc-4baf-998b-d32285aea81f","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3847":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3848":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3849":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3850":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3851":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"3852":{"morph":{"__isSmartRef__":true,"id":3807},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3853":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3854":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":3855}},"3855":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":3807},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"3856":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3857":{"_Position":{"__isSmartRef__":true,"id":3858},"renderContextTable":{"__isSmartRef__":true,"id":3859},"_Extent":{"__isSmartRef__":true,"id":3860},"_Padding":{"__isSmartRef__":true,"id":3861},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-91df303e-d4de-4e4d-889b-b3573c443a18","_Fill":{"__isSmartRef__":true,"id":3862},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3858":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3859":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3860":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3861":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3862":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3863":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"3864":{"morph":{"__isSmartRef__":true,"id":3806},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3865":{"x":0,"y":220,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3866":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":3867}},"3867":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":3868},"spacing":0,"container":{"__isSmartRef__":true,"id":3806},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"3868":{"top":0,"right":0,"bottom":0,"left":0},"3869":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3870":{"onSelect":{"__isSmartRef__":true,"id":3871},"onExpand":{"__isSmartRef__":true,"id":3874},"onUpdateChildren":{"__isSmartRef__":true,"id":3877},"onUpdate":{"__isSmartRef__":true,"id":3880}},"3871":{"varMapping":{"__isSmartRef__":true,"id":3872},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":3873},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3872":{"this":{"__isSmartRef__":true,"id":3804}},"3873":{},"3874":{"varMapping":{"__isSmartRef__":true,"id":3875},"source":"function onExpand() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":3876},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3875":{"this":{"__isSmartRef__":true,"id":3804}},"3876":{},"3877":{"varMapping":{"__isSmartRef__":true,"id":3878},"source":"function onUpdateChildren() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":3879},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3878":{"this":{"__isSmartRef__":true,"id":3804}},"3879":{},"3880":{"varMapping":{"__isSmartRef__":true,"id":3881},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":3882},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3881":{"this":{"__isSmartRef__":true,"id":3804}},"3882":{},"3883":{"data":{"__isSmartRef__":true,"id":2799},"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"expandedExtent","description":"Point","children":[],"attributeConnections":[{"__isSmartRef__":true,"id":3884}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3949}},"3884":{"sourceObj":{"__isSmartRef__":true,"id":3883},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":3885},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"3885":{"item":{"__isSmartRef__":true,"id":3883},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":3886}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3936},"derivationIds":[null],"id":"2E89ED54-A530-4233-A075-59F3F75FE8F8","renderContextTable":{"__isSmartRef__":true,"id":3942},"eventHandler":{"__isSmartRef__":true,"id":3943},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":3944},"layout":{"__isSmartRef__":true,"id":3945},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":3948},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":3887},"label":{"__isSmartRef__":true,"id":3906},"node":{"__isSmartRef__":true,"id":3886},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"3886":{"submorphs":[{"__isSmartRef__":true,"id":3887},{"__isSmartRef__":true,"id":3906}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3925},"derivationIds":[null],"id":"A51B6785-DC0A-4056-A83B-51B538D27C10","renderContextTable":{"__isSmartRef__":true,"id":3930},"eventHandler":{"__isSmartRef__":true,"id":3931},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":3932},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":3933},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":3885},"priorExtent":{"__isSmartRef__":true,"id":3935},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"3887":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3888},"derivationIds":[null],"id":"2BEE97BA-687D-44BB-AA43-068FF64AB248","renderContextTable":{"__isSmartRef__":true,"id":3892},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":3893}],"eventHandler":{"__isSmartRef__":true,"id":3895},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":3886},"_Position":{"__isSmartRef__":true,"id":3896},"priorExtent":{"__isSmartRef__":true,"id":3897},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3898},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3888":{"_Position":{"__isSmartRef__":true,"id":3889},"renderContextTable":{"__isSmartRef__":true,"id":3890},"_Extent":{"__isSmartRef__":true,"id":3891},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-2bee97ba-687d-44bb-aa43-068ff64ab248","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3889":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3890":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3891":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3892":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"3893":{"style":{"__isSmartRef__":true,"id":3894},"chunkOwner":{"__isSmartRef__":true,"id":3887},"storedString":"►","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3894":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3895":{"morph":{"__isSmartRef__":true,"id":3887},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3896":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3897":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3898":{"onMouseDown":{"__isSmartRef__":true,"id":3899}},"3899":{"varMapping":{"__isSmartRef__":true,"id":3900},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3905},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3900":{"this":{"__isSmartRef__":true,"id":3887},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3901}},"3901":{"$super":{"__isSmartRef__":true,"id":3902}},"3902":{"varMapping":{"__isSmartRef__":true,"id":3903},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3904},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3903":{"obj":{"__isSmartRef__":true,"id":3887},"name":"onMouseDown"},"3904":{},"3905":{},"3906":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3907},"derivationIds":[null],"id":"9484405E-6A66-4A03-A579-F4C4770C6CC8","renderContextTable":{"__isSmartRef__":true,"id":3911},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":3912}],"eventHandler":{"__isSmartRef__":true,"id":3914},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":3886},"_Position":{"__isSmartRef__":true,"id":3915},"priorExtent":{"__isSmartRef__":true,"id":3916},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3917},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3907":{"_Position":{"__isSmartRef__":true,"id":3908},"renderContextTable":{"__isSmartRef__":true,"id":3909},"_Extent":{"__isSmartRef__":true,"id":3910},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-9484405e-6a66-4a03-a579-f4c4770c6cc8","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3908":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3909":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3910":{"x":142,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3911":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"3912":{"style":{"__isSmartRef__":true,"id":3913},"chunkOwner":{"__isSmartRef__":true,"id":3906},"storedString":"expandedExtent Point","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3913":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3914":{"morph":{"__isSmartRef__":true,"id":3906},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3915":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3916":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3917":{"onMouseDown":{"__isSmartRef__":true,"id":3918}},"3918":{"varMapping":{"__isSmartRef__":true,"id":3919},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3924},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3919":{"this":{"__isSmartRef__":true,"id":3906},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3920}},"3920":{"$super":{"__isSmartRef__":true,"id":3921}},"3921":{"varMapping":{"__isSmartRef__":true,"id":3922},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3923},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3922":{"obj":{"__isSmartRef__":true,"id":3906},"name":"onMouseDown"},"3923":{},"3924":{},"3925":{"_Position":{"__isSmartRef__":true,"id":3926},"renderContextTable":{"__isSmartRef__":true,"id":3927},"_Extent":{"__isSmartRef__":true,"id":3928},"_Padding":{"__isSmartRef__":true,"id":3929},"_NodeClass":["morph","box"],"_NodeId":"morph-a51b6785-dc0a-4056-a83b-51b538d27c10","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3926":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3927":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3928":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3929":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3930":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"3931":{"morph":{"__isSmartRef__":true,"id":3886},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3932":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3933":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":3934}},"3934":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":3886},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"3935":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3936":{"_Position":{"__isSmartRef__":true,"id":3937},"renderContextTable":{"__isSmartRef__":true,"id":3938},"_Extent":{"__isSmartRef__":true,"id":3939},"_Padding":{"__isSmartRef__":true,"id":3940},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-2e89ed54-a530-4233-a075-59f3f75fe8f8","_Fill":{"__isSmartRef__":true,"id":3941},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3937":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3938":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3939":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3940":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3941":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3942":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"3943":{"morph":{"__isSmartRef__":true,"id":3885},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3944":{"x":0,"y":240,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3945":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":3946}},"3946":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":3947},"spacing":0,"container":{"__isSmartRef__":true,"id":3885},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"3947":{"top":0,"right":0,"bottom":0,"left":0},"3948":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3949":{"onSelect":{"__isSmartRef__":true,"id":3950},"onExpand":{"__isSmartRef__":true,"id":3953},"onUpdateChildren":{"__isSmartRef__":true,"id":3956},"onUpdate":{"__isSmartRef__":true,"id":3959}},"3950":{"varMapping":{"__isSmartRef__":true,"id":3951},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":3952},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3951":{"this":{"__isSmartRef__":true,"id":3883}},"3952":{},"3953":{"varMapping":{"__isSmartRef__":true,"id":3954},"source":"function onExpand() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":3955},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3954":{"this":{"__isSmartRef__":true,"id":3883}},"3955":{},"3956":{"varMapping":{"__isSmartRef__":true,"id":3957},"source":"function onUpdateChildren() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":3958},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3957":{"this":{"__isSmartRef__":true,"id":3883}},"3958":{},"3959":{"varMapping":{"__isSmartRef__":true,"id":3960},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":3961},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3960":{"this":{"__isSmartRef__":true,"id":3883}},"3961":{},"3962":{"data":{"__isSmartRef__":true,"id":2930},"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"expandedPosition","description":"Point","children":[],"attributeConnections":[{"__isSmartRef__":true,"id":3963}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4028}},"3963":{"sourceObj":{"__isSmartRef__":true,"id":3962},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":3964},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"3964":{"item":{"__isSmartRef__":true,"id":3962},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":3965}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4015},"derivationIds":[null],"id":"A9EB2EB4-8C5D-441C-BA70-A029B10BA6D8","renderContextTable":{"__isSmartRef__":true,"id":4021},"eventHandler":{"__isSmartRef__":true,"id":4022},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4023},"layout":{"__isSmartRef__":true,"id":4024},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":4027},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":3966},"label":{"__isSmartRef__":true,"id":3985},"node":{"__isSmartRef__":true,"id":3965},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"3965":{"submorphs":[{"__isSmartRef__":true,"id":3966},{"__isSmartRef__":true,"id":3985}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4004},"derivationIds":[null],"id":"C504B48A-733B-4FFE-8C1A-341C38114736","renderContextTable":{"__isSmartRef__":true,"id":4009},"eventHandler":{"__isSmartRef__":true,"id":4010},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4011},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":4012},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":3964},"priorExtent":{"__isSmartRef__":true,"id":4014},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"3966":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3967},"derivationIds":[null],"id":"FDB3B0C7-36FD-41A7-8CF0-0C864F2F5A3F","renderContextTable":{"__isSmartRef__":true,"id":3971},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":3972}],"eventHandler":{"__isSmartRef__":true,"id":3974},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":3965},"_Position":{"__isSmartRef__":true,"id":3975},"priorExtent":{"__isSmartRef__":true,"id":3976},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3977},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3967":{"_Position":{"__isSmartRef__":true,"id":3968},"renderContextTable":{"__isSmartRef__":true,"id":3969},"_Extent":{"__isSmartRef__":true,"id":3970},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-fdb3b0c7-36fd-41a7-8cf0-0c864f2f5a3f","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3968":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3969":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3970":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3971":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"3972":{"style":{"__isSmartRef__":true,"id":3973},"chunkOwner":{"__isSmartRef__":true,"id":3966},"storedString":"►","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3973":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3974":{"morph":{"__isSmartRef__":true,"id":3966},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3975":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3976":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3977":{"onMouseDown":{"__isSmartRef__":true,"id":3978}},"3978":{"varMapping":{"__isSmartRef__":true,"id":3979},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3984},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3979":{"this":{"__isSmartRef__":true,"id":3966},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3980}},"3980":{"$super":{"__isSmartRef__":true,"id":3981}},"3981":{"varMapping":{"__isSmartRef__":true,"id":3982},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3983},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3982":{"obj":{"__isSmartRef__":true,"id":3966},"name":"onMouseDown"},"3983":{},"3984":{},"3985":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3986},"derivationIds":[null],"id":"25317CC8-C382-41E0-9F16-539345AA767F","renderContextTable":{"__isSmartRef__":true,"id":3990},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":3991}],"eventHandler":{"__isSmartRef__":true,"id":3993},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":3965},"_Position":{"__isSmartRef__":true,"id":3994},"priorExtent":{"__isSmartRef__":true,"id":3995},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3996},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3986":{"_Position":{"__isSmartRef__":true,"id":3987},"renderContextTable":{"__isSmartRef__":true,"id":3988},"_Extent":{"__isSmartRef__":true,"id":3989},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-25317cc8-c382-41e0-9f16-539345aa767f","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"3987":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3988":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"3989":{"x":155,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3990":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"3991":{"style":{"__isSmartRef__":true,"id":3992},"chunkOwner":{"__isSmartRef__":true,"id":3985},"storedString":"expandedPosition Point","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3992":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3993":{"morph":{"__isSmartRef__":true,"id":3985},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3994":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3995":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3996":{"onMouseDown":{"__isSmartRef__":true,"id":3997}},"3997":{"varMapping":{"__isSmartRef__":true,"id":3998},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4003},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3998":{"this":{"__isSmartRef__":true,"id":3985},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3999}},"3999":{"$super":{"__isSmartRef__":true,"id":4000}},"4000":{"varMapping":{"__isSmartRef__":true,"id":4001},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4002},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4001":{"obj":{"__isSmartRef__":true,"id":3985},"name":"onMouseDown"},"4002":{},"4003":{},"4004":{"_Position":{"__isSmartRef__":true,"id":4005},"renderContextTable":{"__isSmartRef__":true,"id":4006},"_Extent":{"__isSmartRef__":true,"id":4007},"_Padding":{"__isSmartRef__":true,"id":4008},"_NodeClass":["morph","box"],"_NodeId":"morph-c504b48a-733b-4ffe-8c1a-341c38114736","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4005":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4006":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4007":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4008":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4009":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"4010":{"morph":{"__isSmartRef__":true,"id":3965},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4011":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4012":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":4013}},"4013":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":3965},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"4014":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4015":{"_Position":{"__isSmartRef__":true,"id":4016},"renderContextTable":{"__isSmartRef__":true,"id":4017},"_Extent":{"__isSmartRef__":true,"id":4018},"_Padding":{"__isSmartRef__":true,"id":4019},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-a9eb2eb4-8c5d-441c-ba70-a029b10ba6d8","_Fill":{"__isSmartRef__":true,"id":4020},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4016":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4017":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4018":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4019":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4020":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4021":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"4022":{"morph":{"__isSmartRef__":true,"id":3964},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4023":{"x":0,"y":260,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4024":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":4025}},"4025":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":4026},"spacing":0,"container":{"__isSmartRef__":true,"id":3964},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"4026":{"top":0,"right":0,"bottom":0,"left":0},"4027":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4028":{"onSelect":{"__isSmartRef__":true,"id":4029},"onExpand":{"__isSmartRef__":true,"id":4032},"onUpdateChildren":{"__isSmartRef__":true,"id":4035},"onUpdate":{"__isSmartRef__":true,"id":4038}},"4029":{"varMapping":{"__isSmartRef__":true,"id":4030},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":4031},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4030":{"this":{"__isSmartRef__":true,"id":3962}},"4031":{},"4032":{"varMapping":{"__isSmartRef__":true,"id":4033},"source":"function onExpand() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":4034},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4033":{"this":{"__isSmartRef__":true,"id":3962}},"4034":{},"4035":{"varMapping":{"__isSmartRef__":true,"id":4036},"source":"function onUpdateChildren() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":4037},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4036":{"this":{"__isSmartRef__":true,"id":3962}},"4037":{},"4038":{"varMapping":{"__isSmartRef__":true,"id":4039},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":4040},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4039":{"this":{"__isSmartRef__":true,"id":3962}},"4040":{},"4041":{"data":{"__isSmartRef__":true,"id":2798},"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"expandedTransform","description":"Similitude","children":[],"attributeConnections":[{"__isSmartRef__":true,"id":4042}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4107}},"4042":{"sourceObj":{"__isSmartRef__":true,"id":4041},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":4043},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"4043":{"item":{"__isSmartRef__":true,"id":4041},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":4044}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4094},"derivationIds":[null],"id":"29F65427-8E44-4A51-97D8-D5B7DEE1E401","renderContextTable":{"__isSmartRef__":true,"id":4100},"eventHandler":{"__isSmartRef__":true,"id":4101},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4102},"layout":{"__isSmartRef__":true,"id":4103},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":4106},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":4045},"label":{"__isSmartRef__":true,"id":4064},"node":{"__isSmartRef__":true,"id":4044},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"4044":{"submorphs":[{"__isSmartRef__":true,"id":4045},{"__isSmartRef__":true,"id":4064}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4083},"derivationIds":[null],"id":"BCE92C72-1FAF-467F-992A-D5909B4211C2","renderContextTable":{"__isSmartRef__":true,"id":4088},"eventHandler":{"__isSmartRef__":true,"id":4089},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4090},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":4091},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":4043},"priorExtent":{"__isSmartRef__":true,"id":4093},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"4045":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4046},"derivationIds":[null],"id":"1ECEB694-DED9-4666-B98A-5284942D11F0","renderContextTable":{"__isSmartRef__":true,"id":4050},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":4051}],"eventHandler":{"__isSmartRef__":true,"id":4053},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":4044},"_Position":{"__isSmartRef__":true,"id":4054},"priorExtent":{"__isSmartRef__":true,"id":4055},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4056},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4046":{"_Position":{"__isSmartRef__":true,"id":4047},"renderContextTable":{"__isSmartRef__":true,"id":4048},"_Extent":{"__isSmartRef__":true,"id":4049},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-1eceb694-ded9-4666-b98a-5284942d11f0","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4047":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4048":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4049":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4050":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"4051":{"style":{"__isSmartRef__":true,"id":4052},"chunkOwner":{"__isSmartRef__":true,"id":4045},"storedString":"►","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4052":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4053":{"morph":{"__isSmartRef__":true,"id":4045},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4054":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4055":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4056":{"onMouseDown":{"__isSmartRef__":true,"id":4057}},"4057":{"varMapping":{"__isSmartRef__":true,"id":4058},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4063},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4058":{"this":{"__isSmartRef__":true,"id":4045},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4059}},"4059":{"$super":{"__isSmartRef__":true,"id":4060}},"4060":{"varMapping":{"__isSmartRef__":true,"id":4061},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4062},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4061":{"obj":{"__isSmartRef__":true,"id":4045},"name":"onMouseDown"},"4062":{},"4063":{},"4064":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4065},"derivationIds":[null],"id":"297D6700-B01E-4F33-BA43-0743DABC1537","renderContextTable":{"__isSmartRef__":true,"id":4069},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":4070}],"eventHandler":{"__isSmartRef__":true,"id":4072},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":4044},"_Position":{"__isSmartRef__":true,"id":4073},"priorExtent":{"__isSmartRef__":true,"id":4074},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4075},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4065":{"_Position":{"__isSmartRef__":true,"id":4066},"renderContextTable":{"__isSmartRef__":true,"id":4067},"_Extent":{"__isSmartRef__":true,"id":4068},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-297d6700-b01e-4f33-ba43-0743dabc1537","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4066":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4067":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4068":{"x":199,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4069":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"4070":{"style":{"__isSmartRef__":true,"id":4071},"chunkOwner":{"__isSmartRef__":true,"id":4064},"storedString":"expandedTransform Similitude","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4071":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4072":{"morph":{"__isSmartRef__":true,"id":4064},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4073":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4074":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4075":{"onMouseDown":{"__isSmartRef__":true,"id":4076}},"4076":{"varMapping":{"__isSmartRef__":true,"id":4077},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4082},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4077":{"this":{"__isSmartRef__":true,"id":4064},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4078}},"4078":{"$super":{"__isSmartRef__":true,"id":4079}},"4079":{"varMapping":{"__isSmartRef__":true,"id":4080},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4081},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4080":{"obj":{"__isSmartRef__":true,"id":4064},"name":"onMouseDown"},"4081":{},"4082":{},"4083":{"_Position":{"__isSmartRef__":true,"id":4084},"renderContextTable":{"__isSmartRef__":true,"id":4085},"_Extent":{"__isSmartRef__":true,"id":4086},"_Padding":{"__isSmartRef__":true,"id":4087},"_NodeClass":["morph","box"],"_NodeId":"morph-bce92c72-1faf-467f-992a-d5909b4211c2","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4084":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4085":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4086":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4087":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4088":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"4089":{"morph":{"__isSmartRef__":true,"id":4044},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4090":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4091":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":4092}},"4092":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":4044},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"4093":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4094":{"_Position":{"__isSmartRef__":true,"id":4095},"renderContextTable":{"__isSmartRef__":true,"id":4096},"_Extent":{"__isSmartRef__":true,"id":4097},"_Padding":{"__isSmartRef__":true,"id":4098},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-29f65427-8e44-4a51-97d8-d5b7dee1e401","_Fill":{"__isSmartRef__":true,"id":4099},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4095":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4096":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4097":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4098":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4099":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4100":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"4101":{"morph":{"__isSmartRef__":true,"id":4043},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4102":{"x":0,"y":280,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4103":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":4104}},"4104":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":4105},"spacing":0,"container":{"__isSmartRef__":true,"id":4043},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"4105":{"top":0,"right":0,"bottom":0,"left":0},"4106":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4107":{"onSelect":{"__isSmartRef__":true,"id":4108},"onExpand":{"__isSmartRef__":true,"id":4111},"onUpdateChildren":{"__isSmartRef__":true,"id":4114},"onUpdate":{"__isSmartRef__":true,"id":4117}},"4108":{"varMapping":{"__isSmartRef__":true,"id":4109},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":4110},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4109":{"this":{"__isSmartRef__":true,"id":4041}},"4110":{},"4111":{"varMapping":{"__isSmartRef__":true,"id":4112},"source":"function onExpand() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":4113},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4112":{"this":{"__isSmartRef__":true,"id":4041}},"4113":{},"4114":{"varMapping":{"__isSmartRef__":true,"id":4115},"source":"function onUpdateChildren() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":4116},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4115":{"this":{"__isSmartRef__":true,"id":4041}},"4116":{},"4117":{"varMapping":{"__isSmartRef__":true,"id":4118},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":4119},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4118":{"this":{"__isSmartRef__":true,"id":4041}},"4119":{},"4120":{"data":[],"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"halos","description":"[]","children":[],"attributeConnections":[{"__isSmartRef__":true,"id":4121}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4186}},"4121":{"sourceObj":{"__isSmartRef__":true,"id":4120},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":4122},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"4122":{"item":{"__isSmartRef__":true,"id":4120},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":4123}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4173},"derivationIds":[null],"id":"343384CD-7637-4398-A790-EA24CC98FB5E","renderContextTable":{"__isSmartRef__":true,"id":4179},"eventHandler":{"__isSmartRef__":true,"id":4180},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4181},"layout":{"__isSmartRef__":true,"id":4182},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":4185},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":4124},"label":{"__isSmartRef__":true,"id":4143},"node":{"__isSmartRef__":true,"id":4123},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"4123":{"submorphs":[{"__isSmartRef__":true,"id":4124},{"__isSmartRef__":true,"id":4143}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4162},"derivationIds":[null],"id":"5BCB7FAB-8060-495B-9222-8C8903139A4B","renderContextTable":{"__isSmartRef__":true,"id":4167},"eventHandler":{"__isSmartRef__":true,"id":4168},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4169},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":4170},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":4122},"priorExtent":{"__isSmartRef__":true,"id":4172},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"4124":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4125},"derivationIds":[null],"id":"8BBA4C2F-3BEB-4F77-BA2A-61B9427B7D3B","renderContextTable":{"__isSmartRef__":true,"id":4129},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":4130}],"eventHandler":{"__isSmartRef__":true,"id":4132},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":4123},"_Position":{"__isSmartRef__":true,"id":4133},"priorExtent":{"__isSmartRef__":true,"id":4134},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4135},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4125":{"_Position":{"__isSmartRef__":true,"id":4126},"renderContextTable":{"__isSmartRef__":true,"id":4127},"_Extent":{"__isSmartRef__":true,"id":4128},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-8bba4c2f-3beb-4f77-ba2a-61b9427b7d3b","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4126":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4127":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4128":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4129":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"4130":{"style":{"__isSmartRef__":true,"id":4131},"chunkOwner":{"__isSmartRef__":true,"id":4124},"storedString":"►","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4131":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4132":{"morph":{"__isSmartRef__":true,"id":4124},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4133":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4134":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4135":{"onMouseDown":{"__isSmartRef__":true,"id":4136}},"4136":{"varMapping":{"__isSmartRef__":true,"id":4137},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4142},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4137":{"this":{"__isSmartRef__":true,"id":4124},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4138}},"4138":{"$super":{"__isSmartRef__":true,"id":4139}},"4139":{"varMapping":{"__isSmartRef__":true,"id":4140},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4141},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4140":{"obj":{"__isSmartRef__":true,"id":4124},"name":"onMouseDown"},"4141":{},"4142":{},"4143":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4144},"derivationIds":[null],"id":"14C0989C-6265-4E3B-9174-F6F24D0A0216","renderContextTable":{"__isSmartRef__":true,"id":4148},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":4149}],"eventHandler":{"__isSmartRef__":true,"id":4151},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":4123},"_Position":{"__isSmartRef__":true,"id":4152},"priorExtent":{"__isSmartRef__":true,"id":4153},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4154},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4144":{"_Position":{"__isSmartRef__":true,"id":4145},"renderContextTable":{"__isSmartRef__":true,"id":4146},"_Extent":{"__isSmartRef__":true,"id":4147},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-14c0989c-6265-4e3b-9174-f6f24d0a0216","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4145":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4146":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4147":{"x":55,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4148":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"4149":{"style":{"__isSmartRef__":true,"id":4150},"chunkOwner":{"__isSmartRef__":true,"id":4143},"storedString":"halos []","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4150":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4151":{"morph":{"__isSmartRef__":true,"id":4143},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4152":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4153":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4154":{"onMouseDown":{"__isSmartRef__":true,"id":4155}},"4155":{"varMapping":{"__isSmartRef__":true,"id":4156},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4161},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4156":{"this":{"__isSmartRef__":true,"id":4143},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4157}},"4157":{"$super":{"__isSmartRef__":true,"id":4158}},"4158":{"varMapping":{"__isSmartRef__":true,"id":4159},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4160},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4159":{"obj":{"__isSmartRef__":true,"id":4143},"name":"onMouseDown"},"4160":{},"4161":{},"4162":{"_Position":{"__isSmartRef__":true,"id":4163},"renderContextTable":{"__isSmartRef__":true,"id":4164},"_Extent":{"__isSmartRef__":true,"id":4165},"_Padding":{"__isSmartRef__":true,"id":4166},"_NodeClass":["morph","box"],"_NodeId":"morph-5bcb7fab-8060-495b-9222-8c8903139a4b","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4163":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4164":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4165":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4166":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4167":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"4168":{"morph":{"__isSmartRef__":true,"id":4123},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4169":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4170":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":4171}},"4171":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":4123},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"4172":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4173":{"_Position":{"__isSmartRef__":true,"id":4174},"renderContextTable":{"__isSmartRef__":true,"id":4175},"_Extent":{"__isSmartRef__":true,"id":4176},"_Padding":{"__isSmartRef__":true,"id":4177},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-343384cd-7637-4398-a790-ea24cc98fb5e","_Fill":{"__isSmartRef__":true,"id":4178},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4174":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4175":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4176":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4177":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4178":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4179":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"4180":{"morph":{"__isSmartRef__":true,"id":4122},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4181":{"x":0,"y":300,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4182":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":4183}},"4183":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":4184},"spacing":0,"container":{"__isSmartRef__":true,"id":4122},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"4184":{"top":0,"right":0,"bottom":0,"left":0},"4185":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4186":{"onSelect":{"__isSmartRef__":true,"id":4187},"onExpand":{"__isSmartRef__":true,"id":4190},"onUpdateChildren":{"__isSmartRef__":true,"id":4193},"onUpdate":{"__isSmartRef__":true,"id":4196}},"4187":{"varMapping":{"__isSmartRef__":true,"id":4188},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":4189},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4188":{"this":{"__isSmartRef__":true,"id":4120}},"4189":{},"4190":{"varMapping":{"__isSmartRef__":true,"id":4191},"source":"function onExpand() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":4192},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4191":{"this":{"__isSmartRef__":true,"id":4120}},"4192":{},"4193":{"varMapping":{"__isSmartRef__":true,"id":4194},"source":"function onUpdateChildren() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":4195},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4194":{"this":{"__isSmartRef__":true,"id":4120}},"4195":{},"4196":{"varMapping":{"__isSmartRef__":true,"id":4197},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":4198},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4197":{"this":{"__isSmartRef__":true,"id":4120}},"4198":{},"4199":{"data":true,"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"halosEnabled","description":"true","attributeConnections":[{"__isSmartRef__":true,"id":4200}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4265}},"4200":{"sourceObj":{"__isSmartRef__":true,"id":4199},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":4201},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"4201":{"item":{"__isSmartRef__":true,"id":4199},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":4202}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4252},"derivationIds":[null],"id":"16C9732E-D16A-4C97-84D2-63C38DC302FC","renderContextTable":{"__isSmartRef__":true,"id":4258},"eventHandler":{"__isSmartRef__":true,"id":4259},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4260},"layout":{"__isSmartRef__":true,"id":4261},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":4264},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":4203},"label":{"__isSmartRef__":true,"id":4222},"node":{"__isSmartRef__":true,"id":4202},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"4202":{"submorphs":[{"__isSmartRef__":true,"id":4203},{"__isSmartRef__":true,"id":4222}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4241},"derivationIds":[null],"id":"10AD6E61-427C-4072-92CA-F230B640B28D","renderContextTable":{"__isSmartRef__":true,"id":4246},"eventHandler":{"__isSmartRef__":true,"id":4247},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4248},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":4249},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":4201},"priorExtent":{"__isSmartRef__":true,"id":4251},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"4203":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4204},"derivationIds":[null],"id":"0EB00E88-8B57-425C-B2E5-0F3FA04BE8EF","renderContextTable":{"__isSmartRef__":true,"id":4208},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":4209}],"eventHandler":{"__isSmartRef__":true,"id":4211},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":4202},"_Position":{"__isSmartRef__":true,"id":4212},"priorExtent":{"__isSmartRef__":true,"id":4213},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4214},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4204":{"_Position":{"__isSmartRef__":true,"id":4205},"renderContextTable":{"__isSmartRef__":true,"id":4206},"_Extent":{"__isSmartRef__":true,"id":4207},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-0eb00e88-8b57-425c-b2e5-0f3fa04be8ef","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4205":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4206":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4207":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4208":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"4209":{"style":{"__isSmartRef__":true,"id":4210},"chunkOwner":{"__isSmartRef__":true,"id":4203},"storedString":"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4210":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4211":{"morph":{"__isSmartRef__":true,"id":4203},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4212":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4213":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4214":{"onMouseDown":{"__isSmartRef__":true,"id":4215}},"4215":{"varMapping":{"__isSmartRef__":true,"id":4216},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4221},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4216":{"this":{"__isSmartRef__":true,"id":4203},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4217}},"4217":{"$super":{"__isSmartRef__":true,"id":4218}},"4218":{"varMapping":{"__isSmartRef__":true,"id":4219},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4220},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4219":{"obj":{"__isSmartRef__":true,"id":4203},"name":"onMouseDown"},"4220":{},"4221":{},"4222":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4223},"derivationIds":[null],"id":"69AD9B45-3B90-4305-979C-A8B8AAF4E7BA","renderContextTable":{"__isSmartRef__":true,"id":4227},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":4228}],"eventHandler":{"__isSmartRef__":true,"id":4230},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":4202},"_Position":{"__isSmartRef__":true,"id":4231},"priorExtent":{"__isSmartRef__":true,"id":4232},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4233},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4223":{"_Position":{"__isSmartRef__":true,"id":4224},"renderContextTable":{"__isSmartRef__":true,"id":4225},"_Extent":{"__isSmartRef__":true,"id":4226},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-69ad9b45-3b90-4305-979c-a8b8aaf4e7ba","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4224":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4225":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4226":{"x":123,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4227":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"4228":{"style":{"__isSmartRef__":true,"id":4229},"chunkOwner":{"__isSmartRef__":true,"id":4222},"storedString":"halosEnabled true","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4229":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4230":{"morph":{"__isSmartRef__":true,"id":4222},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4231":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4232":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4233":{"onMouseDown":{"__isSmartRef__":true,"id":4234}},"4234":{"varMapping":{"__isSmartRef__":true,"id":4235},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4240},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4235":{"this":{"__isSmartRef__":true,"id":4222},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4236}},"4236":{"$super":{"__isSmartRef__":true,"id":4237}},"4237":{"varMapping":{"__isSmartRef__":true,"id":4238},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4239},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4238":{"obj":{"__isSmartRef__":true,"id":4222},"name":"onMouseDown"},"4239":{},"4240":{},"4241":{"_Position":{"__isSmartRef__":true,"id":4242},"renderContextTable":{"__isSmartRef__":true,"id":4243},"_Extent":{"__isSmartRef__":true,"id":4244},"_Padding":{"__isSmartRef__":true,"id":4245},"_NodeClass":["morph","box"],"_NodeId":"morph-10ad6e61-427c-4072-92ca-f230b640b28d","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4242":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4243":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4244":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4245":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4246":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"4247":{"morph":{"__isSmartRef__":true,"id":4202},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4248":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4249":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":4250}},"4250":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":4202},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"4251":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4252":{"_Position":{"__isSmartRef__":true,"id":4253},"renderContextTable":{"__isSmartRef__":true,"id":4254},"_Extent":{"__isSmartRef__":true,"id":4255},"_Padding":{"__isSmartRef__":true,"id":4256},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-16c9732e-d16a-4c97-84d2-63c38dc302fc","_Fill":{"__isSmartRef__":true,"id":4257},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4253":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4254":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4255":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4256":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4257":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4258":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"4259":{"morph":{"__isSmartRef__":true,"id":4201},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4260":{"x":0,"y":320,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4261":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":4262}},"4262":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":4263},"spacing":0,"container":{"__isSmartRef__":true,"id":4201},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"4263":{"top":0,"right":0,"bottom":0,"left":0},"4264":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4265":{"onSelect":{"__isSmartRef__":true,"id":4266},"onUpdate":{"__isSmartRef__":true,"id":4269}},"4266":{"varMapping":{"__isSmartRef__":true,"id":4267},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":4268},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4267":{"this":{"__isSmartRef__":true,"id":4199}},"4268":{},"4269":{"varMapping":{"__isSmartRef__":true,"id":4270},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":4271},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4270":{"this":{"__isSmartRef__":true,"id":4199}},"4271":{},"4272":{"data":false,"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"highlighted","description":"false","attributeConnections":[{"__isSmartRef__":true,"id":4273}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4341}},"4273":{"sourceObj":{"__isSmartRef__":true,"id":4272},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":4274},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"4274":{"item":{"__isSmartRef__":true,"id":4272},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":4275}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4328},"derivationIds":[null],"id":"ECC71DED-3521-42B7-A59A-186E904C3922","renderContextTable":{"__isSmartRef__":true,"id":4334},"eventHandler":{"__isSmartRef__":true,"id":4335},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4336},"layout":{"__isSmartRef__":true,"id":4337},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":4340},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":4276},"label":{"__isSmartRef__":true,"id":4295},"node":{"__isSmartRef__":true,"id":4275},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"4275":{"submorphs":[{"__isSmartRef__":true,"id":4276},{"__isSmartRef__":true,"id":4295}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4317},"derivationIds":[null],"id":"FCAF653E-E4A7-43D3-B091-5FB9E22B5F7B","renderContextTable":{"__isSmartRef__":true,"id":4322},"eventHandler":{"__isSmartRef__":true,"id":4323},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4324},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":4325},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":4274},"priorExtent":{"__isSmartRef__":true,"id":4327},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"4276":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4277},"derivationIds":[null],"id":"03D7D836-3E30-4E14-B587-5E81A4B63317","renderContextTable":{"__isSmartRef__":true,"id":4281},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":4282}],"eventHandler":{"__isSmartRef__":true,"id":4284},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":4275},"_Position":{"__isSmartRef__":true,"id":4285},"priorExtent":{"__isSmartRef__":true,"id":4286},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4287},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4277":{"_Position":{"__isSmartRef__":true,"id":4278},"renderContextTable":{"__isSmartRef__":true,"id":4279},"_Extent":{"__isSmartRef__":true,"id":4280},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-03d7d836-3e30-4e14-b587-5e81a4b63317","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4278":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4279":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4280":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4281":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"4282":{"style":{"__isSmartRef__":true,"id":4283},"chunkOwner":{"__isSmartRef__":true,"id":4276},"storedString":"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4283":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4284":{"morph":{"__isSmartRef__":true,"id":4276},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4285":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4286":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4287":{"onMouseDown":{"__isSmartRef__":true,"id":4288}},"4288":{"varMapping":{"__isSmartRef__":true,"id":4289},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4294},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4289":{"this":{"__isSmartRef__":true,"id":4276},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4290}},"4290":{"$super":{"__isSmartRef__":true,"id":4291}},"4291":{"varMapping":{"__isSmartRef__":true,"id":4292},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4293},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4292":{"obj":{"__isSmartRef__":true,"id":4276},"name":"onMouseDown"},"4293":{},"4294":{},"4295":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4296},"derivationIds":[null],"id":"D317D7E3-2563-4944-BE80-84DA322980F2","renderContextTable":{"__isSmartRef__":true,"id":4300},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":4301},{"__isSmartRef__":true,"id":4303}],"cachedTextString":"highlighted ","eventHandler":{"__isSmartRef__":true,"id":4306},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":4275},"_Position":{"__isSmartRef__":true,"id":4307},"priorExtent":{"__isSmartRef__":true,"id":4308},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4309},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4296":{"_Position":{"__isSmartRef__":true,"id":4297},"renderContextTable":{"__isSmartRef__":true,"id":4298},"_Extent":{"__isSmartRef__":true,"id":4299},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-d317d7e3-2563-4944-be80-84da322980f2","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4297":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4298":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4299":{"x":104,"y":16,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4300":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"4301":{"style":{"__isSmartRef__":true,"id":4302},"chunkOwner":{"__isSmartRef__":true,"id":4295},"storedString":"highlighted ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4302":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4303":{"style":{"__isSmartRef__":true,"id":4304},"chunkOwner":{"__isSmartRef__":true,"id":4295},"storedString":"false","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4304":{"color":{"__isSmartRef__":true,"id":4305},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4305":{"r":0.6627450980392157,"g":0.6627450980392157,"b":0.6627450980392157,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4306":{"morph":{"__isSmartRef__":true,"id":4295},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4307":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4308":{"x":97,"y":16,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4309":{"onMouseDown":{"__isSmartRef__":true,"id":4310}},"4310":{"varMapping":{"__isSmartRef__":true,"id":4311},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4316},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4311":{"this":{"__isSmartRef__":true,"id":4295},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4312}},"4312":{"$super":{"__isSmartRef__":true,"id":4313}},"4313":{"varMapping":{"__isSmartRef__":true,"id":4314},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4315},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4314":{"obj":{"__isSmartRef__":true,"id":4295},"name":"onMouseDown"},"4315":{},"4316":{},"4317":{"_Position":{"__isSmartRef__":true,"id":4318},"renderContextTable":{"__isSmartRef__":true,"id":4319},"_Extent":{"__isSmartRef__":true,"id":4320},"_Padding":{"__isSmartRef__":true,"id":4321},"_NodeClass":["morph","box"],"_NodeId":"morph-fcaf653e-e4a7-43d3-b091-5fb9e22b5f7b","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4318":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4319":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4320":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4321":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4322":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"4323":{"morph":{"__isSmartRef__":true,"id":4275},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4324":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4325":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":4326}},"4326":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":4275},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"4327":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4328":{"_Position":{"__isSmartRef__":true,"id":4329},"renderContextTable":{"__isSmartRef__":true,"id":4330},"_Extent":{"__isSmartRef__":true,"id":4331},"_Padding":{"__isSmartRef__":true,"id":4332},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-ecc71ded-3521-42b7-a59a-186e904c3922","_Fill":{"__isSmartRef__":true,"id":4333},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4329":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4330":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4331":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4332":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4333":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4334":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"4335":{"morph":{"__isSmartRef__":true,"id":4274},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4336":{"x":0,"y":340,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4337":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":4338}},"4338":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":4339},"spacing":0,"container":{"__isSmartRef__":true,"id":4274},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"4339":{"top":0,"right":0,"bottom":0,"left":0},"4340":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4341":{"onSelect":{"__isSmartRef__":true,"id":4342},"onUpdate":{"__isSmartRef__":true,"id":4345}},"4342":{"varMapping":{"__isSmartRef__":true,"id":4343},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":4344},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4343":{"this":{"__isSmartRef__":true,"id":4272}},"4344":{},"4345":{"varMapping":{"__isSmartRef__":true,"id":4346},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":4347},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4346":{"this":{"__isSmartRef__":true,"id":4272}},"4347":{},"4348":{"data":"B1A7BFA7-2FBD-4EA8-A9FB-2338238DC2C9","inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"id","description":"B1A7BFA7-2FBD-4EA8-A9FB-2338238DC2C9...","attributeConnections":[{"__isSmartRef__":true,"id":4349}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4414}},"4349":{"sourceObj":{"__isSmartRef__":true,"id":4348},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":4350},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"4350":{"item":{"__isSmartRef__":true,"id":4348},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":4351}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4401},"derivationIds":[null],"id":"ACCBAAF9-56C1-4AFB-89D6-72D8EE43F375","renderContextTable":{"__isSmartRef__":true,"id":4407},"eventHandler":{"__isSmartRef__":true,"id":4408},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4409},"layout":{"__isSmartRef__":true,"id":4410},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":4413},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":4352},"label":{"__isSmartRef__":true,"id":4371},"node":{"__isSmartRef__":true,"id":4351},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"4351":{"submorphs":[{"__isSmartRef__":true,"id":4352},{"__isSmartRef__":true,"id":4371}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4390},"derivationIds":[null],"id":"A42C1849-1311-4B8F-B061-959C1C7F45AC","renderContextTable":{"__isSmartRef__":true,"id":4395},"eventHandler":{"__isSmartRef__":true,"id":4396},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4397},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":4398},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":4350},"priorExtent":{"__isSmartRef__":true,"id":4400},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"4352":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4353},"derivationIds":[null],"id":"AD371B87-2736-47FF-95FD-A437747E3731","renderContextTable":{"__isSmartRef__":true,"id":4357},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":4358}],"eventHandler":{"__isSmartRef__":true,"id":4360},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":4351},"_Position":{"__isSmartRef__":true,"id":4361},"priorExtent":{"__isSmartRef__":true,"id":4362},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4363},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4353":{"_Position":{"__isSmartRef__":true,"id":4354},"renderContextTable":{"__isSmartRef__":true,"id":4355},"_Extent":{"__isSmartRef__":true,"id":4356},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-ad371b87-2736-47ff-95fd-a437747e3731","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4354":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4355":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4356":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4357":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"4358":{"style":{"__isSmartRef__":true,"id":4359},"chunkOwner":{"__isSmartRef__":true,"id":4352},"storedString":"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4359":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4360":{"morph":{"__isSmartRef__":true,"id":4352},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4361":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4362":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4363":{"onMouseDown":{"__isSmartRef__":true,"id":4364}},"4364":{"varMapping":{"__isSmartRef__":true,"id":4365},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4370},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4365":{"this":{"__isSmartRef__":true,"id":4352},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4366}},"4366":{"$super":{"__isSmartRef__":true,"id":4367}},"4367":{"varMapping":{"__isSmartRef__":true,"id":4368},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4369},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4368":{"obj":{"__isSmartRef__":true,"id":4352},"name":"onMouseDown"},"4369":{},"4370":{},"4371":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4372},"derivationIds":[null],"id":"61CEC85A-F2AF-4A48-BC0B-95D474B357F8","renderContextTable":{"__isSmartRef__":true,"id":4376},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":4377}],"eventHandler":{"__isSmartRef__":true,"id":4379},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":4351},"_Position":{"__isSmartRef__":true,"id":4380},"priorExtent":{"__isSmartRef__":true,"id":4381},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4382},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4372":{"_Position":{"__isSmartRef__":true,"id":4373},"renderContextTable":{"__isSmartRef__":true,"id":4374},"_Extent":{"__isSmartRef__":true,"id":4375},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-61cec85a-f2af-4a48-bc0b-95d474b357f8","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4373":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4374":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4375":{"x":316,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4376":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"4377":{"style":{"__isSmartRef__":true,"id":4378},"chunkOwner":{"__isSmartRef__":true,"id":4371},"storedString":"id B1A7BFA7-2FBD-4EA8-A9FB-2338238DC2C9...","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4378":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4379":{"morph":{"__isSmartRef__":true,"id":4371},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4380":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4381":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4382":{"onMouseDown":{"__isSmartRef__":true,"id":4383}},"4383":{"varMapping":{"__isSmartRef__":true,"id":4384},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4389},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4384":{"this":{"__isSmartRef__":true,"id":4371},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4385}},"4385":{"$super":{"__isSmartRef__":true,"id":4386}},"4386":{"varMapping":{"__isSmartRef__":true,"id":4387},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4388},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4387":{"obj":{"__isSmartRef__":true,"id":4371},"name":"onMouseDown"},"4388":{},"4389":{},"4390":{"_Position":{"__isSmartRef__":true,"id":4391},"renderContextTable":{"__isSmartRef__":true,"id":4392},"_Extent":{"__isSmartRef__":true,"id":4393},"_Padding":{"__isSmartRef__":true,"id":4394},"_NodeClass":["morph","box"],"_NodeId":"morph-a42c1849-1311-4b8f-b061-959c1c7f45ac","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4391":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4392":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4393":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4394":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4395":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"4396":{"morph":{"__isSmartRef__":true,"id":4351},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4397":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4398":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":4399}},"4399":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":4351},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"4400":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4401":{"_Position":{"__isSmartRef__":true,"id":4402},"renderContextTable":{"__isSmartRef__":true,"id":4403},"_Extent":{"__isSmartRef__":true,"id":4404},"_Padding":{"__isSmartRef__":true,"id":4405},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-accbaaf9-56c1-4afb-89d6-72d8ee43f375","_Fill":{"__isSmartRef__":true,"id":4406},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4402":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4403":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4404":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4405":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4406":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4407":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"4408":{"morph":{"__isSmartRef__":true,"id":4350},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4409":{"x":0,"y":360,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4410":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":4411}},"4411":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":4412},"spacing":0,"container":{"__isSmartRef__":true,"id":4350},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"4412":{"top":0,"right":0,"bottom":0,"left":0},"4413":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4414":{"onSelect":{"__isSmartRef__":true,"id":4415},"onUpdate":{"__isSmartRef__":true,"id":4418}},"4415":{"varMapping":{"__isSmartRef__":true,"id":4416},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":4417},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4416":{"this":{"__isSmartRef__":true,"id":4348}},"4417":{},"4418":{"varMapping":{"__isSmartRef__":true,"id":4419},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":4420},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4419":{"this":{"__isSmartRef__":true,"id":4348}},"4420":{},"4421":{"data":false,"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"ignoreEventsOnExpand","description":"false","attributeConnections":[{"__isSmartRef__":true,"id":4422}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4487}},"4422":{"sourceObj":{"__isSmartRef__":true,"id":4421},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":4423},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"4423":{"item":{"__isSmartRef__":true,"id":4421},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":4424}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4474},"derivationIds":[null],"id":"A5D0D374-0FF5-4652-825D-49E5D5A0E4C7","renderContextTable":{"__isSmartRef__":true,"id":4480},"eventHandler":{"__isSmartRef__":true,"id":4481},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4482},"layout":{"__isSmartRef__":true,"id":4483},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":4486},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":4425},"label":{"__isSmartRef__":true,"id":4444},"node":{"__isSmartRef__":true,"id":4424},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"4424":{"submorphs":[{"__isSmartRef__":true,"id":4425},{"__isSmartRef__":true,"id":4444}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4463},"derivationIds":[null],"id":"AA3AA947-DABB-400F-9AC1-C6ACFED77456","renderContextTable":{"__isSmartRef__":true,"id":4468},"eventHandler":{"__isSmartRef__":true,"id":4469},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4470},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":4471},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":4423},"priorExtent":{"__isSmartRef__":true,"id":4473},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"4425":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4426},"derivationIds":[null],"id":"B476A27F-E600-4BF8-80FA-D789BF9E5F8B","renderContextTable":{"__isSmartRef__":true,"id":4430},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":4431}],"eventHandler":{"__isSmartRef__":true,"id":4433},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":4424},"_Position":{"__isSmartRef__":true,"id":4434},"priorExtent":{"__isSmartRef__":true,"id":4435},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4436},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4426":{"_Position":{"__isSmartRef__":true,"id":4427},"renderContextTable":{"__isSmartRef__":true,"id":4428},"_Extent":{"__isSmartRef__":true,"id":4429},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-b476a27f-e600-4bf8-80fa-d789bf9e5f8b","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4427":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4428":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4429":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4430":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"4431":{"style":{"__isSmartRef__":true,"id":4432},"chunkOwner":{"__isSmartRef__":true,"id":4425},"storedString":"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4432":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4433":{"morph":{"__isSmartRef__":true,"id":4425},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4434":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4435":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4436":{"onMouseDown":{"__isSmartRef__":true,"id":4437}},"4437":{"varMapping":{"__isSmartRef__":true,"id":4438},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4443},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4438":{"this":{"__isSmartRef__":true,"id":4425},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4439}},"4439":{"$super":{"__isSmartRef__":true,"id":4440}},"4440":{"varMapping":{"__isSmartRef__":true,"id":4441},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4442},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4441":{"obj":{"__isSmartRef__":true,"id":4425},"name":"onMouseDown"},"4442":{},"4443":{},"4444":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4445},"derivationIds":[null],"id":"6BC62BF5-CB37-414F-B0A9-98E07CC06EBE","renderContextTable":{"__isSmartRef__":true,"id":4449},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":4450}],"eventHandler":{"__isSmartRef__":true,"id":4452},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":4424},"_Position":{"__isSmartRef__":true,"id":4453},"priorExtent":{"__isSmartRef__":true,"id":4454},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4455},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4445":{"_Position":{"__isSmartRef__":true,"id":4446},"renderContextTable":{"__isSmartRef__":true,"id":4447},"_Extent":{"__isSmartRef__":true,"id":4448},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-6bc62bf5-cb37-414f-b0a9-98e07cc06ebe","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4446":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4447":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4448":{"x":188,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4449":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"4450":{"style":{"__isSmartRef__":true,"id":4451},"chunkOwner":{"__isSmartRef__":true,"id":4444},"storedString":"ignoreEventsOnExpand false","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4451":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4452":{"morph":{"__isSmartRef__":true,"id":4444},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4453":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4454":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4455":{"onMouseDown":{"__isSmartRef__":true,"id":4456}},"4456":{"varMapping":{"__isSmartRef__":true,"id":4457},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4462},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4457":{"this":{"__isSmartRef__":true,"id":4444},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4458}},"4458":{"$super":{"__isSmartRef__":true,"id":4459}},"4459":{"varMapping":{"__isSmartRef__":true,"id":4460},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4461},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4460":{"obj":{"__isSmartRef__":true,"id":4444},"name":"onMouseDown"},"4461":{},"4462":{},"4463":{"_Position":{"__isSmartRef__":true,"id":4464},"renderContextTable":{"__isSmartRef__":true,"id":4465},"_Extent":{"__isSmartRef__":true,"id":4466},"_Padding":{"__isSmartRef__":true,"id":4467},"_NodeClass":["morph","box"],"_NodeId":"morph-aa3aa947-dabb-400f-9ac1-c6acfed77456","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4464":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4465":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4466":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4467":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4468":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"4469":{"morph":{"__isSmartRef__":true,"id":4424},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4470":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4471":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":4472}},"4472":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":4424},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"4473":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4474":{"_Position":{"__isSmartRef__":true,"id":4475},"renderContextTable":{"__isSmartRef__":true,"id":4476},"_Extent":{"__isSmartRef__":true,"id":4477},"_Padding":{"__isSmartRef__":true,"id":4478},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-a5d0d374-0ff5-4652-825d-49e5d5a0e4c7","_Fill":{"__isSmartRef__":true,"id":4479},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4475":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4476":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4477":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4478":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4479":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4480":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"4481":{"morph":{"__isSmartRef__":true,"id":4423},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4482":{"x":0,"y":380,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4483":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":4484}},"4484":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":4485},"spacing":0,"container":{"__isSmartRef__":true,"id":4423},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"4485":{"top":0,"right":0,"bottom":0,"left":0},"4486":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4487":{"onSelect":{"__isSmartRef__":true,"id":4488},"onUpdate":{"__isSmartRef__":true,"id":4491}},"4488":{"varMapping":{"__isSmartRef__":true,"id":4489},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":4490},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4489":{"this":{"__isSmartRef__":true,"id":4421}},"4490":{},"4491":{"varMapping":{"__isSmartRef__":true,"id":4492},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":4493},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4492":{"this":{"__isSmartRef__":true,"id":4421}},"4493":{},"4494":{"data":false,"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"isBeingDragged","description":"false","attributeConnections":[{"__isSmartRef__":true,"id":4495}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4560}},"4495":{"sourceObj":{"__isSmartRef__":true,"id":4494},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":4496},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"4496":{"item":{"__isSmartRef__":true,"id":4494},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":4497}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4547},"derivationIds":[null],"id":"187C108E-5E60-4E82-B695-B0AB52A580B8","renderContextTable":{"__isSmartRef__":true,"id":4553},"eventHandler":{"__isSmartRef__":true,"id":4554},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4555},"layout":{"__isSmartRef__":true,"id":4556},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":4559},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":4498},"label":{"__isSmartRef__":true,"id":4517},"node":{"__isSmartRef__":true,"id":4497},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"4497":{"submorphs":[{"__isSmartRef__":true,"id":4498},{"__isSmartRef__":true,"id":4517}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4536},"derivationIds":[null],"id":"D43184A9-07E2-457A-8626-A25AEF9C5C40","renderContextTable":{"__isSmartRef__":true,"id":4541},"eventHandler":{"__isSmartRef__":true,"id":4542},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4543},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":4544},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":4496},"priorExtent":{"__isSmartRef__":true,"id":4546},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"4498":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4499},"derivationIds":[null],"id":"86774D11-5FE9-4287-B734-E0D28F1BD912","renderContextTable":{"__isSmartRef__":true,"id":4503},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":4504}],"eventHandler":{"__isSmartRef__":true,"id":4506},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":4497},"_Position":{"__isSmartRef__":true,"id":4507},"priorExtent":{"__isSmartRef__":true,"id":4508},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4509},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4499":{"_Position":{"__isSmartRef__":true,"id":4500},"renderContextTable":{"__isSmartRef__":true,"id":4501},"_Extent":{"__isSmartRef__":true,"id":4502},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-86774d11-5fe9-4287-b734-e0d28f1bd912","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4500":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4501":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4502":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4503":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"4504":{"style":{"__isSmartRef__":true,"id":4505},"chunkOwner":{"__isSmartRef__":true,"id":4498},"storedString":"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4505":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4506":{"morph":{"__isSmartRef__":true,"id":4498},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4507":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4508":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4509":{"onMouseDown":{"__isSmartRef__":true,"id":4510}},"4510":{"varMapping":{"__isSmartRef__":true,"id":4511},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4516},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4511":{"this":{"__isSmartRef__":true,"id":4498},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4512}},"4512":{"$super":{"__isSmartRef__":true,"id":4513}},"4513":{"varMapping":{"__isSmartRef__":true,"id":4514},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4515},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4514":{"obj":{"__isSmartRef__":true,"id":4498},"name":"onMouseDown"},"4515":{},"4516":{},"4517":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4518},"derivationIds":[null],"id":"D7058B61-63EE-4827-BE64-07FE6AA9E9CD","renderContextTable":{"__isSmartRef__":true,"id":4522},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":4523}],"eventHandler":{"__isSmartRef__":true,"id":4525},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":4497},"_Position":{"__isSmartRef__":true,"id":4526},"priorExtent":{"__isSmartRef__":true,"id":4527},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4528},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4518":{"_Position":{"__isSmartRef__":true,"id":4519},"renderContextTable":{"__isSmartRef__":true,"id":4520},"_Extent":{"__isSmartRef__":true,"id":4521},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-d7058b61-63ee-4827-be64-07fe6aa9e9cd","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4519":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4520":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4521":{"x":144,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4522":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"4523":{"style":{"__isSmartRef__":true,"id":4524},"chunkOwner":{"__isSmartRef__":true,"id":4517},"storedString":"isBeingDragged false","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4524":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4525":{"morph":{"__isSmartRef__":true,"id":4517},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4526":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4527":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4528":{"onMouseDown":{"__isSmartRef__":true,"id":4529}},"4529":{"varMapping":{"__isSmartRef__":true,"id":4530},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4535},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4530":{"this":{"__isSmartRef__":true,"id":4517},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4531}},"4531":{"$super":{"__isSmartRef__":true,"id":4532}},"4532":{"varMapping":{"__isSmartRef__":true,"id":4533},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4534},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4533":{"obj":{"__isSmartRef__":true,"id":4517},"name":"onMouseDown"},"4534":{},"4535":{},"4536":{"_Position":{"__isSmartRef__":true,"id":4537},"renderContextTable":{"__isSmartRef__":true,"id":4538},"_Extent":{"__isSmartRef__":true,"id":4539},"_Padding":{"__isSmartRef__":true,"id":4540},"_NodeClass":["morph","box"],"_NodeId":"morph-d43184a9-07e2-457a-8626-a25aef9c5c40","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4537":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4538":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4539":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4540":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4541":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"4542":{"morph":{"__isSmartRef__":true,"id":4497},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4543":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4544":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":4545}},"4545":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":4497},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"4546":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4547":{"_Position":{"__isSmartRef__":true,"id":4548},"renderContextTable":{"__isSmartRef__":true,"id":4549},"_Extent":{"__isSmartRef__":true,"id":4550},"_Padding":{"__isSmartRef__":true,"id":4551},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-187c108e-5e60-4e82-b695-b0ab52a580b8","_Fill":{"__isSmartRef__":true,"id":4552},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4548":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4549":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4550":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4551":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4552":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4553":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"4554":{"morph":{"__isSmartRef__":true,"id":4496},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4555":{"x":0,"y":400,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4556":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":4557}},"4557":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":4558},"spacing":0,"container":{"__isSmartRef__":true,"id":4496},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"4558":{"top":0,"right":0,"bottom":0,"left":0},"4559":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4560":{"onSelect":{"__isSmartRef__":true,"id":4561},"onUpdate":{"__isSmartRef__":true,"id":4564}},"4561":{"varMapping":{"__isSmartRef__":true,"id":4562},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":4563},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4562":{"this":{"__isSmartRef__":true,"id":4494}},"4563":{},"4564":{"varMapping":{"__isSmartRef__":true,"id":4565},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":4566},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4565":{"this":{"__isSmartRef__":true,"id":4494}},"4566":{},"4567":{"data":true,"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"isCopyMorphRef","description":"true","attributeConnections":[{"__isSmartRef__":true,"id":4568}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4633}},"4568":{"sourceObj":{"__isSmartRef__":true,"id":4567},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":4569},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"4569":{"item":{"__isSmartRef__":true,"id":4567},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":4570}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4620},"derivationIds":[null],"id":"86E1B4C9-9817-4627-91A9-3D0E0DE849CC","renderContextTable":{"__isSmartRef__":true,"id":4626},"eventHandler":{"__isSmartRef__":true,"id":4627},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4628},"layout":{"__isSmartRef__":true,"id":4629},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":4632},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":4571},"label":{"__isSmartRef__":true,"id":4590},"node":{"__isSmartRef__":true,"id":4570},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"4570":{"submorphs":[{"__isSmartRef__":true,"id":4571},{"__isSmartRef__":true,"id":4590}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4609},"derivationIds":[null],"id":"372EF97D-CC3D-4713-A344-F16E00C84A9F","renderContextTable":{"__isSmartRef__":true,"id":4614},"eventHandler":{"__isSmartRef__":true,"id":4615},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4616},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":4617},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":4569},"priorExtent":{"__isSmartRef__":true,"id":4619},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"4571":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4572},"derivationIds":[null],"id":"ED8A7297-6522-45AA-B79C-1BFE522BB91C","renderContextTable":{"__isSmartRef__":true,"id":4576},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":4577}],"eventHandler":{"__isSmartRef__":true,"id":4579},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":4570},"_Position":{"__isSmartRef__":true,"id":4580},"priorExtent":{"__isSmartRef__":true,"id":4581},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4582},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4572":{"_Position":{"__isSmartRef__":true,"id":4573},"renderContextTable":{"__isSmartRef__":true,"id":4574},"_Extent":{"__isSmartRef__":true,"id":4575},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-ed8a7297-6522-45aa-b79c-1bfe522bb91c","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4573":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4574":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4575":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4576":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"4577":{"style":{"__isSmartRef__":true,"id":4578},"chunkOwner":{"__isSmartRef__":true,"id":4571},"storedString":"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4578":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4579":{"morph":{"__isSmartRef__":true,"id":4571},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4580":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4581":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4582":{"onMouseDown":{"__isSmartRef__":true,"id":4583}},"4583":{"varMapping":{"__isSmartRef__":true,"id":4584},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4589},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4584":{"this":{"__isSmartRef__":true,"id":4571},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4585}},"4585":{"$super":{"__isSmartRef__":true,"id":4586}},"4586":{"varMapping":{"__isSmartRef__":true,"id":4587},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4588},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4587":{"obj":{"__isSmartRef__":true,"id":4571},"name":"onMouseDown"},"4588":{},"4589":{},"4590":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4591},"derivationIds":[null],"id":"D7D38FCC-8F5E-4E5F-A01A-AA0C4AE9BC03","renderContextTable":{"__isSmartRef__":true,"id":4595},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":4596}],"eventHandler":{"__isSmartRef__":true,"id":4598},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":4570},"_Position":{"__isSmartRef__":true,"id":4599},"priorExtent":{"__isSmartRef__":true,"id":4600},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4601},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4591":{"_Position":{"__isSmartRef__":true,"id":4592},"renderContextTable":{"__isSmartRef__":true,"id":4593},"_Extent":{"__isSmartRef__":true,"id":4594},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-d7d38fcc-8f5e-4e5f-a01a-aa0c4ae9bc03","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4592":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4593":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4594":{"x":139,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4595":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"4596":{"style":{"__isSmartRef__":true,"id":4597},"chunkOwner":{"__isSmartRef__":true,"id":4590},"storedString":"isCopyMorphRef true","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4597":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4598":{"morph":{"__isSmartRef__":true,"id":4590},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4599":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4600":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4601":{"onMouseDown":{"__isSmartRef__":true,"id":4602}},"4602":{"varMapping":{"__isSmartRef__":true,"id":4603},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4608},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4603":{"this":{"__isSmartRef__":true,"id":4590},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4604}},"4604":{"$super":{"__isSmartRef__":true,"id":4605}},"4605":{"varMapping":{"__isSmartRef__":true,"id":4606},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4607},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4606":{"obj":{"__isSmartRef__":true,"id":4590},"name":"onMouseDown"},"4607":{},"4608":{},"4609":{"_Position":{"__isSmartRef__":true,"id":4610},"renderContextTable":{"__isSmartRef__":true,"id":4611},"_Extent":{"__isSmartRef__":true,"id":4612},"_Padding":{"__isSmartRef__":true,"id":4613},"_NodeClass":["morph","box"],"_NodeId":"morph-372ef97d-cc3d-4713-a344-f16e00c84a9f","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4610":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4611":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4612":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4613":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4614":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"4615":{"morph":{"__isSmartRef__":true,"id":4570},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4616":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4617":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":4618}},"4618":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":4570},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"4619":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4620":{"_Position":{"__isSmartRef__":true,"id":4621},"renderContextTable":{"__isSmartRef__":true,"id":4622},"_Extent":{"__isSmartRef__":true,"id":4623},"_Padding":{"__isSmartRef__":true,"id":4624},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-86e1b4c9-9817-4627-91a9-3d0e0de849cc","_Fill":{"__isSmartRef__":true,"id":4625},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4621":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4622":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4623":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4624":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4625":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4626":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"4627":{"morph":{"__isSmartRef__":true,"id":4569},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4628":{"x":0,"y":420,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4629":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":4630}},"4630":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":4631},"spacing":0,"container":{"__isSmartRef__":true,"id":4569},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"4631":{"top":0,"right":0,"bottom":0,"left":0},"4632":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4633":{"onSelect":{"__isSmartRef__":true,"id":4634},"onUpdate":{"__isSmartRef__":true,"id":4637}},"4634":{"varMapping":{"__isSmartRef__":true,"id":4635},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":4636},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4635":{"this":{"__isSmartRef__":true,"id":4567}},"4636":{},"4637":{"varMapping":{"__isSmartRef__":true,"id":4638},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":4639},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4638":{"this":{"__isSmartRef__":true,"id":4567}},"4639":{},"4640":{"data":{"__isSmartRef__":true,"id":2793},"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"layout","description":"{...}","children":[],"attributeConnections":[{"__isSmartRef__":true,"id":4641}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4706}},"4641":{"sourceObj":{"__isSmartRef__":true,"id":4640},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":4642},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"4642":{"item":{"__isSmartRef__":true,"id":4640},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":4643}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4693},"derivationIds":[null],"id":"10A3B96D-B79B-4E54-81D6-E5CC645FE090","renderContextTable":{"__isSmartRef__":true,"id":4699},"eventHandler":{"__isSmartRef__":true,"id":4700},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4701},"layout":{"__isSmartRef__":true,"id":4702},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":4705},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":4644},"label":{"__isSmartRef__":true,"id":4663},"node":{"__isSmartRef__":true,"id":4643},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"4643":{"submorphs":[{"__isSmartRef__":true,"id":4644},{"__isSmartRef__":true,"id":4663}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4682},"derivationIds":[null],"id":"7A5F2B79-3A9E-4602-9709-DEC333FF35B4","renderContextTable":{"__isSmartRef__":true,"id":4687},"eventHandler":{"__isSmartRef__":true,"id":4688},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4689},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":4690},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":4642},"priorExtent":{"__isSmartRef__":true,"id":4692},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"4644":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4645},"derivationIds":[null],"id":"D3A88B8F-9827-4E12-8C33-CE5D3CD20E34","renderContextTable":{"__isSmartRef__":true,"id":4649},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":4650}],"eventHandler":{"__isSmartRef__":true,"id":4652},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":4643},"_Position":{"__isSmartRef__":true,"id":4653},"priorExtent":{"__isSmartRef__":true,"id":4654},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4655},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4645":{"_Position":{"__isSmartRef__":true,"id":4646},"renderContextTable":{"__isSmartRef__":true,"id":4647},"_Extent":{"__isSmartRef__":true,"id":4648},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-d3a88b8f-9827-4e12-8c33-ce5d3cd20e34","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4646":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4647":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4648":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4649":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"4650":{"style":{"__isSmartRef__":true,"id":4651},"chunkOwner":{"__isSmartRef__":true,"id":4644},"storedString":"►","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4651":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4652":{"morph":{"__isSmartRef__":true,"id":4644},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4653":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4654":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4655":{"onMouseDown":{"__isSmartRef__":true,"id":4656}},"4656":{"varMapping":{"__isSmartRef__":true,"id":4657},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4662},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4657":{"this":{"__isSmartRef__":true,"id":4644},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4658}},"4658":{"$super":{"__isSmartRef__":true,"id":4659}},"4659":{"varMapping":{"__isSmartRef__":true,"id":4660},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4661},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4660":{"obj":{"__isSmartRef__":true,"id":4644},"name":"onMouseDown"},"4661":{},"4662":{},"4663":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4664},"derivationIds":[null],"id":"3EA66CBF-AF52-4EEA-AD4C-AAA555E9E873","renderContextTable":{"__isSmartRef__":true,"id":4668},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":4669}],"eventHandler":{"__isSmartRef__":true,"id":4671},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":4643},"_Position":{"__isSmartRef__":true,"id":4672},"priorExtent":{"__isSmartRef__":true,"id":4673},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4674},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4664":{"_Position":{"__isSmartRef__":true,"id":4665},"renderContextTable":{"__isSmartRef__":true,"id":4666},"_Extent":{"__isSmartRef__":true,"id":4667},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-3ea66cbf-af52-4eea-ad4c-aaa555e9e873","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4665":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4666":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4667":{"x":69,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4668":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"4669":{"style":{"__isSmartRef__":true,"id":4670},"chunkOwner":{"__isSmartRef__":true,"id":4663},"storedString":"layout {...}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4670":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4671":{"morph":{"__isSmartRef__":true,"id":4663},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4672":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4673":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4674":{"onMouseDown":{"__isSmartRef__":true,"id":4675}},"4675":{"varMapping":{"__isSmartRef__":true,"id":4676},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4681},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4676":{"this":{"__isSmartRef__":true,"id":4663},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4677}},"4677":{"$super":{"__isSmartRef__":true,"id":4678}},"4678":{"varMapping":{"__isSmartRef__":true,"id":4679},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4680},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4679":{"obj":{"__isSmartRef__":true,"id":4663},"name":"onMouseDown"},"4680":{},"4681":{},"4682":{"_Position":{"__isSmartRef__":true,"id":4683},"renderContextTable":{"__isSmartRef__":true,"id":4684},"_Extent":{"__isSmartRef__":true,"id":4685},"_Padding":{"__isSmartRef__":true,"id":4686},"_NodeClass":["morph","box"],"_NodeId":"morph-7a5f2b79-3a9e-4602-9709-dec333ff35b4","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4683":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4684":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4685":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4686":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4687":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"4688":{"morph":{"__isSmartRef__":true,"id":4643},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4689":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4690":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":4691}},"4691":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":4643},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"4692":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4693":{"_Position":{"__isSmartRef__":true,"id":4694},"renderContextTable":{"__isSmartRef__":true,"id":4695},"_Extent":{"__isSmartRef__":true,"id":4696},"_Padding":{"__isSmartRef__":true,"id":4697},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-10a3b96d-b79b-4e54-81d6-e5cc645fe090","_Fill":{"__isSmartRef__":true,"id":4698},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4694":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4695":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4696":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4697":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4698":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4699":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"4700":{"morph":{"__isSmartRef__":true,"id":4642},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4701":{"x":0,"y":440,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4702":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":4703}},"4703":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":4704},"spacing":0,"container":{"__isSmartRef__":true,"id":4642},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"4704":{"top":0,"right":0,"bottom":0,"left":0},"4705":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4706":{"onSelect":{"__isSmartRef__":true,"id":4707},"onExpand":{"__isSmartRef__":true,"id":4710},"onUpdateChildren":{"__isSmartRef__":true,"id":4713},"onUpdate":{"__isSmartRef__":true,"id":4716}},"4707":{"varMapping":{"__isSmartRef__":true,"id":4708},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":4709},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4708":{"this":{"__isSmartRef__":true,"id":4640}},"4709":{},"4710":{"varMapping":{"__isSmartRef__":true,"id":4711},"source":"function onExpand() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":4712},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4711":{"this":{"__isSmartRef__":true,"id":4640}},"4712":{},"4713":{"varMapping":{"__isSmartRef__":true,"id":4714},"source":"function onUpdateChildren() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":4715},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4714":{"this":{"__isSmartRef__":true,"id":4640}},"4715":{},"4716":{"varMapping":{"__isSmartRef__":true,"id":4717},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":4718},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4717":{"this":{"__isSmartRef__":true,"id":4640}},"4718":{},"4719":{"data":{"__isSmartRef__":true,"id":2933},"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"minExtent","description":"Point","children":[],"attributeConnections":[{"__isSmartRef__":true,"id":4720}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4785}},"4720":{"sourceObj":{"__isSmartRef__":true,"id":4719},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":4721},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"4721":{"item":{"__isSmartRef__":true,"id":4719},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":4722}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4772},"derivationIds":[null],"id":"70CA41A6-A725-46C3-A9C2-2E2BC1B8F57F","renderContextTable":{"__isSmartRef__":true,"id":4778},"eventHandler":{"__isSmartRef__":true,"id":4779},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4780},"layout":{"__isSmartRef__":true,"id":4781},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":4784},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":4723},"label":{"__isSmartRef__":true,"id":4742},"node":{"__isSmartRef__":true,"id":4722},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"4722":{"submorphs":[{"__isSmartRef__":true,"id":4723},{"__isSmartRef__":true,"id":4742}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4761},"derivationIds":[null],"id":"5C34DC7E-FCAC-4D1D-93E7-6775087E02F8","renderContextTable":{"__isSmartRef__":true,"id":4766},"eventHandler":{"__isSmartRef__":true,"id":4767},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4768},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":4769},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":4721},"priorExtent":{"__isSmartRef__":true,"id":4771},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"4723":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4724},"derivationIds":[null],"id":"5DB27715-7F73-4DC4-BB3C-8954D3F71A9A","renderContextTable":{"__isSmartRef__":true,"id":4728},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":4729}],"eventHandler":{"__isSmartRef__":true,"id":4731},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":4722},"_Position":{"__isSmartRef__":true,"id":4732},"priorExtent":{"__isSmartRef__":true,"id":4733},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4734},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4724":{"_Position":{"__isSmartRef__":true,"id":4725},"renderContextTable":{"__isSmartRef__":true,"id":4726},"_Extent":{"__isSmartRef__":true,"id":4727},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-5db27715-7f73-4dc4-bb3c-8954d3f71a9a","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4725":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4726":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4727":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4728":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"4729":{"style":{"__isSmartRef__":true,"id":4730},"chunkOwner":{"__isSmartRef__":true,"id":4723},"storedString":"►","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4730":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4731":{"morph":{"__isSmartRef__":true,"id":4723},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4732":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4733":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4734":{"onMouseDown":{"__isSmartRef__":true,"id":4735}},"4735":{"varMapping":{"__isSmartRef__":true,"id":4736},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4741},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4736":{"this":{"__isSmartRef__":true,"id":4723},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4737}},"4737":{"$super":{"__isSmartRef__":true,"id":4738}},"4738":{"varMapping":{"__isSmartRef__":true,"id":4739},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4740},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4739":{"obj":{"__isSmartRef__":true,"id":4723},"name":"onMouseDown"},"4740":{},"4741":{},"4742":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4743},"derivationIds":[null],"id":"EAB3162D-0B01-4ADD-A269-30FAA41C1403","renderContextTable":{"__isSmartRef__":true,"id":4747},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":4748}],"eventHandler":{"__isSmartRef__":true,"id":4750},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":4722},"_Position":{"__isSmartRef__":true,"id":4751},"priorExtent":{"__isSmartRef__":true,"id":4752},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4753},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4743":{"_Position":{"__isSmartRef__":true,"id":4744},"renderContextTable":{"__isSmartRef__":true,"id":4745},"_Extent":{"__isSmartRef__":true,"id":4746},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-eab3162d-0b01-4add-a269-30faa41c1403","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4744":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4745":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4746":{"x":105,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4747":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"4748":{"style":{"__isSmartRef__":true,"id":4749},"chunkOwner":{"__isSmartRef__":true,"id":4742},"storedString":"minExtent Point","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4749":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4750":{"morph":{"__isSmartRef__":true,"id":4742},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4751":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4752":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4753":{"onMouseDown":{"__isSmartRef__":true,"id":4754}},"4754":{"varMapping":{"__isSmartRef__":true,"id":4755},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4760},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4755":{"this":{"__isSmartRef__":true,"id":4742},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4756}},"4756":{"$super":{"__isSmartRef__":true,"id":4757}},"4757":{"varMapping":{"__isSmartRef__":true,"id":4758},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4759},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4758":{"obj":{"__isSmartRef__":true,"id":4742},"name":"onMouseDown"},"4759":{},"4760":{},"4761":{"_Position":{"__isSmartRef__":true,"id":4762},"renderContextTable":{"__isSmartRef__":true,"id":4763},"_Extent":{"__isSmartRef__":true,"id":4764},"_Padding":{"__isSmartRef__":true,"id":4765},"_NodeClass":["morph","box"],"_NodeId":"morph-5c34dc7e-fcac-4d1d-93e7-6775087e02f8","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4762":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4763":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4764":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4765":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4766":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"4767":{"morph":{"__isSmartRef__":true,"id":4722},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4768":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4769":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":4770}},"4770":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":4722},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"4771":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4772":{"_Position":{"__isSmartRef__":true,"id":4773},"renderContextTable":{"__isSmartRef__":true,"id":4774},"_Extent":{"__isSmartRef__":true,"id":4775},"_Padding":{"__isSmartRef__":true,"id":4776},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-70ca41a6-a725-46c3-a9c2-2e2bc1b8f57f","_Fill":{"__isSmartRef__":true,"id":4777},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4773":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4774":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4775":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4776":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4777":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4778":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"4779":{"morph":{"__isSmartRef__":true,"id":4721},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4780":{"x":0,"y":460,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4781":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":4782}},"4782":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":4783},"spacing":0,"container":{"__isSmartRef__":true,"id":4721},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"4783":{"top":0,"right":0,"bottom":0,"left":0},"4784":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4785":{"onSelect":{"__isSmartRef__":true,"id":4786},"onExpand":{"__isSmartRef__":true,"id":4789},"onUpdateChildren":{"__isSmartRef__":true,"id":4792},"onUpdate":{"__isSmartRef__":true,"id":4795}},"4786":{"varMapping":{"__isSmartRef__":true,"id":4787},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":4788},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4787":{"this":{"__isSmartRef__":true,"id":4719}},"4788":{},"4789":{"varMapping":{"__isSmartRef__":true,"id":4790},"source":"function onExpand() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":4791},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4790":{"this":{"__isSmartRef__":true,"id":4719}},"4791":{},"4792":{"varMapping":{"__isSmartRef__":true,"id":4793},"source":"function onUpdateChildren() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":4794},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4793":{"this":{"__isSmartRef__":true,"id":4719}},"4794":{},"4795":{"varMapping":{"__isSmartRef__":true,"id":4796},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":4797},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4796":{"this":{"__isSmartRef__":true,"id":4719}},"4797":{},"4798":{"data":{"__isSmartRef__":true,"id":2932},"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"minSize","description":"Point","children":[],"attributeConnections":[{"__isSmartRef__":true,"id":4799}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4864}},"4799":{"sourceObj":{"__isSmartRef__":true,"id":4798},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":4800},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"4800":{"item":{"__isSmartRef__":true,"id":4798},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":4801}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4851},"derivationIds":[null],"id":"58DB5FD6-D48E-4ED8-A88D-40818B8891D1","renderContextTable":{"__isSmartRef__":true,"id":4857},"eventHandler":{"__isSmartRef__":true,"id":4858},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4859},"layout":{"__isSmartRef__":true,"id":4860},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":4863},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":4802},"label":{"__isSmartRef__":true,"id":4821},"node":{"__isSmartRef__":true,"id":4801},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"4801":{"submorphs":[{"__isSmartRef__":true,"id":4802},{"__isSmartRef__":true,"id":4821}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4840},"derivationIds":[null],"id":"CB152C21-4913-44FC-9328-B83B408A62D1","renderContextTable":{"__isSmartRef__":true,"id":4845},"eventHandler":{"__isSmartRef__":true,"id":4846},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4847},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":4848},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":4800},"priorExtent":{"__isSmartRef__":true,"id":4850},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"4802":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4803},"derivationIds":[null],"id":"F32AA088-BDC3-4B52-99FC-6E6241508C90","renderContextTable":{"__isSmartRef__":true,"id":4807},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":4808}],"eventHandler":{"__isSmartRef__":true,"id":4810},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":4801},"_Position":{"__isSmartRef__":true,"id":4811},"priorExtent":{"__isSmartRef__":true,"id":4812},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4813},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4803":{"_Position":{"__isSmartRef__":true,"id":4804},"renderContextTable":{"__isSmartRef__":true,"id":4805},"_Extent":{"__isSmartRef__":true,"id":4806},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-f32aa088-bdc3-4b52-99fc-6e6241508c90","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4804":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4805":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4806":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4807":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"4808":{"style":{"__isSmartRef__":true,"id":4809},"chunkOwner":{"__isSmartRef__":true,"id":4802},"storedString":"►","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4809":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4810":{"morph":{"__isSmartRef__":true,"id":4802},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4811":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4812":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4813":{"onMouseDown":{"__isSmartRef__":true,"id":4814}},"4814":{"varMapping":{"__isSmartRef__":true,"id":4815},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4820},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4815":{"this":{"__isSmartRef__":true,"id":4802},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4816}},"4816":{"$super":{"__isSmartRef__":true,"id":4817}},"4817":{"varMapping":{"__isSmartRef__":true,"id":4818},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4819},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4818":{"obj":{"__isSmartRef__":true,"id":4802},"name":"onMouseDown"},"4819":{},"4820":{},"4821":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4822},"derivationIds":[null],"id":"0AEB884B-BFE0-4D6C-B776-EC2B2791D563","renderContextTable":{"__isSmartRef__":true,"id":4826},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":4827}],"eventHandler":{"__isSmartRef__":true,"id":4829},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":4801},"_Position":{"__isSmartRef__":true,"id":4830},"priorExtent":{"__isSmartRef__":true,"id":4831},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4832},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4822":{"_Position":{"__isSmartRef__":true,"id":4823},"renderContextTable":{"__isSmartRef__":true,"id":4824},"_Extent":{"__isSmartRef__":true,"id":4825},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-0aeb884b-bfe0-4d6c-b776-ec2b2791d563","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4823":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4824":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4825":{"x":94,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4826":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"4827":{"style":{"__isSmartRef__":true,"id":4828},"chunkOwner":{"__isSmartRef__":true,"id":4821},"storedString":"minSize Point","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4828":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4829":{"morph":{"__isSmartRef__":true,"id":4821},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4830":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4831":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4832":{"onMouseDown":{"__isSmartRef__":true,"id":4833}},"4833":{"varMapping":{"__isSmartRef__":true,"id":4834},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4839},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4834":{"this":{"__isSmartRef__":true,"id":4821},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4835}},"4835":{"$super":{"__isSmartRef__":true,"id":4836}},"4836":{"varMapping":{"__isSmartRef__":true,"id":4837},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4838},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4837":{"obj":{"__isSmartRef__":true,"id":4821},"name":"onMouseDown"},"4838":{},"4839":{},"4840":{"_Position":{"__isSmartRef__":true,"id":4841},"renderContextTable":{"__isSmartRef__":true,"id":4842},"_Extent":{"__isSmartRef__":true,"id":4843},"_Padding":{"__isSmartRef__":true,"id":4844},"_NodeClass":["morph","box"],"_NodeId":"morph-cb152c21-4913-44fc-9328-b83b408a62d1","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4841":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4842":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4843":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4844":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4845":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"4846":{"morph":{"__isSmartRef__":true,"id":4801},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4847":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4848":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":4849}},"4849":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":4801},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"4850":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4851":{"_Position":{"__isSmartRef__":true,"id":4852},"renderContextTable":{"__isSmartRef__":true,"id":4853},"_Extent":{"__isSmartRef__":true,"id":4854},"_Padding":{"__isSmartRef__":true,"id":4855},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-58db5fd6-d48e-4ed8-a88d-40818b8891d1","_Fill":{"__isSmartRef__":true,"id":4856},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4852":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4853":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4854":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4855":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4856":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4857":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"4858":{"morph":{"__isSmartRef__":true,"id":4800},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4859":{"x":0,"y":480,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4860":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":4861}},"4861":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":4862},"spacing":0,"container":{"__isSmartRef__":true,"id":4800},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"4862":{"top":0,"right":0,"bottom":0,"left":0},"4863":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4864":{"onSelect":{"__isSmartRef__":true,"id":4865},"onExpand":{"__isSmartRef__":true,"id":4868},"onUpdateChildren":{"__isSmartRef__":true,"id":4871},"onUpdate":{"__isSmartRef__":true,"id":4874}},"4865":{"varMapping":{"__isSmartRef__":true,"id":4866},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":4867},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4866":{"this":{"__isSmartRef__":true,"id":4798}},"4867":{},"4868":{"varMapping":{"__isSmartRef__":true,"id":4869},"source":"function onExpand() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":4870},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4869":{"this":{"__isSmartRef__":true,"id":4798}},"4870":{},"4871":{"varMapping":{"__isSmartRef__":true,"id":4872},"source":"function onUpdateChildren() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":4873},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4872":{"this":{"__isSmartRef__":true,"id":4798}},"4873":{},"4874":{"varMapping":{"__isSmartRef__":true,"id":4875},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":4876},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4875":{"this":{"__isSmartRef__":true,"id":4798}},"4876":{},"4877":{"data":3,"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"morphRefId","description":"3","attributeConnections":[{"__isSmartRef__":true,"id":4878}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4943}},"4878":{"sourceObj":{"__isSmartRef__":true,"id":4877},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":4879},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"4879":{"item":{"__isSmartRef__":true,"id":4877},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":4880}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4930},"derivationIds":[null],"id":"667C5562-9CD1-44CB-8896-8CB195E66693","renderContextTable":{"__isSmartRef__":true,"id":4936},"eventHandler":{"__isSmartRef__":true,"id":4937},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4938},"layout":{"__isSmartRef__":true,"id":4939},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":4942},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":4881},"label":{"__isSmartRef__":true,"id":4900},"node":{"__isSmartRef__":true,"id":4880},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"4880":{"submorphs":[{"__isSmartRef__":true,"id":4881},{"__isSmartRef__":true,"id":4900}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4919},"derivationIds":[null],"id":"F91EB016-A5D0-4451-B967-CDA086A33F76","renderContextTable":{"__isSmartRef__":true,"id":4924},"eventHandler":{"__isSmartRef__":true,"id":4925},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4926},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":4927},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":4879},"priorExtent":{"__isSmartRef__":true,"id":4929},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"4881":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4882},"derivationIds":[null],"id":"A38A42F3-20AC-4172-9DF8-045042C9D962","renderContextTable":{"__isSmartRef__":true,"id":4886},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":4887}],"eventHandler":{"__isSmartRef__":true,"id":4889},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":4880},"_Position":{"__isSmartRef__":true,"id":4890},"priorExtent":{"__isSmartRef__":true,"id":4891},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4892},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4882":{"_Position":{"__isSmartRef__":true,"id":4883},"renderContextTable":{"__isSmartRef__":true,"id":4884},"_Extent":{"__isSmartRef__":true,"id":4885},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-a38a42f3-20ac-4172-9df8-045042c9d962","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4883":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4884":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4885":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4886":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"4887":{"style":{"__isSmartRef__":true,"id":4888},"chunkOwner":{"__isSmartRef__":true,"id":4881},"storedString":"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4888":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4889":{"morph":{"__isSmartRef__":true,"id":4881},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4890":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4891":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4892":{"onMouseDown":{"__isSmartRef__":true,"id":4893}},"4893":{"varMapping":{"__isSmartRef__":true,"id":4894},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4899},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4894":{"this":{"__isSmartRef__":true,"id":4881},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4895}},"4895":{"$super":{"__isSmartRef__":true,"id":4896}},"4896":{"varMapping":{"__isSmartRef__":true,"id":4897},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4898},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4897":{"obj":{"__isSmartRef__":true,"id":4881},"name":"onMouseDown"},"4898":{},"4899":{},"4900":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4901},"derivationIds":[null],"id":"7A3B3CBB-2961-4AC6-87BE-ED9722462297","renderContextTable":{"__isSmartRef__":true,"id":4905},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":4906}],"eventHandler":{"__isSmartRef__":true,"id":4908},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":4880},"_Position":{"__isSmartRef__":true,"id":4909},"priorExtent":{"__isSmartRef__":true,"id":4910},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4911},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4901":{"_Position":{"__isSmartRef__":true,"id":4902},"renderContextTable":{"__isSmartRef__":true,"id":4903},"_Extent":{"__isSmartRef__":true,"id":4904},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-7a3b3cbb-2961-4ac6-87be-ed9722462297","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4902":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4903":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4904":{"x":94,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4905":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"4906":{"style":{"__isSmartRef__":true,"id":4907},"chunkOwner":{"__isSmartRef__":true,"id":4900},"storedString":"morphRefId 3","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4907":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4908":{"morph":{"__isSmartRef__":true,"id":4900},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4909":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4910":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4911":{"onMouseDown":{"__isSmartRef__":true,"id":4912}},"4912":{"varMapping":{"__isSmartRef__":true,"id":4913},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4918},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4913":{"this":{"__isSmartRef__":true,"id":4900},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4914}},"4914":{"$super":{"__isSmartRef__":true,"id":4915}},"4915":{"varMapping":{"__isSmartRef__":true,"id":4916},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4917},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4916":{"obj":{"__isSmartRef__":true,"id":4900},"name":"onMouseDown"},"4917":{},"4918":{},"4919":{"_Position":{"__isSmartRef__":true,"id":4920},"renderContextTable":{"__isSmartRef__":true,"id":4921},"_Extent":{"__isSmartRef__":true,"id":4922},"_Padding":{"__isSmartRef__":true,"id":4923},"_NodeClass":["morph","box"],"_NodeId":"morph-f91eb016-a5d0-4451-b967-cda086a33f76","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4920":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4921":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4922":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4923":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4924":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"4925":{"morph":{"__isSmartRef__":true,"id":4880},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4926":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4927":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":4928}},"4928":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":4880},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"4929":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4930":{"_Position":{"__isSmartRef__":true,"id":4931},"renderContextTable":{"__isSmartRef__":true,"id":4932},"_Extent":{"__isSmartRef__":true,"id":4933},"_Padding":{"__isSmartRef__":true,"id":4934},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-667c5562-9cd1-44cb-8896-8cb195e66693","_Fill":{"__isSmartRef__":true,"id":4935},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4931":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4932":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4933":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4934":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4935":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4936":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"4937":{"morph":{"__isSmartRef__":true,"id":4879},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4938":{"x":0,"y":500,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4939":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":4940}},"4940":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":4941},"spacing":0,"container":{"__isSmartRef__":true,"id":4879},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"4941":{"top":0,"right":0,"bottom":0,"left":0},"4942":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4943":{"onSelect":{"__isSmartRef__":true,"id":4944},"onUpdate":{"__isSmartRef__":true,"id":4947}},"4944":{"varMapping":{"__isSmartRef__":true,"id":4945},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":4946},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4945":{"this":{"__isSmartRef__":true,"id":4877}},"4946":{},"4947":{"varMapping":{"__isSmartRef__":true,"id":4948},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":4949},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4948":{"this":{"__isSmartRef__":true,"id":4877}},"4949":{},"4950":{"data":true,"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"moved","description":"true","attributeConnections":[{"__isSmartRef__":true,"id":4951}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5016}},"4951":{"sourceObj":{"__isSmartRef__":true,"id":4950},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":4952},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"4952":{"item":{"__isSmartRef__":true,"id":4950},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":4953}],"scripts":[],"shape":{"__isSmartRef__":true,"id":5003},"derivationIds":[null],"id":"0934B5C4-E2F0-478E-8E49-097D54306D45","renderContextTable":{"__isSmartRef__":true,"id":5009},"eventHandler":{"__isSmartRef__":true,"id":5010},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":5011},"layout":{"__isSmartRef__":true,"id":5012},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":5015},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":4954},"label":{"__isSmartRef__":true,"id":4973},"node":{"__isSmartRef__":true,"id":4953},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"4953":{"submorphs":[{"__isSmartRef__":true,"id":4954},{"__isSmartRef__":true,"id":4973}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4992},"derivationIds":[null],"id":"85658D23-1FA4-4DB9-A60D-8FBA10B8A0C9","renderContextTable":{"__isSmartRef__":true,"id":4997},"eventHandler":{"__isSmartRef__":true,"id":4998},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4999},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":5000},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":4952},"priorExtent":{"__isSmartRef__":true,"id":5002},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"4954":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4955},"derivationIds":[null],"id":"3C5CD1C0-4C67-456D-BBAB-AE605B2EF527","renderContextTable":{"__isSmartRef__":true,"id":4959},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":4960}],"eventHandler":{"__isSmartRef__":true,"id":4962},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":4953},"_Position":{"__isSmartRef__":true,"id":4963},"priorExtent":{"__isSmartRef__":true,"id":4964},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4965},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4955":{"_Position":{"__isSmartRef__":true,"id":4956},"renderContextTable":{"__isSmartRef__":true,"id":4957},"_Extent":{"__isSmartRef__":true,"id":4958},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-3c5cd1c0-4c67-456d-bbab-ae605b2ef527","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4956":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4957":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4958":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4959":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"4960":{"style":{"__isSmartRef__":true,"id":4961},"chunkOwner":{"__isSmartRef__":true,"id":4954},"storedString":"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4961":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4962":{"morph":{"__isSmartRef__":true,"id":4954},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4963":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4964":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4965":{"onMouseDown":{"__isSmartRef__":true,"id":4966}},"4966":{"varMapping":{"__isSmartRef__":true,"id":4967},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4972},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4967":{"this":{"__isSmartRef__":true,"id":4954},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4968}},"4968":{"$super":{"__isSmartRef__":true,"id":4969}},"4969":{"varMapping":{"__isSmartRef__":true,"id":4970},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4971},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4970":{"obj":{"__isSmartRef__":true,"id":4954},"name":"onMouseDown"},"4971":{},"4972":{},"4973":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4974},"derivationIds":[null],"id":"3D113849-AEC7-4432-BE99-0EB5C06F97FA","renderContextTable":{"__isSmartRef__":true,"id":4978},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":4979}],"eventHandler":{"__isSmartRef__":true,"id":4981},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":4953},"_Position":{"__isSmartRef__":true,"id":4982},"priorExtent":{"__isSmartRef__":true,"id":4983},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4984},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4974":{"_Position":{"__isSmartRef__":true,"id":4975},"renderContextTable":{"__isSmartRef__":true,"id":4976},"_Extent":{"__isSmartRef__":true,"id":4977},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-3d113849-aec7-4432-be99-0eb5c06f97fa","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4975":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4976":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4977":{"x":79,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4978":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"4979":{"style":{"__isSmartRef__":true,"id":4980},"chunkOwner":{"__isSmartRef__":true,"id":4973},"storedString":"moved true","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4980":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4981":{"morph":{"__isSmartRef__":true,"id":4973},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4982":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4983":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4984":{"onMouseDown":{"__isSmartRef__":true,"id":4985}},"4985":{"varMapping":{"__isSmartRef__":true,"id":4986},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4991},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4986":{"this":{"__isSmartRef__":true,"id":4973},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4987}},"4987":{"$super":{"__isSmartRef__":true,"id":4988}},"4988":{"varMapping":{"__isSmartRef__":true,"id":4989},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":4990},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4989":{"obj":{"__isSmartRef__":true,"id":4973},"name":"onMouseDown"},"4990":{},"4991":{},"4992":{"_Position":{"__isSmartRef__":true,"id":4993},"renderContextTable":{"__isSmartRef__":true,"id":4994},"_Extent":{"__isSmartRef__":true,"id":4995},"_Padding":{"__isSmartRef__":true,"id":4996},"_NodeClass":["morph","box"],"_NodeId":"morph-85658d23-1fa4-4db9-a60d-8fba10b8a0c9","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4993":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4994":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"4995":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4996":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"4997":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"4998":{"morph":{"__isSmartRef__":true,"id":4953},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4999":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5000":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":5001}},"5001":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":4953},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"5002":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5003":{"_Position":{"__isSmartRef__":true,"id":5004},"renderContextTable":{"__isSmartRef__":true,"id":5005},"_Extent":{"__isSmartRef__":true,"id":5006},"_Padding":{"__isSmartRef__":true,"id":5007},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-0934b5c4-e2f0-478e-8e49-097d54306d45","_Fill":{"__isSmartRef__":true,"id":5008},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5004":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5005":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5006":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5007":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5008":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5009":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"5010":{"morph":{"__isSmartRef__":true,"id":4952},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5011":{"x":0,"y":520,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5012":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":5013}},"5013":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":5014},"spacing":0,"container":{"__isSmartRef__":true,"id":4952},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"5014":{"top":0,"right":0,"bottom":0,"left":0},"5015":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5016":{"onSelect":{"__isSmartRef__":true,"id":5017},"onUpdate":{"__isSmartRef__":true,"id":5020}},"5017":{"varMapping":{"__isSmartRef__":true,"id":5018},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":5019},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5018":{"this":{"__isSmartRef__":true,"id":4950}},"5019":{},"5020":{"varMapping":{"__isSmartRef__":true,"id":5021},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":5022},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5021":{"this":{"__isSmartRef__":true,"id":4950}},"5022":{},"5023":{"data":"ObjectEditor2","inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"name","description":"ObjectEditor2","attributeConnections":[{"__isSmartRef__":true,"id":5024}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5091}},"5024":{"sourceObj":{"__isSmartRef__":true,"id":5023},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":5025},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"5025":{"item":{"__isSmartRef__":true,"id":5023},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":5026}],"scripts":[],"shape":{"__isSmartRef__":true,"id":5078},"derivationIds":[null],"id":"4AF438BE-F2B0-4CED-8305-685BE31E703F","renderContextTable":{"__isSmartRef__":true,"id":5084},"eventHandler":{"__isSmartRef__":true,"id":5085},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":5086},"layout":{"__isSmartRef__":true,"id":5087},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":5090},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":5027},"label":{"__isSmartRef__":true,"id":5046},"node":{"__isSmartRef__":true,"id":5026},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"5026":{"submorphs":[{"__isSmartRef__":true,"id":5027},{"__isSmartRef__":true,"id":5046}],"scripts":[],"shape":{"__isSmartRef__":true,"id":5067},"derivationIds":[null],"id":"44A4456E-0180-4A61-AD13-BE3FE30D9DB2","renderContextTable":{"__isSmartRef__":true,"id":5072},"eventHandler":{"__isSmartRef__":true,"id":5073},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":5074},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":5075},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":5025},"priorExtent":{"__isSmartRef__":true,"id":5077},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"5027":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5028},"derivationIds":[null],"id":"156E0FCA-A2BE-4B9F-952E-A8C885F16F2C","renderContextTable":{"__isSmartRef__":true,"id":5032},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":5033}],"eventHandler":{"__isSmartRef__":true,"id":5035},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":5026},"_Position":{"__isSmartRef__":true,"id":5036},"priorExtent":{"__isSmartRef__":true,"id":5037},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5038},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5028":{"_Position":{"__isSmartRef__":true,"id":5029},"renderContextTable":{"__isSmartRef__":true,"id":5030},"_Extent":{"__isSmartRef__":true,"id":5031},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-156e0fca-a2be-4b9f-952e-a8c885f16f2c","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5029":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5030":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5031":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5032":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"5033":{"style":{"__isSmartRef__":true,"id":5034},"chunkOwner":{"__isSmartRef__":true,"id":5027},"storedString":"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5034":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5035":{"morph":{"__isSmartRef__":true,"id":5027},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5036":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5037":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5038":{"onMouseDown":{"__isSmartRef__":true,"id":5039}},"5039":{"varMapping":{"__isSmartRef__":true,"id":5040},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5045},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5040":{"this":{"__isSmartRef__":true,"id":5027},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5041}},"5041":{"$super":{"__isSmartRef__":true,"id":5042}},"5042":{"varMapping":{"__isSmartRef__":true,"id":5043},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5044},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5043":{"obj":{"__isSmartRef__":true,"id":5027},"name":"onMouseDown"},"5044":{},"5045":{},"5046":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5047},"derivationIds":[null],"id":"2F93C8CD-BDBE-4BDA-B0A7-A389E4CA3A0E","renderContextTable":{"__isSmartRef__":true,"id":5051},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":5052},{"__isSmartRef__":true,"id":5054}],"cachedTextString":"name ","eventHandler":{"__isSmartRef__":true,"id":5056},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":5026},"_Position":{"__isSmartRef__":true,"id":5057},"priorExtent":{"__isSmartRef__":true,"id":5058},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5059},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5047":{"_Position":{"__isSmartRef__":true,"id":5048},"renderContextTable":{"__isSmartRef__":true,"id":5049},"_Extent":{"__isSmartRef__":true,"id":5050},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-2f93c8cd-bdbe-4bda-b0a7-a389e4ca3a0e","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5048":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5049":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5050":{"x":124,"y":16,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5051":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"5052":{"style":{"__isSmartRef__":true,"id":5053},"chunkOwner":{"__isSmartRef__":true,"id":5046},"storedString":"name ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5053":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5054":{"style":{"__isSmartRef__":true,"id":5055},"chunkOwner":{"__isSmartRef__":true,"id":5046},"storedString":"ObjectEditor2","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5055":{"color":{"__isSmartRef__":true,"id":4305},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5056":{"morph":{"__isSmartRef__":true,"id":5046},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5057":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5058":{"x":124,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5059":{"onMouseDown":{"__isSmartRef__":true,"id":5060}},"5060":{"varMapping":{"__isSmartRef__":true,"id":5061},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5066},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5061":{"this":{"__isSmartRef__":true,"id":5046},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5062}},"5062":{"$super":{"__isSmartRef__":true,"id":5063}},"5063":{"varMapping":{"__isSmartRef__":true,"id":5064},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5065},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5064":{"obj":{"__isSmartRef__":true,"id":5046},"name":"onMouseDown"},"5065":{},"5066":{},"5067":{"_Position":{"__isSmartRef__":true,"id":5068},"renderContextTable":{"__isSmartRef__":true,"id":5069},"_Extent":{"__isSmartRef__":true,"id":5070},"_Padding":{"__isSmartRef__":true,"id":5071},"_NodeClass":["morph","box"],"_NodeId":"morph-44a4456e-0180-4a61-ad13-be3fe30d9db2","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5068":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5069":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5070":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5071":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5072":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"5073":{"morph":{"__isSmartRef__":true,"id":5026},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5074":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5075":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":5076}},"5076":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":5026},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"5077":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5078":{"_Position":{"__isSmartRef__":true,"id":5079},"renderContextTable":{"__isSmartRef__":true,"id":5080},"_Extent":{"__isSmartRef__":true,"id":5081},"_Padding":{"__isSmartRef__":true,"id":5082},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-4af438be-f2b0-4ced-8305-685be31e703f","_Fill":{"__isSmartRef__":true,"id":5083},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5079":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5080":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5081":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5082":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5083":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5084":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"5085":{"morph":{"__isSmartRef__":true,"id":5025},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5086":{"x":0,"y":540,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5087":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":5088}},"5088":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":5089},"spacing":0,"container":{"__isSmartRef__":true,"id":5025},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"5089":{"top":0,"right":0,"bottom":0,"left":0},"5090":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5091":{"onSelect":{"__isSmartRef__":true,"id":5092},"onUpdate":{"__isSmartRef__":true,"id":5095}},"5092":{"varMapping":{"__isSmartRef__":true,"id":5093},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":5094},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5093":{"this":{"__isSmartRef__":true,"id":5023}},"5094":{},"5095":{"varMapping":{"__isSmartRef__":true,"id":5096},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":5097},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5096":{"this":{"__isSmartRef__":true,"id":5023}},"5097":{},"5098":{"data":{"__isSmartRef__":true,"id":0},"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"owner","description":"World","children":[],"attributeConnections":[{"__isSmartRef__":true,"id":5099}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5164}},"5099":{"sourceObj":{"__isSmartRef__":true,"id":5098},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":5100},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"5100":{"item":{"__isSmartRef__":true,"id":5098},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":5101}],"scripts":[],"shape":{"__isSmartRef__":true,"id":5151},"derivationIds":[null],"id":"4C7C4E58-1B76-44B4-BCBA-CBA00B5E44B0","renderContextTable":{"__isSmartRef__":true,"id":5157},"eventHandler":{"__isSmartRef__":true,"id":5158},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":5159},"layout":{"__isSmartRef__":true,"id":5160},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":5163},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":5102},"label":{"__isSmartRef__":true,"id":5121},"node":{"__isSmartRef__":true,"id":5101},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"5101":{"submorphs":[{"__isSmartRef__":true,"id":5102},{"__isSmartRef__":true,"id":5121}],"scripts":[],"shape":{"__isSmartRef__":true,"id":5140},"derivationIds":[null],"id":"3FF1A6F8-AD69-472D-95B4-7584B06A15D7","renderContextTable":{"__isSmartRef__":true,"id":5145},"eventHandler":{"__isSmartRef__":true,"id":5146},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":5147},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":5148},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":5100},"priorExtent":{"__isSmartRef__":true,"id":5150},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"5102":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5103},"derivationIds":[null],"id":"76F176B3-F0A5-4E67-86A2-4C3AE21545CD","renderContextTable":{"__isSmartRef__":true,"id":5107},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":5108}],"eventHandler":{"__isSmartRef__":true,"id":5110},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":5101},"_Position":{"__isSmartRef__":true,"id":5111},"priorExtent":{"__isSmartRef__":true,"id":5112},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5113},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5103":{"_Position":{"__isSmartRef__":true,"id":5104},"renderContextTable":{"__isSmartRef__":true,"id":5105},"_Extent":{"__isSmartRef__":true,"id":5106},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-76f176b3-f0a5-4e67-86a2-4c3ae21545cd","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5104":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5105":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5106":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5107":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"5108":{"style":{"__isSmartRef__":true,"id":5109},"chunkOwner":{"__isSmartRef__":true,"id":5102},"storedString":"►","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5109":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5110":{"morph":{"__isSmartRef__":true,"id":5102},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5111":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5112":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5113":{"onMouseDown":{"__isSmartRef__":true,"id":5114}},"5114":{"varMapping":{"__isSmartRef__":true,"id":5115},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5120},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5115":{"this":{"__isSmartRef__":true,"id":5102},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5116}},"5116":{"$super":{"__isSmartRef__":true,"id":5117}},"5117":{"varMapping":{"__isSmartRef__":true,"id":5118},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5119},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5118":{"obj":{"__isSmartRef__":true,"id":5102},"name":"onMouseDown"},"5119":{},"5120":{},"5121":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5122},"derivationIds":[null],"id":"45943629-9A6E-4880-B700-B7A30A748F57","renderContextTable":{"__isSmartRef__":true,"id":5126},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":5127}],"eventHandler":{"__isSmartRef__":true,"id":5129},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":5101},"_Position":{"__isSmartRef__":true,"id":5130},"priorExtent":{"__isSmartRef__":true,"id":5131},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5132},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5122":{"_Position":{"__isSmartRef__":true,"id":5123},"renderContextTable":{"__isSmartRef__":true,"id":5124},"_Extent":{"__isSmartRef__":true,"id":5125},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-45943629-9a6e-4880-b700-b7a30a748f57","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5123":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5124":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5125":{"x":88,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5126":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"5127":{"style":{"__isSmartRef__":true,"id":5128},"chunkOwner":{"__isSmartRef__":true,"id":5121},"storedString":"owner World","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5128":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5129":{"morph":{"__isSmartRef__":true,"id":5121},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5130":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5131":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5132":{"onMouseDown":{"__isSmartRef__":true,"id":5133}},"5133":{"varMapping":{"__isSmartRef__":true,"id":5134},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5139},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5134":{"this":{"__isSmartRef__":true,"id":5121},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5135}},"5135":{"$super":{"__isSmartRef__":true,"id":5136}},"5136":{"varMapping":{"__isSmartRef__":true,"id":5137},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5138},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5137":{"obj":{"__isSmartRef__":true,"id":5121},"name":"onMouseDown"},"5138":{},"5139":{},"5140":{"_Position":{"__isSmartRef__":true,"id":5141},"renderContextTable":{"__isSmartRef__":true,"id":5142},"_Extent":{"__isSmartRef__":true,"id":5143},"_Padding":{"__isSmartRef__":true,"id":5144},"_NodeClass":["morph","box"],"_NodeId":"morph-3ff1a6f8-ad69-472d-95b4-7584b06a15d7","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5141":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5142":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5143":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5144":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5145":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"5146":{"morph":{"__isSmartRef__":true,"id":5101},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5147":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5148":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":5149}},"5149":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":5101},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"5150":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5151":{"_Position":{"__isSmartRef__":true,"id":5152},"renderContextTable":{"__isSmartRef__":true,"id":5153},"_Extent":{"__isSmartRef__":true,"id":5154},"_Padding":{"__isSmartRef__":true,"id":5155},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-4c7c4e58-1b76-44b4-bcba-cba00b5e44b0","_Fill":{"__isSmartRef__":true,"id":5156},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5152":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5153":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5154":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5155":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5156":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5157":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"5158":{"morph":{"__isSmartRef__":true,"id":5100},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5159":{"x":0,"y":560,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5160":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":5161}},"5161":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":5162},"spacing":0,"container":{"__isSmartRef__":true,"id":5100},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"5162":{"top":0,"right":0,"bottom":0,"left":0},"5163":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5164":{"onSelect":{"__isSmartRef__":true,"id":5165},"onExpand":{"__isSmartRef__":true,"id":5168},"onUpdateChildren":{"__isSmartRef__":true,"id":5171},"onUpdate":{"__isSmartRef__":true,"id":5174}},"5165":{"varMapping":{"__isSmartRef__":true,"id":5166},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":5167},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5166":{"this":{"__isSmartRef__":true,"id":5098}},"5167":{},"5168":{"varMapping":{"__isSmartRef__":true,"id":5169},"source":"function onExpand() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":5170},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5169":{"this":{"__isSmartRef__":true,"id":5098}},"5170":{},"5171":{"varMapping":{"__isSmartRef__":true,"id":5172},"source":"function onUpdateChildren() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":5173},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5172":{"this":{"__isSmartRef__":true,"id":5098}},"5173":{},"5174":{"varMapping":{"__isSmartRef__":true,"id":5175},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":5176},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5175":{"this":{"__isSmartRef__":true,"id":5098}},"5176":{},"5177":{"data":{"__isSmartRef__":true,"id":2800},"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"partsBinMetaInfo","description":"PartsBinMetaInfo","children":[],"attributeConnections":[{"__isSmartRef__":true,"id":5178}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5243}},"5178":{"sourceObj":{"__isSmartRef__":true,"id":5177},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":5179},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"5179":{"item":{"__isSmartRef__":true,"id":5177},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":5180}],"scripts":[],"shape":{"__isSmartRef__":true,"id":5230},"derivationIds":[null],"id":"132A65ED-B598-4C31-9FF9-D58F4AEE2AAE","renderContextTable":{"__isSmartRef__":true,"id":5236},"eventHandler":{"__isSmartRef__":true,"id":5237},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":5238},"layout":{"__isSmartRef__":true,"id":5239},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":5242},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":5181},"label":{"__isSmartRef__":true,"id":5200},"node":{"__isSmartRef__":true,"id":5180},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"5180":{"submorphs":[{"__isSmartRef__":true,"id":5181},{"__isSmartRef__":true,"id":5200}],"scripts":[],"shape":{"__isSmartRef__":true,"id":5219},"derivationIds":[null],"id":"69D66D47-3D6E-445A-A6B3-94B26339D107","renderContextTable":{"__isSmartRef__":true,"id":5224},"eventHandler":{"__isSmartRef__":true,"id":5225},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":5226},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":5227},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":5179},"priorExtent":{"__isSmartRef__":true,"id":5229},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"5181":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5182},"derivationIds":[null],"id":"6C09CF66-5662-4F25-9326-C37EA9E59299","renderContextTable":{"__isSmartRef__":true,"id":5186},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":5187}],"eventHandler":{"__isSmartRef__":true,"id":5189},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":5180},"_Position":{"__isSmartRef__":true,"id":5190},"priorExtent":{"__isSmartRef__":true,"id":5191},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5192},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5182":{"_Position":{"__isSmartRef__":true,"id":5183},"renderContextTable":{"__isSmartRef__":true,"id":5184},"_Extent":{"__isSmartRef__":true,"id":5185},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-6c09cf66-5662-4f25-9326-c37ea9e59299","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5183":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5184":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5185":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5186":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"5187":{"style":{"__isSmartRef__":true,"id":5188},"chunkOwner":{"__isSmartRef__":true,"id":5181},"storedString":"►","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5188":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5189":{"morph":{"__isSmartRef__":true,"id":5181},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5190":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5191":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5192":{"onMouseDown":{"__isSmartRef__":true,"id":5193}},"5193":{"varMapping":{"__isSmartRef__":true,"id":5194},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5199},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5194":{"this":{"__isSmartRef__":true,"id":5181},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5195}},"5195":{"$super":{"__isSmartRef__":true,"id":5196}},"5196":{"varMapping":{"__isSmartRef__":true,"id":5197},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5198},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5197":{"obj":{"__isSmartRef__":true,"id":5181},"name":"onMouseDown"},"5198":{},"5199":{},"5200":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5201},"derivationIds":[null],"id":"46620077-CE2A-4CF7-B69D-5BE7BC11CC17","renderContextTable":{"__isSmartRef__":true,"id":5205},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":5206}],"eventHandler":{"__isSmartRef__":true,"id":5208},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":5180},"_Position":{"__isSmartRef__":true,"id":5209},"priorExtent":{"__isSmartRef__":true,"id":5210},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5211},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5201":{"_Position":{"__isSmartRef__":true,"id":5202},"renderContextTable":{"__isSmartRef__":true,"id":5203},"_Extent":{"__isSmartRef__":true,"id":5204},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-46620077-ce2a-4cf7-b69d-5be7bc11cc17","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5202":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5203":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5204":{"x":220,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5205":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"5206":{"style":{"__isSmartRef__":true,"id":5207},"chunkOwner":{"__isSmartRef__":true,"id":5200},"storedString":"partsBinMetaInfo PartsBinMetaInfo","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5207":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5208":{"morph":{"__isSmartRef__":true,"id":5200},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5209":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5210":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5211":{"onMouseDown":{"__isSmartRef__":true,"id":5212}},"5212":{"varMapping":{"__isSmartRef__":true,"id":5213},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5218},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5213":{"this":{"__isSmartRef__":true,"id":5200},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5214}},"5214":{"$super":{"__isSmartRef__":true,"id":5215}},"5215":{"varMapping":{"__isSmartRef__":true,"id":5216},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5217},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5216":{"obj":{"__isSmartRef__":true,"id":5200},"name":"onMouseDown"},"5217":{},"5218":{},"5219":{"_Position":{"__isSmartRef__":true,"id":5220},"renderContextTable":{"__isSmartRef__":true,"id":5221},"_Extent":{"__isSmartRef__":true,"id":5222},"_Padding":{"__isSmartRef__":true,"id":5223},"_NodeClass":["morph","box"],"_NodeId":"morph-69d66d47-3d6e-445a-a6b3-94b26339d107","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5220":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5221":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5222":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5223":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5224":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"5225":{"morph":{"__isSmartRef__":true,"id":5180},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5226":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5227":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":5228}},"5228":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":5180},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"5229":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5230":{"_Position":{"__isSmartRef__":true,"id":5231},"renderContextTable":{"__isSmartRef__":true,"id":5232},"_Extent":{"__isSmartRef__":true,"id":5233},"_Padding":{"__isSmartRef__":true,"id":5234},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-132a65ed-b598-4c31-9ff9-d58f4aee2aae","_Fill":{"__isSmartRef__":true,"id":5235},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5231":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5232":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5233":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5234":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5235":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5236":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"5237":{"morph":{"__isSmartRef__":true,"id":5179},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5238":{"x":0,"y":580,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5239":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":5240}},"5240":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":5241},"spacing":0,"container":{"__isSmartRef__":true,"id":5179},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"5241":{"top":0,"right":0,"bottom":0,"left":0},"5242":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5243":{"onSelect":{"__isSmartRef__":true,"id":5244},"onExpand":{"__isSmartRef__":true,"id":5247},"onUpdateChildren":{"__isSmartRef__":true,"id":5250},"onUpdate":{"__isSmartRef__":true,"id":5253}},"5244":{"varMapping":{"__isSmartRef__":true,"id":5245},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":5246},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5245":{"this":{"__isSmartRef__":true,"id":5177}},"5246":{},"5247":{"varMapping":{"__isSmartRef__":true,"id":5248},"source":"function onExpand() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":5249},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5248":{"this":{"__isSmartRef__":true,"id":5177}},"5249":{},"5250":{"varMapping":{"__isSmartRef__":true,"id":5251},"source":"function onUpdateChildren() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":5252},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5251":{"this":{"__isSmartRef__":true,"id":5177}},"5252":{},"5253":{"varMapping":{"__isSmartRef__":true,"id":5254},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":5255},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5254":{"this":{"__isSmartRef__":true,"id":5177}},"5255":{},"5256":{"data":{"__isSmartRef__":true,"id":2929},"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"prevDragPos","description":"Point","children":[],"attributeConnections":[{"__isSmartRef__":true,"id":5257}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5322}},"5257":{"sourceObj":{"__isSmartRef__":true,"id":5256},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":5258},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"5258":{"item":{"__isSmartRef__":true,"id":5256},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":5259}],"scripts":[],"shape":{"__isSmartRef__":true,"id":5309},"derivationIds":[null],"id":"2FE35D2C-1AAD-4C44-8AEB-562AB5C7E855","renderContextTable":{"__isSmartRef__":true,"id":5315},"eventHandler":{"__isSmartRef__":true,"id":5316},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":5317},"layout":{"__isSmartRef__":true,"id":5318},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":5321},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":5260},"label":{"__isSmartRef__":true,"id":5279},"node":{"__isSmartRef__":true,"id":5259},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"5259":{"submorphs":[{"__isSmartRef__":true,"id":5260},{"__isSmartRef__":true,"id":5279}],"scripts":[],"shape":{"__isSmartRef__":true,"id":5298},"derivationIds":[null],"id":"0FD81570-2B51-449E-B551-C81A52A65708","renderContextTable":{"__isSmartRef__":true,"id":5303},"eventHandler":{"__isSmartRef__":true,"id":5304},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":5305},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":5306},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":5258},"priorExtent":{"__isSmartRef__":true,"id":5308},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"5260":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5261},"derivationIds":[null],"id":"B943B2B9-C8F5-4013-91B7-919432B3B33D","renderContextTable":{"__isSmartRef__":true,"id":5265},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":5266}],"eventHandler":{"__isSmartRef__":true,"id":5268},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":5259},"_Position":{"__isSmartRef__":true,"id":5269},"priorExtent":{"__isSmartRef__":true,"id":5270},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5271},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5261":{"_Position":{"__isSmartRef__":true,"id":5262},"renderContextTable":{"__isSmartRef__":true,"id":5263},"_Extent":{"__isSmartRef__":true,"id":5264},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-b943b2b9-c8f5-4013-91b7-919432b3b33d","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5262":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5263":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5264":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5265":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"5266":{"style":{"__isSmartRef__":true,"id":5267},"chunkOwner":{"__isSmartRef__":true,"id":5260},"storedString":"►","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5267":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5268":{"morph":{"__isSmartRef__":true,"id":5260},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5269":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5270":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5271":{"onMouseDown":{"__isSmartRef__":true,"id":5272}},"5272":{"varMapping":{"__isSmartRef__":true,"id":5273},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5278},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5273":{"this":{"__isSmartRef__":true,"id":5260},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5274}},"5274":{"$super":{"__isSmartRef__":true,"id":5275}},"5275":{"varMapping":{"__isSmartRef__":true,"id":5276},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5277},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5276":{"obj":{"__isSmartRef__":true,"id":5260},"name":"onMouseDown"},"5277":{},"5278":{},"5279":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5280},"derivationIds":[null],"id":"64117FE2-C8D1-455C-BD0C-B6721DC08A2C","renderContextTable":{"__isSmartRef__":true,"id":5284},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":5285}],"eventHandler":{"__isSmartRef__":true,"id":5287},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":5259},"_Position":{"__isSmartRef__":true,"id":5288},"priorExtent":{"__isSmartRef__":true,"id":5289},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5290},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5280":{"_Position":{"__isSmartRef__":true,"id":5281},"renderContextTable":{"__isSmartRef__":true,"id":5282},"_Extent":{"__isSmartRef__":true,"id":5283},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-64117fe2-c8d1-455c-bd0c-b6721dc08a2c","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5281":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5282":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5283":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5284":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"5285":{"style":{"__isSmartRef__":true,"id":5286},"chunkOwner":{"__isSmartRef__":true,"id":5279},"storedString":"prevDragPos Point","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5286":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5287":{"morph":{"__isSmartRef__":true,"id":5279},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5288":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5289":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5290":{"onMouseDown":{"__isSmartRef__":true,"id":5291}},"5291":{"varMapping":{"__isSmartRef__":true,"id":5292},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5297},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5292":{"this":{"__isSmartRef__":true,"id":5279},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5293}},"5293":{"$super":{"__isSmartRef__":true,"id":5294}},"5294":{"varMapping":{"__isSmartRef__":true,"id":5295},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5296},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5295":{"obj":{"__isSmartRef__":true,"id":5279},"name":"onMouseDown"},"5296":{},"5297":{},"5298":{"_Position":{"__isSmartRef__":true,"id":5299},"renderContextTable":{"__isSmartRef__":true,"id":5300},"_Extent":{"__isSmartRef__":true,"id":5301},"_Padding":{"__isSmartRef__":true,"id":5302},"_NodeClass":["morph","box"],"_NodeId":"morph-0fd81570-2b51-449e-b551-c81a52a65708","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5299":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5300":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5301":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5302":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5303":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"5304":{"morph":{"__isSmartRef__":true,"id":5259},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5305":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5306":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":5307}},"5307":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":5259},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"5308":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5309":{"_Position":{"__isSmartRef__":true,"id":5310},"renderContextTable":{"__isSmartRef__":true,"id":5311},"_Extent":{"__isSmartRef__":true,"id":5312},"_Padding":{"__isSmartRef__":true,"id":5313},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-2fe35d2c-1aad-4c44-8aeb-562ab5c7e855","_Fill":{"__isSmartRef__":true,"id":5314},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5310":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5311":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5312":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5313":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5314":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5315":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"5316":{"morph":{"__isSmartRef__":true,"id":5258},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5317":{"x":0,"y":600,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5318":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":5319}},"5319":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":5320},"spacing":0,"container":{"__isSmartRef__":true,"id":5258},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"5320":{"top":0,"right":0,"bottom":0,"left":0},"5321":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5322":{"onSelect":{"__isSmartRef__":true,"id":5323},"onExpand":{"__isSmartRef__":true,"id":5326},"onUpdateChildren":{"__isSmartRef__":true,"id":5329},"onUpdate":{"__isSmartRef__":true,"id":5332}},"5323":{"varMapping":{"__isSmartRef__":true,"id":5324},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":5325},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5324":{"this":{"__isSmartRef__":true,"id":5256}},"5325":{},"5326":{"varMapping":{"__isSmartRef__":true,"id":5327},"source":"function onExpand() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":5328},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5327":{"this":{"__isSmartRef__":true,"id":5256}},"5328":{},"5329":{"varMapping":{"__isSmartRef__":true,"id":5330},"source":"function onUpdateChildren() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":5331},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5330":{"this":{"__isSmartRef__":true,"id":5256}},"5331":{},"5332":{"varMapping":{"__isSmartRef__":true,"id":5333},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":5334},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5333":{"this":{"__isSmartRef__":true,"id":5256}},"5334":{},"5335":{"data":[0,0],"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"prevScroll","description":"[...]","children":[],"attributeConnections":[{"__isSmartRef__":true,"id":5336}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5401}},"5336":{"sourceObj":{"__isSmartRef__":true,"id":5335},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":5337},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"5337":{"item":{"__isSmartRef__":true,"id":5335},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":5338}],"scripts":[],"shape":{"__isSmartRef__":true,"id":5388},"derivationIds":[null],"id":"7FA6C9CE-E50B-4EF0-9DC7-B5CDCA075092","renderContextTable":{"__isSmartRef__":true,"id":5394},"eventHandler":{"__isSmartRef__":true,"id":5395},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":5396},"layout":{"__isSmartRef__":true,"id":5397},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":5400},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":5339},"label":{"__isSmartRef__":true,"id":5358},"node":{"__isSmartRef__":true,"id":5338},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"5338":{"submorphs":[{"__isSmartRef__":true,"id":5339},{"__isSmartRef__":true,"id":5358}],"scripts":[],"shape":{"__isSmartRef__":true,"id":5377},"derivationIds":[null],"id":"D96000D5-0DDB-4E85-89AB-B4BB588CC0FA","renderContextTable":{"__isSmartRef__":true,"id":5382},"eventHandler":{"__isSmartRef__":true,"id":5383},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":5384},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":5385},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":5337},"priorExtent":{"__isSmartRef__":true,"id":5387},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"5339":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5340},"derivationIds":[null],"id":"7C33157D-8FE8-415B-9BF9-8437A4D6E44F","renderContextTable":{"__isSmartRef__":true,"id":5344},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":5345}],"eventHandler":{"__isSmartRef__":true,"id":5347},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":5338},"_Position":{"__isSmartRef__":true,"id":5348},"priorExtent":{"__isSmartRef__":true,"id":5349},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5350},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5340":{"_Position":{"__isSmartRef__":true,"id":5341},"renderContextTable":{"__isSmartRef__":true,"id":5342},"_Extent":{"__isSmartRef__":true,"id":5343},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-7c33157d-8fe8-415b-9bf9-8437a4d6e44f","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5341":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5342":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5343":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5344":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"5345":{"style":{"__isSmartRef__":true,"id":5346},"chunkOwner":{"__isSmartRef__":true,"id":5339},"storedString":"►","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5346":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5347":{"morph":{"__isSmartRef__":true,"id":5339},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5348":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5349":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5350":{"onMouseDown":{"__isSmartRef__":true,"id":5351}},"5351":{"varMapping":{"__isSmartRef__":true,"id":5352},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5357},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5352":{"this":{"__isSmartRef__":true,"id":5339},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5353}},"5353":{"$super":{"__isSmartRef__":true,"id":5354}},"5354":{"varMapping":{"__isSmartRef__":true,"id":5355},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5356},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5355":{"obj":{"__isSmartRef__":true,"id":5339},"name":"onMouseDown"},"5356":{},"5357":{},"5358":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5359},"derivationIds":[null],"id":"78BCE926-8F3E-4CA5-ADB0-9B0F18A2453A","renderContextTable":{"__isSmartRef__":true,"id":5363},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":5364}],"eventHandler":{"__isSmartRef__":true,"id":5366},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":5338},"_Position":{"__isSmartRef__":true,"id":5367},"priorExtent":{"__isSmartRef__":true,"id":5368},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5369},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5359":{"_Position":{"__isSmartRef__":true,"id":5360},"renderContextTable":{"__isSmartRef__":true,"id":5361},"_Extent":{"__isSmartRef__":true,"id":5362},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-78bce926-8f3e-4ca5-adb0-9b0f18a2453a","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5360":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5361":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5362":{"x":91,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5363":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"5364":{"style":{"__isSmartRef__":true,"id":5365},"chunkOwner":{"__isSmartRef__":true,"id":5358},"storedString":"prevScroll [...]","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5365":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5366":{"morph":{"__isSmartRef__":true,"id":5358},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5367":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5368":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5369":{"onMouseDown":{"__isSmartRef__":true,"id":5370}},"5370":{"varMapping":{"__isSmartRef__":true,"id":5371},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5376},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5371":{"this":{"__isSmartRef__":true,"id":5358},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5372}},"5372":{"$super":{"__isSmartRef__":true,"id":5373}},"5373":{"varMapping":{"__isSmartRef__":true,"id":5374},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5375},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5374":{"obj":{"__isSmartRef__":true,"id":5358},"name":"onMouseDown"},"5375":{},"5376":{},"5377":{"_Position":{"__isSmartRef__":true,"id":5378},"renderContextTable":{"__isSmartRef__":true,"id":5379},"_Extent":{"__isSmartRef__":true,"id":5380},"_Padding":{"__isSmartRef__":true,"id":5381},"_NodeClass":["morph","box"],"_NodeId":"morph-d96000d5-0ddb-4e85-89ab-b4bb588cc0fa","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5378":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5379":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5380":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5381":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5382":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"5383":{"morph":{"__isSmartRef__":true,"id":5338},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5384":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5385":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":5386}},"5386":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":5338},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"5387":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5388":{"_Position":{"__isSmartRef__":true,"id":5389},"renderContextTable":{"__isSmartRef__":true,"id":5390},"_Extent":{"__isSmartRef__":true,"id":5391},"_Padding":{"__isSmartRef__":true,"id":5392},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-7fa6c9ce-e50b-4ef0-9dc7-b5cdca075092","_Fill":{"__isSmartRef__":true,"id":5393},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5389":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5390":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5391":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5392":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5393":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5394":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"5395":{"morph":{"__isSmartRef__":true,"id":5337},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5396":{"x":0,"y":620,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5397":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":5398}},"5398":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":5399},"spacing":0,"container":{"__isSmartRef__":true,"id":5337},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"5399":{"top":0,"right":0,"bottom":0,"left":0},"5400":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5401":{"onSelect":{"__isSmartRef__":true,"id":5402},"onExpand":{"__isSmartRef__":true,"id":5405},"onUpdateChildren":{"__isSmartRef__":true,"id":5408},"onUpdate":{"__isSmartRef__":true,"id":5411}},"5402":{"varMapping":{"__isSmartRef__":true,"id":5403},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":5404},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5403":{"this":{"__isSmartRef__":true,"id":5335}},"5404":{},"5405":{"varMapping":{"__isSmartRef__":true,"id":5406},"source":"function onExpand() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":5407},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5406":{"this":{"__isSmartRef__":true,"id":5335}},"5407":{},"5408":{"varMapping":{"__isSmartRef__":true,"id":5409},"source":"function onUpdateChildren() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":5410},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5409":{"this":{"__isSmartRef__":true,"id":5335}},"5410":{},"5411":{"varMapping":{"__isSmartRef__":true,"id":5412},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":5413},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5412":{"this":{"__isSmartRef__":true,"id":5335}},"5413":{},"5414":{"data":{"__isSmartRef__":true,"id":2794},"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"priorExtent","description":"Point","children":[],"attributeConnections":[{"__isSmartRef__":true,"id":5415}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5480}},"5415":{"sourceObj":{"__isSmartRef__":true,"id":5414},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":5416},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"5416":{"item":{"__isSmartRef__":true,"id":5414},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":5417}],"scripts":[],"shape":{"__isSmartRef__":true,"id":5467},"derivationIds":[null],"id":"A1DD78CA-8349-4C5E-8E0B-B9B18C9C04E3","renderContextTable":{"__isSmartRef__":true,"id":5473},"eventHandler":{"__isSmartRef__":true,"id":5474},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":5475},"layout":{"__isSmartRef__":true,"id":5476},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":5479},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":5418},"label":{"__isSmartRef__":true,"id":5437},"node":{"__isSmartRef__":true,"id":5417},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"5417":{"submorphs":[{"__isSmartRef__":true,"id":5418},{"__isSmartRef__":true,"id":5437}],"scripts":[],"shape":{"__isSmartRef__":true,"id":5456},"derivationIds":[null],"id":"031BA676-2972-4D4A-BB71-0C9FC44A7AA1","renderContextTable":{"__isSmartRef__":true,"id":5461},"eventHandler":{"__isSmartRef__":true,"id":5462},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":5463},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":5464},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":5416},"priorExtent":{"__isSmartRef__":true,"id":5466},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"5418":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5419},"derivationIds":[null],"id":"3E4023D4-4063-495A-A58B-0B1696BE6EC8","renderContextTable":{"__isSmartRef__":true,"id":5423},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":5424}],"eventHandler":{"__isSmartRef__":true,"id":5426},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":5417},"_Position":{"__isSmartRef__":true,"id":5427},"priorExtent":{"__isSmartRef__":true,"id":5428},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5429},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5419":{"_Position":{"__isSmartRef__":true,"id":5420},"renderContextTable":{"__isSmartRef__":true,"id":5421},"_Extent":{"__isSmartRef__":true,"id":5422},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-3e4023d4-4063-495a-a58b-0b1696be6ec8","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5420":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5421":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5422":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5423":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"5424":{"style":{"__isSmartRef__":true,"id":5425},"chunkOwner":{"__isSmartRef__":true,"id":5418},"storedString":"►","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5425":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5426":{"morph":{"__isSmartRef__":true,"id":5418},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5427":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5428":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5429":{"onMouseDown":{"__isSmartRef__":true,"id":5430}},"5430":{"varMapping":{"__isSmartRef__":true,"id":5431},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5436},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5431":{"this":{"__isSmartRef__":true,"id":5418},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5432}},"5432":{"$super":{"__isSmartRef__":true,"id":5433}},"5433":{"varMapping":{"__isSmartRef__":true,"id":5434},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5435},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5434":{"obj":{"__isSmartRef__":true,"id":5418},"name":"onMouseDown"},"5435":{},"5436":{},"5437":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5438},"derivationIds":[null],"id":"25C71DB4-E753-4CAF-8279-481566CBEB4A","renderContextTable":{"__isSmartRef__":true,"id":5442},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":5443}],"eventHandler":{"__isSmartRef__":true,"id":5445},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":5417},"_Position":{"__isSmartRef__":true,"id":5446},"priorExtent":{"__isSmartRef__":true,"id":5447},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5448},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5438":{"_Position":{"__isSmartRef__":true,"id":5439},"renderContextTable":{"__isSmartRef__":true,"id":5440},"_Extent":{"__isSmartRef__":true,"id":5441},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-25c71db4-e753-4caf-8279-481566cbeb4a","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5439":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5440":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5441":{"x":110,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5442":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"5443":{"style":{"__isSmartRef__":true,"id":5444},"chunkOwner":{"__isSmartRef__":true,"id":5437},"storedString":"priorExtent Point","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5444":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5445":{"morph":{"__isSmartRef__":true,"id":5437},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5446":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5447":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5448":{"onMouseDown":{"__isSmartRef__":true,"id":5449}},"5449":{"varMapping":{"__isSmartRef__":true,"id":5450},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5455},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5450":{"this":{"__isSmartRef__":true,"id":5437},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5451}},"5451":{"$super":{"__isSmartRef__":true,"id":5452}},"5452":{"varMapping":{"__isSmartRef__":true,"id":5453},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5454},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5453":{"obj":{"__isSmartRef__":true,"id":5437},"name":"onMouseDown"},"5454":{},"5455":{},"5456":{"_Position":{"__isSmartRef__":true,"id":5457},"renderContextTable":{"__isSmartRef__":true,"id":5458},"_Extent":{"__isSmartRef__":true,"id":5459},"_Padding":{"__isSmartRef__":true,"id":5460},"_NodeClass":["morph","box"],"_NodeId":"morph-031ba676-2972-4d4a-bb71-0c9fc44a7aa1","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5457":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5458":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5459":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5460":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5461":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"5462":{"morph":{"__isSmartRef__":true,"id":5417},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5463":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5464":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":5465}},"5465":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":5417},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"5466":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5467":{"_Position":{"__isSmartRef__":true,"id":5468},"renderContextTable":{"__isSmartRef__":true,"id":5469},"_Extent":{"__isSmartRef__":true,"id":5470},"_Padding":{"__isSmartRef__":true,"id":5471},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-a1dd78ca-8349-4c5e-8e0b-b9b18c9c04e3","_Fill":{"__isSmartRef__":true,"id":5472},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5468":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5469":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5470":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5471":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5472":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5473":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"5474":{"morph":{"__isSmartRef__":true,"id":5416},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5475":{"x":0,"y":640,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5476":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":5477}},"5477":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":5478},"spacing":0,"container":{"__isSmartRef__":true,"id":5416},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"5478":{"top":0,"right":0,"bottom":0,"left":0},"5479":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5480":{"onSelect":{"__isSmartRef__":true,"id":5481},"onExpand":{"__isSmartRef__":true,"id":5484},"onUpdateChildren":{"__isSmartRef__":true,"id":5487},"onUpdate":{"__isSmartRef__":true,"id":5490}},"5481":{"varMapping":{"__isSmartRef__":true,"id":5482},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":5483},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5482":{"this":{"__isSmartRef__":true,"id":5414}},"5483":{},"5484":{"varMapping":{"__isSmartRef__":true,"id":5485},"source":"function onExpand() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":5486},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5485":{"this":{"__isSmartRef__":true,"id":5414}},"5486":{},"5487":{"varMapping":{"__isSmartRef__":true,"id":5488},"source":"function onUpdateChildren() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":5489},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5488":{"this":{"__isSmartRef__":true,"id":5414}},"5489":{},"5490":{"varMapping":{"__isSmartRef__":true,"id":5491},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":5492},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5491":{"this":{"__isSmartRef__":true,"id":5414}},"5492":{},"5493":{"data":{"__isSmartRef__":true,"id":2791},"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"renderContextTable","description":"{...}","children":[],"attributeConnections":[{"__isSmartRef__":true,"id":5494}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5559}},"5494":{"sourceObj":{"__isSmartRef__":true,"id":5493},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":5495},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"5495":{"item":{"__isSmartRef__":true,"id":5493},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":5496}],"scripts":[],"shape":{"__isSmartRef__":true,"id":5546},"derivationIds":[null],"id":"359876E7-7A81-404C-A712-55E78C12D724","renderContextTable":{"__isSmartRef__":true,"id":5552},"eventHandler":{"__isSmartRef__":true,"id":5553},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":5554},"layout":{"__isSmartRef__":true,"id":5555},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":5558},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":5497},"label":{"__isSmartRef__":true,"id":5516},"node":{"__isSmartRef__":true,"id":5496},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"5496":{"submorphs":[{"__isSmartRef__":true,"id":5497},{"__isSmartRef__":true,"id":5516}],"scripts":[],"shape":{"__isSmartRef__":true,"id":5535},"derivationIds":[null],"id":"97A261D6-2BA1-4D1B-9D82-EC3D01C878F3","renderContextTable":{"__isSmartRef__":true,"id":5540},"eventHandler":{"__isSmartRef__":true,"id":5541},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":5542},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":5543},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":5495},"priorExtent":{"__isSmartRef__":true,"id":5545},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"5497":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5498},"derivationIds":[null],"id":"966BA5DA-2EEC-4D8F-BA0B-A27E3C145140","renderContextTable":{"__isSmartRef__":true,"id":5502},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":5503}],"eventHandler":{"__isSmartRef__":true,"id":5505},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":5496},"_Position":{"__isSmartRef__":true,"id":5506},"priorExtent":{"__isSmartRef__":true,"id":5507},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5508},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5498":{"_Position":{"__isSmartRef__":true,"id":5499},"renderContextTable":{"__isSmartRef__":true,"id":5500},"_Extent":{"__isSmartRef__":true,"id":5501},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-966ba5da-2eec-4d8f-ba0b-a27e3c145140","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5499":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5500":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5501":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5502":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"5503":{"style":{"__isSmartRef__":true,"id":5504},"chunkOwner":{"__isSmartRef__":true,"id":5497},"storedString":"►","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5504":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5505":{"morph":{"__isSmartRef__":true,"id":5497},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5506":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5507":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5508":{"onMouseDown":{"__isSmartRef__":true,"id":5509}},"5509":{"varMapping":{"__isSmartRef__":true,"id":5510},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5515},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5510":{"this":{"__isSmartRef__":true,"id":5497},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5511}},"5511":{"$super":{"__isSmartRef__":true,"id":5512}},"5512":{"varMapping":{"__isSmartRef__":true,"id":5513},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5514},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5513":{"obj":{"__isSmartRef__":true,"id":5497},"name":"onMouseDown"},"5514":{},"5515":{},"5516":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5517},"derivationIds":[null],"id":"20E3040C-A5AB-4A1E-B74E-F96FFA18EFF8","renderContextTable":{"__isSmartRef__":true,"id":5521},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":5522}],"eventHandler":{"__isSmartRef__":true,"id":5524},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":5496},"_Position":{"__isSmartRef__":true,"id":5525},"priorExtent":{"__isSmartRef__":true,"id":5526},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5527},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5517":{"_Position":{"__isSmartRef__":true,"id":5518},"renderContextTable":{"__isSmartRef__":true,"id":5519},"_Extent":{"__isSmartRef__":true,"id":5520},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-20e3040c-a5ab-4a1e-b74e-f96ffa18eff8","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5518":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5519":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5520":{"x":153,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5521":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"5522":{"style":{"__isSmartRef__":true,"id":5523},"chunkOwner":{"__isSmartRef__":true,"id":5516},"storedString":"renderContextTable {...}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5523":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5524":{"morph":{"__isSmartRef__":true,"id":5516},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5525":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5526":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5527":{"onMouseDown":{"__isSmartRef__":true,"id":5528}},"5528":{"varMapping":{"__isSmartRef__":true,"id":5529},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5534},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5529":{"this":{"__isSmartRef__":true,"id":5516},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5530}},"5530":{"$super":{"__isSmartRef__":true,"id":5531}},"5531":{"varMapping":{"__isSmartRef__":true,"id":5532},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5533},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5532":{"obj":{"__isSmartRef__":true,"id":5516},"name":"onMouseDown"},"5533":{},"5534":{},"5535":{"_Position":{"__isSmartRef__":true,"id":5536},"renderContextTable":{"__isSmartRef__":true,"id":5537},"_Extent":{"__isSmartRef__":true,"id":5538},"_Padding":{"__isSmartRef__":true,"id":5539},"_NodeClass":["morph","box"],"_NodeId":"morph-97a261d6-2ba1-4d1b-9d82-ec3d01c878f3","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5536":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5537":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5538":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5539":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5540":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"5541":{"morph":{"__isSmartRef__":true,"id":5496},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5542":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5543":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":5544}},"5544":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":5496},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"5545":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5546":{"_Position":{"__isSmartRef__":true,"id":5547},"renderContextTable":{"__isSmartRef__":true,"id":5548},"_Extent":{"__isSmartRef__":true,"id":5549},"_Padding":{"__isSmartRef__":true,"id":5550},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-359876e7-7a81-404c-a712-55e78c12d724","_Fill":{"__isSmartRef__":true,"id":5551},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5547":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5548":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5549":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5550":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5551":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5552":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"5553":{"morph":{"__isSmartRef__":true,"id":5495},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5554":{"x":0,"y":660,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5555":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":5556}},"5556":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":5557},"spacing":0,"container":{"__isSmartRef__":true,"id":5495},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"5557":{"top":0,"right":0,"bottom":0,"left":0},"5558":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5559":{"onSelect":{"__isSmartRef__":true,"id":5560},"onExpand":{"__isSmartRef__":true,"id":5563},"onUpdateChildren":{"__isSmartRef__":true,"id":5566},"onUpdate":{"__isSmartRef__":true,"id":5569}},"5560":{"varMapping":{"__isSmartRef__":true,"id":5561},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":5562},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5561":{"this":{"__isSmartRef__":true,"id":5493}},"5562":{},"5563":{"varMapping":{"__isSmartRef__":true,"id":5564},"source":"function onExpand() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":5565},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5564":{"this":{"__isSmartRef__":true,"id":5493}},"5565":{},"5566":{"varMapping":{"__isSmartRef__":true,"id":5567},"source":"function onUpdateChildren() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":5568},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5567":{"this":{"__isSmartRef__":true,"id":5493}},"5568":{},"5569":{"varMapping":{"__isSmartRef__":true,"id":5570},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":5571},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5570":{"this":{"__isSmartRef__":true,"id":5493}},"5571":{},"5572":{"data":[],"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"scripts","description":"[]","children":[],"attributeConnections":[{"__isSmartRef__":true,"id":5573}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5638}},"5573":{"sourceObj":{"__isSmartRef__":true,"id":5572},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":5574},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"5574":{"item":{"__isSmartRef__":true,"id":5572},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":5575}],"scripts":[],"shape":{"__isSmartRef__":true,"id":5625},"derivationIds":[null],"id":"7E864061-B325-4B90-B5C4-822F8EB44EC4","renderContextTable":{"__isSmartRef__":true,"id":5631},"eventHandler":{"__isSmartRef__":true,"id":5632},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":5633},"layout":{"__isSmartRef__":true,"id":5634},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":5637},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":5576},"label":{"__isSmartRef__":true,"id":5595},"node":{"__isSmartRef__":true,"id":5575},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"5575":{"submorphs":[{"__isSmartRef__":true,"id":5576},{"__isSmartRef__":true,"id":5595}],"scripts":[],"shape":{"__isSmartRef__":true,"id":5614},"derivationIds":[null],"id":"2BD0CA7F-0458-455F-A3BD-D3DF4D491443","renderContextTable":{"__isSmartRef__":true,"id":5619},"eventHandler":{"__isSmartRef__":true,"id":5620},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":5621},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":5622},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":5574},"priorExtent":{"__isSmartRef__":true,"id":5624},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"5576":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5577},"derivationIds":[null],"id":"D6E1A63C-A8D6-4B6D-AC8A-6048DFC49935","renderContextTable":{"__isSmartRef__":true,"id":5581},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":5582}],"eventHandler":{"__isSmartRef__":true,"id":5584},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":5575},"_Position":{"__isSmartRef__":true,"id":5585},"priorExtent":{"__isSmartRef__":true,"id":5586},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5587},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5577":{"_Position":{"__isSmartRef__":true,"id":5578},"renderContextTable":{"__isSmartRef__":true,"id":5579},"_Extent":{"__isSmartRef__":true,"id":5580},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-d6e1a63c-a8d6-4b6d-ac8a-6048dfc49935","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5578":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5579":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5580":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5581":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"5582":{"style":{"__isSmartRef__":true,"id":5583},"chunkOwner":{"__isSmartRef__":true,"id":5576},"storedString":"►","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5583":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5584":{"morph":{"__isSmartRef__":true,"id":5576},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5585":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5586":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5587":{"onMouseDown":{"__isSmartRef__":true,"id":5588}},"5588":{"varMapping":{"__isSmartRef__":true,"id":5589},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5594},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5589":{"this":{"__isSmartRef__":true,"id":5576},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5590}},"5590":{"$super":{"__isSmartRef__":true,"id":5591}},"5591":{"varMapping":{"__isSmartRef__":true,"id":5592},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5593},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5592":{"obj":{"__isSmartRef__":true,"id":5576},"name":"onMouseDown"},"5593":{},"5594":{},"5595":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5596},"derivationIds":[null],"id":"C2DCF346-BC0D-4A2D-AE1E-9D55FFAD76CE","renderContextTable":{"__isSmartRef__":true,"id":5600},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":5601}],"eventHandler":{"__isSmartRef__":true,"id":5603},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":5575},"_Position":{"__isSmartRef__":true,"id":5604},"priorExtent":{"__isSmartRef__":true,"id":5605},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5606},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5596":{"_Position":{"__isSmartRef__":true,"id":5597},"renderContextTable":{"__isSmartRef__":true,"id":5598},"_Extent":{"__isSmartRef__":true,"id":5599},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-c2dcf346-bc0d-4a2d-ae1e-9d55ffad76ce","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5597":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5598":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5599":{"x":62,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5600":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"5601":{"style":{"__isSmartRef__":true,"id":5602},"chunkOwner":{"__isSmartRef__":true,"id":5595},"storedString":"scripts []","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5602":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5603":{"morph":{"__isSmartRef__":true,"id":5595},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5604":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5605":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5606":{"onMouseDown":{"__isSmartRef__":true,"id":5607}},"5607":{"varMapping":{"__isSmartRef__":true,"id":5608},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5613},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5608":{"this":{"__isSmartRef__":true,"id":5595},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5609}},"5609":{"$super":{"__isSmartRef__":true,"id":5610}},"5610":{"varMapping":{"__isSmartRef__":true,"id":5611},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5612},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5611":{"obj":{"__isSmartRef__":true,"id":5595},"name":"onMouseDown"},"5612":{},"5613":{},"5614":{"_Position":{"__isSmartRef__":true,"id":5615},"renderContextTable":{"__isSmartRef__":true,"id":5616},"_Extent":{"__isSmartRef__":true,"id":5617},"_Padding":{"__isSmartRef__":true,"id":5618},"_NodeClass":["morph","box"],"_NodeId":"morph-2bd0ca7f-0458-455f-a3bd-d3df4d491443","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5615":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5616":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5617":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5618":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5619":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"5620":{"morph":{"__isSmartRef__":true,"id":5575},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5621":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5622":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":5623}},"5623":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":5575},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"5624":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5625":{"_Position":{"__isSmartRef__":true,"id":5626},"renderContextTable":{"__isSmartRef__":true,"id":5627},"_Extent":{"__isSmartRef__":true,"id":5628},"_Padding":{"__isSmartRef__":true,"id":5629},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-7e864061-b325-4b90-b5c4-822f8eb44ec4","_Fill":{"__isSmartRef__":true,"id":5630},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5626":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5627":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5628":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5629":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5630":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5631":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"5632":{"morph":{"__isSmartRef__":true,"id":5574},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5633":{"x":0,"y":680,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5634":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":5635}},"5635":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":5636},"spacing":0,"container":{"__isSmartRef__":true,"id":5574},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"5636":{"top":0,"right":0,"bottom":0,"left":0},"5637":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5638":{"onSelect":{"__isSmartRef__":true,"id":5639},"onExpand":{"__isSmartRef__":true,"id":5642},"onUpdateChildren":{"__isSmartRef__":true,"id":5645},"onUpdate":{"__isSmartRef__":true,"id":5648}},"5639":{"varMapping":{"__isSmartRef__":true,"id":5640},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":5641},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5640":{"this":{"__isSmartRef__":true,"id":5572}},"5641":{},"5642":{"varMapping":{"__isSmartRef__":true,"id":5643},"source":"function onExpand() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":5644},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5643":{"this":{"__isSmartRef__":true,"id":5572}},"5644":{},"5645":{"varMapping":{"__isSmartRef__":true,"id":5646},"source":"function onUpdateChildren() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":5647},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5646":{"this":{"__isSmartRef__":true,"id":5572}},"5647":{},"5648":{"varMapping":{"__isSmartRef__":true,"id":5649},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":5650},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5649":{"this":{"__isSmartRef__":true,"id":5572}},"5650":{},"5651":{"data":{"__isSmartRef__":true,"id":2786},"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"shape","description":"Rectangle","children":[],"attributeConnections":[{"__isSmartRef__":true,"id":5652}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5717}},"5652":{"sourceObj":{"__isSmartRef__":true,"id":5651},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":5653},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"5653":{"item":{"__isSmartRef__":true,"id":5651},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":5654}],"scripts":[],"shape":{"__isSmartRef__":true,"id":5704},"derivationIds":[null],"id":"34B12580-B7F6-4CE5-AEBA-094E81EE510A","renderContextTable":{"__isSmartRef__":true,"id":5710},"eventHandler":{"__isSmartRef__":true,"id":5711},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":5712},"layout":{"__isSmartRef__":true,"id":5713},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":5716},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":5655},"label":{"__isSmartRef__":true,"id":5674},"node":{"__isSmartRef__":true,"id":5654},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"5654":{"submorphs":[{"__isSmartRef__":true,"id":5655},{"__isSmartRef__":true,"id":5674}],"scripts":[],"shape":{"__isSmartRef__":true,"id":5693},"derivationIds":[null],"id":"33AFAA17-FF1E-4C1E-A89C-7B98E56C4A12","renderContextTable":{"__isSmartRef__":true,"id":5698},"eventHandler":{"__isSmartRef__":true,"id":5699},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":5700},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":5701},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":5653},"priorExtent":{"__isSmartRef__":true,"id":5703},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"5655":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5656},"derivationIds":[null],"id":"3F914850-FD1E-4B3D-9853-3186E42D7D4A","renderContextTable":{"__isSmartRef__":true,"id":5660},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":5661}],"eventHandler":{"__isSmartRef__":true,"id":5663},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":5654},"_Position":{"__isSmartRef__":true,"id":5664},"priorExtent":{"__isSmartRef__":true,"id":5665},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5666},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5656":{"_Position":{"__isSmartRef__":true,"id":5657},"renderContextTable":{"__isSmartRef__":true,"id":5658},"_Extent":{"__isSmartRef__":true,"id":5659},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-3f914850-fd1e-4b3d-9853-3186e42d7d4a","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5657":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5658":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5659":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5660":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"5661":{"style":{"__isSmartRef__":true,"id":5662},"chunkOwner":{"__isSmartRef__":true,"id":5655},"storedString":"►","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5662":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5663":{"morph":{"__isSmartRef__":true,"id":5655},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5664":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5665":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5666":{"onMouseDown":{"__isSmartRef__":true,"id":5667}},"5667":{"varMapping":{"__isSmartRef__":true,"id":5668},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5673},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5668":{"this":{"__isSmartRef__":true,"id":5655},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5669}},"5669":{"$super":{"__isSmartRef__":true,"id":5670}},"5670":{"varMapping":{"__isSmartRef__":true,"id":5671},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5672},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5671":{"obj":{"__isSmartRef__":true,"id":5655},"name":"onMouseDown"},"5672":{},"5673":{},"5674":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5675},"derivationIds":[null],"id":"0C0CFD10-C939-4AE5-9E78-59874C0194DB","renderContextTable":{"__isSmartRef__":true,"id":5679},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":5680}],"eventHandler":{"__isSmartRef__":true,"id":5682},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":5654},"_Position":{"__isSmartRef__":true,"id":5683},"priorExtent":{"__isSmartRef__":true,"id":5684},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5685},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5675":{"_Position":{"__isSmartRef__":true,"id":5676},"renderContextTable":{"__isSmartRef__":true,"id":5677},"_Extent":{"__isSmartRef__":true,"id":5678},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-0c0cfd10-c939-4ae5-9e78-59874c0194db","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5676":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5677":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5678":{"x":115,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5679":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"5680":{"style":{"__isSmartRef__":true,"id":5681},"chunkOwner":{"__isSmartRef__":true,"id":5674},"storedString":"shape Rectangle","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5681":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5682":{"morph":{"__isSmartRef__":true,"id":5674},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5683":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5684":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5685":{"onMouseDown":{"__isSmartRef__":true,"id":5686}},"5686":{"varMapping":{"__isSmartRef__":true,"id":5687},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5692},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5687":{"this":{"__isSmartRef__":true,"id":5674},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5688}},"5688":{"$super":{"__isSmartRef__":true,"id":5689}},"5689":{"varMapping":{"__isSmartRef__":true,"id":5690},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5691},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5690":{"obj":{"__isSmartRef__":true,"id":5674},"name":"onMouseDown"},"5691":{},"5692":{},"5693":{"_Position":{"__isSmartRef__":true,"id":5694},"renderContextTable":{"__isSmartRef__":true,"id":5695},"_Extent":{"__isSmartRef__":true,"id":5696},"_Padding":{"__isSmartRef__":true,"id":5697},"_NodeClass":["morph","box"],"_NodeId":"morph-33afaa17-ff1e-4c1e-a89c-7b98e56c4a12","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5694":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5695":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5696":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5697":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5698":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"5699":{"morph":{"__isSmartRef__":true,"id":5654},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5700":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5701":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":5702}},"5702":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":5654},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"5703":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5704":{"_Position":{"__isSmartRef__":true,"id":5705},"renderContextTable":{"__isSmartRef__":true,"id":5706},"_Extent":{"__isSmartRef__":true,"id":5707},"_Padding":{"__isSmartRef__":true,"id":5708},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-34b12580-b7f6-4ce5-aeba-094e81ee510a","_Fill":{"__isSmartRef__":true,"id":5709},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5705":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5706":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5707":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5708":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5709":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5710":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"5711":{"morph":{"__isSmartRef__":true,"id":5653},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5712":{"x":0,"y":700,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5713":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":5714}},"5714":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":5715},"spacing":0,"container":{"__isSmartRef__":true,"id":5653},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"5715":{"top":0,"right":0,"bottom":0,"left":0},"5716":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5717":{"onSelect":{"__isSmartRef__":true,"id":5718},"onExpand":{"__isSmartRef__":true,"id":5721},"onUpdateChildren":{"__isSmartRef__":true,"id":5724},"onUpdate":{"__isSmartRef__":true,"id":5727}},"5718":{"varMapping":{"__isSmartRef__":true,"id":5719},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":5720},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5719":{"this":{"__isSmartRef__":true,"id":5651}},"5720":{},"5721":{"varMapping":{"__isSmartRef__":true,"id":5722},"source":"function onExpand() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":5723},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5722":{"this":{"__isSmartRef__":true,"id":5651}},"5723":{},"5724":{"varMapping":{"__isSmartRef__":true,"id":5725},"source":"function onUpdateChildren() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":5726},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5725":{"this":{"__isSmartRef__":true,"id":5651}},"5726":{},"5727":{"varMapping":{"__isSmartRef__":true,"id":5728},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":5729},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5728":{"this":{"__isSmartRef__":true,"id":5651}},"5729":{},"5730":{"data":false,"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"showsHalos","description":"false","attributeConnections":[{"__isSmartRef__":true,"id":5731}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5796}},"5731":{"sourceObj":{"__isSmartRef__":true,"id":5730},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":5732},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"5732":{"item":{"__isSmartRef__":true,"id":5730},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":5733}],"scripts":[],"shape":{"__isSmartRef__":true,"id":5783},"derivationIds":[null],"id":"9459ADA4-A37D-4716-8CD5-756DFD4CC962","renderContextTable":{"__isSmartRef__":true,"id":5789},"eventHandler":{"__isSmartRef__":true,"id":5790},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":5791},"layout":{"__isSmartRef__":true,"id":5792},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":5795},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":5734},"label":{"__isSmartRef__":true,"id":5753},"node":{"__isSmartRef__":true,"id":5733},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"5733":{"submorphs":[{"__isSmartRef__":true,"id":5734},{"__isSmartRef__":true,"id":5753}],"scripts":[],"shape":{"__isSmartRef__":true,"id":5772},"derivationIds":[null],"id":"EC25DB08-5198-4C90-967F-59DCF92381C6","renderContextTable":{"__isSmartRef__":true,"id":5777},"eventHandler":{"__isSmartRef__":true,"id":5778},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":5779},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":5780},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":5732},"priorExtent":{"__isSmartRef__":true,"id":5782},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"5734":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5735},"derivationIds":[null],"id":"61B4DCED-CC84-4AB6-BFCA-692F37980461","renderContextTable":{"__isSmartRef__":true,"id":5739},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":5740}],"eventHandler":{"__isSmartRef__":true,"id":5742},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":5733},"_Position":{"__isSmartRef__":true,"id":5743},"priorExtent":{"__isSmartRef__":true,"id":5744},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5745},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5735":{"_Position":{"__isSmartRef__":true,"id":5736},"renderContextTable":{"__isSmartRef__":true,"id":5737},"_Extent":{"__isSmartRef__":true,"id":5738},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-61b4dced-cc84-4ab6-bfca-692f37980461","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5736":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5737":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5738":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5739":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"5740":{"style":{"__isSmartRef__":true,"id":5741},"chunkOwner":{"__isSmartRef__":true,"id":5734},"storedString":"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5741":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5742":{"morph":{"__isSmartRef__":true,"id":5734},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5743":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5744":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5745":{"onMouseDown":{"__isSmartRef__":true,"id":5746}},"5746":{"varMapping":{"__isSmartRef__":true,"id":5747},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5752},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5747":{"this":{"__isSmartRef__":true,"id":5734},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5748}},"5748":{"$super":{"__isSmartRef__":true,"id":5749}},"5749":{"varMapping":{"__isSmartRef__":true,"id":5750},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5751},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5750":{"obj":{"__isSmartRef__":true,"id":5734},"name":"onMouseDown"},"5751":{},"5752":{},"5753":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5754},"derivationIds":[null],"id":"8A019874-AF69-40B0-889D-01B0AB9367C2","renderContextTable":{"__isSmartRef__":true,"id":5758},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":5759}],"eventHandler":{"__isSmartRef__":true,"id":5761},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":5733},"_Position":{"__isSmartRef__":true,"id":5762},"priorExtent":{"__isSmartRef__":true,"id":5763},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5764},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5754":{"_Position":{"__isSmartRef__":true,"id":5755},"renderContextTable":{"__isSmartRef__":true,"id":5756},"_Extent":{"__isSmartRef__":true,"id":5757},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-8a019874-af69-40b0-889d-01b0ab9367c2","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5755":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5756":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5757":{"x":122,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5758":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"5759":{"style":{"__isSmartRef__":true,"id":5760},"chunkOwner":{"__isSmartRef__":true,"id":5753},"storedString":"showsHalos false","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5760":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5761":{"morph":{"__isSmartRef__":true,"id":5753},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5762":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5763":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5764":{"onMouseDown":{"__isSmartRef__":true,"id":5765}},"5765":{"varMapping":{"__isSmartRef__":true,"id":5766},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5771},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5766":{"this":{"__isSmartRef__":true,"id":5753},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5767}},"5767":{"$super":{"__isSmartRef__":true,"id":5768}},"5768":{"varMapping":{"__isSmartRef__":true,"id":5769},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5770},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5769":{"obj":{"__isSmartRef__":true,"id":5753},"name":"onMouseDown"},"5770":{},"5771":{},"5772":{"_Position":{"__isSmartRef__":true,"id":5773},"renderContextTable":{"__isSmartRef__":true,"id":5774},"_Extent":{"__isSmartRef__":true,"id":5775},"_Padding":{"__isSmartRef__":true,"id":5776},"_NodeClass":["morph","box"],"_NodeId":"morph-ec25db08-5198-4c90-967f-59dcf92381c6","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5773":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5774":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5775":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5776":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5777":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"5778":{"morph":{"__isSmartRef__":true,"id":5733},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5779":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5780":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":5781}},"5781":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":5733},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"5782":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5783":{"_Position":{"__isSmartRef__":true,"id":5784},"renderContextTable":{"__isSmartRef__":true,"id":5785},"_Extent":{"__isSmartRef__":true,"id":5786},"_Padding":{"__isSmartRef__":true,"id":5787},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-9459ada4-a37d-4716-8cd5-756dfd4cc962","_Fill":{"__isSmartRef__":true,"id":5788},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5784":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5785":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5786":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5787":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5788":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5789":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"5790":{"morph":{"__isSmartRef__":true,"id":5732},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5791":{"x":0,"y":720,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5792":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":5793}},"5793":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":5794},"spacing":0,"container":{"__isSmartRef__":true,"id":5732},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"5794":{"top":0,"right":0,"bottom":0,"left":0},"5795":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5796":{"onSelect":{"__isSmartRef__":true,"id":5797},"onUpdate":{"__isSmartRef__":true,"id":5800}},"5797":{"varMapping":{"__isSmartRef__":true,"id":5798},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":5799},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5798":{"this":{"__isSmartRef__":true,"id":5730}},"5799":{},"5800":{"varMapping":{"__isSmartRef__":true,"id":5801},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":5802},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5801":{"this":{"__isSmartRef__":true,"id":5730}},"5802":{},"5803":{"data":[{"__isSmartRef__":true,"id":384},{"__isSmartRef__":true,"id":2584},{"__isSmartRef__":true,"id":2746}],"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"submorphs","description":"[...]","children":[],"attributeConnections":[{"__isSmartRef__":true,"id":5804}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5869}},"5804":{"sourceObj":{"__isSmartRef__":true,"id":5803},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":5805},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"5805":{"item":{"__isSmartRef__":true,"id":5803},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":5806}],"scripts":[],"shape":{"__isSmartRef__":true,"id":5856},"derivationIds":[null],"id":"DD863857-E9D5-4431-A079-A7E6A8E88080","renderContextTable":{"__isSmartRef__":true,"id":5862},"eventHandler":{"__isSmartRef__":true,"id":5863},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":5864},"layout":{"__isSmartRef__":true,"id":5865},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":5868},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":5807},"label":{"__isSmartRef__":true,"id":5826},"node":{"__isSmartRef__":true,"id":5806},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"5806":{"submorphs":[{"__isSmartRef__":true,"id":5807},{"__isSmartRef__":true,"id":5826}],"scripts":[],"shape":{"__isSmartRef__":true,"id":5845},"derivationIds":[null],"id":"5789B1D3-B4D9-4C8A-9195-1101D8308569","renderContextTable":{"__isSmartRef__":true,"id":5850},"eventHandler":{"__isSmartRef__":true,"id":5851},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":5852},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":5853},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":5805},"priorExtent":{"__isSmartRef__":true,"id":5855},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"5807":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5808},"derivationIds":[null],"id":"F14A897B-E9C5-4FD2-A61A-F1A31438C780","renderContextTable":{"__isSmartRef__":true,"id":5812},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":5813}],"eventHandler":{"__isSmartRef__":true,"id":5815},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":5806},"_Position":{"__isSmartRef__":true,"id":5816},"priorExtent":{"__isSmartRef__":true,"id":5817},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5818},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5808":{"_Position":{"__isSmartRef__":true,"id":5809},"renderContextTable":{"__isSmartRef__":true,"id":5810},"_Extent":{"__isSmartRef__":true,"id":5811},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-f14a897b-e9c5-4fd2-a61a-f1a31438c780","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5809":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5810":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5811":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5812":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"5813":{"style":{"__isSmartRef__":true,"id":5814},"chunkOwner":{"__isSmartRef__":true,"id":5807},"storedString":"►","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5814":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5815":{"morph":{"__isSmartRef__":true,"id":5807},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5816":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5817":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5818":{"onMouseDown":{"__isSmartRef__":true,"id":5819}},"5819":{"varMapping":{"__isSmartRef__":true,"id":5820},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5825},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5820":{"this":{"__isSmartRef__":true,"id":5807},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5821}},"5821":{"$super":{"__isSmartRef__":true,"id":5822}},"5822":{"varMapping":{"__isSmartRef__":true,"id":5823},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5824},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5823":{"obj":{"__isSmartRef__":true,"id":5807},"name":"onMouseDown"},"5824":{},"5825":{},"5826":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5827},"derivationIds":[null],"id":"2D6FC38E-099A-4F0E-8B14-ABD5E2D75F0A","renderContextTable":{"__isSmartRef__":true,"id":5831},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":5832}],"eventHandler":{"__isSmartRef__":true,"id":5834},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":5806},"_Position":{"__isSmartRef__":true,"id":5835},"priorExtent":{"__isSmartRef__":true,"id":5836},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5837},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5827":{"_Position":{"__isSmartRef__":true,"id":5828},"renderContextTable":{"__isSmartRef__":true,"id":5829},"_Extent":{"__isSmartRef__":true,"id":5830},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-2d6fc38e-099a-4f0e-8b14-abd5e2d75f0a","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5828":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5829":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5830":{"x":102,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5831":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"5832":{"style":{"__isSmartRef__":true,"id":5833},"chunkOwner":{"__isSmartRef__":true,"id":5826},"storedString":"submorphs [...]","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5833":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5834":{"morph":{"__isSmartRef__":true,"id":5826},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5835":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5836":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5837":{"onMouseDown":{"__isSmartRef__":true,"id":5838}},"5838":{"varMapping":{"__isSmartRef__":true,"id":5839},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5844},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5839":{"this":{"__isSmartRef__":true,"id":5826},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5840}},"5840":{"$super":{"__isSmartRef__":true,"id":5841}},"5841":{"varMapping":{"__isSmartRef__":true,"id":5842},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5843},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5842":{"obj":{"__isSmartRef__":true,"id":5826},"name":"onMouseDown"},"5843":{},"5844":{},"5845":{"_Position":{"__isSmartRef__":true,"id":5846},"renderContextTable":{"__isSmartRef__":true,"id":5847},"_Extent":{"__isSmartRef__":true,"id":5848},"_Padding":{"__isSmartRef__":true,"id":5849},"_NodeClass":["morph","box"],"_NodeId":"morph-5789b1d3-b4d9-4c8a-9195-1101d8308569","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5846":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5847":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5848":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5849":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5850":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"5851":{"morph":{"__isSmartRef__":true,"id":5806},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5852":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5853":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":5854}},"5854":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":5806},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"5855":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5856":{"_Position":{"__isSmartRef__":true,"id":5857},"renderContextTable":{"__isSmartRef__":true,"id":5858},"_Extent":{"__isSmartRef__":true,"id":5859},"_Padding":{"__isSmartRef__":true,"id":5860},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-dd863857-e9d5-4431-a079-a7e6a8e88080","_Fill":{"__isSmartRef__":true,"id":5861},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5857":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5858":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5859":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5860":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5861":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5862":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"5863":{"morph":{"__isSmartRef__":true,"id":5805},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5864":{"x":0,"y":740,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5865":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":5866}},"5866":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":5867},"spacing":0,"container":{"__isSmartRef__":true,"id":5805},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"5867":{"top":0,"right":0,"bottom":0,"left":0},"5868":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5869":{"onSelect":{"__isSmartRef__":true,"id":5870},"onExpand":{"__isSmartRef__":true,"id":5873},"onUpdateChildren":{"__isSmartRef__":true,"id":5876},"onUpdate":{"__isSmartRef__":true,"id":5879}},"5870":{"varMapping":{"__isSmartRef__":true,"id":5871},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":5872},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5871":{"this":{"__isSmartRef__":true,"id":5803}},"5872":{},"5873":{"varMapping":{"__isSmartRef__":true,"id":5874},"source":"function onExpand() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":5875},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5874":{"this":{"__isSmartRef__":true,"id":5803}},"5875":{},"5876":{"varMapping":{"__isSmartRef__":true,"id":5877},"source":"function onUpdateChildren() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":5878},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5877":{"this":{"__isSmartRef__":true,"id":5803}},"5878":{},"5879":{"varMapping":{"__isSmartRef__":true,"id":5880},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":5881},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5880":{"this":{"__isSmartRef__":true,"id":5803}},"5881":{},"5882":{"data":{"__isSmartRef__":true,"id":384},"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"targetMorph","description":"ObjectEditorPane","children":[],"attributeConnections":[{"__isSmartRef__":true,"id":5883}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5948}},"5883":{"sourceObj":{"__isSmartRef__":true,"id":5882},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":5884},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"5884":{"item":{"__isSmartRef__":true,"id":5882},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":5885}],"scripts":[],"shape":{"__isSmartRef__":true,"id":5935},"derivationIds":[null],"id":"1E659416-B006-4B16-BC15-3D82F30BD73C","renderContextTable":{"__isSmartRef__":true,"id":5941},"eventHandler":{"__isSmartRef__":true,"id":5942},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":5943},"layout":{"__isSmartRef__":true,"id":5944},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":5947},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":5886},"label":{"__isSmartRef__":true,"id":5905},"node":{"__isSmartRef__":true,"id":5885},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"5885":{"submorphs":[{"__isSmartRef__":true,"id":5886},{"__isSmartRef__":true,"id":5905}],"scripts":[],"shape":{"__isSmartRef__":true,"id":5924},"derivationIds":[null],"id":"B066F4EF-E06F-42F8-9AAB-CFA69B98119B","renderContextTable":{"__isSmartRef__":true,"id":5929},"eventHandler":{"__isSmartRef__":true,"id":5930},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":5931},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":5932},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":5884},"priorExtent":{"__isSmartRef__":true,"id":5934},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"5886":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5887},"derivationIds":[null],"id":"9400189A-2A47-4D3E-9A76-4E9B29384784","renderContextTable":{"__isSmartRef__":true,"id":5891},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":5892}],"eventHandler":{"__isSmartRef__":true,"id":5894},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":5885},"_Position":{"__isSmartRef__":true,"id":5895},"priorExtent":{"__isSmartRef__":true,"id":5896},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5897},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5887":{"_Position":{"__isSmartRef__":true,"id":5888},"renderContextTable":{"__isSmartRef__":true,"id":5889},"_Extent":{"__isSmartRef__":true,"id":5890},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-9400189a-2a47-4d3e-9a76-4e9b29384784","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5888":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5889":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5890":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5891":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"5892":{"style":{"__isSmartRef__":true,"id":5893},"chunkOwner":{"__isSmartRef__":true,"id":5886},"storedString":"►","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5893":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5894":{"morph":{"__isSmartRef__":true,"id":5886},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5895":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5896":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5897":{"onMouseDown":{"__isSmartRef__":true,"id":5898}},"5898":{"varMapping":{"__isSmartRef__":true,"id":5899},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5904},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5899":{"this":{"__isSmartRef__":true,"id":5886},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5900}},"5900":{"$super":{"__isSmartRef__":true,"id":5901}},"5901":{"varMapping":{"__isSmartRef__":true,"id":5902},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5903},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5902":{"obj":{"__isSmartRef__":true,"id":5886},"name":"onMouseDown"},"5903":{},"5904":{},"5905":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5906},"derivationIds":[null],"id":"19AB182B-24A3-4CE1-BAD0-77562A493BDC","renderContextTable":{"__isSmartRef__":true,"id":5910},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":5911}],"eventHandler":{"__isSmartRef__":true,"id":5913},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":5885},"_Position":{"__isSmartRef__":true,"id":5914},"priorExtent":{"__isSmartRef__":true,"id":5915},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5916},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5906":{"_Position":{"__isSmartRef__":true,"id":5907},"renderContextTable":{"__isSmartRef__":true,"id":5908},"_Extent":{"__isSmartRef__":true,"id":5909},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-19ab182b-24a3-4ce1-bad0-77562a493bdc","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5907":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5908":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5909":{"x":193,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5910":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"5911":{"style":{"__isSmartRef__":true,"id":5912},"chunkOwner":{"__isSmartRef__":true,"id":5905},"storedString":"targetMorph ObjectEditorPane","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5912":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5913":{"morph":{"__isSmartRef__":true,"id":5905},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5914":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5915":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5916":{"onMouseDown":{"__isSmartRef__":true,"id":5917}},"5917":{"varMapping":{"__isSmartRef__":true,"id":5918},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5923},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5918":{"this":{"__isSmartRef__":true,"id":5905},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5919}},"5919":{"$super":{"__isSmartRef__":true,"id":5920}},"5920":{"varMapping":{"__isSmartRef__":true,"id":5921},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5922},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5921":{"obj":{"__isSmartRef__":true,"id":5905},"name":"onMouseDown"},"5922":{},"5923":{},"5924":{"_Position":{"__isSmartRef__":true,"id":5925},"renderContextTable":{"__isSmartRef__":true,"id":5926},"_Extent":{"__isSmartRef__":true,"id":5927},"_Padding":{"__isSmartRef__":true,"id":5928},"_NodeClass":["morph","box"],"_NodeId":"morph-b066f4ef-e06f-42f8-9aab-cfa69b98119b","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5925":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5926":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5927":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5928":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5929":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"5930":{"morph":{"__isSmartRef__":true,"id":5885},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5931":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5932":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":5933}},"5933":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":5885},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"5934":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5935":{"_Position":{"__isSmartRef__":true,"id":5936},"renderContextTable":{"__isSmartRef__":true,"id":5937},"_Extent":{"__isSmartRef__":true,"id":5938},"_Padding":{"__isSmartRef__":true,"id":5939},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-1e659416-b006-4b16-bc15-3d82f30bd73c","_Fill":{"__isSmartRef__":true,"id":5940},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5936":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5937":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5938":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5939":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5940":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5941":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"5942":{"morph":{"__isSmartRef__":true,"id":5884},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5943":{"x":0,"y":760,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5944":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":5945}},"5945":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":5946},"spacing":0,"container":{"__isSmartRef__":true,"id":5884},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"5946":{"top":0,"right":0,"bottom":0,"left":0},"5947":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5948":{"onSelect":{"__isSmartRef__":true,"id":5949},"onExpand":{"__isSmartRef__":true,"id":5952},"onUpdateChildren":{"__isSmartRef__":true,"id":5955},"onUpdate":{"__isSmartRef__":true,"id":5958}},"5949":{"varMapping":{"__isSmartRef__":true,"id":5950},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":5951},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5950":{"this":{"__isSmartRef__":true,"id":5882}},"5951":{},"5952":{"varMapping":{"__isSmartRef__":true,"id":5953},"source":"function onExpand() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":5954},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5953":{"this":{"__isSmartRef__":true,"id":5882}},"5954":{},"5955":{"varMapping":{"__isSmartRef__":true,"id":5956},"source":"function onUpdateChildren() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":5957},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5956":{"this":{"__isSmartRef__":true,"id":5882}},"5957":{},"5958":{"varMapping":{"__isSmartRef__":true,"id":5959},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":5960},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5959":{"this":{"__isSmartRef__":true,"id":5882}},"5960":{},"5961":{"data":{"__isSmartRef__":true,"id":2584},"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"titleBar","description":"TitleBar","children":[],"attributeConnections":[{"__isSmartRef__":true,"id":5962}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":6027}},"5962":{"sourceObj":{"__isSmartRef__":true,"id":5961},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":5963},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"5963":{"item":{"__isSmartRef__":true,"id":5961},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":5964}],"scripts":[],"shape":{"__isSmartRef__":true,"id":6014},"derivationIds":[null],"id":"5B6A2983-E761-4981-B002-9E9D4090C6D0","renderContextTable":{"__isSmartRef__":true,"id":6020},"eventHandler":{"__isSmartRef__":true,"id":6021},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":6022},"layout":{"__isSmartRef__":true,"id":6023},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":6026},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":5965},"label":{"__isSmartRef__":true,"id":5984},"node":{"__isSmartRef__":true,"id":5964},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"5964":{"submorphs":[{"__isSmartRef__":true,"id":5965},{"__isSmartRef__":true,"id":5984}],"scripts":[],"shape":{"__isSmartRef__":true,"id":6003},"derivationIds":[null],"id":"CF3AA5A3-D656-4344-B36E-EFBE96D53A8E","renderContextTable":{"__isSmartRef__":true,"id":6008},"eventHandler":{"__isSmartRef__":true,"id":6009},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":6010},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":6011},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":5963},"priorExtent":{"__isSmartRef__":true,"id":6013},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"5965":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5966},"derivationIds":[null],"id":"E76BB34F-50D3-4E82-94FA-1CED5760DC1C","renderContextTable":{"__isSmartRef__":true,"id":5970},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":5971}],"eventHandler":{"__isSmartRef__":true,"id":5973},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":5964},"_Position":{"__isSmartRef__":true,"id":5974},"priorExtent":{"__isSmartRef__":true,"id":5975},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5976},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5966":{"_Position":{"__isSmartRef__":true,"id":5967},"renderContextTable":{"__isSmartRef__":true,"id":5968},"_Extent":{"__isSmartRef__":true,"id":5969},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-e76bb34f-50d3-4e82-94fa-1ced5760dc1c","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5967":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5968":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5969":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5970":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"5971":{"style":{"__isSmartRef__":true,"id":5972},"chunkOwner":{"__isSmartRef__":true,"id":5965},"storedString":"►","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5972":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5973":{"morph":{"__isSmartRef__":true,"id":5965},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5974":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5975":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5976":{"onMouseDown":{"__isSmartRef__":true,"id":5977}},"5977":{"varMapping":{"__isSmartRef__":true,"id":5978},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5983},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5978":{"this":{"__isSmartRef__":true,"id":5965},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5979}},"5979":{"$super":{"__isSmartRef__":true,"id":5980}},"5980":{"varMapping":{"__isSmartRef__":true,"id":5981},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5982},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5981":{"obj":{"__isSmartRef__":true,"id":5965},"name":"onMouseDown"},"5982":{},"5983":{},"5984":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5985},"derivationIds":[null],"id":"4B78C33E-B255-46EF-9A3F-5B5557B15AAB","renderContextTable":{"__isSmartRef__":true,"id":5989},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":5990}],"eventHandler":{"__isSmartRef__":true,"id":5992},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":5964},"_Position":{"__isSmartRef__":true,"id":5993},"priorExtent":{"__isSmartRef__":true,"id":5994},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5995},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5985":{"_Position":{"__isSmartRef__":true,"id":5986},"renderContextTable":{"__isSmartRef__":true,"id":5987},"_Extent":{"__isSmartRef__":true,"id":5988},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-4b78c33e-b255-46ef-9a3f-5b5557b15aab","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5986":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5987":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"5988":{"x":103,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5989":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"5990":{"style":{"__isSmartRef__":true,"id":5991},"chunkOwner":{"__isSmartRef__":true,"id":5984},"storedString":"titleBar TitleBar","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5991":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5992":{"morph":{"__isSmartRef__":true,"id":5984},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5993":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5994":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"5995":{"onMouseDown":{"__isSmartRef__":true,"id":5996}},"5996":{"varMapping":{"__isSmartRef__":true,"id":5997},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":6002},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5997":{"this":{"__isSmartRef__":true,"id":5984},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5998}},"5998":{"$super":{"__isSmartRef__":true,"id":5999}},"5999":{"varMapping":{"__isSmartRef__":true,"id":6000},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":6001},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6000":{"obj":{"__isSmartRef__":true,"id":5984},"name":"onMouseDown"},"6001":{},"6002":{},"6003":{"_Position":{"__isSmartRef__":true,"id":6004},"renderContextTable":{"__isSmartRef__":true,"id":6005},"_Extent":{"__isSmartRef__":true,"id":6006},"_Padding":{"__isSmartRef__":true,"id":6007},"_NodeClass":["morph","box"],"_NodeId":"morph-cf3aa5a3-d656-4344-b36e-efbe96d53a8e","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"6004":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"6005":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"6006":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"6007":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"6008":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"6009":{"morph":{"__isSmartRef__":true,"id":5964},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6010":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"6011":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":6012}},"6012":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":5964},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"6013":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"6014":{"_Position":{"__isSmartRef__":true,"id":6015},"renderContextTable":{"__isSmartRef__":true,"id":6016},"_Extent":{"__isSmartRef__":true,"id":6017},"_Padding":{"__isSmartRef__":true,"id":6018},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-5b6a2983-e761-4981-b002-9e9d4090c6d0","_Fill":{"__isSmartRef__":true,"id":6019},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"6015":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"6016":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"6017":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"6018":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"6019":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"6020":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"6021":{"morph":{"__isSmartRef__":true,"id":5963},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6022":{"x":0,"y":780,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"6023":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":6024}},"6024":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":6025},"spacing":0,"container":{"__isSmartRef__":true,"id":5963},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"6025":{"top":0,"right":0,"bottom":0,"left":0},"6026":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"6027":{"onSelect":{"__isSmartRef__":true,"id":6028},"onExpand":{"__isSmartRef__":true,"id":6031},"onUpdateChildren":{"__isSmartRef__":true,"id":6034},"onUpdate":{"__isSmartRef__":true,"id":6037}},"6028":{"varMapping":{"__isSmartRef__":true,"id":6029},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":6030},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6029":{"this":{"__isSmartRef__":true,"id":5961}},"6030":{},"6031":{"varMapping":{"__isSmartRef__":true,"id":6032},"source":"function onExpand() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":6033},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6032":{"this":{"__isSmartRef__":true,"id":5961}},"6033":{},"6034":{"varMapping":{"__isSmartRef__":true,"id":6035},"source":"function onUpdateChildren() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":6036},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6035":{"this":{"__isSmartRef__":true,"id":5961}},"6036":{},"6037":{"varMapping":{"__isSmartRef__":true,"id":6038},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":6039},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6038":{"this":{"__isSmartRef__":true,"id":5961}},"6039":{},"6040":{"data":[{"__isSmartRef__":true,"id":6041}],"inspector":{"__isSmartRef__":true,"id":365},"parent":{"__isSmartRef__":true,"id":383},"name":"withoutLayers","description":"[...]","children":[],"attributeConnections":[{"__isSmartRef__":true,"id":75903}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":75968}},"6041":{"5":{"__isSmartRef__":true,"id":6042},"7":{"__isSmartRef__":true,"id":6059},"name":"GrabbingLayer","namespaceName":"Global.lively.morphic","sourceModule":{"__isSmartRef__":true,"id":6072},"__LivelyClassName__":"Layer","__SourceModuleName__":"Global.cop.Layers"},"6042":{"_layered_object":{"__isSmartRef__":true,"id":6043}},"6043":{"style":{"__isSmartRef__":true,"id":6044},"isMorph":true,"idCounter":0,"svgDispatchTable":{"__isSmartRef__":true,"id":6045},"canvasDispatchTable":{"__isSmartRef__":true,"id":6046},"htmlDispatchTable":{"__isSmartRef__":true,"id":6047},"dragTriggerDistance":5,"connections":{"__isSmartRef__":true,"id":6048},"doNotSerialize":["_renderContext","halos","_isRendered","magnets"],"showsHalosOnRightClick":true,"lookupLayersIn":["owner"],"_layer_object_id":5,"_focusedMorph":{"__isSmartRef__":true,"id":0},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"6044":{"enableDropping":true,"enableHalos":true},"6045":{"replaceRenderContext":"replaceRenderContextSVG","init":"initSVG","append":"appendSVG","remove":"removeSVG","setPosition":"setPositionSVG","setRotation":"setRotationSVG","setPointerEvents":"setPointerEventsSVG","setHandStyle":"setHandStyleSVG"},"6046":{"init":"initCANVAS","append":"appendCANVAS","remove":"removeCANVAS","setPosition":"attributeChangedCANVAS"},"6047":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"6048":{"name":{"__isSmartRef__":true,"id":6049},"position":{"__isSmartRef__":true,"id":6050},"rotation":{"__isSmartRef__":true,"id":6051},"scale":{"__isSmartRef__":true,"id":6052},"setScale":{"__isSmartRef__":true,"id":6053},"borderWidth":{"__isSmartRef__":true,"id":6054},"borderColor":{"__isSmartRef__":true,"id":6055},"fill":{"__isSmartRef__":true,"id":6056},"extent":{"__isSmartRef__":true,"id":6057},"globalTransform":{"__isSmartRef__":true,"id":6058}},"6049":{},"6050":{"map":"_Position"},"6051":{"map":"_Rotation"},"6052":{"map":"_Scale"},"6053":{},"6054":{"map":"shape._BorderWidth"},"6055":{"map":"shape._BorderColor"},"6056":{"map":"shape._Fill"},"6057":{"map":"shape._Extent"},"6058":{"connectionClassType":"lively.morphic.GeometryTransformConnection"},"6059":{"_layered_object":{"__isSmartRef__":true,"id":6060}},"6060":{"isText":true,"allowInput":true,"style":{"__isSmartRef__":true,"id":6061},"autoAdjustPadding":true,"suppressDropping":true,"draggingEnabled":true,"shortcutHandlers":[],"tab":" ","svgDispatchTable":{"__isSmartRef__":true,"id":6063},"canvasDispatchTable":{"__isSmartRef__":true,"id":6064},"htmlDispatchTable":{"__isSmartRef__":true,"id":6065},"accessibleInInactiveWindow":false,"connections":{"__isSmartRef__":true,"id":6066},"doNotSerialize":["charsTyped"],"_layer_object_id":7,"syntaxHighlightingCharLimit":8000,"syntaxHighlightingMinDelay":300,"syntaxHighlightingMaxDelay":10000,"_cachedScrollBarExtent":{"__isSmartRef__":true,"id":6069},"renderContextTable":{"__isSmartRef__":true,"id":6047},"textChunks":[{"__isSmartRef__":true,"id":6070}],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6061":{"borderWidth":1,"borderColor":{"__isSmartRef__":true,"id":118},"fill":{"__isSmartRef__":true,"id":6062},"fixedWidth":true,"fixedHeight":true,"enableGrabbing":false,"enableDropping":false,"allowInput":true,"clipMode":"visible","fontFamily":"Helvetica","fontSize":10,"padding":{"__isSmartRef__":true,"id":133}},"6062":{"r":0.9529411764705882,"g":0.9529411764705882,"b":0.9529411764705882,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"6063":{"renderText":"renderTextSVG","updateText":"updateTextSVG","setTextExtent":"setTextExtentSVG","getTextExtent":"getTextExtentSVG","setMaxTextWidth":"setMaxTextWidthSVG","setMaxTextHeight":"setMaxTextHeightSVG","getTextString":"getTextStringSVG","ignoreTextEvents":"ignoreTextEventsSVG"},"6064":{"updateText":"attributeChangedCANVAS"},"6065":{"updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"6066":{"textString":{"__isSmartRef__":true,"id":6067},"savedTextString":{"__isSmartRef__":true,"id":6068}},"6067":{},"6068":{},"6069":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"6070":{"style":{"__isSmartRef__":true,"id":6071},"chunkOwner":{"__isSmartRef__":true,"id":6060},"storedString":"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6071":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6072":{"namespaceIdentifier":"Global.lively.morphic.EventExperiments","createTime":{"__isSmartRef__":true,"id":6073},"wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":6074},{"__isSmartRef__":true,"id":6076},{"__isSmartRef__":true,"id":6124}],"pendingRequirements":[],"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/morphic/EventExperiments.js","dependendModules":[],"debugDependendModules":[{"__isSmartRef__":true,"id":6146}],"_isLoaded":true,"__LivelyClassName__":"Namespace"},"6073":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6074":{"namespaceIdentifier":"Global.cop.Layers","createTime":{"__isSmartRef__":true,"id":6075},"wasDefined":true,"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/cop/Layers.js","_isLoaded":true,"__LivelyClassName__":"Namespace"},"6075":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6076":{"namespaceIdentifier":"Global.lively.LayerableMorphs","createTime":{"__isSmartRef__":true,"id":6077},"wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":6074},{"__isSmartRef__":true,"id":6078}],"pendingRequirements":[],"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/LayerableMorphs.js","dependendModules":[],"debugDependendModules":[{"__isSmartRef__":true,"id":6072},{"__isSmartRef__":true,"id":6146},{"__isSmartRef__":true,"id":75869}],"_isLoaded":true,"__LivelyClassName__":"Namespace"},"6077":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6078":{"namespaceIdentifier":"Global.lively.morphic","createTime":{"__isSmartRef__":true,"id":6079},"Graphics":{"__isSmartRef__":true,"id":6080},"Shapes":{"__isSmartRef__":true,"id":6082},"Core":{"__isSmartRef__":true,"id":6084},"Styles":{"__isSmartRef__":true,"id":6088},"PathShapes":{"__isSmartRef__":true,"id":6092},"TextCore":{"__isSmartRef__":true,"id":6094},"CompatLayer":{"__isSmartRef__":true,"id":6096},"Compat":{"__isSmartRef__":true,"id":6098},"Rendering":{"__isSmartRef__":true,"id":6100},"HTML":{"__isSmartRef__":true,"id":6102},"SVG":{"__isSmartRef__":true,"id":6108},"Canvas":{"__isSmartRef__":true,"id":6110},"Events":{"__isSmartRef__":true,"id":6106},"Widgets":{"__isSmartRef__":true,"id":6112},"Serialization":{"__isSmartRef__":true,"id":6128},"Halos":{"__isSmartRef__":true,"id":6124},"MorphAddons":{"__isSmartRef__":true,"id":75840},"Layout":{"__isSmartRef__":true,"id":75846},"ObjectMigration":{"__isSmartRef__":true,"id":6144},"AdditionalMorphs":{"__isSmartRef__":true,"id":6122},"Grid":{"__isSmartRef__":true,"id":75850},"Connectors":{"__isSmartRef__":true,"id":6120},"ScriptingSupport":{"__isSmartRef__":true,"id":75848},"Complete":{"__isSmartRef__":true,"id":6126},"wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":6126},{"__isSmartRef__":true,"id":6096}],"pendingRequirements":[],"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/morphic.js","dependendModules":[],"debugDependendModules":[{"__isSmartRef__":true,"id":6076},{"__isSmartRef__":true,"id":75844},{"__isSmartRef__":true,"id":6146}],"EventExperiments":{"__isSmartRef__":true,"id":6072},"CSS":{"__isSmartRef__":true,"id":75854},"EventSimulator":{"__isSmartRef__":true,"id":75855},"BindingsExtensionLayer":{"__isSmartRef__":true,"id":75856},"PathOriginHackLayer":{"__isSmartRef__":true,"id":75858},"_isLoaded":true,"GrabbingDefaultLayer":{"__isSmartRef__":true,"id":75864},"GrabbingLayer":{"__isSmartRef__":true,"id":6041},"VisualBindingsLayer":{"__isSmartRef__":true,"id":75866},"DiffMerge":{"__isSmartRef__":true,"id":75871},"Tests":{"__isSmartRef__":true,"id":75881},"tests":{"__isSmartRef__":true,"id":75901},"__LivelyClassName__":"Namespace"},"6079":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6080":{"namespaceIdentifier":"Global.lively.morphic.Graphics","createTime":{"__isSmartRef__":true,"id":6081},"wasDefined":true,"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/morphic/Graphics.js","_isLoaded":true,"__LivelyClassName__":"Namespace"},"6081":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6082":{"namespaceIdentifier":"Global.lively.morphic.Shapes","createTime":{"__isSmartRef__":true,"id":6083},"wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":6080}],"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/morphic/Shapes.js","_isLoaded":true,"__LivelyClassName__":"Namespace"},"6083":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6084":{"namespaceIdentifier":"Global.lively.morphic.Core","createTime":{"__isSmartRef__":true,"id":6085},"wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":6082},{"__isSmartRef__":true,"id":6086}],"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/morphic/Core.js","_isLoaded":true,"__LivelyClassName__":"Namespace"},"6085":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6086":{"namespaceIdentifier":"Global.lively.Traits","createTime":{"__isSmartRef__":true,"id":6087},"wasDefined":true,"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/Traits.js","_isLoaded":true,"__LivelyClassName__":"Namespace"},"6087":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6088":{"namespaceIdentifier":"Global.lively.morphic.Styles","createTime":{"__isSmartRef__":true,"id":6089},"wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":6082},{"__isSmartRef__":true,"id":6090}],"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/morphic/Styles.js","_isLoaded":true,"__LivelyClassName__":"Namespace"},"6089":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6090":{"namespaceIdentifier":"Global.lively.CrayonColors","createTime":{"__isSmartRef__":true,"id":6091},"wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":6080}],"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/CrayonColors.js","_isLoaded":true,"__LivelyClassName__":"Namespace"},"6091":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6092":{"namespaceIdentifier":"Global.lively.morphic.PathShapes","createTime":{"__isSmartRef__":true,"id":6093},"wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":6082}],"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/morphic/PathShapes.js","_isLoaded":true,"__LivelyClassName__":"Namespace"},"6093":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6094":{"namespaceIdentifier":"Global.lively.morphic.TextCore","createTime":{"__isSmartRef__":true,"id":6095},"wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":6074},{"__isSmartRef__":true,"id":6084}],"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/morphic/TextCore.js","_isLoaded":true,"__LivelyClassName__":"Namespace"},"6095":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6096":{"namespaceIdentifier":"Global.lively.morphic.CompatLayer","createTime":{"__isSmartRef__":true,"id":6097},"wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":6084},{"__isSmartRef__":true,"id":6074}],"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/morphic/CompatLayer.js","_isLoaded":true,"__LivelyClassName__":"Namespace"},"6097":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6098":{"namespaceIdentifier":"Global.lively.morphic.Compat","createTime":{"__isSmartRef__":true,"id":6099},"__LivelyClassName__":"Namespace"},"6099":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6100":{"namespaceIdentifier":"Global.lively.morphic.Rendering","createTime":{"__isSmartRef__":true,"id":6101},"wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":6084},{"__isSmartRef__":true,"id":6094},{"__isSmartRef__":true,"id":6082}],"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/morphic/Rendering.js","_isLoaded":true,"__LivelyClassName__":"Namespace"},"6101":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6102":{"namespaceIdentifier":"Global.lively.morphic.HTML","createTime":{"__isSmartRef__":true,"id":6103},"wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":6100},{"__isSmartRef__":true,"id":6092},{"__isSmartRef__":true,"id":6086},{"__isSmartRef__":true,"id":6104}],"pendingRequirements":[],"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/morphic/HTML.js","dependendModules":[],"debugDependendModules":[{"__isSmartRef__":true,"id":6106},{"__isSmartRef__":true,"id":6146}],"_isLoaded":true,"__LivelyClassName__":"Namespace"},"6103":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6104":{"namespaceIdentifier":"Global.apps.Less","createTime":{"__isSmartRef__":true,"id":6105},"dependendModules":[],"debugDependendModules":[{"__isSmartRef__":true,"id":6102}],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/apps/Less.js","wasDefined":true,"callbacks":[],"_isLoaded":true,"__LivelyClassName__":"Namespace"},"6105":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6106":{"namespaceIdentifier":"Global.lively.morphic.Events","createTime":{"__isSmartRef__":true,"id":6107},"wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":6084},{"__isSmartRef__":true,"id":6094},{"__isSmartRef__":true,"id":6102},{"__isSmartRef__":true,"id":6108},{"__isSmartRef__":true,"id":6110},{"__isSmartRef__":true,"id":6086}],"pendingRequirements":[],"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/morphic/Events.js","dependendModules":[],"debugDependendModules":[{"__isSmartRef__":true,"id":6112},{"__isSmartRef__":true,"id":6124},{"__isSmartRef__":true,"id":75840},{"__isSmartRef__":true,"id":6146}],"_isLoaded":true,"__LivelyClassName__":"Namespace"},"6107":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6108":{"namespaceIdentifier":"Global.lively.morphic.SVG","createTime":{"__isSmartRef__":true,"id":6109},"wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":6100},{"__isSmartRef__":true,"id":6092}],"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/morphic/SVG.js","_isLoaded":true,"__LivelyClassName__":"Namespace"},"6109":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6110":{"namespaceIdentifier":"Global.lively.morphic.Canvas","createTime":{"__isSmartRef__":true,"id":6111},"wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":6100}],"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/morphic/Canvas.js","_isLoaded":true,"__LivelyClassName__":"Namespace"},"6111":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6112":{"namespaceIdentifier":"Global.lively.morphic.Widgets","createTime":{"__isSmartRef__":true,"id":6113},"wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":6084},{"__isSmartRef__":true,"id":6106},{"__isSmartRef__":true,"id":6114},{"__isSmartRef__":true,"id":6088}],"pendingRequirements":[],"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/morphic/Widgets.js","dependendModules":[],"debugDependendModules":[{"__isSmartRef__":true,"id":6116},{"__isSmartRef__":true,"id":6128},{"__isSmartRef__":true,"id":6124},{"__isSmartRef__":true,"id":75840},{"__isSmartRef__":true,"id":75846},{"__isSmartRef__":true,"id":75842},{"__isSmartRef__":true,"id":6126},{"__isSmartRef__":true,"id":6146}],"_isLoaded":true,"__LivelyClassName__":"Namespace"},"6113":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6114":{"namespaceIdentifier":"Global.lively.WidgetsTraits","createTime":{"__isSmartRef__":true,"id":6115},"wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":6086},{"__isSmartRef__":true,"id":6080}],"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/WidgetsTraits.js","_isLoaded":true,"__LivelyClassName__":"Namespace"},"6115":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6116":{"namespaceIdentifier":"Global.lively.bindings.GeometryBindings","createTime":{"__isSmartRef__":true,"id":6117},"wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":6074},{"__isSmartRef__":true,"id":6084},{"__isSmartRef__":true,"id":6118},{"__isSmartRef__":true,"id":6094},{"__isSmartRef__":true,"id":6112}],"pendingRequirements":[],"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/bindings/GeometryBindings.js","dependendModules":[],"debugDependendModules":[{"__isSmartRef__":true,"id":6120},{"__isSmartRef__":true,"id":6146}],"_isLoaded":true,"__LivelyClassName__":"Namespace"},"6117":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6118":{"namespaceIdentifier":"Global.lively.bindings.Core","createTime":{"__isSmartRef__":true,"id":6119},"wasDefined":true,"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/bindings/Core.js","_isLoaded":true,"__LivelyClassName__":"Namespace"},"6119":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6120":{"namespaceIdentifier":"Global.lively.morphic.Connectors","createTime":{"__isSmartRef__":true,"id":6121},"wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":6122},{"__isSmartRef__":true,"id":6116},{"__isSmartRef__":true,"id":6128}],"pendingRequirements":[],"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/morphic/Connectors.js","dependendModules":[],"debugDependendModules":[{"__isSmartRef__":true,"id":75848},{"__isSmartRef__":true,"id":6146}],"_isLoaded":true,"__LivelyClassName__":"Namespace"},"6121":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6122":{"namespaceIdentifier":"Global.lively.morphic.AdditionalMorphs","createTime":{"__isSmartRef__":true,"id":6123},"wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":6124},{"__isSmartRef__":true,"id":75850}],"pendingRequirements":[],"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/morphic/AdditionalMorphs.js","dependendModules":[],"debugDependendModules":[{"__isSmartRef__":true,"id":6120},{"__isSmartRef__":true,"id":6126},{"__isSmartRef__":true,"id":6146}],"_isLoaded":true,"__LivelyClassName__":"Namespace"},"6123":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6124":{"namespaceIdentifier":"Global.lively.morphic.Halos","createTime":{"__isSmartRef__":true,"id":6125},"wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":6106},{"__isSmartRef__":true,"id":6112}],"pendingRequirements":[],"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/morphic/Halos.js","dependendModules":[],"debugDependendModules":[{"__isSmartRef__":true,"id":6122},{"__isSmartRef__":true,"id":6126},{"__isSmartRef__":true,"id":6072},{"__isSmartRef__":true,"id":6146}],"_isLoaded":true,"__LivelyClassName__":"Namespace"},"6125":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6126":{"namespaceIdentifier":"Global.lively.morphic.Complete","createTime":{"__isSmartRef__":true,"id":6127},"wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":6122},{"__isSmartRef__":true,"id":6112},{"__isSmartRef__":true,"id":6128},{"__isSmartRef__":true,"id":75840},{"__isSmartRef__":true,"id":75848},{"__isSmartRef__":true,"id":6124},{"__isSmartRef__":true,"id":75846},{"__isSmartRef__":true,"id":6144},{"__isSmartRef__":true,"id":6094}],"pendingRequirements":[],"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/morphic/Complete.js","dependendModules":[],"debugDependendModules":[{"__isSmartRef__":true,"id":6078},{"__isSmartRef__":true,"id":6146}],"_isLoaded":true,"__LivelyClassName__":"Namespace"},"6127":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6128":{"namespaceIdentifier":"Global.lively.morphic.Serialization","createTime":{"__isSmartRef__":true,"id":6129},"wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":6130},{"__isSmartRef__":true,"id":6140},{"__isSmartRef__":true,"id":6084},{"__isSmartRef__":true,"id":6094},{"__isSmartRef__":true,"id":6142},{"__isSmartRef__":true,"id":6112}],"pendingRequirements":[],"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/morphic/Serialization.js","dependendModules":[],"debugDependendModules":[{"__isSmartRef__":true,"id":6144},{"__isSmartRef__":true,"id":6120},{"__isSmartRef__":true,"id":6126},{"__isSmartRef__":true,"id":6146}],"_isLoaded":true,"__LivelyClassName__":"Namespace"},"6129":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6130":{"namespaceIdentifier":"Global.lively.Network","createTime":{"__isSmartRef__":true,"id":6131},"wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":6132},{"__isSmartRef__":true,"id":6134},{"__isSmartRef__":true,"id":6138}],"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/Network.js","_isLoaded":true,"__LivelyClassName__":"Namespace"},"6131":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6132":{"namespaceIdentifier":"Global.lively.bindings","createTime":{"__isSmartRef__":true,"id":6133},"wasDefined":true,"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/bindings.js","documentation":"connect parameters: source, sourceProp, target, targetProp, spec\nspec can be: {removeAfterUpdate: Boolean, converter: Function, updater: Function, varMapping: Object}","_isLoaded":true,"Core":{"__isSmartRef__":true,"id":6118},"GeometryBindings":{"__isSmartRef__":true,"id":6116},"_layer_object_id":2,"__LivelyClassName__":"Namespace"},"6133":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6134":{"namespaceIdentifier":"Global.lively.NoMoreModels","createTime":{"__isSmartRef__":true,"id":6135},"wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":6136}],"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/NoMoreModels.js","_isLoaded":true,"__LivelyClassName__":"Namespace"},"6135":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6136":{"namespaceIdentifier":"Global.lively.OldModel","createTime":{"__isSmartRef__":true,"id":6137},"wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":6132}],"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/OldModel.js","_isLoaded":true,"__LivelyClassName__":"Namespace"},"6137":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6138":{"namespaceIdentifier":"Global.lively.Data","createTime":{"__isSmartRef__":true,"id":6139},"wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":6136}],"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/Data.js","_isLoaded":true,"__LivelyClassName__":"Namespace"},"6139":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6140":{"namespaceIdentifier":"Global.lively.persistence.Serializer","createTime":{"__isSmartRef__":true,"id":6141},"wasDefined":true,"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/persistence/Serializer.js","jsonWorldId":"LivelyJSONWorld","changeSetElementId":"WorldChangeSet","_isLoaded":true,"__LivelyClassName__":"Namespace"},"6141":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6142":{"namespaceIdentifier":"Global.lively.DOMAbstraction","createTime":{"__isSmartRef__":true,"id":6143},"wasDefined":true,"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/DOMAbstraction.js","_isLoaded":true,"__LivelyClassName__":"Namespace"},"6143":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6144":{"namespaceIdentifier":"Global.lively.morphic.ObjectMigration","createTime":{"__isSmartRef__":true,"id":6145},"wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":6128},{"__isSmartRef__":true,"id":6074}],"pendingRequirements":[],"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/morphic/ObjectMigration.js","dependendModules":[],"debugDependendModules":[{"__isSmartRef__":true,"id":6126},{"__isSmartRef__":true,"id":6146}],"_isLoaded":true,"__LivelyClassName__":"Namespace"},"6145":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6146":{"namespaceIdentifier":"Global.anonymous_module_0","createTime":{"__isSmartRef__":true,"id":6147},"wasDefined":true,"_isAnonymous":true,"sourceModuleName":"Global","defStack":"Error\n at require (http://lively-kernel.org/repository/webwerkstatt/core/generated/combinedModules.js?7167c52561769155fe7c54246ab81fe0:12009:21)\n at HTMLScriptElement. (http://lively-kernel.org/repository/webwerkstatt/core/lively/bootstrap.js:624:17)","privateRequirements":[{"__isSmartRef__":true,"id":6148},{"__isSmartRef__":true,"id":6150},{"__isSmartRef__":true,"id":6152},{"__isSmartRef__":true,"id":6152},{"__isSmartRef__":true,"id":6132},{"__isSmartRef__":true,"id":6142},{"__isSmartRef__":true,"id":6086},{"__isSmartRef__":true,"id":6148},{"__isSmartRef__":true,"id":6150},{"__isSmartRef__":true,"id":6118},{"__isSmartRef__":true,"id":6080},{"__isSmartRef__":true,"id":6140},{"__isSmartRef__":true,"id":6074},{"__isSmartRef__":true,"id":6154},{"__isSmartRef__":true,"id":6156},{"__isSmartRef__":true,"id":6158},{"__isSmartRef__":true,"id":6114},{"__isSmartRef__":true,"id":6090},{"__isSmartRef__":true,"id":6136},{"__isSmartRef__":true,"id":6160},{"__isSmartRef__":true,"id":6082},{"__isSmartRef__":true,"id":75838},{"__isSmartRef__":true,"id":6134},{"__isSmartRef__":true,"id":6138},{"__isSmartRef__":true,"id":6084},{"__isSmartRef__":true,"id":6088},{"__isSmartRef__":true,"id":6092},{"__isSmartRef__":true,"id":6130},{"__isSmartRef__":true,"id":6094},{"__isSmartRef__":true,"id":6096},{"__isSmartRef__":true,"id":6100},{"__isSmartRef__":true,"id":6102},{"__isSmartRef__":true,"id":6108},{"__isSmartRef__":true,"id":6110},{"__isSmartRef__":true,"id":6106},{"__isSmartRef__":true,"id":6112},{"__isSmartRef__":true,"id":6116},{"__isSmartRef__":true,"id":6128},{"__isSmartRef__":true,"id":6124},{"__isSmartRef__":true,"id":75840},{"__isSmartRef__":true,"id":75846},{"__isSmartRef__":true,"id":6144},{"__isSmartRef__":true,"id":6122},{"__isSmartRef__":true,"id":75842},{"__isSmartRef__":true,"id":6120},{"__isSmartRef__":true,"id":75848},{"__isSmartRef__":true,"id":6126},{"__isSmartRef__":true,"id":6078},{"__isSmartRef__":true,"id":6076},{"__isSmartRef__":true,"id":75844},{"__isSmartRef__":true,"id":6072}],"pendingRequirements":[],"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/anonymous_module_0","_isLoaded":true,"__LivelyClassName__":"Namespace"},"6147":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6148":{"namespaceIdentifier":"Global.lively.lang.Closure","createTime":{"__isSmartRef__":true,"id":6149},"wasDefined":true,"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/lang/Closure.js","_isLoaded":true,"__LivelyClassName__":"Namespace"},"6149":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6150":{"namespaceIdentifier":"Global.lively.lang.UUID","createTime":{"__isSmartRef__":true,"id":6151},"wasDefined":true,"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/lang/UUID.js","_isLoaded":true,"__LivelyClassName__":"Namespace"},"6151":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6152":{"namespaceIdentifier":"Global.lively.LocalStorage","createTime":{"__isSmartRef__":true,"id":6153},"wasDefined":true,"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/LocalStorage.js","_isLoaded":true,"__LivelyClassName__":"Namespace"},"6153":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6154":{"namespaceIdentifier":"Global.apps.CouchDB","createTime":{"__isSmartRef__":true,"id":6155},"wasDefined":true,"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/apps/CouchDB.js","_isLoaded":true,"__LivelyClassName__":"Namespace"},"6155":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6156":{"namespaceIdentifier":"Global.apps.DateFormat","createTime":{"__isSmartRef__":true,"id":6157},"wasDefined":true,"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/apps/DateFormat.js","_isLoaded":true,"__LivelyClassName__":"Namespace"},"6157":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6158":{"namespaceIdentifier":"Global.lively.ChangeSet","createTime":{"__isSmartRef__":true,"id":6159},"wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":6142}],"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/ChangeSet.js","_isLoaded":true,"__LivelyClassName__":"Namespace"},"6159":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6160":{"namespaceIdentifier":"Global.lively.PartsBin","createTime":{"__isSmartRef__":true,"id":6161},"wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":6086}],"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/PartsBin.js","partSpaces":{"__isSmartRef__":true,"id":6162},"_isLoaded":true,"__LivelyClassName__":"Namespace"},"6161":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6162":{"PartsBin/iPadWidgets":{"__isSmartRef__":true,"id":6163},"PartsBin/Tools":{"__isSmartRef__":true,"id":6388},"PartsBin/Basic/":{"__isSmartRef__":true,"id":26167},"PartsBin/BP2012/":{"__isSmartRef__":true,"id":58409},"PartsBin/Debugging/":{"__isSmartRef__":true,"id":58494},"PartsBin/SWD2011/":{"__isSmartRef__":true,"id":58501},"PartsBin/groupBejeweled/":{"__isSmartRef__":true,"id":58504},"PartsBin/iPadWidgets/":{"__isSmartRef__":true,"id":58516},"PartsBin/Tools/":{"__isSmartRef__":true,"id":58709},"PartsBin/Fabian/":{"__isSmartRef__":true,"id":58741},"PartsBin/PartsClasses/":{"__isSmartRef__":true,"id":61102},"PartsBin/Widgets/":{"__isSmartRef__":true,"id":63340},"PartsBin/":{"__isSmartRef__":true,"id":63343},"PartsBin/Tests/":{"__isSmartRef__":true,"id":63346},"PartsBin/Dialogs":{"__isSmartRef__":true,"id":63349},"Tools":{"__isSmartRef__":true,"id":67012},"PartsBin/Fabian":{"__isSmartRef__":true,"id":67032},"PartsBin/PartsClasses":{"__isSmartRef__":true,"id":71142},"PartsBin/Inputs/":{"__isSmartRef__":true,"id":73334},"PartsBin/groupBejeweld":{"__isSmartRef__":true,"id":73355},"PartsBin/groupBejewled":{"__isSmartRef__":true,"id":73363},"PartsBin/groupBejeweled":{"__isSmartRef__":true,"id":73374},"PartsBin/Wiki/":{"__isSmartRef__":true,"id":75814},"PartsBin/BP2012":{"__isSmartRef__":true,"id":75836}},"6163":{"name":"PartsBin/iPadWidgets","partItems":{"__isSmartRef__":true,"id":6164},"__LivelyClassName__":"lively.PartsBin.PartsSpace","__SourceModuleName__":"Global.lively.PartsBin"},"6164":{"LoadingMorph":{"__isSmartRef__":true,"id":6165}},"6165":{"partsSpaceName":"PartsBin/iPadWidgets","name":"LoadingMorph","part":{"__isSmartRef__":true,"id":6166},"json":"{\"id\":0,\"registry\":{\"0\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1}],\"scripts\":[],\"id\":\"FEF39B3C-E634-4825-BAB8-2D44FE647B03\",\"shape\":{\"__isSmartRef__\":true,\"id\":30},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":37},\"showsHalos\":false,\"name\":\"LoadingMorph\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":38},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":135},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":136},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[127,\"59692BC3-6C7B-4E23-B820-8699260EA722\",\"486BB935-1313-4103-B2A8-642B19437478\",\"18AFFD44-46CD-489E-B1D6-DED43E2B6B06\",\"2608C892-2204-4981-9A87-8E749F8944AB\",\"5535861F-4EA2-44AB-8A40-0538124E0AAC\",\"16C292B3-86E8-4622-B516-27C48263B8CC\",\"87731A20-D455-44D0-97E5-98A7CFD4E417\",\"A17081E7-E597-47ED-BD32-6E4D206BD7D7\",\"CFB4A44C-BFEA-4584-BCBA-AE2A56739200\",\"76B3DD9B-8D01-42BA-A574-AB99D5F899BB\",\"1EBC5512-8F54-4B24-998C-69A285EC8533\",\"DD1165C7-6C1A-4361-A4AE-FCF6F31152FD\",\"4D6D36E8-48F3-408A-B03C-202E4DC182BD\",\"5F3B3E0F-BBC6-4DDA-BAA0-7EFC05FF2011\",\"E0A6B33B-767A-4532-9021-892414520200\",\"F5F5E2B1-5FF0-4E09-B323-AE88A3920B8D\",\"0C7E832A-A741-430F-B295-8BC181D066FE\",\"472AED3B-CB76-49BD-BF49-354A2D568F86\",\"A7C52F65-D140-4791-880F-F7584C7BB570\",\"3516412B-8B36-4E52-9416-6B7FB358BDC2\",\"1840CACC-078C-4795-AD3F-E9D6F8D557A0\",\"1FEDCA25-0131-46FA-840F-DC5F1B05C6CA\",\"C620CED3-0AE9-4097-9AA7-2706A042F9C9\",\"679A861B-40E0-4DB2-B22F-95B454C6978D\"],\"isBeingDragged\":false,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":137},\"layout\":{\"__isSmartRef__\":true,\"id\":138},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":139},\"prevScroll\":[0,0],\"moved\":true,\"_Rotation\":0,\"_Scale\":1,\"headRevision\":146469,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":140},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"1\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":18},\"id\":\"9FFF9D73-931C-404C-AA4B-5AC2E7C53504\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":23},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":24},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":25},\"name\":\"ProgressIndicator\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":26},\"showsHalos\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":27},\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":28},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"derivationIds\":[520,\"071F18BE-FF28-40F5-ACAD-1916E0D25C38\",\"DF185A10-743D-45FC-B9C2-76E12D908BCF\",\"BF125D2C-596A-4C1E-A5F8-DAE4801E9497\",\"3CEE8CFF-B8F1-4B4B-A405-CB583080252A\",\"D0652878-8F9C-4591-8A82-296898AACDB6\",\"31441DDF-2220-43BE-A99F-69E1FEC68030\",\"14A90039-0D3E-46DC-8445-D42B8E02EB42\",\"681EF5DE-A344-4114-B2F3-B96CE3872524\",\"C0381116-5116-4F33-B082-A411D0E4534E\",\"24E9581E-B008-46EE-9CBC-D5190E100D98\",\"C69D1041-2C5E-48FE-B04C-04E66450658A\",\"4830945B-4FFF-4564-9424-34D7995DAE60\",\"8602C233-B3E7-4682-9B0E-D7549761D934\",\"B4E0E11F-2BED-462E-B708-89D63971856E\",\"EE0144C2-D016-4390-8A67-4E7DEF171C83\",\"F44DF6E4-5F27-440E-AB5F-3721C0A10CA6\",\"73FC6648-DAAF-4673-8CF4-7DA219513F22\",\"B78EB1B5-780C-45F7-B0A7-B988B52B1FF1\",\"DFDB8CD1-72F7-40F4-849B-1F9B866277AB\",\"66111105-B1FC-41F7-BF70-D45118C9E09F\",\"02420416-1E35-4831-AABB-91CD0460CA1A\",\"7C6B2EB2-4510-4A8E-BAFF-5CF0040DD7F5\",\"0503F5A1-1732-4610-9A5A-920D658CA766\",\"07C5AE03-36AD-4849-BACD-27D7D9A2CCF2\"],\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"isBeingDragged\":false,\"layout\":{\"__isSmartRef__\":true,\"id\":29},\"prevScroll\":[0,0],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Image\"},\"2\":{\"submorphs\":[],\"scripts\":[],\"id\":\"B8FE7DEE-9568-4BE6-BA12-EA674BA79E08\",\"shape\":{\"__isSmartRef__\":true,\"id\":3},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":9},\"_MaxTextWidth\":257,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":6},\"showsHalos\":false,\"_FontSize\":14,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"loadedMorphName\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":10},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":11}],\"charsReplaced\":\"MorphName\",\"lastFindLoc\":18,\"priorSelectionRange\":[9,0],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":13},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":14},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":15},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":16},\"_ClipMode\":\"visible\",\"derivationIds\":[355,\"023045B3-2D6B-4425-89FB-F4806D527BE0\",\"DC0C2365-868C-41AE-8369-51C31E91493E\",\"C6D9D314-86A1-4015-970B-F6787F535E1A\",\"6AA4552E-2E85-447E-9033-99D5AA1A94BC\",\"D94BE49C-8A3E-4F1F-BF28-FEDD9B40D213\",\"AA8F0470-654C-4AA2-8135-4607F5429AC5\",\"E0BAABCC-FFB2-4EDF-BAE5-C63CC99B6A97\",\"1A86AE17-73AE-442E-AB36-DD90C6DFC8BC\",\"EF750075-E964-4CD3-B6A4-161511E1D058\",\"CED69CBF-FFA5-45E7-B333-FBACE4F278AC\",\"E56978C1-7424-4C10-8168-11FD3237B540\",\"D5AB2532-A4DC-42D6-AF17-99CBBCEAA848\",\"245866CB-598A-4172-A3A0-A06D4D26C6AD\",\"43B0F12E-5793-43AA-80E1-496774E0EBA6\",\"1B776A8C-0413-475F-8EBD-120BBD91D2BB\",\"F84F2C9A-8003-4E81-833A-83F48C92F3B8\",\"3124B389-9FA4-4348-BC5D-0DFF9C59CD1B\",\"1A1BCBAC-D7CC-4BAE-B8C2-7C693F7327A1\",\"1CB201BA-5E0B-4771-821A-139FA2AEFBC2\",\"195520FA-4816-47A4-B0F5-BA890AFD9DF9\",\"0D15F28A-24C9-46B7-89C5-6D2354728AC1\",\"316FE9D3-62EC-4FD6-9B0F-FFA622B79575\",\"739F3743-9BE1-48C8-813D-C0BFB0DCACA6\",\"01877B3B-7DA7-4222-B011-7B5F4E501862\"],\"_WhiteSpaceHandling\":\"pre-wrap\",\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"_MinTextWidth\":257,\"_MinTextHeight\":null,\"previousSelection\":[6,6],\"_Align\":\"center\",\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":17},\"isBeingDragged\":false,\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"3\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":4},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":8},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5\":{\"x\":257,\"y\":23,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"6\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"8\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"9\":{\"x\":-109,\"y\":38,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"10\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"11\":{\"style\":{\"__isSmartRef__\":true,\"id\":12},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"loading part\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"12\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"13\":{\"x\":257,\"y\":23,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"14\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"15\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"16\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"17\":{\"x\":179,\"y\":-11,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"18\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":19},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":20},\"_Extent\":{\"__isSmartRef__\":true,\"id\":21},\"_ImageURL\":\"data:image/gif;base64,R0lGODlhEAAQAPIAAP///wAAAMLCwkJCQgAAAGJiYoKCgpKSkiH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQJCgAAACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkECQoAAAAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkECQoAAAAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkECQoAAAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQJCgAAACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQJCgAAACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAkKAAAALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA==\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isLoaded\":true,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":22},\"_BorderWidth\":0,\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Image\"},\"19\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"20\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"setImageURL\":\"setImageURLHTML\",\"getNativeExtent\":\"getNativeExtentHTML\"},\"21\":{\"x\":31,\"y\":31,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"22\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"23\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"24\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"25\":{\"x\":113.5,\"y\":81,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"26\":{\"x\":30,\"y\":31,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"27\":{\"x\":39,\"y\":-11,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"28\":{\"partName\":\"ProgressIndicator\",\"requiredModules\":[],\"migrationLevel\":2,\"partsSpaceName\":\"PartsBin/Widgets/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"29\":{\"centeredHorizontal\":true,\"centeredVertical\":true},\"30\":{\"position\":{\"__isSmartRef__\":true,\"id\":31},\"_Extent\":{\"__isSmartRef__\":true,\"id\":32},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":33},\"_Fill\":{\"__isSmartRef__\":true,\"id\":34},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":35},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":36},\"_BorderRadius\":8.515,\"_Opacity\":0.8146,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"31\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"32\":{\"x\":266,\"y\":223,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"33\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"34\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"35\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"36\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"37\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"38\":{\"partsSpaceName\":\"PartsBin/iPad Widgets/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"This is a placeholder to indicate that a morph is being loaded. It will be replaced by the morph as soon as the requested morph finished loading.\",\"migrationLevel\":4,\"partName\":\"LoadingMorph\",\"changes\":[{\"__isSmartRef__\":true,\"id\":39},{\"__isSmartRef__\":true,\"id\":41},{\"__isSmartRef__\":true,\"id\":43},{\"__isSmartRef__\":true,\"id\":45},{\"__isSmartRef__\":true,\"id\":47},{\"__isSmartRef__\":true,\"id\":49},{\"__isSmartRef__\":true,\"id\":51},{\"__isSmartRef__\":true,\"id\":53},{\"__isSmartRef__\":true,\"id\":55},{\"__isSmartRef__\":true,\"id\":57},{\"__isSmartRef__\":true,\"id\":59},{\"__isSmartRef__\":true,\"id\":61},{\"__isSmartRef__\":true,\"id\":63},{\"__isSmartRef__\":true,\"id\":65},{\"__isSmartRef__\":true,\"id\":67},{\"__isSmartRef__\":true,\"id\":69},{\"__isSmartRef__\":true,\"id\":71},{\"__isSmartRef__\":true,\"id\":73},{\"__isSmartRef__\":true,\"id\":75},{\"__isSmartRef__\":true,\"id\":77},{\"__isSmartRef__\":true,\"id\":79},{\"__isSmartRef__\":true,\"id\":81},{\"__isSmartRef__\":true,\"id\":83},{\"__isSmartRef__\":true,\"id\":85},{\"__isSmartRef__\":true,\"id\":87},{\"__isSmartRef__\":true,\"id\":89},{\"__isSmartRef__\":true,\"id\":91},{\"__isSmartRef__\":true,\"id\":93},{\"__isSmartRef__\":true,\"id\":95},{\"__isSmartRef__\":true,\"id\":97},{\"__isSmartRef__\":true,\"id\":99},{\"__isSmartRef__\":true,\"id\":101},{\"__isSmartRef__\":true,\"id\":103},{\"__isSmartRef__\":true,\"id\":105},{\"__isSmartRef__\":true,\"id\":107},{\"__isSmartRef__\":true,\"id\":109},{\"__isSmartRef__\":true,\"id\":111},{\"__isSmartRef__\":true,\"id\":113},{\"__isSmartRef__\":true,\"id\":115},{\"__isSmartRef__\":true,\"id\":117},{\"__isSmartRef__\":true,\"id\":119},{\"__isSmartRef__\":true,\"id\":121},{\"__isSmartRef__\":true,\"id\":123},{\"__isSmartRef__\":true,\"id\":125},{\"__isSmartRef__\":true,\"id\":127},{\"__isSmartRef__\":true,\"id\":129},{\"__isSmartRef__\":true,\"id\":131},{\"__isSmartRef__\":true,\"id\":133}],\"revisionOnLoad\":140039,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"39\":{\"date\":{\"__isSmartRef__\":true,\"id\":40},\"author\":\"sstamm\",\"message\":\"\",\"id\":\"1C1391AE-5722-4707-BE52-F0094FC56829\"},\"40\":{\"isSerializedDate\":true,\"string\":\"Wed Feb 22 2012 14:02:04 GMT+0100 (W. Europe Standard Time)\"},\"41\":{\"date\":{\"__isSmartRef__\":true,\"id\":42},\"author\":\"sstamm\",\"message\":\"\",\"id\":\"663F147A-9084-4AC3-81A7-1E7BA6547F08\"},\"42\":{\"isSerializedDate\":true,\"string\":\"Wed Feb 22 2012 12:43:10 GMT+0100 (W. Europe Standard Time)\"},\"43\":{\"date\":{\"__isSmartRef__\":true,\"id\":44},\"author\":\"sstamm\",\"message\":\"\",\"id\":\"F72B746E-B170-4EFB-9074-5E8770640B8A\"},\"44\":{\"isSerializedDate\":true,\"string\":\"Wed Feb 22 2012 12:36:14 GMT+0100 (W. Europe Standard Time)\"},\"45\":{\"date\":{\"__isSmartRef__\":true,\"id\":46},\"author\":\"sstamm\",\"message\":\"\",\"id\":\"568D2EFD-C535-43AE-8944-6D8B967129F5\"},\"46\":{\"isSerializedDate\":true,\"string\":\"Wed Feb 22 2012 12:23:04 GMT+0100 (W. Europe Standard Time)\"},\"47\":{\"date\":{\"__isSmartRef__\":true,\"id\":48},\"author\":\"sstamm\",\"message\":\"\",\"id\":\"AB2484A6-0707-4E13-845E-F0A5F48BBA3D\"},\"48\":{\"isSerializedDate\":true,\"string\":\"Wed Feb 22 2012 11:59:45 GMT+0100 (W. Europe Standard Time)\"},\"49\":{\"date\":{\"__isSmartRef__\":true,\"id\":50},\"author\":\"sstamm\",\"message\":\"\",\"id\":\"97D20633-F76C-46A5-A32A-FFE9BC83CAB3\"},\"50\":{\"isSerializedDate\":true,\"string\":\"Wed Feb 22 2012 11:59:10 GMT+0100 (W. Europe Standard Time)\"},\"51\":{\"date\":{\"__isSmartRef__\":true,\"id\":52},\"author\":\"sstamm\",\"message\":\"\",\"id\":\"8A697DF5-9A45-4A84-B709-9719BF55083E\"},\"52\":{\"isSerializedDate\":true,\"string\":\"Wed Feb 22 2012 11:56:54 GMT+0100 (W. Europe Standard Time)\"},\"53\":{\"date\":{\"__isSmartRef__\":true,\"id\":54},\"author\":\"sstamm\",\"message\":\"\",\"id\":\"F2157D66-1571-4B9A-B325-6FA96488260F\"},\"54\":{\"isSerializedDate\":true,\"string\":\"Wed Feb 22 2012 11:51:05 GMT+0100 (W. Europe Standard Time)\"},\"55\":{\"date\":{\"__isSmartRef__\":true,\"id\":56},\"author\":\"sstamm\",\"message\":\"\",\"id\":\"E5E808CA-06AB-47DC-A9C9-CA7967591545\"},\"56\":{\"isSerializedDate\":true,\"string\":\"Wed Feb 22 2012 11:47:19 GMT+0100 (W. Europe Standard Time)\"},\"57\":{\"date\":{\"__isSmartRef__\":true,\"id\":58},\"author\":\"sstamm\",\"message\":\"\",\"id\":\"009DC4E0-23CA-485A-A796-801AA0F75049\"},\"58\":{\"isSerializedDate\":true,\"string\":\"Wed Feb 22 2012 11:46:25 GMT+0100 (W. Europe Standard Time)\"},\"59\":{\"date\":{\"__isSmartRef__\":true,\"id\":60},\"author\":\"sstamm\",\"message\":\"\",\"id\":\"C0CE1397-6E2E-4E8C-AEFF-9017E24BB7E4\"},\"60\":{\"isSerializedDate\":true,\"string\":\"Wed Feb 22 2012 11:45:05 GMT+0100 (W. Europe Standard Time)\"},\"61\":{\"date\":{\"__isSmartRef__\":true,\"id\":62},\"author\":\"sstamm\",\"message\":\"\",\"id\":\"FFE16986-548D-4AC2-A627-CF6416282BC4\"},\"62\":{\"isSerializedDate\":true,\"string\":\"Wed Feb 22 2012 11:37:15 GMT+0100 (W. Europe Standard Time)\"},\"63\":{\"date\":{\"__isSmartRef__\":true,\"id\":64},\"author\":\"sstamm\",\"message\":\"\",\"id\":\"57213D63-7147-4057-ADC9-30994443B066\"},\"64\":{\"isSerializedDate\":true,\"string\":\"Wed Feb 22 2012 11:35:29 GMT+0100 (W. Europe Standard Time)\"},\"65\":{\"date\":{\"__isSmartRef__\":true,\"id\":66},\"author\":\"sstamm\",\"message\":\"\",\"id\":\"75A31364-B380-4312-BB5B-F8F2DA1CE824\"},\"66\":{\"isSerializedDate\":true,\"string\":\"Wed Feb 22 2012 11:31:52 GMT+0100 (W. Europe Standard Time)\"},\"67\":{\"date\":{\"__isSmartRef__\":true,\"id\":68},\"author\":\"sstamm\",\"message\":\"\",\"id\":\"5AA50B7E-7D33-44C4-807B-BF1ABA31D530\"},\"68\":{\"isSerializedDate\":true,\"string\":\"Wed Feb 22 2012 11:14:10 GMT+0100 (W. Europe Standard Time)\"},\"69\":{\"date\":{\"__isSmartRef__\":true,\"id\":70},\"author\":\"sstamm\",\"message\":\"\",\"id\":\"BCDCC505-534C-45E5-9BB2-5238959A5AD0\"},\"70\":{\"isSerializedDate\":true,\"string\":\"Wed Feb 22 2012 11:02:56 GMT+0100 (W. Europe Standard Time)\"},\"71\":{\"date\":{\"__isSmartRef__\":true,\"id\":72},\"author\":\"sstamm\",\"message\":\"\",\"id\":\"890D14F4-E89D-4E05-BFB9-875D6AB6C765\"},\"72\":{\"isSerializedDate\":true,\"string\":\"Wed Feb 22 2012 11:01:50 GMT+0100 (W. Europe Standard Time)\"},\"73\":{\"date\":{\"__isSmartRef__\":true,\"id\":74},\"author\":\"sstamm\",\"message\":\"\",\"id\":\"B6FE0805-0D24-4267-8238-8B332352617E\"},\"74\":{\"isSerializedDate\":true,\"string\":\"Wed Feb 22 2012 10:55:44 GMT+0100 (W. Europe Standard Time)\"},\"75\":{\"date\":{\"__isSmartRef__\":true,\"id\":76},\"author\":\"sstamm\",\"message\":\"callbacks are working\",\"id\":\"9348260A-3B55-4659-BC85-440BFBD98EA4\"},\"76\":{\"isSerializedDate\":true,\"string\":\"Fri Feb 10 2012 09:45:55 GMT+0100 (W. Europe Standard Time)\"},\"77\":{\"date\":{\"__isSmartRef__\":true,\"id\":78},\"author\":\"sstamm\",\"message\":\"made it more opaque\",\"id\":\"1B84264C-2822-407F-A58F-19217BCD2762\"},\"78\":{\"isSerializedDate\":true,\"string\":\"Wed Feb 08 2012 11:41:50 GMT+0100 (W. Europe Standard Time)\"},\"79\":{\"date\":{\"__isSmartRef__\":true,\"id\":80},\"author\":\"sstamm\",\"message\":\"\",\"id\":\"0FB41D7D-2A52-4782-814B-A66C24FCE569\"},\"80\":{\"isSerializedDate\":true,\"string\":\"Tue Feb 07 2012 11:13:49 GMT+0100 (W. Europe Standard Time)\"},\"81\":{\"date\":{\"__isSmartRef__\":true,\"id\":82},\"author\":\"sstamm\",\"message\":\"\",\"id\":\"A0C2D7C1-04AF-493A-A7D7-70750F7D3E2F\"},\"82\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 17:22:07 GMT+0100 (W. Europe Standard Time)\"},\"83\":{\"date\":{\"__isSmartRef__\":true,\"id\":84},\"author\":\"sstamm\",\"message\":\"trollolol\",\"id\":\"F6CFAD78-AC72-4DE2-9F38-79776C2E9462\"},\"84\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 14:55:14 GMT+0100 (W. Europe Standard Time)\"},\"85\":{\"date\":{\"__isSmartRef__\":true,\"id\":86},\"author\":\"sstamm\",\"message\":\"should be centered now\",\"id\":\"EE366B4D-C272-477F-8C28-4EAE5A7EC7CB\"},\"86\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 14:54:35 GMT+0100 (W. Europe Standard Time)\"},\"87\":{\"date\":{\"__isSmartRef__\":true,\"id\":88},\"author\":\"sstamm\",\"message\":\"initial commit\",\"id\":\"8920D925-DD16-4667-B8C7-FB74D78C2424\"},\"88\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 13:26:01 GMT+0100 (W. Europe Standard Time)\"},\"89\":{\"date\":{\"__isSmartRef__\":true,\"id\":90},\"author\":\"sstamm\",\"message\":\"changed text morph name\",\"id\":\"80E88A3C-5AF3-48F2-A600-710877630997\"},\"90\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 14:04:01 GMT+0100 (W. Europe Standard Time)\"},\"91\":{\"date\":{\"__isSmartRef__\":true,\"id\":92},\"author\":\"sstamm\",\"message\":\"added loading script\",\"id\":\"EE9B8F4D-1F03-4232-82E6-794046974F8F\"},\"92\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 14:28:30 GMT+0100 (W. Europe Standard Time)\"},\"93\":{\"date\":{\"__isSmartRef__\":true,\"id\":94},\"author\":\"sstamm\",\"message\":\"added disconnection\",\"id\":\"11F19267-924E-4087-99ED-998245576BD2\"},\"94\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 14:32:58 GMT+0100 (W. Europe Standard Time)\"},\"95\":{\"date\":{\"__isSmartRef__\":true,\"id\":96},\"author\":\"sstamm\",\"message\":\"removed connections before deletion\",\"id\":\"35A88218-6864-4D52-83A2-BFF7B9A6907C\"},\"96\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 14:41:00 GMT+0100 (W. Europe Standard Time)\"},\"97\":{\"date\":{\"__isSmartRef__\":true,\"id\":98},\"author\":\"sstamm\",\"message\":\"now able to load parts by name and category as well as per partItem\",\"id\":\"F36A5782-461D-4813-95F8-0207990A261C\"},\"98\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 15:24:30 GMT+0100 (W. Europe Standard Time)\"},\"99\":{\"date\":{\"__isSmartRef__\":true,\"id\":100},\"author\":\"sstamm\",\"message\":\"now with round corners\",\"id\":\"F42C39CB-CC37-467D-BF10-D362241F047E\"},\"100\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 15:26:23 GMT+0100 (W. Europe Standard Time)\"},\"101\":{\"date\":{\"__isSmartRef__\":true,\"id\":102},\"author\":\"sstamm\",\"message\":\"loadingMorph is sync now\",\"id\":\"12ACFFC9-BA53-4A2A-ABD4-894A5ECE1145\"},\"102\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 15:48:04 GMT+0100 (W. Europe Standard Time)\"},\"103\":{\"date\":{\"__isSmartRef__\":true,\"id\":104},\"author\":\"sstamm\",\"message\":\"display the loadingMorph in new thread\",\"id\":\"2BA51E30-F02B-4AF0-B3BE-52DD4ED522CC\"},\"104\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 15:53:49 GMT+0100 (W. Europe Standard Time)\"},\"105\":{\"date\":{\"__isSmartRef__\":true,\"id\":106},\"author\":\"sstamm\",\"message\":\"\",\"id\":\"DF0AE4EA-1B08-4556-8BBE-E6488F23B8A3\"},\"106\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 16:49:48 GMT+0100 (W. Europe Standard Time)\"},\"107\":{\"date\":{\"__isSmartRef__\":true,\"id\":108},\"author\":\"sstamm\",\"message\":\"\",\"id\":\"220821B3-C589-41C9-A324-8E7E6D9D6CEB\"},\"108\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 16:58:43 GMT+0100 (W. Europe Standard Time)\"},\"109\":{\"date\":{\"__isSmartRef__\":true,\"id\":110},\"author\":\"sstamm\",\"message\":\"\",\"id\":\"DEBFACE2-7EC5-4A86-AD46-5A0A88A73707\"},\"110\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 17:04:28 GMT+0100 (W. Europe Standard Time)\"},\"111\":{\"date\":{\"__isSmartRef__\":true,\"id\":112},\"author\":\"sstamm\",\"message\":\"load request in new thread if loading should be async\",\"id\":\"18282D28-D6D4-48C9-A508-6E3244449BD8\"},\"112\":{\"isSerializedDate\":true,\"string\":\"Tue Feb 07 2012 11:10:27 GMT+0100 (W. Europe Standard Time)\"},\"113\":{\"date\":{\"__isSmartRef__\":true,\"id\":114},\"author\":\"sstamm\",\"message\":\"added benchmarking output\",\"id\":\"249CFF90-DDF5-4A83-9759-0289E96D7D58\"},\"114\":{\"isSerializedDate\":true,\"string\":\"Tue Feb 07 2012 11:31:50 GMT+0100 (W. Europe Standard Time)\"},\"115\":{\"date\":{\"__isSmartRef__\":true,\"id\":116},\"author\":\"sstamm\",\"message\":\"\",\"id\":\"882082E1-29B6-418D-9B8B-672729D60619\"},\"116\":{\"isSerializedDate\":true,\"string\":\"Tue Feb 07 2012 11:38:26 GMT+0100 (W. Europe Standard Time)\"},\"117\":{\"date\":{\"__isSmartRef__\":true,\"id\":118},\"author\":\"sstamm\",\"message\":\"\",\"id\":\"5179AEF9-E19F-4B0C-BBD8-556C5687988A\"},\"118\":{\"isSerializedDate\":true,\"string\":\"Tue Feb 07 2012 11:44:11 GMT+0100 (W. Europe Standard Time)\"},\"119\":{\"date\":{\"__isSmartRef__\":true,\"id\":120},\"author\":\"sstamm\",\"message\":\"\",\"id\":\"1159C5B4-724E-4124-9D7B-5CD5DC4A8EE3\"},\"120\":{\"isSerializedDate\":true,\"string\":\"Tue Feb 07 2012 11:48:14 GMT+0100 (W. Europe Standard Time)\"},\"121\":{\"date\":{\"__isSmartRef__\":true,\"id\":122},\"author\":\"sstamm\",\"message\":\"\",\"id\":\"2A718D1F-1036-41D6-999A-336F2B14E65D\"},\"122\":{\"isSerializedDate\":true,\"string\":\"Tue Feb 07 2012 11:49:47 GMT+0100 (W. Europe Standard Time)\"},\"123\":{\"date\":{\"__isSmartRef__\":true,\"id\":124},\"author\":\"sstamm\",\"message\":\"\",\"id\":\"EB6BDD0C-7EEC-4124-B77F-2F106A601538\"},\"124\":{\"isSerializedDate\":true,\"string\":\"Tue Feb 07 2012 11:59:48 GMT+0100 (W. Europe Standard Time)\"},\"125\":{\"date\":{\"__isSmartRef__\":true,\"id\":126},\"author\":\"sstamm\",\"message\":\"\",\"id\":\"63EC8D07-AB6A-450A-BB84-9B4D37E03647\"},\"126\":{\"isSerializedDate\":true,\"string\":\"Tue Feb 07 2012 12:02:33 GMT+0100 (W. Europe Standard Time)\"},\"127\":{\"date\":{\"__isSmartRef__\":true,\"id\":128},\"author\":\"sstamm\",\"message\":\"\",\"id\":\"19CE12E4-5AA5-48DC-B1D1-B0EB0EDF1CB9\"},\"128\":{\"isSerializedDate\":true,\"string\":\"Tue Feb 07 2012 12:03:42 GMT+0100 (W. Europe Standard Time)\"},\"129\":{\"date\":{\"__isSmartRef__\":true,\"id\":130},\"author\":\"sstamm\",\"message\":\"first attempt to introduce callback functions to part loading\",\"id\":\"22BD0B95-8948-411A-A56E-AD7CBE445F1D\"},\"130\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 09 2012 20:20:11 GMT+0100 (W. Europe Standard Time)\"},\"131\":{\"date\":{\"__isSmartRef__\":true,\"id\":132},\"author\":\"sstamm\",\"message\":\"\",\"id\":\"A216DFD2-9D1F-4E62-A22F-6B5472823E1B\"},\"132\":{\"isSerializedDate\":true,\"string\":\"Fri Mar 16 2012 15:37:34 GMT+0100 (W. Europe Standard Time)\"},\"133\":{\"date\":{\"__isSmartRef__\":true,\"id\":134},\"author\":\"sstamm\",\"message\":\"\",\"id\":\"464E723A-08DC-433C-AA5C-CEC850DBAF0B\"},\"134\":{\"isSerializedDate\":true,\"string\":\"Fri Mar 16 2012 15:42:29 GMT+0100 (W. Europe Standard Time)\"},\"135\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"136\":{\"morph\":{\"__isSmartRef__\":true,\"id\":0},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"137\":{\"x\":266,\"y\":223,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"138\":{\"adjustForNewBounds\":true},\"139\":{\"x\":171,\"y\":-13,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"140\":{\"loadPart\":{\"__isSmartRef__\":true,\"id\":141},\"loadFinished\":{\"__isSmartRef__\":true,\"id\":145},\"loadPartByName\":{\"__isSmartRef__\":true,\"id\":149}},\"141\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":142},\"source\":\"function loadPart(partItem, isAsync) {\\n this.partItem = partItem;\\n \\n this.openInWorld();\\n if(partItem.part) {\\n this.setExtent(partItem.part.getExtent());\\n }\\n this.align(this.bounds().center(), $world.visibleBounds().center());\\n \\n \\n if(typeof isAsync === \\\"function\\\") {\\n this.callback = isAsync;\\n }\\n\\n connect(partItem, 'part', this, \\\"loadFinished\\\");\\n\\n partItem.loadPart(isAsync);\\n\\n return partItem.part;\\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":143},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"142\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"143\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":144},\"user\":\"sstamm\",\"tags\":[]},\"144\":{\"isSerializedDate\":true,\"string\":\"Fri Mar 16 2012 15:42:18 GMT+0100 (W. Europe Standard Time)\"},\"145\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":146},\"source\":\"function loadFinished(part) {\\n if(this.owner === $world.firstHand()) {\\n $world.firstHand().removeAllMorphs();\\n } else {\\n this.owner.addMorph(part);\\n part.align(part.bounds().center(), this.bounds().center());\\n this.remove();\\n }\\n disconnect(this.partItem, 'part', this, \\\"loadFinished\\\");\\n if(this.callback) {\\n this.callback(part);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":147},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"146\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"147\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":148},\"user\":\"sstamm\",\"tags\":[]},\"148\":{\"isSerializedDate\":true,\"string\":\"Wed Feb 22 2012 14:01:53 GMT+0100 (W. Europe Standard Time)\"},\"149\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":150},\"source\":\"function loadPartByName(partName, optPartsSpaceName, isAsync) {\\n var partItem = lively.PartsBin.getPartItem(partName, optPartsSpaceName);\\n return this.loadPart(partItem, isAsync);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":151},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"150\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"151\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":152},\"user\":\"sstamm\",\"tags\":[]},\"152\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 17:03:18 GMT+0100 (W. Europe Standard Time)\"},\"isSimplifiedRegistry\":true}}","attributeConnections":[{"__isSmartRef__":true,"id":6319},{"__isSmartRef__":true,"id":6320}],"doNotSerialize":["$$json","$$loadedMetaInfo"],"doNotCopyProperties":["$$json","$$loadedMetaInfo"],"loadedMetaInfo":{"__isSmartRef__":true,"id":6204},"partVersions":[{"__isSmartRef__":true,"id":6321}],"rev":151069,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"6166":{"submorphs":[{"__isSmartRef__":true,"id":6167}],"scripts":[],"id":"B3D93ED3-0544-484E-AA74-8DD710902368","shape":{"__isSmartRef__":true,"id":6196},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":6203},"showsHalos":false,"name":"LoadingMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":6204},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":6301},"eventHandler":{"__isSmartRef__":true,"id":6302},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[127,"59692BC3-6C7B-4E23-B820-8699260EA722","486BB935-1313-4103-B2A8-642B19437478","18AFFD44-46CD-489E-B1D6-DED43E2B6B06","2608C892-2204-4981-9A87-8E749F8944AB","5535861F-4EA2-44AB-8A40-0538124E0AAC","16C292B3-86E8-4622-B516-27C48263B8CC","87731A20-D455-44D0-97E5-98A7CFD4E417","A17081E7-E597-47ED-BD32-6E4D206BD7D7","CFB4A44C-BFEA-4584-BCBA-AE2A56739200","76B3DD9B-8D01-42BA-A574-AB99D5F899BB","1EBC5512-8F54-4B24-998C-69A285EC8533","DD1165C7-6C1A-4361-A4AE-FCF6F31152FD","4D6D36E8-48F3-408A-B03C-202E4DC182BD","5F3B3E0F-BBC6-4DDA-BAA0-7EFC05FF2011","E0A6B33B-767A-4532-9021-892414520200","F5F5E2B1-5FF0-4E09-B323-AE88A3920B8D","0C7E832A-A741-430F-B295-8BC181D066FE","472AED3B-CB76-49BD-BF49-354A2D568F86","A7C52F65-D140-4791-880F-F7584C7BB570","3516412B-8B36-4E52-9416-6B7FB358BDC2","1840CACC-078C-4795-AD3F-E9D6F8D557A0","1FEDCA25-0131-46FA-840F-DC5F1B05C6CA","C620CED3-0AE9-4097-9AA7-2706A042F9C9","679A861B-40E0-4DB2-B22F-95B454C6978D","FEF39B3C-E634-4825-BAB8-2D44FE647B03"],"isBeingDragged":false,"priorExtent":{"__isSmartRef__":true,"id":6303},"layout":{"__isSmartRef__":true,"id":6304},"distanceToDragEvent":{"__isSmartRef__":true,"id":6305},"prevScroll":[0,0],"moved":true,"_Rotation":0,"_Scale":1,"headRevision":146469,"_ClipMode":"visible","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":6306},"__LivelyClassName__":"lively.morphic.Box"},"6167":{"submorphs":[{"__isSmartRef__":true,"id":6168}],"scripts":[],"shape":{"__isSmartRef__":true,"id":6184},"id":"6764F599-53FA-4874-84A1-45ADF7F6BBF7","renderContextTable":{"__isSmartRef__":true,"id":6189},"eventHandler":{"__isSmartRef__":true,"id":6190},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":6191},"name":"ProgressIndicator","priorExtent":{"__isSmartRef__":true,"id":6192},"showsHalos":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":6193},"partsBinMetaInfo":{"__isSmartRef__":true,"id":6194},"__SourceModuleName__":"Global.lively.morphic.Widgets","derivationIds":[520,"071F18BE-FF28-40F5-ACAD-1916E0D25C38","DF185A10-743D-45FC-B9C2-76E12D908BCF","BF125D2C-596A-4C1E-A5F8-DAE4801E9497","3CEE8CFF-B8F1-4B4B-A405-CB583080252A","D0652878-8F9C-4591-8A82-296898AACDB6","31441DDF-2220-43BE-A99F-69E1FEC68030","14A90039-0D3E-46DC-8445-D42B8E02EB42","681EF5DE-A344-4114-B2F3-B96CE3872524","C0381116-5116-4F33-B082-A411D0E4534E","24E9581E-B008-46EE-9CBC-D5190E100D98","C69D1041-2C5E-48FE-B04C-04E66450658A","4830945B-4FFF-4564-9424-34D7995DAE60","8602C233-B3E7-4682-9B0E-D7549761D934","B4E0E11F-2BED-462E-B708-89D63971856E","EE0144C2-D016-4390-8A67-4E7DEF171C83","F44DF6E4-5F27-440E-AB5F-3721C0A10CA6","73FC6648-DAAF-4673-8CF4-7DA219513F22","B78EB1B5-780C-45F7-B0A7-B988B52B1FF1","DFDB8CD1-72F7-40F4-849B-1F9B866277AB","66111105-B1FC-41F7-BF70-D45118C9E09F","02420416-1E35-4831-AABB-91CD0460CA1A","7C6B2EB2-4510-4A8E-BAFF-5CF0040DD7F5","0503F5A1-1732-4610-9A5A-920D658CA766","07C5AE03-36AD-4849-BACD-27D7D9A2CCF2","9FFF9D73-931C-404C-AA4B-5AC2E7C53504"],"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"owner":{"__isSmartRef__":true,"id":6166},"isBeingDragged":false,"layout":{"__isSmartRef__":true,"id":6195},"prevScroll":[0,0],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Image"},"6168":{"submorphs":[],"scripts":[],"id":"076488BA-61A6-455C-B67F-8BC75213D41C","shape":{"__isSmartRef__":true,"id":6169},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":6175},"_MaxTextWidth":257,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":6172},"showsHalos":false,"_FontSize":14,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"loadedMorphName","partsBinMetaInfo":{"__isSmartRef__":true,"id":6176},"textChunks":[{"__isSmartRef__":true,"id":6177}],"charsReplaced":"MorphName","lastFindLoc":18,"priorSelectionRange":[9,0],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":6179},"renderContextTable":{"__isSmartRef__":true,"id":6180},"eventHandler":{"__isSmartRef__":true,"id":6181},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":6182},"_ClipMode":"visible","derivationIds":[355,"023045B3-2D6B-4425-89FB-F4806D527BE0","DC0C2365-868C-41AE-8369-51C31E91493E","C6D9D314-86A1-4015-970B-F6787F535E1A","6AA4552E-2E85-447E-9033-99D5AA1A94BC","D94BE49C-8A3E-4F1F-BF28-FEDD9B40D213","AA8F0470-654C-4AA2-8135-4607F5429AC5","E0BAABCC-FFB2-4EDF-BAE5-C63CC99B6A97","1A86AE17-73AE-442E-AB36-DD90C6DFC8BC","EF750075-E964-4CD3-B6A4-161511E1D058","CED69CBF-FFA5-45E7-B333-FBACE4F278AC","E56978C1-7424-4C10-8168-11FD3237B540","D5AB2532-A4DC-42D6-AF17-99CBBCEAA848","245866CB-598A-4172-A3A0-A06D4D26C6AD","43B0F12E-5793-43AA-80E1-496774E0EBA6","1B776A8C-0413-475F-8EBD-120BBD91D2BB","F84F2C9A-8003-4E81-833A-83F48C92F3B8","3124B389-9FA4-4348-BC5D-0DFF9C59CD1B","1A1BCBAC-D7CC-4BAE-B8C2-7C693F7327A1","1CB201BA-5E0B-4771-821A-139FA2AEFBC2","195520FA-4816-47A4-B0F5-BA890AFD9DF9","0D15F28A-24C9-46B7-89C5-6D2354728AC1","316FE9D3-62EC-4FD6-9B0F-FFA622B79575","739F3743-9BE1-48C8-813D-C0BFB0DCACA6","01877B3B-7DA7-4222-B011-7B5F4E501862","B8FE7DEE-9568-4BE6-BA12-EA674BA79E08"],"_WhiteSpaceHandling":"pre-wrap","owner":{"__isSmartRef__":true,"id":6167},"_MinTextWidth":257,"_MinTextHeight":null,"previousSelection":[6,6],"_Align":"center","distanceToDragEvent":{"__isSmartRef__":true,"id":6183},"isBeingDragged":false,"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"6169":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":6170},"_Extent":{"__isSmartRef__":true,"id":6171},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":6172},"renderContextTable":{"__isSmartRef__":true,"id":6173},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":6174},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"6170":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"6171":{"x":257,"y":23,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"6172":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"6173":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"6174":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"6175":{"x":-109,"y":38,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"6176":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","idOnLoad":"076488BA-61A6-455C-B67F-8BC75213D41C","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"6177":{"style":{"__isSmartRef__":true,"id":6178},"chunkOwner":{"__isSmartRef__":true,"id":6168},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"loading part","__LivelyClassName__":"lively.morphic.TextChunk"},"6178":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"6179":{"x":257,"y":23,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"6180":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"6181":{"morph":{"__isSmartRef__":true,"id":6168},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"6182":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"6183":{"x":179,"y":-11,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"6184":{"_Position":{"__isSmartRef__":true,"id":6185},"renderContextTable":{"__isSmartRef__":true,"id":6186},"_Extent":{"__isSmartRef__":true,"id":6187},"_ImageURL":"data:image/gif;base64,R0lGODlhEAAQAPIAAP///wAAAMLCwkJCQgAAAGJiYoKCgpKSkiH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQJCgAAACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkECQoAAAAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkECQoAAAAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkECQoAAAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQJCgAAACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQJCgAAACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAkKAAAALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA==","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLoaded":true,"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":6188},"_BorderWidth":0,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Image"},"6185":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"6186":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","setImageURL":"setImageURLHTML","getNativeExtent":"getNativeExtentHTML"},"6187":{"x":31,"y":31,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"6188":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"6189":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"6190":{"morph":{"__isSmartRef__":true,"id":6167},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"6191":{"x":113.5,"y":81,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"6192":{"x":30,"y":31,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"6193":{"x":39,"y":-11,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"6194":{"partName":"ProgressIndicator","requiredModules":[],"migrationLevel":2,"partsSpaceName":"PartsBin/Widgets/","__SourceModuleName__":"Global.lively.PartsBin","idOnLoad":"6764F599-53FA-4874-84A1-45ADF7F6BBF7","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"6195":{"centeredHorizontal":true,"centeredVertical":true},"6196":{"position":{"__isSmartRef__":true,"id":6197},"_Extent":{"__isSmartRef__":true,"id":6198},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":6199},"_Fill":{"__isSmartRef__":true,"id":6200},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":6201},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":6202},"_BorderRadius":8.515,"_Opacity":0.8146,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"6197":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"6198":{"x":266,"y":223,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"6199":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"6200":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"6201":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"6202":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"6203":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"6204":{"partsSpaceName":"PartsBin/iPadWidgets","__SourceModuleName__":"Global.lively.PartsBin","comment":"This is a placeholder to indicate that a morph is being loaded. It will be replaced by the morph as soon as the requested morph finished loading.","migrationLevel":4,"partName":"LoadingMorph","changes":[{"__isSmartRef__":true,"id":6205},{"__isSmartRef__":true,"id":6207},{"__isSmartRef__":true,"id":6209},{"__isSmartRef__":true,"id":6211},{"__isSmartRef__":true,"id":6213},{"__isSmartRef__":true,"id":6215},{"__isSmartRef__":true,"id":6217},{"__isSmartRef__":true,"id":6219},{"__isSmartRef__":true,"id":6221},{"__isSmartRef__":true,"id":6223},{"__isSmartRef__":true,"id":6225},{"__isSmartRef__":true,"id":6227},{"__isSmartRef__":true,"id":6229},{"__isSmartRef__":true,"id":6231},{"__isSmartRef__":true,"id":6233},{"__isSmartRef__":true,"id":6235},{"__isSmartRef__":true,"id":6237},{"__isSmartRef__":true,"id":6239},{"__isSmartRef__":true,"id":6241},{"__isSmartRef__":true,"id":6243},{"__isSmartRef__":true,"id":6245},{"__isSmartRef__":true,"id":6247},{"__isSmartRef__":true,"id":6249},{"__isSmartRef__":true,"id":6251},{"__isSmartRef__":true,"id":6253},{"__isSmartRef__":true,"id":6255},{"__isSmartRef__":true,"id":6257},{"__isSmartRef__":true,"id":6259},{"__isSmartRef__":true,"id":6261},{"__isSmartRef__":true,"id":6263},{"__isSmartRef__":true,"id":6265},{"__isSmartRef__":true,"id":6267},{"__isSmartRef__":true,"id":6269},{"__isSmartRef__":true,"id":6271},{"__isSmartRef__":true,"id":6273},{"__isSmartRef__":true,"id":6275},{"__isSmartRef__":true,"id":6277},{"__isSmartRef__":true,"id":6279},{"__isSmartRef__":true,"id":6281},{"__isSmartRef__":true,"id":6283},{"__isSmartRef__":true,"id":6285},{"__isSmartRef__":true,"id":6287},{"__isSmartRef__":true,"id":6289},{"__isSmartRef__":true,"id":6291},{"__isSmartRef__":true,"id":6293},{"__isSmartRef__":true,"id":6295},{"__isSmartRef__":true,"id":6297},{"__isSmartRef__":true,"id":6299}],"revisionOnLoad":151069,"idOnLoad":"B3D93ED3-0544-484E-AA74-8DD710902368","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"6205":{"date":{"__isSmartRef__":true,"id":6206},"author":"sstamm","message":"","id":"1C1391AE-5722-4707-BE52-F0094FC56829"},"6206":{"isSerializedDate":true,"string":"Wed Feb 22 2012 14:02:04 GMT+0100 (Mitteleuropäische Zeit)"},"6207":{"date":{"__isSmartRef__":true,"id":6208},"author":"sstamm","message":"","id":"663F147A-9084-4AC3-81A7-1E7BA6547F08"},"6208":{"isSerializedDate":true,"string":"Wed Feb 22 2012 12:43:10 GMT+0100 (Mitteleuropäische Zeit)"},"6209":{"date":{"__isSmartRef__":true,"id":6210},"author":"sstamm","message":"","id":"F72B746E-B170-4EFB-9074-5E8770640B8A"},"6210":{"isSerializedDate":true,"string":"Wed Feb 22 2012 12:36:14 GMT+0100 (Mitteleuropäische Zeit)"},"6211":{"date":{"__isSmartRef__":true,"id":6212},"author":"sstamm","message":"","id":"568D2EFD-C535-43AE-8944-6D8B967129F5"},"6212":{"isSerializedDate":true,"string":"Wed Feb 22 2012 12:23:04 GMT+0100 (Mitteleuropäische Zeit)"},"6213":{"date":{"__isSmartRef__":true,"id":6214},"author":"sstamm","message":"","id":"AB2484A6-0707-4E13-845E-F0A5F48BBA3D"},"6214":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:59:45 GMT+0100 (Mitteleuropäische Zeit)"},"6215":{"date":{"__isSmartRef__":true,"id":6216},"author":"sstamm","message":"","id":"97D20633-F76C-46A5-A32A-FFE9BC83CAB3"},"6216":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:59:10 GMT+0100 (Mitteleuropäische Zeit)"},"6217":{"date":{"__isSmartRef__":true,"id":6218},"author":"sstamm","message":"","id":"8A697DF5-9A45-4A84-B709-9719BF55083E"},"6218":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:56:54 GMT+0100 (Mitteleuropäische Zeit)"},"6219":{"date":{"__isSmartRef__":true,"id":6220},"author":"sstamm","message":"","id":"F2157D66-1571-4B9A-B325-6FA96488260F"},"6220":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:51:05 GMT+0100 (Mitteleuropäische Zeit)"},"6221":{"date":{"__isSmartRef__":true,"id":6222},"author":"sstamm","message":"","id":"E5E808CA-06AB-47DC-A9C9-CA7967591545"},"6222":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:47:19 GMT+0100 (Mitteleuropäische Zeit)"},"6223":{"date":{"__isSmartRef__":true,"id":6224},"author":"sstamm","message":"","id":"009DC4E0-23CA-485A-A796-801AA0F75049"},"6224":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:46:25 GMT+0100 (Mitteleuropäische Zeit)"},"6225":{"date":{"__isSmartRef__":true,"id":6226},"author":"sstamm","message":"","id":"C0CE1397-6E2E-4E8C-AEFF-9017E24BB7E4"},"6226":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:45:05 GMT+0100 (Mitteleuropäische Zeit)"},"6227":{"date":{"__isSmartRef__":true,"id":6228},"author":"sstamm","message":"","id":"FFE16986-548D-4AC2-A627-CF6416282BC4"},"6228":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:37:15 GMT+0100 (Mitteleuropäische Zeit)"},"6229":{"date":{"__isSmartRef__":true,"id":6230},"author":"sstamm","message":"","id":"57213D63-7147-4057-ADC9-30994443B066"},"6230":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:35:29 GMT+0100 (Mitteleuropäische Zeit)"},"6231":{"date":{"__isSmartRef__":true,"id":6232},"author":"sstamm","message":"","id":"75A31364-B380-4312-BB5B-F8F2DA1CE824"},"6232":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:31:52 GMT+0100 (Mitteleuropäische Zeit)"},"6233":{"date":{"__isSmartRef__":true,"id":6234},"author":"sstamm","message":"","id":"5AA50B7E-7D33-44C4-807B-BF1ABA31D530"},"6234":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:14:10 GMT+0100 (Mitteleuropäische Zeit)"},"6235":{"date":{"__isSmartRef__":true,"id":6236},"author":"sstamm","message":"","id":"BCDCC505-534C-45E5-9BB2-5238959A5AD0"},"6236":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:02:56 GMT+0100 (Mitteleuropäische Zeit)"},"6237":{"date":{"__isSmartRef__":true,"id":6238},"author":"sstamm","message":"","id":"890D14F4-E89D-4E05-BFB9-875D6AB6C765"},"6238":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:01:50 GMT+0100 (Mitteleuropäische Zeit)"},"6239":{"date":{"__isSmartRef__":true,"id":6240},"author":"sstamm","message":"","id":"B6FE0805-0D24-4267-8238-8B332352617E"},"6240":{"isSerializedDate":true,"string":"Wed Feb 22 2012 10:55:44 GMT+0100 (Mitteleuropäische Zeit)"},"6241":{"date":{"__isSmartRef__":true,"id":6242},"author":"sstamm","message":"callbacks are working","id":"9348260A-3B55-4659-BC85-440BFBD98EA4"},"6242":{"isSerializedDate":true,"string":"Fri Feb 10 2012 09:45:55 GMT+0100 (Mitteleuropäische Zeit)"},"6243":{"date":{"__isSmartRef__":true,"id":6244},"author":"sstamm","message":"made it more opaque","id":"1B84264C-2822-407F-A58F-19217BCD2762"},"6244":{"isSerializedDate":true,"string":"Wed Feb 08 2012 11:41:50 GMT+0100 (Mitteleuropäische Zeit)"},"6245":{"date":{"__isSmartRef__":true,"id":6246},"author":"sstamm","message":"","id":"0FB41D7D-2A52-4782-814B-A66C24FCE569"},"6246":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:13:49 GMT+0100 (Mitteleuropäische Zeit)"},"6247":{"date":{"__isSmartRef__":true,"id":6248},"author":"sstamm","message":"","id":"A0C2D7C1-04AF-493A-A7D7-70750F7D3E2F"},"6248":{"isSerializedDate":true,"string":"Thu Feb 02 2012 17:22:07 GMT+0100 (Mitteleuropäische Zeit)"},"6249":{"date":{"__isSmartRef__":true,"id":6250},"author":"sstamm","message":"trollolol","id":"F6CFAD78-AC72-4DE2-9F38-79776C2E9462"},"6250":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:55:14 GMT+0100 (Mitteleuropäische Zeit)"},"6251":{"date":{"__isSmartRef__":true,"id":6252},"author":"sstamm","message":"should be centered now","id":"EE366B4D-C272-477F-8C28-4EAE5A7EC7CB"},"6252":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:54:35 GMT+0100 (Mitteleuropäische Zeit)"},"6253":{"date":{"__isSmartRef__":true,"id":6254},"author":"sstamm","message":"initial commit","id":"8920D925-DD16-4667-B8C7-FB74D78C2424"},"6254":{"isSerializedDate":true,"string":"Thu Feb 02 2012 13:26:01 GMT+0100 (Mitteleuropäische Zeit)"},"6255":{"date":{"__isSmartRef__":true,"id":6256},"author":"sstamm","message":"changed text morph name","id":"80E88A3C-5AF3-48F2-A600-710877630997"},"6256":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:04:01 GMT+0100 (Mitteleuropäische Zeit)"},"6257":{"date":{"__isSmartRef__":true,"id":6258},"author":"sstamm","message":"added loading script","id":"EE9B8F4D-1F03-4232-82E6-794046974F8F"},"6258":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:28:30 GMT+0100 (Mitteleuropäische Zeit)"},"6259":{"date":{"__isSmartRef__":true,"id":6260},"author":"sstamm","message":"added disconnection","id":"11F19267-924E-4087-99ED-998245576BD2"},"6260":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:32:58 GMT+0100 (Mitteleuropäische Zeit)"},"6261":{"date":{"__isSmartRef__":true,"id":6262},"author":"sstamm","message":"removed connections before deletion","id":"35A88218-6864-4D52-83A2-BFF7B9A6907C"},"6262":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:41:00 GMT+0100 (Mitteleuropäische Zeit)"},"6263":{"date":{"__isSmartRef__":true,"id":6264},"author":"sstamm","message":"now able to load parts by name and category as well as per partItem","id":"F36A5782-461D-4813-95F8-0207990A261C"},"6264":{"isSerializedDate":true,"string":"Thu Feb 02 2012 15:24:30 GMT+0100 (Mitteleuropäische Zeit)"},"6265":{"date":{"__isSmartRef__":true,"id":6266},"author":"sstamm","message":"now with round corners","id":"F42C39CB-CC37-467D-BF10-D362241F047E"},"6266":{"isSerializedDate":true,"string":"Thu Feb 02 2012 15:26:23 GMT+0100 (Mitteleuropäische Zeit)"},"6267":{"date":{"__isSmartRef__":true,"id":6268},"author":"sstamm","message":"loadingMorph is sync now","id":"12ACFFC9-BA53-4A2A-ABD4-894A5ECE1145"},"6268":{"isSerializedDate":true,"string":"Thu Feb 02 2012 15:48:04 GMT+0100 (Mitteleuropäische Zeit)"},"6269":{"date":{"__isSmartRef__":true,"id":6270},"author":"sstamm","message":"display the loadingMorph in new thread","id":"2BA51E30-F02B-4AF0-B3BE-52DD4ED522CC"},"6270":{"isSerializedDate":true,"string":"Thu Feb 02 2012 15:53:49 GMT+0100 (Mitteleuropäische Zeit)"},"6271":{"date":{"__isSmartRef__":true,"id":6272},"author":"sstamm","message":"","id":"DF0AE4EA-1B08-4556-8BBE-E6488F23B8A3"},"6272":{"isSerializedDate":true,"string":"Thu Feb 02 2012 16:49:48 GMT+0100 (Mitteleuropäische Zeit)"},"6273":{"date":{"__isSmartRef__":true,"id":6274},"author":"sstamm","message":"","id":"220821B3-C589-41C9-A324-8E7E6D9D6CEB"},"6274":{"isSerializedDate":true,"string":"Thu Feb 02 2012 16:58:43 GMT+0100 (Mitteleuropäische Zeit)"},"6275":{"date":{"__isSmartRef__":true,"id":6276},"author":"sstamm","message":"","id":"DEBFACE2-7EC5-4A86-AD46-5A0A88A73707"},"6276":{"isSerializedDate":true,"string":"Thu Feb 02 2012 17:04:28 GMT+0100 (Mitteleuropäische Zeit)"},"6277":{"date":{"__isSmartRef__":true,"id":6278},"author":"sstamm","message":"load request in new thread if loading should be async","id":"18282D28-D6D4-48C9-A508-6E3244449BD8"},"6278":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:10:27 GMT+0100 (Mitteleuropäische Zeit)"},"6279":{"date":{"__isSmartRef__":true,"id":6280},"author":"sstamm","message":"added benchmarking output","id":"249CFF90-DDF5-4A83-9759-0289E96D7D58"},"6280":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:31:50 GMT+0100 (Mitteleuropäische Zeit)"},"6281":{"date":{"__isSmartRef__":true,"id":6282},"author":"sstamm","message":"","id":"882082E1-29B6-418D-9B8B-672729D60619"},"6282":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:38:26 GMT+0100 (Mitteleuropäische Zeit)"},"6283":{"date":{"__isSmartRef__":true,"id":6284},"author":"sstamm","message":"","id":"5179AEF9-E19F-4B0C-BBD8-556C5687988A"},"6284":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:44:11 GMT+0100 (Mitteleuropäische Zeit)"},"6285":{"date":{"__isSmartRef__":true,"id":6286},"author":"sstamm","message":"","id":"1159C5B4-724E-4124-9D7B-5CD5DC4A8EE3"},"6286":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:48:14 GMT+0100 (Mitteleuropäische Zeit)"},"6287":{"date":{"__isSmartRef__":true,"id":6288},"author":"sstamm","message":"","id":"2A718D1F-1036-41D6-999A-336F2B14E65D"},"6288":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:49:47 GMT+0100 (Mitteleuropäische Zeit)"},"6289":{"date":{"__isSmartRef__":true,"id":6290},"author":"sstamm","message":"","id":"EB6BDD0C-7EEC-4124-B77F-2F106A601538"},"6290":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:59:48 GMT+0100 (Mitteleuropäische Zeit)"},"6291":{"date":{"__isSmartRef__":true,"id":6292},"author":"sstamm","message":"","id":"63EC8D07-AB6A-450A-BB84-9B4D37E03647"},"6292":{"isSerializedDate":true,"string":"Tue Feb 07 2012 12:02:33 GMT+0100 (Mitteleuropäische Zeit)"},"6293":{"date":{"__isSmartRef__":true,"id":6294},"author":"sstamm","message":"","id":"19CE12E4-5AA5-48DC-B1D1-B0EB0EDF1CB9"},"6294":{"isSerializedDate":true,"string":"Tue Feb 07 2012 12:03:42 GMT+0100 (Mitteleuropäische Zeit)"},"6295":{"date":{"__isSmartRef__":true,"id":6296},"author":"sstamm","message":"first attempt to introduce callback functions to part loading","id":"22BD0B95-8948-411A-A56E-AD7CBE445F1D"},"6296":{"isSerializedDate":true,"string":"Thu Feb 09 2012 20:20:11 GMT+0100 (Mitteleuropäische Zeit)"},"6297":{"date":{"__isSmartRef__":true,"id":6298},"author":"sstamm","message":"","id":"A216DFD2-9D1F-4E62-A22F-6B5472823E1B"},"6298":{"isSerializedDate":true,"string":"Fri Mar 16 2012 15:37:34 GMT+0100 (Mitteleuropäische Zeit)"},"6299":{"date":{"__isSmartRef__":true,"id":6300},"author":"sstamm","message":"","id":"464E723A-08DC-433C-AA5C-CEC850DBAF0B"},"6300":{"isSerializedDate":true,"string":"Fri Mar 16 2012 15:42:29 GMT+0100 (Mitteleuropäische Zeit)"},"6301":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"6302":{"morph":{"__isSmartRef__":true,"id":6166},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"6303":{"x":266,"y":223,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"6304":{"adjustForNewBounds":true},"6305":{"x":171,"y":-13,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"6306":{"loadPart":{"__isSmartRef__":true,"id":6307},"loadFinished":{"__isSmartRef__":true,"id":6311},"loadPartByName":{"__isSmartRef__":true,"id":6315}},"6307":{"varMapping":{"__isSmartRef__":true,"id":6308},"source":"function loadPart(partItem, isAsync) {\n this.partItem = partItem;\n \n this.openInWorld();\n if(partItem.part) {\n this.setExtent(partItem.part.getExtent());\n }\n this.align(this.bounds().center(), $world.visibleBounds().center());\n \n \n if(typeof isAsync === \"function\") {\n this.callback = isAsync;\n }\n\n connect(partItem, 'part', this, \"loadFinished\");\n\n partItem.loadPart(isAsync);\n\n return partItem.part;\n\n}","funcProperties":{"__isSmartRef__":true,"id":6309},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"6308":{"this":{"__isSmartRef__":true,"id":6166}},"6309":{"timestamp":{"__isSmartRef__":true,"id":6310},"user":"sstamm","tags":[]},"6310":{"isSerializedDate":true,"string":"Fri Mar 16 2012 15:42:18 GMT+0100 (Mitteleuropäische Zeit)"},"6311":{"varMapping":{"__isSmartRef__":true,"id":6312},"source":"function loadFinished(part) {\n if(this.owner === $world.firstHand()) {\n $world.firstHand().removeAllMorphs();\n } else {\n this.owner.addMorph(part);\n part.align(part.bounds().center(), this.bounds().center());\n this.remove();\n }\n disconnect(this.partItem, 'part', this, \"loadFinished\");\n if(this.callback) {\n this.callback(part);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":6313},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"6312":{"this":{"__isSmartRef__":true,"id":6166}},"6313":{"timestamp":{"__isSmartRef__":true,"id":6314},"user":"sstamm","tags":[]},"6314":{"isSerializedDate":true,"string":"Wed Feb 22 2012 14:01:53 GMT+0100 (Mitteleuropäische Zeit)"},"6315":{"varMapping":{"__isSmartRef__":true,"id":6316},"source":"function loadPartByName(partName, optPartsSpaceName, isAsync) {\n var partItem = lively.PartsBin.getPartItem(partName, optPartsSpaceName);\n return this.loadPart(partItem, isAsync);\n}","funcProperties":{"__isSmartRef__":true,"id":6317},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"6316":{"this":{"__isSmartRef__":true,"id":6166}},"6317":{"timestamp":{"__isSmartRef__":true,"id":6318},"user":"sstamm","tags":[]},"6318":{"isSerializedDate":true,"string":"Thu Feb 02 2012 17:03:18 GMT+0100 (Mitteleuropäische Zeit)"},"6319":{"sourceObj":{"__isSmartRef__":true,"id":6165},"sourceAttrName":"json","targetObj":{"__isSmartRef__":true,"id":6165},"targetMethodName":"cachePartJSON","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"6320":{"sourceObj":{"__isSmartRef__":true,"id":6165},"sourceAttrName":"loadedMetaInfo","targetObj":{"__isSmartRef__":true,"id":6165},"targetMethodName":"cachePartMetaInfo","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"6321":{"rev":151069,"author":"athomschke","date":{"__isSmartRef__":true,"id":6322},"url":{"__isSmartRef__":true,"id":6323},"changes":[{"__isSmartRef__":true,"id":6324},{"__isSmartRef__":true,"id":6325},{"__isSmartRef__":true,"id":6326},{"__isSmartRef__":true,"id":6327},{"__isSmartRef__":true,"id":6328},{"__isSmartRef__":true,"id":6329},{"__isSmartRef__":true,"id":6330},{"__isSmartRef__":true,"id":6331},{"__isSmartRef__":true,"id":6332},{"__isSmartRef__":true,"id":6333},{"__isSmartRef__":true,"id":6334},{"__isSmartRef__":true,"id":6335},{"__isSmartRef__":true,"id":6336},{"__isSmartRef__":true,"id":6337},{"__isSmartRef__":true,"id":6338},{"__isSmartRef__":true,"id":6339},{"__isSmartRef__":true,"id":6340},{"__isSmartRef__":true,"id":6341},{"__isSmartRef__":true,"id":6342},{"__isSmartRef__":true,"id":6343},{"__isSmartRef__":true,"id":6344},{"__isSmartRef__":true,"id":6345},{"__isSmartRef__":true,"id":6346},{"__isSmartRef__":true,"id":6347},{"__isSmartRef__":true,"id":6348},{"__isSmartRef__":true,"id":6349},{"__isSmartRef__":true,"id":6350},{"__isSmartRef__":true,"id":6351},{"__isSmartRef__":true,"id":6352},{"__isSmartRef__":true,"id":6353},{"__isSmartRef__":true,"id":6354},{"__isSmartRef__":true,"id":6355},{"__isSmartRef__":true,"id":6356},{"__isSmartRef__":true,"id":6357},{"__isSmartRef__":true,"id":6358},{"__isSmartRef__":true,"id":6359},{"__isSmartRef__":true,"id":6360},{"__isSmartRef__":true,"id":6361},{"__isSmartRef__":true,"id":6362},{"__isSmartRef__":true,"id":6363},{"__isSmartRef__":true,"id":6364},{"__isSmartRef__":true,"id":6365},{"__isSmartRef__":true,"id":6366},{"__isSmartRef__":true,"id":6367},{"__isSmartRef__":true,"id":6368},{"__isSmartRef__":true,"id":6369},{"__isSmartRef__":true,"id":6370},{"__isSmartRef__":true,"id":6371},{"__isSmartRef__":true,"id":6372},{"__isSmartRef__":true,"id":6373},{"__isSmartRef__":true,"id":6374},{"__isSmartRef__":true,"id":6375},{"__isSmartRef__":true,"id":6376},{"__isSmartRef__":true,"id":6377},{"__isSmartRef__":true,"id":6378},{"__isSmartRef__":true,"id":6379},{"__isSmartRef__":true,"id":6380},{"__isSmartRef__":true,"id":6381},{"__isSmartRef__":true,"id":6382},{"__isSmartRef__":true,"id":6383},{"__isSmartRef__":true,"id":6384},{"__isSmartRef__":true,"id":6385},{"__isSmartRef__":true,"id":6386},{"__isSmartRef__":true,"id":6387}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6322":{"isSerializedDate":true,"string":"Wed Apr 11 2012 09:08:49 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6323":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/PinLessTouchMenu.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6324":{"type":"S:added","url":null},"6325":{"type":"S:added","url":null},"6326":{"type":"S:added","url":null},"6327":{"type":"S:added","url":null},"6328":{"type":"S:added","url":null},"6329":{"type":"S:added","url":null},"6330":{"type":"S:added","url":null},"6331":{"type":"S:added","url":null},"6332":{"type":"S:added","url":null},"6333":{"type":"S:added","url":null},"6334":{"type":"S:added","url":null},"6335":{"type":"S:added","url":null},"6336":{"type":"S:added","url":null},"6337":{"type":"S:added","url":null},"6338":{"type":"S:added","url":null},"6339":{"type":"S:added","url":null},"6340":{"type":"S:added","url":null},"6341":{"type":"S:added","url":null},"6342":{"type":"S:added","url":null},"6343":{"type":"S:added","url":null},"6344":{"type":"S:added","url":null},"6345":{"type":"S:added","url":null},"6346":{"type":"S:added","url":null},"6347":{"type":"S:added","url":null},"6348":{"type":"S:added","url":null},"6349":{"type":"S:added","url":null},"6350":{"type":"S:added","url":null},"6351":{"type":"S:added","url":null},"6352":{"type":"S:added","url":null},"6353":{"type":"S:added","url":null},"6354":{"type":"S:added","url":null},"6355":{"type":"S:added","url":null},"6356":{"type":"S:added","url":null},"6357":{"type":"S:added","url":null},"6358":{"type":"S:added","url":null},"6359":{"type":"S:added","url":null},"6360":{"type":"S:added","url":null},"6361":{"type":"S:added","url":null},"6362":{"type":"S:added","url":null},"6363":{"type":"S:added","url":null},"6364":{"type":"S:added","url":null},"6365":{"type":"S:added","url":null},"6366":{"type":"S:added","url":null},"6367":{"type":"S:added","url":null},"6368":{"type":"S:added","url":null},"6369":{"type":"S:added","url":null},"6370":{"type":"S:added","url":null},"6371":{"type":"S:added","url":null},"6372":{"type":"S:added","url":null},"6373":{"type":"S:added","url":null},"6374":{"type":"S:added","url":null},"6375":{"type":"S:added","url":null},"6376":{"type":"S:added","url":null},"6377":{"type":"S:added","url":null},"6378":{"type":"S:added","url":null},"6379":{"type":"S:added","url":null},"6380":{"type":"S:added","url":null},"6381":{"type":"S:added","url":null},"6382":{"type":"S:added","url":null},"6383":{"type":"S:added","url":null},"6384":{"type":"S:added","url":null},"6385":{"type":"S:added","url":null},"6386":{"type":"S:added","url":null},"6387":{"type":"S:added","url":null},"6388":{"name":"PartsBin/Tools","partItems":{"__isSmartRef__":true,"id":6389},"__LivelyClassName__":"lively.PartsBin.PartsSpace","__SourceModuleName__":"Global.lively.PartsBin"},"6389":{"PartsBinBrowser":{"__isSmartRef__":true,"id":6390},"ObjectInspector":{"__isSmartRef__":true,"id":12629},"ObjectEditor":{"__isSmartRef__":true,"id":12837},"ObjectGroupEditor":{"__isSmartRef__":true,"id":16357},"MorphDiffer":{"__isSmartRef__":true,"id":18736}},"6390":{"partsSpaceName":"PartsBin/Tools","name":"PartsBinBrowser","json":"{\"id\":0,\"registry\":{\"0\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1},{\"__isSmartRef__\":true,\"id\":2121},{\"__isSmartRef__\":true,\"id\":2272}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2325},\"id\":\"A80968D8-D7C7-4599-A868-4214D2A043B0\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2329},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2330},\"droppingEnabled\":false,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":2331},\"LK2\":true,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2332},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":717},{\"__isSmartRef__\":true,\"id\":718},{\"__isSmartRef__\":true,\"id\":719},{\"__isSmartRef__\":true,\"id\":720},{\"__isSmartRef__\":true,\"id\":756},{\"__isSmartRef__\":true,\"id\":757},{\"__isSmartRef__\":true,\"id\":758},{\"__isSmartRef__\":true,\"id\":759}],\"doNotSerialize\":[\"$$_Position\",\"$$_Scale\",\"$$_Rotation\",\"$$owner\"],\"doNotCopyProperties\":[\"$$_Position\",\"$$_Scale\",\"$$_Rotation\",\"$$owner\"],\"targetMorph\":{\"__isSmartRef__\":true,\"id\":1},\"titleBar\":{\"__isSmartRef__\":true,\"id\":2121},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":2333},\"collapsedTransform\":null,\"collapsedExtent\":null,\"expandedTransform\":null,\"expandedExtent\":null,\"ignoreEventsOnExpand\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":2334},\"name\":\"PartsBinBrowser\",\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":2351},\"showsHalos\":false,\"highlighted\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"isBeingDragged\":false,\"prevScroll\":[0,0],\"derivationIds\":[1215,\"CD1D2132-9803-45F0-938B-A3EBEFBF00C0\",\"3DA45E92-65EE-4204-9FD1-B2937182D2A2\",\"355D68D8-8232-482A-9523-6DB0E52810A0\",\"A0BB5BEF-7109-48C0-A62E-DF7F9AF31E34\",\"0C777EAA-8FAE-4CC7-9F13-BE5705616FE8\",\"802A0A68-43C2-490F-8B92-F39EFC70898F\",\"B3516BD2-CAA3-483F-BAFC-2CDE09EF880F\",\"430E7A9A-C67D-44B4-A5D9-D07D7426B9D7\",\"9DE2C4AC-0928-4F92-988A-29DD071EEC06\",\"1BC6994F-E9DC-43BE-BC0A-76D1F52D5F13\",\"23324C62-C0B2-40BC-901A-F734825A4726\",\"4C8C3D09-70B0-4DBB-ABF0-03A08BD59980\",\"BE34E85D-7B10-4886-9120-D1EB4297D09D\",\"86EB8656-FBE4-4954-9035-0FE9EB68DCCD\",\"35542C80-CA9F-4F55-BAB6-1481C899EFBC\",\"5A67CE7B-B699-41DB-A547-FDC68922F28F\",\"2155F4FD-E8CB-406E-B300-BB7A1D57515F\"],\"showLog\":false,\"cameForward\":false,\"_Position\":{\"__isSmartRef__\":true,\"id\":2352},\"_Scale\":1.008036120330794,\"_Rotation\":0,\"_ClipMode\":\"visible\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":2353},\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"1\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2},{\"__isSmartRef__\":true,\"id\":357},{\"__isSmartRef__\":true,\"id\":372},{\"__isSmartRef__\":true,\"id\":421},{\"__isSmartRef__\":true,\"id\":500},{\"__isSmartRef__\":true,\"id\":552},{\"__isSmartRef__\":true,\"id\":604},{\"__isSmartRef__\":true,\"id\":621},{\"__isSmartRef__\":true,\"id\":635}],\"scripts\":[],\"id\":\"FE4AD6D7-B486-4DF5-A4A8-C92A799C9FE8\",\"shape\":{\"__isSmartRef__\":true,\"id\":735},\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"showsHalos\":false,\"name\":\"PartsBinBrowser\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":742},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":745},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":746},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750}],\"doNotSerialize\":[\"$$categoryName\",\"$$_Position\",\"$$_Scale\",\"$$_Rotation\",\"$$owner\",\"categories\"],\"doNotCopyProperties\":[\"$$categoryName\",\"$$_Position\",\"$$_Scale\",\"$$_Rotation\",\"$$owner\"],\"selectedPartItem\":null,\"layout\":{\"__isSmartRef__\":true,\"id\":767},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":768},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":769},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":770},\"connections\":{\"__isSmartRef__\":true,\"id\":771},\"isCopyMorphRef\":true,\"morphRefId\":1,\"prevScroll\":[0,0],\"isBeingDragged\":false,\"derivationIds\":[1216,\"DCEC3706-0AB9-4A0C-925F-475895BE1DF7\",\"68426E58-E2B1-4674-9B39-B68EBCF20862\",\"2669991A-6DFB-4E8C-B5E0-7AAFEB4C1F1B\",\"28532929-9EF2-46BB-806D-E2DEDDDD7B23\",\"C9A10B70-D314-40FE-8F60-89C176D369BE\",\"AB7C8D37-027C-4F1A-94C9-6D9399870560\",\"6C0D122F-738A-4887-A71E-60CC93389047\",\"78714529-9A42-4AF0-89F3-94DB4F3E87BC\",\"20E86927-BBA6-45B0-AE2E-74C6531A2D8B\",\"7547ECC2-E4E3-4F53-A5E1-54BACD597352\",\"8CA5479C-7CD1-4FAC-90E1-B9BB8C43706D\",\"A1030CA3-704B-46AE-9627-A2843F9D1DC2\",\"1888759D-BC9B-436F-9782-632D1000D7FB\",\"B758B83B-AF79-4410-B88D-5EE31D7C17A9\",\"F4363EF4-1C16-4D29-A79F-7B414DD0F1FD\",\"044C9B49-71AD-499B-938B-CBBF60CD1BDA\",\"E6F808B7-2CCE-4B5C-9B6F-1D7A22B8F936\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":773},\"_Scale\":1,\"_Rotation\":0,\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"categoryName\":\"Basic\",\"allURLs\":[{\"__isSmartRef__\":true,\"id\":774},{\"__isSmartRef__\":true,\"id\":775},{\"__isSmartRef__\":true,\"id\":776},{\"__isSmartRef__\":true,\"id\":777},{\"__isSmartRef__\":true,\"id\":778},{\"__isSmartRef__\":true,\"id\":779},{\"__isSmartRef__\":true,\"id\":780},{\"__isSmartRef__\":true,\"id\":781},{\"__isSmartRef__\":true,\"id\":782},{\"__isSmartRef__\":true,\"id\":783},{\"__isSmartRef__\":true,\"id\":784},{\"__isSmartRef__\":true,\"id\":785},{\"__isSmartRef__\":true,\"id\":786},{\"__isSmartRef__\":true,\"id\":787},{\"__isSmartRef__\":true,\"id\":788},{\"__isSmartRef__\":true,\"id\":789},{\"__isSmartRef__\":true,\"id\":790},{\"__isSmartRef__\":true,\"id\":791},{\"__isSmartRef__\":true,\"id\":792},{\"__isSmartRef__\":true,\"id\":793},{\"__isSmartRef__\":true,\"id\":794},{\"__isSmartRef__\":true,\"id\":795},{\"__isSmartRef__\":true,\"id\":796},{\"__isSmartRef__\":true,\"id\":797},{\"__isSmartRef__\":true,\"id\":798},{\"__isSmartRef__\":true,\"id\":799},{\"__isSmartRef__\":true,\"id\":800},{\"__isSmartRef__\":true,\"id\":801},{\"__isSmartRef__\":true,\"id\":802},{\"__isSmartRef__\":true,\"id\":803},{\"__isSmartRef__\":true,\"id\":804},{\"__isSmartRef__\":true,\"id\":805},{\"__isSmartRef__\":true,\"id\":806},{\"__isSmartRef__\":true,\"id\":807},{\"__isSmartRef__\":true,\"id\":808},{\"__isSmartRef__\":true,\"id\":809},{\"__isSmartRef__\":true,\"id\":810},{\"__isSmartRef__\":true,\"id\":811},{\"__isSmartRef__\":true,\"id\":812},{\"__isSmartRef__\":true,\"id\":813},{\"__isSmartRef__\":true,\"id\":814},{\"__isSmartRef__\":true,\"id\":815},{\"__isSmartRef__\":true,\"id\":816},{\"__isSmartRef__\":true,\"id\":817},{\"__isSmartRef__\":true,\"id\":818},{\"__isSmartRef__\":true,\"id\":819},{\"__isSmartRef__\":true,\"id\":820},{\"__isSmartRef__\":true,\"id\":821},{\"__isSmartRef__\":true,\"id\":822},{\"__isSmartRef__\":true,\"id\":823},{\"__isSmartRef__\":true,\"id\":824},{\"__isSmartRef__\":true,\"id\":825},{\"__isSmartRef__\":true,\"id\":826},{\"__isSmartRef__\":true,\"id\":827},{\"__isSmartRef__\":true,\"id\":828},{\"__isSmartRef__\":true,\"id\":829},{\"__isSmartRef__\":true,\"id\":830},{\"__isSmartRef__\":true,\"id\":831},{\"__isSmartRef__\":true,\"id\":832},{\"__isSmartRef__\":true,\"id\":833},{\"__isSmartRef__\":true,\"id\":834},{\"__isSmartRef__\":true,\"id\":835},{\"__isSmartRef__\":true,\"id\":836},{\"__isSmartRef__\":true,\"id\":837},{\"__isSmartRef__\":true,\"id\":838},{\"__isSmartRef__\":true,\"id\":839},{\"__isSmartRef__\":true,\"id\":840},{\"__isSmartRef__\":true,\"id\":841},{\"__isSmartRef__\":true,\"id\":842},{\"__isSmartRef__\":true,\"id\":843},{\"__isSmartRef__\":true,\"id\":844},{\"__isSmartRef__\":true,\"id\":845},{\"__isSmartRef__\":true,\"id\":846},{\"__isSmartRef__\":true,\"id\":847},{\"__isSmartRef__\":true,\"id\":848},{\"__isSmartRef__\":true,\"id\":849},{\"__isSmartRef__\":true,\"id\":850},{\"__isSmartRef__\":true,\"id\":851},{\"__isSmartRef__\":true,\"id\":852},{\"__isSmartRef__\":true,\"id\":853},{\"__isSmartRef__\":true,\"id\":854},{\"__isSmartRef__\":true,\"id\":855},{\"__isSmartRef__\":true,\"id\":856},{\"__isSmartRef__\":true,\"id\":857},{\"__isSmartRef__\":true,\"id\":858},{\"__isSmartRef__\":true,\"id\":859},{\"__isSmartRef__\":true,\"id\":860},{\"__isSmartRef__\":true,\"id\":861},{\"__isSmartRef__\":true,\"id\":862},{\"__isSmartRef__\":true,\"id\":863},{\"__isSmartRef__\":true,\"id\":864},{\"__isSmartRef__\":true,\"id\":865},{\"__isSmartRef__\":true,\"id\":866},{\"__isSmartRef__\":true,\"id\":867},{\"__isSmartRef__\":true,\"id\":868},{\"__isSmartRef__\":true,\"id\":869},{\"__isSmartRef__\":true,\"id\":870},{\"__isSmartRef__\":true,\"id\":871},{\"__isSmartRef__\":true,\"id\":872},{\"__isSmartRef__\":true,\"id\":873},{\"__isSmartRef__\":true,\"id\":874},{\"__isSmartRef__\":true,\"id\":875},{\"__isSmartRef__\":true,\"id\":876},{\"__isSmartRef__\":true,\"id\":877},{\"__isSmartRef__\":true,\"id\":878},{\"__isSmartRef__\":true,\"id\":879},{\"__isSmartRef__\":true,\"id\":880},{\"__isSmartRef__\":true,\"id\":881},{\"__isSmartRef__\":true,\"id\":882},{\"__isSmartRef__\":true,\"id\":883},{\"__isSmartRef__\":true,\"id\":884},{\"__isSmartRef__\":true,\"id\":885},{\"__isSmartRef__\":true,\"id\":886},{\"__isSmartRef__\":true,\"id\":887},{\"__isSmartRef__\":true,\"id\":888},{\"__isSmartRef__\":true,\"id\":889},{\"__isSmartRef__\":true,\"id\":890},{\"__isSmartRef__\":true,\"id\":891},{\"__isSmartRef__\":true,\"id\":892},{\"__isSmartRef__\":true,\"id\":893},{\"__isSmartRef__\":true,\"id\":894},{\"__isSmartRef__\":true,\"id\":895},{\"__isSmartRef__\":true,\"id\":896},{\"__isSmartRef__\":true,\"id\":897},{\"__isSmartRef__\":true,\"id\":898},{\"__isSmartRef__\":true,\"id\":899},{\"__isSmartRef__\":true,\"id\":900},{\"__isSmartRef__\":true,\"id\":901},{\"__isSmartRef__\":true,\"id\":902},{\"__isSmartRef__\":true,\"id\":903},{\"__isSmartRef__\":true,\"id\":904},{\"__isSmartRef__\":true,\"id\":905},{\"__isSmartRef__\":true,\"id\":906},{\"__isSmartRef__\":true,\"id\":907},{\"__isSmartRef__\":true,\"id\":908},{\"__isSmartRef__\":true,\"id\":909},{\"__isSmartRef__\":true,\"id\":910},{\"__isSmartRef__\":true,\"id\":911},{\"__isSmartRef__\":true,\"id\":912},{\"__isSmartRef__\":true,\"id\":913},{\"__isSmartRef__\":true,\"id\":914},{\"__isSmartRef__\":true,\"id\":915},{\"__isSmartRef__\":true,\"id\":916},{\"__isSmartRef__\":true,\"id\":917},{\"__isSmartRef__\":true,\"id\":918},{\"__isSmartRef__\":true,\"id\":919},{\"__isSmartRef__\":true,\"id\":920},{\"__isSmartRef__\":true,\"id\":921},{\"__isSmartRef__\":true,\"id\":922},{\"__isSmartRef__\":true,\"id\":923},{\"__isSmartRef__\":true,\"id\":924},{\"__isSmartRef__\":true,\"id\":925},{\"__isSmartRef__\":true,\"id\":926},{\"__isSmartRef__\":true,\"id\":927},{\"__isSmartRef__\":true,\"id\":928},{\"__isSmartRef__\":true,\"id\":929},{\"__isSmartRef__\":true,\"id\":930},{\"__isSmartRef__\":true,\"id\":931},{\"__isSmartRef__\":true,\"id\":932},{\"__isSmartRef__\":true,\"id\":933},{\"__isSmartRef__\":true,\"id\":934},{\"__isSmartRef__\":true,\"id\":935},{\"__isSmartRef__\":true,\"id\":936},{\"__isSmartRef__\":true,\"id\":937},{\"__isSmartRef__\":true,\"id\":938},{\"__isSmartRef__\":true,\"id\":939},{\"__isSmartRef__\":true,\"id\":940},{\"__isSmartRef__\":true,\"id\":941},{\"__isSmartRef__\":true,\"id\":942},{\"__isSmartRef__\":true,\"id\":943},{\"__isSmartRef__\":true,\"id\":944},{\"__isSmartRef__\":true,\"id\":945},{\"__isSmartRef__\":true,\"id\":946},{\"__isSmartRef__\":true,\"id\":947},{\"__isSmartRef__\":true,\"id\":948},{\"__isSmartRef__\":true,\"id\":949},{\"__isSmartRef__\":true,\"id\":950},{\"__isSmartRef__\":true,\"id\":951},{\"__isSmartRef__\":true,\"id\":952},{\"__isSmartRef__\":true,\"id\":953},{\"__isSmartRef__\":true,\"id\":954},{\"__isSmartRef__\":true,\"id\":955},{\"__isSmartRef__\":true,\"id\":956},{\"__isSmartRef__\":true,\"id\":957},{\"__isSmartRef__\":true,\"id\":958},{\"__isSmartRef__\":true,\"id\":959},{\"__isSmartRef__\":true,\"id\":960},{\"__isSmartRef__\":true,\"id\":961},{\"__isSmartRef__\":true,\"id\":962},{\"__isSmartRef__\":true,\"id\":963},{\"__isSmartRef__\":true,\"id\":964},{\"__isSmartRef__\":true,\"id\":965},{\"__isSmartRef__\":true,\"id\":966},{\"__isSmartRef__\":true,\"id\":967},{\"__isSmartRef__\":true,\"id\":968},{\"__isSmartRef__\":true,\"id\":969},{\"__isSmartRef__\":true,\"id\":970},{\"__isSmartRef__\":true,\"id\":971},{\"__isSmartRef__\":true,\"id\":972},{\"__isSmartRef__\":true,\"id\":973},{\"__isSmartRef__\":true,\"id\":974},{\"__isSmartRef__\":true,\"id\":975},{\"__isSmartRef__\":true,\"id\":976},{\"__isSmartRef__\":true,\"id\":977},{\"__isSmartRef__\":true,\"id\":978},{\"__isSmartRef__\":true,\"id\":979},{\"__isSmartRef__\":true,\"id\":980},{\"__isSmartRef__\":true,\"id\":981},{\"__isSmartRef__\":true,\"id\":982},{\"__isSmartRef__\":true,\"id\":983},{\"__isSmartRef__\":true,\"id\":984},{\"__isSmartRef__\":true,\"id\":985},{\"__isSmartRef__\":true,\"id\":986},{\"__isSmartRef__\":true,\"id\":987},{\"__isSmartRef__\":true,\"id\":988},{\"__isSmartRef__\":true,\"id\":989},{\"__isSmartRef__\":true,\"id\":990},{\"__isSmartRef__\":true,\"id\":991},{\"__isSmartRef__\":true,\"id\":992},{\"__isSmartRef__\":true,\"id\":993},{\"__isSmartRef__\":true,\"id\":994},{\"__isSmartRef__\":true,\"id\":995},{\"__isSmartRef__\":true,\"id\":996},{\"__isSmartRef__\":true,\"id\":997},{\"__isSmartRef__\":true,\"id\":998},{\"__isSmartRef__\":true,\"id\":999},{\"__isSmartRef__\":true,\"id\":1000},{\"__isSmartRef__\":true,\"id\":1001},{\"__isSmartRef__\":true,\"id\":1002},{\"__isSmartRef__\":true,\"id\":1003},{\"__isSmartRef__\":true,\"id\":1004},{\"__isSmartRef__\":true,\"id\":1005},{\"__isSmartRef__\":true,\"id\":1006},{\"__isSmartRef__\":true,\"id\":1007},{\"__isSmartRef__\":true,\"id\":1008},{\"__isSmartRef__\":true,\"id\":1009},{\"__isSmartRef__\":true,\"id\":1010},{\"__isSmartRef__\":true,\"id\":1011},{\"__isSmartRef__\":true,\"id\":1012},{\"__isSmartRef__\":true,\"id\":1013},{\"__isSmartRef__\":true,\"id\":1014},{\"__isSmartRef__\":true,\"id\":1015},{\"__isSmartRef__\":true,\"id\":1016},{\"__isSmartRef__\":true,\"id\":1017},{\"__isSmartRef__\":true,\"id\":1018},{\"__isSmartRef__\":true,\"id\":1019},{\"__isSmartRef__\":true,\"id\":1020},{\"__isSmartRef__\":true,\"id\":1021},{\"__isSmartRef__\":true,\"id\":1022},{\"__isSmartRef__\":true,\"id\":1023},{\"__isSmartRef__\":true,\"id\":1024},{\"__isSmartRef__\":true,\"id\":1025},{\"__isSmartRef__\":true,\"id\":1026},{\"__isSmartRef__\":true,\"id\":1027},{\"__isSmartRef__\":true,\"id\":1028},{\"__isSmartRef__\":true,\"id\":1029},{\"__isSmartRef__\":true,\"id\":1030},{\"__isSmartRef__\":true,\"id\":1031},{\"__isSmartRef__\":true,\"id\":1032},{\"__isSmartRef__\":true,\"id\":1033},{\"__isSmartRef__\":true,\"id\":1034},{\"__isSmartRef__\":true,\"id\":1035},{\"__isSmartRef__\":true,\"id\":1036},{\"__isSmartRef__\":true,\"id\":1037},{\"__isSmartRef__\":true,\"id\":1038},{\"__isSmartRef__\":true,\"id\":1039},{\"__isSmartRef__\":true,\"id\":1040},{\"__isSmartRef__\":true,\"id\":1041},{\"__isSmartRef__\":true,\"id\":1042},{\"__isSmartRef__\":true,\"id\":1043},{\"__isSmartRef__\":true,\"id\":1044},{\"__isSmartRef__\":true,\"id\":1045},{\"__isSmartRef__\":true,\"id\":1046},{\"__isSmartRef__\":true,\"id\":1047},{\"__isSmartRef__\":true,\"id\":1048},{\"__isSmartRef__\":true,\"id\":1049},{\"__isSmartRef__\":true,\"id\":1050},{\"__isSmartRef__\":true,\"id\":1051},{\"__isSmartRef__\":true,\"id\":1052},{\"__isSmartRef__\":true,\"id\":1053},{\"__isSmartRef__\":true,\"id\":1054},{\"__isSmartRef__\":true,\"id\":1055},{\"__isSmartRef__\":true,\"id\":1056},{\"__isSmartRef__\":true,\"id\":1057},{\"__isSmartRef__\":true,\"id\":1058},{\"__isSmartRef__\":true,\"id\":1059},{\"__isSmartRef__\":true,\"id\":1060},{\"__isSmartRef__\":true,\"id\":1061},{\"__isSmartRef__\":true,\"id\":1062},{\"__isSmartRef__\":true,\"id\":1063},{\"__isSmartRef__\":true,\"id\":1064},{\"__isSmartRef__\":true,\"id\":1065},{\"__isSmartRef__\":true,\"id\":1066},{\"__isSmartRef__\":true,\"id\":1067},{\"__isSmartRef__\":true,\"id\":1068},{\"__isSmartRef__\":true,\"id\":1069},{\"__isSmartRef__\":true,\"id\":1070},{\"__isSmartRef__\":true,\"id\":1071},{\"__isSmartRef__\":true,\"id\":1072},{\"__isSmartRef__\":true,\"id\":1073},{\"__isSmartRef__\":true,\"id\":1074},{\"__isSmartRef__\":true,\"id\":1075},{\"__isSmartRef__\":true,\"id\":1076},{\"__isSmartRef__\":true,\"id\":1077},{\"__isSmartRef__\":true,\"id\":1078},{\"__isSmartRef__\":true,\"id\":1079},{\"__isSmartRef__\":true,\"id\":1080},{\"__isSmartRef__\":true,\"id\":1081},{\"__isSmartRef__\":true,\"id\":1082},{\"__isSmartRef__\":true,\"id\":1083},{\"__isSmartRef__\":true,\"id\":1084},{\"__isSmartRef__\":true,\"id\":1085},{\"__isSmartRef__\":true,\"id\":1086},{\"__isSmartRef__\":true,\"id\":1087},{\"__isSmartRef__\":true,\"id\":1088},{\"__isSmartRef__\":true,\"id\":1089},{\"__isSmartRef__\":true,\"id\":1090},{\"__isSmartRef__\":true,\"id\":1091},{\"__isSmartRef__\":true,\"id\":1092},{\"__isSmartRef__\":true,\"id\":1093},{\"__isSmartRef__\":true,\"id\":1094},{\"__isSmartRef__\":true,\"id\":1095},{\"__isSmartRef__\":true,\"id\":1096},{\"__isSmartRef__\":true,\"id\":1097},{\"__isSmartRef__\":true,\"id\":1098},{\"__isSmartRef__\":true,\"id\":1099},{\"__isSmartRef__\":true,\"id\":1100},{\"__isSmartRef__\":true,\"id\":1101},{\"__isSmartRef__\":true,\"id\":1102},{\"__isSmartRef__\":true,\"id\":1103},{\"__isSmartRef__\":true,\"id\":1104},{\"__isSmartRef__\":true,\"id\":1105},{\"__isSmartRef__\":true,\"id\":1106},{\"__isSmartRef__\":true,\"id\":1107},{\"__isSmartRef__\":true,\"id\":1108},{\"__isSmartRef__\":true,\"id\":1109},{\"__isSmartRef__\":true,\"id\":1110},{\"__isSmartRef__\":true,\"id\":1111},{\"__isSmartRef__\":true,\"id\":1112},{\"__isSmartRef__\":true,\"id\":1113},{\"__isSmartRef__\":true,\"id\":1114},{\"__isSmartRef__\":true,\"id\":1115},{\"__isSmartRef__\":true,\"id\":1116},{\"__isSmartRef__\":true,\"id\":1117},{\"__isSmartRef__\":true,\"id\":1118},{\"__isSmartRef__\":true,\"id\":1119},{\"__isSmartRef__\":true,\"id\":1120},{\"__isSmartRef__\":true,\"id\":1121},{\"__isSmartRef__\":true,\"id\":1122},{\"__isSmartRef__\":true,\"id\":1123},{\"__isSmartRef__\":true,\"id\":1124},{\"__isSmartRef__\":true,\"id\":1125},{\"__isSmartRef__\":true,\"id\":1126},{\"__isSmartRef__\":true,\"id\":1127},{\"__isSmartRef__\":true,\"id\":1128},{\"__isSmartRef__\":true,\"id\":1129},{\"__isSmartRef__\":true,\"id\":1130},{\"__isSmartRef__\":true,\"id\":1131},{\"__isSmartRef__\":true,\"id\":1132},{\"__isSmartRef__\":true,\"id\":1133},{\"__isSmartRef__\":true,\"id\":1134},{\"__isSmartRef__\":true,\"id\":1135},{\"__isSmartRef__\":true,\"id\":1136},{\"__isSmartRef__\":true,\"id\":1137},{\"__isSmartRef__\":true,\"id\":1138},{\"__isSmartRef__\":true,\"id\":1139},{\"__isSmartRef__\":true,\"id\":1140},{\"__isSmartRef__\":true,\"id\":1141},{\"__isSmartRef__\":true,\"id\":1142},{\"__isSmartRef__\":true,\"id\":1143},{\"__isSmartRef__\":true,\"id\":1144},{\"__isSmartRef__\":true,\"id\":1145},{\"__isSmartRef__\":true,\"id\":1146},{\"__isSmartRef__\":true,\"id\":1147},{\"__isSmartRef__\":true,\"id\":1148},{\"__isSmartRef__\":true,\"id\":1149},{\"__isSmartRef__\":true,\"id\":1150},{\"__isSmartRef__\":true,\"id\":1151},{\"__isSmartRef__\":true,\"id\":1152},{\"__isSmartRef__\":true,\"id\":1153},{\"__isSmartRef__\":true,\"id\":1154},{\"__isSmartRef__\":true,\"id\":1155},{\"__isSmartRef__\":true,\"id\":1156},{\"__isSmartRef__\":true,\"id\":1157},{\"__isSmartRef__\":true,\"id\":1158},{\"__isSmartRef__\":true,\"id\":1159},{\"__isSmartRef__\":true,\"id\":1160},{\"__isSmartRef__\":true,\"id\":1161},{\"__isSmartRef__\":true,\"id\":1162},{\"__isSmartRef__\":true,\"id\":1163},{\"__isSmartRef__\":true,\"id\":1164},{\"__isSmartRef__\":true,\"id\":1165},{\"__isSmartRef__\":true,\"id\":1166},{\"__isSmartRef__\":true,\"id\":1167},{\"__isSmartRef__\":true,\"id\":1168},{\"__isSmartRef__\":true,\"id\":1169},{\"__isSmartRef__\":true,\"id\":1170},{\"__isSmartRef__\":true,\"id\":1171},{\"__isSmartRef__\":true,\"id\":1172},{\"__isSmartRef__\":true,\"id\":1173},{\"__isSmartRef__\":true,\"id\":1174},{\"__isSmartRef__\":true,\"id\":1175},{\"__isSmartRef__\":true,\"id\":1176},{\"__isSmartRef__\":true,\"id\":1177},{\"__isSmartRef__\":true,\"id\":1178},{\"__isSmartRef__\":true,\"id\":1179},{\"__isSmartRef__\":true,\"id\":1180},{\"__isSmartRef__\":true,\"id\":1181},{\"__isSmartRef__\":true,\"id\":1182},{\"__isSmartRef__\":true,\"id\":1183},{\"__isSmartRef__\":true,\"id\":1184},{\"__isSmartRef__\":true,\"id\":1185},{\"__isSmartRef__\":true,\"id\":1186},{\"__isSmartRef__\":true,\"id\":1187},{\"__isSmartRef__\":true,\"id\":1188},{\"__isSmartRef__\":true,\"id\":1189},{\"__isSmartRef__\":true,\"id\":1190},{\"__isSmartRef__\":true,\"id\":1191},{\"__isSmartRef__\":true,\"id\":1192},{\"__isSmartRef__\":true,\"id\":1193},{\"__isSmartRef__\":true,\"id\":1194},{\"__isSmartRef__\":true,\"id\":1195},{\"__isSmartRef__\":true,\"id\":1196},{\"__isSmartRef__\":true,\"id\":1197},{\"__isSmartRef__\":true,\"id\":1198},{\"__isSmartRef__\":true,\"id\":1199},{\"__isSmartRef__\":true,\"id\":1200},{\"__isSmartRef__\":true,\"id\":1201},{\"__isSmartRef__\":true,\"id\":1202},{\"__isSmartRef__\":true,\"id\":1203},{\"__isSmartRef__\":true,\"id\":1204},{\"__isSmartRef__\":true,\"id\":1205},{\"__isSmartRef__\":true,\"id\":1206},{\"__isSmartRef__\":true,\"id\":1207},{\"__isSmartRef__\":true,\"id\":1208},{\"__isSmartRef__\":true,\"id\":1209},{\"__isSmartRef__\":true,\"id\":1210},{\"__isSmartRef__\":true,\"id\":1211},{\"__isSmartRef__\":true,\"id\":1212},{\"__isSmartRef__\":true,\"id\":1213},{\"__isSmartRef__\":true,\"id\":1214},{\"__isSmartRef__\":true,\"id\":1215},{\"__isSmartRef__\":true,\"id\":1216},{\"__isSmartRef__\":true,\"id\":1217},{\"__isSmartRef__\":true,\"id\":1218},{\"__isSmartRef__\":true,\"id\":1219},{\"__isSmartRef__\":true,\"id\":1220},{\"__isSmartRef__\":true,\"id\":1221},{\"__isSmartRef__\":true,\"id\":1222},{\"__isSmartRef__\":true,\"id\":1223},{\"__isSmartRef__\":true,\"id\":1224},{\"__isSmartRef__\":true,\"id\":1225},{\"__isSmartRef__\":true,\"id\":1226},{\"__isSmartRef__\":true,\"id\":1227},{\"__isSmartRef__\":true,\"id\":1228},{\"__isSmartRef__\":true,\"id\":1229},{\"__isSmartRef__\":true,\"id\":1230},{\"__isSmartRef__\":true,\"id\":1231},{\"__isSmartRef__\":true,\"id\":1232},{\"__isSmartRef__\":true,\"id\":1233},{\"__isSmartRef__\":true,\"id\":1234},{\"__isSmartRef__\":true,\"id\":1235},{\"__isSmartRef__\":true,\"id\":1236},{\"__isSmartRef__\":true,\"id\":1237},{\"__isSmartRef__\":true,\"id\":1238},{\"__isSmartRef__\":true,\"id\":1239},{\"__isSmartRef__\":true,\"id\":1240},{\"__isSmartRef__\":true,\"id\":1241},{\"__isSmartRef__\":true,\"id\":1242},{\"__isSmartRef__\":true,\"id\":1243},{\"__isSmartRef__\":true,\"id\":1244},{\"__isSmartRef__\":true,\"id\":1245},{\"__isSmartRef__\":true,\"id\":1246},{\"__isSmartRef__\":true,\"id\":1247},{\"__isSmartRef__\":true,\"id\":1248},{\"__isSmartRef__\":true,\"id\":1249},{\"__isSmartRef__\":true,\"id\":1250},{\"__isSmartRef__\":true,\"id\":1251},{\"__isSmartRef__\":true,\"id\":1252},{\"__isSmartRef__\":true,\"id\":1253},{\"__isSmartRef__\":true,\"id\":1254},{\"__isSmartRef__\":true,\"id\":1255},{\"__isSmartRef__\":true,\"id\":1256},{\"__isSmartRef__\":true,\"id\":1257},{\"__isSmartRef__\":true,\"id\":1258},{\"__isSmartRef__\":true,\"id\":1259},{\"__isSmartRef__\":true,\"id\":1260},{\"__isSmartRef__\":true,\"id\":1261},{\"__isSmartRef__\":true,\"id\":1262},{\"__isSmartRef__\":true,\"id\":1263},{\"__isSmartRef__\":true,\"id\":1264},{\"__isSmartRef__\":true,\"id\":1265},{\"__isSmartRef__\":true,\"id\":1266},{\"__isSmartRef__\":true,\"id\":1267},{\"__isSmartRef__\":true,\"id\":1268},{\"__isSmartRef__\":true,\"id\":1269},{\"__isSmartRef__\":true,\"id\":1270},{\"__isSmartRef__\":true,\"id\":1271},{\"__isSmartRef__\":true,\"id\":1272},{\"__isSmartRef__\":true,\"id\":1273},{\"__isSmartRef__\":true,\"id\":1274},{\"__isSmartRef__\":true,\"id\":1275},{\"__isSmartRef__\":true,\"id\":1276},{\"__isSmartRef__\":true,\"id\":1277},{\"__isSmartRef__\":true,\"id\":1278},{\"__isSmartRef__\":true,\"id\":1279},{\"__isSmartRef__\":true,\"id\":1280},{\"__isSmartRef__\":true,\"id\":1281},{\"__isSmartRef__\":true,\"id\":1282},{\"__isSmartRef__\":true,\"id\":1283},{\"__isSmartRef__\":true,\"id\":1284},{\"__isSmartRef__\":true,\"id\":1285},{\"__isSmartRef__\":true,\"id\":1286},{\"__isSmartRef__\":true,\"id\":1287},{\"__isSmartRef__\":true,\"id\":1288},{\"__isSmartRef__\":true,\"id\":1289},{\"__isSmartRef__\":true,\"id\":1290},{\"__isSmartRef__\":true,\"id\":1291},{\"__isSmartRef__\":true,\"id\":1292},{\"__isSmartRef__\":true,\"id\":1293},{\"__isSmartRef__\":true,\"id\":1294},{\"__isSmartRef__\":true,\"id\":1295},{\"__isSmartRef__\":true,\"id\":1296},{\"__isSmartRef__\":true,\"id\":1297},{\"__isSmartRef__\":true,\"id\":1298},{\"__isSmartRef__\":true,\"id\":1299},{\"__isSmartRef__\":true,\"id\":1300},{\"__isSmartRef__\":true,\"id\":1301},{\"__isSmartRef__\":true,\"id\":1302},{\"__isSmartRef__\":true,\"id\":1303},{\"__isSmartRef__\":true,\"id\":1304},{\"__isSmartRef__\":true,\"id\":1305},{\"__isSmartRef__\":true,\"id\":1306},{\"__isSmartRef__\":true,\"id\":1307},{\"__isSmartRef__\":true,\"id\":1308},{\"__isSmartRef__\":true,\"id\":1309},{\"__isSmartRef__\":true,\"id\":1310},{\"__isSmartRef__\":true,\"id\":1311},{\"__isSmartRef__\":true,\"id\":1312},{\"__isSmartRef__\":true,\"id\":1313},{\"__isSmartRef__\":true,\"id\":1314},{\"__isSmartRef__\":true,\"id\":1315},{\"__isSmartRef__\":true,\"id\":1316},{\"__isSmartRef__\":true,\"id\":1317},{\"__isSmartRef__\":true,\"id\":1318},{\"__isSmartRef__\":true,\"id\":1319},{\"__isSmartRef__\":true,\"id\":1320},{\"__isSmartRef__\":true,\"id\":1321},{\"__isSmartRef__\":true,\"id\":1322},{\"__isSmartRef__\":true,\"id\":1323},{\"__isSmartRef__\":true,\"id\":1324},{\"__isSmartRef__\":true,\"id\":1325},{\"__isSmartRef__\":true,\"id\":1326},{\"__isSmartRef__\":true,\"id\":1327},{\"__isSmartRef__\":true,\"id\":1328},{\"__isSmartRef__\":true,\"id\":1329},{\"__isSmartRef__\":true,\"id\":1330},{\"__isSmartRef__\":true,\"id\":1331},{\"__isSmartRef__\":true,\"id\":1332},{\"__isSmartRef__\":true,\"id\":1333},{\"__isSmartRef__\":true,\"id\":1334},{\"__isSmartRef__\":true,\"id\":1335},{\"__isSmartRef__\":true,\"id\":1336},{\"__isSmartRef__\":true,\"id\":1337},{\"__isSmartRef__\":true,\"id\":1338},{\"__isSmartRef__\":true,\"id\":1339},{\"__isSmartRef__\":true,\"id\":1340},{\"__isSmartRef__\":true,\"id\":1341},{\"__isSmartRef__\":true,\"id\":1342},{\"__isSmartRef__\":true,\"id\":1343},{\"__isSmartRef__\":true,\"id\":1344},{\"__isSmartRef__\":true,\"id\":1345},{\"__isSmartRef__\":true,\"id\":1346},{\"__isSmartRef__\":true,\"id\":1347},{\"__isSmartRef__\":true,\"id\":1348},{\"__isSmartRef__\":true,\"id\":1349},{\"__isSmartRef__\":true,\"id\":1350},{\"__isSmartRef__\":true,\"id\":1351},{\"__isSmartRef__\":true,\"id\":1352},{\"__isSmartRef__\":true,\"id\":1353},{\"__isSmartRef__\":true,\"id\":1354},{\"__isSmartRef__\":true,\"id\":1355},{\"__isSmartRef__\":true,\"id\":1356},{\"__isSmartRef__\":true,\"id\":1357},{\"__isSmartRef__\":true,\"id\":1358},{\"__isSmartRef__\":true,\"id\":1359},{\"__isSmartRef__\":true,\"id\":1360},{\"__isSmartRef__\":true,\"id\":1361},{\"__isSmartRef__\":true,\"id\":1362},{\"__isSmartRef__\":true,\"id\":1363},{\"__isSmartRef__\":true,\"id\":1364},{\"__isSmartRef__\":true,\"id\":1365},{\"__isSmartRef__\":true,\"id\":1366},{\"__isSmartRef__\":true,\"id\":1367},{\"__isSmartRef__\":true,\"id\":1368},{\"__isSmartRef__\":true,\"id\":1369},{\"__isSmartRef__\":true,\"id\":1370},{\"__isSmartRef__\":true,\"id\":1371},{\"__isSmartRef__\":true,\"id\":1372},{\"__isSmartRef__\":true,\"id\":1373},{\"__isSmartRef__\":true,\"id\":1374},{\"__isSmartRef__\":true,\"id\":1375},{\"__isSmartRef__\":true,\"id\":1376},{\"__isSmartRef__\":true,\"id\":1377},{\"__isSmartRef__\":true,\"id\":1378},{\"__isSmartRef__\":true,\"id\":1379},{\"__isSmartRef__\":true,\"id\":1380},{\"__isSmartRef__\":true,\"id\":1381},{\"__isSmartRef__\":true,\"id\":1382},{\"__isSmartRef__\":true,\"id\":1383},{\"__isSmartRef__\":true,\"id\":1384},{\"__isSmartRef__\":true,\"id\":1385},{\"__isSmartRef__\":true,\"id\":1386},{\"__isSmartRef__\":true,\"id\":1387},{\"__isSmartRef__\":true,\"id\":1388},{\"__isSmartRef__\":true,\"id\":1389},{\"__isSmartRef__\":true,\"id\":1390},{\"__isSmartRef__\":true,\"id\":1391},{\"__isSmartRef__\":true,\"id\":1392},{\"__isSmartRef__\":true,\"id\":1393},{\"__isSmartRef__\":true,\"id\":1394},{\"__isSmartRef__\":true,\"id\":1395},{\"__isSmartRef__\":true,\"id\":1396},{\"__isSmartRef__\":true,\"id\":1397},{\"__isSmartRef__\":true,\"id\":1398},{\"__isSmartRef__\":true,\"id\":1399},{\"__isSmartRef__\":true,\"id\":1400},{\"__isSmartRef__\":true,\"id\":1401},{\"__isSmartRef__\":true,\"id\":1402},{\"__isSmartRef__\":true,\"id\":1403},{\"__isSmartRef__\":true,\"id\":1404},{\"__isSmartRef__\":true,\"id\":1405},{\"__isSmartRef__\":true,\"id\":1406},{\"__isSmartRef__\":true,\"id\":1407},{\"__isSmartRef__\":true,\"id\":1408},{\"__isSmartRef__\":true,\"id\":1409},{\"__isSmartRef__\":true,\"id\":1410},{\"__isSmartRef__\":true,\"id\":1411},{\"__isSmartRef__\":true,\"id\":1412},{\"__isSmartRef__\":true,\"id\":1413},{\"__isSmartRef__\":true,\"id\":1414},{\"__isSmartRef__\":true,\"id\":1415},{\"__isSmartRef__\":true,\"id\":1416},{\"__isSmartRef__\":true,\"id\":1417},{\"__isSmartRef__\":true,\"id\":1418},{\"__isSmartRef__\":true,\"id\":1419},{\"__isSmartRef__\":true,\"id\":1420},{\"__isSmartRef__\":true,\"id\":1421},{\"__isSmartRef__\":true,\"id\":1422},{\"__isSmartRef__\":true,\"id\":1423},{\"__isSmartRef__\":true,\"id\":1424},{\"__isSmartRef__\":true,\"id\":1425},{\"__isSmartRef__\":true,\"id\":1426},{\"__isSmartRef__\":true,\"id\":1427},{\"__isSmartRef__\":true,\"id\":1428},{\"__isSmartRef__\":true,\"id\":1429},{\"__isSmartRef__\":true,\"id\":1430},{\"__isSmartRef__\":true,\"id\":1431},{\"__isSmartRef__\":true,\"id\":1432},{\"__isSmartRef__\":true,\"id\":1433},{\"__isSmartRef__\":true,\"id\":1434},{\"__isSmartRef__\":true,\"id\":1435},{\"__isSmartRef__\":true,\"id\":1436},{\"__isSmartRef__\":true,\"id\":1437},{\"__isSmartRef__\":true,\"id\":1438},{\"__isSmartRef__\":true,\"id\":1439},{\"__isSmartRef__\":true,\"id\":1440},{\"__isSmartRef__\":true,\"id\":1441},{\"__isSmartRef__\":true,\"id\":1442},{\"__isSmartRef__\":true,\"id\":1443},{\"__isSmartRef__\":true,\"id\":1444},{\"__isSmartRef__\":true,\"id\":1445},{\"__isSmartRef__\":true,\"id\":1446},{\"__isSmartRef__\":true,\"id\":1447},{\"__isSmartRef__\":true,\"id\":1448},{\"__isSmartRef__\":true,\"id\":1449},{\"__isSmartRef__\":true,\"id\":1450},{\"__isSmartRef__\":true,\"id\":1451},{\"__isSmartRef__\":true,\"id\":1452},{\"__isSmartRef__\":true,\"id\":1453},{\"__isSmartRef__\":true,\"id\":1454},{\"__isSmartRef__\":true,\"id\":1455},{\"__isSmartRef__\":true,\"id\":1456},{\"__isSmartRef__\":true,\"id\":1457},{\"__isSmartRef__\":true,\"id\":1458},{\"__isSmartRef__\":true,\"id\":1459},{\"__isSmartRef__\":true,\"id\":1460},{\"__isSmartRef__\":true,\"id\":1461},{\"__isSmartRef__\":true,\"id\":1462},{\"__isSmartRef__\":true,\"id\":1463},{\"__isSmartRef__\":true,\"id\":1464},{\"__isSmartRef__\":true,\"id\":1465},{\"__isSmartRef__\":true,\"id\":1466},{\"__isSmartRef__\":true,\"id\":1467},{\"__isSmartRef__\":true,\"id\":1468},{\"__isSmartRef__\":true,\"id\":1469},{\"__isSmartRef__\":true,\"id\":1470},{\"__isSmartRef__\":true,\"id\":1471},{\"__isSmartRef__\":true,\"id\":1472},{\"__isSmartRef__\":true,\"id\":1473},{\"__isSmartRef__\":true,\"id\":1474},{\"__isSmartRef__\":true,\"id\":1475},{\"__isSmartRef__\":true,\"id\":1476},{\"__isSmartRef__\":true,\"id\":1477},{\"__isSmartRef__\":true,\"id\":1478},{\"__isSmartRef__\":true,\"id\":1479},{\"__isSmartRef__\":true,\"id\":1480},{\"__isSmartRef__\":true,\"id\":1481},{\"__isSmartRef__\":true,\"id\":1482},{\"__isSmartRef__\":true,\"id\":1483},{\"__isSmartRef__\":true,\"id\":1484},{\"__isSmartRef__\":true,\"id\":1485},{\"__isSmartRef__\":true,\"id\":1486},{\"__isSmartRef__\":true,\"id\":1487},{\"__isSmartRef__\":true,\"id\":1488},{\"__isSmartRef__\":true,\"id\":1489},{\"__isSmartRef__\":true,\"id\":1490},{\"__isSmartRef__\":true,\"id\":1491},{\"__isSmartRef__\":true,\"id\":1492},{\"__isSmartRef__\":true,\"id\":1493},{\"__isSmartRef__\":true,\"id\":1494},{\"__isSmartRef__\":true,\"id\":1495},{\"__isSmartRef__\":true,\"id\":1496},{\"__isSmartRef__\":true,\"id\":1497},{\"__isSmartRef__\":true,\"id\":1498},{\"__isSmartRef__\":true,\"id\":1499},{\"__isSmartRef__\":true,\"id\":1500},{\"__isSmartRef__\":true,\"id\":1501},{\"__isSmartRef__\":true,\"id\":1502},{\"__isSmartRef__\":true,\"id\":1503},{\"__isSmartRef__\":true,\"id\":1504},{\"__isSmartRef__\":true,\"id\":1505},{\"__isSmartRef__\":true,\"id\":1506},{\"__isSmartRef__\":true,\"id\":1507},{\"__isSmartRef__\":true,\"id\":1508},{\"__isSmartRef__\":true,\"id\":1509},{\"__isSmartRef__\":true,\"id\":1510},{\"__isSmartRef__\":true,\"id\":1511},{\"__isSmartRef__\":true,\"id\":1512},{\"__isSmartRef__\":true,\"id\":1513},{\"__isSmartRef__\":true,\"id\":1514},{\"__isSmartRef__\":true,\"id\":1515},{\"__isSmartRef__\":true,\"id\":1516},{\"__isSmartRef__\":true,\"id\":1517},{\"__isSmartRef__\":true,\"id\":1518},{\"__isSmartRef__\":true,\"id\":1519},{\"__isSmartRef__\":true,\"id\":1520},{\"__isSmartRef__\":true,\"id\":1521},{\"__isSmartRef__\":true,\"id\":1522},{\"__isSmartRef__\":true,\"id\":1523},{\"__isSmartRef__\":true,\"id\":1524},{\"__isSmartRef__\":true,\"id\":1525},{\"__isSmartRef__\":true,\"id\":1526},{\"__isSmartRef__\":true,\"id\":1527},{\"__isSmartRef__\":true,\"id\":1528},{\"__isSmartRef__\":true,\"id\":1529},{\"__isSmartRef__\":true,\"id\":1530},{\"__isSmartRef__\":true,\"id\":1531},{\"__isSmartRef__\":true,\"id\":1532},{\"__isSmartRef__\":true,\"id\":1533},{\"__isSmartRef__\":true,\"id\":1534},{\"__isSmartRef__\":true,\"id\":1535},{\"__isSmartRef__\":true,\"id\":1536},{\"__isSmartRef__\":true,\"id\":1537},{\"__isSmartRef__\":true,\"id\":1538},{\"__isSmartRef__\":true,\"id\":1539},{\"__isSmartRef__\":true,\"id\":1540},{\"__isSmartRef__\":true,\"id\":1541},{\"__isSmartRef__\":true,\"id\":1542},{\"__isSmartRef__\":true,\"id\":1543},{\"__isSmartRef__\":true,\"id\":1544},{\"__isSmartRef__\":true,\"id\":1545},{\"__isSmartRef__\":true,\"id\":1546},{\"__isSmartRef__\":true,\"id\":1547},{\"__isSmartRef__\":true,\"id\":1548},{\"__isSmartRef__\":true,\"id\":1549},{\"__isSmartRef__\":true,\"id\":1550},{\"__isSmartRef__\":true,\"id\":1551},{\"__isSmartRef__\":true,\"id\":1552},{\"__isSmartRef__\":true,\"id\":1553},{\"__isSmartRef__\":true,\"id\":1554},{\"__isSmartRef__\":true,\"id\":1555},{\"__isSmartRef__\":true,\"id\":1556},{\"__isSmartRef__\":true,\"id\":1557},{\"__isSmartRef__\":true,\"id\":1558},{\"__isSmartRef__\":true,\"id\":1559},{\"__isSmartRef__\":true,\"id\":1560},{\"__isSmartRef__\":true,\"id\":1561},{\"__isSmartRef__\":true,\"id\":1562},{\"__isSmartRef__\":true,\"id\":1563},{\"__isSmartRef__\":true,\"id\":1564},{\"__isSmartRef__\":true,\"id\":1565},{\"__isSmartRef__\":true,\"id\":1566},{\"__isSmartRef__\":true,\"id\":1567},{\"__isSmartRef__\":true,\"id\":1568},{\"__isSmartRef__\":true,\"id\":1569},{\"__isSmartRef__\":true,\"id\":1570},{\"__isSmartRef__\":true,\"id\":1571},{\"__isSmartRef__\":true,\"id\":1572},{\"__isSmartRef__\":true,\"id\":1573},{\"__isSmartRef__\":true,\"id\":1574},{\"__isSmartRef__\":true,\"id\":1575},{\"__isSmartRef__\":true,\"id\":1576},{\"__isSmartRef__\":true,\"id\":1577},{\"__isSmartRef__\":true,\"id\":1578},{\"__isSmartRef__\":true,\"id\":1579},{\"__isSmartRef__\":true,\"id\":1580},{\"__isSmartRef__\":true,\"id\":1581},{\"__isSmartRef__\":true,\"id\":1582},{\"__isSmartRef__\":true,\"id\":1583},{\"__isSmartRef__\":true,\"id\":1584},{\"__isSmartRef__\":true,\"id\":1585},{\"__isSmartRef__\":true,\"id\":1586},{\"__isSmartRef__\":true,\"id\":1587},{\"__isSmartRef__\":true,\"id\":1588},{\"__isSmartRef__\":true,\"id\":1589},{\"__isSmartRef__\":true,\"id\":1590},{\"__isSmartRef__\":true,\"id\":1591},{\"__isSmartRef__\":true,\"id\":1592},{\"__isSmartRef__\":true,\"id\":1593},{\"__isSmartRef__\":true,\"id\":1594},{\"__isSmartRef__\":true,\"id\":1595},{\"__isSmartRef__\":true,\"id\":1596},{\"__isSmartRef__\":true,\"id\":1597},{\"__isSmartRef__\":true,\"id\":1598},{\"__isSmartRef__\":true,\"id\":1599},{\"__isSmartRef__\":true,\"id\":1600},{\"__isSmartRef__\":true,\"id\":1601},{\"__isSmartRef__\":true,\"id\":1602},{\"__isSmartRef__\":true,\"id\":1603},{\"__isSmartRef__\":true,\"id\":1604},{\"__isSmartRef__\":true,\"id\":1605},{\"__isSmartRef__\":true,\"id\":1606},{\"__isSmartRef__\":true,\"id\":1607},{\"__isSmartRef__\":true,\"id\":1608},{\"__isSmartRef__\":true,\"id\":1609},{\"__isSmartRef__\":true,\"id\":1610},{\"__isSmartRef__\":true,\"id\":1611},{\"__isSmartRef__\":true,\"id\":1612},{\"__isSmartRef__\":true,\"id\":1613},{\"__isSmartRef__\":true,\"id\":1614},{\"__isSmartRef__\":true,\"id\":1615},{\"__isSmartRef__\":true,\"id\":1616},{\"__isSmartRef__\":true,\"id\":1617},{\"__isSmartRef__\":true,\"id\":1618},{\"__isSmartRef__\":true,\"id\":1619},{\"__isSmartRef__\":true,\"id\":1620},{\"__isSmartRef__\":true,\"id\":1621},{\"__isSmartRef__\":true,\"id\":1622},{\"__isSmartRef__\":true,\"id\":1623},{\"__isSmartRef__\":true,\"id\":1624},{\"__isSmartRef__\":true,\"id\":1625},{\"__isSmartRef__\":true,\"id\":1626},{\"__isSmartRef__\":true,\"id\":1627},{\"__isSmartRef__\":true,\"id\":1628},{\"__isSmartRef__\":true,\"id\":1629},{\"__isSmartRef__\":true,\"id\":1630},{\"__isSmartRef__\":true,\"id\":1631},{\"__isSmartRef__\":true,\"id\":1632},{\"__isSmartRef__\":true,\"id\":1633},{\"__isSmartRef__\":true,\"id\":1634},{\"__isSmartRef__\":true,\"id\":1635},{\"__isSmartRef__\":true,\"id\":1636},{\"__isSmartRef__\":true,\"id\":1637},{\"__isSmartRef__\":true,\"id\":1638},{\"__isSmartRef__\":true,\"id\":1639},{\"__isSmartRef__\":true,\"id\":1640},{\"__isSmartRef__\":true,\"id\":1641},{\"__isSmartRef__\":true,\"id\":1642},{\"__isSmartRef__\":true,\"id\":1643},{\"__isSmartRef__\":true,\"id\":1644},{\"__isSmartRef__\":true,\"id\":1645},{\"__isSmartRef__\":true,\"id\":1646},{\"__isSmartRef__\":true,\"id\":1647},{\"__isSmartRef__\":true,\"id\":1648},{\"__isSmartRef__\":true,\"id\":1649},{\"__isSmartRef__\":true,\"id\":1650},{\"__isSmartRef__\":true,\"id\":1651},{\"__isSmartRef__\":true,\"id\":1652},{\"__isSmartRef__\":true,\"id\":1653},{\"__isSmartRef__\":true,\"id\":1654},{\"__isSmartRef__\":true,\"id\":1655},{\"__isSmartRef__\":true,\"id\":1656},{\"__isSmartRef__\":true,\"id\":1657},{\"__isSmartRef__\":true,\"id\":1658},{\"__isSmartRef__\":true,\"id\":1659},{\"__isSmartRef__\":true,\"id\":1660},{\"__isSmartRef__\":true,\"id\":1661},{\"__isSmartRef__\":true,\"id\":1662},{\"__isSmartRef__\":true,\"id\":1663},{\"__isSmartRef__\":true,\"id\":1664},{\"__isSmartRef__\":true,\"id\":1665},{\"__isSmartRef__\":true,\"id\":1666},{\"__isSmartRef__\":true,\"id\":1667},{\"__isSmartRef__\":true,\"id\":1668},{\"__isSmartRef__\":true,\"id\":1669},{\"__isSmartRef__\":true,\"id\":1670},{\"__isSmartRef__\":true,\"id\":1671},{\"__isSmartRef__\":true,\"id\":1672},{\"__isSmartRef__\":true,\"id\":1673},{\"__isSmartRef__\":true,\"id\":1674},{\"__isSmartRef__\":true,\"id\":1675},{\"__isSmartRef__\":true,\"id\":1676},{\"__isSmartRef__\":true,\"id\":1677},{\"__isSmartRef__\":true,\"id\":1678},{\"__isSmartRef__\":true,\"id\":1679},{\"__isSmartRef__\":true,\"id\":1680},{\"__isSmartRef__\":true,\"id\":1681},{\"__isSmartRef__\":true,\"id\":1682},{\"__isSmartRef__\":true,\"id\":1683},{\"__isSmartRef__\":true,\"id\":1684},{\"__isSmartRef__\":true,\"id\":1685},{\"__isSmartRef__\":true,\"id\":1686},{\"__isSmartRef__\":true,\"id\":1687},{\"__isSmartRef__\":true,\"id\":1688},{\"__isSmartRef__\":true,\"id\":1689},{\"__isSmartRef__\":true,\"id\":1690},{\"__isSmartRef__\":true,\"id\":1691},{\"__isSmartRef__\":true,\"id\":1692},{\"__isSmartRef__\":true,\"id\":1693},{\"__isSmartRef__\":true,\"id\":1694},{\"__isSmartRef__\":true,\"id\":1695},{\"__isSmartRef__\":true,\"id\":1696},{\"__isSmartRef__\":true,\"id\":1697},{\"__isSmartRef__\":true,\"id\":1698},{\"__isSmartRef__\":true,\"id\":1699},{\"__isSmartRef__\":true,\"id\":1700},{\"__isSmartRef__\":true,\"id\":1701},{\"__isSmartRef__\":true,\"id\":1702},{\"__isSmartRef__\":true,\"id\":1703},{\"__isSmartRef__\":true,\"id\":1704},{\"__isSmartRef__\":true,\"id\":1705},{\"__isSmartRef__\":true,\"id\":1706},{\"__isSmartRef__\":true,\"id\":1707},{\"__isSmartRef__\":true,\"id\":1708},{\"__isSmartRef__\":true,\"id\":1709},{\"__isSmartRef__\":true,\"id\":1710},{\"__isSmartRef__\":true,\"id\":1711},{\"__isSmartRef__\":true,\"id\":1712},{\"__isSmartRef__\":true,\"id\":1713},{\"__isSmartRef__\":true,\"id\":1714},{\"__isSmartRef__\":true,\"id\":1715},{\"__isSmartRef__\":true,\"id\":1716},{\"__isSmartRef__\":true,\"id\":1717},{\"__isSmartRef__\":true,\"id\":1718},{\"__isSmartRef__\":true,\"id\":1719},{\"__isSmartRef__\":true,\"id\":1720},{\"__isSmartRef__\":true,\"id\":1721},{\"__isSmartRef__\":true,\"id\":1722},{\"__isSmartRef__\":true,\"id\":1723},{\"__isSmartRef__\":true,\"id\":1724},{\"__isSmartRef__\":true,\"id\":1725},{\"__isSmartRef__\":true,\"id\":1726},{\"__isSmartRef__\":true,\"id\":1727},{\"__isSmartRef__\":true,\"id\":1728},{\"__isSmartRef__\":true,\"id\":1729},{\"__isSmartRef__\":true,\"id\":1730},{\"__isSmartRef__\":true,\"id\":1731},{\"__isSmartRef__\":true,\"id\":1732},{\"__isSmartRef__\":true,\"id\":1733},{\"__isSmartRef__\":true,\"id\":1734},{\"__isSmartRef__\":true,\"id\":1735},{\"__isSmartRef__\":true,\"id\":1736},{\"__isSmartRef__\":true,\"id\":1737},{\"__isSmartRef__\":true,\"id\":1738},{\"__isSmartRef__\":true,\"id\":1739},{\"__isSmartRef__\":true,\"id\":1740},{\"__isSmartRef__\":true,\"id\":1741},{\"__isSmartRef__\":true,\"id\":1742},{\"__isSmartRef__\":true,\"id\":1743},{\"__isSmartRef__\":true,\"id\":1744},{\"__isSmartRef__\":true,\"id\":1745},{\"__isSmartRef__\":true,\"id\":1746},{\"__isSmartRef__\":true,\"id\":1747},{\"__isSmartRef__\":true,\"id\":1748},{\"__isSmartRef__\":true,\"id\":1749},{\"__isSmartRef__\":true,\"id\":1750},{\"__isSmartRef__\":true,\"id\":1751},{\"__isSmartRef__\":true,\"id\":1752},{\"__isSmartRef__\":true,\"id\":1753},{\"__isSmartRef__\":true,\"id\":1754},{\"__isSmartRef__\":true,\"id\":1755},{\"__isSmartRef__\":true,\"id\":1756},{\"__isSmartRef__\":true,\"id\":1757},{\"__isSmartRef__\":true,\"id\":1758},{\"__isSmartRef__\":true,\"id\":1759},{\"__isSmartRef__\":true,\"id\":1760},{\"__isSmartRef__\":true,\"id\":1761},{\"__isSmartRef__\":true,\"id\":1762},{\"__isSmartRef__\":true,\"id\":1763},{\"__isSmartRef__\":true,\"id\":1764},{\"__isSmartRef__\":true,\"id\":1765},{\"__isSmartRef__\":true,\"id\":1766},{\"__isSmartRef__\":true,\"id\":1767},{\"__isSmartRef__\":true,\"id\":1768},{\"__isSmartRef__\":true,\"id\":1769},{\"__isSmartRef__\":true,\"id\":1770},{\"__isSmartRef__\":true,\"id\":1771},{\"__isSmartRef__\":true,\"id\":1772},{\"__isSmartRef__\":true,\"id\":1773},{\"__isSmartRef__\":true,\"id\":1774},{\"__isSmartRef__\":true,\"id\":1775},{\"__isSmartRef__\":true,\"id\":1776},{\"__isSmartRef__\":true,\"id\":1777},{\"__isSmartRef__\":true,\"id\":1778},{\"__isSmartRef__\":true,\"id\":1779},{\"__isSmartRef__\":true,\"id\":1780},{\"__isSmartRef__\":true,\"id\":1781},{\"__isSmartRef__\":true,\"id\":1782},{\"__isSmartRef__\":true,\"id\":1783},{\"__isSmartRef__\":true,\"id\":1784},{\"__isSmartRef__\":true,\"id\":1785},{\"__isSmartRef__\":true,\"id\":1786},{\"__isSmartRef__\":true,\"id\":1787},{\"__isSmartRef__\":true,\"id\":1788},{\"__isSmartRef__\":true,\"id\":1789},{\"__isSmartRef__\":true,\"id\":1790},{\"__isSmartRef__\":true,\"id\":1791},{\"__isSmartRef__\":true,\"id\":1792},{\"__isSmartRef__\":true,\"id\":1793},{\"__isSmartRef__\":true,\"id\":1794},{\"__isSmartRef__\":true,\"id\":1795},{\"__isSmartRef__\":true,\"id\":1796},{\"__isSmartRef__\":true,\"id\":1797},{\"__isSmartRef__\":true,\"id\":1798},{\"__isSmartRef__\":true,\"id\":1799},{\"__isSmartRef__\":true,\"id\":1800},{\"__isSmartRef__\":true,\"id\":1801},{\"__isSmartRef__\":true,\"id\":1802},{\"__isSmartRef__\":true,\"id\":1803},{\"__isSmartRef__\":true,\"id\":1804},{\"__isSmartRef__\":true,\"id\":1805},{\"__isSmartRef__\":true,\"id\":1806},{\"__isSmartRef__\":true,\"id\":1807},{\"__isSmartRef__\":true,\"id\":1808},{\"__isSmartRef__\":true,\"id\":1809},{\"__isSmartRef__\":true,\"id\":1810},{\"__isSmartRef__\":true,\"id\":1811},{\"__isSmartRef__\":true,\"id\":1812},{\"__isSmartRef__\":true,\"id\":1813},{\"__isSmartRef__\":true,\"id\":1814},{\"__isSmartRef__\":true,\"id\":1815},{\"__isSmartRef__\":true,\"id\":1816},{\"__isSmartRef__\":true,\"id\":1817},{\"__isSmartRef__\":true,\"id\":1818},{\"__isSmartRef__\":true,\"id\":1819},{\"__isSmartRef__\":true,\"id\":1820},{\"__isSmartRef__\":true,\"id\":1821},{\"__isSmartRef__\":true,\"id\":1822},{\"__isSmartRef__\":true,\"id\":1823},{\"__isSmartRef__\":true,\"id\":1824},{\"__isSmartRef__\":true,\"id\":1825},{\"__isSmartRef__\":true,\"id\":1826},{\"__isSmartRef__\":true,\"id\":1827},{\"__isSmartRef__\":true,\"id\":1828},{\"__isSmartRef__\":true,\"id\":1829},{\"__isSmartRef__\":true,\"id\":1830},{\"__isSmartRef__\":true,\"id\":1831},{\"__isSmartRef__\":true,\"id\":1832},{\"__isSmartRef__\":true,\"id\":1833},{\"__isSmartRef__\":true,\"id\":1834},{\"__isSmartRef__\":true,\"id\":1835},{\"__isSmartRef__\":true,\"id\":1836},{\"__isSmartRef__\":true,\"id\":1837},{\"__isSmartRef__\":true,\"id\":1838},{\"__isSmartRef__\":true,\"id\":1839},{\"__isSmartRef__\":true,\"id\":1840},{\"__isSmartRef__\":true,\"id\":1841},{\"__isSmartRef__\":true,\"id\":1842},{\"__isSmartRef__\":true,\"id\":1843},{\"__isSmartRef__\":true,\"id\":1844},{\"__isSmartRef__\":true,\"id\":1845},{\"__isSmartRef__\":true,\"id\":1846},{\"__isSmartRef__\":true,\"id\":1847},{\"__isSmartRef__\":true,\"id\":1848},{\"__isSmartRef__\":true,\"id\":1849},{\"__isSmartRef__\":true,\"id\":1850},{\"__isSmartRef__\":true,\"id\":1851},{\"__isSmartRef__\":true,\"id\":1852},{\"__isSmartRef__\":true,\"id\":1853},{\"__isSmartRef__\":true,\"id\":1854},{\"__isSmartRef__\":true,\"id\":1855},{\"__isSmartRef__\":true,\"id\":1856},{\"__isSmartRef__\":true,\"id\":1857},{\"__isSmartRef__\":true,\"id\":1858},{\"__isSmartRef__\":true,\"id\":1859},{\"__isSmartRef__\":true,\"id\":1860},{\"__isSmartRef__\":true,\"id\":1861},{\"__isSmartRef__\":true,\"id\":1862},{\"__isSmartRef__\":true,\"id\":1863},{\"__isSmartRef__\":true,\"id\":1864},{\"__isSmartRef__\":true,\"id\":1865},{\"__isSmartRef__\":true,\"id\":1866},{\"__isSmartRef__\":true,\"id\":1867},{\"__isSmartRef__\":true,\"id\":1868},{\"__isSmartRef__\":true,\"id\":1869},{\"__isSmartRef__\":true,\"id\":1870},{\"__isSmartRef__\":true,\"id\":1871},{\"__isSmartRef__\":true,\"id\":1872},{\"__isSmartRef__\":true,\"id\":1873},{\"__isSmartRef__\":true,\"id\":1874},{\"__isSmartRef__\":true,\"id\":1875},{\"__isSmartRef__\":true,\"id\":1876},{\"__isSmartRef__\":true,\"id\":1877},{\"__isSmartRef__\":true,\"id\":1878},{\"__isSmartRef__\":true,\"id\":1879},{\"__isSmartRef__\":true,\"id\":1880},{\"__isSmartRef__\":true,\"id\":1881},{\"__isSmartRef__\":true,\"id\":1882},{\"__isSmartRef__\":true,\"id\":1883},{\"__isSmartRef__\":true,\"id\":1884},{\"__isSmartRef__\":true,\"id\":1885},{\"__isSmartRef__\":true,\"id\":1886},{\"__isSmartRef__\":true,\"id\":1887},{\"__isSmartRef__\":true,\"id\":1888},{\"__isSmartRef__\":true,\"id\":1889},{\"__isSmartRef__\":true,\"id\":1890},{\"__isSmartRef__\":true,\"id\":1891},{\"__isSmartRef__\":true,\"id\":1892},{\"__isSmartRef__\":true,\"id\":1893},{\"__isSmartRef__\":true,\"id\":1894},{\"__isSmartRef__\":true,\"id\":1895},{\"__isSmartRef__\":true,\"id\":1896},{\"__isSmartRef__\":true,\"id\":1897},{\"__isSmartRef__\":true,\"id\":1898},{\"__isSmartRef__\":true,\"id\":1899},{\"__isSmartRef__\":true,\"id\":1900},{\"__isSmartRef__\":true,\"id\":1901},{\"__isSmartRef__\":true,\"id\":1902},{\"__isSmartRef__\":true,\"id\":1903},{\"__isSmartRef__\":true,\"id\":1904},{\"__isSmartRef__\":true,\"id\":1905},{\"__isSmartRef__\":true,\"id\":1906},{\"__isSmartRef__\":true,\"id\":1907},{\"__isSmartRef__\":true,\"id\":1908},{\"__isSmartRef__\":true,\"id\":1909},{\"__isSmartRef__\":true,\"id\":1910},{\"__isSmartRef__\":true,\"id\":1911},{\"__isSmartRef__\":true,\"id\":1912},{\"__isSmartRef__\":true,\"id\":1913},{\"__isSmartRef__\":true,\"id\":1914},{\"__isSmartRef__\":true,\"id\":1915},{\"__isSmartRef__\":true,\"id\":1916},{\"__isSmartRef__\":true,\"id\":1917},{\"__isSmartRef__\":true,\"id\":1918},{\"__isSmartRef__\":true,\"id\":1919},{\"__isSmartRef__\":true,\"id\":1920},{\"__isSmartRef__\":true,\"id\":1921},{\"__isSmartRef__\":true,\"id\":1922},{\"__isSmartRef__\":true,\"id\":1923},{\"__isSmartRef__\":true,\"id\":1924},{\"__isSmartRef__\":true,\"id\":1925},{\"__isSmartRef__\":true,\"id\":1926},{\"__isSmartRef__\":true,\"id\":1927},{\"__isSmartRef__\":true,\"id\":1928},{\"__isSmartRef__\":true,\"id\":1929},{\"__isSmartRef__\":true,\"id\":1930},{\"__isSmartRef__\":true,\"id\":1931},{\"__isSmartRef__\":true,\"id\":1932},{\"__isSmartRef__\":true,\"id\":1933},{\"__isSmartRef__\":true,\"id\":1934},{\"__isSmartRef__\":true,\"id\":1935},{\"__isSmartRef__\":true,\"id\":1936},{\"__isSmartRef__\":true,\"id\":1937},{\"__isSmartRef__\":true,\"id\":1938},{\"__isSmartRef__\":true,\"id\":1939},{\"__isSmartRef__\":true,\"id\":1940},{\"__isSmartRef__\":true,\"id\":1941},{\"__isSmartRef__\":true,\"id\":1942},{\"__isSmartRef__\":true,\"id\":1943}],\"_ClipMode\":\"visible\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1944},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"2\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":3},{\"__isSmartRef__\":true,\"id\":52},{\"__isSmartRef__\":true,\"id\":101},{\"__isSmartRef__\":true,\"id\":151},{\"__isSmartRef__\":true,\"id\":166},{\"__isSmartRef__\":true,\"id\":180},{\"__isSmartRef__\":true,\"id\":198},{\"__isSmartRef__\":true,\"id\":212},{\"__isSmartRef__\":true,\"id\":263},{\"__isSmartRef__\":true,\"id\":279},{\"__isSmartRef__\":true,\"id\":330}],\"scripts\":[],\"id\":\"9D57135F-8E4B-41D0-ACBC-B19396812B35\",\"shape\":{\"__isSmartRef__\":true,\"id\":344},\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":351},\"showsHalos\":false,\"name\":\"morePane\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":352},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":353},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":354},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":355},\"layout\":{\"__isSmartRef__\":true,\"id\":356},\"_Visible\":false,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[1217,\"8FB7EEAA-27C3-4BCC-9905-59A59B8AB602\",\"B4102745-8642-4F09-A5B5-0452D29E993C\",\"02282C11-7C56-4C33-A2D1-E4C92F9F5575\",\"83E2A61C-0119-4597-ADC8-8CB3AEDF35C1\",\"119E4FE1-420B-4FDF-BD03-CF15F07B3538\",\"6D70BD64-C7F8-4A79-9BE9-FA4C5A1E7892\",\"C116FCDA-BB4D-4543-BE17-4D5586813CAF\",\"1EAD9C62-350F-40EB-B5EA-B9441BB280C9\",\"A3B24A35-589E-460F-9B54-45B0D0B7D7DD\",\"8993FD1D-9082-40F4-A2AD-5501D16913A7\",\"EBCB5B06-08CA-4535-9EAC-F15893F70129\",\"45BAF3E4-EAEE-4925-B2D6-042C01B0AD29\",\"09B7283C-6DDB-4A06-A4BA-563018D46DFD\",\"46022025-E2FE-4A0A-924F-3266509C66DB\",\"538BB82D-3068-480C-A5C0-6B4E8CE1C9CA\",\"45290AD5-33C4-41F3-B72B-D538DCA37F31\",\"6FA9BB6D-52D5-49A5-930A-1F93456E6CF4\"],\"_Rotation\":0,\"_Scale\":1.000000000000002,\"_ClipMode\":\"visible\",\"__LivelyClassName__\":\"lively.morphic.Box\"},\"3\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":4}],\"scripts\":[],\"id\":\"5DBAE530-E39F-472D-A5D4-6E34FDCE6227\",\"shape\":{\"__isSmartRef__\":true,\"id\":19},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":35},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":22},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":36},\"label\":{\"__isSmartRef__\":true,\"id\":4},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":45}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":46},\"name\":\"movePartButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":47},\"owner\":{\"__isSmartRef__\":true,\"id\":2},\"layout\":{\"__isSmartRef__\":true,\"id\":48},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":49},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":50},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":51},\"derivationIds\":[1218,\"F5D21B41-BD0E-49D3-80E5-F1624416C143\",\"1E157243-B0DC-4138-B660-EF05198FA3C8\",\"4D60CECB-66FD-4865-BD46-45F0C9CAB399\",\"0E997A95-CCA0-4BBF-B55B-62B5C6EC32DF\",\"FA30D56E-17FE-4B1F-BE8A-7CBCCABEFF1D\",\"A5A7F641-F783-4649-A154-1AD81607B7CE\",\"D10ED7E0-21BA-463D-996E-6D458B557F68\",\"606309D2-7D9D-4122-A64C-CFE582E6D738\",\"998D7B7C-CF5D-401C-9594-FA8956C326A1\",\"EA15F569-B871-4824-B0DE-550285BEB165\",\"3FB1C9FB-F654-42C9-BE17-315287EB2FAB\",\"7B3720C6-D365-4B41-B530-98E4D5EE238F\",\"92F53BEA-E1EF-49C4-9DD1-7939D08941C5\",\"0A7A011F-C6D8-4B81-85F4-F3CCF5F30A31\",\"6543B591-A693-4D11-8114-D385115F8E65\",\"758492FF-7087-4EE4-9054-00E680646A03\",\"F6A6E55C-CF01-4EB9-8593-E71BEFB4EE59\"],\"prevScroll\":[0,0],\"_Rotation\":0,\"_Scale\":1,\"_ClipMode\":\"visible\",\"__LivelyClassName__\":\"lively.morphic.Button\"},\"4\":{\"submorphs\":[],\"scripts\":[],\"id\":\"310851E0-6B77-43C0-A13B-BA0DF2777459\",\"shape\":{\"__isSmartRef__\":true,\"id\":5},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":56,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":11},\"textColor\":{\"__isSmartRef__\":true,\"id\":8},\"owner\":{\"__isSmartRef__\":true,\"id\":3},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":12}],\"padding\":{\"__isSmartRef__\":true,\"id\":14},\"_Padding\":{\"__isSmartRef__\":true,\"id\":15},\"prevScroll\":[0,0],\"_Align\":\"center\",\"_FontFamily\":\"Arial\",\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_VerticalAlign\":\"middle\",\"_Display\":\"table-cell\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":16},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":17},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":18},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":56,\"_MinTextHeight\":null,\"derivationIds\":[1219,\"46E7D2D8-D7A5-4476-8AD1-FB81FAE717FE\",\"7B2A54CD-6423-4B77-A082-B5A1DA2BCE66\",\"6C3B231E-5C42-449F-9425-8EE874A6EC57\",\"7ACD0BA3-074C-461F-8C6B-ECEBA0B09C7A\",\"556A1D2F-8F3F-4BCD-A602-FD3C257F1859\",\"6C05BE2D-BB66-44E3-9765-65B24D7579E1\",\"9F6A58E1-A23D-4A56-8D85-71FD5AA872B9\",\"EDEC5AA1-080B-42AE-A9D6-F6FAB0CD3E1A\",\"FE4530BA-6D31-4472-A351-4DCB0F9FE121\",\"3F3B3887-CFF1-40A7-9228-D95F3594F2CB\",\"B10968A4-7C77-4AAE-A2E1-FC76E16D36E8\",\"DBC8455A-4562-4202-A7EB-543948664FEE\",\"048B902B-C02C-44C6-9357-32663639FE23\",\"C8B116B7-082D-4D6B-A035-EE71E8F3AC72\",\"78B43404-A2E4-4BFF-B022-C4DA2CBBABBD\",\"D271DCF7-62B5-428D-8B91-30B500F6F461\",\"79934637-FCF5-4C27-B392-E9392BB5BA66\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"5\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":6},\"_Extent\":{\"__isSmartRef__\":true,\"id\":7},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":8},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":9},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":10},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7\":{\"x\":58,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"8\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"9\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"10\":{\"x\":1,\"y\":1,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"11\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"12\":{\"style\":{\"__isSmartRef__\":true,\"id\":13},\"morph\":{\"__isSmartRef__\":true,\"id\":4},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":4},\"storedString\":\"move\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"13\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"14\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"15\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"16\":{\"x\":58,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"17\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"18\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"19\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":20},\"_Extent\":{\"__isSmartRef__\":true,\"id\":21},\"_Fill\":{\"__isSmartRef__\":true,\"id\":22},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":32},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":33},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":34},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"20\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"21\":{\"x\":58,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"22\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":23},{\"__isSmartRef__\":true,\"id\":25},{\"__isSmartRef__\":true,\"id\":27},{\"__isSmartRef__\":true,\"id\":29}],\"vector\":{\"__isSmartRef__\":true,\"id\":31},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"23\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":24}},\"24\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"25\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":26}},\"26\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"27\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":28}},\"28\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"29\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":30}},\"30\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"31\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"32\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"33\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"34\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"35\":{\"x\":137.67911865694913,\"y\":393.86777109042464,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"36\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":37},{\"__isSmartRef__\":true,\"id\":39},{\"__isSmartRef__\":true,\"id\":41},{\"__isSmartRef__\":true,\"id\":43}],\"vector\":{\"__isSmartRef__\":true,\"id\":31},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"37\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":38}},\"38\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"39\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":40}},\"40\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"41\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":42}},\"42\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"43\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":44}},\"44\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"45\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":3},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"interactivelyMoveSelectedPartItem\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"46\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"47\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"48\":{\"moveVertical\":true},\"49\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"50\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"51\":{\"x\":59,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"52\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":53}],\"scripts\":[],\"id\":\"DF47355E-361B-4236-A5DA-EDA365A6EE37\",\"shape\":{\"__isSmartRef__\":true,\"id\":68},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":84},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":71},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":85},\"label\":{\"__isSmartRef__\":true,\"id\":53},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":94},{\"__isSmartRef__\":true,\"id\":95}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":96},\"name\":\"removePartButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":97},\"owner\":{\"__isSmartRef__\":true,\"id\":2},\"layout\":{\"__isSmartRef__\":true,\"id\":98},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":99},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":100},\"derivationIds\":[1220,\"6104A033-57FD-4F65-B785-3F32FC278E39\",\"BF7EFB0E-5EBE-4F44-9F5E-0576880F8E75\",\"1E4BFB46-60C5-46A6-970A-CE2825840F25\",\"6F766455-545A-496A-88AE-84737A5534A7\",\"38DFF15E-9F34-46E9-BF1D-A4E46C497541\",\"06C3D4D0-C1C1-4664-9899-5F7C61544400\",\"4C448623-A82F-4C77-87AF-D6EA63A59B8D\",\"9A0208AE-4752-4CEC-ABFE-69A8DCADDEC1\",\"B622D1E6-1113-45B0-B7F1-D476B7187C6F\",\"063AEB5B-6476-4381-80CE-3223D5217E84\",\"6156BDE1-9147-41C6-AA8D-BAFBE8D74659\",\"76C8D1EC-5DEB-4813-B4A3-DEE275EB63CA\",\"38EF1DBF-4047-4FAD-9A38-3782659C845B\",\"64AA08B4-79A2-4CF4-9FA4-C642BE08A736\",\"D7C852FA-BE85-4DE9-A4D1-6E6E99E6A959\",\"80F62CA1-A854-4470-B387-629B81C0618F\",\"59DC61C0-DC00-497D-815B-6ED5BA0E6F47\"],\"_Rotation\":0,\"_Scale\":1,\"_ClipMode\":\"visible\",\"__LivelyClassName__\":\"lively.morphic.Button\"},\"53\":{\"submorphs\":[],\"scripts\":[],\"id\":\"B10D0811-3BD7-4D45-B876-055475EB1FC1\",\"shape\":{\"__isSmartRef__\":true,\"id\":54},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":64,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":60},\"textColor\":{\"__isSmartRef__\":true,\"id\":57},\"owner\":{\"__isSmartRef__\":true,\"id\":52},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":61}],\"padding\":{\"__isSmartRef__\":true,\"id\":63},\"_Padding\":{\"__isSmartRef__\":true,\"id\":64},\"prevScroll\":[0,0],\"_Align\":\"center\",\"_FontFamily\":\"Arial\",\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_VerticalAlign\":\"middle\",\"_Display\":\"table-cell\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":65},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":66},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":67},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":64,\"_MinTextHeight\":null,\"derivationIds\":[1221,\"9DA2513A-CC83-4283-AB2A-ACF15C86C674\",\"5F885FF0-B156-4674-9C69-74CB7C257A00\",\"58A5253D-0C92-4B09-9B0B-50BAF7062B0D\",\"C655EA28-0996-4C54-8E49-F908BCA93FCE\",\"E7DE43DD-20AF-4E46-9928-2D26F325AB7F\",\"7B24B946-C7AF-4E42-AC8B-BAC6D5D6FB5E\",\"43456CD2-B83E-455A-89EA-E2EAC5B41399\",\"3ACAECEE-6384-4EBE-9736-CAD24C3B3762\",\"8005E82C-FA8E-4695-B93B-D9B2E924E896\",\"D5AB5A5F-B23E-44D4-A8E2-DBF9366166C6\",\"892409CD-C1D6-48CA-BEC2-6CBADF38465D\",\"D74F66BA-4390-448A-B522-8F05178E7350\",\"0B784218-10B5-4A37-B773-7620CC059EB7\",\"C5685084-134C-46FD-9102-61A063AC889C\",\"C47B92E3-5285-4067-B358-1A4324DF8A22\",\"F7DC9949-A305-4AC0-AE45-7EE864EE9337\",\"3D5444C3-7F8C-4D4F-A042-7908B72CECC7\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"54\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":55},\"_Extent\":{\"__isSmartRef__\":true,\"id\":56},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":57},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":58},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":59},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"55\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"56\":{\"x\":66,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"57\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"58\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"59\":{\"x\":1,\"y\":1,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"60\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"61\":{\"style\":{\"__isSmartRef__\":true,\"id\":62},\"morph\":{\"__isSmartRef__\":true,\"id\":53},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":53},\"storedString\":\"remove\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"62\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"63\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"64\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"65\":{\"x\":66,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"66\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"67\":{\"morph\":{\"__isSmartRef__\":true,\"id\":53},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"68\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":69},\"_Extent\":{\"__isSmartRef__\":true,\"id\":70},\"_Fill\":{\"__isSmartRef__\":true,\"id\":71},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":81},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":82},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":83},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"69\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"70\":{\"x\":66,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"71\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":72},{\"__isSmartRef__\":true,\"id\":74},{\"__isSmartRef__\":true,\"id\":76},{\"__isSmartRef__\":true,\"id\":78}],\"vector\":{\"__isSmartRef__\":true,\"id\":80},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"72\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":73}},\"73\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"74\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":75}},\"75\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"76\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":77}},\"77\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"78\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":79}},\"79\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"80\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"81\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"82\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"83\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"84\":{\"x\":70.12005863445097,\"y\":393.8518587078797,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"85\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":86},{\"__isSmartRef__\":true,\"id\":88},{\"__isSmartRef__\":true,\"id\":90},{\"__isSmartRef__\":true,\"id\":92}],\"vector\":{\"__isSmartRef__\":true,\"id\":80},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"86\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":87}},\"87\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"88\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":89}},\"89\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"90\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":91}},\"91\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"92\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":93}},\"93\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"94\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":52},\"sourceAttrName\":\"fire\",\"targetMethodName\":\"reloadEverything\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"95\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":52},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"interactivelyRemoveSelectedPartItem\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"96\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"97\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"98\":{\"moveVertical\":true},\"99\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"100\":{\"morph\":{\"__isSmartRef__\":true,\"id\":52},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"101\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":102}],\"scripts\":[],\"id\":\"829B5CC8-E112-41DA-9BE5-1532570063F1\",\"shape\":{\"__isSmartRef__\":true,\"id\":117},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":133},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":120},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":134},\"label\":{\"__isSmartRef__\":true,\"id\":102},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":143},{\"__isSmartRef__\":true,\"id\":144}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":145},\"name\":\"loadPartButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":146},\"owner\":{\"__isSmartRef__\":true,\"id\":2},\"layout\":{\"__isSmartRef__\":true,\"id\":147},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":148},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":149},\"derivationIds\":[1222,\"53143161-6C64-48C5-8E55-E5914F0EF97D\",\"00D6DD0A-007D-478E-B625-602F218C4635\",\"F420150F-FC88-4A76-8B6B-EA48495DAD2A\",\"7E7374D3-E099-45D6-A873-E111BC557971\",\"69B710F0-9A8E-4B16-9936-5C3E2512043F\",\"1B1D4C76-8DF1-460A-ACCE-80568FE703DC\",\"334778F7-689B-4D27-9891-059110F5122A\",\"8B321CE5-31C5-4333-ADDF-E464DDE059A0\",\"BC069425-0C12-4A28-867E-6C5A5B1334AE\",\"F4B8B757-4B31-4438-B170-D36080178829\",\"C491F2B7-A6A8-4A4A-B729-6F8D829A1966\",\"A3A93C3D-0FC6-4D8B-8244-2B9003FD82A6\",\"DB35D070-7293-4FEE-A170-8C31C4417699\",\"0A3F38FF-C91B-4EA5-B235-0B73774AFCA2\",\"8E4F2D2F-9F28-4BDA-882E-5E76E956D188\",\"D6409CB9-24F9-40E8-A9A9-281F97370D72\",\"B5CB0156-0C30-4C8C-861E-72E6B73E8E32\"],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":150},\"_Rotation\":0,\"_Scale\":1,\"_ClipMode\":\"visible\",\"__LivelyClassName__\":\"lively.morphic.Button\"},\"102\":{\"submorphs\":[],\"scripts\":[],\"id\":\"A14FF23F-CBB9-49BF-B4B5-52F63B3AFE40\",\"shape\":{\"__isSmartRef__\":true,\"id\":103},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":48,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":109},\"textColor\":{\"__isSmartRef__\":true,\"id\":106},\"owner\":{\"__isSmartRef__\":true,\"id\":101},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":110}],\"padding\":{\"__isSmartRef__\":true,\"id\":112},\"_Padding\":{\"__isSmartRef__\":true,\"id\":113},\"prevScroll\":[0,0],\"_Align\":\"center\",\"_FontFamily\":\"Arial\",\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_VerticalAlign\":\"middle\",\"_Display\":\"table-cell\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":114},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":115},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":116},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":48,\"_MinTextHeight\":null,\"derivationIds\":[1223,\"CA1AEDF7-8E87-433B-9CD1-DDA8D5A3EBCF\",\"86BD113F-64BA-49A6-B42F-E561F4E0D67E\",\"272B9AB5-11DE-4885-89B6-C3438FC53A90\",\"8A9A437F-D683-4B7F-AE55-35EB605AFB78\",\"A990A9CC-15E4-4E0C-BB5B-16023C399575\",\"F9EF7A21-3B37-4964-B000-6276E90F9807\",\"7C3782C1-9B87-4C58-8D9B-699E9789DA5F\",\"519AE5D6-2EFD-48C5-B983-5A9CA44B7361\",\"3C6B09E0-A6F9-42D6-902B-CF03B209261C\",\"B861397A-5D9E-4C49-B16C-B7C4213F553F\",\"3946FAFB-8E68-4B61-B3D8-C17D2D779198\",\"1DCA3B7F-0D7F-4729-8FD9-2B33A6361A28\",\"6CF99508-4E30-43E9-9945-7A4C4439936A\",\"5990A154-6EFE-48B1-8390-087C7FAF9F35\",\"507F3F9A-523B-4381-8F92-9886C7000F06\",\"7F2ABCE4-A243-4264-8C19-2AE81B3CE9DE\",\"8D86C24D-83CE-40F0-B79B-A0DB20ED1B25\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"103\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":104},\"_Extent\":{\"__isSmartRef__\":true,\"id\":105},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":106},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":107},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":108},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"104\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"105\":{\"x\":50,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"106\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"107\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"108\":{\"x\":1,\"y\":1,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"109\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"110\":{\"style\":{\"__isSmartRef__\":true,\"id\":111},\"morph\":{\"__isSmartRef__\":true,\"id\":102},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":102},\"storedString\":\"load\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"111\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"112\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"113\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"114\":{\"x\":50,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"115\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"116\":{\"morph\":{\"__isSmartRef__\":true,\"id\":102},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"117\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":118},\"_Extent\":{\"__isSmartRef__\":true,\"id\":119},\"_Fill\":{\"__isSmartRef__\":true,\"id\":120},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":130},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":131},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":132},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"118\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"119\":{\"x\":50,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"120\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":121},{\"__isSmartRef__\":true,\"id\":123},{\"__isSmartRef__\":true,\"id\":125},{\"__isSmartRef__\":true,\"id\":127}],\"vector\":{\"__isSmartRef__\":true,\"id\":129},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"121\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":122}},\"122\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"123\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":124}},\"124\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"125\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":126}},\"126\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"127\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":128}},\"128\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"129\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"130\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"131\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"132\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"133\":{\"x\":19.154971194602297,\"y\":393.89144835121806,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"134\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":135},{\"__isSmartRef__\":true,\"id\":137},{\"__isSmartRef__\":true,\"id\":139},{\"__isSmartRef__\":true,\"id\":141}],\"vector\":{\"__isSmartRef__\":true,\"id\":129},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"135\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":136}},\"136\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"137\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":138}},\"138\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"139\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":140}},\"140\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"141\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":142}},\"142\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"143\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":101},\"sourceAttrName\":\"fire\",\"targetMethodName\":\"reloadEverything\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"144\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":101},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"loadAndOpenSelectedPartItem\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"145\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"146\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"147\":{\"moveVertical\":true},\"148\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"149\":{\"morph\":{\"__isSmartRef__\":true,\"id\":101},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"150\":{\"x\":51,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"151\":{\"submorphs\":[],\"scripts\":[],\"id\":\"786477A0-CF47-4332-985A-FD492FB8E7C6\",\"shape\":{\"__isSmartRef__\":true,\"id\":152},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":true,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":158},\"_MaxTextWidth\":258,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":155},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"selectedPartName\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":159},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":160}],\"charsReplaced\":\"some text\",\"lastFindLoc\":-9,\"priorSelectionRange\":[9,9],\"prevScroll\":[0,0],\"owner\":{\"__isSmartRef__\":true,\"id\":2},\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":162},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":163},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":164},\"_WhiteSpaceHandling\":\"pre-wrap\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":258,\"_MinTextHeight\":null,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":165},\"previousSelection\":[11,11],\"derivationIds\":[1224,\"25E0FB99-9B39-4754-932D-DB6A01B4A95D\",\"61627613-C999-40E7-9DB0-BDF996D1ECC4\",\"C4D29785-0782-4706-806D-FF6038713C2F\",\"4C2E106A-1F4C-48A0-A435-1FAA967054BC\",\"BCB8A5BC-CD57-4495-8E0B-67AA5E474FA4\",\"BC6B6857-9FAE-499A-BBFC-4F98A28D555D\",\"A33D26A2-77A9-4F7B-B01E-E011C3AEAB93\",\"12CBEF1F-E269-417E-ACEA-4DE2E29A0CE3\",\"FCA464B3-A849-409D-BC5B-6D9EBAFB43BE\",\"ED534055-8E5A-4649-BB57-BDC3E5CBC17F\",\"B3F598DC-FB73-4FE9-8996-49419A4CD741\",\"F43C5DD4-BE88-4B9F-A804-83D767B93FF8\",\"E8A14541-A23C-4109-82E1-D4DCA740BF52\",\"7A379D20-CC5D-4FB1-9898-854686E034C5\",\"E7A76532-D8EF-4115-9B51-C3A2754C7983\",\"70045544-6706-4A32-A67A-A439454F90CF\",\"5AB7DDB3-7240-4C63-9F17-5A96AC90D9CC\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"152\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":153},\"_Extent\":{\"__isSmartRef__\":true,\"id\":154},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":155},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":156},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":157},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"153\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"154\":{\"x\":258,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"155\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"156\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"157\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"158\":{\"x\":22.074220912172564,\"y\":8.635794805933187,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"159\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"160\":{\"style\":{\"__isSmartRef__\":true,\"id\":161},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":151},\"storedString\":\"nothing selected\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"161\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"162\":{\"x\":258,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"163\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"164\":{\"morph\":{\"__isSmartRef__\":true,\"id\":151},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"165\":{\"x\":167.51791727205773,\"y\":-12.628784291915622,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"166\":{\"submorphs\":[],\"scripts\":[],\"id\":\"CCE0CD46-F614-405D-A86B-C21A5CD0A81D\",\"shape\":{\"__isSmartRef__\":true,\"id\":167},\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":174},\"itemList\":[],\"showsHalos\":false,\"name\":\"selectedPartVersions\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":175},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"_ClipMode\":\"scroll\",\"owner\":{\"__isSmartRef__\":true,\"id\":2},\"prevScroll\":[0,96],\"layout\":{\"__isSmartRef__\":true,\"id\":176},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":177},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":178},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":179},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[1225,\"9B936EA2-F23D-497C-A53E-4396CA9256F6\",\"E333E76B-0723-4359-B687-2AA820C0D677\",\"25D90D11-0432-4E82-891D-54FFA3BB9FB1\",\"914D1CD5-B925-47EC-B766-212629CF18AC\",\"06903DED-2228-497A-A5E4-BD39CDAC9286\",\"87BCD5EE-A9F5-41E6-AF60-2E0F4B187B25\",\"7FF89F4C-C131-4DAD-A2E3-E3891D43F801\",\"4C4F847E-E079-4B30-BD21-99ACC266B3A6\",\"CD3F6BEF-CFAC-4D1D-9EDE-645D9A1BD064\",\"58EBD102-9E1B-4DF6-AEB7-917764F6D2F3\",\"71365E97-4664-4E67-8AE4-3038A922F65E\",\"BD9C5EBB-4660-4030-8F82-D7F96BBF1B94\",\"189C43AE-811E-4F28-8B30-B6CC11F41CA9\",\"EB043866-95BE-49E0-A54B-14BB5C4BD692\",\"55CDE267-DC7E-42B4-8270-1BBC412A4B36\",\"253560AE-9FB0-4EC3-8C26-0DB0DF9BBE02\",\"FD68C62E-0D04-4421-A9A2-254D853E2044\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.List\"},\"167\":{\"position\":{\"__isSmartRef__\":true,\"id\":168},\"_Extent\":{\"__isSmartRef__\":true,\"id\":169},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":170},\"_Fill\":{\"__isSmartRef__\":true,\"id\":171},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":172},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":173},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"168\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"169\":{\"x\":330.7762078882963,\"y\":121.97632273920658,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"170\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"171\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"172\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"173\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"174\":{\"x\":19.98146549080036,\"y\":56.349422571268406,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"175\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"migrationLevel\":2,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"176\":{\"resizeWidth\":true},\"177\":{\"x\":330.7762078882963,\"y\":122.97632273920658,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"178\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateListContent\":\"updateListContentHTML\",\"resizeList\":\"resizeListHTML\",\"getItemIndexFromEvent\":\"getItemIndexFromEventHTML\",\"getListExtent\":\"getListExtentHTML\",\"setSize\":\"setSizeHTML\",\"renderAsDropDownList\":\"renderAsDropDownListHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"getSelectedIndexes\":\"getSelectedIndexesHTML\",\"enableMultipleSelections\":\"enableMultipleSelectionsHTML\",\"selectAllAt\":\"selectAllAtHTML\",\"clearSelections\":\"clearSelectionsHTML\",\"deselectAt\":\"deselectAtHTML\"},\"179\":{\"morph\":{\"__isSmartRef__\":true,\"id\":166},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"180\":{\"submorphs\":[],\"scripts\":[],\"id\":\"2513159B-9CA2-4F02-92E8-C637FB0EF5FF\",\"shape\":{\"__isSmartRef__\":true,\"id\":181},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":true,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":187},\"_MaxTextWidth\":330.04,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":188},\"showsHalos\":false,\"_FontSize\":11,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"selectedPartComment\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":189},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":190}],\"charsReplaced\":\"\",\"lastFindLoc\":6,\"prevScroll\":[0,0],\"owner\":{\"__isSmartRef__\":true,\"id\":2},\"_ClipMode\":\"auto\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":192},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":193}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"layout\":{\"__isSmartRef__\":true,\"id\":194},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":195},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":196},\"_MinTextWidth\":330.04,\"_MinTextHeight\":null,\"_WhiteSpaceHandling\":\"pre-wrap\",\"derivationIds\":[1226,\"DD9BD765-ADCE-4F83-BD29-D46C4F70D065\",\"FAF93200-3F45-458D-A09A-150A9A564E17\",\"45B7AF6D-BAB6-4C3A-A200-A6A7A709499B\",\"65E31DB6-BFDA-4D8A-9EF2-EB1D94C2E253\",\"74C3EFF9-4889-452C-A456-5A5B6778CE47\",\"38D7BE76-BC2A-4B09-92FC-C08352382C88\",\"96002B07-9CDB-4008-A195-09BD239923F2\",\"DAA476D0-F42A-43C3-B4C4-BC880BD80E65\",\"BA992D77-C2D5-466E-A47A-4322BB7146A8\",\"34167D7E-66D9-41B2-AD62-D4C9AB410B96\",\"E701BCEE-C44A-47CB-BE90-50C8CF47AA08\",\"459DECD4-11D7-4B8C-8444-2B602BCDFF28\",\"D0B2AEDB-8A3F-462F-A869-9BECE3D20A80\",\"0BD25F0F-D0C4-46D7-8911-E8FF36AE1AA6\",\"CE77BB5F-B2A7-4B69-83E5-EA36EE064597\",\"D34A0C4A-A6BD-4FE7-82A4-93CB9B2F030B\",\"50A2EC62-7A15-43E5-BB1C-B33C3AE91666\"],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":197},\"_Rotation\":0,\"_Scale\":1,\"savedTextString\":\"A todo list. Pretty straightforward. If your are looking for the todo item proto, it's in front of you ;)\\n\\nWhen a todo item text is selected you can use TAB / Shift+TAB to go to the next / prev item.\\n\\nWith Ctrl+c Ctrl+c (2x) you can toggle the done state.\",\"priorSelectionRange\":[0,0],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"181\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":182},\"_Extent\":{\"__isSmartRef__\":true,\"id\":183},\"_BorderWidth\":1.4800000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":184},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":185},\"_BorderRadius\":7.400000000000001,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":186},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"182\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"183\":{\"x\":333,\"y\":70,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"184\":{\"r\":0.753,\"g\":0.753,\"b\":0.753,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"185\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"186\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"187\":{\"x\":20,\"y\":180,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"188\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"189\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"190\":{\"style\":{\"__isSmartRef__\":true,\"id\":191},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":180},\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"191\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"192\":{\"x\":333,\"y\":70,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"193\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":180},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"saveCommentForSelectedPartItem\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"194\":{\"resizeWidth\":true,\"resizeHeight\":true},\"195\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"196\":{\"morph\":{\"__isSmartRef__\":true,\"id\":180},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"197\":{\"x\":227.14764051653037,\"y\":-11.693836156918564,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"198\":{\"submorphs\":[],\"scripts\":[],\"id\":\"960BBFE5-B8D9-4AE2-BE5F-F3F7D3470B6E\",\"shape\":{\"__isSmartRef__\":true,\"id\":199},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":true,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":205},\"_MaxTextWidth\":265,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":202},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"selectedPartSpaceName\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":206},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":207}],\"charsReplaced\":\"some text\",\"lastFindLoc\":-9,\"priorSelectionRange\":[0,16],\"prevScroll\":[0,0],\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":209},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":210},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":211},\"owner\":{\"__isSmartRef__\":true,\"id\":2},\"_Align\":\"left\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":265,\"_MinTextHeight\":null,\"previousSelection\":[9,15],\"derivationIds\":[1227,\"6CE972BD-83CD-4BBB-80ED-D454164C5FEB\",\"157A323D-D969-49B0-B93C-8BD36505D2FC\",\"5D8E7DE9-5E77-4A78-85CC-2BCE68CE557D\",\"EC218021-7880-4AB3-85E1-D09C4BF93D8A\",\"2439308A-9CEB-46A8-8601-F268A4F47F4A\",\"13F42C03-8A95-489F-A557-40F9DF434A0E\",\"DE538AF0-B066-47FC-87FB-FDAC3C147AA1\",\"2E3F7404-39E8-40D4-8CE5-9562B3E28CAF\",\"19B83978-E82E-42BE-9A3B-C419E6106819\",\"8F070B4E-A3FA-4663-A95B-20D3D45962BC\",\"E20FD539-F6B4-4E0D-ADC8-5C1A0D0072C6\",\"36FAB4CF-8F58-4056-9FE5-86FB1D114016\",\"899DC007-45DC-4170-A759-8E6CA26498C7\",\"E0AE05D7-0D12-4B46-82DF-B4079C0204E4\",\"5BE3D953-8D17-450C-825A-0C7F990524F6\",\"E6EFDAE7-8884-4FDD-A117-A31DD8AEAC9C\",\"5DC5F055-B6FC-443A-A68B-113E25FEF8AC\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"199\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":200},\"_Extent\":{\"__isSmartRef__\":true,\"id\":201},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":202},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":203},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":204},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"200\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"201\":{\"x\":265,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"202\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"203\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"204\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"205\":{\"x\":22.381974001732715,\"y\":30.870025607392563,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"206\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"207\":{\"style\":{\"__isSmartRef__\":true,\"id\":208},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":198},\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"208\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"209\":{\"x\":265,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"210\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"211\":{\"morph\":{\"__isSmartRef__\":true,\"id\":198},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"212\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":213}],\"scripts\":[],\"id\":\"7D39FF18-1229-4797-83D8-F016DDAF0601\",\"shape\":{\"__isSmartRef__\":true,\"id\":228},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":244},\"value\":true,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":245},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":231},\"label\":{\"__isSmartRef__\":true,\"id\":213},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":254},{\"__isSmartRef__\":true,\"id\":255}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":256},\"name\":\"copyPartButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":257},\"layout\":{\"__isSmartRef__\":true,\"id\":258},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":259},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":260},\"owner\":{\"__isSmartRef__\":true,\"id\":2},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":261},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":262},\"derivationIds\":[1228,\"A7EE497C-3BC4-48A3-8B6D-193804223319\",\"1F02DAAA-E458-41C2-8A98-B61020A2E0A2\",\"8324EE8D-1ABC-4E9E-96A9-C36215559902\",\"85744E70-8D7A-4836-B64D-5D72BEB47A24\",\"DAB27C35-5025-4060-AFA0-24DB71031B79\",\"7490C0EB-B488-4F98-9C66-E48F89F2A921\",\"EADFC9A5-98FD-4150-BCE8-0ACA0351474D\",\"3A50497B-C8BD-4EAF-915B-E3790C33AD66\",\"E6302DFE-3CE2-45C3-AE75-DE059CCC03FA\",\"8846EE9D-80E1-4E56-9709-E2407578BA4F\",\"73BBBF7E-E245-4A74-B34B-1EAC6C38F0B5\",\"CE44810D-6BAA-4406-8062-31A87EF0EF87\",\"15DE6651-BEE1-4C4E-9CBD-38AC49163509\",\"BA420413-8A66-447A-8E91-AA2C591805C7\",\"C691FCE3-D94F-40F9-8DC8-41A8F9E64EB5\",\"65F52EB7-20DF-4B10-862D-3629BA23FD11\",\"8AB30725-556C-476C-8872-9AA68903803E\"],\"_Rotation\":0,\"_Scale\":1,\"_ClipMode\":\"visible\",\"__LivelyClassName__\":\"lively.morphic.Button\"},\"213\":{\"submorphs\":[],\"scripts\":[],\"id\":\"52B460BA-3A0E-4BF2-B035-FE3EA19D4FD1\",\"shape\":{\"__isSmartRef__\":true,\"id\":214},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":83,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":220},\"textColor\":{\"__isSmartRef__\":true,\"id\":217},\"owner\":{\"__isSmartRef__\":true,\"id\":212},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":221}],\"padding\":{\"__isSmartRef__\":true,\"id\":223},\"_Padding\":{\"__isSmartRef__\":true,\"id\":224},\"prevScroll\":[0,0],\"_Align\":\"center\",\"_FontFamily\":\"Arial\",\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_VerticalAlign\":\"middle\",\"_Display\":\"table-cell\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":225},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":226},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":227},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":83,\"_MinTextHeight\":null,\"derivationIds\":[1229,\"48944567-0B6F-46EA-AD76-2677296C53EA\",\"E68189FB-262E-412F-B5CE-00D5F9ED451C\",\"4AB6AC8D-F0E4-44F7-A6A9-ED45C6B3FA16\",\"BBAE8D78-82FB-4D7F-9F2D-D2358BC706F5\",\"3F40AADC-4450-4508-8A3B-53779974E210\",\"F55D05B5-34A2-4509-8B14-8929A97BDE5B\",\"A9917EAE-88D7-49DF-86CA-8EF5155DC125\",\"8B1BF7BF-63FD-4069-B895-FB093499508B\",\"0F5810CB-D842-4192-A607-6D731E3887DE\",\"9AA6C8A4-A06A-4BF0-8609-7F9C82304D02\",\"E7062D98-E822-49C7-A6C0-23D9E5008454\",\"7078A684-8907-4ED0-8F10-6E67DB2F5274\",\"E9381BFD-779B-43D4-906F-6CB2BDA97999\",\"DFD93A7D-7247-4E8B-8E62-A35FC5B50423\",\"5DC95437-1D19-4F67-9EC2-E6F93E735962\",\"3CA34522-1EC9-475C-96B5-7326BC8AA938\",\"BFEC85B9-B501-4764-A00E-884B9521D79F\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"214\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":215},\"_Extent\":{\"__isSmartRef__\":true,\"id\":216},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":217},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":218},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":219},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"215\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"216\":{\"x\":85,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"217\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"218\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"219\":{\"x\":1,\"y\":1,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"220\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"221\":{\"style\":{\"__isSmartRef__\":true,\"id\":222},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":213},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"copy\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"222\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"223\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"224\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"225\":{\"x\":85,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"226\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"227\":{\"morph\":{\"__isSmartRef__\":true,\"id\":213},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"228\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":229},\"_Extent\":{\"__isSmartRef__\":true,\"id\":230},\"_Fill\":{\"__isSmartRef__\":true,\"id\":231},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":241},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":242},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":243},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"229\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"230\":{\"x\":85,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"231\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":232},{\"__isSmartRef__\":true,\"id\":234},{\"__isSmartRef__\":true,\"id\":236},{\"__isSmartRef__\":true,\"id\":238}],\"vector\":{\"__isSmartRef__\":true,\"id\":240},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"232\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":233}},\"233\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"234\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":235}},\"235\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"236\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":237}},\"237\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"238\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":239}},\"239\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"240\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"241\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"242\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"243\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"244\":{\"x\":196,\"y\":393,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"245\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":246},{\"__isSmartRef__\":true,\"id\":248},{\"__isSmartRef__\":true,\"id\":250},{\"__isSmartRef__\":true,\"id\":252}],\"vector\":{\"__isSmartRef__\":true,\"id\":240},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"246\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":247}},\"247\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"248\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":249}},\"249\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"250\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":251}},\"251\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"252\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":253}},\"253\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"254\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":212},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"interactivelyMoveSelectedPartItem\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"255\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":212},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"interactivelyCopySelectedPartItem\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"256\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"257\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"258\":{\"moveVertical\":true},\"259\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"260\":{\"morph\":{\"__isSmartRef__\":true,\"id\":212},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"261\":{\"x\":50.41301952728122,\"y\":-17.360760576407074,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"262\":{\"x\":83,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"263\":{\"submorphs\":[],\"scripts\":[],\"id\":\"973F365C-6DAB-42E2-A628-0C5FC5D4C446\",\"shape\":{\"__isSmartRef__\":true,\"id\":264},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":270},\"_MaxTextWidth\":67,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":267},\"showsHalos\":false,\"_FontSize\":9,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"shareLink\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":271},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":272}],\"charsReplaced\":\"this part with others:\",\"lastFindLoc\":28,\"priorSelectionRange\":[8,8],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":274},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":275},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":276},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":277},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"owner\":{\"__isSmartRef__\":true,\"id\":2},\"_MinTextWidth\":67,\"_MinTextHeight\":null,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":278},\"previousSelection\":[0,11],\"isBeingDragged\":false,\"derivationIds\":[1232,\"B9D2A879-DE55-4FCE-A39E-A49A5C513DB5\",\"9B2052B5-A239-453D-BB12-7E8C6D47F9A3\",\"EBBE29B3-CFB1-4F29-B063-3151F39F05EE\",\"F4E1E4A0-3E52-4122-AA40-813B7DE11F76\",\"838CC24A-7BA4-4FE8-9F17-0095855C98BB\",\"31AE717F-70AF-471F-A274-C083B4D1AA99\",\"8A4D997E-3528-421C-92E3-C9C6D3E71D7A\",\"B7149BC1-13A4-4E74-8875-3D491C3D241D\",\"F2E52A05-0BA8-4E2C-A15B-F2DCC738D984\",\"35C3114B-9B72-4002-B572-01AE597A11E5\",\"E3655B71-EA3B-4183-B0B4-310D0D2C4DCF\",\"B3EE45E9-6582-4594-8CBB-655811150765\",\"37D86999-5FCB-446D-9517-5DD6B4276A33\",\"EE34DEAB-F3B3-460C-B9CA-7DADF59423FA\",\"AC84A8AB-4DF0-4C1F-98E0-33B877C575C4\",\"0F00D02E-5855-4186-84D6-37F19F8E7E2F\",\"ED1E5AC0-1DA3-4AF3-B965-84149B5F8DBC\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"264\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":265},\"_Extent\":{\"__isSmartRef__\":true,\"id\":266},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":267},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":268},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":269},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"265\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"266\":{\"x\":67,\"y\":14,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"267\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"268\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"269\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"270\":{\"x\":289,\"y\":31,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"271\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"272\":{\"style\":{\"__isSmartRef__\":true,\"id\":273},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":263},\"storedString\":\"Share Link\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"273\":{\"uri\":\"http://www.lively-kernel.org/viral?part=TodoList&path=PartsBin/Productivity/\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"274\":{\"x\":67,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"275\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"276\":{\"morph\":{\"__isSmartRef__\":true,\"id\":263},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"277\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"278\":{\"x\":47.59213818423041,\"y\":-17.492989485982434,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"279\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":280}],\"scripts\":[],\"id\":\"17259AF0-5B53-4DDD-9C8D-F8EEEBA17A54\",\"shape\":{\"__isSmartRef__\":true,\"id\":295},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":311},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":298},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":312},\"label\":{\"__isSmartRef__\":true,\"id\":280},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":321}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":323},\"name\":\"editModulesButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":324},\"layout\":{\"__isSmartRef__\":true,\"id\":325},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":326},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":327},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":328},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":329},\"derivationIds\":[1228,\"A7EE497C-3BC4-48A3-8B6D-193804223319\",\"1F02DAAA-E458-41C2-8A98-B61020A2E0A2\",\"8324EE8D-1ABC-4E9E-96A9-C36215559902\",\"85744E70-8D7A-4836-B64D-5D72BEB47A24\",\"DAB27C35-5025-4060-AFA0-24DB71031B79\",\"7490C0EB-B488-4F98-9C66-E48F89F2A921\",\"560C20B1-25AC-44A3-AEFB-D1BF530F949F\",\"BFA181FE-2E54-4F33-B095-AFDB42B6BDF5\",\"5A129B5C-19E8-4F9F-8EE3-965642773E8D\",\"950927A9-0B66-4641-BF3B-AB7AA29E66E2\",\"8304D920-645F-4AD4-ACE7-A38F24AB5D56\",\"70072C5E-4EC6-4FE8-AE8D-0063E8C5C429\",\"78B5D0D4-37C6-48D0-BCDC-42831A6A3B10\",\"E08BFEC8-4724-411F-B2C9-27B45D8D5B60\",\"856E27F5-D879-4196-AD79-1F320AE5A2F5\",\"44E3D67D-28B4-4B2B-B13E-ED9DA00E896C\",\"5F21413A-418D-4594-9F22-604D1D07E8B6\",\"F22C835D-31F3-4912-AE38-BAA069A45FCC\",\"BE13CC1D-6085-414D-B757-D3B8840BBD25\"],\"owner\":{\"__isSmartRef__\":true,\"id\":2},\"_Rotation\":0,\"_Scale\":0.9920279440699424,\"_ClipMode\":\"visible\",\"__LivelyClassName__\":\"lively.morphic.Button\"},\"280\":{\"submorphs\":[],\"scripts\":[],\"id\":\"60DDE4EC-47FC-4E76-8D24-583559FBA501\",\"shape\":{\"__isSmartRef__\":true,\"id\":281},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":62.378312347756264,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":287},\"textColor\":{\"__isSmartRef__\":true,\"id\":284},\"owner\":{\"__isSmartRef__\":true,\"id\":279},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":288}],\"padding\":{\"__isSmartRef__\":true,\"id\":290},\"_Padding\":{\"__isSmartRef__\":true,\"id\":291},\"prevScroll\":[0,0],\"_Align\":\"center\",\"_FontFamily\":\"Arial\",\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_VerticalAlign\":\"middle\",\"_Display\":\"table-cell\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":292},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":293},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":294},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":62.378312347756264,\"_MinTextHeight\":null,\"derivationIds\":[1229,\"48944567-0B6F-46EA-AD76-2677296C53EA\",\"E68189FB-262E-412F-B5CE-00D5F9ED451C\",\"4AB6AC8D-F0E4-44F7-A6A9-ED45C6B3FA16\",\"BBAE8D78-82FB-4D7F-9F2D-D2358BC706F5\",\"3F40AADC-4450-4508-8A3B-53779974E210\",\"F55D05B5-34A2-4509-8B14-8929A97BDE5B\",\"57E00BE5-A979-4932-A6BF-82E922915547\",\"3F2A56C8-300D-48C4-AEC6-2B6D57BB4AFA\",\"59668791-500C-47F3-BB68-9E3128E1368E\",\"9F26A844-331F-4C72-9C1F-317F97684DDC\",\"47F7E9D0-6F7E-4A60-BB12-C4E348651067\",\"D6D1CB99-F4D0-4279-81F4-B95FCA0DE172\",\"0F1A41BA-2391-44D6-B03B-8ACB97D2F626\",\"9813528A-089C-414B-A3C4-9E02F0E9E422\",\"23F98A90-8A22-46A9-B2D6-DF287B5C4681\",\"EE9BCAB9-9781-46F5-A2A9-FFB5D11ECF29\",\"F3623320-595F-45C5-9235-612BABDF0402\",\"4263733A-8D31-4A62-ABB9-9D29CFEB1BDB\",\"730EC70E-9E7A-44E3-8715-4589916635F2\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"281\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":282},\"_Extent\":{\"__isSmartRef__\":true,\"id\":283},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":284},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":285},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":286},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"282\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"283\":{\"x\":64.37831234775626,\"y\":21.69293479284704,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"284\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"285\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"286\":{\"x\":1,\"y\":1,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"287\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"288\":{\"style\":{\"__isSmartRef__\":true,\"id\":289},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":280},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"modules\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"289\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"290\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"291\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"292\":{\"x\":64.37831234775626,\"y\":21.69293479284704,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"293\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"294\":{\"morph\":{\"__isSmartRef__\":true,\"id\":280},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"295\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":296},\"_Extent\":{\"__isSmartRef__\":true,\"id\":297},\"_Fill\":{\"__isSmartRef__\":true,\"id\":298},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":308},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":309},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":310},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"296\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"297\":{\"x\":64.37831234775626,\"y\":21.69293479284704,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"298\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":299},{\"__isSmartRef__\":true,\"id\":301},{\"__isSmartRef__\":true,\"id\":303},{\"__isSmartRef__\":true,\"id\":305}],\"vector\":{\"__isSmartRef__\":true,\"id\":307},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"299\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":300}},\"300\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"301\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":302}},\"302\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"303\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":304}},\"304\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"305\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":306}},\"306\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"307\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"308\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"309\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"310\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"311\":{\"x\":285.00468966732456,\"y\":393.95580708060504,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"312\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":313},{\"__isSmartRef__\":true,\"id\":315},{\"__isSmartRef__\":true,\"id\":317},{\"__isSmartRef__\":true,\"id\":319}],\"vector\":{\"__isSmartRef__\":true,\"id\":307},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"313\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":314}},\"314\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"315\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":316}},\"316\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"317\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":318}},\"318\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"319\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":320}},\"320\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"321\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":279},\"sourceAttrName\":\"fire\",\"targetMethodName\":\"showRequiredModules\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":322},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"322\":{\"source\":{\"__isSmartRef__\":true,\"id\":279}},\"323\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"324\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"325\":{\"moveVertical\":true},\"326\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"327\":{\"morph\":{\"__isSmartRef__\":true,\"id\":279},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"328\":{\"x\":48.17656337858898,\"y\":-13.247949828198443,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"329\":{\"x\":63.91140505366775,\"y\":21.69293479284704,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"330\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":331},\"derivationIds\":[null,\"074C2A5B-DB0A-47F0-A589-2DD872B13343\",\"A8A6CA38-F1A7-4072-AC76-F667C20E1A28\",\"E4076130-19FC-4FF2-A735-34F038892965\",\"53A19BCB-248D-4752-A030-42E6E2FB058A\",\"03EC7CDC-FEB2-40DC-8DB5-DFB9E562D7AD\",\"1CBF94A0-4332-4B18-9332-45E2DD64F32C\",\"AAB6B212-3779-48E1-AF91-947E29A54CAC\",\"E849326B-286B-4A46-A16F-947D59B9F689\",\"C4FB7428-2907-491D-A57B-5DDE1CD03756\"],\"id\":\"486B6DA7-48F1-48E9-993B-30AE235D0A5C\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":337},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":338}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":340},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"auto\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Monaco,monospace\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":341},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":342},\"_MaxTextWidth\":323,\"_MinTextWidth\":323,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":2},\"layout\":{\"__isSmartRef__\":true,\"id\":343},\"syntaxHighlightingWhileTyping\":false,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"lastSyntaxHighlightTime\":1328037408581,\"accessibleInInactiveWindow\":true,\"showsHalos\":false,\"name\":\"CommitLog\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Rotation\":0,\"_Scale\":0.992027944069942,\"prevScroll\":[0,0],\"priorSelectionRange\":[106,119],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"331\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":332},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":333},\"_Extent\":{\"__isSmartRef__\":true,\"id\":334},\"_ClipMode\":\"auto\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":335},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":336},\"_Fill\":null,\"_BorderRadius\":7.405,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"332\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"333\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"334\":{\"x\":333,\"y\":124,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"335\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"336\":{\"r\":0.662,\"g\":0.662,\"b\":0.662,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"337\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"338\":{\"style\":{\"__isSmartRef__\":true,\"id\":339},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":330},\"storedString\":\"2012-04-21 17:48 robertkrahn: \\n no comment\\n2012-04-09 13:42 undefined: \\n suddenly, the rectangle became a CarDemo\\n2012-03-14 10:42 undefined: \\n css transitions\\n2012-02-25 02:59 fbo: \\n no comment\\n2012-03-14 10:53 undefined: \\n sorry\\n2012-04-21 17:54 robertkrahn: \\n removed resizer\\n\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"339\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"340\":{\"morph\":{\"__isSmartRef__\":true,\"id\":330},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"341\":{\"x\":21.16240762993516,\"y\":257.9370085150181,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"342\":{\"x\":333,\"y\":124,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"343\":{\"resizeWidth\":true,\"resizeHeight\":true},\"344\":{\"position\":{\"__isSmartRef__\":true,\"id\":345},\"_Extent\":{\"__isSmartRef__\":true,\"id\":346},\"_BorderWidth\":2.294,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":347},\"_Fill\":{\"__isSmartRef__\":true,\"id\":348},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":349},\"_BorderRadius\":6.12,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":350},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"345\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"346\":{\"x\":373,\"y\":433,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"347\":{\"r\":0.258,\"g\":0.258,\"b\":0.258,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"348\":{\"r\":0.921,\"g\":0.921,\"b\":0.921,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"349\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"350\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"351\":{\"x\":390.5732305084422,\"y\":38,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"352\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A simple box morph\",\"migrationLevel\":2,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"353\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"354\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"355\":{\"x\":383,\"y\":433,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"356\":{\"moveHorizontal\":true},\"357\":{\"submorphs\":[],\"scripts\":[],\"id\":\"AF14E500-F1A1-49BA-987C-C9126B05DAD9\",\"shape\":{\"__isSmartRef__\":true,\"id\":358},\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":365},\"itemList\":[],\"showsHalos\":false,\"name\":\"categoryList\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":366},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"_ClipMode\":\"auto\",\"prevScroll\":[0,64],\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":367}],\"doNotSerialize\":[\"$$selection\"],\"doNotCopyProperties\":[\"$$selection\"],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":368},\"layout\":{\"__isSmartRef__\":true,\"id\":369},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":370},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":371},\"isBeingDragged\":false,\"derivationIds\":[1234,\"E4573A4B-7457-4A85-B5E0-8634CF6B5A32\",\"36ABD56F-22FB-466E-911F-B5A54713AC62\",\"C5B5D3B3-C81B-4BF1-AF14-AD010028B8E8\",\"0E406F2D-69F9-4AB8-8D75-02815B9FE8AB\",\"AB7C35D1-2411-4621-AEF1-4B26A3B06611\",\"134793DC-D7FD-429A-8303-7E57B5B7B24A\",\"37D6C084-5E43-4B73-9710-E05DEA0B8D9B\",\"C98A36F4-D242-4A3E-82C9-9DF7443A3BC6\",\"C3570FAB-192B-4D80-8400-751E3DD8720B\",\"C2FE8FA7-4EA1-4C9D-80F6-79C11F913648\",\"8F4F6AB0-12EB-41C0-8D58-A77552E84513\",\"51C37965-82DC-42C3-8156-18C2B8BEEECE\",\"99CAEA25-7AB9-46F2-82ED-969208DEDF24\",\"6A42ED52-B82A-4F6D-8A14-F83CB210F7F6\",\"169EBC93-B142-4138-80E3-5FB92BD3CEB6\",\"8C059D61-0E96-4978-9636-66BAF103AD61\",\"FEEE89FC-5929-4378-BE7B-6059E02339F3\"],\"selectedLineNo\":4,\"_Rotation\":0,\"_Scale\":1,\"selection\":\"Basic\",\"__LivelyClassName__\":\"lively.morphic.List\"},\"358\":{\"position\":{\"__isSmartRef__\":true,\"id\":359},\"_Extent\":{\"__isSmartRef__\":true,\"id\":360},\"_BorderWidth\":1.258,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":361},\"_Fill\":{\"__isSmartRef__\":true,\"id\":362},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":363},\"_Padding\":{\"__isSmartRef__\":true,\"id\":364},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"359\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"360\":{\"x\":145.0100150200251,\"y\":441.23781865967146,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"361\":{\"r\":0.8280587561201496,\"g\":0.8280587561201496,\"b\":0.8280587561201496,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"362\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"363\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"364\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"365\":{\"x\":9,\"y\":37,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"366\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"migrationLevel\":1,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"367\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":357},\"sourceAttrName\":\"selection\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"categoryName\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"368\":{\"x\":145.0100150200251,\"y\":440.23781865967146,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"369\":{\"resizeHeight\":true},\"370\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateListContent\":\"updateListContentHTML\",\"resizeList\":\"resizeListHTML\",\"getItemIndexFromEvent\":\"getItemIndexFromEventHTML\",\"getListExtent\":\"getListExtentHTML\",\"setSize\":\"setSizeHTML\",\"renderAsDropDownList\":\"renderAsDropDownListHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"getSelectedIndexes\":\"getSelectedIndexesHTML\",\"enableMultipleSelections\":\"enableMultipleSelectionsHTML\",\"selectAllAt\":\"selectAllAtHTML\",\"clearSelections\":\"clearSelectionsHTML\",\"deselectAt\":\"deselectAtHTML\"},\"371\":{\"morph\":{\"__isSmartRef__\":true,\"id\":357},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"372\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":373}],\"scripts\":[],\"id\":\"E4711B14-CD69-4EF9-ADF3-B80780C4CD19\",\"shape\":{\"__isSmartRef__\":true,\"id\":388},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":404},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":391},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":405},\"label\":{\"__isSmartRef__\":true,\"id\":373},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":414}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":416},\"name\":\"reloadButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":417},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":418},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":419},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":420},\"derivationIds\":[1235,\"1004C6DF-84F6-4345-B2CA-055AA4F773F6\",\"E89AF462-CFE4-4AC3-B827-CB2505E2A7BA\",\"E2DDE5E0-43A1-4195-90A8-91408473DCDA\",\"03920DC7-DC2D-4C3F-A927-AAD2960216A5\",\"A72AAFB6-23CC-4F29-9DAD-27A67A7577E9\",\"2B4287A8-196C-42F0-828E-4CE4381C9D7F\",\"528F8789-646A-46B1-B4BE-1E5382D1FC89\",\"75DE0100-DA4C-43AC-BD8B-23EFB260EAF4\",\"EA00D1F3-F11C-438A-9B70-1B08F358EB5C\",\"8579EE52-28C3-4D4B-B137-ABE47C0A9E42\",\"51DB8874-CA5A-4DAD-B23E-194CE47C8662\",\"2770196E-663B-4618-A54A-84D5F9CDA489\",\"34C78B01-37DE-4F8C-BD88-0D17FC632772\",\"64ACFD9C-F0C2-4AA7-A30E-58BDDF6FE4BD\",\"50E01FF5-1DCE-44CF-A959-D3664885DE6B\",\"F4FF0113-404D-4EEE-B095-185CD84B7BE9\",\"3FB7C823-28E4-4117-A9DA-442ECABA7BFA\"],\"_Rotation\":0,\"_Scale\":1,\"_ClipMode\":\"visible\",\"__LivelyClassName__\":\"lively.morphic.Button\"},\"373\":{\"submorphs\":[],\"scripts\":[],\"id\":\"9E7D958C-EFB6-4772-8589-F8870872BF4A\",\"shape\":{\"__isSmartRef__\":true,\"id\":374},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":18,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":380},\"textColor\":{\"__isSmartRef__\":true,\"id\":377},\"owner\":{\"__isSmartRef__\":true,\"id\":372},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":381}],\"padding\":{\"__isSmartRef__\":true,\"id\":383},\"_Padding\":{\"__isSmartRef__\":true,\"id\":384},\"prevScroll\":[0,0],\"_Align\":\"center\",\"_FontFamily\":\"Arial\",\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_VerticalAlign\":\"middle\",\"_Display\":\"table-cell\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":385},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":386},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":387},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":18,\"_MinTextHeight\":null,\"derivationIds\":[1236,\"0AABC7BC-431F-4F28-A475-694B57A56F0A\",\"E508F35D-1887-4A79-A395-19186427F9C7\",\"4878087E-76B4-401E-AAFB-3A98B1DC2B76\",\"B415B743-575F-4D4A-A6C6-6C97E4DC54A4\",\"EA639CD5-A12C-425C-AD35-FF77947DFC67\",\"5E535C29-89AB-424F-A50E-40D7E6794ACE\",\"44B3E0BB-A9AF-46E4-A2A3-EB76BB87610A\",\"905CD9C3-1327-4130-B76B-72609D9578A8\",\"11C63B11-BCA5-4131-A18B-A4A42D1894A8\",\"011E0634-4488-4902-9A4C-5755634994EA\",\"2889F48B-DFF4-447E-800B-ACFDBE39907E\",\"D0E97658-D3F9-4EF1-A44C-94053ACC7F5B\",\"59DD8173-ED98-4207-82B2-5A95FACEC902\",\"1C2F66E8-3F97-4ACF-AF5C-3E6F994B9584\",\"3AD61C32-09BF-4CCC-B7AA-4CCF3F93A821\",\"D7046839-D241-4DC4-BD4B-D76B0B70835C\",\"9ACFE363-381B-430A-8233-9B7079D7EB1D\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"374\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":375},\"_Extent\":{\"__isSmartRef__\":true,\"id\":376},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":377},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":378},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":379},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"375\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"376\":{\"x\":20,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"377\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"378\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"379\":{\"x\":1,\"y\":1,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"380\":{\"x\":0,\"y\":-2,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"381\":{\"style\":{\"__isSmartRef__\":true,\"id\":382},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":373},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"⟳\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"382\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"383\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"384\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"385\":{\"x\":20,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"386\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"387\":{\"morph\":{\"__isSmartRef__\":true,\"id\":373},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"388\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":389},\"_Extent\":{\"__isSmartRef__\":true,\"id\":390},\"_Fill\":{\"__isSmartRef__\":true,\"id\":391},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":401},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":402},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":403},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"389\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"390\":{\"x\":20,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"391\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":392},{\"__isSmartRef__\":true,\"id\":394},{\"__isSmartRef__\":true,\"id\":396},{\"__isSmartRef__\":true,\"id\":398}],\"vector\":{\"__isSmartRef__\":true,\"id\":400},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"392\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":393}},\"393\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"394\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":395}},\"395\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"396\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":397}},\"397\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"398\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":399}},\"399\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"400\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"401\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"402\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"403\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"404\":{\"x\":79,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"405\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":406},{\"__isSmartRef__\":true,\"id\":408},{\"__isSmartRef__\":true,\"id\":410},{\"__isSmartRef__\":true,\"id\":412}],\"vector\":{\"__isSmartRef__\":true,\"id\":400},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"406\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":407}},\"407\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"408\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":409}},\"409\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"410\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":411}},\"411\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"412\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":413}},\"413\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"414\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":372},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"reloadEverything\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":415},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"415\":{\"source\":{\"__isSmartRef__\":true,\"id\":372},\"target\":{\"__isSmartRef__\":true,\"id\":1}},\"416\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"417\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"418\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"419\":{\"morph\":{\"__isSmartRef__\":true,\"id\":372},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"420\":{\"x\":140,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"421\":{\"submorphs\":[],\"scripts\":[],\"id\":\"46B912BD-42EA-475C-8FE7-B8E7B89E6CA8\",\"shape\":{\"__isSmartRef__\":true,\"id\":422},\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"showsHalos\":false,\"name\":\"partsBinContents\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":429},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"_ClipMode\":\"scroll\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":430},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":431}],\"doNotSerialize\":[\"$$selectedItem\"],\"doNotCopyProperties\":[\"$$selectedItem\"],\"layout\":{\"__isSmartRef__\":true,\"id\":432},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":433},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":434},\"_Position\":{\"__isSmartRef__\":true,\"id\":435},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"derivationIds\":[1237,\"36E894B8-0363-4580-8726-268CF8708422\",\"24FF45E0-75DD-4A18-8279-472DDC2F411C\",\"83558E66-F5C3-400C-A4C2-47A948B8136A\",\"260D6B4C-06A4-45A2-B702-887829835D7E\",\"86BCFBDB-66C5-4DD5-AC0E-FBCA02BB1698\",\"D46AEB64-D1DC-46EF-822C-E86588905880\",\"6DA46DD0-D2A0-46BE-BE8F-82D3E98A8696\",\"24A0F2AB-B88F-494D-9EE9-F877A4619BD8\",\"E46F739C-7FB0-451B-BFD2-7CFAEB01EF65\",\"6BCD3F84-BE4C-4A45-92E2-D5F99FE41856\",\"B6A2AD2D-CB4B-42BB-8790-81E87F96A774\",\"6C871473-36BA-45B4-8D20-5396A7706FF8\",\"8DF8249E-11A2-4CEF-8BBD-A3EFAEDF67B3\",\"9CEB0BDD-1280-4953-992E-659D7023012A\",\"19392237-EE49-4D2C-864D-392FDED1D4D4\",\"ACCF1CE2-EFF4-47F8-B5AB-754C2542D519\",\"F44C877B-AD23-4387-8FD2-D23B32E9FB1B\"],\"isBeingDragged\":false,\"_Rotation\":0,\"_Scale\":1,\"selectedItem\":{\"__isSmartRef__\":true,\"id\":436},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":474},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"422\":{\"position\":{\"__isSmartRef__\":true,\"id\":423},\"_Extent\":{\"__isSmartRef__\":true,\"id\":424},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":425},\"_Fill\":{\"__isSmartRef__\":true,\"id\":426},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":427},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_ClipMode\":\"scroll\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":428},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"423\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"424\":{\"x\":607.573230508443,\"y\":437.2498366837016,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"425\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"426\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"427\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"428\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"429\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"430\":{\"x\":607.573230508443,\"y\":437.2498366837016,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"431\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":421},\"sourceAttrName\":\"selectedItem\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"setSelectedPartItem\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"432\":{\"resizeHeight\":true,\"resizeWidth\":true},\"433\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"434\":{\"morph\":{\"__isSmartRef__\":true,\"id\":421},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"435\":{\"x\":156,\"y\":38,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"436\":{\"partsSpaceName\":\"PartsBin/Productivity/\",\"name\":\"TodoList\",\"part\":null,\"json\":null,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":437},{\"__isSmartRef__\":true,\"id\":438}],\"doNotSerialize\":[\"$$partVersions\",\"$$loadedMetaInfo\"],\"doNotCopyProperties\":[\"$$partVersions\",\"$$loadedMetaInfo\"],\"partVersions\":[{\"__isSmartRef__\":true,\"id\":439},{\"__isSmartRef__\":true,\"id\":443},{\"__isSmartRef__\":true,\"id\":447},{\"__isSmartRef__\":true,\"id\":451},{\"__isSmartRef__\":true,\"id\":455}],\"loadedMetaInfo\":{\"__isSmartRef__\":true,\"id\":461},\"__LivelyClassName__\":\"lively.PartsBin.PartItem\",\"__SourceModuleName__\":\"Global.lively.PartsBin\"},\"437\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":436},\"sourceAttrName\":\"partVersions\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"setSelectedPartVersions\",\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings\"},\"438\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":436},\"sourceAttrName\":\"loadedMetaInfo\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"setMetaInfoOfSelectedItem\",\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings\"},\"439\":{\"rev\":154274,\"author\":\"robertkrahn\",\"date\":{\"__isSmartRef__\":true,\"id\":440},\"url\":{\"__isSmartRef__\":true,\"id\":441},\"changes\":[{\"__isSmartRef__\":true,\"id\":442}],\"__LivelyClassName__\":\"SVNVersionInfo\",\"__SourceModuleName__\":\"Global.lively.Network\"},\"440\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 16:15:16 GMT+0200 (CEST)\"},\"441\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Productivity/TodoList.json\",\"__LivelyClassName__\":\"URL\",\"__SourceModuleName__\":\"Global.lively.Network\"},\"442\":{\"type\":\"S:modified\",\"url\":\"/PartsBin/Productivity/TodoList.json\"},\"443\":{\"rev\":154273,\"author\":\"robertkrahn\",\"date\":{\"__isSmartRef__\":true,\"id\":444},\"url\":{\"__isSmartRef__\":true,\"id\":445},\"changes\":[{\"__isSmartRef__\":true,\"id\":446}],\"__LivelyClassName__\":\"SVNVersionInfo\",\"__SourceModuleName__\":\"Global.lively.Network\"},\"444\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 16:14:28 GMT+0200 (CEST)\"},\"445\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Productivity/TodoList.json\",\"__LivelyClassName__\":\"URL\",\"__SourceModuleName__\":\"Global.lively.Network\"},\"446\":{\"type\":\"S:modified\",\"url\":\"/PartsBin/Productivity/TodoList.json\"},\"447\":{\"rev\":154272,\"author\":\"robertkrahn\",\"date\":{\"__isSmartRef__\":true,\"id\":448},\"url\":{\"__isSmartRef__\":true,\"id\":449},\"changes\":[{\"__isSmartRef__\":true,\"id\":450}],\"__LivelyClassName__\":\"SVNVersionInfo\",\"__SourceModuleName__\":\"Global.lively.Network\"},\"448\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 16:11:13 GMT+0200 (CEST)\"},\"449\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Productivity/TodoList.json\",\"__LivelyClassName__\":\"URL\",\"__SourceModuleName__\":\"Global.lively.Network\"},\"450\":{\"type\":\"S:modified\",\"url\":\"/PartsBin/Productivity/TodoList.json\"},\"451\":{\"rev\":154271,\"author\":\"robertkrahn\",\"date\":{\"__isSmartRef__\":true,\"id\":452},\"url\":{\"__isSmartRef__\":true,\"id\":453},\"changes\":[{\"__isSmartRef__\":true,\"id\":454}],\"__LivelyClassName__\":\"SVNVersionInfo\",\"__SourceModuleName__\":\"Global.lively.Network\"},\"452\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 15:44:13 GMT+0200 (CEST)\"},\"453\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Productivity/TodoList.json\",\"__LivelyClassName__\":\"URL\",\"__SourceModuleName__\":\"Global.lively.Network\"},\"454\":{\"type\":\"S:modified\",\"url\":\"/PartsBin/Productivity/TodoList.json\"},\"455\":{\"rev\":154268,\"author\":\"robertkrahn\",\"date\":{\"__isSmartRef__\":true,\"id\":456},\"url\":{\"__isSmartRef__\":true,\"id\":457},\"changes\":[{\"__isSmartRef__\":true,\"id\":458},{\"__isSmartRef__\":true,\"id\":459},{\"__isSmartRef__\":true,\"id\":460}],\"__LivelyClassName__\":\"SVNVersionInfo\",\"__SourceModuleName__\":\"Global.lively.Network\"},\"456\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 15:41:56 GMT+0200 (CEST)\"},\"457\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Productivity/TodoList.html\",\"__LivelyClassName__\":\"URL\",\"__SourceModuleName__\":\"Global.lively.Network\"},\"458\":{\"type\":\"S:added\",\"url\":null},\"459\":{\"type\":\"S:added\",\"url\":null},\"460\":{\"type\":\"S:added\",\"url\":null},\"461\":{\"partsSpaceName\":\"PartsBin/Productivity/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A todo list. Pretty straightforward. If your are looking for the todo item proto, it's in front of you ;)\\n\\nWhen a todo item text is selected you can use TAB / Shift+TAB to go to the next / prev item.\\n\\nWith Ctrl+c Ctrl+c (2x) you can toggle the done state.\",\"migrationLevel\":4,\"partName\":\"TodoList\",\"changes\":[{\"__isSmartRef__\":true,\"id\":462},{\"__isSmartRef__\":true,\"id\":464},{\"__isSmartRef__\":true,\"id\":466},{\"__isSmartRef__\":true,\"id\":468},{\"__isSmartRef__\":true,\"id\":470},{\"__isSmartRef__\":true,\"id\":472}],\"revisionOnLoad\":154268,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"462\":{\"date\":{\"__isSmartRef__\":true,\"id\":463},\"author\":\"robertkrahn\",\"message\":\"no comment\",\"id\":\"4E29EE26-F14D-4ADA-A3A2-50E3BBE40637\"},\"463\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 17:48:00 GMT+0200 (CEST)\"},\"464\":{\"date\":{\"__isSmartRef__\":true,\"id\":465},\"author\":\"undefined\",\"message\":\"suddenly, the rectangle became a CarDemo\",\"id\":\"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350\"},\"465\":{\"isSerializedDate\":true,\"string\":\"Mon Apr 09 2012 13:42:07 GMT+0200 (CEST)\"},\"466\":{\"date\":{\"__isSmartRef__\":true,\"id\":467},\"author\":\"undefined\",\"message\":\"css transitions\",\"id\":\"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7\"},\"467\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 14 2012 10:42:26 GMT+0100 (CET)\"},\"468\":{\"date\":{\"__isSmartRef__\":true,\"id\":469},\"author\":\"fbo\",\"message\":\"\",\"id\":\"BD1C654D-9100-4B66-BC62-B15FF2498B2B\"},\"469\":{\"isSerializedDate\":true,\"string\":\"Sat Feb 25 2012 02:59:09 GMT+0100 (CET)\"},\"470\":{\"date\":{\"__isSmartRef__\":true,\"id\":471},\"author\":\"undefined\",\"message\":\"sorry\",\"id\":\"44B56D2E-9B59-4C67-A305-49A6E10E66C2\"},\"471\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 14 2012 10:53:45 GMT+0100 (CET)\"},\"472\":{\"date\":{\"__isSmartRef__\":true,\"id\":473},\"author\":\"robertkrahn\",\"message\":\"removed resizer\",\"id\":\"E98D5D9D-7825-4CD6-BDF0-D7FAAB16A6B5\"},\"473\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 17:54:23 GMT+0200 (CEST)\"},\"474\":{\"adjustForNewBounds\":{\"__isSmartRef__\":true,\"id\":475},\"unselectAll\":{\"__isSmartRef__\":true,\"id\":482},\"selectPartItem\":{\"__isSmartRef__\":true,\"id\":485},\"startAddingPartItems\":{\"__isSmartRef__\":true,\"id\":488},\"addPartItemAsync\":{\"__isSmartRef__\":true,\"id\":492},\"stopAddingPartItemsAsync\":{\"__isSmartRef__\":true,\"id\":496}},\"475\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":476},\"source\":\"function adjustForNewBounds() {\\n/*\\n\\tthis.adjustForNewBounds()\\n*/\\n\\t$super();\\n\\tvar bounds = this.innerBounds(),\\n\\t\\tx = bounds.x,\\n\\t\\ty = bounds.y,\\n\\t\\twidth = bounds.width;\\n\\tthis.submorphs.forEach(function(morph) {\\n\\t\\tvar extent = morph.getExtent();\\n\\t\\tif (extent.x + x > width) {\\n\\t\\t\\tx = 0;\\n\\t\\t\\ty += extent.y + 5;\\n\\t\\t}\\n\\t\\tmorph.setPosition(pt(x,y))\\n\\t\\tx += extent.x + 5;\\n\\t})\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":481},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"476\":{\"this\":{\"__isSmartRef__\":true,\"id\":421},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":477}},\"477\":{\"$super\":{\"__isSmartRef__\":true,\"id\":478}},\"478\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":479},\"source\":\"function () {\\n\\t\\t\\t\\ttry {\\n\\t\\t\\t\\t\\treturn obj.constructor.prototype[name].apply(obj, arguments)\\n\\t\\t\\t\\t} catch(e) {\\n\\t\\t\\t\\t\\talert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n\\t\\t\\t\\t\\treturn null;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":480},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"479\":{\"obj\":{\"__isSmartRef__\":true,\"id\":421},\"name\":\"adjustForNewBounds\"},\"480\":{},\"481\":{},\"482\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":483},\"source\":\"function unselectAll() {\\n\\tthis.submorphs.invoke('showAsNotSelected');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":484},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"483\":{\"this\":{\"__isSmartRef__\":true,\"id\":421}},\"484\":{},\"485\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":486},\"source\":\"function selectPartItem(item) {\\n\\tthis.selectedItem = item && item.partItem;\\n\\tthis.submorphs.without(item).invoke('showAsNotSelected');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":487},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"486\":{\"this\":{\"__isSmartRef__\":true,\"id\":421}},\"487\":{},\"488\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":489},\"source\":\"function startAddingPartItems(partItems) {\\n this.partItemsToBeAdded = partItems.clone();\\n this.startStepping(0, 'addPartItemAsync')\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":490},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"489\":{\"this\":{\"__isSmartRef__\":true,\"id\":421}},\"490\":{\"user\":\"robertkrahn\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":491}},\"491\":{\"isSerializedDate\":true,\"string\":\"Fri Jul 01 2011 02:00:58 GMT+0200 (CEST)\"},\"492\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":493},\"source\":\"function addPartItemAsync() {\\n if (!this.partItemsToBeAdded || this.partItemsToBeAdded.length == 0) {\\n this.stopAddingPartItemsAsync();\\n return;\\n }\\n\\n var partItem = this.partItemsToBeAdded.shift();\\n var morph = partItem.asPartsBinItem();\\n this.addMorph(morph);\\n this.adjustForNewBounds() \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":494},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"493\":{\"this\":{\"__isSmartRef__\":true,\"id\":421}},\"494\":{\"user\":\"robertkrahn\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":495}},\"495\":{\"isSerializedDate\":true,\"string\":\"Fri Jul 01 2011 02:03:38 GMT+0200 (CEST)\"},\"496\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":497},\"source\":\"function stopAddingPartItemsAsync() {\\n this.stopStepping();\\n delete this.partItemsToBeAdded;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":498},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"497\":{\"this\":{\"__isSmartRef__\":true,\"id\":421}},\"498\":{\"user\":\"robertkrahn\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":499}},\"499\":{\"isSerializedDate\":true,\"string\":\"Fri Jul 01 2011 02:03:46 GMT+0200 (CEST)\"},\"500\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":501}],\"scripts\":[],\"id\":\"D554E6AE-A18D-4BBA-AB29-419B75691B79\",\"shape\":{\"__isSmartRef__\":true,\"id\":516},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":532},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":520},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":533},\"label\":{\"__isSmartRef__\":true,\"id\":501},\"name\":\"removeCategoryButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":542},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":543}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":544},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"layout\":{\"__isSmartRef__\":true,\"id\":545},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":546},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":547},\"derivationIds\":[1238,\"779C0566-5466-4191-9056-3A104C7EFAEC\",\"F8319D79-817B-415B-80D1-ACE5F12CDD01\",\"37900DC1-0689-4E1B-9709-A65C15C40367\",\"399B28D7-03E3-4E38-8710-E7A5F5F513D1\",\"8EA24F2B-6E35-4013-8CCB-18016701673B\",\"C5991ECA-726A-42D6-8AB1-1B6DA1AAD119\",\"7C6FC789-C7D6-482C-906E-5EABA9E0E151\",\"7C90668B-396F-43DB-AB44-3277DA8BE863\",\"CDE8D251-2EED-4992-B316-64B64110C044\",\"5D293BC5-06E6-425F-B654-F22EF9E8225E\",\"A568DFA0-B5A0-42C6-A370-F4C23551D3DA\",\"8FAE443C-8E8F-44EF-B5C8-7E103E74AD92\",\"3FD3C7A0-B776-41AF-86DF-DC5A4EE9403E\",\"115E4AE3-4DA0-482F-91C6-DB88E0E266D0\",\"36F8D23F-3ADC-40FB-9A9B-D726CA8560D2\",\"F32C1526-A32B-46B5-B550-44C9A527EB19\",\"B075E4A4-D511-45BC-A05D-E9FEB4D8EF29\"],\"_Rotation\":0,\"_Scale\":1,\"_ClipMode\":\"visible\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":548},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"501\":{\"submorphs\":[],\"scripts\":[],\"id\":\"D8EE495F-73DC-4FA7-83BA-744F42C42961\",\"shape\":{\"__isSmartRef__\":true,\"id\":502},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":508},\"_MaxTextWidth\":18,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":509},\"_Padding\":{\"__isSmartRef__\":true,\"id\":510},\"owner\":{\"__isSmartRef__\":true,\"id\":500},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":511},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":512}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":514},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":515},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":18,\"_MinTextHeight\":null,\"derivationIds\":[1239,\"0950594A-94D2-49BB-8E22-06789654760D\",\"9E11E76B-89E8-4AF1-8D7F-24952002D1DE\",\"39E0A384-A8F7-4ECE-A3F3-3B39C85B1DBA\",\"7970902A-4F1C-4337-8A61-02D5AEA5697B\",\"DE30399C-D0BE-412E-B0C6-18B37109F841\",\"E311AA2E-9F6A-4DF4-AAD2-6631660E1203\",\"AA4706D6-6736-4F85-80F2-48443DC7DA44\",\"C2A120EC-B8B5-44A6-801B-F8E9FDE230BF\",\"34EB9510-4D09-4B14-8B09-45852E807EEC\",\"578C10D1-9557-441C-ABD1-303291DEFD1A\",\"680618F4-7A7D-43A9-B75C-4515C8D3A904\",\"1631FBD4-94FC-4C42-A426-822A8D107F36\",\"574DCB97-CFE4-470B-944F-567F9CBAD365\",\"81CA5687-24FD-462D-BFD3-A33C82169582\",\"B85E3B2A-7437-47F6-BDF5-D02C7F6C5A0F\",\"0375365E-D522-4331-BCA3-1B9C85143F76\",\"34D3646F-8812-4695-9CFD-CD9AF31869F4\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"502\":{\"position\":{\"__isSmartRef__\":true,\"id\":503},\"_Extent\":{\"__isSmartRef__\":true,\"id\":504},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":505},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":506},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":507},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"503\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"504\":{\"x\":20,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"505\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"506\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"507\":{\"x\":1,\"y\":1,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"508\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"509\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"510\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"511\":{\"x\":20,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"512\":{\"style\":{\"__isSmartRef__\":true,\"id\":513},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":501},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"-\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"513\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"514\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"515\":{\"morph\":{\"__isSmartRef__\":true,\"id\":501},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"516\":{\"position\":{\"__isSmartRef__\":true,\"id\":517},\"_Extent\":{\"__isSmartRef__\":true,\"id\":518},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":519},\"_Fill\":{\"__isSmartRef__\":true,\"id\":520},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":530},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":531},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"517\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"518\":{\"x\":20,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"519\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"520\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":521},{\"__isSmartRef__\":true,\"id\":523},{\"__isSmartRef__\":true,\"id\":525},{\"__isSmartRef__\":true,\"id\":527}],\"vector\":{\"__isSmartRef__\":true,\"id\":529},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"521\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":522}},\"522\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"523\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":524}},\"524\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"525\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":526}},\"526\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"527\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":528}},\"528\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"529\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"530\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"531\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"532\":{\"x\":120,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"533\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":534},{\"__isSmartRef__\":true,\"id\":536},{\"__isSmartRef__\":true,\"id\":538},{\"__isSmartRef__\":true,\"id\":540}],\"vector\":{\"__isSmartRef__\":true,\"id\":529},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"534\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":535}},\"535\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"536\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":537}},\"537\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"538\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":539}},\"539\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"540\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":541}},\"541\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"542\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"543\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":500},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":500},\"targetMethodName\":\"onFire\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"544\":{\"x\":134.06609913216516,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"545\":{\"moveVertical\":false},\"546\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"547\":{\"morph\":{\"__isSmartRef__\":true,\"id\":500},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"548\":{\"onFire\":{\"__isSmartRef__\":true,\"id\":549}},\"549\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":550},\"source\":\"function onFire() {\\n\\tthis.get('PartsBinBrowser').removeCategoryInteractively()\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":551},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"550\":{\"this\":{\"__isSmartRef__\":true,\"id\":500}},\"551\":{},\"552\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":553}],\"scripts\":[],\"id\":\"3320CEA7-B9AF-42CD-AD29-0D52B7739050\",\"shape\":{\"__isSmartRef__\":true,\"id\":568},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":584},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":572},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":585},\"label\":{\"__isSmartRef__\":true,\"id\":553},\"name\":\"addCategoryButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":594},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":595}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":596},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"layout\":{\"__isSmartRef__\":true,\"id\":597},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":598},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":599},\"derivationIds\":[1240,\"4C2C10AA-3167-4B7D-9518-38AA200B5BC6\",\"03AA66B1-0216-4615-BC50-CD240729363E\",\"E4ECDC08-B9DE-4716-97F1-FA4A9D84B22D\",\"AA637DB5-981E-4875-A449-4FEA2FC1C13F\",\"55DB5207-1834-4135-81B3-4F1837BD85E0\",\"30C8FE48-BA9E-43F9-B4FC-0341EC392ACF\",\"2C20BACF-1CEC-44C2-8F56-12470A7027A9\",\"C650BBE2-143B-4BC5-8EF1-1A524E123AE5\",\"F33FAD3D-DBA2-49AD-84F4-4754F4036D2D\",\"1482E0D5-DF16-48E6-8815-B26DA5EE5818\",\"EAC37F08-BCB6-4170-8667-1B6CFCF4E5A1\",\"B09187AF-0ADE-40E9-8854-F43365D6200B\",\"45D0DBA7-4458-4FB4-A7DE-5D5F8FA7C07C\",\"B8FF07C9-562A-462B-9E72-0374A9AF23B6\",\"5BDD2225-268A-48C3-9D60-A54BE7218F3E\",\"024166B5-514F-42E9-9B8F-92BE1B1B561F\",\"1A0825CD-8DCC-4F32-93FF-4912FB1E4F15\"],\"_Rotation\":0,\"_Scale\":1,\"_ClipMode\":\"visible\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":600},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"553\":{\"submorphs\":[],\"scripts\":[],\"id\":\"C3C7355F-DF3C-4032-9C6D-55899FFC46DD\",\"shape\":{\"__isSmartRef__\":true,\"id\":554},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":560},\"_MaxTextWidth\":18,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":561},\"_Padding\":{\"__isSmartRef__\":true,\"id\":562},\"owner\":{\"__isSmartRef__\":true,\"id\":552},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":563},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":564}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":566},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":567},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":18,\"_MinTextHeight\":null,\"derivationIds\":[1241,\"4FB5FB12-B7A2-4FF0-A0A1-C45C2FAE8274\",\"7FFD3B07-E2DB-4CA7-A11B-327EBF88268D\",\"3AD91228-BC6B-4030-A2C5-4055DF856DE4\",\"B0F178B5-2384-4150-9E8E-F9F630407349\",\"B62BAE98-D2F9-4769-A7A2-64403D5C2C21\",\"F208698E-6181-438F-8C96-4E6B9739967E\",\"DA6A940F-C968-47AC-AC35-59D17BBB71BC\",\"D72F3161-DE66-4A55-827B-FE95CB3855C1\",\"38222CFF-F285-4D8C-8CE9-49E289A8DB01\",\"27598E1E-5C29-40E9-9828-BDA39C7A14D0\",\"2ED00864-0FC6-4DF5-98A8-E6C0D982098E\",\"C1578206-028D-4DFF-8D5C-B8B472E478BD\",\"AE545D90-295C-4BA2-B148-7CD56762EEC8\",\"5A3C8159-95EC-45BA-A630-50FFF32492DB\",\"4558E404-B6A2-456D-86CD-6A7ABD655AEB\",\"70C14ABA-91D0-4910-9A6B-DE34408484EE\",\"0D747327-F2BD-41C9-943C-E50F4EF2B5E3\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"554\":{\"position\":{\"__isSmartRef__\":true,\"id\":555},\"_Extent\":{\"__isSmartRef__\":true,\"id\":556},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":557},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":558},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":559},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"555\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"556\":{\"x\":20,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"557\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"558\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"559\":{\"x\":1,\"y\":1,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"560\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"561\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"562\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"563\":{\"x\":20,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"564\":{\"style\":{\"__isSmartRef__\":true,\"id\":565},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":553},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"+\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"565\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"566\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"567\":{\"morph\":{\"__isSmartRef__\":true,\"id\":553},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"568\":{\"position\":{\"__isSmartRef__\":true,\"id\":569},\"_Extent\":{\"__isSmartRef__\":true,\"id\":570},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":571},\"_Fill\":{\"__isSmartRef__\":true,\"id\":572},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":582},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":583},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"569\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"570\":{\"x\":20,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"571\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"572\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":573},{\"__isSmartRef__\":true,\"id\":575},{\"__isSmartRef__\":true,\"id\":577},{\"__isSmartRef__\":true,\"id\":579}],\"vector\":{\"__isSmartRef__\":true,\"id\":581},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"573\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":574}},\"574\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"575\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":576}},\"576\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"577\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":578}},\"578\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"579\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":580}},\"580\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"581\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"582\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"583\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"584\":{\"x\":100,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"585\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":586},{\"__isSmartRef__\":true,\"id\":588},{\"__isSmartRef__\":true,\"id\":590},{\"__isSmartRef__\":true,\"id\":592}],\"vector\":{\"__isSmartRef__\":true,\"id\":581},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"586\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":587}},\"587\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"588\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":589}},\"589\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"590\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":591}},\"591\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"592\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":593}},\"593\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"594\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"595\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":552},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":552},\"targetMethodName\":\"onFire\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"596\":{\"x\":134.06609913216516,\"y\":19.99799699599498,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"597\":{\"moveVertical\":false},\"598\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"599\":{\"morph\":{\"__isSmartRef__\":true,\"id\":552},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"600\":{\"onFire\":{\"__isSmartRef__\":true,\"id\":601}},\"601\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":602},\"source\":\"function onFire() {\\n\\tthis.get('PartsBinBrowser').addCategoryInteractively()\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":603},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"602\":{\"this\":{\"__isSmartRef__\":true,\"id\":552}},\"603\":{},\"604\":{\"submorphs\":[],\"scripts\":[],\"id\":\"CF02BEE5-9294-42D6-AA95-2DCAD8E1D80E\",\"shape\":{\"__isSmartRef__\":true,\"id\":605},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":true,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":611},\"_MaxTextWidth\":548.2024292894854,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":612},\"showsHalos\":false,\"_FontSize\":11,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"searchText\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":613},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":614}],\"charsReplaced\":\"Search\",\"lastFindLoc\":-6,\"priorSelectionRange\":[0,0],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":616},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":617},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":618},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"isInputLine\":true,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":619}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"layout\":{\"__isSmartRef__\":true,\"id\":620},\"_WhiteSpaceHandling\":\"pre-wrap\",\"_ClipMode\":\"visible\",\"_MinTextWidth\":548.2024292894854,\"_MinTextHeight\":null,\"previousSelection\":[0,7],\"derivationIds\":[1242,\"A22EEABD-CB29-4C5C-8C48-F766E326BC3F\",\"6A6D6852-0ACD-4AFB-B78D-5C1767FC64BF\",\"9D304E91-4077-4112-BBAA-EA47623B1BD8\",\"178FCB01-0879-494A-9F87-056D582D689E\",\"26B6A9F2-7F9D-4666-AB17-65E0DCD0BA0A\",\"74080715-3CAE-431E-94C4-C98DDDF12BCD\",\"54094B9D-EC29-4193-AE36-80A09F2E996E\",\"3C430B51-E92E-42CF-9F28-9155B1DD75BE\",\"95739011-C77B-4A83-92C9-404E7678E001\",\"CE98D4C0-8E1E-40C3-AA60-10700C5B09B8\",\"9FCABE52-F360-4ABC-81B7-C64D6A931C03\",\"AFE833D0-7AAD-4F80-9FA0-E34F01873FB9\",\"0519742E-9514-4066-9CD3-ED884C62AE77\",\"2175C2DC-5DAA-4A1A-803E-8B55C07D6806\",\"3148E12F-D9FA-4141-9A5E-73E3F8A65776\",\"86933F48-407D-458F-ADB7-865018746EDD\",\"0C9ED1AC-B0C4-4C07-AC29-B9CF795F80FB\"],\"_Rotation\":0,\"_Scale\":1,\"savedTextString\":\"resize\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"605\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":606},\"_Extent\":{\"__isSmartRef__\":true,\"id\":607},\"_BorderWidth\":2.3680000000000003,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":608},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":609},\"_BorderRadius\":1.8500000000000003,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":610},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"606\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"607\":{\"x\":552.9384292894854,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"608\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"609\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"610\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"611\":{\"x\":154.76802363450668,\"y\":13.108574301564317,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"612\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"613\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"614\":{\"style\":{\"__isSmartRef__\":true,\"id\":615},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":604},\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"615\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"616\":{\"x\":552.9384292894854,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"617\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"618\":{\"morph\":{\"__isSmartRef__\":true,\"id\":604},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"619\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":604},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"search\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"620\":{\"resizeWidth\":true},\"621\":{\"submorphs\":[],\"scripts\":[],\"id\":\"6A39CF0A-97A8-49DF-9B54-020670AD0468\",\"shape\":{\"__isSmartRef__\":true,\"id\":622},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":628},\"_MaxTextWidth\":168,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":625},\"showsHalos\":false,\"_FontSize\":9,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text4\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":629},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":630}],\"charsReplaced\":\"some text\",\"lastFindLoc\":-9,\"priorSelectionRange\":[6,6],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":632},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":633},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":634},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":168,\"_MinTextHeight\":null,\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"previousSelection\":[0,6],\"derivationIds\":[1243,\"5346A257-CAB6-48DA-B412-636917F28280\",\"E611ABED-3298-4027-89C5-503BFCFE4CA3\",\"27AE40EC-F949-496E-8968-BA32D5E3A431\",\"025BE71F-60AB-4115-B745-04714CE7774C\",\"A2845EF4-117F-4AC3-AD19-E09D78C3C866\",\"B854DD97-9BE2-44B9-BFF5-93AA931B4385\",\"2FEEF365-D284-4F58-A92B-A8E11A69DAA6\",\"41171B50-1911-4C21-A067-633FFB938163\",\"6FF550A7-CD2A-48AA-B67F-9E24ACDEB0C1\",\"107A1C0E-D268-4536-AF57-603A206E6460\",\"108F5C5C-B711-4859-8463-980AD2E5EC4C\",\"B78A07FF-977F-4CC1-8870-16B4756D22A1\",\"EACE9426-8983-4C7C-9388-7829A84E90FB\",\"01449D54-8A3D-46AD-9B4F-7CB12D5FF2A9\",\"705CF292-539B-4A18-81B5-3D2B962B1D82\",\"7810B7C5-9EAF-4413-85AB-8FE6E928F162\",\"5B5C10A0-4921-4667-85C7-D7C5966142AF\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"622\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":623},\"_Extent\":{\"__isSmartRef__\":true,\"id\":624},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":625},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":626},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":627},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"623\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"624\":{\"x\":168,\"y\":14,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"625\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"626\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"627\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"628\":{\"x\":154.76802363450668,\"y\":0.10857430156420378,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"629\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"630\":{\"style\":{\"__isSmartRef__\":true,\"id\":631},\"morph\":{\"__isSmartRef__\":true,\"id\":621},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":621},\"storedString\":\"search\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"631\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"632\":{\"x\":168,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"633\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"634\":{\"morph\":{\"__isSmartRef__\":true,\"id\":621},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"635\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":636}],\"scripts\":[],\"id\":\"19F6AD8A-BD21-4E66-9D47-F9B68C652286\",\"shape\":{\"__isSmartRef__\":true,\"id\":652},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":655},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":668},\"label\":{\"__isSmartRef__\":true,\"id\":636},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":677},{\"__isSmartRef__\":true,\"id\":702},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706}],\"doNotSerialize\":[\"$$fire\",\"$$_Position\",\"$$_Scale\",\"$$_Rotation\",\"$$owner\"],\"doNotCopyProperties\":[\"$$fire\",\"$$_Position\",\"$$_Scale\",\"$$_Rotation\",\"$$owner\"],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":728},\"name\":\"moreButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":729},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":730},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":731},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":732},\"layout\":{\"__isSmartRef__\":true,\"id\":733},\"derivationIds\":[1244,\"C5093924-2C24-4CFD-B800-F131C46037DC\",\"AB03EF5D-3025-4CB5-BEC2-E2C320D01FA0\",\"817FF716-6521-4E26-BB87-16FA8F03677B\",\"0F06625C-5212-45B6-A7D7-A07176D879F3\",\"0ED68E94-8AB8-4A9A-A901-B500D901EAED\",\"EF0C5FDE-98A3-45BD-8272-258EA652B5ED\",\"98806A3E-629D-4352-BAA2-478838A8B085\",\"A4F6BA8D-523C-411E-833E-DD810C034DB5\",\"0CB2D4BC-8186-4D2F-BEA4-96BA094171C6\",\"C0346302-E4FA-4685-861D-BF6C4697D40B\",\"AC1B5887-56E7-4158-A93C-AD0CF60B3D87\",\"9F28E804-B1DF-407A-90D2-DCF53D9BB909\",\"1E73CC75-8F5D-42BD-9B81-7A64FDD0D205\",\"484DD2FD-5AA0-4CEC-BB6C-1BBE9F32F6DC\",\"AEACC2BC-5D09-41B9-A05D-2437E76BE49B\",\"8A20C95D-D4D9-4AD5-8A55-CF241DB05538\",\"65CA7334-2870-4045-BA15-D73FD78E21D0\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":734},\"_Scale\":1,\"_Rotation\":0,\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"_ClipMode\":\"visible\",\"__LivelyClassName__\":\"lively.morphic.Button\"},\"636\":{\"submorphs\":[],\"scripts\":[],\"id\":\"7F61D12A-0120-49DD-A4D5-CB25BB23ED74\",\"shape\":{\"__isSmartRef__\":true,\"id\":637},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":45.76199368290986,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":643},\"textColor\":{\"__isSmartRef__\":true,\"id\":640},\"owner\":{\"__isSmartRef__\":true,\"id\":635},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":644}],\"padding\":{\"__isSmartRef__\":true,\"id\":646},\"_Padding\":{\"__isSmartRef__\":true,\"id\":647},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":648},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":649},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":650},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"_FontSize\":10,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":45.76199368290986,\"_MinTextHeight\":null,\"derivationIds\":[1245,\"0125C72B-2B04-4872-A0B1-0292F9733F9D\",\"99E6F0CD-AA33-42BD-B6E6-3154AA491D70\",\"DAFB157F-4F83-4402-894A-12549438C7E9\",\"98F29C75-DB67-470E-8F9F-4B7135CE21D9\",\"D4509212-C332-45F0-B768-69E4E0D59537\",\"735C22EC-309F-484F-B643-48229EC6D6E5\",\"72386EBF-DE01-4B53-9084-32841E59EE3C\",\"8AB3572C-52F6-4F6A-B59F-9EFA069C1601\",\"C882377D-6F5C-43E4-AEAB-996ECA6A82A1\",\"DA159A64-D6F8-4A2F-834D-71C6289A1FC8\",\"58923C3A-4492-4DB3-871A-DEE1219F199C\",\"B4024F35-8AB7-43DE-BE23-2758B0EB4C26\",\"93871BBA-3E5C-4B6F-8A5A-CB2AA4DDA546\",\"98E9C433-F2D7-4ED4-B286-33CDFC7F8B7F\",\"82135AAD-8041-4CA4-B78C-0D80FBA43722\",\"358F966D-679E-4DC3-98C0-8D697712CD4E\",\"0D4E0BD4-0743-470F-8F3B-E0602F5CE408\"],\"_Scale\":1,\"_TextColor\":{\"__isSmartRef__\":true,\"id\":651},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"637\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":638},\"_Extent\":{\"__isSmartRef__\":true,\"id\":639},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":640},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":641},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":642},\"_BorderWidth\":0,\"_Fill\":null,\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"638\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"639\":{\"x\":45.76199368290986,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"640\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"641\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"642\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__LivelyClassName__\":\"Rectangle\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"643\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"644\":{\"style\":{\"__isSmartRef__\":true,\"id\":645},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":636},\"storedString\":\"more\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"645\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"646\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"647\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"648\":{\"x\":45.76199368290986,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"649\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"650\":{\"morph\":{\"__isSmartRef__\":true,\"id\":636},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"651\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"652\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":653},\"_Extent\":{\"__isSmartRef__\":true,\"id\":654},\"_Fill\":{\"__isSmartRef__\":true,\"id\":655},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":665},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":666},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":667},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"653\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"654\":{\"x\":45.76199368290986,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"655\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":656},{\"__isSmartRef__\":true,\"id\":658},{\"__isSmartRef__\":true,\"id\":660},{\"__isSmartRef__\":true,\"id\":662}],\"vector\":{\"__isSmartRef__\":true,\"id\":664},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"656\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":657}},\"657\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"658\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":659}},\"659\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"660\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":661}},\"661\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"662\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":663}},\"663\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"664\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"665\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"666\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"667\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"668\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":669},{\"__isSmartRef__\":true,\"id\":671},{\"__isSmartRef__\":true,\"id\":673},{\"__isSmartRef__\":true,\"id\":675}],\"vector\":{\"__isSmartRef__\":true,\"id\":664},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"669\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":670}},\"670\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"671\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":672}},\"672\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"673\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":674}},\"674\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"675\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":676}},\"676\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"677\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":635},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"toggleMorePane\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":678},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"678\":{\"submorphs\":[],\"scripts\":[],\"id\":7318,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":679},\"shape\":{\"__isSmartRef__\":true,\"id\":680},\"droppingEnabled\":true,\"halosEnabled\":true,\"eventHandler\":{\"__isSmartRef__\":true,\"id\":687},\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":688},{\"__isSmartRef__\":true,\"id\":691}],\"con\":{\"__isSmartRef__\":true,\"id\":677},\"showsMorphMenu\":true,\"isCopyMorphRef\":true,\"morphRefId\":1,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":694},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"679\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"680\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":681},{\"__isSmartRef__\":true,\"id\":682}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":683},\"_Position\":{\"__isSmartRef__\":true,\"id\":684},\"_Extent\":{\"__isSmartRef__\":true,\"id\":685},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":686},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"681\":{\"isAbsolute\":true,\"x\":724.143905330293,\"y\":35.253230483455226,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"682\":{\"isAbsolute\":true,\"x\":5.684341886080802e-14,\"y\":21.168758526946675,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"683\":{},\"684\":{\"x\":-2,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"685\":{\"x\":720.7977294921875,\"y\":13.972190856933594,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"686\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"687\":{\"morph\":{\"__isSmartRef__\":true,\"id\":678},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"688\":{\"morph\":{\"__isSmartRef__\":true,\"id\":678},\"index\":0,\"connectedMagnet\":{\"__isSmartRef__\":true,\"id\":689},\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"689\":{\"morph\":{\"__isSmartRef__\":true,\"id\":635},\"position\":{\"__isSmartRef__\":true,\"id\":690},\"connectedControlPoints\":[{\"__isSmartRef__\":true,\"id\":688}],\"__SourceModuleName__\":\"Global.lively.morphic.Connectors\",\"__LivelyClassName__\":\"lively.morphic.Magnet\"},\"690\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"691\":{\"morph\":{\"__isSmartRef__\":true,\"id\":678},\"index\":1,\"connectedMagnet\":{\"__isSmartRef__\":true,\"id\":692},\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"692\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1},\"position\":{\"__isSmartRef__\":true,\"id\":693},\"connectedControlPoints\":[{\"__isSmartRef__\":true,\"id\":691}],\"__SourceModuleName__\":\"Global.lively.morphic.Connectors\",\"__LivelyClassName__\":\"lively.morphic.Magnet\"},\"693\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"694\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":695}},\"695\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":696},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString || 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":701},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"696\":{\"this\":{\"__isSmartRef__\":true,\"id\":678},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":697}},\"697\":{\"$super\":{\"__isSmartRef__\":true,\"id\":698}},\"698\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":699},\"source\":\"function () {\\n\\t\\t\\t\\ttry {\\n\\t\\t\\t\\t\\treturn obj.constructor.prototype[name].apply(obj, arguments)\\n\\t\\t\\t\\t} catch(e) {\\n\\t\\t\\t\\t\\talert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n\\t\\t\\t\\t\\treturn null;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":700},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"699\":{\"obj\":{\"__isSmartRef__\":true,\"id\":678},\"name\":\"morphMenuItems\"},\"700\":{},\"701\":{},\"702\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":635},\"sourceAttrName\":\"globalTransform\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":688},\"targetMethodName\":\"alignToMagnet\",\"dependendConnections\":[{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":717},{\"__isSmartRef__\":true,\"id\":718},{\"__isSmartRef__\":true,\"id\":719},{\"__isSmartRef__\":true,\"id\":720},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":717},{\"__isSmartRef__\":true,\"id\":718},{\"__isSmartRef__\":true,\"id\":719},{\"__isSmartRef__\":true,\"id\":720},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":717},{\"__isSmartRef__\":true,\"id\":718},{\"__isSmartRef__\":true,\"id\":719},{\"__isSmartRef__\":true,\"id\":720},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":717},{\"__isSmartRef__\":true,\"id\":718},{\"__isSmartRef__\":true,\"id\":719},{\"__isSmartRef__\":true,\"id\":720},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":717},{\"__isSmartRef__\":true,\"id\":718},{\"__isSmartRef__\":true,\"id\":719},{\"__isSmartRef__\":true,\"id\":720},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":717},{\"__isSmartRef__\":true,\"id\":718},{\"__isSmartRef__\":true,\"id\":719},{\"__isSmartRef__\":true,\"id\":720},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":717},{\"__isSmartRef__\":true,\"id\":718},{\"__isSmartRef__\":true,\"id\":719},{\"__isSmartRef__\":true,\"id\":720},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":717},{\"__isSmartRef__\":true,\"id\":718},{\"__isSmartRef__\":true,\"id\":719},{\"__isSmartRef__\":true,\"id\":720},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":717},{\"__isSmartRef__\":true,\"id\":718},{\"__isSmartRef__\":true,\"id\":719},{\"__isSmartRef__\":true,\"id\":720},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":717},{\"__isSmartRef__\":true,\"id\":718},{\"__isSmartRef__\":true,\"id\":719},{\"__isSmartRef__\":true,\"id\":720},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":717},{\"__isSmartRef__\":true,\"id\":718},{\"__isSmartRef__\":true,\"id\":719},{\"__isSmartRef__\":true,\"id\":720},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":717},{\"__isSmartRef__\":true,\"id\":718},{\"__isSmartRef__\":true,\"id\":719},{\"__isSmartRef__\":true,\"id\":720},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":717},{\"__isSmartRef__\":true,\"id\":718},{\"__isSmartRef__\":true,\"id\":719},{\"__isSmartRef__\":true,\"id\":720},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":717},{\"__isSmartRef__\":true,\"id\":718},{\"__isSmartRef__\":true,\"id\":719},{\"__isSmartRef__\":true,\"id\":720},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":717},{\"__isSmartRef__\":true,\"id\":718},{\"__isSmartRef__\":true,\"id\":719},{\"__isSmartRef__\":true,\"id\":720},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":717},{\"__isSmartRef__\":true,\"id\":718},{\"__isSmartRef__\":true,\"id\":719},{\"__isSmartRef__\":true,\"id\":720},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":717},{\"__isSmartRef__\":true,\"id\":718},{\"__isSmartRef__\":true,\"id\":719},{\"__isSmartRef__\":true,\"id\":720},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":717},{\"__isSmartRef__\":true,\"id\":718},{\"__isSmartRef__\":true,\"id\":719},{\"__isSmartRef__\":true,\"id\":720},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":717},{\"__isSmartRef__\":true,\"id\":718},{\"__isSmartRef__\":true,\"id\":719},{\"__isSmartRef__\":true,\"id\":720},{\"__isSmartRef__\":true,\"id\":703},{\"__isSmartRef__\":true,\"id\":704},{\"__isSmartRef__\":true,\"id\":705},{\"__isSmartRef__\":true,\"id\":706},{\"__isSmartRef__\":true,\"id\":708},{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":710},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":717},{\"__isSmartRef__\":true,\"id\":718},{\"__isSmartRef__\":true,\"id\":719},{\"__isSmartRef__\":true,\"id\":720}],\"oldTransform\":{\"__isSmartRef__\":true,\"id\":726},\"__SourceModuleName__\":\"Global.lively.bindings.GeometryBindings\",\"__LivelyClassName__\":\"lively.morphic.GeometryTransformConnection\"},\"703\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":635},\"sourceAttrName\":\"_Position\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":702},\"targetMethodName\":\"signalTarget\",\"dependedBy\":{\"__isSmartRef__\":true,\"id\":702},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"704\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":635},\"sourceAttrName\":\"_Scale\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":702},\"targetMethodName\":\"signalTarget\",\"dependedBy\":{\"__isSmartRef__\":true,\"id\":702},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"705\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":635},\"sourceAttrName\":\"_Rotation\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":702},\"targetMethodName\":\"signalTarget\",\"dependedBy\":{\"__isSmartRef__\":true,\"id\":702},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"706\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":635},\"sourceAttrName\":\"owner\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":702},\"targetMethodName\":\"updateOwners\",\"converter\":null,\"converterString\":\"function (newOwner, oldOwner) {\\n return [newOwner, oldOwner]\\n }\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":707},\"dependedBy\":{\"__isSmartRef__\":true,\"id\":702},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"707\":{\"source\":{\"__isSmartRef__\":true,\"id\":635},\"target\":{\"__isSmartRef__\":true,\"id\":702}},\"708\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1},\"sourceAttrName\":\"_Position\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":702},\"targetMethodName\":\"signalTarget\",\"dependedBy\":{\"__isSmartRef__\":true,\"id\":702},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"709\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1},\"sourceAttrName\":\"_Scale\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":702},\"targetMethodName\":\"signalTarget\",\"dependedBy\":{\"__isSmartRef__\":true,\"id\":702},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"710\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1},\"sourceAttrName\":\"_Rotation\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":702},\"targetMethodName\":\"signalTarget\",\"dependedBy\":{\"__isSmartRef__\":true,\"id\":702},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"711\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1},\"sourceAttrName\":\"owner\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":702},\"targetMethodName\":\"updateOwners\",\"converterString\":\"function (newOwner, oldOwner) {\\n return [newOwner, oldOwner]\\n }\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":712},\"dependedBy\":{\"__isSmartRef__\":true,\"id\":702},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":713},\"__LivelyClassName__\":\"AttributeConnection\"},\"712\":{\"source\":{\"__isSmartRef__\":true,\"id\":1},\"target\":{\"__isSmartRef__\":true,\"id\":702}},\"713\":{\"converter\":{\"__isSmartRef__\":true,\"id\":714}},\"714\":{\"originalFunc\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":715},\"source\":\"function (newOwner, oldOwner) {\\n return [newOwner, oldOwner]\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":716},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"715\":{\"source\":{\"__isSmartRef__\":true,\"id\":1},\"target\":{\"__isSmartRef__\":true,\"id\":702}},\"716\":{},\"717\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":0},\"sourceAttrName\":\"_Position\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":702},\"targetMethodName\":\"signalTarget\",\"dependedBy\":{\"__isSmartRef__\":true,\"id\":702},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"718\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":0},\"sourceAttrName\":\"_Scale\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":702},\"targetMethodName\":\"signalTarget\",\"dependedBy\":{\"__isSmartRef__\":true,\"id\":702},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"719\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":0},\"sourceAttrName\":\"_Rotation\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":702},\"targetMethodName\":\"signalTarget\",\"dependedBy\":{\"__isSmartRef__\":true,\"id\":702},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"720\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":0},\"sourceAttrName\":\"owner\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":702},\"targetMethodName\":\"updateOwners\",\"converterString\":\"function (newOwner, oldOwner) {\\n return [newOwner, oldOwner]\\n }\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":721},\"dependedBy\":{\"__isSmartRef__\":true,\"id\":702},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":722},\"__LivelyClassName__\":\"AttributeConnection\"},\"721\":{\"source\":{\"__isSmartRef__\":true,\"id\":0},\"target\":{\"__isSmartRef__\":true,\"id\":702}},\"722\":{\"converter\":{\"__isSmartRef__\":true,\"id\":723}},\"723\":{\"originalFunc\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":724},\"source\":\"function (newOwner, oldOwner) {\\n return [newOwner, oldOwner]\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":725},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"724\":{\"source\":{\"__isSmartRef__\":true,\"id\":0},\"target\":{\"__isSmartRef__\":true,\"id\":702}},\"725\":{},\"726\":{\"d\":1.008036120330794,\"a\":1.008036120330794,\"f\":35.253230483455226,\"e\":724.143905330293,\"c\":0,\"b\":0,\"matrix_\":{\"__isSmartRef__\":true,\"id\":727},\"__LivelyClassName__\":\"lively.morphic.Similitude\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"727\":{\"a\":1.008036120330794,\"b\":0,\"c\":0,\"d\":1.008036120330794,\"e\":724.143905330293,\"f\":35.253230483455226,\"__LivelyClassName__\":\"lively.morphic.Similitude\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"728\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"729\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"partName\":\"Button\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"730\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"731\":{\"morph\":{\"__isSmartRef__\":true,\"id\":635},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"732\":{\"x\":46.754037491637405,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"733\":{\"moveHorizontal\":true},\"734\":{\"x\":718.3709896155905,\"y\":13.972189758325953,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"735\":{\"position\":{\"__isSmartRef__\":true,\"id\":736},\"_Extent\":{\"__isSmartRef__\":true,\"id\":737},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":738},\"_Fill\":{\"__isSmartRef__\":true,\"id\":739},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":740},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":741},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"736\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"737\":{\"x\":770.7575068769036,\"y\":487.2498366837016,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"738\":{\"r\":0.372,\"g\":0.369,\"b\":0.372,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"739\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"740\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"741\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"742\":{\"partsSpaceName\":\"PartsBin/Tools\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"requiredModules\":[\"lively.PartsBin\",\"apps.DateFormat\"],\"migrationLevel\":4,\"comment\":\"Browser for a Parts repository.\",\"partName\":\"PartsBinBrowser\",\"changes\":[{\"__isSmartRef__\":true,\"id\":743}],\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"743\":{\"date\":{\"__isSmartRef__\":true,\"id\":744},\"author\":\"markoroeder\",\"message\":\"Reset to clean copy. Added this.categories to doNotSerialize list.\",\"id\":\"1D9493E9-B229-4716-8649-F1333D5133D0\"},\"744\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 05 2012 15:19:05 GMT+0100 (CET)\"},\"745\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1},\"sourceAttrName\":\"categoryName\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"loadPartsOfCategory\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"746\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1},\"sourceAttrName\":\"globalTransform\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":691},\"targetMethodName\":\"alignToMagnet\",\"dependendConnections\":[{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":756},{\"__isSmartRef__\":true,\"id\":757},{\"__isSmartRef__\":true,\"id\":758},{\"__isSmartRef__\":true,\"id\":759},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":756},{\"__isSmartRef__\":true,\"id\":757},{\"__isSmartRef__\":true,\"id\":758},{\"__isSmartRef__\":true,\"id\":759},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":756},{\"__isSmartRef__\":true,\"id\":757},{\"__isSmartRef__\":true,\"id\":758},{\"__isSmartRef__\":true,\"id\":759},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":756},{\"__isSmartRef__\":true,\"id\":757},{\"__isSmartRef__\":true,\"id\":758},{\"__isSmartRef__\":true,\"id\":759},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":756},{\"__isSmartRef__\":true,\"id\":757},{\"__isSmartRef__\":true,\"id\":758},{\"__isSmartRef__\":true,\"id\":759},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":756},{\"__isSmartRef__\":true,\"id\":757},{\"__isSmartRef__\":true,\"id\":758},{\"__isSmartRef__\":true,\"id\":759},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":756},{\"__isSmartRef__\":true,\"id\":757},{\"__isSmartRef__\":true,\"id\":758},{\"__isSmartRef__\":true,\"id\":759},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":756},{\"__isSmartRef__\":true,\"id\":757},{\"__isSmartRef__\":true,\"id\":758},{\"__isSmartRef__\":true,\"id\":759},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":756},{\"__isSmartRef__\":true,\"id\":757},{\"__isSmartRef__\":true,\"id\":758},{\"__isSmartRef__\":true,\"id\":759},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":756},{\"__isSmartRef__\":true,\"id\":757},{\"__isSmartRef__\":true,\"id\":758},{\"__isSmartRef__\":true,\"id\":759},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":756},{\"__isSmartRef__\":true,\"id\":757},{\"__isSmartRef__\":true,\"id\":758},{\"__isSmartRef__\":true,\"id\":759},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":756},{\"__isSmartRef__\":true,\"id\":757},{\"__isSmartRef__\":true,\"id\":758},{\"__isSmartRef__\":true,\"id\":759},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":756},{\"__isSmartRef__\":true,\"id\":757},{\"__isSmartRef__\":true,\"id\":758},{\"__isSmartRef__\":true,\"id\":759},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":756},{\"__isSmartRef__\":true,\"id\":757},{\"__isSmartRef__\":true,\"id\":758},{\"__isSmartRef__\":true,\"id\":759},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":756},{\"__isSmartRef__\":true,\"id\":757},{\"__isSmartRef__\":true,\"id\":758},{\"__isSmartRef__\":true,\"id\":759},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":756},{\"__isSmartRef__\":true,\"id\":757},{\"__isSmartRef__\":true,\"id\":758},{\"__isSmartRef__\":true,\"id\":759},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":756},{\"__isSmartRef__\":true,\"id\":757},{\"__isSmartRef__\":true,\"id\":758},{\"__isSmartRef__\":true,\"id\":759},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":756},{\"__isSmartRef__\":true,\"id\":757},{\"__isSmartRef__\":true,\"id\":758},{\"__isSmartRef__\":true,\"id\":759},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":756},{\"__isSmartRef__\":true,\"id\":757},{\"__isSmartRef__\":true,\"id\":758},{\"__isSmartRef__\":true,\"id\":759},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":748},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":750},{\"__isSmartRef__\":true,\"id\":756},{\"__isSmartRef__\":true,\"id\":757},{\"__isSmartRef__\":true,\"id\":758},{\"__isSmartRef__\":true,\"id\":759}],\"oldTransform\":{\"__isSmartRef__\":true,\"id\":765},\"__SourceModuleName__\":\"Global.lively.bindings.GeometryBindings\",\"__LivelyClassName__\":\"lively.morphic.GeometryTransformConnection\"},\"747\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1},\"sourceAttrName\":\"_Position\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":746},\"targetMethodName\":\"signalTarget\",\"dependedBy\":{\"__isSmartRef__\":true,\"id\":746},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"748\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1},\"sourceAttrName\":\"_Scale\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":746},\"targetMethodName\":\"signalTarget\",\"dependedBy\":{\"__isSmartRef__\":true,\"id\":746},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"749\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1},\"sourceAttrName\":\"_Rotation\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":746},\"targetMethodName\":\"signalTarget\",\"dependedBy\":{\"__isSmartRef__\":true,\"id\":746},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"750\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1},\"sourceAttrName\":\"owner\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":746},\"targetMethodName\":\"updateOwners\",\"converterString\":\"function (newOwner, oldOwner) {\\n return [newOwner, oldOwner]\\n }\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":751},\"dependedBy\":{\"__isSmartRef__\":true,\"id\":746},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":752},\"__LivelyClassName__\":\"AttributeConnection\"},\"751\":{\"source\":{\"__isSmartRef__\":true,\"id\":1},\"target\":{\"__isSmartRef__\":true,\"id\":746}},\"752\":{\"converter\":{\"__isSmartRef__\":true,\"id\":753}},\"753\":{\"originalFunc\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":754},\"source\":\"function (newOwner, oldOwner) {\\n return [newOwner, oldOwner]\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":755},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"754\":{\"source\":{\"__isSmartRef__\":true,\"id\":1},\"target\":{\"__isSmartRef__\":true,\"id\":746}},\"755\":{},\"756\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":0},\"sourceAttrName\":\"_Position\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":746},\"targetMethodName\":\"signalTarget\",\"dependedBy\":{\"__isSmartRef__\":true,\"id\":746},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"757\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":0},\"sourceAttrName\":\"_Scale\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":746},\"targetMethodName\":\"signalTarget\",\"dependedBy\":{\"__isSmartRef__\":true,\"id\":746},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"758\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":0},\"sourceAttrName\":\"_Rotation\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":746},\"targetMethodName\":\"signalTarget\",\"dependedBy\":{\"__isSmartRef__\":true,\"id\":746},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"759\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":0},\"sourceAttrName\":\"owner\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":746},\"targetMethodName\":\"updateOwners\",\"converterString\":\"function (newOwner, oldOwner) {\\n return [newOwner, oldOwner]\\n }\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":760},\"dependedBy\":{\"__isSmartRef__\":true,\"id\":746},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":761},\"__LivelyClassName__\":\"AttributeConnection\"},\"760\":{\"source\":{\"__isSmartRef__\":true,\"id\":0},\"target\":{\"__isSmartRef__\":true,\"id\":746}},\"761\":{\"converter\":{\"__isSmartRef__\":true,\"id\":762}},\"762\":{\"originalFunc\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":763},\"source\":\"function (newOwner, oldOwner) {\\n return [newOwner, oldOwner]\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":764},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"763\":{\"source\":{\"__isSmartRef__\":true,\"id\":0},\"target\":{\"__isSmartRef__\":true,\"id\":746}},\"764\":{},\"765\":{\"d\":1.008036120330794,\"a\":1.008036120330794,\"f\":21.16875852694668,\"e\":5.730021941478719e-14,\"c\":0,\"b\":0,\"matrix_\":{\"__isSmartRef__\":true,\"id\":766},\"__LivelyClassName__\":\"lively.morphic.Similitude\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"766\":{\"a\":1.008036120330794,\"b\":0,\"c\":0,\"d\":1.008036120330794,\"e\":5.730021941478719e-14,\"f\":21.16875852694668,\"__LivelyClassName__\":\"lively.morphic.Similitude\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"767\":{\"resizeWidth\":true,\"resizeHeight\":true,\"adjustForNewBounds\":true},\"768\":{\"x\":770.7575068769036,\"y\":487.2498366837016,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"769\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"770\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"771\":{\"toggleMorePane\":{\"__isSmartRef__\":true,\"id\":772}},\"772\":{},\"773\":{\"x\":5.684341886080802e-14,\"y\":21.000000000000007,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"774\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Holger/EventsLimiter.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"775\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Holger/EventsLimiter.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"776\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Holger/EventsLimiter.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"777\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/ElProfesor/EmptyElProfesor.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"778\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnConnections.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"779\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/ElProfesor/EmptyElProfesor.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"780\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnConnections.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"781\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnLivelyKernel.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"782\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnLivelyKernel.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"783\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnMorphs.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"784\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/ElProfesor/EmptyElProfesor.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"785\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnConnections.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"786\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnMorphs.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"787\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnLivelyKernel.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"788\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnMorphs.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"789\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/AtomTile.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"790\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/AtomTile.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"791\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/TwitterSource.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"792\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/AtomTile.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"793\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/TwitterSource.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"794\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/ODataCustomerTile.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"795\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/ODataCustomerTile.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"796\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/TwitterSource.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"797\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/ODataCustomerTile.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"798\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/TileImage.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"799\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/TileImage.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"800\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/TileText.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"801\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/TileText.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"802\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/TileImage.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"803\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/TileText.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"804\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/TileLink.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"805\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/ODataTileSourceSearch.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"806\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/TileLink.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"807\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/ODataTileSourceSearch.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"808\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/AtomSource.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"809\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/TileFeed.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"810\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/TileLink.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"811\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/AtomSource.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"812\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/TileFeed.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"813\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/ODataTileSourceSearch.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"814\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/AtomSource.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"815\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/TileFeed.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"816\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/BasicTile.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"817\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/ODataShipperTile.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"818\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/BasicTile.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"819\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/ODataShipperTile.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"820\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/TileImageBase64.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"821\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/BasicTile.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"822\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/TweetTile.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"823\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/TileImageBase64.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"824\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/ODataShipperTile.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"825\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/TweetTile.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"826\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/TileImageBase64.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"827\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tiles/TweetTile.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"828\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BPCGrid.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"829\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Dialogs/MethodFinderPane.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"830\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"831\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Dialogs/SeverEditorPane.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"832\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Dialogs/ToolTabPane.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"833\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Dialogs/FileEditorPane.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"834\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Dialogs/SeverEditorPane.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"835\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Dialogs/MethodFinderPane.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"836\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"837\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Dialogs/SeverEditorPane.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"838\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Dialogs/ToolTabPane.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"839\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Dialogs/FileEditorPane.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"840\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Dialogs/ToolTabPane.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"841\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Dialogs/FileEditorPane.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"842\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Dialogs/MethodFinderPane.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"843\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"844\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Grid/GridFactory.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"845\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Grid/GridWorker.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"846\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Grid/GridWorker.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"847\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Grid/DummyRegistry.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"848\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Grid/GridFactory.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"849\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Grid/DummyRegistry.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"850\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Grid/GridWorker.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"851\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Grid/DummyRegistry.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"852\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Grid/GridFactory.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"853\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/Crab.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"854\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/CrazyColorsAgain.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"855\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/ChineseCheckers.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"856\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/ChineseCheckers.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"857\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/GridColorArt.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"858\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/GridColorArt.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"859\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/ChineseCheckers.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"860\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/Elephant.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"861\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/GridColorArt.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"862\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/Elephant.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"863\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/ChamaeleonMorph.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"864\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/Heart.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"865\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/MonaLisa.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"866\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/Pong.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"867\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/ChamaeleonMorph.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"868\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/Pong.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"869\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/MonaLisa.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"870\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/Heart.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"871\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/Elephant.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"872\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/ChamaeleonMorph.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"873\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/Pong.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"874\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/MonaLisa.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"875\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/Heart.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"876\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/FunnyWatcher.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"877\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/FunnyWatcher.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"878\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/HeartsGame.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"879\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/WanderingEye.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"880\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/HeartsGame.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"881\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/WanderingEye.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"882\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/FunnyWatcher.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"883\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/ColoredRectCreator.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"884\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/ChatMorph.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"885\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/ChatMorph.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"886\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/ColoredRectCreator.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"887\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/HeartsGame.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"888\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/PianoKeyboard.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"889\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/Alien.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"890\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/WanderingEye.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"891\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/PianoKeyboard.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"892\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/Alien.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"893\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/ChatMorph.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"894\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/ColoredRectCreator.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"895\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/PianoKeyboard.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"896\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/Alien.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"897\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/QuickBrownFox.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"898\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/RefactorMan.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"899\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/QuickBrownFox.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"900\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/RefactorMan.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"901\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/Crab.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"902\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/QuickBrownFox.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"903\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/RefactorMan.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"904\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/Crab.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"905\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/CrazyColorsAgain.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"906\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fun/CrazyColorsAgain.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"907\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle-republished.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"908\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Sandbox/SandboxBackup.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"909\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Sandbox/ColorfulWindmill.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"910\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Sandbox/GreenRectangle.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"911\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Sandbox/SandboxBackup.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"912\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Sandbox/ModifiedGreenRectangle.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"913\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Sandbox/Car2.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"914\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Sandbox/ColorfulWindmill.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"915\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Sandbox/GreenRectangle.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"916\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Sandbox/ModifiedGreenRectangle.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"917\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Sandbox/Car2.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"918\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Sandbox/SandboxBackup.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"919\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Sandbox/ColorfulWindmill.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"920\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Sandbox/GreenRectangle.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"921\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Sandbox/ModifiedGreenRectangle.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"922\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Sandbox/Car2.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"923\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Sandbox/Orange%20Rectangle.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"924\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Sandbox/Orange%20Rectangle.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"925\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle%20Light%20Blue.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"926\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Sandbox/Car.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"927\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Sandbox/MyRedRectangle.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"928\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle%20Light%20Blue.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"929\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Sandbox/MyRedRectangle.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"930\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Sandbox/Car.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"931\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Sandbox/Orange%20Rectangle.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"932\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle-republished.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"933\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle-republished.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"934\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle%20Light%20Blue.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"935\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Sandbox/Car.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"936\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Sandbox/MyRedRectangle.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"937\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/WorldOverview.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"938\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/PresentationContainer.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"939\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/WorldOverview.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"940\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/ContextJSBenchmarker.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"941\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/PresentationContainer.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"942\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/ReloadLocalRequirements.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"943\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/FilterText.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"944\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/ColorRect.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"945\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/APIUsageInParts.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"946\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/WordCompletionPresentation.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"947\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/DistributedDoit.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"948\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/APIUsageInParts.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"949\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/ChangeRecorder.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"950\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/WordCounter.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"951\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/GraphLayoutExample.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"952\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/MorphFinder.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"953\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/ToggleLayer.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"954\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/ChangeRecorder.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"955\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/ContextJSControl.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"956\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/ShowConnections.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"957\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/AnimateConnections.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"958\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/MorphFinder.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"959\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/GrayColorChooser.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"960\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/SteppingWordCounter.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"961\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/ContextJSControl.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"962\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/TallyConnections.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"963\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/ShowConnections.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"964\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/EditStyleInWorldMenu.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"965\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/MassStylingWorkspace.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"966\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/ShowStructure.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"967\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/EditStyleInWorldMenu.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"968\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/MassStylingWorkspace.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"969\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/XRayStructure.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"970\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/NameDisplay.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"971\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/FormatXMLCodeSnippet.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"972\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/ShowStructure.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"973\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/NameDisplay.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"974\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/FormatXMLCodeSnippet.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"975\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/WorldOverview.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"976\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/PresentationContainer.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"977\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/ContextJSBenchmarker.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"978\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/ReloadLocalRequirements.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"979\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/FilterText.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"980\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/ContextJSBenchmarker.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"981\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/ColorRect.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"982\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/ReloadLocalRequirements.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"983\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/WordCompletionPresentation.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"984\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/FilterText.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"985\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/APIUsageInParts.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"986\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/DistributedDoit.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"987\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/ColorRect.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"988\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/WordCompletionPresentation.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"989\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/DistributedDoit.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"990\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/WordCounter.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"991\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/GraphLayoutExample.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"992\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/ChangeRecorder.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"993\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/ToggleLayer.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"994\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/MorphFinder.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"995\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/AnimateConnections.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"996\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/WordCounter.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"997\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/GraphLayoutExample.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"998\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/ContextJSControl.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"999\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/GrayColorChooser.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1000\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/SteppingWordCounter.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1001\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/ShowConnections.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1002\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/ToggleLayer.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1003\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/TallyConnections.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1004\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/AnimateConnections.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1005\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/GrayColorChooser.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1006\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/SteppingWordCounter.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1007\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/EditStyleInWorldMenu.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1008\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/MassStylingWorkspace.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1009\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/TallyConnections.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1010\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/ShowStructure.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1011\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/XRayStructure.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1012\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/NameDisplay.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1013\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/FormatXMLCodeSnippet.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1014\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Jens/XRayStructure.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1015\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Visualization/URLTreeMap.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1016\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Visualization/URLCirclePacking.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1017\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Visualization/WorldMorphTreeMap.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1018\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Visualization/URLTreeMap.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1019\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Visualization/URLTree.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1020\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Visualization/URLCirclePacking.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1021\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Visualization/URLTree.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1022\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Visualization/URLTreeMap.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1023\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Visualization/ProtovisStackDrawing.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1024\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Visualization/URLCirclePacking.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1025\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Visualization/URLTree.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1026\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Visualization/ProtovisStackDrawing.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1027\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Visualization/URLSunbursts.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1028\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Visualization/TreeMap.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1029\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Visualization/URLIndentedTree.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1030\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Visualization/URLSunbursts.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1031\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Visualization/ProtovisStackDrawing.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1032\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Visualization/URLIndentedTree.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1033\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Visualization/TreeMap.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1034\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Visualization/ProtovisDrawing.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1035\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Visualization/URLSunbursts.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1036\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Visualization/ProtovisDrawing.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1037\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Visualization/URLIndentedTree.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1038\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Visualization/TreeMap.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1039\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Visualization/ProtovisDrawing.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1040\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Visualization/WorldMorphTreeMap.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1041\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Visualization/WorldMorphTreeMap.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1042\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Backgrounds/LK1Background.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1043\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Backgrounds/WhiteBackground.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1044\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Backgrounds/GrayBackground.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1045\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Backgrounds/WhiteBackground.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1046\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Backgrounds/GrayBackground.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1047\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Backgrounds/LivelyBackgroundControl.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1048\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Backgrounds/LK1Background.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1049\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Backgrounds/LivelyBackgroundControl.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1050\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Backgrounds/WhiteBackground.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1051\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Backgrounds/GrayBackground.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1052\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Backgrounds/LK1Background.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1053\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Backgrounds/LivelyBackgroundControl.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1054\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Wiki/VersionViewer.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1055\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Wiki/TracLink.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1056\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Wiki/LatestChangesViewer.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1057\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Wiki/WhatDidIDo.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1058\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Wiki/WhatDidIDo.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1059\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Wiki/WhatDidIDo.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1060\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Wiki/WikiActivities.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1061\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Wiki/JournalNavigation.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1062\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Wiki/WikiActivities.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1063\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Wiki/JournalNavigation.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1064\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Wiki/WikiActivities.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1065\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Wiki/RemoveWorldButton.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1066\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Wiki/JournalNavigation.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1067\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Wiki/RemoveWorldButton.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1068\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Wiki/RemoveWorldButton.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1069\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Wiki/Title.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1070\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Wiki/Title.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1071\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Wiki/MovePages.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1072\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Wiki/MovePages.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1073\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Wiki/CommitCounter.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1074\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Wiki/Title.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1075\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Wiki/CommitCounter.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1076\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Wiki/URLShortener.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1077\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Wiki/MovePages.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1078\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Wiki/JenkinsButton.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1079\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Wiki/URLShortener.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1080\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Wiki/JenkinsButton.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1081\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Wiki/CommitCounter.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1082\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Wiki/URLShortener.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1083\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Wiki/JenkinsButton.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1084\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Wiki/TracLink.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1085\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Wiki/VersionViewer.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1086\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Wiki/LatestChangesViewer.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1087\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Wiki/VersionViewer.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1088\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Wiki/TracLink.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1089\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Wiki/LatestChangesViewer.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1090\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/CodePane.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1091\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/NameLabel.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1092\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/CodePane.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1093\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/NameLabel.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1094\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/CodePane.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1095\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/NameLabel.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1096\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/RGBColorChooser.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1097\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/RGBColorChooser.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1098\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/TabFolder.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1099\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/RGBColorChooser.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1100\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/TabFolder.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1101\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/PrintingWorkspace.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1102\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/TabFolder.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1103\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/ResizeCorner.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1104\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/PrintingWorkspace.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1105\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/ResizeCorner.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1106\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/PrintingWorkspace.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1107\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/ResizeCorner.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1108\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/ProgressBar.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1109\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/ProgressBar.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1110\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/JournalEntry.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1111\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/ClipMorph.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1112\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/JournalEntry.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1113\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/MinimizedMorphContainer.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1114\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/ClipMorph.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1115\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/MinimizedMorphContainer.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1116\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/ProgressBar.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1117\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/ProgressIndicator.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1118\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/CloseButton.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1119\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/LabeledBox.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1120\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/CloseButton.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1121\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/ProgressIndicator.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1122\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/JournalEntry.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1123\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/LabeledBox.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1124\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/ClipMorph.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1125\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/MinimizedMorphContainer.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1126\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/FilterableList.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1127\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/FilterableList.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1128\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/ProgressIndicator.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1129\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/LabeledBox.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1130\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/CloseButton.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1131\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Widgets/FilterableList.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1132\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/IntegerInput.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1133\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/ReferenceChoice.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1134\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataSelector.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1135\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/IntegerInput.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1136\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/wlsReference.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1137\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/FloatInput.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1138\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/wlsReference.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1139\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/FloatInput.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1140\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/MessageMorph.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1141\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/wlsReference.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1142\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/MessageMorph.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1143\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/FloatInput.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1144\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataForm.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1145\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDisplay.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1146\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataForm.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1147\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDisplay.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1148\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/MessageMorph.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1149\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/TextInput.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1150\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataForm.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1151\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/TextInput.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1152\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDisplay.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1153\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/TableCreator.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1154\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/TableCreator.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1155\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDeclarator.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1156\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/TextInput.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1157\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDeclarator.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1158\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/TableCreator.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1159\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/DatabaseConnector.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1160\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDeclarator.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1161\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/DatabaseConnector.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1162\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/DatabaseConnector.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1163\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataReference.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1164\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataReference.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1165\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/BooleanInput.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1166\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataReference.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1167\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/BooleanInput.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1168\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/BooleanInput.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1169\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/ReferenceChoice.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1170\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataSelector.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1171\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/ReferenceChoice.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1172\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataSelector.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1173\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DatabaseDemo/IntegerInput.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1174\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Documentation/HelpfulShortcuts.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1175\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Documentation/WebResourceMinimalChatExample.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1176\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Documentation/LivelyHelp.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1177\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Documentation/ChatApp.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1178\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Documentation/HelpfulShortcuts.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1179\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Documentation/AnnotationPin.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1180\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Documentation/ChatApp.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1181\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Documentation/AnnotationPin.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1182\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Documentation/LivelyHelp.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1183\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Documentation/HelpfulShortcuts.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1184\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Documentation/ChatApp.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1185\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Documentation/AnnotationPin.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1186\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Documentation/LivelysPartsBin.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1187\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Documentation/LivelysPartsBin.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1188\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Documentation/HowConnectWorks.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1189\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Documentation/HowConnectWorks.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1190\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Documentation/LivelysPartsBin.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1191\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Documentation/HowConnectWorks.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1192\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Documentation/WebResourceMinimalChatExample.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1193\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Documentation/WebResourceMinimalChatExample.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1194\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Documentation/LivelyHelp.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1195\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DroppableBehaviors/TitleTextStyle.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1196\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DroppableBehaviors/RotationBehavior.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1197\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DroppableBehaviors/GradientBehavior.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1198\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DroppableBehaviors/SubtitleTextStyle.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1199\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DroppableBehaviors/RotationBehavior.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1200\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DroppableBehaviors/SubtitleTextStyle.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1201\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DroppableBehaviors/GradientBehavior.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1202\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DroppableBehaviors/RotationBehavior.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1203\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DroppableBehaviors/SubtitleTextStyle.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1204\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DroppableBehaviors/NoteTextStyle.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1205\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DroppableBehaviors/NoteTextStyle.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1206\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ThrobbingBehavior.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1207\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ColorBehavior.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1208\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ThrobbingBehavior.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1209\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ColorBehavior.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1210\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DroppableBehaviors/NoteTextStyle.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1211\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DroppableBehaviors/LaTeXHighlighting.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1212\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DroppableBehaviors/InvisibleBehavior.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1213\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DroppableBehaviors/LaTeXHighlighting.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1214\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ColorBehavior.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1215\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ThrobbingBehavior.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1216\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DroppableBehaviors/InvisibleBehavior.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1217\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DroppableBehaviors/TitleTextStyle.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1218\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DroppableBehaviors/TitleTextStyle.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1219\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DroppableBehaviors/LaTeXHighlighting.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1220\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DroppableBehaviors/InvisibleBehavior.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1221\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/DroppableBehaviors/GradientBehavior.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1222\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Issues/CPUVisualization.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1223\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Issues/CPUWorkload.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1224\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Issues/CPUVisualization.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1225\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Issues/CPUWorkload.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1226\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Issues/CPUVisualization.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1227\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Issues/CPUWorkload.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1228\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/SketchyInputs/Label.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1229\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/SketchyInputs/Label.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1230\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/SketchyInputs/Slider.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1231\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/SketchyInputs/Button.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1232\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/SketchyInputs/List.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1233\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/SketchyInputs/Text.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1234\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/SketchyInputs/Slider.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1235\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/SketchyInputs/Text.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1236\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/SketchyInputs/Label.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1237\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/SketchyInputs/DropDownList.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1238\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/SketchyInputs/Slider.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1239\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/SketchyInputs/ProgressBar.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1240\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/SketchyInputs/DropDownList.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1241\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/SketchyInputs/Text.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1242\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/SketchyInputs/ProgressBar.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1243\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/SketchyInputs/DropDownList.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1244\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/SketchyInputs/ProgressBar.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1245\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/SketchyInputs/Rectangle.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1246\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/SketchyInputs/Rectangle.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1247\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/SketchyInputs/List.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1248\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/SketchyInputs/Button.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1249\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/SketchyInputs/Rectangle.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1250\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/SketchyInputs/List.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1251\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/SketchyInputs/Button.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1252\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/PresentationContainer.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1253\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/PresentationController.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1254\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/PresentationContainer.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1255\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/EmptySlideOverlay.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1256\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/PresentationController.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1257\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/EmptySlideOverlay.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1258\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/PresentationContainer.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1259\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/PresentationController.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1260\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/EmptySlideOverlay.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1261\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/TestSlide.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1262\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/TestSlide.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1263\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/SAPLogo.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1264\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/SAPLogo.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1265\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/TestSlide.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1266\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/SWASlide.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1267\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/SAPLogo.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1268\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/SWASlide.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1269\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/SWASlideOverlay.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1270\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/SWATitleSlide.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1271\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/SWASlideOverlay.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1272\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/SWATitleSlide.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1273\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/SAPSWASlideOverlay.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1274\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/SWASlide.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1275\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/SAPSWASlideOverlay.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1276\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/SWASlideOverlay.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1277\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/SWATitleSlide.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1278\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/SlideProjector.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1279\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/SAPSWASlideOverlay.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1280\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/SlideProjector.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1281\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/TemplateSlide.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1282\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/TemplateSlide.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1283\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/SlideProjector.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1284\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/SlideOverlay.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1285\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/HPITitleSlide.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1286\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/TemplateSlide.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1287\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/SlideOverlay.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1288\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/HPITitleSlide.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1289\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/SlideOverlay.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1290\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Presenting/HPITitleSlide.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1291\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Constantin/CardStack.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1292\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Constantin/Kreis.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1293\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Constantin/CardStack.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1294\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Constantin/Kreis.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1295\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Constantin/CardStack.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1296\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Constantin/Kreis.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1297\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fabian/ObjectEditorII.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1298\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fabian/ObjectEditorII.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1299\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Fabian/ObjectEditorII.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1300\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/PrimitiveShapes.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1301\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/LineWithArrows.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1302\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/Image.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1303\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/PrimitiveShapes.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1304\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/LineWithArrows.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1305\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/Image.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1306\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/Text.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1307\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/Text.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1308\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/Line.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1309\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/LineWithArrows.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1310\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/Image.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1311\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/Line.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1312\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/LineWithArrowOrange.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1313\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/Text.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1314\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/LineWithArrowOrange.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1315\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/Ellipse.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1316\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/LineWithArrow.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1317\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/Line.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1318\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/Ellipse.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1319\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/LineWithArrow.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1320\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/LineWithArrowOrange.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1321\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/Ellipse.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1322\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/Rectangle.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1323\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/Triangle.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1324\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/LineWithArrow.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1325\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/Rectangle.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1326\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/Triangle.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1327\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/Star.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1328\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/Rectangle.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1329\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/Star.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1330\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/Triangle.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1331\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/Star.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1332\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/Marker.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1333\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/Marker.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1334\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/Marker.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1335\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/Cloud.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1336\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/Cloud.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1337\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/PrimitiveShapes.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1338\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Basic/Cloud.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1339\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Inputs/List.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1340\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Inputs/ScriptableButton.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1341\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Inputs/ScriptableButton.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1342\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Inputs/DropDownList.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1343\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Inputs/DropDownList.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1344\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Inputs/ScriptableButton.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1345\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Inputs/DropDownList.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1346\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Inputs/StartStopButton.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1347\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Inputs/StartStopButton.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1348\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Inputs/ComboText.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1349\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Inputs/StartStopButton.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1350\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Inputs/ComboText.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1351\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Inputs/Button.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1352\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Inputs/ComboText.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1353\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Inputs/Button.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1354\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Inputs/Spinner.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1355\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Inputs/Spinner.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1356\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Inputs/Button.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1357\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Inputs/Slider.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1358\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Inputs/Slider.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1359\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Inputs/Spinner.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1360\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Inputs/ChoiceButton.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1361\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Inputs/CheckBox.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1362\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Inputs/ChoiceButton.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1363\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Inputs/CheckBox.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1364\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Inputs/Slider.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1365\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Inputs/ChoiceButton.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1366\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Inputs/CheckBox.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1367\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Inputs/InputField.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1368\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Inputs/InputField.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1369\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Inputs/InputField.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1370\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Inputs/List.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1371\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Inputs/List.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1372\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/Journal.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1373\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/TextBox.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1374\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/TextBox.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1375\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/FixedLabel.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1376\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/WIP.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1377\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotationAndLine.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1378\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/FixedLabel.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1379\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/WIP.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1380\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotationAndLine.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1381\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/TextBox.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1382\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/FixedLabel.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1383\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/WIP.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1384\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotationAndLine.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1385\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/PaperMorph.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1386\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/PaperMorph.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1387\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/Label.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1388\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/Title.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1389\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/Label.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1390\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/MetaNoteText.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1391\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/Title.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1392\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/MetaNoteText.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1393\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/PaperMorph.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1394\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/Label.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1395\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/MarkdownText.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1396\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/Title.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1397\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/MetaNoteText.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1398\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/Translator.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1399\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/MarkdownText.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1400\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/Translator.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1401\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/Cool.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1402\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/Cool.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1403\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/MarkdownText.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1404\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/Translator.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1405\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/FontList.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1406\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/Cool.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1407\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/FontList.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1408\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotation.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1409\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotation.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1410\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/FontList.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1411\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/Journal.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1412\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/Journal.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1413\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotation.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1414\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Math/MathMorph.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1415\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Math/MathMorph.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1416\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Math/MathMorph.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1417\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/MP2011WS/MetricsView.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1418\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/MP2011WS/MetricsView.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1419\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/MP2011WS/MetricsView.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1420\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Martin/Measurements%20Workspace.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1421\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Martin/OfflineIndicator.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1422\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Martin/Result%20Workspace.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1423\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Martin/OfflineIndicator.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1424\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1425\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs1.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1426\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Martin/Result%20Workspace.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1427\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Martin/OfflineIndicator.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1428\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Martin/Measurements%20Workspace.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1429\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Martin/Measurements%20Workspace.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1430\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1431\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs1.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1432\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1433\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs1.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1434\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Martin/Result%20Workspace.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1435\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/ObjectTracer.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1436\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/CurveInspector.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1437\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/TextInspector.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1438\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/Debugger.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1439\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/Debugger.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1440\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/Debugger.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1441\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/FPSMorph.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1442\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/ObjectAreaTracer.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1443\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/FPSMorph.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1444\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/ObjectAreaTracer.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1445\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/FPSMorph.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1446\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/ModuleDependencyVis.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1447\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/ObjectAreaTracer.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1448\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/ModuleDependencyVis.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1449\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/ModuleDependencyVis.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1450\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/PropertySheet.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1451\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/PropertySheet.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1452\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/Benchmarker.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1453\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/Benchmarker.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1454\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/PropertySheet.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1455\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/AlternativeObjectDiffer.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1456\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/ObjectDiffer.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1457\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/ObjectSerializationGraph.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1458\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/AlternativeObjectDiffer.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1459\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/Benchmarker.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1460\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/ObjectDiffer.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1461\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/ObjectSerializationGraph.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1462\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/AlternativeObjectDiffer.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1463\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/ObjectDiffer.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1464\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/ObjectSerializationGraph.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1465\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/SerializationGraph.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1466\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/SerializationGraph.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1467\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/PasteInspector.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1468\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/PasteInspector.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1469\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/SerializationGraph.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1470\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/ObjectTracer.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1471\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/ObjectTracer.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1472\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/PasteInspector.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1473\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/CurveInspector.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1474\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/TextInspector.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1475\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/CurveInspector.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1476\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Debugging/TextInspector.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1477\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Robert/RobertsTransportationMorph.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1478\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Robert/JensTransportationMorph.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1479\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Robert/RobertsTransportationMorph.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1480\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Robert/JensTransportationMorph.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1481\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Robert/RobertsTransportationMorph.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1482\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Robert/JensTransportationMorph.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1483\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Pictures/SAPLogo.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1484\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Pictures/LivelyLogo.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1485\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Pictures/LivelyLogo.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1486\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Pictures/LivelyLogo.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1487\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Maps/GoogleMaps.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1488\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Maps/AddressExtractor.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1489\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Maps/AddressExtractor.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1490\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Maps/GoogleMaps.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1491\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Maps/USMap.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1492\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Maps/WorldMap.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1493\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Maps/USMap.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1494\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Maps/WorldMap.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1495\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Maps/AddressExtractor.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1496\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Maps/USMap.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1497\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Maps/WorldMap.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1498\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Maps/GoogleMaps.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1499\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/CodeSnippets/ConvertPartsBinLogos.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1500\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/CodeSnippets/ConvertPartsBinLogos.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1501\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/CodeSnippets/ConvertPartsBinLogos.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1502\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/ModulePart.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1503\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/TestRunnerWithDebuggingSupport.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1504\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/MethodFinder.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1505\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/ClassBrowser.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1506\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/TestRunnerWithDebuggingSupport.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1507\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1508\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/PartTester.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1509\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/ColorReplacer.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1510\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/ServerSearch.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1511\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/PartTestRunner.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1512\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/Explorer.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1513\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/PartTester.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1514\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/MorphDiffer.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1515\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/PartTestRunner.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1516\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/StyleEditor.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1517\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser2.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1518\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/TestRunner.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1519\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1520\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/StyleEditor.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1521\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser2.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1522\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/SearchSourceCode.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1523\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/DropboxBrowser.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1524\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1525\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/BootstrapParts.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1526\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/TextAttributePanel.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1527\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/TextEditor.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1528\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/IFrameLoader.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1529\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/BootstrapParts.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1530\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/WindowFinder.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1531\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/LivelyTweets.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1532\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/TextEditor.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1533\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/ErrorStackViewer.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1534\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/WindowFinder.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1535\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/VerticalSpaceMaker.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1536\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/LivelyTweets.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1537\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/MethodFinder.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1538\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/ClassBrowser.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1539\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/ModulePart.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1540\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/TestRunnerWithDebuggingSupport.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1541\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/ModulePart.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1542\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1543\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/ColorReplacer.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1544\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/ServerSearch.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1545\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1546\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/PartTester.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1547\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/Explorer.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1548\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/PartTestRunner.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1549\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/ColorReplacer.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1550\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/ServerSearch.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1551\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/MorphDiffer.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1552\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/Explorer.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1553\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/StyleEditor.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1554\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/TestRunner.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1555\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser2.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1556\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/MorphDiffer.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1557\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1558\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/TestRunner.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1559\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/DropboxBrowser.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1560\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/SearchSourceCode.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1561\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/TextAttributePanel.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1562\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/DropboxBrowser.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1563\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/SearchSourceCode.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1564\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/BootstrapParts.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1565\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/IFrameLoader.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1566\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/TextEditor.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1567\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/TextAttributePanel.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1568\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/ErrorStackViewer.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1569\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/IFrameLoader.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1570\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/WindowFinder.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1571\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/LivelyTweets.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1572\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/VerticalSpaceMaker.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1573\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/ErrorStackViewer.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1574\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/MethodFinder.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1575\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/ClassBrowser.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1576\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tools/VerticalSpaceMaker.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1577\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/NewWorld/CollapsiblePanel.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1578\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserDialog.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1579\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/NewWorld/WordCounter.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1580\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/NewWorld/ColorField.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1581\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/NewWorld/MetaNoteText.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1582\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/NewWorld/Text.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1583\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/NewWorld/ColorField.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1584\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/NewWorld/DiffExample.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1585\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserComboBox.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1586\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/NewWorld/Text.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1587\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/NewWorld/DiffExample.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1588\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/NewWorld/ColorField.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1589\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserComboBox.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1590\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/NewWorld/StyleEditor1.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1591\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/NewWorld/StyleEditor2.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1592\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/NewWorld/DiffExample.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1593\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/NewWorld/Text.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1594\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/NewWorld/VideoCodecTester.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1595\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/NewWorld/VideoCodecTester.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1596\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/NewWorld/Cool.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1597\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/NewWorld/VideoCodecTester.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1598\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/NewWorld/VersionDiffer.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1599\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/NewWorld/SAPLogo.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1600\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/NewWorld/VersionDiffer.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1601\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/NewWorld/CollapsiblePanel.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1602\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserDialog.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1603\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/NewWorld/CollapsiblePanel.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1604\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/NewWorld/WordCounter.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1605\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/NewWorld/VersionDiffer.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1606\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/NewWorld/WordCounter.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1607\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/SWD2011/BloomFilter.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1608\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/SWD2011/Prototype%20Inheritance.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1609\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/SWD2011/BloomFilter.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1610\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/SWD2011/ExampleSWDObject%20%20%20%20.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1611\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/SWD2011/Prototype%20Inheritance.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1612\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/SWD2011/ExampleSWDObject%20%20%20%20.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1613\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/SWD2011/BloomFilter.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1614\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/SWD2011/Prototype%20Inheritance.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1615\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/SWD2011/ExampleSWDObject%20%20%20%20.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1616\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Scripting/JSONPrinter.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1617\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Scripting/Timer.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1618\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Scripting/Timer.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1619\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Scripting/JSONPrinter.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1620\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Scripting/Timer.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1621\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Scripting/Iterator.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1622\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Scripting/Iterator.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1623\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Scripting/Iterator.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1624\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Scripting/JSONConverter.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1625\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Scripting/TimerWithDisplay.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1626\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Scripting/DistributedDoit.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1627\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Scripting/JSONConverter.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1628\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Scripting/DistributedDoit.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1629\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Scripting/TimerWithDisplay.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1630\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Scripting/JSONConverter.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1631\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Scripting/DistributedDoit.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1632\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Scripting/TimerWithDisplay.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1633\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Scripting/JSONPrinter.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1634\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tests/CommitMessageTest.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1635\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tests/TestEllipse.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1636\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tests/JensContent.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1637\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tests/TestObjectDice.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1638\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tests/CommitMessageTest.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1639\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tests/TestEllipse.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1640\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tests/GetSelectionTest.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1641\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tests/GetSelectionTest.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1642\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tests/JensContent.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1643\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tests/TestObjectDice.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1644\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tests/GetSelectionTest.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1645\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tests/JensContent.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1646\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tests/CommitMessageTest.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1647\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tests/TestEllipse.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1648\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Tests/TestObjectDice.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1649\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Controls/GrabbingControl.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1650\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Controls/DraggingControl.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1651\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Controls/GrabbingControl.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1652\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Controls/DraggingControl.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1653\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Controls/DraggingControl.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1654\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Controls/GrabbingControl.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1655\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Database/DatabaseContainer.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1656\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Database/ODataBrowser.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1657\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Database/ODataSource.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1658\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Database/ODataBrowser.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1659\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Database/SQLiteViewer.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1660\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Database/SQLiteViewer.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1661\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Database/DatabaseContainer.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1662\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Database/DatabaseContainer.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1663\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Database/ODataSource.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1664\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Database/SQLiteViewer.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1665\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Database/ODataSource.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1666\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Database/ODataBrowser.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1667\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TouchMenu.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1668\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/WorldMenu.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1669\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/SearchField.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1670\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/LoadingMorph.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1671\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/WorldMenu.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1672\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Text.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1673\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/LoadingMorph.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1674\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PartsBinBrowser.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1675\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Text.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1676\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/DoAllButton.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1677\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PartsBinBrowser.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1678\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PrintButton.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1679\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/DoAllButton.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1680\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PrintButton.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1681\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/LoadingMorph.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1682\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Text.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1683\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/DoitButton.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1684\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Ellipse.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1685\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/DoitButton.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1686\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PartsBinBrowser.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1687\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/DoAllButton.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1688\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Ellipse.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1689\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PrintButton.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1690\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/DoitButton.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1691\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Ellipse.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1692\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ResizeCorner.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1693\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Button.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1694\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ResizeCorner.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1695\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Button.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1696\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ObjectEditor.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1697\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TouchList.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1698\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ObjectEditor.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1699\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TouchList.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1700\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Marker.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1701\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ResizeCorner.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1702\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ShadowButton.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1703\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Button.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1704\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Slider.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1705\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Marker.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1706\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/HoldIndicator.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1707\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ShadowButton.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1708\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ObjectEditor.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1709\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Slider.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1710\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/HoldIndicator.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1711\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TouchList.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1712\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Marker.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1713\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ShadowButton.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1714\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TextField.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1715\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Slider.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1716\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/HoldIndicator.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1717\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/SaveButton.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1718\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TextField.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1719\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/SaveButton.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1720\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TextField.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1721\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/SaveButton.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1722\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PinLessTouchMenu.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1723\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PinLessTouchMenu.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1724\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TouchMenu.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1725\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/SearchField.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1726\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TouchMenu.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1727\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/SearchField.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1728\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PinLessTouchMenu.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1729\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/iPad%20Widgets/WorldMenu.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1730\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/MorphDiffing%20status%20indicator.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1731\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/ResetButton.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1732\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/LayoutStyler.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1733\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/Styler.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1734\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/Flap.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1735\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/BorderStyler.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1736\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/VoteMorph.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1737\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/LeftButton.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1738\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/LayoutStyler.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1739\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/MorphMerger.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1740\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/Styler.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1741\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/Flap.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1742\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/LeftButton.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1743\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/MorphMerger.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1744\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/ObjectEditorII.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1745\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/Mapscript.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1746\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/IPadCar.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1747\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/ObjectEditorII.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1748\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/Mapscript.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1749\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/a+Button1.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1750\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/a-Button1.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1751\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/UserStory.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1752\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDestroyer.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1753\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/HyperCard.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1754\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/BeToolButton.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1755\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/SyncMorph.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1756\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/Rectanglewin.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1757\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/Blog.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1758\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/UserStory.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1759\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/UserStoryBoard.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1760\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDestroyer.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1761\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/HyperCard.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1762\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/SyncMorph.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1763\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/StartButton.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1764\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/DatabaseChooser.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1765\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDiffViewer.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1766\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/Ellipse-win.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1767\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/Path.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1768\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/UserStoryBoard.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1769\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/StartButton.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1770\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDiffViewer.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1771\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/ColorChooser.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1772\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/HCTextField.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1773\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/NameSign.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1774\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/Path.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1775\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/coursebtn.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1776\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/Toolbar.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1777\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/BlogEntry.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1778\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/Car.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1779\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/Foobar.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1780\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/ColorChooser.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1781\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/onlineChecker.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1782\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/RightButton.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1783\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/webAppButton.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1784\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/HCTextField.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1785\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/coursebtn.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1786\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/BlogEntry.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1787\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/MorphDiffing%20status%20indicator.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1788\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/ResetButton.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1789\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/Foobar.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1790\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/onlineChecker.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1791\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/RightButton.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1792\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/BorderStyler.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1793\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/webAppButton.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1794\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/LayoutStyler.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1795\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/VoteMorph.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1796\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/Flap.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1797\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/Styler.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1798\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/ResetButton.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1799\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/BorderStyler.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1800\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/LeftButton.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1801\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/MorphMerger.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1802\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/VoteMorph.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1803\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/ObjectEditorII.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1804\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/IPadCar.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1805\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/Mapscript.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1806\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/a+Button1.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1807\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/IPadCar.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1808\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/a-Button1.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1809\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/a+Button1.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1810\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/BeToolButton.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1811\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/UserStory.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1812\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/a-Button1.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1813\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/Rectanglewin.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1814\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDestroyer.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1815\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/HyperCard.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1816\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/Blog.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1817\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/SyncMorph.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1818\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/BeToolButton.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1819\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/DatabaseChooser.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1820\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/Ellipse-win.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1821\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/Rectanglewin.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1822\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/UserStoryBoard.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1823\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/Blog.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1824\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/StartButton.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1825\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDiffViewer.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1826\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/Path.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1827\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/DatabaseChooser.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1828\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/Ellipse-win.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1829\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/NameSign.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1830\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/Toolbar.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1831\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/ColorChooser.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1832\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/Car.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1833\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/HCTextField.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1834\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/coursebtn.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1835\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/BlogEntry.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1836\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/NameSign.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1837\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/Toolbar.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1838\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/Foobar.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1839\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/RightButton.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1840\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/onlineChecker.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1841\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/Car.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1842\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BP2012/webAppButton.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1843\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Server/LogSearch.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1844\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Server/CPUData.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1845\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Server/NodeJSControl.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1846\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Server/CPUData.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1847\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Server/NodeJSControl.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1848\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Server/CommandLine.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1849\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Server/ServerCommands.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1850\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Server/CPUData.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1851\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Server/CommandLine.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1852\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Server/ServerCommands.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1853\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Server/NodeJSControl.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1854\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Server/ServerPart.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1855\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Server/CommandLine.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1856\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Server/JSRemoteServerWorkspace.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1857\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Server/ServerPart.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1858\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Server/ServerCommands.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1859\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Server/JSRemoteServerWorkspace.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1860\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Server/FibonacciPart.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1861\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Server/ServerPart.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1862\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Server/JSRemoteServerWorkspace.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1863\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Server/FibonacciPart.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1864\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Server/LogSearch.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1865\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Server/LogSearch.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1866\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Server/FibonacciPart.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1867\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/SillyClock.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1868\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/Windmill.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1869\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/Windmill.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1870\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/Windmill.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1871\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/HighscoreExample.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1872\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/FrameRateGraph.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1873\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/HighscoreExample.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1874\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/FrameRateGraph.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1875\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/Clock.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1876\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/Clock.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1877\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/HighscoreExample.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1878\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/RedRectangle.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1879\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/FrameRateGraph.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1880\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/RedRectangle.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1881\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/Clock.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1882\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/KClock.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1883\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/RedRectangle.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1884\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/KClock.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1885\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/ArchitectureOverview.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1886\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/ArchitectureOverview.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1887\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/CrabsResults.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1888\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/KClock.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1889\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/CrabsResults.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1890\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/ArchitectureOverview.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1891\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/RotatingStar.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1892\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/CurrencyConverter.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1893\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/TestWidget.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1894\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/CrabsResults.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1895\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/RotatingStar.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1896\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/CurrencyConverter.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1897\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/TestWidget.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1898\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/RotatingStar.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1899\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/CurrencyConverter.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1900\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/LivelyEngine.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1901\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/TestWidget.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1902\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/LivelyEngine.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1903\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/LivelyEngine.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1904\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/SillyClock.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1905\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Demos/SillyClock.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1906\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/TestObject.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1907\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/TestObject.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1908\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BPCGrid.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1909\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1910\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/morphic.js/SnapJS.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1911\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1912\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld2.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1913\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/morphic.js/SnapJS.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1914\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld2.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1915\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1916\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/morphic.js/SnapJS.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1917\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld2.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1918\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Layout/VBox.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1919\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Layout/VBox.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1920\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Layout/TabContainer.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1921\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Layout/JournalBox.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1922\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Layout/VBox.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1923\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Layout/JournalBox.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1924\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Layout/JournalBox.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1925\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Layout/FancyList.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1926\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Layout/FancyList.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1927\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Layout/HBox.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1928\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Layout/LayoutConfigurator.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1929\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Layout/TilePane.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1930\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Layout/HBox.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1931\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Layout/LayoutConfigurator.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1932\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Layout/FancyList.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1933\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Layout/TilePane.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1934\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Layout/TilePane5x5.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1935\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Layout/TilePane5x5.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1936\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Layout/LayoutConfigurator.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1937\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Layout/HBox.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1938\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Layout/TilePane.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1939\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Layout/TabContainer.metainfo\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1940\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Layout/TilePane5x5.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1941\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/Layout/TabContainer.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1942\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/BPCGrid.html\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1943\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/repository/webwerkstatt/PartsBin/TestObject.json\",\"__SourceModuleName__\":\"Global.lively.Network\",\"__LivelyClassName__\":\"URL\"},\"1944\":{\"onrestore\":{\"__isSmartRef__\":true,\"id\":1945},\"reloadEverything\":{\"__isSmartRef__\":true,\"id\":1953},\"setSelectedPartItem\":{\"__isSmartRef__\":true,\"id\":1957},\"onLoadFromPartsBin\":{\"__isSmartRef__\":true,\"id\":1961},\"ensureCategories\":{\"__isSmartRef__\":true,\"id\":1969},\"updateCategoriesDictFromPartsBin\":{\"__isSmartRef__\":true,\"id\":1973},\"updateCategoryList\":{\"__isSmartRef__\":true,\"id\":1977},\"defaultPartsBinURL\":{\"__isSmartRef__\":true,\"id\":1981},\"reset\":{\"__isSmartRef__\":true,\"id\":1985},\"setupConnections\":{\"__isSmartRef__\":true,\"id\":1989},\"loadPartsOfCategory\":{\"__isSmartRef__\":true,\"id\":1993},\"removeParts\":{\"__isSmartRef__\":true,\"id\":1997},\"getPartsSpaceForCategory\":{\"__isSmartRef__\":true,\"id\":2001},\"addMorphsForPartItems\":{\"__isSmartRef__\":true,\"id\":2005},\"getURLForCategoryNamed\":{\"__isSmartRef__\":true,\"id\":2009},\"makeUpPartNameFor\":{\"__isSmartRef__\":true,\"id\":2013},\"openPart\":{\"__isSmartRef__\":true,\"id\":2017},\"interactivelyRemoveSelectedPartItem\":{\"__isSmartRef__\":true,\"id\":2021},\"loadAndOpenSelectedPartItem\":{\"__isSmartRef__\":true,\"id\":2025},\"addCategory\":{\"__isSmartRef__\":true,\"id\":2029},\"addCategoryInteractively\":{\"__isSmartRef__\":true,\"id\":2033},\"addExternalCategory\":{\"__isSmartRef__\":true,\"id\":2037},\"removeCategory\":{\"__isSmartRef__\":true,\"id\":2041},\"removeCategoryInteractively\":{\"__isSmartRef__\":true,\"id\":2045},\"interactivelyMoveSelectedPartItem\":{\"__isSmartRef__\":true,\"id\":2049},\"setMetaInfoOfSelectedItem\":{\"__isSmartRef__\":true,\"id\":2053},\"saveCommentForSelectedPartItem\":{\"__isSmartRef__\":true,\"id\":2057},\"addPartsOfCategory\":{\"__isSmartRef__\":true,\"id\":2061},\"onLoadLatest\":{\"__isSmartRef__\":true,\"id\":2065},\"onLoadAll\":{\"__isSmartRef__\":true,\"id\":2069},\"onSearch\":{\"__isSmartRef__\":true,\"id\":2073},\"addPartsFromURLs\":{\"__isSmartRef__\":true,\"id\":2077},\"search\":{\"__isSmartRef__\":true,\"id\":2081},\"showMsg\":{\"__isSmartRef__\":true,\"id\":2085},\"toggleMorePane\":{\"__isSmartRef__\":true,\"id\":2089},\"interactivelyCopySelectedPartItem\":{\"__isSmartRef__\":true,\"id\":2093},\"partsBinUrl\":{\"__isSmartRef__\":true,\"id\":2097},\"partsBinURL\":{\"__isSmartRef__\":true,\"id\":2101},\"commitLogString\":{\"__isSmartRef__\":true,\"id\":2105},\"showCommits\":{\"__isSmartRef__\":true,\"id\":2109},\"setShareLink\":{\"__isSmartRef__\":true,\"id\":2113},\"setSelectedPartVersions\":{\"__isSmartRef__\":true,\"id\":2117}},\"1945\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1946},\"source\":\"function onrestore() {\\n (function(){ this.reloadEverything() }.bind(this)).delay(0)\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1951},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1946\":{\"this\":{\"__isSmartRef__\":true,\"id\":1},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1947}},\"1947\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1948}},\"1948\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1949},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1950},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1949\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1},\"name\":\"onrestore\"},\"1950\":{},\"1951\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1952},\"user\":\"undefined\",\"tags\":[]},\"1952\":{\"isSerializedDate\":true,\"string\":\"Sat Mar 10 2012 11:25:14 GMT+0100 (CET)\"},\"1953\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1954},\"source\":\"function reloadEverything() {\\n this.setSelectedPartItem(null)\\n this.updateCategoriesDictFromPartsBin();\\n this.addCategory(\\\"*latest*\\\", true);\\n this.addCategory(\\\"*all*\\\", true);\\n this.addCategory(\\\"*search*\\\", true);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1955},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1954\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1955\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1956},\"tags\":[]},\"1956\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 20 2011 19:03:58 GMT+0100 (CET)\"},\"1957\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1958},\"source\":\"function setSelectedPartItem(item) {\\n this.selectedPartItem = item;\\n this.get('selectedPartComment').textString = '';\\n this.get('selectedPartVersions').updateList(item ? ['Loading versions...']: []);\\n this.get('selectedPartVersions').setSelection(null);\\n if (!item) {\\n this.get('selectedPartName').textString = 'nothing selected'\\n this.get('selectedPartSpaceName').textString = ''\\n\\treturn;\\n }\\n this.get('selectedPartName').textString = item.name\\n this.get('selectedPartSpaceName').textString = item.partsSpaceName\\n\\n // load versions\\n connect(item, 'partVersions', this, 'setSelectedPartVersions');\\n item.loadPartVersions(true);\\n\\n // load meta info\\n connect(item, 'loadedMetaInfo', this, 'setMetaInfoOfSelectedItem');\\n \\n this.setShareLink(item);\\n\\n item.loadPartMetaInfo(true);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1959},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1958\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1959\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1960},\"user\":\"jenslincke\",\"tags\":[]},\"1960\":{\"isSerializedDate\":true,\"string\":\"Tue Jan 31 2012 19:34:13 GMT+0100 (CET)\"},\"1961\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1962},\"source\":\"function onLoadFromPartsBin() {\\n $super();\\n this.reloadEverything();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1967},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1962\":{\"this\":{\"__isSmartRef__\":true,\"id\":1},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1963}},\"1963\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1964}},\"1964\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1965},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1966},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1965\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1},\"name\":\"onLoadFromPartsBin\"},\"1966\":{},\"1967\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1968},\"tags\":[]},\"1968\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 20 2011 18:46:51 GMT+0100 (CET)\"},\"1969\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1970},\"source\":\"function ensureCategories() {\\n if (!this.categories)\\n this.categories = {uncategorized: 'PartsBin/'};\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1971},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1970\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1971\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1972},\"tags\":[]},\"1972\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 20 2011 18:46:51 GMT+0100 (CET)\"},\"1973\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1974},\"source\":\"function updateCategoriesDictFromPartsBin() { \\n this.ensureCategories();\\n var webR = new WebResource(this.partsBinURL());\\n webR.beAsync();\\n \\n var that = this;\\n var callback = function(collections) {\\n collections.forEach(function(dir) {\\n var unescape = Global.urlUnescape || Global.unescape,\\n unescaped = unescape(dir.getURL().filename()),\\n name = unescaped.replace(/\\\\/$/,\\\"\\\");\\n that.categories[name] = that.partsBinURL().withFilename(unescaped);\\n });\\n that.updateCategoryList(that.categoryName);\\n }\\n connect(webR, 'subCollections', {cb: callback}, 'cb', {\\n updater: function($upd, value) {\\n if (!(this.sourceObj.status && this.sourceObj.status.isDone())) return;\\n if (!value) return;\\n $upd(value);\\n },\\n });\\n webR.getSubElements();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1975},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1974\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1975\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1976},\"tags\":[]},\"1976\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 20 2011 19:03:58 GMT+0100 (CET)\"},\"1977\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1978},\"source\":\"function updateCategoryList(optCategoryName) {\\n this.get('categoryList').updateList(\\n\\tProperties.own(this.categories).sortBy(function(name) { return name.toLowerCase()}));\\n this.get('categoryList').setSelection(optCategoryName)\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1979},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1978\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1979\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1980},\"tags\":[]},\"1980\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 20 2011 18:46:51 GMT+0100 (CET)\"},\"1981\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1982},\"source\":\"function defaultPartsBinURL() {\\n return new URL(Config.rootPath).withFilename('PartsBin/');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1983},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1982\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1983\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1984},\"user\":\"fabian\",\"tags\":[]},\"1984\":{\"isSerializedDate\":true,\"string\":\"Wed Feb 22 2012 23:39:48 GMT+0100 (CET)\"},\"1985\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1986},\"source\":\"function reset() {\\n this.connections = {toggleMorePane: {}} \\n this.setSelectedPartItem(null);\\n delete this.categories;\\n this.getPartsBinMetaInfo().requiredModules= ['lively.PartsBin', 'apps.DateFormat'] \\n this.get('categoryList').updateList([]);\\n this.get('partsBinContents').removeAllMorphs();\\n this.get('searchText').setTextString(\\\"\\\");\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1987},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1986\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1987\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1988},\"user\":\"jenslincke\",\"tags\":[]},\"1988\":{\"isSerializedDate\":true,\"string\":\"Tue Jan 31 2012 20:28:27 GMT+0100 (CET)\"},\"1989\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1990},\"source\":\"function setupConnections() {\\n connect(this.closeButton, 'fire', this, 'remove')\\n connect(this.addCategoryButton, 'fire', this, 'addCategoryInteractively')\\n connect(this.get('removeCategoryButton'), 'fire', this, 'removeCategoryInteractively')\\n connect(this.get('categoryList'), 'selection', this, 'categoryName')\\n connect(this, 'categoryName', this, 'loadPartsOfCategory')\\n\\n connect(this.get('partsBinContents'), 'selectedItem', this, 'setSelectedPartItem')\\n\\n connect(this.get('reloadButton'), \\\"fire\\\", this, \\\"reloadEverything\\\")\\n\\n connect(this.get('loadPartButton'), \\\"fire\\\", this, \\\"loadAndOpenSelectedPartItem\\\")\\n\\n connect(this.get('removePartButton'), \\\"fire\\\", this, \\\"interactivelyRemoveSelectedPartItem\\\")\\n\\n connect(this.get('movePartButton'), \\\"fire\\\", this, \\\"interactivelyMoveSelectedPartItem\\\")\\n connect(this.get('copyPartButton'), \\\"fire\\\", this, \\\"interactivelyCopySelectedPartItem\\\")\\n\\n connect(this.get('selectedPartComment'), \\\"savedTextString\\\", this, \\\"saveCommentForSelectedPartItem\\\")\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1991},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1990\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1991\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1992},\"tags\":[]},\"1992\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 20 2011 18:46:51 GMT+0100 (CET)\"},\"1993\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1994},\"source\":\"function loadPartsOfCategory(categoryName) {\\n this.removeParts();\\n this.setSelectedPartItem(null);\\n if (!categoryName) return;\\n var webR;\\n if (categoryName == \\\"*all*\\\") {\\n this.showMsg(\\\"loading all...\\\");\\n webR = new WebResource(this.partsBinURL()).beAsync();\\n lively.bindings.connect(webR, 'subDocuments', this, 'onLoadAll');\\n webR.getSubElements(10)\\n } else if (categoryName == \\\"*latest*\\\") {\\n this.showMsg(\\\"loading latest...\\\");\\n webR = new WebResource(this.partsBinURL()).beAsync();\\n lively.bindings.connect(webR, 'contentDocument', this, 'onLoadLatest');\\n webR.propfind('infinity')\\n } else if (categoryName == \\\"*search*\\\") {\\n this.showMsg(\\\"searching...\\\");\\n webR = new WebResource(this.partsBinURL()).beAsync();\\n lively.bindings.connect(webR, 'subDocuments', this, 'allURLs', {\\n converter: function(subDocuments) {\\n return subDocuments.invoke('getURL')\\n }\\n });\\n lively.bindings.connect(this, 'allURLs', this, 'onSearch', {\\n removeAfterUpdate: true});\\n webR.getSubElements(10)\\n } else {\\n this.addPartsOfCategory(categoryName)\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1995},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1994\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1995\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1996},\"tags\":[]},\"1996\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 20 2011 19:03:58 GMT+0100 (CET)\"},\"1997\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1998},\"source\":\"function removeParts() {\\n this.get('partsBinContents').submorphs.clone().invoke('remove');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1999},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1998\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1999\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2000},\"tags\":[]},\"2000\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 20 2011 18:46:51 GMT+0100 (CET)\"},\"2001\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2002},\"source\":\"function getPartsSpaceForCategory(categoryName) {\\n var url = this.getURLForCategoryNamed(categoryName);\\n return lively.PartsBin.partsSpaceWithURL(url);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2003},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2002\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"2003\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2004},\"tags\":[]},\"2004\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 20 2011 18:46:51 GMT+0100 (CET)\"},\"2005\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2006},\"source\":\"function addMorphsForPartItems(partItems, doNotSort) {\\n this.removeParts();\\n if (!doNotSort) {\\n partItems = partItems.sortBy(function(ea) {\\n return ea.name.toLowerCase() \\n });\\n }\\n\\n var pContents = this.get('partsBinContents');\\n pContents.stopAddingPartItemsAsync();\\n pContents.startAddingPartItems(partItems);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2007},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2006\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"2007\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2008},\"tags\":[]},\"2008\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 20 2011 18:26:53 GMT+0100 (CET)\"},\"2009\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2010},\"source\":\"function getURLForCategoryNamed(categoryName) {\\n this.ensureCategories()\\n\\n var relative = this.categories[categoryName];\\n if (!relative) return null;\\n return URL.ensureAbsoluteCodeBaseURL(relative).withRelativePartsResolved()\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2011},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2010\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"2011\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2012},\"user\":\"undefined\",\"tags\":[]},\"2012\":{\"isSerializedDate\":true,\"string\":\"Sat Mar 10 2012 11:20:59 GMT+0100 (CET)\"},\"2013\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2014},\"source\":\"function makeUpPartNameFor(name) {\\n if (!$morph(name)) return name;\\n var i = 2;\\n while($morph(name + i)) { i++ }\\n return name + i;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2015},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2014\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"2015\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2016},\"tags\":[]},\"2016\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 20 2011 18:46:51 GMT+0100 (CET)\"},\"2017\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2018},\"source\":\"function openPart(partMorph) {\\n partMorph.setName(this.makeUpPartNameFor(partMorph.getName()));\\n lively.morphic.World.current().firstHand().grabMorph(partMorph, null);\\n if(partMorph.onCreateFromPartsBin) partMorph.onCreateFromPartsBin();\\n partMorph.setPosition(pt(0,0));\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2019},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2018\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"2019\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2020},\"tags\":[]},\"2020\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 20 2011 18:46:51 GMT+0100 (CET)\"},\"2021\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2022},\"source\":\"function interactivelyRemoveSelectedPartItem(partMorph) {\\n var item = this.selectedPartItem;\\n if (!item) return;\\n this.world().confirm(\\\"really delete \\\" + item.name + \\\" in PartsBin?\\\", function(answer) {\\n\\tif (!answer) return;\\n\\titem.del();\\n\\tthis.reloadEverything();\\n\\talertOK(\\\"deleted \\\" + item.name);\\n }.bind(this))\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2023},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2022\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"2023\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2024},\"tags\":[]},\"2024\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 20 2011 18:46:51 GMT+0100 (CET)\"},\"2025\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2026},\"source\":\"function loadAndOpenSelectedPartItem(partMorph) {\\n var item = this.selectedPartItem;\\n if (!item) return;\\n connect(item, 'part', this, 'openPart');\\n var selectedVersion = this.get('selectedPartVersions').selection,\\n\\trev = selectedVersion ? selectedVersion.rev : null;\\n item.loadPart(true, null, rev);\\n alert('loading ' + item.name + '...');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2027},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2026\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"2027\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2028},\"tags\":[]},\"2028\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 20 2011 18:46:51 GMT+0100 (CET)\"},\"2029\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2030},\"source\":\"function addCategory(categoryName, doNotUpdate) {\\n if (!categoryName.startsWith(\\\"*\\\")) {\\n var url = this.partsBinURL().withFilename(categoryName);\\n this.addExternalCategory(categoryName, url, true);\\n } else {\\n this.categories[categoryName] = {isSpecialCategory: true};\\n if (!doNotUpdate) {\\n this.updateCategoryList(categoryName);\\n }\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2031},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2030\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"2031\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2032},\"tags\":[]},\"2032\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 20 2011 19:03:58 GMT+0100 (CET)\"},\"2033\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2034},\"source\":\"function addCategoryInteractively() {\\n var partsBin = this, world = this.world();\\n world.prompt('Name of new category?', function(categoryName) {\\n if (!categoryName || categoryName == '') {\\n\\t alert('no category created!')\\n\\t return;\\n\\t}\\n partsBin.addCategory(categoryName)\\n });\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2035},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2034\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"2035\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2036},\"tags\":[]},\"2036\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 20 2011 18:46:51 GMT+0100 (CET)\"},\"2037\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2038},\"source\":\"function addExternalCategory(categoryName, url, createPath) {\\n url = url.asDirectory();\\n this.categories[categoryName] = url;\\n if (createPath) {\\n this.getPartsSpaceForCategory(categoryName).ensureExistance();\\n }\\n this.updateCategoryList(categoryName)\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2039},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2038\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"2039\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2040},\"tags\":[]},\"2040\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 20 2011 18:46:51 GMT+0100 (CET)\"},\"2041\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2042},\"source\":\"function removeCategory(categoryName) {\\n var url = this.getURLForCategoryNamed(categoryName);\\n if (!url) {\\n alert('No category ' + categoryName + ' exists! Doing nothing')\\n\\treturn;\\n }\\n var webR = new WebResource(url);\\n if (!webR.exists()) {\\n alert('Does not exist: ' + url);\\n\\tdelete this.categories[categoryName];\\n\\tlively.PartsBin.removePartsSpace(name);\\n\\tthis.updateCategoryList();\\n\\treturn\\n }\\n webR.getSubElements()\\n if (!webR.subDocuments || webR.subDocuments.length > 0 ||\\n !webR.subCollections || webR.subCollections.length > 0) {\\n alert('Will not remove directory ' + url + ' because it is not empty')\\n } else {\\n webR.del();\\n alertOK('Removed ' + categoryName + ' url ' + url);\\n }\\n delete this.categories[categoryName];\\n lively.PartsBin.removePartsSpace(name);\\n this.updateCategoryList();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2043},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2042\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"2043\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2044},\"tags\":[]},\"2044\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 20 2011 18:46:51 GMT+0100 (CET)\"},\"2045\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2046},\"source\":\"function removeCategoryInteractively() {\\n var partsBin = this, world = this.world();\\n world.confirm('Really remove ' + this.categoryName + '?', function(result) {\\n\\tif (!result) {\\n\\t alert('no category removed!')\\n\\t return;\\n\\t}\\n\\tpartsBin.removeCategory(partsBin.categoryName)\\n });\\t\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2047},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2046\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"2047\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2048},\"tags\":[]},\"2048\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 20 2011 18:46:51 GMT+0100 (CET)\"},\"2049\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2050},\"source\":\"function interactivelyMoveSelectedPartItem(partMorph) {\\n var partItem = this.selectedPartItem, categories = this.categories, self = this;\\n if (!partItem) { alert('no item selected'); return }\\n var items = Properties.own(categories).sort()\\n .reject(function(ea) { return ea.startsWith(\\\"*\\\") || ea === self. categoryName})\\n .collect(function(catName) {\\n return [catName, function() {\\n var url = new URL(categories[catName]);\\n var partsSpace = lively.PartsBin.partsSpaceWithURL(url)\\n partItem.moveToPartsSpace(partsSpace);\\n self.reloadEverything();\\n alertOK('Moved ' + partItem.name + ' to ' + url);\\n }]\\n })\\n lively.morphic.Menu.openAtHand('Select category', items);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2051},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2050\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"2051\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2052},\"user\":\"robertkrahn\",\"tags\":[]},\"2052\":{\"isSerializedDate\":true,\"string\":\"Thu Jul 07 2011 16:13:12 GMT+0200 (CEST)\"},\"2053\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2054},\"source\":\"function setMetaInfoOfSelectedItem(metaInfo) {\\n var comment = (metaInfo && metaInfo.getComment()) ||\\n 'No comment yet';\\n this.get('CommitLog').setTextString(this.commitLogString(metaInfo))\\n\\n\\n this.get('selectedPartComment').textString = comment;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2055},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2054\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"2055\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2056},\"user\":\"jenslincke\",\"tags\":[]},\"2056\":{\"isSerializedDate\":true,\"string\":\"Tue Jan 31 2012 20:15:25 GMT+0100 (CET)\"},\"2057\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2058},\"source\":\"function saveCommentForSelectedPartItem(comment) {\\n if (!this.selectedPartItem) {\\n\\talert('no part item selected!')\\n\\treturn;\\n }\\n var metaInfo = this.selectedPartItem.getMetaInfo();\\n metaInfo.setComment(comment);\\n this.selectedPartItem.uploadMetaInfoOnly();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2059},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2058\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"2059\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2060},\"tags\":[]},\"2060\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 20 2011 18:26:53 GMT+0100 (CET)\"},\"2061\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2062},\"source\":\"function addPartsOfCategory(categoryName) {\\n var partsSpace = this.getPartsSpaceForCategory(categoryName);\\n connect(partsSpace, 'partItems', this, 'addMorphsForPartItems', {\\n\\tconverter: function(partItemObj) { return Properties.ownValues(partItemObj) }})\\n partsSpace.load(true);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2063},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2062\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"2063\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2064},\"tags\":[]},\"2064\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 20 2011 18:46:51 GMT+0100 (CET)\"},\"2065\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2066},\"source\":\"function onLoadLatest(propfindXML) {\\n var rawNodes = new Query(\\\"/D:multistatus/D:response\\\").findAll(propfindXML.documentElement);\\n\\n var svnVersionInfos = rawNodes.map(function(rawNode) { return SVNVersionInfo.fromPropfindNode(rawNode) });\\n\\n var top20 = svnVersionInfos\\n .select(function(ea) { return ea.url.endsWith(\\\".json\\\")})\\n .sortBy(function(ea) { return ea.rev}).reverse().slice(0,20);\\n var top20URLs = top20.collect(function(ea) { \\n return new URL(\\\"http://\\\" + URL.codeBase.hostname + ea.url)})\\n \\n this.addPartsFromURLs(top20URLs) \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2067},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2066\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"2067\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2068},\"tags\":[]},\"2068\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 20 2011 18:46:51 GMT+0100 (CET)\"},\"2069\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2070},\"source\":\"function onLoadAll(subDocuments) {\\n // alertOK(\\\"load all \\\" + subDocuments.length)\\n var all = subDocuments.invoke('getURL')\\n .select(function(ea) {return ea.filename().endsWith(\\\".json\\\")})\\n .sortBy(function(ea) {return ea.filename()});\\n \\n this.addPartsFromURLs(all) \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2071},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2070\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"2071\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2072},\"tags\":[]},\"2072\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 20 2011 18:38:18 GMT+0100 (CET)\"},\"2073\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2074},\"source\":\"function onSearch(allPartURLs) {\\n var searchString = this.get('searchText').textString;\\n var matchingPartURLs = allPartURLs\\n .select(function(ea) {return new RegExp(searchString, 'i').test(ea.filename())})\\n .sortBy(function(ea) {return ea.filename()});\\n this.addPartsFromURLs(matchingPartURLs) \\n if (matchingPartURLs.length == 0)\\n this.showMsg(\\\"nothing found for '\\\" + searchString + \\\"'\\\")\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2075},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2074\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"2075\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2076},\"user\":\"lauritz\",\"tags\":[]},\"2076\":{\"isSerializedDate\":true,\"string\":\"Mon Dec 19 2011 19:59:19 GMT+0100 (CET)\"},\"2077\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2078},\"source\":\"function addPartsFromURLs(urls) {\\n var partsBin = this,\\n partItems = [];\\n\\n urls.forEach(function(ea) {\\n var partPath = ea.relativePathFrom(URL.codeBase.withFilename(\\\"../\\\")),\\n match = partPath.match(/(.*\\\\/)(.*).json/);\\n if (match)\\n partItems.push(lively.PartsBin.getPartItem(match[2], match[1]));\\n });\\n partsBin.addMorphsForPartItems(partItems, true);\\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2079},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2078\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"2079\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2080},\"user\":\"jenslincke\",\"tags\":[]},\"2080\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 23 2012 18:39:54 GMT+0100 (CET)\"},\"2081\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2082},\"source\":\"function search(searchString) {\\n this.get('categoryList').setSelection(\\\"*search*\\\");\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2083},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2082\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"2083\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2084},\"tags\":[]},\"2084\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 20 2011 18:46:51 GMT+0100 (CET)\"},\"2085\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2086},\"source\":\"function showMsg(string) {\\n var label = new lively.morphic.Text(new Rectangle(0,0,200,30), string);\\n label.applyStyle({fill: null, borderWidth: 0})\\n this.get('partsBinContents').addMorph(label)\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2087},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2086\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"2087\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2088},\"user\":\"lauritz\",\"tags\":[]},\"2088\":{\"isSerializedDate\":true,\"string\":\"Mon Dec 19 2011 19:59:19 GMT+0100 (CET)\"},\"2089\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2090},\"source\":\"function toggleMorePane() {\\n var pane = this.get('morePane');\\n moveOffset = pane.getExtent().withY(0),\\n steps = 5, timePerStep = 10,\\n btn = pane.get('moreButton');\\n if (pane.isVisible()) {\\n var dest = pane.getPosition().addPt(moveOffset.negated());\\n pane.animatedInterpolateTo(dest, steps, timePerStep, function() {\\n btn.setLabel('more')\\n pane.setVisible(false)\\n });\\n\\n } else {\\n btn.setLabel('hide')\\n pane.setVisible(true)\\n this.addMorphBack(pane);\\n pane.align(\\n pane.bounds().topRight(), \\n this.get('partsBinContents').bounds().topRight());\\n // move it so that it is completely visible\\n var dest = pane.getPosition().addPt(moveOffset);\\n pane.animatedInterpolateTo(dest, steps, timePerStep, Functions.Null);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2091},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2090\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"2091\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2092},\"user\":\"lauritz\",\"tags\":[]},\"2092\":{\"isSerializedDate\":true,\"string\":\"Mon Dec 19 2011 19:59:19 GMT+0100 (CET)\"},\"2093\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2094},\"source\":\"function interactivelyCopySelectedPartItem(partMorph) {\\n // FIXME duplication with interactivelyMoveSelectedPartItem\\n var partItem = this.selectedPartItem, categories = this.categories, self = this;\\n if (!partItem) { alert('no item selected'); return }\\n var items = Properties.own(categories).sort()\\n .reject(function(ea) { return ea.startsWith(\\\"*\\\") || ea === self. categoryName})\\n .collect(function(catName) {\\n return [catName, function() {\\n var url = new URL(categories[catName]);\\n var partsSpace = lively.PartsBin.partsSpaceWithURL(url)\\n partItem.copyToPartsSpace(partsSpace);\\n alertOK('Copied ' + partItem.name + ' to ' + url);\\n }]\\n })\\n lively.morphic.Menu.openAtHand('Select category', items);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2095},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2094\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"2095\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2096},\"user\":\"robertkrahn\",\"tags\":[]},\"2096\":{\"isSerializedDate\":true,\"string\":\"Thu Jul 07 2011 16:13:17 GMT+0200 (CEST)\"},\"2097\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2098},\"source\":\"function partsBinUrl() {\\n if (this.url) {\\n return url;\\n }\\n return this.partsBinURL();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2099},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2098\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"2099\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2100},\"tags\":[]},\"2100\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 20 2011 19:03:58 GMT+0100 (CET)\"},\"2101\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2102},\"source\":\"function partsBinURL() {\\n if (this.url) {\\n return this.url;\\n }\\n return this.defaultPartsBinURL();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2103},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2102\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"2103\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2104},\"tags\":[]},\"2104\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 20 2011 19:03:06 GMT+0100 (CET)\"},\"2105\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2106},\"source\":\"function commitLogString(metaInfo) {\\n if (!metaInfo.changes) return \\\"\\\";\\n return metaInfo.changes\\n .reverse()\\n .collect(function(ea) {\\n return Strings.format(\\\"%s %s: \\\\n %s\\\\n\\\",\\n ea.date.format(\\\"yyyy-mm-dd HH:MM\\\") , \\n ea.author, (ea.message || \\\"no comment\\\"));\\n })\\n .join('');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2107},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2106\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"2107\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2108},\"user\":\"jenslincke\",\"tags\":[]},\"2108\":{\"isSerializedDate\":true,\"string\":\"Tue Jan 31 2012 20:19:05 GMT+0100 (CET)\"},\"2109\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2110},\"source\":\"function showCommits() {\\n if (!this.selectedPartItem) {\\n alert('nothing selected');\\n return;\\n }\\n var metaInfo = this.selectedPartItem.loadedMetaInfo;\\n this.world().addTextWindow({\\n title: 'Commits of ' + metaInfo.partName,\\n content: this.commitLogString(metaInfo)\\n });\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2111},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2110\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"2111\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2112},\"user\":\"robertkrahn\",\"tags\":[]},\"2112\":{\"isSerializedDate\":true,\"string\":\"Mon Jan 23 2012 19:20:49 GMT+0100 (CET)\"},\"2113\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2114},\"source\":\"function setShareLink(partItem) {\\n var linkText = this.get('shareLink');\\n linkText.setTextString('Share Link');\\n var url = 'http://www.lively-kernel.org/viral?part='\\n + partItem.name + '&path=' + partItem.partsSpaceName;\\n linkText.emphasizeAll({uri: url});\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2115},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2114\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"2115\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2116},\"user\":\"robertkrahn\",\"tags\":[]},\"2116\":{\"isSerializedDate\":true,\"string\":\"Mon Jan 23 2012 19:45:42 GMT+0100 (CET)\"},\"2117\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2118},\"source\":\"function setSelectedPartVersions(versions) {\\n // alertOK(\\\"set versions:\\\" + versions.length)\\n var list = versions.collect(function(ea) {\\n return { \\n string: '' + ea.date.format(\\\"yyyy-mm-dd HH:MM\\\") \\n + \\\" \\\" + ea.author + \\\" (\\\" + ea.rev + \\\")\\\", \\n value: ea, isListItem: true}\\n })\\n this.get('selectedPartVersions').updateList(list)\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2119},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2118\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"2119\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2120},\"user\":\"jenslincke\",\"tags\":[]},\"2120\":{\"isSerializedDate\":true,\"string\":\"Tue Jan 31 2012 20:06:52 GMT+0100 (CET)\"},\"2121\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2122},{\"__isSmartRef__\":true,\"id\":2137},{\"__isSmartRef__\":true,\"id\":2184},{\"__isSmartRef__\":true,\"id\":2219}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2255},\"derivationIds\":[null,\"CB9A7942-A126-4FEA-92F7-97C70D060BEB\",\"FA9B3561-DB28-470D-A1EC-B8150D4DEF2A\",\"36D680CF-892E-407E-8105-DAA6B09D71D6\",\"1CAA1D0A-D71B-4BFE-8240-865CB7F05E0E\",\"66C69699-50EE-40ED-8CA9-B86D0DD4E47B\",\"BBA3CE3B-99B8-4E44-B846-2C780BAE5F52\",\"1D8D1A51-894F-48AF-A187-A7A6A6038424\",\"0B3AD9C5-800E-438E-9874-EAADEE1BF050\",\"791045F5-5FFE-433E-AB6E-66953008D5BD\",\"4FB22ED4-3DE1-44DA-A468-858694FCBEDC\",\"069F6161-0417-4EAB-B7EE-EA3C0F0DBE2C\",\"ACF1346E-D482-4988-8218-5C696A2A3C6D\",\"6F3DC859-2D3F-492E-910C-0C096B44D29D\",\"8809FE81-20B4-4A1A-BB07-C2928B51A98E\",\"C1048D8A-113D-4A07-B546-FD3871F7E616\"],\"id\":\"DAD50CCC-8DD8-4B46-8D3A-1AA617EA10C5\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2267},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2268},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":2269},\"_Position\":{\"__isSmartRef__\":true,\"id\":2270},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":0},\"label\":{\"__isSmartRef__\":true,\"id\":2122},\"closeButton\":{\"__isSmartRef__\":true,\"id\":2137},\"menuButton\":{\"__isSmartRef__\":true,\"id\":2184},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":2219},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2271},\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_ClipMode\":\"visible\",\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"2122\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2123},\"derivationIds\":[null,\"35225DC7-6AD1-4EAA-9640-2B20FCEAB44B\",\"ED05473C-5327-4DDB-A6D6-F89AE10B9058\",\"A8D18394-0903-41C0-B752-8734202D9666\",\"804FDA9E-028E-4AB2-B5A6-8AE21C38056D\",\"6AB19EC9-B24B-4260-B303-9EEBCCF28B2F\",\"ABFDEE17-F1C9-40C0-948B-89CCE44C80BF\",\"462C3183-AF6C-410F-B603-423FAF163161\",\"6D943AA6-F870-468B-AA11-55A08BCE4E76\",\"7FDA8148-A98A-40B6-8B91-AD819EFC057D\",\"6B3F2781-16C8-4041-9146-CA879CF69017\",\"3030E57E-86F6-443F-8A3A-F58FA7E9B6E6\",\"BED5E2AC-01EA-4628-A64B-0B6EC3F7FA45\",\"587AF0B0-D04D-48CD-A139-9B6E04C92260\",\"E7304AEB-0D79-41B8-99C0-1093B2551E5A\",\"B91F0B75-EB62-4C86-AB0E-C6ADB6ED1A5E\"],\"id\":\"6409A438-1F2D-4009-ACD3-037EA3DB72F9\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2129},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":2130}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2132},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"layout\":{\"__isSmartRef__\":true,\"id\":2133},\"_Align\":\"center\",\"eventsAreIgnored\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":2121},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2134},\"_MaxTextWidth\":711.7575068769036,\"_MinTextWidth\":711.7575068769036,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"_Position\":{\"__isSmartRef__\":true,\"id\":2135},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_TextColor\":{\"__isSmartRef__\":true,\"id\":2136},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"2123\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2124},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2125},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2126},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2127},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2128},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2124\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2125\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"2126\":{\"x\":711.7575068769036,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"2127\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2128\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2129\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"2130\":{\"style\":{\"__isSmartRef__\":true,\"id\":2131},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2122},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"PartsBinBrowser\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"2131\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"fontWeight\":\"normal\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"2132\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2122},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2133\":{\"resizeWidth\":true},\"2134\":{\"x\":711.7575068769036,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2135\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2136\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2137\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2138}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2150},\"derivationIds\":[null,\"84C6AD5C-08E4-4D3E-AE1C-80ED065C7447\",\"1EDA2278-A2B9-4AB4-9516-3DC25ACB4C27\",\"55BA9050-F318-4DDE-AE70-6219D439298D\",\"49C4D74C-7648-4A50-A5D6-2F0F753509B2\",\"861E4568-E439-4FF5-8D7E-CDA56A1E95F3\",\"C3698C70-6388-47F7-947A-5C34A6B60700\",\"93DB8FA4-5D5C-4600-9742-3F67068D5CED\",\"0FF9EAA0-E03A-4E1F-8771-4E0275A5AAD4\",\"C0E85752-8EF2-42D2-BFF0-E061C4D46819\",\"DFFC1C4F-9B94-4D3B-8A83-273625FA1D00\",\"CB20FC8E-CA7C-4C0E-A88B-1D31ED8BC28B\",\"4C0606D0-4382-41A7-8527-E0B161498782\",\"984F539E-6470-4B12-9C45-EA5C47CD3424\",\"54C7BEED-A423-4D4B-83C1-3A5E77EB9B0F\",\"BFF0B730-20B5-4597-AE11-6A187C2F238D\"],\"id\":\"B3E88B19-7A69-4033-B400-02BDC0A0A9BC\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2166},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2167},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":2168},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2169},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":2156},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":2170},\"label\":{\"__isSmartRef__\":true,\"id\":2138},\"owner\":{\"__isSmartRef__\":true,\"id\":2121},\"layout\":{\"__isSmartRef__\":true,\"id\":2179},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":2180},{\"__isSmartRef__\":true,\"id\":2182}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_ClipMode\":\"visible\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"2138\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2139},\"derivationIds\":[null,\"57529DB3-5359-4B56-9F8B-0110DAFAFC52\",\"9921C550-09B9-4C17-8111-D8FE86FB228B\",\"69344588-0544-4FC7-BE21-29C4A98D0D23\",\"81E014B3-6896-4E77-BA4A-F9EA8356F1E2\",\"32EE1337-35F3-4EA6-93FC-58BD22920993\",\"90D97708-997D-47B7-836D-C3951B871800\",\"536FAD0F-5661-46AF-BD86-2FEB8DBC2962\",\"414ED04A-576A-4076-A7B2-159032CE1614\",\"976659CC-6C23-4928-80F8-DF0704CB4FA1\",\"C63202CA-8588-41EA-98DE-3A3C29EAD556\",\"1237F886-758C-4599-9D7B-2316D4920995\",\"1ED30BF6-8E11-43B9-8FF6-7E824D85F92F\",\"142A1685-42D6-4BC2-8624-D1432DDF09E9\",\"7C28FD2A-4140-4DA6-A88B-ED0FD16CE7F8\",\"207F7962-C8A4-4B3E-9550-B95B75ACD704\"],\"id\":\"69AC209E-C03E-4AEB-BBCF-44554E5354E6\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2144},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":2145}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2147},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":2148},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2149},\"_MaxTextWidth\":15,\"_MinTextWidth\":15,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":2137},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"2139\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2140},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2141},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2142},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2143},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2128},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2140\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2141\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"2142\":{\"x\":17,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"2143\":{\"x\":1,\"y\":1,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2144\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"2145\":{\"style\":{\"__isSmartRef__\":true,\"id\":2146},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2138},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"X\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"2146\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"2147\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2138},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2148\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2149\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2150\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2151},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2152},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2153},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2154},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2155},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2156},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2151\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2152\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"2153\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2154\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2155\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2156\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":2157},{\"__isSmartRef__\":true,\"id\":2159},{\"__isSmartRef__\":true,\"id\":2161},{\"__isSmartRef__\":true,\"id\":2163}],\"vector\":{\"__isSmartRef__\":true,\"id\":2165},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"2157\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":2158}},\"2158\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2159\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":2160}},\"2160\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2161\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":2162}},\"2162\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2163\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2164}},\"2164\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2165\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2166\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"2167\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2137},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2168\":{\"x\":750.7575068769036,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2169\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2170\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":2171},{\"__isSmartRef__\":true,\"id\":2173},{\"__isSmartRef__\":true,\"id\":2175},{\"__isSmartRef__\":true,\"id\":2177}],\"vector\":{\"__isSmartRef__\":true,\"id\":2165},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"2171\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":2172}},\"2172\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2173\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":2174}},\"2174\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2175\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":2176}},\"2176\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2177\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2178}},\"2178\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2179\":{\"moveHorizontal\":true},\"2180\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2137},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":2181},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2181\":{\"source\":{\"__isSmartRef__\":true,\"id\":2137},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"2182\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2137},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":2183},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2183\":{\"source\":{\"__isSmartRef__\":true,\"id\":2137},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"2184\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2185}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2197},\"derivationIds\":[null,\"36CC1066-451F-4248-A272-77B1EA5736D7\",\"69CDBF77-3059-4F05-8245-F654E7C609BF\",\"1AC294AF-CF26-40BF-9B2B-39E2E2A22384\",\"A392DCC9-50D0-478A-A26F-7235BA3B34F1\",\"5FD70964-AD0A-4804-B34A-2E9F0F6A4B52\",\"6A97C30C-330D-4980-90B1-0C07F3D260ED\",\"213D23B8-6B28-40E7-9059-7F7905901965\",\"F627C325-BB22-4CD8-A082-4CF657415475\",\"52CBC51E-591E-4E04-9D14-7796B2DB047A\",\"4CF896A7-5611-4441-BB8B-E9F4D5AEBD88\",\"F4A18010-80C9-493C-A5E5-F90AA8A38EF0\",\"6D48D797-48B6-4459-B111-46A4CDDC5DCF\",\"263D697D-34CA-44E5-89B5-142F34284AE1\",\"175A2DE0-9632-4E31-B6D5-A9C2DCA45E0A\",\"B2445A17-7E07-46C6-AAB4-E84C0351FD01\"],\"id\":\"DB1A19D4-9B65-445C-ADEF-440D8A363B3A\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2202},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2203},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":2204},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2205},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":2156},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":2206},\"label\":{\"__isSmartRef__\":true,\"id\":2185},\"owner\":{\"__isSmartRef__\":true,\"id\":2121},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":2215},{\"__isSmartRef__\":true,\"id\":2217}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_ClipMode\":\"visible\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"2185\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2186},\"derivationIds\":[null,\"11B8870D-6BAE-4862-8B99-5833D01F50B0\",\"D7C837FB-858D-4C7A-93EF-C5AB424C3DAA\",\"BBB55BCF-2370-440F-9C6B-FE87F65F8E09\",\"6D5114EB-4653-4D3C-9C75-B218CB866171\",\"48C098C9-00C0-4448-893D-EDA16C579071\",\"563C793B-CDC3-41BE-BF58-DF6EA19556FD\",\"ED1430B6-0141-43F2-BDD7-1AE954359582\",\"AE5AF7F3-132A-47CD-9803-3EB60C869BAF\",\"A840CE15-1B07-43B3-B17E-453C077BB03F\",\"2A630580-1BC7-486C-8635-3D0985509B61\",\"15DFD406-C3BE-442C-AF19-F41C6D05E2BA\",\"4E96384C-2791-49B8-95E0-4A76FA9E66AB\",\"44289495-79AE-41BC-AE2E-154E37D66352\",\"EDBDA2D0-C659-4774-ABD5-50FDA47C490C\",\"548B5A98-8852-4E8C-806F-2530B20A2F06\"],\"id\":\"3F0D1A16-CF18-4E0A-BA6A-02EDD1831765\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2191},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":2192}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2194},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":2195},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2196},\"_MaxTextWidth\":15,\"_MinTextWidth\":15,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":2184},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"2186\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2187},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2188},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2189},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2190},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2128},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2187\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2188\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"2189\":{\"x\":17,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"2190\":{\"x\":1,\"y\":1,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2191\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"2192\":{\"style\":{\"__isSmartRef__\":true,\"id\":2193},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2185},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"M\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"2193\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"2194\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2185},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2195\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2196\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2197\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2198},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2199},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2200},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2201},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2155},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2156},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2198\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2199\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"2200\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2201\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2202\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"2203\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2184},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2204\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2205\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2206\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":2207},{\"__isSmartRef__\":true,\"id\":2209},{\"__isSmartRef__\":true,\"id\":2211},{\"__isSmartRef__\":true,\"id\":2213}],\"vector\":{\"__isSmartRef__\":true,\"id\":2165},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"2207\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":2208}},\"2208\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2209\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":2210}},\"2210\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2211\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":2212}},\"2212\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2213\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2214}},\"2214\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2215\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2184},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":2216},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2216\":{\"source\":{\"__isSmartRef__\":true,\"id\":2184},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"2217\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2184},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":2218},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2218\":{\"source\":{\"__isSmartRef__\":true,\"id\":2184},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"2219\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2220}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2232},\"derivationIds\":[null,\"A4716D24-333D-4F87-B30D-693046A4CC11\",\"09521FBD-32DD-4AD7-B9E6-7B3E537AF883\",\"D971E4B7-1DF3-4B21-A73D-24F6EF12F679\",\"C69F70E3-3EBE-4169-AB1B-B6C8A043B95B\",\"F8D9EA1D-0D64-4375-B8B5-4F1F2C5E8541\",\"9FEA18A8-D928-4A43-8017-C0FD088C4B63\",\"F7BA92FD-2CCD-457D-9CD7-19DAEB009515\",\"42A9124E-92FB-4186-8BBF-77CCF3B1002D\",\"E4B2ACF0-0CFD-48E0-9FC7-88AB03BFEB57\",\"47122BD1-0F90-476F-B57A-CFB1E83C3454\",\"99132533-64B7-4959-87A7-6A49B7BA9484\",\"EED63A15-CE25-476F-9DD2-049DB7D07635\",\"665D04DB-D28A-4C4F-957B-532239267CDB\",\"E4A0074C-58B4-4984-9F8D-D5351BECE693\",\"12892E3C-39E1-43D3-B9C1-225F0F6763CF\"],\"id\":\"E1836464-B7F9-4C9D-B59D-847BFE6F255E\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2237},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2238},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":2239},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2240},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":2156},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":2241},\"label\":{\"__isSmartRef__\":true,\"id\":2220},\"owner\":{\"__isSmartRef__\":true,\"id\":2121},\"layout\":{\"__isSmartRef__\":true,\"id\":2250},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":2251},{\"__isSmartRef__\":true,\"id\":2253}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_ClipMode\":\"visible\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"2220\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2221},\"derivationIds\":[null,\"862E80E4-0CC5-48AC-A76F-A35D7FE1FC5B\",\"C6CA8AE7-6702-4867-9BD1-9D3A42821A1F\",\"BA5B9281-B182-4EBA-9D02-BBA304CC959B\",\"2289C593-75CE-45EE-B698-E0E9DB527628\",\"3FDADAEC-E6C1-4220-A68C-8FAA386B6562\",\"2D55EBB5-8584-4626-AD2C-EA1DCF3BF923\",\"50B8B19C-917D-4AE4-8231-9FDDAA188B87\",\"B9607C92-DDD9-4801-9B70-45F2A69CEF51\",\"3628DA72-F4AC-4E17-AB7D-7CCF7A5C83EA\",\"BC0DDE29-DC64-424F-A5DE-0E0444CA46F8\",\"869BA70C-9DE5-4BF0-A4BC-49166294A98D\",\"4A1D1888-02A8-4F46-9021-0EDD77D72BFD\",\"38E2DF86-6A85-4423-80C4-D27E21393E62\",\"738C83E8-15DD-479B-9E84-DC5BBA74D812\",\"B26A29AF-3FDE-4D29-9B9C-112202A4F0CB\"],\"id\":\"5C9E346F-566B-48C8-A5EF-9511A1D0D0B1\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2226},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":2227}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2229},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":2230},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2231},\"_MaxTextWidth\":15,\"_MinTextWidth\":15,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":2219},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"2221\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2222},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2223},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2224},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2225},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2128},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2222\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2223\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"2224\":{\"x\":17,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"2225\":{\"x\":1,\"y\":1,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2226\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"2227\":{\"style\":{\"__isSmartRef__\":true,\"id\":2228},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2220},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"–\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"2228\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"2229\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2220},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2230\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2231\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2232\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2233},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2234},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2235},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2236},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2155},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2156},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2233\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2234\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"2235\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2236\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2237\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"2238\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2219},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2239\":{\"x\":731.7575068769036,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2240\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2241\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":2242},{\"__isSmartRef__\":true,\"id\":2244},{\"__isSmartRef__\":true,\"id\":2246},{\"__isSmartRef__\":true,\"id\":2248}],\"vector\":{\"__isSmartRef__\":true,\"id\":2165},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"2242\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":2243}},\"2243\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2244\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":2245}},\"2245\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2246\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":2247}},\"2247\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2248\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2249}},\"2249\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2250\":{\"moveHorizontal\":true},\"2251\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2219},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":2252},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2252\":{\"source\":{\"__isSmartRef__\":true,\"id\":2219},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"2253\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2219},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":2254},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2254\":{\"source\":{\"__isSmartRef__\":true,\"id\":2219},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"2255\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2256},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2257},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2258},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2259},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2260},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2261},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2256\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2257\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"2258\":{\"x\":770.7575068769036,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2259\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2260\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2261\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":2262},{\"__isSmartRef__\":true,\"id\":2264}],\"vector\":{\"__isSmartRef__\":true,\"id\":2266},\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\"},\"2262\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":2263}},\"2263\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"2264\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2265}},\"2265\":{\"r\":0.6400000000000001,\"g\":0.6400000000000001,\"b\":0.6400000000000001,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"2266\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__LivelyClassName__\":\"Rectangle\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"2267\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"2268\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2121},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2269\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"2270\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2271\":{\"x\":770.7575068769036,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2272\":{\"submorphs\":[],\"scripts\":[],\"id\":\"7ED9D491-F8A0-41CA-ADCC-D29EB7805558\",\"shape\":{\"__isSmartRef__\":true,\"id\":2273},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":2280},\"showsHalos\":false,\"name\":\"ResizeCorner\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":2281},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"draggingEnabled\":true,\"dragStartPoint\":null,\"originalExtent\":{\"__isSmartRef__\":true,\"id\":2282},\"originalTargetExtent\":null,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2283},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2284},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2285},\"originalTargetInnerBounds\":null,\"isResizeCorner\":true,\"relativeOrigin\":null,\"derivationIds\":[7147,\"16E962DF-21E9-4FE6-8B9B-953F0E908113\",\"ADD0B5C0-0DC6-4D8E-9C2A-0EC7E3C71F21\",\"25C53CC1-53E0-44A6-8E16-A56606A19EF0\",\"50F19BF2-9607-4419-A8C2-0352B0A6FF57\",\"56B7FFB1-61EA-47B9-AC63-A78EA3203E0F\"],\"moved\":true,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":2286}],\"doNotSerialize\":[\"$$cornerName\"],\"doNotCopyProperties\":[\"$$cornerName\"],\"originalTargetBounds\":null,\"cornerName\":\"bottomRight\",\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"_Rotation\":0,\"_Scale\":0.9920279440699439,\"_ClipMode\":\"visible\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":2287},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"2273\":{\"position\":{\"__isSmartRef__\":true,\"id\":2274},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2275},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2276},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2277},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2278},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2279},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2274\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2275\":{\"x\":10,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2276\":{\"r\":0.568,\"g\":0.568,\"b\":0.568,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2277\":{\"r\":0.258,\"g\":0.258,\"b\":0.258,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"2278\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"2279\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2280\":{\"x\":760.8372274362041,\"y\":497.3295572430021,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2281\":{\"partsSpaceName\":\"PartsBin/Widgets/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Resize an object without using halos.\",\"partName\":\"ResizeCorner\",\"revisionOnLoad\":140152,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"2282\":{\"x\":239,\"y\":138,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2283\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"2284\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2272},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2285\":{\"x\":10,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2286\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2272},\"sourceAttrName\":\"cornerName\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":2272},\"targetMethodName\":\"alignToOwner\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2287\":{\"onDrag\":{\"__isSmartRef__\":true,\"id\":2288},\"onDragEnd\":{\"__isSmartRef__\":true,\"id\":2296},\"onDragStart\":{\"__isSmartRef__\":true,\"id\":2304},\"reset\":{\"__isSmartRef__\":true,\"id\":2312},\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":2315},\"alignToOwner\":{\"__isSmartRef__\":true,\"id\":2322}},\"2288\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2289},\"source\":\"function onDrag(evt) {\\n // alert(\\\"onDrag\\\")\\n // this.owner.setPosition(pt(0,0))\\n // this.owner.setOrigin(pt(0,0))\\n var moveDelta = evt.mousePoint.subPt(this.dragStartPoint)\\n \\n // moveDelta = moveDelta.maxPt(pt(0,0))\\n var ownerExtent = this.owner.getExtent();\\n\\n // TODO does not work\\n if (evt.isShiftDown()) {\\n var maxDelta = Math.max(moveDelta.x, moveDelta.y);\\n if (maxDelta == 0) return;\\n var factor = ownerExtent.x / ownerExtent.y\\n moveDelta = pt(maxDelta * factor, maxDelta )\\n }\\n var accessor = \\\"with\\\" + this.cornerName.charAt(0).toUpperCase() + this.cornerName.substring(1);\\n\\n var newCorner = this.originalTargetBounds[this.cornerName]().addPt(moveDelta);\\n var newBounds = this.originalTargetBounds[accessor ](newCorner);\\n\\n this.owner.setBounds(newBounds);\\n \\n // var newExtent = this.originalTargetExtent.addPt(moveDelta)\\n // alertOK(\\\"new extent\\\" + newExtent)\\n // this.owner.setExtent(newExtent);\\n this.owner.submorphs.select(function(ea) {\\n return ea.isResizeCorner\\n }).invoke('alignToOwner');\\n if (this.owner.halos) {\\n this.owner.halos.invoke('alignAtTarget')\\n }\\n // alertOK(\\\"relative \\\" + this.relativeOrigin)\\n var newOrigin = pt(0,0).extent(this.owner.getExtent()).relativeToAbsPoint(this.relativeOrigin)\\n\\n // TODO IMPLEMENT updating the origin does not work yet\\n // this.owner.setOrigin(newOrigin);\\n // alertOK(\\\"new origin \\\" + newOrigin)\\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2294},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2289\":{\"this\":{\"__isSmartRef__\":true,\"id\":2272},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":2290}},\"2290\":{\"$super\":{\"__isSmartRef__\":true,\"id\":2291}},\"2291\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2292},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2293},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2292\":{\"obj\":{\"__isSmartRef__\":true,\"id\":2272},\"name\":\"onDrag\"},\"2293\":{},\"2294\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2295},\"user\":\"sstamm\",\"tags\":[]},\"2295\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 23 2012 12:08:52 GMT+0100 (CET)\"},\"2296\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2297},\"source\":\"function onDragEnd(evt) {\\n this.dragStartPoint = null;\\n this.originalTargetBounds = null;\\n this.relativeOrigin = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2302},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2297\":{\"this\":{\"__isSmartRef__\":true,\"id\":2272},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":2298}},\"2298\":{\"$super\":{\"__isSmartRef__\":true,\"id\":2299}},\"2299\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2300},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2301},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2300\":{\"obj\":{\"__isSmartRef__\":true,\"id\":2272},\"name\":\"onDragEnd\"},\"2301\":{},\"2302\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2303},\"user\":\"sstamm\",\"tags\":[]},\"2303\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 23 2012 12:09:00 GMT+0100 (CET)\"},\"2304\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2305},\"source\":\"function onDragStart(evt) {\\n var absToRelativePoint = function (r, absPt) {\\n\\t\\treturn new Point(\\n\\t\\t\\t(absPt.x - r.x) / r.width,\\n\\t\\t\\t(absPt.y - r.y) / r.height)\\n\\t}\\n // absToRelativePoint(new Rectangle(10,10,100,100), pt(20,20))\\n // absToRelativePoint(new Rectangle(10,10,100,100), pt(0,0))\\n // absToRelativePoint(new Rectangle(-100,-100,200,200), pt(0,0))\\n\\n\\n this.dragStartPoint = evt.mousePoint;\\n this.originalTargetBounds= this.owner.bounds();\\n this.relativeOrigin = absToRelativePoint(pt(0,0).extent(this.owner.getExtent()), this.owner.getOrigin())\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2310},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2305\":{\"this\":{\"__isSmartRef__\":true,\"id\":2272},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":2306}},\"2306\":{\"$super\":{\"__isSmartRef__\":true,\"id\":2307}},\"2307\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2308},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2309},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2308\":{\"obj\":{\"__isSmartRef__\":true,\"id\":2272},\"name\":\"onDragStart\"},\"2309\":{},\"2310\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2311},\"user\":\"sstamm\",\"tags\":[]},\"2311\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 23 2012 12:08:40 GMT+0100 (CET)\"},\"2312\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2313},\"source\":\"function reset() {\\n this.isResizeCorner = true\\n this.cornerName = 'bottomRight'\\n this.setExtent(pt(10,10));\\n this.setPosition(pt(0,0))\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2314},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2313\":{\"this\":{\"__isSmartRef__\":true,\"id\":2272}},\"2314\":{},\"2315\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2316},\"source\":\"function morphMenuItems() {\\n return $super().concat([\\n [\\\"corner\\\", [\\n [\\\"top left\\\", function() { this.cornerName = 'topLeft'}.bind(this)],\\n [\\\"top right\\\", function() { this.cornerName = 'topRight'}.bind(this)],\\n [\\\"bottom right\\\", function() { this.cornerName = 'bottomRight'}.bind(this)],\\n [\\\"bottom left\\\", function() { this.cornerName = 'bottomLeft'}.bind(this)],\\n ]]\\n ])\\t\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2321},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2316\":{\"this\":{\"__isSmartRef__\":true,\"id\":2272},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":2317}},\"2317\":{\"$super\":{\"__isSmartRef__\":true,\"id\":2318}},\"2318\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2319},\"source\":\"function () {\\n\\t\\t\\t\\ttry {\\n\\t\\t\\t\\t\\treturn obj.constructor.prototype[name].apply(obj, arguments)\\n\\t\\t\\t\\t} catch(e) {\\n\\t\\t\\t\\t\\talert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n\\t\\t\\t\\t\\treturn null;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2320},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2319\":{\"obj\":{\"__isSmartRef__\":true,\"id\":2272},\"name\":\"morphMenuItems\"},\"2320\":{},\"2321\":{},\"2322\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2323},\"source\":\"function alignToOwner() {\\n this.align(this.bounds()[this.cornerName](), this.owner.shape.bounds()[this.cornerName]() )\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2324},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2323\":{\"this\":{\"__isSmartRef__\":true,\"id\":2272}},\"2324\":{},\"2325\":{\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2326},\"_BorderWidth\":0,\"_Fill\":null,\"_StrokeOpacity\":0,\"_BorderRadius\":0,\"_Extent\":{\"__isSmartRef__\":true,\"id\":2327},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2328},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2326\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"2327\":{\"x\":770.7575068769036,\"y\":507.2498366837016,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2328\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2329\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"2330\":{\"morph\":{\"__isSmartRef__\":true,\"id\":0},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2331\":{\"adjustForNewBounds\":true},\"2332\":{\"x\":770.7575068769036,\"y\":507.2498366837016,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2333\":{\"x\":0,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2334\":{\"partsSpaceName\":\"PartsBin/Tools\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"requiredModules\":[\"lively.PartsBin\"],\"migrationLevel\":4,\"comment\":\"Browser for a Parts repository.\",\"partName\":\"PartsBinBrowser\",\"changes\":[{\"__isSmartRef__\":true,\"id\":2335},{\"__isSmartRef__\":true,\"id\":2337},{\"__isSmartRef__\":true,\"id\":2339},{\"__isSmartRef__\":true,\"id\":2341},{\"__isSmartRef__\":true,\"id\":2343},{\"__isSmartRef__\":true,\"id\":2345},{\"__isSmartRef__\":true,\"id\":2347},{\"__isSmartRef__\":true,\"id\":2349}],\"revisionOnLoad\":154259,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"2335\":{\"date\":{\"__isSmartRef__\":true,\"id\":2336},\"author\":\"athomschke\",\"message\":\"style\",\"id\":\"5575D312-033A-47A5-B889-C43BE97C3AAA\"},\"2336\":{\"isSerializedDate\":true,\"string\":\"Wed Feb 08 2012 12:02:38 GMT+0100 (CET)\"},\"2337\":{\"date\":{\"__isSmartRef__\":true,\"id\":2338},\"author\":\"markoroeder\",\"message\":\"Reset to clean copy. Added this.categories to doNotSerialize list.\",\"id\":\"1D9493E9-B229-4716-8649-F1333D5133D0\"},\"2338\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 05 2012 15:19:05 GMT+0100 (CET)\"},\"2339\":{\"date\":{\"__isSmartRef__\":true,\"id\":2340},\"author\":\"sstamm\",\"message\":\"\",\"id\":\"3466A0DA-C96D-4997-8182-AFB6DF99C988\"},\"2340\":{\"isSerializedDate\":true,\"string\":\"Wed Feb 08 2012 12:13:30 GMT+0100 (CET)\"},\"2341\":{\"date\":{\"__isSmartRef__\":true,\"id\":2342},\"author\":\"fabian\",\"message\":\"moved PartsBin out of core\",\"id\":\"69D747F9-EDB5-478D-B0DE-C4CEBFDF1E9A\"},\"2342\":{\"isSerializedDate\":true,\"string\":\"Wed Feb 22 2012 23:40:13 GMT+0100 (CET)\"},\"2343\":{\"date\":{\"__isSmartRef__\":true,\"id\":2344},\"author\":\"fabian\",\"message\":\"\",\"id\":\"3DABC39F-D8E9-4EA8-AB40-719739AD92DF\"},\"2344\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 23 2012 00:14:10 GMT+0100 (CET)\"},\"2345\":{\"date\":{\"__isSmartRef__\":true,\"id\":2346},\"author\":\"jenslincke\",\"message\":\"- fixed searching and latest after moving the parts bin\",\"id\":\"C6CF2A78-407E-4691-B5D6-914977DEAD8B\"},\"2346\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 23 2012 18:40:33 GMT+0100 (CET)\"},\"2347\":{\"date\":{\"__isSmartRef__\":true,\"id\":2348},\"author\":\"undefined\",\"message\":\"- reload everything on restore\",\"id\":\"34468222-F3C8-4636-B202-27DFAD734B8A\"},\"2348\":{\"isSerializedDate\":true,\"string\":\"Sat Mar 10 2012 11:26:28 GMT+0100 (CET)\"},\"2349\":{\"date\":{\"__isSmartRef__\":true,\"id\":2350},\"author\":\"robertkrahn\",\"message\":\"comment box clipmode\",\"id\":\"777777D4-E839-4750-BF65-5E709419FC52\"},\"2350\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 18:27:36 GMT+0200 (CEST)\"},\"2351\":{\"x\":790,\"y\":129,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"2352\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"2353\":{\"onLoadFromPartsBin\":{\"__isSmartRef__\":true,\"id\":2354}},\"2354\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2355},\"source\":\"function onLoadFromPartsBin() {\\n\\t$super();\\n\\tthis.targetMorph.reloadEverything();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2360},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2355\":{\"this\":{\"__isSmartRef__\":true,\"id\":0},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":2356}},\"2356\":{\"$super\":{\"__isSmartRef__\":true,\"id\":2357}},\"2357\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2358},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2359},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2358\":{\"obj\":{\"__isSmartRef__\":true,\"id\":0},\"name\":\"onLoadFromPartsBin\"},\"2359\":{},\"2360\":{\"user\":\"robertkrahn\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":2361}},\"2361\":{\"isSerializedDate\":true,\"string\":\"Mon Jun 27 2011 10:54:32 GMT+0200 (CEST)\"},\"isSimplifiedRegistry\":true}}","attributeConnections":[{"__isSmartRef__":true,"id":6391},{"__isSmartRef__":true,"id":6392}],"doNotSerialize":["$$json","$$loadedMetaInfo"],"doNotCopyProperties":["$$json","$$loadedMetaInfo"],"loadedMetaInfo":{"__isSmartRef__":true,"id":6393},"partVersions":[{"__isSmartRef__":true,"id":6408},{"__isSmartRef__":true,"id":6412},{"__isSmartRef__":true,"id":6416},{"__isSmartRef__":true,"id":6420},{"__isSmartRef__":true,"id":6424},{"__isSmartRef__":true,"id":6428},{"__isSmartRef__":true,"id":6432},{"__isSmartRef__":true,"id":6436},{"__isSmartRef__":true,"id":6440},{"__isSmartRef__":true,"id":6444},{"__isSmartRef__":true,"id":6448},{"__isSmartRef__":true,"id":6554},{"__isSmartRef__":true,"id":6558},{"__isSmartRef__":true,"id":6562},{"__isSmartRef__":true,"id":6566},{"__isSmartRef__":true,"id":6570},{"__isSmartRef__":true,"id":6574},{"__isSmartRef__":true,"id":6578},{"__isSmartRef__":true,"id":6582},{"__isSmartRef__":true,"id":6586},{"__isSmartRef__":true,"id":6590},{"__isSmartRef__":true,"id":6594},{"__isSmartRef__":true,"id":6598},{"__isSmartRef__":true,"id":6602},{"__isSmartRef__":true,"id":6606},{"__isSmartRef__":true,"id":6610},{"__isSmartRef__":true,"id":6614},{"__isSmartRef__":true,"id":6619},{"__isSmartRef__":true,"id":6625},{"__isSmartRef__":true,"id":6629},{"__isSmartRef__":true,"id":6633},{"__isSmartRef__":true,"id":6637},{"__isSmartRef__":true,"id":6641},{"__isSmartRef__":true,"id":6645},{"__isSmartRef__":true,"id":6649},{"__isSmartRef__":true,"id":6653},{"__isSmartRef__":true,"id":6657},{"__isSmartRef__":true,"id":6663},{"__isSmartRef__":true,"id":6669},{"__isSmartRef__":true,"id":6673},{"__isSmartRef__":true,"id":6677},{"__isSmartRef__":true,"id":6690},{"__isSmartRef__":true,"id":7280},{"__isSmartRef__":true,"id":7285},{"__isSmartRef__":true,"id":7289},{"__isSmartRef__":true,"id":7293},{"__isSmartRef__":true,"id":7297},{"__isSmartRef__":true,"id":7301},{"__isSmartRef__":true,"id":7305},{"__isSmartRef__":true,"id":7309},{"__isSmartRef__":true,"id":7313},{"__isSmartRef__":true,"id":7317},{"__isSmartRef__":true,"id":7321},{"__isSmartRef__":true,"id":7325},{"__isSmartRef__":true,"id":7329},{"__isSmartRef__":true,"id":7333},{"__isSmartRef__":true,"id":7337},{"__isSmartRef__":true,"id":7341},{"__isSmartRef__":true,"id":7345},{"__isSmartRef__":true,"id":7349},{"__isSmartRef__":true,"id":7353},{"__isSmartRef__":true,"id":7357},{"__isSmartRef__":true,"id":7361},{"__isSmartRef__":true,"id":7365},{"__isSmartRef__":true,"id":7369},{"__isSmartRef__":true,"id":7373},{"__isSmartRef__":true,"id":7377},{"__isSmartRef__":true,"id":7381},{"__isSmartRef__":true,"id":7385},{"__isSmartRef__":true,"id":7389},{"__isSmartRef__":true,"id":7393},{"__isSmartRef__":true,"id":7397},{"__isSmartRef__":true,"id":7401},{"__isSmartRef__":true,"id":7405},{"__isSmartRef__":true,"id":7409},{"__isSmartRef__":true,"id":7413},{"__isSmartRef__":true,"id":7417},{"__isSmartRef__":true,"id":7421},{"__isSmartRef__":true,"id":7425},{"__isSmartRef__":true,"id":7429},{"__isSmartRef__":true,"id":7433},{"__isSmartRef__":true,"id":7437},{"__isSmartRef__":true,"id":7441},{"__isSmartRef__":true,"id":7445},{"__isSmartRef__":true,"id":7449},{"__isSmartRef__":true,"id":7453},{"__isSmartRef__":true,"id":7457},{"__isSmartRef__":true,"id":7461},{"__isSmartRef__":true,"id":7465},{"__isSmartRef__":true,"id":7469},{"__isSmartRef__":true,"id":7473},{"__isSmartRef__":true,"id":7477},{"__isSmartRef__":true,"id":7481},{"__isSmartRef__":true,"id":7485},{"__isSmartRef__":true,"id":7489},{"__isSmartRef__":true,"id":7493}],"rev":154277,"part":{"__isSmartRef__":true,"id":7497},"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"6391":{"sourceObj":{"__isSmartRef__":true,"id":6390},"sourceAttrName":"json","targetObj":{"__isSmartRef__":true,"id":6390},"targetMethodName":"cachePartJSON","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"6392":{"sourceObj":{"__isSmartRef__":true,"id":6390},"sourceAttrName":"loadedMetaInfo","targetObj":{"__isSmartRef__":true,"id":6390},"targetMethodName":"cachePartMetaInfo","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"6393":{"partsSpaceName":"PartsBin/Tools","__SourceModuleName__":"Global.lively.PartsBin","requiredModules":["lively.PartsBin"],"migrationLevel":4,"comment":"Browser for a Parts repository.","partName":"PartsBinBrowser","changes":[{"__isSmartRef__":true,"id":6394},{"__isSmartRef__":true,"id":6396},{"__isSmartRef__":true,"id":6398},{"__isSmartRef__":true,"id":6400},{"__isSmartRef__":true,"id":6402},{"__isSmartRef__":true,"id":6404},{"__isSmartRef__":true,"id":6406}],"revisionOnLoad":154277,"idOnLoad":"37D0C996-680E-4FD9-8D5E-5306B6A0C6D7","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"6394":{"date":{"__isSmartRef__":true,"id":6395},"author":"athomschke","message":"style","id":"5575D312-033A-47A5-B889-C43BE97C3AAA"},"6395":{"isSerializedDate":true,"string":"Wed Feb 08 2012 12:02:38 GMT+0100 (Mitteleuropäische Zeit)"},"6396":{"date":{"__isSmartRef__":true,"id":6397},"author":"markoroeder","message":"Reset to clean copy. Added this.categories to doNotSerialize list.","id":"1D9493E9-B229-4716-8649-F1333D5133D0"},"6397":{"isSerializedDate":true,"string":"Thu Jan 05 2012 15:19:05 GMT+0100 (Mitteleuropäische Zeit)"},"6398":{"date":{"__isSmartRef__":true,"id":6399},"author":"sstamm","message":"","id":"3466A0DA-C96D-4997-8182-AFB6DF99C988"},"6399":{"isSerializedDate":true,"string":"Wed Feb 08 2012 12:13:30 GMT+0100 (Mitteleuropäische Zeit)"},"6400":{"date":{"__isSmartRef__":true,"id":6401},"author":"fabian","message":"moved PartsBin out of core","id":"69D747F9-EDB5-478D-B0DE-C4CEBFDF1E9A"},"6401":{"isSerializedDate":true,"string":"Wed Feb 22 2012 23:40:13 GMT+0100 (Mitteleuropäische Zeit)"},"6402":{"date":{"__isSmartRef__":true,"id":6403},"author":"fabian","message":"","id":"3DABC39F-D8E9-4EA8-AB40-719739AD92DF"},"6403":{"isSerializedDate":true,"string":"Thu Feb 23 2012 00:14:10 GMT+0100 (Mitteleuropäische Zeit)"},"6404":{"date":{"__isSmartRef__":true,"id":6405},"author":"jenslincke","message":"- fixed searching and latest after moving the parts bin","id":"C6CF2A78-407E-4691-B5D6-914977DEAD8B"},"6405":{"isSerializedDate":true,"string":"Thu Feb 23 2012 18:40:33 GMT+0100 (Mitteleuropäische Zeit)"},"6406":{"date":{"__isSmartRef__":true,"id":6407},"author":"undefined","message":"- reload everything on restore","id":"34468222-F3C8-4636-B202-27DFAD734B8A"},"6407":{"isSerializedDate":true,"string":"Sat Mar 10 2012 11:26:28 GMT+0100 (Mitteleuropäische Zeit)"},"6408":{"rev":154277,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":6409},"url":{"__isSmartRef__":true,"id":6410},"changes":[{"__isSmartRef__":true,"id":6411}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6409":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:17:28 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6410":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6411":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"6412":{"rev":154259,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":6413},"url":{"__isSmartRef__":true,"id":6414},"changes":[{"__isSmartRef__":true,"id":6415}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6413":{"isSerializedDate":true,"string":"Sat Apr 21 2012 13:41:29 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6414":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6415":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"6416":{"rev":154258,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":6417},"url":{"__isSmartRef__":true,"id":6418},"changes":[{"__isSmartRef__":true,"id":6419}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6417":{"isSerializedDate":true,"string":"Sat Apr 21 2012 13:37:08 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6418":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6419":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"6420":{"rev":149520,"author":"jenslincke","date":{"__isSmartRef__":true,"id":6421},"url":{"__isSmartRef__":true,"id":6422},"changes":[{"__isSmartRef__":true,"id":6423}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6421":{"isSerializedDate":true,"string":"Tue Apr 03 2012 13:51:37 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6422":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6423":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"6424":{"rev":148820,"author":"bert","date":{"__isSmartRef__":true,"id":6425},"url":{"__isSmartRef__":true,"id":6426},"changes":[{"__isSmartRef__":true,"id":6427}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6425":{"isSerializedDate":true,"string":"Wed Mar 28 2012 20:35:05 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6426":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6427":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"6428":{"rev":148147,"author":"athomschke","date":{"__isSmartRef__":true,"id":6429},"url":{"__isSmartRef__":true,"id":6430},"changes":[{"__isSmartRef__":true,"id":6431}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6429":{"isSerializedDate":true,"string":"Tue Mar 27 2012 14:16:14 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6430":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6431":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"6432":{"rev":144796,"author":"jenslincke","date":{"__isSmartRef__":true,"id":6433},"url":{"__isSmartRef__":true,"id":6434},"changes":[{"__isSmartRef__":true,"id":6435}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6433":{"isSerializedDate":true,"string":"Sat Mar 10 2012 10:19:05 GMT+0100 (Mitteleuropäische Zeit)"},"6434":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6435":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"6436":{"rev":140310,"author":"jenslincke","date":{"__isSmartRef__":true,"id":6437},"url":{"__isSmartRef__":true,"id":6438},"changes":[{"__isSmartRef__":true,"id":6439}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6437":{"isSerializedDate":true,"string":"Thu Feb 23 2012 17:34:05 GMT+0100 (Mitteleuropäische Zeit)"},"6438":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6439":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"6440":{"rev":140061,"author":"fbo","date":{"__isSmartRef__":true,"id":6441},"url":{"__isSmartRef__":true,"id":6442},"changes":[{"__isSmartRef__":true,"id":6443}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6441":{"isSerializedDate":true,"string":"Wed Feb 22 2012 23:07:48 GMT+0100 (Mitteleuropäische Zeit)"},"6442":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6443":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"6444":{"rev":140041,"author":"fbo","date":{"__isSmartRef__":true,"id":6445},"url":{"__isSmartRef__":true,"id":6446},"changes":[{"__isSmartRef__":true,"id":6447}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6445":{"isSerializedDate":true,"string":"Wed Feb 22 2012 22:33:50 GMT+0100 (Mitteleuropäische Zeit)"},"6446":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6447":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"6448":{"rev":140039,"author":"fbo","date":{"__isSmartRef__":true,"id":6449},"url":{"__isSmartRef__":true,"id":6450},"changes":[{"__isSmartRef__":true,"id":6451},{"__isSmartRef__":true,"id":6452},{"__isSmartRef__":true,"id":6453},{"__isSmartRef__":true,"id":6454},{"__isSmartRef__":true,"id":6455},{"__isSmartRef__":true,"id":6456},{"__isSmartRef__":true,"id":6457},{"__isSmartRef__":true,"id":6458},{"__isSmartRef__":true,"id":6459},{"__isSmartRef__":true,"id":6460},{"__isSmartRef__":true,"id":6461},{"__isSmartRef__":true,"id":6462},{"__isSmartRef__":true,"id":6463},{"__isSmartRef__":true,"id":6464},{"__isSmartRef__":true,"id":6465},{"__isSmartRef__":true,"id":6466},{"__isSmartRef__":true,"id":6467},{"__isSmartRef__":true,"id":6468},{"__isSmartRef__":true,"id":6469},{"__isSmartRef__":true,"id":6470},{"__isSmartRef__":true,"id":6471},{"__isSmartRef__":true,"id":6472},{"__isSmartRef__":true,"id":6473},{"__isSmartRef__":true,"id":6474},{"__isSmartRef__":true,"id":6475},{"__isSmartRef__":true,"id":6476},{"__isSmartRef__":true,"id":6477},{"__isSmartRef__":true,"id":6478},{"__isSmartRef__":true,"id":6479},{"__isSmartRef__":true,"id":6480},{"__isSmartRef__":true,"id":6481},{"__isSmartRef__":true,"id":6482},{"__isSmartRef__":true,"id":6483},{"__isSmartRef__":true,"id":6484},{"__isSmartRef__":true,"id":6485},{"__isSmartRef__":true,"id":6486},{"__isSmartRef__":true,"id":6487},{"__isSmartRef__":true,"id":6488},{"__isSmartRef__":true,"id":6489},{"__isSmartRef__":true,"id":6490},{"__isSmartRef__":true,"id":6491},{"__isSmartRef__":true,"id":6492},{"__isSmartRef__":true,"id":6493},{"__isSmartRef__":true,"id":6494},{"__isSmartRef__":true,"id":6495},{"__isSmartRef__":true,"id":6496},{"__isSmartRef__":true,"id":6497},{"__isSmartRef__":true,"id":6498},{"__isSmartRef__":true,"id":6499},{"__isSmartRef__":true,"id":6500},{"__isSmartRef__":true,"id":6501},{"__isSmartRef__":true,"id":6502},{"__isSmartRef__":true,"id":6503},{"__isSmartRef__":true,"id":6504},{"__isSmartRef__":true,"id":6505},{"__isSmartRef__":true,"id":6506},{"__isSmartRef__":true,"id":6507},{"__isSmartRef__":true,"id":6508},{"__isSmartRef__":true,"id":6509},{"__isSmartRef__":true,"id":6510},{"__isSmartRef__":true,"id":6511},{"__isSmartRef__":true,"id":6512},{"__isSmartRef__":true,"id":6513},{"__isSmartRef__":true,"id":6514},{"__isSmartRef__":true,"id":6515},{"__isSmartRef__":true,"id":6516},{"__isSmartRef__":true,"id":6517},{"__isSmartRef__":true,"id":6518},{"__isSmartRef__":true,"id":6519},{"__isSmartRef__":true,"id":6520},{"__isSmartRef__":true,"id":6521},{"__isSmartRef__":true,"id":6522},{"__isSmartRef__":true,"id":6523},{"__isSmartRef__":true,"id":6524},{"__isSmartRef__":true,"id":6525},{"__isSmartRef__":true,"id":6526},{"__isSmartRef__":true,"id":6527},{"__isSmartRef__":true,"id":6528},{"__isSmartRef__":true,"id":6529},{"__isSmartRef__":true,"id":6530},{"__isSmartRef__":true,"id":6531},{"__isSmartRef__":true,"id":6532},{"__isSmartRef__":true,"id":6533},{"__isSmartRef__":true,"id":6534},{"__isSmartRef__":true,"id":6535},{"__isSmartRef__":true,"id":6536},{"__isSmartRef__":true,"id":6537},{"__isSmartRef__":true,"id":6538},{"__isSmartRef__":true,"id":6539},{"__isSmartRef__":true,"id":6540},{"__isSmartRef__":true,"id":6541},{"__isSmartRef__":true,"id":6542},{"__isSmartRef__":true,"id":6543},{"__isSmartRef__":true,"id":6544},{"__isSmartRef__":true,"id":6545},{"__isSmartRef__":true,"id":6546},{"__isSmartRef__":true,"id":6547},{"__isSmartRef__":true,"id":6548},{"__isSmartRef__":true,"id":6549},{"__isSmartRef__":true,"id":6550},{"__isSmartRef__":true,"id":6551},{"__isSmartRef__":true,"id":6552},{"__isSmartRef__":true,"id":6553}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6449":{"isSerializedDate":true,"string":"Wed Feb 22 2012 22:26:12 GMT+0100 (Mitteleuropäische Zeit)"},"6450":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/lively/lang/UUID.js","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6451":{"type":"S:modified","url":"/core/lively/ast/Interpreter.js"},"6452":{"type":"S:added","url":null},"6453":{"type":"S:added","url":null},"6454":{"type":"S:modified","url":"/core/lively/OldModel.js"},"6455":{"type":"S:modified","url":"/core/lively/morphic/ScriptingSupport.js"},"6456":{"type":"S:added","url":null},"6457":{"type":"S:added","url":null},"6458":{"type":"S:deleted","url":null},"6459":{"type":"S:added","url":null},"6460":{"type":"S:modified","url":"/core/lively/ast/LivelyJSParser.js"},"6461":{"type":"S:modified","url":"/core/lively/morphic/EventExperiments.js"},"6462":{"type":"S:added","url":null},"6463":{"type":"S:modified","url":"/core/lively/Base.js"},"6464":{"type":"S:added","url":null},"6465":{"type":"S:added","url":null},"6466":{"type":"S:modified","url":"/core/lively/bootstrap.js"},"6467":{"type":"S:added","url":null},"6468":{"type":"S:added","url":null},"6469":{"type":"S:modified","url":"/core/lively/localconfig.js"},"6470":{"type":"S:modified","url":"/core/lively/PartsBin.js"},"6471":{"type":"S:modified","url":"/core/lively/ide/SystemBrowserNodes.js"},"6472":{"type":"S:modified","url":"/core/lively/morphic/tests/PathTests.js"},"6473":{"type":"S:added","url":null},"6474":{"type":"S:modified","url":"/core/lively/bindings/Core.js"},"6475":{"type":"S:added","url":null},"6476":{"type":"S:added","url":null},"6477":{"type":"S:modified","url":"/core/lively/Network.js"},"6478":{"type":"S:modified","url":"/core/lively/morphic/Core.js"},"6479":{"type":"S:added","url":null},"6480":{"type":"S:modified","url":"/core/lively/bindings.js"},"6481":{"type":"S:modified","url":"/core/lively/WidgetsTraits.js"},"6482":{"type":"S:modified","url":"/core/lively/morphic.js"},"6483":{"type":"S:added","url":null},"6484":{"type":"S:added","url":null},"6485":{"type":"S:added","url":null},"6486":{"type":"S:modified","url":"/core/lively/defaultconfig.js"},"6487":{"type":"S:added","url":null},"6488":{"type":"S:added","url":null},"6489":{"type":"S:modified","url":"/core/lively/morphic/Canvas.js"},"6490":{"type":"S:modified","url":"/core/lively/ast/generated/Translator.js"},"6491":{"type":"S:added","url":null},"6492":{"type":"S:modified","url":"/core/lively/ast/Parser.js"},"6493":{"type":"S:modified","url":"/core/lively/Main.js"},"6494":{"type":"S:modified","url":"/core/lively/morphic/tests/Morphic2.js"},"6495":{"type":"S:added","url":null},"6496":{"type":"S:modified","url":"/core/lively/morphic/tests/TabTests.js"},"6497":{"type":"S:modified","url":"/core/lively/persistence/Serializer.js"},"6498":{"type":"S:modified","url":"/core_version.json"},"6499":{"type":"S:added","url":null},"6500":{"type":"S:modified","url":"/core/lively/morphic/PathShapes.js"},"6501":{"type":"S:added","url":null},"6502":{"type":"S:added","url":null},"6503":{"type":"S:modified","url":"/core/lively/morphic/tests/Morphic.js"},"6504":{"type":"S:modified","url":"/core/lively/morphic/tests/DataGridTests.js"},"6505":{"type":"S:modified","url":"/core/lively/morphic/HTML.js"},"6506":{"type":"S:added","url":null},"6507":{"type":"S:added","url":null},"6508":{"type":"S:added","url":null},"6509":{"type":"S:modified","url":"/core/lively/ide/BrowserCommands.js"},"6510":{"type":"S:modified","url":"/core/lively/morphic/Widgets.js"},"6511":{"type":"S:modified","url":"/core/lively/morphic/tests/EventTests.js"},"6512":{"type":"S:modified","url":"/core/lively/ast/StackReification.js"},"6513":{"type":"S:modified","url":"/core/cop/CopBenchmark.js"},"6514":{"type":"S:deleted","url":null},"6515":{"type":"S:added","url":null},"6516":{"type":"S:modified","url":"/core/lively/Helper.js"},"6517":{"type":"S:modified","url":"/core/lively/morphic/MorphAddons.js"},"6518":{"type":"S:added","url":null},"6519":{"type":"S:modified","url":"/core/lively/morphic/tests/Connectors.js"},"6520":{"type":"S:modified","url":"/core/lively/morphic/Shapes.js"},"6521":{"type":"S:modified","url":"/core/lively/ide/SourceDatabase.js"},"6522":{"type":"S:added","url":null},"6523":{"type":"S:modified","url":"/core/lively/Tracing.js"},"6524":{"type":"S:added","url":null},"6525":{"type":"S:modified","url":"/core/lively/ast/Morphic.js"},"6526":{"type":"S:added","url":null},"6527":{"type":"S:added","url":null},"6528":{"type":"S:added","url":null},"6529":{"type":"S:modified","url":"/core/lively/TestFramework.js"},"6530":{"type":"S:modified","url":"/core/lively/ast/generated/Nodes.js"},"6531":{"type":"S:added","url":null},"6532":{"type":"S:modified","url":"/core/lively/morphic/TextCore.js"},"6533":{"type":"S:added","url":null},"6534":{"type":"S:modified","url":"/core/lively/ide.js"},"6535":{"type":"S:modified","url":"/core/cop/Tracing.js"},"6536":{"type":"S:modified","url":"/core/lively/ide/FileParsing.js"},"6537":{"type":"S:modified","url":"/core/lively/morphic/Events.js"},"6538":{"type":"S:modified","url":"/core/lively/morphic/Halos.js"},"6539":{"type":"S:added","url":null},"6540":{"type":"S:added","url":null},"6541":{"type":"S:modified","url":"/core/lively/morphic/Complete.js"},"6542":{"type":"S:added","url":null},"6543":{"type":"S:added","url":null},"6544":{"type":"S:added","url":null},"6545":{"type":"S:added","url":null},"6546":{"type":"S:added","url":null},"6547":{"type":"S:modified","url":"/core/lively/persistence/StandAlonePackaging.js"},"6548":{"type":"S:added","url":null},"6549":{"type":"S:modified","url":"/core/lively/ast/TestFramework.js"},"6550":{"type":"S:modified","url":"/core/lively/ide/SystemCodeBrowser.js"},"6551":{"type":"S:added","url":null},"6552":{"type":"S:added","url":null},"6553":{"type":"S:added","url":null},"6554":{"rev":135451,"author":"sstamm","date":{"__isSmartRef__":true,"id":6555},"url":{"__isSmartRef__":true,"id":6556},"changes":[{"__isSmartRef__":true,"id":6557}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6555":{"isSerializedDate":true,"string":"Wed Feb 08 2012 11:08:03 GMT+0100 (Mitteleuropäische Zeit)"},"6556":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6557":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.json"},"6558":{"rev":135442,"author":"athomschke","date":{"__isSmartRef__":true,"id":6559},"url":{"__isSmartRef__":true,"id":6560},"changes":[{"__isSmartRef__":true,"id":6561}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6559":{"isSerializedDate":true,"string":"Wed Feb 08 2012 10:57:34 GMT+0100 (Mitteleuropäische Zeit)"},"6560":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6561":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.json"},"6562":{"rev":131714,"author":"jenslincke","date":{"__isSmartRef__":true,"id":6563},"url":{"__isSmartRef__":true,"id":6564},"changes":[{"__isSmartRef__":true,"id":6565}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6563":{"isSerializedDate":true,"string":"Tue Jan 31 2012 19:23:54 GMT+0100 (Mitteleuropäische Zeit)"},"6564":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6565":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.json"},"6566":{"rev":131708,"author":"jenslincke","date":{"__isSmartRef__":true,"id":6567},"url":{"__isSmartRef__":true,"id":6568},"changes":[{"__isSmartRef__":true,"id":6569}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6567":{"isSerializedDate":true,"string":"Tue Jan 31 2012 19:17:32 GMT+0100 (Mitteleuropäische Zeit)"},"6568":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6569":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.json"},"6570":{"rev":131697,"author":"jenslincke","date":{"__isSmartRef__":true,"id":6571},"url":{"__isSmartRef__":true,"id":6572},"changes":[{"__isSmartRef__":true,"id":6573}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6571":{"isSerializedDate":true,"string":"Tue Jan 31 2012 19:03:03 GMT+0100 (Mitteleuropäische Zeit)"},"6572":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6573":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.json"},"6574":{"rev":131682,"author":"jenslincke","date":{"__isSmartRef__":true,"id":6575},"url":{"__isSmartRef__":true,"id":6576},"changes":[{"__isSmartRef__":true,"id":6577}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6575":{"isSerializedDate":true,"string":"Tue Jan 31 2012 18:23:04 GMT+0100 (Mitteleuropäische Zeit)"},"6576":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6577":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.json"},"6578":{"rev":129086,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":6579},"url":{"__isSmartRef__":true,"id":6580},"changes":[{"__isSmartRef__":true,"id":6581}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6579":{"isSerializedDate":true,"string":"Mon Jan 23 2012 18:46:29 GMT+0100 (Mitteleuropäische Zeit)"},"6580":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6581":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.json"},"6582":{"rev":129083,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":6583},"url":{"__isSmartRef__":true,"id":6584},"changes":[{"__isSmartRef__":true,"id":6585}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6583":{"isSerializedDate":true,"string":"Mon Jan 23 2012 18:41:59 GMT+0100 (Mitteleuropäische Zeit)"},"6584":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6585":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.json"},"6586":{"rev":129080,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":6587},"url":{"__isSmartRef__":true,"id":6588},"changes":[{"__isSmartRef__":true,"id":6589}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6587":{"isSerializedDate":true,"string":"Mon Jan 23 2012 18:38:00 GMT+0100 (Mitteleuropäische Zeit)"},"6588":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6589":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.json"},"6590":{"rev":128624,"author":"bsiegmund","date":{"__isSmartRef__":true,"id":6591},"url":{"__isSmartRef__":true,"id":6592},"changes":[{"__isSmartRef__":true,"id":6593}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6591":{"isSerializedDate":true,"string":"Thu Jan 19 2012 10:57:45 GMT+0100 (Mitteleuropäische Zeit)"},"6592":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6593":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.json"},"6594":{"rev":126143,"author":"markoroeder","date":{"__isSmartRef__":true,"id":6595},"url":{"__isSmartRef__":true,"id":6596},"changes":[{"__isSmartRef__":true,"id":6597}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6595":{"isSerializedDate":true,"string":"Thu Jan 05 2012 14:19:31 GMT+0100 (Mitteleuropäische Zeit)"},"6596":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6597":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.json"},"6598":{"rev":126135,"author":"markoroeder","date":{"__isSmartRef__":true,"id":6599},"url":{"__isSmartRef__":true,"id":6600},"changes":[{"__isSmartRef__":true,"id":6601}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6599":{"isSerializedDate":true,"string":"Thu Jan 05 2012 14:16:32 GMT+0100 (Mitteleuropäische Zeit)"},"6600":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6601":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.json"},"6602":{"rev":126132,"author":"markoroeder","date":{"__isSmartRef__":true,"id":6603},"url":{"__isSmartRef__":true,"id":6604},"changes":[{"__isSmartRef__":true,"id":6605}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6603":{"isSerializedDate":true,"string":"Thu Jan 05 2012 14:15:50 GMT+0100 (Mitteleuropäische Zeit)"},"6604":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6605":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.json"},"6606":{"rev":125486,"author":"fbo","date":{"__isSmartRef__":true,"id":6607},"url":{"__isSmartRef__":true,"id":6608},"changes":[{"__isSmartRef__":true,"id":6609}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6607":{"isSerializedDate":true,"string":"Fri Dec 30 2011 23:36:20 GMT+0100 (Mitteleuropäische Zeit)"},"6608":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6609":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.json"},"6610":{"rev":125478,"author":"magdavisconti","date":{"__isSmartRef__":true,"id":6611},"url":{"__isSmartRef__":true,"id":6612},"changes":[{"__isSmartRef__":true,"id":6613}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6611":{"isSerializedDate":true,"string":"Fri Dec 30 2011 10:51:04 GMT+0100 (Mitteleuropäische Zeit)"},"6612":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6613":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.json"},"6614":{"rev":124823,"author":"lauritz","date":{"__isSmartRef__":true,"id":6615},"url":{"__isSmartRef__":true,"id":6616},"changes":[{"__isSmartRef__":true,"id":6617},{"__isSmartRef__":true,"id":6618}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6615":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:11:50 GMT+0100 (Mitteleuropäische Zeit)"},"6616":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6617":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.metainfo"},"6618":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.json"},"6619":{"rev":124810,"author":"lauritz","date":{"__isSmartRef__":true,"id":6620},"url":{"__isSmartRef__":true,"id":6621},"changes":[{"__isSmartRef__":true,"id":6622},{"__isSmartRef__":true,"id":6623},{"__isSmartRef__":true,"id":6624}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6620":{"isSerializedDate":true,"string":"Tue Dec 20 2011 17:26:00 GMT+0100 (Mitteleuropäische Zeit)"},"6621":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6622":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.metainfo"},"6623":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.html"},"6624":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.json"},"6625":{"rev":124527,"author":"fbo","date":{"__isSmartRef__":true,"id":6626},"url":{"__isSmartRef__":true,"id":6627},"changes":[{"__isSmartRef__":true,"id":6628}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6626":{"isSerializedDate":true,"string":"Mon Dec 19 2011 21:43:35 GMT+0100 (Mitteleuropäische Zeit)"},"6627":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6628":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.json"},"6629":{"rev":124522,"author":"fbo","date":{"__isSmartRef__":true,"id":6630},"url":{"__isSmartRef__":true,"id":6631},"changes":[{"__isSmartRef__":true,"id":6632}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6630":{"isSerializedDate":true,"string":"Mon Dec 19 2011 21:40:52 GMT+0100 (Mitteleuropäische Zeit)"},"6631":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6632":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.json"},"6633":{"rev":124485,"author":"lauritz","date":{"__isSmartRef__":true,"id":6634},"url":{"__isSmartRef__":true,"id":6635},"changes":[{"__isSmartRef__":true,"id":6636}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6634":{"isSerializedDate":true,"string":"Mon Dec 19 2011 19:03:15 GMT+0100 (Mitteleuropäische Zeit)"},"6635":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6636":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.json"},"6637":{"rev":124482,"author":"lauritz","date":{"__isSmartRef__":true,"id":6638},"url":{"__isSmartRef__":true,"id":6639},"changes":[{"__isSmartRef__":true,"id":6640}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6638":{"isSerializedDate":true,"string":"Mon Dec 19 2011 19:01:37 GMT+0100 (Mitteleuropäische Zeit)"},"6639":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6640":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.json"},"6641":{"rev":123662,"author":"fbo","date":{"__isSmartRef__":true,"id":6642},"url":{"__isSmartRef__":true,"id":6643},"changes":[{"__isSmartRef__":true,"id":6644}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6642":{"isSerializedDate":true,"string":"Tue Dec 13 2011 18:17:12 GMT+0100 (Mitteleuropäische Zeit)"},"6643":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6644":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.json"},"6645":{"rev":123659,"author":"fbo","date":{"__isSmartRef__":true,"id":6646},"url":{"__isSmartRef__":true,"id":6647},"changes":[{"__isSmartRef__":true,"id":6648}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6646":{"isSerializedDate":true,"string":"Tue Dec 13 2011 18:00:40 GMT+0100 (Mitteleuropäische Zeit)"},"6647":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6648":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.json"},"6649":{"rev":123496,"author":"lauritz","date":{"__isSmartRef__":true,"id":6650},"url":{"__isSmartRef__":true,"id":6651},"changes":[{"__isSmartRef__":true,"id":6652}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6650":{"isSerializedDate":true,"string":"Mon Dec 12 2011 23:32:42 GMT+0100 (Mitteleuropäische Zeit)"},"6651":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6652":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.json"},"6653":{"rev":121208,"author":"lauritz","date":{"__isSmartRef__":true,"id":6654},"url":{"__isSmartRef__":true,"id":6655},"changes":[{"__isSmartRef__":true,"id":6656}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6654":{"isSerializedDate":true,"string":"Tue Dec 06 2011 18:52:43 GMT+0100 (Mitteleuropäische Zeit)"},"6655":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6656":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.json"},"6657":{"rev":120876,"author":"lauritz","date":{"__isSmartRef__":true,"id":6658},"url":{"__isSmartRef__":true,"id":6659},"changes":[{"__isSmartRef__":true,"id":6660},{"__isSmartRef__":true,"id":6661},{"__isSmartRef__":true,"id":6662}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6658":{"isSerializedDate":true,"string":"Tue Dec 06 2011 00:38:06 GMT+0100 (Mitteleuropäische Zeit)"},"6659":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6660":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.metainfo"},"6661":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.html"},"6662":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.json"},"6663":{"rev":120873,"author":"lauritz","date":{"__isSmartRef__":true,"id":6664},"url":{"__isSmartRef__":true,"id":6665},"changes":[{"__isSmartRef__":true,"id":6666},{"__isSmartRef__":true,"id":6667},{"__isSmartRef__":true,"id":6668}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6664":{"isSerializedDate":true,"string":"Mon Dec 05 2011 22:55:21 GMT+0100 (Mitteleuropäische Zeit)"},"6665":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6666":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.metainfo"},"6667":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.html"},"6668":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.json"},"6669":{"rev":120872,"author":"lauritz","date":{"__isSmartRef__":true,"id":6670},"url":{"__isSmartRef__":true,"id":6671},"changes":[{"__isSmartRef__":true,"id":6672}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6670":{"isSerializedDate":true,"string":"Mon Dec 05 2011 22:53:02 GMT+0100 (Mitteleuropäische Zeit)"},"6671":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6672":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.json"},"6673":{"rev":116605,"author":"jenslincke","date":{"__isSmartRef__":true,"id":6674},"url":{"__isSmartRef__":true,"id":6675},"changes":[{"__isSmartRef__":true,"id":6676}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6674":{"isSerializedDate":true,"string":"Thu Nov 10 2011 13:15:13 GMT+0100 (Mitteleuropäische Zeit)"},"6675":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6676":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.json"},"6677":{"rev":116341,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":6678},"url":{"__isSmartRef__":true,"id":6679},"changes":[{"__isSmartRef__":true,"id":6680},{"__isSmartRef__":true,"id":6681},{"__isSmartRef__":true,"id":6682},{"__isSmartRef__":true,"id":6683},{"__isSmartRef__":true,"id":6684},{"__isSmartRef__":true,"id":6685},{"__isSmartRef__":true,"id":6686},{"__isSmartRef__":true,"id":6687},{"__isSmartRef__":true,"id":6688},{"__isSmartRef__":true,"id":6689}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6678":{"isSerializedDate":true,"string":"Thu Nov 10 2011 00:29:22 GMT+0100 (Mitteleuropäische Zeit)"},"6679":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Sandbox/SandboxBackup.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6680":{"type":"S:modified","url":"/core/PartsBin/Sandbox/Car.html"},"6681":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.metainfo"},"6682":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.html"},"6683":{"type":"S:modified","url":"/core/PartsBin/Sandbox/SandboxBackup.json"},"6684":{"type":"S:modified","url":"/core/PartsBin/Sandbox/Car.json"},"6685":{"type":"S:modified","url":"/sandbox/sandbox.xhtml"},"6686":{"type":"S:modified","url":"/core/PartsBin/Tools/PartsBinBrowser.json"},"6687":{"type":"S:modified","url":"/core/PartsBin/Sandbox/SandboxBackup.metainfo"},"6688":{"type":"S:modified","url":"/core/PartsBin/Sandbox/Car.metainfo"},"6689":{"type":"S:modified","url":"/core/PartsBin/Sandbox/SandboxBackup.html"},"6690":{"rev":112200,"author":"lauritz","date":{"__isSmartRef__":true,"id":6691},"url":{"__isSmartRef__":true,"id":6692},"changes":[{"__isSmartRef__":true,"id":6693},{"__isSmartRef__":true,"id":6694},{"__isSmartRef__":true,"id":6695},{"__isSmartRef__":true,"id":6696},{"__isSmartRef__":true,"id":6697},{"__isSmartRef__":true,"id":6698},{"__isSmartRef__":true,"id":6699},{"__isSmartRef__":true,"id":6700},{"__isSmartRef__":true,"id":6701},{"__isSmartRef__":true,"id":6702},{"__isSmartRef__":true,"id":6703},{"__isSmartRef__":true,"id":6704},{"__isSmartRef__":true,"id":6705},{"__isSmartRef__":true,"id":6706},{"__isSmartRef__":true,"id":6707},{"__isSmartRef__":true,"id":6708},{"__isSmartRef__":true,"id":6709},{"__isSmartRef__":true,"id":6710},{"__isSmartRef__":true,"id":6711},{"__isSmartRef__":true,"id":6712},{"__isSmartRef__":true,"id":6713},{"__isSmartRef__":true,"id":6714},{"__isSmartRef__":true,"id":6715},{"__isSmartRef__":true,"id":6716},{"__isSmartRef__":true,"id":6717},{"__isSmartRef__":true,"id":6718},{"__isSmartRef__":true,"id":6719},{"__isSmartRef__":true,"id":6720},{"__isSmartRef__":true,"id":6721},{"__isSmartRef__":true,"id":6722},{"__isSmartRef__":true,"id":6723},{"__isSmartRef__":true,"id":6724},{"__isSmartRef__":true,"id":6725},{"__isSmartRef__":true,"id":6726},{"__isSmartRef__":true,"id":6727},{"__isSmartRef__":true,"id":6728},{"__isSmartRef__":true,"id":6729},{"__isSmartRef__":true,"id":6730},{"__isSmartRef__":true,"id":6731},{"__isSmartRef__":true,"id":6732},{"__isSmartRef__":true,"id":6733},{"__isSmartRef__":true,"id":6734},{"__isSmartRef__":true,"id":6735},{"__isSmartRef__":true,"id":6736},{"__isSmartRef__":true,"id":6737},{"__isSmartRef__":true,"id":6738},{"__isSmartRef__":true,"id":6739},{"__isSmartRef__":true,"id":6740},{"__isSmartRef__":true,"id":6741},{"__isSmartRef__":true,"id":6742},{"__isSmartRef__":true,"id":6743},{"__isSmartRef__":true,"id":6744},{"__isSmartRef__":true,"id":6745},{"__isSmartRef__":true,"id":6746},{"__isSmartRef__":true,"id":6747},{"__isSmartRef__":true,"id":6748},{"__isSmartRef__":true,"id":6749},{"__isSmartRef__":true,"id":6750},{"__isSmartRef__":true,"id":6751},{"__isSmartRef__":true,"id":6752},{"__isSmartRef__":true,"id":6753},{"__isSmartRef__":true,"id":6754},{"__isSmartRef__":true,"id":6755},{"__isSmartRef__":true,"id":6756},{"__isSmartRef__":true,"id":6757},{"__isSmartRef__":true,"id":6758},{"__isSmartRef__":true,"id":6759},{"__isSmartRef__":true,"id":6760},{"__isSmartRef__":true,"id":6761},{"__isSmartRef__":true,"id":6762},{"__isSmartRef__":true,"id":6763},{"__isSmartRef__":true,"id":6764},{"__isSmartRef__":true,"id":6765},{"__isSmartRef__":true,"id":6766},{"__isSmartRef__":true,"id":6767},{"__isSmartRef__":true,"id":6768},{"__isSmartRef__":true,"id":6769},{"__isSmartRef__":true,"id":6770},{"__isSmartRef__":true,"id":6771},{"__isSmartRef__":true,"id":6772},{"__isSmartRef__":true,"id":6773},{"__isSmartRef__":true,"id":6774},{"__isSmartRef__":true,"id":6775},{"__isSmartRef__":true,"id":6776},{"__isSmartRef__":true,"id":6777},{"__isSmartRef__":true,"id":6778},{"__isSmartRef__":true,"id":6779},{"__isSmartRef__":true,"id":6780},{"__isSmartRef__":true,"id":6781},{"__isSmartRef__":true,"id":6782},{"__isSmartRef__":true,"id":6783},{"__isSmartRef__":true,"id":6784},{"__isSmartRef__":true,"id":6785},{"__isSmartRef__":true,"id":6786},{"__isSmartRef__":true,"id":6787},{"__isSmartRef__":true,"id":6788},{"__isSmartRef__":true,"id":6789},{"__isSmartRef__":true,"id":6790},{"__isSmartRef__":true,"id":6791},{"__isSmartRef__":true,"id":6792},{"__isSmartRef__":true,"id":6793},{"__isSmartRef__":true,"id":6794},{"__isSmartRef__":true,"id":6795},{"__isSmartRef__":true,"id":6796},{"__isSmartRef__":true,"id":6797},{"__isSmartRef__":true,"id":6798},{"__isSmartRef__":true,"id":6799},{"__isSmartRef__":true,"id":6800},{"__isSmartRef__":true,"id":6801},{"__isSmartRef__":true,"id":6802},{"__isSmartRef__":true,"id":6803},{"__isSmartRef__":true,"id":6804},{"__isSmartRef__":true,"id":6805},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6807},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6809},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":6811},{"__isSmartRef__":true,"id":6812},{"__isSmartRef__":true,"id":6813},{"__isSmartRef__":true,"id":6814},{"__isSmartRef__":true,"id":6815},{"__isSmartRef__":true,"id":6816},{"__isSmartRef__":true,"id":6817},{"__isSmartRef__":true,"id":6818},{"__isSmartRef__":true,"id":6819},{"__isSmartRef__":true,"id":6820},{"__isSmartRef__":true,"id":6821},{"__isSmartRef__":true,"id":6822},{"__isSmartRef__":true,"id":6823},{"__isSmartRef__":true,"id":6824},{"__isSmartRef__":true,"id":6825},{"__isSmartRef__":true,"id":6826},{"__isSmartRef__":true,"id":6827},{"__isSmartRef__":true,"id":6828},{"__isSmartRef__":true,"id":6829},{"__isSmartRef__":true,"id":6830},{"__isSmartRef__":true,"id":6831},{"__isSmartRef__":true,"id":6832},{"__isSmartRef__":true,"id":6833},{"__isSmartRef__":true,"id":6834},{"__isSmartRef__":true,"id":6835},{"__isSmartRef__":true,"id":6836},{"__isSmartRef__":true,"id":6837},{"__isSmartRef__":true,"id":6838},{"__isSmartRef__":true,"id":6839},{"__isSmartRef__":true,"id":6840},{"__isSmartRef__":true,"id":6841},{"__isSmartRef__":true,"id":6842},{"__isSmartRef__":true,"id":6843},{"__isSmartRef__":true,"id":6844},{"__isSmartRef__":true,"id":6845},{"__isSmartRef__":true,"id":6846},{"__isSmartRef__":true,"id":6847},{"__isSmartRef__":true,"id":6848},{"__isSmartRef__":true,"id":6849},{"__isSmartRef__":true,"id":6850},{"__isSmartRef__":true,"id":6851},{"__isSmartRef__":true,"id":6852},{"__isSmartRef__":true,"id":6853},{"__isSmartRef__":true,"id":6854},{"__isSmartRef__":true,"id":6855},{"__isSmartRef__":true,"id":6856},{"__isSmartRef__":true,"id":6857},{"__isSmartRef__":true,"id":6858},{"__isSmartRef__":true,"id":6859},{"__isSmartRef__":true,"id":6860},{"__isSmartRef__":true,"id":6861},{"__isSmartRef__":true,"id":6862},{"__isSmartRef__":true,"id":6863},{"__isSmartRef__":true,"id":6864},{"__isSmartRef__":true,"id":6865},{"__isSmartRef__":true,"id":6866},{"__isSmartRef__":true,"id":6867},{"__isSmartRef__":true,"id":6868},{"__isSmartRef__":true,"id":6869},{"__isSmartRef__":true,"id":6870},{"__isSmartRef__":true,"id":6871},{"__isSmartRef__":true,"id":6872},{"__isSmartRef__":true,"id":6873},{"__isSmartRef__":true,"id":6874},{"__isSmartRef__":true,"id":6875},{"__isSmartRef__":true,"id":6876},{"__isSmartRef__":true,"id":6877},{"__isSmartRef__":true,"id":6878},{"__isSmartRef__":true,"id":6879},{"__isSmartRef__":true,"id":6880},{"__isSmartRef__":true,"id":6881},{"__isSmartRef__":true,"id":6882},{"__isSmartRef__":true,"id":6883},{"__isSmartRef__":true,"id":6884},{"__isSmartRef__":true,"id":6885},{"__isSmartRef__":true,"id":6886},{"__isSmartRef__":true,"id":6887},{"__isSmartRef__":true,"id":6888},{"__isSmartRef__":true,"id":6889},{"__isSmartRef__":true,"id":6890},{"__isSmartRef__":true,"id":6891},{"__isSmartRef__":true,"id":6892},{"__isSmartRef__":true,"id":6893},{"__isSmartRef__":true,"id":6894},{"__isSmartRef__":true,"id":6895},{"__isSmartRef__":true,"id":6896},{"__isSmartRef__":true,"id":6897},{"__isSmartRef__":true,"id":6898},{"__isSmartRef__":true,"id":6899},{"__isSmartRef__":true,"id":6900},{"__isSmartRef__":true,"id":6901},{"__isSmartRef__":true,"id":6902},{"__isSmartRef__":true,"id":6903},{"__isSmartRef__":true,"id":6904},{"__isSmartRef__":true,"id":6905},{"__isSmartRef__":true,"id":6906},{"__isSmartRef__":true,"id":6907},{"__isSmartRef__":true,"id":6908},{"__isSmartRef__":true,"id":6909},{"__isSmartRef__":true,"id":6910},{"__isSmartRef__":true,"id":6911},{"__isSmartRef__":true,"id":6912},{"__isSmartRef__":true,"id":6913},{"__isSmartRef__":true,"id":6914},{"__isSmartRef__":true,"id":6915},{"__isSmartRef__":true,"id":6916},{"__isSmartRef__":true,"id":6917},{"__isSmartRef__":true,"id":6918},{"__isSmartRef__":true,"id":6919},{"__isSmartRef__":true,"id":6920},{"__isSmartRef__":true,"id":6921},{"__isSmartRef__":true,"id":6922},{"__isSmartRef__":true,"id":6923},{"__isSmartRef__":true,"id":6924},{"__isSmartRef__":true,"id":6925},{"__isSmartRef__":true,"id":6926},{"__isSmartRef__":true,"id":6927},{"__isSmartRef__":true,"id":6928},{"__isSmartRef__":true,"id":6929},{"__isSmartRef__":true,"id":6930},{"__isSmartRef__":true,"id":6931},{"__isSmartRef__":true,"id":6932},{"__isSmartRef__":true,"id":6933},{"__isSmartRef__":true,"id":6934},{"__isSmartRef__":true,"id":6935},{"__isSmartRef__":true,"id":6936},{"__isSmartRef__":true,"id":6937},{"__isSmartRef__":true,"id":6938},{"__isSmartRef__":true,"id":6939},{"__isSmartRef__":true,"id":6940},{"__isSmartRef__":true,"id":6941},{"__isSmartRef__":true,"id":6942},{"__isSmartRef__":true,"id":6943},{"__isSmartRef__":true,"id":6944},{"__isSmartRef__":true,"id":6945},{"__isSmartRef__":true,"id":6946},{"__isSmartRef__":true,"id":6947},{"__isSmartRef__":true,"id":6948},{"__isSmartRef__":true,"id":6949},{"__isSmartRef__":true,"id":6950},{"__isSmartRef__":true,"id":6951},{"__isSmartRef__":true,"id":6952},{"__isSmartRef__":true,"id":6953},{"__isSmartRef__":true,"id":6954},{"__isSmartRef__":true,"id":6955},{"__isSmartRef__":true,"id":6956},{"__isSmartRef__":true,"id":6957},{"__isSmartRef__":true,"id":6958},{"__isSmartRef__":true,"id":6959},{"__isSmartRef__":true,"id":6960},{"__isSmartRef__":true,"id":6961},{"__isSmartRef__":true,"id":6962},{"__isSmartRef__":true,"id":6963},{"__isSmartRef__":true,"id":6964},{"__isSmartRef__":true,"id":6965},{"__isSmartRef__":true,"id":6966},{"__isSmartRef__":true,"id":6967},{"__isSmartRef__":true,"id":6968},{"__isSmartRef__":true,"id":6969},{"__isSmartRef__":true,"id":6970},{"__isSmartRef__":true,"id":6971},{"__isSmartRef__":true,"id":6972},{"__isSmartRef__":true,"id":6973},{"__isSmartRef__":true,"id":6974},{"__isSmartRef__":true,"id":6975},{"__isSmartRef__":true,"id":6976},{"__isSmartRef__":true,"id":6977},{"__isSmartRef__":true,"id":6978},{"__isSmartRef__":true,"id":6979},{"__isSmartRef__":true,"id":6980},{"__isSmartRef__":true,"id":6981},{"__isSmartRef__":true,"id":6982},{"__isSmartRef__":true,"id":6983},{"__isSmartRef__":true,"id":6984},{"__isSmartRef__":true,"id":6985},{"__isSmartRef__":true,"id":6986},{"__isSmartRef__":true,"id":6987},{"__isSmartRef__":true,"id":6988},{"__isSmartRef__":true,"id":6989},{"__isSmartRef__":true,"id":6990},{"__isSmartRef__":true,"id":6991},{"__isSmartRef__":true,"id":6992},{"__isSmartRef__":true,"id":6993},{"__isSmartRef__":true,"id":6994},{"__isSmartRef__":true,"id":6995},{"__isSmartRef__":true,"id":6996},{"__isSmartRef__":true,"id":6997},{"__isSmartRef__":true,"id":6998},{"__isSmartRef__":true,"id":6999},{"__isSmartRef__":true,"id":7000},{"__isSmartRef__":true,"id":7001},{"__isSmartRef__":true,"id":7002},{"__isSmartRef__":true,"id":7003},{"__isSmartRef__":true,"id":7004},{"__isSmartRef__":true,"id":7005},{"__isSmartRef__":true,"id":7006},{"__isSmartRef__":true,"id":7007},{"__isSmartRef__":true,"id":7008},{"__isSmartRef__":true,"id":7009},{"__isSmartRef__":true,"id":7010},{"__isSmartRef__":true,"id":7011},{"__isSmartRef__":true,"id":7012},{"__isSmartRef__":true,"id":7013},{"__isSmartRef__":true,"id":7014},{"__isSmartRef__":true,"id":7015},{"__isSmartRef__":true,"id":7016},{"__isSmartRef__":true,"id":7017},{"__isSmartRef__":true,"id":7018},{"__isSmartRef__":true,"id":7019},{"__isSmartRef__":true,"id":7020},{"__isSmartRef__":true,"id":7021},{"__isSmartRef__":true,"id":7022},{"__isSmartRef__":true,"id":7023},{"__isSmartRef__":true,"id":7024},{"__isSmartRef__":true,"id":7025},{"__isSmartRef__":true,"id":7026},{"__isSmartRef__":true,"id":7027},{"__isSmartRef__":true,"id":7028},{"__isSmartRef__":true,"id":7029},{"__isSmartRef__":true,"id":7030},{"__isSmartRef__":true,"id":7031},{"__isSmartRef__":true,"id":7032},{"__isSmartRef__":true,"id":7033},{"__isSmartRef__":true,"id":7034},{"__isSmartRef__":true,"id":7035},{"__isSmartRef__":true,"id":7036},{"__isSmartRef__":true,"id":7037},{"__isSmartRef__":true,"id":7038},{"__isSmartRef__":true,"id":7039},{"__isSmartRef__":true,"id":7040},{"__isSmartRef__":true,"id":7041},{"__isSmartRef__":true,"id":7042},{"__isSmartRef__":true,"id":7043},{"__isSmartRef__":true,"id":7044},{"__isSmartRef__":true,"id":7045},{"__isSmartRef__":true,"id":7046},{"__isSmartRef__":true,"id":7047},{"__isSmartRef__":true,"id":7048},{"__isSmartRef__":true,"id":7049},{"__isSmartRef__":true,"id":7050},{"__isSmartRef__":true,"id":7051},{"__isSmartRef__":true,"id":7052},{"__isSmartRef__":true,"id":7053},{"__isSmartRef__":true,"id":7054},{"__isSmartRef__":true,"id":7055},{"__isSmartRef__":true,"id":7056},{"__isSmartRef__":true,"id":7057},{"__isSmartRef__":true,"id":7058},{"__isSmartRef__":true,"id":7059},{"__isSmartRef__":true,"id":7060},{"__isSmartRef__":true,"id":7061},{"__isSmartRef__":true,"id":7062},{"__isSmartRef__":true,"id":7063},{"__isSmartRef__":true,"id":7064},{"__isSmartRef__":true,"id":7065},{"__isSmartRef__":true,"id":7066},{"__isSmartRef__":true,"id":7067},{"__isSmartRef__":true,"id":7068},{"__isSmartRef__":true,"id":7069},{"__isSmartRef__":true,"id":7070},{"__isSmartRef__":true,"id":7071},{"__isSmartRef__":true,"id":7072},{"__isSmartRef__":true,"id":7073},{"__isSmartRef__":true,"id":7074},{"__isSmartRef__":true,"id":7075},{"__isSmartRef__":true,"id":7076},{"__isSmartRef__":true,"id":7077},{"__isSmartRef__":true,"id":7078},{"__isSmartRef__":true,"id":7079},{"__isSmartRef__":true,"id":7080},{"__isSmartRef__":true,"id":7081},{"__isSmartRef__":true,"id":7082},{"__isSmartRef__":true,"id":7083},{"__isSmartRef__":true,"id":7084},{"__isSmartRef__":true,"id":7085},{"__isSmartRef__":true,"id":7086},{"__isSmartRef__":true,"id":7087},{"__isSmartRef__":true,"id":7088},{"__isSmartRef__":true,"id":7089},{"__isSmartRef__":true,"id":7090},{"__isSmartRef__":true,"id":7091},{"__isSmartRef__":true,"id":7092},{"__isSmartRef__":true,"id":7093},{"__isSmartRef__":true,"id":7094},{"__isSmartRef__":true,"id":7095},{"__isSmartRef__":true,"id":7096},{"__isSmartRef__":true,"id":7097},{"__isSmartRef__":true,"id":7098},{"__isSmartRef__":true,"id":7099},{"__isSmartRef__":true,"id":7100},{"__isSmartRef__":true,"id":7101},{"__isSmartRef__":true,"id":7102},{"__isSmartRef__":true,"id":7103},{"__isSmartRef__":true,"id":7104},{"__isSmartRef__":true,"id":7105},{"__isSmartRef__":true,"id":7106},{"__isSmartRef__":true,"id":7107},{"__isSmartRef__":true,"id":7108},{"__isSmartRef__":true,"id":7109},{"__isSmartRef__":true,"id":7110},{"__isSmartRef__":true,"id":7111},{"__isSmartRef__":true,"id":7112},{"__isSmartRef__":true,"id":7113},{"__isSmartRef__":true,"id":7114},{"__isSmartRef__":true,"id":7115},{"__isSmartRef__":true,"id":7116},{"__isSmartRef__":true,"id":7117},{"__isSmartRef__":true,"id":7118},{"__isSmartRef__":true,"id":7119},{"__isSmartRef__":true,"id":7120},{"__isSmartRef__":true,"id":7121},{"__isSmartRef__":true,"id":7122},{"__isSmartRef__":true,"id":7123},{"__isSmartRef__":true,"id":7124},{"__isSmartRef__":true,"id":7125},{"__isSmartRef__":true,"id":7126},{"__isSmartRef__":true,"id":7127},{"__isSmartRef__":true,"id":7128},{"__isSmartRef__":true,"id":7129},{"__isSmartRef__":true,"id":7130},{"__isSmartRef__":true,"id":7131},{"__isSmartRef__":true,"id":7132},{"__isSmartRef__":true,"id":7133},{"__isSmartRef__":true,"id":7134},{"__isSmartRef__":true,"id":7135},{"__isSmartRef__":true,"id":7136},{"__isSmartRef__":true,"id":7137},{"__isSmartRef__":true,"id":7138},{"__isSmartRef__":true,"id":7139},{"__isSmartRef__":true,"id":7140},{"__isSmartRef__":true,"id":7141},{"__isSmartRef__":true,"id":7142},{"__isSmartRef__":true,"id":7143},{"__isSmartRef__":true,"id":7144},{"__isSmartRef__":true,"id":7145},{"__isSmartRef__":true,"id":7146},{"__isSmartRef__":true,"id":7147},{"__isSmartRef__":true,"id":7148},{"__isSmartRef__":true,"id":7149},{"__isSmartRef__":true,"id":7150},{"__isSmartRef__":true,"id":7151},{"__isSmartRef__":true,"id":7152},{"__isSmartRef__":true,"id":7153},{"__isSmartRef__":true,"id":7154},{"__isSmartRef__":true,"id":7155},{"__isSmartRef__":true,"id":7156},{"__isSmartRef__":true,"id":7157},{"__isSmartRef__":true,"id":7158},{"__isSmartRef__":true,"id":7159},{"__isSmartRef__":true,"id":7160},{"__isSmartRef__":true,"id":7161},{"__isSmartRef__":true,"id":7162},{"__isSmartRef__":true,"id":7163},{"__isSmartRef__":true,"id":7164},{"__isSmartRef__":true,"id":7165},{"__isSmartRef__":true,"id":7166},{"__isSmartRef__":true,"id":7167},{"__isSmartRef__":true,"id":7168},{"__isSmartRef__":true,"id":7169},{"__isSmartRef__":true,"id":7170},{"__isSmartRef__":true,"id":7171},{"__isSmartRef__":true,"id":7172},{"__isSmartRef__":true,"id":7173},{"__isSmartRef__":true,"id":7174},{"__isSmartRef__":true,"id":7175},{"__isSmartRef__":true,"id":7176},{"__isSmartRef__":true,"id":7177},{"__isSmartRef__":true,"id":7178},{"__isSmartRef__":true,"id":7179},{"__isSmartRef__":true,"id":7180},{"__isSmartRef__":true,"id":7181},{"__isSmartRef__":true,"id":7182},{"__isSmartRef__":true,"id":7183},{"__isSmartRef__":true,"id":7184},{"__isSmartRef__":true,"id":7185},{"__isSmartRef__":true,"id":7186},{"__isSmartRef__":true,"id":7187},{"__isSmartRef__":true,"id":7188},{"__isSmartRef__":true,"id":7189},{"__isSmartRef__":true,"id":7190},{"__isSmartRef__":true,"id":7191},{"__isSmartRef__":true,"id":7192},{"__isSmartRef__":true,"id":7193},{"__isSmartRef__":true,"id":7194},{"__isSmartRef__":true,"id":7195},{"__isSmartRef__":true,"id":7196},{"__isSmartRef__":true,"id":7197},{"__isSmartRef__":true,"id":7198},{"__isSmartRef__":true,"id":7199},{"__isSmartRef__":true,"id":7200},{"__isSmartRef__":true,"id":7201},{"__isSmartRef__":true,"id":7202},{"__isSmartRef__":true,"id":7203},{"__isSmartRef__":true,"id":7204},{"__isSmartRef__":true,"id":7205},{"__isSmartRef__":true,"id":7206},{"__isSmartRef__":true,"id":7207},{"__isSmartRef__":true,"id":7208},{"__isSmartRef__":true,"id":7209},{"__isSmartRef__":true,"id":7210},{"__isSmartRef__":true,"id":7211},{"__isSmartRef__":true,"id":7212},{"__isSmartRef__":true,"id":7213},{"__isSmartRef__":true,"id":7214},{"__isSmartRef__":true,"id":7215},{"__isSmartRef__":true,"id":7216},{"__isSmartRef__":true,"id":7217},{"__isSmartRef__":true,"id":7218},{"__isSmartRef__":true,"id":7219},{"__isSmartRef__":true,"id":7220},{"__isSmartRef__":true,"id":7221},{"__isSmartRef__":true,"id":7222},{"__isSmartRef__":true,"id":7223},{"__isSmartRef__":true,"id":7224},{"__isSmartRef__":true,"id":7225},{"__isSmartRef__":true,"id":7226},{"__isSmartRef__":true,"id":7227},{"__isSmartRef__":true,"id":7228},{"__isSmartRef__":true,"id":7229},{"__isSmartRef__":true,"id":7230},{"__isSmartRef__":true,"id":7231},{"__isSmartRef__":true,"id":7232},{"__isSmartRef__":true,"id":7233},{"__isSmartRef__":true,"id":7234},{"__isSmartRef__":true,"id":7235},{"__isSmartRef__":true,"id":7236},{"__isSmartRef__":true,"id":7237},{"__isSmartRef__":true,"id":7238},{"__isSmartRef__":true,"id":7239},{"__isSmartRef__":true,"id":7240},{"__isSmartRef__":true,"id":7241},{"__isSmartRef__":true,"id":7242},{"__isSmartRef__":true,"id":7243},{"__isSmartRef__":true,"id":7244},{"__isSmartRef__":true,"id":7245},{"__isSmartRef__":true,"id":7246},{"__isSmartRef__":true,"id":7247},{"__isSmartRef__":true,"id":7248},{"__isSmartRef__":true,"id":7249},{"__isSmartRef__":true,"id":7250},{"__isSmartRef__":true,"id":7251},{"__isSmartRef__":true,"id":7252},{"__isSmartRef__":true,"id":7253},{"__isSmartRef__":true,"id":7254},{"__isSmartRef__":true,"id":7255},{"__isSmartRef__":true,"id":7256},{"__isSmartRef__":true,"id":7257},{"__isSmartRef__":true,"id":7258},{"__isSmartRef__":true,"id":7259},{"__isSmartRef__":true,"id":7260},{"__isSmartRef__":true,"id":7261},{"__isSmartRef__":true,"id":7262},{"__isSmartRef__":true,"id":7263},{"__isSmartRef__":true,"id":7264},{"__isSmartRef__":true,"id":7265},{"__isSmartRef__":true,"id":7266},{"__isSmartRef__":true,"id":7267},{"__isSmartRef__":true,"id":7268},{"__isSmartRef__":true,"id":7269},{"__isSmartRef__":true,"id":7270},{"__isSmartRef__":true,"id":7271},{"__isSmartRef__":true,"id":7272},{"__isSmartRef__":true,"id":7273},{"__isSmartRef__":true,"id":7274},{"__isSmartRef__":true,"id":7275},{"__isSmartRef__":true,"id":7276},{"__isSmartRef__":true,"id":7277},{"__isSmartRef__":true,"id":7278},{"__isSmartRef__":true,"id":7279}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"6691":{"isSerializedDate":true,"string":"Fri Oct 28 2011 01:02:08 GMT+0200 (Mitteleuropäische Sommerzeit)"},"6692":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/users/lauritz/miniprojects/annotationPart.xhtml","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6693":{"type":"S:modified","url":"/users/jennek/start.xhtml"},"6694":{"type":"S:modified","url":"/users/Dan/Piano.xhtml"},"6695":{"type":"S:modified","url":"/users/sofia/documentation.xhtml"},"6696":{"type":"S:modified","url":"/users/cschuster/presentation.xhtml"},"6697":{"type":"S:modified","url":"/demos/LiveWeb/NewCPUVisualization.xhtml"},"6698":{"type":"S:modified","url":"/users/lauritz/start.xhtml"},"6699":{"type":"S:modified","url":"/core/lively/bootstrap.js"},"6700":{"type":"S:modified","url":"/draft/NewWorld/ServerPart.xhtml"},"6701":{"type":"S:modified","url":"/users/sofia/georgi/ButtonPrototypes.xhtml"},"6702":{"type":"S:modified","url":"/draft/NewWorld/NotetakingApp.xhtml"},"6703":{"type":"S:modified","url":"/projects/CodeDB2/info_documents.xhtml"},"6704":{"type":"S:modified","url":"/users/cschuster/hello.xhtml"},"6705":{"type":"S:modified","url":"/users/fbo/layoutNoEpiMorphs.xhtml"},"6706":{"type":"S:modified","url":"/issues/110527_RichTextGetsLost.xhtml"},"6707":{"type":"S:modified","url":"/users/fbo/boxTestRange.xhtml"},"6708":{"type":"S:modified","url":"/demos/LiveWeb/CPUVisualization.xhtml"},"6709":{"type":"S:modified","url":"/demos/contextjs/Syntax.xhtml"},"6710":{"type":"S:modified","url":"/draft/NewWorld/Connectors.xhtml"},"6711":{"type":"S:modified","url":"/users/sofia/documentationXXX.xhtml"},"6712":{"type":"S:modified","url":"/demos/VisualConnect.xhtml"},"6713":{"type":"S:modified","url":"/users/MrSteve/Test1.xhtml"},"6714":{"type":"S:modified","url":"/issues/110614_ClickingOnLinesHackIsBroken.xhtml"},"6715":{"type":"S:modified","url":"/ChangeLog.xhtml"},"6716":{"type":"S:modified","url":"/gettingStarted.xhtml"},"6717":{"type":"S:modified","url":"/users/martin/oldWorkspace.xhtml"},"6718":{"type":"S:modified","url":"/demos/Clean.xhtml"},"6719":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/prototypeSaved.xhtml"},"6720":{"type":"S:modified","url":"/issues/110613_ConnectorsAreBroken.xhtml"},"6721":{"type":"S:modified","url":"/draft/NewWorld/ModuleDependencies.xhtml"},"6722":{"type":"S:modified","url":"/issues/fixed/110412_ListDroppingBroken.xhtml"},"6723":{"type":"S:modified","url":"/demos/LiveWeb/Empty.xhtml"},"6724":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/dev2.xhtml"},"6725":{"type":"S:modified","url":"/users/fbo/dropJournalBug.xhtml"},"6726":{"type":"S:modified","url":"/users/tfleig/start.xhtml"},"6727":{"type":"S:modified","url":"/specs/Scrolling.xhtml"},"6728":{"type":"S:modified","url":"/users/fbo/dataGridTests.xhtml"},"6729":{"type":"S:modified","url":"/users/tmohr/newWorld2.xhtml"},"6730":{"type":"S:modified","url":"/users/sofia/georgi/new_world.xhtml"},"6731":{"type":"S:modified","url":"/users/tmohr/slide5.xhtml"},"6732":{"type":"S:modified","url":"/users/fbo/constraintLayoutExampleSerialized.xhtml"},"6733":{"type":"S:modified","url":"/draft/NewWorld/TextBugfixes.xhtml"},"6734":{"type":"S:modified","url":"/users/ahold/new/usertracking.xhtml"},"6735":{"type":"S:modified","url":"/issues/110512_WrappingTextInTextMorph.xhtml"},"6736":{"type":"S:modified","url":"/users/constantin/doku.xhtml"},"6737":{"type":"S:modified","url":"/users/Dan/PartsBin.xhtml"},"6738":{"type":"S:modified","url":"/users/fbo/chat.xhtml"},"6739":{"type":"S:modified","url":"/users/Dan/NewPresentation.xhtml"},"6740":{"type":"S:modified","url":"/users/markoroeder/TablePartDev.xhtml"},"6741":{"type":"S:modified","url":"/users/fbo/renderingHooks.xhtml"},"6742":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/prototype_saved.xhtml"},"6743":{"type":"S:modified","url":"/users/bert/start.xhtml"},"6744":{"type":"S:modified","url":"/users/Dan/TestWorld.xhtml"},"6745":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksHubert.xhtml"},"6746":{"type":"S:modified","url":"/issues/110603_SvgRenderIsNotYetGoodEnoughForOurIcons.xhtml"},"6747":{"type":"S:modified","url":"/issues/111006_DisableGrabbingDoesNotDisableGrabbing.xhtml"},"6748":{"type":"S:modified","url":"/users/robertkrahn/writing.xhtml"},"6749":{"type":"S:modified","url":"/issues/111020_ClassBrowserPartShouldRememberChanges.xhtml"},"6750":{"type":"S:modified","url":"/users/ahold/serverDevNew.xhtml"},"6751":{"type":"S:modified","url":"/demos/LiveWeb/LiveWebSummary.xhtml"},"6752":{"type":"S:modified","url":"/users/lauritz/miniprojects/jQueryEffects.xhtml"},"6753":{"type":"S:modified","url":"/users/Dan/BorderTest.xhtml"},"6754":{"type":"S:modified","url":"/draft/NewWorld/PartsBin.xhtml"},"6755":{"type":"S:modified","url":"/users/sofia/georgi/splitter.xhtml"},"6756":{"type":"S:modified","url":"/users/martin/stats.xhtml"},"6757":{"type":"S:modified","url":"/users/ahold/newWorld.xhtml"},"6758":{"type":"S:modified","url":"/draft/NewWorld/SVGLines.xhtml"},"6759":{"type":"S:added","url":null},"6760":{"type":"S:modified","url":"/issues/fixed/110507_CommentsForParts.xhtml"},"6761":{"type":"S:modified","url":"/demos/contextjs/OpenImplementation.xhtml"},"6762":{"type":"S:modified","url":"/users/Dan/QBF2Ba.xhtml"},"6763":{"type":"S:modified","url":"/users/fbo/welcome.xhtml"},"6764":{"type":"S:modified","url":"/issues/111026_CouchDB>>saveDoesNotAskForCredentialsInSafari.xhtml"},"6765":{"type":"S:modified","url":"/users/martin/measurements/FAQ.xhtml"},"6766":{"type":"S:modified","url":"/users/gerald24/temp.xhtml"},"6767":{"type":"S:modified","url":"/users/markoroeder/MetadataVisualization.xhtml"},"6768":{"type":"S:modified","url":"/demos/WorldSerializationGraph.xhtml"},"6769":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/ImageDroppin.xhtml"},"6770":{"type":"S:modified","url":"/users/Dan/LiveWeb-NewLayout.xhtml"},"6771":{"type":"S:modified","url":"/core/lively/DOMAbstraction.js"},"6772":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/Slider.xhtml"},"6773":{"type":"S:modified","url":"/demos/ScriptingClock.xhtml"},"6774":{"type":"S:modified","url":"/issues/111017_BrowsingSubmorphsWithObjectExplorerBroken.xhtml"},"6775":{"type":"S:modified","url":"/users/Dan/Tutorial1.xhtml"},"6776":{"type":"S:modified","url":"/users/fbo/empty3.xhtml"},"6777":{"type":"S:modified","url":"/demos/visualizations/FPSProtovis.xhtml"},"6778":{"type":"S:modified","url":"/draft/NewWorld/ObjectTracerPart.xhtml"},"6779":{"type":"S:modified","url":"/issues/110629_SlideoverlayIsBrokenAfterSavingItHidden.xhtml"},"6780":{"type":"S:modified","url":"/users/markoroeder/GOTY2011.xhtml"},"6781":{"type":"S:modified","url":"/users/fbo/DraftLayout.xhtml"},"6782":{"type":"S:modified","url":"/users/fbo/onMouseMoveRefactoring.xhtml"},"6783":{"type":"S:modified","url":"/users/Dan/PM/ScripterDev.xhtml"},"6784":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksSebastian.xhtml"},"6785":{"type":"S:modified","url":"/users/fbo/DataTables.xhtml"},"6786":{"type":"S:modified","url":"/users/fbo/myLineWorld.xhtml"},"6787":{"type":"S:modified","url":"/issues/110526_ConnectorsInTheNewWorld.xhtml"},"6788":{"type":"S:modified","url":"/users/Dan/PM/FormLayoutExpt.xhtml"},"6789":{"type":"S:modified","url":"/users/Dan/MyQBF.xhtml"},"6790":{"type":"S:modified","url":"/users/Dan/LiveWeb2.xhtml"},"6791":{"type":"S:modified","url":"/users/fbo/layoutPlaceholdersForDragging.xhtml"},"6792":{"type":"S:modified","url":"/webwerkstatt.xhtml"},"6793":{"type":"S:modified","url":"/users/sofia/georgi/Versions.xhtml"},"6794":{"type":"S:modified","url":"/issues/fixed/110506_CompletelyEmphasizedTextDoesNotSerialize.xhtml"},"6795":{"type":"S:modified","url":"/issues/110518_ShadowOfAMorphDoesNotReflectRotation.xhtml"},"6796":{"type":"S:modified","url":"/users/olmeca/start.xhtml"},"6797":{"type":"S:modified","url":"/users/sofia/martin/3.xhtml"},"6798":{"type":"S:modified","url":"/issues/110514_DontShowEditCursorForHalosMenusEtc.xhtml"},"6799":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/Lists.xhtml"},"6800":{"type":"S:modified","url":"/users/fbo/layoutDragSnap.xhtml"},"6801":{"type":"S:modified","url":"/users/sofia/georgi/new.xhtml"},"6802":{"type":"S:modified","url":"/users/mkilling/ikuh.xhtml"},"6803":{"type":"S:modified","url":"/draft/NewWorld/ClassBrowser.xhtml"},"6804":{"type":"S:modified","url":"/users/fbo/xamppInstaller.xhtml"},"6805":{"type":"S:modified","url":"/users/Kat/QBF2B.xhtml"},"6806":{"type":"S:modified","url":"/demos/visualizations/protovis.xhtml"},"6807":{"type":"S:modified","url":"/users/NikolaySuslov/start.xhtml"},"6808":{"type":"S:modified","url":"/documentation/Lively2Installation.xhtml"},"6809":{"type":"S:modified","url":"/issues/110518_ProblemToOpenDialogs.xhtml"},"6810":{"type":"S:modified","url":"/users/sofia/learning_prototype_js.xhtml"},"6811":{"type":"S:modified","url":"/issues/110809_AsScriptOfMethodDoesNotChangeFunctionName.xhtml"},"6812":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksBenjamin.xhtml"},"6813":{"type":"S:modified","url":"/users/sofia/video1.xhtml"},"6814":{"type":"S:modified","url":"/empty.xhtml"},"6815":{"type":"S:modified","url":"/demos/LiveWeb/LiveWeb.xhtml"},"6816":{"type":"S:modified","url":"/users/cschuster/start.xhtml"},"6817":{"type":"S:modified","url":"/issues/fixed/110509_WorldMenuDoesNotWork.xhtml"},"6818":{"type":"S:modified","url":"/users/Dan/QuickBrownFox.xhtml"},"6819":{"type":"S:modified","url":"/projects/Lively2/Minimal.xhtml"},"6820":{"type":"S:modified","url":"/issues/111005_LineIssues.xhtml"},"6821":{"type":"S:modified","url":"/issues/fixed/110506_PartsbinHasNoAddOrRemoveCategoryButtons.xhtml"},"6822":{"type":"S:modified","url":"/users/sofia/experiments/css_theming.xhtml"},"6823":{"type":"S:modified","url":"/documentation/videoTutorials/110630_CPUVis.xhtml"},"6824":{"type":"S:modified","url":"/users/template/start.xhtml"},"6825":{"type":"S:modified","url":"/documentation/Traits.xhtml"},"6826":{"type":"S:modified","url":"/issues/110717_ShapeOffsetMakesEventsGoMad.xhtml"},"6827":{"type":"S:modified","url":"/users/fbo/jQueryUi.xhtml"},"6828":{"type":"S:modified","url":"/users/robertkrahn/nonexisting.xhtml"},"6829":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/DroppingForImport.xhtml"},"6830":{"type":"S:modified","url":"/cleanup.xhtml"},"6831":{"type":"S:modified","url":"/issues/110522_ListAndTextScrollWorldAfterReachingTheirScrollBounds.xhtml"},"6832":{"type":"S:modified","url":"/projects/BP2012/simple.xhtml"},"6833":{"type":"S:modified","url":"/issues/110831_ScrolingWithNewClippingCodeDoesNotWork.xhtml"},"6834":{"type":"S:modified","url":"/issues/110923_ProtovisVisualizationBroken.xhtml"},"6835":{"type":"S:modified","url":"/issues/111019_PublishingPartsWithCommitMessages.xhtml"},"6836":{"type":"S:modified","url":"/demos/visualizations/jsl4tv-world-000.xhtml"},"6837":{"type":"S:modified","url":"/users/markoroeder/SVN2CodeDB.xhtml"},"6838":{"type":"S:modified","url":"/users/sofia/trac_tickets_pavel.xhtml"},"6839":{"type":"S:modified","url":"/projects/BP2012/2011-11-02-talk.xhtml"},"6840":{"type":"S:modified","url":"/users/fbo/dojoWorld.xhtml"},"6841":{"type":"S:modified","url":"/users/Dan/NewPresentation2.xhtml"},"6842":{"type":"S:modified","url":"/users/tmohr/slide6.xhtml"},"6843":{"type":"S:modified","url":"/projects/DebuggingJS/draft.xhtml"},"6844":{"type":"S:modified","url":"/draft/NewWorld/DirectGrabDragAndCopy.xhtml"},"6845":{"type":"S:modified","url":"/users/sofia/protovis.xhtml"},"6846":{"type":"S:modified","url":"/blank.xhtml"},"6847":{"type":"S:modified","url":"/users/robertkrahn/testCPUVis.xhtml"},"6848":{"type":"S:modified","url":"/projects/Lively2/Converting.xhtml"},"6849":{"type":"S:modified","url":"/users/andyburnett/start.xhtml"},"6850":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/RichText.xhtml"},"6851":{"type":"S:modified","url":"/draft/NewWorld/Presentations.xhtml"},"6852":{"type":"S:modified","url":"/users/robertkrahn/garminExport.xhtml"},"6853":{"type":"S:modified","url":"/tests.xhtml"},"6854":{"type":"S:modified","url":"/issues/110625_PartUploadBroken.xhtml"},"6855":{"type":"S:modified","url":"/issues/fixed/110517_ConnectionsWantToAccessClosureValues.xhtml"},"6856":{"type":"S:modified","url":"/users/markoroeder/DataVisualization.xhtml"},"6857":{"type":"S:modified","url":"/draft/NewWorld/PartsBinSearch.xhtml"},"6858":{"type":"S:modified","url":"/issues/110529_InsertingSomethingInTextRemovesFocus.xhtml"},"6859":{"type":"S:modified","url":"/issues/110512_ListSelectionInScbDoesNotWorkCorrectly.xhtml"},"6860":{"type":"S:modified","url":"/issues/111017_StaticBindingOfSuperInClosures.xhtml"},"6861":{"type":"S:modified","url":"/demos/contextjs/flattening.xhtml"},"6862":{"type":"S:modified","url":"/issues/110511_LinesCannotBeClicked.xhtml"},"6863":{"type":"S:modified","url":"/users/lauritz/miniprojects/gettingStarted.xhtml"},"6864":{"type":"S:modified","url":"/users/markoroeder/Part2Class.xhtml"},"6865":{"type":"S:modified","url":"/users/Dan/EmptyWorld2.xhtml"},"6866":{"type":"S:modified","url":"/projects/LivelyKernel/nextSteps.xhtml"},"6867":{"type":"S:modified","url":"/users/wlcleveland/start.xhtml"},"6868":{"type":"S:modified","url":"/users/swart/start.xhtml"},"6869":{"type":"S:modified","url":"/users/Dan/QBF2Bb.xhtml"},"6870":{"type":"S:modified","url":"/users/tmohr/slide1.xhtml"},"6871":{"type":"S:modified","url":"/users/robertkrahn/DetermineModuleDependencies.xhtml"},"6872":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksHubert2.xhtml"},"6873":{"type":"S:modified","url":"/projects/CodeDB2/info_restructuring.xhtml"},"6874":{"type":"S:modified","url":"/users/Dan/PM/DemoForm.xhtml"},"6875":{"type":"S:modified","url":"/issues/110728_GraffleLayerGrabsWorld.xhtml"},"6876":{"type":"S:modified","url":"/users/Dan/Activities1.xhtml"},"6877":{"type":"S:modified","url":"/users/tmohr/emtpy.xhtml"},"6878":{"type":"S:modified","url":"/documentation/ElProfesor.xhtml"},"6879":{"type":"S:modified","url":"/issues/111022_TheExplorerScrollingIsBroken.xhtml"},"6880":{"type":"S:modified","url":"/users/Dan/WindowPlay.xhtml"},"6881":{"type":"S:modified","url":"/users/martin/Measurements.xhtml"},"6882":{"type":"S:modified","url":"/users/fbo/layoutCycle.xhtml"},"6883":{"type":"S:modified","url":"/documentation/7funthings.xhtml"},"6884":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/jensWorld.xhtml"},"6885":{"type":"S:modified","url":"/users/iho/start.xhtml"},"6886":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/NewMorphicIntroduction.xhtml"},"6887":{"type":"S:modified","url":"/BrokenWorldRepairSite.xhtml"},"6888":{"type":"S:modified","url":"/users/fbo/serverDevPlayground.xhtml"},"6889":{"type":"S:modified","url":"/users/ahold/TrackerDev.xhtml"},"6890":{"type":"S:modified","url":"/users/Dan/LiveWeb3.xhtml"},"6891":{"type":"S:modified","url":"/documentation/Template.xhtml"},"6892":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/secondWorld.xhtml"},"6893":{"type":"S:modified","url":"/documentation/ContextJS.xhtml"},"6894":{"type":"S:modified","url":"/projects/CodeDB2/CodeDB2Dev.xhtml"},"6895":{"type":"S:modified","url":"/users/markoroeder/GrammarTesting.xhtml"},"6896":{"type":"S:modified","url":"/documentation/ScriptingTutorial.xhtml"},"6897":{"type":"S:modified","url":"/users/fbo/deserializeMorphs.xhtml"},"6898":{"type":"S:modified","url":"/issues/110722_ClipModeShouldClipMorphsInTheirBounds.xhtml"},"6899":{"type":"S:modified","url":"/documentation/videoTutorials/110714_NodeJSServerCreation.xhtml"},"6900":{"type":"S:modified","url":"/users/fbo/scrollFixes.xhtml"},"6901":{"type":"S:modified","url":"/users/fbo/empty.xhtml"},"6902":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksConrad.xhtml"},"6903":{"type":"S:modified","url":"/users/keith/deadly.xhtml"},"6904":{"type":"S:modified","url":"/users/robertkrahn/nonexisting2.xhtml"},"6905":{"type":"S:modified","url":"/users/Dan/QBFa.xhtml"},"6906":{"type":"S:modified","url":"/users/cschuster/debugging2.xhtml"},"6907":{"type":"S:modified","url":"/users/fbo/SlickGrid.xhtml"},"6908":{"type":"S:modified","url":"/users/constantin/Snake.xhtml"},"6909":{"type":"S:modified","url":"/documentation/worlds.xhtml"},"6910":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/firstWorld2.xhtml"},"6911":{"type":"S:modified","url":"/issues/110609_TabIndentionForBulletPoints.xhtml"},"6912":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksAstrid.xhtml"},"6913":{"type":"S:modified","url":"/users/sofia/video2.xhtml"},"6914":{"type":"S:modified","url":"/users/keith/notes.xhtml"},"6915":{"type":"S:modified","url":"/issues/110528_ClickBehaviorOfScbIsStrange.xhtml"},"6916":{"type":"S:modified","url":"/demos/Parts.xhtml"},"6917":{"type":"S:modified","url":"/demos/WhereArePeopleFrom.xhtml"},"6918":{"type":"S:modified","url":"/issues/110510_MorphsAreDroppedWhenDndedFromPartsbin.xhtml"},"6919":{"type":"S:modified","url":"/users/fbo/jqueryTabulate.xhtml"},"6920":{"type":"S:modified","url":"/issues/111026_CustomFormattedBinsInPartsBin.xhtml"},"6921":{"type":"S:modified","url":"/users/fbo/learningLively2.xhtml"},"6922":{"type":"S:modified","url":"/issues/111017_svgIssues.xhtml"},"6923":{"type":"S:modified","url":"/users/markoroeder/NewStreamwork.xhtml"},"6924":{"type":"S:modified","url":"/users/markoroeder/MapImport.xhtml"},"6925":{"type":"S:modified","url":"/documentation/Serialization-Interface.xhtml"},"6926":{"type":"S:modified","url":"/issues/fixed/110511_DroppablebehaviorParts.xhtml"},"6927":{"type":"S:modified","url":"/users/markoroeder/newDraft.xhtml"},"6928":{"type":"S:modified","url":"/projects/Lively2/ReleasePlanning.xhtml"},"6929":{"type":"S:modified","url":"/draft/NewWorld/LinesAndCurves.xhtml"},"6930":{"type":"S:modified","url":"/users/Dan/HaloExpt.xhtml"},"6931":{"type":"S:modified","url":"/issues/110921_DropshadowIsOff.xhtml"},"6932":{"type":"S:modified","url":"/users/keith/versionControl.xhtml"},"6933":{"type":"S:modified","url":"/issues/111021_HowToStoreObjectsOnTheServer.xhtml"},"6934":{"type":"S:modified","url":"/documentation/videoTutorials/SystemBrowserDiffingVersions.xhtml"},"6935":{"type":"S:modified","url":"/users/fbo/blank.xhtml"},"6936":{"type":"S:modified","url":"/demos/Clock.xhtml"},"6937":{"type":"S:modified","url":"/users/fbo/scrolling.xhtml"},"6938":{"type":"S:modified","url":"/users/markoroeder/DraftInfoItem.xhtml"},"6939":{"type":"S:modified","url":"/documentation/HowConnectWorks.xhtml"},"6940":{"type":"S:modified","url":"/users/fbo/layoutTests.xhtml"},"6941":{"type":"S:modified","url":"/issues/fixed/110407_NoScriptEditorInNewWorld.xhtml"},"6942":{"type":"S:modified","url":"/projects/BP2012/Requests.xhtml"},"6943":{"type":"S:modified","url":"/users/template/pleaseDoNotChangeOrRemoveWorldsInThisDirectory.xhtml"},"6944":{"type":"S:modified","url":"/users/fbo/journalBug.xhtml"},"6945":{"type":"S:modified","url":"/issues/110701_VisualBindingToStarBroken.xhtml"},"6946":{"type":"S:modified","url":"/users/tmohr/slide7.xhtml"},"6947":{"type":"S:modified","url":"/issues/110723_PathBroken.xhtml"},"6948":{"type":"S:modified","url":"/demos/MyNewWikiPage.xhtml"},"6949":{"type":"S:modified","url":"/issues/fixed/110510_SafariWontOpenToolsFromPartsbin.xhtml"},"6950":{"type":"S:modified","url":"/issues/110720_FirefoxCannotDisplaySvgBasedMorphs.xhtml"},"6951":{"type":"S:modified","url":"/draft/NewWorld/RichText.xhtml"},"6952":{"type":"S:modified","url":"/users/alexwarth/start.xhtml"},"6953":{"type":"S:modified","url":"/draft/NewWorld/SimpleBrowser.xhtml"},"6954":{"type":"S:modified","url":"/draft/NewWorld/OldMorphicObjectConversion.xhtml"},"6955":{"type":"S:modified","url":"/documentation/profesores.xhtml"},"6956":{"type":"S:modified","url":"/documentation/videoTutorials/template.xhtml"},"6957":{"type":"S:modified","url":"/issues/110629_WindmillDoesNotShowInThePartsBin.xhtml"},"6958":{"type":"S:modified","url":"/issues/110519_PasteBug.xhtml"},"6959":{"type":"S:modified","url":"/draft/NewWorld/Engine.xhtml"},"6960":{"type":"S:modified","url":"/draft/NewWorld/ProgressForRequests.xhtml"},"6961":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/Sliders.xhtml"},"6962":{"type":"S:modified","url":"/users/tmohr/bespin.xhtml"},"6963":{"type":"S:modified","url":"/users/fbo/scrollPlayground.xhtml"},"6964":{"type":"S:modified","url":"/users/tfleig/test1.xhtml"},"6965":{"type":"S:modified","url":"/users/fbo/gitSetup.xhtml"},"6966":{"type":"S:modified","url":"/users/constantin/start.xhtml"},"6967":{"type":"S:modified","url":"/users/Dan/Test.xhtml"},"6968":{"type":"S:modified","url":"/issues/110630_MenusLeaveVisibleBounds.xhtml"},"6969":{"type":"S:modified","url":"/projects/CodeDB2/playground_tilman.xhtml"},"6970":{"type":"S:modified","url":"/users/ohshima/start.xhtml"},"6971":{"type":"S:modified","url":"/issues/110704_MapsAreBlacksAfterDeserialization.xhtml"},"6972":{"type":"S:modified","url":"/users/Kat/MyQBF.xhtml"},"6973":{"type":"S:modified","url":"/users/markoroeder/SerializationDebug.xhtml"},"6974":{"type":"S:modified","url":"/issues/111012_BorderWidthIssue.xhtml"},"6975":{"type":"S:modified","url":"/users/mzimmerm/etoys-development-notes.xhtml"},"6976":{"type":"S:modified","url":"/users/Dan/EngineTest.xhtml"},"6977":{"type":"S:modified","url":"/users/tmohr/slide2.xhtml"},"6978":{"type":"S:modified","url":"/users/sofia/protovisPrototype.xhtml"},"6979":{"type":"S:modified","url":"/users/sofia/sofia/georgi/new_world.xhtml"},"6980":{"type":"S:modified","url":"/documentation/FAQ.xhtml"},"6981":{"type":"S:modified","url":"/demos/contextjs/SimpleObjectTracing.xhtml"},"6982":{"type":"S:modified","url":"/users/Dan/PM/Dan.xhtml"},"6983":{"type":"S:modified","url":"/issues/fixed/110518_PartsbinMoveIsNoRealMove.xhtml"},"6984":{"type":"S:modified","url":"/sandbox/sandbox-dgc.xhtml"},"6985":{"type":"S:modified","url":"/issues/110610_AddNewMethodBroken.xhtml"},"6986":{"type":"S:modified","url":"/users/Dan/CC.xhtml"},"6987":{"type":"S:modified","url":"/draft/NewWorld/StringsAsRichText.xhtml"},"6988":{"type":"S:modified","url":"/issues/110704_ClickingOnProtoVisDrawing.xhtml"},"6989":{"type":"S:modified","url":"/users/fbo/layoutGrid.xhtml"},"6990":{"type":"S:modified","url":"/users/Dan/Garbage.xhtml"},"6991":{"type":"S:modified","url":"/welcome.xhtml"},"6992":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/textEditor.xhtml"},"6993":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/prototypeQBF.xhtml"},"6994":{"type":"S:modified","url":"/documentation/videoTutorials/110429_TextAttributes.xhtml"},"6995":{"type":"S:modified","url":"/users/fbo/pongServer.xhtml"},"6996":{"type":"S:modified","url":"/users/miku/start.xhtml"},"6997":{"type":"S:modified","url":"/users/Dan/PM/Lively2.xhtml"},"6998":{"type":"S:modified","url":"/users/cschuster/dev-alpha.xhtml"},"6999":{"type":"S:modified","url":"/users/Dan/PM/PowerPointNot.xhtml"},"7000":{"type":"S:modified","url":"/users/fbo/layoutConfigurator.xhtml"},"7001":{"type":"S:modified","url":"/draft/NewWorld/Diffing.xhtml"},"7002":{"type":"S:modified","url":"/issues/110604_GriddingDoesNotWorkRight.xhtml"},"7003":{"type":"S:modified","url":"/issues/110927_TranslationAndPositionAreNotEqualWhenMorphHasAOwnerWithModifiedOrigin.xhtml"},"7004":{"type":"S:modified","url":"/issues/110809_ChangeOrRemovedScriptsAfterSerializationWrong.xhtml"},"7005":{"type":"S:modified","url":"/issues/110729_ShowHaloItemDuringHaloAction.xhtml"},"7006":{"type":"S:modified","url":"/users/tmohr/demo.xhtml"},"7007":{"type":"S:modified","url":"/documentation/overview.xhtml"},"7008":{"type":"S:modified","url":"/demos/LiveWeb/iPad.xhtml"},"7009":{"type":"S:modified","url":"/issues/110628_MorphOffsetsAfterGrabbingAreBroken.xhtml"},"7010":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/SCBMigration.xhtml"},"7011":{"type":"S:modified","url":"/users/Dan/LiveWeb4.xhtml"},"7012":{"type":"S:modified","url":"/users/olmeca/olmeca3.xhtml"},"7013":{"type":"S:deleted","url":null},"7014":{"type":"S:modified","url":"/issues/111026_AccessingVersionsUsesWrongURLAndVersionCombination.xhtml"},"7015":{"type":"S:modified","url":"/users/sofia/sofia/georgi/video_experiments1.xhtml"},"7016":{"type":"S:modified","url":"/users/wlcleveland/shadowworld.xhtml"},"7017":{"type":"S:modified","url":"/users/mzimmerm/mz-world-from-start-xhtml.xhtml"},"7018":{"type":"S:modified","url":"/users/Dan/FormLayoutExpt.xhtml.xhtml"},"7019":{"type":"S:modified","url":"/users/robertkrahn/writeSite.xhtml"},"7020":{"type":"S:modified","url":"/draft/NewWorld/CurveDrafting.xhtml"},"7021":{"type":"S:modified","url":"/draft/NewWorld/ParseApacheServerLog.xhtml"},"7022":{"type":"S:modified","url":"/issues/fixed/110516_EnterAtTextEndDoesNotAddLineBreak.xhtml"},"7023":{"type":"S:modified","url":"/projects/BP2012/h2.xhtml"},"7024":{"type":"S:modified","url":"/draft/NewWorld/110521_BetterLists.xhtml"},"7025":{"type":"S:modified","url":"/users/Dan/PM/layoutExpts.xhtml"},"7026":{"type":"S:modified","url":"/users/test50/start.xhtml"},"7027":{"type":"S:modified","url":"/MovePages.xhtml"},"7028":{"type":"S:modified","url":"/documentation/Rendering.xhtml"},"7029":{"type":"S:modified","url":"/users/fbo/layoutPlayground.xhtml"},"7030":{"type":"S:modified","url":"/users/martin/measurements/webwerkstatt.xhtml"},"7031":{"type":"S:modified","url":"/issues/111005_MouseMoveChangesFocus.xhtml"},"7032":{"type":"S:modified","url":"/documentation/videoTutorials/110419_ManipulateMorphs.xhtml"},"7033":{"type":"S:modified","url":"/projects/Lively2/Release.xhtml"},"7034":{"type":"S:modified","url":"/issues/110523_RelayMouseEventsToMorphBeneath.xhtml"},"7035":{"type":"S:modified","url":"/users/tmohr/myNewWorld.xhtml"},"7036":{"type":"S:modified","url":"/users/robertkrahn/thingsToExplain.xhtml"},"7037":{"type":"S:modified","url":"/users/fbo/start.xhtml"},"7038":{"type":"S:modified","url":"/issues/110511_WeHaveNoCheckbox.xhtml"},"7039":{"type":"S:modified","url":"/users/Dan/PM/FormsDraft1.xhtml"},"7040":{"type":"S:modified","url":"/users/Dan/EmptyWorld.xhtml"},"7041":{"type":"S:modified","url":"/users/sofia/georgi/empty.xhtml"},"7042":{"type":"S:modified","url":"/issues/110609_AccidentalGrabbing.xhtml"},"7043":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/NewMorphicDevelopment.xhtml"},"7044":{"type":"S:modified","url":"/users/lauritz/personal/snippets.xhtml"},"7045":{"type":"S:modified","url":"/users/lauritz/personal/thoughts.xhtml"},"7046":{"type":"S:modified","url":"/users/Dan/NewEmptyWorld.xhtml"},"7047":{"type":"S:modified","url":"/users/markoroeder/DOMRemovalPlugin.xhtml"},"7048":{"type":"S:modified","url":"/documentation/LivelyInstallation.xhtml"},"7049":{"type":"S:modified","url":"/issues/110530_MakeSyntaxHighlightingFaster.xhtml"},"7050":{"type":"S:modified","url":"/users/lauritz/miniprojects/pongClient.xhtml"},"7051":{"type":"S:modified","url":"/issues/110831_ButtonLabelsAreNotCenteredAnymore.xhtml"},"7052":{"type":"S:modified","url":"/sandbox/ColorfulWindmills.xhtml"},"7053":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/todo.xhtml"},"7054":{"type":"S:modified","url":"/users/robertkrahn/simple.xhtml"},"7055":{"type":"S:modified","url":"/issues/111004_SavingAnEmptyTextObjectSetsTheStringToUndefined.xhtml"},"7056":{"type":"S:modified","url":"/issues/TextDebugWorld.xhtml"},"7057":{"type":"S:modified","url":"/documentation/ShortcutList.xhtml"},"7058":{"type":"S:modified","url":"/users/tmohr/slide8.xhtml"},"7059":{"type":"S:modified","url":"/issues/110522_ClickingTheScrollbarInListsDoesNotWork.xhtml"},"7060":{"type":"S:modified","url":"/draft/NewWorld/ObjectSerializationGraph.xhtml"},"7061":{"type":"S:modified","url":"/users/Dan/TextTest.xhtml"},"7062":{"type":"S:modified","url":"/users/dtornow/start.xhtml"},"7063":{"type":"S:modified","url":"/projects/BP2012/start.xhtml"},"7064":{"type":"S:modified","url":"/users/Dan/Empty.xhtml"},"7065":{"type":"S:modified","url":"/users/keith/start.xhtml"},"7066":{"type":"S:modified","url":"/users/gerald24/start.xhtml"},"7067":{"type":"S:modified","url":"/documentation/videoTutorial.xhtml"},"7068":{"type":"S:modified","url":"/draft/NewWorld/DraftSelection.xhtml"},"7069":{"type":"S:modified","url":"/demos/LiveWeb/Pheonix.xhtml"},"7070":{"type":"S:modified","url":"/users/ahold/siteTracking.xhtml"},"7071":{"type":"S:modified","url":"/issues/110608_GetterAndSettersInIe9.xhtml"},"7072":{"type":"S:modified","url":"/users/iho/1.xhtml"},"7073":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/bootstrap.xhtml"},"7074":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasks.xhtml"},"7075":{"type":"S:modified","url":"/users/Dan/PM/FormsScripter.xhtml"},"7076":{"type":"S:modified","url":"/users/fbo/cassowary.xhtml"},"7077":{"type":"S:modified","url":"/users/MrSteve/start.xhtml"},"7078":{"type":"S:modified","url":"/issues/CreateIssuePage.xhtml"},"7079":{"type":"S:modified","url":"/users/fbo/xamppInstallerWindows.xhtml"},"7080":{"type":"S:modified","url":"/users/Dan/PM/Phoenix.xhtml"},"7081":{"type":"S:modified","url":"/users/tmohr/WebGL.xhtml"},"7082":{"type":"S:modified","url":"/documentation/PartsBin.xhtml"},"7083":{"type":"S:modified","url":"/users/mzimmerm/start.xhtml"},"7084":{"type":"S:modified","url":"/users/markoroeder/SequenceDiagram.xhtml"},"7085":{"type":"S:modified","url":"/demos/Wiki.xhtml"},"7086":{"type":"S:modified","url":"/documentation/Events.xhtml"},"7087":{"type":"S:modified","url":"/users/tmohr/slide3.xhtml"},"7088":{"type":"S:modified","url":"/users/hjust/blank.xhtml"},"7089":{"type":"S:modified","url":"/Lively2.xhtml"},"7090":{"type":"S:modified","url":"/users/tfleig/template.xhtml"},"7091":{"type":"S:modified","url":"/issues/111021_PianoDoesNotMakeASound.xhtml"},"7092":{"type":"S:modified","url":"/issues/fixed/110426_NewStatusMessagesWithMore.xhtml"},"7093":{"type":"S:modified","url":"/users/martin/tests.xhtml"},"7094":{"type":"S:modified","url":"/users/sofia/empty.xhtml"},"7095":{"type":"S:modified","url":"/issues/110601_PartsDoNotLoadThereRequireModulesOnWorldLoad.xhtml"},"7096":{"type":"S:modified","url":"/draft/NewWorld/Sliders.xhtml"},"7097":{"type":"S:modified","url":"/users/davidorban/start.xhtml"},"7098":{"type":"S:modified","url":"/users/orjan/start.xhtml"},"7099":{"type":"S:modified","url":"/users/Dan/PM/FormLayoutExpt-Final.xhtml"},"7100":{"type":"S:modified","url":"/users/sofia/video.xhtml"},"7101":{"type":"S:modified","url":"/demos/contextjs/PersonExample.xhtml"},"7102":{"type":"S:modified","url":"/users/zeebeedee/start.xhtml"},"7103":{"type":"S:modified","url":"/users/robertkrahn/textRain.xhtml"},"7104":{"type":"S:modified","url":"/users/fbo/databaseForms.xhtml"},"7105":{"type":"S:modified","url":"/draft/NewWorld/DraftUploadPDFs.xhtml"},"7106":{"type":"S:modified","url":"/users/olmeca/olmeca4.xhtml"},"7107":{"type":"S:modified","url":"/users/lauritz/miniprojects/livelyExplorer.xhtml"},"7108":{"type":"S:modified","url":"/documentation/videoTutorials/110421_CreatingVideoTutorials.xhtml"},"7109":{"type":"S:modified","url":"/draft/NewWorld/MartinsObjectDiffInNewWorlds.xhtml"},"7110":{"type":"S:modified","url":"/users/Dan/LineTest.xhtml"},"7111":{"type":"S:modified","url":"/draft/NewWorld/Translator.xhtml"},"7112":{"type":"S:modified","url":"/documentation/Styles.xhtml"},"7113":{"type":"S:modified","url":"/draft/NewWorld/MorphOrigin.xhtml"},"7114":{"type":"S:modified","url":"/screenshots.xhtml"},"7115":{"type":"S:modified","url":"/users/Dan/LiveWeb.xhtml"},"7116":{"type":"S:modified","url":"/demos/AntotherPageWithAClock.xhtml"},"7117":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/halloJens2.xhtml"},"7118":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/improvingTheWebPag.xhtml"},"7119":{"type":"S:modified","url":"/users/fbo/constraintLayoutExample.xhtml"},"7120":{"type":"S:modified","url":"/documentation/TutorialList.xhtml"},"7121":{"type":"S:modified","url":"/draft/NewWorld/MakeEventsTriggerOnCapture.xhtml"},"7122":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/prototype.xhtml"},"7123":{"type":"S:modified","url":"/users/Dan/PM/FormLayoutExpt-bk.xhtml"},"7124":{"type":"S:modified","url":"/users/Dan/QBF.xhtml"},"7125":{"type":"S:modified","url":"/users/tmohr/slides.xhtml"},"7126":{"type":"S:modified","url":"/users/Dan/ButtonTest.xhtml"},"7127":{"type":"S:modified","url":"/users/fbo/textInVbox.xhtml"},"7128":{"type":"S:modified","url":"/users/sofia/externalShapeExample.xhtml"},"7129":{"type":"S:modified","url":"/users/hjust/playground.xhtml"},"7130":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/halloJens.xhtml"},"7131":{"type":"S:modified","url":"/users/tmohr/morphSpecificRendering.xhtml"},"7132":{"type":"S:modified","url":"/users/fbo/dataGrid.xhtml"},"7133":{"type":"S:modified","url":"/issues/111020_HighlightTheTargetOfDropping.xhtml"},"7134":{"type":"S:modified","url":"/users/mzimmerm/help.xhtml"},"7135":{"type":"S:modified","url":"/users/fbo/jqGrid.xhtml"},"7136":{"type":"S:modified","url":"/projects/CodeDB2/contents.xhtml"},"7137":{"type":"S:modified","url":"/demos/PartsBin.xhtml"},"7138":{"type":"S:modified","url":"/users/sofia/martin/empty.xhtml"},"7139":{"type":"S:modified","url":"/users/markoroeder/research/Internship.xhtml"},"7140":{"type":"S:modified","url":"/users/tmohr/NewWorld.xhtml"},"7141":{"type":"S:modified","url":"/users/bert/sandbox.xhtml"},"7142":{"type":"S:modified","url":"/draft/NewWorld/GoogleMaps.xhtml"},"7143":{"type":"S:modified","url":"/demos/contextjs/NewContents.xhtml"},"7144":{"type":"S:modified","url":"/users/fbo/meteora.xhtml"},"7145":{"type":"S:modified","url":"/users/Dan/PM/Forms.xhtml"},"7146":{"type":"S:modified","url":"/issues/draft/NewWorld/CurveDrafting_EmbeddableWorld.xhtml"},"7147":{"type":"S:modified","url":"/projects/LivelyHelping/draftLK2.xhtml"},"7148":{"type":"S:modified","url":"/users/lauritz/miniprojects/objectEditor.xhtml"},"7149":{"type":"S:modified","url":"/users/fbo/blank2.xhtml"},"7150":{"type":"S:modified","url":"/issues/110509_ConnectionsInputsGetStackedUp.xhtml"},"7151":{"type":"S:modified","url":"/draft/NewWorld/SimpleLayout.xhtml"},"7152":{"type":"S:modified","url":"/users/mkilling/iKuh2.xhtml"},"7153":{"type":"S:modified","url":"/users/fbo/profesorControls.xhtml"},"7154":{"type":"S:modified","url":"/documentation/Serialization-Overview.xhtml"},"7155":{"type":"S:modified","url":"/users/sofia/georgi/PropertySheet.xhtml"},"7156":{"type":"S:modified","url":"/users/sofia/martin/1.xhtml"},"7157":{"type":"S:modified","url":"/issues/110828_HaloInfoLabelsWontShowUp.xhtml"},"7158":{"type":"S:modified","url":"/users/sofia/georgi/styles.xhtml"},"7159":{"type":"S:modified","url":"/users/fbo/doc/profesores.xhtml"},"7160":{"type":"S:modified","url":"/users/markoroeder/MorphicProtoVis2.xhtml"},"7161":{"type":"S:modified","url":"/issues/110516_EnterAtTextEndDoesNotAddLineBreak.xhtml"},"7162":{"type":"S:modified","url":"/projects/Lively2/LivelyMap.xhtml"},"7163":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/colorFiel.xhtml"},"7164":{"type":"S:modified","url":"/users/tmohr/slide9.xhtml"},"7165":{"type":"S:modified","url":"/issues/110518_TextAttributesBreakOnPaste.xhtml"},"7166":{"type":"S:modified","url":"/demos/LiveWeb/VisualBindings.xhtml"},"7167":{"type":"S:modified","url":"/documentation/Layout.xhtml"},"7168":{"type":"S:modified","url":"/documentation/repository.xhtml"},"7169":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/DontOverwriteChangedFile.xhtml"},"7170":{"type":"S:modified","url":"/users/Dan/Tests/TextTest.xhtml"},"7171":{"type":"S:modified","url":"/issues/fixed/110412_NewSimpleBrowser.xhtml"},"7172":{"type":"S:modified","url":"/users/fbo/proposedUiFixes.xhtml"},"7173":{"type":"S:modified","url":"/issues/NewTemplate.xhtml"},"7174":{"type":"S:modified","url":"/documentation/SVNOnServer.xhtml"},"7175":{"type":"S:modified","url":"/issues/110524_PartsSerializeTheirWorldsSometimes.xhtml"},"7176":{"type":"S:modified","url":"/users/Dan/PM/May.xhtml"},"7177":{"type":"S:modified","url":"/documentation/ignoreOrDisableEvents.xhtml"},"7178":{"type":"S:modified","url":"/issues/110522_FixSubmorphOrderWhenAddingMorphs.xhtml"},"7179":{"type":"S:modified","url":"/users/Dan/CCbkup.xhtml"},"7180":{"type":"S:modified","url":"/users/Dan/LiveWeb2-bk.xhtml"},"7181":{"type":"S:modified","url":"/issues/110704_DontGrabTextWithJensFancyGrabber.xhtml"},"7182":{"type":"S:modified","url":"/users/lauritz/blank.xhtml"},"7183":{"type":"S:modified","url":"/draft/NewWorld/Dragging.xhtml"},"7184":{"type":"S:modified","url":"/users/lauritz/personal/todo.xhtml"},"7185":{"type":"S:modified","url":"/users/fbo/flexigrid.xhtml"},"7186":{"type":"S:modified","url":"/draft/NewWorld/LatestFileChangeViewer.xhtml"},"7187":{"type":"S:modified","url":"/issues/fixed/110729_QucikBrownFoxBackspaceBug.xhtml"},"7188":{"type":"S:modified","url":"/users/lauritz/miniprojects/elProfesorWerkstatt.xhtml"},"7189":{"type":"S:modified","url":"/documentation/VisualBindings.xhtml"},"7190":{"type":"S:modified","url":"/users/robertkrahn/notexisting.xhtml"},"7191":{"type":"S:modified","url":"/draft/NewWorld/TreeMap.xhtml"},"7192":{"type":"S:modified","url":"/draft/NewWorld/Empty.xhtml"},"7193":{"type":"S:modified","url":"/users/Dan/QBF2B.xhtml"},"7194":{"type":"S:modified","url":"/issues/111019_MergingVersionsOfAnObject.xhtml"},"7195":{"type":"S:modified","url":"/issues/110619_SerializingMorphsThatAreNotInTheSceneGraphGivesStrangeErrors.xhtml"},"7196":{"type":"S:modified","url":"/users/lauritz/test.xhtml"},"7197":{"type":"S:modified","url":"/users/tilman.giese/start.xhtml"},"7198":{"type":"S:modified","url":"/users/tmohr/slide4.xhtml"},"7199":{"type":"S:modified","url":"/sandbox/PartsBin.xhtml"},"7200":{"type":"S:modified","url":"/users/markoroeder/DraftObjectExplorer.xhtml"},"7201":{"type":"S:modified","url":"/demos/WhereArePeopleFrom2.xhtml"},"7202":{"type":"S:modified","url":"/projects/CodeDB2/SVN2CodeDB.xhtml"},"7203":{"type":"S:modified","url":"/users/fbo/sqliteQueryServer.xhtml"},"7204":{"type":"S:modified","url":"/issues/fixed/110513_ScrollingWhenSearching.xhtml"},"7205":{"type":"S:modified","url":"/users/lauritz/miniprojects/bugFixing/referencedTextBug.xhtml"},"7206":{"type":"S:modified","url":"/issues/fixed/111020_ScrollingInScripteditorIsBroken.xhtml"},"7207":{"type":"S:modified","url":"/issues/110513_FindMethodsShouldSearchInClassMethodsAndObjects.xhtml"},"7208":{"type":"S:modified","url":"/draft/NewWorld/NewTestWidgetAgain.xhtml"},"7209":{"type":"S:modified","url":"/users/Dan/DansSlideOverview.xhtml"},"7210":{"type":"S:modified","url":"/users/fbo/exportCore.xhtml"},"7211":{"type":"S:modified","url":"/users/olmeca/olmeca.xhtml"},"7212":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/firstWorld.xhtml"},"7213":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/SearchSourceCodeWidge.xhtml"},"7214":{"type":"S:modified","url":"/users/Dan/CircleTest.xhtml"},"7215":{"type":"S:modified","url":"/users/Dan/Tests/SerializationTest2.xhtml"},"7216":{"type":"S:modified","url":"/users/fbo/sandbox.xhtml"},"7217":{"type":"S:modified","url":"/issues/110728_BackspaceTriggersBrowserBack.xhtml"},"7218":{"type":"S:modified","url":"/users/markoroeder/empty.xhtml"},"7219":{"type":"S:modified","url":"/draft/NewWorld/DropStyles.xhtml"},"7220":{"type":"S:modified","url":"/issues/fixed/110513_MakeSyntaxHighlightingWorkInNewWorld.xhtml"},"7221":{"type":"S:modified","url":"/users/MrSteve/lorenzo.start.xhtml"},"7222":{"type":"S:modified","url":"/users/Dan/PM/LiveWeb.xhtml"},"7223":{"type":"S:modified","url":"/users/Dan/PM/FormLayoutExpt-start.xhtml"},"7224":{"type":"S:modified","url":"/draft/NewWorld/ScriptEditor.xhtml"},"7225":{"type":"S:modified","url":"/users/mzimmerm/test-build-simple-webapp.xhtml"},"7226":{"type":"S:modified","url":"/issues/110628_SettingTetAttributesDoesNotAlwaysWork.xhtml"},"7227":{"type":"S:modified","url":"/users/lauritz/miniprojects/spiel.xhtml"},"7228":{"type":"S:modified","url":"/users/robertkrahn/DraftPresentation.xhtml"},"7229":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/layouting.xhtml"},"7230":{"type":"S:modified","url":"/users/Dan/Tests/SerializationTest.xhtml"},"7231":{"type":"S:modified","url":"/users/lauritz/miniprojects/spikes/connectedExplorer.xhtml"},"7232":{"type":"S:modified","url":"/users/fbo/nodejsServerDevelopment.xhtml"},"7233":{"type":"S:modified","url":"/draft/NewWorld/QBFForPartsBin.xhtml"},"7234":{"type":"S:modified","url":"/issues/fixed/110628_CommandAndCurlyBracketGoesBackInBrowserHistory.xhtml"},"7235":{"type":"S:modified","url":"/users/lauritz/miniprojects/connections.xhtml"},"7236":{"type":"S:modified","url":"/users/ahold/start.xhtml"},"7237":{"type":"S:modified","url":"/users/markus/FileBrowser.xhtml"},"7238":{"type":"S:modified","url":"/demos/LiveWeb/CPUVisualizationFinal.xhtml"},"7239":{"type":"S:modified","url":"/users/fbo/jsUiWidgetLibResearch.xhtml"},"7240":{"type":"S:modified","url":"/users/fbo/constraintLayout.xhtml"},"7241":{"type":"S:modified","url":"/users/Dan/Tests/LineTest.xhtml"},"7242":{"type":"S:modified","url":"/sandbox/sandbox.xhtml"},"7243":{"type":"S:modified","url":"/users/fbo/versionControl.xhtml"},"7244":{"type":"S:modified","url":"/draft/NewWorld/CreateDirWhenSaving.xhtml"},"7245":{"type":"S:modified","url":"/demos/Lively2.xhtml"},"7246":{"type":"S:modified","url":"/users/fbo/userIsolationAndGit.xhtml"},"7247":{"type":"S:modified","url":"/draft/NewWorld/KeyboardFocusForMorphs.xhtml"},"7248":{"type":"S:modified","url":"/users/fbo/dwarfcassowaryExample2.xhtml"},"7249":{"type":"S:modified","url":"/users/oudenampsen/start.xhtml"},"7250":{"type":"S:modified","url":"/issues/110517_VlayoutShouldGrowAndShrink.xhtml"},"7251":{"type":"S:modified","url":"/users/fbo/dwarfcassowaryExample.xhtml"},"7252":{"type":"S:modified","url":"/users/tmohr/ace.xhtml"},"7253":{"type":"S:modified","url":"/users/fbo/empty2.xhtml"},"7254":{"type":"S:modified","url":"/users/martin/Workspace.xhtml"},"7255":{"type":"S:modified","url":"/users/Dan/Bug-List.xhtml"},"7256":{"type":"S:modified","url":"/users/Dan/QuickBrownFoxx.xhtml"},"7257":{"type":"S:modified","url":"/demos/LiveWeb/ServerScripting.xhtml"},"7258":{"type":"S:modified","url":"/demos/contextjs/WordCompletion.xhtml"},"7259":{"type":"S:modified","url":"/issues/110715_PartModuleRequirementsAreNotLoadedOnWorldLoad.xhtml"},"7260":{"type":"S:modified","url":"/users/fbo/fabiansTickets.xhtml"},"7261":{"type":"S:modified","url":"/issues/111020_ViewOfTextFieldsAfterSaving.xhtml"},"7262":{"type":"S:modified","url":"/users/martin/Template.xhtml"},"7263":{"type":"S:modified","url":"/projects/CodeDB2/Testing.xhtml"},"7264":{"type":"S:modified","url":"/users/keith/MySetup.xhtml"},"7265":{"type":"S:modified","url":"/users/fbo/noGrabLayer.xhtml"},"7266":{"type":"S:modified","url":"/demos/CPUVisualization.xhtml"},"7267":{"type":"S:modified","url":"/users/sofia/georgi/trac-report.xhtml"},"7268":{"type":"S:modified","url":"/users/fbo/HtmlWrapperMorph.xhtml"},"7269":{"type":"S:modified","url":"/users/sofia/documentation_afterLunch.xhtml"},"7270":{"type":"S:modified","url":"/demos/contextjs/Empty.xhtml"},"7271":{"type":"S:modified","url":"/users/fbo/setExtent.xhtml"},"7272":{"type":"S:modified","url":"/users/sofia/martin/2.xhtml"},"7273":{"type":"S:modified","url":"/users/markoroeder/DropboxUpload.xhtml"},"7274":{"type":"S:modified","url":"/users/fbo/newMouseDownLayer.xhtml"},"7275":{"type":"S:modified","url":"/issues/fixed/110914_StraightLineIssue.xhtml"},"7276":{"type":"S:modified","url":"/users/cschuster/debugging.xhtml"},"7277":{"type":"S:modified","url":"/users/sofia/prototVisPrototype.xhtml"},"7278":{"type":"S:modified","url":"/draft/NewWorld/DraggingAndGrabbing.xhtml"},"7279":{"type":"S:modified","url":"/users/lauritz/miniprojects/annotationPart.xhtml"},"7280":{"rev":111628,"author":"fbo","date":{"__isSmartRef__":true,"id":7281},"url":{"__isSmartRef__":true,"id":7282},"changes":[{"__isSmartRef__":true,"id":7283},{"__isSmartRef__":true,"id":7284}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7281":{"isSerializedDate":true,"string":"Wed Oct 26 2011 22:42:15 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7282":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/kernel/PartsBin","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7283":{"type":"S:deleted","url":null},"7284":{"type":"S:added","url":null},"7285":{"rev":111120,"author":"fbo","date":{"__isSmartRef__":true,"id":7286},"url":{"__isSmartRef__":true,"id":7287},"changes":[{"__isSmartRef__":true,"id":7288}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7286":{"isSerializedDate":true,"string":"Mon Oct 24 2011 19:45:54 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7287":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7288":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7289":{"rev":110735,"author":"jenslincke","date":{"__isSmartRef__":true,"id":7290},"url":{"__isSmartRef__":true,"id":7291},"changes":[{"__isSmartRef__":true,"id":7292}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7290":{"isSerializedDate":true,"string":"Fri Oct 21 2011 12:41:40 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7291":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7292":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7293":{"rev":110178,"author":"sebastian.stamm","date":{"__isSmartRef__":true,"id":7294},"url":{"__isSmartRef__":true,"id":7295},"changes":[{"__isSmartRef__":true,"id":7296}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7294":{"isSerializedDate":true,"string":"Thu Oct 20 2011 13:05:14 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7295":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7296":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7297":{"rev":109873,"author":"jenslincke","date":{"__isSmartRef__":true,"id":7298},"url":{"__isSmartRef__":true,"id":7299},"changes":[{"__isSmartRef__":true,"id":7300}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7298":{"isSerializedDate":true,"string":"Wed Oct 19 2011 12:22:33 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7299":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7300":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7301":{"rev":109862,"author":"jenslincke","date":{"__isSmartRef__":true,"id":7302},"url":{"__isSmartRef__":true,"id":7303},"changes":[{"__isSmartRef__":true,"id":7304}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7302":{"isSerializedDate":true,"string":"Wed Oct 19 2011 12:14:24 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7303":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7304":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7305":{"rev":104938,"author":"jenslincke","date":{"__isSmartRef__":true,"id":7306},"url":{"__isSmartRef__":true,"id":7307},"changes":[{"__isSmartRef__":true,"id":7308}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7306":{"isSerializedDate":true,"string":"Thu Sep 15 2011 13:09:29 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7307":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7308":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7309":{"rev":91005,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":7310},"url":{"__isSmartRef__":true,"id":7311},"changes":[{"__isSmartRef__":true,"id":7312}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7310":{"isSerializedDate":true,"string":"Thu Jul 07 2011 14:13:54 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7311":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7312":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7313":{"rev":90565,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":7314},"url":{"__isSmartRef__":true,"id":7315},"changes":[{"__isSmartRef__":true,"id":7316}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7314":{"isSerializedDate":true,"string":"Sat Jul 02 2011 00:56:26 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7315":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7316":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7317":{"rev":90328,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":7318},"url":{"__isSmartRef__":true,"id":7319},"changes":[{"__isSmartRef__":true,"id":7320}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7318":{"isSerializedDate":true,"string":"Fri Jul 01 2011 00:12:11 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7319":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7320":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7321":{"rev":88785,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":7322},"url":{"__isSmartRef__":true,"id":7323},"changes":[{"__isSmartRef__":true,"id":7324}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7322":{"isSerializedDate":true,"string":"Mon Jun 27 2011 08:55:13 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7323":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7324":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7325":{"rev":88535,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":7326},"url":{"__isSmartRef__":true,"id":7327},"changes":[{"__isSmartRef__":true,"id":7328}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7326":{"isSerializedDate":true,"string":"Sat Jun 25 2011 13:46:55 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7327":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7328":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7329":{"rev":88531,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":7330},"url":{"__isSmartRef__":true,"id":7331},"changes":[{"__isSmartRef__":true,"id":7332}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7330":{"isSerializedDate":true,"string":"Sat Jun 25 2011 13:43:54 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7331":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7332":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7333":{"rev":88527,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":7334},"url":{"__isSmartRef__":true,"id":7335},"changes":[{"__isSmartRef__":true,"id":7336}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7334":{"isSerializedDate":true,"string":"Sat Jun 25 2011 13:41:05 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7335":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7336":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7337":{"rev":88524,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":7338},"url":{"__isSmartRef__":true,"id":7339},"changes":[{"__isSmartRef__":true,"id":7340}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7338":{"isSerializedDate":true,"string":"Sat Jun 25 2011 13:40:41 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7339":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7340":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7341":{"rev":88520,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":7342},"url":{"__isSmartRef__":true,"id":7343},"changes":[{"__isSmartRef__":true,"id":7344}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7342":{"isSerializedDate":true,"string":"Sat Jun 25 2011 13:35:55 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7343":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7344":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7345":{"rev":88511,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":7346},"url":{"__isSmartRef__":true,"id":7347},"changes":[{"__isSmartRef__":true,"id":7348}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7346":{"isSerializedDate":true,"string":"Sat Jun 25 2011 13:28:48 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7347":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7348":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7349":{"rev":88507,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":7350},"url":{"__isSmartRef__":true,"id":7351},"changes":[{"__isSmartRef__":true,"id":7352}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7350":{"isSerializedDate":true,"string":"Sat Jun 25 2011 13:27:01 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7351":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7352":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7353":{"rev":85296,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":7354},"url":{"__isSmartRef__":true,"id":7355},"changes":[{"__isSmartRef__":true,"id":7356}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7354":{"isSerializedDate":true,"string":"Wed Jun 15 2011 23:26:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7355":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7356":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7357":{"rev":85270,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":7358},"url":{"__isSmartRef__":true,"id":7359},"changes":[{"__isSmartRef__":true,"id":7360}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7358":{"isSerializedDate":true,"string":"Wed Jun 15 2011 21:49:40 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7359":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7360":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7361":{"rev":84803,"author":"jenslincke","date":{"__isSmartRef__":true,"id":7362},"url":{"__isSmartRef__":true,"id":7363},"changes":[{"__isSmartRef__":true,"id":7364}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7362":{"isSerializedDate":true,"string":"Wed Jun 15 2011 08:41:32 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7363":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7364":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7365":{"rev":82199,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":7366},"url":{"__isSmartRef__":true,"id":7367},"changes":[{"__isSmartRef__":true,"id":7368}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7366":{"isSerializedDate":true,"string":"Sun Jun 05 2011 17:59:40 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7367":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7368":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7369":{"rev":82195,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":7370},"url":{"__isSmartRef__":true,"id":7371},"changes":[{"__isSmartRef__":true,"id":7372}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7370":{"isSerializedDate":true,"string":"Sun Jun 05 2011 17:57:41 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7371":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7372":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7373":{"rev":82108,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":7374},"url":{"__isSmartRef__":true,"id":7375},"changes":[{"__isSmartRef__":true,"id":7376}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7374":{"isSerializedDate":true,"string":"Sun Jun 05 2011 14:04:05 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7375":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7376":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7377":{"rev":82104,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":7378},"url":{"__isSmartRef__":true,"id":7379},"changes":[{"__isSmartRef__":true,"id":7380}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7378":{"isSerializedDate":true,"string":"Sun Jun 05 2011 14:01:37 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7379":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7380":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7381":{"rev":81992,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":7382},"url":{"__isSmartRef__":true,"id":7383},"changes":[{"__isSmartRef__":true,"id":7384}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7382":{"isSerializedDate":true,"string":"Sun Jun 05 2011 12:13:11 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7383":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7384":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7385":{"rev":81815,"author":"jenslincke","date":{"__isSmartRef__":true,"id":7386},"url":{"__isSmartRef__":true,"id":7387},"changes":[{"__isSmartRef__":true,"id":7388}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7386":{"isSerializedDate":true,"string":"Fri Jun 03 2011 22:27:42 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7387":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7388":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7389":{"rev":81811,"author":"jenslincke","date":{"__isSmartRef__":true,"id":7390},"url":{"__isSmartRef__":true,"id":7391},"changes":[{"__isSmartRef__":true,"id":7392}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7390":{"isSerializedDate":true,"string":"Fri Jun 03 2011 20:02:57 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7391":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7392":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7393":{"rev":81655,"author":"jenslincke","date":{"__isSmartRef__":true,"id":7394},"url":{"__isSmartRef__":true,"id":7395},"changes":[{"__isSmartRef__":true,"id":7396}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7394":{"isSerializedDate":true,"string":"Fri Jun 03 2011 17:20:42 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7395":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7396":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7397":{"rev":81193,"author":"jenslincke","date":{"__isSmartRef__":true,"id":7398},"url":{"__isSmartRef__":true,"id":7399},"changes":[{"__isSmartRef__":true,"id":7400}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7398":{"isSerializedDate":true,"string":"Fri Jun 03 2011 14:46:44 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7399":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7400":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7401":{"rev":81186,"author":"jenslincke","date":{"__isSmartRef__":true,"id":7402},"url":{"__isSmartRef__":true,"id":7403},"changes":[{"__isSmartRef__":true,"id":7404}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7402":{"isSerializedDate":true,"string":"Fri Jun 03 2011 14:45:26 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7403":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7404":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7405":{"rev":81183,"author":"jenslincke","date":{"__isSmartRef__":true,"id":7406},"url":{"__isSmartRef__":true,"id":7407},"changes":[{"__isSmartRef__":true,"id":7408}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7406":{"isSerializedDate":true,"string":"Fri Jun 03 2011 14:45:08 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7407":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7408":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7409":{"rev":81149,"author":"jenslincke","date":{"__isSmartRef__":true,"id":7410},"url":{"__isSmartRef__":true,"id":7411},"changes":[{"__isSmartRef__":true,"id":7412}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7410":{"isSerializedDate":true,"string":"Fri Jun 03 2011 14:22:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7411":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7412":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7413":{"rev":81125,"author":"jenslincke","date":{"__isSmartRef__":true,"id":7414},"url":{"__isSmartRef__":true,"id":7415},"changes":[{"__isSmartRef__":true,"id":7416}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7414":{"isSerializedDate":true,"string":"Fri Jun 03 2011 14:13:42 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7415":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7416":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7417":{"rev":80230,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":7418},"url":{"__isSmartRef__":true,"id":7419},"changes":[{"__isSmartRef__":true,"id":7420}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7418":{"isSerializedDate":true,"string":"Thu Jun 02 2011 18:10:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7419":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7420":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7421":{"rev":80227,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":7422},"url":{"__isSmartRef__":true,"id":7423},"changes":[{"__isSmartRef__":true,"id":7424}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7422":{"isSerializedDate":true,"string":"Thu Jun 02 2011 18:06:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7423":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7424":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7425":{"rev":80224,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":7426},"url":{"__isSmartRef__":true,"id":7427},"changes":[{"__isSmartRef__":true,"id":7428}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7426":{"isSerializedDate":true,"string":"Thu Jun 02 2011 18:05:19 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7427":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7428":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7429":{"rev":80108,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":7430},"url":{"__isSmartRef__":true,"id":7431},"changes":[{"__isSmartRef__":true,"id":7432}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7430":{"isSerializedDate":true,"string":"Thu Jun 02 2011 00:09:49 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7431":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7432":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7433":{"rev":79580,"author":"jenslincke","date":{"__isSmartRef__":true,"id":7434},"url":{"__isSmartRef__":true,"id":7435},"changes":[{"__isSmartRef__":true,"id":7436}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7434":{"isSerializedDate":true,"string":"Wed Jun 01 2011 09:08:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7435":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7436":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7437":{"rev":78536,"author":"jenslincke","date":{"__isSmartRef__":true,"id":7438},"url":{"__isSmartRef__":true,"id":7439},"changes":[{"__isSmartRef__":true,"id":7440}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7438":{"isSerializedDate":true,"string":"Mon May 30 2011 14:33:34 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7439":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7440":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7441":{"rev":78527,"author":"jenslincke","date":{"__isSmartRef__":true,"id":7442},"url":{"__isSmartRef__":true,"id":7443},"changes":[{"__isSmartRef__":true,"id":7444}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7442":{"isSerializedDate":true,"string":"Mon May 30 2011 14:30:46 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7443":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7444":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7445":{"rev":78524,"author":"jenslincke","date":{"__isSmartRef__":true,"id":7446},"url":{"__isSmartRef__":true,"id":7447},"changes":[{"__isSmartRef__":true,"id":7448}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7446":{"isSerializedDate":true,"string":"Mon May 30 2011 14:29:45 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7447":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7448":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7449":{"rev":78514,"author":"jenslincke","date":{"__isSmartRef__":true,"id":7450},"url":{"__isSmartRef__":true,"id":7451},"changes":[{"__isSmartRef__":true,"id":7452}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7450":{"isSerializedDate":true,"string":"Mon May 30 2011 14:24:41 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7451":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7452":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7453":{"rev":78479,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":7454},"url":{"__isSmartRef__":true,"id":7455},"changes":[{"__isSmartRef__":true,"id":7456}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7454":{"isSerializedDate":true,"string":"Mon May 30 2011 13:45:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7455":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7456":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7457":{"rev":78476,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":7458},"url":{"__isSmartRef__":true,"id":7459},"changes":[{"__isSmartRef__":true,"id":7460}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7458":{"isSerializedDate":true,"string":"Mon May 30 2011 13:43:58 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7459":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7460":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7461":{"rev":78473,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":7462},"url":{"__isSmartRef__":true,"id":7463},"changes":[{"__isSmartRef__":true,"id":7464}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7462":{"isSerializedDate":true,"string":"Mon May 30 2011 13:37:15 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7463":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7464":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7465":{"rev":78460,"author":"jenslincke","date":{"__isSmartRef__":true,"id":7466},"url":{"__isSmartRef__":true,"id":7467},"changes":[{"__isSmartRef__":true,"id":7468}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7466":{"isSerializedDate":true,"string":"Mon May 30 2011 13:23:39 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7467":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7468":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7469":{"rev":78457,"author":"jenslincke","date":{"__isSmartRef__":true,"id":7470},"url":{"__isSmartRef__":true,"id":7471},"changes":[{"__isSmartRef__":true,"id":7472}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7470":{"isSerializedDate":true,"string":"Mon May 30 2011 13:22:56 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7471":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7472":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7473":{"rev":78448,"author":"jenslincke","date":{"__isSmartRef__":true,"id":7474},"url":{"__isSmartRef__":true,"id":7475},"changes":[{"__isSmartRef__":true,"id":7476}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7474":{"isSerializedDate":true,"string":"Mon May 30 2011 12:50:02 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7475":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7476":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7477":{"rev":78445,"author":"jenslincke","date":{"__isSmartRef__":true,"id":7478},"url":{"__isSmartRef__":true,"id":7479},"changes":[{"__isSmartRef__":true,"id":7480}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7478":{"isSerializedDate":true,"string":"Mon May 30 2011 12:49:37 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7479":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7480":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7481":{"rev":72803,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":7482},"url":{"__isSmartRef__":true,"id":7483},"changes":[{"__isSmartRef__":true,"id":7484}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7482":{"isSerializedDate":true,"string":"Tue May 17 2011 09:07:40 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7483":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7484":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7485":{"rev":72800,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":7486},"url":{"__isSmartRef__":true,"id":7487},"changes":[{"__isSmartRef__":true,"id":7488}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7486":{"isSerializedDate":true,"string":"Tue May 17 2011 09:07:07 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7487":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7488":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7489":{"rev":72629,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":7490},"url":{"__isSmartRef__":true,"id":7491},"changes":[{"__isSmartRef__":true,"id":7492}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7490":{"isSerializedDate":true,"string":"Mon May 16 2011 17:38:19 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7491":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7492":{"type":"S:modified","url":"/PartsBin/Tools/PartsBinBrowser.json"},"7493":{"rev":72622,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":7494},"url":{"__isSmartRef__":true,"id":7495},"changes":[{"__isSmartRef__":true,"id":7496}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7494":{"isSerializedDate":true,"string":"Mon May 16 2011 17:37:13 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7495":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7496":{"type":"S:added","url":null},"7497":{"submorphs":[{"__isSmartRef__":true,"id":7498},{"__isSmartRef__":true,"id":12391},{"__isSmartRef__":true,"id":12556}],"scripts":[],"shape":{"__isSmartRef__":true,"id":12609},"id":"37D0C996-680E-4FD9-8D5E-5306B6A0C6D7","renderContextTable":{"__isSmartRef__":true,"id":12613},"eventHandler":{"__isSmartRef__":true,"id":12614},"droppingEnabled":false,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":12615},"LK2":true,"priorExtent":{"__isSmartRef__":true,"id":12616},"attributeConnections":[{"__isSmartRef__":true,"id":10987},{"__isSmartRef__":true,"id":10988},{"__isSmartRef__":true,"id":10989},{"__isSmartRef__":true,"id":10990},{"__isSmartRef__":true,"id":11026},{"__isSmartRef__":true,"id":11027},{"__isSmartRef__":true,"id":11028},{"__isSmartRef__":true,"id":11029}],"doNotSerialize":["$$_Position","$$_Scale","$$_Rotation","$$owner"],"doNotCopyProperties":["$$_Position","$$_Scale","$$_Rotation","$$owner"],"targetMorph":{"__isSmartRef__":true,"id":7498},"titleBar":{"__isSmartRef__":true,"id":12391},"contentOffset":{"__isSmartRef__":true,"id":12617},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":6393},"name":"PartsBinBrowser","prevDragPos":{"__isSmartRef__":true,"id":12618},"showsHalos":false,"highlighted":true,"__SourceModuleName__":"Global.lively.morphic.Widgets","isBeingDragged":false,"prevScroll":[0,0],"derivationIds":[1215,"CD1D2132-9803-45F0-938B-A3EBEFBF00C0","3DA45E92-65EE-4204-9FD1-B2937182D2A2","355D68D8-8232-482A-9523-6DB0E52810A0","A0BB5BEF-7109-48C0-A62E-DF7F9AF31E34","0C777EAA-8FAE-4CC7-9F13-BE5705616FE8","802A0A68-43C2-490F-8B92-F39EFC70898F","B3516BD2-CAA3-483F-BAFC-2CDE09EF880F","430E7A9A-C67D-44B4-A5D9-D07D7426B9D7","9DE2C4AC-0928-4F92-988A-29DD071EEC06","1BC6994F-E9DC-43BE-BC0A-76D1F52D5F13","23324C62-C0B2-40BC-901A-F734825A4726","4C8C3D09-70B0-4DBB-ABF0-03A08BD59980","BE34E85D-7B10-4886-9120-D1EB4297D09D","86EB8656-FBE4-4954-9035-0FE9EB68DCCD","35542C80-CA9F-4F55-BAB6-1481C899EFBC","5A67CE7B-B699-41DB-A547-FDC68922F28F","2155F4FD-E8CB-406E-B300-BB7A1D57515F","A80968D8-D7C7-4599-A868-4214D2A043B0"],"showLog":false,"cameForward":false,"_Position":{"__isSmartRef__":true,"id":12619},"_Scale":1.01,"_Rotation":0,"_ClipMode":"visible","owner":null,"state":"shutdown","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12620},"__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"7498":{"submorphs":[{"__isSmartRef__":true,"id":7499},{"__isSmartRef__":true,"id":7877},{"__isSmartRef__":true,"id":7892},{"__isSmartRef__":true,"id":7942},{"__isSmartRef__":true,"id":10762},{"__isSmartRef__":true,"id":10815},{"__isSmartRef__":true,"id":10868},{"__isSmartRef__":true,"id":10885},{"__isSmartRef__":true,"id":10899}],"scripts":[],"id":"D14B4724-62CD-4515-A8D1-5C8EF434166C","shape":{"__isSmartRef__":true,"id":11005},"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"PartsBinBrowser","partsBinMetaInfo":{"__isSmartRef__":true,"id":11012},"__SourceModuleName__":"Global.lively.morphic.Core","attributeConnections":[{"__isSmartRef__":true,"id":11015},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":11016},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020}],"doNotSerialize":["$$categoryName","$$_Position","$$_Scale","$$_Rotation","$$owner","categories"],"doNotCopyProperties":["$$categoryName","$$_Position","$$_Scale","$$_Rotation","$$owner"],"selectedPartItem":{"__isSmartRef__":true,"id":8188},"layout":{"__isSmartRef__":true,"id":11037},"priorExtent":{"__isSmartRef__":true,"id":11038},"renderContextTable":{"__isSmartRef__":true,"id":11039},"eventHandler":{"__isSmartRef__":true,"id":11040},"connections":{"__isSmartRef__":true,"id":11041},"isCopyMorphRef":true,"morphRefId":1,"prevScroll":[0,0],"isBeingDragged":false,"derivationIds":[1216,"DCEC3706-0AB9-4A0C-925F-475895BE1DF7","68426E58-E2B1-4674-9B39-B68EBCF20862","2669991A-6DFB-4E8C-B5E0-7AAFEB4C1F1B","28532929-9EF2-46BB-806D-E2DEDDDD7B23","C9A10B70-D314-40FE-8F60-89C176D369BE","AB7C8D37-027C-4F1A-94C9-6D9399870560","6C0D122F-738A-4887-A71E-60CC93389047","78714529-9A42-4AF0-89F3-94DB4F3E87BC","20E86927-BBA6-45B0-AE2E-74C6531A2D8B","7547ECC2-E4E3-4F53-A5E1-54BACD597352","8CA5479C-7CD1-4FAC-90E1-B9BB8C43706D","A1030CA3-704B-46AE-9627-A2843F9D1DC2","1888759D-BC9B-436F-9782-632D1000D7FB","B758B83B-AF79-4410-B88D-5EE31D7C17A9","F4363EF4-1C16-4D29-A79F-7B414DD0F1FD","044C9B49-71AD-499B-938B-CBBF60CD1BDA","E6F808B7-2CCE-4B5C-9B6F-1D7A22B8F936","FE4AD6D7-B486-4DF5-A4A8-C92A799C9FE8"],"_Position":{"__isSmartRef__":true,"id":11043},"_Scale":1,"_Rotation":0,"owner":{"__isSmartRef__":true,"id":7497},"categoryName":"groupBejeweled","allURLs":[{"__isSmartRef__":true,"id":11044},{"__isSmartRef__":true,"id":11045},{"__isSmartRef__":true,"id":11046},{"__isSmartRef__":true,"id":11047},{"__isSmartRef__":true,"id":11048},{"__isSmartRef__":true,"id":11049},{"__isSmartRef__":true,"id":11050},{"__isSmartRef__":true,"id":11051},{"__isSmartRef__":true,"id":11052},{"__isSmartRef__":true,"id":11053},{"__isSmartRef__":true,"id":11054},{"__isSmartRef__":true,"id":11055},{"__isSmartRef__":true,"id":11056},{"__isSmartRef__":true,"id":11057},{"__isSmartRef__":true,"id":11058},{"__isSmartRef__":true,"id":11059},{"__isSmartRef__":true,"id":11060},{"__isSmartRef__":true,"id":11061},{"__isSmartRef__":true,"id":11062},{"__isSmartRef__":true,"id":11063},{"__isSmartRef__":true,"id":11064},{"__isSmartRef__":true,"id":11065},{"__isSmartRef__":true,"id":11066},{"__isSmartRef__":true,"id":11067},{"__isSmartRef__":true,"id":11068},{"__isSmartRef__":true,"id":11069},{"__isSmartRef__":true,"id":11070},{"__isSmartRef__":true,"id":11071},{"__isSmartRef__":true,"id":11072},{"__isSmartRef__":true,"id":11073},{"__isSmartRef__":true,"id":11074},{"__isSmartRef__":true,"id":11075},{"__isSmartRef__":true,"id":11076},{"__isSmartRef__":true,"id":11077},{"__isSmartRef__":true,"id":11078},{"__isSmartRef__":true,"id":11079},{"__isSmartRef__":true,"id":11080},{"__isSmartRef__":true,"id":11081},{"__isSmartRef__":true,"id":11082},{"__isSmartRef__":true,"id":11083},{"__isSmartRef__":true,"id":11084},{"__isSmartRef__":true,"id":11085},{"__isSmartRef__":true,"id":11086},{"__isSmartRef__":true,"id":11087},{"__isSmartRef__":true,"id":11088},{"__isSmartRef__":true,"id":11089},{"__isSmartRef__":true,"id":11090},{"__isSmartRef__":true,"id":11091},{"__isSmartRef__":true,"id":11092},{"__isSmartRef__":true,"id":11093},{"__isSmartRef__":true,"id":11094},{"__isSmartRef__":true,"id":11095},{"__isSmartRef__":true,"id":11096},{"__isSmartRef__":true,"id":11097},{"__isSmartRef__":true,"id":11098},{"__isSmartRef__":true,"id":11099},{"__isSmartRef__":true,"id":11100},{"__isSmartRef__":true,"id":11101},{"__isSmartRef__":true,"id":11102},{"__isSmartRef__":true,"id":11103},{"__isSmartRef__":true,"id":11104},{"__isSmartRef__":true,"id":11105},{"__isSmartRef__":true,"id":11106},{"__isSmartRef__":true,"id":11107},{"__isSmartRef__":true,"id":11108},{"__isSmartRef__":true,"id":11109},{"__isSmartRef__":true,"id":11110},{"__isSmartRef__":true,"id":11111},{"__isSmartRef__":true,"id":11112},{"__isSmartRef__":true,"id":11113},{"__isSmartRef__":true,"id":11114},{"__isSmartRef__":true,"id":11115},{"__isSmartRef__":true,"id":11116},{"__isSmartRef__":true,"id":11117},{"__isSmartRef__":true,"id":11118},{"__isSmartRef__":true,"id":11119},{"__isSmartRef__":true,"id":11120},{"__isSmartRef__":true,"id":11121},{"__isSmartRef__":true,"id":11122},{"__isSmartRef__":true,"id":11123},{"__isSmartRef__":true,"id":11124},{"__isSmartRef__":true,"id":11125},{"__isSmartRef__":true,"id":11126},{"__isSmartRef__":true,"id":11127},{"__isSmartRef__":true,"id":11128},{"__isSmartRef__":true,"id":11129},{"__isSmartRef__":true,"id":11130},{"__isSmartRef__":true,"id":11131},{"__isSmartRef__":true,"id":11132},{"__isSmartRef__":true,"id":11133},{"__isSmartRef__":true,"id":11134},{"__isSmartRef__":true,"id":11135},{"__isSmartRef__":true,"id":11136},{"__isSmartRef__":true,"id":11137},{"__isSmartRef__":true,"id":11138},{"__isSmartRef__":true,"id":11139},{"__isSmartRef__":true,"id":11140},{"__isSmartRef__":true,"id":11141},{"__isSmartRef__":true,"id":11142},{"__isSmartRef__":true,"id":11143},{"__isSmartRef__":true,"id":11144},{"__isSmartRef__":true,"id":11145},{"__isSmartRef__":true,"id":11146},{"__isSmartRef__":true,"id":11147},{"__isSmartRef__":true,"id":11148},{"__isSmartRef__":true,"id":11149},{"__isSmartRef__":true,"id":11150},{"__isSmartRef__":true,"id":11151},{"__isSmartRef__":true,"id":11152},{"__isSmartRef__":true,"id":11153},{"__isSmartRef__":true,"id":11154},{"__isSmartRef__":true,"id":11155},{"__isSmartRef__":true,"id":11156},{"__isSmartRef__":true,"id":11157},{"__isSmartRef__":true,"id":11158},{"__isSmartRef__":true,"id":11159},{"__isSmartRef__":true,"id":11160},{"__isSmartRef__":true,"id":11161},{"__isSmartRef__":true,"id":11162},{"__isSmartRef__":true,"id":11163},{"__isSmartRef__":true,"id":11164},{"__isSmartRef__":true,"id":11165},{"__isSmartRef__":true,"id":11166},{"__isSmartRef__":true,"id":11167},{"__isSmartRef__":true,"id":11168},{"__isSmartRef__":true,"id":11169},{"__isSmartRef__":true,"id":11170},{"__isSmartRef__":true,"id":11171},{"__isSmartRef__":true,"id":11172},{"__isSmartRef__":true,"id":11173},{"__isSmartRef__":true,"id":11174},{"__isSmartRef__":true,"id":11175},{"__isSmartRef__":true,"id":11176},{"__isSmartRef__":true,"id":11177},{"__isSmartRef__":true,"id":11178},{"__isSmartRef__":true,"id":11179},{"__isSmartRef__":true,"id":11180},{"__isSmartRef__":true,"id":11181},{"__isSmartRef__":true,"id":11182},{"__isSmartRef__":true,"id":11183},{"__isSmartRef__":true,"id":11184},{"__isSmartRef__":true,"id":11185},{"__isSmartRef__":true,"id":11186},{"__isSmartRef__":true,"id":11187},{"__isSmartRef__":true,"id":11188},{"__isSmartRef__":true,"id":11189},{"__isSmartRef__":true,"id":11190},{"__isSmartRef__":true,"id":11191},{"__isSmartRef__":true,"id":11192},{"__isSmartRef__":true,"id":11193},{"__isSmartRef__":true,"id":11194},{"__isSmartRef__":true,"id":11195},{"__isSmartRef__":true,"id":11196},{"__isSmartRef__":true,"id":11197},{"__isSmartRef__":true,"id":11198},{"__isSmartRef__":true,"id":11199},{"__isSmartRef__":true,"id":11200},{"__isSmartRef__":true,"id":11201},{"__isSmartRef__":true,"id":11202},{"__isSmartRef__":true,"id":11203},{"__isSmartRef__":true,"id":11204},{"__isSmartRef__":true,"id":11205},{"__isSmartRef__":true,"id":11206},{"__isSmartRef__":true,"id":11207},{"__isSmartRef__":true,"id":11208},{"__isSmartRef__":true,"id":11209},{"__isSmartRef__":true,"id":11210},{"__isSmartRef__":true,"id":11211},{"__isSmartRef__":true,"id":11212},{"__isSmartRef__":true,"id":11213},{"__isSmartRef__":true,"id":11214},{"__isSmartRef__":true,"id":11215},{"__isSmartRef__":true,"id":11216},{"__isSmartRef__":true,"id":11217},{"__isSmartRef__":true,"id":11218},{"__isSmartRef__":true,"id":11219},{"__isSmartRef__":true,"id":11220},{"__isSmartRef__":true,"id":11221},{"__isSmartRef__":true,"id":11222},{"__isSmartRef__":true,"id":11223},{"__isSmartRef__":true,"id":11224},{"__isSmartRef__":true,"id":11225},{"__isSmartRef__":true,"id":11226},{"__isSmartRef__":true,"id":11227},{"__isSmartRef__":true,"id":11228},{"__isSmartRef__":true,"id":11229},{"__isSmartRef__":true,"id":11230},{"__isSmartRef__":true,"id":11231},{"__isSmartRef__":true,"id":11232},{"__isSmartRef__":true,"id":11233},{"__isSmartRef__":true,"id":11234},{"__isSmartRef__":true,"id":11235},{"__isSmartRef__":true,"id":11236},{"__isSmartRef__":true,"id":11237},{"__isSmartRef__":true,"id":11238},{"__isSmartRef__":true,"id":11239},{"__isSmartRef__":true,"id":11240},{"__isSmartRef__":true,"id":11241},{"__isSmartRef__":true,"id":11242},{"__isSmartRef__":true,"id":11243},{"__isSmartRef__":true,"id":11244},{"__isSmartRef__":true,"id":11245},{"__isSmartRef__":true,"id":11246},{"__isSmartRef__":true,"id":11247},{"__isSmartRef__":true,"id":11248},{"__isSmartRef__":true,"id":11249},{"__isSmartRef__":true,"id":11250},{"__isSmartRef__":true,"id":11251},{"__isSmartRef__":true,"id":11252},{"__isSmartRef__":true,"id":11253},{"__isSmartRef__":true,"id":11254},{"__isSmartRef__":true,"id":11255},{"__isSmartRef__":true,"id":11256},{"__isSmartRef__":true,"id":11257},{"__isSmartRef__":true,"id":11258},{"__isSmartRef__":true,"id":11259},{"__isSmartRef__":true,"id":11260},{"__isSmartRef__":true,"id":11261},{"__isSmartRef__":true,"id":11262},{"__isSmartRef__":true,"id":11263},{"__isSmartRef__":true,"id":11264},{"__isSmartRef__":true,"id":11265},{"__isSmartRef__":true,"id":11266},{"__isSmartRef__":true,"id":11267},{"__isSmartRef__":true,"id":11268},{"__isSmartRef__":true,"id":11269},{"__isSmartRef__":true,"id":11270},{"__isSmartRef__":true,"id":11271},{"__isSmartRef__":true,"id":11272},{"__isSmartRef__":true,"id":11273},{"__isSmartRef__":true,"id":11274},{"__isSmartRef__":true,"id":11275},{"__isSmartRef__":true,"id":11276},{"__isSmartRef__":true,"id":11277},{"__isSmartRef__":true,"id":11278},{"__isSmartRef__":true,"id":11279},{"__isSmartRef__":true,"id":11280},{"__isSmartRef__":true,"id":11281},{"__isSmartRef__":true,"id":11282},{"__isSmartRef__":true,"id":11283},{"__isSmartRef__":true,"id":11284},{"__isSmartRef__":true,"id":11285},{"__isSmartRef__":true,"id":11286},{"__isSmartRef__":true,"id":11287},{"__isSmartRef__":true,"id":11288},{"__isSmartRef__":true,"id":11289},{"__isSmartRef__":true,"id":11290},{"__isSmartRef__":true,"id":11291},{"__isSmartRef__":true,"id":11292},{"__isSmartRef__":true,"id":11293},{"__isSmartRef__":true,"id":11294},{"__isSmartRef__":true,"id":11295},{"__isSmartRef__":true,"id":11296},{"__isSmartRef__":true,"id":11297},{"__isSmartRef__":true,"id":11298},{"__isSmartRef__":true,"id":11299},{"__isSmartRef__":true,"id":11300},{"__isSmartRef__":true,"id":11301},{"__isSmartRef__":true,"id":11302},{"__isSmartRef__":true,"id":11303},{"__isSmartRef__":true,"id":11304},{"__isSmartRef__":true,"id":11305},{"__isSmartRef__":true,"id":11306},{"__isSmartRef__":true,"id":11307},{"__isSmartRef__":true,"id":11308},{"__isSmartRef__":true,"id":11309},{"__isSmartRef__":true,"id":11310},{"__isSmartRef__":true,"id":11311},{"__isSmartRef__":true,"id":11312},{"__isSmartRef__":true,"id":11313},{"__isSmartRef__":true,"id":11314},{"__isSmartRef__":true,"id":11315},{"__isSmartRef__":true,"id":11316},{"__isSmartRef__":true,"id":11317},{"__isSmartRef__":true,"id":11318},{"__isSmartRef__":true,"id":11319},{"__isSmartRef__":true,"id":11320},{"__isSmartRef__":true,"id":11321},{"__isSmartRef__":true,"id":11322},{"__isSmartRef__":true,"id":11323},{"__isSmartRef__":true,"id":11324},{"__isSmartRef__":true,"id":11325},{"__isSmartRef__":true,"id":11326},{"__isSmartRef__":true,"id":11327},{"__isSmartRef__":true,"id":11328},{"__isSmartRef__":true,"id":11329},{"__isSmartRef__":true,"id":11330},{"__isSmartRef__":true,"id":11331},{"__isSmartRef__":true,"id":11332},{"__isSmartRef__":true,"id":11333},{"__isSmartRef__":true,"id":11334},{"__isSmartRef__":true,"id":11335},{"__isSmartRef__":true,"id":11336},{"__isSmartRef__":true,"id":11337},{"__isSmartRef__":true,"id":11338},{"__isSmartRef__":true,"id":11339},{"__isSmartRef__":true,"id":11340},{"__isSmartRef__":true,"id":11341},{"__isSmartRef__":true,"id":11342},{"__isSmartRef__":true,"id":11343},{"__isSmartRef__":true,"id":11344},{"__isSmartRef__":true,"id":11345},{"__isSmartRef__":true,"id":11346},{"__isSmartRef__":true,"id":11347},{"__isSmartRef__":true,"id":11348},{"__isSmartRef__":true,"id":11349},{"__isSmartRef__":true,"id":11350},{"__isSmartRef__":true,"id":11351},{"__isSmartRef__":true,"id":11352},{"__isSmartRef__":true,"id":11353},{"__isSmartRef__":true,"id":11354},{"__isSmartRef__":true,"id":11355},{"__isSmartRef__":true,"id":11356},{"__isSmartRef__":true,"id":11357},{"__isSmartRef__":true,"id":11358},{"__isSmartRef__":true,"id":11359},{"__isSmartRef__":true,"id":11360},{"__isSmartRef__":true,"id":11361},{"__isSmartRef__":true,"id":11362},{"__isSmartRef__":true,"id":11363},{"__isSmartRef__":true,"id":11364},{"__isSmartRef__":true,"id":11365},{"__isSmartRef__":true,"id":11366},{"__isSmartRef__":true,"id":11367},{"__isSmartRef__":true,"id":11368},{"__isSmartRef__":true,"id":11369},{"__isSmartRef__":true,"id":11370},{"__isSmartRef__":true,"id":11371},{"__isSmartRef__":true,"id":11372},{"__isSmartRef__":true,"id":11373},{"__isSmartRef__":true,"id":11374},{"__isSmartRef__":true,"id":11375},{"__isSmartRef__":true,"id":11376},{"__isSmartRef__":true,"id":11377},{"__isSmartRef__":true,"id":11378},{"__isSmartRef__":true,"id":11379},{"__isSmartRef__":true,"id":11380},{"__isSmartRef__":true,"id":11381},{"__isSmartRef__":true,"id":11382},{"__isSmartRef__":true,"id":11383},{"__isSmartRef__":true,"id":11384},{"__isSmartRef__":true,"id":11385},{"__isSmartRef__":true,"id":11386},{"__isSmartRef__":true,"id":11387},{"__isSmartRef__":true,"id":11388},{"__isSmartRef__":true,"id":11389},{"__isSmartRef__":true,"id":11390},{"__isSmartRef__":true,"id":11391},{"__isSmartRef__":true,"id":11392},{"__isSmartRef__":true,"id":11393},{"__isSmartRef__":true,"id":11394},{"__isSmartRef__":true,"id":11395},{"__isSmartRef__":true,"id":11396},{"__isSmartRef__":true,"id":11397},{"__isSmartRef__":true,"id":11398},{"__isSmartRef__":true,"id":11399},{"__isSmartRef__":true,"id":11400},{"__isSmartRef__":true,"id":11401},{"__isSmartRef__":true,"id":11402},{"__isSmartRef__":true,"id":11403},{"__isSmartRef__":true,"id":11404},{"__isSmartRef__":true,"id":11405},{"__isSmartRef__":true,"id":11406},{"__isSmartRef__":true,"id":11407},{"__isSmartRef__":true,"id":11408},{"__isSmartRef__":true,"id":11409},{"__isSmartRef__":true,"id":11410},{"__isSmartRef__":true,"id":11411},{"__isSmartRef__":true,"id":11412},{"__isSmartRef__":true,"id":11413},{"__isSmartRef__":true,"id":11414},{"__isSmartRef__":true,"id":11415},{"__isSmartRef__":true,"id":11416},{"__isSmartRef__":true,"id":11417},{"__isSmartRef__":true,"id":11418},{"__isSmartRef__":true,"id":11419},{"__isSmartRef__":true,"id":11420},{"__isSmartRef__":true,"id":11421},{"__isSmartRef__":true,"id":11422},{"__isSmartRef__":true,"id":11423},{"__isSmartRef__":true,"id":11424},{"__isSmartRef__":true,"id":11425},{"__isSmartRef__":true,"id":11426},{"__isSmartRef__":true,"id":11427},{"__isSmartRef__":true,"id":11428},{"__isSmartRef__":true,"id":11429},{"__isSmartRef__":true,"id":11430},{"__isSmartRef__":true,"id":11431},{"__isSmartRef__":true,"id":11432},{"__isSmartRef__":true,"id":11433},{"__isSmartRef__":true,"id":11434},{"__isSmartRef__":true,"id":11435},{"__isSmartRef__":true,"id":11436},{"__isSmartRef__":true,"id":11437},{"__isSmartRef__":true,"id":11438},{"__isSmartRef__":true,"id":11439},{"__isSmartRef__":true,"id":11440},{"__isSmartRef__":true,"id":11441},{"__isSmartRef__":true,"id":11442},{"__isSmartRef__":true,"id":11443},{"__isSmartRef__":true,"id":11444},{"__isSmartRef__":true,"id":11445},{"__isSmartRef__":true,"id":11446},{"__isSmartRef__":true,"id":11447},{"__isSmartRef__":true,"id":11448},{"__isSmartRef__":true,"id":11449},{"__isSmartRef__":true,"id":11450},{"__isSmartRef__":true,"id":11451},{"__isSmartRef__":true,"id":11452},{"__isSmartRef__":true,"id":11453},{"__isSmartRef__":true,"id":11454},{"__isSmartRef__":true,"id":11455},{"__isSmartRef__":true,"id":11456},{"__isSmartRef__":true,"id":11457},{"__isSmartRef__":true,"id":11458},{"__isSmartRef__":true,"id":11459},{"__isSmartRef__":true,"id":11460},{"__isSmartRef__":true,"id":11461},{"__isSmartRef__":true,"id":11462},{"__isSmartRef__":true,"id":11463},{"__isSmartRef__":true,"id":11464},{"__isSmartRef__":true,"id":11465},{"__isSmartRef__":true,"id":11466},{"__isSmartRef__":true,"id":11467},{"__isSmartRef__":true,"id":11468},{"__isSmartRef__":true,"id":11469},{"__isSmartRef__":true,"id":11470},{"__isSmartRef__":true,"id":11471},{"__isSmartRef__":true,"id":11472},{"__isSmartRef__":true,"id":11473},{"__isSmartRef__":true,"id":11474},{"__isSmartRef__":true,"id":11475},{"__isSmartRef__":true,"id":11476},{"__isSmartRef__":true,"id":11477},{"__isSmartRef__":true,"id":11478},{"__isSmartRef__":true,"id":11479},{"__isSmartRef__":true,"id":11480},{"__isSmartRef__":true,"id":11481},{"__isSmartRef__":true,"id":11482},{"__isSmartRef__":true,"id":11483},{"__isSmartRef__":true,"id":11484},{"__isSmartRef__":true,"id":11485},{"__isSmartRef__":true,"id":11486},{"__isSmartRef__":true,"id":11487},{"__isSmartRef__":true,"id":11488},{"__isSmartRef__":true,"id":11489},{"__isSmartRef__":true,"id":11490},{"__isSmartRef__":true,"id":11491},{"__isSmartRef__":true,"id":11492},{"__isSmartRef__":true,"id":11493},{"__isSmartRef__":true,"id":11494},{"__isSmartRef__":true,"id":11495},{"__isSmartRef__":true,"id":11496},{"__isSmartRef__":true,"id":11497},{"__isSmartRef__":true,"id":11498},{"__isSmartRef__":true,"id":11499},{"__isSmartRef__":true,"id":11500},{"__isSmartRef__":true,"id":11501},{"__isSmartRef__":true,"id":11502},{"__isSmartRef__":true,"id":11503},{"__isSmartRef__":true,"id":11504},{"__isSmartRef__":true,"id":11505},{"__isSmartRef__":true,"id":11506},{"__isSmartRef__":true,"id":11507},{"__isSmartRef__":true,"id":11508},{"__isSmartRef__":true,"id":11509},{"__isSmartRef__":true,"id":11510},{"__isSmartRef__":true,"id":11511},{"__isSmartRef__":true,"id":11512},{"__isSmartRef__":true,"id":11513},{"__isSmartRef__":true,"id":11514},{"__isSmartRef__":true,"id":11515},{"__isSmartRef__":true,"id":11516},{"__isSmartRef__":true,"id":11517},{"__isSmartRef__":true,"id":11518},{"__isSmartRef__":true,"id":11519},{"__isSmartRef__":true,"id":11520},{"__isSmartRef__":true,"id":11521},{"__isSmartRef__":true,"id":11522},{"__isSmartRef__":true,"id":11523},{"__isSmartRef__":true,"id":11524},{"__isSmartRef__":true,"id":11525},{"__isSmartRef__":true,"id":11526},{"__isSmartRef__":true,"id":11527},{"__isSmartRef__":true,"id":11528},{"__isSmartRef__":true,"id":11529},{"__isSmartRef__":true,"id":11530},{"__isSmartRef__":true,"id":11531},{"__isSmartRef__":true,"id":11532},{"__isSmartRef__":true,"id":11533},{"__isSmartRef__":true,"id":11534},{"__isSmartRef__":true,"id":11535},{"__isSmartRef__":true,"id":11536},{"__isSmartRef__":true,"id":11537},{"__isSmartRef__":true,"id":11538},{"__isSmartRef__":true,"id":11539},{"__isSmartRef__":true,"id":11540},{"__isSmartRef__":true,"id":11541},{"__isSmartRef__":true,"id":11542},{"__isSmartRef__":true,"id":11543},{"__isSmartRef__":true,"id":11544},{"__isSmartRef__":true,"id":11545},{"__isSmartRef__":true,"id":11546},{"__isSmartRef__":true,"id":11547},{"__isSmartRef__":true,"id":11548},{"__isSmartRef__":true,"id":11549},{"__isSmartRef__":true,"id":11550},{"__isSmartRef__":true,"id":11551},{"__isSmartRef__":true,"id":11552},{"__isSmartRef__":true,"id":11553},{"__isSmartRef__":true,"id":11554},{"__isSmartRef__":true,"id":11555},{"__isSmartRef__":true,"id":11556},{"__isSmartRef__":true,"id":11557},{"__isSmartRef__":true,"id":11558},{"__isSmartRef__":true,"id":11559},{"__isSmartRef__":true,"id":11560},{"__isSmartRef__":true,"id":11561},{"__isSmartRef__":true,"id":11562},{"__isSmartRef__":true,"id":11563},{"__isSmartRef__":true,"id":11564},{"__isSmartRef__":true,"id":11565},{"__isSmartRef__":true,"id":11566},{"__isSmartRef__":true,"id":11567},{"__isSmartRef__":true,"id":11568},{"__isSmartRef__":true,"id":11569},{"__isSmartRef__":true,"id":11570},{"__isSmartRef__":true,"id":11571},{"__isSmartRef__":true,"id":11572},{"__isSmartRef__":true,"id":11573},{"__isSmartRef__":true,"id":11574},{"__isSmartRef__":true,"id":11575},{"__isSmartRef__":true,"id":11576},{"__isSmartRef__":true,"id":11577},{"__isSmartRef__":true,"id":11578},{"__isSmartRef__":true,"id":11579},{"__isSmartRef__":true,"id":11580},{"__isSmartRef__":true,"id":11581},{"__isSmartRef__":true,"id":11582},{"__isSmartRef__":true,"id":11583},{"__isSmartRef__":true,"id":11584},{"__isSmartRef__":true,"id":11585},{"__isSmartRef__":true,"id":11586},{"__isSmartRef__":true,"id":11587},{"__isSmartRef__":true,"id":11588},{"__isSmartRef__":true,"id":11589},{"__isSmartRef__":true,"id":11590},{"__isSmartRef__":true,"id":11591},{"__isSmartRef__":true,"id":11592},{"__isSmartRef__":true,"id":11593},{"__isSmartRef__":true,"id":11594},{"__isSmartRef__":true,"id":11595},{"__isSmartRef__":true,"id":11596},{"__isSmartRef__":true,"id":11597},{"__isSmartRef__":true,"id":11598},{"__isSmartRef__":true,"id":11599},{"__isSmartRef__":true,"id":11600},{"__isSmartRef__":true,"id":11601},{"__isSmartRef__":true,"id":11602},{"__isSmartRef__":true,"id":11603},{"__isSmartRef__":true,"id":11604},{"__isSmartRef__":true,"id":11605},{"__isSmartRef__":true,"id":11606},{"__isSmartRef__":true,"id":11607},{"__isSmartRef__":true,"id":11608},{"__isSmartRef__":true,"id":11609},{"__isSmartRef__":true,"id":11610},{"__isSmartRef__":true,"id":11611},{"__isSmartRef__":true,"id":11612},{"__isSmartRef__":true,"id":11613},{"__isSmartRef__":true,"id":11614},{"__isSmartRef__":true,"id":11615},{"__isSmartRef__":true,"id":11616},{"__isSmartRef__":true,"id":11617},{"__isSmartRef__":true,"id":11618},{"__isSmartRef__":true,"id":11619},{"__isSmartRef__":true,"id":11620},{"__isSmartRef__":true,"id":11621},{"__isSmartRef__":true,"id":11622},{"__isSmartRef__":true,"id":11623},{"__isSmartRef__":true,"id":11624},{"__isSmartRef__":true,"id":11625},{"__isSmartRef__":true,"id":11626},{"__isSmartRef__":true,"id":11627},{"__isSmartRef__":true,"id":11628},{"__isSmartRef__":true,"id":11629},{"__isSmartRef__":true,"id":11630},{"__isSmartRef__":true,"id":11631},{"__isSmartRef__":true,"id":11632},{"__isSmartRef__":true,"id":11633},{"__isSmartRef__":true,"id":11634},{"__isSmartRef__":true,"id":11635},{"__isSmartRef__":true,"id":11636},{"__isSmartRef__":true,"id":11637},{"__isSmartRef__":true,"id":11638},{"__isSmartRef__":true,"id":11639},{"__isSmartRef__":true,"id":11640},{"__isSmartRef__":true,"id":11641},{"__isSmartRef__":true,"id":11642},{"__isSmartRef__":true,"id":11643},{"__isSmartRef__":true,"id":11644},{"__isSmartRef__":true,"id":11645},{"__isSmartRef__":true,"id":11646},{"__isSmartRef__":true,"id":11647},{"__isSmartRef__":true,"id":11648},{"__isSmartRef__":true,"id":11649},{"__isSmartRef__":true,"id":11650},{"__isSmartRef__":true,"id":11651},{"__isSmartRef__":true,"id":11652},{"__isSmartRef__":true,"id":11653},{"__isSmartRef__":true,"id":11654},{"__isSmartRef__":true,"id":11655},{"__isSmartRef__":true,"id":11656},{"__isSmartRef__":true,"id":11657},{"__isSmartRef__":true,"id":11658},{"__isSmartRef__":true,"id":11659},{"__isSmartRef__":true,"id":11660},{"__isSmartRef__":true,"id":11661},{"__isSmartRef__":true,"id":11662},{"__isSmartRef__":true,"id":11663},{"__isSmartRef__":true,"id":11664},{"__isSmartRef__":true,"id":11665},{"__isSmartRef__":true,"id":11666},{"__isSmartRef__":true,"id":11667},{"__isSmartRef__":true,"id":11668},{"__isSmartRef__":true,"id":11669},{"__isSmartRef__":true,"id":11670},{"__isSmartRef__":true,"id":11671},{"__isSmartRef__":true,"id":11672},{"__isSmartRef__":true,"id":11673},{"__isSmartRef__":true,"id":11674},{"__isSmartRef__":true,"id":11675},{"__isSmartRef__":true,"id":11676},{"__isSmartRef__":true,"id":11677},{"__isSmartRef__":true,"id":11678},{"__isSmartRef__":true,"id":11679},{"__isSmartRef__":true,"id":11680},{"__isSmartRef__":true,"id":11681},{"__isSmartRef__":true,"id":11682},{"__isSmartRef__":true,"id":11683},{"__isSmartRef__":true,"id":11684},{"__isSmartRef__":true,"id":11685},{"__isSmartRef__":true,"id":11686},{"__isSmartRef__":true,"id":11687},{"__isSmartRef__":true,"id":11688},{"__isSmartRef__":true,"id":11689},{"__isSmartRef__":true,"id":11690},{"__isSmartRef__":true,"id":11691},{"__isSmartRef__":true,"id":11692},{"__isSmartRef__":true,"id":11693},{"__isSmartRef__":true,"id":11694},{"__isSmartRef__":true,"id":11695},{"__isSmartRef__":true,"id":11696},{"__isSmartRef__":true,"id":11697},{"__isSmartRef__":true,"id":11698},{"__isSmartRef__":true,"id":11699},{"__isSmartRef__":true,"id":11700},{"__isSmartRef__":true,"id":11701},{"__isSmartRef__":true,"id":11702},{"__isSmartRef__":true,"id":11703},{"__isSmartRef__":true,"id":11704},{"__isSmartRef__":true,"id":11705},{"__isSmartRef__":true,"id":11706},{"__isSmartRef__":true,"id":11707},{"__isSmartRef__":true,"id":11708},{"__isSmartRef__":true,"id":11709},{"__isSmartRef__":true,"id":11710},{"__isSmartRef__":true,"id":11711},{"__isSmartRef__":true,"id":11712},{"__isSmartRef__":true,"id":11713},{"__isSmartRef__":true,"id":11714},{"__isSmartRef__":true,"id":11715},{"__isSmartRef__":true,"id":11716},{"__isSmartRef__":true,"id":11717},{"__isSmartRef__":true,"id":11718},{"__isSmartRef__":true,"id":11719},{"__isSmartRef__":true,"id":11720},{"__isSmartRef__":true,"id":11721},{"__isSmartRef__":true,"id":11722},{"__isSmartRef__":true,"id":11723},{"__isSmartRef__":true,"id":11724},{"__isSmartRef__":true,"id":11725},{"__isSmartRef__":true,"id":11726},{"__isSmartRef__":true,"id":11727},{"__isSmartRef__":true,"id":11728},{"__isSmartRef__":true,"id":11729},{"__isSmartRef__":true,"id":11730},{"__isSmartRef__":true,"id":11731},{"__isSmartRef__":true,"id":11732},{"__isSmartRef__":true,"id":11733},{"__isSmartRef__":true,"id":11734},{"__isSmartRef__":true,"id":11735},{"__isSmartRef__":true,"id":11736},{"__isSmartRef__":true,"id":11737},{"__isSmartRef__":true,"id":11738},{"__isSmartRef__":true,"id":11739},{"__isSmartRef__":true,"id":11740},{"__isSmartRef__":true,"id":11741},{"__isSmartRef__":true,"id":11742},{"__isSmartRef__":true,"id":11743},{"__isSmartRef__":true,"id":11744},{"__isSmartRef__":true,"id":11745},{"__isSmartRef__":true,"id":11746},{"__isSmartRef__":true,"id":11747},{"__isSmartRef__":true,"id":11748},{"__isSmartRef__":true,"id":11749},{"__isSmartRef__":true,"id":11750},{"__isSmartRef__":true,"id":11751},{"__isSmartRef__":true,"id":11752},{"__isSmartRef__":true,"id":11753},{"__isSmartRef__":true,"id":11754},{"__isSmartRef__":true,"id":11755},{"__isSmartRef__":true,"id":11756},{"__isSmartRef__":true,"id":11757},{"__isSmartRef__":true,"id":11758},{"__isSmartRef__":true,"id":11759},{"__isSmartRef__":true,"id":11760},{"__isSmartRef__":true,"id":11761},{"__isSmartRef__":true,"id":11762},{"__isSmartRef__":true,"id":11763},{"__isSmartRef__":true,"id":11764},{"__isSmartRef__":true,"id":11765},{"__isSmartRef__":true,"id":11766},{"__isSmartRef__":true,"id":11767},{"__isSmartRef__":true,"id":11768},{"__isSmartRef__":true,"id":11769},{"__isSmartRef__":true,"id":11770},{"__isSmartRef__":true,"id":11771},{"__isSmartRef__":true,"id":11772},{"__isSmartRef__":true,"id":11773},{"__isSmartRef__":true,"id":11774},{"__isSmartRef__":true,"id":11775},{"__isSmartRef__":true,"id":11776},{"__isSmartRef__":true,"id":11777},{"__isSmartRef__":true,"id":11778},{"__isSmartRef__":true,"id":11779},{"__isSmartRef__":true,"id":11780},{"__isSmartRef__":true,"id":11781},{"__isSmartRef__":true,"id":11782},{"__isSmartRef__":true,"id":11783},{"__isSmartRef__":true,"id":11784},{"__isSmartRef__":true,"id":11785},{"__isSmartRef__":true,"id":11786},{"__isSmartRef__":true,"id":11787},{"__isSmartRef__":true,"id":11788},{"__isSmartRef__":true,"id":11789},{"__isSmartRef__":true,"id":11790},{"__isSmartRef__":true,"id":11791},{"__isSmartRef__":true,"id":11792},{"__isSmartRef__":true,"id":11793},{"__isSmartRef__":true,"id":11794},{"__isSmartRef__":true,"id":11795},{"__isSmartRef__":true,"id":11796},{"__isSmartRef__":true,"id":11797},{"__isSmartRef__":true,"id":11798},{"__isSmartRef__":true,"id":11799},{"__isSmartRef__":true,"id":11800},{"__isSmartRef__":true,"id":11801},{"__isSmartRef__":true,"id":11802},{"__isSmartRef__":true,"id":11803},{"__isSmartRef__":true,"id":11804},{"__isSmartRef__":true,"id":11805},{"__isSmartRef__":true,"id":11806},{"__isSmartRef__":true,"id":11807},{"__isSmartRef__":true,"id":11808},{"__isSmartRef__":true,"id":11809},{"__isSmartRef__":true,"id":11810},{"__isSmartRef__":true,"id":11811},{"__isSmartRef__":true,"id":11812},{"__isSmartRef__":true,"id":11813},{"__isSmartRef__":true,"id":11814},{"__isSmartRef__":true,"id":11815},{"__isSmartRef__":true,"id":11816},{"__isSmartRef__":true,"id":11817},{"__isSmartRef__":true,"id":11818},{"__isSmartRef__":true,"id":11819},{"__isSmartRef__":true,"id":11820},{"__isSmartRef__":true,"id":11821},{"__isSmartRef__":true,"id":11822},{"__isSmartRef__":true,"id":11823},{"__isSmartRef__":true,"id":11824},{"__isSmartRef__":true,"id":11825},{"__isSmartRef__":true,"id":11826},{"__isSmartRef__":true,"id":11827},{"__isSmartRef__":true,"id":11828},{"__isSmartRef__":true,"id":11829},{"__isSmartRef__":true,"id":11830},{"__isSmartRef__":true,"id":11831},{"__isSmartRef__":true,"id":11832},{"__isSmartRef__":true,"id":11833},{"__isSmartRef__":true,"id":11834},{"__isSmartRef__":true,"id":11835},{"__isSmartRef__":true,"id":11836},{"__isSmartRef__":true,"id":11837},{"__isSmartRef__":true,"id":11838},{"__isSmartRef__":true,"id":11839},{"__isSmartRef__":true,"id":11840},{"__isSmartRef__":true,"id":11841},{"__isSmartRef__":true,"id":11842},{"__isSmartRef__":true,"id":11843},{"__isSmartRef__":true,"id":11844},{"__isSmartRef__":true,"id":11845},{"__isSmartRef__":true,"id":11846},{"__isSmartRef__":true,"id":11847},{"__isSmartRef__":true,"id":11848},{"__isSmartRef__":true,"id":11849},{"__isSmartRef__":true,"id":11850},{"__isSmartRef__":true,"id":11851},{"__isSmartRef__":true,"id":11852},{"__isSmartRef__":true,"id":11853},{"__isSmartRef__":true,"id":11854},{"__isSmartRef__":true,"id":11855},{"__isSmartRef__":true,"id":11856},{"__isSmartRef__":true,"id":11857},{"__isSmartRef__":true,"id":11858},{"__isSmartRef__":true,"id":11859},{"__isSmartRef__":true,"id":11860},{"__isSmartRef__":true,"id":11861},{"__isSmartRef__":true,"id":11862},{"__isSmartRef__":true,"id":11863},{"__isSmartRef__":true,"id":11864},{"__isSmartRef__":true,"id":11865},{"__isSmartRef__":true,"id":11866},{"__isSmartRef__":true,"id":11867},{"__isSmartRef__":true,"id":11868},{"__isSmartRef__":true,"id":11869},{"__isSmartRef__":true,"id":11870},{"__isSmartRef__":true,"id":11871},{"__isSmartRef__":true,"id":11872},{"__isSmartRef__":true,"id":11873},{"__isSmartRef__":true,"id":11874},{"__isSmartRef__":true,"id":11875},{"__isSmartRef__":true,"id":11876},{"__isSmartRef__":true,"id":11877},{"__isSmartRef__":true,"id":11878},{"__isSmartRef__":true,"id":11879},{"__isSmartRef__":true,"id":11880},{"__isSmartRef__":true,"id":11881},{"__isSmartRef__":true,"id":11882},{"__isSmartRef__":true,"id":11883},{"__isSmartRef__":true,"id":11884},{"__isSmartRef__":true,"id":11885},{"__isSmartRef__":true,"id":11886},{"__isSmartRef__":true,"id":11887},{"__isSmartRef__":true,"id":11888},{"__isSmartRef__":true,"id":11889},{"__isSmartRef__":true,"id":11890},{"__isSmartRef__":true,"id":11891},{"__isSmartRef__":true,"id":11892},{"__isSmartRef__":true,"id":11893},{"__isSmartRef__":true,"id":11894},{"__isSmartRef__":true,"id":11895},{"__isSmartRef__":true,"id":11896},{"__isSmartRef__":true,"id":11897},{"__isSmartRef__":true,"id":11898},{"__isSmartRef__":true,"id":11899},{"__isSmartRef__":true,"id":11900},{"__isSmartRef__":true,"id":11901},{"__isSmartRef__":true,"id":11902},{"__isSmartRef__":true,"id":11903},{"__isSmartRef__":true,"id":11904},{"__isSmartRef__":true,"id":11905},{"__isSmartRef__":true,"id":11906},{"__isSmartRef__":true,"id":11907},{"__isSmartRef__":true,"id":11908},{"__isSmartRef__":true,"id":11909},{"__isSmartRef__":true,"id":11910},{"__isSmartRef__":true,"id":11911},{"__isSmartRef__":true,"id":11912},{"__isSmartRef__":true,"id":11913},{"__isSmartRef__":true,"id":11914},{"__isSmartRef__":true,"id":11915},{"__isSmartRef__":true,"id":11916},{"__isSmartRef__":true,"id":11917},{"__isSmartRef__":true,"id":11918},{"__isSmartRef__":true,"id":11919},{"__isSmartRef__":true,"id":11920},{"__isSmartRef__":true,"id":11921},{"__isSmartRef__":true,"id":11922},{"__isSmartRef__":true,"id":11923},{"__isSmartRef__":true,"id":11924},{"__isSmartRef__":true,"id":11925},{"__isSmartRef__":true,"id":11926},{"__isSmartRef__":true,"id":11927},{"__isSmartRef__":true,"id":11928},{"__isSmartRef__":true,"id":11929},{"__isSmartRef__":true,"id":11930},{"__isSmartRef__":true,"id":11931},{"__isSmartRef__":true,"id":11932},{"__isSmartRef__":true,"id":11933},{"__isSmartRef__":true,"id":11934},{"__isSmartRef__":true,"id":11935},{"__isSmartRef__":true,"id":11936},{"__isSmartRef__":true,"id":11937},{"__isSmartRef__":true,"id":11938},{"__isSmartRef__":true,"id":11939},{"__isSmartRef__":true,"id":11940},{"__isSmartRef__":true,"id":11941},{"__isSmartRef__":true,"id":11942},{"__isSmartRef__":true,"id":11943},{"__isSmartRef__":true,"id":11944},{"__isSmartRef__":true,"id":11945},{"__isSmartRef__":true,"id":11946},{"__isSmartRef__":true,"id":11947},{"__isSmartRef__":true,"id":11948},{"__isSmartRef__":true,"id":11949},{"__isSmartRef__":true,"id":11950},{"__isSmartRef__":true,"id":11951},{"__isSmartRef__":true,"id":11952},{"__isSmartRef__":true,"id":11953},{"__isSmartRef__":true,"id":11954},{"__isSmartRef__":true,"id":11955},{"__isSmartRef__":true,"id":11956},{"__isSmartRef__":true,"id":11957},{"__isSmartRef__":true,"id":11958},{"__isSmartRef__":true,"id":11959},{"__isSmartRef__":true,"id":11960},{"__isSmartRef__":true,"id":11961},{"__isSmartRef__":true,"id":11962},{"__isSmartRef__":true,"id":11963},{"__isSmartRef__":true,"id":11964},{"__isSmartRef__":true,"id":11965},{"__isSmartRef__":true,"id":11966},{"__isSmartRef__":true,"id":11967},{"__isSmartRef__":true,"id":11968},{"__isSmartRef__":true,"id":11969},{"__isSmartRef__":true,"id":11970},{"__isSmartRef__":true,"id":11971},{"__isSmartRef__":true,"id":11972},{"__isSmartRef__":true,"id":11973},{"__isSmartRef__":true,"id":11974},{"__isSmartRef__":true,"id":11975},{"__isSmartRef__":true,"id":11976},{"__isSmartRef__":true,"id":11977},{"__isSmartRef__":true,"id":11978},{"__isSmartRef__":true,"id":11979},{"__isSmartRef__":true,"id":11980},{"__isSmartRef__":true,"id":11981},{"__isSmartRef__":true,"id":11982},{"__isSmartRef__":true,"id":11983},{"__isSmartRef__":true,"id":11984},{"__isSmartRef__":true,"id":11985},{"__isSmartRef__":true,"id":11986},{"__isSmartRef__":true,"id":11987},{"__isSmartRef__":true,"id":11988},{"__isSmartRef__":true,"id":11989},{"__isSmartRef__":true,"id":11990},{"__isSmartRef__":true,"id":11991},{"__isSmartRef__":true,"id":11992},{"__isSmartRef__":true,"id":11993},{"__isSmartRef__":true,"id":11994},{"__isSmartRef__":true,"id":11995},{"__isSmartRef__":true,"id":11996},{"__isSmartRef__":true,"id":11997},{"__isSmartRef__":true,"id":11998},{"__isSmartRef__":true,"id":11999},{"__isSmartRef__":true,"id":12000},{"__isSmartRef__":true,"id":12001},{"__isSmartRef__":true,"id":12002},{"__isSmartRef__":true,"id":12003},{"__isSmartRef__":true,"id":12004},{"__isSmartRef__":true,"id":12005},{"__isSmartRef__":true,"id":12006},{"__isSmartRef__":true,"id":12007},{"__isSmartRef__":true,"id":12008},{"__isSmartRef__":true,"id":12009},{"__isSmartRef__":true,"id":12010},{"__isSmartRef__":true,"id":12011},{"__isSmartRef__":true,"id":12012},{"__isSmartRef__":true,"id":12013},{"__isSmartRef__":true,"id":12014},{"__isSmartRef__":true,"id":12015},{"__isSmartRef__":true,"id":12016},{"__isSmartRef__":true,"id":12017},{"__isSmartRef__":true,"id":12018},{"__isSmartRef__":true,"id":12019},{"__isSmartRef__":true,"id":12020},{"__isSmartRef__":true,"id":12021},{"__isSmartRef__":true,"id":12022},{"__isSmartRef__":true,"id":12023},{"__isSmartRef__":true,"id":12024},{"__isSmartRef__":true,"id":12025},{"__isSmartRef__":true,"id":12026},{"__isSmartRef__":true,"id":12027},{"__isSmartRef__":true,"id":12028},{"__isSmartRef__":true,"id":12029},{"__isSmartRef__":true,"id":12030},{"__isSmartRef__":true,"id":12031},{"__isSmartRef__":true,"id":12032},{"__isSmartRef__":true,"id":12033},{"__isSmartRef__":true,"id":12034},{"__isSmartRef__":true,"id":12035},{"__isSmartRef__":true,"id":12036},{"__isSmartRef__":true,"id":12037},{"__isSmartRef__":true,"id":12038},{"__isSmartRef__":true,"id":12039},{"__isSmartRef__":true,"id":12040},{"__isSmartRef__":true,"id":12041},{"__isSmartRef__":true,"id":12042},{"__isSmartRef__":true,"id":12043},{"__isSmartRef__":true,"id":12044},{"__isSmartRef__":true,"id":12045},{"__isSmartRef__":true,"id":12046},{"__isSmartRef__":true,"id":12047},{"__isSmartRef__":true,"id":12048},{"__isSmartRef__":true,"id":12049},{"__isSmartRef__":true,"id":12050},{"__isSmartRef__":true,"id":12051},{"__isSmartRef__":true,"id":12052},{"__isSmartRef__":true,"id":12053},{"__isSmartRef__":true,"id":12054},{"__isSmartRef__":true,"id":12055},{"__isSmartRef__":true,"id":12056},{"__isSmartRef__":true,"id":12057},{"__isSmartRef__":true,"id":12058},{"__isSmartRef__":true,"id":12059},{"__isSmartRef__":true,"id":12060},{"__isSmartRef__":true,"id":12061},{"__isSmartRef__":true,"id":12062},{"__isSmartRef__":true,"id":12063},{"__isSmartRef__":true,"id":12064},{"__isSmartRef__":true,"id":12065},{"__isSmartRef__":true,"id":12066},{"__isSmartRef__":true,"id":12067},{"__isSmartRef__":true,"id":12068},{"__isSmartRef__":true,"id":12069},{"__isSmartRef__":true,"id":12070},{"__isSmartRef__":true,"id":12071},{"__isSmartRef__":true,"id":12072},{"__isSmartRef__":true,"id":12073},{"__isSmartRef__":true,"id":12074},{"__isSmartRef__":true,"id":12075},{"__isSmartRef__":true,"id":12076},{"__isSmartRef__":true,"id":12077},{"__isSmartRef__":true,"id":12078},{"__isSmartRef__":true,"id":12079},{"__isSmartRef__":true,"id":12080},{"__isSmartRef__":true,"id":12081},{"__isSmartRef__":true,"id":12082},{"__isSmartRef__":true,"id":12083},{"__isSmartRef__":true,"id":12084},{"__isSmartRef__":true,"id":12085},{"__isSmartRef__":true,"id":12086},{"__isSmartRef__":true,"id":12087},{"__isSmartRef__":true,"id":12088},{"__isSmartRef__":true,"id":12089},{"__isSmartRef__":true,"id":12090},{"__isSmartRef__":true,"id":12091},{"__isSmartRef__":true,"id":12092},{"__isSmartRef__":true,"id":12093},{"__isSmartRef__":true,"id":12094},{"__isSmartRef__":true,"id":12095},{"__isSmartRef__":true,"id":12096},{"__isSmartRef__":true,"id":12097},{"__isSmartRef__":true,"id":12098},{"__isSmartRef__":true,"id":12099},{"__isSmartRef__":true,"id":12100},{"__isSmartRef__":true,"id":12101},{"__isSmartRef__":true,"id":12102},{"__isSmartRef__":true,"id":12103},{"__isSmartRef__":true,"id":12104},{"__isSmartRef__":true,"id":12105},{"__isSmartRef__":true,"id":12106},{"__isSmartRef__":true,"id":12107},{"__isSmartRef__":true,"id":12108},{"__isSmartRef__":true,"id":12109},{"__isSmartRef__":true,"id":12110},{"__isSmartRef__":true,"id":12111},{"__isSmartRef__":true,"id":12112},{"__isSmartRef__":true,"id":12113},{"__isSmartRef__":true,"id":12114},{"__isSmartRef__":true,"id":12115},{"__isSmartRef__":true,"id":12116},{"__isSmartRef__":true,"id":12117},{"__isSmartRef__":true,"id":12118},{"__isSmartRef__":true,"id":12119},{"__isSmartRef__":true,"id":12120},{"__isSmartRef__":true,"id":12121},{"__isSmartRef__":true,"id":12122},{"__isSmartRef__":true,"id":12123},{"__isSmartRef__":true,"id":12124},{"__isSmartRef__":true,"id":12125},{"__isSmartRef__":true,"id":12126},{"__isSmartRef__":true,"id":12127},{"__isSmartRef__":true,"id":12128},{"__isSmartRef__":true,"id":12129},{"__isSmartRef__":true,"id":12130},{"__isSmartRef__":true,"id":12131},{"__isSmartRef__":true,"id":12132},{"__isSmartRef__":true,"id":12133},{"__isSmartRef__":true,"id":12134},{"__isSmartRef__":true,"id":12135},{"__isSmartRef__":true,"id":12136},{"__isSmartRef__":true,"id":12137},{"__isSmartRef__":true,"id":12138},{"__isSmartRef__":true,"id":12139},{"__isSmartRef__":true,"id":12140},{"__isSmartRef__":true,"id":12141},{"__isSmartRef__":true,"id":12142},{"__isSmartRef__":true,"id":12143},{"__isSmartRef__":true,"id":12144},{"__isSmartRef__":true,"id":12145},{"__isSmartRef__":true,"id":12146},{"__isSmartRef__":true,"id":12147},{"__isSmartRef__":true,"id":12148},{"__isSmartRef__":true,"id":12149},{"__isSmartRef__":true,"id":12150},{"__isSmartRef__":true,"id":12151},{"__isSmartRef__":true,"id":12152},{"__isSmartRef__":true,"id":12153},{"__isSmartRef__":true,"id":12154},{"__isSmartRef__":true,"id":12155},{"__isSmartRef__":true,"id":12156},{"__isSmartRef__":true,"id":12157},{"__isSmartRef__":true,"id":12158},{"__isSmartRef__":true,"id":12159},{"__isSmartRef__":true,"id":12160},{"__isSmartRef__":true,"id":12161},{"__isSmartRef__":true,"id":12162},{"__isSmartRef__":true,"id":12163},{"__isSmartRef__":true,"id":12164},{"__isSmartRef__":true,"id":12165},{"__isSmartRef__":true,"id":12166},{"__isSmartRef__":true,"id":12167},{"__isSmartRef__":true,"id":12168},{"__isSmartRef__":true,"id":12169},{"__isSmartRef__":true,"id":12170},{"__isSmartRef__":true,"id":12171},{"__isSmartRef__":true,"id":12172},{"__isSmartRef__":true,"id":12173},{"__isSmartRef__":true,"id":12174},{"__isSmartRef__":true,"id":12175},{"__isSmartRef__":true,"id":12176},{"__isSmartRef__":true,"id":12177},{"__isSmartRef__":true,"id":12178},{"__isSmartRef__":true,"id":12179},{"__isSmartRef__":true,"id":12180},{"__isSmartRef__":true,"id":12181},{"__isSmartRef__":true,"id":12182},{"__isSmartRef__":true,"id":12183},{"__isSmartRef__":true,"id":12184},{"__isSmartRef__":true,"id":12185},{"__isSmartRef__":true,"id":12186},{"__isSmartRef__":true,"id":12187},{"__isSmartRef__":true,"id":12188},{"__isSmartRef__":true,"id":12189},{"__isSmartRef__":true,"id":12190},{"__isSmartRef__":true,"id":12191},{"__isSmartRef__":true,"id":12192},{"__isSmartRef__":true,"id":12193},{"__isSmartRef__":true,"id":12194},{"__isSmartRef__":true,"id":12195},{"__isSmartRef__":true,"id":12196},{"__isSmartRef__":true,"id":12197},{"__isSmartRef__":true,"id":12198},{"__isSmartRef__":true,"id":12199},{"__isSmartRef__":true,"id":12200},{"__isSmartRef__":true,"id":12201},{"__isSmartRef__":true,"id":12202},{"__isSmartRef__":true,"id":12203},{"__isSmartRef__":true,"id":12204},{"__isSmartRef__":true,"id":12205},{"__isSmartRef__":true,"id":12206},{"__isSmartRef__":true,"id":12207},{"__isSmartRef__":true,"id":12208},{"__isSmartRef__":true,"id":12209},{"__isSmartRef__":true,"id":12210},{"__isSmartRef__":true,"id":12211},{"__isSmartRef__":true,"id":12212},{"__isSmartRef__":true,"id":12213}],"_ClipMode":"visible","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12214},"__LivelyClassName__":"lively.morphic.Box"},"7499":{"submorphs":[{"__isSmartRef__":true,"id":7500},{"__isSmartRef__":true,"id":7550},{"__isSmartRef__":true,"id":7600},{"__isSmartRef__":true,"id":7658},{"__isSmartRef__":true,"id":7673},{"__isSmartRef__":true,"id":7697},{"__isSmartRef__":true,"id":7715},{"__isSmartRef__":true,"id":7729},{"__isSmartRef__":true,"id":7781},{"__isSmartRef__":true,"id":7797},{"__isSmartRef__":true,"id":7849}],"scripts":[],"id":"CFA07089-5969-41DD-93B6-4EFC075101C6","shape":{"__isSmartRef__":true,"id":7864},"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":7871},"showsHalos":false,"name":"morePane","partsBinMetaInfo":{"__isSmartRef__":true,"id":7872},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":7873},"eventHandler":{"__isSmartRef__":true,"id":7874},"owner":{"__isSmartRef__":true,"id":7498},"priorExtent":{"__isSmartRef__":true,"id":7875},"layout":{"__isSmartRef__":true,"id":7876},"_Visible":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[1217,"8FB7EEAA-27C3-4BCC-9905-59A59B8AB602","B4102745-8642-4F09-A5B5-0452D29E993C","02282C11-7C56-4C33-A2D1-E4C92F9F5575","83E2A61C-0119-4597-ADC8-8CB3AEDF35C1","119E4FE1-420B-4FDF-BD03-CF15F07B3538","6D70BD64-C7F8-4A79-9BE9-FA4C5A1E7892","C116FCDA-BB4D-4543-BE17-4D5586813CAF","1EAD9C62-350F-40EB-B5EA-B9441BB280C9","A3B24A35-589E-460F-9B54-45B0D0B7D7DD","8993FD1D-9082-40F4-A2AD-5501D16913A7","EBCB5B06-08CA-4535-9EAC-F15893F70129","45BAF3E4-EAEE-4925-B2D6-042C01B0AD29","09B7283C-6DDB-4A06-A4BA-563018D46DFD","46022025-E2FE-4A0A-924F-3266509C66DB","538BB82D-3068-480C-A5C0-6B4E8CE1C9CA","45290AD5-33C4-41F3-B72B-D538DCA37F31","6FA9BB6D-52D5-49A5-930A-1F93456E6CF4","9D57135F-8E4B-41D0-ACBC-B19396812B35"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Box"},"7500":{"submorphs":[{"__isSmartRef__":true,"id":7501}],"scripts":[],"id":"18EE55D6-5636-41CF-B954-60AAEB2E9FE1","shape":{"__isSmartRef__":true,"id":7517},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":7533},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":7520},"lighterFill":{"__isSmartRef__":true,"id":7534},"label":{"__isSmartRef__":true,"id":7501},"attributeConnections":[{"__isSmartRef__":true,"id":7543}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":7544},"name":"movePartButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":7545},"owner":{"__isSmartRef__":true,"id":7499},"layout":{"__isSmartRef__":true,"id":7546},"renderContextTable":{"__isSmartRef__":true,"id":7547},"eventHandler":{"__isSmartRef__":true,"id":7548},"priorExtent":{"__isSmartRef__":true,"id":7549},"derivationIds":[1218,"F5D21B41-BD0E-49D3-80E5-F1624416C143","1E157243-B0DC-4138-B660-EF05198FA3C8","4D60CECB-66FD-4865-BD46-45F0C9CAB399","0E997A95-CCA0-4BBF-B55B-62B5C6EC32DF","FA30D56E-17FE-4B1F-BE8A-7CBCCABEFF1D","A5A7F641-F783-4649-A154-1AD81607B7CE","D10ED7E0-21BA-463D-996E-6D458B557F68","606309D2-7D9D-4122-A64C-CFE582E6D738","998D7B7C-CF5D-401C-9594-FA8956C326A1","EA15F569-B871-4824-B0DE-550285BEB165","3FB1C9FB-F654-42C9-BE17-315287EB2FAB","7B3720C6-D365-4B41-B530-98E4D5EE238F","92F53BEA-E1EF-49C4-9DD1-7939D08941C5","0A7A011F-C6D8-4B81-85F4-F3CCF5F30A31","6543B591-A693-4D11-8114-D385115F8E65","758492FF-7087-4EE4-9054-00E680646A03","F6A6E55C-CF01-4EB9-8593-E71BEFB4EE59","5DBAE530-E39F-472D-A5D4-6E34FDCE6227"],"prevScroll":[0,0],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Button"},"7501":{"submorphs":[],"scripts":[],"id":"4EBEBDE2-06AD-41C7-85E4-A4D5C6779C91","shape":{"__isSmartRef__":true,"id":7502},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":56,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":7508},"textColor":{"__isSmartRef__":true,"id":7505},"owner":{"__isSmartRef__":true,"id":7500},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":7509}],"padding":{"__isSmartRef__":true,"id":7511},"_Padding":{"__isSmartRef__":true,"id":7512},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":7513},"renderContextTable":{"__isSmartRef__":true,"id":7514},"eventHandler":{"__isSmartRef__":true,"id":7515},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":56,"_MinTextHeight":null,"derivationIds":[1219,"46E7D2D8-D7A5-4476-8AD1-FB81FAE717FE","7B2A54CD-6423-4B77-A082-B5A1DA2BCE66","6C3B231E-5C42-449F-9425-8EE874A6EC57","7ACD0BA3-074C-461F-8C6B-ECEBA0B09C7A","556A1D2F-8F3F-4BCD-A602-FD3C257F1859","6C05BE2D-BB66-44E3-9765-65B24D7579E1","9F6A58E1-A23D-4A56-8D85-71FD5AA872B9","EDEC5AA1-080B-42AE-A9D6-F6FAB0CD3E1A","FE4530BA-6D31-4472-A351-4DCB0F9FE121","3F3B3887-CFF1-40A7-9228-D95F3594F2CB","B10968A4-7C77-4AAE-A2E1-FC76E16D36E8","DBC8455A-4562-4202-A7EB-543948664FEE","048B902B-C02C-44C6-9357-32663639FE23","C8B116B7-082D-4D6B-A035-EE71E8F3AC72","78B43404-A2E4-4BFF-B022-C4DA2CBBABBD","D271DCF7-62B5-428D-8B91-30B500F6F461","79934637-FCF5-4C27-B392-E9392BB5BA66","310851E0-6B77-43C0-A13B-BA0DF2777459"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":7516},"__LivelyClassName__":"lively.morphic.Text"},"7502":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":7503},"_Extent":{"__isSmartRef__":true,"id":7504},"_BorderColor":{"__isSmartRef__":true,"id":7505},"renderContextTable":{"__isSmartRef__":true,"id":7506},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":7507},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"7503":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7504":{"x":58,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7505":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7506":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"7507":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7508":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7509":{"style":{"__isSmartRef__":true,"id":7510},"morph":{"__isSmartRef__":true,"id":7501},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":7501},"storedString":"move","__LivelyClassName__":"lively.morphic.TextChunk"},"7510":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"7511":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7512":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7513":{"x":58,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7514":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"7515":{"morph":{"__isSmartRef__":true,"id":7501},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"7516":{"requiredModules":[],"idOnLoad":"4EBEBDE2-06AD-41C7-85E4-A4D5C6779C91","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"7517":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":7518},"_Extent":{"__isSmartRef__":true,"id":7519},"_Fill":{"__isSmartRef__":true,"id":7520},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":7530},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":7531},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":7532},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"7518":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7519":{"x":58,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7520":{"stops":[{"__isSmartRef__":true,"id":7521},{"__isSmartRef__":true,"id":7523},{"__isSmartRef__":true,"id":7525},{"__isSmartRef__":true,"id":7527}],"vector":{"__isSmartRef__":true,"id":7529},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"7521":{"offset":0,"color":{"__isSmartRef__":true,"id":7522}},"7522":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7523":{"offset":0.4,"color":{"__isSmartRef__":true,"id":7524}},"7524":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7525":{"offset":0.6,"color":{"__isSmartRef__":true,"id":7526}},"7526":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7527":{"offset":1,"color":{"__isSmartRef__":true,"id":7528}},"7528":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7529":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7530":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7531":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"7532":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7533":{"x":137.67911865694913,"y":393.86777109042464,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7534":{"stops":[{"__isSmartRef__":true,"id":7535},{"__isSmartRef__":true,"id":7537},{"__isSmartRef__":true,"id":7539},{"__isSmartRef__":true,"id":7541}],"vector":{"__isSmartRef__":true,"id":7529},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"7535":{"offset":0,"color":{"__isSmartRef__":true,"id":7536}},"7536":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7537":{"offset":0.4,"color":{"__isSmartRef__":true,"id":7538}},"7538":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7539":{"offset":0.6,"color":{"__isSmartRef__":true,"id":7540}},"7540":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7541":{"offset":1,"color":{"__isSmartRef__":true,"id":7542}},"7542":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7543":{"sourceObj":{"__isSmartRef__":true,"id":7500},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":7498},"targetMethodName":"interactivelyMoveSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"7544":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7545":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"18EE55D6-5636-41CF-B954-60AAEB2E9FE1","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"7546":{"moveVertical":true},"7547":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"7548":{"morph":{"__isSmartRef__":true,"id":7500},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"7549":{"x":59,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7550":{"submorphs":[{"__isSmartRef__":true,"id":7551}],"scripts":[],"id":"F68CA1A5-731F-4AE3-9E1C-6D9609381DC9","shape":{"__isSmartRef__":true,"id":7567},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":7583},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":7570},"lighterFill":{"__isSmartRef__":true,"id":7584},"label":{"__isSmartRef__":true,"id":7551},"attributeConnections":[{"__isSmartRef__":true,"id":7593},{"__isSmartRef__":true,"id":7594}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":7595},"name":"removePartButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":7596},"owner":{"__isSmartRef__":true,"id":7499},"layout":{"__isSmartRef__":true,"id":7597},"renderContextTable":{"__isSmartRef__":true,"id":7598},"eventHandler":{"__isSmartRef__":true,"id":7599},"derivationIds":[1220,"6104A033-57FD-4F65-B785-3F32FC278E39","BF7EFB0E-5EBE-4F44-9F5E-0576880F8E75","1E4BFB46-60C5-46A6-970A-CE2825840F25","6F766455-545A-496A-88AE-84737A5534A7","38DFF15E-9F34-46E9-BF1D-A4E46C497541","06C3D4D0-C1C1-4664-9899-5F7C61544400","4C448623-A82F-4C77-87AF-D6EA63A59B8D","9A0208AE-4752-4CEC-ABFE-69A8DCADDEC1","B622D1E6-1113-45B0-B7F1-D476B7187C6F","063AEB5B-6476-4381-80CE-3223D5217E84","6156BDE1-9147-41C6-AA8D-BAFBE8D74659","76C8D1EC-5DEB-4813-B4A3-DEE275EB63CA","38EF1DBF-4047-4FAD-9A38-3782659C845B","64AA08B4-79A2-4CF4-9FA4-C642BE08A736","D7C852FA-BE85-4DE9-A4D1-6E6E99E6A959","80F62CA1-A854-4470-B387-629B81C0618F","59DC61C0-DC00-497D-815B-6ED5BA0E6F47","DF47355E-361B-4236-A5DA-EDA365A6EE37"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Button"},"7551":{"submorphs":[],"scripts":[],"id":"06580F7B-ACB7-4565-B288-66A03969D0F3","shape":{"__isSmartRef__":true,"id":7552},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":64,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":7558},"textColor":{"__isSmartRef__":true,"id":7555},"owner":{"__isSmartRef__":true,"id":7550},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":7559}],"padding":{"__isSmartRef__":true,"id":7561},"_Padding":{"__isSmartRef__":true,"id":7562},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":7563},"renderContextTable":{"__isSmartRef__":true,"id":7564},"eventHandler":{"__isSmartRef__":true,"id":7565},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64,"_MinTextHeight":null,"derivationIds":[1221,"9DA2513A-CC83-4283-AB2A-ACF15C86C674","5F885FF0-B156-4674-9C69-74CB7C257A00","58A5253D-0C92-4B09-9B0B-50BAF7062B0D","C655EA28-0996-4C54-8E49-F908BCA93FCE","E7DE43DD-20AF-4E46-9928-2D26F325AB7F","7B24B946-C7AF-4E42-AC8B-BAC6D5D6FB5E","43456CD2-B83E-455A-89EA-E2EAC5B41399","3ACAECEE-6384-4EBE-9736-CAD24C3B3762","8005E82C-FA8E-4695-B93B-D9B2E924E896","D5AB5A5F-B23E-44D4-A8E2-DBF9366166C6","892409CD-C1D6-48CA-BEC2-6CBADF38465D","D74F66BA-4390-448A-B522-8F05178E7350","0B784218-10B5-4A37-B773-7620CC059EB7","C5685084-134C-46FD-9102-61A063AC889C","C47B92E3-5285-4067-B358-1A4324DF8A22","F7DC9949-A305-4AC0-AE45-7EE864EE9337","3D5444C3-7F8C-4D4F-A042-7908B72CECC7","B10D0811-3BD7-4D45-B876-055475EB1FC1"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":7566},"__LivelyClassName__":"lively.morphic.Text"},"7552":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":7553},"_Extent":{"__isSmartRef__":true,"id":7554},"_BorderColor":{"__isSmartRef__":true,"id":7555},"renderContextTable":{"__isSmartRef__":true,"id":7556},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":7557},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"7553":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7554":{"x":66,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7555":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7556":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"7557":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7558":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7559":{"style":{"__isSmartRef__":true,"id":7560},"morph":{"__isSmartRef__":true,"id":7551},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":7551},"storedString":"remove","__LivelyClassName__":"lively.morphic.TextChunk"},"7560":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"7561":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7562":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7563":{"x":66,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7564":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"7565":{"morph":{"__isSmartRef__":true,"id":7551},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"7566":{"requiredModules":[],"idOnLoad":"06580F7B-ACB7-4565-B288-66A03969D0F3","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"7567":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":7568},"_Extent":{"__isSmartRef__":true,"id":7569},"_Fill":{"__isSmartRef__":true,"id":7570},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":7580},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":7581},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":7582},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"7568":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7569":{"x":66,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7570":{"stops":[{"__isSmartRef__":true,"id":7571},{"__isSmartRef__":true,"id":7573},{"__isSmartRef__":true,"id":7575},{"__isSmartRef__":true,"id":7577}],"vector":{"__isSmartRef__":true,"id":7579},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"7571":{"offset":0,"color":{"__isSmartRef__":true,"id":7572}},"7572":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7573":{"offset":0.4,"color":{"__isSmartRef__":true,"id":7574}},"7574":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7575":{"offset":0.6,"color":{"__isSmartRef__":true,"id":7576}},"7576":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7577":{"offset":1,"color":{"__isSmartRef__":true,"id":7578}},"7578":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7579":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7580":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7581":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"7582":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7583":{"x":70.12005863445097,"y":393.8518587078797,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7584":{"stops":[{"__isSmartRef__":true,"id":7585},{"__isSmartRef__":true,"id":7587},{"__isSmartRef__":true,"id":7589},{"__isSmartRef__":true,"id":7591}],"vector":{"__isSmartRef__":true,"id":7579},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"7585":{"offset":0,"color":{"__isSmartRef__":true,"id":7586}},"7586":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7587":{"offset":0.4,"color":{"__isSmartRef__":true,"id":7588}},"7588":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7589":{"offset":0.6,"color":{"__isSmartRef__":true,"id":7590}},"7590":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7591":{"offset":1,"color":{"__isSmartRef__":true,"id":7592}},"7592":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7593":{"sourceObj":{"__isSmartRef__":true,"id":7550},"sourceAttrName":"fire","targetMethodName":"reloadEverything","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"7594":{"sourceObj":{"__isSmartRef__":true,"id":7550},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":7498},"targetMethodName":"interactivelyRemoveSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"7595":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7596":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"F68CA1A5-731F-4AE3-9E1C-6D9609381DC9","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"7597":{"moveVertical":true},"7598":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"7599":{"morph":{"__isSmartRef__":true,"id":7550},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"7600":{"submorphs":[{"__isSmartRef__":true,"id":7601}],"scripts":[],"id":"F39CB4E7-CF6D-44A5-A6BC-6801F45570F7","shape":{"__isSmartRef__":true,"id":7617},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":7630},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":7631},"lighterFill":{"__isSmartRef__":true,"id":7641},"label":{"__isSmartRef__":true,"id":7601},"attributeConnections":[{"__isSmartRef__":true,"id":7650},{"__isSmartRef__":true,"id":7651}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":7652},"name":"loadPartButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":7653},"owner":{"__isSmartRef__":true,"id":7499},"layout":{"__isSmartRef__":true,"id":7654},"renderContextTable":{"__isSmartRef__":true,"id":7655},"eventHandler":{"__isSmartRef__":true,"id":7656},"derivationIds":[1222,"53143161-6C64-48C5-8E55-E5914F0EF97D","00D6DD0A-007D-478E-B625-602F218C4635","F420150F-FC88-4A76-8B6B-EA48495DAD2A","7E7374D3-E099-45D6-A873-E111BC557971","69B710F0-9A8E-4B16-9936-5C3E2512043F","1B1D4C76-8DF1-460A-ACCE-80568FE703DC","334778F7-689B-4D27-9891-059110F5122A","8B321CE5-31C5-4333-ADDF-E464DDE059A0","BC069425-0C12-4A28-867E-6C5A5B1334AE","F4B8B757-4B31-4438-B170-D36080178829","C491F2B7-A6A8-4A4A-B729-6F8D829A1966","A3A93C3D-0FC6-4D8B-8244-2B9003FD82A6","DB35D070-7293-4FEE-A170-8C31C4417699","0A3F38FF-C91B-4EA5-B235-0B73774AFCA2","8E4F2D2F-9F28-4BDA-882E-5E76E956D188","D6409CB9-24F9-40E8-A9A9-281F97370D72","B5CB0156-0C30-4C8C-861E-72E6B73E8E32","829B5CC8-E112-41DA-9BE5-1532570063F1"],"priorExtent":{"__isSmartRef__":true,"id":7657},"_Rotation":0,"_Scale":1,"_ClipMode":"visible","isPressed":false,"__LivelyClassName__":"lively.morphic.Button"},"7601":{"submorphs":[],"scripts":[],"id":"626BA3DF-5104-4E28-B200-3F5695E993FC","shape":{"__isSmartRef__":true,"id":7602},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":50,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":7608},"textColor":{"__isSmartRef__":true,"id":7605},"owner":{"__isSmartRef__":true,"id":7600},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":7609}],"padding":{"__isSmartRef__":true,"id":7611},"_Padding":{"__isSmartRef__":true,"id":7612},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":7613},"renderContextTable":{"__isSmartRef__":true,"id":7614},"eventHandler":{"__isSmartRef__":true,"id":7615},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":50,"_MinTextHeight":null,"derivationIds":[1223,"CA1AEDF7-8E87-433B-9CD1-DDA8D5A3EBCF","86BD113F-64BA-49A6-B42F-E561F4E0D67E","272B9AB5-11DE-4885-89B6-C3438FC53A90","8A9A437F-D683-4B7F-AE55-35EB605AFB78","A990A9CC-15E4-4E0C-BB5B-16023C399575","F9EF7A21-3B37-4964-B000-6276E90F9807","7C3782C1-9B87-4C58-8D9B-699E9789DA5F","519AE5D6-2EFD-48C5-B983-5A9CA44B7361","3C6B09E0-A6F9-42D6-902B-CF03B209261C","B861397A-5D9E-4C49-B16C-B7C4213F553F","3946FAFB-8E68-4B61-B3D8-C17D2D779198","1DCA3B7F-0D7F-4729-8FD9-2B33A6361A28","6CF99508-4E30-43E9-9945-7A4C4439936A","5990A154-6EFE-48B1-8390-087C7FAF9F35","507F3F9A-523B-4381-8F92-9886C7000F06","7F2ABCE4-A243-4264-8C19-2AE81B3CE9DE","8D86C24D-83CE-40F0-B79B-A0DB20ED1B25","A14FF23F-CBB9-49BF-B4B5-52F63B3AFE40"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":7616},"__LivelyClassName__":"lively.morphic.Text"},"7602":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":7603},"_Extent":{"__isSmartRef__":true,"id":7604},"_BorderColor":{"__isSmartRef__":true,"id":7605},"renderContextTable":{"__isSmartRef__":true,"id":7606},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":7607},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"7603":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7604":{"x":50,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7605":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7606":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"7607":{"x":0,"y":3,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7608":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7609":{"style":{"__isSmartRef__":true,"id":7610},"morph":{"__isSmartRef__":true,"id":7601},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":7601},"storedString":"load","__LivelyClassName__":"lively.morphic.TextChunk"},"7610":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"7611":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7612":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7613":{"x":50,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7614":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"7615":{"morph":{"__isSmartRef__":true,"id":7601},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"7616":{"requiredModules":[],"idOnLoad":"626BA3DF-5104-4E28-B200-3F5695E993FC","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"7617":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":7618},"_Extent":{"__isSmartRef__":true,"id":7619},"_Fill":{"__isSmartRef__":true,"id":7620},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":7627},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":7628},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":7629},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"7618":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7619":{"x":50,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7620":{"stops":[{"__isSmartRef__":true,"id":7621},{"__isSmartRef__":true,"id":7623},{"__isSmartRef__":true,"id":7624},{"__isSmartRef__":true,"id":7625}],"vector":{"__isSmartRef__":true,"id":153},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"7621":{"offset":0,"color":{"__isSmartRef__":true,"id":7622}},"7622":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7623":{"offset":0.3,"color":{"__isSmartRef__":true,"id":149}},"7624":{"offset":0.7,"color":{"__isSmartRef__":true,"id":149}},"7625":{"offset":1,"color":{"__isSmartRef__":true,"id":7626}},"7626":{"r":0.7973333333333334,"g":0.7973333333333334,"b":0.7973333333333334,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7627":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7628":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"7629":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7630":{"x":19.154971194602297,"y":393.89144835121806,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7631":{"stops":[{"__isSmartRef__":true,"id":7632},{"__isSmartRef__":true,"id":7634},{"__isSmartRef__":true,"id":7636},{"__isSmartRef__":true,"id":7638}],"vector":{"__isSmartRef__":true,"id":7640},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"7632":{"offset":0,"color":{"__isSmartRef__":true,"id":7633}},"7633":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7634":{"offset":0.4,"color":{"__isSmartRef__":true,"id":7635}},"7635":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7636":{"offset":0.6,"color":{"__isSmartRef__":true,"id":7637}},"7637":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7638":{"offset":1,"color":{"__isSmartRef__":true,"id":7639}},"7639":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7640":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7641":{"stops":[{"__isSmartRef__":true,"id":7642},{"__isSmartRef__":true,"id":7644},{"__isSmartRef__":true,"id":7646},{"__isSmartRef__":true,"id":7648}],"vector":{"__isSmartRef__":true,"id":7640},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"7642":{"offset":0,"color":{"__isSmartRef__":true,"id":7643}},"7643":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7644":{"offset":0.4,"color":{"__isSmartRef__":true,"id":7645}},"7645":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7646":{"offset":0.6,"color":{"__isSmartRef__":true,"id":7647}},"7647":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7648":{"offset":1,"color":{"__isSmartRef__":true,"id":7649}},"7649":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7650":{"sourceObj":{"__isSmartRef__":true,"id":7600},"sourceAttrName":"fire","targetMethodName":"reloadEverything","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"7651":{"sourceObj":{"__isSmartRef__":true,"id":7600},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":7498},"targetMethodName":"loadAndOpenSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"7652":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7653":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"F39CB4E7-CF6D-44A5-A6BC-6801F45570F7","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"7654":{"moveVertical":true},"7655":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"7656":{"morph":{"__isSmartRef__":true,"id":7600},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"7657":{"x":51,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7658":{"submorphs":[],"scripts":[],"id":"CF65A684-4CEE-40D7-AE71-90C4EBD8E828","shape":{"__isSmartRef__":true,"id":7659},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":7665},"_MaxTextWidth":258,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":7662},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"selectedPartName","partsBinMetaInfo":{"__isSmartRef__":true,"id":7666},"textChunks":[{"__isSmartRef__":true,"id":7667}],"charsReplaced":"some text","lastFindLoc":-9,"prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":7499},"_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":7669},"renderContextTable":{"__isSmartRef__":true,"id":7670},"eventHandler":{"__isSmartRef__":true,"id":7671},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":258,"_MinTextHeight":null,"distanceToDragEvent":{"__isSmartRef__":true,"id":7672},"previousSelection":[11,11],"derivationIds":[1224,"25E0FB99-9B39-4754-932D-DB6A01B4A95D","61627613-C999-40E7-9DB0-BDF996D1ECC4","C4D29785-0782-4706-806D-FF6038713C2F","4C2E106A-1F4C-48A0-A435-1FAA967054BC","BCB8A5BC-CD57-4495-8E0B-67AA5E474FA4","BC6B6857-9FAE-499A-BBFC-4F98A28D555D","A33D26A2-77A9-4F7B-B01E-E011C3AEAB93","12CBEF1F-E269-417E-ACEA-4DE2E29A0CE3","FCA464B3-A849-409D-BC5B-6D9EBAFB43BE","ED534055-8E5A-4649-BB57-BDC3E5CBC17F","B3F598DC-FB73-4FE9-8996-49419A4CD741","F43C5DD4-BE88-4B9F-A804-83D767B93FF8","E8A14541-A23C-4109-82E1-D4DCA740BF52","7A379D20-CC5D-4FB1-9898-854686E034C5","E7A76532-D8EF-4115-9B51-C3A2754C7983","70045544-6706-4A32-A67A-A439454F90CF","5AB7DDB3-7240-4C63-9F17-5A96AC90D9CC","786477A0-CF47-4332-985A-FD492FB8E7C6"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"7659":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":7660},"_Extent":{"__isSmartRef__":true,"id":7661},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":7662},"renderContextTable":{"__isSmartRef__":true,"id":7663},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":7664},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"7660":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7661":{"x":258,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7662":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7663":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"7664":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7665":{"x":22.074220912172564,"y":8.635794805933187,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7666":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"CF65A684-4CEE-40D7-AE71-90C4EBD8E828","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"7667":{"style":{"__isSmartRef__":true,"id":7668},"chunkOwner":{"__isSmartRef__":true,"id":7658},"storedString":"LimeMachineObjectEditor","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7668":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7669":{"x":258,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7670":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"7671":{"morph":{"__isSmartRef__":true,"id":7658},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"7672":{"x":167.51791727205773,"y":-12.628784291915622,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7673":{"submorphs":[],"scripts":[],"id":"390F217F-A897-4F71-8C77-7F7328A8D993","shape":{"__isSmartRef__":true,"id":7674},"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":7681},"itemList":[{"__isSmartRef__":true,"id":7682},{"__isSmartRef__":true,"id":7687}],"showsHalos":false,"name":"selectedPartVersions","partsBinMetaInfo":{"__isSmartRef__":true,"id":7692},"__SourceModuleName__":"Global.lively.morphic.Core","_ClipMode":"scroll","owner":{"__isSmartRef__":true,"id":7499},"prevScroll":[0,96],"layout":{"__isSmartRef__":true,"id":7693},"priorExtent":{"__isSmartRef__":true,"id":7694},"renderContextTable":{"__isSmartRef__":true,"id":7695},"eventHandler":{"__isSmartRef__":true,"id":7696},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[1225,"9B936EA2-F23D-497C-A53E-4396CA9256F6","E333E76B-0723-4359-B687-2AA820C0D677","25D90D11-0432-4E82-891D-54FFA3BB9FB1","914D1CD5-B925-47EC-B766-212629CF18AC","06903DED-2228-497A-A5E4-BD39CDAC9286","87BCD5EE-A9F5-41E6-AF60-2E0F4B187B25","7FF89F4C-C131-4DAD-A2E3-E3891D43F801","4C4F847E-E079-4B30-BD21-99ACC266B3A6","CD3F6BEF-CFAC-4D1D-9EDE-645D9A1BD064","58EBD102-9E1B-4DF6-AEB7-917764F6D2F3","71365E97-4664-4E67-8AE4-3038A922F65E","BD9C5EBB-4660-4030-8F82-D7F96BBF1B94","189C43AE-811E-4F28-8B30-B6CC11F41CA9","EB043866-95BE-49E0-A54B-14BB5C4BD692","55CDE267-DC7E-42B4-8270-1BBC412A4B36","253560AE-9FB0-4EC3-8C26-0DB0DF9BBE02","FD68C62E-0D04-4421-A9A2-254D853E2044","CCE0CD46-F614-405D-A86B-C21A5CD0A81D"],"_Rotation":0,"_Scale":1,"isBeingDragged":false,"__LivelyClassName__":"lively.morphic.List"},"7674":{"position":{"__isSmartRef__":true,"id":7675},"_Extent":{"__isSmartRef__":true,"id":7676},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":7677},"_Fill":{"__isSmartRef__":true,"id":7678},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":7679},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_Padding":{"__isSmartRef__":true,"id":7680},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"7675":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7676":{"x":330.7762078882963,"y":121.97632273920658,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7677":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7678":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7679":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"7680":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7681":{"x":19.98146549080036,"y":56.349422571268406,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7682":{"string":"2012-06-15 10:14 jan.sandbrink (171286)","value":{"__isSmartRef__":true,"id":7683},"isListItem":true},"7683":{"rev":171286,"author":"jan.sandbrink","date":{"__isSmartRef__":true,"id":7684},"url":{"__isSmartRef__":true,"id":7685},"changes":[{"__isSmartRef__":true,"id":7686}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7684":{"isSerializedDate":true,"string":"Fri Jun 15 2012 10:14:07 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7685":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/LimeMachineObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7686":{"type":"S:modified","url":"/PartsBin/groupBejeweled/LimeMachineObjectEditor.json"},"7687":{"string":"2012-06-15 09:39 jan.sandbrink (171276)","value":{"__isSmartRef__":true,"id":7688},"isListItem":true},"7688":{"rev":171276,"author":"jan.sandbrink","date":{"__isSmartRef__":true,"id":7689},"url":{"__isSmartRef__":true,"id":7690},"changes":[{"__isSmartRef__":true,"id":7691}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"7689":{"isSerializedDate":true,"string":"Fri Jun 15 2012 09:39:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"7690":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/LimeMachineObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7691":{"type":"S:added","url":null},"7692":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":2,"__SourceModuleName__":"Global.lively.PartsBin","idOnLoad":"390F217F-A897-4F71-8C77-7F7328A8D993","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"7693":{"resizeWidth":true},"7694":{"x":330.7762078882963,"y":122.97632273920658,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7695":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateListContent":"updateListContentHTML","resizeList":"resizeListHTML","getItemIndexFromEvent":"getItemIndexFromEventHTML","getListExtent":"getListExtentHTML","setSize":"setSizeHTML","renderAsDropDownList":"renderAsDropDownListHTML","setFontSize":"setFontSizeHTML","setFontFamily":"setFontFamilyHTML","getSelectedIndexes":"getSelectedIndexesHTML","enableMultipleSelections":"enableMultipleSelectionsHTML","selectAllAt":"selectAllAtHTML","clearSelections":"clearSelectionsHTML","deselectAt":"deselectAtHTML"},"7696":{"morph":{"__isSmartRef__":true,"id":7673},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"7697":{"submorphs":[],"scripts":[],"id":"0171178C-EFAC-4AA8-A41C-58AC9EFC2AAE","shape":{"__isSmartRef__":true,"id":7698},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":7704},"_MaxTextWidth":313.04,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":7705},"showsHalos":false,"_FontSize":11,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"selectedPartComment","partsBinMetaInfo":{"__isSmartRef__":true,"id":7706},"textChunks":[{"__isSmartRef__":true,"id":7707}],"charsReplaced":"","lastFindLoc":6,"prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":7499},"_ClipMode":"auto","priorExtent":{"__isSmartRef__":true,"id":7709},"attributeConnections":[{"__isSmartRef__":true,"id":7710}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"layout":{"__isSmartRef__":true,"id":7711},"renderContextTable":{"__isSmartRef__":true,"id":7712},"eventHandler":{"__isSmartRef__":true,"id":7713},"_MinTextWidth":313.04,"_MinTextHeight":null,"_WhiteSpaceHandling":"pre-wrap","derivationIds":[1226,"DD9BD765-ADCE-4F83-BD29-D46C4F70D065","FAF93200-3F45-458D-A09A-150A9A564E17","45B7AF6D-BAB6-4C3A-A200-A6A7A709499B","65E31DB6-BFDA-4D8A-9EF2-EB1D94C2E253","74C3EFF9-4889-452C-A456-5A5B6778CE47","38D7BE76-BC2A-4B09-92FC-C08352382C88","96002B07-9CDB-4008-A195-09BD239923F2","DAA476D0-F42A-43C3-B4C4-BC880BD80E65","BA992D77-C2D5-466E-A47A-4322BB7146A8","34167D7E-66D9-41B2-AD62-D4C9AB410B96","E701BCEE-C44A-47CB-BE90-50C8CF47AA08","459DECD4-11D7-4B8C-8444-2B602BCDFF28","D0B2AEDB-8A3F-462F-A869-9BECE3D20A80","0BD25F0F-D0C4-46D7-8911-E8FF36AE1AA6","CE77BB5F-B2A7-4B69-83E5-EA36EE064597","D34A0C4A-A6BD-4FE7-82A4-93CB9B2F030B","50A2EC62-7A15-43E5-BB1C-B33C3AE91666","2513159B-9CA2-4F02-92E8-C637FB0EF5FF"],"distanceToDragEvent":{"__isSmartRef__":true,"id":7714},"_Rotation":0,"_Scale":1,"savedTextString":"A todo list. Pretty straightforward. If your are looking for the todo item proto, it's in front of you ;)\n\nWhen a todo item text is selected you can use TAB / Shift+TAB to go to the next / prev item.\n\nWith Ctrl+c Ctrl+c (2x) you can toggle the done state.","__LivelyClassName__":"lively.morphic.Text"},"7698":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":7699},"_Extent":{"__isSmartRef__":true,"id":7700},"_BorderWidth":1.4800000000000002,"_BorderColor":{"__isSmartRef__":true,"id":7701},"renderContextTable":{"__isSmartRef__":true,"id":7702},"_BorderRadius":7.400000000000001,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":7703},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"7699":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7700":{"x":333,"y":70,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7701":{"r":0.753,"g":0.753,"b":0.753,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7702":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"7703":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7704":{"x":20,"y":180,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7705":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7706":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"0171178C-EFAC-4AA8-A41C-58AC9EFC2AAE","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"7707":{"style":{"__isSmartRef__":true,"id":7708},"chunkOwner":{"__isSmartRef__":true,"id":7697},"storedString":"Edit scripts and connections of a morph.","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7708":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7709":{"x":333,"y":70,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7710":{"sourceObj":{"__isSmartRef__":true,"id":7697},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":7498},"targetMethodName":"saveCommentForSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"7711":{"resizeWidth":true,"resizeHeight":true},"7712":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"7713":{"morph":{"__isSmartRef__":true,"id":7697},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"7714":{"x":227.14764051653037,"y":-11.693836156918564,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7715":{"submorphs":[],"scripts":[],"id":"A15D19CD-C86D-4726-B4DE-346E255DE53C","shape":{"__isSmartRef__":true,"id":7716},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":7722},"_MaxTextWidth":265,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":7719},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"selectedPartSpaceName","partsBinMetaInfo":{"__isSmartRef__":true,"id":7723},"textChunks":[{"__isSmartRef__":true,"id":7724}],"charsReplaced":"some text","lastFindLoc":-9,"prevScroll":[0,0],"_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":7726},"renderContextTable":{"__isSmartRef__":true,"id":7727},"eventHandler":{"__isSmartRef__":true,"id":7728},"owner":{"__isSmartRef__":true,"id":7499},"_Align":"left","_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":265,"_MinTextHeight":null,"previousSelection":[9,15],"derivationIds":[1227,"6CE972BD-83CD-4BBB-80ED-D454164C5FEB","157A323D-D969-49B0-B93C-8BD36505D2FC","5D8E7DE9-5E77-4A78-85CC-2BCE68CE557D","EC218021-7880-4AB3-85E1-D09C4BF93D8A","2439308A-9CEB-46A8-8601-F268A4F47F4A","13F42C03-8A95-489F-A557-40F9DF434A0E","DE538AF0-B066-47FC-87FB-FDAC3C147AA1","2E3F7404-39E8-40D4-8CE5-9562B3E28CAF","19B83978-E82E-42BE-9A3B-C419E6106819","8F070B4E-A3FA-4663-A95B-20D3D45962BC","E20FD539-F6B4-4E0D-ADC8-5C1A0D0072C6","36FAB4CF-8F58-4056-9FE5-86FB1D114016","899DC007-45DC-4170-A759-8E6CA26498C7","E0AE05D7-0D12-4B46-82DF-B4079C0204E4","5BE3D953-8D17-450C-825A-0C7F990524F6","E6EFDAE7-8884-4FDD-A117-A31DD8AEAC9C","5DC5F055-B6FC-443A-A68B-113E25FEF8AC","960BBFE5-B8D9-4AE2-BE5F-F3F7D3470B6E"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"7716":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":7717},"_Extent":{"__isSmartRef__":true,"id":7718},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":7719},"renderContextTable":{"__isSmartRef__":true,"id":7720},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":7721},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"7717":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7718":{"x":265,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7719":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7720":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"7721":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7722":{"x":22.381974001732715,"y":30.870025607392563,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7723":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"A15D19CD-C86D-4726-B4DE-346E255DE53C","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"7724":{"style":{"__isSmartRef__":true,"id":7725},"chunkOwner":{"__isSmartRef__":true,"id":7715},"storedString":"PartsBin/groupBejeweled/","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7725":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7726":{"x":265,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7727":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"7728":{"morph":{"__isSmartRef__":true,"id":7715},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"7729":{"submorphs":[{"__isSmartRef__":true,"id":7730}],"scripts":[],"id":"F7B7DE09-C926-4214-8ED2-44FC70F6616D","shape":{"__isSmartRef__":true,"id":7746},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":7762},"value":true,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":7763},"lighterFill":{"__isSmartRef__":true,"id":7749},"label":{"__isSmartRef__":true,"id":7730},"attributeConnections":[{"__isSmartRef__":true,"id":7772},{"__isSmartRef__":true,"id":7773}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":7774},"name":"copyPartButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":7775},"layout":{"__isSmartRef__":true,"id":7776},"renderContextTable":{"__isSmartRef__":true,"id":7777},"eventHandler":{"__isSmartRef__":true,"id":7778},"owner":{"__isSmartRef__":true,"id":7499},"distanceToDragEvent":{"__isSmartRef__":true,"id":7779},"priorExtent":{"__isSmartRef__":true,"id":7780},"derivationIds":[1228,"A7EE497C-3BC4-48A3-8B6D-193804223319","1F02DAAA-E458-41C2-8A98-B61020A2E0A2","8324EE8D-1ABC-4E9E-96A9-C36215559902","85744E70-8D7A-4836-B64D-5D72BEB47A24","DAB27C35-5025-4060-AFA0-24DB71031B79","7490C0EB-B488-4F98-9C66-E48F89F2A921","EADFC9A5-98FD-4150-BCE8-0ACA0351474D","3A50497B-C8BD-4EAF-915B-E3790C33AD66","E6302DFE-3CE2-45C3-AE75-DE059CCC03FA","8846EE9D-80E1-4E56-9709-E2407578BA4F","73BBBF7E-E245-4A74-B34B-1EAC6C38F0B5","CE44810D-6BAA-4406-8062-31A87EF0EF87","15DE6651-BEE1-4C4E-9CBD-38AC49163509","BA420413-8A66-447A-8E91-AA2C591805C7","C691FCE3-D94F-40F9-8DC8-41A8F9E64EB5","65F52EB7-20DF-4B10-862D-3629BA23FD11","8AB30725-556C-476C-8872-9AA68903803E","7D39FF18-1229-4797-83D8-F016DDAF0601"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Button"},"7730":{"submorphs":[],"scripts":[],"id":"1E5570B3-06F1-417E-9DE5-040A7782D2A8","shape":{"__isSmartRef__":true,"id":7731},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":83,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":7737},"textColor":{"__isSmartRef__":true,"id":7734},"owner":{"__isSmartRef__":true,"id":7729},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":7738}],"padding":{"__isSmartRef__":true,"id":7740},"_Padding":{"__isSmartRef__":true,"id":7741},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":7742},"renderContextTable":{"__isSmartRef__":true,"id":7743},"eventHandler":{"__isSmartRef__":true,"id":7744},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":83,"_MinTextHeight":null,"derivationIds":[1229,"48944567-0B6F-46EA-AD76-2677296C53EA","E68189FB-262E-412F-B5CE-00D5F9ED451C","4AB6AC8D-F0E4-44F7-A6A9-ED45C6B3FA16","BBAE8D78-82FB-4D7F-9F2D-D2358BC706F5","3F40AADC-4450-4508-8A3B-53779974E210","F55D05B5-34A2-4509-8B14-8929A97BDE5B","A9917EAE-88D7-49DF-86CA-8EF5155DC125","8B1BF7BF-63FD-4069-B895-FB093499508B","0F5810CB-D842-4192-A607-6D731E3887DE","9AA6C8A4-A06A-4BF0-8609-7F9C82304D02","E7062D98-E822-49C7-A6C0-23D9E5008454","7078A684-8907-4ED0-8F10-6E67DB2F5274","E9381BFD-779B-43D4-906F-6CB2BDA97999","DFD93A7D-7247-4E8B-8E62-A35FC5B50423","5DC95437-1D19-4F67-9EC2-E6F93E735962","3CA34522-1EC9-475C-96B5-7326BC8AA938","BFEC85B9-B501-4764-A00E-884B9521D79F","52B460BA-3A0E-4BF2-B035-FE3EA19D4FD1"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":7745},"__LivelyClassName__":"lively.morphic.Text"},"7731":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":7732},"_Extent":{"__isSmartRef__":true,"id":7733},"_BorderColor":{"__isSmartRef__":true,"id":7734},"renderContextTable":{"__isSmartRef__":true,"id":7735},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":7736},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"7732":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7733":{"x":85,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7734":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7735":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"7736":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7737":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7738":{"style":{"__isSmartRef__":true,"id":7739},"chunkOwner":{"__isSmartRef__":true,"id":7730},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"copy","__LivelyClassName__":"lively.morphic.TextChunk"},"7739":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"7740":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7741":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7742":{"x":85,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7743":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"7744":{"morph":{"__isSmartRef__":true,"id":7730},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"7745":{"requiredModules":[],"idOnLoad":"1E5570B3-06F1-417E-9DE5-040A7782D2A8","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"7746":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":7747},"_Extent":{"__isSmartRef__":true,"id":7748},"_Fill":{"__isSmartRef__":true,"id":7749},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":7759},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":7760},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":7761},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"7747":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7748":{"x":85,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7749":{"stops":[{"__isSmartRef__":true,"id":7750},{"__isSmartRef__":true,"id":7752},{"__isSmartRef__":true,"id":7754},{"__isSmartRef__":true,"id":7756}],"vector":{"__isSmartRef__":true,"id":7758},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"7750":{"offset":0,"color":{"__isSmartRef__":true,"id":7751}},"7751":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7752":{"offset":0.4,"color":{"__isSmartRef__":true,"id":7753}},"7753":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7754":{"offset":0.6,"color":{"__isSmartRef__":true,"id":7755}},"7755":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7756":{"offset":1,"color":{"__isSmartRef__":true,"id":7757}},"7757":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7758":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7759":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7760":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"7761":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7762":{"x":196,"y":393,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7763":{"stops":[{"__isSmartRef__":true,"id":7764},{"__isSmartRef__":true,"id":7766},{"__isSmartRef__":true,"id":7768},{"__isSmartRef__":true,"id":7770}],"vector":{"__isSmartRef__":true,"id":7758},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"7764":{"offset":0,"color":{"__isSmartRef__":true,"id":7765}},"7765":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7766":{"offset":0.4,"color":{"__isSmartRef__":true,"id":7767}},"7767":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7768":{"offset":0.6,"color":{"__isSmartRef__":true,"id":7769}},"7769":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7770":{"offset":1,"color":{"__isSmartRef__":true,"id":7771}},"7771":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7772":{"sourceObj":{"__isSmartRef__":true,"id":7729},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":7498},"targetMethodName":"interactivelyMoveSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"7773":{"sourceObj":{"__isSmartRef__":true,"id":7729},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":7498},"targetMethodName":"interactivelyCopySelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"7774":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7775":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"F7B7DE09-C926-4214-8ED2-44FC70F6616D","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"7776":{"moveVertical":true},"7777":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"7778":{"morph":{"__isSmartRef__":true,"id":7729},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"7779":{"x":50.41301952728122,"y":-17.360760576407074,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7780":{"x":83,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7781":{"submorphs":[],"scripts":[],"id":"328B1BAC-2636-4639-A8A5-FA3A3D788E00","shape":{"__isSmartRef__":true,"id":7782},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":7788},"_MaxTextWidth":67,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":7785},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"shareLink","partsBinMetaInfo":{"__isSmartRef__":true,"id":7789},"textChunks":[{"__isSmartRef__":true,"id":7790}],"charsReplaced":"this part with others:","lastFindLoc":28,"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":7792},"renderContextTable":{"__isSmartRef__":true,"id":7793},"eventHandler":{"__isSmartRef__":true,"id":7794},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":7795},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","owner":{"__isSmartRef__":true,"id":7499},"_MinTextWidth":67,"_MinTextHeight":null,"distanceToDragEvent":{"__isSmartRef__":true,"id":7796},"previousSelection":[0,11],"isBeingDragged":false,"derivationIds":[1232,"B9D2A879-DE55-4FCE-A39E-A49A5C513DB5","9B2052B5-A239-453D-BB12-7E8C6D47F9A3","EBBE29B3-CFB1-4F29-B063-3151F39F05EE","F4E1E4A0-3E52-4122-AA40-813B7DE11F76","838CC24A-7BA4-4FE8-9F17-0095855C98BB","31AE717F-70AF-471F-A274-C083B4D1AA99","8A4D997E-3528-421C-92E3-C9C6D3E71D7A","B7149BC1-13A4-4E74-8875-3D491C3D241D","F2E52A05-0BA8-4E2C-A15B-F2DCC738D984","35C3114B-9B72-4002-B572-01AE597A11E5","E3655B71-EA3B-4183-B0B4-310D0D2C4DCF","B3EE45E9-6582-4594-8CBB-655811150765","37D86999-5FCB-446D-9517-5DD6B4276A33","EE34DEAB-F3B3-460C-B9CA-7DADF59423FA","AC84A8AB-4DF0-4C1F-98E0-33B877C575C4","0F00D02E-5855-4186-84D6-37F19F8E7E2F","ED1E5AC0-1DA3-4AF3-B965-84149B5F8DBC","973F365C-6DAB-42E2-A628-0C5FC5D4C446"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"7782":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":7783},"_Extent":{"__isSmartRef__":true,"id":7784},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":7785},"renderContextTable":{"__isSmartRef__":true,"id":7786},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":7787},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"7783":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7784":{"x":67,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7785":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7786":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"7787":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7788":{"x":289,"y":31,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7789":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","idOnLoad":"328B1BAC-2636-4639-A8A5-FA3A3D788E00","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"7790":{"style":{"__isSmartRef__":true,"id":7791},"chunkOwner":{"__isSmartRef__":true,"id":7781},"storedString":"Share Link","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7791":{"uri":"http://www.lively-kernel.org/viral?part=LimeMachineObjectEditor&path=PartsBin/groupBejeweled/","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7792":{"x":67,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7793":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"7794":{"morph":{"__isSmartRef__":true,"id":7781},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"7795":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7796":{"x":47.59213818423041,"y":-17.492989485982434,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7797":{"submorphs":[{"__isSmartRef__":true,"id":7798}],"scripts":[],"id":"7F95D4C7-30B5-4ACD-A5F4-3A0CFE54D689","shape":{"__isSmartRef__":true,"id":7814},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":7830},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":7817},"lighterFill":{"__isSmartRef__":true,"id":7831},"label":{"__isSmartRef__":true,"id":7798},"attributeConnections":[{"__isSmartRef__":true,"id":7840}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":7842},"name":"editModulesButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":7843},"layout":{"__isSmartRef__":true,"id":7844},"renderContextTable":{"__isSmartRef__":true,"id":7845},"eventHandler":{"__isSmartRef__":true,"id":7846},"distanceToDragEvent":{"__isSmartRef__":true,"id":7847},"priorExtent":{"__isSmartRef__":true,"id":7848},"derivationIds":[1228,"A7EE497C-3BC4-48A3-8B6D-193804223319","1F02DAAA-E458-41C2-8A98-B61020A2E0A2","8324EE8D-1ABC-4E9E-96A9-C36215559902","85744E70-8D7A-4836-B64D-5D72BEB47A24","DAB27C35-5025-4060-AFA0-24DB71031B79","7490C0EB-B488-4F98-9C66-E48F89F2A921","560C20B1-25AC-44A3-AEFB-D1BF530F949F","BFA181FE-2E54-4F33-B095-AFDB42B6BDF5","5A129B5C-19E8-4F9F-8EE3-965642773E8D","950927A9-0B66-4641-BF3B-AB7AA29E66E2","8304D920-645F-4AD4-ACE7-A38F24AB5D56","70072C5E-4EC6-4FE8-AE8D-0063E8C5C429","78B5D0D4-37C6-48D0-BCDC-42831A6A3B10","E08BFEC8-4724-411F-B2C9-27B45D8D5B60","856E27F5-D879-4196-AD79-1F320AE5A2F5","44E3D67D-28B4-4B2B-B13E-ED9DA00E896C","5F21413A-418D-4594-9F22-604D1D07E8B6","F22C835D-31F3-4912-AE38-BAA069A45FCC","BE13CC1D-6085-414D-B757-D3B8840BBD25","17259AF0-5B53-4DDD-9C8D-F8EEEBA17A54"],"owner":{"__isSmartRef__":true,"id":7499},"_Rotation":0,"_Scale":0.9920279440699424,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Button"},"7798":{"submorphs":[],"scripts":[],"id":"208215AA-6376-47E4-8011-C49857EBFF4C","shape":{"__isSmartRef__":true,"id":7799},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":62.378312347756264,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":7805},"textColor":{"__isSmartRef__":true,"id":7802},"owner":{"__isSmartRef__":true,"id":7797},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":7806}],"padding":{"__isSmartRef__":true,"id":7808},"_Padding":{"__isSmartRef__":true,"id":7809},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":7810},"renderContextTable":{"__isSmartRef__":true,"id":7811},"eventHandler":{"__isSmartRef__":true,"id":7812},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":62.378312347756264,"_MinTextHeight":null,"derivationIds":[1229,"48944567-0B6F-46EA-AD76-2677296C53EA","E68189FB-262E-412F-B5CE-00D5F9ED451C","4AB6AC8D-F0E4-44F7-A6A9-ED45C6B3FA16","BBAE8D78-82FB-4D7F-9F2D-D2358BC706F5","3F40AADC-4450-4508-8A3B-53779974E210","F55D05B5-34A2-4509-8B14-8929A97BDE5B","57E00BE5-A979-4932-A6BF-82E922915547","3F2A56C8-300D-48C4-AEC6-2B6D57BB4AFA","59668791-500C-47F3-BB68-9E3128E1368E","9F26A844-331F-4C72-9C1F-317F97684DDC","47F7E9D0-6F7E-4A60-BB12-C4E348651067","D6D1CB99-F4D0-4279-81F4-B95FCA0DE172","0F1A41BA-2391-44D6-B03B-8ACB97D2F626","9813528A-089C-414B-A3C4-9E02F0E9E422","23F98A90-8A22-46A9-B2D6-DF287B5C4681","EE9BCAB9-9781-46F5-A2A9-FFB5D11ECF29","F3623320-595F-45C5-9235-612BABDF0402","4263733A-8D31-4A62-ABB9-9D29CFEB1BDB","730EC70E-9E7A-44E3-8715-4589916635F2","60DDE4EC-47FC-4E76-8D24-583559FBA501"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":7813},"__LivelyClassName__":"lively.morphic.Text"},"7799":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":7800},"_Extent":{"__isSmartRef__":true,"id":7801},"_BorderColor":{"__isSmartRef__":true,"id":7802},"renderContextTable":{"__isSmartRef__":true,"id":7803},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":7804},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"7800":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7801":{"x":64.37831234775626,"y":21.69293479284704,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7802":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7803":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"7804":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7805":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7806":{"style":{"__isSmartRef__":true,"id":7807},"chunkOwner":{"__isSmartRef__":true,"id":7798},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"modules","__LivelyClassName__":"lively.morphic.TextChunk"},"7807":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"7808":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7809":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7810":{"x":64.37831234775626,"y":21.69293479284704,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7811":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"7812":{"morph":{"__isSmartRef__":true,"id":7798},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"7813":{"requiredModules":[],"idOnLoad":"208215AA-6376-47E4-8011-C49857EBFF4C","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"7814":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":7815},"_Extent":{"__isSmartRef__":true,"id":7816},"_Fill":{"__isSmartRef__":true,"id":7817},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":7827},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":7828},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":7829},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"7815":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7816":{"x":64.37831234775626,"y":21.69293479284704,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7817":{"stops":[{"__isSmartRef__":true,"id":7818},{"__isSmartRef__":true,"id":7820},{"__isSmartRef__":true,"id":7822},{"__isSmartRef__":true,"id":7824}],"vector":{"__isSmartRef__":true,"id":7826},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"7818":{"offset":0,"color":{"__isSmartRef__":true,"id":7819}},"7819":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7820":{"offset":0.4,"color":{"__isSmartRef__":true,"id":7821}},"7821":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7822":{"offset":0.6,"color":{"__isSmartRef__":true,"id":7823}},"7823":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7824":{"offset":1,"color":{"__isSmartRef__":true,"id":7825}},"7825":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7826":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7827":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7828":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"7829":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7830":{"x":285.00468966732456,"y":393.95580708060504,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7831":{"stops":[{"__isSmartRef__":true,"id":7832},{"__isSmartRef__":true,"id":7834},{"__isSmartRef__":true,"id":7836},{"__isSmartRef__":true,"id":7838}],"vector":{"__isSmartRef__":true,"id":7826},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"7832":{"offset":0,"color":{"__isSmartRef__":true,"id":7833}},"7833":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7834":{"offset":0.4,"color":{"__isSmartRef__":true,"id":7835}},"7835":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7836":{"offset":0.6,"color":{"__isSmartRef__":true,"id":7837}},"7837":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7838":{"offset":1,"color":{"__isSmartRef__":true,"id":7839}},"7839":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7840":{"sourceObj":{"__isSmartRef__":true,"id":7797},"sourceAttrName":"fire","targetMethodName":"showRequiredModules","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":7841},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"7841":{"source":{"__isSmartRef__":true,"id":7797}},"7842":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7843":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"7F95D4C7-30B5-4ACD-A5F4-3A0CFE54D689","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"7844":{"moveVertical":true},"7845":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"7846":{"morph":{"__isSmartRef__":true,"id":7797},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"7847":{"x":48.17656337858898,"y":-13.247949828198443,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7848":{"x":63.91140505366775,"y":21.69293479284704,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7849":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":7850},"derivationIds":[null,"074C2A5B-DB0A-47F0-A589-2DD872B13343","A8A6CA38-F1A7-4072-AC76-F667C20E1A28","E4076130-19FC-4FF2-A735-34F038892965","53A19BCB-248D-4752-A030-42E6E2FB058A","03EC7CDC-FEB2-40DC-8DB5-DFB9E562D7AD","1CBF94A0-4332-4B18-9332-45E2DD64F32C","AAB6B212-3779-48E1-AF91-947E29A54CAC","E849326B-286B-4A46-A16F-947D59B9F689","C4FB7428-2907-491D-A57B-5DDE1CD03756","486B6DA7-48F1-48E9-993B-30AE235D0A5C"],"id":"F9B6775E-DCA2-450B-A3D3-5A16CD5BE61C","renderContextTable":{"__isSmartRef__":true,"id":7856},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":7857}],"eventHandler":{"__isSmartRef__":true,"id":7859},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"auto","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Monaco,monospace","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":7860},"priorExtent":{"__isSmartRef__":true,"id":7861},"_MaxTextWidth":306,"_MinTextWidth":306,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":7499},"layout":{"__isSmartRef__":true,"id":7862},"syntaxHighlightingWhileTyping":false,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"lastSyntaxHighlightTime":1328037408581,"accessibleInInactiveWindow":true,"showsHalos":false,"name":"CommitLog","__SourceModuleName__":"Global.lively.morphic.TextCore","_Rotation":0,"_Scale":0.992027944069942,"prevScroll":[0,0],"partsBinMetaInfo":{"__isSmartRef__":true,"id":7863},"__LivelyClassName__":"lively.morphic.Text"},"7850":{"_Position":{"__isSmartRef__":true,"id":7851},"renderContextTable":{"__isSmartRef__":true,"id":7852},"_Extent":{"__isSmartRef__":true,"id":7853},"_ClipMode":"auto","_Padding":{"__isSmartRef__":true,"id":7854},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":7855},"_Fill":null,"_BorderRadius":7.405,"_Opacity":1,"_BorderStyle":"solid","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"7851":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7852":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"7853":{"x":333,"y":124,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7854":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7855":{"r":0.662,"g":0.662,"b":0.662,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7856":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"7857":{"style":{"__isSmartRef__":true,"id":7858},"chunkOwner":{"__isSmartRef__":true,"id":7849},"storedString":"2012-06-15 12:27 jan.sandbrink: \n no comment\n2012-06-15 11:52 jan.sandbrink: \n no comment\n2012-06-14 15:11 soergel: \n no comment\n2012-06-14 15:08 soergel: \n no comment\n2012-06-14 15:07 soergel: \n no comment\n2012-06-14 15:03 soergel: \n no comment\n2012-06-14 15:03 soergel: \n no comment\n2012-06-14 14:43 soergel: \n no comment\n2012-06-14 14:41 soergel: \n no comment\n2012-06-14 13:56 jan.sandbrink: \n no comment\n2012-06-14 13:54 jan.sandbrink: \n no comment\n2012-06-14 12:07 jan.sandbrink: \n no comment\n2012-06-14 12:06 jan.sandbrink: \n no comment\n2012-06-14 11:24 jan.sandbrink: \n no comment\n2012-06-12 11:54 soergel: \n n...ce\n2012-06-12 11:28 tessi: \n have a new EVEN BETTER magnifier (you know.. one that actually works)\n2012-06-12 11:19 tessi: \n remove magnifier\n2012-06-07 14:00 josi: \n no comment\n2012-06-07 14:00 josi: \n no comment\n2012-06-07 13:54 josi: \n no comment\n2012-06-07 12:48 jan.sandbrink: \n no comment\n2012-06-07 12:45 jan.sandbrink: \n no comment\n2012-06-07 12:37 jan.sandbrink: \n no comment\n2012-06-07 12:36 jan.sandbrink: \n no comment\n2012-06-07 12:25 jan.sandbrink: \n no comment\n2012-06-07 12:20 jan.sandbrink: \n no comment\n2012-06-07 12:17 jan.sandbrink: \n no comment\n2012-06-07 12:08 jan.sandbrink: \n no comment\n2012-06-07 12:02 jan.sandbrink: \n no comment\n2012-06-07 12:00 jan.sandbrink: \n no comment\n2012-06-07 11:52 jan.sandbrink: \n no comment\n2012-06-07 11:42 jan.sandbrink: \n no comment\n2012-06-05 13:30 soergel: \n no comment\n2012-06-05 13:27 soergel: \n no comment\n2012-06-05 12:47 soergel: \n no comment\n2012-06-05 11:06 soergel: \n no comment\n2012-06-05 10:57 soergel: \n no comment\n2012-06-05 10:37 soergel: \n no comment\n2012-05-30 13:21 jan.sandbrink: \n no comment\n2012-05-24 17:21 timfelgentreff: \n Add a magnifiying glass to select target (similar to developer tools DOM selection)\n2012-05-24 16:54 timfelgentreff: \n no comment\n2012-04-26 22:03 robertkrahn: \n restored old version for addressing immediate save problems\n2012-04-26 11:16 fbo: \n No more addScript and better support for Firefox\n2012-03-08 19:12 robertkrahn: \n - Tags text morph now is a input line, fixed a bug in generateSourceForScript()\n2012-03-07 22:51 fabian: \n no comment\n2012-03-07 22:46 fabian: \n no comment\n2012-03-07 22:34 fabian: \n no comment\n2012-03-07 22:14 fabian: \n no comment\n2012-03-07 20:57 fabian: \n no comment\n2012-03-07 20:42 fabian: \n no comment\n2012-03-07 20:37 fabian: \n no comment\n2012-02-03 11:45 sstamm: \n added save button\n2012-02-02 17:36 bsiegmund: \n Run Button now moving when window is resized\n2011-11-29 04:50 lauritz: \n changed label \"Category:\" to \"Tag:\".\n2011-11-23 18:26 lauritz: \n adapted layout of notifications\n2011-11-21 23:14 lauritz: \n fixed a bug (onBlur event handling) and added the world to the target chooser\n2011-11-18 15:26 jenslincke: \n - reset title bar and borders\n2011-11-17 23:22 lauritz: \n Refactoring of script annotations (now at scripts not morphs). Added category tagging. Layout changes.\n2011-11-16 02:12 lauritz: \n layout adaptions\n2011-11-11 01:47 lauritz: \n two more checks on attempts to remove scripts or connections.\n2011-11-11 01:42 lauritz: \n added confirmation before removal of scripts or connections.\n2011-10-21 00:40 lauritz: \n Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items.\n2011-10-28 05:36 lauritz: \n Locked down submorphs of the editor pane. Grabbing and dragging disabled. \n2011-11-04 13:41 jenslincke: \n bring resize handle to front\n2011-11-04 13:44 jenslincke: \n set min extent to pt(500,300)\n2011-11-15 20:12 lauritz: \n set a minExtent\n2011-11-18 20:19 lauritz: \n removed a missed debugger statement. corrected setting of target.\n2011-11-22 23:02 lauritz: \n added a border to notifications, centered notification text\n2011-11-29 04:44 lauritz: \n renamed .categorize to .tag\n2011-11-30 23:55 lauritz: \n fixed a defect (weeeeeird property caused an error on deserialization of copies)\n2011-12-07 04:31 lauritz: \n fixed a bug regarding anonymous morphs.\n2011-12-07 06:13 lauritz: \n workaround for issue #161 - target morph list is scrollable\n2011-12-13 18:56 lauritz: \n removed a workaround\n2011-12-13 22:04 lauritz: \n tries to get user directly from localStorage now. if there's no user set, then we don't call CGI - logging into trac should not be necessary for developing parts.\n2011-12-16 20:23 lauritz: \n sorted tag list.\n2011-12-16 20:28 lauritz: \n top-most entry of the tag list is \"all\" now.\n2012-01-06 07:15 lauritz: \n no comment\n2012-01-27 17:50 robertkrahn: \n show scripts even if they are wrapped\n2012-02-02 14:55 conradcalmez: \n added run button for trying out methods\n2012-02-02 15:00 conradcalmez: \n set selection of lists to null\n2012-02-25 02:47 fbo: \n no comment\n2012-03-07 20:08 fabian: \n no comment\n2012-03-07 20:09 fabian: \n no comment\n2012-03-07 20:40 undefined: \n no comment\n2012-03-07 20:52 fabian: \n no comment\n2012-03-07 21:27 fabian: \n no comment\n2012-03-07 22:37 fabian: \n no comment\n2012-03-07 22:48 fabian: \n no comment\n2012-03-07 22:55 fabian: \n no comment\n2012-04-26 11:14 fbo: \n No more addScript and better support for Firefox\n2012-04-26 11:15 fbo: \n No more addScript and better support for Firefox\n2012-05-24 16:48 timfelgentreff: \n no comment\n2012-05-24 16:48 timfelgentreff: \n no comment\n2012-05-29 13:10 lauritz: \n reduced global variable usage\n2012-05-29 13:18 lauritz: \n hover over the magnifier button to see the current target\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7858":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7859":{"morph":{"__isSmartRef__":true,"id":7849},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"7860":{"x":21.16240762993516,"y":257.9370085150181,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7861":{"x":333,"y":124,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7862":{"resizeWidth":true,"resizeHeight":true},"7863":{"partName":"CommitLog","requiredModules":[],"idOnLoad":"F9B6775E-DCA2-450B-A3D3-5A16CD5BE61C","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"7864":{"position":{"__isSmartRef__":true,"id":7865},"_Extent":{"__isSmartRef__":true,"id":7866},"_BorderWidth":2.294,"_BorderColor":{"__isSmartRef__":true,"id":7867},"_Fill":{"__isSmartRef__":true,"id":7868},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":7869},"_BorderRadius":6.12,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":7870},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"7865":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7866":{"x":373,"y":433,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7867":{"r":0.258,"g":0.258,"b":0.258,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7868":{"r":0.921,"g":0.921,"b":0.921,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7869":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"7870":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7871":{"x":763.5732305084431,"y":38,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7872":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","comment":"A simple box morph","migrationLevel":2,"idOnLoad":"CFA07089-5969-41DD-93B6-4EFC075101C6","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"7873":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"7874":{"morph":{"__isSmartRef__":true,"id":7499},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"7875":{"x":383,"y":433,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7876":{"moveHorizontal":true},"7877":{"submorphs":[],"scripts":[],"id":"B0B3E54D-C193-40A2-BCDA-8D5BEB0AB0A4","shape":{"__isSmartRef__":true,"id":7878},"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":7885},"itemList":["*all*","*latest*","*search*","Backgrounds","Basic","BP2012","CodeSnippets","Constantin","Controls","Database","DatabaseDemo","Debugging","Demos","Dialogs","Documentation","DroppableBehaviors","ElProfesor","Fabian","FreedomOfSpeech","Fun","Games","Grid","groupBejeweled","Holger","Inputs","iPadWidgets","Issues","Jens","Layout","Maps","Martin","Math","morphic.js","MP2011WS","NewWorld","PartsClasses","Pictures","Presenting","Productivity","prova","Robert","Sandbox","Scripting","Server","SketchyInputs","SWD2011","Tests","Text","Tiles","Tools","uncategorized","Visualization","Widgets","Wiki"],"showsHalos":false,"name":"categoryList","partsBinMetaInfo":{"__isSmartRef__":true,"id":7886},"__SourceModuleName__":"Global.lively.morphic.Core","owner":{"__isSmartRef__":true,"id":7498},"_ClipMode":"auto","prevScroll":[0,64],"attributeConnections":[{"__isSmartRef__":true,"id":7887}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"priorExtent":{"__isSmartRef__":true,"id":7888},"layout":{"__isSmartRef__":true,"id":7889},"renderContextTable":{"__isSmartRef__":true,"id":7890},"eventHandler":{"__isSmartRef__":true,"id":7891},"isBeingDragged":false,"derivationIds":[1234,"E4573A4B-7457-4A85-B5E0-8634CF6B5A32","36ABD56F-22FB-466E-911F-B5A54713AC62","C5B5D3B3-C81B-4BF1-AF14-AD010028B8E8","0E406F2D-69F9-4AB8-8D75-02815B9FE8AB","AB7C35D1-2411-4621-AEF1-4B26A3B06611","134793DC-D7FD-429A-8303-7E57B5B7B24A","37D6C084-5E43-4B73-9710-E05DEA0B8D9B","C98A36F4-D242-4A3E-82C9-9DF7443A3BC6","C3570FAB-192B-4D80-8400-751E3DD8720B","C2FE8FA7-4EA1-4C9D-80F6-79C11F913648","8F4F6AB0-12EB-41C0-8D58-A77552E84513","51C37965-82DC-42C3-8156-18C2B8BEEECE","99CAEA25-7AB9-46F2-82ED-969208DEDF24","6A42ED52-B82A-4F6D-8A14-F83CB210F7F6","169EBC93-B142-4138-80E3-5FB92BD3CEB6","8C059D61-0E96-4978-9636-66BAF103AD61","FEEE89FC-5929-4378-BE7B-6059E02339F3","AF14E500-F1A1-49BA-987C-C9126B05DAD9"],"selectedLineNo":22,"_Rotation":0,"_Scale":1,"selection":"groupBejeweled","__LivelyClassName__":"lively.morphic.List"},"7878":{"position":{"__isSmartRef__":true,"id":7879},"_Extent":{"__isSmartRef__":true,"id":7880},"_BorderWidth":1.258,"_BorderColor":{"__isSmartRef__":true,"id":7881},"_Fill":{"__isSmartRef__":true,"id":7882},"__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderRadius":0,"renderContextTable":{"__isSmartRef__":true,"id":7883},"_Padding":{"__isSmartRef__":true,"id":7884},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"7879":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7880":{"x":145.0100150200251,"y":441.23781865967146,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7881":{"r":0.8280587561201496,"g":0.8280587561201496,"b":0.8280587561201496,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7882":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7883":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"7884":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7885":{"x":9,"y":37,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7886":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":1,"__SourceModuleName__":"Global.lively.PartsBin","idOnLoad":"B0B3E54D-C193-40A2-BCDA-8D5BEB0AB0A4","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"7887":{"sourceObj":{"__isSmartRef__":true,"id":7877},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":7498},"targetMethodName":"categoryName","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"7888":{"x":145.0100150200251,"y":440.23781865967146,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7889":{"resizeHeight":true},"7890":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateListContent":"updateListContentHTML","resizeList":"resizeListHTML","getItemIndexFromEvent":"getItemIndexFromEventHTML","getListExtent":"getListExtentHTML","setSize":"setSizeHTML","renderAsDropDownList":"renderAsDropDownListHTML","setFontSize":"setFontSizeHTML","setFontFamily":"setFontFamilyHTML","getSelectedIndexes":"getSelectedIndexesHTML","enableMultipleSelections":"enableMultipleSelectionsHTML","selectAllAt":"selectAllAtHTML","clearSelections":"clearSelectionsHTML","deselectAt":"deselectAtHTML"},"7891":{"morph":{"__isSmartRef__":true,"id":7877},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"7892":{"submorphs":[{"__isSmartRef__":true,"id":7893}],"scripts":[],"id":"2570103E-0AFA-48E2-B21F-F8D1F79DDAC9","shape":{"__isSmartRef__":true,"id":7909},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":7925},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":7912},"lighterFill":{"__isSmartRef__":true,"id":7926},"label":{"__isSmartRef__":true,"id":7893},"attributeConnections":[{"__isSmartRef__":true,"id":7935}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":7937},"name":"reloadButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":7938},"owner":{"__isSmartRef__":true,"id":7498},"renderContextTable":{"__isSmartRef__":true,"id":7939},"eventHandler":{"__isSmartRef__":true,"id":7940},"priorExtent":{"__isSmartRef__":true,"id":7941},"derivationIds":[1235,"1004C6DF-84F6-4345-B2CA-055AA4F773F6","E89AF462-CFE4-4AC3-B827-CB2505E2A7BA","E2DDE5E0-43A1-4195-90A8-91408473DCDA","03920DC7-DC2D-4C3F-A927-AAD2960216A5","A72AAFB6-23CC-4F29-9DAD-27A67A7577E9","2B4287A8-196C-42F0-828E-4CE4381C9D7F","528F8789-646A-46B1-B4BE-1E5382D1FC89","75DE0100-DA4C-43AC-BD8B-23EFB260EAF4","EA00D1F3-F11C-438A-9B70-1B08F358EB5C","8579EE52-28C3-4D4B-B137-ABE47C0A9E42","51DB8874-CA5A-4DAD-B23E-194CE47C8662","2770196E-663B-4618-A54A-84D5F9CDA489","34C78B01-37DE-4F8C-BD88-0D17FC632772","64ACFD9C-F0C2-4AA7-A30E-58BDDF6FE4BD","50E01FF5-1DCE-44CF-A959-D3664885DE6B","F4FF0113-404D-4EEE-B095-185CD84B7BE9","3FB7C823-28E4-4117-A9DA-442ECABA7BFA","E4711B14-CD69-4EF9-ADF3-B80780C4CD19"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Button"},"7893":{"submorphs":[],"scripts":[],"id":"D3CA8717-57DE-4E73-B121-9D636DC51E76","shape":{"__isSmartRef__":true,"id":7894},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":18,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":7900},"textColor":{"__isSmartRef__":true,"id":7897},"owner":{"__isSmartRef__":true,"id":7892},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":7901}],"padding":{"__isSmartRef__":true,"id":7903},"_Padding":{"__isSmartRef__":true,"id":7904},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":7905},"renderContextTable":{"__isSmartRef__":true,"id":7906},"eventHandler":{"__isSmartRef__":true,"id":7907},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":18,"_MinTextHeight":null,"derivationIds":[1236,"0AABC7BC-431F-4F28-A475-694B57A56F0A","E508F35D-1887-4A79-A395-19186427F9C7","4878087E-76B4-401E-AAFB-3A98B1DC2B76","B415B743-575F-4D4A-A6C6-6C97E4DC54A4","EA639CD5-A12C-425C-AD35-FF77947DFC67","5E535C29-89AB-424F-A50E-40D7E6794ACE","44B3E0BB-A9AF-46E4-A2A3-EB76BB87610A","905CD9C3-1327-4130-B76B-72609D9578A8","11C63B11-BCA5-4131-A18B-A4A42D1894A8","011E0634-4488-4902-9A4C-5755634994EA","2889F48B-DFF4-447E-800B-ACFDBE39907E","D0E97658-D3F9-4EF1-A44C-94053ACC7F5B","59DD8173-ED98-4207-82B2-5A95FACEC902","1C2F66E8-3F97-4ACF-AF5C-3E6F994B9584","3AD61C32-09BF-4CCC-B7AA-4CCF3F93A821","D7046839-D241-4DC4-BD4B-D76B0B70835C","9ACFE363-381B-430A-8233-9B7079D7EB1D","9E7D958C-EFB6-4772-8589-F8870872BF4A"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":7908},"__LivelyClassName__":"lively.morphic.Text"},"7894":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":7895},"_Extent":{"__isSmartRef__":true,"id":7896},"_BorderColor":{"__isSmartRef__":true,"id":7897},"renderContextTable":{"__isSmartRef__":true,"id":7898},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":7899},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"7895":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7896":{"x":20,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7897":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7898":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"7899":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7900":{"x":0,"y":-2,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7901":{"style":{"__isSmartRef__":true,"id":7902},"chunkOwner":{"__isSmartRef__":true,"id":7893},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"⟳","__LivelyClassName__":"lively.morphic.TextChunk"},"7902":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"7903":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7904":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7905":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7906":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"7907":{"morph":{"__isSmartRef__":true,"id":7893},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"7908":{"requiredModules":[],"idOnLoad":"D3CA8717-57DE-4E73-B121-9D636DC51E76","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"7909":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":7910},"_Extent":{"__isSmartRef__":true,"id":7911},"_Fill":{"__isSmartRef__":true,"id":7912},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":7922},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":7923},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":7924},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"7910":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7911":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7912":{"stops":[{"__isSmartRef__":true,"id":7913},{"__isSmartRef__":true,"id":7915},{"__isSmartRef__":true,"id":7917},{"__isSmartRef__":true,"id":7919}],"vector":{"__isSmartRef__":true,"id":7921},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"7913":{"offset":0,"color":{"__isSmartRef__":true,"id":7914}},"7914":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7915":{"offset":0.4,"color":{"__isSmartRef__":true,"id":7916}},"7916":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7917":{"offset":0.6,"color":{"__isSmartRef__":true,"id":7918}},"7918":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7919":{"offset":1,"color":{"__isSmartRef__":true,"id":7920}},"7920":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7921":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7922":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7923":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"7924":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7925":{"x":79,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7926":{"stops":[{"__isSmartRef__":true,"id":7927},{"__isSmartRef__":true,"id":7929},{"__isSmartRef__":true,"id":7931},{"__isSmartRef__":true,"id":7933}],"vector":{"__isSmartRef__":true,"id":7921},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"7927":{"offset":0,"color":{"__isSmartRef__":true,"id":7928}},"7928":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7929":{"offset":0.4,"color":{"__isSmartRef__":true,"id":7930}},"7930":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7931":{"offset":0.6,"color":{"__isSmartRef__":true,"id":7932}},"7932":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7933":{"offset":1,"color":{"__isSmartRef__":true,"id":7934}},"7934":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"7935":{"sourceObj":{"__isSmartRef__":true,"id":7892},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":7498},"targetMethodName":"reloadEverything","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":7936},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"7936":{"source":{"__isSmartRef__":true,"id":7892},"target":{"__isSmartRef__":true,"id":7498}},"7937":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"7938":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"2570103E-0AFA-48E2-B21F-F8D1F79DDAC9","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"7939":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"7940":{"morph":{"__isSmartRef__":true,"id":7892},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"7941":{"x":140,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"7942":{"submorphs":[{"__isSmartRef__":true,"id":7943},{"__isSmartRef__":true,"id":7978},{"__isSmartRef__":true,"id":8013},{"__isSmartRef__":true,"id":8048},{"__isSmartRef__":true,"id":8083},{"__isSmartRef__":true,"id":8118},{"__isSmartRef__":true,"id":8153},{"__isSmartRef__":true,"id":10617},{"__isSmartRef__":true,"id":10652},{"__isSmartRef__":true,"id":10687}],"scripts":[],"id":"B2356D72-C649-47C7-BEE7-B11D5AAAAC54","shape":{"__isSmartRef__":true,"id":10722},"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"partsBinContents","partsBinMetaInfo":{"__isSmartRef__":true,"id":10729},"__SourceModuleName__":"Global.lively.morphic.Core","_ClipMode":"scroll","priorExtent":{"__isSmartRef__":true,"id":10730},"attributeConnections":[{"__isSmartRef__":true,"id":10731}],"doNotSerialize":["$$selectedItem"],"doNotCopyProperties":["$$selectedItem"],"layout":{"__isSmartRef__":true,"id":10732},"renderContextTable":{"__isSmartRef__":true,"id":10733},"eventHandler":{"__isSmartRef__":true,"id":10734},"_Position":{"__isSmartRef__":true,"id":10735},"owner":{"__isSmartRef__":true,"id":7498},"derivationIds":[1237,"36E894B8-0363-4580-8726-268CF8708422","24FF45E0-75DD-4A18-8279-472DDC2F411C","83558E66-F5C3-400C-A4C2-47A948B8136A","260D6B4C-06A4-45A2-B702-887829835D7E","86BCFBDB-66C5-4DD5-AC0E-FBCA02BB1698","D46AEB64-D1DC-46EF-822C-E86588905880","6DA46DD0-D2A0-46BE-BE8F-82D3E98A8696","24A0F2AB-B88F-494D-9EE9-F877A4619BD8","E46F739C-7FB0-451B-BFD2-7CFAEB01EF65","6BCD3F84-BE4C-4A45-92E2-D5F99FE41856","B6A2AD2D-CB4B-42BB-8790-81E87F96A774","6C871473-36BA-45B4-8D20-5396A7706FF8","8DF8249E-11A2-4CEF-8BBD-A3EFAEDF67B3","9CEB0BDD-1280-4953-992E-659D7023012A","19392237-EE49-4D2C-864D-392FDED1D4D4","ACCF1CE2-EFF4-47F8-B5AB-754C2542D519","F44C877B-AD23-4387-8FD2-D23B32E9FB1B","46B912BD-42EA-475C-8FE7-B8E7B89E6CA8"],"isBeingDragged":false,"_Rotation":0,"_Scale":1,"selectedItem":{"__isSmartRef__":true,"id":8188},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10736},"__LivelyClassName__":"lively.morphic.Box"},"7943":{"submorphs":[{"__isSmartRef__":true,"id":7944},{"__isSmartRef__":true,"id":7954}],"scripts":[],"shape":{"__isSmartRef__":true,"id":7967},"derivationIds":[null],"id":"2CADB778-7394-472A-AE28-19FC85963B51","renderContextTable":{"__isSmartRef__":true,"id":7973},"eventHandler":{"__isSmartRef__":true,"id":7974},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":7975},"partsBinURL":{"__isSmartRef__":true,"id":7976},"targetName":"BasicGem","partItem":{"__isSmartRef__":true,"id":7977},"owner":{"__isSmartRef__":true,"id":7942},"isSelected":false,"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"7944":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":7945},"derivationIds":[null],"id":"4A4F0CCE-1107-4156-A959-611379182439","renderContextTable":{"__isSmartRef__":true,"id":7950},"eventHandler":{"__isSmartRef__":true,"id":7951},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":7952},"priorExtent":{"__isSmartRef__":true,"id":7953},"owner":{"__isSmartRef__":true,"id":7943},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"7945":{"renderContextTable":{"__isSmartRef__":true,"id":7946},"_NodeClass":["morph"],"_NodeId":"morph-4a4f0cce-1107-4156-a959-611379182439","_Extent":{"__isSmartRef__":true,"id":7947},"_Padding":{"__isSmartRef__":true,"id":7948},"stringifiedShapeNode":"
","extent":{"__isSmartRef__":true,"id":7949},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"7946":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"7947":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7948":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7949":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7950":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"7951":{"morph":{"__isSmartRef__":true,"id":7944},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7952":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7953":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7954":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":7955},"derivationIds":[null],"id":"D004FB17-413C-4741-8A26-5770A3F8D3A7","renderContextTable":{"__isSmartRef__":true,"id":7961},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":7962}],"eventHandler":{"__isSmartRef__":true,"id":7964},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":7943},"_Visible":true,"priorExtent":{"__isSmartRef__":true,"id":7965},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"_Position":{"__isSmartRef__":true,"id":7966},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7955":{"_Position":{"__isSmartRef__":true,"id":7956},"renderContextTable":{"__isSmartRef__":true,"id":7957},"_Extent":{"__isSmartRef__":true,"id":7958},"_Padding":{"__isSmartRef__":true,"id":7959},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":7960},"_NodeClass":["morph","text"],"_NodeId":"morph-d004fb17-413c-4741-8a26-5770a3f8d3a7","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"7956":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7957":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"7958":{"x":63,"y":16,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7959":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7960":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7961":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"7962":{"style":{"__isSmartRef__":true,"id":7963},"chunkOwner":{"__isSmartRef__":true,"id":7954},"storedString":"BasicGem","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7963":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7964":{"morph":{"__isSmartRef__":true,"id":7954},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7965":{"x":63,"y":16,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7966":{"x":8.5,"y":70,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7967":{"_Position":{"__isSmartRef__":true,"id":7968},"renderContextTable":{"__isSmartRef__":true,"id":7969},"_Extent":{"__isSmartRef__":true,"id":7970},"_Padding":{"__isSmartRef__":true,"id":7971},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-2cadb778-7394-472a-ae28-19fc85963b51","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":7972},"_BorderRadius":6,"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"7968":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7969":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"7970":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7971":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7972":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7973":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"7974":{"morph":{"__isSmartRef__":true,"id":7943},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7975":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7976":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7977":{"partsSpaceName":"PartsBin/groupBejeweled/","name":"BasicGem","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"7978":{"submorphs":[{"__isSmartRef__":true,"id":7979},{"__isSmartRef__":true,"id":7989}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8002},"derivationIds":[null],"id":"271891CE-95DE-42AB-A4C8-48E1BFEED95F","renderContextTable":{"__isSmartRef__":true,"id":8008},"eventHandler":{"__isSmartRef__":true,"id":8009},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":8010},"partsBinURL":{"__isSmartRef__":true,"id":8011},"targetName":"ColorEllipse","partItem":{"__isSmartRef__":true,"id":8012},"owner":{"__isSmartRef__":true,"id":7942},"isSelected":false,"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"7979":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":7980},"derivationIds":[null],"id":"E99157E1-8FBD-4624-B669-D46CF4ABD496","renderContextTable":{"__isSmartRef__":true,"id":7985},"eventHandler":{"__isSmartRef__":true,"id":7986},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":7987},"priorExtent":{"__isSmartRef__":true,"id":7988},"owner":{"__isSmartRef__":true,"id":7978},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"7980":{"renderContextTable":{"__isSmartRef__":true,"id":7981},"_NodeClass":["morph"],"_NodeId":"morph-e99157e1-8fbd-4624-b669-d46cf4abd496","_Extent":{"__isSmartRef__":true,"id":7982},"_Padding":{"__isSmartRef__":true,"id":7983},"stringifiedShapeNode":"
","extent":{"__isSmartRef__":true,"id":7984},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"7981":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"7982":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7983":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7984":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7985":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"7986":{"morph":{"__isSmartRef__":true,"id":7979},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7987":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7988":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7989":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":7990},"derivationIds":[null],"id":"3F32EBB5-6AE5-4676-A178-87F948BA6F48","renderContextTable":{"__isSmartRef__":true,"id":7996},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":7997}],"eventHandler":{"__isSmartRef__":true,"id":7999},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":7978},"_Visible":true,"priorExtent":{"__isSmartRef__":true,"id":8000},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"_Position":{"__isSmartRef__":true,"id":8001},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7990":{"_Position":{"__isSmartRef__":true,"id":7991},"renderContextTable":{"__isSmartRef__":true,"id":7992},"_Extent":{"__isSmartRef__":true,"id":7993},"_Padding":{"__isSmartRef__":true,"id":7994},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":7995},"_NodeClass":["morph","text"],"_NodeId":"morph-3f32ebb5-6ae5-4676-a178-87f948ba6f48","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"7991":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7992":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"7993":{"x":73,"y":16,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7994":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7995":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7996":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"7997":{"style":{"__isSmartRef__":true,"id":7998},"chunkOwner":{"__isSmartRef__":true,"id":7989},"storedString":"ColorEllipse","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7998":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7999":{"morph":{"__isSmartRef__":true,"id":7989},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8000":{"x":73,"y":16,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8001":{"x":3.5,"y":70,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8002":{"_Position":{"__isSmartRef__":true,"id":8003},"renderContextTable":{"__isSmartRef__":true,"id":8004},"_Extent":{"__isSmartRef__":true,"id":8005},"_Padding":{"__isSmartRef__":true,"id":8006},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-271891ce-95de-42ab-a4c8-48e1bfeed95f","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":8007},"_BorderRadius":6,"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8003":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8004":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"8005":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8006":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8007":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8008":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"8009":{"morph":{"__isSmartRef__":true,"id":7978},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8010":{"x":105,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8011":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8012":{"partsSpaceName":"PartsBin/groupBejeweled/","name":"ColorEllipse","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"8013":{"submorphs":[{"__isSmartRef__":true,"id":8014},{"__isSmartRef__":true,"id":8024}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8037},"derivationIds":[null],"id":"19A345C3-D220-429A-94CC-62369AD1F251","renderContextTable":{"__isSmartRef__":true,"id":8043},"eventHandler":{"__isSmartRef__":true,"id":8044},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":8045},"partsBinURL":{"__isSmartRef__":true,"id":8046},"targetName":"DebugGemBoard","partItem":{"__isSmartRef__":true,"id":8047},"owner":{"__isSmartRef__":true,"id":7942},"isSelected":false,"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"8014":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8015},"derivationIds":[null],"id":"1F4A42FA-C72B-47DF-BA53-583C960859AA","renderContextTable":{"__isSmartRef__":true,"id":8020},"eventHandler":{"__isSmartRef__":true,"id":8021},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":8022},"priorExtent":{"__isSmartRef__":true,"id":8023},"owner":{"__isSmartRef__":true,"id":8013},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"8015":{"renderContextTable":{"__isSmartRef__":true,"id":8016},"_NodeClass":["morph"],"_NodeId":"morph-1f4a42fa-c72b-47df-ba53-583c960859aa","_Extent":{"__isSmartRef__":true,"id":8017},"_Padding":{"__isSmartRef__":true,"id":8018},"stringifiedShapeNode":"
New Game
Clear
Destroy
cleanup
","extent":{"__isSmartRef__":true,"id":8019},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8016":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"8017":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8018":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8019":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8020":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"8021":{"morph":{"__isSmartRef__":true,"id":8014},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8022":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8023":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8024":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8025},"derivationIds":[null],"id":"8C115642-7751-4049-AB07-DBBFC18BBA1E","renderContextTable":{"__isSmartRef__":true,"id":8031},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":8032}],"eventHandler":{"__isSmartRef__":true,"id":8034},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":8013},"_Visible":true,"priorExtent":{"__isSmartRef__":true,"id":8035},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"_Position":{"__isSmartRef__":true,"id":8036},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8025":{"_Position":{"__isSmartRef__":true,"id":8026},"renderContextTable":{"__isSmartRef__":true,"id":8027},"_Extent":{"__isSmartRef__":true,"id":8028},"_Padding":{"__isSmartRef__":true,"id":8029},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":8030},"_NodeClass":["morph","text"],"_NodeId":"morph-8c115642-7751-4049-ab07-dbbfc18bba1e","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8026":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8027":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"8028":{"x":101,"y":16,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8029":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8030":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8031":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"8032":{"style":{"__isSmartRef__":true,"id":8033},"chunkOwner":{"__isSmartRef__":true,"id":8024},"storedString":"DebugGemBoard","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8033":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8034":{"morph":{"__isSmartRef__":true,"id":8024},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8035":{"x":101,"y":16,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8036":{"x":-10.5,"y":70,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8037":{"_Position":{"__isSmartRef__":true,"id":8038},"renderContextTable":{"__isSmartRef__":true,"id":8039},"_Extent":{"__isSmartRef__":true,"id":8040},"_Padding":{"__isSmartRef__":true,"id":8041},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-19a345c3-d220-429a-94cc-62369ad1f251","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":8042},"_BorderRadius":6,"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8038":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8039":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"8040":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8041":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8042":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8043":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"8044":{"morph":{"__isSmartRef__":true,"id":8013},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8045":{"x":210,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8046":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8047":{"partsSpaceName":"PartsBin/groupBejeweled/","name":"DebugGemBoard","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"8048":{"submorphs":[{"__isSmartRef__":true,"id":8049},{"__isSmartRef__":true,"id":8059}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8072},"derivationIds":[null],"id":"8A91B9D8-7F65-4EB6-B5C5-D5FDCC73F64E","renderContextTable":{"__isSmartRef__":true,"id":8078},"eventHandler":{"__isSmartRef__":true,"id":8079},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":8080},"partsBinURL":{"__isSmartRef__":true,"id":8081},"targetName":"FeelGoodLights","partItem":{"__isSmartRef__":true,"id":8082},"owner":{"__isSmartRef__":true,"id":7942},"isSelected":false,"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"8049":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8050},"derivationIds":[null],"id":"D8ED9A77-F35B-43A5-B8F7-2F00BC13317B","renderContextTable":{"__isSmartRef__":true,"id":8055},"eventHandler":{"__isSmartRef__":true,"id":8056},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":8057},"priorExtent":{"__isSmartRef__":true,"id":8058},"owner":{"__isSmartRef__":true,"id":8048},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"8050":{"renderContextTable":{"__isSmartRef__":true,"id":8051},"_NodeClass":["morph"],"_NodeId":"morph-d8ed9a77-f35b-43a5-b8f7-2f00bc13317b","_Extent":{"__isSmartRef__":true,"id":8052},"_Padding":{"__isSmartRef__":true,"id":8053},"stringifiedShapeNode":"
","extent":{"__isSmartRef__":true,"id":8054},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8051":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"8052":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8053":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8054":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8055":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"8056":{"morph":{"__isSmartRef__":true,"id":8049},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8057":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8058":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8059":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8060},"derivationIds":[null],"id":"903560B8-20E4-45C9-B7C1-C3778387B4D5","renderContextTable":{"__isSmartRef__":true,"id":8066},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":8067}],"eventHandler":{"__isSmartRef__":true,"id":8069},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":8048},"_Visible":true,"priorExtent":{"__isSmartRef__":true,"id":8070},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"_Position":{"__isSmartRef__":true,"id":8071},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8060":{"_Position":{"__isSmartRef__":true,"id":8061},"renderContextTable":{"__isSmartRef__":true,"id":8062},"_Extent":{"__isSmartRef__":true,"id":8063},"_Padding":{"__isSmartRef__":true,"id":8064},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":8065},"_NodeClass":["morph","text"],"_NodeId":"morph-903560b8-20e4-45c9-b7c1-c3778387b4d5","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8061":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8062":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"8063":{"x":93,"y":16,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8064":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8065":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8066":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"8067":{"style":{"__isSmartRef__":true,"id":8068},"chunkOwner":{"__isSmartRef__":true,"id":8059},"storedString":"FeelGoodLights","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8068":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8069":{"morph":{"__isSmartRef__":true,"id":8059},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8070":{"x":93,"y":16,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8071":{"x":-6.5,"y":70,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8072":{"_Position":{"__isSmartRef__":true,"id":8073},"renderContextTable":{"__isSmartRef__":true,"id":8074},"_Extent":{"__isSmartRef__":true,"id":8075},"_Padding":{"__isSmartRef__":true,"id":8076},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-8a91b9d8-7f65-4eb6-b5c5-d5fdcc73f64e","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":8077},"_BorderRadius":6,"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8073":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8074":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"8075":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8076":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8077":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8078":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"8079":{"morph":{"__isSmartRef__":true,"id":8048},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8080":{"x":315,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8081":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8082":{"partsSpaceName":"PartsBin/groupBejeweled/","name":"FeelGoodLights","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"8083":{"submorphs":[{"__isSmartRef__":true,"id":8084},{"__isSmartRef__":true,"id":8094}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8107},"derivationIds":[null],"id":"92FFF92E-0840-46E5-BF60-B225D965C75F","renderContextTable":{"__isSmartRef__":true,"id":8113},"eventHandler":{"__isSmartRef__":true,"id":8114},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":8115},"partsBinURL":{"__isSmartRef__":true,"id":8116},"targetName":"FeelGoodStar","partItem":{"__isSmartRef__":true,"id":8117},"owner":{"__isSmartRef__":true,"id":7942},"isSelected":false,"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"8084":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8085},"derivationIds":[null],"id":"63CD0B16-C6D4-4AD7-974E-A0B3931A474A","renderContextTable":{"__isSmartRef__":true,"id":8090},"eventHandler":{"__isSmartRef__":true,"id":8091},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":8092},"priorExtent":{"__isSmartRef__":true,"id":8093},"owner":{"__isSmartRef__":true,"id":8083},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"8085":{"renderContextTable":{"__isSmartRef__":true,"id":8086},"_NodeClass":["morph"],"_NodeId":"morph-63cd0b16-c6d4-4ad7-974e-a0b3931a474a","_Extent":{"__isSmartRef__":true,"id":8087},"_Padding":{"__isSmartRef__":true,"id":8088},"stringifiedShapeNode":"
","extent":{"__isSmartRef__":true,"id":8089},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8086":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"8087":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8088":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8089":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8090":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"8091":{"morph":{"__isSmartRef__":true,"id":8084},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8092":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8093":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8094":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8095},"derivationIds":[null],"id":"01727F87-5C11-4287-BBDB-B7BC3F438520","renderContextTable":{"__isSmartRef__":true,"id":8101},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":8102}],"eventHandler":{"__isSmartRef__":true,"id":8104},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":8083},"_Visible":true,"priorExtent":{"__isSmartRef__":true,"id":8105},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"_Position":{"__isSmartRef__":true,"id":8106},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8095":{"_Position":{"__isSmartRef__":true,"id":8096},"renderContextTable":{"__isSmartRef__":true,"id":8097},"_Extent":{"__isSmartRef__":true,"id":8098},"_Padding":{"__isSmartRef__":true,"id":8099},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":8100},"_NodeClass":["morph","text"],"_NodeId":"morph-01727f87-5c11-4287-bbdb-b7bc3f438520","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8096":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8097":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"8098":{"x":83,"y":16,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8099":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8100":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8101":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"8102":{"style":{"__isSmartRef__":true,"id":8103},"chunkOwner":{"__isSmartRef__":true,"id":8094},"storedString":"FeelGoodStar","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8103":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8104":{"morph":{"__isSmartRef__":true,"id":8094},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8105":{"x":83,"y":16,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8106":{"x":-1.5,"y":70,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8107":{"_Position":{"__isSmartRef__":true,"id":8108},"renderContextTable":{"__isSmartRef__":true,"id":8109},"_Extent":{"__isSmartRef__":true,"id":8110},"_Padding":{"__isSmartRef__":true,"id":8111},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-92fff92e-0840-46e5-bf60-b225d965c75f","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":8112},"_BorderRadius":6,"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8108":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8109":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"8110":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8111":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8112":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8113":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"8114":{"morph":{"__isSmartRef__":true,"id":8083},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8115":{"x":420,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8116":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8117":{"partsSpaceName":"PartsBin/groupBejeweled/","name":"FeelGoodStar","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"8118":{"submorphs":[{"__isSmartRef__":true,"id":8119},{"__isSmartRef__":true,"id":8129}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8142},"derivationIds":[null],"id":"DE8677D4-CE28-465E-8E9B-5CB76C4F7399","renderContextTable":{"__isSmartRef__":true,"id":8148},"eventHandler":{"__isSmartRef__":true,"id":8149},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":8150},"partsBinURL":{"__isSmartRef__":true,"id":8151},"targetName":"GemBoard","partItem":{"__isSmartRef__":true,"id":8152},"owner":{"__isSmartRef__":true,"id":7942},"isSelected":false,"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"8119":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8120},"derivationIds":[null],"id":"BDE4CCA5-ADAE-4563-81BF-F8CAF9436767","renderContextTable":{"__isSmartRef__":true,"id":8125},"eventHandler":{"__isSmartRef__":true,"id":8126},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":8127},"priorExtent":{"__isSmartRef__":true,"id":8128},"owner":{"__isSmartRef__":true,"id":8118},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"8120":{"renderContextTable":{"__isSmartRef__":true,"id":8121},"_NodeClass":["morph"],"_NodeId":"morph-bde4cca5-adae-4563-81bf-f8caf9436767","_Extent":{"__isSmartRef__":true,"id":8122},"_Padding":{"__isSmartRef__":true,"id":8123},"stringifiedShapeNode":"
New Game
","extent":{"__isSmartRef__":true,"id":8124},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8121":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"8122":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8123":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8124":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8125":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"8126":{"morph":{"__isSmartRef__":true,"id":8119},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8127":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8128":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8129":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8130},"derivationIds":[null],"id":"D95D0B64-B2CD-44FC-A65F-7B35187A4189","renderContextTable":{"__isSmartRef__":true,"id":8136},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":8137}],"eventHandler":{"__isSmartRef__":true,"id":8139},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":8118},"_Visible":true,"priorExtent":{"__isSmartRef__":true,"id":8140},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"_Position":{"__isSmartRef__":true,"id":8141},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8130":{"_Position":{"__isSmartRef__":true,"id":8131},"renderContextTable":{"__isSmartRef__":true,"id":8132},"_Extent":{"__isSmartRef__":true,"id":8133},"_Padding":{"__isSmartRef__":true,"id":8134},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":8135},"_NodeClass":["morph","text"],"_NodeId":"morph-d95d0b64-b2cd-44fc-a65f-7b35187a4189","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8131":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8132":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"8133":{"x":66,"y":16,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8134":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8135":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8136":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"8137":{"style":{"__isSmartRef__":true,"id":8138},"chunkOwner":{"__isSmartRef__":true,"id":8129},"storedString":"GemBoard","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8138":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8139":{"morph":{"__isSmartRef__":true,"id":8129},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8140":{"x":66,"y":16,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8141":{"x":7,"y":70,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8142":{"_Position":{"__isSmartRef__":true,"id":8143},"renderContextTable":{"__isSmartRef__":true,"id":8144},"_Extent":{"__isSmartRef__":true,"id":8145},"_Padding":{"__isSmartRef__":true,"id":8146},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-de8677d4-ce28-465e-8e9b-5cb76c4f7399","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":8147},"_BorderRadius":6,"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8143":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8144":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"8145":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8146":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8147":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8148":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"8149":{"morph":{"__isSmartRef__":true,"id":8118},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8150":{"x":0,"y":105,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8151":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8152":{"partsSpaceName":"PartsBin/groupBejeweled/","name":"GemBoard","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"8153":{"submorphs":[{"__isSmartRef__":true,"id":8154},{"__isSmartRef__":true,"id":8164}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8177},"derivationIds":[null],"id":"E84C0C78-E74E-43F4-860E-EDED6592F4A2","renderContextTable":{"__isSmartRef__":true,"id":8184},"eventHandler":{"__isSmartRef__":true,"id":8185},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":8186},"partsBinURL":{"__isSmartRef__":true,"id":8187},"targetName":"LimeMachineObjectEditor","partItem":{"__isSmartRef__":true,"id":8188},"owner":{"__isSmartRef__":true,"id":7942},"isSelected":true,"isBeingDragged":false,"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"8154":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8155},"derivationIds":[null],"id":"0C7AFFA4-A81B-4A04-B85E-69B13EA463DF","renderContextTable":{"__isSmartRef__":true,"id":8160},"eventHandler":{"__isSmartRef__":true,"id":8161},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":8162},"priorExtent":{"__isSmartRef__":true,"id":8163},"owner":{"__isSmartRef__":true,"id":8153},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"8155":{"renderContextTable":{"__isSmartRef__":true,"id":8156},"_NodeClass":["morph"],"_NodeId":"morph-0c7affa4-a81b-4a04-b85e-69b13ea463df","_Extent":{"__isSmartRef__":true,"id":8157},"_Padding":{"__isSmartRef__":true,"id":8158},"stringifiedShapeNode":"
LimeMachineObjectEditor
X
M
Scripts
Connections
+
+
-
-
empty
Target:
Tag:
all
run
save
Tests
Recover all scripts
","extent":{"__isSmartRef__":true,"id":8159},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8156":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"8157":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8158":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8159":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8160":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"8161":{"morph":{"__isSmartRef__":true,"id":8154},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8162":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8163":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8164":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8165},"derivationIds":[null],"id":"2470D75D-A67F-4DE5-A92D-0B674514B773","renderContextTable":{"__isSmartRef__":true,"id":8171},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":8172}],"eventHandler":{"__isSmartRef__":true,"id":8174},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":8153},"_Visible":true,"priorExtent":{"__isSmartRef__":true,"id":8175},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"_Position":{"__isSmartRef__":true,"id":8176},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8165":{"_Position":{"__isSmartRef__":true,"id":8166},"renderContextTable":{"__isSmartRef__":true,"id":8167},"_Extent":{"__isSmartRef__":true,"id":8168},"_Padding":{"__isSmartRef__":true,"id":8169},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":8170},"_NodeClass":["morph","text"],"_NodeId":"morph-2470d75d-a67f-4de5-a92d-0b674514b773","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8166":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8167":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"8168":{"x":117,"y":16,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8169":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8170":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8171":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"8172":{"style":{"__isSmartRef__":true,"id":8173},"chunkOwner":{"__isSmartRef__":true,"id":8164},"storedString":"LimeMachineObje...","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8173":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8174":{"morph":{"__isSmartRef__":true,"id":8164},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8175":{"x":117,"y":16,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8176":{"x":-18.5,"y":70,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8177":{"_Position":{"__isSmartRef__":true,"id":8178},"renderContextTable":{"__isSmartRef__":true,"id":8179},"_Extent":{"__isSmartRef__":true,"id":8180},"_Padding":{"__isSmartRef__":true,"id":8181},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-e84c0c78-e74e-43f4-860e-eded6592f4a2","_BorderColor":{"__isSmartRef__":true,"id":8182},"_Fill":{"__isSmartRef__":true,"id":8183},"_BorderRadius":6,"_BorderWidth":3,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8178":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8179":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"8180":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8181":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8182":{"r":0.8,"g":0,"b":0,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8183":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8184":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"8185":{"morph":{"__isSmartRef__":true,"id":8153},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8186":{"x":105,"y":105,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8187":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8188":{"partsSpaceName":"PartsBin/groupBejeweled/","name":"LimeMachineObjectEditor","json":"{\"id\":0,\"registry\":{\"0\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1},{\"__isSmartRef__\":true,\"id\":153},{\"__isSmartRef__\":true,\"id\":2153}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2193},\"id\":\"BEBE7963-CF23-4E86-B595-FF4C73F82175\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2198},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2199},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":2200},\"LK2\":true,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2201},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":153},\"titleBar\":{\"__isSmartRef__\":true,\"id\":1},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":2202},\"collapsedTransform\":{\"__isSmartRef__\":true,\"id\":2203},\"collapsedExtent\":{\"__isSmartRef__\":true,\"id\":2204},\"expandedTransform\":{\"__isSmartRef__\":true,\"id\":2205},\"expandedExtent\":{\"__isSmartRef__\":true,\"id\":2195},\"ignoreEventsOnExpand\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":2206},\"name\":\"LimeMachineObjectEditor\",\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":2397},\"highlighted\":false,\"cameForward\":false,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"expandedPosition\":{\"__isSmartRef__\":true,\"id\":2398},\"collapsedPosition\":{\"__isSmartRef__\":true,\"id\":2399},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isBeingDragged\":false,\"prevScroll\":[0,0],\"minSize\":{\"__isSmartRef__\":true,\"id\":2400},\"minExtent\":{\"__isSmartRef__\":true,\"id\":2401},\"isCopyMorphRef\":true,\"morphRefId\":16,\"derivationIds\":[205,\"2951753B-EB95-4093-A0DD-249E83AC2204\",\"A32DE788-E06D-492C-B2E6-19C3710B5AE0\",\"96D56291-98FB-42C4-A247-0A20B4183B14\",\"1E6BCC46-3FE3-4950-AE50-9751458F7E18\",\"22248328-5B04-4E39-ADDE-460C107C790F\",\"2F4F6161-9F4C-469E-AF56-24765FF03B72\",\"88EF08D5-C1E7-4B5B-B393-FFF5921009D7\",\"FF731ED6-5217-4053-9B85-77F1BF344BF3\",\"496332F8-A328-4625-A7D5-0DCE90C3D2AE\",\"E57F1D4E-AE08-4CAA-A62D-4E69FC0BFF47\",\"94783CDE-55B0-4198-8477-C0756F2C812F\",\"F03206B8-2964-470C-A335-FF321C7743E5\",\"C60ABA94-4D2A-4524-9239-9B7EA074A0B5\",\"D3FBB0FA-2BFF-4D8C-9632-41EEEDB053AE\",\"FDF9A68D-1149-4666-9946-600CCA238B76\",\"2C48046E-5559-4574-91AC-764F55F33DE3\",\"F0795E87-D204-4729-B0BA-0ABD5D82A30C\",\"ED08EAC8-8AAE-4F61-9F2C-CAC7E4A14409\",\"665F7343-49AD-4D8F-89CA-DD418A78ED87\",\"EA48D365-BD44-469B-AE75-F9BCD1FAA8E2\",\"EE57B8D8-DBFE-4786-8004-68B7E09A3519\",\"A61BCEAC-1BC0-49C6-843E-933310CE4CDF\",\"6FF28483-9859-4E45-A22C-F457A80CA8E5\",\"514179FE-8CFE-472B-A38D-62AE802128FD\",\"313D73BA-5532-440E-8EFE-7F08E75ED56E\",\"2299B43B-76D0-47B2-A3DA-07072BF3A43E\",\"F4E94C36-ABDD-405E-AA3E-53DB20406F83\",\"E0E95706-BDA0-4271-BB51-99D9378E96AE\",\"7753020B-2CC6-4A48-9EB8-5739E8E10BFA\",\"8F0450F8-51A6-46AA-894A-086686F92321\",\"6A686CC3-8A21-4663-86C7-EDC3822B5B0F\",\"93478818-1878-4179-B038-C09672B8CE6D\",\"3C36DF8E-01A7-4D9D-8686-FEEE02A64CE3\",\"D5CDB16C-786F-4192-BFA1-10C7D886B6D0\",\"2621B4D6-4272-4B12-9AA7-37C0BE6FCD63\",\"EA58BD2F-671E-4696-987A-A2BE0537AD85\",\"05F606E3-D392-4B7F-BC3F-A6807A51CA7C\",\"207AB98B-4CD2-411C-96C1-46043F59E0F4\",\"C726E4D8-2875-4157-8333-9B01EF9E5F45\",\"65333FD8-8B83-446D-98AC-8101659000FF\",\"D934B385-4D6B-4105-82F1-A3E4047CD939\",\"CDD92C5E-A4C7-4C40-97EB-7E537C91B7A8\",\"0047349C-963C-4CBD-9590-A926FB0F8EE3\",\"6E409D9E-DA22-432E-840A-A1DC8F757E34\",\"35F7C8DA-4950-4A52-81E0-89B8F2564DC9\",\"4A4CAEB6-2190-40AE-8880-2EB1516734FD\",\"83C59387-A2AC-40C7-9A62-73CB85F23A6F\",\"8BD6A485-B6F0-4A54-8DDF-226AF46BA566\",\"DB28B39D-6ED3-49F2-A82E-2C4ADA4E88F3\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":2402},\"moved\":true,\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1.0100552207170073,\"helperMorphs\":[{\"__isSmartRef__\":true,\"id\":2153}],\"state\":\"expanded\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":2403},\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"1\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2},{\"__isSmartRef__\":true,\"id\":18},{\"__isSmartRef__\":true,\"id\":65},{\"__isSmartRef__\":true,\"id\":100}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":136},\"id\":\"F442DB67-CB2D-45A0-9EC9-6CC6BE0D774E\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":148},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":149},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":150},\"_Position\":{\"__isSmartRef__\":true,\"id\":151},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":0},\"label\":{\"__isSmartRef__\":true,\"id\":2},\"closeButton\":{\"__isSmartRef__\":true,\"id\":18},\"menuButton\":{\"__isSmartRef__\":true,\"id\":65},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":100},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":152},\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"prevScroll\":[0,0],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"derivationIds\":[228,\"084DFF55-BC61-4772-8BF7-F6A87C08DE9F\",\"D22EFB93-AC9B-4FCE-9464-3B314FFA4C11\",\"A5F9692A-C657-42B0-B8AA-D2E922A1DE8D\",\"C47683FE-BA01-4AAB-BDE0-4862C049BCE7\",\"BD427B66-7BE7-4205-84EC-825840E59F49\",\"9C39A352-DBDD-48CE-BEB0-99806EDB5253\",\"E813CB65-A28C-4433-BBE5-EB70FBBB3289\",\"33484DF7-DDF3-465F-96EE-215BEC4B3FAD\",\"F96A68D7-1FC3-472C-BADB-56A6682C39E1\",\"817A94F6-2E25-4C40-9602-8B67B1078AAA\",\"2E8EBC07-1155-469B-BFFC-11C498DCC0A1\",\"FCBF2B5C-35B5-47CB-9184-3E1943DD9898\",\"7492FC87-6C18-4F4E-9D77-44DA5F83A458\",\"7FCB8A47-9567-494E-9413-88D13A955736\",\"DD21FC02-8A2F-4CA6-84C0-CEBF0851C41E\",\"1D5B2B14-B72A-4DC0-84C6-8761FA8C30C9\",\"33326282-20F7-4964-ACAF-DF74FE8797C1\",\"C0A40033-8674-4692-94F2-C9E5FA361661\",\"55021DCB-7975-4E79-9F9F-775CE9E68A3E\",\"54F57BB7-835F-4D10-8968-F387AD0141AC\",\"7450BE99-EDF9-4F21-B90D-D3CE0FE07ADE\",\"3D56E2EE-BAD7-42A7-9B96-43B226C6B037\",\"7408D51D-0131-46A8-A4AF-3ED59CF21C58\",\"81FEBD95-8674-4D6E-BED9-117EA720D7CA\",\"5B185663-666A-437F-ABF7-6D7153D477B7\",\"E7BF5787-CAA9-4A55-937A-03370C1EB68F\",\"3CBC8CDE-2AF8-4657-AA08-756244E7B21F\",\"4F39E4A3-BD4A-4548-B09B-A969453C33A1\",\"AA9D7B0D-82FE-4132-9D33-B876622EEFDF\",\"EF1C6833-2409-4869-9C18-298E0A9A42E3\",\"E8333137-48E8-4FFA-93B3-8C6E20FAEC07\",\"9DF9763D-D6CF-4DD1-898E-A2B7B8F5391A\",\"FD9BC796-457D-4189-A0D6-D63BFA7FF87B\",\"D94706F0-C2D4-4722-AA1D-2226CD69625A\",\"B1675D51-0054-49F0-A209-C2CECD6B8B21\",\"479E7B59-36B8-46E3-9910-60F09642295D\",\"D8306FF0-3B33-46B1-AF4C-17D1350D933E\",\"16EE4003-F261-4C6B-8DA9-F40C1AD5C7C5\",\"BCC57F32-E4FE-4A53-9EBE-CFB40B0D9B3F\",\"BAFF4431-A8F8-495D-8812-77287253E9C7\",\"C350D546-A813-4075-85D9-779D6F5960D0\",\"3A18DF82-2631-42F7-8E9F-E4C13A8A7EA0\",\"0EC975AA-7C14-4243-88A3-4F76E9E4F80A\",\"C5BCCF2A-677B-4C34-A7E3-5730B710F494\",\"FEEFF15A-ED98-419D-A31F-6CEA0A76A1FE\",\"6CB5A077-0D7F-45F3-95CE-505E88320061\",\"1FCC0196-1735-4B9A-A825-B616D6CF80E1\",\"6AE61573-11D2-4F0B-9075-579D1AF50368\",\"C47CC5EE-2CF1-4D98-8679-ED44435C14E0\"],\"_ClipMode\":\"visible\",\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"2\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":3},\"id\":\"9B0172EF-426B-4F13-8156-C80C2DF80485\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":9},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":10}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":12},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"layout\":{\"__isSmartRef__\":true,\"id\":13},\"_Align\":\"center\",\"eventsAreIgnored\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":14},\"_MaxTextWidth\":852,\"_MinTextWidth\":852,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"_Position\":{\"__isSmartRef__\":true,\"id\":15},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[229,\"D760A244-216E-4A66-8201-25AFC3AB6CC3\",\"D0DE1BA6-E69D-4C19-A257-9D846EA6D12C\",\"7590D64D-7524-4378-BB7E-845EC8CAE745\",\"8996B9DB-C10E-41E4-8286-056BBCF8E151\",\"18942143-8626-4D26-A7D9-153295EE4B23\",\"A410C3F9-F31A-4BC9-A998-ABA33334F720\",\"BEEB144B-EFF3-4E29-A539-41264A731D6C\",\"28B7F25C-B8D9-4D07-B94A-C4A9A35D67B2\",\"395D4415-072D-4BEC-AA6C-195D1347972A\",\"EC2D8014-4D60-448C-A874-3BD6C9604EA7\",\"DE4577EA-7D34-4421-AAC8-83F47657C444\",\"57A9B659-D46C-4300-8F2D-74D46571698A\",\"B1883C55-5E91-4942-A525-4CAB01379672\",\"7633C47A-9577-4388-B87C-2C2E46E21037\",\"A2C35D16-8A3E-4500-B2C8-5FAEC09E0486\",\"49E7A19D-5DE0-44C9-8745-DA781259A0DC\",\"F193BF0C-8D5E-440C-9F5F-6BE156399D7C\",\"BB5F9F24-35C9-44E7-A51F-9BF9740F3AB8\",\"8A589521-A08B-4E12-A978-A65B93353E67\",\"4D35CE0E-EE46-4056-8E4B-16445F1465CD\",\"F0A7F041-6D09-4F99-AB0D-AC8480E8F59E\",\"77FE420B-5F63-4048-8CA7-FC416C5533B3\",\"A3F904EB-DE9F-4035-B1AF-6D3D7AFF37B9\",\"3A236B93-C3C8-42AA-B1C0-DDAD443397DD\",\"C7D63D65-0B54-4C46-B3EE-56CD62887B3B\",\"06094A03-11BB-45A7-9C0B-84DBCAE612CE\",\"E1A5B7EF-9669-45E2-B37B-9EDAE70BADBA\",\"5E836821-BE9D-4FA4-A3EA-B3F4A7ABCBE7\",\"0FABFD0B-8045-40A2-91FB-D0B3106FD5A2\",\"1E35F95C-99C0-4276-A52C-1D840627A5BA\",\"28083B41-BDC9-4D93-98CC-5E9313CB6D4B\",\"58F77C72-9F80-44B3-86A9-0D0D5FA0D57F\",\"13301C6E-6213-4E77-AE35-18EC2A2DE9C7\",\"82D16570-B892-4458-8D1B-56C0834506A6\",\"3F2A2FC4-3E24-4FBC-8F7D-890782F6E000\",\"EBD5C14E-861D-4E43-875B-A668A08403D0\",\"1FB7210F-955D-4F88-AC19-97D004972CF3\",\"A3DEB2BD-345D-4367-A355-A0A5CE5F88A2\",\"770236F7-D912-44AA-9CD3-09F41899E232\",\"7EAA3E0D-2ADA-4A0C-BFFF-3290A5ED8BF6\",\"1CC36728-96AE-47EA-8BED-9A14008AD309\",\"F8C50FDF-6150-4B79-90B8-D4CBFA670A3E\",\"B2DD6E71-F36A-48A8-A032-0E283B9050EA\",\"22A60512-F6B0-47CD-B297-5254EF7BB20F\",\"5774702B-2665-403B-AF10-B7DA3B0C7289\",\"F841B335-02E4-4750-96C4-BEA1A7EED08E\",\"6D7A84C9-FFA1-4040-AB4B-9F998F7D5E15\",\"73ADFF71-A58A-4023-9CC5-1EFFBDC560D5\",\"048950F5-CE5B-4C18-82DF-04E31184B500\"],\"_TextColor\":{\"__isSmartRef__\":true,\"id\":16},\"_Scale\":1,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":17},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"3\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":4},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":7},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":8},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"6\":{\"x\":852,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"7\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"8\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"9\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"10\":{\"style\":{\"__isSmartRef__\":true,\"id\":11},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2},\"storedString\":\"LimeMachineObjectEditor\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"11\":{\"fontWeight\":\"normal\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"12\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"13\":{\"resizeWidth\":true},\"14\":{\"x\":852,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"15\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"16\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"17\":{\"requiredModules\":[],\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"18\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":19}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":31},\"id\":\"52A19110-5F32-43EF-985C-A18910607B12\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":47},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":48},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":49},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":50},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":37},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":51},\"label\":{\"__isSmartRef__\":true,\"id\":19},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"layout\":{\"__isSmartRef__\":true,\"id\":60},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":61},{\"__isSmartRef__\":true,\"id\":63}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"derivationIds\":[230,\"EE58E329-4B81-4ABE-A8D6-A3E1AA5BF908\",\"418BD036-5123-49E3-A68D-B2CA74DD4EBA\",\"AB2EC618-F852-4DB4-8601-C98F851F983A\",\"84444904-5A59-41A9-9200-77C2DFC28F0A\",\"BCDE4CA6-1D56-45F5-980B-4BF689C874DD\",\"C3377671-C2BC-4F1B-93B3-CF0083C27FC9\",\"F8D02126-AD53-4ED0-9EA5-6EB71D788E14\",\"CD6A0659-264E-4175-8900-DC5D9CD9CAE6\",\"25A69395-9A9F-46AD-9D7B-BE62EC93A84D\",\"4A50008D-7B6C-4077-AD8A-F0ABFEE54609\",\"D027A273-D3F7-4C76-8EC8-A657761EF2A6\",\"CC29371C-6136-4432-A14B-8CDE6D0E356A\",\"0D2F3233-0176-4B81-8060-39FFD170E6C1\",\"08587E9E-6A99-4A75-B242-B131DF1F7D4B\",\"B8BC3EB3-F857-4A8A-8EA3-04705684668B\",\"B7C3116E-D98A-4686-BB27-49892D39547F\",\"29D37581-4385-424E-9D12-A1F1785702F2\",\"23A549E3-406C-4619-ADC9-78298FB53569\",\"5CBC38F5-2B27-4FA6-96DC-0374586140DC\",\"B8787E7D-E23B-4EBF-B20B-8E8EB3ABD2BF\",\"8F7FF356-4B62-420A-BE5A-B86C398B7FCB\",\"F441A806-AB01-4D9B-9F84-00B0B556C504\",\"F03A0063-F515-4713-8B81-C7CDD35E30AD\",\"F40B58E2-E56F-4A38-8697-CCEA3C37A954\",\"3D48AB5A-1821-4E72-A68F-861A2AD709A5\",\"7632C28D-A2FD-4560-9A1B-EE77D1FF3A8A\",\"41EA89C0-6429-46E2-9501-A134E2BF8367\",\"D90319B2-4B45-4431-9DB3-F44786ECA839\",\"F077A760-0A93-4738-B0BA-8B5C9558EE72\",\"B9C53960-A9B9-4482-BD7F-946330426992\",\"93805D3E-4B1C-4BAA-8454-3E3927F2D083\",\"F721CD03-195A-465C-A342-F25C3BAAC110\",\"FE7CFEF7-8EBC-4FD0-9567-9A7BF5B3FD85\",\"6BF24EE1-2DBF-489D-B9E0-9F9F9141E3FF\",\"CB8EA0ED-0372-4B21-8965-C358F346DC96\",\"6CCB1C20-3066-440D-91DE-F0629D61F112\",\"6D41D526-239E-4624-A53A-367C3F772804\",\"534208A5-4BB5-41E6-AD49-580A3D61CB17\",\"DDE79D3A-0E6E-4E4B-8BB9-08AF02CA77F1\",\"9D81A989-C904-47A6-8237-CD9C9E2AC909\",\"A29CCF96-119A-4C50-AD59-ADECEDBA98E8\",\"A7BFF34E-E2A0-4D68-9EA8-E91F25D40E01\",\"F94347FD-5B3F-4A8C-9294-AF2283C70DEC\",\"13D8CC42-7A54-4AE1-9848-71CB86F35828\",\"641F3084-93D8-41E5-94B3-B766A5197F47\",\"1F74888E-A86B-4AE6-B416-E7935FBD863C\",\"4BCBD63A-2B93-46B8-8E46-358C78F6BBBC\",\"C34C40E7-8616-43D2-8250-80FF128C3E0F\",\"46096133-05B2-48B6-AD0E-64FA8A9CFC47\"],\"_ClipMode\":\"visible\",\"showsHalos\":false,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"19\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":20},\"id\":\"D8EFCA68-6471-480D-98F4-1924CC00549D\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":25},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":26}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":28},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":29},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":30},\"_MaxTextWidth\":13,\"_MinTextWidth\":13,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":18},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[231,\"8DB42E03-8473-4B83-81E2-61EE04DF890A\",\"B50E6B6E-F836-4B3E-8AD1-2B34DA86CE3B\",\"60439D94-5083-4977-8470-BD8843FF782A\",\"5EC44375-A7D5-4BD3-AFC7-C507DF8D60C8\",\"5BDCC4F6-C579-4A6F-96BB-2F59131EFD32\",\"712DF12F-50C4-4EEB-9C4C-47A4DC15E968\",\"6A46E35D-28F8-4F0F-B812-E79D2A1994B3\",\"5A9F3A61-DA02-432F-B92D-90126253AD44\",\"EF5811A8-74EC-4FA1-B994-FC261C7FD3F3\",\"52AE2953-CEAB-4A6A-8F94-7B47368D663D\",\"11A1DAEC-0A39-4089-8294-98ADB33B5E50\",\"2D286778-5885-4888-91BF-35075D2F972B\",\"A48CDD90-B0F1-46D9-928F-DA44C16A8B77\",\"CF0E7690-780A-45E1-BADB-CE246971030C\",\"A7AACEA7-EFAA-4F3E-B8EC-279EA4C34BC6\",\"F9CB5854-38E0-4B8C-B462-EC5414CA04CB\",\"4DCC138D-D2FA-4942-8EC4-08BB4A6E48DE\",\"0AAA8125-5364-4283-87DE-73B6619A7B5B\",\"6819840B-B19A-4744-BF65-801A782A0262\",\"16A4B896-CF06-43E9-B145-5E9F8ED3EF8C\",\"DF663139-9AC4-4EBE-AE19-2B5679CCEAA8\",\"1D8B6F87-2519-41C6-8462-FD601046E134\",\"67D92105-4EFA-497F-8D1E-8C6D99332958\",\"6890AD66-2640-44B7-B4E7-B96EC7C27256\",\"0E992870-5226-4AEA-A417-F0A3DA8CC200\",\"3D02A9BC-E978-400E-8811-34783FF9FD86\",\"1F74A3B8-8269-4625-954A-F38F909E708B\",\"B44E0DB9-B6ED-4E6E-9E50-54FBD99BF5B5\",\"F630AB6C-0D3D-475B-8412-96D6CB7237DC\",\"EA66AAA6-D9FE-447E-B979-2AB96BD1C2C3\",\"DE27FC05-27AB-49C9-BC38-A933CCC46E94\",\"90D4E4B9-4267-4C7E-B034-9EE6C63C23DA\",\"EC4210E0-DB45-451C-8CDB-4ED166512A8C\",\"78183129-28C9-4FCA-8789-F412187055D7\",\"73EE2685-15F9-4D4B-A690-A21CBFE9F0C9\",\"FB5C72B8-A236-407A-9745-E58F396CFDF0\",\"D7A0BB4C-D652-4C73-B1EB-0E61D8F6340F\",\"9EAC8EAF-3FAB-4F57-B2D3-1E43C5F18571\",\"44B581E3-E3FD-4F6F-B7C5-EB0F4C9C601A\",\"0250944C-385F-4673-8E84-11BE9B8C1126\",\"0085002D-6164-4FEE-A160-DC0F357806A2\",\"96964EB9-C3B5-480E-89BE-C3D814609E03\",\"C91E93D4-C0A8-451B-AAA1-CB0D7F243C95\",\"866B4993-83CD-4674-B5F5-BB54170B8616\",\"2D82A35F-5946-41DE-809C-A59CE3E98B62\",\"7FA05C0C-279B-4427-93DD-61A6A79E2FDA\",\"37E68176-6709-454B-B9D0-E92CEDDED8D6\",\"E325FABB-F990-489A-803E-764BBE93A2CD\",\"692E17C0-397C-4014-9C6E-BE06E1A4FC20\"],\"showsHalos\":false,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"20\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":21},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":22},\"_Extent\":{\"__isSmartRef__\":true,\"id\":23},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":24},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":8},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"21\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"22\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"23\":{\"x\":17,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"24\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"25\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"26\":{\"style\":{\"__isSmartRef__\":true,\"id\":27},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":19},\"storedString\":\"X\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"27\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"28\":{\"morph\":{\"__isSmartRef__\":true,\"id\":19},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"29\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"30\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"31\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":32},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":33},\"_Extent\":{\"__isSmartRef__\":true,\"id\":34},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":35},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":36},\"_Fill\":{\"__isSmartRef__\":true,\"id\":37},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"32\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"33\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"34\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"35\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"36\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"37\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":38},{\"__isSmartRef__\":true,\"id\":40},{\"__isSmartRef__\":true,\"id\":42},{\"__isSmartRef__\":true,\"id\":44}],\"vector\":{\"__isSmartRef__\":true,\"id\":46},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"38\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":39}},\"39\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"40\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":41}},\"41\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"42\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":43}},\"43\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"44\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":45}},\"45\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"46\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"47\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"48\":{\"morph\":{\"__isSmartRef__\":true,\"id\":18},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"49\":{\"x\":891,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"50\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"51\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":52},{\"__isSmartRef__\":true,\"id\":54},{\"__isSmartRef__\":true,\"id\":56},{\"__isSmartRef__\":true,\"id\":58}],\"vector\":{\"__isSmartRef__\":true,\"id\":46},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"52\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":53}},\"53\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"54\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":55}},\"55\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"56\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":57}},\"57\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"58\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":59}},\"59\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"60\":{\"moveHorizontal\":true},\"61\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":18},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":62},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"62\":{\"source\":{\"__isSmartRef__\":true,\"id\":18},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"63\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":18},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":64},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"64\":{\"source\":{\"__isSmartRef__\":true,\"id\":18},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"65\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":66}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":78},\"id\":\"417A7459-E68D-4B2D-B7E8-31A7B15FE730\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":83},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":84},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":85},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":86},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":37},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":87},\"label\":{\"__isSmartRef__\":true,\"id\":66},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":96},{\"__isSmartRef__\":true,\"id\":98}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"derivationIds\":[232,\"F393CBFF-A15D-4D1D-A3A3-DA0C7EF93B66\",\"5BC57B43-1661-4C92-827E-E6CCB6E519E1\",\"DDA3D28B-E4EA-4F17-9B68-D6964E9A2524\",\"93D34CE0-A8E8-43DA-AA3B-3B32912E0BC1\",\"93EA3F6A-3D2D-41E5-8FBD-16CDD8BD7946\",\"C32E10BE-5DA5-46B4-B508-BDA50452B006\",\"39B24C04-E0C8-46B6-91D3-A7CB1A79DF2A\",\"33E45199-4C9B-4815-8760-E9BB50B17AE7\",\"C25CBD71-C31B-4AA9-A244-4F689F7343B9\",\"320E4A47-80DF-45B8-8997-6F8BD9D14C16\",\"6D5959E7-D752-47B3-8F18-DB1D38739937\",\"9F07D24A-8FD4-4B5C-B1B7-0204B89741E5\",\"B3AC0AD0-2563-413C-A675-C3667C27B889\",\"0F42ECA6-D7C4-4D66-8962-0BF4E60600EB\",\"01EC08C0-C205-4B5B-BF9F-501946C17F89\",\"BA051765-D5B9-4296-B1FC-58806258F5F3\",\"EE599397-8AFE-4834-9A48-62F442B614E2\",\"1BB4524F-20FB-4997-88B1-4D088A6E8342\",\"FAD4EA35-53D3-4D09-8A10-47FAC08D3533\",\"B5581692-D2B2-443A-B00C-E92AEDB59C47\",\"5DC2C8EA-A8F9-4A63-8D7A-2100F5FAEFCA\",\"0BAFB803-B245-4EA0-B482-FB4B19AC28AB\",\"B84CEF99-CA9D-4FA6-B2AA-67E83FD79DB0\",\"F30AC2FE-0EDF-40E6-9E3A-D099A7DB36AC\",\"41EA7CE5-A435-46BF-BF6D-2A2871F5ABD4\",\"13C12ED9-7DA3-48EE-B860-84D199E89C80\",\"D5A06481-0A50-45E4-AB41-1646F503A6BC\",\"C91B851D-35AA-4D4F-B1E6-F525BD387949\",\"5A09C0F8-A4F8-487F-A986-E25CA4F37E41\",\"DDA9D125-4CD3-442C-910A-DC4FF8B9014C\",\"9F1DE3EF-27FE-4BCD-A3C1-7EDA072AB340\",\"F48779AA-AC81-4E2B-9A6A-CC3200C73AC0\",\"054A599E-9402-40A6-A863-DEA5009DFF0A\",\"F4FD123F-369D-486C-9A52-51CAF180703E\",\"8F2D7C82-8A2C-4BC7-B1D3-B30B4A749D2B\",\"9F7B93F6-CFAE-42CD-8A90-D9E85AD80FD1\",\"147B61A9-569A-4726-A74A-F304AD2A4F89\",\"7406D961-6D61-4C72-A3CA-3B3C6E7BCA95\",\"E3B6344F-4DB7-42E8-808B-C00DCFFDE416\",\"B157DD07-CEEF-41AE-802B-6329EC7201A5\",\"D438AB7D-1732-4EBE-BAA4-00D14BD0B036\",\"35FDC08A-9257-4ECE-97BD-0A7CD55B6C7A\",\"DC976C08-DCEE-46D6-9822-865A424CBC21\",\"2F476607-2BCD-4B2E-B3E0-A2B669C88B62\",\"FE3883C8-4BAE-47C8-9F94-F35FF890F14A\",\"6BC683DF-9D8B-44DA-9A7D-D5374DF0B8ED\",\"2589F916-F1C9-44E7-890D-68781560CBCB\",\"2E0F37D4-0122-4A14-AA6D-81FBD0323C25\",\"A2008B04-0A47-4862-AC91-57A64C8AFE01\"],\"_ClipMode\":\"visible\",\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"66\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":67},\"id\":\"06DB77AB-CAA9-4BB2-9899-5AEC09B4F22D\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":72},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":73}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":75},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":76},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":77},\"_MaxTextWidth\":13,\"_MinTextWidth\":13,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":65},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[233,\"E1DC624A-DE6A-4680-92DA-803BFFE6CD54\",\"2EB42409-E0C2-408B-8F84-EDF9EBFB2590\",\"0684F49F-5338-4D44-82C9-5A4E2D62EE72\",\"0B73719D-BC87-4B8D-890D-30C0714B5584\",\"90D2BAAA-EB9D-45AF-8770-9616421A5762\",\"1FAA3617-0517-49D7-ADCB-15357C49A9BB\",\"F746D14F-BC62-4FAC-A5F0-DCC9D1DF650A\",\"6F027012-81B2-4760-B5ED-11342DEAAE72\",\"922D9F59-AB45-4279-9919-69D11CA2CC2D\",\"1BE57CCE-1EE8-4CBF-9989-873B82709981\",\"F3EB613F-A6B4-4174-906A-FD347063B359\",\"65712D5D-80A0-461C-BC56-3C771CEC295C\",\"8CDF04CC-3F0F-43B9-B953-DEA8D0C8AE8E\",\"C953211B-F2ED-4E67-B40F-802E801928F0\",\"32060BF7-DF78-4F32-8570-DFB1C2DE1AD4\",\"00AE2134-E209-416C-8C3E-BDB4BAADE021\",\"5042795D-5B9F-4E21-A7D9-BC66C30B62ED\",\"C8CC3C84-FC09-4496-AA5C-9C2AAB4B69EB\",\"BD5C8C45-4D5E-4DF6-85B9-9DF6F5F2DC23\",\"A5338019-0A7F-430D-8F50-10AFB7B66356\",\"D68643D2-8DE7-45CA-A6BF-F4A4907CF7D1\",\"E33259F2-457A-42F8-A229-B24C9E850837\",\"2EBDA8C2-4650-4E1C-BDD7-FFD59A1B7DC5\",\"8EEC590F-BF09-44BD-AFCA-9CB44A2D476A\",\"C100760D-9E3E-4423-BE9B-8F7021DB3DED\",\"B11796BC-877E-4CB7-A11E-5115231CC09A\",\"38F3FD70-8FC5-4221-A737-722B6580E649\",\"8EEECCB8-F6D5-4CE8-B7BE-15CFD41F015B\",\"72ABCF9C-D7E3-41EC-8142-CDA778C656D6\",\"7B0694D4-90C5-461D-B8BE-BA6394EB4995\",\"1E7DCB2A-4531-4E6C-ADBF-DF05D2986031\",\"A1A9F131-B029-42D7-A7D0-88796EC00489\",\"1C2A4D65-64AB-468F-BD53-B8E469D2A96A\",\"6304B8A4-6038-4178-96E4-609D25F3D367\",\"58F43426-8878-4393-ACAF-B444ECFA05C2\",\"7280E8F9-83E2-455C-AEBB-7EFDBCF59DDF\",\"6DD35D71-D82C-496C-AEF6-528235A4619A\",\"1CC12DF7-FFE4-4CE9-ABDA-F20F8CD5C7F4\",\"4AA2402B-12B3-4832-B735-FEF7BD3E5328\",\"393EBDED-CD95-43D5-80C6-465C21367D9E\",\"7787BAD2-AC2F-423B-9B48-D2515BACE231\",\"E7107C46-E012-4E94-8BA7-0899E1F04DCD\",\"D821405A-81D5-46F7-A21C-C90A24FCEA4C\",\"41EBD016-3426-4810-98A7-1C85085162D3\",\"C6D5AD14-52B2-447F-8FEC-1EB6175B13FC\",\"2011CF6B-B771-4956-8420-B67B90E13376\",\"DEE6ED61-AABF-4052-8963-C53C54C4A5DB\",\"A19F218B-D780-4FC5-BA7C-E81A3E139333\",\"D3BAC18C-741F-428F-AA97-08D1B9F30EB1\"],\"_Scale\":1,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"67\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":68},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":69},\"_Extent\":{\"__isSmartRef__\":true,\"id\":70},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":71},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":8},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"68\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"69\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"70\":{\"x\":17,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"71\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"72\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"73\":{\"style\":{\"__isSmartRef__\":true,\"id\":74},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":66},\"storedString\":\"M\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"74\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"75\":{\"morph\":{\"__isSmartRef__\":true,\"id\":66},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"76\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"77\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"78\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":79},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":80},\"_Extent\":{\"__isSmartRef__\":true,\"id\":81},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":82},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":36},\"_Fill\":{\"__isSmartRef__\":true,\"id\":37},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"79\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"80\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"81\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"82\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"83\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"84\":{\"morph\":{\"__isSmartRef__\":true,\"id\":65},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"85\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"86\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"87\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":88},{\"__isSmartRef__\":true,\"id\":90},{\"__isSmartRef__\":true,\"id\":92},{\"__isSmartRef__\":true,\"id\":94}],\"vector\":{\"__isSmartRef__\":true,\"id\":46},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"88\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":89}},\"89\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"90\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":91}},\"91\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"92\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":93}},\"93\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"94\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":95}},\"95\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"96\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":65},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":97},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"97\":{\"source\":{\"__isSmartRef__\":true,\"id\":65},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"98\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":65},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":99},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"99\":{\"source\":{\"__isSmartRef__\":true,\"id\":65},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"100\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":101}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":113},\"id\":\"74AB12A1-22F4-45CA-BEBA-D84F3EFE0786\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":118},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":119},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":120},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":121},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":37},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":122},\"label\":{\"__isSmartRef__\":true,\"id\":101},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"layout\":{\"__isSmartRef__\":true,\"id\":131},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":132},{\"__isSmartRef__\":true,\"id\":134}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"derivationIds\":[234,\"EC7EDE8E-294A-46CF-85BB-BBC525336E13\",\"F24B29EE-0964-499D-834F-E3D087DC6003\",\"F6F3659F-9229-46AA-9B9E-46627A7062B2\",\"A88C4D93-582A-4C0D-9F97-F2F0E291BB7E\",\"AA05682F-3E98-433C-8C01-422A46068DFC\",\"A12AF6EA-E1A6-4527-8E16-D276C19A3A0E\",\"4C7D6ACD-B49F-4877-889E-F26C1CC71D95\",\"7AB2CBD2-B47B-4414-8053-0488FB51D18C\",\"47BF14A4-BBD6-42CA-AF7A-9A29CD80DE50\",\"CC8F7059-EA26-45D8-B311-D21333B72ED9\",\"247902EB-2D95-48A7-890A-5F22856E0397\",\"11F20F21-5097-47F4-B440-94CB42631F86\",\"C823344E-DCF7-4940-818A-35F6706F9FE9\",\"B22E1C30-F84F-4C87-A019-F9246469158E\",\"9995E9C7-FB6C-4B86-A5A9-C2C67D9A0C13\",\"87609EDF-37E7-4444-A82F-49591BC369B9\",\"FD00D820-5203-4A51-8FD1-A165D0D46C00\",\"24EC0B9C-0DDF-41F4-9057-B76F0F2F468B\",\"5D24CB0D-BB0C-4267-B426-90F8AE507152\",\"BCC9CAD7-221D-4A63-93E7-ABF67A95FB27\",\"9542225C-D76B-4895-9B78-B9A57D671A52\",\"39CB2E90-1F3F-4E3A-8F17-5776AD8663C8\",\"199F8104-88D7-4A1C-B67A-82CB9E2DB80B\",\"30FB5E7A-AF35-4B27-98FF-773D69CF0505\",\"6AFBDD91-F7CC-4525-B90F-673948ED56EC\",\"BF05A683-6B67-41D6-9C44-6936E4A095C3\",\"B2F1947B-8B06-492E-8446-E8F49E69E792\",\"D1C96F40-8451-4821-A4B1-0E1B3A29583A\",\"417254CC-93F6-4DAF-9010-79215410A46D\",\"A467F959-2A97-43A9-8915-36781DE61CD2\",\"CD4DCB82-A43B-43DB-A251-C90DC66DAD5F\",\"7E2E50C6-2A3F-401C-A321-5BA83FA503EC\",\"B5D805F7-C60C-4520-BE8F-8C0570655A13\",\"F777401C-EEEF-4BDA-95FE-D6DDB399D477\",\"79C172C1-CE33-4CED-A212-5C2BF3B0573C\",\"7D46700C-6612-48EC-9B00-95B0D27F3C07\",\"7CBA96CC-360C-43B9-8265-4CE8262C6059\",\"CD53F1BB-EBC5-4F16-8923-2360A7F64613\",\"4AED9121-C9A8-409F-A2C0-11E9828841A9\",\"D89DC98E-AFB9-4A04-AEE1-7C5BBA97DF88\",\"94C47F37-2154-4A1E-AB5F-6E03BBBAD0FA\",\"93BBCD92-A950-4FA2-A05F-4B52C1C1280B\",\"F0BF95BB-71AE-46E9-A25E-52C5C03DA04E\",\"3CD4393D-D8E2-4839-80BD-AF07C71F9A51\",\"038F706F-6B7C-4533-AF8A-D99C5AA1CDA1\",\"C6E30F9B-C9E5-495F-A277-EF71A6658EA1\",\"481275EC-90E7-4224-8AE5-E35C23FD4A38\",\"878DF22B-158E-4756-8C62-28B6C97FD3F7\",\"592B57AD-F1FC-41CE-844A-2A1C2CBEE048\"],\"_ClipMode\":\"visible\",\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"101\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":102},\"id\":\"0C088A10-88ED-4A50-8504-08F82035375D\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":107},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":108}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":110},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":111},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":112},\"_MaxTextWidth\":13,\"_MinTextWidth\":13,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":100},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[235,\"F92ECC97-5F5B-4CDA-A829-270D000F0D88\",\"A7CDAD5D-BCA1-4AF0-A092-9E81DF1F5C1B\",\"35639FEE-51E8-4469-BB0E-5D1650F1E695\",\"65EBC411-8078-4C93-9A62-F3E8D325DBA7\",\"3F66B345-86BE-4AF4-84FC-BA468E960283\",\"5CA475ED-1D1C-4934-9671-012AA9BAA280\",\"CAC47AC8-FBAF-42E5-9BDA-15414CDFBDDE\",\"8B27F43D-0C2C-4217-9FBC-EC95AE8A708D\",\"6B04D1E4-D30D-4CF1-B117-D3BDEE6BA8AD\",\"C3C98596-F14C-4BDD-A87A-73B964C92577\",\"D1D0BD50-D401-411A-B179-6C1620DBFF84\",\"602DCA3B-3172-420D-9C12-CD36CD749955\",\"E8C5C4F0-759B-4AB5-9062-386DFF130EC7\",\"F4C99B11-335B-4C4F-B817-2999228A3675\",\"CB7DF7B3-E657-494E-83D2-19F7E68563D1\",\"C6BA5350-5100-4248-91C7-CD543EC313F8\",\"B05A9475-604D-42F7-998B-EDDEEEDA1A01\",\"F91DA6BF-C5F1-4E32-8E15-ED90F8DE969C\",\"05CA3F0E-D5A8-4869-8521-91819D5B7026\",\"04FB51BA-8DA5-4CFF-BD06-4FFE5DEDEAFB\",\"363100D1-9A7F-429E-9D57-0AC41C64F66B\",\"08C97193-8BFA-4D8C-807E-570A23C062EB\",\"ECB110A5-3CB7-4515-A2BE-FDBA777D59DC\",\"254E239F-B862-4BF5-B1E9-53BF8DC63091\",\"6ED7DD88-7533-4697-B41E-504A11645D21\",\"F76FF7BB-968A-4A05-9245-BCAB0B006C3C\",\"93BA6302-272D-4302-A184-96660E481110\",\"B2F9AE62-E0AA-4CAB-AF46-C641AE14E153\",\"79B37709-6251-44BB-9584-77DB3FEA9C6F\",\"F6860BD8-C347-436B-9C0B-765B7D6121E9\",\"19C85DE8-761C-46DA-BA8B-14BA06CC5D22\",\"8D307736-4D11-4525-B711-2116A109AC46\",\"C9DE4348-57DE-4DA6-90D2-E6D2A3E14885\",\"150C8794-7730-4766-AA38-9A8681123C7F\",\"68F5FFEE-E5F3-495C-884D-1C28D7C929F8\",\"B889CF46-2D37-46E7-86F2-B54FCB698C73\",\"2E445268-1F5D-46DE-AB2F-F30EE265F7A2\",\"1F2EE517-95C8-44B6-BB67-5593661DD0F1\",\"03DCFA47-7F90-48FE-994B-D4BD4910C289\",\"C8095989-D4A6-453B-850A-20C2A59544B4\",\"721D4191-BCFD-4F19-BF05-4EC39F2A9959\",\"3076952D-B0D7-4053-A07C-4D3748EA5CB4\",\"6DB52D4F-9EE0-4436-AED3-40B6C4831CC8\",\"845D03F1-3081-4F5D-9EE9-0007D7A54234\",\"7C8E6B7F-F405-4315-99D2-A28E8A5E3A01\",\"D0B906A6-2450-4BA0-B76A-787DABA67810\",\"15016C62-D102-488F-B344-F068908AC806\",\"241107DE-19D0-4D8B-97DF-D70ACF92D0F6\",\"E6EB07EE-3E5A-4D0C-ADF8-F17FA200F99D\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"102\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":103},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":104},\"_Extent\":{\"__isSmartRef__\":true,\"id\":105},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":106},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":8},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"103\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"104\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"105\":{\"x\":17,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"106\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"107\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"108\":{\"style\":{\"__isSmartRef__\":true,\"id\":109},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":101},\"storedString\":\"–\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"109\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"110\":{\"morph\":{\"__isSmartRef__\":true,\"id\":101},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"111\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"112\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"113\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":114},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":115},\"_Extent\":{\"__isSmartRef__\":true,\"id\":116},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":117},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":36},\"_Fill\":{\"__isSmartRef__\":true,\"id\":37},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"114\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"115\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"116\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"117\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"118\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"119\":{\"morph\":{\"__isSmartRef__\":true,\"id\":100},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"120\":{\"x\":872,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"121\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"122\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":123},{\"__isSmartRef__\":true,\"id\":125},{\"__isSmartRef__\":true,\"id\":127},{\"__isSmartRef__\":true,\"id\":129}],\"vector\":{\"__isSmartRef__\":true,\"id\":46},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"123\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":124}},\"124\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"125\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":126}},\"126\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"127\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":128}},\"128\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"129\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":130}},\"130\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"131\":{\"moveHorizontal\":true},\"132\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":100},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":133},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"133\":{\"source\":{\"__isSmartRef__\":true,\"id\":100},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"134\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":100},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":135},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"135\":{\"source\":{\"__isSmartRef__\":true,\"id\":100},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"136\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":137},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":138},\"_Extent\":{\"__isSmartRef__\":true,\"id\":139},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":140},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":141},\"_Fill\":{\"__isSmartRef__\":true,\"id\":142},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"137\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"138\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"139\":{\"x\":911,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"140\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"141\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"142\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":143},{\"__isSmartRef__\":true,\"id\":145}],\"vector\":{\"__isSmartRef__\":true,\"id\":147},\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\"},\"143\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":144}},\"144\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"145\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":146}},\"146\":{\"r\":0.6400000000000001,\"g\":0.6400000000000001,\"b\":0.6400000000000001,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"147\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__LivelyClassName__\":\"Rectangle\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"148\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"149\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"150\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"151\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"152\":{\"x\":911,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"153\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":154},{\"__isSmartRef__\":true,\"id\":1025},{\"__isSmartRef__\":true,\"id\":807},{\"__isSmartRef__\":true,\"id\":1040},{\"__isSmartRef__\":true,\"id\":1056},{\"__isSmartRef__\":true,\"id\":1107},{\"__isSmartRef__\":true,\"id\":1157},{\"__isSmartRef__\":true,\"id\":1213},{\"__isSmartRef__\":true,\"id\":649},{\"__isSmartRef__\":true,\"id\":666},{\"__isSmartRef__\":true,\"id\":1268},{\"__isSmartRef__\":true,\"id\":1387},{\"__isSmartRef__\":true,\"id\":1402},{\"__isSmartRef__\":true,\"id\":1417},{\"__isSmartRef__\":true,\"id\":1501},{\"__isSmartRef__\":true,\"id\":1585},{\"__isSmartRef__\":true,\"id\":1669},{\"__isSmartRef__\":true,\"id\":1718},{\"__isSmartRef__\":true,\"id\":1783},{\"__isSmartRef__\":true,\"id\":1974}],\"scripts\":[],\"id\":\"3213C828-07F6-4DAC-BBCC-3FDF8C77CCCA\",\"shape\":{\"__isSmartRef__\":true,\"id\":2031},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"showsHalos\":false,\"name\":\"ObjectEditorPane\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":2038},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2041},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2042},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2043},\"layout\":{\"__isSmartRef__\":true,\"id\":2044},\"target\":null,\"scriptPane\":{\"__isSmartRef__\":true,\"id\":649},\"scriptList\":{\"__isSmartRef__\":true,\"id\":154},\"connectionList\":{\"__isSmartRef__\":true,\"id\":807},\"morphSelector\":{\"__isSmartRef__\":true,\"id\":1268},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"changeIndicator\":{\"__isSmartRef__\":true,\"id\":666},\"isBeingDragged\":false,\"prevScroll\":[0,0],\"grabbingEnabled\":false,\"draggingEnabled\":false,\"currentCategory\":null,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":2045},\"tagChooser\":{\"__isSmartRef__\":true,\"id\":1417},\"currentTag\":null,\"derivationIds\":[206,\"3BDE080D-3D60-4BB9-A690-E6001350F596\",\"00E28CBF-E803-4BC0-93CC-651AC21008A5\",\"1B7E7936-0145-47E4-8433-DFE58134E74B\",\"422B98E3-E52B-4057-9C28-865873682DE1\",\"BCDE8D30-ECC2-4883-9587-2518B6822233\",\"BA6D5198-5AC2-4A63-9597-D4CF98A99CA9\",\"17E22972-5EBC-4511-9779-05E9E665D899\",\"C6F34039-F423-4223-8D6A-85611A138372\",\"7EC3BECE-1BDA-471D-B14C-C4FB822AA55C\",\"88F702A6-6067-4160-8561-54FAD27ADB17\",\"738F5E09-C109-4CD0-B5F5-418A6227ABA0\",\"0DC59884-6397-4391-A9A7-FB6F9F97E5AD\",\"14C76016-3134-4E27-8E8F-AF9EE6ACCF4E\",\"FEB1641E-DEA0-449B-B5E5-D3946457A986\",\"5A09E61D-0939-46DD-B099-6337F45EAD81\",\"16066972-4C03-4322-B059-9982C10ACC23\",\"D40427AA-B41B-4462-9124-67D1E743D67B\",\"737F8A7B-E84D-480A-8732-A19FB0CF335C\",\"9FBAE0E7-672A-43EE-B0CD-42411317F4A7\",\"2D9A629D-C5A7-4D81-9DF6-68EA80BB94D4\",\"E0CE880A-FD69-4EB9-B671-4752B0DEAD15\",\"FE0E245C-5130-49DC-BB43-C4ED2D2E5AE7\",\"F42ABC49-746A-46C2-9338-505E56D5CAAC\",\"75A4A5F0-4D2A-4534-AA78-CC8BFAFCF3B7\",\"6C8A50CA-AAD1-4297-A5E5-632A691E1481\",\"4D369DE3-C303-4715-BFA3-FC1C40CA87EB\",\"2F12D7D2-7A17-4381-9CBC-34ECFB6DF46B\",\"42C68169-0674-44D9-BD9C-F416F75FEE15\",\"418D862A-752F-43B4-99F6-79F43505C5B5\",\"7DBEC58D-2D8D-481E-9235-94C57EC1C898\",\"617EA90C-2DC9-4093-B0F1-68A6F2573735\",\"0AD22B6C-0777-46CB-AC3E-8F2BFD7BB6CB\",\"1CF652D4-5699-427B-9EEC-BF55DA4F9905\",\"B794A175-6E87-4801-91F8-E3FD3A681B97\",\"0DA6D44B-6272-4A48-A1B5-9CA69687705F\",\"7E716324-67B2-47C9-B980-74CE6D6CC8C6\",\"9661B16A-D7D7-40B1-A100-367C9C68B7D1\",\"5BABAD6D-0720-44C8-A8E5-5C01EB4C8D7E\",\"3D1B4C9D-5702-4D31-B08C-3A44BCE84E06\",\"686DCE99-3AE7-406B-9925-45EE57632F0C\",\"248E65AD-CA41-4A90-A642-6C8CEB13A4ED\",\"0F150935-ED7D-401F-A7F9-4C493701359F\",\"EE548526-A638-4B28-A94A-F9D216CD586D\",\"E0A45CAE-52C2-4105-9092-3E961738854C\",\"3EEC1B07-9949-4C90-886D-AC6A2A8F6A13\",\"92CEA01A-02F1-478B-A145-410A0DA0F9DD\",\"40E4BAAF-4447-4010-85B9-3A66F032DF4C\",\"67271234-D5D9-4820-9203-250B5743D1CA\",\"46C8DEA6-5B64-4719-AFAD-EB60B010B5CA\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":2046},\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"partTests\":{\"__isSmartRef__\":true,\"id\":2047},\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1,\"historyList\":{\"__isSmartRef__\":true,\"id\":1718},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":2048},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"154\":{\"submorphs\":[],\"scripts\":[],\"id\":\"F6D3E4C2-CD13-4CC7-8A46-7C93978C9BCB\",\"shape\":{\"__isSmartRef__\":true,\"id\":155},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":162},\"itemList\":[],\"showsHalos\":false,\"name\":\"ObjectEditorScriptList\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":163},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"_ClipMode\":\"auto\",\"owner\":{\"__isSmartRef__\":true,\"id\":153},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":164},\"prevScroll\":[0,0],\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":165}],\"doNotSerialize\":[\"$$selection\"],\"doNotCopyProperties\":[\"$$selection\"],\"layout\":{\"__isSmartRef__\":true,\"id\":170},\"doitContext\":{\"__isSmartRef__\":true,\"id\":171},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1014},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1015},\"_FontSize\":10,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1016},\"isBeingDragged\":false,\"grabbingEnabled\":false,\"draggingEnabled\":false,\"isCopyMorphRef\":true,\"morphRefId\":17,\"currentCategory\":null,\"derivationIds\":[207,\"D87334B5-DFB8-438D-8038-D2C55A798E3B\",\"4242A24B-D284-4130-BB19-C1AB8C7E96CB\",\"1F2230C1-4745-4EED-8827-5D3FC0EA8D8A\",\"1260A8AA-AD41-451A-A761-BE75A33282E8\",\"11AABB24-1595-4EDC-95DF-8BC66785F47A\",\"CA99FFE7-13DD-4721-8DE2-6A587B0C65D9\",\"E01A3DAA-0001-4C7C-A6A7-449C3945A3E6\",\"8C3C70BF-E1CE-4FB9-8407-24EA990D4E49\",\"D70897C1-82FA-42AD-9D81-A0698E9072CC\",\"69BB0838-2830-4831-A681-185E03308396\",\"434D4493-4DD6-466F-A202-7364A5829C52\",\"93D99F39-CC07-45EB-9459-5230A80A20D2\",\"4756DE7D-3422-46FC-B24B-5565F597D490\",\"7AF59BEC-20A9-4451-AD6E-39E86979D18D\",\"07109F49-B19B-4C20-8632-697478AA1FFB\",\"6E34B132-2E8C-49BA-A10D-A61F1B323692\",\"07D34570-751F-4DB5-991D-19FE432ABE68\",\"D0B17D82-5028-4BD9-A931-ECEF17F2EF87\",\"D7D1E388-5410-4948-B9B8-3F5009FB1DE5\",\"9977D802-776C-4575-AA88-3AEC8BA7DD86\",\"282368B0-F8A5-4299-99F1-B0718463C926\",\"ABD68C84-9001-40FA-AA1D-88E7382360D3\",\"3D09CBAE-7AE0-4EEB-AB37-A2D35C27BFEA\",\"3293B2A6-E091-4898-AACA-A9CBD8DDB0F7\",\"EE701FFD-C5C2-4D3D-AF9C-2E32DB06FA0B\",\"79C2B275-15A4-4B99-9799-14F2818C64A1\",\"10BAC779-9BF5-463E-84F7-96E2D1DA2720\",\"3C1737F8-1A51-4805-8899-8BD9604DD37F\",\"86171B2A-A60C-43BC-A06B-AD8C25CB68EF\",\"BE7956F3-8412-45C8-9EA0-0CC6079246E5\",\"722699B7-0072-4E73-8F31-83362BD88D6C\",\"549F213A-932E-4634-8FF6-EE7312196859\",\"5269F546-A27A-459D-AFAB-7A7E927CC3EA\",\"B027EA8A-4D3B-4060-8928-A1423B32E37F\",\"B2A095A1-5B17-4A2F-91A0-84B94805D2FC\",\"261960DB-7ACC-4D90-AF1F-911D41F0F36E\",\"6DBADD61-56F0-4CA4-B65C-3EDDC2F5D40F\",\"6FC7F730-E4C6-4A29-825E-F91F90366B3C\",\"77E08C5C-D0D7-412B-AADB-0F2E4E5F5D0F\",\"1DA1CB4F-DE88-473E-909A-C9278A9A71B5\",\"5A995B1E-A441-4219-A1B7-B8BE673CDCC2\",\"372C45F6-848E-4268-9040-57B36AE8C60A\",\"85DA79CA-B7F7-4797-B5C2-A12AD329FBE9\",\"77C705F5-A70C-4845-A80B-005B1BF4B660\",\"77CC0685-6031-4F73-ADD9-39936E432E0E\",\"F1BF1784-ADEF-4FE6-A421-B5DD7EA300B1\",\"6B060092-7B55-4430-8B05-43FB6ED1BB99\",\"EDEC7B44-BAAF-4A94-A88D-4D9EE0DB6276\",\"8E54BCB0-F560-4A69-AF00-000BF54BB09F\"],\"_Rotation\":0,\"_Scale\":1,\"changeTriggered\":true,\"selection\":null,\"selectedLineNo\":3,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1017},\"__LivelyClassName__\":\"lively.morphic.List\"},\"155\":{\"position\":{\"__isSmartRef__\":true,\"id\":156},\"_Extent\":{\"__isSmartRef__\":true,\"id\":157},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":158},\"_Fill\":{\"__isSmartRef__\":true,\"id\":159},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":160},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":161},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"156\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"157\":{\"x\":180,\"y\":313.61253261443596,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"158\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"159\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"160\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"161\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"162\":{\"x\":10,\"y\":63.027958027992966,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"163\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"migrationLevel\":2,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"164\":{\"x\":180,\"y\":312.61253261443596,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"165\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":154},\"sourceAttrName\":\"selection\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":153},\"targetMethodName\":\"displaySourceForScript\",\"converterString\":\"function (value) {\\n return (value === '-- ALL --') ? null : value;\\n}\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":166},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":167},\"__LivelyClassName__\":\"AttributeConnection\"},\"166\":{\"source\":{\"__isSmartRef__\":true,\"id\":154},\"target\":{\"__isSmartRef__\":true,\"id\":153}},\"167\":{\"converter\":{\"__isSmartRef__\":true,\"id\":168}},\"168\":{\"originalFunc\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":166},\"source\":\"function (value) {\\n return (value === '-- ALL --') ? null : value;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":169},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"169\":{},\"170\":{\"resizeHeight\":true},\"171\":{\"submorphs\":[],\"scripts\":[],\"id\":836,\"shape\":{\"__isSmartRef__\":true,\"id\":172},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":177},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":178},\"titleBar\":{\"__isSmartRef__\":true,\"id\":179},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":320},\"collapsedTransform\":null,\"collapsedExtent\":null,\"expandedTransform\":{\"__isSmartRef__\":true,\"id\":321},\"expandedExtent\":{\"__isSmartRef__\":true,\"id\":322},\"highlighted\":true,\"_Rotation\":0,\"_Scale\":1,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":323},\"showsHalos\":false,\"name\":\"ObjectEditor\",\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"target\":{\"__isSmartRef__\":true,\"id\":324},\"expandedPosition\":{\"__isSmartRef__\":true,\"id\":647},\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":648},\"scriptList\":{\"__isSmartRef__\":true,\"id\":154},\"scriptPane\":{\"__isSmartRef__\":true,\"id\":649},\"classButton\":{\"__isSmartRef__\":true,\"id\":762},\"connectionList\":{\"__isSmartRef__\":true,\"id\":807},\"targetButton\":{\"__isSmartRef__\":true,\"id\":832},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":875},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Position\":{\"__isSmartRef__\":true,\"id\":876},\"morphSelector\":{\"__isSmartRef__\":true,\"id\":877},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":961},\"cameForward\":false,\"isCopyMorphRef\":true,\"morphRefId\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":962},\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"172\":{\"_BorderWidth\":1,\"_Fill\":{\"__isSmartRef__\":true,\"id\":173},\"_StrokeOpacity\":0,\"_BorderRadius\":9.25,\"_Extent\":{\"__isSmartRef__\":true,\"id\":174},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":175},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":176},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"173\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"174\":{\"x\":981,\"y\":585.2,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"175\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"176\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"177\":{\"adjustForNewBounds\":true},\"178\":{\"x\":981,\"y\":585.2,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"179\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":180},{\"__isSmartRef__\":true,\"id\":193},{\"__isSmartRef__\":true,\"id\":237},{\"__isSmartRef__\":true,\"id\":269}],\"scripts\":[],\"id\":837,\"shape\":{\"__isSmartRef__\":true,\"id\":302},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":315},\"_Position\":{\"__isSmartRef__\":true,\"id\":316},\"eventsAreIgnored\":true,\"windowMorph\":{\"__isSmartRef__\":true,\"id\":171},\"label\":{\"__isSmartRef__\":true,\"id\":180},\"closeButton\":{\"__isSmartRef__\":true,\"id\":193},\"menuButton\":{\"__isSmartRef__\":true,\"id\":237},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":269},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":317},\"owner\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"name\":\"ObjectEditorTitleBar\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":318},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":319},\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"180\":{\"submorphs\":[],\"scripts\":[],\"id\":838,\"shape\":{\"__isSmartRef__\":true,\"id\":181},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":186},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":187},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":188},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":189}],\"evalEnabled\":false,\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":10,\"_Align\":\"center\",\"owner\":{\"__isSmartRef__\":true,\"id\":179},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":191},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":192},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"181\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":182},\"_Extent\":{\"__isSmartRef__\":true,\"id\":183},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":184},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":185},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"182\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"183\":{\"x\":921.9776803724167,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"184\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"185\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"186\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"187\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"188\":{\"x\":921.9776803724167,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"189\":{\"style\":{\"__isSmartRef__\":true,\"id\":190},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":180},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"190\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"191\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"192\":{\"morph\":{\"__isSmartRef__\":true,\"id\":180},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"193\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":194}],\"scripts\":[],\"id\":839,\"shape\":{\"__isSmartRef__\":true,\"id\":206},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":221},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":222},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":210},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":223},\"label\":{\"__isSmartRef__\":true,\"id\":194},\"owner\":{\"__isSmartRef__\":true,\"id\":179},\"layout\":{\"__isSmartRef__\":true,\"id\":232},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":233},{\"__isSmartRef__\":true,\"id\":234}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":235},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":236},\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"194\":{\"submorphs\":[],\"scripts\":[],\"id\":840,\"shape\":{\"__isSmartRef__\":true,\"id\":195},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":199},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":200},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":201},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":202}],\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":193},\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":8,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":204},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":205},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"195\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":196},\"_Extent\":{\"__isSmartRef__\":true,\"id\":197},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":184},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":198},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"196\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"197\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"198\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"199\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"200\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"201\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"202\":{\"style\":{\"__isSmartRef__\":true,\"id\":203},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":194},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"203\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"204\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"205\":{\"morph\":{\"__isSmartRef__\":true,\"id\":194},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"206\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":207},\"_Extent\":{\"__isSmartRef__\":true,\"id\":208},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":209},\"_Fill\":{\"__isSmartRef__\":true,\"id\":210},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":220},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"207\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"208\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"209\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"210\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":211},{\"__isSmartRef__\":true,\"id\":213},{\"__isSmartRef__\":true,\"id\":215},{\"__isSmartRef__\":true,\"id\":217}],\"vector\":{\"__isSmartRef__\":true,\"id\":219},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"211\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":212}},\"212\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"213\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":214}},\"214\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"215\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":216}},\"216\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"217\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":218}},\"218\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"219\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"220\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"221\":{\"x\":960.9776803724167,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"222\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"223\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":224},{\"__isSmartRef__\":true,\"id\":226},{\"__isSmartRef__\":true,\"id\":228},{\"__isSmartRef__\":true,\"id\":230}],\"vector\":{\"__isSmartRef__\":true,\"id\":219},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"224\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":225}},\"225\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"226\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":227}},\"227\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"228\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":229}},\"229\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"230\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":231}},\"231\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"232\":{\"moveHorizontal\":true},\"233\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":193},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":171},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"234\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":193},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":171},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"235\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"236\":{\"morph\":{\"__isSmartRef__\":true,\"id\":193},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"237\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":238}],\"scripts\":[],\"id\":841,\"shape\":{\"__isSmartRef__\":true,\"id\":250},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":254},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":255},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":210},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":256},\"label\":{\"__isSmartRef__\":true,\"id\":238},\"owner\":{\"__isSmartRef__\":true,\"id\":179},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":265},{\"__isSmartRef__\":true,\"id\":266}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"showsHalos\":false,\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":267},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":268},\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"238\":{\"submorphs\":[],\"scripts\":[],\"id\":842,\"shape\":{\"__isSmartRef__\":true,\"id\":239},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":243},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":244},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":245},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":246}],\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":237},\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":8,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":248},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":249},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"239\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":240},\"_Extent\":{\"__isSmartRef__\":true,\"id\":241},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":184},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":242},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"240\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"241\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"242\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"243\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"244\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"245\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"246\":{\"style\":{\"__isSmartRef__\":true,\"id\":247},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":238},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"247\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"248\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"249\":{\"morph\":{\"__isSmartRef__\":true,\"id\":238},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"250\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":251},\"_Extent\":{\"__isSmartRef__\":true,\"id\":252},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":209},\"_Fill\":{\"__isSmartRef__\":true,\"id\":210},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":253},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"251\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"252\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"253\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"254\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"255\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"256\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":257},{\"__isSmartRef__\":true,\"id\":259},{\"__isSmartRef__\":true,\"id\":261},{\"__isSmartRef__\":true,\"id\":263}],\"vector\":{\"__isSmartRef__\":true,\"id\":219},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"257\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":258}},\"258\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"259\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":260}},\"260\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"261\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":262}},\"262\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"263\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":264}},\"264\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"265\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":237},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":171},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"266\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":237},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":171},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"267\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"268\":{\"morph\":{\"__isSmartRef__\":true,\"id\":237},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"269\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":270}],\"scripts\":[],\"id\":843,\"shape\":{\"__isSmartRef__\":true,\"id\":282},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":286},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":287},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":210},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":288},\"label\":{\"__isSmartRef__\":true,\"id\":270},\"owner\":{\"__isSmartRef__\":true,\"id\":179},\"layout\":{\"__isSmartRef__\":true,\"id\":297},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":298},{\"__isSmartRef__\":true,\"id\":299}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":300},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":301},\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"270\":{\"submorphs\":[],\"scripts\":[],\"id\":844,\"shape\":{\"__isSmartRef__\":true,\"id\":271},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":275},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":276},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":277},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":278}],\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":269},\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":8,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":280},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":281},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"271\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":272},\"_Extent\":{\"__isSmartRef__\":true,\"id\":273},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":184},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":274},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"272\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"273\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"274\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"275\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"276\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"277\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"278\":{\"style\":{\"__isSmartRef__\":true,\"id\":279},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":270},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"279\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"280\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"281\":{\"morph\":{\"__isSmartRef__\":true,\"id\":270},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"282\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":283},\"_Extent\":{\"__isSmartRef__\":true,\"id\":284},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":209},\"_Fill\":{\"__isSmartRef__\":true,\"id\":210},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":285},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"283\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"284\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"285\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"286\":{\"x\":941.9776803724167,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"287\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"288\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":289},{\"__isSmartRef__\":true,\"id\":291},{\"__isSmartRef__\":true,\"id\":293},{\"__isSmartRef__\":true,\"id\":295}],\"vector\":{\"__isSmartRef__\":true,\"id\":219},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"289\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":290}},\"290\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"291\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":292}},\"292\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"293\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":294}},\"294\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"295\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":296}},\"296\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"297\":{\"moveHorizontal\":true},\"298\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":269},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":171},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"299\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":269},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":171},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"300\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"301\":{\"morph\":{\"__isSmartRef__\":true,\"id\":269},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"302\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":303},\"_Extent\":{\"__isSmartRef__\":true,\"id\":304},\"_BorderWidth\":2,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":305},\"_Fill\":{\"__isSmartRef__\":true,\"id\":306},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":314},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"303\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"304\":{\"x\":980.9776803724167,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"305\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"306\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":307},{\"__isSmartRef__\":true,\"id\":309},{\"__isSmartRef__\":true,\"id\":311}],\"vector\":{\"__isSmartRef__\":true,\"id\":313},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"307\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":308}},\"308\":{\"r\":0.7200000000000001,\"g\":0.7200000000000001,\"b\":0.7200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"309\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":310}},\"310\":{\"r\":0.9,\"g\":0.9,\"b\":0.9,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"311\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":312}},\"312\":{\"r\":0.7200000000000001,\"g\":0.7200000000000001,\"b\":0.7200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"313\":{\"x\":0,\"y\":1,\"width\":0,\"height\":-1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"314\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"315\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"316\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"317\":{\"x\":980.9776803724167,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"318\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"319\":{\"morph\":{\"__isSmartRef__\":true,\"id\":179},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"320\":{\"x\":0,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"321\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":377.6609726943286,\"f\":419.5142810783999,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"lively.morphic.Similitude\"},\"322\":{\"x\":861.5223196275833,\"y\":575.166499196892,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"323\":{\"x\":613,\"y\":129,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"324\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":325},\"id\":394,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":331},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":332}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":334},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":335},\"_ClipMode\":\"auto\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":336},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":337},\"_MaxTextWidth\":500,\"_MaxTextHeight\":200,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":338},\"layout\":{\"__isSmartRef__\":true,\"id\":485},\"doitContext\":{\"__isSmartRef__\":true,\"id\":486},\"priorSelectionRange\":[0,36],\"charsReplaced\":\"\",\"lastFindLoc\":20,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"325\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":326},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":327},\"_Extent\":{\"__isSmartRef__\":true,\"id\":328},\"_BorderWidth\":2,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":329},\"_Fill\":{\"__isSmartRef__\":true,\"id\":330},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"326\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"327\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"328\":{\"x\":500,\"y\":200,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"329\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"330\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"331\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"332\":{\"style\":{\"__isSmartRef__\":true,\"id\":333},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":324},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"333\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"334\":{\"morph\":{\"__isSmartRef__\":true,\"id\":324},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"335\":{\"x\":2,\"y\":1,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"336\":{\"x\":0,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"337\":{\"x\":500,\"y\":200,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"338\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":324},{\"__isSmartRef__\":true,\"id\":339}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":476},\"id\":395,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":479},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":480},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":481},\"LK2\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":482},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":483},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":324},\"titleBar\":{\"__isSmartRef__\":true,\"id\":339},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":336},\"collapsedTransform\":null,\"collapsedExtent\":null,\"expandedTransform\":null,\"expandedExtent\":null,\"ignoreEventsOnExpand\":false,\"highlighted\":true,\"_Rotation\":0,\"_Scale\":1,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":484},\"cameForward\":false,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"339\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":340},{\"__isSmartRef__\":true,\"id\":353},{\"__isSmartRef__\":true,\"id\":399},{\"__isSmartRef__\":true,\"id\":432}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":466},\"id\":396,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":471},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":472},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":473},\"_Position\":{\"__isSmartRef__\":true,\"id\":474},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":338},\"label\":{\"__isSmartRef__\":true,\"id\":340},\"closeButton\":{\"__isSmartRef__\":true,\"id\":353},\"menuButton\":{\"__isSmartRef__\":true,\"id\":399},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":432},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":475},\"owner\":{\"__isSmartRef__\":true,\"id\":338},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"340\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":341},\"id\":397,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":345},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":346}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":348},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":349},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"layout\":{\"__isSmartRef__\":true,\"id\":350},\"_FontSize\":10,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"owner\":{\"__isSmartRef__\":true,\"id\":339},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":351},\"_MaxTextWidth\":441,\"_MaxTextHeight\":17,\"_Position\":{\"__isSmartRef__\":true,\"id\":352},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"341\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":342},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":343},\"_Extent\":{\"__isSmartRef__\":true,\"id\":344},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":329},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"342\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"343\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"344\":{\"x\":441,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"345\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"346\":{\"style\":{\"__isSmartRef__\":true,\"id\":347},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":340},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"347\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"348\":{\"morph\":{\"__isSmartRef__\":true,\"id\":340},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"349\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"350\":{\"resizeWidth\":true},\"351\":{\"x\":0,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"352\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"353\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":354}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":366},\"id\":398,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":381},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":382},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":383},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":384},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":371},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":385},\"label\":{\"__isSmartRef__\":true,\"id\":354},\"owner\":{\"__isSmartRef__\":true,\"id\":339},\"layout\":{\"__isSmartRef__\":true,\"id\":394},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":395},{\"__isSmartRef__\":true,\"id\":397}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"354\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":355},\"id\":399,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":359},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":360}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":362},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":363},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":364},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":365},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":353},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"355\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":356},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":357},\"_Extent\":{\"__isSmartRef__\":true,\"id\":358},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":329},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"356\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"357\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"358\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"359\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"360\":{\"style\":{\"__isSmartRef__\":true,\"id\":361},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":354},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"361\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"362\":{\"morph\":{\"__isSmartRef__\":true,\"id\":354},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"363\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"364\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"365\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"366\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":367},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":368},\"_Extent\":{\"__isSmartRef__\":true,\"id\":369},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":370},\"_Fill\":{\"__isSmartRef__\":true,\"id\":371},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"367\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"368\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"369\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"370\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"371\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":372},{\"__isSmartRef__\":true,\"id\":374},{\"__isSmartRef__\":true,\"id\":376},{\"__isSmartRef__\":true,\"id\":378}],\"vector\":{\"__isSmartRef__\":true,\"id\":380},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"372\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":373}},\"373\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"374\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":375}},\"375\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"376\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":377}},\"377\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"378\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":379}},\"379\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"380\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"381\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"382\":{\"morph\":{\"__isSmartRef__\":true,\"id\":353},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"383\":{\"x\":480,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"384\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"385\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":386},{\"__isSmartRef__\":true,\"id\":388},{\"__isSmartRef__\":true,\"id\":390},{\"__isSmartRef__\":true,\"id\":392}],\"vector\":{\"__isSmartRef__\":true,\"id\":380},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"386\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":387}},\"387\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"388\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":389}},\"389\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"390\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":391}},\"391\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"392\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":393}},\"393\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"394\":{\"moveHorizontal\":true},\"395\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":353},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":338},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":396},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"396\":{\"source\":{\"__isSmartRef__\":true,\"id\":353},\"target\":{\"__isSmartRef__\":true,\"id\":338}},\"397\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":353},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":338},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":398},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"398\":{\"source\":{\"__isSmartRef__\":true,\"id\":353},\"target\":{\"__isSmartRef__\":true,\"id\":338}},\"399\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":400}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":411},\"id\":400,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":415},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":416},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":417},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":418},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":371},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":419},\"label\":{\"__isSmartRef__\":true,\"id\":400},\"owner\":{\"__isSmartRef__\":true,\"id\":339},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":428},{\"__isSmartRef__\":true,\"id\":430}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"400\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":401},\"id\":401,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":405},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":406}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":408},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":363},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":409},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":410},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":399},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"401\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":402},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":403},\"_Extent\":{\"__isSmartRef__\":true,\"id\":404},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":329},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"402\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"403\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"404\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"405\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"406\":{\"style\":{\"__isSmartRef__\":true,\"id\":407},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":400},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"407\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"408\":{\"morph\":{\"__isSmartRef__\":true,\"id\":400},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"409\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"410\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"411\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":412},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":413},\"_Extent\":{\"__isSmartRef__\":true,\"id\":414},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":370},\"_Fill\":{\"__isSmartRef__\":true,\"id\":371},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"412\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"413\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"414\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"415\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"416\":{\"morph\":{\"__isSmartRef__\":true,\"id\":399},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"417\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"418\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"419\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":420},{\"__isSmartRef__\":true,\"id\":422},{\"__isSmartRef__\":true,\"id\":424},{\"__isSmartRef__\":true,\"id\":426}],\"vector\":{\"__isSmartRef__\":true,\"id\":380},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"420\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":421}},\"421\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"422\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":423}},\"423\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"424\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":425}},\"425\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"426\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":427}},\"427\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"428\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":399},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":338},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":429},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"429\":{\"source\":{\"__isSmartRef__\":true,\"id\":399},\"target\":{\"__isSmartRef__\":true,\"id\":338}},\"430\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":399},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":338},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":431},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"431\":{\"source\":{\"__isSmartRef__\":true,\"id\":399},\"target\":{\"__isSmartRef__\":true,\"id\":338}},\"432\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":433}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":444},\"id\":402,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":448},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":449},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":450},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":451},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":371},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":452},\"label\":{\"__isSmartRef__\":true,\"id\":433},\"owner\":{\"__isSmartRef__\":true,\"id\":339},\"layout\":{\"__isSmartRef__\":true,\"id\":461},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":462},{\"__isSmartRef__\":true,\"id\":464}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"433\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":434},\"id\":403,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":438},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":439}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":441},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":363},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":442},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":443},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":432},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"434\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":435},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":436},\"_Extent\":{\"__isSmartRef__\":true,\"id\":437},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":329},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"435\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"436\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"437\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"438\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"439\":{\"style\":{\"__isSmartRef__\":true,\"id\":440},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":433},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"440\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"441\":{\"morph\":{\"__isSmartRef__\":true,\"id\":433},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"442\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"443\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"444\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":445},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":446},\"_Extent\":{\"__isSmartRef__\":true,\"id\":447},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":370},\"_Fill\":{\"__isSmartRef__\":true,\"id\":371},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"445\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"446\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"447\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"448\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"449\":{\"morph\":{\"__isSmartRef__\":true,\"id\":432},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"450\":{\"x\":461,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"451\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"452\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":453},{\"__isSmartRef__\":true,\"id\":455},{\"__isSmartRef__\":true,\"id\":457},{\"__isSmartRef__\":true,\"id\":459}],\"vector\":{\"__isSmartRef__\":true,\"id\":380},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"453\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":454}},\"454\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"455\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":456}},\"456\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"457\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":458}},\"458\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"459\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":460}},\"460\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"461\":{\"moveHorizontal\":true},\"462\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":432},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":338},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":463},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"463\":{\"source\":{\"__isSmartRef__\":true,\"id\":432},\"target\":{\"__isSmartRef__\":true,\"id\":338}},\"464\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":432},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":338},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":465},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"465\":{\"source\":{\"__isSmartRef__\":true,\"id\":432},\"target\":{\"__isSmartRef__\":true,\"id\":338}},\"466\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":467},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":468},\"_Extent\":{\"__isSmartRef__\":true,\"id\":469},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":470},\"_Fill\":{\"__isSmartRef__\":true,\"id\":306},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"467\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"468\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"469\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"470\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"471\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"472\":{\"morph\":{\"__isSmartRef__\":true,\"id\":339},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"473\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"474\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"475\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"476\":{\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":477},\"_BorderWidth\":0,\"_Fill\":null,\"_StrokeOpacity\":0,\"_BorderRadius\":0,\"_Extent\":{\"__isSmartRef__\":true,\"id\":478},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"477\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"478\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"479\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"480\":{\"morph\":{\"__isSmartRef__\":true,\"id\":338},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"481\":{\"adjustForNewBounds\":true},\"482\":{\"x\":1234,\"y\":448,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"483\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"484\":{\"x\":1478,\"y\":453,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"485\":{\"resizeWidth\":true,\"resizeHeight\":true},\"486\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":487},{\"__isSmartRef__\":true,\"id\":501}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":631},\"id\":361,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":635},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":636},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":637},\"LK2\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":638},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":639},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":487},\"titleBar\":{\"__isSmartRef__\":true,\"id\":501},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":497},\"collapsedTransform\":{\"__isSmartRef__\":true,\"id\":640},\"collapsedExtent\":{\"__isSmartRef__\":true,\"id\":641},\"expandedTransform\":{\"__isSmartRef__\":true,\"id\":642},\"expandedExtent\":{\"__isSmartRef__\":true,\"id\":643},\"ignoreEventsOnExpand\":false,\"owner\":null,\"showsHalos\":false,\"highlighted\":true,\"_Rotation\":0,\"_Scale\":1,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":644},\"expandedPosition\":{\"__isSmartRef__\":true,\"id\":645},\"state\":\"shutdown\",\"collapsedPosition\":{\"__isSmartRef__\":true,\"id\":646},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"487\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":488},\"id\":360,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":493},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":494}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":496},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":335},\"_ClipMode\":\"auto\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Monaco,monospace\",\"_Position\":{\"__isSmartRef__\":true,\"id\":497},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":498},\"_MaxTextWidth\":500,\"_MaxTextHeight\":0,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":486},\"layout\":{\"__isSmartRef__\":true,\"id\":499},\"syntaxHighlightingWhileTyping\":true,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":500}],\"doNotSerialize\":[\"$$textString\"],\"doNotCopyProperties\":[\"$$textString\"],\"lastSyntaxHighlightTime\":1307282796737,\"accessibleInInactiveWindow\":true,\"eventsAreIgnored\":false,\"_HandStyle\":\"default\",\"_PointerEvents\":\"auto\",\"_Visible\":true,\"charsReplaced\":\"\",\"lastFindLoc\":15,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textString\":\"undefined\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"488\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":489},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":490},\"_Extent\":{\"__isSmartRef__\":true,\"id\":491},\"_BorderWidth\":2,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":329},\"_Fill\":{\"__isSmartRef__\":true,\"id\":492},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"489\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"490\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"491\":{\"x\":500,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"492\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"493\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"494\":{\"style\":{\"__isSmartRef__\":true,\"id\":495},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":487},\"storedString\":\"undefined\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"495\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"496\":{\"morph\":{\"__isSmartRef__\":true,\"id\":487},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"497\":{\"x\":0,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"498\":{\"x\":500,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"499\":{\"resizeWidth\":true,\"resizeHeight\":true},\"500\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":487},\"sourceAttrName\":\"textString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":487},\"targetMethodName\":\"highlightJavaScriptSyntax\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"501\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":502},{\"__isSmartRef__\":true,\"id\":514},{\"__isSmartRef__\":true,\"id\":548},{\"__isSmartRef__\":true,\"id\":581}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":615},\"id\":362,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":626},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":627},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":628},\"_Position\":{\"__isSmartRef__\":true,\"id\":629},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":486},\"label\":{\"__isSmartRef__\":true,\"id\":502},\"closeButton\":{\"__isSmartRef__\":true,\"id\":514},\"menuButton\":{\"__isSmartRef__\":true,\"id\":548},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":581},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":630},\"owner\":{\"__isSmartRef__\":true,\"id\":486},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"502\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":503},\"id\":363,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":507},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":508}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":510},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":349},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"layout\":{\"__isSmartRef__\":true,\"id\":511},\"_FontSize\":10,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"owner\":{\"__isSmartRef__\":true,\"id\":501},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":512},\"_MaxTextWidth\":441,\"_MaxTextHeight\":17,\"_Position\":{\"__isSmartRef__\":true,\"id\":513},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"503\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":504},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":505},\"_Extent\":{\"__isSmartRef__\":true,\"id\":506},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":329},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"504\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"505\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"506\":{\"x\":441,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"507\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"508\":{\"style\":{\"__isSmartRef__\":true,\"id\":509},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":502},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"509\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"510\":{\"morph\":{\"__isSmartRef__\":true,\"id\":502},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"511\":{\"resizeWidth\":true},\"512\":{\"x\":0,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"513\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"514\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":515}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":526},\"id\":364,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":530},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":531},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":532},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":533},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":371},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":534},\"label\":{\"__isSmartRef__\":true,\"id\":515},\"owner\":{\"__isSmartRef__\":true,\"id\":501},\"layout\":{\"__isSmartRef__\":true,\"id\":543},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":544},{\"__isSmartRef__\":true,\"id\":546}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"515\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":516},\"id\":365,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":520},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":521}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":523},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":363},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":524},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":525},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":514},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"516\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":517},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":518},\"_Extent\":{\"__isSmartRef__\":true,\"id\":519},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":329},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"517\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"518\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"519\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"520\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"521\":{\"style\":{\"__isSmartRef__\":true,\"id\":522},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":515},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"522\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"523\":{\"morph\":{\"__isSmartRef__\":true,\"id\":515},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"524\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"525\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"526\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":527},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":528},\"_Extent\":{\"__isSmartRef__\":true,\"id\":529},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":370},\"_Fill\":{\"__isSmartRef__\":true,\"id\":371},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"527\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"528\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"529\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"530\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"531\":{\"morph\":{\"__isSmartRef__\":true,\"id\":514},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"532\":{\"x\":480,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"533\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"534\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":535},{\"__isSmartRef__\":true,\"id\":537},{\"__isSmartRef__\":true,\"id\":539},{\"__isSmartRef__\":true,\"id\":541}],\"vector\":{\"__isSmartRef__\":true,\"id\":380},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"535\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":536}},\"536\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"537\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":538}},\"538\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"539\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":540}},\"540\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"541\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":542}},\"542\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"543\":{\"moveHorizontal\":true},\"544\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":514},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":486},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":545},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"545\":{\"source\":{\"__isSmartRef__\":true,\"id\":514},\"target\":{\"__isSmartRef__\":true,\"id\":486}},\"546\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":514},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":486},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":547},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"547\":{\"source\":{\"__isSmartRef__\":true,\"id\":514},\"target\":{\"__isSmartRef__\":true,\"id\":486}},\"548\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":549}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":560},\"id\":366,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":564},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":565},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":566},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":567},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":371},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":568},\"label\":{\"__isSmartRef__\":true,\"id\":549},\"owner\":{\"__isSmartRef__\":true,\"id\":501},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":577},{\"__isSmartRef__\":true,\"id\":579}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"549\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":550},\"id\":367,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":554},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":555}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":557},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":363},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":558},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":559},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":548},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"550\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":551},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":552},\"_Extent\":{\"__isSmartRef__\":true,\"id\":553},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":329},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"551\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"552\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"553\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"554\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"555\":{\"style\":{\"__isSmartRef__\":true,\"id\":556},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":549},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"556\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"557\":{\"morph\":{\"__isSmartRef__\":true,\"id\":549},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"558\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"559\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"560\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":561},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":562},\"_Extent\":{\"__isSmartRef__\":true,\"id\":563},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":370},\"_Fill\":{\"__isSmartRef__\":true,\"id\":371},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"561\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"562\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"563\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"564\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"565\":{\"morph\":{\"__isSmartRef__\":true,\"id\":548},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"566\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"567\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"568\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":569},{\"__isSmartRef__\":true,\"id\":571},{\"__isSmartRef__\":true,\"id\":573},{\"__isSmartRef__\":true,\"id\":575}],\"vector\":{\"__isSmartRef__\":true,\"id\":380},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"569\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":570}},\"570\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"571\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":572}},\"572\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"573\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":574}},\"574\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"575\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":576}},\"576\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"577\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":548},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":486},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":578},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"578\":{\"source\":{\"__isSmartRef__\":true,\"id\":548},\"target\":{\"__isSmartRef__\":true,\"id\":486}},\"579\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":548},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":486},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":580},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"580\":{\"source\":{\"__isSmartRef__\":true,\"id\":548},\"target\":{\"__isSmartRef__\":true,\"id\":486}},\"581\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":582}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":593},\"id\":368,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":597},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":598},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":599},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":600},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":371},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":601},\"label\":{\"__isSmartRef__\":true,\"id\":582},\"owner\":{\"__isSmartRef__\":true,\"id\":501},\"layout\":{\"__isSmartRef__\":true,\"id\":610},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":611},{\"__isSmartRef__\":true,\"id\":613}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"582\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":583},\"id\":369,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":587},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":588}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":590},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":363},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":591},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":592},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":581},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"583\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":584},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":585},\"_Extent\":{\"__isSmartRef__\":true,\"id\":586},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":329},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"584\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"585\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"586\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"587\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"588\":{\"style\":{\"__isSmartRef__\":true,\"id\":589},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":582},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"589\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"590\":{\"morph\":{\"__isSmartRef__\":true,\"id\":582},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"591\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"592\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"593\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":594},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":595},\"_Extent\":{\"__isSmartRef__\":true,\"id\":596},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":370},\"_Fill\":{\"__isSmartRef__\":true,\"id\":371},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"594\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"595\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"596\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"597\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"598\":{\"morph\":{\"__isSmartRef__\":true,\"id\":581},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"599\":{\"x\":461,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"600\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"601\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":602},{\"__isSmartRef__\":true,\"id\":604},{\"__isSmartRef__\":true,\"id\":606},{\"__isSmartRef__\":true,\"id\":608}],\"vector\":{\"__isSmartRef__\":true,\"id\":380},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"602\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":603}},\"603\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"604\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":605}},\"605\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"606\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":607}},\"607\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"608\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":609}},\"609\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"610\":{\"moveHorizontal\":true},\"611\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":581},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":486},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":612},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"612\":{\"source\":{\"__isSmartRef__\":true,\"id\":581},\"target\":{\"__isSmartRef__\":true,\"id\":486}},\"613\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":581},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":486},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":614},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"614\":{\"source\":{\"__isSmartRef__\":true,\"id\":581},\"target\":{\"__isSmartRef__\":true,\"id\":486}},\"615\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":616},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":617},\"_Extent\":{\"__isSmartRef__\":true,\"id\":618},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":470},\"_Fill\":{\"__isSmartRef__\":true,\"id\":619},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"616\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"617\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"618\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"619\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":620},{\"__isSmartRef__\":true,\"id\":622},{\"__isSmartRef__\":true,\"id\":624}],\"vector\":{\"__isSmartRef__\":true,\"id\":380},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"620\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":621}},\"621\":{\"r\":0.8600000000000001,\"g\":0.8600000000000001,\"b\":0.8600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"622\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":623}},\"623\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"624\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":625}},\"625\":{\"r\":0.8600000000000001,\"g\":0.8600000000000001,\"b\":0.8600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"626\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"627\":{\"morph\":{\"__isSmartRef__\":true,\"id\":501},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"628\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"629\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"630\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"631\":{\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":632},\"_BorderWidth\":0,\"_Fill\":null,\"_StrokeOpacity\":0,\"_BorderRadius\":0,\"_Extent\":{\"__isSmartRef__\":true,\"id\":633},\"_Position\":{\"__isSmartRef__\":true,\"id\":634},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"632\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"633\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"634\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"635\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"636\":{\"morph\":{\"__isSmartRef__\":true,\"id\":486},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"637\":{\"adjustForNewBounds\":true},\"638\":{\"x\":1131,\"y\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"639\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"640\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":1131,\"f\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"lively.morphic.Similitude\"},\"641\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"642\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":1131,\"f\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"lively.morphic.Similitude\"},\"643\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"644\":{\"x\":1507,\"y\":76,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"645\":{\"x\":1131,\"y\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"646\":{\"x\":1131,\"y\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"647\":{\"x\":377.6609726943286,\"y\":419.5142810783999,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"648\":{\"requiredModules\":[],\"migrationLevel\":2,\"partsSpaceName\":\"PartsBin/Tools\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"Edit scripts and connections of a specific morph. Early version.\",\"partName\":\"ObjectEditor\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"649\":{\"submorphs\":[],\"scripts\":[],\"id\":\"077E4E3F-0529-4B90-8851-C566C375712B\",\"shape\":{\"__isSmartRef__\":true,\"id\":650},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":657},\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Monaco,courier\",\"_MaxTextWidth\":526.0285365288846,\"_MaxTextHeight\":null,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":658}],\"layout\":{\"__isSmartRef__\":true,\"id\":660},\"showsHalos\":false,\"prevScroll\":[0,0],\"name\":\"ObjectEditorScriptPane\",\"charsReplaced\":\"ccccc\",\"lastFindLoc\":115,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":661},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":662},\"_ClipMode\":\"auto\",\"_FontSize\":9,\"lastSyntaxHighlightTime\":3,\"doitContext\":null,\"savedTextString\":\"// changed at Tue Jun 05 2012 09:50:53 GMT+0200 (CEST) by soergel \\nthis.addScript(function foo() {\\n alert(\\\"barsssrrr?\\\");\\n}).tag([]);\",\"_Align\":\"left\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":663},\"lastSearchString\":\"stringsformat\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":664},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":665},{\"__isSmartRef__\":true,\"id\":691}],\"doNotSerialize\":[\"$$textString\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\"],\"doNotCopyProperties\":[\"$$textString\"],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":692},\"_MinTextWidth\":526.0285365288846,\"_MinTextHeight\":null,\"lastSaveSource\":\"\",\"isBeingDragged\":false,\"draggingEnabled\":false,\"objectEditorPane\":{\"__isSmartRef__\":true,\"id\":153},\"isCopyMorphRef\":true,\"morphRefId\":1,\"statusMorph\":{\"__isSmartRef__\":true,\"id\":693},\"derivationIds\":[219,\"DD5046D0-C1D6-412A-83C9-CD7EE63D40E0\",\"4D92BDFD-A599-4154-A197-A4B1292C1619\",\"98551F68-B128-4262-9BC2-6B8AC7C8D7C0\",\"47731662-FF8E-4C0F-A170-FD5C56A06021\",\"3FC7FDE6-156F-4056-BB04-B76D8B6C5472\",\"C1E8D5BB-56F9-47B3-A520-BEEFEF791823\",\"115FC149-EEF9-415A-A5B7-AB0B9D0170A4\",\"0D66FA39-01E7-4F16-840C-4FA0FA14DD10\",\"B0A74693-DE3F-4867-8DC0-61B098A8F0D1\",\"3547765B-E224-48EC-B58F-278C1DC7422E\",\"8561ACCF-315A-46EC-9412-BC5D4C55D437\",\"533D6602-9E1A-414A-9646-0FEF9ECCEBF7\",\"5141CF81-6EA1-419B-97AC-62C22FEFC658\",\"B9E83FD9-9781-4F00-8A07-0C96E0D29D3D\",\"034F48B5-B4B1-4DF5-9FA5-9A9CFB99F43A\",\"79F29E9A-4C40-4366-B9E3-89EED6AA868A\",\"CD468917-A7AD-49D0-9B67-1D8C488BCAA9\",\"346271FC-8CCA-4583-944F-6079A4A53B57\",\"E73CC518-640D-4BAA-A601-0D94BCE915E6\",\"59641143-790A-42F5-8A4F-258509FA427B\",\"85E60C5C-ED9F-4D21-88CF-3E989C535029\",\"849642E5-3EFB-43F3-AD5A-D19D1199DB58\",\"C02551ED-9F4E-4BA6-8826-856EB1F5E023\",\"647B6E12-0521-40C0-AC63-0531749FD417\",\"FF34A6CD-49EF-4843-8A91-EB5299B43075\",\"3E8CA2FE-773E-4E11-8D47-6D36DB814CEC\",\"CBA4E734-C39B-444E-B395-BF83AC59F02E\",\"ECB94B9E-29B5-47A2-B782-0948A2F51E32\",\"1CFD4DDB-1BC4-488C-AE74-2F0473D39149\",\"0124BBA6-6D44-4A5A-985E-7CA2C5CE600A\",\"83D71952-B11D-4CF9-8076-06669B1F721E\",\"4A7DF0BB-BD18-42FB-83D2-6E4B4CDB9675\",\"7FCA5003-AA5F-4EF3-8EC6-F3830E2B518C\",\"41191893-32A3-4157-A5B3-10BDB408BBA9\",\"D51544BD-6BD4-4D18-B71A-0A656F130ADA\",\"8AC634EE-A6AD-4432-B408-926C5586F715\",\"A6220F61-8DCA-497A-A1F2-F2A9D37B098F\",\"DE739D70-76AD-4E54-8348-33BC7BC9846F\",\"1C54D504-0C56-4D23-A871-9F7E6F122154\",\"A7687D5D-A2C6-42A5-8E18-56520D73E7C0\",\"89512E65-1D2F-48A6-BA6F-94D984D02281\",\"26A73E46-0CD7-4942-B4FF-229BDFC2C956\",\"63FEC996-674F-4338-BCCA-7E095A281158\",\"091E71FE-D3DE-42EB-B069-4B16FFF12798\",\"9BFB7F12-2071-426B-8B0D-23A6AEDA0F69\",\"FEAD9B55-E087-43B3-99EC-692E29F6F759\",\"6D8DB581-FC1C-4C5E-94CC-6175EE234018\",\"67810F36-7381-4C0C-9CA2-6BD31795D2AC\",\"D1FD986F-7BC6-4FED-AB34-BE1BF403E03C\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":708},\"owner\":{\"__isSmartRef__\":true,\"id\":153},\"syntaxHighlightingWhileTyping\":true,\"#startLetters\":\"enable\",\"_Rotation\":0,\"_Scale\":1,\"_syntaxHighlightTimeout\":null,\"textString\":\"\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":709},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"650\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":651},\"_Extent\":{\"__isSmartRef__\":true,\"id\":652},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":653},\"_Fill\":{\"__isSmartRef__\":true,\"id\":654},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":655},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_ClipMode\":\"auto\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":656},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"651\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"652\":{\"x\":528.0285365288846,\"y\":451.61253261443596,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"653\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"654\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"655\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"656\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"657\":{\"x\":2,\"y\":1,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"658\":{\"style\":{\"__isSmartRef__\":true,\"id\":659},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":649},\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"659\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"660\":{\"resizeWidth\":true,\"resizeHeight\":true},\"661\":{\"requiredModules\":[],\"partsSpaceName\":\"PartsBin/Widgets/\",\"migrationLevel\":2,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"662\":{\"x\":528.0285365288846,\"y\":451.61253261443596,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"663\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"664\":{\"morph\":{\"__isSmartRef__\":true,\"id\":649},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"665\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":649},\"sourceAttrName\":\"textString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":666},\"targetMethodName\":\"indicateUnsavedChanges\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"666\":{\"submorphs\":[],\"scripts\":[],\"id\":\"76AC8250-D312-46A0-AAFD-F66BD3E50383\",\"shape\":{\"__isSmartRef__\":true,\"id\":667},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":674},\"showsHalos\":false,\"name\":\"ChangeIndicator\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":675},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":676},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":677},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":153},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":678},\"layout\":{\"__isSmartRef__\":true,\"id\":679},\"isBeingDragged\":false,\"savedColor\":{\"__isSmartRef__\":true,\"id\":670},\"alarmColor\":{\"__isSmartRef__\":true,\"id\":680},\"grabbingEnabled\":false,\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":681},\"isCopyMorphRef\":true,\"morphRefId\":26,\"derivationIds\":[220,\"EE491D24-F056-4AFE-A669-7B7048C6C3D1\",\"3FA4A8C3-0FC0-43A0-8C00-00A96F9022E2\",\"62DAD3C6-A81D-450F-B32F-601EA7E619D8\",\"EEDB0C58-5990-481A-A7FF-ACB1A2DF08DD\",\"16F708CB-1259-4A75-BAEF-1A5216C6CB19\",\"97CA61D3-E09B-43CD-9880-D8B36FA303F3\",\"0AF6BEEC-8A57-44FF-9D8D-40BA6CC6A0CD\",\"AF2BEE76-C34F-457E-8699-9896327A4C07\",\"5EC39FF0-602F-44A2-BE3A-04FCA127E5D1\",\"44CEBF61-9A92-4E36-9576-425D5054B471\",\"E9ACF86B-B775-4125-83BC-7E4500597D40\",\"FE62294A-F891-45E4-AAE7-6F386B5A8CB5\",\"8771140D-0D57-4CAF-A57B-857F858CCC73\",\"BE774795-5889-4DB8-A366-1C774555761B\",\"89DA16ED-5636-4C0D-B52F-A327A5526DD6\",\"525E33D4-9719-4A84-A599-57E9FAED8E82\",\"84B64613-1504-42B2-965F-FB457547D991\",\"FA4D391C-79A0-4BFF-8ABD-5ABA5613EC81\",\"45199533-88CB-469F-9579-14F61563911D\",\"1A85C762-E106-4ABE-BCDB-1ECFAB6186EE\",\"4FFF8275-09C0-4BC8-97C7-6B8A8D5A5A70\",\"8A4076B9-1C6A-491B-A39F-F8FB0E8FAB90\",\"7C27DD49-1D24-44BA-BA22-513D28AB6853\",\"352B20B7-CCEA-4454-82B1-3ED81ECB63C3\",\"B7D11471-9273-4C63-92C1-7F473B080B22\",\"9C698718-7D38-40FF-A7F2-2776C0A5797F\",\"D5874DD7-D962-463E-80B2-2AB6D3167036\",\"E40BA18B-E92F-48BE-96C2-2245EFC3B3A9\",\"89D23AEA-201D-4BE2-AD5C-43AC23A39E47\",\"454A05E9-119B-4A6A-A760-5DCEA8DFA901\",\"97BDB75D-EF45-431F-93D9-8B9A82EBE456\",\"074BB527-C53B-421C-898F-C6CA6A0040A5\",\"0259BAA5-5D46-428D-9916-8FA2DE24E363\",\"34AEC12A-1E8B-4685-8C77-2D504E2839E6\",\"1F383B41-0CF2-4BE6-A2C3-6A13E4870332\",\"CDCC621A-42F0-42AA-8BF0-591F26454EB5\",\"748B2A1B-3BCA-4FF5-9E8A-DAA6B995C7DC\",\"88B8E966-0CB2-4842-8A8D-93441AF3E875\",\"F4AD6EEC-91E5-4AB2-9E12-17EE0E603640\",\"0E4B5A30-5E49-4E3C-9885-A32DB62F3D76\",\"607F9C02-48D9-4B19-AA22-EA53EEF4F6A9\",\"D6F4793A-68CF-4E64-B478-F11595248E77\",\"0A186B6F-D416-439C-8915-4680FDF92439\",\"50B6E504-5CB0-4D27-AA86-401CCB7208DD\",\"1C991F6A-21D7-4647-92D6-9F4F2F386608\",\"67B20B3B-1CFF-4377-8832-0DA24DA2AA6E\",\"DC95C324-7C76-4E8D-8188-F6BE4E10DAD5\",\"58F608A0-8057-455D-B722-FF6429F51000\",\"BB5C7E63-7419-49F9-89B7-5670F7899610\"],\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":682},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"667\":{\"position\":{\"__isSmartRef__\":true,\"id\":668},\"_Extent\":{\"__isSmartRef__\":true,\"id\":669},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":670},\"_Fill\":{\"__isSmartRef__\":true,\"id\":671},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":672},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":673},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"668\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"669\":{\"x\":8.637782619743348,\"y\":9.712632235981744,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"670\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"671\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"672\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"673\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"674\":{\"x\":718.6273168111144,\"y\":42.95022440104714,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"675\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!\",\"migrationLevel\":2,\"partName\":\"Rectangle\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"676\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"677\":{\"morph\":{\"__isSmartRef__\":true,\"id\":666},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"678\":{\"x\":8.637782619743348,\"y\":10.787481852220026,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"679\":{\"moveHorizontal\":true,\"adjustForNewBounds\":true},\"680\":{\"r\":0.9411764705882353,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"681\":{\"x\":30.66488201708853,\"y\":-11.764450396518242,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"682\":{\"indicateUnsavedChanges\":{\"__isSmartRef__\":true,\"id\":683},\"setColors\":{\"__isSmartRef__\":true,\"id\":687}},\"683\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":684},\"source\":\"function indicateUnsavedChanges() {\\n if (this.owner.scriptPane.hasChanged()) {\\n this.setColors(this.alarmColor);\\n } else {\\n this.setColors(this.savedColor);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":685},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"684\":{\"this\":{\"__isSmartRef__\":true,\"id\":666}},\"685\":{\"user\":\"lauritz\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":686}},\"686\":{\"isSerializedDate\":true,\"string\":\"Tue Sep 27 2011 20:09:19 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"687\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":688},\"source\":\"function setColors(color) {\\n this.setFill(color);\\n this.setBorderColor(color);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":689},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"688\":{\"this\":{\"__isSmartRef__\":true,\"id\":666}},\"689\":{\"user\":\"lauritz\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":690}},\"690\":{\"isSerializedDate\":true,\"string\":\"Tue Sep 27 2011 19:06:09 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"691\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":649},\"sourceAttrName\":\"textString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":649},\"targetMethodName\":\"highlightJavaScriptSyntax\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"692\":{\"x\":341.1979959929888,\"y\":-18.288721442524036,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"693\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":694},\"id\":553,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":701},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":702}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":704},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"visible\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":11,\"_Position\":{\"__isSmartRef__\":true,\"id\":705},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":706},\"_MaxTextWidth\":90,\"_MinTextWidth\":90,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"_Align\":\"center\",\"_VerticalAlign\":\"center\",\"_TextColor\":{\"__isSmartRef__\":true,\"id\":707},\"owner\":null,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"694\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":695},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":696},\"_Extent\":{\"__isSmartRef__\":true,\"id\":697},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":698},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":699},\"_Fill\":{\"__isSmartRef__\":true,\"id\":700},\"_StrokeOpacity\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"695\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"696\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"697\":{\"x\":100,\"y\":25,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"698\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"699\":{\"r\":0.8,\"g\":0.8,\"b\":0.8,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"700\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"701\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"702\":{\"style\":{\"__isSmartRef__\":true,\"id\":703},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":693},\"storedString\":\"saved source\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"703\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"704\":{\"morph\":{\"__isSmartRef__\":true,\"id\":693},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"705\":{\"x\":214.0142682644423,\"y\":213.30626630721798,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"706\":{\"x\":100,\"y\":25,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"707\":{\"r\":0,\"g\":0.8,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"708\":{\"x\":200,\"y\":40,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"709\":{\"doSave\":{\"__isSmartRef__\":true,\"id\":710},\"boundEval\":{\"__isSmartRef__\":true,\"id\":718},\"reset\":{\"__isSmartRef__\":true,\"id\":726},\"display\":{\"__isSmartRef__\":true,\"id\":730},\"hasChanged\":{\"__isSmartRef__\":true,\"id\":734},\"setTarget\":{\"__isSmartRef__\":true,\"id\":738},\"displayStatus\":{\"__isSmartRef__\":true,\"id\":742},\"logSourceChange\":{\"__isSmartRef__\":true,\"id\":746},\"getWorldHistory\":{\"__isSmartRef__\":true,\"id\":750},\"keks\":{\"__isSmartRef__\":true,\"id\":754},\"bla\":{\"__isSmartRef__\":true,\"id\":758}},\"710\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":711},\"source\":\"function doSave() {\\n $super();\\n\\n var saved = this.boundEval(this.getTextString());\\n if (saved) {\\n var previousSource = this.lastSaveSource;\\n this.lastSaveSource = this.textString;\\n this.owner.changeIndicator.indicateUnsavedChanges();\\n this.owner.updateLists();\\n this.owner.selectChangedContent(this.getTextString());\\n this.displayStatus(\\\"saved source\\\", Color.green);\\n var scriptSaveInformation = {\\n MethodName: this.owner.scriptList.getSelectedItem(),\\n Code: this.getTextString(),\\n Timestamp: (new Date()).getTime()\\n };\\n this.logSourceChange(this.doitContext, scriptSaveInformation, previousSource);\\n this.owner.historyList.updateListItems();\\n } else {\\n this.displayStatus(\\\"not saved\\\", Color.red);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":716},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"711\":{\"this\":{\"__isSmartRef__\":true,\"id\":649},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":712}},\"712\":{\"$super\":{\"__isSmartRef__\":true,\"id\":713}},\"713\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":714},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n if ($world) \\n $world.logError(e, 'Error in $super call')\\n else\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":715},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"714\":{\"obj\":{\"__isSmartRef__\":true,\"id\":649},\"name\":\"doSave\"},\"715\":{},\"716\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":717},\"user\":\"jan.sandbrink\",\"tags\":[]},\"717\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 14 2012 11:22:00 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"718\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":719},\"source\":\"function boundEval(str) {\\n var result;\\n\\n this.objectEditorPane.ensureAnnotationLayer();\\n withLayers([ScriptAnnotationLayer], function() {\\n result = $super(str);\\n })\\n \\n return result\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":724},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"719\":{\"this\":{\"__isSmartRef__\":true,\"id\":649},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":720}},\"720\":{\"$super\":{\"__isSmartRef__\":true,\"id\":721}},\"721\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":722},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":723},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"722\":{\"obj\":{\"__isSmartRef__\":true,\"id\":649},\"name\":\"boundEval\"},\"723\":{},\"724\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":725},\"user\":\"lauritz\",\"categories\":[]},\"725\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 16 2011 05:41:53 GMT+0100 (Mitteleuropäische Zeit)\"},\"726\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":727},\"source\":\"function reset() {\\n this.doitContext = null;\\n this.lastSaveSource = \\\"\\\";\\n this.textString = \\\"\\\";\\n this.lastSaveSource = this.textString;\\n this.enableSyntaxHighlighting();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":728},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"727\":{\"this\":{\"__isSmartRef__\":true,\"id\":649}},\"728\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":729},\"user\":\"cschuster\",\"tags\":[]},\"729\":{\"isSerializedDate\":true,\"string\":\"Wed May 16 2012 20:52:57 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"730\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":731},\"source\":\"function display(jsCode) {\\n this.lastSaveSource = jsCode;\\n this.setTextString(jsCode);\\n this.highlightJavaScriptSyntax();\\n this.applyStyle({align: 'left'});\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":732},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"731\":{\"this\":{\"__isSmartRef__\":true,\"id\":649}},\"732\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":733},\"user\":\"lauritz\",\"categories\":[]},\"733\":{\"isSerializedDate\":true,\"string\":\"Tue Sep 27 2011 19:47:57 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"734\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":735},\"source\":\"function hasChanged() {\\n var cleanText = function (string) {\\n var source = string.trim();\\n if (source.substring(0,2) === \\\"//\\\") {\\n // removes annotation line\\n source = source.substring(source.indexOf(\\\"\\\\n\\\"), source.length);\\n source = source.trim();\\n }\\n if (source === 'undefined' || source === 'null') source = '';\\n return source;\\n }\\n var cleanedTextString = cleanText(this.textString);\\n var cleanedLastSource = cleanText(this.lastSaveSource);\\n return cleanedTextString !== cleanedLastSource;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":736},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"735\":{\"this\":{\"__isSmartRef__\":true,\"id\":649}},\"736\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":737},\"user\":\"lauritz\",\"categories\":[]},\"737\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 03 2011 18:29:45 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"738\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":739},\"source\":\"function setTarget(target) {\\n module('lively.ide.SyntaxHighlighting').load(true);\\n this.doitContext = target;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":740},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"739\":{\"this\":{\"__isSmartRef__\":true,\"id\":649}},\"740\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":741},\"user\":\"lauritz\",\"categories\":[]},\"741\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:30:39 GMT+0100 (Mitteleuropäische Zeit)\"},\"742\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":743},\"source\":\"function displayStatus(msg, color, delay) {\\n if (!this.statusMorph) {\\n this.statusMorph = new TextMorph(pt(100,25).extentAsRectangle());\\n this.statusMorph.applyStyle({borderWidth: 1, strokeOpacity: 0, borderColor: Color.gray});\\n this.statusMorph.setFill(this.owner.getFill());\\n this.statusMorph.setFontSize(11);\\n this.statusMorph.setAlign('center');\\n this.statusMorph.setVerticalAlign('center');\\n }\\n\\n this.statusMorph.setTextString(msg);\\n this.statusMorph.centerAt(this.innerBounds().center());\\n this.statusMorph.setTextColor(color || Color.black);\\n this.addMorph(this.statusMorph);\\n (function() { this.statusMorph.remove() }).bind(this).delay(delay || 2); \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":744},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"743\":{\"this\":{\"__isSmartRef__\":true,\"id\":649}},\"744\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":745},\"tags\":[]},\"745\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 05 2012 10:36:50 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"746\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":747},\"source\":\"function logSourceChange(target, currentSourceInfo, previousSource) {\\n var lm = projects.WebDev2012.LimeMachine.LimeMachine;\\n var history = lm.getWorldHistory();\\n\\n history.addSourceChange(target, currentSourceInfo, previousSource);\\n history.save();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":748},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"747\":{\"this\":{\"__isSmartRef__\":true,\"id\":649}},\"748\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":749},\"user\":\"jan.sandbrink\",\"tags\":[]},\"749\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 14 2012 11:23:45 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"750\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":751},\"source\":\"function getWorldHistory(worldId) {\\n var serializedHistory = localStorage.getItem(\\\"timeMachineHistory\\\");\\n var globalHistory = JSON.parse(serializedHistory);\\n\\n if(globalHistory[worldId])\\n return globalHistory[worldId];\\n\\n return { objects: [] };\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":752},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"751\":{\"this\":{\"__isSmartRef__\":true,\"id\":649}},\"752\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":753},\"user\":\"jan.sandbrink\",\"tags\":[]},\"753\":{\"isSerializedDate\":true,\"string\":\"Wed May 30 2012 14:30:29 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"754\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":755},\"source\":\"function keks() {\\n alertOK(\\\"foo\\\");\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":756},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"755\":{\"this\":{\"__isSmartRef__\":true,\"id\":649}},\"756\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":757},\"user\":\"soergel\",\"tags\":[]},\"757\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 14 2012 15:05:05 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"758\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":759},\"source\":\"function bla() {\\n alertOK(\\\"dddd\\\");\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":760},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"759\":{\"this\":{\"__isSmartRef__\":true,\"id\":649}},\"760\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":761},\"user\":\"soergel\",\"tags\":[]},\"761\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 14 2012 15:05:05 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"762\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":763}],\"scripts\":[],\"id\":847,\"shape\":{\"__isSmartRef__\":true,\"id\":777},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":792},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":780},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":793},\"label\":{\"__isSmartRef__\":true,\"id\":763},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Rotation\":0,\"padding\":{\"__isSmartRef__\":true,\"id\":802},\"name\":\"ObjectEditorClassButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":803},\"_Scale\":1,\"owner\":null,\"layout\":{\"__isSmartRef__\":true,\"id\":804},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":805},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":806},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"763\":{\"submorphs\":[],\"scripts\":[],\"id\":848,\"shape\":{\"__isSmartRef__\":true,\"id\":764},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":116,\"_MaxTextHeight\":18,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":769},\"textColor\":{\"__isSmartRef__\":true,\"id\":767},\"owner\":{\"__isSmartRef__\":true,\"id\":762},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":770}],\"padding\":{\"__isSmartRef__\":true,\"id\":772},\"_Padding\":{\"__isSmartRef__\":true,\"id\":773},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":774},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":775},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":776},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"764\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":765},\"_Extent\":{\"__isSmartRef__\":true,\"id\":766},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":767},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":768},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"765\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"766\":{\"x\":116,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"767\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"768\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"769\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"770\":{\"style\":{\"__isSmartRef__\":true,\"id\":771},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":763},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"771\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"772\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"773\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"774\":{\"x\":116,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"775\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"776\":{\"morph\":{\"__isSmartRef__\":true,\"id\":763},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"777\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":778},\"_Extent\":{\"__isSmartRef__\":true,\"id\":779},\"_Fill\":{\"__isSmartRef__\":true,\"id\":780},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":790},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":791},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"778\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"779\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"780\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":781},{\"__isSmartRef__\":true,\"id\":783},{\"__isSmartRef__\":true,\"id\":785},{\"__isSmartRef__\":true,\"id\":787}],\"vector\":{\"__isSmartRef__\":true,\"id\":789},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"781\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":782}},\"782\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"783\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":784}},\"784\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"785\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":786}},\"786\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"787\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":788}},\"788\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"789\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"790\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"791\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"792\":{\"x\":820,\"y\":8.999999999999972,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"793\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":794},{\"__isSmartRef__\":true,\"id\":796},{\"__isSmartRef__\":true,\"id\":798},{\"__isSmartRef__\":true,\"id\":800}],\"vector\":{\"__isSmartRef__\":true,\"id\":789},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"794\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":795}},\"795\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"796\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":797}},\"797\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"798\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":799}},\"799\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"800\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":801}},\"801\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"802\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"803\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"804\":{\"moveHorizontal\":true},\"805\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"806\":{\"morph\":{\"__isSmartRef__\":true,\"id\":762},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"807\":{\"submorphs\":[],\"scripts\":[],\"id\":\"EDB82839-1244-49F3-9251-EB7262380568\",\"shape\":{\"__isSmartRef__\":true,\"id\":808},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":815},\"itemList\":[],\"selectedLineNo\":1,\"showsHalos\":false,\"name\":\"ObjectEditorConnectionList\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":816},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"_ClipMode\":\"auto\",\"owner\":{\"__isSmartRef__\":true,\"id\":153},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":817},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":818}],\"doNotSerialize\":[\"$$selection\"],\"doNotCopyProperties\":[\"$$selection\"],\"prevScroll\":[0,0],\"layout\":{\"__isSmartRef__\":true,\"id\":823},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":824},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":825},\"_FontSize\":10,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":826},\"grabbingEnabled\":false,\"draggingEnabled\":false,\"isCopyMorphRef\":true,\"morphRefId\":19,\"derivationIds\":[209,\"3900F5DF-0FF7-4C94-8BDB-44AAE12B4A3E\",\"35301083-B60D-4A43-8566-23860EEB4C04\",\"9CC401CC-5A35-4643-935B-FD049C284E16\",\"C9879D40-5E79-4C56-AA79-562ED82BF052\",\"9F6F9261-EB76-4B58-B77D-7D70813A1ED7\",\"8B59E237-F372-4F70-9768-7E9C1A7A021D\",\"FC85F1B9-1978-42D2-850C-BD249981E8B4\",\"D2B607C6-A89B-4B3F-91BB-720451EAB98D\",\"CC361093-FF73-479B-9431-C645CB48F518\",\"307D3B7C-C0E1-484F-8D7E-39FBA9D8EDA5\",\"038AF132-861E-4A77-8756-E6B476413639\",\"65B6CA87-98DE-4473-B4DD-F8763BC3B06A\",\"0AA0E45B-6DCC-4AE0-938C-E53794A511DF\",\"806ACC1C-1353-436B-B1FE-568846777C17\",\"C74AE022-1184-4FDF-A53D-A17627FF61EA\",\"7ACAEDC1-78A1-4E4C-A212-1C4DE9B9FE0F\",\"D6BA363A-27A3-47D6-8F11-FC454985F86E\",\"BCC8ECBA-0DED-45BC-AAD6-332B0B0EF8D1\",\"43F3B284-BFB4-48F8-9F2A-B0E9234DFA07\",\"3D288252-29A7-43F4-BD3E-DEC1A606EEB8\",\"3D37EEAB-FC73-4DBD-96D1-BCA7D04AD354\",\"8ED86BC7-1F4B-4812-9655-4CF086975339\",\"60A46E30-3B34-4594-99E2-E0E20141AE07\",\"FE311721-5C5E-4EF0-9DB6-3B5D3281E584\",\"AF5E7124-BC2F-4CBB-BB05-7448FE0CACE8\",\"BA0B13A4-13C1-4E0A-8B06-B8A1EB5C2FFF\",\"F14B59E3-F07B-49EA-B948-AEA9AFF11987\",\"FDEC1768-792F-417B-85BE-FFF341A53B15\",\"33ABDA9C-8CE5-411A-955C-D290971585CE\",\"EFD47A6B-0C79-4F1C-98BC-4EC0FD9D5D86\",\"0E52420E-E9E1-4281-AC27-2C69E827871E\",\"3ACC033A-1DBC-4B98-B8E6-5138034F3C6B\",\"20B561E5-71EE-4DFA-A876-DD4900265A27\",\"93DDC1AC-074F-4BD5-8CD2-EF75BF575823\",\"4A3EE056-8FFB-4E68-9CEB-DAC64F42E821\",\"9CDDE350-8C3D-4276-865E-6D05CA4B6050\",\"069D6C2E-2CAB-4398-80E1-8501FA9BBF40\",\"28BB2DFA-4D59-402D-80A4-27D413BC8E7A\",\"F1CE67DC-B2DC-4236-B985-A547F3E013A4\",\"AAC9FC15-F73D-4024-B520-CCA43C7E64F5\",\"DC4365B9-6FDE-419A-A6A9-0E128FEFE6EA\",\"B9308C9F-B65F-458B-ABC1-9C5E58A4050D\",\"0E6DE0B5-3C1C-443C-9984-0B48174B25B1\",\"62502079-DCBF-4EFB-9E3F-2D57E8D6F92C\",\"48A21567-C831-4AA1-B03A-1DE74C63811F\",\"455B97A6-B3FA-430E-8FC7-46EA09EA7146\",\"10493B04-552D-41A9-9791-6F4F39AE9845\",\"EA5E9817-2933-4FF5-8F93-971F71BBED72\",\"0427C03B-F837-417D-A03D-958E90117C57\"],\"selection\":null,\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":827},\"__LivelyClassName__\":\"lively.morphic.List\"},\"808\":{\"position\":{\"__isSmartRef__\":true,\"id\":809},\"_Extent\":{\"__isSmartRef__\":true,\"id\":810},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":811},\"_Fill\":{\"__isSmartRef__\":true,\"id\":812},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":813},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":814},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"809\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"810\":{\"x\":180,\"y\":74,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"811\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"812\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"813\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"814\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"815\":{\"x\":10,\"y\":417.59655659843975,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"816\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"migrationLevel\":2,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"817\":{\"x\":180,\"y\":75,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"818\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":807},\"sourceAttrName\":\"selection\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":153},\"targetMethodName\":\"displaySourceForConnection\",\"converterString\":\"function (value) {\\n if (!value) return;\\n return (value === '-- ALL --') ? null : value[1];\\n}\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":819},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":820},\"__LivelyClassName__\":\"AttributeConnection\"},\"819\":{\"source\":{\"__isSmartRef__\":true,\"id\":807},\"target\":{\"__isSmartRef__\":true,\"id\":153}},\"820\":{\"converter\":{\"__isSmartRef__\":true,\"id\":821}},\"821\":{\"originalFunc\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":819},\"source\":\"function (value) {\\n if (!value) return;\\n return (value === '-- ALL --') ? null : value[1];\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":822},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"822\":{},\"823\":{\"resizeHeight\":false,\"moveVertical\":true},\"824\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateListContent\":\"updateListContentHTML\",\"resizeList\":\"resizeListHTML\",\"getItemIndexFromEvent\":\"getItemIndexFromEventHTML\",\"getListExtent\":\"getListExtentHTML\",\"setSize\":\"setSizeHTML\",\"renderAsDropDownList\":\"renderAsDropDownListHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"getSelectedIndexes\":\"getSelectedIndexesHTML\",\"enableMultipleSelections\":\"enableMultipleSelectionsHTML\",\"selectAllAt\":\"selectAllAtHTML\",\"clearSelections\":\"clearSelectionsHTML\",\"deselectAt\":\"deselectAtHTML\"},\"825\":{\"morph\":{\"__isSmartRef__\":true,\"id\":807},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"826\":{\"x\":124.95989979964943,\"y\":-17.076643708895745,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"827\":{\"preselectItem\":{\"__isSmartRef__\":true,\"id\":828}},\"828\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":829},\"source\":\"function preselectItem() {\\n if (this.getList().size() === 2) {\\n this.selectAt(1);\\n } else {\\n this.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":830},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"829\":{\"this\":{\"__isSmartRef__\":true,\"id\":807}},\"830\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":831},\"user\":\"lauritz\"},\"831\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:12:58 GMT+0100 (Mitteleuropäische Zeit)\"},\"832\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":833}],\"scripts\":[],\"id\":47,\"shape\":{\"__isSmartRef__\":true,\"id\":846},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":861},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":849},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":862},\"label\":{\"__isSmartRef__\":true,\"id\":833},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":871}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Rotation\":0,\"padding\":{\"__isSmartRef__\":true,\"id\":872},\"name\":\"ObjectEditorTargetButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":873},\"_Scale\":1,\"owner\":null,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":874},\"isCopyMorphRef\":true,\"morphRefId\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"833\":{\"submorphs\":[],\"scripts\":[],\"id\":48,\"shape\":{\"__isSmartRef__\":true,\"id\":834},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":116,\"_MaxTextHeight\":20,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":839},\"textColor\":{\"__isSmartRef__\":true,\"id\":837},\"owner\":{\"__isSmartRef__\":true,\"id\":832},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":840}],\"padding\":{\"__isSmartRef__\":true,\"id\":842},\"_Padding\":{\"__isSmartRef__\":true,\"id\":843},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":844},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":845},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"834\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":835},\"_Extent\":{\"__isSmartRef__\":true,\"id\":836},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":837},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":838},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"835\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"836\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"837\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"838\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setOpacity\":\"setOpacityHTML\"},\"839\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"840\":{\"style\":{\"__isSmartRef__\":true,\"id\":841},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":833},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"841\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"842\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"843\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"844\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"845\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"846\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":847},\"_Extent\":{\"__isSmartRef__\":true,\"id\":848},\"_Fill\":{\"__isSmartRef__\":true,\"id\":849},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":859},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":860},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"847\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"848\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"849\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":850},{\"__isSmartRef__\":true,\"id\":852},{\"__isSmartRef__\":true,\"id\":854},{\"__isSmartRef__\":true,\"id\":856}],\"vector\":{\"__isSmartRef__\":true,\"id\":858},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"850\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":851}},\"851\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"852\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":853}},\"853\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"854\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":855}},\"855\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"856\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":857}},\"857\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"858\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"859\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"860\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setOpacity\":\"setOpacityHTML\"},\"861\":{\"x\":215,\"y\":35,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"862\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":863},{\"__isSmartRef__\":true,\"id\":865},{\"__isSmartRef__\":true,\"id\":867},{\"__isSmartRef__\":true,\"id\":869}],\"vector\":{\"__isSmartRef__\":true,\"id\":858},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"863\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":864}},\"864\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"865\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":866}},\"866\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"867\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":868}},\"868\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"869\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":870}},\"870\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"871\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":832},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":171},\"targetMethodName\":\"chooseTargetMorphMenu\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__LivelyClassName__\":\"AttributeConnection\"},\"872\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"873\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"874\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\"},\"875\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"876\":{\"x\":715.5,\"y\":73.89999999999998,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"877\":{\"submorphs\":[],\"scripts\":[],\"id\":435,\"shape\":{\"__isSmartRef__\":true,\"id\":878},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":true,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":885},\"_MaxTextWidth\":218,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":886},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorMorphSelector\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":887},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":888}],\"charsReplaced\":\"\",\"lastFindLoc\":5,\"priorSelectionRange\":[15,15],\"prevScroll\":[0,0],\"_ClipMode\":\"visible\",\"list\":[],\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":890}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"listMorph\":null,\"_WhiteSpaceHandling\":\"pre-wrap\",\"owner\":null,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":892},\"_Align\":\"left\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":893},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":894},\"_MinTextWidth\":218,\"_MinTextHeight\":null,\"scriptAnnotations\":{\"__isSmartRef__\":true,\"id\":895},\"selection\":{\"__isSmartRef__\":true,\"id\":0},\"previousSelection\":[0,13],\"isCopyMorphRef\":true,\"morphRefId\":1,\"isBeingDragged\":false,\"draggingEnabled\":false,\"layout\":{\"__isSmartRef__\":true,\"id\":914},\"_Rotation\":0,\"_Scale\":1,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":915},\"savedTextString\":\"100\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":916},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"878\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":879},\"_Extent\":{\"__isSmartRef__\":true,\"id\":880},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":881},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":882},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":883},\"_BorderRadius\":3.7000000000000006,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_Fill\":{\"__isSmartRef__\":true,\"id\":884},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"879\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"880\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"881\":{\"r\":0.753,\"g\":0.753,\"b\":0.753,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"882\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"883\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"884\":{\"r\":0.9548430751559654,\"g\":0.9548430751559654,\"b\":0.9548430751559654,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"885\":{\"x\":200,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"886\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"887\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"888\":{\"style\":{\"__isSmartRef__\":true,\"id\":889},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":877},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"889\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"890\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":877},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":153},\"targetMethodName\":\"setTarget\",\"converter\":null,\"converterString\":\"function (name) { return $world.get(name)}\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":891},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"891\":{\"source\":{\"__isSmartRef__\":true,\"id\":877},\"target\":{\"__isSmartRef__\":true,\"id\":153}},\"892\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"893\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"894\":{\"morph\":{\"__isSmartRef__\":true,\"id\":877},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"895\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":896},\"displayTopLevelMorphs\":{\"__isSmartRef__\":true,\"id\":898},\"onMouseUp\":{\"__isSmartRef__\":true,\"id\":900},\"resetConnections\":{\"__isSmartRef__\":true,\"id\":902},\"setTargetToListSelection\":{\"__isSmartRef__\":true,\"id\":904},\"setTargetOfPane\":{\"__isSmartRef__\":true,\"id\":906},\"onBlur\":{\"__isSmartRef__\":true,\"id\":908},\"reset\":{\"__isSmartRef__\":true,\"id\":910},\"onMouseDown\":{\"__isSmartRef__\":true,\"id\":912}},\"896\":{\"time\":{\"__isSmartRef__\":true,\"id\":897},\"user\":\"lauritz\"},\"897\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 05:27:29 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"898\":{\"time\":{\"__isSmartRef__\":true,\"id\":899},\"user\":\"lauritz\"},\"899\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 14 2011 23:48:37 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"900\":{\"time\":{\"__isSmartRef__\":true,\"id\":901},\"user\":\"lauritz\"},\"901\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 03 2011 18:51:14 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"902\":{\"time\":{\"__isSmartRef__\":true,\"id\":903},\"user\":\"lauritz\"},\"903\":{\"isSerializedDate\":true,\"string\":\"Wed Sep 28 2011 01:03:17 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"904\":{\"time\":{\"__isSmartRef__\":true,\"id\":905},\"user\":\"lauritz\"},\"905\":{\"isSerializedDate\":true,\"string\":\"Sat Oct 15 2011 00:00:58 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"906\":{\"time\":{\"__isSmartRef__\":true,\"id\":907},\"user\":\"lauritz\"},\"907\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 03 2011 18:34:37 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"908\":{\"time\":{\"__isSmartRef__\":true,\"id\":909},\"user\":\"lauritz\"},\"909\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 07 2011 19:24:18 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"910\":{\"time\":{\"__isSmartRef__\":true,\"id\":911},\"user\":\"lauritz\"},\"911\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 07 2011 19:26:15 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"912\":{\"time\":{\"__isSmartRef__\":true,\"id\":913},\"user\":\"lauritz\"},\"913\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 17 2011 19:49:00 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"914\":{},\"915\":{\"x\":153.8540395186758,\"y\":-23.74126935194758,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"916\":{\"getList\":{\"__isSmartRef__\":true,\"id\":917},\"setList\":{\"__isSmartRef__\":true,\"id\":920},\"reset\":{\"__isSmartRef__\":true,\"id\":923},\"example\":{\"__isSmartRef__\":true,\"id\":926},\"removeList\":{\"__isSmartRef__\":true,\"id\":929},\"onBlur\":{\"__isSmartRef__\":true,\"id\":932},\"createListMorph\":{\"__isSmartRef__\":true,\"id\":939},\"resetConnections\":{\"__isSmartRef__\":true,\"id\":942},\"displayTopLevelMorphs\":{\"__isSmartRef__\":true,\"id\":945},\"setTargetToListSelection\":{\"__isSmartRef__\":true,\"id\":948},\"setTargetOfPane\":{\"__isSmartRef__\":true,\"id\":951},\"onMouseDown\":{\"__isSmartRef__\":true,\"id\":954}},\"917\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":918},\"source\":\"function getList() {\\n return this.world().indentedListItemsOfMorphNames();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":919},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"918\":{\"this\":{\"__isSmartRef__\":true,\"id\":877}},\"919\":{},\"920\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":921},\"source\":\"function setList(list) {\\n return this.list = list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":922},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"921\":{\"this\":{\"__isSmartRef__\":true,\"id\":877}},\"922\":{},\"923\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":924},\"source\":\"function reset() {\\n this.list = [];\\n this.textString = 'empty';\\n this.removeList();\\n this.resetConnections();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":925},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"924\":{\"this\":{\"__isSmartRef__\":true,\"id\":877}},\"925\":{},\"926\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":927},\"source\":\"function example() {\\n/*\\nthis.example()\\nthis.getList()\\n*/\\n this.setList(Array.range(0,100));\\n this.textString = 'empty';\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":928},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"927\":{\"this\":{\"__isSmartRef__\":true,\"id\":877}},\"928\":{},\"929\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":930},\"source\":\"function removeList() {\\n this.listMorph && this.listMorph.remove()\\n this.listMorph = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":931},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"930\":{\"this\":{\"__isSmartRef__\":true,\"id\":877}},\"931\":{},\"932\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":933},\"source\":\"function onBlur() {\\n $super();\\n this.removeList();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":938},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"933\":{\"this\":{\"__isSmartRef__\":true,\"id\":877},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":934}},\"934\":{\"$super\":{\"__isSmartRef__\":true,\"id\":935}},\"935\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":936},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":937},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"936\":{\"obj\":{\"__isSmartRef__\":true,\"id\":877},\"name\":\"onBlur\"},\"937\":{},\"938\":{},\"939\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":940},\"source\":\"function createListMorph() {\\n var list = new lively.morphic.List(new Rectangle(0,0, this.getExtent().x, 520));\\n list.setList(this.getList());\\n list.setFontSize(12);\\n\\n list.disableGrabbing();\\n list.disableDragging();\\n \\n this.addMorph(list);\\n list.setPosition(pt(0,0));\\n\\n connect(list, 'selection', this, 'setTargetToListSelection');\\n \\n return list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":941},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"940\":{\"this\":{\"__isSmartRef__\":true,\"id\":877}},\"941\":{},\"942\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":943},\"source\":\"function resetConnections() {\\n disconnectAll(this);\\n connect(this, 'savedTextString', this.owner, 'setTarget', {converter: \\n\\tfunction (name) { return $world.get(name)}});\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":944},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"943\":{\"this\":{\"__isSmartRef__\":true,\"id\":877}},\"944\":{},\"945\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":946},\"source\":\"function displayTopLevelMorphs() {\\n if (this.listMorph) { this.removeList(); return true }\\n var list = this.createListMorph(); \\n this.addMorph(list);\\n this.listMorph = list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":947},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"946\":{\"this\":{\"__isSmartRef__\":true,\"id\":877}},\"947\":{},\"948\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":949},\"source\":\"function setTargetToListSelection(selection) { \\n this.removeList();\\n if (!selection) return;\\n if (this.owner.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function (confirmed) {\\n if (confirmed) that.setTargetOfPane(selection);\\n }\\n this.owner.confirmUnsavedChanges(callback);\\n } else {\\n this.setTargetOfPane(selection);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":950},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"949\":{\"this\":{\"__isSmartRef__\":true,\"id\":877}},\"950\":{},\"951\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":952},\"source\":\"function setTargetOfPane(selection) {\\n this.owner.setTarget(selection);\\n this.setTextString(selection.getName());\\n this.removeList();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":953},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"952\":{\"this\":{\"__isSmartRef__\":true,\"id\":877}},\"953\":{},\"954\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":955},\"source\":\"function onMouseDown(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n return false;\\n } else {\\n this.displayTopLevelMorphs();\\n return true;\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":960},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"955\":{\"this\":{\"__isSmartRef__\":true,\"id\":877},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":956}},\"956\":{\"$super\":{\"__isSmartRef__\":true,\"id\":957}},\"957\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":958},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":959},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"958\":{\"obj\":{\"__isSmartRef__\":true,\"id\":877},\"name\":\"onMouseDown\"},\"959\":{},\"960\":{},\"961\":{\"morph\":{\"__isSmartRef__\":true,\"id\":171},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"962\":{\"sortedScriptNamesOfObj\":{\"__isSmartRef__\":true,\"id\":963},\"setTarget\":{\"__isSmartRef__\":true,\"id\":966},\"generateSourceForScript\":{\"__isSmartRef__\":true,\"id\":969},\"generateSourceForConnection\":{\"__isSmartRef__\":true,\"id\":972},\"generateTargetCode\":{\"__isSmartRef__\":true,\"id\":975},\"sortedConnectionNamesOfObj\":{\"__isSmartRef__\":true,\"id\":978},\"displayJavaScriptSource\":{\"__isSmartRef__\":true,\"id\":981},\"displaySourceForScript\":{\"__isSmartRef__\":true,\"id\":984},\"displaySourceForConnection\":{\"__isSmartRef__\":true,\"id\":987},\"newScript\":{\"__isSmartRef__\":true,\"id\":990},\"newConnection\":{\"__isSmartRef__\":true,\"id\":993},\"deleteSelectedScript\":{\"__isSmartRef__\":true,\"id\":996},\"disconnectConnection\":{\"__isSmartRef__\":true,\"id\":999},\"updateLists\":{\"__isSmartRef__\":true,\"id\":1002},\"displayInitialScript\":{\"__isSmartRef__\":true,\"id\":1005},\"reset\":{\"__isSmartRef__\":true,\"id\":1008},\"selectChangedContent\":{\"__isSmartRef__\":true,\"id\":1011}},\"963\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":964},\"source\":\"function sortedScriptNamesOfObj(obj) {\\n if (!Functions.own(obj) || Functions.own(obj).size() == 0) return [];\\n return Functions.own(obj)\\n\\t.select(function(name) { return obj[name].hasLivelyClosure })\\n\\t.sortBy(function(name) { return name.toLowerCase() });\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":965},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"964\":{\"this\":{\"__isSmartRef__\":true,\"id\":171}},\"965\":{},\"966\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":967},\"source\":\"function setTarget(morph) {\\n this.reset();\\n module('lively.ide.SyntaxHighlighting').load(true);\\n this.target = morph;\\n this.morphSelector.textString = (this.target.getName() || this.target.toString());\\n this.scriptPane.doitContext = this.target;\\n this.updateLists();\\n this.displayInitialScript();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":968},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"967\":{\"this\":{\"__isSmartRef__\":true,\"id\":171}},\"968\":{},\"969\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":970},\"source\":\"function generateSourceForScript(scriptName) {\\n var script = this.target[scriptName].getOriginal();\\n return Strings.format('this.addScript(%s);' ,script)\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":971},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"970\":{\"this\":{\"__isSmartRef__\":true,\"id\":171}},\"971\":{},\"972\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":973},\"source\":\"function generateSourceForConnection(connection) {\\n var c = connection, targetObject = this.target;\\n\\tif (!c.getTargetObj() || !c.getTargetObj().name || \\n\\t\\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\\n\\n\\tvar optConfig = []\\n\\tif (c.converterString)\\n\\t\\toptConfig.push(\\\"converter: \\\\n\\\\t\\\" + c.converterString)\\n\\tif (c.updaterString)\\n\\t\\toptConfig.push(\\\"updater: \\\\n\\\\t\\\" + c.updaterString)\\n\\treturn Strings.format('connect(%s, \\\"%s\\\", %s, \\\"%s\\\", {%s});', \\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getSourceObj()),\\n\\t\\t\\tc.getSourceAttrName(),\\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getTargetObj()),\\n\\t\\t\\tc.getTargetMethodName(),\\n\\t\\t\\toptConfig.join(','));\\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":974},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"973\":{\"this\":{\"__isSmartRef__\":true,\"id\":171}},\"974\":{},\"975\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":976},\"source\":\"function generateTargetCode(baseObject, targetObject) {\\n\\tvar name = targetObject.name;\\n\\tif (baseObject === targetObject) \\n\\t\\treturn \\\"this\\\";\\n\\telse if (baseObject[name] === targetObject) \\n\\t\\treturn \\\"this.\\\" + name;\\n\\telse if (baseObject.testObject === targetObject) \\n\\t\\treturn \\\"this.testObject\\\";\\n\\telse if (baseObject.get(name) === targetObject) \\n\\t\\treturn 'this.get(\\\"' + name + '\\\")';\\n\\telse if (targetObject instanceof Morph) \\n\\t\\treturn '$morph(\\\"' + name + '\\\")';\\n\\telse \\n\\t\\treturn \\\"????\\\";\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":977},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"976\":{\"this\":{\"__isSmartRef__\":true,\"id\":171}},\"977\":{},\"978\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":979},\"source\":\"function sortedConnectionNamesOfObj(obj) {\\n if (\\\"attributeConnections\\\" in obj) {\\n return obj.attributeConnections\\n .sortBy(function(each) {return name.toLowerCase() })\\n .collect(function(each) {return [each.getSourceAttrName(), each]});\\n } else {\\n return [];\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":980},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"979\":{\"this\":{\"__isSmartRef__\":true,\"id\":171}},\"980\":{},\"981\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":982},\"source\":\"function displayJavaScriptSource(jsCode) {\\n this.scriptPane.setTextString(jsCode);\\n this.scriptPane.highlightJavaScriptSyntax();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":983},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"982\":{\"this\":{\"__isSmartRef__\":true,\"id\":171}},\"983\":{},\"984\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":985},\"source\":\"function displaySourceForScript(scriptName) {\\n if (!scriptName) return;\\n var code = \\\"\\\", that = this;\\n if (scriptName === \\\"-- ALL --\\\") {\\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForScript(each)).concat(\\\"\\\\n\\\\n\\\");\\n });\\n } else {\\n code = this.generateSourceForScript(scriptName); \\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":986},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"985\":{\"this\":{\"__isSmartRef__\":true,\"id\":171}},\"986\":{},\"987\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":988},\"source\":\"function displaySourceForConnection(connection) {\\n if (!connection) return;\\n var code = \\\"\\\", that = this;\\n if ((typeof connection === \\\"string\\\") && connection === \\\"-- ALL --\\\") {\\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\\\"\\\\n\\\\n\\\");\\n })\\n } else {\\n code = this.generateSourceForConnection(connection);\\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":989},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"988\":{\"this\":{\"__isSmartRef__\":true,\"id\":171}},\"989\":{},\"990\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":991},\"source\":\"function newScript() {\\n if (this.target) {\\n var code = \\\"this.addScript(function SCRIPTNAME() {\\\\n\\\\t\\\\n});\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":992},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"991\":{\"this\":{\"__isSmartRef__\":true,\"id\":171}},\"992\":{},\"993\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":994},\"source\":\"function newConnection() {\\n if (this.target) {\\n var code = \\\"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":995},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"994\":{\"this\":{\"__isSmartRef__\":true,\"id\":171}},\"995\":{},\"996\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":997},\"source\":\"function deleteSelectedScript() {\\n if (this.scriptList.selection && this.target) {\\n if (!this.target.hasOwnProperty(this.scriptList.selection)) return;\\n delete this.target[this.scriptList.selection];\\n this.updateLists();\\n this.displayInitialScript();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":998},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"997\":{\"this\":{\"__isSmartRef__\":true,\"id\":171}},\"998\":{},\"999\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1000},\"source\":\"function disconnectConnection() {\\n var selection = this.connectionList.selection;\\n if (selection && \\n (typeof selection !== \\\"string\\\") &&\\n this.target.attributeConnections.indexOf(selection[1]) > -1) {\\n var c = this.connectionList.selection[1];\\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\\n this.updateLists();\\n this.displayInitialScript();\\n } \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1001},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1000\":{\"this\":{\"__isSmartRef__\":true,\"id\":171}},\"1001\":{},\"1002\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1003},\"source\":\"function updateLists() {\\n this.scriptList.setList(this.sortedScriptNamesOfObj(this.target));\\n var scriptListItems = this.scriptList.getList();\\n scriptListItems.unshift(\\\"-- ALL --\\\");\\n this.scriptList.setList(scriptListItems);\\n\\n this.connectionList.setList(this.sortedConnectionNamesOfObj(this.target));\\n var connectionListItems = this.connectionList.getList();\\n connectionListItems.unshift(\\\"-- ALL --\\\");\\n this.connectionList.setList(connectionListItems);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1004},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1003\":{\"this\":{\"__isSmartRef__\":true,\"id\":171}},\"1004\":{},\"1005\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1006},\"source\":\"function displayInitialScript() {\\n if (this.scriptList.getList().size() > 1) {\\n this.scriptList.selectAt(0);\\n } else if (this.connectionList.getList().size() > 1) {\\n this.connectionList.selectAt(0);\\n } else {\\n this.scriptList.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1007},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1006\":{\"this\":{\"__isSmartRef__\":true,\"id\":171}},\"1007\":{},\"1008\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1009},\"source\":\"function reset() {\\n this.target = null;\\n this.scriptPane.doitContext = null;\\n this.scriptList.setList();\\n this.connectionList.setList();\\n this.scriptPane.setTextString(\\\"\\\");\\n this.morphSelector.reset();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1010},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1009\":{\"this\":{\"__isSmartRef__\":true,\"id\":171}},\"1010\":{},\"1011\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1012},\"source\":\"function selectChangedContent(source) {\\n\\n var addScriptRegex = /this\\\\.addScript\\\\s*\\\\(\\\\s*function\\\\s*([^\\\\(]*)/g;\\n var addScriptMatches = [];\\n var addScriptMatch = addScriptRegex.exec(source);\\n while (addScriptMatch) {\\n addScriptMatches.push(addScriptMatch[1]);\\n addScriptMatch = addScriptRegex.exec(source);\\n }\\n \\n // if scripts were added, select either a specific one or all\\n if (addScriptMatches.length > 0) { \\n if (addScriptMatches.length === 1) {\\n var index = this.scriptList.getList().indexOf(addScriptMatches[0]);\\n if (index > -1) { \\n return this.scriptList.selectAt(index);\\n }\\n }\\n return this.scriptList.selectAt(0);\\n }\\n\\n var connectionRegex = \\n /connect\\\\(\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"\\\\s*,\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"/g;\\n var connectionMatches = [];\\n var connectionMatch = connectionRegex.exec(source);\\n while (connectionMatch) {\\n connectionMatches.push(connectionMatch);\\n connectionMatch = connectionRegex.exec(source);\\n }\\n\\n // if connections were made, select either a specific one or all\\n if (connectionMatches.length > 0) {\\n if (connectionMatches.length === 1) {\\n var match = connectionMatches[0];\\n for (var i=0; i -1) {\\n var c = selection[1];\\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\\n editor.updateLists();\\n editor.displayInitialScript();\\n } \\n }\\n\\n var message = 'Disconnect \\\"' + selection[0] +'\\\" connection?';\\n var callback = disconnectConnection;\\n\\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\\n\\n return this.world().openDialog(dialog);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1211},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1210\":{\"this\":{\"__isSmartRef__\":true,\"id\":1157}},\"1211\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1212},\"user\":\"lauritz\",\"categories\":[]},\"1212\":{\"isSerializedDate\":true,\"string\":\"Fri Nov 11 2011 01:46:54 GMT+0100 (Mitteleuropäische Zeit)\"},\"1213\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1214}],\"scripts\":[],\"id\":\"B673C95F-1A7F-46BC-AB11-9A20BB14E913\",\"shape\":{\"__isSmartRef__\":true,\"id\":1229},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1245},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1232},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1246},\"label\":{\"__isSmartRef__\":true,\"id\":1214},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1255}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1257},\"name\":\"ObjectEditorRemoveScriptButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1258},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1259},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1260},\"owner\":{\"__isSmartRef__\":true,\"id\":153},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1261},\"isCopyMorphRef\":true,\"morphRefId\":24,\"draggingEnabled\":false,\"objectEditorPane\":{\"__isSmartRef__\":true,\"id\":153},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1262},\"derivationIds\":[217,\"FDC10087-12CF-4570-9211-8309CB6A9AA3\",\"E18FC530-4B1F-4F08-8DA6-3866A3519E56\",\"04A2AAC3-6A9E-40BB-9408-EBB2567EE63B\",\"8C1A42CE-840C-4AAE-BD79-C93A445B9EBF\",\"61FC11FA-B87E-4EFE-BD15-564D3178B68B\",\"ED34F9B5-9E00-41B3-8313-D9C3D6B3B231\",\"A7481F4B-D444-4B4F-BDA2-4F9F03AEC24D\",\"7DDF7175-34FC-4521-A7C3-580A8BE63351\",\"DEA39C05-FAD7-4882-AB3D-0EE12C3408F9\",\"99186A50-1411-4B6F-B1CB-FF0742C20D7D\",\"10F3E467-6BB8-4D07-BD17-8C50593FD6B8\",\"7260818C-6472-4288-8BDD-1E7798A543F3\",\"DEBB5BDB-018D-4BA1-9FB9-73DC84C51D89\",\"D75BCAED-3029-46EB-B944-4A102BB1BC0F\",\"9A977DA2-B325-4DFA-9683-3DC9ECEFAAC0\",\"412BAC8F-95F6-4CD1-AD55-80B58CBA8DDE\",\"91594A9E-99C8-4414-B423-398526811729\",\"E5F81ACF-B357-4209-951F-4C8C277D2ABC\",\"CB0DFFDD-09F1-466F-9D51-977251199A95\",\"52D17C96-2626-40A0-A128-58596402A18D\",\"6F59DFB5-B98D-47A9-989E-AB4F33E021E1\",\"C8A5DB65-8DD2-430D-9AE6-54C24D02BA09\",\"5298D8A9-C490-4F4F-9977-1B1952368F65\",\"FA04C280-C8C9-445D-8009-31037853F1D9\",\"B7F47B19-ACEB-4592-B4D8-D202654BC4FD\",\"1BA7BC6C-4929-42FF-9648-80B3498B7376\",\"D1F46204-0C06-4B0A-854C-0653CCBCB5EE\",\"D94D8D3C-334F-4825-BD71-AB911DD77D87\",\"7217F5EA-1FC5-4493-B2E8-AD6182F5C994\",\"86370725-BB28-42D3-A2C3-9B2CE93051F6\",\"9B84ADDC-3349-4C87-9A53-B56078490338\",\"DEBFD16C-9FE0-4167-820E-371AF58398C8\",\"F261A35F-99E8-474F-8D36-083042B5D4BB\",\"1E5CD8ED-B7E0-42AE-9059-C9D747654BC4\",\"45C7C7B4-BC5C-447A-8816-AAEBB8DEEF63\",\"E158E404-8937-4912-8DD4-0A4215DEBE50\",\"F023F05B-9374-4679-9EB7-76DF6C8F5379\",\"2E7F8444-4934-4923-9050-1DDA2FC1C901\",\"FC9ADD83-CB5E-4112-AFEB-67BB4C4CF2F1\",\"D68D3298-B49E-456C-ADC5-23C615EA6C09\",\"9D0400D1-D566-4382-8585-79C19DEAA0CF\",\"20E5E191-6226-48C3-B236-7368D327060D\",\"7C7D142A-3A0A-417B-A91B-1E4E6F9EC7B2\",\"DAC03278-4478-4B21-B173-16CC4DCB933D\",\"25AEDC91-AAB3-419D-A132-E34E135F23E2\",\"75703E35-22AD-45C9-B4B0-672450C9025C\",\"EFAA3CBF-81FD-439E-A31A-1ADA266BE023\",\"1578FB14-8DD6-44CE-9769-02ACA100122C\",\"DD61C5DF-787E-435E-8B80-4D95977D7E45\"],\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1263},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1214\":{\"submorphs\":[],\"scripts\":[],\"id\":\"C650C8BD-75AC-4104-9EE1-8BBAF5017C75\",\"shape\":{\"__isSmartRef__\":true,\"id\":1215},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":21,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1221},\"textColor\":{\"__isSmartRef__\":true,\"id\":1218},\"owner\":{\"__isSmartRef__\":true,\"id\":1213},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1222}],\"padding\":{\"__isSmartRef__\":true,\"id\":1224},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1225},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1226},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1227},\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1228},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":21,\"_MinTextHeight\":null,\"draggingEnabled\":false,\"derivationIds\":[218,\"852A7BD9-52EE-4708-A2D5-1BDECF33C958\",\"7B4F173E-9726-472A-9B30-530D4AA92AD9\",\"CBA217F6-2832-4213-9ABE-47753C1A4180\",\"E6B97D1D-95D5-4644-9359-1D08D42A51F4\",\"4391A57E-70C2-4628-9828-DD668CCE546E\",\"F0C6C298-3B8B-42B2-B5E9-E5B82F607B01\",\"DF0CAF75-4247-4797-B1A0-AD7444391E2A\",\"B4C4F09B-F663-47A1-B85F-461D5452F5F8\",\"FD966AB1-4685-4151-9A38-B1B21B0237EF\",\"CA91FC2C-D7CC-4123-AFD2-108F8F0C2E97\",\"88F1581A-7AEF-4646-B7F9-3890CDDB8494\",\"DC577877-7F00-4238-9246-08C2A10C0CC9\",\"818C9467-71A2-44D6-B01F-1523A0CD5476\",\"C0CF3DDB-AA12-49E0-B12A-6B620552BB47\",\"853E19A1-E97D-463D-A24F-0148671EB696\",\"68C2E993-DE31-4090-9299-9343AEC200C1\",\"344625C1-FE1A-4D3F-91E1-AB6DB81796A4\",\"6012E5AC-8C11-41F7-B5F5-90CACA805586\",\"8E722C30-74A9-48E5-BB76-9576996AFF15\",\"04BDF7DF-1F9D-4B07-AAD2-6497A60063C6\",\"3CE32E80-B23C-41B0-B5DA-39DE70E3691E\",\"E76E51E9-E8AC-4E7E-A928-DA7346353D80\",\"F55286E0-7022-46D6-8F92-B2F1899BF5DD\",\"482466D2-B1FC-415A-96D9-840A7AFF8757\",\"4CA2E386-E5C4-4933-87D8-193D8EB0EB28\",\"EEA817B0-1773-4FD2-B284-083AAF24828D\",\"D3BA15C9-D7B2-43D5-9081-0803795F6F4A\",\"59985470-D838-4F7D-8A29-BF8A2E1FAD2E\",\"FCE63C0B-08B8-4F83-879B-5EBCCB9528E9\",\"1BACB1DE-10F9-47B3-B2D3-9868CFD5BEF5\",\"12A61D9F-72FE-4B4D-B313-11D96B4B332C\",\"851DD960-71B6-4B39-9793-54C173CDC5F5\",\"DD3D1904-2351-4CB7-81BC-F832F5CF3217\",\"8B383E06-F8D1-44F9-A3F9-2D8A57F37C5A\",\"C1DC4F4A-BD09-461C-975A-F62DE59057E9\",\"1DB01C31-0B3C-4808-8D5D-8B1BD0568233\",\"F7104DE5-2EA5-4492-AD66-0D02DF2CB25D\",\"28B63A46-1AA9-47AD-AF7B-65D148686743\",\"EFB9716E-0023-4965-B367-96928EC4BA78\",\"DC2B2D4F-CE8D-47BC-8219-1438FF76F52B\",\"A08D5698-11AD-4463-AB19-DD7EE9BEBF05\",\"40819B91-9C9A-4A0C-BBA0-12ACC43FCFA0\",\"43628E6A-17A4-4EAB-9899-AE361C42E380\",\"B6712ED4-5A0D-44BA-A9CB-216D85426D00\",\"CB751409-E69D-44A7-9DB3-7AD2C1815AA8\",\"3B8937C4-435C-4088-B5FE-B3DBE7FDBE2A\",\"D2403646-2D51-4D36-996C-CE33F498E096\",\"0EE69A63-689E-4270-8A43-E54CBB889812\",\"6C5071F0-23D7-41A8-B296-A2D96C09406D\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1215\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1216},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1217},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1218},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1219},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1220},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1216\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1217\":{\"x\":25,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1218\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1219\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1220\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1221\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1222\":{\"style\":{\"__isSmartRef__\":true,\"id\":1223},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1214},\"storedString\":\"-\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1223\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1224\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1225\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1226\":{\"x\":25,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1227\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1228\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1214},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1229\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1230},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1231},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1232},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1242},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1243},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1244},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1230\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1231\":{\"x\":25,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1232\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1233},{\"__isSmartRef__\":true,\"id\":1235},{\"__isSmartRef__\":true,\"id\":1237},{\"__isSmartRef__\":true,\"id\":1239}],\"vector\":{\"__isSmartRef__\":true,\"id\":1241},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1233\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1234}},\"1234\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1235\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1236}},\"1236\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1237\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1238}},\"1238\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1239\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1240}},\"1240\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1241\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1242\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1243\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1244\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1245\":{\"x\":160,\"y\":40,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1246\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1247},{\"__isSmartRef__\":true,\"id\":1249},{\"__isSmartRef__\":true,\"id\":1251},{\"__isSmartRef__\":true,\"id\":1253}],\"vector\":{\"__isSmartRef__\":true,\"id\":1241},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1247\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1248}},\"1248\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1249\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1250}},\"1250\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1251\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1252}},\"1252\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1253\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1254}},\"1254\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1255\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1213},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1213},\"targetMethodName\":\"deleteSelectedScript\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1256},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1256\":{\"source\":{\"__isSmartRef__\":true,\"id\":1213},\"target\":{\"__isSmartRef__\":true,\"id\":1213}},\"1257\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1258\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1259\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1260\":{\"x\":30,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1261\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1213},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1262\":{\"x\":33.35839679439101,\"y\":-21.324811622839547,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1263\":{\"deleteSelectedScript\":{\"__isSmartRef__\":true,\"id\":1264}},\"1264\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1265},\"source\":\"function deleteSelectedScript() {\\n\\n var editor = this.objectEditorPane;\\n var selection = editor.scriptList.selection;\\n\\n if (!editor.target || editor.scriptList.getList().size() < 2) \\n return; \\n\\n var deleteScript = function (confirmed) {\\n if (!confirmed) return;\\n \\n if (selection && editor.target) {\\n if (!editor.target.hasOwnProperty(selection)) \\n return;\\n delete editor.target[selection];\\n editor.updateLists();\\n editor.displayInitialScript();\\n }\\n }\\n\\n var message = 'Delete \\\"' + selection + '\\\" script?';\\n var callback = deleteScript;\\n\\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\\n\\n return this.world().openDialog(dialog);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1266},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1265\":{\"this\":{\"__isSmartRef__\":true,\"id\":1213}},\"1266\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1267},\"user\":\"lauritz\"},\"1267\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 18:12:21 GMT+0100 (Mitteleuropäische Zeit)\"},\"1268\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1269}],\"scripts\":[],\"id\":\"F382D61B-635D-4CE7-A2B6-4252C34DA62A\",\"shape\":{\"__isSmartRef__\":true,\"id\":1285},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1301},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1288},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1302},\"label\":{\"__isSmartRef__\":true,\"id\":1269},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1311},\"name\":\"ObjectEditorMorphSelector\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1312},\"list\":[],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1313},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1314},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1315},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1316},\"owner\":{\"__isSmartRef__\":true,\"id\":153},\"textString\":\"\",\"selection\":{\"__isSmartRef__\":true,\"id\":1317},\"_ClipMode\":\"visible\",\"prevScroll\":[0,0],\"listMorph\":null,\"derivationIds\":[221,\"4AC64FBA-95AC-42B2-A078-B6DA97889093\",\"E26ED0E6-C4CE-4C82-94D5-175270E8459E\",\"D292F2FC-C2B6-48AE-B779-8CC5868FFA49\",\"53A862EB-032C-4BF0-9B21-58C7E0C0A9B2\",\"CC4D188B-510F-48DE-A0E1-EC8D2CD63F9F\",\"0CD057F2-3517-4849-A69E-1EF79B05ACE8\",\"66EBBB7D-8FA7-4D43-AE78-A18DA3B970BA\",\"A50C1893-4138-4E29-865B-92F53F76D08A\",\"1EC5D2B9-3539-419A-8DD6-CE82DEABB02C\",\"95DC06D5-F4C7-49E2-8A01-110D1B0AFBD0\",\"672DEFAB-2BE5-4C60-9779-3B44694FBEB1\",\"E3476213-5872-492C-BE29-0C6A5A150ED8\",\"AA2F6ABE-1CCB-403D-94DD-8FB371F3DDCE\",\"54B67D51-AB19-40A0-A2A6-EC51F3171CAC\",\"1CF44342-896F-4ACB-847F-7CB3CD10ED5A\",\"AC7516A6-0060-44EA-A3D9-A48249D3996D\",\"ED43F1AE-9012-4F15-BE77-1F11CB530CB4\",\"0EAA4721-6A0F-47DC-BD56-7B6747D1EB04\",\"9ECAC6E9-C098-42D9-8AB4-0D758BCE226F\",\"D4F4446C-053B-40E2-87DB-33C7CFCDD16A\",\"9C701C84-313F-484C-A0C7-1E0BEE9146D3\",\"4CE1EA6B-B575-4F9B-8DF8-CF7185C91E60\",\"6AEE5142-42E5-46F6-8B4E-2CDAADB5D21D\",\"92071761-79F9-4595-B660-14FA225C7969\",\"ED35F8A8-B444-414A-A1F2-324BFB159008\",\"2D07B5CB-3A03-4709-A29D-235A6E6D7590\",\"BC71B37B-3CB9-4F44-B52C-873FC0A2689C\",\"B6B67665-D415-4EEF-BDA4-AF04B2AF7A92\",\"544F5BD2-DAC6-4B21-B6FD-07C20A244FBC\",\"685DF851-8A0A-4300-B0E7-B4BEA6E26537\",\"85FA53CD-F14A-49D6-A8D0-A07207489208\",\"B74A9520-F5F8-4FA7-8E33-AC5B4684C60D\",\"99E415B2-E381-4302-95A5-CE5E580EE7F1\",\"48E74B18-09F0-4429-8EE4-0260186ED213\",\"57542498-0BA1-4E05-9B70-F0B2946C3BA2\",\"17FCF947-02D2-4486-96DB-F736BD757EBF\",\"70B8AD0E-D9D7-4E12-87DA-BEFCD302EB9C\",\"6239FBC6-0D3C-4416-BFBE-1CC0CD8E8508\",\"1C564AC3-3934-4E12-96AC-3C4887B4306E\",\"E9FFBE1D-4227-45C5-9C44-0BD7AC78BC39\",\"3785AB74-5B20-4715-A4AB-375BCBFB1C28\",\"5074142C-909E-4F65-BF38-55CE74E6BC01\",\"64C7F025-CE70-4AB9-BC5E-AED928065EB2\",\"848F97F7-C0C5-4000-B59B-74C49F9672D5\",\"2975EAF6-D677-4439-8979-7331165604D7\",\"21020A5D-5D1D-4D8F-BFCD-08CC4B1E2D1F\",\"A991B7A0-F0F5-4DF2-A02A-EFD94D4A4684\",\"46F5C33C-2C5F-4A27-BDA5-4D365F135D84\",\"C849BBCB-885F-4503-BC3E-5155F817DC79\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1334},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1269\":{\"submorphs\":[],\"scripts\":[],\"id\":\"C8C0AE2C-6C97-40B3-8F01-01D8C3664806\",\"shape\":{\"__isSmartRef__\":true,\"id\":1270},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":220,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1276},\"textColor\":{\"__isSmartRef__\":true,\"id\":1273},\"owner\":{\"__isSmartRef__\":true,\"id\":1268},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1277}],\"padding\":{\"__isSmartRef__\":true,\"id\":1279},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1279},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1280},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1281}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1282},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1283},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":220,\"_MinTextHeight\":null,\"_Align\":\"left\",\"_FontFamily\":\"Arial\",\"_FontSize\":10,\"derivationIds\":[222,\"30F054A3-7658-405B-8098-B7D87AA8A9ED\",\"556D6E07-45B7-42EC-A486-DE275EF0B034\",\"06B0B080-467A-46CC-8B0D-9C0A9B9A71F1\",\"5E2D96C9-BB9B-4735-8673-A79847435197\",\"B48AA022-2022-4A2A-9090-4D884FB3DFD3\",\"8B2F743A-98C5-45E1-B03C-5019114EAC47\",\"D09C56C3-A2DC-4BDF-B8A1-6365138ECD01\",\"74158C3D-B79E-43E7-B111-48701B10ACE2\",\"B19E117B-E40F-4B9F-86AC-BFB2AAFD5336\",\"4E3B3D72-E52C-44ED-AE32-78939BA1ECFD\",\"2459D1F0-E49C-4882-AB4C-D78C1A496962\",\"3D8D3B02-0459-45C1-A606-D0DB4B07958C\",\"78AAE288-D261-4BEA-9436-C8C31B890B44\",\"2E10F795-9892-4BF7-9A46-BCB90FD6112E\",\"DE32EFA9-C920-42F6-9F2E-7EDABEC006AF\",\"DE806308-AE84-467B-9D4F-A2817DF3A400\",\"A55976A7-154E-41FE-BCF7-6D22FBB8629D\",\"93498435-53E5-4CF2-89DC-60D1D1EA0059\",\"119C9689-9546-4262-98F9-3FBE67D016DC\",\"6C8ACDBD-D44F-48D3-934F-6818C7B509D1\",\"7506237D-787B-4545-879A-9B76C9AF426F\",\"71B146C6-65B5-4A07-B12C-AE354288D578\",\"2901C8E9-09A0-4AD8-A661-B859B8D8DCE6\",\"F028C73F-BC98-4CCB-81A2-EEBFA214F9E0\",\"F78BD8BA-FC7C-45AA-AC9A-C2D4E5F23BD0\",\"6A85D159-3DAC-4C31-B77A-DAC3F34D1935\",\"95FE8EB3-5E03-4285-88E7-8FC5BA4809C8\",\"53A9E176-B0CB-4A22-8FA5-8530D1C0F55A\",\"7835F5D8-D5CC-41FD-9FDF-8FAB154E44A3\",\"8A297DBA-643A-4CCF-BE0D-1BE00A1C49C9\",\"777D6803-4AA8-496D-AF3C-0A6606F923AF\",\"FC11EF0F-7122-4377-9647-D740A4EABE5D\",\"F4A69069-1557-4445-8787-63DB3166F2A5\",\"787E62EA-333B-478C-B8E5-617513D3B73E\",\"5B7D8388-CB1C-4D82-97D4-4EF857B43482\",\"006278A8-6059-49C6-A3B7-5BC27B54F940\",\"3D6C91E7-5FD6-4A37-BF4D-50B1178C8DC2\",\"A10E9D54-B57D-4141-A5A8-D6380EBBAB15\",\"3B3761AE-D157-4B18-B02C-F826F16D74CB\",\"3A11BC82-675B-4D6C-A505-881D0E6089A6\",\"9EEA7D1B-781F-42D9-96D8-B6A62FE61955\",\"45117DCD-1CF9-4613-9F6F-76A88126C3F2\",\"2C09E3F0-1D2C-4EFA-A314-C8A363786DA2\",\"4F152BBC-D211-4F8B-A5FA-2F266FCC4A67\",\"A49D1FDC-0156-4E02-B89D-E96B59B4237E\",\"79D01985-757A-4C0F-8BC7-1670B7429E23\",\"B35DB0EA-1ABF-4A26-B8C9-54568C01E557\",\"764D0881-79F7-4BA2-8A70-F1DCCEB7ACF7\",\"0D44CC90-C548-4D14-A1A7-CDC5CE077D05\"],\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1284},\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1270\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1271},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1272},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1273},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1274},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1275},\"_BorderWidth\":0,\"_Fill\":null,\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1271\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1272\":{\"x\":220,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1273\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1274\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1275\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1276\":{\"x\":2,\"y\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1277\":{\"style\":{\"__isSmartRef__\":true,\"id\":1278},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1269},\"storedString\":\"empty\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1278\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1279\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1280\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1281\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1269},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1268},\"targetMethodName\":\"selection\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1282\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1283\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1269},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1284\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1285\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1286},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1287},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1288},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1298},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1299},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1300},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1286\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1287\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1288\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1289},{\"__isSmartRef__\":true,\"id\":1291},{\"__isSmartRef__\":true,\"id\":1293},{\"__isSmartRef__\":true,\"id\":1295}],\"vector\":{\"__isSmartRef__\":true,\"id\":1297},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1289\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1290}},\"1290\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1291\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1292}},\"1292\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1293\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1294}},\"1294\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1295\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1296}},\"1296\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1297\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1298\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1299\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1300\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1301\":{\"x\":240.1308656788165,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1302\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1303},{\"__isSmartRef__\":true,\"id\":1305},{\"__isSmartRef__\":true,\"id\":1307},{\"__isSmartRef__\":true,\"id\":1309}],\"vector\":{\"__isSmartRef__\":true,\"id\":1297},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1303\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1304}},\"1304\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1305\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1306}},\"1306\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1307\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1308}},\"1308\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1309\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1310}},\"1310\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1311\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1312\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"partName\":\"ChoiceButton\",\"comment\":\"Click on it and you get a list of things to choose from.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1313\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1314\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1268},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1315\":{\"x\":122.93118375058827,\"y\":-11.582832083333244,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1316\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1317\":{\"submorphs\":[],\"scripts\":[],\"id\":181,\"shape\":{\"__isSmartRef__\":true,\"id\":1318},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1324},\"_MaxTextWidth\":580,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1325},\"showsHalos\":false,\"_FontSize\":28,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Title\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1326},\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1327},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1328},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1329}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1331},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1332},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":580,\"_MinTextHeight\":null,\"_Rotation\":0,\"_Scale\":1.002003004005006,\"previousSelection\":[35,35],\"priorSelectionRange\":[23,23],\"charsReplaced\":\"WIP / Proof of Concept\",\"lastFindLoc\":22,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1333},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"isCopyMorphRef\":true,\"morphRefId\":2,\"prevScroll\":[0,0],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1318\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1319},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1320},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1321},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1322},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1323},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1319\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1320\":{\"x\":580,\"y\":43,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1321\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1322\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1323\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1324\":{\"x\":37,\"y\":23,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1325\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1326\":{\"partsSpaceName\":\"PartsBin/Worlds/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"For example a world title.\",\"partName\":\"Title\",\"migrationLevel\":2,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1327\":{\"r\":0,\"g\":0.309,\"b\":0.595,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1328\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1329\":{\"style\":{\"__isSmartRef__\":true,\"id\":1330},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1317},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1330\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1331\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1317},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1332\":{\"x\":580,\"y\":43,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1333\":{\"x\":221,\"y\":-12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1334\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":1335},\"getList\":{\"__isSmartRef__\":true,\"id\":1339},\"removeList\":{\"__isSmartRef__\":true,\"id\":1343},\"reset\":{\"__isSmartRef__\":true,\"id\":1347},\"displayTopLevelMorphs\":{\"__isSmartRef__\":true,\"id\":1351},\"onMouseDown\":{\"__isSmartRef__\":true,\"id\":1355},\"setTargetOfPane\":{\"__isSmartRef__\":true,\"id\":1363},\"setTargetToListSelection\":{\"__isSmartRef__\":true,\"id\":1367},\"onBlur\":{\"__isSmartRef__\":true,\"id\":1371},\"setTarget\":{\"__isSmartRef__\":true,\"id\":1379},\"setTargetOnSelection\":{\"__isSmartRef__\":true,\"id\":1383}},\"1335\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1336},\"source\":\"function createListMorph() {\\n var items = this.getList();\\n \\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\\n\\n var listMorph = new lively.morphic.List(extent);\\n listMorph.setList(items);\\n listMorph.setFontSize(10);\\n\\n listMorph.disableGrabbing();\\n listMorph.disableDragging();\\n\\n connect(listMorph, 'selection', this, 'setTargetToListSelection');\\n \\n return listMorph;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1337},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1336\":{\"this\":{\"__isSmartRef__\":true,\"id\":1268}},\"1337\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1338},\"user\":\"lauritz\",\"tags\":[]},\"1338\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 13 2011 18:55:41 GMT+0100 (Mitteleuropäische Zeit)\"},\"1339\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1340},\"source\":\"function getList() {\\n var worldEntry = {\\n isListItem: true,\\n selectionString: 'World',\\n string: 'World',\\n value: this.world()\\n };\\n var list = this.world().indentedListItemsOfMorphNames();\\n list.unshift(worldEntry);\\n return list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1341},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1340\":{\"this\":{\"__isSmartRef__\":true,\"id\":1268}},\"1341\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1342},\"user\":\"lauritz\",\"tags\":[]},\"1342\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 21 2011 23:12:23 GMT+0100 (Mitteleuropäische Zeit)\"},\"1343\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1344},\"source\":\"function removeList() {\\n this.listMorph && this.listMorph.remove();\\n this.listMorph = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1345},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1344\":{\"this\":{\"__isSmartRef__\":true,\"id\":1268}},\"1345\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1346},\"user\":\"lauritz\",\"tags\":[]},\"1346\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:51:07 GMT+0100 (Mitteleuropäische Zeit)\"},\"1347\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1348},\"source\":\"function reset() {\\n this.list = [];\\n this.setLabel('empty');\\n this.label.setAlign('left');\\n this.removeList();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'});\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1349},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1348\":{\"this\":{\"__isSmartRef__\":true,\"id\":1268}},\"1349\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1350},\"user\":\"lauritz\",\"tags\":[]},\"1350\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:34:06 GMT+0100 (Mitteleuropäische Zeit)\"},\"1351\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1352},\"source\":\"function displayTopLevelMorphs() {\\n var list = this.createListMorph(); \\n if (this.getList().length === 0) return;\\n this.addMorph(list);\\n this.listMorph = list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1353},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1352\":{\"this\":{\"__isSmartRef__\":true,\"id\":1268}},\"1353\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1354},\"user\":\"lauritz\",\"tags\":[]},\"1354\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 13 2011 18:53:20 GMT+0100 (Mitteleuropäische Zeit)\"},\"1355\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1356},\"source\":\"function onMouseDown(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n // clicked on morph, not the list, not the list's scrollbar\\n if (evt.target === this.renderContext().shapeNode)\\n this.removeList();\\n } else {\\n this.displayTopLevelMorphs();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1361},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1356\":{\"this\":{\"__isSmartRef__\":true,\"id\":1268},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1357}},\"1357\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1358}},\"1358\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1359},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1360},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1359\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1268},\"name\":\"onMouseDown\"},\"1360\":{},\"1361\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1362},\"user\":\"lauritz\",\"tags\":[]},\"1362\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:30:39 GMT+0100 (Mitteleuropäische Zeit)\"},\"1363\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1364},\"source\":\"function setTargetOfPane(selection) {\\n this.owner.setTarget(selection);\\n this.label.setAlign('left');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1365},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1364\":{\"this\":{\"__isSmartRef__\":true,\"id\":1268}},\"1365\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1366},\"user\":\"lauritz\",\"tags\":[]},\"1366\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 04:30:42 GMT+0100 (Mitteleuropäische Zeit)\"},\"1367\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1368},\"source\":\"function setTargetToListSelection() { \\n var selection = this.listMorph.selection;\\n this.removeList();\\n if (!selection) return;\\n if (this.owner.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function (confirmed) {\\n if (confirmed) that.setTargetOfPane(selection);\\n }\\n this.owner.confirmUnsavedChanges(callback);\\n } else {\\n this.setTargetOfPane(selection);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1369},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1368\":{\"this\":{\"__isSmartRef__\":true,\"id\":1268}},\"1369\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1370},\"user\":\"lauritz\",\"tags\":[]},\"1370\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 06:06:48 GMT+0100 (Mitteleuropäische Zeit)\"},\"1371\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1372},\"source\":\"function onBlur(evt) {\\n $super(evt);\\n \\n // workaround - otherwise other morphs get this event\\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\\n this.removeList();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1377},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1372\":{\"this\":{\"__isSmartRef__\":true,\"id\":1268},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1373}},\"1373\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1374}},\"1374\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1375},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1376},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1375\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1268},\"name\":\"onBlur\"},\"1376\":{},\"1377\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1378},\"user\":\"lauritz\",\"tags\":[]},\"1378\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:30:08 GMT+0100 (Mitteleuropäische Zeit)\"},\"1379\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1380},\"source\":\"function setTarget(target) {\\n this.label.setTextString(target.getName() || target.toString());\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1381},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1380\":{\"this\":{\"__isSmartRef__\":true,\"id\":1268}},\"1381\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1382},\"user\":\"lauritz\",\"tags\":[]},\"1382\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 04:29:39 GMT+0100 (Mitteleuropäische Zeit)\"},\"1383\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1384},\"source\":\"function setTargetOnSelection() {\\n if (this.listMorph && this.listMorph.renderContext() && this.listMorph.renderContext().listNode.value) {\\n this.setTargetToListSelection();\\n this.stopStepping();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1385},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1384\":{\"this\":{\"__isSmartRef__\":true,\"id\":1268}},\"1385\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1386},\"user\":\"lauritz\",\"tags\":[]},\"1386\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 06:12:06 GMT+0100 (Mitteleuropäische Zeit)\"},\"1387\":{\"submorphs\":[],\"scripts\":[],\"id\":\"707D1E6A-DC9F-4170-B09A-55141B52E250\",\"shape\":{\"__isSmartRef__\":true,\"id\":1388},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":false,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1394},\"_MaxTextWidth\":64.8979476392384,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1391},\"showsHalos\":false,\"_FontSize\":9,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorScriptsText1\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1395},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1396}],\"charsReplaced\":\"Scripts\",\"lastFindLoc\":-7,\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1398},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1399},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1400},\"_WhiteSpaceHandling\":\"pre-wrap\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":64.8979476392384,\"_MinTextHeight\":null,\"_ClipMode\":\"visible\",\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1401},\"eventsAreIgnored\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":153},\"isCopyMorphRef\":true,\"morphRefId\":27,\"derivationIds\":[223,\"5E3A69EF-26C1-4D0D-B04C-8C3894017F56\",\"14AB1B91-3ED6-49AE-AA58-47D18B6C569F\",\"991D4A54-1FC4-4BC7-AA82-F814AC52CDE3\",\"DB9B19F7-4390-4CE5-9B1D-62177CB8D605\",\"8F7B2EE9-9538-4044-B75B-6A12F3108B70\",\"4B9F9B4B-C7D3-418D-9AC9-10503A4EBF8E\",\"324EE422-8C94-43CE-B964-A3150830C25F\",\"36D1ECF9-591F-426B-A4F6-B337D7DB053B\",\"CB52849C-BE64-4053-8D07-758F969F84EB\",\"F1C241D4-A689-4DB7-942F-ADB5F39D9CAA\",\"F9D413A0-184F-47F5-9B55-D05D511915CB\",\"F4C5DA2D-8203-47EB-834D-2D03338B0419\",\"1E089341-3FFF-45CD-9C21-BA7A8B4CF6F2\",\"87F8B14A-C122-40D7-8405-CA07248E60D3\",\"A8E7E359-A02C-427B-8D23-C707CE9664B2\",\"1F5D2238-FE2C-4462-87AE-6308A9DC3F78\",\"0CFCC25B-8E38-48AF-BCAE-309B297CCAC3\",\"F88840C4-6C4F-473C-91E8-FF62A4EDE7C8\",\"296C71A4-11DC-4952-8256-A93963F64682\",\"6B005896-939A-42A9-ADAE-2A1F4B1D59C2\",\"14EFB005-F562-4D73-8702-2589C85C7F49\",\"FEA4334F-926E-40B1-ADEB-4DF4D4D0D724\",\"B12CC3AC-818F-469A-A538-B6BF01C8147B\",\"3C11B816-4C37-418C-A63E-DB4A2CF5F9D2\",\"3027459F-3E57-4CBA-9FAF-7CB42411ABC3\",\"C00E82BE-7538-4FA9-910A-656AC2C6F33B\",\"D985F727-35CB-4BB1-9609-E4FF2AF2DD37\",\"85BC2572-7E97-44E2-A986-EFD3D56D1852\",\"3044ADA2-8A7F-4D22-8B40-FA06789A8996\",\"76773698-385A-4175-80B8-27271545B457\",\"690F67C4-EC25-4EEA-B562-0CE8F0E5CBED\",\"624523C6-ADA2-49CB-88CE-DEB1AA43DAD0\",\"8A813202-A381-4FF9-A154-407C143EBA72\",\"FFB95785-E1AD-48FB-80AF-BA433853515B\",\"4EBF6F8C-C433-42CC-8CBA-297B37B2C688\",\"BD4DC952-16BE-491F-A354-D917D4E03A61\",\"E4A29EB0-82DA-4A0D-8F9C-EA48BFACF9F6\",\"CF02365B-8811-4F5D-9E46-CDCA5992FE02\",\"A8308C66-9694-47F9-BD39-1440A1A11147\",\"11670533-7A0C-4DA7-B05A-230E3590D754\",\"50C57D44-2623-4C4D-9E75-9C92D74899BE\",\"4EFD1889-CFFB-4A6D-B657-4F4BFB7AA53A\",\"40D260D3-576B-4A48-9B0F-ED45E603E1DF\",\"18768B22-DF4D-4E34-A2C1-010FE282AE5F\",\"4E99809E-FFFC-468E-B550-62D4D28B8030\",\"37466A59-B687-4CD7-A1DD-1F0A27A669BE\",\"730CA454-E737-42C7-B4BC-8CC154877078\",\"06F8273E-95EB-4BCA-BA60-C677220E0F73\",\"33EBE265-A928-4E60-8E54-0FB0811652F3\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1388\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1389},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1390},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1391},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1392},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1393},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1389\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1390\":{\"x\":64.8979476392384,\"y\":15,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1391\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1392\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1393\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1394\":{\"x\":198.16434648623274,\"y\":12.911539589748486,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1395\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1396\":{\"style\":{\"__isSmartRef__\":true,\"id\":1397},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1387},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Target:\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1397\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1398\":{\"x\":64.8979476392384,\"y\":15,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1399\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1400\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1387},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1401\":{\"x\":41.065989525935834,\"y\":-10.506047005169194,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1402\":{\"submorphs\":[],\"scripts\":[],\"id\":\"2521D182-54EB-40F6-9092-BB3BD8CBA0F7\",\"shape\":{\"__isSmartRef__\":true,\"id\":1403},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":false,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1409},\"_MaxTextWidth\":64.8979476392384,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1406},\"showsHalos\":false,\"_FontSize\":9,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorScriptsText2\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1410},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1411}],\"charsReplaced\":\"Scripts\",\"lastFindLoc\":-7,\"priorSelectionRange\":[0,7],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1413},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1414},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1415},\"_WhiteSpaceHandling\":\"pre-wrap\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":64.8979476392384,\"_MinTextHeight\":null,\"_ClipMode\":\"visible\",\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1416},\"eventsAreIgnored\":true,\"isCopyMorphRef\":true,\"morphRefId\":27,\"owner\":{\"__isSmartRef__\":true,\"id\":153},\"derivationIds\":[224,\"35EF8FE5-067D-45B6-AF21-77040F11D340\",\"80DC09DD-22D4-4089-B5C3-857B32C9BE9B\",\"EF080074-E6B9-47F3-A87F-26313B40C430\",\"F6977801-C1A7-445C-9BF1-8A1019E202FB\",\"8C9157AE-0343-4CFB-8186-1D5E05D2ECBE\",\"DD3C23F8-6463-4EAE-959B-C486E27D9BDA\",\"1E8D3752-D212-41F8-BC63-B094E0C80707\",\"75C07D11-AE5D-4A36-B2D0-F2A6EA414E72\",\"494AB1C0-2C09-49DE-B4AA-1F24DC7495FF\",\"25199967-E3BA-4763-A704-37BD3152A5F7\",\"8E4A5937-D1FA-4AF7-BD8D-B542C636CEF9\",\"DDB23EF0-540C-4046-AD4D-C001E8A5F20C\",\"FF45AAB3-E5C7-42A0-A704-F068DB2E2AF9\",\"52850E3E-BE46-467C-A381-902F5E4859FD\",\"147F9160-7168-44A4-9EA4-A36466EE1F52\",\"07B3723F-DFA0-4FBC-B0F5-BA23173141E3\",\"6D8947CA-4E24-4B98-917D-5F9D8183DD23\",\"272C49A1-F64E-4FB5-9E74-091FD6F94A0B\",\"2970B680-E48D-429C-ADE5-6CAFDAB64DFF\",\"763B4C2A-9EA7-42FC-8AB3-67FFCFB10289\",\"D5B10502-1750-4947-837E-601C1B68E057\",\"6F2CE171-4847-4979-860C-65670CA72C09\",\"C6FB823E-A6F9-4603-BF38-D8205417E6BA\",\"49B2AAC3-D080-4187-876F-3D55751AE297\",\"85F2FBB3-1E7C-4908-9AB0-980345E3876E\",\"30CDE50B-45BF-48CE-9A73-9C459699E317\",\"AFA77026-568C-4E94-8C7F-27C828811AA4\",\"54E76C04-71EB-4EA6-89B3-32F12994BED3\",\"032AF4EA-3E7E-4A86-B5A9-FB1C4AE513CC\",\"E4D56409-18D1-4F61-B6E8-51F2E073C299\",\"FB3FB68A-6644-4A92-9512-9BDDB3A6B291\",\"59C893AD-5AA8-4837-A1CA-D124E9CEC5AE\",\"1263E547-F0D5-4C07-B269-FD5E958D1523\",\"D23A9B2D-10B5-4930-8C37-09D5A440AE57\",\"ABE5EEF7-5A23-4BEA-B079-D19C462662AE\",\"6A92531C-D9A9-4A6F-92E6-AEF088B02B07\",\"42909C41-3985-479F-881F-EFBAD6569DAA\",\"32F1C835-F87C-4EB0-84F9-93124897544E\",\"A3798645-7FCB-42A7-98E9-CD600F33374D\",\"A71FD4A1-4E70-49F6-A4BF-F0E63F947DAE\",\"20BE92CF-BBB0-4853-B246-BA18BD63D962\",\"13BD5980-9FEA-4EAC-9DD6-2A3EA14D35E3\",\"F498538E-3F60-4FC5-98AA-E4FA603F7167\",\"318756FA-C67B-4908-819D-C9AA53BBBB96\",\"FD61D575-FA46-486C-A8AE-0E1BA7FF637D\",\"FE2C5A80-1F27-4545-859F-EA59828ACF8E\",\"B88FB820-B19C-491D-83AC-9E72077879E5\",\"B1096DDC-D8E8-4BDD-9ECC-53AA1A1BF884\",\"379DF5A0-FCCC-41CD-912A-6DA87BA77867\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1403\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1404},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1405},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1406},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1407},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1408},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1404\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1405\":{\"x\":64.8979476392384,\"y\":15,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1406\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1407\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1408\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1409\":{\"x\":10,\"y\":12.911539589749026,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1410\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1411\":{\"style\":{\"__isSmartRef__\":true,\"id\":1412},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1402},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Tag:\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1412\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1413\":{\"x\":64.8979476392384,\"y\":15,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1414\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1415\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1402},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1416\":{\"x\":45.76052154281416,\"y\":-27.783027415339603,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1417\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1418}],\"scripts\":[],\"id\":\"2EE7DB7A-2A82-40CB-9D35-DC034E9879A8\",\"shape\":{\"__isSmartRef__\":true,\"id\":1432},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1448},\"value\":true,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1449},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1435},\"label\":{\"__isSmartRef__\":true,\"id\":1418},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1458},\"name\":\"ObjectEditorTagChooser\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1459},\"listMorph\":null,\"list\":[],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1460},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1461},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1462},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1463},\"textString\":\"PartsBinBrowser\",\"selection\":\"\",\"_ClipMode\":\"visible\",\"prevScroll\":[0,0],\"owner\":{\"__isSmartRef__\":true,\"id\":153},\"setTargetToListSelection\":\"all\",\"savedTextString\":\"all\",\"derivationIds\":[225,\"7F83847B-D0B1-4A31-8601-43424B97C858\",\"E08FC110-71D7-4FFD-B4A8-08F8147B95BA\",\"5534107D-C5C9-48DD-A1ED-B87E9D9B672C\",\"0B89FA7A-768C-4062-98AE-C455E8DAFF19\",\"799320C6-CFBA-40E7-B03D-64BFE9B78248\",\"9B650AA3-271B-4E72-B230-51C6F64B7462\",\"C95D3672-724C-4C2C-9CDD-EF308062F627\",\"C66EBEEC-B7CE-4DD9-8BDF-905F071F965D\",\"D68B143A-A712-4FD0-8803-62CCB4C7F763\",\"ED802271-AE5C-4BE9-AC4E-7CED44BC864B\",\"1BD989CB-146C-431F-8B15-9199C4CD5D32\",\"42172AA4-1B06-4C5B-9BB7-FAED1206CF34\",\"32DFAF99-E6F8-426B-829D-FD6C2BCB8FAA\",\"9B4BF2BE-49D5-4B9D-8F38-1692443069A9\",\"FCAB3690-731A-45E7-984F-843DFE705AF1\",\"3C55B7A5-77F6-45F6-95B5-5AA3B10E6CE5\",\"14ACA43F-520F-4512-971E-58D7AA98A34E\",\"A2CB6935-5F61-4647-AFF7-544B0D457DBE\",\"23AF6A5A-2D3E-4B37-88D9-1796928D6D56\",\"12F76FAD-605C-40C2-93EF-7951441E766B\",\"D92D80C6-56A4-46ED-B62C-757F1FA4D905\",\"6CC2CF6A-223A-4DBA-A5DB-21CBE0CEF2A7\",\"9B99B064-2C50-42CB-A565-288A1B81E00B\",\"C38B8F60-8566-40E7-8B02-2AD06163F885\",\"062785D3-1172-4A86-A875-AC1D54D4F0D0\",\"21A29E3E-F614-44A7-AC8A-591A21720DA9\",\"78CE0802-1677-492A-95DB-B14FDC8FDA44\",\"CB50D64F-6C04-4EB7-8269-E8319815FBB4\",\"9D254D05-EFD1-4CFE-A2C9-7C9CB73A1FA5\",\"120F7E7E-5778-48FF-9A3E-DF7BBAFD37D1\",\"F866F830-60D7-468A-821E-624DA25C5594\",\"4A958B6D-1AA1-4FD8-987C-F853AB4F6790\",\"F3126A42-B5AA-4DCC-9C9A-307B3B23323C\",\"13430A3F-8FA1-48CE-9820-A331BC446C1E\",\"69D8012D-DF9A-4098-811A-E2E1DDB18ED2\",\"32390AE4-1AC0-4D26-A350-5CB598864E24\",\"82C5FE6A-4E5F-4C90-8B50-60C9C6634789\",\"2324F569-1A8C-4299-90ED-B22301B3045C\",\"19C7B723-0D4A-49BA-9A2A-3FBCD7FBAC1C\",\"9D09769C-271B-4F60-A0FB-1F21064E6DED\",\"3B18E957-EA10-4A97-BFAD-C5B0E4D89D7D\",\"C78575AD-3D1D-4F2B-8E40-F5C1D1E60FCD\",\"7157280A-E309-4EF7-BCC4-5823E62FA84B\",\"55CA70AC-2223-4FA7-BCA9-938E7270F768\",\"6BE8CACF-9B4B-4462-A6B0-69DC5A462D15\",\"55605394-8BB5-4423-97E0-7B6E8C433354\",\"62904385-1A42-4ADD-8935-0E3E91419236\",\"6B984920-FFEA-4C91-A82B-192EB41D7CCF\",\"E733AB6B-40AA-41B6-8A73-D61A1280EBF9\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1464},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1418\":{\"submorphs\":[],\"scripts\":[],\"id\":\"496620E4-87D5-4A4C-964F-CD39747AD998\",\"shape\":{\"__isSmartRef__\":true,\"id\":1419},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":130,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1424},\"textColor\":{\"__isSmartRef__\":true,\"id\":1422},\"owner\":{\"__isSmartRef__\":true,\"id\":1417},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1425}],\"padding\":{\"__isSmartRef__\":true,\"id\":1427},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1427},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1428},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1429}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1430},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1431},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":130,\"_MinTextHeight\":null,\"_Align\":\"left\",\"_FontFamily\":\"Arial\",\"_FontSize\":10,\"derivationIds\":[226,\"03DBF3F8-8EA2-4426-BA64-C4297DDAB015\",\"B8F87302-BEC3-48CD-9BBA-6C7DBB6287E1\",\"4AA6AE51-338B-4E3E-814B-9F99C693A2D5\",\"08F6CE56-AD91-4C27-9429-C3DEA313696C\",\"D39C963C-FD24-4498-A6D8-71E5102CE58A\",\"132C2A9E-3466-4051-AAEA-6E485A91F408\",\"DB8BC4A1-ED41-446B-AB6C-7E73DD857B5D\",\"567FC668-A57C-41CB-8252-8912826B3144\",\"D0B0775F-C8E7-49EB-BBB2-C7BB7DD464BF\",\"AABED87D-D7C0-494A-8803-26F4601E35FF\",\"696C3A2A-C695-4D17-A044-41A73436AB8D\",\"206A0BFD-6997-4E0E-9193-089D1F66B22A\",\"F2F1F966-6C41-4EBA-AFCE-FAE8C79AA696\",\"64A754E9-7083-4CAE-B5C2-7B436EFFE4BA\",\"64737503-A352-42CC-A249-667DA2B42746\",\"DF3C67B8-7B15-4911-A7A5-4C93AA4E9E00\",\"326848BF-C53D-46A5-812C-D9F2B8756032\",\"6C055371-8A4E-4887-9735-0C93FB0DA46A\",\"C514FDFF-51F8-461E-B7C7-E85348AD4A94\",\"A2408FDD-FBD9-48BF-8486-EC6111E46FB2\",\"1E8B0D2A-BC10-43DD-A362-3D3B05C4497A\",\"C6BC57AA-BB93-4894-8E45-E11A683FD559\",\"3D38D50E-CA30-4F72-BD29-7CA74B44A71A\",\"88F09C25-C994-4DA8-A44A-8539642906B7\",\"0ED16F9C-755D-4568-9FEE-BA3CBEDFAA6D\",\"3A13AFB3-68CE-4E3C-9E9A-EE8B1BA17F48\",\"2CCF44DC-33F9-49E8-B200-1C8BFB2F3104\",\"B0ED4524-C3B9-4CD3-A5BB-BEF71A51C4FC\",\"03B7FE08-0E1D-4F20-BFCA-7B02BD2285F8\",\"6BD56082-5CA3-46A1-A89A-38E0FF06D820\",\"3AB13A4A-35B2-4F43-BB89-452A7A9E96C0\",\"DF640E86-BA9A-4171-BE65-E072CCA01340\",\"D6764007-9400-4AF9-8E9C-ED916D39E1E5\",\"8276D06F-3363-4C9D-AECE-3CDCC9654E58\",\"0C713654-080C-4216-B5A5-F0A3AFCB483F\",\"3E35CC90-3A85-471E-9401-C0E1BE66F298\",\"514BA223-7783-4152-AEF8-1B7272B3C592\",\"A7D6789D-7FA8-4BD4-ABE3-9333CA8233D7\",\"0ADDA07E-C195-4575-8F21-E7E75187D296\",\"559EF723-8874-49F3-AAB0-F38540394C29\",\"3E673F46-6A43-4630-A3E4-E0CCE2A0DE6B\",\"06D12182-AC4E-4D8C-9CBB-A199BFD19ACE\",\"62C39E3A-1AE5-47A8-A0BF-997F3A633805\",\"410E004A-BE43-4C50-9779-30478F67EBD5\",\"3A2A9587-CB9E-48E5-88EF-5C89CB1404EA\",\"4F849F2C-72B3-4AD7-9433-04A4F350C253\",\"C7EAC4BD-D60E-4B24-8EAA-57AF574E4C1F\",\"E7E1521A-90E5-4D7E-8B3C-16639B6B5227\",\"42CF80DD-31E4-4CCD-B03A-4A503F5FD2F1\"],\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1284},\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1419\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1420},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1421},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1422},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1423},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1275},\"_BorderWidth\":0,\"_Fill\":null,\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1420\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1421\":{\"x\":130,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1422\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1423\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1424\":{\"x\":2,\"y\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1425\":{\"style\":{\"__isSmartRef__\":true,\"id\":1426},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1418},\"storedString\":\"all\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1426\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1427\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1428\":{\"x\":130,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1429\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1418},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1417},\"targetMethodName\":\"selection\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1430\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1431\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1418},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1432\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1433},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1434},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1435},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1445},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1446},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1447},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1433\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1434\":{\"x\":130,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1435\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1436},{\"__isSmartRef__\":true,\"id\":1438},{\"__isSmartRef__\":true,\"id\":1440},{\"__isSmartRef__\":true,\"id\":1442}],\"vector\":{\"__isSmartRef__\":true,\"id\":1444},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1436\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1437}},\"1437\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1438\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1439}},\"1439\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1440\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1441}},\"1441\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1442\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1443}},\"1443\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1444\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1445\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1446\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1447\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1448\":{\"x\":39.12381412396891,\"y\":10.000000000000057,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1449\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1450},{\"__isSmartRef__\":true,\"id\":1452},{\"__isSmartRef__\":true,\"id\":1454},{\"__isSmartRef__\":true,\"id\":1456}],\"vector\":{\"__isSmartRef__\":true,\"id\":1444},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1450\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1451}},\"1451\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1452\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1453}},\"1453\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1454\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1455}},\"1455\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1456\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1457}},\"1457\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1458\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1459\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"partName\":\"ChoiceButton\",\"comment\":\"Click on it and you get a list of things to choose from.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1460\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1461\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1417},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1462\":{\"x\":85.7442776093583,\"y\":-11.582832083333244,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1463\":{\"x\":130,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1464\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":1465},\"getList\":{\"__isSmartRef__\":true,\"id\":1469},\"removeList\":{\"__isSmartRef__\":true,\"id\":1473},\"reset\":{\"__isSmartRef__\":true,\"id\":1477},\"onMouseUp\":{\"__isSmartRef__\":true,\"id\":1481},\"onBlur\":{\"__isSmartRef__\":true,\"id\":1489},\"setTag\":{\"__isSmartRef__\":true,\"id\":1497}},\"1465\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1466},\"source\":\"function createListMorph() {\\n var items = this.getList();\\n\\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\\n\\n var listMorph = new lively.morphic.List(extent);\\n listMorph.setList(items);\\n listMorph.setFontSize(10);\\n\\n listMorph.disableGrabbing();\\n listMorph.disableDragging();\\n \\n connect(listMorph, 'selection', this, 'setTag');\\n \\n return listMorph;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1467},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1466\":{\"this\":{\"__isSmartRef__\":true,\"id\":1417}},\"1467\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1468},\"user\":\"lauritz\",\"categories\":[]},\"1468\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:35:59 GMT+0100 (Mitteleuropäische Zeit)\"},\"1469\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1470},\"source\":\"function getList() {\\n if (!this.owner.target) return [''];\\n\\n var target = this.owner.target;\\n\\n var tags = Functions.own(target).collect(function (each) {\\n return target[each].tags || [];\\n }).flatten().uniq();\\n\\n var sortedTags = tags.sortBy(function(name) { \\n return name.toLowerCase() \\n });\\n \\n sortedTags.unshift('all'); \\n return sortedTags;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1471},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1470\":{\"this\":{\"__isSmartRef__\":true,\"id\":1417}},\"1471\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1472},\"user\":\"lauritz\",\"tags\":[]},\"1472\":{\"isSerializedDate\":true,\"string\":\"Fri Dec 16 2011 20:27:25 GMT+0100 (Mitteleuropäische Zeit)\"},\"1473\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1474},\"source\":\"function removeList() {\\n this.listMorph && this.listMorph.remove()\\n this.listMorph = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1475},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1474\":{\"this\":{\"__isSmartRef__\":true,\"id\":1417}},\"1475\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1476},\"user\":\"lauritz\",\"categories\":[]},\"1476\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 19:06:51 GMT+0100 (Mitteleuropäische Zeit)\"},\"1477\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1478},\"source\":\"function reset() {\\n this.list = [];\\n this.setLabel('all');\\n this.label.setAlign('left');\\n this.removeList();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1479},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1478\":{\"this\":{\"__isSmartRef__\":true,\"id\":1417}},\"1479\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1480},\"user\":\"lauritz\",\"tags\":[]},\"1480\":{\"isSerializedDate\":true,\"string\":\"Fri Dec 16 2011 20:27:53 GMT+0100 (Mitteleuropäische Zeit)\"},\"1481\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1482},\"source\":\"function onMouseUp(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n this.removeList();\\n return true;\\n } \\n if (this.getList().size() < 2) return;\\n var list = this.createListMorph();\\n this.addMorph(list);\\n this.listMorph = list;\\n return true;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1487},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1482\":{\"this\":{\"__isSmartRef__\":true,\"id\":1417},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1483}},\"1483\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1484}},\"1484\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1485},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1486},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1485\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1417},\"name\":\"onMouseUp\"},\"1486\":{},\"1487\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1488},\"user\":\"lauritz\",\"categories\":[]},\"1488\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 18:59:16 GMT+0100 (Mitteleuropäische Zeit)\"},\"1489\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1490},\"source\":\"function onBlur(evt) {\\n $super(evt);\\n \\n // workaround - otherwise other morphs get this event\\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\\n this.removeList();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1495},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1490\":{\"this\":{\"__isSmartRef__\":true,\"id\":1417},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1491}},\"1491\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1492}},\"1492\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1493},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1494},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1493\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1417},\"name\":\"onBlur\"},\"1494\":{},\"1495\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1496},\"user\":\"lauritz\",\"categories\":[]},\"1496\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 21 2011 23:10:03 GMT+0100 (Mitteleuropäische Zeit)\"},\"1497\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1498},\"source\":\"function setTag(tag) {\\n this.setLabel(tag || '');\\n this.label.setAlign('left');\\n this.owner.setTag(tag);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1499},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1498\":{\"this\":{\"__isSmartRef__\":true,\"id\":1417}},\"1499\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1500},\"user\":\"lauritz\",\"categories\":[]},\"1500\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:36:12 GMT+0100 (Mitteleuropäische Zeit)\"},\"1501\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1502}],\"scripts\":[],\"id\":\"7983D91C-3280-4035-B2BB-6F6E8EC50CF6\",\"shape\":{\"__isSmartRef__\":true,\"id\":1517},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1521},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1533},\"label\":{\"__isSmartRef__\":true,\"id\":1502},\"name\":\"Button\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1542},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1543}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1579},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1580},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1581},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1582},\"derivationIds\":[7251,\"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1\",\"79FE3D3F-77C4-4B39-8243-D672185B416D\",\"A4D2FEDF-2654-4381-AB43-8F89B9CA2E86\",\"87E42FF6-3862-481D-97D6-643676E15F32\",\"4F370A81-5A80-4821-8ECC-D52B56F31E15\",\"1C6D1DC9-2F9B-4DC4-B453-1CA45B17C516\",\"0E8EC0BF-934B-410B-AEC2-0ECA8C8F774D\",\"97086CE7-CD46-4035-A371-02A41D555A66\",\"E342B91D-F54B-4DA8-8AE7-10C59CE22B41\",\"A838C48E-4033-4688-8DCF-20659BD824FF\",\"E9BBC453-FFF6-4EE8-BDB0-605D5D4557AE\",\"B6FB81D1-145B-40F9-ACF1-17276DA45EBA\",\"09C79781-5461-4815-88DE-22FB67558136\",\"5F8AEA53-52AE-4556-8965-8AF32B7DF244\",\"B6F83D9A-EBDE-481A-9A93-10B7E0F411E5\",\"43A6AF71-969E-474B-B1AF-2D7072766C46\",\"0230F60A-8B10-42D3-A984-05A0EF2EF9DE\",\"042FB220-17F2-4215-AF92-F1AFA75EC06C\",\"11ECFDFB-FB26-4AA0-B5DF-110F0F35F4CB\",\"188943CF-7673-4F2A-A347-F37CCCEE828D\",\"45B2827A-1836-4544-A982-A59304D4E408\",\"579F9218-7101-4AD9-8F55-2D5505397C4B\",\"BC0C3772-5BE6-4FF9-8F58-E2F5075BDD96\",\"1F29F5CD-884F-4891-89B4-FCE2D39CB4AD\",\"2B121380-F997-4DE9-B213-F6A8E0A5A583\",\"CB75357C-D126-44B6-9122-46048629F855\",\"316CF12F-DF43-413E-83A9-F9F187641982\",\"79F3655A-B3FA-4E0B-94F9-979A6AD7A69E\",\"BBCAF92B-CDB5-452F-ADD5-126F652DE79C\",\"B8B0DB08-CCF4-4A2D-BB0F-FF39BB2E253E\",\"DE01F906-0D77-4279-9EB5-AE7A8CECFF07\",\"03917FE2-3A46-4111-A4A7-47129E857A40\",\"B65C660C-C897-4F19-9F42-B808CA4AEE60\",\"1442C7F9-3206-4CF0-A376-0E55AE86B656\",\"87878496-F588-4227-84D7-22E508E9CCDB\",\"4FEE9809-DF57-485C-B72C-C1C12643C124\",\"A0FFCFE4-6978-46EF-8718-523CC4940B1A\",\"4482E186-9925-4919-904A-9E851BB3E8CD\",\"34764D53-5CA8-417E-A22E-C9743E1DD126\",\"A6CAF13F-6559-4927-B5F8-9A3324A749EA\",\"4F13CDAE-F76E-4F99-B52A-457615B1A5AC\",\"B21E97A1-FBD8-4032-9172-3FC9FC29A23F\",\"55EE9A5F-641B-4755-B3D9-5D541F86D52D\",\"DE1F8EE8-9A5C-4D6A-B57D-995358BFA422\",\"F6F2BF53-5635-46CC-8719-C1E431EC18DA\",\"B37CB8A1-93BA-408D-B85C-83F33FB222A5\",\"66218275-8936-4C64-96F6-9CFC11485B55\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":1583},\"owner\":{\"__isSmartRef__\":true,\"id\":153},\"layout\":{\"__isSmartRef__\":true,\"id\":1584},\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":0.994014980014994,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1502\":{\"submorphs\":[],\"scripts\":[],\"id\":\"BD2AEFB9-1A9E-46C2-B919-EE0B4351FA29\",\"shape\":{\"__isSmartRef__\":true,\"id\":1503},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1509},\"_MaxTextWidth\":97,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1510},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1511},\"owner\":{\"__isSmartRef__\":true,\"id\":1501},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1512},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1513}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1515},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1516},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED\",\"307A3596-1175-4EA6-AA27-5BA4C9D95AB7\",\"0EF99131-C569-4C2C-B613-E0D8423C1334\",\"BA4EC8D2-AB29-4F9F-B5A0-715A4746A4C4\",\"56735895-BA99-4D98-9866-AA5DBD86237E\",\"81041CF7-31DB-4F65-BB39-FE438A4F266F\",\"D03829B3-268E-40A0-A440-3E4BAC344F30\",\"714637F0-714A-4833-909B-BA4AF1B4628B\",\"DC956E73-7398-4CAF-B6F2-9A226E344396\",\"C1F72D31-1F49-4C0C-ACF3-C3AD7E698D2F\",\"39386C7E-9099-4159-BFE9-80AD37319211\",\"2764FB6E-70D1-4BC5-B3CB-9979A48B8205\",\"C55C8A7C-412C-453E-A99F-CE78C2AADB94\",\"B8EF6619-AC5D-44B6-8E63-AEB078FD0679\",\"89422A1A-03FF-4785-A46E-069BA05383C7\",\"26A78281-B046-434E-958F-8C992D8D0001\",\"991F0354-BF7D-4678-BAFF-ADEC773F7919\",\"050304FB-48CE-469D-A39B-8906956194BD\",\"7E369F30-9171-47EA-BADC-0141FE0F2474\",\"256024A2-D84F-4EBE-BB06-4AED6EC6EE10\",\"2C5CBDD6-9C36-4868-8A2D-2912F05A6B3C\",\"8F2D20ED-D35F-4267-9999-0DF9ADC6B2B2\",\"C9043B92-E609-45D8-81BB-9BE7809775EA\",\"3C4BD7A7-6944-4901-9CBB-F3951346D760\",\"E140D8CF-6FE7-4AA9-9FDF-30716B6DFB2E\",\"3D4089AA-F4FF-4880-8512-D29A808194D1\",\"8684BBDE-F330-4029-93D7-4AFF7FF8A0E0\",\"68AA3F78-BF05-4C7C-BEB4-F4F29E6C8176\",\"1191953C-AFB4-4057-8311-71D946AABFD4\",\"E8FD422F-1D75-48D4-9D77-0C6A02AFDB16\",\"A4FB1B2B-6CFD-4224-BDD1-C9E8D011A311\",\"574B1C57-5B82-4FE6-BDE2-EC62087804B6\",\"CD14639D-A30F-4722-A431-52994E99585A\",\"281A476D-C160-46AC-8398-182DDC2CCAC5\",\"38D0C385-9645-4F19-BC5E-D930D0492D16\",\"1B1F23A8-48F1-4C81-889F-61C5FC7B8C8D\",\"9691F25A-DBBB-47FC-B185-D98C828F180F\",\"ECD565D1-ACE7-4EE5-ADCF-B548442D96AF\",\"FF9F41CE-DE25-4273-B84D-9EEF18C41954\",\"2C7E1F3F-CB74-41CD-B65C-6FAC38AF09C8\",\"0FF9E09B-63C3-4B56-BF70-638FE34AF52E\",\"A0D6D216-F076-4BA6-A8F2-53988E5CF48C\",\"6BE019C8-D554-4531-83DA-03BFF30DDC21\",\"D4A7E775-4D2F-464C-956C-04FE2736B6C6\",\"F756A865-7E46-4963-9EC4-011E5B57316A\",\"3DE84F3D-A328-4F0D-8065-39F56D61D9C8\",\"8318F352-12D2-4422-84C3-F803474E4993\"],\"_MinTextWidth\":97,\"_MinTextHeight\":null,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1503\":{\"position\":{\"__isSmartRef__\":true,\"id\":1504},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1505},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1506},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1507},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1508},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1504\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1505\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1506\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1507\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1508\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1509\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1510\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1511\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1512\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1513\":{\"style\":{\"__isSmartRef__\":true,\"id\":1514},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1502},\"storedString\":\"run\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1514\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1515\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1516\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1502},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1517\":{\"position\":{\"__isSmartRef__\":true,\"id\":1518},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1519},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1520},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1521},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1531},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1532},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1518\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1519\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1520\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1521\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1522},{\"__isSmartRef__\":true,\"id\":1524},{\"__isSmartRef__\":true,\"id\":1526},{\"__isSmartRef__\":true,\"id\":1528}],\"vector\":{\"__isSmartRef__\":true,\"id\":1530},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1522\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1523}},\"1523\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1524\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1525}},\"1525\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1526\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1527}},\"1527\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1528\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1529}},\"1529\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1530\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1531\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1532\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1533\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1534},{\"__isSmartRef__\":true,\"id\":1536},{\"__isSmartRef__\":true,\"id\":1538},{\"__isSmartRef__\":true,\"id\":1540}],\"vector\":{\"__isSmartRef__\":true,\"id\":1530},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1534\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1535}},\"1535\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1536\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1537}},\"1537\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1538\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1539}},\"1539\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1540\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1541}},\"1541\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1542\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1543\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1501},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":153},\"targetMethodName\":\"runScript\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":1544},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1544\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1545}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1560},\"derivationIds\":[null],\"id\":\"C89B50A0-17E7-4D22-AE1D-5112520DAEE7\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1567},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1568},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":1569},{\"__isSmartRef__\":true,\"id\":1570}],\"con\":{\"__isSmartRef__\":true,\"id\":1543},\"showsMorphMenu\":true,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1571},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1545\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1546},\"derivationIds\":[null],\"id\":\"2A71BE9E-6820-46AF-ACED-3C9BDCC918AF\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1557},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1558},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1559},\"owner\":{\"__isSmartRef__\":true,\"id\":1544},\"_Rotation\":-3.130064002485303,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1546\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1547},{\"__isSmartRef__\":true,\"id\":1548},{\"__isSmartRef__\":true,\"id\":1549},{\"__isSmartRef__\":true,\"id\":1550}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1551},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1552},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1553},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1554},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1555},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1556},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1547\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1548\":{\"isAbsolute\":true,\"x\":-12,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1549\":{\"isAbsolute\":true,\"x\":4,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1550\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1551\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1552\":{\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1553\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1554\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1555\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1556\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1557\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1558\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1545},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1559\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1560\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1561},{\"__isSmartRef__\":true,\"id\":1562}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1563},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1564},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1565},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1566},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1555},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1561\":{\"isAbsolute\":true,\"x\":829.7085000406639,\"y\":9.565843617262885,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1562\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1563\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1564\":{\"x\":-1,\"y\":-1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1565\":{\"x\":831,\"y\":11,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1566\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1567\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1568\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1544},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1569\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1544},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1570\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1544},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":1545},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1571\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":1572}},\"1572\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1573},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString ||\\n 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true,\\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(),\\n visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1578},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1573\":{\"this\":{\"__isSmartRef__\":true,\"id\":1544},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1574}},\"1574\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1575}},\"1575\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1576},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1577},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1576\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1544},\"name\":\"morphMenuItems\"},\"1577\":{},\"1578\":{},\"1579\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1580\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1581\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1501},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1582\":{\"x\":71.99397894387357,\"y\":-13.030105280631261,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1583\":{\"x\":790.7426780861912,\"y\":9.508591852040126,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1584\":{\"centeredHorizontal\":false,\"moveHorizontal\":true},\"1585\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1586}],\"scripts\":[],\"id\":\"859845D8-C45A-4690-97F9-2BEF917AEA45\",\"shape\":{\"__isSmartRef__\":true,\"id\":1601},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1605},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1617},\"label\":{\"__isSmartRef__\":true,\"id\":1586},\"name\":\"saveButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1626},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1627}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1663},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1664},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1665},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1666},\"derivationIds\":[7251,\"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1\",\"79FE3D3F-77C4-4B39-8243-D672185B416D\",\"A4D2FEDF-2654-4381-AB43-8F89B9CA2E86\",\"D686F0CB-027B-4CA9-8B8D-9306389B219D\",\"F51327CB-803E-4234-BFB3-6F5252D1C936\",\"A79280E8-6AE3-4016-AF47-CE78F71924C6\",\"B05829EB-D452-4D81-983B-E2CE425C8260\",\"32B117E5-52D8-4843-B80E-090B9817E099\",\"49AC923E-5272-4E3C-8F02-4F2AED2BC4E9\",\"85AAEA9C-5E12-4DEC-8994-9A5FE655A740\",\"2A7FF9BF-85D3-4962-8EB4-0F7016C672EB\",\"3BB17748-B91B-43F5-84BE-2537402A6382\",\"8BA10BD3-43C5-4A41-B9D9-DCD8C74EA208\",\"8BADA640-EDC1-41B2-BEF3-0F2520EA25DD\",\"E170F399-BA88-4DBB-9FEC-DF3750AFB1C3\",\"BB686E76-2F55-4357-995C-9C6F039C46FF\",\"71E2AAC0-E08A-4015-8CC0-9DFF8CBE38C9\",\"FE1D5B02-1C0F-4922-868C-127D155B16E3\",\"455B0FBC-2D89-42C3-AF2A-4209EB1912A2\",\"F8F39C71-FDF9-485D-A36C-1C66192AE908\",\"2E25B3DA-73CE-4A82-BFD7-03FB53E21E9E\",\"A08DFE26-F41E-4E3F-BD1B-1AF61C96738C\",\"D9A576D0-9536-4632-BC25-AF59C2886EA8\",\"4C044EC8-6F89-4DAA-8C98-90DA60559E3E\",\"0045B418-3F92-4C9C-B56A-0F3F03091BEB\",\"5768F945-C367-4258-8CA8-50C3E48B8859\",\"117A6FD2-56E1-457E-8AF4-AD0A5D5F2046\",\"9F358BFD-64D8-4521-A0E1-B2A5B6DD78AD\",\"68A90B0F-E363-4303-9CA4-AA64B418CF9D\",\"95420732-07F7-47B6-B94C-918EBBD72D4B\",\"7A21A894-B976-4E22-B228-347E11A4CAE3\",\"0FC0493B-13D5-465D-993D-82ADEECAF369\",\"5BA5E829-8D8D-4365-A28E-9971B1EB8A2C\",\"8823F9F1-84E3-48F5-973C-51D14463407B\",\"4952BF1A-C47B-41E7-A8A3-4CA7C23FE6F4\",\"250FACA8-49FA-49D7-9EAC-F4ADA4F067E9\",\"3ADEF234-3725-4175-8A21-71316CFCAB15\",\"C729E5B1-F4A3-48ED-9542-FFFE47E5DFB5\",\"F611FC05-D1DA-47E1-B774-261675CC4E37\",\"D6CE5476-369C-4EAC-B6D1-F7D80886100E\",\"625997A6-7CDA-4941-A8F2-47B8B7CFE9D8\",\"E3CBA0D1-1297-468D-B9E7-BA847BA3B71B\",\"74D192BD-4585-4EDE-8F5E-29F2AA7942DD\",\"C9F921B9-9393-4FFB-A8C9-02F5D782A062\",\"3B67CD25-4CA3-460A-8C4F-BFE992181960\",\"7C257861-2B29-41B3-899E-5B8C32505A7B\",\"DF4B32D2-93E5-4F69-AA0B-1DD20E2C74AB\",\"8EDEC7CE-D766-48A7-8C4F-F1691600ED5B\"],\"layout\":{\"__isSmartRef__\":true,\"id\":1667},\"_Position\":{\"__isSmartRef__\":true,\"id\":1668},\"owner\":{\"__isSmartRef__\":true,\"id\":153},\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":0.9880657804942089,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1586\":{\"submorphs\":[],\"scripts\":[],\"id\":\"44D14181-EBA8-4254-A48D-7A2EC1CAA51B\",\"shape\":{\"__isSmartRef__\":true,\"id\":1587},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1593},\"_MaxTextWidth\":97,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1594},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1595},\"owner\":{\"__isSmartRef__\":true,\"id\":1585},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1596},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1597}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1599},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1600},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED\",\"307A3596-1175-4EA6-AA27-5BA4C9D95AB7\",\"0EF99131-C569-4C2C-B613-E0D8423C1334\",\"9AECBFB8-25A5-483F-86AD-D7CF9ABC9A25\",\"918C6CC4-3540-4341-BAFD-B195F7807FEE\",\"5AABB138-5EE8-40A5-AB3C-5A9625D0A353\",\"4529D79B-4CC5-467E-91F8-661C3A5F49F8\",\"1E5E570C-FD42-45E3-A7F6-768BB14ACD14\",\"A13FB4E0-72F2-4E7C-A861-EDCBA1393860\",\"B8E4C964-4FFF-4A9F-B0A9-612546B1DC8C\",\"002A2173-D26D-4EED-8906-A489C1E158C0\",\"63362D04-B829-41E6-9E68-5B8DB03D382F\",\"996B60A4-8698-448F-A35F-79C768B4976B\",\"F0727398-A1F0-47F5-92CF-BB9677FA05FA\",\"B7DC41D3-D20A-47A5-81A6-0AA02239EEE0\",\"7C31CE8D-12E8-48B5-8744-56FE6E28870D\",\"89C41FB7-76B1-4845-A5F5-AEA2A0421CD9\",\"085CBBF0-392A-4B78-806F-1E3D00E4F322\",\"A6B853EC-5BD0-48CC-B09A-7D53F857D885\",\"B2A14E33-5E3A-4BCE-9B3C-44B4D2A40D03\",\"B8452FE6-B17D-4A0F-A0B3-B3DDA4E506F1\",\"88E4D59D-FA1F-48FF-88F4-4EFCA58CD780\",\"ABF33E03-6D55-48F6-8B0C-E9E914C12380\",\"5DA6D50E-8D14-4FBF-A9F1-67DE11E3351E\",\"68B2C330-9B78-4DEE-B732-F6479E9E6C8F\",\"7E40E6F7-4D32-4B41-BAB1-E0605D1DA439\",\"4B2B5B20-A519-4DAA-90E6-CB13EDB05772\",\"948283CB-9EF2-4A52-A934-D8CE30F455CA\",\"2850B6D7-C6EB-4182-9098-1A28A7138367\",\"ECD8279E-9943-4585-95BB-7C1223C81748\",\"8ECDD406-EF42-4079-A467-691EE8E59A23\",\"920DE619-5137-4F31-A75E-B4B2A231C3F4\",\"A561EB3A-78B4-4484-9A47-90F1449C458D\",\"782A4ABA-6927-4216-9142-F8BB14DC1BDD\",\"B294F597-AEE7-46DC-88CA-D22AB3490404\",\"57E29CFE-CC23-48AB-BE3C-D1F0BE5D5D60\",\"789F5444-5C83-4197-88D1-1552F4CB82CB\",\"26FBC6A2-5019-4A6E-9C29-824A90946856\",\"88616676-C9D1-45B5-B7F5-192A67ED7624\",\"A3256988-8E56-4649-8B68-80A6257436E3\",\"EC8702EE-7905-4447-8828-DFC2125DBFBF\",\"E02CFC88-A522-4BFE-9855-E8D0ECDE2222\",\"1DB63EC9-F944-41B7-80FC-54A1999676DD\",\"5781E7E9-34E1-4C1D-A260-36F9A1BC8AF4\",\"2DE139FD-2FC5-484F-BB3A-D9558283955B\",\"14B26FF2-4990-4A9A-BD16-20630ED2D673\",\"EBEE82CA-18AB-4BA5-AC58-0A7ED4D269A4\",\"9F17FED7-498C-4742-A925-BAACBE080734\"],\"_MinTextWidth\":97,\"_MinTextHeight\":null,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1587\":{\"position\":{\"__isSmartRef__\":true,\"id\":1588},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1589},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1590},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1591},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1592},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1588\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1589\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1590\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1591\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1592\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1593\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1594\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1595\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1596\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1597\":{\"style\":{\"__isSmartRef__\":true,\"id\":1598},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1586},\"storedString\":\"save\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1598\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1599\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1600\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1586},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1601\":{\"position\":{\"__isSmartRef__\":true,\"id\":1602},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1603},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1604},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1605},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1615},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1616},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1602\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1603\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1604\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1605\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1606},{\"__isSmartRef__\":true,\"id\":1608},{\"__isSmartRef__\":true,\"id\":1610},{\"__isSmartRef__\":true,\"id\":1612}],\"vector\":{\"__isSmartRef__\":true,\"id\":1614},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1606\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1607}},\"1607\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1608\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1609}},\"1609\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1610\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1611}},\"1611\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1612\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1613}},\"1613\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1614\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1615\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1616\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1617\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1618},{\"__isSmartRef__\":true,\"id\":1620},{\"__isSmartRef__\":true,\"id\":1622},{\"__isSmartRef__\":true,\"id\":1624}],\"vector\":{\"__isSmartRef__\":true,\"id\":1614},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1618\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1619}},\"1619\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1620\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1621}},\"1621\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1622\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1623}},\"1623\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1624\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1625}},\"1625\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1626\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1627\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1585},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":649},\"targetMethodName\":\"doSave\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":1628},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1628\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1629}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1644},\"derivationIds\":[null],\"id\":\"F46012D5-C8BE-4E52-BF98-D052FDAAE17A\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1651},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1652},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":1653},{\"__isSmartRef__\":true,\"id\":1654}],\"con\":{\"__isSmartRef__\":true,\"id\":1627},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1655},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1629\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1630},\"derivationIds\":[null],\"id\":\"A2A83C78-09B8-473C-829B-198206D7A9E4\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1641},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1642},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1643},\"owner\":{\"__isSmartRef__\":true,\"id\":1628},\"_Rotation\":3.077607197692381,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1630\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1631},{\"__isSmartRef__\":true,\"id\":1632},{\"__isSmartRef__\":true,\"id\":1633},{\"__isSmartRef__\":true,\"id\":1634}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1635},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1636},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1637},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1638},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1639},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1640},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1631\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1632\":{\"isAbsolute\":true,\"x\":-12,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1633\":{\"isAbsolute\":true,\"x\":4,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1634\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1635\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1636\":{\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1637\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1638\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1639\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1640\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1641\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1642\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1629},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1643\":{\"x\":201.20421122525056,\"y\":40.24084224505009,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1644\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1645},{\"__isSmartRef__\":true,\"id\":1646}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1647},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1648},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1649},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1650},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1639},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1645\":{\"isAbsolute\":true,\"x\":679.4857209639925,\"y\":9.595948897894004,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1646\":{\"isAbsolute\":true,\"x\":201.20421122525056,\"y\":40.24084224505009,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1647\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1648\":{\"x\":200,\"y\":9,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1649\":{\"x\":480,\"y\":32,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1650\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1651\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1652\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1628},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1653\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1628},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1654\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1628},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":1629},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1655\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":1656}},\"1656\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1657},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString ||\\n 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true,\\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(),\\n visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1662},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1657\":{\"this\":{\"__isSmartRef__\":true,\"id\":1628},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1658}},\"1658\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1659}},\"1659\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1660},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1661},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1660\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1628},\"name\":\"morphMenuItems\"},\"1661\":{},\"1662\":{},\"1663\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1664\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1665\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1585},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1666\":{\"x\":68.77671624028653,\"y\":-14.497241813457947,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1667\":{\"centeredHorizontal\":false,\"moveHorizontal\":true},\"1668\":{\"x\":677.418985344497,\"y\":9.53851695196505,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1669\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1670}],\"scripts\":[],\"id\":\"8AD18A1C-01D2-4E19-8774-21A5DFED4FDB\",\"shape\":{\"__isSmartRef__\":true,\"id\":1685},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1701},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1689},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1702},\"label\":{\"__isSmartRef__\":true,\"id\":1670},\"name\":\"openTestsButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1711},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1712}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1713},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1714},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1715},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1716},\"derivationIds\":[7251,\"84054D2E-8176-440D-B413-279956A34FC2\",\"79434046-F834-490E-B705-0CE871D9E8B3\",\"FF38CA79-C0DF-4F2F-8FC3-407571EF6A54\",\"B1D50332-9F4F-4F7C-AC3F-95DC6C73EAA4\",\"5B8D7C39-987A-4849-BFFD-3F316CE03852\",\"F7C30F5C-7270-44B1-ADFF-7473F2012DB0\",\"5142302E-3E9A-476B-AB24-B2448DA6D3E4\",\"FEA3C508-593D-4BC7-B645-8B5630CF2EDE\",\"34DBC442-E1DE-42D7-8C63-BA9A1890C994\",\"4F9067A3-5A5C-4637-A76F-7E590CEE2BDA\",\"E72722C9-AAB9-4937-8779-3627ABD85F09\",\"E8D41AAD-C792-4DC6-9406-874FACC47AE8\",\"79FB22F1-7A4A-4F1F-AF8A-43549BE27ADB\",\"CFA34C42-4C13-4ADC-80BD-4429791C6474\",\"30615222-8E5C-45AE-9E4B-D3092D5BAAFA\",\"791F5DB3-1037-4B67-B9DF-69942AA4E594\",\"06F8FC9D-36D1-4D74-8D11-9F8DD908F31A\",\"405CF3CD-8308-42F9-B160-2CAC2A75FDF1\",\"A302A3CC-FBF7-42C2-95BE-0850A9358226\",\"A70262E1-5003-4617-836E-8B09ADD55834\",\"C71A5E2B-E9C5-46F3-A5F7-BC63A82E4CCF\",\"17F5DD0D-F7F6-4CD0-B35C-CF173707D30F\",\"04FDE720-9708-4C20-9D60-EAE329FCDADE\",\"728BFA49-9F0A-439D-A932-671E2FF28CDC\",\"FD24B15F-FBEB-4A94-8BD2-A6CD9CD9E4BC\",\"168932EE-57F9-49B4-83E5-D239D076A1A1\",\"A3935FAD-A15D-4853-89C3-E9DAC478070C\",\"5FA35731-668C-44A0-AE92-82B55FE5BB49\",\"C906EACF-9978-47D7-ACD8-AB089EDDC052\",\"30013FCA-8FAC-48BE-A56E-F772D5C9D771\",\"B7B9E1B2-52E2-4A0B-B877-D85FED9A50D3\",\"27648803-EC82-44A6-A7DD-A7C88FC67EBF\",\"06D8E482-4073-447C-BDE5-D950270ABD0D\",\"F062DC7A-295B-4F1B-89EB-2ABA6B9CD3F8\",\"784CF0B3-F763-4C42-A69E-7180181B60F8\",\"BA76FF63-A57F-48FA-83AF-3EF544594A6E\",\"F7936671-80A5-4F2B-AD38-0203045E11B1\",\"C9BE0B58-3A83-4D8A-BC2E-CA74D25F2D06\",\"35930616-3E7B-4A16-B605-E1B49482F6B5\",\"BE895389-B34B-44BE-BE49-DF01C03385CF\",\"08105A82-F230-44B1-8ECA-7E370C09DF59\",\"07D76582-616A-4B14-8E26-B43614D7A39F\",\"A0A8C1F5-D8B7-4C81-BD62-76655753F3EA\",\"42524B27-D226-41C7-872C-98B7F7C8DCA4\"],\"owner\":{\"__isSmartRef__\":true,\"id\":153},\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":0.9940149800149939,\"layout\":{\"__isSmartRef__\":true,\"id\":1717},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1670\":{\"submorphs\":[],\"scripts\":[],\"id\":\"E17D7820-61A3-4F74-80A4-CF84D538CD40\",\"shape\":{\"__isSmartRef__\":true,\"id\":1671},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1677},\"_MaxTextWidth\":97,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1678},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1679},\"owner\":{\"__isSmartRef__\":true,\"id\":1669},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1680},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1681}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1683},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1684},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2\",\"CB475566-05CE-43E2-B04D-EE32BC4CB718\",\"6BB077CE-92E6-47BE-BE88-9A48488562D1\",\"9E359973-2FDB-417B-BB06-AB34D52BD310\",\"58F098ED-A190-44F2-B73E-80802B2CF2F6\",\"AEA84B35-B349-4307-92C6-8F229705DFC2\",\"A677CADF-24FF-4177-9A3A-FE9AAE7D60FE\",\"0F875AD9-E54C-4735-9BA9-7B89574233A1\",\"840EBE92-3BC2-42EC-819E-3CD002576490\",\"78C4969D-2C33-4B17-9027-89B411B9F496\",\"A4D19BBB-B72A-46BE-922D-F7AE054A25E7\",\"20103AB9-7742-4819-A2BA-13967DC8D154\",\"C8A76FBD-A4F6-4405-BA3B-31177E5A1679\",\"D4C33D15-CF9B-4369-8D54-BB92B101D16E\",\"A16151C1-A05A-4540-A2B9-B9196361EB38\",\"A59460C9-1D1C-4D20-85B4-0509148F6C48\",\"24907352-1365-4AE6-A060-5E4750A0316B\",\"CD8ECA1F-6D66-4934-8F3F-558BE33C42B2\",\"2E20833B-D708-4C28-9C42-054E3EE54104\",\"DD179B82-F1C3-43BA-AD1B-EF98FCD508E2\",\"1BBD4921-3ADE-4D1D-82A0-605D37470E83\",\"4A539AC5-B119-4D02-B2B7-B27F16414CEE\",\"9B7748EA-73F7-45F1-AD01-70491D66DBD1\",\"034A842B-012C-4708-B97A-EE9E8221D55F\",\"70D4501F-8A32-4F8E-8BD3-14E81718C4A1\",\"E42F6F31-A12C-4C53-B29C-B3367C709800\",\"F543FB63-AFB2-4E03-B265-41A5C9C26748\",\"F48E8E47-AA77-4BD8-8435-ED068B8408AA\",\"9B031C03-50AC-4DCC-BBAF-FA0BB8CE56C7\",\"FCDE0083-54A1-4BB3-9071-71AF4A80AD9D\",\"661FA791-3D06-4542-8FC1-C87BE969D00C\",\"4B83DB93-3468-4008-BA5A-275BC9605F3A\",\"FCCE4286-D8CE-4FE0-8D9B-30370DC9A82A\",\"5EDF0150-D965-46B1-8F4D-BF5EB3D57BAC\",\"34F5B687-82FE-4F53-8127-670DBBC9B291\",\"452370DF-E76E-4CAA-B9C8-700A124968D1\",\"A3956187-37FB-4EDD-B69F-B569C7611BD8\",\"86A0E02B-712A-4F27-A57D-3B7789E61BD4\",\"A76595FA-FAC7-4E56-9E74-6BFFDC6B9922\",\"D0DE2CE3-34AD-42AD-8C21-C37F19A47B7E\",\"9C804C9F-5362-4125-950C-B77E345FEFE2\",\"6438974D-3772-4F01-9174-E289113BC03B\",\"8B58585A-9537-4740-B874-E40C50587877\",\"F6E248F3-8471-4A99-983B-86C68853EA79\"],\"_MinTextWidth\":97,\"_MinTextHeight\":null,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1671\":{\"position\":{\"__isSmartRef__\":true,\"id\":1672},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1673},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1674},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1675},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1676},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1672\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1673\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1674\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1675\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1676\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1677\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1678\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1679\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1680\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1681\":{\"style\":{\"__isSmartRef__\":true,\"id\":1682},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1670},\"storedString\":\"Tests\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1682\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1683\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1684\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1670},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1685\":{\"position\":{\"__isSmartRef__\":true,\"id\":1686},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1687},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1688},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1689},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1699},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1700},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1686\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1687\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1688\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1689\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1690},{\"__isSmartRef__\":true,\"id\":1692},{\"__isSmartRef__\":true,\"id\":1694},{\"__isSmartRef__\":true,\"id\":1696}],\"vector\":{\"__isSmartRef__\":true,\"id\":1698},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1690\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1691}},\"1691\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1692\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1693}},\"1693\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1694\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1695}},\"1695\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1696\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1697}},\"1697\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1698\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1699\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1700\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1701\":{\"x\":567.4738443086164,\"y\":9,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1702\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1703},{\"__isSmartRef__\":true,\"id\":1705},{\"__isSmartRef__\":true,\"id\":1707},{\"__isSmartRef__\":true,\"id\":1709}],\"vector\":{\"__isSmartRef__\":true,\"id\":1698},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1703\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1704}},\"1704\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1705\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1706}},\"1706\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1707\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1708}},\"1708\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1709\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1710}},\"1710\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1711\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1712\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1669},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":153},\"targetMethodName\":\"openPartTestRunner\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1713\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1714\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1715\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1669},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1716\":{\"x\":72.12712954861536,\"y\":-12.46465727058387,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1717\":{\"moveHorizontal\":true},\"1718\":{\"submorphs\":[],\"scripts\":[],\"id\":\"B01592A3-ACC0-466F-A1B2-935758B95FB5\",\"shape\":{\"__isSmartRef__\":true,\"id\":1719},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1726},\"itemList\":[],\"showsHalos\":false,\"name\":\"LimeMachineHistoryList\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1727},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"_ClipMode\":\"auto\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1730},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1731},\"derivationIds\":[2860,\"30186701-49A1-49AD-A42F-27F425D92029\",\"ADD09343-51ED-44F6-85F3-257C9A52C897\",\"E7D37D75-7FAC-4173-B986-52D7388750A3\",\"30A579FB-D06C-4025-8208-87030C6AD968\",\"9DBF2BB8-EC40-405E-B59E-2CEE1819A6FF\",\"96175B15-7F17-4B46-BF83-8E99D5319A4E\",\"338C3CBA-4116-4FA8-8813-EBD89404ED05\",\"F1189EA2-535C-4081-9D67-FDA037D0EBCE\",\"6F131B01-53E6-4F10-983D-2B2D400B124D\",\"D44F3C22-D52D-4555-8902-D80E375DAD08\",\"78CFA50F-F466-4BB4-9149-88D3522F8997\",\"BF33F675-3D3D-4F81-947D-434EC1BB5FD5\",\"B1E86D90-F972-4ACD-BDC5-74AE56BF4CAC\",\"B1B13E53-667D-475E-8D02-3AFEB481442B\",\"33FDDA23-64E3-486D-AD54-D5CA0A4825F8\",\"622D353E-8F0B-4ABE-B1EB-786C18AC9D5E\",\"FCBD624A-B214-43CA-AEC0-6AFD2F2AFA0D\",\"E3DD646F-902D-4AA8-BCC2-9C893C251807\",\"89BA71A8-A588-4DB0-A093-975D10B2E702\",\"66E103CF-90DF-45EC-934D-497AD703494F\",\"79694E95-D490-4EA9-B3BD-37BF4B972982\",\"7DE5A787-E700-4D63-B3F3-8EAF94360974\",\"64E1434F-7DBF-4C6F-A534-AA455C472933\",\"C300CA88-26C5-4FD8-8B7E-D227CB839A65\",\"DD4964C5-DD9B-4619-9453-C73C601A8421\"],\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1732}],\"doNotSerialize\":[\"$$selection\"],\"doNotCopyProperties\":[\"$$selection\"],\"isBeingDragged\":false,\"changeTriggered\":true,\"grabbingEnabled\":false,\"_FontSize\":10,\"moved\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":153},\"_Rotation\":0,\"_Scale\":0.990044880209748,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1737},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1738},\"#startLetters\":\"\",\"SelectedScript\":null,\"currentCodeScripts\":[{\"__isSmartRef__\":true,\"id\":1739},{\"__isSmartRef__\":true,\"id\":1740},{\"__isSmartRef__\":true,\"id\":1741},{\"__isSmartRef__\":true,\"id\":1742},{\"__isSmartRef__\":true,\"id\":1743},{\"__isSmartRef__\":true,\"id\":1744},{\"__isSmartRef__\":true,\"id\":1745},{\"__isSmartRef__\":true,\"id\":1746},{\"__isSmartRef__\":true,\"id\":1747},{\"__isSmartRef__\":true,\"id\":1748},{\"__isSmartRef__\":true,\"id\":1749},{\"__isSmartRef__\":true,\"id\":1750},{\"__isSmartRef__\":true,\"id\":1751},{\"__isSmartRef__\":true,\"id\":1752}],\"layout\":{\"__isSmartRef__\":true,\"id\":1753},\"selectedLineNo\":-1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1754},\"__LivelyClassName__\":\"lively.morphic.List\"},\"1719\":{\"position\":{\"__isSmartRef__\":true,\"id\":1720},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1721},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1722},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1723},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1724},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1725},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1720\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1721\":{\"x\":162.6234236844568,\"y\":421.46905114737143,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1722\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1723\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1724\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1725\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1726\":{\"x\":736.0665672126912,\"y\":40.243159798751606,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1727\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"migrationLevel\":4,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"partName\":\"List\",\"comment\":\"a list morph\",\"changes\":[{\"__isSmartRef__\":true,\"id\":1728}],\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"revisionOnLoad\":149013,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1728\":{\"date\":{\"__isSmartRef__\":true,\"id\":1729},\"author\":\"undefined\",\"message\":\"Click on scrollbar does not grab list\",\"id\":\"16AABF98-2E7D-4875-9E66-CF86EB74AF93\"},\"1729\":{\"isSerializedDate\":true,\"string\":\"Thu Mar 29 2012 14:39:24 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1730\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateListContent\":\"updateListContentHTML\",\"resizeList\":\"resizeListHTML\",\"getItemIndexFromEvent\":\"getItemIndexFromEventHTML\",\"getListExtent\":\"getListExtentHTML\",\"setSize\":\"setSizeHTML\",\"renderAsDropDownList\":\"renderAsDropDownListHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"getSelectedIndexes\":\"getSelectedIndexesHTML\",\"enableMultipleSelections\":\"enableMultipleSelectionsHTML\",\"selectAllAt\":\"selectAllAtHTML\",\"clearSelections\":\"clearSelectionsHTML\",\"deselectAt\":\"deselectAtHTML\"},\"1731\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1718},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1732\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1718},\"sourceAttrName\":\"selection\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1718},\"targetMethodName\":\"selectLocalRevision\",\"converterString\":\"function (value) {\\n return value;\\n}\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1733},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1734},\"__LivelyClassName__\":\"AttributeConnection\"},\"1733\":{\"source\":{\"__isSmartRef__\":true,\"id\":1718},\"target\":{\"__isSmartRef__\":true,\"id\":1718}},\"1734\":{\"converter\":{\"__isSmartRef__\":true,\"id\":1735}},\"1735\":{\"originalFunc\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1733},\"source\":\"function (value) {\\n return value;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1736},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1736\":{},\"1737\":{\"x\":68.05027610358502,\"y\":-11.030165662151035,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1738\":{\"x\":162.6234236844568,\"y\":420.46905114737143,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1739\":{\"MethodName\":\"bla2\",\"Code\":\"// changed at Tue Jun 05 2012 12:55:14 GMT+0200 (CEST) by soergel \\nthis.addScript(function bla2() {\\n alertOK(\\\"Blubb!!\\\");\\n}).tag([]);\",\"Timestamp\":1338893714097},\"1740\":{\"MethodName\":\"bla2\",\"Code\":\"// changed at Tue Jun 05 2012 12:55:59 GMT+0200 (CEST) by soergel \\nthis.addScript(function bla2() {\\n alertOK(\\\"Blubb!!\\\");\\n\\n}).tag([]);\",\"Timestamp\":1338893759640},\"1741\":{\"MethodName\":\"bla\",\"Code\":\"// changed at Tue Jun 05 2012 12:56:53 GMT+0200 (CEST) by soergel \\nthis.addScript(function bla() {\\n alertOK(\\\"Blubb!!\\\");\\n\\n}).tag([]);\",\"Timestamp\":1338893813540},\"1742\":{\"MethodName\":\"bla2\",\"Code\":\"// changed at Tue Jun 05 2012 13:25:55 GMT+0200 (CEST) by soergel \\nthis.addScript(function bla2() {\\n alertOK(\\\"Blubb!!\\\");\\n\\n}).tag([]);\",\"Timestamp\":1338895555751},\"1743\":{\"MethodName\":\"bla\",\"Code\":\"// changed at Tue Jun 05 2012 09:48:44 GMT+0200 (CEST) by soergel \\nthis.addScript(function bla() {\\n alertOK(\\\"Blubb!!\\\");\\n}).tag([]);\",\"Timestamp\":1338895911260},\"1744\":{\"MethodName\":\"foo\",\"Code\":\"// changed at Tue Jun 05 2012 09:50:53 GMT+0200 (CEST) by soergel \\nthis.addScript(function foo() {\\n alert(\\\"barrrr?\\\");\\n}).tag([]);\",\"Timestamp\":1338895912791},\"1745\":{\"MethodName\":\"foo2\",\"Code\":\"// changed at Tue Jun 05 2012 10:40:59 GMT+0200 (CEST) by soergel \\nthis.addScript(function foo2() {\\n alert(\\\"barrrr?\\\");\\n alert(\\\"blub\\\");\\n}).tag([]);\",\"Timestamp\":1338895914321},\"1746\":{\"MethodName\":\"bla\",\"Code\":\"// changed at Tue Jun 05 2012 09:48:44 GMT+0200 (CEST) by soergel \\nthis.addScript(function bla() {\\n alertOK(\\\"Blubb!!\\\");\\n}).tag([]);\",\"Timestamp\":1339494350601},\"1747\":{\"MethodName\":\"-- ALL --\",\"Code\":\"// changed at Tue Jun 05 2012 09:48:44 GMT+0200 (CEST) by soergel \\nthis.addScript(function bla() {\\n alertOK(\\\"Blubb!!\\\");\\n}).tag([]);\\n\\n\\n// changed at Tue Jun 05 2012 13:25:55 GMT+0200 (CEST) by soergel \\nthis.addScript(function bla2() {\\n alertOK(\\\"Blubb!!\\\");\\n\\n}).tag([]);\\n\\n\\n// changed at Tue Jun 05 2012 09:50:53 GMT+0200 (CEST) by soergel \\nthis.addScript(function foo() {\\n alert(\\\"barrrr?\\\");\\n}).tag([]);\\n\\n\\n// changed at Tue Jun 05 2012 10:40:59 GMT+0200 (CEST) by soergel \\nthis.addScript(function foo2() {\\n alert(\\\"barrrr?\\\");\\n alert(\\\"blub\\\");\\n}).tag([])\",\"Timestamp\":1339673116443},\"1748\":{\"MethodName\":\"-- ALL --\",\"Code\":\"// changed at Tue Jun 05 2012 09:48:44 GMT+0200 (CEST) by soergel \\nthis.addScript(function bla() {\\n alertOK(\\\"Blubb!!\\\");\\n}).tag([]);\\n\\n\\n// changed at Tue Jun 05 2012 13:25:55 GMT+0200 (CEST) by soergel \\nthis.addScript(function bla2() {\\n alertOK(\\\"Blubb!!\\\");\\n\\n}).tag([]);\\n\\n\\n// changed at Tue Jun 05 2012 09:50:53 GMT+0200 (CEST) by soergel \\nthis.addScript(function foo() {\\n alert(\\\"barrrr?\\\");\\n}).tag([]);\\n\\n\\n// changed at Tue Jun 05 2012 10:40:59 GMT+0200 (CEST) by soergel \\nthis.addScript(function foo2() {\\n alert(\\\"barrrr?\\\");\\n alert(\\\"blub\\\");\\n}).tag([])\",\"Timestamp\":1339673118070},\"1749\":{\"MethodName\":\"-- ALL --\",\"Code\":\"// changed at Tue Jun 05 2012 09:48:44 GMT+0200 (CEST) by soergel \\nthis.addScript(function bla() {\\n alertOK(\\\"Blubb!!\\\");\\n}).tag([]);\\n\\n\\n// changed at Tue Jun 05 2012 13:25:55 GMT+0200 (CEST) by soergel \\nthis.addScript(function bla2() {\\n alertOK(\\\"Blubb!!\\\");\\n\\n}).tag([]);\\n\\n\\n// changed at Tue Jun 05 2012 09:50:53 GMT+0200 (CEST) by soergel \\nthis.addScript(function foo() {\\n alert(\\\"barrrr?\\\");\\n}).tag([]);\\n\\n\\n// changed at Tue Jun 05 2012 10:40:59 GMT+0200 (CEST) by soergel \\nthis.addScript(function foo2() {\\n alert(\\\"barrrr?\\\");\\n alert(\\\"blub\\\");\\n}).tag([])\",\"Timestamp\":1339673118714},\"1750\":{\"MethodName\":\"-- ALL --\",\"Code\":\"// changed at Tue Jun 05 2012 09:48:44 GMT+0200 (CEST) by soergel \\nthis.addScript(function bla() {\\n alertOK(\\\"Blubb!!\\\");\\n}).tag([]);\\n\\n\\n// changed at Tue Jun 05 2012 13:25:55 GMT+0200 (CEST) by soergel \\nthis.addScript(function bla2() {\\n alertOK(\\\"Blubb!!\\\");\\n\\n}).tag([]);\\n\\n\\n// changed at Tue Jun 05 2012 09:50:53 GMT+0200 (CEST) by soergel \\nthis.addScript(function foo() {\\n alert(\\\"barrrr?\\\");\\n}).tag([]);\\n\\n\\n// changed at Tue Jun 05 2012 10:40:59 GMT+0200 (CEST) by soergel \\nthis.addScript(function foo2() {\\n alert(\\\"barrrr?\\\");\\n alert(\\\"blub\\\");\\n}).tag([])\",\"Timestamp\":1339673119209},\"1751\":{\"MethodName\":\"-- ALL --\",\"Code\":\"// changed at Tue Jun 05 2012 09:48:44 GMT+0200 (CEST) by soergel \\nthis.addScript(function bla() {\\n alertOK(\\\"Blubb!!\\\");\\n}).tag([]);\\n\\n\\n// changed at Tue Jun 05 2012 13:25:55 GMT+0200 (CEST) by soergel \\nthis.addScript(function bla2() {\\n alertOK(\\\"Blubb!!\\\");\\n\\n}).tag([]);\\n\\n\\n// changed at Tue Jun 05 2012 09:50:53 GMT+0200 (CEST) by soergel \\nthis.addScript(function foo() {\\n alert(\\\"barrrr?\\\");\\n}).tag([]);\\n\\n\\n// changed at Tue Jun 05 2012 10:40:59 GMT+0200 (CEST) by soergel \\nthis.addScript(function foo2() {\\n alert(\\\"barrrr?\\\");\\n alert(\\\"blub\\\");\\n}).tag([])\",\"Timestamp\":1339673119633},\"1752\":{\"MethodName\":\"foo\",\"Code\":\"// changed at Thu Jun 14 2012 15:11:16 GMT+0200 (CEST) by soergel \\nthis.addScript(function foo() {\\n alert(\\\"barsssrrr?\\\");\\n}).tag([]);\",\"Timestamp\":1339679476880},\"1753\":{\"moveHorizontal\":true,\"resizeHeight\":true},\"1754\":{\"setTarget\":{\"__isSmartRef__\":true,\"id\":1755},\"updateListItems\":{\"__isSmartRef__\":true,\"id\":1759},\"clearList\":{\"__isSmartRef__\":true,\"id\":1763},\"selectLocalRevision\":{\"__isSmartRef__\":true,\"id\":1767},\"selectScript\":{\"__isSmartRef__\":true,\"id\":1771},\"getFormattedTime\":{\"__isSmartRef__\":true,\"id\":1775},\"reset\":{\"__isSmartRef__\":true,\"id\":1779}},\"1755\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1756},\"source\":\"function setTarget(morph) {\\n if (morph && morph.id) {\\n this.targetMorph = morph;\\n } else {\\n this.targetMorph = undefined;\\n }\\n\\n this.updateListItems();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1757},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1756\":{\"this\":{\"__isSmartRef__\":true,\"id\":1718}},\"1757\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1758},\"user\":\"soergel\",\"tags\":[]},\"1758\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 05 2012 13:26:53 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1759\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1760},\"source\":\"function updateListItems() {\\n this.clearList();\\n if (!this.targetMorph) {\\n return;\\n }\\n\\n var lm = projects.WebDev2012.LimeMachine.LimeMachine;\\n var history = lm.getWorldHistory();\\n\\n if (!history) {\\n return;\\n }\\n var currentObject = history.getObject(this.targetMorph.id);\\n if (!currentObject) {\\n return;\\n }\\n\\n this.currentCodeScripts = currentObject.Code;\\n \\n var listItems = [];\\n var methodFilter = this.SelectedScript;\\n var filteredScripts = this.currentCodeScripts.select(function(item) { return methodFilter == null || item.MethodName == methodFilter});\\n var that = this;\\n $.each(filteredScripts, function(idx, item) {\\n item.toString = function() { return this.MethodName + \\\" - \\\" + that.getFormattedTime(this.Timestamp) };\\n listItems.push(item);\\n });\\n \\n this.updateList(listItems.reverse());\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1761},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1760\":{\"this\":{\"__isSmartRef__\":true,\"id\":1718}},\"1761\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1762},\"user\":\"soergel\",\"tags\":[]},\"1762\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 12 2012 11:47:04 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1763\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1764},\"source\":\"function clearList() {\\n this.updateList([]);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1765},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1764\":{\"this\":{\"__isSmartRef__\":true,\"id\":1718}},\"1765\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1766},\"user\":\"soergel\",\"tags\":[]},\"1766\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 05 2012 13:30:32 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1767\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1768},\"source\":\"function selectLocalRevision(selection) {\\n if(selection == undefined) {\\n this.clearSelections();\\n return;\\n }\\n\\n if (this.SelectedScript != selection.MethodName) \\n this.owner.scriptList.selectAddedScript(selection.MethodName);\\n this.owner.displayJavaScriptSource(selection.Code);\\n\\n var index = this.getList().indexOf(selection);\\n if (index !== -1) \\n this.selectAt(index);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1769},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1768\":{\"this\":{\"__isSmartRef__\":true,\"id\":1718}},\"1769\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1770},\"user\":\"josi\",\"tags\":[]},\"1770\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 07 2012 13:54:28 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1771\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1772},\"source\":\"function selectScript(scriptName) {\\n this.SelectedScript = scriptName;\\n this.selectAt(-1);\\n this.updateListItems();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1773},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1772\":{\"this\":{\"__isSmartRef__\":true,\"id\":1718}},\"1773\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1774},\"user\":\"josi\",\"tags\":[]},\"1774\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 07 2012 14:00:38 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1775\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1776},\"source\":\"function getFormattedTime(timestamp) {\\n var today = new Date();\\n today.setHours(0);\\n today.setMinutes(0);\\n today.setSeconds(0);\\n today.setMilliseconds(0);\\n\\n var timestampTime = new Date(timestamp);\\n\\n if (timestampTime >= today)\\n return timestampTime.format(\\\"HH:MM\\\");\\n else \\n return timestampTime.format(\\\"dd.mm.yyyy HH:MM\\\");\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1777},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1776\":{\"this\":{\"__isSmartRef__\":true,\"id\":1718}},\"1777\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1778},\"user\":\"soergel\",\"tags\":[]},\"1778\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 12 2012 11:44:11 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1779\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1780},\"source\":\"function reset() {\\n this.clearList();\\n this.targetMorph = undefined;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1781},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1780\":{\"this\":{\"__isSmartRef__\":true,\"id\":1718}},\"1781\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1782},\"user\":\"soergel\",\"tags\":[]},\"1782\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 14 2012 15:06:11 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1783\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1784},{\"__isSmartRef__\":true,\"id\":1802}],\"scripts\":[],\"id\":\"2078D4B5-EE40-4C4C-BDB3-3FCE8B632104\",\"shape\":{\"__isSmartRef__\":true,\"id\":1813},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1829},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1817},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1830},\"label\":{\"__isSmartRef__\":true,\"id\":1784},\"name\":\"MagnifierButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1839},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1842}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1843},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1844},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1845},\"derivationIds\":[2588,\"22797D34-67DE-4A06-81F0-4DF0A87ADBBC\",\"81CB4C12-BCF0-4097-8B6D-D9419046367A\",\"0767A57D-9BB2-48C6-9654-753D2B9D00A6\",\"42871246-6725-4E41-A2C1-5A5BCF041097\",\"BCE6E775-B5DF-4D6B-9F06-CDC02C1B1D0F\",\"797EC165-A639-42D9-A059-669F6BEB92A7\",\"FA498EFD-E50E-4CE0-9FA8-9AE2E8AE9580\",\"4B68C371-CB37-45B4-910A-611E5FFC23DD\",\"94E374B9-7ED4-4E39-96F1-6FD4E7AC3428\",\"34D63515-7CC7-43FB-B7BB-87AFCA377D63\",\"0AB02747-6FB8-4C40-8607-2ACFF26F53DA\",\"59A56519-54E2-42DE-8058-8CAE9111839F\",\"C8AF29A4-9676-4A0A-AAE7-8E6BAE0DB15A\",\"568E8B96-A83C-4E15-96FA-5AFE3270AB47\",\"1829EF71-6DE1-43BB-AD3A-C0D48BCA75EF\",\"163FD6FA-9476-4634-A331-92B2E1A4D17D\",\"EB20D882-43AA-4FA4-8B03-5B6197CBA21C\",\"BD9274E1-9481-4976-96F7-B2CE62F283E3\"],\"_ClipMode\":\"visible\",\"owner\":{\"__isSmartRef__\":true,\"id\":153},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1846},\"_Rotation\":0,\"_Scale\":0.9920279440699439,\"highlightRectangle\":{\"__isSmartRef__\":true,\"id\":1847},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1933},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1784\":{\"submorphs\":[],\"scripts\":[],\"id\":\"B9DCC59B-ADD8-43F2-8705-C0D9689A1DBF\",\"shape\":{\"__isSmartRef__\":true,\"id\":1785},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1791},\"_MaxTextWidth\":24,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1792},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1793},\"owner\":{\"__isSmartRef__\":true,\"id\":1783},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1794},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1795},{\"__isSmartRef__\":true,\"id\":1797}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1799},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1800},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"derivationIds\":[2589,\"024C5ADE-C4CF-4E8E-BEC5-F93AD4839702\",\"A2CC4D56-B9D8-4A48-B6FF-DDDD85ACDC2E\",\"5AC5C4DE-00B0-43DB-B7F1-765674CE818B\",\"750A11C6-766E-4B48-AE32-D71DE811EB4A\",\"66A7B56E-A94E-44AE-8AED-C0C1B07554D4\",\"CA8596D3-2D4F-453B-BE1B-DCEC8F85389B\",\"4D7DC32F-79CB-4AF8-8B21-AB4F1809D4A8\",\"439DE430-7651-470E-97D8-00E7F96B04DA\",\"DAC920E6-217B-4515-AC09-2F9DCBA7375C\",\"BD48C003-0502-451D-B6AA-7369FF3D1030\",\"539972E1-50A9-43BC-88DB-34ACD1E14404\",\"202BC565-5119-46F1-A2C7-7211A0B8365D\",\"CBEF7249-F387-4013-B709-AF364588EDF4\",\"7691D074-29D7-4B7A-A843-AB39F2D7882F\",\"A239B6D2-7F00-4CE8-98E8-61D8BFF9B8C1\",\"A1E1EB42-A503-4A69-A733-B6D8CA81491B\",\"9C872B09-2764-40CA-9516-AFD7B3AC1997\",\"4743F42F-40E0-49C7-881E-E372B1E5F318\"],\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":24,\"_MinTextHeight\":null,\"_FontSize\":10,\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1801},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1785\":{\"position\":{\"__isSmartRef__\":true,\"id\":1786},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1787},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1788},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1789},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1790},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1786\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1787\":{\"x\":24,\"y\":24,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1788\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1789\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1790\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1791\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1792\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1793\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1794\":{\"x\":24,\"y\":24,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1795\":{\"style\":{\"__isSmartRef__\":true,\"id\":1796},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1784},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1796\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1797\":{\"style\":{\"__isSmartRef__\":true,\"id\":1798},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1784},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1798\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1799\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1800\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1784},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1801\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1802\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1803},\"derivationIds\":[null,\"29E543E0-AE93-493A-A694-FC1C330D0544\",\"F0366E4C-E97F-4C77-BEE4-340A0668ADD5\",\"347F6028-5092-4F54-9A34-3EFF3FF0B815\",\"BF7387E7-BCD7-4A5B-B9D2-C14ECF59EFCA\",\"85BA370B-966E-41F7-8C2F-F3A926EC2AA2\",\"1652172B-339A-43A1-9589-70E68B35A28E\",\"705524F7-129B-4102-834E-2A1A45985BB5\",\"5707DF70-CD77-4D53-96ED-5A0AEB227FB7\",\"257E62CE-C668-4317-B5B7-8D394BDC3F6C\",\"DB924165-FF64-41D0-9CEC-F47FB3BD5F79\",\"AB6E73FA-7276-41C1-AEB5-E7343BF6514C\",\"7ED786C4-2739-477D-84A5-8893F801133B\",\"EB31CE3D-76CE-4FD1-AB50-CC3BF6706D81\",\"3BCDC5AF-AE31-4F87-8468-3A004154FE46\",\"35393851-14AB-421A-8739-8DD305783245\",\"189DA5FF-4630-43A6-9FE7-4D8331FA569A\",\"59C3E15C-5B97-43D8-BF83-762BED0BFA13\"],\"id\":\"8BEA69B3-8395-4B07-A310-6EB7BC730329\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1808},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1809},\"_ClipMode\":\"visible\",\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1810},\"owner\":{\"__isSmartRef__\":true,\"id\":1783},\"name\":\"leftpointing_magnifying_glass.png\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1811},\"isBeingDragged\":false,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1812},\"eventsAreDisabled\":true,\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Image\"},\"1803\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1804},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1805},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1806},\"_ImageURL\":\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAABAAAAAQBPJcTWAAAALnRFWHRUaXRsZQBMRUZULVBPSU5USU5HIE1BR05JRllJTkcgR0xBU1MgKFUrMUY1MEQpw88haQAAABV0RVh0QXV0aG9yAEFuZHJldyBNYXJjdXNl5zc3gwAAAC90RVh0U29mdHdhcmUAaW5mby5maWxlZm9ybWF0LmRhdGEuVW5pY29kZVBuZ1NlcnZsZXRoAX8wAAAAQ3RFWHREZXNjcmlwdGlvbgBodHRwOi8vd3d3LmZpbGVmb3JtYXQuaW5mby9pbmZvL3VuaWNvZGUvMWY1MGQvaW5kZXguaHRtk2hNQgAAADt0RVh0Q29weXJpZ2h0AGh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LW5jLXNhLzIuMC9siJKDAAAIDklEQVR42u1daWxVRRQeCi0tIqCAQCTIUtEIGlk0ilqEkEbiQhSKGAyCooIIggsiQuMWZNGwVMUFNIhKZBMobZClgK1FwAU3wIpSREDcUFZFEM/JOzf3vPHet9ze1/eYe77k+zNzl5nz3ZlzZntPKYFAcHojDXimmKH6cQbwZuBM4HLgx8A9wBPAU8BjwJ3ADcDFwMnArsCaYjr/0BB4DwlwjAwfL38DzgX2AdYWk3pDJnAM8E/NuN8BpwEHAq8DXgpsCswANgN2APak/BeBu7T7sQX1A9YQE8fuDwYAf2BG/JrEaefxmSjaeOAO9syNwBwxd2Q0o/7fMhr6h8Fx+oBIX346cATwF/aON6Qbc0ZH4G4y0lHgOGAdD8/Be/KAs4AFwKsdrqkHnAA8Tu8rAzYWCWz0Bh5hraKTT11fL+AH1FXlA8/SrsEu61fmW9qLFEqNAv5LRsEw9twEvKMzcAvwJ3LoHG2AW+n9B4HdgixGHhNjiccuKlbUp9aC7yoGnqflraa8A8C2QRTjMvIVaITyKI61BjnkqiILWEjvPAwcxvLqAj+nvAqH7s1oNAfupcpjeNskhnvQOQ/xYfxQCziHRVl3sjxsNfspvYSuNR4Ywn5ClT5CA7lYkUPRU0YVy4CivkVlOE7TKxa6AP+ivKlBEORe9nUO8XD/QhWay6oqmlK3dYoirTYs70FK/wd4ocli1KVIByu7XXmb9BsOPEmj76riSfZxbAM2oPQMmqLB9GUmC/I0M8AtHp9xCd3/rM8fCHISy+vH0ruaOi3Coyqv6ETPKPSpXEOZ4X9XoSl+y89sovTNJgoyklW8rw8+aKFP5apFo3SrbMNcWsnFpgmylkU19R3yY4mc0mk0j88Z62PZ5jHDV7DQugE5dkx/3CQxzlb2qt6aCF1HtJH6BHoGju4v97F8+Sp8zeRGlldCaZtMEmQAq+zICL5hpUvrwfXy19gzZvhcvj6aILNZ3ij2ETQzRZA3WWU7RrgOfQsu05YCnyLxcFS9h91fTlMgfqKdJsg6lteBpQ8wRZASVqmmUa7txvwEJ/qe8SoxGxYymK+wpnMsNGHpxviRbVShkzEatAb5iEHUSrqzQVuiUMkMf5IFGWnM/71giiAHqEL7U7iMf2gtkk/B7/M51E4qMlklvzwNymgxl+VvobQPTRCkMavkDpaelkJlbOkgyDUsv0LZu19Oe/A++BBLvyIB0ZJX9HIQhHdZBymt1BQfso9V1Jorag28PUXKN8tBkHqUV4elLTJFkM9YpVqzllOcAmXDiG6vJsZhlt+Kpc80RZBiF2eJK4fZSS5bd4fWUcTyc1n6Y6YIMpVVii+LTgFOTHLZNjoIMpTlT2fpXUwRpIcKn021gHuwcDN0ss525Cnn3fIt2DXfK3vPljGbHtK1gdcFmkNdkYTK4gz0Tgcxytg1fI6rUBkGvubA54Ta0lTFK9VYFhS/xKV18PEHX3MfYpogfPUND9DwuamFlP5oNZXlZRcxlmsDWutsCl/aNQYZWhfBnTlOceNsLq459E1wyyhwEeNvFb7ZusClrEbhNlbJoyp8Y3UejehxPWS08v/MBrbIlcr92BvfwZit7KMKOC3f3FRBcBC2mRlBnz0dpOzN17gvqrdP7+2p7PkoJz7Hrq2pCfeqMhzXasbI1/KHa/m4Y93reRFcU1mrIh8IXaLCJzpnsLyfKRozHrNZpbFF9NHyx2pGw2tWAZ8H3gW8UjmvvWdSlIQb3raq6Kdzp6vwBbOhWn5/FRCggy9lFcdN1521ax5Q0Y9B41o7nkn8Rv1/gSkS0T/crb0vV4Uv465UAUNjLerCkfAN2jUXKef19apwnYP4AynK4tfNU6m1ZlMtaK/stQZrLXu0Q6g6OIpTjoVfAK/Xnp1GDp1fhy0th1rwHLqmEbXYHkEQJYcGitwouG2onoPx0Ne8q+yDmtGIs8lPUFCgH/Q5R4XPQlt8nfKzKB9/ouNHLT/ddFEw7t+uGQbPko90GY+gOHgcoRc5+YeBj1DY3JPyGrq8qy6JdMhBDAyz8azhZLq2JRuP4HE3a6f8KhNH7k4Dt9UORqoE3qGqfiAUo7L7lX1kjfMd4H0UHGTTFMpLzH8VUAS3iN2znsQ1GugvprCvkvMYdSFouBYxPu98FdoKusblmZXUoiz0J1FuYgPUfCrXAof7S4MgimXIRVH8wwHq5vBLna9Cs8ULyEgVWrCg8zAJ79TtjGDXjSMx5kd4Fk7XB+a3uq5Sob1QfoW86JzxR2zcjjyj3/mKTafUpCAi2nPLVcB+QA379YdoGuWEBxEwars1hujIOpZQQS1jWhzvKXeIDAOBRhT+YgQ2kcYK71NLwgOauAKJ50jwpFW8J2jHKHvLKwYBuENmVxyibAiqKIlCOkVY1g8HZHkQ5SOXeTaBR9RW9vT7agp34xVlo4jiL7KoG0TjriCR4hVlk0r8EYrAtZQiZa+14wx1qzhF2Syi+C+K5VOWko8RUVJIlPc8irIhKCP6ZItSqeJbh8kSU/qHDCbKMuZT4hFlrpgxcaIUUcuJR5TdYsLEiFLIQuLMOESZJOZLnCjLyMhrabqkZRRR1qsArDQmW5SlZOxPVWhJ2E2UNRJlVQ/wi19CRv9WhXbJoCh8zb+IujVBNYqymIyPP55ZxsQoVvK78kkBrp28rXVThSJGcoE7YZ5RoTMlc8SBpw7kj2IEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgSAZ+A+0ucC4BysctgAAAABJRU5ErkJggg==\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1807},\"_NodeClass\":[\"image\"],\"_NodeId\":\"29E543E0-AE93-493A-A694-FC1C330D0544\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isLoaded\":true,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Image\"},\"1804\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1805\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\",\"setImageURL\":\"setImageURLHTML\",\"getNativeExtent\":\"getNativeExtentHTML\"},\"1806\":{\"x\":29,\"y\":29,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1807\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1808\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1809\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1802},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1810\":{\"x\":-3.024108360992159,\"y\":0.008036120330757512,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1811\":{\"x\":28,\"y\":29,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1812\":{\"x\":39.935711037353485,\"y\":-9.032144481323257,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1813\":{\"position\":{\"__isSmartRef__\":true,\"id\":1814},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1815},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1816},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1817},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1827},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1828},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1814\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1815\":{\"x\":24,\"y\":24,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1816\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1817\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1818},{\"__isSmartRef__\":true,\"id\":1820},{\"__isSmartRef__\":true,\"id\":1822},{\"__isSmartRef__\":true,\"id\":1824}],\"vector\":{\"__isSmartRef__\":true,\"id\":1826},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1818\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1819}},\"1819\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1820\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1821}},\"1821\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1822\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1823}},\"1823\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1824\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1825}},\"1825\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1826\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1827\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1828\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1829\":{\"x\":470,\"y\":8,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1830\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1831},{\"__isSmartRef__\":true,\"id\":1833},{\"__isSmartRef__\":true,\"id\":1835},{\"__isSmartRef__\":true,\"id\":1837}],\"vector\":{\"__isSmartRef__\":true,\"id\":1826},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1831\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1832}},\"1832\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1833\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1834}},\"1834\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1835\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1836}},\"1836\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1837\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1838}},\"1838\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1839\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"ScriptableButton\",\"comment\":\"Has a script that is called on button press\",\"changes\":[{\"__isSmartRef__\":true,\"id\":1840}],\"revisionOnLoad\":154251,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1840\":{\"date\":{\"__isSmartRef__\":true,\"id\":1841},\"author\":\"robertkrahn\",\"message\":\"no comment\",\"id\":\"0366C0A2-0C8E-4AEB-AAC3-120434134545\"},\"1841\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 14:10:10 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1842\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1783},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1783},\"targetMethodName\":\"onFire\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1843\":{\"x\":24.405327095521386,\"y\":24.0321444813232,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1844\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1845\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1783},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1846\":{\"x\":37.935711037353656,\"y\":-7.943747157684584,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1847\":{\"submorphs\":[],\"scripts\":[],\"id\":\"364FF344-E489-461B-BC8C-ED45E4823ED4\",\"shape\":{\"__isSmartRef__\":true,\"id\":1848},\"__layered_droppingEnabled__\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1855},\"showsHalos\":false,\"name\":\"HighlightRectangle\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1856},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1897},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1898},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1899},{\"__isSmartRef__\":true,\"id\":1900},{\"__isSmartRef__\":true,\"id\":1901}],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[127,\"F0291F62-F100-480C-AEBF-0230398F7983\",\"AE8B5ED7-E305-45BC-BE4A-1C28A49EE12B\",\"39BA345C-17FA-45A0-BAC2-F0CF5654ACF8\",\"FE91EA31-D8AE-461B-8A49-95DA5FBAE5B4\",\"F38439A3-2F4E-4AC2-BF73-2633C00B1393\",\"6748F5B5-2284-4748-A6EE-F1A261CBAD0B\",\"6FECB598-D130-4242-BF1B-E18767608129\",\"0B23F218-078F-4912-A262-31B957885F41\",\"C56BA290-B836-4946-B4EF-DBB6FBA2368C\",\"61176BAF-CFE6-4F2C-9F0A-971AAD6595A1\",\"CB4127B2-0AA5-4B50-9978-F1FF39924A82\",\"113050BB-CF0E-4193-91C6-9C25FC857EE8\",\"EFF939E4-317B-4662-943F-77A6E6F65BD0\",\"AA288E7F-3972-4F0D-87DD-61E4BD9C9C97\",\"903E8C60-1158-42D5-85D2-DF134DA6CEC1\",\"28FD6210-A549-4A11-9178-04E77FF556C0\",\"B3312E29-D786-469F-865E-91FD69475A52\",\"D947A1C1-DCBE-4485-A33D-DF549F6978E0\",\"56CE0E60-45BE-43FF-9C6C-296D8AC326B6\",\"CC61E3F8-8C8D-4F24-A591-023D3C88DEC8\"],\"partTests\":{\"__isSmartRef__\":true,\"id\":1906},\"_ClipMode\":\"visible\",\"moved\":true,\"isBeingDragged\":false,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1850},\"prevScroll\":[0,0],\"#startLetters\":\"\",\"eventsAreDisabled\":false,\"_HandStyle\":\"default\",\"_PointerEvents\":\"auto\",\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1911},\"_Rotation\":0,\"_Scale\":1.0060210561262526,\"owner\":null,\"magnifierButton\":{\"__isSmartRef__\":true,\"id\":1783},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1912},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"1848\":{\"position\":{\"__isSmartRef__\":true,\"id\":1849},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1850},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1851},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1852},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1853},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1854},\"_BorderRadius\":0,\"_Opacity\":0.2597,\"_BorderStyle\":\"hidden\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1849\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1850\":{\"x\":100,\"y\":100,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1851\":{\"r\":0.8,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1852\":{\"r\":0.227,\"g\":0,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1853\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1854\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1855\":{\"x\":416,\"y\":75,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1856\":{\"partsSpaceName\":\"PartsBin/Tools\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A rectangle which highlights the object under the first hand of the world\",\"migrationLevel\":4,\"partName\":\"HighlightRectangle\",\"changes\":[{\"__isSmartRef__\":true,\"id\":1857},{\"__isSmartRef__\":true,\"id\":1859},{\"__isSmartRef__\":true,\"id\":1861},{\"__isSmartRef__\":true,\"id\":1863},{\"__isSmartRef__\":true,\"id\":1865},{\"__isSmartRef__\":true,\"id\":1867},{\"__isSmartRef__\":true,\"id\":1869},{\"__isSmartRef__\":true,\"id\":1871},{\"__isSmartRef__\":true,\"id\":1873},{\"__isSmartRef__\":true,\"id\":1875},{\"__isSmartRef__\":true,\"id\":1877},{\"__isSmartRef__\":true,\"id\":1879},{\"__isSmartRef__\":true,\"id\":1881},{\"__isSmartRef__\":true,\"id\":1883},{\"__isSmartRef__\":true,\"id\":1885},{\"__isSmartRef__\":true,\"id\":1887},{\"__isSmartRef__\":true,\"id\":1889},{\"__isSmartRef__\":true,\"id\":1891},{\"__isSmartRef__\":true,\"id\":1893},{\"__isSmartRef__\":true,\"id\":1895}],\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1857\":{\"date\":{\"__isSmartRef__\":true,\"id\":1858},\"author\":\"timfelgentreff\",\"message\":\"no comment\",\"id\":\"3DB7DB40-210A-4BED-91FD-9287005703EC\"},\"1858\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 17:04:54 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1859\":{\"date\":{\"__isSmartRef__\":true,\"id\":1860},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"23D7AA12-66A9-4C3B-B494-131256C291AC\"},\"1860\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:57:13 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1861\":{\"date\":{\"__isSmartRef__\":true,\"id\":1862},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"2C30B7CA-388F-4F51-B4CF-A2E50E381148\"},\"1862\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:23:11 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1863\":{\"date\":{\"__isSmartRef__\":true,\"id\":1864},\"author\":\"tessi\",\"message\":\"diable events\",\"id\":\"7C1F71A3-FDAC-470A-B9A9-E1F2C9FEF18E\"},\"1864\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 14:46:08 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1865\":{\"date\":{\"__isSmartRef__\":true,\"id\":1866},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"01996A33-11BC-4C15-96D7-B7D219E2E961\"},\"1866\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 14:39:50 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1867\":{\"date\":{\"__isSmartRef__\":true,\"id\":1868},\"author\":\"undefined\",\"message\":\"whoopsie\",\"id\":\"3F17A2D2-3C24-424B-B0FA-E43112267D23\"},\"1868\":{\"isSerializedDate\":true,\"string\":\"Thu May 03 2012 15:51:36 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1869\":{\"date\":{\"__isSmartRef__\":true,\"id\":1870},\"author\":\"undefined\",\"message\":\"whoopsie\",\"id\":\"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC\"},\"1870\":{\"isSerializedDate\":true,\"string\":\"Thu May 03 2012 15:51:30 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1871\":{\"date\":{\"__isSmartRef__\":true,\"id\":1872},\"author\":\"undefined\",\"message\":\"sorry\",\"id\":\"44B56D2E-9B59-4C67-A305-49A6E10E66C2\"},\"1872\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 14 2012 10:53:45 GMT+0100 (Mitteleuropäische Zeit)\"},\"1873\":{\"date\":{\"__isSmartRef__\":true,\"id\":1874},\"author\":\"fbo\",\"message\":\"\",\"id\":\"BD1C654D-9100-4B66-BC62-B15FF2498B2B\"},\"1874\":{\"isSerializedDate\":true,\"string\":\"Sat Feb 25 2012 02:59:09 GMT+0100 (Mitteleuropäische Zeit)\"},\"1875\":{\"date\":{\"__isSmartRef__\":true,\"id\":1876},\"author\":\"undefined\",\"message\":\"css transitions\",\"id\":\"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7\"},\"1876\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 14 2012 10:42:26 GMT+0100 (Mitteleuropäische Zeit)\"},\"1877\":{\"date\":{\"__isSmartRef__\":true,\"id\":1878},\"author\":\"undefined\",\"message\":\"suddenly, the rectangle became a CarDemo\",\"id\":\"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350\"},\"1878\":{\"isSerializedDate\":true,\"string\":\"Mon Apr 09 2012 13:42:07 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1879\":{\"date\":{\"__isSmartRef__\":true,\"id\":1880},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"4B982A01-25B3-455A-848D-89C2C3C471D7\"},\"1880\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 13:58:01 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1881\":{\"date\":{\"__isSmartRef__\":true,\"id\":1882},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"2FD6CB7B-3BC7-4666-98B4-AACF1001954D\"},\"1882\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 14:07:32 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1883\":{\"date\":{\"__isSmartRef__\":true,\"id\":1884},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"09CF5ECF-2C87-4B66-A164-39848628596F\"},\"1884\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 15:34:59 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1885\":{\"date\":{\"__isSmartRef__\":true,\"id\":1886},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"252A3EB5-DB00-4CF9-BF38-2927DD1C5229\"},\"1886\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:34:29 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1887\":{\"date\":{\"__isSmartRef__\":true,\"id\":1888},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"81534551-62C1-4FC9-96CB-A5AC6642CA1E\"},\"1888\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:45:49 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1889\":{\"date\":{\"__isSmartRef__\":true,\"id\":1890},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"5125DE3A-D50E-4621-8490-F3A9D99C2C4C\"},\"1890\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:47:20 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1891\":{\"date\":{\"__isSmartRef__\":true,\"id\":1892},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"C81A2FBF-CB0B-4A0B-9D63-F9AEDFCB5DA6\"},\"1892\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:51:06 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1893\":{\"date\":{\"__isSmartRef__\":true,\"id\":1894},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"DC8EF5EC-7563-45B6-816D-20E2DC218525\"},\"1894\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:52:10 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1895\":{\"date\":{\"__isSmartRef__\":true,\"id\":1896},\"author\":\"timfelgentreff\",\"message\":\"no comment\",\"id\":\"E7515DFB-DE7D-4E1F-A2C3-85166DCE4942\"},\"1896\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:59:39 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1897\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1898\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1847},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1899\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1847},\"sourceAttrName\":\"onMouseMove\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1847},\"targetMethodName\":\"updateOnMove\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1900\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1847},\"sourceAttrName\":\"onMouseUp\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1783},\"targetMethodName\":\"removeHighlighting\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1901\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1847},\"sourceAttrName\":\"onMouseUp\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":153},\"targetMethodName\":\"setTarget\",\"converterString\":\"function () {\\n return this.sourceObj.coveredMorph()\\n }\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1902},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1903},\"__LivelyClassName__\":\"AttributeConnection\"},\"1902\":{\"source\":{\"__isSmartRef__\":true,\"id\":1847},\"target\":{\"__isSmartRef__\":true,\"id\":153}},\"1903\":{\"converter\":{\"__isSmartRef__\":true,\"id\":1904}},\"1904\":{\"originalFunc\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1902},\"source\":\"function () {\\n return this.sourceObj.coveredMorph()\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1905},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1905\":{},\"1906\":{\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1907}},\"1907\":{\"test01IsMorph\":{\"__isSmartRef__\":true,\"id\":1908}},\"1908\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1909},\"source\":\"function test01IsMorph(aPart) {\\n this.assert(aPart.isMorph, 'rectangle should be a morph');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1910},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1909\":{\"this\":{\"__isSmartRef__\":true,\"id\":1906}},\"1910\":{},\"1911\":{\"x\":43.995993991989735,\"y\":-14.012018024029999,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1912\":{\"update\":{\"__isSmartRef__\":true,\"id\":1913},\"coveredMorph\":{\"__isSmartRef__\":true,\"id\":1917},\"updateOnMove\":{\"__isSmartRef__\":true,\"id\":1921},\"bringToFront\":{\"__isSmartRef__\":true,\"id\":1925}},\"1913\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1914},\"source\":\"function update(morph) {\\n if (morph === this.magnifierButton ||\\n this.magnifierButton.submorphs.indexOf(morph) >= 0) {\\n morph = this.magnifierButton.currentTarget()\\n }\\n\\n if (morph) {\\n this.setPosition(morph.getPositionInWorld())\\n this.setExtent(morph.getExtent())\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1915},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1914\":{\"this\":{\"__isSmartRef__\":true,\"id\":1847}},\"1915\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1916},\"user\":\"lauritz\",\"tags\":[]},\"1916\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 18:30:09 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1917\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1918},\"source\":\"function coveredMorph() {\\n var that = this\\n return $world.morphsContainingPoint($world.firstHand().getPosition()).detect(\\n function(ea) {\\n return !ea.isPlaceholder &&\\n !ea.isHalo &&\\n (!ea.owner || !ea.owner.isHalo) &&\\n !(ea === that);\\n });\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1919},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1918\":{\"this\":{\"__isSmartRef__\":true,\"id\":1847}},\"1919\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1920},\"user\":\"lauritz\",\"tags\":[]},\"1920\":{\"isSerializedDate\":true,\"string\":\"Tue May 29 2012 13:24:20 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1921\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1922},\"source\":\"function updateOnMove() {\\n this.update(this.coveredMorph())\\n this.bringToFront();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1923},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1922\":{\"this\":{\"__isSmartRef__\":true,\"id\":1847}},\"1923\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1924},\"user\":\"lauritz\",\"tags\":[]},\"1924\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 17:28:21 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1925\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1926},\"source\":\"function bringToFront() {\\n this.renderContext().morphNode.style.zIndex= 1000\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1931},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1926\":{\"this\":{\"__isSmartRef__\":true,\"id\":1847},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1927}},\"1927\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1928}},\"1928\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1929},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n if ($world) \\n $world.logError(e, 'Error in $super call')\\n else\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1930},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1929\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1847},\"name\":\"bringToFront\"},\"1930\":{},\"1931\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1932},\"user\":\"lauritz\",\"tags\":[]},\"1932\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 17:28:10 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1933\":{\"onFire\":{\"__isSmartRef__\":true,\"id\":1934},\"removeHighlighting\":{\"__isSmartRef__\":true,\"id\":1938},\"onMouseMove\":{\"__isSmartRef__\":true,\"id\":1942},\"onMouseOut\":{\"__isSmartRef__\":true,\"id\":1950},\"reset\":{\"__isSmartRef__\":true,\"id\":1958},\"isTracking\":{\"__isSmartRef__\":true,\"id\":1962},\"isHighlighting\":{\"__isSmartRef__\":true,\"id\":1966},\"currentTarget\":{\"__isSmartRef__\":true,\"id\":1970}},\"1934\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1935},\"source\":\"function onFire() {\\n var hand = this.world().firstHand(),\\n rect = this.highlightRectangle,\\n that = this\\n\\n if (this.isTracking()) {\\n this.removeHighlighting()\\n } else {\\n this.world().addMorph(rect)\\n hand.highlightConnection = connect(hand, \\\"scrollFocusMorph\\\", rect, \\\"update\\\")\\n rect.bringToFront()\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1936},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1935\":{\"this\":{\"__isSmartRef__\":true,\"id\":1783}},\"1936\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1937},\"user\":\"lauritz\",\"tags\":[]},\"1937\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 18:04:33 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1938\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1939},\"source\":\"function removeHighlighting() {\\n var hand = this.world().firstHand(),\\n rect = this.highlightRectangle\\n if (rect) {\\n rect.remove()\\n }\\n hand.attributeConnections.removeAt(\\n hand.attributeConnections.indexOf(hand.highlightConnection))\\n hand.highlightConnection = null\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1940},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1939\":{\"this\":{\"__isSmartRef__\":true,\"id\":1783}},\"1940\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1941},\"user\":\"lauritz\",\"tags\":[]},\"1941\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 17:20:20 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1942\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1943},\"source\":\"function onMouseMove(evt) {\\n var rect = this.highlightRectangle\\n\\n var target = this.currentTarget()\\n if (target && !this.isHighlighting()) {\\n rect.update(target)\\n this.world().addMorph(rect)\\n rect.bringToFront()\\n this.targetHighlight = rect\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1948},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1943\":{\"this\":{\"__isSmartRef__\":true,\"id\":1783},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1944}},\"1944\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1945}},\"1945\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1946},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n if ($world) \\n $world.logError(e, 'Error in $super call')\\n else\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1947},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1946\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1783},\"name\":\"onMouseMove\"},\"1947\":{},\"1948\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1949},\"user\":\"lauritz\",\"tags\":[]},\"1949\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 18:25:44 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1950\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1951},\"source\":\"function onMouseOut() {\\n if (this.isHighlighting()) {\\n if (!this.isTracking()) {\\n this.targetHighlight.remove()\\n }\\n delete this.targetHighlight\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1956},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1951\":{\"this\":{\"__isSmartRef__\":true,\"id\":1783},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1952}},\"1952\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1953}},\"1953\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1954},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n if ($world) \\n $world.logError(e, 'Error in $super call')\\n else\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1955},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1954\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1783},\"name\":\"onMouseOut\"},\"1955\":{},\"1956\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1957},\"user\":\"lauritz\",\"tags\":[]},\"1957\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 18:05:25 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1958\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1959},\"source\":\"function reset() {\\n var rect = this.highlightRectangle\\n rect.attributeConnections = []\\n connect(rect, \\\"onMouseMove\\\", rect, \\\"updateOnMove\\\")\\n connect(rect, \\\"onMouseUp\\\", this, \\\"removeHighlighting\\\")\\n connect(rect, \\\"onMouseUp\\\", this.owner, \\\"setTarget\\\",\\n {converter: function () {\\n return this.sourceObj.coveredMorph()\\n }\\n })\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1960},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1959\":{\"this\":{\"__isSmartRef__\":true,\"id\":1783}},\"1960\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1961},\"user\":\"lauritz\",\"tags\":[]},\"1961\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 17:23:51 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1962\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1963},\"source\":\"function isTracking() {\\n return !!this.world().firstHand().highlightConnection\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1964},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1963\":{\"this\":{\"__isSmartRef__\":true,\"id\":1783}},\"1964\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1965},\"user\":\"lauritz\",\"tags\":[]},\"1965\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 18:04:17 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1966\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1967},\"source\":\"function isHighlighting() {\\n return !!this.targetHighlight\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1968},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1967\":{\"this\":{\"__isSmartRef__\":true,\"id\":1783}},\"1968\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1969},\"user\":\"lauritz\",\"tags\":[]},\"1969\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 18:04:53 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1970\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1971},\"source\":\"function currentTarget() {\\n return this.owner.target;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1972},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1971\":{\"this\":{\"__isSmartRef__\":true,\"id\":1783}},\"1972\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1973},\"user\":\"lauritz\",\"tags\":[]},\"1973\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 18:26:02 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1974\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1975}],\"scripts\":[],\"id\":\"DB4A1C2A-E485-40C3-854A-C8D9FD045F48\",\"shape\":{\"__isSmartRef__\":true,\"id\":1989},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":2005},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1993},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":2006},\"label\":{\"__isSmartRef__\":true,\"id\":1975},\"name\":\"RecoverButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":2015},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":2020}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2021},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2022},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2023},\"derivationIds\":[2588,\"22797D34-67DE-4A06-81F0-4DF0A87ADBBC\",\"11C83D57-E873-4516-9585-B62D3DF729A3\",\"E29CC766-6253-4449-9F74-BB5BE92901B2\",\"869A55D7-A082-4FF6-B364-04A8335DB3DF\",\"819BC4C1-8FA8-4E4A-A69C-30AA1638AB87\",\"53AF2FD2-DD72-403F-87B2-2C05D92C1887\"],\"_ClipMode\":\"visible\",\"owner\":{\"__isSmartRef__\":true,\"id\":153},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":2024},\"_Rotation\":0,\"_Scale\":0.990044880209748,\"layout\":{\"__isSmartRef__\":true,\"id\":2025},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":2026},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1975\":{\"submorphs\":[],\"scripts\":[],\"id\":\"5B4C0EA4-CD75-4B9C-A8FD-1337878B8429\",\"shape\":{\"__isSmartRef__\":true,\"id\":1976},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1981},\"_MaxTextWidth\":162.61336846373766,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1982},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1983},\"owner\":{\"__isSmartRef__\":true,\"id\":1974},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1984},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1985}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1987},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1988},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"derivationIds\":[2589,\"024C5ADE-C4CF-4E8E-BEC5-F93AD4839702\",\"14B58111-F7FC-48C0-B90D-92C2C566AD98\",\"3C2D0B8B-0C00-41EF-BBBD-6BAE9A85522B\",\"9873084E-D345-48F9-B8CB-799A8616EDD5\",\"83C102D7-79B7-4154-85DB-326320716FDC\",\"AF1A4581-083D-4051-B253-A33077E47F67\"],\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":162.61336846373766,\"_MinTextHeight\":null,\"_FontSize\":10,\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1284},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1976\":{\"position\":{\"__isSmartRef__\":true,\"id\":1977},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1978},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1979},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1980},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1275},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1977\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1978\":{\"x\":162.61336846373766,\"y\":23.020110441434046,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1979\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1980\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1981\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1982\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1983\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1984\":{\"x\":162.61336846373766,\"y\":23.020110441434046,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1985\":{\"style\":{\"__isSmartRef__\":true,\"id\":1986},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1975},\"storedString\":\"Recover all scripts\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1986\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1987\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1988\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1975},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1989\":{\"position\":{\"__isSmartRef__\":true,\"id\":1990},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1991},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1992},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1993},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2003},\"_Padding\":{\"__isSmartRef__\":true,\"id\":2004},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1990\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1991\":{\"x\":162.61336846373766,\"y\":23.020110441434046,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1992\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1993\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1994},{\"__isSmartRef__\":true,\"id\":1996},{\"__isSmartRef__\":true,\"id\":1998},{\"__isSmartRef__\":true,\"id\":2000}],\"vector\":{\"__isSmartRef__\":true,\"id\":2002},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1994\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1995}},\"1995\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1996\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1997}},\"1997\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1998\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1999}},\"1999\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2000\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2001}},\"2001\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2002\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2003\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"2004\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2005\":{\"x\":735.266159147416,\"y\":463.917660249887,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2006\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":2007},{\"__isSmartRef__\":true,\"id\":2009},{\"__isSmartRef__\":true,\"id\":2011},{\"__isSmartRef__\":true,\"id\":2013}],\"vector\":{\"__isSmartRef__\":true,\"id\":2002},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"2007\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":2008}},\"2008\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2009\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":2010}},\"2010\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2011\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":2012}},\"2012\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2013\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2014}},\"2014\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2015\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"ScriptableButton\",\"comment\":\"Has a script that is called on button press\",\"changes\":[{\"__isSmartRef__\":true,\"id\":2016},{\"__isSmartRef__\":true,\"id\":2018}],\"revisionOnLoad\":170561,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"2016\":{\"date\":{\"__isSmartRef__\":true,\"id\":2017},\"author\":\"robertkrahn\",\"message\":\"no comment\",\"id\":\"0366C0A2-0C8E-4AEB-AAC3-120434134545\"},\"2017\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 14:10:10 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2018\":{\"date\":{\"__isSmartRef__\":true,\"id\":2019},\"author\":\"huberthesse\",\"message\":\"Restore scriptable button\",\"id\":\"7DCED89C-C162-4A42-94E3-6B4D2CBA4932\"},\"2019\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 12 2012 11:12:07 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2020\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1974},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1974},\"targetMethodName\":\"onFire\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2021\":{\"x\":161.60331324302064,\"y\":23.020110441434046,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2022\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"2023\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1974},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2024\":{\"x\":68.06033132430184,\"y\":-15,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2025\":{\"moveHorizontal\":true,\"moveVertical\":true},\"2026\":{\"onFire\":{\"__isSmartRef__\":true,\"id\":2027}},\"2027\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2028},\"source\":\"function onFire() {\\n var targetMorph = this.owner.historyList.targetMorph;\\n if (!targetMorph)\\n return;\\n\\n var recoveryCheck = confirm(\\\"Do you really want to restore all locally stored script versions?\\\");\\n if (!recoveryCheck)\\n return;\\n\\n var lm = projects.WebDev2012.LimeMachine.LimeMachine;\\n var history = lm.getWorldHistory();\\n\\n if (!history) {\\n return;\\n }\\n\\n var currentObject = history.getObject(targetMorph.id);\\n if (!currentObject) {\\n return;\\n }\\n\\n var currentCodeScripts = currentObject.Code;\\n var that = this;\\n var selectedScriptName = this.owner.scriptList.getSelection();\\n\\n $.each(currentCodeScripts, function(idx, item) {\\n var success = that.owner.scriptPane.boundEval(item.Code);\\n if(!success) {\\n alert(\\\"Error while recovering \\\" + item.MethodName + \\\".\\\");\\n }\\n });\\n \\n this.owner.scriptList.selectAddedScript(selectedScriptName);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2029},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"2028\":{\"this\":{\"__isSmartRef__\":true,\"id\":1974}},\"2029\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2030},\"user\":\"jan.sandbrink\",\"tags\":[]},\"2030\":{\"isSerializedDate\":true,\"string\":\"Fri Jun 15 2012 12:26:50 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2031\":{\"position\":{\"__isSmartRef__\":true,\"id\":2032},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2033},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2034},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2035},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2036},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2037},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2032\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2033\":{\"x\":911.0285365288846,\"y\":502.61253261443596,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2034\":{\"r\":0.372,\"g\":0.369,\"b\":0.372,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2035\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"2036\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"2037\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2038\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"Edit scripts and connections of a specific morph.\",\"migrationLevel\":4,\"partName\":\"ObjectEditorPane\",\"changes\":[{\"__isSmartRef__\":true,\"id\":2039}],\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"2039\":{\"date\":{\"__isSmartRef__\":true,\"id\":2040},\"author\":\"lauritz\",\"message\":\"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items.\"},\"2040\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 21 2011 00:39:30 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2041\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"2042\":{\"morph\":{\"__isSmartRef__\":true,\"id\":153},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2043\":{\"x\":911.0285365288846,\"y\":502.61253261443596,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2044\":{\"resizeWidth\":true,\"resizeHeight\":true,\"adjustForNewBounds\":true},\"2045\":{\"x\":350.2386236582805,\"y\":-3.2455173507596555,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2046\":{\"x\":0.971126750461849,\"y\":21.45669012569269,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2047\":{},\"2048\":{\"displayInitialScript\":{\"__isSmartRef__\":true,\"id\":2049},\"displayJavaScriptSource\":{\"__isSmartRef__\":true,\"id\":2053},\"displaySourceForConnection\":{\"__isSmartRef__\":true,\"id\":2057},\"displaySourceForScript\":{\"__isSmartRef__\":true,\"id\":2061},\"generateSourceForConnection\":{\"__isSmartRef__\":true,\"id\":2065},\"generateSourceForScript\":{\"__isSmartRef__\":true,\"id\":2069},\"generateTargetCode\":{\"__isSmartRef__\":true,\"id\":2073},\"newConnection\":{\"__isSmartRef__\":true,\"id\":2077},\"newScript\":{\"__isSmartRef__\":true,\"id\":2081},\"reset\":{\"__isSmartRef__\":true,\"id\":2085},\"selectChangedContent\":{\"__isSmartRef__\":true,\"id\":2089},\"setTarget\":{\"__isSmartRef__\":true,\"id\":2093},\"sortedConnectionNamesOfObj\":{\"__isSmartRef__\":true,\"id\":2097},\"sortedScriptNamesOfObj\":{\"__isSmartRef__\":true,\"id\":2101},\"updateLists\":{\"__isSmartRef__\":true,\"id\":2105},\"onShutdown\":{\"__isSmartRef__\":true,\"id\":2109},\"confirmUnsavedChanges\":{\"__isSmartRef__\":true,\"id\":2113},\"update\":{\"__isSmartRef__\":true,\"id\":2117},\"ensureAnnotationLayer\":{\"__isSmartRef__\":true,\"id\":2121},\"migrateOldScriptAnnotations\":{\"__isSmartRef__\":true,\"id\":2125},\"copyToPartsBinWithUserRequest\":{\"__isSmartRef__\":true,\"id\":2129},\"printTags\":{\"__isSmartRef__\":true,\"id\":2137},\"setTag\":{\"__isSmartRef__\":true,\"id\":2141},\"runScript\":{\"__isSmartRef__\":true,\"id\":2145},\"openPartTestRunner\":{\"__isSmartRef__\":true,\"id\":2149}},\"2049\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2050},\"source\":\"function displayInitialScript() {\\n if (this.scriptList.getList().size() > 1) {\\n this.scriptList.preselectItem();\\n } else if (this.connectionList.getList().size() > 1) {\\n this.connectionList.preselectItem();\\n } else {\\n this.scriptList.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2051},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2050\":{\"this\":{\"__isSmartRef__\":true,\"id\":153}},\"2051\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2052},\"user\":\"lauritz\",\"tags\":[]},\"2052\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:13:43 GMT+0100 (Mitteleuropäische Zeit)\"},\"2053\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2054},\"source\":\"function displayJavaScriptSource(jsCode) {\\n if (this.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function(confirmed) {\\n if (confirmed) that.scriptPane.display(jsCode)\\n };\\n this.confirmUnsavedChanges(callback);\\n } else {\\n this.scriptPane.display(jsCode);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2055},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2054\":{\"this\":{\"__isSmartRef__\":true,\"id\":153}},\"2055\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2056},\"user\":\"lauritz\",\"tags\":[]},\"2056\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)\"},\"2057\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2058},\"source\":\"function displaySourceForConnection(connection) {\\n var code = \\\"\\\", that = this;\\n if (connection === undefined) return;\\n if (connection === null) {\\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\\\"\\\\n\\\\n\\\");\\n });\\n code = code.substring(0, code.length - \\\"\\\\n\\\\n\\\".length - 1);\\n } else {\\n code = this.generateSourceForConnection(connection);\\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2059},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2058\":{\"this\":{\"__isSmartRef__\":true,\"id\":153}},\"2059\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2060},\"user\":\"conradcalmez\",\"tags\":[]},\"2060\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 14:59:30 GMT+0100 (Mitteleuropäische Zeit)\"},\"2061\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2062},\"source\":\"function displaySourceForScript(scriptName) {\\n var code = \\\"\\\",\\n that = this;\\n if (scriptName === null) {\\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForScript(each)).concat(\\\"\\\\n\\\\n\\\\n\\\");\\n });\\n code = code.substring(0, code.length - \\\"\\\\n\\\\n\\\\n\\\".length - 1);\\n } else {\\n code = this.generateSourceForScript(scriptName); \\n }\\n this.displayJavaScriptSource(code);\\n this.historyList.selectScript(scriptName);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2063},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2062\":{\"this\":{\"__isSmartRef__\":true,\"id\":153}},\"2063\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2064},\"user\":\"jan.sandbrink\",\"tags\":[]},\"2064\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 07 2012 12:29:52 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2065\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2066},\"source\":\"function generateSourceForConnection(connection) {\\n var c = connection, targetObject = this.target;\\n\\tif (!c.getTargetObj() || !c.getTargetObj().name || \\n\\t\\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\\n\\n\\tvar optConfig = []\\n\\tif (c.converterString)\\n\\t\\toptConfig.push(\\\"converter: \\\\n\\\\t\\\" + c.converterString)\\n\\tif (c.updaterString)\\n\\t\\toptConfig.push(\\\"updater: \\\\n\\\\t\\\" + c.updaterString)\\n\\treturn Strings.format('connect(%s, \\\"%s\\\", %s, \\\"%s\\\", {%s});', \\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getSourceObj()),\\n\\t\\t\\tc.getSourceAttrName(),\\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getTargetObj()),\\n\\t\\t\\tc.getTargetMethodName(),\\n\\t\\t\\toptConfig.join(','));\\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2067},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2066\":{\"this\":{\"__isSmartRef__\":true,\"id\":153}},\"2067\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2068},\"user\":\"lauritz\",\"tags\":[]},\"2068\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)\"},\"2069\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2070},\"source\":\"function generateSourceForScript(scriptName) {\\n var script = this.target[scriptName],\\n annotation = '',\\n scriptSource = '',\\n tagScript = '';\\n\\n if (script.timestamp && script.user) \\n annotation = Strings.format('// changed at %s by %s \\\\n', script.timestamp, script.user);\\n scriptSource = Strings.format('this.addScript(%s)', script.getOriginal());\\n tagScript = Strings.format('.tag(%s);', this.printTags(script));\\n\\n return annotation + scriptSource + tagScript;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2071},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2070\":{\"this\":{\"__isSmartRef__\":true,\"id\":153}},\"2071\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2072},\"user\":\"lauritz\",\"tags\":[]},\"2072\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:32:42 GMT+0100 (Mitteleuropäische Zeit)\"},\"2073\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2074},\"source\":\"function generateTargetCode(baseObject, targetObject) {\\n\\tvar name = targetObject.name;\\n\\tif (baseObject === targetObject) \\n\\t\\treturn \\\"this\\\";\\n\\telse if (baseObject[name] === targetObject) \\n\\t\\treturn \\\"this.\\\" + name;\\n\\telse if (baseObject.testObject === targetObject) \\n\\t\\treturn \\\"this.testObject\\\";\\n\\telse if (baseObject.get(name) === targetObject) \\n\\t\\treturn 'this.get(\\\"' + name + '\\\")';\\n\\telse if (targetObject instanceof Morph) \\n\\t\\treturn '$morph(\\\"' + name + '\\\")';\\n\\telse \\n\\t\\treturn \\\"????\\\";\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2075},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2074\":{\"this\":{\"__isSmartRef__\":true,\"id\":153}},\"2075\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2076},\"user\":\"lauritz\",\"tags\":[]},\"2076\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)\"},\"2077\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2078},\"source\":\"function newConnection() {\\n if (this.target) {\\n var code = \\\"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2079},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2078\":{\"this\":{\"__isSmartRef__\":true,\"id\":153}},\"2079\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2080},\"user\":\"lauritz\",\"tags\":[]},\"2080\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)\"},\"2081\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2082},\"source\":\"function newScript() {\\n if (this.target) {\\n var code = \\\"this.addScript(function SCRIPTNAME() {\\\\n \\\\n}).tag([]);\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2083},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2082\":{\"this\":{\"__isSmartRef__\":true,\"id\":153}},\"2083\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2084},\"user\":\"lauritz\",\"tags\":[]},\"2084\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:24:25 GMT+0100 (Mitteleuropäische Zeit)\"},\"2085\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2086},\"source\":\"function reset() {\\n this.scriptPane = this.get('ObjectEditorScriptPane')\\n this.scriptList = this.get('ObjectEditorScriptList')\\n this.connectionList = this.get('ObjectEditorConnectionList')\\n this.morphSelector = this.get('ObjectEditorMorphSelector')\\n this.target = null;\\n this.scriptPane.reset();\\n this.scriptList.setList();\\n this.scriptList.selection = null;\\n this.connectionList.setList();\\n this.connectionList.selection = null;\\n this.morphSelector.reset();\\n this.tagChooser.reset();\\n this.historyList.reset();\\n this.currentTag = null;\\n this.stopStepping();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2087},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2086\":{\"this\":{\"__isSmartRef__\":true,\"id\":153}},\"2087\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2088},\"user\":\"soergel\",\"tags\":[]},\"2088\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 12 2012 11:53:52 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2089\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2090},\"source\":\"function selectChangedContent(source) {\\n\\n var addScriptRegex = /this\\\\.addScript\\\\s*\\\\(\\\\s*function\\\\s*([^\\\\(]*)/g;\\n var addScriptMatches = [];\\n var addScriptMatch = addScriptRegex.exec(source);\\n while (addScriptMatch) {\\n addScriptMatches.push(addScriptMatch[1]);\\n addScriptMatch = addScriptRegex.exec(source);\\n }\\n \\n // if scripts were added, select either a specific one or all\\n if (addScriptMatches.length > 0) { \\n if (addScriptMatches.length === 1) {\\n return this.scriptList.selectAddedScript(addScriptMatches[0]);\\n }\\n return this.scriptList.selectAt(0);\\n }\\n\\n var connectionRegex = \\n /connect\\\\(\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"\\\\s*,\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"/g;\\n var connectionMatches = [];\\n var connectionMatch = connectionRegex.exec(source);\\n while (connectionMatch) {\\n connectionMatches.push(connectionMatch);\\n connectionMatch = connectionRegex.exec(source);\\n }\\n\\n // if connections were made, select either a specific one or all\\n if (connectionMatches.length > 0) {\\n if (connectionMatches.length === 1) {\\n var match = connectionMatches[0];\\n for (var i=0; i -1) {\n var c = this.connectionList.selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n this.updateLists();\n this.displayInitialScript();\n } \n}","funcProperties":{"__isSmartRef__":true,"id":9385},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"9384":{"this":{"__isSmartRef__":true,"id":8556}},"9385":{},"9386":{"varMapping":{"__isSmartRef__":true,"id":9387},"source":"function updateLists() {\n this.scriptList.setList(this.sortedScriptNamesOfObj(this.target));\n var scriptListItems = this.scriptList.getList();\n scriptListItems.unshift(\"-- ALL --\");\n this.scriptList.setList(scriptListItems);\n\n this.connectionList.setList(this.sortedConnectionNamesOfObj(this.target));\n var connectionListItems = this.connectionList.getList();\n connectionListItems.unshift(\"-- ALL --\");\n this.connectionList.setList(connectionListItems);\n}","funcProperties":{"__isSmartRef__":true,"id":9388},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"9387":{"this":{"__isSmartRef__":true,"id":8556}},"9388":{},"9389":{"varMapping":{"__isSmartRef__":true,"id":9390},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.selectAt(0);\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.selectAt(0);\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":9391},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"9390":{"this":{"__isSmartRef__":true,"id":8556}},"9391":{},"9392":{"varMapping":{"__isSmartRef__":true,"id":9393},"source":"function reset() {\n this.target = null;\n this.scriptPane.doitContext = null;\n this.scriptList.setList();\n this.connectionList.setList();\n this.scriptPane.setTextString(\"\");\n this.morphSelector.reset();\n}","funcProperties":{"__isSmartRef__":true,"id":9394},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"9393":{"this":{"__isSmartRef__":true,"id":8556}},"9394":{},"9395":{"varMapping":{"__isSmartRef__":true,"id":9396},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n var index = this.scriptList.getList().indexOf(addScriptMatches[0]);\n if (index > -1) { \n return this.scriptList.selectAt(index);\n }\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i -1) {\n var c = selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n editor.updateLists();\n editor.displayInitialScript();\n } \n }\n\n var message = 'Disconnect \"' + selection[0] +'\" connection?';\n var callback = disconnectConnection;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":9598},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"9597":{"this":{"__isSmartRef__":true,"id":9543}},"9598":{"timestamp":{"__isSmartRef__":true,"id":9599},"user":"lauritz","categories":[]},"9599":{"isSerializedDate":true,"string":"Fri Nov 11 2011 01:46:54 GMT+0100 (Mitteleuropäische Zeit)"},"9600":{"submorphs":[{"__isSmartRef__":true,"id":9601}],"scripts":[],"id":"B673C95F-1A7F-46BC-AB11-9A20BB14E913","shape":{"__isSmartRef__":true,"id":9617},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":9633},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":9620},"lighterFill":{"__isSmartRef__":true,"id":9634},"label":{"__isSmartRef__":true,"id":9601},"attributeConnections":[{"__isSmartRef__":true,"id":9643}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":9645},"name":"ObjectEditorRemoveScriptButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":9646},"renderContextTable":{"__isSmartRef__":true,"id":9647},"priorExtent":{"__isSmartRef__":true,"id":9648},"owner":{"__isSmartRef__":true,"id":8538},"eventHandler":{"__isSmartRef__":true,"id":9649},"isCopyMorphRef":true,"morphRefId":24,"draggingEnabled":false,"objectEditorPane":{"__isSmartRef__":true,"id":8538},"distanceToDragEvent":{"__isSmartRef__":true,"id":9650},"derivationIds":[217,"FDC10087-12CF-4570-9211-8309CB6A9AA3","E18FC530-4B1F-4F08-8DA6-3866A3519E56","04A2AAC3-6A9E-40BB-9408-EBB2567EE63B","8C1A42CE-840C-4AAE-BD79-C93A445B9EBF","61FC11FA-B87E-4EFE-BD15-564D3178B68B","ED34F9B5-9E00-41B3-8313-D9C3D6B3B231","A7481F4B-D444-4B4F-BDA2-4F9F03AEC24D","7DDF7175-34FC-4521-A7C3-580A8BE63351","DEA39C05-FAD7-4882-AB3D-0EE12C3408F9","99186A50-1411-4B6F-B1CB-FF0742C20D7D","10F3E467-6BB8-4D07-BD17-8C50593FD6B8","7260818C-6472-4288-8BDD-1E7798A543F3","DEBB5BDB-018D-4BA1-9FB9-73DC84C51D89","D75BCAED-3029-46EB-B944-4A102BB1BC0F","9A977DA2-B325-4DFA-9683-3DC9ECEFAAC0","412BAC8F-95F6-4CD1-AD55-80B58CBA8DDE","91594A9E-99C8-4414-B423-398526811729","E5F81ACF-B357-4209-951F-4C8C277D2ABC","CB0DFFDD-09F1-466F-9D51-977251199A95","52D17C96-2626-40A0-A128-58596402A18D","6F59DFB5-B98D-47A9-989E-AB4F33E021E1","C8A5DB65-8DD2-430D-9AE6-54C24D02BA09","5298D8A9-C490-4F4F-9977-1B1952368F65","FA04C280-C8C9-445D-8009-31037853F1D9","B7F47B19-ACEB-4592-B4D8-D202654BC4FD","1BA7BC6C-4929-42FF-9648-80B3498B7376","D1F46204-0C06-4B0A-854C-0653CCBCB5EE","D94D8D3C-334F-4825-BD71-AB911DD77D87","7217F5EA-1FC5-4493-B2E8-AD6182F5C994","86370725-BB28-42D3-A2C3-9B2CE93051F6","9B84ADDC-3349-4C87-9A53-B56078490338","DEBFD16C-9FE0-4167-820E-371AF58398C8","F261A35F-99E8-474F-8D36-083042B5D4BB","1E5CD8ED-B7E0-42AE-9059-C9D747654BC4","45C7C7B4-BC5C-447A-8816-AAEBB8DEEF63","E158E404-8937-4912-8DD4-0A4215DEBE50","F023F05B-9374-4679-9EB7-76DF6C8F5379","2E7F8444-4934-4923-9050-1DDA2FC1C901","FC9ADD83-CB5E-4112-AFEB-67BB4C4CF2F1","D68D3298-B49E-456C-ADC5-23C615EA6C09","9D0400D1-D566-4382-8585-79C19DEAA0CF","20E5E191-6226-48C3-B236-7368D327060D","7C7D142A-3A0A-417B-A91B-1E4E6F9EC7B2","DAC03278-4478-4B21-B173-16CC4DCB933D","25AEDC91-AAB3-419D-A132-E34E135F23E2","75703E35-22AD-45C9-B4B0-672450C9025C","EFAA3CBF-81FD-439E-A31A-1ADA266BE023","1578FB14-8DD6-44CE-9769-02ACA100122C","DD61C5DF-787E-435E-8B80-4D95977D7E45"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9651},"__LivelyClassName__":"lively.morphic.Button"},"9601":{"submorphs":[],"scripts":[],"id":"C650C8BD-75AC-4104-9EE1-8BBAF5017C75","shape":{"__isSmartRef__":true,"id":9602},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":21,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":9608},"textColor":{"__isSmartRef__":true,"id":9605},"owner":{"__isSmartRef__":true,"id":9600},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":9609}],"padding":{"__isSmartRef__":true,"id":9611},"_Padding":{"__isSmartRef__":true,"id":9612},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":9613},"_FontFamily":"Helvetica, Sans-Serif","renderContextTable":{"__isSmartRef__":true,"id":9614},"_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_Align":"center","eventHandler":{"__isSmartRef__":true,"id":9615},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":21,"_MinTextHeight":null,"draggingEnabled":false,"derivationIds":[218,"852A7BD9-52EE-4708-A2D5-1BDECF33C958","7B4F173E-9726-472A-9B30-530D4AA92AD9","CBA217F6-2832-4213-9ABE-47753C1A4180","E6B97D1D-95D5-4644-9359-1D08D42A51F4","4391A57E-70C2-4628-9828-DD668CCE546E","F0C6C298-3B8B-42B2-B5E9-E5B82F607B01","DF0CAF75-4247-4797-B1A0-AD7444391E2A","B4C4F09B-F663-47A1-B85F-461D5452F5F8","FD966AB1-4685-4151-9A38-B1B21B0237EF","CA91FC2C-D7CC-4123-AFD2-108F8F0C2E97","88F1581A-7AEF-4646-B7F9-3890CDDB8494","DC577877-7F00-4238-9246-08C2A10C0CC9","818C9467-71A2-44D6-B01F-1523A0CD5476","C0CF3DDB-AA12-49E0-B12A-6B620552BB47","853E19A1-E97D-463D-A24F-0148671EB696","68C2E993-DE31-4090-9299-9343AEC200C1","344625C1-FE1A-4D3F-91E1-AB6DB81796A4","6012E5AC-8C11-41F7-B5F5-90CACA805586","8E722C30-74A9-48E5-BB76-9576996AFF15","04BDF7DF-1F9D-4B07-AAD2-6497A60063C6","3CE32E80-B23C-41B0-B5DA-39DE70E3691E","E76E51E9-E8AC-4E7E-A928-DA7346353D80","F55286E0-7022-46D6-8F92-B2F1899BF5DD","482466D2-B1FC-415A-96D9-840A7AFF8757","4CA2E386-E5C4-4933-87D8-193D8EB0EB28","EEA817B0-1773-4FD2-B284-083AAF24828D","D3BA15C9-D7B2-43D5-9081-0803795F6F4A","59985470-D838-4F7D-8A29-BF8A2E1FAD2E","FCE63C0B-08B8-4F83-879B-5EBCCB9528E9","1BACB1DE-10F9-47B3-B2D3-9868CFD5BEF5","12A61D9F-72FE-4B4D-B313-11D96B4B332C","851DD960-71B6-4B39-9793-54C173CDC5F5","DD3D1904-2351-4CB7-81BC-F832F5CF3217","8B383E06-F8D1-44F9-A3F9-2D8A57F37C5A","C1DC4F4A-BD09-461C-975A-F62DE59057E9","1DB01C31-0B3C-4808-8D5D-8B1BD0568233","F7104DE5-2EA5-4492-AD66-0D02DF2CB25D","28B63A46-1AA9-47AD-AF7B-65D148686743","EFB9716E-0023-4965-B367-96928EC4BA78","DC2B2D4F-CE8D-47BC-8219-1438FF76F52B","A08D5698-11AD-4463-AB19-DD7EE9BEBF05","40819B91-9C9A-4A0C-BBA0-12ACC43FCFA0","43628E6A-17A4-4EAB-9899-AE361C42E380","B6712ED4-5A0D-44BA-A9CB-216D85426D00","CB751409-E69D-44A7-9DB3-7AD2C1815AA8","3B8937C4-435C-4088-B5FE-B3DBE7FDBE2A","D2403646-2D51-4D36-996C-CE33F498E096","0EE69A63-689E-4270-8A43-E54CBB889812","6C5071F0-23D7-41A8-B296-A2D96C09406D"],"partsBinMetaInfo":{"__isSmartRef__":true,"id":9616},"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"9602":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":9603},"_Extent":{"__isSmartRef__":true,"id":9604},"_BorderColor":{"__isSmartRef__":true,"id":9605},"renderContextTable":{"__isSmartRef__":true,"id":9606},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":9607},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"9603":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9604":{"x":25,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"9605":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9606":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"9607":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"9608":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9609":{"style":{"__isSmartRef__":true,"id":9610},"chunkOwner":{"__isSmartRef__":true,"id":9601},"storedString":"-","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"9610":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"9611":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"9612":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"9613":{"x":25,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9614":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"9615":{"morph":{"__isSmartRef__":true,"id":9601},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"9616":{"requiredModules":[],"idOnLoad":"8CA6D817-2716-477A-BFF6-E3E1EFAA59E7","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"9617":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":9618},"_Extent":{"__isSmartRef__":true,"id":9619},"_Fill":{"__isSmartRef__":true,"id":9620},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":9630},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":9631},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":9632},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"9618":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9619":{"x":25,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9620":{"stops":[{"__isSmartRef__":true,"id":9621},{"__isSmartRef__":true,"id":9623},{"__isSmartRef__":true,"id":9625},{"__isSmartRef__":true,"id":9627}],"vector":{"__isSmartRef__":true,"id":9629},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"9621":{"offset":0,"color":{"__isSmartRef__":true,"id":9622}},"9622":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9623":{"offset":0.4,"color":{"__isSmartRef__":true,"id":9624}},"9624":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9625":{"offset":0.6,"color":{"__isSmartRef__":true,"id":9626}},"9626":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9627":{"offset":1,"color":{"__isSmartRef__":true,"id":9628}},"9628":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9629":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"9630":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9631":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"9632":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"9633":{"x":160,"y":40,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9634":{"stops":[{"__isSmartRef__":true,"id":9635},{"__isSmartRef__":true,"id":9637},{"__isSmartRef__":true,"id":9639},{"__isSmartRef__":true,"id":9641}],"vector":{"__isSmartRef__":true,"id":9629},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"9635":{"offset":0,"color":{"__isSmartRef__":true,"id":9636}},"9636":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9637":{"offset":0.4,"color":{"__isSmartRef__":true,"id":9638}},"9638":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9639":{"offset":0.6,"color":{"__isSmartRef__":true,"id":9640}},"9640":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9641":{"offset":1,"color":{"__isSmartRef__":true,"id":9642}},"9642":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9643":{"sourceObj":{"__isSmartRef__":true,"id":9600},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9600},"targetMethodName":"deleteSelectedScript","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":9644},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"9644":{"source":{"__isSmartRef__":true,"id":9600},"target":{"__isSmartRef__":true,"id":9600}},"9645":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"9646":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","idOnLoad":"EC3D92CF-068D-41F6-8E8E-668E88A5EA92","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"9647":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"9648":{"x":30,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9649":{"morph":{"__isSmartRef__":true,"id":9600},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"9650":{"x":33.35839679439101,"y":-21.324811622839547,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9651":{"deleteSelectedScript":{"__isSmartRef__":true,"id":9652}},"9652":{"varMapping":{"__isSmartRef__":true,"id":9653},"source":"function deleteSelectedScript() {\n\n var editor = this.objectEditorPane;\n var selection = editor.scriptList.selection;\n\n if (!editor.target || editor.scriptList.getList().size() < 2) \n return; \n\n var deleteScript = function (confirmed) {\n if (!confirmed) return;\n \n if (selection && editor.target) {\n if (!editor.target.hasOwnProperty(selection)) \n return;\n delete editor.target[selection];\n editor.updateLists();\n editor.displayInitialScript();\n }\n }\n\n var message = 'Delete \"' + selection + '\" script?';\n var callback = deleteScript;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":9654},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"9653":{"this":{"__isSmartRef__":true,"id":9600}},"9654":{"timestamp":{"__isSmartRef__":true,"id":9655},"user":"lauritz"},"9655":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:12:21 GMT+0100 (Mitteleuropäische Zeit)"},"9656":{"submorphs":[{"__isSmartRef__":true,"id":9657}],"scripts":[],"id":"F382D61B-635D-4CE7-A2B6-4252C34DA62A","shape":{"__isSmartRef__":true,"id":9674},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":9690},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":9677},"lighterFill":{"__isSmartRef__":true,"id":9691},"label":{"__isSmartRef__":true,"id":9657},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":9700},"name":"ObjectEditorMorphSelector","partsBinMetaInfo":{"__isSmartRef__":true,"id":9701},"list":[],"renderContextTable":{"__isSmartRef__":true,"id":9702},"eventHandler":{"__isSmartRef__":true,"id":9703},"distanceToDragEvent":{"__isSmartRef__":true,"id":9704},"priorExtent":{"__isSmartRef__":true,"id":9705},"owner":{"__isSmartRef__":true,"id":8538},"textString":"","selection":{"__isSmartRef__":true,"id":9706},"_ClipMode":"visible","prevScroll":[0,0],"listMorph":null,"derivationIds":[221,"4AC64FBA-95AC-42B2-A078-B6DA97889093","E26ED0E6-C4CE-4C82-94D5-175270E8459E","D292F2FC-C2B6-48AE-B779-8CC5868FFA49","53A862EB-032C-4BF0-9B21-58C7E0C0A9B2","CC4D188B-510F-48DE-A0E1-EC8D2CD63F9F","0CD057F2-3517-4849-A69E-1EF79B05ACE8","66EBBB7D-8FA7-4D43-AE78-A18DA3B970BA","A50C1893-4138-4E29-865B-92F53F76D08A","1EC5D2B9-3539-419A-8DD6-CE82DEABB02C","95DC06D5-F4C7-49E2-8A01-110D1B0AFBD0","672DEFAB-2BE5-4C60-9779-3B44694FBEB1","E3476213-5872-492C-BE29-0C6A5A150ED8","AA2F6ABE-1CCB-403D-94DD-8FB371F3DDCE","54B67D51-AB19-40A0-A2A6-EC51F3171CAC","1CF44342-896F-4ACB-847F-7CB3CD10ED5A","AC7516A6-0060-44EA-A3D9-A48249D3996D","ED43F1AE-9012-4F15-BE77-1F11CB530CB4","0EAA4721-6A0F-47DC-BD56-7B6747D1EB04","9ECAC6E9-C098-42D9-8AB4-0D758BCE226F","D4F4446C-053B-40E2-87DB-33C7CFCDD16A","9C701C84-313F-484C-A0C7-1E0BEE9146D3","4CE1EA6B-B575-4F9B-8DF8-CF7185C91E60","6AEE5142-42E5-46F6-8B4E-2CDAADB5D21D","92071761-79F9-4595-B660-14FA225C7969","ED35F8A8-B444-414A-A1F2-324BFB159008","2D07B5CB-3A03-4709-A29D-235A6E6D7590","BC71B37B-3CB9-4F44-B52C-873FC0A2689C","B6B67665-D415-4EEF-BDA4-AF04B2AF7A92","544F5BD2-DAC6-4B21-B6FD-07C20A244FBC","685DF851-8A0A-4300-B0E7-B4BEA6E26537","85FA53CD-F14A-49D6-A8D0-A07207489208","B74A9520-F5F8-4FA7-8E33-AC5B4684C60D","99E415B2-E381-4302-95A5-CE5E580EE7F1","48E74B18-09F0-4429-8EE4-0260186ED213","57542498-0BA1-4E05-9B70-F0B2946C3BA2","17FCF947-02D2-4486-96DB-F736BD757EBF","70B8AD0E-D9D7-4E12-87DA-BEFCD302EB9C","6239FBC6-0D3C-4416-BFBE-1CC0CD8E8508","1C564AC3-3934-4E12-96AC-3C4887B4306E","E9FFBE1D-4227-45C5-9C44-0BD7AC78BC39","3785AB74-5B20-4715-A4AB-375BCBFB1C28","5074142C-909E-4F65-BF38-55CE74E6BC01","64C7F025-CE70-4AB9-BC5E-AED928065EB2","848F97F7-C0C5-4000-B59B-74C49F9672D5","2975EAF6-D677-4439-8979-7331165604D7","21020A5D-5D1D-4D8F-BFCD-08CC4B1E2D1F","A991B7A0-F0F5-4DF2-A02A-EFD94D4A4684","46F5C33C-2C5F-4A27-BDA5-4D365F135D84","C849BBCB-885F-4503-BC3E-5155F817DC79"],"_Rotation":0,"_Scale":1,"isPressed":false,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9723},"__LivelyClassName__":"lively.morphic.Button"},"9657":{"submorphs":[],"scripts":[],"id":"C8C0AE2C-6C97-40B3-8F01-01D8C3664806","shape":{"__isSmartRef__":true,"id":9658},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":220,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":9664},"textColor":{"__isSmartRef__":true,"id":9661},"owner":{"__isSmartRef__":true,"id":9656},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":9665}],"padding":{"__isSmartRef__":true,"id":9667},"_Padding":{"__isSmartRef__":true,"id":9667},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":9668},"attributeConnections":[{"__isSmartRef__":true,"id":9669}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"renderContextTable":{"__isSmartRef__":true,"id":9670},"eventHandler":{"__isSmartRef__":true,"id":9671},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":220,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":10,"derivationIds":[222,"30F054A3-7658-405B-8098-B7D87AA8A9ED","556D6E07-45B7-42EC-A486-DE275EF0B034","06B0B080-467A-46CC-8B0D-9C0A9B9A71F1","5E2D96C9-BB9B-4735-8673-A79847435197","B48AA022-2022-4A2A-9090-4D884FB3DFD3","8B2F743A-98C5-45E1-B03C-5019114EAC47","D09C56C3-A2DC-4BDF-B8A1-6365138ECD01","74158C3D-B79E-43E7-B111-48701B10ACE2","B19E117B-E40F-4B9F-86AC-BFB2AAFD5336","4E3B3D72-E52C-44ED-AE32-78939BA1ECFD","2459D1F0-E49C-4882-AB4C-D78C1A496962","3D8D3B02-0459-45C1-A606-D0DB4B07958C","78AAE288-D261-4BEA-9436-C8C31B890B44","2E10F795-9892-4BF7-9A46-BCB90FD6112E","DE32EFA9-C920-42F6-9F2E-7EDABEC006AF","DE806308-AE84-467B-9D4F-A2817DF3A400","A55976A7-154E-41FE-BCF7-6D22FBB8629D","93498435-53E5-4CF2-89DC-60D1D1EA0059","119C9689-9546-4262-98F9-3FBE67D016DC","6C8ACDBD-D44F-48D3-934F-6818C7B509D1","7506237D-787B-4545-879A-9B76C9AF426F","71B146C6-65B5-4A07-B12C-AE354288D578","2901C8E9-09A0-4AD8-A661-B859B8D8DCE6","F028C73F-BC98-4CCB-81A2-EEBFA214F9E0","F78BD8BA-FC7C-45AA-AC9A-C2D4E5F23BD0","6A85D159-3DAC-4C31-B77A-DAC3F34D1935","95FE8EB3-5E03-4285-88E7-8FC5BA4809C8","53A9E176-B0CB-4A22-8FA5-8530D1C0F55A","7835F5D8-D5CC-41FD-9FDF-8FAB154E44A3","8A297DBA-643A-4CCF-BE0D-1BE00A1C49C9","777D6803-4AA8-496D-AF3C-0A6606F923AF","FC11EF0F-7122-4377-9647-D740A4EABE5D","F4A69069-1557-4445-8787-63DB3166F2A5","787E62EA-333B-478C-B8E5-617513D3B73E","5B7D8388-CB1C-4D82-97D4-4EF857B43482","006278A8-6059-49C6-A3B7-5BC27B54F940","3D6C91E7-5FD6-4A37-BF4D-50B1178C8DC2","A10E9D54-B57D-4141-A5A8-D6380EBBAB15","3B3761AE-D157-4B18-B02C-F826F16D74CB","3A11BC82-675B-4D6C-A505-881D0E6089A6","9EEA7D1B-781F-42D9-96D8-B6A62FE61955","45117DCD-1CF9-4613-9F6F-76A88126C3F2","2C09E3F0-1D2C-4EFA-A314-C8A363786DA2","4F152BBC-D211-4F8B-A5FA-2F266FCC4A67","A49D1FDC-0156-4E02-B89D-E96B59B4237E","79D01985-757A-4C0F-8BC7-1670B7429E23","B35DB0EA-1ABF-4A26-B8C9-54568C01E557","764D0881-79F7-4BA2-8A70-F1DCCEB7ACF7","0D44CC90-C548-4D14-A1A7-CDC5CE077D05"],"_TextColor":{"__isSmartRef__":true,"id":9672},"partsBinMetaInfo":{"__isSmartRef__":true,"id":9673},"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"9658":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":9659},"_Extent":{"__isSmartRef__":true,"id":9660},"_BorderColor":{"__isSmartRef__":true,"id":9661},"renderContextTable":{"__isSmartRef__":true,"id":9662},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":9663},"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"9659":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9660":{"x":220,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"9661":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9662":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"9663":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"9664":{"x":2,"y":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9665":{"style":{"__isSmartRef__":true,"id":9666},"chunkOwner":{"__isSmartRef__":true,"id":9657},"storedString":"empty","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"9666":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"9667":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"9668":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9669":{"sourceObj":{"__isSmartRef__":true,"id":9657},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":9656},"targetMethodName":"selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"9670":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"9671":{"morph":{"__isSmartRef__":true,"id":9657},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"9672":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9673":{"requiredModules":[],"idOnLoad":"A8BC6707-2E57-4E50-AFFF-FE869F45C1A2","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"9674":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":9675},"_Extent":{"__isSmartRef__":true,"id":9676},"_Fill":{"__isSmartRef__":true,"id":9677},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":9687},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":9688},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":9689},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"9675":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9676":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9677":{"stops":[{"__isSmartRef__":true,"id":9678},{"__isSmartRef__":true,"id":9680},{"__isSmartRef__":true,"id":9682},{"__isSmartRef__":true,"id":9684}],"vector":{"__isSmartRef__":true,"id":9686},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"9678":{"offset":0,"color":{"__isSmartRef__":true,"id":9679}},"9679":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9680":{"offset":0.4,"color":{"__isSmartRef__":true,"id":9681}},"9681":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9682":{"offset":0.6,"color":{"__isSmartRef__":true,"id":9683}},"9683":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9684":{"offset":1,"color":{"__isSmartRef__":true,"id":9685}},"9685":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9686":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"9687":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9688":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"9689":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"9690":{"x":240.1308656788165,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9691":{"stops":[{"__isSmartRef__":true,"id":9692},{"__isSmartRef__":true,"id":9694},{"__isSmartRef__":true,"id":9696},{"__isSmartRef__":true,"id":9698}],"vector":{"__isSmartRef__":true,"id":9686},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"9692":{"offset":0,"color":{"__isSmartRef__":true,"id":9693}},"9693":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9694":{"offset":0.4,"color":{"__isSmartRef__":true,"id":9695}},"9695":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9696":{"offset":0.6,"color":{"__isSmartRef__":true,"id":9697}},"9697":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9698":{"offset":1,"color":{"__isSmartRef__":true,"id":9699}},"9699":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9700":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"9701":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","idOnLoad":"8B7CC6BA-B985-435F-A1E2-8ECBA7969260","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"9702":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"9703":{"morph":{"__isSmartRef__":true,"id":9656},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"9704":{"x":122.93118375058827,"y":-11.582832083333244,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9705":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9706":{"submorphs":[],"scripts":[],"id":181,"shape":{"__isSmartRef__":true,"id":9707},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":9713},"_MaxTextWidth":580,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":9714},"showsHalos":false,"_FontSize":28,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Title","partsBinMetaInfo":{"__isSmartRef__":true,"id":9715},"_TextColor":{"__isSmartRef__":true,"id":9716},"renderContextTable":{"__isSmartRef__":true,"id":9717},"textChunks":[{"__isSmartRef__":true,"id":9718}],"eventHandler":{"__isSmartRef__":true,"id":9720},"priorExtent":{"__isSmartRef__":true,"id":9721},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":580,"_MinTextHeight":null,"_Rotation":0,"_Scale":1.002003004005006,"previousSelection":[35,35],"priorSelectionRange":[23,23],"charsReplaced":"WIP / Proof of Concept","lastFindLoc":22,"distanceToDragEvent":{"__isSmartRef__":true,"id":9722},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","isCopyMorphRef":true,"morphRefId":2,"prevScroll":[0,0],"__LivelyClassName__":"lively.morphic.Text"},"9707":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":9708},"_Extent":{"__isSmartRef__":true,"id":9709},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":9710},"renderContextTable":{"__isSmartRef__":true,"id":9711},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":9712},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"9708":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9709":{"x":580,"y":43,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9710":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9711":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"9712":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"9713":{"x":37,"y":23,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9714":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9715":{"partsSpaceName":"PartsBin/Worlds/","__SourceModuleName__":"Global.lively.PartsBin","comment":"For example a world title.","partName":"Title","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"9716":{"r":0,"g":0.309,"b":0.595,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9717":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"9718":{"style":{"__isSmartRef__":true,"id":9719},"chunkOwner":{"__isSmartRef__":true,"id":9706},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"9719":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"9720":{"morph":{"__isSmartRef__":true,"id":9706},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"9721":{"x":580,"y":43,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9722":{"x":221,"y":-12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9723":{"createListMorph":{"__isSmartRef__":true,"id":9724},"getList":{"__isSmartRef__":true,"id":9728},"removeList":{"__isSmartRef__":true,"id":9732},"reset":{"__isSmartRef__":true,"id":9736},"displayTopLevelMorphs":{"__isSmartRef__":true,"id":9740},"onMouseDown":{"__isSmartRef__":true,"id":9744},"setTargetOfPane":{"__isSmartRef__":true,"id":9752},"setTargetToListSelection":{"__isSmartRef__":true,"id":9756},"onBlur":{"__isSmartRef__":true,"id":9760},"setTarget":{"__isSmartRef__":true,"id":9768},"setTargetOnSelection":{"__isSmartRef__":true,"id":9772}},"9724":{"varMapping":{"__isSmartRef__":true,"id":9725},"source":"function createListMorph() {\n var items = this.getList();\n \n var height = Math.min(this.owner.getExtent().y, items.length * 17);\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\n\n var listMorph = new lively.morphic.List(extent);\n listMorph.setList(items);\n listMorph.setFontSize(10);\n\n listMorph.disableGrabbing();\n listMorph.disableDragging();\n\n connect(listMorph, 'selection', this, 'setTargetToListSelection');\n \n return listMorph;\n}","funcProperties":{"__isSmartRef__":true,"id":9726},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"9725":{"this":{"__isSmartRef__":true,"id":9656}},"9726":{"timestamp":{"__isSmartRef__":true,"id":9727},"user":"lauritz","tags":[]},"9727":{"isSerializedDate":true,"string":"Tue Dec 13 2011 18:55:41 GMT+0100 (Mitteleuropäische Zeit)"},"9728":{"varMapping":{"__isSmartRef__":true,"id":9729},"source":"function getList() {\n var worldEntry = {\n isListItem: true,\n selectionString: 'World',\n string: 'World',\n value: this.world()\n };\n var list = this.world().indentedListItemsOfMorphNames();\n list.unshift(worldEntry);\n return list;\n}","funcProperties":{"__isSmartRef__":true,"id":9730},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"9729":{"this":{"__isSmartRef__":true,"id":9656}},"9730":{"timestamp":{"__isSmartRef__":true,"id":9731},"user":"lauritz","tags":[]},"9731":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:12:23 GMT+0100 (Mitteleuropäische Zeit)"},"9732":{"varMapping":{"__isSmartRef__":true,"id":9733},"source":"function removeList() {\n this.listMorph && this.listMorph.remove();\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":9734},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"9733":{"this":{"__isSmartRef__":true,"id":9656}},"9734":{"timestamp":{"__isSmartRef__":true,"id":9735},"user":"lauritz","tags":[]},"9735":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:51:07 GMT+0100 (Mitteleuropäische Zeit)"},"9736":{"varMapping":{"__isSmartRef__":true,"id":9737},"source":"function reset() {\n this.list = [];\n this.setLabel('empty');\n this.label.setAlign('left');\n this.removeList();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'});\n}","funcProperties":{"__isSmartRef__":true,"id":9738},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"9737":{"this":{"__isSmartRef__":true,"id":9656}},"9738":{"timestamp":{"__isSmartRef__":true,"id":9739},"user":"lauritz","tags":[]},"9739":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:34:06 GMT+0100 (Mitteleuropäische Zeit)"},"9740":{"varMapping":{"__isSmartRef__":true,"id":9741},"source":"function displayTopLevelMorphs() {\n var list = this.createListMorph(); \n if (this.getList().length === 0) return;\n this.addMorph(list);\n this.listMorph = list;\n}","funcProperties":{"__isSmartRef__":true,"id":9742},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"9741":{"this":{"__isSmartRef__":true,"id":9656}},"9742":{"timestamp":{"__isSmartRef__":true,"id":9743},"user":"lauritz","tags":[]},"9743":{"isSerializedDate":true,"string":"Tue Dec 13 2011 18:53:20 GMT+0100 (Mitteleuropäische Zeit)"},"9744":{"varMapping":{"__isSmartRef__":true,"id":9745},"source":"function onMouseDown(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n // clicked on morph, not the list, not the list's scrollbar\n if (evt.target === this.renderContext().shapeNode)\n this.removeList();\n } else {\n this.displayTopLevelMorphs();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":9750},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"9745":{"this":{"__isSmartRef__":true,"id":9656},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9746}},"9746":{"$super":{"__isSmartRef__":true,"id":9747}},"9747":{"varMapping":{"__isSmartRef__":true,"id":9748},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":9749},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"9748":{"obj":{"__isSmartRef__":true,"id":9656},"name":"onMouseDown"},"9749":{},"9750":{"timestamp":{"__isSmartRef__":true,"id":9751},"user":"lauritz","tags":[]},"9751":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:30:39 GMT+0100 (Mitteleuropäische Zeit)"},"9752":{"varMapping":{"__isSmartRef__":true,"id":9753},"source":"function setTargetOfPane(selection) {\n this.owner.setTarget(selection);\n this.label.setAlign('left');\n}","funcProperties":{"__isSmartRef__":true,"id":9754},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"9753":{"this":{"__isSmartRef__":true,"id":9656}},"9754":{"timestamp":{"__isSmartRef__":true,"id":9755},"user":"lauritz","tags":[]},"9755":{"isSerializedDate":true,"string":"Wed Dec 07 2011 04:30:42 GMT+0100 (Mitteleuropäische Zeit)"},"9756":{"varMapping":{"__isSmartRef__":true,"id":9757},"source":"function setTargetToListSelection() { \n var selection = this.listMorph.selection;\n this.removeList();\n if (!selection) return;\n if (this.owner.scriptPane.hasChanged()) {\n var that = this;\n var callback = function (confirmed) {\n if (confirmed) that.setTargetOfPane(selection);\n }\n this.owner.confirmUnsavedChanges(callback);\n } else {\n this.setTargetOfPane(selection);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":9758},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"9757":{"this":{"__isSmartRef__":true,"id":9656}},"9758":{"timestamp":{"__isSmartRef__":true,"id":9759},"user":"lauritz","tags":[]},"9759":{"isSerializedDate":true,"string":"Wed Dec 07 2011 06:06:48 GMT+0100 (Mitteleuropäische Zeit)"},"9760":{"varMapping":{"__isSmartRef__":true,"id":9761},"source":"function onBlur(evt) {\n $super(evt);\n \n // workaround - otherwise other morphs get this event\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\n this.removeList();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":9766},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"9761":{"this":{"__isSmartRef__":true,"id":9656},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9762}},"9762":{"$super":{"__isSmartRef__":true,"id":9763}},"9763":{"varMapping":{"__isSmartRef__":true,"id":9764},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":9765},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"9764":{"obj":{"__isSmartRef__":true,"id":9656},"name":"onBlur"},"9765":{},"9766":{"timestamp":{"__isSmartRef__":true,"id":9767},"user":"lauritz","tags":[]},"9767":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:30:08 GMT+0100 (Mitteleuropäische Zeit)"},"9768":{"varMapping":{"__isSmartRef__":true,"id":9769},"source":"function setTarget(target) {\n this.label.setTextString(target.getName() || target.toString());\n}","funcProperties":{"__isSmartRef__":true,"id":9770},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"9769":{"this":{"__isSmartRef__":true,"id":9656}},"9770":{"timestamp":{"__isSmartRef__":true,"id":9771},"user":"lauritz","tags":[]},"9771":{"isSerializedDate":true,"string":"Wed Dec 07 2011 04:29:39 GMT+0100 (Mitteleuropäische Zeit)"},"9772":{"varMapping":{"__isSmartRef__":true,"id":9773},"source":"function setTargetOnSelection() {\n if (this.listMorph && this.listMorph.renderContext() && this.listMorph.renderContext().listNode.value) {\n this.setTargetToListSelection();\n this.stopStepping();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":9774},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"9773":{"this":{"__isSmartRef__":true,"id":9656}},"9774":{"timestamp":{"__isSmartRef__":true,"id":9775},"user":"lauritz","tags":[]},"9775":{"isSerializedDate":true,"string":"Wed Dec 07 2011 06:12:06 GMT+0100 (Mitteleuropäische Zeit)"},"9776":{"submorphs":[],"scripts":[],"id":"707D1E6A-DC9F-4170-B09A-55141B52E250","shape":{"__isSmartRef__":true,"id":9777},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":false,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":9783},"_MaxTextWidth":64.8979476392384,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":9780},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"ObjectEditorScriptsText1","partsBinMetaInfo":{"__isSmartRef__":true,"id":9784},"textChunks":[{"__isSmartRef__":true,"id":9785}],"charsReplaced":"Scripts","lastFindLoc":-7,"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":9787},"renderContextTable":{"__isSmartRef__":true,"id":9788},"eventHandler":{"__isSmartRef__":true,"id":9789},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64.8979476392384,"_MinTextHeight":null,"_ClipMode":"visible","draggingEnabled":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":9790},"eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":8538},"isCopyMorphRef":true,"morphRefId":27,"derivationIds":[223,"5E3A69EF-26C1-4D0D-B04C-8C3894017F56","14AB1B91-3ED6-49AE-AA58-47D18B6C569F","991D4A54-1FC4-4BC7-AA82-F814AC52CDE3","DB9B19F7-4390-4CE5-9B1D-62177CB8D605","8F7B2EE9-9538-4044-B75B-6A12F3108B70","4B9F9B4B-C7D3-418D-9AC9-10503A4EBF8E","324EE422-8C94-43CE-B964-A3150830C25F","36D1ECF9-591F-426B-A4F6-B337D7DB053B","CB52849C-BE64-4053-8D07-758F969F84EB","F1C241D4-A689-4DB7-942F-ADB5F39D9CAA","F9D413A0-184F-47F5-9B55-D05D511915CB","F4C5DA2D-8203-47EB-834D-2D03338B0419","1E089341-3FFF-45CD-9C21-BA7A8B4CF6F2","87F8B14A-C122-40D7-8405-CA07248E60D3","A8E7E359-A02C-427B-8D23-C707CE9664B2","1F5D2238-FE2C-4462-87AE-6308A9DC3F78","0CFCC25B-8E38-48AF-BCAE-309B297CCAC3","F88840C4-6C4F-473C-91E8-FF62A4EDE7C8","296C71A4-11DC-4952-8256-A93963F64682","6B005896-939A-42A9-ADAE-2A1F4B1D59C2","14EFB005-F562-4D73-8702-2589C85C7F49","FEA4334F-926E-40B1-ADEB-4DF4D4D0D724","B12CC3AC-818F-469A-A538-B6BF01C8147B","3C11B816-4C37-418C-A63E-DB4A2CF5F9D2","3027459F-3E57-4CBA-9FAF-7CB42411ABC3","C00E82BE-7538-4FA9-910A-656AC2C6F33B","D985F727-35CB-4BB1-9609-E4FF2AF2DD37","85BC2572-7E97-44E2-A986-EFD3D56D1852","3044ADA2-8A7F-4D22-8B40-FA06789A8996","76773698-385A-4175-80B8-27271545B457","690F67C4-EC25-4EEA-B562-0CE8F0E5CBED","624523C6-ADA2-49CB-88CE-DEB1AA43DAD0","8A813202-A381-4FF9-A154-407C143EBA72","FFB95785-E1AD-48FB-80AF-BA433853515B","4EBF6F8C-C433-42CC-8CBA-297B37B2C688","BD4DC952-16BE-491F-A354-D917D4E03A61","E4A29EB0-82DA-4A0D-8F9C-EA48BFACF9F6","CF02365B-8811-4F5D-9E46-CDCA5992FE02","A8308C66-9694-47F9-BD39-1440A1A11147","11670533-7A0C-4DA7-B05A-230E3590D754","50C57D44-2623-4C4D-9E75-9C92D74899BE","4EFD1889-CFFB-4A6D-B657-4F4BFB7AA53A","40D260D3-576B-4A48-9B0F-ED45E603E1DF","18768B22-DF4D-4E34-A2C1-010FE282AE5F","4E99809E-FFFC-468E-B550-62D4D28B8030","37466A59-B687-4CD7-A1DD-1F0A27A669BE","730CA454-E737-42C7-B4BC-8CC154877078","06F8273E-95EB-4BCA-BA60-C677220E0F73","33EBE265-A928-4E60-8E54-0FB0811652F3"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"9777":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":9778},"_Extent":{"__isSmartRef__":true,"id":9779},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":9780},"renderContextTable":{"__isSmartRef__":true,"id":9781},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":9782},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"9778":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9779":{"x":64.8979476392384,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"9780":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9781":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"9782":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"9783":{"x":198.16434648623274,"y":12.911539589748486,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9784":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"0DFBF533-B465-4F6A-9482-62ED084E290D","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"9785":{"style":{"__isSmartRef__":true,"id":9786},"chunkOwner":{"__isSmartRef__":true,"id":9776},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Target:","__LivelyClassName__":"lively.morphic.TextChunk"},"9786":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"9787":{"x":64.8979476392384,"y":15,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9788":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"9789":{"morph":{"__isSmartRef__":true,"id":9776},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"9790":{"x":41.065989525935834,"y":-10.506047005169194,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9791":{"submorphs":[],"scripts":[],"id":"2521D182-54EB-40F6-9092-BB3BD8CBA0F7","shape":{"__isSmartRef__":true,"id":9792},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":false,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":9798},"_MaxTextWidth":64.8979476392384,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":9795},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"ObjectEditorScriptsText2","partsBinMetaInfo":{"__isSmartRef__":true,"id":9799},"textChunks":[{"__isSmartRef__":true,"id":9800}],"charsReplaced":"Scripts","lastFindLoc":-7,"priorSelectionRange":[0,7],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":9802},"renderContextTable":{"__isSmartRef__":true,"id":9803},"eventHandler":{"__isSmartRef__":true,"id":9804},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64.8979476392384,"_MinTextHeight":null,"_ClipMode":"visible","draggingEnabled":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":9805},"eventsAreIgnored":true,"isCopyMorphRef":true,"morphRefId":27,"owner":{"__isSmartRef__":true,"id":8538},"derivationIds":[224,"35EF8FE5-067D-45B6-AF21-77040F11D340","80DC09DD-22D4-4089-B5C3-857B32C9BE9B","EF080074-E6B9-47F3-A87F-26313B40C430","F6977801-C1A7-445C-9BF1-8A1019E202FB","8C9157AE-0343-4CFB-8186-1D5E05D2ECBE","DD3C23F8-6463-4EAE-959B-C486E27D9BDA","1E8D3752-D212-41F8-BC63-B094E0C80707","75C07D11-AE5D-4A36-B2D0-F2A6EA414E72","494AB1C0-2C09-49DE-B4AA-1F24DC7495FF","25199967-E3BA-4763-A704-37BD3152A5F7","8E4A5937-D1FA-4AF7-BD8D-B542C636CEF9","DDB23EF0-540C-4046-AD4D-C001E8A5F20C","FF45AAB3-E5C7-42A0-A704-F068DB2E2AF9","52850E3E-BE46-467C-A381-902F5E4859FD","147F9160-7168-44A4-9EA4-A36466EE1F52","07B3723F-DFA0-4FBC-B0F5-BA23173141E3","6D8947CA-4E24-4B98-917D-5F9D8183DD23","272C49A1-F64E-4FB5-9E74-091FD6F94A0B","2970B680-E48D-429C-ADE5-6CAFDAB64DFF","763B4C2A-9EA7-42FC-8AB3-67FFCFB10289","D5B10502-1750-4947-837E-601C1B68E057","6F2CE171-4847-4979-860C-65670CA72C09","C6FB823E-A6F9-4603-BF38-D8205417E6BA","49B2AAC3-D080-4187-876F-3D55751AE297","85F2FBB3-1E7C-4908-9AB0-980345E3876E","30CDE50B-45BF-48CE-9A73-9C459699E317","AFA77026-568C-4E94-8C7F-27C828811AA4","54E76C04-71EB-4EA6-89B3-32F12994BED3","032AF4EA-3E7E-4A86-B5A9-FB1C4AE513CC","E4D56409-18D1-4F61-B6E8-51F2E073C299","FB3FB68A-6644-4A92-9512-9BDDB3A6B291","59C893AD-5AA8-4837-A1CA-D124E9CEC5AE","1263E547-F0D5-4C07-B269-FD5E958D1523","D23A9B2D-10B5-4930-8C37-09D5A440AE57","ABE5EEF7-5A23-4BEA-B079-D19C462662AE","6A92531C-D9A9-4A6F-92E6-AEF088B02B07","42909C41-3985-479F-881F-EFBAD6569DAA","32F1C835-F87C-4EB0-84F9-93124897544E","A3798645-7FCB-42A7-98E9-CD600F33374D","A71FD4A1-4E70-49F6-A4BF-F0E63F947DAE","20BE92CF-BBB0-4853-B246-BA18BD63D962","13BD5980-9FEA-4EAC-9DD6-2A3EA14D35E3","F498538E-3F60-4FC5-98AA-E4FA603F7167","318756FA-C67B-4908-819D-C9AA53BBBB96","FD61D575-FA46-486C-A8AE-0E1BA7FF637D","FE2C5A80-1F27-4545-859F-EA59828ACF8E","B88FB820-B19C-491D-83AC-9E72077879E5","B1096DDC-D8E8-4BDD-9ECC-53AA1A1BF884","379DF5A0-FCCC-41CD-912A-6DA87BA77867"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"9792":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":9793},"_Extent":{"__isSmartRef__":true,"id":9794},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":9795},"renderContextTable":{"__isSmartRef__":true,"id":9796},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":9797},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"9793":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9794":{"x":64.8979476392384,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"9795":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9796":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"9797":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"9798":{"x":10,"y":12.911539589749026,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9799":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"F827834C-347C-4288-9B63-46681AE74E8C","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"9800":{"style":{"__isSmartRef__":true,"id":9801},"chunkOwner":{"__isSmartRef__":true,"id":9791},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Tag:","__LivelyClassName__":"lively.morphic.TextChunk"},"9801":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"9802":{"x":64.8979476392384,"y":15,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9803":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"9804":{"morph":{"__isSmartRef__":true,"id":9791},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"9805":{"x":45.76052154281416,"y":-27.783027415339603,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9806":{"submorphs":[{"__isSmartRef__":true,"id":9807}],"scripts":[],"id":"2EE7DB7A-2A82-40CB-9D35-DC034E9879A8","shape":{"__isSmartRef__":true,"id":9822},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":9838},"value":true,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":9839},"lighterFill":{"__isSmartRef__":true,"id":9825},"label":{"__isSmartRef__":true,"id":9807},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":9848},"name":"ObjectEditorTagChooser","partsBinMetaInfo":{"__isSmartRef__":true,"id":9849},"listMorph":null,"list":[],"renderContextTable":{"__isSmartRef__":true,"id":9850},"eventHandler":{"__isSmartRef__":true,"id":9851},"distanceToDragEvent":{"__isSmartRef__":true,"id":9852},"priorExtent":{"__isSmartRef__":true,"id":9853},"textString":"PartsBinBrowser","selection":"","_ClipMode":"visible","prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":8538},"setTargetToListSelection":"all","savedTextString":"all","derivationIds":[225,"7F83847B-D0B1-4A31-8601-43424B97C858","E08FC110-71D7-4FFD-B4A8-08F8147B95BA","5534107D-C5C9-48DD-A1ED-B87E9D9B672C","0B89FA7A-768C-4062-98AE-C455E8DAFF19","799320C6-CFBA-40E7-B03D-64BFE9B78248","9B650AA3-271B-4E72-B230-51C6F64B7462","C95D3672-724C-4C2C-9CDD-EF308062F627","C66EBEEC-B7CE-4DD9-8BDF-905F071F965D","D68B143A-A712-4FD0-8803-62CCB4C7F763","ED802271-AE5C-4BE9-AC4E-7CED44BC864B","1BD989CB-146C-431F-8B15-9199C4CD5D32","42172AA4-1B06-4C5B-9BB7-FAED1206CF34","32DFAF99-E6F8-426B-829D-FD6C2BCB8FAA","9B4BF2BE-49D5-4B9D-8F38-1692443069A9","FCAB3690-731A-45E7-984F-843DFE705AF1","3C55B7A5-77F6-45F6-95B5-5AA3B10E6CE5","14ACA43F-520F-4512-971E-58D7AA98A34E","A2CB6935-5F61-4647-AFF7-544B0D457DBE","23AF6A5A-2D3E-4B37-88D9-1796928D6D56","12F76FAD-605C-40C2-93EF-7951441E766B","D92D80C6-56A4-46ED-B62C-757F1FA4D905","6CC2CF6A-223A-4DBA-A5DB-21CBE0CEF2A7","9B99B064-2C50-42CB-A565-288A1B81E00B","C38B8F60-8566-40E7-8B02-2AD06163F885","062785D3-1172-4A86-A875-AC1D54D4F0D0","21A29E3E-F614-44A7-AC8A-591A21720DA9","78CE0802-1677-492A-95DB-B14FDC8FDA44","CB50D64F-6C04-4EB7-8269-E8319815FBB4","9D254D05-EFD1-4CFE-A2C9-7C9CB73A1FA5","120F7E7E-5778-48FF-9A3E-DF7BBAFD37D1","F866F830-60D7-468A-821E-624DA25C5594","4A958B6D-1AA1-4FD8-987C-F853AB4F6790","F3126A42-B5AA-4DCC-9C9A-307B3B23323C","13430A3F-8FA1-48CE-9820-A331BC446C1E","69D8012D-DF9A-4098-811A-E2E1DDB18ED2","32390AE4-1AC0-4D26-A350-5CB598864E24","82C5FE6A-4E5F-4C90-8B50-60C9C6634789","2324F569-1A8C-4299-90ED-B22301B3045C","19C7B723-0D4A-49BA-9A2A-3FBCD7FBAC1C","9D09769C-271B-4F60-A0FB-1F21064E6DED","3B18E957-EA10-4A97-BFAD-C5B0E4D89D7D","C78575AD-3D1D-4F2B-8E40-F5C1D1E60FCD","7157280A-E309-4EF7-BCC4-5823E62FA84B","55CA70AC-2223-4FA7-BCA9-938E7270F768","6BE8CACF-9B4B-4462-A6B0-69DC5A462D15","55605394-8BB5-4423-97E0-7B6E8C433354","62904385-1A42-4ADD-8935-0E3E91419236","6B984920-FFEA-4C91-A82B-192EB41D7CCF","E733AB6B-40AA-41B6-8A73-D61A1280EBF9"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9854},"__LivelyClassName__":"lively.morphic.Button"},"9807":{"submorphs":[],"scripts":[],"id":"496620E4-87D5-4A4C-964F-CD39747AD998","shape":{"__isSmartRef__":true,"id":9808},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":130,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":9813},"textColor":{"__isSmartRef__":true,"id":9811},"owner":{"__isSmartRef__":true,"id":9806},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":9814}],"padding":{"__isSmartRef__":true,"id":9816},"_Padding":{"__isSmartRef__":true,"id":9816},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":9817},"attributeConnections":[{"__isSmartRef__":true,"id":9818}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"renderContextTable":{"__isSmartRef__":true,"id":9819},"eventHandler":{"__isSmartRef__":true,"id":9820},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":130,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":10,"derivationIds":[226,"03DBF3F8-8EA2-4426-BA64-C4297DDAB015","B8F87302-BEC3-48CD-9BBA-6C7DBB6287E1","4AA6AE51-338B-4E3E-814B-9F99C693A2D5","08F6CE56-AD91-4C27-9429-C3DEA313696C","D39C963C-FD24-4498-A6D8-71E5102CE58A","132C2A9E-3466-4051-AAEA-6E485A91F408","DB8BC4A1-ED41-446B-AB6C-7E73DD857B5D","567FC668-A57C-41CB-8252-8912826B3144","D0B0775F-C8E7-49EB-BBB2-C7BB7DD464BF","AABED87D-D7C0-494A-8803-26F4601E35FF","696C3A2A-C695-4D17-A044-41A73436AB8D","206A0BFD-6997-4E0E-9193-089D1F66B22A","F2F1F966-6C41-4EBA-AFCE-FAE8C79AA696","64A754E9-7083-4CAE-B5C2-7B436EFFE4BA","64737503-A352-42CC-A249-667DA2B42746","DF3C67B8-7B15-4911-A7A5-4C93AA4E9E00","326848BF-C53D-46A5-812C-D9F2B8756032","6C055371-8A4E-4887-9735-0C93FB0DA46A","C514FDFF-51F8-461E-B7C7-E85348AD4A94","A2408FDD-FBD9-48BF-8486-EC6111E46FB2","1E8B0D2A-BC10-43DD-A362-3D3B05C4497A","C6BC57AA-BB93-4894-8E45-E11A683FD559","3D38D50E-CA30-4F72-BD29-7CA74B44A71A","88F09C25-C994-4DA8-A44A-8539642906B7","0ED16F9C-755D-4568-9FEE-BA3CBEDFAA6D","3A13AFB3-68CE-4E3C-9E9A-EE8B1BA17F48","2CCF44DC-33F9-49E8-B200-1C8BFB2F3104","B0ED4524-C3B9-4CD3-A5BB-BEF71A51C4FC","03B7FE08-0E1D-4F20-BFCA-7B02BD2285F8","6BD56082-5CA3-46A1-A89A-38E0FF06D820","3AB13A4A-35B2-4F43-BB89-452A7A9E96C0","DF640E86-BA9A-4171-BE65-E072CCA01340","D6764007-9400-4AF9-8E9C-ED916D39E1E5","8276D06F-3363-4C9D-AECE-3CDCC9654E58","0C713654-080C-4216-B5A5-F0A3AFCB483F","3E35CC90-3A85-471E-9401-C0E1BE66F298","514BA223-7783-4152-AEF8-1B7272B3C592","A7D6789D-7FA8-4BD4-ABE3-9333CA8233D7","0ADDA07E-C195-4575-8F21-E7E75187D296","559EF723-8874-49F3-AAB0-F38540394C29","3E673F46-6A43-4630-A3E4-E0CCE2A0DE6B","06D12182-AC4E-4D8C-9CBB-A199BFD19ACE","62C39E3A-1AE5-47A8-A0BF-997F3A633805","410E004A-BE43-4C50-9779-30478F67EBD5","3A2A9587-CB9E-48E5-88EF-5C89CB1404EA","4F849F2C-72B3-4AD7-9433-04A4F350C253","C7EAC4BD-D60E-4B24-8EAA-57AF574E4C1F","E7E1521A-90E5-4D7E-8B3C-16639B6B5227","42CF80DD-31E4-4CCD-B03A-4A503F5FD2F1"],"_TextColor":{"__isSmartRef__":true,"id":9672},"partsBinMetaInfo":{"__isSmartRef__":true,"id":9821},"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"9808":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":9809},"_Extent":{"__isSmartRef__":true,"id":9810},"_BorderColor":{"__isSmartRef__":true,"id":9811},"renderContextTable":{"__isSmartRef__":true,"id":9812},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":9663},"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"9809":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9810":{"x":130,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"9811":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9812":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"9813":{"x":2,"y":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9814":{"style":{"__isSmartRef__":true,"id":9815},"chunkOwner":{"__isSmartRef__":true,"id":9807},"storedString":"all","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"9815":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"9816":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"9817":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9818":{"sourceObj":{"__isSmartRef__":true,"id":9807},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":9806},"targetMethodName":"selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"9819":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"9820":{"morph":{"__isSmartRef__":true,"id":9807},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"9821":{"requiredModules":[],"idOnLoad":"7DC018CD-892D-431F-BBAA-2ACB369EE22E","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"9822":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":9823},"_Extent":{"__isSmartRef__":true,"id":9824},"_Fill":{"__isSmartRef__":true,"id":9825},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":9835},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":9836},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":9837},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"9823":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9824":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9825":{"stops":[{"__isSmartRef__":true,"id":9826},{"__isSmartRef__":true,"id":9828},{"__isSmartRef__":true,"id":9830},{"__isSmartRef__":true,"id":9832}],"vector":{"__isSmartRef__":true,"id":9834},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"9826":{"offset":0,"color":{"__isSmartRef__":true,"id":9827}},"9827":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9828":{"offset":0.4,"color":{"__isSmartRef__":true,"id":9829}},"9829":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9830":{"offset":0.6,"color":{"__isSmartRef__":true,"id":9831}},"9831":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9832":{"offset":1,"color":{"__isSmartRef__":true,"id":9833}},"9833":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9834":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"9835":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9836":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"9837":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"9838":{"x":39.12381412396891,"y":10.000000000000057,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9839":{"stops":[{"__isSmartRef__":true,"id":9840},{"__isSmartRef__":true,"id":9842},{"__isSmartRef__":true,"id":9844},{"__isSmartRef__":true,"id":9846}],"vector":{"__isSmartRef__":true,"id":9834},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"9840":{"offset":0,"color":{"__isSmartRef__":true,"id":9841}},"9841":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9842":{"offset":0.4,"color":{"__isSmartRef__":true,"id":9843}},"9843":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9844":{"offset":0.6,"color":{"__isSmartRef__":true,"id":9845}},"9845":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9846":{"offset":1,"color":{"__isSmartRef__":true,"id":9847}},"9847":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9848":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"9849":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","idOnLoad":"379A0BAF-63C3-4384-A8DE-99FD4BA25134","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"9850":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"9851":{"morph":{"__isSmartRef__":true,"id":9806},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"9852":{"x":85.7442776093583,"y":-11.582832083333244,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9853":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9854":{"createListMorph":{"__isSmartRef__":true,"id":9855},"getList":{"__isSmartRef__":true,"id":9859},"removeList":{"__isSmartRef__":true,"id":9863},"reset":{"__isSmartRef__":true,"id":9867},"onMouseUp":{"__isSmartRef__":true,"id":9871},"onBlur":{"__isSmartRef__":true,"id":9879},"setTag":{"__isSmartRef__":true,"id":9887}},"9855":{"varMapping":{"__isSmartRef__":true,"id":9856},"source":"function createListMorph() {\n var items = this.getList();\n\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\n\n var listMorph = new lively.morphic.List(extent);\n listMorph.setList(items);\n listMorph.setFontSize(10);\n\n listMorph.disableGrabbing();\n listMorph.disableDragging();\n \n connect(listMorph, 'selection', this, 'setTag');\n \n return listMorph;\n}","funcProperties":{"__isSmartRef__":true,"id":9857},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"9856":{"this":{"__isSmartRef__":true,"id":9806}},"9857":{"timestamp":{"__isSmartRef__":true,"id":9858},"user":"lauritz","categories":[]},"9858":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:35:59 GMT+0100 (Mitteleuropäische Zeit)"},"9859":{"varMapping":{"__isSmartRef__":true,"id":9860},"source":"function getList() {\n if (!this.owner.target) return [''];\n\n var target = this.owner.target;\n\n var tags = Functions.own(target).collect(function (each) {\n return target[each].tags || [];\n }).flatten().uniq();\n\n var sortedTags = tags.sortBy(function(name) { \n return name.toLowerCase() \n });\n \n sortedTags.unshift('all'); \n return sortedTags;\n}","funcProperties":{"__isSmartRef__":true,"id":9861},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"9860":{"this":{"__isSmartRef__":true,"id":9806}},"9861":{"timestamp":{"__isSmartRef__":true,"id":9862},"user":"lauritz","tags":[]},"9862":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:25 GMT+0100 (Mitteleuropäische Zeit)"},"9863":{"varMapping":{"__isSmartRef__":true,"id":9864},"source":"function removeList() {\n this.listMorph && this.listMorph.remove()\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":9865},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"9864":{"this":{"__isSmartRef__":true,"id":9806}},"9865":{"timestamp":{"__isSmartRef__":true,"id":9866},"user":"lauritz","categories":[]},"9866":{"isSerializedDate":true,"string":"Thu Nov 17 2011 19:06:51 GMT+0100 (Mitteleuropäische Zeit)"},"9867":{"varMapping":{"__isSmartRef__":true,"id":9868},"source":"function reset() {\n this.list = [];\n this.setLabel('all');\n this.label.setAlign('left');\n this.removeList();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\n}","funcProperties":{"__isSmartRef__":true,"id":9869},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"9868":{"this":{"__isSmartRef__":true,"id":9806}},"9869":{"timestamp":{"__isSmartRef__":true,"id":9870},"user":"lauritz","tags":[]},"9870":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:53 GMT+0100 (Mitteleuropäische Zeit)"},"9871":{"varMapping":{"__isSmartRef__":true,"id":9872},"source":"function onMouseUp(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n this.removeList();\n return true;\n } \n if (this.getList().size() < 2) return;\n var list = this.createListMorph();\n this.addMorph(list);\n this.listMorph = list;\n return true;\n}","funcProperties":{"__isSmartRef__":true,"id":9877},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"9872":{"this":{"__isSmartRef__":true,"id":9806},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9873}},"9873":{"$super":{"__isSmartRef__":true,"id":9874}},"9874":{"varMapping":{"__isSmartRef__":true,"id":9875},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":9876},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"9875":{"obj":{"__isSmartRef__":true,"id":9806},"name":"onMouseUp"},"9876":{},"9877":{"timestamp":{"__isSmartRef__":true,"id":9878},"user":"lauritz","categories":[]},"9878":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:59:16 GMT+0100 (Mitteleuropäische Zeit)"},"9879":{"varMapping":{"__isSmartRef__":true,"id":9880},"source":"function onBlur(evt) {\n $super(evt);\n \n // workaround - otherwise other morphs get this event\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\n this.removeList();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":9885},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"9880":{"this":{"__isSmartRef__":true,"id":9806},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9881}},"9881":{"$super":{"__isSmartRef__":true,"id":9882}},"9882":{"varMapping":{"__isSmartRef__":true,"id":9883},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":9884},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"9883":{"obj":{"__isSmartRef__":true,"id":9806},"name":"onBlur"},"9884":{},"9885":{"timestamp":{"__isSmartRef__":true,"id":9886},"user":"lauritz","categories":[]},"9886":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:10:03 GMT+0100 (Mitteleuropäische Zeit)"},"9887":{"varMapping":{"__isSmartRef__":true,"id":9888},"source":"function setTag(tag) {\n this.setLabel(tag || '');\n this.label.setAlign('left');\n this.owner.setTag(tag);\n}","funcProperties":{"__isSmartRef__":true,"id":9889},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"9888":{"this":{"__isSmartRef__":true,"id":9806}},"9889":{"timestamp":{"__isSmartRef__":true,"id":9890},"user":"lauritz","categories":[]},"9890":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:36:12 GMT+0100 (Mitteleuropäische Zeit)"},"9891":{"submorphs":[{"__isSmartRef__":true,"id":9892}],"scripts":[],"id":"7983D91C-3280-4035-B2BB-6F6E8EC50CF6","shape":{"__isSmartRef__":true,"id":9908},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":9912},"lighterFill":{"__isSmartRef__":true,"id":9924},"label":{"__isSmartRef__":true,"id":9892},"name":"Button","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":9933},"attributeConnections":[{"__isSmartRef__":true,"id":9934}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":9970},"renderContextTable":{"__isSmartRef__":true,"id":9971},"eventHandler":{"__isSmartRef__":true,"id":9972},"distanceToDragEvent":{"__isSmartRef__":true,"id":9973},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","87E42FF6-3862-481D-97D6-643676E15F32","4F370A81-5A80-4821-8ECC-D52B56F31E15","1C6D1DC9-2F9B-4DC4-B453-1CA45B17C516","0E8EC0BF-934B-410B-AEC2-0ECA8C8F774D","97086CE7-CD46-4035-A371-02A41D555A66","E342B91D-F54B-4DA8-8AE7-10C59CE22B41","A838C48E-4033-4688-8DCF-20659BD824FF","E9BBC453-FFF6-4EE8-BDB0-605D5D4557AE","B6FB81D1-145B-40F9-ACF1-17276DA45EBA","09C79781-5461-4815-88DE-22FB67558136","5F8AEA53-52AE-4556-8965-8AF32B7DF244","B6F83D9A-EBDE-481A-9A93-10B7E0F411E5","43A6AF71-969E-474B-B1AF-2D7072766C46","0230F60A-8B10-42D3-A984-05A0EF2EF9DE","042FB220-17F2-4215-AF92-F1AFA75EC06C","11ECFDFB-FB26-4AA0-B5DF-110F0F35F4CB","188943CF-7673-4F2A-A347-F37CCCEE828D","45B2827A-1836-4544-A982-A59304D4E408","579F9218-7101-4AD9-8F55-2D5505397C4B","BC0C3772-5BE6-4FF9-8F58-E2F5075BDD96","1F29F5CD-884F-4891-89B4-FCE2D39CB4AD","2B121380-F997-4DE9-B213-F6A8E0A5A583","CB75357C-D126-44B6-9122-46048629F855","316CF12F-DF43-413E-83A9-F9F187641982","79F3655A-B3FA-4E0B-94F9-979A6AD7A69E","BBCAF92B-CDB5-452F-ADD5-126F652DE79C","B8B0DB08-CCF4-4A2D-BB0F-FF39BB2E253E","DE01F906-0D77-4279-9EB5-AE7A8CECFF07","03917FE2-3A46-4111-A4A7-47129E857A40","B65C660C-C897-4F19-9F42-B808CA4AEE60","1442C7F9-3206-4CF0-A376-0E55AE86B656","87878496-F588-4227-84D7-22E508E9CCDB","4FEE9809-DF57-485C-B72C-C1C12643C124","A0FFCFE4-6978-46EF-8718-523CC4940B1A","4482E186-9925-4919-904A-9E851BB3E8CD","34764D53-5CA8-417E-A22E-C9743E1DD126","A6CAF13F-6559-4927-B5F8-9A3324A749EA","4F13CDAE-F76E-4F99-B52A-457615B1A5AC","B21E97A1-FBD8-4032-9172-3FC9FC29A23F","55EE9A5F-641B-4755-B3D9-5D541F86D52D","DE1F8EE8-9A5C-4D6A-B57D-995358BFA422","F6F2BF53-5635-46CC-8719-C1E431EC18DA","B37CB8A1-93BA-408D-B85C-83F33FB222A5","66218275-8936-4C64-96F6-9CFC11485B55"],"_Position":{"__isSmartRef__":true,"id":9974},"owner":{"__isSmartRef__":true,"id":8538},"layout":{"__isSmartRef__":true,"id":9975},"_ClipMode":"visible","_Rotation":0,"_Scale":0.994014980014994,"isPressed":false,"__LivelyClassName__":"lively.morphic.Button"},"9892":{"submorphs":[],"scripts":[],"id":"BD2AEFB9-1A9E-46C2-B919-EE0B4351FA29","shape":{"__isSmartRef__":true,"id":9893},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":9899},"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":9900},"_Padding":{"__isSmartRef__":true,"id":9901},"owner":{"__isSmartRef__":true,"id":9891},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":9902},"textChunks":[{"__isSmartRef__":true,"id":9903}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":9905},"eventHandler":{"__isSmartRef__":true,"id":9906},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","BA4EC8D2-AB29-4F9F-B5A0-715A4746A4C4","56735895-BA99-4D98-9866-AA5DBD86237E","81041CF7-31DB-4F65-BB39-FE438A4F266F","D03829B3-268E-40A0-A440-3E4BAC344F30","714637F0-714A-4833-909B-BA4AF1B4628B","DC956E73-7398-4CAF-B6F2-9A226E344396","C1F72D31-1F49-4C0C-ACF3-C3AD7E698D2F","39386C7E-9099-4159-BFE9-80AD37319211","2764FB6E-70D1-4BC5-B3CB-9979A48B8205","C55C8A7C-412C-453E-A99F-CE78C2AADB94","B8EF6619-AC5D-44B6-8E63-AEB078FD0679","89422A1A-03FF-4785-A46E-069BA05383C7","26A78281-B046-434E-958F-8C992D8D0001","991F0354-BF7D-4678-BAFF-ADEC773F7919","050304FB-48CE-469D-A39B-8906956194BD","7E369F30-9171-47EA-BADC-0141FE0F2474","256024A2-D84F-4EBE-BB06-4AED6EC6EE10","2C5CBDD6-9C36-4868-8A2D-2912F05A6B3C","8F2D20ED-D35F-4267-9999-0DF9ADC6B2B2","C9043B92-E609-45D8-81BB-9BE7809775EA","3C4BD7A7-6944-4901-9CBB-F3951346D760","E140D8CF-6FE7-4AA9-9FDF-30716B6DFB2E","3D4089AA-F4FF-4880-8512-D29A808194D1","8684BBDE-F330-4029-93D7-4AFF7FF8A0E0","68AA3F78-BF05-4C7C-BEB4-F4F29E6C8176","1191953C-AFB4-4057-8311-71D946AABFD4","E8FD422F-1D75-48D4-9D77-0C6A02AFDB16","A4FB1B2B-6CFD-4224-BDD1-C9E8D011A311","574B1C57-5B82-4FE6-BDE2-EC62087804B6","CD14639D-A30F-4722-A431-52994E99585A","281A476D-C160-46AC-8398-182DDC2CCAC5","38D0C385-9645-4F19-BC5E-D930D0492D16","1B1F23A8-48F1-4C81-889F-61C5FC7B8C8D","9691F25A-DBBB-47FC-B185-D98C828F180F","ECD565D1-ACE7-4EE5-ADCF-B548442D96AF","FF9F41CE-DE25-4273-B84D-9EEF18C41954","2C7E1F3F-CB74-41CD-B65C-6FAC38AF09C8","0FF9E09B-63C3-4B56-BF70-638FE34AF52E","A0D6D216-F076-4BA6-A8F2-53988E5CF48C","6BE019C8-D554-4531-83DA-03BFF30DDC21","D4A7E775-4D2F-464C-956C-04FE2736B6C6","F756A865-7E46-4963-9EC4-011E5B57316A","3DE84F3D-A328-4F0D-8065-39F56D61D9C8","8318F352-12D2-4422-84C3-F803474E4993"],"_MinTextWidth":97,"_MinTextHeight":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":9907},"__LivelyClassName__":"lively.morphic.Text"},"9893":{"position":{"__isSmartRef__":true,"id":9894},"_Extent":{"__isSmartRef__":true,"id":9895},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":9896},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":9897},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":9898},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"9894":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9895":{"x":101,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"9896":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9897":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"9898":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"9899":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9900":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"9901":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"9902":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9903":{"style":{"__isSmartRef__":true,"id":9904},"chunkOwner":{"__isSmartRef__":true,"id":9892},"storedString":"run","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"9904":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"9905":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"9906":{"morph":{"__isSmartRef__":true,"id":9892},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"9907":{"requiredModules":[],"idOnLoad":"18187817-9703-48C0-9672-B8CE6D9DF976","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"9908":{"position":{"__isSmartRef__":true,"id":9909},"_Extent":{"__isSmartRef__":true,"id":9910},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":9911},"_Fill":{"__isSmartRef__":true,"id":9912},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":9922},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":9923},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"9909":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9910":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9911":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9912":{"stops":[{"__isSmartRef__":true,"id":9913},{"__isSmartRef__":true,"id":9915},{"__isSmartRef__":true,"id":9917},{"__isSmartRef__":true,"id":9919}],"vector":{"__isSmartRef__":true,"id":9921},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"9913":{"offset":0,"color":{"__isSmartRef__":true,"id":9914}},"9914":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9915":{"offset":0.4,"color":{"__isSmartRef__":true,"id":9916}},"9916":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9917":{"offset":0.6,"color":{"__isSmartRef__":true,"id":9918}},"9918":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9919":{"offset":1,"color":{"__isSmartRef__":true,"id":9920}},"9920":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9921":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"9922":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"9923":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"9924":{"stops":[{"__isSmartRef__":true,"id":9925},{"__isSmartRef__":true,"id":9927},{"__isSmartRef__":true,"id":9929},{"__isSmartRef__":true,"id":9931}],"vector":{"__isSmartRef__":true,"id":9921},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"9925":{"offset":0,"color":{"__isSmartRef__":true,"id":9926}},"9926":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9927":{"offset":0.4,"color":{"__isSmartRef__":true,"id":9928}},"9928":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9929":{"offset":0.6,"color":{"__isSmartRef__":true,"id":9930}},"9930":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9931":{"offset":1,"color":{"__isSmartRef__":true,"id":9932}},"9932":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9933":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"2C68CDE9-7C16-4E2D-87EF-B9E274934788","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"9934":{"sourceObj":{"__isSmartRef__":true,"id":9891},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":8538},"targetMethodName":"runScript","visualConnector":{"__isSmartRef__":true,"id":9935},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"9935":{"submorphs":[{"__isSmartRef__":true,"id":9936}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9951},"derivationIds":[null],"id":"C89B50A0-17E7-4D22-AE1D-5112520DAEE7","renderContextTable":{"__isSmartRef__":true,"id":9958},"eventHandler":{"__isSmartRef__":true,"id":9959},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":9960},{"__isSmartRef__":true,"id":9961}],"con":{"__isSmartRef__":true,"id":9934},"showsMorphMenu":true,"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9962},"__LivelyClassName__":"lively.morphic.Path"},"9936":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9937},"derivationIds":[null],"id":"2A71BE9E-6820-46AF-ACED-3C9BDCC918AF","renderContextTable":{"__isSmartRef__":true,"id":9948},"eventHandler":{"__isSmartRef__":true,"id":9949},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":9950},"owner":{"__isSmartRef__":true,"id":9935},"_Rotation":-3.130064002485303,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"9937":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":9938},{"__isSmartRef__":true,"id":9939},{"__isSmartRef__":true,"id":9940},{"__isSmartRef__":true,"id":9941}],"renderContextTable":{"__isSmartRef__":true,"id":9942},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":9943},"_Extent":{"__isSmartRef__":true,"id":9944},"_Padding":{"__isSmartRef__":true,"id":9945},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":9946},"_Fill":{"__isSmartRef__":true,"id":9947},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"9938":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"9939":{"isAbsolute":true,"x":-12,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"9940":{"isAbsolute":true,"x":4,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"9941":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"9942":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"9943":{"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9944":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9945":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"9946":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9947":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9948":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"9949":{"morph":{"__isSmartRef__":true,"id":9936},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"9950":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9951":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":9952},{"__isSmartRef__":true,"id":9953}],"renderContextTable":{"__isSmartRef__":true,"id":9954},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":9955},"_Extent":{"__isSmartRef__":true,"id":9956},"_Padding":{"__isSmartRef__":true,"id":9957},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":9946},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"9952":{"isAbsolute":true,"x":829.7085000406639,"y":9.565843617262885,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"9953":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"9954":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"9955":{"x":-1,"y":-1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9956":{"x":831,"y":11,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9957":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"9958":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"9959":{"morph":{"__isSmartRef__":true,"id":9935},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"9960":{"morph":{"__isSmartRef__":true,"id":9935},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"9961":{"morph":{"__isSmartRef__":true,"id":9935},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":9936},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"9962":{"morphMenuItems":{"__isSmartRef__":true,"id":9963}},"9963":{"varMapping":{"__isSmartRef__":true,"id":9964},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":9969},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"9964":{"this":{"__isSmartRef__":true,"id":9935},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9965}},"9965":{"$super":{"__isSmartRef__":true,"id":9966}},"9966":{"varMapping":{"__isSmartRef__":true,"id":9967},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":9968},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"9967":{"obj":{"__isSmartRef__":true,"id":9935},"name":"morphMenuItems"},"9968":{},"9969":{},"9970":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9971":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"9972":{"morph":{"__isSmartRef__":true,"id":9891},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"9973":{"x":71.99397894387357,"y":-13.030105280631261,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9974":{"x":790.7426780861912,"y":9.508591852040126,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9975":{"centeredHorizontal":false,"moveHorizontal":true},"9976":{"submorphs":[{"__isSmartRef__":true,"id":9977}],"scripts":[],"id":"859845D8-C45A-4690-97F9-2BEF917AEA45","shape":{"__isSmartRef__":true,"id":9993},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":9997},"lighterFill":{"__isSmartRef__":true,"id":10009},"label":{"__isSmartRef__":true,"id":9977},"name":"saveButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":10018},"attributeConnections":[{"__isSmartRef__":true,"id":10019}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":10055},"renderContextTable":{"__isSmartRef__":true,"id":10056},"eventHandler":{"__isSmartRef__":true,"id":10057},"distanceToDragEvent":{"__isSmartRef__":true,"id":10058},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","D686F0CB-027B-4CA9-8B8D-9306389B219D","F51327CB-803E-4234-BFB3-6F5252D1C936","A79280E8-6AE3-4016-AF47-CE78F71924C6","B05829EB-D452-4D81-983B-E2CE425C8260","32B117E5-52D8-4843-B80E-090B9817E099","49AC923E-5272-4E3C-8F02-4F2AED2BC4E9","85AAEA9C-5E12-4DEC-8994-9A5FE655A740","2A7FF9BF-85D3-4962-8EB4-0F7016C672EB","3BB17748-B91B-43F5-84BE-2537402A6382","8BA10BD3-43C5-4A41-B9D9-DCD8C74EA208","8BADA640-EDC1-41B2-BEF3-0F2520EA25DD","E170F399-BA88-4DBB-9FEC-DF3750AFB1C3","BB686E76-2F55-4357-995C-9C6F039C46FF","71E2AAC0-E08A-4015-8CC0-9DFF8CBE38C9","FE1D5B02-1C0F-4922-868C-127D155B16E3","455B0FBC-2D89-42C3-AF2A-4209EB1912A2","F8F39C71-FDF9-485D-A36C-1C66192AE908","2E25B3DA-73CE-4A82-BFD7-03FB53E21E9E","A08DFE26-F41E-4E3F-BD1B-1AF61C96738C","D9A576D0-9536-4632-BC25-AF59C2886EA8","4C044EC8-6F89-4DAA-8C98-90DA60559E3E","0045B418-3F92-4C9C-B56A-0F3F03091BEB","5768F945-C367-4258-8CA8-50C3E48B8859","117A6FD2-56E1-457E-8AF4-AD0A5D5F2046","9F358BFD-64D8-4521-A0E1-B2A5B6DD78AD","68A90B0F-E363-4303-9CA4-AA64B418CF9D","95420732-07F7-47B6-B94C-918EBBD72D4B","7A21A894-B976-4E22-B228-347E11A4CAE3","0FC0493B-13D5-465D-993D-82ADEECAF369","5BA5E829-8D8D-4365-A28E-9971B1EB8A2C","8823F9F1-84E3-48F5-973C-51D14463407B","4952BF1A-C47B-41E7-A8A3-4CA7C23FE6F4","250FACA8-49FA-49D7-9EAC-F4ADA4F067E9","3ADEF234-3725-4175-8A21-71316CFCAB15","C729E5B1-F4A3-48ED-9542-FFFE47E5DFB5","F611FC05-D1DA-47E1-B774-261675CC4E37","D6CE5476-369C-4EAC-B6D1-F7D80886100E","625997A6-7CDA-4941-A8F2-47B8B7CFE9D8","E3CBA0D1-1297-468D-B9E7-BA847BA3B71B","74D192BD-4585-4EDE-8F5E-29F2AA7942DD","C9F921B9-9393-4FFB-A8C9-02F5D782A062","3B67CD25-4CA3-460A-8C4F-BFE992181960","7C257861-2B29-41B3-899E-5B8C32505A7B","DF4B32D2-93E5-4F69-AA0B-1DD20E2C74AB","8EDEC7CE-D766-48A7-8C4F-F1691600ED5B"],"layout":{"__isSmartRef__":true,"id":10059},"_Position":{"__isSmartRef__":true,"id":10060},"owner":{"__isSmartRef__":true,"id":8538},"_ClipMode":"visible","_Rotation":0,"_Scale":0.9880657804942089,"isPressed":false,"__LivelyClassName__":"lively.morphic.Button"},"9977":{"submorphs":[],"scripts":[],"id":"44D14181-EBA8-4254-A48D-7A2EC1CAA51B","shape":{"__isSmartRef__":true,"id":9978},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":9984},"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":9985},"_Padding":{"__isSmartRef__":true,"id":9986},"owner":{"__isSmartRef__":true,"id":9976},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":9987},"textChunks":[{"__isSmartRef__":true,"id":9988}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":9990},"eventHandler":{"__isSmartRef__":true,"id":9991},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","9AECBFB8-25A5-483F-86AD-D7CF9ABC9A25","918C6CC4-3540-4341-BAFD-B195F7807FEE","5AABB138-5EE8-40A5-AB3C-5A9625D0A353","4529D79B-4CC5-467E-91F8-661C3A5F49F8","1E5E570C-FD42-45E3-A7F6-768BB14ACD14","A13FB4E0-72F2-4E7C-A861-EDCBA1393860","B8E4C964-4FFF-4A9F-B0A9-612546B1DC8C","002A2173-D26D-4EED-8906-A489C1E158C0","63362D04-B829-41E6-9E68-5B8DB03D382F","996B60A4-8698-448F-A35F-79C768B4976B","F0727398-A1F0-47F5-92CF-BB9677FA05FA","B7DC41D3-D20A-47A5-81A6-0AA02239EEE0","7C31CE8D-12E8-48B5-8744-56FE6E28870D","89C41FB7-76B1-4845-A5F5-AEA2A0421CD9","085CBBF0-392A-4B78-806F-1E3D00E4F322","A6B853EC-5BD0-48CC-B09A-7D53F857D885","B2A14E33-5E3A-4BCE-9B3C-44B4D2A40D03","B8452FE6-B17D-4A0F-A0B3-B3DDA4E506F1","88E4D59D-FA1F-48FF-88F4-4EFCA58CD780","ABF33E03-6D55-48F6-8B0C-E9E914C12380","5DA6D50E-8D14-4FBF-A9F1-67DE11E3351E","68B2C330-9B78-4DEE-B732-F6479E9E6C8F","7E40E6F7-4D32-4B41-BAB1-E0605D1DA439","4B2B5B20-A519-4DAA-90E6-CB13EDB05772","948283CB-9EF2-4A52-A934-D8CE30F455CA","2850B6D7-C6EB-4182-9098-1A28A7138367","ECD8279E-9943-4585-95BB-7C1223C81748","8ECDD406-EF42-4079-A467-691EE8E59A23","920DE619-5137-4F31-A75E-B4B2A231C3F4","A561EB3A-78B4-4484-9A47-90F1449C458D","782A4ABA-6927-4216-9142-F8BB14DC1BDD","B294F597-AEE7-46DC-88CA-D22AB3490404","57E29CFE-CC23-48AB-BE3C-D1F0BE5D5D60","789F5444-5C83-4197-88D1-1552F4CB82CB","26FBC6A2-5019-4A6E-9C29-824A90946856","88616676-C9D1-45B5-B7F5-192A67ED7624","A3256988-8E56-4649-8B68-80A6257436E3","EC8702EE-7905-4447-8828-DFC2125DBFBF","E02CFC88-A522-4BFE-9855-E8D0ECDE2222","1DB63EC9-F944-41B7-80FC-54A1999676DD","5781E7E9-34E1-4C1D-A260-36F9A1BC8AF4","2DE139FD-2FC5-484F-BB3A-D9558283955B","14B26FF2-4990-4A9A-BD16-20630ED2D673","EBEE82CA-18AB-4BA5-AC58-0A7ED4D269A4","9F17FED7-498C-4742-A925-BAACBE080734"],"_MinTextWidth":97,"_MinTextHeight":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":9992},"__LivelyClassName__":"lively.morphic.Text"},"9978":{"position":{"__isSmartRef__":true,"id":9979},"_Extent":{"__isSmartRef__":true,"id":9980},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":9981},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":9982},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":9983},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"9979":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9980":{"x":101,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"9981":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9982":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"9983":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"9984":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9985":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"9986":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"9987":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9988":{"style":{"__isSmartRef__":true,"id":9989},"chunkOwner":{"__isSmartRef__":true,"id":9977},"storedString":"save","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"9989":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"9990":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"9991":{"morph":{"__isSmartRef__":true,"id":9977},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"9992":{"requiredModules":[],"idOnLoad":"729F804B-306A-490D-8D5F-A0D57FF721CD","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"9993":{"position":{"__isSmartRef__":true,"id":9994},"_Extent":{"__isSmartRef__":true,"id":9995},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":9996},"_Fill":{"__isSmartRef__":true,"id":9997},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":10007},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":10008},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"9994":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9995":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"9996":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"9997":{"stops":[{"__isSmartRef__":true,"id":9998},{"__isSmartRef__":true,"id":10000},{"__isSmartRef__":true,"id":10002},{"__isSmartRef__":true,"id":10004}],"vector":{"__isSmartRef__":true,"id":10006},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"9998":{"offset":0,"color":{"__isSmartRef__":true,"id":9999}},"9999":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10000":{"offset":0.4,"color":{"__isSmartRef__":true,"id":10001}},"10001":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10002":{"offset":0.6,"color":{"__isSmartRef__":true,"id":10003}},"10003":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10004":{"offset":1,"color":{"__isSmartRef__":true,"id":10005}},"10005":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10006":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10007":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"10008":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10009":{"stops":[{"__isSmartRef__":true,"id":10010},{"__isSmartRef__":true,"id":10012},{"__isSmartRef__":true,"id":10014},{"__isSmartRef__":true,"id":10016}],"vector":{"__isSmartRef__":true,"id":10006},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"10010":{"offset":0,"color":{"__isSmartRef__":true,"id":10011}},"10011":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10012":{"offset":0.4,"color":{"__isSmartRef__":true,"id":10013}},"10013":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10014":{"offset":0.6,"color":{"__isSmartRef__":true,"id":10015}},"10015":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10016":{"offset":1,"color":{"__isSmartRef__":true,"id":10017}},"10017":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10018":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"3DD6CFDD-1498-4EA2-B7B8-F5391A58F77C","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"10019":{"sourceObj":{"__isSmartRef__":true,"id":9976},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9034},"targetMethodName":"doSave","visualConnector":{"__isSmartRef__":true,"id":10020},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"10020":{"submorphs":[{"__isSmartRef__":true,"id":10021}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10036},"derivationIds":[null],"id":"F46012D5-C8BE-4E52-BF98-D052FDAAE17A","renderContextTable":{"__isSmartRef__":true,"id":10043},"eventHandler":{"__isSmartRef__":true,"id":10044},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":10045},{"__isSmartRef__":true,"id":10046}],"con":{"__isSmartRef__":true,"id":10019},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10047},"__LivelyClassName__":"lively.morphic.Path"},"10021":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10022},"derivationIds":[null],"id":"A2A83C78-09B8-473C-829B-198206D7A9E4","renderContextTable":{"__isSmartRef__":true,"id":10033},"eventHandler":{"__isSmartRef__":true,"id":10034},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":10035},"owner":{"__isSmartRef__":true,"id":10020},"_Rotation":3.077607197692381,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"10022":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":10023},{"__isSmartRef__":true,"id":10024},{"__isSmartRef__":true,"id":10025},{"__isSmartRef__":true,"id":10026}],"renderContextTable":{"__isSmartRef__":true,"id":10027},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":10028},"_Extent":{"__isSmartRef__":true,"id":10029},"_Padding":{"__isSmartRef__":true,"id":10030},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":10031},"_Fill":{"__isSmartRef__":true,"id":10032},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"10023":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"10024":{"isAbsolute":true,"x":-12,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"10025":{"isAbsolute":true,"x":4,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"10026":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"10027":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"10028":{"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10029":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10030":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10031":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10032":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10033":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"10034":{"morph":{"__isSmartRef__":true,"id":10021},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"10035":{"x":201.20421122525056,"y":40.24084224505009,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10036":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":10037},{"__isSmartRef__":true,"id":10038}],"renderContextTable":{"__isSmartRef__":true,"id":10039},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":10040},"_Extent":{"__isSmartRef__":true,"id":10041},"_Padding":{"__isSmartRef__":true,"id":10042},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":10031},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"10037":{"isAbsolute":true,"x":679.4857209639925,"y":9.595948897894004,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"10038":{"isAbsolute":true,"x":201.20421122525056,"y":40.24084224505009,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"10039":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"10040":{"x":200,"y":9,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10041":{"x":480,"y":32,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10042":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10043":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"10044":{"morph":{"__isSmartRef__":true,"id":10020},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"10045":{"morph":{"__isSmartRef__":true,"id":10020},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"10046":{"morph":{"__isSmartRef__":true,"id":10020},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":10021},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"10047":{"morphMenuItems":{"__isSmartRef__":true,"id":10048}},"10048":{"varMapping":{"__isSmartRef__":true,"id":10049},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":10054},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10049":{"this":{"__isSmartRef__":true,"id":10020},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10050}},"10050":{"$super":{"__isSmartRef__":true,"id":10051}},"10051":{"varMapping":{"__isSmartRef__":true,"id":10052},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":10053},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10052":{"obj":{"__isSmartRef__":true,"id":10020},"name":"morphMenuItems"},"10053":{},"10054":{},"10055":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10056":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"10057":{"morph":{"__isSmartRef__":true,"id":9976},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"10058":{"x":68.77671624028653,"y":-14.497241813457947,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10059":{"centeredHorizontal":false,"moveHorizontal":true},"10060":{"x":677.418985344497,"y":9.53851695196505,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10061":{"submorphs":[{"__isSmartRef__":true,"id":10062}],"scripts":[],"id":"8AD18A1C-01D2-4E19-8774-21A5DFED4FDB","shape":{"__isSmartRef__":true,"id":10078},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":10094},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":10082},"lighterFill":{"__isSmartRef__":true,"id":10095},"label":{"__isSmartRef__":true,"id":10062},"name":"openTestsButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":10104},"attributeConnections":[{"__isSmartRef__":true,"id":10105}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":10106},"renderContextTable":{"__isSmartRef__":true,"id":10107},"eventHandler":{"__isSmartRef__":true,"id":10108},"distanceToDragEvent":{"__isSmartRef__":true,"id":10109},"derivationIds":[7251,"84054D2E-8176-440D-B413-279956A34FC2","79434046-F834-490E-B705-0CE871D9E8B3","FF38CA79-C0DF-4F2F-8FC3-407571EF6A54","B1D50332-9F4F-4F7C-AC3F-95DC6C73EAA4","5B8D7C39-987A-4849-BFFD-3F316CE03852","F7C30F5C-7270-44B1-ADFF-7473F2012DB0","5142302E-3E9A-476B-AB24-B2448DA6D3E4","FEA3C508-593D-4BC7-B645-8B5630CF2EDE","34DBC442-E1DE-42D7-8C63-BA9A1890C994","4F9067A3-5A5C-4637-A76F-7E590CEE2BDA","E72722C9-AAB9-4937-8779-3627ABD85F09","E8D41AAD-C792-4DC6-9406-874FACC47AE8","79FB22F1-7A4A-4F1F-AF8A-43549BE27ADB","CFA34C42-4C13-4ADC-80BD-4429791C6474","30615222-8E5C-45AE-9E4B-D3092D5BAAFA","791F5DB3-1037-4B67-B9DF-69942AA4E594","06F8FC9D-36D1-4D74-8D11-9F8DD908F31A","405CF3CD-8308-42F9-B160-2CAC2A75FDF1","A302A3CC-FBF7-42C2-95BE-0850A9358226","A70262E1-5003-4617-836E-8B09ADD55834","C71A5E2B-E9C5-46F3-A5F7-BC63A82E4CCF","17F5DD0D-F7F6-4CD0-B35C-CF173707D30F","04FDE720-9708-4C20-9D60-EAE329FCDADE","728BFA49-9F0A-439D-A932-671E2FF28CDC","FD24B15F-FBEB-4A94-8BD2-A6CD9CD9E4BC","168932EE-57F9-49B4-83E5-D239D076A1A1","A3935FAD-A15D-4853-89C3-E9DAC478070C","5FA35731-668C-44A0-AE92-82B55FE5BB49","C906EACF-9978-47D7-ACD8-AB089EDDC052","30013FCA-8FAC-48BE-A56E-F772D5C9D771","B7B9E1B2-52E2-4A0B-B877-D85FED9A50D3","27648803-EC82-44A6-A7DD-A7C88FC67EBF","06D8E482-4073-447C-BDE5-D950270ABD0D","F062DC7A-295B-4F1B-89EB-2ABA6B9CD3F8","784CF0B3-F763-4C42-A69E-7180181B60F8","BA76FF63-A57F-48FA-83AF-3EF544594A6E","F7936671-80A5-4F2B-AD38-0203045E11B1","C9BE0B58-3A83-4D8A-BC2E-CA74D25F2D06","35930616-3E7B-4A16-B605-E1B49482F6B5","BE895389-B34B-44BE-BE49-DF01C03385CF","08105A82-F230-44B1-8ECA-7E370C09DF59","07D76582-616A-4B14-8E26-B43614D7A39F","A0A8C1F5-D8B7-4C81-BD62-76655753F3EA","42524B27-D226-41C7-872C-98B7F7C8DCA4"],"owner":{"__isSmartRef__":true,"id":8538},"_ClipMode":"visible","layout":{"__isSmartRef__":true,"id":10110},"_Rotation":0,"_Scale":0.9940149800149939,"__LivelyClassName__":"lively.morphic.Button"},"10062":{"submorphs":[],"scripts":[],"id":"E17D7820-61A3-4F74-80A4-CF84D538CD40","shape":{"__isSmartRef__":true,"id":10063},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":10069},"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":10070},"_Padding":{"__isSmartRef__":true,"id":10071},"owner":{"__isSmartRef__":true,"id":10061},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":10072},"textChunks":[{"__isSmartRef__":true,"id":10073}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":10075},"eventHandler":{"__isSmartRef__":true,"id":10076},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2","CB475566-05CE-43E2-B04D-EE32BC4CB718","6BB077CE-92E6-47BE-BE88-9A48488562D1","9E359973-2FDB-417B-BB06-AB34D52BD310","58F098ED-A190-44F2-B73E-80802B2CF2F6","AEA84B35-B349-4307-92C6-8F229705DFC2","A677CADF-24FF-4177-9A3A-FE9AAE7D60FE","0F875AD9-E54C-4735-9BA9-7B89574233A1","840EBE92-3BC2-42EC-819E-3CD002576490","78C4969D-2C33-4B17-9027-89B411B9F496","A4D19BBB-B72A-46BE-922D-F7AE054A25E7","20103AB9-7742-4819-A2BA-13967DC8D154","C8A76FBD-A4F6-4405-BA3B-31177E5A1679","D4C33D15-CF9B-4369-8D54-BB92B101D16E","A16151C1-A05A-4540-A2B9-B9196361EB38","A59460C9-1D1C-4D20-85B4-0509148F6C48","24907352-1365-4AE6-A060-5E4750A0316B","CD8ECA1F-6D66-4934-8F3F-558BE33C42B2","2E20833B-D708-4C28-9C42-054E3EE54104","DD179B82-F1C3-43BA-AD1B-EF98FCD508E2","1BBD4921-3ADE-4D1D-82A0-605D37470E83","4A539AC5-B119-4D02-B2B7-B27F16414CEE","9B7748EA-73F7-45F1-AD01-70491D66DBD1","034A842B-012C-4708-B97A-EE9E8221D55F","70D4501F-8A32-4F8E-8BD3-14E81718C4A1","E42F6F31-A12C-4C53-B29C-B3367C709800","F543FB63-AFB2-4E03-B265-41A5C9C26748","F48E8E47-AA77-4BD8-8435-ED068B8408AA","9B031C03-50AC-4DCC-BBAF-FA0BB8CE56C7","FCDE0083-54A1-4BB3-9071-71AF4A80AD9D","661FA791-3D06-4542-8FC1-C87BE969D00C","4B83DB93-3468-4008-BA5A-275BC9605F3A","FCCE4286-D8CE-4FE0-8D9B-30370DC9A82A","5EDF0150-D965-46B1-8F4D-BF5EB3D57BAC","34F5B687-82FE-4F53-8127-670DBBC9B291","452370DF-E76E-4CAA-B9C8-700A124968D1","A3956187-37FB-4EDD-B69F-B569C7611BD8","86A0E02B-712A-4F27-A57D-3B7789E61BD4","A76595FA-FAC7-4E56-9E74-6BFFDC6B9922","D0DE2CE3-34AD-42AD-8C21-C37F19A47B7E","9C804C9F-5362-4125-950C-B77E345FEFE2","6438974D-3772-4F01-9174-E289113BC03B","8B58585A-9537-4740-B874-E40C50587877","F6E248F3-8471-4A99-983B-86C68853EA79"],"_MinTextWidth":97,"_MinTextHeight":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":10077},"__LivelyClassName__":"lively.morphic.Text"},"10063":{"position":{"__isSmartRef__":true,"id":10064},"_Extent":{"__isSmartRef__":true,"id":10065},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":10066},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":10067},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":10068},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"10064":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10065":{"x":101,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10066":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10067":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"10068":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10069":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10070":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10071":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10072":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10073":{"style":{"__isSmartRef__":true,"id":10074},"chunkOwner":{"__isSmartRef__":true,"id":10062},"storedString":"Tests","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"10074":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"10075":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"10076":{"morph":{"__isSmartRef__":true,"id":10062},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"10077":{"requiredModules":[],"idOnLoad":"B94267C7-EB03-449E-A6C6-3C23DAF48779","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10078":{"position":{"__isSmartRef__":true,"id":10079},"_Extent":{"__isSmartRef__":true,"id":10080},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":10081},"_Fill":{"__isSmartRef__":true,"id":10082},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":10092},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":10093},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"10079":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10080":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10081":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10082":{"stops":[{"__isSmartRef__":true,"id":10083},{"__isSmartRef__":true,"id":10085},{"__isSmartRef__":true,"id":10087},{"__isSmartRef__":true,"id":10089}],"vector":{"__isSmartRef__":true,"id":10091},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"10083":{"offset":0,"color":{"__isSmartRef__":true,"id":10084}},"10084":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10085":{"offset":0.4,"color":{"__isSmartRef__":true,"id":10086}},"10086":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10087":{"offset":0.6,"color":{"__isSmartRef__":true,"id":10088}},"10088":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10089":{"offset":1,"color":{"__isSmartRef__":true,"id":10090}},"10090":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10091":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10092":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"10093":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10094":{"x":567.4738443086164,"y":9,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10095":{"stops":[{"__isSmartRef__":true,"id":10096},{"__isSmartRef__":true,"id":10098},{"__isSmartRef__":true,"id":10100},{"__isSmartRef__":true,"id":10102}],"vector":{"__isSmartRef__":true,"id":10091},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"10096":{"offset":0,"color":{"__isSmartRef__":true,"id":10097}},"10097":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10098":{"offset":0.4,"color":{"__isSmartRef__":true,"id":10099}},"10099":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10100":{"offset":0.6,"color":{"__isSmartRef__":true,"id":10101}},"10101":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10102":{"offset":1,"color":{"__isSmartRef__":true,"id":10103}},"10103":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10104":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"03195A65-C234-42F2-9C3B-AAC11090D4E4","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"10105":{"sourceObj":{"__isSmartRef__":true,"id":10061},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":8538},"targetMethodName":"openPartTestRunner","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"10106":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10107":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"10108":{"morph":{"__isSmartRef__":true,"id":10061},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"10109":{"x":72.12712954861536,"y":-12.46465727058387,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10110":{"moveHorizontal":true},"10111":{"submorphs":[],"scripts":[],"id":"B01592A3-ACC0-466F-A1B2-935758B95FB5","shape":{"__isSmartRef__":true,"id":10112},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":10119},"itemList":[],"showsHalos":false,"name":"LimeMachineHistoryList","partsBinMetaInfo":{"__isSmartRef__":true,"id":10120},"__SourceModuleName__":"Global.lively.morphic.Core","_ClipMode":"auto","renderContextTable":{"__isSmartRef__":true,"id":10123},"eventHandler":{"__isSmartRef__":true,"id":10124},"derivationIds":[2860,"30186701-49A1-49AD-A42F-27F425D92029","ADD09343-51ED-44F6-85F3-257C9A52C897","E7D37D75-7FAC-4173-B986-52D7388750A3","30A579FB-D06C-4025-8208-87030C6AD968","9DBF2BB8-EC40-405E-B59E-2CEE1819A6FF","96175B15-7F17-4B46-BF83-8E99D5319A4E","338C3CBA-4116-4FA8-8813-EBD89404ED05","F1189EA2-535C-4081-9D67-FDA037D0EBCE","6F131B01-53E6-4F10-983D-2B2D400B124D","D44F3C22-D52D-4555-8902-D80E375DAD08","78CFA50F-F466-4BB4-9149-88D3522F8997","BF33F675-3D3D-4F81-947D-434EC1BB5FD5","B1E86D90-F972-4ACD-BDC5-74AE56BF4CAC","B1B13E53-667D-475E-8D02-3AFEB481442B","33FDDA23-64E3-486D-AD54-D5CA0A4825F8","622D353E-8F0B-4ABE-B1EB-786C18AC9D5E","FCBD624A-B214-43CA-AEC0-6AFD2F2AFA0D","E3DD646F-902D-4AA8-BCC2-9C893C251807","89BA71A8-A588-4DB0-A093-975D10B2E702","66E103CF-90DF-45EC-934D-497AD703494F","79694E95-D490-4EA9-B3BD-37BF4B972982","7DE5A787-E700-4D63-B3F3-8EAF94360974","64E1434F-7DBF-4C6F-A534-AA455C472933","C300CA88-26C5-4FD8-8B7E-D227CB839A65","DD4964C5-DD9B-4619-9453-C73C601A8421"],"attributeConnections":[{"__isSmartRef__":true,"id":10125}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"isBeingDragged":false,"changeTriggered":true,"grabbingEnabled":false,"_FontSize":10,"moved":true,"owner":{"__isSmartRef__":true,"id":8538},"distanceToDragEvent":{"__isSmartRef__":true,"id":10130},"priorExtent":{"__isSmartRef__":true,"id":10131},"#startLetters":"","SelectedScript":null,"currentCodeScripts":[{"__isSmartRef__":true,"id":10132},{"__isSmartRef__":true,"id":10133},{"__isSmartRef__":true,"id":10134},{"__isSmartRef__":true,"id":10135},{"__isSmartRef__":true,"id":10136},{"__isSmartRef__":true,"id":10137},{"__isSmartRef__":true,"id":10138},{"__isSmartRef__":true,"id":10139},{"__isSmartRef__":true,"id":10140},{"__isSmartRef__":true,"id":10141},{"__isSmartRef__":true,"id":10142},{"__isSmartRef__":true,"id":10143},{"__isSmartRef__":true,"id":10144},{"__isSmartRef__":true,"id":10145}],"layout":{"__isSmartRef__":true,"id":10146},"selectedLineNo":-1,"_Rotation":0,"_Scale":0.990044880209748,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10147},"__LivelyClassName__":"lively.morphic.List"},"10112":{"position":{"__isSmartRef__":true,"id":10113},"_Extent":{"__isSmartRef__":true,"id":10114},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":10115},"_Fill":{"__isSmartRef__":true,"id":10116},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":10117},"_Padding":{"__isSmartRef__":true,"id":10118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"10113":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10114":{"x":162.6234236844568,"y":421.46905114737143,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10115":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10116":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10117":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"10118":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10119":{"x":736.0665672126912,"y":40.243159798751606,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10120":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"__SourceModuleName__":"Global.lively.PartsBin","partName":"List","comment":"a list morph","changes":[{"__isSmartRef__":true,"id":10121}],"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"revisionOnLoad":149013,"idOnLoad":"AAAC81E2-B1A6-4ACC-B200-C73AC0A1A9F1","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"10121":{"date":{"__isSmartRef__":true,"id":10122},"author":"undefined","message":"Click on scrollbar does not grab list","id":"16AABF98-2E7D-4875-9E66-CF86EB74AF93"},"10122":{"isSerializedDate":true,"string":"Thu Mar 29 2012 14:39:24 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10123":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateListContent":"updateListContentHTML","resizeList":"resizeListHTML","getItemIndexFromEvent":"getItemIndexFromEventHTML","getListExtent":"getListExtentHTML","setSize":"setSizeHTML","renderAsDropDownList":"renderAsDropDownListHTML","setFontSize":"setFontSizeHTML","setFontFamily":"setFontFamilyHTML","getSelectedIndexes":"getSelectedIndexesHTML","enableMultipleSelections":"enableMultipleSelectionsHTML","selectAllAt":"selectAllAtHTML","clearSelections":"clearSelectionsHTML","deselectAt":"deselectAtHTML"},"10124":{"morph":{"__isSmartRef__":true,"id":10111},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"10125":{"sourceObj":{"__isSmartRef__":true,"id":10111},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":10111},"targetMethodName":"selectLocalRevision","converterString":"function (value) {\n return value;\n}","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10126},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10127},"__LivelyClassName__":"AttributeConnection"},"10126":{"source":{"__isSmartRef__":true,"id":10111},"target":{"__isSmartRef__":true,"id":10111}},"10127":{"converter":{"__isSmartRef__":true,"id":10128}},"10128":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":10126},"source":"function (value) {\n return value;\n}","funcProperties":{"__isSmartRef__":true,"id":10129},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10129":{},"10130":{"x":68.05027610358502,"y":-11.030165662151035,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10131":{"x":162.6234236844568,"y":420.46905114737143,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10132":{"MethodName":"bla2","Code":"// changed at Tue Jun 05 2012 12:55:14 GMT+0200 (CEST) by soergel \nthis.addScript(function bla2() {\n alertOK(\"Blubb!!\");\n}).tag([]);","Timestamp":1338893714097},"10133":{"MethodName":"bla2","Code":"// changed at Tue Jun 05 2012 12:55:59 GMT+0200 (CEST) by soergel \nthis.addScript(function bla2() {\n alertOK(\"Blubb!!\");\n\n}).tag([]);","Timestamp":1338893759640},"10134":{"MethodName":"bla","Code":"// changed at Tue Jun 05 2012 12:56:53 GMT+0200 (CEST) by soergel \nthis.addScript(function bla() {\n alertOK(\"Blubb!!\");\n\n}).tag([]);","Timestamp":1338893813540},"10135":{"MethodName":"bla2","Code":"// changed at Tue Jun 05 2012 13:25:55 GMT+0200 (CEST) by soergel \nthis.addScript(function bla2() {\n alertOK(\"Blubb!!\");\n\n}).tag([]);","Timestamp":1338895555751},"10136":{"MethodName":"bla","Code":"// changed at Tue Jun 05 2012 09:48:44 GMT+0200 (CEST) by soergel \nthis.addScript(function bla() {\n alertOK(\"Blubb!!\");\n}).tag([]);","Timestamp":1338895911260},"10137":{"MethodName":"foo","Code":"// changed at Tue Jun 05 2012 09:50:53 GMT+0200 (CEST) by soergel \nthis.addScript(function foo() {\n alert(\"barrrr?\");\n}).tag([]);","Timestamp":1338895912791},"10138":{"MethodName":"foo2","Code":"// changed at Tue Jun 05 2012 10:40:59 GMT+0200 (CEST) by soergel \nthis.addScript(function foo2() {\n alert(\"barrrr?\");\n alert(\"blub\");\n}).tag([]);","Timestamp":1338895914321},"10139":{"MethodName":"bla","Code":"// changed at Tue Jun 05 2012 09:48:44 GMT+0200 (CEST) by soergel \nthis.addScript(function bla() {\n alertOK(\"Blubb!!\");\n}).tag([]);","Timestamp":1339494350601},"10140":{"MethodName":"-- ALL --","Code":"// changed at Tue Jun 05 2012 09:48:44 GMT+0200 (CEST) by soergel \nthis.addScript(function bla() {\n alertOK(\"Blubb!!\");\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 13:25:55 GMT+0200 (CEST) by soergel \nthis.addScript(function bla2() {\n alertOK(\"Blubb!!\");\n\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 09:50:53 GMT+0200 (CEST) by soergel \nthis.addScript(function foo() {\n alert(\"barrrr?\");\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 10:40:59 GMT+0200 (CEST) by soergel \nthis.addScript(function foo2() {\n alert(\"barrrr?\");\n alert(\"blub\");\n}).tag([])","Timestamp":1339673116443},"10141":{"MethodName":"-- ALL --","Code":"// changed at Tue Jun 05 2012 09:48:44 GMT+0200 (CEST) by soergel \nthis.addScript(function bla() {\n alertOK(\"Blubb!!\");\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 13:25:55 GMT+0200 (CEST) by soergel \nthis.addScript(function bla2() {\n alertOK(\"Blubb!!\");\n\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 09:50:53 GMT+0200 (CEST) by soergel \nthis.addScript(function foo() {\n alert(\"barrrr?\");\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 10:40:59 GMT+0200 (CEST) by soergel \nthis.addScript(function foo2() {\n alert(\"barrrr?\");\n alert(\"blub\");\n}).tag([])","Timestamp":1339673118070},"10142":{"MethodName":"-- ALL --","Code":"// changed at Tue Jun 05 2012 09:48:44 GMT+0200 (CEST) by soergel \nthis.addScript(function bla() {\n alertOK(\"Blubb!!\");\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 13:25:55 GMT+0200 (CEST) by soergel \nthis.addScript(function bla2() {\n alertOK(\"Blubb!!\");\n\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 09:50:53 GMT+0200 (CEST) by soergel \nthis.addScript(function foo() {\n alert(\"barrrr?\");\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 10:40:59 GMT+0200 (CEST) by soergel \nthis.addScript(function foo2() {\n alert(\"barrrr?\");\n alert(\"blub\");\n}).tag([])","Timestamp":1339673118714},"10143":{"MethodName":"-- ALL --","Code":"// changed at Tue Jun 05 2012 09:48:44 GMT+0200 (CEST) by soergel \nthis.addScript(function bla() {\n alertOK(\"Blubb!!\");\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 13:25:55 GMT+0200 (CEST) by soergel \nthis.addScript(function bla2() {\n alertOK(\"Blubb!!\");\n\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 09:50:53 GMT+0200 (CEST) by soergel \nthis.addScript(function foo() {\n alert(\"barrrr?\");\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 10:40:59 GMT+0200 (CEST) by soergel \nthis.addScript(function foo2() {\n alert(\"barrrr?\");\n alert(\"blub\");\n}).tag([])","Timestamp":1339673119209},"10144":{"MethodName":"-- ALL --","Code":"// changed at Tue Jun 05 2012 09:48:44 GMT+0200 (CEST) by soergel \nthis.addScript(function bla() {\n alertOK(\"Blubb!!\");\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 13:25:55 GMT+0200 (CEST) by soergel \nthis.addScript(function bla2() {\n alertOK(\"Blubb!!\");\n\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 09:50:53 GMT+0200 (CEST) by soergel \nthis.addScript(function foo() {\n alert(\"barrrr?\");\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 10:40:59 GMT+0200 (CEST) by soergel \nthis.addScript(function foo2() {\n alert(\"barrrr?\");\n alert(\"blub\");\n}).tag([])","Timestamp":1339673119633},"10145":{"MethodName":"foo","Code":"// changed at Thu Jun 14 2012 15:11:16 GMT+0200 (CEST) by soergel \nthis.addScript(function foo() {\n alert(\"barsssrrr?\");\n}).tag([]);","Timestamp":1339679476880},"10146":{"moveHorizontal":true,"resizeHeight":true},"10147":{"setTarget":{"__isSmartRef__":true,"id":10148},"updateListItems":{"__isSmartRef__":true,"id":10152},"clearList":{"__isSmartRef__":true,"id":10156},"selectLocalRevision":{"__isSmartRef__":true,"id":10160},"selectScript":{"__isSmartRef__":true,"id":10164},"getFormattedTime":{"__isSmartRef__":true,"id":10168},"reset":{"__isSmartRef__":true,"id":10172}},"10148":{"varMapping":{"__isSmartRef__":true,"id":10149},"source":"function setTarget(morph) {\n if (morph && morph.id) {\n this.targetMorph = morph;\n } else {\n this.targetMorph = undefined;\n }\n\n this.updateListItems();\n}","funcProperties":{"__isSmartRef__":true,"id":10150},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10149":{"this":{"__isSmartRef__":true,"id":10111}},"10150":{"timestamp":{"__isSmartRef__":true,"id":10151},"user":"soergel","tags":[]},"10151":{"isSerializedDate":true,"string":"Tue Jun 05 2012 13:26:53 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10152":{"varMapping":{"__isSmartRef__":true,"id":10153},"source":"function updateListItems() {\n this.clearList();\n if (!this.targetMorph) {\n return;\n }\n\n var lm = projects.WebDev2012.LimeMachine.LimeMachine;\n var history = lm.getWorldHistory();\n\n if (!history) {\n return;\n }\n var currentObject = history.getObject(this.targetMorph.id);\n if (!currentObject) {\n return;\n }\n\n this.currentCodeScripts = currentObject.Code;\n \n var listItems = [];\n var methodFilter = this.SelectedScript;\n var filteredScripts = this.currentCodeScripts.select(function(item) { return methodFilter == null || item.MethodName == methodFilter});\n var that = this;\n $.each(filteredScripts, function(idx, item) {\n item.toString = function() { return this.MethodName + \" - \" + that.getFormattedTime(this.Timestamp) };\n listItems.push(item);\n });\n \n this.updateList(listItems.reverse());\n}","funcProperties":{"__isSmartRef__":true,"id":10154},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10153":{"this":{"__isSmartRef__":true,"id":10111}},"10154":{"timestamp":{"__isSmartRef__":true,"id":10155},"user":"soergel","tags":[]},"10155":{"isSerializedDate":true,"string":"Tue Jun 12 2012 11:47:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10156":{"varMapping":{"__isSmartRef__":true,"id":10157},"source":"function clearList() {\n this.updateList([]);\n}","funcProperties":{"__isSmartRef__":true,"id":10158},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10157":{"this":{"__isSmartRef__":true,"id":10111}},"10158":{"timestamp":{"__isSmartRef__":true,"id":10159},"user":"soergel","tags":[]},"10159":{"isSerializedDate":true,"string":"Tue Jun 05 2012 13:30:32 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10160":{"varMapping":{"__isSmartRef__":true,"id":10161},"source":"function selectLocalRevision(selection) {\n if(selection == undefined) {\n this.clearSelections();\n return;\n }\n\n if (this.SelectedScript != selection.MethodName) \n this.owner.scriptList.selectAddedScript(selection.MethodName);\n this.owner.displayJavaScriptSource(selection.Code);\n\n var index = this.getList().indexOf(selection);\n if (index !== -1) \n this.selectAt(index);\n}","funcProperties":{"__isSmartRef__":true,"id":10162},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10161":{"this":{"__isSmartRef__":true,"id":10111}},"10162":{"timestamp":{"__isSmartRef__":true,"id":10163},"user":"josi","tags":[]},"10163":{"isSerializedDate":true,"string":"Thu Jun 07 2012 13:54:28 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10164":{"varMapping":{"__isSmartRef__":true,"id":10165},"source":"function selectScript(scriptName) {\n this.SelectedScript = scriptName;\n this.selectAt(-1);\n this.updateListItems();\n}","funcProperties":{"__isSmartRef__":true,"id":10166},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10165":{"this":{"__isSmartRef__":true,"id":10111}},"10166":{"timestamp":{"__isSmartRef__":true,"id":10167},"user":"josi","tags":[]},"10167":{"isSerializedDate":true,"string":"Thu Jun 07 2012 14:00:38 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10168":{"varMapping":{"__isSmartRef__":true,"id":10169},"source":"function getFormattedTime(timestamp) {\n var today = new Date();\n today.setHours(0);\n today.setMinutes(0);\n today.setSeconds(0);\n today.setMilliseconds(0);\n\n var timestampTime = new Date(timestamp);\n\n if (timestampTime >= today)\n return timestampTime.format(\"HH:MM\");\n else \n return timestampTime.format(\"dd.mm.yyyy HH:MM\");\n}","funcProperties":{"__isSmartRef__":true,"id":10170},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10169":{"this":{"__isSmartRef__":true,"id":10111}},"10170":{"timestamp":{"__isSmartRef__":true,"id":10171},"user":"soergel","tags":[]},"10171":{"isSerializedDate":true,"string":"Tue Jun 12 2012 11:44:11 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10172":{"varMapping":{"__isSmartRef__":true,"id":10173},"source":"function reset() {\n this.clearList();\n this.targetMorph = undefined;\n}","funcProperties":{"__isSmartRef__":true,"id":10174},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10173":{"this":{"__isSmartRef__":true,"id":10111}},"10174":{"timestamp":{"__isSmartRef__":true,"id":10175},"user":"soergel","tags":[]},"10175":{"isSerializedDate":true,"string":"Thu Jun 14 2012 15:06:11 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10176":{"submorphs":[{"__isSmartRef__":true,"id":10177},{"__isSmartRef__":true,"id":10196}],"scripts":[],"id":"2078D4B5-EE40-4C4C-BDB3-3FCE8B632104","shape":{"__isSmartRef__":true,"id":10208},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":10224},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":10212},"lighterFill":{"__isSmartRef__":true,"id":10225},"label":{"__isSmartRef__":true,"id":10177},"name":"MagnifierButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":10234},"attributeConnections":[{"__isSmartRef__":true,"id":10237}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":10238},"renderContextTable":{"__isSmartRef__":true,"id":10239},"eventHandler":{"__isSmartRef__":true,"id":10240},"derivationIds":[2588,"22797D34-67DE-4A06-81F0-4DF0A87ADBBC","81CB4C12-BCF0-4097-8B6D-D9419046367A","0767A57D-9BB2-48C6-9654-753D2B9D00A6","42871246-6725-4E41-A2C1-5A5BCF041097","BCE6E775-B5DF-4D6B-9F06-CDC02C1B1D0F","797EC165-A639-42D9-A059-669F6BEB92A7","FA498EFD-E50E-4CE0-9FA8-9AE2E8AE9580","4B68C371-CB37-45B4-910A-611E5FFC23DD","94E374B9-7ED4-4E39-96F1-6FD4E7AC3428","34D63515-7CC7-43FB-B7BB-87AFCA377D63","0AB02747-6FB8-4C40-8607-2ACFF26F53DA","59A56519-54E2-42DE-8058-8CAE9111839F","C8AF29A4-9676-4A0A-AAE7-8E6BAE0DB15A","568E8B96-A83C-4E15-96FA-5AFE3270AB47","1829EF71-6DE1-43BB-AD3A-C0D48BCA75EF","163FD6FA-9476-4634-A331-92B2E1A4D17D","EB20D882-43AA-4FA4-8B03-5B6197CBA21C","BD9274E1-9481-4976-96F7-B2CE62F283E3"],"_ClipMode":"visible","owner":{"__isSmartRef__":true,"id":8538},"distanceToDragEvent":{"__isSmartRef__":true,"id":10241},"highlightRectangle":{"__isSmartRef__":true,"id":10242},"_Rotation":0,"_Scale":0.9920279440699439,"isPressed":false,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10328},"__LivelyClassName__":"lively.morphic.Button"},"10177":{"submorphs":[],"scripts":[],"id":"B9DCC59B-ADD8-43F2-8705-C0D9689A1DBF","shape":{"__isSmartRef__":true,"id":10178},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":10184},"_MaxTextWidth":24,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":10185},"_Padding":{"__isSmartRef__":true,"id":10186},"owner":{"__isSmartRef__":true,"id":10176},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":10187},"textChunks":[{"__isSmartRef__":true,"id":10188},{"__isSmartRef__":true,"id":10190}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":10192},"eventHandler":{"__isSmartRef__":true,"id":10193},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[2589,"024C5ADE-C4CF-4E8E-BEC5-F93AD4839702","A2CC4D56-B9D8-4A48-B6FF-DDDD85ACDC2E","5AC5C4DE-00B0-43DB-B7F1-765674CE818B","750A11C6-766E-4B48-AE32-D71DE811EB4A","66A7B56E-A94E-44AE-8AED-C0C1B07554D4","CA8596D3-2D4F-453B-BE1B-DCEC8F85389B","4D7DC32F-79CB-4AF8-8B21-AB4F1809D4A8","439DE430-7651-470E-97D8-00E7F96B04DA","DAC920E6-217B-4515-AC09-2F9DCBA7375C","BD48C003-0502-451D-B6AA-7369FF3D1030","539972E1-50A9-43BC-88DB-34ACD1E14404","202BC565-5119-46F1-A2C7-7211A0B8365D","CBEF7249-F387-4013-B709-AF364588EDF4","7691D074-29D7-4B7A-A843-AB39F2D7882F","A239B6D2-7F00-4CE8-98E8-61D8BFF9B8C1","A1E1EB42-A503-4A69-A733-B6D8CA81491B","9C872B09-2764-40CA-9516-AFD7B3AC1997","4743F42F-40E0-49C7-881E-E372B1E5F318"],"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":24,"_MinTextHeight":null,"_FontSize":10,"_TextColor":{"__isSmartRef__":true,"id":10194},"partsBinMetaInfo":{"__isSmartRef__":true,"id":10195},"__LivelyClassName__":"lively.morphic.Text"},"10178":{"position":{"__isSmartRef__":true,"id":10179},"_Extent":{"__isSmartRef__":true,"id":10180},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":10181},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":10182},"_Padding":{"__isSmartRef__":true,"id":10183},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"10179":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10180":{"x":24,"y":24,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10181":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10182":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"10183":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10184":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10185":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10186":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10187":{"x":24,"y":24,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10188":{"style":{"__isSmartRef__":true,"id":10189},"chunkOwner":{"__isSmartRef__":true,"id":10177},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"10189":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"10190":{"style":{"__isSmartRef__":true,"id":10191},"chunkOwner":{"__isSmartRef__":true,"id":10177},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"10191":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"10192":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"10193":{"morph":{"__isSmartRef__":true,"id":10177},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"10194":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10195":{"requiredModules":[],"idOnLoad":"C62A3F01-C232-415B-A83F-A503EC8D3077","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10196":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10197},"derivationIds":[null,"29E543E0-AE93-493A-A694-FC1C330D0544","F0366E4C-E97F-4C77-BEE4-340A0668ADD5","347F6028-5092-4F54-9A34-3EFF3FF0B815","BF7387E7-BCD7-4A5B-B9D2-C14ECF59EFCA","85BA370B-966E-41F7-8C2F-F3A926EC2AA2","1652172B-339A-43A1-9589-70E68B35A28E","705524F7-129B-4102-834E-2A1A45985BB5","5707DF70-CD77-4D53-96ED-5A0AEB227FB7","257E62CE-C668-4317-B5B7-8D394BDC3F6C","DB924165-FF64-41D0-9CEC-F47FB3BD5F79","AB6E73FA-7276-41C1-AEB5-E7343BF6514C","7ED786C4-2739-477D-84A5-8893F801133B","EB31CE3D-76CE-4FD1-AB50-CC3BF6706D81","3BCDC5AF-AE31-4F87-8468-3A004154FE46","35393851-14AB-421A-8739-8DD305783245","189DA5FF-4630-43A6-9FE7-4D8331FA569A","59C3E15C-5B97-43D8-BF83-762BED0BFA13"],"id":"8BEA69B3-8395-4B07-A310-6EB7BC730329","renderContextTable":{"__isSmartRef__":true,"id":10202},"eventHandler":{"__isSmartRef__":true,"id":10203},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":10204},"owner":{"__isSmartRef__":true,"id":10176},"name":"leftpointing_magnifying_glass.png","priorExtent":{"__isSmartRef__":true,"id":10205},"isBeingDragged":false,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":10206},"eventsAreDisabled":true,"_HandStyle":"default","_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.Widgets","partsBinMetaInfo":{"__isSmartRef__":true,"id":10207},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Image"},"10197":{"_Position":{"__isSmartRef__":true,"id":10198},"renderContextTable":{"__isSmartRef__":true,"id":10199},"_Extent":{"__isSmartRef__":true,"id":10200},"_ImageURL":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAABAAAAAQBPJcTWAAAALnRFWHRUaXRsZQBMRUZULVBPSU5USU5HIE1BR05JRllJTkcgR0xBU1MgKFUrMUY1MEQpw88haQAAABV0RVh0QXV0aG9yAEFuZHJldyBNYXJjdXNl5zc3gwAAAC90RVh0U29mdHdhcmUAaW5mby5maWxlZm9ybWF0LmRhdGEuVW5pY29kZVBuZ1NlcnZsZXRoAX8wAAAAQ3RFWHREZXNjcmlwdGlvbgBodHRwOi8vd3d3LmZpbGVmb3JtYXQuaW5mby9pbmZvL3VuaWNvZGUvMWY1MGQvaW5kZXguaHRtk2hNQgAAADt0RVh0Q29weXJpZ2h0AGh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LW5jLXNhLzIuMC9siJKDAAAIDklEQVR42u1daWxVRRQeCi0tIqCAQCTIUtEIGlk0ilqEkEbiQhSKGAyCooIIggsiQuMWZNGwVMUFNIhKZBMobZClgK1FwAU3wIpSREDcUFZFEM/JOzf3vPHet9ze1/eYe77k+zNzl5nz3ZlzZntPKYFAcHojDXimmKH6cQbwZuBM4HLgx8A9wBPAU8BjwJ3ADcDFwMnArsCaYjr/0BB4DwlwjAwfL38DzgX2AdYWk3pDJnAM8E/NuN8BpwEHAq8DXgpsCswANgN2APak/BeBu7T7sQX1A9YQE8fuDwYAf2BG/JrEaefxmSjaeOAO9syNwBwxd2Q0o/7fMhr6h8Fx+oBIX346cATwF/aON6Qbc0ZH4G4y0lHgOGAdD8/Be/KAs4AFwKsdrqkHnAA8Tu8rAzYWCWz0Bh5hraKTT11fL+AH1FXlA8/SrsEu61fmW9qLFEqNAv5LRsEw9twEvKMzcAvwJ3LoHG2AW+n9B4HdgixGHhNjiccuKlbUp9aC7yoGnqflraa8A8C2QRTjMvIVaITyKI61BjnkqiILWEjvPAwcxvLqAj+nvAqH7s1oNAfupcpjeNskhnvQOQ/xYfxQCziHRVl3sjxsNfspvYSuNR4Ywn5ClT5CA7lYkUPRU0YVy4CivkVlOE7TKxa6AP+ivKlBEORe9nUO8XD/QhWay6oqmlK3dYoirTYs70FK/wd4ocli1KVIByu7XXmb9BsOPEmj76riSfZxbAM2oPQMmqLB9GUmC/I0M8AtHp9xCd3/rM8fCHISy+vH0ruaOi3Coyqv6ETPKPSpXEOZ4X9XoSl+y89sovTNJgoyklW8rw8+aKFP5apFo3SrbMNcWsnFpgmylkU19R3yY4mc0mk0j88Z62PZ5jHDV7DQugE5dkx/3CQxzlb2qt6aCF1HtJH6BHoGju4v97F8+Sp8zeRGlldCaZtMEmQAq+zICL5hpUvrwfXy19gzZvhcvj6aILNZ3ij2ETQzRZA3WWU7RrgOfQsu05YCnyLxcFS9h91fTlMgfqKdJsg6lteBpQ8wRZASVqmmUa7txvwEJ/qe8SoxGxYymK+wpnMsNGHpxviRbVShkzEatAb5iEHUSrqzQVuiUMkMf5IFGWnM/71giiAHqEL7U7iMf2gtkk/B7/M51E4qMlklvzwNymgxl+VvobQPTRCkMavkDpaelkJlbOkgyDUsv0LZu19Oe/A++BBLvyIB0ZJX9HIQhHdZBymt1BQfso9V1Jorag28PUXKN8tBkHqUV4elLTJFkM9YpVqzllOcAmXDiG6vJsZhlt+Kpc80RZBiF2eJK4fZSS5bd4fWUcTyc1n6Y6YIMpVVii+LTgFOTHLZNjoIMpTlT2fpXUwRpIcKn021gHuwcDN0ss525Cnn3fIt2DXfK3vPljGbHtK1gdcFmkNdkYTK4gz0Tgcxytg1fI6rUBkGvubA54Ta0lTFK9VYFhS/xKV18PEHX3MfYpogfPUND9DwuamFlP5oNZXlZRcxlmsDWutsCl/aNQYZWhfBnTlOceNsLq459E1wyyhwEeNvFb7ZusClrEbhNlbJoyp8Y3UejehxPWS08v/MBrbIlcr92BvfwZit7KMKOC3f3FRBcBC2mRlBnz0dpOzN17gvqrdP7+2p7PkoJz7Hrq2pCfeqMhzXasbI1/KHa/m4Y93reRFcU1mrIh8IXaLCJzpnsLyfKRozHrNZpbFF9NHyx2pGw2tWAZ8H3gW8UjmvvWdSlIQb3raq6Kdzp6vwBbOhWn5/FRCggy9lFcdN1521ax5Q0Y9B41o7nkn8Rv1/gSkS0T/crb0vV4Uv465UAUNjLerCkfAN2jUXKef19apwnYP4AynK4tfNU6m1ZlMtaK/stQZrLXu0Q6g6OIpTjoVfAK/Xnp1GDp1fhy0th1rwHLqmEbXYHkEQJYcGitwouG2onoPx0Ne8q+yDmtGIs8lPUFCgH/Q5R4XPQlt8nfKzKB9/ouNHLT/ddFEw7t+uGQbPko90GY+gOHgcoRc5+YeBj1DY3JPyGrq8qy6JdMhBDAyz8azhZLq2JRuP4HE3a6f8KhNH7k4Dt9UORqoE3qGqfiAUo7L7lX1kjfMd4H0UHGTTFMpLzH8VUAS3iN2znsQ1GugvprCvkvMYdSFouBYxPu98FdoKusblmZXUoiz0J1FuYgPUfCrXAof7S4MgimXIRVH8wwHq5vBLna9Cs8ULyEgVWrCg8zAJ79TtjGDXjSMx5kd4Fk7XB+a3uq5Sob1QfoW86JzxR2zcjjyj3/mKTafUpCAi2nPLVcB+QA379YdoGuWEBxEwars1hujIOpZQQS1jWhzvKXeIDAOBRhT+YgQ2kcYK71NLwgOauAKJ50jwpFW8J2jHKHvLKwYBuENmVxyibAiqKIlCOkVY1g8HZHkQ5SOXeTaBR9RW9vT7agp34xVlo4jiL7KoG0TjriCR4hVlk0r8EYrAtZQiZa+14wx1qzhF2Syi+C+K5VOWko8RUVJIlPc8irIhKCP6ZItSqeJbh8kSU/qHDCbKMuZT4hFlrpgxcaIUUcuJR5TdYsLEiFLIQuLMOESZJOZLnCjLyMhrabqkZRRR1qsArDQmW5SlZOxPVWhJ2E2UNRJlVQ/wi19CRv9WhXbJoCh8zb+IujVBNYqymIyPP55ZxsQoVvK78kkBrp28rXVThSJGcoE7YZ5RoTMlc8SBpw7kj2IEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgSAZ+A+0ucC4BysctgAAAABJRU5ErkJggg==","_Padding":{"__isSmartRef__":true,"id":10201},"_NodeClass":["image"],"_NodeId":"29E543E0-AE93-493A-A694-FC1C330D0544","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLoaded":true,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Image"},"10198":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10199":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","setImageURL":"setImageURLHTML","getNativeExtent":"getNativeExtentHTML"},"10200":{"x":29,"y":29,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10201":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10202":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"10203":{"morph":{"__isSmartRef__":true,"id":10196},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"10204":{"x":-3.024108360992159,"y":0.008036120330757512,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10205":{"x":28,"y":29,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10206":{"x":39.935711037353485,"y":-9.032144481323257,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10207":{"partName":"leftpointing_magnifying_glass.png","requiredModules":[],"idOnLoad":"364D1152-5F71-4121-96A1-09AC460AD22B","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10208":{"position":{"__isSmartRef__":true,"id":10209},"_Extent":{"__isSmartRef__":true,"id":10210},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":10211},"_Fill":{"__isSmartRef__":true,"id":10212},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":10222},"_Padding":{"__isSmartRef__":true,"id":10223},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"10209":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10210":{"x":24,"y":24,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10211":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10212":{"stops":[{"__isSmartRef__":true,"id":10213},{"__isSmartRef__":true,"id":10215},{"__isSmartRef__":true,"id":10217},{"__isSmartRef__":true,"id":10219}],"vector":{"__isSmartRef__":true,"id":10221},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"10213":{"offset":0,"color":{"__isSmartRef__":true,"id":10214}},"10214":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10215":{"offset":0.4,"color":{"__isSmartRef__":true,"id":10216}},"10216":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10217":{"offset":0.6,"color":{"__isSmartRef__":true,"id":10218}},"10218":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10219":{"offset":1,"color":{"__isSmartRef__":true,"id":10220}},"10220":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10221":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10222":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"10223":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10224":{"x":470,"y":8,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10225":{"stops":[{"__isSmartRef__":true,"id":10226},{"__isSmartRef__":true,"id":10228},{"__isSmartRef__":true,"id":10230},{"__isSmartRef__":true,"id":10232}],"vector":{"__isSmartRef__":true,"id":10221},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"10226":{"offset":0,"color":{"__isSmartRef__":true,"id":10227}},"10227":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10228":{"offset":0.4,"color":{"__isSmartRef__":true,"id":10229}},"10229":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10230":{"offset":0.6,"color":{"__isSmartRef__":true,"id":10231}},"10231":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10232":{"offset":1,"color":{"__isSmartRef__":true,"id":10233}},"10233":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10234":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"ScriptableButton","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":10235}],"revisionOnLoad":154251,"idOnLoad":"31B0292D-7E7D-4088-B96E-C004897E2E50","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"10235":{"date":{"__isSmartRef__":true,"id":10236},"author":"robertkrahn","message":"no comment","id":"0366C0A2-0C8E-4AEB-AAC3-120434134545"},"10236":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:10:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10237":{"sourceObj":{"__isSmartRef__":true,"id":10176},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10176},"targetMethodName":"onFire","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"10238":{"x":24.405327095521386,"y":24.0321444813232,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10239":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"10240":{"morph":{"__isSmartRef__":true,"id":10176},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"10241":{"x":37.935711037353656,"y":-7.943747157684584,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10242":{"submorphs":[],"scripts":[],"id":"364FF344-E489-461B-BC8C-ED45E4823ED4","shape":{"__isSmartRef__":true,"id":10243},"__layered_droppingEnabled__":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":10250},"showsHalos":false,"name":"HighlightRectangle","partsBinMetaInfo":{"__isSmartRef__":true,"id":10251},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":10292},"eventHandler":{"__isSmartRef__":true,"id":10293},"attributeConnections":[{"__isSmartRef__":true,"id":10294},{"__isSmartRef__":true,"id":10295},{"__isSmartRef__":true,"id":10296}],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[127,"F0291F62-F100-480C-AEBF-0230398F7983","AE8B5ED7-E305-45BC-BE4A-1C28A49EE12B","39BA345C-17FA-45A0-BAC2-F0CF5654ACF8","FE91EA31-D8AE-461B-8A49-95DA5FBAE5B4","F38439A3-2F4E-4AC2-BF73-2633C00B1393","6748F5B5-2284-4748-A6EE-F1A261CBAD0B","6FECB598-D130-4242-BF1B-E18767608129","0B23F218-078F-4912-A262-31B957885F41","C56BA290-B836-4946-B4EF-DBB6FBA2368C","61176BAF-CFE6-4F2C-9F0A-971AAD6595A1","CB4127B2-0AA5-4B50-9978-F1FF39924A82","113050BB-CF0E-4193-91C6-9C25FC857EE8","EFF939E4-317B-4662-943F-77A6E6F65BD0","AA288E7F-3972-4F0D-87DD-61E4BD9C9C97","903E8C60-1158-42D5-85D2-DF134DA6CEC1","28FD6210-A549-4A11-9178-04E77FF556C0","B3312E29-D786-469F-865E-91FD69475A52","D947A1C1-DCBE-4485-A33D-DF549F6978E0","56CE0E60-45BE-43FF-9C6C-296D8AC326B6","CC61E3F8-8C8D-4F24-A591-023D3C88DEC8"],"partTests":{"__isSmartRef__":true,"id":10301},"_ClipMode":"visible","moved":true,"isBeingDragged":false,"priorExtent":{"__isSmartRef__":true,"id":10245},"prevScroll":[0,0],"#startLetters":"","eventsAreDisabled":false,"_HandStyle":"default","_PointerEvents":"auto","distanceToDragEvent":{"__isSmartRef__":true,"id":10306},"_Rotation":0,"_Scale":1.0060210561262526,"owner":null,"magnifierButton":{"__isSmartRef__":true,"id":10176},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10307},"__LivelyClassName__":"lively.morphic.Box"},"10243":{"position":{"__isSmartRef__":true,"id":10244},"_Extent":{"__isSmartRef__":true,"id":10245},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":10246},"_Fill":{"__isSmartRef__":true,"id":10247},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":10248},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":10249},"_BorderRadius":0,"_Opacity":0.2597,"_BorderStyle":"hidden","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"10244":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10245":{"x":100,"y":100,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10246":{"r":0.8,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10247":{"r":0.227,"g":0,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10248":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"10249":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10250":{"x":416,"y":75,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10251":{"partsSpaceName":"PartsBin/Tools","__SourceModuleName__":"Global.lively.PartsBin","comment":"A rectangle which highlights the object under the first hand of the world","migrationLevel":4,"partName":"HighlightRectangle","changes":[{"__isSmartRef__":true,"id":10252},{"__isSmartRef__":true,"id":10254},{"__isSmartRef__":true,"id":10256},{"__isSmartRef__":true,"id":10258},{"__isSmartRef__":true,"id":10260},{"__isSmartRef__":true,"id":10262},{"__isSmartRef__":true,"id":10264},{"__isSmartRef__":true,"id":10266},{"__isSmartRef__":true,"id":10268},{"__isSmartRef__":true,"id":10270},{"__isSmartRef__":true,"id":10272},{"__isSmartRef__":true,"id":10274},{"__isSmartRef__":true,"id":10276},{"__isSmartRef__":true,"id":10278},{"__isSmartRef__":true,"id":10280},{"__isSmartRef__":true,"id":10282},{"__isSmartRef__":true,"id":10284},{"__isSmartRef__":true,"id":10286},{"__isSmartRef__":true,"id":10288},{"__isSmartRef__":true,"id":10290}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"10252":{"date":{"__isSmartRef__":true,"id":10253},"author":"timfelgentreff","message":"no comment","id":"3DB7DB40-210A-4BED-91FD-9287005703EC"},"10253":{"isSerializedDate":true,"string":"Thu May 24 2012 17:04:54 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10254":{"date":{"__isSmartRef__":true,"id":10255},"author":"tessi","message":"no comment","id":"23D7AA12-66A9-4C3B-B494-131256C291AC"},"10255":{"isSerializedDate":true,"string":"Thu May 24 2012 16:57:13 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10256":{"date":{"__isSmartRef__":true,"id":10257},"author":"tessi","message":"no comment","id":"2C30B7CA-388F-4F51-B4CF-A2E50E381148"},"10257":{"isSerializedDate":true,"string":"Thu May 24 2012 16:23:11 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10258":{"date":{"__isSmartRef__":true,"id":10259},"author":"tessi","message":"diable events","id":"7C1F71A3-FDAC-470A-B9A9-E1F2C9FEF18E"},"10259":{"isSerializedDate":true,"string":"Thu May 24 2012 14:46:08 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10260":{"date":{"__isSmartRef__":true,"id":10261},"author":"tessi","message":"no comment","id":"01996A33-11BC-4C15-96D7-B7D219E2E961"},"10261":{"isSerializedDate":true,"string":"Thu May 24 2012 14:39:50 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10262":{"date":{"__isSmartRef__":true,"id":10263},"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23"},"10263":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10264":{"date":{"__isSmartRef__":true,"id":10265},"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC"},"10265":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10266":{"date":{"__isSmartRef__":true,"id":10267},"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2"},"10267":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (Mitteleuropäische Zeit)"},"10268":{"date":{"__isSmartRef__":true,"id":10269},"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B"},"10269":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (Mitteleuropäische Zeit)"},"10270":{"date":{"__isSmartRef__":true,"id":10271},"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7"},"10271":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (Mitteleuropäische Zeit)"},"10272":{"date":{"__isSmartRef__":true,"id":10273},"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350"},"10273":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10274":{"date":{"__isSmartRef__":true,"id":10275},"author":"tessi","message":"no comment","id":"4B982A01-25B3-455A-848D-89C2C3C471D7"},"10275":{"isSerializedDate":true,"string":"Thu May 24 2012 13:58:01 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10276":{"date":{"__isSmartRef__":true,"id":10277},"author":"tessi","message":"no comment","id":"2FD6CB7B-3BC7-4666-98B4-AACF1001954D"},"10277":{"isSerializedDate":true,"string":"Thu May 24 2012 14:07:32 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10278":{"date":{"__isSmartRef__":true,"id":10279},"author":"tessi","message":"no comment","id":"09CF5ECF-2C87-4B66-A164-39848628596F"},"10279":{"isSerializedDate":true,"string":"Thu May 24 2012 15:34:59 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10280":{"date":{"__isSmartRef__":true,"id":10281},"author":"tessi","message":"no comment","id":"252A3EB5-DB00-4CF9-BF38-2927DD1C5229"},"10281":{"isSerializedDate":true,"string":"Thu May 24 2012 16:34:29 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10282":{"date":{"__isSmartRef__":true,"id":10283},"author":"tessi","message":"no comment","id":"81534551-62C1-4FC9-96CB-A5AC6642CA1E"},"10283":{"isSerializedDate":true,"string":"Thu May 24 2012 16:45:49 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10284":{"date":{"__isSmartRef__":true,"id":10285},"author":"tessi","message":"no comment","id":"5125DE3A-D50E-4621-8490-F3A9D99C2C4C"},"10285":{"isSerializedDate":true,"string":"Thu May 24 2012 16:47:20 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10286":{"date":{"__isSmartRef__":true,"id":10287},"author":"tessi","message":"no comment","id":"C81A2FBF-CB0B-4A0B-9D63-F9AEDFCB5DA6"},"10287":{"isSerializedDate":true,"string":"Thu May 24 2012 16:51:06 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10288":{"date":{"__isSmartRef__":true,"id":10289},"author":"tessi","message":"no comment","id":"DC8EF5EC-7563-45B6-816D-20E2DC218525"},"10289":{"isSerializedDate":true,"string":"Thu May 24 2012 16:52:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10290":{"date":{"__isSmartRef__":true,"id":10291},"author":"timfelgentreff","message":"no comment","id":"E7515DFB-DE7D-4E1F-A2C3-85166DCE4942"},"10291":{"isSerializedDate":true,"string":"Thu May 24 2012 16:59:39 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10292":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"10293":{"morph":{"__isSmartRef__":true,"id":10242},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"10294":{"sourceObj":{"__isSmartRef__":true,"id":10242},"sourceAttrName":"onMouseMove","targetObj":{"__isSmartRef__":true,"id":10242},"targetMethodName":"updateOnMove","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"10295":{"sourceObj":{"__isSmartRef__":true,"id":10242},"sourceAttrName":"onMouseUp","targetObj":{"__isSmartRef__":true,"id":10176},"targetMethodName":"removeHighlighting","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"10296":{"sourceObj":{"__isSmartRef__":true,"id":10242},"sourceAttrName":"onMouseUp","targetObj":{"__isSmartRef__":true,"id":8538},"targetMethodName":"setTarget","converterString":"function () {\n return this.sourceObj.coveredMorph()\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10297},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10298},"__LivelyClassName__":"AttributeConnection"},"10297":{"source":{"__isSmartRef__":true,"id":10242},"target":{"__isSmartRef__":true,"id":8538}},"10298":{"converter":{"__isSmartRef__":true,"id":10299}},"10299":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":10297},"source":"function () {\n return this.sourceObj.coveredMorph()\n }","funcProperties":{"__isSmartRef__":true,"id":10300},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10300":{},"10301":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10302}},"10302":{"test01IsMorph":{"__isSmartRef__":true,"id":10303}},"10303":{"varMapping":{"__isSmartRef__":true,"id":10304},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":10305},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10304":{"this":{"__isSmartRef__":true,"id":10301}},"10305":{},"10306":{"x":43.995993991989735,"y":-14.012018024029999,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10307":{"update":{"__isSmartRef__":true,"id":10308},"coveredMorph":{"__isSmartRef__":true,"id":10312},"updateOnMove":{"__isSmartRef__":true,"id":10316},"bringToFront":{"__isSmartRef__":true,"id":10320}},"10308":{"varMapping":{"__isSmartRef__":true,"id":10309},"source":"function update(morph) {\n if (morph === this.magnifierButton ||\n this.magnifierButton.submorphs.indexOf(morph) >= 0) {\n morph = this.magnifierButton.currentTarget()\n }\n\n if (morph) {\n this.setPosition(morph.getPositionInWorld())\n this.setExtent(morph.getExtent())\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10310},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10309":{"this":{"__isSmartRef__":true,"id":10242}},"10310":{"timestamp":{"__isSmartRef__":true,"id":10311},"user":"lauritz","tags":[]},"10311":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:30:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10312":{"varMapping":{"__isSmartRef__":true,"id":10313},"source":"function coveredMorph() {\n var that = this\n return $world.morphsContainingPoint($world.firstHand().getPosition()).detect(\n function(ea) {\n return !ea.isPlaceholder &&\n !ea.isHalo &&\n (!ea.owner || !ea.owner.isHalo) &&\n !(ea === that);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":10314},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10313":{"this":{"__isSmartRef__":true,"id":10242}},"10314":{"timestamp":{"__isSmartRef__":true,"id":10315},"user":"lauritz","tags":[]},"10315":{"isSerializedDate":true,"string":"Tue May 29 2012 13:24:20 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10316":{"varMapping":{"__isSmartRef__":true,"id":10317},"source":"function updateOnMove() {\n this.update(this.coveredMorph())\n this.bringToFront();\n}","funcProperties":{"__isSmartRef__":true,"id":10318},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10317":{"this":{"__isSmartRef__":true,"id":10242}},"10318":{"timestamp":{"__isSmartRef__":true,"id":10319},"user":"lauritz","tags":[]},"10319":{"isSerializedDate":true,"string":"Wed Jun 06 2012 17:28:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10320":{"varMapping":{"__isSmartRef__":true,"id":10321},"source":"function bringToFront() {\n this.renderContext().morphNode.style.zIndex= 1000\n}","funcProperties":{"__isSmartRef__":true,"id":10326},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10321":{"this":{"__isSmartRef__":true,"id":10242},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10322}},"10322":{"$super":{"__isSmartRef__":true,"id":10323}},"10323":{"varMapping":{"__isSmartRef__":true,"id":10324},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world) \n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":10325},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10324":{"obj":{"__isSmartRef__":true,"id":10242},"name":"bringToFront"},"10325":{},"10326":{"timestamp":{"__isSmartRef__":true,"id":10327},"user":"lauritz","tags":[]},"10327":{"isSerializedDate":true,"string":"Wed Jun 06 2012 17:28:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10328":{"onFire":{"__isSmartRef__":true,"id":10329},"removeHighlighting":{"__isSmartRef__":true,"id":10333},"onMouseMove":{"__isSmartRef__":true,"id":10337},"onMouseOut":{"__isSmartRef__":true,"id":10345},"reset":{"__isSmartRef__":true,"id":10353},"isTracking":{"__isSmartRef__":true,"id":10357},"isHighlighting":{"__isSmartRef__":true,"id":10361},"currentTarget":{"__isSmartRef__":true,"id":10365}},"10329":{"varMapping":{"__isSmartRef__":true,"id":10330},"source":"function onFire() {\n var hand = this.world().firstHand(),\n rect = this.highlightRectangle,\n that = this\n\n if (this.isTracking()) {\n this.removeHighlighting()\n } else {\n this.world().addMorph(rect)\n hand.highlightConnection = connect(hand, \"scrollFocusMorph\", rect, \"update\")\n rect.bringToFront()\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10331},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10330":{"this":{"__isSmartRef__":true,"id":10176}},"10331":{"timestamp":{"__isSmartRef__":true,"id":10332},"user":"lauritz","tags":[]},"10332":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:04:33 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10333":{"varMapping":{"__isSmartRef__":true,"id":10334},"source":"function removeHighlighting() {\n var hand = this.world().firstHand(),\n rect = this.highlightRectangle\n if (rect) {\n rect.remove()\n }\n hand.attributeConnections.removeAt(\n hand.attributeConnections.indexOf(hand.highlightConnection))\n hand.highlightConnection = null\n}","funcProperties":{"__isSmartRef__":true,"id":10335},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10334":{"this":{"__isSmartRef__":true,"id":10176}},"10335":{"timestamp":{"__isSmartRef__":true,"id":10336},"user":"lauritz","tags":[]},"10336":{"isSerializedDate":true,"string":"Wed Jun 06 2012 17:20:20 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10337":{"varMapping":{"__isSmartRef__":true,"id":10338},"source":"function onMouseMove(evt) {\n var rect = this.highlightRectangle\n\n var target = this.currentTarget()\n if (target && !this.isHighlighting()) {\n rect.update(target)\n this.world().addMorph(rect)\n rect.bringToFront()\n this.targetHighlight = rect\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10343},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10338":{"this":{"__isSmartRef__":true,"id":10176},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10339}},"10339":{"$super":{"__isSmartRef__":true,"id":10340}},"10340":{"varMapping":{"__isSmartRef__":true,"id":10341},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world) \n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":10342},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10341":{"obj":{"__isSmartRef__":true,"id":10176},"name":"onMouseMove"},"10342":{},"10343":{"timestamp":{"__isSmartRef__":true,"id":10344},"user":"lauritz","tags":[]},"10344":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:25:44 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10345":{"varMapping":{"__isSmartRef__":true,"id":10346},"source":"function onMouseOut() {\n if (this.isHighlighting()) {\n if (!this.isTracking()) {\n this.targetHighlight.remove()\n }\n delete this.targetHighlight\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10351},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10346":{"this":{"__isSmartRef__":true,"id":10176},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10347}},"10347":{"$super":{"__isSmartRef__":true,"id":10348}},"10348":{"varMapping":{"__isSmartRef__":true,"id":10349},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world) \n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":10350},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10349":{"obj":{"__isSmartRef__":true,"id":10176},"name":"onMouseOut"},"10350":{},"10351":{"timestamp":{"__isSmartRef__":true,"id":10352},"user":"lauritz","tags":[]},"10352":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:05:25 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10353":{"varMapping":{"__isSmartRef__":true,"id":10354},"source":"function reset() {\n var rect = this.highlightRectangle\n rect.attributeConnections = []\n connect(rect, \"onMouseMove\", rect, \"updateOnMove\")\n connect(rect, \"onMouseUp\", this, \"removeHighlighting\")\n connect(rect, \"onMouseUp\", this.owner, \"setTarget\",\n {converter: function () {\n return this.sourceObj.coveredMorph()\n }\n })\n}","funcProperties":{"__isSmartRef__":true,"id":10355},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10354":{"this":{"__isSmartRef__":true,"id":10176}},"10355":{"timestamp":{"__isSmartRef__":true,"id":10356},"user":"lauritz","tags":[]},"10356":{"isSerializedDate":true,"string":"Wed Jun 06 2012 17:23:51 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10357":{"varMapping":{"__isSmartRef__":true,"id":10358},"source":"function isTracking() {\n return !!this.world().firstHand().highlightConnection\n}","funcProperties":{"__isSmartRef__":true,"id":10359},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10358":{"this":{"__isSmartRef__":true,"id":10176}},"10359":{"timestamp":{"__isSmartRef__":true,"id":10360},"user":"lauritz","tags":[]},"10360":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:04:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10361":{"varMapping":{"__isSmartRef__":true,"id":10362},"source":"function isHighlighting() {\n return !!this.targetHighlight\n}","funcProperties":{"__isSmartRef__":true,"id":10363},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10362":{"this":{"__isSmartRef__":true,"id":10176}},"10363":{"timestamp":{"__isSmartRef__":true,"id":10364},"user":"lauritz","tags":[]},"10364":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:04:53 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10365":{"varMapping":{"__isSmartRef__":true,"id":10366},"source":"function currentTarget() {\n return this.owner.target;\n}","funcProperties":{"__isSmartRef__":true,"id":10367},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10366":{"this":{"__isSmartRef__":true,"id":10176}},"10367":{"timestamp":{"__isSmartRef__":true,"id":10368},"user":"lauritz","tags":[]},"10368":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:26:02 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10369":{"submorphs":[{"__isSmartRef__":true,"id":10370}],"scripts":[],"id":"DB4A1C2A-E485-40C3-854A-C8D9FD045F48","shape":{"__isSmartRef__":true,"id":10385},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":10401},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":10389},"lighterFill":{"__isSmartRef__":true,"id":10402},"label":{"__isSmartRef__":true,"id":10370},"name":"RecoverButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":10411},"attributeConnections":[{"__isSmartRef__":true,"id":10416}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":10417},"renderContextTable":{"__isSmartRef__":true,"id":10418},"eventHandler":{"__isSmartRef__":true,"id":10419},"derivationIds":[2588,"22797D34-67DE-4A06-81F0-4DF0A87ADBBC","11C83D57-E873-4516-9585-B62D3DF729A3","E29CC766-6253-4449-9F74-BB5BE92901B2","869A55D7-A082-4FF6-B364-04A8335DB3DF","819BC4C1-8FA8-4E4A-A69C-30AA1638AB87","53AF2FD2-DD72-403F-87B2-2C05D92C1887"],"_ClipMode":"visible","owner":{"__isSmartRef__":true,"id":8538},"distanceToDragEvent":{"__isSmartRef__":true,"id":10420},"layout":{"__isSmartRef__":true,"id":10421},"_Rotation":0,"_Scale":0.990044880209748,"isPressed":false,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10422},"__LivelyClassName__":"lively.morphic.Button"},"10370":{"submorphs":[],"scripts":[],"id":"5B4C0EA4-CD75-4B9C-A8FD-1337878B8429","shape":{"__isSmartRef__":true,"id":10371},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":10376},"_MaxTextWidth":162.61336846373766,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":10377},"_Padding":{"__isSmartRef__":true,"id":10378},"owner":{"__isSmartRef__":true,"id":10369},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":10379},"textChunks":[{"__isSmartRef__":true,"id":10380}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":10382},"eventHandler":{"__isSmartRef__":true,"id":10383},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[2589,"024C5ADE-C4CF-4E8E-BEC5-F93AD4839702","14B58111-F7FC-48C0-B90D-92C2C566AD98","3C2D0B8B-0C00-41EF-BBBD-6BAE9A85522B","9873084E-D345-48F9-B8CB-799A8616EDD5","83C102D7-79B7-4154-85DB-326320716FDC","AF1A4581-083D-4051-B253-A33077E47F67"],"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":162.61336846373766,"_MinTextHeight":null,"_FontSize":10,"_TextColor":{"__isSmartRef__":true,"id":9672},"partsBinMetaInfo":{"__isSmartRef__":true,"id":10384},"__LivelyClassName__":"lively.morphic.Text"},"10371":{"position":{"__isSmartRef__":true,"id":10372},"_Extent":{"__isSmartRef__":true,"id":10373},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":10374},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":10375},"_Padding":{"__isSmartRef__":true,"id":9663},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"10372":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10373":{"x":162.61336846373766,"y":23.020110441434046,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10374":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10375":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"10376":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10377":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10378":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10379":{"x":162.61336846373766,"y":23.020110441434046,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10380":{"style":{"__isSmartRef__":true,"id":10381},"chunkOwner":{"__isSmartRef__":true,"id":10370},"storedString":"Recover all scripts","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"10381":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"10382":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"10383":{"morph":{"__isSmartRef__":true,"id":10370},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"10384":{"requiredModules":[],"idOnLoad":"3A932E63-4CFF-46EE-B312-196859A5043D","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10385":{"position":{"__isSmartRef__":true,"id":10386},"_Extent":{"__isSmartRef__":true,"id":10387},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":10388},"_Fill":{"__isSmartRef__":true,"id":10389},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":10399},"_Padding":{"__isSmartRef__":true,"id":10400},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"10386":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10387":{"x":162.61336846373766,"y":23.020110441434046,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10388":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10389":{"stops":[{"__isSmartRef__":true,"id":10390},{"__isSmartRef__":true,"id":10392},{"__isSmartRef__":true,"id":10394},{"__isSmartRef__":true,"id":10396}],"vector":{"__isSmartRef__":true,"id":10398},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"10390":{"offset":0,"color":{"__isSmartRef__":true,"id":10391}},"10391":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10392":{"offset":0.4,"color":{"__isSmartRef__":true,"id":10393}},"10393":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10394":{"offset":0.6,"color":{"__isSmartRef__":true,"id":10395}},"10395":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10396":{"offset":1,"color":{"__isSmartRef__":true,"id":10397}},"10397":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10398":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10399":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"10400":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10401":{"x":735.266159147416,"y":463.917660249887,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10402":{"stops":[{"__isSmartRef__":true,"id":10403},{"__isSmartRef__":true,"id":10405},{"__isSmartRef__":true,"id":10407},{"__isSmartRef__":true,"id":10409}],"vector":{"__isSmartRef__":true,"id":10398},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"10403":{"offset":0,"color":{"__isSmartRef__":true,"id":10404}},"10404":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10405":{"offset":0.4,"color":{"__isSmartRef__":true,"id":10406}},"10406":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10407":{"offset":0.6,"color":{"__isSmartRef__":true,"id":10408}},"10408":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10409":{"offset":1,"color":{"__isSmartRef__":true,"id":10410}},"10410":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10411":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"ScriptableButton","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":10412},{"__isSmartRef__":true,"id":10414}],"revisionOnLoad":170561,"idOnLoad":"6C07775C-BAC3-4E8F-ABFD-7BB6CB549F21","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"10412":{"date":{"__isSmartRef__":true,"id":10413},"author":"robertkrahn","message":"no comment","id":"0366C0A2-0C8E-4AEB-AAC3-120434134545"},"10413":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:10:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10414":{"date":{"__isSmartRef__":true,"id":10415},"author":"huberthesse","message":"Restore scriptable button","id":"7DCED89C-C162-4A42-94E3-6B4D2CBA4932"},"10415":{"isSerializedDate":true,"string":"Tue Jun 12 2012 11:12:07 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10416":{"sourceObj":{"__isSmartRef__":true,"id":10369},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10369},"targetMethodName":"onFire","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"10417":{"x":161.60331324302064,"y":23.020110441434046,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10418":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"10419":{"morph":{"__isSmartRef__":true,"id":10369},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"10420":{"x":68.06033132430184,"y":-15,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10421":{"moveHorizontal":true,"moveVertical":true},"10422":{"onFire":{"__isSmartRef__":true,"id":10423}},"10423":{"varMapping":{"__isSmartRef__":true,"id":10424},"source":"function onFire() {\n var targetMorph = this.owner.historyList.targetMorph;\n if (!targetMorph)\n return;\n\n var recoveryCheck = confirm(\"Do you really want to restore all locally stored script versions?\");\n if (!recoveryCheck)\n return;\n\n var lm = projects.WebDev2012.LimeMachine.LimeMachine;\n var history = lm.getWorldHistory();\n\n if (!history) {\n return;\n }\n\n var currentObject = history.getObject(targetMorph.id);\n if (!currentObject) {\n return;\n }\n\n var currentCodeScripts = currentObject.Code;\n var that = this;\n var selectedScriptName = this.owner.scriptList.getSelection();\n\n $.each(currentCodeScripts, function(idx, item) {\n var success = that.owner.scriptPane.boundEval(item.Code);\n if(!success) {\n alert(\"Error while recovering \" + item.MethodName + \".\");\n }\n });\n \n this.owner.scriptList.selectAddedScript(selectedScriptName);\n}","funcProperties":{"__isSmartRef__":true,"id":10425},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10424":{"this":{"__isSmartRef__":true,"id":10369}},"10425":{"timestamp":{"__isSmartRef__":true,"id":10426},"user":"jan.sandbrink","tags":[]},"10426":{"isSerializedDate":true,"string":"Fri Jun 15 2012 12:26:50 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10427":{"position":{"__isSmartRef__":true,"id":10428},"_Extent":{"__isSmartRef__":true,"id":10429},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":10430},"_Fill":{"__isSmartRef__":true,"id":10431},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":10432},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":10433},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"10428":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10429":{"x":911.0285365288846,"y":502.61253261443596,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10430":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10431":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10432":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"10433":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10434":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","comment":"Edit scripts and connections of a specific morph.","migrationLevel":4,"partName":"ObjectEditorPane","changes":[{"__isSmartRef__":true,"id":10435}],"idOnLoad":"54C8C7BA-864F-4F65-A51D-A848C3DC0F96","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"10435":{"date":{"__isSmartRef__":true,"id":10436},"author":"lauritz","message":"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items."},"10436":{"isSerializedDate":true,"string":"Fri Oct 21 2011 00:39:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10437":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"10438":{"morph":{"__isSmartRef__":true,"id":8538},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"10439":{"x":911.0285365288846,"y":502.61253261443596,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10440":{"resizeWidth":true,"resizeHeight":true,"adjustForNewBounds":true},"10441":{"x":350.2386236582805,"y":-3.2455173507596555,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10442":{"x":0.971126750461849,"y":21.45669012569269,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10443":{},"10444":{"displayInitialScript":{"__isSmartRef__":true,"id":10445},"displayJavaScriptSource":{"__isSmartRef__":true,"id":10449},"displaySourceForConnection":{"__isSmartRef__":true,"id":10453},"displaySourceForScript":{"__isSmartRef__":true,"id":10457},"generateSourceForConnection":{"__isSmartRef__":true,"id":10461},"generateSourceForScript":{"__isSmartRef__":true,"id":10465},"generateTargetCode":{"__isSmartRef__":true,"id":10469},"newConnection":{"__isSmartRef__":true,"id":10473},"newScript":{"__isSmartRef__":true,"id":10477},"reset":{"__isSmartRef__":true,"id":10481},"selectChangedContent":{"__isSmartRef__":true,"id":10485},"setTarget":{"__isSmartRef__":true,"id":10489},"sortedConnectionNamesOfObj":{"__isSmartRef__":true,"id":10493},"sortedScriptNamesOfObj":{"__isSmartRef__":true,"id":10497},"updateLists":{"__isSmartRef__":true,"id":10501},"onShutdown":{"__isSmartRef__":true,"id":10505},"confirmUnsavedChanges":{"__isSmartRef__":true,"id":10509},"update":{"__isSmartRef__":true,"id":10513},"ensureAnnotationLayer":{"__isSmartRef__":true,"id":10517},"migrateOldScriptAnnotations":{"__isSmartRef__":true,"id":10521},"copyToPartsBinWithUserRequest":{"__isSmartRef__":true,"id":10525},"printTags":{"__isSmartRef__":true,"id":10533},"setTag":{"__isSmartRef__":true,"id":10537},"runScript":{"__isSmartRef__":true,"id":10541},"openPartTestRunner":{"__isSmartRef__":true,"id":10545}},"10445":{"varMapping":{"__isSmartRef__":true,"id":10446},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.preselectItem();\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.preselectItem();\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10447},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10446":{"this":{"__isSmartRef__":true,"id":8538}},"10447":{"timestamp":{"__isSmartRef__":true,"id":10448},"user":"lauritz","tags":[]},"10448":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:13:43 GMT+0100 (Mitteleuropäische Zeit)"},"10449":{"varMapping":{"__isSmartRef__":true,"id":10450},"source":"function displayJavaScriptSource(jsCode) {\n if (this.scriptPane.hasChanged()) {\n var that = this;\n var callback = function(confirmed) {\n if (confirmed) that.scriptPane.display(jsCode)\n };\n this.confirmUnsavedChanges(callback);\n } else {\n this.scriptPane.display(jsCode);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10451},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10450":{"this":{"__isSmartRef__":true,"id":8538}},"10451":{"timestamp":{"__isSmartRef__":true,"id":10452},"user":"lauritz","tags":[]},"10452":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"10453":{"varMapping":{"__isSmartRef__":true,"id":10454},"source":"function displaySourceForConnection(connection) {\n var code = \"\", that = this;\n if (connection === undefined) return;\n if (connection === null) {\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\"\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForConnection(connection);\n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":10455},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10454":{"this":{"__isSmartRef__":true,"id":8538}},"10455":{"timestamp":{"__isSmartRef__":true,"id":10456},"user":"conradcalmez","tags":[]},"10456":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:59:30 GMT+0100 (Mitteleuropäische Zeit)"},"10457":{"varMapping":{"__isSmartRef__":true,"id":10458},"source":"function displaySourceForScript(scriptName) {\n var code = \"\",\n that = this;\n if (scriptName === null) {\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForScript(each)).concat(\"\\n\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForScript(scriptName); \n }\n this.displayJavaScriptSource(code);\n this.historyList.selectScript(scriptName);\n}","funcProperties":{"__isSmartRef__":true,"id":10459},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10458":{"this":{"__isSmartRef__":true,"id":8538}},"10459":{"timestamp":{"__isSmartRef__":true,"id":10460},"user":"jan.sandbrink","tags":[]},"10460":{"isSerializedDate":true,"string":"Thu Jun 07 2012 12:29:52 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10461":{"varMapping":{"__isSmartRef__":true,"id":10462},"source":"function generateSourceForConnection(connection) {\n var c = connection, targetObject = this.target;\n\tif (!c.getTargetObj() || !c.getTargetObj().name || \n\t\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\n\n\tvar optConfig = []\n\tif (c.converterString)\n\t\toptConfig.push(\"converter: \\n\\t\" + c.converterString)\n\tif (c.updaterString)\n\t\toptConfig.push(\"updater: \\n\\t\" + c.updaterString)\n\treturn Strings.format('connect(%s, \"%s\", %s, \"%s\", {%s});', \n\t\t\tthis.generateTargetCode(targetObject, c.getSourceObj()),\n\t\t\tc.getSourceAttrName(),\n\t\t\tthis.generateTargetCode(targetObject, c.getTargetObj()),\n\t\t\tc.getTargetMethodName(),\n\t\t\toptConfig.join(','));\n\n}","funcProperties":{"__isSmartRef__":true,"id":10463},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10462":{"this":{"__isSmartRef__":true,"id":8538}},"10463":{"timestamp":{"__isSmartRef__":true,"id":10464},"user":"lauritz","tags":[]},"10464":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"10465":{"varMapping":{"__isSmartRef__":true,"id":10466},"source":"function generateSourceForScript(scriptName) {\n var script = this.target[scriptName],\n annotation = '',\n scriptSource = '',\n tagScript = '';\n\n if (script.timestamp && script.user) \n annotation = Strings.format('// changed at %s by %s \\n', script.timestamp, script.user);\n scriptSource = Strings.format('this.addScript(%s)', script.getOriginal());\n tagScript = Strings.format('.tag(%s);', this.printTags(script));\n\n return annotation + scriptSource + tagScript;\n}","funcProperties":{"__isSmartRef__":true,"id":10467},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10466":{"this":{"__isSmartRef__":true,"id":8538}},"10467":{"timestamp":{"__isSmartRef__":true,"id":10468},"user":"lauritz","tags":[]},"10468":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:32:42 GMT+0100 (Mitteleuropäische Zeit)"},"10469":{"varMapping":{"__isSmartRef__":true,"id":10470},"source":"function generateTargetCode(baseObject, targetObject) {\n\tvar name = targetObject.name;\n\tif (baseObject === targetObject) \n\t\treturn \"this\";\n\telse if (baseObject[name] === targetObject) \n\t\treturn \"this.\" + name;\n\telse if (baseObject.testObject === targetObject) \n\t\treturn \"this.testObject\";\n\telse if (baseObject.get(name) === targetObject) \n\t\treturn 'this.get(\"' + name + '\")';\n\telse if (targetObject instanceof Morph) \n\t\treturn '$morph(\"' + name + '\")';\n\telse \n\t\treturn \"????\";\n}","funcProperties":{"__isSmartRef__":true,"id":10471},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10470":{"this":{"__isSmartRef__":true,"id":8538}},"10471":{"timestamp":{"__isSmartRef__":true,"id":10472},"user":"lauritz","tags":[]},"10472":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"10473":{"varMapping":{"__isSmartRef__":true,"id":10474},"source":"function newConnection() {\n if (this.target) {\n var code = \"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10475},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10474":{"this":{"__isSmartRef__":true,"id":8538}},"10475":{"timestamp":{"__isSmartRef__":true,"id":10476},"user":"lauritz","tags":[]},"10476":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"10477":{"varMapping":{"__isSmartRef__":true,"id":10478},"source":"function newScript() {\n if (this.target) {\n var code = \"this.addScript(function SCRIPTNAME() {\\n \\n}).tag([]);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10479},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10478":{"this":{"__isSmartRef__":true,"id":8538}},"10479":{"timestamp":{"__isSmartRef__":true,"id":10480},"user":"lauritz","tags":[]},"10480":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:24:25 GMT+0100 (Mitteleuropäische Zeit)"},"10481":{"varMapping":{"__isSmartRef__":true,"id":10482},"source":"function reset() {\n this.scriptPane = this.get('ObjectEditorScriptPane')\n this.scriptList = this.get('ObjectEditorScriptList')\n this.connectionList = this.get('ObjectEditorConnectionList')\n this.morphSelector = this.get('ObjectEditorMorphSelector')\n this.target = null;\n this.scriptPane.reset();\n this.scriptList.setList();\n this.scriptList.selection = null;\n this.connectionList.setList();\n this.connectionList.selection = null;\n this.morphSelector.reset();\n this.tagChooser.reset();\n this.historyList.reset();\n this.currentTag = null;\n this.stopStepping();\n}","funcProperties":{"__isSmartRef__":true,"id":10483},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10482":{"this":{"__isSmartRef__":true,"id":8538}},"10483":{"timestamp":{"__isSmartRef__":true,"id":10484},"user":"soergel","tags":[]},"10484":{"isSerializedDate":true,"string":"Tue Jun 12 2012 11:53:52 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10485":{"varMapping":{"__isSmartRef__":true,"id":10486},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n return this.scriptList.selectAddedScript(addScriptMatches[0]);\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i
","extent":{"__isSmartRef__":true,"id":10623},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10620":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"10621":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10622":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10623":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10624":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"10625":{"morph":{"__isSmartRef__":true,"id":10618},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10626":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10627":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10628":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10629},"derivationIds":[null],"id":"EA93A706-E2F4-4D57-A82B-0CC6D3069241","renderContextTable":{"__isSmartRef__":true,"id":10635},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":10636}],"eventHandler":{"__isSmartRef__":true,"id":10638},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":10617},"_Visible":true,"priorExtent":{"__isSmartRef__":true,"id":10639},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"_Position":{"__isSmartRef__":true,"id":10640},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10629":{"_Position":{"__isSmartRef__":true,"id":10630},"renderContextTable":{"__isSmartRef__":true,"id":10631},"_Extent":{"__isSmartRef__":true,"id":10632},"_Padding":{"__isSmartRef__":true,"id":10633},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":10634},"_NodeClass":["morph","text"],"_NodeId":"morph-ea93a706-e2f4-4d57-a82b-0cc6d3069241","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10630":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10631":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"10632":{"x":113,"y":16,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10633":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10634":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10635":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"10636":{"style":{"__isSmartRef__":true,"id":10637},"chunkOwner":{"__isSmartRef__":true,"id":10628},"storedString":"NavigatorRectangle","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10637":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10638":{"morph":{"__isSmartRef__":true,"id":10628},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10639":{"x":113,"y":16,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10640":{"x":-16.5,"y":70,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10641":{"_Position":{"__isSmartRef__":true,"id":10642},"renderContextTable":{"__isSmartRef__":true,"id":10643},"_Extent":{"__isSmartRef__":true,"id":10644},"_Padding":{"__isSmartRef__":true,"id":10645},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-4368a7e1-5b22-438a-a3d0-08f0fa28e4eb","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":10646},"_BorderRadius":6,"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10642":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10643":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"10644":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10645":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10646":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10647":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"10648":{"morph":{"__isSmartRef__":true,"id":10617},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10649":{"x":210,"y":105,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10650":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"10651":{"partsSpaceName":"PartsBin/groupBejeweled/","name":"NavigatorRectangle","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"10652":{"submorphs":[{"__isSmartRef__":true,"id":10653},{"__isSmartRef__":true,"id":10663}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10676},"derivationIds":[null],"id":"622D4BDA-CE8F-4F0B-96A0-3E8B5A998BF4","renderContextTable":{"__isSmartRef__":true,"id":10682},"eventHandler":{"__isSmartRef__":true,"id":10683},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":10684},"partsBinURL":{"__isSmartRef__":true,"id":10685},"targetName":"OpacityRectangle","partItem":{"__isSmartRef__":true,"id":10686},"owner":{"__isSmartRef__":true,"id":7942},"isSelected":false,"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"10653":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10654},"derivationIds":[null],"id":"58411EE0-F3D4-4593-8871-2FF25AD30AF4","renderContextTable":{"__isSmartRef__":true,"id":10659},"eventHandler":{"__isSmartRef__":true,"id":10660},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":10661},"priorExtent":{"__isSmartRef__":true,"id":10662},"owner":{"__isSmartRef__":true,"id":10652},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"10654":{"renderContextTable":{"__isSmartRef__":true,"id":10655},"_NodeClass":["morph"],"_NodeId":"morph-58411ee0-f3d4-4593-8871-2ff25ad30af4","_Extent":{"__isSmartRef__":true,"id":10656},"_Padding":{"__isSmartRef__":true,"id":10657},"stringifiedShapeNode":"
","extent":{"__isSmartRef__":true,"id":10658},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10655":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"10656":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10657":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10658":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10659":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"10660":{"morph":{"__isSmartRef__":true,"id":10653},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10661":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10662":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10663":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10664},"derivationIds":[null],"id":"ECEDA41A-5AE6-436B-8848-38701B8C83AA","renderContextTable":{"__isSmartRef__":true,"id":10670},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":10671}],"eventHandler":{"__isSmartRef__":true,"id":10673},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":10652},"_Visible":true,"priorExtent":{"__isSmartRef__":true,"id":10674},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"_Position":{"__isSmartRef__":true,"id":10675},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10664":{"_Position":{"__isSmartRef__":true,"id":10665},"renderContextTable":{"__isSmartRef__":true,"id":10666},"_Extent":{"__isSmartRef__":true,"id":10667},"_Padding":{"__isSmartRef__":true,"id":10668},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":10669},"_NodeClass":["morph","text"],"_NodeId":"morph-eceda41a-5ae6-436b-8848-38701b8c83aa","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10665":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10666":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"10667":{"x":103,"y":16,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10668":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10669":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10670":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"10671":{"style":{"__isSmartRef__":true,"id":10672},"chunkOwner":{"__isSmartRef__":true,"id":10663},"storedString":"OpacityRectangle","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10672":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10673":{"morph":{"__isSmartRef__":true,"id":10663},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10674":{"x":103,"y":16,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10675":{"x":-11.5,"y":70,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10676":{"_Position":{"__isSmartRef__":true,"id":10677},"renderContextTable":{"__isSmartRef__":true,"id":10678},"_Extent":{"__isSmartRef__":true,"id":10679},"_Padding":{"__isSmartRef__":true,"id":10680},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-622d4bda-ce8f-4f0b-96a0-3e8b5a998bf4","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":10681},"_BorderRadius":6,"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10677":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10678":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"10679":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10680":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10681":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10682":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"10683":{"morph":{"__isSmartRef__":true,"id":10652},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10684":{"x":315,"y":105,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10685":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"10686":{"partsSpaceName":"PartsBin/groupBejeweled/","name":"OpacityRectangle","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"10687":{"submorphs":[{"__isSmartRef__":true,"id":10688},{"__isSmartRef__":true,"id":10698}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10711},"derivationIds":[null],"id":"C7BF826C-2FBF-4CC2-A8BE-0AB6416E0400","renderContextTable":{"__isSmartRef__":true,"id":10717},"eventHandler":{"__isSmartRef__":true,"id":10718},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":10719},"partsBinURL":{"__isSmartRef__":true,"id":10720},"targetName":"ResizerEllipse","partItem":{"__isSmartRef__":true,"id":10721},"owner":{"__isSmartRef__":true,"id":7942},"isSelected":false,"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"10688":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10689},"derivationIds":[null],"id":"6FEF1984-AC69-4CD1-A484-2FB7FB7B9FB3","renderContextTable":{"__isSmartRef__":true,"id":10694},"eventHandler":{"__isSmartRef__":true,"id":10695},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":10696},"priorExtent":{"__isSmartRef__":true,"id":10697},"owner":{"__isSmartRef__":true,"id":10687},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"10689":{"renderContextTable":{"__isSmartRef__":true,"id":10690},"_NodeClass":["morph"],"_NodeId":"morph-6fef1984-ac69-4cd1-a484-2fb7fb7b9fb3","_Extent":{"__isSmartRef__":true,"id":10691},"_Padding":{"__isSmartRef__":true,"id":10692},"stringifiedShapeNode":"
","extent":{"__isSmartRef__":true,"id":10693},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10690":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"10691":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10692":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10693":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10694":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"10695":{"morph":{"__isSmartRef__":true,"id":10688},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10696":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10697":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10698":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10699},"derivationIds":[null],"id":"EF34CC13-1E58-4E80-A8E6-28B7E9B2E8DF","renderContextTable":{"__isSmartRef__":true,"id":10705},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":10706}],"eventHandler":{"__isSmartRef__":true,"id":10708},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":10687},"_Visible":true,"priorExtent":{"__isSmartRef__":true,"id":10709},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"_Position":{"__isSmartRef__":true,"id":10710},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10699":{"_Position":{"__isSmartRef__":true,"id":10700},"renderContextTable":{"__isSmartRef__":true,"id":10701},"_Extent":{"__isSmartRef__":true,"id":10702},"_Padding":{"__isSmartRef__":true,"id":10703},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":10704},"_NodeClass":["morph","text"],"_NodeId":"morph-ef34cc13-1e58-4e80-a8e6-28b7e9b2e8df","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10700":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10701":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"10702":{"x":83,"y":16,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10703":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10704":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10705":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"10706":{"style":{"__isSmartRef__":true,"id":10707},"chunkOwner":{"__isSmartRef__":true,"id":10698},"storedString":"ResizerEllipse","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10707":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10708":{"morph":{"__isSmartRef__":true,"id":10698},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10709":{"x":83,"y":16,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10710":{"x":-1.5,"y":70,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10711":{"_Position":{"__isSmartRef__":true,"id":10712},"renderContextTable":{"__isSmartRef__":true,"id":10713},"_Extent":{"__isSmartRef__":true,"id":10714},"_Padding":{"__isSmartRef__":true,"id":10715},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-c7bf826c-2fbf-4cc2-a8be-0ab6416e0400","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":10716},"_BorderRadius":6,"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10712":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10713":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"10714":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10715":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10716":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10717":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"10718":{"morph":{"__isSmartRef__":true,"id":10687},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10719":{"x":420,"y":105,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10720":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"10721":{"partsSpaceName":"PartsBin/groupBejeweled/","name":"ResizerEllipse","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"10722":{"position":{"__isSmartRef__":true,"id":10723},"_Extent":{"__isSmartRef__":true,"id":10724},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":10725},"_Fill":{"__isSmartRef__":true,"id":10726},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":10727},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"scroll","_Padding":{"__isSmartRef__":true,"id":10728},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"10723":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10724":{"x":607.573230508443,"y":437.2498366837016,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10725":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10726":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10727":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"10728":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10729":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"idOnLoad":"B2356D72-C649-47C7-BEE7-B11D5AAAAC54","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"10730":{"x":607.573230508443,"y":437.2498366837016,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10731":{"sourceObj":{"__isSmartRef__":true,"id":7942},"sourceAttrName":"selectedItem","targetObj":{"__isSmartRef__":true,"id":7498},"targetMethodName":"setSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"10732":{"resizeHeight":true,"resizeWidth":true},"10733":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"10734":{"morph":{"__isSmartRef__":true,"id":7942},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"10735":{"x":156,"y":38,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10736":{"adjustForNewBounds":{"__isSmartRef__":true,"id":10737},"unselectAll":{"__isSmartRef__":true,"id":10744},"selectPartItem":{"__isSmartRef__":true,"id":10747},"startAddingPartItems":{"__isSmartRef__":true,"id":10750},"addPartItemAsync":{"__isSmartRef__":true,"id":10754},"stopAddingPartItemsAsync":{"__isSmartRef__":true,"id":10758}},"10737":{"varMapping":{"__isSmartRef__":true,"id":10738},"source":"function adjustForNewBounds() {\n/*\n\tthis.adjustForNewBounds()\n*/\n\t$super();\n\tvar bounds = this.innerBounds(),\n\t\tx = bounds.x,\n\t\ty = bounds.y,\n\t\twidth = bounds.width;\n\tthis.submorphs.forEach(function(morph) {\n\t\tvar extent = morph.getExtent();\n\t\tif (extent.x + x > width) {\n\t\t\tx = 0;\n\t\t\ty += extent.y + 5;\n\t\t}\n\t\tmorph.setPosition(pt(x,y))\n\t\tx += extent.x + 5;\n\t})\n}","funcProperties":{"__isSmartRef__":true,"id":10743},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10738":{"this":{"__isSmartRef__":true,"id":7942},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10739}},"10739":{"$super":{"__isSmartRef__":true,"id":10740}},"10740":{"varMapping":{"__isSmartRef__":true,"id":10741},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":10742},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10741":{"obj":{"__isSmartRef__":true,"id":7942},"name":"adjustForNewBounds"},"10742":{},"10743":{},"10744":{"varMapping":{"__isSmartRef__":true,"id":10745},"source":"function unselectAll() {\n\tthis.submorphs.invoke('showAsNotSelected');\n}","funcProperties":{"__isSmartRef__":true,"id":10746},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10745":{"this":{"__isSmartRef__":true,"id":7942}},"10746":{},"10747":{"varMapping":{"__isSmartRef__":true,"id":10748},"source":"function selectPartItem(item) {\n\tthis.selectedItem = item && item.partItem;\n\tthis.submorphs.without(item).invoke('showAsNotSelected');\n}","funcProperties":{"__isSmartRef__":true,"id":10749},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10748":{"this":{"__isSmartRef__":true,"id":7942}},"10749":{},"10750":{"varMapping":{"__isSmartRef__":true,"id":10751},"source":"function startAddingPartItems(partItems) {\n this.partItemsToBeAdded = partItems.clone();\n this.startStepping(0, 'addPartItemAsync')\n}","funcProperties":{"__isSmartRef__":true,"id":10752},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10751":{"this":{"__isSmartRef__":true,"id":7942}},"10752":{"user":"robertkrahn","timestamp":{"__isSmartRef__":true,"id":10753}},"10753":{"isSerializedDate":true,"string":"Fri Jul 01 2011 02:00:58 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10754":{"varMapping":{"__isSmartRef__":true,"id":10755},"source":"function addPartItemAsync() {\n if (!this.partItemsToBeAdded || this.partItemsToBeAdded.length == 0) {\n this.stopAddingPartItemsAsync();\n return;\n }\n\n var partItem = this.partItemsToBeAdded.shift();\n var morph = partItem.asPartsBinItem();\n this.addMorph(morph);\n this.adjustForNewBounds() \n}","funcProperties":{"__isSmartRef__":true,"id":10756},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10755":{"this":{"__isSmartRef__":true,"id":7942}},"10756":{"user":"robertkrahn","timestamp":{"__isSmartRef__":true,"id":10757}},"10757":{"isSerializedDate":true,"string":"Fri Jul 01 2011 02:03:38 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10758":{"varMapping":{"__isSmartRef__":true,"id":10759},"source":"function stopAddingPartItemsAsync() {\n this.stopStepping();\n delete this.partItemsToBeAdded;\n}","funcProperties":{"__isSmartRef__":true,"id":10760},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10759":{"this":{"__isSmartRef__":true,"id":7942}},"10760":{"user":"robertkrahn","timestamp":{"__isSmartRef__":true,"id":10761}},"10761":{"isSerializedDate":true,"string":"Fri Jul 01 2011 02:03:46 GMT+0200 (Mitteleuropäische Sommerzeit)"},"10762":{"submorphs":[{"__isSmartRef__":true,"id":10763}],"scripts":[],"id":"BD0A0019-E3DF-47DD-A860-2E25773DC4CF","shape":{"__isSmartRef__":true,"id":10779},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":10795},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":10783},"lighterFill":{"__isSmartRef__":true,"id":10796},"label":{"__isSmartRef__":true,"id":10763},"name":"removeCategoryButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":10805},"attributeConnections":[{"__isSmartRef__":true,"id":10806}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":10807},"owner":{"__isSmartRef__":true,"id":7498},"layout":{"__isSmartRef__":true,"id":10808},"renderContextTable":{"__isSmartRef__":true,"id":10809},"eventHandler":{"__isSmartRef__":true,"id":10810},"derivationIds":[1238,"779C0566-5466-4191-9056-3A104C7EFAEC","F8319D79-817B-415B-80D1-ACE5F12CDD01","37900DC1-0689-4E1B-9709-A65C15C40367","399B28D7-03E3-4E38-8710-E7A5F5F513D1","8EA24F2B-6E35-4013-8CCB-18016701673B","C5991ECA-726A-42D6-8AB1-1B6DA1AAD119","7C6FC789-C7D6-482C-906E-5EABA9E0E151","7C90668B-396F-43DB-AB44-3277DA8BE863","CDE8D251-2EED-4992-B316-64B64110C044","5D293BC5-06E6-425F-B654-F22EF9E8225E","A568DFA0-B5A0-42C6-A370-F4C23551D3DA","8FAE443C-8E8F-44EF-B5C8-7E103E74AD92","3FD3C7A0-B776-41AF-86DF-DC5A4EE9403E","115E4AE3-4DA0-482F-91C6-DB88E0E266D0","36F8D23F-3ADC-40FB-9A9B-D726CA8560D2","F32C1526-A32B-46B5-B550-44C9A527EB19","B075E4A4-D511-45BC-A05D-E9FEB4D8EF29","D554E6AE-A18D-4BBA-AB29-419B75691B79"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10811},"__LivelyClassName__":"lively.morphic.Button"},"10763":{"submorphs":[],"scripts":[],"id":"6B625DF1-C304-4EB9-992D-BEB35AC3E184","shape":{"__isSmartRef__":true,"id":10764},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":10770},"_MaxTextWidth":18,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":10771},"_Padding":{"__isSmartRef__":true,"id":10772},"owner":{"__isSmartRef__":true,"id":10762},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":10773},"textChunks":[{"__isSmartRef__":true,"id":10774}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":10776},"eventHandler":{"__isSmartRef__":true,"id":10777},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":18,"_MinTextHeight":null,"derivationIds":[1239,"0950594A-94D2-49BB-8E22-06789654760D","9E11E76B-89E8-4AF1-8D7F-24952002D1DE","39E0A384-A8F7-4ECE-A3F3-3B39C85B1DBA","7970902A-4F1C-4337-8A61-02D5AEA5697B","DE30399C-D0BE-412E-B0C6-18B37109F841","E311AA2E-9F6A-4DF4-AAD2-6631660E1203","AA4706D6-6736-4F85-80F2-48443DC7DA44","C2A120EC-B8B5-44A6-801B-F8E9FDE230BF","34EB9510-4D09-4B14-8B09-45852E807EEC","578C10D1-9557-441C-ABD1-303291DEFD1A","680618F4-7A7D-43A9-B75C-4515C8D3A904","1631FBD4-94FC-4C42-A426-822A8D107F36","574DCB97-CFE4-470B-944F-567F9CBAD365","81CA5687-24FD-462D-BFD3-A33C82169582","B85E3B2A-7437-47F6-BDF5-D02C7F6C5A0F","0375365E-D522-4331-BCA3-1B9C85143F76","34D3646F-8812-4695-9CFD-CD9AF31869F4","D8EE495F-73DC-4FA7-83BA-744F42C42961"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":10778},"__LivelyClassName__":"lively.morphic.Text"},"10764":{"position":{"__isSmartRef__":true,"id":10765},"_Extent":{"__isSmartRef__":true,"id":10766},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":10767},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":10768},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":10769},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"10765":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10766":{"x":20,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10767":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10768":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"10769":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10770":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10771":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10772":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10773":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10774":{"style":{"__isSmartRef__":true,"id":10775},"chunkOwner":{"__isSmartRef__":true,"id":10763},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"-","__LivelyClassName__":"lively.morphic.TextChunk"},"10775":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"10776":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"10777":{"morph":{"__isSmartRef__":true,"id":10763},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"10778":{"requiredModules":[],"idOnLoad":"6B625DF1-C304-4EB9-992D-BEB35AC3E184","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10779":{"position":{"__isSmartRef__":true,"id":10780},"_Extent":{"__isSmartRef__":true,"id":10781},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":10782},"_Fill":{"__isSmartRef__":true,"id":10783},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":10793},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":10794},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"10780":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10781":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10782":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10783":{"stops":[{"__isSmartRef__":true,"id":10784},{"__isSmartRef__":true,"id":10786},{"__isSmartRef__":true,"id":10788},{"__isSmartRef__":true,"id":10790}],"vector":{"__isSmartRef__":true,"id":10792},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"10784":{"offset":0,"color":{"__isSmartRef__":true,"id":10785}},"10785":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10786":{"offset":0.4,"color":{"__isSmartRef__":true,"id":10787}},"10787":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10788":{"offset":0.6,"color":{"__isSmartRef__":true,"id":10789}},"10789":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10790":{"offset":1,"color":{"__isSmartRef__":true,"id":10791}},"10791":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10792":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10793":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"10794":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10795":{"x":120,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10796":{"stops":[{"__isSmartRef__":true,"id":10797},{"__isSmartRef__":true,"id":10799},{"__isSmartRef__":true,"id":10801},{"__isSmartRef__":true,"id":10803}],"vector":{"__isSmartRef__":true,"id":10792},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"10797":{"offset":0,"color":{"__isSmartRef__":true,"id":10798}},"10798":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10799":{"offset":0.4,"color":{"__isSmartRef__":true,"id":10800}},"10800":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10801":{"offset":0.6,"color":{"__isSmartRef__":true,"id":10802}},"10802":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10803":{"offset":1,"color":{"__isSmartRef__":true,"id":10804}},"10804":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10805":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"idOnLoad":"BD0A0019-E3DF-47DD-A860-2E25773DC4CF","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"10806":{"sourceObj":{"__isSmartRef__":true,"id":10762},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10762},"targetMethodName":"onFire","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"10807":{"x":134.06609913216516,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10808":{"moveVertical":false},"10809":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"10810":{"morph":{"__isSmartRef__":true,"id":10762},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"10811":{"onFire":{"__isSmartRef__":true,"id":10812}},"10812":{"varMapping":{"__isSmartRef__":true,"id":10813},"source":"function onFire() {\n\tthis.get('PartsBinBrowser').removeCategoryInteractively()\n}","funcProperties":{"__isSmartRef__":true,"id":10814},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10813":{"this":{"__isSmartRef__":true,"id":10762}},"10814":{},"10815":{"submorphs":[{"__isSmartRef__":true,"id":10816}],"scripts":[],"id":"61AC193E-6E00-49CA-88C7-D27CD8E03E53","shape":{"__isSmartRef__":true,"id":10832},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":10848},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":10836},"lighterFill":{"__isSmartRef__":true,"id":10849},"label":{"__isSmartRef__":true,"id":10816},"name":"addCategoryButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":10858},"attributeConnections":[{"__isSmartRef__":true,"id":10859}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":10860},"owner":{"__isSmartRef__":true,"id":7498},"layout":{"__isSmartRef__":true,"id":10861},"renderContextTable":{"__isSmartRef__":true,"id":10862},"eventHandler":{"__isSmartRef__":true,"id":10863},"derivationIds":[1240,"4C2C10AA-3167-4B7D-9518-38AA200B5BC6","03AA66B1-0216-4615-BC50-CD240729363E","E4ECDC08-B9DE-4716-97F1-FA4A9D84B22D","AA637DB5-981E-4875-A449-4FEA2FC1C13F","55DB5207-1834-4135-81B3-4F1837BD85E0","30C8FE48-BA9E-43F9-B4FC-0341EC392ACF","2C20BACF-1CEC-44C2-8F56-12470A7027A9","C650BBE2-143B-4BC5-8EF1-1A524E123AE5","F33FAD3D-DBA2-49AD-84F4-4754F4036D2D","1482E0D5-DF16-48E6-8815-B26DA5EE5818","EAC37F08-BCB6-4170-8667-1B6CFCF4E5A1","B09187AF-0ADE-40E9-8854-F43365D6200B","45D0DBA7-4458-4FB4-A7DE-5D5F8FA7C07C","B8FF07C9-562A-462B-9E72-0374A9AF23B6","5BDD2225-268A-48C3-9D60-A54BE7218F3E","024166B5-514F-42E9-9B8F-92BE1B1B561F","1A0825CD-8DCC-4F32-93FF-4912FB1E4F15","3320CEA7-B9AF-42CD-AD29-0D52B7739050"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10864},"__LivelyClassName__":"lively.morphic.Button"},"10816":{"submorphs":[],"scripts":[],"id":"51273B24-33C7-4489-BB28-DD4D09699F6E","shape":{"__isSmartRef__":true,"id":10817},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":10823},"_MaxTextWidth":18,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":10824},"_Padding":{"__isSmartRef__":true,"id":10825},"owner":{"__isSmartRef__":true,"id":10815},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":10826},"textChunks":[{"__isSmartRef__":true,"id":10827}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":10829},"eventHandler":{"__isSmartRef__":true,"id":10830},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":18,"_MinTextHeight":null,"derivationIds":[1241,"4FB5FB12-B7A2-4FF0-A0A1-C45C2FAE8274","7FFD3B07-E2DB-4CA7-A11B-327EBF88268D","3AD91228-BC6B-4030-A2C5-4055DF856DE4","B0F178B5-2384-4150-9E8E-F9F630407349","B62BAE98-D2F9-4769-A7A2-64403D5C2C21","F208698E-6181-438F-8C96-4E6B9739967E","DA6A940F-C968-47AC-AC35-59D17BBB71BC","D72F3161-DE66-4A55-827B-FE95CB3855C1","38222CFF-F285-4D8C-8CE9-49E289A8DB01","27598E1E-5C29-40E9-9828-BDA39C7A14D0","2ED00864-0FC6-4DF5-98A8-E6C0D982098E","C1578206-028D-4DFF-8D5C-B8B472E478BD","AE545D90-295C-4BA2-B148-7CD56762EEC8","5A3C8159-95EC-45BA-A630-50FFF32492DB","4558E404-B6A2-456D-86CD-6A7ABD655AEB","70C14ABA-91D0-4910-9A6B-DE34408484EE","0D747327-F2BD-41C9-943C-E50F4EF2B5E3","C3C7355F-DF3C-4032-9C6D-55899FFC46DD"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":10831},"__LivelyClassName__":"lively.morphic.Text"},"10817":{"position":{"__isSmartRef__":true,"id":10818},"_Extent":{"__isSmartRef__":true,"id":10819},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":10820},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":10821},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":10822},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"10818":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10819":{"x":20,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10820":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10821":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"10822":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10823":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10824":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10825":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10826":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10827":{"style":{"__isSmartRef__":true,"id":10828},"chunkOwner":{"__isSmartRef__":true,"id":10816},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"+","__LivelyClassName__":"lively.morphic.TextChunk"},"10828":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"10829":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"10830":{"morph":{"__isSmartRef__":true,"id":10816},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"10831":{"requiredModules":[],"idOnLoad":"51273B24-33C7-4489-BB28-DD4D09699F6E","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10832":{"position":{"__isSmartRef__":true,"id":10833},"_Extent":{"__isSmartRef__":true,"id":10834},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":10835},"_Fill":{"__isSmartRef__":true,"id":10836},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":10846},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":10847},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"10833":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10834":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10835":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10836":{"stops":[{"__isSmartRef__":true,"id":10837},{"__isSmartRef__":true,"id":10839},{"__isSmartRef__":true,"id":10841},{"__isSmartRef__":true,"id":10843}],"vector":{"__isSmartRef__":true,"id":10845},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"10837":{"offset":0,"color":{"__isSmartRef__":true,"id":10838}},"10838":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10839":{"offset":0.4,"color":{"__isSmartRef__":true,"id":10840}},"10840":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10841":{"offset":0.6,"color":{"__isSmartRef__":true,"id":10842}},"10842":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10843":{"offset":1,"color":{"__isSmartRef__":true,"id":10844}},"10844":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10845":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10846":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"10847":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10848":{"x":100,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10849":{"stops":[{"__isSmartRef__":true,"id":10850},{"__isSmartRef__":true,"id":10852},{"__isSmartRef__":true,"id":10854},{"__isSmartRef__":true,"id":10856}],"vector":{"__isSmartRef__":true,"id":10845},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"10850":{"offset":0,"color":{"__isSmartRef__":true,"id":10851}},"10851":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10852":{"offset":0.4,"color":{"__isSmartRef__":true,"id":10853}},"10853":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10854":{"offset":0.6,"color":{"__isSmartRef__":true,"id":10855}},"10855":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10856":{"offset":1,"color":{"__isSmartRef__":true,"id":10857}},"10857":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10858":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"idOnLoad":"61AC193E-6E00-49CA-88C7-D27CD8E03E53","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"10859":{"sourceObj":{"__isSmartRef__":true,"id":10815},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10815},"targetMethodName":"onFire","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"10860":{"x":134.06609913216516,"y":19.99799699599498,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10861":{"moveVertical":false},"10862":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"10863":{"morph":{"__isSmartRef__":true,"id":10815},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"10864":{"onFire":{"__isSmartRef__":true,"id":10865}},"10865":{"varMapping":{"__isSmartRef__":true,"id":10866},"source":"function onFire() {\n\tthis.get('PartsBinBrowser').addCategoryInteractively()\n}","funcProperties":{"__isSmartRef__":true,"id":10867},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10866":{"this":{"__isSmartRef__":true,"id":10815}},"10867":{},"10868":{"submorphs":[],"scripts":[],"id":"A99AEAB5-A0A9-4BFB-B84F-FA73426D951A","shape":{"__isSmartRef__":true,"id":10869},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":10875},"_MaxTextWidth":531.2024292894854,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":10876},"showsHalos":false,"_FontSize":11,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"searchText","partsBinMetaInfo":{"__isSmartRef__":true,"id":10877},"textChunks":[{"__isSmartRef__":true,"id":10878}],"charsReplaced":"Search","lastFindLoc":-6,"priorSelectionRange":[0,0],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":10880},"renderContextTable":{"__isSmartRef__":true,"id":10881},"eventHandler":{"__isSmartRef__":true,"id":10882},"owner":{"__isSmartRef__":true,"id":7498},"isInputLine":true,"attributeConnections":[{"__isSmartRef__":true,"id":10883}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"layout":{"__isSmartRef__":true,"id":10884},"_WhiteSpaceHandling":"pre-wrap","_ClipMode":"visible","_MinTextWidth":531.2024292894854,"_MinTextHeight":null,"previousSelection":[0,7],"derivationIds":[1242,"A22EEABD-CB29-4C5C-8C48-F766E326BC3F","6A6D6852-0ACD-4AFB-B78D-5C1767FC64BF","9D304E91-4077-4112-BBAA-EA47623B1BD8","178FCB01-0879-494A-9F87-056D582D689E","26B6A9F2-7F9D-4666-AB17-65E0DCD0BA0A","74080715-3CAE-431E-94C4-C98DDDF12BCD","54094B9D-EC29-4193-AE36-80A09F2E996E","3C430B51-E92E-42CF-9F28-9155B1DD75BE","95739011-C77B-4A83-92C9-404E7678E001","CE98D4C0-8E1E-40C3-AA60-10700C5B09B8","9FCABE52-F360-4ABC-81B7-C64D6A931C03","AFE833D0-7AAD-4F80-9FA0-E34F01873FB9","0519742E-9514-4066-9CD3-ED884C62AE77","2175C2DC-5DAA-4A1A-803E-8B55C07D6806","3148E12F-D9FA-4141-9A5E-73E3F8A65776","86933F48-407D-458F-ADB7-865018746EDD","0C9ED1AC-B0C4-4C07-AC29-B9CF795F80FB","CF02BEE5-9294-42D6-AA95-2DCAD8E1D80E"],"_Rotation":0,"_Scale":1,"savedTextString":"resize","__LivelyClassName__":"lively.morphic.Text"},"10869":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":10870},"_Extent":{"__isSmartRef__":true,"id":10871},"_BorderWidth":2.3680000000000003,"_BorderColor":{"__isSmartRef__":true,"id":10872},"renderContextTable":{"__isSmartRef__":true,"id":10873},"_BorderRadius":1.8500000000000003,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":10874},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"10870":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10871":{"x":552.9384292894854,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10872":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10873":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"10874":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10875":{"x":154.76802363450668,"y":13.108574301564317,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10876":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10877":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"A99AEAB5-A0A9-4BFB-B84F-FA73426D951A","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"10878":{"style":{"__isSmartRef__":true,"id":10879},"chunkOwner":{"__isSmartRef__":true,"id":10868},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"10879":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"10880":{"x":552.9384292894854,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10881":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"10882":{"morph":{"__isSmartRef__":true,"id":10868},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"10883":{"sourceObj":{"__isSmartRef__":true,"id":10868},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":7498},"targetMethodName":"search","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"10884":{"resizeWidth":true},"10885":{"submorphs":[],"scripts":[],"id":"EFDE0BB3-9581-4098-B0B2-5D736B203E5B","shape":{"__isSmartRef__":true,"id":10886},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":10892},"_MaxTextWidth":168,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":10889},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text4","partsBinMetaInfo":{"__isSmartRef__":true,"id":10893},"textChunks":[{"__isSmartRef__":true,"id":10894}],"charsReplaced":"some text","lastFindLoc":-9,"priorSelectionRange":[6,6],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":10896},"renderContextTable":{"__isSmartRef__":true,"id":10897},"eventHandler":{"__isSmartRef__":true,"id":10898},"owner":{"__isSmartRef__":true,"id":7498},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":168,"_MinTextHeight":null,"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","previousSelection":[0,6],"derivationIds":[1243,"5346A257-CAB6-48DA-B412-636917F28280","E611ABED-3298-4027-89C5-503BFCFE4CA3","27AE40EC-F949-496E-8968-BA32D5E3A431","025BE71F-60AB-4115-B745-04714CE7774C","A2845EF4-117F-4AC3-AD19-E09D78C3C866","B854DD97-9BE2-44B9-BFF5-93AA931B4385","2FEEF365-D284-4F58-A92B-A8E11A69DAA6","41171B50-1911-4C21-A067-633FFB938163","6FF550A7-CD2A-48AA-B67F-9E24ACDEB0C1","107A1C0E-D268-4536-AF57-603A206E6460","108F5C5C-B711-4859-8463-980AD2E5EC4C","B78A07FF-977F-4CC1-8870-16B4756D22A1","EACE9426-8983-4C7C-9388-7829A84E90FB","01449D54-8A3D-46AD-9B4F-7CB12D5FF2A9","705CF292-539B-4A18-81B5-3D2B962B1D82","7810B7C5-9EAF-4413-85AB-8FE6E928F162","5B5C10A0-4921-4667-85C7-D7C5966142AF","6A39CF0A-97A8-49DF-9B54-020670AD0468"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"10886":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":10887},"_Extent":{"__isSmartRef__":true,"id":10888},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":10889},"renderContextTable":{"__isSmartRef__":true,"id":10890},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":10891},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"10887":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10888":{"x":168,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10889":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10890":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"10891":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10892":{"x":154.76802363450668,"y":0.10857430156420378,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10893":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"EFDE0BB3-9581-4098-B0B2-5D736B203E5B","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"10894":{"style":{"__isSmartRef__":true,"id":10895},"morph":{"__isSmartRef__":true,"id":10885},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":10885},"storedString":"search","__LivelyClassName__":"lively.morphic.TextChunk"},"10895":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"10896":{"x":168,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10897":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"10898":{"morph":{"__isSmartRef__":true,"id":10885},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"10899":{"submorphs":[{"__isSmartRef__":true,"id":10900}],"scripts":[],"id":"367883AE-3F16-4BF4-A41F-65421F7C60FA","shape":{"__isSmartRef__":true,"id":10915},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":10928},"lighterFill":{"__isSmartRef__":true,"id":10938},"label":{"__isSmartRef__":true,"id":10900},"attributeConnections":[{"__isSmartRef__":true,"id":10947},{"__isSmartRef__":true,"id":10972},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976}],"doNotSerialize":["$$fire","$$_Position","$$_Scale","$$_Rotation","$$owner"],"doNotCopyProperties":["$$fire","$$_Position","$$_Scale","$$_Rotation","$$owner"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":10998},"name":"moreButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":10999},"renderContextTable":{"__isSmartRef__":true,"id":11000},"eventHandler":{"__isSmartRef__":true,"id":11001},"priorExtent":{"__isSmartRef__":true,"id":11002},"layout":{"__isSmartRef__":true,"id":11003},"derivationIds":[1244,"C5093924-2C24-4CFD-B800-F131C46037DC","AB03EF5D-3025-4CB5-BEC2-E2C320D01FA0","817FF716-6521-4E26-BB87-16FA8F03677B","0F06625C-5212-45B6-A7D7-A07176D879F3","0ED68E94-8AB8-4A9A-A901-B500D901EAED","EF0C5FDE-98A3-45BD-8272-258EA652B5ED","98806A3E-629D-4352-BAA2-478838A8B085","A4F6BA8D-523C-411E-833E-DD810C034DB5","0CB2D4BC-8186-4D2F-BEA4-96BA094171C6","C0346302-E4FA-4685-861D-BF6C4697D40B","AC1B5887-56E7-4158-A93C-AD0CF60B3D87","9F28E804-B1DF-407A-90D2-DCF53D9BB909","1E73CC75-8F5D-42BD-9B81-7A64FDD0D205","484DD2FD-5AA0-4CEC-BB6C-1BBE9F32F6DC","AEACC2BC-5D09-41B9-A05D-2437E76BE49B","8A20C95D-D4D9-4AD5-8A55-CF241DB05538","65CA7334-2870-4045-BA15-D73FD78E21D0","19F6AD8A-BD21-4E66-9D47-F9B68C652286"],"_Position":{"__isSmartRef__":true,"id":11004},"_Scale":1,"_Rotation":0,"owner":{"__isSmartRef__":true,"id":7498},"_ClipMode":"visible","isPressed":false,"__LivelyClassName__":"lively.morphic.Button"},"10900":{"submorphs":[],"scripts":[],"id":"EF6FEFDB-07FD-42D7-A021-7FE0B910CAFA","shape":{"__isSmartRef__":true,"id":10901},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":45.76199368290986,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":10906},"textColor":{"__isSmartRef__":true,"id":10904},"owner":{"__isSmartRef__":true,"id":10899},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":10907}],"padding":{"__isSmartRef__":true,"id":10909},"_Padding":{"__isSmartRef__":true,"id":10910},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":10911},"_FontFamily":"Helvetica, Sans-Serif","renderContextTable":{"__isSmartRef__":true,"id":10912},"eventHandler":{"__isSmartRef__":true,"id":10913},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_Align":"center","_FontSize":10,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":45.76199368290986,"_MinTextHeight":null,"derivationIds":[1245,"0125C72B-2B04-4872-A0B1-0292F9733F9D","99E6F0CD-AA33-42BD-B6E6-3154AA491D70","DAFB157F-4F83-4402-894A-12549438C7E9","98F29C75-DB67-470E-8F9F-4B7135CE21D9","D4509212-C332-45F0-B768-69E4E0D59537","735C22EC-309F-484F-B643-48229EC6D6E5","72386EBF-DE01-4B53-9084-32841E59EE3C","8AB3572C-52F6-4F6A-B59F-9EFA069C1601","C882377D-6F5C-43E4-AEAB-996ECA6A82A1","DA159A64-D6F8-4A2F-834D-71C6289A1FC8","58923C3A-4492-4DB3-871A-DEE1219F199C","B4024F35-8AB7-43DE-BE23-2758B0EB4C26","93871BBA-3E5C-4B6F-8A5A-CB2AA4DDA546","98E9C433-F2D7-4ED4-B286-33CDFC7F8B7F","82135AAD-8041-4CA4-B78C-0D80FBA43722","358F966D-679E-4DC3-98C0-8D697712CD4E","0D4E0BD4-0743-470F-8F3B-E0602F5CE408","7F61D12A-0120-49DD-A4D5-CB25BB23ED74"],"_Scale":1,"_TextColor":{"__isSmartRef__":true,"id":118},"partsBinMetaInfo":{"__isSmartRef__":true,"id":10914},"__LivelyClassName__":"lively.morphic.Text"},"10901":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":10902},"_Extent":{"__isSmartRef__":true,"id":10903},"_BorderColor":{"__isSmartRef__":true,"id":10904},"renderContextTable":{"__isSmartRef__":true,"id":10905},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":7607},"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"10902":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10903":{"x":45.76199368290986,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10904":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10905":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"10906":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10907":{"style":{"__isSmartRef__":true,"id":10908},"chunkOwner":{"__isSmartRef__":true,"id":10900},"storedString":"hide","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10908":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10909":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10910":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10911":{"x":45.76199368290986,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10912":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"10913":{"morph":{"__isSmartRef__":true,"id":10900},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"10914":{"requiredModules":[],"idOnLoad":"EF6FEFDB-07FD-42D7-A021-7FE0B910CAFA","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10915":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":10916},"_Extent":{"__isSmartRef__":true,"id":10917},"_Fill":{"__isSmartRef__":true,"id":10918},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":10925},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":10926},"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":10927},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"10916":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10917":{"x":45.76199368290986,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10918":{"stops":[{"__isSmartRef__":true,"id":10919},{"__isSmartRef__":true,"id":10921},{"__isSmartRef__":true,"id":10922},{"__isSmartRef__":true,"id":10923}],"vector":{"__isSmartRef__":true,"id":153},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10919":{"offset":0,"color":{"__isSmartRef__":true,"id":10920}},"10920":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10921":{"offset":0.3,"color":{"__isSmartRef__":true,"id":149}},"10922":{"offset":0.7,"color":{"__isSmartRef__":true,"id":149}},"10923":{"offset":1,"color":{"__isSmartRef__":true,"id":10924}},"10924":{"r":0.7973333333333334,"g":0.7973333333333334,"b":0.7973333333333334,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10925":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10926":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"10927":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10928":{"stops":[{"__isSmartRef__":true,"id":10929},{"__isSmartRef__":true,"id":10931},{"__isSmartRef__":true,"id":10933},{"__isSmartRef__":true,"id":10935}],"vector":{"__isSmartRef__":true,"id":10937},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"10929":{"offset":0,"color":{"__isSmartRef__":true,"id":10930}},"10930":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10931":{"offset":0.4,"color":{"__isSmartRef__":true,"id":10932}},"10932":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10933":{"offset":0.6,"color":{"__isSmartRef__":true,"id":10934}},"10934":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10935":{"offset":1,"color":{"__isSmartRef__":true,"id":10936}},"10936":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10937":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10938":{"stops":[{"__isSmartRef__":true,"id":10939},{"__isSmartRef__":true,"id":10941},{"__isSmartRef__":true,"id":10943},{"__isSmartRef__":true,"id":10945}],"vector":{"__isSmartRef__":true,"id":10937},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"10939":{"offset":0,"color":{"__isSmartRef__":true,"id":10940}},"10940":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10941":{"offset":0.4,"color":{"__isSmartRef__":true,"id":10942}},"10942":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10943":{"offset":0.6,"color":{"__isSmartRef__":true,"id":10944}},"10944":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10945":{"offset":1,"color":{"__isSmartRef__":true,"id":10946}},"10946":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10947":{"sourceObj":{"__isSmartRef__":true,"id":10899},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":7498},"targetMethodName":"toggleMorePane","visualConnector":{"__isSmartRef__":true,"id":10948},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"10948":{"submorphs":[],"scripts":[],"id":7318,"renderContextTable":{"__isSmartRef__":true,"id":10949},"shape":{"__isSmartRef__":true,"id":10950},"droppingEnabled":true,"halosEnabled":true,"eventHandler":{"__isSmartRef__":true,"id":10957},"controlPoints":[{"__isSmartRef__":true,"id":10958},{"__isSmartRef__":true,"id":10961}],"con":{"__isSmartRef__":true,"id":10947},"showsMorphMenu":true,"isCopyMorphRef":true,"morphRefId":1,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10964},"__LivelyClassName__":"lively.morphic.Path"},"10949":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"10950":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":10951},{"__isSmartRef__":true,"id":10952}],"renderContextTable":{"__isSmartRef__":true,"id":10953},"_Position":{"__isSmartRef__":true,"id":10954},"_Extent":{"__isSmartRef__":true,"id":10955},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":10956},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"10951":{"isAbsolute":true,"x":1532.3221585389101,"y":667.65574413064,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"10952":{"isAbsolute":true,"x":806.7674590271637,"y":653.5438324747307,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"10953":{},"10954":{"x":-2,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10955":{"x":720.7977294921875,"y":13.972190856933594,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10956":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"10957":{"morph":{"__isSmartRef__":true,"id":10948},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"10958":{"morph":{"__isSmartRef__":true,"id":10948},"index":0,"connectedMagnet":{"__isSmartRef__":true,"id":10959},"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"10959":{"morph":{"__isSmartRef__":true,"id":10899},"position":{"__isSmartRef__":true,"id":10960},"connectedControlPoints":[{"__isSmartRef__":true,"id":10958}],"__SourceModuleName__":"Global.lively.morphic.Connectors","__LivelyClassName__":"lively.morphic.Magnet"},"10960":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10961":{"morph":{"__isSmartRef__":true,"id":10948},"index":1,"connectedMagnet":{"__isSmartRef__":true,"id":10962},"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"10962":{"morph":{"__isSmartRef__":true,"id":7498},"position":{"__isSmartRef__":true,"id":10963},"connectedControlPoints":[{"__isSmartRef__":true,"id":10961}],"__SourceModuleName__":"Global.lively.morphic.Connectors","__LivelyClassName__":"lively.morphic.Magnet"},"10963":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"10964":{"morphMenuItems":{"__isSmartRef__":true,"id":10965}},"10965":{"varMapping":{"__isSmartRef__":true,"id":10966},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":10971},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10966":{"this":{"__isSmartRef__":true,"id":10948},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10967}},"10967":{"$super":{"__isSmartRef__":true,"id":10968}},"10968":{"varMapping":{"__isSmartRef__":true,"id":10969},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":10970},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10969":{"obj":{"__isSmartRef__":true,"id":10948},"name":"morphMenuItems"},"10970":{},"10971":{},"10972":{"sourceObj":{"__isSmartRef__":true,"id":10899},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":10958},"targetMethodName":"alignToMagnet","dependendConnections":[{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10987},{"__isSmartRef__":true,"id":10988},{"__isSmartRef__":true,"id":10989},{"__isSmartRef__":true,"id":10990},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10987},{"__isSmartRef__":true,"id":10988},{"__isSmartRef__":true,"id":10989},{"__isSmartRef__":true,"id":10990},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10987},{"__isSmartRef__":true,"id":10988},{"__isSmartRef__":true,"id":10989},{"__isSmartRef__":true,"id":10990},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10987},{"__isSmartRef__":true,"id":10988},{"__isSmartRef__":true,"id":10989},{"__isSmartRef__":true,"id":10990},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10987},{"__isSmartRef__":true,"id":10988},{"__isSmartRef__":true,"id":10989},{"__isSmartRef__":true,"id":10990},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10987},{"__isSmartRef__":true,"id":10988},{"__isSmartRef__":true,"id":10989},{"__isSmartRef__":true,"id":10990},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10987},{"__isSmartRef__":true,"id":10988},{"__isSmartRef__":true,"id":10989},{"__isSmartRef__":true,"id":10990},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10987},{"__isSmartRef__":true,"id":10988},{"__isSmartRef__":true,"id":10989},{"__isSmartRef__":true,"id":10990},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10987},{"__isSmartRef__":true,"id":10988},{"__isSmartRef__":true,"id":10989},{"__isSmartRef__":true,"id":10990},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10987},{"__isSmartRef__":true,"id":10988},{"__isSmartRef__":true,"id":10989},{"__isSmartRef__":true,"id":10990},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10987},{"__isSmartRef__":true,"id":10988},{"__isSmartRef__":true,"id":10989},{"__isSmartRef__":true,"id":10990},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10987},{"__isSmartRef__":true,"id":10988},{"__isSmartRef__":true,"id":10989},{"__isSmartRef__":true,"id":10990},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10987},{"__isSmartRef__":true,"id":10988},{"__isSmartRef__":true,"id":10989},{"__isSmartRef__":true,"id":10990},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10987},{"__isSmartRef__":true,"id":10988},{"__isSmartRef__":true,"id":10989},{"__isSmartRef__":true,"id":10990},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10987},{"__isSmartRef__":true,"id":10988},{"__isSmartRef__":true,"id":10989},{"__isSmartRef__":true,"id":10990},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10987},{"__isSmartRef__":true,"id":10988},{"__isSmartRef__":true,"id":10989},{"__isSmartRef__":true,"id":10990},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10987},{"__isSmartRef__":true,"id":10988},{"__isSmartRef__":true,"id":10989},{"__isSmartRef__":true,"id":10990},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10987},{"__isSmartRef__":true,"id":10988},{"__isSmartRef__":true,"id":10989},{"__isSmartRef__":true,"id":10990},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10987},{"__isSmartRef__":true,"id":10988},{"__isSmartRef__":true,"id":10989},{"__isSmartRef__":true,"id":10990},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10987},{"__isSmartRef__":true,"id":10988},{"__isSmartRef__":true,"id":10989},{"__isSmartRef__":true,"id":10990},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10987},{"__isSmartRef__":true,"id":10988},{"__isSmartRef__":true,"id":10989},{"__isSmartRef__":true,"id":10990}],"oldTransform":{"__isSmartRef__":true,"id":10996},"__SourceModuleName__":"Global.lively.bindings.GeometryBindings","__LivelyClassName__":"lively.morphic.GeometryTransformConnection"},"10973":{"sourceObj":{"__isSmartRef__":true,"id":10899},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":10972},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":10972},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"10974":{"sourceObj":{"__isSmartRef__":true,"id":10899},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":10972},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":10972},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"10975":{"sourceObj":{"__isSmartRef__":true,"id":10899},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":10972},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":10972},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"10976":{"sourceObj":{"__isSmartRef__":true,"id":10899},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":10972},"targetMethodName":"updateOwners","converter":null,"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10977},"dependedBy":{"__isSmartRef__":true,"id":10972},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"10977":{"source":{"__isSmartRef__":true,"id":10899},"target":{"__isSmartRef__":true,"id":10972}},"10978":{"sourceObj":{"__isSmartRef__":true,"id":7498},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":10972},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":10972},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"10979":{"sourceObj":{"__isSmartRef__":true,"id":7498},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":10972},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":10972},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"10980":{"sourceObj":{"__isSmartRef__":true,"id":7498},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":10972},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":10972},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"10981":{"sourceObj":{"__isSmartRef__":true,"id":7498},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":10972},"targetMethodName":"updateOwners","converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10982},"dependedBy":{"__isSmartRef__":true,"id":10972},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10983},"__LivelyClassName__":"AttributeConnection"},"10982":{"source":{"__isSmartRef__":true,"id":7498},"target":{"__isSmartRef__":true,"id":10972}},"10983":{"converter":{"__isSmartRef__":true,"id":10984}},"10984":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":10985},"source":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","funcProperties":{"__isSmartRef__":true,"id":10986},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10985":{"source":{"__isSmartRef__":true,"id":7498},"target":{"__isSmartRef__":true,"id":10972}},"10986":{},"10987":{"sourceObj":{"__isSmartRef__":true,"id":7497},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":10972},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":10972},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"10988":{"sourceObj":{"__isSmartRef__":true,"id":7497},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":10972},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":10972},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"10989":{"sourceObj":{"__isSmartRef__":true,"id":7497},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":10972},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":10972},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"10990":{"sourceObj":{"__isSmartRef__":true,"id":7497},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":10972},"targetMethodName":"updateOwners","converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10991},"dependedBy":{"__isSmartRef__":true,"id":10972},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10992},"__LivelyClassName__":"AttributeConnection"},"10991":{"source":{"__isSmartRef__":true,"id":7497},"target":{"__isSmartRef__":true,"id":10972}},"10992":{"converter":{"__isSmartRef__":true,"id":10993}},"10993":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":10994},"source":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","funcProperties":{"__isSmartRef__":true,"id":10995},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"10994":{"source":{"__isSmartRef__":true,"id":7497},"target":{"__isSmartRef__":true,"id":10972}},"10995":{},"10996":{"d":1.01,"a":1.01,"f":667.65574413064,"e":1532.3221585389101,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":10997},"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10997":{"a":1.01,"b":0,"c":0,"d":1.01,"e":1532.3221585389101,"f":667.65574413064,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10998":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"10999":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","partName":"Button","idOnLoad":"367883AE-3F16-4BF4-A41F-65421F7C60FA","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"11000":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"11001":{"morph":{"__isSmartRef__":true,"id":10899},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"11002":{"x":46.754037491637405,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"11003":{"moveHorizontal":true},"11004":{"x":718.3709896155905,"y":13.972189758325953,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"11005":{"position":{"__isSmartRef__":true,"id":11006},"_Extent":{"__isSmartRef__":true,"id":11007},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":11008},"_Fill":{"__isSmartRef__":true,"id":11009},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":11010},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":11011},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"11006":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"11007":{"x":770.7575068769036,"y":487.2498366837016,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"11008":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"11009":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"11010":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"11011":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"11012":{"partsSpaceName":"PartsBin/Tools","__SourceModuleName__":"Global.lively.PartsBin","requiredModules":["lively.PartsBin","apps.DateFormat"],"migrationLevel":4,"comment":"Browser for a Parts repository.","partName":"PartsBinBrowser","changes":[{"__isSmartRef__":true,"id":11013}],"idOnLoad":"D14B4724-62CD-4515-A8D1-5C8EF434166C","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"11013":{"date":{"__isSmartRef__":true,"id":11014},"author":"markoroeder","message":"Reset to clean copy. Added this.categories to doNotSerialize list.","id":"1D9493E9-B229-4716-8649-F1333D5133D0"},"11014":{"isSerializedDate":true,"string":"Thu Jan 05 2012 15:19:05 GMT+0100 (Mitteleuropäische Zeit)"},"11015":{"sourceObj":{"__isSmartRef__":true,"id":7498},"sourceAttrName":"categoryName","targetObj":{"__isSmartRef__":true,"id":7498},"targetMethodName":"loadPartsOfCategory","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"11016":{"sourceObj":{"__isSmartRef__":true,"id":7498},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":10961},"targetMethodName":"alignToMagnet","dependendConnections":[{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11026},{"__isSmartRef__":true,"id":11027},{"__isSmartRef__":true,"id":11028},{"__isSmartRef__":true,"id":11029},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11026},{"__isSmartRef__":true,"id":11027},{"__isSmartRef__":true,"id":11028},{"__isSmartRef__":true,"id":11029},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11026},{"__isSmartRef__":true,"id":11027},{"__isSmartRef__":true,"id":11028},{"__isSmartRef__":true,"id":11029},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11026},{"__isSmartRef__":true,"id":11027},{"__isSmartRef__":true,"id":11028},{"__isSmartRef__":true,"id":11029},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11026},{"__isSmartRef__":true,"id":11027},{"__isSmartRef__":true,"id":11028},{"__isSmartRef__":true,"id":11029},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11026},{"__isSmartRef__":true,"id":11027},{"__isSmartRef__":true,"id":11028},{"__isSmartRef__":true,"id":11029},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11026},{"__isSmartRef__":true,"id":11027},{"__isSmartRef__":true,"id":11028},{"__isSmartRef__":true,"id":11029},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11026},{"__isSmartRef__":true,"id":11027},{"__isSmartRef__":true,"id":11028},{"__isSmartRef__":true,"id":11029},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11026},{"__isSmartRef__":true,"id":11027},{"__isSmartRef__":true,"id":11028},{"__isSmartRef__":true,"id":11029},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11026},{"__isSmartRef__":true,"id":11027},{"__isSmartRef__":true,"id":11028},{"__isSmartRef__":true,"id":11029},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11026},{"__isSmartRef__":true,"id":11027},{"__isSmartRef__":true,"id":11028},{"__isSmartRef__":true,"id":11029},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11026},{"__isSmartRef__":true,"id":11027},{"__isSmartRef__":true,"id":11028},{"__isSmartRef__":true,"id":11029},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11026},{"__isSmartRef__":true,"id":11027},{"__isSmartRef__":true,"id":11028},{"__isSmartRef__":true,"id":11029},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11026},{"__isSmartRef__":true,"id":11027},{"__isSmartRef__":true,"id":11028},{"__isSmartRef__":true,"id":11029},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11026},{"__isSmartRef__":true,"id":11027},{"__isSmartRef__":true,"id":11028},{"__isSmartRef__":true,"id":11029},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11026},{"__isSmartRef__":true,"id":11027},{"__isSmartRef__":true,"id":11028},{"__isSmartRef__":true,"id":11029},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11026},{"__isSmartRef__":true,"id":11027},{"__isSmartRef__":true,"id":11028},{"__isSmartRef__":true,"id":11029},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11026},{"__isSmartRef__":true,"id":11027},{"__isSmartRef__":true,"id":11028},{"__isSmartRef__":true,"id":11029},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11026},{"__isSmartRef__":true,"id":11027},{"__isSmartRef__":true,"id":11028},{"__isSmartRef__":true,"id":11029},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11026},{"__isSmartRef__":true,"id":11027},{"__isSmartRef__":true,"id":11028},{"__isSmartRef__":true,"id":11029},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11026},{"__isSmartRef__":true,"id":11027},{"__isSmartRef__":true,"id":11028},{"__isSmartRef__":true,"id":11029}],"oldTransform":{"__isSmartRef__":true,"id":11035},"__SourceModuleName__":"Global.lively.bindings.GeometryBindings","__LivelyClassName__":"lively.morphic.GeometryTransformConnection"},"11017":{"sourceObj":{"__isSmartRef__":true,"id":7498},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":11016},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":11016},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"11018":{"sourceObj":{"__isSmartRef__":true,"id":7498},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":11016},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":11016},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"11019":{"sourceObj":{"__isSmartRef__":true,"id":7498},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":11016},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":11016},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"11020":{"sourceObj":{"__isSmartRef__":true,"id":7498},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":11016},"targetMethodName":"updateOwners","converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11021},"dependedBy":{"__isSmartRef__":true,"id":11016},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":11022},"__LivelyClassName__":"AttributeConnection"},"11021":{"source":{"__isSmartRef__":true,"id":7498},"target":{"__isSmartRef__":true,"id":11016}},"11022":{"converter":{"__isSmartRef__":true,"id":11023}},"11023":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":11024},"source":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","funcProperties":{"__isSmartRef__":true,"id":11025},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"11024":{"source":{"__isSmartRef__":true,"id":7498},"target":{"__isSmartRef__":true,"id":11016}},"11025":{},"11026":{"sourceObj":{"__isSmartRef__":true,"id":7497},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":11016},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":11016},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"11027":{"sourceObj":{"__isSmartRef__":true,"id":7497},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":11016},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":11016},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"11028":{"sourceObj":{"__isSmartRef__":true,"id":7497},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":11016},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":11016},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"11029":{"sourceObj":{"__isSmartRef__":true,"id":7497},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":11016},"targetMethodName":"updateOwners","converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11030},"dependedBy":{"__isSmartRef__":true,"id":11016},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":11031},"__LivelyClassName__":"AttributeConnection"},"11030":{"source":{"__isSmartRef__":true,"id":7497},"target":{"__isSmartRef__":true,"id":11016}},"11031":{"converter":{"__isSmartRef__":true,"id":11032}},"11032":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":11033},"source":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","funcProperties":{"__isSmartRef__":true,"id":11034},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"11033":{"source":{"__isSmartRef__":true,"id":7497},"target":{"__isSmartRef__":true,"id":11016}},"11034":{},"11035":{"d":1.01,"a":1.01,"f":653.5438324747307,"e":806.7674590271637,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":11036},"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"11036":{"a":1.01,"b":0,"c":0,"d":1.01,"e":806.7674590271637,"f":653.5438324747307,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"11037":{"resizeWidth":true,"resizeHeight":true,"adjustForNewBounds":true},"11038":{"x":770.7575068769036,"y":487.2498366837016,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"11039":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"11040":{"morph":{"__isSmartRef__":true,"id":7498},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"11041":{"toggleMorePane":{"__isSmartRef__":true,"id":11042}},"11042":{},"11043":{"x":5.684341886080802e-14,"y":21.000000000000007,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"11044":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Holger/EventsLimiter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11045":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Holger/EventsLimiter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11046":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Holger/EventsLimiter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11047":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/EmptyElProfesor.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11048":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnConnections.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11049":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/EmptyElProfesor.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11050":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnConnections.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11051":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnLivelyKernel.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11052":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnLivelyKernel.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11053":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnMorphs.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11054":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/EmptyElProfesor.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11055":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnConnections.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11056":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnMorphs.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11057":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnLivelyKernel.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11058":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnMorphs.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11059":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomTile.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11060":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomTile.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11061":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TwitterSource.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11062":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomTile.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11063":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TwitterSource.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11064":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataCustomerTile.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11065":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataCustomerTile.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11066":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TwitterSource.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11067":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataCustomerTile.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11068":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImage.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11069":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImage.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11070":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileText.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11071":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileText.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11072":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImage.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11073":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileText.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11074":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileLink.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11075":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataTileSourceSearch.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11076":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileLink.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11077":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataTileSourceSearch.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11078":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomSource.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11079":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileFeed.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11080":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileLink.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11081":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomSource.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11082":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileFeed.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11083":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataTileSourceSearch.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11084":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomSource.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11085":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileFeed.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11086":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/BasicTile.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11087":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataShipperTile.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11088":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/BasicTile.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11089":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataShipperTile.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11090":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImageBase64.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11091":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/BasicTile.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11092":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TweetTile.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11093":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImageBase64.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11094":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataShipperTile.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11095":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TweetTile.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11096":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImageBase64.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11097":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TweetTile.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11098":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BPCGrid.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11099":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/MethodFinderPane.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11100":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11101":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/SeverEditorPane.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11102":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/ToolTabPane.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11103":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/FileEditorPane.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11104":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/SeverEditorPane.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11105":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/MethodFinderPane.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11106":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11107":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/SeverEditorPane.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11108":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/ToolTabPane.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11109":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/FileEditorPane.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11110":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/ToolTabPane.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11111":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/FileEditorPane.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11112":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/MethodFinderPane.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11113":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11114":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridFactory.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11115":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridWorker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11116":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridWorker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11117":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/DummyRegistry.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11118":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridFactory.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11119":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/DummyRegistry.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11120":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridWorker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11121":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/DummyRegistry.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11122":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridFactory.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11123":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Crab.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11124":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/CrazyColorsAgain.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11125":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChineseCheckers.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11126":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChineseCheckers.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11127":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/GridColorArt.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11128":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/GridColorArt.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11129":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChineseCheckers.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11130":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Elephant.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11131":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/GridColorArt.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11132":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Elephant.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11133":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChamaeleonMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11134":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Heart.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11135":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/MonaLisa.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11136":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Pong.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11137":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChamaeleonMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11138":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Pong.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11139":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/MonaLisa.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11140":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Heart.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11141":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Elephant.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11142":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChamaeleonMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11143":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Pong.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11144":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/MonaLisa.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11145":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Heart.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11146":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/FunnyWatcher.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11147":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/FunnyWatcher.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11148":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/HeartsGame.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11149":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/WanderingEye.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11150":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/HeartsGame.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11151":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/WanderingEye.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11152":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/FunnyWatcher.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11153":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ColoredRectCreator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11154":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChatMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11155":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChatMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11156":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ColoredRectCreator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11157":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/HeartsGame.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11158":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/PianoKeyboard.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11159":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Alien.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11160":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/WanderingEye.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11161":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/PianoKeyboard.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11162":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Alien.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11163":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChatMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11164":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ColoredRectCreator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11165":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/PianoKeyboard.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11166":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Alien.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11167":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/QuickBrownFox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11168":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/RefactorMan.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11169":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/QuickBrownFox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11170":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/RefactorMan.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11171":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Crab.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11172":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/QuickBrownFox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11173":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/RefactorMan.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11174":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Crab.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11175":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/CrazyColorsAgain.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11176":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/CrazyColorsAgain.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11177":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle-republished.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11178":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/SandboxBackup.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11179":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ColorfulWindmill.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11180":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/GreenRectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11181":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/SandboxBackup.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11182":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ModifiedGreenRectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11183":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car2.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11184":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ColorfulWindmill.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11185":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/GreenRectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11186":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ModifiedGreenRectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11187":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car2.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11188":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/SandboxBackup.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11189":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ColorfulWindmill.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11190":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/GreenRectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11191":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ModifiedGreenRectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11192":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car2.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11193":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Orange%20Rectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11194":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Orange%20Rectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11195":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle%20Light%20Blue.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11196":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11197":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/MyRedRectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11198":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle%20Light%20Blue.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11199":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/MyRedRectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11200":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11201":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Orange%20Rectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11202":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle-republished.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11203":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle-republished.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11204":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle%20Light%20Blue.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11205":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11206":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/MyRedRectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11207":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WorldOverview.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11208":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/PresentationContainer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11209":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WorldOverview.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11210":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSBenchmarker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11211":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/PresentationContainer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11212":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ReloadLocalRequirements.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11213":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FilterText.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11214":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ColorRect.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11215":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/APIUsageInParts.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11216":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCompletionPresentation.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11217":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/DistributedDoit.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11218":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/APIUsageInParts.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11219":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ChangeRecorder.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11220":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCounter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11221":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GraphLayoutExample.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11222":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MorphFinder.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11223":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ToggleLayer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11224":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ChangeRecorder.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11225":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSControl.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11226":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowConnections.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11227":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/AnimateConnections.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11228":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MorphFinder.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11229":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GrayColorChooser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11230":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SteppingWordCounter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11231":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSControl.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11232":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/TallyConnections.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11233":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowConnections.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11234":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/EditStyleInWorldMenu.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11235":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MassStylingWorkspace.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11236":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowStructure.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11237":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/EditStyleInWorldMenu.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11238":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MassStylingWorkspace.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11239":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/XRayStructure.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11240":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/NameDisplay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11241":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FormatXMLCodeSnippet.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11242":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowStructure.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11243":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/NameDisplay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11244":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FormatXMLCodeSnippet.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11245":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WorldOverview.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11246":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/PresentationContainer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11247":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSBenchmarker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11248":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ReloadLocalRequirements.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11249":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FilterText.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11250":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSBenchmarker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11251":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ColorRect.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11252":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ReloadLocalRequirements.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11253":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCompletionPresentation.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11254":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FilterText.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11255":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/APIUsageInParts.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11256":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/DistributedDoit.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11257":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ColorRect.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11258":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCompletionPresentation.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11259":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/DistributedDoit.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11260":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCounter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11261":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GraphLayoutExample.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11262":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ChangeRecorder.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11263":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ToggleLayer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11264":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MorphFinder.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11265":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/AnimateConnections.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11266":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCounter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11267":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GraphLayoutExample.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11268":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSControl.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11269":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GrayColorChooser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11270":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SteppingWordCounter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11271":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowConnections.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11272":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ToggleLayer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11273":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/TallyConnections.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11274":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/AnimateConnections.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11275":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GrayColorChooser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11276":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SteppingWordCounter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11277":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/EditStyleInWorldMenu.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11278":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MassStylingWorkspace.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11279":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/TallyConnections.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11280":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowStructure.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11281":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/XRayStructure.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11282":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/NameDisplay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11283":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FormatXMLCodeSnippet.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11284":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/XRayStructure.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11285":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTreeMap.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11286":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLCirclePacking.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11287":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/WorldMorphTreeMap.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11288":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTreeMap.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11289":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTree.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11290":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLCirclePacking.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11291":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTree.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11292":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTreeMap.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11293":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisStackDrawing.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11294":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLCirclePacking.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11295":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTree.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11296":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisStackDrawing.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11297":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLSunbursts.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11298":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/TreeMap.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11299":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLIndentedTree.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11300":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLSunbursts.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11301":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisStackDrawing.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11302":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLIndentedTree.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11303":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/TreeMap.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11304":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisDrawing.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11305":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLSunbursts.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11306":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisDrawing.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11307":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLIndentedTree.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11308":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/TreeMap.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11309":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisDrawing.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11310":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/WorldMorphTreeMap.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11311":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/WorldMorphTreeMap.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11312":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LK1Background.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11313":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/WhiteBackground.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11314":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/GrayBackground.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11315":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/WhiteBackground.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11316":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/GrayBackground.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11317":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LivelyBackgroundControl.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11318":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LK1Background.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11319":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LivelyBackgroundControl.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11320":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/WhiteBackground.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11321":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/GrayBackground.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11322":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LK1Background.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11323":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LivelyBackgroundControl.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11324":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/VersionViewer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11325":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/TracLink.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11326":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LatestChangesViewer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11327":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WhatDidIDo.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11328":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WhatDidIDo.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11329":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WhatDidIDo.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11330":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WikiActivities.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11331":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JournalNavigation.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11332":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WikiActivities.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11333":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JournalNavigation.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11334":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WikiActivities.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11335":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/RemoveWorldButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11336":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JournalNavigation.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11337":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/RemoveWorldButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11338":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/RemoveWorldButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11339":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/Title.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11340":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/Title.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11341":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/MovePages.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11342":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/MovePages.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11343":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/CommitCounter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11344":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/Title.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11345":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/CommitCounter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11346":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/URLShortener.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11347":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/MovePages.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11348":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JenkinsButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11349":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/URLShortener.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11350":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JenkinsButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11351":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/CommitCounter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11352":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/URLShortener.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11353":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JenkinsButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11354":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/TracLink.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11355":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/VersionViewer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11356":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LatestChangesViewer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11357":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/VersionViewer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11358":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/TracLink.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11359":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LatestChangesViewer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11360":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CodePane.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11361":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/NameLabel.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11362":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CodePane.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11363":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/NameLabel.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11364":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CodePane.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11365":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/NameLabel.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11366":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/RGBColorChooser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11367":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/RGBColorChooser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11368":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/TabFolder.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11369":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/RGBColorChooser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11370":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/TabFolder.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11371":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/PrintingWorkspace.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11372":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/TabFolder.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11373":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ResizeCorner.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11374":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/PrintingWorkspace.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11375":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ResizeCorner.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11376":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/PrintingWorkspace.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11377":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ResizeCorner.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11378":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressBar.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11379":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressBar.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11380":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/JournalEntry.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11381":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ClipMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11382":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/JournalEntry.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11383":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/MinimizedMorphContainer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11384":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ClipMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11385":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/MinimizedMorphContainer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11386":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressBar.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11387":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressIndicator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11388":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CloseButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11389":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/LabeledBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11390":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CloseButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11391":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressIndicator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11392":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/JournalEntry.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11393":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/LabeledBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11394":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ClipMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11395":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/MinimizedMorphContainer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11396":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/FilterableList.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11397":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/FilterableList.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11398":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressIndicator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11399":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/LabeledBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11400":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CloseButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11401":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/FilterableList.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11402":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/IntegerInput.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11403":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/ReferenceChoice.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11404":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataSelector.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11405":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/IntegerInput.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11406":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/wlsReference.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11407":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/FloatInput.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11408":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/wlsReference.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11409":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/FloatInput.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11410":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/MessageMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11411":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/wlsReference.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11412":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/MessageMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11413":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/FloatInput.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11414":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataForm.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11415":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDisplay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11416":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataForm.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11417":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDisplay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11418":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/MessageMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11419":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TextInput.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11420":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataForm.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11421":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TextInput.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11422":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDisplay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11423":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TableCreator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11424":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TableCreator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11425":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDeclarator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11426":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TextInput.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11427":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDeclarator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11428":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TableCreator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11429":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DatabaseConnector.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11430":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDeclarator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11431":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DatabaseConnector.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11432":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DatabaseConnector.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11433":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataReference.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11434":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataReference.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11435":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/BooleanInput.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11436":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataReference.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11437":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/BooleanInput.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11438":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/BooleanInput.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11439":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/ReferenceChoice.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11440":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataSelector.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11441":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/ReferenceChoice.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11442":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataSelector.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11443":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/IntegerInput.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11444":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HelpfulShortcuts.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11445":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/WebResourceMinimalChatExample.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11446":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelyHelp.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11447":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/ChatApp.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11448":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HelpfulShortcuts.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11449":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/AnnotationPin.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11450":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/ChatApp.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11451":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/AnnotationPin.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11452":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelyHelp.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11453":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HelpfulShortcuts.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11454":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/ChatApp.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11455":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/AnnotationPin.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11456":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelysPartsBin.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11457":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelysPartsBin.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11458":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HowConnectWorks.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11459":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HowConnectWorks.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11460":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelysPartsBin.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11461":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HowConnectWorks.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11462":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/WebResourceMinimalChatExample.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11463":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/WebResourceMinimalChatExample.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11464":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelyHelp.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11465":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/TitleTextStyle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11466":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/RotationBehavior.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11467":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/GradientBehavior.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11468":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/SubtitleTextStyle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11469":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/RotationBehavior.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11470":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/SubtitleTextStyle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11471":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/GradientBehavior.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11472":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/RotationBehavior.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11473":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/SubtitleTextStyle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11474":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/NoteTextStyle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11475":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/NoteTextStyle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11476":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ThrobbingBehavior.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11477":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ColorBehavior.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11478":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ThrobbingBehavior.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11479":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ColorBehavior.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11480":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/NoteTextStyle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11481":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/LaTeXHighlighting.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11482":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/InvisibleBehavior.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11483":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/LaTeXHighlighting.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11484":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ColorBehavior.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11485":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ThrobbingBehavior.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11486":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/InvisibleBehavior.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11487":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/TitleTextStyle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11488":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/TitleTextStyle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11489":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/LaTeXHighlighting.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11490":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/InvisibleBehavior.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11491":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/GradientBehavior.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11492":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUVisualization.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11493":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUWorkload.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11494":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUVisualization.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11495":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUWorkload.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11496":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUVisualization.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11497":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUWorkload.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11498":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Label.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11499":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Label.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11500":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Slider.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11501":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Button.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11502":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/List.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11503":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Text.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11504":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Slider.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11505":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Text.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11506":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Label.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11507":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/DropDownList.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11508":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Slider.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11509":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/ProgressBar.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11510":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/DropDownList.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11511":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Text.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11512":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/ProgressBar.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11513":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/DropDownList.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11514":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/ProgressBar.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11515":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Rectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11516":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Rectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11517":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/List.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11518":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Button.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11519":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Rectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11520":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/List.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11521":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Button.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11522":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationContainer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11523":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationController.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11524":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationContainer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11525":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/EmptySlideOverlay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11526":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationController.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11527":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/EmptySlideOverlay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11528":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationContainer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11529":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationController.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11530":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/EmptySlideOverlay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11531":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TestSlide.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11532":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TestSlide.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11533":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPLogo.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11534":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPLogo.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11535":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TestSlide.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11536":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlide.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11537":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPLogo.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11538":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlide.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11539":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlideOverlay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11540":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWATitleSlide.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11541":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlideOverlay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11542":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWATitleSlide.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11543":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPSWASlideOverlay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11544":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlide.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11545":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPSWASlideOverlay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11546":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlideOverlay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11547":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWATitleSlide.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11548":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideProjector.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11549":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPSWASlideOverlay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11550":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideProjector.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11551":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TemplateSlide.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11552":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TemplateSlide.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11553":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideProjector.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11554":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideOverlay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11555":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/HPITitleSlide.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11556":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TemplateSlide.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11557":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideOverlay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11558":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/HPITitleSlide.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11559":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideOverlay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11560":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/HPITitleSlide.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11561":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Constantin/CardStack.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11562":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Constantin/Kreis.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11563":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Constantin/CardStack.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11564":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Constantin/Kreis.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11565":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Constantin/CardStack.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11566":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Constantin/Kreis.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11567":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fabian/ObjectEditorII.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11568":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fabian/ObjectEditorII.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11569":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fabian/ObjectEditorII.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11570":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/PrimitiveShapes.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11571":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrows.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11572":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Image.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11573":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/PrimitiveShapes.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11574":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrows.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11575":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Image.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11576":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Text.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11577":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Text.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11578":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Line.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11579":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrows.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11580":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Image.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11581":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Line.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11582":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrowOrange.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11583":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Text.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11584":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrowOrange.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11585":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Ellipse.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11586":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrow.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11587":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Line.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11588":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Ellipse.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11589":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrow.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11590":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrowOrange.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11591":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Ellipse.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11592":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Rectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11593":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Triangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11594":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrow.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11595":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Rectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11596":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Triangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11597":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Star.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11598":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Rectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11599":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Star.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11600":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Triangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11601":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Star.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11602":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Marker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11603":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Marker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11604":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Marker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11605":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Cloud.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11606":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Cloud.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11607":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/PrimitiveShapes.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11608":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Cloud.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11609":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/List.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11610":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ScriptableButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11611":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ScriptableButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11612":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/DropDownList.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11613":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/DropDownList.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11614":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ScriptableButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11615":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/DropDownList.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11616":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/StartStopButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11617":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/StartStopButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11618":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ComboText.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11619":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/StartStopButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11620":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ComboText.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11621":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Button.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11622":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ComboText.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11623":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Button.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11624":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Spinner.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11625":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Spinner.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11626":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Button.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11627":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Slider.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11628":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Slider.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11629":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Spinner.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11630":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ChoiceButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11631":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/CheckBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11632":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ChoiceButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11633":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/CheckBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11634":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Slider.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11635":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ChoiceButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11636":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/CheckBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11637":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/InputField.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11638":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/InputField.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11639":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/InputField.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11640":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/List.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11641":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/List.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11642":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Journal.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11643":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/TextBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11644":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/TextBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11645":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FixedLabel.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11646":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/WIP.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11647":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotationAndLine.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11648":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FixedLabel.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11649":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/WIP.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11650":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotationAndLine.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11651":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/TextBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11652":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FixedLabel.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11653":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/WIP.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11654":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotationAndLine.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11655":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/PaperMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11656":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/PaperMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11657":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Label.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11658":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Title.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11659":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Label.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11660":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MetaNoteText.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11661":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Title.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11662":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MetaNoteText.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11663":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/PaperMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11664":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Label.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11665":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MarkdownText.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11666":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Title.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11667":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MetaNoteText.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11668":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Translator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11669":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MarkdownText.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11670":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Translator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11671":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Cool.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11672":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Cool.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11673":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MarkdownText.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11674":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Translator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11675":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FontList.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11676":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Cool.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11677":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FontList.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11678":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotation.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11679":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotation.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11680":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FontList.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11681":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Journal.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11682":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Journal.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11683":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotation.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11684":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Math/MathMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11685":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Math/MathMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11686":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Math/MathMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11687":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/MP2011WS/MetricsView.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11688":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/MP2011WS/MetricsView.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11689":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/MP2011WS/MetricsView.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11690":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Measurements%20Workspace.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11691":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/OfflineIndicator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11692":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Result%20Workspace.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11693":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/OfflineIndicator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11694":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11695":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs1.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11696":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Result%20Workspace.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11697":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/OfflineIndicator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11698":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Measurements%20Workspace.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11699":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Measurements%20Workspace.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11700":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11701":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs1.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11702":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11703":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs1.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11704":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Result%20Workspace.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11705":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectTracer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11706":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/CurveInspector.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11707":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/TextInspector.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11708":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Debugger.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11709":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Debugger.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11710":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Debugger.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11711":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/FPSMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11712":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectAreaTracer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11713":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/FPSMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11714":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectAreaTracer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11715":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/FPSMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11716":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ModuleDependencyVis.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11717":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectAreaTracer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11718":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ModuleDependencyVis.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11719":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ModuleDependencyVis.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11720":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PropertySheet.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11721":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PropertySheet.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11722":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Benchmarker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11723":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Benchmarker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11724":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PropertySheet.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11725":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/AlternativeObjectDiffer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11726":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectDiffer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11727":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectSerializationGraph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11728":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/AlternativeObjectDiffer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11729":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Benchmarker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11730":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectDiffer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11731":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectSerializationGraph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11732":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/AlternativeObjectDiffer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11733":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectDiffer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11734":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectSerializationGraph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11735":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/SerializationGraph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11736":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/SerializationGraph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11737":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PasteInspector.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11738":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PasteInspector.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11739":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/SerializationGraph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11740":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectTracer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11741":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectTracer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11742":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PasteInspector.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11743":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/CurveInspector.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11744":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/TextInspector.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11745":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/CurveInspector.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11746":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/TextInspector.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11747":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/RobertsTransportationMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11748":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/JensTransportationMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11749":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/RobertsTransportationMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11750":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/JensTransportationMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11751":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/RobertsTransportationMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11752":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/JensTransportationMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11753":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Pictures/SAPLogo.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11754":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Pictures/LivelyLogo.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11755":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Pictures/LivelyLogo.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11756":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Pictures/LivelyLogo.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11757":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/GoogleMaps.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11758":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/AddressExtractor.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11759":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/AddressExtractor.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11760":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/GoogleMaps.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11761":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/USMap.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11762":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/WorldMap.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11763":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/USMap.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11764":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/WorldMap.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11765":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/AddressExtractor.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11766":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/USMap.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11767":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/WorldMap.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11768":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/GoogleMaps.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11769":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CodeSnippets/ConvertPartsBinLogos.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11770":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CodeSnippets/ConvertPartsBinLogos.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11771":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CodeSnippets/ConvertPartsBinLogos.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11772":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ModulePart.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11773":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunnerWithDebuggingSupport.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11774":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MethodFinder.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11775":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ClassBrowser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11776":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunnerWithDebuggingSupport.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11777":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11778":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTester.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11779":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ColorReplacer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11780":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ServerSearch.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11781":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTestRunner.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11782":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/Explorer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11783":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTester.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11784":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphDiffer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11785":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTestRunner.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11786":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/StyleEditor.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11787":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser2.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11788":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunner.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11789":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11790":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/StyleEditor.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11791":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser2.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11792":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SearchSourceCode.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11793":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/DropboxBrowser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11794":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11795":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/BootstrapParts.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11796":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextAttributePanel.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11797":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextEditor.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11798":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/IFrameLoader.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11799":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/BootstrapParts.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11800":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/WindowFinder.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11801":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/LivelyTweets.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11802":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextEditor.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11803":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ErrorStackViewer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11804":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/WindowFinder.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11805":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/VerticalSpaceMaker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11806":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/LivelyTweets.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11807":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MethodFinder.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11808":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ClassBrowser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11809":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ModulePart.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11810":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunnerWithDebuggingSupport.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11811":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ModulePart.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11812":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11813":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ColorReplacer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11814":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ServerSearch.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11815":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11816":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTester.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11817":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/Explorer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11818":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTestRunner.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11819":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ColorReplacer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11820":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ServerSearch.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11821":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphDiffer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11822":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/Explorer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11823":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/StyleEditor.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11824":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunner.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11825":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser2.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11826":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphDiffer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11827":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11828":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunner.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11829":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/DropboxBrowser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11830":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SearchSourceCode.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11831":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextAttributePanel.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11832":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/DropboxBrowser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11833":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SearchSourceCode.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11834":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/BootstrapParts.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11835":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/IFrameLoader.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11836":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextEditor.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11837":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextAttributePanel.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11838":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ErrorStackViewer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11839":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/IFrameLoader.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11840":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/WindowFinder.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11841":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/LivelyTweets.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11842":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/VerticalSpaceMaker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11843":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ErrorStackViewer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11844":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MethodFinder.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11845":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ClassBrowser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11846":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/VerticalSpaceMaker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11847":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/CollapsiblePanel.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11848":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserDialog.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11849":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/WordCounter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11850":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/ColorField.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11851":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/MetaNoteText.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11852":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/Text.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11853":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/ColorField.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11854":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/DiffExample.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11855":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserComboBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11856":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/Text.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11857":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/DiffExample.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11858":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/ColorField.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11859":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserComboBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11860":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/StyleEditor1.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11861":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/StyleEditor2.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11862":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/DiffExample.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11863":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/Text.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11864":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VideoCodecTester.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11865":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VideoCodecTester.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11866":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/Cool.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11867":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VideoCodecTester.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11868":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VersionDiffer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11869":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/SAPLogo.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11870":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VersionDiffer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11871":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/CollapsiblePanel.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11872":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserDialog.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11873":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/CollapsiblePanel.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11874":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/WordCounter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11875":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VersionDiffer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11876":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/WordCounter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11877":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/BloomFilter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11878":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/Prototype%20Inheritance.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11879":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/BloomFilter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11880":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/ExampleSWDObject%20%20%20%20.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11881":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/Prototype%20Inheritance.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11882":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/ExampleSWDObject%20%20%20%20.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11883":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/BloomFilter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11884":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/Prototype%20Inheritance.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11885":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/ExampleSWDObject%20%20%20%20.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11886":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONPrinter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11887":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Timer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11888":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Timer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11889":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONPrinter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11890":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Timer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11891":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Iterator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11892":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Iterator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11893":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Iterator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11894":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONConverter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11895":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/TimerWithDisplay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11896":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/DistributedDoit.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11897":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONConverter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11898":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/DistributedDoit.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11899":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/TimerWithDisplay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11900":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONConverter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11901":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/DistributedDoit.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11902":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/TimerWithDisplay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11903":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONPrinter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11904":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommitMessageTest.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11905":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestEllipse.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11906":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/JensContent.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11907":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestObjectDice.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11908":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommitMessageTest.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11909":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestEllipse.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11910":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/GetSelectionTest.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11911":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/GetSelectionTest.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11912":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/JensContent.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11913":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestObjectDice.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11914":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/GetSelectionTest.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11915":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/JensContent.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11916":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommitMessageTest.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11917":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestEllipse.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11918":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestObjectDice.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11919":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/GrabbingControl.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11920":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/DraggingControl.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11921":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/GrabbingControl.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11922":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/DraggingControl.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11923":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/DraggingControl.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11924":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/GrabbingControl.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11925":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/DatabaseContainer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11926":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataBrowser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11927":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataSource.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11928":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataBrowser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11929":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/SQLiteViewer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11930":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/SQLiteViewer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11931":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/DatabaseContainer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11932":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/DatabaseContainer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11933":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataSource.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11934":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/SQLiteViewer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11935":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataSource.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11936":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataBrowser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11937":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TouchMenu.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11938":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/WorldMenu.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11939":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/SearchField.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11940":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/LoadingMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11941":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/WorldMenu.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11942":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Text.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11943":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/LoadingMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11944":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PartsBinBrowser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11945":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Text.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11946":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/DoAllButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11947":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PartsBinBrowser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11948":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PrintButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11949":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/DoAllButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11950":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PrintButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11951":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/LoadingMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11952":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Text.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11953":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/DoitButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11954":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Ellipse.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11955":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/DoitButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11956":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PartsBinBrowser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11957":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/DoAllButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11958":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Ellipse.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11959":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PrintButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11960":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/DoitButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11961":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Ellipse.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11962":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ResizeCorner.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11963":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Button.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11964":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ResizeCorner.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11965":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Button.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11966":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ObjectEditor.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11967":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TouchList.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11968":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ObjectEditor.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11969":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TouchList.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11970":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Marker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11971":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ResizeCorner.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11972":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ShadowButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11973":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Button.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11974":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Slider.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11975":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Marker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11976":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/HoldIndicator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11977":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ShadowButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11978":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ObjectEditor.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11979":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Slider.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11980":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/HoldIndicator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11981":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TouchList.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11982":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Marker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11983":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ShadowButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11984":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TextField.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11985":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Slider.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11986":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/HoldIndicator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11987":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/SaveButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11988":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TextField.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11989":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/SaveButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11990":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TextField.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11991":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/SaveButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11992":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PinLessTouchMenu.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11993":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PinLessTouchMenu.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11994":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TouchMenu.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11995":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/SearchField.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11996":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TouchMenu.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11997":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/SearchField.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11998":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PinLessTouchMenu.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"11999":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/WorldMenu.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12000":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/MorphDiffing%20status%20indicator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12001":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ResetButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12002":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/LayoutStyler.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12003":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Styler.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12004":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Flap.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12005":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BorderStyler.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12006":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/VoteMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12007":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/LeftButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12008":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/LayoutStyler.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12009":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/MorphMerger.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12010":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Styler.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12011":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Flap.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12012":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/LeftButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12013":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/MorphMerger.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12014":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ObjectEditorII.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12015":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Mapscript.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12016":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/IPadCar.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12017":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ObjectEditorII.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12018":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Mapscript.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12019":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/a+Button1.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12020":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/a-Button1.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12021":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStory.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12022":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDestroyer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12023":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/HyperCard.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12024":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BeToolButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12025":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/SyncMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12026":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Rectanglewin.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12027":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Blog.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12028":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStory.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12029":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryBoard.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12030":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDestroyer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12031":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/HyperCard.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12032":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/SyncMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12033":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/StartButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12034":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/DatabaseChooser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12035":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDiffViewer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12036":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Ellipse-win.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12037":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Path.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12038":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryBoard.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12039":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/StartButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12040":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDiffViewer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12041":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ColorChooser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12042":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/HCTextField.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12043":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/NameSign.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12044":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Path.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12045":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/coursebtn.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12046":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Toolbar.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12047":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BlogEntry.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12048":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Car.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12049":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Foobar.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12050":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ColorChooser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12051":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/onlineChecker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12052":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/RightButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12053":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/webAppButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12054":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/HCTextField.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12055":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/coursebtn.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12056":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BlogEntry.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12057":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/MorphDiffing%20status%20indicator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12058":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ResetButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12059":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Foobar.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12060":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/onlineChecker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12061":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/RightButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12062":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BorderStyler.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12063":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/webAppButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12064":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/LayoutStyler.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12065":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/VoteMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12066":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Flap.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12067":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Styler.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12068":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ResetButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12069":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BorderStyler.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12070":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/LeftButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12071":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/MorphMerger.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12072":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/VoteMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12073":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ObjectEditorII.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12074":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/IPadCar.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12075":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Mapscript.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12076":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/a+Button1.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12077":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/IPadCar.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12078":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/a-Button1.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12079":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/a+Button1.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12080":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BeToolButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12081":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStory.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12082":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/a-Button1.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12083":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Rectanglewin.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12084":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDestroyer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12085":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/HyperCard.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12086":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Blog.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12087":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/SyncMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12088":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BeToolButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12089":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/DatabaseChooser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12090":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Ellipse-win.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12091":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Rectanglewin.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12092":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryBoard.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12093":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Blog.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12094":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/StartButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12095":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDiffViewer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12096":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Path.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12097":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/DatabaseChooser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12098":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Ellipse-win.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12099":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/NameSign.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12100":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Toolbar.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12101":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ColorChooser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12102":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Car.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12103":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/HCTextField.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12104":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/coursebtn.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12105":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BlogEntry.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12106":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/NameSign.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12107":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Toolbar.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12108":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Foobar.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12109":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/RightButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12110":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/onlineChecker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12111":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Car.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12112":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/webAppButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12113":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/LogSearch.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12114":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CPUData.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12115":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/NodeJSControl.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12116":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CPUData.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12117":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/NodeJSControl.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12118":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CommandLine.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12119":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerCommands.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12120":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CPUData.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12121":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CommandLine.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12122":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerCommands.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12123":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/NodeJSControl.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12124":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerPart.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12125":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CommandLine.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12126":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/JSRemoteServerWorkspace.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12127":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerPart.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12128":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerCommands.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12129":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/JSRemoteServerWorkspace.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12130":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/FibonacciPart.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12131":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerPart.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12132":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/JSRemoteServerWorkspace.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12133":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/FibonacciPart.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12134":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/LogSearch.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12135":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/LogSearch.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12136":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/FibonacciPart.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12137":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/SillyClock.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12138":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Windmill.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12139":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Windmill.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12140":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Windmill.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12141":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/HighscoreExample.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12142":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/FrameRateGraph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12143":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/HighscoreExample.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12144":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/FrameRateGraph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12145":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12146":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12147":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/HighscoreExample.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12148":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RedRectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12149":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/FrameRateGraph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12150":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RedRectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12151":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12152":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/KClock.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12153":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RedRectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12154":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/KClock.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12155":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/ArchitectureOverview.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12156":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/ArchitectureOverview.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12157":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CrabsResults.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12158":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/KClock.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12159":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CrabsResults.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12160":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/ArchitectureOverview.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12161":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RotatingStar.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12162":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CurrencyConverter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12163":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/TestWidget.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12164":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CrabsResults.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12165":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RotatingStar.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12166":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CurrencyConverter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12167":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/TestWidget.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12168":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RotatingStar.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12169":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CurrencyConverter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12170":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/LivelyEngine.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12171":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/TestWidget.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12172":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/LivelyEngine.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12173":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/LivelyEngine.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12174":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/SillyClock.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12175":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/SillyClock.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12176":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestObject.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12177":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestObject.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12178":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BPCGrid.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12179":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12180":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/SnapJS.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12181":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12182":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld2.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12183":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/SnapJS.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12184":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld2.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12185":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12186":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/SnapJS.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12187":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld2.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12188":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/VBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12189":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/VBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12190":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TabContainer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12191":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/JournalBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12192":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/VBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12193":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/JournalBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12194":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/JournalBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12195":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/FancyList.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12196":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/FancyList.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12197":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/HBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12198":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/LayoutConfigurator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12199":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12200":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/HBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12201":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/LayoutConfigurator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12202":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/FancyList.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12203":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12204":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane5x5.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12205":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane5x5.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12206":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/LayoutConfigurator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12207":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/HBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12208":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12209":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TabContainer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12210":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane5x5.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12211":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TabContainer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12212":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BPCGrid.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12213":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestObject.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"12214":{"onrestore":{"__isSmartRef__":true,"id":12215},"reloadEverything":{"__isSmartRef__":true,"id":12223},"setSelectedPartItem":{"__isSmartRef__":true,"id":12227},"onLoadFromPartsBin":{"__isSmartRef__":true,"id":12231},"ensureCategories":{"__isSmartRef__":true,"id":12239},"updateCategoriesDictFromPartsBin":{"__isSmartRef__":true,"id":12243},"updateCategoryList":{"__isSmartRef__":true,"id":12247},"defaultPartsBinURL":{"__isSmartRef__":true,"id":12251},"reset":{"__isSmartRef__":true,"id":12255},"setupConnections":{"__isSmartRef__":true,"id":12259},"loadPartsOfCategory":{"__isSmartRef__":true,"id":12263},"removeParts":{"__isSmartRef__":true,"id":12267},"getPartsSpaceForCategory":{"__isSmartRef__":true,"id":12271},"addMorphsForPartItems":{"__isSmartRef__":true,"id":12275},"getURLForCategoryNamed":{"__isSmartRef__":true,"id":12279},"makeUpPartNameFor":{"__isSmartRef__":true,"id":12283},"openPart":{"__isSmartRef__":true,"id":12287},"interactivelyRemoveSelectedPartItem":{"__isSmartRef__":true,"id":12291},"loadAndOpenSelectedPartItem":{"__isSmartRef__":true,"id":12295},"addCategory":{"__isSmartRef__":true,"id":12299},"addCategoryInteractively":{"__isSmartRef__":true,"id":12303},"addExternalCategory":{"__isSmartRef__":true,"id":12307},"removeCategory":{"__isSmartRef__":true,"id":12311},"removeCategoryInteractively":{"__isSmartRef__":true,"id":12315},"interactivelyMoveSelectedPartItem":{"__isSmartRef__":true,"id":12319},"setMetaInfoOfSelectedItem":{"__isSmartRef__":true,"id":12323},"saveCommentForSelectedPartItem":{"__isSmartRef__":true,"id":12327},"addPartsOfCategory":{"__isSmartRef__":true,"id":12331},"onLoadLatest":{"__isSmartRef__":true,"id":12335},"onLoadAll":{"__isSmartRef__":true,"id":12339},"onSearch":{"__isSmartRef__":true,"id":12343},"addPartsFromURLs":{"__isSmartRef__":true,"id":12347},"search":{"__isSmartRef__":true,"id":12351},"showMsg":{"__isSmartRef__":true,"id":12355},"toggleMorePane":{"__isSmartRef__":true,"id":12359},"interactivelyCopySelectedPartItem":{"__isSmartRef__":true,"id":12363},"partsBinUrl":{"__isSmartRef__":true,"id":12367},"partsBinURL":{"__isSmartRef__":true,"id":12371},"commitLogString":{"__isSmartRef__":true,"id":12375},"showCommits":{"__isSmartRef__":true,"id":12379},"setShareLink":{"__isSmartRef__":true,"id":12383},"setSelectedPartVersions":{"__isSmartRef__":true,"id":12387}},"12215":{"varMapping":{"__isSmartRef__":true,"id":12216},"source":"function onrestore() {\n (function(){ this.reloadEverything() }.bind(this)).delay(0)\n}","funcProperties":{"__isSmartRef__":true,"id":12221},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12216":{"this":{"__isSmartRef__":true,"id":7498},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12217}},"12217":{"$super":{"__isSmartRef__":true,"id":12218}},"12218":{"varMapping":{"__isSmartRef__":true,"id":12219},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":12220},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12219":{"obj":{"__isSmartRef__":true,"id":7498},"name":"onrestore"},"12220":{},"12221":{"timestamp":{"__isSmartRef__":true,"id":12222},"user":"undefined","tags":[]},"12222":{"isSerializedDate":true,"string":"Sat Mar 10 2012 11:25:14 GMT+0100 (Mitteleuropäische Zeit)"},"12223":{"varMapping":{"__isSmartRef__":true,"id":12224},"source":"function reloadEverything() {\n this.setSelectedPartItem(null)\n this.updateCategoriesDictFromPartsBin();\n this.addCategory(\"*latest*\", true);\n this.addCategory(\"*all*\", true);\n this.addCategory(\"*search*\", true);\n}","funcProperties":{"__isSmartRef__":true,"id":12225},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12224":{"this":{"__isSmartRef__":true,"id":7498}},"12225":{"timestamp":{"__isSmartRef__":true,"id":12226},"tags":[]},"12226":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:58 GMT+0100 (Mitteleuropäische Zeit)"},"12227":{"varMapping":{"__isSmartRef__":true,"id":12228},"source":"function setSelectedPartItem(item) {\n this.selectedPartItem = item;\n this.get('selectedPartComment').textString = '';\n this.get('selectedPartVersions').updateList(item ? ['Loading versions...']: []);\n this.get('selectedPartVersions').setSelection(null);\n if (!item) {\n this.get('selectedPartName').textString = 'nothing selected'\n this.get('selectedPartSpaceName').textString = ''\n\treturn;\n }\n this.get('selectedPartName').textString = item.name\n this.get('selectedPartSpaceName').textString = item.partsSpaceName\n\n // load versions\n connect(item, 'partVersions', this, 'setSelectedPartVersions');\n item.loadPartVersions(true);\n\n // load meta info\n connect(item, 'loadedMetaInfo', this, 'setMetaInfoOfSelectedItem');\n \n this.setShareLink(item);\n\n item.loadPartMetaInfo(true);\n}","funcProperties":{"__isSmartRef__":true,"id":12229},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12228":{"this":{"__isSmartRef__":true,"id":7498}},"12229":{"timestamp":{"__isSmartRef__":true,"id":12230},"user":"jenslincke","tags":[]},"12230":{"isSerializedDate":true,"string":"Tue Jan 31 2012 19:34:13 GMT+0100 (Mitteleuropäische Zeit)"},"12231":{"varMapping":{"__isSmartRef__":true,"id":12232},"source":"function onLoadFromPartsBin() {\n $super();\n this.reloadEverything();\n}","funcProperties":{"__isSmartRef__":true,"id":12237},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12232":{"this":{"__isSmartRef__":true,"id":7498},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12233}},"12233":{"$super":{"__isSmartRef__":true,"id":12234}},"12234":{"varMapping":{"__isSmartRef__":true,"id":12235},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":12236},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12235":{"obj":{"__isSmartRef__":true,"id":7498},"name":"onLoadFromPartsBin"},"12236":{},"12237":{"timestamp":{"__isSmartRef__":true,"id":12238},"tags":[]},"12238":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"12239":{"varMapping":{"__isSmartRef__":true,"id":12240},"source":"function ensureCategories() {\n if (!this.categories)\n this.categories = {uncategorized: 'PartsBin/'};\n}","funcProperties":{"__isSmartRef__":true,"id":12241},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12240":{"this":{"__isSmartRef__":true,"id":7498}},"12241":{"timestamp":{"__isSmartRef__":true,"id":12242},"tags":[]},"12242":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"12243":{"varMapping":{"__isSmartRef__":true,"id":12244},"source":"function updateCategoriesDictFromPartsBin() { \n this.ensureCategories();\n var webR = new WebResource(this.partsBinURL());\n webR.beAsync();\n \n var that = this;\n var callback = function(collections) {\n collections.forEach(function(dir) {\n var unescape = Global.urlUnescape || Global.unescape,\n unescaped = unescape(dir.getURL().filename()),\n name = unescaped.replace(/\\/$/,\"\");\n that.categories[name] = that.partsBinURL().withFilename(unescaped);\n });\n that.updateCategoryList(that.categoryName);\n }\n connect(webR, 'subCollections', {cb: callback}, 'cb', {\n updater: function($upd, value) {\n if (!(this.sourceObj.status && this.sourceObj.status.isDone())) return;\n if (!value) return;\n $upd(value);\n },\n });\n webR.getSubElements();\n}","funcProperties":{"__isSmartRef__":true,"id":12245},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12244":{"this":{"__isSmartRef__":true,"id":7498}},"12245":{"timestamp":{"__isSmartRef__":true,"id":12246},"tags":[]},"12246":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:58 GMT+0100 (Mitteleuropäische Zeit)"},"12247":{"varMapping":{"__isSmartRef__":true,"id":12248},"source":"function updateCategoryList(optCategoryName) {\n this.get('categoryList').updateList(\n\tProperties.own(this.categories).sortBy(function(name) { return name.toLowerCase()}));\n this.get('categoryList').setSelection(optCategoryName)\n}","funcProperties":{"__isSmartRef__":true,"id":12249},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12248":{"this":{"__isSmartRef__":true,"id":7498}},"12249":{"timestamp":{"__isSmartRef__":true,"id":12250},"tags":[]},"12250":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"12251":{"varMapping":{"__isSmartRef__":true,"id":12252},"source":"function defaultPartsBinURL() {\n return new URL(Config.rootPath).withFilename('PartsBin/');\n}","funcProperties":{"__isSmartRef__":true,"id":12253},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12252":{"this":{"__isSmartRef__":true,"id":7498}},"12253":{"timestamp":{"__isSmartRef__":true,"id":12254},"user":"fabian","tags":[]},"12254":{"isSerializedDate":true,"string":"Wed Feb 22 2012 23:39:48 GMT+0100 (Mitteleuropäische Zeit)"},"12255":{"varMapping":{"__isSmartRef__":true,"id":12256},"source":"function reset() {\n this.connections = {toggleMorePane: {}} \n this.setSelectedPartItem(null);\n delete this.categories;\n this.getPartsBinMetaInfo().requiredModules= ['lively.PartsBin', 'apps.DateFormat'] \n this.get('categoryList').updateList([]);\n this.get('partsBinContents').removeAllMorphs();\n this.get('searchText').setTextString(\"\");\n}","funcProperties":{"__isSmartRef__":true,"id":12257},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12256":{"this":{"__isSmartRef__":true,"id":7498}},"12257":{"timestamp":{"__isSmartRef__":true,"id":12258},"user":"jenslincke","tags":[]},"12258":{"isSerializedDate":true,"string":"Tue Jan 31 2012 20:28:27 GMT+0100 (Mitteleuropäische Zeit)"},"12259":{"varMapping":{"__isSmartRef__":true,"id":12260},"source":"function setupConnections() {\n connect(this.closeButton, 'fire', this, 'remove')\n connect(this.addCategoryButton, 'fire', this, 'addCategoryInteractively')\n connect(this.get('removeCategoryButton'), 'fire', this, 'removeCategoryInteractively')\n connect(this.get('categoryList'), 'selection', this, 'categoryName')\n connect(this, 'categoryName', this, 'loadPartsOfCategory')\n\n connect(this.get('partsBinContents'), 'selectedItem', this, 'setSelectedPartItem')\n\n connect(this.get('reloadButton'), \"fire\", this, \"reloadEverything\")\n\n connect(this.get('loadPartButton'), \"fire\", this, \"loadAndOpenSelectedPartItem\")\n\n connect(this.get('removePartButton'), \"fire\", this, \"interactivelyRemoveSelectedPartItem\")\n\n connect(this.get('movePartButton'), \"fire\", this, \"interactivelyMoveSelectedPartItem\")\n connect(this.get('copyPartButton'), \"fire\", this, \"interactivelyCopySelectedPartItem\")\n\n connect(this.get('selectedPartComment'), \"savedTextString\", this, \"saveCommentForSelectedPartItem\")\n}","funcProperties":{"__isSmartRef__":true,"id":12261},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12260":{"this":{"__isSmartRef__":true,"id":7498}},"12261":{"timestamp":{"__isSmartRef__":true,"id":12262},"tags":[]},"12262":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"12263":{"varMapping":{"__isSmartRef__":true,"id":12264},"source":"function loadPartsOfCategory(categoryName) {\n this.removeParts();\n this.setSelectedPartItem(null);\n if (!categoryName) return;\n var webR;\n if (categoryName == \"*all*\") {\n this.showMsg(\"loading all...\");\n webR = new WebResource(this.partsBinURL()).beAsync();\n lively.bindings.connect(webR, 'subDocuments', this, 'onLoadAll');\n webR.getSubElements(10)\n } else if (categoryName == \"*latest*\") {\n this.showMsg(\"loading latest...\");\n webR = new WebResource(this.partsBinURL()).beAsync();\n lively.bindings.connect(webR, 'contentDocument', this, 'onLoadLatest');\n webR.propfind('infinity')\n } else if (categoryName == \"*search*\") {\n this.showMsg(\"searching...\");\n webR = new WebResource(this.partsBinURL()).beAsync();\n lively.bindings.connect(webR, 'subDocuments', this, 'allURLs', {\n converter: function(subDocuments) {\n return subDocuments.invoke('getURL')\n }\n });\n lively.bindings.connect(this, 'allURLs', this, 'onSearch', {\n removeAfterUpdate: true});\n webR.getSubElements(10)\n } else {\n this.addPartsOfCategory(categoryName)\n }\n}","funcProperties":{"__isSmartRef__":true,"id":12265},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12264":{"this":{"__isSmartRef__":true,"id":7498}},"12265":{"timestamp":{"__isSmartRef__":true,"id":12266},"tags":[]},"12266":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:58 GMT+0100 (Mitteleuropäische Zeit)"},"12267":{"varMapping":{"__isSmartRef__":true,"id":12268},"source":"function removeParts() {\n this.get('partsBinContents').submorphs.clone().invoke('remove');\n}","funcProperties":{"__isSmartRef__":true,"id":12269},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12268":{"this":{"__isSmartRef__":true,"id":7498}},"12269":{"timestamp":{"__isSmartRef__":true,"id":12270},"tags":[]},"12270":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"12271":{"varMapping":{"__isSmartRef__":true,"id":12272},"source":"function getPartsSpaceForCategory(categoryName) {\n var url = this.getURLForCategoryNamed(categoryName);\n return lively.PartsBin.partsSpaceWithURL(url);\n}","funcProperties":{"__isSmartRef__":true,"id":12273},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12272":{"this":{"__isSmartRef__":true,"id":7498}},"12273":{"timestamp":{"__isSmartRef__":true,"id":12274},"tags":[]},"12274":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"12275":{"varMapping":{"__isSmartRef__":true,"id":12276},"source":"function addMorphsForPartItems(partItems, doNotSort) {\n this.removeParts();\n if (!doNotSort) {\n partItems = partItems.sortBy(function(ea) {\n return ea.name.toLowerCase() \n });\n }\n\n var pContents = this.get('partsBinContents');\n pContents.stopAddingPartItemsAsync();\n pContents.startAddingPartItems(partItems);\n}","funcProperties":{"__isSmartRef__":true,"id":12277},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12276":{"this":{"__isSmartRef__":true,"id":7498}},"12277":{"timestamp":{"__isSmartRef__":true,"id":12278},"tags":[]},"12278":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:26:53 GMT+0100 (Mitteleuropäische Zeit)"},"12279":{"varMapping":{"__isSmartRef__":true,"id":12280},"source":"function getURLForCategoryNamed(categoryName) {\n this.ensureCategories()\n\n var relative = this.categories[categoryName];\n if (!relative) return null;\n return URL.ensureAbsoluteCodeBaseURL(relative).withRelativePartsResolved()\n}","funcProperties":{"__isSmartRef__":true,"id":12281},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12280":{"this":{"__isSmartRef__":true,"id":7498}},"12281":{"timestamp":{"__isSmartRef__":true,"id":12282},"user":"undefined","tags":[]},"12282":{"isSerializedDate":true,"string":"Sat Mar 10 2012 11:20:59 GMT+0100 (Mitteleuropäische Zeit)"},"12283":{"varMapping":{"__isSmartRef__":true,"id":12284},"source":"function makeUpPartNameFor(name) {\n if (!$morph(name)) return name;\n var i = 2;\n while($morph(name + i)) { i++ }\n return name + i;\n}","funcProperties":{"__isSmartRef__":true,"id":12285},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12284":{"this":{"__isSmartRef__":true,"id":7498}},"12285":{"timestamp":{"__isSmartRef__":true,"id":12286},"tags":[]},"12286":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"12287":{"varMapping":{"__isSmartRef__":true,"id":12288},"source":"function openPart(partMorph) {\n partMorph.setName(this.makeUpPartNameFor(partMorph.getName()));\n lively.morphic.World.current().firstHand().grabMorph(partMorph, null);\n if(partMorph.onCreateFromPartsBin) partMorph.onCreateFromPartsBin();\n partMorph.setPosition(pt(0,0));\n}","funcProperties":{"__isSmartRef__":true,"id":12289},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12288":{"this":{"__isSmartRef__":true,"id":7498}},"12289":{"timestamp":{"__isSmartRef__":true,"id":12290},"tags":[]},"12290":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"12291":{"varMapping":{"__isSmartRef__":true,"id":12292},"source":"function interactivelyRemoveSelectedPartItem(partMorph) {\n var item = this.selectedPartItem;\n if (!item) return;\n this.world().confirm(\"really delete \" + item.name + \" in PartsBin?\", function(answer) {\n\tif (!answer) return;\n\titem.del();\n\tthis.reloadEverything();\n\talertOK(\"deleted \" + item.name);\n }.bind(this))\n}","funcProperties":{"__isSmartRef__":true,"id":12293},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12292":{"this":{"__isSmartRef__":true,"id":7498}},"12293":{"timestamp":{"__isSmartRef__":true,"id":12294},"tags":[]},"12294":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"12295":{"varMapping":{"__isSmartRef__":true,"id":12296},"source":"function loadAndOpenSelectedPartItem(partMorph) {\n var item = this.selectedPartItem;\n if (!item) return;\n connect(item, 'part', this, 'openPart');\n var selectedVersion = this.get('selectedPartVersions').selection,\n\trev = selectedVersion ? selectedVersion.rev : null;\n item.loadPart(true, null, rev);\n alert('loading ' + item.name + '...');\n}","funcProperties":{"__isSmartRef__":true,"id":12297},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12296":{"this":{"__isSmartRef__":true,"id":7498}},"12297":{"timestamp":{"__isSmartRef__":true,"id":12298},"tags":[]},"12298":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"12299":{"varMapping":{"__isSmartRef__":true,"id":12300},"source":"function addCategory(categoryName, doNotUpdate) {\n if (!categoryName.startsWith(\"*\")) {\n var url = this.partsBinURL().withFilename(categoryName);\n this.addExternalCategory(categoryName, url, true);\n } else {\n this.categories[categoryName] = {isSpecialCategory: true};\n if (!doNotUpdate) {\n this.updateCategoryList(categoryName);\n }\n }\n}","funcProperties":{"__isSmartRef__":true,"id":12301},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12300":{"this":{"__isSmartRef__":true,"id":7498}},"12301":{"timestamp":{"__isSmartRef__":true,"id":12302},"tags":[]},"12302":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:58 GMT+0100 (Mitteleuropäische Zeit)"},"12303":{"varMapping":{"__isSmartRef__":true,"id":12304},"source":"function addCategoryInteractively() {\n var partsBin = this, world = this.world();\n world.prompt('Name of new category?', function(categoryName) {\n if (!categoryName || categoryName == '') {\n\t alert('no category created!')\n\t return;\n\t}\n partsBin.addCategory(categoryName)\n });\n}","funcProperties":{"__isSmartRef__":true,"id":12305},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12304":{"this":{"__isSmartRef__":true,"id":7498}},"12305":{"timestamp":{"__isSmartRef__":true,"id":12306},"tags":[]},"12306":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"12307":{"varMapping":{"__isSmartRef__":true,"id":12308},"source":"function addExternalCategory(categoryName, url, createPath) {\n url = url.asDirectory();\n this.categories[categoryName] = url;\n if (createPath) {\n this.getPartsSpaceForCategory(categoryName).ensureExistance();\n }\n this.updateCategoryList(categoryName)\n}","funcProperties":{"__isSmartRef__":true,"id":12309},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12308":{"this":{"__isSmartRef__":true,"id":7498}},"12309":{"timestamp":{"__isSmartRef__":true,"id":12310},"tags":[]},"12310":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"12311":{"varMapping":{"__isSmartRef__":true,"id":12312},"source":"function removeCategory(categoryName) {\n var url = this.getURLForCategoryNamed(categoryName);\n if (!url) {\n alert('No category ' + categoryName + ' exists! Doing nothing')\n\treturn;\n }\n var webR = new WebResource(url);\n if (!webR.exists()) {\n alert('Does not exist: ' + url);\n\tdelete this.categories[categoryName];\n\tlively.PartsBin.removePartsSpace(name);\n\tthis.updateCategoryList();\n\treturn\n }\n webR.getSubElements()\n if (!webR.subDocuments || webR.subDocuments.length > 0 ||\n !webR.subCollections || webR.subCollections.length > 0) {\n alert('Will not remove directory ' + url + ' because it is not empty')\n } else {\n webR.del();\n alertOK('Removed ' + categoryName + ' url ' + url);\n }\n delete this.categories[categoryName];\n lively.PartsBin.removePartsSpace(name);\n this.updateCategoryList();\n}","funcProperties":{"__isSmartRef__":true,"id":12313},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12312":{"this":{"__isSmartRef__":true,"id":7498}},"12313":{"timestamp":{"__isSmartRef__":true,"id":12314},"tags":[]},"12314":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"12315":{"varMapping":{"__isSmartRef__":true,"id":12316},"source":"function removeCategoryInteractively() {\n var partsBin = this, world = this.world();\n world.confirm('Really remove ' + this.categoryName + '?', function(result) {\n\tif (!result) {\n\t alert('no category removed!')\n\t return;\n\t}\n\tpartsBin.removeCategory(partsBin.categoryName)\n });\t\n}","funcProperties":{"__isSmartRef__":true,"id":12317},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12316":{"this":{"__isSmartRef__":true,"id":7498}},"12317":{"timestamp":{"__isSmartRef__":true,"id":12318},"tags":[]},"12318":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"12319":{"varMapping":{"__isSmartRef__":true,"id":12320},"source":"function interactivelyMoveSelectedPartItem(partMorph) {\n var partItem = this.selectedPartItem, categories = this.categories, self = this;\n if (!partItem) { alert('no item selected'); return }\n var items = Properties.own(categories).sort()\n .reject(function(ea) { return ea.startsWith(\"*\") || ea === self. categoryName})\n .collect(function(catName) {\n return [catName, function() {\n var url = new URL(categories[catName]);\n var partsSpace = lively.PartsBin.partsSpaceWithURL(url)\n partItem.moveToPartsSpace(partsSpace);\n self.reloadEverything();\n alertOK('Moved ' + partItem.name + ' to ' + url);\n }]\n })\n lively.morphic.Menu.openAtHand('Select category', items);\n}","funcProperties":{"__isSmartRef__":true,"id":12321},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12320":{"this":{"__isSmartRef__":true,"id":7498}},"12321":{"timestamp":{"__isSmartRef__":true,"id":12322},"user":"robertkrahn","tags":[]},"12322":{"isSerializedDate":true,"string":"Thu Jul 07 2011 16:13:12 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12323":{"varMapping":{"__isSmartRef__":true,"id":12324},"source":"function setMetaInfoOfSelectedItem(metaInfo) {\n var comment = (metaInfo && metaInfo.getComment()) ||\n 'No comment yet';\n this.get('CommitLog').setTextString(this.commitLogString(metaInfo))\n\n\n this.get('selectedPartComment').textString = comment;\n}","funcProperties":{"__isSmartRef__":true,"id":12325},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12324":{"this":{"__isSmartRef__":true,"id":7498}},"12325":{"timestamp":{"__isSmartRef__":true,"id":12326},"user":"jenslincke","tags":[]},"12326":{"isSerializedDate":true,"string":"Tue Jan 31 2012 20:15:25 GMT+0100 (Mitteleuropäische Zeit)"},"12327":{"varMapping":{"__isSmartRef__":true,"id":12328},"source":"function saveCommentForSelectedPartItem(comment) {\n if (!this.selectedPartItem) {\n\talert('no part item selected!')\n\treturn;\n }\n var metaInfo = this.selectedPartItem.getMetaInfo();\n metaInfo.setComment(comment);\n this.selectedPartItem.uploadMetaInfoOnly();\n}","funcProperties":{"__isSmartRef__":true,"id":12329},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12328":{"this":{"__isSmartRef__":true,"id":7498}},"12329":{"timestamp":{"__isSmartRef__":true,"id":12330},"tags":[]},"12330":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:26:53 GMT+0100 (Mitteleuropäische Zeit)"},"12331":{"varMapping":{"__isSmartRef__":true,"id":12332},"source":"function addPartsOfCategory(categoryName) {\n var partsSpace = this.getPartsSpaceForCategory(categoryName);\n connect(partsSpace, 'partItems', this, 'addMorphsForPartItems', {\n\tconverter: function(partItemObj) { return Properties.ownValues(partItemObj) }})\n partsSpace.load(true);\n}","funcProperties":{"__isSmartRef__":true,"id":12333},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12332":{"this":{"__isSmartRef__":true,"id":7498}},"12333":{"timestamp":{"__isSmartRef__":true,"id":12334},"tags":[]},"12334":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"12335":{"varMapping":{"__isSmartRef__":true,"id":12336},"source":"function onLoadLatest(propfindXML) {\n var rawNodes = new Query(\"/D:multistatus/D:response\").findAll(propfindXML.documentElement);\n\n var svnVersionInfos = rawNodes.map(function(rawNode) { return SVNVersionInfo.fromPropfindNode(rawNode) });\n\n var top20 = svnVersionInfos\n .select(function(ea) { return ea.url.endsWith(\".json\")})\n .sortBy(function(ea) { return ea.rev}).reverse().slice(0,20);\n var top20URLs = top20.collect(function(ea) { \n return new URL(\"http://\" + URL.codeBase.hostname + ea.url)})\n \n this.addPartsFromURLs(top20URLs) \n}","funcProperties":{"__isSmartRef__":true,"id":12337},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12336":{"this":{"__isSmartRef__":true,"id":7498}},"12337":{"timestamp":{"__isSmartRef__":true,"id":12338},"tags":[]},"12338":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"12339":{"varMapping":{"__isSmartRef__":true,"id":12340},"source":"function onLoadAll(subDocuments) {\n // alertOK(\"load all \" + subDocuments.length)\n var all = subDocuments.invoke('getURL')\n .select(function(ea) {return ea.filename().endsWith(\".json\")})\n .sortBy(function(ea) {return ea.filename()});\n \n this.addPartsFromURLs(all) \n}","funcProperties":{"__isSmartRef__":true,"id":12341},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12340":{"this":{"__isSmartRef__":true,"id":7498}},"12341":{"timestamp":{"__isSmartRef__":true,"id":12342},"tags":[]},"12342":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:38:18 GMT+0100 (Mitteleuropäische Zeit)"},"12343":{"varMapping":{"__isSmartRef__":true,"id":12344},"source":"function onSearch(allPartURLs) {\n var searchString = this.get('searchText').textString;\n var matchingPartURLs = allPartURLs\n .select(function(ea) {return new RegExp(searchString, 'i').test(ea.filename())})\n .sortBy(function(ea) {return ea.filename()});\n this.addPartsFromURLs(matchingPartURLs) \n if (matchingPartURLs.length == 0)\n this.showMsg(\"nothing found for '\" + searchString + \"'\")\n}","funcProperties":{"__isSmartRef__":true,"id":12345},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12344":{"this":{"__isSmartRef__":true,"id":7498}},"12345":{"timestamp":{"__isSmartRef__":true,"id":12346},"user":"lauritz","tags":[]},"12346":{"isSerializedDate":true,"string":"Mon Dec 19 2011 19:59:19 GMT+0100 (Mitteleuropäische Zeit)"},"12347":{"varMapping":{"__isSmartRef__":true,"id":12348},"source":"function addPartsFromURLs(urls) {\n var partsBin = this,\n partItems = [];\n\n urls.forEach(function(ea) {\n var partPath = ea.relativePathFrom(URL.codeBase.withFilename(\"../\")),\n match = partPath.match(/(.*\\/)(.*).json/);\n if (match)\n partItems.push(lively.PartsBin.getPartItem(match[2], match[1]));\n });\n partsBin.addMorphsForPartItems(partItems, true);\n\n}","funcProperties":{"__isSmartRef__":true,"id":12349},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12348":{"this":{"__isSmartRef__":true,"id":7498}},"12349":{"timestamp":{"__isSmartRef__":true,"id":12350},"user":"jenslincke","tags":[]},"12350":{"isSerializedDate":true,"string":"Thu Feb 23 2012 18:39:54 GMT+0100 (Mitteleuropäische Zeit)"},"12351":{"varMapping":{"__isSmartRef__":true,"id":12352},"source":"function search(searchString) {\n this.get('categoryList').setSelection(\"*search*\");\n}","funcProperties":{"__isSmartRef__":true,"id":12353},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12352":{"this":{"__isSmartRef__":true,"id":7498}},"12353":{"timestamp":{"__isSmartRef__":true,"id":12354},"tags":[]},"12354":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"12355":{"varMapping":{"__isSmartRef__":true,"id":12356},"source":"function showMsg(string) {\n var label = new lively.morphic.Text(new Rectangle(0,0,200,30), string);\n label.applyStyle({fill: null, borderWidth: 0})\n this.get('partsBinContents').addMorph(label)\n}","funcProperties":{"__isSmartRef__":true,"id":12357},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12356":{"this":{"__isSmartRef__":true,"id":7498}},"12357":{"timestamp":{"__isSmartRef__":true,"id":12358},"user":"lauritz","tags":[]},"12358":{"isSerializedDate":true,"string":"Mon Dec 19 2011 19:59:19 GMT+0100 (Mitteleuropäische Zeit)"},"12359":{"varMapping":{"__isSmartRef__":true,"id":12360},"source":"function toggleMorePane() {\n var pane = this.get('morePane');\n moveOffset = pane.getExtent().withY(0),\n steps = 5, timePerStep = 10,\n btn = pane.get('moreButton');\n if (pane.isVisible()) {\n var dest = pane.getPosition().addPt(moveOffset.negated());\n pane.animatedInterpolateTo(dest, steps, timePerStep, function() {\n btn.setLabel('more')\n pane.setVisible(false)\n });\n\n } else {\n btn.setLabel('hide')\n pane.setVisible(true)\n this.addMorphBack(pane);\n pane.align(\n pane.bounds().topRight(), \n this.get('partsBinContents').bounds().topRight());\n // move it so that it is completely visible\n var dest = pane.getPosition().addPt(moveOffset);\n pane.animatedInterpolateTo(dest, steps, timePerStep, Functions.Null);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":12361},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12360":{"this":{"__isSmartRef__":true,"id":7498}},"12361":{"timestamp":{"__isSmartRef__":true,"id":12362},"user":"lauritz","tags":[]},"12362":{"isSerializedDate":true,"string":"Mon Dec 19 2011 19:59:19 GMT+0100 (Mitteleuropäische Zeit)"},"12363":{"varMapping":{"__isSmartRef__":true,"id":12364},"source":"function interactivelyCopySelectedPartItem(partMorph) {\n // FIXME duplication with interactivelyMoveSelectedPartItem\n var partItem = this.selectedPartItem, categories = this.categories, self = this;\n if (!partItem) { alert('no item selected'); return }\n var items = Properties.own(categories).sort()\n .reject(function(ea) { return ea.startsWith(\"*\") || ea === self. categoryName})\n .collect(function(catName) {\n return [catName, function() {\n var url = new URL(categories[catName]);\n var partsSpace = lively.PartsBin.partsSpaceWithURL(url)\n partItem.copyToPartsSpace(partsSpace);\n alertOK('Copied ' + partItem.name + ' to ' + url);\n }]\n })\n lively.morphic.Menu.openAtHand('Select category', items);\n}","funcProperties":{"__isSmartRef__":true,"id":12365},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12364":{"this":{"__isSmartRef__":true,"id":7498}},"12365":{"timestamp":{"__isSmartRef__":true,"id":12366},"user":"robertkrahn","tags":[]},"12366":{"isSerializedDate":true,"string":"Thu Jul 07 2011 16:13:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12367":{"varMapping":{"__isSmartRef__":true,"id":12368},"source":"function partsBinUrl() {\n if (this.url) {\n return url;\n }\n return this.partsBinURL();\n}","funcProperties":{"__isSmartRef__":true,"id":12369},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12368":{"this":{"__isSmartRef__":true,"id":7498}},"12369":{"timestamp":{"__isSmartRef__":true,"id":12370},"tags":[]},"12370":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:58 GMT+0100 (Mitteleuropäische Zeit)"},"12371":{"varMapping":{"__isSmartRef__":true,"id":12372},"source":"function partsBinURL() {\n if (this.url) {\n return this.url;\n }\n return this.defaultPartsBinURL();\n}","funcProperties":{"__isSmartRef__":true,"id":12373},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12372":{"this":{"__isSmartRef__":true,"id":7498}},"12373":{"timestamp":{"__isSmartRef__":true,"id":12374},"tags":[]},"12374":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:06 GMT+0100 (Mitteleuropäische Zeit)"},"12375":{"varMapping":{"__isSmartRef__":true,"id":12376},"source":"function commitLogString(metaInfo) {\n if (!metaInfo.changes) return \"\";\n return metaInfo.changes\n .reverse()\n .collect(function(ea) {\n return Strings.format(\"%s %s: \\n %s\\n\",\n ea.date.format(\"yyyy-mm-dd HH:MM\") , \n ea.author, (ea.message || \"no comment\"));\n })\n .join('');\n}","funcProperties":{"__isSmartRef__":true,"id":12377},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12376":{"this":{"__isSmartRef__":true,"id":7498}},"12377":{"timestamp":{"__isSmartRef__":true,"id":12378},"user":"jenslincke","tags":[]},"12378":{"isSerializedDate":true,"string":"Tue Jan 31 2012 20:19:05 GMT+0100 (Mitteleuropäische Zeit)"},"12379":{"varMapping":{"__isSmartRef__":true,"id":12380},"source":"function showCommits() {\n if (!this.selectedPartItem) {\n alert('nothing selected');\n return;\n }\n var metaInfo = this.selectedPartItem.loadedMetaInfo;\n this.world().addTextWindow({\n title: 'Commits of ' + metaInfo.partName,\n content: this.commitLogString(metaInfo)\n });\n}","funcProperties":{"__isSmartRef__":true,"id":12381},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12380":{"this":{"__isSmartRef__":true,"id":7498}},"12381":{"timestamp":{"__isSmartRef__":true,"id":12382},"user":"robertkrahn","tags":[]},"12382":{"isSerializedDate":true,"string":"Mon Jan 23 2012 19:20:49 GMT+0100 (Mitteleuropäische Zeit)"},"12383":{"varMapping":{"__isSmartRef__":true,"id":12384},"source":"function setShareLink(partItem) {\n var linkText = this.get('shareLink');\n linkText.setTextString('Share Link');\n var url = 'http://www.lively-kernel.org/viral?part='\n + partItem.name + '&path=' + partItem.partsSpaceName;\n linkText.emphasizeAll({uri: url});\n}","funcProperties":{"__isSmartRef__":true,"id":12385},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12384":{"this":{"__isSmartRef__":true,"id":7498}},"12385":{"timestamp":{"__isSmartRef__":true,"id":12386},"user":"robertkrahn","tags":[]},"12386":{"isSerializedDate":true,"string":"Mon Jan 23 2012 19:45:42 GMT+0100 (Mitteleuropäische Zeit)"},"12387":{"varMapping":{"__isSmartRef__":true,"id":12388},"source":"function setSelectedPartVersions(versions) {\n // alertOK(\"set versions:\" + versions.length)\n var list = versions.collect(function(ea) {\n return { \n string: '' + ea.date.format(\"yyyy-mm-dd HH:MM\") \n + \" \" + ea.author + \" (\" + ea.rev + \")\", \n value: ea, isListItem: true}\n })\n this.get('selectedPartVersions').updateList(list)\n}","funcProperties":{"__isSmartRef__":true,"id":12389},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12388":{"this":{"__isSmartRef__":true,"id":7498}},"12389":{"timestamp":{"__isSmartRef__":true,"id":12390},"user":"jenslincke","tags":[]},"12390":{"isSerializedDate":true,"string":"Tue Jan 31 2012 20:06:52 GMT+0100 (Mitteleuropäische Zeit)"},"12391":{"submorphs":[{"__isSmartRef__":true,"id":12392},{"__isSmartRef__":true,"id":12408},{"__isSmartRef__":true,"id":12464},{"__isSmartRef__":true,"id":12501}],"scripts":[],"shape":{"__isSmartRef__":true,"id":12539},"derivationIds":[null,"CB9A7942-A126-4FEA-92F7-97C70D060BEB","FA9B3561-DB28-470D-A1EC-B8150D4DEF2A","36D680CF-892E-407E-8105-DAA6B09D71D6","1CAA1D0A-D71B-4BFE-8240-865CB7F05E0E","66C69699-50EE-40ED-8CA9-B86D0DD4E47B","BBA3CE3B-99B8-4E44-B846-2C780BAE5F52","1D8D1A51-894F-48AF-A187-A7A6A6038424","0B3AD9C5-800E-438E-9874-EAADEE1BF050","791045F5-5FFE-433E-AB6E-66953008D5BD","4FB22ED4-3DE1-44DA-A468-858694FCBEDC","069F6161-0417-4EAB-B7EE-EA3C0F0DBE2C","ACF1346E-D482-4988-8218-5C696A2A3C6D","6F3DC859-2D3F-492E-910C-0C096B44D29D","8809FE81-20B4-4A1A-BB07-C2928B51A98E","C1048D8A-113D-4A07-B546-FD3871F7E616","DAD50CCC-8DD8-4B46-8D3A-1AA617EA10C5"],"id":"AEEED3C8-CE8E-431A-9C06-BDD111AAC50A","renderContextTable":{"__isSmartRef__":true,"id":12550},"eventHandler":{"__isSmartRef__":true,"id":12551},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":12552},"_Position":{"__isSmartRef__":true,"id":12553},"windowMorph":{"__isSmartRef__":true,"id":7497},"label":{"__isSmartRef__":true,"id":12392},"closeButton":{"__isSmartRef__":true,"id":12408},"menuButton":{"__isSmartRef__":true,"id":12464},"collapseButton":{"__isSmartRef__":true,"id":12501},"priorExtent":{"__isSmartRef__":true,"id":12554},"owner":{"__isSmartRef__":true,"id":7497},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_ClipMode":"visible","partsBinMetaInfo":{"__isSmartRef__":true,"id":12555},"__LivelyClassName__":"lively.morphic.TitleBar"},"12392":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":12393},"derivationIds":[null,"35225DC7-6AD1-4EAA-9640-2B20FCEAB44B","ED05473C-5327-4DDB-A6D6-F89AE10B9058","A8D18394-0903-41C0-B752-8734202D9666","804FDA9E-028E-4AB2-B5A6-8AE21C38056D","6AB19EC9-B24B-4260-B303-9EEBCCF28B2F","ABFDEE17-F1C9-40C0-948B-89CCE44C80BF","462C3183-AF6C-410F-B603-423FAF163161","6D943AA6-F870-468B-AA11-55A08BCE4E76","7FDA8148-A98A-40B6-8B91-AD819EFC057D","6B3F2781-16C8-4041-9146-CA879CF69017","3030E57E-86F6-443F-8A3A-F58FA7E9B6E6","BED5E2AC-01EA-4628-A64B-0B6EC3F7FA45","587AF0B0-D04D-48CD-A139-9B6E04C92260","E7304AEB-0D79-41B8-99C0-1093B2551E5A","B91F0B75-EB62-4C86-AB0E-C6ADB6ED1A5E","6409A438-1F2D-4009-ACD3-037EA3DB72F9"],"id":"C5BCA73B-CEA1-4B35-BDC0-4AB1580CCB83","renderContextTable":{"__isSmartRef__":true,"id":12399},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":12400}],"eventHandler":{"__isSmartRef__":true,"id":12402},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":12403},"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":12391},"priorExtent":{"__isSmartRef__":true,"id":12404},"_MaxTextWidth":711.7575068769036,"_MinTextWidth":711.7575068769036,"_MaxTextHeight":null,"_MinTextHeight":null,"_Position":{"__isSmartRef__":true,"id":12405},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_TextColor":{"__isSmartRef__":true,"id":12406},"partsBinMetaInfo":{"__isSmartRef__":true,"id":12407},"__LivelyClassName__":"lively.morphic.Text"},"12393":{"_Position":{"__isSmartRef__":true,"id":12394},"renderContextTable":{"__isSmartRef__":true,"id":12395},"_Extent":{"__isSmartRef__":true,"id":12396},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":12397},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":12398},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"12394":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"12395":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"12396":{"x":711.7575068769036,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"12397":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"12398":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"12399":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"12400":{"style":{"__isSmartRef__":true,"id":12401},"chunkOwner":{"__isSmartRef__":true,"id":12392},"storedString":"PartsBinBrowser","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12401":{"fontWeight":"bold","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12402":{"morph":{"__isSmartRef__":true,"id":12392},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"12403":{"resizeWidth":true},"12404":{"x":711.7575068769036,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"12405":{"x":20,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"12406":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"12407":{"requiredModules":[],"idOnLoad":"C5BCA73B-CEA1-4B35-BDC0-4AB1580CCB83","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"12408":{"submorphs":[{"__isSmartRef__":true,"id":12409}],"scripts":[],"shape":{"__isSmartRef__":true,"id":12422},"derivationIds":[null,"84C6AD5C-08E4-4D3E-AE1C-80ED065C7447","1EDA2278-A2B9-4AB4-9516-3DC25ACB4C27","55BA9050-F318-4DDE-AE70-6219D439298D","49C4D74C-7648-4A50-A5D6-2F0F753509B2","861E4568-E439-4FF5-8D7E-CDA56A1E95F3","C3698C70-6388-47F7-947A-5C34A6B60700","93DB8FA4-5D5C-4600-9742-3F67068D5CED","0FF9EAA0-E03A-4E1F-8771-4E0275A5AAD4","C0E85752-8EF2-42D2-BFF0-E061C4D46819","DFFC1C4F-9B94-4D3B-8A83-273625FA1D00","CB20FC8E-CA7C-4C0E-A88B-1D31ED8BC28B","4C0606D0-4382-41A7-8527-E0B161498782","984F539E-6470-4B12-9C45-EA5C47CD3424","54C7BEED-A423-4D4B-83C1-3A5E77EB9B0F","BFF0B730-20B5-4597-AE11-6A187C2F238D","B3E88B19-7A69-4033-B400-02BDC0A0A9BC"],"id":"713CC58B-4EBB-4ED8-8952-A07AED303151","renderContextTable":{"__isSmartRef__":true,"id":12435},"eventHandler":{"__isSmartRef__":true,"id":12436},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":12437},"priorExtent":{"__isSmartRef__":true,"id":12438},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":12439},"lighterFill":{"__isSmartRef__":true,"id":12449},"label":{"__isSmartRef__":true,"id":12409},"owner":{"__isSmartRef__":true,"id":12391},"layout":{"__isSmartRef__":true,"id":12458},"attributeConnections":[{"__isSmartRef__":true,"id":12459},{"__isSmartRef__":true,"id":12461}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_ClipMode":"visible","partsBinMetaInfo":{"__isSmartRef__":true,"id":12463},"isPressed":false,"__LivelyClassName__":"lively.morphic.WindowControl"},"12409":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":12410},"derivationIds":[null,"57529DB3-5359-4B56-9F8B-0110DAFAFC52","9921C550-09B9-4C17-8111-D8FE86FB228B","69344588-0544-4FC7-BE21-29C4A98D0D23","81E014B3-6896-4E77-BA4A-F9EA8356F1E2","32EE1337-35F3-4EA6-93FC-58BD22920993","90D97708-997D-47B7-836D-C3951B871800","536FAD0F-5661-46AF-BD86-2FEB8DBC2962","414ED04A-576A-4076-A7B2-159032CE1614","976659CC-6C23-4928-80F8-DF0704CB4FA1","C63202CA-8588-41EA-98DE-3A3C29EAD556","1237F886-758C-4599-9D7B-2316D4920995","1ED30BF6-8E11-43B9-8FF6-7E824D85F92F","142A1685-42D6-4BC2-8624-D1432DDF09E9","7C28FD2A-4140-4DA6-A88B-ED0FD16CE7F8","207F7962-C8A4-4B3E-9550-B95B75ACD704","69AC209E-C03E-4AEB-BBCF-44554E5354E6"],"id":"FC2F4D9B-9BE3-4E46-B12B-DF36AB194D4C","renderContextTable":{"__isSmartRef__":true,"id":12415},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":12416}],"eventHandler":{"__isSmartRef__":true,"id":12418},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":12419},"priorExtent":{"__isSmartRef__":true,"id":12420},"_MaxTextWidth":15,"_MinTextWidth":15,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":12408},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"partsBinMetaInfo":{"__isSmartRef__":true,"id":12421},"__LivelyClassName__":"lively.morphic.Text"},"12410":{"_Position":{"__isSmartRef__":true,"id":12411},"renderContextTable":{"__isSmartRef__":true,"id":12412},"_Extent":{"__isSmartRef__":true,"id":12413},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":12414},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":12398},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"12411":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"12412":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"12413":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"12414":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"12415":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"12416":{"style":{"__isSmartRef__":true,"id":12417},"chunkOwner":{"__isSmartRef__":true,"id":12409},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk"},"12417":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"12418":{"morph":{"__isSmartRef__":true,"id":12409},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"12419":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"12420":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"12421":{"requiredModules":[],"idOnLoad":"FC2F4D9B-9BE3-4E46-B12B-DF36AB194D4C","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"12422":{"_Position":{"__isSmartRef__":true,"id":12423},"renderContextTable":{"__isSmartRef__":true,"id":12424},"_Extent":{"__isSmartRef__":true,"id":12425},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":12426},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":12427},"_Fill":{"__isSmartRef__":true,"id":12428},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"12423":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"12424":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"12425":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"12426":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"12427":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"12428":{"stops":[{"__isSmartRef__":true,"id":12429},{"__isSmartRef__":true,"id":12431},{"__isSmartRef__":true,"id":12432},{"__isSmartRef__":true,"id":12433}],"vector":{"__isSmartRef__":true,"id":153},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"12429":{"offset":0,"color":{"__isSmartRef__":true,"id":12430}},"12430":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"12431":{"offset":0.3,"color":{"__isSmartRef__":true,"id":149}},"12432":{"offset":0.7,"color":{"__isSmartRef__":true,"id":149}},"12433":{"offset":1,"color":{"__isSmartRef__":true,"id":12434}},"12434":{"r":0.7973333333333334,"g":0.7973333333333334,"b":0.7973333333333334,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"12435":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"12436":{"morph":{"__isSmartRef__":true,"id":12408},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"12437":{"x":750.7575068769036,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"12438":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"12439":{"stops":[{"__isSmartRef__":true,"id":12440},{"__isSmartRef__":true,"id":12442},{"__isSmartRef__":true,"id":12444},{"__isSmartRef__":true,"id":12446}],"vector":{"__isSmartRef__":true,"id":12448},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"12440":{"offset":0,"color":{"__isSmartRef__":true,"id":12441}},"12441":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"12442":{"offset":0.4,"color":{"__isSmartRef__":true,"id":12443}},"12443":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"12444":{"offset":0.6,"color":{"__isSmartRef__":true,"id":12445}},"12445":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"12446":{"offset":1,"color":{"__isSmartRef__":true,"id":12447}},"12447":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"12448":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"12449":{"stops":[{"__isSmartRef__":true,"id":12450},{"__isSmartRef__":true,"id":12452},{"__isSmartRef__":true,"id":12454},{"__isSmartRef__":true,"id":12456}],"vector":{"__isSmartRef__":true,"id":12448},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"12450":{"offset":0,"color":{"__isSmartRef__":true,"id":12451}},"12451":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"12452":{"offset":0.4,"color":{"__isSmartRef__":true,"id":12453}},"12453":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"12454":{"offset":0.6,"color":{"__isSmartRef__":true,"id":12455}},"12455":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"12456":{"offset":1,"color":{"__isSmartRef__":true,"id":12457}},"12457":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"12458":{"moveHorizontal":true},"12459":{"sourceObj":{"__isSmartRef__":true,"id":12408},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":7497},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":12460},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"12460":{"source":{"__isSmartRef__":true,"id":12408},"target":{"__isSmartRef__":true,"id":7497}},"12461":{"sourceObj":{"__isSmartRef__":true,"id":12408},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":7497},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":12462},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"12462":{"source":{"__isSmartRef__":true,"id":12408},"target":{"__isSmartRef__":true,"id":7497}},"12463":{"requiredModules":[],"idOnLoad":"713CC58B-4EBB-4ED8-8952-A07AED303151","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"12464":{"submorphs":[{"__isSmartRef__":true,"id":12465}],"scripts":[],"shape":{"__isSmartRef__":true,"id":12478},"derivationIds":[null,"36CC1066-451F-4248-A272-77B1EA5736D7","69CDBF77-3059-4F05-8245-F654E7C609BF","1AC294AF-CF26-40BF-9B2B-39E2E2A22384","A392DCC9-50D0-478A-A26F-7235BA3B34F1","5FD70964-AD0A-4804-B34A-2E9F0F6A4B52","6A97C30C-330D-4980-90B1-0C07F3D260ED","213D23B8-6B28-40E7-9059-7F7905901965","F627C325-BB22-4CD8-A082-4CF657415475","52CBC51E-591E-4E04-9D14-7796B2DB047A","4CF896A7-5611-4441-BB8B-E9F4D5AEBD88","F4A18010-80C9-493C-A5E5-F90AA8A38EF0","6D48D797-48B6-4459-B111-46A4CDDC5DCF","263D697D-34CA-44E5-89B5-142F34284AE1","175A2DE0-9632-4E31-B6D5-A9C2DCA45E0A","B2445A17-7E07-46C6-AAB4-E84C0351FD01","DB1A19D4-9B65-445C-ADEF-440D8A363B3A"],"id":"E7866635-DF8B-4F7B-85AF-5EE1BF153D57","renderContextTable":{"__isSmartRef__":true,"id":12483},"eventHandler":{"__isSmartRef__":true,"id":12484},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":12485},"priorExtent":{"__isSmartRef__":true,"id":12486},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":12439},"lighterFill":{"__isSmartRef__":true,"id":12487},"label":{"__isSmartRef__":true,"id":12465},"owner":{"__isSmartRef__":true,"id":12391},"attributeConnections":[{"__isSmartRef__":true,"id":12496},{"__isSmartRef__":true,"id":12498}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_ClipMode":"visible","partsBinMetaInfo":{"__isSmartRef__":true,"id":12500},"__LivelyClassName__":"lively.morphic.WindowControl"},"12465":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":12466},"derivationIds":[null,"11B8870D-6BAE-4862-8B99-5833D01F50B0","D7C837FB-858D-4C7A-93EF-C5AB424C3DAA","BBB55BCF-2370-440F-9C6B-FE87F65F8E09","6D5114EB-4653-4D3C-9C75-B218CB866171","48C098C9-00C0-4448-893D-EDA16C579071","563C793B-CDC3-41BE-BF58-DF6EA19556FD","ED1430B6-0141-43F2-BDD7-1AE954359582","AE5AF7F3-132A-47CD-9803-3EB60C869BAF","A840CE15-1B07-43B3-B17E-453C077BB03F","2A630580-1BC7-486C-8635-3D0985509B61","15DFD406-C3BE-442C-AF19-F41C6D05E2BA","4E96384C-2791-49B8-95E0-4A76FA9E66AB","44289495-79AE-41BC-AE2E-154E37D66352","EDBDA2D0-C659-4774-ABD5-50FDA47C490C","548B5A98-8852-4E8C-806F-2530B20A2F06","3F0D1A16-CF18-4E0A-BA6A-02EDD1831765"],"id":"687E531E-25A8-454B-9EDD-6E00EB3E571D","renderContextTable":{"__isSmartRef__":true,"id":12471},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":12472}],"eventHandler":{"__isSmartRef__":true,"id":12474},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":12475},"priorExtent":{"__isSmartRef__":true,"id":12476},"_MaxTextWidth":15,"_MinTextWidth":15,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":12464},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"partsBinMetaInfo":{"__isSmartRef__":true,"id":12477},"__LivelyClassName__":"lively.morphic.Text"},"12466":{"_Position":{"__isSmartRef__":true,"id":12467},"renderContextTable":{"__isSmartRef__":true,"id":12468},"_Extent":{"__isSmartRef__":true,"id":12469},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":12470},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":12398},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"12467":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"12468":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"12469":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"12470":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"12471":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"12472":{"style":{"__isSmartRef__":true,"id":12473},"chunkOwner":{"__isSmartRef__":true,"id":12465},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk"},"12473":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"12474":{"morph":{"__isSmartRef__":true,"id":12465},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"12475":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"12476":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"12477":{"requiredModules":[],"idOnLoad":"687E531E-25A8-454B-9EDD-6E00EB3E571D","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"12478":{"_Position":{"__isSmartRef__":true,"id":12479},"renderContextTable":{"__isSmartRef__":true,"id":12480},"_Extent":{"__isSmartRef__":true,"id":12481},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":12482},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":12427},"_Fill":{"__isSmartRef__":true,"id":12439},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"12479":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"12480":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"12481":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"12482":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"12483":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"12484":{"morph":{"__isSmartRef__":true,"id":12464},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"12485":{"x":3,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"12486":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"12487":{"stops":[{"__isSmartRef__":true,"id":12488},{"__isSmartRef__":true,"id":12490},{"__isSmartRef__":true,"id":12492},{"__isSmartRef__":true,"id":12494}],"vector":{"__isSmartRef__":true,"id":12448},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"12488":{"offset":0,"color":{"__isSmartRef__":true,"id":12489}},"12489":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"12490":{"offset":0.4,"color":{"__isSmartRef__":true,"id":12491}},"12491":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"12492":{"offset":0.6,"color":{"__isSmartRef__":true,"id":12493}},"12493":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"12494":{"offset":1,"color":{"__isSmartRef__":true,"id":12495}},"12495":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"12496":{"sourceObj":{"__isSmartRef__":true,"id":12464},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":7497},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":12497},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"12497":{"source":{"__isSmartRef__":true,"id":12464},"target":{"__isSmartRef__":true,"id":7497}},"12498":{"sourceObj":{"__isSmartRef__":true,"id":12464},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":7497},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":12499},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"12499":{"source":{"__isSmartRef__":true,"id":12464},"target":{"__isSmartRef__":true,"id":7497}},"12500":{"requiredModules":[],"idOnLoad":"E7866635-DF8B-4F7B-85AF-5EE1BF153D57","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"12501":{"submorphs":[{"__isSmartRef__":true,"id":12502}],"scripts":[],"shape":{"__isSmartRef__":true,"id":12515},"derivationIds":[null,"A4716D24-333D-4F87-B30D-693046A4CC11","09521FBD-32DD-4AD7-B9E6-7B3E537AF883","D971E4B7-1DF3-4B21-A73D-24F6EF12F679","C69F70E3-3EBE-4169-AB1B-B6C8A043B95B","F8D9EA1D-0D64-4375-B8B5-4F1F2C5E8541","9FEA18A8-D928-4A43-8017-C0FD088C4B63","F7BA92FD-2CCD-457D-9CD7-19DAEB009515","42A9124E-92FB-4186-8BBF-77CCF3B1002D","E4B2ACF0-0CFD-48E0-9FC7-88AB03BFEB57","47122BD1-0F90-476F-B57A-CFB1E83C3454","99132533-64B7-4959-87A7-6A49B7BA9484","EED63A15-CE25-476F-9DD2-049DB7D07635","665D04DB-D28A-4C4F-957B-532239267CDB","E4A0074C-58B4-4984-9F8D-D5351BECE693","12892E3C-39E1-43D3-B9C1-225F0F6763CF","E1836464-B7F9-4C9D-B59D-847BFE6F255E"],"id":"0909F571-2604-4EFE-B498-5EDFC012BDF5","renderContextTable":{"__isSmartRef__":true,"id":12520},"eventHandler":{"__isSmartRef__":true,"id":12521},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":12522},"priorExtent":{"__isSmartRef__":true,"id":12523},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":12439},"lighterFill":{"__isSmartRef__":true,"id":12524},"label":{"__isSmartRef__":true,"id":12502},"owner":{"__isSmartRef__":true,"id":12391},"layout":{"__isSmartRef__":true,"id":12533},"attributeConnections":[{"__isSmartRef__":true,"id":12534},{"__isSmartRef__":true,"id":12536}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_ClipMode":"visible","partsBinMetaInfo":{"__isSmartRef__":true,"id":12538},"__LivelyClassName__":"lively.morphic.WindowControl"},"12502":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":12503},"derivationIds":[null,"862E80E4-0CC5-48AC-A76F-A35D7FE1FC5B","C6CA8AE7-6702-4867-9BD1-9D3A42821A1F","BA5B9281-B182-4EBA-9D02-BBA304CC959B","2289C593-75CE-45EE-B698-E0E9DB527628","3FDADAEC-E6C1-4220-A68C-8FAA386B6562","2D55EBB5-8584-4626-AD2C-EA1DCF3BF923","50B8B19C-917D-4AE4-8231-9FDDAA188B87","B9607C92-DDD9-4801-9B70-45F2A69CEF51","3628DA72-F4AC-4E17-AB7D-7CCF7A5C83EA","BC0DDE29-DC64-424F-A5DE-0E0444CA46F8","869BA70C-9DE5-4BF0-A4BC-49166294A98D","4A1D1888-02A8-4F46-9021-0EDD77D72BFD","38E2DF86-6A85-4423-80C4-D27E21393E62","738C83E8-15DD-479B-9E84-DC5BBA74D812","B26A29AF-3FDE-4D29-9B9C-112202A4F0CB","5C9E346F-566B-48C8-A5EF-9511A1D0D0B1"],"id":"B276658A-55BC-4225-904B-B563159AC993","renderContextTable":{"__isSmartRef__":true,"id":12508},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":12509}],"eventHandler":{"__isSmartRef__":true,"id":12511},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":12512},"priorExtent":{"__isSmartRef__":true,"id":12513},"_MaxTextWidth":15,"_MinTextWidth":15,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":12501},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"partsBinMetaInfo":{"__isSmartRef__":true,"id":12514},"__LivelyClassName__":"lively.morphic.Text"},"12503":{"_Position":{"__isSmartRef__":true,"id":12504},"renderContextTable":{"__isSmartRef__":true,"id":12505},"_Extent":{"__isSmartRef__":true,"id":12506},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":12507},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":12398},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"12504":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"12505":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"12506":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"12507":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"12508":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"12509":{"style":{"__isSmartRef__":true,"id":12510},"chunkOwner":{"__isSmartRef__":true,"id":12502},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk"},"12510":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"12511":{"morph":{"__isSmartRef__":true,"id":12502},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"12512":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"12513":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"12514":{"requiredModules":[],"idOnLoad":"B276658A-55BC-4225-904B-B563159AC993","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"12515":{"_Position":{"__isSmartRef__":true,"id":12516},"renderContextTable":{"__isSmartRef__":true,"id":12517},"_Extent":{"__isSmartRef__":true,"id":12518},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":12519},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":12427},"_Fill":{"__isSmartRef__":true,"id":12439},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"12516":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"12517":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"12518":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"12519":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"12520":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"12521":{"morph":{"__isSmartRef__":true,"id":12501},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"12522":{"x":731.7575068769036,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"12523":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"12524":{"stops":[{"__isSmartRef__":true,"id":12525},{"__isSmartRef__":true,"id":12527},{"__isSmartRef__":true,"id":12529},{"__isSmartRef__":true,"id":12531}],"vector":{"__isSmartRef__":true,"id":12448},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"12525":{"offset":0,"color":{"__isSmartRef__":true,"id":12526}},"12526":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"12527":{"offset":0.4,"color":{"__isSmartRef__":true,"id":12528}},"12528":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"12529":{"offset":0.6,"color":{"__isSmartRef__":true,"id":12530}},"12530":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"12531":{"offset":1,"color":{"__isSmartRef__":true,"id":12532}},"12532":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"12533":{"moveHorizontal":true},"12534":{"sourceObj":{"__isSmartRef__":true,"id":12501},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":7497},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":12535},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"12535":{"source":{"__isSmartRef__":true,"id":12501},"target":{"__isSmartRef__":true,"id":7497}},"12536":{"sourceObj":{"__isSmartRef__":true,"id":12501},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":7497},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":12537},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"12537":{"source":{"__isSmartRef__":true,"id":12501},"target":{"__isSmartRef__":true,"id":7497}},"12538":{"requiredModules":[],"idOnLoad":"0909F571-2604-4EFE-B498-5EDFC012BDF5","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"12539":{"_Position":{"__isSmartRef__":true,"id":12540},"renderContextTable":{"__isSmartRef__":true,"id":12541},"_Extent":{"__isSmartRef__":true,"id":12542},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":12543},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":12544},"_Fill":{"__isSmartRef__":true,"id":12545},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"12540":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"12541":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"12542":{"x":770.7575068769036,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"12543":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"12544":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"12545":{"stops":[{"__isSmartRef__":true,"id":12546},{"__isSmartRef__":true,"id":12548}],"vector":{"__isSmartRef__":true,"id":153},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"12546":{"offset":0,"color":{"__isSmartRef__":true,"id":12547}},"12547":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"12548":{"offset":1,"color":{"__isSmartRef__":true,"id":12549}},"12549":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"12550":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"12551":{"morph":{"__isSmartRef__":true,"id":12391},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"12552":{"resizeWidth":true,"adjustForNewBounds":true},"12553":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"12554":{"x":770.7575068769036,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"12555":{"requiredModules":[],"idOnLoad":"AEEED3C8-CE8E-431A-9C06-BDD111AAC50A","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"12556":{"submorphs":[],"scripts":[],"id":"2C3A0035-2EB8-471F-905E-E72F6D74CBED","shape":{"__isSmartRef__":true,"id":12557},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":12564},"showsHalos":false,"name":"ResizeCorner","partsBinMetaInfo":{"__isSmartRef__":true,"id":12565},"__SourceModuleName__":"Global.lively.morphic.Core","draggingEnabled":true,"dragStartPoint":null,"originalExtent":{"__isSmartRef__":true,"id":12566},"originalTargetExtent":null,"renderContextTable":{"__isSmartRef__":true,"id":12567},"eventHandler":{"__isSmartRef__":true,"id":12568},"priorExtent":{"__isSmartRef__":true,"id":12569},"originalTargetInnerBounds":null,"isResizeCorner":true,"relativeOrigin":null,"derivationIds":[7147,"16E962DF-21E9-4FE6-8B9B-953F0E908113","ADD0B5C0-0DC6-4D8E-9C2A-0EC7E3C71F21","25C53CC1-53E0-44A6-8E16-A56606A19EF0","50F19BF2-9607-4419-A8C2-0352B0A6FF57","56B7FFB1-61EA-47B9-AC63-A78EA3203E0F","7ED9D491-F8A0-41CA-ADCC-D29EB7805558"],"moved":true,"attributeConnections":[{"__isSmartRef__":true,"id":12570}],"doNotSerialize":["$$cornerName"],"doNotCopyProperties":["$$cornerName"],"originalTargetBounds":null,"cornerName":"bottomRight","owner":{"__isSmartRef__":true,"id":7497},"_Rotation":0,"_Scale":0.9920279440699439,"_ClipMode":"visible","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12571},"__LivelyClassName__":"lively.morphic.Box"},"12557":{"position":{"__isSmartRef__":true,"id":12558},"_Extent":{"__isSmartRef__":true,"id":12559},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":12560},"_Fill":{"__isSmartRef__":true,"id":12561},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":12562},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":12563},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"12558":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"12559":{"x":10,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"12560":{"r":0.568,"g":0.568,"b":0.568,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"12561":{"r":0.258,"g":0.258,"b":0.258,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"12562":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"12563":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"12564":{"x":760.8372274362041,"y":497.3295572430021,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"12565":{"partsSpaceName":"PartsBin/Widgets/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Resize an object without using halos.","partName":"ResizeCorner","revisionOnLoad":140152,"idOnLoad":"2C3A0035-2EB8-471F-905E-E72F6D74CBED","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"12566":{"x":239,"y":138,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"12567":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"12568":{"morph":{"__isSmartRef__":true,"id":12556},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"12569":{"x":10,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"12570":{"sourceObj":{"__isSmartRef__":true,"id":12556},"sourceAttrName":"cornerName","targetObj":{"__isSmartRef__":true,"id":12556},"targetMethodName":"alignToOwner","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"12571":{"onDrag":{"__isSmartRef__":true,"id":12572},"onDragEnd":{"__isSmartRef__":true,"id":12580},"onDragStart":{"__isSmartRef__":true,"id":12588},"reset":{"__isSmartRef__":true,"id":12596},"morphMenuItems":{"__isSmartRef__":true,"id":12599},"alignToOwner":{"__isSmartRef__":true,"id":12606}},"12572":{"varMapping":{"__isSmartRef__":true,"id":12573},"source":"function onDrag(evt) {\n // alert(\"onDrag\")\n // this.owner.setPosition(pt(0,0))\n // this.owner.setOrigin(pt(0,0))\n var moveDelta = evt.mousePoint.subPt(this.dragStartPoint)\n \n // moveDelta = moveDelta.maxPt(pt(0,0))\n var ownerExtent = this.owner.getExtent();\n\n // TODO does not work\n if (evt.isShiftDown()) {\n var maxDelta = Math.max(moveDelta.x, moveDelta.y);\n if (maxDelta == 0) return;\n var factor = ownerExtent.x / ownerExtent.y\n moveDelta = pt(maxDelta * factor, maxDelta )\n }\n var accessor = \"with\" + this.cornerName.charAt(0).toUpperCase() + this.cornerName.substring(1);\n\n var newCorner = this.originalTargetBounds[this.cornerName]().addPt(moveDelta);\n var newBounds = this.originalTargetBounds[accessor ](newCorner);\n\n this.owner.setBounds(newBounds);\n \n // var newExtent = this.originalTargetExtent.addPt(moveDelta)\n // alertOK(\"new extent\" + newExtent)\n // this.owner.setExtent(newExtent);\n this.owner.submorphs.select(function(ea) {\n return ea.isResizeCorner\n }).invoke('alignToOwner');\n if (this.owner.halos) {\n this.owner.halos.invoke('alignAtTarget')\n }\n // alertOK(\"relative \" + this.relativeOrigin)\n var newOrigin = pt(0,0).extent(this.owner.getExtent()).relativeToAbsPoint(this.relativeOrigin)\n\n // TODO IMPLEMENT updating the origin does not work yet\n // this.owner.setOrigin(newOrigin);\n // alertOK(\"new origin \" + newOrigin)\n\n}","funcProperties":{"__isSmartRef__":true,"id":12578},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12573":{"this":{"__isSmartRef__":true,"id":12556},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12574}},"12574":{"$super":{"__isSmartRef__":true,"id":12575}},"12575":{"varMapping":{"__isSmartRef__":true,"id":12576},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":12577},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12576":{"obj":{"__isSmartRef__":true,"id":12556},"name":"onDrag"},"12577":{},"12578":{"timestamp":{"__isSmartRef__":true,"id":12579},"user":"sstamm","tags":[]},"12579":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:08:52 GMT+0100 (Mitteleuropäische Zeit)"},"12580":{"varMapping":{"__isSmartRef__":true,"id":12581},"source":"function onDragEnd(evt) {\n this.dragStartPoint = null;\n this.originalTargetBounds = null;\n this.relativeOrigin = null;\n}","funcProperties":{"__isSmartRef__":true,"id":12586},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12581":{"this":{"__isSmartRef__":true,"id":12556},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12582}},"12582":{"$super":{"__isSmartRef__":true,"id":12583}},"12583":{"varMapping":{"__isSmartRef__":true,"id":12584},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":12585},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12584":{"obj":{"__isSmartRef__":true,"id":12556},"name":"onDragEnd"},"12585":{},"12586":{"timestamp":{"__isSmartRef__":true,"id":12587},"user":"sstamm","tags":[]},"12587":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:09:00 GMT+0100 (Mitteleuropäische Zeit)"},"12588":{"varMapping":{"__isSmartRef__":true,"id":12589},"source":"function onDragStart(evt) {\n var absToRelativePoint = function (r, absPt) {\n\t\treturn new Point(\n\t\t\t(absPt.x - r.x) / r.width,\n\t\t\t(absPt.y - r.y) / r.height)\n\t}\n // absToRelativePoint(new Rectangle(10,10,100,100), pt(20,20))\n // absToRelativePoint(new Rectangle(10,10,100,100), pt(0,0))\n // absToRelativePoint(new Rectangle(-100,-100,200,200), pt(0,0))\n\n\n this.dragStartPoint = evt.mousePoint;\n this.originalTargetBounds= this.owner.bounds();\n this.relativeOrigin = absToRelativePoint(pt(0,0).extent(this.owner.getExtent()), this.owner.getOrigin())\n}","funcProperties":{"__isSmartRef__":true,"id":12594},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12589":{"this":{"__isSmartRef__":true,"id":12556},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12590}},"12590":{"$super":{"__isSmartRef__":true,"id":12591}},"12591":{"varMapping":{"__isSmartRef__":true,"id":12592},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":12593},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12592":{"obj":{"__isSmartRef__":true,"id":12556},"name":"onDragStart"},"12593":{},"12594":{"timestamp":{"__isSmartRef__":true,"id":12595},"user":"sstamm","tags":[]},"12595":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:08:40 GMT+0100 (Mitteleuropäische Zeit)"},"12596":{"varMapping":{"__isSmartRef__":true,"id":12597},"source":"function reset() {\n this.isResizeCorner = true\n this.cornerName = 'bottomRight'\n this.setExtent(pt(10,10));\n this.setPosition(pt(0,0))\n}","funcProperties":{"__isSmartRef__":true,"id":12598},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12597":{"this":{"__isSmartRef__":true,"id":12556}},"12598":{},"12599":{"varMapping":{"__isSmartRef__":true,"id":12600},"source":"function morphMenuItems() {\n return $super().concat([\n [\"corner\", [\n [\"top left\", function() { this.cornerName = 'topLeft'}.bind(this)],\n [\"top right\", function() { this.cornerName = 'topRight'}.bind(this)],\n [\"bottom right\", function() { this.cornerName = 'bottomRight'}.bind(this)],\n [\"bottom left\", function() { this.cornerName = 'bottomLeft'}.bind(this)],\n ]]\n ])\t\n}","funcProperties":{"__isSmartRef__":true,"id":12605},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12600":{"this":{"__isSmartRef__":true,"id":12556},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12601}},"12601":{"$super":{"__isSmartRef__":true,"id":12602}},"12602":{"varMapping":{"__isSmartRef__":true,"id":12603},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":12604},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12603":{"obj":{"__isSmartRef__":true,"id":12556},"name":"morphMenuItems"},"12604":{},"12605":{},"12606":{"varMapping":{"__isSmartRef__":true,"id":12607},"source":"function alignToOwner() {\n this.align(this.bounds()[this.cornerName](), this.owner.shape.bounds()[this.cornerName]() )\n}","funcProperties":{"__isSmartRef__":true,"id":12608},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12607":{"this":{"__isSmartRef__":true,"id":12556}},"12608":{},"12609":{"renderContextTable":{"__isSmartRef__":true,"id":12610},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":12611},"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":12612},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"12610":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"12611":{"x":770.7575068769036,"y":507.2498366837016,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"12612":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"12613":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"12614":{"morph":{"__isSmartRef__":true,"id":7497},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"12615":{"adjustForNewBounds":true},"12616":{"x":770.7575068769036,"y":507.2498366837016,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"12617":{"x":0,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"12618":{"x":1459,"y":641,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"12619":{"x":806.7674590271636,"y":632.3338324747307,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"12620":{"onLoadFromPartsBin":{"__isSmartRef__":true,"id":12621}},"12621":{"varMapping":{"__isSmartRef__":true,"id":12622},"source":"function onLoadFromPartsBin() {\n\t$super();\n\tthis.targetMorph.reloadEverything();\n}","funcProperties":{"__isSmartRef__":true,"id":12627},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12622":{"this":{"__isSmartRef__":true,"id":7497},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12623}},"12623":{"$super":{"__isSmartRef__":true,"id":12624}},"12624":{"varMapping":{"__isSmartRef__":true,"id":12625},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":12626},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"12625":{"obj":{"__isSmartRef__":true,"id":7497},"name":"onLoadFromPartsBin"},"12626":{},"12627":{"user":"robertkrahn","timestamp":{"__isSmartRef__":true,"id":12628}},"12628":{"isSerializedDate":true,"string":"Mon Jun 27 2011 10:54:32 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12629":{"partsSpaceName":"PartsBin/Tools","name":"ObjectInspector","json":"{\"id\":0,\"registry\":{\"0\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1},{\"__isSmartRef__\":true,\"id\":291},{\"__isSmartRef__\":true,\"id\":435}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":470},\"derivationIds\":[null,\"CD7BCB08-EB4A-48CD-952B-53A1EAEB23D0\",\"581E5168-D9B0-4133-8DDD-C2A067EE91FD\",\"5BDC76F6-9933-4A8D-A8D7-7A53D1313D5A\",\"DC8E6D9C-D7A4-4C3D-8100-3E1546871B63\",\"955E7F07-39AE-450D-8EE8-29E429842845\",\"1C9D44BC-517C-4A89-B751-45C9076B8A48\",\"231B606C-D216-476D-BD06-1E97C2F166E9\",\"56440E75-AABF-40EE-BADE-EF6DE957BED1\",\"83527CBE-511C-4D2C-BADC-53AA4E951B4C\",\"CF9928AD-677A-417F-9067-73633E132979\",\"AD34B2C8-22BE-4C8A-8E34-7B3A0AAFCA5A\",\"4809EAF2-ACD4-4607-8911-3BAA5711C74F\",\"69E5575E-8364-41D8-8809-31BFA13B658F\",\"467E9CE0-4C43-465A-AE66-70F8E94FF818\",\"43427F0A-798B-4B43-A2A5-6783E3A4FBEC\",\"C32B806A-02C8-4A60-B1EF-A7DD42C68BB7\",\"440B2525-75D8-4DA2-A2B0-F365EAE45A99\",\"8172411B-9EE0-4CC3-8467-6E9B83645928\",\"AB2C8B18-4386-407F-B100-C4011CCB060A\",\"E7E5E0FB-4D6C-4232-AE3E-F29216473B50\",\"3F84D56A-C67B-46DE-8FAA-5F8B0FA0E0CD\",\"33729558-E9D3-46B1-AEC0-7B1814FFFECD\",\"F139243C-8B20-4832-9041-78BB3BD36BB6\",\"E2AD5203-521C-4A07-A471-843E7E073F5B\",\"744CB741-A236-4AEB-8030-B0BDF723E4F5\",\"57C9662A-FCEA-4242-B2F4-59A86310C5EF\",\"9DAEA7B4-F388-424A-81D8-40B6BE949ABB\"],\"id\":\"798285BC-057B-438E-A7BA-C7DF54B312F1\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":474},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":475},\"_ClipMode\":\"visible\",\"droppingEnabled\":false,\"halosEnabled\":true,\"draggingEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":476},\"LK2\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":477},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":478},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":1},\"reframeHandle\":{\"__isSmartRef__\":true,\"id\":435},\"titleBar\":{\"__isSmartRef__\":true,\"id\":291},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":215},\"collapsedTransform\":null,\"collapsedExtent\":null,\"expandedTransform\":null,\"expandedExtent\":null,\"ignoreEventsOnExpand\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":479},\"name\":\"ObjectInspector\",\"highlighted\":true,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":540},\"isBeingDragged\":false,\"#startLetters\":\"get\",\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"moved\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"prevScroll\":[0,0],\"_Rotation\":0,\"_Scale\":1.0181721460114361,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":541},\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"1\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2},{\"__isSmartRef__\":true,\"id\":19},{\"__isSmartRef__\":true,\"id\":161}],\"scripts\":[],\"id\":\"482F476C-5C4E-4F4D-B56A-1989175C1352\",\"shape\":{\"__isSmartRef__\":true,\"id\":208},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":215},\"showsHalos\":false,\"name\":\"ObjectInspector\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":216},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":231},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":232},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[127,\"F0291F62-F100-480C-AEBF-0230398F7983\",\"AE8B5ED7-E305-45BC-BE4A-1C28A49EE12B\",\"39BA345C-17FA-45A0-BAC2-F0CF5654ACF8\",\"FE91EA31-D8AE-461B-8A49-95DA5FBAE5B4\",\"F38439A3-2F4E-4AC2-BF73-2633C00B1393\",\"6748F5B5-2284-4748-A6EE-F1A261CBAD0B\",\"5276E050-462B-4ED7-8645-FC4C5F60FE2C\",\"88F0CB6D-932E-4927-AC3F-E132C18AB5E3\",\"A386B89D-9A23-4177-B9BA-8B962FF236C4\",\"D352E8A5-29FA-41D9-9B35-73FF3564157E\",\"4BDE366B-9002-45D8-B200-9892CE8E1C96\",\"9FA6F23B-5584-4720-A460-81C48DCF514B\",\"AD23A5BA-025F-4197-962F-6D64F6AEA3AD\",\"4E00CA05-F3C7-4A1F-8769-5831DDD64874\",\"CB599F3F-9886-43EC-AA8B-1EE9A162031B\",\"91015D82-71FF-471E-A78C-9A2498BAA4FE\",\"B19B84BB-582D-4F5D-B0BA-7097BD7E553C\",\"D9F3227D-E20B-457B-BF85-47DD91F74598\",\"9F00820B-ABA8-4E70-B63F-293A8159A36A\",\"A9654D03-2824-4671-BD26-10F342EC4C9B\",\"080739E4-92B2-4E4D-A17C-A45D08A1A473\",\"9D21C3F5-01B1-4FE6-864B-F3C51A7860B5\",\"027EA526-9F60-4B4D-9B7B-73EA324D1463\",\"CE1A5A57-A548-4F2D-90A0-DE5B1FD7F0E6\",\"EE86A04F-F125-4D31-9E3D-48761A0486CB\",\"20C274CF-FBD0-45AD-BD1E-9EC348102EB4\",\"C83BF7B2-FF72-463F-8189-642A8969D9CF\",\"B3755676-4902-47C7-A23C-2539F9BCC9FA\",\"07346937-19F7-4644-8389-BF59DE2F203A\",\"49808445-DC14-4391-BF1E-701710D8D9B8\",\"AD2918D7-97E8-42C9-A681-18EAA129EB55\",\"3CC1874B-4ADB-4A90-A12A-55B7ADF9392D\",\"9AFC4676-5280-4B72-82E2-55B51441AF1E\"],\"partTests\":{\"__isSmartRef__\":true,\"id\":233},\"_ClipMode\":\"visible\",\"moved\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"layout\":{\"__isSmartRef__\":true,\"id\":238},\"isInLayoutCycle\":false,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":241},\"isBeingDragged\":false,\"isCopyMorphRef\":true,\"morphRefId\":2,\"tree\":{\"__isSmartRef__\":true,\"id\":20},\"prevScroll\":[0,0],\"updateFilter\":\"standard\",\"showInherited\":false,\"_Rotation\":0,\"_Scale\":1.0040100200350561,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":242},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"2\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":3},\"derivationIds\":[null,\"4E5E2B48-0B47-4B2D-BC78-14E1BDBE0B57\",\"EA4FE185-C289-4D95-B8AF-461C2E8219E6\",\"7F3E4F8B-3F32-4809-91A5-5DEA3A3FD09E\",\"7571A08C-937B-467A-9D49-68F3AAAD1140\",\"85283104-ADA2-4C53-A73D-C5487B62C829\",\"5E0941AD-4504-4F9D-B650-B018490C56B0\",\"EAD81395-1252-4B07-8FB3-2F4253CB798F\",\"7696C2D4-B858-4212-80CB-84803CAAD87E\",\"4C0819CC-FCCD-4A8B-A1FF-1603EFE5EE49\",\"FB7EF974-A95D-4A3A-95F4-498936A61AB1\",\"060FCB63-2D3A-4FE6-AB19-B40854B0BB78\",\"5ABD6D73-9D28-45A3-AE27-3035D892467D\",\"19CC5587-3BCE-4293-B785-F659497CDD76\",\"440643CA-166F-44AE-A8FF-D3B1E457D081\",\"BA20821C-578F-4256-8870-B86E3AFEE3FC\",\"7C1E3822-1018-45B9-AE6C-6E2BD39DF2F8\",\"312B6786-7F93-4E97-AF06-CC08B9BEF91B\",\"B6142DF2-38A9-41DD-B7C0-60D315537301\",\"7DE27692-A1E7-4B48-8126-2939656AE639\",\"1CA5EB71-650C-48BB-B5F0-4B1FDA2B0FCE\",\"E1B8DC34-B6A5-4CB2-857B-597844C49DF0\",\"0BB210B2-5CAC-4548-A650-A8FB85814B89\",\"3493E4F4-5A4F-41F9-8FB4-6DD2781CE33F\",\"3E9289C4-8439-4FF4-8533-20CCC231E86C\",\"1007D257-74BA-41E4-9426-43503840A328\",\"AB02F6ED-6541-4C2B-BE33-9E30E2D4E8CB\",\"86414643-3214-48C0-A848-A1AD0622F4F3\",\"64D914CC-285D-46F9-9DDD-F6898F714D0C\"],\"id\":\"08B1186F-89EF-4676-9F58-FC0F720D76B7\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":10},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":11}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":14},\"_ClipMode\":\"auto\",\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":true,\"_InputAllowed\":true,\"allowInput\":true,\"_FontFamily\":\"Monaco,monospace\",\"_FontSize\":10,\"evalEnabled\":false,\"_Position\":{\"__isSmartRef__\":true,\"id\":15},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":16},\"_MaxTextWidth\":286.8712591602084,\"_MinTextWidth\":286.8712591602084,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"layout\":{\"__isSmartRef__\":true,\"id\":17},\"syntaxHighlightingWhileTyping\":true,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":18}],\"doNotSerialize\":[\"$$textString\"],\"doNotCopyProperties\":[\"$$textString\"],\"lastSyntaxHighlightTime\":3,\"accessibleInInactiveWindow\":true,\"charsReplaced\":\"this.bla\",\"lastFindLoc\":8,\"isBeingDragged\":false,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"parseErrors\":null,\"#startLetters\":\"getDo\",\"name\":\"ObjectInspectorText\",\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"doItContext\":null,\"doitContext\":null,\"_syntaxHighlightTimeout\":null,\"previousSelection\":[0,6],\"textString\":\"this\",\"_Rotation\":0,\"_Scale\":0.996005996001,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"3\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":4},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6},\"_Padding\":{\"__isSmartRef__\":true,\"id\":7},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":8},\"_Fill\":{\"__isSmartRef__\":true,\"id\":9},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"6\":{\"x\":296.8712591602084,\"y\":69.84397433389242,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"7\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"8\":{\"r\":0.372,\"g\":0.369,\"b\":0.372,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"9\":{\"r\":0.9529411764705882,\"g\":0.9529411764705882,\"b\":0.9529411764705882,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"10\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"11\":{\"style\":{\"__isSmartRef__\":true,\"id\":12},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2},\"storedString\":\"this\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"12\":{\"color\":{\"__isSmartRef__\":true,\"id\":13},\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"13\":{\"r\":0,\"g\":0,\"b\":0.5450980392156862,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"14\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"15\":{\"x\":8.145,\"y\":319.3919550462613,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"16\":{\"x\":296.8712591602084,\"y\":69.84397433389242,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"17\":{\"resizeWidth\":true,\"resizeHeight\":false},\"18\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2},\"sourceAttrName\":\"textString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":2},\"targetMethodName\":\"highlightJavaScriptSyntax\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"19\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":20}],\"scripts\":[],\"id\":\"3DAC0D13-C416-4EF8-9BA1-62A438291A79\",\"shape\":{\"__isSmartRef__\":true,\"id\":131},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":138},\"showsHalos\":false,\"name\":\"Rectangle\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":139},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":152},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":153},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[127,\"F0291F62-F100-480C-AEBF-0230398F7983\",\"AE8B5ED7-E305-45BC-BE4A-1C28A49EE12B\",\"39BA345C-17FA-45A0-BAC2-F0CF5654ACF8\",\"FE91EA31-D8AE-461B-8A49-95DA5FBAE5B4\",\"F38439A3-2F4E-4AC2-BF73-2633C00B1393\",\"6748F5B5-2284-4748-A6EE-F1A261CBAD0B\",\"C284F4DE-14F1-43C2-A4D0-1BAE909D98DA\",\"9EEF20FD-27E3-4A31-8DBC-36073E64666F\",\"283BD2F7-EFEE-4D83-876B-A8F2BD099B93\",\"50245F69-C51D-40B5-BFD8-EE4870A65AF5\",\"410821C9-3A7A-4ACB-8AEF-6B82AAB72D55\",\"EFEAD1DE-A920-4272-BB24-C0361CBF2906\",\"A5D165E3-E5BD-43E3-B6B0-9C23B5CC1964\",\"6CC2F1A6-9C53-4980-80E4-0167A10F9942\",\"95406291-4689-49C6-ADE6-C2C642AC0B5C\",\"33084DB2-FE6B-44DA-AF4A-5C017450FC97\",\"46D25FF6-F6EA-49A2-B643-59628686B2DC\",\"9648CC00-8E9E-4911-A41B-46CED518B0D3\",\"E1275348-0270-4F01-BE65-8C80AC5A5588\",\"734AED0F-F7BE-44E8-92CE-86F1AE7F6D55\",\"42AD8A44-C2B7-462F-89AE-4AE94C29A9D5\",\"9548995B-025B-42CC-9DC4-44999A80E52F\",\"0AA45256-249A-420C-A183-0A3BE69F95C6\",\"3FF6DBA9-F3C1-4D0D-999B-981406660635\",\"5BDFFDB8-16A6-4122-8CF6-2EC7C7CFA0DE\",\"F73CBC23-DED8-4667-B4C4-4842BBD64AF5\",\"F4E6EC9B-F4BE-4249-AB50-3EE510BF3ACD\",\"5E0F549D-154A-4598-972D-7FB5D7EB2597\",\"4EFF8DE7-D20D-4C65-B931-9AE67A17ABAD\",\"81382340-4F55-428F-8FA9-23679D643920\",\"12AEE6D1-BD69-4690-84DC-EBFC54F436CF\",\"C434C7E8-49F2-4EDF-AA66-363EDB6AA0F8\",\"EE756834-F5B4-47EB-993C-83C2B8B448FB\"],\"partTests\":{\"__isSmartRef__\":true,\"id\":154},\"_ClipMode\":\"auto\",\"moved\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"layout\":{\"__isSmartRef__\":true,\"id\":159},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":160},\"isBeingDragged\":false,\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Box\"},\"20\":{\"item\":null,\"parent\":null,\"depth\":0,\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":21},\"derivationIds\":[null,\"01A6356E-C15D-4F8D-BBB6-8680B231177D\",\"8C1A96D3-6843-4386-9FC2-67909491ADEA\",\"B85242E4-52C0-4A2B-9704-D5973B5BE1FE\",\"8674A527-60C2-400B-82C8-B9209A0E288F\",\"A851FE58-8397-4F98-BAE6-339C4926C930\",\"2F1F744A-AA0E-4AB5-9D27-2EF1599780DD\",\"98C0C210-DC70-452B-B05C-3B97B6CC4501\",\"2D252C30-0809-4CDD-85A6-224D3B4186DC\",\"5D83B1E4-35D8-403E-BABC-68E6E581B41C\",\"48C1E58B-63D5-4C4B-A618-49EC747D4D2A\",\"18F7D7DD-933D-4F14-AD42-27D4E5007E90\",\"C7B88DEE-33BC-4C19-A8CA-C875519F03FB\",\"B9610924-8476-414F-AF8C-4B18464386B1\",\"3CBB6CB7-B377-4C0F-8906-7D0EBB8C1EB9\",\"4EB0E124-3A4F-4BAB-ADCC-90E994E6F063\",\"2248AE83-905F-4289-9C28-C08A0CE81D44\",\"6722763D-AF2A-4186-AC25-1BCFCDD5D86F\",\"3CC06143-943E-49E6-BBEF-094170056209\",\"81130FBB-61ED-4567-BF03-7DA1DF84A8B8\",\"445967DD-B3DE-4549-925F-75F5850757D7\",\"FB1B17A2-78E6-46AD-B956-557B044AFE3F\",\"BC5F0D9A-7059-4A21-B6D5-FD24FD58EB94\",\"B57AF529-0187-4F02-8B37-5C01BCE44F88\",\"D8021CB8-17EB-4641-A33A-60581D80E90A\",\"48211CBE-B665-47DE-8B09-EA18C5A80082\",\"0963EBD4-CBC3-47DD-AAFD-1329BF14A381\",\"A5F36FD3-A2CC-4060-9A35-17A942EE2967\"],\"id\":\"CB01C699-0407-4F5A-8D3C-2CDE89925CAB\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":28},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":29},\"_ClipMode\":\"visible\",\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":30},\"isInLayoutCycle\":false,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":33},\"draggingEnabled\":false,\"dragAndDrop\":true,\"childNodes\":null,\"icon\":{\"__isSmartRef__\":true,\"id\":34},\"label\":{\"__isSmartRef__\":true,\"id\":46},\"owner\":{\"__isSmartRef__\":true,\"id\":19},\"_Position\":{\"__isSmartRef__\":true,\"id\":70},\"isBeingDragged\":false,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"name\":\"ObjectInspectorTree\",\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"node\":null,\"showMoreNode\":null,\"_Rotation\":0,\"_Scale\":0.996005996001,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":126},\"__LivelyClassName__\":\"lively.morphic.Tree\"},\"21\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":22},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":23},\"_Extent\":{\"__isSmartRef__\":true,\"id\":24},\"_Padding\":{\"__isSmartRef__\":true,\"id\":25},\"_NodeClass\":[\"tree\"],\"_NodeId\":\"morph-01a6356e-c15d-4f8d-bbb6-8680b231177d\",\"_Fill\":{\"__isSmartRef__\":true,\"id\":26},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":27},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"22\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"23\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"24\":{\"x\":1,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"25\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"26\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"27\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"28\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"29\":{\"morph\":{\"__isSmartRef__\":true,\"id\":20},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"30\":{\"resizeWidth\":true,\"layouter\":{\"__isSmartRef__\":true,\"id\":31}},\"31\":{\"defaultBorderSize\":10,\"defaultSpacing\":15,\"borderSize\":{\"__isSmartRef__\":true,\"id\":32},\"spacing\":0,\"container\":{\"__isSmartRef__\":true,\"id\":20},\"__SourceModuleName__\":\"Global.lively.morphic.Layout\",\"isDefered\":false,\"__LivelyClassName__\":\"lively.morphic.Layout.TreeLayout\"},\"32\":{\"top\":0,\"right\":0,\"bottom\":0,\"left\":0},\"33\":{\"x\":1,\"y\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"34\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":35},\"derivationIds\":[null],\"id\":\"29A6219C-55DE-4ECC-9C26-6C13549D3D32\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":41},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":42}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":44},\"_ClipMode\":\"visible\",\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":false,\"fixedWidth\":true,\"fixedHeight\":true,\"_InputAllowed\":false,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"evalEnabled\":false,\"draggingEnabled\":false,\"_HandStyle\":\"default\",\"_Align\":\"right\",\"owner\":{\"__isSmartRef__\":true,\"id\":45},\"_Position\":{\"__isSmartRef__\":true,\"id\":68},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":69},\"_MaxTextWidth\":2,\"_MinTextWidth\":2,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"35\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":36},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":37},\"_Extent\":{\"__isSmartRef__\":true,\"id\":38},\"_Padding\":{\"__isSmartRef__\":true,\"id\":39},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":40},\"_Fill\":null,\"_NodeClass\":[\"morph\",\"text\"],\"_NodeId\":\"morph-29a6219c-55de-4ecc-9c26-6c13549d3d32\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"36\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"37\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"38\":{\"x\":10,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"39\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"40\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"41\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"42\":{\"style\":{\"__isSmartRef__\":true,\"id\":43},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":34},\"storedString\":\"▼\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"43\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"44\":{\"morph\":{\"__isSmartRef__\":true,\"id\":34},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"45\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":34},{\"__isSmartRef__\":true,\"id\":46}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":57},\"derivationIds\":[null],\"id\":\"2AEC3E2F-CB91-46F1-B8C1-8D35A130458F\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":62},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":63},\"_ClipMode\":\"visible\",\"droppingEnabled\":true,\"halosEnabled\":true,\"eventsAreIgnored\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":64},\"isInLayoutCycle\":false,\"owner\":null,\"_Position\":{\"__isSmartRef__\":true,\"id\":66},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":67},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"__LivelyClassName__\":\"lively.morphic.Morph\"},\"46\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":47},\"derivationIds\":[null],\"id\":\"6978CD3E-475C-4D72-8FFC-4EE1D72E5A57\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":51},\"_WhiteSpaceHandling\":\"pre\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":52}],\"cachedTextString\":\"undefined\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":54},\"_ClipMode\":\"visible\",\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":false,\"fixedWidth\":false,\"fixedHeight\":true,\"_InputAllowed\":false,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"evalEnabled\":false,\"draggingEnabled\":false,\"_HandStyle\":\"default\",\"owner\":{\"__isSmartRef__\":true,\"id\":45},\"_Position\":{\"__isSmartRef__\":true,\"id\":55},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":56},\"_MaxTextWidth\":null,\"_MinTextWidth\":null,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"47\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":48},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":49},\"_Extent\":{\"__isSmartRef__\":true,\"id\":50},\"_Padding\":{\"__isSmartRef__\":true,\"id\":39},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":40},\"_Fill\":null,\"_NodeClass\":[\"morph\",\"text\"],\"_NodeId\":\"morph-6978cd3e-475c-4d72-8ffc-4ee1d72e5a57\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"48\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"49\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"50\":{\"x\":99,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"51\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"52\":{\"style\":{\"__isSmartRef__\":true,\"id\":53},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":46},\"storedString\":\"undefinedObjectInspector\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"53\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"54\":{\"morph\":{\"__isSmartRef__\":true,\"id\":46},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"55\":{\"x\":15,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"56\":{\"x\":100,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"57\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":58},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":59},\"_Extent\":{\"__isSmartRef__\":true,\"id\":60},\"_Padding\":{\"__isSmartRef__\":true,\"id\":61},\"_NodeClass\":[\"morph\"],\"_NodeId\":\"morph-2aec3e2f-cb91-46f1-b8c1-8d35a130458f\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"58\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"59\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"60\":{\"x\":115,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"61\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"62\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"63\":{\"morph\":{\"__isSmartRef__\":true,\"id\":45},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"64\":{\"resizeWidth\":true,\"layouter\":{\"__isSmartRef__\":true,\"id\":65}},\"65\":{\"defaultBorderSize\":10,\"defaultSpacing\":15,\"borderSize\":0,\"spacing\":5,\"container\":{\"__isSmartRef__\":true,\"id\":45},\"__SourceModuleName__\":\"Global.lively.morphic.Layout\",\"__LivelyClassName__\":\"lively.morphic.Layout.HorizontalLayout\"},\"66\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"67\":{\"x\":1,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"68\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"69\":{\"x\":10,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"70\":{\"x\":-1.992011992001835,\"y\":-0.035946035991059944,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"71\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":72},\"derivationIds\":[null],\"id\":\"5E06DAFA-7119-419A-A596-0EC4D0491436\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":79},\"_WhiteSpaceHandling\":\"pre\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":80},{\"__isSmartRef__\":true,\"id\":82}],\"cachedTextString\":\"halosEnabled \",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":85},\"_ClipMode\":\"visible\",\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":false,\"fixedWidth\":false,\"fixedHeight\":true,\"_InputAllowed\":false,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"evalEnabled\":false,\"draggingEnabled\":false,\"_HandStyle\":\"default\",\"owner\":{\"__isSmartRef__\":true,\"id\":86},\"_Position\":{\"__isSmartRef__\":true,\"id\":124},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":125},\"_MaxTextWidth\":null,\"_MinTextWidth\":null,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"72\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":73},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":74},\"_Extent\":{\"__isSmartRef__\":true,\"id\":75},\"_Padding\":{\"__isSmartRef__\":true,\"id\":76},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":77},\"_Fill\":{\"__isSmartRef__\":true,\"id\":78},\"_NodeClass\":[\"morph\",\"text\"],\"_NodeId\":\"morph-5e06dafa-7119-419a-a596-0ec4d0491436\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"73\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"74\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\"},\"75\":{\"x\":108,\"y\":15,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"76\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"77\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"78\":{\"r\":0.8549019607843137,\"g\":0.8549019607843137,\"b\":0.8549019607843137,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"79\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"80\":{\"style\":{\"__isSmartRef__\":true,\"id\":81},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":71},\"storedString\":\"halosEnabled \",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"81\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"82\":{\"style\":{\"__isSmartRef__\":true,\"id\":83},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":71},\"storedString\":\"true\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"83\":{\"color\":{\"__isSmartRef__\":true,\"id\":84},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"84\":{\"r\":0.6627450980392157,\"g\":0.6627450980392157,\"b\":0.6627450980392157,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"85\":{\"morph\":{\"__isSmartRef__\":true,\"id\":71},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"86\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":87},{\"__isSmartRef__\":true,\"id\":71}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":98},\"derivationIds\":[null],\"id\":\"D93E6B3D-320D-4644-86AA-F14C3CEB9842\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":103},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":104},\"_ClipMode\":\"visible\",\"droppingEnabled\":true,\"halosEnabled\":true,\"eventsAreIgnored\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":105},\"isInLayoutCycle\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":107},\"_Position\":{\"__isSmartRef__\":true,\"id\":122},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":123},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"__LivelyClassName__\":\"lively.morphic.Morph\"},\"87\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":88},\"derivationIds\":[null],\"id\":\"F6A09D8A-EF6A-4A42-A1E8-BAB5A136C391\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":92},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":93}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":95},\"_ClipMode\":\"visible\",\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":false,\"fixedWidth\":true,\"fixedHeight\":true,\"_InputAllowed\":false,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"evalEnabled\":false,\"draggingEnabled\":false,\"_HandStyle\":\"default\",\"_Align\":\"right\",\"owner\":{\"__isSmartRef__\":true,\"id\":86},\"_Position\":{\"__isSmartRef__\":true,\"id\":96},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":97},\"_MaxTextWidth\":2,\"_MinTextWidth\":2,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"88\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":89},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":90},\"_Extent\":{\"__isSmartRef__\":true,\"id\":91},\"_Padding\":{\"__isSmartRef__\":true,\"id\":76},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":77},\"_Fill\":null,\"_NodeClass\":[\"morph\",\"text\"],\"_NodeId\":\"morph-f6a09d8a-ef6a-4a42-a1e8-bab5a136c391\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"89\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"90\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\"},\"91\":{\"x\":10,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"92\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"93\":{\"style\":{\"__isSmartRef__\":true,\"id\":94},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":87},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"94\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"95\":{\"morph\":{\"__isSmartRef__\":true,\"id\":87},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"96\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"97\":{\"x\":10,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"98\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":99},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":100},\"_Extent\":{\"__isSmartRef__\":true,\"id\":101},\"_Padding\":{\"__isSmartRef__\":true,\"id\":102},\"_NodeClass\":[\"morph\"],\"_NodeId\":\"morph-d93e6b3d-320d-4644-86aa-f14c3ceb9842\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"99\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"100\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\"},\"101\":{\"x\":352,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"102\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"103\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"104\":{\"morph\":{\"__isSmartRef__\":true,\"id\":86},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"105\":{\"resizeWidth\":true,\"layouter\":{\"__isSmartRef__\":true,\"id\":106}},\"106\":{\"defaultBorderSize\":10,\"defaultSpacing\":15,\"borderSize\":0,\"spacing\":5,\"container\":{\"__isSmartRef__\":true,\"id\":86},\"__SourceModuleName__\":\"Global.lively.morphic.Layout\",\"__LivelyClassName__\":\"lively.morphic.Layout.HorizontalLayout\"},\"107\":{\"item\":{\"__isSmartRef__\":true,\"id\":108},\"parent\":{\"__isSmartRef__\":true,\"id\":20},\"depth\":1,\"submorphs\":[{\"__isSmartRef__\":true,\"id\":86}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":109},\"derivationIds\":[null],\"id\":\"74DB0465-904F-425B-95D2-570ACA67DDD5\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":115},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":116},\"_ClipMode\":\"visible\",\"droppingEnabled\":true,\"halosEnabled\":false,\"layout\":{\"__isSmartRef__\":true,\"id\":117},\"isInLayoutCycle\":false,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":120},\"draggingEnabled\":false,\"dragAndDrop\":true,\"childNodes\":null,\"icon\":{\"__isSmartRef__\":true,\"id\":87},\"label\":{\"__isSmartRef__\":true,\"id\":71},\"node\":{\"__isSmartRef__\":true,\"id\":86},\"_Position\":{\"__isSmartRef__\":true,\"id\":121},\"owner\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.Tree\"},\"108\":{\"data\":true,\"name\":\"halosEnabled\",\"description\":\"true\"},\"109\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":110},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":111},\"_Extent\":{\"__isSmartRef__\":true,\"id\":112},\"_Padding\":{\"__isSmartRef__\":true,\"id\":113},\"_NodeClass\":[\"morph\",\"tree\"],\"_NodeId\":\"morph-74db0465-904f-425b-95d2-570aca67ddd5\",\"_Fill\":{\"__isSmartRef__\":true,\"id\":114},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":77},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"110\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"111\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\"},\"112\":{\"x\":352,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"113\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"114\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"115\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"116\":{\"morph\":{\"__isSmartRef__\":true,\"id\":107},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"117\":{\"resizeWidth\":true,\"layouter\":{\"__isSmartRef__\":true,\"id\":118}},\"118\":{\"defaultBorderSize\":10,\"defaultSpacing\":15,\"borderSize\":{\"__isSmartRef__\":true,\"id\":119},\"spacing\":0,\"container\":{\"__isSmartRef__\":true,\"id\":107},\"isDefered\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Layout\",\"__LivelyClassName__\":\"lively.morphic.Layout.TreeLayout\"},\"119\":{\"top\":0,\"right\":0,\"bottom\":0,\"left\":0},\"120\":{\"x\":352,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"121\":{\"x\":0,\"y\":140,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"122\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"123\":{\"x\":352,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"124\":{\"x\":15,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"125\":{\"x\":108,\"y\":15,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"126\":{\"reset\":{\"__isSmartRef__\":true,\"id\":127}},\"127\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":128},\"source\":\"function reset() {\\n this.item = null;\\n this.submorphs.invoke(\\\"remove\\\");\\n this.childNodes = null;\\n this.setExtent(pt(1,1));\\n this.applyLayout();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":129},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"128\":{\"this\":{\"__isSmartRef__\":true,\"id\":20}},\"129\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":130},\"user\":\"cschuster\",\"tags\":[]},\"130\":{\"isSerializedDate\":true,\"string\":\"Tue May 29 2012 15:35:26 GMT-0700 (Pacific Daylight Time)\"},\"131\":{\"position\":{\"__isSmartRef__\":true,\"id\":132},\"_Extent\":{\"__isSmartRef__\":true,\"id\":133},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":134},\"_Fill\":{\"__isSmartRef__\":true,\"id\":135},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":136},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":137},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"132\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"133\":{\"x\":296.8712591602084,\"y\":273.2445189874876,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"134\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"135\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"136\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"137\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"138\":{\"x\":8.145,\"y\":41.217436058773686,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"139\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!\",\"migrationLevel\":4,\"partName\":\"Rectangle\",\"changes\":[{\"__isSmartRef__\":true,\"id\":140},{\"__isSmartRef__\":true,\"id\":142},{\"__isSmartRef__\":true,\"id\":144},{\"__isSmartRef__\":true,\"id\":146},{\"__isSmartRef__\":true,\"id\":148},{\"__isSmartRef__\":true,\"id\":150}],\"revisionOnLoad\":163371,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"140\":{\"date\":{\"__isSmartRef__\":true,\"id\":141},\"author\":\"undefined\",\"message\":\"suddenly, the rectangle became a CarDemo\",\"id\":\"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350\"},\"141\":{\"isSerializedDate\":true,\"string\":\"Mon Apr 09 2012 04:42:07 GMT-0700 (Pacific Daylight Time)\"},\"142\":{\"date\":{\"__isSmartRef__\":true,\"id\":143},\"author\":\"undefined\",\"message\":\"css transitions\",\"id\":\"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7\"},\"143\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 14 2012 02:42:26 GMT-0700 (Pacific Daylight Time)\"},\"144\":{\"date\":{\"__isSmartRef__\":true,\"id\":145},\"author\":\"fbo\",\"message\":\"\",\"id\":\"BD1C654D-9100-4B66-BC62-B15FF2498B2B\"},\"145\":{\"isSerializedDate\":true,\"string\":\"Fri Feb 24 2012 17:59:09 GMT-0800 (Pacific Standard Time)\"},\"146\":{\"date\":{\"__isSmartRef__\":true,\"id\":147},\"author\":\"undefined\",\"message\":\"sorry\",\"id\":\"44B56D2E-9B59-4C67-A305-49A6E10E66C2\"},\"147\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 14 2012 02:53:45 GMT-0700 (Pacific Daylight Time)\"},\"148\":{\"date\":{\"__isSmartRef__\":true,\"id\":149},\"author\":\"undefined\",\"message\":\"whoopsie\",\"id\":\"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC\"},\"149\":{\"isSerializedDate\":true,\"string\":\"Thu May 03 2012 06:51:30 GMT-0700 (Pacific Daylight Time)\"},\"150\":{\"date\":{\"__isSmartRef__\":true,\"id\":151},\"author\":\"undefined\",\"message\":\"whoopsie\",\"id\":\"3F17A2D2-3C24-424B-B0FA-E43112267D23\"},\"151\":{\"isSerializedDate\":true,\"string\":\"Thu May 03 2012 06:51:36 GMT-0700 (Pacific Daylight Time)\"},\"152\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"153\":{\"morph\":{\"__isSmartRef__\":true,\"id\":19},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"154\":{\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":155}},\"155\":{\"test01IsMorph\":{\"__isSmartRef__\":true,\"id\":156}},\"156\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":157},\"source\":\"function test01IsMorph(aPart) {\\n this.assert(aPart.isMorph, 'rectangle should be a morph');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":158},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"157\":{\"this\":{\"__isSmartRef__\":true,\"id\":154}},\"158\":{},\"159\":{\"resizeWidth\":true,\"resizeHeight\":true},\"160\":{\"x\":296.8712591602084,\"y\":273.2445189874876,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"161\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":162},{\"__isSmartRef__\":true,\"id\":183}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":196},\"derivationIds\":[null,\"1DDF17DF-89F1-41AF-8FED-513C5DA4861F\",\"34E9C329-CF65-4830-925D-B24B87EE3DF6\",\"11A0A064-4A2C-4690-9636-6789C5696F63\",\"35948438-B473-40F3-8AFF-7CEAAEAD2F48\",\"9C44EA9A-7CD0-40B1-B44A-BD97126020A9\",\"ED63BB10-E75E-41F7-B171-17FB2E70028A\",\"2A26EF6F-B65C-4040-A343-0B563A6D23FD\",\"1BC60F94-B9FA-4039-97F3-537564196FD9\",\"1A3FCF3A-2B05-489C-A6A2-1BA668DD41C6\",\"C5D0589C-A5E3-4EA4-8786-F69A01B8E54F\",\"9018B830-2426-40E1-99E3-F8DD145D2907\",\"8916D213-ED73-48BE-8C12-90AA950ECD3A\",\"0EEEC303-0DA5-4A8A-9B2F-12D43E2AFEC2\",\"756D8367-C492-435D-A58C-7777D259CAC9\",\"0C785828-7A75-40B9-BA32-41E2E7BCF232\"],\"id\":\"1CB7A529-70B5-4DB1-9A21-2DA7902316FC\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":201},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":202},\"_ClipMode\":\"visible\",\"droppingEnabled\":true,\"halosEnabled\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"_Position\":{\"__isSmartRef__\":true,\"id\":203},\"showsHalos\":false,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":204},\"layout\":{\"__isSmartRef__\":true,\"id\":205},\"isInLayoutCycle\":false,\"prevScroll\":[0,0],\"isCopyMorphRef\":true,\"morphRefId\":2,\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"_Rotation\":0,\"_Scale\":0.9880657804942087,\"__LivelyClassName__\":\"lively.morphic.Morph\"},\"162\":{\"submorphs\":[],\"scripts\":[],\"id\":\"4A9BE8E6-AB6E-493F-9C84-3111FB900D84\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":163},\"shape\":{\"__isSmartRef__\":true,\"id\":164},\"droppingEnabled\":true,\"halosEnabled\":true,\"_ClipMode\":\"auto\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":171},\"_Position\":{\"__isSmartRef__\":true,\"id\":172},\"itemList\":[{\"__isSmartRef__\":true,\"id\":173},{\"__isSmartRef__\":true,\"id\":174},{\"__isSmartRef__\":true,\"id\":175},{\"__isSmartRef__\":true,\"id\":176}],\"selectOnMove\":false,\"showsHalos\":false,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":177},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":178}],\"doNotSerialize\":[\"$$selection\"],\"doNotCopyProperties\":[\"$$selection\"],\"name\":\"ObjectInspectorFilterList\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":180},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"prevScroll\":[0,0],\"selectedLineNo\":0,\"valueScale\":1,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":181},\"changeTriggered\":false,\"derivationIds\":[11781,\"5102790A-CF88-40E4-A4D5-2F4DC18EE7F4\",\"99147EDF-9E62-4AEC-ADD3-8AE47D5B9CA5\",\"5C61633B-2FCB-439D-BAF5-65CB4D143B97\",\"B4426A19-F07D-430E-B4A0-A62E57595CC6\",\"73A966DD-D592-4638-96F9-60608A6829A4\",\"8685C59F-E3BA-4E8B-8BF3-F0B2DA4C489A\",\"FFE81A11-EA11-4EC7-BDD2-4CD8CD233795\",\"B99EF2EF-3A62-4E7B-BE60-1BE2827CCE65\",\"A11E3246-8FFF-424D-88EE-BD89875802AD\",\"AC6169D4-D438-4C2E-A28C-BD36B8083EBA\",\"C767CCD0-8B53-4669-AE15-191BC54D43A8\",\"16D2E351-C720-4868-AF19-37373DF22E18\",\"E3043356-AEC3-4047-8F77-CE2FCFBD9A33\",\"6731C1BC-FBBD-456C-9A73-725075E36BE2\",\"BE9906CB-B16B-45B1-86E3-B9255D31570A\",\"390F5946-D572-43AA-A8FE-690DE6A1E2D4\",\"EF4BBFB3-414A-42A1-8521-04CAADCBCD93\"],\"owner\":{\"__isSmartRef__\":true,\"id\":161},\"selection\":\"standard\",\"layout\":{\"__isSmartRef__\":true,\"id\":182},\"#startLetters\":\"\",\"isBeingDragged\":false,\"_Rotation\":0,\"_Scale\":0.998001,\"__LivelyClassName__\":\"lively.morphic.DropDownList\"},\"163\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateListContent\":\"updateListContentHTML\",\"resizeList\":\"resizeListHTML\",\"getItemIndexFromEvent\":\"getItemIndexFromEventHTML\",\"getListExtent\":\"getListExtentHTML\",\"setSize\":\"setSizeHTML\",\"renderAsDropDownList\":\"renderAsDropDownListHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"getSelectedIndexes\":\"getSelectedIndexesHTML\",\"enableMultipleSelections\":\"enableMultipleSelectionsHTML\",\"selectAllAt\":\"selectAllAtHTML\",\"clearSelections\":\"clearSelectionsHTML\",\"deselectAt\":\"deselectAtHTML\"},\"164\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":165},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":166},\"_Extent\":{\"__isSmartRef__\":true,\"id\":167},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":168},\"_Fill\":{\"__isSmartRef__\":true,\"id\":169},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":170},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"165\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"166\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"167\":{\"x\":204.8712591602084,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"168\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"169\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"170\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"171\":{\"morph\":{\"__isSmartRef__\":true,\"id\":162},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"172\":{\"x\":92,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"173\":{\"isListItem\":true,\"string\":\"show standard properties\",\"value\":\"standard\"},\"174\":{\"isListItem\":true,\"string\":\"show all properties\",\"value\":\"properties\"},\"175\":{\"isListItem\":true,\"string\":\"show functions\",\"value\":\"functions\"},\"176\":{\"isListItem\":true,\"string\":\"show morphs\",\"value\":\"submorphs\"},\"177\":{\"x\":204.8712591602084,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"178\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":162},\"sourceAttrName\":\"selection\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"setFilter\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":179},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"179\":{\"source\":{\"__isSmartRef__\":true,\"id\":162},\"target\":{\"__isSmartRef__\":true,\"id\":1}},\"180\":{\"requiredModules\":[],\"migrationLevel\":2,\"partsSpaceName\":\"PartsBin/Widgets/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"\\\"Native\\\" drop down list\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"181\":{\"x\":89,\"y\":-13.923870090022092,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"182\":{\"resizeWidth\":true},\"183\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":184},\"derivationIds\":[null,\"E88A53FB-D21B-44BB-BDFD-869442C56311\",\"0F787D3F-D240-44AF-ACF9-68B168A37AF6\",\"A057ACC6-677C-4F53-B1D5-9938B56D0FEB\",\"9732F158-76D9-4A36-8A15-548AF9D33FDE\",\"27B1C939-33F2-47D5-832F-A75A78CB87AB\",\"14D838C8-A334-48E3-81C0-D163F3856BC8\",\"8ED36FD4-3BC1-4666-9D10-9D5B011CCC09\",\"03AB1784-1272-475D-907F-BCED9FB98003\",\"9B479E1E-E883-48A8-A81E-C9401988816C\",\"95B8D1CF-CA5A-467B-8E75-190C0F92968F\",\"61D66172-31A5-4E3A-A8DA-7DB2A7E60829\",\"2D0FA765-B758-4A5A-A27C-EC16E95D2F0A\",\"AD1A023D-D343-4F30-8EE9-5CA1E5C6DFCA\",\"FDBEE6AB-A3AC-4E07-B69A-202BF0E33B71\",\"7A8530D3-BFD4-4C90-9F6E-FB5C59BB4E86\"],\"id\":\"B9F96B7E-3E06-4CFB-8E58-DA25B52A5E53\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":190},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":191}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":193},\"_ClipMode\":\"visible\",\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":true,\"_InputAllowed\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"evalEnabled\":false,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":161},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":194},\"_MaxTextWidth\":84,\"_MinTextWidth\":84,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"_Position\":{\"__isSmartRef__\":true,\"id\":195},\"showsHalos\":false,\"#startLetters\":\"can\",\"isBeingDragged\":false,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"184\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":185},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":186},\"_Extent\":{\"__isSmartRef__\":true,\"id\":187},\"_Padding\":{\"__isSmartRef__\":true,\"id\":188},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":189},\"_Fill\":null,\"_NodeClass\":[\"morph\",\"text\"],\"_NodeId\":\"morph-e88a53fb-d21b-44bb-bdfd-869442c56311\",\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"185\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"186\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"187\":{\"x\":92,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"188\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"189\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"190\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"191\":{\"style\":{\"__isSmartRef__\":true,\"id\":192},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":183},\"storedString\":\"Filter:\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"192\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"193\":{\"morph\":{\"__isSmartRef__\":true,\"id\":183},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"194\":{\"x\":92,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"195\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"196\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":197},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":198},\"_Extent\":{\"__isSmartRef__\":true,\"id\":199},\"_Padding\":{\"__isSmartRef__\":true,\"id\":200},\"_NodeClass\":[\"morph\"],\"_NodeId\":\"morph-1ddf17df-89f1-41af-8fed-513c5da4861f\",\"_BorderWidth\":0,\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"197\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"198\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"199\":{\"x\":296.8712591602084,\"y\":28.14243605877368,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"200\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"201\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"202\":{\"morph\":{\"__isSmartRef__\":true,\"id\":161},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"203\":{\"x\":8.145,\"y\":8.145,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"204\":{\"x\":296.8712591602084,\"y\":28.14243605877368,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"205\":{\"resizeWidth\":true,\"layouter\":{\"__isSmartRef__\":true,\"id\":206},\"adjustForNewBounds\":true,\"extentWithoutPlaceholder\":{\"__isSmartRef__\":true,\"id\":207}},\"206\":{\"defaultBorderSize\":10,\"defaultSpacing\":15,\"borderSize\":0,\"spacing\":0,\"container\":{\"__isSmartRef__\":true,\"id\":161},\"__SourceModuleName__\":\"Global.lively.morphic.Layout\",\"__LivelyClassName__\":\"lively.morphic.Layout.HorizontalLayout\"},\"207\":{\"x\":358.1612591602084,\"y\":100,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"208\":{\"position\":{\"__isSmartRef__\":true,\"id\":209},\"_Extent\":{\"__isSmartRef__\":true,\"id\":210},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":211},\"_Fill\":{\"__isSmartRef__\":true,\"id\":212},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":213},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":214},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"209\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"210\":{\"x\":313.1612591602084,\"y\":397.3809293801537,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"211\":{\"r\":0.372,\"g\":0.369,\"b\":0.372,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"212\":{\"r\":0.921,\"g\":0.921,\"b\":0.921,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"213\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"214\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"215\":{\"x\":0,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"216\":{\"partsSpaceName\":\"PartsBin/Tools\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A tool for inspecting an object. Very similar to the ObjectExplorer but a lot faster and with the ability to edit primitives.\",\"migrationLevel\":4,\"partName\":\"ObjectInspector\",\"changes\":[{\"__isSmartRef__\":true,\"id\":217},{\"__isSmartRef__\":true,\"id\":219},{\"__isSmartRef__\":true,\"id\":221},{\"__isSmartRef__\":true,\"id\":223},{\"__isSmartRef__\":true,\"id\":225},{\"__isSmartRef__\":true,\"id\":227},{\"__isSmartRef__\":true,\"id\":229}],\"revisionOnLoad\":163371,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"217\":{\"date\":{\"__isSmartRef__\":true,\"id\":218},\"author\":\"undefined\",\"message\":\"suddenly, the rectangle became a CarDemo\",\"id\":\"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350\"},\"218\":{\"isSerializedDate\":true,\"string\":\"Mon Apr 09 2012 04:42:07 GMT-0700 (Pacific Daylight Time)\"},\"219\":{\"date\":{\"__isSmartRef__\":true,\"id\":220},\"author\":\"undefined\",\"message\":\"css transitions\",\"id\":\"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7\"},\"220\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 14 2012 02:42:26 GMT-0700 (Pacific Daylight Time)\"},\"221\":{\"date\":{\"__isSmartRef__\":true,\"id\":222},\"author\":\"fbo\",\"message\":\"\",\"id\":\"BD1C654D-9100-4B66-BC62-B15FF2498B2B\"},\"222\":{\"isSerializedDate\":true,\"string\":\"Fri Feb 24 2012 17:59:09 GMT-0800 (Pacific Standard Time)\"},\"223\":{\"date\":{\"__isSmartRef__\":true,\"id\":224},\"author\":\"undefined\",\"message\":\"sorry\",\"id\":\"44B56D2E-9B59-4C67-A305-49A6E10E66C2\"},\"224\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 14 2012 02:53:45 GMT-0700 (Pacific Daylight Time)\"},\"225\":{\"date\":{\"__isSmartRef__\":true,\"id\":226},\"author\":\"undefined\",\"message\":\"whoopsie\",\"id\":\"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC\"},\"226\":{\"isSerializedDate\":true,\"string\":\"Thu May 03 2012 06:51:30 GMT-0700 (Pacific Daylight Time)\"},\"227\":{\"date\":{\"__isSmartRef__\":true,\"id\":228},\"author\":\"undefined\",\"message\":\"whoopsie\",\"id\":\"3F17A2D2-3C24-424B-B0FA-E43112267D23\"},\"228\":{\"isSerializedDate\":true,\"string\":\"Thu May 03 2012 06:51:36 GMT-0700 (Pacific Daylight Time)\"},\"229\":{\"date\":{\"__isSmartRef__\":true,\"id\":230},\"author\":\"cschuster\",\"message\":\"initial commit. still a lot of work to do.\",\"id\":\"258D3B7C-8C70-4B34-962F-E2F39A8596D5\"},\"230\":{\"isSerializedDate\":true,\"string\":\"Tue May 29 2012 14:52:57 GMT-0700 (Pacific Daylight Time)\"},\"231\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"232\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"233\":{\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":234}},\"234\":{\"test01IsMorph\":{\"__isSmartRef__\":true,\"id\":235}},\"235\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":236},\"source\":\"function test01IsMorph(aPart) {\\n this.assert(aPart.isMorph, 'rectangle should be a morph');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":237},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"236\":{\"this\":{\"__isSmartRef__\":true,\"id\":233}},\"237\":{},\"238\":{\"layouter\":{\"__isSmartRef__\":true,\"id\":239},\"extentWithoutPlaceholder\":{\"__isSmartRef__\":true,\"id\":240},\"resizeWidth\":true,\"resizeHeight\":true},\"239\":{\"defaultBorderSize\":10,\"defaultSpacing\":15,\"borderSize\":8.145000000000001,\"spacing\":4.930000000000001,\"container\":{\"__isSmartRef__\":true,\"id\":1},\"__SourceModuleName__\":\"Global.lively.morphic.Layout\",\"__LivelyClassName__\":\"lively.morphic.Layout.VerticalLayout\"},\"240\":{\"x\":378.1612591602084,\"y\":441.3809293801537,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"241\":{\"x\":312.1612591602084,\"y\":397.3809293801537,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"242\":{\"inspect\":{\"__isSmartRef__\":true,\"id\":243},\"reset\":{\"__isSmartRef__\":true,\"id\":247},\"select\":{\"__isSmartRef__\":true,\"id\":251},\"createItem\":{\"__isSmartRef__\":true,\"id\":255},\"describe\":{\"__isSmartRef__\":true,\"id\":259},\"update\":{\"__isSmartRef__\":true,\"id\":263},\"expand\":{\"__isSmartRef__\":true,\"id\":267},\"setFilter\":{\"__isSmartRef__\":true,\"id\":271},\"isPrimitive\":{\"__isSmartRef__\":true,\"id\":275},\"createPrototypeItem\":{\"__isSmartRef__\":true,\"id\":279},\"typename\":{\"__isSmartRef__\":true,\"id\":283},\"getFilter\":{\"__isSmartRef__\":true,\"id\":287}},\"243\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":244},\"source\":\"function inspect(obj) {\\n if (this.owner.isWindow) {\\n this.owner.setTitle(this.describe(obj));\\n }\\n this.get(\\\"ObjectInspectorText\\\").doitContext = obj;\\n if (!this.filter) this.get(\\\"ObjectInspectorFilterList\\\").selectAt(0);\\n this.tree = this.get(\\\"ObjectInspectorTree\\\");\\n this.tree.setItem(this.createItem({\\\"\\\": obj}, \\\"\\\", true));\\n this.startStepping(500, 'update');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":245},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"244\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"245\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":246},\"user\":\"cschuster\",\"tags\":[]},\"246\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 14 2012 15:12:23 GMT-0700 (Pacific Daylight Time)\"},\"247\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":248},\"source\":\"function reset() {\\n if (this.owner.isWindow) {\\n this.owner.setTitle(\\\"ObjectInspector\\\");\\n }\\n this.get(\\\"ObjectInspectorText\\\").textString = \\\"this\\\";\\n this.get(\\\"ObjectInspectorText\\\").doitContext = null;\\n this.stopStepping();\\n this.get(\\\"ObjectInspectorTree\\\").reset();\\n this.get(\\\"ObjectInspectorFilterList\\\").setList([\\n {isListItem: true,\\n string: \\\"show standard properties\\\",\\n value: \\\"standard\\\"},\\n {isListItem:true, \\n string:\\\"show all properties\\\", \\n value: \\\"properties\\\"},\\n {isListItem:true, \\n string:\\\"show functions\\\", \\n value: \\\"functions\\\"},\\n {isListItem:true, \\n string:\\\"show morphs\\\", \\n value: \\\"submorphs\\\"}]);\\n this.get(\\\"ObjectInspectorFilterList\\\").selectAt(0);\\n this.applyLayout();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":249},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"248\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"249\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":250},\"user\":\"cschuster\",\"tags\":[]},\"250\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 14 2012 15:12:23 GMT-0700 (Pacific Daylight Time)\"},\"251\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":252},\"source\":\"function select(item, tree) {\\n if (item.data !== null && item.data !== undefined) {\\n this.get(\\\"ObjectInspectorText\\\").doitContext = item.data;\\n }\\n if (Object.isString(item.data) ||\\n Object.isNumber(item.data) ||\\n Object.isBoolean(item.data)) {\\n Object.addScript(item, function onEdit(str) {\\n var val = str;\\n if (val === \\\"null\\\") val = null;\\n if (val === \\\"true\\\") val = true;\\n if (val === \\\"false\\\") val = false;\\n if (Object.isString(val) && val.match(/^\\\\d+$/)) val = parseInt(val);\\n this.parent[this.name] = val;\\n });\\n tree.editDescription();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":253},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"252\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"253\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":254},\"user\":\"cschuster\",\"tags\":[]},\"254\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 14 2012 15:12:23 GMT-0700 (Pacific Daylight Time)\"},\"255\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":256},\"source\":\"function createItem(obj, property, isRoot) {\\n var value = obj[property];\\n var item = {data: value, inspector: this, parent: obj};\\n if (!isRoot) item.name = property;\\n item.description = this.describe(value);\\n Object.addScript(item, function onSelect(tree) { this.inspector.select(this, tree); });\\n if (!this.isPrimitive(value)) {\\n item.children = [];\\n Object.addScript(item, function onExpand() { this.inspector.expand(this); });\\n Object.addScript(item, function onUpdateChildren() { this.inspector.expand(this); });\\n }\\n Object.addScript(item, function onUpdate() {\\n this.description = this.inspector.describe(this.data);\\n });\\n return item;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":257},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"256\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"257\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":258},\"user\":\"cschuster\",\"tags\":[]},\"258\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 14 2012 15:12:23 GMT-0700 (Pacific Daylight Time)\"},\"259\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":260},\"source\":\"function describe(obj) {\\n var str;\\n if (obj && obj.name) {\\n str = Object.isFunction(obj.name) ? obj.name() : obj.name;\\n } else {\\n str = Objects.shortPrintStringOf(obj);\\n }\\n if (str.length > 32) str = str.substring(0, 36) + '...';\\n return str;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":261},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"260\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"261\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":262},\"user\":\"cschuster\",\"tags\":[]},\"262\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 14 2012 15:12:23 GMT-0700 (Pacific Daylight Time)\"},\"263\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":264},\"source\":\"function update() {\\n if (this.tree.item) this.tree.update();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":265},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"264\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"265\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":266},\"user\":\"cschuster\",\"tags\":[]},\"266\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 14 2012 15:12:23 GMT-0700 (Pacific Daylight Time)\"},\"267\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":268},\"source\":\"function expand(item) {\\n var props = Properties.allProperties(item.data, this.getFilter());\\n if (!Object.isArray(item.data)) props = props.sort();\\n var newChildren = [];\\n var lookup = {};\\n item.children.each(function(i) { lookup[i.name] = i; });\\n props.each(function(prop) {\\n var existing = lookup[prop];\\n if (existing) {\\n existing.data = item.data[prop];\\n newChildren.push(existing);\\n } else {\\n newChildren.push(this.createItem(item.data, prop));\\n }\\n }.bind(this));\\n var proto = !Object.isFunction(item.data) &&\\n !this.isPrimitive(item.data) &&\\n Object.getPrototypeOf(item.data);\\n if (proto) {\\n var existing = item.children.detect(function(i) { return i.data === proto; });\\n if (existing) {\\n newChildren.push(existing);\\n } else {\\n newChildren.push(this.createPrototypeItem(proto));\\n }\\n }\\n item.children = newChildren;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":269},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"268\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"269\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":270},\"user\":\"cschuster\",\"tags\":[]},\"270\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 14 2012 15:20:47 GMT-0700 (Pacific Daylight Time)\"},\"271\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":272},\"source\":\"function setFilter(str) {\\n var startsAlphaNum = /^[a-zA-Z0-9]/;\\n var fn = {\\n standard: function(obj, prop) {\\n return obj.hasOwnProperty(prop) &&\\n startsAlphaNum.test(prop) &&\\n !Object.isFunction(obj[prop]);\\n },\\n properties: function(obj, prop) {\\n return obj.hasOwnProperty(prop) &&\\n !Object.isFunction(obj[prop]);\\n },\\n functions: function(obj, prop) {\\n return obj.hasOwnProperty(prop) &&\\n Object.isFunction(obj[prop]);\\n },\\n submorphs: function(obj, prop) {\\n return obj.hasOwnProperty(prop) &&\\n (prop == 'submorphs' || obj[prop] instanceof lively.morphic.Morph);\\n },\\n };\\n this.filter = fn[str];\\n var that = this;\\n this.tree.layoutAfter(function() { that.update(); });\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":273},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"272\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"273\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":274},\"user\":\"cschuster\",\"tags\":[]},\"274\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 14 2012 15:12:23 GMT-0700 (Pacific Daylight Time)\"},\"275\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":276},\"source\":\"function isPrimitive(value) {\\n return value === null ||\\n value === undefined ||\\n Object.isString(value) ||\\n Object.isNumber(value) ||\\n Object.isBoolean(value);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":277},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"276\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"277\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":278},\"user\":\"cschuster\",\"tags\":[]},\"278\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 14 2012 15:12:23 GMT-0700 (Pacific Daylight Time)\"},\"279\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":280},\"source\":\"function createPrototypeItem(proto) {\\n var that = this;\\n var item = {data: proto, inspector: this};\\n item.name = \\\"\\\";\\n item.description = \\\"inherited from \\\" + this.typename(proto);\\n item.children = [];\\n Object.addScript(item, function onExpand() { this.inspector.expand(this); });\\n Object.addScript(item, function onUpdateChildren() { this.inspector.expand(this); });\\n Object.addScript(item, function onUpdate() {\\n this.description = \\\"inherited from \\\" + this.inspector.typename(this.data);\\n });\\n return item;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":281},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"280\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"281\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":282},\"user\":\"cschuster\",\"tags\":[]},\"282\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 14 2012 15:12:23 GMT-0700 (Pacific Daylight Time)\"},\"283\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":284},\"source\":\"function typename(proto) {\\n return proto.constructor.type || proto.constructor.name || proto.toString();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":285},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"284\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"285\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":286},\"user\":\"cschuster\",\"tags\":[]},\"286\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 14 2012 15:12:23 GMT-0700 (Pacific Daylight Time)\"},\"287\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":288},\"source\":\"function getFilter() {\\n if (!this.filter) {\\n this.setFilter(this.get(\\\"ObjectInspectorFilterList\\\").getSelectedItem());\\n }\\n return this.filter;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":289},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"288\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"289\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":290},\"user\":\"cschuster\",\"tags\":[]},\"290\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 14 2012 15:20:17 GMT-0700 (Pacific Daylight Time)\"},\"291\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":292},{\"__isSmartRef__\":true,\"id\":306},{\"__isSmartRef__\":true,\"id\":352},{\"__isSmartRef__\":true,\"id\":385}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":419},\"derivationIds\":[null,\"28075D0B-7CAC-405C-BAF8-B282E172D749\",\"DCFA25BA-84BC-4F48-9C96-4F3590529ACC\",\"426E9C5D-2ECD-422C-9EBD-76664EA9A6CA\",\"E8886075-8F6A-4768-A8EE-192E0C1E14F4\",\"78D6F67C-2FAC-4BA8-B36E-39084936ECF5\",\"DEA7AAFD-83FF-4AB3-BE0F-F7C86F637F27\",\"AA85630A-E6E9-45E3-806A-24D738A31A95\",\"0322591E-355C-49FD-9ADE-B4D5EC34196F\",\"F101BA76-DF2C-4C17-8178-432A4133F0C6\",\"C2AD11A7-537B-4227-A2D9-0EE7268C722A\",\"55D4C5FD-F249-4F01-8EB7-C213F449B52A\",\"25225008-D7D7-476F-9472-7DD2756DCFC8\",\"5BB982C9-8175-4891-AD9B-473D78E385E8\",\"541D01B4-33FC-4982-89C4-B57802BFF80B\",\"736C8E77-FBB1-4A89-A00F-48275ABD411E\",\"42A37021-5384-498C-B70B-A52DEC3332B7\",\"2B6FFA82-B6F8-451F-A26A-76BC9B332BB9\",\"CFB34C74-A60C-42F4-84C5-687F05AB0BE2\",\"AC187724-96ED-4AB9-9A75-D34A76F79191\",\"59953F7C-EE34-4703-BAC3-CCF49AECCE22\",\"72C92052-3BDE-46CD-8ECD-10DF58B373D1\",\"6E660F22-01C2-4446-BC5A-5C3D41DD3647\",\"3471BA0F-48F2-44E5-85C3-318D7A376C54\",\"86162C8D-B4D5-4D04-82A7-CF97CC420B7D\",\"3E826192-846C-4F26-998B-A58F52DDB55C\",\"638CD5D7-AF2C-4DDE-A873-42C977A7D51D\",\"612870E6-BF3E-4222-90A3-E5D76CBECF0C\"],\"id\":\"9E5C6864-8A39-412A-B2BF-A5329EB52198\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":430},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":431},\"_ClipMode\":\"visible\",\"droppingEnabled\":false,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":432},\"_Position\":{\"__isSmartRef__\":true,\"id\":433},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":0},\"label\":{\"__isSmartRef__\":true,\"id\":292},\"closeButton\":{\"__isSmartRef__\":true,\"id\":306},\"menuButton\":{\"__isSmartRef__\":true,\"id\":352},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":385},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":434},\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"292\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":293},\"derivationIds\":[null,\"31FA2D09-1F8A-4083-B066-2CC3D2BBACAE\",\"6B7E96C6-049B-4641-BA54-B673CB73A064\",\"3ED69202-3D5C-43CE-8E13-275F1E671D69\",\"83300CB9-2C1A-498A-947D-BF8C0200CFBC\",\"23D6B938-6414-4628-893F-0E11E7EFE9E2\",\"B26F6FA7-7CD7-4051-A3FB-425420E48040\",\"4F6EABA4-34AF-44B3-A78D-EAD4069BA7AD\",\"0552E7F6-D294-411C-82BF-03D20514FCCD\",\"62B4C1FF-7635-4DA2-BDAF-F423575DCBB5\",\"3BD0E139-1419-47ED-9D55-3C89764E5966\",\"7FB00B8E-7F2A-438F-8701-DE07C88ACFE5\",\"AD72BA9F-61E4-4879-97C3-766FE62029C2\",\"5AAD0E8F-AB3D-4160-BC11-17B27531B6F1\",\"D45A2CDD-BC51-4687-B7D1-387F5C034F01\",\"38AB4A6D-BB4A-4615-9521-F1CB5D69749D\",\"10C1E77C-45FC-4AEC-9471-7B0C63C7F52B\",\"B86C911B-B11B-420F-B227-6734675F4256\",\"85B7637B-C9F9-4EE5-AA02-3C31330F291D\",\"A03E0000-4E98-4351-B5E3-36D24F9C8068\",\"A4812909-5D72-4FA6-914D-77E50A5C359B\",\"9E11AB84-9936-48CE-8AF6-F3006E78F475\",\"9CB4BF8A-0607-4DBA-A74B-00D51A685BD1\",\"408F877F-39CB-49FF-A6F4-A6E5752EF861\",\"C960D2D8-32C0-458E-A27B-613860EA59C4\",\"5FA2FEEB-8A90-4E6C-8D4C-107AC92EE303\",\"96C189A5-8DD5-4D78-99F8-A04ECBE29983\",\"D29DE1A9-7188-46BE-8B7B-51AF6123E019\"],\"id\":\"E06D1C7F-99E7-4CBF-A736-ED1B949B0A9A\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":298},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":299}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":301},\"_ClipMode\":\"hidden\",\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":true,\"_InputAllowed\":false,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"layout\":{\"__isSmartRef__\":true,\"id\":302},\"_TextColor\":{\"__isSmartRef__\":true,\"id\":303},\"_Align\":\"center\",\"eventsAreIgnored\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":291},\"_Position\":{\"__isSmartRef__\":true,\"id\":304},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":305},\"_MaxTextWidth\":255.4010020035039,\"_MinTextWidth\":255.4010020035039,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"293\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":294},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":295},\"_Extent\":{\"__isSmartRef__\":true,\"id\":296},\"_Padding\":{\"__isSmartRef__\":true,\"id\":297},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":27},\"_Fill\":null,\"_NodeClass\":[\"text\"],\"_NodeId\":\"morph-31fa2d09-1f8a-4083-b066-2cc3d2bbacae\",\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"294\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"295\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"296\":{\"x\":255.4010020035039,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"297\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"298\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"299\":{\"style\":{\"__isSmartRef__\":true,\"id\":300},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":292},\"storedString\":\"ObjectInspector\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"300\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"301\":{\"morph\":{\"__isSmartRef__\":true,\"id\":292},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"302\":{\"resizeWidth\":true},\"303\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"304\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"305\":{\"x\":255.4010020035039,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"306\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":307}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":318},\"derivationIds\":[null,\"E2A278DD-8EA6-480D-979B-E6878E6B6268\",\"F103879C-B17C-40A0-8D72-3263EEFD96AF\",\"B009C9CD-F814-4B40-82EA-171A8C1C36E6\",\"EC1982FA-978A-4920-ABF4-19B5811E501C\",\"49F70830-B134-47E0-A25E-74A497D3D0AD\",\"A1DED3ED-53E0-47C5-B346-DF191D3B06E3\",\"8758902D-C552-43D9-8982-140DE141E3CD\",\"B1211A51-2E88-4E4A-8C4C-2B2575FE203D\",\"1C8C9F98-AD41-4A39-9B65-2D93E917158F\",\"EF8A4922-3C99-4106-AF9D-A85AE949DB77\",\"8BE2E2D1-818F-45E5-A566-2DB2B8B76970\",\"77EDCCDC-3370-4859-BF93-0D98DCB7B2F2\",\"E7E8CDDB-2C4B-4090-A2D4-97D2824EC2C0\",\"E2FF4515-82CA-4B59-A8F8-3A01D398B597\",\"899BE5E0-2F50-4CCF-882E-631B643D2335\",\"0DD95F9E-F53A-46C1-A00B-D9255BE12C59\",\"00CABCDE-56B8-4B7C-ABF1-D99669277CFE\",\"B76A5F43-D5A5-4CBD-9813-DCEAEC6D08E6\",\"D5BD7D4F-73D6-450E-ABA7-8C9D0EA1F6C3\",\"CA4958D8-00A0-4E9A-AF56-DF559925EEE2\",\"38C21AEE-34A9-4E7A-899F-91AD55B3DCD6\",\"3F3FE954-4F82-47CD-8A26-218AD029FC71\",\"B3F648B4-A517-4CC0-AD95-4E0F41E34ACF\",\"5F732208-5260-424B-ACFE-E407C164DDD1\",\"5D403DE6-63F8-44FD-84C0-C38B3D7FED08\",\"A1F0569A-9B0B-4592-AB49-FE64CB6C90A3\",\"CA81B0EF-5031-486D-85F5-A97C27D87FA6\"],\"id\":\"0375890D-38CE-4AB6-A733-2478F4267B33\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":334},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":335},\"_ClipMode\":\"visible\",\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":336},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":337},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":324},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":338},\"label\":{\"__isSmartRef__\":true,\"id\":307},\"owner\":{\"__isSmartRef__\":true,\"id\":291},\"layout\":{\"__isSmartRef__\":true,\"id\":347},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":348},{\"__isSmartRef__\":true,\"id\":350}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"307\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":308},\"derivationIds\":[null,\"7F130EC0-D1F7-4EB0-847E-244A05C446A9\",\"A717E2DD-8C6F-4063-A214-B0D41424973B\",\"D700B0D2-E18B-491B-AF10-BF1FBFE0E90F\",\"14203ED5-F062-435F-A9A0-95F67CF91490\",\"5171429F-3A29-4BD0-8AFB-7634947DB093\",\"7B8BB189-91DD-47E0-B959-9DA96DE05EF6\",\"AC81BC02-1A2A-4020-A0C3-0086C982537C\",\"4BF272E0-177D-40BA-B240-6FD1F273780E\",\"0A6B9DF9-4A42-4197-BF9D-57EECACD7AC2\",\"9DABDDAC-896B-444E-AE9F-6CE14FBD20F8\",\"52E6D9EC-52C9-4B7D-80EB-0EEDE03FD0F3\",\"05552FBA-B34E-40C6-B516-CCD2D675DE86\",\"732CC18F-95BE-4BA6-AF91-A0A2DB7B0164\",\"AFD8543A-C2DB-4484-9486-483B61657862\",\"B5A805B1-B397-4014-B1F6-C006D8AC67E0\",\"6D447F24-9164-41DE-923E-79DA128D5309\",\"4724B3E3-C7AA-4016-9EF5-FEFA6CE50474\",\"3A1EF21B-DCB0-4DFF-B896-6F3B106FC654\",\"CDF6ED95-6B24-45E3-89EE-7165DA876679\",\"F222CA83-CE0C-49AB-8547-4B43400C7465\",\"D9F1A3EB-680D-4A70-9860-B0D2129CDAB9\",\"EAB0CDAA-B4E7-4631-9EB7-62099D985C47\",\"A6BA70E5-FD2C-4237-AE99-C9894C0C28CC\",\"5476F059-9E77-489E-9791-B1D01ECF2873\",\"B88B0F67-F9BA-4E72-AE8F-464AD241F9EF\",\"733D6D8A-2F1A-4A4C-82AC-017B238FB710\",\"9F7FC89E-8712-423E-9F4E-EEA28AB99473\"],\"id\":\"7004D84C-19E2-4278-82D2-BECDBF24E422\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":313},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":314}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":316},\"_ClipMode\":\"hidden\",\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":false,\"fixedHeight\":true,\"_InputAllowed\":false,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":306},\"isLabel\":true,\"_HandStyle\":\"default\",\"eventsAreIgnored\":true,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":317},\"_MaxTextWidth\":null,\"_MinTextWidth\":null,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"308\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":309},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":310},\"_Extent\":{\"__isSmartRef__\":true,\"id\":311},\"_Padding\":{\"__isSmartRef__\":true,\"id\":312},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":27},\"_Fill\":null,\"_NodeClass\":[\"text\"],\"_NodeId\":\"morph-7f130ec0-d1f7-4eb0-847e-244a05c446a9\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"309\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"310\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"311\":{\"x\":15,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"312\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"313\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"314\":{\"style\":{\"__isSmartRef__\":true,\"id\":315},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":307},\"storedString\":\"X\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"315\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"316\":{\"morph\":{\"__isSmartRef__\":true,\"id\":307},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"317\":{\"x\":15,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"318\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":319},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":320},\"_Extent\":{\"__isSmartRef__\":true,\"id\":321},\"_Padding\":{\"__isSmartRef__\":true,\"id\":322},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":323},\"_Fill\":{\"__isSmartRef__\":true,\"id\":324},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"_NodeClass\":[\"windowcontrol\"],\"_NodeId\":\"morph-e2a278dd-8ea6-480d-979b-e6878e6b6268\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"319\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"320\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"321\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"322\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"323\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"324\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":325},{\"__isSmartRef__\":true,\"id\":327},{\"__isSmartRef__\":true,\"id\":329},{\"__isSmartRef__\":true,\"id\":331}],\"vector\":{\"__isSmartRef__\":true,\"id\":333},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"325\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":326}},\"326\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"327\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":328}},\"328\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"329\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":330}},\"330\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"331\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":332}},\"332\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"333\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"334\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"335\":{\"morph\":{\"__isSmartRef__\":true,\"id\":306},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"336\":{\"x\":294.4010020035039,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"337\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"338\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":339},{\"__isSmartRef__\":true,\"id\":341},{\"__isSmartRef__\":true,\"id\":343},{\"__isSmartRef__\":true,\"id\":345}],\"vector\":{\"__isSmartRef__\":true,\"id\":333},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"339\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":340}},\"340\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"341\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":342}},\"342\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"343\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":344}},\"344\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"345\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":346}},\"346\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"347\":{\"moveHorizontal\":true},\"348\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":306},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":349},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"349\":{\"source\":{\"__isSmartRef__\":true,\"id\":306},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"350\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":306},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":351},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"351\":{\"source\":{\"__isSmartRef__\":true,\"id\":306},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"352\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":353}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":363},\"derivationIds\":[null,\"3433C768-2CF0-4D29-8355-53EAAE20E4E6\",\"701276E2-C731-4D38-9DC3-E5C815821F59\",\"4FD4EAD7-7A75-4067-9615-231E8ABC3646\",\"4D670AEE-6404-4007-8987-379642DEDC4B\",\"BDFAF689-60D9-4496-887E-5868721C7C0A\",\"8ED2A457-135D-462A-8FD8-51727DE62E2E\",\"2AA9CBE7-A2D1-4797-8EB0-C29AC1627219\",\"7EE5BA03-9434-4EF4-95CE-2DCDE5F571FD\",\"D6DE19CA-C930-4D8B-9117-19E31DA398FF\",\"33146C15-12BA-4F34-9BCB-53CE20153651\",\"A9C2BAAC-350D-468F-AEF5-64820277E705\",\"47E5483D-8030-4AC2-94F7-DEB9700680CB\",\"F582537A-099C-43A8-84BE-32CCFF80B1FB\",\"07962555-B9D5-42D8-B3FB-545827AE2EE1\",\"3261A9DC-01C2-42DA-A230-254799CF6FC2\",\"1720B188-25AF-4894-9AF8-709975DA9532\",\"F5598BE6-5571-47E5-BC8A-8B10A47D26FB\",\"A3822AF5-F8DF-472E-804A-241B840DE7AB\",\"354E463D-EB87-4143-AB25-9888AA9ECD0F\",\"622F0338-5D7B-464A-A902-C01BF2865C6E\",\"5F82FA73-E45B-4EA5-92D7-637DEF6A5CB8\",\"E69F9E50-3BA9-42B1-8EA3-9BCA1D44B870\",\"A3F4C033-B2CE-41FA-8692-4BA628C92349\",\"47F5CB14-3474-4310-A04E-80734409F6BE\",\"82A3F556-E81D-4C13-8AB3-A1CCC00637A7\",\"1D1FF0E1-C809-48D1-BBDA-F7517FB2D914\",\"37C7C99D-13B3-40D9-A4AD-8E5A04FBBE01\"],\"id\":\"692BD4D6-403F-42CE-8404-C98EBF2E9126\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":368},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":369},\"_ClipMode\":\"visible\",\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":370},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":371},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":324},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":372},\"label\":{\"__isSmartRef__\":true,\"id\":353},\"owner\":{\"__isSmartRef__\":true,\"id\":291},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":381},{\"__isSmartRef__\":true,\"id\":383}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"353\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":354},\"derivationIds\":[null,\"C89C99D2-BB1B-4233-8D8A-C562F37A76C3\",\"8E842F89-AB1C-498A-897A-085C5F0161E4\",\"3861E31F-C32B-4B52-ABCA-DDB8F6CF796B\",\"BF2C41B8-6FAE-4A79-B2AB-651185F2886D\",\"8FAC9928-2A1D-46B9-8378-4CC3235E42A1\",\"A050D228-C6ED-4263-924F-ADC5F54674B1\",\"360DC24F-BF61-495C-8EA9-BE26824C06C1\",\"D65B1346-D97F-44B6-A4E0-B93DD5D3D03C\",\"6F343672-F6ED-45FA-AD41-D7DF892C7FA3\",\"BA416109-27FE-4F69-8B7E-D138F84C89C7\",\"4200D2EF-4C54-45A6-B4DE-2F766B74E1CB\",\"6C7A7836-E552-4946-ADD8-1D1AB28F6CB7\",\"E81CDD9E-34C1-4F56-B550-3DC5D08D41F1\",\"6E6A1CFB-AFF6-4207-8D45-789F6A31A284\",\"7F41417D-510C-4584-9022-8E68D170CAD4\",\"CB46A6D2-0CF4-4F23-A631-1982B30194B3\",\"0B8AF3C2-8675-4EC5-88D2-7D15D0A40567\",\"1B323E72-0757-4C40-AB4F-B4984952BD3F\",\"E85C0C5A-2836-4CA6-99EC-F067F1F78A05\",\"56F49663-5737-4DB8-B9FF-ED03213E6DDF\",\"1B588133-79A3-4EC0-8295-51FDD8164FBD\",\"AFCEFB55-4D5B-4EA8-A8B0-7C00981F7301\",\"B275B8AB-3ADE-4DCA-A427-01903BC09FF0\",\"6AADC0E1-F847-4C5A-833A-F8A37C0FA98B\",\"E0FCEB00-B28E-4E4F-9AF7-6ECEDFE58EFC\",\"05BA18B0-3ED7-45A8-AC0F-D65775F81C05\",\"8CBCF161-8A4A-4984-86A0-FE8DDF2F813E\"],\"id\":\"41EAE110-1583-45D9-A0BD-3213C71773C6\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":358},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":359}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":361},\"_ClipMode\":\"hidden\",\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":false,\"fixedHeight\":true,\"_InputAllowed\":false,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":352},\"isLabel\":true,\"_HandStyle\":\"default\",\"eventsAreIgnored\":true,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":362},\"_MaxTextWidth\":null,\"_MinTextWidth\":null,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"354\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":355},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":356},\"_Extent\":{\"__isSmartRef__\":true,\"id\":357},\"_Padding\":{\"__isSmartRef__\":true,\"id\":312},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":27},\"_Fill\":null,\"_NodeClass\":[\"text\"],\"_NodeId\":\"morph-c89c99d2-bb1b-4233-8d8a-c562f37a76c3\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"355\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"356\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"357\":{\"x\":16,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"358\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"359\":{\"style\":{\"__isSmartRef__\":true,\"id\":360},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":353},\"storedString\":\"M\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"360\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"361\":{\"morph\":{\"__isSmartRef__\":true,\"id\":353},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"362\":{\"x\":16,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"363\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":364},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":365},\"_Extent\":{\"__isSmartRef__\":true,\"id\":366},\"_Padding\":{\"__isSmartRef__\":true,\"id\":367},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":323},\"_Fill\":{\"__isSmartRef__\":true,\"id\":324},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"_NodeClass\":[\"windowcontrol\"],\"_NodeId\":\"morph-3433c768-2cf0-4d29-8355-53eaae20e4e6\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"364\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"365\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"366\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"367\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"368\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"369\":{\"morph\":{\"__isSmartRef__\":true,\"id\":352},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"370\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"371\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"372\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":373},{\"__isSmartRef__\":true,\"id\":375},{\"__isSmartRef__\":true,\"id\":377},{\"__isSmartRef__\":true,\"id\":379}],\"vector\":{\"__isSmartRef__\":true,\"id\":333},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"373\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":374}},\"374\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"375\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":376}},\"376\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"377\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":378}},\"378\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"379\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":380}},\"380\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"381\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":352},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":382},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"382\":{\"source\":{\"__isSmartRef__\":true,\"id\":352},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"383\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":352},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":384},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"384\":{\"source\":{\"__isSmartRef__\":true,\"id\":352},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"385\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":386}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":396},\"derivationIds\":[null,\"72058018-6A30-418D-98FD-834FC5E4B88C\",\"9321BE9F-D6F2-4437-8CE4-56C03A500090\",\"0F3ED90E-A9A1-47F8-B26A-9477AC205B20\",\"8977E0E4-26BC-49D0-856E-58964D65E7EC\",\"F684CB3C-78BB-495B-8483-56B3C20952F5\",\"7668E7E5-67D6-45A9-BBE5-D0A08138BF37\",\"728B2672-4338-4D31-8764-876631D6D5F9\",\"66653072-5481-4DBF-B840-CB3152A6A503\",\"913659B7-9C06-4821-9DFD-95F94218F2E2\",\"B522F35C-38A7-4818-94C4-ED778DF92851\",\"A3EE3817-4C00-4852-9F1E-269C9972CDAD\",\"CBAD66B3-1B97-49A5-88BE-15B01C9B48DD\",\"2DD50DE4-F49A-4724-83C2-8E09076CB8B7\",\"C5BC39A4-D762-4248-8002-AE9BCEDE5710\",\"F72DE8BF-32F2-4E39-9E5A-FF9039148786\",\"0F5A0DF6-AD68-4A19-84A1-B557A6BF6FBD\",\"292BA96B-818D-4A26-8B8E-C2032C3F25C6\",\"6E6A0B0F-A21F-4259-8FFC-60903F3861C6\",\"9DF77024-7AC4-480B-B53D-B8F25091D4A6\",\"32D8BABB-F4BE-432A-BA6D-C1C53694E5F1\",\"33D021E4-8E4E-421B-99A9-9B770D8D7EB4\",\"169404FF-686A-4EA9-916C-CDAE271596E1\",\"4D85D573-A363-433F-8B92-B5F046A062D6\",\"FC1AD70F-E93D-4F29-97DC-5DC056E1C058\",\"2BF27D85-79D5-49D8-ABEB-3491F1570131\",\"51B98CF8-4592-4C21-B57E-5C53DB8617DA\",\"F04AC437-B829-4836-8D9C-FC11C83E828A\"],\"id\":\"A68B0CFB-81FF-470A-9AD2-E9DA270B5AAB\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":401},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":402},\"_ClipMode\":\"visible\",\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":403},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":404},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":324},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":405},\"label\":{\"__isSmartRef__\":true,\"id\":386},\"owner\":{\"__isSmartRef__\":true,\"id\":291},\"layout\":{\"__isSmartRef__\":true,\"id\":414},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":415},{\"__isSmartRef__\":true,\"id\":417}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"386\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":387},\"derivationIds\":[null,\"524FB482-42FB-4281-9139-3CE8727DFB9A\",\"BC484300-5E42-4DC3-809C-B1B86B5BA3EA\",\"1B9B29E7-289C-4A70-AFE3-7A554ABCEC9B\",\"CE044C64-A6ED-4218-9F45-2A1103EC2817\",\"48A66442-9F5F-4F8B-9591-F7F31F9CAA26\",\"D9002827-C041-491A-AFF4-89693B7C1CC8\",\"83B87867-AA1A-4409-B254-E1667266705A\",\"A36F4372-93C2-47ED-A2F8-3ED19DACADE7\",\"6FF859BD-E2C5-4D75-8ECB-961813EAE76E\",\"022E209D-E750-42D3-90E2-22610ACC8A13\",\"8F022158-FEEB-4E24-9C25-FE48CCD7BC05\",\"05BF6FE8-29D3-4DE2-BC0E-A5CDDE9EECEA\",\"4DBEF4B5-B438-42E7-8717-CB1ECEC6AD19\",\"5C750EE0-64CA-4657-952C-19B8E0F1014F\",\"1F94D990-7D34-4017-8166-C77979DB881D\",\"1CAE6408-8F3C-4C8E-8296-E0079414EE29\",\"C741C393-8996-4D8D-8093-DB1A671AC88D\",\"DB63CF30-BEF7-4769-8F1A-43E4E8F028EE\",\"0741B604-7E5B-4F1D-9BDB-B9FBECDBF3D2\",\"7078B8B1-C8F4-4DBE-9365-72201B181987\",\"5D3B9C7F-2DB4-4174-92B6-0483F22825F3\",\"4E0F4BF7-1CE4-4DF1-8858-A6C93E18E6E6\",\"43CFCCB5-3757-4A29-97DD-C4D6679A48E7\",\"1E31E229-5CAD-4D15-9443-2A7810FE74DC\",\"1D3FA769-516B-4DD3-8BB4-002A2AD1DACE\",\"B8E566EA-DE2C-4BF9-9766-A9748FBAE8A9\",\"C932D985-3B6A-4FD7-B089-0B736B91B487\"],\"id\":\"B93C8329-13B0-4362-B0EF-9CB2DDDD79D0\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":391},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":392}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":394},\"_ClipMode\":\"hidden\",\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":false,\"fixedHeight\":true,\"_InputAllowed\":false,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":385},\"isLabel\":true,\"_HandStyle\":\"default\",\"eventsAreIgnored\":true,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":395},\"_MaxTextWidth\":null,\"_MinTextWidth\":null,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"387\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":388},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":389},\"_Extent\":{\"__isSmartRef__\":true,\"id\":390},\"_Padding\":{\"__isSmartRef__\":true,\"id\":312},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":27},\"_Fill\":null,\"_NodeClass\":[\"text\"],\"_NodeId\":\"morph-524fb482-42fb-4281-9139-3ce8727dfb9a\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"388\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"389\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"390\":{\"x\":14,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"391\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"392\":{\"style\":{\"__isSmartRef__\":true,\"id\":393},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":386},\"storedString\":\"–\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"393\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"394\":{\"morph\":{\"__isSmartRef__\":true,\"id\":386},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"395\":{\"x\":14,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"396\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":397},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":398},\"_Extent\":{\"__isSmartRef__\":true,\"id\":399},\"_Padding\":{\"__isSmartRef__\":true,\"id\":400},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":323},\"_Fill\":{\"__isSmartRef__\":true,\"id\":324},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"_NodeClass\":[\"windowcontrol\"],\"_NodeId\":\"morph-72058018-6a30-418d-98fd-834fc5e4b88c\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"397\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"398\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"399\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"400\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"401\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"402\":{\"morph\":{\"__isSmartRef__\":true,\"id\":385},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"403\":{\"x\":275.4010020035039,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"404\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"405\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":406},{\"__isSmartRef__\":true,\"id\":408},{\"__isSmartRef__\":true,\"id\":410},{\"__isSmartRef__\":true,\"id\":412}],\"vector\":{\"__isSmartRef__\":true,\"id\":333},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"406\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":407}},\"407\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"408\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":409}},\"409\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"410\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":411}},\"411\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"412\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":413}},\"413\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"414\":{\"moveHorizontal\":true},\"415\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":385},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":416},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"416\":{\"source\":{\"__isSmartRef__\":true,\"id\":385},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"417\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":385},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":418},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"418\":{\"source\":{\"__isSmartRef__\":true,\"id\":385},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"419\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":420},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":421},\"_Extent\":{\"__isSmartRef__\":true,\"id\":422},\"_Padding\":{\"__isSmartRef__\":true,\"id\":423},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":303},\"_Fill\":{\"__isSmartRef__\":true,\"id\":424},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"_NodeClass\":[\"titlebar\"],\"_NodeId\":\"morph-28075d0b-7cac-405c-baf8-b282e172d749\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"420\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"421\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"422\":{\"x\":314.4010020035039,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"423\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"424\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":425},{\"__isSmartRef__\":true,\"id\":427}],\"vector\":{\"__isSmartRef__\":true,\"id\":429},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"425\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":426}},\"426\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"427\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":428}},\"428\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"429\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"430\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"431\":{\"morph\":{\"__isSmartRef__\":true,\"id\":291},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"432\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"433\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"434\":{\"x\":314.4010020035039,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"435\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":436},\"derivationIds\":[null,\"E34B7A68-766E-4DB7-A7E3-E4EE8A7079AC\",\"7A7C4259-E86A-4D41-9B21-CE6D4EADF5A7\",\"34C6ADC2-7F79-44A2-BEDF-A05F972B36BC\",\"36694142-B04E-484B-957B-9BBF9784B20E\",\"3CFE3EDB-8A42-4E75-A348-120654F234F2\",\"3464720D-ABB2-4C88-BEEA-62B58DD08CD5\",\"B5EA6ABC-057D-4A70-AB94-B3EDCA5E395E\",\"05F4CC34-0F8A-43CA-94B6-9A543A70E55C\",\"A2BF090C-5A85-4E54-92CA-6ABA47629E7B\",\"DDD9B33B-824A-4C58-8107-67C5FADDFB72\",\"09051614-6CE4-4984-B3CF-F3E78B5898B1\",\"284F15EF-EA68-4F32-86F3-EA5DD3A23D1C\",\"BE99321C-F9F7-45C2-9BED-3AC496C10878\",\"344F1643-CC8E-4B9C-A57A-75074EDFDD12\",\"E24B6723-2DA3-42B9-AE0B-1E28DA2C0CF8\",\"035E96EC-B4F1-4D94-A31F-21750A89C148\",\"658D2557-B37E-4C58-8618-9AF1E45EFA55\",\"413248B4-5FDD-4647-9E20-F195F11DF903\",\"20EF83E4-287D-4306-9EA0-65B7286C0E48\",\"77F94626-E559-4BB8-B6EA-1EC2E50823C3\",\"85515935-002D-4FF0-8C2B-E88837E5B98D\",\"1B4B5619-CD65-49B8-939D-06D7DD9E0C4C\",\"79748D72-9031-4011-9BD4-B7FE72461789\",\"68C2CE7C-DB25-4911-B12A-8B0F69C8D46D\",\"90DDEE95-E7B6-4FF5-A7B7-ED97BA99A75C\",\"30A9C6A1-50FD-465E-8884-1FB4E887AA22\",\"133E5671-4F3E-44AE-BA1C-8A23DFEFE806\"],\"id\":\"8133C4D1-E8E5-4C70-BD30-B8BD467A97F0\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":445},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":446},\"_ClipMode\":\"visible\",\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"_Position\":{\"__isSmartRef__\":true,\"id\":447},\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"dragStartPoint\":null,\"originalTargetExtent\":null,\"_Rotation\":0,\"_Scale\":1.0000000000000009,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":448},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"436\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":437},{\"__isSmartRef__\":true,\"id\":438},{\"__isSmartRef__\":true,\"id\":439}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":440},\"_Position\":{\"__isSmartRef__\":true,\"id\":441},\"_Extent\":{\"__isSmartRef__\":true,\"id\":442},\"_Padding\":{\"__isSmartRef__\":true,\"id\":443},\"_BorderWidth\":0,\"_BorderColor\":null,\"_NodeClass\":[\"path\"],\"_NodeId\":\"morph-e34b7a68-766e-4db7-a7e3-e4ee8a7079ac\",\"_Fill\":{\"__isSmartRef__\":true,\"id\":444},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"437\":{\"isAbsolute\":true,\"x\":14,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"438\":{\"isAbsolute\":true,\"x\":14,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"439\":{\"isAbsolute\":true,\"x\":0,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"440\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"441\":{\"x\":-1,\"y\":-1,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"442\":{\"x\":15,\"y\":15,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"443\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"444\":{\"r\":0.8,\"g\":0.8,\"b\":0.8,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"445\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"446\":{\"morph\":{\"__isSmartRef__\":true,\"id\":435},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"447\":{\"x\":300.4010020035039,\"y\":405.40100200350423,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"448\":{\"onDragStart\":{\"__isSmartRef__\":true,\"id\":449},\"onDrag\":{\"__isSmartRef__\":true,\"id\":456},\"onDragEnd\":{\"__isSmartRef__\":true,\"id\":463}},\"449\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":450},\"source\":\"function onDragStart(evt) {\\n this.dragStartPoint = evt.mousePoint;\\n this.originalTargetExtent = this.owner.getExtent();\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":455},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"450\":{\"this\":{\"__isSmartRef__\":true,\"id\":435},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":451}},\"451\":{\"$super\":{\"__isSmartRef__\":true,\"id\":452}},\"452\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":453},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n if ($world) \\n $world.logError(e, 'Error in $super call')\\n else\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":454},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"453\":{\"obj\":{\"__isSmartRef__\":true,\"id\":435},\"name\":\"onDragStart\"},\"454\":{},\"455\":{},\"456\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":457},\"source\":\"function onDrag(evt) {\\n var moveDelta = evt.mousePoint.subPt(this.dragStartPoint)\\n if (evt.isShiftDown()) {\\n var maxDelta = Math.max(moveDelta.x, moveDelta.y);\\n\\t moveDelta = pt(maxDelta, maxDelta);\\n };\\n this.owner.setExtent(this.originalTargetExtent.addPt(moveDelta));\\n this.align(this.bounds().bottomRight(), this.owner.getExtent());\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":462},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"457\":{\"this\":{\"__isSmartRef__\":true,\"id\":435},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":458}},\"458\":{\"$super\":{\"__isSmartRef__\":true,\"id\":459}},\"459\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":460},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n if ($world) \\n $world.logError(e, 'Error in $super call')\\n else\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":461},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"460\":{\"obj\":{\"__isSmartRef__\":true,\"id\":435},\"name\":\"onDrag\"},\"461\":{},\"462\":{},\"463\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":464},\"source\":\"function onDragEnd(evt) {\\n this.dragStartPoint = null;\\n this.originalTargetExtent = null;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":469},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"464\":{\"this\":{\"__isSmartRef__\":true,\"id\":435},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":465}},\"465\":{\"$super\":{\"__isSmartRef__\":true,\"id\":466}},\"466\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":467},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n if ($world) \\n $world.logError(e, 'Error in $super call')\\n else\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":468},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"467\":{\"obj\":{\"__isSmartRef__\":true,\"id\":435},\"name\":\"onDragEnd\"},\"468\":{},\"469\":{},\"470\":{\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":471},\"_Padding\":{\"__isSmartRef__\":true,\"id\":472},\"_BorderWidth\":0,\"_Fill\":null,\"_StrokeOpacity\":0,\"_BorderRadius\":0,\"_NodeClass\":[\"window\"],\"_NodeId\":\"morph-cd7bcb08-eb4a-48cd-952b-53a1eaeb23d0\",\"_Extent\":{\"__isSmartRef__\":true,\"id\":473},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"471\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"472\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"473\":{\"x\":314.4010020035039,\"y\":419.40100200350423,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"474\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"475\":{\"morph\":{\"__isSmartRef__\":true,\"id\":0},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"476\":{\"adjustForNewBounds\":true},\"477\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"478\":{\"x\":314.4010020035039,\"y\":419.40100200350423,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"479\":{\"partsSpaceName\":\"PartsBin/Tools/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A tool for inspecting an object. Very similar to the ObjectExplorer but a lot faster and with the ability to edit primitives, filter properties and display inheritance.\",\"migrationLevel\":4,\"partName\":\"ObjectInspector\",\"changes\":[{\"__isSmartRef__\":true,\"id\":480},{\"__isSmartRef__\":true,\"id\":482},{\"__isSmartRef__\":true,\"id\":484},{\"__isSmartRef__\":true,\"id\":486},{\"__isSmartRef__\":true,\"id\":488},{\"__isSmartRef__\":true,\"id\":490},{\"__isSmartRef__\":true,\"id\":492},{\"__isSmartRef__\":true,\"id\":494},{\"__isSmartRef__\":true,\"id\":496},{\"__isSmartRef__\":true,\"id\":498},{\"__isSmartRef__\":true,\"id\":500},{\"__isSmartRef__\":true,\"id\":502},{\"__isSmartRef__\":true,\"id\":504},{\"__isSmartRef__\":true,\"id\":506},{\"__isSmartRef__\":true,\"id\":508},{\"__isSmartRef__\":true,\"id\":510},{\"__isSmartRef__\":true,\"id\":512},{\"__isSmartRef__\":true,\"id\":514},{\"__isSmartRef__\":true,\"id\":516},{\"__isSmartRef__\":true,\"id\":518},{\"__isSmartRef__\":true,\"id\":520},{\"__isSmartRef__\":true,\"id\":522},{\"__isSmartRef__\":true,\"id\":524},{\"__isSmartRef__\":true,\"id\":526},{\"__isSmartRef__\":true,\"id\":528},{\"__isSmartRef__\":true,\"id\":530},{\"__isSmartRef__\":true,\"id\":532},{\"__isSmartRef__\":true,\"id\":534},{\"__isSmartRef__\":true,\"id\":536},{\"__isSmartRef__\":true,\"id\":538}],\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"480\":{\"date\":{\"__isSmartRef__\":true,\"id\":481},\"author\":\"cschuster\",\"message\":\"fixed a bug with addScript\",\"id\":\"A00EC8E9-2F93-46E8-A1C8-22588B39BC11\"},\"481\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 14 2012 11:36:16 GMT-0700 (Pacific Daylight Time)\"},\"482\":{\"date\":{\"__isSmartRef__\":true,\"id\":483},\"author\":\"cschuster\",\"message\":\"copying should now work\",\"id\":\"334BC443-5022-4C12-8DE0-532B479A57DC\"},\"483\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 14 2012 11:14:16 GMT-0700 (Pacific Daylight Time)\"},\"484\":{\"date\":{\"__isSmartRef__\":true,\"id\":485},\"author\":\"cschuster\",\"message\":\"changed submorphs to morphs.\",\"id\":\"F6E05A4D-23B9-4CCA-88DE-C14C35965B13\"},\"485\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 09:56:30 GMT-0700 (Pacific Daylight Time)\"},\"486\":{\"date\":{\"__isSmartRef__\":true,\"id\":487},\"author\":\"cschuster\",\"message\":\"inheritance now works as well\",\"id\":\"B6153C82-028D-48C6-A949-B9C16246B7E1\"},\"487\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 05 2012 18:06:06 GMT-0700 (Pacific Daylight Time)\"},\"488\":{\"date\":{\"__isSmartRef__\":true,\"id\":489},\"author\":\"cschuster\",\"message\":\"started work on displaying inherited properties.\",\"id\":\"E2D295AA-8DC9-41F0-8699-3B4294FFA5A2\"},\"489\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 05 2012 17:46:47 GMT-0700 (Pacific Daylight Time)\"},\"490\":{\"date\":{\"__isSmartRef__\":true,\"id\":491},\"author\":\"cschuster\",\"message\":\"fixed handling of null and undefined values\",\"id\":\"25FAB4E6-9A70-4E32-8213-1098C6A9C363\"},\"491\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 05 2012 16:57:14 GMT-0700 (Pacific Daylight Time)\"},\"492\":{\"date\":{\"__isSmartRef__\":true,\"id\":493},\"author\":\"cschuster\",\"message\":\"fixed problem with boolean values\",\"id\":\"ECA8BC3D-29C8-4779-B61C-27DC9E13B7E2\"},\"493\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 05 2012 16:25:44 GMT-0700 (Pacific Daylight Time)\"},\"494\":{\"date\":{\"__isSmartRef__\":true,\"id\":495},\"author\":\"cschuster\",\"message\":\"fixed bug with primitive values.\",\"id\":\"6B05214C-6EE6-4F5C-BA36-DFC15578CB12\"},\"495\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 05 2012 16:14:48 GMT-0700 (Pacific Daylight Time)\"},\"496\":{\"date\":{\"__isSmartRef__\":true,\"id\":497},\"author\":\"cschuster\",\"message\":\"better updating for collapsed items\",\"id\":\"A37C0C9B-1F7F-49D9-BC86-CA97E05C812D\"},\"497\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 05 2012 16:12:20 GMT-0700 (Pacific Daylight Time)\"},\"498\":{\"date\":{\"__isSmartRef__\":true,\"id\":499},\"author\":\"cschuster\",\"message\":\"removed filter for inherited properties\",\"id\":\"CABABBD4-BABE-4D47-8EBF-CED45960532B\"},\"499\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 05 2012 15:10:42 GMT-0700 (Pacific Daylight Time)\"},\"500\":{\"date\":{\"__isSmartRef__\":true,\"id\":501},\"author\":\"cschuster\",\"message\":\"editing of strings, numbers and boolean values\",\"id\":\"CE0C9588-EB85-4390-B51B-BC51AA154F11\"},\"501\":{\"isSerializedDate\":true,\"string\":\"Mon Jun 04 2012 17:33:18 GMT-0700 (Pacific Daylight Time)\"},\"502\":{\"date\":{\"__isSmartRef__\":true,\"id\":503},\"author\":\"cschuster\",\"message\":\"improved text editing\",\"id\":\"C9950198-82AF-47B8-9BDF-04C7457FE598\"},\"503\":{\"isSerializedDate\":true,\"string\":\"Mon Jun 04 2012 16:18:18 GMT-0700 (Pacific Daylight Time)\"},\"504\":{\"date\":{\"__isSmartRef__\":true,\"id\":505},\"author\":\"cschuster\",\"message\":\"now supports editing of string properties\",\"id\":\"4DEA5157-6A26-46F4-AE4E-59112855E522\"},\"505\":{\"isSerializedDate\":true,\"string\":\"Mon Jun 04 2012 15:44:13 GMT-0700 (Pacific Daylight Time)\"},\"506\":{\"date\":{\"__isSmartRef__\":true,\"id\":507},\"author\":\"cschuster\",\"message\":\"updating should work now. still needs some testing\",\"id\":\"381E10DB-4391-42E3-A790-D5EAEFF2758B\"},\"507\":{\"isSerializedDate\":true,\"string\":\"Fri Jun 01 2012 18:12:07 GMT-0700 (Pacific Daylight Time)\"},\"508\":{\"date\":{\"__isSmartRef__\":true,\"id\":509},\"author\":\"cschuster\",\"message\":\"initial commit. still a lot of work to do.\",\"id\":\"258D3B7C-8C70-4B34-962F-E2F39A8596D5\"},\"509\":{\"isSerializedDate\":true,\"string\":\"Tue May 29 2012 14:52:57 GMT-0700 (Pacific Daylight Time)\"},\"510\":{\"date\":{\"__isSmartRef__\":true,\"id\":511},\"author\":\"undefined\",\"message\":\"whoopsie\",\"id\":\"3F17A2D2-3C24-424B-B0FA-E43112267D23\"},\"511\":{\"isSerializedDate\":true,\"string\":\"Thu May 03 2012 06:51:36 GMT-0700 (Pacific Daylight Time)\"},\"512\":{\"date\":{\"__isSmartRef__\":true,\"id\":513},\"author\":\"undefined\",\"message\":\"whoopsie\",\"id\":\"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC\"},\"513\":{\"isSerializedDate\":true,\"string\":\"Thu May 03 2012 06:51:30 GMT-0700 (Pacific Daylight Time)\"},\"514\":{\"date\":{\"__isSmartRef__\":true,\"id\":515},\"author\":\"undefined\",\"message\":\"sorry\",\"id\":\"44B56D2E-9B59-4C67-A305-49A6E10E66C2\"},\"515\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 14 2012 02:53:45 GMT-0700 (Pacific Daylight Time)\"},\"516\":{\"date\":{\"__isSmartRef__\":true,\"id\":517},\"author\":\"fbo\",\"message\":\"\",\"id\":\"BD1C654D-9100-4B66-BC62-B15FF2498B2B\"},\"517\":{\"isSerializedDate\":true,\"string\":\"Fri Feb 24 2012 17:59:09 GMT-0800 (Pacific Standard Time)\"},\"518\":{\"date\":{\"__isSmartRef__\":true,\"id\":519},\"author\":\"undefined\",\"message\":\"css transitions\",\"id\":\"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7\"},\"519\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 14 2012 02:42:26 GMT-0700 (Pacific Daylight Time)\"},\"520\":{\"date\":{\"__isSmartRef__\":true,\"id\":521},\"author\":\"undefined\",\"message\":\"suddenly, the rectangle became a CarDemo\",\"id\":\"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350\"},\"521\":{\"isSerializedDate\":true,\"string\":\"Mon Apr 09 2012 04:42:07 GMT-0700 (Pacific Daylight Time)\"},\"522\":{\"date\":{\"__isSmartRef__\":true,\"id\":523},\"author\":\"cschuster\",\"message\":\"faster updating\",\"id\":\"BDDADEB8-FC7D-4240-965D-5C2A8106884F\"},\"523\":{\"isSerializedDate\":true,\"string\":\"Mon Jun 04 2012 11:44:27 GMT-0700 (Pacific Daylight Time)\"},\"524\":{\"date\":{\"__isSmartRef__\":true,\"id\":525},\"author\":\"cschuster\",\"message\":\"now uses hidden root node\",\"id\":\"63608436-F5CC-4F6C-8C9E-C4039CAAE8AE\"},\"525\":{\"isSerializedDate\":true,\"string\":\"Mon Jun 04 2012 13:34:53 GMT-0700 (Pacific Daylight Time)\"},\"526\":{\"date\":{\"__isSmartRef__\":true,\"id\":527},\"author\":\"cschuster\",\"message\":\"now supports filtering\",\"id\":\"CF4D534E-10BF-4727-8FB1-25AB7DEC6E48\"},\"527\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 05 2012 14:45:47 GMT-0700 (Pacific Daylight Time)\"},\"528\":{\"date\":{\"__isSmartRef__\":true,\"id\":529},\"author\":\"cschuster\",\"message\":\"fixed the problems with the unspecified filter.\",\"id\":\"745E611A-B941-4FFD-9759-E982062C03B8\"},\"529\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 05 2012 14:51:21 GMT-0700 (Pacific Daylight Time)\"},\"530\":{\"date\":{\"__isSmartRef__\":true,\"id\":531},\"author\":\"cschuster\",\"message\":\"fixed bug with prototype of primitives.\",\"id\":\"A3F3EEC4-36E8-4EC8-B2DD-8B899A275990\"},\"531\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 05 2012 18:16:23 GMT-0700 (Pacific Daylight Time)\"},\"532\":{\"date\":{\"__isSmartRef__\":true,\"id\":533},\"author\":\"jenslincke\",\"message\":\"added \\\"show submorphs\\\" to filter options\",\"id\":\"93060C3D-5BE0-46C0-BF46-58B7C287E037\"},\"533\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 01:58:01 GMT-0700 (Pacific Daylight Time)\"},\"534\":{\"date\":{\"__isSmartRef__\":true,\"id\":535},\"author\":\"cschuster\",\"message\":\"fixed description string for namespaces and clipping mode.\",\"id\":\"9CB238CB-7069-43DE-81BD-C09B61A2BDB4\"},\"535\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 15:19:24 GMT-0700 (Pacific Daylight Time)\"},\"536\":{\"date\":{\"__isSmartRef__\":true,\"id\":537},\"author\":\"cschuster\",\"message\":\"hopefully fixed the addScript bug\",\"id\":\"D040A117-4200-449C-A492-272C4498EDBD\"},\"537\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 14 2012 15:12:43 GMT-0700 (Pacific Daylight Time)\"},\"538\":{\"date\":{\"__isSmartRef__\":true,\"id\":539},\"author\":\"cschuster\",\"message\":\"fixed serialization of filter\",\"id\":\"776E7AFA-1299-4714-94C4-F514AC2A255C\"},\"539\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 14 2012 15:21:17 GMT-0700 (Pacific Daylight Time)\"},\"540\":{\"x\":1079,\"y\":323,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"541\":{\"inspect\":{\"__isSmartRef__\":true,\"id\":542}},\"542\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":543},\"source\":\"function inspect(obj) {\\n this.get('ObjectInspector').inspect(obj);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":544},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"543\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"544\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":545},\"user\":\"cschuster\",\"tags\":[]},\"545\":{\"isSerializedDate\":true,\"string\":\"Fri Jun 01 2012 12:32:31 GMT-0700 (Pacific Daylight Time)\"},\"isSimplifiedRegistry\":true}}","attributeConnections":[{"__isSmartRef__":true,"id":12630},{"__isSmartRef__":true,"id":12631}],"doNotSerialize":["$$json","$$loadedMetaInfo"],"doNotCopyProperties":["$$json","$$loadedMetaInfo"],"loadedMetaInfo":{"__isSmartRef__":true,"id":12632},"partVersions":[{"__isSmartRef__":true,"id":12693},{"__isSmartRef__":true,"id":12697},{"__isSmartRef__":true,"id":12701},{"__isSmartRef__":true,"id":12705},{"__isSmartRef__":true,"id":12709},{"__isSmartRef__":true,"id":12713},{"__isSmartRef__":true,"id":12717},{"__isSmartRef__":true,"id":12721},{"__isSmartRef__":true,"id":12725},{"__isSmartRef__":true,"id":12729},{"__isSmartRef__":true,"id":12733},{"__isSmartRef__":true,"id":12737},{"__isSmartRef__":true,"id":12741},{"__isSmartRef__":true,"id":12745},{"__isSmartRef__":true,"id":12749},{"__isSmartRef__":true,"id":12753},{"__isSmartRef__":true,"id":12757},{"__isSmartRef__":true,"id":12761},{"__isSmartRef__":true,"id":12765},{"__isSmartRef__":true,"id":12769},{"__isSmartRef__":true,"id":12773},{"__isSmartRef__":true,"id":12777},{"__isSmartRef__":true,"id":12781},{"__isSmartRef__":true,"id":12785},{"__isSmartRef__":true,"id":12789},{"__isSmartRef__":true,"id":12793},{"__isSmartRef__":true,"id":12797},{"__isSmartRef__":true,"id":12801},{"__isSmartRef__":true,"id":12805},{"__isSmartRef__":true,"id":12809},{"__isSmartRef__":true,"id":12813},{"__isSmartRef__":true,"id":12817},{"__isSmartRef__":true,"id":12821},{"__isSmartRef__":true,"id":12825},{"__isSmartRef__":true,"id":12829},{"__isSmartRef__":true,"id":12833}],"rev":172157,"part":{"__isSmartRef__":true,"id":364},"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"12630":{"sourceObj":{"__isSmartRef__":true,"id":12629},"sourceAttrName":"json","targetObj":{"__isSmartRef__":true,"id":12629},"targetMethodName":"cachePartJSON","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"12631":{"sourceObj":{"__isSmartRef__":true,"id":12629},"sourceAttrName":"loadedMetaInfo","targetObj":{"__isSmartRef__":true,"id":12629},"targetMethodName":"cachePartMetaInfo","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"12632":{"partsSpaceName":"PartsBin/Tools","__SourceModuleName__":"Global.lively.PartsBin","comment":"A tool for inspecting an object. Very similar to the ObjectExplorer but a lot faster and with the ability to edit primitives, filter properties and display inheritance.","migrationLevel":4,"partName":"ObjectInspector","changes":[{"__isSmartRef__":true,"id":12633},{"__isSmartRef__":true,"id":12635},{"__isSmartRef__":true,"id":12637},{"__isSmartRef__":true,"id":12639},{"__isSmartRef__":true,"id":12641},{"__isSmartRef__":true,"id":12643},{"__isSmartRef__":true,"id":12645},{"__isSmartRef__":true,"id":12647},{"__isSmartRef__":true,"id":12649},{"__isSmartRef__":true,"id":12651},{"__isSmartRef__":true,"id":12653},{"__isSmartRef__":true,"id":12655},{"__isSmartRef__":true,"id":12657},{"__isSmartRef__":true,"id":12659},{"__isSmartRef__":true,"id":12661},{"__isSmartRef__":true,"id":12663},{"__isSmartRef__":true,"id":12665},{"__isSmartRef__":true,"id":12667},{"__isSmartRef__":true,"id":12669},{"__isSmartRef__":true,"id":12671},{"__isSmartRef__":true,"id":12673},{"__isSmartRef__":true,"id":12675},{"__isSmartRef__":true,"id":12677},{"__isSmartRef__":true,"id":12679},{"__isSmartRef__":true,"id":12681},{"__isSmartRef__":true,"id":12683},{"__isSmartRef__":true,"id":12685},{"__isSmartRef__":true,"id":12687},{"__isSmartRef__":true,"id":12689},{"__isSmartRef__":true,"id":12691}],"idOnLoad":"C93A7D40-A767-42A4-AF6B-BF344AB85284","revisionOnLoad":172157,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"12633":{"date":{"__isSmartRef__":true,"id":12634},"author":"cschuster","message":"fixed a bug with addScript","id":"A00EC8E9-2F93-46E8-A1C8-22588B39BC11"},"12634":{"isSerializedDate":true,"string":"Thu Jun 14 2012 20:36:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12635":{"date":{"__isSmartRef__":true,"id":12636},"author":"cschuster","message":"copying should now work","id":"334BC443-5022-4C12-8DE0-532B479A57DC"},"12636":{"isSerializedDate":true,"string":"Thu Jun 14 2012 20:14:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12637":{"date":{"__isSmartRef__":true,"id":12638},"author":"cschuster","message":"changed submorphs to morphs.","id":"F6E05A4D-23B9-4CCA-88DE-C14C35965B13"},"12638":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:56:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12639":{"date":{"__isSmartRef__":true,"id":12640},"author":"cschuster","message":"inheritance now works as well","id":"B6153C82-028D-48C6-A949-B9C16246B7E1"},"12640":{"isSerializedDate":true,"string":"Wed Jun 06 2012 03:06:06 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12641":{"date":{"__isSmartRef__":true,"id":12642},"author":"cschuster","message":"started work on displaying inherited properties.","id":"E2D295AA-8DC9-41F0-8699-3B4294FFA5A2"},"12642":{"isSerializedDate":true,"string":"Wed Jun 06 2012 02:46:47 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12643":{"date":{"__isSmartRef__":true,"id":12644},"author":"cschuster","message":"fixed handling of null and undefined values","id":"25FAB4E6-9A70-4E32-8213-1098C6A9C363"},"12644":{"isSerializedDate":true,"string":"Wed Jun 06 2012 01:57:14 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12645":{"date":{"__isSmartRef__":true,"id":12646},"author":"cschuster","message":"fixed problem with boolean values","id":"ECA8BC3D-29C8-4779-B61C-27DC9E13B7E2"},"12646":{"isSerializedDate":true,"string":"Wed Jun 06 2012 01:25:44 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12647":{"date":{"__isSmartRef__":true,"id":12648},"author":"cschuster","message":"fixed bug with primitive values.","id":"6B05214C-6EE6-4F5C-BA36-DFC15578CB12"},"12648":{"isSerializedDate":true,"string":"Wed Jun 06 2012 01:14:48 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12649":{"date":{"__isSmartRef__":true,"id":12650},"author":"cschuster","message":"better updating for collapsed items","id":"A37C0C9B-1F7F-49D9-BC86-CA97E05C812D"},"12650":{"isSerializedDate":true,"string":"Wed Jun 06 2012 01:12:20 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12651":{"date":{"__isSmartRef__":true,"id":12652},"author":"cschuster","message":"removed filter for inherited properties","id":"CABABBD4-BABE-4D47-8EBF-CED45960532B"},"12652":{"isSerializedDate":true,"string":"Wed Jun 06 2012 00:10:42 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12653":{"date":{"__isSmartRef__":true,"id":12654},"author":"cschuster","message":"editing of strings, numbers and boolean values","id":"CE0C9588-EB85-4390-B51B-BC51AA154F11"},"12654":{"isSerializedDate":true,"string":"Tue Jun 05 2012 02:33:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12655":{"date":{"__isSmartRef__":true,"id":12656},"author":"cschuster","message":"improved text editing","id":"C9950198-82AF-47B8-9BDF-04C7457FE598"},"12656":{"isSerializedDate":true,"string":"Tue Jun 05 2012 01:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12657":{"date":{"__isSmartRef__":true,"id":12658},"author":"cschuster","message":"now supports editing of string properties","id":"4DEA5157-6A26-46F4-AE4E-59112855E522"},"12658":{"isSerializedDate":true,"string":"Tue Jun 05 2012 00:44:13 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12659":{"date":{"__isSmartRef__":true,"id":12660},"author":"cschuster","message":"updating should work now. still needs some testing","id":"381E10DB-4391-42E3-A790-D5EAEFF2758B"},"12660":{"isSerializedDate":true,"string":"Sat Jun 02 2012 03:12:07 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12661":{"date":{"__isSmartRef__":true,"id":12662},"author":"cschuster","message":"initial commit. still a lot of work to do.","id":"258D3B7C-8C70-4B34-962F-E2F39A8596D5"},"12662":{"isSerializedDate":true,"string":"Tue May 29 2012 23:52:57 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12663":{"date":{"__isSmartRef__":true,"id":12664},"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23"},"12664":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12665":{"date":{"__isSmartRef__":true,"id":12666},"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC"},"12666":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12667":{"date":{"__isSmartRef__":true,"id":12668},"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2"},"12668":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (Mitteleuropäische Zeit)"},"12669":{"date":{"__isSmartRef__":true,"id":12670},"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B"},"12670":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (Mitteleuropäische Zeit)"},"12671":{"date":{"__isSmartRef__":true,"id":12672},"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7"},"12672":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (Mitteleuropäische Zeit)"},"12673":{"date":{"__isSmartRef__":true,"id":12674},"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350"},"12674":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12675":{"date":{"__isSmartRef__":true,"id":12676},"author":"cschuster","message":"faster updating","id":"BDDADEB8-FC7D-4240-965D-5C2A8106884F"},"12676":{"isSerializedDate":true,"string":"Mon Jun 04 2012 20:44:27 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12677":{"date":{"__isSmartRef__":true,"id":12678},"author":"cschuster","message":"now uses hidden root node","id":"63608436-F5CC-4F6C-8C9E-C4039CAAE8AE"},"12678":{"isSerializedDate":true,"string":"Mon Jun 04 2012 22:34:53 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12679":{"date":{"__isSmartRef__":true,"id":12680},"author":"cschuster","message":"now supports filtering","id":"CF4D534E-10BF-4727-8FB1-25AB7DEC6E48"},"12680":{"isSerializedDate":true,"string":"Tue Jun 05 2012 23:45:47 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12681":{"date":{"__isSmartRef__":true,"id":12682},"author":"cschuster","message":"fixed the problems with the unspecified filter.","id":"745E611A-B941-4FFD-9759-E982062C03B8"},"12682":{"isSerializedDate":true,"string":"Tue Jun 05 2012 23:51:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12683":{"date":{"__isSmartRef__":true,"id":12684},"author":"cschuster","message":"fixed bug with prototype of primitives.","id":"A3F3EEC4-36E8-4EC8-B2DD-8B899A275990"},"12684":{"isSerializedDate":true,"string":"Wed Jun 06 2012 03:16:23 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12685":{"date":{"__isSmartRef__":true,"id":12686},"author":"jenslincke","message":"added \"show submorphs\" to filter options","id":"93060C3D-5BE0-46C0-BF46-58B7C287E037"},"12686":{"isSerializedDate":true,"string":"Wed Jun 06 2012 10:58:01 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12687":{"date":{"__isSmartRef__":true,"id":12688},"author":"cschuster","message":"fixed description string for namespaces and clipping mode.","id":"9CB238CB-7069-43DE-81BD-C09B61A2BDB4"},"12688":{"isSerializedDate":true,"string":"Thu Jun 07 2012 00:19:24 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12689":{"date":{"__isSmartRef__":true,"id":12690},"author":"cschuster","message":"hopefully fixed the addScript bug","id":"D040A117-4200-449C-A492-272C4498EDBD"},"12690":{"isSerializedDate":true,"string":"Fri Jun 15 2012 00:12:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12691":{"date":{"__isSmartRef__":true,"id":12692},"author":"cschuster","message":"fixed serialization of filter","id":"776E7AFA-1299-4714-94C4-F514AC2A255C"},"12692":{"isSerializedDate":true,"string":"Fri Jun 15 2012 00:21:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12693":{"rev":172157,"author":"cschuster","date":{"__isSmartRef__":true,"id":12694},"url":{"__isSmartRef__":true,"id":12695},"changes":[{"__isSmartRef__":true,"id":12696}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"12694":{"isSerializedDate":true,"string":"Thu Jun 21 2012 22:23:15 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12695":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"12696":{"type":"S:modified","url":"/PartsBin/Tools/ObjectInspector.json"},"12697":{"rev":172137,"author":"cschuster","date":{"__isSmartRef__":true,"id":12698},"url":{"__isSmartRef__":true,"id":12699},"changes":[{"__isSmartRef__":true,"id":12700}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"12698":{"isSerializedDate":true,"string":"Thu Jun 21 2012 21:51:58 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12699":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"12700":{"type":"S:modified","url":"/PartsBin/Tools/ObjectInspector.json"},"12701":{"rev":172135,"author":"cschuster","date":{"__isSmartRef__":true,"id":12702},"url":{"__isSmartRef__":true,"id":12703},"changes":[{"__isSmartRef__":true,"id":12704}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"12702":{"isSerializedDate":true,"string":"Thu Jun 21 2012 21:47:54 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12703":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"12704":{"type":"S:modified","url":"/PartsBin/Tools/ObjectInspector.json"},"12705":{"rev":171209,"author":"cschuster","date":{"__isSmartRef__":true,"id":12706},"url":{"__isSmartRef__":true,"id":12707},"changes":[{"__isSmartRef__":true,"id":12708}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"12706":{"isSerializedDate":true,"string":"Thu Jun 14 2012 22:07:46 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12707":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"12708":{"type":"S:modified","url":"/PartsBin/Tools/ObjectInspector.json"},"12709":{"rev":171204,"author":"cschuster","date":{"__isSmartRef__":true,"id":12710},"url":{"__isSmartRef__":true,"id":12711},"changes":[{"__isSmartRef__":true,"id":12712}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"12710":{"isSerializedDate":true,"string":"Thu Jun 14 2012 21:58:58 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12711":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"12712":{"type":"S:modified","url":"/PartsBin/Tools/ObjectInspector.json"},"12713":{"rev":171194,"author":"cschuster","date":{"__isSmartRef__":true,"id":12714},"url":{"__isSmartRef__":true,"id":12715},"changes":[{"__isSmartRef__":true,"id":12716}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"12714":{"isSerializedDate":true,"string":"Thu Jun 14 2012 18:22:31 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12715":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"12716":{"type":"S:modified","url":"/PartsBin/Tools/ObjectInspector.json"},"12717":{"rev":171190,"author":"cschuster","date":{"__isSmartRef__":true,"id":12718},"url":{"__isSmartRef__":true,"id":12719},"changes":[{"__isSmartRef__":true,"id":12720}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"12718":{"isSerializedDate":true,"string":"Thu Jun 14 2012 18:00:31 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12719":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"12720":{"type":"S:modified","url":"/PartsBin/Tools/ObjectInspector.json"},"12721":{"rev":169776,"author":"cschuster","date":{"__isSmartRef__":true,"id":12722},"url":{"__isSmartRef__":true,"id":12723},"changes":[{"__isSmartRef__":true,"id":12724}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"12722":{"isSerializedDate":true,"string":"Wed Jun 06 2012 22:06:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12723":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"12724":{"type":"S:modified","url":"/PartsBin/Tools/ObjectInspector.json"},"12725":{"rev":169756,"author":"cschuster","date":{"__isSmartRef__":true,"id":12726},"url":{"__isSmartRef__":true,"id":12727},"changes":[{"__isSmartRef__":true,"id":12728}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"12726":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:17:33 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12727":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"12728":{"type":"S:modified","url":"/PartsBin/Tools/ObjectInspector.json"},"12729":{"rev":169743,"author":"cschuster","date":{"__isSmartRef__":true,"id":12730},"url":{"__isSmartRef__":true,"id":12731},"changes":[{"__isSmartRef__":true,"id":12732}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"12730":{"isSerializedDate":true,"string":"Wed Jun 06 2012 16:43:28 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12731":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"12732":{"type":"S:modified","url":"/PartsBin/Tools/ObjectInspector.json"},"12733":{"rev":169474,"author":"jenslincke","date":{"__isSmartRef__":true,"id":12734},"url":{"__isSmartRef__":true,"id":12735},"changes":[{"__isSmartRef__":true,"id":12736}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"12734":{"isSerializedDate":true,"string":"Wed Jun 06 2012 08:44:45 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12735":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"12736":{"type":"S:modified","url":"/PartsBin/Tools/ObjectInspector.json"},"12737":{"rev":169468,"author":"cschuster","date":{"__isSmartRef__":true,"id":12738},"url":{"__isSmartRef__":true,"id":12739},"changes":[{"__isSmartRef__":true,"id":12740}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"12738":{"isSerializedDate":true,"string":"Wed Jun 06 2012 01:03:12 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12739":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"12740":{"type":"S:modified","url":"/PartsBin/Tools/ObjectInspector.json"},"12741":{"rev":169463,"author":"cschuster","date":{"__isSmartRef__":true,"id":12742},"url":{"__isSmartRef__":true,"id":12743},"changes":[{"__isSmartRef__":true,"id":12744}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"12742":{"isSerializedDate":true,"string":"Wed Jun 06 2012 00:52:55 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12743":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"12744":{"type":"S:modified","url":"/PartsBin/Tools/ObjectInspector.json"},"12745":{"rev":169458,"author":"cschuster","date":{"__isSmartRef__":true,"id":12746},"url":{"__isSmartRef__":true,"id":12747},"changes":[{"__isSmartRef__":true,"id":12748}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"12746":{"isSerializedDate":true,"string":"Wed Jun 06 2012 00:33:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12747":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"12748":{"type":"S:modified","url":"/PartsBin/Tools/ObjectInspector.json"},"12749":{"rev":169455,"author":"cschuster","date":{"__isSmartRef__":true,"id":12750},"url":{"__isSmartRef__":true,"id":12751},"changes":[{"__isSmartRef__":true,"id":12752}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"12750":{"isSerializedDate":true,"string":"Tue Jun 05 2012 23:44:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12751":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"12752":{"type":"S:modified","url":"/PartsBin/Tools/ObjectInspector.json"},"12753":{"rev":169442,"author":"cschuster","date":{"__isSmartRef__":true,"id":12754},"url":{"__isSmartRef__":true,"id":12755},"changes":[{"__isSmartRef__":true,"id":12756}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"12754":{"isSerializedDate":true,"string":"Tue Jun 05 2012 23:12:33 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12755":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"12756":{"type":"S:modified","url":"/PartsBin/Tools/ObjectInspector.json"},"12757":{"rev":169435,"author":"cschuster","date":{"__isSmartRef__":true,"id":12758},"url":{"__isSmartRef__":true,"id":12759},"changes":[{"__isSmartRef__":true,"id":12760}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"12758":{"isSerializedDate":true,"string":"Tue Jun 05 2012 23:01:37 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12759":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"12760":{"type":"S:modified","url":"/PartsBin/Tools/ObjectInspector.json"},"12761":{"rev":169431,"author":"cschuster","date":{"__isSmartRef__":true,"id":12762},"url":{"__isSmartRef__":true,"id":12763},"changes":[{"__isSmartRef__":true,"id":12764}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"12762":{"isSerializedDate":true,"string":"Tue Jun 05 2012 22:59:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12763":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"12764":{"type":"S:modified","url":"/PartsBin/Tools/ObjectInspector.json"},"12765":{"rev":169416,"author":"cschuster","date":{"__isSmartRef__":true,"id":12766},"url":{"__isSmartRef__":true,"id":12767},"changes":[{"__isSmartRef__":true,"id":12768}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"12766":{"isSerializedDate":true,"string":"Tue Jun 05 2012 21:57:31 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12767":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"12768":{"type":"S:modified","url":"/PartsBin/Tools/ObjectInspector.json"},"12769":{"rev":169410,"author":"cschuster","date":{"__isSmartRef__":true,"id":12770},"url":{"__isSmartRef__":true,"id":12771},"changes":[{"__isSmartRef__":true,"id":12772}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"12770":{"isSerializedDate":true,"string":"Tue Jun 05 2012 21:38:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12771":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"12772":{"type":"S:modified","url":"/PartsBin/Tools/ObjectInspector.json"},"12773":{"rev":169406,"author":"cschuster","date":{"__isSmartRef__":true,"id":12774},"url":{"__isSmartRef__":true,"id":12775},"changes":[{"__isSmartRef__":true,"id":12776}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"12774":{"isSerializedDate":true,"string":"Tue Jun 05 2012 21:32:38 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12775":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"12776":{"type":"S:modified","url":"/PartsBin/Tools/ObjectInspector.json"},"12777":{"rev":169065,"author":"cschuster","date":{"__isSmartRef__":true,"id":12778},"url":{"__isSmartRef__":true,"id":12779},"changes":[{"__isSmartRef__":true,"id":12780}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"12778":{"isSerializedDate":true,"string":"Tue Jun 05 2012 00:20:12 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12779":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"12780":{"type":"S:modified","url":"/PartsBin/Tools/ObjectInspector.json"},"12781":{"rev":169037,"author":"cschuster","date":{"__isSmartRef__":true,"id":12782},"url":{"__isSmartRef__":true,"id":12783},"changes":[{"__isSmartRef__":true,"id":12784}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"12782":{"isSerializedDate":true,"string":"Mon Jun 04 2012 23:05:12 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12783":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"12784":{"type":"S:modified","url":"/PartsBin/Tools/ObjectInspector.json"},"12785":{"rev":169002,"author":"cschuster","date":{"__isSmartRef__":true,"id":12786},"url":{"__isSmartRef__":true,"id":12787},"changes":[{"__isSmartRef__":true,"id":12788}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"12786":{"isSerializedDate":true,"string":"Mon Jun 04 2012 22:31:08 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12787":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"12788":{"type":"S:modified","url":"/PartsBin/Tools/ObjectInspector.json"},"12789":{"rev":168943,"author":"cschuster","date":{"__isSmartRef__":true,"id":12790},"url":{"__isSmartRef__":true,"id":12791},"changes":[{"__isSmartRef__":true,"id":12792}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"12790":{"isSerializedDate":true,"string":"Mon Jun 04 2012 20:21:48 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12791":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"12792":{"type":"S:modified","url":"/PartsBin/Tools/ObjectInspector.json"},"12793":{"rev":168900,"author":"cschuster","date":{"__isSmartRef__":true,"id":12794},"url":{"__isSmartRef__":true,"id":12795},"changes":[{"__isSmartRef__":true,"id":12796}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"12794":{"isSerializedDate":true,"string":"Mon Jun 04 2012 18:31:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12795":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"12796":{"type":"S:modified","url":"/PartsBin/Tools/ObjectInspector.json"},"12797":{"rev":168531,"author":"cschuster","date":{"__isSmartRef__":true,"id":12798},"url":{"__isSmartRef__":true,"id":12799},"changes":[{"__isSmartRef__":true,"id":12800}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"12798":{"isSerializedDate":true,"string":"Sat Jun 02 2012 00:59:11 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12799":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"12800":{"type":"S:modified","url":"/PartsBin/Tools/ObjectInspector.json"},"12801":{"rev":168528,"author":"cschuster","date":{"__isSmartRef__":true,"id":12802},"url":{"__isSmartRef__":true,"id":12803},"changes":[{"__isSmartRef__":true,"id":12804}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"12802":{"isSerializedDate":true,"string":"Sat Jun 02 2012 00:57:54 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12803":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"12804":{"type":"S:modified","url":"/PartsBin/Tools/ObjectInspector.json"},"12805":{"rev":168527,"author":"cschuster","date":{"__isSmartRef__":true,"id":12806},"url":{"__isSmartRef__":true,"id":12807},"changes":[{"__isSmartRef__":true,"id":12808}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"12806":{"isSerializedDate":true,"string":"Sat Jun 02 2012 00:53:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12807":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"12808":{"type":"S:modified","url":"/PartsBin/Tools/ObjectInspector.json"},"12809":{"rev":168505,"author":"cschuster","date":{"__isSmartRef__":true,"id":12810},"url":{"__isSmartRef__":true,"id":12811},"changes":[{"__isSmartRef__":true,"id":12812}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"12810":{"isSerializedDate":true,"string":"Fri Jun 01 2012 23:50:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12811":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"12812":{"type":"S:modified","url":"/PartsBin/Tools/ObjectInspector.json"},"12813":{"rev":168432,"author":"cschuster","date":{"__isSmartRef__":true,"id":12814},"url":{"__isSmartRef__":true,"id":12815},"changes":[{"__isSmartRef__":true,"id":12816}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"12814":{"isSerializedDate":true,"string":"Fri Jun 01 2012 19:20:39 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12815":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"12816":{"type":"S:modified","url":"/PartsBin/Tools/ObjectInspector.json"},"12817":{"rev":168425,"author":"cschuster","date":{"__isSmartRef__":true,"id":12818},"url":{"__isSmartRef__":true,"id":12819},"changes":[{"__isSmartRef__":true,"id":12820}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"12818":{"isSerializedDate":true,"string":"Fri Jun 01 2012 19:05:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12819":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"12820":{"type":"S:modified","url":"/PartsBin/Tools/ObjectInspector.json"},"12821":{"rev":167824,"author":"cschuster","date":{"__isSmartRef__":true,"id":12822},"url":{"__isSmartRef__":true,"id":12823},"changes":[{"__isSmartRef__":true,"id":12824}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"12822":{"isSerializedDate":true,"string":"Wed May 30 2012 18:25:01 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12823":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"12824":{"type":"S:modified","url":"/PartsBin/Tools/ObjectInspector.json"},"12825":{"rev":167477,"author":"cschuster","date":{"__isSmartRef__":true,"id":12826},"url":{"__isSmartRef__":true,"id":12827},"changes":[{"__isSmartRef__":true,"id":12828}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"12826":{"isSerializedDate":true,"string":"Tue May 29 2012 23:25:22 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12827":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"12828":{"type":"S:modified","url":"/PartsBin/Tools/ObjectInspector.json"},"12829":{"rev":167453,"author":"cschuster","date":{"__isSmartRef__":true,"id":12830},"url":{"__isSmartRef__":true,"id":12831},"changes":[{"__isSmartRef__":true,"id":12832}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"12830":{"isSerializedDate":true,"string":"Tue May 29 2012 22:24:11 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12831":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"12832":{"type":"S:modified","url":"/PartsBin/Tools/ObjectInspector.json"},"12833":{"rev":167434,"author":"cschuster","date":{"__isSmartRef__":true,"id":12834},"url":{"__isSmartRef__":true,"id":12835},"changes":[{"__isSmartRef__":true,"id":12836}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"12834":{"isSerializedDate":true,"string":"Tue May 29 2012 21:40:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"12835":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"12836":{"type":"S:added","url":null},"12837":{"partsSpaceName":"PartsBin/Tools","name":"ObjectEditor","json":"{\"id\":0,\"registry\":{\"0\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1},{\"__isSmartRef__\":true,\"id\":1861},{\"__isSmartRef__\":true,\"id\":1901}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2052},\"id\":\"89687ECD-A53A-4C95-B6E8-235EBB9198E9\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2057},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2058},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":2059},\"LK2\":true,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2060},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":1},\"titleBar\":{\"__isSmartRef__\":true,\"id\":1901},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":2061},\"collapsedTransform\":{\"__isSmartRef__\":true,\"id\":2062},\"collapsedExtent\":{\"__isSmartRef__\":true,\"id\":2063},\"expandedTransform\":{\"__isSmartRef__\":true,\"id\":2064},\"expandedExtent\":{\"__isSmartRef__\":true,\"id\":2065},\"ignoreEventsOnExpand\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":2066},\"name\":\"ObjectEditor\",\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":2189},\"highlighted\":false,\"cameForward\":false,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"expandedPosition\":{\"__isSmartRef__\":true,\"id\":2190},\"collapsedPosition\":{\"__isSmartRef__\":true,\"id\":2191},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isBeingDragged\":false,\"prevScroll\":[0,0],\"minSize\":{\"__isSmartRef__\":true,\"id\":2192},\"minExtent\":{\"__isSmartRef__\":true,\"id\":2193},\"isCopyMorphRef\":true,\"morphRefId\":16,\"derivationIds\":[205,\"2951753B-EB95-4093-A0DD-249E83AC2204\",\"A32DE788-E06D-492C-B2E6-19C3710B5AE0\",\"96D56291-98FB-42C4-A247-0A20B4183B14\",\"1E6BCC46-3FE3-4950-AE50-9751458F7E18\",\"22248328-5B04-4E39-ADDE-460C107C790F\",\"2F4F6161-9F4C-469E-AF56-24765FF03B72\",\"88EF08D5-C1E7-4B5B-B393-FFF5921009D7\",\"FF731ED6-5217-4053-9B85-77F1BF344BF3\",\"496332F8-A328-4625-A7D5-0DCE90C3D2AE\",\"E57F1D4E-AE08-4CAA-A62D-4E69FC0BFF47\",\"94783CDE-55B0-4198-8477-C0756F2C812F\",\"F03206B8-2964-470C-A335-FF321C7743E5\",\"C60ABA94-4D2A-4524-9239-9B7EA074A0B5\",\"D3FBB0FA-2BFF-4D8C-9632-41EEEDB053AE\",\"FDF9A68D-1149-4666-9946-600CCA238B76\",\"118B9F76-0089-47CC-9C18-9F9FF646339B\",\"B0FFB231-7805-4F89-B4B3-4ACD87687613\",\"76631A8F-F752-4DB8-93ED-1496BC458DF0\",\"04D3062E-744B-4E3D-8B25-5602772A307B\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":2194},\"moved\":true,\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1.0100552207170073,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":2195},\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"1\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2},{\"__isSmartRef__\":true,\"id\":856},{\"__isSmartRef__\":true,\"id\":638},{\"__isSmartRef__\":true,\"id\":871},{\"__isSmartRef__\":true,\"id\":887},{\"__isSmartRef__\":true,\"id\":938},{\"__isSmartRef__\":true,\"id\":988},{\"__isSmartRef__\":true,\"id\":1044},{\"__isSmartRef__\":true,\"id\":497},{\"__isSmartRef__\":true,\"id\":514},{\"__isSmartRef__\":true,\"id\":1099},{\"__isSmartRef__\":true,\"id\":1218},{\"__isSmartRef__\":true,\"id\":1233},{\"__isSmartRef__\":true,\"id\":1248},{\"__isSmartRef__\":true,\"id\":1332},{\"__isSmartRef__\":true,\"id\":1416},{\"__isSmartRef__\":true,\"id\":1500},{\"__isSmartRef__\":true,\"id\":1548}],\"scripts\":[],\"id\":\"1D3B45A6-5E60-4FD3-900A-288DB80F5262\",\"shape\":{\"__isSmartRef__\":true,\"id\":1739},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"showsHalos\":false,\"name\":\"ObjectEditorPane\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1746},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1749},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1750},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1751},\"layout\":{\"__isSmartRef__\":true,\"id\":1752},\"target\":null,\"scriptPane\":{\"__isSmartRef__\":true,\"id\":497},\"scriptList\":{\"__isSmartRef__\":true,\"id\":2},\"connectionList\":{\"__isSmartRef__\":true,\"id\":638},\"morphSelector\":{\"__isSmartRef__\":true,\"id\":1099},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"changeIndicator\":{\"__isSmartRef__\":true,\"id\":514},\"isBeingDragged\":false,\"prevScroll\":[0,0],\"grabbingEnabled\":false,\"draggingEnabled\":false,\"currentCategory\":null,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1753},\"tagChooser\":{\"__isSmartRef__\":true,\"id\":1248},\"currentTag\":null,\"derivationIds\":[206,\"3BDE080D-3D60-4BB9-A690-E6001350F596\",\"00E28CBF-E803-4BC0-93CC-651AC21008A5\",\"1B7E7936-0145-47E4-8433-DFE58134E74B\",\"422B98E3-E52B-4057-9C28-865873682DE1\",\"BCDE8D30-ECC2-4883-9587-2518B6822233\",\"BA6D5198-5AC2-4A63-9597-D4CF98A99CA9\",\"17E22972-5EBC-4511-9779-05E9E665D899\",\"C6F34039-F423-4223-8D6A-85611A138372\",\"7EC3BECE-1BDA-471D-B14C-C4FB822AA55C\",\"88F702A6-6067-4160-8561-54FAD27ADB17\",\"738F5E09-C109-4CD0-B5F5-418A6227ABA0\",\"0DC59884-6397-4391-A9A7-FB6F9F97E5AD\",\"14C76016-3134-4E27-8E8F-AF9EE6ACCF4E\",\"FEB1641E-DEA0-449B-B5E5-D3946457A986\",\"5A09E61D-0939-46DD-B099-6337F45EAD81\",\"42A37CDC-8F21-49BA-A701-B98418EF4AEC\",\"FCE84B47-1667-482B-B035-D2C3C7F53837\",\"F49E6D79-2AEB-41FC-8057-A25A4C7D4F92\",\"7B115C74-E409-42A1-9FCB-2DEB53C88CD6\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":1754},\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"partTests\":{\"__isSmartRef__\":true,\"id\":1755},\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1756},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"2\":{\"submorphs\":[],\"scripts\":[],\"id\":\"52766A7B-F1AC-4B5D-AFA9-3CBEC45A4175\",\"shape\":{\"__isSmartRef__\":true,\"id\":3},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":10},\"itemList\":[],\"selectedLineNo\":0,\"showsHalos\":false,\"name\":\"ObjectEditorScriptList\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":11},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"_ClipMode\":\"auto\",\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":12},\"prevScroll\":[0,51],\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":13}],\"doNotSerialize\":[\"$$selection\"],\"doNotCopyProperties\":[\"$$selection\"],\"layout\":{\"__isSmartRef__\":true,\"id\":18},\"doitContext\":{\"__isSmartRef__\":true,\"id\":19},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":845},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":846},\"_FontSize\":10,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":847},\"isBeingDragged\":false,\"grabbingEnabled\":false,\"draggingEnabled\":false,\"isCopyMorphRef\":true,\"morphRefId\":17,\"currentCategory\":null,\"derivationIds\":[207,\"D87334B5-DFB8-438D-8038-D2C55A798E3B\",\"4242A24B-D284-4130-BB19-C1AB8C7E96CB\",\"1F2230C1-4745-4EED-8827-5D3FC0EA8D8A\",\"1260A8AA-AD41-451A-A761-BE75A33282E8\",\"11AABB24-1595-4EDC-95DF-8BC66785F47A\",\"CA99FFE7-13DD-4721-8DE2-6A587B0C65D9\",\"E01A3DAA-0001-4C7C-A6A7-449C3945A3E6\",\"8C3C70BF-E1CE-4FB9-8407-24EA990D4E49\",\"D70897C1-82FA-42AD-9D81-A0698E9072CC\",\"69BB0838-2830-4831-A681-185E03308396\",\"434D4493-4DD6-466F-A202-7364A5829C52\",\"93D99F39-CC07-45EB-9459-5230A80A20D2\",\"4756DE7D-3422-46FC-B24B-5565F597D490\",\"7AF59BEC-20A9-4451-AD6E-39E86979D18D\",\"07109F49-B19B-4C20-8632-697478AA1FFB\",\"DD6C1E85-89E4-4619-A9B8-6CF6A5E7AD71\",\"C9C566DA-2167-4866-B606-6D9467CC5763\",\"43A75FC1-E0E6-4B7B-84B5-382D18881361\",\"1EE4A800-07BC-4687-B972-0360A139A335\"],\"selection\":null,\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":848},\"__LivelyClassName__\":\"lively.morphic.List\"},\"3\":{\"position\":{\"__isSmartRef__\":true,\"id\":4},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6},\"_Fill\":{\"__isSmartRef__\":true,\"id\":7},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":8},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":9},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5\":{\"x\":180,\"y\":337.61253261443596,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"8\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\"},\"9\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"10\":{\"x\":10,\"y\":63.027958027992966,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"11\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"migrationLevel\":2,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"12\":{\"x\":180,\"y\":338.61253261443596,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"13\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2},\"sourceAttrName\":\"selection\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"displaySourceForScript\",\"converterString\":\"function (value) {\\n return (value === '-- ALL --') ? null : value;\\n}\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":14},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":15},\"__LivelyClassName__\":\"AttributeConnection\"},\"14\":{\"source\":{\"__isSmartRef__\":true,\"id\":2},\"target\":{\"__isSmartRef__\":true,\"id\":1}},\"15\":{\"converter\":{\"__isSmartRef__\":true,\"id\":16}},\"16\":{\"originalFunc\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":14},\"source\":\"function (value) {\\n return (value === '-- ALL --') ? null : value;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":17},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"17\":{},\"18\":{\"resizeHeight\":true},\"19\":{\"submorphs\":[],\"scripts\":[],\"id\":836,\"shape\":{\"__isSmartRef__\":true,\"id\":20},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":25},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":26},\"titleBar\":{\"__isSmartRef__\":true,\"id\":27},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":168},\"collapsedTransform\":null,\"collapsedExtent\":null,\"expandedTransform\":{\"__isSmartRef__\":true,\"id\":169},\"expandedExtent\":{\"__isSmartRef__\":true,\"id\":170},\"highlighted\":true,\"_Rotation\":0,\"_Scale\":1,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":171},\"showsHalos\":false,\"name\":\"ObjectEditor\",\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"target\":{\"__isSmartRef__\":true,\"id\":172},\"expandedPosition\":{\"__isSmartRef__\":true,\"id\":495},\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":496},\"scriptList\":{\"__isSmartRef__\":true,\"id\":2},\"scriptPane\":{\"__isSmartRef__\":true,\"id\":497},\"classButton\":{\"__isSmartRef__\":true,\"id\":593},\"connectionList\":{\"__isSmartRef__\":true,\"id\":638},\"targetButton\":{\"__isSmartRef__\":true,\"id\":663},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":706},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Position\":{\"__isSmartRef__\":true,\"id\":707},\"morphSelector\":{\"__isSmartRef__\":true,\"id\":708},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":792},\"cameForward\":false,\"isCopyMorphRef\":true,\"morphRefId\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":793},\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"20\":{\"_BorderWidth\":1,\"_Fill\":{\"__isSmartRef__\":true,\"id\":21},\"_StrokeOpacity\":0,\"_BorderRadius\":9.25,\"_Extent\":{\"__isSmartRef__\":true,\"id\":22},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":23},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":24},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"21\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"22\":{\"x\":981,\"y\":585.2,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"23\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"24\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"25\":{\"adjustForNewBounds\":true},\"26\":{\"x\":981,\"y\":585.2,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"27\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":28},{\"__isSmartRef__\":true,\"id\":41},{\"__isSmartRef__\":true,\"id\":85},{\"__isSmartRef__\":true,\"id\":117}],\"scripts\":[],\"id\":837,\"shape\":{\"__isSmartRef__\":true,\"id\":150},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":163},\"_Position\":{\"__isSmartRef__\":true,\"id\":164},\"eventsAreIgnored\":true,\"windowMorph\":{\"__isSmartRef__\":true,\"id\":19},\"label\":{\"__isSmartRef__\":true,\"id\":28},\"closeButton\":{\"__isSmartRef__\":true,\"id\":41},\"menuButton\":{\"__isSmartRef__\":true,\"id\":85},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":117},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":165},\"owner\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"name\":\"ObjectEditorTitleBar\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":166},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":167},\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"28\":{\"submorphs\":[],\"scripts\":[],\"id\":838,\"shape\":{\"__isSmartRef__\":true,\"id\":29},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":34},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":35},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":36},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":37}],\"evalEnabled\":false,\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":10,\"_Align\":\"center\",\"owner\":{\"__isSmartRef__\":true,\"id\":27},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":39},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":40},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"29\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":30},\"_Extent\":{\"__isSmartRef__\":true,\"id\":31},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":32},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":33},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"30\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"31\":{\"x\":921.9776803724167,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"32\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"33\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"34\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"35\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"36\":{\"x\":921.9776803724167,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"37\":{\"style\":{\"__isSmartRef__\":true,\"id\":38},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":28},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"38\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"39\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"40\":{\"morph\":{\"__isSmartRef__\":true,\"id\":28},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"41\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":42}],\"scripts\":[],\"id\":839,\"shape\":{\"__isSmartRef__\":true,\"id\":54},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":69},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":70},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":58},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":71},\"label\":{\"__isSmartRef__\":true,\"id\":42},\"owner\":{\"__isSmartRef__\":true,\"id\":27},\"layout\":{\"__isSmartRef__\":true,\"id\":80},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":81},{\"__isSmartRef__\":true,\"id\":82}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":83},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":84},\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"42\":{\"submorphs\":[],\"scripts\":[],\"id\":840,\"shape\":{\"__isSmartRef__\":true,\"id\":43},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":47},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":48},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":49},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":50}],\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":41},\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":8,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":52},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":53},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"43\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":44},\"_Extent\":{\"__isSmartRef__\":true,\"id\":45},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":32},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":46},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"44\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"45\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"46\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"47\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"48\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"49\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"50\":{\"style\":{\"__isSmartRef__\":true,\"id\":51},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":42},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"51\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"52\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"53\":{\"morph\":{\"__isSmartRef__\":true,\"id\":42},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"54\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":55},\"_Extent\":{\"__isSmartRef__\":true,\"id\":56},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":57},\"_Fill\":{\"__isSmartRef__\":true,\"id\":58},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":68},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"55\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"56\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"57\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"58\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":59},{\"__isSmartRef__\":true,\"id\":61},{\"__isSmartRef__\":true,\"id\":63},{\"__isSmartRef__\":true,\"id\":65}],\"vector\":{\"__isSmartRef__\":true,\"id\":67},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"59\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":60}},\"60\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"61\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":62}},\"62\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"63\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":64}},\"64\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"65\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":66}},\"66\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"67\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"68\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"69\":{\"x\":960.9776803724167,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"70\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"71\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":72},{\"__isSmartRef__\":true,\"id\":74},{\"__isSmartRef__\":true,\"id\":76},{\"__isSmartRef__\":true,\"id\":78}],\"vector\":{\"__isSmartRef__\":true,\"id\":67},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"72\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":73}},\"73\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"74\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":75}},\"75\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"76\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":77}},\"77\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"78\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":79}},\"79\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"80\":{\"moveHorizontal\":true},\"81\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":41},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"82\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":41},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"83\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"84\":{\"morph\":{\"__isSmartRef__\":true,\"id\":41},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"85\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":86}],\"scripts\":[],\"id\":841,\"shape\":{\"__isSmartRef__\":true,\"id\":98},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":102},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":103},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":58},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":104},\"label\":{\"__isSmartRef__\":true,\"id\":86},\"owner\":{\"__isSmartRef__\":true,\"id\":27},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":113},{\"__isSmartRef__\":true,\"id\":114}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"showsHalos\":false,\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":115},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":116},\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"86\":{\"submorphs\":[],\"scripts\":[],\"id\":842,\"shape\":{\"__isSmartRef__\":true,\"id\":87},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":91},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":92},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":93},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":94}],\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":85},\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":8,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":96},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":97},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"87\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":88},\"_Extent\":{\"__isSmartRef__\":true,\"id\":89},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":32},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":90},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"88\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"89\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"90\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"91\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"92\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"93\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"94\":{\"style\":{\"__isSmartRef__\":true,\"id\":95},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":86},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"95\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"96\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"97\":{\"morph\":{\"__isSmartRef__\":true,\"id\":86},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"98\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":99},\"_Extent\":{\"__isSmartRef__\":true,\"id\":100},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":57},\"_Fill\":{\"__isSmartRef__\":true,\"id\":58},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":101},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"99\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"100\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"101\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"102\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"103\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"104\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":105},{\"__isSmartRef__\":true,\"id\":107},{\"__isSmartRef__\":true,\"id\":109},{\"__isSmartRef__\":true,\"id\":111}],\"vector\":{\"__isSmartRef__\":true,\"id\":67},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"105\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":106}},\"106\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"107\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":108}},\"108\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"109\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":110}},\"110\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"111\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":112}},\"112\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"113\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":85},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"114\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":85},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"115\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"116\":{\"morph\":{\"__isSmartRef__\":true,\"id\":85},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"117\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":118}],\"scripts\":[],\"id\":843,\"shape\":{\"__isSmartRef__\":true,\"id\":130},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":134},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":135},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":58},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":136},\"label\":{\"__isSmartRef__\":true,\"id\":118},\"owner\":{\"__isSmartRef__\":true,\"id\":27},\"layout\":{\"__isSmartRef__\":true,\"id\":145},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":146},{\"__isSmartRef__\":true,\"id\":147}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":148},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":149},\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"118\":{\"submorphs\":[],\"scripts\":[],\"id\":844,\"shape\":{\"__isSmartRef__\":true,\"id\":119},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":123},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":124},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":125},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":126}],\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":117},\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":8,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":128},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":129},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"119\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":120},\"_Extent\":{\"__isSmartRef__\":true,\"id\":121},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":32},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":122},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"120\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"121\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"122\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"123\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"124\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"125\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"126\":{\"style\":{\"__isSmartRef__\":true,\"id\":127},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":118},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"127\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"128\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"129\":{\"morph\":{\"__isSmartRef__\":true,\"id\":118},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"130\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":131},\"_Extent\":{\"__isSmartRef__\":true,\"id\":132},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":57},\"_Fill\":{\"__isSmartRef__\":true,\"id\":58},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":133},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"131\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"132\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"133\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"134\":{\"x\":941.9776803724167,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"135\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"136\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":137},{\"__isSmartRef__\":true,\"id\":139},{\"__isSmartRef__\":true,\"id\":141},{\"__isSmartRef__\":true,\"id\":143}],\"vector\":{\"__isSmartRef__\":true,\"id\":67},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"137\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":138}},\"138\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"139\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":140}},\"140\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"141\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":142}},\"142\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"143\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":144}},\"144\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"145\":{\"moveHorizontal\":true},\"146\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":117},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"147\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":117},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"148\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"149\":{\"morph\":{\"__isSmartRef__\":true,\"id\":117},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"150\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":151},\"_Extent\":{\"__isSmartRef__\":true,\"id\":152},\"_BorderWidth\":2,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":153},\"_Fill\":{\"__isSmartRef__\":true,\"id\":154},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":162},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"151\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"152\":{\"x\":980.9776803724167,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"153\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"154\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":155},{\"__isSmartRef__\":true,\"id\":157},{\"__isSmartRef__\":true,\"id\":159}],\"vector\":{\"__isSmartRef__\":true,\"id\":161},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"155\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":156}},\"156\":{\"r\":0.7200000000000001,\"g\":0.7200000000000001,\"b\":0.7200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"157\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":158}},\"158\":{\"r\":0.9,\"g\":0.9,\"b\":0.9,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"159\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":160}},\"160\":{\"r\":0.7200000000000001,\"g\":0.7200000000000001,\"b\":0.7200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"161\":{\"x\":0,\"y\":1,\"width\":0,\"height\":-1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"162\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"163\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"164\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"165\":{\"x\":980.9776803724167,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"166\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"167\":{\"morph\":{\"__isSmartRef__\":true,\"id\":27},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"168\":{\"x\":0,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"169\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":377.6609726943286,\"f\":419.5142810783999,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"lively.morphic.Similitude\"},\"170\":{\"x\":861.5223196275833,\"y\":575.166499196892,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"171\":{\"x\":613,\"y\":129,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"172\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":173},\"id\":394,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":179},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":180}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":182},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":183},\"_ClipMode\":\"auto\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":184},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":185},\"_MaxTextWidth\":500,\"_MaxTextHeight\":200,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":186},\"layout\":{\"__isSmartRef__\":true,\"id\":333},\"doitContext\":{\"__isSmartRef__\":true,\"id\":334},\"priorSelectionRange\":[0,36],\"charsReplaced\":\"\",\"lastFindLoc\":20,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"173\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":174},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":175},\"_Extent\":{\"__isSmartRef__\":true,\"id\":176},\"_BorderWidth\":2,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":{\"__isSmartRef__\":true,\"id\":178},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"174\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"175\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"176\":{\"x\":500,\"y\":200,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"177\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"178\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"179\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"180\":{\"style\":{\"__isSmartRef__\":true,\"id\":181},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":172},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"181\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"182\":{\"morph\":{\"__isSmartRef__\":true,\"id\":172},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"183\":{\"x\":2,\"y\":1,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"184\":{\"x\":0,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"185\":{\"x\":500,\"y\":200,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"186\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":172},{\"__isSmartRef__\":true,\"id\":187}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":324},\"id\":395,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":327},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":328},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":329},\"LK2\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":330},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":331},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":172},\"titleBar\":{\"__isSmartRef__\":true,\"id\":187},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":184},\"collapsedTransform\":null,\"collapsedExtent\":null,\"expandedTransform\":null,\"expandedExtent\":null,\"ignoreEventsOnExpand\":false,\"highlighted\":true,\"_Rotation\":0,\"_Scale\":1,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":332},\"cameForward\":false,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"187\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":188},{\"__isSmartRef__\":true,\"id\":201},{\"__isSmartRef__\":true,\"id\":247},{\"__isSmartRef__\":true,\"id\":280}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":314},\"id\":396,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":319},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":320},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":321},\"_Position\":{\"__isSmartRef__\":true,\"id\":322},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":186},\"label\":{\"__isSmartRef__\":true,\"id\":188},\"closeButton\":{\"__isSmartRef__\":true,\"id\":201},\"menuButton\":{\"__isSmartRef__\":true,\"id\":247},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":280},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":323},\"owner\":{\"__isSmartRef__\":true,\"id\":186},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"188\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":189},\"id\":397,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":193},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":194}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":196},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":197},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"layout\":{\"__isSmartRef__\":true,\"id\":198},\"_FontSize\":10,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"owner\":{\"__isSmartRef__\":true,\"id\":187},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":199},\"_MaxTextWidth\":441,\"_MaxTextHeight\":17,\"_Position\":{\"__isSmartRef__\":true,\"id\":200},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"189\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":190},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":191},\"_Extent\":{\"__isSmartRef__\":true,\"id\":192},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"190\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"191\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"192\":{\"x\":441,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"193\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"194\":{\"style\":{\"__isSmartRef__\":true,\"id\":195},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":188},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"195\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"196\":{\"morph\":{\"__isSmartRef__\":true,\"id\":188},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"197\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"198\":{\"resizeWidth\":true},\"199\":{\"x\":0,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"200\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"201\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":202}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":214},\"id\":398,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":229},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":230},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":231},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":232},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":233},\"label\":{\"__isSmartRef__\":true,\"id\":202},\"owner\":{\"__isSmartRef__\":true,\"id\":187},\"layout\":{\"__isSmartRef__\":true,\"id\":242},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":243},{\"__isSmartRef__\":true,\"id\":245}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"202\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":203},\"id\":399,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":207},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":208}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":210},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":212},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":213},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":201},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"203\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":204},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":205},\"_Extent\":{\"__isSmartRef__\":true,\"id\":206},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"204\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"205\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"206\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"207\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"208\":{\"style\":{\"__isSmartRef__\":true,\"id\":209},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":202},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"209\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"210\":{\"morph\":{\"__isSmartRef__\":true,\"id\":202},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"211\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"212\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"213\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"214\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":215},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":216},\"_Extent\":{\"__isSmartRef__\":true,\"id\":217},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"215\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"216\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"217\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"218\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"219\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":220},{\"__isSmartRef__\":true,\"id\":222},{\"__isSmartRef__\":true,\"id\":224},{\"__isSmartRef__\":true,\"id\":226}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"220\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":221}},\"221\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"222\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":223}},\"223\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"224\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":225}},\"225\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"226\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":227}},\"227\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"228\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"229\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"230\":{\"morph\":{\"__isSmartRef__\":true,\"id\":201},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"231\":{\"x\":480,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"232\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"233\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":234},{\"__isSmartRef__\":true,\"id\":236},{\"__isSmartRef__\":true,\"id\":238},{\"__isSmartRef__\":true,\"id\":240}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"234\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":235}},\"235\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"236\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":237}},\"237\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"238\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":239}},\"239\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"240\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":241}},\"241\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"242\":{\"moveHorizontal\":true},\"243\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":201},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":244},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"244\":{\"source\":{\"__isSmartRef__\":true,\"id\":201},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"245\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":201},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":246},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"246\":{\"source\":{\"__isSmartRef__\":true,\"id\":201},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"247\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":248}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":259},\"id\":400,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":263},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":264},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":265},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":266},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":267},\"label\":{\"__isSmartRef__\":true,\"id\":248},\"owner\":{\"__isSmartRef__\":true,\"id\":187},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":276},{\"__isSmartRef__\":true,\"id\":278}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"248\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":249},\"id\":401,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":253},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":254}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":256},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":257},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":258},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":247},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"249\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":250},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":251},\"_Extent\":{\"__isSmartRef__\":true,\"id\":252},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"250\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"251\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"252\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"253\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"254\":{\"style\":{\"__isSmartRef__\":true,\"id\":255},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":248},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"255\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"256\":{\"morph\":{\"__isSmartRef__\":true,\"id\":248},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"257\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"258\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"259\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":260},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":261},\"_Extent\":{\"__isSmartRef__\":true,\"id\":262},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"260\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"261\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"262\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"263\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"264\":{\"morph\":{\"__isSmartRef__\":true,\"id\":247},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"265\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"266\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"267\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":268},{\"__isSmartRef__\":true,\"id\":270},{\"__isSmartRef__\":true,\"id\":272},{\"__isSmartRef__\":true,\"id\":274}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"268\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":269}},\"269\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"270\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":271}},\"271\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"272\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":273}},\"273\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"274\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":275}},\"275\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"276\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":247},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":277},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"277\":{\"source\":{\"__isSmartRef__\":true,\"id\":247},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"278\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":247},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":279},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"279\":{\"source\":{\"__isSmartRef__\":true,\"id\":247},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"280\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":281}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":292},\"id\":402,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":296},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":297},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":298},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":299},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":300},\"label\":{\"__isSmartRef__\":true,\"id\":281},\"owner\":{\"__isSmartRef__\":true,\"id\":187},\"layout\":{\"__isSmartRef__\":true,\"id\":309},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":310},{\"__isSmartRef__\":true,\"id\":312}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"281\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":282},\"id\":403,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":286},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":287}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":289},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":290},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":291},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":280},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"282\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":283},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":284},\"_Extent\":{\"__isSmartRef__\":true,\"id\":285},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"283\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"284\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"285\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"286\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"287\":{\"style\":{\"__isSmartRef__\":true,\"id\":288},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":281},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"288\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"289\":{\"morph\":{\"__isSmartRef__\":true,\"id\":281},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"290\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"291\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"292\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":293},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":294},\"_Extent\":{\"__isSmartRef__\":true,\"id\":295},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"293\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"294\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"295\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"296\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"297\":{\"morph\":{\"__isSmartRef__\":true,\"id\":280},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"298\":{\"x\":461,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"299\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"300\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":301},{\"__isSmartRef__\":true,\"id\":303},{\"__isSmartRef__\":true,\"id\":305},{\"__isSmartRef__\":true,\"id\":307}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"301\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":302}},\"302\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"303\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":304}},\"304\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"305\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":306}},\"306\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"307\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":308}},\"308\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"309\":{\"moveHorizontal\":true},\"310\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":280},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":311},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"311\":{\"source\":{\"__isSmartRef__\":true,\"id\":280},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"312\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":280},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":313},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"313\":{\"source\":{\"__isSmartRef__\":true,\"id\":280},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"314\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":315},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":316},\"_Extent\":{\"__isSmartRef__\":true,\"id\":317},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":318},\"_Fill\":{\"__isSmartRef__\":true,\"id\":154},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"315\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"316\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"317\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"318\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"319\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"320\":{\"morph\":{\"__isSmartRef__\":true,\"id\":187},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"321\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"322\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"323\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"324\":{\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":325},\"_BorderWidth\":0,\"_Fill\":null,\"_StrokeOpacity\":0,\"_BorderRadius\":0,\"_Extent\":{\"__isSmartRef__\":true,\"id\":326},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"325\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"326\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"327\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"328\":{\"morph\":{\"__isSmartRef__\":true,\"id\":186},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"329\":{\"adjustForNewBounds\":true},\"330\":{\"x\":1234,\"y\":448,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"331\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"332\":{\"x\":1478,\"y\":453,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"333\":{\"resizeWidth\":true,\"resizeHeight\":true},\"334\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":335},{\"__isSmartRef__\":true,\"id\":349}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":479},\"id\":361,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":483},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":484},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":485},\"LK2\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":486},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":487},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":335},\"titleBar\":{\"__isSmartRef__\":true,\"id\":349},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":345},\"collapsedTransform\":{\"__isSmartRef__\":true,\"id\":488},\"collapsedExtent\":{\"__isSmartRef__\":true,\"id\":489},\"expandedTransform\":{\"__isSmartRef__\":true,\"id\":490},\"expandedExtent\":{\"__isSmartRef__\":true,\"id\":491},\"ignoreEventsOnExpand\":false,\"owner\":null,\"showsHalos\":false,\"highlighted\":true,\"_Rotation\":0,\"_Scale\":1,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":492},\"expandedPosition\":{\"__isSmartRef__\":true,\"id\":493},\"state\":\"shutdown\",\"collapsedPosition\":{\"__isSmartRef__\":true,\"id\":494},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"335\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":336},\"id\":360,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":341},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":342}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":344},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":183},\"_ClipMode\":\"auto\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Monaco,monospace\",\"_Position\":{\"__isSmartRef__\":true,\"id\":345},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":346},\"_MaxTextWidth\":500,\"_MaxTextHeight\":0,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":334},\"layout\":{\"__isSmartRef__\":true,\"id\":347},\"syntaxHighlightingWhileTyping\":true,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":348}],\"doNotSerialize\":[\"$$textString\"],\"doNotCopyProperties\":[\"$$textString\"],\"lastSyntaxHighlightTime\":1307282796737,\"accessibleInInactiveWindow\":true,\"eventsAreIgnored\":false,\"_HandStyle\":\"default\",\"_PointerEvents\":\"auto\",\"_Visible\":true,\"charsReplaced\":\"\",\"lastFindLoc\":15,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textString\":\"undefined\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"336\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":337},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":338},\"_Extent\":{\"__isSmartRef__\":true,\"id\":339},\"_BorderWidth\":2,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":{\"__isSmartRef__\":true,\"id\":340},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"337\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"338\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"339\":{\"x\":500,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"340\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"341\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"342\":{\"style\":{\"__isSmartRef__\":true,\"id\":343},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":335},\"storedString\":\"undefined\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"343\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"344\":{\"morph\":{\"__isSmartRef__\":true,\"id\":335},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"345\":{\"x\":0,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"346\":{\"x\":500,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"347\":{\"resizeWidth\":true,\"resizeHeight\":true},\"348\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":335},\"sourceAttrName\":\"textString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":335},\"targetMethodName\":\"highlightJavaScriptSyntax\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"349\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":350},{\"__isSmartRef__\":true,\"id\":362},{\"__isSmartRef__\":true,\"id\":396},{\"__isSmartRef__\":true,\"id\":429}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":463},\"id\":362,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":474},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":475},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":476},\"_Position\":{\"__isSmartRef__\":true,\"id\":477},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":334},\"label\":{\"__isSmartRef__\":true,\"id\":350},\"closeButton\":{\"__isSmartRef__\":true,\"id\":362},\"menuButton\":{\"__isSmartRef__\":true,\"id\":396},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":429},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":478},\"owner\":{\"__isSmartRef__\":true,\"id\":334},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"350\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":351},\"id\":363,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":355},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":356}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":358},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":197},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"layout\":{\"__isSmartRef__\":true,\"id\":359},\"_FontSize\":10,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"owner\":{\"__isSmartRef__\":true,\"id\":349},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":360},\"_MaxTextWidth\":441,\"_MaxTextHeight\":17,\"_Position\":{\"__isSmartRef__\":true,\"id\":361},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"351\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":352},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":353},\"_Extent\":{\"__isSmartRef__\":true,\"id\":354},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"352\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"353\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"354\":{\"x\":441,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"355\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"356\":{\"style\":{\"__isSmartRef__\":true,\"id\":357},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":350},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"357\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"358\":{\"morph\":{\"__isSmartRef__\":true,\"id\":350},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"359\":{\"resizeWidth\":true},\"360\":{\"x\":0,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"361\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"362\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":363}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":374},\"id\":364,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":378},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":379},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":380},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":381},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":382},\"label\":{\"__isSmartRef__\":true,\"id\":363},\"owner\":{\"__isSmartRef__\":true,\"id\":349},\"layout\":{\"__isSmartRef__\":true,\"id\":391},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":392},{\"__isSmartRef__\":true,\"id\":394}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"363\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":364},\"id\":365,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":368},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":369}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":371},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":372},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":373},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":362},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"364\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":365},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":366},\"_Extent\":{\"__isSmartRef__\":true,\"id\":367},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"365\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"366\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"367\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"368\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"369\":{\"style\":{\"__isSmartRef__\":true,\"id\":370},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":363},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"370\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"371\":{\"morph\":{\"__isSmartRef__\":true,\"id\":363},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"372\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"373\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"374\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":375},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":376},\"_Extent\":{\"__isSmartRef__\":true,\"id\":377},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"375\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"376\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"377\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"378\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"379\":{\"morph\":{\"__isSmartRef__\":true,\"id\":362},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"380\":{\"x\":480,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"381\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"382\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":383},{\"__isSmartRef__\":true,\"id\":385},{\"__isSmartRef__\":true,\"id\":387},{\"__isSmartRef__\":true,\"id\":389}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"383\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":384}},\"384\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"385\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":386}},\"386\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"387\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":388}},\"388\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"389\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":390}},\"390\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"391\":{\"moveHorizontal\":true},\"392\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":362},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":393},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"393\":{\"source\":{\"__isSmartRef__\":true,\"id\":362},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"394\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":362},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":395},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"395\":{\"source\":{\"__isSmartRef__\":true,\"id\":362},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"396\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":397}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":408},\"id\":366,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":412},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":413},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":414},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":415},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":416},\"label\":{\"__isSmartRef__\":true,\"id\":397},\"owner\":{\"__isSmartRef__\":true,\"id\":349},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":425},{\"__isSmartRef__\":true,\"id\":427}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"397\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":398},\"id\":367,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":402},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":403}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":405},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":406},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":407},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":396},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"398\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":399},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":400},\"_Extent\":{\"__isSmartRef__\":true,\"id\":401},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"399\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"400\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"401\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"402\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"403\":{\"style\":{\"__isSmartRef__\":true,\"id\":404},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":397},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"404\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"405\":{\"morph\":{\"__isSmartRef__\":true,\"id\":397},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"406\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"407\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"408\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":409},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":410},\"_Extent\":{\"__isSmartRef__\":true,\"id\":411},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"409\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"410\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"411\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"412\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"413\":{\"morph\":{\"__isSmartRef__\":true,\"id\":396},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"414\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"415\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"416\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":417},{\"__isSmartRef__\":true,\"id\":419},{\"__isSmartRef__\":true,\"id\":421},{\"__isSmartRef__\":true,\"id\":423}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"417\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":418}},\"418\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"419\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":420}},\"420\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"421\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":422}},\"422\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"423\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":424}},\"424\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"425\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":396},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":426},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"426\":{\"source\":{\"__isSmartRef__\":true,\"id\":396},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"427\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":396},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":428},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"428\":{\"source\":{\"__isSmartRef__\":true,\"id\":396},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"429\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":430}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":441},\"id\":368,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":445},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":446},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":447},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":448},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":449},\"label\":{\"__isSmartRef__\":true,\"id\":430},\"owner\":{\"__isSmartRef__\":true,\"id\":349},\"layout\":{\"__isSmartRef__\":true,\"id\":458},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":459},{\"__isSmartRef__\":true,\"id\":461}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"430\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":431},\"id\":369,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":435},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":436}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":438},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":439},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":440},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":429},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"431\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":432},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":433},\"_Extent\":{\"__isSmartRef__\":true,\"id\":434},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"432\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"433\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"434\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"435\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"436\":{\"style\":{\"__isSmartRef__\":true,\"id\":437},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":430},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"437\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"438\":{\"morph\":{\"__isSmartRef__\":true,\"id\":430},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"439\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"440\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"441\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":442},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":443},\"_Extent\":{\"__isSmartRef__\":true,\"id\":444},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"442\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"443\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"444\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"445\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"446\":{\"morph\":{\"__isSmartRef__\":true,\"id\":429},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"447\":{\"x\":461,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"448\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"449\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":450},{\"__isSmartRef__\":true,\"id\":452},{\"__isSmartRef__\":true,\"id\":454},{\"__isSmartRef__\":true,\"id\":456}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"450\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":451}},\"451\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"452\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":453}},\"453\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"454\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":455}},\"455\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"456\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":457}},\"457\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"458\":{\"moveHorizontal\":true},\"459\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":429},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":460},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"460\":{\"source\":{\"__isSmartRef__\":true,\"id\":429},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"461\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":429},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":462},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"462\":{\"source\":{\"__isSmartRef__\":true,\"id\":429},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"463\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":464},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":465},\"_Extent\":{\"__isSmartRef__\":true,\"id\":466},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":318},\"_Fill\":{\"__isSmartRef__\":true,\"id\":467},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"464\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"465\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"466\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"467\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":468},{\"__isSmartRef__\":true,\"id\":470},{\"__isSmartRef__\":true,\"id\":472}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"468\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":469}},\"469\":{\"r\":0.8600000000000001,\"g\":0.8600000000000001,\"b\":0.8600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"470\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":471}},\"471\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"472\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":473}},\"473\":{\"r\":0.8600000000000001,\"g\":0.8600000000000001,\"b\":0.8600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"474\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"475\":{\"morph\":{\"__isSmartRef__\":true,\"id\":349},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"476\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"477\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"478\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"479\":{\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":480},\"_BorderWidth\":0,\"_Fill\":null,\"_StrokeOpacity\":0,\"_BorderRadius\":0,\"_Extent\":{\"__isSmartRef__\":true,\"id\":481},\"_Position\":{\"__isSmartRef__\":true,\"id\":482},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"480\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"481\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"482\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"483\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"484\":{\"morph\":{\"__isSmartRef__\":true,\"id\":334},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"485\":{\"adjustForNewBounds\":true},\"486\":{\"x\":1131,\"y\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"487\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"488\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":1131,\"f\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"lively.morphic.Similitude\"},\"489\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"490\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":1131,\"f\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"lively.morphic.Similitude\"},\"491\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"492\":{\"x\":1507,\"y\":76,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"493\":{\"x\":1131,\"y\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"494\":{\"x\":1131,\"y\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"495\":{\"x\":377.6609726943286,\"y\":419.5142810783999,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"496\":{\"requiredModules\":[],\"migrationLevel\":2,\"partsSpaceName\":\"PartsBin/Tools\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"Edit scripts and connections of a specific morph. Early version.\",\"partName\":\"ObjectEditor\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"497\":{\"submorphs\":[],\"scripts\":[],\"id\":\"27E050B0-3192-426E-B01D-907ECF280A68\",\"shape\":{\"__isSmartRef__\":true,\"id\":498},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":505},\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Monaco,courier\",\"_MaxTextWidth\":689.0285365288845,\"_MaxTextHeight\":null,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":506}],\"layout\":{\"__isSmartRef__\":true,\"id\":508},\"showsHalos\":false,\"prevScroll\":[0,0],\"name\":\"ObjectEditorScriptPane\",\"charsReplaced\":\"\",\"lastFindLoc\":7,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":509},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":510},\"_ClipMode\":\"auto\",\"_FontSize\":9,\"lastSyntaxHighlightTime\":3,\"doitContext\":null,\"savedTextString\":\"this.addScript(function currentTarget() {\\n return this.owner.target;\\n}).tag([]);\",\"_Align\":\"left\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":511},\"lastSearchString\":\"stringsformat\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":512},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":513},{\"__isSmartRef__\":true,\"id\":538}],\"doNotSerialize\":[\"$$textString\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\"],\"doNotCopyProperties\":[\"$$textString\"],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":539},\"_MinTextWidth\":689.0285365288845,\"_MinTextHeight\":null,\"lastSaveSource\":\"\",\"isBeingDragged\":false,\"draggingEnabled\":false,\"objectEditorPane\":{\"__isSmartRef__\":true,\"id\":1},\"isCopyMorphRef\":true,\"morphRefId\":1,\"statusMorph\":{\"__isSmartRef__\":true,\"id\":540},\"derivationIds\":[219,\"DD5046D0-C1D6-412A-83C9-CD7EE63D40E0\",\"4D92BDFD-A599-4154-A197-A4B1292C1619\",\"98551F68-B128-4262-9BC2-6B8AC7C8D7C0\",\"47731662-FF8E-4C0F-A170-FD5C56A06021\",\"3FC7FDE6-156F-4056-BB04-B76D8B6C5472\",\"C1E8D5BB-56F9-47B3-A520-BEEFEF791823\",\"115FC149-EEF9-415A-A5B7-AB0B9D0170A4\",\"0D66FA39-01E7-4F16-840C-4FA0FA14DD10\",\"B0A74693-DE3F-4867-8DC0-61B098A8F0D1\",\"3547765B-E224-48EC-B58F-278C1DC7422E\",\"8561ACCF-315A-46EC-9412-BC5D4C55D437\",\"533D6602-9E1A-414A-9646-0FEF9ECCEBF7\",\"5141CF81-6EA1-419B-97AC-62C22FEFC658\",\"B9E83FD9-9781-4F00-8A07-0C96E0D29D3D\",\"034F48B5-B4B1-4DF5-9FA5-9A9CFB99F43A\",\"70FBC800-1914-4F9C-A8E4-2190F72E2902\",\"64465644-E389-4AA2-BE05-93FB591B45D0\",\"E80928FE-6AC8-4FE0-B0A2-7C7A0C7D5E85\",\"E24E50AD-DCA6-4D01-A523-CC1E4FB09222\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":555},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"syntaxHighlightingWhileTyping\":true,\"#startLetters\":\"enable\",\"_Rotation\":0,\"_Scale\":1,\"_syntaxHighlightTimeout\":null,\"previousSelection\":[33,33],\"textString\":\"\",\"priorSelectionRange\":[0,33],\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":556},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"498\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":499},\"_Extent\":{\"__isSmartRef__\":true,\"id\":500},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":501},\"_Fill\":{\"__isSmartRef__\":true,\"id\":502},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":503},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_ClipMode\":\"auto\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":504},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"499\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"500\":{\"x\":691.0285365288845,\"y\":475.61253261443596,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"501\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"502\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"503\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\"},\"504\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"505\":{\"x\":2,\"y\":1,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"506\":{\"style\":{\"__isSmartRef__\":true,\"id\":507},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":497},\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"507\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"508\":{\"resizeWidth\":true,\"resizeHeight\":true},\"509\":{\"requiredModules\":[],\"partsSpaceName\":\"PartsBin/Widgets/\",\"migrationLevel\":2,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"510\":{\"x\":691.0285365288845,\"y\":475.61253261443596,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"511\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"512\":{\"morph\":{\"__isSmartRef__\":true,\"id\":497},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"513\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":497},\"sourceAttrName\":\"textString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":514},\"targetMethodName\":\"indicateUnsavedChanges\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"514\":{\"submorphs\":[],\"scripts\":[],\"id\":\"BD996DFA-D248-4D9C-AF33-C5BA2511A09E\",\"shape\":{\"__isSmartRef__\":true,\"id\":515},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":521},\"showsHalos\":false,\"name\":\"ChangeIndicator\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":522},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":523},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":524},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":525},\"layout\":{\"__isSmartRef__\":true,\"id\":526},\"isBeingDragged\":false,\"savedColor\":{\"__isSmartRef__\":true,\"id\":518},\"alarmColor\":{\"__isSmartRef__\":true,\"id\":527},\"grabbingEnabled\":false,\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":528},\"isCopyMorphRef\":true,\"morphRefId\":26,\"derivationIds\":[220,\"EE491D24-F056-4AFE-A669-7B7048C6C3D1\",\"3FA4A8C3-0FC0-43A0-8C00-00A96F9022E2\",\"62DAD3C6-A81D-450F-B32F-601EA7E619D8\",\"EEDB0C58-5990-481A-A7FF-ACB1A2DF08DD\",\"16F708CB-1259-4A75-BAEF-1A5216C6CB19\",\"97CA61D3-E09B-43CD-9880-D8B36FA303F3\",\"0AF6BEEC-8A57-44FF-9D8D-40BA6CC6A0CD\",\"AF2BEE76-C34F-457E-8699-9896327A4C07\",\"5EC39FF0-602F-44A2-BE3A-04FCA127E5D1\",\"44CEBF61-9A92-4E36-9576-425D5054B471\",\"E9ACF86B-B775-4125-83BC-7E4500597D40\",\"FE62294A-F891-45E4-AAE7-6F386B5A8CB5\",\"8771140D-0D57-4CAF-A57B-857F858CCC73\",\"BE774795-5889-4DB8-A366-1C774555761B\",\"89DA16ED-5636-4C0D-B52F-A327A5526DD6\",\"94DAC0EC-79E9-48E5-90D5-2BB59495BD0B\",\"048AE915-30CF-4DE4-819B-F7D41CE99585\",\"0417EEDD-6B12-4AF1-B7BC-875E32521980\",\"5DFAFB2A-C915-429E-A58C-030C229C9AB8\"],\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":529},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"515\":{\"position\":{\"__isSmartRef__\":true,\"id\":516},\"_Extent\":{\"__isSmartRef__\":true,\"id\":517},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":518},\"_Fill\":{\"__isSmartRef__\":true,\"id\":518},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":519},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":520},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"516\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"517\":{\"x\":8.637782619743348,\"y\":9.712632235981744,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"518\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"519\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\"},\"520\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"521\":{\"x\":883.0245425248855,\"y\":39.999999999999986,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"522\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!\",\"migrationLevel\":2,\"partName\":\"Rectangle\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"523\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"524\":{\"morph\":{\"__isSmartRef__\":true,\"id\":514},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"525\":{\"x\":8.637782619743348,\"y\":10.787481852220026,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"526\":{\"moveHorizontal\":true,\"adjustForNewBounds\":true},\"527\":{\"r\":0.9411764705882353,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"528\":{\"x\":37.328206296760186,\"y\":-17.53316489131697,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"529\":{\"indicateUnsavedChanges\":{\"__isSmartRef__\":true,\"id\":530},\"setColors\":{\"__isSmartRef__\":true,\"id\":534}},\"530\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":531},\"source\":\"function indicateUnsavedChanges() {\\n if (this.owner.scriptPane.hasChanged()) {\\n this.setColors(this.alarmColor);\\n } else {\\n this.setColors(this.savedColor);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":532},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"531\":{\"this\":{\"__isSmartRef__\":true,\"id\":514}},\"532\":{\"user\":\"lauritz\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":533}},\"533\":{\"isSerializedDate\":true,\"string\":\"Tue Sep 27 2011 20:09:19 GMT+0200 (CEST)\"},\"534\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":535},\"source\":\"function setColors(color) {\\n this.setFill(color);\\n this.setBorderColor(color);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":536},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"535\":{\"this\":{\"__isSmartRef__\":true,\"id\":514}},\"536\":{\"user\":\"lauritz\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":537}},\"537\":{\"isSerializedDate\":true,\"string\":\"Tue Sep 27 2011 19:06:09 GMT+0200 (CEST)\"},\"538\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":497},\"sourceAttrName\":\"textString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":497},\"targetMethodName\":\"highlightJavaScriptSyntax\",\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings\"},\"539\":{\"x\":341.1979959929888,\"y\":-18.288721442524036,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"540\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":541},\"id\":553,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":548},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":549}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":551},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"visible\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":11,\"_Position\":{\"__isSmartRef__\":true,\"id\":552},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":553},\"_MaxTextWidth\":90,\"_MinTextWidth\":90,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"_Align\":\"center\",\"_VerticalAlign\":\"center\",\"_TextColor\":{\"__isSmartRef__\":true,\"id\":554},\"owner\":null,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"541\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":542},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":543},\"_Extent\":{\"__isSmartRef__\":true,\"id\":544},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":545},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":546},\"_Fill\":{\"__isSmartRef__\":true,\"id\":547},\"_StrokeOpacity\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"542\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"543\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\"},\"544\":{\"x\":100,\"y\":25,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"545\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"546\":{\"r\":0.8,\"g\":0.8,\"b\":0.8,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"547\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"548\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"549\":{\"style\":{\"__isSmartRef__\":true,\"id\":550},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":540},\"storedString\":\"saved source\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"550\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"551\":{\"morph\":{\"__isSmartRef__\":true,\"id\":540},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"552\":{\"x\":295.51426826444225,\"y\":225.30626630721798,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"553\":{\"x\":100,\"y\":25,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"554\":{\"r\":0,\"g\":0.8,\"b\":0,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"555\":{\"x\":200,\"y\":40,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"556\":{\"doSave\":{\"__isSmartRef__\":true,\"id\":557},\"boundEval\":{\"__isSmartRef__\":true,\"id\":565},\"reset\":{\"__isSmartRef__\":true,\"id\":573},\"display\":{\"__isSmartRef__\":true,\"id\":577},\"hasChanged\":{\"__isSmartRef__\":true,\"id\":581},\"setTarget\":{\"__isSmartRef__\":true,\"id\":585},\"displayStatus\":{\"__isSmartRef__\":true,\"id\":589}},\"557\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":558},\"source\":\"function doSave() {\\n $super();\\n var saved = this.boundEval(this.getTextString());\\n if (saved) {\\n this.lastSaveSource = this.textString;\\n this.owner.changeIndicator.indicateUnsavedChanges();\\n this.owner.updateLists();\\n this.owner.selectChangedContent(this.getTextString());\\n this.displayStatus(\\\"saved source\\\", Color.green);\\n } else {\\n this.displayStatus(\\\"not saved\\\", Color.red);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":563},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"558\":{\"this\":{\"__isSmartRef__\":true,\"id\":497},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":559}},\"559\":{\"$super\":{\"__isSmartRef__\":true,\"id\":560}},\"560\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":561},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":562},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"561\":{\"obj\":{\"__isSmartRef__\":true,\"id\":497},\"name\":\"doSave\"},\"562\":{},\"563\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":564},\"user\":\"lauritz\"},\"564\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 23:15:19 GMT+0100 (CET)\"},\"565\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":566},\"source\":\"function boundEval(str) {\\n var result;\\n\\n this.objectEditorPane.ensureAnnotationLayer();\\n withLayers([ScriptAnnotationLayer], function() {\\n result = $super(str);\\n })\\n \\n return result\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":571},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"566\":{\"this\":{\"__isSmartRef__\":true,\"id\":497},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":567}},\"567\":{\"$super\":{\"__isSmartRef__\":true,\"id\":568}},\"568\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":569},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":570},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"569\":{\"obj\":{\"__isSmartRef__\":true,\"id\":497},\"name\":\"boundEval\"},\"570\":{},\"571\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":572},\"user\":\"lauritz\",\"categories\":[]},\"572\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 16 2011 05:41:53 GMT+0100 (CET)\"},\"573\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":574},\"source\":\"function reset() {\\n this.doitContext = null;\\n this.lastSaveSource = \\\"\\\";\\n this.textString = \\\"\\\";\\n this.lastSaveSource = this.textString;\\n this.enableSyntaxHighlighting();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":575},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"574\":{\"this\":{\"__isSmartRef__\":true,\"id\":497}},\"575\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":576},\"user\":\"cschuster\",\"tags\":[]},\"576\":{\"isSerializedDate\":true,\"string\":\"Wed May 16 2012 20:52:57 GMT+0200 (CEST)\"},\"577\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":578},\"source\":\"function display(jsCode) {\\n this.lastSaveSource = jsCode;\\n this.setTextString(jsCode);\\n this.highlightJavaScriptSyntax();\\n this.applyStyle({align: 'left'});\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":579},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"578\":{\"this\":{\"__isSmartRef__\":true,\"id\":497}},\"579\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":580},\"user\":\"lauritz\",\"categories\":[]},\"580\":{\"isSerializedDate\":true,\"string\":\"Tue Sep 27 2011 19:47:57 GMT+0200 (CEST)\"},\"581\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":582},\"source\":\"function hasChanged() {\\n var cleanText = function (string) {\\n var source = string.trim();\\n if (source.substring(0,2) === \\\"//\\\") {\\n // removes annotation line\\n source = source.substring(source.indexOf(\\\"\\\\n\\\"), source.length);\\n source = source.trim();\\n }\\n if (source === 'undefined' || source === 'null') source = '';\\n return source;\\n }\\n var cleanedTextString = cleanText(this.textString);\\n var cleanedLastSource = cleanText(this.lastSaveSource);\\n return cleanedTextString !== cleanedLastSource;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":583},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"582\":{\"this\":{\"__isSmartRef__\":true,\"id\":497}},\"583\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":584},\"user\":\"lauritz\",\"categories\":[]},\"584\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 03 2011 18:29:45 GMT+0200 (CEST)\"},\"585\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":586},\"source\":\"function setTarget(target) {\\n module('lively.ide.SyntaxHighlighting').load(true);\\n this.doitContext = target;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":587},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"586\":{\"this\":{\"__isSmartRef__\":true,\"id\":497}},\"587\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":588},\"user\":\"lauritz\",\"categories\":[]},\"588\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:30:39 GMT+0100 (CET)\"},\"589\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":590},\"source\":\"function displayStatus(msg, color, delay) {\\n if (!this.statusMorph) {\\n this.statusMorph = new TextMorph(pt(100,25).extentAsRectangle());\\n this.statusMorph.applyStyle({borderWidth: 1, strokeOpacity: 0, borderColor: Color.gray});\\n this.statusMorph.setFill(this.owner.getFill());\\n this.statusMorph.setFontSize(11);\\n this.statusMorph.setAlign('center');\\n this.statusMorph.setVerticalAlign('center');\\n }\\n this.statusMorph.setTextString(msg);\\n this.statusMorph.centerAt(this.innerBounds().center());\\n this.statusMorph.setTextColor(color || Color.black);\\n this.addMorph(this.statusMorph);\\n (function() { this.statusMorph.remove() }).bind(this).delay(delay || 2); \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":591},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"590\":{\"this\":{\"__isSmartRef__\":true,\"id\":497}},\"591\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":592},\"user\":\"lauritz\",\"categories\":[]},\"592\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 23 2011 18:23:05 GMT+0100 (CET)\"},\"593\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":594}],\"scripts\":[],\"id\":847,\"shape\":{\"__isSmartRef__\":true,\"id\":608},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":623},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":611},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":624},\"label\":{\"__isSmartRef__\":true,\"id\":594},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Rotation\":0,\"padding\":{\"__isSmartRef__\":true,\"id\":633},\"name\":\"ObjectEditorClassButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":634},\"_Scale\":1,\"owner\":null,\"layout\":{\"__isSmartRef__\":true,\"id\":635},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":636},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":637},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"594\":{\"submorphs\":[],\"scripts\":[],\"id\":848,\"shape\":{\"__isSmartRef__\":true,\"id\":595},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":116,\"_MaxTextHeight\":18,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":600},\"textColor\":{\"__isSmartRef__\":true,\"id\":598},\"owner\":{\"__isSmartRef__\":true,\"id\":593},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":601}],\"padding\":{\"__isSmartRef__\":true,\"id\":603},\"_Padding\":{\"__isSmartRef__\":true,\"id\":604},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":605},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":606},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":607},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"595\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":596},\"_Extent\":{\"__isSmartRef__\":true,\"id\":597},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":598},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":599},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"596\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"597\":{\"x\":116,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"598\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"599\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"600\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"601\":{\"style\":{\"__isSmartRef__\":true,\"id\":602},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":594},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"602\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"603\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"604\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"605\":{\"x\":116,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"606\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"607\":{\"morph\":{\"__isSmartRef__\":true,\"id\":594},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"608\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":609},\"_Extent\":{\"__isSmartRef__\":true,\"id\":610},\"_Fill\":{\"__isSmartRef__\":true,\"id\":611},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":621},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":622},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"609\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"610\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"611\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":612},{\"__isSmartRef__\":true,\"id\":614},{\"__isSmartRef__\":true,\"id\":616},{\"__isSmartRef__\":true,\"id\":618}],\"vector\":{\"__isSmartRef__\":true,\"id\":620},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"612\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":613}},\"613\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"614\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":615}},\"615\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"616\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":617}},\"617\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"618\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":619}},\"619\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"620\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"621\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"622\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"623\":{\"x\":820,\"y\":8.999999999999972,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"624\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":625},{\"__isSmartRef__\":true,\"id\":627},{\"__isSmartRef__\":true,\"id\":629},{\"__isSmartRef__\":true,\"id\":631}],\"vector\":{\"__isSmartRef__\":true,\"id\":620},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"625\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":626}},\"626\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"627\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":628}},\"628\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"629\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":630}},\"630\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"631\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":632}},\"632\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"633\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"634\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"635\":{\"moveHorizontal\":true},\"636\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"637\":{\"morph\":{\"__isSmartRef__\":true,\"id\":593},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"638\":{\"submorphs\":[],\"scripts\":[],\"id\":\"D21F598A-4E44-4752-B205-9595DF0E9AE3\",\"shape\":{\"__isSmartRef__\":true,\"id\":639},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":646},\"itemList\":[],\"selectedLineNo\":1,\"showsHalos\":false,\"name\":\"ObjectEditorConnectionList\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":647},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"_ClipMode\":\"auto\",\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":648},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":649}],\"doNotSerialize\":[\"$$selection\"],\"doNotCopyProperties\":[\"$$selection\"],\"prevScroll\":[0,0],\"layout\":{\"__isSmartRef__\":true,\"id\":654},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":655},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":656},\"_FontSize\":10,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":657},\"grabbingEnabled\":false,\"draggingEnabled\":false,\"isCopyMorphRef\":true,\"morphRefId\":19,\"derivationIds\":[209,\"3900F5DF-0FF7-4C94-8BDB-44AAE12B4A3E\",\"35301083-B60D-4A43-8566-23860EEB4C04\",\"9CC401CC-5A35-4643-935B-FD049C284E16\",\"C9879D40-5E79-4C56-AA79-562ED82BF052\",\"9F6F9261-EB76-4B58-B77D-7D70813A1ED7\",\"8B59E237-F372-4F70-9768-7E9C1A7A021D\",\"FC85F1B9-1978-42D2-850C-BD249981E8B4\",\"D2B607C6-A89B-4B3F-91BB-720451EAB98D\",\"CC361093-FF73-479B-9431-C645CB48F518\",\"307D3B7C-C0E1-484F-8D7E-39FBA9D8EDA5\",\"038AF132-861E-4A77-8756-E6B476413639\",\"65B6CA87-98DE-4473-B4DD-F8763BC3B06A\",\"0AA0E45B-6DCC-4AE0-938C-E53794A511DF\",\"806ACC1C-1353-436B-B1FE-568846777C17\",\"C74AE022-1184-4FDF-A53D-A17627FF61EA\",\"686AF565-EEB0-4AB7-A12E-26727DAD9291\",\"1102A5B3-9973-4471-9EDD-FD7AB802DEA6\",\"BEB06225-53D0-4ACC-9154-DC2DEB5728B7\",\"E32FE34B-7520-4612-B927-C8F9EDFC69BB\"],\"selection\":null,\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":658},\"__LivelyClassName__\":\"lively.morphic.List\"},\"639\":{\"position\":{\"__isSmartRef__\":true,\"id\":640},\"_Extent\":{\"__isSmartRef__\":true,\"id\":641},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":642},\"_Fill\":{\"__isSmartRef__\":true,\"id\":643},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":644},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":645},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"640\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"641\":{\"x\":180,\"y\":74,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"642\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"643\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"644\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\"},\"645\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"646\":{\"x\":10,\"y\":441.5965565984398,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"647\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"migrationLevel\":2,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"648\":{\"x\":180,\"y\":75,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"649\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":638},\"sourceAttrName\":\"selection\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"displaySourceForConnection\",\"converterString\":\"function (value) {\\n if (!value) return;\\n return (value === '-- ALL --') ? null : value[1];\\n}\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":650},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":651},\"__LivelyClassName__\":\"AttributeConnection\"},\"650\":{\"source\":{\"__isSmartRef__\":true,\"id\":638},\"target\":{\"__isSmartRef__\":true,\"id\":1}},\"651\":{\"converter\":{\"__isSmartRef__\":true,\"id\":652}},\"652\":{\"originalFunc\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":650},\"source\":\"function (value) {\\n if (!value) return;\\n return (value === '-- ALL --') ? null : value[1];\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":653},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"653\":{},\"654\":{\"resizeHeight\":false,\"moveVertical\":true},\"655\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateListContent\":\"updateListContentHTML\",\"resizeList\":\"resizeListHTML\",\"getItemIndexFromEvent\":\"getItemIndexFromEventHTML\",\"getListExtent\":\"getListExtentHTML\",\"setSize\":\"setSizeHTML\",\"renderAsDropDownList\":\"renderAsDropDownListHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"getSelectedIndexes\":\"getSelectedIndexesHTML\",\"enableMultipleSelections\":\"enableMultipleSelectionsHTML\",\"selectAllAt\":\"selectAllAtHTML\",\"clearSelections\":\"clearSelectionsHTML\",\"deselectAt\":\"deselectAtHTML\"},\"656\":{\"morph\":{\"__isSmartRef__\":true,\"id\":638},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"657\":{\"x\":124.95989979964943,\"y\":-17.076643708895745,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"658\":{\"preselectItem\":{\"__isSmartRef__\":true,\"id\":659}},\"659\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":660},\"source\":\"function preselectItem() {\\n if (this.getList().size() === 2) {\\n this.selectAt(1);\\n } else {\\n this.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":661},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"660\":{\"this\":{\"__isSmartRef__\":true,\"id\":638}},\"661\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":662},\"user\":\"lauritz\"},\"662\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:12:58 GMT+0100 (CET)\"},\"663\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":664}],\"scripts\":[],\"id\":47,\"shape\":{\"__isSmartRef__\":true,\"id\":677},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":692},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":680},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":693},\"label\":{\"__isSmartRef__\":true,\"id\":664},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":702}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Rotation\":0,\"padding\":{\"__isSmartRef__\":true,\"id\":703},\"name\":\"ObjectEditorTargetButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":704},\"_Scale\":1,\"owner\":null,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":705},\"isCopyMorphRef\":true,\"morphRefId\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"664\":{\"submorphs\":[],\"scripts\":[],\"id\":48,\"shape\":{\"__isSmartRef__\":true,\"id\":665},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":116,\"_MaxTextHeight\":20,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":670},\"textColor\":{\"__isSmartRef__\":true,\"id\":668},\"owner\":{\"__isSmartRef__\":true,\"id\":663},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":671}],\"padding\":{\"__isSmartRef__\":true,\"id\":673},\"_Padding\":{\"__isSmartRef__\":true,\"id\":674},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":675},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":676},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"665\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":666},\"_Extent\":{\"__isSmartRef__\":true,\"id\":667},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":668},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":669},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"666\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"667\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"668\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"669\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setOpacity\":\"setOpacityHTML\"},\"670\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"671\":{\"style\":{\"__isSmartRef__\":true,\"id\":672},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":664},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"672\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"673\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"674\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"675\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"676\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"677\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":678},\"_Extent\":{\"__isSmartRef__\":true,\"id\":679},\"_Fill\":{\"__isSmartRef__\":true,\"id\":680},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":690},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":691},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"678\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"679\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"680\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":681},{\"__isSmartRef__\":true,\"id\":683},{\"__isSmartRef__\":true,\"id\":685},{\"__isSmartRef__\":true,\"id\":687}],\"vector\":{\"__isSmartRef__\":true,\"id\":689},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"681\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":682}},\"682\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"683\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":684}},\"684\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"685\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":686}},\"686\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"687\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":688}},\"688\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"689\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"690\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"691\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setOpacity\":\"setOpacityHTML\"},\"692\":{\"x\":215,\"y\":35,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"693\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":694},{\"__isSmartRef__\":true,\"id\":696},{\"__isSmartRef__\":true,\"id\":698},{\"__isSmartRef__\":true,\"id\":700}],\"vector\":{\"__isSmartRef__\":true,\"id\":689},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"694\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":695}},\"695\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"696\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":697}},\"697\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"698\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":699}},\"699\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"700\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":701}},\"701\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"702\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":663},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"chooseTargetMorphMenu\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__LivelyClassName__\":\"AttributeConnection\"},\"703\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"704\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"705\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\"},\"706\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"707\":{\"x\":715.5,\"y\":73.89999999999998,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"708\":{\"submorphs\":[],\"scripts\":[],\"id\":435,\"shape\":{\"__isSmartRef__\":true,\"id\":709},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":true,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":716},\"_MaxTextWidth\":218,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":717},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorMorphSelector\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":718},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":719}],\"charsReplaced\":\"\",\"lastFindLoc\":5,\"priorSelectionRange\":[15,15],\"prevScroll\":[0,0],\"_ClipMode\":\"visible\",\"list\":[],\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":721}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"listMorph\":null,\"_WhiteSpaceHandling\":\"pre-wrap\",\"owner\":null,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":723},\"_Align\":\"left\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":724},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":725},\"_MinTextWidth\":218,\"_MinTextHeight\":null,\"scriptAnnotations\":{\"__isSmartRef__\":true,\"id\":726},\"selection\":{\"__isSmartRef__\":true,\"id\":0},\"previousSelection\":[0,13],\"isCopyMorphRef\":true,\"morphRefId\":1,\"isBeingDragged\":false,\"draggingEnabled\":false,\"layout\":{\"__isSmartRef__\":true,\"id\":745},\"_Rotation\":0,\"_Scale\":1,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":746},\"savedTextString\":\"100\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":747},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"709\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":710},\"_Extent\":{\"__isSmartRef__\":true,\"id\":711},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":712},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":713},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":714},\"_BorderRadius\":3.7000000000000006,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_Fill\":{\"__isSmartRef__\":true,\"id\":715},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"710\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"711\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"712\":{\"r\":0.753,\"g\":0.753,\"b\":0.753,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"713\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"714\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"715\":{\"r\":0.9548430751559654,\"g\":0.9548430751559654,\"b\":0.9548430751559654,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"716\":{\"x\":200,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"717\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"718\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"719\":{\"style\":{\"__isSmartRef__\":true,\"id\":720},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":708},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"720\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"721\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":708},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"setTarget\",\"converter\":null,\"converterString\":\"function (name) { return $world.get(name)}\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":722},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"722\":{\"source\":{\"__isSmartRef__\":true,\"id\":708},\"target\":{\"__isSmartRef__\":true,\"id\":1}},\"723\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"724\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"725\":{\"morph\":{\"__isSmartRef__\":true,\"id\":708},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"726\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":727},\"displayTopLevelMorphs\":{\"__isSmartRef__\":true,\"id\":729},\"onMouseUp\":{\"__isSmartRef__\":true,\"id\":731},\"resetConnections\":{\"__isSmartRef__\":true,\"id\":733},\"setTargetToListSelection\":{\"__isSmartRef__\":true,\"id\":735},\"setTargetOfPane\":{\"__isSmartRef__\":true,\"id\":737},\"onBlur\":{\"__isSmartRef__\":true,\"id\":739},\"reset\":{\"__isSmartRef__\":true,\"id\":741},\"onMouseDown\":{\"__isSmartRef__\":true,\"id\":743}},\"727\":{\"time\":{\"__isSmartRef__\":true,\"id\":728},\"user\":\"lauritz\"},\"728\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 05:27:29 GMT+0200 (CEST)\"},\"729\":{\"time\":{\"__isSmartRef__\":true,\"id\":730},\"user\":\"lauritz\"},\"730\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 14 2011 23:48:37 GMT+0200 (CEST)\"},\"731\":{\"time\":{\"__isSmartRef__\":true,\"id\":732},\"user\":\"lauritz\"},\"732\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 03 2011 18:51:14 GMT+0200 (CEST)\"},\"733\":{\"time\":{\"__isSmartRef__\":true,\"id\":734},\"user\":\"lauritz\"},\"734\":{\"isSerializedDate\":true,\"string\":\"Wed Sep 28 2011 01:03:17 GMT+0200 (CEST)\"},\"735\":{\"time\":{\"__isSmartRef__\":true,\"id\":736},\"user\":\"lauritz\"},\"736\":{\"isSerializedDate\":true,\"string\":\"Sat Oct 15 2011 00:00:58 GMT+0200 (CEST)\"},\"737\":{\"time\":{\"__isSmartRef__\":true,\"id\":738},\"user\":\"lauritz\"},\"738\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 03 2011 18:34:37 GMT+0200 (CEST)\"},\"739\":{\"time\":{\"__isSmartRef__\":true,\"id\":740},\"user\":\"lauritz\"},\"740\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 07 2011 19:24:18 GMT+0200 (CEST)\"},\"741\":{\"time\":{\"__isSmartRef__\":true,\"id\":742},\"user\":\"lauritz\"},\"742\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 07 2011 19:26:15 GMT+0200 (CEST)\"},\"743\":{\"time\":{\"__isSmartRef__\":true,\"id\":744},\"user\":\"lauritz\"},\"744\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 17 2011 19:49:00 GMT+0200 (CEST)\"},\"745\":{},\"746\":{\"x\":153.8540395186758,\"y\":-23.74126935194758,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"747\":{\"getList\":{\"__isSmartRef__\":true,\"id\":748},\"setList\":{\"__isSmartRef__\":true,\"id\":751},\"reset\":{\"__isSmartRef__\":true,\"id\":754},\"example\":{\"__isSmartRef__\":true,\"id\":757},\"removeList\":{\"__isSmartRef__\":true,\"id\":760},\"onBlur\":{\"__isSmartRef__\":true,\"id\":763},\"createListMorph\":{\"__isSmartRef__\":true,\"id\":770},\"resetConnections\":{\"__isSmartRef__\":true,\"id\":773},\"displayTopLevelMorphs\":{\"__isSmartRef__\":true,\"id\":776},\"setTargetToListSelection\":{\"__isSmartRef__\":true,\"id\":779},\"setTargetOfPane\":{\"__isSmartRef__\":true,\"id\":782},\"onMouseDown\":{\"__isSmartRef__\":true,\"id\":785}},\"748\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":749},\"source\":\"function getList() {\\n return this.world().indentedListItemsOfMorphNames();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":750},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"749\":{\"this\":{\"__isSmartRef__\":true,\"id\":708}},\"750\":{},\"751\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":752},\"source\":\"function setList(list) {\\n return this.list = list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":753},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"752\":{\"this\":{\"__isSmartRef__\":true,\"id\":708}},\"753\":{},\"754\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":755},\"source\":\"function reset() {\\n this.list = [];\\n this.textString = 'empty';\\n this.removeList();\\n this.resetConnections();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":756},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"755\":{\"this\":{\"__isSmartRef__\":true,\"id\":708}},\"756\":{},\"757\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":758},\"source\":\"function example() {\\n/*\\nthis.example()\\nthis.getList()\\n*/\\n this.setList(Array.range(0,100));\\n this.textString = 'empty';\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":759},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"758\":{\"this\":{\"__isSmartRef__\":true,\"id\":708}},\"759\":{},\"760\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":761},\"source\":\"function removeList() {\\n this.listMorph && this.listMorph.remove()\\n this.listMorph = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":762},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"761\":{\"this\":{\"__isSmartRef__\":true,\"id\":708}},\"762\":{},\"763\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":764},\"source\":\"function onBlur() {\\n $super();\\n this.removeList();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":769},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"764\":{\"this\":{\"__isSmartRef__\":true,\"id\":708},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":765}},\"765\":{\"$super\":{\"__isSmartRef__\":true,\"id\":766}},\"766\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":767},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":768},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"767\":{\"obj\":{\"__isSmartRef__\":true,\"id\":708},\"name\":\"onBlur\"},\"768\":{},\"769\":{},\"770\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":771},\"source\":\"function createListMorph() {\\n var list = new lively.morphic.List(new Rectangle(0,0, this.getExtent().x, 520));\\n list.setList(this.getList());\\n list.setFontSize(12);\\n\\n list.disableGrabbing();\\n list.disableDragging();\\n \\n this.addMorph(list);\\n list.setPosition(pt(0,0));\\n\\n connect(list, 'selection', this, 'setTargetToListSelection');\\n \\n return list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":772},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"771\":{\"this\":{\"__isSmartRef__\":true,\"id\":708}},\"772\":{},\"773\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":774},\"source\":\"function resetConnections() {\\n disconnectAll(this);\\n connect(this, 'savedTextString', this.owner, 'setTarget', {converter: \\n\\tfunction (name) { return $world.get(name)}});\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":775},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"774\":{\"this\":{\"__isSmartRef__\":true,\"id\":708}},\"775\":{},\"776\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":777},\"source\":\"function displayTopLevelMorphs() {\\n if (this.listMorph) { this.removeList(); return true }\\n var list = this.createListMorph(); \\n this.addMorph(list);\\n this.listMorph = list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":778},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"777\":{\"this\":{\"__isSmartRef__\":true,\"id\":708}},\"778\":{},\"779\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":780},\"source\":\"function setTargetToListSelection(selection) { \\n this.removeList();\\n if (!selection) return;\\n if (this.owner.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function (confirmed) {\\n if (confirmed) that.setTargetOfPane(selection);\\n }\\n this.owner.confirmUnsavedChanges(callback);\\n } else {\\n this.setTargetOfPane(selection);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":781},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"780\":{\"this\":{\"__isSmartRef__\":true,\"id\":708}},\"781\":{},\"782\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":783},\"source\":\"function setTargetOfPane(selection) {\\n this.owner.setTarget(selection);\\n this.setTextString(selection.getName());\\n this.removeList();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":784},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"783\":{\"this\":{\"__isSmartRef__\":true,\"id\":708}},\"784\":{},\"785\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":786},\"source\":\"function onMouseDown(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n return false;\\n } else {\\n this.displayTopLevelMorphs();\\n return true;\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":791},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"786\":{\"this\":{\"__isSmartRef__\":true,\"id\":708},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":787}},\"787\":{\"$super\":{\"__isSmartRef__\":true,\"id\":788}},\"788\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":789},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":790},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"789\":{\"obj\":{\"__isSmartRef__\":true,\"id\":708},\"name\":\"onMouseDown\"},\"790\":{},\"791\":{},\"792\":{\"morph\":{\"__isSmartRef__\":true,\"id\":19},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"793\":{\"sortedScriptNamesOfObj\":{\"__isSmartRef__\":true,\"id\":794},\"setTarget\":{\"__isSmartRef__\":true,\"id\":797},\"generateSourceForScript\":{\"__isSmartRef__\":true,\"id\":800},\"generateSourceForConnection\":{\"__isSmartRef__\":true,\"id\":803},\"generateTargetCode\":{\"__isSmartRef__\":true,\"id\":806},\"sortedConnectionNamesOfObj\":{\"__isSmartRef__\":true,\"id\":809},\"displayJavaScriptSource\":{\"__isSmartRef__\":true,\"id\":812},\"displaySourceForScript\":{\"__isSmartRef__\":true,\"id\":815},\"displaySourceForConnection\":{\"__isSmartRef__\":true,\"id\":818},\"newScript\":{\"__isSmartRef__\":true,\"id\":821},\"newConnection\":{\"__isSmartRef__\":true,\"id\":824},\"deleteSelectedScript\":{\"__isSmartRef__\":true,\"id\":827},\"disconnectConnection\":{\"__isSmartRef__\":true,\"id\":830},\"updateLists\":{\"__isSmartRef__\":true,\"id\":833},\"displayInitialScript\":{\"__isSmartRef__\":true,\"id\":836},\"reset\":{\"__isSmartRef__\":true,\"id\":839},\"selectChangedContent\":{\"__isSmartRef__\":true,\"id\":842}},\"794\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":795},\"source\":\"function sortedScriptNamesOfObj(obj) {\\n if (!Functions.own(obj) || Functions.own(obj).size() == 0) return [];\\n return Functions.own(obj)\\n\\t.select(function(name) { return obj[name].hasLivelyClosure })\\n\\t.sortBy(function(name) { return name.toLowerCase() });\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":796},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"795\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"796\":{},\"797\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":798},\"source\":\"function setTarget(morph) {\\n this.reset();\\n module('lively.ide.SyntaxHighlighting').load(true);\\n this.target = morph;\\n this.morphSelector.textString = (this.target.getName() || this.target.toString());\\n this.scriptPane.doitContext = this.target;\\n this.updateLists();\\n this.displayInitialScript();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":799},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"798\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"799\":{},\"800\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":801},\"source\":\"function generateSourceForScript(scriptName) {\\n var script = this.target[scriptName].getOriginal();\\n return Strings.format('this.addScript(%s);' ,script)\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":802},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"801\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"802\":{},\"803\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":804},\"source\":\"function generateSourceForConnection(connection) {\\n var c = connection, targetObject = this.target;\\n\\tif (!c.getTargetObj() || !c.getTargetObj().name || \\n\\t\\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\\n\\n\\tvar optConfig = []\\n\\tif (c.converterString)\\n\\t\\toptConfig.push(\\\"converter: \\\\n\\\\t\\\" + c.converterString)\\n\\tif (c.updaterString)\\n\\t\\toptConfig.push(\\\"updater: \\\\n\\\\t\\\" + c.updaterString)\\n\\treturn Strings.format('connect(%s, \\\"%s\\\", %s, \\\"%s\\\", {%s});', \\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getSourceObj()),\\n\\t\\t\\tc.getSourceAttrName(),\\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getTargetObj()),\\n\\t\\t\\tc.getTargetMethodName(),\\n\\t\\t\\toptConfig.join(','));\\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":805},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"804\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"805\":{},\"806\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":807},\"source\":\"function generateTargetCode(baseObject, targetObject) {\\n\\tvar name = targetObject.name;\\n\\tif (baseObject === targetObject) \\n\\t\\treturn \\\"this\\\";\\n\\telse if (baseObject[name] === targetObject) \\n\\t\\treturn \\\"this.\\\" + name;\\n\\telse if (baseObject.testObject === targetObject) \\n\\t\\treturn \\\"this.testObject\\\";\\n\\telse if (baseObject.get(name) === targetObject) \\n\\t\\treturn 'this.get(\\\"' + name + '\\\")';\\n\\telse if (targetObject instanceof Morph) \\n\\t\\treturn '$morph(\\\"' + name + '\\\")';\\n\\telse \\n\\t\\treturn \\\"????\\\";\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":808},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"807\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"808\":{},\"809\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":810},\"source\":\"function sortedConnectionNamesOfObj(obj) {\\n if (\\\"attributeConnections\\\" in obj) {\\n return obj.attributeConnections\\n .sortBy(function(each) {return name.toLowerCase() })\\n .collect(function(each) {return [each.getSourceAttrName(), each]});\\n } else {\\n return [];\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":811},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"810\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"811\":{},\"812\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":813},\"source\":\"function displayJavaScriptSource(jsCode) {\\n this.scriptPane.setTextString(jsCode);\\n this.scriptPane.highlightJavaScriptSyntax();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":814},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"813\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"814\":{},\"815\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":816},\"source\":\"function displaySourceForScript(scriptName) {\\n if (!scriptName) return;\\n var code = \\\"\\\", that = this;\\n if (scriptName === \\\"-- ALL --\\\") {\\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForScript(each)).concat(\\\"\\\\n\\\\n\\\");\\n });\\n } else {\\n code = this.generateSourceForScript(scriptName); \\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":817},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"816\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"817\":{},\"818\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":819},\"source\":\"function displaySourceForConnection(connection) {\\n if (!connection) return;\\n var code = \\\"\\\", that = this;\\n if ((typeof connection === \\\"string\\\") && connection === \\\"-- ALL --\\\") {\\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\\\"\\\\n\\\\n\\\");\\n })\\n } else {\\n code = this.generateSourceForConnection(connection);\\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":820},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"819\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"820\":{},\"821\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":822},\"source\":\"function newScript() {\\n if (this.target) {\\n var code = \\\"this.addScript(function SCRIPTNAME() {\\\\n\\\\t\\\\n});\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":823},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"822\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"823\":{},\"824\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":825},\"source\":\"function newConnection() {\\n if (this.target) {\\n var code = \\\"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":826},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"825\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"826\":{},\"827\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":828},\"source\":\"function deleteSelectedScript() {\\n if (this.scriptList.selection && this.target) {\\n if (!this.target.hasOwnProperty(this.scriptList.selection)) return;\\n delete this.target[this.scriptList.selection];\\n this.updateLists();\\n this.displayInitialScript();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":829},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"828\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"829\":{},\"830\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":831},\"source\":\"function disconnectConnection() {\\n var selection = this.connectionList.selection;\\n if (selection && \\n (typeof selection !== \\\"string\\\") &&\\n this.target.attributeConnections.indexOf(selection[1]) > -1) {\\n var c = this.connectionList.selection[1];\\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\\n this.updateLists();\\n this.displayInitialScript();\\n } \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":832},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"831\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"832\":{},\"833\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":834},\"source\":\"function updateLists() {\\n this.scriptList.setList(this.sortedScriptNamesOfObj(this.target));\\n var scriptListItems = this.scriptList.getList();\\n scriptListItems.unshift(\\\"-- ALL --\\\");\\n this.scriptList.setList(scriptListItems);\\n\\n this.connectionList.setList(this.sortedConnectionNamesOfObj(this.target));\\n var connectionListItems = this.connectionList.getList();\\n connectionListItems.unshift(\\\"-- ALL --\\\");\\n this.connectionList.setList(connectionListItems);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":835},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"834\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"835\":{},\"836\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":837},\"source\":\"function displayInitialScript() {\\n if (this.scriptList.getList().size() > 1) {\\n this.scriptList.selectAt(0);\\n } else if (this.connectionList.getList().size() > 1) {\\n this.connectionList.selectAt(0);\\n } else {\\n this.scriptList.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":838},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"837\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"838\":{},\"839\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":840},\"source\":\"function reset() {\\n this.target = null;\\n this.scriptPane.doitContext = null;\\n this.scriptList.setList();\\n this.connectionList.setList();\\n this.scriptPane.setTextString(\\\"\\\");\\n this.morphSelector.reset();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":841},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"840\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"841\":{},\"842\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":843},\"source\":\"function selectChangedContent(source) {\\n\\n var addScriptRegex = /this\\\\.addScript\\\\s*\\\\(\\\\s*function\\\\s*([^\\\\(]*)/g;\\n var addScriptMatches = [];\\n var addScriptMatch = addScriptRegex.exec(source);\\n while (addScriptMatch) {\\n addScriptMatches.push(addScriptMatch[1]);\\n addScriptMatch = addScriptRegex.exec(source);\\n }\\n \\n // if scripts were added, select either a specific one or all\\n if (addScriptMatches.length > 0) { \\n if (addScriptMatches.length === 1) {\\n var index = this.scriptList.getList().indexOf(addScriptMatches[0]);\\n if (index > -1) { \\n return this.scriptList.selectAt(index);\\n }\\n }\\n return this.scriptList.selectAt(0);\\n }\\n\\n var connectionRegex = \\n /connect\\\\(\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"\\\\s*,\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"/g;\\n var connectionMatches = [];\\n var connectionMatch = connectionRegex.exec(source);\\n while (connectionMatch) {\\n connectionMatches.push(connectionMatch);\\n connectionMatch = connectionRegex.exec(source);\\n }\\n\\n // if connections were made, select either a specific one or all\\n if (connectionMatches.length > 0) {\\n if (connectionMatches.length === 1) {\\n var match = connectionMatches[0];\\n for (var i=0; i -1) {\\n var c = selection[1];\\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\\n editor.updateLists();\\n editor.displayInitialScript();\\n } \\n }\\n\\n var message = 'Disconnect \\\"' + selection[0] +'\\\" connection?';\\n var callback = disconnectConnection;\\n\\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\\n\\n return this.world().openDialog(dialog);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1042},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1041\":{\"this\":{\"__isSmartRef__\":true,\"id\":988}},\"1042\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1043},\"user\":\"lauritz\",\"categories\":[]},\"1043\":{\"isSerializedDate\":true,\"string\":\"Fri Nov 11 2011 01:46:54 GMT+0100 (CET)\"},\"1044\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1045}],\"scripts\":[],\"id\":\"DA1B3A74-F4A6-427B-8FBD-3D2E9D8CD866\",\"shape\":{\"__isSmartRef__\":true,\"id\":1060},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1076},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1063},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1077},\"label\":{\"__isSmartRef__\":true,\"id\":1045},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1086}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1088},\"name\":\"ObjectEditorRemoveScriptButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1089},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1090},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1091},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1092},\"isCopyMorphRef\":true,\"morphRefId\":24,\"draggingEnabled\":false,\"objectEditorPane\":{\"__isSmartRef__\":true,\"id\":1},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1093},\"derivationIds\":[217,\"FDC10087-12CF-4570-9211-8309CB6A9AA3\",\"E18FC530-4B1F-4F08-8DA6-3866A3519E56\",\"04A2AAC3-6A9E-40BB-9408-EBB2567EE63B\",\"8C1A42CE-840C-4AAE-BD79-C93A445B9EBF\",\"61FC11FA-B87E-4EFE-BD15-564D3178B68B\",\"ED34F9B5-9E00-41B3-8313-D9C3D6B3B231\",\"A7481F4B-D444-4B4F-BDA2-4F9F03AEC24D\",\"7DDF7175-34FC-4521-A7C3-580A8BE63351\",\"DEA39C05-FAD7-4882-AB3D-0EE12C3408F9\",\"99186A50-1411-4B6F-B1CB-FF0742C20D7D\",\"10F3E467-6BB8-4D07-BD17-8C50593FD6B8\",\"7260818C-6472-4288-8BDD-1E7798A543F3\",\"DEBB5BDB-018D-4BA1-9FB9-73DC84C51D89\",\"D75BCAED-3029-46EB-B944-4A102BB1BC0F\",\"9A977DA2-B325-4DFA-9683-3DC9ECEFAAC0\",\"48A5078F-B4A5-4F4E-884D-84CCDFFBE6F0\",\"33905494-AA01-4311-8398-1F6C3D4F1BAC\",\"5D7201A7-1374-49AD-851F-E3167EFED99E\",\"9B69B6C6-71F2-402E-89D1-E97FC2D3AE13\"],\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1094},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1045\":{\"submorphs\":[],\"scripts\":[],\"id\":\"69831817-0662-4848-8481-44558987D21D\",\"shape\":{\"__isSmartRef__\":true,\"id\":1046},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":21,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1052},\"textColor\":{\"__isSmartRef__\":true,\"id\":1049},\"owner\":{\"__isSmartRef__\":true,\"id\":1044},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1053}],\"padding\":{\"__isSmartRef__\":true,\"id\":1055},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1056},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1057},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1058},\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1059},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":21,\"_MinTextHeight\":null,\"draggingEnabled\":false,\"derivationIds\":[218,\"852A7BD9-52EE-4708-A2D5-1BDECF33C958\",\"7B4F173E-9726-472A-9B30-530D4AA92AD9\",\"CBA217F6-2832-4213-9ABE-47753C1A4180\",\"E6B97D1D-95D5-4644-9359-1D08D42A51F4\",\"4391A57E-70C2-4628-9828-DD668CCE546E\",\"F0C6C298-3B8B-42B2-B5E9-E5B82F607B01\",\"DF0CAF75-4247-4797-B1A0-AD7444391E2A\",\"B4C4F09B-F663-47A1-B85F-461D5452F5F8\",\"FD966AB1-4685-4151-9A38-B1B21B0237EF\",\"CA91FC2C-D7CC-4123-AFD2-108F8F0C2E97\",\"88F1581A-7AEF-4646-B7F9-3890CDDB8494\",\"DC577877-7F00-4238-9246-08C2A10C0CC9\",\"818C9467-71A2-44D6-B01F-1523A0CD5476\",\"C0CF3DDB-AA12-49E0-B12A-6B620552BB47\",\"853E19A1-E97D-463D-A24F-0148671EB696\",\"0203CA4C-E523-4F7D-824B-F09BA3914BDD\",\"18B98A59-6C8E-4386-B3EF-A17259C51C0F\",\"24D84E0A-FA16-47DE-934D-E60729EEB227\",\"7035F1EB-4B8C-4F20-B3AC-966403F55C0A\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1046\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1047},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1048},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1049},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1050},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1051},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1047\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1048\":{\"x\":25,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1049\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1050\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\"},\"1051\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1052\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1053\":{\"style\":{\"__isSmartRef__\":true,\"id\":1054},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1045},\"storedString\":\"-\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1054\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1055\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1056\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1057\":{\"x\":25,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1058\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1059\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1045},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1060\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1061},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1062},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1063},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1073},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1074},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1075},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1061\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1062\":{\"x\":25,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1063\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1064},{\"__isSmartRef__\":true,\"id\":1066},{\"__isSmartRef__\":true,\"id\":1068},{\"__isSmartRef__\":true,\"id\":1070}],\"vector\":{\"__isSmartRef__\":true,\"id\":1072},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1064\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1065}},\"1065\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1066\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1067}},\"1067\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1068\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1069}},\"1069\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1070\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1071}},\"1071\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1072\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1073\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1074\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\"},\"1075\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1076\":{\"x\":160,\"y\":40,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1077\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1078},{\"__isSmartRef__\":true,\"id\":1080},{\"__isSmartRef__\":true,\"id\":1082},{\"__isSmartRef__\":true,\"id\":1084}],\"vector\":{\"__isSmartRef__\":true,\"id\":1072},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1078\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1079}},\"1079\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1080\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1081}},\"1081\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1082\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1083}},\"1083\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1084\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1085}},\"1085\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1086\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1044},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1044},\"targetMethodName\":\"deleteSelectedScript\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1087},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1087\":{\"source\":{\"__isSmartRef__\":true,\"id\":1044},\"target\":{\"__isSmartRef__\":true,\"id\":1044}},\"1088\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1089\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1090\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1091\":{\"x\":30,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1092\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1044},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1093\":{\"x\":33.35839679439101,\"y\":-21.324811622839547,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1094\":{\"deleteSelectedScript\":{\"__isSmartRef__\":true,\"id\":1095}},\"1095\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1096},\"source\":\"function deleteSelectedScript() {\\n\\n var editor = this.objectEditorPane;\\n var selection = editor.scriptList.selection;\\n\\n if (!editor.target || editor.scriptList.getList().size() < 2) \\n return; \\n\\n var deleteScript = function (confirmed) {\\n if (!confirmed) return;\\n \\n if (selection && editor.target) {\\n if (!editor.target.hasOwnProperty(selection)) \\n return;\\n delete editor.target[selection];\\n editor.updateLists();\\n editor.displayInitialScript();\\n }\\n }\\n\\n var message = 'Delete \\\"' + selection + '\\\" script?';\\n var callback = deleteScript;\\n\\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\\n\\n return this.world().openDialog(dialog);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1097},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1096\":{\"this\":{\"__isSmartRef__\":true,\"id\":1044}},\"1097\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1098},\"user\":\"lauritz\"},\"1098\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 18:12:21 GMT+0100 (CET)\"},\"1099\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1100}],\"scripts\":[],\"id\":\"90519BB5-7419-46E0-B7E3-4C26304F3414\",\"shape\":{\"__isSmartRef__\":true,\"id\":1116},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1132},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1119},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1133},\"label\":{\"__isSmartRef__\":true,\"id\":1100},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1142},\"name\":\"ObjectEditorMorphSelector\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1143},\"list\":[],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1144},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1145},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1146},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1147},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"textString\":\"\",\"selection\":{\"__isSmartRef__\":true,\"id\":1148},\"_ClipMode\":\"visible\",\"prevScroll\":[0,0],\"listMorph\":null,\"derivationIds\":[221,\"4AC64FBA-95AC-42B2-A078-B6DA97889093\",\"E26ED0E6-C4CE-4C82-94D5-175270E8459E\",\"D292F2FC-C2B6-48AE-B779-8CC5868FFA49\",\"53A862EB-032C-4BF0-9B21-58C7E0C0A9B2\",\"CC4D188B-510F-48DE-A0E1-EC8D2CD63F9F\",\"0CD057F2-3517-4849-A69E-1EF79B05ACE8\",\"66EBBB7D-8FA7-4D43-AE78-A18DA3B970BA\",\"A50C1893-4138-4E29-865B-92F53F76D08A\",\"1EC5D2B9-3539-419A-8DD6-CE82DEABB02C\",\"95DC06D5-F4C7-49E2-8A01-110D1B0AFBD0\",\"672DEFAB-2BE5-4C60-9779-3B44694FBEB1\",\"E3476213-5872-492C-BE29-0C6A5A150ED8\",\"AA2F6ABE-1CCB-403D-94DD-8FB371F3DDCE\",\"54B67D51-AB19-40A0-A2A6-EC51F3171CAC\",\"1CF44342-896F-4ACB-847F-7CB3CD10ED5A\",\"279A9257-1667-4E0C-844B-A4E0D02462F0\",\"DDCBD835-4B3F-4B8F-9623-696DA76C3A2C\",\"D2CB17F3-5DD0-4E97-BF99-40A95ABF976B\",\"FA519665-2394-43D3-8DCF-802A158F3291\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1165},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1100\":{\"submorphs\":[],\"scripts\":[],\"id\":\"782AAB82-32E9-4A37-9DC0-3118636C2CCE\",\"shape\":{\"__isSmartRef__\":true,\"id\":1101},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":220,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1107},\"textColor\":{\"__isSmartRef__\":true,\"id\":1104},\"owner\":{\"__isSmartRef__\":true,\"id\":1099},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1108}],\"padding\":{\"__isSmartRef__\":true,\"id\":1110},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1110},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1111},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1112}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1113},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1114},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":220,\"_MinTextHeight\":null,\"_Align\":\"left\",\"_FontFamily\":\"Arial\",\"_FontSize\":10,\"derivationIds\":[222,\"30F054A3-7658-405B-8098-B7D87AA8A9ED\",\"556D6E07-45B7-42EC-A486-DE275EF0B034\",\"06B0B080-467A-46CC-8B0D-9C0A9B9A71F1\",\"5E2D96C9-BB9B-4735-8673-A79847435197\",\"B48AA022-2022-4A2A-9090-4D884FB3DFD3\",\"8B2F743A-98C5-45E1-B03C-5019114EAC47\",\"D09C56C3-A2DC-4BDF-B8A1-6365138ECD01\",\"74158C3D-B79E-43E7-B111-48701B10ACE2\",\"B19E117B-E40F-4B9F-86AC-BFB2AAFD5336\",\"4E3B3D72-E52C-44ED-AE32-78939BA1ECFD\",\"2459D1F0-E49C-4882-AB4C-D78C1A496962\",\"3D8D3B02-0459-45C1-A606-D0DB4B07958C\",\"78AAE288-D261-4BEA-9436-C8C31B890B44\",\"2E10F795-9892-4BF7-9A46-BCB90FD6112E\",\"DE32EFA9-C920-42F6-9F2E-7EDABEC006AF\",\"23FBFC79-1927-48FD-8C1C-09FFD7539784\",\"3409506C-9BAE-43DA-BCAF-94392F9646DF\",\"ED94289E-98FC-4126-9EED-25FDC98D5BFC\",\"63C2F1D8-3A1B-464B-9945-1F661D4CFE26\"],\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1115},\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1101\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1102},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1103},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1104},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1105},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1106},\"_BorderWidth\":0,\"_Fill\":null,\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1102\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1103\":{\"x\":220,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1104\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1105\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\"},\"1106\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__LivelyClassName__\":\"Rectangle\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1107\":{\"x\":2,\"y\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1108\":{\"style\":{\"__isSmartRef__\":true,\"id\":1109},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1100},\"storedString\":\"empty\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1109\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1110\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1111\":{\"x\":220,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1112\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1100},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1099},\"targetMethodName\":\"selection\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1113\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1114\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1100},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1115\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1116\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1117},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1118},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1119},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1129},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1130},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1131},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1117\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1118\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1119\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1120},{\"__isSmartRef__\":true,\"id\":1122},{\"__isSmartRef__\":true,\"id\":1124},{\"__isSmartRef__\":true,\"id\":1126}],\"vector\":{\"__isSmartRef__\":true,\"id\":1128},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1120\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1121}},\"1121\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1122\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1123}},\"1123\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1124\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1125}},\"1125\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1126\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1127}},\"1127\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1128\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1129\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1130\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\"},\"1131\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1132\":{\"x\":240.1308656788165,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1133\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1134},{\"__isSmartRef__\":true,\"id\":1136},{\"__isSmartRef__\":true,\"id\":1138},{\"__isSmartRef__\":true,\"id\":1140}],\"vector\":{\"__isSmartRef__\":true,\"id\":1128},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1134\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1135}},\"1135\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1136\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1137}},\"1137\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1138\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1139}},\"1139\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1140\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1141}},\"1141\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1142\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1143\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"partName\":\"ChoiceButton\",\"comment\":\"Click on it and you get a list of things to choose from.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1144\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1145\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1099},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1146\":{\"x\":122.93118375058827,\"y\":-11.582832083333244,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1147\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1148\":{\"submorphs\":[],\"scripts\":[],\"id\":181,\"shape\":{\"__isSmartRef__\":true,\"id\":1149},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1155},\"_MaxTextWidth\":580,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1156},\"showsHalos\":false,\"_FontSize\":28,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Title\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1157},\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1158},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1159},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1160}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1162},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1163},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":580,\"_MinTextHeight\":null,\"_Rotation\":0,\"_Scale\":1.002003004005006,\"previousSelection\":[35,35],\"priorSelectionRange\":[23,23],\"charsReplaced\":\"WIP / Proof of Concept\",\"lastFindLoc\":22,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1164},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"isCopyMorphRef\":true,\"morphRefId\":2,\"prevScroll\":[0,0],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1149\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1150},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1151},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1152},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1153},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1154},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1150\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1151\":{\"x\":580,\"y\":43,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1152\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1153\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1154\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1155\":{\"x\":37,\"y\":23,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1156\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1157\":{\"partsSpaceName\":\"PartsBin/Worlds/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"For example a world title.\",\"partName\":\"Title\",\"migrationLevel\":2,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1158\":{\"r\":0,\"g\":0.309,\"b\":0.595,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1159\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1160\":{\"style\":{\"__isSmartRef__\":true,\"id\":1161},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1148},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1161\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1162\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1148},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1163\":{\"x\":580,\"y\":43,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1164\":{\"x\":221,\"y\":-12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1165\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":1166},\"getList\":{\"__isSmartRef__\":true,\"id\":1170},\"removeList\":{\"__isSmartRef__\":true,\"id\":1174},\"reset\":{\"__isSmartRef__\":true,\"id\":1178},\"displayTopLevelMorphs\":{\"__isSmartRef__\":true,\"id\":1182},\"onMouseDown\":{\"__isSmartRef__\":true,\"id\":1186},\"setTargetOfPane\":{\"__isSmartRef__\":true,\"id\":1194},\"setTargetToListSelection\":{\"__isSmartRef__\":true,\"id\":1198},\"onBlur\":{\"__isSmartRef__\":true,\"id\":1202},\"setTarget\":{\"__isSmartRef__\":true,\"id\":1210},\"setTargetOnSelection\":{\"__isSmartRef__\":true,\"id\":1214}},\"1166\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1167},\"source\":\"function createListMorph() {\\n var items = this.getList();\\n \\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\\n\\n var listMorph = new lively.morphic.List(extent);\\n listMorph.setList(items);\\n listMorph.setFontSize(10);\\n\\n listMorph.disableGrabbing();\\n listMorph.disableDragging();\\n\\n connect(listMorph, 'selection', this, 'setTargetToListSelection');\\n \\n return listMorph;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1168},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1167\":{\"this\":{\"__isSmartRef__\":true,\"id\":1099}},\"1168\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1169},\"user\":\"lauritz\",\"tags\":[]},\"1169\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 13 2011 18:55:41 GMT+0100 (CET)\"},\"1170\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1171},\"source\":\"function getList() {\\n var worldEntry = {\\n isListItem: true,\\n selectionString: 'World',\\n string: 'World',\\n value: this.world()\\n };\\n var list = this.world().indentedListItemsOfMorphNames();\\n list.unshift(worldEntry);\\n return list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1172},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1171\":{\"this\":{\"__isSmartRef__\":true,\"id\":1099}},\"1172\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1173},\"user\":\"lauritz\",\"tags\":[]},\"1173\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 21 2011 23:12:23 GMT+0100 (CET)\"},\"1174\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1175},\"source\":\"function removeList() {\\n this.listMorph && this.listMorph.remove();\\n this.listMorph = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1176},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1175\":{\"this\":{\"__isSmartRef__\":true,\"id\":1099}},\"1176\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1177},\"user\":\"lauritz\",\"tags\":[]},\"1177\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:51:07 GMT+0100 (CET)\"},\"1178\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1179},\"source\":\"function reset() {\\n this.list = [];\\n this.setLabel('empty');\\n this.label.setAlign('left');\\n this.removeList();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'});\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1180},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1179\":{\"this\":{\"__isSmartRef__\":true,\"id\":1099}},\"1180\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1181},\"user\":\"lauritz\",\"tags\":[]},\"1181\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:34:06 GMT+0100 (CET)\"},\"1182\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1183},\"source\":\"function displayTopLevelMorphs() {\\n var list = this.createListMorph(); \\n if (this.getList().length === 0) return;\\n this.addMorph(list);\\n this.listMorph = list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1184},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1183\":{\"this\":{\"__isSmartRef__\":true,\"id\":1099}},\"1184\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1185},\"user\":\"lauritz\",\"tags\":[]},\"1185\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 13 2011 18:53:20 GMT+0100 (CET)\"},\"1186\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1187},\"source\":\"function onMouseDown(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n // clicked on morph, not the list, not the list's scrollbar\\n if (evt.target === this.renderContext().shapeNode)\\n this.removeList();\\n } else {\\n this.displayTopLevelMorphs();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1192},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1187\":{\"this\":{\"__isSmartRef__\":true,\"id\":1099},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1188}},\"1188\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1189}},\"1189\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1190},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1191},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1190\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1099},\"name\":\"onMouseDown\"},\"1191\":{},\"1192\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1193},\"user\":\"lauritz\",\"tags\":[]},\"1193\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:30:39 GMT+0100 (CET)\"},\"1194\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1195},\"source\":\"function setTargetOfPane(selection) {\\n this.owner.setTarget(selection);\\n this.label.setAlign('left');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1196},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1195\":{\"this\":{\"__isSmartRef__\":true,\"id\":1099}},\"1196\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1197},\"user\":\"lauritz\",\"tags\":[]},\"1197\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 04:30:42 GMT+0100 (CET)\"},\"1198\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1199},\"source\":\"function setTargetToListSelection() { \\n var selection = this.listMorph.selection;\\n this.removeList();\\n if (!selection) return;\\n if (this.owner.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function (confirmed) {\\n if (confirmed) that.setTargetOfPane(selection);\\n }\\n this.owner.confirmUnsavedChanges(callback);\\n } else {\\n this.setTargetOfPane(selection);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1200},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1199\":{\"this\":{\"__isSmartRef__\":true,\"id\":1099}},\"1200\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1201},\"user\":\"lauritz\",\"tags\":[]},\"1201\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 06:06:48 GMT+0100 (CET)\"},\"1202\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1203},\"source\":\"function onBlur(evt) {\\n $super(evt);\\n \\n // workaround - otherwise other morphs get this event\\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\\n this.removeList();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1208},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1203\":{\"this\":{\"__isSmartRef__\":true,\"id\":1099},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1204}},\"1204\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1205}},\"1205\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1206},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1207},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1206\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1099},\"name\":\"onBlur\"},\"1207\":{},\"1208\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1209},\"user\":\"lauritz\",\"tags\":[]},\"1209\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:30:08 GMT+0100 (CET)\"},\"1210\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1211},\"source\":\"function setTarget(target) {\\n this.label.setTextString(target.getName() || target.toString());\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1212},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1211\":{\"this\":{\"__isSmartRef__\":true,\"id\":1099}},\"1212\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1213},\"user\":\"lauritz\",\"tags\":[]},\"1213\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 04:29:39 GMT+0100 (CET)\"},\"1214\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1215},\"source\":\"function setTargetOnSelection() {\\n if (this.listMorph && this.listMorph.renderContext() && this.listMorph.renderContext().listNode.value) {\\n this.setTargetToListSelection();\\n this.stopStepping();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1216},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1215\":{\"this\":{\"__isSmartRef__\":true,\"id\":1099}},\"1216\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1217},\"user\":\"lauritz\",\"tags\":[]},\"1217\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 06:12:06 GMT+0100 (CET)\"},\"1218\":{\"submorphs\":[],\"scripts\":[],\"id\":\"2BCC47EC-7C72-4E05-9136-D6950CF1B4C8\",\"shape\":{\"__isSmartRef__\":true,\"id\":1219},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":false,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1225},\"_MaxTextWidth\":64.8979476392384,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1222},\"showsHalos\":false,\"_FontSize\":9,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorScriptsText1\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1226},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1227}],\"charsReplaced\":\"Scripts\",\"lastFindLoc\":-7,\"priorSelectionRange\":[0,7],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1229},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1230},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1231},\"_WhiteSpaceHandling\":\"pre-wrap\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":64.8979476392384,\"_MinTextHeight\":null,\"_ClipMode\":\"visible\",\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1232},\"eventsAreIgnored\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"isCopyMorphRef\":true,\"morphRefId\":27,\"derivationIds\":[223,\"5E3A69EF-26C1-4D0D-B04C-8C3894017F56\",\"14AB1B91-3ED6-49AE-AA58-47D18B6C569F\",\"991D4A54-1FC4-4BC7-AA82-F814AC52CDE3\",\"DB9B19F7-4390-4CE5-9B1D-62177CB8D605\",\"8F7B2EE9-9538-4044-B75B-6A12F3108B70\",\"4B9F9B4B-C7D3-418D-9AC9-10503A4EBF8E\",\"324EE422-8C94-43CE-B964-A3150830C25F\",\"36D1ECF9-591F-426B-A4F6-B337D7DB053B\",\"CB52849C-BE64-4053-8D07-758F969F84EB\",\"F1C241D4-A689-4DB7-942F-ADB5F39D9CAA\",\"F9D413A0-184F-47F5-9B55-D05D511915CB\",\"F4C5DA2D-8203-47EB-834D-2D03338B0419\",\"1E089341-3FFF-45CD-9C21-BA7A8B4CF6F2\",\"87F8B14A-C122-40D7-8405-CA07248E60D3\",\"A8E7E359-A02C-427B-8D23-C707CE9664B2\",\"695927E1-0410-434B-A716-F030B4ECD84D\",\"B2857406-8534-4160-AC2C-6D8008C5EE1C\",\"9C4879F3-2A68-4EDC-ACC3-22438F66B654\",\"F53397C6-6F57-4E8E-B094-E168D20383E5\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1219\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1220},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1221},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1222},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1223},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1224},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1220\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1221\":{\"x\":64.8979476392384,\"y\":13,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1222\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1223\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\"},\"1224\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1225\":{\"x\":198.16434648623274,\"y\":12.911539589748486,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1226\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1227\":{\"style\":{\"__isSmartRef__\":true,\"id\":1228},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1218},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Target:\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1228\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1229\":{\"x\":64.8979476392384,\"y\":13,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1230\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1231\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1218},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1232\":{\"x\":41.065989525935834,\"y\":-10.506047005169194,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1233\":{\"submorphs\":[],\"scripts\":[],\"id\":\"3663625F-2BB0-494C-A467-04148A441F42\",\"shape\":{\"__isSmartRef__\":true,\"id\":1234},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":false,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1240},\"_MaxTextWidth\":64.8979476392384,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1237},\"showsHalos\":false,\"_FontSize\":9,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorScriptsText2\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1241},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1242}],\"charsReplaced\":\"Scripts\",\"lastFindLoc\":-7,\"priorSelectionRange\":[0,7],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1244},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1245},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1246},\"_WhiteSpaceHandling\":\"pre-wrap\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":64.8979476392384,\"_MinTextHeight\":null,\"_ClipMode\":\"visible\",\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1247},\"eventsAreIgnored\":true,\"isCopyMorphRef\":true,\"morphRefId\":27,\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"derivationIds\":[224,\"35EF8FE5-067D-45B6-AF21-77040F11D340\",\"80DC09DD-22D4-4089-B5C3-857B32C9BE9B\",\"EF080074-E6B9-47F3-A87F-26313B40C430\",\"F6977801-C1A7-445C-9BF1-8A1019E202FB\",\"8C9157AE-0343-4CFB-8186-1D5E05D2ECBE\",\"DD3C23F8-6463-4EAE-959B-C486E27D9BDA\",\"1E8D3752-D212-41F8-BC63-B094E0C80707\",\"75C07D11-AE5D-4A36-B2D0-F2A6EA414E72\",\"494AB1C0-2C09-49DE-B4AA-1F24DC7495FF\",\"25199967-E3BA-4763-A704-37BD3152A5F7\",\"8E4A5937-D1FA-4AF7-BD8D-B542C636CEF9\",\"DDB23EF0-540C-4046-AD4D-C001E8A5F20C\",\"FF45AAB3-E5C7-42A0-A704-F068DB2E2AF9\",\"52850E3E-BE46-467C-A381-902F5E4859FD\",\"147F9160-7168-44A4-9EA4-A36466EE1F52\",\"8E4FB238-FC20-4DA7-AC9F-6921EBBD5609\",\"3D09A998-5E60-4E94-9C6A-B08E7D98F02A\",\"B8986B95-68A4-4212-8560-C86C8F7B3B3C\",\"81BAFCDC-090F-4A92-8AD6-C3127620CCF4\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1234\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1235},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1236},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1237},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1238},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1239},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1235\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1236\":{\"x\":64.8979476392384,\"y\":13,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1237\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1238\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\"},\"1239\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1240\":{\"x\":10,\"y\":12.911539589749026,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1241\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1242\":{\"style\":{\"__isSmartRef__\":true,\"id\":1243},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1233},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Tag:\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1243\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1244\":{\"x\":64.8979476392384,\"y\":13,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1245\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1246\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1233},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1247\":{\"x\":45.76052154281416,\"y\":-27.783027415339603,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1248\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1249}],\"scripts\":[],\"id\":\"14770110-045A-4BE4-BCF2-7C886DF70F7D\",\"shape\":{\"__isSmartRef__\":true,\"id\":1263},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1279},\"value\":true,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1280},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1266},\"label\":{\"__isSmartRef__\":true,\"id\":1249},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1289},\"name\":\"ObjectEditorTagChooser\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1290},\"listMorph\":null,\"list\":[],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1291},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1292},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1293},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1294},\"textString\":\"PartsBinBrowser\",\"selection\":\"\",\"_ClipMode\":\"visible\",\"prevScroll\":[0,0],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"setTargetToListSelection\":\"all\",\"savedTextString\":\"all\",\"derivationIds\":[225,\"7F83847B-D0B1-4A31-8601-43424B97C858\",\"E08FC110-71D7-4FFD-B4A8-08F8147B95BA\",\"5534107D-C5C9-48DD-A1ED-B87E9D9B672C\",\"0B89FA7A-768C-4062-98AE-C455E8DAFF19\",\"799320C6-CFBA-40E7-B03D-64BFE9B78248\",\"9B650AA3-271B-4E72-B230-51C6F64B7462\",\"C95D3672-724C-4C2C-9CDD-EF308062F627\",\"C66EBEEC-B7CE-4DD9-8BDF-905F071F965D\",\"D68B143A-A712-4FD0-8803-62CCB4C7F763\",\"ED802271-AE5C-4BE9-AC4E-7CED44BC864B\",\"1BD989CB-146C-431F-8B15-9199C4CD5D32\",\"42172AA4-1B06-4C5B-9BB7-FAED1206CF34\",\"32DFAF99-E6F8-426B-829D-FD6C2BCB8FAA\",\"9B4BF2BE-49D5-4B9D-8F38-1692443069A9\",\"FCAB3690-731A-45E7-984F-843DFE705AF1\",\"94B10A66-8219-43AD-B902-DA999A66222D\",\"BB0E2EB7-ABCE-44C7-96E7-6679FB2981D1\",\"2FCEE551-302B-46C9-B646-3B9BE9187182\",\"B4267F52-1ACC-42A1-904D-E9F7D485D8AB\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1295},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1249\":{\"submorphs\":[],\"scripts\":[],\"id\":\"163D1C2B-EDE9-4F8F-B466-EF9F4CB14384\",\"shape\":{\"__isSmartRef__\":true,\"id\":1250},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":130,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1255},\"textColor\":{\"__isSmartRef__\":true,\"id\":1253},\"owner\":{\"__isSmartRef__\":true,\"id\":1248},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1256}],\"padding\":{\"__isSmartRef__\":true,\"id\":1258},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1258},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1259},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1260}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1261},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1262},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":130,\"_MinTextHeight\":null,\"_Align\":\"left\",\"_FontFamily\":\"Arial\",\"_FontSize\":10,\"derivationIds\":[226,\"03DBF3F8-8EA2-4426-BA64-C4297DDAB015\",\"B8F87302-BEC3-48CD-9BBA-6C7DBB6287E1\",\"4AA6AE51-338B-4E3E-814B-9F99C693A2D5\",\"08F6CE56-AD91-4C27-9429-C3DEA313696C\",\"D39C963C-FD24-4498-A6D8-71E5102CE58A\",\"132C2A9E-3466-4051-AAEA-6E485A91F408\",\"DB8BC4A1-ED41-446B-AB6C-7E73DD857B5D\",\"567FC668-A57C-41CB-8252-8912826B3144\",\"D0B0775F-C8E7-49EB-BBB2-C7BB7DD464BF\",\"AABED87D-D7C0-494A-8803-26F4601E35FF\",\"696C3A2A-C695-4D17-A044-41A73436AB8D\",\"206A0BFD-6997-4E0E-9193-089D1F66B22A\",\"F2F1F966-6C41-4EBA-AFCE-FAE8C79AA696\",\"64A754E9-7083-4CAE-B5C2-7B436EFFE4BA\",\"64737503-A352-42CC-A249-667DA2B42746\",\"9218F1CA-E23F-4E1A-89C3-DB19DE720861\",\"CF7EAC38-1041-4B83-B087-359885B8528B\",\"84469C7C-C93D-4F16-ACAA-0045A4A37FCA\",\"9D3DD447-66A0-4B4A-B378-FB864D8C1468\"],\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1115},\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1250\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1251},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1252},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1253},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1254},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1106},\"_BorderWidth\":0,\"_Fill\":null,\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1251\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1252\":{\"x\":130,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1253\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1254\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\"},\"1255\":{\"x\":2,\"y\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1256\":{\"style\":{\"__isSmartRef__\":true,\"id\":1257},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1249},\"storedString\":\"all\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1257\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1258\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1259\":{\"x\":130,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1260\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1249},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1248},\"targetMethodName\":\"selection\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1261\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1262\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1249},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1263\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1264},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1265},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1266},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1276},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1277},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1278},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1264\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1265\":{\"x\":130,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1266\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1267},{\"__isSmartRef__\":true,\"id\":1269},{\"__isSmartRef__\":true,\"id\":1271},{\"__isSmartRef__\":true,\"id\":1273}],\"vector\":{\"__isSmartRef__\":true,\"id\":1275},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1267\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1268}},\"1268\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1269\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1270}},\"1270\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1271\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1272}},\"1272\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1273\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1274}},\"1274\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1275\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1276\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1277\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\"},\"1278\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1279\":{\"x\":39.12381412396891,\"y\":10.000000000000057,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1280\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1281},{\"__isSmartRef__\":true,\"id\":1283},{\"__isSmartRef__\":true,\"id\":1285},{\"__isSmartRef__\":true,\"id\":1287}],\"vector\":{\"__isSmartRef__\":true,\"id\":1275},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1281\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1282}},\"1282\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1283\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1284}},\"1284\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1285\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1286}},\"1286\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1287\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1288}},\"1288\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1289\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1290\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"partName\":\"ChoiceButton\",\"comment\":\"Click on it and you get a list of things to choose from.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1291\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1292\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1248},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1293\":{\"x\":85.7442776093583,\"y\":-11.582832083333244,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1294\":{\"x\":130,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1295\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":1296},\"getList\":{\"__isSmartRef__\":true,\"id\":1300},\"removeList\":{\"__isSmartRef__\":true,\"id\":1304},\"reset\":{\"__isSmartRef__\":true,\"id\":1308},\"onMouseUp\":{\"__isSmartRef__\":true,\"id\":1312},\"onBlur\":{\"__isSmartRef__\":true,\"id\":1320},\"setTag\":{\"__isSmartRef__\":true,\"id\":1328}},\"1296\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1297},\"source\":\"function createListMorph() {\\n var items = this.getList();\\n\\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\\n\\n var listMorph = new lively.morphic.List(extent);\\n listMorph.setList(items);\\n listMorph.setFontSize(10);\\n\\n listMorph.disableGrabbing();\\n listMorph.disableDragging();\\n \\n connect(listMorph, 'selection', this, 'setTag');\\n \\n return listMorph;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1298},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1297\":{\"this\":{\"__isSmartRef__\":true,\"id\":1248}},\"1298\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1299},\"user\":\"lauritz\",\"categories\":[]},\"1299\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:35:59 GMT+0100 (CET)\"},\"1300\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1301},\"source\":\"function getList() {\\n if (!this.owner.target) return [''];\\n\\n var target = this.owner.target;\\n\\n var tags = Functions.own(target).collect(function (each) {\\n return target[each].tags || [];\\n }).flatten().uniq();\\n\\n var sortedTags = tags.sortBy(function(name) { \\n return name.toLowerCase() \\n });\\n \\n sortedTags.unshift('all'); \\n return sortedTags;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1302},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1301\":{\"this\":{\"__isSmartRef__\":true,\"id\":1248}},\"1302\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1303},\"user\":\"lauritz\",\"tags\":[]},\"1303\":{\"isSerializedDate\":true,\"string\":\"Fri Dec 16 2011 20:27:25 GMT+0100 (CET)\"},\"1304\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1305},\"source\":\"function removeList() {\\n this.listMorph && this.listMorph.remove()\\n this.listMorph = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1306},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1305\":{\"this\":{\"__isSmartRef__\":true,\"id\":1248}},\"1306\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1307},\"user\":\"lauritz\",\"categories\":[]},\"1307\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 19:06:51 GMT+0100 (CET)\"},\"1308\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1309},\"source\":\"function reset() {\\n this.list = [];\\n this.setLabel('all');\\n this.label.setAlign('left');\\n this.removeList();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1310},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1309\":{\"this\":{\"__isSmartRef__\":true,\"id\":1248}},\"1310\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1311},\"user\":\"lauritz\",\"tags\":[]},\"1311\":{\"isSerializedDate\":true,\"string\":\"Fri Dec 16 2011 20:27:53 GMT+0100 (CET)\"},\"1312\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1313},\"source\":\"function onMouseUp(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n this.removeList();\\n return true;\\n } \\n if (this.getList().size() < 2) return;\\n var list = this.createListMorph();\\n this.addMorph(list);\\n this.listMorph = list;\\n return true;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1318},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1313\":{\"this\":{\"__isSmartRef__\":true,\"id\":1248},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1314}},\"1314\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1315}},\"1315\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1316},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1317},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1316\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1248},\"name\":\"onMouseUp\"},\"1317\":{},\"1318\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1319},\"user\":\"lauritz\",\"categories\":[]},\"1319\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 18:59:16 GMT+0100 (CET)\"},\"1320\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1321},\"source\":\"function onBlur(evt) {\\n $super(evt);\\n \\n // workaround - otherwise other morphs get this event\\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\\n this.removeList();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1326},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1321\":{\"this\":{\"__isSmartRef__\":true,\"id\":1248},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1322}},\"1322\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1323}},\"1323\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1324},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1325},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1324\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1248},\"name\":\"onBlur\"},\"1325\":{},\"1326\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1327},\"user\":\"lauritz\",\"categories\":[]},\"1327\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 21 2011 23:10:03 GMT+0100 (CET)\"},\"1328\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1329},\"source\":\"function setTag(tag) {\\n this.setLabel(tag || '');\\n this.label.setAlign('left');\\n this.owner.setTag(tag);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1330},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1329\":{\"this\":{\"__isSmartRef__\":true,\"id\":1248}},\"1330\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1331},\"user\":\"lauritz\",\"categories\":[]},\"1331\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:36:12 GMT+0100 (CET)\"},\"1332\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1333}],\"scripts\":[],\"id\":\"4475CB12-8CFB-41DB-9399-EC6B68E18BA3\",\"shape\":{\"__isSmartRef__\":true,\"id\":1348},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1352},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1364},\"label\":{\"__isSmartRef__\":true,\"id\":1333},\"name\":\"Button\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1373},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1374}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1410},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1411},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1412},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1413},\"derivationIds\":[7251,\"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1\",\"79FE3D3F-77C4-4B39-8243-D672185B416D\",\"A4D2FEDF-2654-4381-AB43-8F89B9CA2E86\",\"87E42FF6-3862-481D-97D6-643676E15F32\",\"4F370A81-5A80-4821-8ECC-D52B56F31E15\",\"1C6D1DC9-2F9B-4DC4-B453-1CA45B17C516\",\"0E8EC0BF-934B-410B-AEC2-0ECA8C8F774D\",\"97086CE7-CD46-4035-A371-02A41D555A66\",\"E342B91D-F54B-4DA8-8AE7-10C59CE22B41\",\"A838C48E-4033-4688-8DCF-20659BD824FF\",\"E9BBC453-FFF6-4EE8-BDB0-605D5D4557AE\",\"B6FB81D1-145B-40F9-ACF1-17276DA45EBA\",\"09C79781-5461-4815-88DE-22FB67558136\",\"85A5FA10-01D9-4051-8D56-29DB02CF8817\",\"6E2F44D0-D69A-4DD7-91AD-0B0E1E871633\",\"66FB4A47-82E6-417D-8248-4038D0CBBF5A\",\"3CDC67E7-CAC7-4636-B7FF-50D008C6EB0D\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":1414},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"layout\":{\"__isSmartRef__\":true,\"id\":1415},\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":0.994014980014994,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1333\":{\"submorphs\":[],\"scripts\":[],\"id\":\"5830FB93-49A1-4A31-A687-69C4579D5FA7\",\"shape\":{\"__isSmartRef__\":true,\"id\":1334},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1340},\"_MaxTextWidth\":97,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1341},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1342},\"owner\":{\"__isSmartRef__\":true,\"id\":1332},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1343},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1344}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1346},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1347},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED\",\"307A3596-1175-4EA6-AA27-5BA4C9D95AB7\",\"0EF99131-C569-4C2C-B613-E0D8423C1334\",\"BA4EC8D2-AB29-4F9F-B5A0-715A4746A4C4\",\"56735895-BA99-4D98-9866-AA5DBD86237E\",\"81041CF7-31DB-4F65-BB39-FE438A4F266F\",\"D03829B3-268E-40A0-A440-3E4BAC344F30\",\"714637F0-714A-4833-909B-BA4AF1B4628B\",\"DC956E73-7398-4CAF-B6F2-9A226E344396\",\"C1F72D31-1F49-4C0C-ACF3-C3AD7E698D2F\",\"39386C7E-9099-4159-BFE9-80AD37319211\",\"2764FB6E-70D1-4BC5-B3CB-9979A48B8205\",\"C55C8A7C-412C-453E-A99F-CE78C2AADB94\",\"4BD9A8D4-2EC1-40AC-A1CE-5F1347B0152D\",\"3450EAEB-E3D2-4FAF-98DF-354B3B8715D6\",\"C906736E-48DF-4054-BA5A-A089610456D7\",\"DE5C59FB-90A6-4DD4-AC39-5CC8B3912969\"],\"_MinTextWidth\":97,\"_MinTextHeight\":null,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1334\":{\"position\":{\"__isSmartRef__\":true,\"id\":1335},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1336},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1337},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1338},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1339},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1335\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1336\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1337\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1338\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\"},\"1339\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1340\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1341\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1342\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1343\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1344\":{\"style\":{\"__isSmartRef__\":true,\"id\":1345},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1333},\"storedString\":\"run\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1345\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1346\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1347\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1333},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1348\":{\"position\":{\"__isSmartRef__\":true,\"id\":1349},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1350},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1351},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1352},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1362},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1363},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1349\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1350\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1351\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1352\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1353},{\"__isSmartRef__\":true,\"id\":1355},{\"__isSmartRef__\":true,\"id\":1357},{\"__isSmartRef__\":true,\"id\":1359}],\"vector\":{\"__isSmartRef__\":true,\"id\":1361},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1353\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1354}},\"1354\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1355\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1356}},\"1356\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1357\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1358}},\"1358\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1359\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1360}},\"1360\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1361\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1362\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\"},\"1363\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1364\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1365},{\"__isSmartRef__\":true,\"id\":1367},{\"__isSmartRef__\":true,\"id\":1369},{\"__isSmartRef__\":true,\"id\":1371}],\"vector\":{\"__isSmartRef__\":true,\"id\":1361},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1365\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1366}},\"1366\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1367\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1368}},\"1368\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1369\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1370}},\"1370\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1371\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1372}},\"1372\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1373\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1374\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1332},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"runScript\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":1375},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1375\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1376}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1391},\"derivationIds\":[null],\"id\":\"C89B50A0-17E7-4D22-AE1D-5112520DAEE7\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1398},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1399},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":1400},{\"__isSmartRef__\":true,\"id\":1401}],\"con\":{\"__isSmartRef__\":true,\"id\":1374},\"showsMorphMenu\":true,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1402},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1376\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1377},\"derivationIds\":[null],\"id\":\"2A71BE9E-6820-46AF-ACED-3C9BDCC918AF\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1388},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1389},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1390},\"owner\":{\"__isSmartRef__\":true,\"id\":1375},\"_Rotation\":-3.130064002485303,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1377\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1378},{\"__isSmartRef__\":true,\"id\":1379},{\"__isSmartRef__\":true,\"id\":1380},{\"__isSmartRef__\":true,\"id\":1381}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1382},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1383},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1384},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1385},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1386},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1387},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1378\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1379\":{\"isAbsolute\":true,\"x\":-12,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1380\":{\"isAbsolute\":true,\"x\":4,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1381\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1382\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1383\":{\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1384\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1385\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1386\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1387\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1388\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1389\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1376},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1390\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1391\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1392},{\"__isSmartRef__\":true,\"id\":1393}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1394},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1395},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1396},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1397},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1386},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1392\":{\"isAbsolute\":true,\"x\":829.7085000406639,\"y\":9.565843617262885,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1393\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1394\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1395\":{\"x\":-1,\"y\":-1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1396\":{\"x\":831,\"y\":11,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1397\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1398\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1399\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1375},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1400\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1375},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1401\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1375},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":1376},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1402\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":1403}},\"1403\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1404},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString ||\\n 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true,\\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(),\\n visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1409},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1404\":{\"this\":{\"__isSmartRef__\":true,\"id\":1375},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1405}},\"1405\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1406}},\"1406\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1407},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1408},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1407\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1375},\"name\":\"morphMenuItems\"},\"1408\":{},\"1409\":{},\"1410\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1411\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1412\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1332},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1413\":{\"x\":71.99397894387357,\"y\":-13.030105280631261,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1414\":{\"x\":788.7426780861911,\"y\":9.508591852040126,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1415\":{\"centeredHorizontal\":false,\"moveHorizontal\":true},\"1416\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1417}],\"scripts\":[],\"id\":\"A12311D6-23C1-4711-9271-5B582F89F15B\",\"shape\":{\"__isSmartRef__\":true,\"id\":1432},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1436},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1448},\"label\":{\"__isSmartRef__\":true,\"id\":1417},\"name\":\"saveButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1457},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1458}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1494},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1495},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1496},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1497},\"derivationIds\":[7251,\"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1\",\"79FE3D3F-77C4-4B39-8243-D672185B416D\",\"A4D2FEDF-2654-4381-AB43-8F89B9CA2E86\",\"D686F0CB-027B-4CA9-8B8D-9306389B219D\",\"F51327CB-803E-4234-BFB3-6F5252D1C936\",\"A79280E8-6AE3-4016-AF47-CE78F71924C6\",\"B05829EB-D452-4D81-983B-E2CE425C8260\",\"32B117E5-52D8-4843-B80E-090B9817E099\",\"49AC923E-5272-4E3C-8F02-4F2AED2BC4E9\",\"85AAEA9C-5E12-4DEC-8994-9A5FE655A740\",\"2A7FF9BF-85D3-4962-8EB4-0F7016C672EB\",\"3BB17748-B91B-43F5-84BE-2537402A6382\",\"8BA10BD3-43C5-4A41-B9D9-DCD8C74EA208\",\"8BADA640-EDC1-41B2-BEF3-0F2520EA25DD\",\"CAFB5342-EFD3-483E-AE4A-343D211653EF\",\"C3DC8C6F-A36C-4456-AF34-B0A318C1AAD8\",\"88093937-29BB-43FC-AD82-4A0A4BDC349F\",\"27E1FA12-CE4A-4C1F-891F-EEEF92BD672F\"],\"layout\":{\"__isSmartRef__\":true,\"id\":1498},\"_Position\":{\"__isSmartRef__\":true,\"id\":1499},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":0.9880657804942089,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1417\":{\"submorphs\":[],\"scripts\":[],\"id\":\"6C84E15D-112D-4C04-87C1-937691E296A7\",\"shape\":{\"__isSmartRef__\":true,\"id\":1418},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1424},\"_MaxTextWidth\":97,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1425},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1426},\"owner\":{\"__isSmartRef__\":true,\"id\":1416},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1427},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1428}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1430},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1431},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED\",\"307A3596-1175-4EA6-AA27-5BA4C9D95AB7\",\"0EF99131-C569-4C2C-B613-E0D8423C1334\",\"9AECBFB8-25A5-483F-86AD-D7CF9ABC9A25\",\"918C6CC4-3540-4341-BAFD-B195F7807FEE\",\"5AABB138-5EE8-40A5-AB3C-5A9625D0A353\",\"4529D79B-4CC5-467E-91F8-661C3A5F49F8\",\"1E5E570C-FD42-45E3-A7F6-768BB14ACD14\",\"A13FB4E0-72F2-4E7C-A861-EDCBA1393860\",\"B8E4C964-4FFF-4A9F-B0A9-612546B1DC8C\",\"002A2173-D26D-4EED-8906-A489C1E158C0\",\"63362D04-B829-41E6-9E68-5B8DB03D382F\",\"996B60A4-8698-448F-A35F-79C768B4976B\",\"F0727398-A1F0-47F5-92CF-BB9677FA05FA\",\"38707063-D664-49A0-B2FB-F0666EC532D5\",\"0402FB51-915F-4491-8FA1-553F0D8F7F35\",\"5A35285D-C6A5-4830-97D9-0890A3F33F39\",\"53121F0B-7DA5-4622-AC08-DD4805D53374\"],\"_MinTextWidth\":97,\"_MinTextHeight\":null,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1418\":{\"position\":{\"__isSmartRef__\":true,\"id\":1419},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1420},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1421},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1422},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1423},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1419\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1420\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1421\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1422\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\"},\"1423\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1424\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1425\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1426\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1427\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1428\":{\"style\":{\"__isSmartRef__\":true,\"id\":1429},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1417},\"storedString\":\"save\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1429\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1430\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1431\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1417},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1432\":{\"position\":{\"__isSmartRef__\":true,\"id\":1433},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1434},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1435},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1436},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1446},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1447},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1433\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1434\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1435\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1436\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1437},{\"__isSmartRef__\":true,\"id\":1439},{\"__isSmartRef__\":true,\"id\":1441},{\"__isSmartRef__\":true,\"id\":1443}],\"vector\":{\"__isSmartRef__\":true,\"id\":1445},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1437\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1438}},\"1438\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1439\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1440}},\"1440\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1441\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1442}},\"1442\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1443\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1444}},\"1444\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1445\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1446\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\"},\"1447\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1448\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1449},{\"__isSmartRef__\":true,\"id\":1451},{\"__isSmartRef__\":true,\"id\":1453},{\"__isSmartRef__\":true,\"id\":1455}],\"vector\":{\"__isSmartRef__\":true,\"id\":1445},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1449\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1450}},\"1450\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1451\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1452}},\"1452\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1453\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1454}},\"1454\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1455\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1456}},\"1456\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1457\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1458\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1416},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":497},\"targetMethodName\":\"doSave\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":1459},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1459\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1460}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1475},\"derivationIds\":[null],\"id\":\"F46012D5-C8BE-4E52-BF98-D052FDAAE17A\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1482},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1483},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":1484},{\"__isSmartRef__\":true,\"id\":1485}],\"con\":{\"__isSmartRef__\":true,\"id\":1458},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1486},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1460\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1461},\"derivationIds\":[null],\"id\":\"A2A83C78-09B8-473C-829B-198206D7A9E4\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1472},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1473},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1474},\"owner\":{\"__isSmartRef__\":true,\"id\":1459},\"_Rotation\":3.077607197692381,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1461\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1462},{\"__isSmartRef__\":true,\"id\":1463},{\"__isSmartRef__\":true,\"id\":1464},{\"__isSmartRef__\":true,\"id\":1465}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1466},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1467},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1468},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1469},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1470},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1471},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1462\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1463\":{\"isAbsolute\":true,\"x\":-12,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1464\":{\"isAbsolute\":true,\"x\":4,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1465\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1466\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1467\":{\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1468\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1469\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1470\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1471\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1472\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1473\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1460},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1474\":{\"x\":201.20421122525056,\"y\":40.24084224505009,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1475\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1476},{\"__isSmartRef__\":true,\"id\":1477}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1478},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1479},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1480},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1481},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1470},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1476\":{\"isAbsolute\":true,\"x\":679.4857209639925,\"y\":9.595948897894004,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1477\":{\"isAbsolute\":true,\"x\":201.20421122525056,\"y\":40.24084224505009,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1478\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1479\":{\"x\":200,\"y\":9,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1480\":{\"x\":480,\"y\":32,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1481\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1482\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1483\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1459},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1484\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1459},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1485\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1459},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":1460},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1486\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":1487}},\"1487\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1488},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString ||\\n 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true,\\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(),\\n visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1493},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1488\":{\"this\":{\"__isSmartRef__\":true,\"id\":1459},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1489}},\"1489\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1490}},\"1490\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1491},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1492},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1491\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1459},\"name\":\"morphMenuItems\"},\"1492\":{},\"1493\":{},\"1494\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1495\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1496\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1416},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1497\":{\"x\":68.77671624028653,\"y\":-14.497241813457947,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1498\":{\"centeredHorizontal\":false,\"moveHorizontal\":true},\"1499\":{\"x\":675.4189853444968,\"y\":9.53851695196505,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1500\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1501}],\"scripts\":[],\"id\":\"7C978B2A-9109-42E1-95C5-A59CC74BD31B\",\"shape\":{\"__isSmartRef__\":true,\"id\":1516},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1532},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1520},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1533},\"label\":{\"__isSmartRef__\":true,\"id\":1501},\"name\":\"openTestsButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1542},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1543}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1544},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1545},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1546},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1547},\"derivationIds\":[7251,\"84054D2E-8176-440D-B413-279956A34FC2\",\"79434046-F834-490E-B705-0CE871D9E8B3\",\"FF38CA79-C0DF-4F2F-8FC3-407571EF6A54\",\"B1D50332-9F4F-4F7C-AC3F-95DC6C73EAA4\",\"5B8D7C39-987A-4849-BFFD-3F316CE03852\",\"F7C30F5C-7270-44B1-ADFF-7473F2012DB0\",\"5142302E-3E9A-476B-AB24-B2448DA6D3E4\",\"FEA3C508-593D-4BC7-B645-8B5630CF2EDE\",\"34DBC442-E1DE-42D7-8C63-BA9A1890C994\",\"4F9067A3-5A5C-4637-A76F-7E590CEE2BDA\",\"ADF74818-537A-4669-A455-9509BA7BD7E5\",\"AFCD7FA7-5429-4B1A-B8B8-AB03C18ABA08\",\"604C352D-0347-4329-A299-EAA3FF90B543\",\"46C5ED11-DE03-428F-A758-5308B3D323B5\"],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":0.9940149800149939,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1501\":{\"submorphs\":[],\"scripts\":[],\"id\":\"8ABD23FB-E90C-4EEB-BF53-DF3C6ACF2BD4\",\"shape\":{\"__isSmartRef__\":true,\"id\":1502},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1508},\"_MaxTextWidth\":97,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1509},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1510},\"owner\":{\"__isSmartRef__\":true,\"id\":1500},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1511},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1512}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1514},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1515},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2\",\"CB475566-05CE-43E2-B04D-EE32BC4CB718\",\"6BB077CE-92E6-47BE-BE88-9A48488562D1\",\"9E359973-2FDB-417B-BB06-AB34D52BD310\",\"58F098ED-A190-44F2-B73E-80802B2CF2F6\",\"AEA84B35-B349-4307-92C6-8F229705DFC2\",\"A677CADF-24FF-4177-9A3A-FE9AAE7D60FE\",\"0F875AD9-E54C-4735-9BA9-7B89574233A1\",\"840EBE92-3BC2-42EC-819E-3CD002576490\",\"78C4969D-2C33-4B17-9027-89B411B9F496\",\"C9A3D112-C2BC-43A3-A3CA-A68F41A0E4CF\",\"78CF2F1A-6697-4D03-AB2B-CAF862B4EDD6\",\"8B416918-CA4B-46D1-8A3C-40F8A754E44D\",\"01510710-A85B-4054-B0ED-7F2F02434806\"],\"_MinTextWidth\":97,\"_MinTextHeight\":null,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1502\":{\"position\":{\"__isSmartRef__\":true,\"id\":1503},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1504},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1505},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1506},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1507},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1503\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1504\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1505\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1506\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\"},\"1507\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1508\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1509\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1510\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1511\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1512\":{\"style\":{\"__isSmartRef__\":true,\"id\":1513},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1501},\"storedString\":\"Tests\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1513\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1514\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1515\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1501},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1516\":{\"position\":{\"__isSmartRef__\":true,\"id\":1517},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1518},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1519},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1520},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1530},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1531},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1517\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1518\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1519\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1520\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1521},{\"__isSmartRef__\":true,\"id\":1523},{\"__isSmartRef__\":true,\"id\":1525},{\"__isSmartRef__\":true,\"id\":1527}],\"vector\":{\"__isSmartRef__\":true,\"id\":1529},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1521\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1522}},\"1522\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1523\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1524}},\"1524\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1525\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1526}},\"1526\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1527\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1528}},\"1528\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1529\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1530\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\"},\"1531\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1532\":{\"x\":569.4738443086164,\"y\":9,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1533\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1534},{\"__isSmartRef__\":true,\"id\":1536},{\"__isSmartRef__\":true,\"id\":1538},{\"__isSmartRef__\":true,\"id\":1540}],\"vector\":{\"__isSmartRef__\":true,\"id\":1529},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1534\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1535}},\"1535\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1536\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1537}},\"1537\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1538\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1539}},\"1539\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1540\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1541}},\"1541\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1542\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1543\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1500},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"openPartTestRunner\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1544\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1545\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1546\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1500},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1547\":{\"x\":72.12712954861536,\"y\":-12.46465727058387,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1548\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1549},{\"__isSmartRef__\":true,\"id\":1567}],\"scripts\":[],\"id\":\"34D63515-7CC7-43FB-B7BB-87AFCA377D63\",\"shape\":{\"__isSmartRef__\":true,\"id\":1578},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1594},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1582},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1595},\"label\":{\"__isSmartRef__\":true,\"id\":1549},\"name\":\"MagnifierButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1604},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1607}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1608},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1609},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1610},\"derivationIds\":[2588,\"22797D34-67DE-4A06-81F0-4DF0A87ADBBC\",\"81CB4C12-BCF0-4097-8B6D-D9419046367A\",\"0767A57D-9BB2-48C6-9654-753D2B9D00A6\",\"42871246-6725-4E41-A2C1-5A5BCF041097\",\"BCE6E775-B5DF-4D6B-9F06-CDC02C1B1D0F\",\"797EC165-A639-42D9-A059-669F6BEB92A7\",\"FA498EFD-E50E-4CE0-9FA8-9AE2E8AE9580\",\"4B68C371-CB37-45B4-910A-611E5FFC23DD\",\"94E374B9-7ED4-4E39-96F1-6FD4E7AC3428\"],\"_ClipMode\":\"visible\",\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1611},\"_Rotation\":0,\"_Scale\":0.9920279440699439,\"highlightRectangle\":{\"__isSmartRef__\":true,\"id\":1612},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1698},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1549\":{\"submorphs\":[],\"scripts\":[],\"id\":\"BD48C003-0502-451D-B6AA-7369FF3D1030\",\"shape\":{\"__isSmartRef__\":true,\"id\":1550},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1556},\"_MaxTextWidth\":24,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1557},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1558},\"owner\":{\"__isSmartRef__\":true,\"id\":1548},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1559},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1560},{\"__isSmartRef__\":true,\"id\":1562}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1564},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1565},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"derivationIds\":[2589,\"024C5ADE-C4CF-4E8E-BEC5-F93AD4839702\",\"A2CC4D56-B9D8-4A48-B6FF-DDDD85ACDC2E\",\"5AC5C4DE-00B0-43DB-B7F1-765674CE818B\",\"750A11C6-766E-4B48-AE32-D71DE811EB4A\",\"66A7B56E-A94E-44AE-8AED-C0C1B07554D4\",\"CA8596D3-2D4F-453B-BE1B-DCEC8F85389B\",\"4D7DC32F-79CB-4AF8-8B21-AB4F1809D4A8\",\"439DE430-7651-470E-97D8-00E7F96B04DA\",\"DAC920E6-217B-4515-AC09-2F9DCBA7375C\"],\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":24,\"_MinTextHeight\":null,\"_FontSize\":10,\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1566},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1550\":{\"position\":{\"__isSmartRef__\":true,\"id\":1551},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1552},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1553},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1554},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1555},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1551\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1552\":{\"x\":24,\"y\":24,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1553\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1554\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\"},\"1555\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1556\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1557\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1558\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1559\":{\"x\":24,\"y\":24,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1560\":{\"style\":{\"__isSmartRef__\":true,\"id\":1561},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1549},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1561\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1562\":{\"style\":{\"__isSmartRef__\":true,\"id\":1563},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1549},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1563\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1564\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1565\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1549},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1566\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1567\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1568},\"derivationIds\":[null,\"29E543E0-AE93-493A-A694-FC1C330D0544\",\"F0366E4C-E97F-4C77-BEE4-340A0668ADD5\",\"347F6028-5092-4F54-9A34-3EFF3FF0B815\",\"BF7387E7-BCD7-4A5B-B9D2-C14ECF59EFCA\",\"85BA370B-966E-41F7-8C2F-F3A926EC2AA2\",\"1652172B-339A-43A1-9589-70E68B35A28E\",\"705524F7-129B-4102-834E-2A1A45985BB5\",\"5707DF70-CD77-4D53-96ED-5A0AEB227FB7\"],\"id\":\"257E62CE-C668-4317-B5B7-8D394BDC3F6C\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1573},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1574},\"_ClipMode\":\"visible\",\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1575},\"owner\":{\"__isSmartRef__\":true,\"id\":1548},\"name\":\"leftpointing_magnifying_glass.png\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1576},\"isBeingDragged\":false,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1577},\"eventsAreDisabled\":true,\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Image\"},\"1568\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1569},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1570},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1571},\"_ImageURL\":\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAABAAAAAQBPJcTWAAAALnRFWHRUaXRsZQBMRUZULVBPSU5USU5HIE1BR05JRllJTkcgR0xBU1MgKFUrMUY1MEQpw88haQAAABV0RVh0QXV0aG9yAEFuZHJldyBNYXJjdXNl5zc3gwAAAC90RVh0U29mdHdhcmUAaW5mby5maWxlZm9ybWF0LmRhdGEuVW5pY29kZVBuZ1NlcnZsZXRoAX8wAAAAQ3RFWHREZXNjcmlwdGlvbgBodHRwOi8vd3d3LmZpbGVmb3JtYXQuaW5mby9pbmZvL3VuaWNvZGUvMWY1MGQvaW5kZXguaHRtk2hNQgAAADt0RVh0Q29weXJpZ2h0AGh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LW5jLXNhLzIuMC9siJKDAAAIDklEQVR42u1daWxVRRQeCi0tIqCAQCTIUtEIGlk0ilqEkEbiQhSKGAyCooIIggsiQuMWZNGwVMUFNIhKZBMobZClgK1FwAU3wIpSREDcUFZFEM/JOzf3vPHet9ze1/eYe77k+zNzl5nz3ZlzZntPKYFAcHojDXimmKH6cQbwZuBM4HLgx8A9wBPAU8BjwJ3ADcDFwMnArsCaYjr/0BB4DwlwjAwfL38DzgX2AdYWk3pDJnAM8E/NuN8BpwEHAq8DXgpsCswANgN2APak/BeBu7T7sQX1A9YQE8fuDwYAf2BG/JrEaefxmSjaeOAO9syNwBwxd2Q0o/7fMhr6h8Fx+oBIX346cATwF/aON6Qbc0ZH4G4y0lHgOGAdD8/Be/KAs4AFwKsdrqkHnAA8Tu8rAzYWCWz0Bh5hraKTT11fL+AH1FXlA8/SrsEu61fmW9qLFEqNAv5LRsEw9twEvKMzcAvwJ3LoHG2AW+n9B4HdgixGHhNjiccuKlbUp9aC7yoGnqflraa8A8C2QRTjMvIVaITyKI61BjnkqiILWEjvPAwcxvLqAj+nvAqH7s1oNAfupcpjeNskhnvQOQ/xYfxQCziHRVl3sjxsNfspvYSuNR4Ywn5ClT5CA7lYkUPRU0YVy4CivkVlOE7TKxa6AP+ivKlBEORe9nUO8XD/QhWay6oqmlK3dYoirTYs70FK/wd4ocli1KVIByu7XXmb9BsOPEmj76riSfZxbAM2oPQMmqLB9GUmC/I0M8AtHp9xCd3/rM8fCHISy+vH0ruaOi3Coyqv6ETPKPSpXEOZ4X9XoSl+y89sovTNJgoyklW8rw8+aKFP5apFo3SrbMNcWsnFpgmylkU19R3yY4mc0mk0j88Z62PZ5jHDV7DQugE5dkx/3CQxzlb2qt6aCF1HtJH6BHoGju4v97F8+Sp8zeRGlldCaZtMEmQAq+zICL5hpUvrwfXy19gzZvhcvj6aILNZ3ij2ETQzRZA3WWU7RrgOfQsu05YCnyLxcFS9h91fTlMgfqKdJsg6lteBpQ8wRZASVqmmUa7txvwEJ/qe8SoxGxYymK+wpnMsNGHpxviRbVShkzEatAb5iEHUSrqzQVuiUMkMf5IFGWnM/71giiAHqEL7U7iMf2gtkk/B7/M51E4qMlklvzwNymgxl+VvobQPTRCkMavkDpaelkJlbOkgyDUsv0LZu19Oe/A++BBLvyIB0ZJX9HIQhHdZBymt1BQfso9V1Jorag28PUXKN8tBkHqUV4elLTJFkM9YpVqzllOcAmXDiG6vJsZhlt+Kpc80RZBiF2eJK4fZSS5bd4fWUcTyc1n6Y6YIMpVVii+LTgFOTHLZNjoIMpTlT2fpXUwRpIcKn021gHuwcDN0ss525Cnn3fIt2DXfK3vPljGbHtK1gdcFmkNdkYTK4gz0Tgcxytg1fI6rUBkGvubA54Ta0lTFK9VYFhS/xKV18PEHX3MfYpogfPUND9DwuamFlP5oNZXlZRcxlmsDWutsCl/aNQYZWhfBnTlOceNsLq459E1wyyhwEeNvFb7ZusClrEbhNlbJoyp8Y3UejehxPWS08v/MBrbIlcr92BvfwZit7KMKOC3f3FRBcBC2mRlBnz0dpOzN17gvqrdP7+2p7PkoJz7Hrq2pCfeqMhzXasbI1/KHa/m4Y93reRFcU1mrIh8IXaLCJzpnsLyfKRozHrNZpbFF9NHyx2pGw2tWAZ8H3gW8UjmvvWdSlIQb3raq6Kdzp6vwBbOhWn5/FRCggy9lFcdN1521ax5Q0Y9B41o7nkn8Rv1/gSkS0T/crb0vV4Uv465UAUNjLerCkfAN2jUXKef19apwnYP4AynK4tfNU6m1ZlMtaK/stQZrLXu0Q6g6OIpTjoVfAK/Xnp1GDp1fhy0th1rwHLqmEbXYHkEQJYcGitwouG2onoPx0Ne8q+yDmtGIs8lPUFCgH/Q5R4XPQlt8nfKzKB9/ouNHLT/ddFEw7t+uGQbPko90GY+gOHgcoRc5+YeBj1DY3JPyGrq8qy6JdMhBDAyz8azhZLq2JRuP4HE3a6f8KhNH7k4Dt9UORqoE3qGqfiAUo7L7lX1kjfMd4H0UHGTTFMpLzH8VUAS3iN2znsQ1GugvprCvkvMYdSFouBYxPu98FdoKusblmZXUoiz0J1FuYgPUfCrXAof7S4MgimXIRVH8wwHq5vBLna9Cs8ULyEgVWrCg8zAJ79TtjGDXjSMx5kd4Fk7XB+a3uq5Sob1QfoW86JzxR2zcjjyj3/mKTafUpCAi2nPLVcB+QA379YdoGuWEBxEwars1hujIOpZQQS1jWhzvKXeIDAOBRhT+YgQ2kcYK71NLwgOauAKJ50jwpFW8J2jHKHvLKwYBuENmVxyibAiqKIlCOkVY1g8HZHkQ5SOXeTaBR9RW9vT7agp34xVlo4jiL7KoG0TjriCR4hVlk0r8EYrAtZQiZa+14wx1qzhF2Syi+C+K5VOWko8RUVJIlPc8irIhKCP6ZItSqeJbh8kSU/qHDCbKMuZT4hFlrpgxcaIUUcuJR5TdYsLEiFLIQuLMOESZJOZLnCjLyMhrabqkZRRR1qsArDQmW5SlZOxPVWhJ2E2UNRJlVQ/wi19CRv9WhXbJoCh8zb+IujVBNYqymIyPP55ZxsQoVvK78kkBrp28rXVThSJGcoE7YZ5RoTMlc8SBpw7kj2IEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgSAZ+A+0ucC4BysctgAAAABJRU5ErkJggg==\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1572},\"_NodeClass\":[\"image\"],\"_NodeId\":\"29E543E0-AE93-493A-A694-FC1C330D0544\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isLoaded\":true,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Image\"},\"1569\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1570\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setImageURL\":\"setImageURLHTML\",\"getNativeExtent\":\"getNativeExtentHTML\"},\"1571\":{\"x\":29,\"y\":29,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1572\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1573\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1574\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1567},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1575\":{\"x\":-3.024108360992159,\"y\":0.008036120330757512,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1576\":{\"x\":28,\"y\":29,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1577\":{\"x\":39.935711037353485,\"y\":-9.032144481323257,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1578\":{\"position\":{\"__isSmartRef__\":true,\"id\":1579},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1580},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1581},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1582},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1592},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1593},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1579\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1580\":{\"x\":24,\"y\":24,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1581\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1582\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1583},{\"__isSmartRef__\":true,\"id\":1585},{\"__isSmartRef__\":true,\"id\":1587},{\"__isSmartRef__\":true,\"id\":1589}],\"vector\":{\"__isSmartRef__\":true,\"id\":1591},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1583\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1584}},\"1584\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1585\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1586}},\"1586\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1587\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1588}},\"1588\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1589\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1590}},\"1590\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1591\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1592\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\"},\"1593\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1594\":{\"x\":464.5087747493862,\"y\":8.483242611655214,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1595\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1596},{\"__isSmartRef__\":true,\"id\":1598},{\"__isSmartRef__\":true,\"id\":1600},{\"__isSmartRef__\":true,\"id\":1602}],\"vector\":{\"__isSmartRef__\":true,\"id\":1591},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1596\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1597}},\"1597\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1598\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1599}},\"1599\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1600\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1601}},\"1601\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1602\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1603}},\"1603\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1604\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"ScriptableButton\",\"comment\":\"Has a script that is called on button press\",\"changes\":[{\"__isSmartRef__\":true,\"id\":1605}],\"revisionOnLoad\":154251,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1605\":{\"date\":{\"__isSmartRef__\":true,\"id\":1606},\"author\":\"robertkrahn\",\"message\":\"no comment\",\"id\":\"0366C0A2-0C8E-4AEB-AAC3-120434134545\"},\"1606\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 14:10:10 GMT+0200 (CEST)\"},\"1607\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1548},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1548},\"targetMethodName\":\"onFire\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1608\":{\"x\":24.405327095521386,\"y\":24.0321444813232,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1609\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1610\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1548},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1611\":{\"x\":37.935711037353656,\"y\":-7.943747157684584,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1612\":{\"submorphs\":[],\"scripts\":[],\"id\":\"364FF344-E489-461B-BC8C-ED45E4823ED4\",\"shape\":{\"__isSmartRef__\":true,\"id\":1613},\"__layered_droppingEnabled__\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1620},\"showsHalos\":false,\"name\":\"HighlightRectangle\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1621},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1662},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1663},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1664},{\"__isSmartRef__\":true,\"id\":1665},{\"__isSmartRef__\":true,\"id\":1666}],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[127,\"F0291F62-F100-480C-AEBF-0230398F7983\",\"AE8B5ED7-E305-45BC-BE4A-1C28A49EE12B\",\"39BA345C-17FA-45A0-BAC2-F0CF5654ACF8\",\"FE91EA31-D8AE-461B-8A49-95DA5FBAE5B4\",\"F38439A3-2F4E-4AC2-BF73-2633C00B1393\",\"6748F5B5-2284-4748-A6EE-F1A261CBAD0B\",\"6FECB598-D130-4242-BF1B-E18767608129\",\"0B23F218-078F-4912-A262-31B957885F41\",\"C56BA290-B836-4946-B4EF-DBB6FBA2368C\",\"61176BAF-CFE6-4F2C-9F0A-971AAD6595A1\",\"CB4127B2-0AA5-4B50-9978-F1FF39924A82\",\"113050BB-CF0E-4193-91C6-9C25FC857EE8\",\"EFF939E4-317B-4662-943F-77A6E6F65BD0\",\"AA288E7F-3972-4F0D-87DD-61E4BD9C9C97\",\"903E8C60-1158-42D5-85D2-DF134DA6CEC1\",\"28FD6210-A549-4A11-9178-04E77FF556C0\",\"B3312E29-D786-469F-865E-91FD69475A52\",\"D947A1C1-DCBE-4485-A33D-DF549F6978E0\",\"56CE0E60-45BE-43FF-9C6C-296D8AC326B6\",\"CC61E3F8-8C8D-4F24-A591-023D3C88DEC8\"],\"partTests\":{\"__isSmartRef__\":true,\"id\":1671},\"_ClipMode\":\"visible\",\"moved\":true,\"isBeingDragged\":false,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1615},\"prevScroll\":[0,0],\"#startLetters\":\"\",\"eventsAreDisabled\":false,\"_HandStyle\":\"default\",\"_PointerEvents\":\"auto\",\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1676},\"_Rotation\":0,\"_Scale\":1.0060210561262526,\"owner\":null,\"magnifierButton\":{\"__isSmartRef__\":true,\"id\":1548},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1677},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"1613\":{\"position\":{\"__isSmartRef__\":true,\"id\":1614},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1615},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1616},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1617},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1618},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1619},\"_BorderRadius\":0,\"_Opacity\":0.2597,\"_BorderStyle\":\"hidden\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1614\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1615\":{\"x\":691.0285365288845,\"y\":475.61253261443596,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1616\":{\"r\":0.8,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1617\":{\"r\":0.227,\"g\":0,\"b\":1,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1618\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\"},\"1619\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1620\":{\"x\":305.41698041467214,\"y\":406.2845608379535,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1621\":{\"partsSpaceName\":\"PartsBin/Tools\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A rectangle which highlights the object under the first hand of the world\",\"migrationLevel\":4,\"partName\":\"HighlightRectangle\",\"changes\":[{\"__isSmartRef__\":true,\"id\":1622},{\"__isSmartRef__\":true,\"id\":1624},{\"__isSmartRef__\":true,\"id\":1626},{\"__isSmartRef__\":true,\"id\":1628},{\"__isSmartRef__\":true,\"id\":1630},{\"__isSmartRef__\":true,\"id\":1632},{\"__isSmartRef__\":true,\"id\":1634},{\"__isSmartRef__\":true,\"id\":1636},{\"__isSmartRef__\":true,\"id\":1638},{\"__isSmartRef__\":true,\"id\":1640},{\"__isSmartRef__\":true,\"id\":1642},{\"__isSmartRef__\":true,\"id\":1644},{\"__isSmartRef__\":true,\"id\":1646},{\"__isSmartRef__\":true,\"id\":1648},{\"__isSmartRef__\":true,\"id\":1650},{\"__isSmartRef__\":true,\"id\":1652},{\"__isSmartRef__\":true,\"id\":1654},{\"__isSmartRef__\":true,\"id\":1656},{\"__isSmartRef__\":true,\"id\":1658},{\"__isSmartRef__\":true,\"id\":1660}],\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1622\":{\"date\":{\"__isSmartRef__\":true,\"id\":1623},\"author\":\"timfelgentreff\",\"message\":\"no comment\",\"id\":\"3DB7DB40-210A-4BED-91FD-9287005703EC\"},\"1623\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 17:04:54 GMT+0200 (CEST)\"},\"1624\":{\"date\":{\"__isSmartRef__\":true,\"id\":1625},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"23D7AA12-66A9-4C3B-B494-131256C291AC\"},\"1625\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:57:13 GMT+0200 (CEST)\"},\"1626\":{\"date\":{\"__isSmartRef__\":true,\"id\":1627},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"2C30B7CA-388F-4F51-B4CF-A2E50E381148\"},\"1627\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:23:11 GMT+0200 (CEST)\"},\"1628\":{\"date\":{\"__isSmartRef__\":true,\"id\":1629},\"author\":\"tessi\",\"message\":\"diable events\",\"id\":\"7C1F71A3-FDAC-470A-B9A9-E1F2C9FEF18E\"},\"1629\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 14:46:08 GMT+0200 (CEST)\"},\"1630\":{\"date\":{\"__isSmartRef__\":true,\"id\":1631},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"01996A33-11BC-4C15-96D7-B7D219E2E961\"},\"1631\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 14:39:50 GMT+0200 (CEST)\"},\"1632\":{\"date\":{\"__isSmartRef__\":true,\"id\":1633},\"author\":\"undefined\",\"message\":\"whoopsie\",\"id\":\"3F17A2D2-3C24-424B-B0FA-E43112267D23\"},\"1633\":{\"isSerializedDate\":true,\"string\":\"Thu May 03 2012 15:51:36 GMT+0200 (CEST)\"},\"1634\":{\"date\":{\"__isSmartRef__\":true,\"id\":1635},\"author\":\"undefined\",\"message\":\"whoopsie\",\"id\":\"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC\"},\"1635\":{\"isSerializedDate\":true,\"string\":\"Thu May 03 2012 15:51:30 GMT+0200 (CEST)\"},\"1636\":{\"date\":{\"__isSmartRef__\":true,\"id\":1637},\"author\":\"undefined\",\"message\":\"sorry\",\"id\":\"44B56D2E-9B59-4C67-A305-49A6E10E66C2\"},\"1637\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 14 2012 10:53:45 GMT+0100 (CET)\"},\"1638\":{\"date\":{\"__isSmartRef__\":true,\"id\":1639},\"author\":\"fbo\",\"message\":\"\",\"id\":\"BD1C654D-9100-4B66-BC62-B15FF2498B2B\"},\"1639\":{\"isSerializedDate\":true,\"string\":\"Sat Feb 25 2012 02:59:09 GMT+0100 (CET)\"},\"1640\":{\"date\":{\"__isSmartRef__\":true,\"id\":1641},\"author\":\"undefined\",\"message\":\"css transitions\",\"id\":\"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7\"},\"1641\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 14 2012 10:42:26 GMT+0100 (CET)\"},\"1642\":{\"date\":{\"__isSmartRef__\":true,\"id\":1643},\"author\":\"undefined\",\"message\":\"suddenly, the rectangle became a CarDemo\",\"id\":\"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350\"},\"1643\":{\"isSerializedDate\":true,\"string\":\"Mon Apr 09 2012 13:42:07 GMT+0200 (CEST)\"},\"1644\":{\"date\":{\"__isSmartRef__\":true,\"id\":1645},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"4B982A01-25B3-455A-848D-89C2C3C471D7\"},\"1645\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 13:58:01 GMT+0200 (CEST)\"},\"1646\":{\"date\":{\"__isSmartRef__\":true,\"id\":1647},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"2FD6CB7B-3BC7-4666-98B4-AACF1001954D\"},\"1647\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 14:07:32 GMT+0200 (CEST)\"},\"1648\":{\"date\":{\"__isSmartRef__\":true,\"id\":1649},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"09CF5ECF-2C87-4B66-A164-39848628596F\"},\"1649\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 15:34:59 GMT+0200 (CEST)\"},\"1650\":{\"date\":{\"__isSmartRef__\":true,\"id\":1651},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"252A3EB5-DB00-4CF9-BF38-2927DD1C5229\"},\"1651\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:34:29 GMT+0200 (CEST)\"},\"1652\":{\"date\":{\"__isSmartRef__\":true,\"id\":1653},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"81534551-62C1-4FC9-96CB-A5AC6642CA1E\"},\"1653\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:45:49 GMT+0200 (CEST)\"},\"1654\":{\"date\":{\"__isSmartRef__\":true,\"id\":1655},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"5125DE3A-D50E-4621-8490-F3A9D99C2C4C\"},\"1655\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:47:20 GMT+0200 (CEST)\"},\"1656\":{\"date\":{\"__isSmartRef__\":true,\"id\":1657},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"C81A2FBF-CB0B-4A0B-9D63-F9AEDFCB5DA6\"},\"1657\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:51:06 GMT+0200 (CEST)\"},\"1658\":{\"date\":{\"__isSmartRef__\":true,\"id\":1659},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"DC8EF5EC-7563-45B6-816D-20E2DC218525\"},\"1659\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:52:10 GMT+0200 (CEST)\"},\"1660\":{\"date\":{\"__isSmartRef__\":true,\"id\":1661},\"author\":\"timfelgentreff\",\"message\":\"no comment\",\"id\":\"E7515DFB-DE7D-4E1F-A2C3-85166DCE4942\"},\"1661\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:59:39 GMT+0200 (CEST)\"},\"1662\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1663\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1612},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1664\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1612},\"sourceAttrName\":\"onMouseMove\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1612},\"targetMethodName\":\"updateOnMove\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1665\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1612},\"sourceAttrName\":\"onMouseUp\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1548},\"targetMethodName\":\"removeHighlighting\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1666\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1612},\"sourceAttrName\":\"onMouseUp\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"setTarget\",\"converterString\":\"function () {\\n return this.sourceObj.coveredMorph()\\n }\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1667},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1668},\"__LivelyClassName__\":\"AttributeConnection\"},\"1667\":{\"source\":{\"__isSmartRef__\":true,\"id\":1612},\"target\":{\"__isSmartRef__\":true,\"id\":1}},\"1668\":{\"converter\":{\"__isSmartRef__\":true,\"id\":1669}},\"1669\":{\"originalFunc\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1667},\"source\":\"function () {\\n return this.sourceObj.coveredMorph()\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1670},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1670\":{},\"1671\":{\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1672}},\"1672\":{\"test01IsMorph\":{\"__isSmartRef__\":true,\"id\":1673}},\"1673\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1674},\"source\":\"function test01IsMorph(aPart) {\\n this.assert(aPart.isMorph, 'rectangle should be a morph');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1675},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1674\":{\"this\":{\"__isSmartRef__\":true,\"id\":1671}},\"1675\":{},\"1676\":{\"x\":43.995993991989735,\"y\":-14.012018024029999,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1677\":{\"update\":{\"__isSmartRef__\":true,\"id\":1678},\"coveredMorph\":{\"__isSmartRef__\":true,\"id\":1682},\"updateOnMove\":{\"__isSmartRef__\":true,\"id\":1686},\"bringToFront\":{\"__isSmartRef__\":true,\"id\":1690}},\"1678\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1679},\"source\":\"function update(morph) {\\n if (morph === this.magnifierButton ||\\n this.magnifierButton.submorphs.indexOf(morph) >= 0) {\\n morph = this.magnifierButton.currentTarget()\\n }\\n\\n if (morph) {\\n this.setPosition(morph.getPositionInWorld())\\n this.setExtent(morph.getExtent())\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1680},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"1679\":{\"this\":{\"__isSmartRef__\":true,\"id\":1612}},\"1680\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1681},\"user\":\"lauritz\",\"tags\":[]},\"1681\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 18:30:09 GMT+0200 (CEST)\"},\"1682\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1683},\"source\":\"function coveredMorph() {\\n var that = this\\n return $world.morphsContainingPoint($world.firstHand().getPosition()).detect(\\n function(ea) {\\n return !ea.isPlaceholder &&\\n !ea.isHalo &&\\n (!ea.owner || !ea.owner.isHalo) &&\\n !(ea === that);\\n });\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1684},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1683\":{\"this\":{\"__isSmartRef__\":true,\"id\":1612}},\"1684\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1685},\"user\":\"lauritz\",\"tags\":[]},\"1685\":{\"isSerializedDate\":true,\"string\":\"Tue May 29 2012 13:24:20 GMT+0200 (CEST)\"},\"1686\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1687},\"source\":\"function updateOnMove() {\\n this.update(this.coveredMorph())\\n this.bringToFront();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1688},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1687\":{\"this\":{\"__isSmartRef__\":true,\"id\":1612}},\"1688\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1689},\"user\":\"lauritz\",\"tags\":[]},\"1689\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 17:28:21 GMT+0200 (CEST)\"},\"1690\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1691},\"source\":\"function bringToFront() {\\n this.renderContext().morphNode.style.zIndex= 1000\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1696},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1691\":{\"this\":{\"__isSmartRef__\":true,\"id\":1612},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1692}},\"1692\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1693}},\"1693\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1694},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n if ($world) \\n $world.logError(e, 'Error in $super call')\\n else\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1695},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1694\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1612},\"name\":\"bringToFront\"},\"1695\":{},\"1696\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1697},\"user\":\"lauritz\",\"tags\":[]},\"1697\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 17:28:10 GMT+0200 (CEST)\"},\"1698\":{\"onFire\":{\"__isSmartRef__\":true,\"id\":1699},\"removeHighlighting\":{\"__isSmartRef__\":true,\"id\":1703},\"onMouseMove\":{\"__isSmartRef__\":true,\"id\":1707},\"onMouseOut\":{\"__isSmartRef__\":true,\"id\":1715},\"reset\":{\"__isSmartRef__\":true,\"id\":1723},\"isTracking\":{\"__isSmartRef__\":true,\"id\":1727},\"isHighlighting\":{\"__isSmartRef__\":true,\"id\":1731},\"currentTarget\":{\"__isSmartRef__\":true,\"id\":1735}},\"1699\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1700},\"source\":\"function onFire() {\\n var hand = this.world().firstHand(),\\n rect = this.highlightRectangle,\\n that = this\\n\\n if (this.isTracking()) {\\n this.removeHighlighting()\\n } else {\\n this.world().addMorph(rect)\\n hand.highlightConnection = connect(hand, \\\"scrollFocusMorph\\\", rect, \\\"update\\\")\\n rect.bringToFront()\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1701},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1700\":{\"this\":{\"__isSmartRef__\":true,\"id\":1548}},\"1701\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1702},\"user\":\"lauritz\",\"tags\":[]},\"1702\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 18:04:33 GMT+0200 (CEST)\"},\"1703\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1704},\"source\":\"function removeHighlighting() {\\n var hand = this.world().firstHand(),\\n rect = this.highlightRectangle\\n if (rect) {\\n rect.remove()\\n }\\n hand.attributeConnections.removeAt(\\n hand.attributeConnections.indexOf(hand.highlightConnection))\\n hand.highlightConnection = null\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1705},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1704\":{\"this\":{\"__isSmartRef__\":true,\"id\":1548}},\"1705\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1706},\"user\":\"lauritz\",\"tags\":[]},\"1706\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 17:20:20 GMT+0200 (CEST)\"},\"1707\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1708},\"source\":\"function onMouseMove(evt) {\\n var rect = this.highlightRectangle\\n\\n var target = this.currentTarget()\\n if (target && !this.isHighlighting()) {\\n rect.update(target)\\n this.world().addMorph(rect)\\n rect.bringToFront()\\n this.targetHighlight = rect\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1713},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"1708\":{\"this\":{\"__isSmartRef__\":true,\"id\":1548},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1709}},\"1709\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1710}},\"1710\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1711},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n if ($world) \\n $world.logError(e, 'Error in $super call')\\n else\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1712},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"1711\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1548},\"name\":\"onMouseMove\"},\"1712\":{},\"1713\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1714},\"user\":\"lauritz\",\"tags\":[]},\"1714\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 18:25:44 GMT+0200 (CEST)\"},\"1715\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1716},\"source\":\"function onMouseOut() {\\n if (this.isHighlighting()) {\\n if (!this.isTracking()) {\\n this.targetHighlight.remove()\\n }\\n delete this.targetHighlight\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1721},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1716\":{\"this\":{\"__isSmartRef__\":true,\"id\":1548},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1717}},\"1717\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1718}},\"1718\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1719},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n if ($world) \\n $world.logError(e, 'Error in $super call')\\n else\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1720},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1719\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1548},\"name\":\"onMouseOut\"},\"1720\":{},\"1721\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1722},\"user\":\"lauritz\",\"tags\":[]},\"1722\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 18:05:25 GMT+0200 (CEST)\"},\"1723\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1724},\"source\":\"function reset() {\\n var rect = this.highlightRectangle\\n rect.attributeConnections = []\\n connect(rect, \\\"onMouseMove\\\", rect, \\\"updateOnMove\\\")\\n connect(rect, \\\"onMouseUp\\\", this, \\\"removeHighlighting\\\")\\n connect(rect, \\\"onMouseUp\\\", this.owner, \\\"setTarget\\\",\\n {converter: function () {\\n return this.sourceObj.coveredMorph()\\n }\\n })\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1725},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1724\":{\"this\":{\"__isSmartRef__\":true,\"id\":1548}},\"1725\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1726},\"user\":\"lauritz\",\"tags\":[]},\"1726\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 17:23:51 GMT+0200 (CEST)\"},\"1727\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1728},\"source\":\"function isTracking() {\\n return !!this.world().firstHand().highlightConnection\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1729},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1728\":{\"this\":{\"__isSmartRef__\":true,\"id\":1548}},\"1729\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1730},\"user\":\"lauritz\",\"tags\":[]},\"1730\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 18:04:17 GMT+0200 (CEST)\"},\"1731\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1732},\"source\":\"function isHighlighting() {\\n return !!this.targetHighlight\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1733},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1732\":{\"this\":{\"__isSmartRef__\":true,\"id\":1548}},\"1733\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1734},\"user\":\"lauritz\",\"tags\":[]},\"1734\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 18:04:53 GMT+0200 (CEST)\"},\"1735\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1736},\"source\":\"function currentTarget() {\\n return this.owner.target;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1737},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"1736\":{\"this\":{\"__isSmartRef__\":true,\"id\":1548}},\"1737\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1738},\"user\":\"lauritz\",\"tags\":[]},\"1738\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 18:26:02 GMT+0200 (CEST)\"},\"1739\":{\"position\":{\"__isSmartRef__\":true,\"id\":1740},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1741},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1742},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1743},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1744},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1745},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1740\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1741\":{\"x\":909.0285365288845,\"y\":526.612532614436,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1742\":{\"r\":0.372,\"g\":0.369,\"b\":0.372,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1743\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1744\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\"},\"1745\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1746\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"Edit scripts and connections of a specific morph.\",\"migrationLevel\":4,\"partName\":\"ObjectEditorPane\",\"changes\":[{\"__isSmartRef__\":true,\"id\":1747}],\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1747\":{\"date\":{\"__isSmartRef__\":true,\"id\":1748},\"author\":\"lauritz\",\"message\":\"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items.\"},\"1748\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 21 2011 00:39:30 GMT+0200 (CEST)\"},\"1749\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1750\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1751\":{\"x\":909.0285365288845,\"y\":526.612532614436,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1752\":{\"resizeWidth\":true,\"resizeHeight\":true,\"adjustForNewBounds\":true},\"1753\":{\"x\":350.2386236582805,\"y\":-3.2455173507596555,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1754\":{\"x\":0.971126750461849,\"y\":21.45669012569269,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1755\":{},\"1756\":{\"displayInitialScript\":{\"__isSmartRef__\":true,\"id\":1757},\"displayJavaScriptSource\":{\"__isSmartRef__\":true,\"id\":1761},\"displaySourceForConnection\":{\"__isSmartRef__\":true,\"id\":1765},\"displaySourceForScript\":{\"__isSmartRef__\":true,\"id\":1769},\"generateSourceForConnection\":{\"__isSmartRef__\":true,\"id\":1773},\"generateSourceForScript\":{\"__isSmartRef__\":true,\"id\":1777},\"generateTargetCode\":{\"__isSmartRef__\":true,\"id\":1781},\"newConnection\":{\"__isSmartRef__\":true,\"id\":1785},\"newScript\":{\"__isSmartRef__\":true,\"id\":1789},\"reset\":{\"__isSmartRef__\":true,\"id\":1793},\"selectChangedContent\":{\"__isSmartRef__\":true,\"id\":1797},\"setTarget\":{\"__isSmartRef__\":true,\"id\":1801},\"sortedConnectionNamesOfObj\":{\"__isSmartRef__\":true,\"id\":1805},\"sortedScriptNamesOfObj\":{\"__isSmartRef__\":true,\"id\":1809},\"updateLists\":{\"__isSmartRef__\":true,\"id\":1813},\"onShutdown\":{\"__isSmartRef__\":true,\"id\":1817},\"confirmUnsavedChanges\":{\"__isSmartRef__\":true,\"id\":1821},\"update\":{\"__isSmartRef__\":true,\"id\":1825},\"ensureAnnotationLayer\":{\"__isSmartRef__\":true,\"id\":1829},\"migrateOldScriptAnnotations\":{\"__isSmartRef__\":true,\"id\":1833},\"copyToPartsBinWithUserRequest\":{\"__isSmartRef__\":true,\"id\":1837},\"printTags\":{\"__isSmartRef__\":true,\"id\":1845},\"setTag\":{\"__isSmartRef__\":true,\"id\":1849},\"runScript\":{\"__isSmartRef__\":true,\"id\":1853},\"openPartTestRunner\":{\"__isSmartRef__\":true,\"id\":1857}},\"1757\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1758},\"source\":\"function displayInitialScript() {\\n if (this.scriptList.getList().size() > 1) {\\n this.scriptList.preselectItem();\\n } else if (this.connectionList.getList().size() > 1) {\\n this.connectionList.preselectItem();\\n } else {\\n this.scriptList.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1759},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1758\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1759\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1760},\"user\":\"lauritz\",\"tags\":[]},\"1760\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:13:43 GMT+0100 (CET)\"},\"1761\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1762},\"source\":\"function displayJavaScriptSource(jsCode) {\\n if (this.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function(confirmed) {\\n if (confirmed) that.scriptPane.display(jsCode)\\n };\\n this.confirmUnsavedChanges(callback);\\n } else {\\n this.scriptPane.display(jsCode);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1763},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1762\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1763\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1764},\"user\":\"lauritz\",\"tags\":[]},\"1764\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)\"},\"1765\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1766},\"source\":\"function displaySourceForConnection(connection) {\\n var code = \\\"\\\", that = this;\\n if (connection === undefined) return;\\n if (connection === null) {\\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\\\"\\\\n\\\\n\\\");\\n });\\n code = code.substring(0, code.length - \\\"\\\\n\\\\n\\\".length - 1);\\n } else {\\n code = this.generateSourceForConnection(connection);\\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1767},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1766\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1767\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1768},\"user\":\"conradcalmez\",\"tags\":[]},\"1768\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 14:59:30 GMT+0100 (CET)\"},\"1769\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1770},\"source\":\"function displaySourceForScript(scriptName) {\\n var code = \\\"\\\",\\n that = this;\\n if (scriptName === null) {\\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForScript(each)).concat(\\\"\\\\n\\\\n\\\\n\\\");\\n });\\n code = code.substring(0, code.length - \\\"\\\\n\\\\n\\\\n\\\".length - 1);\\n } else {\\n code = this.generateSourceForScript(scriptName); \\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1771},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1770\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1771\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1772},\"user\":\"lauritz\",\"tags\":[]},\"1772\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:51:37 GMT+0100 (CET)\"},\"1773\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1774},\"source\":\"function generateSourceForConnection(connection) {\\n var c = connection, targetObject = this.target;\\n\\tif (!c.getTargetObj() || !c.getTargetObj().name || \\n\\t\\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\\n\\n\\tvar optConfig = []\\n\\tif (c.converterString)\\n\\t\\toptConfig.push(\\\"converter: \\\\n\\\\t\\\" + c.converterString)\\n\\tif (c.updaterString)\\n\\t\\toptConfig.push(\\\"updater: \\\\n\\\\t\\\" + c.updaterString)\\n\\treturn Strings.format('connect(%s, \\\"%s\\\", %s, \\\"%s\\\", {%s});', \\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getSourceObj()),\\n\\t\\t\\tc.getSourceAttrName(),\\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getTargetObj()),\\n\\t\\t\\tc.getTargetMethodName(),\\n\\t\\t\\toptConfig.join(','));\\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1775},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1774\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1775\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1776},\"user\":\"lauritz\",\"tags\":[]},\"1776\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)\"},\"1777\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1778},\"source\":\"function generateSourceForScript(scriptName) {\\n var script = this.target[scriptName],\\n annotation = '',\\n scriptSource = '',\\n tagScript = '';\\n\\n if (script.timestamp && script.user) \\n annotation = Strings.format('// changed at %s by %s \\\\n', script.timestamp, script.user);\\n scriptSource = Strings.format('this.addScript(%s)', script.getOriginal());\\n tagScript = Strings.format('.tag(%s);', this.printTags(script));\\n\\n return annotation + scriptSource + tagScript;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1779},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1778\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1779\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1780},\"user\":\"lauritz\",\"tags\":[]},\"1780\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:32:42 GMT+0100 (CET)\"},\"1781\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1782},\"source\":\"function generateTargetCode(baseObject, targetObject) {\\n\\tvar name = targetObject.name;\\n\\tif (baseObject === targetObject) \\n\\t\\treturn \\\"this\\\";\\n\\telse if (baseObject[name] === targetObject) \\n\\t\\treturn \\\"this.\\\" + name;\\n\\telse if (baseObject.testObject === targetObject) \\n\\t\\treturn \\\"this.testObject\\\";\\n\\telse if (baseObject.get(name) === targetObject) \\n\\t\\treturn 'this.get(\\\"' + name + '\\\")';\\n\\telse if (targetObject instanceof Morph) \\n\\t\\treturn '$morph(\\\"' + name + '\\\")';\\n\\telse \\n\\t\\treturn \\\"????\\\";\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1783},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1782\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1783\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1784},\"user\":\"lauritz\",\"tags\":[]},\"1784\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)\"},\"1785\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1786},\"source\":\"function newConnection() {\\n if (this.target) {\\n var code = \\\"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1787},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1786\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1787\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1788},\"user\":\"lauritz\",\"tags\":[]},\"1788\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)\"},\"1789\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1790},\"source\":\"function newScript() {\\n if (this.target) {\\n var code = \\\"this.addScript(function SCRIPTNAME() {\\\\n \\\\n}).tag([]);\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1791},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1790\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1791\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1792},\"user\":\"lauritz\",\"tags\":[]},\"1792\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:24:25 GMT+0100 (CET)\"},\"1793\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1794},\"source\":\"function reset() {\\n this.scriptPane = this.get('ObjectEditorScriptPane')\\n this.scriptList = this.get('ObjectEditorScriptList')\\n this.connectionList = this.get('ObjectEditorConnectionList')\\n this.morphSelector = this.get('ObjectEditorMorphSelector')\\n this.target = null;\\n this.scriptPane.reset();\\n this.scriptList.setList();\\n this.scriptList.selection = null;\\n this.connectionList.setList();\\n this.connectionList.selection = null;\\n this.morphSelector.reset();\\n this.tagChooser.reset();\\n this.currentTag = null;\\n this.stopStepping();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1795},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1794\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1795\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1796},\"user\":\"conradcalmez\",\"tags\":[]},\"1796\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 14:57:50 GMT+0100 (CET)\"},\"1797\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1798},\"source\":\"function selectChangedContent(source) {\\n\\n var addScriptRegex = /this\\\\.addScript\\\\s*\\\\(\\\\s*function\\\\s*([^\\\\(]*)/g;\\n var addScriptMatches = [];\\n var addScriptMatch = addScriptRegex.exec(source);\\n while (addScriptMatch) {\\n addScriptMatches.push(addScriptMatch[1]);\\n addScriptMatch = addScriptRegex.exec(source);\\n }\\n \\n // if scripts were added, select either a specific one or all\\n if (addScriptMatches.length > 0) { \\n if (addScriptMatches.length === 1) {\\n return this.scriptList.selectAddedScript(addScriptMatches[0]);\\n }\\n return this.scriptList.selectAt(0);\\n }\\n\\n var connectionRegex = \\n /connect\\\\(\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"\\\\s*,\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"/g;\\n var connectionMatches = [];\\n var connectionMatch = connectionRegex.exec(source);\\n while (connectionMatch) {\\n connectionMatches.push(connectionMatch);\\n connectionMatch = connectionRegex.exec(source);\\n }\\n\\n // if connections were made, select either a specific one or all\\n if (connectionMatches.length > 0) {\\n if (connectionMatches.length === 1) {\\n var match = connectionMatches[0];\\n for (var i=0; i>saveDoesNotAskForCredentialsInSafari.xhtml"},"13342":{"type":"S:modified","url":"/users/martin/measurements/FAQ.xhtml"},"13343":{"type":"S:modified","url":"/users/gerald24/temp.xhtml"},"13344":{"type":"S:modified","url":"/users/markoroeder/MetadataVisualization.xhtml"},"13345":{"type":"S:modified","url":"/demos/WorldSerializationGraph.xhtml"},"13346":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/ImageDroppin.xhtml"},"13347":{"type":"S:modified","url":"/users/Dan/LiveWeb-NewLayout.xhtml"},"13348":{"type":"S:modified","url":"/core/lively/DOMAbstraction.js"},"13349":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/Slider.xhtml"},"13350":{"type":"S:modified","url":"/demos/ScriptingClock.xhtml"},"13351":{"type":"S:modified","url":"/issues/111017_BrowsingSubmorphsWithObjectExplorerBroken.xhtml"},"13352":{"type":"S:modified","url":"/users/Dan/Tutorial1.xhtml"},"13353":{"type":"S:modified","url":"/users/fbo/empty3.xhtml"},"13354":{"type":"S:modified","url":"/demos/visualizations/FPSProtovis.xhtml"},"13355":{"type":"S:modified","url":"/draft/NewWorld/ObjectTracerPart.xhtml"},"13356":{"type":"S:modified","url":"/issues/110629_SlideoverlayIsBrokenAfterSavingItHidden.xhtml"},"13357":{"type":"S:modified","url":"/users/markoroeder/GOTY2011.xhtml"},"13358":{"type":"S:modified","url":"/users/fbo/DraftLayout.xhtml"},"13359":{"type":"S:modified","url":"/users/fbo/onMouseMoveRefactoring.xhtml"},"13360":{"type":"S:modified","url":"/users/Dan/PM/ScripterDev.xhtml"},"13361":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksSebastian.xhtml"},"13362":{"type":"S:modified","url":"/users/fbo/DataTables.xhtml"},"13363":{"type":"S:modified","url":"/users/fbo/myLineWorld.xhtml"},"13364":{"type":"S:modified","url":"/issues/110526_ConnectorsInTheNewWorld.xhtml"},"13365":{"type":"S:modified","url":"/users/Dan/PM/FormLayoutExpt.xhtml"},"13366":{"type":"S:modified","url":"/users/Dan/MyQBF.xhtml"},"13367":{"type":"S:modified","url":"/users/Dan/LiveWeb2.xhtml"},"13368":{"type":"S:modified","url":"/users/fbo/layoutPlaceholdersForDragging.xhtml"},"13369":{"type":"S:modified","url":"/webwerkstatt.xhtml"},"13370":{"type":"S:modified","url":"/users/sofia/georgi/Versions.xhtml"},"13371":{"type":"S:modified","url":"/issues/fixed/110506_CompletelyEmphasizedTextDoesNotSerialize.xhtml"},"13372":{"type":"S:modified","url":"/issues/110518_ShadowOfAMorphDoesNotReflectRotation.xhtml"},"13373":{"type":"S:modified","url":"/users/olmeca/start.xhtml"},"13374":{"type":"S:modified","url":"/users/sofia/martin/3.xhtml"},"13375":{"type":"S:modified","url":"/issues/110514_DontShowEditCursorForHalosMenusEtc.xhtml"},"13376":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/Lists.xhtml"},"13377":{"type":"S:modified","url":"/users/fbo/layoutDragSnap.xhtml"},"13378":{"type":"S:modified","url":"/users/sofia/georgi/new.xhtml"},"13379":{"type":"S:modified","url":"/users/mkilling/ikuh.xhtml"},"13380":{"type":"S:modified","url":"/draft/NewWorld/ClassBrowser.xhtml"},"13381":{"type":"S:modified","url":"/users/fbo/xamppInstaller.xhtml"},"13382":{"type":"S:modified","url":"/users/Kat/QBF2B.xhtml"},"13383":{"type":"S:modified","url":"/demos/visualizations/protovis.xhtml"},"13384":{"type":"S:modified","url":"/users/NikolaySuslov/start.xhtml"},"13385":{"type":"S:modified","url":"/documentation/Lively2Installation.xhtml"},"13386":{"type":"S:modified","url":"/issues/110518_ProblemToOpenDialogs.xhtml"},"13387":{"type":"S:modified","url":"/users/sofia/learning_prototype_js.xhtml"},"13388":{"type":"S:modified","url":"/issues/110809_AsScriptOfMethodDoesNotChangeFunctionName.xhtml"},"13389":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksBenjamin.xhtml"},"13390":{"type":"S:modified","url":"/users/sofia/video1.xhtml"},"13391":{"type":"S:modified","url":"/empty.xhtml"},"13392":{"type":"S:modified","url":"/demos/LiveWeb/LiveWeb.xhtml"},"13393":{"type":"S:modified","url":"/users/cschuster/start.xhtml"},"13394":{"type":"S:modified","url":"/issues/fixed/110509_WorldMenuDoesNotWork.xhtml"},"13395":{"type":"S:modified","url":"/users/Dan/QuickBrownFox.xhtml"},"13396":{"type":"S:modified","url":"/projects/Lively2/Minimal.xhtml"},"13397":{"type":"S:modified","url":"/issues/111005_LineIssues.xhtml"},"13398":{"type":"S:modified","url":"/issues/fixed/110506_PartsbinHasNoAddOrRemoveCategoryButtons.xhtml"},"13399":{"type":"S:modified","url":"/users/sofia/experiments/css_theming.xhtml"},"13400":{"type":"S:modified","url":"/documentation/videoTutorials/110630_CPUVis.xhtml"},"13401":{"type":"S:modified","url":"/users/template/start.xhtml"},"13402":{"type":"S:modified","url":"/documentation/Traits.xhtml"},"13403":{"type":"S:modified","url":"/issues/110717_ShapeOffsetMakesEventsGoMad.xhtml"},"13404":{"type":"S:modified","url":"/users/fbo/jQueryUi.xhtml"},"13405":{"type":"S:modified","url":"/users/robertkrahn/nonexisting.xhtml"},"13406":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/DroppingForImport.xhtml"},"13407":{"type":"S:modified","url":"/cleanup.xhtml"},"13408":{"type":"S:modified","url":"/issues/110522_ListAndTextScrollWorldAfterReachingTheirScrollBounds.xhtml"},"13409":{"type":"S:modified","url":"/projects/BP2012/simple.xhtml"},"13410":{"type":"S:modified","url":"/issues/110831_ScrolingWithNewClippingCodeDoesNotWork.xhtml"},"13411":{"type":"S:modified","url":"/issues/110923_ProtovisVisualizationBroken.xhtml"},"13412":{"type":"S:modified","url":"/issues/111019_PublishingPartsWithCommitMessages.xhtml"},"13413":{"type":"S:modified","url":"/demos/visualizations/jsl4tv-world-000.xhtml"},"13414":{"type":"S:modified","url":"/users/markoroeder/SVN2CodeDB.xhtml"},"13415":{"type":"S:modified","url":"/users/sofia/trac_tickets_pavel.xhtml"},"13416":{"type":"S:modified","url":"/projects/BP2012/2011-11-02-talk.xhtml"},"13417":{"type":"S:modified","url":"/users/fbo/dojoWorld.xhtml"},"13418":{"type":"S:modified","url":"/users/Dan/NewPresentation2.xhtml"},"13419":{"type":"S:modified","url":"/users/tmohr/slide6.xhtml"},"13420":{"type":"S:modified","url":"/projects/DebuggingJS/draft.xhtml"},"13421":{"type":"S:modified","url":"/draft/NewWorld/DirectGrabDragAndCopy.xhtml"},"13422":{"type":"S:modified","url":"/users/sofia/protovis.xhtml"},"13423":{"type":"S:modified","url":"/blank.xhtml"},"13424":{"type":"S:modified","url":"/users/robertkrahn/testCPUVis.xhtml"},"13425":{"type":"S:modified","url":"/projects/Lively2/Converting.xhtml"},"13426":{"type":"S:modified","url":"/users/andyburnett/start.xhtml"},"13427":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/RichText.xhtml"},"13428":{"type":"S:modified","url":"/draft/NewWorld/Presentations.xhtml"},"13429":{"type":"S:modified","url":"/users/robertkrahn/garminExport.xhtml"},"13430":{"type":"S:modified","url":"/tests.xhtml"},"13431":{"type":"S:modified","url":"/issues/110625_PartUploadBroken.xhtml"},"13432":{"type":"S:modified","url":"/issues/fixed/110517_ConnectionsWantToAccessClosureValues.xhtml"},"13433":{"type":"S:modified","url":"/users/markoroeder/DataVisualization.xhtml"},"13434":{"type":"S:modified","url":"/draft/NewWorld/PartsBinSearch.xhtml"},"13435":{"type":"S:modified","url":"/issues/110529_InsertingSomethingInTextRemovesFocus.xhtml"},"13436":{"type":"S:modified","url":"/issues/110512_ListSelectionInScbDoesNotWorkCorrectly.xhtml"},"13437":{"type":"S:modified","url":"/issues/111017_StaticBindingOfSuperInClosures.xhtml"},"13438":{"type":"S:modified","url":"/demos/contextjs/flattening.xhtml"},"13439":{"type":"S:modified","url":"/issues/110511_LinesCannotBeClicked.xhtml"},"13440":{"type":"S:modified","url":"/users/lauritz/miniprojects/gettingStarted.xhtml"},"13441":{"type":"S:modified","url":"/users/markoroeder/Part2Class.xhtml"},"13442":{"type":"S:modified","url":"/users/Dan/EmptyWorld2.xhtml"},"13443":{"type":"S:modified","url":"/projects/LivelyKernel/nextSteps.xhtml"},"13444":{"type":"S:modified","url":"/users/wlcleveland/start.xhtml"},"13445":{"type":"S:modified","url":"/users/swart/start.xhtml"},"13446":{"type":"S:modified","url":"/users/Dan/QBF2Bb.xhtml"},"13447":{"type":"S:modified","url":"/users/tmohr/slide1.xhtml"},"13448":{"type":"S:modified","url":"/users/robertkrahn/DetermineModuleDependencies.xhtml"},"13449":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksHubert2.xhtml"},"13450":{"type":"S:modified","url":"/projects/CodeDB2/info_restructuring.xhtml"},"13451":{"type":"S:modified","url":"/users/Dan/PM/DemoForm.xhtml"},"13452":{"type":"S:modified","url":"/issues/110728_GraffleLayerGrabsWorld.xhtml"},"13453":{"type":"S:modified","url":"/users/Dan/Activities1.xhtml"},"13454":{"type":"S:modified","url":"/users/tmohr/emtpy.xhtml"},"13455":{"type":"S:modified","url":"/documentation/ElProfesor.xhtml"},"13456":{"type":"S:modified","url":"/issues/111022_TheExplorerScrollingIsBroken.xhtml"},"13457":{"type":"S:modified","url":"/users/Dan/WindowPlay.xhtml"},"13458":{"type":"S:modified","url":"/users/martin/Measurements.xhtml"},"13459":{"type":"S:modified","url":"/users/fbo/layoutCycle.xhtml"},"13460":{"type":"S:modified","url":"/documentation/7funthings.xhtml"},"13461":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/jensWorld.xhtml"},"13462":{"type":"S:modified","url":"/users/iho/start.xhtml"},"13463":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/NewMorphicIntroduction.xhtml"},"13464":{"type":"S:modified","url":"/BrokenWorldRepairSite.xhtml"},"13465":{"type":"S:modified","url":"/users/fbo/serverDevPlayground.xhtml"},"13466":{"type":"S:modified","url":"/users/ahold/TrackerDev.xhtml"},"13467":{"type":"S:modified","url":"/users/Dan/LiveWeb3.xhtml"},"13468":{"type":"S:modified","url":"/documentation/Template.xhtml"},"13469":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/secondWorld.xhtml"},"13470":{"type":"S:modified","url":"/documentation/ContextJS.xhtml"},"13471":{"type":"S:modified","url":"/projects/CodeDB2/CodeDB2Dev.xhtml"},"13472":{"type":"S:modified","url":"/users/markoroeder/GrammarTesting.xhtml"},"13473":{"type":"S:modified","url":"/documentation/ScriptingTutorial.xhtml"},"13474":{"type":"S:modified","url":"/users/fbo/deserializeMorphs.xhtml"},"13475":{"type":"S:modified","url":"/issues/110722_ClipModeShouldClipMorphsInTheirBounds.xhtml"},"13476":{"type":"S:modified","url":"/documentation/videoTutorials/110714_NodeJSServerCreation.xhtml"},"13477":{"type":"S:modified","url":"/users/fbo/scrollFixes.xhtml"},"13478":{"type":"S:modified","url":"/users/fbo/empty.xhtml"},"13479":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksConrad.xhtml"},"13480":{"type":"S:modified","url":"/users/keith/deadly.xhtml"},"13481":{"type":"S:modified","url":"/users/robertkrahn/nonexisting2.xhtml"},"13482":{"type":"S:modified","url":"/users/Dan/QBFa.xhtml"},"13483":{"type":"S:modified","url":"/users/cschuster/debugging2.xhtml"},"13484":{"type":"S:modified","url":"/users/fbo/SlickGrid.xhtml"},"13485":{"type":"S:modified","url":"/users/constantin/Snake.xhtml"},"13486":{"type":"S:modified","url":"/documentation/worlds.xhtml"},"13487":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/firstWorld2.xhtml"},"13488":{"type":"S:modified","url":"/issues/110609_TabIndentionForBulletPoints.xhtml"},"13489":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksAstrid.xhtml"},"13490":{"type":"S:modified","url":"/users/sofia/video2.xhtml"},"13491":{"type":"S:modified","url":"/users/keith/notes.xhtml"},"13492":{"type":"S:modified","url":"/issues/110528_ClickBehaviorOfScbIsStrange.xhtml"},"13493":{"type":"S:modified","url":"/demos/Parts.xhtml"},"13494":{"type":"S:modified","url":"/demos/WhereArePeopleFrom.xhtml"},"13495":{"type":"S:modified","url":"/issues/110510_MorphsAreDroppedWhenDndedFromPartsbin.xhtml"},"13496":{"type":"S:modified","url":"/users/fbo/jqueryTabulate.xhtml"},"13497":{"type":"S:modified","url":"/issues/111026_CustomFormattedBinsInPartsBin.xhtml"},"13498":{"type":"S:modified","url":"/users/fbo/learningLively2.xhtml"},"13499":{"type":"S:modified","url":"/issues/111017_svgIssues.xhtml"},"13500":{"type":"S:modified","url":"/users/markoroeder/NewStreamwork.xhtml"},"13501":{"type":"S:modified","url":"/users/markoroeder/MapImport.xhtml"},"13502":{"type":"S:modified","url":"/documentation/Serialization-Interface.xhtml"},"13503":{"type":"S:modified","url":"/issues/fixed/110511_DroppablebehaviorParts.xhtml"},"13504":{"type":"S:modified","url":"/users/markoroeder/newDraft.xhtml"},"13505":{"type":"S:modified","url":"/projects/Lively2/ReleasePlanning.xhtml"},"13506":{"type":"S:modified","url":"/draft/NewWorld/LinesAndCurves.xhtml"},"13507":{"type":"S:modified","url":"/users/Dan/HaloExpt.xhtml"},"13508":{"type":"S:modified","url":"/issues/110921_DropshadowIsOff.xhtml"},"13509":{"type":"S:modified","url":"/users/keith/versionControl.xhtml"},"13510":{"type":"S:modified","url":"/issues/111021_HowToStoreObjectsOnTheServer.xhtml"},"13511":{"type":"S:modified","url":"/documentation/videoTutorials/SystemBrowserDiffingVersions.xhtml"},"13512":{"type":"S:modified","url":"/users/fbo/blank.xhtml"},"13513":{"type":"S:modified","url":"/demos/Clock.xhtml"},"13514":{"type":"S:modified","url":"/users/fbo/scrolling.xhtml"},"13515":{"type":"S:modified","url":"/users/markoroeder/DraftInfoItem.xhtml"},"13516":{"type":"S:modified","url":"/documentation/HowConnectWorks.xhtml"},"13517":{"type":"S:modified","url":"/users/fbo/layoutTests.xhtml"},"13518":{"type":"S:modified","url":"/issues/fixed/110407_NoScriptEditorInNewWorld.xhtml"},"13519":{"type":"S:modified","url":"/projects/BP2012/Requests.xhtml"},"13520":{"type":"S:modified","url":"/users/template/pleaseDoNotChangeOrRemoveWorldsInThisDirectory.xhtml"},"13521":{"type":"S:modified","url":"/users/fbo/journalBug.xhtml"},"13522":{"type":"S:modified","url":"/issues/110701_VisualBindingToStarBroken.xhtml"},"13523":{"type":"S:modified","url":"/users/tmohr/slide7.xhtml"},"13524":{"type":"S:modified","url":"/issues/110723_PathBroken.xhtml"},"13525":{"type":"S:modified","url":"/demos/MyNewWikiPage.xhtml"},"13526":{"type":"S:modified","url":"/issues/fixed/110510_SafariWontOpenToolsFromPartsbin.xhtml"},"13527":{"type":"S:modified","url":"/issues/110720_FirefoxCannotDisplaySvgBasedMorphs.xhtml"},"13528":{"type":"S:modified","url":"/draft/NewWorld/RichText.xhtml"},"13529":{"type":"S:modified","url":"/users/alexwarth/start.xhtml"},"13530":{"type":"S:modified","url":"/draft/NewWorld/SimpleBrowser.xhtml"},"13531":{"type":"S:modified","url":"/draft/NewWorld/OldMorphicObjectConversion.xhtml"},"13532":{"type":"S:modified","url":"/documentation/profesores.xhtml"},"13533":{"type":"S:modified","url":"/documentation/videoTutorials/template.xhtml"},"13534":{"type":"S:modified","url":"/issues/110629_WindmillDoesNotShowInThePartsBin.xhtml"},"13535":{"type":"S:modified","url":"/issues/110519_PasteBug.xhtml"},"13536":{"type":"S:modified","url":"/draft/NewWorld/Engine.xhtml"},"13537":{"type":"S:modified","url":"/draft/NewWorld/ProgressForRequests.xhtml"},"13538":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/Sliders.xhtml"},"13539":{"type":"S:modified","url":"/users/tmohr/bespin.xhtml"},"13540":{"type":"S:modified","url":"/users/fbo/scrollPlayground.xhtml"},"13541":{"type":"S:modified","url":"/users/tfleig/test1.xhtml"},"13542":{"type":"S:modified","url":"/users/fbo/gitSetup.xhtml"},"13543":{"type":"S:modified","url":"/users/constantin/start.xhtml"},"13544":{"type":"S:modified","url":"/users/Dan/Test.xhtml"},"13545":{"type":"S:modified","url":"/issues/110630_MenusLeaveVisibleBounds.xhtml"},"13546":{"type":"S:modified","url":"/projects/CodeDB2/playground_tilman.xhtml"},"13547":{"type":"S:modified","url":"/users/ohshima/start.xhtml"},"13548":{"type":"S:modified","url":"/issues/110704_MapsAreBlacksAfterDeserialization.xhtml"},"13549":{"type":"S:modified","url":"/users/Kat/MyQBF.xhtml"},"13550":{"type":"S:modified","url":"/users/markoroeder/SerializationDebug.xhtml"},"13551":{"type":"S:modified","url":"/issues/111012_BorderWidthIssue.xhtml"},"13552":{"type":"S:modified","url":"/users/mzimmerm/etoys-development-notes.xhtml"},"13553":{"type":"S:modified","url":"/users/Dan/EngineTest.xhtml"},"13554":{"type":"S:modified","url":"/users/tmohr/slide2.xhtml"},"13555":{"type":"S:modified","url":"/users/sofia/protovisPrototype.xhtml"},"13556":{"type":"S:modified","url":"/users/sofia/sofia/georgi/new_world.xhtml"},"13557":{"type":"S:modified","url":"/documentation/FAQ.xhtml"},"13558":{"type":"S:modified","url":"/demos/contextjs/SimpleObjectTracing.xhtml"},"13559":{"type":"S:modified","url":"/users/Dan/PM/Dan.xhtml"},"13560":{"type":"S:modified","url":"/issues/fixed/110518_PartsbinMoveIsNoRealMove.xhtml"},"13561":{"type":"S:modified","url":"/sandbox/sandbox-dgc.xhtml"},"13562":{"type":"S:modified","url":"/issues/110610_AddNewMethodBroken.xhtml"},"13563":{"type":"S:modified","url":"/users/Dan/CC.xhtml"},"13564":{"type":"S:modified","url":"/draft/NewWorld/StringsAsRichText.xhtml"},"13565":{"type":"S:modified","url":"/issues/110704_ClickingOnProtoVisDrawing.xhtml"},"13566":{"type":"S:modified","url":"/users/fbo/layoutGrid.xhtml"},"13567":{"type":"S:modified","url":"/users/Dan/Garbage.xhtml"},"13568":{"type":"S:modified","url":"/welcome.xhtml"},"13569":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/textEditor.xhtml"},"13570":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/prototypeQBF.xhtml"},"13571":{"type":"S:modified","url":"/documentation/videoTutorials/110429_TextAttributes.xhtml"},"13572":{"type":"S:modified","url":"/users/fbo/pongServer.xhtml"},"13573":{"type":"S:modified","url":"/users/miku/start.xhtml"},"13574":{"type":"S:modified","url":"/users/Dan/PM/Lively2.xhtml"},"13575":{"type":"S:modified","url":"/users/cschuster/dev-alpha.xhtml"},"13576":{"type":"S:modified","url":"/users/Dan/PM/PowerPointNot.xhtml"},"13577":{"type":"S:modified","url":"/users/fbo/layoutConfigurator.xhtml"},"13578":{"type":"S:modified","url":"/draft/NewWorld/Diffing.xhtml"},"13579":{"type":"S:modified","url":"/issues/110604_GriddingDoesNotWorkRight.xhtml"},"13580":{"type":"S:modified","url":"/issues/110927_TranslationAndPositionAreNotEqualWhenMorphHasAOwnerWithModifiedOrigin.xhtml"},"13581":{"type":"S:modified","url":"/issues/110809_ChangeOrRemovedScriptsAfterSerializationWrong.xhtml"},"13582":{"type":"S:modified","url":"/issues/110729_ShowHaloItemDuringHaloAction.xhtml"},"13583":{"type":"S:modified","url":"/users/tmohr/demo.xhtml"},"13584":{"type":"S:modified","url":"/documentation/overview.xhtml"},"13585":{"type":"S:modified","url":"/demos/LiveWeb/iPad.xhtml"},"13586":{"type":"S:modified","url":"/issues/110628_MorphOffsetsAfterGrabbingAreBroken.xhtml"},"13587":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/SCBMigration.xhtml"},"13588":{"type":"S:modified","url":"/users/Dan/LiveWeb4.xhtml"},"13589":{"type":"S:modified","url":"/users/olmeca/olmeca3.xhtml"},"13590":{"type":"S:deleted","url":null},"13591":{"type":"S:modified","url":"/issues/111026_AccessingVersionsUsesWrongURLAndVersionCombination.xhtml"},"13592":{"type":"S:modified","url":"/users/sofia/sofia/georgi/video_experiments1.xhtml"},"13593":{"type":"S:modified","url":"/users/wlcleveland/shadowworld.xhtml"},"13594":{"type":"S:modified","url":"/users/mzimmerm/mz-world-from-start-xhtml.xhtml"},"13595":{"type":"S:modified","url":"/users/Dan/FormLayoutExpt.xhtml.xhtml"},"13596":{"type":"S:modified","url":"/users/robertkrahn/writeSite.xhtml"},"13597":{"type":"S:modified","url":"/draft/NewWorld/CurveDrafting.xhtml"},"13598":{"type":"S:modified","url":"/draft/NewWorld/ParseApacheServerLog.xhtml"},"13599":{"type":"S:modified","url":"/issues/fixed/110516_EnterAtTextEndDoesNotAddLineBreak.xhtml"},"13600":{"type":"S:modified","url":"/projects/BP2012/h2.xhtml"},"13601":{"type":"S:modified","url":"/draft/NewWorld/110521_BetterLists.xhtml"},"13602":{"type":"S:modified","url":"/users/Dan/PM/layoutExpts.xhtml"},"13603":{"type":"S:modified","url":"/users/test50/start.xhtml"},"13604":{"type":"S:modified","url":"/MovePages.xhtml"},"13605":{"type":"S:modified","url":"/documentation/Rendering.xhtml"},"13606":{"type":"S:modified","url":"/users/fbo/layoutPlayground.xhtml"},"13607":{"type":"S:modified","url":"/users/martin/measurements/webwerkstatt.xhtml"},"13608":{"type":"S:modified","url":"/issues/111005_MouseMoveChangesFocus.xhtml"},"13609":{"type":"S:modified","url":"/documentation/videoTutorials/110419_ManipulateMorphs.xhtml"},"13610":{"type":"S:modified","url":"/projects/Lively2/Release.xhtml"},"13611":{"type":"S:modified","url":"/issues/110523_RelayMouseEventsToMorphBeneath.xhtml"},"13612":{"type":"S:modified","url":"/users/tmohr/myNewWorld.xhtml"},"13613":{"type":"S:modified","url":"/users/robertkrahn/thingsToExplain.xhtml"},"13614":{"type":"S:modified","url":"/users/fbo/start.xhtml"},"13615":{"type":"S:modified","url":"/issues/110511_WeHaveNoCheckbox.xhtml"},"13616":{"type":"S:modified","url":"/users/Dan/PM/FormsDraft1.xhtml"},"13617":{"type":"S:modified","url":"/users/Dan/EmptyWorld.xhtml"},"13618":{"type":"S:modified","url":"/users/sofia/georgi/empty.xhtml"},"13619":{"type":"S:modified","url":"/issues/110609_AccidentalGrabbing.xhtml"},"13620":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/NewMorphicDevelopment.xhtml"},"13621":{"type":"S:modified","url":"/users/lauritz/personal/snippets.xhtml"},"13622":{"type":"S:modified","url":"/users/lauritz/personal/thoughts.xhtml"},"13623":{"type":"S:modified","url":"/users/Dan/NewEmptyWorld.xhtml"},"13624":{"type":"S:modified","url":"/users/markoroeder/DOMRemovalPlugin.xhtml"},"13625":{"type":"S:modified","url":"/documentation/LivelyInstallation.xhtml"},"13626":{"type":"S:modified","url":"/issues/110530_MakeSyntaxHighlightingFaster.xhtml"},"13627":{"type":"S:modified","url":"/users/lauritz/miniprojects/pongClient.xhtml"},"13628":{"type":"S:modified","url":"/issues/110831_ButtonLabelsAreNotCenteredAnymore.xhtml"},"13629":{"type":"S:modified","url":"/sandbox/ColorfulWindmills.xhtml"},"13630":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/todo.xhtml"},"13631":{"type":"S:modified","url":"/users/robertkrahn/simple.xhtml"},"13632":{"type":"S:modified","url":"/issues/111004_SavingAnEmptyTextObjectSetsTheStringToUndefined.xhtml"},"13633":{"type":"S:modified","url":"/issues/TextDebugWorld.xhtml"},"13634":{"type":"S:modified","url":"/documentation/ShortcutList.xhtml"},"13635":{"type":"S:modified","url":"/users/tmohr/slide8.xhtml"},"13636":{"type":"S:modified","url":"/issues/110522_ClickingTheScrollbarInListsDoesNotWork.xhtml"},"13637":{"type":"S:modified","url":"/draft/NewWorld/ObjectSerializationGraph.xhtml"},"13638":{"type":"S:modified","url":"/users/Dan/TextTest.xhtml"},"13639":{"type":"S:modified","url":"/users/dtornow/start.xhtml"},"13640":{"type":"S:modified","url":"/projects/BP2012/start.xhtml"},"13641":{"type":"S:modified","url":"/users/Dan/Empty.xhtml"},"13642":{"type":"S:modified","url":"/users/keith/start.xhtml"},"13643":{"type":"S:modified","url":"/users/gerald24/start.xhtml"},"13644":{"type":"S:modified","url":"/documentation/videoTutorial.xhtml"},"13645":{"type":"S:modified","url":"/draft/NewWorld/DraftSelection.xhtml"},"13646":{"type":"S:modified","url":"/demos/LiveWeb/Pheonix.xhtml"},"13647":{"type":"S:modified","url":"/users/ahold/siteTracking.xhtml"},"13648":{"type":"S:modified","url":"/issues/110608_GetterAndSettersInIe9.xhtml"},"13649":{"type":"S:modified","url":"/users/iho/1.xhtml"},"13650":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/bootstrap.xhtml"},"13651":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasks.xhtml"},"13652":{"type":"S:modified","url":"/users/Dan/PM/FormsScripter.xhtml"},"13653":{"type":"S:modified","url":"/users/fbo/cassowary.xhtml"},"13654":{"type":"S:modified","url":"/users/MrSteve/start.xhtml"},"13655":{"type":"S:modified","url":"/issues/CreateIssuePage.xhtml"},"13656":{"type":"S:modified","url":"/users/fbo/xamppInstallerWindows.xhtml"},"13657":{"type":"S:modified","url":"/users/Dan/PM/Phoenix.xhtml"},"13658":{"type":"S:modified","url":"/users/tmohr/WebGL.xhtml"},"13659":{"type":"S:modified","url":"/documentation/PartsBin.xhtml"},"13660":{"type":"S:modified","url":"/users/mzimmerm/start.xhtml"},"13661":{"type":"S:modified","url":"/users/markoroeder/SequenceDiagram.xhtml"},"13662":{"type":"S:modified","url":"/demos/Wiki.xhtml"},"13663":{"type":"S:modified","url":"/documentation/Events.xhtml"},"13664":{"type":"S:modified","url":"/users/tmohr/slide3.xhtml"},"13665":{"type":"S:modified","url":"/users/hjust/blank.xhtml"},"13666":{"type":"S:modified","url":"/Lively2.xhtml"},"13667":{"type":"S:modified","url":"/users/tfleig/template.xhtml"},"13668":{"type":"S:modified","url":"/issues/111021_PianoDoesNotMakeASound.xhtml"},"13669":{"type":"S:modified","url":"/issues/fixed/110426_NewStatusMessagesWithMore.xhtml"},"13670":{"type":"S:modified","url":"/users/martin/tests.xhtml"},"13671":{"type":"S:modified","url":"/users/sofia/empty.xhtml"},"13672":{"type":"S:modified","url":"/issues/110601_PartsDoNotLoadThereRequireModulesOnWorldLoad.xhtml"},"13673":{"type":"S:modified","url":"/draft/NewWorld/Sliders.xhtml"},"13674":{"type":"S:modified","url":"/users/davidorban/start.xhtml"},"13675":{"type":"S:modified","url":"/users/orjan/start.xhtml"},"13676":{"type":"S:modified","url":"/users/Dan/PM/FormLayoutExpt-Final.xhtml"},"13677":{"type":"S:modified","url":"/users/sofia/video.xhtml"},"13678":{"type":"S:modified","url":"/demos/contextjs/PersonExample.xhtml"},"13679":{"type":"S:modified","url":"/users/zeebeedee/start.xhtml"},"13680":{"type":"S:modified","url":"/users/robertkrahn/textRain.xhtml"},"13681":{"type":"S:modified","url":"/users/fbo/databaseForms.xhtml"},"13682":{"type":"S:modified","url":"/draft/NewWorld/DraftUploadPDFs.xhtml"},"13683":{"type":"S:modified","url":"/users/olmeca/olmeca4.xhtml"},"13684":{"type":"S:modified","url":"/users/lauritz/miniprojects/livelyExplorer.xhtml"},"13685":{"type":"S:modified","url":"/documentation/videoTutorials/110421_CreatingVideoTutorials.xhtml"},"13686":{"type":"S:modified","url":"/draft/NewWorld/MartinsObjectDiffInNewWorlds.xhtml"},"13687":{"type":"S:modified","url":"/users/Dan/LineTest.xhtml"},"13688":{"type":"S:modified","url":"/draft/NewWorld/Translator.xhtml"},"13689":{"type":"S:modified","url":"/documentation/Styles.xhtml"},"13690":{"type":"S:modified","url":"/draft/NewWorld/MorphOrigin.xhtml"},"13691":{"type":"S:modified","url":"/screenshots.xhtml"},"13692":{"type":"S:modified","url":"/users/Dan/LiveWeb.xhtml"},"13693":{"type":"S:modified","url":"/demos/AntotherPageWithAClock.xhtml"},"13694":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/halloJens2.xhtml"},"13695":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/improvingTheWebPag.xhtml"},"13696":{"type":"S:modified","url":"/users/fbo/constraintLayoutExample.xhtml"},"13697":{"type":"S:modified","url":"/documentation/TutorialList.xhtml"},"13698":{"type":"S:modified","url":"/draft/NewWorld/MakeEventsTriggerOnCapture.xhtml"},"13699":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/prototype.xhtml"},"13700":{"type":"S:modified","url":"/users/Dan/PM/FormLayoutExpt-bk.xhtml"},"13701":{"type":"S:modified","url":"/users/Dan/QBF.xhtml"},"13702":{"type":"S:modified","url":"/users/tmohr/slides.xhtml"},"13703":{"type":"S:modified","url":"/users/Dan/ButtonTest.xhtml"},"13704":{"type":"S:modified","url":"/users/fbo/textInVbox.xhtml"},"13705":{"type":"S:modified","url":"/users/sofia/externalShapeExample.xhtml"},"13706":{"type":"S:modified","url":"/users/hjust/playground.xhtml"},"13707":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/halloJens.xhtml"},"13708":{"type":"S:modified","url":"/users/tmohr/morphSpecificRendering.xhtml"},"13709":{"type":"S:modified","url":"/users/fbo/dataGrid.xhtml"},"13710":{"type":"S:modified","url":"/issues/111020_HighlightTheTargetOfDropping.xhtml"},"13711":{"type":"S:modified","url":"/users/mzimmerm/help.xhtml"},"13712":{"type":"S:modified","url":"/users/fbo/jqGrid.xhtml"},"13713":{"type":"S:modified","url":"/projects/CodeDB2/contents.xhtml"},"13714":{"type":"S:modified","url":"/demos/PartsBin.xhtml"},"13715":{"type":"S:modified","url":"/users/sofia/martin/empty.xhtml"},"13716":{"type":"S:modified","url":"/users/markoroeder/research/Internship.xhtml"},"13717":{"type":"S:modified","url":"/users/tmohr/NewWorld.xhtml"},"13718":{"type":"S:modified","url":"/users/bert/sandbox.xhtml"},"13719":{"type":"S:modified","url":"/draft/NewWorld/GoogleMaps.xhtml"},"13720":{"type":"S:modified","url":"/demos/contextjs/NewContents.xhtml"},"13721":{"type":"S:modified","url":"/users/fbo/meteora.xhtml"},"13722":{"type":"S:modified","url":"/users/Dan/PM/Forms.xhtml"},"13723":{"type":"S:modified","url":"/issues/draft/NewWorld/CurveDrafting_EmbeddableWorld.xhtml"},"13724":{"type":"S:modified","url":"/projects/LivelyHelping/draftLK2.xhtml"},"13725":{"type":"S:modified","url":"/users/lauritz/miniprojects/objectEditor.xhtml"},"13726":{"type":"S:modified","url":"/users/fbo/blank2.xhtml"},"13727":{"type":"S:modified","url":"/issues/110509_ConnectionsInputsGetStackedUp.xhtml"},"13728":{"type":"S:modified","url":"/draft/NewWorld/SimpleLayout.xhtml"},"13729":{"type":"S:modified","url":"/users/mkilling/iKuh2.xhtml"},"13730":{"type":"S:modified","url":"/users/fbo/profesorControls.xhtml"},"13731":{"type":"S:modified","url":"/documentation/Serialization-Overview.xhtml"},"13732":{"type":"S:modified","url":"/users/sofia/georgi/PropertySheet.xhtml"},"13733":{"type":"S:modified","url":"/users/sofia/martin/1.xhtml"},"13734":{"type":"S:modified","url":"/issues/110828_HaloInfoLabelsWontShowUp.xhtml"},"13735":{"type":"S:modified","url":"/users/sofia/georgi/styles.xhtml"},"13736":{"type":"S:modified","url":"/users/fbo/doc/profesores.xhtml"},"13737":{"type":"S:modified","url":"/users/markoroeder/MorphicProtoVis2.xhtml"},"13738":{"type":"S:modified","url":"/issues/110516_EnterAtTextEndDoesNotAddLineBreak.xhtml"},"13739":{"type":"S:modified","url":"/projects/Lively2/LivelyMap.xhtml"},"13740":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/colorFiel.xhtml"},"13741":{"type":"S:modified","url":"/users/tmohr/slide9.xhtml"},"13742":{"type":"S:modified","url":"/issues/110518_TextAttributesBreakOnPaste.xhtml"},"13743":{"type":"S:modified","url":"/demos/LiveWeb/VisualBindings.xhtml"},"13744":{"type":"S:modified","url":"/documentation/Layout.xhtml"},"13745":{"type":"S:modified","url":"/documentation/repository.xhtml"},"13746":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/DontOverwriteChangedFile.xhtml"},"13747":{"type":"S:modified","url":"/users/Dan/Tests/TextTest.xhtml"},"13748":{"type":"S:modified","url":"/issues/fixed/110412_NewSimpleBrowser.xhtml"},"13749":{"type":"S:modified","url":"/users/fbo/proposedUiFixes.xhtml"},"13750":{"type":"S:modified","url":"/issues/NewTemplate.xhtml"},"13751":{"type":"S:modified","url":"/documentation/SVNOnServer.xhtml"},"13752":{"type":"S:modified","url":"/issues/110524_PartsSerializeTheirWorldsSometimes.xhtml"},"13753":{"type":"S:modified","url":"/users/Dan/PM/May.xhtml"},"13754":{"type":"S:modified","url":"/documentation/ignoreOrDisableEvents.xhtml"},"13755":{"type":"S:modified","url":"/issues/110522_FixSubmorphOrderWhenAddingMorphs.xhtml"},"13756":{"type":"S:modified","url":"/users/Dan/CCbkup.xhtml"},"13757":{"type":"S:modified","url":"/users/Dan/LiveWeb2-bk.xhtml"},"13758":{"type":"S:modified","url":"/issues/110704_DontGrabTextWithJensFancyGrabber.xhtml"},"13759":{"type":"S:modified","url":"/users/lauritz/blank.xhtml"},"13760":{"type":"S:modified","url":"/draft/NewWorld/Dragging.xhtml"},"13761":{"type":"S:modified","url":"/users/lauritz/personal/todo.xhtml"},"13762":{"type":"S:modified","url":"/users/fbo/flexigrid.xhtml"},"13763":{"type":"S:modified","url":"/draft/NewWorld/LatestFileChangeViewer.xhtml"},"13764":{"type":"S:modified","url":"/issues/fixed/110729_QucikBrownFoxBackspaceBug.xhtml"},"13765":{"type":"S:modified","url":"/users/lauritz/miniprojects/elProfesorWerkstatt.xhtml"},"13766":{"type":"S:modified","url":"/documentation/VisualBindings.xhtml"},"13767":{"type":"S:modified","url":"/users/robertkrahn/notexisting.xhtml"},"13768":{"type":"S:modified","url":"/draft/NewWorld/TreeMap.xhtml"},"13769":{"type":"S:modified","url":"/draft/NewWorld/Empty.xhtml"},"13770":{"type":"S:modified","url":"/users/Dan/QBF2B.xhtml"},"13771":{"type":"S:modified","url":"/issues/111019_MergingVersionsOfAnObject.xhtml"},"13772":{"type":"S:modified","url":"/issues/110619_SerializingMorphsThatAreNotInTheSceneGraphGivesStrangeErrors.xhtml"},"13773":{"type":"S:modified","url":"/users/lauritz/test.xhtml"},"13774":{"type":"S:modified","url":"/users/tilman.giese/start.xhtml"},"13775":{"type":"S:modified","url":"/users/tmohr/slide4.xhtml"},"13776":{"type":"S:modified","url":"/sandbox/PartsBin.xhtml"},"13777":{"type":"S:modified","url":"/users/markoroeder/DraftObjectExplorer.xhtml"},"13778":{"type":"S:modified","url":"/demos/WhereArePeopleFrom2.xhtml"},"13779":{"type":"S:modified","url":"/projects/CodeDB2/SVN2CodeDB.xhtml"},"13780":{"type":"S:modified","url":"/users/fbo/sqliteQueryServer.xhtml"},"13781":{"type":"S:modified","url":"/issues/fixed/110513_ScrollingWhenSearching.xhtml"},"13782":{"type":"S:modified","url":"/users/lauritz/miniprojects/bugFixing/referencedTextBug.xhtml"},"13783":{"type":"S:modified","url":"/issues/fixed/111020_ScrollingInScripteditorIsBroken.xhtml"},"13784":{"type":"S:modified","url":"/issues/110513_FindMethodsShouldSearchInClassMethodsAndObjects.xhtml"},"13785":{"type":"S:modified","url":"/draft/NewWorld/NewTestWidgetAgain.xhtml"},"13786":{"type":"S:modified","url":"/users/Dan/DansSlideOverview.xhtml"},"13787":{"type":"S:modified","url":"/users/fbo/exportCore.xhtml"},"13788":{"type":"S:modified","url":"/users/olmeca/olmeca.xhtml"},"13789":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/firstWorld.xhtml"},"13790":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/SearchSourceCodeWidge.xhtml"},"13791":{"type":"S:modified","url":"/users/Dan/CircleTest.xhtml"},"13792":{"type":"S:modified","url":"/users/Dan/Tests/SerializationTest2.xhtml"},"13793":{"type":"S:modified","url":"/users/fbo/sandbox.xhtml"},"13794":{"type":"S:modified","url":"/issues/110728_BackspaceTriggersBrowserBack.xhtml"},"13795":{"type":"S:modified","url":"/users/markoroeder/empty.xhtml"},"13796":{"type":"S:modified","url":"/draft/NewWorld/DropStyles.xhtml"},"13797":{"type":"S:modified","url":"/issues/fixed/110513_MakeSyntaxHighlightingWorkInNewWorld.xhtml"},"13798":{"type":"S:modified","url":"/users/MrSteve/lorenzo.start.xhtml"},"13799":{"type":"S:modified","url":"/users/Dan/PM/LiveWeb.xhtml"},"13800":{"type":"S:modified","url":"/users/Dan/PM/FormLayoutExpt-start.xhtml"},"13801":{"type":"S:modified","url":"/draft/NewWorld/ScriptEditor.xhtml"},"13802":{"type":"S:modified","url":"/users/mzimmerm/test-build-simple-webapp.xhtml"},"13803":{"type":"S:modified","url":"/issues/110628_SettingTetAttributesDoesNotAlwaysWork.xhtml"},"13804":{"type":"S:modified","url":"/users/lauritz/miniprojects/spiel.xhtml"},"13805":{"type":"S:modified","url":"/users/robertkrahn/DraftPresentation.xhtml"},"13806":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/layouting.xhtml"},"13807":{"type":"S:modified","url":"/users/Dan/Tests/SerializationTest.xhtml"},"13808":{"type":"S:modified","url":"/users/lauritz/miniprojects/spikes/connectedExplorer.xhtml"},"13809":{"type":"S:modified","url":"/users/fbo/nodejsServerDevelopment.xhtml"},"13810":{"type":"S:modified","url":"/draft/NewWorld/QBFForPartsBin.xhtml"},"13811":{"type":"S:modified","url":"/issues/fixed/110628_CommandAndCurlyBracketGoesBackInBrowserHistory.xhtml"},"13812":{"type":"S:modified","url":"/users/lauritz/miniprojects/connections.xhtml"},"13813":{"type":"S:modified","url":"/users/ahold/start.xhtml"},"13814":{"type":"S:modified","url":"/users/markus/FileBrowser.xhtml"},"13815":{"type":"S:modified","url":"/demos/LiveWeb/CPUVisualizationFinal.xhtml"},"13816":{"type":"S:modified","url":"/users/fbo/jsUiWidgetLibResearch.xhtml"},"13817":{"type":"S:modified","url":"/users/fbo/constraintLayout.xhtml"},"13818":{"type":"S:modified","url":"/users/Dan/Tests/LineTest.xhtml"},"13819":{"type":"S:modified","url":"/sandbox/sandbox.xhtml"},"13820":{"type":"S:modified","url":"/users/fbo/versionControl.xhtml"},"13821":{"type":"S:modified","url":"/draft/NewWorld/CreateDirWhenSaving.xhtml"},"13822":{"type":"S:modified","url":"/demos/Lively2.xhtml"},"13823":{"type":"S:modified","url":"/users/fbo/userIsolationAndGit.xhtml"},"13824":{"type":"S:modified","url":"/draft/NewWorld/KeyboardFocusForMorphs.xhtml"},"13825":{"type":"S:modified","url":"/users/fbo/dwarfcassowaryExample2.xhtml"},"13826":{"type":"S:modified","url":"/users/oudenampsen/start.xhtml"},"13827":{"type":"S:modified","url":"/issues/110517_VlayoutShouldGrowAndShrink.xhtml"},"13828":{"type":"S:modified","url":"/users/fbo/dwarfcassowaryExample.xhtml"},"13829":{"type":"S:modified","url":"/users/tmohr/ace.xhtml"},"13830":{"type":"S:modified","url":"/users/fbo/empty2.xhtml"},"13831":{"type":"S:modified","url":"/users/martin/Workspace.xhtml"},"13832":{"type":"S:modified","url":"/users/Dan/Bug-List.xhtml"},"13833":{"type":"S:modified","url":"/users/Dan/QuickBrownFoxx.xhtml"},"13834":{"type":"S:modified","url":"/demos/LiveWeb/ServerScripting.xhtml"},"13835":{"type":"S:modified","url":"/demos/contextjs/WordCompletion.xhtml"},"13836":{"type":"S:modified","url":"/issues/110715_PartModuleRequirementsAreNotLoadedOnWorldLoad.xhtml"},"13837":{"type":"S:modified","url":"/users/fbo/fabiansTickets.xhtml"},"13838":{"type":"S:modified","url":"/issues/111020_ViewOfTextFieldsAfterSaving.xhtml"},"13839":{"type":"S:modified","url":"/users/martin/Template.xhtml"},"13840":{"type":"S:modified","url":"/projects/CodeDB2/Testing.xhtml"},"13841":{"type":"S:modified","url":"/users/keith/MySetup.xhtml"},"13842":{"type":"S:modified","url":"/users/fbo/noGrabLayer.xhtml"},"13843":{"type":"S:modified","url":"/demos/CPUVisualization.xhtml"},"13844":{"type":"S:modified","url":"/users/sofia/georgi/trac-report.xhtml"},"13845":{"type":"S:modified","url":"/users/fbo/HtmlWrapperMorph.xhtml"},"13846":{"type":"S:modified","url":"/users/sofia/documentation_afterLunch.xhtml"},"13847":{"type":"S:modified","url":"/demos/contextjs/Empty.xhtml"},"13848":{"type":"S:modified","url":"/users/fbo/setExtent.xhtml"},"13849":{"type":"S:modified","url":"/users/sofia/martin/2.xhtml"},"13850":{"type":"S:modified","url":"/users/markoroeder/DropboxUpload.xhtml"},"13851":{"type":"S:modified","url":"/users/fbo/newMouseDownLayer.xhtml"},"13852":{"type":"S:modified","url":"/issues/fixed/110914_StraightLineIssue.xhtml"},"13853":{"type":"S:modified","url":"/users/cschuster/debugging.xhtml"},"13854":{"type":"S:modified","url":"/users/sofia/prototVisPrototype.xhtml"},"13855":{"type":"S:modified","url":"/draft/NewWorld/DraggingAndGrabbing.xhtml"},"13856":{"type":"S:modified","url":"/users/lauritz/miniprojects/annotationPart.xhtml"},"13857":{"rev":111628,"author":"fbo","date":{"__isSmartRef__":true,"id":13858},"url":{"__isSmartRef__":true,"id":13859},"changes":[{"__isSmartRef__":true,"id":13860},{"__isSmartRef__":true,"id":13861}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"13858":{"isSerializedDate":true,"string":"Wed Oct 26 2011 22:42:15 GMT+0200 (Mitteleuropäische Sommerzeit)"},"13859":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/kernel/PartsBin","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"13860":{"type":"S:deleted","url":null},"13861":{"type":"S:added","url":null},"13862":{"rev":110429,"author":"lauritz","date":{"__isSmartRef__":true,"id":13863},"url":{"__isSmartRef__":true,"id":13864},"changes":[{"__isSmartRef__":true,"id":13865}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"13863":{"isSerializedDate":true,"string":"Thu Oct 20 2011 22:32:58 GMT+0200 (Mitteleuropäische Sommerzeit)"},"13864":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"13865":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"13866":{"rev":109892,"author":"jenslincke","date":{"__isSmartRef__":true,"id":13867},"url":{"__isSmartRef__":true,"id":13868},"changes":[{"__isSmartRef__":true,"id":13869}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"13867":{"isSerializedDate":true,"string":"Wed Oct 19 2011 12:36:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"13868":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"13869":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"13870":{"rev":109190,"author":"lauritz","date":{"__isSmartRef__":true,"id":13871},"url":{"__isSmartRef__":true,"id":13872},"changes":[{"__isSmartRef__":true,"id":13873}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"13871":{"isSerializedDate":true,"string":"Mon Oct 17 2011 22:28:15 GMT+0200 (Mitteleuropäische Sommerzeit)"},"13872":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"13873":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"13874":{"rev":109167,"author":"lauritz","date":{"__isSmartRef__":true,"id":13875},"url":{"__isSmartRef__":true,"id":13876},"changes":[{"__isSmartRef__":true,"id":13877}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"13875":{"isSerializedDate":true,"string":"Mon Oct 17 2011 18:22:20 GMT+0200 (Mitteleuropäische Sommerzeit)"},"13876":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"13877":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"13878":{"rev":109164,"author":"lauritz","date":{"__isSmartRef__":true,"id":13879},"url":{"__isSmartRef__":true,"id":13880},"changes":[{"__isSmartRef__":true,"id":13881}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"13879":{"isSerializedDate":true,"string":"Mon Oct 17 2011 17:45:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"13880":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"13881":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"13882":{"rev":109022,"author":"lauritz","date":{"__isSmartRef__":true,"id":13883},"url":{"__isSmartRef__":true,"id":13884},"changes":[{"__isSmartRef__":true,"id":13885}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"13883":{"isSerializedDate":true,"string":"Fri Oct 14 2011 22:16:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"13884":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"13885":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"13886":{"rev":109012,"author":"lauritz","date":{"__isSmartRef__":true,"id":13887},"url":{"__isSmartRef__":true,"id":13888},"changes":[{"__isSmartRef__":true,"id":13889}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"13887":{"isSerializedDate":true,"string":"Fri Oct 14 2011 21:55:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"13888":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"13889":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"13890":{"rev":107432,"author":"cschuster","date":{"__isSmartRef__":true,"id":13891},"url":{"__isSmartRef__":true,"id":13892},"changes":[{"__isSmartRef__":true,"id":13893}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"13891":{"isSerializedDate":true,"string":"Tue Oct 04 2011 17:40:19 GMT+0200 (Mitteleuropäische Sommerzeit)"},"13892":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"13893":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"13894":{"rev":106789,"author":"lauritz","date":{"__isSmartRef__":true,"id":13895},"url":{"__isSmartRef__":true,"id":13896},"changes":[{"__isSmartRef__":true,"id":13897}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"13895":{"isSerializedDate":true,"string":"Tue Sep 27 2011 23:26:26 GMT+0200 (Mitteleuropäische Sommerzeit)"},"13896":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"13897":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"13898":{"rev":106765,"author":"lauritz","date":{"__isSmartRef__":true,"id":13899},"url":{"__isSmartRef__":true,"id":13900},"changes":[{"__isSmartRef__":true,"id":13901}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"13899":{"isSerializedDate":true,"string":"Tue Sep 27 2011 21:31:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"13900":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"13901":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"13902":{"rev":106756,"author":"lauritz","date":{"__isSmartRef__":true,"id":13903},"url":{"__isSmartRef__":true,"id":13904},"changes":[{"__isSmartRef__":true,"id":13905}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"13903":{"isSerializedDate":true,"string":"Tue Sep 27 2011 21:07:46 GMT+0200 (Mitteleuropäische Sommerzeit)"},"13904":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"13905":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"13906":{"rev":106745,"author":"lauritz","date":{"__isSmartRef__":true,"id":13907},"url":{"__isSmartRef__":true,"id":13908},"changes":[{"__isSmartRef__":true,"id":13909}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"13907":{"isSerializedDate":true,"string":"Tue Sep 27 2011 20:54:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"13908":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"13909":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"13910":{"rev":106695,"author":"lauritz","date":{"__isSmartRef__":true,"id":13911},"url":{"__isSmartRef__":true,"id":13912},"changes":[{"__isSmartRef__":true,"id":13913}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"13911":{"isSerializedDate":true,"string":"Tue Sep 27 2011 19:53:50 GMT+0200 (Mitteleuropäische Sommerzeit)"},"13912":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"13913":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"13914":{"rev":106691,"author":"lauritz","date":{"__isSmartRef__":true,"id":13915},"url":{"__isSmartRef__":true,"id":13916},"changes":[{"__isSmartRef__":true,"id":13917}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"13915":{"isSerializedDate":true,"string":"Tue Sep 27 2011 19:47:23 GMT+0200 (Mitteleuropäische Sommerzeit)"},"13916":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"13917":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"13918":{"rev":106687,"author":"lauritz","date":{"__isSmartRef__":true,"id":13919},"url":{"__isSmartRef__":true,"id":13920},"changes":[{"__isSmartRef__":true,"id":13921}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"13919":{"isSerializedDate":true,"string":"Tue Sep 27 2011 19:44:40 GMT+0200 (Mitteleuropäische Sommerzeit)"},"13920":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"13921":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"13922":{"rev":106625,"author":"lauritz","date":{"__isSmartRef__":true,"id":13923},"url":{"__isSmartRef__":true,"id":13924},"changes":[{"__isSmartRef__":true,"id":13925}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"13923":{"isSerializedDate":true,"string":"Tue Sep 27 2011 18:15:06 GMT+0200 (Mitteleuropäische Sommerzeit)"},"13924":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"13925":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"13926":{"rev":106620,"author":"lauritz","date":{"__isSmartRef__":true,"id":13927},"url":{"__isSmartRef__":true,"id":13928},"changes":[{"__isSmartRef__":true,"id":13929}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"13927":{"isSerializedDate":true,"string":"Tue Sep 27 2011 18:11:55 GMT+0200 (Mitteleuropäische Sommerzeit)"},"13928":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"13929":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"13930":{"rev":106279,"author":"lauritz","date":{"__isSmartRef__":true,"id":13931},"url":{"__isSmartRef__":true,"id":13932},"changes":[{"__isSmartRef__":true,"id":13933}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"13931":{"isSerializedDate":true,"string":"Mon Sep 26 2011 20:33:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"13932":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"13933":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"13934":{"rev":106276,"author":"lauritz","date":{"__isSmartRef__":true,"id":13935},"url":{"__isSmartRef__":true,"id":13936},"changes":[{"__isSmartRef__":true,"id":13937}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"13935":{"isSerializedDate":true,"string":"Mon Sep 26 2011 20:32:57 GMT+0200 (Mitteleuropäische Sommerzeit)"},"13936":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"13937":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"13938":{"rev":106273,"author":"lauritz","date":{"__isSmartRef__":true,"id":13939},"url":{"__isSmartRef__":true,"id":13940},"changes":[{"__isSmartRef__":true,"id":13941}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"13939":{"isSerializedDate":true,"string":"Mon Sep 26 2011 20:30:51 GMT+0200 (Mitteleuropäische Sommerzeit)"},"13940":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"13941":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"13942":{"rev":96169,"author":"jenslincke","date":{"__isSmartRef__":true,"id":13943},"url":{"__isSmartRef__":true,"id":13944},"changes":[{"__isSmartRef__":true,"id":13945}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"13943":{"isSerializedDate":true,"string":"Tue Aug 02 2011 13:53:11 GMT+0200 (Mitteleuropäische Sommerzeit)"},"13944":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"13945":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"13946":{"rev":96166,"author":"jenslincke","date":{"__isSmartRef__":true,"id":13947},"url":{"__isSmartRef__":true,"id":13948},"changes":[{"__isSmartRef__":true,"id":13949}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"13947":{"isSerializedDate":true,"string":"Tue Aug 02 2011 13:47:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"13948":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"13949":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"13950":{"rev":96159,"author":"jenslincke","date":{"__isSmartRef__":true,"id":13951},"url":{"__isSmartRef__":true,"id":13952},"changes":[{"__isSmartRef__":true,"id":13953}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"13951":{"isSerializedDate":true,"string":"Tue Aug 02 2011 13:27:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"13952":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"13953":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"13954":{"rev":96088,"author":"jenslincke","date":{"__isSmartRef__":true,"id":13955},"url":{"__isSmartRef__":true,"id":13956},"changes":[{"__isSmartRef__":true,"id":13957}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"13955":{"isSerializedDate":true,"string":"Tue Aug 02 2011 11:47:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"13956":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"13957":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"13958":{"rev":85436,"author":"lauritz","date":{"__isSmartRef__":true,"id":13959},"url":{"__isSmartRef__":true,"id":13960},"changes":[{"__isSmartRef__":true,"id":13961}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"13959":{"isSerializedDate":true,"string":"Thu Jun 16 2011 09:02:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"13960":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"13961":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"13962":{"rev":85430,"author":"lauritz","date":{"__isSmartRef__":true,"id":13963},"url":{"__isSmartRef__":true,"id":13964},"changes":[{"__isSmartRef__":true,"id":13965}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"13963":{"isSerializedDate":true,"string":"Thu Jun 16 2011 08:58:49 GMT+0200 (Mitteleuropäische Sommerzeit)"},"13964":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"13965":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"13966":{"rev":85412,"author":"lauritz","date":{"__isSmartRef__":true,"id":13967},"url":{"__isSmartRef__":true,"id":13968},"changes":[{"__isSmartRef__":true,"id":13969}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"13967":{"isSerializedDate":true,"string":"Thu Jun 16 2011 08:40:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"13968":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"13969":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"13970":{"rev":85328,"author":"lauritz","date":{"__isSmartRef__":true,"id":13971},"url":{"__isSmartRef__":true,"id":13972},"changes":[{"__isSmartRef__":true,"id":13973}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"13971":{"isSerializedDate":true,"string":"Thu Jun 16 2011 07:28:20 GMT+0200 (Mitteleuropäische Sommerzeit)"},"13972":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"13973":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"13974":{"rev":85292,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":13975},"url":{"__isSmartRef__":true,"id":13976},"changes":[{"__isSmartRef__":true,"id":13977},{"__isSmartRef__":true,"id":13978},{"__isSmartRef__":true,"id":13979},{"__isSmartRef__":true,"id":13980},{"__isSmartRef__":true,"id":13981},{"__isSmartRef__":true,"id":13982},{"__isSmartRef__":true,"id":13983},{"__isSmartRef__":true,"id":13984},{"__isSmartRef__":true,"id":13985},{"__isSmartRef__":true,"id":13986},{"__isSmartRef__":true,"id":13987}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"13975":{"isSerializedDate":true,"string":"Wed Jun 15 2011 23:09:22 GMT+0200 (Mitteleuropäische Sommerzeit)"},"13976":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.svg","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"13977":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.metainfo"},"13978":{"type":"S:modified","url":"/lively/ide.js"},"13979":{"type":"S:modified","url":"/PartsBin/Debugging/Benchmarker.html"},"13980":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.html"},"13981":{"type":"S:modified","url":"/lively/morphic/Events.js"},"13982":{"type":"S:modified","url":"/PartsBin/Debugging/Benchmarker.json"},"13983":{"type":"S:modified","url":"/lively/morphic/Widgets.js"},"13984":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"13985":{"type":"S:modified","url":"/cop/Flatten.js"},"13986":{"type":"S:modified","url":"/cop/Layers.js"},"13987":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.svg"},"13988":{"rev":84928,"author":"lauritz","date":{"__isSmartRef__":true,"id":13989},"url":{"__isSmartRef__":true,"id":13990},"changes":[{"__isSmartRef__":true,"id":13991}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"13989":{"isSerializedDate":true,"string":"Wed Jun 15 2011 09:46:59 GMT+0200 (Mitteleuropäische Sommerzeit)"},"13990":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"13991":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"13992":{"rev":84921,"author":"lauritz","date":{"__isSmartRef__":true,"id":13993},"url":{"__isSmartRef__":true,"id":13994},"changes":[{"__isSmartRef__":true,"id":13995}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"13993":{"isSerializedDate":true,"string":"Wed Jun 15 2011 09:44:27 GMT+0200 (Mitteleuropäische Sommerzeit)"},"13994":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"13995":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"13996":{"rev":84890,"author":"lauritz","date":{"__isSmartRef__":true,"id":13997},"url":{"__isSmartRef__":true,"id":13998},"changes":[{"__isSmartRef__":true,"id":13999}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"13997":{"isSerializedDate":true,"string":"Wed Jun 15 2011 09:29:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"13998":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"13999":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14000":{"rev":84431,"author":"Hank","date":{"__isSmartRef__":true,"id":14001},"url":{"__isSmartRef__":true,"id":14002},"changes":[{"__isSmartRef__":true,"id":14003}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14001":{"isSerializedDate":true,"string":"Tue Jun 14 2011 16:33:15 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14002":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14003":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14004":{"rev":84427,"author":"Hank","date":{"__isSmartRef__":true,"id":14005},"url":{"__isSmartRef__":true,"id":14006},"changes":[{"__isSmartRef__":true,"id":14007}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14005":{"isSerializedDate":true,"string":"Tue Jun 14 2011 16:32:52 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14006":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14007":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14008":{"rev":82559,"author":"lauritz","date":{"__isSmartRef__":true,"id":14009},"url":{"__isSmartRef__":true,"id":14010},"changes":[{"__isSmartRef__":true,"id":14011}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14009":{"isSerializedDate":true,"string":"Tue Jun 07 2011 11:08:40 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14010":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14011":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14012":{"rev":82542,"author":"lauritz","date":{"__isSmartRef__":true,"id":14013},"url":{"__isSmartRef__":true,"id":14014},"changes":[{"__isSmartRef__":true,"id":14015}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14013":{"isSerializedDate":true,"string":"Tue Jun 07 2011 10:26:37 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14014":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14015":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14016":{"rev":82502,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":14017},"url":{"__isSmartRef__":true,"id":14018},"changes":[{"__isSmartRef__":true,"id":14019}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14017":{"isSerializedDate":true,"string":"Mon Jun 06 2011 23:19:51 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14018":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14019":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14020":{"rev":82119,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":14021},"url":{"__isSmartRef__":true,"id":14022},"changes":[{"__isSmartRef__":true,"id":14023}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14021":{"isSerializedDate":true,"string":"Sun Jun 05 2011 14:28:50 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14022":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14023":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14024":{"rev":82115,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":14025},"url":{"__isSmartRef__":true,"id":14026},"changes":[{"__isSmartRef__":true,"id":14027}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14025":{"isSerializedDate":true,"string":"Sun Jun 05 2011 14:27:01 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14026":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14027":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14028":{"rev":81803,"author":"lauritz","date":{"__isSmartRef__":true,"id":14029},"url":{"__isSmartRef__":true,"id":14030},"changes":[{"__isSmartRef__":true,"id":14031}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14029":{"isSerializedDate":true,"string":"Fri Jun 03 2011 18:22:06 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14030":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14031":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14032":{"rev":81796,"author":"lauritz","date":{"__isSmartRef__":true,"id":14033},"url":{"__isSmartRef__":true,"id":14034},"changes":[{"__isSmartRef__":true,"id":14035}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14033":{"isSerializedDate":true,"string":"Fri Jun 03 2011 17:54:06 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14034":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14035":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14036":{"rev":81681,"author":"jenslincke","date":{"__isSmartRef__":true,"id":14037},"url":{"__isSmartRef__":true,"id":14038},"changes":[{"__isSmartRef__":true,"id":14039}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14037":{"isSerializedDate":true,"string":"Fri Jun 03 2011 17:21:55 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14038":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14039":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14040":{"rev":80056,"author":"lauritz","date":{"__isSmartRef__":true,"id":14041},"url":{"__isSmartRef__":true,"id":14042},"changes":[{"__isSmartRef__":true,"id":14043}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14041":{"isSerializedDate":true,"string":"Wed Jun 01 2011 23:04:07 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14042":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14043":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14044":{"rev":79541,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":14045},"url":{"__isSmartRef__":true,"id":14046},"changes":[{"__isSmartRef__":true,"id":14047}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14045":{"isSerializedDate":true,"string":"Wed Jun 01 2011 01:48:05 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14046":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14047":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14048":{"rev":79538,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":14049},"url":{"__isSmartRef__":true,"id":14050},"changes":[{"__isSmartRef__":true,"id":14051}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14049":{"isSerializedDate":true,"string":"Wed Jun 01 2011 01:47:34 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14050":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14051":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14052":{"rev":77087,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":14053},"url":{"__isSmartRef__":true,"id":14054},"changes":[{"__isSmartRef__":true,"id":14055}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14053":{"isSerializedDate":true,"string":"Thu May 26 2011 07:56:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14054":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14055":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14056":{"rev":76989,"author":"lauritz","date":{"__isSmartRef__":true,"id":14057},"url":{"__isSmartRef__":true,"id":14058},"changes":[{"__isSmartRef__":true,"id":14059}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14057":{"isSerializedDate":true,"string":"Wed May 25 2011 21:19:49 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14058":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14059":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14060":{"rev":76986,"author":"lauritz","date":{"__isSmartRef__":true,"id":14061},"url":{"__isSmartRef__":true,"id":14062},"changes":[{"__isSmartRef__":true,"id":14063}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14061":{"isSerializedDate":true,"string":"Wed May 25 2011 21:17:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14062":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14063":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14064":{"rev":76972,"author":"lauritz","date":{"__isSmartRef__":true,"id":14065},"url":{"__isSmartRef__":true,"id":14066},"changes":[{"__isSmartRef__":true,"id":14067}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14065":{"isSerializedDate":true,"string":"Wed May 25 2011 20:51:58 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14066":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14067":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14068":{"rev":76969,"author":"lauritz","date":{"__isSmartRef__":true,"id":14069},"url":{"__isSmartRef__":true,"id":14070},"changes":[{"__isSmartRef__":true,"id":14071}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14069":{"isSerializedDate":true,"string":"Wed May 25 2011 20:48:22 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14070":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14071":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14072":{"rev":76965,"author":"lauritz","date":{"__isSmartRef__":true,"id":14073},"url":{"__isSmartRef__":true,"id":14074},"changes":[{"__isSmartRef__":true,"id":14075}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14073":{"isSerializedDate":true,"string":"Wed May 25 2011 20:38:56 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14074":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14075":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14076":{"rev":76952,"author":"lauritz","date":{"__isSmartRef__":true,"id":14077},"url":{"__isSmartRef__":true,"id":14078},"changes":[{"__isSmartRef__":true,"id":14079}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14077":{"isSerializedDate":true,"string":"Wed May 25 2011 20:20:56 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14078":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14079":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14080":{"rev":76948,"author":"lauritz","date":{"__isSmartRef__":true,"id":14081},"url":{"__isSmartRef__":true,"id":14082},"changes":[{"__isSmartRef__":true,"id":14083}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14081":{"isSerializedDate":true,"string":"Wed May 25 2011 20:15:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14082":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14083":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14084":{"rev":76944,"author":"lauritz","date":{"__isSmartRef__":true,"id":14085},"url":{"__isSmartRef__":true,"id":14086},"changes":[{"__isSmartRef__":true,"id":14087}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14085":{"isSerializedDate":true,"string":"Wed May 25 2011 20:07:28 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14086":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14087":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14088":{"rev":76941,"author":"lauritz","date":{"__isSmartRef__":true,"id":14089},"url":{"__isSmartRef__":true,"id":14090},"changes":[{"__isSmartRef__":true,"id":14091}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14089":{"isSerializedDate":true,"string":"Wed May 25 2011 20:02:56 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14090":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14091":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14092":{"rev":76938,"author":"lauritz","date":{"__isSmartRef__":true,"id":14093},"url":{"__isSmartRef__":true,"id":14094},"changes":[{"__isSmartRef__":true,"id":14095}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14093":{"isSerializedDate":true,"string":"Wed May 25 2011 20:02:48 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14094":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14095":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14096":{"rev":76929,"author":"lauritz","date":{"__isSmartRef__":true,"id":14097},"url":{"__isSmartRef__":true,"id":14098},"changes":[{"__isSmartRef__":true,"id":14099}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14097":{"isSerializedDate":true,"string":"Wed May 25 2011 19:58:46 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14098":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14099":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14100":{"rev":76925,"author":"lauritz","date":{"__isSmartRef__":true,"id":14101},"url":{"__isSmartRef__":true,"id":14102},"changes":[{"__isSmartRef__":true,"id":14103}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14101":{"isSerializedDate":true,"string":"Wed May 25 2011 19:55:37 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14102":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14103":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14104":{"rev":76921,"author":"lauritz","date":{"__isSmartRef__":true,"id":14105},"url":{"__isSmartRef__":true,"id":14106},"changes":[{"__isSmartRef__":true,"id":14107}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14105":{"isSerializedDate":true,"string":"Wed May 25 2011 19:43:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14106":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14107":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14108":{"rev":76917,"author":"lauritz","date":{"__isSmartRef__":true,"id":14109},"url":{"__isSmartRef__":true,"id":14110},"changes":[{"__isSmartRef__":true,"id":14111}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14109":{"isSerializedDate":true,"string":"Wed May 25 2011 19:34:49 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14110":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14111":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14112":{"rev":76914,"author":"lauritz","date":{"__isSmartRef__":true,"id":14113},"url":{"__isSmartRef__":true,"id":14114},"changes":[{"__isSmartRef__":true,"id":14115}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14113":{"isSerializedDate":true,"string":"Wed May 25 2011 19:34:37 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14114":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14115":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14116":{"rev":76909,"author":"lauritz","date":{"__isSmartRef__":true,"id":14117},"url":{"__isSmartRef__":true,"id":14118},"changes":[{"__isSmartRef__":true,"id":14119}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14117":{"isSerializedDate":true,"string":"Wed May 25 2011 19:17:27 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14118":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14119":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14120":{"rev":76272,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":14121},"url":{"__isSmartRef__":true,"id":14122},"changes":[{"__isSmartRef__":true,"id":14123}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14121":{"isSerializedDate":true,"string":"Tue May 24 2011 15:48:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14122":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14123":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14124":{"rev":76203,"author":"jenslincke","date":{"__isSmartRef__":true,"id":14125},"url":{"__isSmartRef__":true,"id":14126},"changes":[{"__isSmartRef__":true,"id":14127}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14125":{"isSerializedDate":true,"string":"Tue May 24 2011 14:39:33 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14126":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14127":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14128":{"rev":76197,"author":"jenslincke","date":{"__isSmartRef__":true,"id":14129},"url":{"__isSmartRef__":true,"id":14130},"changes":[{"__isSmartRef__":true,"id":14131}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14129":{"isSerializedDate":true,"string":"Tue May 24 2011 14:35:59 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14130":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14131":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14132":{"rev":76194,"author":"jenslincke","date":{"__isSmartRef__":true,"id":14133},"url":{"__isSmartRef__":true,"id":14134},"changes":[{"__isSmartRef__":true,"id":14135}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14133":{"isSerializedDate":true,"string":"Tue May 24 2011 14:35:20 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14134":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14135":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14136":{"rev":76171,"author":"jenslincke","date":{"__isSmartRef__":true,"id":14137},"url":{"__isSmartRef__":true,"id":14138},"changes":[{"__isSmartRef__":true,"id":14139}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14137":{"isSerializedDate":true,"string":"Tue May 24 2011 14:26:26 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14138":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14139":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14140":{"rev":75078,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":14141},"url":{"__isSmartRef__":true,"id":14142},"changes":[{"__isSmartRef__":true,"id":14143}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14141":{"isSerializedDate":true,"string":"Sun May 22 2011 20:08:14 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14142":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14143":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14144":{"rev":74975,"author":"lauritz","date":{"__isSmartRef__":true,"id":14145},"url":{"__isSmartRef__":true,"id":14146},"changes":[{"__isSmartRef__":true,"id":14147}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14145":{"isSerializedDate":true,"string":"Sat May 21 2011 10:25:59 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14146":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14147":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14148":{"rev":74972,"author":"lauritz","date":{"__isSmartRef__":true,"id":14149},"url":{"__isSmartRef__":true,"id":14150},"changes":[{"__isSmartRef__":true,"id":14151}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14149":{"isSerializedDate":true,"string":"Sat May 21 2011 10:12:50 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14150":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14151":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14152":{"rev":74941,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":14153},"url":{"__isSmartRef__":true,"id":14154},"changes":[{"__isSmartRef__":true,"id":14155}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14153":{"isSerializedDate":true,"string":"Sat May 21 2011 00:44:24 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14154":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14155":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14156":{"rev":74931,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":14157},"url":{"__isSmartRef__":true,"id":14158},"changes":[{"__isSmartRef__":true,"id":14159}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14157":{"isSerializedDate":true,"string":"Sat May 21 2011 00:24:31 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14158":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14159":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14160":{"rev":74843,"author":"lauritz","date":{"__isSmartRef__":true,"id":14161},"url":{"__isSmartRef__":true,"id":14162},"changes":[{"__isSmartRef__":true,"id":14163}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14161":{"isSerializedDate":true,"string":"Fri May 20 2011 18:24:22 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14162":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14163":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14164":{"rev":74826,"author":"lauritz","date":{"__isSmartRef__":true,"id":14165},"url":{"__isSmartRef__":true,"id":14166},"changes":[{"__isSmartRef__":true,"id":14167}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14165":{"isSerializedDate":true,"string":"Fri May 20 2011 17:58:56 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14166":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14167":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14168":{"rev":74748,"author":"lauritz","date":{"__isSmartRef__":true,"id":14169},"url":{"__isSmartRef__":true,"id":14170},"changes":[{"__isSmartRef__":true,"id":14171}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14169":{"isSerializedDate":true,"string":"Fri May 20 2011 15:27:05 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14170":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14171":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14172":{"rev":72758,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":14173},"url":{"__isSmartRef__":true,"id":14174},"changes":[{"__isSmartRef__":true,"id":14175}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14173":{"isSerializedDate":true,"string":"Tue May 17 2011 00:20:13 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14174":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14175":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14176":{"rev":72755,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":14177},"url":{"__isSmartRef__":true,"id":14178},"changes":[{"__isSmartRef__":true,"id":14179}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14177":{"isSerializedDate":true,"string":"Tue May 17 2011 00:18:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14178":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14179":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14180":{"rev":72752,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":14181},"url":{"__isSmartRef__":true,"id":14182},"changes":[{"__isSmartRef__":true,"id":14183}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14181":{"isSerializedDate":true,"string":"Tue May 17 2011 00:14:34 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14182":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14183":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14184":{"rev":72749,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":14185},"url":{"__isSmartRef__":true,"id":14186},"changes":[{"__isSmartRef__":true,"id":14187}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14185":{"isSerializedDate":true,"string":"Tue May 17 2011 00:07:35 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14186":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14187":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14188":{"rev":72672,"author":"lauritz","date":{"__isSmartRef__":true,"id":14189},"url":{"__isSmartRef__":true,"id":14190},"changes":[{"__isSmartRef__":true,"id":14191}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14189":{"isSerializedDate":true,"string":"Mon May 16 2011 20:42:59 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14190":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14191":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14192":{"rev":72667,"author":"lauritz","date":{"__isSmartRef__":true,"id":14193},"url":{"__isSmartRef__":true,"id":14194},"changes":[{"__isSmartRef__":true,"id":14195}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14193":{"isSerializedDate":true,"string":"Mon May 16 2011 18:14:53 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14194":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14195":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14196":{"rev":72661,"author":"lauritz","date":{"__isSmartRef__":true,"id":14197},"url":{"__isSmartRef__":true,"id":14198},"changes":[{"__isSmartRef__":true,"id":14199}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14197":{"isSerializedDate":true,"string":"Mon May 16 2011 18:02:26 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14198":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14199":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14200":{"rev":72653,"author":"lauritz","date":{"__isSmartRef__":true,"id":14201},"url":{"__isSmartRef__":true,"id":14202},"changes":[{"__isSmartRef__":true,"id":14203}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14201":{"isSerializedDate":true,"string":"Mon May 16 2011 17:47:29 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14202":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14203":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14204":{"rev":72649,"author":"lauritz","date":{"__isSmartRef__":true,"id":14205},"url":{"__isSmartRef__":true,"id":14206},"changes":[{"__isSmartRef__":true,"id":14207}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14205":{"isSerializedDate":true,"string":"Mon May 16 2011 17:45:25 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14206":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14207":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14208":{"rev":72590,"author":"lauritz","date":{"__isSmartRef__":true,"id":14209},"url":{"__isSmartRef__":true,"id":14210},"changes":[{"__isSmartRef__":true,"id":14211}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14209":{"isSerializedDate":true,"string":"Mon May 16 2011 17:18:48 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14210":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14211":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14212":{"rev":72267,"author":"lauritz","date":{"__isSmartRef__":true,"id":14213},"url":{"__isSmartRef__":true,"id":14214},"changes":[{"__isSmartRef__":true,"id":14215}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14213":{"isSerializedDate":true,"string":"Sun May 15 2011 16:10:06 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14214":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14215":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14216":{"rev":72263,"author":"lauritz","date":{"__isSmartRef__":true,"id":14217},"url":{"__isSmartRef__":true,"id":14218},"changes":[{"__isSmartRef__":true,"id":14219}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14217":{"isSerializedDate":true,"string":"Sun May 15 2011 16:07:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14218":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14219":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14220":{"rev":72259,"author":"lauritz","date":{"__isSmartRef__":true,"id":14221},"url":{"__isSmartRef__":true,"id":14222},"changes":[{"__isSmartRef__":true,"id":14223}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14221":{"isSerializedDate":true,"string":"Sun May 15 2011 16:05:00 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14222":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14223":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14224":{"rev":72255,"author":"lauritz","date":{"__isSmartRef__":true,"id":14225},"url":{"__isSmartRef__":true,"id":14226},"changes":[{"__isSmartRef__":true,"id":14227}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14225":{"isSerializedDate":true,"string":"Sun May 15 2011 15:58:26 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14226":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14227":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14228":{"rev":72252,"author":"lauritz","date":{"__isSmartRef__":true,"id":14229},"url":{"__isSmartRef__":true,"id":14230},"changes":[{"__isSmartRef__":true,"id":14231}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14229":{"isSerializedDate":true,"string":"Sun May 15 2011 15:48:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14230":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14231":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14232":{"rev":72249,"author":"lauritz","date":{"__isSmartRef__":true,"id":14233},"url":{"__isSmartRef__":true,"id":14234},"changes":[{"__isSmartRef__":true,"id":14235}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14233":{"isSerializedDate":true,"string":"Sun May 15 2011 15:43:25 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14234":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14235":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14236":{"rev":72246,"author":"lauritz","date":{"__isSmartRef__":true,"id":14237},"url":{"__isSmartRef__":true,"id":14238},"changes":[{"__isSmartRef__":true,"id":14239}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14237":{"isSerializedDate":true,"string":"Sun May 15 2011 15:16:15 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14238":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14239":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14240":{"rev":72243,"author":"lauritz","date":{"__isSmartRef__":true,"id":14241},"url":{"__isSmartRef__":true,"id":14242},"changes":[{"__isSmartRef__":true,"id":14243}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14241":{"isSerializedDate":true,"string":"Sun May 15 2011 15:08:25 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14242":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14243":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"14244":{"rev":72235,"author":"lauritz","date":{"__isSmartRef__":true,"id":14245},"url":{"__isSmartRef__":true,"id":14246},"changes":[{"__isSmartRef__":true,"id":14247}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"14245":{"isSerializedDate":true,"string":"Sun May 15 2011 14:35:54 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14246":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14247":{"type":"S:added","url":null},"14248":{"submorphs":[{"__isSmartRef__":true,"id":14249},{"__isSmartRef__":true,"id":16119},{"__isSmartRef__":true,"id":16159}],"scripts":[],"shape":{"__isSmartRef__":true,"id":16324},"id":"249DD933-A696-48AB-B1CF-72E13ADDCDBF","renderContextTable":{"__isSmartRef__":true,"id":16329},"eventHandler":{"__isSmartRef__":true,"id":16330},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":16331},"LK2":true,"priorExtent":{"__isSmartRef__":true,"id":16332},"targetMorph":{"__isSmartRef__":true,"id":14249},"titleBar":{"__isSmartRef__":true,"id":16159},"contentOffset":{"__isSmartRef__":true,"id":16333},"collapsedTransform":{"__isSmartRef__":true,"id":16334},"collapsedExtent":{"__isSmartRef__":true,"id":16335},"expandedTransform":{"__isSmartRef__":true,"id":16336},"expandedExtent":{"__isSmartRef__":true,"id":16337},"ignoreEventsOnExpand":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":12840},"name":"ObjectEditor5","prevDragPos":{"__isSmartRef__":true,"id":16338},"highlighted":true,"cameForward":false,"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","expandedPosition":{"__isSmartRef__":true,"id":16339},"collapsedPosition":{"__isSmartRef__":true,"id":16340},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isBeingDragged":false,"prevScroll":[0,0],"minSize":{"__isSmartRef__":true,"id":16341},"minExtent":{"__isSmartRef__":true,"id":16342},"isCopyMorphRef":true,"morphRefId":16,"derivationIds":[205,"2951753B-EB95-4093-A0DD-249E83AC2204","A32DE788-E06D-492C-B2E6-19C3710B5AE0","96D56291-98FB-42C4-A247-0A20B4183B14","1E6BCC46-3FE3-4950-AE50-9751458F7E18","22248328-5B04-4E39-ADDE-460C107C790F","2F4F6161-9F4C-469E-AF56-24765FF03B72","88EF08D5-C1E7-4B5B-B393-FFF5921009D7","FF731ED6-5217-4053-9B85-77F1BF344BF3","496332F8-A328-4625-A7D5-0DCE90C3D2AE","E57F1D4E-AE08-4CAA-A62D-4E69FC0BFF47","94783CDE-55B0-4198-8477-C0756F2C812F","F03206B8-2964-470C-A335-FF321C7743E5","C60ABA94-4D2A-4524-9239-9B7EA074A0B5","D3FBB0FA-2BFF-4D8C-9632-41EEEDB053AE","FDF9A68D-1149-4666-9946-600CCA238B76","118B9F76-0089-47CC-9C18-9F9FF646339B","B0FFB231-7805-4F89-B4B3-4ACD87687613","76631A8F-F752-4DB8-93ED-1496BC458DF0","04D3062E-744B-4E3D-8B25-5602772A307B","89687ECD-A53A-4C95-B6E8-235EBB9198E9"],"_Position":{"__isSmartRef__":true,"id":16343},"moved":true,"_ClipMode":"visible","_Rotation":0,"_Scale":1.01,"owner":null,"state":"shutdown","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":16344},"__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"14249":{"submorphs":[{"__isSmartRef__":true,"id":14250},{"__isSmartRef__":true,"id":15104},{"__isSmartRef__":true,"id":14886},{"__isSmartRef__":true,"id":15119},{"__isSmartRef__":true,"id":15135},{"__isSmartRef__":true,"id":15187},{"__isSmartRef__":true,"id":15238},{"__isSmartRef__":true,"id":15295},{"__isSmartRef__":true,"id":14745},{"__isSmartRef__":true,"id":14762},{"__isSmartRef__":true,"id":15351},{"__isSmartRef__":true,"id":15469},{"__isSmartRef__":true,"id":15484},{"__isSmartRef__":true,"id":15499},{"__isSmartRef__":true,"id":15584},{"__isSmartRef__":true,"id":15669},{"__isSmartRef__":true,"id":15754},{"__isSmartRef__":true,"id":15803}],"scripts":[{"__isSmartRef__":true,"id":15996}],"id":"DF20C68F-ED85-483F-ACE2-BB4CFBB5F4ED","shape":{"__isSmartRef__":true,"id":15997},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"ObjectEditorPane","partsBinMetaInfo":{"__isSmartRef__":true,"id":16004},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":16007},"eventHandler":{"__isSmartRef__":true,"id":16008},"priorExtent":{"__isSmartRef__":true,"id":16009},"layout":{"__isSmartRef__":true,"id":16010},"target":{"__isSmartRef__":true,"id":384},"scriptPane":{"__isSmartRef__":true,"id":14745},"scriptList":{"__isSmartRef__":true,"id":14250},"connectionList":{"__isSmartRef__":true,"id":14886},"morphSelector":{"__isSmartRef__":true,"id":15351},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"changeIndicator":{"__isSmartRef__":true,"id":14762},"isBeingDragged":false,"prevScroll":[0,0],"grabbingEnabled":false,"draggingEnabled":false,"currentCategory":null,"distanceToDragEvent":{"__isSmartRef__":true,"id":16011},"tagChooser":{"__isSmartRef__":true,"id":15499},"currentTag":null,"derivationIds":[206,"3BDE080D-3D60-4BB9-A690-E6001350F596","00E28CBF-E803-4BC0-93CC-651AC21008A5","1B7E7936-0145-47E4-8433-DFE58134E74B","422B98E3-E52B-4057-9C28-865873682DE1","BCDE8D30-ECC2-4883-9587-2518B6822233","BA6D5198-5AC2-4A63-9597-D4CF98A99CA9","17E22972-5EBC-4511-9779-05E9E665D899","C6F34039-F423-4223-8D6A-85611A138372","7EC3BECE-1BDA-471D-B14C-C4FB822AA55C","88F702A6-6067-4160-8561-54FAD27ADB17","738F5E09-C109-4CD0-B5F5-418A6227ABA0","0DC59884-6397-4391-A9A7-FB6F9F97E5AD","14C76016-3134-4E27-8E8F-AF9EE6ACCF4E","FEB1641E-DEA0-449B-B5E5-D3946457A986","5A09E61D-0939-46DD-B099-6337F45EAD81","42A37CDC-8F21-49BA-A701-B98418EF4AEC","FCE84B47-1667-482B-B035-D2C3C7F53837","F49E6D79-2AEB-41FC-8057-A25A4C7D4F92","7B115C74-E409-42A1-9FCB-2DEB53C88CD6","1D3B45A6-5E60-4FD3-900A-288DB80F5262"],"_Position":{"__isSmartRef__":true,"id":16012},"owner":{"__isSmartRef__":true,"id":14248},"partTests":{"__isSmartRef__":true,"id":16013},"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":16014},"__LivelyClassName__":"lively.morphic.Box"},"14250":{"submorphs":[],"scripts":[],"id":"BBCB1FC3-B519-4837-8FCD-1307DD157470","shape":{"__isSmartRef__":true,"id":14251},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":14258},"itemList":["-- ALL --","confirmUnsavedChanges","copyToPartsBinWithUserRequest","displayInitialScript","displayJavaScriptSource","displaySourceForConnection","displaySourceForScript","ensureAnnotationLayer","generateSourceForConnection","generateSourceForScript","generateTargetCode","migrateOldScriptAnnotations","newConnection","newScript","onShutdown","openPartClassesEditor","openPartTestRunner","printTags","removeTimeStampComment","reset","runScript","saveScriptWithSource","selectChangedContent","setTag","setTarget","sortedConnectionNamesOfObj","sortedScriptNamesOfObj","update","updateLists"],"selectedLineNo":21,"showsHalos":false,"name":"ObjectEditorScriptList","partsBinMetaInfo":{"__isSmartRef__":true,"id":14259},"__SourceModuleName__":"Global.lively.morphic.Core","_ClipMode":"auto","owner":{"__isSmartRef__":true,"id":14249},"priorExtent":{"__isSmartRef__":true,"id":14260},"prevScroll":[0,51],"attributeConnections":[{"__isSmartRef__":true,"id":14261}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"layout":{"__isSmartRef__":true,"id":14266},"doitContext":{"__isSmartRef__":true,"id":14267},"renderContextTable":{"__isSmartRef__":true,"id":15093},"eventHandler":{"__isSmartRef__":true,"id":15094},"_FontSize":10,"distanceToDragEvent":{"__isSmartRef__":true,"id":15095},"isBeingDragged":false,"grabbingEnabled":false,"draggingEnabled":false,"isCopyMorphRef":true,"morphRefId":17,"currentCategory":null,"derivationIds":[207,"D87334B5-DFB8-438D-8038-D2C55A798E3B","4242A24B-D284-4130-BB19-C1AB8C7E96CB","1F2230C1-4745-4EED-8827-5D3FC0EA8D8A","1260A8AA-AD41-451A-A761-BE75A33282E8","11AABB24-1595-4EDC-95DF-8BC66785F47A","CA99FFE7-13DD-4721-8DE2-6A587B0C65D9","E01A3DAA-0001-4C7C-A6A7-449C3945A3E6","8C3C70BF-E1CE-4FB9-8407-24EA990D4E49","D70897C1-82FA-42AD-9D81-A0698E9072CC","69BB0838-2830-4831-A681-185E03308396","434D4493-4DD6-466F-A202-7364A5829C52","93D99F39-CC07-45EB-9459-5230A80A20D2","4756DE7D-3422-46FC-B24B-5565F597D490","7AF59BEC-20A9-4451-AD6E-39E86979D18D","07109F49-B19B-4C20-8632-697478AA1FFB","DD6C1E85-89E4-4619-A9B8-6CF6A5E7AD71","C9C566DA-2167-4866-B606-6D9467CC5763","43A75FC1-E0E6-4B7B-84B5-382D18881361","1EE4A800-07BC-4687-B972-0360A139A335","52766A7B-F1AC-4B5D-AFA9-3CBEC45A4175"],"selection":"saveScriptWithSource","_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15096},"__LivelyClassName__":"lively.morphic.List"},"14251":{"position":{"__isSmartRef__":true,"id":14252},"_Extent":{"__isSmartRef__":true,"id":14253},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":14254},"_Fill":{"__isSmartRef__":true,"id":14255},"__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderRadius":0,"renderContextTable":{"__isSmartRef__":true,"id":14256},"_Opacity":1,"_BorderStyle":"solid","_Padding":{"__isSmartRef__":true,"id":14257},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14252":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14253":{"x":180,"y":337.61253261443596,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14254":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14255":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"14256":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"14257":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"14258":{"x":10,"y":63.027958027992966,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14259":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":2,"__SourceModuleName__":"Global.lively.PartsBin","idOnLoad":"BBCB1FC3-B519-4837-8FCD-1307DD157470","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"14260":{"x":180,"y":338.61253261443596,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14261":{"sourceObj":{"__isSmartRef__":true,"id":14250},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":14249},"targetMethodName":"displaySourceForScript","converterString":"function (value) {\n return (value === '-- ALL --') ? null : value;\n}","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":14262},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14263},"__LivelyClassName__":"AttributeConnection"},"14262":{"source":{"__isSmartRef__":true,"id":14250},"target":{"__isSmartRef__":true,"id":14249}},"14263":{"converter":{"__isSmartRef__":true,"id":14264}},"14264":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":14262},"source":"function (value) {\n return (value === '-- ALL --') ? null : value;\n}","funcProperties":{"__isSmartRef__":true,"id":14265},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"14265":{},"14266":{"resizeHeight":true},"14267":{"submorphs":[],"scripts":[],"id":836,"shape":{"__isSmartRef__":true,"id":14268},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":14273},"priorExtent":{"__isSmartRef__":true,"id":14274},"titleBar":{"__isSmartRef__":true,"id":14275},"contentOffset":{"__isSmartRef__":true,"id":14416},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":{"__isSmartRef__":true,"id":14417},"expandedExtent":{"__isSmartRef__":true,"id":14418},"highlighted":true,"_Rotation":0,"_Scale":1,"prevDragPos":{"__isSmartRef__":true,"id":14419},"showsHalos":false,"name":"ObjectEditor","__SourceModuleName__":"Global.lively.morphic.Widgets","target":{"__isSmartRef__":true,"id":14420},"expandedPosition":{"__isSmartRef__":true,"id":14743},"partsBinMetaInfo":{"__isSmartRef__":true,"id":14744},"scriptList":{"__isSmartRef__":true,"id":14250},"scriptPane":{"__isSmartRef__":true,"id":14745},"classButton":{"__isSmartRef__":true,"id":14841},"connectionList":{"__isSmartRef__":true,"id":14886},"targetButton":{"__isSmartRef__":true,"id":14911},"renderContextTable":{"__isSmartRef__":true,"id":14954},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Position":{"__isSmartRef__":true,"id":14955},"morphSelector":{"__isSmartRef__":true,"id":14956},"eventHandler":{"__isSmartRef__":true,"id":15040},"cameForward":false,"isCopyMorphRef":true,"morphRefId":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15041},"__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"14268":{"_BorderWidth":1,"_Fill":{"__isSmartRef__":true,"id":14269},"_StrokeOpacity":0,"_BorderRadius":9.25,"_Extent":{"__isSmartRef__":true,"id":14270},"__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":{"__isSmartRef__":true,"id":14271},"renderContextTable":{"__isSmartRef__":true,"id":14272},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14269":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14270":{"x":981,"y":585.2,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14271":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14272":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"14273":{"adjustForNewBounds":true},"14274":{"x":981,"y":585.2,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14275":{"submorphs":[{"__isSmartRef__":true,"id":14276},{"__isSmartRef__":true,"id":14289},{"__isSmartRef__":true,"id":14333},{"__isSmartRef__":true,"id":14365}],"scripts":[],"id":837,"shape":{"__isSmartRef__":true,"id":14398},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":14411},"_Position":{"__isSmartRef__":true,"id":14412},"eventsAreIgnored":true,"windowMorph":{"__isSmartRef__":true,"id":14267},"label":{"__isSmartRef__":true,"id":14276},"closeButton":{"__isSmartRef__":true,"id":14289},"menuButton":{"__isSmartRef__":true,"id":14333},"collapseButton":{"__isSmartRef__":true,"id":14365},"priorExtent":{"__isSmartRef__":true,"id":14413},"owner":null,"__SourceModuleName__":"Global.lively.morphic.Widgets","name":"ObjectEditorTitleBar","_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":14414},"eventHandler":{"__isSmartRef__":true,"id":14415},"__LivelyClassName__":"lively.morphic.TitleBar"},"14276":{"submorphs":[],"scripts":[],"id":838,"shape":{"__isSmartRef__":true,"id":14277},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":14282},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":14283},"priorExtent":{"__isSmartRef__":true,"id":14284},"_MaxTextWidth":null,"_MaxTextHeight":17,"textChunks":[{"__isSmartRef__":true,"id":14285}],"evalEnabled":false,"isLabel":true,"eventsAreIgnored":true,"_FontSize":10,"_Align":"center","owner":{"__isSmartRef__":true,"id":14275},"__SourceModuleName__":"Global.lively.morphic.TextCore","_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":14287},"eventHandler":{"__isSmartRef__":true,"id":14288},"_HandStyle":"default","_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text"},"14277":{"_Position":{"__isSmartRef__":true,"id":14278},"_Extent":{"__isSmartRef__":true,"id":14279},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":14280},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":14281},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14278":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14279":{"x":921.9776803724167,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14280":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14281":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"14282":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"14283":{"x":20,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14284":{"x":921.9776803724167,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14285":{"style":{"__isSmartRef__":true,"id":14286},"chunkOwner":{"__isSmartRef__":true,"id":14276},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"14286":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"14287":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"14288":{"morph":{"__isSmartRef__":true,"id":14276},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"14289":{"submorphs":[{"__isSmartRef__":true,"id":14290}],"scripts":[],"id":839,"shape":{"__isSmartRef__":true,"id":14302},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":14317},"priorExtent":{"__isSmartRef__":true,"id":14318},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":14306},"lighterFill":{"__isSmartRef__":true,"id":14319},"label":{"__isSmartRef__":true,"id":14290},"owner":{"__isSmartRef__":true,"id":14275},"layout":{"__isSmartRef__":true,"id":14328},"attributeConnections":[{"__isSmartRef__":true,"id":14329},{"__isSmartRef__":true,"id":14330}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":14331},"eventHandler":{"__isSmartRef__":true,"id":14332},"__LivelyClassName__":"lively.morphic.WindowControl"},"14290":{"submorphs":[],"scripts":[],"id":840,"shape":{"__isSmartRef__":true,"id":14291},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":14295},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":14296},"priorExtent":{"__isSmartRef__":true,"id":14297},"_MaxTextWidth":null,"_MaxTextHeight":17,"textChunks":[{"__isSmartRef__":true,"id":14298}],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":14289},"isLabel":true,"eventsAreIgnored":true,"_FontSize":8,"__SourceModuleName__":"Global.lively.morphic.TextCore","_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":14300},"eventHandler":{"__isSmartRef__":true,"id":14301},"_HandStyle":"default","_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text"},"14291":{"_Position":{"__isSmartRef__":true,"id":14292},"_Extent":{"__isSmartRef__":true,"id":14293},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":14280},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":14294},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14292":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14293":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14294":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"14295":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"14296":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14297":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14298":{"style":{"__isSmartRef__":true,"id":14299},"chunkOwner":{"__isSmartRef__":true,"id":14290},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"14299":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"14300":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"14301":{"morph":{"__isSmartRef__":true,"id":14290},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"14302":{"_Position":{"__isSmartRef__":true,"id":14303},"_Extent":{"__isSmartRef__":true,"id":14304},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":14305},"_Fill":{"__isSmartRef__":true,"id":14306},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":14316},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14303":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14304":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14305":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14306":{"stops":[{"__isSmartRef__":true,"id":14307},{"__isSmartRef__":true,"id":14309},{"__isSmartRef__":true,"id":14311},{"__isSmartRef__":true,"id":14313}],"vector":{"__isSmartRef__":true,"id":14315},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"14307":{"offset":0,"color":{"__isSmartRef__":true,"id":14308}},"14308":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14309":{"offset":0.4,"color":{"__isSmartRef__":true,"id":14310}},"14310":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14311":{"offset":0.6,"color":{"__isSmartRef__":true,"id":14312}},"14312":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14313":{"offset":1,"color":{"__isSmartRef__":true,"id":14314}},"14314":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14315":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"14316":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"14317":{"x":960.9776803724167,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14318":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14319":{"stops":[{"__isSmartRef__":true,"id":14320},{"__isSmartRef__":true,"id":14322},{"__isSmartRef__":true,"id":14324},{"__isSmartRef__":true,"id":14326}],"vector":{"__isSmartRef__":true,"id":14315},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"14320":{"offset":0,"color":{"__isSmartRef__":true,"id":14321}},"14321":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14322":{"offset":0.4,"color":{"__isSmartRef__":true,"id":14323}},"14323":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14324":{"offset":0.6,"color":{"__isSmartRef__":true,"id":14325}},"14325":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14326":{"offset":1,"color":{"__isSmartRef__":true,"id":14327}},"14327":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14328":{"moveHorizontal":true},"14329":{"sourceObj":{"__isSmartRef__":true,"id":14289},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":14267},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"14330":{"sourceObj":{"__isSmartRef__":true,"id":14289},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14267},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"14331":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"14332":{"morph":{"__isSmartRef__":true,"id":14289},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"14333":{"submorphs":[{"__isSmartRef__":true,"id":14334}],"scripts":[],"id":841,"shape":{"__isSmartRef__":true,"id":14346},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":14350},"priorExtent":{"__isSmartRef__":true,"id":14351},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":14306},"lighterFill":{"__isSmartRef__":true,"id":14352},"label":{"__isSmartRef__":true,"id":14334},"owner":{"__isSmartRef__":true,"id":14275},"attributeConnections":[{"__isSmartRef__":true,"id":14361},{"__isSmartRef__":true,"id":14362}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","showsHalos":false,"_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":14363},"eventHandler":{"__isSmartRef__":true,"id":14364},"__LivelyClassName__":"lively.morphic.WindowControl"},"14334":{"submorphs":[],"scripts":[],"id":842,"shape":{"__isSmartRef__":true,"id":14335},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":14339},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":14340},"priorExtent":{"__isSmartRef__":true,"id":14341},"_MaxTextWidth":null,"_MaxTextHeight":17,"textChunks":[{"__isSmartRef__":true,"id":14342}],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":14333},"isLabel":true,"eventsAreIgnored":true,"_FontSize":8,"__SourceModuleName__":"Global.lively.morphic.TextCore","_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":14344},"eventHandler":{"__isSmartRef__":true,"id":14345},"_HandStyle":"default","_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text"},"14335":{"_Position":{"__isSmartRef__":true,"id":14336},"_Extent":{"__isSmartRef__":true,"id":14337},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":14280},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":14338},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14336":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14337":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14338":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"14339":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"14340":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14341":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14342":{"style":{"__isSmartRef__":true,"id":14343},"chunkOwner":{"__isSmartRef__":true,"id":14334},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"14343":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"14344":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"14345":{"morph":{"__isSmartRef__":true,"id":14334},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"14346":{"_Position":{"__isSmartRef__":true,"id":14347},"_Extent":{"__isSmartRef__":true,"id":14348},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":14305},"_Fill":{"__isSmartRef__":true,"id":14306},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":14349},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14347":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14348":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14349":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"14350":{"x":3,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14351":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14352":{"stops":[{"__isSmartRef__":true,"id":14353},{"__isSmartRef__":true,"id":14355},{"__isSmartRef__":true,"id":14357},{"__isSmartRef__":true,"id":14359}],"vector":{"__isSmartRef__":true,"id":14315},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"14353":{"offset":0,"color":{"__isSmartRef__":true,"id":14354}},"14354":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14355":{"offset":0.4,"color":{"__isSmartRef__":true,"id":14356}},"14356":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14357":{"offset":0.6,"color":{"__isSmartRef__":true,"id":14358}},"14358":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14359":{"offset":1,"color":{"__isSmartRef__":true,"id":14360}},"14360":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14361":{"sourceObj":{"__isSmartRef__":true,"id":14333},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":14267},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"14362":{"sourceObj":{"__isSmartRef__":true,"id":14333},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14267},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"14363":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"14364":{"morph":{"__isSmartRef__":true,"id":14333},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"14365":{"submorphs":[{"__isSmartRef__":true,"id":14366}],"scripts":[],"id":843,"shape":{"__isSmartRef__":true,"id":14378},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":14382},"priorExtent":{"__isSmartRef__":true,"id":14383},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":14306},"lighterFill":{"__isSmartRef__":true,"id":14384},"label":{"__isSmartRef__":true,"id":14366},"owner":{"__isSmartRef__":true,"id":14275},"layout":{"__isSmartRef__":true,"id":14393},"attributeConnections":[{"__isSmartRef__":true,"id":14394},{"__isSmartRef__":true,"id":14395}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":14396},"eventHandler":{"__isSmartRef__":true,"id":14397},"__LivelyClassName__":"lively.morphic.WindowControl"},"14366":{"submorphs":[],"scripts":[],"id":844,"shape":{"__isSmartRef__":true,"id":14367},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":14371},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":14372},"priorExtent":{"__isSmartRef__":true,"id":14373},"_MaxTextWidth":null,"_MaxTextHeight":17,"textChunks":[{"__isSmartRef__":true,"id":14374}],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":14365},"isLabel":true,"eventsAreIgnored":true,"_FontSize":8,"__SourceModuleName__":"Global.lively.morphic.TextCore","_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":14376},"eventHandler":{"__isSmartRef__":true,"id":14377},"_HandStyle":"default","_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text"},"14367":{"_Position":{"__isSmartRef__":true,"id":14368},"_Extent":{"__isSmartRef__":true,"id":14369},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":14280},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":14370},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14368":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14369":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14370":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"14371":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"14372":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14373":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14374":{"style":{"__isSmartRef__":true,"id":14375},"chunkOwner":{"__isSmartRef__":true,"id":14366},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"14375":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"14376":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"14377":{"morph":{"__isSmartRef__":true,"id":14366},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"14378":{"_Position":{"__isSmartRef__":true,"id":14379},"_Extent":{"__isSmartRef__":true,"id":14380},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":14305},"_Fill":{"__isSmartRef__":true,"id":14306},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":14381},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14379":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14380":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14381":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"14382":{"x":941.9776803724167,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14383":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14384":{"stops":[{"__isSmartRef__":true,"id":14385},{"__isSmartRef__":true,"id":14387},{"__isSmartRef__":true,"id":14389},{"__isSmartRef__":true,"id":14391}],"vector":{"__isSmartRef__":true,"id":14315},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"14385":{"offset":0,"color":{"__isSmartRef__":true,"id":14386}},"14386":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14387":{"offset":0.4,"color":{"__isSmartRef__":true,"id":14388}},"14388":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14389":{"offset":0.6,"color":{"__isSmartRef__":true,"id":14390}},"14390":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14391":{"offset":1,"color":{"__isSmartRef__":true,"id":14392}},"14392":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14393":{"moveHorizontal":true},"14394":{"sourceObj":{"__isSmartRef__":true,"id":14365},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":14267},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"14395":{"sourceObj":{"__isSmartRef__":true,"id":14365},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14267},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"14396":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"14397":{"morph":{"__isSmartRef__":true,"id":14365},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"14398":{"_Position":{"__isSmartRef__":true,"id":14399},"_Extent":{"__isSmartRef__":true,"id":14400},"_BorderWidth":2,"_BorderColor":{"__isSmartRef__":true,"id":14401},"_Fill":{"__isSmartRef__":true,"id":14402},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":14410},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14399":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14400":{"x":980.9776803724167,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14401":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14402":{"stops":[{"__isSmartRef__":true,"id":14403},{"__isSmartRef__":true,"id":14405},{"__isSmartRef__":true,"id":14407}],"vector":{"__isSmartRef__":true,"id":14409},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"14403":{"offset":0,"color":{"__isSmartRef__":true,"id":14404}},"14404":{"r":0.7200000000000001,"g":0.7200000000000001,"b":0.7200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14405":{"offset":0.6,"color":{"__isSmartRef__":true,"id":14406}},"14406":{"r":0.9,"g":0.9,"b":0.9,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14407":{"offset":1,"color":{"__isSmartRef__":true,"id":14408}},"14408":{"r":0.7200000000000001,"g":0.7200000000000001,"b":0.7200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14409":{"x":0,"y":1,"width":0,"height":-1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"14410":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"14411":{"resizeWidth":true,"adjustForNewBounds":true},"14412":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14413":{"x":980.9776803724167,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14414":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"14415":{"morph":{"__isSmartRef__":true,"id":14275},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"14416":{"x":0,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14417":{"a":1,"b":0,"c":0,"d":1,"e":377.6609726943286,"f":419.5142810783999,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"lively.morphic.Similitude"},"14418":{"x":861.5223196275833,"y":575.166499196892,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14419":{"x":613,"y":129,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14420":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14421},"id":394,"renderContextTable":{"__isSmartRef__":true,"id":14427},"textChunks":[{"__isSmartRef__":true,"id":14428}],"eventHandler":{"__isSmartRef__":true,"id":14430},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":14431},"_ClipMode":"auto","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":14432},"priorExtent":{"__isSmartRef__":true,"id":14433},"_MaxTextWidth":500,"_MaxTextHeight":200,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":14434},"layout":{"__isSmartRef__":true,"id":14581},"doitContext":{"__isSmartRef__":true,"id":14582},"priorSelectionRange":[0,36],"charsReplaced":"","lastFindLoc":20,"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"14421":{"_Position":{"__isSmartRef__":true,"id":14422},"renderContextTable":{"__isSmartRef__":true,"id":14423},"_Extent":{"__isSmartRef__":true,"id":14424},"_BorderWidth":2,"_BorderColor":{"__isSmartRef__":true,"id":14425},"_Fill":{"__isSmartRef__":true,"id":14426},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14422":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14423":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"14424":{"x":500,"y":200,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14425":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14426":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14427":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"14428":{"style":{"__isSmartRef__":true,"id":14429},"chunkOwner":{"__isSmartRef__":true,"id":14420},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"14429":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"14430":{"morph":{"__isSmartRef__":true,"id":14420},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"14431":{"x":2,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"14432":{"x":0,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14433":{"x":500,"y":200,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14434":{"submorphs":[{"__isSmartRef__":true,"id":14420},{"__isSmartRef__":true,"id":14435}],"scripts":[],"shape":{"__isSmartRef__":true,"id":14572},"id":395,"renderContextTable":{"__isSmartRef__":true,"id":14575},"eventHandler":{"__isSmartRef__":true,"id":14576},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":14577},"LK2":true,"_Position":{"__isSmartRef__":true,"id":14578},"priorExtent":{"__isSmartRef__":true,"id":14579},"targetMorph":{"__isSmartRef__":true,"id":14420},"titleBar":{"__isSmartRef__":true,"id":14435},"contentOffset":{"__isSmartRef__":true,"id":14432},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"highlighted":true,"_Rotation":0,"_Scale":1,"prevDragPos":{"__isSmartRef__":true,"id":14580},"cameForward":false,"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"14435":{"submorphs":[{"__isSmartRef__":true,"id":14436},{"__isSmartRef__":true,"id":14449},{"__isSmartRef__":true,"id":14495},{"__isSmartRef__":true,"id":14528}],"scripts":[],"shape":{"__isSmartRef__":true,"id":14562},"id":396,"renderContextTable":{"__isSmartRef__":true,"id":14567},"eventHandler":{"__isSmartRef__":true,"id":14568},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":14569},"_Position":{"__isSmartRef__":true,"id":14570},"windowMorph":{"__isSmartRef__":true,"id":14434},"label":{"__isSmartRef__":true,"id":14436},"closeButton":{"__isSmartRef__":true,"id":14449},"menuButton":{"__isSmartRef__":true,"id":14495},"collapseButton":{"__isSmartRef__":true,"id":14528},"priorExtent":{"__isSmartRef__":true,"id":14571},"owner":{"__isSmartRef__":true,"id":14434},"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.TitleBar"},"14436":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14437},"id":397,"renderContextTable":{"__isSmartRef__":true,"id":14441},"textChunks":[{"__isSmartRef__":true,"id":14442}],"eventHandler":{"__isSmartRef__":true,"id":14444},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":14445},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":14446},"_FontSize":10,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":14435},"priorExtent":{"__isSmartRef__":true,"id":14447},"_MaxTextWidth":441,"_MaxTextHeight":17,"_Position":{"__isSmartRef__":true,"id":14448},"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"14437":{"_Position":{"__isSmartRef__":true,"id":14438},"renderContextTable":{"__isSmartRef__":true,"id":14439},"_Extent":{"__isSmartRef__":true,"id":14440},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":14425},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14438":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14439":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"14440":{"x":441,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14441":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"14442":{"style":{"__isSmartRef__":true,"id":14443},"chunkOwner":{"__isSmartRef__":true,"id":14436},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"14443":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"14444":{"morph":{"__isSmartRef__":true,"id":14436},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"14445":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"14446":{"resizeWidth":true},"14447":{"x":0,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14448":{"x":20,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14449":{"submorphs":[{"__isSmartRef__":true,"id":14450}],"scripts":[],"shape":{"__isSmartRef__":true,"id":14462},"id":398,"renderContextTable":{"__isSmartRef__":true,"id":14477},"eventHandler":{"__isSmartRef__":true,"id":14478},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":14479},"priorExtent":{"__isSmartRef__":true,"id":14480},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":14467},"lighterFill":{"__isSmartRef__":true,"id":14481},"label":{"__isSmartRef__":true,"id":14450},"owner":{"__isSmartRef__":true,"id":14435},"layout":{"__isSmartRef__":true,"id":14490},"attributeConnections":[{"__isSmartRef__":true,"id":14491},{"__isSmartRef__":true,"id":14493}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"14450":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14451},"id":399,"renderContextTable":{"__isSmartRef__":true,"id":14455},"textChunks":[{"__isSmartRef__":true,"id":14456}],"eventHandler":{"__isSmartRef__":true,"id":14458},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":14459},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":14460},"priorExtent":{"__isSmartRef__":true,"id":14461},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":14449},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"14451":{"_Position":{"__isSmartRef__":true,"id":14452},"renderContextTable":{"__isSmartRef__":true,"id":14453},"_Extent":{"__isSmartRef__":true,"id":14454},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":14425},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14452":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14453":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"14454":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14455":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"14456":{"style":{"__isSmartRef__":true,"id":14457},"chunkOwner":{"__isSmartRef__":true,"id":14450},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"14457":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"14458":{"morph":{"__isSmartRef__":true,"id":14450},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"14459":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"14460":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14461":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14462":{"_Position":{"__isSmartRef__":true,"id":14463},"renderContextTable":{"__isSmartRef__":true,"id":14464},"_Extent":{"__isSmartRef__":true,"id":14465},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":14466},"_Fill":{"__isSmartRef__":true,"id":14467},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14463":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14464":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"14465":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14466":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14467":{"stops":[{"__isSmartRef__":true,"id":14468},{"__isSmartRef__":true,"id":14470},{"__isSmartRef__":true,"id":14472},{"__isSmartRef__":true,"id":14474}],"vector":{"__isSmartRef__":true,"id":14476},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"14468":{"offset":0,"color":{"__isSmartRef__":true,"id":14469}},"14469":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14470":{"offset":0.4,"color":{"__isSmartRef__":true,"id":14471}},"14471":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14472":{"offset":0.6,"color":{"__isSmartRef__":true,"id":14473}},"14473":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14474":{"offset":1,"color":{"__isSmartRef__":true,"id":14475}},"14475":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14476":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"14477":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"14478":{"morph":{"__isSmartRef__":true,"id":14449},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"14479":{"x":480,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14480":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14481":{"stops":[{"__isSmartRef__":true,"id":14482},{"__isSmartRef__":true,"id":14484},{"__isSmartRef__":true,"id":14486},{"__isSmartRef__":true,"id":14488}],"vector":{"__isSmartRef__":true,"id":14476},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"14482":{"offset":0,"color":{"__isSmartRef__":true,"id":14483}},"14483":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14484":{"offset":0.4,"color":{"__isSmartRef__":true,"id":14485}},"14485":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14486":{"offset":0.6,"color":{"__isSmartRef__":true,"id":14487}},"14487":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14488":{"offset":1,"color":{"__isSmartRef__":true,"id":14489}},"14489":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14490":{"moveHorizontal":true},"14491":{"sourceObj":{"__isSmartRef__":true,"id":14449},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":14434},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":14492},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"14492":{"source":{"__isSmartRef__":true,"id":14449},"target":{"__isSmartRef__":true,"id":14434}},"14493":{"sourceObj":{"__isSmartRef__":true,"id":14449},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14434},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":14494},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"14494":{"source":{"__isSmartRef__":true,"id":14449},"target":{"__isSmartRef__":true,"id":14434}},"14495":{"submorphs":[{"__isSmartRef__":true,"id":14496}],"scripts":[],"shape":{"__isSmartRef__":true,"id":14507},"id":400,"renderContextTable":{"__isSmartRef__":true,"id":14511},"eventHandler":{"__isSmartRef__":true,"id":14512},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":14513},"priorExtent":{"__isSmartRef__":true,"id":14514},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":14467},"lighterFill":{"__isSmartRef__":true,"id":14515},"label":{"__isSmartRef__":true,"id":14496},"owner":{"__isSmartRef__":true,"id":14435},"attributeConnections":[{"__isSmartRef__":true,"id":14524},{"__isSmartRef__":true,"id":14526}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"14496":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14497},"id":401,"renderContextTable":{"__isSmartRef__":true,"id":14501},"textChunks":[{"__isSmartRef__":true,"id":14502}],"eventHandler":{"__isSmartRef__":true,"id":14504},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":14459},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":14505},"priorExtent":{"__isSmartRef__":true,"id":14506},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":14495},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"14497":{"_Position":{"__isSmartRef__":true,"id":14498},"renderContextTable":{"__isSmartRef__":true,"id":14499},"_Extent":{"__isSmartRef__":true,"id":14500},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":14425},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14498":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14499":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"14500":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14501":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"14502":{"style":{"__isSmartRef__":true,"id":14503},"chunkOwner":{"__isSmartRef__":true,"id":14496},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"14503":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"14504":{"morph":{"__isSmartRef__":true,"id":14496},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"14505":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14506":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14507":{"_Position":{"__isSmartRef__":true,"id":14508},"renderContextTable":{"__isSmartRef__":true,"id":14509},"_Extent":{"__isSmartRef__":true,"id":14510},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":14466},"_Fill":{"__isSmartRef__":true,"id":14467},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14508":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14509":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"14510":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14511":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"14512":{"morph":{"__isSmartRef__":true,"id":14495},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"14513":{"x":3,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14514":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14515":{"stops":[{"__isSmartRef__":true,"id":14516},{"__isSmartRef__":true,"id":14518},{"__isSmartRef__":true,"id":14520},{"__isSmartRef__":true,"id":14522}],"vector":{"__isSmartRef__":true,"id":14476},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"14516":{"offset":0,"color":{"__isSmartRef__":true,"id":14517}},"14517":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14518":{"offset":0.4,"color":{"__isSmartRef__":true,"id":14519}},"14519":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14520":{"offset":0.6,"color":{"__isSmartRef__":true,"id":14521}},"14521":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14522":{"offset":1,"color":{"__isSmartRef__":true,"id":14523}},"14523":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14524":{"sourceObj":{"__isSmartRef__":true,"id":14495},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":14434},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":14525},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"14525":{"source":{"__isSmartRef__":true,"id":14495},"target":{"__isSmartRef__":true,"id":14434}},"14526":{"sourceObj":{"__isSmartRef__":true,"id":14495},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14434},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":14527},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"14527":{"source":{"__isSmartRef__":true,"id":14495},"target":{"__isSmartRef__":true,"id":14434}},"14528":{"submorphs":[{"__isSmartRef__":true,"id":14529}],"scripts":[],"shape":{"__isSmartRef__":true,"id":14540},"id":402,"renderContextTable":{"__isSmartRef__":true,"id":14544},"eventHandler":{"__isSmartRef__":true,"id":14545},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":14546},"priorExtent":{"__isSmartRef__":true,"id":14547},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":14467},"lighterFill":{"__isSmartRef__":true,"id":14548},"label":{"__isSmartRef__":true,"id":14529},"owner":{"__isSmartRef__":true,"id":14435},"layout":{"__isSmartRef__":true,"id":14557},"attributeConnections":[{"__isSmartRef__":true,"id":14558},{"__isSmartRef__":true,"id":14560}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"14529":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14530},"id":403,"renderContextTable":{"__isSmartRef__":true,"id":14534},"textChunks":[{"__isSmartRef__":true,"id":14535}],"eventHandler":{"__isSmartRef__":true,"id":14537},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":14459},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":14538},"priorExtent":{"__isSmartRef__":true,"id":14539},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":14528},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"14530":{"_Position":{"__isSmartRef__":true,"id":14531},"renderContextTable":{"__isSmartRef__":true,"id":14532},"_Extent":{"__isSmartRef__":true,"id":14533},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":14425},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14531":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14532":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"14533":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14534":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"14535":{"style":{"__isSmartRef__":true,"id":14536},"chunkOwner":{"__isSmartRef__":true,"id":14529},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"14536":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"14537":{"morph":{"__isSmartRef__":true,"id":14529},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"14538":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14539":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14540":{"_Position":{"__isSmartRef__":true,"id":14541},"renderContextTable":{"__isSmartRef__":true,"id":14542},"_Extent":{"__isSmartRef__":true,"id":14543},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":14466},"_Fill":{"__isSmartRef__":true,"id":14467},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14541":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14542":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"14543":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14544":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"14545":{"morph":{"__isSmartRef__":true,"id":14528},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"14546":{"x":461,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14547":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14548":{"stops":[{"__isSmartRef__":true,"id":14549},{"__isSmartRef__":true,"id":14551},{"__isSmartRef__":true,"id":14553},{"__isSmartRef__":true,"id":14555}],"vector":{"__isSmartRef__":true,"id":14476},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"14549":{"offset":0,"color":{"__isSmartRef__":true,"id":14550}},"14550":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14551":{"offset":0.4,"color":{"__isSmartRef__":true,"id":14552}},"14552":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14553":{"offset":0.6,"color":{"__isSmartRef__":true,"id":14554}},"14554":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14555":{"offset":1,"color":{"__isSmartRef__":true,"id":14556}},"14556":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14557":{"moveHorizontal":true},"14558":{"sourceObj":{"__isSmartRef__":true,"id":14528},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":14434},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":14559},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"14559":{"source":{"__isSmartRef__":true,"id":14528},"target":{"__isSmartRef__":true,"id":14434}},"14560":{"sourceObj":{"__isSmartRef__":true,"id":14528},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14434},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":14561},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"14561":{"source":{"__isSmartRef__":true,"id":14528},"target":{"__isSmartRef__":true,"id":14434}},"14562":{"_Position":{"__isSmartRef__":true,"id":14563},"renderContextTable":{"__isSmartRef__":true,"id":14564},"_Extent":{"__isSmartRef__":true,"id":14565},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":14566},"_Fill":{"__isSmartRef__":true,"id":14402},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14563":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14564":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"14565":{"x":500,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14566":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14567":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"14568":{"morph":{"__isSmartRef__":true,"id":14435},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"14569":{"resizeWidth":true,"adjustForNewBounds":true},"14570":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14571":{"x":500,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14572":{"renderContextTable":{"__isSmartRef__":true,"id":14573},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":14574},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14573":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"14574":{"x":500,"y":222,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14575":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"14576":{"morph":{"__isSmartRef__":true,"id":14434},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"14577":{"adjustForNewBounds":true},"14578":{"x":1234,"y":448,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14579":{"x":500,"y":222,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14580":{"x":1478,"y":453,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14581":{"resizeWidth":true,"resizeHeight":true},"14582":{"submorphs":[{"__isSmartRef__":true,"id":14583},{"__isSmartRef__":true,"id":14597}],"scripts":[],"shape":{"__isSmartRef__":true,"id":14727},"id":361,"renderContextTable":{"__isSmartRef__":true,"id":14731},"eventHandler":{"__isSmartRef__":true,"id":14732},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":14733},"LK2":true,"_Position":{"__isSmartRef__":true,"id":14734},"priorExtent":{"__isSmartRef__":true,"id":14735},"targetMorph":{"__isSmartRef__":true,"id":14583},"titleBar":{"__isSmartRef__":true,"id":14597},"contentOffset":{"__isSmartRef__":true,"id":14593},"collapsedTransform":{"__isSmartRef__":true,"id":14736},"collapsedExtent":{"__isSmartRef__":true,"id":14737},"expandedTransform":{"__isSmartRef__":true,"id":14738},"expandedExtent":{"__isSmartRef__":true,"id":14739},"ignoreEventsOnExpand":false,"owner":null,"showsHalos":false,"highlighted":true,"_Rotation":0,"_Scale":1,"prevDragPos":{"__isSmartRef__":true,"id":14740},"expandedPosition":{"__isSmartRef__":true,"id":14741},"state":"shutdown","collapsedPosition":{"__isSmartRef__":true,"id":14742},"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"14583":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14584},"id":360,"renderContextTable":{"__isSmartRef__":true,"id":14589},"textChunks":[{"__isSmartRef__":true,"id":14590}],"eventHandler":{"__isSmartRef__":true,"id":14592},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":14431},"_ClipMode":"auto","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Monaco,monospace","_Position":{"__isSmartRef__":true,"id":14593},"priorExtent":{"__isSmartRef__":true,"id":14594},"_MaxTextWidth":500,"_MaxTextHeight":0,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":14582},"layout":{"__isSmartRef__":true,"id":14595},"syntaxHighlightingWhileTyping":true,"attributeConnections":[{"__isSmartRef__":true,"id":14596}],"doNotSerialize":["$$textString"],"doNotCopyProperties":["$$textString"],"lastSyntaxHighlightTime":1307282796737,"accessibleInInactiveWindow":true,"eventsAreIgnored":false,"_HandStyle":"default","_PointerEvents":"auto","_Visible":true,"charsReplaced":"","lastFindLoc":15,"__SourceModuleName__":"Global.lively.morphic.TextCore","textString":"undefined","cachedTextString":"undefined","__LivelyClassName__":"lively.morphic.Text"},"14584":{"_Position":{"__isSmartRef__":true,"id":14585},"renderContextTable":{"__isSmartRef__":true,"id":14586},"_Extent":{"__isSmartRef__":true,"id":14587},"_BorderWidth":2,"_BorderColor":{"__isSmartRef__":true,"id":14425},"_Fill":{"__isSmartRef__":true,"id":14588},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14585":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14586":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"14587":{"x":500,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14588":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14589":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"14590":{"style":{"__isSmartRef__":true,"id":14591},"chunkOwner":{"__isSmartRef__":true,"id":14583},"storedString":"undefined","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14591":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14592":{"morph":{"__isSmartRef__":true,"id":14583},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"14593":{"x":0,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14594":{"x":500,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14595":{"resizeWidth":true,"resizeHeight":true},"14596":{"sourceObj":{"__isSmartRef__":true,"id":14583},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":14583},"targetMethodName":"highlightJavaScriptSyntax","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"14597":{"submorphs":[{"__isSmartRef__":true,"id":14598},{"__isSmartRef__":true,"id":14610},{"__isSmartRef__":true,"id":14644},{"__isSmartRef__":true,"id":14677}],"scripts":[],"shape":{"__isSmartRef__":true,"id":14711},"id":362,"renderContextTable":{"__isSmartRef__":true,"id":14722},"eventHandler":{"__isSmartRef__":true,"id":14723},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":14724},"_Position":{"__isSmartRef__":true,"id":14725},"windowMorph":{"__isSmartRef__":true,"id":14582},"label":{"__isSmartRef__":true,"id":14598},"closeButton":{"__isSmartRef__":true,"id":14610},"menuButton":{"__isSmartRef__":true,"id":14644},"collapseButton":{"__isSmartRef__":true,"id":14677},"priorExtent":{"__isSmartRef__":true,"id":14726},"owner":{"__isSmartRef__":true,"id":14582},"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.TitleBar"},"14598":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14599},"id":363,"renderContextTable":{"__isSmartRef__":true,"id":14603},"textChunks":[{"__isSmartRef__":true,"id":14604}],"eventHandler":{"__isSmartRef__":true,"id":14606},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":14445},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":14607},"_FontSize":10,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":14597},"priorExtent":{"__isSmartRef__":true,"id":14608},"_MaxTextWidth":441,"_MaxTextHeight":17,"_Position":{"__isSmartRef__":true,"id":14609},"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"14599":{"_Position":{"__isSmartRef__":true,"id":14600},"renderContextTable":{"__isSmartRef__":true,"id":14601},"_Extent":{"__isSmartRef__":true,"id":14602},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":14425},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14600":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14601":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"14602":{"x":441,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14603":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"14604":{"style":{"__isSmartRef__":true,"id":14605},"chunkOwner":{"__isSmartRef__":true,"id":14598},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"14605":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"14606":{"morph":{"__isSmartRef__":true,"id":14598},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"14607":{"resizeWidth":true},"14608":{"x":0,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14609":{"x":20,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14610":{"submorphs":[{"__isSmartRef__":true,"id":14611}],"scripts":[],"shape":{"__isSmartRef__":true,"id":14622},"id":364,"renderContextTable":{"__isSmartRef__":true,"id":14626},"eventHandler":{"__isSmartRef__":true,"id":14627},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":14628},"priorExtent":{"__isSmartRef__":true,"id":14629},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":14467},"lighterFill":{"__isSmartRef__":true,"id":14630},"label":{"__isSmartRef__":true,"id":14611},"owner":{"__isSmartRef__":true,"id":14597},"layout":{"__isSmartRef__":true,"id":14639},"attributeConnections":[{"__isSmartRef__":true,"id":14640},{"__isSmartRef__":true,"id":14642}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"14611":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14612},"id":365,"renderContextTable":{"__isSmartRef__":true,"id":14616},"textChunks":[{"__isSmartRef__":true,"id":14617}],"eventHandler":{"__isSmartRef__":true,"id":14619},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":14459},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":14620},"priorExtent":{"__isSmartRef__":true,"id":14621},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":14610},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"14612":{"_Position":{"__isSmartRef__":true,"id":14613},"renderContextTable":{"__isSmartRef__":true,"id":14614},"_Extent":{"__isSmartRef__":true,"id":14615},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":14425},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14613":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14614":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"14615":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14616":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"14617":{"style":{"__isSmartRef__":true,"id":14618},"chunkOwner":{"__isSmartRef__":true,"id":14611},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"14618":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"14619":{"morph":{"__isSmartRef__":true,"id":14611},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"14620":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14621":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14622":{"_Position":{"__isSmartRef__":true,"id":14623},"renderContextTable":{"__isSmartRef__":true,"id":14624},"_Extent":{"__isSmartRef__":true,"id":14625},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":14466},"_Fill":{"__isSmartRef__":true,"id":14467},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14623":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14624":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"14625":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14626":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"14627":{"morph":{"__isSmartRef__":true,"id":14610},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"14628":{"x":480,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14629":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14630":{"stops":[{"__isSmartRef__":true,"id":14631},{"__isSmartRef__":true,"id":14633},{"__isSmartRef__":true,"id":14635},{"__isSmartRef__":true,"id":14637}],"vector":{"__isSmartRef__":true,"id":14476},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"14631":{"offset":0,"color":{"__isSmartRef__":true,"id":14632}},"14632":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14633":{"offset":0.4,"color":{"__isSmartRef__":true,"id":14634}},"14634":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14635":{"offset":0.6,"color":{"__isSmartRef__":true,"id":14636}},"14636":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14637":{"offset":1,"color":{"__isSmartRef__":true,"id":14638}},"14638":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14639":{"moveHorizontal":true},"14640":{"sourceObj":{"__isSmartRef__":true,"id":14610},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":14582},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":14641},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"14641":{"source":{"__isSmartRef__":true,"id":14610},"target":{"__isSmartRef__":true,"id":14582}},"14642":{"sourceObj":{"__isSmartRef__":true,"id":14610},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14582},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":14643},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"14643":{"source":{"__isSmartRef__":true,"id":14610},"target":{"__isSmartRef__":true,"id":14582}},"14644":{"submorphs":[{"__isSmartRef__":true,"id":14645}],"scripts":[],"shape":{"__isSmartRef__":true,"id":14656},"id":366,"renderContextTable":{"__isSmartRef__":true,"id":14660},"eventHandler":{"__isSmartRef__":true,"id":14661},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":14662},"priorExtent":{"__isSmartRef__":true,"id":14663},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":14467},"lighterFill":{"__isSmartRef__":true,"id":14664},"label":{"__isSmartRef__":true,"id":14645},"owner":{"__isSmartRef__":true,"id":14597},"attributeConnections":[{"__isSmartRef__":true,"id":14673},{"__isSmartRef__":true,"id":14675}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"14645":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14646},"id":367,"renderContextTable":{"__isSmartRef__":true,"id":14650},"textChunks":[{"__isSmartRef__":true,"id":14651}],"eventHandler":{"__isSmartRef__":true,"id":14653},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":14459},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":14654},"priorExtent":{"__isSmartRef__":true,"id":14655},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":14644},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"14646":{"_Position":{"__isSmartRef__":true,"id":14647},"renderContextTable":{"__isSmartRef__":true,"id":14648},"_Extent":{"__isSmartRef__":true,"id":14649},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":14425},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14647":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14648":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"14649":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14650":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"14651":{"style":{"__isSmartRef__":true,"id":14652},"chunkOwner":{"__isSmartRef__":true,"id":14645},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"14652":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"14653":{"morph":{"__isSmartRef__":true,"id":14645},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"14654":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14655":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14656":{"_Position":{"__isSmartRef__":true,"id":14657},"renderContextTable":{"__isSmartRef__":true,"id":14658},"_Extent":{"__isSmartRef__":true,"id":14659},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":14466},"_Fill":{"__isSmartRef__":true,"id":14467},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14657":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14658":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"14659":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14660":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"14661":{"morph":{"__isSmartRef__":true,"id":14644},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"14662":{"x":3,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14663":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14664":{"stops":[{"__isSmartRef__":true,"id":14665},{"__isSmartRef__":true,"id":14667},{"__isSmartRef__":true,"id":14669},{"__isSmartRef__":true,"id":14671}],"vector":{"__isSmartRef__":true,"id":14476},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"14665":{"offset":0,"color":{"__isSmartRef__":true,"id":14666}},"14666":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14667":{"offset":0.4,"color":{"__isSmartRef__":true,"id":14668}},"14668":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14669":{"offset":0.6,"color":{"__isSmartRef__":true,"id":14670}},"14670":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14671":{"offset":1,"color":{"__isSmartRef__":true,"id":14672}},"14672":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14673":{"sourceObj":{"__isSmartRef__":true,"id":14644},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":14582},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":14674},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"14674":{"source":{"__isSmartRef__":true,"id":14644},"target":{"__isSmartRef__":true,"id":14582}},"14675":{"sourceObj":{"__isSmartRef__":true,"id":14644},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14582},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":14676},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"14676":{"source":{"__isSmartRef__":true,"id":14644},"target":{"__isSmartRef__":true,"id":14582}},"14677":{"submorphs":[{"__isSmartRef__":true,"id":14678}],"scripts":[],"shape":{"__isSmartRef__":true,"id":14689},"id":368,"renderContextTable":{"__isSmartRef__":true,"id":14693},"eventHandler":{"__isSmartRef__":true,"id":14694},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":14695},"priorExtent":{"__isSmartRef__":true,"id":14696},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":14467},"lighterFill":{"__isSmartRef__":true,"id":14697},"label":{"__isSmartRef__":true,"id":14678},"owner":{"__isSmartRef__":true,"id":14597},"layout":{"__isSmartRef__":true,"id":14706},"attributeConnections":[{"__isSmartRef__":true,"id":14707},{"__isSmartRef__":true,"id":14709}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"14678":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14679},"id":369,"renderContextTable":{"__isSmartRef__":true,"id":14683},"textChunks":[{"__isSmartRef__":true,"id":14684}],"eventHandler":{"__isSmartRef__":true,"id":14686},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":14459},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":14687},"priorExtent":{"__isSmartRef__":true,"id":14688},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":14677},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"14679":{"_Position":{"__isSmartRef__":true,"id":14680},"renderContextTable":{"__isSmartRef__":true,"id":14681},"_Extent":{"__isSmartRef__":true,"id":14682},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":14425},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14680":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14681":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"14682":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14683":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"14684":{"style":{"__isSmartRef__":true,"id":14685},"chunkOwner":{"__isSmartRef__":true,"id":14678},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"14685":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"14686":{"morph":{"__isSmartRef__":true,"id":14678},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"14687":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14688":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14689":{"_Position":{"__isSmartRef__":true,"id":14690},"renderContextTable":{"__isSmartRef__":true,"id":14691},"_Extent":{"__isSmartRef__":true,"id":14692},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":14466},"_Fill":{"__isSmartRef__":true,"id":14467},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14690":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14691":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"14692":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14693":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"14694":{"morph":{"__isSmartRef__":true,"id":14677},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"14695":{"x":461,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14696":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14697":{"stops":[{"__isSmartRef__":true,"id":14698},{"__isSmartRef__":true,"id":14700},{"__isSmartRef__":true,"id":14702},{"__isSmartRef__":true,"id":14704}],"vector":{"__isSmartRef__":true,"id":14476},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"14698":{"offset":0,"color":{"__isSmartRef__":true,"id":14699}},"14699":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14700":{"offset":0.4,"color":{"__isSmartRef__":true,"id":14701}},"14701":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14702":{"offset":0.6,"color":{"__isSmartRef__":true,"id":14703}},"14703":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14704":{"offset":1,"color":{"__isSmartRef__":true,"id":14705}},"14705":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14706":{"moveHorizontal":true},"14707":{"sourceObj":{"__isSmartRef__":true,"id":14677},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":14582},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":14708},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"14708":{"source":{"__isSmartRef__":true,"id":14677},"target":{"__isSmartRef__":true,"id":14582}},"14709":{"sourceObj":{"__isSmartRef__":true,"id":14677},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14582},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":14710},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"14710":{"source":{"__isSmartRef__":true,"id":14677},"target":{"__isSmartRef__":true,"id":14582}},"14711":{"_Position":{"__isSmartRef__":true,"id":14712},"renderContextTable":{"__isSmartRef__":true,"id":14713},"_Extent":{"__isSmartRef__":true,"id":14714},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":14566},"_Fill":{"__isSmartRef__":true,"id":14715},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14712":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14713":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"14714":{"x":500,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14715":{"stops":[{"__isSmartRef__":true,"id":14716},{"__isSmartRef__":true,"id":14718},{"__isSmartRef__":true,"id":14720}],"vector":{"__isSmartRef__":true,"id":14476},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"14716":{"offset":0,"color":{"__isSmartRef__":true,"id":14717}},"14717":{"r":0.8600000000000001,"g":0.8600000000000001,"b":0.8600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14718":{"offset":0.6,"color":{"__isSmartRef__":true,"id":14719}},"14719":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14720":{"offset":1,"color":{"__isSmartRef__":true,"id":14721}},"14721":{"r":0.8600000000000001,"g":0.8600000000000001,"b":0.8600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14722":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"14723":{"morph":{"__isSmartRef__":true,"id":14597},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"14724":{"resizeWidth":true,"adjustForNewBounds":true},"14725":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14726":{"x":500,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14727":{"renderContextTable":{"__isSmartRef__":true,"id":14728},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":14729},"_Position":{"__isSmartRef__":true,"id":14730},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14728":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"14729":{"x":500,"y":222,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14730":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14731":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"14732":{"morph":{"__isSmartRef__":true,"id":14582},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"14733":{"adjustForNewBounds":true},"14734":{"x":1131,"y":79,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14735":{"x":500,"y":222,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14736":{"a":1,"b":0,"c":0,"d":1,"e":1131,"f":79,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"lively.morphic.Similitude"},"14737":{"x":500,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14738":{"a":1,"b":0,"c":0,"d":1,"e":1131,"f":79,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"lively.morphic.Similitude"},"14739":{"x":500,"y":222,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14740":{"x":1507,"y":76,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14741":{"x":1131,"y":79,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14742":{"x":1131,"y":79,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14743":{"x":377.6609726943286,"y":419.5142810783999,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14744":{"requiredModules":[],"migrationLevel":2,"partsSpaceName":"PartsBin/Tools","__SourceModuleName__":"Global.lively.PartsBin","comment":"Edit scripts and connections of a specific morph. Early version.","partName":"ObjectEditor","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"14745":{"submorphs":[],"scripts":[],"id":"65B24622-DF68-4E13-886F-92BC42BBB3D9","shape":{"__isSmartRef__":true,"id":14746},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":14753},"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Monaco,courier","_MaxTextWidth":672.0285365288845,"_MaxTextHeight":null,"textChunks":[{"__isSmartRef__":true,"id":14754}],"layout":{"__isSmartRef__":true,"id":14756},"showsHalos":false,"prevScroll":[0,0],"name":"ObjectEditorScriptPane","charsReplaced":"","lastFindLoc":7,"partsBinMetaInfo":{"__isSmartRef__":true,"id":14757},"__SourceModuleName__":"Global.lively.morphic.TextCore","priorExtent":{"__isSmartRef__":true,"id":14758},"_ClipMode":"auto","_FontSize":9,"lastSyntaxHighlightTime":38,"doitContext":{"__isSmartRef__":true,"id":384},"savedTextString":"this.addScript(function currentTarget() {\n return this.owner.target;\n}).tag([]);","_Align":"left","renderContextTable":{"__isSmartRef__":true,"id":14759},"lastSearchString":"stringsformat","eventHandler":{"__isSmartRef__":true,"id":14760},"attributeConnections":[{"__isSmartRef__":true,"id":14761},{"__isSmartRef__":true,"id":14786}],"doNotSerialize":["$$textString","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors"],"doNotCopyProperties":["$$textString"],"distanceToDragEvent":{"__isSmartRef__":true,"id":14787},"_MinTextWidth":672.0285365288845,"_MinTextHeight":null,"lastSaveSource":"this.addScript(function saveScriptWithSource(sourceString) {\n var strippedSource = this.removeTimeStampComment(sourceString),\n scriptName = eval('(' + strippedSource + ')').name,\n fullSource,\n scriptPane = this.get('ObjectEditorScriptPane'),\n saved,\n tagsEntry = this.get('TagsEntry'),\n tags = '[]';\n \n if (tagsEntry) {\n tags = tagsEntry.textString;\n }\n fullSource = Strings.format('this.addScript(%s).tag(%s);', strippedSource, tags),\n saved = scriptPane.boundEval(fullSource);\n if (saved) {\n this.changeIndicator.indicateUnsavedChanges();\n this.updateLists();\n this.selectChangedContent(sourceString);\n this.target[scriptName].sourceString = strippedSource;\n } \n scriptPane.onSaved(saved);\n}).tag([]);","isBeingDragged":false,"draggingEnabled":false,"objectEditorPane":{"__isSmartRef__":true,"id":14249},"isCopyMorphRef":true,"morphRefId":1,"statusMorph":{"__isSmartRef__":true,"id":14788},"derivationIds":[219,"DD5046D0-C1D6-412A-83C9-CD7EE63D40E0","4D92BDFD-A599-4154-A197-A4B1292C1619","98551F68-B128-4262-9BC2-6B8AC7C8D7C0","47731662-FF8E-4C0F-A170-FD5C56A06021","3FC7FDE6-156F-4056-BB04-B76D8B6C5472","C1E8D5BB-56F9-47B3-A520-BEEFEF791823","115FC149-EEF9-415A-A5B7-AB0B9D0170A4","0D66FA39-01E7-4F16-840C-4FA0FA14DD10","B0A74693-DE3F-4867-8DC0-61B098A8F0D1","3547765B-E224-48EC-B58F-278C1DC7422E","8561ACCF-315A-46EC-9412-BC5D4C55D437","533D6602-9E1A-414A-9646-0FEF9ECCEBF7","5141CF81-6EA1-419B-97AC-62C22FEFC658","B9E83FD9-9781-4F00-8A07-0C96E0D29D3D","034F48B5-B4B1-4DF5-9FA5-9A9CFB99F43A","70FBC800-1914-4F9C-A8E4-2190F72E2902","64465644-E389-4AA2-BE05-93FB591B45D0","E80928FE-6AC8-4FE0-B0A2-7C7A0C7D5E85","E24E50AD-DCA6-4D01-A523-CC1E4FB09222","27E050B0-3192-426E-B01D-907ECF280A68"],"_Position":{"__isSmartRef__":true,"id":14803},"owner":{"__isSmartRef__":true,"id":14249},"syntaxHighlightingWhileTyping":true,"#startLetters":"enable","_Rotation":0,"_Scale":1,"_syntaxHighlightTimeout":null,"textString":"this.addScript(function saveScriptWithSource(sourceString) {\n var strippedSource = this.removeTimeStampComment(sourceString),\n scriptName = eval('(' + strippedSource + ')').name,\n fullSource,\n scriptPane = this.get('ObjectEditorScriptPane'),\n saved,\n tagsEntry = this.get('TagsEntry'),\n tags = '[]';\n \n if (tagsEntry) {\n tags = tagsEntry.textString;\n }\n fullSource = Strings.format('this.addScript(%s).tag(%s);', strippedSource, tags),\n saved = scriptPane.boundEval(fullSource);\n if (saved) {\n this.changeIndicator.indicateUnsavedChanges();\n this.updateLists();\n this.selectChangedContent(sourceString);\n this.target[scriptName].sourceString = strippedSource;\n } \n scriptPane.onSaved(saved);\n}).tag([]);","priorSelectionRange":[370,370],"cachedTextString":"this.addScript(function saveScriptWithSource(sourceString) {\n var strippedSource = this.removeTimeStampComment(sourceString),\n scriptName = eval('(' + strippedSource + ')').name,\n fullSource,\n scriptPane = this.get('ObjectEditorScriptPane'),\n saved,\n tagsEntry = this.get('TagsEntry'),\n tags = '[]';\n \n if (tagsEntry) {\n tags = tagsEntry.textString;\n }\n fullSource = Strings.format('this.addScript(%s).tag(%s);', strippedSource, tags),\n saved = scriptPane.boundEval(fullSource);\n if (saved) {\n this.changeIndicator.indicateUnsavedChanges();\n this.updateLists();\n this.selectChangedContent(sourceString);\n this.target[scriptName].sourceString = strippedSource;\n } \n scriptPane.onSaved(saved);\n}).tag([]);","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14804},"__LivelyClassName__":"lively.morphic.Text"},"14746":{"_Position":{"__isSmartRef__":true,"id":14747},"_Extent":{"__isSmartRef__":true,"id":14748},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":14749},"_Fill":{"__isSmartRef__":true,"id":14750},"__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderRadius":0,"renderContextTable":{"__isSmartRef__":true,"id":14751},"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"auto","_Padding":{"__isSmartRef__":true,"id":14752},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14747":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14748":{"x":691.0285365288845,"y":475.61253261443596,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"14749":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14750":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"14751":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"14752":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"14753":{"x":2,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"14754":{"style":{"__isSmartRef__":true,"id":14755},"chunkOwner":{"__isSmartRef__":true,"id":14745},"storedString":"this.addScript(function saveScriptWithSource(sourceString) {\n var strippedSource = this.removeTimeStampComment(sourceString),\n scriptName = eval('(' + strippedSource + ')').name,\n fullSource,\n scriptPane = this.get('ObjectEditorScriptPane'),\n saved,\n tagsEntry = this.get('TagsEntry'),\n tags = '[]';\n \n if (tagsEntry) {\n tags = tagsEntry.textString;\n }\n fullSource = Strings.format('this.addScript(%s).tag(%s);', strippedSource, tags),\n saved = scriptPane.boundEval(fullSource);\n if (saved) {\n this.changeIndicator.indicateUnsavedChanges();\n this.updateLists();\n this.selectChangedContent(sourceString);\n this.target[scriptName].sourceString = strippedSource;\n } \n scriptPane.onSaved(saved);\n}).tag([]);","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14755":{"color":{"__isSmartRef__":true,"id":377},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14756":{"resizeWidth":true,"resizeHeight":true},"14757":{"requiredModules":[],"partsSpaceName":"PartsBin/Widgets/","migrationLevel":2,"__SourceModuleName__":"Global.lively.PartsBin","idOnLoad":"65B24622-DF68-4E13-886F-92BC42BBB3D9","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"14758":{"x":691.0285365288845,"y":475.61253261443596,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14759":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"14760":{"morph":{"__isSmartRef__":true,"id":14745},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"14761":{"sourceObj":{"__isSmartRef__":true,"id":14745},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":14762},"targetMethodName":"indicateUnsavedChanges","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"14762":{"submorphs":[],"scripts":[],"id":"4399AA15-76FD-4D72-9A44-7E20C45A07B5","shape":{"__isSmartRef__":true,"id":14763},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":14769},"showsHalos":false,"name":"ChangeIndicator","partsBinMetaInfo":{"__isSmartRef__":true,"id":14770},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":14771},"eventHandler":{"__isSmartRef__":true,"id":14772},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"owner":{"__isSmartRef__":true,"id":14249},"priorExtent":{"__isSmartRef__":true,"id":14773},"layout":{"__isSmartRef__":true,"id":14774},"isBeingDragged":false,"savedColor":{"__isSmartRef__":true,"id":14766},"alarmColor":{"__isSmartRef__":true,"id":14775},"grabbingEnabled":false,"draggingEnabled":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":14776},"isCopyMorphRef":true,"morphRefId":26,"derivationIds":[220,"EE491D24-F056-4AFE-A669-7B7048C6C3D1","3FA4A8C3-0FC0-43A0-8C00-00A96F9022E2","62DAD3C6-A81D-450F-B32F-601EA7E619D8","EEDB0C58-5990-481A-A7FF-ACB1A2DF08DD","16F708CB-1259-4A75-BAEF-1A5216C6CB19","97CA61D3-E09B-43CD-9880-D8B36FA303F3","0AF6BEEC-8A57-44FF-9D8D-40BA6CC6A0CD","AF2BEE76-C34F-457E-8699-9896327A4C07","5EC39FF0-602F-44A2-BE3A-04FCA127E5D1","44CEBF61-9A92-4E36-9576-425D5054B471","E9ACF86B-B775-4125-83BC-7E4500597D40","FE62294A-F891-45E4-AAE7-6F386B5A8CB5","8771140D-0D57-4CAF-A57B-857F858CCC73","BE774795-5889-4DB8-A366-1C774555761B","89DA16ED-5636-4C0D-B52F-A327A5526DD6","94DAC0EC-79E9-48E5-90D5-2BB59495BD0B","048AE915-30CF-4DE4-819B-F7D41CE99585","0417EEDD-6B12-4AF1-B7BC-875E32521980","5DFAFB2A-C915-429E-A58C-030C229C9AB8","BD996DFA-D248-4D9C-AF33-C5BA2511A09E"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14777},"__LivelyClassName__":"lively.morphic.Box"},"14763":{"position":{"__isSmartRef__":true,"id":14764},"_Extent":{"__isSmartRef__":true,"id":14765},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":14766},"_Fill":{"__isSmartRef__":true,"id":14766},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":14767},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":14768},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14764":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14765":{"x":8.637782619743348,"y":9.712632235981744,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14766":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14767":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"14768":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"14769":{"x":883.0245425248855,"y":39.999999999999986,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14770":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","comment":"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!","migrationLevel":2,"partName":"Rectangle","idOnLoad":"4399AA15-76FD-4D72-9A44-7E20C45A07B5","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"14771":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"14772":{"morph":{"__isSmartRef__":true,"id":14762},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"14773":{"x":8.637782619743348,"y":10.787481852220026,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14774":{"moveHorizontal":true,"adjustForNewBounds":true},"14775":{"r":0.9411764705882353,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14776":{"x":37.328206296760186,"y":-17.53316489131697,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14777":{"indicateUnsavedChanges":{"__isSmartRef__":true,"id":14778},"setColors":{"__isSmartRef__":true,"id":14782}},"14778":{"varMapping":{"__isSmartRef__":true,"id":14779},"source":"function indicateUnsavedChanges() {\n if (this.owner.scriptPane.hasChanged()) {\n this.setColors(this.alarmColor);\n } else {\n this.setColors(this.savedColor);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":14780},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"14779":{"this":{"__isSmartRef__":true,"id":14762}},"14780":{"user":"lauritz","timestamp":{"__isSmartRef__":true,"id":14781}},"14781":{"isSerializedDate":true,"string":"Tue Sep 27 2011 20:09:19 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14782":{"varMapping":{"__isSmartRef__":true,"id":14783},"source":"function setColors(color) {\n this.setFill(color);\n this.setBorderColor(color);\n}","funcProperties":{"__isSmartRef__":true,"id":14784},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"14783":{"this":{"__isSmartRef__":true,"id":14762}},"14784":{"user":"lauritz","timestamp":{"__isSmartRef__":true,"id":14785}},"14785":{"isSerializedDate":true,"string":"Tue Sep 27 2011 19:06:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14786":{"sourceObj":{"__isSmartRef__":true,"id":14745},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":14745},"targetMethodName":"highlightJavaScriptSyntax","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"14787":{"x":341.1979959929888,"y":-18.288721442524036,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14788":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14789},"id":553,"renderContextTable":{"__isSmartRef__":true,"id":14796},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":14797}],"eventHandler":{"__isSmartRef__":true,"id":14799},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"visible","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":11,"_Position":{"__isSmartRef__":true,"id":14800},"priorExtent":{"__isSmartRef__":true,"id":14801},"_MaxTextWidth":90,"_MinTextWidth":90,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"_Align":"center","_VerticalAlign":"center","_TextColor":{"__isSmartRef__":true,"id":14802},"owner":null,"__SourceModuleName__":"Global.lively.morphic.TextCore","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"14789":{"_Position":{"__isSmartRef__":true,"id":14790},"renderContextTable":{"__isSmartRef__":true,"id":14791},"_Extent":{"__isSmartRef__":true,"id":14792},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":14793},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":14794},"_Fill":{"__isSmartRef__":true,"id":14795},"_StrokeOpacity":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14790":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14791":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML"},"14792":{"x":100,"y":25,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14793":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"14794":{"r":0.8,"g":0.8,"b":0.8,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14795":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14796":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"14797":{"style":{"__isSmartRef__":true,"id":14798},"chunkOwner":{"__isSmartRef__":true,"id":14788},"storedString":"saved source","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"14798":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"14799":{"morph":{"__isSmartRef__":true,"id":14788},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"14800":{"x":295.51426826444225,"y":225.30626630721798,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14801":{"x":100,"y":25,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14802":{"r":0,"g":0.8,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14803":{"x":200,"y":40,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14804":{"doSave":{"__isSmartRef__":true,"id":14805},"boundEval":{"__isSmartRef__":true,"id":14813},"reset":{"__isSmartRef__":true,"id":14821},"display":{"__isSmartRef__":true,"id":14825},"hasChanged":{"__isSmartRef__":true,"id":14829},"setTarget":{"__isSmartRef__":true,"id":14833},"displayStatus":{"__isSmartRef__":true,"id":14837}},"14805":{"varMapping":{"__isSmartRef__":true,"id":14806},"source":"function doSave() {\n $super();\n var saved = this.boundEval(this.getTextString());\n if (saved) {\n this.lastSaveSource = this.textString;\n this.owner.changeIndicator.indicateUnsavedChanges();\n this.owner.updateLists();\n this.owner.selectChangedContent(this.getTextString());\n this.displayStatus(\"saved source\", Color.green);\n } else {\n this.displayStatus(\"not saved\", Color.red);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":14811},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"14806":{"this":{"__isSmartRef__":true,"id":14745},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14807}},"14807":{"$super":{"__isSmartRef__":true,"id":14808}},"14808":{"varMapping":{"__isSmartRef__":true,"id":14809},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":14810},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"14809":{"obj":{"__isSmartRef__":true,"id":14745},"name":"doSave"},"14810":{},"14811":{"timestamp":{"__isSmartRef__":true,"id":14812},"user":"lauritz"},"14812":{"isSerializedDate":true,"string":"Thu Nov 17 2011 23:15:19 GMT+0100 (Mitteleuropäische Zeit)"},"14813":{"varMapping":{"__isSmartRef__":true,"id":14814},"source":"function boundEval(str) {\n var result;\n\n this.objectEditorPane.ensureAnnotationLayer();\n withLayers([ScriptAnnotationLayer], function() {\n result = $super(str);\n })\n \n return result\n}","funcProperties":{"__isSmartRef__":true,"id":14819},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"14814":{"this":{"__isSmartRef__":true,"id":14745},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14815}},"14815":{"$super":{"__isSmartRef__":true,"id":14816}},"14816":{"varMapping":{"__isSmartRef__":true,"id":14817},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":14818},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"14817":{"obj":{"__isSmartRef__":true,"id":14745},"name":"boundEval"},"14818":{},"14819":{"timestamp":{"__isSmartRef__":true,"id":14820},"user":"lauritz","categories":[]},"14820":{"isSerializedDate":true,"string":"Wed Nov 16 2011 05:41:53 GMT+0100 (Mitteleuropäische Zeit)"},"14821":{"varMapping":{"__isSmartRef__":true,"id":14822},"source":"function reset() {\n this.doitContext = null;\n this.lastSaveSource = \"\";\n this.textString = \"\";\n this.lastSaveSource = this.textString;\n this.enableSyntaxHighlighting();\n}","funcProperties":{"__isSmartRef__":true,"id":14823},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"14822":{"this":{"__isSmartRef__":true,"id":14745}},"14823":{"timestamp":{"__isSmartRef__":true,"id":14824},"user":"cschuster","tags":[]},"14824":{"isSerializedDate":true,"string":"Wed May 16 2012 20:52:57 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14825":{"varMapping":{"__isSmartRef__":true,"id":14826},"source":"function display(jsCode) {\n this.lastSaveSource = jsCode;\n this.setTextString(jsCode);\n this.highlightJavaScriptSyntax();\n this.applyStyle({align: 'left'});\n}","funcProperties":{"__isSmartRef__":true,"id":14827},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"14826":{"this":{"__isSmartRef__":true,"id":14745}},"14827":{"timestamp":{"__isSmartRef__":true,"id":14828},"user":"lauritz","categories":[]},"14828":{"isSerializedDate":true,"string":"Tue Sep 27 2011 19:47:57 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14829":{"varMapping":{"__isSmartRef__":true,"id":14830},"source":"function hasChanged() {\n var cleanText = function (string) {\n var source = string.trim();\n if (source.substring(0,2) === \"//\") {\n // removes annotation line\n source = source.substring(source.indexOf(\"\\n\"), source.length);\n source = source.trim();\n }\n if (source === 'undefined' || source === 'null') source = '';\n return source;\n }\n var cleanedTextString = cleanText(this.textString);\n var cleanedLastSource = cleanText(this.lastSaveSource);\n return cleanedTextString !== cleanedLastSource;\n}","funcProperties":{"__isSmartRef__":true,"id":14831},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"14830":{"this":{"__isSmartRef__":true,"id":14745}},"14831":{"timestamp":{"__isSmartRef__":true,"id":14832},"user":"lauritz","categories":[]},"14832":{"isSerializedDate":true,"string":"Mon Oct 03 2011 18:29:45 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14833":{"varMapping":{"__isSmartRef__":true,"id":14834},"source":"function setTarget(target) {\n module('lively.ide.SyntaxHighlighting').load(true);\n this.doitContext = target;\n}","funcProperties":{"__isSmartRef__":true,"id":14835},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"14834":{"this":{"__isSmartRef__":true,"id":14745}},"14835":{"timestamp":{"__isSmartRef__":true,"id":14836},"user":"lauritz","categories":[]},"14836":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:30:39 GMT+0100 (Mitteleuropäische Zeit)"},"14837":{"varMapping":{"__isSmartRef__":true,"id":14838},"source":"function displayStatus(msg, color, delay) {\n if (!this.statusMorph) {\n this.statusMorph = new TextMorph(pt(100,25).extentAsRectangle());\n this.statusMorph.applyStyle({borderWidth: 1, strokeOpacity: 0, borderColor: Color.gray});\n this.statusMorph.setFill(this.owner.getFill());\n this.statusMorph.setFontSize(11);\n this.statusMorph.setAlign('center');\n this.statusMorph.setVerticalAlign('center');\n }\n this.statusMorph.setTextString(msg);\n this.statusMorph.centerAt(this.innerBounds().center());\n this.statusMorph.setTextColor(color || Color.black);\n this.addMorph(this.statusMorph);\n (function() { this.statusMorph.remove() }).bind(this).delay(delay || 2); \n}","funcProperties":{"__isSmartRef__":true,"id":14839},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"14838":{"this":{"__isSmartRef__":true,"id":14745}},"14839":{"timestamp":{"__isSmartRef__":true,"id":14840},"user":"lauritz","categories":[]},"14840":{"isSerializedDate":true,"string":"Wed Nov 23 2011 18:23:05 GMT+0100 (Mitteleuropäische Zeit)"},"14841":{"submorphs":[{"__isSmartRef__":true,"id":14842}],"scripts":[],"id":847,"shape":{"__isSmartRef__":true,"id":14856},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":14871},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":14859},"lighterFill":{"__isSmartRef__":true,"id":14872},"label":{"__isSmartRef__":true,"id":14842},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","_Rotation":0,"padding":{"__isSmartRef__":true,"id":14881},"name":"ObjectEditorClassButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":14882},"_Scale":1,"owner":null,"layout":{"__isSmartRef__":true,"id":14883},"renderContextTable":{"__isSmartRef__":true,"id":14884},"eventHandler":{"__isSmartRef__":true,"id":14885},"__LivelyClassName__":"lively.morphic.Button"},"14842":{"submorphs":[],"scripts":[],"id":848,"shape":{"__isSmartRef__":true,"id":14843},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":116,"_MaxTextHeight":18,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":14848},"textColor":{"__isSmartRef__":true,"id":14846},"owner":{"__isSmartRef__":true,"id":14841},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":14849}],"padding":{"__isSmartRef__":true,"id":14851},"_Padding":{"__isSmartRef__":true,"id":14852},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":14853},"_FontFamily":"Helvetica, Sans-Serif","_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_Align":"center","_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":14854},"eventHandler":{"__isSmartRef__":true,"id":14855},"_HandStyle":"default","_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text"},"14843":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":14844},"_Extent":{"__isSmartRef__":true,"id":14845},"_BorderColor":{"__isSmartRef__":true,"id":14846},"renderContextTable":{"__isSmartRef__":true,"id":14847},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14844":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14845":{"x":116,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14846":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14847":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"14848":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14849":{"style":{"__isSmartRef__":true,"id":14850},"chunkOwner":{"__isSmartRef__":true,"id":14842},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"14850":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"14851":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"14852":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"14853":{"x":116,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14854":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"14855":{"morph":{"__isSmartRef__":true,"id":14842},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"14856":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":14857},"_Extent":{"__isSmartRef__":true,"id":14858},"_Fill":{"__isSmartRef__":true,"id":14859},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":14869},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":14870},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14857":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14858":{"x":116,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14859":{"stops":[{"__isSmartRef__":true,"id":14860},{"__isSmartRef__":true,"id":14862},{"__isSmartRef__":true,"id":14864},{"__isSmartRef__":true,"id":14866}],"vector":{"__isSmartRef__":true,"id":14868},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"14860":{"offset":0,"color":{"__isSmartRef__":true,"id":14861}},"14861":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14862":{"offset":0.4,"color":{"__isSmartRef__":true,"id":14863}},"14863":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14864":{"offset":0.6,"color":{"__isSmartRef__":true,"id":14865}},"14865":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14866":{"offset":1,"color":{"__isSmartRef__":true,"id":14867}},"14867":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14868":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"14869":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14870":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"14871":{"x":820,"y":8.999999999999972,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14872":{"stops":[{"__isSmartRef__":true,"id":14873},{"__isSmartRef__":true,"id":14875},{"__isSmartRef__":true,"id":14877},{"__isSmartRef__":true,"id":14879}],"vector":{"__isSmartRef__":true,"id":14868},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"14873":{"offset":0,"color":{"__isSmartRef__":true,"id":14874}},"14874":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14875":{"offset":0.4,"color":{"__isSmartRef__":true,"id":14876}},"14876":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14877":{"offset":0.6,"color":{"__isSmartRef__":true,"id":14878}},"14878":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14879":{"offset":1,"color":{"__isSmartRef__":true,"id":14880}},"14880":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14881":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"14882":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"14883":{"moveHorizontal":true},"14884":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"14885":{"morph":{"__isSmartRef__":true,"id":14841},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"14886":{"submorphs":[],"scripts":[],"id":"1CFC41C1-01E5-4F18-B17E-F276C20B3E59","shape":{"__isSmartRef__":true,"id":14887},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":14894},"itemList":["-- ALL --"],"selectedLineNo":1,"showsHalos":false,"name":"ObjectEditorConnectionList","partsBinMetaInfo":{"__isSmartRef__":true,"id":14895},"__SourceModuleName__":"Global.lively.morphic.Core","_ClipMode":"auto","owner":{"__isSmartRef__":true,"id":14249},"priorExtent":{"__isSmartRef__":true,"id":14896},"attributeConnections":[{"__isSmartRef__":true,"id":14897}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"prevScroll":[0,0],"layout":{"__isSmartRef__":true,"id":14902},"renderContextTable":{"__isSmartRef__":true,"id":14903},"eventHandler":{"__isSmartRef__":true,"id":14904},"_FontSize":10,"distanceToDragEvent":{"__isSmartRef__":true,"id":14905},"grabbingEnabled":false,"draggingEnabled":false,"isCopyMorphRef":true,"morphRefId":19,"derivationIds":[209,"3900F5DF-0FF7-4C94-8BDB-44AAE12B4A3E","35301083-B60D-4A43-8566-23860EEB4C04","9CC401CC-5A35-4643-935B-FD049C284E16","C9879D40-5E79-4C56-AA79-562ED82BF052","9F6F9261-EB76-4B58-B77D-7D70813A1ED7","8B59E237-F372-4F70-9768-7E9C1A7A021D","FC85F1B9-1978-42D2-850C-BD249981E8B4","D2B607C6-A89B-4B3F-91BB-720451EAB98D","CC361093-FF73-479B-9431-C645CB48F518","307D3B7C-C0E1-484F-8D7E-39FBA9D8EDA5","038AF132-861E-4A77-8756-E6B476413639","65B6CA87-98DE-4473-B4DD-F8763BC3B06A","0AA0E45B-6DCC-4AE0-938C-E53794A511DF","806ACC1C-1353-436B-B1FE-568846777C17","C74AE022-1184-4FDF-A53D-A17627FF61EA","686AF565-EEB0-4AB7-A12E-26727DAD9291","1102A5B3-9973-4471-9EDD-FD7AB802DEA6","BEB06225-53D0-4ACC-9154-DC2DEB5728B7","E32FE34B-7520-4612-B927-C8F9EDFC69BB","D21F598A-4E44-4752-B205-9595DF0E9AE3"],"selection":null,"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14906},"__LivelyClassName__":"lively.morphic.List"},"14887":{"position":{"__isSmartRef__":true,"id":14888},"_Extent":{"__isSmartRef__":true,"id":14889},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":14890},"_Fill":{"__isSmartRef__":true,"id":14891},"__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderRadius":0,"renderContextTable":{"__isSmartRef__":true,"id":14892},"_Opacity":1,"_BorderStyle":"solid","_Padding":{"__isSmartRef__":true,"id":14893},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14888":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14889":{"x":180,"y":74,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14890":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14891":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"14892":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"14893":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"14894":{"x":10,"y":441.5965565984398,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14895":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":2,"__SourceModuleName__":"Global.lively.PartsBin","idOnLoad":"1CFC41C1-01E5-4F18-B17E-F276C20B3E59","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"14896":{"x":180,"y":75,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14897":{"sourceObj":{"__isSmartRef__":true,"id":14886},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":14249},"targetMethodName":"displaySourceForConnection","converterString":"function (value) {\n if (!value) return;\n return (value === '-- ALL --') ? null : value[1];\n}","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":14898},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14899},"__LivelyClassName__":"AttributeConnection"},"14898":{"source":{"__isSmartRef__":true,"id":14886},"target":{"__isSmartRef__":true,"id":14249}},"14899":{"converter":{"__isSmartRef__":true,"id":14900}},"14900":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":14898},"source":"function (value) {\n if (!value) return;\n return (value === '-- ALL --') ? null : value[1];\n}","funcProperties":{"__isSmartRef__":true,"id":14901},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"14901":{},"14902":{"resizeHeight":false,"moveVertical":true},"14903":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateListContent":"updateListContentHTML","resizeList":"resizeListHTML","getItemIndexFromEvent":"getItemIndexFromEventHTML","getListExtent":"getListExtentHTML","setSize":"setSizeHTML","renderAsDropDownList":"renderAsDropDownListHTML","setFontSize":"setFontSizeHTML","setFontFamily":"setFontFamilyHTML","getSelectedIndexes":"getSelectedIndexesHTML","enableMultipleSelections":"enableMultipleSelectionsHTML","selectAllAt":"selectAllAtHTML","clearSelections":"clearSelectionsHTML","deselectAt":"deselectAtHTML"},"14904":{"morph":{"__isSmartRef__":true,"id":14886},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"14905":{"x":124.95989979964943,"y":-17.076643708895745,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14906":{"preselectItem":{"__isSmartRef__":true,"id":14907}},"14907":{"varMapping":{"__isSmartRef__":true,"id":14908},"source":"function preselectItem() {\n if (this.getList().size() === 2) {\n this.selectAt(1);\n } else {\n this.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":14909},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"14908":{"this":{"__isSmartRef__":true,"id":14886}},"14909":{"timestamp":{"__isSmartRef__":true,"id":14910},"user":"lauritz"},"14910":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:12:58 GMT+0100 (Mitteleuropäische Zeit)"},"14911":{"submorphs":[{"__isSmartRef__":true,"id":14912}],"scripts":[],"id":47,"shape":{"__isSmartRef__":true,"id":14925},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":14940},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":14928},"lighterFill":{"__isSmartRef__":true,"id":14941},"label":{"__isSmartRef__":true,"id":14912},"attributeConnections":[{"__isSmartRef__":true,"id":14950}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","_Rotation":0,"padding":{"__isSmartRef__":true,"id":14951},"name":"ObjectEditorTargetButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":14952},"_Scale":1,"owner":null,"renderContextTable":{"__isSmartRef__":true,"id":14953},"isCopyMorphRef":true,"morphRefId":1,"__LivelyClassName__":"lively.morphic.Button"},"14912":{"submorphs":[],"scripts":[],"id":48,"shape":{"__isSmartRef__":true,"id":14913},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":116,"_MaxTextHeight":20,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":14918},"textColor":{"__isSmartRef__":true,"id":14916},"owner":{"__isSmartRef__":true,"id":14911},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":14919}],"padding":{"__isSmartRef__":true,"id":14921},"_Padding":{"__isSmartRef__":true,"id":14922},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":14923},"_FontFamily":"Helvetica, Sans-Serif","_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_Align":"center","_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":14924},"__LivelyClassName__":"lively.morphic.Text"},"14913":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":14914},"_Extent":{"__isSmartRef__":true,"id":14915},"_BorderColor":{"__isSmartRef__":true,"id":14916},"renderContextTable":{"__isSmartRef__":true,"id":14917},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14914":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14915":{"x":116,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14916":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14917":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setOpacity":"setOpacityHTML"},"14918":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14919":{"style":{"__isSmartRef__":true,"id":14920},"chunkOwner":{"__isSmartRef__":true,"id":14912},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"14920":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"14921":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"14922":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"14923":{"x":116,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14924":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"14925":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":14926},"_Extent":{"__isSmartRef__":true,"id":14927},"_Fill":{"__isSmartRef__":true,"id":14928},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":14938},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":14939},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14926":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14927":{"x":116,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14928":{"stops":[{"__isSmartRef__":true,"id":14929},{"__isSmartRef__":true,"id":14931},{"__isSmartRef__":true,"id":14933},{"__isSmartRef__":true,"id":14935}],"vector":{"__isSmartRef__":true,"id":14937},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"14929":{"offset":0,"color":{"__isSmartRef__":true,"id":14930}},"14930":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14931":{"offset":0.4,"color":{"__isSmartRef__":true,"id":14932}},"14932":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14933":{"offset":0.6,"color":{"__isSmartRef__":true,"id":14934}},"14934":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14935":{"offset":1,"color":{"__isSmartRef__":true,"id":14936}},"14936":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14937":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"14938":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14939":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setOpacity":"setOpacityHTML"},"14940":{"x":215,"y":35,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14941":{"stops":[{"__isSmartRef__":true,"id":14942},{"__isSmartRef__":true,"id":14944},{"__isSmartRef__":true,"id":14946},{"__isSmartRef__":true,"id":14948}],"vector":{"__isSmartRef__":true,"id":14937},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"14942":{"offset":0,"color":{"__isSmartRef__":true,"id":14943}},"14943":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14944":{"offset":0.4,"color":{"__isSmartRef__":true,"id":14945}},"14945":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14946":{"offset":0.6,"color":{"__isSmartRef__":true,"id":14947}},"14947":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14948":{"offset":1,"color":{"__isSmartRef__":true,"id":14949}},"14949":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14950":{"sourceObj":{"__isSmartRef__":true,"id":14911},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14267},"targetMethodName":"chooseTargetMorphMenu","__SourceModuleName__":"Global.lively.bindings","converter":null,"converterString":null,"updater":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection"},"14951":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"14952":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"14953":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML"},"14954":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"14955":{"x":715.5,"y":73.89999999999998,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14956":{"submorphs":[],"scripts":[],"id":435,"shape":{"__isSmartRef__":true,"id":14957},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":14964},"_MaxTextWidth":218,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":14965},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"ObjectEditorMorphSelector","partsBinMetaInfo":{"__isSmartRef__":true,"id":14966},"textChunks":[{"__isSmartRef__":true,"id":14967}],"charsReplaced":"","lastFindLoc":5,"priorSelectionRange":[15,15],"prevScroll":[0,0],"_ClipMode":"visible","list":[],"attributeConnections":[{"__isSmartRef__":true,"id":14969}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"listMorph":null,"_WhiteSpaceHandling":"pre-wrap","owner":null,"priorExtent":{"__isSmartRef__":true,"id":14971},"_Align":"left","renderContextTable":{"__isSmartRef__":true,"id":14972},"eventHandler":{"__isSmartRef__":true,"id":14973},"_MinTextWidth":218,"_MinTextHeight":null,"scriptAnnotations":{"__isSmartRef__":true,"id":14974},"selection":{"__isSmartRef__":true,"id":14248},"previousSelection":[0,13],"isCopyMorphRef":true,"morphRefId":1,"isBeingDragged":false,"draggingEnabled":false,"layout":{"__isSmartRef__":true,"id":14993},"_Rotation":0,"_Scale":1,"distanceToDragEvent":{"__isSmartRef__":true,"id":14994},"savedTextString":"100","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14995},"__LivelyClassName__":"lively.morphic.Text"},"14957":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":14958},"_Extent":{"__isSmartRef__":true,"id":14959},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":14960},"renderContextTable":{"__isSmartRef__":true,"id":14961},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":14962},"_BorderRadius":3.7000000000000006,"_Opacity":1,"_BorderStyle":"solid","_Fill":{"__isSmartRef__":true,"id":14963},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"14958":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14959":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14960":{"r":0.753,"g":0.753,"b":0.753,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14961":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"14962":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"14963":{"r":0.9548430751559654,"g":0.9548430751559654,"b":0.9548430751559654,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14964":{"x":200,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14965":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"14966":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"14967":{"style":{"__isSmartRef__":true,"id":14968},"chunkOwner":{"__isSmartRef__":true,"id":14956},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"14968":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"14969":{"sourceObj":{"__isSmartRef__":true,"id":14956},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":14249},"targetMethodName":"setTarget","converter":null,"converterString":"function (name) { return $world.get(name)}","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":14970},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"14970":{"source":{"__isSmartRef__":true,"id":14956},"target":{"__isSmartRef__":true,"id":14249}},"14971":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14972":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"14973":{"morph":{"__isSmartRef__":true,"id":14956},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"14974":{"createListMorph":{"__isSmartRef__":true,"id":14975},"displayTopLevelMorphs":{"__isSmartRef__":true,"id":14977},"onMouseUp":{"__isSmartRef__":true,"id":14979},"resetConnections":{"__isSmartRef__":true,"id":14981},"setTargetToListSelection":{"__isSmartRef__":true,"id":14983},"setTargetOfPane":{"__isSmartRef__":true,"id":14985},"onBlur":{"__isSmartRef__":true,"id":14987},"reset":{"__isSmartRef__":true,"id":14989},"onMouseDown":{"__isSmartRef__":true,"id":14991}},"14975":{"time":{"__isSmartRef__":true,"id":14976},"user":"lauritz"},"14976":{"isSerializedDate":true,"string":"Fri Oct 28 2011 05:27:29 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14977":{"time":{"__isSmartRef__":true,"id":14978},"user":"lauritz"},"14978":{"isSerializedDate":true,"string":"Fri Oct 14 2011 23:48:37 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14979":{"time":{"__isSmartRef__":true,"id":14980},"user":"lauritz"},"14980":{"isSerializedDate":true,"string":"Mon Oct 03 2011 18:51:14 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14981":{"time":{"__isSmartRef__":true,"id":14982},"user":"lauritz"},"14982":{"isSerializedDate":true,"string":"Wed Sep 28 2011 01:03:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14983":{"time":{"__isSmartRef__":true,"id":14984},"user":"lauritz"},"14984":{"isSerializedDate":true,"string":"Sat Oct 15 2011 00:00:58 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14985":{"time":{"__isSmartRef__":true,"id":14986},"user":"lauritz"},"14986":{"isSerializedDate":true,"string":"Mon Oct 03 2011 18:34:37 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14987":{"time":{"__isSmartRef__":true,"id":14988},"user":"lauritz"},"14988":{"isSerializedDate":true,"string":"Fri Oct 07 2011 19:24:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14989":{"time":{"__isSmartRef__":true,"id":14990},"user":"lauritz"},"14990":{"isSerializedDate":true,"string":"Fri Oct 07 2011 19:26:15 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14991":{"time":{"__isSmartRef__":true,"id":14992},"user":"lauritz"},"14992":{"isSerializedDate":true,"string":"Mon Oct 17 2011 19:49:00 GMT+0200 (Mitteleuropäische Sommerzeit)"},"14993":{},"14994":{"x":153.8540395186758,"y":-23.74126935194758,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"14995":{"getList":{"__isSmartRef__":true,"id":14996},"setList":{"__isSmartRef__":true,"id":14999},"reset":{"__isSmartRef__":true,"id":15002},"example":{"__isSmartRef__":true,"id":15005},"removeList":{"__isSmartRef__":true,"id":15008},"onBlur":{"__isSmartRef__":true,"id":15011},"createListMorph":{"__isSmartRef__":true,"id":15018},"resetConnections":{"__isSmartRef__":true,"id":15021},"displayTopLevelMorphs":{"__isSmartRef__":true,"id":15024},"setTargetToListSelection":{"__isSmartRef__":true,"id":15027},"setTargetOfPane":{"__isSmartRef__":true,"id":15030},"onMouseDown":{"__isSmartRef__":true,"id":15033}},"14996":{"varMapping":{"__isSmartRef__":true,"id":14997},"source":"function getList() {\n return this.world().indentedListItemsOfMorphNames();\n}","funcProperties":{"__isSmartRef__":true,"id":14998},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"14997":{"this":{"__isSmartRef__":true,"id":14956}},"14998":{},"14999":{"varMapping":{"__isSmartRef__":true,"id":15000},"source":"function setList(list) {\n return this.list = list;\n}","funcProperties":{"__isSmartRef__":true,"id":15001},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15000":{"this":{"__isSmartRef__":true,"id":14956}},"15001":{},"15002":{"varMapping":{"__isSmartRef__":true,"id":15003},"source":"function reset() {\n this.list = [];\n this.textString = 'empty';\n this.removeList();\n this.resetConnections();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\n}","funcProperties":{"__isSmartRef__":true,"id":15004},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15003":{"this":{"__isSmartRef__":true,"id":14956}},"15004":{},"15005":{"varMapping":{"__isSmartRef__":true,"id":15006},"source":"function example() {\n/*\nthis.example()\nthis.getList()\n*/\n this.setList(Array.range(0,100));\n this.textString = 'empty';\n}","funcProperties":{"__isSmartRef__":true,"id":15007},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15006":{"this":{"__isSmartRef__":true,"id":14956}},"15007":{},"15008":{"varMapping":{"__isSmartRef__":true,"id":15009},"source":"function removeList() {\n this.listMorph && this.listMorph.remove()\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":15010},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15009":{"this":{"__isSmartRef__":true,"id":14956}},"15010":{},"15011":{"varMapping":{"__isSmartRef__":true,"id":15012},"source":"function onBlur() {\n $super();\n this.removeList();\n}","funcProperties":{"__isSmartRef__":true,"id":15017},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15012":{"this":{"__isSmartRef__":true,"id":14956},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15013}},"15013":{"$super":{"__isSmartRef__":true,"id":15014}},"15014":{"varMapping":{"__isSmartRef__":true,"id":15015},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":15016},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15015":{"obj":{"__isSmartRef__":true,"id":14956},"name":"onBlur"},"15016":{},"15017":{},"15018":{"varMapping":{"__isSmartRef__":true,"id":15019},"source":"function createListMorph() {\n var list = new lively.morphic.List(new Rectangle(0,0, this.getExtent().x, 520));\n list.setList(this.getList());\n list.setFontSize(12);\n\n list.disableGrabbing();\n list.disableDragging();\n \n this.addMorph(list);\n list.setPosition(pt(0,0));\n\n connect(list, 'selection', this, 'setTargetToListSelection');\n \n return list;\n}","funcProperties":{"__isSmartRef__":true,"id":15020},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15019":{"this":{"__isSmartRef__":true,"id":14956}},"15020":{},"15021":{"varMapping":{"__isSmartRef__":true,"id":15022},"source":"function resetConnections() {\n disconnectAll(this);\n connect(this, 'savedTextString', this.owner, 'setTarget', {converter: \n\tfunction (name) { return $world.get(name)}});\n}","funcProperties":{"__isSmartRef__":true,"id":15023},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15022":{"this":{"__isSmartRef__":true,"id":14956}},"15023":{},"15024":{"varMapping":{"__isSmartRef__":true,"id":15025},"source":"function displayTopLevelMorphs() {\n if (this.listMorph) { this.removeList(); return true }\n var list = this.createListMorph(); \n this.addMorph(list);\n this.listMorph = list;\n}","funcProperties":{"__isSmartRef__":true,"id":15026},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15025":{"this":{"__isSmartRef__":true,"id":14956}},"15026":{},"15027":{"varMapping":{"__isSmartRef__":true,"id":15028},"source":"function setTargetToListSelection(selection) { \n this.removeList();\n if (!selection) return;\n if (this.owner.scriptPane.hasChanged()) {\n var that = this;\n var callback = function (confirmed) {\n if (confirmed) that.setTargetOfPane(selection);\n }\n this.owner.confirmUnsavedChanges(callback);\n } else {\n this.setTargetOfPane(selection);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":15029},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15028":{"this":{"__isSmartRef__":true,"id":14956}},"15029":{},"15030":{"varMapping":{"__isSmartRef__":true,"id":15031},"source":"function setTargetOfPane(selection) {\n this.owner.setTarget(selection);\n this.setTextString(selection.getName());\n this.removeList();\n}","funcProperties":{"__isSmartRef__":true,"id":15032},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15031":{"this":{"__isSmartRef__":true,"id":14956}},"15032":{},"15033":{"varMapping":{"__isSmartRef__":true,"id":15034},"source":"function onMouseDown(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n return false;\n } else {\n this.displayTopLevelMorphs();\n return true;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":15039},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15034":{"this":{"__isSmartRef__":true,"id":14956},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15035}},"15035":{"$super":{"__isSmartRef__":true,"id":15036}},"15036":{"varMapping":{"__isSmartRef__":true,"id":15037},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":15038},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15037":{"obj":{"__isSmartRef__":true,"id":14956},"name":"onMouseDown"},"15038":{},"15039":{},"15040":{"morph":{"__isSmartRef__":true,"id":14267},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"15041":{"sortedScriptNamesOfObj":{"__isSmartRef__":true,"id":15042},"setTarget":{"__isSmartRef__":true,"id":15045},"generateSourceForScript":{"__isSmartRef__":true,"id":15048},"generateSourceForConnection":{"__isSmartRef__":true,"id":15051},"generateTargetCode":{"__isSmartRef__":true,"id":15054},"sortedConnectionNamesOfObj":{"__isSmartRef__":true,"id":15057},"displayJavaScriptSource":{"__isSmartRef__":true,"id":15060},"displaySourceForScript":{"__isSmartRef__":true,"id":15063},"displaySourceForConnection":{"__isSmartRef__":true,"id":15066},"newScript":{"__isSmartRef__":true,"id":15069},"newConnection":{"__isSmartRef__":true,"id":15072},"deleteSelectedScript":{"__isSmartRef__":true,"id":15075},"disconnectConnection":{"__isSmartRef__":true,"id":15078},"updateLists":{"__isSmartRef__":true,"id":15081},"displayInitialScript":{"__isSmartRef__":true,"id":15084},"reset":{"__isSmartRef__":true,"id":15087},"selectChangedContent":{"__isSmartRef__":true,"id":15090}},"15042":{"varMapping":{"__isSmartRef__":true,"id":15043},"source":"function sortedScriptNamesOfObj(obj) {\n if (!Functions.own(obj) || Functions.own(obj).size() == 0) return [];\n return Functions.own(obj)\n\t.select(function(name) { return obj[name].hasLivelyClosure })\n\t.sortBy(function(name) { return name.toLowerCase() });\n}","funcProperties":{"__isSmartRef__":true,"id":15044},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15043":{"this":{"__isSmartRef__":true,"id":14267}},"15044":{},"15045":{"varMapping":{"__isSmartRef__":true,"id":15046},"source":"function setTarget(morph) {\n this.reset();\n module('lively.ide.SyntaxHighlighting').load(true);\n this.target = morph;\n this.morphSelector.textString = (this.target.getName() || this.target.toString());\n this.scriptPane.doitContext = this.target;\n this.updateLists();\n this.displayInitialScript();\n}","funcProperties":{"__isSmartRef__":true,"id":15047},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15046":{"this":{"__isSmartRef__":true,"id":14267}},"15047":{},"15048":{"varMapping":{"__isSmartRef__":true,"id":15049},"source":"function generateSourceForScript(scriptName) {\n var script = this.target[scriptName].getOriginal();\n return Strings.format('this.addScript(%s);' ,script)\n}","funcProperties":{"__isSmartRef__":true,"id":15050},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15049":{"this":{"__isSmartRef__":true,"id":14267}},"15050":{},"15051":{"varMapping":{"__isSmartRef__":true,"id":15052},"source":"function generateSourceForConnection(connection) {\n var c = connection, targetObject = this.target;\n\tif (!c.getTargetObj() || !c.getTargetObj().name || \n\t\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\n\n\tvar optConfig = []\n\tif (c.converterString)\n\t\toptConfig.push(\"converter: \\n\\t\" + c.converterString)\n\tif (c.updaterString)\n\t\toptConfig.push(\"updater: \\n\\t\" + c.updaterString)\n\treturn Strings.format('connect(%s, \"%s\", %s, \"%s\", {%s});', \n\t\t\tthis.generateTargetCode(targetObject, c.getSourceObj()),\n\t\t\tc.getSourceAttrName(),\n\t\t\tthis.generateTargetCode(targetObject, c.getTargetObj()),\n\t\t\tc.getTargetMethodName(),\n\t\t\toptConfig.join(','));\n\n}","funcProperties":{"__isSmartRef__":true,"id":15053},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15052":{"this":{"__isSmartRef__":true,"id":14267}},"15053":{},"15054":{"varMapping":{"__isSmartRef__":true,"id":15055},"source":"function generateTargetCode(baseObject, targetObject) {\n\tvar name = targetObject.name;\n\tif (baseObject === targetObject) \n\t\treturn \"this\";\n\telse if (baseObject[name] === targetObject) \n\t\treturn \"this.\" + name;\n\telse if (baseObject.testObject === targetObject) \n\t\treturn \"this.testObject\";\n\telse if (baseObject.get(name) === targetObject) \n\t\treturn 'this.get(\"' + name + '\")';\n\telse if (targetObject instanceof Morph) \n\t\treturn '$morph(\"' + name + '\")';\n\telse \n\t\treturn \"????\";\n}","funcProperties":{"__isSmartRef__":true,"id":15056},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15055":{"this":{"__isSmartRef__":true,"id":14267}},"15056":{},"15057":{"varMapping":{"__isSmartRef__":true,"id":15058},"source":"function sortedConnectionNamesOfObj(obj) {\n if (\"attributeConnections\" in obj) {\n return obj.attributeConnections\n .sortBy(function(each) {return name.toLowerCase() })\n .collect(function(each) {return [each.getSourceAttrName(), each]});\n } else {\n return [];\n }\n}","funcProperties":{"__isSmartRef__":true,"id":15059},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15058":{"this":{"__isSmartRef__":true,"id":14267}},"15059":{},"15060":{"varMapping":{"__isSmartRef__":true,"id":15061},"source":"function displayJavaScriptSource(jsCode) {\n this.scriptPane.setTextString(jsCode);\n this.scriptPane.highlightJavaScriptSyntax();\n}","funcProperties":{"__isSmartRef__":true,"id":15062},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15061":{"this":{"__isSmartRef__":true,"id":14267}},"15062":{},"15063":{"varMapping":{"__isSmartRef__":true,"id":15064},"source":"function displaySourceForScript(scriptName) {\n if (!scriptName) return;\n var code = \"\", that = this;\n if (scriptName === \"-- ALL --\") {\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForScript(each)).concat(\"\\n\\n\");\n });\n } else {\n code = this.generateSourceForScript(scriptName); \n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":15065},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15064":{"this":{"__isSmartRef__":true,"id":14267}},"15065":{},"15066":{"varMapping":{"__isSmartRef__":true,"id":15067},"source":"function displaySourceForConnection(connection) {\n if (!connection) return;\n var code = \"\", that = this;\n if ((typeof connection === \"string\") && connection === \"-- ALL --\") {\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\"\\n\\n\");\n })\n } else {\n code = this.generateSourceForConnection(connection);\n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":15068},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15067":{"this":{"__isSmartRef__":true,"id":14267}},"15068":{},"15069":{"varMapping":{"__isSmartRef__":true,"id":15070},"source":"function newScript() {\n if (this.target) {\n var code = \"this.addScript(function SCRIPTNAME() {\\n\\t\\n});\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":15071},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15070":{"this":{"__isSmartRef__":true,"id":14267}},"15071":{},"15072":{"varMapping":{"__isSmartRef__":true,"id":15073},"source":"function newConnection() {\n if (this.target) {\n var code = \"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":15074},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15073":{"this":{"__isSmartRef__":true,"id":14267}},"15074":{},"15075":{"varMapping":{"__isSmartRef__":true,"id":15076},"source":"function deleteSelectedScript() {\n if (this.scriptList.selection && this.target) {\n if (!this.target.hasOwnProperty(this.scriptList.selection)) return;\n delete this.target[this.scriptList.selection];\n this.updateLists();\n this.displayInitialScript();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":15077},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15076":{"this":{"__isSmartRef__":true,"id":14267}},"15077":{},"15078":{"varMapping":{"__isSmartRef__":true,"id":15079},"source":"function disconnectConnection() {\n var selection = this.connectionList.selection;\n if (selection && \n (typeof selection !== \"string\") &&\n this.target.attributeConnections.indexOf(selection[1]) > -1) {\n var c = this.connectionList.selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n this.updateLists();\n this.displayInitialScript();\n } \n}","funcProperties":{"__isSmartRef__":true,"id":15080},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15079":{"this":{"__isSmartRef__":true,"id":14267}},"15080":{},"15081":{"varMapping":{"__isSmartRef__":true,"id":15082},"source":"function updateLists() {\n this.scriptList.setList(this.sortedScriptNamesOfObj(this.target));\n var scriptListItems = this.scriptList.getList();\n scriptListItems.unshift(\"-- ALL --\");\n this.scriptList.setList(scriptListItems);\n\n this.connectionList.setList(this.sortedConnectionNamesOfObj(this.target));\n var connectionListItems = this.connectionList.getList();\n connectionListItems.unshift(\"-- ALL --\");\n this.connectionList.setList(connectionListItems);\n}","funcProperties":{"__isSmartRef__":true,"id":15083},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15082":{"this":{"__isSmartRef__":true,"id":14267}},"15083":{},"15084":{"varMapping":{"__isSmartRef__":true,"id":15085},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.selectAt(0);\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.selectAt(0);\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":15086},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15085":{"this":{"__isSmartRef__":true,"id":14267}},"15086":{},"15087":{"varMapping":{"__isSmartRef__":true,"id":15088},"source":"function reset() {\n this.target = null;\n this.scriptPane.doitContext = null;\n this.scriptList.setList();\n this.connectionList.setList();\n this.scriptPane.setTextString(\"\");\n this.morphSelector.reset();\n}","funcProperties":{"__isSmartRef__":true,"id":15089},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15088":{"this":{"__isSmartRef__":true,"id":14267}},"15089":{},"15090":{"varMapping":{"__isSmartRef__":true,"id":15091},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n var index = this.scriptList.getList().indexOf(addScriptMatches[0]);\n if (index > -1) { \n return this.scriptList.selectAt(index);\n }\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i -1) {\n var c = selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n editor.updateLists();\n editor.displayInitialScript();\n } \n }\n\n var message = 'Disconnect \"' + selection[0] +'\" connection?';\n var callback = disconnectConnection;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":15293},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15292":{"this":{"__isSmartRef__":true,"id":15238}},"15293":{"timestamp":{"__isSmartRef__":true,"id":15294},"user":"lauritz","categories":[]},"15294":{"isSerializedDate":true,"string":"Fri Nov 11 2011 01:46:54 GMT+0100 (Mitteleuropäische Zeit)"},"15295":{"submorphs":[{"__isSmartRef__":true,"id":15296}],"scripts":[],"id":"6FFABB6C-0128-4D78-9B55-52186A32E6A4","shape":{"__isSmartRef__":true,"id":15312},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":15328},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":15315},"lighterFill":{"__isSmartRef__":true,"id":15329},"label":{"__isSmartRef__":true,"id":15296},"attributeConnections":[{"__isSmartRef__":true,"id":15338}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":15340},"name":"ObjectEditorRemoveScriptButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":15341},"renderContextTable":{"__isSmartRef__":true,"id":15342},"priorExtent":{"__isSmartRef__":true,"id":15343},"owner":{"__isSmartRef__":true,"id":14249},"eventHandler":{"__isSmartRef__":true,"id":15344},"isCopyMorphRef":true,"morphRefId":24,"draggingEnabled":false,"objectEditorPane":{"__isSmartRef__":true,"id":14249},"distanceToDragEvent":{"__isSmartRef__":true,"id":15345},"derivationIds":[217,"FDC10087-12CF-4570-9211-8309CB6A9AA3","E18FC530-4B1F-4F08-8DA6-3866A3519E56","04A2AAC3-6A9E-40BB-9408-EBB2567EE63B","8C1A42CE-840C-4AAE-BD79-C93A445B9EBF","61FC11FA-B87E-4EFE-BD15-564D3178B68B","ED34F9B5-9E00-41B3-8313-D9C3D6B3B231","A7481F4B-D444-4B4F-BDA2-4F9F03AEC24D","7DDF7175-34FC-4521-A7C3-580A8BE63351","DEA39C05-FAD7-4882-AB3D-0EE12C3408F9","99186A50-1411-4B6F-B1CB-FF0742C20D7D","10F3E467-6BB8-4D07-BD17-8C50593FD6B8","7260818C-6472-4288-8BDD-1E7798A543F3","DEBB5BDB-018D-4BA1-9FB9-73DC84C51D89","D75BCAED-3029-46EB-B944-4A102BB1BC0F","9A977DA2-B325-4DFA-9683-3DC9ECEFAAC0","48A5078F-B4A5-4F4E-884D-84CCDFFBE6F0","33905494-AA01-4311-8398-1F6C3D4F1BAC","5D7201A7-1374-49AD-851F-E3167EFED99E","9B69B6C6-71F2-402E-89D1-E97FC2D3AE13","DA1B3A74-F4A6-427B-8FBD-3D2E9D8CD866"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15346},"__LivelyClassName__":"lively.morphic.Button"},"15296":{"submorphs":[],"scripts":[],"id":"E085F7CE-D292-4010-BCE4-F4B2C7CEE016","shape":{"__isSmartRef__":true,"id":15297},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":21,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":15303},"textColor":{"__isSmartRef__":true,"id":15300},"owner":{"__isSmartRef__":true,"id":15295},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":15304}],"padding":{"__isSmartRef__":true,"id":15306},"_Padding":{"__isSmartRef__":true,"id":15307},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":15308},"_FontFamily":"Helvetica, Sans-Serif","renderContextTable":{"__isSmartRef__":true,"id":15309},"_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_Align":"center","eventHandler":{"__isSmartRef__":true,"id":15310},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":21,"_MinTextHeight":null,"draggingEnabled":false,"derivationIds":[218,"852A7BD9-52EE-4708-A2D5-1BDECF33C958","7B4F173E-9726-472A-9B30-530D4AA92AD9","CBA217F6-2832-4213-9ABE-47753C1A4180","E6B97D1D-95D5-4644-9359-1D08D42A51F4","4391A57E-70C2-4628-9828-DD668CCE546E","F0C6C298-3B8B-42B2-B5E9-E5B82F607B01","DF0CAF75-4247-4797-B1A0-AD7444391E2A","B4C4F09B-F663-47A1-B85F-461D5452F5F8","FD966AB1-4685-4151-9A38-B1B21B0237EF","CA91FC2C-D7CC-4123-AFD2-108F8F0C2E97","88F1581A-7AEF-4646-B7F9-3890CDDB8494","DC577877-7F00-4238-9246-08C2A10C0CC9","818C9467-71A2-44D6-B01F-1523A0CD5476","C0CF3DDB-AA12-49E0-B12A-6B620552BB47","853E19A1-E97D-463D-A24F-0148671EB696","0203CA4C-E523-4F7D-824B-F09BA3914BDD","18B98A59-6C8E-4386-B3EF-A17259C51C0F","24D84E0A-FA16-47DE-934D-E60729EEB227","7035F1EB-4B8C-4F20-B3AC-966403F55C0A","69831817-0662-4848-8481-44558987D21D"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":15311},"__LivelyClassName__":"lively.morphic.Text"},"15297":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":15298},"_Extent":{"__isSmartRef__":true,"id":15299},"_BorderColor":{"__isSmartRef__":true,"id":15300},"renderContextTable":{"__isSmartRef__":true,"id":15301},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":15302},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"15298":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15299":{"x":25,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"15300":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15301":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"15302":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15303":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15304":{"style":{"__isSmartRef__":true,"id":15305},"chunkOwner":{"__isSmartRef__":true,"id":15296},"storedString":"-","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"15305":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"15306":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15307":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15308":{"x":25,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15309":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"15310":{"morph":{"__isSmartRef__":true,"id":15296},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"15311":{"requiredModules":[],"idOnLoad":"E085F7CE-D292-4010-BCE4-F4B2C7CEE016","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"15312":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":15313},"_Extent":{"__isSmartRef__":true,"id":15314},"_Fill":{"__isSmartRef__":true,"id":15315},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":15325},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":15326},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":15327},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"15313":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15314":{"x":25,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15315":{"stops":[{"__isSmartRef__":true,"id":15316},{"__isSmartRef__":true,"id":15318},{"__isSmartRef__":true,"id":15320},{"__isSmartRef__":true,"id":15322}],"vector":{"__isSmartRef__":true,"id":15324},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"15316":{"offset":0,"color":{"__isSmartRef__":true,"id":15317}},"15317":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15318":{"offset":0.4,"color":{"__isSmartRef__":true,"id":15319}},"15319":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15320":{"offset":0.6,"color":{"__isSmartRef__":true,"id":15321}},"15321":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15322":{"offset":1,"color":{"__isSmartRef__":true,"id":15323}},"15323":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15324":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15325":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15326":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"15327":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15328":{"x":160,"y":40,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15329":{"stops":[{"__isSmartRef__":true,"id":15330},{"__isSmartRef__":true,"id":15332},{"__isSmartRef__":true,"id":15334},{"__isSmartRef__":true,"id":15336}],"vector":{"__isSmartRef__":true,"id":15324},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"15330":{"offset":0,"color":{"__isSmartRef__":true,"id":15331}},"15331":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15332":{"offset":0.4,"color":{"__isSmartRef__":true,"id":15333}},"15333":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15334":{"offset":0.6,"color":{"__isSmartRef__":true,"id":15335}},"15335":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15336":{"offset":1,"color":{"__isSmartRef__":true,"id":15337}},"15337":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15338":{"sourceObj":{"__isSmartRef__":true,"id":15295},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":15295},"targetMethodName":"deleteSelectedScript","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":15339},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"15339":{"source":{"__isSmartRef__":true,"id":15295},"target":{"__isSmartRef__":true,"id":15295}},"15340":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15341":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","idOnLoad":"6FFABB6C-0128-4D78-9B55-52186A32E6A4","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"15342":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"15343":{"x":30,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15344":{"morph":{"__isSmartRef__":true,"id":15295},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"15345":{"x":33.35839679439101,"y":-21.324811622839547,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15346":{"deleteSelectedScript":{"__isSmartRef__":true,"id":15347}},"15347":{"varMapping":{"__isSmartRef__":true,"id":15348},"source":"function deleteSelectedScript() {\n\n var editor = this.objectEditorPane;\n var selection = editor.scriptList.selection;\n\n if (!editor.target || editor.scriptList.getList().size() < 2) \n return; \n\n var deleteScript = function (confirmed) {\n if (!confirmed) return;\n \n if (selection && editor.target) {\n if (!editor.target.hasOwnProperty(selection)) \n return;\n delete editor.target[selection];\n editor.updateLists();\n editor.displayInitialScript();\n }\n }\n\n var message = 'Delete \"' + selection + '\" script?';\n var callback = deleteScript;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":15349},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15348":{"this":{"__isSmartRef__":true,"id":15295}},"15349":{"timestamp":{"__isSmartRef__":true,"id":15350},"user":"lauritz"},"15350":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:12:21 GMT+0100 (Mitteleuropäische Zeit)"},"15351":{"submorphs":[{"__isSmartRef__":true,"id":15352}],"scripts":[],"id":"5AEE4BF7-86FA-474C-A161-A7EC83E5561A","shape":{"__isSmartRef__":true,"id":15367},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":15383},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":15370},"lighterFill":{"__isSmartRef__":true,"id":15384},"label":{"__isSmartRef__":true,"id":15352},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":15393},"name":"ObjectEditorMorphSelector","partsBinMetaInfo":{"__isSmartRef__":true,"id":15394},"list":[],"renderContextTable":{"__isSmartRef__":true,"id":15395},"eventHandler":{"__isSmartRef__":true,"id":15396},"distanceToDragEvent":{"__isSmartRef__":true,"id":15397},"priorExtent":{"__isSmartRef__":true,"id":15398},"owner":{"__isSmartRef__":true,"id":14249},"textString":"","selection":{"__isSmartRef__":true,"id":15399},"_ClipMode":"visible","prevScroll":[0,0],"listMorph":null,"derivationIds":[221,"4AC64FBA-95AC-42B2-A078-B6DA97889093","E26ED0E6-C4CE-4C82-94D5-175270E8459E","D292F2FC-C2B6-48AE-B779-8CC5868FFA49","53A862EB-032C-4BF0-9B21-58C7E0C0A9B2","CC4D188B-510F-48DE-A0E1-EC8D2CD63F9F","0CD057F2-3517-4849-A69E-1EF79B05ACE8","66EBBB7D-8FA7-4D43-AE78-A18DA3B970BA","A50C1893-4138-4E29-865B-92F53F76D08A","1EC5D2B9-3539-419A-8DD6-CE82DEABB02C","95DC06D5-F4C7-49E2-8A01-110D1B0AFBD0","672DEFAB-2BE5-4C60-9779-3B44694FBEB1","E3476213-5872-492C-BE29-0C6A5A150ED8","AA2F6ABE-1CCB-403D-94DD-8FB371F3DDCE","54B67D51-AB19-40A0-A2A6-EC51F3171CAC","1CF44342-896F-4ACB-847F-7CB3CD10ED5A","279A9257-1667-4E0C-844B-A4E0D02462F0","DDCBD835-4B3F-4B8F-9623-696DA76C3A2C","D2CB17F3-5DD0-4E97-BF99-40A95ABF976B","FA519665-2394-43D3-8DCF-802A158F3291","90519BB5-7419-46E0-B7E3-4C26304F3414"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15416},"__LivelyClassName__":"lively.morphic.Button"},"15352":{"submorphs":[],"scripts":[],"id":"998D8C12-5583-428D-A144-ED2C9C5911B9","shape":{"__isSmartRef__":true,"id":15353},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":220,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":15358},"textColor":{"__isSmartRef__":true,"id":15356},"owner":{"__isSmartRef__":true,"id":15351},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":15359}],"padding":{"__isSmartRef__":true,"id":15361},"_Padding":{"__isSmartRef__":true,"id":15361},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":15362},"attributeConnections":[{"__isSmartRef__":true,"id":15363}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"renderContextTable":{"__isSmartRef__":true,"id":15364},"eventHandler":{"__isSmartRef__":true,"id":15365},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":220,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":10,"derivationIds":[222,"30F054A3-7658-405B-8098-B7D87AA8A9ED","556D6E07-45B7-42EC-A486-DE275EF0B034","06B0B080-467A-46CC-8B0D-9C0A9B9A71F1","5E2D96C9-BB9B-4735-8673-A79847435197","B48AA022-2022-4A2A-9090-4D884FB3DFD3","8B2F743A-98C5-45E1-B03C-5019114EAC47","D09C56C3-A2DC-4BDF-B8A1-6365138ECD01","74158C3D-B79E-43E7-B111-48701B10ACE2","B19E117B-E40F-4B9F-86AC-BFB2AAFD5336","4E3B3D72-E52C-44ED-AE32-78939BA1ECFD","2459D1F0-E49C-4882-AB4C-D78C1A496962","3D8D3B02-0459-45C1-A606-D0DB4B07958C","78AAE288-D261-4BEA-9436-C8C31B890B44","2E10F795-9892-4BF7-9A46-BCB90FD6112E","DE32EFA9-C920-42F6-9F2E-7EDABEC006AF","23FBFC79-1927-48FD-8C1C-09FFD7539784","3409506C-9BAE-43DA-BCAF-94392F9646DF","ED94289E-98FC-4126-9EED-25FDC98D5BFC","63C2F1D8-3A1B-464B-9945-1F661D4CFE26","782AAB82-32E9-4A37-9DC0-3118636C2CCE"],"_TextColor":{"__isSmartRef__":true,"id":118},"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":15366},"__LivelyClassName__":"lively.morphic.Text"},"15353":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":15354},"_Extent":{"__isSmartRef__":true,"id":15355},"_BorderColor":{"__isSmartRef__":true,"id":15356},"renderContextTable":{"__isSmartRef__":true,"id":15357},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":7607},"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"15354":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15355":{"x":220,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"15356":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15357":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"15358":{"x":2,"y":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15359":{"style":{"__isSmartRef__":true,"id":15360},"chunkOwner":{"__isSmartRef__":true,"id":15352},"storedString":"ObjectEditorPane","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15360":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15361":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15362":{"x":220,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"15363":{"sourceObj":{"__isSmartRef__":true,"id":15352},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":15351},"targetMethodName":"selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"15364":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"15365":{"morph":{"__isSmartRef__":true,"id":15352},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"15366":{"requiredModules":[],"idOnLoad":"998D8C12-5583-428D-A144-ED2C9C5911B9","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"15367":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":15368},"_Extent":{"__isSmartRef__":true,"id":15369},"_Fill":{"__isSmartRef__":true,"id":15370},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":15380},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":15381},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":15382},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"15368":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15369":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15370":{"stops":[{"__isSmartRef__":true,"id":15371},{"__isSmartRef__":true,"id":15373},{"__isSmartRef__":true,"id":15375},{"__isSmartRef__":true,"id":15377}],"vector":{"__isSmartRef__":true,"id":15379},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"15371":{"offset":0,"color":{"__isSmartRef__":true,"id":15372}},"15372":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15373":{"offset":0.4,"color":{"__isSmartRef__":true,"id":15374}},"15374":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15375":{"offset":0.6,"color":{"__isSmartRef__":true,"id":15376}},"15376":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15377":{"offset":1,"color":{"__isSmartRef__":true,"id":15378}},"15378":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15379":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15380":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15381":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"15382":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15383":{"x":240.1308656788165,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15384":{"stops":[{"__isSmartRef__":true,"id":15385},{"__isSmartRef__":true,"id":15387},{"__isSmartRef__":true,"id":15389},{"__isSmartRef__":true,"id":15391}],"vector":{"__isSmartRef__":true,"id":15379},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"15385":{"offset":0,"color":{"__isSmartRef__":true,"id":15386}},"15386":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15387":{"offset":0.4,"color":{"__isSmartRef__":true,"id":15388}},"15388":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15389":{"offset":0.6,"color":{"__isSmartRef__":true,"id":15390}},"15390":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15391":{"offset":1,"color":{"__isSmartRef__":true,"id":15392}},"15392":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15393":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15394":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","idOnLoad":"5AEE4BF7-86FA-474C-A161-A7EC83E5561A","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"15395":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"15396":{"morph":{"__isSmartRef__":true,"id":15351},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"15397":{"x":122.93118375058827,"y":-11.582832083333244,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15398":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15399":{"submorphs":[],"scripts":[],"id":181,"shape":{"__isSmartRef__":true,"id":15400},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":15406},"_MaxTextWidth":580,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":15407},"showsHalos":false,"_FontSize":28,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Title","partsBinMetaInfo":{"__isSmartRef__":true,"id":15408},"_TextColor":{"__isSmartRef__":true,"id":15409},"renderContextTable":{"__isSmartRef__":true,"id":15410},"textChunks":[{"__isSmartRef__":true,"id":15411}],"eventHandler":{"__isSmartRef__":true,"id":15413},"priorExtent":{"__isSmartRef__":true,"id":15414},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":580,"_MinTextHeight":null,"_Rotation":0,"_Scale":1.002003004005006,"previousSelection":[35,35],"priorSelectionRange":[23,23],"charsReplaced":"WIP / Proof of Concept","lastFindLoc":22,"distanceToDragEvent":{"__isSmartRef__":true,"id":15415},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","isCopyMorphRef":true,"morphRefId":2,"prevScroll":[0,0],"__LivelyClassName__":"lively.morphic.Text"},"15400":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":15401},"_Extent":{"__isSmartRef__":true,"id":15402},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":15403},"renderContextTable":{"__isSmartRef__":true,"id":15404},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":15405},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"15401":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15402":{"x":580,"y":43,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15403":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15404":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"15405":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15406":{"x":37,"y":23,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15407":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15408":{"partsSpaceName":"PartsBin/Worlds/","__SourceModuleName__":"Global.lively.PartsBin","comment":"For example a world title.","partName":"Title","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"15409":{"r":0,"g":0.309,"b":0.595,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15410":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"15411":{"style":{"__isSmartRef__":true,"id":15412},"chunkOwner":{"__isSmartRef__":true,"id":15399},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"15412":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"15413":{"morph":{"__isSmartRef__":true,"id":15399},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"15414":{"x":580,"y":43,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15415":{"x":221,"y":-12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15416":{"createListMorph":{"__isSmartRef__":true,"id":15417},"getList":{"__isSmartRef__":true,"id":15421},"removeList":{"__isSmartRef__":true,"id":15425},"reset":{"__isSmartRef__":true,"id":15429},"displayTopLevelMorphs":{"__isSmartRef__":true,"id":15433},"onMouseDown":{"__isSmartRef__":true,"id":15437},"setTargetOfPane":{"__isSmartRef__":true,"id":15445},"setTargetToListSelection":{"__isSmartRef__":true,"id":15449},"onBlur":{"__isSmartRef__":true,"id":15453},"setTarget":{"__isSmartRef__":true,"id":15461},"setTargetOnSelection":{"__isSmartRef__":true,"id":15465}},"15417":{"varMapping":{"__isSmartRef__":true,"id":15418},"source":"function createListMorph() {\n var items = this.getList();\n \n var height = Math.min(this.owner.getExtent().y, items.length * 17);\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\n\n var listMorph = new lively.morphic.List(extent);\n listMorph.setList(items);\n listMorph.setFontSize(10);\n\n listMorph.disableGrabbing();\n listMorph.disableDragging();\n\n connect(listMorph, 'selection', this, 'setTargetToListSelection');\n \n return listMorph;\n}","funcProperties":{"__isSmartRef__":true,"id":15419},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15418":{"this":{"__isSmartRef__":true,"id":15351}},"15419":{"timestamp":{"__isSmartRef__":true,"id":15420},"user":"lauritz","tags":[]},"15420":{"isSerializedDate":true,"string":"Tue Dec 13 2011 18:55:41 GMT+0100 (Mitteleuropäische Zeit)"},"15421":{"varMapping":{"__isSmartRef__":true,"id":15422},"source":"function getList() {\n var worldEntry = {\n isListItem: true,\n selectionString: 'World',\n string: 'World',\n value: this.world()\n };\n var list = this.world().indentedListItemsOfMorphNames();\n list.unshift(worldEntry);\n return list;\n}","funcProperties":{"__isSmartRef__":true,"id":15423},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15422":{"this":{"__isSmartRef__":true,"id":15351}},"15423":{"timestamp":{"__isSmartRef__":true,"id":15424},"user":"lauritz","tags":[]},"15424":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:12:23 GMT+0100 (Mitteleuropäische Zeit)"},"15425":{"varMapping":{"__isSmartRef__":true,"id":15426},"source":"function removeList() {\n this.listMorph && this.listMorph.remove();\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":15427},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15426":{"this":{"__isSmartRef__":true,"id":15351}},"15427":{"timestamp":{"__isSmartRef__":true,"id":15428},"user":"lauritz","tags":[]},"15428":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:51:07 GMT+0100 (Mitteleuropäische Zeit)"},"15429":{"varMapping":{"__isSmartRef__":true,"id":15430},"source":"function reset() {\n this.list = [];\n this.setLabel('empty');\n this.label.setAlign('left');\n this.removeList();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'});\n}","funcProperties":{"__isSmartRef__":true,"id":15431},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15430":{"this":{"__isSmartRef__":true,"id":15351}},"15431":{"timestamp":{"__isSmartRef__":true,"id":15432},"user":"lauritz","tags":[]},"15432":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:34:06 GMT+0100 (Mitteleuropäische Zeit)"},"15433":{"varMapping":{"__isSmartRef__":true,"id":15434},"source":"function displayTopLevelMorphs() {\n var list = this.createListMorph(); \n if (this.getList().length === 0) return;\n this.addMorph(list);\n this.listMorph = list;\n}","funcProperties":{"__isSmartRef__":true,"id":15435},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15434":{"this":{"__isSmartRef__":true,"id":15351}},"15435":{"timestamp":{"__isSmartRef__":true,"id":15436},"user":"lauritz","tags":[]},"15436":{"isSerializedDate":true,"string":"Tue Dec 13 2011 18:53:20 GMT+0100 (Mitteleuropäische Zeit)"},"15437":{"varMapping":{"__isSmartRef__":true,"id":15438},"source":"function onMouseDown(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n // clicked on morph, not the list, not the list's scrollbar\n if (evt.target === this.renderContext().shapeNode)\n this.removeList();\n } else {\n this.displayTopLevelMorphs();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":15443},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15438":{"this":{"__isSmartRef__":true,"id":15351},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15439}},"15439":{"$super":{"__isSmartRef__":true,"id":15440}},"15440":{"varMapping":{"__isSmartRef__":true,"id":15441},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":15442},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15441":{"obj":{"__isSmartRef__":true,"id":15351},"name":"onMouseDown"},"15442":{},"15443":{"timestamp":{"__isSmartRef__":true,"id":15444},"user":"lauritz","tags":[]},"15444":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:30:39 GMT+0100 (Mitteleuropäische Zeit)"},"15445":{"varMapping":{"__isSmartRef__":true,"id":15446},"source":"function setTargetOfPane(selection) {\n this.owner.setTarget(selection);\n this.label.setAlign('left');\n}","funcProperties":{"__isSmartRef__":true,"id":15447},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15446":{"this":{"__isSmartRef__":true,"id":15351}},"15447":{"timestamp":{"__isSmartRef__":true,"id":15448},"user":"lauritz","tags":[]},"15448":{"isSerializedDate":true,"string":"Wed Dec 07 2011 04:30:42 GMT+0100 (Mitteleuropäische Zeit)"},"15449":{"varMapping":{"__isSmartRef__":true,"id":15450},"source":"function setTargetToListSelection() { \n var selection = this.listMorph.selection;\n this.removeList();\n if (!selection) return;\n if (this.owner.scriptPane.hasChanged()) {\n var that = this;\n var callback = function (confirmed) {\n if (confirmed) that.setTargetOfPane(selection);\n }\n this.owner.confirmUnsavedChanges(callback);\n } else {\n this.setTargetOfPane(selection);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":15451},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15450":{"this":{"__isSmartRef__":true,"id":15351}},"15451":{"timestamp":{"__isSmartRef__":true,"id":15452},"user":"lauritz","tags":[]},"15452":{"isSerializedDate":true,"string":"Wed Dec 07 2011 06:06:48 GMT+0100 (Mitteleuropäische Zeit)"},"15453":{"varMapping":{"__isSmartRef__":true,"id":15454},"source":"function onBlur(evt) {\n $super(evt);\n \n // workaround - otherwise other morphs get this event\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\n this.removeList();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":15459},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15454":{"this":{"__isSmartRef__":true,"id":15351},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15455}},"15455":{"$super":{"__isSmartRef__":true,"id":15456}},"15456":{"varMapping":{"__isSmartRef__":true,"id":15457},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":15458},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15457":{"obj":{"__isSmartRef__":true,"id":15351},"name":"onBlur"},"15458":{},"15459":{"timestamp":{"__isSmartRef__":true,"id":15460},"user":"lauritz","tags":[]},"15460":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:30:08 GMT+0100 (Mitteleuropäische Zeit)"},"15461":{"varMapping":{"__isSmartRef__":true,"id":15462},"source":"function setTarget(target) {\n this.label.setTextString(target.getName() || target.toString());\n}","funcProperties":{"__isSmartRef__":true,"id":15463},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15462":{"this":{"__isSmartRef__":true,"id":15351}},"15463":{"timestamp":{"__isSmartRef__":true,"id":15464},"user":"lauritz","tags":[]},"15464":{"isSerializedDate":true,"string":"Wed Dec 07 2011 04:29:39 GMT+0100 (Mitteleuropäische Zeit)"},"15465":{"varMapping":{"__isSmartRef__":true,"id":15466},"source":"function setTargetOnSelection() {\n if (this.listMorph && this.listMorph.renderContext() && this.listMorph.renderContext().listNode.value) {\n this.setTargetToListSelection();\n this.stopStepping();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":15467},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15466":{"this":{"__isSmartRef__":true,"id":15351}},"15467":{"timestamp":{"__isSmartRef__":true,"id":15468},"user":"lauritz","tags":[]},"15468":{"isSerializedDate":true,"string":"Wed Dec 07 2011 06:12:06 GMT+0100 (Mitteleuropäische Zeit)"},"15469":{"submorphs":[],"scripts":[],"id":"37EB2D32-2FB8-496B-9952-2FA961A62C61","shape":{"__isSmartRef__":true,"id":15470},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":false,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":15476},"_MaxTextWidth":64.8979476392384,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":15473},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"ObjectEditorScriptsText1","partsBinMetaInfo":{"__isSmartRef__":true,"id":15477},"textChunks":[{"__isSmartRef__":true,"id":15478}],"charsReplaced":"Scripts","lastFindLoc":-7,"priorSelectionRange":[0,7],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":15480},"renderContextTable":{"__isSmartRef__":true,"id":15481},"eventHandler":{"__isSmartRef__":true,"id":15482},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64.8979476392384,"_MinTextHeight":null,"_ClipMode":"visible","draggingEnabled":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":15483},"eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":14249},"isCopyMorphRef":true,"morphRefId":27,"derivationIds":[223,"5E3A69EF-26C1-4D0D-B04C-8C3894017F56","14AB1B91-3ED6-49AE-AA58-47D18B6C569F","991D4A54-1FC4-4BC7-AA82-F814AC52CDE3","DB9B19F7-4390-4CE5-9B1D-62177CB8D605","8F7B2EE9-9538-4044-B75B-6A12F3108B70","4B9F9B4B-C7D3-418D-9AC9-10503A4EBF8E","324EE422-8C94-43CE-B964-A3150830C25F","36D1ECF9-591F-426B-A4F6-B337D7DB053B","CB52849C-BE64-4053-8D07-758F969F84EB","F1C241D4-A689-4DB7-942F-ADB5F39D9CAA","F9D413A0-184F-47F5-9B55-D05D511915CB","F4C5DA2D-8203-47EB-834D-2D03338B0419","1E089341-3FFF-45CD-9C21-BA7A8B4CF6F2","87F8B14A-C122-40D7-8405-CA07248E60D3","A8E7E359-A02C-427B-8D23-C707CE9664B2","695927E1-0410-434B-A716-F030B4ECD84D","B2857406-8534-4160-AC2C-6D8008C5EE1C","9C4879F3-2A68-4EDC-ACC3-22438F66B654","F53397C6-6F57-4E8E-B094-E168D20383E5","2BCC47EC-7C72-4E05-9136-D6950CF1B4C8"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"15470":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":15471},"_Extent":{"__isSmartRef__":true,"id":15472},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":15473},"renderContextTable":{"__isSmartRef__":true,"id":15474},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":15475},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"15471":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15472":{"x":64.8979476392384,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"15473":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15474":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"15475":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15476":{"x":198.16434648623274,"y":12.911539589748486,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15477":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"37EB2D32-2FB8-496B-9952-2FA961A62C61","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"15478":{"style":{"__isSmartRef__":true,"id":15479},"chunkOwner":{"__isSmartRef__":true,"id":15469},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Target:","__LivelyClassName__":"lively.morphic.TextChunk"},"15479":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"15480":{"x":64.8979476392384,"y":13,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15481":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"15482":{"morph":{"__isSmartRef__":true,"id":15469},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"15483":{"x":41.065989525935834,"y":-10.506047005169194,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15484":{"submorphs":[],"scripts":[],"id":"435257D8-6FAC-445E-9FD2-B1B4FFA587CB","shape":{"__isSmartRef__":true,"id":15485},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":false,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":15491},"_MaxTextWidth":64.8979476392384,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":15488},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"ObjectEditorScriptsText2","partsBinMetaInfo":{"__isSmartRef__":true,"id":15492},"textChunks":[{"__isSmartRef__":true,"id":15493}],"charsReplaced":"Scripts","lastFindLoc":-7,"priorSelectionRange":[0,7],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":15495},"renderContextTable":{"__isSmartRef__":true,"id":15496},"eventHandler":{"__isSmartRef__":true,"id":15497},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64.8979476392384,"_MinTextHeight":null,"_ClipMode":"visible","draggingEnabled":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":15498},"eventsAreIgnored":true,"isCopyMorphRef":true,"morphRefId":27,"owner":{"__isSmartRef__":true,"id":14249},"derivationIds":[224,"35EF8FE5-067D-45B6-AF21-77040F11D340","80DC09DD-22D4-4089-B5C3-857B32C9BE9B","EF080074-E6B9-47F3-A87F-26313B40C430","F6977801-C1A7-445C-9BF1-8A1019E202FB","8C9157AE-0343-4CFB-8186-1D5E05D2ECBE","DD3C23F8-6463-4EAE-959B-C486E27D9BDA","1E8D3752-D212-41F8-BC63-B094E0C80707","75C07D11-AE5D-4A36-B2D0-F2A6EA414E72","494AB1C0-2C09-49DE-B4AA-1F24DC7495FF","25199967-E3BA-4763-A704-37BD3152A5F7","8E4A5937-D1FA-4AF7-BD8D-B542C636CEF9","DDB23EF0-540C-4046-AD4D-C001E8A5F20C","FF45AAB3-E5C7-42A0-A704-F068DB2E2AF9","52850E3E-BE46-467C-A381-902F5E4859FD","147F9160-7168-44A4-9EA4-A36466EE1F52","8E4FB238-FC20-4DA7-AC9F-6921EBBD5609","3D09A998-5E60-4E94-9C6A-B08E7D98F02A","B8986B95-68A4-4212-8560-C86C8F7B3B3C","81BAFCDC-090F-4A92-8AD6-C3127620CCF4","3663625F-2BB0-494C-A467-04148A441F42"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"15485":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":15486},"_Extent":{"__isSmartRef__":true,"id":15487},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":15488},"renderContextTable":{"__isSmartRef__":true,"id":15489},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":15490},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"15486":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15487":{"x":64.8979476392384,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"15488":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15489":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"15490":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15491":{"x":10,"y":12.911539589749026,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15492":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"435257D8-6FAC-445E-9FD2-B1B4FFA587CB","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"15493":{"style":{"__isSmartRef__":true,"id":15494},"chunkOwner":{"__isSmartRef__":true,"id":15484},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Tag:","__LivelyClassName__":"lively.morphic.TextChunk"},"15494":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"15495":{"x":64.8979476392384,"y":13,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15496":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"15497":{"morph":{"__isSmartRef__":true,"id":15484},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"15498":{"x":45.76052154281416,"y":-27.783027415339603,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15499":{"submorphs":[{"__isSmartRef__":true,"id":15500}],"scripts":[],"id":"6D03391D-FF7E-4DAC-8774-415D60587FB6","shape":{"__isSmartRef__":true,"id":15515},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":15531},"value":true,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":15532},"lighterFill":{"__isSmartRef__":true,"id":15518},"label":{"__isSmartRef__":true,"id":15500},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":15541},"name":"ObjectEditorTagChooser","partsBinMetaInfo":{"__isSmartRef__":true,"id":15542},"listMorph":null,"list":[],"renderContextTable":{"__isSmartRef__":true,"id":15543},"eventHandler":{"__isSmartRef__":true,"id":15544},"distanceToDragEvent":{"__isSmartRef__":true,"id":15545},"priorExtent":{"__isSmartRef__":true,"id":15546},"textString":"PartsBinBrowser","selection":"","_ClipMode":"visible","prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":14249},"setTargetToListSelection":"all","savedTextString":"all","derivationIds":[225,"7F83847B-D0B1-4A31-8601-43424B97C858","E08FC110-71D7-4FFD-B4A8-08F8147B95BA","5534107D-C5C9-48DD-A1ED-B87E9D9B672C","0B89FA7A-768C-4062-98AE-C455E8DAFF19","799320C6-CFBA-40E7-B03D-64BFE9B78248","9B650AA3-271B-4E72-B230-51C6F64B7462","C95D3672-724C-4C2C-9CDD-EF308062F627","C66EBEEC-B7CE-4DD9-8BDF-905F071F965D","D68B143A-A712-4FD0-8803-62CCB4C7F763","ED802271-AE5C-4BE9-AC4E-7CED44BC864B","1BD989CB-146C-431F-8B15-9199C4CD5D32","42172AA4-1B06-4C5B-9BB7-FAED1206CF34","32DFAF99-E6F8-426B-829D-FD6C2BCB8FAA","9B4BF2BE-49D5-4B9D-8F38-1692443069A9","FCAB3690-731A-45E7-984F-843DFE705AF1","94B10A66-8219-43AD-B902-DA999A66222D","BB0E2EB7-ABCE-44C7-96E7-6679FB2981D1","2FCEE551-302B-46C9-B646-3B9BE9187182","B4267F52-1ACC-42A1-904D-E9F7D485D8AB","14770110-045A-4BE4-BCF2-7C886DF70F7D"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15547},"__LivelyClassName__":"lively.morphic.Button"},"15500":{"submorphs":[],"scripts":[],"id":"B36895DE-BE64-4394-ABF0-F0E4F5E88AF5","shape":{"__isSmartRef__":true,"id":15501},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":130,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":15506},"textColor":{"__isSmartRef__":true,"id":15504},"owner":{"__isSmartRef__":true,"id":15499},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":15507}],"padding":{"__isSmartRef__":true,"id":15509},"_Padding":{"__isSmartRef__":true,"id":15509},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":15510},"attributeConnections":[{"__isSmartRef__":true,"id":15511}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"renderContextTable":{"__isSmartRef__":true,"id":15512},"eventHandler":{"__isSmartRef__":true,"id":15513},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":130,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":10,"derivationIds":[226,"03DBF3F8-8EA2-4426-BA64-C4297DDAB015","B8F87302-BEC3-48CD-9BBA-6C7DBB6287E1","4AA6AE51-338B-4E3E-814B-9F99C693A2D5","08F6CE56-AD91-4C27-9429-C3DEA313696C","D39C963C-FD24-4498-A6D8-71E5102CE58A","132C2A9E-3466-4051-AAEA-6E485A91F408","DB8BC4A1-ED41-446B-AB6C-7E73DD857B5D","567FC668-A57C-41CB-8252-8912826B3144","D0B0775F-C8E7-49EB-BBB2-C7BB7DD464BF","AABED87D-D7C0-494A-8803-26F4601E35FF","696C3A2A-C695-4D17-A044-41A73436AB8D","206A0BFD-6997-4E0E-9193-089D1F66B22A","F2F1F966-6C41-4EBA-AFCE-FAE8C79AA696","64A754E9-7083-4CAE-B5C2-7B436EFFE4BA","64737503-A352-42CC-A249-667DA2B42746","9218F1CA-E23F-4E1A-89C3-DB19DE720861","CF7EAC38-1041-4B83-B087-359885B8528B","84469C7C-C93D-4F16-ACAA-0045A4A37FCA","9D3DD447-66A0-4B4A-B378-FB864D8C1468","163D1C2B-EDE9-4F8F-B466-EF9F4CB14384"],"_TextColor":{"__isSmartRef__":true,"id":118},"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":15514},"__LivelyClassName__":"lively.morphic.Text"},"15501":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":15502},"_Extent":{"__isSmartRef__":true,"id":15503},"_BorderColor":{"__isSmartRef__":true,"id":15504},"renderContextTable":{"__isSmartRef__":true,"id":15505},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":7607},"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"15502":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15503":{"x":130,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"15504":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15505":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"15506":{"x":2,"y":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15507":{"style":{"__isSmartRef__":true,"id":15508},"chunkOwner":{"__isSmartRef__":true,"id":15500},"storedString":"all","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15508":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15509":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15510":{"x":130,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"15511":{"sourceObj":{"__isSmartRef__":true,"id":15500},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":15499},"targetMethodName":"selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"15512":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"15513":{"morph":{"__isSmartRef__":true,"id":15500},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"15514":{"requiredModules":[],"idOnLoad":"B36895DE-BE64-4394-ABF0-F0E4F5E88AF5","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"15515":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":15516},"_Extent":{"__isSmartRef__":true,"id":15517},"_Fill":{"__isSmartRef__":true,"id":15518},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":15528},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":15529},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":15530},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"15516":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15517":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15518":{"stops":[{"__isSmartRef__":true,"id":15519},{"__isSmartRef__":true,"id":15521},{"__isSmartRef__":true,"id":15523},{"__isSmartRef__":true,"id":15525}],"vector":{"__isSmartRef__":true,"id":15527},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"15519":{"offset":0,"color":{"__isSmartRef__":true,"id":15520}},"15520":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15521":{"offset":0.4,"color":{"__isSmartRef__":true,"id":15522}},"15522":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15523":{"offset":0.6,"color":{"__isSmartRef__":true,"id":15524}},"15524":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15525":{"offset":1,"color":{"__isSmartRef__":true,"id":15526}},"15526":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15527":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15528":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15529":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"15530":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15531":{"x":39.12381412396891,"y":10.000000000000057,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15532":{"stops":[{"__isSmartRef__":true,"id":15533},{"__isSmartRef__":true,"id":15535},{"__isSmartRef__":true,"id":15537},{"__isSmartRef__":true,"id":15539}],"vector":{"__isSmartRef__":true,"id":15527},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"15533":{"offset":0,"color":{"__isSmartRef__":true,"id":15534}},"15534":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15535":{"offset":0.4,"color":{"__isSmartRef__":true,"id":15536}},"15536":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15537":{"offset":0.6,"color":{"__isSmartRef__":true,"id":15538}},"15538":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15539":{"offset":1,"color":{"__isSmartRef__":true,"id":15540}},"15540":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15541":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15542":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","idOnLoad":"6D03391D-FF7E-4DAC-8774-415D60587FB6","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"15543":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"15544":{"morph":{"__isSmartRef__":true,"id":15499},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"15545":{"x":85.7442776093583,"y":-11.582832083333244,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15546":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15547":{"createListMorph":{"__isSmartRef__":true,"id":15548},"getList":{"__isSmartRef__":true,"id":15552},"removeList":{"__isSmartRef__":true,"id":15556},"reset":{"__isSmartRef__":true,"id":15560},"onMouseUp":{"__isSmartRef__":true,"id":15564},"onBlur":{"__isSmartRef__":true,"id":15572},"setTag":{"__isSmartRef__":true,"id":15580}},"15548":{"varMapping":{"__isSmartRef__":true,"id":15549},"source":"function createListMorph() {\n var items = this.getList();\n\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\n\n var listMorph = new lively.morphic.List(extent);\n listMorph.setList(items);\n listMorph.setFontSize(10);\n\n listMorph.disableGrabbing();\n listMorph.disableDragging();\n \n connect(listMorph, 'selection', this, 'setTag');\n \n return listMorph;\n}","funcProperties":{"__isSmartRef__":true,"id":15550},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15549":{"this":{"__isSmartRef__":true,"id":15499}},"15550":{"timestamp":{"__isSmartRef__":true,"id":15551},"user":"lauritz","categories":[]},"15551":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:35:59 GMT+0100 (Mitteleuropäische Zeit)"},"15552":{"varMapping":{"__isSmartRef__":true,"id":15553},"source":"function getList() {\n if (!this.owner.target) return [''];\n\n var target = this.owner.target;\n\n var tags = Functions.own(target).collect(function (each) {\n return target[each].tags || [];\n }).flatten().uniq();\n\n var sortedTags = tags.sortBy(function(name) { \n return name.toLowerCase() \n });\n \n sortedTags.unshift('all'); \n return sortedTags;\n}","funcProperties":{"__isSmartRef__":true,"id":15554},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15553":{"this":{"__isSmartRef__":true,"id":15499}},"15554":{"timestamp":{"__isSmartRef__":true,"id":15555},"user":"lauritz","tags":[]},"15555":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:25 GMT+0100 (Mitteleuropäische Zeit)"},"15556":{"varMapping":{"__isSmartRef__":true,"id":15557},"source":"function removeList() {\n this.listMorph && this.listMorph.remove()\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":15558},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15557":{"this":{"__isSmartRef__":true,"id":15499}},"15558":{"timestamp":{"__isSmartRef__":true,"id":15559},"user":"lauritz","categories":[]},"15559":{"isSerializedDate":true,"string":"Thu Nov 17 2011 19:06:51 GMT+0100 (Mitteleuropäische Zeit)"},"15560":{"varMapping":{"__isSmartRef__":true,"id":15561},"source":"function reset() {\n this.list = [];\n this.setLabel('all');\n this.label.setAlign('left');\n this.removeList();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\n}","funcProperties":{"__isSmartRef__":true,"id":15562},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15561":{"this":{"__isSmartRef__":true,"id":15499}},"15562":{"timestamp":{"__isSmartRef__":true,"id":15563},"user":"lauritz","tags":[]},"15563":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:53 GMT+0100 (Mitteleuropäische Zeit)"},"15564":{"varMapping":{"__isSmartRef__":true,"id":15565},"source":"function onMouseUp(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n this.removeList();\n return true;\n } \n if (this.getList().size() < 2) return;\n var list = this.createListMorph();\n this.addMorph(list);\n this.listMorph = list;\n return true;\n}","funcProperties":{"__isSmartRef__":true,"id":15570},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15565":{"this":{"__isSmartRef__":true,"id":15499},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15566}},"15566":{"$super":{"__isSmartRef__":true,"id":15567}},"15567":{"varMapping":{"__isSmartRef__":true,"id":15568},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":15569},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15568":{"obj":{"__isSmartRef__":true,"id":15499},"name":"onMouseUp"},"15569":{},"15570":{"timestamp":{"__isSmartRef__":true,"id":15571},"user":"lauritz","categories":[]},"15571":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:59:16 GMT+0100 (Mitteleuropäische Zeit)"},"15572":{"varMapping":{"__isSmartRef__":true,"id":15573},"source":"function onBlur(evt) {\n $super(evt);\n \n // workaround - otherwise other morphs get this event\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\n this.removeList();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":15578},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15573":{"this":{"__isSmartRef__":true,"id":15499},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15574}},"15574":{"$super":{"__isSmartRef__":true,"id":15575}},"15575":{"varMapping":{"__isSmartRef__":true,"id":15576},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":15577},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15576":{"obj":{"__isSmartRef__":true,"id":15499},"name":"onBlur"},"15577":{},"15578":{"timestamp":{"__isSmartRef__":true,"id":15579},"user":"lauritz","categories":[]},"15579":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:10:03 GMT+0100 (Mitteleuropäische Zeit)"},"15580":{"varMapping":{"__isSmartRef__":true,"id":15581},"source":"function setTag(tag) {\n this.setLabel(tag || '');\n this.label.setAlign('left');\n this.owner.setTag(tag);\n}","funcProperties":{"__isSmartRef__":true,"id":15582},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15581":{"this":{"__isSmartRef__":true,"id":15499}},"15582":{"timestamp":{"__isSmartRef__":true,"id":15583},"user":"lauritz","categories":[]},"15583":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:36:12 GMT+0100 (Mitteleuropäische Zeit)"},"15584":{"submorphs":[{"__isSmartRef__":true,"id":15585}],"scripts":[],"id":"5AB2689D-740F-4243-9B20-15C63D292186","shape":{"__isSmartRef__":true,"id":15601},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":15605},"lighterFill":{"__isSmartRef__":true,"id":15617},"label":{"__isSmartRef__":true,"id":15585},"name":"Button","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":15626},"attributeConnections":[{"__isSmartRef__":true,"id":15627}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":15663},"renderContextTable":{"__isSmartRef__":true,"id":15664},"eventHandler":{"__isSmartRef__":true,"id":15665},"distanceToDragEvent":{"__isSmartRef__":true,"id":15666},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","87E42FF6-3862-481D-97D6-643676E15F32","4F370A81-5A80-4821-8ECC-D52B56F31E15","1C6D1DC9-2F9B-4DC4-B453-1CA45B17C516","0E8EC0BF-934B-410B-AEC2-0ECA8C8F774D","97086CE7-CD46-4035-A371-02A41D555A66","E342B91D-F54B-4DA8-8AE7-10C59CE22B41","A838C48E-4033-4688-8DCF-20659BD824FF","E9BBC453-FFF6-4EE8-BDB0-605D5D4557AE","B6FB81D1-145B-40F9-ACF1-17276DA45EBA","09C79781-5461-4815-88DE-22FB67558136","85A5FA10-01D9-4051-8D56-29DB02CF8817","6E2F44D0-D69A-4DD7-91AD-0B0E1E871633","66FB4A47-82E6-417D-8248-4038D0CBBF5A","3CDC67E7-CAC7-4636-B7FF-50D008C6EB0D","4475CB12-8CFB-41DB-9399-EC6B68E18BA3"],"_Position":{"__isSmartRef__":true,"id":15667},"owner":{"__isSmartRef__":true,"id":14249},"layout":{"__isSmartRef__":true,"id":15668},"_ClipMode":"visible","_Rotation":0,"_Scale":0.994014980014994,"__LivelyClassName__":"lively.morphic.Button"},"15585":{"submorphs":[],"scripts":[],"id":"8E634AC5-544A-4C1F-BB87-4F59D46E9856","shape":{"__isSmartRef__":true,"id":15586},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":15592},"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":15593},"_Padding":{"__isSmartRef__":true,"id":15594},"owner":{"__isSmartRef__":true,"id":15584},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":15595},"textChunks":[{"__isSmartRef__":true,"id":15596}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":15598},"eventHandler":{"__isSmartRef__":true,"id":15599},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","BA4EC8D2-AB29-4F9F-B5A0-715A4746A4C4","56735895-BA99-4D98-9866-AA5DBD86237E","81041CF7-31DB-4F65-BB39-FE438A4F266F","D03829B3-268E-40A0-A440-3E4BAC344F30","714637F0-714A-4833-909B-BA4AF1B4628B","DC956E73-7398-4CAF-B6F2-9A226E344396","C1F72D31-1F49-4C0C-ACF3-C3AD7E698D2F","39386C7E-9099-4159-BFE9-80AD37319211","2764FB6E-70D1-4BC5-B3CB-9979A48B8205","C55C8A7C-412C-453E-A99F-CE78C2AADB94","4BD9A8D4-2EC1-40AC-A1CE-5F1347B0152D","3450EAEB-E3D2-4FAF-98DF-354B3B8715D6","C906736E-48DF-4054-BA5A-A089610456D7","DE5C59FB-90A6-4DD4-AC39-5CC8B3912969","5830FB93-49A1-4A31-A687-69C4579D5FA7"],"_MinTextWidth":97,"_MinTextHeight":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":15600},"__LivelyClassName__":"lively.morphic.Text"},"15586":{"position":{"__isSmartRef__":true,"id":15587},"_Extent":{"__isSmartRef__":true,"id":15588},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":15589},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":15590},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":15591},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"15587":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15588":{"x":101,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"15589":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15590":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"15591":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15592":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15593":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15594":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15595":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15596":{"style":{"__isSmartRef__":true,"id":15597},"chunkOwner":{"__isSmartRef__":true,"id":15585},"storedString":"run","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"15597":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"15598":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"15599":{"morph":{"__isSmartRef__":true,"id":15585},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"15600":{"requiredModules":[],"idOnLoad":"8E634AC5-544A-4C1F-BB87-4F59D46E9856","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"15601":{"position":{"__isSmartRef__":true,"id":15602},"_Extent":{"__isSmartRef__":true,"id":15603},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":15604},"_Fill":{"__isSmartRef__":true,"id":15605},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":15615},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":15616},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"15602":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15603":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15604":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15605":{"stops":[{"__isSmartRef__":true,"id":15606},{"__isSmartRef__":true,"id":15608},{"__isSmartRef__":true,"id":15610},{"__isSmartRef__":true,"id":15612}],"vector":{"__isSmartRef__":true,"id":15614},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"15606":{"offset":0,"color":{"__isSmartRef__":true,"id":15607}},"15607":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15608":{"offset":0.4,"color":{"__isSmartRef__":true,"id":15609}},"15609":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15610":{"offset":0.6,"color":{"__isSmartRef__":true,"id":15611}},"15611":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15612":{"offset":1,"color":{"__isSmartRef__":true,"id":15613}},"15613":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15614":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15615":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"15616":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15617":{"stops":[{"__isSmartRef__":true,"id":15618},{"__isSmartRef__":true,"id":15620},{"__isSmartRef__":true,"id":15622},{"__isSmartRef__":true,"id":15624}],"vector":{"__isSmartRef__":true,"id":15614},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"15618":{"offset":0,"color":{"__isSmartRef__":true,"id":15619}},"15619":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15620":{"offset":0.4,"color":{"__isSmartRef__":true,"id":15621}},"15621":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15622":{"offset":0.6,"color":{"__isSmartRef__":true,"id":15623}},"15623":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15624":{"offset":1,"color":{"__isSmartRef__":true,"id":15625}},"15625":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15626":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"5AB2689D-740F-4243-9B20-15C63D292186","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"15627":{"sourceObj":{"__isSmartRef__":true,"id":15584},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14249},"targetMethodName":"runScript","visualConnector":{"__isSmartRef__":true,"id":15628},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"15628":{"submorphs":[{"__isSmartRef__":true,"id":15629}],"scripts":[],"shape":{"__isSmartRef__":true,"id":15644},"derivationIds":[null],"id":"C89B50A0-17E7-4D22-AE1D-5112520DAEE7","renderContextTable":{"__isSmartRef__":true,"id":15651},"eventHandler":{"__isSmartRef__":true,"id":15652},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":15653},{"__isSmartRef__":true,"id":15654}],"con":{"__isSmartRef__":true,"id":15627},"showsMorphMenu":true,"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15655},"__LivelyClassName__":"lively.morphic.Path"},"15629":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":15630},"derivationIds":[null],"id":"2A71BE9E-6820-46AF-ACED-3C9BDCC918AF","renderContextTable":{"__isSmartRef__":true,"id":15641},"eventHandler":{"__isSmartRef__":true,"id":15642},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":15643},"owner":{"__isSmartRef__":true,"id":15628},"_Rotation":-3.130064002485303,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"15630":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":15631},{"__isSmartRef__":true,"id":15632},{"__isSmartRef__":true,"id":15633},{"__isSmartRef__":true,"id":15634}],"renderContextTable":{"__isSmartRef__":true,"id":15635},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":15636},"_Extent":{"__isSmartRef__":true,"id":15637},"_Padding":{"__isSmartRef__":true,"id":15638},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":15639},"_Fill":{"__isSmartRef__":true,"id":15640},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"15631":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"15632":{"isAbsolute":true,"x":-12,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"15633":{"isAbsolute":true,"x":4,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"15634":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"15635":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"15636":{"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15637":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15638":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15639":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15640":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15641":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"15642":{"morph":{"__isSmartRef__":true,"id":15629},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"15643":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15644":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":15645},{"__isSmartRef__":true,"id":15646}],"renderContextTable":{"__isSmartRef__":true,"id":15647},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":15648},"_Extent":{"__isSmartRef__":true,"id":15649},"_Padding":{"__isSmartRef__":true,"id":15650},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":15639},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"15645":{"isAbsolute":true,"x":829.7085000406639,"y":9.565843617262885,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"15646":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"15647":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"15648":{"x":-1,"y":-1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15649":{"x":831,"y":11,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15650":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15651":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"15652":{"morph":{"__isSmartRef__":true,"id":15628},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"15653":{"morph":{"__isSmartRef__":true,"id":15628},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"15654":{"morph":{"__isSmartRef__":true,"id":15628},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":15629},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"15655":{"morphMenuItems":{"__isSmartRef__":true,"id":15656}},"15656":{"varMapping":{"__isSmartRef__":true,"id":15657},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":15662},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15657":{"this":{"__isSmartRef__":true,"id":15628},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15658}},"15658":{"$super":{"__isSmartRef__":true,"id":15659}},"15659":{"varMapping":{"__isSmartRef__":true,"id":15660},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":15661},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15660":{"obj":{"__isSmartRef__":true,"id":15628},"name":"morphMenuItems"},"15661":{},"15662":{},"15663":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15664":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"15665":{"morph":{"__isSmartRef__":true,"id":15584},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"15666":{"x":71.99397894387357,"y":-13.030105280631261,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15667":{"x":788.7426780861911,"y":9.508591852040126,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15668":{"centeredHorizontal":false,"moveHorizontal":true},"15669":{"submorphs":[{"__isSmartRef__":true,"id":15670}],"scripts":[],"id":"013B6618-F6B3-43C4-A55C-670241371DBF","shape":{"__isSmartRef__":true,"id":15686},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":15690},"lighterFill":{"__isSmartRef__":true,"id":15702},"label":{"__isSmartRef__":true,"id":15670},"name":"saveButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":15711},"attributeConnections":[{"__isSmartRef__":true,"id":15712}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":15748},"renderContextTable":{"__isSmartRef__":true,"id":15749},"eventHandler":{"__isSmartRef__":true,"id":15750},"distanceToDragEvent":{"__isSmartRef__":true,"id":15751},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","D686F0CB-027B-4CA9-8B8D-9306389B219D","F51327CB-803E-4234-BFB3-6F5252D1C936","A79280E8-6AE3-4016-AF47-CE78F71924C6","B05829EB-D452-4D81-983B-E2CE425C8260","32B117E5-52D8-4843-B80E-090B9817E099","49AC923E-5272-4E3C-8F02-4F2AED2BC4E9","85AAEA9C-5E12-4DEC-8994-9A5FE655A740","2A7FF9BF-85D3-4962-8EB4-0F7016C672EB","3BB17748-B91B-43F5-84BE-2537402A6382","8BA10BD3-43C5-4A41-B9D9-DCD8C74EA208","8BADA640-EDC1-41B2-BEF3-0F2520EA25DD","CAFB5342-EFD3-483E-AE4A-343D211653EF","C3DC8C6F-A36C-4456-AF34-B0A318C1AAD8","88093937-29BB-43FC-AD82-4A0A4BDC349F","27E1FA12-CE4A-4C1F-891F-EEEF92BD672F","A12311D6-23C1-4711-9271-5B582F89F15B"],"layout":{"__isSmartRef__":true,"id":15752},"_Position":{"__isSmartRef__":true,"id":15753},"owner":{"__isSmartRef__":true,"id":14249},"_ClipMode":"visible","_Rotation":0,"_Scale":0.9880657804942089,"__LivelyClassName__":"lively.morphic.Button"},"15670":{"submorphs":[],"scripts":[],"id":"70BCF88D-CBD0-454A-991F-9BD04E415FA5","shape":{"__isSmartRef__":true,"id":15671},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":15677},"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":15678},"_Padding":{"__isSmartRef__":true,"id":15679},"owner":{"__isSmartRef__":true,"id":15669},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":15680},"textChunks":[{"__isSmartRef__":true,"id":15681}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":15683},"eventHandler":{"__isSmartRef__":true,"id":15684},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","9AECBFB8-25A5-483F-86AD-D7CF9ABC9A25","918C6CC4-3540-4341-BAFD-B195F7807FEE","5AABB138-5EE8-40A5-AB3C-5A9625D0A353","4529D79B-4CC5-467E-91F8-661C3A5F49F8","1E5E570C-FD42-45E3-A7F6-768BB14ACD14","A13FB4E0-72F2-4E7C-A861-EDCBA1393860","B8E4C964-4FFF-4A9F-B0A9-612546B1DC8C","002A2173-D26D-4EED-8906-A489C1E158C0","63362D04-B829-41E6-9E68-5B8DB03D382F","996B60A4-8698-448F-A35F-79C768B4976B","F0727398-A1F0-47F5-92CF-BB9677FA05FA","38707063-D664-49A0-B2FB-F0666EC532D5","0402FB51-915F-4491-8FA1-553F0D8F7F35","5A35285D-C6A5-4830-97D9-0890A3F33F39","53121F0B-7DA5-4622-AC08-DD4805D53374","6C84E15D-112D-4C04-87C1-937691E296A7"],"_MinTextWidth":97,"_MinTextHeight":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":15685},"__LivelyClassName__":"lively.morphic.Text"},"15671":{"position":{"__isSmartRef__":true,"id":15672},"_Extent":{"__isSmartRef__":true,"id":15673},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":15674},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":15675},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":15676},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"15672":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15673":{"x":101,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"15674":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15675":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"15676":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15677":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15678":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15679":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15680":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15681":{"style":{"__isSmartRef__":true,"id":15682},"chunkOwner":{"__isSmartRef__":true,"id":15670},"storedString":"save","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"15682":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"15683":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"15684":{"morph":{"__isSmartRef__":true,"id":15670},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"15685":{"requiredModules":[],"idOnLoad":"70BCF88D-CBD0-454A-991F-9BD04E415FA5","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"15686":{"position":{"__isSmartRef__":true,"id":15687},"_Extent":{"__isSmartRef__":true,"id":15688},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":15689},"_Fill":{"__isSmartRef__":true,"id":15690},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":15700},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":15701},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"15687":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15688":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15689":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15690":{"stops":[{"__isSmartRef__":true,"id":15691},{"__isSmartRef__":true,"id":15693},{"__isSmartRef__":true,"id":15695},{"__isSmartRef__":true,"id":15697}],"vector":{"__isSmartRef__":true,"id":15699},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"15691":{"offset":0,"color":{"__isSmartRef__":true,"id":15692}},"15692":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15693":{"offset":0.4,"color":{"__isSmartRef__":true,"id":15694}},"15694":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15695":{"offset":0.6,"color":{"__isSmartRef__":true,"id":15696}},"15696":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15697":{"offset":1,"color":{"__isSmartRef__":true,"id":15698}},"15698":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15699":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15700":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"15701":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15702":{"stops":[{"__isSmartRef__":true,"id":15703},{"__isSmartRef__":true,"id":15705},{"__isSmartRef__":true,"id":15707},{"__isSmartRef__":true,"id":15709}],"vector":{"__isSmartRef__":true,"id":15699},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"15703":{"offset":0,"color":{"__isSmartRef__":true,"id":15704}},"15704":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15705":{"offset":0.4,"color":{"__isSmartRef__":true,"id":15706}},"15706":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15707":{"offset":0.6,"color":{"__isSmartRef__":true,"id":15708}},"15708":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15709":{"offset":1,"color":{"__isSmartRef__":true,"id":15710}},"15710":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15711":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"013B6618-F6B3-43C4-A55C-670241371DBF","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"15712":{"sourceObj":{"__isSmartRef__":true,"id":15669},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14745},"targetMethodName":"doSave","visualConnector":{"__isSmartRef__":true,"id":15713},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"15713":{"submorphs":[{"__isSmartRef__":true,"id":15714}],"scripts":[],"shape":{"__isSmartRef__":true,"id":15729},"derivationIds":[null],"id":"F46012D5-C8BE-4E52-BF98-D052FDAAE17A","renderContextTable":{"__isSmartRef__":true,"id":15736},"eventHandler":{"__isSmartRef__":true,"id":15737},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":15738},{"__isSmartRef__":true,"id":15739}],"con":{"__isSmartRef__":true,"id":15712},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15740},"__LivelyClassName__":"lively.morphic.Path"},"15714":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":15715},"derivationIds":[null],"id":"A2A83C78-09B8-473C-829B-198206D7A9E4","renderContextTable":{"__isSmartRef__":true,"id":15726},"eventHandler":{"__isSmartRef__":true,"id":15727},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":15728},"owner":{"__isSmartRef__":true,"id":15713},"_Rotation":3.077607197692381,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"15715":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":15716},{"__isSmartRef__":true,"id":15717},{"__isSmartRef__":true,"id":15718},{"__isSmartRef__":true,"id":15719}],"renderContextTable":{"__isSmartRef__":true,"id":15720},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":15721},"_Extent":{"__isSmartRef__":true,"id":15722},"_Padding":{"__isSmartRef__":true,"id":15723},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":15724},"_Fill":{"__isSmartRef__":true,"id":15725},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"15716":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"15717":{"isAbsolute":true,"x":-12,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"15718":{"isAbsolute":true,"x":4,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"15719":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"15720":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"15721":{"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15722":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15723":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15724":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15725":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15726":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"15727":{"morph":{"__isSmartRef__":true,"id":15714},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"15728":{"x":201.20421122525056,"y":40.24084224505009,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15729":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":15730},{"__isSmartRef__":true,"id":15731}],"renderContextTable":{"__isSmartRef__":true,"id":15732},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":15733},"_Extent":{"__isSmartRef__":true,"id":15734},"_Padding":{"__isSmartRef__":true,"id":15735},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":15724},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"15730":{"isAbsolute":true,"x":679.4857209639925,"y":9.595948897894004,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"15731":{"isAbsolute":true,"x":201.20421122525056,"y":40.24084224505009,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"15732":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"15733":{"x":200,"y":9,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15734":{"x":480,"y":32,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15735":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15736":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"15737":{"morph":{"__isSmartRef__":true,"id":15713},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"15738":{"morph":{"__isSmartRef__":true,"id":15713},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"15739":{"morph":{"__isSmartRef__":true,"id":15713},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":15714},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"15740":{"morphMenuItems":{"__isSmartRef__":true,"id":15741}},"15741":{"varMapping":{"__isSmartRef__":true,"id":15742},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":15747},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15742":{"this":{"__isSmartRef__":true,"id":15713},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15743}},"15743":{"$super":{"__isSmartRef__":true,"id":15744}},"15744":{"varMapping":{"__isSmartRef__":true,"id":15745},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":15746},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15745":{"obj":{"__isSmartRef__":true,"id":15713},"name":"morphMenuItems"},"15746":{},"15747":{},"15748":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15749":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"15750":{"morph":{"__isSmartRef__":true,"id":15669},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"15751":{"x":68.77671624028653,"y":-14.497241813457947,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15752":{"centeredHorizontal":false,"moveHorizontal":true},"15753":{"x":675.4189853444968,"y":9.53851695196505,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15754":{"submorphs":[{"__isSmartRef__":true,"id":15755}],"scripts":[],"id":"25619A05-4C29-4C7B-81F6-B4C795E24FD4","shape":{"__isSmartRef__":true,"id":15771},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":15787},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":15775},"lighterFill":{"__isSmartRef__":true,"id":15788},"label":{"__isSmartRef__":true,"id":15755},"name":"openTestsButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":15797},"attributeConnections":[{"__isSmartRef__":true,"id":15798}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":15799},"renderContextTable":{"__isSmartRef__":true,"id":15800},"eventHandler":{"__isSmartRef__":true,"id":15801},"distanceToDragEvent":{"__isSmartRef__":true,"id":15802},"derivationIds":[7251,"84054D2E-8176-440D-B413-279956A34FC2","79434046-F834-490E-B705-0CE871D9E8B3","FF38CA79-C0DF-4F2F-8FC3-407571EF6A54","B1D50332-9F4F-4F7C-AC3F-95DC6C73EAA4","5B8D7C39-987A-4849-BFFD-3F316CE03852","F7C30F5C-7270-44B1-ADFF-7473F2012DB0","5142302E-3E9A-476B-AB24-B2448DA6D3E4","FEA3C508-593D-4BC7-B645-8B5630CF2EDE","34DBC442-E1DE-42D7-8C63-BA9A1890C994","4F9067A3-5A5C-4637-A76F-7E590CEE2BDA","ADF74818-537A-4669-A455-9509BA7BD7E5","AFCD7FA7-5429-4B1A-B8B8-AB03C18ABA08","604C352D-0347-4329-A299-EAA3FF90B543","46C5ED11-DE03-428F-A758-5308B3D323B5","7C978B2A-9109-42E1-95C5-A59CC74BD31B"],"owner":{"__isSmartRef__":true,"id":14249},"_ClipMode":"visible","_Rotation":0,"_Scale":0.9940149800149939,"__LivelyClassName__":"lively.morphic.Button"},"15755":{"submorphs":[],"scripts":[],"id":"945D1246-996A-4A58-9D85-57200CB3A8EC","shape":{"__isSmartRef__":true,"id":15756},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":15762},"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":15763},"_Padding":{"__isSmartRef__":true,"id":15764},"owner":{"__isSmartRef__":true,"id":15754},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":15765},"textChunks":[{"__isSmartRef__":true,"id":15766}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":15768},"eventHandler":{"__isSmartRef__":true,"id":15769},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2","CB475566-05CE-43E2-B04D-EE32BC4CB718","6BB077CE-92E6-47BE-BE88-9A48488562D1","9E359973-2FDB-417B-BB06-AB34D52BD310","58F098ED-A190-44F2-B73E-80802B2CF2F6","AEA84B35-B349-4307-92C6-8F229705DFC2","A677CADF-24FF-4177-9A3A-FE9AAE7D60FE","0F875AD9-E54C-4735-9BA9-7B89574233A1","840EBE92-3BC2-42EC-819E-3CD002576490","78C4969D-2C33-4B17-9027-89B411B9F496","C9A3D112-C2BC-43A3-A3CA-A68F41A0E4CF","78CF2F1A-6697-4D03-AB2B-CAF862B4EDD6","8B416918-CA4B-46D1-8A3C-40F8A754E44D","01510710-A85B-4054-B0ED-7F2F02434806","8ABD23FB-E90C-4EEB-BF53-DF3C6ACF2BD4"],"_MinTextWidth":97,"_MinTextHeight":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":15770},"__LivelyClassName__":"lively.morphic.Text"},"15756":{"position":{"__isSmartRef__":true,"id":15757},"_Extent":{"__isSmartRef__":true,"id":15758},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":15759},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":15760},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":15761},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"15757":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15758":{"x":101,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"15759":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15760":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"15761":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15762":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15763":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15764":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15765":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15766":{"style":{"__isSmartRef__":true,"id":15767},"chunkOwner":{"__isSmartRef__":true,"id":15755},"storedString":"Tests","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"15767":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"15768":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"15769":{"morph":{"__isSmartRef__":true,"id":15755},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"15770":{"requiredModules":[],"idOnLoad":"945D1246-996A-4A58-9D85-57200CB3A8EC","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"15771":{"position":{"__isSmartRef__":true,"id":15772},"_Extent":{"__isSmartRef__":true,"id":15773},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":15774},"_Fill":{"__isSmartRef__":true,"id":15775},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":15785},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":15786},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"15772":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15773":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15774":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15775":{"stops":[{"__isSmartRef__":true,"id":15776},{"__isSmartRef__":true,"id":15778},{"__isSmartRef__":true,"id":15780},{"__isSmartRef__":true,"id":15782}],"vector":{"__isSmartRef__":true,"id":15784},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"15776":{"offset":0,"color":{"__isSmartRef__":true,"id":15777}},"15777":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15778":{"offset":0.4,"color":{"__isSmartRef__":true,"id":15779}},"15779":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15780":{"offset":0.6,"color":{"__isSmartRef__":true,"id":15781}},"15781":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15782":{"offset":1,"color":{"__isSmartRef__":true,"id":15783}},"15783":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15784":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15785":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"15786":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15787":{"x":569.4738443086164,"y":9,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15788":{"stops":[{"__isSmartRef__":true,"id":15789},{"__isSmartRef__":true,"id":15791},{"__isSmartRef__":true,"id":15793},{"__isSmartRef__":true,"id":15795}],"vector":{"__isSmartRef__":true,"id":15784},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"15789":{"offset":0,"color":{"__isSmartRef__":true,"id":15790}},"15790":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15791":{"offset":0.4,"color":{"__isSmartRef__":true,"id":15792}},"15792":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15793":{"offset":0.6,"color":{"__isSmartRef__":true,"id":15794}},"15794":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15795":{"offset":1,"color":{"__isSmartRef__":true,"id":15796}},"15796":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15797":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"25619A05-4C29-4C7B-81F6-B4C795E24FD4","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"15798":{"sourceObj":{"__isSmartRef__":true,"id":15754},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14249},"targetMethodName":"openPartTestRunner","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"15799":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15800":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"15801":{"morph":{"__isSmartRef__":true,"id":15754},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"15802":{"x":72.12712954861536,"y":-12.46465727058387,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15803":{"submorphs":[{"__isSmartRef__":true,"id":15804},{"__isSmartRef__":true,"id":15823}],"scripts":[],"id":"01033871-8F52-4E01-9B4F-1F1A742FBB27","shape":{"__isSmartRef__":true,"id":15835},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":15851},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":15839},"lighterFill":{"__isSmartRef__":true,"id":15852},"label":{"__isSmartRef__":true,"id":15804},"name":"MagnifierButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":15861},"attributeConnections":[{"__isSmartRef__":true,"id":15864}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":15865},"renderContextTable":{"__isSmartRef__":true,"id":15866},"eventHandler":{"__isSmartRef__":true,"id":15867},"derivationIds":[2588,"22797D34-67DE-4A06-81F0-4DF0A87ADBBC","81CB4C12-BCF0-4097-8B6D-D9419046367A","0767A57D-9BB2-48C6-9654-753D2B9D00A6","42871246-6725-4E41-A2C1-5A5BCF041097","BCE6E775-B5DF-4D6B-9F06-CDC02C1B1D0F","797EC165-A639-42D9-A059-669F6BEB92A7","FA498EFD-E50E-4CE0-9FA8-9AE2E8AE9580","4B68C371-CB37-45B4-910A-611E5FFC23DD","94E374B9-7ED4-4E39-96F1-6FD4E7AC3428","34D63515-7CC7-43FB-B7BB-87AFCA377D63"],"_ClipMode":"visible","owner":{"__isSmartRef__":true,"id":14249},"distanceToDragEvent":{"__isSmartRef__":true,"id":15868},"_Rotation":0,"_Scale":0.9920279440699439,"highlightRectangle":{"__isSmartRef__":true,"id":15869},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15955},"__LivelyClassName__":"lively.morphic.Button"},"15804":{"submorphs":[],"scripts":[],"id":"9DD30D48-C4CB-4125-84E5-5501201388DF","shape":{"__isSmartRef__":true,"id":15805},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":15811},"_MaxTextWidth":24,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":15812},"_Padding":{"__isSmartRef__":true,"id":15813},"owner":{"__isSmartRef__":true,"id":15803},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":15814},"textChunks":[{"__isSmartRef__":true,"id":15815},{"__isSmartRef__":true,"id":15817}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":15819},"eventHandler":{"__isSmartRef__":true,"id":15820},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[2589,"024C5ADE-C4CF-4E8E-BEC5-F93AD4839702","A2CC4D56-B9D8-4A48-B6FF-DDDD85ACDC2E","5AC5C4DE-00B0-43DB-B7F1-765674CE818B","750A11C6-766E-4B48-AE32-D71DE811EB4A","66A7B56E-A94E-44AE-8AED-C0C1B07554D4","CA8596D3-2D4F-453B-BE1B-DCEC8F85389B","4D7DC32F-79CB-4AF8-8B21-AB4F1809D4A8","439DE430-7651-470E-97D8-00E7F96B04DA","DAC920E6-217B-4515-AC09-2F9DCBA7375C","BD48C003-0502-451D-B6AA-7369FF3D1030"],"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":24,"_MinTextHeight":null,"_FontSize":10,"_TextColor":{"__isSmartRef__":true,"id":15821},"partsBinMetaInfo":{"__isSmartRef__":true,"id":15822},"__LivelyClassName__":"lively.morphic.Text"},"15805":{"position":{"__isSmartRef__":true,"id":15806},"_Extent":{"__isSmartRef__":true,"id":15807},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":15808},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":15809},"_Padding":{"__isSmartRef__":true,"id":15810},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"15806":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15807":{"x":24,"y":24,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"15808":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15809":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"15810":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15811":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15812":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15813":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15814":{"x":24,"y":24,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15815":{"style":{"__isSmartRef__":true,"id":15816},"chunkOwner":{"__isSmartRef__":true,"id":15804},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"15816":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"15817":{"style":{"__isSmartRef__":true,"id":15818},"chunkOwner":{"__isSmartRef__":true,"id":15804},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"15818":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"15819":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"15820":{"morph":{"__isSmartRef__":true,"id":15804},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"15821":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15822":{"requiredModules":[],"idOnLoad":"9DD30D48-C4CB-4125-84E5-5501201388DF","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"15823":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":15824},"derivationIds":[null,"29E543E0-AE93-493A-A694-FC1C330D0544","F0366E4C-E97F-4C77-BEE4-340A0668ADD5","347F6028-5092-4F54-9A34-3EFF3FF0B815","BF7387E7-BCD7-4A5B-B9D2-C14ECF59EFCA","85BA370B-966E-41F7-8C2F-F3A926EC2AA2","1652172B-339A-43A1-9589-70E68B35A28E","705524F7-129B-4102-834E-2A1A45985BB5","5707DF70-CD77-4D53-96ED-5A0AEB227FB7","257E62CE-C668-4317-B5B7-8D394BDC3F6C"],"id":"9E6F65D8-4FA0-41DC-9BCA-FFC687543BD1","renderContextTable":{"__isSmartRef__":true,"id":15829},"eventHandler":{"__isSmartRef__":true,"id":15830},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":15831},"owner":{"__isSmartRef__":true,"id":15803},"name":"leftpointing_magnifying_glass.png","priorExtent":{"__isSmartRef__":true,"id":15832},"isBeingDragged":false,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":15833},"eventsAreDisabled":true,"_HandStyle":"default","_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.Widgets","_Rotation":0,"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":15834},"__LivelyClassName__":"lively.morphic.Image"},"15824":{"_Position":{"__isSmartRef__":true,"id":15825},"renderContextTable":{"__isSmartRef__":true,"id":15826},"_Extent":{"__isSmartRef__":true,"id":15827},"_ImageURL":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAABAAAAAQBPJcTWAAAALnRFWHRUaXRsZQBMRUZULVBPSU5USU5HIE1BR05JRllJTkcgR0xBU1MgKFUrMUY1MEQpw88haQAAABV0RVh0QXV0aG9yAEFuZHJldyBNYXJjdXNl5zc3gwAAAC90RVh0U29mdHdhcmUAaW5mby5maWxlZm9ybWF0LmRhdGEuVW5pY29kZVBuZ1NlcnZsZXRoAX8wAAAAQ3RFWHREZXNjcmlwdGlvbgBodHRwOi8vd3d3LmZpbGVmb3JtYXQuaW5mby9pbmZvL3VuaWNvZGUvMWY1MGQvaW5kZXguaHRtk2hNQgAAADt0RVh0Q29weXJpZ2h0AGh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LW5jLXNhLzIuMC9siJKDAAAIDklEQVR42u1daWxVRRQeCi0tIqCAQCTIUtEIGlk0ilqEkEbiQhSKGAyCooIIggsiQuMWZNGwVMUFNIhKZBMobZClgK1FwAU3wIpSREDcUFZFEM/JOzf3vPHet9ze1/eYe77k+zNzl5nz3ZlzZntPKYFAcHojDXimmKH6cQbwZuBM4HLgx8A9wBPAU8BjwJ3ADcDFwMnArsCaYjr/0BB4DwlwjAwfL38DzgX2AdYWk3pDJnAM8E/NuN8BpwEHAq8DXgpsCswANgN2APak/BeBu7T7sQX1A9YQE8fuDwYAf2BG/JrEaefxmSjaeOAO9syNwBwxd2Q0o/7fMhr6h8Fx+oBIX346cATwF/aON6Qbc0ZH4G4y0lHgOGAdD8/Be/KAs4AFwKsdrqkHnAA8Tu8rAzYWCWz0Bh5hraKTT11fL+AH1FXlA8/SrsEu61fmW9qLFEqNAv5LRsEw9twEvKMzcAvwJ3LoHG2AW+n9B4HdgixGHhNjiccuKlbUp9aC7yoGnqflraa8A8C2QRTjMvIVaITyKI61BjnkqiILWEjvPAwcxvLqAj+nvAqH7s1oNAfupcpjeNskhnvQOQ/xYfxQCziHRVl3sjxsNfspvYSuNR4Ywn5ClT5CA7lYkUPRU0YVy4CivkVlOE7TKxa6AP+ivKlBEORe9nUO8XD/QhWay6oqmlK3dYoirTYs70FK/wd4ocli1KVIByu7XXmb9BsOPEmj76riSfZxbAM2oPQMmqLB9GUmC/I0M8AtHp9xCd3/rM8fCHISy+vH0ruaOi3Coyqv6ETPKPSpXEOZ4X9XoSl+y89sovTNJgoyklW8rw8+aKFP5apFo3SrbMNcWsnFpgmylkU19R3yY4mc0mk0j88Z62PZ5jHDV7DQugE5dkx/3CQxzlb2qt6aCF1HtJH6BHoGju4v97F8+Sp8zeRGlldCaZtMEmQAq+zICL5hpUvrwfXy19gzZvhcvj6aILNZ3ij2ETQzRZA3WWU7RrgOfQsu05YCnyLxcFS9h91fTlMgfqKdJsg6lteBpQ8wRZASVqmmUa7txvwEJ/qe8SoxGxYymK+wpnMsNGHpxviRbVShkzEatAb5iEHUSrqzQVuiUMkMf5IFGWnM/71giiAHqEL7U7iMf2gtkk/B7/M51E4qMlklvzwNymgxl+VvobQPTRCkMavkDpaelkJlbOkgyDUsv0LZu19Oe/A++BBLvyIB0ZJX9HIQhHdZBymt1BQfso9V1Jorag28PUXKN8tBkHqUV4elLTJFkM9YpVqzllOcAmXDiG6vJsZhlt+Kpc80RZBiF2eJK4fZSS5bd4fWUcTyc1n6Y6YIMpVVii+LTgFOTHLZNjoIMpTlT2fpXUwRpIcKn021gHuwcDN0ss525Cnn3fIt2DXfK3vPljGbHtK1gdcFmkNdkYTK4gz0Tgcxytg1fI6rUBkGvubA54Ta0lTFK9VYFhS/xKV18PEHX3MfYpogfPUND9DwuamFlP5oNZXlZRcxlmsDWutsCl/aNQYZWhfBnTlOceNsLq459E1wyyhwEeNvFb7ZusClrEbhNlbJoyp8Y3UejehxPWS08v/MBrbIlcr92BvfwZit7KMKOC3f3FRBcBC2mRlBnz0dpOzN17gvqrdP7+2p7PkoJz7Hrq2pCfeqMhzXasbI1/KHa/m4Y93reRFcU1mrIh8IXaLCJzpnsLyfKRozHrNZpbFF9NHyx2pGw2tWAZ8H3gW8UjmvvWdSlIQb3raq6Kdzp6vwBbOhWn5/FRCggy9lFcdN1521ax5Q0Y9B41o7nkn8Rv1/gSkS0T/crb0vV4Uv465UAUNjLerCkfAN2jUXKef19apwnYP4AynK4tfNU6m1ZlMtaK/stQZrLXu0Q6g6OIpTjoVfAK/Xnp1GDp1fhy0th1rwHLqmEbXYHkEQJYcGitwouG2onoPx0Ne8q+yDmtGIs8lPUFCgH/Q5R4XPQlt8nfKzKB9/ouNHLT/ddFEw7t+uGQbPko90GY+gOHgcoRc5+YeBj1DY3JPyGrq8qy6JdMhBDAyz8azhZLq2JRuP4HE3a6f8KhNH7k4Dt9UORqoE3qGqfiAUo7L7lX1kjfMd4H0UHGTTFMpLzH8VUAS3iN2znsQ1GugvprCvkvMYdSFouBYxPu98FdoKusblmZXUoiz0J1FuYgPUfCrXAof7S4MgimXIRVH8wwHq5vBLna9Cs8ULyEgVWrCg8zAJ79TtjGDXjSMx5kd4Fk7XB+a3uq5Sob1QfoW86JzxR2zcjjyj3/mKTafUpCAi2nPLVcB+QA379YdoGuWEBxEwars1hujIOpZQQS1jWhzvKXeIDAOBRhT+YgQ2kcYK71NLwgOauAKJ50jwpFW8J2jHKHvLKwYBuENmVxyibAiqKIlCOkVY1g8HZHkQ5SOXeTaBR9RW9vT7agp34xVlo4jiL7KoG0TjriCR4hVlk0r8EYrAtZQiZa+14wx1qzhF2Syi+C+K5VOWko8RUVJIlPc8irIhKCP6ZItSqeJbh8kSU/qHDCbKMuZT4hFlrpgxcaIUUcuJR5TdYsLEiFLIQuLMOESZJOZLnCjLyMhrabqkZRRR1qsArDQmW5SlZOxPVWhJ2E2UNRJlVQ/wi19CRv9WhXbJoCh8zb+IujVBNYqymIyPP55ZxsQoVvK78kkBrp28rXVThSJGcoE7YZ5RoTMlc8SBpw7kj2IEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgSAZ+A+0ucC4BysctgAAAABJRU5ErkJggg==","_Padding":{"__isSmartRef__":true,"id":15828},"_NodeClass":["image"],"_NodeId":"29E543E0-AE93-493A-A694-FC1C330D0544","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLoaded":true,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Image"},"15825":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15826":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","setImageURL":"setImageURLHTML","getNativeExtent":"getNativeExtentHTML"},"15827":{"x":29,"y":29,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15828":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15829":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"15830":{"morph":{"__isSmartRef__":true,"id":15823},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"15831":{"x":-3.024108360992159,"y":0.008036120330757512,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15832":{"x":28,"y":29,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15833":{"x":39.935711037353485,"y":-9.032144481323257,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15834":{"partName":"leftpointing_magnifying_glass.png","requiredModules":[],"idOnLoad":"9E6F65D8-4FA0-41DC-9BCA-FFC687543BD1","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"15835":{"position":{"__isSmartRef__":true,"id":15836},"_Extent":{"__isSmartRef__":true,"id":15837},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":15838},"_Fill":{"__isSmartRef__":true,"id":15839},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":15849},"_Padding":{"__isSmartRef__":true,"id":15850},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"15836":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15837":{"x":24,"y":24,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15838":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15839":{"stops":[{"__isSmartRef__":true,"id":15840},{"__isSmartRef__":true,"id":15842},{"__isSmartRef__":true,"id":15844},{"__isSmartRef__":true,"id":15846}],"vector":{"__isSmartRef__":true,"id":15848},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"15840":{"offset":0,"color":{"__isSmartRef__":true,"id":15841}},"15841":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15842":{"offset":0.4,"color":{"__isSmartRef__":true,"id":15843}},"15843":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15844":{"offset":0.6,"color":{"__isSmartRef__":true,"id":15845}},"15845":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15846":{"offset":1,"color":{"__isSmartRef__":true,"id":15847}},"15847":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15848":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15849":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"15850":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15851":{"x":464.5087747493862,"y":8.483242611655214,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15852":{"stops":[{"__isSmartRef__":true,"id":15853},{"__isSmartRef__":true,"id":15855},{"__isSmartRef__":true,"id":15857},{"__isSmartRef__":true,"id":15859}],"vector":{"__isSmartRef__":true,"id":15848},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"15853":{"offset":0,"color":{"__isSmartRef__":true,"id":15854}},"15854":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15855":{"offset":0.4,"color":{"__isSmartRef__":true,"id":15856}},"15856":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15857":{"offset":0.6,"color":{"__isSmartRef__":true,"id":15858}},"15858":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15859":{"offset":1,"color":{"__isSmartRef__":true,"id":15860}},"15860":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15861":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"ScriptableButton","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":15862}],"revisionOnLoad":154251,"idOnLoad":"01033871-8F52-4E01-9B4F-1F1A742FBB27","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"15862":{"date":{"__isSmartRef__":true,"id":15863},"author":"robertkrahn","message":"no comment","id":"0366C0A2-0C8E-4AEB-AAC3-120434134545"},"15863":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:10:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"15864":{"sourceObj":{"__isSmartRef__":true,"id":15803},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":15803},"targetMethodName":"onFire","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"15865":{"x":24.405327095521386,"y":24.0321444813232,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15866":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"15867":{"morph":{"__isSmartRef__":true,"id":15803},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"15868":{"x":37.935711037353656,"y":-7.943747157684584,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15869":{"submorphs":[],"scripts":[],"id":"364FF344-E489-461B-BC8C-ED45E4823ED4","shape":{"__isSmartRef__":true,"id":15870},"__layered_droppingEnabled__":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":15877},"showsHalos":false,"name":"HighlightRectangle","partsBinMetaInfo":{"__isSmartRef__":true,"id":15878},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":15919},"eventHandler":{"__isSmartRef__":true,"id":15920},"attributeConnections":[{"__isSmartRef__":true,"id":15921},{"__isSmartRef__":true,"id":15922},{"__isSmartRef__":true,"id":15923}],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[127,"F0291F62-F100-480C-AEBF-0230398F7983","AE8B5ED7-E305-45BC-BE4A-1C28A49EE12B","39BA345C-17FA-45A0-BAC2-F0CF5654ACF8","FE91EA31-D8AE-461B-8A49-95DA5FBAE5B4","F38439A3-2F4E-4AC2-BF73-2633C00B1393","6748F5B5-2284-4748-A6EE-F1A261CBAD0B","6FECB598-D130-4242-BF1B-E18767608129","0B23F218-078F-4912-A262-31B957885F41","C56BA290-B836-4946-B4EF-DBB6FBA2368C","61176BAF-CFE6-4F2C-9F0A-971AAD6595A1","CB4127B2-0AA5-4B50-9978-F1FF39924A82","113050BB-CF0E-4193-91C6-9C25FC857EE8","EFF939E4-317B-4662-943F-77A6E6F65BD0","AA288E7F-3972-4F0D-87DD-61E4BD9C9C97","903E8C60-1158-42D5-85D2-DF134DA6CEC1","28FD6210-A549-4A11-9178-04E77FF556C0","B3312E29-D786-469F-865E-91FD69475A52","D947A1C1-DCBE-4485-A33D-DF549F6978E0","56CE0E60-45BE-43FF-9C6C-296D8AC326B6","CC61E3F8-8C8D-4F24-A591-023D3C88DEC8"],"partTests":{"__isSmartRef__":true,"id":15928},"_ClipMode":"visible","moved":true,"isBeingDragged":false,"priorExtent":{"__isSmartRef__":true,"id":15872},"prevScroll":[0,0],"#startLetters":"","eventsAreDisabled":false,"_HandStyle":"default","_PointerEvents":"auto","distanceToDragEvent":{"__isSmartRef__":true,"id":15933},"_Rotation":0,"_Scale":1.0060210561262526,"owner":null,"magnifierButton":{"__isSmartRef__":true,"id":15803},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15934},"__LivelyClassName__":"lively.morphic.Box"},"15870":{"position":{"__isSmartRef__":true,"id":15871},"_Extent":{"__isSmartRef__":true,"id":15872},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":15873},"_Fill":{"__isSmartRef__":true,"id":15874},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":15875},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":15876},"_BorderRadius":0,"_Opacity":0.2597,"_BorderStyle":"hidden","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"15871":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15872":{"x":691.0285365288845,"y":475.61253261443596,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15873":{"r":0.8,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15874":{"r":0.227,"g":0,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"15875":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML"},"15876":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"15877":{"x":305.41698041467214,"y":406.2845608379535,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15878":{"partsSpaceName":"PartsBin/Tools","__SourceModuleName__":"Global.lively.PartsBin","comment":"A rectangle which highlights the object under the first hand of the world","migrationLevel":4,"partName":"HighlightRectangle","changes":[{"__isSmartRef__":true,"id":15879},{"__isSmartRef__":true,"id":15881},{"__isSmartRef__":true,"id":15883},{"__isSmartRef__":true,"id":15885},{"__isSmartRef__":true,"id":15887},{"__isSmartRef__":true,"id":15889},{"__isSmartRef__":true,"id":15891},{"__isSmartRef__":true,"id":15893},{"__isSmartRef__":true,"id":15895},{"__isSmartRef__":true,"id":15897},{"__isSmartRef__":true,"id":15899},{"__isSmartRef__":true,"id":15901},{"__isSmartRef__":true,"id":15903},{"__isSmartRef__":true,"id":15905},{"__isSmartRef__":true,"id":15907},{"__isSmartRef__":true,"id":15909},{"__isSmartRef__":true,"id":15911},{"__isSmartRef__":true,"id":15913},{"__isSmartRef__":true,"id":15915},{"__isSmartRef__":true,"id":15917}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"15879":{"date":{"__isSmartRef__":true,"id":15880},"author":"timfelgentreff","message":"no comment","id":"3DB7DB40-210A-4BED-91FD-9287005703EC"},"15880":{"isSerializedDate":true,"string":"Thu May 24 2012 17:04:54 GMT+0200 (Mitteleuropäische Sommerzeit)"},"15881":{"date":{"__isSmartRef__":true,"id":15882},"author":"tessi","message":"no comment","id":"23D7AA12-66A9-4C3B-B494-131256C291AC"},"15882":{"isSerializedDate":true,"string":"Thu May 24 2012 16:57:13 GMT+0200 (Mitteleuropäische Sommerzeit)"},"15883":{"date":{"__isSmartRef__":true,"id":15884},"author":"tessi","message":"no comment","id":"2C30B7CA-388F-4F51-B4CF-A2E50E381148"},"15884":{"isSerializedDate":true,"string":"Thu May 24 2012 16:23:11 GMT+0200 (Mitteleuropäische Sommerzeit)"},"15885":{"date":{"__isSmartRef__":true,"id":15886},"author":"tessi","message":"diable events","id":"7C1F71A3-FDAC-470A-B9A9-E1F2C9FEF18E"},"15886":{"isSerializedDate":true,"string":"Thu May 24 2012 14:46:08 GMT+0200 (Mitteleuropäische Sommerzeit)"},"15887":{"date":{"__isSmartRef__":true,"id":15888},"author":"tessi","message":"no comment","id":"01996A33-11BC-4C15-96D7-B7D219E2E961"},"15888":{"isSerializedDate":true,"string":"Thu May 24 2012 14:39:50 GMT+0200 (Mitteleuropäische Sommerzeit)"},"15889":{"date":{"__isSmartRef__":true,"id":15890},"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23"},"15890":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"15891":{"date":{"__isSmartRef__":true,"id":15892},"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC"},"15892":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"15893":{"date":{"__isSmartRef__":true,"id":15894},"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2"},"15894":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (Mitteleuropäische Zeit)"},"15895":{"date":{"__isSmartRef__":true,"id":15896},"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B"},"15896":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (Mitteleuropäische Zeit)"},"15897":{"date":{"__isSmartRef__":true,"id":15898},"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7"},"15898":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (Mitteleuropäische Zeit)"},"15899":{"date":{"__isSmartRef__":true,"id":15900},"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350"},"15900":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (Mitteleuropäische Sommerzeit)"},"15901":{"date":{"__isSmartRef__":true,"id":15902},"author":"tessi","message":"no comment","id":"4B982A01-25B3-455A-848D-89C2C3C471D7"},"15902":{"isSerializedDate":true,"string":"Thu May 24 2012 13:58:01 GMT+0200 (Mitteleuropäische Sommerzeit)"},"15903":{"date":{"__isSmartRef__":true,"id":15904},"author":"tessi","message":"no comment","id":"2FD6CB7B-3BC7-4666-98B4-AACF1001954D"},"15904":{"isSerializedDate":true,"string":"Thu May 24 2012 14:07:32 GMT+0200 (Mitteleuropäische Sommerzeit)"},"15905":{"date":{"__isSmartRef__":true,"id":15906},"author":"tessi","message":"no comment","id":"09CF5ECF-2C87-4B66-A164-39848628596F"},"15906":{"isSerializedDate":true,"string":"Thu May 24 2012 15:34:59 GMT+0200 (Mitteleuropäische Sommerzeit)"},"15907":{"date":{"__isSmartRef__":true,"id":15908},"author":"tessi","message":"no comment","id":"252A3EB5-DB00-4CF9-BF38-2927DD1C5229"},"15908":{"isSerializedDate":true,"string":"Thu May 24 2012 16:34:29 GMT+0200 (Mitteleuropäische Sommerzeit)"},"15909":{"date":{"__isSmartRef__":true,"id":15910},"author":"tessi","message":"no comment","id":"81534551-62C1-4FC9-96CB-A5AC6642CA1E"},"15910":{"isSerializedDate":true,"string":"Thu May 24 2012 16:45:49 GMT+0200 (Mitteleuropäische Sommerzeit)"},"15911":{"date":{"__isSmartRef__":true,"id":15912},"author":"tessi","message":"no comment","id":"5125DE3A-D50E-4621-8490-F3A9D99C2C4C"},"15912":{"isSerializedDate":true,"string":"Thu May 24 2012 16:47:20 GMT+0200 (Mitteleuropäische Sommerzeit)"},"15913":{"date":{"__isSmartRef__":true,"id":15914},"author":"tessi","message":"no comment","id":"C81A2FBF-CB0B-4A0B-9D63-F9AEDFCB5DA6"},"15914":{"isSerializedDate":true,"string":"Thu May 24 2012 16:51:06 GMT+0200 (Mitteleuropäische Sommerzeit)"},"15915":{"date":{"__isSmartRef__":true,"id":15916},"author":"tessi","message":"no comment","id":"DC8EF5EC-7563-45B6-816D-20E2DC218525"},"15916":{"isSerializedDate":true,"string":"Thu May 24 2012 16:52:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"15917":{"date":{"__isSmartRef__":true,"id":15918},"author":"timfelgentreff","message":"no comment","id":"E7515DFB-DE7D-4E1F-A2C3-85166DCE4942"},"15918":{"isSerializedDate":true,"string":"Thu May 24 2012 16:59:39 GMT+0200 (Mitteleuropäische Sommerzeit)"},"15919":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"15920":{"morph":{"__isSmartRef__":true,"id":15869},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"15921":{"sourceObj":{"__isSmartRef__":true,"id":15869},"sourceAttrName":"onMouseMove","targetObj":{"__isSmartRef__":true,"id":15869},"targetMethodName":"updateOnMove","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"15922":{"sourceObj":{"__isSmartRef__":true,"id":15869},"sourceAttrName":"onMouseUp","targetObj":{"__isSmartRef__":true,"id":15803},"targetMethodName":"removeHighlighting","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"15923":{"sourceObj":{"__isSmartRef__":true,"id":15869},"sourceAttrName":"onMouseUp","targetObj":{"__isSmartRef__":true,"id":14249},"targetMethodName":"setTarget","converterString":"function () {\n return this.sourceObj.coveredMorph()\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":15924},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15925},"__LivelyClassName__":"AttributeConnection"},"15924":{"source":{"__isSmartRef__":true,"id":15869},"target":{"__isSmartRef__":true,"id":14249}},"15925":{"converter":{"__isSmartRef__":true,"id":15926}},"15926":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":15924},"source":"function () {\n return this.sourceObj.coveredMorph()\n }","funcProperties":{"__isSmartRef__":true,"id":15927},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15927":{},"15928":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15929}},"15929":{"test01IsMorph":{"__isSmartRef__":true,"id":15930}},"15930":{"varMapping":{"__isSmartRef__":true,"id":15931},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":15932},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15931":{"this":{"__isSmartRef__":true,"id":15928}},"15932":{},"15933":{"x":43.995993991989735,"y":-14.012018024029999,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15934":{"update":{"__isSmartRef__":true,"id":15935},"coveredMorph":{"__isSmartRef__":true,"id":15939},"updateOnMove":{"__isSmartRef__":true,"id":15943},"bringToFront":{"__isSmartRef__":true,"id":15947}},"15935":{"varMapping":{"__isSmartRef__":true,"id":15936},"source":"function update(morph) {\n if (morph === this.magnifierButton ||\n this.magnifierButton.submorphs.indexOf(morph) >= 0) {\n morph = this.magnifierButton.currentTarget()\n }\n\n if (morph) {\n this.setPosition(morph.getPositionInWorld())\n this.setExtent(morph.getExtent())\n }\n}","funcProperties":{"__isSmartRef__":true,"id":15937},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15936":{"this":{"__isSmartRef__":true,"id":15869}},"15937":{"timestamp":{"__isSmartRef__":true,"id":15938},"user":"lauritz","tags":[]},"15938":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:30:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"15939":{"varMapping":{"__isSmartRef__":true,"id":15940},"source":"function coveredMorph() {\n var that = this\n return $world.morphsContainingPoint($world.firstHand().getPosition()).detect(\n function(ea) {\n return !ea.isPlaceholder &&\n !ea.isHalo &&\n (!ea.owner || !ea.owner.isHalo) &&\n !(ea === that);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":15941},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15940":{"this":{"__isSmartRef__":true,"id":15869}},"15941":{"timestamp":{"__isSmartRef__":true,"id":15942},"user":"lauritz","tags":[]},"15942":{"isSerializedDate":true,"string":"Tue May 29 2012 13:24:20 GMT+0200 (Mitteleuropäische Sommerzeit)"},"15943":{"varMapping":{"__isSmartRef__":true,"id":15944},"source":"function updateOnMove() {\n this.update(this.coveredMorph())\n this.bringToFront();\n}","funcProperties":{"__isSmartRef__":true,"id":15945},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15944":{"this":{"__isSmartRef__":true,"id":15869}},"15945":{"timestamp":{"__isSmartRef__":true,"id":15946},"user":"lauritz","tags":[]},"15946":{"isSerializedDate":true,"string":"Wed Jun 06 2012 17:28:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"15947":{"varMapping":{"__isSmartRef__":true,"id":15948},"source":"function bringToFront() {\n this.renderContext().morphNode.style.zIndex= 1000\n}","funcProperties":{"__isSmartRef__":true,"id":15953},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15948":{"this":{"__isSmartRef__":true,"id":15869},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15949}},"15949":{"$super":{"__isSmartRef__":true,"id":15950}},"15950":{"varMapping":{"__isSmartRef__":true,"id":15951},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world) \n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":15952},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15951":{"obj":{"__isSmartRef__":true,"id":15869},"name":"bringToFront"},"15952":{},"15953":{"timestamp":{"__isSmartRef__":true,"id":15954},"user":"lauritz","tags":[]},"15954":{"isSerializedDate":true,"string":"Wed Jun 06 2012 17:28:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"15955":{"onFire":{"__isSmartRef__":true,"id":15956},"removeHighlighting":{"__isSmartRef__":true,"id":15960},"onMouseMove":{"__isSmartRef__":true,"id":15964},"onMouseOut":{"__isSmartRef__":true,"id":15972},"reset":{"__isSmartRef__":true,"id":15980},"isTracking":{"__isSmartRef__":true,"id":15984},"isHighlighting":{"__isSmartRef__":true,"id":15988},"currentTarget":{"__isSmartRef__":true,"id":15992}},"15956":{"varMapping":{"__isSmartRef__":true,"id":15957},"source":"function onFire() {\n var hand = this.world().firstHand(),\n rect = this.highlightRectangle,\n that = this\n\n if (this.isTracking()) {\n this.removeHighlighting()\n } else {\n this.world().addMorph(rect)\n hand.highlightConnection = connect(hand, \"scrollFocusMorph\", rect, \"update\")\n rect.bringToFront()\n }\n}","funcProperties":{"__isSmartRef__":true,"id":15958},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15957":{"this":{"__isSmartRef__":true,"id":15803}},"15958":{"timestamp":{"__isSmartRef__":true,"id":15959},"user":"lauritz","tags":[]},"15959":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:04:33 GMT+0200 (Mitteleuropäische Sommerzeit)"},"15960":{"varMapping":{"__isSmartRef__":true,"id":15961},"source":"function removeHighlighting() {\n var hand = this.world().firstHand(),\n rect = this.highlightRectangle\n if (rect) {\n rect.remove()\n }\n hand.attributeConnections.removeAt(\n hand.attributeConnections.indexOf(hand.highlightConnection))\n hand.highlightConnection = null\n}","funcProperties":{"__isSmartRef__":true,"id":15962},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15961":{"this":{"__isSmartRef__":true,"id":15803}},"15962":{"timestamp":{"__isSmartRef__":true,"id":15963},"user":"lauritz","tags":[]},"15963":{"isSerializedDate":true,"string":"Wed Jun 06 2012 17:20:20 GMT+0200 (Mitteleuropäische Sommerzeit)"},"15964":{"varMapping":{"__isSmartRef__":true,"id":15965},"source":"function onMouseMove(evt) {\n var rect = this.highlightRectangle\n\n var target = this.currentTarget()\n if (target && !this.isHighlighting()) {\n rect.update(target)\n this.world().addMorph(rect)\n rect.bringToFront()\n this.targetHighlight = rect\n }\n}","funcProperties":{"__isSmartRef__":true,"id":15970},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15965":{"this":{"__isSmartRef__":true,"id":15803},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15966}},"15966":{"$super":{"__isSmartRef__":true,"id":15967}},"15967":{"varMapping":{"__isSmartRef__":true,"id":15968},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world) \n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":15969},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15968":{"obj":{"__isSmartRef__":true,"id":15803},"name":"onMouseMove"},"15969":{},"15970":{"timestamp":{"__isSmartRef__":true,"id":15971},"user":"lauritz","tags":[]},"15971":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:25:44 GMT+0200 (Mitteleuropäische Sommerzeit)"},"15972":{"varMapping":{"__isSmartRef__":true,"id":15973},"source":"function onMouseOut() {\n if (this.isHighlighting()) {\n if (!this.isTracking()) {\n this.targetHighlight.remove()\n }\n delete this.targetHighlight\n }\n}","funcProperties":{"__isSmartRef__":true,"id":15978},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15973":{"this":{"__isSmartRef__":true,"id":15803},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15974}},"15974":{"$super":{"__isSmartRef__":true,"id":15975}},"15975":{"varMapping":{"__isSmartRef__":true,"id":15976},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world) \n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":15977},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15976":{"obj":{"__isSmartRef__":true,"id":15803},"name":"onMouseOut"},"15977":{},"15978":{"timestamp":{"__isSmartRef__":true,"id":15979},"user":"lauritz","tags":[]},"15979":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:05:25 GMT+0200 (Mitteleuropäische Sommerzeit)"},"15980":{"varMapping":{"__isSmartRef__":true,"id":15981},"source":"function reset() {\n var rect = this.highlightRectangle\n rect.attributeConnections = []\n connect(rect, \"onMouseMove\", rect, \"updateOnMove\")\n connect(rect, \"onMouseUp\", this, \"removeHighlighting\")\n connect(rect, \"onMouseUp\", this.owner, \"setTarget\",\n {converter: function () {\n return this.sourceObj.coveredMorph()\n }\n })\n}","funcProperties":{"__isSmartRef__":true,"id":15982},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15981":{"this":{"__isSmartRef__":true,"id":15803}},"15982":{"timestamp":{"__isSmartRef__":true,"id":15983},"user":"lauritz","tags":[]},"15983":{"isSerializedDate":true,"string":"Wed Jun 06 2012 17:23:51 GMT+0200 (Mitteleuropäische Sommerzeit)"},"15984":{"varMapping":{"__isSmartRef__":true,"id":15985},"source":"function isTracking() {\n return !!this.world().firstHand().highlightConnection\n}","funcProperties":{"__isSmartRef__":true,"id":15986},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15985":{"this":{"__isSmartRef__":true,"id":15803}},"15986":{"timestamp":{"__isSmartRef__":true,"id":15987},"user":"lauritz","tags":[]},"15987":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:04:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"15988":{"varMapping":{"__isSmartRef__":true,"id":15989},"source":"function isHighlighting() {\n return !!this.targetHighlight\n}","funcProperties":{"__isSmartRef__":true,"id":15990},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15989":{"this":{"__isSmartRef__":true,"id":15803}},"15990":{"timestamp":{"__isSmartRef__":true,"id":15991},"user":"lauritz","tags":[]},"15991":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:04:53 GMT+0200 (Mitteleuropäische Sommerzeit)"},"15992":{"varMapping":{"__isSmartRef__":true,"id":15993},"source":"function currentTarget() {\n return this.owner.target;\n}","funcProperties":{"__isSmartRef__":true,"id":15994},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"15993":{"this":{"__isSmartRef__":true,"id":15803}},"15994":{"timestamp":{"__isSmartRef__":true,"id":15995},"user":"lauritz","tags":[]},"15995":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:26:02 GMT+0200 (Mitteleuropäische Sommerzeit)"},"15996":{"target":{"__isSmartRef__":true,"id":14249},"selector":"update","args":[],"stopped":true,"tickTime":500,"currentTimeout":82969,"suspended":true,"__LivelyClassName__":"lively.morphic.TargetScript","__SourceModuleName__":"Global.lively.morphic.Core"},"15997":{"position":{"__isSmartRef__":true,"id":15998},"_Extent":{"__isSmartRef__":true,"id":15999},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":16000},"_Fill":{"__isSmartRef__":true,"id":16001},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":16002},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":16003},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"15998":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"15999":{"x":909.0285365288845,"y":526.612532614436,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16000":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16001":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"16002":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"16003":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"16004":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","comment":"Edit scripts and connections of a specific morph.","migrationLevel":4,"partName":"ObjectEditorPane","changes":[{"__isSmartRef__":true,"id":16005}],"idOnLoad":"DF20C68F-ED85-483F-ACE2-BB4CFBB5F4ED","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"16005":{"date":{"__isSmartRef__":true,"id":16006},"author":"lauritz","message":"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items."},"16006":{"isSerializedDate":true,"string":"Fri Oct 21 2011 00:39:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"16007":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"16008":{"morph":{"__isSmartRef__":true,"id":14249},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"16009":{"x":909.0285365288845,"y":526.612532614436,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16010":{"resizeWidth":true,"resizeHeight":true,"adjustForNewBounds":true},"16011":{"x":350.2386236582805,"y":-3.2455173507596555,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16012":{"x":0.971126750461849,"y":21.45669012569269,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16013":{},"16014":{"displayInitialScript":{"__isSmartRef__":true,"id":16015},"displayJavaScriptSource":{"__isSmartRef__":true,"id":16019},"displaySourceForConnection":{"__isSmartRef__":true,"id":16023},"displaySourceForScript":{"__isSmartRef__":true,"id":16027},"generateSourceForConnection":{"__isSmartRef__":true,"id":16031},"generateSourceForScript":{"__isSmartRef__":true,"id":16035},"generateTargetCode":{"__isSmartRef__":true,"id":16039},"newConnection":{"__isSmartRef__":true,"id":16043},"newScript":{"__isSmartRef__":true,"id":16047},"reset":{"__isSmartRef__":true,"id":16051},"selectChangedContent":{"__isSmartRef__":true,"id":16055},"setTarget":{"__isSmartRef__":true,"id":16059},"sortedConnectionNamesOfObj":{"__isSmartRef__":true,"id":16063},"sortedScriptNamesOfObj":{"__isSmartRef__":true,"id":16067},"updateLists":{"__isSmartRef__":true,"id":16071},"onShutdown":{"__isSmartRef__":true,"id":16075},"confirmUnsavedChanges":{"__isSmartRef__":true,"id":16079},"update":{"__isSmartRef__":true,"id":16083},"ensureAnnotationLayer":{"__isSmartRef__":true,"id":16087},"migrateOldScriptAnnotations":{"__isSmartRef__":true,"id":16091},"copyToPartsBinWithUserRequest":{"__isSmartRef__":true,"id":16095},"printTags":{"__isSmartRef__":true,"id":16103},"setTag":{"__isSmartRef__":true,"id":16107},"runScript":{"__isSmartRef__":true,"id":16111},"openPartTestRunner":{"__isSmartRef__":true,"id":16115}},"16015":{"varMapping":{"__isSmartRef__":true,"id":16016},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.preselectItem();\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.preselectItem();\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":16017},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"16016":{"this":{"__isSmartRef__":true,"id":14249}},"16017":{"timestamp":{"__isSmartRef__":true,"id":16018},"user":"lauritz","tags":[]},"16018":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:13:43 GMT+0100 (Mitteleuropäische Zeit)"},"16019":{"varMapping":{"__isSmartRef__":true,"id":16020},"source":"function displayJavaScriptSource(jsCode) {\n if (this.scriptPane.hasChanged()) {\n var that = this;\n var callback = function(confirmed) {\n if (confirmed) that.scriptPane.display(jsCode)\n };\n this.confirmUnsavedChanges(callback);\n } else {\n this.scriptPane.display(jsCode);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":16021},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"16020":{"this":{"__isSmartRef__":true,"id":14249}},"16021":{"timestamp":{"__isSmartRef__":true,"id":16022},"user":"lauritz","tags":[]},"16022":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"16023":{"varMapping":{"__isSmartRef__":true,"id":16024},"source":"function displaySourceForConnection(connection) {\n var code = \"\", that = this;\n if (connection === undefined) return;\n if (connection === null) {\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\"\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForConnection(connection);\n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":16025},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"16024":{"this":{"__isSmartRef__":true,"id":14249}},"16025":{"timestamp":{"__isSmartRef__":true,"id":16026},"user":"conradcalmez","tags":[]},"16026":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:59:30 GMT+0100 (Mitteleuropäische Zeit)"},"16027":{"varMapping":{"__isSmartRef__":true,"id":16028},"source":"function displaySourceForScript(scriptName) {\n var code = \"\",\n that = this;\n if (scriptName === null) {\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForScript(each)).concat(\"\\n\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForScript(scriptName); \n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":16029},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"16028":{"this":{"__isSmartRef__":true,"id":14249}},"16029":{"timestamp":{"__isSmartRef__":true,"id":16030},"user":"lauritz","tags":[]},"16030":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:51:37 GMT+0100 (Mitteleuropäische Zeit)"},"16031":{"varMapping":{"__isSmartRef__":true,"id":16032},"source":"function generateSourceForConnection(connection) {\n var c = connection, targetObject = this.target;\n\tif (!c.getTargetObj() || !c.getTargetObj().name || \n\t\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\n\n\tvar optConfig = []\n\tif (c.converterString)\n\t\toptConfig.push(\"converter: \\n\\t\" + c.converterString)\n\tif (c.updaterString)\n\t\toptConfig.push(\"updater: \\n\\t\" + c.updaterString)\n\treturn Strings.format('connect(%s, \"%s\", %s, \"%s\", {%s});', \n\t\t\tthis.generateTargetCode(targetObject, c.getSourceObj()),\n\t\t\tc.getSourceAttrName(),\n\t\t\tthis.generateTargetCode(targetObject, c.getTargetObj()),\n\t\t\tc.getTargetMethodName(),\n\t\t\toptConfig.join(','));\n\n}","funcProperties":{"__isSmartRef__":true,"id":16033},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"16032":{"this":{"__isSmartRef__":true,"id":14249}},"16033":{"timestamp":{"__isSmartRef__":true,"id":16034},"user":"lauritz","tags":[]},"16034":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"16035":{"varMapping":{"__isSmartRef__":true,"id":16036},"source":"function generateSourceForScript(scriptName) {\n var script = this.target[scriptName],\n annotation = '',\n scriptSource = '',\n tagScript = '';\n\n if (script.timestamp && script.user) \n annotation = Strings.format('// changed at %s by %s \\n', script.timestamp, script.user);\n scriptSource = Strings.format('this.addScript(%s)', script.getOriginal());\n tagScript = Strings.format('.tag(%s);', this.printTags(script));\n\n return annotation + scriptSource + tagScript;\n}","funcProperties":{"__isSmartRef__":true,"id":16037},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"16036":{"this":{"__isSmartRef__":true,"id":14249}},"16037":{"timestamp":{"__isSmartRef__":true,"id":16038},"user":"lauritz","tags":[]},"16038":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:32:42 GMT+0100 (Mitteleuropäische Zeit)"},"16039":{"varMapping":{"__isSmartRef__":true,"id":16040},"source":"function generateTargetCode(baseObject, targetObject) {\n\tvar name = targetObject.name;\n\tif (baseObject === targetObject) \n\t\treturn \"this\";\n\telse if (baseObject[name] === targetObject) \n\t\treturn \"this.\" + name;\n\telse if (baseObject.testObject === targetObject) \n\t\treturn \"this.testObject\";\n\telse if (baseObject.get(name) === targetObject) \n\t\treturn 'this.get(\"' + name + '\")';\n\telse if (targetObject instanceof Morph) \n\t\treturn '$morph(\"' + name + '\")';\n\telse \n\t\treturn \"????\";\n}","funcProperties":{"__isSmartRef__":true,"id":16041},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"16040":{"this":{"__isSmartRef__":true,"id":14249}},"16041":{"timestamp":{"__isSmartRef__":true,"id":16042},"user":"lauritz","tags":[]},"16042":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"16043":{"varMapping":{"__isSmartRef__":true,"id":16044},"source":"function newConnection() {\n if (this.target) {\n var code = \"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":16045},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"16044":{"this":{"__isSmartRef__":true,"id":14249}},"16045":{"timestamp":{"__isSmartRef__":true,"id":16046},"user":"lauritz","tags":[]},"16046":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"16047":{"varMapping":{"__isSmartRef__":true,"id":16048},"source":"function newScript() {\n if (this.target) {\n var code = \"this.addScript(function SCRIPTNAME() {\\n \\n}).tag([]);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":16049},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"16048":{"this":{"__isSmartRef__":true,"id":14249}},"16049":{"timestamp":{"__isSmartRef__":true,"id":16050},"user":"lauritz","tags":[]},"16050":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:24:25 GMT+0100 (Mitteleuropäische Zeit)"},"16051":{"varMapping":{"__isSmartRef__":true,"id":16052},"source":"function reset() {\n this.scriptPane = this.get('ObjectEditorScriptPane')\n this.scriptList = this.get('ObjectEditorScriptList')\n this.connectionList = this.get('ObjectEditorConnectionList')\n this.morphSelector = this.get('ObjectEditorMorphSelector')\n this.target = null;\n this.scriptPane.reset();\n this.scriptList.setList();\n this.scriptList.selection = null;\n this.connectionList.setList();\n this.connectionList.selection = null;\n this.morphSelector.reset();\n this.tagChooser.reset();\n this.currentTag = null;\n this.stopStepping();\n}","funcProperties":{"__isSmartRef__":true,"id":16053},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"16052":{"this":{"__isSmartRef__":true,"id":14249}},"16053":{"timestamp":{"__isSmartRef__":true,"id":16054},"user":"conradcalmez","tags":[]},"16054":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:57:50 GMT+0100 (Mitteleuropäische Zeit)"},"16055":{"varMapping":{"__isSmartRef__":true,"id":16056},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n return this.scriptList.selectAddedScript(addScriptMatches[0]);\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i -1) {\\n var c = this.connectionList.selection[1];\\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\\n this.updateLists();\\n this.displayInitialScript();\\n } \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":833},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"832\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"833\":{},\"834\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":835},\"source\":\"function updateLists() {\\n this.scriptList.setList(this.sortedScriptNamesOfObj(this.target));\\n var scriptListItems = this.scriptList.getList();\\n scriptListItems.unshift(\\\"-- ALL --\\\");\\n this.scriptList.setList(scriptListItems);\\n\\n this.connectionList.setList(this.sortedConnectionNamesOfObj(this.target));\\n var connectionListItems = this.connectionList.getList();\\n connectionListItems.unshift(\\\"-- ALL --\\\");\\n this.connectionList.setList(connectionListItems);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":836},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"835\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"836\":{},\"837\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":838},\"source\":\"function displayInitialScript() {\\n if (this.scriptList.getList().size() > 1) {\\n this.scriptList.selectAt(0);\\n } else if (this.connectionList.getList().size() > 1) {\\n this.connectionList.selectAt(0);\\n } else {\\n this.scriptList.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":839},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"838\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"839\":{},\"840\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":841},\"source\":\"function reset() {\\n this.target = null;\\n this.scriptPane.doitContext = null;\\n this.scriptList.setList();\\n this.connectionList.setList();\\n this.scriptPane.setTextString(\\\"\\\");\\n this.morphSelector.reset();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":842},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"841\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"842\":{},\"843\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":844},\"source\":\"function selectChangedContent(source) {\\n\\n var addScriptRegex = /this\\\\.addScript\\\\s*\\\\(\\\\s*function\\\\s*([^\\\\(]*)/g;\\n var addScriptMatches = [];\\n var addScriptMatch = addScriptRegex.exec(source);\\n while (addScriptMatch) {\\n addScriptMatches.push(addScriptMatch[1]);\\n addScriptMatch = addScriptRegex.exec(source);\\n }\\n \\n // if scripts were added, select either a specific one or all\\n if (addScriptMatches.length > 0) { \\n if (addScriptMatches.length === 1) {\\n var index = this.scriptList.getList().indexOf(addScriptMatches[0]);\\n if (index > -1) { \\n return this.scriptList.selectAt(index);\\n }\\n }\\n return this.scriptList.selectAt(0);\\n }\\n\\n var connectionRegex = \\n /connect\\\\(\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"\\\\s*,\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"/g;\\n var connectionMatches = [];\\n var connectionMatch = connectionRegex.exec(source);\\n while (connectionMatch) {\\n connectionMatches.push(connectionMatch);\\n connectionMatch = connectionRegex.exec(source);\\n }\\n\\n // if connections were made, select either a specific one or all\\n if (connectionMatches.length > 0) {\\n if (connectionMatches.length === 1) {\\n var match = connectionMatches[0];\\n for (var i=0; i -1) {\\n var c = selection[1];\\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\\n editor.updateLists();\\n editor.displayInitialScript();\\n } \\n }\\n\\n var message = 'Disconnect \\\"' + selection[0] +'\\\" connection?';\\n var callback = disconnectConnection;\\n\\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\\n\\n return this.world().openDialog(dialog);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1043},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1042\":{\"this\":{\"__isSmartRef__\":true,\"id\":989}},\"1043\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1044},\"user\":\"lauritz\",\"categories\":[]},\"1044\":{\"isSerializedDate\":true,\"string\":\"Fri Nov 11 2011 01:46:54 GMT+0100 (CET)\"},\"1045\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1046}],\"scripts\":[],\"id\":\"EF5B92BB-F519-4AE1-9F04-2531B40BF044\",\"shape\":{\"__isSmartRef__\":true,\"id\":1061},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1077},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1064},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1078},\"label\":{\"__isSmartRef__\":true,\"id\":1046},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1087}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1089},\"name\":\"ObjectEditorRemoveScriptButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1090},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1091},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1092},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1093},\"isCopyMorphRef\":true,\"morphRefId\":150,\"draggingEnabled\":false,\"objectEditorPane\":{\"__isSmartRef__\":true,\"id\":1},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1094},\"derivationIds\":[217,\"FDC10087-12CF-4570-9211-8309CB6A9AA3\",\"E18FC530-4B1F-4F08-8DA6-3866A3519E56\",\"04A2AAC3-6A9E-40BB-9408-EBB2567EE63B\",\"8C1A42CE-840C-4AAE-BD79-C93A445B9EBF\",\"61FC11FA-B87E-4EFE-BD15-564D3178B68B\",\"ED34F9B5-9E00-41B3-8313-D9C3D6B3B231\",\"A7481F4B-D444-4B4F-BDA2-4F9F03AEC24D\",\"7DDF7175-34FC-4521-A7C3-580A8BE63351\",\"DEA39C05-FAD7-4882-AB3D-0EE12C3408F9\",\"99186A50-1411-4B6F-B1CB-FF0742C20D7D\",\"10F3E467-6BB8-4D07-BD17-8C50593FD6B8\",\"7260818C-6472-4288-8BDD-1E7798A543F3\",\"DEBB5BDB-018D-4BA1-9FB9-73DC84C51D89\",\"D75BCAED-3029-46EB-B944-4A102BB1BC0F\",\"9A977DA2-B325-4DFA-9683-3DC9ECEFAAC0\",\"48A5078F-B4A5-4F4E-884D-84CCDFFBE6F0\",\"33905494-AA01-4311-8398-1F6C3D4F1BAC\",\"5D7201A7-1374-49AD-851F-E3167EFED99E\",\"9B69B6C6-71F2-402E-89D1-E97FC2D3AE13\",\"DA1B3A74-F4A6-427B-8FBD-3D2E9D8CD866\",\"C95FA3DE-F426-47A6-9E2B-729E096507D3\",\"DF844255-EC02-4BBC-994C-07160984805C\",\"67C9CCFA-D656-4238-A068-C9BFD7145A52\",\"AB8DBCF5-5F66-433B-9875-660ECDA176B9\",\"5C14050C-6B3E-436E-9AF9-CE0C7A0F7E92\",\"F13CEC46-E3AA-46DC-BCD2-BAA111B823AD\"],\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1,\"isPressed\":false,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1095},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1046\":{\"submorphs\":[],\"scripts\":[],\"id\":\"9556AD0A-DCE4-4AE0-8C4E-096077092074\",\"shape\":{\"__isSmartRef__\":true,\"id\":1047},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":21,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1053},\"textColor\":{\"__isSmartRef__\":true,\"id\":1050},\"owner\":{\"__isSmartRef__\":true,\"id\":1045},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1054}],\"padding\":{\"__isSmartRef__\":true,\"id\":1056},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1057},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1058},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1059},\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1060},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":21,\"_MinTextHeight\":null,\"draggingEnabled\":false,\"derivationIds\":[218,\"852A7BD9-52EE-4708-A2D5-1BDECF33C958\",\"7B4F173E-9726-472A-9B30-530D4AA92AD9\",\"CBA217F6-2832-4213-9ABE-47753C1A4180\",\"E6B97D1D-95D5-4644-9359-1D08D42A51F4\",\"4391A57E-70C2-4628-9828-DD668CCE546E\",\"F0C6C298-3B8B-42B2-B5E9-E5B82F607B01\",\"DF0CAF75-4247-4797-B1A0-AD7444391E2A\",\"B4C4F09B-F663-47A1-B85F-461D5452F5F8\",\"FD966AB1-4685-4151-9A38-B1B21B0237EF\",\"CA91FC2C-D7CC-4123-AFD2-108F8F0C2E97\",\"88F1581A-7AEF-4646-B7F9-3890CDDB8494\",\"DC577877-7F00-4238-9246-08C2A10C0CC9\",\"818C9467-71A2-44D6-B01F-1523A0CD5476\",\"C0CF3DDB-AA12-49E0-B12A-6B620552BB47\",\"853E19A1-E97D-463D-A24F-0148671EB696\",\"0203CA4C-E523-4F7D-824B-F09BA3914BDD\",\"18B98A59-6C8E-4386-B3EF-A17259C51C0F\",\"24D84E0A-FA16-47DE-934D-E60729EEB227\",\"7035F1EB-4B8C-4F20-B3AC-966403F55C0A\",\"69831817-0662-4848-8481-44558987D21D\",\"A84FAF10-435C-46F8-ADFA-FB68548EF3B1\",\"79691D41-3337-4099-ACD9-B46BE30230B9\",\"D9F18605-574D-40EE-985E-4FC48307F0C9\",\"B75AD1E4-8294-4568-A7A6-A47C2421AEC3\",\"553F0506-F7C1-4D48-A424-4F9816F84194\",\"B0250470-21BF-401B-8D01-AD7D9B639E1D\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1047\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1048},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1049},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1050},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1051},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1052},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1048\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1049\":{\"x\":25,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1050\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1051\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1052\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1053\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1054\":{\"style\":{\"__isSmartRef__\":true,\"id\":1055},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1046},\"storedString\":\"-\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1055\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1056\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1057\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1058\":{\"x\":25,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1059\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1060\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1046},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1061\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1062},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1063},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1064},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1074},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1075},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1076},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1062\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1063\":{\"x\":25,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1064\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1065},{\"__isSmartRef__\":true,\"id\":1067},{\"__isSmartRef__\":true,\"id\":1069},{\"__isSmartRef__\":true,\"id\":1071}],\"vector\":{\"__isSmartRef__\":true,\"id\":1073},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1065\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1066}},\"1066\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1067\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1068}},\"1068\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1069\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1070}},\"1070\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1071\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1072}},\"1072\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1073\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1074\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1075\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1076\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1077\":{\"x\":160,\"y\":40,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1078\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1079},{\"__isSmartRef__\":true,\"id\":1081},{\"__isSmartRef__\":true,\"id\":1083},{\"__isSmartRef__\":true,\"id\":1085}],\"vector\":{\"__isSmartRef__\":true,\"id\":1073},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1079\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1080}},\"1080\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1081\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1082}},\"1082\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1083\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1084}},\"1084\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1085\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1086}},\"1086\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1087\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1045},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1045},\"targetMethodName\":\"deleteSelectedScript\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1088},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1088\":{\"source\":{\"__isSmartRef__\":true,\"id\":1045},\"target\":{\"__isSmartRef__\":true,\"id\":1045}},\"1089\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1090\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1091\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1092\":{\"x\":30,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1093\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1045},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1094\":{\"x\":33.35839679439101,\"y\":-21.324811622839547,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1095\":{\"deleteSelectedScript\":{\"__isSmartRef__\":true,\"id\":1096}},\"1096\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1097},\"source\":\"function deleteSelectedScript() {\\n\\n var editor = this.objectEditorPane;\\n var selection = editor.scriptList.selection;\\n\\n if (!editor.target || editor.scriptList.getList().size() < 2) \\n return; \\n\\n var deleteScript = function (confirmed) {\\n if (!confirmed) return;\\n \\n if (selection && editor.target) {\\n if (!editor.target.hasOwnProperty(selection)) \\n return;\\n delete editor.target[selection];\\n editor.updateLists();\\n editor.displayInitialScript();\\n }\\n }\\n\\n var message = 'Delete \\\"' + selection + '\\\" script?';\\n var callback = deleteScript;\\n\\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\\n\\n return this.world().openDialog(dialog);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1098},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1097\":{\"this\":{\"__isSmartRef__\":true,\"id\":1045}},\"1098\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1099},\"user\":\"lauritz\"},\"1099\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 18:12:21 GMT+0100 (CET)\"},\"1100\":{\"submorphs\":[],\"scripts\":[],\"id\":\"9A6F935C-827A-45B2-8ED2-697A36454ABD\",\"shape\":{\"__isSmartRef__\":true,\"id\":1101},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":false,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1107},\"_MaxTextWidth\":64.8979476392384,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1104},\"showsHalos\":false,\"_FontSize\":9,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorScriptsText2\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1108},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1109}],\"charsReplaced\":\"Scripts\",\"lastFindLoc\":-7,\"priorSelectionRange\":[0,7],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1111},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1112},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1113},\"_WhiteSpaceHandling\":\"pre-wrap\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":64.8979476392384,\"_MinTextHeight\":null,\"_ClipMode\":\"visible\",\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1114},\"eventsAreIgnored\":true,\"isCopyMorphRef\":true,\"morphRefId\":155,\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"derivationIds\":[224,\"35EF8FE5-067D-45B6-AF21-77040F11D340\",\"80DC09DD-22D4-4089-B5C3-857B32C9BE9B\",\"EF080074-E6B9-47F3-A87F-26313B40C430\",\"F6977801-C1A7-445C-9BF1-8A1019E202FB\",\"8C9157AE-0343-4CFB-8186-1D5E05D2ECBE\",\"DD3C23F8-6463-4EAE-959B-C486E27D9BDA\",\"1E8D3752-D212-41F8-BC63-B094E0C80707\",\"75C07D11-AE5D-4A36-B2D0-F2A6EA414E72\",\"494AB1C0-2C09-49DE-B4AA-1F24DC7495FF\",\"25199967-E3BA-4763-A704-37BD3152A5F7\",\"8E4A5937-D1FA-4AF7-BD8D-B542C636CEF9\",\"DDB23EF0-540C-4046-AD4D-C001E8A5F20C\",\"FF45AAB3-E5C7-42A0-A704-F068DB2E2AF9\",\"52850E3E-BE46-467C-A381-902F5E4859FD\",\"147F9160-7168-44A4-9EA4-A36466EE1F52\",\"8E4FB238-FC20-4DA7-AC9F-6921EBBD5609\",\"3D09A998-5E60-4E94-9C6A-B08E7D98F02A\",\"B8986B95-68A4-4212-8560-C86C8F7B3B3C\",\"81BAFCDC-090F-4A92-8AD6-C3127620CCF4\",\"3663625F-2BB0-494C-A467-04148A441F42\",\"E317B4A8-7C61-4596-A167-756C64AC682E\",\"5581215C-BCA6-4A31-ABCA-2AF175BD09F8\",\"2B5DB134-BF72-4EC1-90C6-7FB656E73A2D\",\"D48D0C9C-E593-449E-A190-63D932A254F6\",\"9B669FE3-8FE7-481D-A520-AA432DBF4A8C\",\"9302F656-F958-4685-AC86-2499CFC8917F\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1101\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1102},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1103},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1104},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1105},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1106},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1102\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1103\":{\"x\":64.8979476392384,\"y\":14,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1104\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1105\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1106\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1107\":{\"x\":10,\"y\":12.911539589749026,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1108\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1109\":{\"style\":{\"__isSmartRef__\":true,\"id\":1110},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1100},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Tag:\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1110\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1111\":{\"x\":64.8979476392384,\"y\":15,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1112\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1113\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1100},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1114\":{\"x\":45.76052154281416,\"y\":-27.783027415339603,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1115\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1116}],\"scripts\":[],\"id\":\"14AA9D20-15F5-4DA4-AB5A-4F052D327C49\",\"shape\":{\"__isSmartRef__\":true,\"id\":1132},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1148},\"value\":true,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1149},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1135},\"label\":{\"__isSmartRef__\":true,\"id\":1116},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1158},\"name\":\"ObjectEditorTagChooser\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1159},\"listMorph\":null,\"list\":[],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1160},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1161},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1162},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1163},\"textString\":\"PartsBinBrowser\",\"selection\":\"\",\"_ClipMode\":\"visible\",\"prevScroll\":[0,0],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"setTargetToListSelection\":\"all\",\"savedTextString\":\"all\",\"derivationIds\":[225,\"7F83847B-D0B1-4A31-8601-43424B97C858\",\"E08FC110-71D7-4FFD-B4A8-08F8147B95BA\",\"5534107D-C5C9-48DD-A1ED-B87E9D9B672C\",\"0B89FA7A-768C-4062-98AE-C455E8DAFF19\",\"799320C6-CFBA-40E7-B03D-64BFE9B78248\",\"9B650AA3-271B-4E72-B230-51C6F64B7462\",\"C95D3672-724C-4C2C-9CDD-EF308062F627\",\"C66EBEEC-B7CE-4DD9-8BDF-905F071F965D\",\"D68B143A-A712-4FD0-8803-62CCB4C7F763\",\"ED802271-AE5C-4BE9-AC4E-7CED44BC864B\",\"1BD989CB-146C-431F-8B15-9199C4CD5D32\",\"42172AA4-1B06-4C5B-9BB7-FAED1206CF34\",\"32DFAF99-E6F8-426B-829D-FD6C2BCB8FAA\",\"9B4BF2BE-49D5-4B9D-8F38-1692443069A9\",\"FCAB3690-731A-45E7-984F-843DFE705AF1\",\"94B10A66-8219-43AD-B902-DA999A66222D\",\"BB0E2EB7-ABCE-44C7-96E7-6679FB2981D1\",\"2FCEE551-302B-46C9-B646-3B9BE9187182\",\"B4267F52-1ACC-42A1-904D-E9F7D485D8AB\",\"14770110-045A-4BE4-BCF2-7C886DF70F7D\",\"9E7D94CF-0B6B-46CF-8E70-02E592FCCBE4\",\"4F77F8B2-B1EF-4DDF-B172-458AC265465D\",\"35C172F2-543B-4550-97F4-4EE4052AA2D5\",\"14A14196-D28C-4A5A-BB9B-25C54418282B\",\"9734A2F2-A400-43FF-85D8-0866922AA625\",\"75644687-CE10-4681-82D8-9CA530C3978C\"],\"isCopyMorphRef\":true,\"morphRefId\":156,\"_Rotation\":0,\"_Scale\":1,\"isPressed\":false,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1164},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1116\":{\"submorphs\":[],\"scripts\":[],\"id\":\"C7F0A877-150B-4685-827E-03F387B33BA1\",\"shape\":{\"__isSmartRef__\":true,\"id\":1117},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":130,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1123},\"textColor\":{\"__isSmartRef__\":true,\"id\":1120},\"owner\":{\"__isSmartRef__\":true,\"id\":1115},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1124}],\"padding\":{\"__isSmartRef__\":true,\"id\":1126},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1126},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1127},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1128}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1129},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1130},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":130,\"_MinTextHeight\":null,\"_Align\":\"left\",\"_FontFamily\":\"Arial\",\"_FontSize\":10,\"derivationIds\":[226,\"03DBF3F8-8EA2-4426-BA64-C4297DDAB015\",\"B8F87302-BEC3-48CD-9BBA-6C7DBB6287E1\",\"4AA6AE51-338B-4E3E-814B-9F99C693A2D5\",\"08F6CE56-AD91-4C27-9429-C3DEA313696C\",\"D39C963C-FD24-4498-A6D8-71E5102CE58A\",\"132C2A9E-3466-4051-AAEA-6E485A91F408\",\"DB8BC4A1-ED41-446B-AB6C-7E73DD857B5D\",\"567FC668-A57C-41CB-8252-8912826B3144\",\"D0B0775F-C8E7-49EB-BBB2-C7BB7DD464BF\",\"AABED87D-D7C0-494A-8803-26F4601E35FF\",\"696C3A2A-C695-4D17-A044-41A73436AB8D\",\"206A0BFD-6997-4E0E-9193-089D1F66B22A\",\"F2F1F966-6C41-4EBA-AFCE-FAE8C79AA696\",\"64A754E9-7083-4CAE-B5C2-7B436EFFE4BA\",\"64737503-A352-42CC-A249-667DA2B42746\",\"9218F1CA-E23F-4E1A-89C3-DB19DE720861\",\"CF7EAC38-1041-4B83-B087-359885B8528B\",\"84469C7C-C93D-4F16-ACAA-0045A4A37FCA\",\"9D3DD447-66A0-4B4A-B378-FB864D8C1468\",\"163D1C2B-EDE9-4F8F-B466-EF9F4CB14384\",\"6CE3BAA4-D4EB-4CFA-970B-64F206F8B8E0\",\"CF1EF55F-FFF2-4B96-A3ED-C4B74ECD878D\",\"F03ED5DA-63A4-4555-9AF2-5CBE36B5D265\",\"2E3C41C1-B84B-4CCB-928F-C0F1D90D19C8\",\"C0AA4FAB-9105-4459-A90F-97D3E7145B9A\",\"9AE44ACB-F6EB-45BE-B75A-75070FA3F930\"],\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1131},\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1117\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1118},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1119},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1120},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1121},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1122},\"_BorderWidth\":0,\"_Fill\":null,\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1118\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1119\":{\"x\":130,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1120\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1121\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1122\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1123\":{\"x\":2,\"y\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1124\":{\"style\":{\"__isSmartRef__\":true,\"id\":1125},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1116},\"storedString\":\"all\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1125\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1126\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1127\":{\"x\":130,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1128\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1116},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1115},\"targetMethodName\":\"selection\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1129\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1130\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1116},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1131\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1132\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1133},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1134},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1135},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1145},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1146},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1147},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1133\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1134\":{\"x\":130,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1135\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1136},{\"__isSmartRef__\":true,\"id\":1138},{\"__isSmartRef__\":true,\"id\":1140},{\"__isSmartRef__\":true,\"id\":1142}],\"vector\":{\"__isSmartRef__\":true,\"id\":1144},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1136\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1137}},\"1137\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1138\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1139}},\"1139\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1140\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1141}},\"1141\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1142\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1143}},\"1143\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1144\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1145\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1146\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1147\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1148\":{\"x\":39.12381412396891,\"y\":10.000000000000057,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1149\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1150},{\"__isSmartRef__\":true,\"id\":1152},{\"__isSmartRef__\":true,\"id\":1154},{\"__isSmartRef__\":true,\"id\":1156}],\"vector\":{\"__isSmartRef__\":true,\"id\":1144},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1150\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1151}},\"1151\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1152\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1153}},\"1153\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1154\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1155}},\"1155\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1156\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1157}},\"1157\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1158\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1159\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"partName\":\"ChoiceButton\",\"comment\":\"Click on it and you get a list of things to choose from.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1160\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1161\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1115},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1162\":{\"x\":85.7442776093583,\"y\":-11.582832083333244,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1163\":{\"x\":130,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1164\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":1165},\"getList\":{\"__isSmartRef__\":true,\"id\":1169},\"removeList\":{\"__isSmartRef__\":true,\"id\":1173},\"reset\":{\"__isSmartRef__\":true,\"id\":1177},\"onMouseUp\":{\"__isSmartRef__\":true,\"id\":1181},\"onBlur\":{\"__isSmartRef__\":true,\"id\":1189},\"setTag\":{\"__isSmartRef__\":true,\"id\":1197}},\"1165\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1166},\"source\":\"function createListMorph() {\\n var items = this.getList();\\n\\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\\n\\n var listMorph = new lively.morphic.List(extent);\\n listMorph.setList(items);\\n listMorph.setFontSize(10);\\n\\n listMorph.disableGrabbing();\\n listMorph.disableDragging();\\n \\n connect(listMorph, 'selection', this, 'setTag');\\n \\n return listMorph;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1167},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1166\":{\"this\":{\"__isSmartRef__\":true,\"id\":1115}},\"1167\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1168},\"user\":\"lauritz\",\"categories\":[]},\"1168\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:35:59 GMT+0100 (CET)\"},\"1169\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1170},\"source\":\"function getList() {\\n if (!this.owner.target) return [''];\\n\\n var target = this.owner.target;\\n\\n var tags = Functions.own(target).collect(function (each) {\\n return target[each].tags || [];\\n }).flatten().uniq();\\n\\n var sortedTags = tags.sortBy(function(name) { \\n return name.toLowerCase() \\n });\\n \\n sortedTags.unshift('all'); \\n return sortedTags;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1171},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1170\":{\"this\":{\"__isSmartRef__\":true,\"id\":1115}},\"1171\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1172},\"user\":\"lauritz\",\"tags\":[]},\"1172\":{\"isSerializedDate\":true,\"string\":\"Fri Dec 16 2011 20:27:25 GMT+0100 (CET)\"},\"1173\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1174},\"source\":\"function removeList() {\\n this.listMorph && this.listMorph.remove()\\n this.listMorph = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1175},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1174\":{\"this\":{\"__isSmartRef__\":true,\"id\":1115}},\"1175\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1176},\"user\":\"lauritz\",\"categories\":[]},\"1176\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 19:06:51 GMT+0100 (CET)\"},\"1177\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1178},\"source\":\"function reset() {\\n this.list = [];\\n this.setLabel('all');\\n this.label.setAlign('left');\\n this.removeList();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1179},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1178\":{\"this\":{\"__isSmartRef__\":true,\"id\":1115}},\"1179\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1180},\"user\":\"lauritz\",\"tags\":[]},\"1180\":{\"isSerializedDate\":true,\"string\":\"Fri Dec 16 2011 20:27:53 GMT+0100 (CET)\"},\"1181\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1182},\"source\":\"function onMouseUp(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n this.removeList();\\n return true;\\n } \\n if (this.getList().size() < 2) return;\\n var list = this.createListMorph();\\n this.addMorph(list);\\n this.listMorph = list;\\n return true;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1187},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1182\":{\"this\":{\"__isSmartRef__\":true,\"id\":1115},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1183}},\"1183\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1184}},\"1184\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1185},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1186},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1185\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1115},\"name\":\"onMouseUp\"},\"1186\":{},\"1187\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1188},\"user\":\"lauritz\",\"categories\":[]},\"1188\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 18:59:16 GMT+0100 (CET)\"},\"1189\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1190},\"source\":\"function onBlur(evt) {\\n $super(evt);\\n \\n // workaround - otherwise other morphs get this event\\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\\n this.removeList();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1195},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1190\":{\"this\":{\"__isSmartRef__\":true,\"id\":1115},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1191}},\"1191\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1192}},\"1192\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1193},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1194},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1193\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1115},\"name\":\"onBlur\"},\"1194\":{},\"1195\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1196},\"user\":\"lauritz\",\"categories\":[]},\"1196\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 21 2011 23:10:03 GMT+0100 (CET)\"},\"1197\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1198},\"source\":\"function setTag(tag) {\\n this.setLabel(tag || '');\\n this.label.setAlign('left');\\n this.owner.setTag(tag);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1199},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1198\":{\"this\":{\"__isSmartRef__\":true,\"id\":1115}},\"1199\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1200},\"user\":\"lauritz\",\"categories\":[]},\"1200\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:36:12 GMT+0100 (CET)\"},\"1201\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1202}],\"scripts\":[],\"id\":\"18FCA2C2-33CE-4479-A223-80C8BB96B4B5\",\"shape\":{\"__isSmartRef__\":true,\"id\":1217},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1221},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1233},\"label\":{\"__isSmartRef__\":true,\"id\":1202},\"name\":\"Button\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1242},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1243}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1279},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1280},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1281},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1282},\"derivationIds\":[7251,\"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1\",\"79FE3D3F-77C4-4B39-8243-D672185B416D\",\"A4D2FEDF-2654-4381-AB43-8F89B9CA2E86\",\"87E42FF6-3862-481D-97D6-643676E15F32\",\"4F370A81-5A80-4821-8ECC-D52B56F31E15\",\"1C6D1DC9-2F9B-4DC4-B453-1CA45B17C516\",\"0E8EC0BF-934B-410B-AEC2-0ECA8C8F774D\",\"97086CE7-CD46-4035-A371-02A41D555A66\",\"E342B91D-F54B-4DA8-8AE7-10C59CE22B41\",\"A838C48E-4033-4688-8DCF-20659BD824FF\",\"E9BBC453-FFF6-4EE8-BDB0-605D5D4557AE\",\"B6FB81D1-145B-40F9-ACF1-17276DA45EBA\",\"09C79781-5461-4815-88DE-22FB67558136\",\"85A5FA10-01D9-4051-8D56-29DB02CF8817\",\"6E2F44D0-D69A-4DD7-91AD-0B0E1E871633\",\"66FB4A47-82E6-417D-8248-4038D0CBBF5A\",\"3CDC67E7-CAC7-4636-B7FF-50D008C6EB0D\",\"4475CB12-8CFB-41DB-9399-EC6B68E18BA3\",\"7F85A497-E12D-4AF0-9F99-2BD0F786B67B\",\"49D5CDCC-00C1-4169-BEF2-1D34B02505A3\",\"B30B4A09-78F4-4AB0-803D-16EE863F1E36\",\"C9AE90CC-CC89-4ED2-A639-73588D305687\",\"EE940AEC-4664-46DB-A3FB-C942C4AF886E\",\"4B9BB3C1-20D6-4267-ABBF-06297806A262\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":1283},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"layout\":{\"__isSmartRef__\":true,\"id\":1284},\"_ClipMode\":\"visible\",\"isCopyMorphRef\":true,\"morphRefId\":157,\"_Rotation\":0,\"_Scale\":0.994014980014994,\"isPressed\":false,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1202\":{\"submorphs\":[],\"scripts\":[],\"id\":\"24E559ED-CF61-4C8D-8FE2-70C7FF8B9FA2\",\"shape\":{\"__isSmartRef__\":true,\"id\":1203},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1209},\"_MaxTextWidth\":81.90968415810595,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1210},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1211},\"owner\":{\"__isSmartRef__\":true,\"id\":1201},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1212},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1213}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1215},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1216},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED\",\"307A3596-1175-4EA6-AA27-5BA4C9D95AB7\",\"0EF99131-C569-4C2C-B613-E0D8423C1334\",\"BA4EC8D2-AB29-4F9F-B5A0-715A4746A4C4\",\"56735895-BA99-4D98-9866-AA5DBD86237E\",\"81041CF7-31DB-4F65-BB39-FE438A4F266F\",\"D03829B3-268E-40A0-A440-3E4BAC344F30\",\"714637F0-714A-4833-909B-BA4AF1B4628B\",\"DC956E73-7398-4CAF-B6F2-9A226E344396\",\"C1F72D31-1F49-4C0C-ACF3-C3AD7E698D2F\",\"39386C7E-9099-4159-BFE9-80AD37319211\",\"2764FB6E-70D1-4BC5-B3CB-9979A48B8205\",\"C55C8A7C-412C-453E-A99F-CE78C2AADB94\",\"4BD9A8D4-2EC1-40AC-A1CE-5F1347B0152D\",\"3450EAEB-E3D2-4FAF-98DF-354B3B8715D6\",\"C906736E-48DF-4054-BA5A-A089610456D7\",\"DE5C59FB-90A6-4DD4-AC39-5CC8B3912969\",\"5830FB93-49A1-4A31-A687-69C4579D5FA7\",\"7889CED9-02AC-42C5-B990-2807E18E67F9\",\"98C118A0-098D-4EF3-876E-AF538259D430\",\"127417C3-9163-4912-BBC0-D6A4D31F1C74\",\"16312680-F116-4EC7-A121-380C146DA953\",\"E45444EC-7AB2-4FB5-B37B-3B263F8E14E6\",\"BEE41622-741C-4085-921B-C149E4D90B7B\"],\"_MinTextWidth\":81.90968415810595,\"_MinTextHeight\":null,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1203\":{\"position\":{\"__isSmartRef__\":true,\"id\":1204},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1205},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1206},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1207},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1208},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1204\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1205\":{\"x\":85.90968415810595,\"y\":20.99999999999992,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1206\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1207\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1208\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1209\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1210\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1211\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1212\":{\"x\":85.90968415810595,\"y\":20.99999999999992,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1213\":{\"style\":{\"__isSmartRef__\":true,\"id\":1214},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1202},\"storedString\":\"run\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1214\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1215\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1216\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1202},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1217\":{\"position\":{\"__isSmartRef__\":true,\"id\":1218},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1219},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1220},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1221},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1231},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1232},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1218\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1219\":{\"x\":85.90968415810595,\"y\":20.99999999999992,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1220\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1221\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1222},{\"__isSmartRef__\":true,\"id\":1224},{\"__isSmartRef__\":true,\"id\":1226},{\"__isSmartRef__\":true,\"id\":1228}],\"vector\":{\"__isSmartRef__\":true,\"id\":1230},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1222\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1223}},\"1223\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1224\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1225}},\"1225\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1226\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1227}},\"1227\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1228\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1229}},\"1229\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1230\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1231\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1232\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1233\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1234},{\"__isSmartRef__\":true,\"id\":1236},{\"__isSmartRef__\":true,\"id\":1238},{\"__isSmartRef__\":true,\"id\":1240}],\"vector\":{\"__isSmartRef__\":true,\"id\":1230},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1234\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1235}},\"1235\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1236\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1237}},\"1237\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1238\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1239}},\"1239\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1240\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1241}},\"1241\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1242\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1243\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1201},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"runScript\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":1244},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1244\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1245}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1260},\"derivationIds\":[null],\"id\":\"C89B50A0-17E7-4D22-AE1D-5112520DAEE7\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1267},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1268},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":1269},{\"__isSmartRef__\":true,\"id\":1270}],\"con\":{\"__isSmartRef__\":true,\"id\":1243},\"showsMorphMenu\":true,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1271},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1245\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1246},\"derivationIds\":[null],\"id\":\"2A71BE9E-6820-46AF-ACED-3C9BDCC918AF\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1257},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1258},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1259},\"owner\":{\"__isSmartRef__\":true,\"id\":1244},\"_Rotation\":-3.130064002485303,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1246\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1247},{\"__isSmartRef__\":true,\"id\":1248},{\"__isSmartRef__\":true,\"id\":1249},{\"__isSmartRef__\":true,\"id\":1250}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1251},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1252},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1253},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1254},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1255},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1256},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1247\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1248\":{\"isAbsolute\":true,\"x\":-12,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1249\":{\"isAbsolute\":true,\"x\":4,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1250\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1251\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1252\":{\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1253\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1254\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1255\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1256\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1257\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1258\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1245},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1259\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1260\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1261},{\"__isSmartRef__\":true,\"id\":1262}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1263},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1264},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1265},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1266},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1255},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1261\":{\"isAbsolute\":true,\"x\":829.7085000406639,\"y\":9.565843617262885,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1262\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1263\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1264\":{\"x\":-1,\"y\":-1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1265\":{\"x\":831,\"y\":11,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1266\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1267\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1268\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1244},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1269\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1244},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1270\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1244},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":1245},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1271\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":1272}},\"1272\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1273},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString ||\\n 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true,\\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(),\\n visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1278},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1273\":{\"this\":{\"__isSmartRef__\":true,\"id\":1244},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1274}},\"1274\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1275}},\"1275\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1276},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1277},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1276\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1244},\"name\":\"morphMenuItems\"},\"1277\":{},\"1278\":{},\"1279\":{\"x\":85.90968415810595,\"y\":20.999999999999922,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1280\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1281\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1201},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1282\":{\"x\":65.36007260115605,\"y\":-14.046886175395628,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1283\":{\"x\":802.663037127869,\"y\":9.568322570781788,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1284\":{\"centeredHorizontal\":false,\"moveHorizontal\":true},\"1285\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1286}],\"scripts\":[],\"id\":\"07C29B93-3020-4951-BBCA-9AF7AFC2C4B6\",\"shape\":{\"__isSmartRef__\":true,\"id\":1301},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1305},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1317},\"label\":{\"__isSmartRef__\":true,\"id\":1286},\"name\":\"saveButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1326},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1327}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1363},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1364},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1365},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1366},\"derivationIds\":[7251,\"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1\",\"79FE3D3F-77C4-4B39-8243-D672185B416D\",\"A4D2FEDF-2654-4381-AB43-8F89B9CA2E86\",\"D686F0CB-027B-4CA9-8B8D-9306389B219D\",\"F51327CB-803E-4234-BFB3-6F5252D1C936\",\"A79280E8-6AE3-4016-AF47-CE78F71924C6\",\"B05829EB-D452-4D81-983B-E2CE425C8260\",\"32B117E5-52D8-4843-B80E-090B9817E099\",\"49AC923E-5272-4E3C-8F02-4F2AED2BC4E9\",\"85AAEA9C-5E12-4DEC-8994-9A5FE655A740\",\"2A7FF9BF-85D3-4962-8EB4-0F7016C672EB\",\"3BB17748-B91B-43F5-84BE-2537402A6382\",\"8BA10BD3-43C5-4A41-B9D9-DCD8C74EA208\",\"8BADA640-EDC1-41B2-BEF3-0F2520EA25DD\",\"CAFB5342-EFD3-483E-AE4A-343D211653EF\",\"C3DC8C6F-A36C-4456-AF34-B0A318C1AAD8\",\"88093937-29BB-43FC-AD82-4A0A4BDC349F\",\"27E1FA12-CE4A-4C1F-891F-EEEF92BD672F\",\"A12311D6-23C1-4711-9271-5B582F89F15B\",\"D3CD03E2-4D6E-45C8-B377-27AD2E7F03FE\",\"9F886CE3-5F38-441E-A12D-211DF2E22FF7\",\"49B7B62E-2D66-455C-B5A2-5CCED2BDE9DF\",\"C51C9F33-AF29-408D-AC6A-10CDC09915F3\",\"FDF8D771-6D29-4E4C-A938-117DA61A518F\",\"953C112F-629E-4F49-8657-3CF2DADEA7DA\"],\"layout\":{\"__isSmartRef__\":true,\"id\":1367},\"_Position\":{\"__isSmartRef__\":true,\"id\":1368},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"_ClipMode\":\"visible\",\"isCopyMorphRef\":true,\"morphRefId\":158,\"_Rotation\":0,\"_Scale\":0.9880657804942089,\"isPressed\":false,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1286\":{\"submorphs\":[],\"scripts\":[],\"id\":\"ADC668C2-0BB1-4CEC-8C7E-C21512E9F2DF\",\"shape\":{\"__isSmartRef__\":true,\"id\":1287},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1293},\"_MaxTextWidth\":78.78258942335096,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1294},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1295},\"owner\":{\"__isSmartRef__\":true,\"id\":1285},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1296},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1297}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1299},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1300},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED\",\"307A3596-1175-4EA6-AA27-5BA4C9D95AB7\",\"0EF99131-C569-4C2C-B613-E0D8423C1334\",\"9AECBFB8-25A5-483F-86AD-D7CF9ABC9A25\",\"918C6CC4-3540-4341-BAFD-B195F7807FEE\",\"5AABB138-5EE8-40A5-AB3C-5A9625D0A353\",\"4529D79B-4CC5-467E-91F8-661C3A5F49F8\",\"1E5E570C-FD42-45E3-A7F6-768BB14ACD14\",\"A13FB4E0-72F2-4E7C-A861-EDCBA1393860\",\"B8E4C964-4FFF-4A9F-B0A9-612546B1DC8C\",\"002A2173-D26D-4EED-8906-A489C1E158C0\",\"63362D04-B829-41E6-9E68-5B8DB03D382F\",\"996B60A4-8698-448F-A35F-79C768B4976B\",\"F0727398-A1F0-47F5-92CF-BB9677FA05FA\",\"38707063-D664-49A0-B2FB-F0666EC532D5\",\"0402FB51-915F-4491-8FA1-553F0D8F7F35\",\"5A35285D-C6A5-4830-97D9-0890A3F33F39\",\"53121F0B-7DA5-4622-AC08-DD4805D53374\",\"6C84E15D-112D-4C04-87C1-937691E296A7\",\"7A4CC818-03C7-45D0-B138-245483387166\",\"2B7B25EF-775E-4809-A470-9E52336F8DBD\",\"1DE44564-3D45-4620-B4E6-0B0239180C65\",\"CCCF55E9-750A-45D9-AD42-21333052C5F8\",\"46ADBDE8-6149-4CAF-BBF6-8AEB2C161F08\",\"BBAE9210-C641-4189-BDC9-F55EDF7AC7CA\"],\"_MinTextWidth\":78.78258942335096,\"_MinTextHeight\":null,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1287\":{\"position\":{\"__isSmartRef__\":true,\"id\":1288},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1289},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1290},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1291},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1292},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1288\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1289\":{\"x\":82.78258942335096,\"y\":20.99999999999999,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1290\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1291\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1292\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1293\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1294\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1295\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1296\":{\"x\":82.78258942335096,\"y\":20.99999999999999,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1297\":{\"style\":{\"__isSmartRef__\":true,\"id\":1298},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1286},\"storedString\":\"save\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1298\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1299\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1300\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1286},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1301\":{\"position\":{\"__isSmartRef__\":true,\"id\":1302},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1303},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1304},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1305},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1315},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1316},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1302\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1303\":{\"x\":82.78258942335096,\"y\":20.99999999999999,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1304\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1305\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1306},{\"__isSmartRef__\":true,\"id\":1308},{\"__isSmartRef__\":true,\"id\":1310},{\"__isSmartRef__\":true,\"id\":1312}],\"vector\":{\"__isSmartRef__\":true,\"id\":1314},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1306\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1307}},\"1307\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1308\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1309}},\"1309\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1310\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1311}},\"1311\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1312\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1313}},\"1313\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1314\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1315\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1316\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1317\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1318},{\"__isSmartRef__\":true,\"id\":1320},{\"__isSmartRef__\":true,\"id\":1322},{\"__isSmartRef__\":true,\"id\":1324}],\"vector\":{\"__isSmartRef__\":true,\"id\":1314},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1318\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1319}},\"1319\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1320\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1321}},\"1321\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1322\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1323}},\"1323\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1324\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1325}},\"1325\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1326\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1327\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1285},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":497},\"targetMethodName\":\"doSave\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":1328},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1328\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1329}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1344},\"derivationIds\":[null],\"id\":\"F46012D5-C8BE-4E52-BF98-D052FDAAE17A\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1351},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1352},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":1353},{\"__isSmartRef__\":true,\"id\":1354}],\"con\":{\"__isSmartRef__\":true,\"id\":1327},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1355},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1329\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1330},\"derivationIds\":[null],\"id\":\"A2A83C78-09B8-473C-829B-198206D7A9E4\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1341},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1342},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1343},\"owner\":{\"__isSmartRef__\":true,\"id\":1328},\"_Rotation\":3.077607197692381,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1330\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1331},{\"__isSmartRef__\":true,\"id\":1332},{\"__isSmartRef__\":true,\"id\":1333},{\"__isSmartRef__\":true,\"id\":1334}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1335},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1336},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1337},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1338},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1339},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1340},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1331\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1332\":{\"isAbsolute\":true,\"x\":-12,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1333\":{\"isAbsolute\":true,\"x\":4,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1334\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1335\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1336\":{\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1337\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1338\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1339\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1340\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1341\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1342\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1329},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1343\":{\"x\":201.20421122525056,\"y\":40.24084224505009,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1344\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1345},{\"__isSmartRef__\":true,\"id\":1346}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1347},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1348},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1349},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1350},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1339},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1345\":{\"isAbsolute\":true,\"x\":679.4857209639925,\"y\":9.595948897894004,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1346\":{\"isAbsolute\":true,\"x\":201.20421122525056,\"y\":40.24084224505009,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1347\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1348\":{\"x\":200,\"y\":9,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1349\":{\"x\":480,\"y\":32,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1350\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1351\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1352\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1328},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1353\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1328},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1354\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1328},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":1329},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1355\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":1356}},\"1356\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1357},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString ||\\n 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true,\\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(),\\n visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1362},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1357\":{\"this\":{\"__isSmartRef__\":true,\"id\":1328},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1358}},\"1358\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1359}},\"1359\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1360},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1361},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1360\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1328},\"name\":\"morphMenuItems\"},\"1361\":{},\"1362\":{},\"1363\":{\"x\":83.79466778872035,\"y\":20.99999999999999,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1364\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1365\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1285},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1366\":{\"x\":62.581934788626654,\"y\":-18.016780854503224,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1367\":{\"centeredHorizontal\":false,\"moveHorizontal\":true},\"1368\":{\"x\":717.2995239070133,\"y\":9.53851695196505,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1369\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1370}],\"scripts\":[],\"id\":\"79A2D2F7-E412-4BB1-8D69-F38AD608620B\",\"shape\":{\"__isSmartRef__\":true,\"id\":1385},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1401},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1389},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1402},\"label\":{\"__isSmartRef__\":true,\"id\":1370},\"name\":\"openTestsButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1411},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1412}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1413},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1414},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1415},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1416},\"derivationIds\":[7251,\"84054D2E-8176-440D-B413-279956A34FC2\",\"79434046-F834-490E-B705-0CE871D9E8B3\",\"FF38CA79-C0DF-4F2F-8FC3-407571EF6A54\",\"B1D50332-9F4F-4F7C-AC3F-95DC6C73EAA4\",\"5B8D7C39-987A-4849-BFFD-3F316CE03852\",\"F7C30F5C-7270-44B1-ADFF-7473F2012DB0\",\"5142302E-3E9A-476B-AB24-B2448DA6D3E4\",\"FEA3C508-593D-4BC7-B645-8B5630CF2EDE\",\"34DBC442-E1DE-42D7-8C63-BA9A1890C994\",\"4F9067A3-5A5C-4637-A76F-7E590CEE2BDA\",\"ADF74818-537A-4669-A455-9509BA7BD7E5\",\"AFCD7FA7-5429-4B1A-B8B8-AB03C18ABA08\",\"604C352D-0347-4329-A299-EAA3FF90B543\",\"46C5ED11-DE03-428F-A758-5308B3D323B5\",\"7C978B2A-9109-42E1-95C5-A59CC74BD31B\",\"C430AEC4-38F4-4647-8D54-13438ED97580\",\"E8E28FBC-2406-4CD2-9C9C-5C4D7E210715\",\"922479BC-DB5B-43B3-AC50-04518BC24F9A\",\"1CC80D43-AF76-47B7-BE05-909397789E0D\",\"D4C0B1DB-1A53-41C3-BAFB-F86F4A30F309\",\"93F88D8D-58DA-42CD-87BE-89746E6E9FF7\"],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"_ClipMode\":\"visible\",\"isCopyMorphRef\":true,\"morphRefId\":159,\"_Rotation\":0,\"_Scale\":0.9940149800149939,\"isPressed\":false,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1370\":{\"submorphs\":[],\"scripts\":[],\"id\":\"F2805510-40B4-4F17-9FAB-E7AC4F8F5632\",\"shape\":{\"__isSmartRef__\":true,\"id\":1371},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1377},\"_MaxTextWidth\":75.8735578213487,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1378},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1379},\"owner\":{\"__isSmartRef__\":true,\"id\":1369},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1380},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1381}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1383},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1384},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2\",\"CB475566-05CE-43E2-B04D-EE32BC4CB718\",\"6BB077CE-92E6-47BE-BE88-9A48488562D1\",\"9E359973-2FDB-417B-BB06-AB34D52BD310\",\"58F098ED-A190-44F2-B73E-80802B2CF2F6\",\"AEA84B35-B349-4307-92C6-8F229705DFC2\",\"A677CADF-24FF-4177-9A3A-FE9AAE7D60FE\",\"0F875AD9-E54C-4735-9BA9-7B89574233A1\",\"840EBE92-3BC2-42EC-819E-3CD002576490\",\"78C4969D-2C33-4B17-9027-89B411B9F496\",\"C9A3D112-C2BC-43A3-A3CA-A68F41A0E4CF\",\"78CF2F1A-6697-4D03-AB2B-CAF862B4EDD6\",\"8B416918-CA4B-46D1-8A3C-40F8A754E44D\",\"01510710-A85B-4054-B0ED-7F2F02434806\",\"8ABD23FB-E90C-4EEB-BF53-DF3C6ACF2BD4\",\"8067199F-A419-4C5F-81C9-07B6053CF148\",\"6C15584F-EEE8-4EBC-AA81-2722E5D85CD2\",\"B9B088C4-9B58-412E-AF54-965225059B64\",\"5159D73E-5845-46B5-A67C-DAAC7FBE8A94\",\"E8C6AD05-AB83-4B59-8D83-D061720EBF2F\",\"8B133FDB-79E8-461D-B96F-08C41BAD5F6B\"],\"_MinTextWidth\":75.8735578213487,\"_MinTextHeight\":null,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1371\":{\"position\":{\"__isSmartRef__\":true,\"id\":1372},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1373},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1374},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1375},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1376},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1372\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1373\":{\"x\":79.8735578213487,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1374\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1375\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1376\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1377\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1378\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1379\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1380\":{\"x\":79.8735578213487,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1381\":{\"style\":{\"__isSmartRef__\":true,\"id\":1382},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1370},\"storedString\":\"Tests\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1382\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1383\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1384\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1370},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1385\":{\"position\":{\"__isSmartRef__\":true,\"id\":1386},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1387},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1388},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1389},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1399},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1400},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1386\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1387\":{\"x\":79.8735578213487,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1388\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1389\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1390},{\"__isSmartRef__\":true,\"id\":1392},{\"__isSmartRef__\":true,\"id\":1394},{\"__isSmartRef__\":true,\"id\":1396}],\"vector\":{\"__isSmartRef__\":true,\"id\":1398},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1390\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1391}},\"1391\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1392\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1393}},\"1393\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1394\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1395}},\"1395\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1396\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1397}},\"1397\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1398\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1399\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1400\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1401\":{\"x\":634.015908798265,\"y\":9,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1402\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1403},{\"__isSmartRef__\":true,\"id\":1405},{\"__isSmartRef__\":true,\"id\":1407},{\"__isSmartRef__\":true,\"id\":1409}],\"vector\":{\"__isSmartRef__\":true,\"id\":1398},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1403\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1404}},\"1404\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1405\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1406}},\"1406\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1407\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1408}},\"1408\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1409\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1410}},\"1410\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1411\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1412\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1369},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"openPartTestRunner\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1413\":{\"x\":79.8735578213487,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1414\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1415\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1369},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1416\":{\"x\":59.70298502940375,\"y\":-12.472848995726281,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1417\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1418},{\"__isSmartRef__\":true,\"id\":1436}],\"scripts\":[],\"id\":\"865769D5-F845-4624-98BB-58E03979D895\",\"shape\":{\"__isSmartRef__\":true,\"id\":1447},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1463},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1451},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1464},\"label\":{\"__isSmartRef__\":true,\"id\":1418},\"name\":\"MagnifierButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1473},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1476}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1477},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1478},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1479},\"derivationIds\":[2588,\"22797D34-67DE-4A06-81F0-4DF0A87ADBBC\",\"81CB4C12-BCF0-4097-8B6D-D9419046367A\",\"0767A57D-9BB2-48C6-9654-753D2B9D00A6\",\"42871246-6725-4E41-A2C1-5A5BCF041097\",\"BCE6E775-B5DF-4D6B-9F06-CDC02C1B1D0F\",\"797EC165-A639-42D9-A059-669F6BEB92A7\",\"FA498EFD-E50E-4CE0-9FA8-9AE2E8AE9580\",\"4B68C371-CB37-45B4-910A-611E5FFC23DD\",\"94E374B9-7ED4-4E39-96F1-6FD4E7AC3428\",\"34D63515-7CC7-43FB-B7BB-87AFCA377D63\",\"67A96A4E-2E4C-40E5-959C-15E197EE61CD\",\"173C362F-825D-4E15-B245-DE2055328912\",\"CAFD3EE8-16FC-40A4-91DE-6C8DD5F66466\",\"9156AC94-8C9C-49C4-B4E4-9F6152590C77\",\"F110F000-E5B3-4B91-A63A-4327DD75C89B\",\"66371D2F-EDBD-4D17-81BB-F3F2D64B234A\"],\"_ClipMode\":\"visible\",\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1480},\"highlightRectangle\":{\"__isSmartRef__\":true,\"id\":1481},\"isCopyMorphRef\":true,\"morphRefId\":1,\"#startLetters\":\"highlightRectangle\",\"prevScroll\":[0,0],\"_Rotation\":0,\"_Scale\":0.9920279440699439,\"isPressed\":false,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1571},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1418\":{\"submorphs\":[],\"scripts\":[],\"id\":\"72B0A339-7A2B-4BD6-8D62-1A3D82F558C3\",\"shape\":{\"__isSmartRef__\":true,\"id\":1419},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1425},\"_MaxTextWidth\":24,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1426},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1427},\"owner\":{\"__isSmartRef__\":true,\"id\":1417},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1428},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1429},{\"__isSmartRef__\":true,\"id\":1431}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1433},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1434},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"derivationIds\":[2589,\"024C5ADE-C4CF-4E8E-BEC5-F93AD4839702\",\"A2CC4D56-B9D8-4A48-B6FF-DDDD85ACDC2E\",\"5AC5C4DE-00B0-43DB-B7F1-765674CE818B\",\"750A11C6-766E-4B48-AE32-D71DE811EB4A\",\"66A7B56E-A94E-44AE-8AED-C0C1B07554D4\",\"CA8596D3-2D4F-453B-BE1B-DCEC8F85389B\",\"4D7DC32F-79CB-4AF8-8B21-AB4F1809D4A8\",\"439DE430-7651-470E-97D8-00E7F96B04DA\",\"DAC920E6-217B-4515-AC09-2F9DCBA7375C\",\"BD48C003-0502-451D-B6AA-7369FF3D1030\",\"C977E5FA-5232-4FC5-B382-D72524B6BB34\",\"2ABBA1E6-13DB-446C-B0BD-38CB9D11DBCF\",\"81109613-52B1-4F19-8B26-421ACD9B89BE\",\"CAB6C69D-EF50-4302-B1DE-CCA7D8E6AD8A\",\"9D34F01C-B74B-47D2-9EE8-EE4D4D526933\",\"81DC8598-D5A3-460A-9D86-2475A0E54C9E\"],\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":24,\"_MinTextHeight\":null,\"_FontSize\":10,\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1435},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1419\":{\"position\":{\"__isSmartRef__\":true,\"id\":1420},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1421},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1422},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1423},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1424},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1420\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1421\":{\"x\":24,\"y\":24,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1422\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1423\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1424\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1425\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1426\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1427\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1428\":{\"x\":24,\"y\":24,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1429\":{\"style\":{\"__isSmartRef__\":true,\"id\":1430},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1418},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1430\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1431\":{\"style\":{\"__isSmartRef__\":true,\"id\":1432},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1418},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1432\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1433\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1434\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1418},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1435\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1436\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1437},\"derivationIds\":[null,\"29E543E0-AE93-493A-A694-FC1C330D0544\",\"F0366E4C-E97F-4C77-BEE4-340A0668ADD5\",\"347F6028-5092-4F54-9A34-3EFF3FF0B815\",\"BF7387E7-BCD7-4A5B-B9D2-C14ECF59EFCA\",\"85BA370B-966E-41F7-8C2F-F3A926EC2AA2\",\"1652172B-339A-43A1-9589-70E68B35A28E\",\"705524F7-129B-4102-834E-2A1A45985BB5\",\"5707DF70-CD77-4D53-96ED-5A0AEB227FB7\",\"257E62CE-C668-4317-B5B7-8D394BDC3F6C\",\"F7F01311-6C1F-435B-ABC2-08492D3F0EB3\",\"5971C26F-D761-4186-8783-1D4AAC607CEE\",\"C017A337-898A-4ABA-81C9-3D25BCEA4E7F\",\"58F7AD25-24B1-4B4F-A6EA-38BB0F553AB1\",\"BF398A3B-2A8F-4DDD-BA52-2DBDFA951ED2\",\"1F07B41A-AB4F-48FC-A2D5-895508D73C9B\"],\"id\":\"4AD7ED47-DEE2-48F2-95D0-DFAA83095FB3\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1442},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1443},\"_ClipMode\":\"visible\",\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1444},\"owner\":{\"__isSmartRef__\":true,\"id\":1417},\"name\":\"leftpointing_magnifying_glass.png\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1445},\"isBeingDragged\":false,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1446},\"eventsAreDisabled\":true,\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"isCopyMorphRef\":true,\"morphRefId\":161,\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Image\"},\"1437\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1438},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1439},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1440},\"_ImageURL\":\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAABAAAAAQBPJcTWAAAALnRFWHRUaXRsZQBMRUZULVBPSU5USU5HIE1BR05JRllJTkcgR0xBU1MgKFUrMUY1MEQpw88haQAAABV0RVh0QXV0aG9yAEFuZHJldyBNYXJjdXNl5zc3gwAAAC90RVh0U29mdHdhcmUAaW5mby5maWxlZm9ybWF0LmRhdGEuVW5pY29kZVBuZ1NlcnZsZXRoAX8wAAAAQ3RFWHREZXNjcmlwdGlvbgBodHRwOi8vd3d3LmZpbGVmb3JtYXQuaW5mby9pbmZvL3VuaWNvZGUvMWY1MGQvaW5kZXguaHRtk2hNQgAAADt0RVh0Q29weXJpZ2h0AGh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LW5jLXNhLzIuMC9siJKDAAAIDklEQVR42u1daWxVRRQeCi0tIqCAQCTIUtEIGlk0ilqEkEbiQhSKGAyCooIIggsiQuMWZNGwVMUFNIhKZBMobZClgK1FwAU3wIpSREDcUFZFEM/JOzf3vPHet9ze1/eYe77k+zNzl5nz3ZlzZntPKYFAcHojDXimmKH6cQbwZuBM4HLgx8A9wBPAU8BjwJ3ADcDFwMnArsCaYjr/0BB4DwlwjAwfL38DzgX2AdYWk3pDJnAM8E/NuN8BpwEHAq8DXgpsCswANgN2APak/BeBu7T7sQX1A9YQE8fuDwYAf2BG/JrEaefxmSjaeOAO9syNwBwxd2Q0o/7fMhr6h8Fx+oBIX346cATwF/aON6Qbc0ZH4G4y0lHgOGAdD8/Be/KAs4AFwKsdrqkHnAA8Tu8rAzYWCWz0Bh5hraKTT11fL+AH1FXlA8/SrsEu61fmW9qLFEqNAv5LRsEw9twEvKMzcAvwJ3LoHG2AW+n9B4HdgixGHhNjiccuKlbUp9aC7yoGnqflraa8A8C2QRTjMvIVaITyKI61BjnkqiILWEjvPAwcxvLqAj+nvAqH7s1oNAfupcpjeNskhnvQOQ/xYfxQCziHRVl3sjxsNfspvYSuNR4Ywn5ClT5CA7lYkUPRU0YVy4CivkVlOE7TKxa6AP+ivKlBEORe9nUO8XD/QhWay6oqmlK3dYoirTYs70FK/wd4ocli1KVIByu7XXmb9BsOPEmj76riSfZxbAM2oPQMmqLB9GUmC/I0M8AtHp9xCd3/rM8fCHISy+vH0ruaOi3Coyqv6ETPKPSpXEOZ4X9XoSl+y89sovTNJgoyklW8rw8+aKFP5apFo3SrbMNcWsnFpgmylkU19R3yY4mc0mk0j88Z62PZ5jHDV7DQugE5dkx/3CQxzlb2qt6aCF1HtJH6BHoGju4v97F8+Sp8zeRGlldCaZtMEmQAq+zICL5hpUvrwfXy19gzZvhcvj6aILNZ3ij2ETQzRZA3WWU7RrgOfQsu05YCnyLxcFS9h91fTlMgfqKdJsg6lteBpQ8wRZASVqmmUa7txvwEJ/qe8SoxGxYymK+wpnMsNGHpxviRbVShkzEatAb5iEHUSrqzQVuiUMkMf5IFGWnM/71giiAHqEL7U7iMf2gtkk/B7/M51E4qMlklvzwNymgxl+VvobQPTRCkMavkDpaelkJlbOkgyDUsv0LZu19Oe/A++BBLvyIB0ZJX9HIQhHdZBymt1BQfso9V1Jorag28PUXKN8tBkHqUV4elLTJFkM9YpVqzllOcAmXDiG6vJsZhlt+Kpc80RZBiF2eJK4fZSS5bd4fWUcTyc1n6Y6YIMpVVii+LTgFOTHLZNjoIMpTlT2fpXUwRpIcKn021gHuwcDN0ss525Cnn3fIt2DXfK3vPljGbHtK1gdcFmkNdkYTK4gz0Tgcxytg1fI6rUBkGvubA54Ta0lTFK9VYFhS/xKV18PEHX3MfYpogfPUND9DwuamFlP5oNZXlZRcxlmsDWutsCl/aNQYZWhfBnTlOceNsLq459E1wyyhwEeNvFb7ZusClrEbhNlbJoyp8Y3UejehxPWS08v/MBrbIlcr92BvfwZit7KMKOC3f3FRBcBC2mRlBnz0dpOzN17gvqrdP7+2p7PkoJz7Hrq2pCfeqMhzXasbI1/KHa/m4Y93reRFcU1mrIh8IXaLCJzpnsLyfKRozHrNZpbFF9NHyx2pGw2tWAZ8H3gW8UjmvvWdSlIQb3raq6Kdzp6vwBbOhWn5/FRCggy9lFcdN1521ax5Q0Y9B41o7nkn8Rv1/gSkS0T/crb0vV4Uv465UAUNjLerCkfAN2jUXKef19apwnYP4AynK4tfNU6m1ZlMtaK/stQZrLXu0Q6g6OIpTjoVfAK/Xnp1GDp1fhy0th1rwHLqmEbXYHkEQJYcGitwouG2onoPx0Ne8q+yDmtGIs8lPUFCgH/Q5R4XPQlt8nfKzKB9/ouNHLT/ddFEw7t+uGQbPko90GY+gOHgcoRc5+YeBj1DY3JPyGrq8qy6JdMhBDAyz8azhZLq2JRuP4HE3a6f8KhNH7k4Dt9UORqoE3qGqfiAUo7L7lX1kjfMd4H0UHGTTFMpLzH8VUAS3iN2znsQ1GugvprCvkvMYdSFouBYxPu98FdoKusblmZXUoiz0J1FuYgPUfCrXAof7S4MgimXIRVH8wwHq5vBLna9Cs8ULyEgVWrCg8zAJ79TtjGDXjSMx5kd4Fk7XB+a3uq5Sob1QfoW86JzxR2zcjjyj3/mKTafUpCAi2nPLVcB+QA379YdoGuWEBxEwars1hujIOpZQQS1jWhzvKXeIDAOBRhT+YgQ2kcYK71NLwgOauAKJ50jwpFW8J2jHKHvLKwYBuENmVxyibAiqKIlCOkVY1g8HZHkQ5SOXeTaBR9RW9vT7agp34xVlo4jiL7KoG0TjriCR4hVlk0r8EYrAtZQiZa+14wx1qzhF2Syi+C+K5VOWko8RUVJIlPc8irIhKCP6ZItSqeJbh8kSU/qHDCbKMuZT4hFlrpgxcaIUUcuJR5TdYsLEiFLIQuLMOESZJOZLnCjLyMhrabqkZRRR1qsArDQmW5SlZOxPVWhJ2E2UNRJlVQ/wi19CRv9WhXbJoCh8zb+IujVBNYqymIyPP55ZxsQoVvK78kkBrp28rXVThSJGcoE7YZ5RoTMlc8SBpw7kj2IEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgSAZ+A+0ucC4BysctgAAAABJRU5ErkJggg==\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1441},\"_NodeClass\":[\"image\"],\"_NodeId\":\"29E543E0-AE93-493A-A694-FC1C330D0544\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isLoaded\":true,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Image\"},\"1438\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1439\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\",\"setImageURL\":\"setImageURLHTML\",\"getNativeExtent\":\"getNativeExtentHTML\"},\"1440\":{\"x\":29,\"y\":29,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1441\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1442\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1443\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1436},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1444\":{\"x\":-3.024108360992159,\"y\":0.008036120330757512,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1445\":{\"x\":28,\"y\":29,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1446\":{\"x\":39.935711037353485,\"y\":-9.032144481323257,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1447\":{\"position\":{\"__isSmartRef__\":true,\"id\":1448},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1449},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1450},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1451},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1461},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1462},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1448\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1449\":{\"x\":24,\"y\":24,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1450\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1451\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1452},{\"__isSmartRef__\":true,\"id\":1454},{\"__isSmartRef__\":true,\"id\":1456},{\"__isSmartRef__\":true,\"id\":1458}],\"vector\":{\"__isSmartRef__\":true,\"id\":1460},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1452\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1453}},\"1453\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1454\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1455}},\"1455\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1456\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1457}},\"1457\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1458\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1459}},\"1459\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1460\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1461\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1462\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1463\":{\"x\":464.5087747493862,\"y\":8.483242611655214,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1464\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1465},{\"__isSmartRef__\":true,\"id\":1467},{\"__isSmartRef__\":true,\"id\":1469},{\"__isSmartRef__\":true,\"id\":1471}],\"vector\":{\"__isSmartRef__\":true,\"id\":1460},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1465\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1466}},\"1466\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1467\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1468}},\"1468\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1469\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1470}},\"1470\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1471\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1472}},\"1472\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1473\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"ScriptableButton\",\"comment\":\"Has a script that is called on button press\",\"changes\":[{\"__isSmartRef__\":true,\"id\":1474}],\"revisionOnLoad\":154251,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1474\":{\"date\":{\"__isSmartRef__\":true,\"id\":1475},\"author\":\"robertkrahn\",\"message\":\"no comment\",\"id\":\"0366C0A2-0C8E-4AEB-AAC3-120434134545\"},\"1475\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 14:10:10 GMT+0200 (CEST)\"},\"1476\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1417},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1417},\"targetMethodName\":\"onFire\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1477\":{\"x\":24.405327095521386,\"y\":24.0321444813232,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1478\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1479\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1417},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1480\":{\"x\":37.935711037353656,\"y\":-7.943747157684584,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1481\":{\"submorphs\":[],\"scripts\":[],\"id\":\"364FF344-E489-461B-BC8C-ED45E4823ED4\",\"shape\":{\"__isSmartRef__\":true,\"id\":1482},\"__layered_droppingEnabled__\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1489},\"showsHalos\":false,\"name\":\"HighlightRectangle\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1490},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1531},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1532},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1533},{\"__isSmartRef__\":true,\"id\":1534},{\"__isSmartRef__\":true,\"id\":1535}],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[127,\"F0291F62-F100-480C-AEBF-0230398F7983\",\"AE8B5ED7-E305-45BC-BE4A-1C28A49EE12B\",\"39BA345C-17FA-45A0-BAC2-F0CF5654ACF8\",\"FE91EA31-D8AE-461B-8A49-95DA5FBAE5B4\",\"F38439A3-2F4E-4AC2-BF73-2633C00B1393\",\"6748F5B5-2284-4748-A6EE-F1A261CBAD0B\",\"6FECB598-D130-4242-BF1B-E18767608129\",\"0B23F218-078F-4912-A262-31B957885F41\",\"C56BA290-B836-4946-B4EF-DBB6FBA2368C\",\"61176BAF-CFE6-4F2C-9F0A-971AAD6595A1\",\"CB4127B2-0AA5-4B50-9978-F1FF39924A82\",\"113050BB-CF0E-4193-91C6-9C25FC857EE8\",\"EFF939E4-317B-4662-943F-77A6E6F65BD0\",\"AA288E7F-3972-4F0D-87DD-61E4BD9C9C97\",\"903E8C60-1158-42D5-85D2-DF134DA6CEC1\",\"28FD6210-A549-4A11-9178-04E77FF556C0\",\"B3312E29-D786-469F-865E-91FD69475A52\",\"D947A1C1-DCBE-4485-A33D-DF549F6978E0\",\"56CE0E60-45BE-43FF-9C6C-296D8AC326B6\",\"CC61E3F8-8C8D-4F24-A591-023D3C88DEC8\"],\"partTests\":{\"__isSmartRef__\":true,\"id\":1536},\"_ClipMode\":\"visible\",\"moved\":true,\"isBeingDragged\":false,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1484},\"prevScroll\":[0,0],\"#startLetters\":\"\",\"eventsAreDisabled\":false,\"_HandStyle\":\"default\",\"_PointerEvents\":\"auto\",\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1541},\"_Rotation\":0,\"_Scale\":1.0060210561262526,\"owner\":null,\"magnifierButton\":{\"__isSmartRef__\":true,\"id\":1417},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1542},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"1482\":{\"position\":{\"__isSmartRef__\":true,\"id\":1483},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1484},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1485},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1486},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1487},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1488},\"_BorderRadius\":0,\"_Opacity\":0.2597,\"_BorderStyle\":\"hidden\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1483\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1484\":{\"x\":5000,\"y\":3000,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1485\":{\"r\":0.8,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1486\":{\"r\":0.227,\"g\":0,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1487\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1488\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1489\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1490\":{\"partsSpaceName\":\"PartsBin/Tools\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A rectangle which highlights the object under the first hand of the world\",\"migrationLevel\":4,\"partName\":\"HighlightRectangle\",\"changes\":[{\"__isSmartRef__\":true,\"id\":1491},{\"__isSmartRef__\":true,\"id\":1493},{\"__isSmartRef__\":true,\"id\":1495},{\"__isSmartRef__\":true,\"id\":1497},{\"__isSmartRef__\":true,\"id\":1499},{\"__isSmartRef__\":true,\"id\":1501},{\"__isSmartRef__\":true,\"id\":1503},{\"__isSmartRef__\":true,\"id\":1505},{\"__isSmartRef__\":true,\"id\":1507},{\"__isSmartRef__\":true,\"id\":1509},{\"__isSmartRef__\":true,\"id\":1511},{\"__isSmartRef__\":true,\"id\":1513},{\"__isSmartRef__\":true,\"id\":1515},{\"__isSmartRef__\":true,\"id\":1517},{\"__isSmartRef__\":true,\"id\":1519},{\"__isSmartRef__\":true,\"id\":1521},{\"__isSmartRef__\":true,\"id\":1523},{\"__isSmartRef__\":true,\"id\":1525},{\"__isSmartRef__\":true,\"id\":1527},{\"__isSmartRef__\":true,\"id\":1529}],\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1491\":{\"date\":{\"__isSmartRef__\":true,\"id\":1492},\"author\":\"timfelgentreff\",\"message\":\"no comment\",\"id\":\"3DB7DB40-210A-4BED-91FD-9287005703EC\"},\"1492\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 17:04:54 GMT+0200 (CEST)\"},\"1493\":{\"date\":{\"__isSmartRef__\":true,\"id\":1494},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"23D7AA12-66A9-4C3B-B494-131256C291AC\"},\"1494\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:57:13 GMT+0200 (CEST)\"},\"1495\":{\"date\":{\"__isSmartRef__\":true,\"id\":1496},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"2C30B7CA-388F-4F51-B4CF-A2E50E381148\"},\"1496\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:23:11 GMT+0200 (CEST)\"},\"1497\":{\"date\":{\"__isSmartRef__\":true,\"id\":1498},\"author\":\"tessi\",\"message\":\"diable events\",\"id\":\"7C1F71A3-FDAC-470A-B9A9-E1F2C9FEF18E\"},\"1498\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 14:46:08 GMT+0200 (CEST)\"},\"1499\":{\"date\":{\"__isSmartRef__\":true,\"id\":1500},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"01996A33-11BC-4C15-96D7-B7D219E2E961\"},\"1500\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 14:39:50 GMT+0200 (CEST)\"},\"1501\":{\"date\":{\"__isSmartRef__\":true,\"id\":1502},\"author\":\"undefined\",\"message\":\"whoopsie\",\"id\":\"3F17A2D2-3C24-424B-B0FA-E43112267D23\"},\"1502\":{\"isSerializedDate\":true,\"string\":\"Thu May 03 2012 15:51:36 GMT+0200 (CEST)\"},\"1503\":{\"date\":{\"__isSmartRef__\":true,\"id\":1504},\"author\":\"undefined\",\"message\":\"whoopsie\",\"id\":\"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC\"},\"1504\":{\"isSerializedDate\":true,\"string\":\"Thu May 03 2012 15:51:30 GMT+0200 (CEST)\"},\"1505\":{\"date\":{\"__isSmartRef__\":true,\"id\":1506},\"author\":\"undefined\",\"message\":\"sorry\",\"id\":\"44B56D2E-9B59-4C67-A305-49A6E10E66C2\"},\"1506\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 14 2012 10:53:45 GMT+0100 (CET)\"},\"1507\":{\"date\":{\"__isSmartRef__\":true,\"id\":1508},\"author\":\"fbo\",\"message\":\"\",\"id\":\"BD1C654D-9100-4B66-BC62-B15FF2498B2B\"},\"1508\":{\"isSerializedDate\":true,\"string\":\"Sat Feb 25 2012 02:59:09 GMT+0100 (CET)\"},\"1509\":{\"date\":{\"__isSmartRef__\":true,\"id\":1510},\"author\":\"undefined\",\"message\":\"css transitions\",\"id\":\"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7\"},\"1510\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 14 2012 10:42:26 GMT+0100 (CET)\"},\"1511\":{\"date\":{\"__isSmartRef__\":true,\"id\":1512},\"author\":\"undefined\",\"message\":\"suddenly, the rectangle became a CarDemo\",\"id\":\"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350\"},\"1512\":{\"isSerializedDate\":true,\"string\":\"Mon Apr 09 2012 13:42:07 GMT+0200 (CEST)\"},\"1513\":{\"date\":{\"__isSmartRef__\":true,\"id\":1514},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"4B982A01-25B3-455A-848D-89C2C3C471D7\"},\"1514\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 13:58:01 GMT+0200 (CEST)\"},\"1515\":{\"date\":{\"__isSmartRef__\":true,\"id\":1516},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"2FD6CB7B-3BC7-4666-98B4-AACF1001954D\"},\"1516\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 14:07:32 GMT+0200 (CEST)\"},\"1517\":{\"date\":{\"__isSmartRef__\":true,\"id\":1518},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"09CF5ECF-2C87-4B66-A164-39848628596F\"},\"1518\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 15:34:59 GMT+0200 (CEST)\"},\"1519\":{\"date\":{\"__isSmartRef__\":true,\"id\":1520},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"252A3EB5-DB00-4CF9-BF38-2927DD1C5229\"},\"1520\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:34:29 GMT+0200 (CEST)\"},\"1521\":{\"date\":{\"__isSmartRef__\":true,\"id\":1522},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"81534551-62C1-4FC9-96CB-A5AC6642CA1E\"},\"1522\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:45:49 GMT+0200 (CEST)\"},\"1523\":{\"date\":{\"__isSmartRef__\":true,\"id\":1524},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"5125DE3A-D50E-4621-8490-F3A9D99C2C4C\"},\"1524\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:47:20 GMT+0200 (CEST)\"},\"1525\":{\"date\":{\"__isSmartRef__\":true,\"id\":1526},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"C81A2FBF-CB0B-4A0B-9D63-F9AEDFCB5DA6\"},\"1526\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:51:06 GMT+0200 (CEST)\"},\"1527\":{\"date\":{\"__isSmartRef__\":true,\"id\":1528},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"DC8EF5EC-7563-45B6-816D-20E2DC218525\"},\"1528\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:52:10 GMT+0200 (CEST)\"},\"1529\":{\"date\":{\"__isSmartRef__\":true,\"id\":1530},\"author\":\"timfelgentreff\",\"message\":\"no comment\",\"id\":\"E7515DFB-DE7D-4E1F-A2C3-85166DCE4942\"},\"1530\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:59:39 GMT+0200 (CEST)\"},\"1531\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1532\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1481},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1533\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1481},\"sourceAttrName\":\"onMouseMove\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1481},\"targetMethodName\":\"updateOnMove\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1534\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1481},\"sourceAttrName\":\"onMouseUp\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1417},\"targetMethodName\":\"setTarget\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1535\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1481},\"sourceAttrName\":\"onKeyPress\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1417},\"targetMethodName\":\"onRectangleKeyPress\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1536\":{\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1537}},\"1537\":{\"test01IsMorph\":{\"__isSmartRef__\":true,\"id\":1538}},\"1538\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1539},\"source\":\"function test01IsMorph(aPart) {\\n this.assert(aPart.isMorph, 'rectangle should be a morph');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1540},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1539\":{\"this\":{\"__isSmartRef__\":true,\"id\":1536}},\"1540\":{},\"1541\":{\"x\":43.995993991989735,\"y\":-14.012018024029999,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1542\":{\"update\":{\"__isSmartRef__\":true,\"id\":1543},\"coveredMorph\":{\"__isSmartRef__\":true,\"id\":1547},\"updateOnMove\":{\"__isSmartRef__\":true,\"id\":1551},\"bringToFront\":{\"__isSmartRef__\":true,\"id\":1555},\"onKeyUp\":{\"__isSmartRef__\":true,\"id\":1563}},\"1543\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1544},\"source\":\"function update(morph) {\\n if (!morph) {\\n return\\n }\\n\\n if (morph === this.magnifierButton ||\\n this.magnifierButton.submorphs.indexOf(morph) >= 0) {\\n this.setExtent(pt(0,0))\\n } else {\\n this.setPosition(morph.getPositionInWorld())\\n this.setExtent(morph.getExtent())\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1545},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1544\":{\"this\":{\"__isSmartRef__\":true,\"id\":1481}},\"1545\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1546},\"user\":\"timfelgentreff\",\"tags\":[]},\"1546\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 07 2012 12:09:28 GMT+0200 (CEST)\"},\"1547\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1548},\"source\":\"function coveredMorph() {\\n var that = this\\n return $world.morphsContainingPoint($world.firstHand().getPosition()).detect(\\n function(ea) {\\n return !ea.isPlaceholder &&\\n !ea.isHalo &&\\n (!ea.owner || !ea.owner.isHalo) &&\\n !(ea === that);\\n });\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1549},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1548\":{\"this\":{\"__isSmartRef__\":true,\"id\":1481}},\"1549\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1550},\"user\":\"timfelgentreff\",\"tags\":[]},\"1550\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 07 2012 12:33:40 GMT+0200 (CEST)\"},\"1551\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1552},\"source\":\"function updateOnMove() {\\n this.update(this.coveredMorph())\\n this.bringToFront()\\n\\n if (window.event.shiftKey) {\\n this.magnifierButton.startHighlighting()\\n } else {\\n this.magnifierButton.stopHighlighting()\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1553},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1552\":{\"this\":{\"__isSmartRef__\":true,\"id\":1481}},\"1553\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1554},\"user\":\"tessi\",\"tags\":[]},\"1554\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 13 2012 16:56:41 GMT+0200 (CEST)\"},\"1555\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1556},\"source\":\"function bringToFront() {\\n this.renderContext().morphNode.style.zIndex= 1000\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1561},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1556\":{\"this\":{\"__isSmartRef__\":true,\"id\":1481},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1557}},\"1557\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1558}},\"1558\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1559},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n if ($world) \\n $world.logError(e, 'Error in $super call')\\n else\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1560},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1559\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1481},\"name\":\"bringToFront\"},\"1560\":{},\"1561\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1562},\"user\":\"lauritz\",\"tags\":[]},\"1562\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 17:28:10 GMT+0200 (CEST)\"},\"1563\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1564},\"source\":\"function onKeyUp(evt) {\\n if (evt.keyCode == 27) {\\n this.magnifierButton.stopTracking()\\n this.magnifierButton.stopHighlighting();\\n }\\n return true\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1569},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1564\":{\"this\":{\"__isSmartRef__\":true,\"id\":1481},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1565}},\"1565\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1566}},\"1566\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1567},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n if ($world) \\n $world.logError(e, 'Error in $super call')\\n else\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1568},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1567\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1481},\"name\":\"onKeyUp\"},\"1568\":{},\"1569\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1570},\"user\":\"tessi\",\"tags\":[]},\"1570\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 13 2012 17:01:10 GMT+0200 (CEST)\"},\"1571\":{\"onFire\":{\"__isSmartRef__\":true,\"id\":1572},\"onMouseMove\":{\"__isSmartRef__\":true,\"id\":1576},\"onMouseOut\":{\"__isSmartRef__\":true,\"id\":1584},\"reset\":{\"__isSmartRef__\":true,\"id\":1592},\"isTracking\":{\"__isSmartRef__\":true,\"id\":1596},\"isHighlighting\":{\"__isSmartRef__\":true,\"id\":1600},\"currentTarget\":{\"__isSmartRef__\":true,\"id\":1604},\"setTarget\":{\"__isSmartRef__\":true,\"id\":1608},\"currentTargetIsMultiSelection\":{\"__isSmartRef__\":true,\"id\":1612},\"newMultiSelection\":{\"__isSmartRef__\":true,\"id\":1616},\"newGreenRectangle\":{\"__isSmartRef__\":true,\"id\":1620},\"stopTracking\":{\"__isSmartRef__\":true,\"id\":1624},\"startTracking\":{\"__isSmartRef__\":true,\"id\":1628},\"stopHighlighting\":{\"__isSmartRef__\":true,\"id\":1632},\"startHighlighting\":{\"__isSmartRef__\":true,\"id\":1636},\"onRectangleKeyPress\":{\"__isSmartRef__\":true,\"id\":1640}},\"1572\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1573},\"source\":\"function onFire() {\\n this.stopHighlighting()\\n if (this.isTracking()) {\\n this.stopTracking()\\n } else {\\n this.startTracking()\\n }\\n this.onMouseMove()\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1574},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1573\":{\"this\":{\"__isSmartRef__\":true,\"id\":1417}},\"1574\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1575},\"user\":\"timfelgentreff\",\"tags\":[]},\"1575\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 07 2012 12:10:52 GMT+0200 (CEST)\"},\"1576\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1577},\"source\":\"function onMouseMove(evt) {\\n if (!this.isHighlighting()) {\\n this.startHighlighting()\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1582},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1577\":{\"this\":{\"__isSmartRef__\":true,\"id\":1417},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1578}},\"1578\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1579}},\"1579\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1580},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n if ($world) \\n $world.logError(e, 'Error in $super call')\\n else\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1581},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1580\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1417},\"name\":\"onMouseMove\"},\"1581\":{},\"1582\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1583},\"user\":\"timfelgentreff\",\"tags\":[]},\"1583\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 07 2012 10:53:50 GMT+0200 (CEST)\"},\"1584\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1585},\"source\":\"function onMouseOut() {\\n this.stopHighlighting()\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1590},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1585\":{\"this\":{\"__isSmartRef__\":true,\"id\":1417},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1586}},\"1586\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1587}},\"1587\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1588},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n if ($world) \\n $world.logError(e, 'Error in $super call')\\n else\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1589},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1588\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1417},\"name\":\"onMouseOut\"},\"1589\":{},\"1590\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1591},\"user\":\"timfelgentreff\",\"tags\":[]},\"1591\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 07 2012 10:55:09 GMT+0200 (CEST)\"},\"1592\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1593},\"source\":\"function reset() {\\n var rect = this.highlightRectangle\\n rect.attributeConnections = []\\n connect(rect, \\\"onMouseMove\\\", rect, \\\"updateOnMove\\\")\\n connect(rect, \\\"onMouseUp\\\", this, \\\"setTarget\\\")\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1594},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1593\":{\"this\":{\"__isSmartRef__\":true,\"id\":1417}},\"1594\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1595},\"user\":\"tessi\",\"tags\":[]},\"1595\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 13 2012 16:54:48 GMT+0200 (CEST)\"},\"1596\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1597},\"source\":\"function isTracking() {\\n return !!this.world().firstHand().highlightConnection\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1598},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1597\":{\"this\":{\"__isSmartRef__\":true,\"id\":1417}},\"1598\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1599},\"user\":\"lauritz\",\"tags\":[\"state\"]},\"1599\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 18:04:17 GMT+0200 (CEST)\"},\"1600\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1601},\"source\":\"function isHighlighting() {\\n return !!this.greenRectangle\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1602},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1601\":{\"this\":{\"__isSmartRef__\":true,\"id\":1417}},\"1602\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1603},\"user\":\"timfelgentreff\",\"tags\":[\"state\"]},\"1603\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 07 2012 10:52:02 GMT+0200 (CEST)\"},\"1604\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1605},\"source\":\"function currentTarget() {\\n return this.owner.target;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1606},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1605\":{\"this\":{\"__isSmartRef__\":true,\"id\":1417}},\"1606\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1607},\"user\":\"lauritz\",\"tags\":[]},\"1607\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 18:26:02 GMT+0200 (CEST)\"},\"1608\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1609},\"source\":\"function setTarget() {\\n var e = window.event,\\n shiftPressed = e.shiftKey,\\n target = this.highlightRectangle.coveredMorph()\\n\\n if (shiftPressed) {\\n if (this.currentTargetIsMultiSelection()) {\\n this.currentTarget().push(target)\\n target = this.currentTarget()\\n } else {\\n var selection = this.newMultiSelection()\\n selection.push(this.currentTarget())\\n selection.push(target)\\n target = selection\\n }\\n }\\n\\n this.stopTracking()\\n this.stopHighlighting()\\n this.owner.setTarget(target)\\n\\n if (shiftPressed) {\\n this.startTracking()\\n this.startHighlighting()\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1610},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1609\":{\"this\":{\"__isSmartRef__\":true,\"id\":1417}},\"1610\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1611},\"user\":\"timfelgentreff\",\"tags\":[\"selecting\"]},\"1611\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 07 2012 12:38:48 GMT+0200 (CEST)\"},\"1612\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1613},\"source\":\"function currentTargetIsMultiSelection() {\\n return !!(this.currentTarget() && this.currentTarget().__multi_selection_proxy__)\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1614},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1613\":{\"this\":{\"__isSmartRef__\":true,\"id\":1417}},\"1614\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1615},\"user\":\"tessi\",\"tags\":[]},\"1615\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 13 2012 16:31:43 GMT+0200 (CEST)\"},\"1616\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1617},\"source\":\"function newMultiSelection() {\\n var ms = {\\n __multi_selection_proxy__: true,\\n targets: [],\\n highlights: [],\\n setName: function (n) {\\n this.name = n\\n },\\n getName: function () {\\n if (!this.name) {\\n return \\\"Unnamed Group\\\" + \\\" [\\\" + this.targets.length + \\\"]\\\"\\n } else {\\n return this.name + \\\" [\\\" + this.targets.length + \\\"]\\\"\\n }\\n },\\n push: function (obj) {\\n var idx = this.targets.indexOf(obj)\\n if (idx < 0) {\\n this.targets.push(obj)\\n } else {\\n this.targets.removeAt(idx)\\n }\\n },\\n getFunction: function (name) {\\n var funcs = this.privateTargetFunctions()\\n return funcs.find(function(f) { return f[0] === name })[1]\\n },\\n targetFunctions: function () {\\n var funcs = this.privateTargetFunctions()\\n return funcs.collect(function(f) { return f[0] });\\n },\\n privateTargetFunctions: function () {\\n if (!this.targets.length)\\n return []\\n\\n var that = this;\\n var funcs = Functions.own(this.targets[0]).collect(function (fname) {\\n return [fname, that.targets[0][fname]]\\n })\\n this.targets.each(function(target) {\\n //debugger\\n funcs = funcs.select(function(f){\\n return Functions.own(target).include(f[0]) &&\\n target[f[0]].toString() == f[1].toString();\\n });\\n });\\n return funcs\\n },\\n highlight: function (rect) {\\n this.removeHighlight()\\n this.highlights = this.targets.collect(function (ea) {\\n var r = rect.copy()\\n ea.world().addMorph(r)\\n r.update(ea)\\n return r\\n })\\n },\\n removeHighlight: function () {\\n this.highlights.each(function (h) {\\n h.remove()\\n })\\n this.highlights = []\\n },\\n addScript: function (func) {\\n var fs = []\\n this.targets.each(function (t) {\\n fs.push(t.addScript(func))\\n })\\n return {\\n tag: function (t) {\\n fs.each(function (f) { f.tag(t) })\\n return true\\n }\\n }\\n }\\n }\\n\\n Functions.own(ms).each(function (name) { ms[name].asScriptOf(ms, name) })\\n return ms\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1618},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1617\":{\"this\":{\"__isSmartRef__\":true,\"id\":1417}},\"1618\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1619},\"user\":\"timfelgentreff\",\"tags\":[]},\"1619\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 14 2012 13:12:40 GMT+0200 (CEST)\"},\"1620\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1621},\"source\":\"function newGreenRectangle() {\\n var rect = this.highlightRectangle.copy()\\n rect.setFill(Color.rgba(0,58,0,128))\\n rect.disableEvents()\\n rect.isHalo = true\\n return rect\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1622},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1621\":{\"this\":{\"__isSmartRef__\":true,\"id\":1417}},\"1622\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1623},\"user\":\"timfelgentreff\",\"tags\":[\"hovering\"]},\"1623\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 07 2012 12:33:50 GMT+0200 (CEST)\"},\"1624\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1625},\"source\":\"function stopTracking() {\\n var hand = this.world().firstHand(),\\n rect = this.highlightRectangle\\n \\n if (rect) {\\n rect.remove()\\n }\\n hand.attributeConnections.removeAt(\\n hand.attributeConnections.indexOf(hand.highlightConnection))\\n hand.highlightConnection = null\\n this.owner.focus()\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1626},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1625\":{\"this\":{\"__isSmartRef__\":true,\"id\":1417}},\"1626\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1627},\"user\":\"tessi\",\"tags\":[]},\"1627\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 13 2012 16:47:06 GMT+0200 (CEST)\"},\"1628\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1629},\"source\":\"function startTracking() {\\n var hand = this.world().firstHand(),\\n rect = this.highlightRectangle\\n\\n this.world().addMorph(rect)\\n if (!hand.highlightConnection) {\\n hand.highlightConnection = connect(hand, \\\"scrollFocusMorph\\\", rect, \\\"update\\\")\\n }\\n rect.bringToFront()\\n rect.focus()\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1630},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1629\":{\"this\":{\"__isSmartRef__\":true,\"id\":1417}},\"1630\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1631},\"user\":\"tessi\",\"tags\":[]},\"1631\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 13 2012 16:45:33 GMT+0200 (CEST)\"},\"1632\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1633},\"source\":\"function stopHighlighting() {\\n if (this.greenRectangle) {\\n this.greenRectangle.remove()\\n delete this.greenRectangle\\n }\\n if (this.currentTargetIsMultiSelection()) {\\n this.currentTarget().removeHighlight()\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1634},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1633\":{\"this\":{\"__isSmartRef__\":true,\"id\":1417}},\"1634\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1635},\"user\":\"timfelgentreff\",\"tags\":[\"hovering\"]},\"1635\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 07 2012 12:07:19 GMT+0200 (CEST)\"},\"1636\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1637},\"source\":\"function startHighlighting() {\\n if (!this.currentTarget()) {\\n return\\n }\\n // start only if neccessary\\n if (!this.greenRectangle) {\\n var rect = this.newGreenRectangle(),\\n target = this.currentTarget()\\n\\n if (this.currentTargetIsMultiSelection()) {\\n target.highlight(rect)\\n } else {\\n rect.update(target)\\n this.world().addMorph(rect)\\n rect.bringToFront()\\n }\\n this.greenRectangle = rect\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1638},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1637\":{\"this\":{\"__isSmartRef__\":true,\"id\":1417}},\"1638\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1639},\"user\":\"tessi\",\"tags\":[\"hovering\"]},\"1639\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 13 2012 16:30:59 GMT+0200 (CEST)\"},\"1640\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1641},\"source\":\"function onRectangleKeyPress() {\\n debugger\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1642},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1641\":{\"this\":{\"__isSmartRef__\":true,\"id\":1417}},\"1642\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1643},\"user\":\"tessi\",\"tags\":[]},\"1643\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 13 2012 16:40:02 GMT+0200 (CEST)\"},\"1644\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1645},{\"__isSmartRef__\":true,\"id\":1661}],\"scripts\":[],\"id\":\"2CC76200-BA09-4BE2-9D60-E30E3B1DB993\",\"shape\":{\"__isSmartRef__\":true,\"id\":1672},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1688},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1676},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1689},\"label\":{\"__isSmartRef__\":true,\"id\":1645},\"name\":\"NameGroupButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1698},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1703}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1704},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1705},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1706},\"derivationIds\":[2588,\"22797D34-67DE-4A06-81F0-4DF0A87ADBBC\",\"11C83D57-E873-4516-9585-B62D3DF729A3\",\"8E161AB6-CEB1-4993-B81A-94A59114005E\",\"2F620ADA-09C2-420E-A5CD-A6F8D3E31D8D\",\"3AA42C7C-0734-4F4B-A604-C0D5FA0F06EF\",\"D0F3611A-53F9-4995-996F-E49E21D1AC10\",\"90D64A7D-714C-43E6-A082-69FFC0689CC7\",\"FBAA1361-847D-489E-BC30-80490288D128\"],\"_ClipMode\":\"visible\",\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1707},\"_Visible\":true,\"isCopyMorphRef\":true,\"morphRefId\":162,\"_Rotation\":0,\"_Scale\":0.990044880209748,\"isPressed\":false,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1708},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1645\":{\"submorphs\":[],\"scripts\":[],\"id\":\"917D67E3-2C69-4476-91B7-86C62446C0E9\",\"shape\":{\"__isSmartRef__\":true,\"id\":1646},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1652},\"_MaxTextWidth\":106.05027610358519,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1653},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1654},\"owner\":{\"__isSmartRef__\":true,\"id\":1644},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1655},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1656}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1658},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1659},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"derivationIds\":[2589,\"024C5ADE-C4CF-4E8E-BEC5-F93AD4839702\",\"14B58111-F7FC-48C0-B90D-92C2C566AD98\",\"B6252EA2-DF44-4D7B-9976-ACEC742FEBF7\",\"B333DC78-5941-48C2-B69A-FCCF9F8B8A2C\",\"AFFE9117-3F98-4763-B2E1-1F6F354C86ED\",\"B7C73214-57FC-4888-AF8D-058F3959D17E\",\"007F3267-D6A9-45EE-A0A1-C597BFC0CBBC\",\"5E7CFA25-381E-4152-BE2D-90447228DB55\"],\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":106.05027610358519,\"_MinTextHeight\":null,\"_FontSize\":10,\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1660},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1646\":{\"position\":{\"__isSmartRef__\":true,\"id\":1647},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1648},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1649},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1650},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1651},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1647\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1648\":{\"x\":106.05027610358519,\"y\":21.000000000000057,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1649\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1650\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1651\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1652\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1653\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1654\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1655\":{\"x\":106.05027610358519,\"y\":21.000000000000057,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1656\":{\"style\":{\"__isSmartRef__\":true,\"id\":1657},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1645},\"storedString\":\" Name group\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1657\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1658\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1659\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1645},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1660\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1661\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1662},\"derivationIds\":[null,\"59B9C10F-5E4E-48BE-AC11-E220B20EA1A9\",\"6D62AF0B-53FD-42BF-A88B-D2E547A364F1\",\"8D560BB3-D273-4254-8671-22E828288124\",\"C3AB4E52-B0E0-48C8-B9C7-0B760F4C4B82\",\"23CB95B6-7C1D-47D9-B722-B538FFC4FE1D\",\"D43E3E4E-9612-4A57-BCB6-B75B818AC68F\"],\"id\":\"F8ED790A-78A9-4AEF-A1F2-43442B51727A\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1667},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1668},\"_ClipMode\":\"visible\",\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1669},\"owner\":{\"__isSmartRef__\":true,\"id\":1644},\"name\":\"document_rename.png\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1670},\"showsHalos\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1671},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"isCopyMorphRef\":true,\"morphRefId\":163,\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Image\"},\"1662\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1663},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1664},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1665},\"_ImageURL\":\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAApdJREFUeNqMU01IVFEU/t6bN86MMwOOMIkWSUkbdVOSuQxbuMgSdFyMWGuhrRW0UHHlIjclYdJqEAQJjVqIShFEaaE2YAmZIqOOqcxo4zg/zLx5t3Pu/GBE0YHDgXPu+b77nXuu4unpwUlTFOUGhXL8294YhrFmZDLQ1ubmUNXQUKgIISp8vb3DKSqm2Q0DGSE4L+t+vx++2dku5iL/rjLAu9FRMFrOFYOb0mnpqWQSiVgMx8fHiEajMj7v7x+mc9cI4IKpqKgIkVAI4c1NnK6uZqbLnsbG60sLC5idmoKqqng9PS3Z3WVlWFlZwaflZZxzu5tfzczsw+FwyEPs7spKNHd334mn0+JnPC4OYjExMDgofkQiYiMUEt92d8XXnR3xJRgUgaMjwWc1s9nsLS4uPssMiXAYC+PjZ56Ul0vNUjXJ8Y2M4FRFBa42NQG6Dp1ybDrJ1Wpra8t8Pt/A38Y9NjYGr9eLD/PzsJrN2SSB0Gsho+uK5na7M1arFQ+eqQgENrC9HaSiHaWl5zHx0IlEIgGu2+12mE2mArApC6BqJSUlBkmgVPIPds4n6RU42mw2qNSUBzFR1BnA6XQaXHx630ZpF/ml30AYgOsWi0UCsDGIiYauswRCD/b19XXlG45Sqapb7e13RXarpITFpSW4XK4CQEFCOq1qNIyX/IRsB3T4YzB471F9PXiZGOTx0BAu1tXBIDAjN33k1pAlqPlEOB7H+0BAXouLkxMT6OzowM2WFtzu7MSLycnsvlA171ICN+/Tir5dXc1jyZzH40FbW5tkbm1tlVH+B+akmzAJrbimLa6vw0/MJ8xy4mdKJm5UcpGvbBCIQh45PLRoUe0KnA4L9vY+53/jlqOmZgD/YQSy9UuAAQDK5EM/6vIOCwAAAABJRU5ErkJggg==\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1666},\"_NodeClass\":[\"morph\",\"image\"],\"_NodeId\":\"morph-59b9c10f-5e4e-48be-ac11-e220b20ea1a9\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isLoaded\":true,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Image\"},\"1663\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1664\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\",\"setImageURL\":\"setImageURLHTML\",\"getNativeExtent\":\"getNativeExtentHTML\"},\"1665\":{\"x\":16,\"y\":16,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1666\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1667\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1668\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1661},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1669\":{\"x\":-0.8692821306790393,\"y\":2.969834337849022,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1670\":{\"x\":200,\"y\":200,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1671\":{\"x\":39,\"y\":-10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1672\":{\"position\":{\"__isSmartRef__\":true,\"id\":1673},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1674},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1675},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1676},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1686},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1687},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1673\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1674\":{\"x\":106.05027610358519,\"y\":21.000000000000057,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1675\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1676\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1677},{\"__isSmartRef__\":true,\"id\":1679},{\"__isSmartRef__\":true,\"id\":1681},{\"__isSmartRef__\":true,\"id\":1683}],\"vector\":{\"__isSmartRef__\":true,\"id\":1685},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1677\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1678}},\"1678\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1679\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1680}},\"1680\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1681\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1682}},\"1682\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1683\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1684}},\"1684\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1685\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1686\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1687\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1688\":{\"x\":490.0359264595939,\"y\":9.49203779350779,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1689\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1690},{\"__isSmartRef__\":true,\"id\":1692},{\"__isSmartRef__\":true,\"id\":1694},{\"__isSmartRef__\":true,\"id\":1696}],\"vector\":{\"__isSmartRef__\":true,\"id\":1685},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1690\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1691}},\"1691\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1692\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1693}},\"1693\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1694\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1695}},\"1695\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1696\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1697}},\"1697\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1698\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"ScriptableButton\",\"comment\":\"Has a script that is called on button press\",\"changes\":[{\"__isSmartRef__\":true,\"id\":1699},{\"__isSmartRef__\":true,\"id\":1701}],\"revisionOnLoad\":170561,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1699\":{\"date\":{\"__isSmartRef__\":true,\"id\":1700},\"author\":\"robertkrahn\",\"message\":\"no comment\",\"id\":\"0366C0A2-0C8E-4AEB-AAC3-120434134545\"},\"1700\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 14:10:10 GMT+0200 (CEST)\"},\"1701\":{\"date\":{\"__isSmartRef__\":true,\"id\":1702},\"author\":\"huberthesse\",\"message\":\"Restore scriptable button\",\"id\":\"7DCED89C-C162-4A42-94E3-6B4D2CBA4932\"},\"1702\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 12 2012 11:12:07 GMT+0200 (CEST)\"},\"1703\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1644},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1644},\"targetMethodName\":\"onFire\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1704\":{\"x\":106.05027610358519,\"y\":21.000000000000057,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1705\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1706\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1644},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1707\":{\"x\":69.13071786932096,\"y\":-13.969834337848965,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1708\":{\"onFire\":{\"__isSmartRef__\":true,\"id\":1709}},\"1709\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1710},\"source\":\"function onFire() {\\n if (!(this.owner.target && this.owner.target.targets)) {\\n return\\n }\\n var that = this\\n var oldName = this.owner.target.name\\n this.world().prompt(\\\"Please enter a name for this group\\\", function (newName) {\\n if (newName !== oldName) {\\n that.owner.target.targets.each(function (target) {\\n if (!target.behaviorGroups) {\\n target.behaviorGroups = []\\n } else {\\n var idx = target.behaviorGroups.indexOf(oldName)\\n if (idx > -1) {\\n target.behaviorGroups.removeAt(idx)\\n }\\n }\\n if (newName !== \\\"\\\") {\\n target.behaviorGroups.push(newName)\\n }\\n })\\n if (newName !== \\\"\\\") {\\n that.owner.target.setName(newName)\\n } else {\\n that.owner.target.setName(undefined)\\n }\\n }\\n that.get(\\\"ObjectEditorMorphSelector\\\").setTarget(that.owner.target)\\n }, oldName)\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1711},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1710\":{\"this\":{\"__isSmartRef__\":true,\"id\":1644}},\"1711\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1712},\"user\":\"timfelgentreff\",\"tags\":[]},\"1712\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 14 2012 13:04:34 GMT+0200 (CEST)\"},\"1713\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1714}],\"scripts\":[],\"id\":\"32EC019E-E06B-448D-8D35-212E2251F039\",\"shape\":{\"__isSmartRef__\":true,\"id\":1728},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1744},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1731},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1745},\"label\":{\"__isSmartRef__\":true,\"id\":1714},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1754},\"name\":\"ObjectEditorMorphSelector\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1755},\"list\":[],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1756},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1757},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1758},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1759},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"textString\":\"\",\"selection\":{\"__isSmartRef__\":true,\"id\":1760},\"_ClipMode\":\"visible\",\"prevScroll\":[0,0],\"listMorph\":null,\"derivationIds\":[221,\"4AC64FBA-95AC-42B2-A078-B6DA97889093\",\"E26ED0E6-C4CE-4C82-94D5-175270E8459E\",\"D292F2FC-C2B6-48AE-B779-8CC5868FFA49\",\"53A862EB-032C-4BF0-9B21-58C7E0C0A9B2\",\"CC4D188B-510F-48DE-A0E1-EC8D2CD63F9F\",\"0CD057F2-3517-4849-A69E-1EF79B05ACE8\",\"66EBBB7D-8FA7-4D43-AE78-A18DA3B970BA\",\"A50C1893-4138-4E29-865B-92F53F76D08A\",\"1EC5D2B9-3539-419A-8DD6-CE82DEABB02C\",\"95DC06D5-F4C7-49E2-8A01-110D1B0AFBD0\",\"672DEFAB-2BE5-4C60-9779-3B44694FBEB1\",\"E3476213-5872-492C-BE29-0C6A5A150ED8\",\"AA2F6ABE-1CCB-403D-94DD-8FB371F3DDCE\",\"54B67D51-AB19-40A0-A2A6-EC51F3171CAC\",\"1CF44342-896F-4ACB-847F-7CB3CD10ED5A\",\"279A9257-1667-4E0C-844B-A4E0D02462F0\",\"DDCBD835-4B3F-4B8F-9623-696DA76C3A2C\",\"D2CB17F3-5DD0-4E97-BF99-40A95ABF976B\",\"FA519665-2394-43D3-8DCF-802A158F3291\",\"90519BB5-7419-46E0-B7E3-4C26304F3414\",\"F00DD026-0E85-4DEB-86FB-2031DFA461ED\",\"FBA9015C-2798-45CF-900E-E3D23EC916E4\",\"32F05083-55BF-4399-9E9A-CF165ECCD2B2\",\"504C2B12-3C53-4EC7-9E22-D909EF687B3C\",\"2B60BF9B-64A5-409F-937E-109C1401494E\",\"67F6065A-C7B5-458E-AF96-4016FE633106\"],\"#startLetters\":\"getBounds()\",\"isCopyMorphRef\":true,\"morphRefId\":153,\"_Rotation\":0,\"_Scale\":1.0000000000000002,\"isPressed\":false,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1777},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1714\":{\"submorphs\":[],\"scripts\":[],\"id\":\"7880FE55-1E59-40AE-B2F0-D330B5E727B4\",\"shape\":{\"__isSmartRef__\":true,\"id\":1715},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":220,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1720},\"textColor\":{\"__isSmartRef__\":true,\"id\":1718},\"owner\":{\"__isSmartRef__\":true,\"id\":1713},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1721}],\"padding\":{\"__isSmartRef__\":true,\"id\":1723},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1723},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1724},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1725}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1726},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1727},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":220,\"_MinTextHeight\":null,\"_Align\":\"left\",\"_FontFamily\":\"Arial\",\"_FontSize\":10,\"derivationIds\":[222,\"30F054A3-7658-405B-8098-B7D87AA8A9ED\",\"556D6E07-45B7-42EC-A486-DE275EF0B034\",\"06B0B080-467A-46CC-8B0D-9C0A9B9A71F1\",\"5E2D96C9-BB9B-4735-8673-A79847435197\",\"B48AA022-2022-4A2A-9090-4D884FB3DFD3\",\"8B2F743A-98C5-45E1-B03C-5019114EAC47\",\"D09C56C3-A2DC-4BDF-B8A1-6365138ECD01\",\"74158C3D-B79E-43E7-B111-48701B10ACE2\",\"B19E117B-E40F-4B9F-86AC-BFB2AAFD5336\",\"4E3B3D72-E52C-44ED-AE32-78939BA1ECFD\",\"2459D1F0-E49C-4882-AB4C-D78C1A496962\",\"3D8D3B02-0459-45C1-A606-D0DB4B07958C\",\"78AAE288-D261-4BEA-9436-C8C31B890B44\",\"2E10F795-9892-4BF7-9A46-BCB90FD6112E\",\"DE32EFA9-C920-42F6-9F2E-7EDABEC006AF\",\"23FBFC79-1927-48FD-8C1C-09FFD7539784\",\"3409506C-9BAE-43DA-BCAF-94392F9646DF\",\"ED94289E-98FC-4126-9EED-25FDC98D5BFC\",\"63C2F1D8-3A1B-464B-9945-1F661D4CFE26\",\"782AAB82-32E9-4A37-9DC0-3118636C2CCE\",\"3F0D9196-2772-4BDE-94B3-D27495D0F5A9\",\"43E52AFA-6C8B-4114-9932-288A4E291FFE\",\"7CFF28F6-178C-4760-9712-E831A19951BF\",\"3DDD7FFF-0E2F-4BE2-B958-B14354BCC295\",\"E4E7E159-9DD3-4A75-9DEC-71BA990EFE63\",\"1EE19927-EDB0-45AB-91BD-68AD6AD28D18\"],\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1131},\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1715\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1716},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1717},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1718},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1719},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1122},\"_BorderWidth\":0,\"_Fill\":null,\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1716\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1717\":{\"x\":220,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1718\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1719\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1720\":{\"x\":2,\"y\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1721\":{\"style\":{\"__isSmartRef__\":true,\"id\":1722},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1714},\"storedString\":\"empty\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1722\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1723\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1724\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1725\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1714},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1713},\"targetMethodName\":\"selection\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1726\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1727\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1714},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1728\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1729},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1730},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1731},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1741},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1742},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1743},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1729\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1730\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1731\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1732},{\"__isSmartRef__\":true,\"id\":1734},{\"__isSmartRef__\":true,\"id\":1736},{\"__isSmartRef__\":true,\"id\":1738}],\"vector\":{\"__isSmartRef__\":true,\"id\":1740},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1732\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1733}},\"1733\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1734\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1735}},\"1735\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1736\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1737}},\"1737\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1738\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1739}},\"1739\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1740\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1741\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1742\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1743\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1744\":{\"x\":237.16073103818724,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1745\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1746},{\"__isSmartRef__\":true,\"id\":1748},{\"__isSmartRef__\":true,\"id\":1750},{\"__isSmartRef__\":true,\"id\":1752}],\"vector\":{\"__isSmartRef__\":true,\"id\":1740},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1746\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1747}},\"1747\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1748\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1749}},\"1749\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1750\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1751}},\"1751\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1752\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1753}},\"1753\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1754\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1755\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"partName\":\"ChoiceButton\",\"comment\":\"Click on it and you get a list of things to choose from.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1756\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1757\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1713},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1758\":{\"x\":122.93118375058827,\"y\":-11.582832083333244,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1759\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1760\":{\"submorphs\":[],\"scripts\":[],\"id\":181,\"shape\":{\"__isSmartRef__\":true,\"id\":1761},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1767},\"_MaxTextWidth\":580,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1768},\"showsHalos\":false,\"_FontSize\":28,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Title\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1769},\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1770},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1771},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1772}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1774},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1775},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":580,\"_MinTextHeight\":null,\"_Rotation\":0,\"_Scale\":1.002003004005006,\"previousSelection\":[35,35],\"priorSelectionRange\":[23,23],\"charsReplaced\":\"WIP / Proof of Concept\",\"lastFindLoc\":22,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1776},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"isCopyMorphRef\":true,\"morphRefId\":2,\"prevScroll\":[0,0],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1761\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1762},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1763},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1764},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1765},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1766},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1762\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1763\":{\"x\":580,\"y\":43,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1764\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1765\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1766\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1767\":{\"x\":37,\"y\":23,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1768\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1769\":{\"partsSpaceName\":\"PartsBin/Worlds/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"For example a world title.\",\"partName\":\"Title\",\"migrationLevel\":2,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1770\":{\"r\":0,\"g\":0.309,\"b\":0.595,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1771\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1772\":{\"style\":{\"__isSmartRef__\":true,\"id\":1773},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1760},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1773\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1774\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1760},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1775\":{\"x\":580,\"y\":43,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1776\":{\"x\":221,\"y\":-12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1777\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":1778},\"removeList\":{\"__isSmartRef__\":true,\"id\":1782},\"reset\":{\"__isSmartRef__\":true,\"id\":1786},\"displayTopLevelMorphs\":{\"__isSmartRef__\":true,\"id\":1790},\"onMouseDown\":{\"__isSmartRef__\":true,\"id\":1794},\"setTargetOfPane\":{\"__isSmartRef__\":true,\"id\":1802},\"setTargetToListSelection\":{\"__isSmartRef__\":true,\"id\":1806},\"onBlur\":{\"__isSmartRef__\":true,\"id\":1810},\"setTarget\":{\"__isSmartRef__\":true,\"id\":1818},\"setTargetOnSelection\":{\"__isSmartRef__\":true,\"id\":1822},\"getItems\":{\"__isSmartRef__\":true,\"id\":1826},\"createGroupTree\":{\"__isSmartRef__\":true,\"id\":1830},\"createWorldTree\":{\"__isSmartRef__\":true,\"id\":1834},\"highlightCurrentTarget\":{\"__isSmartRef__\":true,\"id\":1838},\"setHighlight\":{\"__isSmartRef__\":true,\"id\":1842},\"removeHighlight\":{\"__isSmartRef__\":true,\"id\":1846}},\"1778\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1779},\"source\":\"function createListMorph() {\\n var items = this.getItems(),\\n height = this.owner.getExtent().y,\\n bounds = new Rectangle(0, this.getExtent().y, this.getExtent().x, height),\\n that = this\\n\\n var listMorph = new lively.morphic.Tree();\\n listMorph.setName(\\\"MorphSelectorTree\\\")\\n listMorph.getLayouter().defer()\\n listMorph.setItem(items);\\n listMorph.setBounds(bounds)\\n listMorph.disableGrabbing()\\n listMorph.disableDragging()\\n listMorph.setBorderWidth(1)\\n listMorph.setBorderColor(Color.rgb(150,150,150))\\n listMorph.childNodes.each(function (n) {\\n n.expand()\\n })\\n this.highlightCurrentTarget(listMorph)\\n\\n return listMorph;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1780},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"1779\":{\"this\":{\"__isSmartRef__\":true,\"id\":1713}},\"1780\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1781},\"user\":\"lauritz\",\"tags\":[]},\"1781\":{\"isSerializedDate\":true,\"string\":\"Sat Jun 23 2012 00:49:08 GMT+0200 (CEST)\"},\"1782\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1783},\"source\":\"function removeList() {\\n if (this.listMorph && !this.listMorph.stayUp) {\\n this.listMorph.remove()\\n this.listMorph = null\\n } else {\\n this.listMorph && delete this.listMorph.stayUp\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1784},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1783\":{\"this\":{\"__isSmartRef__\":true,\"id\":1713}},\"1784\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1785},\"user\":\"timfelgentreff\",\"tags\":[]},\"1785\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 21 2012 17:43:28 GMT+0200 (CEST)\"},\"1786\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1787},\"source\":\"function reset() {\\n this.list = [];\\n this.setLabel('empty');\\n this.label.setAlign('left');\\n this.removeList();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'});\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1788},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1787\":{\"this\":{\"__isSmartRef__\":true,\"id\":1713}},\"1788\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1789},\"user\":\"lauritz\",\"tags\":[]},\"1789\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:34:06 GMT+0100 (CET)\"},\"1790\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1791},\"source\":\"function displayTopLevelMorphs() {\\n var listMorph = this.createListMorph();\\n listMorph.setVisible(false)\\n this.addMorph(listMorph)\\n this.listMorph = listMorph\\n\\n // need temp here, doesn't work otherwise, strange errors... Javascript WAT\\n var layouting = function() {\\n listMorph.setVisible(true)\\n listMorph.getLayouter().resume()\\n }\\n layouting.morphicDelay(1)\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1792},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1791\":{\"this\":{\"__isSmartRef__\":true,\"id\":1713}},\"1792\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1793},\"user\":\"timfelgentreff\",\"tags\":[]},\"1793\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 19 2012 11:22:44 GMT+0200 (CEST)\"},\"1794\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1795},\"source\":\"function onMouseDown(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n // clicked on morph, not the list, not the list's scrollbar\\n if (evt.target === this.renderContext().shapeNode)\\n this.removeList();\\n } else {\\n this.displayTopLevelMorphs();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1800},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1795\":{\"this\":{\"__isSmartRef__\":true,\"id\":1713},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1796}},\"1796\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1797}},\"1797\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1798},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n if ($world) \\n $world.logError(e, 'Error in $super call')\\n else\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1799},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1798\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1713},\"name\":\"onMouseDown\"},\"1799\":{},\"1800\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1801},\"user\":\"timfelgentreff\",\"tags\":[]},\"1801\":{\"isSerializedDate\":true,\"string\":\"Mon Jun 18 2012 21:03:45 GMT+0200 (CEST)\"},\"1802\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1803},\"source\":\"function setTargetOfPane(selection) {\\n this.owner.setTarget(selection);\\n this.label.setAlign('left');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1804},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1803\":{\"this\":{\"__isSmartRef__\":true,\"id\":1713}},\"1804\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1805},\"user\":\"lauritz\",\"tags\":[]},\"1805\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 04:30:42 GMT+0100 (CET)\"},\"1806\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1807},\"source\":\"function setTargetToListSelection() { \\n var selection = this.listMorph.selection;\\n this.removeList();\\n if (!selection) return;\\n if (this.owner.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function (confirmed) {\\n if (confirmed) that.setTargetOfPane(selection);\\n }\\n this.owner.confirmUnsavedChanges(callback);\\n } else {\\n this.setTargetOfPane(selection);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1808},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1807\":{\"this\":{\"__isSmartRef__\":true,\"id\":1713}},\"1808\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1809},\"user\":\"lauritz\",\"tags\":[]},\"1809\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 06:06:48 GMT+0100 (CET)\"},\"1810\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1811},\"source\":\"function onBlur(evt) {\\n $super(evt);\\n \\n // workaround - otherwise other morphs get this event\\n var target = evt.world.clickedOnMorph\\n if (!this.listMorph || !this.listMorph.isAncestorOf(target)) {\\n this.removeList();\\n } else {\\n this.focus()\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1816},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1811\":{\"this\":{\"__isSmartRef__\":true,\"id\":1713},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1812}},\"1812\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1813}},\"1813\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1814},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n if ($world)\\n $world.logError(e, 'Error in $super call')\\n else\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1815},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1814\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1713},\"name\":\"onBlur\"},\"1815\":{},\"1816\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1817},\"user\":\"timfelgentreff\",\"tags\":[]},\"1817\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 19 2012 11:01:12 GMT+0200 (CEST)\"},\"1818\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1819},\"source\":\"function setTarget(target) {\\n this.label.setTextString(target.getName() || target.toString());\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1820},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1819\":{\"this\":{\"__isSmartRef__\":true,\"id\":1713}},\"1820\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1821},\"user\":\"lauritz\",\"tags\":[]},\"1821\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 04:29:39 GMT+0100 (CET)\"},\"1822\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1823},\"source\":\"function setTargetOnSelection() {\\n if (this.listMorph && this.listMorph.renderContext() && this.listMorph.renderContext().listNode.value) {\\n this.setTargetToListSelection();\\n this.stopStepping();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1824},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1823\":{\"this\":{\"__isSmartRef__\":true,\"id\":1713}},\"1824\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1825},\"user\":\"lauritz\",\"tags\":[]},\"1825\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 06:12:06 GMT+0100 (CET)\"},\"1826\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1827},\"source\":\"function getItems() {\\n var worldEntry = this.createWorldTree(),\\n groups = this.createGroupTree()\\n\\n return {children: [groups, worldEntry]};\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1828},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1827\":{\"this\":{\"__isSmartRef__\":true,\"id\":1713}},\"1828\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1829},\"user\":\"timfelgentreff\",\"tags\":[]},\"1829\":{\"isSerializedDate\":true,\"string\":\"Mon Jun 18 2012 20:56:14 GMT+0200 (CEST)\"},\"1830\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1831},\"source\":\"function createGroupTree() {\\n // groups\\n var morphList = this.world().indentedListItemsOfMorphNames(),\\n that = this,\\n children = morphList.collect(function (element) {\\n return element.value.behaviorGroups\\n }).compact().flatten().uniq().sort().collect(function (groupName) {\\n var selection = that.get(\\\"MagnifierButton\\\").newMultiSelection()\\n selection.targets = morphList.select(function (element) {\\n return element.value.behaviorGroups &&\\n element.value.behaviorGroups.indexOf(groupName) >= 0\\n }).collect(function (element) {\\n return element.value\\n })\\n selection.setName(groupName)\\n var listName = groupName + \\\" [\\\" + selection.targets.length + \\\"]\\\"\\n return {\\n isListItem: true,\\n selectionString: listName,\\n name: listName,\\n editorPane: that.owner,\\n value: selection\\n }\\n })\\n \\n children.each(function (c) {\\n Object.addScript(c, function onSelect() {\\n this.editorPane.setTarget(this.value)\\n })\\n })\\n \\n if (children.length === 0) {\\n children = null\\n }\\n \\n return {\\n isListItem: true,\\n selectionString: 'Groups',\\n name: 'Groups',\\n value: 'groups',\\n children: children\\n };\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1832},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1831\":{\"this\":{\"__isSmartRef__\":true,\"id\":1713}},\"1832\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1833},\"user\":\"timfelgentreff\",\"tags\":[]},\"1833\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 21 2012 17:27:07 GMT+0200 (CEST)\"},\"1834\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1835},\"source\":\"function createWorldTree() {\\n var scripts = [\\n function onSelect(tree) {\\n if (window.event.isShiftDown()) {\\n this.editorPane.get(\\\"MorphSelectorTree\\\").stayUp = true\\n if (!this.editorPane.target) {\\n var targets = []\\n } else if (this.editorPane.target.isMorph) {\\n var targets = [this.editorPane.target]\\n } else {\\n var targets = this.editorPane.target.targets\\n }\\n var idx = targets.indexOf(this.value)\\n if (idx >= 0) {\\n this.selector.removeHighlight(tree)\\n targets.removeAt(idx)\\n } else {\\n this.selector.setHighlight(tree)\\n targets.push(this.value)\\n }\\n if (targets.length === 0) {\\n this.editorPane.reset()\\n } else {\\n this.editorPane.setTarget(targets)\\n }\\n } else {\\n this.editorPane.setTarget(this.value)\\n }\\n }\\n ],\\n properties = {\\n editorPane: this.owner,\\n selector: this\\n }\\n \\n return {\\n name: 'World',\\n value: this.world(),\\n editorPane: this.owner,\\n selector: this,\\n onSelect: scripts[0],\\n children: this.world().submorphs.invoke('treeItemsOfMorphNames',\\n {scripts: scripts,\\n properties: properties,\\n showUnnamed: true}).compact()\\n };\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1836},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1835\":{\"this\":{\"__isSmartRef__\":true,\"id\":1713}},\"1836\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1837},\"user\":\"timfelgentreff\",\"tags\":[]},\"1837\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 21 2012 17:48:12 GMT+0200 (CEST)\"},\"1838\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1839},\"source\":\"function highlightCurrentTarget(tree) {\\n var target = this.owner.target,\\n nodes = tree.childNodes,\\n highlightNode\\n\\n if (!target) {\\n return\\n } else if (target.isMorph) {\\n var expandables = [target],\\n nextOwner = target,\\n currentNode\\n while (nextOwner.owner) {\\n expandables.push(nextOwner.owner)\\n nextOwner = nextOwner.owner\\n }\\n expandables.reverse().each(function (m) {\\n currentNode = nodes.detect(function (n) {\\n return n.item.value === m\\n })\\n if (currentNode) {\\n nodes = currentNode.childNodes\\n if (!nodes && currentNode.item.children) {\\n currentNode.expand()\\n nodes = currentNode.childNodes\\n }\\n } else {\\n return\\n }\\n })\\n if (currentNode && currentNode.item.value === target) {\\n highlightNode = currentNode\\n }\\n } else {\\n var groupNodes = nodes.detect(function (n) {\\n return n.item.value === 'groups'\\n }).childNodes\\n highlightNode = groupNodes.detect(function (n) {\\n // group names are unique\\n return n.item.value.name === target.name\\n })\\n }\\n\\n if (highlightNode) {\\n this.setHighlight(highlightNode)\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1840},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1839\":{\"this\":{\"__isSmartRef__\":true,\"id\":1713}},\"1840\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1841},\"user\":\"timfelgentreff\",\"tags\":[]},\"1841\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 21 2012 17:41:55 GMT+0200 (CEST)\"},\"1842\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1843},\"source\":\"function setHighlight(tree) {\\n tree.submorphs[0].setFill(Color.rgb(218,218,218))\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1844},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1843\":{\"this\":{\"__isSmartRef__\":true,\"id\":1713}},\"1844\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1845},\"user\":\"timfelgentreff\",\"tags\":[]},\"1845\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 21 2012 17:42:05 GMT+0200 (CEST)\"},\"1846\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1847},\"source\":\"function removeHighlight(tree) {\\n tree.submorphs[0].setFill(Color.rgb(255,255,255))\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1848},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1847\":{\"this\":{\"__isSmartRef__\":true,\"id\":1713}},\"1848\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1849},\"user\":\"timfelgentreff\",\"tags\":[]},\"1849\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 21 2012 17:46:05 GMT+0200 (CEST)\"},\"1850\":{\"position\":{\"__isSmartRef__\":true,\"id\":1851},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1852},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1853},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1854},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1855},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1856},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1851\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1852\":{\"x\":909.0285365288845,\"y\":526.612532614436,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1853\":{\"r\":0.372,\"g\":0.369,\"b\":0.372,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1854\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1855\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1856\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1857\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"Edit scripts and connections of a specific morph.\",\"migrationLevel\":4,\"partName\":\"ObjectEditorPane\",\"changes\":[{\"__isSmartRef__\":true,\"id\":1858}],\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1858\":{\"date\":{\"__isSmartRef__\":true,\"id\":1859},\"author\":\"lauritz\",\"message\":\"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items.\"},\"1859\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 21 2011 00:39:30 GMT+0200 (CEST)\"},\"1860\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1861\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1862\":{\"x\":909.0285365288845,\"y\":526.612532614436,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1863\":{\"resizeWidth\":true,\"resizeHeight\":true,\"adjustForNewBounds\":true},\"1864\":{\"x\":350.2386236582805,\"y\":-3.2455173507596555,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1865\":{\"x\":0.971126750461849,\"y\":21.45669012569269,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1866\":{},\"1867\":{\"displayInitialScript\":{\"__isSmartRef__\":true,\"id\":1868},\"displayJavaScriptSource\":{\"__isSmartRef__\":true,\"id\":1872},\"displaySourceForConnection\":{\"__isSmartRef__\":true,\"id\":1876},\"displaySourceForScript\":{\"__isSmartRef__\":true,\"id\":1880},\"generateSourceForConnection\":{\"__isSmartRef__\":true,\"id\":1884},\"generateSourceForScript\":{\"__isSmartRef__\":true,\"id\":1888},\"generateTargetCode\":{\"__isSmartRef__\":true,\"id\":1892},\"newConnection\":{\"__isSmartRef__\":true,\"id\":1896},\"newScript\":{\"__isSmartRef__\":true,\"id\":1900},\"reset\":{\"__isSmartRef__\":true,\"id\":1904},\"selectChangedContent\":{\"__isSmartRef__\":true,\"id\":1908},\"setTarget\":{\"__isSmartRef__\":true,\"id\":1912},\"sortedConnectionNamesOfObj\":{\"__isSmartRef__\":true,\"id\":1916},\"sortedScriptNamesOfObj\":{\"__isSmartRef__\":true,\"id\":1920},\"updateLists\":{\"__isSmartRef__\":true,\"id\":1924},\"onShutdown\":{\"__isSmartRef__\":true,\"id\":1928},\"confirmUnsavedChanges\":{\"__isSmartRef__\":true,\"id\":1932},\"update\":{\"__isSmartRef__\":true,\"id\":1936},\"ensureAnnotationLayer\":{\"__isSmartRef__\":true,\"id\":1940},\"migrateOldScriptAnnotations\":{\"__isSmartRef__\":true,\"id\":1944},\"copyToPartsBinWithUserRequest\":{\"__isSmartRef__\":true,\"id\":1948},\"printTags\":{\"__isSmartRef__\":true,\"id\":1956},\"setTag\":{\"__isSmartRef__\":true,\"id\":1960},\"runScript\":{\"__isSmartRef__\":true,\"id\":1964},\"openPartTestRunner\":{\"__isSmartRef__\":true,\"id\":1968}},\"1868\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1869},\"source\":\"function displayInitialScript() {\\n if (this.scriptList.getList().size() > 1) {\\n this.scriptList.preselectItem();\\n } else if (this.connectionList.getList().size() > 1) {\\n this.connectionList.preselectItem();\\n } else {\\n this.scriptList.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1870},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1869\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1870\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1871},\"user\":\"lauritz\",\"tags\":[]},\"1871\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:13:43 GMT+0100 (CET)\"},\"1872\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1873},\"source\":\"function displayJavaScriptSource(jsCode) {\\n if (this.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function(confirmed) {\\n if (confirmed) that.scriptPane.display(jsCode)\\n };\\n this.confirmUnsavedChanges(callback);\\n } else {\\n this.scriptPane.display(jsCode);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1874},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1873\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1874\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1875},\"user\":\"lauritz\",\"tags\":[]},\"1875\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)\"},\"1876\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1877},\"source\":\"function displaySourceForConnection(connection) {\\n var code = \\\"\\\", that = this;\\n if (connection === undefined) return;\\n if (connection === null) {\\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\\\"\\\\n\\\\n\\\");\\n });\\n code = code.substring(0, code.length - \\\"\\\\n\\\\n\\\".length - 1);\\n } else {\\n code = this.generateSourceForConnection(connection);\\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1878},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1877\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1878\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1879},\"user\":\"conradcalmez\",\"tags\":[]},\"1879\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 14:59:30 GMT+0100 (CET)\"},\"1880\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1881},\"source\":\"function displaySourceForScript(scriptName) {\\n var code = \\\"\\\",\\n that = this;\\n if (scriptName === null) {\\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForScript(each)).concat(\\\"\\\\n\\\\n\\\\n\\\");\\n });\\n code = code.substring(0, code.length - \\\"\\\\n\\\\n\\\\n\\\".length - 1);\\n } else {\\n code = this.generateSourceForScript(scriptName); \\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1882},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1881\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1882\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1883},\"user\":\"lauritz\",\"tags\":[]},\"1883\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:51:37 GMT+0100 (CET)\"},\"1884\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1885},\"source\":\"function generateSourceForConnection(connection) {\\n var c = connection, targetObject = this.target;\\n\\tif (!c.getTargetObj() || !c.getTargetObj().name || \\n\\t\\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\\n\\n\\tvar optConfig = []\\n\\tif (c.converterString)\\n\\t\\toptConfig.push(\\\"converter: \\\\n\\\\t\\\" + c.converterString)\\n\\tif (c.updaterString)\\n\\t\\toptConfig.push(\\\"updater: \\\\n\\\\t\\\" + c.updaterString)\\n\\treturn Strings.format('connect(%s, \\\"%s\\\", %s, \\\"%s\\\", {%s});', \\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getSourceObj()),\\n\\t\\t\\tc.getSourceAttrName(),\\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getTargetObj()),\\n\\t\\t\\tc.getTargetMethodName(),\\n\\t\\t\\toptConfig.join(','));\\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1886},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1885\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1886\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1887},\"user\":\"lauritz\",\"tags\":[]},\"1887\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)\"},\"1888\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1889},\"source\":\"function generateSourceForScript(scriptName) {\\n var script = this.target[scriptName],\\n annotation = '',\\n scriptSource = '',\\n tagScript = '';\\n\\n if (!script && !this.target.isMorph) {\\n script = this.target.getFunction(scriptName)\\n }\\n\\n if (script.timestamp && script.user) \\n annotation = Strings.format('// changed at %s by %s \\\\n', script.timestamp, script.user);\\n scriptSource = Strings.format('this.addScript(%s)', script.getOriginal());\\n tagScript = Strings.format('.tag(%s);', this.printTags(script));\\n\\n return annotation + scriptSource + tagScript;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1890},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1889\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1890\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1891},\"user\":\"tessi\",\"tags\":[]},\"1891\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 13 2012 16:17:15 GMT+0200 (CEST)\"},\"1892\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1893},\"source\":\"function generateTargetCode(baseObject, targetObject) {\\n\\tvar name = targetObject.name;\\n\\tif (baseObject === targetObject) \\n\\t\\treturn \\\"this\\\";\\n\\telse if (baseObject[name] === targetObject) \\n\\t\\treturn \\\"this.\\\" + name;\\n\\telse if (baseObject.testObject === targetObject) \\n\\t\\treturn \\\"this.testObject\\\";\\n\\telse if (baseObject.get(name) === targetObject) \\n\\t\\treturn 'this.get(\\\"' + name + '\\\")';\\n\\telse if (targetObject instanceof Morph) \\n\\t\\treturn '$morph(\\\"' + name + '\\\")';\\n\\telse \\n\\t\\treturn \\\"????\\\";\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1894},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1893\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1894\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1895},\"user\":\"lauritz\",\"tags\":[]},\"1895\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)\"},\"1896\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1897},\"source\":\"function newConnection() {\\n if (this.target) {\\n var code = \\\"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1898},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1897\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1898\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1899},\"user\":\"lauritz\",\"tags\":[]},\"1899\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)\"},\"1900\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1901},\"source\":\"function newScript() {\\n if (this.target) {\\n var code = \\\"this.addScript(function SCRIPTNAME() {\\\\n \\\\n}).tag([]);\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1902},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1901\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1902\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1903},\"user\":\"lauritz\",\"tags\":[]},\"1903\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:24:25 GMT+0100 (CET)\"},\"1904\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1905},\"source\":\"function reset() {\\n this.scriptPane = this.get('ObjectEditorScriptPane')\\n this.scriptList = this.get('ObjectEditorScriptList')\\n this.connectionList = this.get('ObjectEditorConnectionList')\\n this.morphSelector = this.get('ObjectEditorMorphSelector')\\n this.target = null;\\n this.scriptPane.reset();\\n this.scriptList.setList();\\n this.scriptList.selection = null;\\n this.connectionList.setList();\\n this.connectionList.selection = null;\\n this.morphSelector.reset();\\n this.tagChooser.reset();\\n this.currentTag = null;\\n this.stopStepping();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1906},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1905\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1906\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1907},\"user\":\"conradcalmez\",\"tags\":[]},\"1907\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 14:57:50 GMT+0100 (CET)\"},\"1908\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1909},\"source\":\"function selectChangedContent(source) {\\n\\n var addScriptRegex = /this\\\\.addScript\\\\s*\\\\(\\\\s*function\\\\s*([^\\\\(]*)/g;\\n var addScriptMatches = [];\\n var addScriptMatch = addScriptRegex.exec(source);\\n while (addScriptMatch) {\\n addScriptMatches.push(addScriptMatch[1]);\\n addScriptMatch = addScriptRegex.exec(source);\\n }\\n \\n // if scripts were added, select either a specific one or all\\n if (addScriptMatches.length > 0) { \\n if (addScriptMatches.length === 1) {\\n return this.scriptList.selectAddedScript(addScriptMatches[0]);\\n }\\n return this.scriptList.selectAt(0);\\n }\\n\\n var connectionRegex = \\n /connect\\\\(\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"\\\\s*,\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"/g;\\n var connectionMatches = [];\\n var connectionMatch = connectionRegex.exec(source);\\n while (connectionMatch) {\\n connectionMatches.push(connectionMatch);\\n connectionMatch = connectionRegex.exec(source);\\n }\\n\\n // if connections were made, select either a specific one or all\\n if (connectionMatches.length > 0) {\\n if (connectionMatches.length === 1) {\\n var match = connectionMatches[0];\\n for (var i=0; i 0 && morph.all(function (e) {\\n return e.isMorph\\n })) {\\n var group = this.get(\\\"MagnifierButton\\\").newMultiSelection()\\n group.targets = morph\\n this.target = morph = group\\n }\\n\\n this.migrateOldScriptAnnotations();\\n\\n this.morphSelector.setTarget(morph);\\n this.scriptPane.setTarget(morph);\\n\\n this.updateLists();\\n this.displayInitialScript();\\n\\n this.startStepping(500/*ms*/, 'update'); \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1914},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1913\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1914\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1915},\"user\":\"timfelgentreff\",\"tags\":[]},\"1915\":{\"isSerializedDate\":true,\"string\":\"Mon Jun 18 2012 18:44:44 GMT+0200 (CEST)\"},\"1916\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1917},\"source\":\"function sortedConnectionNamesOfObj(obj) {\\n if (\\\"attributeConnections\\\" in obj) {\\n return obj.attributeConnections.\\n sortBy(function(each) {return name.toLowerCase() }).\\n collect(function(each) {return [each.getSourceAttrName(), each]});\\n } else {\\n return [];\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1918},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1917\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1918\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1919},\"user\":\"lauritz\",\"tags\":[]},\"1919\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)\"},\"1920\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1921},\"source\":\"function sortedScriptNamesOfObj(obj) {\\n\\n if (!obj)\\n return [];\\n\\n if (obj && obj.isMorph) {\\n \\n if (!Functions.own(obj) || Functions.own(obj).size() == 0) return [];\\n\\n var selectedScripts = Functions.own(obj).\\n \\tselect(function(name) { return obj[name].getOriginal().hasLivelyClosure }).\\n \\tsortBy(function(name) { return name.toLowerCase() });\\n\\n if (!this.currentTag) return selectedScripts;\\n\\n var that = this;\\n var selectedScripts = selectedScripts.select(function(scriptName) {\\n return obj[scriptName].tags && \\n obj[scriptName].tags.include(that.currentTag);\\n });\\n\\n return selectedScripts;\\n } else {\\n // obj is a multiselection-target group \\n return obj.targetFunctions();\\n }\\n\\n \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1922},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1921\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1922\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1923},\"user\":\"lauritz\",\"tags\":[]},\"1923\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 07 2012 15:55:01 GMT+0200 (CEST)\"},\"1924\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1925},\"source\":\"function updateLists() {\\n\\n var scriptListItems = this.sortedScriptNamesOfObj(this.target);\\n scriptListItems.unshift(\\\"-- ALL --\\\");\\n if (!Arrays.equal(scriptListItems, this.scriptList.getList())) {\\n this.scriptList.setList(scriptListItems);\\n }\\n \\n var connectionListItems = this.sortedConnectionNamesOfObj(this.target);\\n connectionListItems.unshift(\\\"-- ALL --\\\");\\n if (!Arrays.equal(connectionListItems, this.connectionList.getList())) {\\n this.connectionList.setList(connectionListItems);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1926},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1925\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1926\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1927},\"user\":\"lauritz\",\"tags\":[]},\"1927\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)\"},\"1928\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1929},\"source\":\"function onShutdown() {\\n if (this.scriptPane.hasChanged()) {\\n var that = this;\\n // callback is executed asynchronously since waits on user input.\\n // however, the editor should not be closed before input\\n // therefore, we patch the remove method until the user reacted\\n this.owner.remove = function() {};\\n var callback = function(confirmed) {\\n if (that.owner.state === \\\"shutdown\\\") delete that.owner.state;\\n that.owner.remove = that.owner.__proto__.remove;\\n if (confirmed) that.owner.remove();\\n }\\n this.confirmUnsavedChanges(callback);\\n } \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1930},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1929\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1930\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1931},\"user\":\"lauritz\",\"tags\":[]},\"1931\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)\"},\"1932\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1933},\"source\":\"function confirmUnsavedChanges(callback) {\\n var message = \\\"Discard unsaved changes?\\\";\\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\\n\\n return this.world().openDialog(dialog);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1934},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1933\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1934\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1935},\"user\":\"lauritz\",\"tags\":[]},\"1935\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:52:56 GMT+0100 (CET)\"},\"1936\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1937},\"source\":\"function update() {\\n // alias to conform to convention\\n this.updateLists();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1938},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1937\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1938\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1939},\"user\":\"lauritz\",\"tags\":[]},\"1939\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)\"},\"1940\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1941},\"source\":\"function ensureAnnotationLayer() {\\n module('lively.LayerableMorphs').load(true);\\n\\n if (\\\"ScriptAnnotationLayer\\\" in Global) return;\\n \\n cop.create(\\\"ScriptAnnotationLayer\\\");\\n ScriptAnnotationLayer.refineClass(\\n lively.morphic.Morph,{\\n \\n addScript: function(funcOrString) {\\n var func = Function.fromString(funcOrString),\\n oldFunction = this[func.name],\\n changed = oldFunction && oldFunction.toString() !== func.toString();\\n \\n var result = cop.proceed.apply(this, arguments);\\n\\n if (oldFunction && !changed) {\\n this[func.name].setTimestampAndUser(oldFunction.timestamp, oldFunction.user);\\n } else {\\n this[func.name].setTimestampAndUser();\\n }\\n return result;\\n },\\n\\n tagScript: function(scriptName, tags) {\\n return this[scriptName].tag(tags);\\n }\\n\\n }); \\n ScriptAnnotationLayer.refineObject(\\n Function.prototype,{\\n\\n setTimestampAndUser: function(timestamp, user) {\\n this.setProperty('timestamp', timestamp || new Date());\\n this.setProperty('user', user || (lively.LocalStorage && lively.LocalStorage.get('UserName')));\\n },\\n \\n tag: function(tags) {\\n var tags = (typeof tags === 'string') ? [tags] : tags;\\n this.setProperty(\\\"tags\\\", tags);\\n return true; \\n } \\n });\\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1942},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1941\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1942\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1943},\"user\":\"lauritz\",\"tags\":[]},\"1943\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 13 2011 22:03:17 GMT+0100 (CET)\"},\"1944\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1945},\"source\":\"function migrateOldScriptAnnotations() {\\n var target = this.target;\\n\\n if (!target) return;\\n\\n if (target.scriptAnnotations) {\\n Functions.own(target).forEach(function (scriptName){\\n var scriptAnnotation = target.scriptAnnotations[scriptName];\\n if (!scriptAnnotation) return;\\n if (scriptAnnotation.user) {\\n target[scriptName].setProperty('user', scriptAnnotation.user);\\n }\\n if (scriptAnnotation.time) {\\n target[scriptName].setProperty('timestamp', scriptAnnotation.time);\\n }\\n if (scriptAnnotation.categories) {\\n target[scriptName].setProperty('tags', scriptAnnotation.categories);\\n }\\n });\\n delete target.scriptAnnotations;\\n } \\n\\n Functions.own(target).forEach(function (scriptName) {\\n if (target[scriptName].categories) {\\n target[scriptName].tags = target[scriptName].categories;\\n delete target[scriptName].categories;\\n } \\n });\\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1946},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1945\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1946\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1947},\"user\":\"lauritz\",\"tags\":[]},\"1947\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:41:00 GMT+0100 (CET)\"},\"1948\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1949},\"source\":\"function copyToPartsBinWithUserRequest() {\\n this.owner.copyToPartsBinWithUserRequest();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1954},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1949\":{\"this\":{\"__isSmartRef__\":true,\"id\":1},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1950}},\"1950\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1951}},\"1951\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1952},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1953},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1952\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1},\"name\":\"copyToPartsBinWithUserRequest\"},\"1953\":{},\"1954\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1955},\"user\":\"lauritz\",\"tags\":[]},\"1955\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 20:04:19 GMT+0100 (CET)\"},\"1956\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1957},\"source\":\"function printTags(script) {\\n if (!script.tags) return \\\"[]\\\";\\n\\n var printString = '[';\\n for (var i=0; i < script.tags.length; i++) {\\n if (i !== 0) printString += ', ';\\n printString += '\\\"' + script.tags[i] + '\\\"';\\n }\\n printString += ']';\\n return printString;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1958},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1957\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1958\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1959},\"user\":\"lauritz\",\"tags\":[]},\"1959\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:33:20 GMT+0100 (CET)\"},\"1960\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1961},\"source\":\"function setTag(tag) {\\n if (tag === 'all') {\\n this.currentTag = '';\\n } else {\\n this.currentTag = tag;\\n }\\n this.updateLists();\\n this.displayInitialScript();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1962},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1961\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1962\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1963},\"user\":\"lauritz\",\"tags\":[]},\"1963\":{\"isSerializedDate\":true,\"string\":\"Fri Dec 16 2011 20:27:35 GMT+0100 (CET)\"},\"1964\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1965},\"source\":\"function runScript() {\\n var scriptName = this.get(\\\"ObjectEditorScriptList\\\").selection;\\n if (!scriptName || !this.target) return;\\n this.target[scriptName]();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1966},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1965\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1966\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1967},\"user\":\"conradcalmez\",\"tags\":[]},\"1967\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 14:53:29 GMT+0100 (CET)\"},\"1968\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1969},\"source\":\"function openPartTestRunner() {\\n module('lively.PartsTestFramework').load();\\n var runner = $part('PartTestRunner', 'PartsBin/Tools');\\n runner.setPartUnderTest(this.target);\\n runner.openInWorld();\\n runner.align(runner.bounds().topLeft(),\\n this.owner.bounds().topLeft().addPt(pt(30,30)))\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1970},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1969\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1970\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1971},\"user\":\"jenslincke\",\"tags\":[]},\"1971\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 14 2012 15:48:07 GMT+0100 (CET)\"},\"1972\":{\"submorphs\":[],\"scripts\":[],\"id\":\"3FF5F05B-F456-4534-9B04-1A80A95262BC\",\"shape\":{\"__isSmartRef__\":true,\"id\":1973},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1980},\"showsHalos\":false,\"name\":\"ResizeCorner4\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1981},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"__layered_draggingEnabled__\":true,\"dragStartPoint\":null,\"originalExtent\":{\"__isSmartRef__\":true,\"id\":1982},\"originalTargetExtent\":null,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1983},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1984},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1985},\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1986},\"isCopyMorphRef\":true,\"morphRefId\":164,\"prevScroll\":[0,0],\"derivationIds\":[227,\"83D58336-D35B-44FB-9AB1-4467EC058CFA\",\"0141EF2D-898D-4A88-93BF-1B9FEE7E56E6\",\"F343780D-46A1-490F-8347-08939D52329C\",\"DCD3B012-B22F-4037-B24A-FCF858D154D4\",\"E6EDFE95-F114-4F7E-84D5-60B3212BC420\",\"D39E5489-4C7C-4BB7-8D11-83F82F09FF84\",\"B262116A-CEFD-4CEF-AAE0-BE2BED9E7CAF\",\"C289A2CC-E646-4E9C-8715-EAECD92D3C9B\",\"6596C37A-0FA3-441B-87A8-14A6496C6A1C\",\"9BA1ABBC-4195-4B48-8D5C-680E4B57802D\",\"ECCB7823-3C66-42F2-AF0D-71D4BB066366\",\"27021602-5080-41C9-90D6-29FA6E1C12E7\",\"6D098B01-3779-46A2-811A-07B035970C89\",\"5B2B7668-A71F-4123-ACF0-54EC44AF40BF\",\"91F121EF-0A48-4F3C-9D6E-676727E6BE47\",\"B2204956-B9D3-45E2-A5E5-C775FDF24ACC\",\"75F56068-8646-41D2-899F-94DE5CEF3263\",\"8189ED29-38FA-4DF8-8C08-D1956D240917\",\"506C8857-B65B-4EF9-8970-8DA8BC1A7077\",\"E5262413-3A41-4EFB-B2FF-8CC3641D1147\",\"A85C775C-7FB2-430A-AB8D-3553CC5249B2\",\"18CA7403-F30E-491B-8932-85009272CB3D\",\"FBD721AA-88BD-4EAC-ADCD-BE7232B997B8\",\"F689AFB2-E41E-4FAE-A4C1-E4079C28BC4B\",\"3C6552AC-FE78-434A-B272-05D31922B937\",\"79F05780-0F43-4147-AFC5-FD6A02E10C7D\"],\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1987},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"1973\":{\"position\":{\"__isSmartRef__\":true,\"id\":1974},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1975},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1976},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1977},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1978},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1979},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1974\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1975\":{\"x\":13,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1976\":{\"r\":0.568,\"g\":0.568,\"b\":0.568,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1977\":{\"r\":0.258,\"g\":0.258,\"b\":0.258,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1978\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1979\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1980\":{\"x\":896,\"y\":533,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1981\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1982\":{\"x\":239,\"y\":138,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1983\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1984\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1972},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1985\":{\"x\":42.327599102410886,\"y\":-22.830104041830054,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1986\":{\"x\":12,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1987\":{\"onDrag\":{\"__isSmartRef__\":true,\"id\":1988},\"onDragEnd\":{\"__isSmartRef__\":true,\"id\":1996},\"onDragStart\":{\"__isSmartRef__\":true,\"id\":2004}},\"1988\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1989},\"source\":\"function onDrag(evt) {\\n var moveDelta = evt.mousePoint.subPt(this.dragStartPoint)\\n if (evt.isShiftDown()) {\\n var maxDelta = Math.max(moveDelta.x, moveDelta.y);\\n\\tmoveDelta = pt(maxDelta, maxDelta);\\n }\\n this.owner.setExtent(this.originalTargetExtent.addPt(moveDelta));\\n this.align(this.bounds().bottomRight(), this.owner.getExtent())\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1994},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1989\":{\"this\":{\"__isSmartRef__\":true,\"id\":1972},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1990}},\"1990\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1991}},\"1991\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1992},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1993},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1992\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1972},\"name\":\"onDrag\"},\"1993\":{},\"1994\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1995},\"user\":\"lauritz\"},\"1995\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 05:05:30 GMT+0100 (CET)\"},\"1996\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1997},\"source\":\"function onDragEnd(evt) {\\n this.dragStartPoint = null;\\n this.originalTargetExtent = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2002},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1997\":{\"this\":{\"__isSmartRef__\":true,\"id\":1972},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1998}},\"1998\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1999}},\"1999\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2000},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2001},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2000\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1972},\"name\":\"onDragEnd\"},\"2001\":{},\"2002\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2003},\"user\":\"lauritz\"},\"2003\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 05:05:30 GMT+0100 (CET)\"},\"2004\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2005},\"source\":\"function onDragStart(evt) {\\n this.dragStartPoint = evt.mousePoint;\\n this.originalTargetExtent = this.owner.getExtent();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2010},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2005\":{\"this\":{\"__isSmartRef__\":true,\"id\":1972},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":2006}},\"2006\":{\"$super\":{\"__isSmartRef__\":true,\"id\":2007}},\"2007\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2008},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2009},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2008\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1972},\"name\":\"onDragStart\"},\"2009\":{},\"2010\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2011},\"user\":\"lauritz\"},\"2011\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 05:05:35 GMT+0100 (CET)\"},\"2012\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2013},{\"__isSmartRef__\":true,\"id\":2028},{\"__isSmartRef__\":true,\"id\":2075},{\"__isSmartRef__\":true,\"id\":2119}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2155},\"id\":\"9C2EFA4E-68DB-4224-B80C-917F2538B92A\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2166},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2167},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":2168},\"_Position\":{\"__isSmartRef__\":true,\"id\":2169},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":0},\"label\":{\"__isSmartRef__\":true,\"id\":2013},\"closeButton\":{\"__isSmartRef__\":true,\"id\":2028},\"menuButton\":{\"__isSmartRef__\":true,\"id\":2075},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":2119},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2170},\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"prevScroll\":[0,0],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"derivationIds\":[228,\"084DFF55-BC61-4772-8BF7-F6A87C08DE9F\",\"D22EFB93-AC9B-4FCE-9464-3B314FFA4C11\",\"A5F9692A-C657-42B0-B8AA-D2E922A1DE8D\",\"C47683FE-BA01-4AAB-BDE0-4862C049BCE7\",\"BD427B66-7BE7-4205-84EC-825840E59F49\",\"9C39A352-DBDD-48CE-BEB0-99806EDB5253\",\"E813CB65-A28C-4433-BBE5-EB70FBBB3289\",\"33484DF7-DDF3-465F-96EE-215BEC4B3FAD\",\"F96A68D7-1FC3-472C-BADB-56A6682C39E1\",\"817A94F6-2E25-4C40-9602-8B67B1078AAA\",\"2E8EBC07-1155-469B-BFFC-11C498DCC0A1\",\"FCBF2B5C-35B5-47CB-9184-3E1943DD9898\",\"7492FC87-6C18-4F4E-9D77-44DA5F83A458\",\"7FCB8A47-9567-494E-9413-88D13A955736\",\"DD21FC02-8A2F-4CA6-84C0-CEBF0851C41E\",\"CB786813-3A97-4AAA-9264-F52F6020D029\",\"A30DDD23-6D03-4EE7-B98B-4E494F72481C\",\"E46F8E20-617D-4CF6-90BB-9087D55742DD\",\"92AC1F5C-A086-406B-AE6C-91646CA339D5\",\"EC73968A-5BB2-43BD-9125-C2183767648C\",\"5F271576-2935-47DB-89A3-E99620E1C5F8\",\"4D639D53-78CD-4B68-B56F-246E177046F3\",\"22AE7C15-0370-4F34-8965-EC1230857C28\",\"82496F83-D620-4F21-BC40-96B8A83FCD01\",\"FA56F7D5-5329-4CEA-8F67-2F78A44BC4EB\",\"CAC7EF8B-28AF-4E73-B156-E20E4EB5D416\"],\"_ClipMode\":\"visible\",\"_Scale\":1,\"#startLetters\":\"\",\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"2013\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2014},\"id\":\"3F2BBE07-3501-43D2-887A-61FFE323EE00\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2020},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":2021}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2023},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"layout\":{\"__isSmartRef__\":true,\"id\":2024},\"_Align\":\"center\",\"eventsAreIgnored\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":2012},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2025},\"_MaxTextWidth\":850,\"_MinTextWidth\":850,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"_Position\":{\"__isSmartRef__\":true,\"id\":2026},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[229,\"D760A244-216E-4A66-8201-25AFC3AB6CC3\",\"D0DE1BA6-E69D-4C19-A257-9D846EA6D12C\",\"7590D64D-7524-4378-BB7E-845EC8CAE745\",\"8996B9DB-C10E-41E4-8286-056BBCF8E151\",\"18942143-8626-4D26-A7D9-153295EE4B23\",\"A410C3F9-F31A-4BC9-A998-ABA33334F720\",\"BEEB144B-EFF3-4E29-A539-41264A731D6C\",\"28B7F25C-B8D9-4D07-B94A-C4A9A35D67B2\",\"395D4415-072D-4BEC-AA6C-195D1347972A\",\"EC2D8014-4D60-448C-A874-3BD6C9604EA7\",\"DE4577EA-7D34-4421-AAC8-83F47657C444\",\"57A9B659-D46C-4300-8F2D-74D46571698A\",\"B1883C55-5E91-4942-A525-4CAB01379672\",\"7633C47A-9577-4388-B87C-2C2E46E21037\",\"A2C35D16-8A3E-4500-B2C8-5FAEC09E0486\",\"B7396D6C-0BDE-4089-80A5-6E455C618AD9\",\"7A868C2D-ECF3-4D77-AA1F-A97215694CA4\",\"610C16AD-4536-41E8-9E5C-449629544F55\",\"C0B1955F-45B1-4142-8A7C-8E5E73E0A112\",\"99A6416E-FA95-491C-8EF1-5E74BBE1BBC9\",\"B7054C33-3E84-4DF0-BCF8-BEB3DB4FF5B3\",\"3F87AEB2-A623-47BD-A6D4-9139C1F12911\",\"50880DF9-1F30-4572-8C2A-BDEA3FCEDBE0\",\"D6CB7789-16FF-4267-A763-C2735077FB7E\",\"DCCADBAA-D7AE-4DFB-BF18-72953BFBF258\",\"3A48780E-4ED6-40F5-A797-468115E79FF3\"],\"_TextColor\":{\"__isSmartRef__\":true,\"id\":2027},\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"2014\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2015},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2016},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2017},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2018},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2019},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2015\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2016\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"2017\":{\"x\":850,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"2018\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2019\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2020\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"2021\":{\"style\":{\"__isSmartRef__\":true,\"id\":2022},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2013},\"storedString\":\"ObjectEditor (WebDev'12)\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"2022\":{\"fontWeight\":\"normal\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"2023\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2013},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2024\":{\"resizeWidth\":true},\"2025\":{\"x\":850,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2026\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2027\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2028\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2029}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2041},\"id\":\"B62136A7-395C-46E2-953A-F939EC7C50D0\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2057},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2058},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":2059},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2060},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":2047},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":2061},\"label\":{\"__isSmartRef__\":true,\"id\":2029},\"owner\":{\"__isSmartRef__\":true,\"id\":2012},\"layout\":{\"__isSmartRef__\":true,\"id\":2070},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":2071},{\"__isSmartRef__\":true,\"id\":2073}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"derivationIds\":[230,\"EE58E329-4B81-4ABE-A8D6-A3E1AA5BF908\",\"418BD036-5123-49E3-A68D-B2CA74DD4EBA\",\"AB2EC618-F852-4DB4-8601-C98F851F983A\",\"84444904-5A59-41A9-9200-77C2DFC28F0A\",\"BCDE4CA6-1D56-45F5-980B-4BF689C874DD\",\"C3377671-C2BC-4F1B-93B3-CF0083C27FC9\",\"F8D02126-AD53-4ED0-9EA5-6EB71D788E14\",\"CD6A0659-264E-4175-8900-DC5D9CD9CAE6\",\"25A69395-9A9F-46AD-9D7B-BE62EC93A84D\",\"4A50008D-7B6C-4077-AD8A-F0ABFEE54609\",\"D027A273-D3F7-4C76-8EC8-A657761EF2A6\",\"CC29371C-6136-4432-A14B-8CDE6D0E356A\",\"0D2F3233-0176-4B81-8060-39FFD170E6C1\",\"08587E9E-6A99-4A75-B242-B131DF1F7D4B\",\"B8BC3EB3-F857-4A8A-8EA3-04705684668B\",\"39E80212-8228-40CF-A2A5-4BD9A18D63DF\",\"B91C0DA6-57B6-440D-835B-963BFF5EB71C\",\"DEFD70A9-7FF0-4020-A24E-3751C70D1F40\",\"9B0FCB3B-5AE3-4B7A-B18A-38A98826CD26\",\"133BF7B0-0741-4F09-9D15-091FAC6FD6F2\",\"D6C646C6-3DEE-44C6-AC2E-B0718291B0D2\",\"CB196CAC-C00E-424D-AEC2-604735B56481\",\"E3CAF15B-A67B-4360-A080-51A3452E8C2B\",\"B7783F97-EDDE-4566-9602-85BA2CA22809\",\"8602212C-72C4-47EA-AF9C-DCE503ECE77D\",\"B46EDE98-2463-4569-84E2-CF9B0BD68E9F\"],\"_ClipMode\":\"visible\",\"showsHalos\":false,\"_Scale\":1,\"isPressed\":false,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"2029\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2030},\"id\":\"40371C09-7E37-4C7D-9621-DB94387C8A3D\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2035},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":2036}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2038},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":2039},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2040},\"_MaxTextWidth\":13,\"_MinTextWidth\":13,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":2028},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[231,\"8DB42E03-8473-4B83-81E2-61EE04DF890A\",\"B50E6B6E-F836-4B3E-8AD1-2B34DA86CE3B\",\"60439D94-5083-4977-8470-BD8843FF782A\",\"5EC44375-A7D5-4BD3-AFC7-C507DF8D60C8\",\"5BDCC4F6-C579-4A6F-96BB-2F59131EFD32\",\"712DF12F-50C4-4EEB-9C4C-47A4DC15E968\",\"6A46E35D-28F8-4F0F-B812-E79D2A1994B3\",\"5A9F3A61-DA02-432F-B92D-90126253AD44\",\"EF5811A8-74EC-4FA1-B994-FC261C7FD3F3\",\"52AE2953-CEAB-4A6A-8F94-7B47368D663D\",\"11A1DAEC-0A39-4089-8294-98ADB33B5E50\",\"2D286778-5885-4888-91BF-35075D2F972B\",\"A48CDD90-B0F1-46D9-928F-DA44C16A8B77\",\"CF0E7690-780A-45E1-BADB-CE246971030C\",\"A7AACEA7-EFAA-4F3E-B8EC-279EA4C34BC6\",\"59706A46-7F3B-4643-8C45-BDEF14AD5040\",\"015990FD-76AE-4D22-808E-1245F0C80C7B\",\"3D6823A4-A7BF-4BD2-BDAC-8631E9C915BA\",\"C03FEC40-C900-4685-8975-7005C6693E82\",\"94666091-57DC-4032-AE34-F499206CAF00\",\"07BEDF28-CCAC-46F4-B011-29D69EEEB5BF\",\"9ED6670F-10BB-4E07-A8B5-F0DEED6C038A\",\"1FC55B0E-9C46-4D23-A367-AAF8929BD112\",\"77448A8D-E3E3-4E3D-92D6-514DF9EE23DB\",\"793AF6CB-ECEC-4A59-B7E8-994C0FCB2B40\",\"33419BD4-7A21-43DD-A9B0-2C2CA91318B3\"],\"showsHalos\":false,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"2030\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2031},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2032},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2033},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2034},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2019},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2031\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2032\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"2033\":{\"x\":17,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"2034\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2035\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"2036\":{\"style\":{\"__isSmartRef__\":true,\"id\":2037},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2029},\"storedString\":\"X\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"2037\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"2038\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2029},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2039\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2040\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2041\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2042},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2043},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2044},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2045},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2046},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2047},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2042\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2043\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"2044\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2045\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2046\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2047\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":2048},{\"__isSmartRef__\":true,\"id\":2050},{\"__isSmartRef__\":true,\"id\":2052},{\"__isSmartRef__\":true,\"id\":2054}],\"vector\":{\"__isSmartRef__\":true,\"id\":2056},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"2048\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":2049}},\"2049\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2050\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":2051}},\"2051\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2052\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":2053}},\"2053\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2054\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2055}},\"2055\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2056\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2057\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"2058\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2028},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2059\":{\"x\":889,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2060\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2061\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":2062},{\"__isSmartRef__\":true,\"id\":2064},{\"__isSmartRef__\":true,\"id\":2066},{\"__isSmartRef__\":true,\"id\":2068}],\"vector\":{\"__isSmartRef__\":true,\"id\":2056},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"2062\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":2063}},\"2063\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2064\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":2065}},\"2065\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2066\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":2067}},\"2067\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2068\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2069}},\"2069\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2070\":{\"moveHorizontal\":true},\"2071\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2028},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":2072},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2072\":{\"source\":{\"__isSmartRef__\":true,\"id\":2028},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"2073\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2028},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":2074},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2074\":{\"source\":{\"__isSmartRef__\":true,\"id\":2028},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"2075\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2076}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2088},\"id\":\"3AB02A88-9188-4B7D-ABC9-34B0FDEFB363\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2102},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2103},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":2104},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2105},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":2047},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":2106},\"label\":{\"__isSmartRef__\":true,\"id\":2076},\"owner\":{\"__isSmartRef__\":true,\"id\":2012},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":2115},{\"__isSmartRef__\":true,\"id\":2117}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"derivationIds\":[232,\"F393CBFF-A15D-4D1D-A3A3-DA0C7EF93B66\",\"5BC57B43-1661-4C92-827E-E6CCB6E519E1\",\"DDA3D28B-E4EA-4F17-9B68-D6964E9A2524\",\"93D34CE0-A8E8-43DA-AA3B-3B32912E0BC1\",\"93EA3F6A-3D2D-41E5-8FBD-16CDD8BD7946\",\"C32E10BE-5DA5-46B4-B508-BDA50452B006\",\"39B24C04-E0C8-46B6-91D3-A7CB1A79DF2A\",\"33E45199-4C9B-4815-8760-E9BB50B17AE7\",\"C25CBD71-C31B-4AA9-A244-4F689F7343B9\",\"320E4A47-80DF-45B8-8997-6F8BD9D14C16\",\"6D5959E7-D752-47B3-8F18-DB1D38739937\",\"9F07D24A-8FD4-4B5C-B1B7-0204B89741E5\",\"B3AC0AD0-2563-413C-A675-C3667C27B889\",\"0F42ECA6-D7C4-4D66-8962-0BF4E60600EB\",\"01EC08C0-C205-4B5B-BF9F-501946C17F89\",\"17021EB0-BD8D-4B7E-8AF0-9DFBBE68A4D3\",\"DB0C7576-12EA-44DA-BB28-CBA69177BAA6\",\"864EE754-794E-4DBF-82C6-E83D0A1E4CA3\",\"80FA2D1D-193A-4B70-BFBF-1E7DEAF545B4\",\"40C3676B-76F6-43D5-AA8C-A99A422D3B1B\",\"6EAC5696-45D0-41F0-8A88-B5CE8FF64EB4\",\"199F87F9-24A3-48D2-8886-D96B169864F2\",\"2DE73502-B54C-4280-B021-3648E0FC1F12\",\"D2D92A29-450D-4AA9-A9DE-E578B251F91A\",\"A6682DDB-4CF5-4F53-A8DE-B3E4C99EEF21\",\"2CCF379F-BC69-476F-88FF-507808DD3F29\"],\"_ClipMode\":\"visible\",\"_Scale\":1,\"isPressed\":false,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"2076\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2077},\"id\":\"34C2942D-6E96-495A-A1AE-64CE207CE649\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2082},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":2083}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2085},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":2086},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2087},\"_MaxTextWidth\":13,\"_MinTextWidth\":13,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":2075},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[233,\"E1DC624A-DE6A-4680-92DA-803BFFE6CD54\",\"2EB42409-E0C2-408B-8F84-EDF9EBFB2590\",\"0684F49F-5338-4D44-82C9-5A4E2D62EE72\",\"0B73719D-BC87-4B8D-890D-30C0714B5584\",\"90D2BAAA-EB9D-45AF-8770-9616421A5762\",\"1FAA3617-0517-49D7-ADCB-15357C49A9BB\",\"F746D14F-BC62-4FAC-A5F0-DCC9D1DF650A\",\"6F027012-81B2-4760-B5ED-11342DEAAE72\",\"922D9F59-AB45-4279-9919-69D11CA2CC2D\",\"1BE57CCE-1EE8-4CBF-9989-873B82709981\",\"F3EB613F-A6B4-4174-906A-FD347063B359\",\"65712D5D-80A0-461C-BC56-3C771CEC295C\",\"8CDF04CC-3F0F-43B9-B953-DEA8D0C8AE8E\",\"C953211B-F2ED-4E67-B40F-802E801928F0\",\"32060BF7-DF78-4F32-8570-DFB1C2DE1AD4\",\"0BC6F0C8-A974-426A-86CA-4E1FABFE62BE\",\"D2BF2C89-051D-49B6-83DC-A731C64B821B\",\"9987DC1E-083F-4D9B-AC9F-EF6A05FE454A\",\"E5DEA953-C609-4B8E-A794-E09AF75A1BA8\",\"39598890-B08D-4E68-9D4A-9298FCFE00A6\",\"DF733510-8567-4643-9186-51E0A23E54AC\",\"4D7A5034-5494-4A0B-9B4C-B4596950A4BF\",\"46BB26A5-565F-45CD-BCB3-B8263E313F39\",\"204888A7-A3FD-4C84-B818-DB221A67CAC6\",\"6E9F1D3E-2A82-465C-8A52-33AC1F6FC85A\",\"678D082A-0F02-499F-8671-F4A967F7F2E4\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"2077\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2078},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2079},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2080},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2081},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2019},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2078\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2079\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"2080\":{\"x\":17,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"2081\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2082\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"2083\":{\"style\":{\"__isSmartRef__\":true,\"id\":2084},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2076},\"storedString\":\"M\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"2084\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"2085\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2076},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2086\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2087\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2088\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2089},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2090},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2091},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2092},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2046},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2093},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2089\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2090\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"2091\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2092\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2093\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":2094},{\"__isSmartRef__\":true,\"id\":2096},{\"__isSmartRef__\":true,\"id\":2098},{\"__isSmartRef__\":true,\"id\":2099}],\"vector\":{\"__isSmartRef__\":true,\"id\":2101},\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\"},\"2094\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":2095}},\"2095\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"2096\":{\"offset\":0.3,\"color\":{\"__isSmartRef__\":true,\"id\":2097}},\"2097\":{\"r\":0.8666666666666667,\"g\":0.8666666666666667,\"b\":0.8666666666666667,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"2098\":{\"offset\":0.7,\"color\":{\"__isSmartRef__\":true,\"id\":2097}},\"2099\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2100}},\"2100\":{\"r\":0.7973333333333334,\"g\":0.7973333333333334,\"b\":0.7973333333333334,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"2101\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__LivelyClassName__\":\"Rectangle\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"2102\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"2103\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2075},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2104\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2105\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2106\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":2107},{\"__isSmartRef__\":true,\"id\":2109},{\"__isSmartRef__\":true,\"id\":2111},{\"__isSmartRef__\":true,\"id\":2113}],\"vector\":{\"__isSmartRef__\":true,\"id\":2056},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"2107\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":2108}},\"2108\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2109\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":2110}},\"2110\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2111\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":2112}},\"2112\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2113\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2114}},\"2114\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2115\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2075},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":2116},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2116\":{\"source\":{\"__isSmartRef__\":true,\"id\":2075},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"2117\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2075},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":2118},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2118\":{\"source\":{\"__isSmartRef__\":true,\"id\":2075},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"2119\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2120}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2132},\"id\":\"2726B091-03FD-427B-BC8D-85106BC32ADD\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2137},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2138},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":2139},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2140},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":2047},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":2141},\"label\":{\"__isSmartRef__\":true,\"id\":2120},\"owner\":{\"__isSmartRef__\":true,\"id\":2012},\"layout\":{\"__isSmartRef__\":true,\"id\":2150},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":2151},{\"__isSmartRef__\":true,\"id\":2153}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"derivationIds\":[234,\"EC7EDE8E-294A-46CF-85BB-BBC525336E13\",\"F24B29EE-0964-499D-834F-E3D087DC6003\",\"F6F3659F-9229-46AA-9B9E-46627A7062B2\",\"A88C4D93-582A-4C0D-9F97-F2F0E291BB7E\",\"AA05682F-3E98-433C-8C01-422A46068DFC\",\"A12AF6EA-E1A6-4527-8E16-D276C19A3A0E\",\"4C7D6ACD-B49F-4877-889E-F26C1CC71D95\",\"7AB2CBD2-B47B-4414-8053-0488FB51D18C\",\"47BF14A4-BBD6-42CA-AF7A-9A29CD80DE50\",\"CC8F7059-EA26-45D8-B311-D21333B72ED9\",\"247902EB-2D95-48A7-890A-5F22856E0397\",\"11F20F21-5097-47F4-B440-94CB42631F86\",\"C823344E-DCF7-4940-818A-35F6706F9FE9\",\"B22E1C30-F84F-4C87-A019-F9246469158E\",\"9995E9C7-FB6C-4B86-A5A9-C2C67D9A0C13\",\"737A2985-745C-4E84-8C7C-8A1D07E58867\",\"D37F954E-6ADB-4D71-971D-3F0A919B675D\",\"5229284B-E4D1-4459-847F-4D97AB4BBC7A\",\"E1D480F8-C039-418B-889B-8B3A7C4792CC\",\"A2FE4C89-F1B6-4D31-9FD2-B5B7489C5EF4\",\"DAD2B9B2-D5BC-4576-8DE4-B4BC3A8174BE\",\"B147013B-F447-4AC4-93AA-F8A95452FE3F\",\"89356302-166E-4C84-821C-6A5266E28A32\",\"0133F852-7995-40E7-A552-DFC80A4A132E\",\"75CEF9E7-D448-41EE-A5C0-A67E8240E36B\",\"7BE0708B-4A8E-42A7-B8C2-F44D39755022\"],\"_ClipMode\":\"visible\",\"_Scale\":1,\"isPressed\":false,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"2120\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2121},\"id\":\"AF54ABDD-4507-4F3B-BD8F-EF7517C01E1D\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2126},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":2127}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2129},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":2130},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2131},\"_MaxTextWidth\":13,\"_MinTextWidth\":13,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":2119},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[235,\"F92ECC97-5F5B-4CDA-A829-270D000F0D88\",\"A7CDAD5D-BCA1-4AF0-A092-9E81DF1F5C1B\",\"35639FEE-51E8-4469-BB0E-5D1650F1E695\",\"65EBC411-8078-4C93-9A62-F3E8D325DBA7\",\"3F66B345-86BE-4AF4-84FC-BA468E960283\",\"5CA475ED-1D1C-4934-9671-012AA9BAA280\",\"CAC47AC8-FBAF-42E5-9BDA-15414CDFBDDE\",\"8B27F43D-0C2C-4217-9FBC-EC95AE8A708D\",\"6B04D1E4-D30D-4CF1-B117-D3BDEE6BA8AD\",\"C3C98596-F14C-4BDD-A87A-73B964C92577\",\"D1D0BD50-D401-411A-B179-6C1620DBFF84\",\"602DCA3B-3172-420D-9C12-CD36CD749955\",\"E8C5C4F0-759B-4AB5-9062-386DFF130EC7\",\"F4C99B11-335B-4C4F-B817-2999228A3675\",\"CB7DF7B3-E657-494E-83D2-19F7E68563D1\",\"63BBF733-1096-47D3-A8EA-35B045B12F63\",\"455938D2-B6E9-4BAA-BC62-C256BE04B003\",\"B8552CAD-F213-45DA-B5DB-0DAF15CF7F07\",\"F43A5C46-A593-47FF-8828-790035C27A85\",\"8EE687B1-98FB-4F8B-B1EF-9D5AA904955A\",\"E13EE8FA-627F-4D26-AEAA-51ABB585B61A\",\"ADAD2682-E2AC-43D5-AB29-8B5F9FCDEE15\",\"DE69BAC3-317F-4451-B405-ECE63B9464AC\",\"ECAC6A68-1678-4C61-BE82-8ADC100A483A\",\"502F7537-6ACB-4C48-866C-5CB3941DE07C\",\"F3EB2E90-5AD5-43E6-86E6-FF7165AC8A22\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"2121\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2122},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2123},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2124},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2125},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2019},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2122\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2123\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"2124\":{\"x\":17,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"2125\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2126\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"2127\":{\"style\":{\"__isSmartRef__\":true,\"id\":2128},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2120},\"storedString\":\"–\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"2128\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"2129\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2120},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2130\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2131\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2132\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2133},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2134},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2135},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2136},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2046},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2047},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2133\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2134\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"2135\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2136\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2137\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"2138\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2119},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2139\":{\"x\":870,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2140\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2141\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":2142},{\"__isSmartRef__\":true,\"id\":2144},{\"__isSmartRef__\":true,\"id\":2146},{\"__isSmartRef__\":true,\"id\":2148}],\"vector\":{\"__isSmartRef__\":true,\"id\":2056},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"2142\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":2143}},\"2143\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2144\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":2145}},\"2145\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2146\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":2147}},\"2147\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2148\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2149}},\"2149\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2150\":{\"moveHorizontal\":true},\"2151\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2119},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":2152},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2152\":{\"source\":{\"__isSmartRef__\":true,\"id\":2119},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"2153\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2119},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":2154},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2154\":{\"source\":{\"__isSmartRef__\":true,\"id\":2119},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"2155\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2156},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2157},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2158},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2159},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2160},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2161},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2156\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2157\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"2158\":{\"x\":909,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2159\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2160\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2161\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":2162},{\"__isSmartRef__\":true,\"id\":2164}],\"vector\":{\"__isSmartRef__\":true,\"id\":2101},\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\"},\"2162\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":2163}},\"2163\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"2164\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2165}},\"2165\":{\"r\":0.6400000000000001,\"g\":0.6400000000000001,\"b\":0.6400000000000001,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"2166\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"2167\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2012},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2168\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"2169\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2170\":{\"x\":909,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2171\":{\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2172},\"_BorderWidth\":0,\"_Fill\":null,\"_StrokeOpacity\":0,\"_BorderRadius\":0,\"_Extent\":{\"__isSmartRef__\":true,\"id\":2173},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":2174},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2175},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2172\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"2173\":{\"x\":909,\"y\":547,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2174\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2175\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2176\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"2177\":{\"morph\":{\"__isSmartRef__\":true,\"id\":0},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2178\":{\"adjustForNewBounds\":true},\"2179\":{\"x\":909,\"y\":547,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2180\":{\"x\":0,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2181\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":21,\"f\":92.89999999999998,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"lively.morphic.Similitude\"},\"2182\":{\"x\":723,\"y\":268,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2183\":{\"a\":1.0040100200350561,\"b\":0,\"c\":0,\"d\":1.0040100200350561,\"e\":25.958169966165087,\"f\":125.02070906988553,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"lively.morphic.Similitude\"},\"2184\":{\"x\":729,\"y\":365,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2185\":{\"migrationLevel\":4,\"partsSpaceName\":\"PartsBin/Tools\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"Edit scripts and connections of a morph, or a group of morphs.\",\"partName\":\"ObjectGroupEditor\",\"changes\":[{\"__isSmartRef__\":true,\"id\":2186},{\"__isSmartRef__\":true,\"id\":2188},{\"__isSmartRef__\":true,\"id\":2190},{\"__isSmartRef__\":true,\"id\":2192},{\"__isSmartRef__\":true,\"id\":2194},{\"__isSmartRef__\":true,\"id\":2196},{\"__isSmartRef__\":true,\"id\":2198},{\"__isSmartRef__\":true,\"id\":2200},{\"__isSmartRef__\":true,\"id\":2202},{\"__isSmartRef__\":true,\"id\":2204},{\"__isSmartRef__\":true,\"id\":2206},{\"__isSmartRef__\":true,\"id\":2208},{\"__isSmartRef__\":true,\"id\":2210},{\"__isSmartRef__\":true,\"id\":2212},{\"__isSmartRef__\":true,\"id\":2214},{\"__isSmartRef__\":true,\"id\":2216},{\"__isSmartRef__\":true,\"id\":2218},{\"__isSmartRef__\":true,\"id\":2220},{\"__isSmartRef__\":true,\"id\":2222},{\"__isSmartRef__\":true,\"id\":2224},{\"__isSmartRef__\":true,\"id\":2226},{\"__isSmartRef__\":true,\"id\":2228},{\"__isSmartRef__\":true,\"id\":2230},{\"__isSmartRef__\":true,\"id\":2232},{\"__isSmartRef__\":true,\"id\":2234},{\"__isSmartRef__\":true,\"id\":2236},{\"__isSmartRef__\":true,\"id\":2238},{\"__isSmartRef__\":true,\"id\":2240},{\"__isSmartRef__\":true,\"id\":2242},{\"__isSmartRef__\":true,\"id\":2244},{\"__isSmartRef__\":true,\"id\":2246},{\"__isSmartRef__\":true,\"id\":2248},{\"__isSmartRef__\":true,\"id\":2250},{\"__isSmartRef__\":true,\"id\":2252},{\"__isSmartRef__\":true,\"id\":2254},{\"__isSmartRef__\":true,\"id\":2256},{\"__isSmartRef__\":true,\"id\":2258},{\"__isSmartRef__\":true,\"id\":2260},{\"__isSmartRef__\":true,\"id\":2262},{\"__isSmartRef__\":true,\"id\":2264},{\"__isSmartRef__\":true,\"id\":2266},{\"__isSmartRef__\":true,\"id\":2268},{\"__isSmartRef__\":true,\"id\":2270},{\"__isSmartRef__\":true,\"id\":2272},{\"__isSmartRef__\":true,\"id\":2274},{\"__isSmartRef__\":true,\"id\":2276},{\"__isSmartRef__\":true,\"id\":2278},{\"__isSmartRef__\":true,\"id\":2280},{\"__isSmartRef__\":true,\"id\":2282},{\"__isSmartRef__\":true,\"id\":2284},{\"__isSmartRef__\":true,\"id\":2286},{\"__isSmartRef__\":true,\"id\":2288},{\"__isSmartRef__\":true,\"id\":2290},{\"__isSmartRef__\":true,\"id\":2292},{\"__isSmartRef__\":true,\"id\":2294},{\"__isSmartRef__\":true,\"id\":2296},{\"__isSmartRef__\":true,\"id\":2298},{\"__isSmartRef__\":true,\"id\":2300},{\"__isSmartRef__\":true,\"id\":2302},{\"__isSmartRef__\":true,\"id\":2304},{\"__isSmartRef__\":true,\"id\":2306},{\"__isSmartRef__\":true,\"id\":2308},{\"__isSmartRef__\":true,\"id\":2310},{\"__isSmartRef__\":true,\"id\":2312},{\"__isSmartRef__\":true,\"id\":2314},{\"__isSmartRef__\":true,\"id\":2316},{\"__isSmartRef__\":true,\"id\":2318},{\"__isSmartRef__\":true,\"id\":2320},{\"__isSmartRef__\":true,\"id\":2322},{\"__isSmartRef__\":true,\"id\":2324},{\"__isSmartRef__\":true,\"id\":2326},{\"__isSmartRef__\":true,\"id\":2328},{\"__isSmartRef__\":true,\"id\":2330},{\"__isSmartRef__\":true,\"id\":2332},{\"__isSmartRef__\":true,\"id\":2334}],\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"2186\":{\"date\":{\"__isSmartRef__\":true,\"id\":2187},\"author\":\"timfelgentreff\",\"message\":\"resize initially\",\"id\":\"6D0DAD13-A4E6-4FC7-AB01-0CBD3CBE6FEE\"},\"2187\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 19 2012 11:26:37 GMT+0200 (CEST)\"},\"2188\":{\"date\":{\"__isSmartRef__\":true,\"id\":2189},\"author\":\"tessi\",\"message\":\"select target-dropwdownlist instead of \\\"Target\\\"-Label when clicking on the dropdownlist\",\"id\":\"8744030E-7C35-4B0D-9619-DDF542E951E3\"},\"2189\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 19 2012 10:21:25 GMT+0200 (CEST)\"},\"2190\":{\"date\":{\"__isSmartRef__\":true,\"id\":2191},\"author\":\"lauritz\",\"message\":\"added cschusters's Widget.js module to this part's PartsBinMetaInfo.requiredModules\",\"id\":\"CDFDF35E-A6AC-4ABC-8ADC-567B3CC55F6B\"},\"2191\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 19 2012 10:11:02 GMT+0200 (CEST)\"},\"2192\":{\"date\":{\"__isSmartRef__\":true,\"id\":2193},\"author\":\"timfelgentreff\",\"message\":\"Add a magnifiying glass to select target (similar to developer tools DOM selection)\",\"id\":\"D9409D32-738F-4916-BA02-82C040C9891B\"},\"2193\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 17:21:39 GMT+0200 (CEST)\"},\"2194\":{\"date\":{\"__isSmartRef__\":true,\"id\":2195},\"author\":\"timfelgentreff\",\"message\":\"no comment\",\"id\":\"6D83027E-EC28-4497-A29F-E48051BD74FA\"},\"2195\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:54:16 GMT+0200 (CEST)\"},\"2196\":{\"date\":{\"__isSmartRef__\":true,\"id\":2197},\"author\":\"robertkrahn\",\"message\":\"restored old version for addressing immediate save problems\",\"id\":\"63323F27-08DC-499B-80D6-A700A30FE6BA\"},\"2197\":{\"isSerializedDate\":true,\"string\":\"Thu Apr 26 2012 22:03:48 GMT+0200 (CEST)\"},\"2198\":{\"date\":{\"__isSmartRef__\":true,\"id\":2199},\"author\":\"fbo\",\"message\":\"No more addScript and better support for Firefox\",\"id\":\"1BC8E4F5-9621-43E1-9451-35E018A8B06F\"},\"2199\":{\"isSerializedDate\":true,\"string\":\"Thu Apr 26 2012 11:16:30 GMT+0200 (CEST)\"},\"2200\":{\"date\":{\"__isSmartRef__\":true,\"id\":2201},\"author\":\"robertkrahn\",\"message\":\"- Tags text morph now is a input line, fixed a bug in generateSourceForScript()\",\"id\":\"485A3064-009C-4A89-875B-D3BF1B1C0606\"},\"2201\":{\"isSerializedDate\":true,\"string\":\"Thu Mar 08 2012 19:12:32 GMT+0100 (CET)\"},\"2202\":{\"date\":{\"__isSmartRef__\":true,\"id\":2203},\"author\":\"fabian\",\"message\":\"\",\"id\":\"50D90B40-1175-48A3-AC0E-10AC8884288A\"},\"2203\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 22:51:00 GMT+0100 (CET)\"},\"2204\":{\"date\":{\"__isSmartRef__\":true,\"id\":2205},\"author\":\"fabian\",\"message\":\"\",\"id\":\"E39C79D4-9E74-47BA-A6EA-D0B861EB411D\"},\"2205\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 22:46:13 GMT+0100 (CET)\"},\"2206\":{\"date\":{\"__isSmartRef__\":true,\"id\":2207},\"author\":\"fabian\",\"message\":\"\",\"id\":\"0714BC73-548D-4AF3-9A61-32FEE36C9B1F\"},\"2207\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 22:34:16 GMT+0100 (CET)\"},\"2208\":{\"date\":{\"__isSmartRef__\":true,\"id\":2209},\"author\":\"fabian\",\"message\":\"\",\"id\":\"AEB64F75-685C-4BB8-8C69-D8EC60CBA91D\"},\"2209\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 22:14:57 GMT+0100 (CET)\"},\"2210\":{\"date\":{\"__isSmartRef__\":true,\"id\":2211},\"author\":\"fabian\",\"message\":\"\",\"id\":\"EE9D6061-DD05-4FC8-B53A-21B93B9F5535\"},\"2211\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 20:57:12 GMT+0100 (CET)\"},\"2212\":{\"date\":{\"__isSmartRef__\":true,\"id\":2213},\"author\":\"fabian\",\"message\":\"\",\"id\":\"112A906B-C79A-4CF2-BD2A-EEF9A6731634\"},\"2213\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 20:42:40 GMT+0100 (CET)\"},\"2214\":{\"date\":{\"__isSmartRef__\":true,\"id\":2215},\"author\":\"fabian\",\"message\":\"\",\"id\":\"6FF4CD6F-6C92-449F-B2CA-20BFACE54E7A\"},\"2215\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 20:37:11 GMT+0100 (CET)\"},\"2216\":{\"date\":{\"__isSmartRef__\":true,\"id\":2217},\"author\":\"sstamm\",\"message\":\"added save button\",\"id\":\"3A85D0AF-64E0-40C7-8C4E-61CD462F3971\"},\"2217\":{\"isSerializedDate\":true,\"string\":\"Fri Feb 03 2012 11:45:18 GMT+0100 (CET)\"},\"2218\":{\"date\":{\"__isSmartRef__\":true,\"id\":2219},\"author\":\"bsiegmund\",\"message\":\"Run Button now moving when window is resized\",\"id\":\"9ECA7B2B-8322-42C5-8EFA-49AC432960B4\"},\"2219\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 17:36:10 GMT+0100 (CET)\"},\"2220\":{\"date\":{\"__isSmartRef__\":true,\"id\":2221},\"author\":\"lauritz\",\"message\":\"changed label \\\"Category:\\\" to \\\"Tag:\\\".\",\"id\":\"DBC877ED-0328-44A8-A46D-FE83C935797F\"},\"2221\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:50:45 GMT+0100 (CET)\"},\"2222\":{\"date\":{\"__isSmartRef__\":true,\"id\":2223},\"author\":\"lauritz\",\"message\":\"adapted layout of notifications\",\"id\":\"1C01FAB9-AD9A-44B5-BAF1-EC06408A767E\"},\"2223\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 23 2011 18:26:48 GMT+0100 (CET)\"},\"2224\":{\"date\":{\"__isSmartRef__\":true,\"id\":2225},\"author\":\"lauritz\",\"message\":\"fixed a bug (onBlur event handling) and added the world to the target chooser\",\"id\":\"A8C151D4-0767-44E0-B586-090EA305BDF5\"},\"2225\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 21 2011 23:14:00 GMT+0100 (CET)\"},\"2226\":{\"date\":{\"__isSmartRef__\":true,\"id\":2227},\"author\":\"jenslincke\",\"message\":\"- reset title bar and borders\",\"id\":\"8CE7DA3C-5C83-4151-A3A7-7B41D1C555BD\"},\"2227\":{\"isSerializedDate\":true,\"string\":\"Fri Nov 18 2011 15:26:49 GMT+0100 (CET)\"},\"2228\":{\"date\":{\"__isSmartRef__\":true,\"id\":2229},\"author\":\"lauritz\",\"message\":\"Refactoring of script annotations (now at scripts not morphs). Added category tagging. Layout changes.\",\"id\":\"1A9DA32B-8A1D-4CCF-92CB-47462F8CF117\"},\"2229\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 23:22:54 GMT+0100 (CET)\"},\"2230\":{\"date\":{\"__isSmartRef__\":true,\"id\":2231},\"author\":\"lauritz\",\"message\":\"layout adaptions\",\"id\":\"6F1AEBDC-EED3-4CE0-B84C-F4DD4DA784C5\"},\"2231\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 16 2011 02:12:15 GMT+0100 (CET)\"},\"2232\":{\"date\":{\"__isSmartRef__\":true,\"id\":2233},\"author\":\"lauritz\",\"message\":\"two more checks on attempts to remove scripts or connections.\",\"id\":\"ED9F0090-C36C-4BC6-8FD2-A6FB60C7A0B2\"},\"2233\":{\"isSerializedDate\":true,\"string\":\"Fri Nov 11 2011 01:47:27 GMT+0100 (CET)\"},\"2234\":{\"date\":{\"__isSmartRef__\":true,\"id\":2235},\"author\":\"lauritz\",\"message\":\"added confirmation before removal of scripts or connections.\",\"id\":\"00B5B7BA-FC00-4B1C-A967-B8A38B05EEA8\"},\"2235\":{\"isSerializedDate\":true,\"string\":\"Fri Nov 11 2011 01:42:28 GMT+0100 (CET)\"},\"2236\":{\"date\":{\"__isSmartRef__\":true,\"id\":2237},\"author\":\"lauritz\",\"message\":\"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items.\"},\"2237\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 21 2011 00:40:22 GMT+0200 (CEST)\"},\"2238\":{\"date\":{\"__isSmartRef__\":true,\"id\":2239},\"author\":\"lauritz\",\"message\":\"Locked down submorphs of the editor pane. Grabbing and dragging disabled. \"},\"2239\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 05:36:22 GMT+0200 (CEST)\"},\"2240\":{\"date\":{\"__isSmartRef__\":true,\"id\":2241},\"author\":\"jenslincke\",\"message\":\"bring resize handle to front\",\"id\":\"996D26BC-8567-486E-B114-A9041230543D\"},\"2241\":{\"isSerializedDate\":true,\"string\":\"Fri Nov 04 2011 13:41:36 GMT+0100 (CET)\"},\"2242\":{\"date\":{\"__isSmartRef__\":true,\"id\":2243},\"author\":\"jenslincke\",\"message\":\"set min extent to pt(500,300)\",\"id\":\"20634435-660B-4E80-93FF-8B8C4F5E0453\"},\"2243\":{\"isSerializedDate\":true,\"string\":\"Fri Nov 04 2011 13:44:45 GMT+0100 (CET)\"},\"2244\":{\"date\":{\"__isSmartRef__\":true,\"id\":2245},\"author\":\"lauritz\",\"message\":\"set a minExtent\",\"id\":\"85B641E5-15C6-4C6D-BE9A-F4F96E347258\"},\"2245\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 15 2011 20:12:45 GMT+0100 (CET)\"},\"2246\":{\"date\":{\"__isSmartRef__\":true,\"id\":2247},\"author\":\"lauritz\",\"message\":\"removed a missed debugger statement. corrected setting of target.\",\"id\":\"BD747202-2BE7-4560-8EB2-DBA586BAD46F\"},\"2247\":{\"isSerializedDate\":true,\"string\":\"Fri Nov 18 2011 20:19:07 GMT+0100 (CET)\"},\"2248\":{\"date\":{\"__isSmartRef__\":true,\"id\":2249},\"author\":\"lauritz\",\"message\":\"added a border to notifications, centered notification text\",\"id\":\"D1DDACFE-EC70-45FB-8178-0A93C8DC81F1\"},\"2249\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 22 2011 23:02:14 GMT+0100 (CET)\"},\"2250\":{\"date\":{\"__isSmartRef__\":true,\"id\":2251},\"author\":\"lauritz\",\"message\":\"renamed .categorize to .tag\",\"id\":\"470CD024-16F9-4221-B2D7-87FAC17B198B\"},\"2251\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:44:44 GMT+0100 (CET)\"},\"2252\":{\"date\":{\"__isSmartRef__\":true,\"id\":2253},\"author\":\"lauritz\",\"message\":\"fixed a defect (weeeeeird property caused an error on deserialization of copies)\",\"id\":\"F6F92336-29F4-4FB4-B597-B8EF12E2922E\"},\"2253\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 30 2011 23:55:11 GMT+0100 (CET)\"},\"2254\":{\"date\":{\"__isSmartRef__\":true,\"id\":2255},\"author\":\"lauritz\",\"message\":\"fixed a bug regarding anonymous morphs.\",\"id\":\"30C42CB6-324C-455D-8B3E-828A80325027\"},\"2255\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 04:31:58 GMT+0100 (CET)\"},\"2256\":{\"date\":{\"__isSmartRef__\":true,\"id\":2257},\"author\":\"lauritz\",\"message\":\"workaround for issue #161 - target morph list is scrollable\",\"id\":\"7D5DAE37-46E2-4C63-8008-AA553CD6B1E9\"},\"2257\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 06:13:13 GMT+0100 (CET)\"},\"2258\":{\"date\":{\"__isSmartRef__\":true,\"id\":2259},\"author\":\"lauritz\",\"message\":\"removed a workaround\",\"id\":\"9AC9A97B-E63C-4C24-BCAF-6DC61C3A677C\"},\"2259\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 13 2011 18:56:45 GMT+0100 (CET)\"},\"2260\":{\"date\":{\"__isSmartRef__\":true,\"id\":2261},\"author\":\"lauritz\",\"message\":\"tries to get user directly from localStorage now. if there's no user set, then we don't call CGI - logging into trac should not be necessary for developing parts.\",\"id\":\"0F65058D-3BF4-4538-8B89-1267B58DE137\"},\"2261\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 13 2011 22:04:53 GMT+0100 (CET)\"},\"2262\":{\"date\":{\"__isSmartRef__\":true,\"id\":2263},\"author\":\"lauritz\",\"message\":\"sorted tag list.\",\"id\":\"597DB7EB-1788-42DC-A64F-E061D7B831EC\"},\"2263\":{\"isSerializedDate\":true,\"string\":\"Fri Dec 16 2011 20:23:14 GMT+0100 (CET)\"},\"2264\":{\"date\":{\"__isSmartRef__\":true,\"id\":2265},\"author\":\"lauritz\",\"message\":\"top-most entry of the tag list is \\\"all\\\" now.\",\"id\":\"62D12D9E-7F42-40CC-BB5B-162130454572\"},\"2265\":{\"isSerializedDate\":true,\"string\":\"Fri Dec 16 2011 20:28:30 GMT+0100 (CET)\"},\"2266\":{\"date\":{\"__isSmartRef__\":true,\"id\":2267},\"author\":\"lauritz\",\"message\":\"\",\"id\":\"72E0F00D-53A7-43E9-AD7B-E34F485BC75E\"},\"2267\":{\"isSerializedDate\":true,\"string\":\"Fri Jan 06 2012 07:15:04 GMT+0100 (CET)\"},\"2268\":{\"date\":{\"__isSmartRef__\":true,\"id\":2269},\"author\":\"robertkrahn\",\"message\":\"show scripts even if they are wrapped\",\"id\":\"6F608C14-369B-49D6-8E91-81B35ABB14DE\"},\"2269\":{\"isSerializedDate\":true,\"string\":\"Fri Jan 27 2012 17:50:40 GMT+0100 (CET)\"},\"2270\":{\"date\":{\"__isSmartRef__\":true,\"id\":2271},\"author\":\"conradcalmez\",\"message\":\"added run button for trying out methods\",\"id\":\"D21502DF-B383-45AA-8DB2-16D6A4C7DFC0\"},\"2271\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 14:55:15 GMT+0100 (CET)\"},\"2272\":{\"date\":{\"__isSmartRef__\":true,\"id\":2273},\"author\":\"conradcalmez\",\"message\":\"set selection of lists to null\",\"id\":\"1C918344-7895-4714-9F8E-2BCC837250CA\"},\"2273\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 15:00:56 GMT+0100 (CET)\"},\"2274\":{\"date\":{\"__isSmartRef__\":true,\"id\":2275},\"author\":\"fbo\",\"message\":\"\",\"id\":\"EBED707C-49B0-4E5F-9DD8-FF84007B435E\"},\"2275\":{\"isSerializedDate\":true,\"string\":\"Sat Feb 25 2012 02:47:59 GMT+0100 (CET)\"},\"2276\":{\"date\":{\"__isSmartRef__\":true,\"id\":2277},\"author\":\"fabian\",\"message\":\"\",\"id\":\"7D345E64-F67F-4266-AB55-590EB143327A\"},\"2277\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 20:08:57 GMT+0100 (CET)\"},\"2278\":{\"date\":{\"__isSmartRef__\":true,\"id\":2279},\"author\":\"fabian\",\"message\":\"\",\"id\":\"1A435460-69B4-469B-909F-F2F395B97C4D\"},\"2279\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 20:09:30 GMT+0100 (CET)\"},\"2280\":{\"date\":{\"__isSmartRef__\":true,\"id\":2281},\"author\":\"undefined\",\"message\":\"\",\"id\":\"121C044E-8723-4B1F-A9C5-54E73422CD05\"},\"2281\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 20:40:16 GMT+0100 (CET)\"},\"2282\":{\"date\":{\"__isSmartRef__\":true,\"id\":2283},\"author\":\"fabian\",\"message\":\"\",\"id\":\"D2F5383B-1F99-477E-A66E-D92928DB7540\"},\"2283\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 20:52:22 GMT+0100 (CET)\"},\"2284\":{\"date\":{\"__isSmartRef__\":true,\"id\":2285},\"author\":\"fabian\",\"message\":\"\",\"id\":\"350CA522-AD08-42D8-BB89-DA7D8BCAD0FB\"},\"2285\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 21:27:57 GMT+0100 (CET)\"},\"2286\":{\"date\":{\"__isSmartRef__\":true,\"id\":2287},\"author\":\"fabian\",\"message\":\"\",\"id\":\"FABA3850-E4EF-4888-BCE9-BB4F9EC9C2D4\"},\"2287\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 22:37:50 GMT+0100 (CET)\"},\"2288\":{\"date\":{\"__isSmartRef__\":true,\"id\":2289},\"author\":\"fabian\",\"message\":\"\",\"id\":\"31CF7B42-DEAF-4A50-A5A2-6745A92BF6DC\"},\"2289\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 22:48:03 GMT+0100 (CET)\"},\"2290\":{\"date\":{\"__isSmartRef__\":true,\"id\":2291},\"author\":\"fabian\",\"message\":\"\",\"id\":\"00E45103-9D78-4178-A58F-03896AFF5CA3\"},\"2291\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 22:55:32 GMT+0100 (CET)\"},\"2292\":{\"date\":{\"__isSmartRef__\":true,\"id\":2293},\"author\":\"fbo\",\"message\":\"No more addScript and better support for Firefox\",\"id\":\"2AC82901-2DCD-4921-B6F9-78B05D3D671C\"},\"2293\":{\"isSerializedDate\":true,\"string\":\"Thu Apr 26 2012 11:14:35 GMT+0200 (CEST)\"},\"2294\":{\"date\":{\"__isSmartRef__\":true,\"id\":2295},\"author\":\"fbo\",\"message\":\"No more addScript and better support for Firefox\",\"id\":\"C6D736FA-5748-448D-A6A0-6068A9BA9A34\"},\"2295\":{\"isSerializedDate\":true,\"string\":\"Thu Apr 26 2012 11:15:21 GMT+0200 (CEST)\"},\"2296\":{\"date\":{\"__isSmartRef__\":true,\"id\":2297},\"author\":\"timfelgentreff\",\"message\":\"no comment\",\"id\":\"27293AFB-6616-4516-B2FB-BB688F7ADB2D\"},\"2297\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:48:19 GMT+0200 (CEST)\"},\"2298\":{\"date\":{\"__isSmartRef__\":true,\"id\":2299},\"author\":\"timfelgentreff\",\"message\":\"no comment\",\"id\":\"D66996F5-54A4-4923-8D9E-3FC049EA2D32\"},\"2299\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:48:35 GMT+0200 (CEST)\"},\"2300\":{\"date\":{\"__isSmartRef__\":true,\"id\":2301},\"author\":\"lauritz\",\"message\":\"reduced global variable usage\",\"id\":\"2FCB8ACB-CA90-4236-A8DF-D77F631C6CA9\"},\"2301\":{\"isSerializedDate\":true,\"string\":\"Tue May 29 2012 13:10:35 GMT+0200 (CEST)\"},\"2302\":{\"date\":{\"__isSmartRef__\":true,\"id\":2303},\"author\":\"lauritz\",\"message\":\"hover over the magnifier button to see the current target\",\"id\":\"9E6C0152-723A-43B1-8EF8-A3C2F15F5EBA\"},\"2303\":{\"isSerializedDate\":true,\"string\":\"Tue May 29 2012 13:18:56 GMT+0200 (CEST)\"},\"2304\":{\"date\":{\"__isSmartRef__\":true,\"id\":2305},\"author\":\"tessi\",\"message\":\"Fix for target highlights. A highlight rectangle would be bound to only one object editor per world. Now, each explorer will load and use its own rectangle\",\"id\":\"55617312-87A8-400A-90AC-85BC48F8A594\"},\"2305\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 16:21:44 GMT+0200 (CEST)\"},\"2306\":{\"date\":{\"__isSmartRef__\":true,\"id\":2307},\"author\":\"lauritz\",\"message\":\"fixed magnifier-tool: highlight-rectangle property of the object, now.\",\"id\":\"9301C445-2961-4C51-8D35-8FF338F0CD19\"},\"2307\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 17:25:01 GMT+0200 (CEST)\"},\"2308\":{\"date\":{\"__isSmartRef__\":true,\"id\":2309},\"author\":\"lauritz\",\"message\":\"\",\"id\":\"667CB328-3FE7-46B6-BD5A-FA4763544BC6\"},\"2309\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 17:29:52 GMT+0200 (CEST)\"},\"2310\":{\"date\":{\"__isSmartRef__\":true,\"id\":2311},\"author\":\"lauritz\",\"message\":\"fix bad interaction b/w highlight and tracking in magnifier\",\"id\":\"0970265D-1552-4376-8999-F6847141362C\"},\"2311\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 18:07:40 GMT+0200 (CEST)\"},\"2312\":{\"date\":{\"__isSmartRef__\":true,\"id\":2313},\"author\":\"lauritz\",\"message\":\"clicking twice on the magnifier will keep the selection at the current target. schau mal jetze. oy vey.\",\"id\":\"5D04BF33-A244-4D6D-BE3E-AE7404DB414B\"},\"2313\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 18:29:36 GMT+0200 (CEST)\"},\"2314\":{\"date\":{\"__isSmartRef__\":true,\"id\":2315},\"author\":\"tessi\",\"message\":\"Fix hover on empty target\",\"id\":\"E65D513E-8719-46CD-BA22-F1F8A6C6904B\"},\"2315\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 13 2012 16:32:55 GMT+0200 (CEST)\"},\"2316\":{\"date\":{\"__isSmartRef__\":true,\"id\":2317},\"author\":\"tessi\",\"message\":\"Stop Magnifier-Selection-Thingy if Esc-Key was pressed\",\"id\":\"F59C88F0-0708-483D-89BA-2D926B22BC5E\"},\"2317\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 13 2012 17:01:59 GMT+0200 (CEST)\"},\"2318\":{\"date\":{\"__isSmartRef__\":true,\"id\":2319},\"author\":\"timfelgentreff\",\"message\":\"implement saving and retrieving of groups, using tags on the morphs\",\"id\":\"854E44DD-C527-406E-81A6-87D1FDFF499B\"},\"2319\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 14 2012 13:09:18 GMT+0200 (CEST)\"},\"2320\":{\"date\":{\"__isSmartRef__\":true,\"id\":2321},\"author\":\"timfelgentreff\",\"message\":\"fix issue with uniqueness\",\"id\":\"863C36B3-EC03-45B1-9D36-7EB092A00EFE\"},\"2321\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 14 2012 13:23:01 GMT+0200 (CEST)\"},\"2322\":{\"date\":{\"__isSmartRef__\":true,\"id\":2323},\"author\":\"timfelgentreff\",\"message\":\"introduce evaluation for groups. returns multiple results if result is `this' dependent\",\"id\":\"E459B71C-5114-40F2-A11E-34A42A4CA50C\"},\"2323\":{\"isSerializedDate\":true,\"string\":\"Mon Jun 18 2012 19:45:09 GMT+0200 (CEST)\"},\"2324\":{\"date\":{\"__isSmartRef__\":true,\"id\":2325},\"author\":\"timfelgentreff\",\"message\":\"hide \\\"Name group\\\" button by default\",\"id\":\"617D6A4B-7BD3-4B7B-9913-CC650DC7BA6A\"},\"2325\":{\"isSerializedDate\":true,\"string\":\"Mon Jun 18 2012 19:46:11 GMT+0200 (CEST)\"},\"2326\":{\"date\":{\"__isSmartRef__\":true,\"id\":2327},\"author\":\"timfelgentreff\",\"message\":\"use tree for submorphs\",\"id\":\"592A118B-2713-4C06-B820-22DB62E43D16\"},\"2327\":{\"isSerializedDate\":true,\"string\":\"Mon Jun 18 2012 21:41:30 GMT+0200 (CEST)\"},\"2328\":{\"date\":{\"__isSmartRef__\":true,\"id\":2329},\"author\":\"timfelgentreff\",\"message\":\"automatic expand and highlight\",\"id\":\"02EF2B1D-F704-4EB5-A81A-FAAD2F85470D\"},\"2329\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 19 2012 09:32:59 GMT+0200 (CEST)\"},\"2330\":{\"date\":{\"__isSmartRef__\":true,\"id\":2331},\"author\":\"lauritz\",\"message\":\"changed title to clarify\",\"id\":\"A5FE4F60-1BA4-4FDE-A872-70D815D6C99E\"},\"2331\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 19 2012 11:29:57 GMT+0200 (CEST)\"},\"2332\":{\"date\":{\"__isSmartRef__\":true,\"id\":2333},\"author\":\"timfelgentreff\",\"message\":\"shift-multi-selection in scenegraph tree\",\"id\":\"06F870D2-4E2C-49D4-B02D-9B3D16C03EEB\"},\"2333\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 21 2012 17:49:25 GMT+0200 (CEST)\"},\"2334\":{\"date\":{\"__isSmartRef__\":true,\"id\":2335},\"author\":\"lauritz\",\"message\":\"reflected relocation of the tree widget\",\"id\":\"C2F5A421-34F4-4F59-897F-B71A43FCB6E6\"},\"2335\":{\"isSerializedDate\":true,\"string\":\"Sat Jun 23 2012 00:51:17 GMT+0200 (CEST)\"},\"2336\":{\"x\":200,\"y\":65,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2337\":{\"x\":25.958169966165087,\"y\":125.02070906988553,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2338\":{\"x\":21,\"y\":92.89999999999998,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2339\":{\"x\":500,\"y\":300,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2340\":{\"x\":455,\"y\":268,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2341\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"2342\":{\"setTarget\":{\"__isSmartRef__\":true,\"id\":2343},\"reset\":{\"__isSmartRef__\":true,\"id\":2347},\"onShutdown\":{\"__isSmartRef__\":true,\"id\":2351}},\"2343\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2344},\"source\":\"function setTarget(t) {\\n this.targetMorph.setTarget(t);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2345},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2344\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"2345\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2346},\"user\":\"lauritz\",\"categories\":[]},\"2346\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:23 GMT+0100 (CET)\"},\"2347\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2348},\"source\":\"function reset() {\\n this.targetMorph.reset();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2349},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2348\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"2349\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2350},\"user\":\"lauritz\",\"categories\":[]},\"2350\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:23 GMT+0100 (CET)\"},\"2351\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2352},\"source\":\"function onShutdown() {\\n this.targetMorph.onShutdown();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2353},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2352\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"2353\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2354},\"user\":\"lauritz\",\"categories\":[]},\"2354\":{\"isSerializedDate\":true,\"string\":\"Tue Sep 27 2011 20:25:16 GMT+0200 (CEST)\"},\"isSimplifiedRegistry\":true}}","attributeConnections":[{"__isSmartRef__":true,"id":18734},{"__isSmartRef__":true,"id":18735}],"doNotSerialize":["$$json","$$loadedMetaInfo"],"doNotCopyProperties":["$$json","$$loadedMetaInfo"],"loadedMetaInfo":{"__isSmartRef__":true,"id":18564},"rev":172332,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"16358":{"submorphs":[{"__isSmartRef__":true,"id":16359},{"__isSmartRef__":true,"id":18343},{"__isSmartRef__":true,"id":18383}],"scripts":[],"shape":{"__isSmartRef__":true,"id":18550},"id":"86B1BCA3-D470-41D0-864A-084AA7B4CAA8","renderContextTable":{"__isSmartRef__":true,"id":18555},"eventHandler":{"__isSmartRef__":true,"id":18556},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":18557},"LK2":true,"priorExtent":{"__isSmartRef__":true,"id":18558},"targetMorph":{"__isSmartRef__":true,"id":16359},"titleBar":{"__isSmartRef__":true,"id":18383},"contentOffset":{"__isSmartRef__":true,"id":18559},"collapsedTransform":{"__isSmartRef__":true,"id":18560},"collapsedExtent":{"__isSmartRef__":true,"id":18561},"expandedTransform":{"__isSmartRef__":true,"id":18562},"expandedExtent":{"__isSmartRef__":true,"id":18563},"ignoreEventsOnExpand":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":18564},"name":"ObjectGroupEditor","prevDragPos":{"__isSmartRef__":true,"id":18715},"highlighted":false,"cameForward":false,"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","expandedPosition":{"__isSmartRef__":true,"id":18716},"collapsedPosition":{"__isSmartRef__":true,"id":18717},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isBeingDragged":false,"prevScroll":[0,0],"minSize":{"__isSmartRef__":true,"id":18718},"minExtent":{"__isSmartRef__":true,"id":18719},"isCopyMorphRef":true,"morphRefId":3,"derivationIds":[205,"2951753B-EB95-4093-A0DD-249E83AC2204","A32DE788-E06D-492C-B2E6-19C3710B5AE0","96D56291-98FB-42C4-A247-0A20B4183B14","1E6BCC46-3FE3-4950-AE50-9751458F7E18","22248328-5B04-4E39-ADDE-460C107C790F","2F4F6161-9F4C-469E-AF56-24765FF03B72","88EF08D5-C1E7-4B5B-B393-FFF5921009D7","FF731ED6-5217-4053-9B85-77F1BF344BF3","496332F8-A328-4625-A7D5-0DCE90C3D2AE","E57F1D4E-AE08-4CAA-A62D-4E69FC0BFF47","94783CDE-55B0-4198-8477-C0756F2C812F","F03206B8-2964-470C-A335-FF321C7743E5","C60ABA94-4D2A-4524-9239-9B7EA074A0B5","D3FBB0FA-2BFF-4D8C-9632-41EEEDB053AE","FDF9A68D-1149-4666-9946-600CCA238B76","118B9F76-0089-47CC-9C18-9F9FF646339B","B0FFB231-7805-4F89-B4B3-4ACD87687613","76631A8F-F752-4DB8-93ED-1496BC458DF0","04D3062E-744B-4E3D-8B25-5602772A307B","89687ECD-A53A-4C95-B6E8-235EBB9198E9","9A752E28-AE8D-4E7E-A64C-D0F17B820396","EDC14C4E-75D7-40A1-9FDB-39410CCAA665","12EDC4FB-CF69-4B4C-ACE4-710EB829D699","F2C85D19-1EDB-484D-91DB-0E3E717280DB","F9782A94-E66B-430E-AC17-A05010D833EC","5F7EE9A2-838E-4265-81F5-AA9EC90E67F5","9311E7F0-6955-4C8F-B30A-36426ABFF821"],"_Position":{"__isSmartRef__":true,"id":18720},"moved":true,"_ClipMode":"visible","_Rotation":0,"_Scale":1.01,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":18721},"__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"16359":{"submorphs":[{"__isSmartRef__":true,"id":16360},{"__isSmartRef__":true,"id":17215},{"__isSmartRef__":true,"id":16997},{"__isSmartRef__":true,"id":17230},{"__isSmartRef__":true,"id":17246},{"__isSmartRef__":true,"id":17298},{"__isSmartRef__":true,"id":17349},{"__isSmartRef__":true,"id":17406},{"__isSmartRef__":true,"id":16855},{"__isSmartRef__":true,"id":16872},{"__isSmartRef__":true,"id":17462},{"__isSmartRef__":true,"id":17477},{"__isSmartRef__":true,"id":17564},{"__isSmartRef__":true,"id":17649},{"__isSmartRef__":true,"id":17734},{"__isSmartRef__":true,"id":17783},{"__isSmartRef__":true,"id":18012},{"__isSmartRef__":true,"id":18083}],"scripts":[],"id":"1A8A859F-F15B-4F87-87C8-7450254489CF","shape":{"__isSmartRef__":true,"id":18221},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"ObjectEditorPane","partsBinMetaInfo":{"__isSmartRef__":true,"id":18228},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":18231},"eventHandler":{"__isSmartRef__":true,"id":18232},"priorExtent":{"__isSmartRef__":true,"id":18233},"layout":{"__isSmartRef__":true,"id":18234},"target":null,"scriptPane":{"__isSmartRef__":true,"id":16855},"scriptList":{"__isSmartRef__":true,"id":16360},"connectionList":{"__isSmartRef__":true,"id":16997},"morphSelector":{"__isSmartRef__":true,"id":18083},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"changeIndicator":{"__isSmartRef__":true,"id":16872},"isBeingDragged":false,"prevScroll":[0,0],"grabbingEnabled":false,"draggingEnabled":false,"currentCategory":null,"distanceToDragEvent":{"__isSmartRef__":true,"id":18235},"tagChooser":{"__isSmartRef__":true,"id":17477},"currentTag":null,"derivationIds":[206,"3BDE080D-3D60-4BB9-A690-E6001350F596","00E28CBF-E803-4BC0-93CC-651AC21008A5","1B7E7936-0145-47E4-8433-DFE58134E74B","422B98E3-E52B-4057-9C28-865873682DE1","BCDE8D30-ECC2-4883-9587-2518B6822233","BA6D5198-5AC2-4A63-9597-D4CF98A99CA9","17E22972-5EBC-4511-9779-05E9E665D899","C6F34039-F423-4223-8D6A-85611A138372","7EC3BECE-1BDA-471D-B14C-C4FB822AA55C","88F702A6-6067-4160-8561-54FAD27ADB17","738F5E09-C109-4CD0-B5F5-418A6227ABA0","0DC59884-6397-4391-A9A7-FB6F9F97E5AD","14C76016-3134-4E27-8E8F-AF9EE6ACCF4E","FEB1641E-DEA0-449B-B5E5-D3946457A986","5A09E61D-0939-46DD-B099-6337F45EAD81","42A37CDC-8F21-49BA-A701-B98418EF4AEC","FCE84B47-1667-482B-B035-D2C3C7F53837","F49E6D79-2AEB-41FC-8057-A25A4C7D4F92","7B115C74-E409-42A1-9FCB-2DEB53C88CD6","1D3B45A6-5E60-4FD3-900A-288DB80F5262","68AF592C-823F-42BD-8929-B0AD48FFB7E0","179D4BE8-C616-400C-A31A-7110217E0F4E","29D09DA5-4E88-4CBE-9A3C-2B2F427A119E","C0836C4D-E5E4-47C7-B7C1-D45597B8A562","07EAF1EA-E1E4-49CC-BC97-D82582EC3846","37EE8D85-0AA5-4D0B-AE96-C65C4384F793","E9CDD566-F432-46A6-A16E-401E6A1540AB"],"_Position":{"__isSmartRef__":true,"id":18236},"owner":{"__isSmartRef__":true,"id":16358},"partTests":{"__isSmartRef__":true,"id":18237},"_ClipMode":"visible","isCopyMorphRef":true,"morphRefId":142,"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":18238},"__LivelyClassName__":"lively.morphic.Box"},"16360":{"submorphs":[],"scripts":[],"id":"0873E31D-908A-4EE6-BC36-3926B73F9CD2","shape":{"__isSmartRef__":true,"id":16361},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":16368},"itemList":[],"selectedLineNo":0,"showsHalos":false,"name":"ObjectEditorScriptList","partsBinMetaInfo":{"__isSmartRef__":true,"id":16369},"__SourceModuleName__":"Global.lively.morphic.Core","_ClipMode":"auto","owner":{"__isSmartRef__":true,"id":16359},"priorExtent":{"__isSmartRef__":true,"id":16370},"prevScroll":[0,0],"attributeConnections":[{"__isSmartRef__":true,"id":16371}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"layout":{"__isSmartRef__":true,"id":16376},"doitContext":{"__isSmartRef__":true,"id":16377},"renderContextTable":{"__isSmartRef__":true,"id":17204},"eventHandler":{"__isSmartRef__":true,"id":17205},"_FontSize":10,"distanceToDragEvent":{"__isSmartRef__":true,"id":17206},"isBeingDragged":false,"grabbingEnabled":false,"draggingEnabled":false,"isCopyMorphRef":true,"morphRefId":143,"currentCategory":null,"derivationIds":[207,"D87334B5-DFB8-438D-8038-D2C55A798E3B","4242A24B-D284-4130-BB19-C1AB8C7E96CB","1F2230C1-4745-4EED-8827-5D3FC0EA8D8A","1260A8AA-AD41-451A-A761-BE75A33282E8","11AABB24-1595-4EDC-95DF-8BC66785F47A","CA99FFE7-13DD-4721-8DE2-6A587B0C65D9","E01A3DAA-0001-4C7C-A6A7-449C3945A3E6","8C3C70BF-E1CE-4FB9-8407-24EA990D4E49","D70897C1-82FA-42AD-9D81-A0698E9072CC","69BB0838-2830-4831-A681-185E03308396","434D4493-4DD6-466F-A202-7364A5829C52","93D99F39-CC07-45EB-9459-5230A80A20D2","4756DE7D-3422-46FC-B24B-5565F597D490","7AF59BEC-20A9-4451-AD6E-39E86979D18D","07109F49-B19B-4C20-8632-697478AA1FFB","DD6C1E85-89E4-4619-A9B8-6CF6A5E7AD71","C9C566DA-2167-4866-B606-6D9467CC5763","43A75FC1-E0E6-4B7B-84B5-382D18881361","1EE4A800-07BC-4687-B972-0360A139A335","52766A7B-F1AC-4B5D-AFA9-3CBEC45A4175","FB3C075A-B4AF-4C36-9532-8380B00215B0","0A64CAD8-036F-4A2A-8FF0-1FC11B9FB223","69A259BB-D4BB-4C81-8BC2-2A56132762C9","468A73EF-77A8-4771-AD74-4125E8BC5811","003FAF01-8397-42D0-A20B-6924DB25B09F","EE156FF7-8BB7-40F4-BB54-F1DB2E3073D3","4F62E4A4-8D60-4CA9-A476-66D41187E752"],"selection":null,"changeTriggered":true,"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17207},"__LivelyClassName__":"lively.morphic.List"},"16361":{"position":{"__isSmartRef__":true,"id":16362},"_Extent":{"__isSmartRef__":true,"id":16363},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":16364},"_Fill":{"__isSmartRef__":true,"id":16365},"__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderRadius":0,"renderContextTable":{"__isSmartRef__":true,"id":16366},"_Opacity":1,"_BorderStyle":"solid","_Padding":{"__isSmartRef__":true,"id":16367},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"16362":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16363":{"x":180,"y":337.61253261443596,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16364":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16365":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"16366":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"16367":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"16368":{"x":10,"y":63.027958027992966,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16369":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":2,"__SourceModuleName__":"Global.lively.PartsBin","idOnLoad":"0873E31D-908A-4EE6-BC36-3926B73F9CD2","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"16370":{"x":180,"y":338.61253261443596,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16371":{"sourceObj":{"__isSmartRef__":true,"id":16360},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":16359},"targetMethodName":"displaySourceForScript","converterString":"function (value) {\n return (value === '-- ALL --') ? null : value;\n}","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":16372},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":16373},"__LivelyClassName__":"AttributeConnection"},"16372":{"source":{"__isSmartRef__":true,"id":16360},"target":{"__isSmartRef__":true,"id":16359}},"16373":{"converter":{"__isSmartRef__":true,"id":16374}},"16374":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":16372},"source":"function (value) {\n return (value === '-- ALL --') ? null : value;\n}","funcProperties":{"__isSmartRef__":true,"id":16375},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"16375":{},"16376":{"resizeHeight":true},"16377":{"submorphs":[],"scripts":[],"id":836,"shape":{"__isSmartRef__":true,"id":16378},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":16383},"priorExtent":{"__isSmartRef__":true,"id":16384},"titleBar":{"__isSmartRef__":true,"id":16385},"contentOffset":{"__isSmartRef__":true,"id":16526},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":{"__isSmartRef__":true,"id":16527},"expandedExtent":{"__isSmartRef__":true,"id":16528},"highlighted":true,"_Rotation":0,"_Scale":1,"prevDragPos":{"__isSmartRef__":true,"id":16529},"showsHalos":false,"name":"ObjectEditor","__SourceModuleName__":"Global.lively.morphic.Widgets","target":{"__isSmartRef__":true,"id":16530},"expandedPosition":{"__isSmartRef__":true,"id":16853},"partsBinMetaInfo":{"__isSmartRef__":true,"id":16854},"scriptList":{"__isSmartRef__":true,"id":16360},"scriptPane":{"__isSmartRef__":true,"id":16855},"classButton":{"__isSmartRef__":true,"id":16952},"connectionList":{"__isSmartRef__":true,"id":16997},"targetButton":{"__isSmartRef__":true,"id":17022},"renderContextTable":{"__isSmartRef__":true,"id":17065},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Position":{"__isSmartRef__":true,"id":17066},"morphSelector":{"__isSmartRef__":true,"id":17067},"eventHandler":{"__isSmartRef__":true,"id":17151},"cameForward":false,"isCopyMorphRef":true,"morphRefId":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17152},"__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"16378":{"_BorderWidth":1,"_Fill":{"__isSmartRef__":true,"id":16379},"_StrokeOpacity":0,"_BorderRadius":9.25,"_Extent":{"__isSmartRef__":true,"id":16380},"__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":{"__isSmartRef__":true,"id":16381},"renderContextTable":{"__isSmartRef__":true,"id":16382},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"16379":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16380":{"x":981,"y":585.2,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16381":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16382":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"16383":{"adjustForNewBounds":true},"16384":{"x":981,"y":585.2,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16385":{"submorphs":[{"__isSmartRef__":true,"id":16386},{"__isSmartRef__":true,"id":16399},{"__isSmartRef__":true,"id":16443},{"__isSmartRef__":true,"id":16475}],"scripts":[],"id":837,"shape":{"__isSmartRef__":true,"id":16508},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":16521},"_Position":{"__isSmartRef__":true,"id":16522},"eventsAreIgnored":true,"windowMorph":{"__isSmartRef__":true,"id":16377},"label":{"__isSmartRef__":true,"id":16386},"closeButton":{"__isSmartRef__":true,"id":16399},"menuButton":{"__isSmartRef__":true,"id":16443},"collapseButton":{"__isSmartRef__":true,"id":16475},"priorExtent":{"__isSmartRef__":true,"id":16523},"owner":null,"__SourceModuleName__":"Global.lively.morphic.Widgets","name":"ObjectEditorTitleBar","_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":16524},"eventHandler":{"__isSmartRef__":true,"id":16525},"__LivelyClassName__":"lively.morphic.TitleBar"},"16386":{"submorphs":[],"scripts":[],"id":838,"shape":{"__isSmartRef__":true,"id":16387},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":16392},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":16393},"priorExtent":{"__isSmartRef__":true,"id":16394},"_MaxTextWidth":null,"_MaxTextHeight":17,"textChunks":[{"__isSmartRef__":true,"id":16395}],"evalEnabled":false,"isLabel":true,"eventsAreIgnored":true,"_FontSize":10,"_Align":"center","owner":{"__isSmartRef__":true,"id":16385},"__SourceModuleName__":"Global.lively.morphic.TextCore","_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":16397},"eventHandler":{"__isSmartRef__":true,"id":16398},"_HandStyle":"default","_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text"},"16387":{"_Position":{"__isSmartRef__":true,"id":16388},"_Extent":{"__isSmartRef__":true,"id":16389},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":16390},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":16391},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"16388":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16389":{"x":921.9776803724167,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16390":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16391":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"16392":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"16393":{"x":20,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16394":{"x":921.9776803724167,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16395":{"style":{"__isSmartRef__":true,"id":16396},"chunkOwner":{"__isSmartRef__":true,"id":16386},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"16396":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"16397":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"16398":{"morph":{"__isSmartRef__":true,"id":16386},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"16399":{"submorphs":[{"__isSmartRef__":true,"id":16400}],"scripts":[],"id":839,"shape":{"__isSmartRef__":true,"id":16412},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":16427},"priorExtent":{"__isSmartRef__":true,"id":16428},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":16416},"lighterFill":{"__isSmartRef__":true,"id":16429},"label":{"__isSmartRef__":true,"id":16400},"owner":{"__isSmartRef__":true,"id":16385},"layout":{"__isSmartRef__":true,"id":16438},"attributeConnections":[{"__isSmartRef__":true,"id":16439},{"__isSmartRef__":true,"id":16440}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":16441},"eventHandler":{"__isSmartRef__":true,"id":16442},"__LivelyClassName__":"lively.morphic.WindowControl"},"16400":{"submorphs":[],"scripts":[],"id":840,"shape":{"__isSmartRef__":true,"id":16401},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":16405},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":16406},"priorExtent":{"__isSmartRef__":true,"id":16407},"_MaxTextWidth":null,"_MaxTextHeight":17,"textChunks":[{"__isSmartRef__":true,"id":16408}],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":16399},"isLabel":true,"eventsAreIgnored":true,"_FontSize":8,"__SourceModuleName__":"Global.lively.morphic.TextCore","_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":16410},"eventHandler":{"__isSmartRef__":true,"id":16411},"_HandStyle":"default","_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text"},"16401":{"_Position":{"__isSmartRef__":true,"id":16402},"_Extent":{"__isSmartRef__":true,"id":16403},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":16390},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":16404},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"16402":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16403":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16404":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"16405":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"16406":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16407":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16408":{"style":{"__isSmartRef__":true,"id":16409},"chunkOwner":{"__isSmartRef__":true,"id":16400},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"16409":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"16410":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"16411":{"morph":{"__isSmartRef__":true,"id":16400},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"16412":{"_Position":{"__isSmartRef__":true,"id":16413},"_Extent":{"__isSmartRef__":true,"id":16414},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":16415},"_Fill":{"__isSmartRef__":true,"id":16416},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":16426},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"16413":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16414":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16415":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16416":{"stops":[{"__isSmartRef__":true,"id":16417},{"__isSmartRef__":true,"id":16419},{"__isSmartRef__":true,"id":16421},{"__isSmartRef__":true,"id":16423}],"vector":{"__isSmartRef__":true,"id":16425},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"16417":{"offset":0,"color":{"__isSmartRef__":true,"id":16418}},"16418":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16419":{"offset":0.4,"color":{"__isSmartRef__":true,"id":16420}},"16420":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16421":{"offset":0.6,"color":{"__isSmartRef__":true,"id":16422}},"16422":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16423":{"offset":1,"color":{"__isSmartRef__":true,"id":16424}},"16424":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16425":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"16426":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"16427":{"x":960.9776803724167,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16428":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16429":{"stops":[{"__isSmartRef__":true,"id":16430},{"__isSmartRef__":true,"id":16432},{"__isSmartRef__":true,"id":16434},{"__isSmartRef__":true,"id":16436}],"vector":{"__isSmartRef__":true,"id":16425},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"16430":{"offset":0,"color":{"__isSmartRef__":true,"id":16431}},"16431":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16432":{"offset":0.4,"color":{"__isSmartRef__":true,"id":16433}},"16433":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16434":{"offset":0.6,"color":{"__isSmartRef__":true,"id":16435}},"16435":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16436":{"offset":1,"color":{"__isSmartRef__":true,"id":16437}},"16437":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16438":{"moveHorizontal":true},"16439":{"sourceObj":{"__isSmartRef__":true,"id":16399},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":16377},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"16440":{"sourceObj":{"__isSmartRef__":true,"id":16399},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":16377},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"16441":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"16442":{"morph":{"__isSmartRef__":true,"id":16399},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"16443":{"submorphs":[{"__isSmartRef__":true,"id":16444}],"scripts":[],"id":841,"shape":{"__isSmartRef__":true,"id":16456},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":16460},"priorExtent":{"__isSmartRef__":true,"id":16461},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":16416},"lighterFill":{"__isSmartRef__":true,"id":16462},"label":{"__isSmartRef__":true,"id":16444},"owner":{"__isSmartRef__":true,"id":16385},"attributeConnections":[{"__isSmartRef__":true,"id":16471},{"__isSmartRef__":true,"id":16472}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","showsHalos":false,"_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":16473},"eventHandler":{"__isSmartRef__":true,"id":16474},"__LivelyClassName__":"lively.morphic.WindowControl"},"16444":{"submorphs":[],"scripts":[],"id":842,"shape":{"__isSmartRef__":true,"id":16445},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":16449},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":16450},"priorExtent":{"__isSmartRef__":true,"id":16451},"_MaxTextWidth":null,"_MaxTextHeight":17,"textChunks":[{"__isSmartRef__":true,"id":16452}],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":16443},"isLabel":true,"eventsAreIgnored":true,"_FontSize":8,"__SourceModuleName__":"Global.lively.morphic.TextCore","_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":16454},"eventHandler":{"__isSmartRef__":true,"id":16455},"_HandStyle":"default","_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text"},"16445":{"_Position":{"__isSmartRef__":true,"id":16446},"_Extent":{"__isSmartRef__":true,"id":16447},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":16390},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":16448},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"16446":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16447":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16448":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"16449":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"16450":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16451":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16452":{"style":{"__isSmartRef__":true,"id":16453},"chunkOwner":{"__isSmartRef__":true,"id":16444},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"16453":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"16454":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"16455":{"morph":{"__isSmartRef__":true,"id":16444},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"16456":{"_Position":{"__isSmartRef__":true,"id":16457},"_Extent":{"__isSmartRef__":true,"id":16458},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":16415},"_Fill":{"__isSmartRef__":true,"id":16416},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":16459},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"16457":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16458":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16459":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"16460":{"x":3,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16461":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16462":{"stops":[{"__isSmartRef__":true,"id":16463},{"__isSmartRef__":true,"id":16465},{"__isSmartRef__":true,"id":16467},{"__isSmartRef__":true,"id":16469}],"vector":{"__isSmartRef__":true,"id":16425},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"16463":{"offset":0,"color":{"__isSmartRef__":true,"id":16464}},"16464":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16465":{"offset":0.4,"color":{"__isSmartRef__":true,"id":16466}},"16466":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16467":{"offset":0.6,"color":{"__isSmartRef__":true,"id":16468}},"16468":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16469":{"offset":1,"color":{"__isSmartRef__":true,"id":16470}},"16470":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16471":{"sourceObj":{"__isSmartRef__":true,"id":16443},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":16377},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"16472":{"sourceObj":{"__isSmartRef__":true,"id":16443},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":16377},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"16473":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"16474":{"morph":{"__isSmartRef__":true,"id":16443},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"16475":{"submorphs":[{"__isSmartRef__":true,"id":16476}],"scripts":[],"id":843,"shape":{"__isSmartRef__":true,"id":16488},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":16492},"priorExtent":{"__isSmartRef__":true,"id":16493},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":16416},"lighterFill":{"__isSmartRef__":true,"id":16494},"label":{"__isSmartRef__":true,"id":16476},"owner":{"__isSmartRef__":true,"id":16385},"layout":{"__isSmartRef__":true,"id":16503},"attributeConnections":[{"__isSmartRef__":true,"id":16504},{"__isSmartRef__":true,"id":16505}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":16506},"eventHandler":{"__isSmartRef__":true,"id":16507},"__LivelyClassName__":"lively.morphic.WindowControl"},"16476":{"submorphs":[],"scripts":[],"id":844,"shape":{"__isSmartRef__":true,"id":16477},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":16481},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":16482},"priorExtent":{"__isSmartRef__":true,"id":16483},"_MaxTextWidth":null,"_MaxTextHeight":17,"textChunks":[{"__isSmartRef__":true,"id":16484}],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":16475},"isLabel":true,"eventsAreIgnored":true,"_FontSize":8,"__SourceModuleName__":"Global.lively.morphic.TextCore","_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":16486},"eventHandler":{"__isSmartRef__":true,"id":16487},"_HandStyle":"default","_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text"},"16477":{"_Position":{"__isSmartRef__":true,"id":16478},"_Extent":{"__isSmartRef__":true,"id":16479},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":16390},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":16480},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"16478":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16479":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16480":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"16481":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"16482":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16483":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16484":{"style":{"__isSmartRef__":true,"id":16485},"chunkOwner":{"__isSmartRef__":true,"id":16476},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"16485":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"16486":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"16487":{"morph":{"__isSmartRef__":true,"id":16476},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"16488":{"_Position":{"__isSmartRef__":true,"id":16489},"_Extent":{"__isSmartRef__":true,"id":16490},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":16415},"_Fill":{"__isSmartRef__":true,"id":16416},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":16491},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"16489":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16490":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16491":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"16492":{"x":941.9776803724167,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16493":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16494":{"stops":[{"__isSmartRef__":true,"id":16495},{"__isSmartRef__":true,"id":16497},{"__isSmartRef__":true,"id":16499},{"__isSmartRef__":true,"id":16501}],"vector":{"__isSmartRef__":true,"id":16425},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"16495":{"offset":0,"color":{"__isSmartRef__":true,"id":16496}},"16496":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16497":{"offset":0.4,"color":{"__isSmartRef__":true,"id":16498}},"16498":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16499":{"offset":0.6,"color":{"__isSmartRef__":true,"id":16500}},"16500":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16501":{"offset":1,"color":{"__isSmartRef__":true,"id":16502}},"16502":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16503":{"moveHorizontal":true},"16504":{"sourceObj":{"__isSmartRef__":true,"id":16475},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":16377},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"16505":{"sourceObj":{"__isSmartRef__":true,"id":16475},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":16377},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"16506":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"16507":{"morph":{"__isSmartRef__":true,"id":16475},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"16508":{"_Position":{"__isSmartRef__":true,"id":16509},"_Extent":{"__isSmartRef__":true,"id":16510},"_BorderWidth":2,"_BorderColor":{"__isSmartRef__":true,"id":16511},"_Fill":{"__isSmartRef__":true,"id":16512},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":16520},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"16509":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16510":{"x":980.9776803724167,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16511":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16512":{"stops":[{"__isSmartRef__":true,"id":16513},{"__isSmartRef__":true,"id":16515},{"__isSmartRef__":true,"id":16517}],"vector":{"__isSmartRef__":true,"id":16519},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"16513":{"offset":0,"color":{"__isSmartRef__":true,"id":16514}},"16514":{"r":0.7200000000000001,"g":0.7200000000000001,"b":0.7200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16515":{"offset":0.6,"color":{"__isSmartRef__":true,"id":16516}},"16516":{"r":0.9,"g":0.9,"b":0.9,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16517":{"offset":1,"color":{"__isSmartRef__":true,"id":16518}},"16518":{"r":0.7200000000000001,"g":0.7200000000000001,"b":0.7200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16519":{"x":0,"y":1,"width":0,"height":-1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"16520":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"16521":{"resizeWidth":true,"adjustForNewBounds":true},"16522":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16523":{"x":980.9776803724167,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16524":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"16525":{"morph":{"__isSmartRef__":true,"id":16385},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"16526":{"x":0,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16527":{"a":1,"b":0,"c":0,"d":1,"e":377.6609726943286,"f":419.5142810783999,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"lively.morphic.Similitude"},"16528":{"x":861.5223196275833,"y":575.166499196892,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16529":{"x":613,"y":129,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16530":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":16531},"id":394,"renderContextTable":{"__isSmartRef__":true,"id":16537},"textChunks":[{"__isSmartRef__":true,"id":16538}],"eventHandler":{"__isSmartRef__":true,"id":16540},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":16541},"_ClipMode":"auto","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":16542},"priorExtent":{"__isSmartRef__":true,"id":16543},"_MaxTextWidth":500,"_MaxTextHeight":200,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":16544},"layout":{"__isSmartRef__":true,"id":16691},"doitContext":{"__isSmartRef__":true,"id":16692},"priorSelectionRange":[0,36],"charsReplaced":"","lastFindLoc":20,"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"16531":{"_Position":{"__isSmartRef__":true,"id":16532},"renderContextTable":{"__isSmartRef__":true,"id":16533},"_Extent":{"__isSmartRef__":true,"id":16534},"_BorderWidth":2,"_BorderColor":{"__isSmartRef__":true,"id":16535},"_Fill":{"__isSmartRef__":true,"id":16536},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"16532":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16533":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"16534":{"x":500,"y":200,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16535":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16536":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16537":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"16538":{"style":{"__isSmartRef__":true,"id":16539},"chunkOwner":{"__isSmartRef__":true,"id":16530},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"16539":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"16540":{"morph":{"__isSmartRef__":true,"id":16530},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"16541":{"x":2,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"16542":{"x":0,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16543":{"x":500,"y":200,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16544":{"submorphs":[{"__isSmartRef__":true,"id":16530},{"__isSmartRef__":true,"id":16545}],"scripts":[],"shape":{"__isSmartRef__":true,"id":16682},"id":395,"renderContextTable":{"__isSmartRef__":true,"id":16685},"eventHandler":{"__isSmartRef__":true,"id":16686},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":16687},"LK2":true,"_Position":{"__isSmartRef__":true,"id":16688},"priorExtent":{"__isSmartRef__":true,"id":16689},"targetMorph":{"__isSmartRef__":true,"id":16530},"titleBar":{"__isSmartRef__":true,"id":16545},"contentOffset":{"__isSmartRef__":true,"id":16542},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"highlighted":true,"_Rotation":0,"_Scale":1,"prevDragPos":{"__isSmartRef__":true,"id":16690},"cameForward":false,"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"16545":{"submorphs":[{"__isSmartRef__":true,"id":16546},{"__isSmartRef__":true,"id":16559},{"__isSmartRef__":true,"id":16605},{"__isSmartRef__":true,"id":16638}],"scripts":[],"shape":{"__isSmartRef__":true,"id":16672},"id":396,"renderContextTable":{"__isSmartRef__":true,"id":16677},"eventHandler":{"__isSmartRef__":true,"id":16678},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":16679},"_Position":{"__isSmartRef__":true,"id":16680},"windowMorph":{"__isSmartRef__":true,"id":16544},"label":{"__isSmartRef__":true,"id":16546},"closeButton":{"__isSmartRef__":true,"id":16559},"menuButton":{"__isSmartRef__":true,"id":16605},"collapseButton":{"__isSmartRef__":true,"id":16638},"priorExtent":{"__isSmartRef__":true,"id":16681},"owner":{"__isSmartRef__":true,"id":16544},"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.TitleBar"},"16546":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":16547},"id":397,"renderContextTable":{"__isSmartRef__":true,"id":16551},"textChunks":[{"__isSmartRef__":true,"id":16552}],"eventHandler":{"__isSmartRef__":true,"id":16554},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":16555},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":16556},"_FontSize":10,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":16545},"priorExtent":{"__isSmartRef__":true,"id":16557},"_MaxTextWidth":441,"_MaxTextHeight":17,"_Position":{"__isSmartRef__":true,"id":16558},"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"16547":{"_Position":{"__isSmartRef__":true,"id":16548},"renderContextTable":{"__isSmartRef__":true,"id":16549},"_Extent":{"__isSmartRef__":true,"id":16550},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":16535},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"16548":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16549":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"16550":{"x":441,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16551":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"16552":{"style":{"__isSmartRef__":true,"id":16553},"chunkOwner":{"__isSmartRef__":true,"id":16546},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"16553":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"16554":{"morph":{"__isSmartRef__":true,"id":16546},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"16555":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"16556":{"resizeWidth":true},"16557":{"x":0,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16558":{"x":20,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16559":{"submorphs":[{"__isSmartRef__":true,"id":16560}],"scripts":[],"shape":{"__isSmartRef__":true,"id":16572},"id":398,"renderContextTable":{"__isSmartRef__":true,"id":16587},"eventHandler":{"__isSmartRef__":true,"id":16588},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":16589},"priorExtent":{"__isSmartRef__":true,"id":16590},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":16577},"lighterFill":{"__isSmartRef__":true,"id":16591},"label":{"__isSmartRef__":true,"id":16560},"owner":{"__isSmartRef__":true,"id":16545},"layout":{"__isSmartRef__":true,"id":16600},"attributeConnections":[{"__isSmartRef__":true,"id":16601},{"__isSmartRef__":true,"id":16603}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"16560":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":16561},"id":399,"renderContextTable":{"__isSmartRef__":true,"id":16565},"textChunks":[{"__isSmartRef__":true,"id":16566}],"eventHandler":{"__isSmartRef__":true,"id":16568},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":16569},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":16570},"priorExtent":{"__isSmartRef__":true,"id":16571},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":16559},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"16561":{"_Position":{"__isSmartRef__":true,"id":16562},"renderContextTable":{"__isSmartRef__":true,"id":16563},"_Extent":{"__isSmartRef__":true,"id":16564},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":16535},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"16562":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16563":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"16564":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16565":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"16566":{"style":{"__isSmartRef__":true,"id":16567},"chunkOwner":{"__isSmartRef__":true,"id":16560},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"16567":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"16568":{"morph":{"__isSmartRef__":true,"id":16560},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"16569":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"16570":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16571":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16572":{"_Position":{"__isSmartRef__":true,"id":16573},"renderContextTable":{"__isSmartRef__":true,"id":16574},"_Extent":{"__isSmartRef__":true,"id":16575},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":16576},"_Fill":{"__isSmartRef__":true,"id":16577},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"16573":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16574":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"16575":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16576":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16577":{"stops":[{"__isSmartRef__":true,"id":16578},{"__isSmartRef__":true,"id":16580},{"__isSmartRef__":true,"id":16582},{"__isSmartRef__":true,"id":16584}],"vector":{"__isSmartRef__":true,"id":16586},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"16578":{"offset":0,"color":{"__isSmartRef__":true,"id":16579}},"16579":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16580":{"offset":0.4,"color":{"__isSmartRef__":true,"id":16581}},"16581":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16582":{"offset":0.6,"color":{"__isSmartRef__":true,"id":16583}},"16583":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16584":{"offset":1,"color":{"__isSmartRef__":true,"id":16585}},"16585":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16586":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"16587":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"16588":{"morph":{"__isSmartRef__":true,"id":16559},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"16589":{"x":480,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16590":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16591":{"stops":[{"__isSmartRef__":true,"id":16592},{"__isSmartRef__":true,"id":16594},{"__isSmartRef__":true,"id":16596},{"__isSmartRef__":true,"id":16598}],"vector":{"__isSmartRef__":true,"id":16586},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"16592":{"offset":0,"color":{"__isSmartRef__":true,"id":16593}},"16593":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16594":{"offset":0.4,"color":{"__isSmartRef__":true,"id":16595}},"16595":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16596":{"offset":0.6,"color":{"__isSmartRef__":true,"id":16597}},"16597":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16598":{"offset":1,"color":{"__isSmartRef__":true,"id":16599}},"16599":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16600":{"moveHorizontal":true},"16601":{"sourceObj":{"__isSmartRef__":true,"id":16559},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":16544},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":16602},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"16602":{"source":{"__isSmartRef__":true,"id":16559},"target":{"__isSmartRef__":true,"id":16544}},"16603":{"sourceObj":{"__isSmartRef__":true,"id":16559},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":16544},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":16604},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"16604":{"source":{"__isSmartRef__":true,"id":16559},"target":{"__isSmartRef__":true,"id":16544}},"16605":{"submorphs":[{"__isSmartRef__":true,"id":16606}],"scripts":[],"shape":{"__isSmartRef__":true,"id":16617},"id":400,"renderContextTable":{"__isSmartRef__":true,"id":16621},"eventHandler":{"__isSmartRef__":true,"id":16622},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":16623},"priorExtent":{"__isSmartRef__":true,"id":16624},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":16577},"lighterFill":{"__isSmartRef__":true,"id":16625},"label":{"__isSmartRef__":true,"id":16606},"owner":{"__isSmartRef__":true,"id":16545},"attributeConnections":[{"__isSmartRef__":true,"id":16634},{"__isSmartRef__":true,"id":16636}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"16606":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":16607},"id":401,"renderContextTable":{"__isSmartRef__":true,"id":16611},"textChunks":[{"__isSmartRef__":true,"id":16612}],"eventHandler":{"__isSmartRef__":true,"id":16614},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":16569},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":16615},"priorExtent":{"__isSmartRef__":true,"id":16616},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":16605},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"16607":{"_Position":{"__isSmartRef__":true,"id":16608},"renderContextTable":{"__isSmartRef__":true,"id":16609},"_Extent":{"__isSmartRef__":true,"id":16610},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":16535},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"16608":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16609":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"16610":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16611":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"16612":{"style":{"__isSmartRef__":true,"id":16613},"chunkOwner":{"__isSmartRef__":true,"id":16606},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"16613":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"16614":{"morph":{"__isSmartRef__":true,"id":16606},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"16615":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16616":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16617":{"_Position":{"__isSmartRef__":true,"id":16618},"renderContextTable":{"__isSmartRef__":true,"id":16619},"_Extent":{"__isSmartRef__":true,"id":16620},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":16576},"_Fill":{"__isSmartRef__":true,"id":16577},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"16618":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16619":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"16620":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16621":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"16622":{"morph":{"__isSmartRef__":true,"id":16605},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"16623":{"x":3,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16624":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16625":{"stops":[{"__isSmartRef__":true,"id":16626},{"__isSmartRef__":true,"id":16628},{"__isSmartRef__":true,"id":16630},{"__isSmartRef__":true,"id":16632}],"vector":{"__isSmartRef__":true,"id":16586},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"16626":{"offset":0,"color":{"__isSmartRef__":true,"id":16627}},"16627":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16628":{"offset":0.4,"color":{"__isSmartRef__":true,"id":16629}},"16629":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16630":{"offset":0.6,"color":{"__isSmartRef__":true,"id":16631}},"16631":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16632":{"offset":1,"color":{"__isSmartRef__":true,"id":16633}},"16633":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16634":{"sourceObj":{"__isSmartRef__":true,"id":16605},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":16544},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":16635},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"16635":{"source":{"__isSmartRef__":true,"id":16605},"target":{"__isSmartRef__":true,"id":16544}},"16636":{"sourceObj":{"__isSmartRef__":true,"id":16605},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":16544},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":16637},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"16637":{"source":{"__isSmartRef__":true,"id":16605},"target":{"__isSmartRef__":true,"id":16544}},"16638":{"submorphs":[{"__isSmartRef__":true,"id":16639}],"scripts":[],"shape":{"__isSmartRef__":true,"id":16650},"id":402,"renderContextTable":{"__isSmartRef__":true,"id":16654},"eventHandler":{"__isSmartRef__":true,"id":16655},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":16656},"priorExtent":{"__isSmartRef__":true,"id":16657},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":16577},"lighterFill":{"__isSmartRef__":true,"id":16658},"label":{"__isSmartRef__":true,"id":16639},"owner":{"__isSmartRef__":true,"id":16545},"layout":{"__isSmartRef__":true,"id":16667},"attributeConnections":[{"__isSmartRef__":true,"id":16668},{"__isSmartRef__":true,"id":16670}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"16639":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":16640},"id":403,"renderContextTable":{"__isSmartRef__":true,"id":16644},"textChunks":[{"__isSmartRef__":true,"id":16645}],"eventHandler":{"__isSmartRef__":true,"id":16647},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":16569},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":16648},"priorExtent":{"__isSmartRef__":true,"id":16649},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":16638},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"16640":{"_Position":{"__isSmartRef__":true,"id":16641},"renderContextTable":{"__isSmartRef__":true,"id":16642},"_Extent":{"__isSmartRef__":true,"id":16643},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":16535},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"16641":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16642":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"16643":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16644":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"16645":{"style":{"__isSmartRef__":true,"id":16646},"chunkOwner":{"__isSmartRef__":true,"id":16639},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"16646":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"16647":{"morph":{"__isSmartRef__":true,"id":16639},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"16648":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16649":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16650":{"_Position":{"__isSmartRef__":true,"id":16651},"renderContextTable":{"__isSmartRef__":true,"id":16652},"_Extent":{"__isSmartRef__":true,"id":16653},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":16576},"_Fill":{"__isSmartRef__":true,"id":16577},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"16651":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16652":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"16653":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16654":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"16655":{"morph":{"__isSmartRef__":true,"id":16638},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"16656":{"x":461,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16657":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16658":{"stops":[{"__isSmartRef__":true,"id":16659},{"__isSmartRef__":true,"id":16661},{"__isSmartRef__":true,"id":16663},{"__isSmartRef__":true,"id":16665}],"vector":{"__isSmartRef__":true,"id":16586},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"16659":{"offset":0,"color":{"__isSmartRef__":true,"id":16660}},"16660":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16661":{"offset":0.4,"color":{"__isSmartRef__":true,"id":16662}},"16662":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16663":{"offset":0.6,"color":{"__isSmartRef__":true,"id":16664}},"16664":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16665":{"offset":1,"color":{"__isSmartRef__":true,"id":16666}},"16666":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16667":{"moveHorizontal":true},"16668":{"sourceObj":{"__isSmartRef__":true,"id":16638},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":16544},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":16669},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"16669":{"source":{"__isSmartRef__":true,"id":16638},"target":{"__isSmartRef__":true,"id":16544}},"16670":{"sourceObj":{"__isSmartRef__":true,"id":16638},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":16544},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":16671},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"16671":{"source":{"__isSmartRef__":true,"id":16638},"target":{"__isSmartRef__":true,"id":16544}},"16672":{"_Position":{"__isSmartRef__":true,"id":16673},"renderContextTable":{"__isSmartRef__":true,"id":16674},"_Extent":{"__isSmartRef__":true,"id":16675},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":16676},"_Fill":{"__isSmartRef__":true,"id":16512},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"16673":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16674":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"16675":{"x":500,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16676":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16677":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"16678":{"morph":{"__isSmartRef__":true,"id":16545},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"16679":{"resizeWidth":true,"adjustForNewBounds":true},"16680":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16681":{"x":500,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16682":{"renderContextTable":{"__isSmartRef__":true,"id":16683},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":16684},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"16683":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"16684":{"x":500,"y":222,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16685":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"16686":{"morph":{"__isSmartRef__":true,"id":16544},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"16687":{"adjustForNewBounds":true},"16688":{"x":1234,"y":448,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16689":{"x":500,"y":222,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16690":{"x":1478,"y":453,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16691":{"resizeWidth":true,"resizeHeight":true},"16692":{"submorphs":[{"__isSmartRef__":true,"id":16693},{"__isSmartRef__":true,"id":16707}],"scripts":[],"shape":{"__isSmartRef__":true,"id":16837},"id":361,"renderContextTable":{"__isSmartRef__":true,"id":16841},"eventHandler":{"__isSmartRef__":true,"id":16842},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":16843},"LK2":true,"_Position":{"__isSmartRef__":true,"id":16844},"priorExtent":{"__isSmartRef__":true,"id":16845},"targetMorph":{"__isSmartRef__":true,"id":16693},"titleBar":{"__isSmartRef__":true,"id":16707},"contentOffset":{"__isSmartRef__":true,"id":16703},"collapsedTransform":{"__isSmartRef__":true,"id":16846},"collapsedExtent":{"__isSmartRef__":true,"id":16847},"expandedTransform":{"__isSmartRef__":true,"id":16848},"expandedExtent":{"__isSmartRef__":true,"id":16849},"ignoreEventsOnExpand":false,"owner":null,"showsHalos":false,"highlighted":true,"_Rotation":0,"_Scale":1,"prevDragPos":{"__isSmartRef__":true,"id":16850},"expandedPosition":{"__isSmartRef__":true,"id":16851},"state":"shutdown","collapsedPosition":{"__isSmartRef__":true,"id":16852},"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"16693":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":16694},"id":360,"renderContextTable":{"__isSmartRef__":true,"id":16699},"textChunks":[{"__isSmartRef__":true,"id":16700}],"eventHandler":{"__isSmartRef__":true,"id":16702},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":16541},"_ClipMode":"auto","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Monaco,monospace","_Position":{"__isSmartRef__":true,"id":16703},"priorExtent":{"__isSmartRef__":true,"id":16704},"_MaxTextWidth":500,"_MaxTextHeight":0,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":16692},"layout":{"__isSmartRef__":true,"id":16705},"syntaxHighlightingWhileTyping":true,"attributeConnections":[{"__isSmartRef__":true,"id":16706}],"doNotSerialize":["$$textString"],"doNotCopyProperties":["$$textString"],"lastSyntaxHighlightTime":1307282796737,"accessibleInInactiveWindow":true,"eventsAreIgnored":false,"_HandStyle":"default","_PointerEvents":"auto","_Visible":true,"charsReplaced":"","lastFindLoc":15,"__SourceModuleName__":"Global.lively.morphic.TextCore","textString":"undefined","cachedTextString":"undefined","__LivelyClassName__":"lively.morphic.Text"},"16694":{"_Position":{"__isSmartRef__":true,"id":16695},"renderContextTable":{"__isSmartRef__":true,"id":16696},"_Extent":{"__isSmartRef__":true,"id":16697},"_BorderWidth":2,"_BorderColor":{"__isSmartRef__":true,"id":16535},"_Fill":{"__isSmartRef__":true,"id":16698},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"16695":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16696":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"16697":{"x":500,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16698":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16699":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"16700":{"style":{"__isSmartRef__":true,"id":16701},"chunkOwner":{"__isSmartRef__":true,"id":16693},"storedString":"undefined","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"16701":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"16702":{"morph":{"__isSmartRef__":true,"id":16693},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"16703":{"x":0,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16704":{"x":500,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16705":{"resizeWidth":true,"resizeHeight":true},"16706":{"sourceObj":{"__isSmartRef__":true,"id":16693},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":16693},"targetMethodName":"highlightJavaScriptSyntax","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"16707":{"submorphs":[{"__isSmartRef__":true,"id":16708},{"__isSmartRef__":true,"id":16720},{"__isSmartRef__":true,"id":16754},{"__isSmartRef__":true,"id":16787}],"scripts":[],"shape":{"__isSmartRef__":true,"id":16821},"id":362,"renderContextTable":{"__isSmartRef__":true,"id":16832},"eventHandler":{"__isSmartRef__":true,"id":16833},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":16834},"_Position":{"__isSmartRef__":true,"id":16835},"windowMorph":{"__isSmartRef__":true,"id":16692},"label":{"__isSmartRef__":true,"id":16708},"closeButton":{"__isSmartRef__":true,"id":16720},"menuButton":{"__isSmartRef__":true,"id":16754},"collapseButton":{"__isSmartRef__":true,"id":16787},"priorExtent":{"__isSmartRef__":true,"id":16836},"owner":{"__isSmartRef__":true,"id":16692},"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.TitleBar"},"16708":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":16709},"id":363,"renderContextTable":{"__isSmartRef__":true,"id":16713},"textChunks":[{"__isSmartRef__":true,"id":16714}],"eventHandler":{"__isSmartRef__":true,"id":16716},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":16555},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":16717},"_FontSize":10,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":16707},"priorExtent":{"__isSmartRef__":true,"id":16718},"_MaxTextWidth":441,"_MaxTextHeight":17,"_Position":{"__isSmartRef__":true,"id":16719},"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"16709":{"_Position":{"__isSmartRef__":true,"id":16710},"renderContextTable":{"__isSmartRef__":true,"id":16711},"_Extent":{"__isSmartRef__":true,"id":16712},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":16535},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"16710":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16711":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"16712":{"x":441,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16713":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"16714":{"style":{"__isSmartRef__":true,"id":16715},"chunkOwner":{"__isSmartRef__":true,"id":16708},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"16715":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"16716":{"morph":{"__isSmartRef__":true,"id":16708},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"16717":{"resizeWidth":true},"16718":{"x":0,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16719":{"x":20,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16720":{"submorphs":[{"__isSmartRef__":true,"id":16721}],"scripts":[],"shape":{"__isSmartRef__":true,"id":16732},"id":364,"renderContextTable":{"__isSmartRef__":true,"id":16736},"eventHandler":{"__isSmartRef__":true,"id":16737},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":16738},"priorExtent":{"__isSmartRef__":true,"id":16739},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":16577},"lighterFill":{"__isSmartRef__":true,"id":16740},"label":{"__isSmartRef__":true,"id":16721},"owner":{"__isSmartRef__":true,"id":16707},"layout":{"__isSmartRef__":true,"id":16749},"attributeConnections":[{"__isSmartRef__":true,"id":16750},{"__isSmartRef__":true,"id":16752}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"16721":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":16722},"id":365,"renderContextTable":{"__isSmartRef__":true,"id":16726},"textChunks":[{"__isSmartRef__":true,"id":16727}],"eventHandler":{"__isSmartRef__":true,"id":16729},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":16569},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":16730},"priorExtent":{"__isSmartRef__":true,"id":16731},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":16720},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"16722":{"_Position":{"__isSmartRef__":true,"id":16723},"renderContextTable":{"__isSmartRef__":true,"id":16724},"_Extent":{"__isSmartRef__":true,"id":16725},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":16535},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"16723":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16724":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"16725":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16726":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"16727":{"style":{"__isSmartRef__":true,"id":16728},"chunkOwner":{"__isSmartRef__":true,"id":16721},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"16728":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"16729":{"morph":{"__isSmartRef__":true,"id":16721},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"16730":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16731":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16732":{"_Position":{"__isSmartRef__":true,"id":16733},"renderContextTable":{"__isSmartRef__":true,"id":16734},"_Extent":{"__isSmartRef__":true,"id":16735},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":16576},"_Fill":{"__isSmartRef__":true,"id":16577},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"16733":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16734":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"16735":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16736":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"16737":{"morph":{"__isSmartRef__":true,"id":16720},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"16738":{"x":480,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16739":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16740":{"stops":[{"__isSmartRef__":true,"id":16741},{"__isSmartRef__":true,"id":16743},{"__isSmartRef__":true,"id":16745},{"__isSmartRef__":true,"id":16747}],"vector":{"__isSmartRef__":true,"id":16586},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"16741":{"offset":0,"color":{"__isSmartRef__":true,"id":16742}},"16742":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16743":{"offset":0.4,"color":{"__isSmartRef__":true,"id":16744}},"16744":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16745":{"offset":0.6,"color":{"__isSmartRef__":true,"id":16746}},"16746":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16747":{"offset":1,"color":{"__isSmartRef__":true,"id":16748}},"16748":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16749":{"moveHorizontal":true},"16750":{"sourceObj":{"__isSmartRef__":true,"id":16720},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":16692},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":16751},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"16751":{"source":{"__isSmartRef__":true,"id":16720},"target":{"__isSmartRef__":true,"id":16692}},"16752":{"sourceObj":{"__isSmartRef__":true,"id":16720},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":16692},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":16753},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"16753":{"source":{"__isSmartRef__":true,"id":16720},"target":{"__isSmartRef__":true,"id":16692}},"16754":{"submorphs":[{"__isSmartRef__":true,"id":16755}],"scripts":[],"shape":{"__isSmartRef__":true,"id":16766},"id":366,"renderContextTable":{"__isSmartRef__":true,"id":16770},"eventHandler":{"__isSmartRef__":true,"id":16771},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":16772},"priorExtent":{"__isSmartRef__":true,"id":16773},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":16577},"lighterFill":{"__isSmartRef__":true,"id":16774},"label":{"__isSmartRef__":true,"id":16755},"owner":{"__isSmartRef__":true,"id":16707},"attributeConnections":[{"__isSmartRef__":true,"id":16783},{"__isSmartRef__":true,"id":16785}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"16755":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":16756},"id":367,"renderContextTable":{"__isSmartRef__":true,"id":16760},"textChunks":[{"__isSmartRef__":true,"id":16761}],"eventHandler":{"__isSmartRef__":true,"id":16763},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":16569},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":16764},"priorExtent":{"__isSmartRef__":true,"id":16765},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":16754},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"16756":{"_Position":{"__isSmartRef__":true,"id":16757},"renderContextTable":{"__isSmartRef__":true,"id":16758},"_Extent":{"__isSmartRef__":true,"id":16759},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":16535},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"16757":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16758":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"16759":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16760":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"16761":{"style":{"__isSmartRef__":true,"id":16762},"chunkOwner":{"__isSmartRef__":true,"id":16755},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"16762":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"16763":{"morph":{"__isSmartRef__":true,"id":16755},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"16764":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16765":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16766":{"_Position":{"__isSmartRef__":true,"id":16767},"renderContextTable":{"__isSmartRef__":true,"id":16768},"_Extent":{"__isSmartRef__":true,"id":16769},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":16576},"_Fill":{"__isSmartRef__":true,"id":16577},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"16767":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16768":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"16769":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16770":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"16771":{"morph":{"__isSmartRef__":true,"id":16754},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"16772":{"x":3,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16773":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16774":{"stops":[{"__isSmartRef__":true,"id":16775},{"__isSmartRef__":true,"id":16777},{"__isSmartRef__":true,"id":16779},{"__isSmartRef__":true,"id":16781}],"vector":{"__isSmartRef__":true,"id":16586},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"16775":{"offset":0,"color":{"__isSmartRef__":true,"id":16776}},"16776":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16777":{"offset":0.4,"color":{"__isSmartRef__":true,"id":16778}},"16778":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16779":{"offset":0.6,"color":{"__isSmartRef__":true,"id":16780}},"16780":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16781":{"offset":1,"color":{"__isSmartRef__":true,"id":16782}},"16782":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16783":{"sourceObj":{"__isSmartRef__":true,"id":16754},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":16692},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":16784},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"16784":{"source":{"__isSmartRef__":true,"id":16754},"target":{"__isSmartRef__":true,"id":16692}},"16785":{"sourceObj":{"__isSmartRef__":true,"id":16754},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":16692},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":16786},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"16786":{"source":{"__isSmartRef__":true,"id":16754},"target":{"__isSmartRef__":true,"id":16692}},"16787":{"submorphs":[{"__isSmartRef__":true,"id":16788}],"scripts":[],"shape":{"__isSmartRef__":true,"id":16799},"id":368,"renderContextTable":{"__isSmartRef__":true,"id":16803},"eventHandler":{"__isSmartRef__":true,"id":16804},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":16805},"priorExtent":{"__isSmartRef__":true,"id":16806},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":16577},"lighterFill":{"__isSmartRef__":true,"id":16807},"label":{"__isSmartRef__":true,"id":16788},"owner":{"__isSmartRef__":true,"id":16707},"layout":{"__isSmartRef__":true,"id":16816},"attributeConnections":[{"__isSmartRef__":true,"id":16817},{"__isSmartRef__":true,"id":16819}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"16788":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":16789},"id":369,"renderContextTable":{"__isSmartRef__":true,"id":16793},"textChunks":[{"__isSmartRef__":true,"id":16794}],"eventHandler":{"__isSmartRef__":true,"id":16796},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":16569},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":16797},"priorExtent":{"__isSmartRef__":true,"id":16798},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":16787},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"16789":{"_Position":{"__isSmartRef__":true,"id":16790},"renderContextTable":{"__isSmartRef__":true,"id":16791},"_Extent":{"__isSmartRef__":true,"id":16792},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":16535},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"16790":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16791":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"16792":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16793":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"16794":{"style":{"__isSmartRef__":true,"id":16795},"chunkOwner":{"__isSmartRef__":true,"id":16788},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"16795":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"16796":{"morph":{"__isSmartRef__":true,"id":16788},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"16797":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16798":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16799":{"_Position":{"__isSmartRef__":true,"id":16800},"renderContextTable":{"__isSmartRef__":true,"id":16801},"_Extent":{"__isSmartRef__":true,"id":16802},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":16576},"_Fill":{"__isSmartRef__":true,"id":16577},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"16800":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16801":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"16802":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16803":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"16804":{"morph":{"__isSmartRef__":true,"id":16787},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"16805":{"x":461,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16806":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16807":{"stops":[{"__isSmartRef__":true,"id":16808},{"__isSmartRef__":true,"id":16810},{"__isSmartRef__":true,"id":16812},{"__isSmartRef__":true,"id":16814}],"vector":{"__isSmartRef__":true,"id":16586},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"16808":{"offset":0,"color":{"__isSmartRef__":true,"id":16809}},"16809":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16810":{"offset":0.4,"color":{"__isSmartRef__":true,"id":16811}},"16811":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16812":{"offset":0.6,"color":{"__isSmartRef__":true,"id":16813}},"16813":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16814":{"offset":1,"color":{"__isSmartRef__":true,"id":16815}},"16815":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16816":{"moveHorizontal":true},"16817":{"sourceObj":{"__isSmartRef__":true,"id":16787},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":16692},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":16818},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"16818":{"source":{"__isSmartRef__":true,"id":16787},"target":{"__isSmartRef__":true,"id":16692}},"16819":{"sourceObj":{"__isSmartRef__":true,"id":16787},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":16692},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":16820},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"16820":{"source":{"__isSmartRef__":true,"id":16787},"target":{"__isSmartRef__":true,"id":16692}},"16821":{"_Position":{"__isSmartRef__":true,"id":16822},"renderContextTable":{"__isSmartRef__":true,"id":16823},"_Extent":{"__isSmartRef__":true,"id":16824},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":16676},"_Fill":{"__isSmartRef__":true,"id":16825},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"16822":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16823":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"16824":{"x":500,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16825":{"stops":[{"__isSmartRef__":true,"id":16826},{"__isSmartRef__":true,"id":16828},{"__isSmartRef__":true,"id":16830}],"vector":{"__isSmartRef__":true,"id":16586},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"16826":{"offset":0,"color":{"__isSmartRef__":true,"id":16827}},"16827":{"r":0.8600000000000001,"g":0.8600000000000001,"b":0.8600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16828":{"offset":0.6,"color":{"__isSmartRef__":true,"id":16829}},"16829":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16830":{"offset":1,"color":{"__isSmartRef__":true,"id":16831}},"16831":{"r":0.8600000000000001,"g":0.8600000000000001,"b":0.8600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16832":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"16833":{"morph":{"__isSmartRef__":true,"id":16707},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"16834":{"resizeWidth":true,"adjustForNewBounds":true},"16835":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16836":{"x":500,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16837":{"renderContextTable":{"__isSmartRef__":true,"id":16838},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":16839},"_Position":{"__isSmartRef__":true,"id":16840},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"16838":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"16839":{"x":500,"y":222,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16840":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16841":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"16842":{"morph":{"__isSmartRef__":true,"id":16692},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"16843":{"adjustForNewBounds":true},"16844":{"x":1131,"y":79,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16845":{"x":500,"y":222,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16846":{"a":1,"b":0,"c":0,"d":1,"e":1131,"f":79,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"lively.morphic.Similitude"},"16847":{"x":500,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16848":{"a":1,"b":0,"c":0,"d":1,"e":1131,"f":79,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"lively.morphic.Similitude"},"16849":{"x":500,"y":222,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16850":{"x":1507,"y":76,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16851":{"x":1131,"y":79,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16852":{"x":1131,"y":79,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16853":{"x":377.6609726943286,"y":419.5142810783999,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16854":{"requiredModules":[],"migrationLevel":2,"partsSpaceName":"PartsBin/Tools","__SourceModuleName__":"Global.lively.PartsBin","comment":"Edit scripts and connections of a specific morph. Early version.","partName":"ObjectEditor","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"16855":{"submorphs":[],"scripts":[],"id":"49276C01-CFB9-4BB9-8139-51A50A38F974","shape":{"__isSmartRef__":true,"id":16856},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":16863},"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Monaco,courier","_MaxTextWidth":689.0285365288845,"_MaxTextHeight":null,"textChunks":[{"__isSmartRef__":true,"id":16864}],"layout":{"__isSmartRef__":true,"id":16866},"showsHalos":false,"prevScroll":[0,0],"name":"ObjectEditorScriptPane","charsReplaced":"// changed at Wed Jun 13 2012 16:23:24 GMT+0200 (CEST) by tessi \nthis.addScript(function foo() {\n return \"foo!\";\n}).tag([\"tagged\"]);\n\n\n// changed at Wed Jun 13 2012 16:26:48 GMT+0200 (CEST) by tessi \nthis.addScript(function baz() {\n return \"icke\"\n}).tag([\"due\"])","lastFindLoc":270,"partsBinMetaInfo":{"__isSmartRef__":true,"id":16867},"__SourceModuleName__":"Global.lively.morphic.TextCore","priorExtent":{"__isSmartRef__":true,"id":16868},"_ClipMode":"auto","_FontSize":9,"lastSyntaxHighlightTime":4,"doitContext":null,"savedTextString":"// changed at Wed Jun 13 2012 16:23:24 GMT+0200 (CEST) by tessi \nthis.addScript(function foo() {\n return \"foo!\";\n}).tag([\"tagged\"]);\n\n// changed at Wed Jun 13 2012 16:26:48 GMT+0200 (CEST) by tessi \nthis.addScript(function baz() {\n return \"icke\"\n}).tag([\"due\"])","_Align":"left","renderContextTable":{"__isSmartRef__":true,"id":16869},"lastSearchString":"stringsformat","eventHandler":{"__isSmartRef__":true,"id":16870},"attributeConnections":[{"__isSmartRef__":true,"id":16871},{"__isSmartRef__":true,"id":16897}],"doNotSerialize":["$$textString","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors"],"doNotCopyProperties":["$$textString"],"distanceToDragEvent":{"__isSmartRef__":true,"id":16898},"_MinTextWidth":689.0285365288845,"_MinTextHeight":null,"lastSaveSource":"","isBeingDragged":false,"draggingEnabled":false,"objectEditorPane":{"__isSmartRef__":true,"id":16359},"isCopyMorphRef":true,"morphRefId":151,"statusMorph":{"__isSmartRef__":true,"id":16899},"derivationIds":[219,"DD5046D0-C1D6-412A-83C9-CD7EE63D40E0","4D92BDFD-A599-4154-A197-A4B1292C1619","98551F68-B128-4262-9BC2-6B8AC7C8D7C0","47731662-FF8E-4C0F-A170-FD5C56A06021","3FC7FDE6-156F-4056-BB04-B76D8B6C5472","C1E8D5BB-56F9-47B3-A520-BEEFEF791823","115FC149-EEF9-415A-A5B7-AB0B9D0170A4","0D66FA39-01E7-4F16-840C-4FA0FA14DD10","B0A74693-DE3F-4867-8DC0-61B098A8F0D1","3547765B-E224-48EC-B58F-278C1DC7422E","8561ACCF-315A-46EC-9412-BC5D4C55D437","533D6602-9E1A-414A-9646-0FEF9ECCEBF7","5141CF81-6EA1-419B-97AC-62C22FEFC658","B9E83FD9-9781-4F00-8A07-0C96E0D29D3D","034F48B5-B4B1-4DF5-9FA5-9A9CFB99F43A","70FBC800-1914-4F9C-A8E4-2190F72E2902","64465644-E389-4AA2-BE05-93FB591B45D0","E80928FE-6AC8-4FE0-B0A2-7C7A0C7D5E85","E24E50AD-DCA6-4D01-A523-CC1E4FB09222","27E050B0-3192-426E-B01D-907ECF280A68","4123E0BE-7057-4869-81F7-B0B4DE09248F","783E47A8-10A6-422D-A9D4-4FBA027611D0","F8A2BDBC-B3B5-431F-B316-3DC9A39315A9","027BC3F2-8B54-4AA7-BB0A-17B9B3D6CE19","430D8167-76B1-4952-8AA9-F3116BAA6FD0","2C3D3825-D8E5-4696-9BB9-2651F54800B3","CD03FBEB-D99D-4211-A387-C65D591615EB"],"_Position":{"__isSmartRef__":true,"id":16914},"owner":{"__isSmartRef__":true,"id":16359},"syntaxHighlightingWhileTyping":true,"#startLetters":"enable","_syntaxHighlightTimeout":null,"_Rotation":0,"_Scale":1,"previousSelection":[73,80],"textString":"","cachedTextString":"","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":16915},"__LivelyClassName__":"lively.morphic.Text"},"16856":{"_Position":{"__isSmartRef__":true,"id":16857},"_Extent":{"__isSmartRef__":true,"id":16858},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":16859},"_Fill":{"__isSmartRef__":true,"id":16860},"__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderRadius":0,"renderContextTable":{"__isSmartRef__":true,"id":16861},"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"auto","_Padding":{"__isSmartRef__":true,"id":16862},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"16857":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16858":{"x":691.0285365288845,"y":475.61253261443596,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16859":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16860":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"16861":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"16862":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"16863":{"x":2,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"16864":{"style":{"__isSmartRef__":true,"id":16865},"chunkOwner":{"__isSmartRef__":true,"id":16855},"storedString":"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"16865":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"16866":{"resizeWidth":true,"resizeHeight":true},"16867":{"requiredModules":[],"partsSpaceName":"PartsBin/Widgets/","migrationLevel":2,"__SourceModuleName__":"Global.lively.PartsBin","idOnLoad":"49276C01-CFB9-4BB9-8139-51A50A38F974","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"16868":{"x":691.0285365288845,"y":475.61253261443596,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16869":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"16870":{"morph":{"__isSmartRef__":true,"id":16855},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"16871":{"sourceObj":{"__isSmartRef__":true,"id":16855},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":16872},"targetMethodName":"indicateUnsavedChanges","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"16872":{"submorphs":[],"scripts":[],"id":"3FC9C625-5D55-4DD6-B205-12BF5A9E7369","shape":{"__isSmartRef__":true,"id":16873},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":16880},"showsHalos":false,"name":"ChangeIndicator","partsBinMetaInfo":{"__isSmartRef__":true,"id":16881},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":16882},"eventHandler":{"__isSmartRef__":true,"id":16883},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"owner":{"__isSmartRef__":true,"id":16359},"priorExtent":{"__isSmartRef__":true,"id":16884},"layout":{"__isSmartRef__":true,"id":16885},"isBeingDragged":false,"savedColor":{"__isSmartRef__":true,"id":16876},"alarmColor":{"__isSmartRef__":true,"id":16886},"grabbingEnabled":false,"draggingEnabled":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":16887},"isCopyMorphRef":true,"morphRefId":152,"derivationIds":[220,"EE491D24-F056-4AFE-A669-7B7048C6C3D1","3FA4A8C3-0FC0-43A0-8C00-00A96F9022E2","62DAD3C6-A81D-450F-B32F-601EA7E619D8","EEDB0C58-5990-481A-A7FF-ACB1A2DF08DD","16F708CB-1259-4A75-BAEF-1A5216C6CB19","97CA61D3-E09B-43CD-9880-D8B36FA303F3","0AF6BEEC-8A57-44FF-9D8D-40BA6CC6A0CD","AF2BEE76-C34F-457E-8699-9896327A4C07","5EC39FF0-602F-44A2-BE3A-04FCA127E5D1","44CEBF61-9A92-4E36-9576-425D5054B471","E9ACF86B-B775-4125-83BC-7E4500597D40","FE62294A-F891-45E4-AAE7-6F386B5A8CB5","8771140D-0D57-4CAF-A57B-857F858CCC73","BE774795-5889-4DB8-A366-1C774555761B","89DA16ED-5636-4C0D-B52F-A327A5526DD6","94DAC0EC-79E9-48E5-90D5-2BB59495BD0B","048AE915-30CF-4DE4-819B-F7D41CE99585","0417EEDD-6B12-4AF1-B7BC-875E32521980","5DFAFB2A-C915-429E-A58C-030C229C9AB8","BD996DFA-D248-4D9C-AF33-C5BA2511A09E","B26CF6CA-8BBF-4FE3-8EF7-A8B42FC84D7C","FB00E596-FBFA-45EA-AA29-B85E59703779","CE40B6B4-E615-40A8-97F1-517CF85F9160","EFB36362-AD16-4019-A3B5-C20C50DD8A8A","C2A8C003-FF35-4993-8468-29E1B0A7AD26","DFB7512A-4710-4412-87BD-4E9290448132","50791CF9-9488-4B81-B830-181D6542E168"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":16888},"__LivelyClassName__":"lively.morphic.Box"},"16873":{"position":{"__isSmartRef__":true,"id":16874},"_Extent":{"__isSmartRef__":true,"id":16875},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":16876},"_Fill":{"__isSmartRef__":true,"id":16877},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":16878},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":16879},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"16874":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16875":{"x":8.637782619743348,"y":9.712632235981744,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16876":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16877":{"r":0,"g":0,"b":0,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"16878":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"16879":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"16880":{"x":883.0245425248855,"y":39.999999999999986,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16881":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","comment":"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!","migrationLevel":2,"partName":"Rectangle","idOnLoad":"3FC9C625-5D55-4DD6-B205-12BF5A9E7369","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"16882":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"16883":{"morph":{"__isSmartRef__":true,"id":16872},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"16884":{"x":8.637782619743348,"y":10.787481852220026,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16885":{"moveHorizontal":true,"adjustForNewBounds":true},"16886":{"r":0.9411764705882353,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16887":{"x":37.328206296760186,"y":-17.53316489131697,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16888":{"indicateUnsavedChanges":{"__isSmartRef__":true,"id":16889},"setColors":{"__isSmartRef__":true,"id":16893}},"16889":{"varMapping":{"__isSmartRef__":true,"id":16890},"source":"function indicateUnsavedChanges() {\n if (this.owner.scriptPane.hasChanged()) {\n this.setColors(this.alarmColor);\n } else {\n this.setColors(this.savedColor);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":16891},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"16890":{"this":{"__isSmartRef__":true,"id":16872}},"16891":{"user":"lauritz","timestamp":{"__isSmartRef__":true,"id":16892}},"16892":{"isSerializedDate":true,"string":"Tue Sep 27 2011 20:09:19 GMT+0200 (Mitteleuropäische Sommerzeit)"},"16893":{"varMapping":{"__isSmartRef__":true,"id":16894},"source":"function setColors(color) {\n this.setFill(color);\n this.setBorderColor(color);\n}","funcProperties":{"__isSmartRef__":true,"id":16895},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"16894":{"this":{"__isSmartRef__":true,"id":16872}},"16895":{"user":"lauritz","timestamp":{"__isSmartRef__":true,"id":16896}},"16896":{"isSerializedDate":true,"string":"Tue Sep 27 2011 19:06:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"16897":{"sourceObj":{"__isSmartRef__":true,"id":16855},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":16855},"targetMethodName":"highlightJavaScriptSyntax","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"16898":{"x":341.1979959929888,"y":-18.288721442524036,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16899":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":16900},"id":553,"renderContextTable":{"__isSmartRef__":true,"id":16907},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":16908}],"eventHandler":{"__isSmartRef__":true,"id":16910},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"visible","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":11,"_Position":{"__isSmartRef__":true,"id":16911},"priorExtent":{"__isSmartRef__":true,"id":16912},"_MaxTextWidth":90,"_MinTextWidth":90,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"_Align":"center","_VerticalAlign":"center","_TextColor":{"__isSmartRef__":true,"id":16913},"owner":null,"__SourceModuleName__":"Global.lively.morphic.TextCore","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"16900":{"_Position":{"__isSmartRef__":true,"id":16901},"renderContextTable":{"__isSmartRef__":true,"id":16902},"_Extent":{"__isSmartRef__":true,"id":16903},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":16904},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":16905},"_Fill":{"__isSmartRef__":true,"id":16906},"_StrokeOpacity":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"16901":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16902":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"16903":{"x":100,"y":25,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16904":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"16905":{"r":0.8,"g":0.8,"b":0.8,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16906":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16907":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"16908":{"style":{"__isSmartRef__":true,"id":16909},"chunkOwner":{"__isSmartRef__":true,"id":16899},"storedString":"saved source","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"16909":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"16910":{"morph":{"__isSmartRef__":true,"id":16899},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"16911":{"x":295.51426826444225,"y":225.30626630721798,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16912":{"x":100,"y":25,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16913":{"r":0,"g":0.8,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16914":{"x":200,"y":40,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16915":{"doSave":{"__isSmartRef__":true,"id":16916},"boundEval":{"__isSmartRef__":true,"id":16924},"reset":{"__isSmartRef__":true,"id":16932},"display":{"__isSmartRef__":true,"id":16936},"hasChanged":{"__isSmartRef__":true,"id":16940},"setTarget":{"__isSmartRef__":true,"id":16944},"displayStatus":{"__isSmartRef__":true,"id":16948}},"16916":{"varMapping":{"__isSmartRef__":true,"id":16917},"source":"function doSave() {\n $super();\n var saved = this.boundEval(this.getTextString());\n if (saved) {\n this.lastSaveSource = this.textString;\n this.owner.changeIndicator.indicateUnsavedChanges();\n this.owner.updateLists();\n this.owner.selectChangedContent(this.getTextString());\n this.displayStatus(\"saved source\", Color.green);\n } else {\n this.displayStatus(\"not saved\", Color.red);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":16922},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"16917":{"this":{"__isSmartRef__":true,"id":16855},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":16918}},"16918":{"$super":{"__isSmartRef__":true,"id":16919}},"16919":{"varMapping":{"__isSmartRef__":true,"id":16920},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":16921},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"16920":{"obj":{"__isSmartRef__":true,"id":16855},"name":"doSave"},"16921":{},"16922":{"timestamp":{"__isSmartRef__":true,"id":16923},"user":"lauritz"},"16923":{"isSerializedDate":true,"string":"Thu Nov 17 2011 23:15:19 GMT+0100 (Mitteleuropäische Zeit)"},"16924":{"varMapping":{"__isSmartRef__":true,"id":16925},"source":"function boundEval(str) {\n var result,\n that = this,\n ctx = that.getDoitContext()\n\n this.objectEditorPane.ensureAnnotationLayer();\n\n withLayers([ScriptAnnotationLayer], function() { \n if (that.getDoitContext().isMorph || !str.include(\"this\")) {\n result = $super(str);\n } else {\n var targets = ctx.targets\n result = targets.collect(function (t) {\n try {\n that.doitContext = t\n return $super(str)\n } catch(e) {\n return e\n } finally {\n that.doitContext = ctx\n }\n })\n }\n })\n return result\n}","funcProperties":{"__isSmartRef__":true,"id":16930},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"16925":{"this":{"__isSmartRef__":true,"id":16855},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":16926}},"16926":{"$super":{"__isSmartRef__":true,"id":16927}},"16927":{"varMapping":{"__isSmartRef__":true,"id":16928},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world) \n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":16929},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"16928":{"obj":{"__isSmartRef__":true,"id":16855},"name":"boundEval"},"16929":{},"16930":{"timestamp":{"__isSmartRef__":true,"id":16931},"user":"timfelgentreff","tags":[]},"16931":{"isSerializedDate":true,"string":"Mon Jun 18 2012 19:42:56 GMT+0200 (Mitteleuropäische Sommerzeit)"},"16932":{"varMapping":{"__isSmartRef__":true,"id":16933},"source":"function reset() {\n this.doitContext = null;\n this.lastSaveSource = \"\";\n this.textString = \"\";\n this.lastSaveSource = this.textString;\n this.enableSyntaxHighlighting();\n}","funcProperties":{"__isSmartRef__":true,"id":16934},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"16933":{"this":{"__isSmartRef__":true,"id":16855}},"16934":{"timestamp":{"__isSmartRef__":true,"id":16935},"user":"cschuster","tags":[]},"16935":{"isSerializedDate":true,"string":"Wed May 16 2012 20:52:57 GMT+0200 (Mitteleuropäische Sommerzeit)"},"16936":{"varMapping":{"__isSmartRef__":true,"id":16937},"source":"function display(jsCode) {\n this.lastSaveSource = jsCode;\n this.setTextString(jsCode);\n this.highlightJavaScriptSyntax();\n this.applyStyle({align: 'left'});\n}","funcProperties":{"__isSmartRef__":true,"id":16938},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"16937":{"this":{"__isSmartRef__":true,"id":16855}},"16938":{"timestamp":{"__isSmartRef__":true,"id":16939},"user":"lauritz","categories":[]},"16939":{"isSerializedDate":true,"string":"Tue Sep 27 2011 19:47:57 GMT+0200 (Mitteleuropäische Sommerzeit)"},"16940":{"varMapping":{"__isSmartRef__":true,"id":16941},"source":"function hasChanged() {\n var cleanText = function (string) {\n var source = string.trim();\n if (source.substring(0,2) === \"//\") {\n // removes annotation line\n source = source.substring(source.indexOf(\"\\n\"), source.length);\n source = source.trim();\n }\n if (source === 'undefined' || source === 'null') source = '';\n return source;\n }\n var cleanedTextString = cleanText(this.textString);\n var cleanedLastSource = cleanText(this.lastSaveSource);\n return cleanedTextString !== cleanedLastSource;\n}","funcProperties":{"__isSmartRef__":true,"id":16942},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"16941":{"this":{"__isSmartRef__":true,"id":16855}},"16942":{"timestamp":{"__isSmartRef__":true,"id":16943},"user":"lauritz","categories":[]},"16943":{"isSerializedDate":true,"string":"Mon Oct 03 2011 18:29:45 GMT+0200 (Mitteleuropäische Sommerzeit)"},"16944":{"varMapping":{"__isSmartRef__":true,"id":16945},"source":"function setTarget(target) {\n module('lively.ide.SyntaxHighlighting').load(true);\n this.doitContext = target;\n}","funcProperties":{"__isSmartRef__":true,"id":16946},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"16945":{"this":{"__isSmartRef__":true,"id":16855}},"16946":{"timestamp":{"__isSmartRef__":true,"id":16947},"user":"timfelgentreff","tags":[]},"16947":{"isSerializedDate":true,"string":"Thu Jun 07 2012 09:46:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"16948":{"varMapping":{"__isSmartRef__":true,"id":16949},"source":"function displayStatus(msg, color, delay) {\n if (!this.statusMorph) {\n this.statusMorph = new TextMorph(pt(100,25).extentAsRectangle());\n this.statusMorph.applyStyle({borderWidth: 1, strokeOpacity: 0, borderColor: Color.gray});\n this.statusMorph.setFill(this.owner.getFill());\n this.statusMorph.setFontSize(11);\n this.statusMorph.setAlign('center');\n this.statusMorph.setVerticalAlign('center');\n }\n this.statusMorph.setTextString(msg);\n this.statusMorph.centerAt(this.innerBounds().center());\n this.statusMorph.setTextColor(color || Color.black);\n this.addMorph(this.statusMorph);\n (function() { this.statusMorph.remove() }).bind(this).delay(delay || 2); \n}","funcProperties":{"__isSmartRef__":true,"id":16950},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"16949":{"this":{"__isSmartRef__":true,"id":16855}},"16950":{"timestamp":{"__isSmartRef__":true,"id":16951},"user":"lauritz","categories":[]},"16951":{"isSerializedDate":true,"string":"Wed Nov 23 2011 18:23:05 GMT+0100 (Mitteleuropäische Zeit)"},"16952":{"submorphs":[{"__isSmartRef__":true,"id":16953}],"scripts":[],"id":847,"shape":{"__isSmartRef__":true,"id":16967},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":16982},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":16970},"lighterFill":{"__isSmartRef__":true,"id":16983},"label":{"__isSmartRef__":true,"id":16953},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","_Rotation":0,"padding":{"__isSmartRef__":true,"id":16992},"name":"ObjectEditorClassButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":16993},"_Scale":1,"owner":null,"layout":{"__isSmartRef__":true,"id":16994},"renderContextTable":{"__isSmartRef__":true,"id":16995},"eventHandler":{"__isSmartRef__":true,"id":16996},"__LivelyClassName__":"lively.morphic.Button"},"16953":{"submorphs":[],"scripts":[],"id":848,"shape":{"__isSmartRef__":true,"id":16954},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":116,"_MaxTextHeight":18,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":16959},"textColor":{"__isSmartRef__":true,"id":16957},"owner":{"__isSmartRef__":true,"id":16952},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":16960}],"padding":{"__isSmartRef__":true,"id":16962},"_Padding":{"__isSmartRef__":true,"id":16963},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":16964},"_FontFamily":"Helvetica, Sans-Serif","_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_Align":"center","_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":16965},"eventHandler":{"__isSmartRef__":true,"id":16966},"_HandStyle":"default","_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text"},"16954":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":16955},"_Extent":{"__isSmartRef__":true,"id":16956},"_BorderColor":{"__isSmartRef__":true,"id":16957},"renderContextTable":{"__isSmartRef__":true,"id":16958},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"16955":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16956":{"x":116,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16957":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16958":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"16959":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16960":{"style":{"__isSmartRef__":true,"id":16961},"chunkOwner":{"__isSmartRef__":true,"id":16953},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"16961":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"16962":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"16963":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"16964":{"x":116,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16965":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"16966":{"morph":{"__isSmartRef__":true,"id":16953},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"16967":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":16968},"_Extent":{"__isSmartRef__":true,"id":16969},"_Fill":{"__isSmartRef__":true,"id":16970},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":16980},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":16981},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"16968":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16969":{"x":116,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16970":{"stops":[{"__isSmartRef__":true,"id":16971},{"__isSmartRef__":true,"id":16973},{"__isSmartRef__":true,"id":16975},{"__isSmartRef__":true,"id":16977}],"vector":{"__isSmartRef__":true,"id":16979},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"16971":{"offset":0,"color":{"__isSmartRef__":true,"id":16972}},"16972":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16973":{"offset":0.4,"color":{"__isSmartRef__":true,"id":16974}},"16974":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16975":{"offset":0.6,"color":{"__isSmartRef__":true,"id":16976}},"16976":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16977":{"offset":1,"color":{"__isSmartRef__":true,"id":16978}},"16978":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16979":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"16980":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16981":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"16982":{"x":820,"y":8.999999999999972,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"16983":{"stops":[{"__isSmartRef__":true,"id":16984},{"__isSmartRef__":true,"id":16986},{"__isSmartRef__":true,"id":16988},{"__isSmartRef__":true,"id":16990}],"vector":{"__isSmartRef__":true,"id":16979},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"16984":{"offset":0,"color":{"__isSmartRef__":true,"id":16985}},"16985":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16986":{"offset":0.4,"color":{"__isSmartRef__":true,"id":16987}},"16987":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16988":{"offset":0.6,"color":{"__isSmartRef__":true,"id":16989}},"16989":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16990":{"offset":1,"color":{"__isSmartRef__":true,"id":16991}},"16991":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"16992":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"16993":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"16994":{"moveHorizontal":true},"16995":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"16996":{"morph":{"__isSmartRef__":true,"id":16952},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"16997":{"submorphs":[],"scripts":[],"id":"75602F78-ED3E-4298-BAC1-88E568D3FEB4","shape":{"__isSmartRef__":true,"id":16998},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":17005},"itemList":[],"selectedLineNo":1,"showsHalos":false,"name":"ObjectEditorConnectionList","partsBinMetaInfo":{"__isSmartRef__":true,"id":17006},"__SourceModuleName__":"Global.lively.morphic.Core","_ClipMode":"auto","owner":{"__isSmartRef__":true,"id":16359},"priorExtent":{"__isSmartRef__":true,"id":17007},"attributeConnections":[{"__isSmartRef__":true,"id":17008}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"prevScroll":[0,0],"layout":{"__isSmartRef__":true,"id":17013},"renderContextTable":{"__isSmartRef__":true,"id":17014},"eventHandler":{"__isSmartRef__":true,"id":17015},"_FontSize":10,"distanceToDragEvent":{"__isSmartRef__":true,"id":17016},"grabbingEnabled":false,"draggingEnabled":false,"isCopyMorphRef":true,"morphRefId":145,"derivationIds":[209,"3900F5DF-0FF7-4C94-8BDB-44AAE12B4A3E","35301083-B60D-4A43-8566-23860EEB4C04","9CC401CC-5A35-4643-935B-FD049C284E16","C9879D40-5E79-4C56-AA79-562ED82BF052","9F6F9261-EB76-4B58-B77D-7D70813A1ED7","8B59E237-F372-4F70-9768-7E9C1A7A021D","FC85F1B9-1978-42D2-850C-BD249981E8B4","D2B607C6-A89B-4B3F-91BB-720451EAB98D","CC361093-FF73-479B-9431-C645CB48F518","307D3B7C-C0E1-484F-8D7E-39FBA9D8EDA5","038AF132-861E-4A77-8756-E6B476413639","65B6CA87-98DE-4473-B4DD-F8763BC3B06A","0AA0E45B-6DCC-4AE0-938C-E53794A511DF","806ACC1C-1353-436B-B1FE-568846777C17","C74AE022-1184-4FDF-A53D-A17627FF61EA","686AF565-EEB0-4AB7-A12E-26727DAD9291","1102A5B3-9973-4471-9EDD-FD7AB802DEA6","BEB06225-53D0-4ACC-9154-DC2DEB5728B7","E32FE34B-7520-4612-B927-C8F9EDFC69BB","D21F598A-4E44-4752-B205-9595DF0E9AE3","DE3CDCB4-1752-406B-B953-7DDF31FE1128","7DBC310E-96B9-4448-9BFD-C31FC561D481","3F992934-03ED-4ACC-8C88-47A92707057B","0980E33C-3E42-410A-AA90-C4015B86D652","C1AB1EB8-AA44-46AF-980B-69B814E4DA3E","5472497C-690C-4A40-A41F-49C01358545F","F02BE6A3-D64D-48BC-B045-F95EDD786E07"],"selection":null,"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17017},"__LivelyClassName__":"lively.morphic.List"},"16998":{"position":{"__isSmartRef__":true,"id":16999},"_Extent":{"__isSmartRef__":true,"id":17000},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":17001},"_Fill":{"__isSmartRef__":true,"id":17002},"__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderRadius":0,"renderContextTable":{"__isSmartRef__":true,"id":17003},"_Opacity":1,"_BorderStyle":"solid","_Padding":{"__isSmartRef__":true,"id":17004},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"16999":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17000":{"x":180,"y":74,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17001":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17002":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"17003":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"17004":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17005":{"x":10,"y":441.5965565984398,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17006":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":2,"__SourceModuleName__":"Global.lively.PartsBin","idOnLoad":"75602F78-ED3E-4298-BAC1-88E568D3FEB4","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"17007":{"x":180,"y":75,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17008":{"sourceObj":{"__isSmartRef__":true,"id":16997},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":16359},"targetMethodName":"displaySourceForConnection","converterString":"function (value) {\n if (!value) return;\n return (value === '-- ALL --') ? null : value[1];\n}","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":17009},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17010},"__LivelyClassName__":"AttributeConnection"},"17009":{"source":{"__isSmartRef__":true,"id":16997},"target":{"__isSmartRef__":true,"id":16359}},"17010":{"converter":{"__isSmartRef__":true,"id":17011}},"17011":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":17009},"source":"function (value) {\n if (!value) return;\n return (value === '-- ALL --') ? null : value[1];\n}","funcProperties":{"__isSmartRef__":true,"id":17012},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17012":{},"17013":{"resizeHeight":false,"moveVertical":true},"17014":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateListContent":"updateListContentHTML","resizeList":"resizeListHTML","getItemIndexFromEvent":"getItemIndexFromEventHTML","getListExtent":"getListExtentHTML","setSize":"setSizeHTML","renderAsDropDownList":"renderAsDropDownListHTML","setFontSize":"setFontSizeHTML","setFontFamily":"setFontFamilyHTML","getSelectedIndexes":"getSelectedIndexesHTML","enableMultipleSelections":"enableMultipleSelectionsHTML","selectAllAt":"selectAllAtHTML","clearSelections":"clearSelectionsHTML","deselectAt":"deselectAtHTML"},"17015":{"morph":{"__isSmartRef__":true,"id":16997},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"17016":{"x":124.95989979964943,"y":-17.076643708895745,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17017":{"preselectItem":{"__isSmartRef__":true,"id":17018}},"17018":{"varMapping":{"__isSmartRef__":true,"id":17019},"source":"function preselectItem() {\n if (this.getList().size() === 2) {\n this.selectAt(1);\n } else {\n this.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":17020},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17019":{"this":{"__isSmartRef__":true,"id":16997}},"17020":{"timestamp":{"__isSmartRef__":true,"id":17021},"user":"lauritz"},"17021":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:12:58 GMT+0100 (Mitteleuropäische Zeit)"},"17022":{"submorphs":[{"__isSmartRef__":true,"id":17023}],"scripts":[],"id":47,"shape":{"__isSmartRef__":true,"id":17036},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":17051},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":17039},"lighterFill":{"__isSmartRef__":true,"id":17052},"label":{"__isSmartRef__":true,"id":17023},"attributeConnections":[{"__isSmartRef__":true,"id":17061}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","_Rotation":0,"padding":{"__isSmartRef__":true,"id":17062},"name":"ObjectEditorTargetButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":17063},"_Scale":1,"owner":null,"renderContextTable":{"__isSmartRef__":true,"id":17064},"isCopyMorphRef":true,"morphRefId":1,"__LivelyClassName__":"lively.morphic.Button"},"17023":{"submorphs":[],"scripts":[],"id":48,"shape":{"__isSmartRef__":true,"id":17024},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":116,"_MaxTextHeight":20,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":17029},"textColor":{"__isSmartRef__":true,"id":17027},"owner":{"__isSmartRef__":true,"id":17022},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":17030}],"padding":{"__isSmartRef__":true,"id":17032},"_Padding":{"__isSmartRef__":true,"id":17033},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":17034},"_FontFamily":"Helvetica, Sans-Serif","_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_Align":"center","_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":17035},"__LivelyClassName__":"lively.morphic.Text"},"17024":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":17025},"_Extent":{"__isSmartRef__":true,"id":17026},"_BorderColor":{"__isSmartRef__":true,"id":17027},"renderContextTable":{"__isSmartRef__":true,"id":17028},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"17025":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17026":{"x":116,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17027":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17028":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setOpacity":"setOpacityHTML"},"17029":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17030":{"style":{"__isSmartRef__":true,"id":17031},"chunkOwner":{"__isSmartRef__":true,"id":17023},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"17031":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"17032":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17033":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17034":{"x":116,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17035":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"17036":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":17037},"_Extent":{"__isSmartRef__":true,"id":17038},"_Fill":{"__isSmartRef__":true,"id":17039},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":17049},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":17050},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"17037":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17038":{"x":116,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17039":{"stops":[{"__isSmartRef__":true,"id":17040},{"__isSmartRef__":true,"id":17042},{"__isSmartRef__":true,"id":17044},{"__isSmartRef__":true,"id":17046}],"vector":{"__isSmartRef__":true,"id":17048},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"17040":{"offset":0,"color":{"__isSmartRef__":true,"id":17041}},"17041":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17042":{"offset":0.4,"color":{"__isSmartRef__":true,"id":17043}},"17043":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17044":{"offset":0.6,"color":{"__isSmartRef__":true,"id":17045}},"17045":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17046":{"offset":1,"color":{"__isSmartRef__":true,"id":17047}},"17047":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17048":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17049":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17050":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setOpacity":"setOpacityHTML"},"17051":{"x":215,"y":35,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17052":{"stops":[{"__isSmartRef__":true,"id":17053},{"__isSmartRef__":true,"id":17055},{"__isSmartRef__":true,"id":17057},{"__isSmartRef__":true,"id":17059}],"vector":{"__isSmartRef__":true,"id":17048},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"17053":{"offset":0,"color":{"__isSmartRef__":true,"id":17054}},"17054":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17055":{"offset":0.4,"color":{"__isSmartRef__":true,"id":17056}},"17056":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17057":{"offset":0.6,"color":{"__isSmartRef__":true,"id":17058}},"17058":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17059":{"offset":1,"color":{"__isSmartRef__":true,"id":17060}},"17060":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17061":{"sourceObj":{"__isSmartRef__":true,"id":17022},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":16377},"targetMethodName":"chooseTargetMorphMenu","__SourceModuleName__":"Global.lively.bindings","converter":null,"converterString":null,"updater":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection"},"17062":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17063":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"17064":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML"},"17065":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"17066":{"x":715.5,"y":73.89999999999998,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17067":{"submorphs":[],"scripts":[],"id":435,"shape":{"__isSmartRef__":true,"id":17068},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":17075},"_MaxTextWidth":218,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":17076},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"ObjectEditorMorphSelector","partsBinMetaInfo":{"__isSmartRef__":true,"id":17077},"textChunks":[{"__isSmartRef__":true,"id":17078}],"charsReplaced":"","lastFindLoc":5,"priorSelectionRange":[15,15],"prevScroll":[0,0],"_ClipMode":"visible","list":[],"attributeConnections":[{"__isSmartRef__":true,"id":17080}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"listMorph":null,"_WhiteSpaceHandling":"pre-wrap","owner":null,"priorExtent":{"__isSmartRef__":true,"id":17082},"_Align":"left","renderContextTable":{"__isSmartRef__":true,"id":17083},"eventHandler":{"__isSmartRef__":true,"id":17084},"_MinTextWidth":218,"_MinTextHeight":null,"scriptAnnotations":{"__isSmartRef__":true,"id":17085},"selection":{"__isSmartRef__":true,"id":16358},"previousSelection":[0,13],"isCopyMorphRef":true,"morphRefId":1,"isBeingDragged":false,"draggingEnabled":false,"layout":{"__isSmartRef__":true,"id":17104},"_Rotation":0,"_Scale":1,"distanceToDragEvent":{"__isSmartRef__":true,"id":17105},"savedTextString":"100","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17106},"__LivelyClassName__":"lively.morphic.Text"},"17068":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":17069},"_Extent":{"__isSmartRef__":true,"id":17070},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":17071},"renderContextTable":{"__isSmartRef__":true,"id":17072},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":17073},"_BorderRadius":3.7000000000000006,"_Opacity":1,"_BorderStyle":"solid","_Fill":{"__isSmartRef__":true,"id":17074},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"17069":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17070":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17071":{"r":0.753,"g":0.753,"b":0.753,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17072":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"17073":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17074":{"r":0.9548430751559654,"g":0.9548430751559654,"b":0.9548430751559654,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17075":{"x":200,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17076":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17077":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"17078":{"style":{"__isSmartRef__":true,"id":17079},"chunkOwner":{"__isSmartRef__":true,"id":17067},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"17079":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"17080":{"sourceObj":{"__isSmartRef__":true,"id":17067},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":16359},"targetMethodName":"setTarget","converter":null,"converterString":"function (name) { return $world.get(name)}","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":17081},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"17081":{"source":{"__isSmartRef__":true,"id":17067},"target":{"__isSmartRef__":true,"id":16359}},"17082":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17083":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"17084":{"morph":{"__isSmartRef__":true,"id":17067},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"17085":{"createListMorph":{"__isSmartRef__":true,"id":17086},"displayTopLevelMorphs":{"__isSmartRef__":true,"id":17088},"onMouseUp":{"__isSmartRef__":true,"id":17090},"resetConnections":{"__isSmartRef__":true,"id":17092},"setTargetToListSelection":{"__isSmartRef__":true,"id":17094},"setTargetOfPane":{"__isSmartRef__":true,"id":17096},"onBlur":{"__isSmartRef__":true,"id":17098},"reset":{"__isSmartRef__":true,"id":17100},"onMouseDown":{"__isSmartRef__":true,"id":17102}},"17086":{"time":{"__isSmartRef__":true,"id":17087},"user":"lauritz"},"17087":{"isSerializedDate":true,"string":"Fri Oct 28 2011 05:27:29 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17088":{"time":{"__isSmartRef__":true,"id":17089},"user":"lauritz"},"17089":{"isSerializedDate":true,"string":"Fri Oct 14 2011 23:48:37 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17090":{"time":{"__isSmartRef__":true,"id":17091},"user":"lauritz"},"17091":{"isSerializedDate":true,"string":"Mon Oct 03 2011 18:51:14 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17092":{"time":{"__isSmartRef__":true,"id":17093},"user":"lauritz"},"17093":{"isSerializedDate":true,"string":"Wed Sep 28 2011 01:03:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17094":{"time":{"__isSmartRef__":true,"id":17095},"user":"lauritz"},"17095":{"isSerializedDate":true,"string":"Sat Oct 15 2011 00:00:58 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17096":{"time":{"__isSmartRef__":true,"id":17097},"user":"lauritz"},"17097":{"isSerializedDate":true,"string":"Mon Oct 03 2011 18:34:37 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17098":{"time":{"__isSmartRef__":true,"id":17099},"user":"lauritz"},"17099":{"isSerializedDate":true,"string":"Fri Oct 07 2011 19:24:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17100":{"time":{"__isSmartRef__":true,"id":17101},"user":"lauritz"},"17101":{"isSerializedDate":true,"string":"Fri Oct 07 2011 19:26:15 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17102":{"time":{"__isSmartRef__":true,"id":17103},"user":"lauritz"},"17103":{"isSerializedDate":true,"string":"Mon Oct 17 2011 19:49:00 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17104":{},"17105":{"x":153.8540395186758,"y":-23.74126935194758,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17106":{"getList":{"__isSmartRef__":true,"id":17107},"setList":{"__isSmartRef__":true,"id":17110},"reset":{"__isSmartRef__":true,"id":17113},"example":{"__isSmartRef__":true,"id":17116},"removeList":{"__isSmartRef__":true,"id":17119},"onBlur":{"__isSmartRef__":true,"id":17122},"createListMorph":{"__isSmartRef__":true,"id":17129},"resetConnections":{"__isSmartRef__":true,"id":17132},"displayTopLevelMorphs":{"__isSmartRef__":true,"id":17135},"setTargetToListSelection":{"__isSmartRef__":true,"id":17138},"setTargetOfPane":{"__isSmartRef__":true,"id":17141},"onMouseDown":{"__isSmartRef__":true,"id":17144}},"17107":{"varMapping":{"__isSmartRef__":true,"id":17108},"source":"function getList() {\n return this.world().indentedListItemsOfMorphNames();\n}","funcProperties":{"__isSmartRef__":true,"id":17109},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17108":{"this":{"__isSmartRef__":true,"id":17067}},"17109":{},"17110":{"varMapping":{"__isSmartRef__":true,"id":17111},"source":"function setList(list) {\n return this.list = list;\n}","funcProperties":{"__isSmartRef__":true,"id":17112},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17111":{"this":{"__isSmartRef__":true,"id":17067}},"17112":{},"17113":{"varMapping":{"__isSmartRef__":true,"id":17114},"source":"function reset() {\n this.list = [];\n this.textString = 'empty';\n this.removeList();\n this.resetConnections();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\n}","funcProperties":{"__isSmartRef__":true,"id":17115},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17114":{"this":{"__isSmartRef__":true,"id":17067}},"17115":{},"17116":{"varMapping":{"__isSmartRef__":true,"id":17117},"source":"function example() {\n/*\nthis.example()\nthis.getList()\n*/\n this.setList(Array.range(0,100));\n this.textString = 'empty';\n}","funcProperties":{"__isSmartRef__":true,"id":17118},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17117":{"this":{"__isSmartRef__":true,"id":17067}},"17118":{},"17119":{"varMapping":{"__isSmartRef__":true,"id":17120},"source":"function removeList() {\n this.listMorph && this.listMorph.remove()\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":17121},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17120":{"this":{"__isSmartRef__":true,"id":17067}},"17121":{},"17122":{"varMapping":{"__isSmartRef__":true,"id":17123},"source":"function onBlur() {\n $super();\n this.removeList();\n}","funcProperties":{"__isSmartRef__":true,"id":17128},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17123":{"this":{"__isSmartRef__":true,"id":17067},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17124}},"17124":{"$super":{"__isSmartRef__":true,"id":17125}},"17125":{"varMapping":{"__isSmartRef__":true,"id":17126},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":17127},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17126":{"obj":{"__isSmartRef__":true,"id":17067},"name":"onBlur"},"17127":{},"17128":{},"17129":{"varMapping":{"__isSmartRef__":true,"id":17130},"source":"function createListMorph() {\n var list = new lively.morphic.List(new Rectangle(0,0, this.getExtent().x, 520));\n list.setList(this.getList());\n list.setFontSize(12);\n\n list.disableGrabbing();\n list.disableDragging();\n \n this.addMorph(list);\n list.setPosition(pt(0,0));\n\n connect(list, 'selection', this, 'setTargetToListSelection');\n \n return list;\n}","funcProperties":{"__isSmartRef__":true,"id":17131},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17130":{"this":{"__isSmartRef__":true,"id":17067}},"17131":{},"17132":{"varMapping":{"__isSmartRef__":true,"id":17133},"source":"function resetConnections() {\n disconnectAll(this);\n connect(this, 'savedTextString', this.owner, 'setTarget', {converter: \n\tfunction (name) { return $world.get(name)}});\n}","funcProperties":{"__isSmartRef__":true,"id":17134},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17133":{"this":{"__isSmartRef__":true,"id":17067}},"17134":{},"17135":{"varMapping":{"__isSmartRef__":true,"id":17136},"source":"function displayTopLevelMorphs() {\n if (this.listMorph) { this.removeList(); return true }\n var list = this.createListMorph(); \n this.addMorph(list);\n this.listMorph = list;\n}","funcProperties":{"__isSmartRef__":true,"id":17137},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17136":{"this":{"__isSmartRef__":true,"id":17067}},"17137":{},"17138":{"varMapping":{"__isSmartRef__":true,"id":17139},"source":"function setTargetToListSelection(selection) { \n this.removeList();\n if (!selection) return;\n if (this.owner.scriptPane.hasChanged()) {\n var that = this;\n var callback = function (confirmed) {\n if (confirmed) that.setTargetOfPane(selection);\n }\n this.owner.confirmUnsavedChanges(callback);\n } else {\n this.setTargetOfPane(selection);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":17140},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17139":{"this":{"__isSmartRef__":true,"id":17067}},"17140":{},"17141":{"varMapping":{"__isSmartRef__":true,"id":17142},"source":"function setTargetOfPane(selection) {\n this.owner.setTarget(selection);\n this.setTextString(selection.getName());\n this.removeList();\n}","funcProperties":{"__isSmartRef__":true,"id":17143},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17142":{"this":{"__isSmartRef__":true,"id":17067}},"17143":{},"17144":{"varMapping":{"__isSmartRef__":true,"id":17145},"source":"function onMouseDown(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n return false;\n } else {\n this.displayTopLevelMorphs();\n return true;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":17150},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17145":{"this":{"__isSmartRef__":true,"id":17067},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17146}},"17146":{"$super":{"__isSmartRef__":true,"id":17147}},"17147":{"varMapping":{"__isSmartRef__":true,"id":17148},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":17149},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17148":{"obj":{"__isSmartRef__":true,"id":17067},"name":"onMouseDown"},"17149":{},"17150":{},"17151":{"morph":{"__isSmartRef__":true,"id":16377},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"17152":{"sortedScriptNamesOfObj":{"__isSmartRef__":true,"id":17153},"setTarget":{"__isSmartRef__":true,"id":17156},"generateSourceForScript":{"__isSmartRef__":true,"id":17159},"generateSourceForConnection":{"__isSmartRef__":true,"id":17162},"generateTargetCode":{"__isSmartRef__":true,"id":17165},"sortedConnectionNamesOfObj":{"__isSmartRef__":true,"id":17168},"displayJavaScriptSource":{"__isSmartRef__":true,"id":17171},"displaySourceForScript":{"__isSmartRef__":true,"id":17174},"displaySourceForConnection":{"__isSmartRef__":true,"id":17177},"newScript":{"__isSmartRef__":true,"id":17180},"newConnection":{"__isSmartRef__":true,"id":17183},"deleteSelectedScript":{"__isSmartRef__":true,"id":17186},"disconnectConnection":{"__isSmartRef__":true,"id":17189},"updateLists":{"__isSmartRef__":true,"id":17192},"displayInitialScript":{"__isSmartRef__":true,"id":17195},"reset":{"__isSmartRef__":true,"id":17198},"selectChangedContent":{"__isSmartRef__":true,"id":17201}},"17153":{"varMapping":{"__isSmartRef__":true,"id":17154},"source":"function sortedScriptNamesOfObj(obj) {\n if (!Functions.own(obj) || Functions.own(obj).size() == 0) return [];\n return Functions.own(obj)\n\t.select(function(name) { return obj[name].hasLivelyClosure })\n\t.sortBy(function(name) { return name.toLowerCase() });\n}","funcProperties":{"__isSmartRef__":true,"id":17155},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17154":{"this":{"__isSmartRef__":true,"id":16377}},"17155":{},"17156":{"varMapping":{"__isSmartRef__":true,"id":17157},"source":"function setTarget(morph) {\n this.reset();\n module('lively.ide.SyntaxHighlighting').load(true);\n this.target = morph;\n this.morphSelector.textString = (this.target.getName() || this.target.toString());\n this.scriptPane.doitContext = this.target;\n this.updateLists();\n this.displayInitialScript();\n}","funcProperties":{"__isSmartRef__":true,"id":17158},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17157":{"this":{"__isSmartRef__":true,"id":16377}},"17158":{},"17159":{"varMapping":{"__isSmartRef__":true,"id":17160},"source":"function generateSourceForScript(scriptName) {\n var script = this.target[scriptName].getOriginal();\n return Strings.format('this.addScript(%s);' ,script)\n}","funcProperties":{"__isSmartRef__":true,"id":17161},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17160":{"this":{"__isSmartRef__":true,"id":16377}},"17161":{},"17162":{"varMapping":{"__isSmartRef__":true,"id":17163},"source":"function generateSourceForConnection(connection) {\n var c = connection, targetObject = this.target;\n\tif (!c.getTargetObj() || !c.getTargetObj().name || \n\t\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\n\n\tvar optConfig = []\n\tif (c.converterString)\n\t\toptConfig.push(\"converter: \\n\\t\" + c.converterString)\n\tif (c.updaterString)\n\t\toptConfig.push(\"updater: \\n\\t\" + c.updaterString)\n\treturn Strings.format('connect(%s, \"%s\", %s, \"%s\", {%s});', \n\t\t\tthis.generateTargetCode(targetObject, c.getSourceObj()),\n\t\t\tc.getSourceAttrName(),\n\t\t\tthis.generateTargetCode(targetObject, c.getTargetObj()),\n\t\t\tc.getTargetMethodName(),\n\t\t\toptConfig.join(','));\n\n}","funcProperties":{"__isSmartRef__":true,"id":17164},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17163":{"this":{"__isSmartRef__":true,"id":16377}},"17164":{},"17165":{"varMapping":{"__isSmartRef__":true,"id":17166},"source":"function generateTargetCode(baseObject, targetObject) {\n\tvar name = targetObject.name;\n\tif (baseObject === targetObject) \n\t\treturn \"this\";\n\telse if (baseObject[name] === targetObject) \n\t\treturn \"this.\" + name;\n\telse if (baseObject.testObject === targetObject) \n\t\treturn \"this.testObject\";\n\telse if (baseObject.get(name) === targetObject) \n\t\treturn 'this.get(\"' + name + '\")';\n\telse if (targetObject instanceof Morph) \n\t\treturn '$morph(\"' + name + '\")';\n\telse \n\t\treturn \"????\";\n}","funcProperties":{"__isSmartRef__":true,"id":17167},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17166":{"this":{"__isSmartRef__":true,"id":16377}},"17167":{},"17168":{"varMapping":{"__isSmartRef__":true,"id":17169},"source":"function sortedConnectionNamesOfObj(obj) {\n if (\"attributeConnections\" in obj) {\n return obj.attributeConnections\n .sortBy(function(each) {return name.toLowerCase() })\n .collect(function(each) {return [each.getSourceAttrName(), each]});\n } else {\n return [];\n }\n}","funcProperties":{"__isSmartRef__":true,"id":17170},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17169":{"this":{"__isSmartRef__":true,"id":16377}},"17170":{},"17171":{"varMapping":{"__isSmartRef__":true,"id":17172},"source":"function displayJavaScriptSource(jsCode) {\n this.scriptPane.setTextString(jsCode);\n this.scriptPane.highlightJavaScriptSyntax();\n}","funcProperties":{"__isSmartRef__":true,"id":17173},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17172":{"this":{"__isSmartRef__":true,"id":16377}},"17173":{},"17174":{"varMapping":{"__isSmartRef__":true,"id":17175},"source":"function displaySourceForScript(scriptName) {\n if (!scriptName) return;\n var code = \"\", that = this;\n if (scriptName === \"-- ALL --\") {\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForScript(each)).concat(\"\\n\\n\");\n });\n } else {\n code = this.generateSourceForScript(scriptName); \n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":17176},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17175":{"this":{"__isSmartRef__":true,"id":16377}},"17176":{},"17177":{"varMapping":{"__isSmartRef__":true,"id":17178},"source":"function displaySourceForConnection(connection) {\n if (!connection) return;\n var code = \"\", that = this;\n if ((typeof connection === \"string\") && connection === \"-- ALL --\") {\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\"\\n\\n\");\n })\n } else {\n code = this.generateSourceForConnection(connection);\n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":17179},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17178":{"this":{"__isSmartRef__":true,"id":16377}},"17179":{},"17180":{"varMapping":{"__isSmartRef__":true,"id":17181},"source":"function newScript() {\n if (this.target) {\n var code = \"this.addScript(function SCRIPTNAME() {\\n\\t\\n});\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":17182},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17181":{"this":{"__isSmartRef__":true,"id":16377}},"17182":{},"17183":{"varMapping":{"__isSmartRef__":true,"id":17184},"source":"function newConnection() {\n if (this.target) {\n var code = \"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":17185},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17184":{"this":{"__isSmartRef__":true,"id":16377}},"17185":{},"17186":{"varMapping":{"__isSmartRef__":true,"id":17187},"source":"function deleteSelectedScript() {\n if (this.scriptList.selection && this.target) {\n if (!this.target.hasOwnProperty(this.scriptList.selection)) return;\n delete this.target[this.scriptList.selection];\n this.updateLists();\n this.displayInitialScript();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":17188},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17187":{"this":{"__isSmartRef__":true,"id":16377}},"17188":{},"17189":{"varMapping":{"__isSmartRef__":true,"id":17190},"source":"function disconnectConnection() {\n var selection = this.connectionList.selection;\n if (selection && \n (typeof selection !== \"string\") &&\n this.target.attributeConnections.indexOf(selection[1]) > -1) {\n var c = this.connectionList.selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n this.updateLists();\n this.displayInitialScript();\n } \n}","funcProperties":{"__isSmartRef__":true,"id":17191},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17190":{"this":{"__isSmartRef__":true,"id":16377}},"17191":{},"17192":{"varMapping":{"__isSmartRef__":true,"id":17193},"source":"function updateLists() {\n this.scriptList.setList(this.sortedScriptNamesOfObj(this.target));\n var scriptListItems = this.scriptList.getList();\n scriptListItems.unshift(\"-- ALL --\");\n this.scriptList.setList(scriptListItems);\n\n this.connectionList.setList(this.sortedConnectionNamesOfObj(this.target));\n var connectionListItems = this.connectionList.getList();\n connectionListItems.unshift(\"-- ALL --\");\n this.connectionList.setList(connectionListItems);\n}","funcProperties":{"__isSmartRef__":true,"id":17194},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17193":{"this":{"__isSmartRef__":true,"id":16377}},"17194":{},"17195":{"varMapping":{"__isSmartRef__":true,"id":17196},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.selectAt(0);\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.selectAt(0);\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":17197},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17196":{"this":{"__isSmartRef__":true,"id":16377}},"17197":{},"17198":{"varMapping":{"__isSmartRef__":true,"id":17199},"source":"function reset() {\n this.target = null;\n this.scriptPane.doitContext = null;\n this.scriptList.setList();\n this.connectionList.setList();\n this.scriptPane.setTextString(\"\");\n this.morphSelector.reset();\n}","funcProperties":{"__isSmartRef__":true,"id":17200},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17199":{"this":{"__isSmartRef__":true,"id":16377}},"17200":{},"17201":{"varMapping":{"__isSmartRef__":true,"id":17202},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n var index = this.scriptList.getList().indexOf(addScriptMatches[0]);\n if (index > -1) { \n return this.scriptList.selectAt(index);\n }\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i -1) {\n var c = selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n editor.updateLists();\n editor.displayInitialScript();\n } \n }\n\n var message = 'Disconnect \"' + selection[0] +'\" connection?';\n var callback = disconnectConnection;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":17404},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17403":{"this":{"__isSmartRef__":true,"id":17349}},"17404":{"timestamp":{"__isSmartRef__":true,"id":17405},"user":"lauritz","categories":[]},"17405":{"isSerializedDate":true,"string":"Fri Nov 11 2011 01:46:54 GMT+0100 (Mitteleuropäische Zeit)"},"17406":{"submorphs":[{"__isSmartRef__":true,"id":17407}],"scripts":[],"id":"85E2FCBF-527B-400A-ABF2-0D9ADB4E810D","shape":{"__isSmartRef__":true,"id":17423},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":17439},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":17426},"lighterFill":{"__isSmartRef__":true,"id":17440},"label":{"__isSmartRef__":true,"id":17407},"attributeConnections":[{"__isSmartRef__":true,"id":17449}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":17451},"name":"ObjectEditorRemoveScriptButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":17452},"renderContextTable":{"__isSmartRef__":true,"id":17453},"priorExtent":{"__isSmartRef__":true,"id":17454},"owner":{"__isSmartRef__":true,"id":16359},"eventHandler":{"__isSmartRef__":true,"id":17455},"isCopyMorphRef":true,"morphRefId":150,"draggingEnabled":false,"objectEditorPane":{"__isSmartRef__":true,"id":16359},"distanceToDragEvent":{"__isSmartRef__":true,"id":17456},"derivationIds":[217,"FDC10087-12CF-4570-9211-8309CB6A9AA3","E18FC530-4B1F-4F08-8DA6-3866A3519E56","04A2AAC3-6A9E-40BB-9408-EBB2567EE63B","8C1A42CE-840C-4AAE-BD79-C93A445B9EBF","61FC11FA-B87E-4EFE-BD15-564D3178B68B","ED34F9B5-9E00-41B3-8313-D9C3D6B3B231","A7481F4B-D444-4B4F-BDA2-4F9F03AEC24D","7DDF7175-34FC-4521-A7C3-580A8BE63351","DEA39C05-FAD7-4882-AB3D-0EE12C3408F9","99186A50-1411-4B6F-B1CB-FF0742C20D7D","10F3E467-6BB8-4D07-BD17-8C50593FD6B8","7260818C-6472-4288-8BDD-1E7798A543F3","DEBB5BDB-018D-4BA1-9FB9-73DC84C51D89","D75BCAED-3029-46EB-B944-4A102BB1BC0F","9A977DA2-B325-4DFA-9683-3DC9ECEFAAC0","48A5078F-B4A5-4F4E-884D-84CCDFFBE6F0","33905494-AA01-4311-8398-1F6C3D4F1BAC","5D7201A7-1374-49AD-851F-E3167EFED99E","9B69B6C6-71F2-402E-89D1-E97FC2D3AE13","DA1B3A74-F4A6-427B-8FBD-3D2E9D8CD866","C95FA3DE-F426-47A6-9E2B-729E096507D3","DF844255-EC02-4BBC-994C-07160984805C","67C9CCFA-D656-4238-A068-C9BFD7145A52","AB8DBCF5-5F66-433B-9875-660ECDA176B9","5C14050C-6B3E-436E-9AF9-CE0C7A0F7E92","F13CEC46-E3AA-46DC-BCD2-BAA111B823AD","EF5B92BB-F519-4AE1-9F04-2531B40BF044"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"isPressed":false,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17457},"__LivelyClassName__":"lively.morphic.Button"},"17407":{"submorphs":[],"scripts":[],"id":"B1EC3B01-C7F1-4196-82CD-C4C7D464FC30","shape":{"__isSmartRef__":true,"id":17408},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":21,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":17414},"textColor":{"__isSmartRef__":true,"id":17411},"owner":{"__isSmartRef__":true,"id":17406},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":17415}],"padding":{"__isSmartRef__":true,"id":17417},"_Padding":{"__isSmartRef__":true,"id":17418},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":17419},"_FontFamily":"Helvetica, Sans-Serif","renderContextTable":{"__isSmartRef__":true,"id":17420},"_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_Align":"center","eventHandler":{"__isSmartRef__":true,"id":17421},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":21,"_MinTextHeight":null,"draggingEnabled":false,"derivationIds":[218,"852A7BD9-52EE-4708-A2D5-1BDECF33C958","7B4F173E-9726-472A-9B30-530D4AA92AD9","CBA217F6-2832-4213-9ABE-47753C1A4180","E6B97D1D-95D5-4644-9359-1D08D42A51F4","4391A57E-70C2-4628-9828-DD668CCE546E","F0C6C298-3B8B-42B2-B5E9-E5B82F607B01","DF0CAF75-4247-4797-B1A0-AD7444391E2A","B4C4F09B-F663-47A1-B85F-461D5452F5F8","FD966AB1-4685-4151-9A38-B1B21B0237EF","CA91FC2C-D7CC-4123-AFD2-108F8F0C2E97","88F1581A-7AEF-4646-B7F9-3890CDDB8494","DC577877-7F00-4238-9246-08C2A10C0CC9","818C9467-71A2-44D6-B01F-1523A0CD5476","C0CF3DDB-AA12-49E0-B12A-6B620552BB47","853E19A1-E97D-463D-A24F-0148671EB696","0203CA4C-E523-4F7D-824B-F09BA3914BDD","18B98A59-6C8E-4386-B3EF-A17259C51C0F","24D84E0A-FA16-47DE-934D-E60729EEB227","7035F1EB-4B8C-4F20-B3AC-966403F55C0A","69831817-0662-4848-8481-44558987D21D","A84FAF10-435C-46F8-ADFA-FB68548EF3B1","79691D41-3337-4099-ACD9-B46BE30230B9","D9F18605-574D-40EE-985E-4FC48307F0C9","B75AD1E4-8294-4568-A7A6-A47C2421AEC3","553F0506-F7C1-4D48-A424-4F9816F84194","B0250470-21BF-401B-8D01-AD7D9B639E1D","9556AD0A-DCE4-4AE0-8C4E-096077092074"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":17422},"__LivelyClassName__":"lively.morphic.Text"},"17408":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":17409},"_Extent":{"__isSmartRef__":true,"id":17410},"_BorderColor":{"__isSmartRef__":true,"id":17411},"renderContextTable":{"__isSmartRef__":true,"id":17412},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":17413},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"17409":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17410":{"x":25,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17411":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17412":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"17413":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17414":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17415":{"style":{"__isSmartRef__":true,"id":17416},"chunkOwner":{"__isSmartRef__":true,"id":17407},"storedString":"-","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"17416":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"17417":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17418":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17419":{"x":25,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17420":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"17421":{"morph":{"__isSmartRef__":true,"id":17407},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"17422":{"requiredModules":[],"idOnLoad":"B1EC3B01-C7F1-4196-82CD-C4C7D464FC30","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"17423":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":17424},"_Extent":{"__isSmartRef__":true,"id":17425},"_Fill":{"__isSmartRef__":true,"id":17426},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":17436},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":17437},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":17438},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"17424":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17425":{"x":25,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17426":{"stops":[{"__isSmartRef__":true,"id":17427},{"__isSmartRef__":true,"id":17429},{"__isSmartRef__":true,"id":17431},{"__isSmartRef__":true,"id":17433}],"vector":{"__isSmartRef__":true,"id":17435},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"17427":{"offset":0,"color":{"__isSmartRef__":true,"id":17428}},"17428":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17429":{"offset":0.4,"color":{"__isSmartRef__":true,"id":17430}},"17430":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17431":{"offset":0.6,"color":{"__isSmartRef__":true,"id":17432}},"17432":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17433":{"offset":1,"color":{"__isSmartRef__":true,"id":17434}},"17434":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17435":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17436":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17437":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"17438":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17439":{"x":160,"y":40,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17440":{"stops":[{"__isSmartRef__":true,"id":17441},{"__isSmartRef__":true,"id":17443},{"__isSmartRef__":true,"id":17445},{"__isSmartRef__":true,"id":17447}],"vector":{"__isSmartRef__":true,"id":17435},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"17441":{"offset":0,"color":{"__isSmartRef__":true,"id":17442}},"17442":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17443":{"offset":0.4,"color":{"__isSmartRef__":true,"id":17444}},"17444":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17445":{"offset":0.6,"color":{"__isSmartRef__":true,"id":17446}},"17446":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17447":{"offset":1,"color":{"__isSmartRef__":true,"id":17448}},"17448":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17449":{"sourceObj":{"__isSmartRef__":true,"id":17406},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":17406},"targetMethodName":"deleteSelectedScript","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":17450},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"17450":{"source":{"__isSmartRef__":true,"id":17406},"target":{"__isSmartRef__":true,"id":17406}},"17451":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17452":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","idOnLoad":"85E2FCBF-527B-400A-ABF2-0D9ADB4E810D","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"17453":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"17454":{"x":30,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17455":{"morph":{"__isSmartRef__":true,"id":17406},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"17456":{"x":33.35839679439101,"y":-21.324811622839547,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17457":{"deleteSelectedScript":{"__isSmartRef__":true,"id":17458}},"17458":{"varMapping":{"__isSmartRef__":true,"id":17459},"source":"function deleteSelectedScript() {\n\n var editor = this.objectEditorPane;\n var selection = editor.scriptList.selection;\n\n if (!editor.target || editor.scriptList.getList().size() < 2) \n return; \n\n var deleteScript = function (confirmed) {\n if (!confirmed) return;\n \n if (selection && editor.target) {\n if (!editor.target.hasOwnProperty(selection)) \n return;\n delete editor.target[selection];\n editor.updateLists();\n editor.displayInitialScript();\n }\n }\n\n var message = 'Delete \"' + selection + '\" script?';\n var callback = deleteScript;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":17460},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17459":{"this":{"__isSmartRef__":true,"id":17406}},"17460":{"timestamp":{"__isSmartRef__":true,"id":17461},"user":"lauritz"},"17461":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:12:21 GMT+0100 (Mitteleuropäische Zeit)"},"17462":{"submorphs":[],"scripts":[],"id":"370AC1D7-D9CC-4078-9269-A77FEC0E8446","shape":{"__isSmartRef__":true,"id":17463},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":false,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":17469},"_MaxTextWidth":64.8979476392384,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":17466},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"ObjectEditorScriptsText2","partsBinMetaInfo":{"__isSmartRef__":true,"id":17470},"textChunks":[{"__isSmartRef__":true,"id":17471}],"charsReplaced":"Scripts","lastFindLoc":-7,"priorSelectionRange":[0,7],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":17473},"renderContextTable":{"__isSmartRef__":true,"id":17474},"eventHandler":{"__isSmartRef__":true,"id":17475},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64.8979476392384,"_MinTextHeight":null,"_ClipMode":"visible","draggingEnabled":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":17476},"eventsAreIgnored":true,"isCopyMorphRef":true,"morphRefId":155,"owner":{"__isSmartRef__":true,"id":16359},"derivationIds":[224,"35EF8FE5-067D-45B6-AF21-77040F11D340","80DC09DD-22D4-4089-B5C3-857B32C9BE9B","EF080074-E6B9-47F3-A87F-26313B40C430","F6977801-C1A7-445C-9BF1-8A1019E202FB","8C9157AE-0343-4CFB-8186-1D5E05D2ECBE","DD3C23F8-6463-4EAE-959B-C486E27D9BDA","1E8D3752-D212-41F8-BC63-B094E0C80707","75C07D11-AE5D-4A36-B2D0-F2A6EA414E72","494AB1C0-2C09-49DE-B4AA-1F24DC7495FF","25199967-E3BA-4763-A704-37BD3152A5F7","8E4A5937-D1FA-4AF7-BD8D-B542C636CEF9","DDB23EF0-540C-4046-AD4D-C001E8A5F20C","FF45AAB3-E5C7-42A0-A704-F068DB2E2AF9","52850E3E-BE46-467C-A381-902F5E4859FD","147F9160-7168-44A4-9EA4-A36466EE1F52","8E4FB238-FC20-4DA7-AC9F-6921EBBD5609","3D09A998-5E60-4E94-9C6A-B08E7D98F02A","B8986B95-68A4-4212-8560-C86C8F7B3B3C","81BAFCDC-090F-4A92-8AD6-C3127620CCF4","3663625F-2BB0-494C-A467-04148A441F42","E317B4A8-7C61-4596-A167-756C64AC682E","5581215C-BCA6-4A31-ABCA-2AF175BD09F8","2B5DB134-BF72-4EC1-90C6-7FB656E73A2D","D48D0C9C-E593-449E-A190-63D932A254F6","9B669FE3-8FE7-481D-A520-AA432DBF4A8C","9302F656-F958-4685-AC86-2499CFC8917F","9A6F935C-827A-45B2-8ED2-697A36454ABD"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"17463":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":17464},"_Extent":{"__isSmartRef__":true,"id":17465},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":17466},"renderContextTable":{"__isSmartRef__":true,"id":17467},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":17468},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"17464":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17465":{"x":64.8979476392384,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17466":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17467":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"17468":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17469":{"x":10,"y":12.911539589749026,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17470":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"370AC1D7-D9CC-4078-9269-A77FEC0E8446","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"17471":{"style":{"__isSmartRef__":true,"id":17472},"chunkOwner":{"__isSmartRef__":true,"id":17462},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Tag:","__LivelyClassName__":"lively.morphic.TextChunk"},"17472":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"17473":{"x":64.8979476392384,"y":15,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17474":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"17475":{"morph":{"__isSmartRef__":true,"id":17462},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"17476":{"x":45.76052154281416,"y":-27.783027415339603,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17477":{"submorphs":[{"__isSmartRef__":true,"id":17478}],"scripts":[],"id":"AF387E15-55D6-4771-BADF-8258C4995F86","shape":{"__isSmartRef__":true,"id":17495},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":17511},"value":true,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":17512},"lighterFill":{"__isSmartRef__":true,"id":17498},"label":{"__isSmartRef__":true,"id":17478},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":17521},"name":"ObjectEditorTagChooser","partsBinMetaInfo":{"__isSmartRef__":true,"id":17522},"listMorph":null,"list":[],"renderContextTable":{"__isSmartRef__":true,"id":17523},"eventHandler":{"__isSmartRef__":true,"id":17524},"distanceToDragEvent":{"__isSmartRef__":true,"id":17525},"priorExtent":{"__isSmartRef__":true,"id":17526},"textString":"PartsBinBrowser","selection":"","_ClipMode":"visible","prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":16359},"setTargetToListSelection":"all","savedTextString":"all","derivationIds":[225,"7F83847B-D0B1-4A31-8601-43424B97C858","E08FC110-71D7-4FFD-B4A8-08F8147B95BA","5534107D-C5C9-48DD-A1ED-B87E9D9B672C","0B89FA7A-768C-4062-98AE-C455E8DAFF19","799320C6-CFBA-40E7-B03D-64BFE9B78248","9B650AA3-271B-4E72-B230-51C6F64B7462","C95D3672-724C-4C2C-9CDD-EF308062F627","C66EBEEC-B7CE-4DD9-8BDF-905F071F965D","D68B143A-A712-4FD0-8803-62CCB4C7F763","ED802271-AE5C-4BE9-AC4E-7CED44BC864B","1BD989CB-146C-431F-8B15-9199C4CD5D32","42172AA4-1B06-4C5B-9BB7-FAED1206CF34","32DFAF99-E6F8-426B-829D-FD6C2BCB8FAA","9B4BF2BE-49D5-4B9D-8F38-1692443069A9","FCAB3690-731A-45E7-984F-843DFE705AF1","94B10A66-8219-43AD-B902-DA999A66222D","BB0E2EB7-ABCE-44C7-96E7-6679FB2981D1","2FCEE551-302B-46C9-B646-3B9BE9187182","B4267F52-1ACC-42A1-904D-E9F7D485D8AB","14770110-045A-4BE4-BCF2-7C886DF70F7D","9E7D94CF-0B6B-46CF-8E70-02E592FCCBE4","4F77F8B2-B1EF-4DDF-B172-458AC265465D","35C172F2-543B-4550-97F4-4EE4052AA2D5","14A14196-D28C-4A5A-BB9B-25C54418282B","9734A2F2-A400-43FF-85D8-0866922AA625","75644687-CE10-4681-82D8-9CA530C3978C","14AA9D20-15F5-4DA4-AB5A-4F052D327C49"],"isCopyMorphRef":true,"morphRefId":156,"_Rotation":0,"_Scale":1,"isPressed":false,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17527},"__LivelyClassName__":"lively.morphic.Button"},"17478":{"submorphs":[],"scripts":[],"id":"ED3E8E23-485F-4F0E-8198-4D697B8372A2","shape":{"__isSmartRef__":true,"id":17479},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":130,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":17485},"textColor":{"__isSmartRef__":true,"id":17482},"owner":{"__isSmartRef__":true,"id":17477},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":17486}],"padding":{"__isSmartRef__":true,"id":17488},"_Padding":{"__isSmartRef__":true,"id":17488},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":17489},"attributeConnections":[{"__isSmartRef__":true,"id":17490}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"renderContextTable":{"__isSmartRef__":true,"id":17491},"eventHandler":{"__isSmartRef__":true,"id":17492},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":130,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":10,"derivationIds":[226,"03DBF3F8-8EA2-4426-BA64-C4297DDAB015","B8F87302-BEC3-48CD-9BBA-6C7DBB6287E1","4AA6AE51-338B-4E3E-814B-9F99C693A2D5","08F6CE56-AD91-4C27-9429-C3DEA313696C","D39C963C-FD24-4498-A6D8-71E5102CE58A","132C2A9E-3466-4051-AAEA-6E485A91F408","DB8BC4A1-ED41-446B-AB6C-7E73DD857B5D","567FC668-A57C-41CB-8252-8912826B3144","D0B0775F-C8E7-49EB-BBB2-C7BB7DD464BF","AABED87D-D7C0-494A-8803-26F4601E35FF","696C3A2A-C695-4D17-A044-41A73436AB8D","206A0BFD-6997-4E0E-9193-089D1F66B22A","F2F1F966-6C41-4EBA-AFCE-FAE8C79AA696","64A754E9-7083-4CAE-B5C2-7B436EFFE4BA","64737503-A352-42CC-A249-667DA2B42746","9218F1CA-E23F-4E1A-89C3-DB19DE720861","CF7EAC38-1041-4B83-B087-359885B8528B","84469C7C-C93D-4F16-ACAA-0045A4A37FCA","9D3DD447-66A0-4B4A-B378-FB864D8C1468","163D1C2B-EDE9-4F8F-B466-EF9F4CB14384","6CE3BAA4-D4EB-4CFA-970B-64F206F8B8E0","CF1EF55F-FFF2-4B96-A3ED-C4B74ECD878D","F03ED5DA-63A4-4555-9AF2-5CBE36B5D265","2E3C41C1-B84B-4CCB-928F-C0F1D90D19C8","C0AA4FAB-9105-4459-A90F-97D3E7145B9A","9AE44ACB-F6EB-45BE-B75A-75070FA3F930","C7F0A877-150B-4685-827E-03F387B33BA1"],"_TextColor":{"__isSmartRef__":true,"id":17493},"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":17494},"__LivelyClassName__":"lively.morphic.Text"},"17479":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":17480},"_Extent":{"__isSmartRef__":true,"id":17481},"_BorderColor":{"__isSmartRef__":true,"id":17482},"renderContextTable":{"__isSmartRef__":true,"id":17483},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":17484},"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"17480":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17481":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17482":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17483":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"17484":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17485":{"x":2,"y":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17486":{"style":{"__isSmartRef__":true,"id":17487},"chunkOwner":{"__isSmartRef__":true,"id":17478},"storedString":"all","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"17487":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"17488":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17489":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17490":{"sourceObj":{"__isSmartRef__":true,"id":17478},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":17477},"targetMethodName":"selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"17491":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"17492":{"morph":{"__isSmartRef__":true,"id":17478},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"17493":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17494":{"requiredModules":[],"idOnLoad":"ED3E8E23-485F-4F0E-8198-4D697B8372A2","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"17495":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":17496},"_Extent":{"__isSmartRef__":true,"id":17497},"_Fill":{"__isSmartRef__":true,"id":17498},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":17508},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":17509},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":17510},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"17496":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17497":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17498":{"stops":[{"__isSmartRef__":true,"id":17499},{"__isSmartRef__":true,"id":17501},{"__isSmartRef__":true,"id":17503},{"__isSmartRef__":true,"id":17505}],"vector":{"__isSmartRef__":true,"id":17507},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"17499":{"offset":0,"color":{"__isSmartRef__":true,"id":17500}},"17500":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17501":{"offset":0.4,"color":{"__isSmartRef__":true,"id":17502}},"17502":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17503":{"offset":0.6,"color":{"__isSmartRef__":true,"id":17504}},"17504":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17505":{"offset":1,"color":{"__isSmartRef__":true,"id":17506}},"17506":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17507":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17508":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17509":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"17510":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17511":{"x":39.12381412396891,"y":10.000000000000057,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17512":{"stops":[{"__isSmartRef__":true,"id":17513},{"__isSmartRef__":true,"id":17515},{"__isSmartRef__":true,"id":17517},{"__isSmartRef__":true,"id":17519}],"vector":{"__isSmartRef__":true,"id":17507},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"17513":{"offset":0,"color":{"__isSmartRef__":true,"id":17514}},"17514":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17515":{"offset":0.4,"color":{"__isSmartRef__":true,"id":17516}},"17516":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17517":{"offset":0.6,"color":{"__isSmartRef__":true,"id":17518}},"17518":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17519":{"offset":1,"color":{"__isSmartRef__":true,"id":17520}},"17520":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17521":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17522":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","idOnLoad":"AF387E15-55D6-4771-BADF-8258C4995F86","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"17523":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"17524":{"morph":{"__isSmartRef__":true,"id":17477},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"17525":{"x":85.7442776093583,"y":-11.582832083333244,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17526":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17527":{"createListMorph":{"__isSmartRef__":true,"id":17528},"getList":{"__isSmartRef__":true,"id":17532},"removeList":{"__isSmartRef__":true,"id":17536},"reset":{"__isSmartRef__":true,"id":17540},"onMouseUp":{"__isSmartRef__":true,"id":17544},"onBlur":{"__isSmartRef__":true,"id":17552},"setTag":{"__isSmartRef__":true,"id":17560}},"17528":{"varMapping":{"__isSmartRef__":true,"id":17529},"source":"function createListMorph() {\n var items = this.getList();\n\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\n\n var listMorph = new lively.morphic.List(extent);\n listMorph.setList(items);\n listMorph.setFontSize(10);\n\n listMorph.disableGrabbing();\n listMorph.disableDragging();\n \n connect(listMorph, 'selection', this, 'setTag');\n \n return listMorph;\n}","funcProperties":{"__isSmartRef__":true,"id":17530},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17529":{"this":{"__isSmartRef__":true,"id":17477}},"17530":{"timestamp":{"__isSmartRef__":true,"id":17531},"user":"lauritz","categories":[]},"17531":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:35:59 GMT+0100 (Mitteleuropäische Zeit)"},"17532":{"varMapping":{"__isSmartRef__":true,"id":17533},"source":"function getList() {\n if (!this.owner.target) return [''];\n\n var target = this.owner.target;\n\n var tags = Functions.own(target).collect(function (each) {\n return target[each].tags || [];\n }).flatten().uniq();\n\n var sortedTags = tags.sortBy(function(name) { \n return name.toLowerCase() \n });\n \n sortedTags.unshift('all'); \n return sortedTags;\n}","funcProperties":{"__isSmartRef__":true,"id":17534},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17533":{"this":{"__isSmartRef__":true,"id":17477}},"17534":{"timestamp":{"__isSmartRef__":true,"id":17535},"user":"lauritz","tags":[]},"17535":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:25 GMT+0100 (Mitteleuropäische Zeit)"},"17536":{"varMapping":{"__isSmartRef__":true,"id":17537},"source":"function removeList() {\n this.listMorph && this.listMorph.remove()\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":17538},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17537":{"this":{"__isSmartRef__":true,"id":17477}},"17538":{"timestamp":{"__isSmartRef__":true,"id":17539},"user":"lauritz","categories":[]},"17539":{"isSerializedDate":true,"string":"Thu Nov 17 2011 19:06:51 GMT+0100 (Mitteleuropäische Zeit)"},"17540":{"varMapping":{"__isSmartRef__":true,"id":17541},"source":"function reset() {\n this.list = [];\n this.setLabel('all');\n this.label.setAlign('left');\n this.removeList();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\n}","funcProperties":{"__isSmartRef__":true,"id":17542},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17541":{"this":{"__isSmartRef__":true,"id":17477}},"17542":{"timestamp":{"__isSmartRef__":true,"id":17543},"user":"lauritz","tags":[]},"17543":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:53 GMT+0100 (Mitteleuropäische Zeit)"},"17544":{"varMapping":{"__isSmartRef__":true,"id":17545},"source":"function onMouseUp(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n this.removeList();\n return true;\n } \n if (this.getList().size() < 2) return;\n var list = this.createListMorph();\n this.addMorph(list);\n this.listMorph = list;\n return true;\n}","funcProperties":{"__isSmartRef__":true,"id":17550},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17545":{"this":{"__isSmartRef__":true,"id":17477},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17546}},"17546":{"$super":{"__isSmartRef__":true,"id":17547}},"17547":{"varMapping":{"__isSmartRef__":true,"id":17548},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":17549},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17548":{"obj":{"__isSmartRef__":true,"id":17477},"name":"onMouseUp"},"17549":{},"17550":{"timestamp":{"__isSmartRef__":true,"id":17551},"user":"lauritz","categories":[]},"17551":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:59:16 GMT+0100 (Mitteleuropäische Zeit)"},"17552":{"varMapping":{"__isSmartRef__":true,"id":17553},"source":"function onBlur(evt) {\n $super(evt);\n \n // workaround - otherwise other morphs get this event\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\n this.removeList();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":17558},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17553":{"this":{"__isSmartRef__":true,"id":17477},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17554}},"17554":{"$super":{"__isSmartRef__":true,"id":17555}},"17555":{"varMapping":{"__isSmartRef__":true,"id":17556},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":17557},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17556":{"obj":{"__isSmartRef__":true,"id":17477},"name":"onBlur"},"17557":{},"17558":{"timestamp":{"__isSmartRef__":true,"id":17559},"user":"lauritz","categories":[]},"17559":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:10:03 GMT+0100 (Mitteleuropäische Zeit)"},"17560":{"varMapping":{"__isSmartRef__":true,"id":17561},"source":"function setTag(tag) {\n this.setLabel(tag || '');\n this.label.setAlign('left');\n this.owner.setTag(tag);\n}","funcProperties":{"__isSmartRef__":true,"id":17562},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17561":{"this":{"__isSmartRef__":true,"id":17477}},"17562":{"timestamp":{"__isSmartRef__":true,"id":17563},"user":"lauritz","categories":[]},"17563":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:36:12 GMT+0100 (Mitteleuropäische Zeit)"},"17564":{"submorphs":[{"__isSmartRef__":true,"id":17565}],"scripts":[],"id":"502C818A-D5D4-4EC8-8402-A9D193DD5AB5","shape":{"__isSmartRef__":true,"id":17581},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":17585},"lighterFill":{"__isSmartRef__":true,"id":17597},"label":{"__isSmartRef__":true,"id":17565},"name":"Button","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":17606},"attributeConnections":[{"__isSmartRef__":true,"id":17607}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":17643},"renderContextTable":{"__isSmartRef__":true,"id":17644},"eventHandler":{"__isSmartRef__":true,"id":17645},"distanceToDragEvent":{"__isSmartRef__":true,"id":17646},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","87E42FF6-3862-481D-97D6-643676E15F32","4F370A81-5A80-4821-8ECC-D52B56F31E15","1C6D1DC9-2F9B-4DC4-B453-1CA45B17C516","0E8EC0BF-934B-410B-AEC2-0ECA8C8F774D","97086CE7-CD46-4035-A371-02A41D555A66","E342B91D-F54B-4DA8-8AE7-10C59CE22B41","A838C48E-4033-4688-8DCF-20659BD824FF","E9BBC453-FFF6-4EE8-BDB0-605D5D4557AE","B6FB81D1-145B-40F9-ACF1-17276DA45EBA","09C79781-5461-4815-88DE-22FB67558136","85A5FA10-01D9-4051-8D56-29DB02CF8817","6E2F44D0-D69A-4DD7-91AD-0B0E1E871633","66FB4A47-82E6-417D-8248-4038D0CBBF5A","3CDC67E7-CAC7-4636-B7FF-50D008C6EB0D","4475CB12-8CFB-41DB-9399-EC6B68E18BA3","7F85A497-E12D-4AF0-9F99-2BD0F786B67B","49D5CDCC-00C1-4169-BEF2-1D34B02505A3","B30B4A09-78F4-4AB0-803D-16EE863F1E36","C9AE90CC-CC89-4ED2-A639-73588D305687","EE940AEC-4664-46DB-A3FB-C942C4AF886E","4B9BB3C1-20D6-4267-ABBF-06297806A262","18FCA2C2-33CE-4479-A223-80C8BB96B4B5"],"_Position":{"__isSmartRef__":true,"id":17647},"owner":{"__isSmartRef__":true,"id":16359},"layout":{"__isSmartRef__":true,"id":17648},"_ClipMode":"visible","isCopyMorphRef":true,"morphRefId":157,"_Rotation":0,"_Scale":0.994014980014994,"isPressed":false,"__LivelyClassName__":"lively.morphic.Button"},"17565":{"submorphs":[],"scripts":[],"id":"3B7CF2A1-369A-4C39-93BA-F14D49D12A76","shape":{"__isSmartRef__":true,"id":17566},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":17572},"_MaxTextWidth":81.90968415810595,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":17573},"_Padding":{"__isSmartRef__":true,"id":17574},"owner":{"__isSmartRef__":true,"id":17564},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":17575},"textChunks":[{"__isSmartRef__":true,"id":17576}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":17578},"eventHandler":{"__isSmartRef__":true,"id":17579},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","BA4EC8D2-AB29-4F9F-B5A0-715A4746A4C4","56735895-BA99-4D98-9866-AA5DBD86237E","81041CF7-31DB-4F65-BB39-FE438A4F266F","D03829B3-268E-40A0-A440-3E4BAC344F30","714637F0-714A-4833-909B-BA4AF1B4628B","DC956E73-7398-4CAF-B6F2-9A226E344396","C1F72D31-1F49-4C0C-ACF3-C3AD7E698D2F","39386C7E-9099-4159-BFE9-80AD37319211","2764FB6E-70D1-4BC5-B3CB-9979A48B8205","C55C8A7C-412C-453E-A99F-CE78C2AADB94","4BD9A8D4-2EC1-40AC-A1CE-5F1347B0152D","3450EAEB-E3D2-4FAF-98DF-354B3B8715D6","C906736E-48DF-4054-BA5A-A089610456D7","DE5C59FB-90A6-4DD4-AC39-5CC8B3912969","5830FB93-49A1-4A31-A687-69C4579D5FA7","7889CED9-02AC-42C5-B990-2807E18E67F9","98C118A0-098D-4EF3-876E-AF538259D430","127417C3-9163-4912-BBC0-D6A4D31F1C74","16312680-F116-4EC7-A121-380C146DA953","E45444EC-7AB2-4FB5-B37B-3B263F8E14E6","BEE41622-741C-4085-921B-C149E4D90B7B","24E559ED-CF61-4C8D-8FE2-70C7FF8B9FA2"],"_MinTextWidth":81.90968415810595,"_MinTextHeight":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":17580},"__LivelyClassName__":"lively.morphic.Text"},"17566":{"position":{"__isSmartRef__":true,"id":17567},"_Extent":{"__isSmartRef__":true,"id":17568},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":17569},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":17570},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":17571},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"17567":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17568":{"x":85.90968415810595,"y":20.99999999999992,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17569":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17570":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"17571":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17572":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17573":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17574":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17575":{"x":85.90968415810595,"y":20.99999999999992,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17576":{"style":{"__isSmartRef__":true,"id":17577},"chunkOwner":{"__isSmartRef__":true,"id":17565},"storedString":"run","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"17577":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"17578":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"17579":{"morph":{"__isSmartRef__":true,"id":17565},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"17580":{"requiredModules":[],"idOnLoad":"3B7CF2A1-369A-4C39-93BA-F14D49D12A76","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"17581":{"position":{"__isSmartRef__":true,"id":17582},"_Extent":{"__isSmartRef__":true,"id":17583},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":17584},"_Fill":{"__isSmartRef__":true,"id":17585},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":17595},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":17596},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"17582":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17583":{"x":85.90968415810595,"y":20.99999999999992,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17584":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17585":{"stops":[{"__isSmartRef__":true,"id":17586},{"__isSmartRef__":true,"id":17588},{"__isSmartRef__":true,"id":17590},{"__isSmartRef__":true,"id":17592}],"vector":{"__isSmartRef__":true,"id":17594},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"17586":{"offset":0,"color":{"__isSmartRef__":true,"id":17587}},"17587":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17588":{"offset":0.4,"color":{"__isSmartRef__":true,"id":17589}},"17589":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17590":{"offset":0.6,"color":{"__isSmartRef__":true,"id":17591}},"17591":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17592":{"offset":1,"color":{"__isSmartRef__":true,"id":17593}},"17593":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17594":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17595":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"17596":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17597":{"stops":[{"__isSmartRef__":true,"id":17598},{"__isSmartRef__":true,"id":17600},{"__isSmartRef__":true,"id":17602},{"__isSmartRef__":true,"id":17604}],"vector":{"__isSmartRef__":true,"id":17594},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"17598":{"offset":0,"color":{"__isSmartRef__":true,"id":17599}},"17599":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17600":{"offset":0.4,"color":{"__isSmartRef__":true,"id":17601}},"17601":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17602":{"offset":0.6,"color":{"__isSmartRef__":true,"id":17603}},"17603":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17604":{"offset":1,"color":{"__isSmartRef__":true,"id":17605}},"17605":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17606":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"502C818A-D5D4-4EC8-8402-A9D193DD5AB5","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"17607":{"sourceObj":{"__isSmartRef__":true,"id":17564},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":16359},"targetMethodName":"runScript","visualConnector":{"__isSmartRef__":true,"id":17608},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"17608":{"submorphs":[{"__isSmartRef__":true,"id":17609}],"scripts":[],"shape":{"__isSmartRef__":true,"id":17624},"derivationIds":[null],"id":"C89B50A0-17E7-4D22-AE1D-5112520DAEE7","renderContextTable":{"__isSmartRef__":true,"id":17631},"eventHandler":{"__isSmartRef__":true,"id":17632},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":17633},{"__isSmartRef__":true,"id":17634}],"con":{"__isSmartRef__":true,"id":17607},"showsMorphMenu":true,"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17635},"__LivelyClassName__":"lively.morphic.Path"},"17609":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":17610},"derivationIds":[null],"id":"2A71BE9E-6820-46AF-ACED-3C9BDCC918AF","renderContextTable":{"__isSmartRef__":true,"id":17621},"eventHandler":{"__isSmartRef__":true,"id":17622},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":17623},"owner":{"__isSmartRef__":true,"id":17608},"_Rotation":-3.130064002485303,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"17610":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":17611},{"__isSmartRef__":true,"id":17612},{"__isSmartRef__":true,"id":17613},{"__isSmartRef__":true,"id":17614}],"renderContextTable":{"__isSmartRef__":true,"id":17615},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":17616},"_Extent":{"__isSmartRef__":true,"id":17617},"_Padding":{"__isSmartRef__":true,"id":17618},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":17619},"_Fill":{"__isSmartRef__":true,"id":17620},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"17611":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"17612":{"isAbsolute":true,"x":-12,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"17613":{"isAbsolute":true,"x":4,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"17614":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"17615":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"17616":{"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17617":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17618":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17619":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17620":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17621":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"17622":{"morph":{"__isSmartRef__":true,"id":17609},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"17623":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17624":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":17625},{"__isSmartRef__":true,"id":17626}],"renderContextTable":{"__isSmartRef__":true,"id":17627},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":17628},"_Extent":{"__isSmartRef__":true,"id":17629},"_Padding":{"__isSmartRef__":true,"id":17630},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":17619},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"17625":{"isAbsolute":true,"x":829.7085000406639,"y":9.565843617262885,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"17626":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"17627":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"17628":{"x":-1,"y":-1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17629":{"x":831,"y":11,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17630":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17631":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"17632":{"morph":{"__isSmartRef__":true,"id":17608},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"17633":{"morph":{"__isSmartRef__":true,"id":17608},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"17634":{"morph":{"__isSmartRef__":true,"id":17608},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":17609},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"17635":{"morphMenuItems":{"__isSmartRef__":true,"id":17636}},"17636":{"varMapping":{"__isSmartRef__":true,"id":17637},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":17642},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17637":{"this":{"__isSmartRef__":true,"id":17608},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17638}},"17638":{"$super":{"__isSmartRef__":true,"id":17639}},"17639":{"varMapping":{"__isSmartRef__":true,"id":17640},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":17641},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17640":{"obj":{"__isSmartRef__":true,"id":17608},"name":"morphMenuItems"},"17641":{},"17642":{},"17643":{"x":85.90968415810595,"y":20.999999999999922,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17644":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"17645":{"morph":{"__isSmartRef__":true,"id":17564},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"17646":{"x":65.36007260115605,"y":-14.046886175395628,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17647":{"x":802.663037127869,"y":9.568322570781788,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17648":{"centeredHorizontal":false,"moveHorizontal":true},"17649":{"submorphs":[{"__isSmartRef__":true,"id":17650}],"scripts":[],"id":"DC9715F8-A2A4-49F0-A183-A8A38E6874E8","shape":{"__isSmartRef__":true,"id":17666},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":17670},"lighterFill":{"__isSmartRef__":true,"id":17682},"label":{"__isSmartRef__":true,"id":17650},"name":"saveButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":17691},"attributeConnections":[{"__isSmartRef__":true,"id":17692}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":17728},"renderContextTable":{"__isSmartRef__":true,"id":17729},"eventHandler":{"__isSmartRef__":true,"id":17730},"distanceToDragEvent":{"__isSmartRef__":true,"id":17731},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","D686F0CB-027B-4CA9-8B8D-9306389B219D","F51327CB-803E-4234-BFB3-6F5252D1C936","A79280E8-6AE3-4016-AF47-CE78F71924C6","B05829EB-D452-4D81-983B-E2CE425C8260","32B117E5-52D8-4843-B80E-090B9817E099","49AC923E-5272-4E3C-8F02-4F2AED2BC4E9","85AAEA9C-5E12-4DEC-8994-9A5FE655A740","2A7FF9BF-85D3-4962-8EB4-0F7016C672EB","3BB17748-B91B-43F5-84BE-2537402A6382","8BA10BD3-43C5-4A41-B9D9-DCD8C74EA208","8BADA640-EDC1-41B2-BEF3-0F2520EA25DD","CAFB5342-EFD3-483E-AE4A-343D211653EF","C3DC8C6F-A36C-4456-AF34-B0A318C1AAD8","88093937-29BB-43FC-AD82-4A0A4BDC349F","27E1FA12-CE4A-4C1F-891F-EEEF92BD672F","A12311D6-23C1-4711-9271-5B582F89F15B","D3CD03E2-4D6E-45C8-B377-27AD2E7F03FE","9F886CE3-5F38-441E-A12D-211DF2E22FF7","49B7B62E-2D66-455C-B5A2-5CCED2BDE9DF","C51C9F33-AF29-408D-AC6A-10CDC09915F3","FDF8D771-6D29-4E4C-A938-117DA61A518F","953C112F-629E-4F49-8657-3CF2DADEA7DA","07C29B93-3020-4951-BBCA-9AF7AFC2C4B6"],"layout":{"__isSmartRef__":true,"id":17732},"_Position":{"__isSmartRef__":true,"id":17733},"owner":{"__isSmartRef__":true,"id":16359},"_ClipMode":"visible","isCopyMorphRef":true,"morphRefId":158,"_Rotation":0,"_Scale":0.9880657804942089,"isPressed":false,"__LivelyClassName__":"lively.morphic.Button"},"17650":{"submorphs":[],"scripts":[],"id":"2DEB1833-C144-4E8C-B8BB-DCFC943BC94B","shape":{"__isSmartRef__":true,"id":17651},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":17657},"_MaxTextWidth":78.78258942335096,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":17658},"_Padding":{"__isSmartRef__":true,"id":17659},"owner":{"__isSmartRef__":true,"id":17649},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":17660},"textChunks":[{"__isSmartRef__":true,"id":17661}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":17663},"eventHandler":{"__isSmartRef__":true,"id":17664},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","9AECBFB8-25A5-483F-86AD-D7CF9ABC9A25","918C6CC4-3540-4341-BAFD-B195F7807FEE","5AABB138-5EE8-40A5-AB3C-5A9625D0A353","4529D79B-4CC5-467E-91F8-661C3A5F49F8","1E5E570C-FD42-45E3-A7F6-768BB14ACD14","A13FB4E0-72F2-4E7C-A861-EDCBA1393860","B8E4C964-4FFF-4A9F-B0A9-612546B1DC8C","002A2173-D26D-4EED-8906-A489C1E158C0","63362D04-B829-41E6-9E68-5B8DB03D382F","996B60A4-8698-448F-A35F-79C768B4976B","F0727398-A1F0-47F5-92CF-BB9677FA05FA","38707063-D664-49A0-B2FB-F0666EC532D5","0402FB51-915F-4491-8FA1-553F0D8F7F35","5A35285D-C6A5-4830-97D9-0890A3F33F39","53121F0B-7DA5-4622-AC08-DD4805D53374","6C84E15D-112D-4C04-87C1-937691E296A7","7A4CC818-03C7-45D0-B138-245483387166","2B7B25EF-775E-4809-A470-9E52336F8DBD","1DE44564-3D45-4620-B4E6-0B0239180C65","CCCF55E9-750A-45D9-AD42-21333052C5F8","46ADBDE8-6149-4CAF-BBF6-8AEB2C161F08","BBAE9210-C641-4189-BDC9-F55EDF7AC7CA","ADC668C2-0BB1-4CEC-8C7E-C21512E9F2DF"],"_MinTextWidth":78.78258942335096,"_MinTextHeight":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":17665},"__LivelyClassName__":"lively.morphic.Text"},"17651":{"position":{"__isSmartRef__":true,"id":17652},"_Extent":{"__isSmartRef__":true,"id":17653},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":17654},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":17655},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":17656},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"17652":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17653":{"x":82.78258942335096,"y":20.99999999999999,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17654":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17655":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"17656":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17657":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17658":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17659":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17660":{"x":82.78258942335096,"y":20.99999999999999,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17661":{"style":{"__isSmartRef__":true,"id":17662},"chunkOwner":{"__isSmartRef__":true,"id":17650},"storedString":"save","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"17662":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"17663":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"17664":{"morph":{"__isSmartRef__":true,"id":17650},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"17665":{"requiredModules":[],"idOnLoad":"2DEB1833-C144-4E8C-B8BB-DCFC943BC94B","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"17666":{"position":{"__isSmartRef__":true,"id":17667},"_Extent":{"__isSmartRef__":true,"id":17668},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":17669},"_Fill":{"__isSmartRef__":true,"id":17670},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":17680},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":17681},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"17667":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17668":{"x":82.78258942335096,"y":20.99999999999999,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17669":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17670":{"stops":[{"__isSmartRef__":true,"id":17671},{"__isSmartRef__":true,"id":17673},{"__isSmartRef__":true,"id":17675},{"__isSmartRef__":true,"id":17677}],"vector":{"__isSmartRef__":true,"id":17679},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"17671":{"offset":0,"color":{"__isSmartRef__":true,"id":17672}},"17672":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17673":{"offset":0.4,"color":{"__isSmartRef__":true,"id":17674}},"17674":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17675":{"offset":0.6,"color":{"__isSmartRef__":true,"id":17676}},"17676":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17677":{"offset":1,"color":{"__isSmartRef__":true,"id":17678}},"17678":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17679":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17680":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"17681":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17682":{"stops":[{"__isSmartRef__":true,"id":17683},{"__isSmartRef__":true,"id":17685},{"__isSmartRef__":true,"id":17687},{"__isSmartRef__":true,"id":17689}],"vector":{"__isSmartRef__":true,"id":17679},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"17683":{"offset":0,"color":{"__isSmartRef__":true,"id":17684}},"17684":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17685":{"offset":0.4,"color":{"__isSmartRef__":true,"id":17686}},"17686":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17687":{"offset":0.6,"color":{"__isSmartRef__":true,"id":17688}},"17688":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17689":{"offset":1,"color":{"__isSmartRef__":true,"id":17690}},"17690":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17691":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"DC9715F8-A2A4-49F0-A183-A8A38E6874E8","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"17692":{"sourceObj":{"__isSmartRef__":true,"id":17649},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":16855},"targetMethodName":"doSave","visualConnector":{"__isSmartRef__":true,"id":17693},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"17693":{"submorphs":[{"__isSmartRef__":true,"id":17694}],"scripts":[],"shape":{"__isSmartRef__":true,"id":17709},"derivationIds":[null],"id":"F46012D5-C8BE-4E52-BF98-D052FDAAE17A","renderContextTable":{"__isSmartRef__":true,"id":17716},"eventHandler":{"__isSmartRef__":true,"id":17717},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":17718},{"__isSmartRef__":true,"id":17719}],"con":{"__isSmartRef__":true,"id":17692},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17720},"__LivelyClassName__":"lively.morphic.Path"},"17694":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":17695},"derivationIds":[null],"id":"A2A83C78-09B8-473C-829B-198206D7A9E4","renderContextTable":{"__isSmartRef__":true,"id":17706},"eventHandler":{"__isSmartRef__":true,"id":17707},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":17708},"owner":{"__isSmartRef__":true,"id":17693},"_Rotation":3.077607197692381,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"17695":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":17696},{"__isSmartRef__":true,"id":17697},{"__isSmartRef__":true,"id":17698},{"__isSmartRef__":true,"id":17699}],"renderContextTable":{"__isSmartRef__":true,"id":17700},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":17701},"_Extent":{"__isSmartRef__":true,"id":17702},"_Padding":{"__isSmartRef__":true,"id":17703},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":17704},"_Fill":{"__isSmartRef__":true,"id":17705},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"17696":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"17697":{"isAbsolute":true,"x":-12,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"17698":{"isAbsolute":true,"x":4,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"17699":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"17700":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"17701":{"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17702":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17703":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17704":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17705":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17706":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"17707":{"morph":{"__isSmartRef__":true,"id":17694},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"17708":{"x":201.20421122525056,"y":40.24084224505009,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17709":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":17710},{"__isSmartRef__":true,"id":17711}],"renderContextTable":{"__isSmartRef__":true,"id":17712},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":17713},"_Extent":{"__isSmartRef__":true,"id":17714},"_Padding":{"__isSmartRef__":true,"id":17715},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":17704},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"17710":{"isAbsolute":true,"x":679.4857209639925,"y":9.595948897894004,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"17711":{"isAbsolute":true,"x":201.20421122525056,"y":40.24084224505009,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"17712":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"17713":{"x":200,"y":9,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17714":{"x":480,"y":32,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17715":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17716":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"17717":{"morph":{"__isSmartRef__":true,"id":17693},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"17718":{"morph":{"__isSmartRef__":true,"id":17693},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"17719":{"morph":{"__isSmartRef__":true,"id":17693},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":17694},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"17720":{"morphMenuItems":{"__isSmartRef__":true,"id":17721}},"17721":{"varMapping":{"__isSmartRef__":true,"id":17722},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":17727},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17722":{"this":{"__isSmartRef__":true,"id":17693},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17723}},"17723":{"$super":{"__isSmartRef__":true,"id":17724}},"17724":{"varMapping":{"__isSmartRef__":true,"id":17725},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":17726},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17725":{"obj":{"__isSmartRef__":true,"id":17693},"name":"morphMenuItems"},"17726":{},"17727":{},"17728":{"x":83.79466778872035,"y":20.99999999999999,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17729":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"17730":{"morph":{"__isSmartRef__":true,"id":17649},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"17731":{"x":62.581934788626654,"y":-18.016780854503224,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17732":{"centeredHorizontal":false,"moveHorizontal":true},"17733":{"x":717.2995239070133,"y":9.53851695196505,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17734":{"submorphs":[{"__isSmartRef__":true,"id":17735}],"scripts":[],"id":"A0E7989E-F34E-4CA2-AB33-E4849796DBB1","shape":{"__isSmartRef__":true,"id":17751},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":17767},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":17755},"lighterFill":{"__isSmartRef__":true,"id":17768},"label":{"__isSmartRef__":true,"id":17735},"name":"openTestsButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":17777},"attributeConnections":[{"__isSmartRef__":true,"id":17778}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":17779},"renderContextTable":{"__isSmartRef__":true,"id":17780},"eventHandler":{"__isSmartRef__":true,"id":17781},"distanceToDragEvent":{"__isSmartRef__":true,"id":17782},"derivationIds":[7251,"84054D2E-8176-440D-B413-279956A34FC2","79434046-F834-490E-B705-0CE871D9E8B3","FF38CA79-C0DF-4F2F-8FC3-407571EF6A54","B1D50332-9F4F-4F7C-AC3F-95DC6C73EAA4","5B8D7C39-987A-4849-BFFD-3F316CE03852","F7C30F5C-7270-44B1-ADFF-7473F2012DB0","5142302E-3E9A-476B-AB24-B2448DA6D3E4","FEA3C508-593D-4BC7-B645-8B5630CF2EDE","34DBC442-E1DE-42D7-8C63-BA9A1890C994","4F9067A3-5A5C-4637-A76F-7E590CEE2BDA","ADF74818-537A-4669-A455-9509BA7BD7E5","AFCD7FA7-5429-4B1A-B8B8-AB03C18ABA08","604C352D-0347-4329-A299-EAA3FF90B543","46C5ED11-DE03-428F-A758-5308B3D323B5","7C978B2A-9109-42E1-95C5-A59CC74BD31B","C430AEC4-38F4-4647-8D54-13438ED97580","E8E28FBC-2406-4CD2-9C9C-5C4D7E210715","922479BC-DB5B-43B3-AC50-04518BC24F9A","1CC80D43-AF76-47B7-BE05-909397789E0D","D4C0B1DB-1A53-41C3-BAFB-F86F4A30F309","93F88D8D-58DA-42CD-87BE-89746E6E9FF7","79A2D2F7-E412-4BB1-8D69-F38AD608620B"],"owner":{"__isSmartRef__":true,"id":16359},"_ClipMode":"visible","isCopyMorphRef":true,"morphRefId":159,"_Rotation":0,"_Scale":0.9940149800149939,"isPressed":false,"__LivelyClassName__":"lively.morphic.Button"},"17735":{"submorphs":[],"scripts":[],"id":"F781CA4C-CCA1-40E0-9347-5CE5CEC55805","shape":{"__isSmartRef__":true,"id":17736},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":17742},"_MaxTextWidth":75.8735578213487,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":17743},"_Padding":{"__isSmartRef__":true,"id":17744},"owner":{"__isSmartRef__":true,"id":17734},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":17745},"textChunks":[{"__isSmartRef__":true,"id":17746}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":17748},"eventHandler":{"__isSmartRef__":true,"id":17749},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2","CB475566-05CE-43E2-B04D-EE32BC4CB718","6BB077CE-92E6-47BE-BE88-9A48488562D1","9E359973-2FDB-417B-BB06-AB34D52BD310","58F098ED-A190-44F2-B73E-80802B2CF2F6","AEA84B35-B349-4307-92C6-8F229705DFC2","A677CADF-24FF-4177-9A3A-FE9AAE7D60FE","0F875AD9-E54C-4735-9BA9-7B89574233A1","840EBE92-3BC2-42EC-819E-3CD002576490","78C4969D-2C33-4B17-9027-89B411B9F496","C9A3D112-C2BC-43A3-A3CA-A68F41A0E4CF","78CF2F1A-6697-4D03-AB2B-CAF862B4EDD6","8B416918-CA4B-46D1-8A3C-40F8A754E44D","01510710-A85B-4054-B0ED-7F2F02434806","8ABD23FB-E90C-4EEB-BF53-DF3C6ACF2BD4","8067199F-A419-4C5F-81C9-07B6053CF148","6C15584F-EEE8-4EBC-AA81-2722E5D85CD2","B9B088C4-9B58-412E-AF54-965225059B64","5159D73E-5845-46B5-A67C-DAAC7FBE8A94","E8C6AD05-AB83-4B59-8D83-D061720EBF2F","8B133FDB-79E8-461D-B96F-08C41BAD5F6B","F2805510-40B4-4F17-9FAB-E7AC4F8F5632"],"_MinTextWidth":75.8735578213487,"_MinTextHeight":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":17750},"__LivelyClassName__":"lively.morphic.Text"},"17736":{"position":{"__isSmartRef__":true,"id":17737},"_Extent":{"__isSmartRef__":true,"id":17738},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":17739},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":17740},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":17741},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"17737":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17738":{"x":79.8735578213487,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17739":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17740":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"17741":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17742":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17743":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17744":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17745":{"x":79.8735578213487,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17746":{"style":{"__isSmartRef__":true,"id":17747},"chunkOwner":{"__isSmartRef__":true,"id":17735},"storedString":"Tests","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"17747":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"17748":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"17749":{"morph":{"__isSmartRef__":true,"id":17735},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"17750":{"requiredModules":[],"idOnLoad":"F781CA4C-CCA1-40E0-9347-5CE5CEC55805","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"17751":{"position":{"__isSmartRef__":true,"id":17752},"_Extent":{"__isSmartRef__":true,"id":17753},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":17754},"_Fill":{"__isSmartRef__":true,"id":17755},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":17765},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":17766},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"17752":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17753":{"x":79.8735578213487,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17754":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17755":{"stops":[{"__isSmartRef__":true,"id":17756},{"__isSmartRef__":true,"id":17758},{"__isSmartRef__":true,"id":17760},{"__isSmartRef__":true,"id":17762}],"vector":{"__isSmartRef__":true,"id":17764},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"17756":{"offset":0,"color":{"__isSmartRef__":true,"id":17757}},"17757":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17758":{"offset":0.4,"color":{"__isSmartRef__":true,"id":17759}},"17759":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17760":{"offset":0.6,"color":{"__isSmartRef__":true,"id":17761}},"17761":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17762":{"offset":1,"color":{"__isSmartRef__":true,"id":17763}},"17763":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17764":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17765":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"17766":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17767":{"x":634.015908798265,"y":9,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17768":{"stops":[{"__isSmartRef__":true,"id":17769},{"__isSmartRef__":true,"id":17771},{"__isSmartRef__":true,"id":17773},{"__isSmartRef__":true,"id":17775}],"vector":{"__isSmartRef__":true,"id":17764},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"17769":{"offset":0,"color":{"__isSmartRef__":true,"id":17770}},"17770":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17771":{"offset":0.4,"color":{"__isSmartRef__":true,"id":17772}},"17772":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17773":{"offset":0.6,"color":{"__isSmartRef__":true,"id":17774}},"17774":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17775":{"offset":1,"color":{"__isSmartRef__":true,"id":17776}},"17776":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17777":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"A0E7989E-F34E-4CA2-AB33-E4849796DBB1","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"17778":{"sourceObj":{"__isSmartRef__":true,"id":17734},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":16359},"targetMethodName":"openPartTestRunner","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"17779":{"x":79.8735578213487,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17780":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"17781":{"morph":{"__isSmartRef__":true,"id":17734},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"17782":{"x":59.70298502940375,"y":-12.472848995726281,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17783":{"submorphs":[{"__isSmartRef__":true,"id":17784},{"__isSmartRef__":true,"id":17803}],"scripts":[],"id":"2AA20E41-2D65-4292-BE9D-AE5AF2E42CA3","shape":{"__isSmartRef__":true,"id":17815},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":17831},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":17819},"lighterFill":{"__isSmartRef__":true,"id":17832},"label":{"__isSmartRef__":true,"id":17784},"name":"MagnifierButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":17841},"attributeConnections":[{"__isSmartRef__":true,"id":17844}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":17845},"renderContextTable":{"__isSmartRef__":true,"id":17846},"eventHandler":{"__isSmartRef__":true,"id":17847},"derivationIds":[2588,"22797D34-67DE-4A06-81F0-4DF0A87ADBBC","81CB4C12-BCF0-4097-8B6D-D9419046367A","0767A57D-9BB2-48C6-9654-753D2B9D00A6","42871246-6725-4E41-A2C1-5A5BCF041097","BCE6E775-B5DF-4D6B-9F06-CDC02C1B1D0F","797EC165-A639-42D9-A059-669F6BEB92A7","FA498EFD-E50E-4CE0-9FA8-9AE2E8AE9580","4B68C371-CB37-45B4-910A-611E5FFC23DD","94E374B9-7ED4-4E39-96F1-6FD4E7AC3428","34D63515-7CC7-43FB-B7BB-87AFCA377D63","67A96A4E-2E4C-40E5-959C-15E197EE61CD","173C362F-825D-4E15-B245-DE2055328912","CAFD3EE8-16FC-40A4-91DE-6C8DD5F66466","9156AC94-8C9C-49C4-B4E4-9F6152590C77","F110F000-E5B3-4B91-A63A-4327DD75C89B","66371D2F-EDBD-4D17-81BB-F3F2D64B234A","865769D5-F845-4624-98BB-58E03979D895"],"_ClipMode":"visible","owner":{"__isSmartRef__":true,"id":16359},"distanceToDragEvent":{"__isSmartRef__":true,"id":17848},"highlightRectangle":{"__isSmartRef__":true,"id":17849},"isCopyMorphRef":true,"morphRefId":1,"#startLetters":"highlightRectangle","prevScroll":[0,0],"_Rotation":0,"_Scale":0.9920279440699439,"isPressed":false,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17939},"__LivelyClassName__":"lively.morphic.Button"},"17784":{"submorphs":[],"scripts":[],"id":"EFB35A87-B588-4E91-B9DD-5CBFB9D0FECE","shape":{"__isSmartRef__":true,"id":17785},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":17791},"_MaxTextWidth":24,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":17792},"_Padding":{"__isSmartRef__":true,"id":17793},"owner":{"__isSmartRef__":true,"id":17783},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":17794},"textChunks":[{"__isSmartRef__":true,"id":17795},{"__isSmartRef__":true,"id":17797}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":17799},"eventHandler":{"__isSmartRef__":true,"id":17800},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[2589,"024C5ADE-C4CF-4E8E-BEC5-F93AD4839702","A2CC4D56-B9D8-4A48-B6FF-DDDD85ACDC2E","5AC5C4DE-00B0-43DB-B7F1-765674CE818B","750A11C6-766E-4B48-AE32-D71DE811EB4A","66A7B56E-A94E-44AE-8AED-C0C1B07554D4","CA8596D3-2D4F-453B-BE1B-DCEC8F85389B","4D7DC32F-79CB-4AF8-8B21-AB4F1809D4A8","439DE430-7651-470E-97D8-00E7F96B04DA","DAC920E6-217B-4515-AC09-2F9DCBA7375C","BD48C003-0502-451D-B6AA-7369FF3D1030","C977E5FA-5232-4FC5-B382-D72524B6BB34","2ABBA1E6-13DB-446C-B0BD-38CB9D11DBCF","81109613-52B1-4F19-8B26-421ACD9B89BE","CAB6C69D-EF50-4302-B1DE-CCA7D8E6AD8A","9D34F01C-B74B-47D2-9EE8-EE4D4D526933","81DC8598-D5A3-460A-9D86-2475A0E54C9E","72B0A339-7A2B-4BD6-8D62-1A3D82F558C3"],"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":24,"_MinTextHeight":null,"_FontSize":10,"_TextColor":{"__isSmartRef__":true,"id":17801},"partsBinMetaInfo":{"__isSmartRef__":true,"id":17802},"__LivelyClassName__":"lively.morphic.Text"},"17785":{"position":{"__isSmartRef__":true,"id":17786},"_Extent":{"__isSmartRef__":true,"id":17787},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":17788},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":17789},"_Padding":{"__isSmartRef__":true,"id":17790},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"17786":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17787":{"x":24,"y":24,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17788":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17789":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"17790":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17791":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17792":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17793":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17794":{"x":24,"y":24,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17795":{"style":{"__isSmartRef__":true,"id":17796},"chunkOwner":{"__isSmartRef__":true,"id":17784},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"17796":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"17797":{"style":{"__isSmartRef__":true,"id":17798},"chunkOwner":{"__isSmartRef__":true,"id":17784},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"17798":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"17799":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"17800":{"morph":{"__isSmartRef__":true,"id":17784},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"17801":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17802":{"requiredModules":[],"idOnLoad":"EFB35A87-B588-4E91-B9DD-5CBFB9D0FECE","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"17803":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":17804},"derivationIds":[null,"29E543E0-AE93-493A-A694-FC1C330D0544","F0366E4C-E97F-4C77-BEE4-340A0668ADD5","347F6028-5092-4F54-9A34-3EFF3FF0B815","BF7387E7-BCD7-4A5B-B9D2-C14ECF59EFCA","85BA370B-966E-41F7-8C2F-F3A926EC2AA2","1652172B-339A-43A1-9589-70E68B35A28E","705524F7-129B-4102-834E-2A1A45985BB5","5707DF70-CD77-4D53-96ED-5A0AEB227FB7","257E62CE-C668-4317-B5B7-8D394BDC3F6C","F7F01311-6C1F-435B-ABC2-08492D3F0EB3","5971C26F-D761-4186-8783-1D4AAC607CEE","C017A337-898A-4ABA-81C9-3D25BCEA4E7F","58F7AD25-24B1-4B4F-A6EA-38BB0F553AB1","BF398A3B-2A8F-4DDD-BA52-2DBDFA951ED2","1F07B41A-AB4F-48FC-A2D5-895508D73C9B","4AD7ED47-DEE2-48F2-95D0-DFAA83095FB3"],"id":"8E5E5B17-3AA8-48B7-BA32-186FEE2D1610","renderContextTable":{"__isSmartRef__":true,"id":17809},"eventHandler":{"__isSmartRef__":true,"id":17810},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":17811},"owner":{"__isSmartRef__":true,"id":17783},"name":"leftpointing_magnifying_glass.png","priorExtent":{"__isSmartRef__":true,"id":17812},"isBeingDragged":false,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":17813},"eventsAreDisabled":true,"_HandStyle":"default","_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.Widgets","isCopyMorphRef":true,"morphRefId":161,"_Rotation":0,"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":17814},"__LivelyClassName__":"lively.morphic.Image"},"17804":{"_Position":{"__isSmartRef__":true,"id":17805},"renderContextTable":{"__isSmartRef__":true,"id":17806},"_Extent":{"__isSmartRef__":true,"id":17807},"_ImageURL":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAABAAAAAQBPJcTWAAAALnRFWHRUaXRsZQBMRUZULVBPSU5USU5HIE1BR05JRllJTkcgR0xBU1MgKFUrMUY1MEQpw88haQAAABV0RVh0QXV0aG9yAEFuZHJldyBNYXJjdXNl5zc3gwAAAC90RVh0U29mdHdhcmUAaW5mby5maWxlZm9ybWF0LmRhdGEuVW5pY29kZVBuZ1NlcnZsZXRoAX8wAAAAQ3RFWHREZXNjcmlwdGlvbgBodHRwOi8vd3d3LmZpbGVmb3JtYXQuaW5mby9pbmZvL3VuaWNvZGUvMWY1MGQvaW5kZXguaHRtk2hNQgAAADt0RVh0Q29weXJpZ2h0AGh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LW5jLXNhLzIuMC9siJKDAAAIDklEQVR42u1daWxVRRQeCi0tIqCAQCTIUtEIGlk0ilqEkEbiQhSKGAyCooIIggsiQuMWZNGwVMUFNIhKZBMobZClgK1FwAU3wIpSREDcUFZFEM/JOzf3vPHet9ze1/eYe77k+zNzl5nz3ZlzZntPKYFAcHojDXimmKH6cQbwZuBM4HLgx8A9wBPAU8BjwJ3ADcDFwMnArsCaYjr/0BB4DwlwjAwfL38DzgX2AdYWk3pDJnAM8E/NuN8BpwEHAq8DXgpsCswANgN2APak/BeBu7T7sQX1A9YQE8fuDwYAf2BG/JrEaefxmSjaeOAO9syNwBwxd2Q0o/7fMhr6h8Fx+oBIX346cATwF/aON6Qbc0ZH4G4y0lHgOGAdD8/Be/KAs4AFwKsdrqkHnAA8Tu8rAzYWCWz0Bh5hraKTT11fL+AH1FXlA8/SrsEu61fmW9qLFEqNAv5LRsEw9twEvKMzcAvwJ3LoHG2AW+n9B4HdgixGHhNjiccuKlbUp9aC7yoGnqflraa8A8C2QRTjMvIVaITyKI61BjnkqiILWEjvPAwcxvLqAj+nvAqH7s1oNAfupcpjeNskhnvQOQ/xYfxQCziHRVl3sjxsNfspvYSuNR4Ywn5ClT5CA7lYkUPRU0YVy4CivkVlOE7TKxa6AP+ivKlBEORe9nUO8XD/QhWay6oqmlK3dYoirTYs70FK/wd4ocli1KVIByu7XXmb9BsOPEmj76riSfZxbAM2oPQMmqLB9GUmC/I0M8AtHp9xCd3/rM8fCHISy+vH0ruaOi3Coyqv6ETPKPSpXEOZ4X9XoSl+y89sovTNJgoyklW8rw8+aKFP5apFo3SrbMNcWsnFpgmylkU19R3yY4mc0mk0j88Z62PZ5jHDV7DQugE5dkx/3CQxzlb2qt6aCF1HtJH6BHoGju4v97F8+Sp8zeRGlldCaZtMEmQAq+zICL5hpUvrwfXy19gzZvhcvj6aILNZ3ij2ETQzRZA3WWU7RrgOfQsu05YCnyLxcFS9h91fTlMgfqKdJsg6lteBpQ8wRZASVqmmUa7txvwEJ/qe8SoxGxYymK+wpnMsNGHpxviRbVShkzEatAb5iEHUSrqzQVuiUMkMf5IFGWnM/71giiAHqEL7U7iMf2gtkk/B7/M51E4qMlklvzwNymgxl+VvobQPTRCkMavkDpaelkJlbOkgyDUsv0LZu19Oe/A++BBLvyIB0ZJX9HIQhHdZBymt1BQfso9V1Jorag28PUXKN8tBkHqUV4elLTJFkM9YpVqzllOcAmXDiG6vJsZhlt+Kpc80RZBiF2eJK4fZSS5bd4fWUcTyc1n6Y6YIMpVVii+LTgFOTHLZNjoIMpTlT2fpXUwRpIcKn021gHuwcDN0ss525Cnn3fIt2DXfK3vPljGbHtK1gdcFmkNdkYTK4gz0Tgcxytg1fI6rUBkGvubA54Ta0lTFK9VYFhS/xKV18PEHX3MfYpogfPUND9DwuamFlP5oNZXlZRcxlmsDWutsCl/aNQYZWhfBnTlOceNsLq459E1wyyhwEeNvFb7ZusClrEbhNlbJoyp8Y3UejehxPWS08v/MBrbIlcr92BvfwZit7KMKOC3f3FRBcBC2mRlBnz0dpOzN17gvqrdP7+2p7PkoJz7Hrq2pCfeqMhzXasbI1/KHa/m4Y93reRFcU1mrIh8IXaLCJzpnsLyfKRozHrNZpbFF9NHyx2pGw2tWAZ8H3gW8UjmvvWdSlIQb3raq6Kdzp6vwBbOhWn5/FRCggy9lFcdN1521ax5Q0Y9B41o7nkn8Rv1/gSkS0T/crb0vV4Uv465UAUNjLerCkfAN2jUXKef19apwnYP4AynK4tfNU6m1ZlMtaK/stQZrLXu0Q6g6OIpTjoVfAK/Xnp1GDp1fhy0th1rwHLqmEbXYHkEQJYcGitwouG2onoPx0Ne8q+yDmtGIs8lPUFCgH/Q5R4XPQlt8nfKzKB9/ouNHLT/ddFEw7t+uGQbPko90GY+gOHgcoRc5+YeBj1DY3JPyGrq8qy6JdMhBDAyz8azhZLq2JRuP4HE3a6f8KhNH7k4Dt9UORqoE3qGqfiAUo7L7lX1kjfMd4H0UHGTTFMpLzH8VUAS3iN2znsQ1GugvprCvkvMYdSFouBYxPu98FdoKusblmZXUoiz0J1FuYgPUfCrXAof7S4MgimXIRVH8wwHq5vBLna9Cs8ULyEgVWrCg8zAJ79TtjGDXjSMx5kd4Fk7XB+a3uq5Sob1QfoW86JzxR2zcjjyj3/mKTafUpCAi2nPLVcB+QA379YdoGuWEBxEwars1hujIOpZQQS1jWhzvKXeIDAOBRhT+YgQ2kcYK71NLwgOauAKJ50jwpFW8J2jHKHvLKwYBuENmVxyibAiqKIlCOkVY1g8HZHkQ5SOXeTaBR9RW9vT7agp34xVlo4jiL7KoG0TjriCR4hVlk0r8EYrAtZQiZa+14wx1qzhF2Syi+C+K5VOWko8RUVJIlPc8irIhKCP6ZItSqeJbh8kSU/qHDCbKMuZT4hFlrpgxcaIUUcuJR5TdYsLEiFLIQuLMOESZJOZLnCjLyMhrabqkZRRR1qsArDQmW5SlZOxPVWhJ2E2UNRJlVQ/wi19CRv9WhXbJoCh8zb+IujVBNYqymIyPP55ZxsQoVvK78kkBrp28rXVThSJGcoE7YZ5RoTMlc8SBpw7kj2IEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgSAZ+A+0ucC4BysctgAAAABJRU5ErkJggg==","_Padding":{"__isSmartRef__":true,"id":17808},"_NodeClass":["image"],"_NodeId":"29E543E0-AE93-493A-A694-FC1C330D0544","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLoaded":true,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Image"},"17805":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17806":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","setImageURL":"setImageURLHTML","getNativeExtent":"getNativeExtentHTML"},"17807":{"x":29,"y":29,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17808":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17809":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"17810":{"morph":{"__isSmartRef__":true,"id":17803},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"17811":{"x":-3.024108360992159,"y":0.008036120330757512,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17812":{"x":28,"y":29,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17813":{"x":39.935711037353485,"y":-9.032144481323257,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17814":{"partName":"leftpointing_magnifying_glass.png","requiredModules":[],"idOnLoad":"8E5E5B17-3AA8-48B7-BA32-186FEE2D1610","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"17815":{"position":{"__isSmartRef__":true,"id":17816},"_Extent":{"__isSmartRef__":true,"id":17817},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":17818},"_Fill":{"__isSmartRef__":true,"id":17819},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":17829},"_Padding":{"__isSmartRef__":true,"id":17830},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"17816":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17817":{"x":24,"y":24,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17818":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17819":{"stops":[{"__isSmartRef__":true,"id":17820},{"__isSmartRef__":true,"id":17822},{"__isSmartRef__":true,"id":17824},{"__isSmartRef__":true,"id":17826}],"vector":{"__isSmartRef__":true,"id":17828},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"17820":{"offset":0,"color":{"__isSmartRef__":true,"id":17821}},"17821":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17822":{"offset":0.4,"color":{"__isSmartRef__":true,"id":17823}},"17823":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17824":{"offset":0.6,"color":{"__isSmartRef__":true,"id":17825}},"17825":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17826":{"offset":1,"color":{"__isSmartRef__":true,"id":17827}},"17827":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17828":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17829":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"17830":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17831":{"x":464.5087747493862,"y":8.483242611655214,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17832":{"stops":[{"__isSmartRef__":true,"id":17833},{"__isSmartRef__":true,"id":17835},{"__isSmartRef__":true,"id":17837},{"__isSmartRef__":true,"id":17839}],"vector":{"__isSmartRef__":true,"id":17828},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"17833":{"offset":0,"color":{"__isSmartRef__":true,"id":17834}},"17834":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17835":{"offset":0.4,"color":{"__isSmartRef__":true,"id":17836}},"17836":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17837":{"offset":0.6,"color":{"__isSmartRef__":true,"id":17838}},"17838":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17839":{"offset":1,"color":{"__isSmartRef__":true,"id":17840}},"17840":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17841":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"ScriptableButton","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":17842}],"revisionOnLoad":154251,"idOnLoad":"2AA20E41-2D65-4292-BE9D-AE5AF2E42CA3","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"17842":{"date":{"__isSmartRef__":true,"id":17843},"author":"robertkrahn","message":"no comment","id":"0366C0A2-0C8E-4AEB-AAC3-120434134545"},"17843":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:10:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17844":{"sourceObj":{"__isSmartRef__":true,"id":17783},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":17783},"targetMethodName":"onFire","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"17845":{"x":24.405327095521386,"y":24.0321444813232,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17846":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"17847":{"morph":{"__isSmartRef__":true,"id":17783},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"17848":{"x":37.935711037353656,"y":-7.943747157684584,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17849":{"submorphs":[],"scripts":[],"id":"364FF344-E489-461B-BC8C-ED45E4823ED4","shape":{"__isSmartRef__":true,"id":17850},"__layered_droppingEnabled__":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":17857},"showsHalos":false,"name":"HighlightRectangle","partsBinMetaInfo":{"__isSmartRef__":true,"id":17858},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":17899},"eventHandler":{"__isSmartRef__":true,"id":17900},"attributeConnections":[{"__isSmartRef__":true,"id":17901},{"__isSmartRef__":true,"id":17902},{"__isSmartRef__":true,"id":17903}],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[127,"F0291F62-F100-480C-AEBF-0230398F7983","AE8B5ED7-E305-45BC-BE4A-1C28A49EE12B","39BA345C-17FA-45A0-BAC2-F0CF5654ACF8","FE91EA31-D8AE-461B-8A49-95DA5FBAE5B4","F38439A3-2F4E-4AC2-BF73-2633C00B1393","6748F5B5-2284-4748-A6EE-F1A261CBAD0B","6FECB598-D130-4242-BF1B-E18767608129","0B23F218-078F-4912-A262-31B957885F41","C56BA290-B836-4946-B4EF-DBB6FBA2368C","61176BAF-CFE6-4F2C-9F0A-971AAD6595A1","CB4127B2-0AA5-4B50-9978-F1FF39924A82","113050BB-CF0E-4193-91C6-9C25FC857EE8","EFF939E4-317B-4662-943F-77A6E6F65BD0","AA288E7F-3972-4F0D-87DD-61E4BD9C9C97","903E8C60-1158-42D5-85D2-DF134DA6CEC1","28FD6210-A549-4A11-9178-04E77FF556C0","B3312E29-D786-469F-865E-91FD69475A52","D947A1C1-DCBE-4485-A33D-DF549F6978E0","56CE0E60-45BE-43FF-9C6C-296D8AC326B6","CC61E3F8-8C8D-4F24-A591-023D3C88DEC8"],"partTests":{"__isSmartRef__":true,"id":17904},"_ClipMode":"visible","moved":true,"isBeingDragged":false,"priorExtent":{"__isSmartRef__":true,"id":17852},"prevScroll":[0,0],"#startLetters":"","eventsAreDisabled":false,"_HandStyle":"default","_PointerEvents":"auto","distanceToDragEvent":{"__isSmartRef__":true,"id":17909},"_Rotation":0,"_Scale":1.0060210561262526,"owner":null,"magnifierButton":{"__isSmartRef__":true,"id":17783},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17910},"__LivelyClassName__":"lively.morphic.Box"},"17850":{"position":{"__isSmartRef__":true,"id":17851},"_Extent":{"__isSmartRef__":true,"id":17852},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":17853},"_Fill":{"__isSmartRef__":true,"id":17854},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":17855},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":17856},"_BorderRadius":0,"_Opacity":0.2597,"_BorderStyle":"hidden","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"17851":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17852":{"x":5000,"y":3000,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17853":{"r":0.8,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17854":{"r":0.227,"g":0,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"17855":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"17856":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"17857":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17858":{"partsSpaceName":"PartsBin/Tools","__SourceModuleName__":"Global.lively.PartsBin","comment":"A rectangle which highlights the object under the first hand of the world","migrationLevel":4,"partName":"HighlightRectangle","changes":[{"__isSmartRef__":true,"id":17859},{"__isSmartRef__":true,"id":17861},{"__isSmartRef__":true,"id":17863},{"__isSmartRef__":true,"id":17865},{"__isSmartRef__":true,"id":17867},{"__isSmartRef__":true,"id":17869},{"__isSmartRef__":true,"id":17871},{"__isSmartRef__":true,"id":17873},{"__isSmartRef__":true,"id":17875},{"__isSmartRef__":true,"id":17877},{"__isSmartRef__":true,"id":17879},{"__isSmartRef__":true,"id":17881},{"__isSmartRef__":true,"id":17883},{"__isSmartRef__":true,"id":17885},{"__isSmartRef__":true,"id":17887},{"__isSmartRef__":true,"id":17889},{"__isSmartRef__":true,"id":17891},{"__isSmartRef__":true,"id":17893},{"__isSmartRef__":true,"id":17895},{"__isSmartRef__":true,"id":17897}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"17859":{"date":{"__isSmartRef__":true,"id":17860},"author":"timfelgentreff","message":"no comment","id":"3DB7DB40-210A-4BED-91FD-9287005703EC"},"17860":{"isSerializedDate":true,"string":"Thu May 24 2012 17:04:54 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17861":{"date":{"__isSmartRef__":true,"id":17862},"author":"tessi","message":"no comment","id":"23D7AA12-66A9-4C3B-B494-131256C291AC"},"17862":{"isSerializedDate":true,"string":"Thu May 24 2012 16:57:13 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17863":{"date":{"__isSmartRef__":true,"id":17864},"author":"tessi","message":"no comment","id":"2C30B7CA-388F-4F51-B4CF-A2E50E381148"},"17864":{"isSerializedDate":true,"string":"Thu May 24 2012 16:23:11 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17865":{"date":{"__isSmartRef__":true,"id":17866},"author":"tessi","message":"diable events","id":"7C1F71A3-FDAC-470A-B9A9-E1F2C9FEF18E"},"17866":{"isSerializedDate":true,"string":"Thu May 24 2012 14:46:08 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17867":{"date":{"__isSmartRef__":true,"id":17868},"author":"tessi","message":"no comment","id":"01996A33-11BC-4C15-96D7-B7D219E2E961"},"17868":{"isSerializedDate":true,"string":"Thu May 24 2012 14:39:50 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17869":{"date":{"__isSmartRef__":true,"id":17870},"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23"},"17870":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17871":{"date":{"__isSmartRef__":true,"id":17872},"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC"},"17872":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17873":{"date":{"__isSmartRef__":true,"id":17874},"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2"},"17874":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (Mitteleuropäische Zeit)"},"17875":{"date":{"__isSmartRef__":true,"id":17876},"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B"},"17876":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (Mitteleuropäische Zeit)"},"17877":{"date":{"__isSmartRef__":true,"id":17878},"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7"},"17878":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (Mitteleuropäische Zeit)"},"17879":{"date":{"__isSmartRef__":true,"id":17880},"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350"},"17880":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17881":{"date":{"__isSmartRef__":true,"id":17882},"author":"tessi","message":"no comment","id":"4B982A01-25B3-455A-848D-89C2C3C471D7"},"17882":{"isSerializedDate":true,"string":"Thu May 24 2012 13:58:01 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17883":{"date":{"__isSmartRef__":true,"id":17884},"author":"tessi","message":"no comment","id":"2FD6CB7B-3BC7-4666-98B4-AACF1001954D"},"17884":{"isSerializedDate":true,"string":"Thu May 24 2012 14:07:32 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17885":{"date":{"__isSmartRef__":true,"id":17886},"author":"tessi","message":"no comment","id":"09CF5ECF-2C87-4B66-A164-39848628596F"},"17886":{"isSerializedDate":true,"string":"Thu May 24 2012 15:34:59 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17887":{"date":{"__isSmartRef__":true,"id":17888},"author":"tessi","message":"no comment","id":"252A3EB5-DB00-4CF9-BF38-2927DD1C5229"},"17888":{"isSerializedDate":true,"string":"Thu May 24 2012 16:34:29 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17889":{"date":{"__isSmartRef__":true,"id":17890},"author":"tessi","message":"no comment","id":"81534551-62C1-4FC9-96CB-A5AC6642CA1E"},"17890":{"isSerializedDate":true,"string":"Thu May 24 2012 16:45:49 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17891":{"date":{"__isSmartRef__":true,"id":17892},"author":"tessi","message":"no comment","id":"5125DE3A-D50E-4621-8490-F3A9D99C2C4C"},"17892":{"isSerializedDate":true,"string":"Thu May 24 2012 16:47:20 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17893":{"date":{"__isSmartRef__":true,"id":17894},"author":"tessi","message":"no comment","id":"C81A2FBF-CB0B-4A0B-9D63-F9AEDFCB5DA6"},"17894":{"isSerializedDate":true,"string":"Thu May 24 2012 16:51:06 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17895":{"date":{"__isSmartRef__":true,"id":17896},"author":"tessi","message":"no comment","id":"DC8EF5EC-7563-45B6-816D-20E2DC218525"},"17896":{"isSerializedDate":true,"string":"Thu May 24 2012 16:52:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17897":{"date":{"__isSmartRef__":true,"id":17898},"author":"timfelgentreff","message":"no comment","id":"E7515DFB-DE7D-4E1F-A2C3-85166DCE4942"},"17898":{"isSerializedDate":true,"string":"Thu May 24 2012 16:59:39 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17899":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"17900":{"morph":{"__isSmartRef__":true,"id":17849},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"17901":{"sourceObj":{"__isSmartRef__":true,"id":17849},"sourceAttrName":"onMouseMove","targetObj":{"__isSmartRef__":true,"id":17849},"targetMethodName":"updateOnMove","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"17902":{"sourceObj":{"__isSmartRef__":true,"id":17849},"sourceAttrName":"onMouseUp","targetObj":{"__isSmartRef__":true,"id":17783},"targetMethodName":"setTarget","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"17903":{"sourceObj":{"__isSmartRef__":true,"id":17849},"sourceAttrName":"onKeyPress","targetObj":{"__isSmartRef__":true,"id":17783},"targetMethodName":"onRectangleKeyPress","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"17904":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17905}},"17905":{"test01IsMorph":{"__isSmartRef__":true,"id":17906}},"17906":{"varMapping":{"__isSmartRef__":true,"id":17907},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":17908},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17907":{"this":{"__isSmartRef__":true,"id":17904}},"17908":{},"17909":{"x":43.995993991989735,"y":-14.012018024029999,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"17910":{"update":{"__isSmartRef__":true,"id":17911},"coveredMorph":{"__isSmartRef__":true,"id":17915},"updateOnMove":{"__isSmartRef__":true,"id":17919},"bringToFront":{"__isSmartRef__":true,"id":17923},"onKeyUp":{"__isSmartRef__":true,"id":17931}},"17911":{"varMapping":{"__isSmartRef__":true,"id":17912},"source":"function update(morph) {\n if (!morph) {\n return\n }\n\n if (morph === this.magnifierButton ||\n this.magnifierButton.submorphs.indexOf(morph) >= 0) {\n this.setExtent(pt(0,0))\n } else {\n this.setPosition(morph.getPositionInWorld())\n this.setExtent(morph.getExtent())\n }\n}","funcProperties":{"__isSmartRef__":true,"id":17913},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17912":{"this":{"__isSmartRef__":true,"id":17849}},"17913":{"timestamp":{"__isSmartRef__":true,"id":17914},"user":"timfelgentreff","tags":[]},"17914":{"isSerializedDate":true,"string":"Thu Jun 07 2012 12:09:28 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17915":{"varMapping":{"__isSmartRef__":true,"id":17916},"source":"function coveredMorph() {\n var that = this\n return $world.morphsContainingPoint($world.firstHand().getPosition()).detect(\n function(ea) {\n return !ea.isPlaceholder &&\n !ea.isHalo &&\n (!ea.owner || !ea.owner.isHalo) &&\n !(ea === that);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":17917},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17916":{"this":{"__isSmartRef__":true,"id":17849}},"17917":{"timestamp":{"__isSmartRef__":true,"id":17918},"user":"timfelgentreff","tags":[]},"17918":{"isSerializedDate":true,"string":"Thu Jun 07 2012 12:33:40 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17919":{"varMapping":{"__isSmartRef__":true,"id":17920},"source":"function updateOnMove() {\n this.update(this.coveredMorph())\n this.bringToFront()\n\n if (window.event.shiftKey) {\n this.magnifierButton.startHighlighting()\n } else {\n this.magnifierButton.stopHighlighting()\n }\n}","funcProperties":{"__isSmartRef__":true,"id":17921},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17920":{"this":{"__isSmartRef__":true,"id":17849}},"17921":{"timestamp":{"__isSmartRef__":true,"id":17922},"user":"tessi","tags":[]},"17922":{"isSerializedDate":true,"string":"Wed Jun 13 2012 16:56:41 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17923":{"varMapping":{"__isSmartRef__":true,"id":17924},"source":"function bringToFront() {\n this.renderContext().morphNode.style.zIndex= 1000\n}","funcProperties":{"__isSmartRef__":true,"id":17929},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17924":{"this":{"__isSmartRef__":true,"id":17849},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17925}},"17925":{"$super":{"__isSmartRef__":true,"id":17926}},"17926":{"varMapping":{"__isSmartRef__":true,"id":17927},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world) \n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":17928},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17927":{"obj":{"__isSmartRef__":true,"id":17849},"name":"bringToFront"},"17928":{},"17929":{"timestamp":{"__isSmartRef__":true,"id":17930},"user":"lauritz","tags":[]},"17930":{"isSerializedDate":true,"string":"Wed Jun 06 2012 17:28:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17931":{"varMapping":{"__isSmartRef__":true,"id":17932},"source":"function onKeyUp(evt) {\n if (evt.keyCode == 27) {\n this.magnifierButton.stopTracking()\n this.magnifierButton.stopHighlighting();\n }\n return true\n}","funcProperties":{"__isSmartRef__":true,"id":17937},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17932":{"this":{"__isSmartRef__":true,"id":17849},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17933}},"17933":{"$super":{"__isSmartRef__":true,"id":17934}},"17934":{"varMapping":{"__isSmartRef__":true,"id":17935},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world) \n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":17936},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17935":{"obj":{"__isSmartRef__":true,"id":17849},"name":"onKeyUp"},"17936":{},"17937":{"timestamp":{"__isSmartRef__":true,"id":17938},"user":"tessi","tags":[]},"17938":{"isSerializedDate":true,"string":"Wed Jun 13 2012 17:01:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17939":{"onFire":{"__isSmartRef__":true,"id":17940},"onMouseMove":{"__isSmartRef__":true,"id":17944},"onMouseOut":{"__isSmartRef__":true,"id":17952},"reset":{"__isSmartRef__":true,"id":17960},"isTracking":{"__isSmartRef__":true,"id":17964},"isHighlighting":{"__isSmartRef__":true,"id":17968},"currentTarget":{"__isSmartRef__":true,"id":17972},"setTarget":{"__isSmartRef__":true,"id":17976},"currentTargetIsMultiSelection":{"__isSmartRef__":true,"id":17980},"newMultiSelection":{"__isSmartRef__":true,"id":17984},"newGreenRectangle":{"__isSmartRef__":true,"id":17988},"stopTracking":{"__isSmartRef__":true,"id":17992},"startTracking":{"__isSmartRef__":true,"id":17996},"stopHighlighting":{"__isSmartRef__":true,"id":18000},"startHighlighting":{"__isSmartRef__":true,"id":18004},"onRectangleKeyPress":{"__isSmartRef__":true,"id":18008}},"17940":{"varMapping":{"__isSmartRef__":true,"id":17941},"source":"function onFire() {\n this.stopHighlighting()\n if (this.isTracking()) {\n this.stopTracking()\n } else {\n this.startTracking()\n }\n this.onMouseMove()\n}","funcProperties":{"__isSmartRef__":true,"id":17942},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17941":{"this":{"__isSmartRef__":true,"id":17783}},"17942":{"timestamp":{"__isSmartRef__":true,"id":17943},"user":"timfelgentreff","tags":[]},"17943":{"isSerializedDate":true,"string":"Thu Jun 07 2012 12:10:52 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17944":{"varMapping":{"__isSmartRef__":true,"id":17945},"source":"function onMouseMove(evt) {\n if (!this.isHighlighting()) {\n this.startHighlighting()\n }\n}","funcProperties":{"__isSmartRef__":true,"id":17950},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17945":{"this":{"__isSmartRef__":true,"id":17783},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17946}},"17946":{"$super":{"__isSmartRef__":true,"id":17947}},"17947":{"varMapping":{"__isSmartRef__":true,"id":17948},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world) \n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":17949},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17948":{"obj":{"__isSmartRef__":true,"id":17783},"name":"onMouseMove"},"17949":{},"17950":{"timestamp":{"__isSmartRef__":true,"id":17951},"user":"timfelgentreff","tags":[]},"17951":{"isSerializedDate":true,"string":"Thu Jun 07 2012 10:53:50 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17952":{"varMapping":{"__isSmartRef__":true,"id":17953},"source":"function onMouseOut() {\n this.stopHighlighting()\n}","funcProperties":{"__isSmartRef__":true,"id":17958},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17953":{"this":{"__isSmartRef__":true,"id":17783},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17954}},"17954":{"$super":{"__isSmartRef__":true,"id":17955}},"17955":{"varMapping":{"__isSmartRef__":true,"id":17956},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world) \n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":17957},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17956":{"obj":{"__isSmartRef__":true,"id":17783},"name":"onMouseOut"},"17957":{},"17958":{"timestamp":{"__isSmartRef__":true,"id":17959},"user":"timfelgentreff","tags":[]},"17959":{"isSerializedDate":true,"string":"Thu Jun 07 2012 10:55:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17960":{"varMapping":{"__isSmartRef__":true,"id":17961},"source":"function reset() {\n var rect = this.highlightRectangle\n rect.attributeConnections = []\n connect(rect, \"onMouseMove\", rect, \"updateOnMove\")\n connect(rect, \"onMouseUp\", this, \"setTarget\")\n}","funcProperties":{"__isSmartRef__":true,"id":17962},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17961":{"this":{"__isSmartRef__":true,"id":17783}},"17962":{"timestamp":{"__isSmartRef__":true,"id":17963},"user":"tessi","tags":[]},"17963":{"isSerializedDate":true,"string":"Wed Jun 13 2012 16:54:48 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17964":{"varMapping":{"__isSmartRef__":true,"id":17965},"source":"function isTracking() {\n return !!this.world().firstHand().highlightConnection\n}","funcProperties":{"__isSmartRef__":true,"id":17966},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17965":{"this":{"__isSmartRef__":true,"id":17783}},"17966":{"timestamp":{"__isSmartRef__":true,"id":17967},"user":"lauritz","tags":["state"]},"17967":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:04:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17968":{"varMapping":{"__isSmartRef__":true,"id":17969},"source":"function isHighlighting() {\n return !!this.greenRectangle\n}","funcProperties":{"__isSmartRef__":true,"id":17970},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17969":{"this":{"__isSmartRef__":true,"id":17783}},"17970":{"timestamp":{"__isSmartRef__":true,"id":17971},"user":"timfelgentreff","tags":["state"]},"17971":{"isSerializedDate":true,"string":"Thu Jun 07 2012 10:52:02 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17972":{"varMapping":{"__isSmartRef__":true,"id":17973},"source":"function currentTarget() {\n return this.owner.target;\n}","funcProperties":{"__isSmartRef__":true,"id":17974},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17973":{"this":{"__isSmartRef__":true,"id":17783}},"17974":{"timestamp":{"__isSmartRef__":true,"id":17975},"user":"lauritz","tags":[]},"17975":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:26:02 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17976":{"varMapping":{"__isSmartRef__":true,"id":17977},"source":"function setTarget() {\n var e = window.event,\n shiftPressed = e.shiftKey,\n target = this.highlightRectangle.coveredMorph()\n\n if (shiftPressed) {\n if (this.currentTargetIsMultiSelection()) {\n this.currentTarget().push(target)\n target = this.currentTarget()\n } else {\n var selection = this.newMultiSelection()\n selection.push(this.currentTarget())\n selection.push(target)\n target = selection\n }\n }\n\n this.stopTracking()\n this.stopHighlighting()\n this.owner.setTarget(target)\n\n if (shiftPressed) {\n this.startTracking()\n this.startHighlighting()\n }\n}","funcProperties":{"__isSmartRef__":true,"id":17978},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17977":{"this":{"__isSmartRef__":true,"id":17783}},"17978":{"timestamp":{"__isSmartRef__":true,"id":17979},"user":"timfelgentreff","tags":["selecting"]},"17979":{"isSerializedDate":true,"string":"Thu Jun 07 2012 12:38:48 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17980":{"varMapping":{"__isSmartRef__":true,"id":17981},"source":"function currentTargetIsMultiSelection() {\n return !!(this.currentTarget() && this.currentTarget().__multi_selection_proxy__)\n}","funcProperties":{"__isSmartRef__":true,"id":17982},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17981":{"this":{"__isSmartRef__":true,"id":17783}},"17982":{"timestamp":{"__isSmartRef__":true,"id":17983},"user":"tessi","tags":[]},"17983":{"isSerializedDate":true,"string":"Wed Jun 13 2012 16:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17984":{"varMapping":{"__isSmartRef__":true,"id":17985},"source":"function newMultiSelection() {\n var ms = {\n __multi_selection_proxy__: true,\n targets: [],\n highlights: [],\n setName: function (n) {\n this.name = n\n },\n getName: function () {\n if (!this.name) {\n return \"Unnamed Group\" + \" [\" + this.targets.length + \"]\"\n } else {\n return this.name + \" [\" + this.targets.length + \"]\"\n }\n },\n push: function (obj) {\n var idx = this.targets.indexOf(obj)\n if (idx < 0) {\n this.targets.push(obj)\n } else {\n this.targets.removeAt(idx)\n }\n },\n getFunction: function (name) {\n var funcs = this.privateTargetFunctions()\n return funcs.find(function(f) { return f[0] === name })[1]\n },\n targetFunctions: function () {\n var funcs = this.privateTargetFunctions()\n return funcs.collect(function(f) { return f[0] });\n },\n privateTargetFunctions: function () {\n if (!this.targets.length)\n return []\n\n var that = this;\n var funcs = Functions.own(this.targets[0]).collect(function (fname) {\n return [fname, that.targets[0][fname]]\n })\n this.targets.each(function(target) {\n //debugger\n funcs = funcs.select(function(f){\n return Functions.own(target).include(f[0]) &&\n target[f[0]].toString() == f[1].toString();\n });\n });\n return funcs\n },\n highlight: function (rect) {\n this.removeHighlight()\n this.highlights = this.targets.collect(function (ea) {\n var r = rect.copy()\n ea.world().addMorph(r)\n r.update(ea)\n return r\n })\n },\n removeHighlight: function () {\n this.highlights.each(function (h) {\n h.remove()\n })\n this.highlights = []\n },\n addScript: function (func) {\n var fs = []\n this.targets.each(function (t) {\n fs.push(t.addScript(func))\n })\n return {\n tag: function (t) {\n fs.each(function (f) { f.tag(t) })\n return true\n }\n }\n }\n }\n\n Functions.own(ms).each(function (name) { ms[name].asScriptOf(ms, name) })\n return ms\n}","funcProperties":{"__isSmartRef__":true,"id":17986},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17985":{"this":{"__isSmartRef__":true,"id":17783}},"17986":{"timestamp":{"__isSmartRef__":true,"id":17987},"user":"timfelgentreff","tags":[]},"17987":{"isSerializedDate":true,"string":"Thu Jun 14 2012 13:12:40 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17988":{"varMapping":{"__isSmartRef__":true,"id":17989},"source":"function newGreenRectangle() {\n var rect = this.highlightRectangle.copy()\n rect.setFill(Color.rgba(0,58,0,128))\n rect.disableEvents()\n rect.isHalo = true\n return rect\n}","funcProperties":{"__isSmartRef__":true,"id":17990},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17989":{"this":{"__isSmartRef__":true,"id":17783}},"17990":{"timestamp":{"__isSmartRef__":true,"id":17991},"user":"timfelgentreff","tags":["hovering"]},"17991":{"isSerializedDate":true,"string":"Thu Jun 07 2012 12:33:50 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17992":{"varMapping":{"__isSmartRef__":true,"id":17993},"source":"function stopTracking() {\n var hand = this.world().firstHand(),\n rect = this.highlightRectangle\n \n if (rect) {\n rect.remove()\n }\n hand.attributeConnections.removeAt(\n hand.attributeConnections.indexOf(hand.highlightConnection))\n hand.highlightConnection = null\n this.owner.focus()\n}","funcProperties":{"__isSmartRef__":true,"id":17994},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17993":{"this":{"__isSmartRef__":true,"id":17783}},"17994":{"timestamp":{"__isSmartRef__":true,"id":17995},"user":"tessi","tags":[]},"17995":{"isSerializedDate":true,"string":"Wed Jun 13 2012 16:47:06 GMT+0200 (Mitteleuropäische Sommerzeit)"},"17996":{"varMapping":{"__isSmartRef__":true,"id":17997},"source":"function startTracking() {\n var hand = this.world().firstHand(),\n rect = this.highlightRectangle\n\n this.world().addMorph(rect)\n if (!hand.highlightConnection) {\n hand.highlightConnection = connect(hand, \"scrollFocusMorph\", rect, \"update\")\n }\n rect.bringToFront()\n rect.focus()\n}","funcProperties":{"__isSmartRef__":true,"id":17998},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"17997":{"this":{"__isSmartRef__":true,"id":17783}},"17998":{"timestamp":{"__isSmartRef__":true,"id":17999},"user":"tessi","tags":[]},"17999":{"isSerializedDate":true,"string":"Wed Jun 13 2012 16:45:33 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18000":{"varMapping":{"__isSmartRef__":true,"id":18001},"source":"function stopHighlighting() {\n if (this.greenRectangle) {\n this.greenRectangle.remove()\n delete this.greenRectangle\n }\n if (this.currentTargetIsMultiSelection()) {\n this.currentTarget().removeHighlight()\n }\n}","funcProperties":{"__isSmartRef__":true,"id":18002},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18001":{"this":{"__isSmartRef__":true,"id":17783}},"18002":{"timestamp":{"__isSmartRef__":true,"id":18003},"user":"timfelgentreff","tags":["hovering"]},"18003":{"isSerializedDate":true,"string":"Thu Jun 07 2012 12:07:19 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18004":{"varMapping":{"__isSmartRef__":true,"id":18005},"source":"function startHighlighting() {\n if (!this.currentTarget()) {\n return\n }\n // start only if neccessary\n if (!this.greenRectangle) {\n var rect = this.newGreenRectangle(),\n target = this.currentTarget()\n\n if (this.currentTargetIsMultiSelection()) {\n target.highlight(rect)\n } else {\n rect.update(target)\n this.world().addMorph(rect)\n rect.bringToFront()\n }\n this.greenRectangle = rect\n }\n}","funcProperties":{"__isSmartRef__":true,"id":18006},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18005":{"this":{"__isSmartRef__":true,"id":17783}},"18006":{"timestamp":{"__isSmartRef__":true,"id":18007},"user":"tessi","tags":["hovering"]},"18007":{"isSerializedDate":true,"string":"Wed Jun 13 2012 16:30:59 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18008":{"varMapping":{"__isSmartRef__":true,"id":18009},"source":"function onRectangleKeyPress() {\n debugger\n}","funcProperties":{"__isSmartRef__":true,"id":18010},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18009":{"this":{"__isSmartRef__":true,"id":17783}},"18010":{"timestamp":{"__isSmartRef__":true,"id":18011},"user":"tessi","tags":[]},"18011":{"isSerializedDate":true,"string":"Wed Jun 13 2012 16:40:02 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18012":{"submorphs":[{"__isSmartRef__":true,"id":18013},{"__isSmartRef__":true,"id":18030}],"scripts":[],"id":"C2F91288-6C5B-4B93-9105-71C562B8B7D6","shape":{"__isSmartRef__":true,"id":18042},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":18058},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":18046},"lighterFill":{"__isSmartRef__":true,"id":18059},"label":{"__isSmartRef__":true,"id":18013},"name":"NameGroupButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":18068},"attributeConnections":[{"__isSmartRef__":true,"id":18073}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":18074},"renderContextTable":{"__isSmartRef__":true,"id":18075},"eventHandler":{"__isSmartRef__":true,"id":18076},"derivationIds":[2588,"22797D34-67DE-4A06-81F0-4DF0A87ADBBC","11C83D57-E873-4516-9585-B62D3DF729A3","8E161AB6-CEB1-4993-B81A-94A59114005E","2F620ADA-09C2-420E-A5CD-A6F8D3E31D8D","3AA42C7C-0734-4F4B-A604-C0D5FA0F06EF","D0F3611A-53F9-4995-996F-E49E21D1AC10","90D64A7D-714C-43E6-A082-69FFC0689CC7","FBAA1361-847D-489E-BC30-80490288D128","2CC76200-BA09-4BE2-9D60-E30E3B1DB993"],"_ClipMode":"visible","owner":{"__isSmartRef__":true,"id":16359},"distanceToDragEvent":{"__isSmartRef__":true,"id":18077},"_Visible":true,"isCopyMorphRef":true,"morphRefId":162,"_Rotation":0,"_Scale":0.990044880209748,"isPressed":false,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":18078},"__LivelyClassName__":"lively.morphic.Button"},"18013":{"submorphs":[],"scripts":[],"id":"BBA1D396-4248-4D75-ACAD-72A0BBB3ED3F","shape":{"__isSmartRef__":true,"id":18014},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":18020},"_MaxTextWidth":106.05027610358519,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":18021},"_Padding":{"__isSmartRef__":true,"id":18022},"owner":{"__isSmartRef__":true,"id":18012},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":18023},"textChunks":[{"__isSmartRef__":true,"id":18024}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":18026},"eventHandler":{"__isSmartRef__":true,"id":18027},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[2589,"024C5ADE-C4CF-4E8E-BEC5-F93AD4839702","14B58111-F7FC-48C0-B90D-92C2C566AD98","B6252EA2-DF44-4D7B-9976-ACEC742FEBF7","B333DC78-5941-48C2-B69A-FCCF9F8B8A2C","AFFE9117-3F98-4763-B2E1-1F6F354C86ED","B7C73214-57FC-4888-AF8D-058F3959D17E","007F3267-D6A9-45EE-A0A1-C597BFC0CBBC","5E7CFA25-381E-4152-BE2D-90447228DB55","917D67E3-2C69-4476-91B7-86C62446C0E9"],"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":106.05027610358519,"_MinTextHeight":null,"_FontSize":10,"_TextColor":{"__isSmartRef__":true,"id":18028},"partsBinMetaInfo":{"__isSmartRef__":true,"id":18029},"__LivelyClassName__":"lively.morphic.Text"},"18014":{"position":{"__isSmartRef__":true,"id":18015},"_Extent":{"__isSmartRef__":true,"id":18016},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":18017},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":18018},"_Padding":{"__isSmartRef__":true,"id":18019},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"18015":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18016":{"x":106.05027610358519,"y":21.000000000000057,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18017":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18018":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"18019":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18020":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18021":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18022":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18023":{"x":106.05027610358519,"y":21.000000000000057,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18024":{"style":{"__isSmartRef__":true,"id":18025},"chunkOwner":{"__isSmartRef__":true,"id":18013},"storedString":" Name group","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"18025":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"18026":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"18027":{"morph":{"__isSmartRef__":true,"id":18013},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"18028":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18029":{"requiredModules":[],"idOnLoad":"BBA1D396-4248-4D75-ACAD-72A0BBB3ED3F","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"18030":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":18031},"derivationIds":[null,"59B9C10F-5E4E-48BE-AC11-E220B20EA1A9","6D62AF0B-53FD-42BF-A88B-D2E547A364F1","8D560BB3-D273-4254-8671-22E828288124","C3AB4E52-B0E0-48C8-B9C7-0B760F4C4B82","23CB95B6-7C1D-47D9-B722-B538FFC4FE1D","D43E3E4E-9612-4A57-BCB6-B75B818AC68F","F8ED790A-78A9-4AEF-A1F2-43442B51727A"],"id":"58950C4C-5304-4183-BCAC-626AD38E00F4","renderContextTable":{"__isSmartRef__":true,"id":18036},"eventHandler":{"__isSmartRef__":true,"id":18037},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":18038},"owner":{"__isSmartRef__":true,"id":18012},"name":"document_rename.png","priorExtent":{"__isSmartRef__":true,"id":18039},"showsHalos":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":18040},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__SourceModuleName__":"Global.lively.morphic.Widgets","isCopyMorphRef":true,"morphRefId":163,"_Rotation":0,"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":18041},"__LivelyClassName__":"lively.morphic.Image"},"18031":{"_Position":{"__isSmartRef__":true,"id":18032},"renderContextTable":{"__isSmartRef__":true,"id":18033},"_Extent":{"__isSmartRef__":true,"id":18034},"_ImageURL":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAApdJREFUeNqMU01IVFEU/t6bN86MMwOOMIkWSUkbdVOSuQxbuMgSdFyMWGuhrRW0UHHlIjclYdJqEAQJjVqIShFEaaE2YAmZIqOOqcxo4zg/zLx5t3Pu/GBE0YHDgXPu+b77nXuu4unpwUlTFOUGhXL8294YhrFmZDLQ1ubmUNXQUKgIISp8vb3DKSqm2Q0DGSE4L+t+vx++2dku5iL/rjLAu9FRMFrOFYOb0mnpqWQSiVgMx8fHiEajMj7v7x+mc9cI4IKpqKgIkVAI4c1NnK6uZqbLnsbG60sLC5idmoKqqng9PS3Z3WVlWFlZwaflZZxzu5tfzczsw+FwyEPs7spKNHd334mn0+JnPC4OYjExMDgofkQiYiMUEt92d8XXnR3xJRgUgaMjwWc1s9nsLS4uPssMiXAYC+PjZ56Ul0vNUjXJ8Y2M4FRFBa42NQG6Dp1ybDrJ1Wpra8t8Pt/A38Y9NjYGr9eLD/PzsJrN2SSB0Gsho+uK5na7M1arFQ+eqQgENrC9HaSiHaWl5zHx0IlEIgGu2+12mE2mArApC6BqJSUlBkmgVPIPds4n6RU42mw2qNSUBzFR1BnA6XQaXHx630ZpF/ml30AYgOsWi0UCsDGIiYauswRCD/b19XXlG45Sqapb7e13RXarpITFpSW4XK4CQEFCOq1qNIyX/IRsB3T4YzB471F9PXiZGOTx0BAu1tXBIDAjN33k1pAlqPlEOB7H+0BAXouLkxMT6OzowM2WFtzu7MSLycnsvlA171ICN+/Tir5dXc1jyZzH40FbW5tkbm1tlVH+B+akmzAJrbimLa6vw0/MJ8xy4mdKJm5UcpGvbBCIQh45PLRoUe0KnA4L9vY+53/jlqOmZgD/YQSy9UuAAQDK5EM/6vIOCwAAAABJRU5ErkJggg==","_Padding":{"__isSmartRef__":true,"id":18035},"_NodeClass":["morph","image"],"_NodeId":"morph-59b9c10f-5e4e-48be-ac11-e220b20ea1a9","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLoaded":true,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Image"},"18032":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18033":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","setImageURL":"setImageURLHTML","getNativeExtent":"getNativeExtentHTML"},"18034":{"x":16,"y":16,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18035":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18036":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"18037":{"morph":{"__isSmartRef__":true,"id":18030},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"18038":{"x":-0.8692821306790393,"y":2.969834337849022,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18039":{"x":200,"y":200,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18040":{"x":39,"y":-10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18041":{"partName":"document_rename.png","requiredModules":[],"idOnLoad":"58950C4C-5304-4183-BCAC-626AD38E00F4","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"18042":{"position":{"__isSmartRef__":true,"id":18043},"_Extent":{"__isSmartRef__":true,"id":18044},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":18045},"_Fill":{"__isSmartRef__":true,"id":18046},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":18056},"_Padding":{"__isSmartRef__":true,"id":18057},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"18043":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18044":{"x":106.05027610358519,"y":21.000000000000057,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18045":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18046":{"stops":[{"__isSmartRef__":true,"id":18047},{"__isSmartRef__":true,"id":18049},{"__isSmartRef__":true,"id":18051},{"__isSmartRef__":true,"id":18053}],"vector":{"__isSmartRef__":true,"id":18055},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"18047":{"offset":0,"color":{"__isSmartRef__":true,"id":18048}},"18048":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18049":{"offset":0.4,"color":{"__isSmartRef__":true,"id":18050}},"18050":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18051":{"offset":0.6,"color":{"__isSmartRef__":true,"id":18052}},"18052":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18053":{"offset":1,"color":{"__isSmartRef__":true,"id":18054}},"18054":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18055":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18056":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"18057":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18058":{"x":490.0359264595939,"y":9.49203779350779,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18059":{"stops":[{"__isSmartRef__":true,"id":18060},{"__isSmartRef__":true,"id":18062},{"__isSmartRef__":true,"id":18064},{"__isSmartRef__":true,"id":18066}],"vector":{"__isSmartRef__":true,"id":18055},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"18060":{"offset":0,"color":{"__isSmartRef__":true,"id":18061}},"18061":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18062":{"offset":0.4,"color":{"__isSmartRef__":true,"id":18063}},"18063":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18064":{"offset":0.6,"color":{"__isSmartRef__":true,"id":18065}},"18065":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18066":{"offset":1,"color":{"__isSmartRef__":true,"id":18067}},"18067":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18068":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"ScriptableButton","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":18069},{"__isSmartRef__":true,"id":18071}],"revisionOnLoad":170561,"idOnLoad":"C2F91288-6C5B-4B93-9105-71C562B8B7D6","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"18069":{"date":{"__isSmartRef__":true,"id":18070},"author":"robertkrahn","message":"no comment","id":"0366C0A2-0C8E-4AEB-AAC3-120434134545"},"18070":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:10:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18071":{"date":{"__isSmartRef__":true,"id":18072},"author":"huberthesse","message":"Restore scriptable button","id":"7DCED89C-C162-4A42-94E3-6B4D2CBA4932"},"18072":{"isSerializedDate":true,"string":"Tue Jun 12 2012 11:12:07 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18073":{"sourceObj":{"__isSmartRef__":true,"id":18012},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":18012},"targetMethodName":"onFire","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"18074":{"x":106.05027610358519,"y":21.000000000000057,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18075":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"18076":{"morph":{"__isSmartRef__":true,"id":18012},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"18077":{"x":69.13071786932096,"y":-13.969834337848965,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18078":{"onFire":{"__isSmartRef__":true,"id":18079}},"18079":{"varMapping":{"__isSmartRef__":true,"id":18080},"source":"function onFire() {\n if (!(this.owner.target && this.owner.target.targets)) {\n return\n }\n var that = this\n var oldName = this.owner.target.name\n this.world().prompt(\"Please enter a name for this group\", function (newName) {\n if (newName !== oldName) {\n that.owner.target.targets.each(function (target) {\n if (!target.behaviorGroups) {\n target.behaviorGroups = []\n } else {\n var idx = target.behaviorGroups.indexOf(oldName)\n if (idx > -1) {\n target.behaviorGroups.removeAt(idx)\n }\n }\n if (newName !== \"\") {\n target.behaviorGroups.push(newName)\n }\n })\n if (newName !== \"\") {\n that.owner.target.setName(newName)\n } else {\n that.owner.target.setName(undefined)\n }\n }\n that.get(\"ObjectEditorMorphSelector\").setTarget(that.owner.target)\n }, oldName)\n}","funcProperties":{"__isSmartRef__":true,"id":18081},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18080":{"this":{"__isSmartRef__":true,"id":18012}},"18081":{"timestamp":{"__isSmartRef__":true,"id":18082},"user":"timfelgentreff","tags":[]},"18082":{"isSerializedDate":true,"string":"Thu Jun 14 2012 13:04:34 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18083":{"submorphs":[{"__isSmartRef__":true,"id":18084}],"scripts":[],"id":"CF2393E7-CF71-4E61-A90D-2AFFF0D0DF1E","shape":{"__isSmartRef__":true,"id":18099},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":18115},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":18102},"lighterFill":{"__isSmartRef__":true,"id":18116},"label":{"__isSmartRef__":true,"id":18084},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":18125},"name":"ObjectEditorMorphSelector","partsBinMetaInfo":{"__isSmartRef__":true,"id":18126},"list":[],"renderContextTable":{"__isSmartRef__":true,"id":18127},"eventHandler":{"__isSmartRef__":true,"id":18128},"distanceToDragEvent":{"__isSmartRef__":true,"id":18129},"priorExtent":{"__isSmartRef__":true,"id":18130},"owner":{"__isSmartRef__":true,"id":16359},"textString":"","selection":{"__isSmartRef__":true,"id":18131},"_ClipMode":"visible","prevScroll":[0,0],"listMorph":null,"derivationIds":[221,"4AC64FBA-95AC-42B2-A078-B6DA97889093","E26ED0E6-C4CE-4C82-94D5-175270E8459E","D292F2FC-C2B6-48AE-B779-8CC5868FFA49","53A862EB-032C-4BF0-9B21-58C7E0C0A9B2","CC4D188B-510F-48DE-A0E1-EC8D2CD63F9F","0CD057F2-3517-4849-A69E-1EF79B05ACE8","66EBBB7D-8FA7-4D43-AE78-A18DA3B970BA","A50C1893-4138-4E29-865B-92F53F76D08A","1EC5D2B9-3539-419A-8DD6-CE82DEABB02C","95DC06D5-F4C7-49E2-8A01-110D1B0AFBD0","672DEFAB-2BE5-4C60-9779-3B44694FBEB1","E3476213-5872-492C-BE29-0C6A5A150ED8","AA2F6ABE-1CCB-403D-94DD-8FB371F3DDCE","54B67D51-AB19-40A0-A2A6-EC51F3171CAC","1CF44342-896F-4ACB-847F-7CB3CD10ED5A","279A9257-1667-4E0C-844B-A4E0D02462F0","DDCBD835-4B3F-4B8F-9623-696DA76C3A2C","D2CB17F3-5DD0-4E97-BF99-40A95ABF976B","FA519665-2394-43D3-8DCF-802A158F3291","90519BB5-7419-46E0-B7E3-4C26304F3414","F00DD026-0E85-4DEB-86FB-2031DFA461ED","FBA9015C-2798-45CF-900E-E3D23EC916E4","32F05083-55BF-4399-9E9A-CF165ECCD2B2","504C2B12-3C53-4EC7-9E22-D909EF687B3C","2B60BF9B-64A5-409F-937E-109C1401494E","67F6065A-C7B5-458E-AF96-4016FE633106","32EC019E-E06B-448D-8D35-212E2251F039"],"#startLetters":"getBounds()","isCopyMorphRef":true,"morphRefId":153,"_Rotation":0,"_Scale":1.0000000000000002,"isPressed":false,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":18148},"__LivelyClassName__":"lively.morphic.Button"},"18084":{"submorphs":[],"scripts":[],"id":"C944AE28-86C7-471F-A37D-B83E31500500","shape":{"__isSmartRef__":true,"id":18085},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":220,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":18090},"textColor":{"__isSmartRef__":true,"id":18088},"owner":{"__isSmartRef__":true,"id":18083},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":18091}],"padding":{"__isSmartRef__":true,"id":18093},"_Padding":{"__isSmartRef__":true,"id":18093},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":18094},"attributeConnections":[{"__isSmartRef__":true,"id":18095}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"renderContextTable":{"__isSmartRef__":true,"id":18096},"eventHandler":{"__isSmartRef__":true,"id":18097},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":220,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":10,"derivationIds":[222,"30F054A3-7658-405B-8098-B7D87AA8A9ED","556D6E07-45B7-42EC-A486-DE275EF0B034","06B0B080-467A-46CC-8B0D-9C0A9B9A71F1","5E2D96C9-BB9B-4735-8673-A79847435197","B48AA022-2022-4A2A-9090-4D884FB3DFD3","8B2F743A-98C5-45E1-B03C-5019114EAC47","D09C56C3-A2DC-4BDF-B8A1-6365138ECD01","74158C3D-B79E-43E7-B111-48701B10ACE2","B19E117B-E40F-4B9F-86AC-BFB2AAFD5336","4E3B3D72-E52C-44ED-AE32-78939BA1ECFD","2459D1F0-E49C-4882-AB4C-D78C1A496962","3D8D3B02-0459-45C1-A606-D0DB4B07958C","78AAE288-D261-4BEA-9436-C8C31B890B44","2E10F795-9892-4BF7-9A46-BCB90FD6112E","DE32EFA9-C920-42F6-9F2E-7EDABEC006AF","23FBFC79-1927-48FD-8C1C-09FFD7539784","3409506C-9BAE-43DA-BCAF-94392F9646DF","ED94289E-98FC-4126-9EED-25FDC98D5BFC","63C2F1D8-3A1B-464B-9945-1F661D4CFE26","782AAB82-32E9-4A37-9DC0-3118636C2CCE","3F0D9196-2772-4BDE-94B3-D27495D0F5A9","43E52AFA-6C8B-4114-9932-288A4E291FFE","7CFF28F6-178C-4760-9712-E831A19951BF","3DDD7FFF-0E2F-4BE2-B958-B14354BCC295","E4E7E159-9DD3-4A75-9DEC-71BA990EFE63","1EE19927-EDB0-45AB-91BD-68AD6AD28D18","7880FE55-1E59-40AE-B2F0-D330B5E727B4"],"_TextColor":{"__isSmartRef__":true,"id":17493},"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":18098},"__LivelyClassName__":"lively.morphic.Text"},"18085":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":18086},"_Extent":{"__isSmartRef__":true,"id":18087},"_BorderColor":{"__isSmartRef__":true,"id":18088},"renderContextTable":{"__isSmartRef__":true,"id":18089},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":17484},"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"18086":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18087":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18088":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18089":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"18090":{"x":2,"y":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18091":{"style":{"__isSmartRef__":true,"id":18092},"chunkOwner":{"__isSmartRef__":true,"id":18084},"storedString":"empty","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"18092":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"18093":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18094":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18095":{"sourceObj":{"__isSmartRef__":true,"id":18084},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":18083},"targetMethodName":"selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"18096":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"18097":{"morph":{"__isSmartRef__":true,"id":18084},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"18098":{"requiredModules":[],"idOnLoad":"C944AE28-86C7-471F-A37D-B83E31500500","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"18099":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":18100},"_Extent":{"__isSmartRef__":true,"id":18101},"_Fill":{"__isSmartRef__":true,"id":18102},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":18112},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":18113},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":18114},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"18100":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18101":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18102":{"stops":[{"__isSmartRef__":true,"id":18103},{"__isSmartRef__":true,"id":18105},{"__isSmartRef__":true,"id":18107},{"__isSmartRef__":true,"id":18109}],"vector":{"__isSmartRef__":true,"id":18111},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"18103":{"offset":0,"color":{"__isSmartRef__":true,"id":18104}},"18104":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18105":{"offset":0.4,"color":{"__isSmartRef__":true,"id":18106}},"18106":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18107":{"offset":0.6,"color":{"__isSmartRef__":true,"id":18108}},"18108":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18109":{"offset":1,"color":{"__isSmartRef__":true,"id":18110}},"18110":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18111":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18112":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18113":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"18114":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18115":{"x":237.16073103818724,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18116":{"stops":[{"__isSmartRef__":true,"id":18117},{"__isSmartRef__":true,"id":18119},{"__isSmartRef__":true,"id":18121},{"__isSmartRef__":true,"id":18123}],"vector":{"__isSmartRef__":true,"id":18111},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"18117":{"offset":0,"color":{"__isSmartRef__":true,"id":18118}},"18118":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18119":{"offset":0.4,"color":{"__isSmartRef__":true,"id":18120}},"18120":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18121":{"offset":0.6,"color":{"__isSmartRef__":true,"id":18122}},"18122":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18123":{"offset":1,"color":{"__isSmartRef__":true,"id":18124}},"18124":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18125":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18126":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","idOnLoad":"CF2393E7-CF71-4E61-A90D-2AFFF0D0DF1E","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"18127":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"18128":{"morph":{"__isSmartRef__":true,"id":18083},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"18129":{"x":122.93118375058827,"y":-11.582832083333244,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18130":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18131":{"submorphs":[],"scripts":[],"id":181,"shape":{"__isSmartRef__":true,"id":18132},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":18138},"_MaxTextWidth":580,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":18139},"showsHalos":false,"_FontSize":28,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Title","partsBinMetaInfo":{"__isSmartRef__":true,"id":18140},"_TextColor":{"__isSmartRef__":true,"id":18141},"renderContextTable":{"__isSmartRef__":true,"id":18142},"textChunks":[{"__isSmartRef__":true,"id":18143}],"eventHandler":{"__isSmartRef__":true,"id":18145},"priorExtent":{"__isSmartRef__":true,"id":18146},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":580,"_MinTextHeight":null,"_Rotation":0,"_Scale":1.002003004005006,"previousSelection":[35,35],"priorSelectionRange":[23,23],"charsReplaced":"WIP / Proof of Concept","lastFindLoc":22,"distanceToDragEvent":{"__isSmartRef__":true,"id":18147},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","isCopyMorphRef":true,"morphRefId":2,"prevScroll":[0,0],"__LivelyClassName__":"lively.morphic.Text"},"18132":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":18133},"_Extent":{"__isSmartRef__":true,"id":18134},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":18135},"renderContextTable":{"__isSmartRef__":true,"id":18136},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":18137},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"18133":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18134":{"x":580,"y":43,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18135":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18136":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"18137":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18138":{"x":37,"y":23,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18139":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18140":{"partsSpaceName":"PartsBin/Worlds/","__SourceModuleName__":"Global.lively.PartsBin","comment":"For example a world title.","partName":"Title","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"18141":{"r":0,"g":0.309,"b":0.595,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18142":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"18143":{"style":{"__isSmartRef__":true,"id":18144},"chunkOwner":{"__isSmartRef__":true,"id":18131},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"18144":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"18145":{"morph":{"__isSmartRef__":true,"id":18131},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"18146":{"x":580,"y":43,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18147":{"x":221,"y":-12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18148":{"createListMorph":{"__isSmartRef__":true,"id":18149},"removeList":{"__isSmartRef__":true,"id":18153},"reset":{"__isSmartRef__":true,"id":18157},"displayTopLevelMorphs":{"__isSmartRef__":true,"id":18161},"onMouseDown":{"__isSmartRef__":true,"id":18165},"setTargetOfPane":{"__isSmartRef__":true,"id":18173},"setTargetToListSelection":{"__isSmartRef__":true,"id":18177},"onBlur":{"__isSmartRef__":true,"id":18181},"setTarget":{"__isSmartRef__":true,"id":18189},"setTargetOnSelection":{"__isSmartRef__":true,"id":18193},"getItems":{"__isSmartRef__":true,"id":18197},"createGroupTree":{"__isSmartRef__":true,"id":18201},"createWorldTree":{"__isSmartRef__":true,"id":18205},"highlightCurrentTarget":{"__isSmartRef__":true,"id":18209},"setHighlight":{"__isSmartRef__":true,"id":18213},"removeHighlight":{"__isSmartRef__":true,"id":18217}},"18149":{"varMapping":{"__isSmartRef__":true,"id":18150},"source":"function createListMorph() {\n var items = this.getItems(),\n height = this.owner.getExtent().y,\n bounds = new Rectangle(0, this.getExtent().y, this.getExtent().x, height),\n that = this\n\n var listMorph = new lively.morphic.Tree();\n listMorph.setName(\"MorphSelectorTree\")\n listMorph.getLayouter().defer()\n listMorph.setItem(items);\n listMorph.setBounds(bounds)\n listMorph.disableGrabbing()\n listMorph.disableDragging()\n listMorph.setBorderWidth(1)\n listMorph.setBorderColor(Color.rgb(150,150,150))\n listMorph.childNodes.each(function (n) {\n n.expand()\n })\n this.highlightCurrentTarget(listMorph)\n\n return listMorph;\n}","funcProperties":{"__isSmartRef__":true,"id":18151},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18150":{"this":{"__isSmartRef__":true,"id":18083}},"18151":{"timestamp":{"__isSmartRef__":true,"id":18152},"user":"lauritz","tags":[]},"18152":{"isSerializedDate":true,"string":"Sat Jun 23 2012 00:49:08 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18153":{"varMapping":{"__isSmartRef__":true,"id":18154},"source":"function removeList() {\n if (this.listMorph && !this.listMorph.stayUp) {\n this.listMorph.remove()\n this.listMorph = null\n } else {\n this.listMorph && delete this.listMorph.stayUp\n }\n}","funcProperties":{"__isSmartRef__":true,"id":18155},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18154":{"this":{"__isSmartRef__":true,"id":18083}},"18155":{"timestamp":{"__isSmartRef__":true,"id":18156},"user":"timfelgentreff","tags":[]},"18156":{"isSerializedDate":true,"string":"Thu Jun 21 2012 17:43:28 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18157":{"varMapping":{"__isSmartRef__":true,"id":18158},"source":"function reset() {\n this.list = [];\n this.setLabel('empty');\n this.label.setAlign('left');\n this.removeList();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'});\n}","funcProperties":{"__isSmartRef__":true,"id":18159},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18158":{"this":{"__isSmartRef__":true,"id":18083}},"18159":{"timestamp":{"__isSmartRef__":true,"id":18160},"user":"lauritz","tags":[]},"18160":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:34:06 GMT+0100 (Mitteleuropäische Zeit)"},"18161":{"varMapping":{"__isSmartRef__":true,"id":18162},"source":"function displayTopLevelMorphs() {\n var listMorph = this.createListMorph();\n listMorph.setVisible(false)\n this.addMorph(listMorph)\n this.listMorph = listMorph\n\n // need temp here, doesn't work otherwise, strange errors... Javascript WAT\n var layouting = function() {\n listMorph.setVisible(true)\n listMorph.getLayouter().resume()\n }\n layouting.morphicDelay(1)\n}","funcProperties":{"__isSmartRef__":true,"id":18163},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18162":{"this":{"__isSmartRef__":true,"id":18083}},"18163":{"timestamp":{"__isSmartRef__":true,"id":18164},"user":"timfelgentreff","tags":[]},"18164":{"isSerializedDate":true,"string":"Tue Jun 19 2012 11:22:44 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18165":{"varMapping":{"__isSmartRef__":true,"id":18166},"source":"function onMouseDown(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n // clicked on morph, not the list, not the list's scrollbar\n if (evt.target === this.renderContext().shapeNode)\n this.removeList();\n } else {\n this.displayTopLevelMorphs();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":18171},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18166":{"this":{"__isSmartRef__":true,"id":18083},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":18167}},"18167":{"$super":{"__isSmartRef__":true,"id":18168}},"18168":{"varMapping":{"__isSmartRef__":true,"id":18169},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world) \n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":18170},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18169":{"obj":{"__isSmartRef__":true,"id":18083},"name":"onMouseDown"},"18170":{},"18171":{"timestamp":{"__isSmartRef__":true,"id":18172},"user":"timfelgentreff","tags":[]},"18172":{"isSerializedDate":true,"string":"Mon Jun 18 2012 21:03:45 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18173":{"varMapping":{"__isSmartRef__":true,"id":18174},"source":"function setTargetOfPane(selection) {\n this.owner.setTarget(selection);\n this.label.setAlign('left');\n}","funcProperties":{"__isSmartRef__":true,"id":18175},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18174":{"this":{"__isSmartRef__":true,"id":18083}},"18175":{"timestamp":{"__isSmartRef__":true,"id":18176},"user":"lauritz","tags":[]},"18176":{"isSerializedDate":true,"string":"Wed Dec 07 2011 04:30:42 GMT+0100 (Mitteleuropäische Zeit)"},"18177":{"varMapping":{"__isSmartRef__":true,"id":18178},"source":"function setTargetToListSelection() { \n var selection = this.listMorph.selection;\n this.removeList();\n if (!selection) return;\n if (this.owner.scriptPane.hasChanged()) {\n var that = this;\n var callback = function (confirmed) {\n if (confirmed) that.setTargetOfPane(selection);\n }\n this.owner.confirmUnsavedChanges(callback);\n } else {\n this.setTargetOfPane(selection);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":18179},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18178":{"this":{"__isSmartRef__":true,"id":18083}},"18179":{"timestamp":{"__isSmartRef__":true,"id":18180},"user":"lauritz","tags":[]},"18180":{"isSerializedDate":true,"string":"Wed Dec 07 2011 06:06:48 GMT+0100 (Mitteleuropäische Zeit)"},"18181":{"varMapping":{"__isSmartRef__":true,"id":18182},"source":"function onBlur(evt) {\n $super(evt);\n \n // workaround - otherwise other morphs get this event\n var target = evt.world.clickedOnMorph\n if (!this.listMorph || !this.listMorph.isAncestorOf(target)) {\n this.removeList();\n } else {\n this.focus()\n }\n}","funcProperties":{"__isSmartRef__":true,"id":18187},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18182":{"this":{"__isSmartRef__":true,"id":18083},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":18183}},"18183":{"$super":{"__isSmartRef__":true,"id":18184}},"18184":{"varMapping":{"__isSmartRef__":true,"id":18185},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":18186},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18185":{"obj":{"__isSmartRef__":true,"id":18083},"name":"onBlur"},"18186":{},"18187":{"timestamp":{"__isSmartRef__":true,"id":18188},"user":"timfelgentreff","tags":[]},"18188":{"isSerializedDate":true,"string":"Tue Jun 19 2012 11:01:12 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18189":{"varMapping":{"__isSmartRef__":true,"id":18190},"source":"function setTarget(target) {\n this.label.setTextString(target.getName() || target.toString());\n}","funcProperties":{"__isSmartRef__":true,"id":18191},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18190":{"this":{"__isSmartRef__":true,"id":18083}},"18191":{"timestamp":{"__isSmartRef__":true,"id":18192},"user":"lauritz","tags":[]},"18192":{"isSerializedDate":true,"string":"Wed Dec 07 2011 04:29:39 GMT+0100 (Mitteleuropäische Zeit)"},"18193":{"varMapping":{"__isSmartRef__":true,"id":18194},"source":"function setTargetOnSelection() {\n if (this.listMorph && this.listMorph.renderContext() && this.listMorph.renderContext().listNode.value) {\n this.setTargetToListSelection();\n this.stopStepping();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":18195},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18194":{"this":{"__isSmartRef__":true,"id":18083}},"18195":{"timestamp":{"__isSmartRef__":true,"id":18196},"user":"lauritz","tags":[]},"18196":{"isSerializedDate":true,"string":"Wed Dec 07 2011 06:12:06 GMT+0100 (Mitteleuropäische Zeit)"},"18197":{"varMapping":{"__isSmartRef__":true,"id":18198},"source":"function getItems() {\n var worldEntry = this.createWorldTree(),\n groups = this.createGroupTree()\n\n return {children: [groups, worldEntry]};\n}","funcProperties":{"__isSmartRef__":true,"id":18199},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18198":{"this":{"__isSmartRef__":true,"id":18083}},"18199":{"timestamp":{"__isSmartRef__":true,"id":18200},"user":"timfelgentreff","tags":[]},"18200":{"isSerializedDate":true,"string":"Mon Jun 18 2012 20:56:14 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18201":{"varMapping":{"__isSmartRef__":true,"id":18202},"source":"function createGroupTree() {\n // groups\n var morphList = this.world().indentedListItemsOfMorphNames(),\n that = this,\n children = morphList.collect(function (element) {\n return element.value.behaviorGroups\n }).compact().flatten().uniq().sort().collect(function (groupName) {\n var selection = that.get(\"MagnifierButton\").newMultiSelection()\n selection.targets = morphList.select(function (element) {\n return element.value.behaviorGroups &&\n element.value.behaviorGroups.indexOf(groupName) >= 0\n }).collect(function (element) {\n return element.value\n })\n selection.setName(groupName)\n var listName = groupName + \" [\" + selection.targets.length + \"]\"\n return {\n isListItem: true,\n selectionString: listName,\n name: listName,\n editorPane: that.owner,\n value: selection\n }\n })\n \n children.each(function (c) {\n Object.addScript(c, function onSelect() {\n this.editorPane.setTarget(this.value)\n })\n })\n \n if (children.length === 0) {\n children = null\n }\n \n return {\n isListItem: true,\n selectionString: 'Groups',\n name: 'Groups',\n value: 'groups',\n children: children\n };\n}","funcProperties":{"__isSmartRef__":true,"id":18203},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18202":{"this":{"__isSmartRef__":true,"id":18083}},"18203":{"timestamp":{"__isSmartRef__":true,"id":18204},"user":"timfelgentreff","tags":[]},"18204":{"isSerializedDate":true,"string":"Thu Jun 21 2012 17:27:07 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18205":{"varMapping":{"__isSmartRef__":true,"id":18206},"source":"function createWorldTree() {\n var scripts = [\n function onSelect(tree) {\n if (window.event.isShiftDown()) {\n this.editorPane.get(\"MorphSelectorTree\").stayUp = true\n if (!this.editorPane.target) {\n var targets = []\n } else if (this.editorPane.target.isMorph) {\n var targets = [this.editorPane.target]\n } else {\n var targets = this.editorPane.target.targets\n }\n var idx = targets.indexOf(this.value)\n if (idx >= 0) {\n this.selector.removeHighlight(tree)\n targets.removeAt(idx)\n } else {\n this.selector.setHighlight(tree)\n targets.push(this.value)\n }\n if (targets.length === 0) {\n this.editorPane.reset()\n } else {\n this.editorPane.setTarget(targets)\n }\n } else {\n this.editorPane.setTarget(this.value)\n }\n }\n ],\n properties = {\n editorPane: this.owner,\n selector: this\n }\n \n return {\n name: 'World',\n value: this.world(),\n editorPane: this.owner,\n selector: this,\n onSelect: scripts[0],\n children: this.world().submorphs.invoke('treeItemsOfMorphNames',\n {scripts: scripts,\n properties: properties,\n showUnnamed: true}).compact()\n };\n}","funcProperties":{"__isSmartRef__":true,"id":18207},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18206":{"this":{"__isSmartRef__":true,"id":18083}},"18207":{"timestamp":{"__isSmartRef__":true,"id":18208},"user":"timfelgentreff","tags":[]},"18208":{"isSerializedDate":true,"string":"Thu Jun 21 2012 17:48:12 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18209":{"varMapping":{"__isSmartRef__":true,"id":18210},"source":"function highlightCurrentTarget(tree) {\n var target = this.owner.target,\n nodes = tree.childNodes,\n highlightNode\n\n if (!target) {\n return\n } else if (target.isMorph) {\n var expandables = [target],\n nextOwner = target,\n currentNode\n while (nextOwner.owner) {\n expandables.push(nextOwner.owner)\n nextOwner = nextOwner.owner\n }\n expandables.reverse().each(function (m) {\n currentNode = nodes.detect(function (n) {\n return n.item.value === m\n })\n if (currentNode) {\n nodes = currentNode.childNodes\n if (!nodes && currentNode.item.children) {\n currentNode.expand()\n nodes = currentNode.childNodes\n }\n } else {\n return\n }\n })\n if (currentNode && currentNode.item.value === target) {\n highlightNode = currentNode\n }\n } else {\n var groupNodes = nodes.detect(function (n) {\n return n.item.value === 'groups'\n }).childNodes\n highlightNode = groupNodes.detect(function (n) {\n // group names are unique\n return n.item.value.name === target.name\n })\n }\n\n if (highlightNode) {\n this.setHighlight(highlightNode)\n }\n}","funcProperties":{"__isSmartRef__":true,"id":18211},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18210":{"this":{"__isSmartRef__":true,"id":18083}},"18211":{"timestamp":{"__isSmartRef__":true,"id":18212},"user":"timfelgentreff","tags":[]},"18212":{"isSerializedDate":true,"string":"Thu Jun 21 2012 17:41:55 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18213":{"varMapping":{"__isSmartRef__":true,"id":18214},"source":"function setHighlight(tree) {\n tree.submorphs[0].setFill(Color.rgb(218,218,218))\n}","funcProperties":{"__isSmartRef__":true,"id":18215},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18214":{"this":{"__isSmartRef__":true,"id":18083}},"18215":{"timestamp":{"__isSmartRef__":true,"id":18216},"user":"timfelgentreff","tags":[]},"18216":{"isSerializedDate":true,"string":"Thu Jun 21 2012 17:42:05 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18217":{"varMapping":{"__isSmartRef__":true,"id":18218},"source":"function removeHighlight(tree) {\n tree.submorphs[0].setFill(Color.rgb(255,255,255))\n}","funcProperties":{"__isSmartRef__":true,"id":18219},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18218":{"this":{"__isSmartRef__":true,"id":18083}},"18219":{"timestamp":{"__isSmartRef__":true,"id":18220},"user":"timfelgentreff","tags":[]},"18220":{"isSerializedDate":true,"string":"Thu Jun 21 2012 17:46:05 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18221":{"position":{"__isSmartRef__":true,"id":18222},"_Extent":{"__isSmartRef__":true,"id":18223},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":18224},"_Fill":{"__isSmartRef__":true,"id":18225},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":18226},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":18227},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"18222":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18223":{"x":909.0285365288845,"y":526.612532614436,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18224":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18225":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"18226":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"18227":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18228":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","comment":"Edit scripts and connections of a specific morph.","migrationLevel":4,"partName":"ObjectEditorPane","changes":[{"__isSmartRef__":true,"id":18229}],"idOnLoad":"1A8A859F-F15B-4F87-87C8-7450254489CF","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"18229":{"date":{"__isSmartRef__":true,"id":18230},"author":"lauritz","message":"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items."},"18230":{"isSerializedDate":true,"string":"Fri Oct 21 2011 00:39:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18231":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"18232":{"morph":{"__isSmartRef__":true,"id":16359},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"18233":{"x":909.0285365288845,"y":526.612532614436,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18234":{"resizeWidth":true,"resizeHeight":true,"adjustForNewBounds":true},"18235":{"x":350.2386236582805,"y":-3.2455173507596555,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18236":{"x":0.971126750461849,"y":21.45669012569269,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18237":{},"18238":{"displayInitialScript":{"__isSmartRef__":true,"id":18239},"displayJavaScriptSource":{"__isSmartRef__":true,"id":18243},"displaySourceForConnection":{"__isSmartRef__":true,"id":18247},"displaySourceForScript":{"__isSmartRef__":true,"id":18251},"generateSourceForConnection":{"__isSmartRef__":true,"id":18255},"generateSourceForScript":{"__isSmartRef__":true,"id":18259},"generateTargetCode":{"__isSmartRef__":true,"id":18263},"newConnection":{"__isSmartRef__":true,"id":18267},"newScript":{"__isSmartRef__":true,"id":18271},"reset":{"__isSmartRef__":true,"id":18275},"selectChangedContent":{"__isSmartRef__":true,"id":18279},"setTarget":{"__isSmartRef__":true,"id":18283},"sortedConnectionNamesOfObj":{"__isSmartRef__":true,"id":18287},"sortedScriptNamesOfObj":{"__isSmartRef__":true,"id":18291},"updateLists":{"__isSmartRef__":true,"id":18295},"onShutdown":{"__isSmartRef__":true,"id":18299},"confirmUnsavedChanges":{"__isSmartRef__":true,"id":18303},"update":{"__isSmartRef__":true,"id":18307},"ensureAnnotationLayer":{"__isSmartRef__":true,"id":18311},"migrateOldScriptAnnotations":{"__isSmartRef__":true,"id":18315},"copyToPartsBinWithUserRequest":{"__isSmartRef__":true,"id":18319},"printTags":{"__isSmartRef__":true,"id":18327},"setTag":{"__isSmartRef__":true,"id":18331},"runScript":{"__isSmartRef__":true,"id":18335},"openPartTestRunner":{"__isSmartRef__":true,"id":18339}},"18239":{"varMapping":{"__isSmartRef__":true,"id":18240},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.preselectItem();\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.preselectItem();\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":18241},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18240":{"this":{"__isSmartRef__":true,"id":16359}},"18241":{"timestamp":{"__isSmartRef__":true,"id":18242},"user":"lauritz","tags":[]},"18242":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:13:43 GMT+0100 (Mitteleuropäische Zeit)"},"18243":{"varMapping":{"__isSmartRef__":true,"id":18244},"source":"function displayJavaScriptSource(jsCode) {\n if (this.scriptPane.hasChanged()) {\n var that = this;\n var callback = function(confirmed) {\n if (confirmed) that.scriptPane.display(jsCode)\n };\n this.confirmUnsavedChanges(callback);\n } else {\n this.scriptPane.display(jsCode);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":18245},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18244":{"this":{"__isSmartRef__":true,"id":16359}},"18245":{"timestamp":{"__isSmartRef__":true,"id":18246},"user":"lauritz","tags":[]},"18246":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"18247":{"varMapping":{"__isSmartRef__":true,"id":18248},"source":"function displaySourceForConnection(connection) {\n var code = \"\", that = this;\n if (connection === undefined) return;\n if (connection === null) {\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\"\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForConnection(connection);\n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":18249},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18248":{"this":{"__isSmartRef__":true,"id":16359}},"18249":{"timestamp":{"__isSmartRef__":true,"id":18250},"user":"conradcalmez","tags":[]},"18250":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:59:30 GMT+0100 (Mitteleuropäische Zeit)"},"18251":{"varMapping":{"__isSmartRef__":true,"id":18252},"source":"function displaySourceForScript(scriptName) {\n var code = \"\",\n that = this;\n if (scriptName === null) {\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForScript(each)).concat(\"\\n\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForScript(scriptName); \n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":18253},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18252":{"this":{"__isSmartRef__":true,"id":16359}},"18253":{"timestamp":{"__isSmartRef__":true,"id":18254},"user":"lauritz","tags":[]},"18254":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:51:37 GMT+0100 (Mitteleuropäische Zeit)"},"18255":{"varMapping":{"__isSmartRef__":true,"id":18256},"source":"function generateSourceForConnection(connection) {\n var c = connection, targetObject = this.target;\n\tif (!c.getTargetObj() || !c.getTargetObj().name || \n\t\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\n\n\tvar optConfig = []\n\tif (c.converterString)\n\t\toptConfig.push(\"converter: \\n\\t\" + c.converterString)\n\tif (c.updaterString)\n\t\toptConfig.push(\"updater: \\n\\t\" + c.updaterString)\n\treturn Strings.format('connect(%s, \"%s\", %s, \"%s\", {%s});', \n\t\t\tthis.generateTargetCode(targetObject, c.getSourceObj()),\n\t\t\tc.getSourceAttrName(),\n\t\t\tthis.generateTargetCode(targetObject, c.getTargetObj()),\n\t\t\tc.getTargetMethodName(),\n\t\t\toptConfig.join(','));\n\n}","funcProperties":{"__isSmartRef__":true,"id":18257},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18256":{"this":{"__isSmartRef__":true,"id":16359}},"18257":{"timestamp":{"__isSmartRef__":true,"id":18258},"user":"lauritz","tags":[]},"18258":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"18259":{"varMapping":{"__isSmartRef__":true,"id":18260},"source":"function generateSourceForScript(scriptName) {\n var script = this.target[scriptName],\n annotation = '',\n scriptSource = '',\n tagScript = '';\n\n if (!script && !this.target.isMorph) {\n script = this.target.getFunction(scriptName)\n }\n\n if (script.timestamp && script.user) \n annotation = Strings.format('// changed at %s by %s \\n', script.timestamp, script.user);\n scriptSource = Strings.format('this.addScript(%s)', script.getOriginal());\n tagScript = Strings.format('.tag(%s);', this.printTags(script));\n\n return annotation + scriptSource + tagScript;\n}","funcProperties":{"__isSmartRef__":true,"id":18261},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18260":{"this":{"__isSmartRef__":true,"id":16359}},"18261":{"timestamp":{"__isSmartRef__":true,"id":18262},"user":"tessi","tags":[]},"18262":{"isSerializedDate":true,"string":"Wed Jun 13 2012 16:17:15 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18263":{"varMapping":{"__isSmartRef__":true,"id":18264},"source":"function generateTargetCode(baseObject, targetObject) {\n\tvar name = targetObject.name;\n\tif (baseObject === targetObject) \n\t\treturn \"this\";\n\telse if (baseObject[name] === targetObject) \n\t\treturn \"this.\" + name;\n\telse if (baseObject.testObject === targetObject) \n\t\treturn \"this.testObject\";\n\telse if (baseObject.get(name) === targetObject) \n\t\treturn 'this.get(\"' + name + '\")';\n\telse if (targetObject instanceof Morph) \n\t\treturn '$morph(\"' + name + '\")';\n\telse \n\t\treturn \"????\";\n}","funcProperties":{"__isSmartRef__":true,"id":18265},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18264":{"this":{"__isSmartRef__":true,"id":16359}},"18265":{"timestamp":{"__isSmartRef__":true,"id":18266},"user":"lauritz","tags":[]},"18266":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"18267":{"varMapping":{"__isSmartRef__":true,"id":18268},"source":"function newConnection() {\n if (this.target) {\n var code = \"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":18269},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18268":{"this":{"__isSmartRef__":true,"id":16359}},"18269":{"timestamp":{"__isSmartRef__":true,"id":18270},"user":"lauritz","tags":[]},"18270":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"18271":{"varMapping":{"__isSmartRef__":true,"id":18272},"source":"function newScript() {\n if (this.target) {\n var code = \"this.addScript(function SCRIPTNAME() {\\n \\n}).tag([]);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":18273},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18272":{"this":{"__isSmartRef__":true,"id":16359}},"18273":{"timestamp":{"__isSmartRef__":true,"id":18274},"user":"lauritz","tags":[]},"18274":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:24:25 GMT+0100 (Mitteleuropäische Zeit)"},"18275":{"varMapping":{"__isSmartRef__":true,"id":18276},"source":"function reset() {\n this.scriptPane = this.get('ObjectEditorScriptPane')\n this.scriptList = this.get('ObjectEditorScriptList')\n this.connectionList = this.get('ObjectEditorConnectionList')\n this.morphSelector = this.get('ObjectEditorMorphSelector')\n this.target = null;\n this.scriptPane.reset();\n this.scriptList.setList();\n this.scriptList.selection = null;\n this.connectionList.setList();\n this.connectionList.selection = null;\n this.morphSelector.reset();\n this.tagChooser.reset();\n this.currentTag = null;\n this.stopStepping();\n}","funcProperties":{"__isSmartRef__":true,"id":18277},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18276":{"this":{"__isSmartRef__":true,"id":16359}},"18277":{"timestamp":{"__isSmartRef__":true,"id":18278},"user":"conradcalmez","tags":[]},"18278":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:57:50 GMT+0100 (Mitteleuropäische Zeit)"},"18279":{"varMapping":{"__isSmartRef__":true,"id":18280},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n return this.scriptList.selectAddedScript(addScriptMatches[0]);\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i 0 && morph.all(function (e) {\n return e.isMorph\n })) {\n var group = this.get(\"MagnifierButton\").newMultiSelection()\n group.targets = morph\n this.target = morph = group\n }\n\n this.migrateOldScriptAnnotations();\n\n this.morphSelector.setTarget(morph);\n this.scriptPane.setTarget(morph);\n\n this.updateLists();\n this.displayInitialScript();\n\n this.startStepping(500/*ms*/, 'update'); \n}","funcProperties":{"__isSmartRef__":true,"id":18285},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18284":{"this":{"__isSmartRef__":true,"id":16359}},"18285":{"timestamp":{"__isSmartRef__":true,"id":18286},"user":"timfelgentreff","tags":[]},"18286":{"isSerializedDate":true,"string":"Mon Jun 18 2012 18:44:44 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18287":{"varMapping":{"__isSmartRef__":true,"id":18288},"source":"function sortedConnectionNamesOfObj(obj) {\n if (\"attributeConnections\" in obj) {\n return obj.attributeConnections.\n sortBy(function(each) {return name.toLowerCase() }).\n collect(function(each) {return [each.getSourceAttrName(), each]});\n } else {\n return [];\n }\n}","funcProperties":{"__isSmartRef__":true,"id":18289},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18288":{"this":{"__isSmartRef__":true,"id":16359}},"18289":{"timestamp":{"__isSmartRef__":true,"id":18290},"user":"lauritz","tags":[]},"18290":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"18291":{"varMapping":{"__isSmartRef__":true,"id":18292},"source":"function sortedScriptNamesOfObj(obj) {\n\n if (!obj)\n return [];\n\n if (obj && obj.isMorph) {\n \n if (!Functions.own(obj) || Functions.own(obj).size() == 0) return [];\n\n var selectedScripts = Functions.own(obj).\n \tselect(function(name) { return obj[name].getOriginal().hasLivelyClosure }).\n \tsortBy(function(name) { return name.toLowerCase() });\n\n if (!this.currentTag) return selectedScripts;\n\n var that = this;\n var selectedScripts = selectedScripts.select(function(scriptName) {\n return obj[scriptName].tags && \n obj[scriptName].tags.include(that.currentTag);\n });\n\n return selectedScripts;\n } else {\n // obj is a multiselection-target group \n return obj.targetFunctions();\n }\n\n \n}","funcProperties":{"__isSmartRef__":true,"id":18293},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18292":{"this":{"__isSmartRef__":true,"id":16359}},"18293":{"timestamp":{"__isSmartRef__":true,"id":18294},"user":"lauritz","tags":[]},"18294":{"isSerializedDate":true,"string":"Thu Jun 07 2012 15:55:01 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18295":{"varMapping":{"__isSmartRef__":true,"id":18296},"source":"function updateLists() {\n\n var scriptListItems = this.sortedScriptNamesOfObj(this.target);\n scriptListItems.unshift(\"-- ALL --\");\n if (!Arrays.equal(scriptListItems, this.scriptList.getList())) {\n this.scriptList.setList(scriptListItems);\n }\n \n var connectionListItems = this.sortedConnectionNamesOfObj(this.target);\n connectionListItems.unshift(\"-- ALL --\");\n if (!Arrays.equal(connectionListItems, this.connectionList.getList())) {\n this.connectionList.setList(connectionListItems);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":18297},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18296":{"this":{"__isSmartRef__":true,"id":16359}},"18297":{"timestamp":{"__isSmartRef__":true,"id":18298},"user":"lauritz","tags":[]},"18298":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"18299":{"varMapping":{"__isSmartRef__":true,"id":18300},"source":"function onShutdown() {\n if (this.scriptPane.hasChanged()) {\n var that = this;\n // callback is executed asynchronously since waits on user input.\n // however, the editor should not be closed before input\n // therefore, we patch the remove method until the user reacted\n this.owner.remove = function() {};\n var callback = function(confirmed) {\n if (that.owner.state === \"shutdown\") delete that.owner.state;\n that.owner.remove = that.owner.__proto__.remove;\n if (confirmed) that.owner.remove();\n }\n this.confirmUnsavedChanges(callback);\n } \n}","funcProperties":{"__isSmartRef__":true,"id":18301},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18300":{"this":{"__isSmartRef__":true,"id":16359}},"18301":{"timestamp":{"__isSmartRef__":true,"id":18302},"user":"lauritz","tags":[]},"18302":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"18303":{"varMapping":{"__isSmartRef__":true,"id":18304},"source":"function confirmUnsavedChanges(callback) {\n var message = \"Discard unsaved changes?\";\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":18305},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18304":{"this":{"__isSmartRef__":true,"id":16359}},"18305":{"timestamp":{"__isSmartRef__":true,"id":18306},"user":"lauritz","tags":[]},"18306":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:52:56 GMT+0100 (Mitteleuropäische Zeit)"},"18307":{"varMapping":{"__isSmartRef__":true,"id":18308},"source":"function update() {\n // alias to conform to convention\n this.updateLists();\n}","funcProperties":{"__isSmartRef__":true,"id":18309},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18308":{"this":{"__isSmartRef__":true,"id":16359}},"18309":{"timestamp":{"__isSmartRef__":true,"id":18310},"user":"lauritz","tags":[]},"18310":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"18311":{"varMapping":{"__isSmartRef__":true,"id":18312},"source":"function ensureAnnotationLayer() {\n module('lively.LayerableMorphs').load(true);\n\n if (\"ScriptAnnotationLayer\" in Global) return;\n \n cop.create(\"ScriptAnnotationLayer\");\n ScriptAnnotationLayer.refineClass(\n lively.morphic.Morph,{\n \n addScript: function(funcOrString) {\n var func = Function.fromString(funcOrString),\n oldFunction = this[func.name],\n changed = oldFunction && oldFunction.toString() !== func.toString();\n \n var result = cop.proceed.apply(this, arguments);\n\n if (oldFunction && !changed) {\n this[func.name].setTimestampAndUser(oldFunction.timestamp, oldFunction.user);\n } else {\n this[func.name].setTimestampAndUser();\n }\n return result;\n },\n\n tagScript: function(scriptName, tags) {\n return this[scriptName].tag(tags);\n }\n\n }); \n ScriptAnnotationLayer.refineObject(\n Function.prototype,{\n\n setTimestampAndUser: function(timestamp, user) {\n this.setProperty('timestamp', timestamp || new Date());\n this.setProperty('user', user || (lively.LocalStorage && lively.LocalStorage.get('UserName')));\n },\n \n tag: function(tags) {\n var tags = (typeof tags === 'string') ? [tags] : tags;\n this.setProperty(\"tags\", tags);\n return true; \n } \n });\n\n}","funcProperties":{"__isSmartRef__":true,"id":18313},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18312":{"this":{"__isSmartRef__":true,"id":16359}},"18313":{"timestamp":{"__isSmartRef__":true,"id":18314},"user":"lauritz","tags":[]},"18314":{"isSerializedDate":true,"string":"Tue Dec 13 2011 22:03:17 GMT+0100 (Mitteleuropäische Zeit)"},"18315":{"varMapping":{"__isSmartRef__":true,"id":18316},"source":"function migrateOldScriptAnnotations() {\n var target = this.target;\n\n if (!target) return;\n\n if (target.scriptAnnotations) {\n Functions.own(target).forEach(function (scriptName){\n var scriptAnnotation = target.scriptAnnotations[scriptName];\n if (!scriptAnnotation) return;\n if (scriptAnnotation.user) {\n target[scriptName].setProperty('user', scriptAnnotation.user);\n }\n if (scriptAnnotation.time) {\n target[scriptName].setProperty('timestamp', scriptAnnotation.time);\n }\n if (scriptAnnotation.categories) {\n target[scriptName].setProperty('tags', scriptAnnotation.categories);\n }\n });\n delete target.scriptAnnotations;\n } \n\n Functions.own(target).forEach(function (scriptName) {\n if (target[scriptName].categories) {\n target[scriptName].tags = target[scriptName].categories;\n delete target[scriptName].categories;\n } \n });\n\n}","funcProperties":{"__isSmartRef__":true,"id":18317},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18316":{"this":{"__isSmartRef__":true,"id":16359}},"18317":{"timestamp":{"__isSmartRef__":true,"id":18318},"user":"lauritz","tags":[]},"18318":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:41:00 GMT+0100 (Mitteleuropäische Zeit)"},"18319":{"varMapping":{"__isSmartRef__":true,"id":18320},"source":"function copyToPartsBinWithUserRequest() {\n this.owner.copyToPartsBinWithUserRequest();\n}","funcProperties":{"__isSmartRef__":true,"id":18325},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18320":{"this":{"__isSmartRef__":true,"id":16359},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":18321}},"18321":{"$super":{"__isSmartRef__":true,"id":18322}},"18322":{"varMapping":{"__isSmartRef__":true,"id":18323},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":18324},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18323":{"obj":{"__isSmartRef__":true,"id":16359},"name":"copyToPartsBinWithUserRequest"},"18324":{},"18325":{"timestamp":{"__isSmartRef__":true,"id":18326},"user":"lauritz","tags":[]},"18326":{"isSerializedDate":true,"string":"Thu Nov 17 2011 20:04:19 GMT+0100 (Mitteleuropäische Zeit)"},"18327":{"varMapping":{"__isSmartRef__":true,"id":18328},"source":"function printTags(script) {\n if (!script.tags) return \"[]\";\n\n var printString = '[';\n for (var i=0; i < script.tags.length; i++) {\n if (i !== 0) printString += ', ';\n printString += '\"' + script.tags[i] + '\"';\n }\n printString += ']';\n return printString;\n}","funcProperties":{"__isSmartRef__":true,"id":18329},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18328":{"this":{"__isSmartRef__":true,"id":16359}},"18329":{"timestamp":{"__isSmartRef__":true,"id":18330},"user":"lauritz","tags":[]},"18330":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:33:20 GMT+0100 (Mitteleuropäische Zeit)"},"18331":{"varMapping":{"__isSmartRef__":true,"id":18332},"source":"function setTag(tag) {\n if (tag === 'all') {\n this.currentTag = '';\n } else {\n this.currentTag = tag;\n }\n this.updateLists();\n this.displayInitialScript();\n}","funcProperties":{"__isSmartRef__":true,"id":18333},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18332":{"this":{"__isSmartRef__":true,"id":16359}},"18333":{"timestamp":{"__isSmartRef__":true,"id":18334},"user":"lauritz","tags":[]},"18334":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:35 GMT+0100 (Mitteleuropäische Zeit)"},"18335":{"varMapping":{"__isSmartRef__":true,"id":18336},"source":"function runScript() {\n var scriptName = this.get(\"ObjectEditorScriptList\").selection;\n if (!scriptName || !this.target) return;\n this.target[scriptName]();\n}","funcProperties":{"__isSmartRef__":true,"id":18337},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18336":{"this":{"__isSmartRef__":true,"id":16359}},"18337":{"timestamp":{"__isSmartRef__":true,"id":18338},"user":"conradcalmez","tags":[]},"18338":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:53:29 GMT+0100 (Mitteleuropäische Zeit)"},"18339":{"varMapping":{"__isSmartRef__":true,"id":18340},"source":"function openPartTestRunner() {\n module('lively.PartsTestFramework').load();\n var runner = $part('PartTestRunner', 'PartsBin/Tools');\n runner.setPartUnderTest(this.target);\n runner.openInWorld();\n runner.align(runner.bounds().topLeft(),\n this.owner.bounds().topLeft().addPt(pt(30,30)))\n}","funcProperties":{"__isSmartRef__":true,"id":18341},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18340":{"this":{"__isSmartRef__":true,"id":16359}},"18341":{"timestamp":{"__isSmartRef__":true,"id":18342},"user":"jenslincke","tags":[]},"18342":{"isSerializedDate":true,"string":"Wed Mar 14 2012 15:48:07 GMT+0100 (Mitteleuropäische Zeit)"},"18343":{"submorphs":[],"scripts":[],"id":"E8BA55AC-178F-452C-90DA-C505654D4957","shape":{"__isSmartRef__":true,"id":18344},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":18351},"showsHalos":false,"name":"ResizeCorner4","partsBinMetaInfo":{"__isSmartRef__":true,"id":18352},"__SourceModuleName__":"Global.lively.morphic.Core","__layered_draggingEnabled__":true,"dragStartPoint":null,"originalExtent":{"__isSmartRef__":true,"id":18353},"originalTargetExtent":null,"renderContextTable":{"__isSmartRef__":true,"id":18354},"eventHandler":{"__isSmartRef__":true,"id":18355},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"distanceToDragEvent":{"__isSmartRef__":true,"id":18356},"owner":{"__isSmartRef__":true,"id":16358},"priorExtent":{"__isSmartRef__":true,"id":18357},"isCopyMorphRef":true,"morphRefId":164,"prevScroll":[0,0],"derivationIds":[227,"83D58336-D35B-44FB-9AB1-4467EC058CFA","0141EF2D-898D-4A88-93BF-1B9FEE7E56E6","F343780D-46A1-490F-8347-08939D52329C","DCD3B012-B22F-4037-B24A-FCF858D154D4","E6EDFE95-F114-4F7E-84D5-60B3212BC420","D39E5489-4C7C-4BB7-8D11-83F82F09FF84","B262116A-CEFD-4CEF-AAE0-BE2BED9E7CAF","C289A2CC-E646-4E9C-8715-EAECD92D3C9B","6596C37A-0FA3-441B-87A8-14A6496C6A1C","9BA1ABBC-4195-4B48-8D5C-680E4B57802D","ECCB7823-3C66-42F2-AF0D-71D4BB066366","27021602-5080-41C9-90D6-29FA6E1C12E7","6D098B01-3779-46A2-811A-07B035970C89","5B2B7668-A71F-4123-ACF0-54EC44AF40BF","91F121EF-0A48-4F3C-9D6E-676727E6BE47","B2204956-B9D3-45E2-A5E5-C775FDF24ACC","75F56068-8646-41D2-899F-94DE5CEF3263","8189ED29-38FA-4DF8-8C08-D1956D240917","506C8857-B65B-4EF9-8970-8DA8BC1A7077","E5262413-3A41-4EFB-B2FF-8CC3641D1147","A85C775C-7FB2-430A-AB8D-3553CC5249B2","18CA7403-F30E-491B-8932-85009272CB3D","FBD721AA-88BD-4EAC-ADCD-BE7232B997B8","F689AFB2-E41E-4FAE-A4C1-E4079C28BC4B","3C6552AC-FE78-434A-B272-05D31922B937","79F05780-0F43-4147-AFC5-FD6A02E10C7D","3FF5F05B-F456-4534-9B04-1A80A95262BC"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":18358},"__LivelyClassName__":"lively.morphic.Box"},"18344":{"position":{"__isSmartRef__":true,"id":18345},"_Extent":{"__isSmartRef__":true,"id":18346},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":18347},"_Fill":{"__isSmartRef__":true,"id":18348},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":18349},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":18350},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"18345":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18346":{"x":13,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18347":{"r":0.568,"g":0.568,"b":0.568,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18348":{"r":0.258,"g":0.258,"b":0.258,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"18349":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"18350":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18351":{"x":896,"y":533,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18352":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"idOnLoad":"E8BA55AC-178F-452C-90DA-C505654D4957","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"18353":{"x":239,"y":138,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18354":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"18355":{"morph":{"__isSmartRef__":true,"id":18343},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"18356":{"x":42.327599102410886,"y":-22.830104041830054,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18357":{"x":12,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18358":{"onDrag":{"__isSmartRef__":true,"id":18359},"onDragEnd":{"__isSmartRef__":true,"id":18367},"onDragStart":{"__isSmartRef__":true,"id":18375}},"18359":{"varMapping":{"__isSmartRef__":true,"id":18360},"source":"function onDrag(evt) {\n var moveDelta = evt.mousePoint.subPt(this.dragStartPoint)\n if (evt.isShiftDown()) {\n var maxDelta = Math.max(moveDelta.x, moveDelta.y);\n\tmoveDelta = pt(maxDelta, maxDelta);\n }\n this.owner.setExtent(this.originalTargetExtent.addPt(moveDelta));\n this.align(this.bounds().bottomRight(), this.owner.getExtent())\n}","funcProperties":{"__isSmartRef__":true,"id":18365},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18360":{"this":{"__isSmartRef__":true,"id":18343},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":18361}},"18361":{"$super":{"__isSmartRef__":true,"id":18362}},"18362":{"varMapping":{"__isSmartRef__":true,"id":18363},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":18364},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18363":{"obj":{"__isSmartRef__":true,"id":18343},"name":"onDrag"},"18364":{},"18365":{"timestamp":{"__isSmartRef__":true,"id":18366},"user":"lauritz"},"18366":{"isSerializedDate":true,"string":"Thu Nov 17 2011 05:05:30 GMT+0100 (Mitteleuropäische Zeit)"},"18367":{"varMapping":{"__isSmartRef__":true,"id":18368},"source":"function onDragEnd(evt) {\n this.dragStartPoint = null;\n this.originalTargetExtent = null;\n}","funcProperties":{"__isSmartRef__":true,"id":18373},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18368":{"this":{"__isSmartRef__":true,"id":18343},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":18369}},"18369":{"$super":{"__isSmartRef__":true,"id":18370}},"18370":{"varMapping":{"__isSmartRef__":true,"id":18371},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":18372},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18371":{"obj":{"__isSmartRef__":true,"id":18343},"name":"onDragEnd"},"18372":{},"18373":{"timestamp":{"__isSmartRef__":true,"id":18374},"user":"lauritz"},"18374":{"isSerializedDate":true,"string":"Thu Nov 17 2011 05:05:30 GMT+0100 (Mitteleuropäische Zeit)"},"18375":{"varMapping":{"__isSmartRef__":true,"id":18376},"source":"function onDragStart(evt) {\n this.dragStartPoint = evt.mousePoint;\n this.originalTargetExtent = this.owner.getExtent();\n}","funcProperties":{"__isSmartRef__":true,"id":18381},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18376":{"this":{"__isSmartRef__":true,"id":18343},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":18377}},"18377":{"$super":{"__isSmartRef__":true,"id":18378}},"18378":{"varMapping":{"__isSmartRef__":true,"id":18379},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":18380},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18379":{"obj":{"__isSmartRef__":true,"id":18343},"name":"onDragStart"},"18380":{},"18381":{"timestamp":{"__isSmartRef__":true,"id":18382},"user":"lauritz"},"18382":{"isSerializedDate":true,"string":"Thu Nov 17 2011 05:05:35 GMT+0100 (Mitteleuropäische Zeit)"},"18383":{"submorphs":[{"__isSmartRef__":true,"id":18384},{"__isSmartRef__":true,"id":18400},{"__isSmartRef__":true,"id":18449},{"__isSmartRef__":true,"id":18495}],"scripts":[],"shape":{"__isSmartRef__":true,"id":18533},"id":"FAE2F40A-7499-48FC-863B-C28CB50B7B1E","renderContextTable":{"__isSmartRef__":true,"id":18544},"eventHandler":{"__isSmartRef__":true,"id":18545},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":18546},"_Position":{"__isSmartRef__":true,"id":18547},"windowMorph":{"__isSmartRef__":true,"id":16358},"label":{"__isSmartRef__":true,"id":18384},"closeButton":{"__isSmartRef__":true,"id":18400},"menuButton":{"__isSmartRef__":true,"id":18449},"collapseButton":{"__isSmartRef__":true,"id":18495},"priorExtent":{"__isSmartRef__":true,"id":18548},"owner":{"__isSmartRef__":true,"id":16358},"prevScroll":[0,0],"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"derivationIds":[228,"084DFF55-BC61-4772-8BF7-F6A87C08DE9F","D22EFB93-AC9B-4FCE-9464-3B314FFA4C11","A5F9692A-C657-42B0-B8AA-D2E922A1DE8D","C47683FE-BA01-4AAB-BDE0-4862C049BCE7","BD427B66-7BE7-4205-84EC-825840E59F49","9C39A352-DBDD-48CE-BEB0-99806EDB5253","E813CB65-A28C-4433-BBE5-EB70FBBB3289","33484DF7-DDF3-465F-96EE-215BEC4B3FAD","F96A68D7-1FC3-472C-BADB-56A6682C39E1","817A94F6-2E25-4C40-9602-8B67B1078AAA","2E8EBC07-1155-469B-BFFC-11C498DCC0A1","FCBF2B5C-35B5-47CB-9184-3E1943DD9898","7492FC87-6C18-4F4E-9D77-44DA5F83A458","7FCB8A47-9567-494E-9413-88D13A955736","DD21FC02-8A2F-4CA6-84C0-CEBF0851C41E","CB786813-3A97-4AAA-9264-F52F6020D029","A30DDD23-6D03-4EE7-B98B-4E494F72481C","E46F8E20-617D-4CF6-90BB-9087D55742DD","92AC1F5C-A086-406B-AE6C-91646CA339D5","EC73968A-5BB2-43BD-9125-C2183767648C","5F271576-2935-47DB-89A3-E99620E1C5F8","4D639D53-78CD-4B68-B56F-246E177046F3","22AE7C15-0370-4F34-8965-EC1230857C28","82496F83-D620-4F21-BC40-96B8A83FCD01","FA56F7D5-5329-4CEA-8F67-2F78A44BC4EB","CAC7EF8B-28AF-4E73-B156-E20E4EB5D416","9C2EFA4E-68DB-4224-B80C-917F2538B92A"],"_ClipMode":"visible","_Scale":1,"#startLetters":"","partsBinMetaInfo":{"__isSmartRef__":true,"id":18549},"__LivelyClassName__":"lively.morphic.TitleBar"},"18384":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":18385},"id":"C76C8B6D-ABE5-4BF6-8F68-D80AE551D5DA","renderContextTable":{"__isSmartRef__":true,"id":18391},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":18392}],"eventHandler":{"__isSmartRef__":true,"id":18394},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":18395},"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":18383},"priorExtent":{"__isSmartRef__":true,"id":18396},"_MaxTextWidth":850,"_MinTextWidth":850,"_MaxTextHeight":null,"_MinTextHeight":null,"_Position":{"__isSmartRef__":true,"id":18397},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[229,"D760A244-216E-4A66-8201-25AFC3AB6CC3","D0DE1BA6-E69D-4C19-A257-9D846EA6D12C","7590D64D-7524-4378-BB7E-845EC8CAE745","8996B9DB-C10E-41E4-8286-056BBCF8E151","18942143-8626-4D26-A7D9-153295EE4B23","A410C3F9-F31A-4BC9-A998-ABA33334F720","BEEB144B-EFF3-4E29-A539-41264A731D6C","28B7F25C-B8D9-4D07-B94A-C4A9A35D67B2","395D4415-072D-4BEC-AA6C-195D1347972A","EC2D8014-4D60-448C-A874-3BD6C9604EA7","DE4577EA-7D34-4421-AAC8-83F47657C444","57A9B659-D46C-4300-8F2D-74D46571698A","B1883C55-5E91-4942-A525-4CAB01379672","7633C47A-9577-4388-B87C-2C2E46E21037","A2C35D16-8A3E-4500-B2C8-5FAEC09E0486","B7396D6C-0BDE-4089-80A5-6E455C618AD9","7A868C2D-ECF3-4D77-AA1F-A97215694CA4","610C16AD-4536-41E8-9E5C-449629544F55","C0B1955F-45B1-4142-8A7C-8E5E73E0A112","99A6416E-FA95-491C-8EF1-5E74BBE1BBC9","B7054C33-3E84-4DF0-BCF8-BEB3DB4FF5B3","3F87AEB2-A623-47BD-A6D4-9139C1F12911","50880DF9-1F30-4572-8C2A-BDEA3FCEDBE0","D6CB7789-16FF-4267-A763-C2735077FB7E","DCCADBAA-D7AE-4DFB-BF18-72953BFBF258","3A48780E-4ED6-40F5-A797-468115E79FF3","3F2BBE07-3501-43D2-887A-61FFE323EE00"],"_TextColor":{"__isSmartRef__":true,"id":18398},"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":18399},"__LivelyClassName__":"lively.morphic.Text"},"18385":{"_Position":{"__isSmartRef__":true,"id":18386},"renderContextTable":{"__isSmartRef__":true,"id":18387},"_Extent":{"__isSmartRef__":true,"id":18388},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":18389},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":18390},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"18386":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18387":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"18388":{"x":850,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18389":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18390":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18391":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"18392":{"style":{"__isSmartRef__":true,"id":18393},"chunkOwner":{"__isSmartRef__":true,"id":18384},"storedString":"ObjectEditor (WebDev'12)","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"18393":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"18394":{"morph":{"__isSmartRef__":true,"id":18384},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"18395":{"resizeWidth":true},"18396":{"x":850,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18397":{"x":20,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18398":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18399":{"requiredModules":[],"idOnLoad":"C76C8B6D-ABE5-4BF6-8F68-D80AE551D5DA","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"18400":{"submorphs":[{"__isSmartRef__":true,"id":18401}],"scripts":[],"shape":{"__isSmartRef__":true,"id":18414},"id":"EF71BAB3-6BCF-4034-AD32-CBA5CC309C7D","renderContextTable":{"__isSmartRef__":true,"id":18430},"eventHandler":{"__isSmartRef__":true,"id":18431},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":18432},"priorExtent":{"__isSmartRef__":true,"id":18433},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":18420},"lighterFill":{"__isSmartRef__":true,"id":18434},"label":{"__isSmartRef__":true,"id":18401},"owner":{"__isSmartRef__":true,"id":18383},"layout":{"__isSmartRef__":true,"id":18443},"attributeConnections":[{"__isSmartRef__":true,"id":18444},{"__isSmartRef__":true,"id":18446}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","derivationIds":[230,"EE58E329-4B81-4ABE-A8D6-A3E1AA5BF908","418BD036-5123-49E3-A68D-B2CA74DD4EBA","AB2EC618-F852-4DB4-8601-C98F851F983A","84444904-5A59-41A9-9200-77C2DFC28F0A","BCDE4CA6-1D56-45F5-980B-4BF689C874DD","C3377671-C2BC-4F1B-93B3-CF0083C27FC9","F8D02126-AD53-4ED0-9EA5-6EB71D788E14","CD6A0659-264E-4175-8900-DC5D9CD9CAE6","25A69395-9A9F-46AD-9D7B-BE62EC93A84D","4A50008D-7B6C-4077-AD8A-F0ABFEE54609","D027A273-D3F7-4C76-8EC8-A657761EF2A6","CC29371C-6136-4432-A14B-8CDE6D0E356A","0D2F3233-0176-4B81-8060-39FFD170E6C1","08587E9E-6A99-4A75-B242-B131DF1F7D4B","B8BC3EB3-F857-4A8A-8EA3-04705684668B","39E80212-8228-40CF-A2A5-4BD9A18D63DF","B91C0DA6-57B6-440D-835B-963BFF5EB71C","DEFD70A9-7FF0-4020-A24E-3751C70D1F40","9B0FCB3B-5AE3-4B7A-B18A-38A98826CD26","133BF7B0-0741-4F09-9D15-091FAC6FD6F2","D6C646C6-3DEE-44C6-AC2E-B0718291B0D2","CB196CAC-C00E-424D-AEC2-604735B56481","E3CAF15B-A67B-4360-A080-51A3452E8C2B","B7783F97-EDDE-4566-9602-85BA2CA22809","8602212C-72C4-47EA-AF9C-DCE503ECE77D","B46EDE98-2463-4569-84E2-CF9B0BD68E9F","B62136A7-395C-46E2-953A-F939EC7C50D0"],"_ClipMode":"visible","showsHalos":false,"_Scale":1,"isPressed":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":18448},"__LivelyClassName__":"lively.morphic.WindowControl"},"18401":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":18402},"id":"40F5C364-89E4-4D90-91CF-B623A87F9728","renderContextTable":{"__isSmartRef__":true,"id":18407},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":18408}],"eventHandler":{"__isSmartRef__":true,"id":18410},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":18411},"priorExtent":{"__isSmartRef__":true,"id":18412},"_MaxTextWidth":13,"_MinTextWidth":13,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":18400},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[231,"8DB42E03-8473-4B83-81E2-61EE04DF890A","B50E6B6E-F836-4B3E-8AD1-2B34DA86CE3B","60439D94-5083-4977-8470-BD8843FF782A","5EC44375-A7D5-4BD3-AFC7-C507DF8D60C8","5BDCC4F6-C579-4A6F-96BB-2F59131EFD32","712DF12F-50C4-4EEB-9C4C-47A4DC15E968","6A46E35D-28F8-4F0F-B812-E79D2A1994B3","5A9F3A61-DA02-432F-B92D-90126253AD44","EF5811A8-74EC-4FA1-B994-FC261C7FD3F3","52AE2953-CEAB-4A6A-8F94-7B47368D663D","11A1DAEC-0A39-4089-8294-98ADB33B5E50","2D286778-5885-4888-91BF-35075D2F972B","A48CDD90-B0F1-46D9-928F-DA44C16A8B77","CF0E7690-780A-45E1-BADB-CE246971030C","A7AACEA7-EFAA-4F3E-B8EC-279EA4C34BC6","59706A46-7F3B-4643-8C45-BDEF14AD5040","015990FD-76AE-4D22-808E-1245F0C80C7B","3D6823A4-A7BF-4BD2-BDAC-8631E9C915BA","C03FEC40-C900-4685-8975-7005C6693E82","94666091-57DC-4032-AE34-F499206CAF00","07BEDF28-CCAC-46F4-B011-29D69EEEB5BF","9ED6670F-10BB-4E07-A8B5-F0DEED6C038A","1FC55B0E-9C46-4D23-A367-AAF8929BD112","77448A8D-E3E3-4E3D-92D6-514DF9EE23DB","793AF6CB-ECEC-4A59-B7E8-994C0FCB2B40","33419BD4-7A21-43DD-A9B0-2C2CA91318B3","40371C09-7E37-4C7D-9621-DB94387C8A3D"],"showsHalos":false,"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":18413},"__LivelyClassName__":"lively.morphic.Text"},"18402":{"_Position":{"__isSmartRef__":true,"id":18403},"renderContextTable":{"__isSmartRef__":true,"id":18404},"_Extent":{"__isSmartRef__":true,"id":18405},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":18406},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":18390},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"18403":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18404":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"18405":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18406":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18407":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"18408":{"style":{"__isSmartRef__":true,"id":18409},"chunkOwner":{"__isSmartRef__":true,"id":18401},"storedString":"X","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"18409":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"18410":{"morph":{"__isSmartRef__":true,"id":18401},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"18411":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18412":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18413":{"requiredModules":[],"idOnLoad":"40F5C364-89E4-4D90-91CF-B623A87F9728","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"18414":{"_Position":{"__isSmartRef__":true,"id":18415},"renderContextTable":{"__isSmartRef__":true,"id":18416},"_Extent":{"__isSmartRef__":true,"id":18417},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":18418},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":18419},"_Fill":{"__isSmartRef__":true,"id":18420},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"18415":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18416":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"18417":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18418":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18419":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18420":{"stops":[{"__isSmartRef__":true,"id":18421},{"__isSmartRef__":true,"id":18423},{"__isSmartRef__":true,"id":18425},{"__isSmartRef__":true,"id":18427}],"vector":{"__isSmartRef__":true,"id":18429},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"18421":{"offset":0,"color":{"__isSmartRef__":true,"id":18422}},"18422":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18423":{"offset":0.4,"color":{"__isSmartRef__":true,"id":18424}},"18424":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18425":{"offset":0.6,"color":{"__isSmartRef__":true,"id":18426}},"18426":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18427":{"offset":1,"color":{"__isSmartRef__":true,"id":18428}},"18428":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18429":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18430":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"18431":{"morph":{"__isSmartRef__":true,"id":18400},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"18432":{"x":889,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18433":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18434":{"stops":[{"__isSmartRef__":true,"id":18435},{"__isSmartRef__":true,"id":18437},{"__isSmartRef__":true,"id":18439},{"__isSmartRef__":true,"id":18441}],"vector":{"__isSmartRef__":true,"id":18429},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"18435":{"offset":0,"color":{"__isSmartRef__":true,"id":18436}},"18436":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18437":{"offset":0.4,"color":{"__isSmartRef__":true,"id":18438}},"18438":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18439":{"offset":0.6,"color":{"__isSmartRef__":true,"id":18440}},"18440":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18441":{"offset":1,"color":{"__isSmartRef__":true,"id":18442}},"18442":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18443":{"moveHorizontal":true},"18444":{"sourceObj":{"__isSmartRef__":true,"id":18400},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":16358},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":18445},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"18445":{"source":{"__isSmartRef__":true,"id":18400},"target":{"__isSmartRef__":true,"id":16358}},"18446":{"sourceObj":{"__isSmartRef__":true,"id":18400},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":16358},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":18447},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"18447":{"source":{"__isSmartRef__":true,"id":18400},"target":{"__isSmartRef__":true,"id":16358}},"18448":{"requiredModules":[],"idOnLoad":"EF71BAB3-6BCF-4034-AD32-CBA5CC309C7D","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"18449":{"submorphs":[{"__isSmartRef__":true,"id":18450}],"scripts":[],"shape":{"__isSmartRef__":true,"id":18463},"id":"5402978E-A137-4597-8F3A-63B709B65839","renderContextTable":{"__isSmartRef__":true,"id":18477},"eventHandler":{"__isSmartRef__":true,"id":18478},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":18479},"priorExtent":{"__isSmartRef__":true,"id":18480},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":18420},"lighterFill":{"__isSmartRef__":true,"id":18481},"label":{"__isSmartRef__":true,"id":18450},"owner":{"__isSmartRef__":true,"id":18383},"attributeConnections":[{"__isSmartRef__":true,"id":18490},{"__isSmartRef__":true,"id":18492}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","derivationIds":[232,"F393CBFF-A15D-4D1D-A3A3-DA0C7EF93B66","5BC57B43-1661-4C92-827E-E6CCB6E519E1","DDA3D28B-E4EA-4F17-9B68-D6964E9A2524","93D34CE0-A8E8-43DA-AA3B-3B32912E0BC1","93EA3F6A-3D2D-41E5-8FBD-16CDD8BD7946","C32E10BE-5DA5-46B4-B508-BDA50452B006","39B24C04-E0C8-46B6-91D3-A7CB1A79DF2A","33E45199-4C9B-4815-8760-E9BB50B17AE7","C25CBD71-C31B-4AA9-A244-4F689F7343B9","320E4A47-80DF-45B8-8997-6F8BD9D14C16","6D5959E7-D752-47B3-8F18-DB1D38739937","9F07D24A-8FD4-4B5C-B1B7-0204B89741E5","B3AC0AD0-2563-413C-A675-C3667C27B889","0F42ECA6-D7C4-4D66-8962-0BF4E60600EB","01EC08C0-C205-4B5B-BF9F-501946C17F89","17021EB0-BD8D-4B7E-8AF0-9DFBBE68A4D3","DB0C7576-12EA-44DA-BB28-CBA69177BAA6","864EE754-794E-4DBF-82C6-E83D0A1E4CA3","80FA2D1D-193A-4B70-BFBF-1E7DEAF545B4","40C3676B-76F6-43D5-AA8C-A99A422D3B1B","6EAC5696-45D0-41F0-8A88-B5CE8FF64EB4","199F87F9-24A3-48D2-8886-D96B169864F2","2DE73502-B54C-4280-B021-3648E0FC1F12","D2D92A29-450D-4AA9-A9DE-E578B251F91A","A6682DDB-4CF5-4F53-A8DE-B3E4C99EEF21","2CCF379F-BC69-476F-88FF-507808DD3F29","3AB02A88-9188-4B7D-ABC9-34B0FDEFB363"],"_ClipMode":"visible","_Scale":1,"isPressed":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":18494},"__LivelyClassName__":"lively.morphic.WindowControl"},"18450":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":18451},"id":"F410E4C7-5E2A-4962-A0CB-32227FB9C932","renderContextTable":{"__isSmartRef__":true,"id":18456},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":18457}],"eventHandler":{"__isSmartRef__":true,"id":18459},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":18460},"priorExtent":{"__isSmartRef__":true,"id":18461},"_MaxTextWidth":13,"_MinTextWidth":13,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":18449},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[233,"E1DC624A-DE6A-4680-92DA-803BFFE6CD54","2EB42409-E0C2-408B-8F84-EDF9EBFB2590","0684F49F-5338-4D44-82C9-5A4E2D62EE72","0B73719D-BC87-4B8D-890D-30C0714B5584","90D2BAAA-EB9D-45AF-8770-9616421A5762","1FAA3617-0517-49D7-ADCB-15357C49A9BB","F746D14F-BC62-4FAC-A5F0-DCC9D1DF650A","6F027012-81B2-4760-B5ED-11342DEAAE72","922D9F59-AB45-4279-9919-69D11CA2CC2D","1BE57CCE-1EE8-4CBF-9989-873B82709981","F3EB613F-A6B4-4174-906A-FD347063B359","65712D5D-80A0-461C-BC56-3C771CEC295C","8CDF04CC-3F0F-43B9-B953-DEA8D0C8AE8E","C953211B-F2ED-4E67-B40F-802E801928F0","32060BF7-DF78-4F32-8570-DFB1C2DE1AD4","0BC6F0C8-A974-426A-86CA-4E1FABFE62BE","D2BF2C89-051D-49B6-83DC-A731C64B821B","9987DC1E-083F-4D9B-AC9F-EF6A05FE454A","E5DEA953-C609-4B8E-A794-E09AF75A1BA8","39598890-B08D-4E68-9D4A-9298FCFE00A6","DF733510-8567-4643-9186-51E0A23E54AC","4D7A5034-5494-4A0B-9B4C-B4596950A4BF","46BB26A5-565F-45CD-BCB3-B8263E313F39","204888A7-A3FD-4C84-B818-DB221A67CAC6","6E9F1D3E-2A82-465C-8A52-33AC1F6FC85A","678D082A-0F02-499F-8671-F4A967F7F2E4","34C2942D-6E96-495A-A1AE-64CE207CE649"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":18462},"__LivelyClassName__":"lively.morphic.Text"},"18451":{"_Position":{"__isSmartRef__":true,"id":18452},"renderContextTable":{"__isSmartRef__":true,"id":18453},"_Extent":{"__isSmartRef__":true,"id":18454},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":18455},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":18390},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"18452":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18453":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"18454":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18455":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18456":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"18457":{"style":{"__isSmartRef__":true,"id":18458},"chunkOwner":{"__isSmartRef__":true,"id":18450},"storedString":"M","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"18458":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"18459":{"morph":{"__isSmartRef__":true,"id":18450},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"18460":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18461":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18462":{"requiredModules":[],"idOnLoad":"F410E4C7-5E2A-4962-A0CB-32227FB9C932","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"18463":{"_Position":{"__isSmartRef__":true,"id":18464},"renderContextTable":{"__isSmartRef__":true,"id":18465},"_Extent":{"__isSmartRef__":true,"id":18466},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":18467},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":18419},"_Fill":{"__isSmartRef__":true,"id":18468},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"18464":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18465":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"18466":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18467":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18468":{"stops":[{"__isSmartRef__":true,"id":18469},{"__isSmartRef__":true,"id":18471},{"__isSmartRef__":true,"id":18473},{"__isSmartRef__":true,"id":18474}],"vector":{"__isSmartRef__":true,"id":18476},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"18469":{"offset":0,"color":{"__isSmartRef__":true,"id":18470}},"18470":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18471":{"offset":0.3,"color":{"__isSmartRef__":true,"id":18472}},"18472":{"r":0.8666666666666667,"g":0.8666666666666667,"b":0.8666666666666667,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18473":{"offset":0.7,"color":{"__isSmartRef__":true,"id":18472}},"18474":{"offset":1,"color":{"__isSmartRef__":true,"id":18475}},"18475":{"r":0.7973333333333334,"g":0.7973333333333334,"b":0.7973333333333334,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18476":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18477":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"18478":{"morph":{"__isSmartRef__":true,"id":18449},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"18479":{"x":3,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18480":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18481":{"stops":[{"__isSmartRef__":true,"id":18482},{"__isSmartRef__":true,"id":18484},{"__isSmartRef__":true,"id":18486},{"__isSmartRef__":true,"id":18488}],"vector":{"__isSmartRef__":true,"id":18429},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"18482":{"offset":0,"color":{"__isSmartRef__":true,"id":18483}},"18483":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18484":{"offset":0.4,"color":{"__isSmartRef__":true,"id":18485}},"18485":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18486":{"offset":0.6,"color":{"__isSmartRef__":true,"id":18487}},"18487":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18488":{"offset":1,"color":{"__isSmartRef__":true,"id":18489}},"18489":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18490":{"sourceObj":{"__isSmartRef__":true,"id":18449},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":16358},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":18491},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"18491":{"source":{"__isSmartRef__":true,"id":18449},"target":{"__isSmartRef__":true,"id":16358}},"18492":{"sourceObj":{"__isSmartRef__":true,"id":18449},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":16358},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":18493},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"18493":{"source":{"__isSmartRef__":true,"id":18449},"target":{"__isSmartRef__":true,"id":16358}},"18494":{"requiredModules":[],"idOnLoad":"5402978E-A137-4597-8F3A-63B709B65839","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"18495":{"submorphs":[{"__isSmartRef__":true,"id":18496}],"scripts":[],"shape":{"__isSmartRef__":true,"id":18509},"id":"2EE309B9-DC07-46D4-B49B-CF2725D55428","renderContextTable":{"__isSmartRef__":true,"id":18514},"eventHandler":{"__isSmartRef__":true,"id":18515},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":18516},"priorExtent":{"__isSmartRef__":true,"id":18517},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":18420},"lighterFill":{"__isSmartRef__":true,"id":18518},"label":{"__isSmartRef__":true,"id":18496},"owner":{"__isSmartRef__":true,"id":18383},"layout":{"__isSmartRef__":true,"id":18527},"attributeConnections":[{"__isSmartRef__":true,"id":18528},{"__isSmartRef__":true,"id":18530}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","derivationIds":[234,"EC7EDE8E-294A-46CF-85BB-BBC525336E13","F24B29EE-0964-499D-834F-E3D087DC6003","F6F3659F-9229-46AA-9B9E-46627A7062B2","A88C4D93-582A-4C0D-9F97-F2F0E291BB7E","AA05682F-3E98-433C-8C01-422A46068DFC","A12AF6EA-E1A6-4527-8E16-D276C19A3A0E","4C7D6ACD-B49F-4877-889E-F26C1CC71D95","7AB2CBD2-B47B-4414-8053-0488FB51D18C","47BF14A4-BBD6-42CA-AF7A-9A29CD80DE50","CC8F7059-EA26-45D8-B311-D21333B72ED9","247902EB-2D95-48A7-890A-5F22856E0397","11F20F21-5097-47F4-B440-94CB42631F86","C823344E-DCF7-4940-818A-35F6706F9FE9","B22E1C30-F84F-4C87-A019-F9246469158E","9995E9C7-FB6C-4B86-A5A9-C2C67D9A0C13","737A2985-745C-4E84-8C7C-8A1D07E58867","D37F954E-6ADB-4D71-971D-3F0A919B675D","5229284B-E4D1-4459-847F-4D97AB4BBC7A","E1D480F8-C039-418B-889B-8B3A7C4792CC","A2FE4C89-F1B6-4D31-9FD2-B5B7489C5EF4","DAD2B9B2-D5BC-4576-8DE4-B4BC3A8174BE","B147013B-F447-4AC4-93AA-F8A95452FE3F","89356302-166E-4C84-821C-6A5266E28A32","0133F852-7995-40E7-A552-DFC80A4A132E","75CEF9E7-D448-41EE-A5C0-A67E8240E36B","7BE0708B-4A8E-42A7-B8C2-F44D39755022","2726B091-03FD-427B-BC8D-85106BC32ADD"],"_ClipMode":"visible","_Scale":1,"isPressed":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":18532},"__LivelyClassName__":"lively.morphic.WindowControl"},"18496":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":18497},"id":"C1C34C8C-8C71-4B1B-84A8-77B0C0F1E8D8","renderContextTable":{"__isSmartRef__":true,"id":18502},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":18503}],"eventHandler":{"__isSmartRef__":true,"id":18505},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":18506},"priorExtent":{"__isSmartRef__":true,"id":18507},"_MaxTextWidth":13,"_MinTextWidth":13,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":18495},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[235,"F92ECC97-5F5B-4CDA-A829-270D000F0D88","A7CDAD5D-BCA1-4AF0-A092-9E81DF1F5C1B","35639FEE-51E8-4469-BB0E-5D1650F1E695","65EBC411-8078-4C93-9A62-F3E8D325DBA7","3F66B345-86BE-4AF4-84FC-BA468E960283","5CA475ED-1D1C-4934-9671-012AA9BAA280","CAC47AC8-FBAF-42E5-9BDA-15414CDFBDDE","8B27F43D-0C2C-4217-9FBC-EC95AE8A708D","6B04D1E4-D30D-4CF1-B117-D3BDEE6BA8AD","C3C98596-F14C-4BDD-A87A-73B964C92577","D1D0BD50-D401-411A-B179-6C1620DBFF84","602DCA3B-3172-420D-9C12-CD36CD749955","E8C5C4F0-759B-4AB5-9062-386DFF130EC7","F4C99B11-335B-4C4F-B817-2999228A3675","CB7DF7B3-E657-494E-83D2-19F7E68563D1","63BBF733-1096-47D3-A8EA-35B045B12F63","455938D2-B6E9-4BAA-BC62-C256BE04B003","B8552CAD-F213-45DA-B5DB-0DAF15CF7F07","F43A5C46-A593-47FF-8828-790035C27A85","8EE687B1-98FB-4F8B-B1EF-9D5AA904955A","E13EE8FA-627F-4D26-AEAA-51ABB585B61A","ADAD2682-E2AC-43D5-AB29-8B5F9FCDEE15","DE69BAC3-317F-4451-B405-ECE63B9464AC","ECAC6A68-1678-4C61-BE82-8ADC100A483A","502F7537-6ACB-4C48-866C-5CB3941DE07C","F3EB2E90-5AD5-43E6-86E6-FF7165AC8A22","AF54ABDD-4507-4F3B-BD8F-EF7517C01E1D"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":18508},"__LivelyClassName__":"lively.morphic.Text"},"18497":{"_Position":{"__isSmartRef__":true,"id":18498},"renderContextTable":{"__isSmartRef__":true,"id":18499},"_Extent":{"__isSmartRef__":true,"id":18500},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":18501},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":18390},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"18498":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18499":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"18500":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18501":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18502":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"18503":{"style":{"__isSmartRef__":true,"id":18504},"chunkOwner":{"__isSmartRef__":true,"id":18496},"storedString":"–","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"18504":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"18505":{"morph":{"__isSmartRef__":true,"id":18496},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"18506":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18507":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18508":{"requiredModules":[],"idOnLoad":"C1C34C8C-8C71-4B1B-84A8-77B0C0F1E8D8","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"18509":{"_Position":{"__isSmartRef__":true,"id":18510},"renderContextTable":{"__isSmartRef__":true,"id":18511},"_Extent":{"__isSmartRef__":true,"id":18512},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":18513},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":18419},"_Fill":{"__isSmartRef__":true,"id":18420},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"18510":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18511":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"18512":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18513":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18514":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"18515":{"morph":{"__isSmartRef__":true,"id":18495},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"18516":{"x":870,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18517":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18518":{"stops":[{"__isSmartRef__":true,"id":18519},{"__isSmartRef__":true,"id":18521},{"__isSmartRef__":true,"id":18523},{"__isSmartRef__":true,"id":18525}],"vector":{"__isSmartRef__":true,"id":18429},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"18519":{"offset":0,"color":{"__isSmartRef__":true,"id":18520}},"18520":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18521":{"offset":0.4,"color":{"__isSmartRef__":true,"id":18522}},"18522":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18523":{"offset":0.6,"color":{"__isSmartRef__":true,"id":18524}},"18524":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18525":{"offset":1,"color":{"__isSmartRef__":true,"id":18526}},"18526":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18527":{"moveHorizontal":true},"18528":{"sourceObj":{"__isSmartRef__":true,"id":18495},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":16358},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":18529},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"18529":{"source":{"__isSmartRef__":true,"id":18495},"target":{"__isSmartRef__":true,"id":16358}},"18530":{"sourceObj":{"__isSmartRef__":true,"id":18495},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":16358},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":18531},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"18531":{"source":{"__isSmartRef__":true,"id":18495},"target":{"__isSmartRef__":true,"id":16358}},"18532":{"requiredModules":[],"idOnLoad":"2EE309B9-DC07-46D4-B49B-CF2725D55428","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"18533":{"_Position":{"__isSmartRef__":true,"id":18534},"renderContextTable":{"__isSmartRef__":true,"id":18535},"_Extent":{"__isSmartRef__":true,"id":18536},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":18537},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":18538},"_Fill":{"__isSmartRef__":true,"id":18539},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"18534":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18535":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"18536":{"x":909,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18537":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18538":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18539":{"stops":[{"__isSmartRef__":true,"id":18540},{"__isSmartRef__":true,"id":18542}],"vector":{"__isSmartRef__":true,"id":18476},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"18540":{"offset":0,"color":{"__isSmartRef__":true,"id":18541}},"18541":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18542":{"offset":1,"color":{"__isSmartRef__":true,"id":18543}},"18543":{"r":0.6400000000000001,"g":0.6400000000000001,"b":0.6400000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18544":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"18545":{"morph":{"__isSmartRef__":true,"id":18383},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"18546":{"resizeWidth":true,"adjustForNewBounds":true},"18547":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18548":{"x":909,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18549":{"requiredModules":[],"idOnLoad":"FAE2F40A-7499-48FC-863B-C28CB50B7B1E","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"18550":{"renderContextTable":{"__isSmartRef__":true,"id":18551},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":18552},"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":18553},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":18554},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"18551":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"18552":{"x":909,"y":547,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18553":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18554":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18555":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"18556":{"morph":{"__isSmartRef__":true,"id":16358},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"18557":{"adjustForNewBounds":true},"18558":{"x":909,"y":547,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18559":{"x":0,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18560":{"a":1,"b":0,"c":0,"d":1,"e":21,"f":92.89999999999998,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"lively.morphic.Similitude"},"18561":{"x":723,"y":268,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18562":{"a":1.0040100200350561,"b":0,"c":0,"d":1.0040100200350561,"e":25.958169966165087,"f":125.02070906988553,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"lively.morphic.Similitude"},"18563":{"x":729,"y":365,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18564":{"migrationLevel":4,"partsSpaceName":"PartsBin/Tools","__SourceModuleName__":"Global.lively.PartsBin","comment":"Edit scripts and connections of a morph, or a group of morphs.","partName":"ObjectGroupEditor","changes":[{"__isSmartRef__":true,"id":18565},{"__isSmartRef__":true,"id":18567},{"__isSmartRef__":true,"id":18569},{"__isSmartRef__":true,"id":18571},{"__isSmartRef__":true,"id":18573},{"__isSmartRef__":true,"id":18575},{"__isSmartRef__":true,"id":18577},{"__isSmartRef__":true,"id":18579},{"__isSmartRef__":true,"id":18581},{"__isSmartRef__":true,"id":18583},{"__isSmartRef__":true,"id":18585},{"__isSmartRef__":true,"id":18587},{"__isSmartRef__":true,"id":18589},{"__isSmartRef__":true,"id":18591},{"__isSmartRef__":true,"id":18593},{"__isSmartRef__":true,"id":18595},{"__isSmartRef__":true,"id":18597},{"__isSmartRef__":true,"id":18599},{"__isSmartRef__":true,"id":18601},{"__isSmartRef__":true,"id":18603},{"__isSmartRef__":true,"id":18605},{"__isSmartRef__":true,"id":18607},{"__isSmartRef__":true,"id":18609},{"__isSmartRef__":true,"id":18611},{"__isSmartRef__":true,"id":18613},{"__isSmartRef__":true,"id":18615},{"__isSmartRef__":true,"id":18617},{"__isSmartRef__":true,"id":18619},{"__isSmartRef__":true,"id":18621},{"__isSmartRef__":true,"id":18623},{"__isSmartRef__":true,"id":18625},{"__isSmartRef__":true,"id":18627},{"__isSmartRef__":true,"id":18629},{"__isSmartRef__":true,"id":18631},{"__isSmartRef__":true,"id":18633},{"__isSmartRef__":true,"id":18635},{"__isSmartRef__":true,"id":18637},{"__isSmartRef__":true,"id":18639},{"__isSmartRef__":true,"id":18641},{"__isSmartRef__":true,"id":18643},{"__isSmartRef__":true,"id":18645},{"__isSmartRef__":true,"id":18647},{"__isSmartRef__":true,"id":18649},{"__isSmartRef__":true,"id":18651},{"__isSmartRef__":true,"id":18653},{"__isSmartRef__":true,"id":18655},{"__isSmartRef__":true,"id":18657},{"__isSmartRef__":true,"id":18659},{"__isSmartRef__":true,"id":18661},{"__isSmartRef__":true,"id":18663},{"__isSmartRef__":true,"id":18665},{"__isSmartRef__":true,"id":18667},{"__isSmartRef__":true,"id":18669},{"__isSmartRef__":true,"id":18671},{"__isSmartRef__":true,"id":18673},{"__isSmartRef__":true,"id":18675},{"__isSmartRef__":true,"id":18677},{"__isSmartRef__":true,"id":18679},{"__isSmartRef__":true,"id":18681},{"__isSmartRef__":true,"id":18683},{"__isSmartRef__":true,"id":18685},{"__isSmartRef__":true,"id":18687},{"__isSmartRef__":true,"id":18689},{"__isSmartRef__":true,"id":18691},{"__isSmartRef__":true,"id":18693},{"__isSmartRef__":true,"id":18695},{"__isSmartRef__":true,"id":18697},{"__isSmartRef__":true,"id":18699},{"__isSmartRef__":true,"id":18701},{"__isSmartRef__":true,"id":18703},{"__isSmartRef__":true,"id":18705},{"__isSmartRef__":true,"id":18707},{"__isSmartRef__":true,"id":18709},{"__isSmartRef__":true,"id":18711},{"__isSmartRef__":true,"id":18713}],"idOnLoad":"86B1BCA3-D470-41D0-864A-084AA7B4CAA8","revisionOnLoad":172332,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"18565":{"date":{"__isSmartRef__":true,"id":18566},"author":"timfelgentreff","message":"resize initially","id":"6D0DAD13-A4E6-4FC7-AB01-0CBD3CBE6FEE"},"18566":{"isSerializedDate":true,"string":"Tue Jun 19 2012 11:26:37 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18567":{"date":{"__isSmartRef__":true,"id":18568},"author":"tessi","message":"select target-dropwdownlist instead of \"Target\"-Label when clicking on the dropdownlist","id":"8744030E-7C35-4B0D-9619-DDF542E951E3"},"18568":{"isSerializedDate":true,"string":"Tue Jun 19 2012 10:21:25 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18569":{"date":{"__isSmartRef__":true,"id":18570},"author":"lauritz","message":"added cschusters's Widget.js module to this part's PartsBinMetaInfo.requiredModules","id":"CDFDF35E-A6AC-4ABC-8ADC-567B3CC55F6B"},"18570":{"isSerializedDate":true,"string":"Tue Jun 19 2012 10:11:02 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18571":{"date":{"__isSmartRef__":true,"id":18572},"author":"timfelgentreff","message":"Add a magnifiying glass to select target (similar to developer tools DOM selection)","id":"D9409D32-738F-4916-BA02-82C040C9891B"},"18572":{"isSerializedDate":true,"string":"Thu May 24 2012 17:21:39 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18573":{"date":{"__isSmartRef__":true,"id":18574},"author":"timfelgentreff","message":"no comment","id":"6D83027E-EC28-4497-A29F-E48051BD74FA"},"18574":{"isSerializedDate":true,"string":"Thu May 24 2012 16:54:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18575":{"date":{"__isSmartRef__":true,"id":18576},"author":"robertkrahn","message":"restored old version for addressing immediate save problems","id":"63323F27-08DC-499B-80D6-A700A30FE6BA"},"18576":{"isSerializedDate":true,"string":"Thu Apr 26 2012 22:03:48 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18577":{"date":{"__isSmartRef__":true,"id":18578},"author":"fbo","message":"No more addScript and better support for Firefox","id":"1BC8E4F5-9621-43E1-9451-35E018A8B06F"},"18578":{"isSerializedDate":true,"string":"Thu Apr 26 2012 11:16:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18579":{"date":{"__isSmartRef__":true,"id":18580},"author":"robertkrahn","message":"- Tags text morph now is a input line, fixed a bug in generateSourceForScript()","id":"485A3064-009C-4A89-875B-D3BF1B1C0606"},"18580":{"isSerializedDate":true,"string":"Thu Mar 08 2012 19:12:32 GMT+0100 (Mitteleuropäische Zeit)"},"18581":{"date":{"__isSmartRef__":true,"id":18582},"author":"fabian","message":"","id":"50D90B40-1175-48A3-AC0E-10AC8884288A"},"18582":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:51:00 GMT+0100 (Mitteleuropäische Zeit)"},"18583":{"date":{"__isSmartRef__":true,"id":18584},"author":"fabian","message":"","id":"E39C79D4-9E74-47BA-A6EA-D0B861EB411D"},"18584":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:46:13 GMT+0100 (Mitteleuropäische Zeit)"},"18585":{"date":{"__isSmartRef__":true,"id":18586},"author":"fabian","message":"","id":"0714BC73-548D-4AF3-9A61-32FEE36C9B1F"},"18586":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:34:16 GMT+0100 (Mitteleuropäische Zeit)"},"18587":{"date":{"__isSmartRef__":true,"id":18588},"author":"fabian","message":"","id":"AEB64F75-685C-4BB8-8C69-D8EC60CBA91D"},"18588":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:14:57 GMT+0100 (Mitteleuropäische Zeit)"},"18589":{"date":{"__isSmartRef__":true,"id":18590},"author":"fabian","message":"","id":"EE9D6061-DD05-4FC8-B53A-21B93B9F5535"},"18590":{"isSerializedDate":true,"string":"Wed Mar 07 2012 20:57:12 GMT+0100 (Mitteleuropäische Zeit)"},"18591":{"date":{"__isSmartRef__":true,"id":18592},"author":"fabian","message":"","id":"112A906B-C79A-4CF2-BD2A-EEF9A6731634"},"18592":{"isSerializedDate":true,"string":"Wed Mar 07 2012 20:42:40 GMT+0100 (Mitteleuropäische Zeit)"},"18593":{"date":{"__isSmartRef__":true,"id":18594},"author":"fabian","message":"","id":"6FF4CD6F-6C92-449F-B2CA-20BFACE54E7A"},"18594":{"isSerializedDate":true,"string":"Wed Mar 07 2012 20:37:11 GMT+0100 (Mitteleuropäische Zeit)"},"18595":{"date":{"__isSmartRef__":true,"id":18596},"author":"sstamm","message":"added save button","id":"3A85D0AF-64E0-40C7-8C4E-61CD462F3971"},"18596":{"isSerializedDate":true,"string":"Fri Feb 03 2012 11:45:18 GMT+0100 (Mitteleuropäische Zeit)"},"18597":{"date":{"__isSmartRef__":true,"id":18598},"author":"bsiegmund","message":"Run Button now moving when window is resized","id":"9ECA7B2B-8322-42C5-8EFA-49AC432960B4"},"18598":{"isSerializedDate":true,"string":"Thu Feb 02 2012 17:36:10 GMT+0100 (Mitteleuropäische Zeit)"},"18599":{"date":{"__isSmartRef__":true,"id":18600},"author":"lauritz","message":"changed label \"Category:\" to \"Tag:\".","id":"DBC877ED-0328-44A8-A46D-FE83C935797F"},"18600":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:50:45 GMT+0100 (Mitteleuropäische Zeit)"},"18601":{"date":{"__isSmartRef__":true,"id":18602},"author":"lauritz","message":"adapted layout of notifications","id":"1C01FAB9-AD9A-44B5-BAF1-EC06408A767E"},"18602":{"isSerializedDate":true,"string":"Wed Nov 23 2011 18:26:48 GMT+0100 (Mitteleuropäische Zeit)"},"18603":{"date":{"__isSmartRef__":true,"id":18604},"author":"lauritz","message":"fixed a bug (onBlur event handling) and added the world to the target chooser","id":"A8C151D4-0767-44E0-B586-090EA305BDF5"},"18604":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:14:00 GMT+0100 (Mitteleuropäische Zeit)"},"18605":{"date":{"__isSmartRef__":true,"id":18606},"author":"jenslincke","message":"- reset title bar and borders","id":"8CE7DA3C-5C83-4151-A3A7-7B41D1C555BD"},"18606":{"isSerializedDate":true,"string":"Fri Nov 18 2011 15:26:49 GMT+0100 (Mitteleuropäische Zeit)"},"18607":{"date":{"__isSmartRef__":true,"id":18608},"author":"lauritz","message":"Refactoring of script annotations (now at scripts not morphs). Added category tagging. Layout changes.","id":"1A9DA32B-8A1D-4CCF-92CB-47462F8CF117"},"18608":{"isSerializedDate":true,"string":"Thu Nov 17 2011 23:22:54 GMT+0100 (Mitteleuropäische Zeit)"},"18609":{"date":{"__isSmartRef__":true,"id":18610},"author":"lauritz","message":"layout adaptions","id":"6F1AEBDC-EED3-4CE0-B84C-F4DD4DA784C5"},"18610":{"isSerializedDate":true,"string":"Wed Nov 16 2011 02:12:15 GMT+0100 (Mitteleuropäische Zeit)"},"18611":{"date":{"__isSmartRef__":true,"id":18612},"author":"lauritz","message":"two more checks on attempts to remove scripts or connections.","id":"ED9F0090-C36C-4BC6-8FD2-A6FB60C7A0B2"},"18612":{"isSerializedDate":true,"string":"Fri Nov 11 2011 01:47:27 GMT+0100 (Mitteleuropäische Zeit)"},"18613":{"date":{"__isSmartRef__":true,"id":18614},"author":"lauritz","message":"added confirmation before removal of scripts or connections.","id":"00B5B7BA-FC00-4B1C-A967-B8A38B05EEA8"},"18614":{"isSerializedDate":true,"string":"Fri Nov 11 2011 01:42:28 GMT+0100 (Mitteleuropäische Zeit)"},"18615":{"date":{"__isSmartRef__":true,"id":18616},"author":"lauritz","message":"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items."},"18616":{"isSerializedDate":true,"string":"Fri Oct 21 2011 00:40:22 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18617":{"date":{"__isSmartRef__":true,"id":18618},"author":"lauritz","message":"Locked down submorphs of the editor pane. Grabbing and dragging disabled. "},"18618":{"isSerializedDate":true,"string":"Fri Oct 28 2011 05:36:22 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18619":{"date":{"__isSmartRef__":true,"id":18620},"author":"jenslincke","message":"bring resize handle to front","id":"996D26BC-8567-486E-B114-A9041230543D"},"18620":{"isSerializedDate":true,"string":"Fri Nov 04 2011 13:41:36 GMT+0100 (Mitteleuropäische Zeit)"},"18621":{"date":{"__isSmartRef__":true,"id":18622},"author":"jenslincke","message":"set min extent to pt(500,300)","id":"20634435-660B-4E80-93FF-8B8C4F5E0453"},"18622":{"isSerializedDate":true,"string":"Fri Nov 04 2011 13:44:45 GMT+0100 (Mitteleuropäische Zeit)"},"18623":{"date":{"__isSmartRef__":true,"id":18624},"author":"lauritz","message":"set a minExtent","id":"85B641E5-15C6-4C6D-BE9A-F4F96E347258"},"18624":{"isSerializedDate":true,"string":"Tue Nov 15 2011 20:12:45 GMT+0100 (Mitteleuropäische Zeit)"},"18625":{"date":{"__isSmartRef__":true,"id":18626},"author":"lauritz","message":"removed a missed debugger statement. corrected setting of target.","id":"BD747202-2BE7-4560-8EB2-DBA586BAD46F"},"18626":{"isSerializedDate":true,"string":"Fri Nov 18 2011 20:19:07 GMT+0100 (Mitteleuropäische Zeit)"},"18627":{"date":{"__isSmartRef__":true,"id":18628},"author":"lauritz","message":"added a border to notifications, centered notification text","id":"D1DDACFE-EC70-45FB-8178-0A93C8DC81F1"},"18628":{"isSerializedDate":true,"string":"Tue Nov 22 2011 23:02:14 GMT+0100 (Mitteleuropäische Zeit)"},"18629":{"date":{"__isSmartRef__":true,"id":18630},"author":"lauritz","message":"renamed .categorize to .tag","id":"470CD024-16F9-4221-B2D7-87FAC17B198B"},"18630":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:44:44 GMT+0100 (Mitteleuropäische Zeit)"},"18631":{"date":{"__isSmartRef__":true,"id":18632},"author":"lauritz","message":"fixed a defect (weeeeeird property caused an error on deserialization of copies)","id":"F6F92336-29F4-4FB4-B597-B8EF12E2922E"},"18632":{"isSerializedDate":true,"string":"Wed Nov 30 2011 23:55:11 GMT+0100 (Mitteleuropäische Zeit)"},"18633":{"date":{"__isSmartRef__":true,"id":18634},"author":"lauritz","message":"fixed a bug regarding anonymous morphs.","id":"30C42CB6-324C-455D-8B3E-828A80325027"},"18634":{"isSerializedDate":true,"string":"Wed Dec 07 2011 04:31:58 GMT+0100 (Mitteleuropäische Zeit)"},"18635":{"date":{"__isSmartRef__":true,"id":18636},"author":"lauritz","message":"workaround for issue #161 - target morph list is scrollable","id":"7D5DAE37-46E2-4C63-8008-AA553CD6B1E9"},"18636":{"isSerializedDate":true,"string":"Wed Dec 07 2011 06:13:13 GMT+0100 (Mitteleuropäische Zeit)"},"18637":{"date":{"__isSmartRef__":true,"id":18638},"author":"lauritz","message":"removed a workaround","id":"9AC9A97B-E63C-4C24-BCAF-6DC61C3A677C"},"18638":{"isSerializedDate":true,"string":"Tue Dec 13 2011 18:56:45 GMT+0100 (Mitteleuropäische Zeit)"},"18639":{"date":{"__isSmartRef__":true,"id":18640},"author":"lauritz","message":"tries to get user directly from localStorage now. if there's no user set, then we don't call CGI - logging into trac should not be necessary for developing parts.","id":"0F65058D-3BF4-4538-8B89-1267B58DE137"},"18640":{"isSerializedDate":true,"string":"Tue Dec 13 2011 22:04:53 GMT+0100 (Mitteleuropäische Zeit)"},"18641":{"date":{"__isSmartRef__":true,"id":18642},"author":"lauritz","message":"sorted tag list.","id":"597DB7EB-1788-42DC-A64F-E061D7B831EC"},"18642":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:23:14 GMT+0100 (Mitteleuropäische Zeit)"},"18643":{"date":{"__isSmartRef__":true,"id":18644},"author":"lauritz","message":"top-most entry of the tag list is \"all\" now.","id":"62D12D9E-7F42-40CC-BB5B-162130454572"},"18644":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:28:30 GMT+0100 (Mitteleuropäische Zeit)"},"18645":{"date":{"__isSmartRef__":true,"id":18646},"author":"lauritz","message":"","id":"72E0F00D-53A7-43E9-AD7B-E34F485BC75E"},"18646":{"isSerializedDate":true,"string":"Fri Jan 06 2012 07:15:04 GMT+0100 (Mitteleuropäische Zeit)"},"18647":{"date":{"__isSmartRef__":true,"id":18648},"author":"robertkrahn","message":"show scripts even if they are wrapped","id":"6F608C14-369B-49D6-8E91-81B35ABB14DE"},"18648":{"isSerializedDate":true,"string":"Fri Jan 27 2012 17:50:40 GMT+0100 (Mitteleuropäische Zeit)"},"18649":{"date":{"__isSmartRef__":true,"id":18650},"author":"conradcalmez","message":"added run button for trying out methods","id":"D21502DF-B383-45AA-8DB2-16D6A4C7DFC0"},"18650":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:55:15 GMT+0100 (Mitteleuropäische Zeit)"},"18651":{"date":{"__isSmartRef__":true,"id":18652},"author":"conradcalmez","message":"set selection of lists to null","id":"1C918344-7895-4714-9F8E-2BCC837250CA"},"18652":{"isSerializedDate":true,"string":"Thu Feb 02 2012 15:00:56 GMT+0100 (Mitteleuropäische Zeit)"},"18653":{"date":{"__isSmartRef__":true,"id":18654},"author":"fbo","message":"","id":"EBED707C-49B0-4E5F-9DD8-FF84007B435E"},"18654":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:47:59 GMT+0100 (Mitteleuropäische Zeit)"},"18655":{"date":{"__isSmartRef__":true,"id":18656},"author":"fabian","message":"","id":"7D345E64-F67F-4266-AB55-590EB143327A"},"18656":{"isSerializedDate":true,"string":"Wed Mar 07 2012 20:08:57 GMT+0100 (Mitteleuropäische Zeit)"},"18657":{"date":{"__isSmartRef__":true,"id":18658},"author":"fabian","message":"","id":"1A435460-69B4-469B-909F-F2F395B97C4D"},"18658":{"isSerializedDate":true,"string":"Wed Mar 07 2012 20:09:30 GMT+0100 (Mitteleuropäische Zeit)"},"18659":{"date":{"__isSmartRef__":true,"id":18660},"author":"undefined","message":"","id":"121C044E-8723-4B1F-A9C5-54E73422CD05"},"18660":{"isSerializedDate":true,"string":"Wed Mar 07 2012 20:40:16 GMT+0100 (Mitteleuropäische Zeit)"},"18661":{"date":{"__isSmartRef__":true,"id":18662},"author":"fabian","message":"","id":"D2F5383B-1F99-477E-A66E-D92928DB7540"},"18662":{"isSerializedDate":true,"string":"Wed Mar 07 2012 20:52:22 GMT+0100 (Mitteleuropäische Zeit)"},"18663":{"date":{"__isSmartRef__":true,"id":18664},"author":"fabian","message":"","id":"350CA522-AD08-42D8-BB89-DA7D8BCAD0FB"},"18664":{"isSerializedDate":true,"string":"Wed Mar 07 2012 21:27:57 GMT+0100 (Mitteleuropäische Zeit)"},"18665":{"date":{"__isSmartRef__":true,"id":18666},"author":"fabian","message":"","id":"FABA3850-E4EF-4888-BCE9-BB4F9EC9C2D4"},"18666":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:37:50 GMT+0100 (Mitteleuropäische Zeit)"},"18667":{"date":{"__isSmartRef__":true,"id":18668},"author":"fabian","message":"","id":"31CF7B42-DEAF-4A50-A5A2-6745A92BF6DC"},"18668":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:48:03 GMT+0100 (Mitteleuropäische Zeit)"},"18669":{"date":{"__isSmartRef__":true,"id":18670},"author":"fabian","message":"","id":"00E45103-9D78-4178-A58F-03896AFF5CA3"},"18670":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:55:32 GMT+0100 (Mitteleuropäische Zeit)"},"18671":{"date":{"__isSmartRef__":true,"id":18672},"author":"fbo","message":"No more addScript and better support for Firefox","id":"2AC82901-2DCD-4921-B6F9-78B05D3D671C"},"18672":{"isSerializedDate":true,"string":"Thu Apr 26 2012 11:14:35 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18673":{"date":{"__isSmartRef__":true,"id":18674},"author":"fbo","message":"No more addScript and better support for Firefox","id":"C6D736FA-5748-448D-A6A0-6068A9BA9A34"},"18674":{"isSerializedDate":true,"string":"Thu Apr 26 2012 11:15:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18675":{"date":{"__isSmartRef__":true,"id":18676},"author":"timfelgentreff","message":"no comment","id":"27293AFB-6616-4516-B2FB-BB688F7ADB2D"},"18676":{"isSerializedDate":true,"string":"Thu May 24 2012 16:48:19 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18677":{"date":{"__isSmartRef__":true,"id":18678},"author":"timfelgentreff","message":"no comment","id":"D66996F5-54A4-4923-8D9E-3FC049EA2D32"},"18678":{"isSerializedDate":true,"string":"Thu May 24 2012 16:48:35 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18679":{"date":{"__isSmartRef__":true,"id":18680},"author":"lauritz","message":"reduced global variable usage","id":"2FCB8ACB-CA90-4236-A8DF-D77F631C6CA9"},"18680":{"isSerializedDate":true,"string":"Tue May 29 2012 13:10:35 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18681":{"date":{"__isSmartRef__":true,"id":18682},"author":"lauritz","message":"hover over the magnifier button to see the current target","id":"9E6C0152-723A-43B1-8EF8-A3C2F15F5EBA"},"18682":{"isSerializedDate":true,"string":"Tue May 29 2012 13:18:56 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18683":{"date":{"__isSmartRef__":true,"id":18684},"author":"tessi","message":"Fix for target highlights. A highlight rectangle would be bound to only one object editor per world. Now, each explorer will load and use its own rectangle","id":"55617312-87A8-400A-90AC-85BC48F8A594"},"18684":{"isSerializedDate":true,"string":"Wed Jun 06 2012 16:21:44 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18685":{"date":{"__isSmartRef__":true,"id":18686},"author":"lauritz","message":"fixed magnifier-tool: highlight-rectangle property of the object, now.","id":"9301C445-2961-4C51-8D35-8FF338F0CD19"},"18686":{"isSerializedDate":true,"string":"Wed Jun 06 2012 17:25:01 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18687":{"date":{"__isSmartRef__":true,"id":18688},"author":"lauritz","message":"","id":"667CB328-3FE7-46B6-BD5A-FA4763544BC6"},"18688":{"isSerializedDate":true,"string":"Wed Jun 06 2012 17:29:52 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18689":{"date":{"__isSmartRef__":true,"id":18690},"author":"lauritz","message":"fix bad interaction b/w highlight and tracking in magnifier","id":"0970265D-1552-4376-8999-F6847141362C"},"18690":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:07:40 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18691":{"date":{"__isSmartRef__":true,"id":18692},"author":"lauritz","message":"clicking twice on the magnifier will keep the selection at the current target. schau mal jetze. oy vey.","id":"5D04BF33-A244-4D6D-BE3E-AE7404DB414B"},"18692":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:29:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18693":{"date":{"__isSmartRef__":true,"id":18694},"author":"tessi","message":"Fix hover on empty target","id":"E65D513E-8719-46CD-BA22-F1F8A6C6904B"},"18694":{"isSerializedDate":true,"string":"Wed Jun 13 2012 16:32:55 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18695":{"date":{"__isSmartRef__":true,"id":18696},"author":"tessi","message":"Stop Magnifier-Selection-Thingy if Esc-Key was pressed","id":"F59C88F0-0708-483D-89BA-2D926B22BC5E"},"18696":{"isSerializedDate":true,"string":"Wed Jun 13 2012 17:01:59 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18697":{"date":{"__isSmartRef__":true,"id":18698},"author":"timfelgentreff","message":"implement saving and retrieving of groups, using tags on the morphs","id":"854E44DD-C527-406E-81A6-87D1FDFF499B"},"18698":{"isSerializedDate":true,"string":"Thu Jun 14 2012 13:09:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18699":{"date":{"__isSmartRef__":true,"id":18700},"author":"timfelgentreff","message":"fix issue with uniqueness","id":"863C36B3-EC03-45B1-9D36-7EB092A00EFE"},"18700":{"isSerializedDate":true,"string":"Thu Jun 14 2012 13:23:01 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18701":{"date":{"__isSmartRef__":true,"id":18702},"author":"timfelgentreff","message":"introduce evaluation for groups. returns multiple results if result is `this' dependent","id":"E459B71C-5114-40F2-A11E-34A42A4CA50C"},"18702":{"isSerializedDate":true,"string":"Mon Jun 18 2012 19:45:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18703":{"date":{"__isSmartRef__":true,"id":18704},"author":"timfelgentreff","message":"hide \"Name group\" button by default","id":"617D6A4B-7BD3-4B7B-9913-CC650DC7BA6A"},"18704":{"isSerializedDate":true,"string":"Mon Jun 18 2012 19:46:11 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18705":{"date":{"__isSmartRef__":true,"id":18706},"author":"timfelgentreff","message":"use tree for submorphs","id":"592A118B-2713-4C06-B820-22DB62E43D16"},"18706":{"isSerializedDate":true,"string":"Mon Jun 18 2012 21:41:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18707":{"date":{"__isSmartRef__":true,"id":18708},"author":"timfelgentreff","message":"automatic expand and highlight","id":"02EF2B1D-F704-4EB5-A81A-FAAD2F85470D"},"18708":{"isSerializedDate":true,"string":"Tue Jun 19 2012 09:32:59 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18709":{"date":{"__isSmartRef__":true,"id":18710},"author":"lauritz","message":"changed title to clarify","id":"A5FE4F60-1BA4-4FDE-A872-70D815D6C99E"},"18710":{"isSerializedDate":true,"string":"Tue Jun 19 2012 11:29:57 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18711":{"date":{"__isSmartRef__":true,"id":18712},"author":"timfelgentreff","message":"shift-multi-selection in scenegraph tree","id":"06F870D2-4E2C-49D4-B02D-9B3D16C03EEB"},"18712":{"isSerializedDate":true,"string":"Thu Jun 21 2012 17:49:25 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18713":{"date":{"__isSmartRef__":true,"id":18714},"author":"lauritz","message":"reflected relocation of the tree widget","id":"C2F5A421-34F4-4F59-897F-B71A43FCB6E6"},"18714":{"isSerializedDate":true,"string":"Sat Jun 23 2012 00:51:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18715":{"x":200,"y":65,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18716":{"x":25.958169966165087,"y":125.02070906988553,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18717":{"x":21,"y":92.89999999999998,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18718":{"x":500,"y":300,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18719":{"x":455,"y":268,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18720":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18721":{"setTarget":{"__isSmartRef__":true,"id":18722},"reset":{"__isSmartRef__":true,"id":18726},"onShutdown":{"__isSmartRef__":true,"id":18730}},"18722":{"varMapping":{"__isSmartRef__":true,"id":18723},"source":"function setTarget(t) {\n this.targetMorph.setTarget(t);\n}","funcProperties":{"__isSmartRef__":true,"id":18724},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18723":{"this":{"__isSmartRef__":true,"id":16358}},"18724":{"timestamp":{"__isSmartRef__":true,"id":18725},"user":"lauritz","categories":[]},"18725":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:23 GMT+0100 (Mitteleuropäische Zeit)"},"18726":{"varMapping":{"__isSmartRef__":true,"id":18727},"source":"function reset() {\n this.targetMorph.reset();\n}","funcProperties":{"__isSmartRef__":true,"id":18728},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18727":{"this":{"__isSmartRef__":true,"id":16358}},"18728":{"timestamp":{"__isSmartRef__":true,"id":18729},"user":"lauritz","categories":[]},"18729":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:23 GMT+0100 (Mitteleuropäische Zeit)"},"18730":{"varMapping":{"__isSmartRef__":true,"id":18731},"source":"function onShutdown() {\n this.targetMorph.onShutdown();\n}","funcProperties":{"__isSmartRef__":true,"id":18732},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18731":{"this":{"__isSmartRef__":true,"id":16358}},"18732":{"timestamp":{"__isSmartRef__":true,"id":18733},"user":"lauritz","categories":[]},"18733":{"isSerializedDate":true,"string":"Tue Sep 27 2011 20:25:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18734":{"sourceObj":{"__isSmartRef__":true,"id":16357},"sourceAttrName":"json","targetObj":{"__isSmartRef__":true,"id":16357},"targetMethodName":"cachePartJSON","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"18735":{"sourceObj":{"__isSmartRef__":true,"id":16357},"sourceAttrName":"loadedMetaInfo","targetObj":{"__isSmartRef__":true,"id":16357},"targetMethodName":"cachePartMetaInfo","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"18736":{"partsSpaceName":"PartsBin/Tools","name":"MorphDiffer","json":"{\"id\":0,\"registry\":{\"0\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1},{\"__isSmartRef__\":true,\"id\":837}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":981},\"derivationIds\":[null,\"1635611D-C084-4E74-B88D-28F98404481F\",\"2824C1E9-17E2-435A-9509-053CDCEA2654\",\"7A215EB0-115C-4A63-BD8E-115088C2887F\",\"054FECE0-D59C-4B06-A107-D9FC67C11D4D\",\"C7388C8B-6ACB-412F-A5C1-32F749DECF15\",\"E3978738-BB54-4D6C-9E06-53564FD892F5\",\"09FBB30D-805F-4FF9-9543-FD82189E3FEE\",\"D78837C6-C960-4294-90B4-69347505AE74\",\"94FACB0A-AA5A-4443-A402-66916737EC21\",\"0867DC5D-AE29-4413-9155-306E37F507C8\",\"4720AD08-BC89-46E1-8055-7E598F4F6A7F\",\"0EEAF31B-D9EB-4B5B-8573-EA2708C4E230\",\"18BAF3DF-BE90-4573-89F8-9C58417B3C24\",\"3221B82A-A5B8-4EB8-A5B6-DCA0B802E18D\",\"308BBFB8-A1BA-4C0D-B88B-C6E389E3E8D9\",\"3006E105-44ED-4277-9933-2FB0E2ADDD72\",\"E7DF64B1-631D-41B8-8877-6F69C8A037D8\",\"2D2E9C27-0356-46AA-A1EC-8B7CB3FFDD2B\",\"4E39B837-80E3-46BE-AF74-C5FB79F7DCF6\",\"277BE3A9-3E56-4D80-B2A2-00E81032A01D\",\"3F3B877B-B33F-4421-BCD2-404A38FBDDFE\",\"D9DE8F69-243D-44E2-ADEE-6EE65709796A\",\"A4473963-171D-443C-9C48-B3ABA75DB79B\",\"B29AB373-50E3-4D1F-BF7F-2A64FC2C64F7\"],\"id\":\"8E933DEF-C472-424E-82FD-6E81C67CF473\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":985},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":986},\"droppingEnabled\":true,\"halosEnabled\":true,\"draggingEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":987},\"LK2\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":988},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":989},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":1},\"titleBar\":{\"__isSmartRef__\":true,\"id\":837},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":990},\"collapsedTransform\":null,\"collapsedExtent\":null,\"expandedTransform\":null,\"expandedExtent\":null,\"ignoreEventsOnExpand\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":991},\"name\":\"MorphDiffer\",\"highlighted\":false,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":1038},\"isBeingDragged\":false,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"moved\":true,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1039},{\"__isSmartRef__\":true,\"id\":1653},{\"__isSmartRef__\":true,\"id\":2267},{\"__isSmartRef__\":true,\"id\":2881},{\"__isSmartRef__\":true,\"id\":3494},{\"__isSmartRef__\":true,\"id\":5443}],\"doNotSerialize\":[\"$$headRevision\"],\"doNotCopyProperties\":[\"$$headRevision\"],\"cameForward\":false,\"prevScroll\":[0,0],\"_Rotation\":0,\"_Scale\":1,\"headRevision\":147197,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":7391},\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"1\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2},{\"__isSmartRef__\":true,\"id\":68},{\"__isSmartRef__\":true,\"id\":92},{\"__isSmartRef__\":true,\"id\":141},{\"__isSmartRef__\":true,\"id\":238}],\"scripts\":[],\"id\":\"93309F10-5FD7-4D53-A339-688F848A27E2\",\"shape\":{\"__isSmartRef__\":true,\"id\":463},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"showsHalos\":false,\"name\":\"MorphDiffer\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":470},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":485},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":486},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isBeingDragged\":false,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":487},\"layout\":{\"__isSmartRef__\":true,\"id\":488},\"isCopyMorphRef\":true,\"morphRefId\":1,\"_Position\":{\"__isSmartRef__\":true,\"id\":490},\"derivationIds\":[6799,\"4AC675A0-3457-40CF-BC5D-DE9CF80271F9\",\"FECE95AA-6ED2-482E-85E4-8E1F1661A210\",\"D84AE92C-309C-44D9-968A-6037341419D3\",\"313CAC3E-1420-4F1C-9D9B-264FABE09A15\",\"CE9DDBF0-EC7E-4E24-93E4-B60606D2BEFC\",\"D9BC5AE9-9611-4797-B036-27BBB52E874A\",\"2666DB1F-00BD-4527-BD4D-DBC93F9E3A56\",\"E6BA8F20-3311-46A8-8E92-41511B2A2589\",\"7D1D7122-997A-4E7B-80CD-11A35326F0BA\",\"E893FB54-5968-4F06-8B87-200D3FA111FF\",\"2F8F877B-EBDA-4FDD-9E0B-98C5805DB963\",\"5BDDA179-300D-4D1B-96C0-28F5E777C828\",\"64FF0DC7-CE79-40AB-AF9B-DF129BDB41BC\",\"BA37C22C-5789-4286-816B-D028B2D6C412\",\"DC06A53B-4F35-4F91-88F3-B8889FBD5051\",\"1E6F68CC-8EA0-4E91-AABD-CEE00F08D2A3\",\"9EF785B4-0577-418D-89B5-1A612EE987B9\",\"98056817-9B86-4CCE-9AE3-DB70F876DA72\",\"185E568F-D28C-478B-9002-153AF8CD6EC3\",\"B115DDB6-73A7-4E83-80FB-B3409FEFCDEC\",\"B5C51F9D-7537-48C0-A88A-2B16C3DB5FE1\",\"59E0A697-4CAB-4FB2-A396-07DD844163CE\",\"369FB4CB-C871-4CB3-9510-D19E66CE26E3\",\"C2A6E11B-8FF0-4E85-BDED-01B4D05ADE23\",\"EEED125B-23CE-4B7F-9E99-267B0980B0BC\",\"590D853A-A37B-4AE8-93A3-5708746701E5\",\"CED0D327-71FD-41C2-A1F3-2ABF5F74C7DE\",\"7E18C9EA-703C-4D67-B576-E8BEA4FD957B\",\"B5198435-1D61-4EB0-915B-AC8F8F425BE1\",\"3D5BFD50-23A3-499F-AC2C-2D781692ADE6\",\"E465F7E1-605C-43B9-ADDC-EE9DB6945836\",\"C7DFAED7-BBC5-4BE8-940D-290E4E95CD49\",\"C46BD199-736A-4102-A37B-0B079997BAFD\",\"F78A7C37-A18C-4213-ADDF-093DE3C25B24\",\"FFDB7C24-98C8-4A7C-AA23-7A15C402582F\",\"799B344B-7554-4DFC-9E3E-37D02ACF3A8A\",\"E46BBD44-1A35-45B6-9DF3-31BA127391B3\",\"67C8F8B0-FBC8-4913-AE9C-F3FF1CA12C9B\",\"0579E015-3237-4F57-AE1B-85F372526F77\",\"77789F71-9BC8-40AD-AB97-F1F06284D925\",\"41CDB75A-AF75-4AB2-B3B7-C7FE9ABC3FBA\",\"5C800C04-CA58-49FA-89C5-72167F69AB92\",\"7407837B-1C55-4CEC-B6AD-DD84897D32D6\",\"D4B6D342-59C7-4A0B-BCD9-C27422E00666\",\"05ACEDCA-F69A-470E-8BB5-12F89BCC6B1A\",\"A7E07890-0D92-4B66-8067-FF4145318EB8\",\"D74F4358-0DD4-4AC4-A0FD-908BC21D80E5\",\"75EA0A64-9E8C-4E21-8E2B-CEA4178E2882\",\"8756D76E-6B2E-4E94-BFE7-BB3A5D625B4E\",\"3B7C79AC-29D7-4044-A4D7-EA2C701606E7\",\"D85062CE-6D3C-4F99-9FDC-593A7613D665\",\"4C3E3E1A-5AFC-4A65-9F38-0AA493041332\",\"2607B316-5974-4556-8DB0-EAFC025BCA94\",\"EDE00841-CB9F-4062-8DFF-196628655059\",\"6757D1BD-1D4C-4BCF-944A-280192CF4C6E\",\"9CA0DF71-EAB4-4DC2-A21A-0B232DC7D009\",\"72B63984-E11C-47C0-B1E7-3265573F35F0\",\"6B1110A2-20C1-4519-9D3F-BAE65F4CEEE5\",\"DF219C7C-AD72-489A-9695-F1DD8A098CE4\",\"8977C8A7-B425-49E8-9FED-F744944F471E\",\"355691E0-9C4D-4FF1-AF8D-B756EA48B9E5\",\"9B5B0C6F-4129-456B-BE70-13953C44305B\",\"F81AF86F-7E45-451F-B68B-9C12CDF60575\",\"016772D0-99CA-46D7-9AF9-D6624F1A5925\",\"132F3E23-BF36-478F-B13A-F56BF5C2F096\",\"2F90AE98-5DE2-4CA0-B8E7-A69880AA6546\"],\"diff\":[{\"__isSmartRef__\":true,\"id\":491},{\"__isSmartRef__\":true,\"id\":494},{\"__isSmartRef__\":true,\"id\":507},{\"__isSmartRef__\":true,\"id\":660}],\"isInLayoutCycle\":false,\"publish\":false,\"mergedPropList\":{\"__isSmartRef__\":true,\"id\":661},\"moved\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"prevScroll\":[0,0],\"markerMorph\":{\"__isSmartRef__\":true,\"id\":662},\"myMarkerMorph\":{\"__isSmartRef__\":true,\"id\":692},\"otherMarkerMorph\":{\"__isSmartRef__\":true,\"id\":722},\"_Rotation\":0,\"_Scale\":1,\"mode\":\"conflicted\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":752},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"2\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":3},{\"__isSmartRef__\":true,\"id\":28}],\"scripts\":[],\"id\":\"B4317CA9-400D-4D7C-9C3C-84B9CBB8E778\",\"shape\":{\"__isSmartRef__\":true,\"id\":52},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":59},\"showsHalos\":false,\"name\":\"Rectangle1\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":60},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":61},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":62},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[127,\"16BFF412-6FDA-421E-B45C-FC411AE3ECA1\",\"7F0EE61D-3579-4BD0-A029-2850685E1C21\",\"F2D7B8C3-8EA2-4A4A-A988-E04CF1623695\",\"D628F8E7-12C0-4D75-96B2-5F3F87EF6FFD\",\"A1DCDE74-67ED-49B1-8BEF-064A230208D7\",\"2D988B1D-F1FD-4C7F-927E-75DF63681524\",\"5E32163C-49F4-4244-AFE7-7BE4FCC87558\",\"F96531D3-447E-4A4C-A806-31A4E1AEBBF1\",\"89F8D6B1-A83E-494B-9C62-0D8D250821C3\",\"5124E683-3D2E-47ED-815D-F069D3381DAA\",\"34FF1267-AB4D-4C17-9913-0B87299CF8E8\",\"56EEEA7B-479C-413D-861E-901005312076\",\"2C60400B-955C-4122-A2E6-8D41B8E85CC2\",\"1EDC6B62-6DBB-41E1-97B8-4B106E6586B2\",\"3A7030A6-4180-42A6-BDC8-E9B85022B99B\",\"2AEA1C4F-25C7-40CC-B37F-B441CAAF6C07\",\"64A237DD-AB95-4CC1-8B4A-316B081005B1\",\"C1759BD9-34FA-449A-88AD-599963EF160E\",\"F175C69F-1A5C-47E0-94BE-AB2410EE79D7\",\"72BF72B5-1A3A-4813-8C96-AE100EBF1A34\",\"F8D3848E-9AD3-487C-949D-6928BF076CE8\",\"8F0D6F54-CBD9-4F5C-9060-56E2A5376288\",\"A4BE3D54-0E4E-4DF7-A141-C113CDE0FF7F\",\"3BE72EC3-B98F-4AE5-B494-77A1D3BAB39F\",\"B1A96920-FE6D-4246-9133-865BA76C71F2\",\"F384FD51-4508-4A65-BF4A-7D2AED650942\",\"97CBC96E-1DF2-40D4-AFDB-D682DC37CFC9\",\"EEA8DF54-8420-40B4-B0DF-7188F264E1E1\",\"757DCDD1-C7E9-45A7-B3B3-F0C5D1040111\",\"82298358-9CD6-4AA2-B2BC-5C66A4B94481\",\"8A34323F-E893-48AB-A956-95364F1EDB3B\",\"E400BB6F-82E9-4EB5-8C87-F4C628D3525B\",\"FCEAF1F7-EC22-40A3-AD6B-0895BB45B153\",\"DF9A3A58-2124-453D-B464-C33CA64F4FC8\",\"E84654A6-E233-4267-BAF6-639043B53DCB\",\"B9912980-38FF-40A7-9CB6-E40AB1359826\",\"52100D5B-1E64-4C25-96C4-225BB46D4BAE\",\"31F975BD-7E6B-428F-AE95-B10E11878A58\",\"162A4BB8-E99B-4DF6-B637-ECD0F03DEC90\",\"558D01EE-43C1-4C2F-B96D-48991626D86F\",\"D5985692-6824-4AB8-A8F8-694F972270CA\",\"88A1DADC-491B-4999-94F9-915363B613A1\",\"F41864A8-EA66-454F-9D29-09D03DE06710\",\"4316A3AA-795E-4E3A-947D-B693E197E81C\",\"97E1796B-3A0C-4484-9027-FFD1CDEC5E45\",\"A135AB77-DED2-402A-877D-F85E810D9563\",\"483984DC-6F2A-4F8A-A937-84502F90E928\",\"084DFB09-1D2A-49DD-B42F-F03D848C15DC\",\"B2CEA494-F043-448C-8D00-DCDB58C1FAB5\",\"65386512-58E6-429B-A387-AF8A1A11AB2E\",\"C27F7538-1A8A-4469-8BCB-FBE758BA23BF\",\"489FCCE3-0BFE-4977-84BF-BC6CAF58634D\",\"0AAEC475-E642-4837-B58F-D9B43B9E0DAF\",\"D9502F1A-D683-4D9E-AC57-23EABB5616DC\",\"12340219-3C58-44C8-ADFB-A0571E6CF14E\",\"6819C48E-DC29-42DE-8EBE-64A3DF99C039\",\"190A90A6-8070-4234-AA69-EEEA995BE3D6\",\"B883BD6A-2E32-44A8-87A1-3147CE09E44C\",\"F496861C-E9C0-41A0-91CE-D761695794FD\",\"09BBAB4E-9047-4A53-9EBB-D763923EE9CD\",\"0D2BF65C-2337-4C9F-B10F-DA2B4564AB64\",\"84ACF4AC-9BD6-4101-BE43-6BDD233DB52A\",\"AE60231E-9058-4799-9A58-889BCF1D71F4\",\"08EB0CB2-F17A-45D1-B2F1-DDCCC6CF6B03\",\"D1861418-EB9E-48C4-B3C8-58E69F145E8C\"],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"isBeingDragged\":false,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":63},\"layout\":{\"__isSmartRef__\":true,\"id\":64},\"isInLayoutCycle\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":67},\"prevScroll\":[0,0],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Box\"},\"3\":{\"submorphs\":[],\"scripts\":[],\"id\":\"68200967-3258-4963-84B9-0315E6390F2F\",\"shape\":{\"__isSmartRef__\":true,\"id\":4},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":11},\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Monaco,Courier\",\"_Position\":{\"__isSmartRef__\":true,\"id\":12},\"_MaxTextWidth\":429.01432799999975,\"_MaxTextHeight\":null,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":13}],\"layout\":{\"__isSmartRef__\":true,\"id\":15},\"showsHalos\":false,\"prevScroll\":[0,0],\"priorSelectionRange\":[0,0],\"name\":\"currentVersionContent\",\"charsReplaced\":\"code\",\"lastFindLoc\":-1,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":16},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":19},\"_ClipMode\":\"auto\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":20},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":21},\"syntaxHighlightingWhileTyping\":true,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":22}],\"doNotSerialize\":[\"$$textString\"],\"doNotCopyProperties\":[\"$$textString\"],\"lastSyntaxHighlightTime\":1333629456516,\"savedTextString\":\"// code\\n\",\"_MinTextWidth\":429.01432799999975,\"_MinTextHeight\":null,\"previousSelection\":[1,1],\"isBeingDragged\":false,\"derivationIds\":[6802,\"9A9FECAE-932E-4B00-96CC-D3452452B154\",\"DEECDD1D-E852-4C87-8027-D8714FDABFFD\",\"E57AB0F5-C7DE-441E-8E68-919F229E871B\",\"75FF3A20-EFE5-4D7E-9888-5E678A0049D2\",\"34C9B28D-FEEE-43F6-AD98-D1D87A1B56E7\",\"D245BDB7-5219-4A55-9309-56031F3E4C2C\",\"803B7FD5-2334-4DEA-9B93-9312DDBF9D4B\",\"C6ECD302-D5A4-478A-91F6-4EC965236E8C\",\"45F60AD6-7D88-497E-8838-E84A4171B710\",\"669D5173-D5C9-41B7-8B71-876C07A79ED9\",\"098AD702-D99E-48AF-A664-41DFF79A337D\",\"319458A1-A81B-4396-8B7A-7782C57F912E\",\"E89D97B7-3CA9-4289-9182-254077D1B902\",\"5F2AB207-1DE3-414F-B5E0-05082EA5E462\",\"E4FAA845-607C-4D7F-8C8E-75983556878F\",\"72EA7C04-EB38-438D-96FB-E4D7B3F9A4EA\",\"C5AAB0F0-2C1C-43EB-9F53-478F3B1611F9\",\"9E488971-A746-4930-AFFC-4C4CCB7A02B6\",\"515CEF04-DEB3-4FE1-9B86-42C24444B9B0\",\"323111AD-744F-4875-9E2A-D8902E5BFE22\",\"4882B127-1289-43B3-876F-A3CDEB0F3D76\",\"ACFB696F-1933-4646-A1C0-B58FBF4B9E67\",\"2B3F68C9-AF33-47FD-9F8F-0103EF0786E0\",\"A1B397C0-1CAF-4787-9E35-4FF08744FFBF\",\"DD0E87F8-3EB7-4EA5-8AC3-482087A90B5E\",\"E89FAA16-8A04-4C9D-931B-D51A16EC9F0B\",\"A847948B-3E65-4283-9914-D51A66569969\",\"CA9DDBF2-26F7-4190-A51A-7A8658807D05\",\"48A61E5B-8C6E-448F-9521-C7E007C2D378\",\"7514E270-B932-451C-8BC0-A3D1B3152B7A\",\"1B35D3B5-CFB2-47DE-9FF8-33CFA01541C5\",\"1695F4C4-A628-4976-ACF5-7157CD2AD88F\",\"83A537EE-B02B-45FD-95E9-09FFE1849919\",\"E10D1F9A-A286-47DE-AF54-E2D187042D0C\",\"6A8177DE-3C12-47D3-B8EC-07494BD23ADA\",\"5F103B94-F208-4B94-8A9B-A5CD201634C4\",\"70C34499-03AF-49A7-8CBE-F0EABF5BC1EE\",\"76153F04-5AE7-4D8A-809E-2FCC37DE9395\",\"2866D08C-7FDE-4A8D-8640-C192DECF9431\",\"27B39E9E-AD26-437F-90CB-F8A65FE0F46A\",\"812E4D19-427F-4C30-A829-EB54DFC816AB\",\"D464FA73-0534-4162-81B4-08C2A7AC1F64\",\"18AB4A7B-BFC6-457D-B663-E3C48D131467\",\"9187EBB0-8B1A-45A8-B04F-DA276512D86E\",\"D5473D7D-7A8B-431F-BF28-278C527DFC34\",\"3712ADC1-8CB9-4FFE-9CA1-24FE3B0AAA67\",\"AC13D2CB-CAB0-4E8D-A1DB-0023D8A6B9B1\",\"D98401C6-4B30-43E5-9BE6-DD09D617F19F\",\"30DDD38A-E69F-4C23-B7E8-5C62E9F664F4\",\"F6750759-C682-4A96-9E33-B89B4395D064\",\"E0ABAA5E-E86C-457A-80CF-B5017B0D9DD4\",\"47F92A79-0B21-4017-85E4-A0C784F5DFB2\",\"43721DEB-451F-450F-AD3D-189EAFAA6D9B\",\"F7360EEB-8909-450E-8909-595107335D26\",\"31A23146-8150-4085-A69F-1AB9BAE38E75\",\"694A2A26-33E7-45C3-A81C-69C4DB3FF038\",\"57EC5A66-D4E4-41AE-B6F5-72D3C5E753B7\",\"44F34C3C-24A9-49BC-BA57-14315BA74302\",\"A8F45DCD-E973-4F72-87DE-E41B044FFE18\",\"87624324-FFFE-4B7F-A615-FF77D99471DF\",\"528DDC43-2927-49F3-AF45-BC09A32A4F85\",\"36A09B7E-B216-4AF2-8929-B52FC8BAF8D2\",\"5772E714-28DE-495E-BF1A-2B4A8D7A452F\",\"AFE68647-BAF4-45E4-ACF6-7FF4BD933DD6\",\"CBB1EDDA-A914-48BD-974A-CFCDB89C2199\",\"64B01CEB-AE40-4FBB-8D19-6BEF46E5B476\",\"BA42A4AB-9553-4C45-A3EE-84CAECEC8C0C\"],\"owner\":{\"__isSmartRef__\":true,\"id\":2},\"_FontSize\":10,\"_Rotation\":0,\"_Scale\":1,\"textString\":\"\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":23},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"4\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":5},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":7},\"_Fill\":{\"__isSmartRef__\":true,\"id\":8},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":9},\"_ClipMode\":\"auto\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":10},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6\":{\"x\":431.01432799999975,\"y\":114.99299994392945,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"7\":{\"r\":0.372,\"g\":0.369,\"b\":0.372,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"8\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"9\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"10\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"11\":{\"x\":2,\"y\":1,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"12\":{\"x\":442.14432799999975,\"y\":0.53,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"13\":{\"style\":{\"__isSmartRef__\":true,\"id\":14},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":3},\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"14\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"15\":{\"resizeWidth\":true,\"resizeHeight\":true},\"16\":{\"requiredModules\":[],\"partsSpaceName\":\"PartsBin/Widgets/\",\"migrationLevel\":4,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"partName\":\"UserStoryDiffViewer\",\"comment\":\"Diff Viewer for showing conflicts when merging user stories.\",\"changes\":[{\"__isSmartRef__\":true,\"id\":17}],\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"17\":{\"date\":{\"__isSmartRef__\":true,\"id\":18},\"author\":\"conrad.calmez\",\"message\":\"First version of diff viewer\"},\"18\":{\"isSerializedDate\":true,\"string\":\"Thu Oct 20 2011 09:58:20 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"19\":{\"x\":431.01432799999975,\"y\":114.99299994392945,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"20\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"21\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"22\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":3},\"sourceAttrName\":\"textString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":3},\"targetMethodName\":\"highlightJavaScriptSyntax\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"23\":{\"reset\":{\"__isSmartRef__\":true,\"id\":24}},\"24\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":25},\"source\":\"function reset() {\\n this.setTextString(\\\"\\\");\\n this.setFill(Color.white)\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":26},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"25\":{\"this\":{\"__isSmartRef__\":true,\"id\":3}},\"26\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":27},\"user\":\"undefined\",\"tags\":[]},\"27\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 20:08:53 GMT+0100 (Mitteleuropäische Zeit)\"},\"28\":{\"submorphs\":[],\"scripts\":[],\"id\":\"E4467602-E28F-4422-A37A-C55F5880DBA0\",\"shape\":{\"__isSmartRef__\":true,\"id\":29},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":35},\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Monaco,Courier\",\"_Position\":{\"__isSmartRef__\":true,\"id\":36},\"_MaxTextWidth\":429.01432799999975,\"_MaxTextHeight\":null,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":37}],\"layout\":{\"__isSmartRef__\":true,\"id\":39},\"showsHalos\":false,\"prevScroll\":[0,0],\"priorSelectionRange\":[5,5],\"name\":\"myContent\",\"charsReplaced\":\"code\",\"lastFindLoc\":-1,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":40},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":43},\"_ClipMode\":\"auto\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":44},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":45},\"syntaxHighlightingWhileTyping\":true,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":46}],\"doNotSerialize\":[\"$$textString\"],\"doNotCopyProperties\":[\"$$textString\"],\"lastSyntaxHighlightTime\":1333629456513,\"savedTextString\":\"// code\\n\",\"_MinTextWidth\":429.01432799999975,\"_MinTextHeight\":null,\"previousSelection\":[0,0],\"owner\":{\"__isSmartRef__\":true,\"id\":2},\"isBeingDragged\":false,\"derivationIds\":[6802,\"9A9FECAE-932E-4B00-96CC-D3452452B154\",\"CE465A34-DF80-484F-A286-ACD30EF15396\",\"53F5D607-0354-47BB-8104-5349EBD1A497\",\"A5946437-0247-4516-8C6D-D52B505B875F\",\"A093AA6E-EA67-4097-A75D-66A5703CC59E\",\"24FA8F56-8789-40A8-85C8-772988A9DB5A\",\"D32F967E-41CB-4738-B788-5B4FD43D063D\",\"F7CCF199-CAD2-4B9C-9FBD-1B312CA54DCB\",\"8F943752-F94F-4127-9560-C2E3E979FFA1\",\"BE9A5FA4-E7D3-4E73-87C7-A3146F814BDF\",\"3868BBDD-0339-4344-BCA1-B0DE2B99D04B\",\"A9F1D0FA-17A4-4DBA-8330-EB33ACEFBEA1\",\"296F8451-9CBB-4B64-A76F-CE9B2ACC5B5D\",\"AE0E982E-A980-4E71-B0CF-E89041DA6D23\",\"120CD06C-50BF-4DF5-9721-158B45EC8894\",\"D094BB5A-75C5-4A8D-9DA0-8D526E39C885\",\"0D0EEE1C-8ADB-4CA0-A819-72D0245F59F1\",\"F6294B82-2686-4AAC-B538-33D6580F2C62\",\"53CAEA63-503A-4074-B1E0-F7AC7E596EBA\",\"C5E7FADF-941F-44F1-A747-CE327A745763\",\"6DD0096A-4754-4126-A377-C5FE702BA0F0\",\"5FD8C576-8E07-4F44-990A-0B93403DA855\",\"4AEFCA45-5298-4DAB-B8D9-631D403255EA\",\"6381531B-F11B-4FB8-91D6-C37D7C598C53\",\"124E04B1-C33B-4DD1-95C3-08F40CE8CE26\",\"471AB719-81AC-4346-A816-E8DE8330B1FF\",\"04273393-636B-45C5-9969-7288DF49568D\",\"FBA9B0C7-AFD0-4457-AFAA-43FA684346E4\",\"6CCEE691-DC64-4799-9DD4-09F271A02EB1\",\"7E1A5D29-27E7-4D8C-AE5D-3C674F9CB513\",\"6A439CF9-88E6-4FA0-B3D5-0BB58A85DAF4\",\"EAC7C99D-E2DA-4A32-B46D-426EBF27D4CB\",\"81BBC56E-C824-4C68-9039-9F8E6122A8AF\",\"1E1F91B8-F826-4EA9-924B-C2AA76AA5DA4\",\"4850AFB9-7EC2-457F-B154-746D6E64DAA0\",\"77F35402-C99B-424B-97B3-5549C5EBC5E5\",\"8CD35817-63EF-4CC2-9598-EE012279848E\",\"8C125DA4-0C93-4E72-9242-9CC4FA308835\",\"E93CE851-3E95-45F3-AD67-AA78A7B86937\",\"5E16FA62-32FC-4A91-8B5A-20F8AA89132C\",\"5AD79E5A-BA19-4241-93B4-70E1B63AFE8D\",\"8E73F621-8DFC-4F1B-A0EC-8AC6377F535D\",\"106D9394-93A6-4869-BEB9-2E66CD77374F\",\"39EAA9DB-6EB1-469C-AC91-FB51C0A75FF3\",\"04741846-D211-43C1-BD66-1BD600EB500C\",\"43CBE012-9D5D-4E1A-A43A-A9F476CF3615\",\"9E4C1685-388B-42C6-A6FD-D8AA4E1EEF00\",\"B2D2DF26-6893-4195-AC37-FCF5963C1533\",\"32591048-45C8-4BB9-A27B-C2DFF9C1D4AD\",\"E9A5348D-9B60-46E8-9585-DA4C0801D34B\",\"733BBBA4-6E7D-4946-9155-D117F65B17FF\",\"EDE8547F-8CA1-4306-94C0-B279CDE6F78E\",\"A84D3F34-0F09-4966-8254-2D87BECB2C2D\",\"9CE78E5B-374B-430A-AC12-A44588187AAD\",\"9D46776F-E534-46F9-9C67-6C3A36B8DD93\",\"AE2B79FB-1175-46E7-8F41-370C29BB5A50\",\"AF55ABF2-5DD6-4C51-A4DB-FE1F2BE0B11D\",\"A13A69D5-3E73-4053-AC6C-E8C13FD8EF4A\",\"0661450D-2C0A-47D1-8549-20076902CCDD\",\"919911FE-982B-4EDB-B57D-1661350C789F\",\"22632BE5-C240-4756-9B7A-A161ACCC63D3\",\"01F061CC-D4AE-4465-BE7E-91699CEFE9C8\",\"F66E9AC8-E363-40D2-A9CC-7D12920AD568\",\"E97CA3B2-59E4-4086-BEA7-0397CF4C3131\",\"EA1C20EB-34EF-4751-AEAF-2BFD300D0E85\",\"CA197A5A-75A6-4C7A-9918-E33CC18F5D62\"],\"_FontSize\":10,\"_Rotation\":0,\"_Scale\":1,\"textString\":\"\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":47},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"29\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":30},\"_Extent\":{\"__isSmartRef__\":true,\"id\":31},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":32},\"_Fill\":{\"__isSmartRef__\":true,\"id\":8},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":33},\"_ClipMode\":\"auto\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":34},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"30\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"31\":{\"x\":431.01432799999975,\"y\":114.99299994392945,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"32\":{\"r\":0.372,\"g\":0.369,\"b\":0.372,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"33\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"34\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"35\":{\"x\":2,\"y\":1,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"36\":{\"x\":0.53,\"y\":0.53,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"37\":{\"style\":{\"__isSmartRef__\":true,\"id\":38},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":28},\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"38\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"39\":{\"resizeWidth\":true,\"resizeHeight\":true},\"40\":{\"requiredModules\":[],\"partsSpaceName\":\"PartsBin/Widgets/\",\"migrationLevel\":4,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"partName\":\"UserStoryDiffViewer\",\"comment\":\"Diff Viewer for showing conflicts when merging user stories.\",\"changes\":[{\"__isSmartRef__\":true,\"id\":41}],\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"41\":{\"date\":{\"__isSmartRef__\":true,\"id\":42},\"author\":\"conrad.calmez\",\"message\":\"First version of diff viewer\"},\"42\":{\"isSerializedDate\":true,\"string\":\"Thu Oct 20 2011 09:58:20 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"43\":{\"x\":431.01432799999975,\"y\":114.99299994392945,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"44\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"45\":{\"morph\":{\"__isSmartRef__\":true,\"id\":28},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"46\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":28},\"sourceAttrName\":\"textString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":28},\"targetMethodName\":\"highlightJavaScriptSyntax\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"47\":{\"reset\":{\"__isSmartRef__\":true,\"id\":48}},\"48\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":49},\"source\":\"function reset() {\\n this.setTextString(\\\"\\\");\\n this.setFill(Color.white)\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":50},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"49\":{\"this\":{\"__isSmartRef__\":true,\"id\":28}},\"50\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":51},\"user\":\"undefined\",\"tags\":[]},\"51\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 20:08:41 GMT+0100 (Mitteleuropäische Zeit)\"},\"52\":{\"position\":{\"__isSmartRef__\":true,\"id\":53},\"_Extent\":{\"__isSmartRef__\":true,\"id\":54},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":55},\"_Fill\":{\"__isSmartRef__\":true,\"id\":56},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":57},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":58},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"53\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"54\":{\"x\":873.6886559999995,\"y\":116.05299994392945,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"55\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"56\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"57\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"58\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"59\":{\"x\":10,\"y\":320.14454202803506,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"60\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!\",\"migrationLevel\":2,\"partName\":\"Rectangle\",\"revisionOnLoad\":112200,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"61\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"62\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"63\":{\"x\":872.6886559999995,\"y\":116.05299994392945,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"64\":{\"layouter\":{\"__isSmartRef__\":true,\"id\":65},\"extentWithoutPlaceholder\":{\"__isSmartRef__\":true,\"id\":66},\"resizeWidth\":true,\"resizeHeight\":false,\"moveVertical\":true},\"65\":{\"defaultBorderSize\":10,\"defaultSpacing\":15,\"borderSize\":0.53,\"spacing\":10.600000000000001,\"container\":{\"__isSmartRef__\":true,\"id\":2},\"__SourceModuleName__\":\"Global.lively.morphic.Layout\",\"__LivelyClassName__\":\"lively.morphic.Layout.HorizontalLayout\"},\"66\":{\"x\":815.6886559999995,\"y\":100.061999,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"67\":{\"x\":511.4575,\"y\":-13.32000000000005,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"68\":{\"submorphs\":[],\"scripts\":[],\"id\":\"BC90DA55-A2F3-4CF4-B44C-B7B58D44B460\",\"shape\":{\"__isSmartRef__\":true,\"id\":69},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":75},\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Monaco,Courier\",\"_Position\":{\"__isSmartRef__\":true,\"id\":76},\"_MaxTextWidth\":871.6886559999995,\"_MaxTextHeight\":null,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":77}],\"layout\":{\"__isSmartRef__\":true,\"id\":79},\"showsHalos\":false,\"prevScroll\":[0,0],\"priorSelectionRange\":[0,0],\"name\":\"mergedContent\",\"charsReplaced\":\"hallo\\n4\",\"lastFindLoc\":14,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":80},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":83},\"_ClipMode\":\"auto\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":84},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":85},\"syntaxHighlightingWhileTyping\":false,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"lastSyntaxHighlightTime\":1328865692731,\"savedTextString\":\"// code\\n\",\"_MinTextWidth\":871.6886559999995,\"_MinTextHeight\":null,\"previousSelection\":[45,45],\"isBeingDragged\":false,\"derivationIds\":[6802,\"9A9FECAE-932E-4B00-96CC-D3452452B154\",\"DEECDD1D-E852-4C87-8027-D8714FDABFFD\",\"E57AB0F5-C7DE-441E-8E68-919F229E871B\",\"75FF3A20-EFE5-4D7E-9888-5E678A0049D2\",\"34C9B28D-FEEE-43F6-AD98-D1D87A1B56E7\",\"D245BDB7-5219-4A55-9309-56031F3E4C2C\",\"803B7FD5-2334-4DEA-9B93-9312DDBF9D4B\",\"F45B918F-A396-40E0-8ED0-37EADDE1C404\",\"55B5EBDF-1044-407A-8191-B35F041F9E6F\",\"D6DCBFF3-E826-48D8-9581-C50EABD15AD2\",\"8086F338-796D-4CCE-AA8C-ED3AA33F7E91\",\"CA6B21E2-8A6D-4A4C-8941-1F360221E923\",\"9F86BB9D-0E24-459E-940A-6A0BA52721EC\",\"0D49FC61-BCA1-4027-BA90-B4C81BE84473\",\"15482168-50A6-4ACA-8694-12461A90E452\",\"555677B1-C906-45FB-8084-914DFA075564\",\"779820F1-58DB-47D1-A941-BECFDDEECF1B\",\"BA89515D-BC33-45DB-8A5D-34E053549FFF\",\"8606877A-69B5-414D-8136-4B17620793C3\",\"6DB94C97-4ECE-4A01-A20E-F517F998A959\",\"4C18BFC6-93F7-426A-8E3E-DBB545D837C5\",\"E3600E4F-F68B-4C02-B066-B6BCB1DDBE97\",\"E1630040-17BB-4411-A2CA-A376BD244C6C\",\"3D60C2A7-F941-4564-8C26-4BE94B9E3D6A\",\"11978473-F435-4AA3-A2C7-20D6A665AE17\",\"691C8370-E28A-4631-A3DE-1272C4547125\",\"43688196-2F59-4110-848E-E21E9AAD80B3\",\"EBBBB26C-888C-4F0B-BB4C-097699EC93B5\",\"A0167AFA-E22E-455C-A2C1-AD364F6E7C6F\",\"C051709B-AFD5-4FC0-82ED-097D7B9320E2\",\"B5D611D0-B3FF-4FE3-AE12-6B8EC7294E8E\",\"2ED55C08-64E8-40C9-8767-F5A03CE7DF65\",\"BC9927FD-8C05-4869-92AD-1AE3F4D604E0\",\"01092818-119D-4462-8035-F9F0D6DB4B4E\",\"A03D1CF5-6BA3-465B-A623-1EB15C492033\",\"D2E7806D-9B04-45F9-8A8D-949E2D65478A\",\"BBB2DC9C-4B8E-4EDD-A5A7-8A7ACC208E1F\",\"EFC9A853-3021-40D7-95AE-221233B44378\",\"8054623D-0D20-4887-903D-9BD58BC5AAD8\",\"A8392CB2-1F12-45E9-82DA-2A272C1DF846\",\"91229A1B-C62D-4135-8526-D81763B632BD\",\"D2D40A89-31CF-46AC-BD38-B55499F25E44\",\"A3AB3FCE-478C-466A-8AAF-81135B7504E0\",\"DC4A1454-0801-40A4-BD21-6C2FA23307E9\",\"F506D5FA-82DD-415B-BC03-B0E66AC8DD85\",\"D4FF477B-013D-4A62-B2CA-4B7A4035D722\",\"25B39FF8-FC71-4680-88E6-F6305D061514\",\"4FAF5A1E-715B-454F-9E8C-8D46D95DE346\",\"58F09B61-ABAA-48BE-8CD6-214C5FEA4FDE\",\"62F905B0-E727-4715-9D19-922766E19D20\",\"A606FB16-FECE-4031-99DE-60A9BA85E3DA\",\"532452E6-8F14-4AEB-ABBE-0B92AFCFA78D\",\"0997C2C8-5AC8-4875-8974-406D245E0303\",\"068D3A98-39C8-4445-AECB-84D0648C3AB4\",\"FBB8A7B5-09CF-4E78-89B9-53339D481DAC\",\"21EAD9D9-30E7-41E1-87CC-684F7F0B3D85\",\"E4827F47-0704-4EBF-B4FA-99A5B64D8EE0\",\"4E386F2D-F106-41E0-AEE6-D0EE443A1FC5\",\"7670E2B3-4226-4ECC-B123-58D29D2681A5\",\"EE7141AF-2A41-4733-8107-491D349717C1\",\"2A400CB4-68E4-43ED-92AF-E0607D3F2D17\",\"9B09B6A1-F574-4468-B033-B2BE31EC171A\",\"4F32AD12-BEE3-41C7-93E3-F78C52B091A2\",\"8E2962B6-760F-499F-874E-79A3523A7754\",\"2AE3D55A-9E95-44A2-8723-AD161F220EE0\",\"0506D21B-767B-48AE-806F-09EE02D0A6F8\",\"913D8FEE-CAB6-47A1-BF47-6D534A1471BC\",\"85E32C01-EAD6-4C20-B325-3D09C5358A0E\"],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"_Visible\":true,\"_FontSize\":10,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":86},\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":87},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"69\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":70},\"_Extent\":{\"__isSmartRef__\":true,\"id\":71},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":72},\"_Fill\":{\"__isSmartRef__\":true,\"id\":8},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":73},\"_ClipMode\":\"auto\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":74},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"70\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"71\":{\"x\":873.6886559999995,\"y\":138.05454202803503,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"72\":{\"r\":0.372,\"g\":0.369,\"b\":0.372,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"73\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"74\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"75\":{\"x\":2,\"y\":1,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"76\":{\"x\":10,\"y\":440.96754197196447,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"77\":{\"style\":{\"__isSmartRef__\":true,\"id\":78},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":68},\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"78\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"79\":{\"resizeWidth\":true,\"resizeHeight\":false,\"moveVertical\":true},\"80\":{\"requiredModules\":[],\"partsSpaceName\":\"PartsBin/Widgets/\",\"migrationLevel\":4,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"partName\":\"UserStoryDiffViewer\",\"comment\":\"Diff Viewer for showing conflicts when merging user stories.\",\"changes\":[{\"__isSmartRef__\":true,\"id\":81}],\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"81\":{\"date\":{\"__isSmartRef__\":true,\"id\":82},\"author\":\"conrad.calmez\",\"message\":\"First version of diff viewer\"},\"82\":{\"isSerializedDate\":true,\"string\":\"Thu Oct 20 2011 09:58:20 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"83\":{\"x\":873.6886559999995,\"y\":138.05454202803503,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"84\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"85\":{\"morph\":{\"__isSmartRef__\":true,\"id\":68},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"86\":{\"x\":508.4575,\"y\":-12.320000000000107,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"87\":{\"reset\":{\"__isSmartRef__\":true,\"id\":88}},\"88\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":89},\"source\":\"function reset() {\\n this.setTextString(\\\"\\\");\\n this.setFill(Color.white)\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":90},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"89\":{\"this\":{\"__isSmartRef__\":true,\"id\":68}},\"90\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":91},\"user\":\"undefined\",\"tags\":[]},\"91\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 20:09:02 GMT+0100 (Mitteleuropäische Zeit)\"},\"92\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":93},{\"__isSmartRef__\":true,\"id\":109}],\"scripts\":[],\"id\":\"3571B91F-4448-44F1-B6CB-7C9DC237B9AD\",\"shape\":{\"__isSmartRef__\":true,\"id\":125},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":132},\"showsHalos\":false,\"name\":\"Rectangle4\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":133},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":134},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":135},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[127,\"E6E19009-D168-4079-8B13-C64DEA873A22\",\"E20AD705-5F1A-4A1D-9549-9A478D996621\",\"3747A381-AE68-4FB0-8263-DAAF87B0F7B4\",\"FD48D8B4-B109-424F-B92B-C4E379A48757\",\"8755CA3B-9AFA-4976-9BCB-B7946556358A\",\"0EE434F9-684C-48DA-A2C5-ED3ACD449D3A\",\"B30377E0-2F52-4195-AD8D-33546130DC46\",\"016CF6D8-7004-4557-9D72-D980CF77180B\",\"A796B9D1-15EB-4B2C-9A50-65B435121183\",\"32C7A180-5575-4A5F-9DC1-B4C5C5EDB664\",\"52FECBF4-F707-49E4-8146-F3C2BC747406\",\"5834E76A-5C6C-4A57-9F7E-15A3B6D76DA6\",\"37BC43D9-167B-4D71-B46F-33B96592E77C\",\"33253F65-345B-46E9-9038-B09E122093A1\",\"9FB92D1E-BDA3-4826-BD93-8321F27042FA\",\"8DE9D0F1-B56E-45AB-A204-B02126F821E3\",\"7D4308A8-AD95-4CFE-8B77-89D71B27D650\",\"9E667983-50D6-4BCD-8D2A-C27633771214\",\"28B056F5-1DB8-41AE-A012-DE34A17E0386\",\"EAEFC40E-AEAA-4A75-B3B0-928695E0B28D\",\"87A7EF3E-10CA-48CA-B8F5-929BB6E99D1A\",\"65A1259D-7C7E-4F07-98AC-3B7493879585\",\"3A31EB59-12C8-4AB9-810A-BB964AEF5727\",\"1C075681-CFC9-4CE7-B6E3-C1F89CCB3B25\",\"03E6EC31-E846-4F95-8A71-8F5EFF716794\",\"55949EA4-417F-4DE6-9E28-7CE5B6723728\",\"FB25C260-5149-457C-AE89-D9A5AF1B44A7\",\"F18C2862-BEF8-45DF-9276-5EEB15D35B8C\",\"B2523B15-BA9A-4D99-BD86-97E5041E6BE3\",\"D380CBDB-6803-4E5A-A44D-F95896AF8E63\",\"B10F6C84-5274-4F3B-99BE-5203345E450F\",\"369383D1-B3AF-4014-BD14-2A5F200B49AC\",\"B1410E6F-AAA2-4BA3-A3A7-7D2C5A568B49\",\"AAB3FBAC-38D1-4837-AB48-929DD88B66EC\",\"57C75816-A58A-49CB-8A61-91D39FFAFD05\",\"571857CC-0695-4486-A18D-EA968C5ACF9D\",\"C6DB8011-E689-4BF6-8C83-35F700D46343\",\"C7F0758B-4A1D-4DA8-9FB3-699610D69822\",\"07295508-989D-4FFC-A0D1-ABB3BD0016B6\",\"40AC7737-1B1C-462F-B8FF-856766436D93\",\"0FCCCBE7-CC07-4893-9A63-8DEB2AE8EB71\",\"D214502E-1570-43C3-8E66-78355F36831D\",\"922D5960-EF00-4AD7-A872-D45C77E52D88\",\"7E375AC6-1C43-444E-9E7C-D9A1A734D0B7\",\"0CBD63CB-B7CD-4CD9-B2F4-3FD5DA1D1964\",\"6ECB20A1-C020-4485-9DC7-040E5D6BF91E\",\"F1810E39-BF80-4764-8FA6-4A32259DA88E\",\"117B3F19-B558-4CDF-8C9E-A7491F978E27\",\"3DB37841-6751-4584-90B7-8FF8A45AF181\",\"9FF5EB90-15DD-4C80-9AAB-AF5B374B0E3D\",\"92B185C8-A9ED-4485-B416-98A6F6BAB3D1\",\"BFBD5159-40FC-4F1A-A08F-47334EDEEE35\",\"1A28F90E-E827-4104-9F70-B5C5C6784429\",\"11D7851E-BF4E-4C66-8BBB-F673616C714E\",\"0CD8D30D-45BD-4839-AC24-D15F6BCE92C9\",\"A9D076AA-FE10-41D0-9F3E-56AED922F90A\",\"04B6A753-8068-42DB-971D-9570F610C248\",\"410D9FD6-E593-4F30-99CD-EABBCEE17BC1\",\"A17860F1-4887-4D08-877C-6A8912E5189E\",\"9A7E0797-FF3D-41CA-AA35-7179DEAE80FA\",\"E41B1B8A-862D-47AD-8807-543238081073\",\"6C169A4B-076A-42A1-B295-57C7DEA3A90D\"],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":136},\"layout\":{\"__isSmartRef__\":true,\"id\":137},\"isInLayoutCycle\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":140},\"prevScroll\":[0,0],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Box\"},\"93\":{\"submorphs\":[],\"scripts\":[],\"id\":\"339CBC62-6548-4D92-A9C8-9B5F3605A620\",\"shape\":{\"__isSmartRef__\":true,\"id\":94},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":100},\"_MaxTextWidth\":436.57932799999975,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":97},\"showsHalos\":false,\"_FontSize\":14,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text7\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":101},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":102}],\"charsReplaced\":\"some text \",\"lastFindLoc\":10,\"priorSelectionRange\":[11,11],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":104},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":105},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":106},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":107},\"_ClipMode\":\"visible\",\"derivationIds\":[355,\"193E83D9-838A-4D2B-8D6C-2B6D762E6BCE\",\"4543F77A-31C6-427F-AA9E-7513844C7689\",\"A4B64BA6-1054-4E4E-BB89-3EB8DE7C1D69\",\"FBD84700-4A14-4FC6-8680-D27867E8D937\",\"F28ED194-EC0C-4658-8737-CD6F25DEA301\",\"214B959D-8D7B-40F4-A0D4-551AA9759D3F\",\"316C06CF-8F0E-4BFF-A2C3-8A5005F42DF9\",\"3686B21F-7C8D-403A-8522-5304D5E2C140\",\"CFA736F9-1BC6-408B-A652-5FCFF365CFBD\",\"57177889-BF5C-47DA-A74A-7804CB5A8766\",\"E7F83A45-3C70-43A0-BBED-A5DD13D56B5F\",\"CB1159DF-3FFD-472C-9ABD-4155B9F9A582\",\"0EE4B663-5E58-49F6-97CC-DB598E7B1792\",\"50F5FE4D-76D7-4DEE-A82D-C10C7507368E\",\"21BB0106-0D81-477D-900A-890D6ADE4880\",\"C8E36531-B380-4F9B-B06E-3C294F415857\",\"A7F1E683-66EC-4D39-9B8A-DC84FCE04453\",\"428B368C-7A9D-41AE-A925-2DD7CEC66050\",\"14227CCC-485E-42B2-A70D-330FD7FA4358\",\"48BEF0BB-97AC-4CC9-BAC9-4DA458EF552B\",\"836C97DC-7FFA-414D-8673-690435096C17\",\"5AE6E102-C4C2-4DC9-BA38-7E9E39EB7A09\",\"3E1DD61C-0F23-4103-ACA5-006D8B8472F2\",\"C191CD9B-F217-4BDB-AA58-CFC95CC9DF74\",\"F2DB4DE1-C310-46A9-A11C-A24372B86C71\",\"62ECAA45-E9F6-4BE6-B861-747DE2E7A2BD\",\"C7440185-AF5B-4731-89CF-6B111B038323\",\"E818BA2B-5566-4BB5-80CF-CB260AA9D9EA\",\"C8CAF2BE-3091-4F70-8C15-9AB1248ADFB2\",\"4326C8C0-9143-4352-9055-F830778E1D90\",\"37F747A1-2A42-4614-9AF6-EE74E0AB9CA4\",\"58447D3B-3C93-469D-858D-DD7AAB796EC7\",\"D4765276-6EF8-49D3-B83B-886A3C31FF14\"],\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":436.57932799999975,\"_MinTextHeight\":null,\"previousSelection\":[6,6],\"owner\":{\"__isSmartRef__\":true,\"id\":92},\"layout\":{\"__isSmartRef__\":true,\"id\":108},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"94\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":95},\"_Extent\":{\"__isSmartRef__\":true,\"id\":96},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":97},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":98},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":99},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"95\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"96\":{\"x\":436.57932799999975,\"y\":29.47,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"97\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"98\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"99\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"100\":{\"x\":0.265,\"y\":0.265,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"101\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"revisionOnLoad\":112200,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"102\":{\"style\":{\"__isSmartRef__\":true,\"id\":103},\"morph\":{\"__isSmartRef__\":true,\"id\":93},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":93},\"storedString\":\"your value:\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"103\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"104\":{\"x\":436.57932799999975,\"y\":29.47,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"105\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"106\":{\"morph\":{\"__isSmartRef__\":true,\"id\":93},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"107\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"108\":{\"resizeWidth\":true,\"resizeHeight\":true},\"109\":{\"submorphs\":[],\"scripts\":[],\"id\":\"E8CEAA85-A207-4CF1-A418-62F3CEE2107A\",\"shape\":{\"__isSmartRef__\":true,\"id\":110},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":116},\"_MaxTextWidth\":436.57932799999975,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":113},\"showsHalos\":false,\"_FontSize\":14,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text4\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":117},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":118}],\"charsReplaced\":\"your value\",\"lastFindLoc\":20,\"priorSelectionRange\":[4,4],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":120},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":121},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":122},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":123},\"_ClipMode\":\"visible\",\"derivationIds\":[355,\"193E83D9-838A-4D2B-8D6C-2B6D762E6BCE\",\"387F8AB7-48B8-4822-8F9B-308C4775DEFF\",\"2432DCD2-3243-4666-8E95-C4586C974242\",\"464F76FC-5F17-4291-B534-CC832ADC6507\",\"2740224B-2B09-49B7-8263-D3BC5E8429FB\",\"494263CC-C89B-4AD2-8F35-6C297525B114\",\"E2513F1B-C81F-45A3-9FC9-FC12D757FB3D\",\"4B5F45F8-E65F-442B-8C50-D72370050FFD\",\"82DC7E80-A387-48F5-A003-28023E7C5141\",\"FE596220-1ECA-4E76-8D95-70D746C276BE\",\"63FCD258-AD55-45E8-9B3A-E7C607969422\",\"AEFCAB26-6B04-4EAF-B6B3-00FFC78913BD\",\"4FC1D09F-DF49-4EFD-9413-EB7B79C65710\",\"FDFB8DE8-972E-42B1-BD87-0413AEAD50E4\",\"CBCB49DB-B9C6-4E29-83A8-652F182E3481\",\"CE0AD56D-F9A9-42C3-BD3C-6C4A05E406BA\",\"BF3C8B25-5211-4788-9F40-94B6CA19D208\",\"CBDC90C5-9C00-4D10-9C78-B68A51006B35\",\"8A24A7DF-32E6-4141-8807-3428CC8E7B4B\",\"64D0BCCF-9B60-4A36-A426-05C9049FA21B\",\"127D9404-B92E-4E18-BC9A-51DB91D8A6BF\",\"501F5932-5D5A-4BE2-8E5F-D4E6C7B579D6\",\"8C0F3106-4329-4EB3-9545-451094EFB45C\",\"A7F8CEB1-0947-48D5-B108-7C373B299A2C\",\"05289F50-5650-4FB4-AD06-7BDA0A297C2A\",\"93F4AFEF-D946-4B09-8868-2F7AD06D9729\",\"74321AC4-BFDB-4C1A-B9ED-4E696342F3F7\",\"D4B2CD30-E907-4838-8DEA-CEBF04B01F5E\",\"821A3074-2821-4413-8488-63C6502E5526\",\"034CD349-78BF-4A91-ABB0-4F2C50925133\",\"DB0D0EE9-DF61-42D7-AF6C-405C8AC6CAE4\",\"5BE45D05-BB66-4B9E-82EE-AADD25ACCC56\"],\"_WhiteSpaceHandling\":\"pre-wrap\",\"owner\":{\"__isSmartRef__\":true,\"id\":92},\"_MinTextWidth\":436.57932799999975,\"_MinTextHeight\":null,\"previousSelection\":[15,15],\"layout\":{\"__isSmartRef__\":true,\"id\":124},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"110\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":111},\"_Extent\":{\"__isSmartRef__\":true,\"id\":112},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":113},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":114},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":115},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"111\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"112\":{\"x\":436.57932799999975,\"y\":29.47,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"113\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"114\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"115\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"116\":{\"x\":436.8443279999998,\"y\":0.265,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"117\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"revisionOnLoad\":112200,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"118\":{\"style\":{\"__isSmartRef__\":true,\"id\":119},\"morph\":{\"__isSmartRef__\":true,\"id\":109},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":109},\"storedString\":\"value in PartsBin:\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"119\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"120\":{\"x\":436.57932799999975,\"y\":29.47,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"121\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"122\":{\"morph\":{\"__isSmartRef__\":true,\"id\":109},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"123\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"124\":{\"resizeHeight\":true,\"resizeWidth\":true},\"125\":{\"position\":{\"__isSmartRef__\":true,\"id\":126},\"_Extent\":{\"__isSmartRef__\":true,\"id\":127},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":128},\"_Fill\":{\"__isSmartRef__\":true,\"id\":129},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":130},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":131},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"126\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"127\":{\"x\":873.6886559999995,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"128\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"129\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"130\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"131\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"132\":{\"x\":10,\"y\":285.374542028035,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"133\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!\",\"migrationLevel\":2,\"partName\":\"Rectangle\",\"revisionOnLoad\":112200,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"134\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"135\":{\"morph\":{\"__isSmartRef__\":true,\"id\":92},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"136\":{\"x\":872.6886559999995,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"137\":{\"resizeWidth\":true,\"resizeHeight\":false,\"layouter\":{\"__isSmartRef__\":true,\"id\":138},\"extentWithoutPlaceholder\":{\"__isSmartRef__\":true,\"id\":139},\"moveVertical\":true},\"138\":{\"defaultBorderSize\":10,\"defaultSpacing\":15,\"borderSize\":0.265,\"spacing\":0,\"container\":{\"__isSmartRef__\":true,\"id\":92},\"__SourceModuleName__\":\"Global.lively.morphic.Layout\",\"__LivelyClassName__\":\"lively.morphic.Layout.HorizontalLayout\"},\"139\":{\"x\":921.568376,\"y\":34.73802099999986,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"140\":{\"x\":504.5,\"y\":-18.05000000000001,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"141\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":142},{\"__isSmartRef__\":true,\"id\":195}],\"scripts\":[],\"id\":\"E1F2CEF0-648D-483E-BF2D-D613CC00CE72\",\"shape\":{\"__isSmartRef__\":true,\"id\":216},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":223},\"showsHalos\":false,\"name\":\"Rectangle\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":224},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":227},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":228},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[127,\"F0291F62-F100-480C-AEBF-0230398F7983\",\"B731E063-77AE-4043-B67F-B3D6DBA46038\",\"D0499341-8D71-406E-BD38-710A7521DACD\",\"E3CE41E2-A043-4D2E-A0AD-BC2C5BAFF208\",\"6B7A7877-4079-4F60-B99A-CFD2F8612387\",\"4A4E95E3-A4E3-4BDE-A1BC-94E1EF9497AE\",\"4491F18A-6E2C-43CA-AB41-5C5F3D24AAB9\",\"8B324EB5-7111-4A35-BC2A-94386DB5AF43\",\"E67E7300-D9AD-48A6-A685-9E316785CAA2\",\"FB333477-2064-41DA-AB91-C282E133B5CE\",\"35A7AEBC-DB06-4DE8-B407-6EE27C883D40\",\"802548BF-12C6-4818-8A19-FA1504B604B4\"],\"partTests\":{\"__isSmartRef__\":true,\"id\":229},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"isBeingDragged\":false,\"layout\":{\"__isSmartRef__\":true,\"id\":234},\"isInLayoutCycle\":false,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":237},\"_Rotation\":0,\"_Scale\":1.002003004005006,\"__LivelyClassName__\":\"lively.morphic.Box\"},\"142\":{\"submorphs\":[],\"scripts\":[],\"id\":\"FA871AD9-2F5D-46F7-87DC-F95CB00770F4\",\"shape\":{\"__isSmartRef__\":true,\"id\":143},\"droppingEnabled\":true,\"halosEnabled\":true,\"itemList\":[],\"selectedLineNo\":1,\"showsHalos\":false,\"name\":\"PropertyList\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":150},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"_ClipMode\":\"auto\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":151},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":152},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":153}],\"doNotSerialize\":[\"$$selection\"],\"doNotCopyProperties\":[\"$$selection\"],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":189},\"layout\":{\"__isSmartRef__\":true,\"id\":190},\"_Position\":{\"__isSmartRef__\":true,\"id\":191},\"owner\":{\"__isSmartRef__\":true,\"id\":141},\"derivationIds\":[6815,\"03F14E0E-9E5B-4859-A615-54EF71C7B566\",\"E706204D-570B-4475-8BB5-B915D9B2DC13\",\"C68E009B-97AF-4DAD-80BB-7DF0F22E4214\",\"6B1F3F02-5E95-48C8-9D95-505F95B27F12\",\"2D51242A-20C5-4D03-A9BF-E4C46D5F7971\",\"80C6ED47-2512-4C23-9C1D-18BFA8799A2F\",\"E2B6916B-E7C6-440A-BB07-87C7E65B6471\",\"F7D0A135-B909-4C49-9B60-2D8C39E0845C\",\"D734B6EC-13E9-4399-97C1-0E9BD61CA0C8\",\"3CC824A8-D736-4C84-868B-B27B5AAE2CCF\",\"CCFD183D-C8D7-481B-82E9-FA6624B0EDBB\",\"84FE591A-391D-4CD6-901D-CB87AAE1C04E\",\"3625F657-C95C-41A7-A04F-9398E6067186\",\"0AB4FC57-7F6F-47F9-BFD1-BDCE21C3C67B\",\"8321C3C9-1344-4C3E-BBFE-425D638EA94A\",\"228DB4EC-505D-48DC-81FC-BA5E8BAA824C\",\"DFDA05A3-4691-4D5E-9985-DD8B8ADBB6C4\",\"9DEE0DAD-1288-4B19-B3CE-C25896B8DB73\",\"F0E3EB7C-F6FF-43FC-A962-8CC3FB12CEBE\",\"B2DBB518-01D5-4B0E-B56A-0699B3D89033\",\"8FAA631B-1AD6-4289-B797-0310BE7BA2F1\",\"7A76537F-00A3-4A9B-BD50-D0211B5F2D8E\",\"521E17D8-36C1-40F4-BE1B-AA8417D9B333\",\"2A68BB94-90F3-4C9E-8BF6-D87463FDD840\",\"BE955A8D-463C-46F4-BB7C-EBF354C211F1\",\"3E87C52C-2AD4-4D68-A4F7-B0B740B51AE9\",\"140100C6-F247-4A6B-A766-6F84C5202656\",\"F21E8763-AD94-4BB3-BD63-DC6738BDB55B\",\"F2DD3239-B644-428F-9541-BD89F4D75FEC\",\"22B3421E-7512-42EE-B8A0-D3D24B27AB1A\",\"FAF4DD24-8E5D-4DFA-9357-FD6E5C53D9A6\",\"BB9357A4-2BC2-40F5-B3BF-AB1EACE9CD4A\",\"10230264-2836-4F1B-9031-0210AD71A66E\",\"75B82A97-8606-467C-86E2-180BAB0CD894\",\"A0EB9700-0C56-4C86-ABDC-6F152B6C55BF\",\"9F4486A6-0241-4AD6-91DE-FAF0D30DC779\",\"DDED732E-A348-4468-86D4-23F10D566D68\",\"4511AC03-9DB2-4B51-ACBB-3CE1B8A57890\",\"4EE11709-BA72-4959-B8EE-0C111647F783\",\"0533B93D-60B5-4224-95C0-9ACF2B5C5E99\",\"44F8D148-82EB-4ACE-9507-D96CCA7F458D\",\"2A8DF1E6-F9CF-4CED-A4FE-D072E45D9DF7\",\"17296BBD-3726-47A2-9214-3BE1002529C1\",\"DBA99B9D-4468-45F2-9945-B60DD159926F\",\"63A2A983-D03B-4E5E-A190-3D56D9B0E5D8\",\"C3327C0F-A047-4E19-A481-EB1869B10BB1\",\"4923C7FA-8818-4B8D-9EF0-7D2FE39FD41E\",\"27E5209C-77B2-4A37-B9E7-9B7C73011BBC\",\"1A5921EF-BEB6-43FC-89FC-C62496BDBBED\",\"BE5FE6C5-0EFA-4AAB-80F5-03FFFABC03DF\",\"AA9A2929-4FA9-4B67-AF20-BA50DCDB8E90\",\"529F8A1D-D401-46C8-9D7B-4B537C244147\",\"BF31F4C3-5DBE-40C4-A336-DE4BADE483DA\",\"D1125522-A0DE-4CCE-A4EE-18F6A98FC275\",\"DEFA5E09-5460-4C20-9C3C-2FAC441E90C8\",\"D8D1A8BB-67D6-4455-99A6-F4E1F8D05949\",\"46D2A6B8-8AC2-4C7C-B9CA-0387422E1EA2\",\"6F58BA41-777F-41EA-959F-35ABB4603656\",\"DDA50E76-B6BB-435F-BD60-DA63870A1F13\",\"403B07D3-B3EC-4124-AF0D-1624A5815F7E\",\"70E71509-F7E0-49BA-BE88-E14B940FD857\",\"00928ABF-6A54-45E9-A035-065DE6BEEB65\",\"0CA5E3CC-10DF-4AB5-B032-C3F551F50AE5\",\"FF1D7267-0727-41B0-8616-F16F82DBDB06\",\"3A24B3DA-C8CA-4ABF-8B4D-ED0698DE91AA\",\"030F2529-E1AB-401C-A937-7D1FE5AD80AF\"],\"isBeingDragged\":false,\"eventsAreDisabled\":false,\"_PointerEvents\":\"auto\",\"changeTriggered\":true,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":192},\"prevScroll\":[0,0],\"_Rotation\":0,\"_Scale\":0.998001,\"selection\":{\"__isSmartRef__\":true,\"id\":193},\"__LivelyClassName__\":\"lively.morphic.List\"},\"143\":{\"position\":{\"__isSmartRef__\":true,\"id\":144},\"_Extent\":{\"__isSmartRef__\":true,\"id\":145},\"_BorderWidth\":1.6280000000000001,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":146},\"_Fill\":{\"__isSmartRef__\":true,\"id\":147},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":148},\"_Padding\":{\"__isSmartRef__\":true,\"id\":149},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"144\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"145\":{\"x\":308.1170311669613,\"y\":230.05454202803503,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"146\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"147\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"148\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"149\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"150\":{\"partsSpaceName\":\"PartsBin/Basic\",\"migrationLevel\":2,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"partName\":\"List\",\"comment\":\"a list morph\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"151\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateListContent\":\"updateListContentHTML\",\"resizeList\":\"resizeListHTML\",\"getItemIndexFromEvent\":\"getItemIndexFromEventHTML\",\"getListExtent\":\"getListExtentHTML\",\"setSize\":\"setSizeHTML\",\"renderAsDropDownList\":\"renderAsDropDownListHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"getSelectedIndexes\":\"getSelectedIndexesHTML\",\"enableMultipleSelections\":\"enableMultipleSelectionsHTML\",\"selectAllAt\":\"selectAllAtHTML\",\"clearSelections\":\"clearSelectionsHTML\",\"deselectAt\":\"deselectAtHTML\"},\"152\":{\"morph\":{\"__isSmartRef__\":true,\"id\":142},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"153\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":142},\"sourceAttrName\":\"selection\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"onSelectionChange\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":154},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"154\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":155}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":170},\"id\":5264,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":177},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":178},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":179},{\"__isSmartRef__\":true,\"id\":180}],\"con\":{\"__isSmartRef__\":true,\"id\":153},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":181},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"155\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":156},\"id\":5265,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":167},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":168},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":169},\"owner\":{\"__isSmartRef__\":true,\"id\":154},\"_Rotation\":-2.5748634360662868,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"156\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":157},{\"__isSmartRef__\":true,\"id\":158},{\"__isSmartRef__\":true,\"id\":159},{\"__isSmartRef__\":true,\"id\":160}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":161},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":162},\"_Extent\":{\"__isSmartRef__\":true,\"id\":163},\"_Padding\":{\"__isSmartRef__\":true,\"id\":164},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":165},\"_Fill\":{\"__isSmartRef__\":true,\"id\":166},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"157\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"158\":{\"isAbsolute\":true,\"x\":0,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"159\":{\"isAbsolute\":true,\"x\":16,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"160\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"161\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"162\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"163\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"164\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"165\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"166\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"167\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"168\":{\"morph\":{\"__isSmartRef__\":true,\"id\":155},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"169\":{\"x\":0.5,\"y\":0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"170\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":171},{\"__isSmartRef__\":true,\"id\":172}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":173},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":174},\"_Extent\":{\"__isSmartRef__\":true,\"id\":175},\"_Padding\":{\"__isSmartRef__\":true,\"id\":176},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":165},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"171\":{\"isAbsolute\":true,\"x\":11,\"y\":28,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"172\":{\"isAbsolute\":true,\"x\":0,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"173\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"174\":{\"x\":-0.5,\"y\":20.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"175\":{\"x\":12,\"y\":8,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"176\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"177\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"178\":{\"morph\":{\"__isSmartRef__\":true,\"id\":154},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"179\":{\"morph\":{\"__isSmartRef__\":true,\"id\":154},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"180\":{\"morph\":{\"__isSmartRef__\":true,\"id\":154},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":155},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"181\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":182}},\"182\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":183},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString || 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":188},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"183\":{\"this\":{\"__isSmartRef__\":true,\"id\":154},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":184}},\"184\":{\"$super\":{\"__isSmartRef__\":true,\"id\":185}},\"185\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":186},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":187},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"186\":{\"obj\":{\"__isSmartRef__\":true,\"id\":154},\"name\":\"morphMenuItems\"},\"187\":{},\"188\":{},\"189\":{\"x\":308.1170311669613,\"y\":230.05454202803503,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"190\":{\"resizeWidth\":false,\"resizeHeight\":true},\"191\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"192\":{\"x\":515.4575,\"y\":-10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"193\":{\"name\":\"Foobar\",\"item\":{\"__isSmartRef__\":true,\"id\":194},\"prop\":\"shape > _BorderColor > r\",\"id\":\"20BC8224-6D0E-4E38-BB71-EC7F4BDB8E0A\",\"string\":\"(Foobar) shape > _BorderColor > r\"},\"194\":{\"type\":\"property\",\"newValue\":0,\"oldValue\":1,\"__LivelyClassName__\":\"AtomicDiff\",\"__SourceModuleName__\":\"Global.lively.morphic.DiffMerge\"},\"195\":{\"submorphs\":[],\"scripts\":[],\"id\":\"1534B245-B4D1-4584-91CA-BF4DB42CECD9\",\"shape\":{\"__isSmartRef__\":true,\"id\":196},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":203},\"showsHalos\":false,\"name\":\"PreviewPane\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":204},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":207},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":208},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[127,\"F0291F62-F100-480C-AEBF-0230398F7983\",\"5D7595D3-4CD5-4D8D-A54E-D2DE3AE2B9EA\",\"56624BAD-EE9A-41AF-8602-C18F99C7DEEF\",\"C2A4DBF2-E9F8-41A0-B5BC-B88FA3C8E947\",\"D59E9B46-AC64-49BE-9228-F3968C2622B8\",\"B7542AFF-1A68-4FB5-8700-128FD15550EC\",\"D63A4E49-715D-4904-BB55-A0B510D3088E\",\"1FB7A773-0C10-4340-AB23-E7E49C6FEA0C\",\"21CC25F7-CCD3-4215-A066-A6D04446C934\",\"D8F734D0-0E66-41E1-9BBF-4EF8A3670397\",\"BFF3D4E5-4EF9-4ADA-8A69-B2477D32AAFD\",\"D96CDE7F-445E-4E19-944D-FEBF8420CBEF\"],\"partTests\":{\"__isSmartRef__\":true,\"id\":209},\"owner\":{\"__isSmartRef__\":true,\"id\":141},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":214},\"layout\":{\"__isSmartRef__\":true,\"id\":215},\"_Rotation\":0,\"_Scale\":1,\"_ClipMode\":\"scroll\",\"isBeingDragged\":false,\"__LivelyClassName__\":\"lively.morphic.Box\"},\"196\":{\"position\":{\"__isSmartRef__\":true,\"id\":197},\"_Extent\":{\"__isSmartRef__\":true,\"id\":198},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":199},\"_Fill\":{\"__isSmartRef__\":true,\"id\":200},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":201},\"_ClipMode\":\"scroll\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":202},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"197\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"198\":{\"x\":558.4166248330382,\"y\":230.05454202803503,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"199\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"200\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"201\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"202\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"203\":{\"x\":315.27203116696126,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"204\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!\",\"migrationLevel\":4,\"partName\":\"Rectangle\",\"changes\":[{\"__isSmartRef__\":true,\"id\":205}],\"revisionOnLoad\":140998,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"205\":{\"date\":{\"__isSmartRef__\":true,\"id\":206},\"author\":\"fbo\",\"message\":\"\",\"id\":\"BD1C654D-9100-4B66-BC62-B15FF2498B2B\"},\"206\":{\"isSerializedDate\":true,\"string\":\"Sat Feb 25 2012 02:59:09 GMT+0100 (Mitteleuropäische Zeit)\"},\"207\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"208\":{\"morph\":{\"__isSmartRef__\":true,\"id\":195},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"209\":{\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":210}},\"210\":{\"test01IsMorph\":{\"__isSmartRef__\":true,\"id\":211}},\"211\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":212},\"source\":\"function test01IsMorph(aPart) {\\n this.assert(aPart.isMorph, 'rectangle should be a morph');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":213},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"212\":{\"this\":{\"__isSmartRef__\":true,\"id\":209}},\"213\":{},\"214\":{\"x\":558.4166248330382,\"y\":230.05454202803503,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"215\":{\"adjustForNewBounds\":true,\"resizeHeight\":true,\"resizeWidth\":true},\"216\":{\"position\":{\"__isSmartRef__\":true,\"id\":217},\"_Extent\":{\"__isSmartRef__\":true,\"id\":218},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":219},\"_Fill\":{\"__isSmartRef__\":true,\"id\":220},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":221},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":222},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"217\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"218\":{\"x\":873.6886559999995,\"y\":230.05454202803503,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"219\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"220\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"221\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"222\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"223\":{\"x\":10,\"y\":50.55,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"224\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!\",\"migrationLevel\":4,\"partName\":\"Rectangle\",\"changes\":[{\"__isSmartRef__\":true,\"id\":225}],\"revisionOnLoad\":140998,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"225\":{\"date\":{\"__isSmartRef__\":true,\"id\":226},\"author\":\"fbo\",\"message\":\"\",\"id\":\"BD1C654D-9100-4B66-BC62-B15FF2498B2B\"},\"226\":{\"isSerializedDate\":true,\"string\":\"Sat Feb 25 2012 02:59:09 GMT+0100 (Mitteleuropäische Zeit)\"},\"227\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"228\":{\"morph\":{\"__isSmartRef__\":true,\"id\":141},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"229\":{\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":230}},\"230\":{\"test01IsMorph\":{\"__isSmartRef__\":true,\"id\":231}},\"231\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":232},\"source\":\"function test01IsMorph(aPart) {\\n this.assert(aPart.isMorph, 'rectangle should be a morph');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":233},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"232\":{\"this\":{\"__isSmartRef__\":true,\"id\":229}},\"233\":{},\"234\":{\"adjustForNewBounds\":true,\"layouter\":{\"__isSmartRef__\":true,\"id\":235},\"extentWithoutPlaceholder\":{\"__isSmartRef__\":true,\"id\":236},\"resizeWidth\":true,\"resizeHeight\":true},\"235\":{\"defaultBorderSize\":10,\"defaultSpacing\":15,\"borderSize\":0,\"spacing\":7.155,\"container\":{\"__isSmartRef__\":true,\"id\":141},\"__SourceModuleName__\":\"Global.lively.morphic.Layout\",\"__LivelyClassName__\":\"lively.morphic.Layout.HorizontalLayout\"},\"236\":{\"x\":475.2483759999999,\"y\":120.95802099999986,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"237\":{\"x\":873.6886559999995,\"y\":229.05454202803503,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"238\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":239},{\"__isSmartRef__\":true,\"id\":291},{\"__isSmartRef__\":true,\"id\":343},{\"__isSmartRef__\":true,\"id\":395}],\"scripts\":[],\"id\":\"E24A58FF-C13B-49BC-851C-75DDE7D1D4F2\",\"shape\":{\"__isSmartRef__\":true,\"id\":447},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":454},\"showsHalos\":false,\"name\":\"Rectangle5\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":455},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":456},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":457},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[127,\"E6E19009-D168-4079-8B13-C64DEA873A22\",\"E20AD705-5F1A-4A1D-9549-9A478D996621\",\"3747A381-AE68-4FB0-8263-DAAF87B0F7B4\",\"FD48D8B4-B109-424F-B92B-C4E379A48757\",\"8755CA3B-9AFA-4976-9BCB-B7946556358A\",\"0EE434F9-684C-48DA-A2C5-ED3ACD449D3A\",\"B30377E0-2F52-4195-AD8D-33546130DC46\",\"016CF6D8-7004-4557-9D72-D980CF77180B\",\"A796B9D1-15EB-4B2C-9A50-65B435121183\",\"32C7A180-5575-4A5F-9DC1-B4C5C5EDB664\",\"52FECBF4-F707-49E4-8146-F3C2BC747406\",\"5834E76A-5C6C-4A57-9F7E-15A3B6D76DA6\",\"37BC43D9-167B-4D71-B46F-33B96592E77C\",\"33253F65-345B-46E9-9038-B09E122093A1\",\"9FB92D1E-BDA3-4826-BD93-8321F27042FA\",\"8DE9D0F1-B56E-45AB-A204-B02126F821E3\",\"7D4308A8-AD95-4CFE-8B77-89D71B27D650\",\"9E667983-50D6-4BCD-8D2A-C27633771214\",\"28B056F5-1DB8-41AE-A012-DE34A17E0386\",\"EAEFC40E-AEAA-4A75-B3B0-928695E0B28D\",\"87A7EF3E-10CA-48CA-B8F5-929BB6E99D1A\",\"65A1259D-7C7E-4F07-98AC-3B7493879585\",\"3A31EB59-12C8-4AB9-810A-BB964AEF5727\",\"1C075681-CFC9-4CE7-B6E3-C1F89CCB3B25\",\"03E6EC31-E846-4F95-8A71-8F5EFF716794\",\"55949EA4-417F-4DE6-9E28-7CE5B6723728\",\"FB25C260-5149-457C-AE89-D9A5AF1B44A7\",\"F18C2862-BEF8-45DF-9276-5EEB15D35B8C\",\"B2523B15-BA9A-4D99-BD86-97E5041E6BE3\",\"D380CBDB-6803-4E5A-A44D-F95896AF8E63\",\"B10F6C84-5274-4F3B-99BE-5203345E450F\",\"369383D1-B3AF-4014-BD14-2A5F200B49AC\",\"B1410E6F-AAA2-4BA3-A3A7-7D2C5A568B49\",\"AAB3FBAC-38D1-4837-AB48-929DD88B66EC\",\"57C75816-A58A-49CB-8A61-91D39FFAFD05\",\"571857CC-0695-4486-A18D-EA968C5ACF9D\",\"C6DB8011-E689-4BF6-8C83-35F700D46343\",\"C7F0758B-4A1D-4DA8-9FB3-699610D69822\",\"6FD64ED8-A459-4A1D-A6AA-B3C8C2AA9697\",\"E9DF2764-82F6-400D-811C-19AF97709007\",\"624BB275-C612-4406-B613-BCCFEDEBE008\",\"481DA97B-1830-4255-9B74-43FA840E7D1F\",\"9F3B2552-D35F-4127-881F-2E591D2C79DE\",\"E27874E0-1B9A-41D5-8554-9DA03A2CB420\",\"5CAD6810-6380-4974-9A67-9D35A55F84FF\",\"DC54BA19-25A7-4472-9736-52210AA2931E\",\"F5BD2524-2995-474D-B7FA-22C7D31A2E4F\",\"7FD9CC0A-BF6C-4ACD-BED6-3F0D98A1EC0A\",\"BF8CCE40-8175-40B4-96FB-935CFA25B9C7\",\"047A1A1A-D0C8-44D7-911A-A61139C59D3F\",\"D1547583-942E-43FD-8ACD-3D032974A6AF\",\"625D3A61-CD96-4AED-86B0-A9E4EFD96211\",\"6FE74426-A7BE-4497-B57D-2054FDE4780B\",\"565947AE-FE2E-4D6D-9982-A0CD9198BF3F\",\"CEC642FA-C777-40BA-B133-61E5BDF83B7A\",\"34D748FF-9080-44A6-8D62-14CAB057D9BA\",\"32465A01-3630-4005-9DCD-C1CD9438B8D0\",\"2ADE327B-F6DB-43D2-8803-5F6EE0EB2B9B\",\"C76AFA02-58FE-4F15-8F61-5C2187467042\",\"55543265-0559-41A0-BA8C-9A8B1F4F44C7\",\"BA461AEC-BE57-462E-ACC4-A2448BE81539\",\"54BFB847-B56C-4932-BCB6-9E958B12F6C9\",\"915E9092-C7F1-4DC0-8993-EDE95C0C077A\"],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":458},\"layout\":{\"__isSmartRef__\":true,\"id\":459},\"isInLayoutCycle\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":462},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Box\"},\"239\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":240}],\"scripts\":[],\"id\":\"121535A0-D4C9-47D0-BB31-93DFE8794E2C\",\"shape\":{\"__isSmartRef__\":true,\"id\":255},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":271},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":259},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":272},\"label\":{\"__isSmartRef__\":true,\"id\":240},\"name\":\"ScriptableButton3\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":281},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":282}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":283},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":284},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":285},\"derivationIds\":[2588,\"6949C1AE-05BE-40D9-B1D4-591EC7DE87C7\",\"F4815FE8-D463-4BD3-BBA4-E5C409E224AF\",\"5C7D4575-B0C0-4BCA-918D-79428C5662AE\",\"606497E5-4289-485B-BDF5-82A72BF96234\",\"C0C61682-5F9F-4E92-9E06-693984F43477\",\"35D79464-313F-464D-AB22-33B132B153A6\",\"DB1C6C89-69B5-442D-AFC5-8AD1CE1C9C3C\",\"E8BBC1B0-D1EE-4A8E-9CBB-48F9A6547EC5\",\"AF289F05-F93B-4EBB-A242-FA5ACDE28AEB\",\"45B35504-F805-4A4D-A004-A230F571CC11\",\"590D24D9-F4EC-4A8A-8159-BF17EACC4494\",\"1A18E0D3-42CA-43D2-9113-627140EA7D21\",\"DE376199-E5C4-421D-993E-00E806B86D6D\",\"433A6AE3-817E-4BC5-BFE4-A023B3FE0F82\",\"690FEBBE-2F35-4BD3-B4F4-D9EDEC9A694D\",\"8B7E68DC-797F-420E-A396-C200084B04B4\",\"B130ADBF-EEA7-4959-8F2D-B0EFF7711949\",\"DDD81451-DD22-48DC-87EC-3905C4FEABE9\",\"E5FFA06B-4A56-452C-8D38-B2A5A28A2C3C\",\"9A9E7401-1381-40D9-A282-41EFD7162C45\",\"B6EA2CA3-79AD-4875-98E8-A31F0D68E9D3\",\"79B11384-51B0-4D32-8E8D-14435FA6821B\",\"AA772EAF-38E4-4A9B-9E1C-7CF796486A12\",\"087A050F-12F5-4682-AE9E-8F32220450F2\",\"F5118F95-4782-4E3B-9E3E-9AFA5B371C71\"],\"owner\":{\"__isSmartRef__\":true,\"id\":238},\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":286},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"240\":{\"submorphs\":[],\"scripts\":[],\"id\":\"8FD51902-12F1-498B-AB83-9D2BE206D7AF\",\"shape\":{\"__isSmartRef__\":true,\"id\":241},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":247},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":248},\"_Padding\":{\"__isSmartRef__\":true,\"id\":249},\"owner\":{\"__isSmartRef__\":true,\"id\":239},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":250},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":251}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":253},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":254},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"derivationIds\":[2589,\"4151B010-6780-4B27-87B0-22660CE3D138\",\"9A2756CF-6328-4CE7-9253-8502EC34C644\",\"70C84BC2-FF7E-4D56-8B5D-F978FAEC0495\",\"879F01D8-ED2E-407B-967B-D37DD56E00F1\",\"79400885-63D0-4034-9464-0794D46F34CC\",\"B2AA0474-9F81-40CC-A770-C7F0CFB89249\",\"2DDE29DB-DDE9-4ADF-9322-95E511DCCBB9\",\"7C3E1EF5-2624-492D-A286-F430BD64C08F\",\"8F9916D8-5B85-42E6-9DB1-38B20955B3D4\",\"329D3419-6864-4232-A812-5FA17F632632\",\"5DD92DB1-9E9D-4860-8B07-1F829A6B9FD4\",\"21737A77-DBD6-4D89-BD35-6841436A04A3\",\"9CD7A8E0-F60B-41E0-819E-D62BB32CE172\",\"C3E3BEE2-1D3A-4D83-BB9E-0CFA7957204C\",\"453BFA2B-962C-4F4C-8029-98736A00FACA\",\"378DB76F-7189-4FA1-A43F-601DB53C7938\",\"02F96331-EDD8-4964-9451-5F1887DC92F9\",\"C8CB8C84-A63C-4196-8A90-6AD9A415F8A8\",\"1BFF3A15-2276-4AA3-9B29-C7F90510B0F6\",\"09B3935D-D1B3-4AA9-8408-B96BEE74823F\",\"28C4BF6D-6150-40D6-A10C-F2A747F72D0B\",\"3EF334A4-1C12-49CB-85FC-A889790022DD\",\"6769B4D1-9352-4DA8-BF0F-6FF566908367\",\"6615C4BD-E9B4-4595-8FAB-204058686F9F\",\"C59450F7-3838-4742-B9E4-73F2767F5CD4\"],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"241\":{\"position\":{\"__isSmartRef__\":true,\"id\":242},\"_Extent\":{\"__isSmartRef__\":true,\"id\":243},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":244},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":245},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":246},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"242\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"243\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"244\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"245\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"246\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"247\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"248\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"249\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"250\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"251\":{\"style\":{\"__isSmartRef__\":true,\"id\":252},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":240},\"storedString\":\"conflicted\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"252\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"253\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"254\":{\"morph\":{\"__isSmartRef__\":true,\"id\":240},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"255\":{\"position\":{\"__isSmartRef__\":true,\"id\":256},\"_Extent\":{\"__isSmartRef__\":true,\"id\":257},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":258},\"_Fill\":{\"__isSmartRef__\":true,\"id\":259},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":269},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":270},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"256\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"257\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"258\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"259\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":260},{\"__isSmartRef__\":true,\"id\":262},{\"__isSmartRef__\":true,\"id\":264},{\"__isSmartRef__\":true,\"id\":266}],\"vector\":{\"__isSmartRef__\":true,\"id\":268},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"260\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":261}},\"261\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"262\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":263}},\"263\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"264\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":265}},\"265\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"266\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":267}},\"267\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"268\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"269\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"270\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"271\":{\"x\":6.890000000000001,\"y\":6.890000000000001,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"272\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":273},{\"__isSmartRef__\":true,\"id\":275},{\"__isSmartRef__\":true,\"id\":277},{\"__isSmartRef__\":true,\"id\":279}],\"vector\":{\"__isSmartRef__\":true,\"id\":268},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"273\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":274}},\"274\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"275\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":276}},\"276\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"277\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":278}},\"278\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"279\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":280}},\"280\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"281\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"partName\":\"ScriptableButton\",\"comment\":\"Has a script that is called on button press\",\"revisionOnLoad\":140039,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"282\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":239},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":239},\"targetMethodName\":\"onFire\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"283\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"284\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"285\":{\"morph\":{\"__isSmartRef__\":true,\"id\":239},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"286\":{\"onFire\":{\"__isSmartRef__\":true,\"id\":287}},\"287\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":288},\"source\":\"function onFire() {\\n this.owner.owner.updateCategory(\\\"conflicted\\\");\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":289},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"288\":{\"this\":{\"__isSmartRef__\":true,\"id\":239}},\"289\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":290},\"user\":\"undefined\",\"tags\":[]},\"290\":{\"isSerializedDate\":true,\"string\":\"Sat Mar 10 2012 14:30:29 GMT+0100 (Mitteleuropäische Zeit)\"},\"291\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":292}],\"scripts\":[],\"id\":\"03AE5AE2-C577-40A3-98EC-8BB809AB4E35\",\"shape\":{\"__isSmartRef__\":true,\"id\":307},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":323},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":311},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":324},\"label\":{\"__isSmartRef__\":true,\"id\":292},\"name\":\"ScriptableButton4\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":333},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":334}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":335},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":336},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":337},\"derivationIds\":[2588,\"6949C1AE-05BE-40D9-B1D4-591EC7DE87C7\",\"88DF5D6D-42E3-451D-9EE8-A87BE6EA6899\",\"49885307-57A9-4804-8DE5-3D4FE6EB1A2D\",\"5A41C2F1-C4BC-4A0A-B030-6FB6B89943E5\",\"4660DDAE-EB6F-413E-8E1B-9A90107C3D31\",\"68F39695-8E04-4038-B993-B1B71BF70984\",\"ACE4CCF8-FD98-4627-8520-18EF2DE537FA\",\"4AA8336F-E284-4E78-8BE8-5E2337B3FF41\",\"7809BC80-0CE5-44D1-A56B-E0906C3014DF\",\"35D22436-4D2D-4762-9776-E9056CD8391E\",\"8A177F63-195E-4540-8F3C-F01DE4C1E39A\",\"2DDF0E05-53FF-4390-8420-3106A3AD3FE3\",\"A020E7D2-9C40-4361-A469-D8C1242DE25B\",\"C9E4313D-903F-432C-B80B-F4398266C660\",\"94589826-4797-42C4-B2BA-42876FA7236A\",\"F755AE94-317A-459B-91F8-B84139CD9B90\",\"FAD1AC4D-E981-48E0-9648-58E68686ED7E\",\"F34F5F42-63DC-4DF5-807F-AB4BD05DC52D\",\"6E3CFC38-ADB9-46A8-9B1D-A8215010C695\",\"FBE22342-7823-4890-8401-AA35F747BDD1\",\"CE5D3795-7DAE-4E15-9BFC-B8312484EEA7\",\"C9E3C21B-C823-43C0-8128-15B35B1FC1E6\",\"015BC207-A1D6-473E-ACEA-6AAC1054279E\",\"A889B29D-F83F-4749-8F2B-C1A2D63E4AC1\",\"7276D9A0-0098-4D37-AF27-CEBFA8BF0762\",\"0C4ADB7C-BF41-4569-8CB9-CEB1D86C32C8\"],\"owner\":{\"__isSmartRef__\":true,\"id\":238},\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":338},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"292\":{\"submorphs\":[],\"scripts\":[],\"id\":\"61929EF9-D8D4-4DE1-9044-C5796A76A4EE\",\"shape\":{\"__isSmartRef__\":true,\"id\":293},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":299},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":300},\"_Padding\":{\"__isSmartRef__\":true,\"id\":301},\"owner\":{\"__isSmartRef__\":true,\"id\":291},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":302},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":303}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":305},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":306},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"derivationIds\":[2589,\"4151B010-6780-4B27-87B0-22660CE3D138\",\"FC86686A-EFB8-41CA-8D73-36E868FFB8DF\",\"AF9D2152-2DEF-4302-923A-82C64109A9B1\",\"F283D632-38F6-4729-B377-BA3F1E4D190C\",\"162D1549-C54D-49B6-A342-D30F8F5AD6B8\",\"AF47784D-38B3-4378-8E05-9F013EED2BA3\",\"F2C8063C-569E-466B-9077-A8382A79EC90\",\"F52E7568-D4D3-4DE3-94DF-09ECC325622F\",\"E2C50F29-E4F3-4DB6-89AF-BB0A412707CB\",\"9FF460BD-D085-449C-9969-7D88BB9C15FD\",\"46572C96-91CE-4F01-9218-CAFD130A1AE3\",\"177A1AB0-343F-4848-9134-CC334B31A6C5\",\"E80C5C8B-1150-4648-98E2-FB4A54D821D9\",\"C2173C05-A3C2-4040-B8AE-033AC559BB23\",\"95E09078-4841-4A66-94F8-C55772DFB724\",\"151FC1C5-4C2A-416F-9205-C1389D9F48A2\",\"7ED72177-CBCA-41CC-A9E3-3AAD934626AB\",\"4E0B8FD5-E181-4379-818D-44B865841911\",\"7C2BA87F-F3EE-4EC6-BCDC-7C1CE3113669\",\"87C468B6-CA44-4829-9EE9-CEE311F1E074\",\"F0C1B1AC-B90F-4429-8BF9-4B47E0EEAD77\",\"E4BFE0DE-BC0F-4F7A-B50B-5A563475CB12\",\"0A5D5723-3A57-467F-BB3D-2DDC07A8BB3B\",\"DF5A3A4E-9F97-4C2C-99D7-A40F868E8BDF\",\"397F0D2C-A5BC-49DB-ACFF-9A14CA25633F\",\"CF01CF1A-323C-446A-BFDD-03B563A59E73\"],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"293\":{\"position\":{\"__isSmartRef__\":true,\"id\":294},\"_Extent\":{\"__isSmartRef__\":true,\"id\":295},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":296},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":297},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":298},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"294\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"295\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"296\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"297\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"298\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"299\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"300\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"301\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"302\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"303\":{\"style\":{\"__isSmartRef__\":true,\"id\":304},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":292},\"storedString\":\"added\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"304\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"305\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"306\":{\"morph\":{\"__isSmartRef__\":true,\"id\":292},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"307\":{\"position\":{\"__isSmartRef__\":true,\"id\":308},\"_Extent\":{\"__isSmartRef__\":true,\"id\":309},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":310},\"_Fill\":{\"__isSmartRef__\":true,\"id\":311},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":321},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":322},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"308\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"309\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"310\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"311\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":312},{\"__isSmartRef__\":true,\"id\":314},{\"__isSmartRef__\":true,\"id\":316},{\"__isSmartRef__\":true,\"id\":318}],\"vector\":{\"__isSmartRef__\":true,\"id\":320},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"312\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":313}},\"313\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"314\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":315}},\"315\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"316\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":317}},\"317\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"318\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":319}},\"319\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"320\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"321\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"322\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"323\":{\"x\":115.025,\"y\":6.890000000000001,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"324\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":325},{\"__isSmartRef__\":true,\"id\":327},{\"__isSmartRef__\":true,\"id\":329},{\"__isSmartRef__\":true,\"id\":331}],\"vector\":{\"__isSmartRef__\":true,\"id\":320},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"325\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":326}},\"326\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"327\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":328}},\"328\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"329\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":330}},\"330\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"331\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":332}},\"332\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"333\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"partName\":\"ScriptableButton\",\"comment\":\"Has a script that is called on button press\",\"revisionOnLoad\":140039,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"334\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":291},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":291},\"targetMethodName\":\"onFire\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"335\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"336\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"337\":{\"morph\":{\"__isSmartRef__\":true,\"id\":291},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"338\":{\"onFire\":{\"__isSmartRef__\":true,\"id\":339}},\"339\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":340},\"source\":\"function onFire() {\\n\\tthis.owner.owner.updateCategory(\\\"added\\\")\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":341},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"340\":{\"this\":{\"__isSmartRef__\":true,\"id\":291}},\"341\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":342},\"user\":\"undefined\",\"tags\":[]},\"342\":{\"isSerializedDate\":true,\"string\":\"Sat Mar 10 2012 14:30:48 GMT+0100 (Mitteleuropäische Zeit)\"},\"343\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":344}],\"scripts\":[],\"id\":\"730EAE9F-2865-439B-B534-764EA8375E1C\",\"shape\":{\"__isSmartRef__\":true,\"id\":359},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":375},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":363},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":376},\"label\":{\"__isSmartRef__\":true,\"id\":344},\"name\":\"ScriptableButton5\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":385},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":386}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":387},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":388},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":389},\"derivationIds\":[2588,\"6949C1AE-05BE-40D9-B1D4-591EC7DE87C7\",\"88DF5D6D-42E3-451D-9EE8-A87BE6EA6899\",\"560F1AD7-E640-4214-811D-56185D5B5246\",\"9DEF9BCF-5B2E-4B56-A6A9-B4139E2EFC43\",\"F830687B-847D-4341-B761-AEA54817EE4E\",\"9523A41C-3A1D-4AE8-A5CC-8568DECE1972\",\"E615D0FB-8754-4D2F-AB46-3A10A08B107A\",\"1025E5B3-4CBB-498A-A088-E2A1CED88AB3\",\"DE1A279F-8EFC-4970-B9AC-E004CD462629\",\"8CBEF95F-3877-4749-A39C-C1FFB6ABE263\",\"B3CB29D6-9EB1-4958-84BD-E5DED6651841\",\"E9B52ABC-A5B1-493B-8158-9A37A0011031\",\"8D9539E3-DF84-43FD-A30A-457C70AE7E72\",\"17B4184E-5463-4826-BC70-0251D977C64C\",\"FF4963DF-5342-4F0C-A677-F40A1C4BE0BA\",\"8631F023-2832-4435-A885-0BEB8F5C6056\",\"9A3E6836-3EF5-4FE9-8665-204E2C746F45\",\"1722B495-E41A-46E7-9159-6810378445DA\",\"DAD60011-8A71-44D2-89F1-5D65C3DDD4E3\",\"5E1CED59-7655-450D-8FF2-0286118BD9BE\",\"68082A91-0880-4B8B-85B7-96EC0F6A78A0\",\"718CA2B4-62B9-414F-A029-ACBA6F3EA6BA\",\"9F960829-5091-46D3-9D88-9131FE74AEC8\",\"61FBC29D-7921-4DAB-94F5-C5AD59962DCB\",\"B7B3F42B-0379-4AC4-80DD-E1132A4603BA\",\"D0F4CD7C-594F-4EAE-BD0C-29E9AFD15476\",\"13BFA294-41B4-4BDE-96F5-00C9C9022BF3\"],\"owner\":{\"__isSmartRef__\":true,\"id\":238},\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":390},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"344\":{\"submorphs\":[],\"scripts\":[],\"id\":\"DCA27873-277B-4B2D-A2A3-DAB871A4112B\",\"shape\":{\"__isSmartRef__\":true,\"id\":345},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":351},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":352},\"_Padding\":{\"__isSmartRef__\":true,\"id\":353},\"owner\":{\"__isSmartRef__\":true,\"id\":343},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":354},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":355}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":357},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":358},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"derivationIds\":[2589,\"4151B010-6780-4B27-87B0-22660CE3D138\",\"FC86686A-EFB8-41CA-8D73-36E868FFB8DF\",\"58BB75B6-DA99-4F05-89F8-617754BAB0CB\",\"8960DF15-9ECC-4FA6-A24C-B9D0604162AD\",\"D2EC02FC-B974-4F73-B66E-3EF05C303029\",\"1C6EA63B-95D6-4D18-A6CB-DDFE0AEDEF18\",\"4E3A8B32-674C-49BA-BE93-14D76EDA6F06\",\"FB150C2C-5244-4B9F-AD6E-831FF03F4891\",\"59B0306B-893B-443F-AAA4-7AC96F96E1EB\",\"CBF5E85A-069D-48A7-A94C-237B6CDAC7B7\",\"719368B0-A2E8-4424-8819-143A7A5CA776\",\"DDC1F275-96AC-4530-B87E-9A2B7EF2598A\",\"32001A11-18CF-407C-A816-9BD2FE0CB33E\",\"98E3C3D6-8430-4161-9968-DAA96E6F290A\",\"4F87306F-2F05-474A-9A77-B51B04D5A0E0\",\"2453C17D-6457-47E0-9F67-12FFA3E91C5C\",\"063A8914-4D18-4818-987C-E9FB70AD094B\",\"A87DD43C-9500-4227-9A61-883D376E7495\",\"77536914-B8D2-47FB-AD21-33BD57701364\",\"605300AF-6F0E-49C0-BBD7-63D97251CE34\",\"0719382A-6C7F-42AF-8241-E41C4727762F\",\"9703E6AF-5B95-4232-A014-227239030641\",\"9718C351-5268-495F-A83E-29BD153D9757\",\"77E9615D-39C8-46BF-8D8F-5498EEA617B7\",\"596290E3-2800-479B-8DD6-EFD95B74BA23\",\"ACBA1E62-6261-4ED5-A0A4-A8F4CDA47A87\",\"286BF696-FB68-4584-BD2E-22FFE223C78A\"],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"345\":{\"position\":{\"__isSmartRef__\":true,\"id\":346},\"_Extent\":{\"__isSmartRef__\":true,\"id\":347},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":348},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":349},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":350},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"346\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"347\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"348\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"349\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"350\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"351\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"352\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"353\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"354\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"355\":{\"style\":{\"__isSmartRef__\":true,\"id\":356},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":344},\"storedString\":\"removed\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"356\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"357\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"358\":{\"morph\":{\"__isSmartRef__\":true,\"id\":344},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"359\":{\"position\":{\"__isSmartRef__\":true,\"id\":360},\"_Extent\":{\"__isSmartRef__\":true,\"id\":361},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":362},\"_Fill\":{\"__isSmartRef__\":true,\"id\":363},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":373},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":374},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"360\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"361\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"362\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"363\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":364},{\"__isSmartRef__\":true,\"id\":366},{\"__isSmartRef__\":true,\"id\":368},{\"__isSmartRef__\":true,\"id\":370}],\"vector\":{\"__isSmartRef__\":true,\"id\":372},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"364\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":365}},\"365\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"366\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":367}},\"367\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"368\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":369}},\"369\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"370\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":371}},\"371\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"372\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"373\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"374\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"375\":{\"x\":223.15999999999997,\"y\":6.890000000000001,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"376\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":377},{\"__isSmartRef__\":true,\"id\":379},{\"__isSmartRef__\":true,\"id\":381},{\"__isSmartRef__\":true,\"id\":383}],\"vector\":{\"__isSmartRef__\":true,\"id\":372},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"377\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":378}},\"378\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"379\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":380}},\"380\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"381\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":382}},\"382\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"383\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":384}},\"384\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"385\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"partName\":\"ScriptableButton\",\"comment\":\"Has a script that is called on button press\",\"revisionOnLoad\":140039,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"386\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":343},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":343},\"targetMethodName\":\"onFire\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"387\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"388\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"389\":{\"morph\":{\"__isSmartRef__\":true,\"id\":343},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"390\":{\"onFire\":{\"__isSmartRef__\":true,\"id\":391}},\"391\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":392},\"source\":\"function onFire() {\\n\\tthis.owner.owner.updateCategory(\\\"removed\\\")\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":393},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"392\":{\"this\":{\"__isSmartRef__\":true,\"id\":343}},\"393\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":394},\"user\":\"undefined\",\"tags\":[]},\"394\":{\"isSerializedDate\":true,\"string\":\"Sat Mar 10 2012 14:31:03 GMT+0100 (Mitteleuropäische Zeit)\"},\"395\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":396}],\"scripts\":[],\"id\":\"C1CC0E77-22DC-4E56-9F5A-FF81497E3EA6\",\"shape\":{\"__isSmartRef__\":true,\"id\":411},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":427},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":415},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":428},\"label\":{\"__isSmartRef__\":true,\"id\":396},\"name\":\"ScriptableButton6\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":437},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":438}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":439},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":440},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":441},\"derivationIds\":[2588,\"6949C1AE-05BE-40D9-B1D4-591EC7DE87C7\",\"88DF5D6D-42E3-451D-9EE8-A87BE6EA6899\",\"560F1AD7-E640-4214-811D-56185D5B5246\",\"50BBA33E-DA91-4BB5-B5B1-216C605E87DF\",\"2F58DDC2-ADE4-4DFC-B51A-17FE3E608D90\",\"C87B7B5D-A58D-4DAA-9270-744E9C60A31C\",\"CC06B4BF-81BB-4334-8D8F-4B9E0BC78A0B\",\"182BA8CD-1F19-4415-BCB9-3B93D3631DB0\",\"DC6FEFA7-5D19-4C64-A552-747903C43A4D\",\"CBB2C852-37BA-4212-8514-DB66D80B59A2\",\"F0ACD0C0-2A41-44DF-AE45-4E95423C3B30\",\"AAC8CCB8-8BD1-4D30-9BD2-25FE8214A257\",\"60031E56-0D74-448C-9241-DB8B914DC8FE\",\"2BEEE1ED-4BFC-496A-9175-E721BFC8FC64\",\"0FED5A2E-C6D6-4AC0-B16A-BBCDE86523D5\",\"B860AF86-548D-4EF1-8FB5-BF725159BEE9\",\"81FE52C5-0BAB-4782-9E58-C49CC1248333\",\"76754253-9A3D-4733-A0E9-061F74B667E9\",\"A558A6D5-DF44-4B8F-9DE4-C217CB58BFC6\",\"D9F1CF05-D5D4-4807-BDEE-AD2C8104BB31\",\"F0C3170F-DC25-488E-99D5-870ADD56918B\",\"F66DE293-2574-4FEF-B40A-21C0B34977D6\",\"3F71599C-268D-41D9-A4DD-5E26B9DD6F64\",\"9BAC65E8-83E6-4D17-B407-B29D156771CC\",\"E13398F1-ED01-409A-A560-B5D4A2968B50\",\"04ADB327-8DB6-4EF6-93A3-D0A2EF152015\",\"A363AACC-ED8C-4C79-8BAB-3B12192DBB39\",\"0EB6A61E-4282-458D-ABE2-35FB2F2CF826\"],\"owner\":{\"__isSmartRef__\":true,\"id\":238},\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":442},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"396\":{\"submorphs\":[],\"scripts\":[],\"id\":\"D8F0FBA5-31D5-41B3-923F-00E2EA760924\",\"shape\":{\"__isSmartRef__\":true,\"id\":397},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":403},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":404},\"_Padding\":{\"__isSmartRef__\":true,\"id\":405},\"owner\":{\"__isSmartRef__\":true,\"id\":395},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":406},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":407}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":409},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":410},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"derivationIds\":[2589,\"4151B010-6780-4B27-87B0-22660CE3D138\",\"FC86686A-EFB8-41CA-8D73-36E868FFB8DF\",\"58BB75B6-DA99-4F05-89F8-617754BAB0CB\",\"2BB4417C-586D-442B-B78B-00E090C3CD6A\",\"9413599D-8727-4B92-94D7-222A81CBB254\",\"A9365624-D344-410D-8FA8-831ADB899825\",\"B4DA1785-43C6-4680-AC55-1012AAEF5266\",\"121B077C-5831-421B-946C-F64A88B1A27C\",\"D6596E00-DB37-419A-ABE7-7A13634F1C19\",\"0871D26D-5D94-48BF-8911-D447E2CAD2AA\",\"E04BC3CE-6893-45CA-BE96-BF70659F874E\",\"0787F963-4AA0-4C85-9F67-3CBFDFE01FD6\",\"77471B9B-BD11-41FA-A435-9AA5ADC6942F\",\"7C292880-EEB9-4754-A589-3CE294E31E74\",\"211694AA-CE90-41D9-9361-ACFBBB13CAF6\",\"5829DB88-162F-4738-8EBC-1CCC55AF37E3\",\"1BA637AC-C1BE-40F6-A6DD-935EA23DDB2E\",\"A8D1504E-47A3-4E5D-9951-4F3B96915B64\",\"686B8519-E369-4485-B9DE-B6C32754C642\",\"D2496534-38B9-48C8-BD47-ACDCB18C2D28\",\"826D6A93-3335-44D7-89A9-99B22122C62E\",\"568FF4CB-FFFC-45DB-B87C-F13C1FAD89F2\",\"92D6A993-59F7-4ACE-B514-59340AD5EBDE\",\"7255CA19-D412-4CBA-B2DD-A5C9B70690F6\",\"DB7661FD-5D95-4314-A393-35ED8620AEF7\",\"EF96BE95-3B31-4666-981F-82B1DB1C0975\",\"AC09E5A7-74A7-4D67-9181-B5C0B5612F76\",\"6959A214-44E8-4796-9BDA-4888DF80C59E\"],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"397\":{\"position\":{\"__isSmartRef__\":true,\"id\":398},\"_Extent\":{\"__isSmartRef__\":true,\"id\":399},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":400},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":401},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":402},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"398\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"399\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"400\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"401\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"402\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"403\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"404\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"405\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"406\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"407\":{\"style\":{\"__isSmartRef__\":true,\"id\":408},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":396},\"storedString\":\"updated\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"408\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"409\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"410\":{\"morph\":{\"__isSmartRef__\":true,\"id\":396},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"411\":{\"position\":{\"__isSmartRef__\":true,\"id\":412},\"_Extent\":{\"__isSmartRef__\":true,\"id\":413},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":414},\"_Fill\":{\"__isSmartRef__\":true,\"id\":415},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":425},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":426},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"412\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"413\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"414\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"415\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":416},{\"__isSmartRef__\":true,\"id\":418},{\"__isSmartRef__\":true,\"id\":420},{\"__isSmartRef__\":true,\"id\":422}],\"vector\":{\"__isSmartRef__\":true,\"id\":424},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"416\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":417}},\"417\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"418\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":419}},\"419\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"420\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":421}},\"421\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"422\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":423}},\"423\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"424\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"425\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"426\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"427\":{\"x\":331.29499999999996,\"y\":6.890000000000001,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"428\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":429},{\"__isSmartRef__\":true,\"id\":431},{\"__isSmartRef__\":true,\"id\":433},{\"__isSmartRef__\":true,\"id\":435}],\"vector\":{\"__isSmartRef__\":true,\"id\":424},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"429\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":430}},\"430\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"431\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":432}},\"432\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"433\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":434}},\"434\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"435\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":436}},\"436\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"437\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"partName\":\"ScriptableButton\",\"comment\":\"Has a script that is called on button press\",\"revisionOnLoad\":140039,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"438\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":395},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":395},\"targetMethodName\":\"onFire\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"439\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"440\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"441\":{\"morph\":{\"__isSmartRef__\":true,\"id\":395},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"442\":{\"onFire\":{\"__isSmartRef__\":true,\"id\":443}},\"443\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":444},\"source\":\"function onFire() {\\n\\tthis.owner.owner.updateCategory(\\\"updated\\\")\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":445},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"444\":{\"this\":{\"__isSmartRef__\":true,\"id\":395}},\"445\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":446},\"user\":\"undefined\",\"tags\":[]},\"446\":{\"isSerializedDate\":true,\"string\":\"Sat Mar 10 2012 14:31:19 GMT+0100 (Mitteleuropäische Zeit)\"},\"447\":{\"position\":{\"__isSmartRef__\":true,\"id\":448},\"_Extent\":{\"__isSmartRef__\":true,\"id\":449},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":450},\"_Fill\":{\"__isSmartRef__\":true,\"id\":451},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":452},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":453},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"448\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"449\":{\"x\":873.6886559999995,\"y\":35.78,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"450\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"451\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"452\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"453\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"454\":{\"x\":10,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"455\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!\",\"migrationLevel\":2,\"partName\":\"Rectangle\",\"revisionOnLoad\":112200,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"456\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"457\":{\"morph\":{\"__isSmartRef__\":true,\"id\":238},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"458\":{\"x\":872.6886559999995,\"y\":35.78,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"459\":{\"resizeWidth\":true,\"resizeHeight\":false,\"layouter\":{\"__isSmartRef__\":true,\"id\":460},\"extentWithoutPlaceholder\":{\"__isSmartRef__\":true,\"id\":461}},\"460\":{\"defaultBorderSize\":10,\"defaultSpacing\":15,\"borderSize\":6.890000000000001,\"spacing\":7.135,\"container\":{\"__isSmartRef__\":true,\"id\":238},\"__SourceModuleName__\":\"Global.lively.morphic.Layout\",\"__LivelyClassName__\":\"lively.morphic.Layout.HorizontalLayout\"},\"461\":{\"x\":760,\"y\":42.78,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"462\":{\"x\":513.4575,\"y\":-10.77000000000001,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"463\":{\"position\":{\"__isSmartRef__\":true,\"id\":464},\"_Extent\":{\"__isSmartRef__\":true,\"id\":465},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":466},\"_Fill\":{\"__isSmartRef__\":true,\"id\":467},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":468},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":469},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"464\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"465\":{\"x\":893.6886559999995,\"y\":589.0220839999995,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"466\":{\"r\":0.372,\"g\":0.369,\"b\":0.372,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"467\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"468\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"469\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"470\":{\"partsSpaceName\":\"PartsBin/BP2012/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"Used to diff a version of a morph with the current version in PartsBin\",\"migrationLevel\":4,\"partName\":\"MorphDiffer\",\"changes\":[{\"__isSmartRef__\":true,\"id\":471},{\"__isSmartRef__\":true,\"id\":473},{\"__isSmartRef__\":true,\"id\":475},{\"__isSmartRef__\":true,\"id\":477},{\"__isSmartRef__\":true,\"id\":479},{\"__isSmartRef__\":true,\"id\":481},{\"__isSmartRef__\":true,\"id\":483}],\"revisionOnLoad\":144000,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"471\":{\"date\":{\"__isSmartRef__\":true,\"id\":472},\"author\":\"undefined\",\"message\":\"init 2\",\"id\":\"97D40289-EA6F-4A89-BCE4-F78A354EB211\"},\"472\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 21:12:49 GMT+0100 (Mitteleuropäische Zeit)\"},\"473\":{\"date\":{\"__isSmartRef__\":true,\"id\":474},\"author\":\"athomschke\",\"message\":\"gets boring\",\"id\":\"E63B6C6D-8CBB-4676-9EFD-940C9E4BE122\"},\"474\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 12 2012 16:32:18 GMT+0100 (Mitteleuropäische Zeit)\"},\"475\":{\"date\":{\"__isSmartRef__\":true,\"id\":476},\"author\":\"athomschke\",\"message\":\"screwed the window\",\"id\":\"57AC4932-CBE6-47D8-B9C3-A7F8BDB7AC32\"},\"476\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 12 2012 16:29:47 GMT+0100 (Mitteleuropäische Zeit)\"},\"477\":{\"date\":{\"__isSmartRef__\":true,\"id\":478},\"author\":\"sebastian.stamm\",\"message\":\"now with accept and reject!\"},\"478\":{\"isSerializedDate\":true,\"string\":\"Thu Oct 20 2011 16:05:53 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"479\":{\"date\":{\"__isSmartRef__\":true,\"id\":480},\"author\":\"sebastian.stamm\",\"message\":\"Now with fancy text field name!\"},\"480\":{\"isSerializedDate\":true,\"string\":\"Thu Oct 20 2011 16:08:33 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"481\":{\"date\":{\"__isSmartRef__\":true,\"id\":482},\"author\":\"athomschke\",\"message\":\"typo\",\"id\":\"6B6DCAE1-3EDD-4B20-8338-7F5566B65D3E\"},\"482\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 12 2012 16:28:22 GMT+0100 (Mitteleuropäische Zeit)\"},\"483\":{\"date\":{\"__isSmartRef__\":true,\"id\":484},\"author\":\"undefined\",\"message\":\"\",\"id\":\"31589CAB-644F-4620-A128-DE88A52C415F\"},\"484\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 21:19:44 GMT+0100 (Mitteleuropäische Zeit)\"},\"485\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"486\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"487\":{\"x\":893.6886559999995,\"y\":589.0220839999995,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"488\":{\"resizeWidth\":true,\"resizeHeight\":true,\"adjustForNewBounds\":true,\"extentWithoutPlaceholder\":{\"__isSmartRef__\":true,\"id\":489}},\"489\":{\"x\":835.6886559999995,\"y\":411.0220839999995,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"490\":{\"x\":0,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"491\":{\"id\":\"EFC636E0-E479-4B4A-8320-434874A8BB44\",\"property\":\"Fill\",\"oldValue\":{\"__isSmartRef__\":true,\"id\":492},\"newValue\":{\"__isSmartRef__\":true,\"id\":493}},\"492\":{\"r\":1,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"493\":{\"r\":1,\"g\":0,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"494\":{\"id\":\"EFC636E0-E479-4B4A-8320-434874A8BB44\",\"property\":\"Shape\",\"oldValue\":{\"__isSmartRef__\":true,\"id\":495},\"newValue\":{\"__isSmartRef__\":true,\"id\":501}},\"495\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":496},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":497},\"_Extent\":{\"__isSmartRef__\":true,\"id\":498},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":499},\"_BorderWidth\":3.184,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":500},\"_Fill\":{\"__isSmartRef__\":true,\"id\":492},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Ellipse\"},\"496\":{\"x\":-50,\"y\":-50,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"497\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"498\":{\"x\":148,\"y\":133,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"499\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"500\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"501\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":502},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":503},\"_Extent\":{\"__isSmartRef__\":true,\"id\":504},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":505},\"_BorderWidth\":3.184,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":506},\"_Fill\":{\"__isSmartRef__\":true,\"id\":493},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Ellipse\"},\"502\":{\"x\":-50,\"y\":-50,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"503\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"504\":{\"x\":241,\"y\":232,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"505\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"506\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"507\":{\"id\":\"EFC636E0-E479-4B4A-8320-434874A8BB44\",\"property\":\"foo\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":508}},\"508\":{\"oldValue\":{\"__isSmartRef__\":true,\"id\":509},\"newValue\":{\"__isSmartRef__\":true,\"id\":580}},\"509\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":510},\"source\":\"function foo() {\\n \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":578},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"510\":{\"this\":{\"__isSmartRef__\":true,\"id\":511}},\"511\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":512}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":495},\"id\":\"FE6540D7-65EF-4067-B98A-58DD46E44195\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":545},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":546},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":547},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"showsHalos\":false,\"layout\":{\"__isSmartRef__\":true,\"id\":548},\"name\":\"TestMorph1\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":549},\"derivationIds\":[113,\"BC9C73C7-D1D1-491F-A66E-8A4424C201BD\",\"D57A9D87-7E47-4A7F-A1D3-88F2D142F3FC\",\"7352E373-523E-414E-A028-C672F3BB4F5B\",\"A33E43D1-BA8F-4D9A-8C02-5CB00749D496\",\"C23FE4D8-7EFD-4FCF-9DAA-F68293E49F99\",\"B9DF8BEE-AB5C-42D7-A7EF-D152AF0D714A\",\"13CA4732-C4E6-4FF4-8289-77638AC29974\"],\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":576},\"isBeingDragged\":false,\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":577},\"__LivelyClassName__\":\"lively.morphic.Morph\"},\"512\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":513}],\"scripts\":[],\"id\":\"D043FDCA-B1A7-41B4-BB04-936B487F038B\",\"shape\":{\"__isSmartRef__\":true,\"id\":528},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":535},\"showsHalos\":false,\"name\":\"Rectangle\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":536},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":537},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":538},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[127,\"1969AE6B-806C-4AC9-AB31-7D1B40187F10\",\"2D958E76-0769-404F-9A01-E52BBFB45900\",\"A7E63D2C-CE2C-4144-94FD-BAA14D22CF6E\",\"CE6C74D8-0767-4B40-8735-882B10C442EC\",\"6F31CD4D-2BFE-40C9-B0C0-011097C03014\",\"D95E1A94-ABE9-45D5-A4C8-BC3A3D81A4B2\",\"E1633D64-5E2A-4D12-8174-A9841D6FA187\"],\"owner\":{\"__isSmartRef__\":true,\"id\":511},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":539},\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":540},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"513\":{\"submorphs\":[],\"scripts\":[],\"id\":\"AC351D10-3643-4512-969A-BCE8AE9F5B82\",\"shape\":{\"__isSmartRef__\":true,\"id\":514},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":520},\"_MaxTextWidth\":33,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":517},\"showsHalos\":false,\"_FontSize\":14,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text1\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":521},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":522}],\"charsReplaced\":\"some text \",\"lastFindLoc\":10,\"priorSelectionRange\":[1,1],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":524},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":525},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":526},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":527},\"_ClipMode\":\"visible\",\"derivationIds\":[355,\"F70D3DDE-FBDC-4928-B029-DEE73E24A587\",\"7798F3EE-8A0D-4C9E-A52F-3A99CF6FB14A\",\"69CA9400-F9A9-4504-B3C4-795888946B8A\",\"10711D19-3705-4561-9AB3-518DE97E7891\"],\"_WhiteSpaceHandling\":\"pre-wrap\",\"owner\":{\"__isSmartRef__\":true,\"id\":512},\"_MinTextWidth\":33,\"_MinTextHeight\":null,\"previousSelection\":[0,1],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"514\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":515},\"_Extent\":{\"__isSmartRef__\":true,\"id\":516},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":517},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":518},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":519},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"515\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"516\":{\"x\":33,\"y\":23,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"517\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"518\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"519\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"520\":{\"x\":16,\"y\":24,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"521\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"522\":{\"style\":{\"__isSmartRef__\":true,\"id\":523},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":513},\"storedString\":\"saved source\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"523\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"524\":{\"x\":33,\"y\":23,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"525\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"526\":{\"morph\":{\"__isSmartRef__\":true,\"id\":513},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"527\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"528\":{\"position\":{\"__isSmartRef__\":true,\"id\":529},\"_Extent\":{\"__isSmartRef__\":true,\"id\":530},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":531},\"_Fill\":{\"__isSmartRef__\":true,\"id\":532},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":533},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":534},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"529\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"530\":{\"x\":66,\"y\":70,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"531\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"532\":{\"r\":0.983,\"g\":1,\"b\":0.357,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"533\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"534\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"535\":{\"x\":-9,\"y\":-19,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"536\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!\",\"migrationLevel\":2,\"partName\":\"Rectangle\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"537\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"538\":{\"morph\":{\"__isSmartRef__\":true,\"id\":512},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"539\":{\"x\":67,\"y\":72,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"540\":{\"bar\":{\"__isSmartRef__\":true,\"id\":541}},\"541\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":542},\"source\":\"function bar() {\\n \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":543},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"542\":{\"this\":{\"__isSmartRef__\":true,\"id\":512}},\"543\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":544},\"user\":\"athomschke\",\"tags\":[]},\"544\":{\"isSerializedDate\":true,\"string\":\"Fri Jan 06 2012 16:28:50 GMT+0100 (Mitteleuropäische Zeit)\"},\"545\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"546\":{\"morph\":{\"__isSmartRef__\":true,\"id\":511},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"547\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"548\":{},\"549\":{\"partName\":\"TestMorph\",\"requiredModules\":[],\"migrationLevel\":4,\"partsSpaceName\":\"PartsBin/BP2012/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"undefined\",\"changes\":[{\"__isSmartRef__\":true,\"id\":550},{\"__isSmartRef__\":true,\"id\":552},{\"__isSmartRef__\":true,\"id\":554},{\"__isSmartRef__\":true,\"id\":556},{\"__isSmartRef__\":true,\"id\":558},{\"__isSmartRef__\":true,\"id\":560},{\"__isSmartRef__\":true,\"id\":562},{\"__isSmartRef__\":true,\"id\":564},{\"__isSmartRef__\":true,\"id\":566},{\"__isSmartRef__\":true,\"id\":568},{\"__isSmartRef__\":true,\"id\":570},{\"__isSmartRef__\":true,\"id\":572},{\"__isSmartRef__\":true,\"id\":574}],\"revisionOnLoad\":126578,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"550\":{\"date\":{\"__isSmartRef__\":true,\"id\":551},\"author\":\"athomschke\",\"message\":\"huhu\",\"id\":\"2327D47A-6538-4C7B-BBB7-4E902BDB9577\"},\"551\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 05 2012 18:16:40 GMT+0100 (Mitteleuropäische Zeit)\"},\"552\":{\"date\":{\"__isSmartRef__\":true,\"id\":553},\"author\":\"athomschke\",\"message\":\"init\",\"id\":\"808BEAEB-79C5-4F71-AA50-B69F7B185A84\"},\"553\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 05 2012 18:10:15 GMT+0100 (Mitteleuropäische Zeit)\"},\"554\":{\"date\":{\"__isSmartRef__\":true,\"id\":555},\"author\":\"athomschke\",\"message\":\"testCommit\",\"id\":\"82945729-CE4A-45E3-80DB-2644BEF99F2B\"},\"555\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 05 2012 18:09:57 GMT+0100 (Mitteleuropäische Zeit)\"},\"556\":{\"date\":{\"__isSmartRef__\":true,\"id\":557},\"author\":\"athomschke\",\"message\":\"test\",\"id\":\"44D26580-D909-466A-9981-88599E948443\"},\"557\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 05 2012 17:47:24 GMT+0100 (Mitteleuropäische Zeit)\"},\"558\":{\"date\":{\"__isSmartRef__\":true,\"id\":559},\"author\":\"athomschke\",\"message\":\"test commit\",\"id\":\"13A614C8-5224-4256-9AE9-3503D334EDC4\"},\"559\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 05 2012 17:46:17 GMT+0100 (Mitteleuropäische Zeit)\"},\"560\":{\"date\":{\"__isSmartRef__\":true,\"id\":561},\"author\":\"athomschke\",\"message\":\"first child\",\"id\":\"FD555B99-9E83-41FC-B452-28644C72860A\"},\"561\":{\"isSerializedDate\":true,\"string\":\"Thu Dec 29 2011 22:20:51 GMT+0100 (Mitteleuropäische Zeit)\"},\"562\":{\"date\":{\"__isSmartRef__\":true,\"id\":563},\"author\":\"athomschke\",\"message\":\"parent revision\",\"id\":\"AE54B45F-58CD-43DD-804C-F5CBE8C6D2EA\"},\"563\":{\"isSerializedDate\":true,\"string\":\"Thu Dec 29 2011 22:20:28 GMT+0100 (Mitteleuropäische Zeit)\"},\"564\":{\"date\":{\"__isSmartRef__\":true,\"id\":565},\"author\":\"athomschke\",\"message\":\"initial\",\"id\":\"B40EF8F9-EC80-4870-8EC1-7CABD7B8FB5C\"},\"565\":{\"isSerializedDate\":true,\"string\":\"Thu Dec 29 2011 22:19:44 GMT+0100 (Mitteleuropäische Zeit)\"},\"566\":{\"date\":{\"__isSmartRef__\":true,\"id\":567},\"author\":\"athomschke\",\"message\":\"colliding change\",\"id\":\"7D4585BB-039B-4143-802F-E066A340D99F\"},\"567\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 21 2011 12:13:57 GMT+0100 (Mitteleuropäische Zeit)\"},\"568\":{\"date\":{\"__isSmartRef__\":true,\"id\":569},\"author\":\"athomschke\",\"message\":\"init\",\"id\":\"E2B8DC78-6A19-4D3E-B049-2E78EE6EB842\"},\"569\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 21 2011 12:13:01 GMT+0100 (Mitteleuropäische Zeit)\"},\"570\":{\"date\":{\"__isSmartRef__\":true,\"id\":571},\"author\":\"athomschke\",\"message\":\"\",\"id\":\"18FBED6C-ADA8-4591-90BB-48384E5D0963\"},\"571\":{\"isSerializedDate\":true,\"string\":\"Thu Dec 29 2011 22:17:39 GMT+0100 (Mitteleuropäische Zeit)\"},\"572\":{\"date\":{\"__isSmartRef__\":true,\"id\":573},\"author\":\"athomschke\",\"message\":\"another version, testing revision overwrite\",\"id\":\"8682B4EA-C972-4AB9-8DEE-63B165FEF3DD\"},\"573\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 05 2012 11:04:37 GMT+0100 (Mitteleuropäische Zeit)\"},\"574\":{\"date\":{\"__isSmartRef__\":true,\"id\":575},\"author\":\"athomschke\",\"message\":\"added script\",\"id\":\"D91C9662-C80C-46D8-9AC8-2DF93A1EC70F\"},\"575\":{\"isSerializedDate\":true,\"string\":\"Fri Jan 06 2012 16:29:09 GMT+0100 (Mitteleuropäische Zeit)\"},\"576\":{\"x\":147,\"y\":133,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"577\":{\"foo\":{\"__isSmartRef__\":true,\"id\":509}},\"578\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":579},\"user\":\"athomschke\",\"tags\":[]},\"579\":{\"isSerializedDate\":true,\"string\":\"Fri Jan 06 2012 16:28:39 GMT+0100 (Mitteleuropäische Zeit)\"},\"580\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":581},\"source\":\"function foo() {\\n alertOK(\\\"Foo hahaha\\\");\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":658},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"581\":{\"this\":{\"__isSmartRef__\":true,\"id\":582}},\"582\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":583},{\"__isSmartRef__\":true,\"id\":611}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":501},\"id\":\"EFC636E0-E479-4B4A-8320-434874A8BB44\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":621},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":622},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":623},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"showsHalos\":false,\"layout\":{\"__isSmartRef__\":true,\"id\":624},\"name\":\"TestMorph\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":625},\"derivationIds\":[113,\"BC9C73C7-D1D1-491F-A66E-8A4424C201BD\",\"D57A9D87-7E47-4A7F-A1D3-88F2D142F3FC\",\"7352E373-523E-414E-A028-C672F3BB4F5B\",\"A33E43D1-BA8F-4D9A-8C02-5CB00749D496\"],\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":652},\"isBeingDragged\":false,\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":653},\"__LivelyClassName__\":\"lively.morphic.Morph\"},\"583\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":584}],\"scripts\":[],\"id\":\"6DF54247-410C-4D00-8D95-767A709CCE34\",\"shape\":{\"__isSmartRef__\":true,\"id\":599},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":606},\"showsHalos\":false,\"name\":\"Rectangle\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":607},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":608},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":609},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[127,\"1969AE6B-806C-4AC9-AB31-7D1B40187F10\",\"2D958E76-0769-404F-9A01-E52BBFB45900\",\"A7E63D2C-CE2C-4144-94FD-BAA14D22CF6E\",\"CE6C74D8-0767-4B40-8735-882B10C442EC\"],\"owner\":{\"__isSmartRef__\":true,\"id\":582},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":610},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Box\"},\"584\":{\"submorphs\":[],\"scripts\":[],\"id\":\"F3FB889D-D943-4EE0-BA5A-1C15C76889A1\",\"shape\":{\"__isSmartRef__\":true,\"id\":585},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":591},\"_MaxTextWidth\":33,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":588},\"showsHalos\":false,\"_FontSize\":14,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text1\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":592},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":593}],\"charsReplaced\":\"some text \",\"lastFindLoc\":10,\"priorSelectionRange\":[0,1],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":595},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":596},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":597},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":598},\"_ClipMode\":\"visible\",\"derivationIds\":[355,\"F70D3DDE-FBDC-4928-B029-DEE73E24A587\"],\"_WhiteSpaceHandling\":\"pre-wrap\",\"owner\":{\"__isSmartRef__\":true,\"id\":583},\"_MinTextWidth\":33,\"_MinTextHeight\":null,\"previousSelection\":[0,0],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"585\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":586},\"_Extent\":{\"__isSmartRef__\":true,\"id\":587},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":588},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":589},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":590},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"586\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"587\":{\"x\":33,\"y\":23,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"588\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"589\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"590\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"591\":{\"x\":16,\"y\":24,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"592\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"593\":{\"style\":{\"__isSmartRef__\":true,\"id\":594},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":584},\"storedString\":\"saved source\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"594\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"595\":{\"x\":33,\"y\":23,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"596\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"597\":{\"morph\":{\"__isSmartRef__\":true,\"id\":584},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"598\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"599\":{\"position\":{\"__isSmartRef__\":true,\"id\":600},\"_Extent\":{\"__isSmartRef__\":true,\"id\":601},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":602},\"_Fill\":{\"__isSmartRef__\":true,\"id\":603},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":604},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":605},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"600\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"601\":{\"x\":66,\"y\":70,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"602\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"603\":{\"r\":0.983,\"g\":1,\"b\":0.357,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"604\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"605\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"606\":{\"x\":-9,\"y\":-19,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"607\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!\",\"migrationLevel\":2,\"partName\":\"Rectangle\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"608\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"609\":{\"morph\":{\"__isSmartRef__\":true,\"id\":583},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"610\":{\"x\":67,\"y\":72,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"611\":{\"submorphs\":[],\"scripts\":[],\"id\":\"A8028F56-FC98-4F62-9504-D198532545E2\",\"shape\":{\"__isSmartRef__\":true,\"id\":612},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"eventHandler\":{\"__isSmartRef__\":true,\"id\":617},\"_Position\":{\"__isSmartRef__\":true,\"id\":618},\"showsHalos\":false,\"name\":\"Image\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":619},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":620},\"derivationIds\":[707],\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":582},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Image\"},\"612\":{\"position\":{\"__isSmartRef__\":true,\"id\":613},\"_Extent\":{\"__isSmartRef__\":true,\"id\":614},\"_ImageURL\":\"http://lively-kernel.org/repository/webwerkstatt/media/hpi_logo.png\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":615},\"isLoaded\":true,\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":616},\"__LivelyClassName__\":\"lively.morphic.Shapes.Image\"},\"613\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"614\":{\"x\":100,\"y\":100,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"615\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"setImageURL\":\"setImageURLHTML\",\"getNativeExtent\":\"getNativeExtentHTML\"},\"616\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"617\":{\"morph\":{\"__isSmartRef__\":true,\"id\":611},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"618\":{\"x\":114,\"y\":90,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"619\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"partName\":\"Image\",\"migrationLevel\":2,\"comment\":\"an pixmap image morph\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"620\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"621\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"622\":{\"morph\":{\"__isSmartRef__\":true,\"id\":582},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"623\":{\"x\":82,\"y\":61,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"624\":{},\"625\":{\"partName\":\"TestMorph\",\"requiredModules\":[],\"migrationLevel\":4,\"partsSpaceName\":\"PartsBin/BP2012/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"undefined\",\"changes\":[{\"__isSmartRef__\":true,\"id\":626},{\"__isSmartRef__\":true,\"id\":628},{\"__isSmartRef__\":true,\"id\":630},{\"__isSmartRef__\":true,\"id\":632},{\"__isSmartRef__\":true,\"id\":634},{\"__isSmartRef__\":true,\"id\":636},{\"__isSmartRef__\":true,\"id\":638},{\"__isSmartRef__\":true,\"id\":640},{\"__isSmartRef__\":true,\"id\":642},{\"__isSmartRef__\":true,\"id\":644},{\"__isSmartRef__\":true,\"id\":646},{\"__isSmartRef__\":true,\"id\":648},{\"__isSmartRef__\":true,\"id\":650}],\"revisionOnLoad\":125392,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"626\":{\"date\":{\"__isSmartRef__\":true,\"id\":627},\"author\":\"athomschke\",\"message\":\"added script\",\"id\":\"D91C9662-C80C-46D8-9AC8-2DF93A1EC70F\"},\"627\":{\"isSerializedDate\":true,\"string\":\"Fri Jan 06 2012 16:29:09 GMT+0100 (Mitteleuropäische Zeit)\"},\"628\":{\"date\":{\"__isSmartRef__\":true,\"id\":629},\"author\":\"athomschke\",\"message\":\"another version, testing revision overwrite\",\"id\":\"8682B4EA-C972-4AB9-8DEE-63B165FEF3DD\"},\"629\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 05 2012 11:04:37 GMT+0100 (Mitteleuropäische Zeit)\"},\"630\":{\"date\":{\"__isSmartRef__\":true,\"id\":631},\"author\":\"athomschke\",\"message\":\"\",\"id\":\"18FBED6C-ADA8-4591-90BB-48384E5D0963\"},\"631\":{\"isSerializedDate\":true,\"string\":\"Thu Dec 29 2011 22:17:39 GMT+0100 (Mitteleuropäische Zeit)\"},\"632\":{\"date\":{\"__isSmartRef__\":true,\"id\":633},\"author\":\"athomschke\",\"message\":\"init\",\"id\":\"E2B8DC78-6A19-4D3E-B049-2E78EE6EB842\"},\"633\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 21 2011 12:13:01 GMT+0100 (Mitteleuropäische Zeit)\"},\"634\":{\"date\":{\"__isSmartRef__\":true,\"id\":635},\"author\":\"athomschke\",\"message\":\"colliding change\",\"id\":\"7D4585BB-039B-4143-802F-E066A340D99F\"},\"635\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 21 2011 12:13:57 GMT+0100 (Mitteleuropäische Zeit)\"},\"636\":{\"date\":{\"__isSmartRef__\":true,\"id\":637},\"author\":\"athomschke\",\"message\":\"initial\",\"id\":\"B40EF8F9-EC80-4870-8EC1-7CABD7B8FB5C\"},\"637\":{\"isSerializedDate\":true,\"string\":\"Thu Dec 29 2011 22:19:44 GMT+0100 (Mitteleuropäische Zeit)\"},\"638\":{\"date\":{\"__isSmartRef__\":true,\"id\":639},\"author\":\"athomschke\",\"message\":\"parent revision\",\"id\":\"AE54B45F-58CD-43DD-804C-F5CBE8C6D2EA\"},\"639\":{\"isSerializedDate\":true,\"string\":\"Thu Dec 29 2011 22:20:28 GMT+0100 (Mitteleuropäische Zeit)\"},\"640\":{\"date\":{\"__isSmartRef__\":true,\"id\":641},\"author\":\"athomschke\",\"message\":\"first child\",\"id\":\"FD555B99-9E83-41FC-B452-28644C72860A\"},\"641\":{\"isSerializedDate\":true,\"string\":\"Thu Dec 29 2011 22:20:51 GMT+0100 (Mitteleuropäische Zeit)\"},\"642\":{\"date\":{\"__isSmartRef__\":true,\"id\":643},\"author\":\"athomschke\",\"message\":\"test commit\",\"id\":\"13A614C8-5224-4256-9AE9-3503D334EDC4\"},\"643\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 05 2012 17:46:17 GMT+0100 (Mitteleuropäische Zeit)\"},\"644\":{\"date\":{\"__isSmartRef__\":true,\"id\":645},\"author\":\"athomschke\",\"message\":\"test\",\"id\":\"44D26580-D909-466A-9981-88599E948443\"},\"645\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 05 2012 17:47:24 GMT+0100 (Mitteleuropäische Zeit)\"},\"646\":{\"date\":{\"__isSmartRef__\":true,\"id\":647},\"author\":\"athomschke\",\"message\":\"testCommit\",\"id\":\"82945729-CE4A-45E3-80DB-2644BEF99F2B\"},\"647\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 05 2012 18:09:57 GMT+0100 (Mitteleuropäische Zeit)\"},\"648\":{\"date\":{\"__isSmartRef__\":true,\"id\":649},\"author\":\"athomschke\",\"message\":\"init\",\"id\":\"808BEAEB-79C5-4F71-AA50-B69F7B185A84\"},\"649\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 05 2012 18:10:15 GMT+0100 (Mitteleuropäische Zeit)\"},\"650\":{\"date\":{\"__isSmartRef__\":true,\"id\":651},\"author\":\"athomschke\",\"message\":\"huhu\",\"id\":\"2327D47A-6538-4C7B-BBB7-4E902BDB9577\"},\"651\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 05 2012 18:16:40 GMT+0100 (Mitteleuropäische Zeit)\"},\"652\":{\"x\":240,\"y\":232,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"653\":{\"fooho\":{\"__isSmartRef__\":true,\"id\":654},\"foo\":{\"__isSmartRef__\":true,\"id\":580}},\"654\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":655},\"source\":\"function fooho() {\\n alertOK(\\\"Foo hahaha\\\");\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":656},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"655\":{\"this\":{\"__isSmartRef__\":true,\"id\":582}},\"656\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":657},\"user\":\"athomschke\",\"tags\":[]},\"657\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 12 2012 10:44:52 GMT+0100 (Mitteleuropäische Zeit)\"},\"658\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":659},\"user\":\"athomschke\",\"tags\":[]},\"659\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 12 2012 10:59:14 GMT+0100 (Mitteleuropäische Zeit)\"},\"660\":{\"id\":\"F3FB889D-D943-4EE0-BA5A-1C15C76889A1\",\"property\":\"TextString\",\"oldValue\":\"4\",\"newValue\":\"6\"},\"661\":{\"6834BA7F-B2E4-4E1B-80A6-2D2D7D940BC2\":[\"Fill\",\"Fill\"],\"37730D47-E03B-48FE-AB5E-E105948A9C17\":[\"TextString\"],\"E5DB8D9A-7659-4021-A7E2-24D8B924769C\":[\"Fill\"],\"1D2D9454-81A1-4334-86D2-DCA48049DE88\":[\"Bounds\"]},\"662\":{\"submorphs\":[],\"scripts\":[],\"id\":\"AD191195-A3EC-4AE7-85CA-8E0AD9A17E53\",\"shape\":{\"__isSmartRef__\":true,\"id\":663},\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":669},\"showsHalos\":false,\"name\":\"Marker\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":670},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"_Rotation\":0,\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":671},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":672},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":677},\"derivationIds\":[2933],\"_Visible\":true,\"isMarkerMorph\":true,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":678},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"663\":{\"position\":{\"__isSmartRef__\":true,\"id\":664},\"_Extent\":{\"__isSmartRef__\":true,\"id\":665},\"_BorderWidth\":3.664,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":666},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":667},\"_BorderRadius\":0,\"_BorderStyle\":\"dashed\",\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":668},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"664\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"665\":{\"x\":255,\"y\":387.66666666666674,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"666\":{\"r\":1,\"g\":0.56,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"667\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"668\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"669\":{\"x\":115,\"y\":105,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"670\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A rectangular shaped marker morph, that allows for clicking through\",\"migrationLevel\":2,\"partName\":\"Marker\",\"revisionOnLoad\":140039,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"671\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"672\":{\"morph\":{\"__isSmartRef__\":true,\"id\":662},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":673},\"__LivelyClassName__\":\"lively.morphic.RelayEventHandler\"},\"673\":{\"relayFunc\":{\"__isSmartRef__\":true,\"id\":674}},\"674\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":675},\"source\":\"function relayToMorphBeneath(evt, target) {\\n if (evt.isCommandKey()) return false;\\n var morphBeneath = target.morphBeneath(evt.getPosition());\\n morphBeneath && morphBeneath.triggerEvent(evt);\\n return true;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":676},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"675\":{},\"676\":{},\"677\":{\"x\":255,\"y\":387.66666666666674,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"678\":{\"onMouseMove\":{\"__isSmartRef__\":true,\"id\":679},\"onDoubleClick\":{\"__isSmartRef__\":true,\"id\":682},\"onMouseWheel\":{\"__isSmartRef__\":true,\"id\":685}},\"679\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":680},\"source\":\"function (evt) { /*alert('Handling ' + name + ' in ' + this)*/ }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":681},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"680\":{\"this\":{\"__isSmartRef__\":true,\"id\":662},\"name\":\"onMouseMove\"},\"681\":{},\"682\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":683},\"source\":\"function (evt) { /*alert('Handling ' + name + ' in ' + this)*/ }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":684},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"683\":{\"this\":{\"__isSmartRef__\":true,\"id\":662},\"name\":\"onDoubleClick\"},\"684\":{},\"685\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":686},\"source\":\"function (evt) { /*alert('Handling ' + name + ' in ' + this)*/ }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":691},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"686\":{\"this\":{\"__isSmartRef__\":true,\"id\":662},\"name\":\"onMouseWheel\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":687}},\"687\":{\"$super\":{\"__isSmartRef__\":true,\"id\":688}},\"688\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":689},\"source\":\"function () {\\n\\t\\t\\t\\ttry {\\n\\t\\t\\t\\t\\treturn obj.constructor.prototype[name].apply(obj, arguments)\\n\\t\\t\\t\\t} catch(e) {\\n\\t\\t\\t\\t\\talert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n\\t\\t\\t\\t\\treturn null;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":690},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"689\":{\"obj\":{\"__isSmartRef__\":true,\"id\":662},\"name\":\"onMouseWheel\"},\"690\":{},\"691\":{},\"692\":{\"submorphs\":[],\"scripts\":[],\"id\":\"0567B735-33B8-4C03-A92A-B06D267BBCEE\",\"shape\":{\"__isSmartRef__\":true,\"id\":693},\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":699},\"showsHalos\":false,\"name\":\"Marker\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":700},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"_Rotation\":0,\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":701},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":702},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":707},\"derivationIds\":[2933],\"owner\":null,\"_Visible\":true,\"isMarkerMorph\":true,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":708},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"693\":{\"position\":{\"__isSmartRef__\":true,\"id\":694},\"_Extent\":{\"__isSmartRef__\":true,\"id\":695},\"_BorderWidth\":3.664,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":696},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":697},\"_BorderRadius\":0,\"_BorderStyle\":\"dashed\",\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":698},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"694\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"695\":{\"x\":100,\"y\":100,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"696\":{\"r\":1,\"g\":0.56,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"697\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"698\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"699\":{\"x\":1365.9879819759706,\"y\":2523.010015020024,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"700\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A rectangular shaped marker morph, that allows for clicking through\",\"migrationLevel\":2,\"partName\":\"Marker\",\"revisionOnLoad\":140039,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"701\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"702\":{\"morph\":{\"__isSmartRef__\":true,\"id\":692},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":703},\"__LivelyClassName__\":\"lively.morphic.RelayEventHandler\"},\"703\":{\"relayFunc\":{\"__isSmartRef__\":true,\"id\":704}},\"704\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":705},\"source\":\"function relayToMorphBeneath(evt, target) {\\n if (evt.isCommandKey()) return false;\\n var morphBeneath = target.morphBeneath(evt.getPosition());\\n morphBeneath && morphBeneath.triggerEvent(evt);\\n return true;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":706},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"705\":{},\"706\":{},\"707\":{\"x\":100,\"y\":100,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"708\":{\"onMouseMove\":{\"__isSmartRef__\":true,\"id\":709},\"onDoubleClick\":{\"__isSmartRef__\":true,\"id\":712},\"onMouseWheel\":{\"__isSmartRef__\":true,\"id\":715}},\"709\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":710},\"source\":\"function (evt) { /*alert('Handling ' + name + ' in ' + this)*/ }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":711},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"710\":{\"this\":{\"__isSmartRef__\":true,\"id\":692},\"name\":\"onMouseMove\"},\"711\":{},\"712\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":713},\"source\":\"function (evt) { /*alert('Handling ' + name + ' in ' + this)*/ }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":714},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"713\":{\"this\":{\"__isSmartRef__\":true,\"id\":692},\"name\":\"onDoubleClick\"},\"714\":{},\"715\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":716},\"source\":\"function (evt) { /*alert('Handling ' + name + ' in ' + this)*/ }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":721},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"716\":{\"this\":{\"__isSmartRef__\":true,\"id\":692},\"name\":\"onMouseWheel\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":717}},\"717\":{\"$super\":{\"__isSmartRef__\":true,\"id\":718}},\"718\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":719},\"source\":\"function () {\\n\\t\\t\\t\\ttry {\\n\\t\\t\\t\\t\\treturn obj.constructor.prototype[name].apply(obj, arguments)\\n\\t\\t\\t\\t} catch(e) {\\n\\t\\t\\t\\t\\talert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n\\t\\t\\t\\t\\treturn null;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":720},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"719\":{\"obj\":{\"__isSmartRef__\":true,\"id\":692},\"name\":\"onMouseWheel\"},\"720\":{},\"721\":{},\"722\":{\"submorphs\":[],\"scripts\":[],\"id\":\"AA14EB26-942F-4868-99C1-CE8B251F7059\",\"shape\":{\"__isSmartRef__\":true,\"id\":723},\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":729},\"showsHalos\":false,\"name\":\"Marker1\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":730},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"_Rotation\":0,\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":731},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":732},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":737},\"derivationIds\":[2933],\"owner\":null,\"_Visible\":true,\"isMarkerMorph\":true,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":738},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"723\":{\"position\":{\"__isSmartRef__\":true,\"id\":724},\"_Extent\":{\"__isSmartRef__\":true,\"id\":725},\"_BorderWidth\":3.664,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":726},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":727},\"_BorderRadius\":0,\"_BorderStyle\":\"dashed\",\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":728},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"724\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"725\":{\"x\":152.5051582117659,\"y\":159.51917923980136,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"726\":{\"r\":1,\"g\":0.56,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"727\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"728\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"729\":{\"x\":275.8033721078048,\"y\":0.44984979974969974,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"730\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A rectangular shaped marker morph, that allows for clicking through\",\"migrationLevel\":2,\"partName\":\"Marker\",\"revisionOnLoad\":140039,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"731\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"732\":{\"morph\":{\"__isSmartRef__\":true,\"id\":722},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":733},\"__LivelyClassName__\":\"lively.morphic.RelayEventHandler\"},\"733\":{\"relayFunc\":{\"__isSmartRef__\":true,\"id\":734}},\"734\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":735},\"source\":\"function relayToMorphBeneath(evt, target) {\\n if (evt.isCommandKey()) return false;\\n var morphBeneath = target.morphBeneath(evt.getPosition());\\n morphBeneath && morphBeneath.triggerEvent(evt);\\n return true;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":736},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"735\":{},\"736\":{},\"737\":{\"x\":152.5051582117659,\"y\":159.51917923980136,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"738\":{\"onMouseMove\":{\"__isSmartRef__\":true,\"id\":739},\"onDoubleClick\":{\"__isSmartRef__\":true,\"id\":742},\"onMouseWheel\":{\"__isSmartRef__\":true,\"id\":745}},\"739\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":740},\"source\":\"function (evt) { /*alert('Handling ' + name + ' in ' + this)*/ }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":741},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"740\":{\"this\":{\"__isSmartRef__\":true,\"id\":722},\"name\":\"onMouseMove\"},\"741\":{},\"742\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":743},\"source\":\"function (evt) { /*alert('Handling ' + name + ' in ' + this)*/ }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":744},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"743\":{\"this\":{\"__isSmartRef__\":true,\"id\":722},\"name\":\"onDoubleClick\"},\"744\":{},\"745\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":746},\"source\":\"function (evt) { /*alert('Handling ' + name + ' in ' + this)*/ }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":751},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"746\":{\"this\":{\"__isSmartRef__\":true,\"id\":722},\"name\":\"onMouseWheel\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":747}},\"747\":{\"$super\":{\"__isSmartRef__\":true,\"id\":748}},\"748\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":749},\"source\":\"function () {\\n\\t\\t\\t\\ttry {\\n\\t\\t\\t\\t\\treturn obj.constructor.prototype[name].apply(obj, arguments)\\n\\t\\t\\t\\t} catch(e) {\\n\\t\\t\\t\\t\\talert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n\\t\\t\\t\\t\\treturn null;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":750},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"749\":{\"obj\":{\"__isSmartRef__\":true,\"id\":722},\"name\":\"onMouseWheel\"},\"750\":{},\"751\":{},\"752\":{\"onSelectionChange\":{\"__isSmartRef__\":true,\"id\":753},\"getList\":{\"__isSmartRef__\":true,\"id\":757},\"prepareDiff\":{\"__isSmartRef__\":true,\"id\":761},\"initializeWith\":{\"__isSmartRef__\":true,\"id\":765},\"getMyContentPane\":{\"__isSmartRef__\":true,\"id\":769},\"getOtherContentPane\":{\"__isSmartRef__\":true,\"id\":773},\"displayColors\":{\"__isSmartRef__\":true,\"id\":777},\"displayContentBeautifully\":{\"__isSmartRef__\":true,\"id\":781},\"displayText\":{\"__isSmartRef__\":true,\"id\":785},\"getMergedContentPane\":{\"__isSmartRef__\":true,\"id\":789},\"prepareTextDiff\":{\"__isSmartRef__\":true,\"id\":793},\"prettyPrintTextDiff\":{\"__isSmartRef__\":true,\"id\":797},\"reset\":{\"__isSmartRef__\":true,\"id\":801},\"buildListEntry\":{\"__isSmartRef__\":true,\"id\":805},\"onShutdown\":{\"__isSmartRef__\":true,\"id\":809},\"loadPartsBinVersion\":{\"__isSmartRef__\":true,\"id\":813},\"initializeMarkerMorphs\":{\"__isSmartRef__\":true,\"id\":817},\"findOtherFocusedMorph\":{\"__isSmartRef__\":true,\"id\":821},\"markMorph\":{\"__isSmartRef__\":true,\"id\":825},\"findFocusedMorph\":{\"__isSmartRef__\":true,\"id\":829},\"updateCategory\":{\"__isSmartRef__\":true,\"id\":833}},\"753\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":754},\"source\":\"function onSelectionChange(selection) {\\n var self = this,\\n currentDiff = this.currentDiff[parseInt(this.getList().getSelectedIndexes()[0])]\\n\\n if (!currentDiff) return\\n\\n this.displayContentBeautifully(currentDiff.item[\\\"newValue\\\"], currentDiff.item[\\\"oldValue\\\"]);\\n\\n if(!this.myMarkerMorph || !this.otherMarkerMorph) this.initializeMarkerMorphs()\\n var focusedMorph = this.findFocusedMorph(currentDiff),\\n otherFocusedMorph = this.findOtherFocusedMorph(focusedMorph, currentDiff);\\n\\n this.markMorph(focusedMorph, this.myMarkerMorph);\\n this.markMorph(otherFocusedMorph, this.otherMarkerMorph);\\n\\n $world.addMorph(this.owner)\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":755},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"754\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"755\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":756},\"user\":\"undefined\",\"tags\":[]},\"756\":{\"isSerializedDate\":true,\"string\":\"Sat Mar 10 2012 12:07:34 GMT+0100 (Mitteleuropäische Zeit)\"},\"757\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":758},\"source\":\"function getList() {\\n return this.get(\\\"PropertyList\\\");\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":759},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"758\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"759\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":760},\"user\":\"athomschke\",\"tags\":[]},\"760\":{\"isSerializedDate\":true,\"string\":\"Wed Jan 11 2012 13:49:19 GMT+0100 (Mitteleuropäische Zeit)\"},\"761\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":762},\"source\":\"function prepareDiff() {\\n var diff = this.threeWayDiff,\\n self = this;\\n if (!this.targetMorph) return;\\n\\n this.currentDiff = Properties.own(diff).collect(function (ea) {\\n if (diff[ea][self.mode]) {\\n return Properties.own(diff[ea][self.mode]).collect(function (each) {\\n return self.buildListEntry(ea, each, diff[ea][self.mode][each])\\n })\\n }\\n }).flatten();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":763},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"762\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"763\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":764},\"user\":\"undefined\",\"tags\":[]},\"764\":{\"isSerializedDate\":true,\"string\":\"Sat Mar 10 2012 14:45:41 GMT+0100 (Mitteleuropäische Zeit)\"},\"765\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":766},\"source\":\"function initializeWith(morph) {\\n this.targetMorph = morph;\\n\\n this.threeWayDiff = this.targetMorph.newThreeWayDiff();\\n if (!this.threeWayDiff) return undefined\\n\\n this.loadPartsBinVersion();\\n this.updateCategory(\\\"conflicted\\\")\\n\\n this.initializeMarkerMorphs();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":767},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"766\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"767\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":768},\"user\":\"undefined\",\"tags\":[]},\"768\":{\"isSerializedDate\":true,\"string\":\"Sat Mar 10 2012 14:46:23 GMT+0100 (Mitteleuropäische Zeit)\"},\"769\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":770},\"source\":\"function getMyContentPane() {\\n return this.get(\\\"myContent\\\");\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":771},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"770\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"771\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":772},\"user\":\"athomschke\",\"tags\":[]},\"772\":{\"isSerializedDate\":true,\"string\":\"Wed Jan 11 2012 15:05:52 GMT+0100 (Mitteleuropäische Zeit)\"},\"773\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":774},\"source\":\"function getOtherContentPane() {\\n return this.get(\\\"currentVersionContent\\\");\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":775},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"774\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"775\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":776},\"user\":\"athomschke\",\"tags\":[]},\"776\":{\"isSerializedDate\":true,\"string\":\"Wed Jan 11 2012 15:03:42 GMT+0100 (Mitteleuropäische Zeit)\"},\"777\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":778},\"source\":\"function displayColors(c1, c2) {\\n this.getMyContentPane().setFill(c1);\\n this.getOtherContentPane().setFill(c2);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":779},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"778\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"779\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":780},\"user\":\"athomschke\",\"tags\":[]},\"780\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 12 2012 14:17:29 GMT+0100 (Mitteleuropäische Zeit)\"},\"781\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":782},\"source\":\"function displayContentBeautifully(p1, p2) {\\n var pane1 = this.getMyContentPane()\\n var pane2 = this.getOtherContentPane()\\n\\n pane1.setFill(Color.white);\\n pane1.setTextString(\\\"\\\");\\n pane2.setFill(Color.white);\\n pane2.setTextString(\\\"\\\");\\n\\n this.getMergedContentPane().setTextString(\\\"\\\");\\n\\n if(p1 && p2 && p1.isColor && p2.isColor) {\\n this.displayColors(p1, p2);\\n }\\n else if((typeof(p1) == \\\"string\\\" || typeof(p1) == \\\"function\\\") || (typeof(p2) == \\\"string\\\" || typeof(p2) == \\\"function\\\")) {\\n this.displayText(p1, p2)\\n }\\n else {\\n (typeof(p1) !== 'undefined') && pane1.setTextString(p1.toString());\\n (typeof(p2) !== 'undefined') && pane2.setTextString(p2.toString())\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":783},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"782\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"783\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":784},\"user\":\"undefined\",\"tags\":[]},\"784\":{\"isSerializedDate\":true,\"string\":\"Thu Apr 05 2012 14:37:23 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"785\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":786},\"source\":\"function displayText(c1, c2) {\\n this.getMyContentPane().setTextString(c1);\\n this.getOtherContentPane().setTextString(c2);\\n this.prettyPrintTextDiff(c1,c2)\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":787},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"786\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"787\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":788},\"user\":\"undefined\",\"tags\":[]},\"788\":{\"isSerializedDate\":true,\"string\":\"Sat Mar 10 2012 14:46:45 GMT+0100 (Mitteleuropäische Zeit)\"},\"789\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":790},\"source\":\"function getMergedContentPane() {\\n return this.get(\\\"mergedContent\\\");\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":791},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"790\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"791\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":792},\"user\":\"athomschke\",\"tags\":[]},\"792\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 12 2012 14:45:30 GMT+0100 (Mitteleuropäische Zeit)\"},\"793\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":794},\"source\":\"function prepareTextDiff(c1, c2) {\\n module('apps.DiffMatchPatch').load(true);\\n\\tvar dmp = new diff_match_patch();\\n\\tvar diffs;\\n if (c1 == undefined || c2 == undefined) return\\n c1 = c1.toString();\\n c2 = c2.toString();\\n diffs = dmp.diff_main(c1, c2);\\n\\tdmp.diff_cleanupSemantic(diffs);\\n\\tvar filteredDiffs = []\\n\\tfor(var i=0; i 6) {\\n\\t\\t\\tvar beginS= lines.slice(0, 2).join(\\\"\\\\n\\\");\\n\\t\\t\\tvar endS = lines.slice(lines.length - 3, lines.length).join(\\\"\\\\n\\\");\\t\\n\\t\\t\\tfilteredDiffs.push([0, beginS + \\\"\\\\n...\\\\n\\\" + endS])\\n\\t\\t\\tcontinue;\\n\\t\\t}\\n\\n\\t\\t// before change\\n\\t\\tif (!diffs[i-1] && diffs[i+1] && diffs[i][0] == 0 && lines.length > 3) {\\n\\t\\t\\tvar newS = lines.slice(lines.length - 3, lines.length).join(\\\"\\\\n\\\");\\n\\t\\t\\tfilteredDiffs.push([0,\\\"... \\\" + newS ])\\n\\t\\t\\tcontinue;\\n\\t\\t}\\n\\t\\t// after change\\n\\t\\tif (diffs[i-1] && !diffs[i+1] && diffs[i][0] == 0 && lines.length > 3) {\\n\\t\\t\\tvar newS = lines.slice(0, 2).join(\\\"\\\\n\\\");\\n\\t\\t\\tfilteredDiffs.push([0, newS + \\\"... \\\"])\\n\\t\\t\\tcontinue;\\n\\t\\t}\\n\\t\\tfilteredDiffs.push(diffs[i])\\n\\t}\\n return filteredDiffs;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":795},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"794\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"795\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":796},\"user\":\"undefined\",\"tags\":[]},\"796\":{\"isSerializedDate\":true,\"string\":\"Tue Mar 20 2012 15:40:23 GMT+0100 (Mitteleuropäische Zeit)\"},\"797\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":798},\"source\":\"function prettyPrintTextDiff(c2, c1) {\\n var c1 = c1 || \\\"\\\";\\n var c2 = c2 || \\\"\\\";\\n var diffs = this.prepareTextDiff(c1, c2)\\n if (!diffs) return\\n var textMorph = this.getMergedContentPane();\\n var string = \\\"\\\";\\n for (var x = 0; x < diffs.length; x++) {\\n\\tstring += diffs[x][1];\\n }\\n\\n textMorph.setTextString(string);\\n var from=0;\\n\\tfor (var x = 0; x < diffs.length; x++) {\\n\\t\\tvar op = diffs[x][0]; // Operation (insert, delete, equal)\\n\\t\\tvar data = diffs[x][1]; // Text of change.\\n\\t\\tvar to = from + data.length;\\n\\t\\tswitch (op) {\\n\\t\\t\\tcase DIFF_INSERT:\\n\\t\\t\\ttextMorph.emphasize({color: 'green', textDecoration: 'underline'}, from, to)\\n\\t\\t\\tbreak;\\n\\t\\t\\tcase DIFF_DELETE:\\n\\t\\t\\ttextMorph.emphasize({color: 'red', textDecoration: 'line-through'}, from, to)\\n\\t \\tbreak;\\n\\t\\t\\tcase DIFF_EQUAL:\\n\\t \\tbreak;\\n\\t \\t}\\n\\t\\tfrom = to\\n\\t}\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":799},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"798\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"799\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":800},\"user\":\"undefined\",\"tags\":[]},\"800\":{\"isSerializedDate\":true,\"string\":\"Thu Mar 15 2012 11:52:40 GMT+0100 (Mitteleuropäische Zeit)\"},\"801\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":802},\"source\":\"function reset() {\\n delete this.targetMorph;\\n delete this.threeWayDiff;\\n this.otherMorph && this.otherMorph.remove();\\n delete this.otherMorph;\\n delete this.mode;\\n delete this.currentDiff;\\n this.myMarkerMorph && this.myMarkerMorph.remove();\\n this.otherMarkerMorph && this.otherMarkerMorph.remove();\\n this.updateCategory(\\\"conflicted\\\")\\n this.getMyContentPane().reset();\\n this.getOtherContentPane().reset(); \\n this.getMergedContentPane().reset(); \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":803},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"802\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"803\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":804},\"user\":\"undefined\",\"tags\":[]},\"804\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 21 2012 11:57:24 GMT+0100 (Mitteleuropäische Zeit)\"},\"805\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":806},\"source\":\"function buildListEntry(id, prop, diff) {\\n var entry = {\\n name: this.targetMorph.findById(id).getName(),\\n item: diff,\\n prop: prop,\\n id: id,\\n };\\n var stringPart = (this.mode == \\\"added\\\" || this.mode == \\\"removed\\\") ? \\n diff.getName() : \\n prop;\\n\\n entry.string = \\\"(\\\" \\n + this.targetMorph.findById(id).getName() \\n + \\\") \\\"\\n + stringPart\\n\\n return entry\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":807},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"806\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"807\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":808},\"user\":\"undefined\",\"tags\":[]},\"808\":{\"isSerializedDate\":true,\"string\":\"Sat Mar 10 2012 14:38:40 GMT+0100 (Mitteleuropäische Zeit)\"},\"809\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":810},\"source\":\"function onShutdown() {\\n this.reset();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":811},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"810\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"811\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":812},\"user\":\"undefined\",\"tags\":[]},\"812\":{\"isSerializedDate\":true,\"string\":\"Sat Mar 10 2012 14:56:28 GMT+0100 (Mitteleuropäische Zeit)\"},\"813\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":814},\"source\":\"function loadPartsBinVersion() {\\n if (this.targetMorph) {\\n this.otherMorph = this.targetMorph.findCurrentPartVersion();\\n this.get(\\\"PreviewPane\\\").addMorph(this.otherMorph);\\n this.otherMorph.setPosition(pt(0,0));\\n var e1 = this.get(\\\"PreviewPane\\\").getExtent();\\n var e2 = this.otherMorph.getExtent();\\n var factor;\\n if (e1.x>e2.x && e1.y>e2.y) factor = 1;\\n else factor = (e1.x/e2.x < e1.y/e2.y)? e1.x/e2.x : e1.y/e2.y;\\n this.otherMorph.setScale(factor);\\n this.get(\\\"PreviewPane\\\").adjustForNewBounds();\\n this.otherMorph.layout = this.otherMorph.layout || {};\\n this.otherMorph.layout.scaleHorizontal = true\\n this.otherMorph.layout.scaleVertical = true\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":815},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"814\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"815\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":816},\"user\":\"undefined\",\"tags\":[]},\"816\":{\"isSerializedDate\":true,\"string\":\"Thu Mar 22 2012 09:04:12 GMT+0100 (Mitteleuropäische Zeit)\"},\"817\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":818},\"source\":\"function initializeMarkerMorphs() {\\n if (this.myMarkerMorph) {\\n return\\n }\\n if (this.otherMarkerMorph) {\\n return\\n }\\n this.myMarkerMorph = $world.openPartItem(\\\"Marker\\\", \\\"PartsBin/Basic\\\");\\n this.addMorph(this.myMarkerMorph);\\n this.myMarkerMorph.setVisible(false);\\n this.myMarkerMorph.isMarkerMorph = true; \\n \\n this.otherMarkerMorph = $world.openPartItem(\\\"Marker\\\", \\\"PartsBin/Basic\\\");\\n this.addMorph(this.otherMarkerMorph);\\n this.otherMarkerMorph.setVisible(false);\\n this.otherMarkerMorph.isMarkerMorph = true; \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":819},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"818\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"819\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":820},\"user\":\"undefined\",\"tags\":[]},\"820\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 21 2012 11:58:08 GMT+0100 (Mitteleuropäische Zeit)\"},\"821\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":822},\"source\":\"function findOtherFocusedMorph(focusedMorph, diff) {\\n var focused = undefined;\\n if (this.mode == \\\"added\\\") {\\n focused = diff.item.findDerivationSibling(this.otherMorph)\\n }\\n else if (this.mode == \\\"updated\\\" || this.mode == \\\"conflicted\\\") {\\n focused = focusedMorph.findDerivationSibling(this.otherMorph)\\n }\\n else if (this.mode = \\\"removed\\\") {\\n focused = focusedMorph.owner.findDerivationSibling(this.otherMorph)\\n }\\n return focused\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":823},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"822\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"823\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":824},\"user\":\"undefined\",\"tags\":[]},\"824\":{\"isSerializedDate\":true,\"string\":\"Thu Mar 15 2012 12:00:31 GMT+0100 (Mitteleuropäische Zeit)\"},\"825\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":826},\"source\":\"function markMorph(morph, optMarker) {\\n if (!morph) return\\n var marker = optMarker || this.myMarkerMorph;\\n $world.addMorph(marker)\\n marker.setBounds(morph.globalBounds());\\n if (marker == this.myMarkerMorph && this.mode == \\\"removed\\\") { \\n marker.setPosition(marker.getPosition().addPt(this.targetMorph.getPositionInWorld()))\\n }\\n marker.setVisible(true);\\n marker.bringToFront();\\n var o = this.myMarkerMorph === marker ? $world : this;\\n o.addMorph(marker)\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":827},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"826\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"827\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":828},\"user\":\"undefined\",\"tags\":[]},\"828\":{\"isSerializedDate\":true,\"string\":\"Thu Mar 15 2012 11:51:37 GMT+0100 (Mitteleuropäische Zeit)\"},\"829\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":830},\"source\":\"function findFocusedMorph(diff) {\\n console.log(\\\"start find focused morph\\\")\\n var focused = undefined;\\n if (this.mode == \\\"removed\\\") {\\n focused = diff.item\\n }\\n else {\\n focused = this.targetMorph.findById(diff.id)\\n }\\n console.log(\\\"end find focused morph\\\")\\n return focused\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":831},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"830\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"831\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":832},\"user\":\"undefined\",\"tags\":[]},\"832\":{\"isSerializedDate\":true,\"string\":\"Thu Mar 15 2012 11:58:55 GMT+0100 (Mitteleuropäische Zeit)\"},\"833\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":834},\"source\":\"function updateCategory(category) {\\n this.mode = category\\n this.prepareDiff();\\n this.myMarkerMorph && this.myMarkerMorph.remove();\\n this.otherMarkerMorph && this.otherMarkerMorph.remove();\\n this.getList().setList(this.currentDiff);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":835},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"834\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"835\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":836},\"user\":\"undefined\",\"tags\":[]},\"836\":{\"isSerializedDate\":true,\"string\":\"Thu Mar 15 2012 12:02:02 GMT+0100 (Mitteleuropäische Zeit)\"},\"837\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":838},{\"__isSmartRef__\":true,\"id\":852},{\"__isSmartRef__\":true,\"id\":898},{\"__isSmartRef__\":true,\"id\":931}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":965},\"derivationIds\":[null,\"75DDF62A-668F-4A12-837B-DE7529E6ECF6\",\"0378F79F-1EB9-441B-AE38-14AAF7B44618\",\"0BF43C59-4D43-476E-B281-FD0A99039E22\",\"25989C6F-EBB6-4C7F-8B5C-136EF0FAA25D\",\"DD1149F5-B578-435A-8FE8-9CA1B42215EE\",\"43DCC351-6E6F-4827-9B1A-719DCFDBDEDF\",\"1E8C134F-2B70-4428-97CA-BDE01ED7653F\",\"AAF7ACD1-062C-4FB5-BD16-844A41E69029\",\"B0375DE1-DC50-4063-8CCD-D9208D9AA05B\",\"F6887DF8-DF5A-4979-9430-7DDB0316EA82\",\"E38F1CDC-70FE-4E56-9589-240C4190492C\",\"8496EAEC-AFB2-4F6E-8C46-58B1128AEF40\",\"377D38F9-8B80-45C5-9979-8F9EF57C1C79\",\"1CEF04CC-3D2C-4B5F-96A7-4CA0107FFA0D\",\"E852127A-B109-4A1A-B5E9-F99D18B5A77E\",\"C51FC5EF-9D38-4D29-9049-1219B8D29F7C\",\"321894AF-016A-4BD4-88DC-ADDF1206C5C7\",\"EFB5C2EA-B484-43E8-BF0A-DD523AC56F46\",\"3A63376F-7175-4ADD-BDDD-9AFF1A590558\",\"6A8AF4F5-56CA-4794-8C5F-A3EF44C7FFB0\",\"01CD5F3F-CA22-412E-AA07-C2B42A85E3E7\",\"CF0107A5-378F-4362-AC69-631DD3B41C70\",\"463EB32B-14A9-4419-BEF1-72DC59F41BA2\",\"EFCD9180-3BC8-41A9-80BF-CB528D2236DE\"],\"id\":\"C4E064D7-8446-483E-B554-180135623BF1\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":976},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":977},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":978},\"_Position\":{\"__isSmartRef__\":true,\"id\":979},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":0},\"label\":{\"__isSmartRef__\":true,\"id\":838},\"closeButton\":{\"__isSmartRef__\":true,\"id\":852},\"menuButton\":{\"__isSmartRef__\":true,\"id\":898},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":931},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":980},\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"838\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":839},\"derivationIds\":[null,\"9E9E946F-917A-46A0-995E-2F3745568A05\",\"E9B5AD63-AA9D-4C3F-BBEB-3BF112B875CB\",\"68E81283-6211-429B-B4FB-19FB132866FB\",\"D6A9F080-9D0C-4D1D-9223-E27A0220698D\",\"20DE6B24-C6FD-4B62-B359-252D3084AD9A\",\"3A53FBA3-B0D2-4A7D-90D4-9B95A963AC9B\",\"0121506F-DD3D-4226-A5DB-1B9DC91004A0\",\"336621DF-11FF-41A3-96E1-026116F93B95\",\"66C17926-8044-48E7-B59A-3DEB56A3CACE\",\"DB4055F1-DDF2-4BEB-9C8F-4356AFEE2420\",\"64E3FFBA-EC2F-46A2-9762-5B09547EBC20\",\"9A45F781-A356-4A1E-971F-75E9C72212DB\",\"292973C1-F2C1-4D83-B9CB-91303602BD6E\",\"9AC1A333-CA11-43A0-99D2-BFF297AB17D5\",\"150DB3BC-A2E6-439D-BC20-5C3A91377622\",\"484EDF9E-B002-472E-892E-2F19036ED344\",\"88E9A476-3A93-47DB-A366-19EA02C3E789\",\"6C9FEC52-4D60-406C-8E96-D03BAB8BCF88\",\"B9EFD6D1-4F98-4A43-AD50-A15C7BDC8A70\",\"CEE26775-3BED-456D-ACBD-CE4522636986\",\"48F8AF2E-C23F-40A7-BE30-E331059F6520\",\"2A99663F-D559-4798-A0EE-C21E9DBD3E38\",\"D694FE4D-5654-4909-9192-3152F7C9E6D1\",\"0F3CB4FB-185E-444A-B24A-CA843C8091DF\"],\"id\":\"09D75DD1-1028-4375-B871-A504395E2C29\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":845},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":846}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":848},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"layout\":{\"__isSmartRef__\":true,\"id\":849},\"_Align\":\"center\",\"eventsAreIgnored\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":837},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":850},\"_MaxTextWidth\":834,\"_MinTextWidth\":834,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"_Position\":{\"__isSmartRef__\":true,\"id\":851},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"839\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":840},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":841},\"_Extent\":{\"__isSmartRef__\":true,\"id\":842},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":843},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":844},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"840\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"841\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"842\":{\"x\":834,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"843\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"844\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"845\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"846\":{\"style\":{\"__isSmartRef__\":true,\"id\":847},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":838},\"storedString\":\"MorphDiffer\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"847\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"848\":{\"morph\":{\"__isSmartRef__\":true,\"id\":838},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"849\":{\"resizeWidth\":true},\"850\":{\"x\":834,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"851\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"852\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":853}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":864},\"derivationIds\":[null,\"F0AAB54C-6485-40C9-832B-96EE756FD034\",\"B9E7E50E-5DA7-43AE-ACCD-19612A270E30\",\"F75634E0-7DCA-4CFF-87F9-52924C1FA89E\",\"AC894BBC-E4A2-4D5C-8CA0-8B31831B6DC1\",\"CCD56D6E-9B5F-4A28-8004-A3B1497ED1DF\",\"F9B7F9CB-42DC-4589-930D-864D2A49E1AA\",\"6E9AC590-9E4B-4547-BB35-28812283BCCC\",\"F11472AD-4442-4956-915D-6EDB3D691382\",\"519B081D-C4AB-45FF-9E66-F730B5B7983E\",\"0F619D1E-9C70-4A6F-9499-F82415A19174\",\"958A1868-7463-4F2B-A394-69CAA958AF18\",\"EE556852-C341-4A6E-83CE-2AD47016E3EA\",\"728915A2-1B80-4CA9-80D6-18A3621A7B6B\",\"523F3738-5451-423A-8A60-01C2B4776310\",\"8F10BF47-5D5D-482F-9DEA-F051374B47A3\",\"8DE07D76-725F-494B-8A33-6C34E3FF86A7\",\"E1E842D6-86B5-4707-834C-65877A46E2EE\",\"B5027086-5AD1-4F58-B4D6-9B3AF65EB551\",\"CA2BE219-94D6-4FEB-B74D-69E2BC4691F2\",\"D55945E3-7D3C-4D7B-97BD-0057172DF9BF\",\"CD059FC8-876A-4B94-8EBC-AC14D94F1C89\",\"295BD9D2-2C71-495F-B4C6-C8249F1F7194\",\"A1455229-7942-448D-AD3C-C808215018E2\",\"23D273E5-76B3-4114-B3A7-FF595BBC92B8\"],\"id\":\"ADE613A7-CFC1-4D75-9D9D-95C16C0BB6D0\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":880},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":881},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":882},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":883},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":870},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":884},\"label\":{\"__isSmartRef__\":true,\"id\":853},\"owner\":{\"__isSmartRef__\":true,\"id\":837},\"layout\":{\"__isSmartRef__\":true,\"id\":893},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":894},{\"__isSmartRef__\":true,\"id\":896}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"853\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":854},\"derivationIds\":[null,\"96F9D218-1CF3-441C-BF09-5ECA16D5F7EA\",\"FB2E29F1-89F1-4A3E-B003-C03BAD1CC2C0\",\"3E42A437-45EA-4FF8-AB3F-52EFEF547679\",\"93EEA08B-59E5-43FA-A680-42B42AA37954\",\"0FB2EA36-9B2C-4556-902C-E13A2A37E7A4\",\"EF8B74F9-5121-46A5-AE95-AC368490D480\",\"B62A67D1-1496-47F2-90A9-38F19D34B2E3\",\"94033E69-BA39-4CF0-9251-291FB7DC64E3\",\"742A710E-8E6F-42F5-BF01-98521F829588\",\"5CF45389-3D74-4735-A469-D2DACAAF42A9\",\"FE3C7D31-F959-41DF-97E3-EB4E64F702B4\",\"428F2966-CDD4-4E33-8B3D-94217EDF4698\",\"DB5C058B-5ABF-4713-B09F-F2C0A071B228\",\"444E2C14-5FED-4017-A12A-8C7722301E24\",\"493A34CF-5E09-4DA8-A17E-00A92C98ACFF\",\"EFB0DE99-5D00-431B-872E-70B7349C554B\",\"F730E530-CBAC-4D14-B460-BAA7A73E6657\",\"EA334E99-889E-47C6-92E9-64DBB764A87F\",\"9240D5F3-A64C-4467-9C63-F4D7A29F7C1B\",\"89D69B1E-6B11-43D6-87BE-3158A65B5DE3\",\"D0A9FC2C-394E-4F8A-9A31-B95160FE6049\",\"4AFA648A-E4B1-423C-A691-7C06B219A70E\",\"31764B81-F028-46CF-9787-EA42BFFED6D8\",\"A36C0534-8BEF-46F8-BF29-5A330429E402\"],\"id\":\"BBC00149-4248-432E-9018-FD3577D78223\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":859},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":860}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":862},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":852},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":863},\"_MaxTextWidth\":17,\"_MinTextWidth\":17,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"isLabel\":true,\"_HandStyle\":\"default\",\"_TextColor\":{\"__isSmartRef__\":true,\"id\":844},\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"854\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":855},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":856},\"_Extent\":{\"__isSmartRef__\":true,\"id\":857},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":858},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":844},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"855\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"856\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"857\":{\"x\":17,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"858\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"859\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"860\":{\"style\":{\"__isSmartRef__\":true,\"id\":861},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":853},\"storedString\":\"X\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"861\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"862\":{\"morph\":{\"__isSmartRef__\":true,\"id\":853},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"863\":{\"x\":17,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"864\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":865},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":866},\"_Extent\":{\"__isSmartRef__\":true,\"id\":867},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":868},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":869},\"_Fill\":{\"__isSmartRef__\":true,\"id\":870},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"865\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"866\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"867\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"868\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"869\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"870\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":871},{\"__isSmartRef__\":true,\"id\":873},{\"__isSmartRef__\":true,\"id\":875},{\"__isSmartRef__\":true,\"id\":877}],\"vector\":{\"__isSmartRef__\":true,\"id\":879},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"871\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":872}},\"872\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"873\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":874}},\"874\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"875\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":876}},\"876\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"877\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":878}},\"878\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"879\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"880\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"881\":{\"morph\":{\"__isSmartRef__\":true,\"id\":852},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"882\":{\"x\":873,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"883\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"884\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":885},{\"__isSmartRef__\":true,\"id\":887},{\"__isSmartRef__\":true,\"id\":889},{\"__isSmartRef__\":true,\"id\":891}],\"vector\":{\"__isSmartRef__\":true,\"id\":879},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"885\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":886}},\"886\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"887\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":888}},\"888\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"889\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":890}},\"890\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"891\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":892}},\"892\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"893\":{\"moveHorizontal\":true},\"894\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":852},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":895},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"895\":{\"source\":{\"__isSmartRef__\":true,\"id\":852},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"896\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":852},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":897},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"897\":{\"source\":{\"__isSmartRef__\":true,\"id\":852},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"898\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":899}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":909},\"derivationIds\":[null,\"4D1CA124-2325-4215-ADF3-5CAD0A9D3BB8\",\"42C6D01C-2FAC-4FCC-A67B-483F451BB4AF\",\"B248EAE3-CBD1-4287-8725-56221C232992\",\"B98B0D8F-6993-4F62-BC1C-9AF34481DDA4\",\"1D642EB6-10E7-494B-957C-C2BD933C8EF0\",\"2EDBF553-E8DA-4F7E-93AE-6734499D94BE\",\"F16A94ED-7CBC-4531-894B-CD1F1AAAE7E4\",\"619FCEE3-FEE9-43B6-B676-A77560F8C10E\",\"4F10CD40-1263-4E70-B029-A84B503FC1EB\",\"39DE4B83-05A7-46D8-88C2-BEFB69856CF2\",\"6926446C-872B-4F57-8FD0-1BB5E5EC759B\",\"BAE3ECF1-F5D7-42A1-98C6-B5D5CB889D94\",\"1EB3F7B6-8748-4970-B0FE-0258039035C6\",\"F3ECAD5C-DF99-4D81-B57C-69DF16D5E98C\",\"2A0B5E64-5003-4CFD-9A31-75726E1ED77D\",\"63E70673-8F6E-43CD-B709-95ED87F24AE2\",\"50F70479-F4C6-4CD5-8C72-FAF40A9716BB\",\"D12CFD93-78BA-4B43-9F5E-DC8D9C4E3867\",\"011BEAFB-567E-4721-9BAB-53D9E3BD9E07\",\"67D9F5A5-3594-4641-9BFA-736529BB928D\",\"52948B1F-FA49-4482-A0FD-2BFFD6A4D91F\",\"3B4A9727-5466-486A-9CA0-AC7DA9F5A6E1\",\"A08703E5-01C3-4973-92D0-B6F3EADDD35C\",\"BCCC7BC5-CBD0-4F5B-B0C0-2F0AFA43D211\"],\"id\":\"698E2698-E5C8-4CD1-B164-30DBB0196D69\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":914},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":915},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":916},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":917},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":870},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":918},\"label\":{\"__isSmartRef__\":true,\"id\":899},\"owner\":{\"__isSmartRef__\":true,\"id\":837},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":927},{\"__isSmartRef__\":true,\"id\":929}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"899\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":900},\"derivationIds\":[null,\"B48D68B8-E9C1-4B9A-A48F-460626B86D68\",\"D10451AE-A52D-4A8C-A27D-0B7EB17C903D\",\"54275665-6CDC-4F75-B7CF-177955ABA8FA\",\"125E2659-3DC9-42B2-A562-5EFA20A0D404\",\"09A07734-FC50-44F8-8AEA-E84890C82082\",\"26500610-8CAE-48CF-8C3D-D2F6F0079F28\",\"935AE48A-9D8F-4161-AB86-08AE700B34F4\",\"3D184B7A-72C3-4455-AA9F-036654DEEDFE\",\"47641C57-BC11-4C0B-BD83-FB27D2E412BE\",\"BC684212-BEBD-4CE7-B2BA-3A6C53BB618C\",\"7617A000-0C0D-4538-BD06-F6B92315C0E6\",\"9328DBA3-6771-4680-AE31-C24F8D5F1526\",\"05269EE6-C078-4BE8-ABA4-FC67CC9EA20C\",\"9FDFEF9F-F238-45FC-B2E7-68E14E4A5D8A\",\"99310DD5-15D0-45F1-A43E-C814BC3D98A7\",\"53FE8733-66BC-41C0-84D3-233FB7239DF2\",\"A3A18A9F-CB94-40A4-A366-93D1B5C31338\",\"F96608A7-64B4-4391-9946-473175E71BF8\",\"D45A786E-9015-4876-823C-81CD03D2F4CF\",\"82903066-F272-4D4A-81DC-7CD3A479A12A\",\"954B00E5-364F-40AF-ACA1-518FED45FA60\",\"5F93F240-5F09-446F-A53A-C42D892267AD\",\"FA8C92C6-15B4-4BE8-A7DD-6E499AFFC7E5\",\"D0255C7B-3A83-49EC-A528-26CE1B099D13\"],\"id\":\"76A9C7DF-4F4F-4639-BB4A-1C45488EB38F\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":904},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":905}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":907},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":898},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":908},\"_MaxTextWidth\":17,\"_MinTextWidth\":17,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"isLabel\":true,\"_HandStyle\":\"default\",\"_TextColor\":{\"__isSmartRef__\":true,\"id\":844},\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"900\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":901},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":902},\"_Extent\":{\"__isSmartRef__\":true,\"id\":903},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":858},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":844},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"901\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"902\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"903\":{\"x\":17,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"904\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"905\":{\"style\":{\"__isSmartRef__\":true,\"id\":906},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":899},\"storedString\":\"M\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"906\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"907\":{\"morph\":{\"__isSmartRef__\":true,\"id\":899},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"908\":{\"x\":17,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"909\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":910},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":911},\"_Extent\":{\"__isSmartRef__\":true,\"id\":912},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":913},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":869},\"_Fill\":{\"__isSmartRef__\":true,\"id\":870},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"910\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"911\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"912\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"913\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"914\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"915\":{\"morph\":{\"__isSmartRef__\":true,\"id\":898},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"916\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"917\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"918\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":919},{\"__isSmartRef__\":true,\"id\":921},{\"__isSmartRef__\":true,\"id\":923},{\"__isSmartRef__\":true,\"id\":925}],\"vector\":{\"__isSmartRef__\":true,\"id\":879},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"919\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":920}},\"920\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"921\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":922}},\"922\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"923\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":924}},\"924\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"925\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":926}},\"926\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"927\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":898},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":928},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"928\":{\"source\":{\"__isSmartRef__\":true,\"id\":898},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"929\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":898},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":930},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"930\":{\"source\":{\"__isSmartRef__\":true,\"id\":898},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"931\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":932}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":942},\"derivationIds\":[null,\"5262C83C-ACEC-41FB-AA6E-FE7C74548772\",\"64E71C9F-04DD-42C2-A0D6-07F19BD08313\",\"8F4AF5C7-C33A-4258-BDBA-8C6F012386F8\",\"3C55651A-9C21-4569-9914-15A42867CB92\",\"5833E2E9-CF3C-4F07-9C12-22990EBC69A5\",\"E497C7E5-A604-487F-BF3A-5CD526F1F0C4\",\"4871129F-3BE9-419C-9A71-5CFE12EF2CE2\",\"37C9B96E-F613-44F6-A573-A3CD733232F0\",\"5D1F9969-0C31-473A-9F1E-44822A85D0C7\",\"9EE311DE-30B5-4FE4-AB3B-C8F11C56F7A7\",\"10078658-5310-4ACA-8890-645265911A88\",\"938F6860-B2A3-4E65-A5F8-A0767CD92AFE\",\"8EDE59AD-8293-4F96-8C9C-F6C189BF9BBA\",\"C08F9815-32A5-489C-A058-938D6A3B28D9\",\"FA3CFC26-65BE-46EB-A4F0-1DE78B4BDA61\",\"47D63AD8-0DBA-43DB-BF6A-43A0BA23E2FE\",\"30E8FDA4-C909-4DA8-918B-3A77718EEDE2\",\"BCAD4D58-5EAE-4F57-ABDD-BD28289412AA\",\"CDD564BE-353D-48EA-A3A9-339CE54E127F\",\"52CE6411-6E61-4A44-910A-E17B7BFA0DC6\",\"F904619F-62EA-409E-9A6F-3DA1F9CDAFA5\",\"F22B0F4E-1F5E-415D-B97F-5DA076DAF170\",\"C55C451A-1AD6-4798-A100-0CDD91AB1D25\",\"342EF9A0-4F0D-44D0-B55D-D644D8E89262\"],\"id\":\"88C282E5-984D-43A8-9444-F0B9432D7DAA\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":947},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":948},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":949},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":950},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":870},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":951},\"label\":{\"__isSmartRef__\":true,\"id\":932},\"owner\":{\"__isSmartRef__\":true,\"id\":837},\"layout\":{\"__isSmartRef__\":true,\"id\":960},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":961},{\"__isSmartRef__\":true,\"id\":963}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"932\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":933},\"derivationIds\":[null,\"66930D4C-0F5B-46AD-99E6-81388B6E4B30\",\"D897868D-38E9-47F6-9079-FCA57765FE4F\",\"332B1C61-59DF-421D-9F5F-1143861F78F5\",\"7F85A046-38D5-4270-AA3E-F9C9A1EAFBE7\",\"1A0A09F9-A924-4AD9-91CC-91BA7822B987\",\"0E4012EF-E8B9-46DA-9DDE-01A6161F06C4\",\"FA51536E-AD5C-4E78-A2A0-E60410EB06CA\",\"99034AE0-992A-45F1-90B7-2DAE83E2DC75\",\"9DC1D5AE-5BFD-4FBE-B921-9C21A96B2BC3\",\"6D34A6B5-B3FE-47F2-B721-9620C9C2018A\",\"1E780101-11F4-4611-9C7E-40B0B5BC5D1F\",\"88879AA1-1D4F-4C80-94BE-C66E5F4BD1FC\",\"C2018D61-6DF3-479D-B244-EE9712B00D39\",\"B8A4493D-9020-4D99-97EB-E704011A93AF\",\"D32209FE-612F-4FC9-A8E5-ECA94367DD0F\",\"B9B776C7-4F82-4257-85C6-FA96680FCB9E\",\"FD394E57-6813-4AAC-A2C3-5F6CFA1C1E80\",\"4E567B22-D898-45C4-9FEB-0E2EC3D9E0B9\",\"A589137E-48A9-4E47-BC50-35826F77077A\",\"47EBB9F5-7F59-4352-9829-FD34F25FBF8E\",\"8B7133DD-A96F-4B38-A475-DB7C45D357E9\",\"64F14566-8F56-4527-A338-625ED6CDA8AE\",\"B7ED69B0-3CF0-4A41-8971-873EC81BFD8C\",\"3800A784-4CD4-4B56-AE23-7D15B723794C\"],\"id\":\"A2B955D3-8208-48D0-BCF1-2D32B31A0431\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":937},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":938}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":940},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":931},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":941},\"_MaxTextWidth\":17,\"_MinTextWidth\":17,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"isLabel\":true,\"_HandStyle\":\"default\",\"_TextColor\":{\"__isSmartRef__\":true,\"id\":844},\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"933\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":934},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":935},\"_Extent\":{\"__isSmartRef__\":true,\"id\":936},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":858},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":844},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"934\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"935\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"936\":{\"x\":17,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"937\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"938\":{\"style\":{\"__isSmartRef__\":true,\"id\":939},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":932},\"storedString\":\"–\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"939\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"940\":{\"morph\":{\"__isSmartRef__\":true,\"id\":932},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"941\":{\"x\":17,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"942\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":943},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":944},\"_Extent\":{\"__isSmartRef__\":true,\"id\":945},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":946},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":869},\"_Fill\":{\"__isSmartRef__\":true,\"id\":870},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"943\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"944\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"945\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"946\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"947\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"948\":{\"morph\":{\"__isSmartRef__\":true,\"id\":931},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"949\":{\"x\":854,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"950\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"951\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":952},{\"__isSmartRef__\":true,\"id\":954},{\"__isSmartRef__\":true,\"id\":956},{\"__isSmartRef__\":true,\"id\":958}],\"vector\":{\"__isSmartRef__\":true,\"id\":879},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"952\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":953}},\"953\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"954\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":955}},\"955\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"956\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":957}},\"957\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"958\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":959}},\"959\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"960\":{\"moveHorizontal\":true},\"961\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":931},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":962},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"962\":{\"source\":{\"__isSmartRef__\":true,\"id\":931},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"963\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":931},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":964},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"964\":{\"source\":{\"__isSmartRef__\":true,\"id\":931},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"965\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":966},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":967},\"_Extent\":{\"__isSmartRef__\":true,\"id\":968},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":969},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":970},\"_Fill\":{\"__isSmartRef__\":true,\"id\":971},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"966\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"967\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"968\":{\"x\":893,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"969\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"970\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"971\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":972},{\"__isSmartRef__\":true,\"id\":973}],\"vector\":{\"__isSmartRef__\":true,\"id\":975},\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\"},\"972\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":8}},\"973\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":974}},\"974\":{\"r\":0.6400000000000001,\"g\":0.6400000000000001,\"b\":0.6400000000000001,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"975\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__LivelyClassName__\":\"Rectangle\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"976\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"977\":{\"morph\":{\"__isSmartRef__\":true,\"id\":837},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"978\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"979\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"980\":{\"x\":893,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"981\":{\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":982},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":983},\"_BorderWidth\":0,\"_Fill\":null,\"_StrokeOpacity\":0,\"_BorderRadius\":0,\"_Extent\":{\"__isSmartRef__\":true,\"id\":984},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"982\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"983\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"984\":{\"x\":893,\"y\":612,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"985\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"986\":{\"morph\":{\"__isSmartRef__\":true,\"id\":0},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"987\":{\"adjustForNewBounds\":true},\"988\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"989\":{\"x\":893,\"y\":612,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"990\":{\"x\":0,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"991\":{\"partsSpaceName\":\"PartsBin/Tools\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"Used to diff a version of a morph with the current version in PartsBin\",\"migrationLevel\":4,\"partName\":\"MorphDiffer\",\"changes\":[{\"__isSmartRef__\":true,\"id\":992},{\"__isSmartRef__\":true,\"id\":994},{\"__isSmartRef__\":true,\"id\":996},{\"__isSmartRef__\":true,\"id\":998},{\"__isSmartRef__\":true,\"id\":1000},{\"__isSmartRef__\":true,\"id\":1002},{\"__isSmartRef__\":true,\"id\":1004},{\"__isSmartRef__\":true,\"id\":1006},{\"__isSmartRef__\":true,\"id\":1008},{\"__isSmartRef__\":true,\"id\":1010},{\"__isSmartRef__\":true,\"id\":1012},{\"__isSmartRef__\":true,\"id\":1014},{\"__isSmartRef__\":true,\"id\":1016},{\"__isSmartRef__\":true,\"id\":1018},{\"__isSmartRef__\":true,\"id\":1020},{\"__isSmartRef__\":true,\"id\":1022},{\"__isSmartRef__\":true,\"id\":1024},{\"__isSmartRef__\":true,\"id\":1026},{\"__isSmartRef__\":true,\"id\":1028},{\"__isSmartRef__\":true,\"id\":1030},{\"__isSmartRef__\":true,\"id\":1032},{\"__isSmartRef__\":true,\"id\":1034},{\"__isSmartRef__\":true,\"id\":1036}],\"revisionOnLoad\":148765,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"992\":{\"date\":{\"__isSmartRef__\":true,\"id\":993},\"author\":\"undefined\",\"message\":\"little more lean\",\"id\":\"A3D43B2D-83C2-42D2-8F53-D7C7CD90A69C\"},\"993\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 21 2012 12:20:15 GMT+0100 (Mitteleuropäische Zeit)\"},\"994\":{\"date\":{\"__isSmartRef__\":true,\"id\":995},\"author\":\"undefined\",\"message\":\"litte more lean\",\"id\":\"490F3AE0-FAC6-459E-A85F-57C21CFB054C\"},\"995\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 21 2012 11:59:31 GMT+0100 (Mitteleuropäische Zeit)\"},\"996\":{\"date\":{\"__isSmartRef__\":true,\"id\":997},\"author\":\"undefined\",\"message\":\"function diffing adaption\",\"id\":\"7B17D1E8-4A1B-4E76-BA97-9696EBA29421\"},\"997\":{\"isSerializedDate\":true,\"string\":\"Tue Mar 20 2012 15:40:43 GMT+0100 (Mitteleuropäische Zeit)\"},\"998\":{\"date\":{\"__isSmartRef__\":true,\"id\":999},\"author\":\"undefined\",\"message\":\"there was a marker offset when morphs that were removed were marked\",\"id\":\"CB54F1F3-AB2A-4DB4-A215-C6E92F7A6283\"},\"999\":{\"isSerializedDate\":true,\"string\":\"Thu Mar 15 2012 12:02:43 GMT+0100 (Mitteleuropäische Zeit)\"},\"1000\":{\"date\":{\"__isSmartRef__\":true,\"id\":1001},\"author\":\"undefined\",\"message\":\"resizes preview pane now\",\"id\":\"C6798D20-BEB1-456C-B85C-9B24659E85D2\"},\"1001\":{\"isSerializedDate\":true,\"string\":\"Tue Mar 13 2012 09:09:09 GMT+0100 (Mitteleuropäische Zeit)\"},\"1002\":{\"date\":{\"__isSmartRef__\":true,\"id\":1003},\"author\":\"undefined\",\"message\":\"show markerMoprhs better\",\"id\":\"B0FC9755-8172-456C-A8C3-A4AB60DA9B2F\"},\"1003\":{\"isSerializedDate\":true,\"string\":\"Mon Mar 12 2012 15:23:39 GMT+0100 (Mitteleuropäische Zeit)\"},\"1004\":{\"date\":{\"__isSmartRef__\":true,\"id\":1005},\"author\":\"undefined\",\"message\":\"moar layout\",\"id\":\"DAE590AA-E152-4CDC-8946-EE2E91DC2709\"},\"1005\":{\"isSerializedDate\":true,\"string\":\"Sat Mar 10 2012 16:19:04 GMT+0100 (Mitteleuropäische Zeit)\"},\"1006\":{\"date\":{\"__isSmartRef__\":true,\"id\":1007},\"author\":\"undefined\",\"message\":\"adding PartsBinVersion after loading\",\"id\":\"AC7F50A9-E9D0-404E-944C-10CF85630831\"},\"1007\":{\"isSerializedDate\":true,\"string\":\"Sat Mar 10 2012 16:12:31 GMT+0100 (Mitteleuropäische Zeit)\"},\"1008\":{\"date\":{\"__isSmartRef__\":true,\"id\":1009},\"author\":\"undefined\",\"message\":\"layout changes\",\"id\":\"F8061F9B-BA5A-4763-8627-E239FF73B3E6\"},\"1009\":{\"isSerializedDate\":true,\"string\":\"Sat Mar 10 2012 16:03:34 GMT+0100 (Mitteleuropäische Zeit)\"},\"1010\":{\"date\":{\"__isSmartRef__\":true,\"id\":1011},\"author\":\"undefined\",\"message\":\"remove current version on shutdown and reset\",\"id\":\"1995CF69-AB40-4795-9F1A-66A99B7084A5\"},\"1011\":{\"isSerializedDate\":true,\"string\":\"Sat Mar 10 2012 14:56:55 GMT+0100 (Mitteleuropäische Zeit)\"},\"1012\":{\"date\":{\"__isSmartRef__\":true,\"id\":1013},\"author\":\"undefined\",\"message\":\"I can haz refactor\",\"id\":\"27A41388-923B-42B6-9A95-2A222A561EB4\"},\"1013\":{\"isSerializedDate\":true,\"string\":\"Sat Mar 10 2012 14:52:47 GMT+0100 (Mitteleuropäische Zeit)\"},\"1014\":{\"date\":{\"__isSmartRef__\":true,\"id\":1015},\"author\":\"undefined\",\"message\":\"once again with window bar\",\"id\":\"FC092135-55E0-4C5D-AE97-EEBF73BCC84B\"},\"1015\":{\"isSerializedDate\":true,\"string\":\"Sat Mar 10 2012 12:39:19 GMT+0100 (Mitteleuropäische Zeit)\"},\"1016\":{\"date\":{\"__isSmartRef__\":true,\"id\":1017},\"author\":\"undefined\",\"message\":\"init 2\",\"id\":\"97D40289-EA6F-4A89-BCE4-F78A354EB211\"},\"1017\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 21:12:49 GMT+0100 (Mitteleuropäische Zeit)\"},\"1018\":{\"date\":{\"__isSmartRef__\":true,\"id\":1019},\"author\":\"athomschke\",\"message\":\"gets boring\",\"id\":\"E63B6C6D-8CBB-4676-9EFD-940C9E4BE122\"},\"1019\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 12 2012 16:32:18 GMT+0100 (Mitteleuropäische Zeit)\"},\"1020\":{\"date\":{\"__isSmartRef__\":true,\"id\":1021},\"author\":\"athomschke\",\"message\":\"screwed the window\",\"id\":\"57AC4932-CBE6-47D8-B9C3-A7F8BDB7AC32\"},\"1021\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 12 2012 16:29:47 GMT+0100 (Mitteleuropäische Zeit)\"},\"1022\":{\"date\":{\"__isSmartRef__\":true,\"id\":1023},\"author\":\"sebastian.stamm\",\"message\":\"now with accept and reject!\"},\"1023\":{\"isSerializedDate\":true,\"string\":\"Thu Oct 20 2011 16:05:53 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1024\":{\"date\":{\"__isSmartRef__\":true,\"id\":1025},\"author\":\"sebastian.stamm\",\"message\":\"Now with fancy text field name!\"},\"1025\":{\"isSerializedDate\":true,\"string\":\"Thu Oct 20 2011 16:08:33 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1026\":{\"date\":{\"__isSmartRef__\":true,\"id\":1027},\"author\":\"athomschke\",\"message\":\"typo\",\"id\":\"6B6DCAE1-3EDD-4B20-8338-7F5566B65D3E\"},\"1027\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 12 2012 16:28:22 GMT+0100 (Mitteleuropäische Zeit)\"},\"1028\":{\"date\":{\"__isSmartRef__\":true,\"id\":1029},\"author\":\"undefined\",\"message\":\"\",\"id\":\"31589CAB-644F-4620-A128-DE88A52C415F\"},\"1029\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 21:19:44 GMT+0100 (Mitteleuropäische Zeit)\"},\"1030\":{\"date\":{\"__isSmartRef__\":true,\"id\":1031},\"author\":\"undefined\",\"message\":\"final reset (?)\",\"id\":\"5E8C377B-A201-4BAB-BB27-12E4B948267A\"},\"1031\":{\"isSerializedDate\":true,\"string\":\"Sat Mar 10 2012 12:35:39 GMT+0100 (Mitteleuropäische Zeit)\"},\"1032\":{\"date\":{\"__isSmartRef__\":true,\"id\":1033},\"author\":\"undefined\",\"message\":\"keep scale of PartsBin version if it is smaller than the preview pane\",\"id\":\"ECCC8AA3-C5C5-4D31-B239-65FF6F241838\"},\"1033\":{\"isSerializedDate\":true,\"string\":\"Thu Mar 22 2012 09:05:23 GMT+0100 (Mitteleuropäische Zeit)\"},\"1034\":{\"date\":{\"__isSmartRef__\":true,\"id\":1035},\"author\":\"undefined\",\"message\":\"init\",\"id\":\"AE28A636-4348-4D93-BB04-0D5AAC6CAA59\"},\"1035\":{\"isSerializedDate\":true,\"string\":\"Thu Mar 22 2012 09:05:54 GMT+0100 (Mitteleuropäische Zeit)\"},\"1036\":{\"date\":{\"__isSmartRef__\":true,\"id\":1037},\"author\":\"undefined\",\"message\":\"If a value (neither text nor color diffing) was 0, it was not displayed\",\"id\":\"860D0F77-1D85-426D-B3F7-F7A5DA899F8F\"},\"1037\":{\"isSerializedDate\":true,\"string\":\"Thu Apr 05 2012 14:38:08 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1038\":{\"x\":879,\"y\":2364,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1039\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":0},\"sourceAttrName\":\"headRevision\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1040},\"targetMethodName\":\"remove\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1040\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1041},{\"__isSmartRef__\":true,\"id\":1189}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1627},\"id\":\"93F7B1FE-9FBE-409A-BEBD-9BFF72714C5C\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1631},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1632},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":1633},\"LK2\":true,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1634},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":1189},\"titleBar\":{\"__isSmartRef__\":true,\"id\":1041},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":1635},\"collapsedTransform\":null,\"collapsedExtent\":null,\"expandedTransform\":null,\"expandedExtent\":null,\"ignoreEventsOnExpand\":false,\"highlighted\":true,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":1636},\"isBeingDragged\":false,\"showsHalos\":false,\"name\":\"PublishPartDialog1\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1637},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"_Position\":{\"__isSmartRef__\":true,\"id\":1652},\"isCopyMorphRef\":true,\"morphRefId\":12,\"derivationIds\":[2879,\"91414FD8-3775-435F-96A6-39E0CB891CD7\",\"9CB574CD-94E3-465A-B85C-91F97E070BC3\",\"C9D390C2-399F-44AF-A316-A4A117E5F7B6\"],\"moved\":true,\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"1041\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1042},{\"__isSmartRef__\":true,\"id\":1056},{\"__isSmartRef__\":true,\"id\":1103},{\"__isSmartRef__\":true,\"id\":1137}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1172},\"id\":\"BFD04004-48B0-4D93-9600-141816858F31\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1184},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1185},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":1186},\"_Position\":{\"__isSmartRef__\":true,\"id\":1187},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":1040},\"label\":{\"__isSmartRef__\":true,\"id\":1042},\"closeButton\":{\"__isSmartRef__\":true,\"id\":1056},\"menuButton\":{\"__isSmartRef__\":true,\"id\":1103},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":1137},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1188},\"owner\":{\"__isSmartRef__\":true,\"id\":1040},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2880,\"108B5871-F6C8-4442-82D1-F8776D2C85A2\",\"503529CB-0F23-4456-8597-CD5E86CF03F0\",\"4FB4914E-E245-4D67-BE3B-63091E2C8C95\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"1042\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1043},\"id\":\"05E26C01-FD72-4913-B305-B9DA3EC0BCE1\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1049},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1050}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1052},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"layout\":{\"__isSmartRef__\":true,\"id\":1053},\"_Align\":\"center\",\"eventsAreIgnored\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":1041},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1054},\"_MaxTextWidth\":483,\"_MinTextWidth\":483,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"_Position\":{\"__isSmartRef__\":true,\"id\":1055},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2881,\"A06A709C-AD42-48D0-A66A-9C21EA4F4E66\",\"EE1A345D-476E-4E22-BE89-E59A0C11001B\",\"90634CE5-77D0-4064-961C-4CBADE59C6F8\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1043\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1044},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1045},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1046},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1047},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1048},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1044\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1045\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1046\":{\"x\":483,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1047\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1048\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1049\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1050\":{\"style\":{\"__isSmartRef__\":true,\"id\":1051},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1042},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Publish in PartsBin\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1051\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1052\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1042},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1053\":{\"resizeWidth\":true},\"1054\":{\"x\":483,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1055\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1056\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1057}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1069},\"id\":\"168CCA87-6CB6-42CD-94E6-38E80BD81344\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1085},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1086},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1087},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1088},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1075},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1089},\"label\":{\"__isSmartRef__\":true,\"id\":1057},\"owner\":{\"__isSmartRef__\":true,\"id\":1041},\"layout\":{\"__isSmartRef__\":true,\"id\":1098},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1099},{\"__isSmartRef__\":true,\"id\":1101}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"prevScroll\":[0,0],\"derivationIds\":[2882,\"6FF08B49-B1B5-4E12-8CE8-DF895115627D\",\"7F48C6F9-BB0C-405E-991B-410F179F7FE6\",\"8405D63F-4E07-4FE8-9008-DD8AE000B5C8\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"1057\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1058},\"id\":\"ECC50E7A-AD90-4442-89FE-08D53F262945\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1063},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1064}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1066},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":1067},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1068},\"_MaxTextWidth\":17,\"_MinTextWidth\":17,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":1056},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2883,\"9FBA502B-65B1-4FF2-A0A6-9951E3C50B9C\",\"9F297DAE-65AA-45A3-AFAE-BD35F359E24A\",\"75386CDF-09C9-47F2-8762-F737A49FD645\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1058\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1059},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1060},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1061},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1062},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1048},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1059\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1060\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1061\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1062\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1063\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1064\":{\"style\":{\"__isSmartRef__\":true,\"id\":1065},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1057},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"X\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1065\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1066\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1057},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1067\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1068\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1069\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1070},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1071},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1072},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1073},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1074},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1075},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1070\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1071\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1072\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1073\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1074\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1075\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1076},{\"__isSmartRef__\":true,\"id\":1078},{\"__isSmartRef__\":true,\"id\":1080},{\"__isSmartRef__\":true,\"id\":1082}],\"vector\":{\"__isSmartRef__\":true,\"id\":1084},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1076\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1077}},\"1077\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1078\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1079}},\"1079\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1080\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1081}},\"1081\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1082\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1083}},\"1083\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1084\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1085\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1086\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1056},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1087\":{\"x\":522,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1088\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1089\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1090},{\"__isSmartRef__\":true,\"id\":1092},{\"__isSmartRef__\":true,\"id\":1094},{\"__isSmartRef__\":true,\"id\":1096}],\"vector\":{\"__isSmartRef__\":true,\"id\":1084},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1090\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1091}},\"1091\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1092\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1093}},\"1093\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1094\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1095}},\"1095\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1096\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1097}},\"1097\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1098\":{\"moveHorizontal\":true},\"1099\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1056},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1040},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1100},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1100\":{\"source\":{\"__isSmartRef__\":true,\"id\":1056},\"target\":{\"__isSmartRef__\":true,\"id\":1040}},\"1101\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1056},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1040},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1102},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1102\":{\"source\":{\"__isSmartRef__\":true,\"id\":1056},\"target\":{\"__isSmartRef__\":true,\"id\":1040}},\"1103\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1104}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1115},\"id\":\"6BBB9A89-02CE-4A27-B2A5-B5B39A771D91\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1120},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1121},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1122},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1123},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1075},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1124},\"label\":{\"__isSmartRef__\":true,\"id\":1104},\"owner\":{\"__isSmartRef__\":true,\"id\":1041},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1133},{\"__isSmartRef__\":true,\"id\":1135}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"derivationIds\":[2884,\"64F20257-1A1D-4B3E-97C4-BC5D1F1E14B5\",\"A377FFCE-0FDC-41B6-BD34-D9F0507B57DA\",\"7334352E-B497-4F10-8C06-FBE36AA778C7\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"1104\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1105},\"id\":\"C8C8CA2F-9735-4B42-A7D9-B4DFB6EA8821\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1109},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1110}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1112},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":1113},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1114},\"_MaxTextWidth\":17,\"_MinTextWidth\":17,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":1103},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[2885,\"EC48B50E-CD5B-46FB-BF78-484373EED980\",\"59F8AF9B-799B-413B-86B2-BFD03A4B2559\",\"F8293A60-E9DB-40E3-B202-D547939F8A8D\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1105\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1106},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1107},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1108},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1062},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1048},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1106\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1107\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1108\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1109\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1110\":{\"style\":{\"__isSmartRef__\":true,\"id\":1111},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1104},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"M\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1111\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1112\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1104},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1113\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1114\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1115\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1116},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1117},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1118},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1119},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1074},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1075},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1116\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1117\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1118\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1119\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1120\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1121\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1103},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1122\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1123\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1124\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1125},{\"__isSmartRef__\":true,\"id\":1127},{\"__isSmartRef__\":true,\"id\":1129},{\"__isSmartRef__\":true,\"id\":1131}],\"vector\":{\"__isSmartRef__\":true,\"id\":1084},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1125\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1126}},\"1126\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1127\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1128}},\"1128\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1129\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1130}},\"1130\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1131\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1132}},\"1132\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1133\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1103},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1040},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1134},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1134\":{\"source\":{\"__isSmartRef__\":true,\"id\":1103},\"target\":{\"__isSmartRef__\":true,\"id\":1040}},\"1135\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1103},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1040},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1136},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1136\":{\"source\":{\"__isSmartRef__\":true,\"id\":1103},\"target\":{\"__isSmartRef__\":true,\"id\":1040}},\"1137\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1138}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1149},\"id\":\"8594B019-DAE2-4456-8389-694A0CE5AA5B\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1154},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1155},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1156},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1157},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1075},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1158},\"label\":{\"__isSmartRef__\":true,\"id\":1138},\"owner\":{\"__isSmartRef__\":true,\"id\":1041},\"layout\":{\"__isSmartRef__\":true,\"id\":1167},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1168},{\"__isSmartRef__\":true,\"id\":1170}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"prevScroll\":[0,0],\"derivationIds\":[2886,\"9FC4F0BE-916D-456B-AEC7-E6C1AC6040CA\",\"A0A4775F-7F2F-4563-840D-CAA5CB435D75\",\"C87D3EB9-4C3B-4230-9794-F5B71B528C74\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"1138\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1139},\"id\":\"1F82DFBD-9242-4064-9E79-DBF969C2E7E1\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1143},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1144}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1146},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":1147},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1148},\"_MaxTextWidth\":17,\"_MinTextWidth\":17,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":1137},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2887,\"42347453-BADB-4DB0-9486-C479B704CD7C\",\"B0BBE9B3-B5DD-4E4F-A1AA-1C03BB1BFF4E\",\"8AE3BC44-F336-420E-A2E9-BBA0DC6A3D72\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1139\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1140},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1141},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1142},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1062},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1048},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1140\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1141\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1142\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1143\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1144\":{\"style\":{\"__isSmartRef__\":true,\"id\":1145},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1138},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"–\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1145\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1146\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1138},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1147\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1148\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1149\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1150},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1151},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1152},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1153},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1074},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1075},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1150\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1151\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1152\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1153\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1154\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1155\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1137},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1156\":{\"x\":503,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1157\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1158\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1159},{\"__isSmartRef__\":true,\"id\":1161},{\"__isSmartRef__\":true,\"id\":1163},{\"__isSmartRef__\":true,\"id\":1165}],\"vector\":{\"__isSmartRef__\":true,\"id\":1084},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1159\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1160}},\"1160\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1161\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1162}},\"1162\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1163\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1164}},\"1164\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1165\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1166}},\"1166\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1167\":{\"moveHorizontal\":true},\"1168\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1137},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1040},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1169},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1169\":{\"source\":{\"__isSmartRef__\":true,\"id\":1137},\"target\":{\"__isSmartRef__\":true,\"id\":1040}},\"1170\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1137},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1040},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1171},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1171\":{\"source\":{\"__isSmartRef__\":true,\"id\":1137},\"target\":{\"__isSmartRef__\":true,\"id\":1040}},\"1172\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1173},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1174},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1175},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1176},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1177},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1178},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1173\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1174\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1175\":{\"x\":542,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1176\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1177\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1178\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1179},{\"__isSmartRef__\":true,\"id\":1181}],\"vector\":{\"__isSmartRef__\":true,\"id\":1183},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1179\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1180}},\"1180\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1181\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1182}},\"1182\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1183\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1184\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1185\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1041},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1186\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"1187\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1188\":{\"x\":542,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1189\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1190},{\"__isSmartRef__\":true,\"id\":1205},{\"__isSmartRef__\":true,\"id\":1220},{\"__isSmartRef__\":true,\"id\":1236},{\"__isSmartRef__\":true,\"id\":1252},{\"__isSmartRef__\":true,\"id\":1267},{\"__isSmartRef__\":true,\"id\":1283},{\"__isSmartRef__\":true,\"id\":1299},{\"__isSmartRef__\":true,\"id\":1382},{\"__isSmartRef__\":true,\"id\":1464},{\"__isSmartRef__\":true,\"id\":1479}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1495},\"id\":\"948CA031-E37B-4725-B2B9-9C9188BBDCBF\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1502},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1503},\"droppingEnabled\":true,\"halosEnabled\":true,\"isLockOwner\":false,\"layout\":{\"__isSmartRef__\":true,\"id\":1504},\"attributeConnections\":[],\"ownerApp\":{\"__isSmartRef__\":true,\"id\":1505},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"name\":\"PublishPartPanePane\",\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1599},\"isBeingDragged\":false,\"prevScroll\":[0,0],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1600},\"grabbingEnabled\":false,\"_Position\":{\"__isSmartRef__\":true,\"id\":1601},\"owner\":{\"__isSmartRef__\":true,\"id\":1040},\"target\":{\"__isSmartRef__\":true,\"id\":0},\"derivationIds\":[2888,\"7CD647EF-2BB4-4CD9-9D3B-4EE7BC59ECC2\",\"B983FB4F-9323-4304-9603-5615E93C6C42\",\"E738FAD5-9C83-4390-B193-06C21B6E51B0\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1602},\"__LivelyClassName__\":\"lively.morphic.Box\",\"withLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"1190\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1191},\"id\":\"03C5E9D4-7DC0-4D3F-9ECE-B79052CC7C3C\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1198},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1199}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1201},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":1202},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1203},\"_MaxTextWidth\":230,\"_MinTextWidth\":230,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":1189},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1204},\"previousSelection\":[0,9],\"priorSelectionRange\":[0,9],\"isLockOwner\":false,\"name\":\"NameText\",\"isCopyMorphRef\":true,\"morphRefId\":1,\"derivationIds\":[2889,\"9A8B5C1C-95BB-40F5-B9EF-B89DD5451B64\",\"C49BF160-BBBE-422E-BDDC-B9A98A72ABFF\",\"42B7E940-3BB5-4B79-B5D8-E4C8E780FF3B\"],\"savedTextString\":\"CommitMessageTest1\",\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1191\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1192},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1193},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1194},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1195},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1196},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1197},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1192\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1193\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1194\":{\"x\":240,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1195\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1196\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1197\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1198\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1199\":{\"style\":{\"__isSmartRef__\":true,\"id\":1200},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1190},\"storedString\":\"MorphDiffer\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1200\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1201\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1190},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1202\":{\"x\":10,\"y\":50,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1203\":{\"x\":240,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1204\":{\"x\":119,\"y\":-15,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1205\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1206},\"id\":\"0D2A447B-2066-4370-98DA-0E2A64CE950A\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1213},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1214}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1216},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":1217},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1218},\"_MaxTextWidth\":510,\"_MinTextWidth\":510,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"name\":\"CommitMessageText\",\"owner\":{\"__isSmartRef__\":true,\"id\":1189},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1219},\"previousSelection\":[0,15],\"priorSelectionRange\":[0,0],\"charsReplaced\":\"CommitMessageTest1\",\"lastFindLoc\":18,\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2890,\"40048B1D-9547-4EA6-AB66-31168A1C9FAE\",\"8A0DE790-FA6C-41C9-BA2B-84397DA3F39E\",\"DCFEEBC9-D891-408E-A103-19356A96070F\"],\"savedTextString\":\"\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1206\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1207},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1208},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1209},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1210},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1211},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1212},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1207\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1208\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1209\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1210\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1211\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1212\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1213\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1214\":{\"style\":{\"__isSmartRef__\":true,\"id\":1215},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1205},\"storedString\":\"function diffing adaption\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1215\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1216\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1205},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1217\":{\"x\":10,\"y\":260,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1218\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1219\":{\"x\":351,\"y\":-17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1220\":{\"submorphs\":[],\"scripts\":[],\"id\":\"C68A8FC5-6878-4975-95C9-D7DD38165E75\",\"shape\":{\"__isSmartRef__\":true,\"id\":1221},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1227},\"_MaxTextWidth\":114,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1224},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text5\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1228},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1229}],\"charsReplaced\":\"some text \",\"lastFindLoc\":10,\"priorSelectionRange\":[0,4],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1231},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1232},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1233},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":1234},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"owner\":{\"__isSmartRef__\":true,\"id\":1189},\"_MinTextWidth\":114,\"_MinTextHeight\":null,\"previousSelection\":[3,3],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1235},\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2891,\"E101CA30-35F9-42F0-A46C-28671530C787\",\"CE7E7640-C507-43BF-88EF-C4ACE8CCF564\",\"F04823B9-5B0B-4CCA-B8F7-00BD8608ED16\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1221\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1222},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1223},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1224},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1225},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1226},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1222\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1223\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1224\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1225\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1226\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1227\":{\"x\":10,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1228\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1229\":{\"style\":{\"__isSmartRef__\":true,\"id\":1230},\"morph\":{\"__isSmartRef__\":true,\"id\":1220},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1220},\"storedString\":\"name\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1230\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1231\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1232\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1233\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1220},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1234\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1235\":{\"x\":78,\"y\":-3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1236\":{\"submorphs\":[],\"scripts\":[],\"id\":\"B25203F5-4829-49F0-9422-C424A758AD2B\",\"shape\":{\"__isSmartRef__\":true,\"id\":1237},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1243},\"_MaxTextWidth\":250,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1240},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text6\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1244},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1245}],\"charsReplaced\":\"changes\",\"lastFindLoc\":7,\"priorSelectionRange\":[0,14],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1247},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1248},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1249},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":1250},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":250,\"_MinTextHeight\":null,\"previousSelection\":[0,14],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1251},\"owner\":{\"__isSmartRef__\":true,\"id\":1189},\"isLockOwner\":false,\"derivationIds\":[2892,\"E5DC0070-3EA2-4212-9AA7-E3C865547E5E\",\"809E256F-82F6-4A22-B614-DE8C08FA5970\",\"272C0F9A-E7EF-4ECE-851D-08ACB35EA24D\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1237\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1238},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1239},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1240},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1241},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1242},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1238\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1239\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1240\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1241\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1242\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1243\":{\"x\":10,\"y\":240,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1244\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1245\":{\"style\":{\"__isSmartRef__\":true,\"id\":1246},\"morph\":{\"__isSmartRef__\":true,\"id\":1236},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1236},\"storedString\":\"commit message\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1246\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1247\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1248\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1249\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1236},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1250\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1251\":{\"x\":174,\"y\":-21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1252\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1253},\"id\":\"DD061E7E-262D-47C3-95B6-A805948711FE\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1260},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1261}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1263},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":1264},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1265},\"_MaxTextWidth\":250,\"_MinTextWidth\":250,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"name\":\"CategoryText\",\"owner\":{\"__isSmartRef__\":true,\"id\":1189},\"previousSelection\":[0,14],\"priorSelectionRange\":[5,5],\"charsReplaced\":\"CommitMessageTest1\",\"lastFindLoc\":18,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1266},\"isLockOwner\":false,\"derivationIds\":[2893,\"FBE4B17F-DC2B-4783-899B-CF1B051F14D9\",\"A2C45BC5-C44B-4AEA-A29E-ADE3DAF08638\",\"640BD984-1AB2-45B8-BCEC-AB32A6199D68\"],\"savedTextString\":\"PartsBin/Basic\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1253\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1254},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1255},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1256},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1257},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1258},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1259},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1254\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1255\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1256\":{\"x\":260,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1257\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1258\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1259\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1260\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1261\":{\"style\":{\"__isSmartRef__\":true,\"id\":1262},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1252},\"storedString\":\"PartsBin/BP2012\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1262\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1263\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1252},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1264\":{\"x\":270,\"y\":50,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1265\":{\"x\":260,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1266\":{\"x\":132,\"y\":-13,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1267\":{\"submorphs\":[],\"scripts\":[],\"id\":\"9F051DB8-0600-418E-B548-456DF4EB8406\",\"shape\":{\"__isSmartRef__\":true,\"id\":1268},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1274},\"_MaxTextWidth\":114,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1271},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text7\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1275},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1276}],\"charsReplaced\":\"name\",\"lastFindLoc\":4,\"priorSelectionRange\":[0,8],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1278},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1279},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1280},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":1281},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":114,\"_MinTextHeight\":null,\"previousSelection\":[2,2],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1282},\"owner\":{\"__isSmartRef__\":true,\"id\":1189},\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2894,\"75F41AE1-CA7A-48D0-AE2C-7AAF6101B89C\",\"CB87A9FB-0776-4109-BDE0-0E8C61F1626C\",\"954BD4D6-BBF2-4D3C-94CA-21A38F66F449\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1268\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1269},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1270},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1271},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1272},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1273},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1269\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1270\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1271\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1272\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1273\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1274\":{\"x\":270,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1275\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1276\":{\"style\":{\"__isSmartRef__\":true,\"id\":1277},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1267},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"category\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1277\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1278\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1279\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1280\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1267},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1281\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1282\":{\"x\":87,\"y\":-11,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1283\":{\"submorphs\":[],\"scripts\":[],\"id\":\"CF6C221F-B98C-4540-8CDD-2DBE2211A9AF\",\"shape\":{\"__isSmartRef__\":true,\"id\":1284},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1290},\"_MaxTextWidth\":325,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1287},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text8\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1291},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1292}],\"charsReplaced\":\"Publish Object in PartsBin\",\"lastFindLoc\":26,\"priorSelectionRange\":[0,36],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1294},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1295},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1296},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":1297},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":325,\"_MinTextHeight\":null,\"previousSelection\":[0,36],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1298},\"owner\":{\"__isSmartRef__\":true,\"id\":1189},\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2895,\"3AFBC971-95B4-48C4-888D-22FCBB742090\",\"D0394F71-EBB2-452A-A71F-D172D5B1CAD6\",\"79EDAC74-BD6B-42B1-BBBA-71B07578D1E0\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1284\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1285},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1286},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1287},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1288},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1289},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1285\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1286\":{\"x\":325,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1287\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1288\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1289\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1290\":{\"x\":10,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1291\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1292\":{\"style\":{\"__isSmartRef__\":true,\"id\":1293},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1283},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Upload part to the shared repository\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1293\":{\"italics\":\"normal\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1294\":{\"x\":325,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1295\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1296\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1283},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1297\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1298\":{\"x\":221,\"y\":-12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1299\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1300}],\"scripts\":[],\"id\":\"7CDD22AF-14A3-4E68-8338-7403A301079E\",\"shape\":{\"__isSmartRef__\":true,\"id\":1315},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1319},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1331},\"label\":{\"__isSmartRef__\":true,\"id\":1300},\"name\":\"Button\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1340},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1341}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1377},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1378},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1379},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1380},\"_Position\":{\"__isSmartRef__\":true,\"id\":1381},\"owner\":{\"__isSmartRef__\":true,\"id\":1189},\"derivationIds\":[2896,\"40384C75-EF01-4AAD-AA1C-A7C19EDB6A0F\",\"21376B8E-78CF-456D-87AA-4D62D86B16D2\",\"E9336A59-C7BF-4C91-88B0-0D0477AA75AE\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1300\":{\"submorphs\":[],\"scripts\":[],\"id\":\"C846F39F-6491-4D85-AC56-C35890A3CAFB\",\"shape\":{\"__isSmartRef__\":true,\"id\":1301},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1307},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1308},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1309},\"owner\":{\"__isSmartRef__\":true,\"id\":1299},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1310},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1311}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1313},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1314},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"derivationIds\":[2897,\"92EB5E70-61BB-4A71-942C-A34A20789B2F\",\"A9C9F9CF-1BAC-4074-A093-4EB0C3C90866\",\"2FE50303-6361-4A70-9BD5-0D8D1C8B5176\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1301\":{\"position\":{\"__isSmartRef__\":true,\"id\":1302},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1303},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1304},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1305},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1306},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1302\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1303\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1304\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1305\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1306\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1307\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1308\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1309\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1310\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1311\":{\"style\":{\"__isSmartRef__\":true,\"id\":1312},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1300},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"cancel\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1312\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1313\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1314\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1300},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1315\":{\"position\":{\"__isSmartRef__\":true,\"id\":1316},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1317},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1318},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1319},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1329},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1330},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1316\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1317\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1318\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1319\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1320},{\"__isSmartRef__\":true,\"id\":1322},{\"__isSmartRef__\":true,\"id\":1324},{\"__isSmartRef__\":true,\"id\":1326}],\"vector\":{\"__isSmartRef__\":true,\"id\":1328},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1320\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1321}},\"1321\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1322\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1323}},\"1323\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1324\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1325}},\"1325\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1326\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1327}},\"1327\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1328\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1329\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1330\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1331\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1332},{\"__isSmartRef__\":true,\"id\":1334},{\"__isSmartRef__\":true,\"id\":1336},{\"__isSmartRef__\":true,\"id\":1338}],\"vector\":{\"__isSmartRef__\":true,\"id\":1328},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1332\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1333}},\"1333\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1334\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1335}},\"1335\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1336\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1337}},\"1337\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1338\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1339}},\"1339\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1340\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1341\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1299},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1189},\"targetMethodName\":\"onCancel\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":1342},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1342\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1343}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1358},\"id\":352,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1365},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1366},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":1367},{\"__isSmartRef__\":true,\"id\":1368}],\"con\":{\"__isSmartRef__\":true,\"id\":1341},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1369},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1343\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1344},\"id\":353,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1355},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1356},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1357},\"owner\":{\"__isSmartRef__\":true,\"id\":1342},\"_Rotation\":-2.716760490670451,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1344\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1345},{\"__isSmartRef__\":true,\"id\":1346},{\"__isSmartRef__\":true,\"id\":1347},{\"__isSmartRef__\":true,\"id\":1348}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1349},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1350},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1351},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1352},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1353},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1354},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1345\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1346\":{\"isAbsolute\":true,\"x\":0,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1347\":{\"isAbsolute\":true,\"x\":16,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1348\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1349\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1350\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1351\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1352\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1353\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1354\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1355\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1356\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1343},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1357\":{\"x\":0.5,\"y\":0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1358\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1359},{\"__isSmartRef__\":true,\"id\":1360}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1361},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1362},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1363},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1364},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1353},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1359\":{\"isAbsolute\":true,\"x\":420,\"y\":190,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1360\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1361\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1362\":{\"x\":-0.5,\"y\":-0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1363\":{\"x\":421,\"y\":191,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1364\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1365\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1366\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1342},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1367\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1342},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1368\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1342},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":1343},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1369\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":1370}},\"1370\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1371},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString || 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1376},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1371\":{\"this\":{\"__isSmartRef__\":true,\"id\":1342},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1372}},\"1372\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1373}},\"1373\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1374},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1375},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1374\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1342},\"name\":\"morphMenuItems\"},\"1375\":{},\"1376\":{},\"1377\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1378\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1379\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1299},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1380\":{\"x\":77,\"y\":-5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1381\":{\"x\":420,\"y\":390,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1382\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1383}],\"scripts\":[],\"id\":\"FEF85BCF-A107-4730-A8E7-98CFEBDEEE35\",\"shape\":{\"__isSmartRef__\":true,\"id\":1398},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1402},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1414},\"label\":{\"__isSmartRef__\":true,\"id\":1383},\"name\":\"Button1\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1423},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1424}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1459},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1460},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1461},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1462},\"_Position\":{\"__isSmartRef__\":true,\"id\":1463},\"owner\":{\"__isSmartRef__\":true,\"id\":1189},\"derivationIds\":[2898,\"9D27A522-4E3D-482F-97CF-3CA3247A3999\",\"4EBF07AD-25C0-4034-BC06-31F137F70FA1\",\"DC6D6B8E-37AE-4815-A81A-AC7071124A26\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1383\":{\"submorphs\":[],\"scripts\":[],\"id\":\"100DC4BE-F124-4A05-9BA8-E117917D6388\",\"shape\":{\"__isSmartRef__\":true,\"id\":1384},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1390},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1391},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1392},\"owner\":{\"__isSmartRef__\":true,\"id\":1382},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1393},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1394}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1396},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1397},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"derivationIds\":[2899,\"4F00D1F5-B85C-479E-BDDE-322DF2F432A3\",\"5E7BC7AC-9EF9-4CF5-9196-A542A26534CA\",\"46616896-CA46-4B43-B694-9FB001B32989\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1384\":{\"position\":{\"__isSmartRef__\":true,\"id\":1385},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1386},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1387},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1388},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1389},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1385\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1386\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1387\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1388\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1389\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1390\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1391\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1392\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1393\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1394\":{\"style\":{\"__isSmartRef__\":true,\"id\":1395},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1383},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"publish\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1395\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1396\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1397\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1383},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1398\":{\"position\":{\"__isSmartRef__\":true,\"id\":1399},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1400},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1401},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1402},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1412},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1413},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1399\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1400\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1401\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1402\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1403},{\"__isSmartRef__\":true,\"id\":1405},{\"__isSmartRef__\":true,\"id\":1407},{\"__isSmartRef__\":true,\"id\":1409}],\"vector\":{\"__isSmartRef__\":true,\"id\":1411},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1403\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1404}},\"1404\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1405\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1406}},\"1406\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1407\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1408}},\"1408\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1409\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1410}},\"1410\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1411\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1412\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1413\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1414\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1415},{\"__isSmartRef__\":true,\"id\":1417},{\"__isSmartRef__\":true,\"id\":1419},{\"__isSmartRef__\":true,\"id\":1421}],\"vector\":{\"__isSmartRef__\":true,\"id\":1411},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1415\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1416}},\"1416\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1417\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1418}},\"1418\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1419\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1420}},\"1420\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1421\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1422}},\"1422\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1423\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1424\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1382},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1189},\"targetMethodName\":\"onPublish\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":1425},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1425\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1426}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1440},\"id\":139,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1447},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1448},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":1449},{\"__isSmartRef__\":true,\"id\":1450}],\"con\":{\"__isSmartRef__\":true,\"id\":1424},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1451},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1426\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1427},\"id\":140,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1437},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1438},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1439},\"owner\":{\"__isSmartRef__\":true,\"id\":1425},\"_Rotation\":-2.5917394709132084,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1427\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1428},{\"__isSmartRef__\":true,\"id\":1429},{\"__isSmartRef__\":true,\"id\":1430},{\"__isSmartRef__\":true,\"id\":1431}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1432},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1433},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1434},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1435},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1353},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1436},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1428\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1429\":{\"isAbsolute\":true,\"x\":0,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1430\":{\"isAbsolute\":true,\"x\":16,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1431\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1432\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1433\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1434\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1435\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1436\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1437\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1438\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1426},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1439\":{\"x\":0.5,\"y\":0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1440\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1441},{\"__isSmartRef__\":true,\"id\":1442}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1443},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1444},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1445},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1446},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1353},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1441\":{\"isAbsolute\":true,\"x\":310,\"y\":190,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1442\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1443\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1444\":{\"x\":-0.5,\"y\":-0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1445\":{\"x\":311,\"y\":191,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1446\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1447\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1448\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1425},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1449\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1425},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1450\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1425},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":1426},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1451\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":1452}},\"1452\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1453},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString || 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1458},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1453\":{\"this\":{\"__isSmartRef__\":true,\"id\":1425},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1454}},\"1454\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1455}},\"1455\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1456},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1457},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1456\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1425},\"name\":\"morphMenuItems\"},\"1457\":{},\"1458\":{},\"1459\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1460\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1461\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1382},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1462\":{\"x\":62,\"y\":-12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1463\":{\"x\":310,\"y\":390,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1464\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1465},\"id\":\"E06E9B2B-BBF1-47F9-8099-3D2228B04D10\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1472},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1473}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1475},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":1476},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1477},\"_MaxTextWidth\":510,\"_MinTextWidth\":510,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"name\":\"CommentText\",\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1478},\"previousSelection\":[139,139],\"priorSelectionRange\":[9,9],\"charsReplaced\":\"CommitMessageTest1\",\"lastFindLoc\":18,\"isLockOwner\":false,\"isBeingDragged\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":1189},\"derivationIds\":[2900,\"7E82C349-9FC9-48B5-B84C-30E99FC40DF2\",\"A07EAFD3-B03B-4E4C-BC72-FB29F65F543A\",\"888FB55C-0365-4B40-A9B4-33FD19FA1E91\"],\"savedTextString\":\"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1465\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1466},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1467},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1468},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1469},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1470},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1471},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1466\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1467\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1468\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1469\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1470\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1471\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1472\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1473\":{\"style\":{\"__isSmartRef__\":true,\"id\":1474},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1464},\"storedString\":\"Used to diff a version of a morph with the current version in PartsBin\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1474\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1475\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1464},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1476\":{\"x\":10,\"y\":110,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1477\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1478\":{\"x\":346,\"y\":-16,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1479\":{\"submorphs\":[],\"scripts\":[],\"id\":\"2D3B0145-CA46-4A8E-8F36-4306A132382E\",\"shape\":{\"__isSmartRef__\":true,\"id\":1480},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1486},\"_MaxTextWidth\":250,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1483},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text9\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1487},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1488}],\"charsReplaced\":\"commit message\",\"lastFindLoc\":14,\"priorSelectionRange\":[0,14],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1490},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1491},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1492},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":1493},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":250,\"_MinTextHeight\":null,\"previousSelection\":[0,6],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1494},\"isLockOwner\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":1189},\"derivationIds\":[2901,\"8E267E15-1052-4F9C-B863-B733384EF1DA\",\"851C46B4-347F-4AE4-9C04-C321E7CC8EA5\",\"D33CE057-77D6-4CCC-90F9-867C622B3572\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1480\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1481},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1482},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1483},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1484},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1485},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1481\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1482\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1483\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1484\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1485\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1486\":{\"x\":10,\"y\":90,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1487\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1488\":{\"style\":{\"__isSmartRef__\":true,\"id\":1489},\"morph\":{\"__isSmartRef__\":true,\"id\":1479},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1479},\"storedString\":\"comment\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1489\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1490\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1491\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1492\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1479},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1493\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1494\":{\"x\":163,\"y\":-17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1495\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1496},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1497},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1498},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1499},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1500},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1501},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1496\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1497\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1498\":{\"x\":540,\"y\":420,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1499\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1500\":{\"r\":0.372,\"g\":0.369,\"b\":0.372,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1501\":{\"r\":0.8235294117647058,\"g\":0.8235294117647058,\"b\":0.8235294117647058,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1502\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1503\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1189},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1504\":{\"adjustForNewBounds\":true,\"resizeWidth\":true,\"resizeHeight\":true},\"1505\":{\"message\":\"Please enter a name for the part\",\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1506}],\"doNotSerialize\":[\"$$result\"],\"doNotCopyProperties\":[\"$$result\"],\"defaultInput\":\"CommitMessageTest1\",\"panel\":{\"__isSmartRef__\":true,\"id\":1189},\"label\":{\"__isSmartRef__\":true,\"id\":1507},\"cancelButton\":{\"__isSmartRef__\":true,\"id\":1519},\"okButton\":{\"__isSmartRef__\":true,\"id\":1565},\"inputText\":{\"__isSmartRef__\":true,\"id\":1190},\"view\":{\"__isSmartRef__\":true,\"id\":1189},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"result\":\"CommitMessageTest1\",\"__LivelyClassName__\":\"lively.morphic.PromptDialog\"},\"1506\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1505},\"sourceAttrName\":\"result\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1505},\"targetMethodName\":\"triggerCallback\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1507\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1508},\"id\":3220,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1513},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1514}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1516},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":1517},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1518},\"_MaxTextWidth\":null,\"_MinTextWidth\":null,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":null,\"isLabel\":true,\"_HandStyle\":\"default\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"isCopyMorphRef\":true,\"morphRefId\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1508\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1509},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1510},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1511},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1195},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1196},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1512},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1509\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1510\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1511\":{\"x\":226,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1512\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1513\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1514\":{\"style\":{\"__isSmartRef__\":true,\"id\":1515},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1507},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1515\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1516\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1507},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1517\":{\"x\":4,\"y\":4,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1518\":{\"x\":226,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1519\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1520},\"id\":6793,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1536},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1537},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1538},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1539},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1526},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1540},\"label\":{\"__isSmartRef__\":true,\"id\":1549},\"layout\":{\"__isSmartRef__\":true,\"id\":1561},\"owner\":null,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1562},{\"__isSmartRef__\":true,\"id\":1563}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"isCopyMorphRef\":true,\"morphRefId\":1,\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1520\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1521},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1522},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1523},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1524},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1525},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1526},\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1521\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1522\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1523\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1524\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1525\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1526\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1527},{\"__isSmartRef__\":true,\"id\":1529},{\"__isSmartRef__\":true,\"id\":1531},{\"__isSmartRef__\":true,\"id\":1533}],\"vector\":{\"__isSmartRef__\":true,\"id\":1535},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1527\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1528}},\"1528\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1529\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1530}},\"1530\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1531\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1532}},\"1532\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1533\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1534}},\"1534\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1535\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1536\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1537\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1519},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1538\":{\"x\":478,\"y\":187,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1539\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1540\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1541},{\"__isSmartRef__\":true,\"id\":1543},{\"__isSmartRef__\":true,\"id\":1545},{\"__isSmartRef__\":true,\"id\":1547}],\"vector\":{\"__isSmartRef__\":true,\"id\":1535},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1541\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1542}},\"1542\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1543\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1544}},\"1544\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1545\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1546}},\"1546\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1547\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1548}},\"1548\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1549\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1550},\"id\":6794,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1555},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1556}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1558},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":1559},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1560},\"_MaxTextWidth\":60,\"_MinTextWidth\":60,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":null,\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1550\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1551},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1552},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1553},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1554},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1196},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1551\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1552\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1553\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1554\":{\"x\":0,\"y\":6,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1555\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1556\":{\"style\":{\"__isSmartRef__\":true,\"id\":1557},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1549},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1557\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1558\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1549},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1559\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1560\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1561\":{\"moveVertical\":true,\"moveHorizontal\":true},\"1562\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1519},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1505},\"targetMethodName\":\"removeTopLevel\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1563\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1519},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1505},\"targetMethodName\":\"result\",\"converter\":null,\"converterString\":\"function () { return null }\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1564},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1564\":{\"source\":{\"__isSmartRef__\":true,\"id\":1519},\"target\":{\"__isSmartRef__\":true,\"id\":1505}},\"1565\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1566},\"id\":6795,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1571},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1572},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1573},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1574},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1526},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1575},\"label\":{\"__isSmartRef__\":true,\"id\":1584},\"layout\":{\"__isSmartRef__\":true,\"id\":1596},\"owner\":null,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1597},{\"__isSmartRef__\":true,\"id\":1598}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"isCopyMorphRef\":true,\"morphRefId\":2,\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1566\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1567},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1568},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1569},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1570},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1525},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1526},\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1567\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1568\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1569\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1570\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1571\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1572\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1565},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1573\":{\"x\":414,\"y\":187,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1574\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1575\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1576},{\"__isSmartRef__\":true,\"id\":1578},{\"__isSmartRef__\":true,\"id\":1580},{\"__isSmartRef__\":true,\"id\":1582}],\"vector\":{\"__isSmartRef__\":true,\"id\":1535},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1576\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1577}},\"1577\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1578\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1579}},\"1579\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1580\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1581}},\"1581\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1582\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1583}},\"1583\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1584\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1585},\"id\":6796,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1590},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1591}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1593},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":1594},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1595},\"_MaxTextWidth\":60,\"_MinTextWidth\":60,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":null,\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1585\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1586},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1587},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1588},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1589},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1196},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1586\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1587\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1588\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1589\":{\"x\":0,\"y\":6,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1590\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1591\":{\"style\":{\"__isSmartRef__\":true,\"id\":1592},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1584},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1592\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1593\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1584},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1594\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1595\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1596\":{\"moveVertical\":true,\"moveHorizontal\":true},\"1597\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1565},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1505},\"targetMethodName\":\"removeTopLevel\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1598\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1565},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1190},\"targetMethodName\":\"doSave\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1599\":{\"x\":540,\"y\":420,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1600\":{\"x\":365,\"y\":-16,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1601\":{\"x\":0,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1602\":{\"copyToPartsBin\":{\"__isSmartRef__\":true,\"id\":1603},\"onPublish\":{\"__isSmartRef__\":true,\"id\":1611},\"onCancel\":{\"__isSmartRef__\":true,\"id\":1615},\"setTarget\":{\"__isSmartRef__\":true,\"id\":1619},\"reset\":{\"__isSmartRef__\":true,\"id\":1623}},\"1603\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1604},\"source\":\"function copyToPartsBin(morph) {\\n var name = this.get('NameText').textString\\n\\n var info = morph.getPartsBinMetaInfo();\\n morph.setName(name);\\n\\n info.partsSpaceName = this.get('CategoryText').textString\\n info.comment = this.get('CommentText').textString\\n\\n if (! info.changes) info.changes = [];\\n var change = { \\n date: new Date(), \\n author: this.world().getUserName(), \\n message: this.get('CommitMessageText').textString,\\n id: Strings.newUUID()\\n }\\n info.changes.push(change) \\n\\n morph.copyToPartsBin();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1609},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1604\":{\"this\":{\"__isSmartRef__\":true,\"id\":1189},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1605}},\"1605\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1606}},\"1606\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1607},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1608},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1607\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1189},\"name\":\"copyToPartsBin\"},\"1608\":{},\"1609\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":1610}},\"1610\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 15:13:21 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1611\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1612},\"source\":\"function onPublish() {\\n if (!this.target) alert(\\\"No target to upload\\\");\\n this.copyToPartsBin(this.target);\\n connect(this.target, 'headRevision', this.owner, 'remove')\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1613},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1612\":{\"this\":{\"__isSmartRef__\":true,\"id\":1189}},\"1613\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1614},\"user\":\"undefined\",\"tags\":[]},\"1614\":{\"isSerializedDate\":true,\"string\":\"Tue Mar 20 2012 12:59:48 GMT+0100 (Mitteleuropäische Zeit)\"},\"1615\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1616},\"source\":\"function onCancel() {\\n alertOK(\\\"cancel upload \\\") \\n this.owner.remove()\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1617},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1616\":{\"this\":{\"__isSmartRef__\":true,\"id\":1189}},\"1617\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":1618}},\"1618\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:52:17 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1619\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1620},\"source\":\"function setTarget(morph) {\\n this.target = morph \\n if (!morph) {\\n this.get('NameText').textString = '';\\n this.get('CategoryText').textString = '';\\n this.get('CommentText').textString = ''; \\n this.get('CommitMessageText').textString = '' \\n return\\n }\\n var info = this.target.getPartsBinMetaInfo();\\n this.get('NameText').textString = info.partName || morph.getName();\\n this.get('CategoryText').textString = info.partsSpaceName;\\n this.get('CommentText').textString = info.comment; \\n this.get('CommitMessageText').textString = '' \\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1621},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1620\":{\"this\":{\"__isSmartRef__\":true,\"id\":1189}},\"1621\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":1622}},\"1622\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:46:10 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1623\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1624},\"source\":\"function reset() {\\n this.setTarget(null)\\n \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1625},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1624\":{\"this\":{\"__isSmartRef__\":true,\"id\":1189}},\"1625\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":1626}},\"1626\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:45:36 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1627\":{\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1628},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1629},\"_BorderWidth\":0,\"_Fill\":null,\"_StrokeOpacity\":0,\"_BorderRadius\":0,\"_Extent\":{\"__isSmartRef__\":true,\"id\":1630},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1628\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1629\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1630\":{\"x\":542,\"y\":242,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1631\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1632\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1040},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1633\":{\"adjustForNewBounds\":true},\"1634\":{\"x\":542,\"y\":242,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1635\":{\"x\":0,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1636\":{\"x\":463,\"y\":297,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1637\":{\"partName\":\"PublishPartDialog\",\"requiredModules\":[],\"migrationLevel\":4,\"partsSpaceName\":\"PartsBin/BP2012\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A dialog for publishing parts in the PartsBin.\",\"changes\":[{\"__isSmartRef__\":true,\"id\":1638},{\"__isSmartRef__\":true,\"id\":1640},{\"__isSmartRef__\":true,\"id\":1642},{\"__isSmartRef__\":true,\"id\":1644},{\"__isSmartRef__\":true,\"id\":1646},{\"__isSmartRef__\":true,\"id\":1648},{\"__isSmartRef__\":true,\"id\":1650}],\"revisionOnLoad\":146804,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1638\":{\"date\":{\"__isSmartRef__\":true,\"id\":1639},\"author\":\"undefined\",\"message\":\"init for change - don't remove on click\",\"id\":\"00A6DFFB-70D2-44A4-B5F9-0778E1CA5724\"},\"1639\":{\"isSerializedDate\":true,\"string\":\"Tue Mar 20 2012 12:04:27 GMT+0100 (Mitteleuropäische Zeit)\"},\"1640\":{\"date\":{\"__isSmartRef__\":true,\"id\":1641},\"author\":\"jenslincke\",\"message\":\"- fixed issue 283 (Reproduction: Open part, select publish from menu, focus part name input field in dialog, press enter.-> window pane disappears; window decoration stays; part is not published)\",\"id\":\"1A260BD5-E668-4BD4-B7A2-94E087AB4CE1\"},\"1641\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 26 2012 12:10:41 GMT+0100 (Mitteleuropäische Zeit)\"},\"1642\":{\"date\":{\"__isSmartRef__\":true,\"id\":1643},\"author\":\"jenslincke\",\"message\":\"\"},\"1643\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 16:06:16 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1644\":{\"date\":{\"__isSmartRef__\":true,\"id\":1645},\"author\":\"jenslincke\",\"message\":\"store an uuid when publishing an object\"},\"1645\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 15:15:02 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1646\":{\"date\":{\"__isSmartRef__\":true,\"id\":1647},\"author\":\"jenslincke\",\"message\":\"\"},\"1647\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:52:26 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1648\":{\"date\":{\"__isSmartRef__\":true,\"id\":1649},\"author\":\"jenslincke\",\"message\":\"first commit of Publish dialog using the publish dialog itself!\"},\"1649\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:54:16 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1650\":{\"date\":{\"__isSmartRef__\":true,\"id\":1651},\"author\":\"undefined\",\"message\":\"\",\"id\":\"A5F4EACF-EF62-483F-B8B3-65966A895FA4\"},\"1651\":{\"isSerializedDate\":true,\"string\":\"Tue Mar 20 2012 13:00:03 GMT+0100 (Mitteleuropäische Zeit)\"},\"1652\":{\"x\":680.5,\"y\":281,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1653\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":0},\"sourceAttrName\":\"headRevision\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1654},\"targetMethodName\":\"remove\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1654\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1655},{\"__isSmartRef__\":true,\"id\":1803}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2241},\"id\":\"4346ADE1-B01C-4E5D-B429-13FC03977CC4\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2245},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2246},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":2247},\"LK2\":true,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2248},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":1803},\"titleBar\":{\"__isSmartRef__\":true,\"id\":1655},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":2249},\"collapsedTransform\":null,\"collapsedExtent\":null,\"expandedTransform\":null,\"expandedExtent\":null,\"ignoreEventsOnExpand\":false,\"highlighted\":true,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":2250},\"isBeingDragged\":false,\"showsHalos\":false,\"name\":\"PublishPartDialog\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":2251},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"_Position\":{\"__isSmartRef__\":true,\"id\":2266},\"isCopyMorphRef\":true,\"morphRefId\":12,\"derivationIds\":[2879,\"91414FD8-3775-435F-96A6-39E0CB891CD7\",\"9CB574CD-94E3-465A-B85C-91F97E070BC3\",\"C9D390C2-399F-44AF-A316-A4A117E5F7B6\"],\"moved\":true,\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"1655\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1656},{\"__isSmartRef__\":true,\"id\":1670},{\"__isSmartRef__\":true,\"id\":1717},{\"__isSmartRef__\":true,\"id\":1751}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1786},\"id\":\"5F2BFDF2-B585-4B4A-8550-32BB163C472E\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1798},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1799},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":1800},\"_Position\":{\"__isSmartRef__\":true,\"id\":1801},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":1654},\"label\":{\"__isSmartRef__\":true,\"id\":1656},\"closeButton\":{\"__isSmartRef__\":true,\"id\":1670},\"menuButton\":{\"__isSmartRef__\":true,\"id\":1717},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":1751},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1802},\"owner\":{\"__isSmartRef__\":true,\"id\":1654},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2880,\"108B5871-F6C8-4442-82D1-F8776D2C85A2\",\"503529CB-0F23-4456-8597-CD5E86CF03F0\",\"4FB4914E-E245-4D67-BE3B-63091E2C8C95\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"1656\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1657},\"id\":\"2A36D62D-0E9A-41FB-9255-C78A640A75C0\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1663},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1664}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1666},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"layout\":{\"__isSmartRef__\":true,\"id\":1667},\"_Align\":\"center\",\"eventsAreIgnored\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":1655},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1668},\"_MaxTextWidth\":483,\"_MinTextWidth\":483,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"_Position\":{\"__isSmartRef__\":true,\"id\":1669},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2881,\"A06A709C-AD42-48D0-A66A-9C21EA4F4E66\",\"EE1A345D-476E-4E22-BE89-E59A0C11001B\",\"90634CE5-77D0-4064-961C-4CBADE59C6F8\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1657\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1658},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1659},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1660},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1661},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1662},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1658\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1659\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1660\":{\"x\":483,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1661\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1662\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1663\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1664\":{\"style\":{\"__isSmartRef__\":true,\"id\":1665},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1656},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Publish in PartsBin\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1665\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1666\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1656},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1667\":{\"resizeWidth\":true},\"1668\":{\"x\":483,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1669\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1670\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1671}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1683},\"id\":\"76AAB643-E28D-4632-AB27-7C5370A29284\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1699},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1700},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1701},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1702},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1689},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1703},\"label\":{\"__isSmartRef__\":true,\"id\":1671},\"owner\":{\"__isSmartRef__\":true,\"id\":1655},\"layout\":{\"__isSmartRef__\":true,\"id\":1712},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1713},{\"__isSmartRef__\":true,\"id\":1715}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"prevScroll\":[0,0],\"derivationIds\":[2882,\"6FF08B49-B1B5-4E12-8CE8-DF895115627D\",\"7F48C6F9-BB0C-405E-991B-410F179F7FE6\",\"8405D63F-4E07-4FE8-9008-DD8AE000B5C8\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"1671\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1672},\"id\":\"A2AF9F6D-1138-41D8-96A7-4A9365FE7991\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1677},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1678}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1680},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":1681},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1682},\"_MaxTextWidth\":17,\"_MinTextWidth\":17,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":1670},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2883,\"9FBA502B-65B1-4FF2-A0A6-9951E3C50B9C\",\"9F297DAE-65AA-45A3-AFAE-BD35F359E24A\",\"75386CDF-09C9-47F2-8762-F737A49FD645\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1672\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1673},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1674},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1675},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1676},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1662},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1673\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1674\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1675\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1676\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1677\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1678\":{\"style\":{\"__isSmartRef__\":true,\"id\":1679},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1671},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"X\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1679\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1680\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1671},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1681\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1682\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1683\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1684},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1685},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1686},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1687},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1688},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1689},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1684\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1685\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1686\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1687\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1688\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1689\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1690},{\"__isSmartRef__\":true,\"id\":1692},{\"__isSmartRef__\":true,\"id\":1694},{\"__isSmartRef__\":true,\"id\":1696}],\"vector\":{\"__isSmartRef__\":true,\"id\":1698},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1690\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1691}},\"1691\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1692\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1693}},\"1693\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1694\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1695}},\"1695\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1696\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1697}},\"1697\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1698\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1699\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1700\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1670},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1701\":{\"x\":522,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1702\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1703\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1704},{\"__isSmartRef__\":true,\"id\":1706},{\"__isSmartRef__\":true,\"id\":1708},{\"__isSmartRef__\":true,\"id\":1710}],\"vector\":{\"__isSmartRef__\":true,\"id\":1698},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1704\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1705}},\"1705\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1706\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1707}},\"1707\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1708\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1709}},\"1709\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1710\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1711}},\"1711\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1712\":{\"moveHorizontal\":true},\"1713\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1670},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1654},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1714},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1714\":{\"source\":{\"__isSmartRef__\":true,\"id\":1670},\"target\":{\"__isSmartRef__\":true,\"id\":1654}},\"1715\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1670},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1654},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1716},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1716\":{\"source\":{\"__isSmartRef__\":true,\"id\":1670},\"target\":{\"__isSmartRef__\":true,\"id\":1654}},\"1717\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1718}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1729},\"id\":\"46B7463F-683C-4B3A-B063-D67CDC5A17B5\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1734},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1735},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1736},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1737},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1689},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1738},\"label\":{\"__isSmartRef__\":true,\"id\":1718},\"owner\":{\"__isSmartRef__\":true,\"id\":1655},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1747},{\"__isSmartRef__\":true,\"id\":1749}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"derivationIds\":[2884,\"64F20257-1A1D-4B3E-97C4-BC5D1F1E14B5\",\"A377FFCE-0FDC-41B6-BD34-D9F0507B57DA\",\"7334352E-B497-4F10-8C06-FBE36AA778C7\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"1718\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1719},\"id\":\"1AFE4C07-65B7-4115-B5D4-1C6BD7C5CEF4\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1723},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1724}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1726},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":1727},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1728},\"_MaxTextWidth\":17,\"_MinTextWidth\":17,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":1717},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[2885,\"EC48B50E-CD5B-46FB-BF78-484373EED980\",\"59F8AF9B-799B-413B-86B2-BFD03A4B2559\",\"F8293A60-E9DB-40E3-B202-D547939F8A8D\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1719\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1720},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1721},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1722},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1676},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1662},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1720\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1721\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1722\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1723\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1724\":{\"style\":{\"__isSmartRef__\":true,\"id\":1725},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1718},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"M\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1725\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1726\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1718},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1727\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1728\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1729\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1730},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1731},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1732},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1733},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1688},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1689},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1730\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1731\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1732\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1733\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1734\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1735\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1717},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1736\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1737\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1738\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1739},{\"__isSmartRef__\":true,\"id\":1741},{\"__isSmartRef__\":true,\"id\":1743},{\"__isSmartRef__\":true,\"id\":1745}],\"vector\":{\"__isSmartRef__\":true,\"id\":1698},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1739\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1740}},\"1740\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1741\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1742}},\"1742\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1743\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1744}},\"1744\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1745\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1746}},\"1746\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1747\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1717},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1654},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1748},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1748\":{\"source\":{\"__isSmartRef__\":true,\"id\":1717},\"target\":{\"__isSmartRef__\":true,\"id\":1654}},\"1749\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1717},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1654},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1750},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1750\":{\"source\":{\"__isSmartRef__\":true,\"id\":1717},\"target\":{\"__isSmartRef__\":true,\"id\":1654}},\"1751\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1752}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1763},\"id\":\"B34767A9-4A1E-4A47-9830-A688090C9752\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1768},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1769},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1770},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1771},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1689},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1772},\"label\":{\"__isSmartRef__\":true,\"id\":1752},\"owner\":{\"__isSmartRef__\":true,\"id\":1655},\"layout\":{\"__isSmartRef__\":true,\"id\":1781},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1782},{\"__isSmartRef__\":true,\"id\":1784}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"prevScroll\":[0,0],\"derivationIds\":[2886,\"9FC4F0BE-916D-456B-AEC7-E6C1AC6040CA\",\"A0A4775F-7F2F-4563-840D-CAA5CB435D75\",\"C87D3EB9-4C3B-4230-9794-F5B71B528C74\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"1752\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1753},\"id\":\"73843921-4AFF-4CA4-9DF4-6C3910D1CBBB\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1757},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1758}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1760},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":1761},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1762},\"_MaxTextWidth\":17,\"_MinTextWidth\":17,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":1751},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2887,\"42347453-BADB-4DB0-9486-C479B704CD7C\",\"B0BBE9B3-B5DD-4E4F-A1AA-1C03BB1BFF4E\",\"8AE3BC44-F336-420E-A2E9-BBA0DC6A3D72\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1753\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1754},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1755},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1756},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1676},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1662},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1754\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1755\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1756\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1757\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1758\":{\"style\":{\"__isSmartRef__\":true,\"id\":1759},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1752},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"–\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1759\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1760\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1752},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1761\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1762\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1763\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1764},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1765},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1766},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1767},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1688},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1689},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1764\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1765\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1766\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1767\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1768\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1769\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1751},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1770\":{\"x\":503,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1771\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1772\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1773},{\"__isSmartRef__\":true,\"id\":1775},{\"__isSmartRef__\":true,\"id\":1777},{\"__isSmartRef__\":true,\"id\":1779}],\"vector\":{\"__isSmartRef__\":true,\"id\":1698},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1773\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1774}},\"1774\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1775\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1776}},\"1776\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1777\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1778}},\"1778\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1779\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1780}},\"1780\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1781\":{\"moveHorizontal\":true},\"1782\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1751},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1654},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1783},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1783\":{\"source\":{\"__isSmartRef__\":true,\"id\":1751},\"target\":{\"__isSmartRef__\":true,\"id\":1654}},\"1784\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1751},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1654},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1785},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1785\":{\"source\":{\"__isSmartRef__\":true,\"id\":1751},\"target\":{\"__isSmartRef__\":true,\"id\":1654}},\"1786\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1787},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1788},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1789},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1790},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1791},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1792},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1787\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1788\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1789\":{\"x\":542,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1790\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1791\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1792\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1793},{\"__isSmartRef__\":true,\"id\":1795}],\"vector\":{\"__isSmartRef__\":true,\"id\":1797},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1793\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1794}},\"1794\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1795\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1796}},\"1796\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1797\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1798\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1799\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1655},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1800\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"1801\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1802\":{\"x\":542,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1803\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1804},{\"__isSmartRef__\":true,\"id\":1819},{\"__isSmartRef__\":true,\"id\":1834},{\"__isSmartRef__\":true,\"id\":1850},{\"__isSmartRef__\":true,\"id\":1866},{\"__isSmartRef__\":true,\"id\":1881},{\"__isSmartRef__\":true,\"id\":1897},{\"__isSmartRef__\":true,\"id\":1913},{\"__isSmartRef__\":true,\"id\":1996},{\"__isSmartRef__\":true,\"id\":2078},{\"__isSmartRef__\":true,\"id\":2093}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2109},\"id\":\"78433FE8-7A08-4E98-8DC7-B9A1C0A2C05F\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2116},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2117},\"droppingEnabled\":true,\"halosEnabled\":true,\"isLockOwner\":false,\"layout\":{\"__isSmartRef__\":true,\"id\":2118},\"attributeConnections\":[],\"ownerApp\":{\"__isSmartRef__\":true,\"id\":2119},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"name\":\"PublishPartPanePane\",\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2213},\"isBeingDragged\":false,\"prevScroll\":[0,0],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":2214},\"grabbingEnabled\":false,\"_Position\":{\"__isSmartRef__\":true,\"id\":2215},\"owner\":{\"__isSmartRef__\":true,\"id\":1654},\"target\":{\"__isSmartRef__\":true,\"id\":0},\"derivationIds\":[2888,\"7CD647EF-2BB4-4CD9-9D3B-4EE7BC59ECC2\",\"B983FB4F-9323-4304-9603-5615E93C6C42\",\"E738FAD5-9C83-4390-B193-06C21B6E51B0\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":2216},\"__LivelyClassName__\":\"lively.morphic.Box\",\"withLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"1804\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1805},\"id\":\"961AA757-5CDC-44E0-9C54-62991F5EC304\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1812},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1813}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1815},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":1816},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1817},\"_MaxTextWidth\":230,\"_MinTextWidth\":230,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":1803},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1818},\"previousSelection\":[0,9],\"priorSelectionRange\":[0,9],\"isLockOwner\":false,\"name\":\"NameText\",\"isCopyMorphRef\":true,\"morphRefId\":1,\"derivationIds\":[2889,\"9A8B5C1C-95BB-40F5-B9EF-B89DD5451B64\",\"C49BF160-BBBE-422E-BDDC-B9A98A72ABFF\",\"42B7E940-3BB5-4B79-B5D8-E4C8E780FF3B\"],\"savedTextString\":\"CommitMessageTest1\",\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1805\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1806},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1807},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1808},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1809},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1810},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1811},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1806\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1807\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1808\":{\"x\":240,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1809\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1810\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1811\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1812\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1813\":{\"style\":{\"__isSmartRef__\":true,\"id\":1814},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1804},\"storedString\":\"MorphDiffer\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1814\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1815\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1804},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1816\":{\"x\":10,\"y\":50,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1817\":{\"x\":240,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1818\":{\"x\":119,\"y\":-15,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1819\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1820},\"id\":\"1BC0971B-E251-4E24-AEEE-FD7ABD6518E8\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1827},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1828}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1830},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":1831},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1832},\"_MaxTextWidth\":510,\"_MinTextWidth\":510,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"name\":\"CommitMessageText\",\"owner\":{\"__isSmartRef__\":true,\"id\":1803},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1833},\"previousSelection\":[0,0],\"priorSelectionRange\":[4,4],\"charsReplaced\":\"CommitMessageTest1\",\"lastFindLoc\":18,\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2890,\"40048B1D-9547-4EA6-AB66-31168A1C9FAE\",\"8A0DE790-FA6C-41C9-BA2B-84397DA3F39E\",\"DCFEEBC9-D891-408E-A103-19356A96070F\"],\"savedTextString\":\"\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1820\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1821},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1822},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1823},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1824},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1825},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1826},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1821\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1822\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1823\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1824\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1825\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1826\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1827\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1828\":{\"style\":{\"__isSmartRef__\":true,\"id\":1829},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1819},\"storedString\":\"little more lean\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1829\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1830\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1819},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1831\":{\"x\":10,\"y\":260,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1832\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1833\":{\"x\":351,\"y\":-17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1834\":{\"submorphs\":[],\"scripts\":[],\"id\":\"26434637-6A1E-4EEC-B8FF-5E3BA85F9148\",\"shape\":{\"__isSmartRef__\":true,\"id\":1835},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1841},\"_MaxTextWidth\":114,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1838},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text5\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1842},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1843}],\"charsReplaced\":\"some text \",\"lastFindLoc\":10,\"priorSelectionRange\":[0,4],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1845},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1846},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1847},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":1848},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"owner\":{\"__isSmartRef__\":true,\"id\":1803},\"_MinTextWidth\":114,\"_MinTextHeight\":null,\"previousSelection\":[3,3],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1849},\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2891,\"E101CA30-35F9-42F0-A46C-28671530C787\",\"CE7E7640-C507-43BF-88EF-C4ACE8CCF564\",\"F04823B9-5B0B-4CCA-B8F7-00BD8608ED16\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1835\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1836},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1837},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1838},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1839},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1840},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1836\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1837\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1838\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1839\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1840\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1841\":{\"x\":10,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1842\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1843\":{\"style\":{\"__isSmartRef__\":true,\"id\":1844},\"morph\":{\"__isSmartRef__\":true,\"id\":1834},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1834},\"storedString\":\"name\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1844\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1845\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1846\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1847\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1834},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1848\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1849\":{\"x\":78,\"y\":-3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1850\":{\"submorphs\":[],\"scripts\":[],\"id\":\"95DD29E1-607E-48CE-850D-305D2459212B\",\"shape\":{\"__isSmartRef__\":true,\"id\":1851},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1857},\"_MaxTextWidth\":250,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1854},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text6\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1858},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1859}],\"charsReplaced\":\"changes\",\"lastFindLoc\":7,\"priorSelectionRange\":[0,14],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1861},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1862},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1863},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":1864},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":250,\"_MinTextHeight\":null,\"previousSelection\":[0,14],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1865},\"owner\":{\"__isSmartRef__\":true,\"id\":1803},\"isLockOwner\":false,\"derivationIds\":[2892,\"E5DC0070-3EA2-4212-9AA7-E3C865547E5E\",\"809E256F-82F6-4A22-B614-DE8C08FA5970\",\"272C0F9A-E7EF-4ECE-851D-08ACB35EA24D\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1851\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1852},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1853},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1854},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1855},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1856},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1852\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1853\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1854\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1855\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1856\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1857\":{\"x\":10,\"y\":240,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1858\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1859\":{\"style\":{\"__isSmartRef__\":true,\"id\":1860},\"morph\":{\"__isSmartRef__\":true,\"id\":1850},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1850},\"storedString\":\"commit message\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1860\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1861\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1862\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1863\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1850},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1864\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1865\":{\"x\":174,\"y\":-21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1866\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1867},\"id\":\"E9892500-98F0-4002-B1AC-6831063BF97E\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1874},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1875}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1877},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":1878},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1879},\"_MaxTextWidth\":250,\"_MinTextWidth\":250,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"name\":\"CategoryText\",\"owner\":{\"__isSmartRef__\":true,\"id\":1803},\"previousSelection\":[0,14],\"priorSelectionRange\":[5,5],\"charsReplaced\":\"CommitMessageTest1\",\"lastFindLoc\":18,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1880},\"isLockOwner\":false,\"derivationIds\":[2893,\"FBE4B17F-DC2B-4783-899B-CF1B051F14D9\",\"A2C45BC5-C44B-4AEA-A29E-ADE3DAF08638\",\"640BD984-1AB2-45B8-BCEC-AB32A6199D68\"],\"savedTextString\":\"PartsBin/Basic\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1867\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1868},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1869},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1870},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1871},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1872},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1873},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1868\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1869\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1870\":{\"x\":260,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1871\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1872\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1873\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1874\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1875\":{\"style\":{\"__isSmartRef__\":true,\"id\":1876},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1866},\"storedString\":\"PartsBin/BP2012\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1876\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1877\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1866},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1878\":{\"x\":270,\"y\":50,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1879\":{\"x\":260,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1880\":{\"x\":132,\"y\":-13,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1881\":{\"submorphs\":[],\"scripts\":[],\"id\":\"603EECE6-3FCE-491E-9B1F-5741670523C6\",\"shape\":{\"__isSmartRef__\":true,\"id\":1882},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1888},\"_MaxTextWidth\":114,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1885},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text7\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1889},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1890}],\"charsReplaced\":\"name\",\"lastFindLoc\":4,\"priorSelectionRange\":[0,8],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1892},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1893},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1894},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":1895},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":114,\"_MinTextHeight\":null,\"previousSelection\":[2,2],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1896},\"owner\":{\"__isSmartRef__\":true,\"id\":1803},\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2894,\"75F41AE1-CA7A-48D0-AE2C-7AAF6101B89C\",\"CB87A9FB-0776-4109-BDE0-0E8C61F1626C\",\"954BD4D6-BBF2-4D3C-94CA-21A38F66F449\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1882\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1883},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1884},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1885},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1886},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1887},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1883\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1884\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1885\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1886\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1887\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1888\":{\"x\":270,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1889\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1890\":{\"style\":{\"__isSmartRef__\":true,\"id\":1891},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1881},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"category\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1891\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1892\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1893\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1894\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1881},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1895\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1896\":{\"x\":87,\"y\":-11,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1897\":{\"submorphs\":[],\"scripts\":[],\"id\":\"C0ABD116-8DBB-4418-A251-75BAE27FBADD\",\"shape\":{\"__isSmartRef__\":true,\"id\":1898},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1904},\"_MaxTextWidth\":325,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1901},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text8\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1905},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1906}],\"charsReplaced\":\"Publish Object in PartsBin\",\"lastFindLoc\":26,\"priorSelectionRange\":[0,36],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1908},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1909},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1910},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":1911},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":325,\"_MinTextHeight\":null,\"previousSelection\":[0,36],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1912},\"owner\":{\"__isSmartRef__\":true,\"id\":1803},\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2895,\"3AFBC971-95B4-48C4-888D-22FCBB742090\",\"D0394F71-EBB2-452A-A71F-D172D5B1CAD6\",\"79EDAC74-BD6B-42B1-BBBA-71B07578D1E0\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1898\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1899},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1900},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1901},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1902},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1903},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1899\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1900\":{\"x\":325,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1901\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1902\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1903\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1904\":{\"x\":10,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1905\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1906\":{\"style\":{\"__isSmartRef__\":true,\"id\":1907},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1897},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Upload part to the shared repository\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1907\":{\"italics\":\"normal\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1908\":{\"x\":325,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1909\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1910\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1897},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1911\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1912\":{\"x\":221,\"y\":-12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1913\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1914}],\"scripts\":[],\"id\":\"92D8B210-48A9-434A-8659-ACD1821CE275\",\"shape\":{\"__isSmartRef__\":true,\"id\":1929},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1933},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1945},\"label\":{\"__isSmartRef__\":true,\"id\":1914},\"name\":\"Button\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1954},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1955}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1991},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1992},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1993},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1994},\"_Position\":{\"__isSmartRef__\":true,\"id\":1995},\"owner\":{\"__isSmartRef__\":true,\"id\":1803},\"derivationIds\":[2896,\"40384C75-EF01-4AAD-AA1C-A7C19EDB6A0F\",\"21376B8E-78CF-456D-87AA-4D62D86B16D2\",\"E9336A59-C7BF-4C91-88B0-0D0477AA75AE\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1914\":{\"submorphs\":[],\"scripts\":[],\"id\":\"DAA214F6-9F8A-4D53-929C-CC3F8A57D170\",\"shape\":{\"__isSmartRef__\":true,\"id\":1915},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1921},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1922},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1923},\"owner\":{\"__isSmartRef__\":true,\"id\":1913},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1924},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1925}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1927},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1928},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"derivationIds\":[2897,\"92EB5E70-61BB-4A71-942C-A34A20789B2F\",\"A9C9F9CF-1BAC-4074-A093-4EB0C3C90866\",\"2FE50303-6361-4A70-9BD5-0D8D1C8B5176\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1915\":{\"position\":{\"__isSmartRef__\":true,\"id\":1916},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1917},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1918},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1919},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1920},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1916\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1917\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1918\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1919\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1920\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1921\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1922\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1923\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1924\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1925\":{\"style\":{\"__isSmartRef__\":true,\"id\":1926},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1914},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"cancel\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1926\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1927\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1928\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1914},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1929\":{\"position\":{\"__isSmartRef__\":true,\"id\":1930},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1931},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1932},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1933},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1943},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1944},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1930\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1931\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1932\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1933\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1934},{\"__isSmartRef__\":true,\"id\":1936},{\"__isSmartRef__\":true,\"id\":1938},{\"__isSmartRef__\":true,\"id\":1940}],\"vector\":{\"__isSmartRef__\":true,\"id\":1942},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1934\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1935}},\"1935\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1936\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1937}},\"1937\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1938\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1939}},\"1939\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1940\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1941}},\"1941\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1942\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1943\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1944\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1945\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1946},{\"__isSmartRef__\":true,\"id\":1948},{\"__isSmartRef__\":true,\"id\":1950},{\"__isSmartRef__\":true,\"id\":1952}],\"vector\":{\"__isSmartRef__\":true,\"id\":1942},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1946\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1947}},\"1947\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1948\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1949}},\"1949\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1950\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1951}},\"1951\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1952\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1953}},\"1953\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1954\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1955\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1913},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1803},\"targetMethodName\":\"onCancel\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":1956},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1956\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1957}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1972},\"id\":352,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1979},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1980},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":1981},{\"__isSmartRef__\":true,\"id\":1982}],\"con\":{\"__isSmartRef__\":true,\"id\":1955},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1983},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1957\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1958},\"id\":353,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1969},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1970},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1971},\"owner\":{\"__isSmartRef__\":true,\"id\":1956},\"_Rotation\":-2.716760490670451,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1958\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1959},{\"__isSmartRef__\":true,\"id\":1960},{\"__isSmartRef__\":true,\"id\":1961},{\"__isSmartRef__\":true,\"id\":1962}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1963},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1964},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1965},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1966},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1967},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1968},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1959\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1960\":{\"isAbsolute\":true,\"x\":0,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1961\":{\"isAbsolute\":true,\"x\":16,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1962\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1963\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1964\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1965\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1966\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1967\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1968\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1969\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1970\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1957},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1971\":{\"x\":0.5,\"y\":0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1972\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1973},{\"__isSmartRef__\":true,\"id\":1974}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1975},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1976},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1977},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1978},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1967},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1973\":{\"isAbsolute\":true,\"x\":420,\"y\":190,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1974\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1975\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1976\":{\"x\":-0.5,\"y\":-0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1977\":{\"x\":421,\"y\":191,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1978\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1979\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1980\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1956},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1981\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1956},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1982\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1956},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":1957},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1983\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":1984}},\"1984\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1985},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString || 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1990},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1985\":{\"this\":{\"__isSmartRef__\":true,\"id\":1956},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1986}},\"1986\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1987}},\"1987\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1988},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1989},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1988\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1956},\"name\":\"morphMenuItems\"},\"1989\":{},\"1990\":{},\"1991\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1992\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1993\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1913},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1994\":{\"x\":77,\"y\":-5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1995\":{\"x\":420,\"y\":390,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1996\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1997}],\"scripts\":[],\"id\":\"DE9DC760-27EF-468E-9AE2-CA768EF9291F\",\"shape\":{\"__isSmartRef__\":true,\"id\":2012},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":2016},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":2028},\"label\":{\"__isSmartRef__\":true,\"id\":1997},\"name\":\"Button1\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":2037},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":2038}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2073},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2074},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2075},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":2076},\"_Position\":{\"__isSmartRef__\":true,\"id\":2077},\"owner\":{\"__isSmartRef__\":true,\"id\":1803},\"derivationIds\":[2898,\"9D27A522-4E3D-482F-97CF-3CA3247A3999\",\"4EBF07AD-25C0-4034-BC06-31F137F70FA1\",\"DC6D6B8E-37AE-4815-A81A-AC7071124A26\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1997\":{\"submorphs\":[],\"scripts\":[],\"id\":\"3D95954B-A8B3-4EE1-A2AB-7E3F7E61E4EB\",\"shape\":{\"__isSmartRef__\":true,\"id\":1998},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":2004},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":2005},\"_Padding\":{\"__isSmartRef__\":true,\"id\":2006},\"owner\":{\"__isSmartRef__\":true,\"id\":1996},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2007},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":2008}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2010},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2011},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"derivationIds\":[2899,\"4F00D1F5-B85C-479E-BDDE-322DF2F432A3\",\"5E7BC7AC-9EF9-4CF5-9196-A542A26534CA\",\"46616896-CA46-4B43-B694-9FB001B32989\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1998\":{\"position\":{\"__isSmartRef__\":true,\"id\":1999},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2000},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2001},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2002},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2003},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1999\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2000\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2001\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2002\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2003\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2004\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2005\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2006\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2007\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2008\":{\"style\":{\"__isSmartRef__\":true,\"id\":2009},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1997},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"publish\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"2009\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"2010\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"2011\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1997},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2012\":{\"position\":{\"__isSmartRef__\":true,\"id\":2013},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2014},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2015},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2016},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2026},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2027},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2013\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2014\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2015\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2016\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":2017},{\"__isSmartRef__\":true,\"id\":2019},{\"__isSmartRef__\":true,\"id\":2021},{\"__isSmartRef__\":true,\"id\":2023}],\"vector\":{\"__isSmartRef__\":true,\"id\":2025},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"2017\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":2018}},\"2018\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2019\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":2020}},\"2020\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2021\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":2022}},\"2022\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2023\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2024}},\"2024\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2025\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2026\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2027\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2028\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":2029},{\"__isSmartRef__\":true,\"id\":2031},{\"__isSmartRef__\":true,\"id\":2033},{\"__isSmartRef__\":true,\"id\":2035}],\"vector\":{\"__isSmartRef__\":true,\"id\":2025},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"2029\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":2030}},\"2030\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2031\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":2032}},\"2032\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2033\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":2034}},\"2034\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2035\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2036}},\"2036\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2037\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"2038\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1996},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1803},\"targetMethodName\":\"onPublish\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":2039},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2039\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2040}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2054},\"id\":139,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2061},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2062},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":2063},{\"__isSmartRef__\":true,\"id\":2064}],\"con\":{\"__isSmartRef__\":true,\"id\":2038},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":2065},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"2040\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2041},\"id\":140,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2051},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2052},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":2053},\"owner\":{\"__isSmartRef__\":true,\"id\":2039},\"_Rotation\":-2.5917394709132084,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"2041\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":2042},{\"__isSmartRef__\":true,\"id\":2043},{\"__isSmartRef__\":true,\"id\":2044},{\"__isSmartRef__\":true,\"id\":2045}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2046},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":2047},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2048},\"_Padding\":{\"__isSmartRef__\":true,\"id\":2049},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1967},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2050},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"2042\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"2043\":{\"isAbsolute\":true,\"x\":0,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"2044\":{\"isAbsolute\":true,\"x\":16,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"2045\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"2046\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"2047\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2048\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2049\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2050\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2051\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"2052\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2040},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2053\":{\"x\":0.5,\"y\":0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2054\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":2055},{\"__isSmartRef__\":true,\"id\":2056}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2057},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":2058},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2059},\"_Padding\":{\"__isSmartRef__\":true,\"id\":2060},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1967},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"2055\":{\"isAbsolute\":true,\"x\":310,\"y\":190,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"2056\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"2057\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"2058\":{\"x\":-0.5,\"y\":-0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2059\":{\"x\":311,\"y\":191,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2060\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2061\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"2062\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2039},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2063\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2039},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"2064\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2039},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":2040},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"2065\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":2066}},\"2066\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2067},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString || 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2072},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2067\":{\"this\":{\"__isSmartRef__\":true,\"id\":2039},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":2068}},\"2068\":{\"$super\":{\"__isSmartRef__\":true,\"id\":2069}},\"2069\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2070},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2071},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2070\":{\"obj\":{\"__isSmartRef__\":true,\"id\":2039},\"name\":\"morphMenuItems\"},\"2071\":{},\"2072\":{},\"2073\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2074\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"2075\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1996},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2076\":{\"x\":62,\"y\":-12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2077\":{\"x\":310,\"y\":390,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2078\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2079},\"id\":\"00BC4D70-262A-4C36-A4CA-8C6687E74CF1\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2086},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":2087}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2089},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":2090},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2091},\"_MaxTextWidth\":510,\"_MinTextWidth\":510,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"name\":\"CommentText\",\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":2092},\"previousSelection\":[139,139],\"priorSelectionRange\":[9,9],\"charsReplaced\":\"CommitMessageTest1\",\"lastFindLoc\":18,\"isLockOwner\":false,\"isBeingDragged\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":1803},\"derivationIds\":[2900,\"7E82C349-9FC9-48B5-B84C-30E99FC40DF2\",\"A07EAFD3-B03B-4E4C-BC72-FB29F65F543A\",\"888FB55C-0365-4B40-A9B4-33FD19FA1E91\"],\"savedTextString\":\"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"2079\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2080},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2081},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2082},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2083},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2084},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2085},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2080\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2081\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2082\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2083\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2084\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2085\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2086\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"2087\":{\"style\":{\"__isSmartRef__\":true,\"id\":2088},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2078},\"storedString\":\"Used to diff a version of a morph with the current version in PartsBin\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"2088\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"2089\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2078},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2090\":{\"x\":10,\"y\":110,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2091\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2092\":{\"x\":346,\"y\":-16,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2093\":{\"submorphs\":[],\"scripts\":[],\"id\":\"385FD0CA-E5B0-4718-A692-21F773B663EC\",\"shape\":{\"__isSmartRef__\":true,\"id\":2094},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":2100},\"_MaxTextWidth\":250,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":2097},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text9\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":2101},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":2102}],\"charsReplaced\":\"commit message\",\"lastFindLoc\":14,\"priorSelectionRange\":[0,14],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2104},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2105},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2106},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":2107},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":250,\"_MinTextHeight\":null,\"previousSelection\":[0,6],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":2108},\"isLockOwner\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":1803},\"derivationIds\":[2901,\"8E267E15-1052-4F9C-B863-B733384EF1DA\",\"851C46B4-347F-4AE4-9C04-C321E7CC8EA5\",\"D33CE057-77D6-4CCC-90F9-867C622B3572\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"2094\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":2095},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2096},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2097},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2098},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2099},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2095\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2096\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2097\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2098\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2099\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2100\":{\"x\":10,\"y\":90,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2101\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"2102\":{\"style\":{\"__isSmartRef__\":true,\"id\":2103},\"morph\":{\"__isSmartRef__\":true,\"id\":2093},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2093},\"storedString\":\"comment\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"2103\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"2104\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2105\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"2106\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2093},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2107\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2108\":{\"x\":163,\"y\":-17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2109\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2110},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2111},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2112},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2113},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2114},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2115},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2110\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2111\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2112\":{\"x\":540,\"y\":420,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2113\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2114\":{\"r\":0.372,\"g\":0.369,\"b\":0.372,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2115\":{\"r\":0.8235294117647058,\"g\":0.8235294117647058,\"b\":0.8235294117647058,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2116\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"2117\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1803},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2118\":{\"adjustForNewBounds\":true,\"resizeWidth\":true,\"resizeHeight\":true},\"2119\":{\"message\":\"Please enter a name for the part\",\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":2120}],\"doNotSerialize\":[\"$$result\"],\"doNotCopyProperties\":[\"$$result\"],\"defaultInput\":\"CommitMessageTest1\",\"panel\":{\"__isSmartRef__\":true,\"id\":1803},\"label\":{\"__isSmartRef__\":true,\"id\":2121},\"cancelButton\":{\"__isSmartRef__\":true,\"id\":2133},\"okButton\":{\"__isSmartRef__\":true,\"id\":2179},\"inputText\":{\"__isSmartRef__\":true,\"id\":1804},\"view\":{\"__isSmartRef__\":true,\"id\":1803},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"result\":\"CommitMessageTest1\",\"__LivelyClassName__\":\"lively.morphic.PromptDialog\"},\"2120\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2119},\"sourceAttrName\":\"result\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":2119},\"targetMethodName\":\"triggerCallback\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2121\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2122},\"id\":3220,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2127},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":2128}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2130},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":2131},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2132},\"_MaxTextWidth\":null,\"_MinTextWidth\":null,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":null,\"isLabel\":true,\"_HandStyle\":\"default\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"isCopyMorphRef\":true,\"morphRefId\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"2122\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2123},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2124},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2125},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1809},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1810},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2126},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2123\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2124\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2125\":{\"x\":226,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2126\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2127\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"2128\":{\"style\":{\"__isSmartRef__\":true,\"id\":2129},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2121},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"2129\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"2130\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2121},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2131\":{\"x\":4,\"y\":4,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2132\":{\"x\":226,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2133\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2134},\"id\":6793,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2150},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2151},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":2152},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2153},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":2140},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":2154},\"label\":{\"__isSmartRef__\":true,\"id\":2163},\"layout\":{\"__isSmartRef__\":true,\"id\":2175},\"owner\":null,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":2176},{\"__isSmartRef__\":true,\"id\":2177}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"isCopyMorphRef\":true,\"morphRefId\":1,\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"2134\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2135},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2136},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2137},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2138},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2139},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2140},\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2135\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2136\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2137\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2138\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2139\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2140\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":2141},{\"__isSmartRef__\":true,\"id\":2143},{\"__isSmartRef__\":true,\"id\":2145},{\"__isSmartRef__\":true,\"id\":2147}],\"vector\":{\"__isSmartRef__\":true,\"id\":2149},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"2141\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":2142}},\"2142\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2143\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":2144}},\"2144\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2145\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":2146}},\"2146\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2147\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2148}},\"2148\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2149\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2150\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"2151\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2133},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2152\":{\"x\":478,\"y\":187,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2153\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2154\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":2155},{\"__isSmartRef__\":true,\"id\":2157},{\"__isSmartRef__\":true,\"id\":2159},{\"__isSmartRef__\":true,\"id\":2161}],\"vector\":{\"__isSmartRef__\":true,\"id\":2149},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"2155\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":2156}},\"2156\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2157\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":2158}},\"2158\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2159\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":2160}},\"2160\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2161\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2162}},\"2162\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2163\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2164},\"id\":6794,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2169},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":2170}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2172},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":2173},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2174},\"_MaxTextWidth\":60,\"_MinTextWidth\":60,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":null,\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"2164\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2165},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2166},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2167},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2168},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1810},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2165\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2166\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2167\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2168\":{\"x\":0,\"y\":6,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2169\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"2170\":{\"style\":{\"__isSmartRef__\":true,\"id\":2171},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2163},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"2171\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"2172\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2163},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2173\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2174\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2175\":{\"moveVertical\":true,\"moveHorizontal\":true},\"2176\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2133},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":2119},\"targetMethodName\":\"removeTopLevel\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2177\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2133},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":2119},\"targetMethodName\":\"result\",\"converter\":null,\"converterString\":\"function () { return null }\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":2178},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2178\":{\"source\":{\"__isSmartRef__\":true,\"id\":2133},\"target\":{\"__isSmartRef__\":true,\"id\":2119}},\"2179\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2180},\"id\":6795,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2185},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2186},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":2187},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2188},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":2140},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":2189},\"label\":{\"__isSmartRef__\":true,\"id\":2198},\"layout\":{\"__isSmartRef__\":true,\"id\":2210},\"owner\":null,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":2211},{\"__isSmartRef__\":true,\"id\":2212}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"isCopyMorphRef\":true,\"morphRefId\":2,\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"2180\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2181},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2182},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2183},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2184},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2139},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2140},\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2181\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2182\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2183\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2184\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2185\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"2186\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2179},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2187\":{\"x\":414,\"y\":187,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2188\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2189\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":2190},{\"__isSmartRef__\":true,\"id\":2192},{\"__isSmartRef__\":true,\"id\":2194},{\"__isSmartRef__\":true,\"id\":2196}],\"vector\":{\"__isSmartRef__\":true,\"id\":2149},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"2190\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":2191}},\"2191\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2192\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":2193}},\"2193\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2194\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":2195}},\"2195\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2196\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2197}},\"2197\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2198\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2199},\"id\":6796,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2204},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":2205}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2207},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":2208},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2209},\"_MaxTextWidth\":60,\"_MinTextWidth\":60,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":null,\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"2199\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2200},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2201},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2202},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2203},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1810},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2200\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2201\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2202\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2203\":{\"x\":0,\"y\":6,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2204\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"2205\":{\"style\":{\"__isSmartRef__\":true,\"id\":2206},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2198},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"2206\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"2207\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2198},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2208\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2209\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2210\":{\"moveVertical\":true,\"moveHorizontal\":true},\"2211\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2179},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":2119},\"targetMethodName\":\"removeTopLevel\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2212\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2179},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1804},\"targetMethodName\":\"doSave\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2213\":{\"x\":540,\"y\":420,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2214\":{\"x\":365,\"y\":-16,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2215\":{\"x\":0,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2216\":{\"copyToPartsBin\":{\"__isSmartRef__\":true,\"id\":2217},\"onPublish\":{\"__isSmartRef__\":true,\"id\":2225},\"onCancel\":{\"__isSmartRef__\":true,\"id\":2229},\"setTarget\":{\"__isSmartRef__\":true,\"id\":2233},\"reset\":{\"__isSmartRef__\":true,\"id\":2237}},\"2217\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2218},\"source\":\"function copyToPartsBin(morph) {\\n var name = this.get('NameText').textString\\n\\n var info = morph.getPartsBinMetaInfo();\\n morph.setName(name);\\n\\n info.partsSpaceName = this.get('CategoryText').textString\\n info.comment = this.get('CommentText').textString\\n\\n if (! info.changes) info.changes = [];\\n var change = { \\n date: new Date(), \\n author: this.world().getUserName(), \\n message: this.get('CommitMessageText').textString,\\n id: Strings.newUUID()\\n }\\n info.changes.push(change) \\n\\n morph.copyToPartsBin();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2223},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2218\":{\"this\":{\"__isSmartRef__\":true,\"id\":1803},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":2219}},\"2219\":{\"$super\":{\"__isSmartRef__\":true,\"id\":2220}},\"2220\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2221},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2222},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2221\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1803},\"name\":\"copyToPartsBin\"},\"2222\":{},\"2223\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":2224}},\"2224\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 15:13:21 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2225\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2226},\"source\":\"function onPublish() {\\n if (!this.target) alert(\\\"No target to upload\\\");\\n this.copyToPartsBin(this.target);\\n connect(this.target, 'headRevision', this.owner, 'remove')\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2227},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2226\":{\"this\":{\"__isSmartRef__\":true,\"id\":1803}},\"2227\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2228},\"user\":\"undefined\",\"tags\":[]},\"2228\":{\"isSerializedDate\":true,\"string\":\"Tue Mar 20 2012 12:59:48 GMT+0100 (Mitteleuropäische Zeit)\"},\"2229\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2230},\"source\":\"function onCancel() {\\n alertOK(\\\"cancel upload \\\") \\n this.owner.remove()\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2231},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2230\":{\"this\":{\"__isSmartRef__\":true,\"id\":1803}},\"2231\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":2232}},\"2232\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:52:17 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2233\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2234},\"source\":\"function setTarget(morph) {\\n this.target = morph \\n if (!morph) {\\n this.get('NameText').textString = '';\\n this.get('CategoryText').textString = '';\\n this.get('CommentText').textString = ''; \\n this.get('CommitMessageText').textString = '' \\n return\\n }\\n var info = this.target.getPartsBinMetaInfo();\\n this.get('NameText').textString = info.partName || morph.getName();\\n this.get('CategoryText').textString = info.partsSpaceName;\\n this.get('CommentText').textString = info.comment; \\n this.get('CommitMessageText').textString = '' \\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2235},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2234\":{\"this\":{\"__isSmartRef__\":true,\"id\":1803}},\"2235\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":2236}},\"2236\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:46:10 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2237\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2238},\"source\":\"function reset() {\\n this.setTarget(null)\\n \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2239},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2238\":{\"this\":{\"__isSmartRef__\":true,\"id\":1803}},\"2239\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":2240}},\"2240\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:45:36 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2241\":{\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2242},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2243},\"_BorderWidth\":0,\"_Fill\":null,\"_StrokeOpacity\":0,\"_BorderRadius\":0,\"_Extent\":{\"__isSmartRef__\":true,\"id\":2244},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2242\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2243\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2244\":{\"x\":542,\"y\":242,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2245\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"2246\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1654},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2247\":{\"adjustForNewBounds\":true},\"2248\":{\"x\":542,\"y\":242,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2249\":{\"x\":0,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2250\":{\"x\":1005,\"y\":321,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2251\":{\"partName\":\"PublishPartDialog\",\"requiredModules\":[],\"migrationLevel\":4,\"partsSpaceName\":\"PartsBin/BP2012\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A dialog for publishing parts in the PartsBin.\",\"changes\":[{\"__isSmartRef__\":true,\"id\":2252},{\"__isSmartRef__\":true,\"id\":2254},{\"__isSmartRef__\":true,\"id\":2256},{\"__isSmartRef__\":true,\"id\":2258},{\"__isSmartRef__\":true,\"id\":2260},{\"__isSmartRef__\":true,\"id\":2262},{\"__isSmartRef__\":true,\"id\":2264}],\"revisionOnLoad\":146804,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"2252\":{\"date\":{\"__isSmartRef__\":true,\"id\":2253},\"author\":\"undefined\",\"message\":\"init for change - don't remove on click\",\"id\":\"00A6DFFB-70D2-44A4-B5F9-0778E1CA5724\"},\"2253\":{\"isSerializedDate\":true,\"string\":\"Tue Mar 20 2012 12:04:27 GMT+0100 (Mitteleuropäische Zeit)\"},\"2254\":{\"date\":{\"__isSmartRef__\":true,\"id\":2255},\"author\":\"jenslincke\",\"message\":\"- fixed issue 283 (Reproduction: Open part, select publish from menu, focus part name input field in dialog, press enter.-> window pane disappears; window decoration stays; part is not published)\",\"id\":\"1A260BD5-E668-4BD4-B7A2-94E087AB4CE1\"},\"2255\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 26 2012 12:10:41 GMT+0100 (Mitteleuropäische Zeit)\"},\"2256\":{\"date\":{\"__isSmartRef__\":true,\"id\":2257},\"author\":\"jenslincke\",\"message\":\"\"},\"2257\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 16:06:16 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2258\":{\"date\":{\"__isSmartRef__\":true,\"id\":2259},\"author\":\"jenslincke\",\"message\":\"store an uuid when publishing an object\"},\"2259\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 15:15:02 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2260\":{\"date\":{\"__isSmartRef__\":true,\"id\":2261},\"author\":\"jenslincke\",\"message\":\"\"},\"2261\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:52:26 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2262\":{\"date\":{\"__isSmartRef__\":true,\"id\":2263},\"author\":\"jenslincke\",\"message\":\"first commit of Publish dialog using the publish dialog itself!\"},\"2263\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:54:16 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2264\":{\"date\":{\"__isSmartRef__\":true,\"id\":2265},\"author\":\"undefined\",\"message\":\"\",\"id\":\"A5F4EACF-EF62-483F-B8B3-65966A895FA4\"},\"2265\":{\"isSerializedDate\":true,\"string\":\"Tue Mar 20 2012 13:00:03 GMT+0100 (Mitteleuropäische Zeit)\"},\"2266\":{\"x\":766.5,\"y\":307,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2267\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":0},\"sourceAttrName\":\"headRevision\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":2268},\"targetMethodName\":\"remove\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2268\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2269},{\"__isSmartRef__\":true,\"id\":2417}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2855},\"id\":\"25C8F164-E5A9-4970-B3E8-DC93C88EA310\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2859},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2860},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":2861},\"LK2\":true,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2862},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":2417},\"titleBar\":{\"__isSmartRef__\":true,\"id\":2269},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":2863},\"collapsedTransform\":null,\"collapsedExtent\":null,\"expandedTransform\":null,\"expandedExtent\":null,\"ignoreEventsOnExpand\":false,\"highlighted\":true,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":2864},\"isBeingDragged\":false,\"showsHalos\":false,\"name\":\"PublishPartDialog\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":2865},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"_Position\":{\"__isSmartRef__\":true,\"id\":2880},\"isCopyMorphRef\":true,\"morphRefId\":12,\"derivationIds\":[2879,\"91414FD8-3775-435F-96A6-39E0CB891CD7\",\"9CB574CD-94E3-465A-B85C-91F97E070BC3\",\"C9D390C2-399F-44AF-A316-A4A117E5F7B6\"],\"moved\":true,\"_Rotation\":0,\"_Scale\":1,\"owner\":null,\"state\":\"shutdown\",\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"2269\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2270},{\"__isSmartRef__\":true,\"id\":2284},{\"__isSmartRef__\":true,\"id\":2331},{\"__isSmartRef__\":true,\"id\":2365}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2400},\"id\":\"BADF5EDB-741D-404E-9ECD-F18037D49248\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2412},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2413},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":2414},\"_Position\":{\"__isSmartRef__\":true,\"id\":2415},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":2268},\"label\":{\"__isSmartRef__\":true,\"id\":2270},\"closeButton\":{\"__isSmartRef__\":true,\"id\":2284},\"menuButton\":{\"__isSmartRef__\":true,\"id\":2331},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":2365},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2416},\"owner\":{\"__isSmartRef__\":true,\"id\":2268},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2880,\"108B5871-F6C8-4442-82D1-F8776D2C85A2\",\"503529CB-0F23-4456-8597-CD5E86CF03F0\",\"4FB4914E-E245-4D67-BE3B-63091E2C8C95\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"2270\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2271},\"id\":\"B8AA1A98-6FBA-489D-9A63-EE811801E460\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2277},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":2278}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2280},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"layout\":{\"__isSmartRef__\":true,\"id\":2281},\"_Align\":\"center\",\"eventsAreIgnored\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":2269},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2282},\"_MaxTextWidth\":483,\"_MinTextWidth\":483,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"_Position\":{\"__isSmartRef__\":true,\"id\":2283},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2881,\"A06A709C-AD42-48D0-A66A-9C21EA4F4E66\",\"EE1A345D-476E-4E22-BE89-E59A0C11001B\",\"90634CE5-77D0-4064-961C-4CBADE59C6F8\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"2271\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2272},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2273},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2274},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2275},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2276},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2272\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2273\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2274\":{\"x\":483,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2275\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2276\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2277\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"2278\":{\"style\":{\"__isSmartRef__\":true,\"id\":2279},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2270},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Publish in PartsBin\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"2279\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"2280\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2270},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2281\":{\"resizeWidth\":true},\"2282\":{\"x\":483,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2283\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2284\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2285}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2297},\"id\":\"F260D564-B84C-49E0-A52E-CB4494591DDB\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2313},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2314},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":2315},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2316},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":2303},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":2317},\"label\":{\"__isSmartRef__\":true,\"id\":2285},\"owner\":{\"__isSmartRef__\":true,\"id\":2269},\"layout\":{\"__isSmartRef__\":true,\"id\":2326},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":2327},{\"__isSmartRef__\":true,\"id\":2329}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"prevScroll\":[0,0],\"derivationIds\":[2882,\"6FF08B49-B1B5-4E12-8CE8-DF895115627D\",\"7F48C6F9-BB0C-405E-991B-410F179F7FE6\",\"8405D63F-4E07-4FE8-9008-DD8AE000B5C8\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"2285\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2286},\"id\":\"D1BC4C7F-17F4-452A-870A-6E1397CEBCB6\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2291},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":2292}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2294},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":2295},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2296},\"_MaxTextWidth\":17,\"_MinTextWidth\":17,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":2284},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2883,\"9FBA502B-65B1-4FF2-A0A6-9951E3C50B9C\",\"9F297DAE-65AA-45A3-AFAE-BD35F359E24A\",\"75386CDF-09C9-47F2-8762-F737A49FD645\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"2286\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2287},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2288},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2289},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2290},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2276},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2287\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2288\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2289\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2290\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2291\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"2292\":{\"style\":{\"__isSmartRef__\":true,\"id\":2293},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2285},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"X\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"2293\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"2294\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2285},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2295\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2296\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2297\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2298},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2299},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2300},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2301},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2302},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2303},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2298\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2299\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2300\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2301\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2302\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2303\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":2304},{\"__isSmartRef__\":true,\"id\":2306},{\"__isSmartRef__\":true,\"id\":2308},{\"__isSmartRef__\":true,\"id\":2310}],\"vector\":{\"__isSmartRef__\":true,\"id\":2312},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"2304\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":2305}},\"2305\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2306\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":2307}},\"2307\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2308\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":2309}},\"2309\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2310\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2311}},\"2311\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2312\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2313\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"2314\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2284},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2315\":{\"x\":522,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2316\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2317\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":2318},{\"__isSmartRef__\":true,\"id\":2320},{\"__isSmartRef__\":true,\"id\":2322},{\"__isSmartRef__\":true,\"id\":2324}],\"vector\":{\"__isSmartRef__\":true,\"id\":2312},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"2318\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":2319}},\"2319\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2320\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":2321}},\"2321\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2322\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":2323}},\"2323\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2324\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2325}},\"2325\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2326\":{\"moveHorizontal\":true},\"2327\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2284},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":2268},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":2328},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2328\":{\"source\":{\"__isSmartRef__\":true,\"id\":2284},\"target\":{\"__isSmartRef__\":true,\"id\":2268}},\"2329\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2284},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":2268},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":2330},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2330\":{\"source\":{\"__isSmartRef__\":true,\"id\":2284},\"target\":{\"__isSmartRef__\":true,\"id\":2268}},\"2331\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2332}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2343},\"id\":\"89ECBFBD-69AE-404A-9269-8A28610FF862\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2348},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2349},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":2350},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2351},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":2303},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":2352},\"label\":{\"__isSmartRef__\":true,\"id\":2332},\"owner\":{\"__isSmartRef__\":true,\"id\":2269},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":2361},{\"__isSmartRef__\":true,\"id\":2363}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"derivationIds\":[2884,\"64F20257-1A1D-4B3E-97C4-BC5D1F1E14B5\",\"A377FFCE-0FDC-41B6-BD34-D9F0507B57DA\",\"7334352E-B497-4F10-8C06-FBE36AA778C7\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"2332\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2333},\"id\":\"21EDDE8A-77DA-45A5-9A46-C752E9F88EB6\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2337},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":2338}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2340},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":2341},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2342},\"_MaxTextWidth\":17,\"_MinTextWidth\":17,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":2331},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[2885,\"EC48B50E-CD5B-46FB-BF78-484373EED980\",\"59F8AF9B-799B-413B-86B2-BFD03A4B2559\",\"F8293A60-E9DB-40E3-B202-D547939F8A8D\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"2333\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2334},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2335},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2336},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2290},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2276},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2334\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2335\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2336\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2337\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"2338\":{\"style\":{\"__isSmartRef__\":true,\"id\":2339},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2332},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"M\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"2339\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"2340\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2332},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2341\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2342\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2343\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2344},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2345},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2346},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2347},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2302},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2303},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2344\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2345\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2346\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2347\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2348\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"2349\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2331},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2350\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2351\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2352\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":2353},{\"__isSmartRef__\":true,\"id\":2355},{\"__isSmartRef__\":true,\"id\":2357},{\"__isSmartRef__\":true,\"id\":2359}],\"vector\":{\"__isSmartRef__\":true,\"id\":2312},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"2353\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":2354}},\"2354\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2355\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":2356}},\"2356\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2357\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":2358}},\"2358\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2359\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2360}},\"2360\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2361\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2331},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":2268},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":2362},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2362\":{\"source\":{\"__isSmartRef__\":true,\"id\":2331},\"target\":{\"__isSmartRef__\":true,\"id\":2268}},\"2363\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2331},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":2268},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":2364},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2364\":{\"source\":{\"__isSmartRef__\":true,\"id\":2331},\"target\":{\"__isSmartRef__\":true,\"id\":2268}},\"2365\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2366}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2377},\"id\":\"3CC2E450-EC7A-4DB4-82CD-A4EEC71C4F37\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2382},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2383},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":2384},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2385},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":2303},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":2386},\"label\":{\"__isSmartRef__\":true,\"id\":2366},\"owner\":{\"__isSmartRef__\":true,\"id\":2269},\"layout\":{\"__isSmartRef__\":true,\"id\":2395},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":2396},{\"__isSmartRef__\":true,\"id\":2398}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"prevScroll\":[0,0],\"derivationIds\":[2886,\"9FC4F0BE-916D-456B-AEC7-E6C1AC6040CA\",\"A0A4775F-7F2F-4563-840D-CAA5CB435D75\",\"C87D3EB9-4C3B-4230-9794-F5B71B528C74\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"2366\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2367},\"id\":\"4D065503-9A98-4121-84F0-63FDA03EA604\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2371},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":2372}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2374},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":2375},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2376},\"_MaxTextWidth\":17,\"_MinTextWidth\":17,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":2365},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2887,\"42347453-BADB-4DB0-9486-C479B704CD7C\",\"B0BBE9B3-B5DD-4E4F-A1AA-1C03BB1BFF4E\",\"8AE3BC44-F336-420E-A2E9-BBA0DC6A3D72\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"2367\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2368},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2369},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2370},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2290},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2276},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2368\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2369\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2370\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2371\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"2372\":{\"style\":{\"__isSmartRef__\":true,\"id\":2373},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2366},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"–\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"2373\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"2374\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2366},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2375\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2376\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2377\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2378},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2379},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2380},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2381},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2302},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2303},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2378\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2379\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2380\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2381\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2382\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"2383\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2365},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2384\":{\"x\":503,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2385\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2386\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":2387},{\"__isSmartRef__\":true,\"id\":2389},{\"__isSmartRef__\":true,\"id\":2391},{\"__isSmartRef__\":true,\"id\":2393}],\"vector\":{\"__isSmartRef__\":true,\"id\":2312},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"2387\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":2388}},\"2388\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2389\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":2390}},\"2390\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2391\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":2392}},\"2392\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2393\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2394}},\"2394\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2395\":{\"moveHorizontal\":true},\"2396\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2365},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":2268},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":2397},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2397\":{\"source\":{\"__isSmartRef__\":true,\"id\":2365},\"target\":{\"__isSmartRef__\":true,\"id\":2268}},\"2398\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2365},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":2268},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":2399},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2399\":{\"source\":{\"__isSmartRef__\":true,\"id\":2365},\"target\":{\"__isSmartRef__\":true,\"id\":2268}},\"2400\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2401},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2402},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2403},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2404},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2405},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2406},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2401\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2402\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2403\":{\"x\":542,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2404\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2405\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2406\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":2407},{\"__isSmartRef__\":true,\"id\":2409}],\"vector\":{\"__isSmartRef__\":true,\"id\":2411},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"2407\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":2408}},\"2408\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2409\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2410}},\"2410\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2411\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2412\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"2413\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2269},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2414\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"2415\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2416\":{\"x\":542,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2417\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2418},{\"__isSmartRef__\":true,\"id\":2433},{\"__isSmartRef__\":true,\"id\":2448},{\"__isSmartRef__\":true,\"id\":2464},{\"__isSmartRef__\":true,\"id\":2480},{\"__isSmartRef__\":true,\"id\":2495},{\"__isSmartRef__\":true,\"id\":2511},{\"__isSmartRef__\":true,\"id\":2527},{\"__isSmartRef__\":true,\"id\":2610},{\"__isSmartRef__\":true,\"id\":2692},{\"__isSmartRef__\":true,\"id\":2707}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2723},\"id\":\"962E85E2-DF31-4EDA-803D-5AD2262B08F8\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2730},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2731},\"droppingEnabled\":true,\"halosEnabled\":true,\"isLockOwner\":false,\"layout\":{\"__isSmartRef__\":true,\"id\":2732},\"attributeConnections\":[],\"ownerApp\":{\"__isSmartRef__\":true,\"id\":2733},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"name\":\"PublishPartPanePane\",\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2827},\"isBeingDragged\":false,\"prevScroll\":[0,0],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":2828},\"grabbingEnabled\":false,\"_Position\":{\"__isSmartRef__\":true,\"id\":2829},\"owner\":{\"__isSmartRef__\":true,\"id\":2268},\"target\":{\"__isSmartRef__\":true,\"id\":0},\"derivationIds\":[2888,\"7CD647EF-2BB4-4CD9-9D3B-4EE7BC59ECC2\",\"B983FB4F-9323-4304-9603-5615E93C6C42\",\"E738FAD5-9C83-4390-B193-06C21B6E51B0\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":2830},\"__LivelyClassName__\":\"lively.morphic.Box\",\"withLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"2418\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2419},\"id\":\"D2510802-ECD1-462E-B4A0-FA48ED17DEF5\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2426},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":2427}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2429},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":2430},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2431},\"_MaxTextWidth\":230,\"_MinTextWidth\":230,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":2417},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":2432},\"previousSelection\":[0,9],\"priorSelectionRange\":[0,9],\"isLockOwner\":false,\"name\":\"NameText\",\"isCopyMorphRef\":true,\"morphRefId\":1,\"derivationIds\":[2889,\"9A8B5C1C-95BB-40F5-B9EF-B89DD5451B64\",\"C49BF160-BBBE-422E-BDDC-B9A98A72ABFF\",\"42B7E940-3BB5-4B79-B5D8-E4C8E780FF3B\"],\"savedTextString\":\"CommitMessageTest1\",\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"2419\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2420},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2421},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2422},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2423},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2424},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2425},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2420\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2421\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2422\":{\"x\":240,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2423\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2424\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2425\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2426\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"2427\":{\"style\":{\"__isSmartRef__\":true,\"id\":2428},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2418},\"storedString\":\"MorphDiffer\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"2428\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"2429\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2418},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2430\":{\"x\":10,\"y\":50,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2431\":{\"x\":240,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2432\":{\"x\":119,\"y\":-15,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2433\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2434},\"id\":\"95B75D22-4165-471D-9D91-CDDAAAC5CDA6\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2441},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":2442}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2444},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":2445},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2446},\"_MaxTextWidth\":510,\"_MinTextWidth\":510,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"name\":\"CommitMessageText\",\"owner\":{\"__isSmartRef__\":true,\"id\":2417},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":2447},\"previousSelection\":[0,15],\"priorSelectionRange\":[0,0],\"charsReplaced\":\"CommitMessageTest1\",\"lastFindLoc\":18,\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2890,\"40048B1D-9547-4EA6-AB66-31168A1C9FAE\",\"8A0DE790-FA6C-41C9-BA2B-84397DA3F39E\",\"DCFEEBC9-D891-408E-A103-19356A96070F\"],\"savedTextString\":\"\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"2434\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2435},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2436},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2437},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2438},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2439},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2440},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2435\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2436\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2437\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2438\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2439\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2440\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2441\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"2442\":{\"style\":{\"__isSmartRef__\":true,\"id\":2443},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2433},\"storedString\":\"test\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"2443\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"2444\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2433},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2445\":{\"x\":10,\"y\":260,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2446\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2447\":{\"x\":351,\"y\":-17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2448\":{\"submorphs\":[],\"scripts\":[],\"id\":\"D59D1B52-A85A-4112-AE46-49B27ED0AE17\",\"shape\":{\"__isSmartRef__\":true,\"id\":2449},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":2455},\"_MaxTextWidth\":114,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":2452},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text5\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":2456},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":2457}],\"charsReplaced\":\"some text \",\"lastFindLoc\":10,\"priorSelectionRange\":[0,4],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2459},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2460},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2461},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":2462},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"owner\":{\"__isSmartRef__\":true,\"id\":2417},\"_MinTextWidth\":114,\"_MinTextHeight\":null,\"previousSelection\":[3,3],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":2463},\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2891,\"E101CA30-35F9-42F0-A46C-28671530C787\",\"CE7E7640-C507-43BF-88EF-C4ACE8CCF564\",\"F04823B9-5B0B-4CCA-B8F7-00BD8608ED16\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"2449\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":2450},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2451},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2452},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2453},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2454},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2450\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2451\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2452\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2453\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2454\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2455\":{\"x\":10,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2456\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"2457\":{\"style\":{\"__isSmartRef__\":true,\"id\":2458},\"morph\":{\"__isSmartRef__\":true,\"id\":2448},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2448},\"storedString\":\"name\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"2458\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"2459\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2460\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"2461\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2448},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2462\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2463\":{\"x\":78,\"y\":-3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2464\":{\"submorphs\":[],\"scripts\":[],\"id\":\"9B32A8EC-9ECB-4420-9547-160FCEDAA535\",\"shape\":{\"__isSmartRef__\":true,\"id\":2465},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":2471},\"_MaxTextWidth\":250,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":2468},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text6\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":2472},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":2473}],\"charsReplaced\":\"changes\",\"lastFindLoc\":7,\"priorSelectionRange\":[0,14],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2475},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2476},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2477},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":2478},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":250,\"_MinTextHeight\":null,\"previousSelection\":[0,14],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":2479},\"owner\":{\"__isSmartRef__\":true,\"id\":2417},\"isLockOwner\":false,\"derivationIds\":[2892,\"E5DC0070-3EA2-4212-9AA7-E3C865547E5E\",\"809E256F-82F6-4A22-B614-DE8C08FA5970\",\"272C0F9A-E7EF-4ECE-851D-08ACB35EA24D\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"2465\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":2466},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2467},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2468},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2469},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2470},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2466\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2467\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2468\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2469\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2470\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2471\":{\"x\":10,\"y\":240,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2472\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"2473\":{\"style\":{\"__isSmartRef__\":true,\"id\":2474},\"morph\":{\"__isSmartRef__\":true,\"id\":2464},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2464},\"storedString\":\"commit message\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"2474\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"2475\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2476\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"2477\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2464},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2478\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2479\":{\"x\":174,\"y\":-21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2480\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2481},\"id\":\"0A2C9273-6AB6-47B7-8C67-717001AD8641\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2488},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":2489}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2491},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":2492},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2493},\"_MaxTextWidth\":250,\"_MinTextWidth\":250,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"name\":\"CategoryText\",\"owner\":{\"__isSmartRef__\":true,\"id\":2417},\"previousSelection\":[0,14],\"priorSelectionRange\":[5,5],\"charsReplaced\":\"CommitMessageTest1\",\"lastFindLoc\":18,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":2494},\"isLockOwner\":false,\"derivationIds\":[2893,\"FBE4B17F-DC2B-4783-899B-CF1B051F14D9\",\"A2C45BC5-C44B-4AEA-A29E-ADE3DAF08638\",\"640BD984-1AB2-45B8-BCEC-AB32A6199D68\"],\"savedTextString\":\"PartsBin/Basic\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"2481\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2482},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2483},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2484},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2485},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2486},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2487},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2482\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2483\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2484\":{\"x\":260,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2485\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2486\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2487\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2488\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"2489\":{\"style\":{\"__isSmartRef__\":true,\"id\":2490},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2480},\"storedString\":\"PartsBin/BP2012\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"2490\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"2491\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2480},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2492\":{\"x\":270,\"y\":50,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2493\":{\"x\":260,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2494\":{\"x\":132,\"y\":-13,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2495\":{\"submorphs\":[],\"scripts\":[],\"id\":\"A978D180-8B91-434A-9D1D-9CB5F34B880C\",\"shape\":{\"__isSmartRef__\":true,\"id\":2496},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":2502},\"_MaxTextWidth\":114,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":2499},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text7\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":2503},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":2504}],\"charsReplaced\":\"name\",\"lastFindLoc\":4,\"priorSelectionRange\":[0,8],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2506},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2507},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2508},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":2509},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":114,\"_MinTextHeight\":null,\"previousSelection\":[2,2],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":2510},\"owner\":{\"__isSmartRef__\":true,\"id\":2417},\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2894,\"75F41AE1-CA7A-48D0-AE2C-7AAF6101B89C\",\"CB87A9FB-0776-4109-BDE0-0E8C61F1626C\",\"954BD4D6-BBF2-4D3C-94CA-21A38F66F449\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"2496\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":2497},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2498},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2499},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2500},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2501},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2497\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2498\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2499\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2500\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2501\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2502\":{\"x\":270,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2503\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"2504\":{\"style\":{\"__isSmartRef__\":true,\"id\":2505},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2495},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"category\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"2505\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"2506\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2507\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"2508\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2495},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2509\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2510\":{\"x\":87,\"y\":-11,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2511\":{\"submorphs\":[],\"scripts\":[],\"id\":\"0B66AAE2-4F12-435C-9BCC-6F3A999CD7B9\",\"shape\":{\"__isSmartRef__\":true,\"id\":2512},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":2518},\"_MaxTextWidth\":325,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":2515},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text8\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":2519},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":2520}],\"charsReplaced\":\"Publish Object in PartsBin\",\"lastFindLoc\":26,\"priorSelectionRange\":[0,36],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2522},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2523},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2524},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":2525},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":325,\"_MinTextHeight\":null,\"previousSelection\":[0,36],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":2526},\"owner\":{\"__isSmartRef__\":true,\"id\":2417},\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2895,\"3AFBC971-95B4-48C4-888D-22FCBB742090\",\"D0394F71-EBB2-452A-A71F-D172D5B1CAD6\",\"79EDAC74-BD6B-42B1-BBBA-71B07578D1E0\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"2512\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":2513},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2514},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2515},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2516},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2517},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2513\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2514\":{\"x\":325,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2515\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2516\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2517\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2518\":{\"x\":10,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2519\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"2520\":{\"style\":{\"__isSmartRef__\":true,\"id\":2521},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2511},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Upload part to the shared repository\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"2521\":{\"italics\":\"normal\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"2522\":{\"x\":325,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2523\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"2524\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2511},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2525\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2526\":{\"x\":221,\"y\":-12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2527\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2528}],\"scripts\":[],\"id\":\"9EF1A9BB-F60A-4922-9524-890BC848A070\",\"shape\":{\"__isSmartRef__\":true,\"id\":2543},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":2547},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":2559},\"label\":{\"__isSmartRef__\":true,\"id\":2528},\"name\":\"Button\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":2568},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":2569}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2605},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2606},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2607},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":2608},\"_Position\":{\"__isSmartRef__\":true,\"id\":2609},\"owner\":{\"__isSmartRef__\":true,\"id\":2417},\"derivationIds\":[2896,\"40384C75-EF01-4AAD-AA1C-A7C19EDB6A0F\",\"21376B8E-78CF-456D-87AA-4D62D86B16D2\",\"E9336A59-C7BF-4C91-88B0-0D0477AA75AE\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"2528\":{\"submorphs\":[],\"scripts\":[],\"id\":\"C0340D6F-9029-406D-A1F8-C7ACF353C2AD\",\"shape\":{\"__isSmartRef__\":true,\"id\":2529},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":2535},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":2536},\"_Padding\":{\"__isSmartRef__\":true,\"id\":2537},\"owner\":{\"__isSmartRef__\":true,\"id\":2527},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2538},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":2539}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2541},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2542},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"derivationIds\":[2897,\"92EB5E70-61BB-4A71-942C-A34A20789B2F\",\"A9C9F9CF-1BAC-4074-A093-4EB0C3C90866\",\"2FE50303-6361-4A70-9BD5-0D8D1C8B5176\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"2529\":{\"position\":{\"__isSmartRef__\":true,\"id\":2530},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2531},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2532},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2533},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2534},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2530\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2531\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2532\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2533\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2534\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2535\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2536\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2537\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2538\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2539\":{\"style\":{\"__isSmartRef__\":true,\"id\":2540},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2528},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"cancel\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"2540\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"2541\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"2542\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2528},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2543\":{\"position\":{\"__isSmartRef__\":true,\"id\":2544},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2545},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2546},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2547},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2557},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2558},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2544\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2545\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2546\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2547\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":2548},{\"__isSmartRef__\":true,\"id\":2550},{\"__isSmartRef__\":true,\"id\":2552},{\"__isSmartRef__\":true,\"id\":2554}],\"vector\":{\"__isSmartRef__\":true,\"id\":2556},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"2548\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":2549}},\"2549\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2550\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":2551}},\"2551\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2552\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":2553}},\"2553\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2554\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2555}},\"2555\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2556\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2557\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2558\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2559\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":2560},{\"__isSmartRef__\":true,\"id\":2562},{\"__isSmartRef__\":true,\"id\":2564},{\"__isSmartRef__\":true,\"id\":2566}],\"vector\":{\"__isSmartRef__\":true,\"id\":2556},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"2560\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":2561}},\"2561\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2562\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":2563}},\"2563\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2564\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":2565}},\"2565\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2566\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2567}},\"2567\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2568\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"2569\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2527},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":2417},\"targetMethodName\":\"onCancel\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":2570},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2570\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2571}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2586},\"id\":352,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2593},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2594},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":2595},{\"__isSmartRef__\":true,\"id\":2596}],\"con\":{\"__isSmartRef__\":true,\"id\":2569},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":2597},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"2571\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2572},\"id\":353,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2583},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2584},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":2585},\"owner\":{\"__isSmartRef__\":true,\"id\":2570},\"_Rotation\":-2.716760490670451,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"2572\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":2573},{\"__isSmartRef__\":true,\"id\":2574},{\"__isSmartRef__\":true,\"id\":2575},{\"__isSmartRef__\":true,\"id\":2576}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2577},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":2578},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2579},\"_Padding\":{\"__isSmartRef__\":true,\"id\":2580},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2581},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2582},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"2573\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"2574\":{\"isAbsolute\":true,\"x\":0,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"2575\":{\"isAbsolute\":true,\"x\":16,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"2576\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"2577\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"2578\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2579\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2580\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2581\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2582\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2583\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"2584\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2571},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2585\":{\"x\":0.5,\"y\":0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2586\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":2587},{\"__isSmartRef__\":true,\"id\":2588}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2589},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":2590},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2591},\"_Padding\":{\"__isSmartRef__\":true,\"id\":2592},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2581},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"2587\":{\"isAbsolute\":true,\"x\":420,\"y\":190,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"2588\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"2589\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"2590\":{\"x\":-0.5,\"y\":-0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2591\":{\"x\":421,\"y\":191,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2592\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2593\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"2594\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2570},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2595\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2570},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"2596\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2570},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":2571},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"2597\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":2598}},\"2598\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2599},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString || 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2604},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2599\":{\"this\":{\"__isSmartRef__\":true,\"id\":2570},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":2600}},\"2600\":{\"$super\":{\"__isSmartRef__\":true,\"id\":2601}},\"2601\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2602},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2603},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2602\":{\"obj\":{\"__isSmartRef__\":true,\"id\":2570},\"name\":\"morphMenuItems\"},\"2603\":{},\"2604\":{},\"2605\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2606\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"2607\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2527},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2608\":{\"x\":77,\"y\":-5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2609\":{\"x\":420,\"y\":390,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2610\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2611}],\"scripts\":[],\"id\":\"84339646-5FE5-424B-B6B5-AC79A6BB5022\",\"shape\":{\"__isSmartRef__\":true,\"id\":2626},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":2630},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":2642},\"label\":{\"__isSmartRef__\":true,\"id\":2611},\"name\":\"Button1\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":2651},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":2652}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2687},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2688},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2689},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":2690},\"_Position\":{\"__isSmartRef__\":true,\"id\":2691},\"owner\":{\"__isSmartRef__\":true,\"id\":2417},\"derivationIds\":[2898,\"9D27A522-4E3D-482F-97CF-3CA3247A3999\",\"4EBF07AD-25C0-4034-BC06-31F137F70FA1\",\"DC6D6B8E-37AE-4815-A81A-AC7071124A26\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"2611\":{\"submorphs\":[],\"scripts\":[],\"id\":\"4A434AE0-607E-4DFC-9EC1-8DF5DD62557B\",\"shape\":{\"__isSmartRef__\":true,\"id\":2612},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":2618},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":2619},\"_Padding\":{\"__isSmartRef__\":true,\"id\":2620},\"owner\":{\"__isSmartRef__\":true,\"id\":2610},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2621},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":2622}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2624},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2625},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"derivationIds\":[2899,\"4F00D1F5-B85C-479E-BDDE-322DF2F432A3\",\"5E7BC7AC-9EF9-4CF5-9196-A542A26534CA\",\"46616896-CA46-4B43-B694-9FB001B32989\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"2612\":{\"position\":{\"__isSmartRef__\":true,\"id\":2613},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2614},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2615},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2616},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2617},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2613\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2614\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2615\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2616\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2617\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2618\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2619\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2620\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2621\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2622\":{\"style\":{\"__isSmartRef__\":true,\"id\":2623},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2611},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"publish\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"2623\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"2624\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"2625\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2611},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2626\":{\"position\":{\"__isSmartRef__\":true,\"id\":2627},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2628},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2629},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2630},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2640},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2641},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2627\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2628\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2629\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2630\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":2631},{\"__isSmartRef__\":true,\"id\":2633},{\"__isSmartRef__\":true,\"id\":2635},{\"__isSmartRef__\":true,\"id\":2637}],\"vector\":{\"__isSmartRef__\":true,\"id\":2639},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"2631\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":2632}},\"2632\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2633\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":2634}},\"2634\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2635\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":2636}},\"2636\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2637\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2638}},\"2638\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2639\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2640\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2641\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2642\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":2643},{\"__isSmartRef__\":true,\"id\":2645},{\"__isSmartRef__\":true,\"id\":2647},{\"__isSmartRef__\":true,\"id\":2649}],\"vector\":{\"__isSmartRef__\":true,\"id\":2639},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"2643\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":2644}},\"2644\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2645\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":2646}},\"2646\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2647\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":2648}},\"2648\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2649\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2650}},\"2650\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2651\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"2652\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2610},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":2417},\"targetMethodName\":\"onPublish\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":2653},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2653\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2654}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2668},\"id\":139,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2675},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2676},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":2677},{\"__isSmartRef__\":true,\"id\":2678}],\"con\":{\"__isSmartRef__\":true,\"id\":2652},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":2679},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"2654\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2655},\"id\":140,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2665},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2666},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":2667},\"owner\":{\"__isSmartRef__\":true,\"id\":2653},\"_Rotation\":-2.5917394709132084,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"2655\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":2656},{\"__isSmartRef__\":true,\"id\":2657},{\"__isSmartRef__\":true,\"id\":2658},{\"__isSmartRef__\":true,\"id\":2659}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2660},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":2661},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2662},\"_Padding\":{\"__isSmartRef__\":true,\"id\":2663},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2581},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2664},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"2656\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"2657\":{\"isAbsolute\":true,\"x\":0,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"2658\":{\"isAbsolute\":true,\"x\":16,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"2659\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"2660\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"2661\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2662\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2663\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2664\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2665\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"2666\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2654},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2667\":{\"x\":0.5,\"y\":0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2668\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":2669},{\"__isSmartRef__\":true,\"id\":2670}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2671},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":2672},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2673},\"_Padding\":{\"__isSmartRef__\":true,\"id\":2674},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2581},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"2669\":{\"isAbsolute\":true,\"x\":310,\"y\":190,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"2670\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"2671\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"2672\":{\"x\":-0.5,\"y\":-0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2673\":{\"x\":311,\"y\":191,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2674\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2675\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"2676\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2653},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2677\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2653},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"2678\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2653},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":2654},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"2679\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":2680}},\"2680\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2681},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString || 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2686},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2681\":{\"this\":{\"__isSmartRef__\":true,\"id\":2653},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":2682}},\"2682\":{\"$super\":{\"__isSmartRef__\":true,\"id\":2683}},\"2683\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2684},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2685},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2684\":{\"obj\":{\"__isSmartRef__\":true,\"id\":2653},\"name\":\"morphMenuItems\"},\"2685\":{},\"2686\":{},\"2687\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2688\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"2689\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2610},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2690\":{\"x\":62,\"y\":-12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2691\":{\"x\":310,\"y\":390,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2692\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2693},\"id\":\"08F6CBBD-0029-4516-A660-9B90FFEE60DF\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2700},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":2701}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2703},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":2704},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2705},\"_MaxTextWidth\":510,\"_MinTextWidth\":510,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"name\":\"CommentText\",\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":2706},\"previousSelection\":[139,139],\"priorSelectionRange\":[9,9],\"charsReplaced\":\"CommitMessageTest1\",\"lastFindLoc\":18,\"isLockOwner\":false,\"isBeingDragged\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":2417},\"derivationIds\":[2900,\"7E82C349-9FC9-48B5-B84C-30E99FC40DF2\",\"A07EAFD3-B03B-4E4C-BC72-FB29F65F543A\",\"888FB55C-0365-4B40-A9B4-33FD19FA1E91\"],\"savedTextString\":\"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"2693\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2694},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2695},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2696},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2697},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2698},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2699},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2694\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2695\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2696\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2697\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2698\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2699\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2700\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"2701\":{\"style\":{\"__isSmartRef__\":true,\"id\":2702},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2692},\"storedString\":\"Used to diff a version of a morph with the current version in PartsBin\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"2702\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"2703\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2692},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2704\":{\"x\":10,\"y\":110,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2705\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2706\":{\"x\":346,\"y\":-16,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2707\":{\"submorphs\":[],\"scripts\":[],\"id\":\"0FA9648D-E3D3-4DA2-89AB-62610E389BC7\",\"shape\":{\"__isSmartRef__\":true,\"id\":2708},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":2714},\"_MaxTextWidth\":250,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":2711},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text9\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":2715},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":2716}],\"charsReplaced\":\"commit message\",\"lastFindLoc\":14,\"priorSelectionRange\":[0,14],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2718},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2719},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2720},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":2721},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":250,\"_MinTextHeight\":null,\"previousSelection\":[0,6],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":2722},\"isLockOwner\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":2417},\"derivationIds\":[2901,\"8E267E15-1052-4F9C-B863-B733384EF1DA\",\"851C46B4-347F-4AE4-9C04-C321E7CC8EA5\",\"D33CE057-77D6-4CCC-90F9-867C622B3572\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"2708\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":2709},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2710},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2711},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2712},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2713},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2709\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2710\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2711\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2712\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2713\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2714\":{\"x\":10,\"y\":90,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2715\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"2716\":{\"style\":{\"__isSmartRef__\":true,\"id\":2717},\"morph\":{\"__isSmartRef__\":true,\"id\":2707},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2707},\"storedString\":\"comment\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"2717\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"2718\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2719\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"2720\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2707},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2721\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2722\":{\"x\":163,\"y\":-17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2723\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2724},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2725},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2726},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2727},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2728},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2729},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2724\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2725\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2726\":{\"x\":540,\"y\":420,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2727\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2728\":{\"r\":0.372,\"g\":0.369,\"b\":0.372,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2729\":{\"r\":0.8235294117647058,\"g\":0.8235294117647058,\"b\":0.8235294117647058,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2730\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"2731\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2417},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2732\":{\"adjustForNewBounds\":true,\"resizeWidth\":true,\"resizeHeight\":true},\"2733\":{\"message\":\"Please enter a name for the part\",\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":2734}],\"doNotSerialize\":[\"$$result\"],\"doNotCopyProperties\":[\"$$result\"],\"defaultInput\":\"CommitMessageTest1\",\"panel\":{\"__isSmartRef__\":true,\"id\":2417},\"label\":{\"__isSmartRef__\":true,\"id\":2735},\"cancelButton\":{\"__isSmartRef__\":true,\"id\":2747},\"okButton\":{\"__isSmartRef__\":true,\"id\":2793},\"inputText\":{\"__isSmartRef__\":true,\"id\":2418},\"view\":{\"__isSmartRef__\":true,\"id\":2417},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"result\":\"CommitMessageTest1\",\"__LivelyClassName__\":\"lively.morphic.PromptDialog\"},\"2734\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2733},\"sourceAttrName\":\"result\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":2733},\"targetMethodName\":\"triggerCallback\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2735\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2736},\"id\":3220,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2741},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":2742}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2744},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":2745},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2746},\"_MaxTextWidth\":null,\"_MinTextWidth\":null,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":null,\"isLabel\":true,\"_HandStyle\":\"default\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"isCopyMorphRef\":true,\"morphRefId\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"2736\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2737},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2738},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2739},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2423},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2424},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2740},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2737\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2738\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2739\":{\"x\":226,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2740\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2741\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"2742\":{\"style\":{\"__isSmartRef__\":true,\"id\":2743},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2735},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"2743\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"2744\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2735},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2745\":{\"x\":4,\"y\":4,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2746\":{\"x\":226,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2747\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2748},\"id\":6793,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2764},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2765},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":2766},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2767},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":2754},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":2768},\"label\":{\"__isSmartRef__\":true,\"id\":2777},\"layout\":{\"__isSmartRef__\":true,\"id\":2789},\"owner\":null,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":2790},{\"__isSmartRef__\":true,\"id\":2791}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"isCopyMorphRef\":true,\"morphRefId\":1,\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"2748\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2749},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2750},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2751},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2752},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2753},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2754},\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2749\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2750\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2751\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2752\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2753\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2754\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":2755},{\"__isSmartRef__\":true,\"id\":2757},{\"__isSmartRef__\":true,\"id\":2759},{\"__isSmartRef__\":true,\"id\":2761}],\"vector\":{\"__isSmartRef__\":true,\"id\":2763},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"2755\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":2756}},\"2756\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2757\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":2758}},\"2758\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2759\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":2760}},\"2760\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2761\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2762}},\"2762\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2763\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2764\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"2765\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2747},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2766\":{\"x\":478,\"y\":187,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2767\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2768\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":2769},{\"__isSmartRef__\":true,\"id\":2771},{\"__isSmartRef__\":true,\"id\":2773},{\"__isSmartRef__\":true,\"id\":2775}],\"vector\":{\"__isSmartRef__\":true,\"id\":2763},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"2769\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":2770}},\"2770\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2771\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":2772}},\"2772\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2773\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":2774}},\"2774\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2775\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2776}},\"2776\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2777\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2778},\"id\":6794,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2783},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":2784}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2786},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":2787},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2788},\"_MaxTextWidth\":60,\"_MinTextWidth\":60,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":null,\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"2778\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2779},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2780},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2781},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2782},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2424},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2779\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2780\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2781\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2782\":{\"x\":0,\"y\":6,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2783\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"2784\":{\"style\":{\"__isSmartRef__\":true,\"id\":2785},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2777},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"2785\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"2786\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2777},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2787\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2788\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2789\":{\"moveVertical\":true,\"moveHorizontal\":true},\"2790\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2747},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":2733},\"targetMethodName\":\"removeTopLevel\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2791\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2747},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":2733},\"targetMethodName\":\"result\",\"converter\":null,\"converterString\":\"function () { return null }\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":2792},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2792\":{\"source\":{\"__isSmartRef__\":true,\"id\":2747},\"target\":{\"__isSmartRef__\":true,\"id\":2733}},\"2793\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2794},\"id\":6795,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2799},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2800},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":2801},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2802},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":2754},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":2803},\"label\":{\"__isSmartRef__\":true,\"id\":2812},\"layout\":{\"__isSmartRef__\":true,\"id\":2824},\"owner\":null,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":2825},{\"__isSmartRef__\":true,\"id\":2826}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"isCopyMorphRef\":true,\"morphRefId\":2,\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"2794\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2795},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2796},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2797},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2798},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2753},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2754},\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2795\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2796\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2797\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2798\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2799\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"2800\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2793},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2801\":{\"x\":414,\"y\":187,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2802\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2803\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":2804},{\"__isSmartRef__\":true,\"id\":2806},{\"__isSmartRef__\":true,\"id\":2808},{\"__isSmartRef__\":true,\"id\":2810}],\"vector\":{\"__isSmartRef__\":true,\"id\":2763},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"2804\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":2805}},\"2805\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2806\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":2807}},\"2807\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2808\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":2809}},\"2809\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2810\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2811}},\"2811\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2812\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2813},\"id\":6796,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2818},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":2819}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2821},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":2822},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2823},\"_MaxTextWidth\":60,\"_MinTextWidth\":60,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":null,\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"2813\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2814},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2815},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2816},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2817},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2424},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2814\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2815\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2816\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2817\":{\"x\":0,\"y\":6,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2818\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"2819\":{\"style\":{\"__isSmartRef__\":true,\"id\":2820},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2812},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"2820\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"2821\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2812},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2822\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2823\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2824\":{\"moveVertical\":true,\"moveHorizontal\":true},\"2825\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2793},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":2733},\"targetMethodName\":\"removeTopLevel\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2826\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2793},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":2418},\"targetMethodName\":\"doSave\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2827\":{\"x\":540,\"y\":420,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2828\":{\"x\":365,\"y\":-16,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2829\":{\"x\":0,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2830\":{\"copyToPartsBin\":{\"__isSmartRef__\":true,\"id\":2831},\"onPublish\":{\"__isSmartRef__\":true,\"id\":2839},\"onCancel\":{\"__isSmartRef__\":true,\"id\":2843},\"setTarget\":{\"__isSmartRef__\":true,\"id\":2847},\"reset\":{\"__isSmartRef__\":true,\"id\":2851}},\"2831\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2832},\"source\":\"function copyToPartsBin(morph) {\\n var name = this.get('NameText').textString\\n\\n var info = morph.getPartsBinMetaInfo();\\n morph.setName(name);\\n\\n info.partsSpaceName = this.get('CategoryText').textString\\n info.comment = this.get('CommentText').textString\\n\\n if (! info.changes) info.changes = [];\\n var change = { \\n date: new Date(), \\n author: this.world().getUserName(), \\n message: this.get('CommitMessageText').textString,\\n id: Strings.newUUID()\\n }\\n info.changes.push(change) \\n\\n morph.copyToPartsBin();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2837},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2832\":{\"this\":{\"__isSmartRef__\":true,\"id\":2417},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":2833}},\"2833\":{\"$super\":{\"__isSmartRef__\":true,\"id\":2834}},\"2834\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2835},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2836},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2835\":{\"obj\":{\"__isSmartRef__\":true,\"id\":2417},\"name\":\"copyToPartsBin\"},\"2836\":{},\"2837\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":2838}},\"2838\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 15:13:21 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2839\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2840},\"source\":\"function onPublish() {\\n if (!this.target) alert(\\\"No target to upload\\\");\\n this.copyToPartsBin(this.target);\\n connect(this.target, 'headRevision', this.owner, 'remove')\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2841},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2840\":{\"this\":{\"__isSmartRef__\":true,\"id\":2417}},\"2841\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2842},\"user\":\"undefined\",\"tags\":[]},\"2842\":{\"isSerializedDate\":true,\"string\":\"Tue Mar 20 2012 12:59:48 GMT+0100 (Mitteleuropäische Zeit)\"},\"2843\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2844},\"source\":\"function onCancel() {\\n alertOK(\\\"cancel upload \\\") \\n this.owner.remove()\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2845},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2844\":{\"this\":{\"__isSmartRef__\":true,\"id\":2417}},\"2845\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":2846}},\"2846\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:52:17 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2847\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2848},\"source\":\"function setTarget(morph) {\\n this.target = morph \\n if (!morph) {\\n this.get('NameText').textString = '';\\n this.get('CategoryText').textString = '';\\n this.get('CommentText').textString = ''; \\n this.get('CommitMessageText').textString = '' \\n return\\n }\\n var info = this.target.getPartsBinMetaInfo();\\n this.get('NameText').textString = info.partName || morph.getName();\\n this.get('CategoryText').textString = info.partsSpaceName;\\n this.get('CommentText').textString = info.comment; \\n this.get('CommitMessageText').textString = '' \\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2849},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2848\":{\"this\":{\"__isSmartRef__\":true,\"id\":2417}},\"2849\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":2850}},\"2850\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:46:10 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2851\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2852},\"source\":\"function reset() {\\n this.setTarget(null)\\n \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2853},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2852\":{\"this\":{\"__isSmartRef__\":true,\"id\":2417}},\"2853\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":2854}},\"2854\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:45:36 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2855\":{\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2856},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2857},\"_BorderWidth\":0,\"_Fill\":null,\"_StrokeOpacity\":0,\"_BorderRadius\":0,\"_Extent\":{\"__isSmartRef__\":true,\"id\":2858},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2856\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2857\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2858\":{\"x\":542,\"y\":242,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2859\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"2860\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2268},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2861\":{\"adjustForNewBounds\":true},\"2862\":{\"x\":542,\"y\":242,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2863\":{\"x\":0,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2864\":{\"x\":463,\"y\":297,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2865\":{\"partName\":\"PublishPartDialog\",\"requiredModules\":[],\"migrationLevel\":4,\"partsSpaceName\":\"PartsBin/BP2012\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A dialog for publishing parts in the PartsBin.\",\"changes\":[{\"__isSmartRef__\":true,\"id\":2866},{\"__isSmartRef__\":true,\"id\":2868},{\"__isSmartRef__\":true,\"id\":2870},{\"__isSmartRef__\":true,\"id\":2872},{\"__isSmartRef__\":true,\"id\":2874},{\"__isSmartRef__\":true,\"id\":2876},{\"__isSmartRef__\":true,\"id\":2878}],\"revisionOnLoad\":146804,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"2866\":{\"date\":{\"__isSmartRef__\":true,\"id\":2867},\"author\":\"undefined\",\"message\":\"init for change - don't remove on click\",\"id\":\"00A6DFFB-70D2-44A4-B5F9-0778E1CA5724\"},\"2867\":{\"isSerializedDate\":true,\"string\":\"Tue Mar 20 2012 12:04:27 GMT+0100 (Mitteleuropäische Zeit)\"},\"2868\":{\"date\":{\"__isSmartRef__\":true,\"id\":2869},\"author\":\"jenslincke\",\"message\":\"- fixed issue 283 (Reproduction: Open part, select publish from menu, focus part name input field in dialog, press enter.-> window pane disappears; window decoration stays; part is not published)\",\"id\":\"1A260BD5-E668-4BD4-B7A2-94E087AB4CE1\"},\"2869\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 26 2012 12:10:41 GMT+0100 (Mitteleuropäische Zeit)\"},\"2870\":{\"date\":{\"__isSmartRef__\":true,\"id\":2871},\"author\":\"jenslincke\",\"message\":\"\"},\"2871\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 16:06:16 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2872\":{\"date\":{\"__isSmartRef__\":true,\"id\":2873},\"author\":\"jenslincke\",\"message\":\"store an uuid when publishing an object\"},\"2873\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 15:15:02 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2874\":{\"date\":{\"__isSmartRef__\":true,\"id\":2875},\"author\":\"jenslincke\",\"message\":\"\"},\"2875\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:52:26 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2876\":{\"date\":{\"__isSmartRef__\":true,\"id\":2877},\"author\":\"jenslincke\",\"message\":\"first commit of Publish dialog using the publish dialog itself!\"},\"2877\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:54:16 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2878\":{\"date\":{\"__isSmartRef__\":true,\"id\":2879},\"author\":\"undefined\",\"message\":\"\",\"id\":\"A5F4EACF-EF62-483F-B8B3-65966A895FA4\"},\"2879\":{\"isSerializedDate\":true,\"string\":\"Tue Mar 20 2012 13:00:03 GMT+0100 (Mitteleuropäische Zeit)\"},\"2880\":{\"x\":746.5,\"y\":317,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2881\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":0},\"sourceAttrName\":\"headRevision\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":2882},\"targetMethodName\":\"remove\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2882\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2883},{\"__isSmartRef__\":true,\"id\":3030}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":3468},\"id\":\"DEC26874-4082-4978-8D6C-0B0124CB666A\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3472},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3473},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":3474},\"LK2\":true,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3475},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":3030},\"titleBar\":{\"__isSmartRef__\":true,\"id\":2883},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":3476},\"collapsedTransform\":null,\"collapsedExtent\":null,\"expandedTransform\":null,\"expandedExtent\":null,\"ignoreEventsOnExpand\":false,\"highlighted\":true,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":3477},\"isBeingDragged\":false,\"showsHalos\":false,\"name\":\"PublishPartDialog\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":3478},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"_Position\":{\"__isSmartRef__\":true,\"id\":3493},\"isCopyMorphRef\":true,\"morphRefId\":12,\"derivationIds\":[2879,\"91414FD8-3775-435F-96A6-39E0CB891CD7\",\"9CB574CD-94E3-465A-B85C-91F97E070BC3\",\"C9D390C2-399F-44AF-A316-A4A117E5F7B6\"],\"moved\":true,\"_Rotation\":0,\"_Scale\":1,\"owner\":null,\"state\":\"shutdown\",\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"2883\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2884},{\"__isSmartRef__\":true,\"id\":2898},{\"__isSmartRef__\":true,\"id\":2945},{\"__isSmartRef__\":true,\"id\":2979}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":3014},\"id\":\"7E7DAC3B-9BB2-4611-9D2E-C933EC7FFA26\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3025},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3026},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":3027},\"_Position\":{\"__isSmartRef__\":true,\"id\":3028},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":2882},\"label\":{\"__isSmartRef__\":true,\"id\":2884},\"closeButton\":{\"__isSmartRef__\":true,\"id\":2898},\"menuButton\":{\"__isSmartRef__\":true,\"id\":2945},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":2979},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3029},\"owner\":{\"__isSmartRef__\":true,\"id\":2882},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2880,\"108B5871-F6C8-4442-82D1-F8776D2C85A2\",\"503529CB-0F23-4456-8597-CD5E86CF03F0\",\"4FB4914E-E245-4D67-BE3B-63091E2C8C95\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"2884\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2885},\"id\":\"129619FC-825C-4F54-BF0F-F8EC70775B6D\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2891},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":2892}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2894},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"layout\":{\"__isSmartRef__\":true,\"id\":2895},\"_Align\":\"center\",\"eventsAreIgnored\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":2883},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2896},\"_MaxTextWidth\":483,\"_MinTextWidth\":483,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"_Position\":{\"__isSmartRef__\":true,\"id\":2897},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2881,\"A06A709C-AD42-48D0-A66A-9C21EA4F4E66\",\"EE1A345D-476E-4E22-BE89-E59A0C11001B\",\"90634CE5-77D0-4064-961C-4CBADE59C6F8\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"2885\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2886},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2887},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2888},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2889},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2890},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2886\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2887\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2888\":{\"x\":483,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2889\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2890\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2891\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"2892\":{\"style\":{\"__isSmartRef__\":true,\"id\":2893},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2884},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Publish in PartsBin\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"2893\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"2894\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2884},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2895\":{\"resizeWidth\":true},\"2896\":{\"x\":483,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2897\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2898\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2899}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2911},\"id\":\"9C1B50B7-FD92-404B-90D3-6E2247BC79A3\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2927},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2928},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":2929},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2930},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":2917},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":2931},\"label\":{\"__isSmartRef__\":true,\"id\":2899},\"owner\":{\"__isSmartRef__\":true,\"id\":2883},\"layout\":{\"__isSmartRef__\":true,\"id\":2940},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":2941},{\"__isSmartRef__\":true,\"id\":2943}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"prevScroll\":[0,0],\"derivationIds\":[2882,\"6FF08B49-B1B5-4E12-8CE8-DF895115627D\",\"7F48C6F9-BB0C-405E-991B-410F179F7FE6\",\"8405D63F-4E07-4FE8-9008-DD8AE000B5C8\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"2899\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2900},\"id\":\"E752BF42-94FB-4ED5-AE59-02CD36A3B07F\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2905},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":2906}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2908},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":2909},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2910},\"_MaxTextWidth\":17,\"_MinTextWidth\":17,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":2898},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2883,\"9FBA502B-65B1-4FF2-A0A6-9951E3C50B9C\",\"9F297DAE-65AA-45A3-AFAE-BD35F359E24A\",\"75386CDF-09C9-47F2-8762-F737A49FD645\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"2900\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2901},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2902},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2903},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2904},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2890},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2901\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2902\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2903\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2904\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2905\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"2906\":{\"style\":{\"__isSmartRef__\":true,\"id\":2907},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2899},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"X\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"2907\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"2908\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2899},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2909\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2910\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2911\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2912},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2913},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2914},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2915},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2916},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2917},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2912\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2913\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2914\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2915\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2916\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2917\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":2918},{\"__isSmartRef__\":true,\"id\":2920},{\"__isSmartRef__\":true,\"id\":2922},{\"__isSmartRef__\":true,\"id\":2924}],\"vector\":{\"__isSmartRef__\":true,\"id\":2926},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"2918\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":2919}},\"2919\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2920\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":2921}},\"2921\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2922\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":2923}},\"2923\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2924\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2925}},\"2925\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2926\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2927\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"2928\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2898},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2929\":{\"x\":522,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2930\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2931\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":2932},{\"__isSmartRef__\":true,\"id\":2934},{\"__isSmartRef__\":true,\"id\":2936},{\"__isSmartRef__\":true,\"id\":2938}],\"vector\":{\"__isSmartRef__\":true,\"id\":2926},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"2932\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":2933}},\"2933\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2934\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":2935}},\"2935\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2936\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":2937}},\"2937\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2938\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2939}},\"2939\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2940\":{\"moveHorizontal\":true},\"2941\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2898},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":2882},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":2942},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2942\":{\"source\":{\"__isSmartRef__\":true,\"id\":2898},\"target\":{\"__isSmartRef__\":true,\"id\":2882}},\"2943\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2898},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":2882},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":2944},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2944\":{\"source\":{\"__isSmartRef__\":true,\"id\":2898},\"target\":{\"__isSmartRef__\":true,\"id\":2882}},\"2945\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2946}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2957},\"id\":\"AABBB164-596E-4DBD-9D8E-DB0044481E96\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2962},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2963},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":2964},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2965},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":2917},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":2966},\"label\":{\"__isSmartRef__\":true,\"id\":2946},\"owner\":{\"__isSmartRef__\":true,\"id\":2883},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":2975},{\"__isSmartRef__\":true,\"id\":2977}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"derivationIds\":[2884,\"64F20257-1A1D-4B3E-97C4-BC5D1F1E14B5\",\"A377FFCE-0FDC-41B6-BD34-D9F0507B57DA\",\"7334352E-B497-4F10-8C06-FBE36AA778C7\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"2946\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2947},\"id\":\"909A865C-BDA3-442E-AE41-FAA5B1A7E1D1\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2951},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":2952}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2954},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":2955},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2956},\"_MaxTextWidth\":17,\"_MinTextWidth\":17,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":2945},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[2885,\"EC48B50E-CD5B-46FB-BF78-484373EED980\",\"59F8AF9B-799B-413B-86B2-BFD03A4B2559\",\"F8293A60-E9DB-40E3-B202-D547939F8A8D\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"2947\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2948},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2949},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2950},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2904},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2890},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2948\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2949\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2950\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2951\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"2952\":{\"style\":{\"__isSmartRef__\":true,\"id\":2953},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2946},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"M\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"2953\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"2954\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2946},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2955\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2956\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2957\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2958},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2959},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2960},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2961},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2916},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2917},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2958\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2959\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2960\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2961\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2962\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"2963\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2945},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2964\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2965\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2966\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":2967},{\"__isSmartRef__\":true,\"id\":2969},{\"__isSmartRef__\":true,\"id\":2971},{\"__isSmartRef__\":true,\"id\":2973}],\"vector\":{\"__isSmartRef__\":true,\"id\":2926},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"2967\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":2968}},\"2968\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2969\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":2970}},\"2970\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2971\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":2972}},\"2972\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2973\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2974}},\"2974\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2975\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2945},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":2882},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":2976},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2976\":{\"source\":{\"__isSmartRef__\":true,\"id\":2945},\"target\":{\"__isSmartRef__\":true,\"id\":2882}},\"2977\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2945},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":2882},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":2978},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2978\":{\"source\":{\"__isSmartRef__\":true,\"id\":2945},\"target\":{\"__isSmartRef__\":true,\"id\":2882}},\"2979\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2980}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2991},\"id\":\"C8CF7FC7-5052-4730-BC17-41419377A72D\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2996},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2997},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":2998},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2999},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":2917},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":3000},\"label\":{\"__isSmartRef__\":true,\"id\":2980},\"owner\":{\"__isSmartRef__\":true,\"id\":2883},\"layout\":{\"__isSmartRef__\":true,\"id\":3009},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":3010},{\"__isSmartRef__\":true,\"id\":3012}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"prevScroll\":[0,0],\"derivationIds\":[2886,\"9FC4F0BE-916D-456B-AEC7-E6C1AC6040CA\",\"A0A4775F-7F2F-4563-840D-CAA5CB435D75\",\"C87D3EB9-4C3B-4230-9794-F5B71B528C74\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"2980\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2981},\"id\":\"FAD2D2D8-6153-4D83-A4A0-8E4C87F8D6AA\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2985},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":2986}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2988},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":2989},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2990},\"_MaxTextWidth\":17,\"_MinTextWidth\":17,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":2979},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2887,\"42347453-BADB-4DB0-9486-C479B704CD7C\",\"B0BBE9B3-B5DD-4E4F-A1AA-1C03BB1BFF4E\",\"8AE3BC44-F336-420E-A2E9-BBA0DC6A3D72\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"2981\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2982},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2983},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2984},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2904},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2890},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2982\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2983\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2984\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2985\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"2986\":{\"style\":{\"__isSmartRef__\":true,\"id\":2987},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2980},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"–\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"2987\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"2988\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2980},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2989\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2990\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2991\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2992},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2993},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2994},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2995},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2916},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2917},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2992\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2993\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"2994\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2995\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2996\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"2997\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2979},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2998\":{\"x\":503,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2999\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3000\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":3001},{\"__isSmartRef__\":true,\"id\":3003},{\"__isSmartRef__\":true,\"id\":3005},{\"__isSmartRef__\":true,\"id\":3007}],\"vector\":{\"__isSmartRef__\":true,\"id\":2926},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"3001\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":3002}},\"3002\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3003\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":3004}},\"3004\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3005\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":3006}},\"3006\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3007\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":3008}},\"3008\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3009\":{\"moveHorizontal\":true},\"3010\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2979},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":2882},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":3011},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"3011\":{\"source\":{\"__isSmartRef__\":true,\"id\":2979},\"target\":{\"__isSmartRef__\":true,\"id\":2882}},\"3012\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2979},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":2882},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":3013},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"3013\":{\"source\":{\"__isSmartRef__\":true,\"id\":2979},\"target\":{\"__isSmartRef__\":true,\"id\":2882}},\"3014\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":3015},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3016},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3017},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3018},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3019},\"_Fill\":{\"__isSmartRef__\":true,\"id\":3020},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3015\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3016\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3017\":{\"x\":542,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3018\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3019\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3020\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":3021},{\"__isSmartRef__\":true,\"id\":3023}],\"vector\":{\"__isSmartRef__\":true,\"id\":2411},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"3021\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":3022}},\"3022\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3023\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":3024}},\"3024\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3025\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"3026\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2883},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3027\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"3028\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3029\":{\"x\":542,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3030\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":3031},{\"__isSmartRef__\":true,\"id\":3046},{\"__isSmartRef__\":true,\"id\":3061},{\"__isSmartRef__\":true,\"id\":3077},{\"__isSmartRef__\":true,\"id\":3093},{\"__isSmartRef__\":true,\"id\":3108},{\"__isSmartRef__\":true,\"id\":3124},{\"__isSmartRef__\":true,\"id\":3140},{\"__isSmartRef__\":true,\"id\":3223},{\"__isSmartRef__\":true,\"id\":3305},{\"__isSmartRef__\":true,\"id\":3320}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":3336},\"id\":\"D2A47B56-EE45-470F-84BA-D984156A2D10\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3343},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3344},\"droppingEnabled\":true,\"halosEnabled\":true,\"isLockOwner\":false,\"layout\":{\"__isSmartRef__\":true,\"id\":3345},\"attributeConnections\":[],\"ownerApp\":{\"__isSmartRef__\":true,\"id\":3346},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"name\":\"PublishPartPanePane\",\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3440},\"isBeingDragged\":false,\"prevScroll\":[0,0],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":3441},\"grabbingEnabled\":false,\"_Position\":{\"__isSmartRef__\":true,\"id\":3442},\"owner\":{\"__isSmartRef__\":true,\"id\":2882},\"target\":{\"__isSmartRef__\":true,\"id\":0},\"derivationIds\":[2888,\"7CD647EF-2BB4-4CD9-9D3B-4EE7BC59ECC2\",\"B983FB4F-9323-4304-9603-5615E93C6C42\",\"E738FAD5-9C83-4390-B193-06C21B6E51B0\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":3443},\"__LivelyClassName__\":\"lively.morphic.Box\",\"withLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"3031\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":3032},\"id\":\"92945235-DEC7-4E50-8A47-73CA85BDB725\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3039},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":3040}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3042},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":3043},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3044},\"_MaxTextWidth\":230,\"_MinTextWidth\":230,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":3030},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":3045},\"previousSelection\":[0,9],\"priorSelectionRange\":[0,9],\"isLockOwner\":false,\"name\":\"NameText\",\"isCopyMorphRef\":true,\"morphRefId\":1,\"derivationIds\":[2889,\"9A8B5C1C-95BB-40F5-B9EF-B89DD5451B64\",\"C49BF160-BBBE-422E-BDDC-B9A98A72ABFF\",\"42B7E940-3BB5-4B79-B5D8-E4C8E780FF3B\"],\"savedTextString\":\"CommitMessageTest1\",\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"3032\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":3033},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3034},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3035},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3036},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3037},\"_Fill\":{\"__isSmartRef__\":true,\"id\":3038},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3033\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3034\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3035\":{\"x\":240,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3036\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3037\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3038\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3039\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"3040\":{\"style\":{\"__isSmartRef__\":true,\"id\":3041},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":3031},\"storedString\":\"MorphDiffer\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"3041\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"3042\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3031},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3043\":{\"x\":10,\"y\":50,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3044\":{\"x\":240,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3045\":{\"x\":119,\"y\":-15,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3046\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":3047},\"id\":\"AB13BA0E-67DB-4859-B95C-1A1B87ED643E\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3054},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":3055}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3057},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":3058},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3059},\"_MaxTextWidth\":510,\"_MinTextWidth\":510,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"name\":\"CommitMessageText\",\"owner\":{\"__isSmartRef__\":true,\"id\":3030},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":3060},\"previousSelection\":[0,15],\"priorSelectionRange\":[0,0],\"charsReplaced\":\"CommitMessageTest1\",\"lastFindLoc\":18,\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2890,\"40048B1D-9547-4EA6-AB66-31168A1C9FAE\",\"8A0DE790-FA6C-41C9-BA2B-84397DA3F39E\",\"DCFEEBC9-D891-408E-A103-19356A96070F\"],\"savedTextString\":\"\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"3047\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":3048},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3049},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3050},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3051},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3052},\"_Fill\":{\"__isSmartRef__\":true,\"id\":3053},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3048\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3049\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3050\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3051\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3052\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3053\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3054\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"3055\":{\"style\":{\"__isSmartRef__\":true,\"id\":3056},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":3046},\"storedString\":\"test\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"3056\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"3057\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3046},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3058\":{\"x\":10,\"y\":260,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3059\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3060\":{\"x\":351,\"y\":-17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3061\":{\"submorphs\":[],\"scripts\":[],\"id\":\"B15D3DC6-D5AD-496B-9637-CB5B76DF9C6B\",\"shape\":{\"__isSmartRef__\":true,\"id\":3062},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":3068},\"_MaxTextWidth\":114,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":3065},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text5\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":3069},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":3070}],\"charsReplaced\":\"some text \",\"lastFindLoc\":10,\"priorSelectionRange\":[0,4],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3072},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3073},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3074},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":3075},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"owner\":{\"__isSmartRef__\":true,\"id\":3030},\"_MinTextWidth\":114,\"_MinTextHeight\":null,\"previousSelection\":[3,3],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":3076},\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2891,\"E101CA30-35F9-42F0-A46C-28671530C787\",\"CE7E7640-C507-43BF-88EF-C4ACE8CCF564\",\"F04823B9-5B0B-4CCA-B8F7-00BD8608ED16\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"3062\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":3063},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3064},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3065},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3066},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3067},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3063\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3064\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3065\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3066\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3067\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3068\":{\"x\":10,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3069\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"3070\":{\"style\":{\"__isSmartRef__\":true,\"id\":3071},\"morph\":{\"__isSmartRef__\":true,\"id\":3061},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":3061},\"storedString\":\"name\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"3071\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"3072\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3073\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"3074\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3061},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3075\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3076\":{\"x\":78,\"y\":-3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3077\":{\"submorphs\":[],\"scripts\":[],\"id\":\"2EFAF5F4-5926-48FD-800B-303F37A2969A\",\"shape\":{\"__isSmartRef__\":true,\"id\":3078},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":3084},\"_MaxTextWidth\":250,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":3081},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text6\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":3085},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":3086}],\"charsReplaced\":\"changes\",\"lastFindLoc\":7,\"priorSelectionRange\":[0,14],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3088},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3089},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3090},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":3091},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":250,\"_MinTextHeight\":null,\"previousSelection\":[0,14],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":3092},\"owner\":{\"__isSmartRef__\":true,\"id\":3030},\"isLockOwner\":false,\"derivationIds\":[2892,\"E5DC0070-3EA2-4212-9AA7-E3C865547E5E\",\"809E256F-82F6-4A22-B614-DE8C08FA5970\",\"272C0F9A-E7EF-4ECE-851D-08ACB35EA24D\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"3078\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":3079},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3080},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3081},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3082},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3083},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3079\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3080\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3081\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3082\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3083\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3084\":{\"x\":10,\"y\":240,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3085\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"3086\":{\"style\":{\"__isSmartRef__\":true,\"id\":3087},\"morph\":{\"__isSmartRef__\":true,\"id\":3077},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":3077},\"storedString\":\"commit message\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"3087\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"3088\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3089\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"3090\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3077},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3091\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3092\":{\"x\":174,\"y\":-21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3093\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":3094},\"id\":\"C1DB726B-1415-4E1D-908B-78E5881EE8E7\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3101},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":3102}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3104},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":3105},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3106},\"_MaxTextWidth\":250,\"_MinTextWidth\":250,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"name\":\"CategoryText\",\"owner\":{\"__isSmartRef__\":true,\"id\":3030},\"previousSelection\":[0,14],\"priorSelectionRange\":[5,5],\"charsReplaced\":\"CommitMessageTest1\",\"lastFindLoc\":18,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":3107},\"isLockOwner\":false,\"derivationIds\":[2893,\"FBE4B17F-DC2B-4783-899B-CF1B051F14D9\",\"A2C45BC5-C44B-4AEA-A29E-ADE3DAF08638\",\"640BD984-1AB2-45B8-BCEC-AB32A6199D68\"],\"savedTextString\":\"PartsBin/Basic\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"3094\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":3095},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3096},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3097},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3098},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3099},\"_Fill\":{\"__isSmartRef__\":true,\"id\":3100},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3095\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3096\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3097\":{\"x\":260,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3098\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3099\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3100\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3101\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"3102\":{\"style\":{\"__isSmartRef__\":true,\"id\":3103},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":3093},\"storedString\":\"PartsBin/BP2012\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"3103\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"3104\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3093},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3105\":{\"x\":270,\"y\":50,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3106\":{\"x\":260,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3107\":{\"x\":132,\"y\":-13,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3108\":{\"submorphs\":[],\"scripts\":[],\"id\":\"85A73059-C4E7-4E1F-9F37-DEFAA9290709\",\"shape\":{\"__isSmartRef__\":true,\"id\":3109},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":3115},\"_MaxTextWidth\":114,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":3112},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text7\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":3116},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":3117}],\"charsReplaced\":\"name\",\"lastFindLoc\":4,\"priorSelectionRange\":[0,8],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3119},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3120},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3121},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":3122},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":114,\"_MinTextHeight\":null,\"previousSelection\":[2,2],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":3123},\"owner\":{\"__isSmartRef__\":true,\"id\":3030},\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2894,\"75F41AE1-CA7A-48D0-AE2C-7AAF6101B89C\",\"CB87A9FB-0776-4109-BDE0-0E8C61F1626C\",\"954BD4D6-BBF2-4D3C-94CA-21A38F66F449\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"3109\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":3110},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3111},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3112},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3113},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3114},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3110\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3111\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3112\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3113\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3114\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3115\":{\"x\":270,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3116\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"3117\":{\"style\":{\"__isSmartRef__\":true,\"id\":3118},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":3108},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"category\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"3118\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"3119\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3120\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"3121\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3108},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3122\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3123\":{\"x\":87,\"y\":-11,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3124\":{\"submorphs\":[],\"scripts\":[],\"id\":\"06D58781-5B08-4305-8A97-14527EB6FD2D\",\"shape\":{\"__isSmartRef__\":true,\"id\":3125},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":3131},\"_MaxTextWidth\":325,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":3128},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text8\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":3132},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":3133}],\"charsReplaced\":\"Publish Object in PartsBin\",\"lastFindLoc\":26,\"priorSelectionRange\":[0,36],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3135},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3136},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3137},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":3138},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":325,\"_MinTextHeight\":null,\"previousSelection\":[0,36],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":3139},\"owner\":{\"__isSmartRef__\":true,\"id\":3030},\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2895,\"3AFBC971-95B4-48C4-888D-22FCBB742090\",\"D0394F71-EBB2-452A-A71F-D172D5B1CAD6\",\"79EDAC74-BD6B-42B1-BBBA-71B07578D1E0\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"3125\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":3126},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3127},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3128},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3129},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3130},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3126\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3127\":{\"x\":325,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3128\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3129\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3130\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3131\":{\"x\":10,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3132\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"3133\":{\"style\":{\"__isSmartRef__\":true,\"id\":3134},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":3124},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Upload part to the shared repository\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"3134\":{\"italics\":\"normal\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"3135\":{\"x\":325,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3136\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"3137\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3124},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3138\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3139\":{\"x\":221,\"y\":-12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3140\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":3141}],\"scripts\":[],\"id\":\"CC70371D-97FE-46B7-BCFE-00738D80754E\",\"shape\":{\"__isSmartRef__\":true,\"id\":3156},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":3160},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":3172},\"label\":{\"__isSmartRef__\":true,\"id\":3141},\"name\":\"Button\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":3181},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":3182}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3218},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3219},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3220},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":3221},\"_Position\":{\"__isSmartRef__\":true,\"id\":3222},\"owner\":{\"__isSmartRef__\":true,\"id\":3030},\"derivationIds\":[2896,\"40384C75-EF01-4AAD-AA1C-A7C19EDB6A0F\",\"21376B8E-78CF-456D-87AA-4D62D86B16D2\",\"E9336A59-C7BF-4C91-88B0-0D0477AA75AE\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"3141\":{\"submorphs\":[],\"scripts\":[],\"id\":\"9051D220-D29A-4EED-BB3B-FF5648C30EC5\",\"shape\":{\"__isSmartRef__\":true,\"id\":3142},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":3148},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":3149},\"_Padding\":{\"__isSmartRef__\":true,\"id\":3150},\"owner\":{\"__isSmartRef__\":true,\"id\":3140},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3151},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":3152}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3154},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3155},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"derivationIds\":[2897,\"92EB5E70-61BB-4A71-942C-A34A20789B2F\",\"A9C9F9CF-1BAC-4074-A093-4EB0C3C90866\",\"2FE50303-6361-4A70-9BD5-0D8D1C8B5176\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"3142\":{\"position\":{\"__isSmartRef__\":true,\"id\":3143},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3144},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3145},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3146},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3147},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3143\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3144\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3145\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3146\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3147\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3148\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3149\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3150\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3151\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3152\":{\"style\":{\"__isSmartRef__\":true,\"id\":3153},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":3141},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"cancel\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"3153\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"3154\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"3155\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3141},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3156\":{\"position\":{\"__isSmartRef__\":true,\"id\":3157},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3158},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3159},\"_Fill\":{\"__isSmartRef__\":true,\"id\":3160},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3170},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3171},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3157\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3158\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3159\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3160\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":3161},{\"__isSmartRef__\":true,\"id\":3163},{\"__isSmartRef__\":true,\"id\":3165},{\"__isSmartRef__\":true,\"id\":3167}],\"vector\":{\"__isSmartRef__\":true,\"id\":3169},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"3161\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":3162}},\"3162\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3163\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":3164}},\"3164\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3165\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":3166}},\"3166\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3167\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":3168}},\"3168\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3169\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3170\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3171\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3172\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":3173},{\"__isSmartRef__\":true,\"id\":3175},{\"__isSmartRef__\":true,\"id\":3177},{\"__isSmartRef__\":true,\"id\":3179}],\"vector\":{\"__isSmartRef__\":true,\"id\":3169},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"3173\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":3174}},\"3174\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3175\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":3176}},\"3176\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3177\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":3178}},\"3178\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3179\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":3180}},\"3180\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3181\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"3182\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":3140},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":3030},\"targetMethodName\":\"onCancel\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":3183},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"3183\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":3184}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":3199},\"id\":352,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3206},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3207},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":3208},{\"__isSmartRef__\":true,\"id\":3209}],\"con\":{\"__isSmartRef__\":true,\"id\":3182},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":3210},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"3184\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":3185},\"id\":353,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3196},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3197},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":3198},\"owner\":{\"__isSmartRef__\":true,\"id\":3183},\"_Rotation\":-2.716760490670451,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"3185\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":3186},{\"__isSmartRef__\":true,\"id\":3187},{\"__isSmartRef__\":true,\"id\":3188},{\"__isSmartRef__\":true,\"id\":3189}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3190},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":3191},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3192},\"_Padding\":{\"__isSmartRef__\":true,\"id\":3193},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3194},\"_Fill\":{\"__isSmartRef__\":true,\"id\":3195},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"3186\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"3187\":{\"isAbsolute\":true,\"x\":0,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"3188\":{\"isAbsolute\":true,\"x\":16,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"3189\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"3190\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"3191\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3192\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3193\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3194\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3195\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3196\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"3197\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3184},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3198\":{\"x\":0.5,\"y\":0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3199\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":3200},{\"__isSmartRef__\":true,\"id\":3201}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3202},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":3203},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3204},\"_Padding\":{\"__isSmartRef__\":true,\"id\":3205},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3194},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"3200\":{\"isAbsolute\":true,\"x\":420,\"y\":190,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"3201\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"3202\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"3203\":{\"x\":-0.5,\"y\":-0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3204\":{\"x\":421,\"y\":191,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3205\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3206\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"3207\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3183},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3208\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3183},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"3209\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3183},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":3184},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"3210\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":3211}},\"3211\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":3212},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString || 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":3217},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"3212\":{\"this\":{\"__isSmartRef__\":true,\"id\":3183},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":3213}},\"3213\":{\"$super\":{\"__isSmartRef__\":true,\"id\":3214}},\"3214\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":3215},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":3216},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"3215\":{\"obj\":{\"__isSmartRef__\":true,\"id\":3183},\"name\":\"morphMenuItems\"},\"3216\":{},\"3217\":{},\"3218\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3219\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"3220\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3140},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3221\":{\"x\":77,\"y\":-5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3222\":{\"x\":420,\"y\":390,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3223\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":3224}],\"scripts\":[],\"id\":\"3E381C20-214F-4B6A-8850-14842617B1FD\",\"shape\":{\"__isSmartRef__\":true,\"id\":3239},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":3243},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":3255},\"label\":{\"__isSmartRef__\":true,\"id\":3224},\"name\":\"Button1\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":3264},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":3265}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3300},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3301},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3302},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":3303},\"_Position\":{\"__isSmartRef__\":true,\"id\":3304},\"owner\":{\"__isSmartRef__\":true,\"id\":3030},\"derivationIds\":[2898,\"9D27A522-4E3D-482F-97CF-3CA3247A3999\",\"4EBF07AD-25C0-4034-BC06-31F137F70FA1\",\"DC6D6B8E-37AE-4815-A81A-AC7071124A26\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"3224\":{\"submorphs\":[],\"scripts\":[],\"id\":\"159124C7-0049-44B3-8DE9-A6D6AE42016A\",\"shape\":{\"__isSmartRef__\":true,\"id\":3225},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":3231},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":3232},\"_Padding\":{\"__isSmartRef__\":true,\"id\":3233},\"owner\":{\"__isSmartRef__\":true,\"id\":3223},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3234},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":3235}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3237},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3238},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"derivationIds\":[2899,\"4F00D1F5-B85C-479E-BDDE-322DF2F432A3\",\"5E7BC7AC-9EF9-4CF5-9196-A542A26534CA\",\"46616896-CA46-4B43-B694-9FB001B32989\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"3225\":{\"position\":{\"__isSmartRef__\":true,\"id\":3226},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3227},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3228},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3229},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3230},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3226\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3227\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3228\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3229\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3230\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3231\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3232\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3233\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3234\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3235\":{\"style\":{\"__isSmartRef__\":true,\"id\":3236},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":3224},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"publish\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"3236\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"3237\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"3238\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3224},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3239\":{\"position\":{\"__isSmartRef__\":true,\"id\":3240},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3241},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3242},\"_Fill\":{\"__isSmartRef__\":true,\"id\":3243},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3253},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3254},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3240\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3241\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3242\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3243\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":3244},{\"__isSmartRef__\":true,\"id\":3246},{\"__isSmartRef__\":true,\"id\":3248},{\"__isSmartRef__\":true,\"id\":3250}],\"vector\":{\"__isSmartRef__\":true,\"id\":3252},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"3244\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":3245}},\"3245\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3246\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":3247}},\"3247\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3248\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":3249}},\"3249\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3250\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":3251}},\"3251\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3252\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3253\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3254\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3255\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":3256},{\"__isSmartRef__\":true,\"id\":3258},{\"__isSmartRef__\":true,\"id\":3260},{\"__isSmartRef__\":true,\"id\":3262}],\"vector\":{\"__isSmartRef__\":true,\"id\":3252},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"3256\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":3257}},\"3257\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3258\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":3259}},\"3259\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3260\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":3261}},\"3261\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3262\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":3263}},\"3263\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3264\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"3265\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":3223},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":3030},\"targetMethodName\":\"onPublish\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":3266},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"3266\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":3267}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":3281},\"id\":139,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3288},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3289},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":3290},{\"__isSmartRef__\":true,\"id\":3291}],\"con\":{\"__isSmartRef__\":true,\"id\":3265},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":3292},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"3267\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":3268},\"id\":140,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3278},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3279},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":3280},\"owner\":{\"__isSmartRef__\":true,\"id\":3266},\"_Rotation\":-2.5917394709132084,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"3268\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":3269},{\"__isSmartRef__\":true,\"id\":3270},{\"__isSmartRef__\":true,\"id\":3271},{\"__isSmartRef__\":true,\"id\":3272}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3273},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":3274},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3275},\"_Padding\":{\"__isSmartRef__\":true,\"id\":3276},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3194},\"_Fill\":{\"__isSmartRef__\":true,\"id\":3277},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"3269\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"3270\":{\"isAbsolute\":true,\"x\":0,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"3271\":{\"isAbsolute\":true,\"x\":16,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"3272\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"3273\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"3274\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3275\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3276\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3277\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3278\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"3279\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3267},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3280\":{\"x\":0.5,\"y\":0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3281\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":3282},{\"__isSmartRef__\":true,\"id\":3283}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3284},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":3285},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3286},\"_Padding\":{\"__isSmartRef__\":true,\"id\":3287},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3194},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"3282\":{\"isAbsolute\":true,\"x\":310,\"y\":190,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"3283\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"3284\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"3285\":{\"x\":-0.5,\"y\":-0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3286\":{\"x\":311,\"y\":191,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3287\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3288\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"3289\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3266},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3290\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3266},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"3291\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3266},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":3267},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"3292\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":3293}},\"3293\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":3294},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString || 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":3299},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"3294\":{\"this\":{\"__isSmartRef__\":true,\"id\":3266},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":3295}},\"3295\":{\"$super\":{\"__isSmartRef__\":true,\"id\":3296}},\"3296\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":3297},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":3298},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"3297\":{\"obj\":{\"__isSmartRef__\":true,\"id\":3266},\"name\":\"morphMenuItems\"},\"3298\":{},\"3299\":{},\"3300\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3301\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"3302\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3223},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3303\":{\"x\":62,\"y\":-12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3304\":{\"x\":310,\"y\":390,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3305\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":3306},\"id\":\"DD361369-55B7-475F-8AA4-D4099EC74BEF\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3313},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":3314}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3316},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":3317},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3318},\"_MaxTextWidth\":510,\"_MinTextWidth\":510,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"name\":\"CommentText\",\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":3319},\"previousSelection\":[139,139],\"priorSelectionRange\":[9,9],\"charsReplaced\":\"CommitMessageTest1\",\"lastFindLoc\":18,\"isLockOwner\":false,\"isBeingDragged\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":3030},\"derivationIds\":[2900,\"7E82C349-9FC9-48B5-B84C-30E99FC40DF2\",\"A07EAFD3-B03B-4E4C-BC72-FB29F65F543A\",\"888FB55C-0365-4B40-A9B4-33FD19FA1E91\"],\"savedTextString\":\"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"3306\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":3307},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3308},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3309},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3310},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3311},\"_Fill\":{\"__isSmartRef__\":true,\"id\":3312},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3307\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3308\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3309\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3310\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3311\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3312\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3313\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"3314\":{\"style\":{\"__isSmartRef__\":true,\"id\":3315},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":3305},\"storedString\":\"Used to diff a version of a morph with the current version in PartsBin\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"3315\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"3316\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3305},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3317\":{\"x\":10,\"y\":110,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3318\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3319\":{\"x\":346,\"y\":-16,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3320\":{\"submorphs\":[],\"scripts\":[],\"id\":\"E71766B4-CF12-4C31-BC70-47D421F1C0F1\",\"shape\":{\"__isSmartRef__\":true,\"id\":3321},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":3327},\"_MaxTextWidth\":250,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":3324},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text9\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":3328},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":3329}],\"charsReplaced\":\"commit message\",\"lastFindLoc\":14,\"priorSelectionRange\":[0,14],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3331},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3332},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3333},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":3334},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":250,\"_MinTextHeight\":null,\"previousSelection\":[0,6],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":3335},\"isLockOwner\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":3030},\"derivationIds\":[2901,\"8E267E15-1052-4F9C-B863-B733384EF1DA\",\"851C46B4-347F-4AE4-9C04-C321E7CC8EA5\",\"D33CE057-77D6-4CCC-90F9-867C622B3572\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"3321\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":3322},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3323},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3324},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3325},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3326},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3322\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3323\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3324\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3325\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3326\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3327\":{\"x\":10,\"y\":90,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3328\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"3329\":{\"style\":{\"__isSmartRef__\":true,\"id\":3330},\"morph\":{\"__isSmartRef__\":true,\"id\":3320},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":3320},\"storedString\":\"comment\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"3330\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"3331\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3332\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"3333\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3320},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3334\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3335\":{\"x\":163,\"y\":-17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3336\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":3337},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3338},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3339},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3340},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3341},\"_Fill\":{\"__isSmartRef__\":true,\"id\":3342},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3337\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3338\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3339\":{\"x\":540,\"y\":420,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3340\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3341\":{\"r\":0.372,\"g\":0.369,\"b\":0.372,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3342\":{\"r\":0.8235294117647058,\"g\":0.8235294117647058,\"b\":0.8235294117647058,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3343\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"3344\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3030},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3345\":{\"adjustForNewBounds\":true,\"resizeWidth\":true,\"resizeHeight\":true},\"3346\":{\"message\":\"Please enter a name for the part\",\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":3347}],\"doNotSerialize\":[\"$$result\"],\"doNotCopyProperties\":[\"$$result\"],\"defaultInput\":\"CommitMessageTest1\",\"panel\":{\"__isSmartRef__\":true,\"id\":3030},\"label\":{\"__isSmartRef__\":true,\"id\":3348},\"cancelButton\":{\"__isSmartRef__\":true,\"id\":3360},\"okButton\":{\"__isSmartRef__\":true,\"id\":3406},\"inputText\":{\"__isSmartRef__\":true,\"id\":3031},\"view\":{\"__isSmartRef__\":true,\"id\":3030},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"result\":\"CommitMessageTest1\",\"__LivelyClassName__\":\"lively.morphic.PromptDialog\"},\"3347\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":3346},\"sourceAttrName\":\"result\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":3346},\"targetMethodName\":\"triggerCallback\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"3348\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":3349},\"id\":3220,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3354},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":3355}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3357},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":3358},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3359},\"_MaxTextWidth\":null,\"_MinTextWidth\":null,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":null,\"isLabel\":true,\"_HandStyle\":\"default\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"isCopyMorphRef\":true,\"morphRefId\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"3349\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":3350},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3351},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3352},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3036},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3037},\"_Fill\":{\"__isSmartRef__\":true,\"id\":3353},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3350\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3351\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3352\":{\"x\":226,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3353\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3354\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"3355\":{\"style\":{\"__isSmartRef__\":true,\"id\":3356},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":3348},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"3356\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"3357\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3348},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3358\":{\"x\":4,\"y\":4,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3359\":{\"x\":226,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3360\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":3361},\"id\":6793,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3377},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3378},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":3379},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3380},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":3367},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":3381},\"label\":{\"__isSmartRef__\":true,\"id\":3390},\"layout\":{\"__isSmartRef__\":true,\"id\":3402},\"owner\":null,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":3403},{\"__isSmartRef__\":true,\"id\":3404}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"isCopyMorphRef\":true,\"morphRefId\":1,\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"3361\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":3362},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3363},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3364},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3365},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3366},\"_Fill\":{\"__isSmartRef__\":true,\"id\":3367},\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3362\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3363\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3364\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3365\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3366\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3367\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":3368},{\"__isSmartRef__\":true,\"id\":3370},{\"__isSmartRef__\":true,\"id\":3372},{\"__isSmartRef__\":true,\"id\":3374}],\"vector\":{\"__isSmartRef__\":true,\"id\":3376},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"3368\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":3369}},\"3369\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3370\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":3371}},\"3371\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3372\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":3373}},\"3373\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3374\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":3375}},\"3375\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3376\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3377\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"3378\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3360},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3379\":{\"x\":478,\"y\":187,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3380\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3381\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":3382},{\"__isSmartRef__\":true,\"id\":3384},{\"__isSmartRef__\":true,\"id\":3386},{\"__isSmartRef__\":true,\"id\":3388}],\"vector\":{\"__isSmartRef__\":true,\"id\":3376},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"3382\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":3383}},\"3383\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3384\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":3385}},\"3385\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3386\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":3387}},\"3387\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3388\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":3389}},\"3389\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3390\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":3391},\"id\":6794,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3396},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":3397}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3399},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":3400},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3401},\"_MaxTextWidth\":60,\"_MinTextWidth\":60,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":null,\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"3391\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":3392},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3393},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3394},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3395},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3037},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3392\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3393\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3394\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3395\":{\"x\":0,\"y\":6,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3396\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"3397\":{\"style\":{\"__isSmartRef__\":true,\"id\":3398},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":3390},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"3398\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"3399\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3390},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3400\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3401\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3402\":{\"moveVertical\":true,\"moveHorizontal\":true},\"3403\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":3360},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":3346},\"targetMethodName\":\"removeTopLevel\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"3404\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":3360},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":3346},\"targetMethodName\":\"result\",\"converter\":null,\"converterString\":\"function () { return null }\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":3405},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"3405\":{\"source\":{\"__isSmartRef__\":true,\"id\":3360},\"target\":{\"__isSmartRef__\":true,\"id\":3346}},\"3406\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":3407},\"id\":6795,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3412},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3413},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":3414},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3415},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":3367},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":3416},\"label\":{\"__isSmartRef__\":true,\"id\":3425},\"layout\":{\"__isSmartRef__\":true,\"id\":3437},\"owner\":null,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":3438},{\"__isSmartRef__\":true,\"id\":3439}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"isCopyMorphRef\":true,\"morphRefId\":2,\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"3407\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":3408},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3409},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3410},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3411},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3366},\"_Fill\":{\"__isSmartRef__\":true,\"id\":3367},\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3408\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3409\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3410\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3411\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3412\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"3413\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3406},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3414\":{\"x\":414,\"y\":187,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3415\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3416\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":3417},{\"__isSmartRef__\":true,\"id\":3419},{\"__isSmartRef__\":true,\"id\":3421},{\"__isSmartRef__\":true,\"id\":3423}],\"vector\":{\"__isSmartRef__\":true,\"id\":3376},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"3417\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":3418}},\"3418\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3419\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":3420}},\"3420\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3421\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":3422}},\"3422\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3423\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":3424}},\"3424\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3425\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":3426},\"id\":6796,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3431},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":3432}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3434},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":3435},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3436},\"_MaxTextWidth\":60,\"_MinTextWidth\":60,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":null,\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"3426\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":3427},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3428},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3429},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3430},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3037},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3427\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3428\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3429\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3430\":{\"x\":0,\"y\":6,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3431\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"3432\":{\"style\":{\"__isSmartRef__\":true,\"id\":3433},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":3425},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"3433\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"3434\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3425},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3435\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3436\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3437\":{\"moveVertical\":true,\"moveHorizontal\":true},\"3438\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":3406},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":3346},\"targetMethodName\":\"removeTopLevel\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"3439\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":3406},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":3031},\"targetMethodName\":\"doSave\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"3440\":{\"x\":540,\"y\":420,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3441\":{\"x\":365,\"y\":-16,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3442\":{\"x\":0,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3443\":{\"copyToPartsBin\":{\"__isSmartRef__\":true,\"id\":3444},\"onPublish\":{\"__isSmartRef__\":true,\"id\":3452},\"onCancel\":{\"__isSmartRef__\":true,\"id\":3456},\"setTarget\":{\"__isSmartRef__\":true,\"id\":3460},\"reset\":{\"__isSmartRef__\":true,\"id\":3464}},\"3444\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":3445},\"source\":\"function copyToPartsBin(morph) {\\n var name = this.get('NameText').textString\\n\\n var info = morph.getPartsBinMetaInfo();\\n morph.setName(name);\\n\\n info.partsSpaceName = this.get('CategoryText').textString\\n info.comment = this.get('CommentText').textString\\n\\n if (! info.changes) info.changes = [];\\n var change = { \\n date: new Date(), \\n author: this.world().getUserName(), \\n message: this.get('CommitMessageText').textString,\\n id: Strings.newUUID()\\n }\\n info.changes.push(change) \\n\\n morph.copyToPartsBin();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":3450},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"3445\":{\"this\":{\"__isSmartRef__\":true,\"id\":3030},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":3446}},\"3446\":{\"$super\":{\"__isSmartRef__\":true,\"id\":3447}},\"3447\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":3448},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":3449},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"3448\":{\"obj\":{\"__isSmartRef__\":true,\"id\":3030},\"name\":\"copyToPartsBin\"},\"3449\":{},\"3450\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":3451}},\"3451\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 15:13:21 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"3452\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":3453},\"source\":\"function onPublish() {\\n if (!this.target) alert(\\\"No target to upload\\\");\\n this.copyToPartsBin(this.target);\\n connect(this.target, 'headRevision', this.owner, 'remove')\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":3454},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"3453\":{\"this\":{\"__isSmartRef__\":true,\"id\":3030}},\"3454\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":3455},\"user\":\"undefined\",\"tags\":[]},\"3455\":{\"isSerializedDate\":true,\"string\":\"Tue Mar 20 2012 12:59:48 GMT+0100 (Mitteleuropäische Zeit)\"},\"3456\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":3457},\"source\":\"function onCancel() {\\n alertOK(\\\"cancel upload \\\") \\n this.owner.remove()\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":3458},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"3457\":{\"this\":{\"__isSmartRef__\":true,\"id\":3030}},\"3458\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":3459}},\"3459\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:52:17 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"3460\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":3461},\"source\":\"function setTarget(morph) {\\n this.target = morph \\n if (!morph) {\\n this.get('NameText').textString = '';\\n this.get('CategoryText').textString = '';\\n this.get('CommentText').textString = ''; \\n this.get('CommitMessageText').textString = '' \\n return\\n }\\n var info = this.target.getPartsBinMetaInfo();\\n this.get('NameText').textString = info.partName || morph.getName();\\n this.get('CategoryText').textString = info.partsSpaceName;\\n this.get('CommentText').textString = info.comment; \\n this.get('CommitMessageText').textString = '' \\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":3462},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"3461\":{\"this\":{\"__isSmartRef__\":true,\"id\":3030}},\"3462\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":3463}},\"3463\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:46:10 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"3464\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":3465},\"source\":\"function reset() {\\n this.setTarget(null)\\n \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":3466},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"3465\":{\"this\":{\"__isSmartRef__\":true,\"id\":3030}},\"3466\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":3467}},\"3467\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:45:36 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"3468\":{\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3469},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3470},\"_BorderWidth\":0,\"_Fill\":null,\"_StrokeOpacity\":0,\"_BorderRadius\":0,\"_Extent\":{\"__isSmartRef__\":true,\"id\":3471},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3469\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3470\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3471\":{\"x\":542,\"y\":242,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3472\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"3473\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2882},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3474\":{\"adjustForNewBounds\":true},\"3475\":{\"x\":542,\"y\":242,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3476\":{\"x\":0,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3477\":{\"x\":463,\"y\":297,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3478\":{\"partName\":\"PublishPartDialog\",\"requiredModules\":[],\"migrationLevel\":4,\"partsSpaceName\":\"PartsBin/BP2012\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A dialog for publishing parts in the PartsBin.\",\"changes\":[{\"__isSmartRef__\":true,\"id\":3479},{\"__isSmartRef__\":true,\"id\":3481},{\"__isSmartRef__\":true,\"id\":3483},{\"__isSmartRef__\":true,\"id\":3485},{\"__isSmartRef__\":true,\"id\":3487},{\"__isSmartRef__\":true,\"id\":3489},{\"__isSmartRef__\":true,\"id\":3491}],\"revisionOnLoad\":146804,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"3479\":{\"date\":{\"__isSmartRef__\":true,\"id\":3480},\"author\":\"undefined\",\"message\":\"init for change - don't remove on click\",\"id\":\"00A6DFFB-70D2-44A4-B5F9-0778E1CA5724\"},\"3480\":{\"isSerializedDate\":true,\"string\":\"Tue Mar 20 2012 12:04:27 GMT+0100 (Mitteleuropäische Zeit)\"},\"3481\":{\"date\":{\"__isSmartRef__\":true,\"id\":3482},\"author\":\"jenslincke\",\"message\":\"- fixed issue 283 (Reproduction: Open part, select publish from menu, focus part name input field in dialog, press enter.-> window pane disappears; window decoration stays; part is not published)\",\"id\":\"1A260BD5-E668-4BD4-B7A2-94E087AB4CE1\"},\"3482\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 26 2012 12:10:41 GMT+0100 (Mitteleuropäische Zeit)\"},\"3483\":{\"date\":{\"__isSmartRef__\":true,\"id\":3484},\"author\":\"jenslincke\",\"message\":\"\"},\"3484\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 16:06:16 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"3485\":{\"date\":{\"__isSmartRef__\":true,\"id\":3486},\"author\":\"jenslincke\",\"message\":\"store an uuid when publishing an object\"},\"3486\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 15:15:02 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"3487\":{\"date\":{\"__isSmartRef__\":true,\"id\":3488},\"author\":\"jenslincke\",\"message\":\"\"},\"3488\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:52:26 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"3489\":{\"date\":{\"__isSmartRef__\":true,\"id\":3490},\"author\":\"jenslincke\",\"message\":\"first commit of Publish dialog using the publish dialog itself!\"},\"3490\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:54:16 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"3491\":{\"date\":{\"__isSmartRef__\":true,\"id\":3492},\"author\":\"undefined\",\"message\":\"\",\"id\":\"A5F4EACF-EF62-483F-B8B3-65966A895FA4\"},\"3492\":{\"isSerializedDate\":true,\"string\":\"Tue Mar 20 2012 13:00:03 GMT+0100 (Mitteleuropäische Zeit)\"},\"3493\":{\"x\":746.5,\"y\":317,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3494\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":0},\"sourceAttrName\":\"headRevision\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":3495},\"targetMethodName\":\"remove\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"3495\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":3496},{\"__isSmartRef__\":true,\"id\":3644}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4134},\"id\":\"0E549033-D4D4-4463-B62C-DAE1FBA61047\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4138},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4139},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":4140},\"LK2\":true,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4141},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":3644},\"titleBar\":{\"__isSmartRef__\":true,\"id\":3496},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":4142},\"collapsedTransform\":null,\"collapsedExtent\":null,\"expandedTransform\":null,\"expandedExtent\":null,\"ignoreEventsOnExpand\":false,\"highlighted\":true,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":4143},\"isBeingDragged\":false,\"showsHalos\":false,\"name\":\"PublishPartDialog\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":4144},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":4163},{\"__isSmartRef__\":true,\"id\":4777}],\"doNotSerialize\":[\"$$headRevision\"],\"doNotCopyProperties\":[\"$$headRevision\"],\"prevScroll\":[0,0],\"_Position\":{\"__isSmartRef__\":true,\"id\":5442},\"isCopyMorphRef\":true,\"morphRefId\":12,\"derivationIds\":[2879,\"91414FD8-3775-435F-96A6-39E0CB891CD7\",\"9CB574CD-94E3-465A-B85C-91F97E070BC3\",\"C9D390C2-399F-44AF-A316-A4A117E5F7B6\",\"0A0B9181-A04D-441B-944F-585ED335E81B\"],\"moved\":true,\"_Rotation\":0,\"_Scale\":1,\"owner\":null,\"headRevision\":147095,\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"3496\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":3497},{\"__isSmartRef__\":true,\"id\":3511},{\"__isSmartRef__\":true,\"id\":3558},{\"__isSmartRef__\":true,\"id\":3592}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":3627},\"id\":\"BF2B4FCB-0396-4DC6-8772-077735F1A8B9\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3639},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3640},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":3641},\"_Position\":{\"__isSmartRef__\":true,\"id\":3642},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":3495},\"label\":{\"__isSmartRef__\":true,\"id\":3497},\"closeButton\":{\"__isSmartRef__\":true,\"id\":3511},\"menuButton\":{\"__isSmartRef__\":true,\"id\":3558},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":3592},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3643},\"owner\":{\"__isSmartRef__\":true,\"id\":3495},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2880,\"108B5871-F6C8-4442-82D1-F8776D2C85A2\",\"503529CB-0F23-4456-8597-CD5E86CF03F0\",\"4FB4914E-E245-4D67-BE3B-63091E2C8C95\",\"B69B0DCD-8CC6-4A06-B738-A12B5269CD7D\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"3497\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":3498},\"id\":\"B0045600-73B0-4E1C-8C5C-1E7C772C1973\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3504},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":3505}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3507},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"layout\":{\"__isSmartRef__\":true,\"id\":3508},\"_Align\":\"center\",\"eventsAreIgnored\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":3496},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3509},\"_MaxTextWidth\":483,\"_MinTextWidth\":483,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"_Position\":{\"__isSmartRef__\":true,\"id\":3510},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2881,\"A06A709C-AD42-48D0-A66A-9C21EA4F4E66\",\"EE1A345D-476E-4E22-BE89-E59A0C11001B\",\"90634CE5-77D0-4064-961C-4CBADE59C6F8\",\"C26670E3-5765-406B-972F-888FD1EAF967\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"3498\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":3499},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3500},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3501},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3502},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3503},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3499\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3500\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3501\":{\"x\":483,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3502\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3503\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3504\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"3505\":{\"style\":{\"__isSmartRef__\":true,\"id\":3506},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":3497},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Publish in PartsBin\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"3506\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"3507\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3497},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3508\":{\"resizeWidth\":true},\"3509\":{\"x\":483,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3510\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3511\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":3512}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":3524},\"id\":\"0327FBAB-B8EB-4FCD-B03E-F4EDB5B56E01\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3540},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3541},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":3542},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3543},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":3530},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":3544},\"label\":{\"__isSmartRef__\":true,\"id\":3512},\"owner\":{\"__isSmartRef__\":true,\"id\":3496},\"layout\":{\"__isSmartRef__\":true,\"id\":3553},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":3554},{\"__isSmartRef__\":true,\"id\":3556}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"prevScroll\":[0,0],\"derivationIds\":[2882,\"6FF08B49-B1B5-4E12-8CE8-DF895115627D\",\"7F48C6F9-BB0C-405E-991B-410F179F7FE6\",\"8405D63F-4E07-4FE8-9008-DD8AE000B5C8\",\"D81DD158-CA4D-44A9-B0A6-3FD7DF7EFD68\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"3512\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":3513},\"id\":\"B42DCE80-8947-4191-8133-E864D6939272\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3518},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":3519}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3521},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":3522},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3523},\"_MaxTextWidth\":17,\"_MinTextWidth\":17,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":3511},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2883,\"9FBA502B-65B1-4FF2-A0A6-9951E3C50B9C\",\"9F297DAE-65AA-45A3-AFAE-BD35F359E24A\",\"75386CDF-09C9-47F2-8762-F737A49FD645\",\"C43A7038-D61D-47C7-BFA8-8C8A77627643\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"3513\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":3514},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3515},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3516},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3517},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3503},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3514\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3515\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3516\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3517\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3518\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"3519\":{\"style\":{\"__isSmartRef__\":true,\"id\":3520},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":3512},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"X\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"3520\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"3521\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3512},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3522\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3523\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3524\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":3525},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3526},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3527},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3528},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3529},\"_Fill\":{\"__isSmartRef__\":true,\"id\":3530},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3525\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3526\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3527\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3528\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3529\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3530\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":3531},{\"__isSmartRef__\":true,\"id\":3533},{\"__isSmartRef__\":true,\"id\":3535},{\"__isSmartRef__\":true,\"id\":3537}],\"vector\":{\"__isSmartRef__\":true,\"id\":3539},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"3531\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":3532}},\"3532\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3533\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":3534}},\"3534\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3535\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":3536}},\"3536\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3537\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":3538}},\"3538\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3539\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3540\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"3541\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3511},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3542\":{\"x\":522,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3543\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3544\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":3545},{\"__isSmartRef__\":true,\"id\":3547},{\"__isSmartRef__\":true,\"id\":3549},{\"__isSmartRef__\":true,\"id\":3551}],\"vector\":{\"__isSmartRef__\":true,\"id\":3539},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"3545\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":3546}},\"3546\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3547\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":3548}},\"3548\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3549\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":3550}},\"3550\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3551\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":3552}},\"3552\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3553\":{\"moveHorizontal\":true},\"3554\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":3511},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":3495},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":3555},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"3555\":{\"source\":{\"__isSmartRef__\":true,\"id\":3511},\"target\":{\"__isSmartRef__\":true,\"id\":3495}},\"3556\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":3511},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":3495},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":3557},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"3557\":{\"source\":{\"__isSmartRef__\":true,\"id\":3511},\"target\":{\"__isSmartRef__\":true,\"id\":3495}},\"3558\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":3559}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":3570},\"id\":\"9D50B9A4-903B-420F-B52E-83FC0EEB0C65\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3575},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3576},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":3577},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3578},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":3530},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":3579},\"label\":{\"__isSmartRef__\":true,\"id\":3559},\"owner\":{\"__isSmartRef__\":true,\"id\":3496},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":3588},{\"__isSmartRef__\":true,\"id\":3590}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"derivationIds\":[2884,\"64F20257-1A1D-4B3E-97C4-BC5D1F1E14B5\",\"A377FFCE-0FDC-41B6-BD34-D9F0507B57DA\",\"7334352E-B497-4F10-8C06-FBE36AA778C7\",\"E8269870-961E-49ED-ACE6-3CB90CD1937A\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"3559\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":3560},\"id\":\"19EB3A98-8FFF-4B4F-A271-47C4F187DE3A\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3564},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":3565}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3567},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":3568},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3569},\"_MaxTextWidth\":17,\"_MinTextWidth\":17,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":3558},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[2885,\"EC48B50E-CD5B-46FB-BF78-484373EED980\",\"59F8AF9B-799B-413B-86B2-BFD03A4B2559\",\"F8293A60-E9DB-40E3-B202-D547939F8A8D\",\"30E16AEA-8638-441D-A4B6-A7F2EB4D1987\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"3560\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":3561},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3562},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3563},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3517},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3503},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3561\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3562\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3563\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3564\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"3565\":{\"style\":{\"__isSmartRef__\":true,\"id\":3566},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":3559},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"M\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"3566\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"3567\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3559},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3568\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3569\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3570\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":3571},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3572},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3573},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3574},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3529},\"_Fill\":{\"__isSmartRef__\":true,\"id\":3530},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3571\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3572\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3573\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3574\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3575\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"3576\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3558},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3577\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3578\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3579\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":3580},{\"__isSmartRef__\":true,\"id\":3582},{\"__isSmartRef__\":true,\"id\":3584},{\"__isSmartRef__\":true,\"id\":3586}],\"vector\":{\"__isSmartRef__\":true,\"id\":3539},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"3580\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":3581}},\"3581\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3582\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":3583}},\"3583\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3584\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":3585}},\"3585\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3586\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":3587}},\"3587\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3588\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":3558},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":3495},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":3589},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"3589\":{\"source\":{\"__isSmartRef__\":true,\"id\":3558},\"target\":{\"__isSmartRef__\":true,\"id\":3495}},\"3590\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":3558},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":3495},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":3591},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"3591\":{\"source\":{\"__isSmartRef__\":true,\"id\":3558},\"target\":{\"__isSmartRef__\":true,\"id\":3495}},\"3592\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":3593}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":3604},\"id\":\"2A3AC498-3070-4F7F-A52D-92498E5021D4\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3609},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3610},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":3611},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3612},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":3530},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":3613},\"label\":{\"__isSmartRef__\":true,\"id\":3593},\"owner\":{\"__isSmartRef__\":true,\"id\":3496},\"layout\":{\"__isSmartRef__\":true,\"id\":3622},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":3623},{\"__isSmartRef__\":true,\"id\":3625}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"prevScroll\":[0,0],\"derivationIds\":[2886,\"9FC4F0BE-916D-456B-AEC7-E6C1AC6040CA\",\"A0A4775F-7F2F-4563-840D-CAA5CB435D75\",\"C87D3EB9-4C3B-4230-9794-F5B71B528C74\",\"D62C35A2-6803-4217-9DFD-0E480D4B82AE\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"3593\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":3594},\"id\":\"40BE355C-9677-4433-B6AF-51865534839A\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3598},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":3599}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3601},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":3602},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3603},\"_MaxTextWidth\":17,\"_MinTextWidth\":17,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":3592},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2887,\"42347453-BADB-4DB0-9486-C479B704CD7C\",\"B0BBE9B3-B5DD-4E4F-A1AA-1C03BB1BFF4E\",\"8AE3BC44-F336-420E-A2E9-BBA0DC6A3D72\",\"3DC5BABC-5EF1-4FC6-805B-0FC1CC02282F\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"3594\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":3595},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3596},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3597},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3517},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3503},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3595\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3596\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3597\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3598\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"3599\":{\"style\":{\"__isSmartRef__\":true,\"id\":3600},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":3593},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"–\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"3600\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"3601\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3593},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3602\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3603\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3604\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":3605},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3606},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3607},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3608},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3529},\"_Fill\":{\"__isSmartRef__\":true,\"id\":3530},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3605\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3606\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3607\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3608\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3609\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"3610\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3592},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3611\":{\"x\":503,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3612\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3613\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":3614},{\"__isSmartRef__\":true,\"id\":3616},{\"__isSmartRef__\":true,\"id\":3618},{\"__isSmartRef__\":true,\"id\":3620}],\"vector\":{\"__isSmartRef__\":true,\"id\":3539},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"3614\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":3615}},\"3615\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3616\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":3617}},\"3617\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3618\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":3619}},\"3619\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3620\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":3621}},\"3621\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3622\":{\"moveHorizontal\":true},\"3623\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":3592},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":3495},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":3624},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"3624\":{\"source\":{\"__isSmartRef__\":true,\"id\":3592},\"target\":{\"__isSmartRef__\":true,\"id\":3495}},\"3625\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":3592},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":3495},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":3626},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"3626\":{\"source\":{\"__isSmartRef__\":true,\"id\":3592},\"target\":{\"__isSmartRef__\":true,\"id\":3495}},\"3627\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":3628},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3629},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3630},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3631},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3632},\"_Fill\":{\"__isSmartRef__\":true,\"id\":3633},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3628\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3629\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3630\":{\"x\":542,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3631\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3632\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3633\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":3634},{\"__isSmartRef__\":true,\"id\":3636}],\"vector\":{\"__isSmartRef__\":true,\"id\":3638},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"3634\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":3635}},\"3635\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3636\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":3637}},\"3637\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3638\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3639\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"3640\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3496},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3641\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"3642\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3643\":{\"x\":542,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3644\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":3645},{\"__isSmartRef__\":true,\"id\":3660},{\"__isSmartRef__\":true,\"id\":3675},{\"__isSmartRef__\":true,\"id\":3691},{\"__isSmartRef__\":true,\"id\":3707},{\"__isSmartRef__\":true,\"id\":3722},{\"__isSmartRef__\":true,\"id\":3738},{\"__isSmartRef__\":true,\"id\":3754},{\"__isSmartRef__\":true,\"id\":3837},{\"__isSmartRef__\":true,\"id\":3919},{\"__isSmartRef__\":true,\"id\":3934},{\"__isSmartRef__\":true,\"id\":3950}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":3998},\"id\":\"2FFCF857-038B-4717-B43C-885673E6D02E\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4005},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4006},\"droppingEnabled\":true,\"halosEnabled\":true,\"isLockOwner\":false,\"layout\":{\"__isSmartRef__\":true,\"id\":4007},\"attributeConnections\":[],\"ownerApp\":{\"__isSmartRef__\":true,\"id\":4008},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"name\":\"PublishPartPanePane\",\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4102},\"isBeingDragged\":false,\"prevScroll\":[0,0],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":4103},\"grabbingEnabled\":false,\"_Position\":{\"__isSmartRef__\":true,\"id\":4104},\"owner\":{\"__isSmartRef__\":true,\"id\":3495},\"target\":{\"__isSmartRef__\":true,\"id\":0},\"derivationIds\":[2888,\"7CD647EF-2BB4-4CD9-9D3B-4EE7BC59ECC2\",\"B983FB4F-9323-4304-9603-5615E93C6C42\",\"E738FAD5-9C83-4390-B193-06C21B6E51B0\",\"5ED6DC7B-74C2-4149-BF56-1622F302C51E\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":4105},\"__LivelyClassName__\":\"lively.morphic.Box\",\"withLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"3645\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":3646},\"id\":\"FF341356-D593-41A6-8C99-4D69EC22CDD8\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3653},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":3654}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3656},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":3657},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3658},\"_MaxTextWidth\":230,\"_MinTextWidth\":230,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":3644},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":3659},\"previousSelection\":[0,9],\"priorSelectionRange\":[0,9],\"isLockOwner\":false,\"name\":\"NameText\",\"isCopyMorphRef\":true,\"morphRefId\":1,\"derivationIds\":[2889,\"9A8B5C1C-95BB-40F5-B9EF-B89DD5451B64\",\"C49BF160-BBBE-422E-BDDC-B9A98A72ABFF\",\"42B7E940-3BB5-4B79-B5D8-E4C8E780FF3B\",\"50B247C7-D8F3-4CF5-BD3F-2A2867827CF1\"],\"savedTextString\":\"CommitMessageTest1\",\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"3646\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":3647},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3648},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3649},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3650},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3651},\"_Fill\":{\"__isSmartRef__\":true,\"id\":3652},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3647\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3648\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3649\":{\"x\":240,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3650\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3651\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3652\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3653\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"3654\":{\"style\":{\"__isSmartRef__\":true,\"id\":3655},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":3645},\"storedString\":\"MorphDiffer\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"3655\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"3656\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3645},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3657\":{\"x\":10,\"y\":50,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3658\":{\"x\":240,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3659\":{\"x\":119,\"y\":-15,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3660\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":3661},\"id\":\"8D3D21E9-9FC9-4E00-A646-C37A9AF4FAFC\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3668},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":3669}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3671},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":3672},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3673},\"_MaxTextWidth\":510,\"_MinTextWidth\":510,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"name\":\"CommitMessageText\",\"owner\":{\"__isSmartRef__\":true,\"id\":3644},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":3674},\"previousSelection\":[20,20],\"priorSelectionRange\":[36,36],\"charsReplaced\":\"CommitMessageTest1\",\"lastFindLoc\":18,\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2890,\"40048B1D-9547-4EA6-AB66-31168A1C9FAE\",\"8A0DE790-FA6C-41C9-BA2B-84397DA3F39E\",\"DCFEEBC9-D891-408E-A103-19356A96070F\",\"EAEE386C-B48C-44E1-B80C-6830217A2FC6\"],\"savedTextString\":\"\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"3661\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":3662},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3663},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3664},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3665},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3666},\"_Fill\":{\"__isSmartRef__\":true,\"id\":3667},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3662\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3663\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3664\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3665\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3666\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3667\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3668\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"3669\":{\"style\":{\"__isSmartRef__\":true,\"id\":3670},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":3660},\"storedString\":\"keep scale of PartsBin version if it is smaller than the preview pane\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"3670\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"3671\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3660},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3672\":{\"x\":10,\"y\":260,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3673\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3674\":{\"x\":351,\"y\":-17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3675\":{\"submorphs\":[],\"scripts\":[],\"id\":\"2A09EC05-AB20-4082-9D0E-578617BBB6B9\",\"shape\":{\"__isSmartRef__\":true,\"id\":3676},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":3682},\"_MaxTextWidth\":114,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":3679},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text5\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":3683},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":3684}],\"charsReplaced\":\"some text \",\"lastFindLoc\":10,\"priorSelectionRange\":[0,4],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3686},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3687},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3688},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":3689},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"owner\":{\"__isSmartRef__\":true,\"id\":3644},\"_MinTextWidth\":114,\"_MinTextHeight\":null,\"previousSelection\":[3,3],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":3690},\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2891,\"E101CA30-35F9-42F0-A46C-28671530C787\",\"CE7E7640-C507-43BF-88EF-C4ACE8CCF564\",\"F04823B9-5B0B-4CCA-B8F7-00BD8608ED16\",\"DD4402A8-C90A-4187-92DA-813F59FF86E6\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"3676\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":3677},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3678},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3679},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3680},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3681},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3677\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3678\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3679\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3680\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3681\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3682\":{\"x\":10,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3683\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"3684\":{\"style\":{\"__isSmartRef__\":true,\"id\":3685},\"morph\":{\"__isSmartRef__\":true,\"id\":3675},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":3675},\"storedString\":\"name\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"3685\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"3686\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3687\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"3688\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3675},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3689\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3690\":{\"x\":78,\"y\":-3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3691\":{\"submorphs\":[],\"scripts\":[],\"id\":\"F9F4E6B8-220D-456E-8CB2-05513AA855DC\",\"shape\":{\"__isSmartRef__\":true,\"id\":3692},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":3698},\"_MaxTextWidth\":250,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":3695},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text6\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":3699},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":3700}],\"charsReplaced\":\"changes\",\"lastFindLoc\":7,\"priorSelectionRange\":[0,14],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3702},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3703},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3704},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":3705},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":250,\"_MinTextHeight\":null,\"previousSelection\":[0,14],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":3706},\"owner\":{\"__isSmartRef__\":true,\"id\":3644},\"isLockOwner\":false,\"derivationIds\":[2892,\"E5DC0070-3EA2-4212-9AA7-E3C865547E5E\",\"809E256F-82F6-4A22-B614-DE8C08FA5970\",\"272C0F9A-E7EF-4ECE-851D-08ACB35EA24D\",\"8AA544F8-6F47-454D-AE18-A264ACDEFA7E\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"3692\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":3693},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3694},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3695},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3696},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3697},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3693\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3694\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3695\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3696\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3697\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3698\":{\"x\":10,\"y\":240,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3699\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"3700\":{\"style\":{\"__isSmartRef__\":true,\"id\":3701},\"morph\":{\"__isSmartRef__\":true,\"id\":3691},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":3691},\"storedString\":\"commit message\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"3701\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"3702\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3703\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"3704\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3691},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3705\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3706\":{\"x\":174,\"y\":-21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3707\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":3708},\"id\":\"CAD3EB4E-1C44-4AE8-9336-CE6BDAFFBBFC\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3715},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":3716}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3718},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":3719},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3720},\"_MaxTextWidth\":250,\"_MinTextWidth\":250,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"name\":\"CategoryText\",\"owner\":{\"__isSmartRef__\":true,\"id\":3644},\"previousSelection\":[0,14],\"priorSelectionRange\":[5,5],\"charsReplaced\":\"CommitMessageTest1\",\"lastFindLoc\":18,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":3721},\"isLockOwner\":false,\"derivationIds\":[2893,\"FBE4B17F-DC2B-4783-899B-CF1B051F14D9\",\"A2C45BC5-C44B-4AEA-A29E-ADE3DAF08638\",\"640BD984-1AB2-45B8-BCEC-AB32A6199D68\",\"BE2E06DB-4DFC-4628-9FED-8F3E87D18E07\"],\"savedTextString\":\"PartsBin/Basic\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"3708\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":3709},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3710},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3711},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3712},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3713},\"_Fill\":{\"__isSmartRef__\":true,\"id\":3714},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3709\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3710\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3711\":{\"x\":260,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3712\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3713\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3714\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3715\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"3716\":{\"style\":{\"__isSmartRef__\":true,\"id\":3717},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":3707},\"storedString\":\"PartsBin/BP2012/\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"3717\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"3718\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3707},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3719\":{\"x\":270,\"y\":50,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3720\":{\"x\":260,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3721\":{\"x\":132,\"y\":-13,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3722\":{\"submorphs\":[],\"scripts\":[],\"id\":\"5A00F9EF-21B4-43D8-9D37-6B92456A02DB\",\"shape\":{\"__isSmartRef__\":true,\"id\":3723},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":3729},\"_MaxTextWidth\":114,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":3726},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text7\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":3730},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":3731}],\"charsReplaced\":\"name\",\"lastFindLoc\":4,\"priorSelectionRange\":[0,8],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3733},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3734},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3735},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":3736},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":114,\"_MinTextHeight\":null,\"previousSelection\":[2,2],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":3737},\"owner\":{\"__isSmartRef__\":true,\"id\":3644},\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2894,\"75F41AE1-CA7A-48D0-AE2C-7AAF6101B89C\",\"CB87A9FB-0776-4109-BDE0-0E8C61F1626C\",\"954BD4D6-BBF2-4D3C-94CA-21A38F66F449\",\"5C78A757-B050-43F1-B4CF-26CE9CC58B03\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"3723\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":3724},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3725},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3726},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3727},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3728},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3724\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3725\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3726\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3727\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3728\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3729\":{\"x\":270,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3730\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"3731\":{\"style\":{\"__isSmartRef__\":true,\"id\":3732},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":3722},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"category\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"3732\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"3733\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3734\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"3735\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3722},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3736\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3737\":{\"x\":87,\"y\":-11,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3738\":{\"submorphs\":[],\"scripts\":[],\"id\":\"5C2FFCFD-715C-4F5F-BE98-FF882F3C79C1\",\"shape\":{\"__isSmartRef__\":true,\"id\":3739},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":3745},\"_MaxTextWidth\":325,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":3742},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text8\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":3746},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":3747}],\"charsReplaced\":\"Publish Object in PartsBin\",\"lastFindLoc\":26,\"priorSelectionRange\":[0,36],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3749},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3750},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3751},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":3752},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":325,\"_MinTextHeight\":null,\"previousSelection\":[0,36],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":3753},\"owner\":{\"__isSmartRef__\":true,\"id\":3644},\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2895,\"3AFBC971-95B4-48C4-888D-22FCBB742090\",\"D0394F71-EBB2-452A-A71F-D172D5B1CAD6\",\"79EDAC74-BD6B-42B1-BBBA-71B07578D1E0\",\"C19A8344-D637-44B7-BB1F-FD0153E5A62B\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"3739\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":3740},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3741},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3742},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3743},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3744},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3740\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3741\":{\"x\":325,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3742\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3743\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3744\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3745\":{\"x\":10,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3746\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"3747\":{\"style\":{\"__isSmartRef__\":true,\"id\":3748},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":3738},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Upload part to the shared repository\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"3748\":{\"italics\":\"normal\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"3749\":{\"x\":325,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3750\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"3751\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3738},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3752\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3753\":{\"x\":221,\"y\":-12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3754\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":3755}],\"scripts\":[],\"id\":\"ED212318-CCD7-48EC-A384-3A81EF32AEAA\",\"shape\":{\"__isSmartRef__\":true,\"id\":3770},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":3774},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":3786},\"label\":{\"__isSmartRef__\":true,\"id\":3755},\"name\":\"Button\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":3795},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":3796}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3832},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3833},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3834},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":3835},\"_Position\":{\"__isSmartRef__\":true,\"id\":3836},\"owner\":{\"__isSmartRef__\":true,\"id\":3644},\"derivationIds\":[2896,\"40384C75-EF01-4AAD-AA1C-A7C19EDB6A0F\",\"21376B8E-78CF-456D-87AA-4D62D86B16D2\",\"E9336A59-C7BF-4C91-88B0-0D0477AA75AE\",\"A5E21E04-05F3-4A15-AAFA-55946EEC5F80\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"3755\":{\"submorphs\":[],\"scripts\":[],\"id\":\"0A813E4B-403F-4161-AD35-6AA1684D66D1\",\"shape\":{\"__isSmartRef__\":true,\"id\":3756},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":3762},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":3763},\"_Padding\":{\"__isSmartRef__\":true,\"id\":3764},\"owner\":{\"__isSmartRef__\":true,\"id\":3754},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3765},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":3766}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3768},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3769},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"derivationIds\":[2897,\"92EB5E70-61BB-4A71-942C-A34A20789B2F\",\"A9C9F9CF-1BAC-4074-A093-4EB0C3C90866\",\"2FE50303-6361-4A70-9BD5-0D8D1C8B5176\",\"D774C172-7EE9-40AE-9949-340BA8EDBD37\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"3756\":{\"position\":{\"__isSmartRef__\":true,\"id\":3757},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3758},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3759},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3760},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3761},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3757\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3758\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3759\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3760\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3761\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3762\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3763\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3764\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3765\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3766\":{\"style\":{\"__isSmartRef__\":true,\"id\":3767},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":3755},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"cancel\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"3767\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"3768\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"3769\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3755},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3770\":{\"position\":{\"__isSmartRef__\":true,\"id\":3771},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3772},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3773},\"_Fill\":{\"__isSmartRef__\":true,\"id\":3774},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3784},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3785},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3771\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3772\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3773\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3774\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":3775},{\"__isSmartRef__\":true,\"id\":3777},{\"__isSmartRef__\":true,\"id\":3779},{\"__isSmartRef__\":true,\"id\":3781}],\"vector\":{\"__isSmartRef__\":true,\"id\":3783},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"3775\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":3776}},\"3776\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3777\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":3778}},\"3778\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3779\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":3780}},\"3780\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3781\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":3782}},\"3782\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3783\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3784\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3785\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3786\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":3787},{\"__isSmartRef__\":true,\"id\":3789},{\"__isSmartRef__\":true,\"id\":3791},{\"__isSmartRef__\":true,\"id\":3793}],\"vector\":{\"__isSmartRef__\":true,\"id\":3783},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"3787\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":3788}},\"3788\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3789\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":3790}},\"3790\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3791\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":3792}},\"3792\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3793\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":3794}},\"3794\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3795\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"3796\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":3754},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":3644},\"targetMethodName\":\"onCancel\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":3797},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"3797\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":3798}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":3813},\"id\":352,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3820},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3821},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":3822},{\"__isSmartRef__\":true,\"id\":3823}],\"con\":{\"__isSmartRef__\":true,\"id\":3796},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":3824},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"3798\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":3799},\"id\":353,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3810},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3811},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":3812},\"owner\":{\"__isSmartRef__\":true,\"id\":3797},\"_Rotation\":-2.716760490670451,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"3799\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":3800},{\"__isSmartRef__\":true,\"id\":3801},{\"__isSmartRef__\":true,\"id\":3802},{\"__isSmartRef__\":true,\"id\":3803}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3804},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":3805},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3806},\"_Padding\":{\"__isSmartRef__\":true,\"id\":3807},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3808},\"_Fill\":{\"__isSmartRef__\":true,\"id\":3809},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"3800\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"3801\":{\"isAbsolute\":true,\"x\":0,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"3802\":{\"isAbsolute\":true,\"x\":16,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"3803\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"3804\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"3805\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3806\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3807\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3808\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3809\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3810\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"3811\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3798},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3812\":{\"x\":0.5,\"y\":0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3813\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":3814},{\"__isSmartRef__\":true,\"id\":3815}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3816},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":3817},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3818},\"_Padding\":{\"__isSmartRef__\":true,\"id\":3819},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3808},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"3814\":{\"isAbsolute\":true,\"x\":420,\"y\":190,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"3815\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"3816\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"3817\":{\"x\":-0.5,\"y\":-0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3818\":{\"x\":421,\"y\":191,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3819\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3820\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"3821\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3797},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3822\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3797},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"3823\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3797},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":3798},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"3824\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":3825}},\"3825\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":3826},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString || 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":3831},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"3826\":{\"this\":{\"__isSmartRef__\":true,\"id\":3797},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":3827}},\"3827\":{\"$super\":{\"__isSmartRef__\":true,\"id\":3828}},\"3828\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":3829},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":3830},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"3829\":{\"obj\":{\"__isSmartRef__\":true,\"id\":3797},\"name\":\"morphMenuItems\"},\"3830\":{},\"3831\":{},\"3832\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3833\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"3834\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3754},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3835\":{\"x\":77,\"y\":-5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3836\":{\"x\":420,\"y\":390,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3837\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":3838}],\"scripts\":[],\"id\":\"DF94DBC1-3F8B-4BF4-8502-AC4E785EEA19\",\"shape\":{\"__isSmartRef__\":true,\"id\":3853},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":3857},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":3869},\"label\":{\"__isSmartRef__\":true,\"id\":3838},\"name\":\"Button1\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":3878},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":3879}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3914},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3915},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3916},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":3917},\"_Position\":{\"__isSmartRef__\":true,\"id\":3918},\"owner\":{\"__isSmartRef__\":true,\"id\":3644},\"derivationIds\":[2898,\"9D27A522-4E3D-482F-97CF-3CA3247A3999\",\"4EBF07AD-25C0-4034-BC06-31F137F70FA1\",\"DC6D6B8E-37AE-4815-A81A-AC7071124A26\",\"42DF6D49-8482-40A3-B901-512013BB5C75\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"3838\":{\"submorphs\":[],\"scripts\":[],\"id\":\"D592008E-9E66-4049-B604-E946FD1B1203\",\"shape\":{\"__isSmartRef__\":true,\"id\":3839},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":3845},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":3846},\"_Padding\":{\"__isSmartRef__\":true,\"id\":3847},\"owner\":{\"__isSmartRef__\":true,\"id\":3837},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3848},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":3849}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3851},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3852},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"derivationIds\":[2899,\"4F00D1F5-B85C-479E-BDDE-322DF2F432A3\",\"5E7BC7AC-9EF9-4CF5-9196-A542A26534CA\",\"46616896-CA46-4B43-B694-9FB001B32989\",\"F73D407C-A72D-414B-AB8D-1E28025BCA1C\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"3839\":{\"position\":{\"__isSmartRef__\":true,\"id\":3840},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3841},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3842},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3843},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3844},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3840\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3841\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3842\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3843\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3844\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3845\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3846\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3847\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3848\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3849\":{\"style\":{\"__isSmartRef__\":true,\"id\":3850},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":3838},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"publish\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"3850\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"3851\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"3852\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3838},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3853\":{\"position\":{\"__isSmartRef__\":true,\"id\":3854},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3855},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3856},\"_Fill\":{\"__isSmartRef__\":true,\"id\":3857},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3867},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3868},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3854\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3855\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3856\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3857\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":3858},{\"__isSmartRef__\":true,\"id\":3860},{\"__isSmartRef__\":true,\"id\":3862},{\"__isSmartRef__\":true,\"id\":3864}],\"vector\":{\"__isSmartRef__\":true,\"id\":3866},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"3858\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":3859}},\"3859\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3860\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":3861}},\"3861\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3862\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":3863}},\"3863\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3864\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":3865}},\"3865\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3866\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3867\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3868\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3869\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":3870},{\"__isSmartRef__\":true,\"id\":3872},{\"__isSmartRef__\":true,\"id\":3874},{\"__isSmartRef__\":true,\"id\":3876}],\"vector\":{\"__isSmartRef__\":true,\"id\":3866},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"3870\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":3871}},\"3871\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3872\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":3873}},\"3873\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3874\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":3875}},\"3875\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3876\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":3877}},\"3877\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3878\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"3879\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":3837},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":3644},\"targetMethodName\":\"onPublish\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":3880},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"3880\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":3881}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":3895},\"id\":139,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3902},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3903},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":3904},{\"__isSmartRef__\":true,\"id\":3905}],\"con\":{\"__isSmartRef__\":true,\"id\":3879},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":3906},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"3881\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":3882},\"id\":140,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3892},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3893},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":3894},\"owner\":{\"__isSmartRef__\":true,\"id\":3880},\"_Rotation\":-2.5917394709132084,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"3882\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":3883},{\"__isSmartRef__\":true,\"id\":3884},{\"__isSmartRef__\":true,\"id\":3885},{\"__isSmartRef__\":true,\"id\":3886}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3887},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":3888},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3889},\"_Padding\":{\"__isSmartRef__\":true,\"id\":3890},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3808},\"_Fill\":{\"__isSmartRef__\":true,\"id\":3891},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"3883\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"3884\":{\"isAbsolute\":true,\"x\":0,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"3885\":{\"isAbsolute\":true,\"x\":16,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"3886\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"3887\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"3888\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3889\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3890\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3891\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3892\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"3893\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3881},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3894\":{\"x\":0.5,\"y\":0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3895\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":3896},{\"__isSmartRef__\":true,\"id\":3897}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3898},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":3899},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3900},\"_Padding\":{\"__isSmartRef__\":true,\"id\":3901},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3808},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"3896\":{\"isAbsolute\":true,\"x\":310,\"y\":190,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"3897\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"3898\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"3899\":{\"x\":-0.5,\"y\":-0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3900\":{\"x\":311,\"y\":191,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3901\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3902\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"3903\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3880},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3904\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3880},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"3905\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3880},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":3881},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"3906\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":3907}},\"3907\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":3908},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString || 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":3913},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"3908\":{\"this\":{\"__isSmartRef__\":true,\"id\":3880},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":3909}},\"3909\":{\"$super\":{\"__isSmartRef__\":true,\"id\":3910}},\"3910\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":3911},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":3912},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"3911\":{\"obj\":{\"__isSmartRef__\":true,\"id\":3880},\"name\":\"morphMenuItems\"},\"3912\":{},\"3913\":{},\"3914\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3915\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"3916\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3837},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3917\":{\"x\":62,\"y\":-12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3918\":{\"x\":310,\"y\":390,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3919\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":3920},\"id\":\"571EF99F-AB19-4CF5-A848-38ED6811D8D8\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3927},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":3928}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3930},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":3931},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3932},\"_MaxTextWidth\":510,\"_MinTextWidth\":510,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"name\":\"CommentText\",\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":3933},\"previousSelection\":[139,139],\"priorSelectionRange\":[9,9],\"charsReplaced\":\"CommitMessageTest1\",\"lastFindLoc\":18,\"isLockOwner\":false,\"isBeingDragged\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":3644},\"derivationIds\":[2900,\"7E82C349-9FC9-48B5-B84C-30E99FC40DF2\",\"A07EAFD3-B03B-4E4C-BC72-FB29F65F543A\",\"888FB55C-0365-4B40-A9B4-33FD19FA1E91\",\"37AE3F7E-8AF9-413E-BDB9-796C3CE0C0A6\"],\"savedTextString\":\"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"3920\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":3921},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3922},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3923},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3924},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3925},\"_Fill\":{\"__isSmartRef__\":true,\"id\":3926},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3921\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3922\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3923\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3924\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3925\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3926\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3927\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"3928\":{\"style\":{\"__isSmartRef__\":true,\"id\":3929},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":3919},\"storedString\":\"Used to diff a version of a morph with the current version in PartsBin\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"3929\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"3930\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3919},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3931\":{\"x\":10,\"y\":110,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3932\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3933\":{\"x\":346,\"y\":-16,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3934\":{\"submorphs\":[],\"scripts\":[],\"id\":\"B674CD5B-8EAE-4DD9-85A6-F2CA80D94E2A\",\"shape\":{\"__isSmartRef__\":true,\"id\":3935},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":3941},\"_MaxTextWidth\":250,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":3938},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text9\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":3942},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":3943}],\"charsReplaced\":\"commit message\",\"lastFindLoc\":14,\"priorSelectionRange\":[0,14],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3945},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3946},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3947},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":3948},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":250,\"_MinTextHeight\":null,\"previousSelection\":[0,6],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":3949},\"isLockOwner\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":3644},\"derivationIds\":[2901,\"8E267E15-1052-4F9C-B863-B733384EF1DA\",\"851C46B4-347F-4AE4-9C04-C321E7CC8EA5\",\"D33CE057-77D6-4CCC-90F9-867C622B3572\",\"F9BFA4FE-D786-4384-B9F8-89EEA1D41685\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"3935\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":3936},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3937},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3938},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3939},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3940},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3936\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3937\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3938\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3939\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3940\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3941\":{\"x\":10,\"y\":90,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3942\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"3943\":{\"style\":{\"__isSmartRef__\":true,\"id\":3944},\"morph\":{\"__isSmartRef__\":true,\"id\":3934},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":3934},\"storedString\":\"comment\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"3944\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"3945\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3946\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"3947\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3934},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3948\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3949\":{\"x\":163,\"y\":-17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3950\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":3951}],\"scripts\":[],\"id\":\"B9FD9A49-A8EA-4CCF-9208-5B81A9A41085\",\"shape\":{\"__isSmartRef__\":true,\"id\":3966},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":3970},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":3982},\"label\":{\"__isSmartRef__\":true,\"id\":3951},\"name\":\"DiffButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":3991},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":3992}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3993},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3994},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3995},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":3996},\"_Position\":{\"__isSmartRef__\":true,\"id\":3997},\"derivationIds\":[2898,\"9D27A522-4E3D-482F-97CF-3CA3247A3999\",\"4EBF07AD-25C0-4034-BC06-31F137F70FA1\",\"DC6D6B8E-37AE-4815-A81A-AC7071124A26\",\"42DF6D49-8482-40A3-B901-512013BB5C75\",\"132901B3-F9F2-482D-99E6-40EAECDCEF13\"],\"owner\":{\"__isSmartRef__\":true,\"id\":3644},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"3951\":{\"submorphs\":[],\"scripts\":[],\"id\":\"2B0E503C-E05E-4F51-9A12-D6A12A0402B7\",\"shape\":{\"__isSmartRef__\":true,\"id\":3952},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":3958},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":3959},\"_Padding\":{\"__isSmartRef__\":true,\"id\":3960},\"owner\":{\"__isSmartRef__\":true,\"id\":3950},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":3961},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":3962}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3964},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":3965},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"derivationIds\":[2899,\"4F00D1F5-B85C-479E-BDDE-322DF2F432A3\",\"5E7BC7AC-9EF9-4CF5-9196-A542A26534CA\",\"46616896-CA46-4B43-B694-9FB001B32989\",\"F73D407C-A72D-414B-AB8D-1E28025BCA1C\",\"E34F55EC-06D3-4965-A0D2-625CA896E3B7\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"3952\":{\"position\":{\"__isSmartRef__\":true,\"id\":3953},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3954},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3955},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3956},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3957},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3953\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3954\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3955\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3956\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3957\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3958\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3959\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3960\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3961\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3962\":{\"style\":{\"__isSmartRef__\":true,\"id\":3963},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":3951},\"storedString\":\"Show Diff\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"3963\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"3964\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"3965\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3951},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3966\":{\"position\":{\"__isSmartRef__\":true,\"id\":3967},\"_Extent\":{\"__isSmartRef__\":true,\"id\":3968},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3969},\"_Fill\":{\"__isSmartRef__\":true,\"id\":3970},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3980},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3981},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3967\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3968\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3969\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3970\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":3971},{\"__isSmartRef__\":true,\"id\":3973},{\"__isSmartRef__\":true,\"id\":3975},{\"__isSmartRef__\":true,\"id\":3977}],\"vector\":{\"__isSmartRef__\":true,\"id\":3979},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"3971\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":3972}},\"3972\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3973\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":3974}},\"3974\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3975\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":3976}},\"3976\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3977\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":3978}},\"3978\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3979\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3980\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"3981\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"3982\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":3983},{\"__isSmartRef__\":true,\"id\":3985},{\"__isSmartRef__\":true,\"id\":3987},{\"__isSmartRef__\":true,\"id\":3989}],\"vector\":{\"__isSmartRef__\":true,\"id\":3979},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"3983\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":3984}},\"3984\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3985\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":3986}},\"3986\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3987\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":3988}},\"3988\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3989\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":3990}},\"3990\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"3991\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"3992\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":3950},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":3644},\"targetMethodName\":\"showDiff\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"3993\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3994\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"3995\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3950},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"3996\":{\"x\":69.5,\"y\":-18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3997\":{\"x\":10,\"y\":390,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"3998\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":3999},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4000},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4001},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4002},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4003},\"_Fill\":{\"__isSmartRef__\":true,\"id\":4004},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3999\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4000\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4001\":{\"x\":542,\"y\":420,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4002\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4003\":{\"r\":0.372,\"g\":0.369,\"b\":0.372,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4004\":{\"r\":0.8235294117647058,\"g\":0.8235294117647058,\"b\":0.8235294117647058,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4005\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"4006\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3644},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4007\":{\"adjustForNewBounds\":true,\"resizeWidth\":true,\"resizeHeight\":true},\"4008\":{\"message\":\"Please enter a name for the part\",\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":4009}],\"doNotSerialize\":[\"$$result\"],\"doNotCopyProperties\":[\"$$result\"],\"defaultInput\":\"CommitMessageTest1\",\"panel\":{\"__isSmartRef__\":true,\"id\":3644},\"label\":{\"__isSmartRef__\":true,\"id\":4010},\"cancelButton\":{\"__isSmartRef__\":true,\"id\":4022},\"okButton\":{\"__isSmartRef__\":true,\"id\":4068},\"inputText\":{\"__isSmartRef__\":true,\"id\":3645},\"view\":{\"__isSmartRef__\":true,\"id\":3644},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"result\":\"CommitMessageTest1\",\"__LivelyClassName__\":\"lively.morphic.PromptDialog\"},\"4009\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":4008},\"sourceAttrName\":\"result\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":4008},\"targetMethodName\":\"triggerCallback\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"4010\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4011},\"id\":3220,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4016},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":4017}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4019},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":4020},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4021},\"_MaxTextWidth\":null,\"_MinTextWidth\":null,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":null,\"isLabel\":true,\"_HandStyle\":\"default\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"isCopyMorphRef\":true,\"morphRefId\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"4011\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":4012},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4013},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4014},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":3650},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3651},\"_Fill\":{\"__isSmartRef__\":true,\"id\":4015},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4012\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4013\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4014\":{\"x\":226,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4015\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4016\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"4017\":{\"style\":{\"__isSmartRef__\":true,\"id\":4018},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":4010},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"4018\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"4019\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4010},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4020\":{\"x\":4,\"y\":4,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4021\":{\"x\":226,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4022\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4023},\"id\":6793,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4039},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4040},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":4041},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4042},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":4029},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":4043},\"label\":{\"__isSmartRef__\":true,\"id\":4052},\"layout\":{\"__isSmartRef__\":true,\"id\":4064},\"owner\":null,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":4065},{\"__isSmartRef__\":true,\"id\":4066}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"isCopyMorphRef\":true,\"morphRefId\":1,\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"4023\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":4024},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4025},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4026},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4027},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4028},\"_Fill\":{\"__isSmartRef__\":true,\"id\":4029},\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4024\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4025\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4026\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4027\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4028\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4029\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":4030},{\"__isSmartRef__\":true,\"id\":4032},{\"__isSmartRef__\":true,\"id\":4034},{\"__isSmartRef__\":true,\"id\":4036}],\"vector\":{\"__isSmartRef__\":true,\"id\":4038},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"4030\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":4031}},\"4031\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4032\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":4033}},\"4033\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4034\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":4035}},\"4035\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4036\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":4037}},\"4037\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4038\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4039\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"4040\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4022},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4041\":{\"x\":478,\"y\":187,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4042\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4043\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":4044},{\"__isSmartRef__\":true,\"id\":4046},{\"__isSmartRef__\":true,\"id\":4048},{\"__isSmartRef__\":true,\"id\":4050}],\"vector\":{\"__isSmartRef__\":true,\"id\":4038},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"4044\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":4045}},\"4045\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4046\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":4047}},\"4047\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4048\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":4049}},\"4049\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4050\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":4051}},\"4051\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4052\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4053},\"id\":6794,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4058},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":4059}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4061},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":4062},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4063},\"_MaxTextWidth\":60,\"_MinTextWidth\":60,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":null,\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"4053\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":4054},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4055},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4056},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4057},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3651},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4054\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4055\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4056\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4057\":{\"x\":0,\"y\":6,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4058\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"4059\":{\"style\":{\"__isSmartRef__\":true,\"id\":4060},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":4052},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"4060\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"4061\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4052},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4062\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4063\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4064\":{\"moveVertical\":true,\"moveHorizontal\":true},\"4065\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":4022},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":4008},\"targetMethodName\":\"removeTopLevel\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"4066\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":4022},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":4008},\"targetMethodName\":\"result\",\"converter\":null,\"converterString\":\"function () { return null }\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":4067},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"4067\":{\"source\":{\"__isSmartRef__\":true,\"id\":4022},\"target\":{\"__isSmartRef__\":true,\"id\":4008}},\"4068\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4069},\"id\":6795,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4074},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4075},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":4076},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4077},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":4029},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":4078},\"label\":{\"__isSmartRef__\":true,\"id\":4087},\"layout\":{\"__isSmartRef__\":true,\"id\":4099},\"owner\":null,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":4100},{\"__isSmartRef__\":true,\"id\":4101}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"isCopyMorphRef\":true,\"morphRefId\":2,\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"4069\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":4070},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4071},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4072},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4073},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4028},\"_Fill\":{\"__isSmartRef__\":true,\"id\":4029},\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4070\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4071\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4072\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4073\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4074\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"4075\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4068},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4076\":{\"x\":414,\"y\":187,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4077\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4078\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":4079},{\"__isSmartRef__\":true,\"id\":4081},{\"__isSmartRef__\":true,\"id\":4083},{\"__isSmartRef__\":true,\"id\":4085}],\"vector\":{\"__isSmartRef__\":true,\"id\":4038},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"4079\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":4080}},\"4080\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4081\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":4082}},\"4082\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4083\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":4084}},\"4084\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4085\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":4086}},\"4086\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4087\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4088},\"id\":6796,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4093},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":4094}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4096},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":4097},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4098},\"_MaxTextWidth\":60,\"_MinTextWidth\":60,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":null,\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"4088\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":4089},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4090},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4091},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4092},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":3651},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4089\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4090\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4091\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4092\":{\"x\":0,\"y\":6,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4093\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"4094\":{\"style\":{\"__isSmartRef__\":true,\"id\":4095},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":4087},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"4095\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"4096\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4087},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4097\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4098\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4099\":{\"moveVertical\":true,\"moveHorizontal\":true},\"4100\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":4068},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":4008},\"targetMethodName\":\"removeTopLevel\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"4101\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":4068},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":3645},\"targetMethodName\":\"doSave\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"4102\":{\"x\":542,\"y\":420,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4103\":{\"x\":365,\"y\":-16,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4104\":{\"x\":0,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4105\":{\"copyToPartsBin\":{\"__isSmartRef__\":true,\"id\":4106},\"onPublish\":{\"__isSmartRef__\":true,\"id\":4114},\"onCancel\":{\"__isSmartRef__\":true,\"id\":4118},\"setTarget\":{\"__isSmartRef__\":true,\"id\":4122},\"reset\":{\"__isSmartRef__\":true,\"id\":4126},\"showDiff\":{\"__isSmartRef__\":true,\"id\":4130}},\"4106\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":4107},\"source\":\"function copyToPartsBin(morph) {\\n var name = this.get('NameText').textString\\n\\n var info = morph.getPartsBinMetaInfo();\\n morph.setName(name);\\n\\n info.partsSpaceName = this.get('CategoryText').textString\\n info.comment = this.get('CommentText').textString\\n\\n if (! info.changes) info.changes = [];\\n var change = { \\n date: new Date(), \\n author: this.world().getUserName(), \\n message: this.get('CommitMessageText').textString,\\n id: Strings.newUUID()\\n }\\n info.changes.push(change) \\n\\n morph.copyToPartsBin();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":4112},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"4107\":{\"this\":{\"__isSmartRef__\":true,\"id\":3644},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":4108}},\"4108\":{\"$super\":{\"__isSmartRef__\":true,\"id\":4109}},\"4109\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":4110},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":4111},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"4110\":{\"obj\":{\"__isSmartRef__\":true,\"id\":3644},\"name\":\"copyToPartsBin\"},\"4111\":{},\"4112\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":4113}},\"4113\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 15:13:21 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"4114\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":4115},\"source\":\"function onPublish() {\\n if (!this.target) alert(\\\"No target to upload\\\");\\n this.copyToPartsBin(this.target);\\n connect(this.target, 'headRevision', this.owner, 'remove')\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":4116},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"4115\":{\"this\":{\"__isSmartRef__\":true,\"id\":3644}},\"4116\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":4117},\"user\":\"undefined\",\"tags\":[]},\"4117\":{\"isSerializedDate\":true,\"string\":\"Tue Mar 20 2012 12:59:48 GMT+0100 (Mitteleuropäische Zeit)\"},\"4118\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":4119},\"source\":\"function onCancel() {\\n alertOK(\\\"cancel upload \\\") \\n this.owner.remove()\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":4120},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"4119\":{\"this\":{\"__isSmartRef__\":true,\"id\":3644}},\"4120\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":4121}},\"4121\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:52:17 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"4122\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":4123},\"source\":\"function setTarget(morph) {\\n this.target = morph \\n if (!morph) {\\n this.get('NameText').textString = '';\\n this.get('CategoryText').textString = '';\\n this.get('CommentText').textString = ''; \\n this.get('CommitMessageText').textString = '' \\n return\\n }\\n var info = this.target.getPartsBinMetaInfo();\\n this.get('NameText').textString = info.partName || morph.getName();\\n this.get('CategoryText').textString = info.partsSpaceName;\\n this.get('CommentText').textString = info.comment; \\n this.get('CommitMessageText').textString = '' \\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":4124},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"4123\":{\"this\":{\"__isSmartRef__\":true,\"id\":3644}},\"4124\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":4125}},\"4125\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:46:10 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"4126\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":4127},\"source\":\"function reset() {\\n this.setTarget(null)\\n \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":4128},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"4127\":{\"this\":{\"__isSmartRef__\":true,\"id\":3644}},\"4128\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":4129}},\"4129\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:45:36 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"4130\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":4131},\"source\":\"function showDiff() {\\n this.target && this.target.showThreeWayDiff();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":4132},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"4131\":{\"this\":{\"__isSmartRef__\":true,\"id\":3644}},\"4132\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":4133},\"user\":\"undefined\",\"tags\":[]},\"4133\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 21 2012 14:45:16 GMT+0100 (Mitteleuropäische Zeit)\"},\"4134\":{\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4135},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4136},\"_BorderWidth\":0,\"_Fill\":null,\"_StrokeOpacity\":0,\"_BorderRadius\":0,\"_Extent\":{\"__isSmartRef__\":true,\"id\":4137},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4135\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4136\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4137\":{\"x\":542,\"y\":242,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4138\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"4139\":{\"morph\":{\"__isSmartRef__\":true,\"id\":3495},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4140\":{\"adjustForNewBounds\":true},\"4141\":{\"x\":542,\"y\":242,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4142\":{\"x\":0,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4143\":{\"x\":673,\"y\":43,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4144\":{\"partName\":\"PublishPartDialog\",\"requiredModules\":[],\"migrationLevel\":4,\"partsSpaceName\":\"PartsBin/BP2012\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A dialog for publishing parts in the PartsBin.\",\"changes\":[{\"__isSmartRef__\":true,\"id\":4145},{\"__isSmartRef__\":true,\"id\":4147},{\"__isSmartRef__\":true,\"id\":4149},{\"__isSmartRef__\":true,\"id\":4151},{\"__isSmartRef__\":true,\"id\":4153},{\"__isSmartRef__\":true,\"id\":4155},{\"__isSmartRef__\":true,\"id\":4157},{\"__isSmartRef__\":true,\"id\":4159},{\"__isSmartRef__\":true,\"id\":4161}],\"revisionOnLoad\":147101,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"4145\":{\"date\":{\"__isSmartRef__\":true,\"id\":4146},\"author\":\"undefined\",\"message\":\"init for change - don't remove on click\",\"id\":\"00A6DFFB-70D2-44A4-B5F9-0778E1CA5724\"},\"4146\":{\"isSerializedDate\":true,\"string\":\"Tue Mar 20 2012 12:04:27 GMT+0100 (Mitteleuropäische Zeit)\"},\"4147\":{\"date\":{\"__isSmartRef__\":true,\"id\":4148},\"author\":\"jenslincke\",\"message\":\"- fixed issue 283 (Reproduction: Open part, select publish from menu, focus part name input field in dialog, press enter.-> window pane disappears; window decoration stays; part is not published)\",\"id\":\"1A260BD5-E668-4BD4-B7A2-94E087AB4CE1\"},\"4148\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 26 2012 12:10:41 GMT+0100 (Mitteleuropäische Zeit)\"},\"4149\":{\"date\":{\"__isSmartRef__\":true,\"id\":4150},\"author\":\"jenslincke\",\"message\":\"\"},\"4150\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 16:06:16 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"4151\":{\"date\":{\"__isSmartRef__\":true,\"id\":4152},\"author\":\"jenslincke\",\"message\":\"store an uuid when publishing an object\"},\"4152\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 15:15:02 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"4153\":{\"date\":{\"__isSmartRef__\":true,\"id\":4154},\"author\":\"jenslincke\",\"message\":\"\"},\"4154\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:52:26 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"4155\":{\"date\":{\"__isSmartRef__\":true,\"id\":4156},\"author\":\"jenslincke\",\"message\":\"first commit of Publish dialog using the publish dialog itself!\"},\"4156\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:54:16 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"4157\":{\"date\":{\"__isSmartRef__\":true,\"id\":4158},\"author\":\"undefined\",\"message\":\"\",\"id\":\"A5F4EACF-EF62-483F-B8B3-65966A895FA4\"},\"4158\":{\"isSerializedDate\":true,\"string\":\"Tue Mar 20 2012 13:00:03 GMT+0100 (Mitteleuropäische Zeit)\"},\"4159\":{\"date\":{\"__isSmartRef__\":true,\"id\":4160},\"author\":\"undefined\",\"message\":\"added show diff button\",\"id\":\"93AC78DB-FFE8-40AC-B8FC-34B0936B39A7\"},\"4160\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 21 2012 14:49:44 GMT+0100 (Mitteleuropäische Zeit)\"},\"4161\":{\"date\":{\"__isSmartRef__\":true,\"id\":4162},\"author\":\"undefined\",\"message\":\"resetted view\",\"id\":\"61086210-FA8D-49B7-9E8F-E1E202A9ECD7\"},\"4162\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 21 2012 14:50:23 GMT+0100 (Mitteleuropäische Zeit)\"},\"4163\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":3495},\"sourceAttrName\":\"headRevision\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":4164},\"targetMethodName\":\"remove\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"4164\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":4165},{\"__isSmartRef__\":true,\"id\":4313}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4751},\"id\":\"14EE180D-A02C-4632-B280-ECB6204E6FAE\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4755},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4756},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":4757},\"LK2\":true,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4758},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":4313},\"titleBar\":{\"__isSmartRef__\":true,\"id\":4165},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":4759},\"collapsedTransform\":null,\"collapsedExtent\":null,\"expandedTransform\":null,\"expandedExtent\":null,\"ignoreEventsOnExpand\":false,\"highlighted\":true,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":4760},\"isBeingDragged\":false,\"showsHalos\":false,\"name\":\"PublishPartDialog1\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":4761},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"_Position\":{\"__isSmartRef__\":true,\"id\":4776},\"isCopyMorphRef\":true,\"morphRefId\":12,\"derivationIds\":[2879,\"91414FD8-3775-435F-96A6-39E0CB891CD7\",\"9CB574CD-94E3-465A-B85C-91F97E070BC3\",\"C9D390C2-399F-44AF-A316-A4A117E5F7B6\"],\"moved\":true,\"_Rotation\":0,\"_Scale\":1,\"owner\":null,\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"4165\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":4166},{\"__isSmartRef__\":true,\"id\":4180},{\"__isSmartRef__\":true,\"id\":4227},{\"__isSmartRef__\":true,\"id\":4261}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4296},\"id\":\"5252D4E6-D056-4585-8783-C4B59F2EB610\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4308},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4309},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":4310},\"_Position\":{\"__isSmartRef__\":true,\"id\":4311},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":4164},\"label\":{\"__isSmartRef__\":true,\"id\":4166},\"closeButton\":{\"__isSmartRef__\":true,\"id\":4180},\"menuButton\":{\"__isSmartRef__\":true,\"id\":4227},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":4261},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4312},\"owner\":{\"__isSmartRef__\":true,\"id\":4164},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2880,\"108B5871-F6C8-4442-82D1-F8776D2C85A2\",\"503529CB-0F23-4456-8597-CD5E86CF03F0\",\"4FB4914E-E245-4D67-BE3B-63091E2C8C95\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"4166\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4167},\"id\":\"F6FD12BC-5591-4524-8813-4DA5147438BC\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4173},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":4174}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4176},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"layout\":{\"__isSmartRef__\":true,\"id\":4177},\"_Align\":\"center\",\"eventsAreIgnored\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":4165},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4178},\"_MaxTextWidth\":483,\"_MinTextWidth\":483,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"_Position\":{\"__isSmartRef__\":true,\"id\":4179},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2881,\"A06A709C-AD42-48D0-A66A-9C21EA4F4E66\",\"EE1A345D-476E-4E22-BE89-E59A0C11001B\",\"90634CE5-77D0-4064-961C-4CBADE59C6F8\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"4167\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":4168},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4169},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4170},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4171},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4172},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4168\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4169\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4170\":{\"x\":483,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4171\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4172\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4173\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"4174\":{\"style\":{\"__isSmartRef__\":true,\"id\":4175},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":4166},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Publish in PartsBin\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"4175\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"4176\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4166},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4177\":{\"resizeWidth\":true},\"4178\":{\"x\":483,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4179\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4180\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":4181}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4193},\"id\":\"40B9B900-43F4-49D8-AB09-994E0E73854A\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4209},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4210},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":4211},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4212},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":4199},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":4213},\"label\":{\"__isSmartRef__\":true,\"id\":4181},\"owner\":{\"__isSmartRef__\":true,\"id\":4165},\"layout\":{\"__isSmartRef__\":true,\"id\":4222},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":4223},{\"__isSmartRef__\":true,\"id\":4225}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"prevScroll\":[0,0],\"derivationIds\":[2882,\"6FF08B49-B1B5-4E12-8CE8-DF895115627D\",\"7F48C6F9-BB0C-405E-991B-410F179F7FE6\",\"8405D63F-4E07-4FE8-9008-DD8AE000B5C8\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"4181\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4182},\"id\":\"2C7EA1AC-E804-4ED8-B2D9-A8E51E3DFBEF\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4187},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":4188}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4190},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":4191},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4192},\"_MaxTextWidth\":17,\"_MinTextWidth\":17,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":4180},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2883,\"9FBA502B-65B1-4FF2-A0A6-9951E3C50B9C\",\"9F297DAE-65AA-45A3-AFAE-BD35F359E24A\",\"75386CDF-09C9-47F2-8762-F737A49FD645\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"4182\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":4183},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4184},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4185},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4186},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4172},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4183\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4184\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4185\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4186\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4187\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"4188\":{\"style\":{\"__isSmartRef__\":true,\"id\":4189},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":4181},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"X\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"4189\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"4190\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4181},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4191\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4192\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4193\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":4194},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4195},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4196},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4197},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4198},\"_Fill\":{\"__isSmartRef__\":true,\"id\":4199},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4194\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4195\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4196\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4197\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4198\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4199\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":4200},{\"__isSmartRef__\":true,\"id\":4202},{\"__isSmartRef__\":true,\"id\":4204},{\"__isSmartRef__\":true,\"id\":4206}],\"vector\":{\"__isSmartRef__\":true,\"id\":4208},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"4200\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":4201}},\"4201\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4202\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":4203}},\"4203\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4204\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":4205}},\"4205\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4206\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":4207}},\"4207\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4208\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4209\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"4210\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4180},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4211\":{\"x\":522,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4212\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4213\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":4214},{\"__isSmartRef__\":true,\"id\":4216},{\"__isSmartRef__\":true,\"id\":4218},{\"__isSmartRef__\":true,\"id\":4220}],\"vector\":{\"__isSmartRef__\":true,\"id\":4208},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"4214\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":4215}},\"4215\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4216\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":4217}},\"4217\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4218\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":4219}},\"4219\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4220\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":4221}},\"4221\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4222\":{\"moveHorizontal\":true},\"4223\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":4180},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":4164},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":4224},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"4224\":{\"source\":{\"__isSmartRef__\":true,\"id\":4180},\"target\":{\"__isSmartRef__\":true,\"id\":4164}},\"4225\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":4180},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":4164},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":4226},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"4226\":{\"source\":{\"__isSmartRef__\":true,\"id\":4180},\"target\":{\"__isSmartRef__\":true,\"id\":4164}},\"4227\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":4228}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4239},\"id\":\"89629442-A5A0-4517-826A-DB1EA9CAE12A\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4244},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4245},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":4246},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4247},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":4199},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":4248},\"label\":{\"__isSmartRef__\":true,\"id\":4228},\"owner\":{\"__isSmartRef__\":true,\"id\":4165},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":4257},{\"__isSmartRef__\":true,\"id\":4259}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"derivationIds\":[2884,\"64F20257-1A1D-4B3E-97C4-BC5D1F1E14B5\",\"A377FFCE-0FDC-41B6-BD34-D9F0507B57DA\",\"7334352E-B497-4F10-8C06-FBE36AA778C7\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"4228\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4229},\"id\":\"FF3AB23A-3A63-48D2-A2F6-8D4FB6E897D2\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4233},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":4234}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4236},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":4237},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4238},\"_MaxTextWidth\":17,\"_MinTextWidth\":17,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":4227},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[2885,\"EC48B50E-CD5B-46FB-BF78-484373EED980\",\"59F8AF9B-799B-413B-86B2-BFD03A4B2559\",\"F8293A60-E9DB-40E3-B202-D547939F8A8D\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"4229\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":4230},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4231},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4232},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4186},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4172},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4230\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4231\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4232\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4233\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"4234\":{\"style\":{\"__isSmartRef__\":true,\"id\":4235},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":4228},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"M\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"4235\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"4236\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4228},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4237\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4238\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4239\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":4240},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4241},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4242},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4243},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4198},\"_Fill\":{\"__isSmartRef__\":true,\"id\":4199},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4240\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4241\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4242\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4243\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4244\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"4245\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4227},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4246\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4247\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4248\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":4249},{\"__isSmartRef__\":true,\"id\":4251},{\"__isSmartRef__\":true,\"id\":4253},{\"__isSmartRef__\":true,\"id\":4255}],\"vector\":{\"__isSmartRef__\":true,\"id\":4208},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"4249\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":4250}},\"4250\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4251\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":4252}},\"4252\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4253\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":4254}},\"4254\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4255\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":4256}},\"4256\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4257\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":4227},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":4164},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":4258},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"4258\":{\"source\":{\"__isSmartRef__\":true,\"id\":4227},\"target\":{\"__isSmartRef__\":true,\"id\":4164}},\"4259\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":4227},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":4164},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":4260},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"4260\":{\"source\":{\"__isSmartRef__\":true,\"id\":4227},\"target\":{\"__isSmartRef__\":true,\"id\":4164}},\"4261\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":4262}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4273},\"id\":\"DD557853-F1F4-4796-8795-75EC2284A70A\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4278},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4279},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":4280},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4281},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":4199},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":4282},\"label\":{\"__isSmartRef__\":true,\"id\":4262},\"owner\":{\"__isSmartRef__\":true,\"id\":4165},\"layout\":{\"__isSmartRef__\":true,\"id\":4291},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":4292},{\"__isSmartRef__\":true,\"id\":4294}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"prevScroll\":[0,0],\"derivationIds\":[2886,\"9FC4F0BE-916D-456B-AEC7-E6C1AC6040CA\",\"A0A4775F-7F2F-4563-840D-CAA5CB435D75\",\"C87D3EB9-4C3B-4230-9794-F5B71B528C74\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"4262\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4263},\"id\":\"705C0F16-5E82-4EFB-B9B4-F57FC30012E6\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4267},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":4268}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4270},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":4271},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4272},\"_MaxTextWidth\":17,\"_MinTextWidth\":17,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":4261},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2887,\"42347453-BADB-4DB0-9486-C479B704CD7C\",\"B0BBE9B3-B5DD-4E4F-A1AA-1C03BB1BFF4E\",\"8AE3BC44-F336-420E-A2E9-BBA0DC6A3D72\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"4263\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":4264},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4265},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4266},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4186},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4172},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4264\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4265\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4266\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4267\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"4268\":{\"style\":{\"__isSmartRef__\":true,\"id\":4269},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":4262},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"–\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"4269\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"4270\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4262},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4271\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4272\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4273\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":4274},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4275},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4276},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4277},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4198},\"_Fill\":{\"__isSmartRef__\":true,\"id\":4199},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4274\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4275\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4276\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4277\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4278\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"4279\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4261},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4280\":{\"x\":503,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4281\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4282\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":4283},{\"__isSmartRef__\":true,\"id\":4285},{\"__isSmartRef__\":true,\"id\":4287},{\"__isSmartRef__\":true,\"id\":4289}],\"vector\":{\"__isSmartRef__\":true,\"id\":4208},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"4283\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":4284}},\"4284\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4285\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":4286}},\"4286\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4287\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":4288}},\"4288\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4289\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":4290}},\"4290\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4291\":{\"moveHorizontal\":true},\"4292\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":4261},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":4164},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":4293},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"4293\":{\"source\":{\"__isSmartRef__\":true,\"id\":4261},\"target\":{\"__isSmartRef__\":true,\"id\":4164}},\"4294\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":4261},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":4164},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":4295},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"4295\":{\"source\":{\"__isSmartRef__\":true,\"id\":4261},\"target\":{\"__isSmartRef__\":true,\"id\":4164}},\"4296\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":4297},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4298},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4299},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4300},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4301},\"_Fill\":{\"__isSmartRef__\":true,\"id\":4302},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4297\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4298\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4299\":{\"x\":542,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4300\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4301\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4302\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":4303},{\"__isSmartRef__\":true,\"id\":4305}],\"vector\":{\"__isSmartRef__\":true,\"id\":4307},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"4303\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":4304}},\"4304\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4305\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":4306}},\"4306\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4307\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4308\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"4309\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4165},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4310\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"4311\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4312\":{\"x\":542,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4313\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":4314},{\"__isSmartRef__\":true,\"id\":4329},{\"__isSmartRef__\":true,\"id\":4344},{\"__isSmartRef__\":true,\"id\":4360},{\"__isSmartRef__\":true,\"id\":4376},{\"__isSmartRef__\":true,\"id\":4391},{\"__isSmartRef__\":true,\"id\":4407},{\"__isSmartRef__\":true,\"id\":4423},{\"__isSmartRef__\":true,\"id\":4506},{\"__isSmartRef__\":true,\"id\":4588},{\"__isSmartRef__\":true,\"id\":4603}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4619},\"id\":\"461A5166-EA5A-4071-8204-F81C9CDF321B\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4626},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4627},\"droppingEnabled\":true,\"halosEnabled\":true,\"isLockOwner\":false,\"layout\":{\"__isSmartRef__\":true,\"id\":4628},\"attributeConnections\":[],\"ownerApp\":{\"__isSmartRef__\":true,\"id\":4629},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"name\":\"PublishPartPanePane\",\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4723},\"isBeingDragged\":false,\"prevScroll\":[0,0],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":4724},\"grabbingEnabled\":false,\"_Position\":{\"__isSmartRef__\":true,\"id\":4725},\"owner\":{\"__isSmartRef__\":true,\"id\":4164},\"target\":{\"__isSmartRef__\":true,\"id\":3495},\"derivationIds\":[2888,\"7CD647EF-2BB4-4CD9-9D3B-4EE7BC59ECC2\",\"B983FB4F-9323-4304-9603-5615E93C6C42\",\"E738FAD5-9C83-4390-B193-06C21B6E51B0\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":4726},\"__LivelyClassName__\":\"lively.morphic.Box\",\"withLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"4314\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4315},\"id\":\"6156EBD8-2E62-4453-989A-700F4942D43C\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4322},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":4323}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4325},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":4326},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4327},\"_MaxTextWidth\":230,\"_MinTextWidth\":230,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":4313},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":4328},\"previousSelection\":[0,9],\"priorSelectionRange\":[0,9],\"isLockOwner\":false,\"name\":\"NameText\",\"isCopyMorphRef\":true,\"morphRefId\":1,\"derivationIds\":[2889,\"9A8B5C1C-95BB-40F5-B9EF-B89DD5451B64\",\"C49BF160-BBBE-422E-BDDC-B9A98A72ABFF\",\"42B7E940-3BB5-4B79-B5D8-E4C8E780FF3B\"],\"savedTextString\":\"CommitMessageTest1\",\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"4315\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":4316},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4317},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4318},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4319},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4320},\"_Fill\":{\"__isSmartRef__\":true,\"id\":4321},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4316\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4317\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4318\":{\"x\":240,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4319\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4320\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4321\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4322\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"4323\":{\"style\":{\"__isSmartRef__\":true,\"id\":4324},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":4314},\"storedString\":\"PublishPartDialog\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"4324\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"4325\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4314},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4326\":{\"x\":10,\"y\":50,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4327\":{\"x\":240,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4328\":{\"x\":119,\"y\":-15,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4329\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4330},\"id\":\"C9FFCBD8-4010-468C-9C23-509AEF71C004\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4337},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":4338}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4340},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":4341},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4342},\"_MaxTextWidth\":510,\"_MinTextWidth\":510,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"name\":\"CommitMessageText\",\"owner\":{\"__isSmartRef__\":true,\"id\":4313},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":4343},\"previousSelection\":[0,15],\"priorSelectionRange\":[0,0],\"charsReplaced\":\"CommitMessageTest1\",\"lastFindLoc\":18,\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2890,\"40048B1D-9547-4EA6-AB66-31168A1C9FAE\",\"8A0DE790-FA6C-41C9-BA2B-84397DA3F39E\",\"DCFEEBC9-D891-408E-A103-19356A96070F\"],\"savedTextString\":\"\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"4330\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":4331},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4332},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4333},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4334},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4335},\"_Fill\":{\"__isSmartRef__\":true,\"id\":4336},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4331\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4332\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4333\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4334\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4335\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4336\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4337\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"4338\":{\"style\":{\"__isSmartRef__\":true,\"id\":4339},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":4329},\"storedString\":\"added show diff button\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"4339\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"4340\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4329},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4341\":{\"x\":10,\"y\":260,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4342\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4343\":{\"x\":351,\"y\":-17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4344\":{\"submorphs\":[],\"scripts\":[],\"id\":\"89A19B3F-2CFE-4987-9687-B117F7EAE6AD\",\"shape\":{\"__isSmartRef__\":true,\"id\":4345},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":4351},\"_MaxTextWidth\":114,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":4348},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text5\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":4352},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":4353}],\"charsReplaced\":\"some text \",\"lastFindLoc\":10,\"priorSelectionRange\":[0,4],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4355},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4356},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4357},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":4358},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"owner\":{\"__isSmartRef__\":true,\"id\":4313},\"_MinTextWidth\":114,\"_MinTextHeight\":null,\"previousSelection\":[3,3],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":4359},\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2891,\"E101CA30-35F9-42F0-A46C-28671530C787\",\"CE7E7640-C507-43BF-88EF-C4ACE8CCF564\",\"F04823B9-5B0B-4CCA-B8F7-00BD8608ED16\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"4345\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":4346},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4347},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4348},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4349},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4350},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4346\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4347\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4348\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4349\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4350\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4351\":{\"x\":10,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4352\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"4353\":{\"style\":{\"__isSmartRef__\":true,\"id\":4354},\"morph\":{\"__isSmartRef__\":true,\"id\":4344},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":4344},\"storedString\":\"name\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"4354\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"4355\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4356\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"4357\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4344},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4358\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4359\":{\"x\":78,\"y\":-3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4360\":{\"submorphs\":[],\"scripts\":[],\"id\":\"D90E5F92-063B-4277-A16D-D954038B7F2E\",\"shape\":{\"__isSmartRef__\":true,\"id\":4361},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":4367},\"_MaxTextWidth\":250,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":4364},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text6\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":4368},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":4369}],\"charsReplaced\":\"changes\",\"lastFindLoc\":7,\"priorSelectionRange\":[0,14],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4371},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4372},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4373},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":4374},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":250,\"_MinTextHeight\":null,\"previousSelection\":[0,14],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":4375},\"owner\":{\"__isSmartRef__\":true,\"id\":4313},\"isLockOwner\":false,\"derivationIds\":[2892,\"E5DC0070-3EA2-4212-9AA7-E3C865547E5E\",\"809E256F-82F6-4A22-B614-DE8C08FA5970\",\"272C0F9A-E7EF-4ECE-851D-08ACB35EA24D\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"4361\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":4362},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4363},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4364},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4365},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4366},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4362\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4363\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4364\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4365\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4366\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4367\":{\"x\":10,\"y\":240,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4368\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"4369\":{\"style\":{\"__isSmartRef__\":true,\"id\":4370},\"morph\":{\"__isSmartRef__\":true,\"id\":4360},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":4360},\"storedString\":\"commit message\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"4370\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"4371\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4372\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"4373\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4360},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4374\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4375\":{\"x\":174,\"y\":-21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4376\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4377},\"id\":\"286A4256-D2A8-4452-BCFC-F5DB7B0B1532\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4384},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":4385}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4387},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":4388},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4389},\"_MaxTextWidth\":250,\"_MinTextWidth\":250,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"name\":\"CategoryText\",\"owner\":{\"__isSmartRef__\":true,\"id\":4313},\"previousSelection\":[0,14],\"priorSelectionRange\":[5,5],\"charsReplaced\":\"CommitMessageTest1\",\"lastFindLoc\":18,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":4390},\"isLockOwner\":false,\"derivationIds\":[2893,\"FBE4B17F-DC2B-4783-899B-CF1B051F14D9\",\"A2C45BC5-C44B-4AEA-A29E-ADE3DAF08638\",\"640BD984-1AB2-45B8-BCEC-AB32A6199D68\"],\"savedTextString\":\"PartsBin/Basic\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"4377\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":4378},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4379},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4380},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4381},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4382},\"_Fill\":{\"__isSmartRef__\":true,\"id\":4383},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4378\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4379\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4380\":{\"x\":260,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4381\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4382\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4383\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4384\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"4385\":{\"style\":{\"__isSmartRef__\":true,\"id\":4386},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":4376},\"storedString\":\"PartsBin/BP2012\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"4386\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"4387\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4376},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4388\":{\"x\":270,\"y\":50,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4389\":{\"x\":260,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4390\":{\"x\":132,\"y\":-13,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4391\":{\"submorphs\":[],\"scripts\":[],\"id\":\"D5DB637F-F02B-4D39-BC91-6B85EB48C038\",\"shape\":{\"__isSmartRef__\":true,\"id\":4392},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":4398},\"_MaxTextWidth\":114,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":4395},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text7\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":4399},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":4400}],\"charsReplaced\":\"name\",\"lastFindLoc\":4,\"priorSelectionRange\":[0,8],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4402},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4403},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4404},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":4405},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":114,\"_MinTextHeight\":null,\"previousSelection\":[2,2],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":4406},\"owner\":{\"__isSmartRef__\":true,\"id\":4313},\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2894,\"75F41AE1-CA7A-48D0-AE2C-7AAF6101B89C\",\"CB87A9FB-0776-4109-BDE0-0E8C61F1626C\",\"954BD4D6-BBF2-4D3C-94CA-21A38F66F449\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"4392\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":4393},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4394},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4395},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4396},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4397},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4393\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4394\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4395\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4396\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4397\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4398\":{\"x\":270,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4399\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"4400\":{\"style\":{\"__isSmartRef__\":true,\"id\":4401},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":4391},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"category\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"4401\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"4402\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4403\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"4404\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4391},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4405\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4406\":{\"x\":87,\"y\":-11,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4407\":{\"submorphs\":[],\"scripts\":[],\"id\":\"92EDAC28-8529-4E2C-8493-4C0F5DD768C8\",\"shape\":{\"__isSmartRef__\":true,\"id\":4408},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":4414},\"_MaxTextWidth\":325,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":4411},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text8\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":4415},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":4416}],\"charsReplaced\":\"Publish Object in PartsBin\",\"lastFindLoc\":26,\"priorSelectionRange\":[0,36],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4418},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4419},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4420},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":4421},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":325,\"_MinTextHeight\":null,\"previousSelection\":[0,36],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":4422},\"owner\":{\"__isSmartRef__\":true,\"id\":4313},\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2895,\"3AFBC971-95B4-48C4-888D-22FCBB742090\",\"D0394F71-EBB2-452A-A71F-D172D5B1CAD6\",\"79EDAC74-BD6B-42B1-BBBA-71B07578D1E0\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"4408\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":4409},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4410},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4411},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4412},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4413},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4409\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4410\":{\"x\":325,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4411\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4412\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4413\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4414\":{\"x\":10,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4415\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"4416\":{\"style\":{\"__isSmartRef__\":true,\"id\":4417},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":4407},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Upload part to the shared repository\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"4417\":{\"italics\":\"normal\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"4418\":{\"x\":325,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4419\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"4420\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4407},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4421\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4422\":{\"x\":221,\"y\":-12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4423\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":4424}],\"scripts\":[],\"id\":\"5309E281-CD42-4209-B7BF-FC500CF79EE5\",\"shape\":{\"__isSmartRef__\":true,\"id\":4439},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":4443},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":4455},\"label\":{\"__isSmartRef__\":true,\"id\":4424},\"name\":\"Button\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":4464},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":4465}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4501},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4502},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4503},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":4504},\"_Position\":{\"__isSmartRef__\":true,\"id\":4505},\"owner\":{\"__isSmartRef__\":true,\"id\":4313},\"derivationIds\":[2896,\"40384C75-EF01-4AAD-AA1C-A7C19EDB6A0F\",\"21376B8E-78CF-456D-87AA-4D62D86B16D2\",\"E9336A59-C7BF-4C91-88B0-0D0477AA75AE\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"4424\":{\"submorphs\":[],\"scripts\":[],\"id\":\"F1FB7B9A-CC49-4C46-B299-0AD29366220B\",\"shape\":{\"__isSmartRef__\":true,\"id\":4425},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":4431},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":4432},\"_Padding\":{\"__isSmartRef__\":true,\"id\":4433},\"owner\":{\"__isSmartRef__\":true,\"id\":4423},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4434},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":4435}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4437},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4438},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"derivationIds\":[2897,\"92EB5E70-61BB-4A71-942C-A34A20789B2F\",\"A9C9F9CF-1BAC-4074-A093-4EB0C3C90866\",\"2FE50303-6361-4A70-9BD5-0D8D1C8B5176\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"4425\":{\"position\":{\"__isSmartRef__\":true,\"id\":4426},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4427},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4428},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4429},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4430},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4426\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4427\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4428\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4429\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4430\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4431\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4432\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4433\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4434\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4435\":{\"style\":{\"__isSmartRef__\":true,\"id\":4436},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":4424},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"cancel\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"4436\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"4437\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"4438\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4424},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4439\":{\"position\":{\"__isSmartRef__\":true,\"id\":4440},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4441},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4442},\"_Fill\":{\"__isSmartRef__\":true,\"id\":4443},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4453},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4454},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4440\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4441\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4442\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4443\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":4444},{\"__isSmartRef__\":true,\"id\":4446},{\"__isSmartRef__\":true,\"id\":4448},{\"__isSmartRef__\":true,\"id\":4450}],\"vector\":{\"__isSmartRef__\":true,\"id\":4452},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"4444\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":4445}},\"4445\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4446\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":4447}},\"4447\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4448\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":4449}},\"4449\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4450\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":4451}},\"4451\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4452\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4453\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4454\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4455\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":4456},{\"__isSmartRef__\":true,\"id\":4458},{\"__isSmartRef__\":true,\"id\":4460},{\"__isSmartRef__\":true,\"id\":4462}],\"vector\":{\"__isSmartRef__\":true,\"id\":4452},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"4456\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":4457}},\"4457\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4458\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":4459}},\"4459\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4460\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":4461}},\"4461\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4462\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":4463}},\"4463\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4464\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"4465\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":4423},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":4313},\"targetMethodName\":\"onCancel\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":4466},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"4466\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":4467}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4482},\"id\":352,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4489},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4490},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":4491},{\"__isSmartRef__\":true,\"id\":4492}],\"con\":{\"__isSmartRef__\":true,\"id\":4465},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":4493},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"4467\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4468},\"id\":353,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4479},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4480},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":4481},\"owner\":{\"__isSmartRef__\":true,\"id\":4466},\"_Rotation\":-2.716760490670451,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"4468\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":4469},{\"__isSmartRef__\":true,\"id\":4470},{\"__isSmartRef__\":true,\"id\":4471},{\"__isSmartRef__\":true,\"id\":4472}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4473},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":4474},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4475},\"_Padding\":{\"__isSmartRef__\":true,\"id\":4476},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4477},\"_Fill\":{\"__isSmartRef__\":true,\"id\":4478},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"4469\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"4470\":{\"isAbsolute\":true,\"x\":0,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"4471\":{\"isAbsolute\":true,\"x\":16,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"4472\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"4473\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"4474\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4475\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4476\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4477\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4478\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4479\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"4480\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4467},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4481\":{\"x\":0.5,\"y\":0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4482\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":4483},{\"__isSmartRef__\":true,\"id\":4484}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4485},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":4486},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4487},\"_Padding\":{\"__isSmartRef__\":true,\"id\":4488},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4477},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"4483\":{\"isAbsolute\":true,\"x\":420,\"y\":190,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"4484\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"4485\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"4486\":{\"x\":-0.5,\"y\":-0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4487\":{\"x\":421,\"y\":191,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4488\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4489\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"4490\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4466},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4491\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4466},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"4492\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4466},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":4467},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"4493\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":4494}},\"4494\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":4495},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString || 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":4500},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"4495\":{\"this\":{\"__isSmartRef__\":true,\"id\":4466},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":4496}},\"4496\":{\"$super\":{\"__isSmartRef__\":true,\"id\":4497}},\"4497\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":4498},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":4499},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"4498\":{\"obj\":{\"__isSmartRef__\":true,\"id\":4466},\"name\":\"morphMenuItems\"},\"4499\":{},\"4500\":{},\"4501\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4502\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"4503\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4423},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4504\":{\"x\":77,\"y\":-5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4505\":{\"x\":420,\"y\":390,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4506\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":4507}],\"scripts\":[],\"id\":\"B9EC3206-D7B9-449B-8F4A-CF729A3DDF9A\",\"shape\":{\"__isSmartRef__\":true,\"id\":4522},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":4526},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":4538},\"label\":{\"__isSmartRef__\":true,\"id\":4507},\"name\":\"Button1\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":4547},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":4548}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4583},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4584},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4585},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":4586},\"_Position\":{\"__isSmartRef__\":true,\"id\":4587},\"owner\":{\"__isSmartRef__\":true,\"id\":4313},\"derivationIds\":[2898,\"9D27A522-4E3D-482F-97CF-3CA3247A3999\",\"4EBF07AD-25C0-4034-BC06-31F137F70FA1\",\"DC6D6B8E-37AE-4815-A81A-AC7071124A26\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"4507\":{\"submorphs\":[],\"scripts\":[],\"id\":\"2A7260B8-72C4-410C-BBE2-0A88FB134782\",\"shape\":{\"__isSmartRef__\":true,\"id\":4508},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":4514},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":4515},\"_Padding\":{\"__isSmartRef__\":true,\"id\":4516},\"owner\":{\"__isSmartRef__\":true,\"id\":4506},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4517},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":4518}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4520},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4521},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"derivationIds\":[2899,\"4F00D1F5-B85C-479E-BDDE-322DF2F432A3\",\"5E7BC7AC-9EF9-4CF5-9196-A542A26534CA\",\"46616896-CA46-4B43-B694-9FB001B32989\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"4508\":{\"position\":{\"__isSmartRef__\":true,\"id\":4509},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4510},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4511},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4512},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4513},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4509\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4510\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4511\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4512\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4513\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4514\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4515\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4516\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4517\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4518\":{\"style\":{\"__isSmartRef__\":true,\"id\":4519},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":4507},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"publish\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"4519\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"4520\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"4521\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4507},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4522\":{\"position\":{\"__isSmartRef__\":true,\"id\":4523},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4524},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4525},\"_Fill\":{\"__isSmartRef__\":true,\"id\":4526},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4536},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4537},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4523\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4524\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4525\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4526\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":4527},{\"__isSmartRef__\":true,\"id\":4529},{\"__isSmartRef__\":true,\"id\":4531},{\"__isSmartRef__\":true,\"id\":4533}],\"vector\":{\"__isSmartRef__\":true,\"id\":4535},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"4527\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":4528}},\"4528\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4529\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":4530}},\"4530\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4531\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":4532}},\"4532\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4533\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":4534}},\"4534\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4535\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4536\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4537\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4538\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":4539},{\"__isSmartRef__\":true,\"id\":4541},{\"__isSmartRef__\":true,\"id\":4543},{\"__isSmartRef__\":true,\"id\":4545}],\"vector\":{\"__isSmartRef__\":true,\"id\":4535},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"4539\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":4540}},\"4540\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4541\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":4542}},\"4542\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4543\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":4544}},\"4544\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4545\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":4546}},\"4546\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4547\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"4548\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":4506},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":4313},\"targetMethodName\":\"onPublish\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":4549},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"4549\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":4550}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4564},\"id\":139,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4571},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4572},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":4573},{\"__isSmartRef__\":true,\"id\":4574}],\"con\":{\"__isSmartRef__\":true,\"id\":4548},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":4575},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"4550\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4551},\"id\":140,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4561},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4562},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":4563},\"owner\":{\"__isSmartRef__\":true,\"id\":4549},\"_Rotation\":-2.5917394709132084,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"4551\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":4552},{\"__isSmartRef__\":true,\"id\":4553},{\"__isSmartRef__\":true,\"id\":4554},{\"__isSmartRef__\":true,\"id\":4555}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4556},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":4557},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4558},\"_Padding\":{\"__isSmartRef__\":true,\"id\":4559},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4477},\"_Fill\":{\"__isSmartRef__\":true,\"id\":4560},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"4552\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"4553\":{\"isAbsolute\":true,\"x\":0,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"4554\":{\"isAbsolute\":true,\"x\":16,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"4555\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"4556\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"4557\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4558\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4559\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4560\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4561\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"4562\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4550},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4563\":{\"x\":0.5,\"y\":0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4564\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":4565},{\"__isSmartRef__\":true,\"id\":4566}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4567},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":4568},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4569},\"_Padding\":{\"__isSmartRef__\":true,\"id\":4570},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4477},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"4565\":{\"isAbsolute\":true,\"x\":310,\"y\":190,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"4566\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"4567\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"4568\":{\"x\":-0.5,\"y\":-0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4569\":{\"x\":311,\"y\":191,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4570\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4571\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"4572\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4549},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4573\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4549},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"4574\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4549},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":4550},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"4575\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":4576}},\"4576\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":4577},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString || 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":4582},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"4577\":{\"this\":{\"__isSmartRef__\":true,\"id\":4549},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":4578}},\"4578\":{\"$super\":{\"__isSmartRef__\":true,\"id\":4579}},\"4579\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":4580},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":4581},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"4580\":{\"obj\":{\"__isSmartRef__\":true,\"id\":4549},\"name\":\"morphMenuItems\"},\"4581\":{},\"4582\":{},\"4583\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4584\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"4585\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4506},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4586\":{\"x\":62,\"y\":-12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4587\":{\"x\":310,\"y\":390,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4588\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4589},\"id\":\"9599DEAE-8C83-4E01-B62C-31FBF096F9F7\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4596},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":4597}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4599},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":4600},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4601},\"_MaxTextWidth\":510,\"_MinTextWidth\":510,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"name\":\"CommentText\",\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":4602},\"previousSelection\":[139,139],\"priorSelectionRange\":[9,9],\"charsReplaced\":\"CommitMessageTest1\",\"lastFindLoc\":18,\"isLockOwner\":false,\"isBeingDragged\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":4313},\"derivationIds\":[2900,\"7E82C349-9FC9-48B5-B84C-30E99FC40DF2\",\"A07EAFD3-B03B-4E4C-BC72-FB29F65F543A\",\"888FB55C-0365-4B40-A9B4-33FD19FA1E91\"],\"savedTextString\":\"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"4589\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":4590},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4591},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4592},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4593},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4594},\"_Fill\":{\"__isSmartRef__\":true,\"id\":4595},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4590\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4591\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4592\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4593\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4594\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4595\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4596\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"4597\":{\"style\":{\"__isSmartRef__\":true,\"id\":4598},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":4588},\"storedString\":\"A dialog for publishing parts in the PartsBin.\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"4598\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"4599\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4588},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4600\":{\"x\":10,\"y\":110,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4601\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4602\":{\"x\":346,\"y\":-16,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4603\":{\"submorphs\":[],\"scripts\":[],\"id\":\"EB6781AB-CAE4-4644-A06C-CF1C02510F35\",\"shape\":{\"__isSmartRef__\":true,\"id\":4604},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":4610},\"_MaxTextWidth\":250,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":4607},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text9\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":4611},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":4612}],\"charsReplaced\":\"commit message\",\"lastFindLoc\":14,\"priorSelectionRange\":[0,14],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4614},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4615},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4616},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":4617},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":250,\"_MinTextHeight\":null,\"previousSelection\":[0,6],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":4618},\"isLockOwner\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":4313},\"derivationIds\":[2901,\"8E267E15-1052-4F9C-B863-B733384EF1DA\",\"851C46B4-347F-4AE4-9C04-C321E7CC8EA5\",\"D33CE057-77D6-4CCC-90F9-867C622B3572\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"4604\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":4605},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4606},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4607},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4608},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4609},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4605\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4606\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4607\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4608\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4609\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4610\":{\"x\":10,\"y\":90,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4611\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"4612\":{\"style\":{\"__isSmartRef__\":true,\"id\":4613},\"morph\":{\"__isSmartRef__\":true,\"id\":4603},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":4603},\"storedString\":\"comment\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"4613\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"4614\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4615\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"4616\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4603},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4617\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4618\":{\"x\":163,\"y\":-17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4619\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":4620},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4621},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4622},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4623},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4624},\"_Fill\":{\"__isSmartRef__\":true,\"id\":4625},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4620\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4621\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4622\":{\"x\":540,\"y\":420,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4623\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4624\":{\"r\":0.372,\"g\":0.369,\"b\":0.372,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4625\":{\"r\":0.8235294117647058,\"g\":0.8235294117647058,\"b\":0.8235294117647058,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4626\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"4627\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4313},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4628\":{\"adjustForNewBounds\":true,\"resizeWidth\":true,\"resizeHeight\":true},\"4629\":{\"message\":\"Please enter a name for the part\",\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":4630}],\"doNotSerialize\":[\"$$result\"],\"doNotCopyProperties\":[\"$$result\"],\"defaultInput\":\"CommitMessageTest1\",\"panel\":{\"__isSmartRef__\":true,\"id\":4313},\"label\":{\"__isSmartRef__\":true,\"id\":4631},\"cancelButton\":{\"__isSmartRef__\":true,\"id\":4643},\"okButton\":{\"__isSmartRef__\":true,\"id\":4689},\"inputText\":{\"__isSmartRef__\":true,\"id\":4314},\"view\":{\"__isSmartRef__\":true,\"id\":4313},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"result\":\"CommitMessageTest1\",\"__LivelyClassName__\":\"lively.morphic.PromptDialog\"},\"4630\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":4629},\"sourceAttrName\":\"result\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":4629},\"targetMethodName\":\"triggerCallback\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"4631\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4632},\"id\":3220,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4637},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":4638}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4640},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":4641},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4642},\"_MaxTextWidth\":null,\"_MinTextWidth\":null,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":null,\"isLabel\":true,\"_HandStyle\":\"default\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"isCopyMorphRef\":true,\"morphRefId\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"4632\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":4633},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4634},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4635},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4319},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4320},\"_Fill\":{\"__isSmartRef__\":true,\"id\":4636},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4633\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4634\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4635\":{\"x\":226,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4636\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4637\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"4638\":{\"style\":{\"__isSmartRef__\":true,\"id\":4639},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":4631},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"4639\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"4640\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4631},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4641\":{\"x\":4,\"y\":4,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4642\":{\"x\":226,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4643\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4644},\"id\":6793,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4660},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4661},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":4662},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4663},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":4650},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":4664},\"label\":{\"__isSmartRef__\":true,\"id\":4673},\"layout\":{\"__isSmartRef__\":true,\"id\":4685},\"owner\":null,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":4686},{\"__isSmartRef__\":true,\"id\":4687}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"isCopyMorphRef\":true,\"morphRefId\":1,\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"4644\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":4645},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4646},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4647},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4648},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4649},\"_Fill\":{\"__isSmartRef__\":true,\"id\":4650},\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4645\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4646\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4647\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4648\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4649\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4650\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":4651},{\"__isSmartRef__\":true,\"id\":4653},{\"__isSmartRef__\":true,\"id\":4655},{\"__isSmartRef__\":true,\"id\":4657}],\"vector\":{\"__isSmartRef__\":true,\"id\":4659},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"4651\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":4652}},\"4652\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4653\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":4654}},\"4654\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4655\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":4656}},\"4656\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4657\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":4658}},\"4658\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4659\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4660\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"4661\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4643},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4662\":{\"x\":478,\"y\":187,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4663\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4664\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":4665},{\"__isSmartRef__\":true,\"id\":4667},{\"__isSmartRef__\":true,\"id\":4669},{\"__isSmartRef__\":true,\"id\":4671}],\"vector\":{\"__isSmartRef__\":true,\"id\":4659},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"4665\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":4666}},\"4666\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4667\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":4668}},\"4668\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4669\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":4670}},\"4670\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4671\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":4672}},\"4672\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4673\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4674},\"id\":6794,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4679},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":4680}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4682},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":4683},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4684},\"_MaxTextWidth\":60,\"_MinTextWidth\":60,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":null,\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"4674\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":4675},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4676},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4677},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4678},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4320},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4675\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4676\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4677\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4678\":{\"x\":0,\"y\":6,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4679\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"4680\":{\"style\":{\"__isSmartRef__\":true,\"id\":4681},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":4673},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"4681\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"4682\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4673},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4683\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4684\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4685\":{\"moveVertical\":true,\"moveHorizontal\":true},\"4686\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":4643},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":4629},\"targetMethodName\":\"removeTopLevel\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"4687\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":4643},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":4629},\"targetMethodName\":\"result\",\"converter\":null,\"converterString\":\"function () { return null }\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":4688},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"4688\":{\"source\":{\"__isSmartRef__\":true,\"id\":4643},\"target\":{\"__isSmartRef__\":true,\"id\":4629}},\"4689\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4690},\"id\":6795,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4695},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4696},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":4697},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4698},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":4650},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":4699},\"label\":{\"__isSmartRef__\":true,\"id\":4708},\"layout\":{\"__isSmartRef__\":true,\"id\":4720},\"owner\":null,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":4721},{\"__isSmartRef__\":true,\"id\":4722}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"isCopyMorphRef\":true,\"morphRefId\":2,\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"4690\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":4691},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4692},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4693},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4694},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4649},\"_Fill\":{\"__isSmartRef__\":true,\"id\":4650},\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4691\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4692\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4693\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4694\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4695\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"4696\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4689},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4697\":{\"x\":414,\"y\":187,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4698\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4699\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":4700},{\"__isSmartRef__\":true,\"id\":4702},{\"__isSmartRef__\":true,\"id\":4704},{\"__isSmartRef__\":true,\"id\":4706}],\"vector\":{\"__isSmartRef__\":true,\"id\":4659},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"4700\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":4701}},\"4701\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4702\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":4703}},\"4703\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4704\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":4705}},\"4705\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4706\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":4707}},\"4707\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4708\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4709},\"id\":6796,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4714},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":4715}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4717},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":4718},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4719},\"_MaxTextWidth\":60,\"_MinTextWidth\":60,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":null,\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"4709\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":4710},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4711},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4712},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4713},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4320},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4710\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4711\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4712\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4713\":{\"x\":0,\"y\":6,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4714\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"4715\":{\"style\":{\"__isSmartRef__\":true,\"id\":4716},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":4708},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"4716\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"4717\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4708},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4718\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4719\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4720\":{\"moveVertical\":true,\"moveHorizontal\":true},\"4721\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":4689},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":4629},\"targetMethodName\":\"removeTopLevel\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"4722\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":4689},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":4314},\"targetMethodName\":\"doSave\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"4723\":{\"x\":540,\"y\":420,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4724\":{\"x\":365,\"y\":-16,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4725\":{\"x\":0,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4726\":{\"copyToPartsBin\":{\"__isSmartRef__\":true,\"id\":4727},\"onPublish\":{\"__isSmartRef__\":true,\"id\":4735},\"onCancel\":{\"__isSmartRef__\":true,\"id\":4739},\"setTarget\":{\"__isSmartRef__\":true,\"id\":4743},\"reset\":{\"__isSmartRef__\":true,\"id\":4747}},\"4727\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":4728},\"source\":\"function copyToPartsBin(morph) {\\n var name = this.get('NameText').textString\\n\\n var info = morph.getPartsBinMetaInfo();\\n morph.setName(name);\\n\\n info.partsSpaceName = this.get('CategoryText').textString\\n info.comment = this.get('CommentText').textString\\n\\n if (! info.changes) info.changes = [];\\n var change = { \\n date: new Date(), \\n author: this.world().getUserName(), \\n message: this.get('CommitMessageText').textString,\\n id: Strings.newUUID()\\n }\\n info.changes.push(change) \\n\\n morph.copyToPartsBin();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":4733},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"4728\":{\"this\":{\"__isSmartRef__\":true,\"id\":4313},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":4729}},\"4729\":{\"$super\":{\"__isSmartRef__\":true,\"id\":4730}},\"4730\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":4731},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":4732},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"4731\":{\"obj\":{\"__isSmartRef__\":true,\"id\":4313},\"name\":\"copyToPartsBin\"},\"4732\":{},\"4733\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":4734}},\"4734\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 15:13:21 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"4735\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":4736},\"source\":\"function onPublish() {\\n if (!this.target) alert(\\\"No target to upload\\\");\\n this.copyToPartsBin(this.target);\\n connect(this.target, 'headRevision', this.owner, 'remove')\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":4737},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"4736\":{\"this\":{\"__isSmartRef__\":true,\"id\":4313}},\"4737\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":4738},\"user\":\"undefined\",\"tags\":[]},\"4738\":{\"isSerializedDate\":true,\"string\":\"Tue Mar 20 2012 12:59:48 GMT+0100 (Mitteleuropäische Zeit)\"},\"4739\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":4740},\"source\":\"function onCancel() {\\n alertOK(\\\"cancel upload \\\") \\n this.owner.remove()\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":4741},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"4740\":{\"this\":{\"__isSmartRef__\":true,\"id\":4313}},\"4741\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":4742}},\"4742\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:52:17 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"4743\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":4744},\"source\":\"function setTarget(morph) {\\n this.target = morph \\n if (!morph) {\\n this.get('NameText').textString = '';\\n this.get('CategoryText').textString = '';\\n this.get('CommentText').textString = ''; \\n this.get('CommitMessageText').textString = '' \\n return\\n }\\n var info = this.target.getPartsBinMetaInfo();\\n this.get('NameText').textString = info.partName || morph.getName();\\n this.get('CategoryText').textString = info.partsSpaceName;\\n this.get('CommentText').textString = info.comment; \\n this.get('CommitMessageText').textString = '' \\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":4745},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"4744\":{\"this\":{\"__isSmartRef__\":true,\"id\":4313}},\"4745\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":4746}},\"4746\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:46:10 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"4747\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":4748},\"source\":\"function reset() {\\n this.setTarget(null)\\n \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":4749},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"4748\":{\"this\":{\"__isSmartRef__\":true,\"id\":4313}},\"4749\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":4750}},\"4750\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:45:36 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"4751\":{\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4752},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4753},\"_BorderWidth\":0,\"_Fill\":null,\"_StrokeOpacity\":0,\"_BorderRadius\":0,\"_Extent\":{\"__isSmartRef__\":true,\"id\":4754},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4752\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4753\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4754\":{\"x\":542,\"y\":242,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4755\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"4756\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4164},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4757\":{\"adjustForNewBounds\":true},\"4758\":{\"x\":542,\"y\":242,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4759\":{\"x\":0,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4760\":{\"x\":463,\"y\":297,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4761\":{\"partName\":\"PublishPartDialog\",\"requiredModules\":[],\"migrationLevel\":4,\"partsSpaceName\":\"PartsBin/BP2012\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A dialog for publishing parts in the PartsBin.\",\"changes\":[{\"__isSmartRef__\":true,\"id\":4762},{\"__isSmartRef__\":true,\"id\":4764},{\"__isSmartRef__\":true,\"id\":4766},{\"__isSmartRef__\":true,\"id\":4768},{\"__isSmartRef__\":true,\"id\":4770},{\"__isSmartRef__\":true,\"id\":4772},{\"__isSmartRef__\":true,\"id\":4774}],\"revisionOnLoad\":146804,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"4762\":{\"date\":{\"__isSmartRef__\":true,\"id\":4763},\"author\":\"undefined\",\"message\":\"init for change - don't remove on click\",\"id\":\"00A6DFFB-70D2-44A4-B5F9-0778E1CA5724\"},\"4763\":{\"isSerializedDate\":true,\"string\":\"Tue Mar 20 2012 12:04:27 GMT+0100 (Mitteleuropäische Zeit)\"},\"4764\":{\"date\":{\"__isSmartRef__\":true,\"id\":4765},\"author\":\"jenslincke\",\"message\":\"- fixed issue 283 (Reproduction: Open part, select publish from menu, focus part name input field in dialog, press enter.-> window pane disappears; window decoration stays; part is not published)\",\"id\":\"1A260BD5-E668-4BD4-B7A2-94E087AB4CE1\"},\"4765\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 26 2012 12:10:41 GMT+0100 (Mitteleuropäische Zeit)\"},\"4766\":{\"date\":{\"__isSmartRef__\":true,\"id\":4767},\"author\":\"jenslincke\",\"message\":\"\"},\"4767\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 16:06:16 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"4768\":{\"date\":{\"__isSmartRef__\":true,\"id\":4769},\"author\":\"jenslincke\",\"message\":\"store an uuid when publishing an object\"},\"4769\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 15:15:02 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"4770\":{\"date\":{\"__isSmartRef__\":true,\"id\":4771},\"author\":\"jenslincke\",\"message\":\"\"},\"4771\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:52:26 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"4772\":{\"date\":{\"__isSmartRef__\":true,\"id\":4773},\"author\":\"jenslincke\",\"message\":\"first commit of Publish dialog using the publish dialog itself!\"},\"4773\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:54:16 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"4774\":{\"date\":{\"__isSmartRef__\":true,\"id\":4775},\"author\":\"undefined\",\"message\":\"\",\"id\":\"A5F4EACF-EF62-483F-B8B3-65966A895FA4\"},\"4775\":{\"isSerializedDate\":true,\"string\":\"Tue Mar 20 2012 13:00:03 GMT+0100 (Mitteleuropäische Zeit)\"},\"4776\":{\"x\":746.5,\"y\":281,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4777\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":3495},\"sourceAttrName\":\"headRevision\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":4778},\"targetMethodName\":\"remove\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"4778\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":4779},{\"__isSmartRef__\":true,\"id\":4926}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":5416},\"id\":\"114E0CC6-1010-4E71-9A76-55D8416C4D9B\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5420},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5421},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":5422},\"LK2\":true,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5423},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":4926},\"titleBar\":{\"__isSmartRef__\":true,\"id\":4779},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":5424},\"collapsedTransform\":null,\"collapsedExtent\":null,\"expandedTransform\":null,\"expandedExtent\":null,\"ignoreEventsOnExpand\":false,\"highlighted\":true,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":5425},\"isBeingDragged\":false,\"showsHalos\":false,\"name\":\"PublishPartDialog1\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":5426},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"_Position\":{\"__isSmartRef__\":true,\"id\":5441},\"isCopyMorphRef\":true,\"morphRefId\":12,\"derivationIds\":[2879,\"91414FD8-3775-435F-96A6-39E0CB891CD7\",\"9CB574CD-94E3-465A-B85C-91F97E070BC3\",\"C9D390C2-399F-44AF-A316-A4A117E5F7B6\",\"0A0B9181-A04D-441B-944F-585ED335E81B\"],\"moved\":true,\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"4779\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":4780},{\"__isSmartRef__\":true,\"id\":4794},{\"__isSmartRef__\":true,\"id\":4841},{\"__isSmartRef__\":true,\"id\":4875}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4910},\"id\":\"AC4318FD-EA67-46A2-9D28-CC5E408627C3\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4921},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4922},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":4923},\"_Position\":{\"__isSmartRef__\":true,\"id\":4924},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":4778},\"label\":{\"__isSmartRef__\":true,\"id\":4780},\"closeButton\":{\"__isSmartRef__\":true,\"id\":4794},\"menuButton\":{\"__isSmartRef__\":true,\"id\":4841},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":4875},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4925},\"owner\":{\"__isSmartRef__\":true,\"id\":4778},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2880,\"108B5871-F6C8-4442-82D1-F8776D2C85A2\",\"503529CB-0F23-4456-8597-CD5E86CF03F0\",\"4FB4914E-E245-4D67-BE3B-63091E2C8C95\",\"B69B0DCD-8CC6-4A06-B738-A12B5269CD7D\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"4780\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4781},\"id\":\"D77F5C35-DE97-4172-BF2F-8D1ACED89AC7\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4787},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":4788}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4790},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"layout\":{\"__isSmartRef__\":true,\"id\":4791},\"_Align\":\"center\",\"eventsAreIgnored\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":4779},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4792},\"_MaxTextWidth\":483,\"_MinTextWidth\":483,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"_Position\":{\"__isSmartRef__\":true,\"id\":4793},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2881,\"A06A709C-AD42-48D0-A66A-9C21EA4F4E66\",\"EE1A345D-476E-4E22-BE89-E59A0C11001B\",\"90634CE5-77D0-4064-961C-4CBADE59C6F8\",\"C26670E3-5765-406B-972F-888FD1EAF967\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"4781\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":4782},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4783},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4784},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4785},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4786},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4782\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4783\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4784\":{\"x\":483,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4785\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4786\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4787\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"4788\":{\"style\":{\"__isSmartRef__\":true,\"id\":4789},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":4780},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Publish in PartsBin\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"4789\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"4790\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4780},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4791\":{\"resizeWidth\":true},\"4792\":{\"x\":483,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4793\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4794\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":4795}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4807},\"id\":\"1B450A88-DDF9-425D-83CA-EDD701DCC323\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4823},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4824},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":4825},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4826},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":4813},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":4827},\"label\":{\"__isSmartRef__\":true,\"id\":4795},\"owner\":{\"__isSmartRef__\":true,\"id\":4779},\"layout\":{\"__isSmartRef__\":true,\"id\":4836},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":4837},{\"__isSmartRef__\":true,\"id\":4839}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"prevScroll\":[0,0],\"derivationIds\":[2882,\"6FF08B49-B1B5-4E12-8CE8-DF895115627D\",\"7F48C6F9-BB0C-405E-991B-410F179F7FE6\",\"8405D63F-4E07-4FE8-9008-DD8AE000B5C8\",\"D81DD158-CA4D-44A9-B0A6-3FD7DF7EFD68\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"4795\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4796},\"id\":\"8ECEC574-E77D-4096-877E-98EABAA8CA1D\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4801},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":4802}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4804},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":4805},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4806},\"_MaxTextWidth\":17,\"_MinTextWidth\":17,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":4794},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2883,\"9FBA502B-65B1-4FF2-A0A6-9951E3C50B9C\",\"9F297DAE-65AA-45A3-AFAE-BD35F359E24A\",\"75386CDF-09C9-47F2-8762-F737A49FD645\",\"C43A7038-D61D-47C7-BFA8-8C8A77627643\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"4796\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":4797},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4798},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4799},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4800},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4786},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4797\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4798\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4799\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4800\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4801\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"4802\":{\"style\":{\"__isSmartRef__\":true,\"id\":4803},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":4795},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"X\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"4803\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"4804\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4795},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4805\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4806\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4807\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":4808},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4809},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4810},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4811},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4812},\"_Fill\":{\"__isSmartRef__\":true,\"id\":4813},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4808\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4809\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4810\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4811\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4812\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4813\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":4814},{\"__isSmartRef__\":true,\"id\":4816},{\"__isSmartRef__\":true,\"id\":4818},{\"__isSmartRef__\":true,\"id\":4820}],\"vector\":{\"__isSmartRef__\":true,\"id\":4822},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"4814\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":4815}},\"4815\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4816\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":4817}},\"4817\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4818\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":4819}},\"4819\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4820\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":4821}},\"4821\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4822\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4823\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"4824\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4794},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4825\":{\"x\":522,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4826\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4827\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":4828},{\"__isSmartRef__\":true,\"id\":4830},{\"__isSmartRef__\":true,\"id\":4832},{\"__isSmartRef__\":true,\"id\":4834}],\"vector\":{\"__isSmartRef__\":true,\"id\":4822},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"4828\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":4829}},\"4829\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4830\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":4831}},\"4831\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4832\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":4833}},\"4833\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4834\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":4835}},\"4835\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4836\":{\"moveHorizontal\":true},\"4837\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":4794},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":4778},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":4838},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"4838\":{\"source\":{\"__isSmartRef__\":true,\"id\":4794},\"target\":{\"__isSmartRef__\":true,\"id\":4778}},\"4839\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":4794},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":4778},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":4840},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"4840\":{\"source\":{\"__isSmartRef__\":true,\"id\":4794},\"target\":{\"__isSmartRef__\":true,\"id\":4778}},\"4841\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":4842}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4853},\"id\":\"5B34DA09-2945-480C-89F5-843872D55EAE\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4858},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4859},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":4860},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4861},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":4813},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":4862},\"label\":{\"__isSmartRef__\":true,\"id\":4842},\"owner\":{\"__isSmartRef__\":true,\"id\":4779},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":4871},{\"__isSmartRef__\":true,\"id\":4873}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"derivationIds\":[2884,\"64F20257-1A1D-4B3E-97C4-BC5D1F1E14B5\",\"A377FFCE-0FDC-41B6-BD34-D9F0507B57DA\",\"7334352E-B497-4F10-8C06-FBE36AA778C7\",\"E8269870-961E-49ED-ACE6-3CB90CD1937A\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"4842\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4843},\"id\":\"17FEC040-13EA-4F86-8084-76A818AFF35C\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4847},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":4848}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4850},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":4851},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4852},\"_MaxTextWidth\":17,\"_MinTextWidth\":17,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":4841},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[2885,\"EC48B50E-CD5B-46FB-BF78-484373EED980\",\"59F8AF9B-799B-413B-86B2-BFD03A4B2559\",\"F8293A60-E9DB-40E3-B202-D547939F8A8D\",\"30E16AEA-8638-441D-A4B6-A7F2EB4D1987\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"4843\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":4844},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4845},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4846},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4800},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4786},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4844\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4845\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4846\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4847\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"4848\":{\"style\":{\"__isSmartRef__\":true,\"id\":4849},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":4842},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"M\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"4849\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"4850\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4842},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4851\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4852\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4853\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":4854},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4855},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4856},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4857},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4812},\"_Fill\":{\"__isSmartRef__\":true,\"id\":4813},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4854\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4855\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4856\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4857\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4858\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"4859\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4841},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4860\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4861\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4862\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":4863},{\"__isSmartRef__\":true,\"id\":4865},{\"__isSmartRef__\":true,\"id\":4867},{\"__isSmartRef__\":true,\"id\":4869}],\"vector\":{\"__isSmartRef__\":true,\"id\":4822},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"4863\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":4864}},\"4864\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4865\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":4866}},\"4866\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4867\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":4868}},\"4868\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4869\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":4870}},\"4870\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4871\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":4841},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":4778},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":4872},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"4872\":{\"source\":{\"__isSmartRef__\":true,\"id\":4841},\"target\":{\"__isSmartRef__\":true,\"id\":4778}},\"4873\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":4841},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":4778},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":4874},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"4874\":{\"source\":{\"__isSmartRef__\":true,\"id\":4841},\"target\":{\"__isSmartRef__\":true,\"id\":4778}},\"4875\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":4876}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4887},\"id\":\"A7621976-3E85-494C-8E96-7EDF8C175807\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4892},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4893},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":4894},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4895},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":4813},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":4896},\"label\":{\"__isSmartRef__\":true,\"id\":4876},\"owner\":{\"__isSmartRef__\":true,\"id\":4779},\"layout\":{\"__isSmartRef__\":true,\"id\":4905},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":4906},{\"__isSmartRef__\":true,\"id\":4908}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"prevScroll\":[0,0],\"derivationIds\":[2886,\"9FC4F0BE-916D-456B-AEC7-E6C1AC6040CA\",\"A0A4775F-7F2F-4563-840D-CAA5CB435D75\",\"C87D3EB9-4C3B-4230-9794-F5B71B528C74\",\"D62C35A2-6803-4217-9DFD-0E480D4B82AE\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"4876\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4877},\"id\":\"9D2D8650-2F76-4D60-BB27-80A1112C3A07\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4881},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":4882}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4884},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":4885},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4886},\"_MaxTextWidth\":17,\"_MinTextWidth\":17,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":4875},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2887,\"42347453-BADB-4DB0-9486-C479B704CD7C\",\"B0BBE9B3-B5DD-4E4F-A1AA-1C03BB1BFF4E\",\"8AE3BC44-F336-420E-A2E9-BBA0DC6A3D72\",\"3DC5BABC-5EF1-4FC6-805B-0FC1CC02282F\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"4877\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":4878},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4879},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4880},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4800},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4786},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4878\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4879\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4880\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4881\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"4882\":{\"style\":{\"__isSmartRef__\":true,\"id\":4883},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":4876},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"–\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"4883\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"4884\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4876},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4885\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4886\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4887\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":4888},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4889},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4890},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4891},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4812},\"_Fill\":{\"__isSmartRef__\":true,\"id\":4813},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4888\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4889\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4890\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4891\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4892\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"4893\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4875},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4894\":{\"x\":503,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4895\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4896\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":4897},{\"__isSmartRef__\":true,\"id\":4899},{\"__isSmartRef__\":true,\"id\":4901},{\"__isSmartRef__\":true,\"id\":4903}],\"vector\":{\"__isSmartRef__\":true,\"id\":4822},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"4897\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":4898}},\"4898\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4899\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":4900}},\"4900\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4901\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":4902}},\"4902\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4903\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":4904}},\"4904\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4905\":{\"moveHorizontal\":true},\"4906\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":4875},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":4778},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":4907},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"4907\":{\"source\":{\"__isSmartRef__\":true,\"id\":4875},\"target\":{\"__isSmartRef__\":true,\"id\":4778}},\"4908\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":4875},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":4778},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":4909},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"4909\":{\"source\":{\"__isSmartRef__\":true,\"id\":4875},\"target\":{\"__isSmartRef__\":true,\"id\":4778}},\"4910\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":4911},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4912},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4913},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4914},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4915},\"_Fill\":{\"__isSmartRef__\":true,\"id\":4916},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4911\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4912\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4913\":{\"x\":542,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4914\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4915\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4916\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":4917},{\"__isSmartRef__\":true,\"id\":4919}],\"vector\":{\"__isSmartRef__\":true,\"id\":4307},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"4917\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":4918}},\"4918\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4919\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":4920}},\"4920\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4921\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"4922\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4779},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4923\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"4924\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4925\":{\"x\":542,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4926\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":4927},{\"__isSmartRef__\":true,\"id\":4942},{\"__isSmartRef__\":true,\"id\":4957},{\"__isSmartRef__\":true,\"id\":4973},{\"__isSmartRef__\":true,\"id\":4989},{\"__isSmartRef__\":true,\"id\":5004},{\"__isSmartRef__\":true,\"id\":5020},{\"__isSmartRef__\":true,\"id\":5036},{\"__isSmartRef__\":true,\"id\":5119},{\"__isSmartRef__\":true,\"id\":5201},{\"__isSmartRef__\":true,\"id\":5216},{\"__isSmartRef__\":true,\"id\":5232}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":5280},\"id\":\"945F423F-7AC1-4663-8887-43C229844FCF\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5287},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5288},\"droppingEnabled\":true,\"halosEnabled\":true,\"isLockOwner\":false,\"layout\":{\"__isSmartRef__\":true,\"id\":5289},\"attributeConnections\":[],\"ownerApp\":{\"__isSmartRef__\":true,\"id\":5290},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"name\":\"PublishPartPanePane\",\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5384},\"isBeingDragged\":false,\"prevScroll\":[0,0],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":5385},\"grabbingEnabled\":false,\"_Position\":{\"__isSmartRef__\":true,\"id\":5386},\"owner\":{\"__isSmartRef__\":true,\"id\":4778},\"target\":{\"__isSmartRef__\":true,\"id\":3495},\"derivationIds\":[2888,\"7CD647EF-2BB4-4CD9-9D3B-4EE7BC59ECC2\",\"B983FB4F-9323-4304-9603-5615E93C6C42\",\"E738FAD5-9C83-4390-B193-06C21B6E51B0\",\"5ED6DC7B-74C2-4149-BF56-1622F302C51E\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":5387},\"__LivelyClassName__\":\"lively.morphic.Box\",\"withLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"4927\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4928},\"id\":\"ADC51974-AADA-4581-AF01-52DC361A5619\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4935},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":4936}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4938},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":4939},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4940},\"_MaxTextWidth\":230,\"_MinTextWidth\":230,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":4926},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":4941},\"previousSelection\":[0,9],\"priorSelectionRange\":[0,9],\"isLockOwner\":false,\"name\":\"NameText\",\"isCopyMorphRef\":true,\"morphRefId\":1,\"derivationIds\":[2889,\"9A8B5C1C-95BB-40F5-B9EF-B89DD5451B64\",\"C49BF160-BBBE-422E-BDDC-B9A98A72ABFF\",\"42B7E940-3BB5-4B79-B5D8-E4C8E780FF3B\",\"50B247C7-D8F3-4CF5-BD3F-2A2867827CF1\"],\"savedTextString\":\"CommitMessageTest1\",\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"4928\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":4929},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4930},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4931},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4932},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4933},\"_Fill\":{\"__isSmartRef__\":true,\"id\":4934},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4929\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4930\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4931\":{\"x\":240,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4932\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4933\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4934\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4935\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"4936\":{\"style\":{\"__isSmartRef__\":true,\"id\":4937},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":4927},\"storedString\":\"PublishPartDialog\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"4937\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"4938\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4927},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4939\":{\"x\":10,\"y\":50,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4940\":{\"x\":240,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4941\":{\"x\":119,\"y\":-15,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4942\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4943},\"id\":\"0FBB0EEB-D7CF-42B4-9736-6EA8808B6C2D\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4950},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":4951}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4953},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":4954},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4955},\"_MaxTextWidth\":510,\"_MinTextWidth\":510,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"name\":\"CommitMessageText\",\"owner\":{\"__isSmartRef__\":true,\"id\":4926},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":4956},\"previousSelection\":[0,15],\"priorSelectionRange\":[0,0],\"charsReplaced\":\"CommitMessageTest1\",\"lastFindLoc\":18,\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2890,\"40048B1D-9547-4EA6-AB66-31168A1C9FAE\",\"8A0DE790-FA6C-41C9-BA2B-84397DA3F39E\",\"DCFEEBC9-D891-408E-A103-19356A96070F\",\"EAEE386C-B48C-44E1-B80C-6830217A2FC6\"],\"savedTextString\":\"\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"4943\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":4944},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4945},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4946},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4947},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4948},\"_Fill\":{\"__isSmartRef__\":true,\"id\":4949},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4944\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4945\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4946\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4947\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4948\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4949\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4950\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"4951\":{\"style\":{\"__isSmartRef__\":true,\"id\":4952},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":4942},\"storedString\":\"resetted view\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"4952\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"4953\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4942},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4954\":{\"x\":10,\"y\":260,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4955\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4956\":{\"x\":351,\"y\":-17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4957\":{\"submorphs\":[],\"scripts\":[],\"id\":\"DA565675-5424-44B9-9F7C-E76C37FA86EC\",\"shape\":{\"__isSmartRef__\":true,\"id\":4958},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":4964},\"_MaxTextWidth\":114,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":4961},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text5\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":4965},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":4966}],\"charsReplaced\":\"some text \",\"lastFindLoc\":10,\"priorSelectionRange\":[0,4],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4968},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4969},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4970},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":4971},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"owner\":{\"__isSmartRef__\":true,\"id\":4926},\"_MinTextWidth\":114,\"_MinTextHeight\":null,\"previousSelection\":[3,3],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":4972},\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2891,\"E101CA30-35F9-42F0-A46C-28671530C787\",\"CE7E7640-C507-43BF-88EF-C4ACE8CCF564\",\"F04823B9-5B0B-4CCA-B8F7-00BD8608ED16\",\"DD4402A8-C90A-4187-92DA-813F59FF86E6\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"4958\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":4959},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4960},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4961},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4962},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4963},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4959\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4960\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4961\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4962\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4963\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4964\":{\"x\":10,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4965\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"4966\":{\"style\":{\"__isSmartRef__\":true,\"id\":4967},\"morph\":{\"__isSmartRef__\":true,\"id\":4957},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":4957},\"storedString\":\"name\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"4967\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"4968\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4969\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"4970\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4957},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4971\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4972\":{\"x\":78,\"y\":-3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4973\":{\"submorphs\":[],\"scripts\":[],\"id\":\"85876C10-82AB-427E-99E9-DC8E7A98F0CD\",\"shape\":{\"__isSmartRef__\":true,\"id\":4974},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":4980},\"_MaxTextWidth\":250,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":4977},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text6\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":4981},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":4982}],\"charsReplaced\":\"changes\",\"lastFindLoc\":7,\"priorSelectionRange\":[0,14],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":4984},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4985},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":4986},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":4987},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":250,\"_MinTextHeight\":null,\"previousSelection\":[0,14],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":4988},\"owner\":{\"__isSmartRef__\":true,\"id\":4926},\"isLockOwner\":false,\"derivationIds\":[2892,\"E5DC0070-3EA2-4212-9AA7-E3C865547E5E\",\"809E256F-82F6-4A22-B614-DE8C08FA5970\",\"272C0F9A-E7EF-4ECE-851D-08ACB35EA24D\",\"8AA544F8-6F47-454D-AE18-A264ACDEFA7E\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"4974\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":4975},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4976},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4977},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4978},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4979},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4975\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4976\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4977\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4978\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4979\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4980\":{\"x\":10,\"y\":240,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4981\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"4982\":{\"style\":{\"__isSmartRef__\":true,\"id\":4983},\"morph\":{\"__isSmartRef__\":true,\"id\":4973},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":4973},\"storedString\":\"commit message\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"4983\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"4984\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4985\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"4986\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4973},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"4987\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4988\":{\"x\":174,\"y\":-21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4989\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":4990},\"id\":\"93626CA5-A09A-41F8-8C62-88BFBF7A9A36\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4997},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":4998}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5000},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":5001},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5002},\"_MaxTextWidth\":250,\"_MinTextWidth\":250,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"name\":\"CategoryText\",\"owner\":{\"__isSmartRef__\":true,\"id\":4926},\"previousSelection\":[0,14],\"priorSelectionRange\":[5,5],\"charsReplaced\":\"CommitMessageTest1\",\"lastFindLoc\":18,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":5003},\"isLockOwner\":false,\"derivationIds\":[2893,\"FBE4B17F-DC2B-4783-899B-CF1B051F14D9\",\"A2C45BC5-C44B-4AEA-A29E-ADE3DAF08638\",\"640BD984-1AB2-45B8-BCEC-AB32A6199D68\",\"BE2E06DB-4DFC-4628-9FED-8F3E87D18E07\"],\"savedTextString\":\"PartsBin/Basic\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"4990\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":4991},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":4992},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4993},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4994},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4995},\"_Fill\":{\"__isSmartRef__\":true,\"id\":4996},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4991\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4992\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"4993\":{\"x\":260,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4994\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"4995\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4996\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"4997\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"4998\":{\"style\":{\"__isSmartRef__\":true,\"id\":4999},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":4989},\"storedString\":\"PartsBin/BP2012\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"4999\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"5000\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4989},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5001\":{\"x\":270,\"y\":50,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5002\":{\"x\":260,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5003\":{\"x\":132,\"y\":-13,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5004\":{\"submorphs\":[],\"scripts\":[],\"id\":\"0B3CC75B-7D92-469B-B604-763DB6E26242\",\"shape\":{\"__isSmartRef__\":true,\"id\":5005},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":5011},\"_MaxTextWidth\":114,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":5008},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text7\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":5012},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":5013}],\"charsReplaced\":\"name\",\"lastFindLoc\":4,\"priorSelectionRange\":[0,8],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5015},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5016},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5017},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":5018},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":114,\"_MinTextHeight\":null,\"previousSelection\":[2,2],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":5019},\"owner\":{\"__isSmartRef__\":true,\"id\":4926},\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2894,\"75F41AE1-CA7A-48D0-AE2C-7AAF6101B89C\",\"CB87A9FB-0776-4109-BDE0-0E8C61F1626C\",\"954BD4D6-BBF2-4D3C-94CA-21A38F66F449\",\"5C78A757-B050-43F1-B4CF-26CE9CC58B03\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"5005\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":5006},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5007},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5008},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5009},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5010},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5006\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5007\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5008\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5009\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5010\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5011\":{\"x\":270,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5012\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"5013\":{\"style\":{\"__isSmartRef__\":true,\"id\":5014},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":5004},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"category\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"5014\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"5015\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5016\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"5017\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5004},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5018\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5019\":{\"x\":87,\"y\":-11,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5020\":{\"submorphs\":[],\"scripts\":[],\"id\":\"6DA71C26-AB36-4367-A0B4-CD75959169B2\",\"shape\":{\"__isSmartRef__\":true,\"id\":5021},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":5027},\"_MaxTextWidth\":325,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":5024},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text8\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":5028},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":5029}],\"charsReplaced\":\"Publish Object in PartsBin\",\"lastFindLoc\":26,\"priorSelectionRange\":[0,36],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5031},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5032},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5033},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":5034},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":325,\"_MinTextHeight\":null,\"previousSelection\":[0,36],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":5035},\"owner\":{\"__isSmartRef__\":true,\"id\":4926},\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2895,\"3AFBC971-95B4-48C4-888D-22FCBB742090\",\"D0394F71-EBB2-452A-A71F-D172D5B1CAD6\",\"79EDAC74-BD6B-42B1-BBBA-71B07578D1E0\",\"C19A8344-D637-44B7-BB1F-FD0153E5A62B\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"5021\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":5022},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5023},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5024},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5025},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5026},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5022\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5023\":{\"x\":325,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5024\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5025\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5026\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5027\":{\"x\":10,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5028\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"5029\":{\"style\":{\"__isSmartRef__\":true,\"id\":5030},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":5020},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Upload part to the shared repository\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"5030\":{\"italics\":\"normal\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"5031\":{\"x\":325,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5032\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"5033\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5020},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5034\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5035\":{\"x\":221,\"y\":-12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5036\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":5037}],\"scripts\":[],\"id\":\"5FD2E67F-6B2F-4D91-9106-619E579430F2\",\"shape\":{\"__isSmartRef__\":true,\"id\":5052},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":5056},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":5068},\"label\":{\"__isSmartRef__\":true,\"id\":5037},\"name\":\"Button\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":5077},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":5078}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5114},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5115},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5116},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":5117},\"_Position\":{\"__isSmartRef__\":true,\"id\":5118},\"owner\":{\"__isSmartRef__\":true,\"id\":4926},\"derivationIds\":[2896,\"40384C75-EF01-4AAD-AA1C-A7C19EDB6A0F\",\"21376B8E-78CF-456D-87AA-4D62D86B16D2\",\"E9336A59-C7BF-4C91-88B0-0D0477AA75AE\",\"A5E21E04-05F3-4A15-AAFA-55946EEC5F80\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"5037\":{\"submorphs\":[],\"scripts\":[],\"id\":\"D59CFDD4-1847-48B1-A81F-5CFAE7087370\",\"shape\":{\"__isSmartRef__\":true,\"id\":5038},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":5044},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":5045},\"_Padding\":{\"__isSmartRef__\":true,\"id\":5046},\"owner\":{\"__isSmartRef__\":true,\"id\":5036},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5047},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":5048}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5050},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5051},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"derivationIds\":[2897,\"92EB5E70-61BB-4A71-942C-A34A20789B2F\",\"A9C9F9CF-1BAC-4074-A093-4EB0C3C90866\",\"2FE50303-6361-4A70-9BD5-0D8D1C8B5176\",\"D774C172-7EE9-40AE-9949-340BA8EDBD37\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"5038\":{\"position\":{\"__isSmartRef__\":true,\"id\":5039},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5040},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5041},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5042},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5043},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5039\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5040\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5041\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5042\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5043\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5044\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5045\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5046\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5047\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5048\":{\"style\":{\"__isSmartRef__\":true,\"id\":5049},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":5037},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"cancel\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"5049\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"5050\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"5051\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5037},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5052\":{\"position\":{\"__isSmartRef__\":true,\"id\":5053},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5054},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5055},\"_Fill\":{\"__isSmartRef__\":true,\"id\":5056},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5066},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5067},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5053\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5054\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5055\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5056\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":5057},{\"__isSmartRef__\":true,\"id\":5059},{\"__isSmartRef__\":true,\"id\":5061},{\"__isSmartRef__\":true,\"id\":5063}],\"vector\":{\"__isSmartRef__\":true,\"id\":5065},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"5057\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":5058}},\"5058\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5059\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":5060}},\"5060\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5061\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":5062}},\"5062\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5063\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":5064}},\"5064\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5065\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5066\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5067\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5068\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":5069},{\"__isSmartRef__\":true,\"id\":5071},{\"__isSmartRef__\":true,\"id\":5073},{\"__isSmartRef__\":true,\"id\":5075}],\"vector\":{\"__isSmartRef__\":true,\"id\":5065},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"5069\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":5070}},\"5070\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5071\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":5072}},\"5072\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5073\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":5074}},\"5074\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5075\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":5076}},\"5076\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5077\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"5078\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":5036},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":4926},\"targetMethodName\":\"onCancel\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":5079},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"5079\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":5080}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":5095},\"id\":352,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5102},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5103},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":5104},{\"__isSmartRef__\":true,\"id\":5105}],\"con\":{\"__isSmartRef__\":true,\"id\":5078},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":5106},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"5080\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":5081},\"id\":353,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5092},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5093},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":5094},\"owner\":{\"__isSmartRef__\":true,\"id\":5079},\"_Rotation\":-2.716760490670451,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"5081\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":5082},{\"__isSmartRef__\":true,\"id\":5083},{\"__isSmartRef__\":true,\"id\":5084},{\"__isSmartRef__\":true,\"id\":5085}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5086},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":5087},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5088},\"_Padding\":{\"__isSmartRef__\":true,\"id\":5089},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5090},\"_Fill\":{\"__isSmartRef__\":true,\"id\":5091},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"5082\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"5083\":{\"isAbsolute\":true,\"x\":0,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"5084\":{\"isAbsolute\":true,\"x\":16,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"5085\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"5086\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"5087\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5088\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5089\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5090\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5091\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5092\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"5093\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5080},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5094\":{\"x\":0.5,\"y\":0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5095\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":5096},{\"__isSmartRef__\":true,\"id\":5097}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5098},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":5099},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5100},\"_Padding\":{\"__isSmartRef__\":true,\"id\":5101},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5090},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"5096\":{\"isAbsolute\":true,\"x\":420,\"y\":190,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"5097\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"5098\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"5099\":{\"x\":-0.5,\"y\":-0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5100\":{\"x\":421,\"y\":191,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5101\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5102\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"5103\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5079},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5104\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5079},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"5105\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5079},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":5080},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"5106\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":5107}},\"5107\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":5108},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString || 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":5113},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"5108\":{\"this\":{\"__isSmartRef__\":true,\"id\":5079},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":5109}},\"5109\":{\"$super\":{\"__isSmartRef__\":true,\"id\":5110}},\"5110\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":5111},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":5112},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"5111\":{\"obj\":{\"__isSmartRef__\":true,\"id\":5079},\"name\":\"morphMenuItems\"},\"5112\":{},\"5113\":{},\"5114\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5115\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"5116\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5036},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5117\":{\"x\":77,\"y\":-5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5118\":{\"x\":420,\"y\":390,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5119\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":5120}],\"scripts\":[],\"id\":\"9D327D96-8538-4700-B18E-2FD435B4FF2B\",\"shape\":{\"__isSmartRef__\":true,\"id\":5135},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":5139},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":5151},\"label\":{\"__isSmartRef__\":true,\"id\":5120},\"name\":\"Button1\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":5160},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":5161}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5196},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5197},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5198},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":5199},\"_Position\":{\"__isSmartRef__\":true,\"id\":5200},\"owner\":{\"__isSmartRef__\":true,\"id\":4926},\"derivationIds\":[2898,\"9D27A522-4E3D-482F-97CF-3CA3247A3999\",\"4EBF07AD-25C0-4034-BC06-31F137F70FA1\",\"DC6D6B8E-37AE-4815-A81A-AC7071124A26\",\"42DF6D49-8482-40A3-B901-512013BB5C75\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"5120\":{\"submorphs\":[],\"scripts\":[],\"id\":\"5B9ADB08-9ED1-4C03-9717-0DDC59F76E2A\",\"shape\":{\"__isSmartRef__\":true,\"id\":5121},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":5127},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":5128},\"_Padding\":{\"__isSmartRef__\":true,\"id\":5129},\"owner\":{\"__isSmartRef__\":true,\"id\":5119},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5130},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":5131}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5133},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5134},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"derivationIds\":[2899,\"4F00D1F5-B85C-479E-BDDE-322DF2F432A3\",\"5E7BC7AC-9EF9-4CF5-9196-A542A26534CA\",\"46616896-CA46-4B43-B694-9FB001B32989\",\"F73D407C-A72D-414B-AB8D-1E28025BCA1C\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"5121\":{\"position\":{\"__isSmartRef__\":true,\"id\":5122},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5123},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5124},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5125},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5126},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5122\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5123\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5124\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5125\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5126\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5127\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5128\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5129\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5130\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5131\":{\"style\":{\"__isSmartRef__\":true,\"id\":5132},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":5120},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"publish\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"5132\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"5133\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"5134\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5120},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5135\":{\"position\":{\"__isSmartRef__\":true,\"id\":5136},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5137},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5138},\"_Fill\":{\"__isSmartRef__\":true,\"id\":5139},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5149},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5150},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5136\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5137\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5138\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5139\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":5140},{\"__isSmartRef__\":true,\"id\":5142},{\"__isSmartRef__\":true,\"id\":5144},{\"__isSmartRef__\":true,\"id\":5146}],\"vector\":{\"__isSmartRef__\":true,\"id\":5148},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"5140\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":5141}},\"5141\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5142\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":5143}},\"5143\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5144\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":5145}},\"5145\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5146\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":5147}},\"5147\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5148\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5149\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5150\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5151\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":5152},{\"__isSmartRef__\":true,\"id\":5154},{\"__isSmartRef__\":true,\"id\":5156},{\"__isSmartRef__\":true,\"id\":5158}],\"vector\":{\"__isSmartRef__\":true,\"id\":5148},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"5152\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":5153}},\"5153\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5154\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":5155}},\"5155\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5156\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":5157}},\"5157\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5158\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":5159}},\"5159\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5160\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"5161\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":5119},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":4926},\"targetMethodName\":\"onPublish\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":5162},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"5162\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":5163}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":5177},\"id\":139,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5184},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5185},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":5186},{\"__isSmartRef__\":true,\"id\":5187}],\"con\":{\"__isSmartRef__\":true,\"id\":5161},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":5188},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"5163\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":5164},\"id\":140,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5174},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5175},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":5176},\"owner\":{\"__isSmartRef__\":true,\"id\":5162},\"_Rotation\":-2.5917394709132084,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"5164\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":5165},{\"__isSmartRef__\":true,\"id\":5166},{\"__isSmartRef__\":true,\"id\":5167},{\"__isSmartRef__\":true,\"id\":5168}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5169},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":5170},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5171},\"_Padding\":{\"__isSmartRef__\":true,\"id\":5172},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5090},\"_Fill\":{\"__isSmartRef__\":true,\"id\":5173},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"5165\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"5166\":{\"isAbsolute\":true,\"x\":0,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"5167\":{\"isAbsolute\":true,\"x\":16,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"5168\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"5169\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"5170\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5171\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5172\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5173\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5174\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"5175\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5163},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5176\":{\"x\":0.5,\"y\":0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5177\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":5178},{\"__isSmartRef__\":true,\"id\":5179}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5180},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":5181},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5182},\"_Padding\":{\"__isSmartRef__\":true,\"id\":5183},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5090},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"5178\":{\"isAbsolute\":true,\"x\":310,\"y\":190,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"5179\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"5180\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"5181\":{\"x\":-0.5,\"y\":-0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5182\":{\"x\":311,\"y\":191,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5183\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5184\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"5185\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5162},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5186\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5162},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"5187\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5162},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":5163},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"5188\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":5189}},\"5189\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":5190},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString || 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":5195},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"5190\":{\"this\":{\"__isSmartRef__\":true,\"id\":5162},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":5191}},\"5191\":{\"$super\":{\"__isSmartRef__\":true,\"id\":5192}},\"5192\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":5193},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":5194},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"5193\":{\"obj\":{\"__isSmartRef__\":true,\"id\":5162},\"name\":\"morphMenuItems\"},\"5194\":{},\"5195\":{},\"5196\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5197\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"5198\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5119},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5199\":{\"x\":62,\"y\":-12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5200\":{\"x\":310,\"y\":390,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5201\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":5202},\"id\":\"D88FA562-C5E5-483D-A23F-C2A6136B2E80\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5209},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":5210}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5212},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":5213},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5214},\"_MaxTextWidth\":510,\"_MinTextWidth\":510,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"name\":\"CommentText\",\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":5215},\"previousSelection\":[139,139],\"priorSelectionRange\":[9,9],\"charsReplaced\":\"CommitMessageTest1\",\"lastFindLoc\":18,\"isLockOwner\":false,\"isBeingDragged\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":4926},\"derivationIds\":[2900,\"7E82C349-9FC9-48B5-B84C-30E99FC40DF2\",\"A07EAFD3-B03B-4E4C-BC72-FB29F65F543A\",\"888FB55C-0365-4B40-A9B4-33FD19FA1E91\",\"37AE3F7E-8AF9-413E-BDB9-796C3CE0C0A6\"],\"savedTextString\":\"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"5202\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":5203},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5204},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5205},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5206},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5207},\"_Fill\":{\"__isSmartRef__\":true,\"id\":5208},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5203\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5204\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5205\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5206\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5207\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5208\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5209\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"5210\":{\"style\":{\"__isSmartRef__\":true,\"id\":5211},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":5201},\"storedString\":\"A dialog for publishing parts in the PartsBin.\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"5211\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"5212\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5201},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5213\":{\"x\":10,\"y\":110,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5214\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5215\":{\"x\":346,\"y\":-16,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5216\":{\"submorphs\":[],\"scripts\":[],\"id\":\"C9E8EF9D-9955-4CAE-8991-F3D06CA954EE\",\"shape\":{\"__isSmartRef__\":true,\"id\":5217},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":5223},\"_MaxTextWidth\":250,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":5220},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text9\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":5224},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":5225}],\"charsReplaced\":\"commit message\",\"lastFindLoc\":14,\"priorSelectionRange\":[0,14],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5227},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5228},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5229},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":5230},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":250,\"_MinTextHeight\":null,\"previousSelection\":[0,6],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":5231},\"isLockOwner\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":4926},\"derivationIds\":[2901,\"8E267E15-1052-4F9C-B863-B733384EF1DA\",\"851C46B4-347F-4AE4-9C04-C321E7CC8EA5\",\"D33CE057-77D6-4CCC-90F9-867C622B3572\",\"F9BFA4FE-D786-4384-B9F8-89EEA1D41685\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"5217\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":5218},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5219},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5220},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5221},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5222},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5218\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5219\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5220\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5221\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5222\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5223\":{\"x\":10,\"y\":90,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5224\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"5225\":{\"style\":{\"__isSmartRef__\":true,\"id\":5226},\"morph\":{\"__isSmartRef__\":true,\"id\":5216},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":5216},\"storedString\":\"comment\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"5226\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"5227\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5228\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"5229\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5216},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5230\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5231\":{\"x\":163,\"y\":-17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5232\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":5233}],\"scripts\":[],\"id\":\"0E42D1D3-80B9-4C36-B7A8-9D563540268F\",\"shape\":{\"__isSmartRef__\":true,\"id\":5248},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":5252},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":5264},\"label\":{\"__isSmartRef__\":true,\"id\":5233},\"name\":\"DiffButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":5273},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":5274}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5275},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5276},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5277},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":5278},\"_Position\":{\"__isSmartRef__\":true,\"id\":5279},\"derivationIds\":[2898,\"9D27A522-4E3D-482F-97CF-3CA3247A3999\",\"4EBF07AD-25C0-4034-BC06-31F137F70FA1\",\"DC6D6B8E-37AE-4815-A81A-AC7071124A26\",\"42DF6D49-8482-40A3-B901-512013BB5C75\",\"132901B3-F9F2-482D-99E6-40EAECDCEF13\"],\"owner\":{\"__isSmartRef__\":true,\"id\":4926},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"5233\":{\"submorphs\":[],\"scripts\":[],\"id\":\"373B35DF-773C-4B9D-9D4C-1832B9FBCCAA\",\"shape\":{\"__isSmartRef__\":true,\"id\":5234},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":5240},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":5241},\"_Padding\":{\"__isSmartRef__\":true,\"id\":5242},\"owner\":{\"__isSmartRef__\":true,\"id\":5232},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5243},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":5244}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5246},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5247},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"derivationIds\":[2899,\"4F00D1F5-B85C-479E-BDDE-322DF2F432A3\",\"5E7BC7AC-9EF9-4CF5-9196-A542A26534CA\",\"46616896-CA46-4B43-B694-9FB001B32989\",\"F73D407C-A72D-414B-AB8D-1E28025BCA1C\",\"E34F55EC-06D3-4965-A0D2-625CA896E3B7\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"5234\":{\"position\":{\"__isSmartRef__\":true,\"id\":5235},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5236},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5237},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5238},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5239},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5235\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5236\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5237\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5238\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5239\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5240\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5241\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5242\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5243\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5244\":{\"style\":{\"__isSmartRef__\":true,\"id\":5245},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":5233},\"storedString\":\"Show Diff\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"5245\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"5246\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"5247\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5233},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5248\":{\"position\":{\"__isSmartRef__\":true,\"id\":5249},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5250},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5251},\"_Fill\":{\"__isSmartRef__\":true,\"id\":5252},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5262},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5263},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5249\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5250\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5251\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5252\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":5253},{\"__isSmartRef__\":true,\"id\":5255},{\"__isSmartRef__\":true,\"id\":5257},{\"__isSmartRef__\":true,\"id\":5259}],\"vector\":{\"__isSmartRef__\":true,\"id\":5261},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"5253\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":5254}},\"5254\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5255\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":5256}},\"5256\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5257\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":5258}},\"5258\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5259\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":5260}},\"5260\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5261\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5262\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5263\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5264\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":5265},{\"__isSmartRef__\":true,\"id\":5267},{\"__isSmartRef__\":true,\"id\":5269},{\"__isSmartRef__\":true,\"id\":5271}],\"vector\":{\"__isSmartRef__\":true,\"id\":5261},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"5265\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":5266}},\"5266\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5267\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":5268}},\"5268\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5269\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":5270}},\"5270\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5271\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":5272}},\"5272\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5273\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"5274\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":5232},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":4926},\"targetMethodName\":\"showDiff\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"5275\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5276\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"5277\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5232},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5278\":{\"x\":69.5,\"y\":-18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5279\":{\"x\":10,\"y\":390,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5280\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":5281},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5282},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5283},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5284},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5285},\"_Fill\":{\"__isSmartRef__\":true,\"id\":5286},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5281\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5282\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5283\":{\"x\":542,\"y\":420,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5284\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5285\":{\"r\":0.372,\"g\":0.369,\"b\":0.372,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5286\":{\"r\":0.8235294117647058,\"g\":0.8235294117647058,\"b\":0.8235294117647058,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5287\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"5288\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4926},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5289\":{\"adjustForNewBounds\":true,\"resizeWidth\":true,\"resizeHeight\":true},\"5290\":{\"message\":\"Please enter a name for the part\",\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":5291}],\"doNotSerialize\":[\"$$result\"],\"doNotCopyProperties\":[\"$$result\"],\"defaultInput\":\"CommitMessageTest1\",\"panel\":{\"__isSmartRef__\":true,\"id\":4926},\"label\":{\"__isSmartRef__\":true,\"id\":5292},\"cancelButton\":{\"__isSmartRef__\":true,\"id\":5304},\"okButton\":{\"__isSmartRef__\":true,\"id\":5350},\"inputText\":{\"__isSmartRef__\":true,\"id\":4927},\"view\":{\"__isSmartRef__\":true,\"id\":4926},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"result\":\"CommitMessageTest1\",\"__LivelyClassName__\":\"lively.morphic.PromptDialog\"},\"5291\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":5290},\"sourceAttrName\":\"result\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":5290},\"targetMethodName\":\"triggerCallback\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"5292\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":5293},\"id\":3220,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5298},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":5299}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5301},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":5302},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5303},\"_MaxTextWidth\":null,\"_MinTextWidth\":null,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":null,\"isLabel\":true,\"_HandStyle\":\"default\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"isCopyMorphRef\":true,\"morphRefId\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"5293\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":5294},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5295},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5296},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":4932},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4933},\"_Fill\":{\"__isSmartRef__\":true,\"id\":5297},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5294\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5295\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5296\":{\"x\":226,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5297\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5298\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"5299\":{\"style\":{\"__isSmartRef__\":true,\"id\":5300},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":5292},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"5300\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"5301\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5292},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5302\":{\"x\":4,\"y\":4,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5303\":{\"x\":226,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5304\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":5305},\"id\":6793,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5321},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5322},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":5323},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5324},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":5311},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":5325},\"label\":{\"__isSmartRef__\":true,\"id\":5334},\"layout\":{\"__isSmartRef__\":true,\"id\":5346},\"owner\":null,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":5347},{\"__isSmartRef__\":true,\"id\":5348}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"isCopyMorphRef\":true,\"morphRefId\":1,\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"5305\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":5306},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5307},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5308},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5309},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5310},\"_Fill\":{\"__isSmartRef__\":true,\"id\":5311},\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5306\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5307\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5308\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5309\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5310\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5311\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":5312},{\"__isSmartRef__\":true,\"id\":5314},{\"__isSmartRef__\":true,\"id\":5316},{\"__isSmartRef__\":true,\"id\":5318}],\"vector\":{\"__isSmartRef__\":true,\"id\":5320},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"5312\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":5313}},\"5313\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5314\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":5315}},\"5315\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5316\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":5317}},\"5317\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5318\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":5319}},\"5319\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5320\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5321\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"5322\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5304},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5323\":{\"x\":478,\"y\":187,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5324\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5325\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":5326},{\"__isSmartRef__\":true,\"id\":5328},{\"__isSmartRef__\":true,\"id\":5330},{\"__isSmartRef__\":true,\"id\":5332}],\"vector\":{\"__isSmartRef__\":true,\"id\":5320},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"5326\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":5327}},\"5327\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5328\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":5329}},\"5329\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5330\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":5331}},\"5331\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5332\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":5333}},\"5333\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5334\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":5335},\"id\":6794,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5340},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":5341}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5343},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":5344},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5345},\"_MaxTextWidth\":60,\"_MinTextWidth\":60,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":null,\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"5335\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":5336},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5337},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5338},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5339},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4933},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5336\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5337\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5338\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5339\":{\"x\":0,\"y\":6,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5340\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"5341\":{\"style\":{\"__isSmartRef__\":true,\"id\":5342},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":5334},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"5342\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"5343\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5334},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5344\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5345\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5346\":{\"moveVertical\":true,\"moveHorizontal\":true},\"5347\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":5304},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":5290},\"targetMethodName\":\"removeTopLevel\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"5348\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":5304},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":5290},\"targetMethodName\":\"result\",\"converter\":null,\"converterString\":\"function () { return null }\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":5349},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"5349\":{\"source\":{\"__isSmartRef__\":true,\"id\":5304},\"target\":{\"__isSmartRef__\":true,\"id\":5290}},\"5350\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":5351},\"id\":6795,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5356},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5357},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":5358},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5359},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":5311},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":5360},\"label\":{\"__isSmartRef__\":true,\"id\":5369},\"layout\":{\"__isSmartRef__\":true,\"id\":5381},\"owner\":null,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":5382},{\"__isSmartRef__\":true,\"id\":5383}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"isCopyMorphRef\":true,\"morphRefId\":2,\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"5351\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":5352},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5353},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5354},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5355},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5310},\"_Fill\":{\"__isSmartRef__\":true,\"id\":5311},\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5352\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5353\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5354\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5355\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5356\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"5357\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5350},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5358\":{\"x\":414,\"y\":187,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5359\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5360\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":5361},{\"__isSmartRef__\":true,\"id\":5363},{\"__isSmartRef__\":true,\"id\":5365},{\"__isSmartRef__\":true,\"id\":5367}],\"vector\":{\"__isSmartRef__\":true,\"id\":5320},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"5361\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":5362}},\"5362\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5363\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":5364}},\"5364\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5365\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":5366}},\"5366\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5367\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":5368}},\"5368\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5369\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":5370},\"id\":6796,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5375},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":5376}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5378},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":5379},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5380},\"_MaxTextWidth\":60,\"_MinTextWidth\":60,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":null,\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"5370\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":5371},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5372},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5373},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5374},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":4933},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5371\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5372\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5373\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5374\":{\"x\":0,\"y\":6,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5375\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"5376\":{\"style\":{\"__isSmartRef__\":true,\"id\":5377},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":5369},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"5377\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"5378\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5369},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5379\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5380\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5381\":{\"moveVertical\":true,\"moveHorizontal\":true},\"5382\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":5350},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":5290},\"targetMethodName\":\"removeTopLevel\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"5383\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":5350},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":4927},\"targetMethodName\":\"doSave\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"5384\":{\"x\":542,\"y\":420,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5385\":{\"x\":365,\"y\":-16,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5386\":{\"x\":0,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5387\":{\"copyToPartsBin\":{\"__isSmartRef__\":true,\"id\":5388},\"onPublish\":{\"__isSmartRef__\":true,\"id\":5396},\"onCancel\":{\"__isSmartRef__\":true,\"id\":5400},\"setTarget\":{\"__isSmartRef__\":true,\"id\":5404},\"reset\":{\"__isSmartRef__\":true,\"id\":5408},\"showDiff\":{\"__isSmartRef__\":true,\"id\":5412}},\"5388\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":5389},\"source\":\"function copyToPartsBin(morph) {\\n var name = this.get('NameText').textString\\n\\n var info = morph.getPartsBinMetaInfo();\\n morph.setName(name);\\n\\n info.partsSpaceName = this.get('CategoryText').textString\\n info.comment = this.get('CommentText').textString\\n\\n if (! info.changes) info.changes = [];\\n var change = { \\n date: new Date(), \\n author: this.world().getUserName(), \\n message: this.get('CommitMessageText').textString,\\n id: Strings.newUUID()\\n }\\n info.changes.push(change) \\n\\n morph.copyToPartsBin();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":5394},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"5389\":{\"this\":{\"__isSmartRef__\":true,\"id\":4926},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":5390}},\"5390\":{\"$super\":{\"__isSmartRef__\":true,\"id\":5391}},\"5391\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":5392},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":5393},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"5392\":{\"obj\":{\"__isSmartRef__\":true,\"id\":4926},\"name\":\"copyToPartsBin\"},\"5393\":{},\"5394\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":5395}},\"5395\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 15:13:21 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"5396\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":5397},\"source\":\"function onPublish() {\\n if (!this.target) alert(\\\"No target to upload\\\");\\n this.copyToPartsBin(this.target);\\n connect(this.target, 'headRevision', this.owner, 'remove')\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":5398},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"5397\":{\"this\":{\"__isSmartRef__\":true,\"id\":4926}},\"5398\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":5399},\"user\":\"undefined\",\"tags\":[]},\"5399\":{\"isSerializedDate\":true,\"string\":\"Tue Mar 20 2012 12:59:48 GMT+0100 (Mitteleuropäische Zeit)\"},\"5400\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":5401},\"source\":\"function onCancel() {\\n alertOK(\\\"cancel upload \\\") \\n this.owner.remove()\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":5402},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"5401\":{\"this\":{\"__isSmartRef__\":true,\"id\":4926}},\"5402\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":5403}},\"5403\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:52:17 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"5404\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":5405},\"source\":\"function setTarget(morph) {\\n this.target = morph \\n if (!morph) {\\n this.get('NameText').textString = '';\\n this.get('CategoryText').textString = '';\\n this.get('CommentText').textString = ''; \\n this.get('CommitMessageText').textString = '' \\n return\\n }\\n var info = this.target.getPartsBinMetaInfo();\\n this.get('NameText').textString = info.partName || morph.getName();\\n this.get('CategoryText').textString = info.partsSpaceName;\\n this.get('CommentText').textString = info.comment; \\n this.get('CommitMessageText').textString = '' \\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":5406},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"5405\":{\"this\":{\"__isSmartRef__\":true,\"id\":4926}},\"5406\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":5407}},\"5407\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:46:10 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"5408\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":5409},\"source\":\"function reset() {\\n this.setTarget(null)\\n \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":5410},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"5409\":{\"this\":{\"__isSmartRef__\":true,\"id\":4926}},\"5410\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":5411}},\"5411\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:45:36 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"5412\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":5413},\"source\":\"function showDiff() {\\n this.target && this.target.showThreeWayDiff();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":5414},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"5413\":{\"this\":{\"__isSmartRef__\":true,\"id\":4926}},\"5414\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":5415},\"user\":\"undefined\",\"tags\":[]},\"5415\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 21 2012 14:45:16 GMT+0100 (Mitteleuropäische Zeit)\"},\"5416\":{\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5417},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5418},\"_BorderWidth\":0,\"_Fill\":null,\"_StrokeOpacity\":0,\"_BorderRadius\":0,\"_Extent\":{\"__isSmartRef__\":true,\"id\":5419},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5417\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5418\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5419\":{\"x\":542,\"y\":242,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5420\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"5421\":{\"morph\":{\"__isSmartRef__\":true,\"id\":4778},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5422\":{\"adjustForNewBounds\":true},\"5423\":{\"x\":542,\"y\":242,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5424\":{\"x\":0,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5425\":{\"x\":1078,\"y\":80,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5426\":{\"partName\":\"PublishPartDialog\",\"requiredModules\":[],\"migrationLevel\":4,\"partsSpaceName\":\"PartsBin/BP2012\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A dialog for publishing parts in the PartsBin.\",\"changes\":[{\"__isSmartRef__\":true,\"id\":5427},{\"__isSmartRef__\":true,\"id\":5429},{\"__isSmartRef__\":true,\"id\":5431},{\"__isSmartRef__\":true,\"id\":5433},{\"__isSmartRef__\":true,\"id\":5435},{\"__isSmartRef__\":true,\"id\":5437},{\"__isSmartRef__\":true,\"id\":5439}],\"revisionOnLoad\":147095,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"5427\":{\"date\":{\"__isSmartRef__\":true,\"id\":5428},\"author\":\"undefined\",\"message\":\"init for change - don't remove on click\",\"id\":\"00A6DFFB-70D2-44A4-B5F9-0778E1CA5724\"},\"5428\":{\"isSerializedDate\":true,\"string\":\"Tue Mar 20 2012 12:04:27 GMT+0100 (Mitteleuropäische Zeit)\"},\"5429\":{\"date\":{\"__isSmartRef__\":true,\"id\":5430},\"author\":\"jenslincke\",\"message\":\"- fixed issue 283 (Reproduction: Open part, select publish from menu, focus part name input field in dialog, press enter.-> window pane disappears; window decoration stays; part is not published)\",\"id\":\"1A260BD5-E668-4BD4-B7A2-94E087AB4CE1\"},\"5430\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 26 2012 12:10:41 GMT+0100 (Mitteleuropäische Zeit)\"},\"5431\":{\"date\":{\"__isSmartRef__\":true,\"id\":5432},\"author\":\"jenslincke\",\"message\":\"\"},\"5432\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 16:06:16 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"5433\":{\"date\":{\"__isSmartRef__\":true,\"id\":5434},\"author\":\"jenslincke\",\"message\":\"store an uuid when publishing an object\"},\"5434\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 15:15:02 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"5435\":{\"date\":{\"__isSmartRef__\":true,\"id\":5436},\"author\":\"jenslincke\",\"message\":\"\"},\"5436\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:52:26 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"5437\":{\"date\":{\"__isSmartRef__\":true,\"id\":5438},\"author\":\"jenslincke\",\"message\":\"first commit of Publish dialog using the publish dialog itself!\"},\"5438\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:54:16 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"5439\":{\"date\":{\"__isSmartRef__\":true,\"id\":5440},\"author\":\"undefined\",\"message\":\"\",\"id\":\"A5F4EACF-EF62-483F-B8B3-65966A895FA4\"},\"5440\":{\"isSerializedDate\":true,\"string\":\"Tue Mar 20 2012 13:00:03 GMT+0100 (Mitteleuropäische Zeit)\"},\"5441\":{\"x\":746.5,\"y\":280.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5442\":{\"x\":680.5,\"y\":280.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5443\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":0},\"sourceAttrName\":\"headRevision\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":5444},\"targetMethodName\":\"remove\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"5444\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":5445},{\"__isSmartRef__\":true,\"id\":5592}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":6082},\"id\":\"6EC1B943-193A-4808-B553-C50DD51BA77B\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6086},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6087},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":6088},\"LK2\":true,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6089},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":5592},\"titleBar\":{\"__isSmartRef__\":true,\"id\":5445},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":6090},\"collapsedTransform\":null,\"collapsedExtent\":null,\"expandedTransform\":null,\"expandedExtent\":null,\"ignoreEventsOnExpand\":false,\"highlighted\":true,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":6091},\"isBeingDragged\":false,\"showsHalos\":false,\"name\":\"PublishPartDialog\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":6092},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":6111},{\"__isSmartRef__\":true,\"id\":6725}],\"doNotSerialize\":[\"$$headRevision\"],\"doNotCopyProperties\":[\"$$headRevision\"],\"prevScroll\":[0,0],\"_Position\":{\"__isSmartRef__\":true,\"id\":7390},\"isCopyMorphRef\":true,\"morphRefId\":12,\"derivationIds\":[2879,\"91414FD8-3775-435F-96A6-39E0CB891CD7\",\"9CB574CD-94E3-465A-B85C-91F97E070BC3\",\"C9D390C2-399F-44AF-A316-A4A117E5F7B6\",\"0A0B9181-A04D-441B-944F-585ED335E81B\"],\"moved\":true,\"_Rotation\":0,\"_Scale\":1,\"headRevision\":147095,\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"5445\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":5446},{\"__isSmartRef__\":true,\"id\":5460},{\"__isSmartRef__\":true,\"id\":5507},{\"__isSmartRef__\":true,\"id\":5541}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":5576},\"id\":\"1E030857-459C-4C44-880B-A4F8E538547B\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5587},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5588},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":5589},\"_Position\":{\"__isSmartRef__\":true,\"id\":5590},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":5444},\"label\":{\"__isSmartRef__\":true,\"id\":5446},\"closeButton\":{\"__isSmartRef__\":true,\"id\":5460},\"menuButton\":{\"__isSmartRef__\":true,\"id\":5507},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":5541},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5591},\"owner\":{\"__isSmartRef__\":true,\"id\":5444},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2880,\"108B5871-F6C8-4442-82D1-F8776D2C85A2\",\"503529CB-0F23-4456-8597-CD5E86CF03F0\",\"4FB4914E-E245-4D67-BE3B-63091E2C8C95\",\"B69B0DCD-8CC6-4A06-B738-A12B5269CD7D\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"5446\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":5447},\"id\":\"F61BA67A-326A-4246-BC4A-ED343331D5B2\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5453},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":5454}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5456},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"layout\":{\"__isSmartRef__\":true,\"id\":5457},\"_Align\":\"center\",\"eventsAreIgnored\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":5445},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5458},\"_MaxTextWidth\":483,\"_MinTextWidth\":483,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"_Position\":{\"__isSmartRef__\":true,\"id\":5459},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2881,\"A06A709C-AD42-48D0-A66A-9C21EA4F4E66\",\"EE1A345D-476E-4E22-BE89-E59A0C11001B\",\"90634CE5-77D0-4064-961C-4CBADE59C6F8\",\"C26670E3-5765-406B-972F-888FD1EAF967\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"5447\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":5448},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5449},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5450},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5451},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5452},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5448\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5449\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5450\":{\"x\":483,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5451\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5452\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5453\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"5454\":{\"style\":{\"__isSmartRef__\":true,\"id\":5455},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":5446},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Publish in PartsBin\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"5455\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"5456\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5446},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5457\":{\"resizeWidth\":true},\"5458\":{\"x\":483,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5459\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5460\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":5461}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":5473},\"id\":\"69433656-1085-46A3-BE5A-1BFFB17FD9BC\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5489},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5490},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":5491},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5492},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":5479},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":5493},\"label\":{\"__isSmartRef__\":true,\"id\":5461},\"owner\":{\"__isSmartRef__\":true,\"id\":5445},\"layout\":{\"__isSmartRef__\":true,\"id\":5502},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":5503},{\"__isSmartRef__\":true,\"id\":5505}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"prevScroll\":[0,0],\"derivationIds\":[2882,\"6FF08B49-B1B5-4E12-8CE8-DF895115627D\",\"7F48C6F9-BB0C-405E-991B-410F179F7FE6\",\"8405D63F-4E07-4FE8-9008-DD8AE000B5C8\",\"D81DD158-CA4D-44A9-B0A6-3FD7DF7EFD68\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"5461\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":5462},\"id\":\"4BF46C70-376F-4A3C-977A-4D66D40E2355\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5467},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":5468}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5470},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":5471},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5472},\"_MaxTextWidth\":17,\"_MinTextWidth\":17,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":5460},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2883,\"9FBA502B-65B1-4FF2-A0A6-9951E3C50B9C\",\"9F297DAE-65AA-45A3-AFAE-BD35F359E24A\",\"75386CDF-09C9-47F2-8762-F737A49FD645\",\"C43A7038-D61D-47C7-BFA8-8C8A77627643\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"5462\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":5463},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5464},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5465},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5466},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5452},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5463\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5464\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5465\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5466\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5467\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"5468\":{\"style\":{\"__isSmartRef__\":true,\"id\":5469},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":5461},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"X\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"5469\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"5470\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5461},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5471\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5472\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5473\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":5474},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5475},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5476},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5477},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5478},\"_Fill\":{\"__isSmartRef__\":true,\"id\":5479},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5474\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5475\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5476\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5477\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5478\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5479\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":5480},{\"__isSmartRef__\":true,\"id\":5482},{\"__isSmartRef__\":true,\"id\":5484},{\"__isSmartRef__\":true,\"id\":5486}],\"vector\":{\"__isSmartRef__\":true,\"id\":5488},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"5480\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":5481}},\"5481\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5482\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":5483}},\"5483\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5484\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":5485}},\"5485\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5486\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":5487}},\"5487\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5488\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5489\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"5490\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5460},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5491\":{\"x\":522,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5492\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5493\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":5494},{\"__isSmartRef__\":true,\"id\":5496},{\"__isSmartRef__\":true,\"id\":5498},{\"__isSmartRef__\":true,\"id\":5500}],\"vector\":{\"__isSmartRef__\":true,\"id\":5488},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"5494\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":5495}},\"5495\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5496\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":5497}},\"5497\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5498\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":5499}},\"5499\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5500\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":5501}},\"5501\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5502\":{\"moveHorizontal\":true},\"5503\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":5460},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":5444},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":5504},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"5504\":{\"source\":{\"__isSmartRef__\":true,\"id\":5460},\"target\":{\"__isSmartRef__\":true,\"id\":5444}},\"5505\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":5460},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":5444},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":5506},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"5506\":{\"source\":{\"__isSmartRef__\":true,\"id\":5460},\"target\":{\"__isSmartRef__\":true,\"id\":5444}},\"5507\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":5508}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":5519},\"id\":\"633A92A5-D8C7-4266-9A3F-9979D83DAAA5\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5524},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5525},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":5526},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5527},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":5479},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":5528},\"label\":{\"__isSmartRef__\":true,\"id\":5508},\"owner\":{\"__isSmartRef__\":true,\"id\":5445},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":5537},{\"__isSmartRef__\":true,\"id\":5539}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"derivationIds\":[2884,\"64F20257-1A1D-4B3E-97C4-BC5D1F1E14B5\",\"A377FFCE-0FDC-41B6-BD34-D9F0507B57DA\",\"7334352E-B497-4F10-8C06-FBE36AA778C7\",\"E8269870-961E-49ED-ACE6-3CB90CD1937A\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"5508\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":5509},\"id\":\"46A29862-88F9-459C-914E-B23BCECAF873\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5513},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":5514}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5516},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":5517},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5518},\"_MaxTextWidth\":17,\"_MinTextWidth\":17,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":5507},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[2885,\"EC48B50E-CD5B-46FB-BF78-484373EED980\",\"59F8AF9B-799B-413B-86B2-BFD03A4B2559\",\"F8293A60-E9DB-40E3-B202-D547939F8A8D\",\"30E16AEA-8638-441D-A4B6-A7F2EB4D1987\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"5509\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":5510},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5511},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5512},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5466},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5452},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5510\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5511\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5512\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5513\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"5514\":{\"style\":{\"__isSmartRef__\":true,\"id\":5515},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":5508},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"M\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"5515\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"5516\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5508},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5517\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5518\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5519\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":5520},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5521},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5522},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5523},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5478},\"_Fill\":{\"__isSmartRef__\":true,\"id\":5479},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5520\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5521\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5522\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5523\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5524\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"5525\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5507},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5526\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5527\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5528\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":5529},{\"__isSmartRef__\":true,\"id\":5531},{\"__isSmartRef__\":true,\"id\":5533},{\"__isSmartRef__\":true,\"id\":5535}],\"vector\":{\"__isSmartRef__\":true,\"id\":5488},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"5529\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":5530}},\"5530\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5531\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":5532}},\"5532\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5533\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":5534}},\"5534\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5535\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":5536}},\"5536\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5537\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":5507},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":5444},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":5538},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"5538\":{\"source\":{\"__isSmartRef__\":true,\"id\":5507},\"target\":{\"__isSmartRef__\":true,\"id\":5444}},\"5539\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":5507},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":5444},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":5540},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"5540\":{\"source\":{\"__isSmartRef__\":true,\"id\":5507},\"target\":{\"__isSmartRef__\":true,\"id\":5444}},\"5541\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":5542}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":5553},\"id\":\"38890BDB-EB47-456F-ADCE-479F0466AAFF\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5558},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5559},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":5560},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5561},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":5479},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":5562},\"label\":{\"__isSmartRef__\":true,\"id\":5542},\"owner\":{\"__isSmartRef__\":true,\"id\":5445},\"layout\":{\"__isSmartRef__\":true,\"id\":5571},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":5572},{\"__isSmartRef__\":true,\"id\":5574}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"prevScroll\":[0,0],\"derivationIds\":[2886,\"9FC4F0BE-916D-456B-AEC7-E6C1AC6040CA\",\"A0A4775F-7F2F-4563-840D-CAA5CB435D75\",\"C87D3EB9-4C3B-4230-9794-F5B71B528C74\",\"D62C35A2-6803-4217-9DFD-0E480D4B82AE\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"5542\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":5543},\"id\":\"3FE50BF7-1889-45DD-9B26-4D89F0C5A0BA\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5547},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":5548}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5550},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":5551},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5552},\"_MaxTextWidth\":17,\"_MinTextWidth\":17,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":5541},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2887,\"42347453-BADB-4DB0-9486-C479B704CD7C\",\"B0BBE9B3-B5DD-4E4F-A1AA-1C03BB1BFF4E\",\"8AE3BC44-F336-420E-A2E9-BBA0DC6A3D72\",\"3DC5BABC-5EF1-4FC6-805B-0FC1CC02282F\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"5543\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":5544},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5545},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5546},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5466},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5452},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5544\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5545\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5546\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5547\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"5548\":{\"style\":{\"__isSmartRef__\":true,\"id\":5549},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":5542},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"–\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"5549\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"5550\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5542},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5551\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5552\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5553\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":5554},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5555},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5556},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5557},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5478},\"_Fill\":{\"__isSmartRef__\":true,\"id\":5479},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5554\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5555\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5556\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5557\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5558\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"5559\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5541},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5560\":{\"x\":503,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5561\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5562\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":5563},{\"__isSmartRef__\":true,\"id\":5565},{\"__isSmartRef__\":true,\"id\":5567},{\"__isSmartRef__\":true,\"id\":5569}],\"vector\":{\"__isSmartRef__\":true,\"id\":5488},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"5563\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":5564}},\"5564\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5565\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":5566}},\"5566\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5567\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":5568}},\"5568\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5569\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":5570}},\"5570\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5571\":{\"moveHorizontal\":true},\"5572\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":5541},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":5444},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":5573},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"5573\":{\"source\":{\"__isSmartRef__\":true,\"id\":5541},\"target\":{\"__isSmartRef__\":true,\"id\":5444}},\"5574\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":5541},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":5444},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":5575},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"5575\":{\"source\":{\"__isSmartRef__\":true,\"id\":5541},\"target\":{\"__isSmartRef__\":true,\"id\":5444}},\"5576\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":5577},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5578},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5579},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5580},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5581},\"_Fill\":{\"__isSmartRef__\":true,\"id\":5582},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5577\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5578\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5579\":{\"x\":542,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5580\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5581\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5582\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":5583},{\"__isSmartRef__\":true,\"id\":5585}],\"vector\":{\"__isSmartRef__\":true,\"id\":3638},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"5583\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":5584}},\"5584\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5585\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":5586}},\"5586\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5587\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"5588\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5445},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5589\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"5590\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5591\":{\"x\":542,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5592\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":5593},{\"__isSmartRef__\":true,\"id\":5608},{\"__isSmartRef__\":true,\"id\":5623},{\"__isSmartRef__\":true,\"id\":5639},{\"__isSmartRef__\":true,\"id\":5655},{\"__isSmartRef__\":true,\"id\":5670},{\"__isSmartRef__\":true,\"id\":5686},{\"__isSmartRef__\":true,\"id\":5702},{\"__isSmartRef__\":true,\"id\":5785},{\"__isSmartRef__\":true,\"id\":5867},{\"__isSmartRef__\":true,\"id\":5882},{\"__isSmartRef__\":true,\"id\":5898}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":5946},\"id\":\"BD22AE11-2616-4059-8998-F6938ED0D3CE\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5953},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5954},\"droppingEnabled\":true,\"halosEnabled\":true,\"isLockOwner\":false,\"layout\":{\"__isSmartRef__\":true,\"id\":5955},\"attributeConnections\":[],\"ownerApp\":{\"__isSmartRef__\":true,\"id\":5956},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"name\":\"PublishPartPanePane\",\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6050},\"isBeingDragged\":false,\"prevScroll\":[0,0],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":6051},\"grabbingEnabled\":false,\"_Position\":{\"__isSmartRef__\":true,\"id\":6052},\"owner\":{\"__isSmartRef__\":true,\"id\":5444},\"target\":{\"__isSmartRef__\":true,\"id\":0},\"derivationIds\":[2888,\"7CD647EF-2BB4-4CD9-9D3B-4EE7BC59ECC2\",\"B983FB4F-9323-4304-9603-5615E93C6C42\",\"E738FAD5-9C83-4390-B193-06C21B6E51B0\",\"5ED6DC7B-74C2-4149-BF56-1622F302C51E\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":6053},\"__LivelyClassName__\":\"lively.morphic.Box\",\"withLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"5593\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":5594},\"id\":\"16E3C75F-AC1F-4585-8B6B-2B170C86C4C3\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5601},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":5602}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5604},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":5605},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5606},\"_MaxTextWidth\":230,\"_MinTextWidth\":230,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":5592},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":5607},\"previousSelection\":[0,9],\"priorSelectionRange\":[0,9],\"isLockOwner\":false,\"name\":\"NameText\",\"isCopyMorphRef\":true,\"morphRefId\":1,\"derivationIds\":[2889,\"9A8B5C1C-95BB-40F5-B9EF-B89DD5451B64\",\"C49BF160-BBBE-422E-BDDC-B9A98A72ABFF\",\"42B7E940-3BB5-4B79-B5D8-E4C8E780FF3B\",\"50B247C7-D8F3-4CF5-BD3F-2A2867827CF1\"],\"savedTextString\":\"CommitMessageTest1\",\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"5594\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":5595},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5596},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5597},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5598},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5599},\"_Fill\":{\"__isSmartRef__\":true,\"id\":5600},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5595\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5596\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5597\":{\"x\":240,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5598\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5599\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5600\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5601\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"5602\":{\"style\":{\"__isSmartRef__\":true,\"id\":5603},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":5593},\"storedString\":\"MorphDiffer\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"5603\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"5604\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5593},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5605\":{\"x\":10,\"y\":50,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5606\":{\"x\":240,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5607\":{\"x\":119,\"y\":-15,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5608\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":5609},\"id\":\"1FE5E2F9-CA30-4864-A01F-0E7C71B94F98\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5616},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":5617}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5619},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":5620},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5621},\"_MaxTextWidth\":510,\"_MinTextWidth\":510,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"name\":\"CommitMessageText\",\"owner\":{\"__isSmartRef__\":true,\"id\":5592},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":5622},\"previousSelection\":[0,15],\"priorSelectionRange\":[0,0],\"charsReplaced\":\"CommitMessageTest1\",\"lastFindLoc\":18,\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2890,\"40048B1D-9547-4EA6-AB66-31168A1C9FAE\",\"8A0DE790-FA6C-41C9-BA2B-84397DA3F39E\",\"DCFEEBC9-D891-408E-A103-19356A96070F\",\"EAEE386C-B48C-44E1-B80C-6830217A2FC6\"],\"savedTextString\":\"\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"5609\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":5610},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5611},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5612},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5613},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5614},\"_Fill\":{\"__isSmartRef__\":true,\"id\":5615},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5610\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5611\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5612\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5613\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5614\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5615\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5616\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"5617\":{\"style\":{\"__isSmartRef__\":true,\"id\":5618},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":5608},\"storedString\":\"init\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"5618\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"5619\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5608},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5620\":{\"x\":10,\"y\":260,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5621\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5622\":{\"x\":351,\"y\":-17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5623\":{\"submorphs\":[],\"scripts\":[],\"id\":\"E10DCAD1-93DF-478C-AB33-593C42A3C7AF\",\"shape\":{\"__isSmartRef__\":true,\"id\":5624},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":5630},\"_MaxTextWidth\":114,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":5627},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text5\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":5631},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":5632}],\"charsReplaced\":\"some text \",\"lastFindLoc\":10,\"priorSelectionRange\":[0,4],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5634},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5635},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5636},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":5637},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"owner\":{\"__isSmartRef__\":true,\"id\":5592},\"_MinTextWidth\":114,\"_MinTextHeight\":null,\"previousSelection\":[3,3],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":5638},\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2891,\"E101CA30-35F9-42F0-A46C-28671530C787\",\"CE7E7640-C507-43BF-88EF-C4ACE8CCF564\",\"F04823B9-5B0B-4CCA-B8F7-00BD8608ED16\",\"DD4402A8-C90A-4187-92DA-813F59FF86E6\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"5624\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":5625},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5626},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5627},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5628},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5629},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5625\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5626\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5627\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5628\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5629\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5630\":{\"x\":10,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5631\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"5632\":{\"style\":{\"__isSmartRef__\":true,\"id\":5633},\"morph\":{\"__isSmartRef__\":true,\"id\":5623},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":5623},\"storedString\":\"name\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"5633\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"5634\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5635\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"5636\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5623},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5637\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5638\":{\"x\":78,\"y\":-3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5639\":{\"submorphs\":[],\"scripts\":[],\"id\":\"E254240D-3A0E-4C63-A6DB-4E22F390B56D\",\"shape\":{\"__isSmartRef__\":true,\"id\":5640},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":5646},\"_MaxTextWidth\":250,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":5643},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text6\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":5647},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":5648}],\"charsReplaced\":\"changes\",\"lastFindLoc\":7,\"priorSelectionRange\":[0,14],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5650},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5651},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5652},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":5653},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":250,\"_MinTextHeight\":null,\"previousSelection\":[0,14],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":5654},\"owner\":{\"__isSmartRef__\":true,\"id\":5592},\"isLockOwner\":false,\"derivationIds\":[2892,\"E5DC0070-3EA2-4212-9AA7-E3C865547E5E\",\"809E256F-82F6-4A22-B614-DE8C08FA5970\",\"272C0F9A-E7EF-4ECE-851D-08ACB35EA24D\",\"8AA544F8-6F47-454D-AE18-A264ACDEFA7E\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"5640\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":5641},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5642},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5643},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5644},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5645},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5641\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5642\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5643\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5644\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5645\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5646\":{\"x\":10,\"y\":240,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5647\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"5648\":{\"style\":{\"__isSmartRef__\":true,\"id\":5649},\"morph\":{\"__isSmartRef__\":true,\"id\":5639},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":5639},\"storedString\":\"commit message\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"5649\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"5650\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5651\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"5652\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5639},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5653\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5654\":{\"x\":174,\"y\":-21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5655\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":5656},\"id\":\"CF9AC228-A62F-49C7-A253-66800DDFC660\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5663},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":5664}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5666},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":5667},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5668},\"_MaxTextWidth\":250,\"_MinTextWidth\":250,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"name\":\"CategoryText\",\"owner\":{\"__isSmartRef__\":true,\"id\":5592},\"previousSelection\":[10,10],\"priorSelectionRange\":[15,15],\"charsReplaced\":\"/BP2012/\",\"lastFindLoc\":16,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":5669},\"isLockOwner\":false,\"derivationIds\":[2893,\"FBE4B17F-DC2B-4783-899B-CF1B051F14D9\",\"A2C45BC5-C44B-4AEA-A29E-ADE3DAF08638\",\"640BD984-1AB2-45B8-BCEC-AB32A6199D68\",\"BE2E06DB-4DFC-4628-9FED-8F3E87D18E07\"],\"savedTextString\":\"PartsBin/Basic\",\"_Rotation\":0,\"_Scale\":1,\"isBeingDragged\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"5656\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":5657},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5658},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5659},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5660},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5661},\"_Fill\":{\"__isSmartRef__\":true,\"id\":5662},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5657\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5658\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5659\":{\"x\":260,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5660\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5661\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5662\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5663\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"5664\":{\"style\":{\"__isSmartRef__\":true,\"id\":5665},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":5655},\"storedString\":\"PartsBin/Tools/\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"5665\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"5666\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5655},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5667\":{\"x\":270,\"y\":50,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5668\":{\"x\":260,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5669\":{\"x\":132,\"y\":-13,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5670\":{\"submorphs\":[],\"scripts\":[],\"id\":\"90C9A082-245A-44B7-9C3D-69922304DF0F\",\"shape\":{\"__isSmartRef__\":true,\"id\":5671},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":5677},\"_MaxTextWidth\":114,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":5674},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text7\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":5678},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":5679}],\"charsReplaced\":\"name\",\"lastFindLoc\":4,\"priorSelectionRange\":[0,8],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5681},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5682},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5683},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":5684},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":114,\"_MinTextHeight\":null,\"previousSelection\":[2,2],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":5685},\"owner\":{\"__isSmartRef__\":true,\"id\":5592},\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2894,\"75F41AE1-CA7A-48D0-AE2C-7AAF6101B89C\",\"CB87A9FB-0776-4109-BDE0-0E8C61F1626C\",\"954BD4D6-BBF2-4D3C-94CA-21A38F66F449\",\"5C78A757-B050-43F1-B4CF-26CE9CC58B03\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"5671\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":5672},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5673},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5674},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5675},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5676},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5672\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5673\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5674\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5675\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5676\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5677\":{\"x\":270,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5678\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"5679\":{\"style\":{\"__isSmartRef__\":true,\"id\":5680},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":5670},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"category\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"5680\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"5681\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5682\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"5683\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5670},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5684\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5685\":{\"x\":87,\"y\":-11,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5686\":{\"submorphs\":[],\"scripts\":[],\"id\":\"C2119778-7EE7-4AB6-AF4F-C09EEB1709BD\",\"shape\":{\"__isSmartRef__\":true,\"id\":5687},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":5693},\"_MaxTextWidth\":325,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":5690},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text8\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":5694},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":5695}],\"charsReplaced\":\"Publish Object in PartsBin\",\"lastFindLoc\":26,\"priorSelectionRange\":[0,36],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5697},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5698},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5699},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":5700},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":325,\"_MinTextHeight\":null,\"previousSelection\":[0,36],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":5701},\"owner\":{\"__isSmartRef__\":true,\"id\":5592},\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2895,\"3AFBC971-95B4-48C4-888D-22FCBB742090\",\"D0394F71-EBB2-452A-A71F-D172D5B1CAD6\",\"79EDAC74-BD6B-42B1-BBBA-71B07578D1E0\",\"C19A8344-D637-44B7-BB1F-FD0153E5A62B\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"5687\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":5688},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5689},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5690},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5691},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5692},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5688\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5689\":{\"x\":325,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5690\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5691\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5692\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5693\":{\"x\":10,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5694\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"5695\":{\"style\":{\"__isSmartRef__\":true,\"id\":5696},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":5686},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Upload part to the shared repository\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"5696\":{\"italics\":\"normal\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"5697\":{\"x\":325,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5698\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"5699\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5686},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5700\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5701\":{\"x\":221,\"y\":-12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5702\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":5703}],\"scripts\":[],\"id\":\"A087E012-F61B-4E5F-98F3-EC3DF0C4CB36\",\"shape\":{\"__isSmartRef__\":true,\"id\":5718},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":5722},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":5734},\"label\":{\"__isSmartRef__\":true,\"id\":5703},\"name\":\"Button\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":5743},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":5744}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5780},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5781},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5782},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":5783},\"_Position\":{\"__isSmartRef__\":true,\"id\":5784},\"owner\":{\"__isSmartRef__\":true,\"id\":5592},\"derivationIds\":[2896,\"40384C75-EF01-4AAD-AA1C-A7C19EDB6A0F\",\"21376B8E-78CF-456D-87AA-4D62D86B16D2\",\"E9336A59-C7BF-4C91-88B0-0D0477AA75AE\",\"A5E21E04-05F3-4A15-AAFA-55946EEC5F80\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"5703\":{\"submorphs\":[],\"scripts\":[],\"id\":\"5CE26340-BF93-4F7B-9FB5-A8F213EE150A\",\"shape\":{\"__isSmartRef__\":true,\"id\":5704},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":5710},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":5711},\"_Padding\":{\"__isSmartRef__\":true,\"id\":5712},\"owner\":{\"__isSmartRef__\":true,\"id\":5702},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5713},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":5714}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5716},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5717},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"derivationIds\":[2897,\"92EB5E70-61BB-4A71-942C-A34A20789B2F\",\"A9C9F9CF-1BAC-4074-A093-4EB0C3C90866\",\"2FE50303-6361-4A70-9BD5-0D8D1C8B5176\",\"D774C172-7EE9-40AE-9949-340BA8EDBD37\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"5704\":{\"position\":{\"__isSmartRef__\":true,\"id\":5705},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5706},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5707},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5708},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5709},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5705\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5706\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5707\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5708\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5709\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5710\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5711\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5712\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5713\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5714\":{\"style\":{\"__isSmartRef__\":true,\"id\":5715},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":5703},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"cancel\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"5715\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"5716\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"5717\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5703},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5718\":{\"position\":{\"__isSmartRef__\":true,\"id\":5719},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5720},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5721},\"_Fill\":{\"__isSmartRef__\":true,\"id\":5722},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5732},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5733},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5719\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5720\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5721\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5722\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":5723},{\"__isSmartRef__\":true,\"id\":5725},{\"__isSmartRef__\":true,\"id\":5727},{\"__isSmartRef__\":true,\"id\":5729}],\"vector\":{\"__isSmartRef__\":true,\"id\":5731},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"5723\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":5724}},\"5724\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5725\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":5726}},\"5726\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5727\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":5728}},\"5728\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5729\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":5730}},\"5730\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5731\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5732\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5733\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5734\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":5735},{\"__isSmartRef__\":true,\"id\":5737},{\"__isSmartRef__\":true,\"id\":5739},{\"__isSmartRef__\":true,\"id\":5741}],\"vector\":{\"__isSmartRef__\":true,\"id\":5731},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"5735\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":5736}},\"5736\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5737\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":5738}},\"5738\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5739\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":5740}},\"5740\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5741\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":5742}},\"5742\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5743\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"5744\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":5702},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":5592},\"targetMethodName\":\"onCancel\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":5745},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"5745\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":5746}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":5761},\"id\":352,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5768},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5769},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":5770},{\"__isSmartRef__\":true,\"id\":5771}],\"con\":{\"__isSmartRef__\":true,\"id\":5744},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":5772},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"5746\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":5747},\"id\":353,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5758},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5759},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":5760},\"owner\":{\"__isSmartRef__\":true,\"id\":5745},\"_Rotation\":-2.716760490670451,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"5747\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":5748},{\"__isSmartRef__\":true,\"id\":5749},{\"__isSmartRef__\":true,\"id\":5750},{\"__isSmartRef__\":true,\"id\":5751}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5752},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":5753},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5754},\"_Padding\":{\"__isSmartRef__\":true,\"id\":5755},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5756},\"_Fill\":{\"__isSmartRef__\":true,\"id\":5757},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"5748\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"5749\":{\"isAbsolute\":true,\"x\":0,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"5750\":{\"isAbsolute\":true,\"x\":16,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"5751\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"5752\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"5753\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5754\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5755\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5756\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5757\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5758\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"5759\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5746},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5760\":{\"x\":0.5,\"y\":0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5761\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":5762},{\"__isSmartRef__\":true,\"id\":5763}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5764},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":5765},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5766},\"_Padding\":{\"__isSmartRef__\":true,\"id\":5767},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5756},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"5762\":{\"isAbsolute\":true,\"x\":420,\"y\":190,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"5763\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"5764\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"5765\":{\"x\":-0.5,\"y\":-0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5766\":{\"x\":421,\"y\":191,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5767\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5768\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"5769\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5745},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5770\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5745},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"5771\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5745},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":5746},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"5772\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":5773}},\"5773\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":5774},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString || 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":5779},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"5774\":{\"this\":{\"__isSmartRef__\":true,\"id\":5745},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":5775}},\"5775\":{\"$super\":{\"__isSmartRef__\":true,\"id\":5776}},\"5776\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":5777},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":5778},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"5777\":{\"obj\":{\"__isSmartRef__\":true,\"id\":5745},\"name\":\"morphMenuItems\"},\"5778\":{},\"5779\":{},\"5780\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5781\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"5782\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5702},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5783\":{\"x\":77,\"y\":-5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5784\":{\"x\":420,\"y\":390,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5785\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":5786}],\"scripts\":[],\"id\":\"BD31DB37-10C2-4C16-9A74-5C4E3C09D59B\",\"shape\":{\"__isSmartRef__\":true,\"id\":5801},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":5805},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":5817},\"label\":{\"__isSmartRef__\":true,\"id\":5786},\"name\":\"Button1\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":5826},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":5827}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5862},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5863},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5864},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":5865},\"_Position\":{\"__isSmartRef__\":true,\"id\":5866},\"owner\":{\"__isSmartRef__\":true,\"id\":5592},\"derivationIds\":[2898,\"9D27A522-4E3D-482F-97CF-3CA3247A3999\",\"4EBF07AD-25C0-4034-BC06-31F137F70FA1\",\"DC6D6B8E-37AE-4815-A81A-AC7071124A26\",\"42DF6D49-8482-40A3-B901-512013BB5C75\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"5786\":{\"submorphs\":[],\"scripts\":[],\"id\":\"738C1727-8155-4935-8EC1-95461BA40C66\",\"shape\":{\"__isSmartRef__\":true,\"id\":5787},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":5793},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":5794},\"_Padding\":{\"__isSmartRef__\":true,\"id\":5795},\"owner\":{\"__isSmartRef__\":true,\"id\":5785},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5796},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":5797}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5799},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5800},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"derivationIds\":[2899,\"4F00D1F5-B85C-479E-BDDE-322DF2F432A3\",\"5E7BC7AC-9EF9-4CF5-9196-A542A26534CA\",\"46616896-CA46-4B43-B694-9FB001B32989\",\"F73D407C-A72D-414B-AB8D-1E28025BCA1C\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"5787\":{\"position\":{\"__isSmartRef__\":true,\"id\":5788},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5789},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5790},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5791},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5792},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5788\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5789\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5790\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5791\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5792\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5793\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5794\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5795\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5796\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5797\":{\"style\":{\"__isSmartRef__\":true,\"id\":5798},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":5786},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"publish\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"5798\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"5799\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"5800\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5786},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5801\":{\"position\":{\"__isSmartRef__\":true,\"id\":5802},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5803},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5804},\"_Fill\":{\"__isSmartRef__\":true,\"id\":5805},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5815},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5816},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5802\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5803\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5804\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5805\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":5806},{\"__isSmartRef__\":true,\"id\":5808},{\"__isSmartRef__\":true,\"id\":5810},{\"__isSmartRef__\":true,\"id\":5812}],\"vector\":{\"__isSmartRef__\":true,\"id\":5814},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"5806\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":5807}},\"5807\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5808\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":5809}},\"5809\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5810\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":5811}},\"5811\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5812\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":5813}},\"5813\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5814\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5815\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5816\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5817\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":5818},{\"__isSmartRef__\":true,\"id\":5820},{\"__isSmartRef__\":true,\"id\":5822},{\"__isSmartRef__\":true,\"id\":5824}],\"vector\":{\"__isSmartRef__\":true,\"id\":5814},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"5818\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":5819}},\"5819\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5820\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":5821}},\"5821\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5822\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":5823}},\"5823\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5824\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":5825}},\"5825\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5826\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"5827\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":5785},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":5592},\"targetMethodName\":\"onPublish\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":5828},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"5828\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":5829}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":5843},\"id\":139,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5850},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5851},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":5852},{\"__isSmartRef__\":true,\"id\":5853}],\"con\":{\"__isSmartRef__\":true,\"id\":5827},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":5854},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"5829\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":5830},\"id\":140,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5840},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5841},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":5842},\"owner\":{\"__isSmartRef__\":true,\"id\":5828},\"_Rotation\":-2.5917394709132084,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"5830\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":5831},{\"__isSmartRef__\":true,\"id\":5832},{\"__isSmartRef__\":true,\"id\":5833},{\"__isSmartRef__\":true,\"id\":5834}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5835},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":5836},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5837},\"_Padding\":{\"__isSmartRef__\":true,\"id\":5838},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5756},\"_Fill\":{\"__isSmartRef__\":true,\"id\":5839},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"5831\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"5832\":{\"isAbsolute\":true,\"x\":0,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"5833\":{\"isAbsolute\":true,\"x\":16,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"5834\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"5835\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"5836\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5837\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5838\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5839\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5840\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"5841\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5829},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5842\":{\"x\":0.5,\"y\":0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5843\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":5844},{\"__isSmartRef__\":true,\"id\":5845}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5846},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":5847},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5848},\"_Padding\":{\"__isSmartRef__\":true,\"id\":5849},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5756},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"5844\":{\"isAbsolute\":true,\"x\":310,\"y\":190,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"5845\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"5846\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"5847\":{\"x\":-0.5,\"y\":-0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5848\":{\"x\":311,\"y\":191,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5849\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5850\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"5851\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5828},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5852\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5828},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"5853\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5828},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":5829},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"5854\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":5855}},\"5855\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":5856},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString || 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":5861},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"5856\":{\"this\":{\"__isSmartRef__\":true,\"id\":5828},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":5857}},\"5857\":{\"$super\":{\"__isSmartRef__\":true,\"id\":5858}},\"5858\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":5859},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":5860},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"5859\":{\"obj\":{\"__isSmartRef__\":true,\"id\":5828},\"name\":\"morphMenuItems\"},\"5860\":{},\"5861\":{},\"5862\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5863\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"5864\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5785},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5865\":{\"x\":62,\"y\":-12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5866\":{\"x\":310,\"y\":390,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5867\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":5868},\"id\":\"2A186CEC-96A0-40C2-9049-D6CB2B717494\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5875},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":5876}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5878},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":5879},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5880},\"_MaxTextWidth\":510,\"_MinTextWidth\":510,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"name\":\"CommentText\",\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":5881},\"previousSelection\":[139,139],\"priorSelectionRange\":[9,9],\"charsReplaced\":\"CommitMessageTest1\",\"lastFindLoc\":18,\"isLockOwner\":false,\"isBeingDragged\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":5592},\"derivationIds\":[2900,\"7E82C349-9FC9-48B5-B84C-30E99FC40DF2\",\"A07EAFD3-B03B-4E4C-BC72-FB29F65F543A\",\"888FB55C-0365-4B40-A9B4-33FD19FA1E91\",\"37AE3F7E-8AF9-413E-BDB9-796C3CE0C0A6\"],\"savedTextString\":\"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"5868\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":5869},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5870},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5871},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5872},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5873},\"_Fill\":{\"__isSmartRef__\":true,\"id\":5874},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5869\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5870\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5871\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5872\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5873\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5874\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5875\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"5876\":{\"style\":{\"__isSmartRef__\":true,\"id\":5877},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":5867},\"storedString\":\"Used to diff a version of a morph with the current version in PartsBin\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"5877\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"5878\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5867},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5879\":{\"x\":10,\"y\":110,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5880\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5881\":{\"x\":346,\"y\":-16,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5882\":{\"submorphs\":[],\"scripts\":[],\"id\":\"7A4F4968-5770-4D3E-A3AC-B97B4FC7DC49\",\"shape\":{\"__isSmartRef__\":true,\"id\":5883},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":5889},\"_MaxTextWidth\":250,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":5886},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text9\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":5890},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":5891}],\"charsReplaced\":\"commit message\",\"lastFindLoc\":14,\"priorSelectionRange\":[0,14],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5893},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5894},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5895},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":5896},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":250,\"_MinTextHeight\":null,\"previousSelection\":[0,6],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":5897},\"isLockOwner\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":5592},\"derivationIds\":[2901,\"8E267E15-1052-4F9C-B863-B733384EF1DA\",\"851C46B4-347F-4AE4-9C04-C321E7CC8EA5\",\"D33CE057-77D6-4CCC-90F9-867C622B3572\",\"F9BFA4FE-D786-4384-B9F8-89EEA1D41685\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"5883\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":5884},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5885},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5886},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5887},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5888},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5884\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5885\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5886\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5887\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5888\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5889\":{\"x\":10,\"y\":90,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5890\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"5891\":{\"style\":{\"__isSmartRef__\":true,\"id\":5892},\"morph\":{\"__isSmartRef__\":true,\"id\":5882},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":5882},\"storedString\":\"comment\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"5892\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"5893\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5894\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"5895\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5882},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5896\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5897\":{\"x\":163,\"y\":-17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5898\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":5899}],\"scripts\":[],\"id\":\"46F832A4-C4D9-4938-AA94-7BC1AF5564CA\",\"shape\":{\"__isSmartRef__\":true,\"id\":5914},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":5918},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":5930},\"label\":{\"__isSmartRef__\":true,\"id\":5899},\"name\":\"DiffButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":5939},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":5940}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5941},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5942},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5943},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":5944},\"_Position\":{\"__isSmartRef__\":true,\"id\":5945},\"derivationIds\":[2898,\"9D27A522-4E3D-482F-97CF-3CA3247A3999\",\"4EBF07AD-25C0-4034-BC06-31F137F70FA1\",\"DC6D6B8E-37AE-4815-A81A-AC7071124A26\",\"42DF6D49-8482-40A3-B901-512013BB5C75\",\"132901B3-F9F2-482D-99E6-40EAECDCEF13\"],\"owner\":{\"__isSmartRef__\":true,\"id\":5592},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"5899\":{\"submorphs\":[],\"scripts\":[],\"id\":\"72B180B6-545F-4758-8FDC-B41171CF686B\",\"shape\":{\"__isSmartRef__\":true,\"id\":5900},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":5906},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":5907},\"_Padding\":{\"__isSmartRef__\":true,\"id\":5908},\"owner\":{\"__isSmartRef__\":true,\"id\":5898},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5909},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":5910}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5912},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5913},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"derivationIds\":[2899,\"4F00D1F5-B85C-479E-BDDE-322DF2F432A3\",\"5E7BC7AC-9EF9-4CF5-9196-A542A26534CA\",\"46616896-CA46-4B43-B694-9FB001B32989\",\"F73D407C-A72D-414B-AB8D-1E28025BCA1C\",\"E34F55EC-06D3-4965-A0D2-625CA896E3B7\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"5900\":{\"position\":{\"__isSmartRef__\":true,\"id\":5901},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5902},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5903},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5904},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5905},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5901\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5902\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5903\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5904\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5905\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5906\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5907\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5908\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5909\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5910\":{\"style\":{\"__isSmartRef__\":true,\"id\":5911},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":5899},\"storedString\":\"Show Diff\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"5911\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"5912\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"5913\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5899},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5914\":{\"position\":{\"__isSmartRef__\":true,\"id\":5915},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5916},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5917},\"_Fill\":{\"__isSmartRef__\":true,\"id\":5918},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5928},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5929},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5915\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5916\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5917\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5918\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":5919},{\"__isSmartRef__\":true,\"id\":5921},{\"__isSmartRef__\":true,\"id\":5923},{\"__isSmartRef__\":true,\"id\":5925}],\"vector\":{\"__isSmartRef__\":true,\"id\":5927},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"5919\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":5920}},\"5920\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5921\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":5922}},\"5922\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5923\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":5924}},\"5924\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5925\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":5926}},\"5926\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5927\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5928\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5929\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5930\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":5931},{\"__isSmartRef__\":true,\"id\":5933},{\"__isSmartRef__\":true,\"id\":5935},{\"__isSmartRef__\":true,\"id\":5937}],\"vector\":{\"__isSmartRef__\":true,\"id\":5927},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"5931\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":5932}},\"5932\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5933\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":5934}},\"5934\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5935\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":5936}},\"5936\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5937\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":5938}},\"5938\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5939\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"5940\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":5898},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":5592},\"targetMethodName\":\"showDiff\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"5941\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5942\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"5943\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5898},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5944\":{\"x\":69.5,\"y\":-18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5945\":{\"x\":10,\"y\":390,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5946\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":5947},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5948},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5949},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5950},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5951},\"_Fill\":{\"__isSmartRef__\":true,\"id\":5952},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5947\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5948\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5949\":{\"x\":542,\"y\":420,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5950\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5951\":{\"r\":0.372,\"g\":0.369,\"b\":0.372,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5952\":{\"r\":0.8235294117647058,\"g\":0.8235294117647058,\"b\":0.8235294117647058,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5953\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"5954\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5592},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5955\":{\"adjustForNewBounds\":true,\"resizeWidth\":true,\"resizeHeight\":true},\"5956\":{\"message\":\"Please enter a name for the part\",\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":5957}],\"doNotSerialize\":[\"$$result\"],\"doNotCopyProperties\":[\"$$result\"],\"defaultInput\":\"CommitMessageTest1\",\"panel\":{\"__isSmartRef__\":true,\"id\":5592},\"label\":{\"__isSmartRef__\":true,\"id\":5958},\"cancelButton\":{\"__isSmartRef__\":true,\"id\":5970},\"okButton\":{\"__isSmartRef__\":true,\"id\":6016},\"inputText\":{\"__isSmartRef__\":true,\"id\":5593},\"view\":{\"__isSmartRef__\":true,\"id\":5592},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"result\":\"CommitMessageTest1\",\"__LivelyClassName__\":\"lively.morphic.PromptDialog\"},\"5957\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":5956},\"sourceAttrName\":\"result\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":5956},\"targetMethodName\":\"triggerCallback\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"5958\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":5959},\"id\":3220,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5964},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":5965}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5967},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":5968},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5969},\"_MaxTextWidth\":null,\"_MinTextWidth\":null,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":null,\"isLabel\":true,\"_HandStyle\":\"default\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"isCopyMorphRef\":true,\"morphRefId\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"5959\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":5960},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5961},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5962},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5598},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5599},\"_Fill\":{\"__isSmartRef__\":true,\"id\":5963},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5960\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5961\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5962\":{\"x\":226,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5963\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5964\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"5965\":{\"style\":{\"__isSmartRef__\":true,\"id\":5966},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":5958},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"5966\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"5967\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5958},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5968\":{\"x\":4,\"y\":4,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5969\":{\"x\":226,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5970\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":5971},\"id\":6793,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5987},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":5988},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":5989},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":5990},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":5977},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":5991},\"label\":{\"__isSmartRef__\":true,\"id\":6000},\"layout\":{\"__isSmartRef__\":true,\"id\":6012},\"owner\":null,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":6013},{\"__isSmartRef__\":true,\"id\":6014}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"isCopyMorphRef\":true,\"morphRefId\":1,\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"5971\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":5972},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5973},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5974},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":5975},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5976},\"_Fill\":{\"__isSmartRef__\":true,\"id\":5977},\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"5972\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5973\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"5974\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5975\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5976\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5977\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":5978},{\"__isSmartRef__\":true,\"id\":5980},{\"__isSmartRef__\":true,\"id\":5982},{\"__isSmartRef__\":true,\"id\":5984}],\"vector\":{\"__isSmartRef__\":true,\"id\":5986},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"5978\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":5979}},\"5979\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5980\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":5981}},\"5981\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5982\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":5983}},\"5983\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5984\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":5985}},\"5985\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5986\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"5987\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"5988\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5970},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"5989\":{\"x\":478,\"y\":187,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5990\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5991\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":5992},{\"__isSmartRef__\":true,\"id\":5994},{\"__isSmartRef__\":true,\"id\":5996},{\"__isSmartRef__\":true,\"id\":5998}],\"vector\":{\"__isSmartRef__\":true,\"id\":5986},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"5992\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":5993}},\"5993\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5994\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":5995}},\"5995\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5996\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":5997}},\"5997\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"5998\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":5999}},\"5999\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6000\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":6001},\"id\":6794,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6006},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":6007}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6009},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":6010},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6011},\"_MaxTextWidth\":60,\"_MinTextWidth\":60,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":null,\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"6001\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":6002},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6003},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6004},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6005},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5599},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6002\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6003\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6004\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6005\":{\"x\":0,\"y\":6,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6006\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"6007\":{\"style\":{\"__isSmartRef__\":true,\"id\":6008},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":6000},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"6008\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"6009\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6000},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6010\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6011\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6012\":{\"moveVertical\":true,\"moveHorizontal\":true},\"6013\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":5970},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":5956},\"targetMethodName\":\"removeTopLevel\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"6014\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":5970},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":5956},\"targetMethodName\":\"result\",\"converter\":null,\"converterString\":\"function () { return null }\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":6015},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"6015\":{\"source\":{\"__isSmartRef__\":true,\"id\":5970},\"target\":{\"__isSmartRef__\":true,\"id\":5956}},\"6016\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":6017},\"id\":6795,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6022},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6023},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":6024},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6025},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":5977},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":6026},\"label\":{\"__isSmartRef__\":true,\"id\":6035},\"layout\":{\"__isSmartRef__\":true,\"id\":6047},\"owner\":null,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":6048},{\"__isSmartRef__\":true,\"id\":6049}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"isCopyMorphRef\":true,\"morphRefId\":2,\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"6017\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":6018},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6019},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6020},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6021},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5976},\"_Fill\":{\"__isSmartRef__\":true,\"id\":5977},\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6018\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6019\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6020\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6021\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6022\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"6023\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6016},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6024\":{\"x\":414,\"y\":187,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6025\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6026\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":6027},{\"__isSmartRef__\":true,\"id\":6029},{\"__isSmartRef__\":true,\"id\":6031},{\"__isSmartRef__\":true,\"id\":6033}],\"vector\":{\"__isSmartRef__\":true,\"id\":5986},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"6027\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":6028}},\"6028\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6029\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":6030}},\"6030\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6031\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":6032}},\"6032\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6033\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":6034}},\"6034\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6035\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":6036},\"id\":6796,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6041},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":6042}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6044},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":6045},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6046},\"_MaxTextWidth\":60,\"_MinTextWidth\":60,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":null,\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"6036\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":6037},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6038},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6039},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6040},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5599},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6037\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6038\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6039\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6040\":{\"x\":0,\"y\":6,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6041\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"6042\":{\"style\":{\"__isSmartRef__\":true,\"id\":6043},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":6035},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"6043\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"6044\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6035},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6045\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6046\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6047\":{\"moveVertical\":true,\"moveHorizontal\":true},\"6048\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":6016},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":5956},\"targetMethodName\":\"removeTopLevel\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"6049\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":6016},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":5593},\"targetMethodName\":\"doSave\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"6050\":{\"x\":542,\"y\":420,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6051\":{\"x\":365,\"y\":-16,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6052\":{\"x\":0,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6053\":{\"copyToPartsBin\":{\"__isSmartRef__\":true,\"id\":6054},\"onPublish\":{\"__isSmartRef__\":true,\"id\":6062},\"onCancel\":{\"__isSmartRef__\":true,\"id\":6066},\"setTarget\":{\"__isSmartRef__\":true,\"id\":6070},\"reset\":{\"__isSmartRef__\":true,\"id\":6074},\"showDiff\":{\"__isSmartRef__\":true,\"id\":6078}},\"6054\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":6055},\"source\":\"function copyToPartsBin(morph) {\\n var name = this.get('NameText').textString\\n\\n var info = morph.getPartsBinMetaInfo();\\n morph.setName(name);\\n\\n info.partsSpaceName = this.get('CategoryText').textString\\n info.comment = this.get('CommentText').textString\\n\\n if (! info.changes) info.changes = [];\\n var change = { \\n date: new Date(), \\n author: this.world().getUserName(), \\n message: this.get('CommitMessageText').textString,\\n id: Strings.newUUID()\\n }\\n info.changes.push(change) \\n\\n morph.copyToPartsBin();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":6060},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"6055\":{\"this\":{\"__isSmartRef__\":true,\"id\":5592},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":6056}},\"6056\":{\"$super\":{\"__isSmartRef__\":true,\"id\":6057}},\"6057\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":6058},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":6059},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"6058\":{\"obj\":{\"__isSmartRef__\":true,\"id\":5592},\"name\":\"copyToPartsBin\"},\"6059\":{},\"6060\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":6061}},\"6061\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 15:13:21 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"6062\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":6063},\"source\":\"function onPublish() {\\n if (!this.target) alert(\\\"No target to upload\\\");\\n this.copyToPartsBin(this.target);\\n connect(this.target, 'headRevision', this.owner, 'remove')\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":6064},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"6063\":{\"this\":{\"__isSmartRef__\":true,\"id\":5592}},\"6064\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":6065},\"user\":\"undefined\",\"tags\":[]},\"6065\":{\"isSerializedDate\":true,\"string\":\"Tue Mar 20 2012 12:59:48 GMT+0100 (Mitteleuropäische Zeit)\"},\"6066\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":6067},\"source\":\"function onCancel() {\\n alertOK(\\\"cancel upload \\\") \\n this.owner.remove()\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":6068},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"6067\":{\"this\":{\"__isSmartRef__\":true,\"id\":5592}},\"6068\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":6069}},\"6069\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:52:17 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"6070\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":6071},\"source\":\"function setTarget(morph) {\\n this.target = morph \\n if (!morph) {\\n this.get('NameText').textString = '';\\n this.get('CategoryText').textString = '';\\n this.get('CommentText').textString = ''; \\n this.get('CommitMessageText').textString = '' \\n return\\n }\\n var info = this.target.getPartsBinMetaInfo();\\n this.get('NameText').textString = info.partName || morph.getName();\\n this.get('CategoryText').textString = info.partsSpaceName;\\n this.get('CommentText').textString = info.comment; \\n this.get('CommitMessageText').textString = '' \\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":6072},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"6071\":{\"this\":{\"__isSmartRef__\":true,\"id\":5592}},\"6072\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":6073}},\"6073\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:46:10 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"6074\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":6075},\"source\":\"function reset() {\\n this.setTarget(null)\\n \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":6076},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"6075\":{\"this\":{\"__isSmartRef__\":true,\"id\":5592}},\"6076\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":6077}},\"6077\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:45:36 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"6078\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":6079},\"source\":\"function showDiff() {\\n this.target && this.target.showThreeWayDiff();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":6080},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"6079\":{\"this\":{\"__isSmartRef__\":true,\"id\":5592}},\"6080\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":6081},\"user\":\"undefined\",\"tags\":[]},\"6081\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 21 2012 14:45:16 GMT+0100 (Mitteleuropäische Zeit)\"},\"6082\":{\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6083},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6084},\"_BorderWidth\":0,\"_Fill\":null,\"_StrokeOpacity\":0,\"_BorderRadius\":0,\"_Extent\":{\"__isSmartRef__\":true,\"id\":6085},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6083\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6084\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6085\":{\"x\":542,\"y\":242,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6086\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"6087\":{\"morph\":{\"__isSmartRef__\":true,\"id\":5444},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6088\":{\"adjustForNewBounds\":true},\"6089\":{\"x\":542,\"y\":242,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6090\":{\"x\":0,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6091\":{\"x\":673,\"y\":43,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6092\":{\"partName\":\"PublishPartDialog\",\"requiredModules\":[],\"migrationLevel\":4,\"partsSpaceName\":\"PartsBin/BP2012\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A dialog for publishing parts in the PartsBin.\",\"changes\":[{\"__isSmartRef__\":true,\"id\":6093},{\"__isSmartRef__\":true,\"id\":6095},{\"__isSmartRef__\":true,\"id\":6097},{\"__isSmartRef__\":true,\"id\":6099},{\"__isSmartRef__\":true,\"id\":6101},{\"__isSmartRef__\":true,\"id\":6103},{\"__isSmartRef__\":true,\"id\":6105},{\"__isSmartRef__\":true,\"id\":6107},{\"__isSmartRef__\":true,\"id\":6109}],\"revisionOnLoad\":147101,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"6093\":{\"date\":{\"__isSmartRef__\":true,\"id\":6094},\"author\":\"undefined\",\"message\":\"init for change - don't remove on click\",\"id\":\"00A6DFFB-70D2-44A4-B5F9-0778E1CA5724\"},\"6094\":{\"isSerializedDate\":true,\"string\":\"Tue Mar 20 2012 12:04:27 GMT+0100 (Mitteleuropäische Zeit)\"},\"6095\":{\"date\":{\"__isSmartRef__\":true,\"id\":6096},\"author\":\"jenslincke\",\"message\":\"- fixed issue 283 (Reproduction: Open part, select publish from menu, focus part name input field in dialog, press enter.-> window pane disappears; window decoration stays; part is not published)\",\"id\":\"1A260BD5-E668-4BD4-B7A2-94E087AB4CE1\"},\"6096\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 26 2012 12:10:41 GMT+0100 (Mitteleuropäische Zeit)\"},\"6097\":{\"date\":{\"__isSmartRef__\":true,\"id\":6098},\"author\":\"jenslincke\",\"message\":\"\"},\"6098\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 16:06:16 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"6099\":{\"date\":{\"__isSmartRef__\":true,\"id\":6100},\"author\":\"jenslincke\",\"message\":\"store an uuid when publishing an object\"},\"6100\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 15:15:02 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"6101\":{\"date\":{\"__isSmartRef__\":true,\"id\":6102},\"author\":\"jenslincke\",\"message\":\"\"},\"6102\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:52:26 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"6103\":{\"date\":{\"__isSmartRef__\":true,\"id\":6104},\"author\":\"jenslincke\",\"message\":\"first commit of Publish dialog using the publish dialog itself!\"},\"6104\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:54:16 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"6105\":{\"date\":{\"__isSmartRef__\":true,\"id\":6106},\"author\":\"undefined\",\"message\":\"\",\"id\":\"A5F4EACF-EF62-483F-B8B3-65966A895FA4\"},\"6106\":{\"isSerializedDate\":true,\"string\":\"Tue Mar 20 2012 13:00:03 GMT+0100 (Mitteleuropäische Zeit)\"},\"6107\":{\"date\":{\"__isSmartRef__\":true,\"id\":6108},\"author\":\"undefined\",\"message\":\"added show diff button\",\"id\":\"93AC78DB-FFE8-40AC-B8FC-34B0936B39A7\"},\"6108\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 21 2012 14:49:44 GMT+0100 (Mitteleuropäische Zeit)\"},\"6109\":{\"date\":{\"__isSmartRef__\":true,\"id\":6110},\"author\":\"undefined\",\"message\":\"resetted view\",\"id\":\"61086210-FA8D-49B7-9E8F-E1E202A9ECD7\"},\"6110\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 21 2012 14:50:23 GMT+0100 (Mitteleuropäische Zeit)\"},\"6111\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":5444},\"sourceAttrName\":\"headRevision\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":6112},\"targetMethodName\":\"remove\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"6112\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":6113},{\"__isSmartRef__\":true,\"id\":6261}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":6699},\"id\":\"14EE180D-A02C-4632-B280-ECB6204E6FAE\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6703},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6704},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":6705},\"LK2\":true,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6706},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":6261},\"titleBar\":{\"__isSmartRef__\":true,\"id\":6113},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":6707},\"collapsedTransform\":null,\"collapsedExtent\":null,\"expandedTransform\":null,\"expandedExtent\":null,\"ignoreEventsOnExpand\":false,\"highlighted\":true,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":6708},\"isBeingDragged\":false,\"showsHalos\":false,\"name\":\"PublishPartDialog1\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":6709},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"_Position\":{\"__isSmartRef__\":true,\"id\":6724},\"isCopyMorphRef\":true,\"morphRefId\":12,\"derivationIds\":[2879,\"91414FD8-3775-435F-96A6-39E0CB891CD7\",\"9CB574CD-94E3-465A-B85C-91F97E070BC3\",\"C9D390C2-399F-44AF-A316-A4A117E5F7B6\"],\"moved\":true,\"_Rotation\":0,\"_Scale\":1,\"owner\":null,\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"6113\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":6114},{\"__isSmartRef__\":true,\"id\":6128},{\"__isSmartRef__\":true,\"id\":6175},{\"__isSmartRef__\":true,\"id\":6209}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":6244},\"id\":\"5252D4E6-D056-4585-8783-C4B59F2EB610\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6256},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6257},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":6258},\"_Position\":{\"__isSmartRef__\":true,\"id\":6259},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":6112},\"label\":{\"__isSmartRef__\":true,\"id\":6114},\"closeButton\":{\"__isSmartRef__\":true,\"id\":6128},\"menuButton\":{\"__isSmartRef__\":true,\"id\":6175},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":6209},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6260},\"owner\":{\"__isSmartRef__\":true,\"id\":6112},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2880,\"108B5871-F6C8-4442-82D1-F8776D2C85A2\",\"503529CB-0F23-4456-8597-CD5E86CF03F0\",\"4FB4914E-E245-4D67-BE3B-63091E2C8C95\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"6114\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":6115},\"id\":\"F6FD12BC-5591-4524-8813-4DA5147438BC\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6121},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":6122}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6124},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"layout\":{\"__isSmartRef__\":true,\"id\":6125},\"_Align\":\"center\",\"eventsAreIgnored\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":6113},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6126},\"_MaxTextWidth\":483,\"_MinTextWidth\":483,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"_Position\":{\"__isSmartRef__\":true,\"id\":6127},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2881,\"A06A709C-AD42-48D0-A66A-9C21EA4F4E66\",\"EE1A345D-476E-4E22-BE89-E59A0C11001B\",\"90634CE5-77D0-4064-961C-4CBADE59C6F8\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"6115\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":6116},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6117},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6118},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6119},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6120},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6116\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6117\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6118\":{\"x\":483,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6119\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6120\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6121\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"6122\":{\"style\":{\"__isSmartRef__\":true,\"id\":6123},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":6114},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Publish in PartsBin\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"6123\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"6124\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6114},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6125\":{\"resizeWidth\":true},\"6126\":{\"x\":483,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6127\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6128\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":6129}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":6141},\"id\":\"40B9B900-43F4-49D8-AB09-994E0E73854A\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6157},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6158},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":6159},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6160},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":6147},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":6161},\"label\":{\"__isSmartRef__\":true,\"id\":6129},\"owner\":{\"__isSmartRef__\":true,\"id\":6113},\"layout\":{\"__isSmartRef__\":true,\"id\":6170},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":6171},{\"__isSmartRef__\":true,\"id\":6173}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"prevScroll\":[0,0],\"derivationIds\":[2882,\"6FF08B49-B1B5-4E12-8CE8-DF895115627D\",\"7F48C6F9-BB0C-405E-991B-410F179F7FE6\",\"8405D63F-4E07-4FE8-9008-DD8AE000B5C8\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"6129\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":6130},\"id\":\"2C7EA1AC-E804-4ED8-B2D9-A8E51E3DFBEF\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6135},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":6136}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6138},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":6139},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6140},\"_MaxTextWidth\":17,\"_MinTextWidth\":17,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":6128},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2883,\"9FBA502B-65B1-4FF2-A0A6-9951E3C50B9C\",\"9F297DAE-65AA-45A3-AFAE-BD35F359E24A\",\"75386CDF-09C9-47F2-8762-F737A49FD645\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"6130\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":6131},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6132},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6133},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6134},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6120},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6131\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6132\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6133\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6134\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6135\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"6136\":{\"style\":{\"__isSmartRef__\":true,\"id\":6137},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":6129},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"X\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"6137\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"6138\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6129},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6139\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6140\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6141\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":6142},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6143},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6144},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6145},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6146},\"_Fill\":{\"__isSmartRef__\":true,\"id\":6147},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6142\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6143\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6144\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6145\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6146\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6147\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":6148},{\"__isSmartRef__\":true,\"id\":6150},{\"__isSmartRef__\":true,\"id\":6152},{\"__isSmartRef__\":true,\"id\":6154}],\"vector\":{\"__isSmartRef__\":true,\"id\":6156},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"6148\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":6149}},\"6149\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6150\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":6151}},\"6151\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6152\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":6153}},\"6153\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6154\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":6155}},\"6155\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6156\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6157\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"6158\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6128},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6159\":{\"x\":522,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6160\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6161\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":6162},{\"__isSmartRef__\":true,\"id\":6164},{\"__isSmartRef__\":true,\"id\":6166},{\"__isSmartRef__\":true,\"id\":6168}],\"vector\":{\"__isSmartRef__\":true,\"id\":6156},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"6162\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":6163}},\"6163\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6164\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":6165}},\"6165\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6166\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":6167}},\"6167\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6168\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":6169}},\"6169\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6170\":{\"moveHorizontal\":true},\"6171\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":6128},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":6112},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":6172},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"6172\":{\"source\":{\"__isSmartRef__\":true,\"id\":6128},\"target\":{\"__isSmartRef__\":true,\"id\":6112}},\"6173\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":6128},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":6112},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":6174},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"6174\":{\"source\":{\"__isSmartRef__\":true,\"id\":6128},\"target\":{\"__isSmartRef__\":true,\"id\":6112}},\"6175\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":6176}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":6187},\"id\":\"89629442-A5A0-4517-826A-DB1EA9CAE12A\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6192},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6193},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":6194},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6195},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":6147},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":6196},\"label\":{\"__isSmartRef__\":true,\"id\":6176},\"owner\":{\"__isSmartRef__\":true,\"id\":6113},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":6205},{\"__isSmartRef__\":true,\"id\":6207}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"derivationIds\":[2884,\"64F20257-1A1D-4B3E-97C4-BC5D1F1E14B5\",\"A377FFCE-0FDC-41B6-BD34-D9F0507B57DA\",\"7334352E-B497-4F10-8C06-FBE36AA778C7\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"6176\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":6177},\"id\":\"FF3AB23A-3A63-48D2-A2F6-8D4FB6E897D2\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6181},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":6182}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6184},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":6185},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6186},\"_MaxTextWidth\":17,\"_MinTextWidth\":17,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":6175},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[2885,\"EC48B50E-CD5B-46FB-BF78-484373EED980\",\"59F8AF9B-799B-413B-86B2-BFD03A4B2559\",\"F8293A60-E9DB-40E3-B202-D547939F8A8D\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"6177\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":6178},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6179},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6180},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6134},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6120},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6178\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6179\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6180\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6181\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"6182\":{\"style\":{\"__isSmartRef__\":true,\"id\":6183},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":6176},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"M\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"6183\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"6184\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6176},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6185\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6186\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6187\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":6188},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6189},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6190},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6191},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6146},\"_Fill\":{\"__isSmartRef__\":true,\"id\":6147},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6188\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6189\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6190\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6191\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6192\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"6193\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6175},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6194\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6195\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6196\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":6197},{\"__isSmartRef__\":true,\"id\":6199},{\"__isSmartRef__\":true,\"id\":6201},{\"__isSmartRef__\":true,\"id\":6203}],\"vector\":{\"__isSmartRef__\":true,\"id\":6156},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"6197\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":6198}},\"6198\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6199\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":6200}},\"6200\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6201\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":6202}},\"6202\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6203\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":6204}},\"6204\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6205\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":6175},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":6112},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":6206},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"6206\":{\"source\":{\"__isSmartRef__\":true,\"id\":6175},\"target\":{\"__isSmartRef__\":true,\"id\":6112}},\"6207\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":6175},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":6112},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":6208},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"6208\":{\"source\":{\"__isSmartRef__\":true,\"id\":6175},\"target\":{\"__isSmartRef__\":true,\"id\":6112}},\"6209\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":6210}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":6221},\"id\":\"DD557853-F1F4-4796-8795-75EC2284A70A\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6226},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6227},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":6228},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6229},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":6147},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":6230},\"label\":{\"__isSmartRef__\":true,\"id\":6210},\"owner\":{\"__isSmartRef__\":true,\"id\":6113},\"layout\":{\"__isSmartRef__\":true,\"id\":6239},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":6240},{\"__isSmartRef__\":true,\"id\":6242}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"prevScroll\":[0,0],\"derivationIds\":[2886,\"9FC4F0BE-916D-456B-AEC7-E6C1AC6040CA\",\"A0A4775F-7F2F-4563-840D-CAA5CB435D75\",\"C87D3EB9-4C3B-4230-9794-F5B71B528C74\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"6210\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":6211},\"id\":\"705C0F16-5E82-4EFB-B9B4-F57FC30012E6\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6215},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":6216}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6218},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":6219},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6220},\"_MaxTextWidth\":17,\"_MinTextWidth\":17,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":6209},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2887,\"42347453-BADB-4DB0-9486-C479B704CD7C\",\"B0BBE9B3-B5DD-4E4F-A1AA-1C03BB1BFF4E\",\"8AE3BC44-F336-420E-A2E9-BBA0DC6A3D72\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"6211\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":6212},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6213},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6214},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6134},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6120},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6212\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6213\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6214\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6215\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"6216\":{\"style\":{\"__isSmartRef__\":true,\"id\":6217},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":6210},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"–\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"6217\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"6218\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6210},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6219\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6220\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6221\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":6222},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6223},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6224},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6225},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6146},\"_Fill\":{\"__isSmartRef__\":true,\"id\":6147},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6222\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6223\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6224\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6225\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6226\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"6227\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6209},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6228\":{\"x\":503,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6229\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6230\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":6231},{\"__isSmartRef__\":true,\"id\":6233},{\"__isSmartRef__\":true,\"id\":6235},{\"__isSmartRef__\":true,\"id\":6237}],\"vector\":{\"__isSmartRef__\":true,\"id\":6156},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"6231\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":6232}},\"6232\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6233\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":6234}},\"6234\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6235\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":6236}},\"6236\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6237\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":6238}},\"6238\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6239\":{\"moveHorizontal\":true},\"6240\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":6209},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":6112},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":6241},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"6241\":{\"source\":{\"__isSmartRef__\":true,\"id\":6209},\"target\":{\"__isSmartRef__\":true,\"id\":6112}},\"6242\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":6209},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":6112},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":6243},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"6243\":{\"source\":{\"__isSmartRef__\":true,\"id\":6209},\"target\":{\"__isSmartRef__\":true,\"id\":6112}},\"6244\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":6245},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6246},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6247},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6248},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6249},\"_Fill\":{\"__isSmartRef__\":true,\"id\":6250},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6245\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6246\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6247\":{\"x\":542,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6248\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6249\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6250\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":6251},{\"__isSmartRef__\":true,\"id\":6253}],\"vector\":{\"__isSmartRef__\":true,\"id\":6255},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"6251\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":6252}},\"6252\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6253\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":6254}},\"6254\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6255\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6256\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"6257\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6113},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6258\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"6259\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6260\":{\"x\":542,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6261\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":6262},{\"__isSmartRef__\":true,\"id\":6277},{\"__isSmartRef__\":true,\"id\":6292},{\"__isSmartRef__\":true,\"id\":6308},{\"__isSmartRef__\":true,\"id\":6324},{\"__isSmartRef__\":true,\"id\":6339},{\"__isSmartRef__\":true,\"id\":6355},{\"__isSmartRef__\":true,\"id\":6371},{\"__isSmartRef__\":true,\"id\":6454},{\"__isSmartRef__\":true,\"id\":6536},{\"__isSmartRef__\":true,\"id\":6551}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":6567},\"id\":\"461A5166-EA5A-4071-8204-F81C9CDF321B\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6574},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6575},\"droppingEnabled\":true,\"halosEnabled\":true,\"isLockOwner\":false,\"layout\":{\"__isSmartRef__\":true,\"id\":6576},\"attributeConnections\":[],\"ownerApp\":{\"__isSmartRef__\":true,\"id\":6577},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"name\":\"PublishPartPanePane\",\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6671},\"isBeingDragged\":false,\"prevScroll\":[0,0],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":6672},\"grabbingEnabled\":false,\"_Position\":{\"__isSmartRef__\":true,\"id\":6673},\"owner\":{\"__isSmartRef__\":true,\"id\":6112},\"target\":{\"__isSmartRef__\":true,\"id\":5444},\"derivationIds\":[2888,\"7CD647EF-2BB4-4CD9-9D3B-4EE7BC59ECC2\",\"B983FB4F-9323-4304-9603-5615E93C6C42\",\"E738FAD5-9C83-4390-B193-06C21B6E51B0\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":6674},\"__LivelyClassName__\":\"lively.morphic.Box\",\"withLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"6262\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":6263},\"id\":\"6156EBD8-2E62-4453-989A-700F4942D43C\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6270},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":6271}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6273},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":6274},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6275},\"_MaxTextWidth\":230,\"_MinTextWidth\":230,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":6261},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":6276},\"previousSelection\":[0,9],\"priorSelectionRange\":[0,9],\"isLockOwner\":false,\"name\":\"NameText\",\"isCopyMorphRef\":true,\"morphRefId\":1,\"derivationIds\":[2889,\"9A8B5C1C-95BB-40F5-B9EF-B89DD5451B64\",\"C49BF160-BBBE-422E-BDDC-B9A98A72ABFF\",\"42B7E940-3BB5-4B79-B5D8-E4C8E780FF3B\"],\"savedTextString\":\"CommitMessageTest1\",\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"6263\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":6264},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6265},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6266},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6267},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6268},\"_Fill\":{\"__isSmartRef__\":true,\"id\":6269},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6264\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6265\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6266\":{\"x\":240,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6267\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6268\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6269\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6270\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"6271\":{\"style\":{\"__isSmartRef__\":true,\"id\":6272},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":6262},\"storedString\":\"PublishPartDialog\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"6272\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"6273\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6262},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6274\":{\"x\":10,\"y\":50,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6275\":{\"x\":240,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6276\":{\"x\":119,\"y\":-15,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6277\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":6278},\"id\":\"C9FFCBD8-4010-468C-9C23-509AEF71C004\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6285},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":6286}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6288},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":6289},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6290},\"_MaxTextWidth\":510,\"_MinTextWidth\":510,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"name\":\"CommitMessageText\",\"owner\":{\"__isSmartRef__\":true,\"id\":6261},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":6291},\"previousSelection\":[0,15],\"priorSelectionRange\":[0,0],\"charsReplaced\":\"CommitMessageTest1\",\"lastFindLoc\":18,\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2890,\"40048B1D-9547-4EA6-AB66-31168A1C9FAE\",\"8A0DE790-FA6C-41C9-BA2B-84397DA3F39E\",\"DCFEEBC9-D891-408E-A103-19356A96070F\"],\"savedTextString\":\"\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"6278\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":6279},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6280},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6281},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6282},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6283},\"_Fill\":{\"__isSmartRef__\":true,\"id\":6284},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6279\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6280\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6281\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6282\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6283\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6284\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6285\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"6286\":{\"style\":{\"__isSmartRef__\":true,\"id\":6287},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":6277},\"storedString\":\"added show diff button\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"6287\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"6288\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6277},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6289\":{\"x\":10,\"y\":260,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6290\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6291\":{\"x\":351,\"y\":-17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6292\":{\"submorphs\":[],\"scripts\":[],\"id\":\"89A19B3F-2CFE-4987-9687-B117F7EAE6AD\",\"shape\":{\"__isSmartRef__\":true,\"id\":6293},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":6299},\"_MaxTextWidth\":114,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":6296},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text5\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":6300},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":6301}],\"charsReplaced\":\"some text \",\"lastFindLoc\":10,\"priorSelectionRange\":[0,4],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6303},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6304},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6305},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":6306},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"owner\":{\"__isSmartRef__\":true,\"id\":6261},\"_MinTextWidth\":114,\"_MinTextHeight\":null,\"previousSelection\":[3,3],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":6307},\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2891,\"E101CA30-35F9-42F0-A46C-28671530C787\",\"CE7E7640-C507-43BF-88EF-C4ACE8CCF564\",\"F04823B9-5B0B-4CCA-B8F7-00BD8608ED16\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"6293\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":6294},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6295},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6296},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6297},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6298},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6294\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6295\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6296\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6297\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6298\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6299\":{\"x\":10,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6300\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"6301\":{\"style\":{\"__isSmartRef__\":true,\"id\":6302},\"morph\":{\"__isSmartRef__\":true,\"id\":6292},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":6292},\"storedString\":\"name\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"6302\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"6303\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6304\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"6305\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6292},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6306\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6307\":{\"x\":78,\"y\":-3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6308\":{\"submorphs\":[],\"scripts\":[],\"id\":\"D90E5F92-063B-4277-A16D-D954038B7F2E\",\"shape\":{\"__isSmartRef__\":true,\"id\":6309},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":6315},\"_MaxTextWidth\":250,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":6312},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text6\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":6316},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":6317}],\"charsReplaced\":\"changes\",\"lastFindLoc\":7,\"priorSelectionRange\":[0,14],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6319},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6320},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6321},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":6322},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":250,\"_MinTextHeight\":null,\"previousSelection\":[0,14],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":6323},\"owner\":{\"__isSmartRef__\":true,\"id\":6261},\"isLockOwner\":false,\"derivationIds\":[2892,\"E5DC0070-3EA2-4212-9AA7-E3C865547E5E\",\"809E256F-82F6-4A22-B614-DE8C08FA5970\",\"272C0F9A-E7EF-4ECE-851D-08ACB35EA24D\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"6309\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":6310},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6311},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6312},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6313},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6314},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6310\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6311\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6312\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6313\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6314\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6315\":{\"x\":10,\"y\":240,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6316\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"6317\":{\"style\":{\"__isSmartRef__\":true,\"id\":6318},\"morph\":{\"__isSmartRef__\":true,\"id\":6308},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":6308},\"storedString\":\"commit message\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"6318\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"6319\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6320\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"6321\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6308},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6322\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6323\":{\"x\":174,\"y\":-21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6324\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":6325},\"id\":\"286A4256-D2A8-4452-BCFC-F5DB7B0B1532\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6332},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":6333}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6335},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":6336},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6337},\"_MaxTextWidth\":250,\"_MinTextWidth\":250,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"name\":\"CategoryText\",\"owner\":{\"__isSmartRef__\":true,\"id\":6261},\"previousSelection\":[0,14],\"priorSelectionRange\":[5,5],\"charsReplaced\":\"CommitMessageTest1\",\"lastFindLoc\":18,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":6338},\"isLockOwner\":false,\"derivationIds\":[2893,\"FBE4B17F-DC2B-4783-899B-CF1B051F14D9\",\"A2C45BC5-C44B-4AEA-A29E-ADE3DAF08638\",\"640BD984-1AB2-45B8-BCEC-AB32A6199D68\"],\"savedTextString\":\"PartsBin/Basic\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"6325\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":6326},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6327},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6328},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6329},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6330},\"_Fill\":{\"__isSmartRef__\":true,\"id\":6331},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6326\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6327\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6328\":{\"x\":260,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6329\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6330\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6331\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6332\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"6333\":{\"style\":{\"__isSmartRef__\":true,\"id\":6334},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":6324},\"storedString\":\"PartsBin/BP2012\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"6334\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"6335\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6324},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6336\":{\"x\":270,\"y\":50,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6337\":{\"x\":260,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6338\":{\"x\":132,\"y\":-13,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6339\":{\"submorphs\":[],\"scripts\":[],\"id\":\"D5DB637F-F02B-4D39-BC91-6B85EB48C038\",\"shape\":{\"__isSmartRef__\":true,\"id\":6340},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":6346},\"_MaxTextWidth\":114,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":6343},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text7\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":6347},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":6348}],\"charsReplaced\":\"name\",\"lastFindLoc\":4,\"priorSelectionRange\":[0,8],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6350},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6351},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6352},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":6353},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":114,\"_MinTextHeight\":null,\"previousSelection\":[2,2],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":6354},\"owner\":{\"__isSmartRef__\":true,\"id\":6261},\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2894,\"75F41AE1-CA7A-48D0-AE2C-7AAF6101B89C\",\"CB87A9FB-0776-4109-BDE0-0E8C61F1626C\",\"954BD4D6-BBF2-4D3C-94CA-21A38F66F449\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"6340\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":6341},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6342},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6343},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6344},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6345},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6341\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6342\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6343\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6344\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6345\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6346\":{\"x\":270,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6347\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"6348\":{\"style\":{\"__isSmartRef__\":true,\"id\":6349},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":6339},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"category\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"6349\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"6350\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6351\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"6352\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6339},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6353\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6354\":{\"x\":87,\"y\":-11,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6355\":{\"submorphs\":[],\"scripts\":[],\"id\":\"92EDAC28-8529-4E2C-8493-4C0F5DD768C8\",\"shape\":{\"__isSmartRef__\":true,\"id\":6356},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":6362},\"_MaxTextWidth\":325,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":6359},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text8\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":6363},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":6364}],\"charsReplaced\":\"Publish Object in PartsBin\",\"lastFindLoc\":26,\"priorSelectionRange\":[0,36],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6366},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6367},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6368},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":6369},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":325,\"_MinTextHeight\":null,\"previousSelection\":[0,36],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":6370},\"owner\":{\"__isSmartRef__\":true,\"id\":6261},\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2895,\"3AFBC971-95B4-48C4-888D-22FCBB742090\",\"D0394F71-EBB2-452A-A71F-D172D5B1CAD6\",\"79EDAC74-BD6B-42B1-BBBA-71B07578D1E0\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"6356\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":6357},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6358},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6359},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6360},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6361},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6357\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6358\":{\"x\":325,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6359\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6360\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6361\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6362\":{\"x\":10,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6363\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"6364\":{\"style\":{\"__isSmartRef__\":true,\"id\":6365},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":6355},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Upload part to the shared repository\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"6365\":{\"italics\":\"normal\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"6366\":{\"x\":325,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6367\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"6368\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6355},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6369\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6370\":{\"x\":221,\"y\":-12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6371\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":6372}],\"scripts\":[],\"id\":\"5309E281-CD42-4209-B7BF-FC500CF79EE5\",\"shape\":{\"__isSmartRef__\":true,\"id\":6387},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":6391},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":6403},\"label\":{\"__isSmartRef__\":true,\"id\":6372},\"name\":\"Button\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":6412},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":6413}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6449},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6450},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6451},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":6452},\"_Position\":{\"__isSmartRef__\":true,\"id\":6453},\"owner\":{\"__isSmartRef__\":true,\"id\":6261},\"derivationIds\":[2896,\"40384C75-EF01-4AAD-AA1C-A7C19EDB6A0F\",\"21376B8E-78CF-456D-87AA-4D62D86B16D2\",\"E9336A59-C7BF-4C91-88B0-0D0477AA75AE\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"6372\":{\"submorphs\":[],\"scripts\":[],\"id\":\"F1FB7B9A-CC49-4C46-B299-0AD29366220B\",\"shape\":{\"__isSmartRef__\":true,\"id\":6373},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":6379},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":6380},\"_Padding\":{\"__isSmartRef__\":true,\"id\":6381},\"owner\":{\"__isSmartRef__\":true,\"id\":6371},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6382},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":6383}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6385},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6386},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"derivationIds\":[2897,\"92EB5E70-61BB-4A71-942C-A34A20789B2F\",\"A9C9F9CF-1BAC-4074-A093-4EB0C3C90866\",\"2FE50303-6361-4A70-9BD5-0D8D1C8B5176\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"6373\":{\"position\":{\"__isSmartRef__\":true,\"id\":6374},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6375},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6376},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6377},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6378},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6374\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6375\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6376\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6377\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6378\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6379\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6380\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6381\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6382\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6383\":{\"style\":{\"__isSmartRef__\":true,\"id\":6384},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":6372},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"cancel\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"6384\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"6385\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"6386\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6372},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6387\":{\"position\":{\"__isSmartRef__\":true,\"id\":6388},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6389},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6390},\"_Fill\":{\"__isSmartRef__\":true,\"id\":6391},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6401},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6402},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6388\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6389\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6390\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6391\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":6392},{\"__isSmartRef__\":true,\"id\":6394},{\"__isSmartRef__\":true,\"id\":6396},{\"__isSmartRef__\":true,\"id\":6398}],\"vector\":{\"__isSmartRef__\":true,\"id\":6400},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"6392\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":6393}},\"6393\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6394\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":6395}},\"6395\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6396\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":6397}},\"6397\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6398\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":6399}},\"6399\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6400\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6401\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6402\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6403\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":6404},{\"__isSmartRef__\":true,\"id\":6406},{\"__isSmartRef__\":true,\"id\":6408},{\"__isSmartRef__\":true,\"id\":6410}],\"vector\":{\"__isSmartRef__\":true,\"id\":6400},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"6404\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":6405}},\"6405\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6406\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":6407}},\"6407\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6408\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":6409}},\"6409\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6410\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":6411}},\"6411\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6412\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"6413\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":6371},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":6261},\"targetMethodName\":\"onCancel\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":6414},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"6414\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":6415}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":6430},\"id\":352,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6437},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6438},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":6439},{\"__isSmartRef__\":true,\"id\":6440}],\"con\":{\"__isSmartRef__\":true,\"id\":6413},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":6441},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"6415\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":6416},\"id\":353,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6427},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6428},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":6429},\"owner\":{\"__isSmartRef__\":true,\"id\":6414},\"_Rotation\":-2.716760490670451,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"6416\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":6417},{\"__isSmartRef__\":true,\"id\":6418},{\"__isSmartRef__\":true,\"id\":6419},{\"__isSmartRef__\":true,\"id\":6420}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6421},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":6422},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6423},\"_Padding\":{\"__isSmartRef__\":true,\"id\":6424},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6425},\"_Fill\":{\"__isSmartRef__\":true,\"id\":6426},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"6417\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"6418\":{\"isAbsolute\":true,\"x\":0,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"6419\":{\"isAbsolute\":true,\"x\":16,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"6420\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"6421\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"6422\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6423\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6424\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6425\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6426\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6427\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"6428\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6415},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6429\":{\"x\":0.5,\"y\":0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6430\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":6431},{\"__isSmartRef__\":true,\"id\":6432}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6433},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":6434},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6435},\"_Padding\":{\"__isSmartRef__\":true,\"id\":6436},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6425},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"6431\":{\"isAbsolute\":true,\"x\":420,\"y\":190,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"6432\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"6433\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"6434\":{\"x\":-0.5,\"y\":-0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6435\":{\"x\":421,\"y\":191,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6436\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6437\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"6438\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6414},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6439\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6414},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"6440\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6414},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":6415},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"6441\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":6442}},\"6442\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":6443},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString || 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":6448},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"6443\":{\"this\":{\"__isSmartRef__\":true,\"id\":6414},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":6444}},\"6444\":{\"$super\":{\"__isSmartRef__\":true,\"id\":6445}},\"6445\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":6446},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":6447},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"6446\":{\"obj\":{\"__isSmartRef__\":true,\"id\":6414},\"name\":\"morphMenuItems\"},\"6447\":{},\"6448\":{},\"6449\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6450\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"6451\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6371},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6452\":{\"x\":77,\"y\":-5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6453\":{\"x\":420,\"y\":390,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6454\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":6455}],\"scripts\":[],\"id\":\"B9EC3206-D7B9-449B-8F4A-CF729A3DDF9A\",\"shape\":{\"__isSmartRef__\":true,\"id\":6470},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":6474},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":6486},\"label\":{\"__isSmartRef__\":true,\"id\":6455},\"name\":\"Button1\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":6495},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":6496}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6531},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6532},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6533},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":6534},\"_Position\":{\"__isSmartRef__\":true,\"id\":6535},\"owner\":{\"__isSmartRef__\":true,\"id\":6261},\"derivationIds\":[2898,\"9D27A522-4E3D-482F-97CF-3CA3247A3999\",\"4EBF07AD-25C0-4034-BC06-31F137F70FA1\",\"DC6D6B8E-37AE-4815-A81A-AC7071124A26\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"6455\":{\"submorphs\":[],\"scripts\":[],\"id\":\"2A7260B8-72C4-410C-BBE2-0A88FB134782\",\"shape\":{\"__isSmartRef__\":true,\"id\":6456},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":6462},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":6463},\"_Padding\":{\"__isSmartRef__\":true,\"id\":6464},\"owner\":{\"__isSmartRef__\":true,\"id\":6454},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6465},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":6466}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6468},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6469},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"derivationIds\":[2899,\"4F00D1F5-B85C-479E-BDDE-322DF2F432A3\",\"5E7BC7AC-9EF9-4CF5-9196-A542A26534CA\",\"46616896-CA46-4B43-B694-9FB001B32989\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"6456\":{\"position\":{\"__isSmartRef__\":true,\"id\":6457},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6458},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6459},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6460},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6461},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6457\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6458\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6459\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6460\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6461\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6462\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6463\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6464\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6465\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6466\":{\"style\":{\"__isSmartRef__\":true,\"id\":6467},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":6455},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"publish\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"6467\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"6468\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"6469\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6455},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6470\":{\"position\":{\"__isSmartRef__\":true,\"id\":6471},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6472},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6473},\"_Fill\":{\"__isSmartRef__\":true,\"id\":6474},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6484},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6485},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6471\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6472\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6473\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6474\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":6475},{\"__isSmartRef__\":true,\"id\":6477},{\"__isSmartRef__\":true,\"id\":6479},{\"__isSmartRef__\":true,\"id\":6481}],\"vector\":{\"__isSmartRef__\":true,\"id\":6483},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"6475\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":6476}},\"6476\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6477\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":6478}},\"6478\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6479\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":6480}},\"6480\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6481\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":6482}},\"6482\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6483\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6484\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6485\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6486\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":6487},{\"__isSmartRef__\":true,\"id\":6489},{\"__isSmartRef__\":true,\"id\":6491},{\"__isSmartRef__\":true,\"id\":6493}],\"vector\":{\"__isSmartRef__\":true,\"id\":6483},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"6487\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":6488}},\"6488\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6489\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":6490}},\"6490\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6491\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":6492}},\"6492\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6493\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":6494}},\"6494\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6495\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"6496\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":6454},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":6261},\"targetMethodName\":\"onPublish\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":6497},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"6497\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":6498}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":6512},\"id\":139,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6519},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6520},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":6521},{\"__isSmartRef__\":true,\"id\":6522}],\"con\":{\"__isSmartRef__\":true,\"id\":6496},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":6523},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"6498\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":6499},\"id\":140,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6509},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6510},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":6511},\"owner\":{\"__isSmartRef__\":true,\"id\":6497},\"_Rotation\":-2.5917394709132084,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"6499\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":6500},{\"__isSmartRef__\":true,\"id\":6501},{\"__isSmartRef__\":true,\"id\":6502},{\"__isSmartRef__\":true,\"id\":6503}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6504},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":6505},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6506},\"_Padding\":{\"__isSmartRef__\":true,\"id\":6507},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6425},\"_Fill\":{\"__isSmartRef__\":true,\"id\":6508},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"6500\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"6501\":{\"isAbsolute\":true,\"x\":0,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"6502\":{\"isAbsolute\":true,\"x\":16,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"6503\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"6504\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"6505\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6506\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6507\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6508\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6509\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"6510\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6498},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6511\":{\"x\":0.5,\"y\":0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6512\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":6513},{\"__isSmartRef__\":true,\"id\":6514}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6515},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":6516},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6517},\"_Padding\":{\"__isSmartRef__\":true,\"id\":6518},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6425},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"6513\":{\"isAbsolute\":true,\"x\":310,\"y\":190,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"6514\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"6515\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"6516\":{\"x\":-0.5,\"y\":-0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6517\":{\"x\":311,\"y\":191,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6518\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6519\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"6520\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6497},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6521\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6497},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"6522\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6497},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":6498},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"6523\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":6524}},\"6524\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":6525},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString || 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":6530},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"6525\":{\"this\":{\"__isSmartRef__\":true,\"id\":6497},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":6526}},\"6526\":{\"$super\":{\"__isSmartRef__\":true,\"id\":6527}},\"6527\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":6528},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":6529},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"6528\":{\"obj\":{\"__isSmartRef__\":true,\"id\":6497},\"name\":\"morphMenuItems\"},\"6529\":{},\"6530\":{},\"6531\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6532\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"6533\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6454},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6534\":{\"x\":62,\"y\":-12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6535\":{\"x\":310,\"y\":390,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6536\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":6537},\"id\":\"9599DEAE-8C83-4E01-B62C-31FBF096F9F7\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6544},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":6545}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6547},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":6548},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6549},\"_MaxTextWidth\":510,\"_MinTextWidth\":510,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"name\":\"CommentText\",\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":6550},\"previousSelection\":[139,139],\"priorSelectionRange\":[9,9],\"charsReplaced\":\"CommitMessageTest1\",\"lastFindLoc\":18,\"isLockOwner\":false,\"isBeingDragged\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":6261},\"derivationIds\":[2900,\"7E82C349-9FC9-48B5-B84C-30E99FC40DF2\",\"A07EAFD3-B03B-4E4C-BC72-FB29F65F543A\",\"888FB55C-0365-4B40-A9B4-33FD19FA1E91\"],\"savedTextString\":\"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"6537\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":6538},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6539},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6540},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6541},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6542},\"_Fill\":{\"__isSmartRef__\":true,\"id\":6543},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6538\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6539\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6540\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6541\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6542\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6543\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6544\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"6545\":{\"style\":{\"__isSmartRef__\":true,\"id\":6546},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":6536},\"storedString\":\"A dialog for publishing parts in the PartsBin.\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"6546\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"6547\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6536},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6548\":{\"x\":10,\"y\":110,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6549\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6550\":{\"x\":346,\"y\":-16,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6551\":{\"submorphs\":[],\"scripts\":[],\"id\":\"EB6781AB-CAE4-4644-A06C-CF1C02510F35\",\"shape\":{\"__isSmartRef__\":true,\"id\":6552},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":6558},\"_MaxTextWidth\":250,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":6555},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text9\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":6559},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":6560}],\"charsReplaced\":\"commit message\",\"lastFindLoc\":14,\"priorSelectionRange\":[0,14],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6562},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6563},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6564},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":6565},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":250,\"_MinTextHeight\":null,\"previousSelection\":[0,6],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":6566},\"isLockOwner\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":6261},\"derivationIds\":[2901,\"8E267E15-1052-4F9C-B863-B733384EF1DA\",\"851C46B4-347F-4AE4-9C04-C321E7CC8EA5\",\"D33CE057-77D6-4CCC-90F9-867C622B3572\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"6552\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":6553},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6554},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6555},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6556},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6557},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6553\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6554\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6555\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6556\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6557\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6558\":{\"x\":10,\"y\":90,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6559\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"6560\":{\"style\":{\"__isSmartRef__\":true,\"id\":6561},\"morph\":{\"__isSmartRef__\":true,\"id\":6551},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":6551},\"storedString\":\"comment\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"6561\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"6562\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6563\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"6564\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6551},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6565\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6566\":{\"x\":163,\"y\":-17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6567\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":6568},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6569},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6570},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6571},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6572},\"_Fill\":{\"__isSmartRef__\":true,\"id\":6573},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6568\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6569\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6570\":{\"x\":540,\"y\":420,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6571\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6572\":{\"r\":0.372,\"g\":0.369,\"b\":0.372,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6573\":{\"r\":0.8235294117647058,\"g\":0.8235294117647058,\"b\":0.8235294117647058,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6574\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"6575\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6261},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6576\":{\"adjustForNewBounds\":true,\"resizeWidth\":true,\"resizeHeight\":true},\"6577\":{\"message\":\"Please enter a name for the part\",\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":6578}],\"doNotSerialize\":[\"$$result\"],\"doNotCopyProperties\":[\"$$result\"],\"defaultInput\":\"CommitMessageTest1\",\"panel\":{\"__isSmartRef__\":true,\"id\":6261},\"label\":{\"__isSmartRef__\":true,\"id\":6579},\"cancelButton\":{\"__isSmartRef__\":true,\"id\":6591},\"okButton\":{\"__isSmartRef__\":true,\"id\":6637},\"inputText\":{\"__isSmartRef__\":true,\"id\":6262},\"view\":{\"__isSmartRef__\":true,\"id\":6261},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"result\":\"CommitMessageTest1\",\"__LivelyClassName__\":\"lively.morphic.PromptDialog\"},\"6578\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":6577},\"sourceAttrName\":\"result\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":6577},\"targetMethodName\":\"triggerCallback\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"6579\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":6580},\"id\":3220,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6585},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":6586}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6588},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":6589},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6590},\"_MaxTextWidth\":null,\"_MinTextWidth\":null,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":null,\"isLabel\":true,\"_HandStyle\":\"default\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"isCopyMorphRef\":true,\"morphRefId\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"6580\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":6581},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6582},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6583},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6267},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6268},\"_Fill\":{\"__isSmartRef__\":true,\"id\":6584},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6581\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6582\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6583\":{\"x\":226,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6584\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6585\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"6586\":{\"style\":{\"__isSmartRef__\":true,\"id\":6587},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":6579},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"6587\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"6588\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6579},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6589\":{\"x\":4,\"y\":4,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6590\":{\"x\":226,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6591\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":6592},\"id\":6793,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6608},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6609},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":6610},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6611},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":6598},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":6612},\"label\":{\"__isSmartRef__\":true,\"id\":6621},\"layout\":{\"__isSmartRef__\":true,\"id\":6633},\"owner\":null,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":6634},{\"__isSmartRef__\":true,\"id\":6635}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"isCopyMorphRef\":true,\"morphRefId\":1,\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"6592\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":6593},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6594},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6595},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6596},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6597},\"_Fill\":{\"__isSmartRef__\":true,\"id\":6598},\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6593\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6594\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6595\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6596\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6597\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6598\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":6599},{\"__isSmartRef__\":true,\"id\":6601},{\"__isSmartRef__\":true,\"id\":6603},{\"__isSmartRef__\":true,\"id\":6605}],\"vector\":{\"__isSmartRef__\":true,\"id\":6607},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"6599\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":6600}},\"6600\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6601\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":6602}},\"6602\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6603\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":6604}},\"6604\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6605\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":6606}},\"6606\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6607\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6608\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"6609\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6591},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6610\":{\"x\":478,\"y\":187,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6611\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6612\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":6613},{\"__isSmartRef__\":true,\"id\":6615},{\"__isSmartRef__\":true,\"id\":6617},{\"__isSmartRef__\":true,\"id\":6619}],\"vector\":{\"__isSmartRef__\":true,\"id\":6607},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"6613\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":6614}},\"6614\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6615\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":6616}},\"6616\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6617\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":6618}},\"6618\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6619\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":6620}},\"6620\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6621\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":6622},\"id\":6794,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6627},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":6628}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6630},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":6631},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6632},\"_MaxTextWidth\":60,\"_MinTextWidth\":60,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":null,\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"6622\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":6623},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6624},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6625},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6626},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6268},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6623\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6624\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6625\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6626\":{\"x\":0,\"y\":6,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6627\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"6628\":{\"style\":{\"__isSmartRef__\":true,\"id\":6629},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":6621},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"6629\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"6630\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6621},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6631\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6632\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6633\":{\"moveVertical\":true,\"moveHorizontal\":true},\"6634\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":6591},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":6577},\"targetMethodName\":\"removeTopLevel\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"6635\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":6591},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":6577},\"targetMethodName\":\"result\",\"converter\":null,\"converterString\":\"function () { return null }\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":6636},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"6636\":{\"source\":{\"__isSmartRef__\":true,\"id\":6591},\"target\":{\"__isSmartRef__\":true,\"id\":6577}},\"6637\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":6638},\"id\":6795,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6643},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6644},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":6645},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6646},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":6598},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":6647},\"label\":{\"__isSmartRef__\":true,\"id\":6656},\"layout\":{\"__isSmartRef__\":true,\"id\":6668},\"owner\":null,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":6669},{\"__isSmartRef__\":true,\"id\":6670}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"isCopyMorphRef\":true,\"morphRefId\":2,\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"6638\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":6639},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6640},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6641},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6642},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6597},\"_Fill\":{\"__isSmartRef__\":true,\"id\":6598},\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6639\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6640\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6641\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6642\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6643\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"6644\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6637},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6645\":{\"x\":414,\"y\":187,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6646\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6647\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":6648},{\"__isSmartRef__\":true,\"id\":6650},{\"__isSmartRef__\":true,\"id\":6652},{\"__isSmartRef__\":true,\"id\":6654}],\"vector\":{\"__isSmartRef__\":true,\"id\":6607},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"6648\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":6649}},\"6649\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6650\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":6651}},\"6651\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6652\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":6653}},\"6653\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6654\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":6655}},\"6655\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6656\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":6657},\"id\":6796,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6662},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":6663}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6665},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":6666},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6667},\"_MaxTextWidth\":60,\"_MinTextWidth\":60,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":null,\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"6657\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":6658},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6659},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6660},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6661},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6268},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6658\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6659\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6660\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6661\":{\"x\":0,\"y\":6,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6662\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"6663\":{\"style\":{\"__isSmartRef__\":true,\"id\":6664},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":6656},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"6664\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"6665\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6656},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6666\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6667\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6668\":{\"moveVertical\":true,\"moveHorizontal\":true},\"6669\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":6637},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":6577},\"targetMethodName\":\"removeTopLevel\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"6670\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":6637},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":6262},\"targetMethodName\":\"doSave\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"6671\":{\"x\":540,\"y\":420,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6672\":{\"x\":365,\"y\":-16,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6673\":{\"x\":0,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6674\":{\"copyToPartsBin\":{\"__isSmartRef__\":true,\"id\":6675},\"onPublish\":{\"__isSmartRef__\":true,\"id\":6683},\"onCancel\":{\"__isSmartRef__\":true,\"id\":6687},\"setTarget\":{\"__isSmartRef__\":true,\"id\":6691},\"reset\":{\"__isSmartRef__\":true,\"id\":6695}},\"6675\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":6676},\"source\":\"function copyToPartsBin(morph) {\\n var name = this.get('NameText').textString\\n\\n var info = morph.getPartsBinMetaInfo();\\n morph.setName(name);\\n\\n info.partsSpaceName = this.get('CategoryText').textString\\n info.comment = this.get('CommentText').textString\\n\\n if (! info.changes) info.changes = [];\\n var change = { \\n date: new Date(), \\n author: this.world().getUserName(), \\n message: this.get('CommitMessageText').textString,\\n id: Strings.newUUID()\\n }\\n info.changes.push(change) \\n\\n morph.copyToPartsBin();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":6681},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"6676\":{\"this\":{\"__isSmartRef__\":true,\"id\":6261},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":6677}},\"6677\":{\"$super\":{\"__isSmartRef__\":true,\"id\":6678}},\"6678\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":6679},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":6680},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"6679\":{\"obj\":{\"__isSmartRef__\":true,\"id\":6261},\"name\":\"copyToPartsBin\"},\"6680\":{},\"6681\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":6682}},\"6682\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 15:13:21 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"6683\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":6684},\"source\":\"function onPublish() {\\n if (!this.target) alert(\\\"No target to upload\\\");\\n this.copyToPartsBin(this.target);\\n connect(this.target, 'headRevision', this.owner, 'remove')\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":6685},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"6684\":{\"this\":{\"__isSmartRef__\":true,\"id\":6261}},\"6685\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":6686},\"user\":\"undefined\",\"tags\":[]},\"6686\":{\"isSerializedDate\":true,\"string\":\"Tue Mar 20 2012 12:59:48 GMT+0100 (Mitteleuropäische Zeit)\"},\"6687\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":6688},\"source\":\"function onCancel() {\\n alertOK(\\\"cancel upload \\\") \\n this.owner.remove()\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":6689},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"6688\":{\"this\":{\"__isSmartRef__\":true,\"id\":6261}},\"6689\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":6690}},\"6690\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:52:17 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"6691\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":6692},\"source\":\"function setTarget(morph) {\\n this.target = morph \\n if (!morph) {\\n this.get('NameText').textString = '';\\n this.get('CategoryText').textString = '';\\n this.get('CommentText').textString = ''; \\n this.get('CommitMessageText').textString = '' \\n return\\n }\\n var info = this.target.getPartsBinMetaInfo();\\n this.get('NameText').textString = info.partName || morph.getName();\\n this.get('CategoryText').textString = info.partsSpaceName;\\n this.get('CommentText').textString = info.comment; \\n this.get('CommitMessageText').textString = '' \\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":6693},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"6692\":{\"this\":{\"__isSmartRef__\":true,\"id\":6261}},\"6693\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":6694}},\"6694\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:46:10 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"6695\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":6696},\"source\":\"function reset() {\\n this.setTarget(null)\\n \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":6697},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"6696\":{\"this\":{\"__isSmartRef__\":true,\"id\":6261}},\"6697\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":6698}},\"6698\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:45:36 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"6699\":{\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6700},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6701},\"_BorderWidth\":0,\"_Fill\":null,\"_StrokeOpacity\":0,\"_BorderRadius\":0,\"_Extent\":{\"__isSmartRef__\":true,\"id\":6702},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6700\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6701\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6702\":{\"x\":542,\"y\":242,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6703\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"6704\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6112},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6705\":{\"adjustForNewBounds\":true},\"6706\":{\"x\":542,\"y\":242,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6707\":{\"x\":0,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6708\":{\"x\":463,\"y\":297,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6709\":{\"partName\":\"PublishPartDialog\",\"requiredModules\":[],\"migrationLevel\":4,\"partsSpaceName\":\"PartsBin/BP2012\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A dialog for publishing parts in the PartsBin.\",\"changes\":[{\"__isSmartRef__\":true,\"id\":6710},{\"__isSmartRef__\":true,\"id\":6712},{\"__isSmartRef__\":true,\"id\":6714},{\"__isSmartRef__\":true,\"id\":6716},{\"__isSmartRef__\":true,\"id\":6718},{\"__isSmartRef__\":true,\"id\":6720},{\"__isSmartRef__\":true,\"id\":6722}],\"revisionOnLoad\":146804,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"6710\":{\"date\":{\"__isSmartRef__\":true,\"id\":6711},\"author\":\"undefined\",\"message\":\"init for change - don't remove on click\",\"id\":\"00A6DFFB-70D2-44A4-B5F9-0778E1CA5724\"},\"6711\":{\"isSerializedDate\":true,\"string\":\"Tue Mar 20 2012 12:04:27 GMT+0100 (Mitteleuropäische Zeit)\"},\"6712\":{\"date\":{\"__isSmartRef__\":true,\"id\":6713},\"author\":\"jenslincke\",\"message\":\"- fixed issue 283 (Reproduction: Open part, select publish from menu, focus part name input field in dialog, press enter.-> window pane disappears; window decoration stays; part is not published)\",\"id\":\"1A260BD5-E668-4BD4-B7A2-94E087AB4CE1\"},\"6713\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 26 2012 12:10:41 GMT+0100 (Mitteleuropäische Zeit)\"},\"6714\":{\"date\":{\"__isSmartRef__\":true,\"id\":6715},\"author\":\"jenslincke\",\"message\":\"\"},\"6715\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 16:06:16 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"6716\":{\"date\":{\"__isSmartRef__\":true,\"id\":6717},\"author\":\"jenslincke\",\"message\":\"store an uuid when publishing an object\"},\"6717\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 15:15:02 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"6718\":{\"date\":{\"__isSmartRef__\":true,\"id\":6719},\"author\":\"jenslincke\",\"message\":\"\"},\"6719\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:52:26 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"6720\":{\"date\":{\"__isSmartRef__\":true,\"id\":6721},\"author\":\"jenslincke\",\"message\":\"first commit of Publish dialog using the publish dialog itself!\"},\"6721\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:54:16 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"6722\":{\"date\":{\"__isSmartRef__\":true,\"id\":6723},\"author\":\"undefined\",\"message\":\"\",\"id\":\"A5F4EACF-EF62-483F-B8B3-65966A895FA4\"},\"6723\":{\"isSerializedDate\":true,\"string\":\"Tue Mar 20 2012 13:00:03 GMT+0100 (Mitteleuropäische Zeit)\"},\"6724\":{\"x\":746.5,\"y\":281,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6725\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":5444},\"sourceAttrName\":\"headRevision\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":6726},\"targetMethodName\":\"remove\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"6726\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":6727},{\"__isSmartRef__\":true,\"id\":6874}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":7364},\"id\":\"114E0CC6-1010-4E71-9A76-55D8416C4D9B\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7368},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":7369},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":7370},\"LK2\":true,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":7371},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":6874},\"titleBar\":{\"__isSmartRef__\":true,\"id\":6727},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":7372},\"collapsedTransform\":null,\"collapsedExtent\":null,\"expandedTransform\":null,\"expandedExtent\":null,\"ignoreEventsOnExpand\":false,\"highlighted\":true,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":7373},\"isBeingDragged\":false,\"showsHalos\":false,\"name\":\"PublishPartDialog1\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":7374},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"_Position\":{\"__isSmartRef__\":true,\"id\":7389},\"isCopyMorphRef\":true,\"morphRefId\":12,\"derivationIds\":[2879,\"91414FD8-3775-435F-96A6-39E0CB891CD7\",\"9CB574CD-94E3-465A-B85C-91F97E070BC3\",\"C9D390C2-399F-44AF-A316-A4A117E5F7B6\",\"0A0B9181-A04D-441B-944F-585ED335E81B\"],\"moved\":true,\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"6727\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":6728},{\"__isSmartRef__\":true,\"id\":6742},{\"__isSmartRef__\":true,\"id\":6789},{\"__isSmartRef__\":true,\"id\":6823}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":6858},\"id\":\"AC4318FD-EA67-46A2-9D28-CC5E408627C3\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6869},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6870},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":6871},\"_Position\":{\"__isSmartRef__\":true,\"id\":6872},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":6726},\"label\":{\"__isSmartRef__\":true,\"id\":6728},\"closeButton\":{\"__isSmartRef__\":true,\"id\":6742},\"menuButton\":{\"__isSmartRef__\":true,\"id\":6789},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":6823},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6873},\"owner\":{\"__isSmartRef__\":true,\"id\":6726},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2880,\"108B5871-F6C8-4442-82D1-F8776D2C85A2\",\"503529CB-0F23-4456-8597-CD5E86CF03F0\",\"4FB4914E-E245-4D67-BE3B-63091E2C8C95\",\"B69B0DCD-8CC6-4A06-B738-A12B5269CD7D\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"6728\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":6729},\"id\":\"D77F5C35-DE97-4172-BF2F-8D1ACED89AC7\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6735},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":6736}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6738},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"layout\":{\"__isSmartRef__\":true,\"id\":6739},\"_Align\":\"center\",\"eventsAreIgnored\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":6727},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6740},\"_MaxTextWidth\":483,\"_MinTextWidth\":483,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"_Position\":{\"__isSmartRef__\":true,\"id\":6741},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2881,\"A06A709C-AD42-48D0-A66A-9C21EA4F4E66\",\"EE1A345D-476E-4E22-BE89-E59A0C11001B\",\"90634CE5-77D0-4064-961C-4CBADE59C6F8\",\"C26670E3-5765-406B-972F-888FD1EAF967\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"6729\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":6730},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6731},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6732},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6733},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6734},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6730\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6731\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6732\":{\"x\":483,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6733\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6734\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6735\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"6736\":{\"style\":{\"__isSmartRef__\":true,\"id\":6737},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":6728},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Publish in PartsBin\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"6737\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"6738\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6728},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6739\":{\"resizeWidth\":true},\"6740\":{\"x\":483,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6741\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6742\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":6743}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":6755},\"id\":\"1B450A88-DDF9-425D-83CA-EDD701DCC323\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6771},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6772},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":6773},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6774},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":6761},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":6775},\"label\":{\"__isSmartRef__\":true,\"id\":6743},\"owner\":{\"__isSmartRef__\":true,\"id\":6727},\"layout\":{\"__isSmartRef__\":true,\"id\":6784},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":6785},{\"__isSmartRef__\":true,\"id\":6787}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"prevScroll\":[0,0],\"derivationIds\":[2882,\"6FF08B49-B1B5-4E12-8CE8-DF895115627D\",\"7F48C6F9-BB0C-405E-991B-410F179F7FE6\",\"8405D63F-4E07-4FE8-9008-DD8AE000B5C8\",\"D81DD158-CA4D-44A9-B0A6-3FD7DF7EFD68\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"6743\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":6744},\"id\":\"8ECEC574-E77D-4096-877E-98EABAA8CA1D\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6749},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":6750}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6752},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":6753},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6754},\"_MaxTextWidth\":17,\"_MinTextWidth\":17,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":6742},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2883,\"9FBA502B-65B1-4FF2-A0A6-9951E3C50B9C\",\"9F297DAE-65AA-45A3-AFAE-BD35F359E24A\",\"75386CDF-09C9-47F2-8762-F737A49FD645\",\"C43A7038-D61D-47C7-BFA8-8C8A77627643\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"6744\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":6745},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6746},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6747},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6748},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6734},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6745\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6746\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6747\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6748\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6749\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"6750\":{\"style\":{\"__isSmartRef__\":true,\"id\":6751},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":6743},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"X\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"6751\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"6752\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6743},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6753\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6754\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6755\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":6756},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6757},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6758},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6759},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6760},\"_Fill\":{\"__isSmartRef__\":true,\"id\":6761},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6756\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6757\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6758\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6759\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6760\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6761\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":6762},{\"__isSmartRef__\":true,\"id\":6764},{\"__isSmartRef__\":true,\"id\":6766},{\"__isSmartRef__\":true,\"id\":6768}],\"vector\":{\"__isSmartRef__\":true,\"id\":6770},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"6762\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":6763}},\"6763\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6764\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":6765}},\"6765\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6766\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":6767}},\"6767\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6768\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":6769}},\"6769\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6770\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6771\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"6772\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6742},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6773\":{\"x\":522,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6774\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6775\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":6776},{\"__isSmartRef__\":true,\"id\":6778},{\"__isSmartRef__\":true,\"id\":6780},{\"__isSmartRef__\":true,\"id\":6782}],\"vector\":{\"__isSmartRef__\":true,\"id\":6770},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"6776\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":6777}},\"6777\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6778\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":6779}},\"6779\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6780\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":6781}},\"6781\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6782\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":6783}},\"6783\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6784\":{\"moveHorizontal\":true},\"6785\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":6742},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":6726},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":6786},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"6786\":{\"source\":{\"__isSmartRef__\":true,\"id\":6742},\"target\":{\"__isSmartRef__\":true,\"id\":6726}},\"6787\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":6742},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":6726},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":6788},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"6788\":{\"source\":{\"__isSmartRef__\":true,\"id\":6742},\"target\":{\"__isSmartRef__\":true,\"id\":6726}},\"6789\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":6790}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":6801},\"id\":\"5B34DA09-2945-480C-89F5-843872D55EAE\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6806},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6807},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":6808},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6809},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":6761},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":6810},\"label\":{\"__isSmartRef__\":true,\"id\":6790},\"owner\":{\"__isSmartRef__\":true,\"id\":6727},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":6819},{\"__isSmartRef__\":true,\"id\":6821}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"derivationIds\":[2884,\"64F20257-1A1D-4B3E-97C4-BC5D1F1E14B5\",\"A377FFCE-0FDC-41B6-BD34-D9F0507B57DA\",\"7334352E-B497-4F10-8C06-FBE36AA778C7\",\"E8269870-961E-49ED-ACE6-3CB90CD1937A\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"6790\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":6791},\"id\":\"17FEC040-13EA-4F86-8084-76A818AFF35C\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6795},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":6796}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6798},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":6799},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6800},\"_MaxTextWidth\":17,\"_MinTextWidth\":17,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":6789},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[2885,\"EC48B50E-CD5B-46FB-BF78-484373EED980\",\"59F8AF9B-799B-413B-86B2-BFD03A4B2559\",\"F8293A60-E9DB-40E3-B202-D547939F8A8D\",\"30E16AEA-8638-441D-A4B6-A7F2EB4D1987\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"6791\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":6792},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6793},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6794},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6748},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6734},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6792\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6793\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6794\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6795\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"6796\":{\"style\":{\"__isSmartRef__\":true,\"id\":6797},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":6790},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"M\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"6797\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"6798\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6790},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6799\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6800\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6801\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":6802},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6803},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6804},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6805},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6760},\"_Fill\":{\"__isSmartRef__\":true,\"id\":6761},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6802\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6803\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6804\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6805\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6806\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"6807\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6789},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6808\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6809\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6810\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":6811},{\"__isSmartRef__\":true,\"id\":6813},{\"__isSmartRef__\":true,\"id\":6815},{\"__isSmartRef__\":true,\"id\":6817}],\"vector\":{\"__isSmartRef__\":true,\"id\":6770},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"6811\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":6812}},\"6812\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6813\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":6814}},\"6814\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6815\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":6816}},\"6816\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6817\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":6818}},\"6818\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6819\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":6789},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":6726},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":6820},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"6820\":{\"source\":{\"__isSmartRef__\":true,\"id\":6789},\"target\":{\"__isSmartRef__\":true,\"id\":6726}},\"6821\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":6789},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":6726},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":6822},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"6822\":{\"source\":{\"__isSmartRef__\":true,\"id\":6789},\"target\":{\"__isSmartRef__\":true,\"id\":6726}},\"6823\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":6824}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":6835},\"id\":\"A7621976-3E85-494C-8E96-7EDF8C175807\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6840},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6841},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":6842},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6843},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":6761},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":6844},\"label\":{\"__isSmartRef__\":true,\"id\":6824},\"owner\":{\"__isSmartRef__\":true,\"id\":6727},\"layout\":{\"__isSmartRef__\":true,\"id\":6853},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":6854},{\"__isSmartRef__\":true,\"id\":6856}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"prevScroll\":[0,0],\"derivationIds\":[2886,\"9FC4F0BE-916D-456B-AEC7-E6C1AC6040CA\",\"A0A4775F-7F2F-4563-840D-CAA5CB435D75\",\"C87D3EB9-4C3B-4230-9794-F5B71B528C74\",\"D62C35A2-6803-4217-9DFD-0E480D4B82AE\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"6824\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":6825},\"id\":\"9D2D8650-2F76-4D60-BB27-80A1112C3A07\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6829},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":6830}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6832},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":6833},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6834},\"_MaxTextWidth\":17,\"_MinTextWidth\":17,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":6823},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2887,\"42347453-BADB-4DB0-9486-C479B704CD7C\",\"B0BBE9B3-B5DD-4E4F-A1AA-1C03BB1BFF4E\",\"8AE3BC44-F336-420E-A2E9-BBA0DC6A3D72\",\"3DC5BABC-5EF1-4FC6-805B-0FC1CC02282F\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"6825\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":6826},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6827},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6828},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6748},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6734},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6826\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6827\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6828\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6829\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"6830\":{\"style\":{\"__isSmartRef__\":true,\"id\":6831},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":6824},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"–\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"6831\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"6832\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6824},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6833\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6834\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6835\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":6836},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6837},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6838},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6839},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6760},\"_Fill\":{\"__isSmartRef__\":true,\"id\":6761},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6836\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6837\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6838\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6839\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6840\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"6841\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6823},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6842\":{\"x\":503,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6843\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6844\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":6845},{\"__isSmartRef__\":true,\"id\":6847},{\"__isSmartRef__\":true,\"id\":6849},{\"__isSmartRef__\":true,\"id\":6851}],\"vector\":{\"__isSmartRef__\":true,\"id\":6770},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"6845\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":6846}},\"6846\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6847\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":6848}},\"6848\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6849\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":6850}},\"6850\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6851\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":6852}},\"6852\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6853\":{\"moveHorizontal\":true},\"6854\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":6823},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":6726},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":6855},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"6855\":{\"source\":{\"__isSmartRef__\":true,\"id\":6823},\"target\":{\"__isSmartRef__\":true,\"id\":6726}},\"6856\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":6823},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":6726},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":6857},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"6857\":{\"source\":{\"__isSmartRef__\":true,\"id\":6823},\"target\":{\"__isSmartRef__\":true,\"id\":6726}},\"6858\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":6859},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6860},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6861},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6862},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6863},\"_Fill\":{\"__isSmartRef__\":true,\"id\":6864},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6859\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6860\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6861\":{\"x\":542,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6862\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6863\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6864\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":6865},{\"__isSmartRef__\":true,\"id\":6867}],\"vector\":{\"__isSmartRef__\":true,\"id\":6255},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"6865\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":6866}},\"6866\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6867\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":6868}},\"6868\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6869\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"6870\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6727},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6871\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"6872\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6873\":{\"x\":542,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6874\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":6875},{\"__isSmartRef__\":true,\"id\":6890},{\"__isSmartRef__\":true,\"id\":6905},{\"__isSmartRef__\":true,\"id\":6921},{\"__isSmartRef__\":true,\"id\":6937},{\"__isSmartRef__\":true,\"id\":6952},{\"__isSmartRef__\":true,\"id\":6968},{\"__isSmartRef__\":true,\"id\":6984},{\"__isSmartRef__\":true,\"id\":7067},{\"__isSmartRef__\":true,\"id\":7149},{\"__isSmartRef__\":true,\"id\":7164},{\"__isSmartRef__\":true,\"id\":7180}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":7228},\"id\":\"945F423F-7AC1-4663-8887-43C229844FCF\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7235},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":7236},\"droppingEnabled\":true,\"halosEnabled\":true,\"isLockOwner\":false,\"layout\":{\"__isSmartRef__\":true,\"id\":7237},\"attributeConnections\":[],\"ownerApp\":{\"__isSmartRef__\":true,\"id\":7238},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"name\":\"PublishPartPanePane\",\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":7332},\"isBeingDragged\":false,\"prevScroll\":[0,0],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":7333},\"grabbingEnabled\":false,\"_Position\":{\"__isSmartRef__\":true,\"id\":7334},\"owner\":{\"__isSmartRef__\":true,\"id\":6726},\"target\":{\"__isSmartRef__\":true,\"id\":5444},\"derivationIds\":[2888,\"7CD647EF-2BB4-4CD9-9D3B-4EE7BC59ECC2\",\"B983FB4F-9323-4304-9603-5615E93C6C42\",\"E738FAD5-9C83-4390-B193-06C21B6E51B0\",\"5ED6DC7B-74C2-4149-BF56-1622F302C51E\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":7335},\"__LivelyClassName__\":\"lively.morphic.Box\",\"withLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"6875\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":6876},\"id\":\"ADC51974-AADA-4581-AF01-52DC361A5619\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6883},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":6884}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6886},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":6887},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6888},\"_MaxTextWidth\":230,\"_MinTextWidth\":230,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":6874},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":6889},\"previousSelection\":[0,9],\"priorSelectionRange\":[0,9],\"isLockOwner\":false,\"name\":\"NameText\",\"isCopyMorphRef\":true,\"morphRefId\":1,\"derivationIds\":[2889,\"9A8B5C1C-95BB-40F5-B9EF-B89DD5451B64\",\"C49BF160-BBBE-422E-BDDC-B9A98A72ABFF\",\"42B7E940-3BB5-4B79-B5D8-E4C8E780FF3B\",\"50B247C7-D8F3-4CF5-BD3F-2A2867827CF1\"],\"savedTextString\":\"CommitMessageTest1\",\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"6876\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":6877},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6878},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6879},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6880},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6881},\"_Fill\":{\"__isSmartRef__\":true,\"id\":6882},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6877\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6878\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6879\":{\"x\":240,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6880\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6881\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6882\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6883\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"6884\":{\"style\":{\"__isSmartRef__\":true,\"id\":6885},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":6875},\"storedString\":\"PublishPartDialog\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"6885\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"6886\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6875},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6887\":{\"x\":10,\"y\":50,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6888\":{\"x\":240,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6889\":{\"x\":119,\"y\":-15,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6890\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":6891},\"id\":\"0FBB0EEB-D7CF-42B4-9736-6EA8808B6C2D\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6898},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":6899}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6901},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":6902},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6903},\"_MaxTextWidth\":510,\"_MinTextWidth\":510,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"name\":\"CommitMessageText\",\"owner\":{\"__isSmartRef__\":true,\"id\":6874},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":6904},\"previousSelection\":[0,15],\"priorSelectionRange\":[0,0],\"charsReplaced\":\"CommitMessageTest1\",\"lastFindLoc\":18,\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2890,\"40048B1D-9547-4EA6-AB66-31168A1C9FAE\",\"8A0DE790-FA6C-41C9-BA2B-84397DA3F39E\",\"DCFEEBC9-D891-408E-A103-19356A96070F\",\"EAEE386C-B48C-44E1-B80C-6830217A2FC6\"],\"savedTextString\":\"\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"6891\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":6892},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6893},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6894},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6895},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6896},\"_Fill\":{\"__isSmartRef__\":true,\"id\":6897},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6892\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6893\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6894\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6895\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6896\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6897\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6898\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"6899\":{\"style\":{\"__isSmartRef__\":true,\"id\":6900},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":6890},\"storedString\":\"resetted view\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"6900\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"6901\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6890},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6902\":{\"x\":10,\"y\":260,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6903\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6904\":{\"x\":351,\"y\":-17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6905\":{\"submorphs\":[],\"scripts\":[],\"id\":\"DA565675-5424-44B9-9F7C-E76C37FA86EC\",\"shape\":{\"__isSmartRef__\":true,\"id\":6906},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":6912},\"_MaxTextWidth\":114,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":6909},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text5\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":6913},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":6914}],\"charsReplaced\":\"some text \",\"lastFindLoc\":10,\"priorSelectionRange\":[0,4],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6916},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6917},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6918},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":6919},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"owner\":{\"__isSmartRef__\":true,\"id\":6874},\"_MinTextWidth\":114,\"_MinTextHeight\":null,\"previousSelection\":[3,3],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":6920},\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2891,\"E101CA30-35F9-42F0-A46C-28671530C787\",\"CE7E7640-C507-43BF-88EF-C4ACE8CCF564\",\"F04823B9-5B0B-4CCA-B8F7-00BD8608ED16\",\"DD4402A8-C90A-4187-92DA-813F59FF86E6\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"6906\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":6907},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6908},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6909},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6910},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6911},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6907\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6908\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6909\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6910\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6911\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6912\":{\"x\":10,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6913\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"6914\":{\"style\":{\"__isSmartRef__\":true,\"id\":6915},\"morph\":{\"__isSmartRef__\":true,\"id\":6905},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":6905},\"storedString\":\"name\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"6915\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"6916\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6917\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"6918\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6905},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6919\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6920\":{\"x\":78,\"y\":-3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6921\":{\"submorphs\":[],\"scripts\":[],\"id\":\"85876C10-82AB-427E-99E9-DC8E7A98F0CD\",\"shape\":{\"__isSmartRef__\":true,\"id\":6922},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":6928},\"_MaxTextWidth\":250,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":6925},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text6\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":6929},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":6930}],\"charsReplaced\":\"changes\",\"lastFindLoc\":7,\"priorSelectionRange\":[0,14],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6932},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6933},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6934},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":6935},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":250,\"_MinTextHeight\":null,\"previousSelection\":[0,14],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":6936},\"owner\":{\"__isSmartRef__\":true,\"id\":6874},\"isLockOwner\":false,\"derivationIds\":[2892,\"E5DC0070-3EA2-4212-9AA7-E3C865547E5E\",\"809E256F-82F6-4A22-B614-DE8C08FA5970\",\"272C0F9A-E7EF-4ECE-851D-08ACB35EA24D\",\"8AA544F8-6F47-454D-AE18-A264ACDEFA7E\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"6922\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":6923},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6924},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6925},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6926},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6927},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6923\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6924\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6925\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6926\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6927\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6928\":{\"x\":10,\"y\":240,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6929\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"6930\":{\"style\":{\"__isSmartRef__\":true,\"id\":6931},\"morph\":{\"__isSmartRef__\":true,\"id\":6921},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":6921},\"storedString\":\"commit message\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"6931\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"6932\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6933\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"6934\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6921},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6935\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6936\":{\"x\":174,\"y\":-21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6937\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":6938},\"id\":\"93626CA5-A09A-41F8-8C62-88BFBF7A9A36\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6945},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":6946}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6948},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":6949},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6950},\"_MaxTextWidth\":250,\"_MinTextWidth\":250,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"name\":\"CategoryText\",\"owner\":{\"__isSmartRef__\":true,\"id\":6874},\"previousSelection\":[0,14],\"priorSelectionRange\":[5,5],\"charsReplaced\":\"CommitMessageTest1\",\"lastFindLoc\":18,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":6951},\"isLockOwner\":false,\"derivationIds\":[2893,\"FBE4B17F-DC2B-4783-899B-CF1B051F14D9\",\"A2C45BC5-C44B-4AEA-A29E-ADE3DAF08638\",\"640BD984-1AB2-45B8-BCEC-AB32A6199D68\",\"BE2E06DB-4DFC-4628-9FED-8F3E87D18E07\"],\"savedTextString\":\"PartsBin/Basic\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"6938\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":6939},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6940},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6941},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6942},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6943},\"_Fill\":{\"__isSmartRef__\":true,\"id\":6944},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6939\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6940\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6941\":{\"x\":260,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6942\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6943\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6944\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6945\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"6946\":{\"style\":{\"__isSmartRef__\":true,\"id\":6947},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":6937},\"storedString\":\"PartsBin/BP2012\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"6947\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"6948\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6937},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6949\":{\"x\":270,\"y\":50,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6950\":{\"x\":260,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6951\":{\"x\":132,\"y\":-13,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6952\":{\"submorphs\":[],\"scripts\":[],\"id\":\"0B3CC75B-7D92-469B-B604-763DB6E26242\",\"shape\":{\"__isSmartRef__\":true,\"id\":6953},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":6959},\"_MaxTextWidth\":114,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":6956},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text7\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":6960},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":6961}],\"charsReplaced\":\"name\",\"lastFindLoc\":4,\"priorSelectionRange\":[0,8],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6963},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6964},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6965},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":6966},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":114,\"_MinTextHeight\":null,\"previousSelection\":[2,2],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":6967},\"owner\":{\"__isSmartRef__\":true,\"id\":6874},\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2894,\"75F41AE1-CA7A-48D0-AE2C-7AAF6101B89C\",\"CB87A9FB-0776-4109-BDE0-0E8C61F1626C\",\"954BD4D6-BBF2-4D3C-94CA-21A38F66F449\",\"5C78A757-B050-43F1-B4CF-26CE9CC58B03\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"6953\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":6954},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6955},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6956},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6957},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6958},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6954\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6955\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6956\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6957\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6958\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6959\":{\"x\":270,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6960\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"6961\":{\"style\":{\"__isSmartRef__\":true,\"id\":6962},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":6952},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"category\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"6962\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"6963\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6964\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"6965\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6952},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6966\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6967\":{\"x\":87,\"y\":-11,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6968\":{\"submorphs\":[],\"scripts\":[],\"id\":\"6DA71C26-AB36-4367-A0B4-CD75959169B2\",\"shape\":{\"__isSmartRef__\":true,\"id\":6969},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":6975},\"_MaxTextWidth\":325,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":6972},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text8\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":6976},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":6977}],\"charsReplaced\":\"Publish Object in PartsBin\",\"lastFindLoc\":26,\"priorSelectionRange\":[0,36],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6979},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6980},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6981},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":6982},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":325,\"_MinTextHeight\":null,\"previousSelection\":[0,36],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":6983},\"owner\":{\"__isSmartRef__\":true,\"id\":6874},\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2895,\"3AFBC971-95B4-48C4-888D-22FCBB742090\",\"D0394F71-EBB2-452A-A71F-D172D5B1CAD6\",\"79EDAC74-BD6B-42B1-BBBA-71B07578D1E0\",\"C19A8344-D637-44B7-BB1F-FD0153E5A62B\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"6969\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":6970},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6971},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6972},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6973},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6974},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6970\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6971\":{\"x\":325,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6972\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6973\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6974\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6975\":{\"x\":10,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6976\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"6977\":{\"style\":{\"__isSmartRef__\":true,\"id\":6978},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":6968},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Upload part to the shared repository\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"6978\":{\"italics\":\"normal\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"6979\":{\"x\":325,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6980\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"6981\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6968},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"6982\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6983\":{\"x\":221,\"y\":-12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6984\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":6985}],\"scripts\":[],\"id\":\"5FD2E67F-6B2F-4D91-9106-619E579430F2\",\"shape\":{\"__isSmartRef__\":true,\"id\":7000},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":7004},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":7016},\"label\":{\"__isSmartRef__\":true,\"id\":6985},\"name\":\"Button\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":7025},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":7026}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":7062},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7063},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":7064},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":7065},\"_Position\":{\"__isSmartRef__\":true,\"id\":7066},\"owner\":{\"__isSmartRef__\":true,\"id\":6874},\"derivationIds\":[2896,\"40384C75-EF01-4AAD-AA1C-A7C19EDB6A0F\",\"21376B8E-78CF-456D-87AA-4D62D86B16D2\",\"E9336A59-C7BF-4C91-88B0-0D0477AA75AE\",\"A5E21E04-05F3-4A15-AAFA-55946EEC5F80\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"6985\":{\"submorphs\":[],\"scripts\":[],\"id\":\"D59CFDD4-1847-48B1-A81F-5CFAE7087370\",\"shape\":{\"__isSmartRef__\":true,\"id\":6986},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":6992},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":6993},\"_Padding\":{\"__isSmartRef__\":true,\"id\":6994},\"owner\":{\"__isSmartRef__\":true,\"id\":6984},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":6995},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":6996}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6998},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6999},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"derivationIds\":[2897,\"92EB5E70-61BB-4A71-942C-A34A20789B2F\",\"A9C9F9CF-1BAC-4074-A093-4EB0C3C90866\",\"2FE50303-6361-4A70-9BD5-0D8D1C8B5176\",\"D774C172-7EE9-40AE-9949-340BA8EDBD37\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"6986\":{\"position\":{\"__isSmartRef__\":true,\"id\":6987},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6988},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6989},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6990},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6991},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"6987\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6988\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6989\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6990\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"6991\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6992\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6993\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6994\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"6995\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6996\":{\"style\":{\"__isSmartRef__\":true,\"id\":6997},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":6985},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"cancel\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"6997\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"6998\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"6999\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6985},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"7000\":{\"position\":{\"__isSmartRef__\":true,\"id\":7001},\"_Extent\":{\"__isSmartRef__\":true,\"id\":7002},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":7003},\"_Fill\":{\"__isSmartRef__\":true,\"id\":7004},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7014},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":7015},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"7001\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7002\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7003\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7004\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":7005},{\"__isSmartRef__\":true,\"id\":7007},{\"__isSmartRef__\":true,\"id\":7009},{\"__isSmartRef__\":true,\"id\":7011}],\"vector\":{\"__isSmartRef__\":true,\"id\":7013},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"7005\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":7006}},\"7006\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7007\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":7008}},\"7008\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7009\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":7010}},\"7010\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7011\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":7012}},\"7012\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7013\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"7014\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"7015\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"7016\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":7017},{\"__isSmartRef__\":true,\"id\":7019},{\"__isSmartRef__\":true,\"id\":7021},{\"__isSmartRef__\":true,\"id\":7023}],\"vector\":{\"__isSmartRef__\":true,\"id\":7013},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"7017\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":7018}},\"7018\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7019\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":7020}},\"7020\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7021\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":7022}},\"7022\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7023\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":7024}},\"7024\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7025\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"7026\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":6984},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":6874},\"targetMethodName\":\"onCancel\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":7027},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"7027\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":7028}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":7043},\"id\":352,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7050},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":7051},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":7052},{\"__isSmartRef__\":true,\"id\":7053}],\"con\":{\"__isSmartRef__\":true,\"id\":7026},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":7054},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"7028\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":7029},\"id\":353,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7040},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":7041},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":7042},\"owner\":{\"__isSmartRef__\":true,\"id\":7027},\"_Rotation\":-2.716760490670451,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"7029\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":7030},{\"__isSmartRef__\":true,\"id\":7031},{\"__isSmartRef__\":true,\"id\":7032},{\"__isSmartRef__\":true,\"id\":7033}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7034},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":7035},\"_Extent\":{\"__isSmartRef__\":true,\"id\":7036},\"_Padding\":{\"__isSmartRef__\":true,\"id\":7037},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":7038},\"_Fill\":{\"__isSmartRef__\":true,\"id\":7039},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"7030\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"7031\":{\"isAbsolute\":true,\"x\":0,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"7032\":{\"isAbsolute\":true,\"x\":16,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"7033\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"7034\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"7035\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7036\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7037\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"7038\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7039\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7040\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"7041\":{\"morph\":{\"__isSmartRef__\":true,\"id\":7028},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"7042\":{\"x\":0.5,\"y\":0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7043\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":7044},{\"__isSmartRef__\":true,\"id\":7045}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7046},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":7047},\"_Extent\":{\"__isSmartRef__\":true,\"id\":7048},\"_Padding\":{\"__isSmartRef__\":true,\"id\":7049},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":7038},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"7044\":{\"isAbsolute\":true,\"x\":420,\"y\":190,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"7045\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"7046\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"7047\":{\"x\":-0.5,\"y\":-0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7048\":{\"x\":421,\"y\":191,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7049\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"7050\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"7051\":{\"morph\":{\"__isSmartRef__\":true,\"id\":7027},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"7052\":{\"morph\":{\"__isSmartRef__\":true,\"id\":7027},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"7053\":{\"morph\":{\"__isSmartRef__\":true,\"id\":7027},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":7028},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"7054\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":7055}},\"7055\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":7056},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString || 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":7061},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"7056\":{\"this\":{\"__isSmartRef__\":true,\"id\":7027},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":7057}},\"7057\":{\"$super\":{\"__isSmartRef__\":true,\"id\":7058}},\"7058\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":7059},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":7060},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"7059\":{\"obj\":{\"__isSmartRef__\":true,\"id\":7027},\"name\":\"morphMenuItems\"},\"7060\":{},\"7061\":{},\"7062\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7063\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"7064\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6984},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"7065\":{\"x\":77,\"y\":-5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7066\":{\"x\":420,\"y\":390,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7067\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":7068}],\"scripts\":[],\"id\":\"9D327D96-8538-4700-B18E-2FD435B4FF2B\",\"shape\":{\"__isSmartRef__\":true,\"id\":7083},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":7087},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":7099},\"label\":{\"__isSmartRef__\":true,\"id\":7068},\"name\":\"Button1\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":7108},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":7109}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":7144},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7145},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":7146},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":7147},\"_Position\":{\"__isSmartRef__\":true,\"id\":7148},\"owner\":{\"__isSmartRef__\":true,\"id\":6874},\"derivationIds\":[2898,\"9D27A522-4E3D-482F-97CF-3CA3247A3999\",\"4EBF07AD-25C0-4034-BC06-31F137F70FA1\",\"DC6D6B8E-37AE-4815-A81A-AC7071124A26\",\"42DF6D49-8482-40A3-B901-512013BB5C75\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"7068\":{\"submorphs\":[],\"scripts\":[],\"id\":\"5B9ADB08-9ED1-4C03-9717-0DDC59F76E2A\",\"shape\":{\"__isSmartRef__\":true,\"id\":7069},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":7075},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":7076},\"_Padding\":{\"__isSmartRef__\":true,\"id\":7077},\"owner\":{\"__isSmartRef__\":true,\"id\":7067},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":7078},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":7079}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7081},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":7082},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"derivationIds\":[2899,\"4F00D1F5-B85C-479E-BDDE-322DF2F432A3\",\"5E7BC7AC-9EF9-4CF5-9196-A542A26534CA\",\"46616896-CA46-4B43-B694-9FB001B32989\",\"F73D407C-A72D-414B-AB8D-1E28025BCA1C\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"7069\":{\"position\":{\"__isSmartRef__\":true,\"id\":7070},\"_Extent\":{\"__isSmartRef__\":true,\"id\":7071},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":7072},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7073},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":7074},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"7070\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7071\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7072\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7073\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"7074\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"7075\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7076\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"7077\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"7078\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7079\":{\"style\":{\"__isSmartRef__\":true,\"id\":7080},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":7068},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"publish\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"7080\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"7081\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"7082\":{\"morph\":{\"__isSmartRef__\":true,\"id\":7068},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"7083\":{\"position\":{\"__isSmartRef__\":true,\"id\":7084},\"_Extent\":{\"__isSmartRef__\":true,\"id\":7085},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":7086},\"_Fill\":{\"__isSmartRef__\":true,\"id\":7087},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7097},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":7098},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"7084\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7085\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7086\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7087\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":7088},{\"__isSmartRef__\":true,\"id\":7090},{\"__isSmartRef__\":true,\"id\":7092},{\"__isSmartRef__\":true,\"id\":7094}],\"vector\":{\"__isSmartRef__\":true,\"id\":7096},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"7088\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":7089}},\"7089\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7090\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":7091}},\"7091\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7092\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":7093}},\"7093\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7094\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":7095}},\"7095\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7096\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"7097\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"7098\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"7099\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":7100},{\"__isSmartRef__\":true,\"id\":7102},{\"__isSmartRef__\":true,\"id\":7104},{\"__isSmartRef__\":true,\"id\":7106}],\"vector\":{\"__isSmartRef__\":true,\"id\":7096},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"7100\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":7101}},\"7101\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7102\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":7103}},\"7103\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7104\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":7105}},\"7105\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7106\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":7107}},\"7107\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7108\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"7109\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":7067},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":6874},\"targetMethodName\":\"onPublish\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":7110},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"7110\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":7111}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":7125},\"id\":139,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7132},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":7133},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":7134},{\"__isSmartRef__\":true,\"id\":7135}],\"con\":{\"__isSmartRef__\":true,\"id\":7109},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":7136},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"7111\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":7112},\"id\":140,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7122},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":7123},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":7124},\"owner\":{\"__isSmartRef__\":true,\"id\":7110},\"_Rotation\":-2.5917394709132084,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"7112\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":7113},{\"__isSmartRef__\":true,\"id\":7114},{\"__isSmartRef__\":true,\"id\":7115},{\"__isSmartRef__\":true,\"id\":7116}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7117},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":7118},\"_Extent\":{\"__isSmartRef__\":true,\"id\":7119},\"_Padding\":{\"__isSmartRef__\":true,\"id\":7120},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":7038},\"_Fill\":{\"__isSmartRef__\":true,\"id\":7121},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"7113\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"7114\":{\"isAbsolute\":true,\"x\":0,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"7115\":{\"isAbsolute\":true,\"x\":16,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"7116\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"7117\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"7118\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7119\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7120\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"7121\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7122\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"7123\":{\"morph\":{\"__isSmartRef__\":true,\"id\":7111},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"7124\":{\"x\":0.5,\"y\":0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7125\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":7126},{\"__isSmartRef__\":true,\"id\":7127}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7128},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":7129},\"_Extent\":{\"__isSmartRef__\":true,\"id\":7130},\"_Padding\":{\"__isSmartRef__\":true,\"id\":7131},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":7038},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"7126\":{\"isAbsolute\":true,\"x\":310,\"y\":190,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"7127\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"7128\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"7129\":{\"x\":-0.5,\"y\":-0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7130\":{\"x\":311,\"y\":191,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7131\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"7132\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"7133\":{\"morph\":{\"__isSmartRef__\":true,\"id\":7110},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"7134\":{\"morph\":{\"__isSmartRef__\":true,\"id\":7110},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"7135\":{\"morph\":{\"__isSmartRef__\":true,\"id\":7110},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":7111},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"7136\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":7137}},\"7137\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":7138},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString || 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":7143},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"7138\":{\"this\":{\"__isSmartRef__\":true,\"id\":7110},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":7139}},\"7139\":{\"$super\":{\"__isSmartRef__\":true,\"id\":7140}},\"7140\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":7141},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":7142},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"7141\":{\"obj\":{\"__isSmartRef__\":true,\"id\":7110},\"name\":\"morphMenuItems\"},\"7142\":{},\"7143\":{},\"7144\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7145\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"7146\":{\"morph\":{\"__isSmartRef__\":true,\"id\":7067},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"7147\":{\"x\":62,\"y\":-12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7148\":{\"x\":310,\"y\":390,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7149\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":7150},\"id\":\"D88FA562-C5E5-483D-A23F-C2A6136B2E80\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7157},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":7158}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":7160},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":7161},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":7162},\"_MaxTextWidth\":510,\"_MinTextWidth\":510,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"name\":\"CommentText\",\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":7163},\"previousSelection\":[139,139],\"priorSelectionRange\":[9,9],\"charsReplaced\":\"CommitMessageTest1\",\"lastFindLoc\":18,\"isLockOwner\":false,\"isBeingDragged\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":6874},\"derivationIds\":[2900,\"7E82C349-9FC9-48B5-B84C-30E99FC40DF2\",\"A07EAFD3-B03B-4E4C-BC72-FB29F65F543A\",\"888FB55C-0365-4B40-A9B4-33FD19FA1E91\",\"37AE3F7E-8AF9-413E-BDB9-796C3CE0C0A6\"],\"savedTextString\":\"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"7150\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":7151},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7152},\"_Extent\":{\"__isSmartRef__\":true,\"id\":7153},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":7154},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":7155},\"_Fill\":{\"__isSmartRef__\":true,\"id\":7156},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"7151\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7152\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"7153\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7154\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"7155\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7156\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7157\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"7158\":{\"style\":{\"__isSmartRef__\":true,\"id\":7159},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":7149},\"storedString\":\"A dialog for publishing parts in the PartsBin.\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"7159\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"7160\":{\"morph\":{\"__isSmartRef__\":true,\"id\":7149},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"7161\":{\"x\":10,\"y\":110,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7162\":{\"x\":520,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7163\":{\"x\":346,\"y\":-16,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7164\":{\"submorphs\":[],\"scripts\":[],\"id\":\"C9E8EF9D-9955-4CAE-8991-F3D06CA954EE\",\"shape\":{\"__isSmartRef__\":true,\"id\":7165},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":7171},\"_MaxTextWidth\":250,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":7168},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text9\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":7172},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":7173}],\"charsReplaced\":\"commit message\",\"lastFindLoc\":14,\"priorSelectionRange\":[0,14],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":7175},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7176},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":7177},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":7178},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":250,\"_MinTextHeight\":null,\"previousSelection\":[0,6],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":7179},\"isLockOwner\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":6874},\"derivationIds\":[2901,\"8E267E15-1052-4F9C-B863-B733384EF1DA\",\"851C46B4-347F-4AE4-9C04-C321E7CC8EA5\",\"D33CE057-77D6-4CCC-90F9-867C622B3572\",\"F9BFA4FE-D786-4384-B9F8-89EEA1D41685\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"7165\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":7166},\"_Extent\":{\"__isSmartRef__\":true,\"id\":7167},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":7168},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7169},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":7170},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"7166\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7167\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7168\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7169\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"7170\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"7171\":{\"x\":10,\"y\":90,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7172\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"7173\":{\"style\":{\"__isSmartRef__\":true,\"id\":7174},\"morph\":{\"__isSmartRef__\":true,\"id\":7164},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":7164},\"storedString\":\"comment\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"7174\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"7175\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7176\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"7177\":{\"morph\":{\"__isSmartRef__\":true,\"id\":7164},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"7178\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"7179\":{\"x\":163,\"y\":-17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7180\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":7181}],\"scripts\":[],\"id\":\"0E42D1D3-80B9-4C36-B7A8-9D563540268F\",\"shape\":{\"__isSmartRef__\":true,\"id\":7196},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":7200},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":7212},\"label\":{\"__isSmartRef__\":true,\"id\":7181},\"name\":\"DiffButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":7221},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":7222}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":7223},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7224},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":7225},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":7226},\"_Position\":{\"__isSmartRef__\":true,\"id\":7227},\"derivationIds\":[2898,\"9D27A522-4E3D-482F-97CF-3CA3247A3999\",\"4EBF07AD-25C0-4034-BC06-31F137F70FA1\",\"DC6D6B8E-37AE-4815-A81A-AC7071124A26\",\"42DF6D49-8482-40A3-B901-512013BB5C75\",\"132901B3-F9F2-482D-99E6-40EAECDCEF13\"],\"owner\":{\"__isSmartRef__\":true,\"id\":6874},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"7181\":{\"submorphs\":[],\"scripts\":[],\"id\":\"373B35DF-773C-4B9D-9D4C-1832B9FBCCAA\",\"shape\":{\"__isSmartRef__\":true,\"id\":7182},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":7188},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":7189},\"_Padding\":{\"__isSmartRef__\":true,\"id\":7190},\"owner\":{\"__isSmartRef__\":true,\"id\":7180},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":7191},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":7192}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7194},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":7195},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"derivationIds\":[2899,\"4F00D1F5-B85C-479E-BDDE-322DF2F432A3\",\"5E7BC7AC-9EF9-4CF5-9196-A542A26534CA\",\"46616896-CA46-4B43-B694-9FB001B32989\",\"F73D407C-A72D-414B-AB8D-1E28025BCA1C\",\"E34F55EC-06D3-4965-A0D2-625CA896E3B7\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"7182\":{\"position\":{\"__isSmartRef__\":true,\"id\":7183},\"_Extent\":{\"__isSmartRef__\":true,\"id\":7184},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":7185},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7186},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":7187},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"7183\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7184\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7185\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7186\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"7187\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"7188\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7189\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"7190\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"7191\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7192\":{\"style\":{\"__isSmartRef__\":true,\"id\":7193},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":7181},\"storedString\":\"Show Diff\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"7193\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"7194\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"7195\":{\"morph\":{\"__isSmartRef__\":true,\"id\":7181},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"7196\":{\"position\":{\"__isSmartRef__\":true,\"id\":7197},\"_Extent\":{\"__isSmartRef__\":true,\"id\":7198},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":7199},\"_Fill\":{\"__isSmartRef__\":true,\"id\":7200},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7210},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":7211},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"7197\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7198\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7199\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7200\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":7201},{\"__isSmartRef__\":true,\"id\":7203},{\"__isSmartRef__\":true,\"id\":7205},{\"__isSmartRef__\":true,\"id\":7207}],\"vector\":{\"__isSmartRef__\":true,\"id\":7209},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"7201\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":7202}},\"7202\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7203\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":7204}},\"7204\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7205\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":7206}},\"7206\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7207\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":7208}},\"7208\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7209\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"7210\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"7211\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"7212\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":7213},{\"__isSmartRef__\":true,\"id\":7215},{\"__isSmartRef__\":true,\"id\":7217},{\"__isSmartRef__\":true,\"id\":7219}],\"vector\":{\"__isSmartRef__\":true,\"id\":7209},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"7213\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":7214}},\"7214\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7215\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":7216}},\"7216\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7217\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":7218}},\"7218\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7219\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":7220}},\"7220\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7221\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"7222\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":7180},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":6874},\"targetMethodName\":\"showDiff\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"7223\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7224\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"7225\":{\"morph\":{\"__isSmartRef__\":true,\"id\":7180},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"7226\":{\"x\":69.5,\"y\":-18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7227\":{\"x\":10,\"y\":390,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7228\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":7229},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7230},\"_Extent\":{\"__isSmartRef__\":true,\"id\":7231},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":7232},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":7233},\"_Fill\":{\"__isSmartRef__\":true,\"id\":7234},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"7229\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7230\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"7231\":{\"x\":542,\"y\":420,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7232\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"7233\":{\"r\":0.372,\"g\":0.369,\"b\":0.372,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7234\":{\"r\":0.8235294117647058,\"g\":0.8235294117647058,\"b\":0.8235294117647058,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7235\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"7236\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6874},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"7237\":{\"adjustForNewBounds\":true,\"resizeWidth\":true,\"resizeHeight\":true},\"7238\":{\"message\":\"Please enter a name for the part\",\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":7239}],\"doNotSerialize\":[\"$$result\"],\"doNotCopyProperties\":[\"$$result\"],\"defaultInput\":\"CommitMessageTest1\",\"panel\":{\"__isSmartRef__\":true,\"id\":6874},\"label\":{\"__isSmartRef__\":true,\"id\":7240},\"cancelButton\":{\"__isSmartRef__\":true,\"id\":7252},\"okButton\":{\"__isSmartRef__\":true,\"id\":7298},\"inputText\":{\"__isSmartRef__\":true,\"id\":6875},\"view\":{\"__isSmartRef__\":true,\"id\":6874},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"result\":\"CommitMessageTest1\",\"__LivelyClassName__\":\"lively.morphic.PromptDialog\"},\"7239\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":7238},\"sourceAttrName\":\"result\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":7238},\"targetMethodName\":\"triggerCallback\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"7240\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":7241},\"id\":3220,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7246},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":7247}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":7249},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":7250},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":7251},\"_MaxTextWidth\":null,\"_MinTextWidth\":null,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":null,\"isLabel\":true,\"_HandStyle\":\"default\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"isCopyMorphRef\":true,\"morphRefId\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"7241\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":7242},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7243},\"_Extent\":{\"__isSmartRef__\":true,\"id\":7244},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":6880},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6881},\"_Fill\":{\"__isSmartRef__\":true,\"id\":7245},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"7242\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7243\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"7244\":{\"x\":226,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7245\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7246\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"7247\":{\"style\":{\"__isSmartRef__\":true,\"id\":7248},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":7240},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"7248\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"7249\":{\"morph\":{\"__isSmartRef__\":true,\"id\":7240},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"7250\":{\"x\":4,\"y\":4,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7251\":{\"x\":226,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7252\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":7253},\"id\":6793,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7269},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":7270},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":7271},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":7272},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":7259},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":7273},\"label\":{\"__isSmartRef__\":true,\"id\":7282},\"layout\":{\"__isSmartRef__\":true,\"id\":7294},\"owner\":null,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":7295},{\"__isSmartRef__\":true,\"id\":7296}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"isCopyMorphRef\":true,\"morphRefId\":1,\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"7253\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":7254},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7255},\"_Extent\":{\"__isSmartRef__\":true,\"id\":7256},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":7257},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":7258},\"_Fill\":{\"__isSmartRef__\":true,\"id\":7259},\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"7254\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7255\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"7256\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7257\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"7258\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7259\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":7260},{\"__isSmartRef__\":true,\"id\":7262},{\"__isSmartRef__\":true,\"id\":7264},{\"__isSmartRef__\":true,\"id\":7266}],\"vector\":{\"__isSmartRef__\":true,\"id\":7268},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"7260\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":7261}},\"7261\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7262\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":7263}},\"7263\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7264\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":7265}},\"7265\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7266\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":7267}},\"7267\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7268\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"7269\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"7270\":{\"morph\":{\"__isSmartRef__\":true,\"id\":7252},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"7271\":{\"x\":478,\"y\":187,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7272\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7273\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":7274},{\"__isSmartRef__\":true,\"id\":7276},{\"__isSmartRef__\":true,\"id\":7278},{\"__isSmartRef__\":true,\"id\":7280}],\"vector\":{\"__isSmartRef__\":true,\"id\":7268},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"7274\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":7275}},\"7275\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7276\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":7277}},\"7277\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7278\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":7279}},\"7279\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7280\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":7281}},\"7281\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7282\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":7283},\"id\":6794,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7288},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":7289}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":7291},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":7292},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":7293},\"_MaxTextWidth\":60,\"_MinTextWidth\":60,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":null,\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"7283\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":7284},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7285},\"_Extent\":{\"__isSmartRef__\":true,\"id\":7286},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":7287},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6881},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"7284\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7285\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"7286\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7287\":{\"x\":0,\"y\":6,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"7288\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"7289\":{\"style\":{\"__isSmartRef__\":true,\"id\":7290},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":7282},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"7290\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"7291\":{\"morph\":{\"__isSmartRef__\":true,\"id\":7282},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"7292\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7293\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7294\":{\"moveVertical\":true,\"moveHorizontal\":true},\"7295\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":7252},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":7238},\"targetMethodName\":\"removeTopLevel\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"7296\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":7252},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":7238},\"targetMethodName\":\"result\",\"converter\":null,\"converterString\":\"function () { return null }\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":7297},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"7297\":{\"source\":{\"__isSmartRef__\":true,\"id\":7252},\"target\":{\"__isSmartRef__\":true,\"id\":7238}},\"7298\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":7299},\"id\":6795,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7304},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":7305},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":7306},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":7307},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":7259},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":7308},\"label\":{\"__isSmartRef__\":true,\"id\":7317},\"layout\":{\"__isSmartRef__\":true,\"id\":7329},\"owner\":null,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":7330},{\"__isSmartRef__\":true,\"id\":7331}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"isCopyMorphRef\":true,\"morphRefId\":2,\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"7299\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":7300},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7301},\"_Extent\":{\"__isSmartRef__\":true,\"id\":7302},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":7303},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":7258},\"_Fill\":{\"__isSmartRef__\":true,\"id\":7259},\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"7300\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7301\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"7302\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7303\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"7304\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"7305\":{\"morph\":{\"__isSmartRef__\":true,\"id\":7298},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"7306\":{\"x\":414,\"y\":187,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7307\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7308\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":7309},{\"__isSmartRef__\":true,\"id\":7311},{\"__isSmartRef__\":true,\"id\":7313},{\"__isSmartRef__\":true,\"id\":7315}],\"vector\":{\"__isSmartRef__\":true,\"id\":7268},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"7309\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":7310}},\"7310\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7311\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":7312}},\"7312\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7313\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":7314}},\"7314\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7315\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":7316}},\"7316\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7317\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":7318},\"id\":6796,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7323},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":7324}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":7326},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":7327},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":7328},\"_MaxTextWidth\":60,\"_MinTextWidth\":60,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":null,\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"7318\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":7319},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7320},\"_Extent\":{\"__isSmartRef__\":true,\"id\":7321},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":7322},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6881},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"7319\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7320\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"7321\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7322\":{\"x\":0,\"y\":6,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"7323\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"7324\":{\"style\":{\"__isSmartRef__\":true,\"id\":7325},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":7317},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"7325\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"7326\":{\"morph\":{\"__isSmartRef__\":true,\"id\":7317},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"7327\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7328\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7329\":{\"moveVertical\":true,\"moveHorizontal\":true},\"7330\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":7298},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":7238},\"targetMethodName\":\"removeTopLevel\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"7331\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":7298},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":6875},\"targetMethodName\":\"doSave\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"7332\":{\"x\":542,\"y\":420,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7333\":{\"x\":365,\"y\":-16,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7334\":{\"x\":0,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7335\":{\"copyToPartsBin\":{\"__isSmartRef__\":true,\"id\":7336},\"onPublish\":{\"__isSmartRef__\":true,\"id\":7344},\"onCancel\":{\"__isSmartRef__\":true,\"id\":7348},\"setTarget\":{\"__isSmartRef__\":true,\"id\":7352},\"reset\":{\"__isSmartRef__\":true,\"id\":7356},\"showDiff\":{\"__isSmartRef__\":true,\"id\":7360}},\"7336\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":7337},\"source\":\"function copyToPartsBin(morph) {\\n var name = this.get('NameText').textString\\n\\n var info = morph.getPartsBinMetaInfo();\\n morph.setName(name);\\n\\n info.partsSpaceName = this.get('CategoryText').textString\\n info.comment = this.get('CommentText').textString\\n\\n if (! info.changes) info.changes = [];\\n var change = { \\n date: new Date(), \\n author: this.world().getUserName(), \\n message: this.get('CommitMessageText').textString,\\n id: Strings.newUUID()\\n }\\n info.changes.push(change) \\n\\n morph.copyToPartsBin();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":7342},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"7337\":{\"this\":{\"__isSmartRef__\":true,\"id\":6874},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":7338}},\"7338\":{\"$super\":{\"__isSmartRef__\":true,\"id\":7339}},\"7339\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":7340},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":7341},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"7340\":{\"obj\":{\"__isSmartRef__\":true,\"id\":6874},\"name\":\"copyToPartsBin\"},\"7341\":{},\"7342\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":7343}},\"7343\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 15:13:21 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"7344\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":7345},\"source\":\"function onPublish() {\\n if (!this.target) alert(\\\"No target to upload\\\");\\n this.copyToPartsBin(this.target);\\n connect(this.target, 'headRevision', this.owner, 'remove')\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":7346},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"7345\":{\"this\":{\"__isSmartRef__\":true,\"id\":6874}},\"7346\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":7347},\"user\":\"undefined\",\"tags\":[]},\"7347\":{\"isSerializedDate\":true,\"string\":\"Tue Mar 20 2012 12:59:48 GMT+0100 (Mitteleuropäische Zeit)\"},\"7348\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":7349},\"source\":\"function onCancel() {\\n alertOK(\\\"cancel upload \\\") \\n this.owner.remove()\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":7350},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"7349\":{\"this\":{\"__isSmartRef__\":true,\"id\":6874}},\"7350\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":7351}},\"7351\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:52:17 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"7352\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":7353},\"source\":\"function setTarget(morph) {\\n this.target = morph \\n if (!morph) {\\n this.get('NameText').textString = '';\\n this.get('CategoryText').textString = '';\\n this.get('CommentText').textString = ''; \\n this.get('CommitMessageText').textString = '' \\n return\\n }\\n var info = this.target.getPartsBinMetaInfo();\\n this.get('NameText').textString = info.partName || morph.getName();\\n this.get('CategoryText').textString = info.partsSpaceName;\\n this.get('CommentText').textString = info.comment; \\n this.get('CommitMessageText').textString = '' \\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":7354},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"7353\":{\"this\":{\"__isSmartRef__\":true,\"id\":6874}},\"7354\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":7355}},\"7355\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:46:10 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"7356\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":7357},\"source\":\"function reset() {\\n this.setTarget(null)\\n \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":7358},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"7357\":{\"this\":{\"__isSmartRef__\":true,\"id\":6874}},\"7358\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":7359}},\"7359\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:45:36 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"7360\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":7361},\"source\":\"function showDiff() {\\n this.target && this.target.showThreeWayDiff();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":7362},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"7361\":{\"this\":{\"__isSmartRef__\":true,\"id\":6874}},\"7362\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":7363},\"user\":\"undefined\",\"tags\":[]},\"7363\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 21 2012 14:45:16 GMT+0100 (Mitteleuropäische Zeit)\"},\"7364\":{\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7365},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":7366},\"_BorderWidth\":0,\"_Fill\":null,\"_StrokeOpacity\":0,\"_BorderRadius\":0,\"_Extent\":{\"__isSmartRef__\":true,\"id\":7367},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"7365\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"7366\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"7367\":{\"x\":542,\"y\":242,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7368\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"7369\":{\"morph\":{\"__isSmartRef__\":true,\"id\":6726},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"7370\":{\"adjustForNewBounds\":true},\"7371\":{\"x\":542,\"y\":242,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7372\":{\"x\":0,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7373\":{\"x\":1078,\"y\":80,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7374\":{\"partName\":\"PublishPartDialog\",\"requiredModules\":[],\"migrationLevel\":4,\"partsSpaceName\":\"PartsBin/BP2012\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A dialog for publishing parts in the PartsBin.\",\"changes\":[{\"__isSmartRef__\":true,\"id\":7375},{\"__isSmartRef__\":true,\"id\":7377},{\"__isSmartRef__\":true,\"id\":7379},{\"__isSmartRef__\":true,\"id\":7381},{\"__isSmartRef__\":true,\"id\":7383},{\"__isSmartRef__\":true,\"id\":7385},{\"__isSmartRef__\":true,\"id\":7387}],\"revisionOnLoad\":147095,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"7375\":{\"date\":{\"__isSmartRef__\":true,\"id\":7376},\"author\":\"undefined\",\"message\":\"init for change - don't remove on click\",\"id\":\"00A6DFFB-70D2-44A4-B5F9-0778E1CA5724\"},\"7376\":{\"isSerializedDate\":true,\"string\":\"Tue Mar 20 2012 12:04:27 GMT+0100 (Mitteleuropäische Zeit)\"},\"7377\":{\"date\":{\"__isSmartRef__\":true,\"id\":7378},\"author\":\"jenslincke\",\"message\":\"- fixed issue 283 (Reproduction: Open part, select publish from menu, focus part name input field in dialog, press enter.-> window pane disappears; window decoration stays; part is not published)\",\"id\":\"1A260BD5-E668-4BD4-B7A2-94E087AB4CE1\"},\"7378\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 26 2012 12:10:41 GMT+0100 (Mitteleuropäische Zeit)\"},\"7379\":{\"date\":{\"__isSmartRef__\":true,\"id\":7380},\"author\":\"jenslincke\",\"message\":\"\"},\"7380\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 16:06:16 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"7381\":{\"date\":{\"__isSmartRef__\":true,\"id\":7382},\"author\":\"jenslincke\",\"message\":\"store an uuid when publishing an object\"},\"7382\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 15:15:02 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"7383\":{\"date\":{\"__isSmartRef__\":true,\"id\":7384},\"author\":\"jenslincke\",\"message\":\"\"},\"7384\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:52:26 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"7385\":{\"date\":{\"__isSmartRef__\":true,\"id\":7386},\"author\":\"jenslincke\",\"message\":\"first commit of Publish dialog using the publish dialog itself!\"},\"7386\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:54:16 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"7387\":{\"date\":{\"__isSmartRef__\":true,\"id\":7388},\"author\":\"undefined\",\"message\":\"\",\"id\":\"A5F4EACF-EF62-483F-B8B3-65966A895FA4\"},\"7388\":{\"isSerializedDate\":true,\"string\":\"Tue Mar 20 2012 13:00:03 GMT+0100 (Mitteleuropäische Zeit)\"},\"7389\":{\"x\":746.5,\"y\":280.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7390\":{\"x\":680.5,\"y\":280.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7391\":{\"onShutdown\":{\"__isSmartRef__\":true,\"id\":7392}},\"7392\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":7393},\"source\":\"function onShutdown() {\\n this.get(\\\"MorphDiffer\\\").onShutdown()\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":7394},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"7393\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"7394\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":7395},\"user\":\"undefined\",\"tags\":[]},\"7395\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 22:09:56 GMT+0100 (Mitteleuropäische Zeit)\"},\"isSimplifiedRegistry\":true}}","attributeConnections":[{"__isSmartRef__":true,"id":18737},{"__isSmartRef__":true,"id":18738}],"doNotSerialize":["$$json","$$loadedMetaInfo"],"doNotCopyProperties":["$$json","$$loadedMetaInfo"],"loadedMetaInfo":{"__isSmartRef__":true,"id":18739},"partVersions":[{"__isSmartRef__":true,"id":18784},{"__isSmartRef__":true,"id":18788},{"__isSmartRef__":true,"id":18792},{"__isSmartRef__":true,"id":18796}],"rev":150013,"part":{"__isSmartRef__":true,"id":18800},"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"18737":{"sourceObj":{"__isSmartRef__":true,"id":18736},"sourceAttrName":"json","targetObj":{"__isSmartRef__":true,"id":18736},"targetMethodName":"cachePartJSON","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"18738":{"sourceObj":{"__isSmartRef__":true,"id":18736},"sourceAttrName":"loadedMetaInfo","targetObj":{"__isSmartRef__":true,"id":18736},"targetMethodName":"cachePartMetaInfo","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"18739":{"partsSpaceName":"PartsBin/Tools","__SourceModuleName__":"Global.lively.PartsBin","comment":"Used to diff a version of a morph with the current version in PartsBin","migrationLevel":4,"partName":"MorphDiffer","changes":[{"__isSmartRef__":true,"id":18740},{"__isSmartRef__":true,"id":18742},{"__isSmartRef__":true,"id":18744},{"__isSmartRef__":true,"id":18746},{"__isSmartRef__":true,"id":18748},{"__isSmartRef__":true,"id":18750},{"__isSmartRef__":true,"id":18752},{"__isSmartRef__":true,"id":18754},{"__isSmartRef__":true,"id":18756},{"__isSmartRef__":true,"id":18758},{"__isSmartRef__":true,"id":18760},{"__isSmartRef__":true,"id":18762},{"__isSmartRef__":true,"id":18764},{"__isSmartRef__":true,"id":18766},{"__isSmartRef__":true,"id":18768},{"__isSmartRef__":true,"id":18770},{"__isSmartRef__":true,"id":18772},{"__isSmartRef__":true,"id":18774},{"__isSmartRef__":true,"id":18776},{"__isSmartRef__":true,"id":18778},{"__isSmartRef__":true,"id":18780},{"__isSmartRef__":true,"id":18782}],"revisionOnLoad":150013,"idOnLoad":"028FDE62-9950-46B8-98D6-ED1684D7A355","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"18740":{"date":{"__isSmartRef__":true,"id":18741},"author":"undefined","message":"little more lean","id":"A3D43B2D-83C2-42D2-8F53-D7C7CD90A69C"},"18741":{"isSerializedDate":true,"string":"Wed Mar 21 2012 12:20:15 GMT+0100 (Mitteleuropäische Zeit)"},"18742":{"date":{"__isSmartRef__":true,"id":18743},"author":"undefined","message":"litte more lean","id":"490F3AE0-FAC6-459E-A85F-57C21CFB054C"},"18743":{"isSerializedDate":true,"string":"Wed Mar 21 2012 11:59:31 GMT+0100 (Mitteleuropäische Zeit)"},"18744":{"date":{"__isSmartRef__":true,"id":18745},"author":"undefined","message":"function diffing adaption","id":"7B17D1E8-4A1B-4E76-BA97-9696EBA29421"},"18745":{"isSerializedDate":true,"string":"Tue Mar 20 2012 15:40:43 GMT+0100 (Mitteleuropäische Zeit)"},"18746":{"date":{"__isSmartRef__":true,"id":18747},"author":"undefined","message":"there was a marker offset when morphs that were removed were marked","id":"CB54F1F3-AB2A-4DB4-A215-C6E92F7A6283"},"18747":{"isSerializedDate":true,"string":"Thu Mar 15 2012 12:02:43 GMT+0100 (Mitteleuropäische Zeit)"},"18748":{"date":{"__isSmartRef__":true,"id":18749},"author":"undefined","message":"resizes preview pane now","id":"C6798D20-BEB1-456C-B85C-9B24659E85D2"},"18749":{"isSerializedDate":true,"string":"Tue Mar 13 2012 09:09:09 GMT+0100 (Mitteleuropäische Zeit)"},"18750":{"date":{"__isSmartRef__":true,"id":18751},"author":"undefined","message":"show markerMoprhs better","id":"B0FC9755-8172-456C-A8C3-A4AB60DA9B2F"},"18751":{"isSerializedDate":true,"string":"Mon Mar 12 2012 15:23:39 GMT+0100 (Mitteleuropäische Zeit)"},"18752":{"date":{"__isSmartRef__":true,"id":18753},"author":"undefined","message":"moar layout","id":"DAE590AA-E152-4CDC-8946-EE2E91DC2709"},"18753":{"isSerializedDate":true,"string":"Sat Mar 10 2012 16:19:04 GMT+0100 (Mitteleuropäische Zeit)"},"18754":{"date":{"__isSmartRef__":true,"id":18755},"author":"undefined","message":"adding PartsBinVersion after loading","id":"AC7F50A9-E9D0-404E-944C-10CF85630831"},"18755":{"isSerializedDate":true,"string":"Sat Mar 10 2012 16:12:31 GMT+0100 (Mitteleuropäische Zeit)"},"18756":{"date":{"__isSmartRef__":true,"id":18757},"author":"undefined","message":"layout changes","id":"F8061F9B-BA5A-4763-8627-E239FF73B3E6"},"18757":{"isSerializedDate":true,"string":"Sat Mar 10 2012 16:03:34 GMT+0100 (Mitteleuropäische Zeit)"},"18758":{"date":{"__isSmartRef__":true,"id":18759},"author":"undefined","message":"remove current version on shutdown and reset","id":"1995CF69-AB40-4795-9F1A-66A99B7084A5"},"18759":{"isSerializedDate":true,"string":"Sat Mar 10 2012 14:56:55 GMT+0100 (Mitteleuropäische Zeit)"},"18760":{"date":{"__isSmartRef__":true,"id":18761},"author":"undefined","message":"I can haz refactor","id":"27A41388-923B-42B6-9A95-2A222A561EB4"},"18761":{"isSerializedDate":true,"string":"Sat Mar 10 2012 14:52:47 GMT+0100 (Mitteleuropäische Zeit)"},"18762":{"date":{"__isSmartRef__":true,"id":18763},"author":"undefined","message":"once again with window bar","id":"FC092135-55E0-4C5D-AE97-EEBF73BCC84B"},"18763":{"isSerializedDate":true,"string":"Sat Mar 10 2012 12:39:19 GMT+0100 (Mitteleuropäische Zeit)"},"18764":{"date":{"__isSmartRef__":true,"id":18765},"author":"undefined","message":"init 2","id":"97D40289-EA6F-4A89-BCE4-F78A354EB211"},"18765":{"isSerializedDate":true,"string":"Wed Mar 07 2012 21:12:49 GMT+0100 (Mitteleuropäische Zeit)"},"18766":{"date":{"__isSmartRef__":true,"id":18767},"author":"athomschke","message":"gets boring","id":"E63B6C6D-8CBB-4676-9EFD-940C9E4BE122"},"18767":{"isSerializedDate":true,"string":"Thu Jan 12 2012 16:32:18 GMT+0100 (Mitteleuropäische Zeit)"},"18768":{"date":{"__isSmartRef__":true,"id":18769},"author":"athomschke","message":"screwed the window","id":"57AC4932-CBE6-47D8-B9C3-A7F8BDB7AC32"},"18769":{"isSerializedDate":true,"string":"Thu Jan 12 2012 16:29:47 GMT+0100 (Mitteleuropäische Zeit)"},"18770":{"date":{"__isSmartRef__":true,"id":18771},"author":"sebastian.stamm","message":"now with accept and reject!"},"18771":{"isSerializedDate":true,"string":"Thu Oct 20 2011 16:05:53 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18772":{"date":{"__isSmartRef__":true,"id":18773},"author":"sebastian.stamm","message":"Now with fancy text field name!"},"18773":{"isSerializedDate":true,"string":"Thu Oct 20 2011 16:08:33 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18774":{"date":{"__isSmartRef__":true,"id":18775},"author":"athomschke","message":"typo","id":"6B6DCAE1-3EDD-4B20-8338-7F5566B65D3E"},"18775":{"isSerializedDate":true,"string":"Thu Jan 12 2012 16:28:22 GMT+0100 (Mitteleuropäische Zeit)"},"18776":{"date":{"__isSmartRef__":true,"id":18777},"author":"undefined","message":"","id":"31589CAB-644F-4620-A128-DE88A52C415F"},"18777":{"isSerializedDate":true,"string":"Wed Mar 07 2012 21:19:44 GMT+0100 (Mitteleuropäische Zeit)"},"18778":{"date":{"__isSmartRef__":true,"id":18779},"author":"undefined","message":"final reset (?)","id":"5E8C377B-A201-4BAB-BB27-12E4B948267A"},"18779":{"isSerializedDate":true,"string":"Sat Mar 10 2012 12:35:39 GMT+0100 (Mitteleuropäische Zeit)"},"18780":{"date":{"__isSmartRef__":true,"id":18781},"author":"undefined","message":"keep scale of PartsBin version if it is smaller than the preview pane","id":"ECCC8AA3-C5C5-4D31-B239-65FF6F241838"},"18781":{"isSerializedDate":true,"string":"Thu Mar 22 2012 09:05:23 GMT+0100 (Mitteleuropäische Zeit)"},"18782":{"date":{"__isSmartRef__":true,"id":18783},"author":"undefined","message":"init","id":"AE28A636-4348-4D93-BB04-0D5AAC6CAA59"},"18783":{"isSerializedDate":true,"string":"Thu Mar 22 2012 09:05:54 GMT+0100 (Mitteleuropäische Zeit)"},"18784":{"rev":150013,"author":"athomschke","date":{"__isSmartRef__":true,"id":18785},"url":{"__isSmartRef__":true,"id":18786},"changes":[{"__isSmartRef__":true,"id":18787}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"18785":{"isSerializedDate":true,"string":"Thu Apr 05 2012 12:29:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18786":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphDiffer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"18787":{"type":"S:modified","url":"/PartsBin/Tools/MorphDiffer.json"},"18788":{"rev":148765,"author":"bert","date":{"__isSmartRef__":true,"id":18789},"url":{"__isSmartRef__":true,"id":18790},"changes":[{"__isSmartRef__":true,"id":18791}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"18789":{"isSerializedDate":true,"string":"Wed Mar 28 2012 20:33:34 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18790":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphDiffer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"18791":{"type":"S:modified","url":"/PartsBin/Tools/MorphDiffer.json"},"18792":{"rev":147280,"author":"athomschke","date":{"__isSmartRef__":true,"id":18793},"url":{"__isSmartRef__":true,"id":18794},"changes":[{"__isSmartRef__":true,"id":18795}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"18793":{"isSerializedDate":true,"string":"Thu Mar 22 2012 09:40:39 GMT+0100 (Mitteleuropäische Zeit)"},"18794":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphDiffer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"18795":{"type":"S:modified","url":"/PartsBin/Tools/MorphDiffer.json"},"18796":{"rev":147200,"author":"athomschke","date":{"__isSmartRef__":true,"id":18797},"url":{"__isSmartRef__":true,"id":18798},"changes":[{"__isSmartRef__":true,"id":18799}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"18797":{"isSerializedDate":true,"string":"Thu Mar 22 2012 07:58:21 GMT+0100 (Mitteleuropäische Zeit)"},"18798":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphDiffer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"18799":{"type":"S:added","url":null},"18800":{"submorphs":[{"__isSmartRef__":true,"id":18801},{"__isSmartRef__":true,"id":19640}],"scripts":[],"shape":{"__isSmartRef__":true,"id":19799},"derivationIds":[null,"1635611D-C084-4E74-B88D-28F98404481F","2824C1E9-17E2-435A-9509-053CDCEA2654","7A215EB0-115C-4A63-BD8E-115088C2887F","054FECE0-D59C-4B06-A107-D9FC67C11D4D","C7388C8B-6ACB-412F-A5C1-32F749DECF15","E3978738-BB54-4D6C-9E06-53564FD892F5","09FBB30D-805F-4FF9-9543-FD82189E3FEE","D78837C6-C960-4294-90B4-69347505AE74","94FACB0A-AA5A-4443-A402-66916737EC21","0867DC5D-AE29-4413-9155-306E37F507C8","4720AD08-BC89-46E1-8055-7E598F4F6A7F","0EEAF31B-D9EB-4B5B-8573-EA2708C4E230","18BAF3DF-BE90-4573-89F8-9C58417B3C24","3221B82A-A5B8-4EB8-A5B6-DCA0B802E18D","308BBFB8-A1BA-4C0D-B88B-C6E389E3E8D9","3006E105-44ED-4277-9933-2FB0E2ADDD72","E7DF64B1-631D-41B8-8877-6F69C8A037D8","2D2E9C27-0356-46AA-A1EC-8B7CB3FFDD2B","4E39B837-80E3-46BE-AF74-C5FB79F7DCF6","277BE3A9-3E56-4D80-B2A2-00E81032A01D","3F3B877B-B33F-4421-BCD2-404A38FBDDFE","D9DE8F69-243D-44E2-ADEE-6EE65709796A","A4473963-171D-443C-9C48-B3ABA75DB79B","B29AB373-50E3-4D1F-BF7F-2A64FC2C64F7","8E933DEF-C472-424E-82FD-6E81C67CF473"],"id":"028FDE62-9950-46B8-98D6-ED1684D7A355","renderContextTable":{"__isSmartRef__":true,"id":19803},"eventHandler":{"__isSmartRef__":true,"id":19804},"droppingEnabled":true,"halosEnabled":true,"draggingEnabled":true,"layout":{"__isSmartRef__":true,"id":19805},"LK2":true,"_Position":{"__isSmartRef__":true,"id":19806},"priorExtent":{"__isSmartRef__":true,"id":19807},"targetMorph":{"__isSmartRef__":true,"id":18801},"titleBar":{"__isSmartRef__":true,"id":19640},"contentOffset":{"__isSmartRef__":true,"id":19808},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":18739},"name":"MorphDiffer","highlighted":true,"prevDragPos":{"__isSmartRef__":true,"id":19809},"isBeingDragged":false,"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","moved":true,"attributeConnections":[{"__isSmartRef__":true,"id":19810},{"__isSmartRef__":true,"id":20424},{"__isSmartRef__":true,"id":21038},{"__isSmartRef__":true,"id":21652},{"__isSmartRef__":true,"id":22265},{"__isSmartRef__":true,"id":24214}],"doNotSerialize":["$$headRevision"],"doNotCopyProperties":["$$headRevision"],"cameForward":false,"prevScroll":[0,0],"_Rotation":0,"_Scale":1,"headRevision":147197,"_ClipMode":"visible","owner":null,"state":"shutdown","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":26162},"__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"18801":{"submorphs":[{"__isSmartRef__":true,"id":18802},{"__isSmartRef__":true,"id":18867},{"__isSmartRef__":true,"id":18891},{"__isSmartRef__":true,"id":18940},{"__isSmartRef__":true,"id":19037}],"scripts":[],"id":"8C81B22C-372F-46B0-9AA6-5EE87190AC68","shape":{"__isSmartRef__":true,"id":19266},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"MorphDiffer","partsBinMetaInfo":{"__isSmartRef__":true,"id":19273},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":19288},"eventHandler":{"__isSmartRef__":true,"id":19289},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isBeingDragged":false,"priorExtent":{"__isSmartRef__":true,"id":19290},"layout":{"__isSmartRef__":true,"id":19291},"isCopyMorphRef":true,"morphRefId":1,"_Position":{"__isSmartRef__":true,"id":19293},"derivationIds":[6799,"4AC675A0-3457-40CF-BC5D-DE9CF80271F9","FECE95AA-6ED2-482E-85E4-8E1F1661A210","D84AE92C-309C-44D9-968A-6037341419D3","313CAC3E-1420-4F1C-9D9B-264FABE09A15","CE9DDBF0-EC7E-4E24-93E4-B60606D2BEFC","D9BC5AE9-9611-4797-B036-27BBB52E874A","2666DB1F-00BD-4527-BD4D-DBC93F9E3A56","E6BA8F20-3311-46A8-8E92-41511B2A2589","7D1D7122-997A-4E7B-80CD-11A35326F0BA","E893FB54-5968-4F06-8B87-200D3FA111FF","2F8F877B-EBDA-4FDD-9E0B-98C5805DB963","5BDDA179-300D-4D1B-96C0-28F5E777C828","64FF0DC7-CE79-40AB-AF9B-DF129BDB41BC","BA37C22C-5789-4286-816B-D028B2D6C412","DC06A53B-4F35-4F91-88F3-B8889FBD5051","1E6F68CC-8EA0-4E91-AABD-CEE00F08D2A3","9EF785B4-0577-418D-89B5-1A612EE987B9","98056817-9B86-4CCE-9AE3-DB70F876DA72","185E568F-D28C-478B-9002-153AF8CD6EC3","B115DDB6-73A7-4E83-80FB-B3409FEFCDEC","B5C51F9D-7537-48C0-A88A-2B16C3DB5FE1","59E0A697-4CAB-4FB2-A396-07DD844163CE","369FB4CB-C871-4CB3-9510-D19E66CE26E3","C2A6E11B-8FF0-4E85-BDED-01B4D05ADE23","EEED125B-23CE-4B7F-9E99-267B0980B0BC","590D853A-A37B-4AE8-93A3-5708746701E5","CED0D327-71FD-41C2-A1F3-2ABF5F74C7DE","7E18C9EA-703C-4D67-B576-E8BEA4FD957B","B5198435-1D61-4EB0-915B-AC8F8F425BE1","3D5BFD50-23A3-499F-AC2C-2D781692ADE6","E465F7E1-605C-43B9-ADDC-EE9DB6945836","C7DFAED7-BBC5-4BE8-940D-290E4E95CD49","C46BD199-736A-4102-A37B-0B079997BAFD","F78A7C37-A18C-4213-ADDF-093DE3C25B24","FFDB7C24-98C8-4A7C-AA23-7A15C402582F","799B344B-7554-4DFC-9E3E-37D02ACF3A8A","E46BBD44-1A35-45B6-9DF3-31BA127391B3","67C8F8B0-FBC8-4913-AE9C-F3FF1CA12C9B","0579E015-3237-4F57-AE1B-85F372526F77","77789F71-9BC8-40AD-AB97-F1F06284D925","41CDB75A-AF75-4AB2-B3B7-C7FE9ABC3FBA","5C800C04-CA58-49FA-89C5-72167F69AB92","7407837B-1C55-4CEC-B6AD-DD84897D32D6","D4B6D342-59C7-4A0B-BCD9-C27422E00666","05ACEDCA-F69A-470E-8BB5-12F89BCC6B1A","A7E07890-0D92-4B66-8067-FF4145318EB8","D74F4358-0DD4-4AC4-A0FD-908BC21D80E5","75EA0A64-9E8C-4E21-8E2B-CEA4178E2882","8756D76E-6B2E-4E94-BFE7-BB3A5D625B4E","3B7C79AC-29D7-4044-A4D7-EA2C701606E7","D85062CE-6D3C-4F99-9FDC-593A7613D665","4C3E3E1A-5AFC-4A65-9F38-0AA493041332","2607B316-5974-4556-8DB0-EAFC025BCA94","EDE00841-CB9F-4062-8DFF-196628655059","6757D1BD-1D4C-4BCF-944A-280192CF4C6E","9CA0DF71-EAB4-4DC2-A21A-0B232DC7D009","72B63984-E11C-47C0-B1E7-3265573F35F0","6B1110A2-20C1-4519-9D3F-BAE65F4CEEE5","DF219C7C-AD72-489A-9695-F1DD8A098CE4","8977C8A7-B425-49E8-9FED-F744944F471E","355691E0-9C4D-4FF1-AF8D-B756EA48B9E5","9B5B0C6F-4129-456B-BE70-13953C44305B","F81AF86F-7E45-451F-B68B-9C12CDF60575","016772D0-99CA-46D7-9AF9-D6624F1A5925","132F3E23-BF36-478F-B13A-F56BF5C2F096","2F90AE98-5DE2-4CA0-B8E7-A69880AA6546","93309F10-5FD7-4D53-A339-688F848A27E2"],"diff":[{"__isSmartRef__":true,"id":19294},{"__isSmartRef__":true,"id":19297},{"__isSmartRef__":true,"id":19310},{"__isSmartRef__":true,"id":19463}],"isInLayoutCycle":false,"publish":false,"mergedPropList":{"__isSmartRef__":true,"id":19464},"moved":true,"owner":{"__isSmartRef__":true,"id":18800},"prevScroll":[0,0],"markerMorph":{"__isSmartRef__":true,"id":19465},"myMarkerMorph":{"__isSmartRef__":true,"id":19495},"otherMarkerMorph":{"__isSmartRef__":true,"id":19525},"_Rotation":0,"_Scale":1,"_ClipMode":"visible","mode":"conflicted","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":19555},"__LivelyClassName__":"lively.morphic.Box"},"18802":{"submorphs":[{"__isSmartRef__":true,"id":18803},{"__isSmartRef__":true,"id":18827}],"scripts":[],"id":"654ACD59-B942-415F-9121-2DD3E10AAD10","shape":{"__isSmartRef__":true,"id":18851},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":18858},"showsHalos":false,"name":"Rectangle1","partsBinMetaInfo":{"__isSmartRef__":true,"id":18859},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":18860},"eventHandler":{"__isSmartRef__":true,"id":18861},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[127,"16BFF412-6FDA-421E-B45C-FC411AE3ECA1","7F0EE61D-3579-4BD0-A029-2850685E1C21","F2D7B8C3-8EA2-4A4A-A988-E04CF1623695","D628F8E7-12C0-4D75-96B2-5F3F87EF6FFD","A1DCDE74-67ED-49B1-8BEF-064A230208D7","2D988B1D-F1FD-4C7F-927E-75DF63681524","5E32163C-49F4-4244-AFE7-7BE4FCC87558","F96531D3-447E-4A4C-A806-31A4E1AEBBF1","89F8D6B1-A83E-494B-9C62-0D8D250821C3","5124E683-3D2E-47ED-815D-F069D3381DAA","34FF1267-AB4D-4C17-9913-0B87299CF8E8","56EEEA7B-479C-413D-861E-901005312076","2C60400B-955C-4122-A2E6-8D41B8E85CC2","1EDC6B62-6DBB-41E1-97B8-4B106E6586B2","3A7030A6-4180-42A6-BDC8-E9B85022B99B","2AEA1C4F-25C7-40CC-B37F-B441CAAF6C07","64A237DD-AB95-4CC1-8B4A-316B081005B1","C1759BD9-34FA-449A-88AD-599963EF160E","F175C69F-1A5C-47E0-94BE-AB2410EE79D7","72BF72B5-1A3A-4813-8C96-AE100EBF1A34","F8D3848E-9AD3-487C-949D-6928BF076CE8","8F0D6F54-CBD9-4F5C-9060-56E2A5376288","A4BE3D54-0E4E-4DF7-A141-C113CDE0FF7F","3BE72EC3-B98F-4AE5-B494-77A1D3BAB39F","B1A96920-FE6D-4246-9133-865BA76C71F2","F384FD51-4508-4A65-BF4A-7D2AED650942","97CBC96E-1DF2-40D4-AFDB-D682DC37CFC9","EEA8DF54-8420-40B4-B0DF-7188F264E1E1","757DCDD1-C7E9-45A7-B3B3-F0C5D1040111","82298358-9CD6-4AA2-B2BC-5C66A4B94481","8A34323F-E893-48AB-A956-95364F1EDB3B","E400BB6F-82E9-4EB5-8C87-F4C628D3525B","FCEAF1F7-EC22-40A3-AD6B-0895BB45B153","DF9A3A58-2124-453D-B464-C33CA64F4FC8","E84654A6-E233-4267-BAF6-639043B53DCB","B9912980-38FF-40A7-9CB6-E40AB1359826","52100D5B-1E64-4C25-96C4-225BB46D4BAE","31F975BD-7E6B-428F-AE95-B10E11878A58","162A4BB8-E99B-4DF6-B637-ECD0F03DEC90","558D01EE-43C1-4C2F-B96D-48991626D86F","D5985692-6824-4AB8-A8F8-694F972270CA","88A1DADC-491B-4999-94F9-915363B613A1","F41864A8-EA66-454F-9D29-09D03DE06710","4316A3AA-795E-4E3A-947D-B693E197E81C","97E1796B-3A0C-4484-9027-FFD1CDEC5E45","A135AB77-DED2-402A-877D-F85E810D9563","483984DC-6F2A-4F8A-A937-84502F90E928","084DFB09-1D2A-49DD-B42F-F03D848C15DC","B2CEA494-F043-448C-8D00-DCDB58C1FAB5","65386512-58E6-429B-A387-AF8A1A11AB2E","C27F7538-1A8A-4469-8BCB-FBE758BA23BF","489FCCE3-0BFE-4977-84BF-BC6CAF58634D","0AAEC475-E642-4837-B58F-D9B43B9E0DAF","D9502F1A-D683-4D9E-AC57-23EABB5616DC","12340219-3C58-44C8-ADFB-A0571E6CF14E","6819C48E-DC29-42DE-8EBE-64A3DF99C039","190A90A6-8070-4234-AA69-EEEA995BE3D6","B883BD6A-2E32-44A8-87A1-3147CE09E44C","F496861C-E9C0-41A0-91CE-D761695794FD","09BBAB4E-9047-4A53-9EBB-D763923EE9CD","0D2BF65C-2337-4C9F-B10F-DA2B4564AB64","84ACF4AC-9BD6-4101-BE43-6BDD233DB52A","AE60231E-9058-4799-9A58-889BCF1D71F4","08EB0CB2-F17A-45D1-B2F1-DDCCC6CF6B03","D1861418-EB9E-48C4-B3C8-58E69F145E8C","B4317CA9-400D-4D7C-9C3C-84B9CBB8E778"],"owner":{"__isSmartRef__":true,"id":18801},"isBeingDragged":false,"priorExtent":{"__isSmartRef__":true,"id":18862},"layout":{"__isSmartRef__":true,"id":18863},"isInLayoutCycle":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":18866},"prevScroll":[0,0],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Box"},"18803":{"submorphs":[],"scripts":[],"id":"17AA5BA3-686E-4D05-A483-3C577DDEC7D4","shape":{"__isSmartRef__":true,"id":18804},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":18810},"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Monaco,Courier","_Position":{"__isSmartRef__":true,"id":18811},"_MaxTextWidth":429.01432799999975,"_MaxTextHeight":null,"textChunks":[{"__isSmartRef__":true,"id":18812}],"layout":{"__isSmartRef__":true,"id":18814},"showsHalos":false,"prevScroll":[0,0],"name":"currentVersionContent","charsReplaced":"code","lastFindLoc":-1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":18815},"__SourceModuleName__":"Global.lively.morphic.TextCore","priorExtent":{"__isSmartRef__":true,"id":18818},"_ClipMode":"auto","renderContextTable":{"__isSmartRef__":true,"id":18819},"eventHandler":{"__isSmartRef__":true,"id":18820},"syntaxHighlightingWhileTyping":true,"attributeConnections":[{"__isSmartRef__":true,"id":18821}],"doNotSerialize":["$$textString"],"doNotCopyProperties":["$$textString"],"lastSyntaxHighlightTime":1,"savedTextString":"// code\n","_MinTextWidth":429.01432799999975,"_MinTextHeight":null,"previousSelection":[1,1],"isBeingDragged":false,"derivationIds":[6802,"9A9FECAE-932E-4B00-96CC-D3452452B154","DEECDD1D-E852-4C87-8027-D8714FDABFFD","E57AB0F5-C7DE-441E-8E68-919F229E871B","75FF3A20-EFE5-4D7E-9888-5E678A0049D2","34C9B28D-FEEE-43F6-AD98-D1D87A1B56E7","D245BDB7-5219-4A55-9309-56031F3E4C2C","803B7FD5-2334-4DEA-9B93-9312DDBF9D4B","C6ECD302-D5A4-478A-91F6-4EC965236E8C","45F60AD6-7D88-497E-8838-E84A4171B710","669D5173-D5C9-41B7-8B71-876C07A79ED9","098AD702-D99E-48AF-A664-41DFF79A337D","319458A1-A81B-4396-8B7A-7782C57F912E","E89D97B7-3CA9-4289-9182-254077D1B902","5F2AB207-1DE3-414F-B5E0-05082EA5E462","E4FAA845-607C-4D7F-8C8E-75983556878F","72EA7C04-EB38-438D-96FB-E4D7B3F9A4EA","C5AAB0F0-2C1C-43EB-9F53-478F3B1611F9","9E488971-A746-4930-AFFC-4C4CCB7A02B6","515CEF04-DEB3-4FE1-9B86-42C24444B9B0","323111AD-744F-4875-9E2A-D8902E5BFE22","4882B127-1289-43B3-876F-A3CDEB0F3D76","ACFB696F-1933-4646-A1C0-B58FBF4B9E67","2B3F68C9-AF33-47FD-9F8F-0103EF0786E0","A1B397C0-1CAF-4787-9E35-4FF08744FFBF","DD0E87F8-3EB7-4EA5-8AC3-482087A90B5E","E89FAA16-8A04-4C9D-931B-D51A16EC9F0B","A847948B-3E65-4283-9914-D51A66569969","CA9DDBF2-26F7-4190-A51A-7A8658807D05","48A61E5B-8C6E-448F-9521-C7E007C2D378","7514E270-B932-451C-8BC0-A3D1B3152B7A","1B35D3B5-CFB2-47DE-9FF8-33CFA01541C5","1695F4C4-A628-4976-ACF5-7157CD2AD88F","83A537EE-B02B-45FD-95E9-09FFE1849919","E10D1F9A-A286-47DE-AF54-E2D187042D0C","6A8177DE-3C12-47D3-B8EC-07494BD23ADA","5F103B94-F208-4B94-8A9B-A5CD201634C4","70C34499-03AF-49A7-8CBE-F0EABF5BC1EE","76153F04-5AE7-4D8A-809E-2FCC37DE9395","2866D08C-7FDE-4A8D-8640-C192DECF9431","27B39E9E-AD26-437F-90CB-F8A65FE0F46A","812E4D19-427F-4C30-A829-EB54DFC816AB","D464FA73-0534-4162-81B4-08C2A7AC1F64","18AB4A7B-BFC6-457D-B663-E3C48D131467","9187EBB0-8B1A-45A8-B04F-DA276512D86E","D5473D7D-7A8B-431F-BF28-278C527DFC34","3712ADC1-8CB9-4FFE-9CA1-24FE3B0AAA67","AC13D2CB-CAB0-4E8D-A1DB-0023D8A6B9B1","D98401C6-4B30-43E5-9BE6-DD09D617F19F","30DDD38A-E69F-4C23-B7E8-5C62E9F664F4","F6750759-C682-4A96-9E33-B89B4395D064","E0ABAA5E-E86C-457A-80CF-B5017B0D9DD4","47F92A79-0B21-4017-85E4-A0C784F5DFB2","43721DEB-451F-450F-AD3D-189EAFAA6D9B","F7360EEB-8909-450E-8909-595107335D26","31A23146-8150-4085-A69F-1AB9BAE38E75","694A2A26-33E7-45C3-A81C-69C4DB3FF038","57EC5A66-D4E4-41AE-B6F5-72D3C5E753B7","44F34C3C-24A9-49BC-BA57-14315BA74302","A8F45DCD-E973-4F72-87DE-E41B044FFE18","87624324-FFFE-4B7F-A615-FF77D99471DF","528DDC43-2927-49F3-AF45-BC09A32A4F85","36A09B7E-B216-4AF2-8929-B52FC8BAF8D2","5772E714-28DE-495E-BF1A-2B4A8D7A452F","AFE68647-BAF4-45E4-ACF6-7FF4BD933DD6","CBB1EDDA-A914-48BD-974A-CFCDB89C2199","64B01CEB-AE40-4FBB-8D19-6BEF46E5B476","BA42A4AB-9553-4C45-A3EE-84CAECEC8C0C","68200967-3258-4963-84B9-0315E6390F2F"],"owner":{"__isSmartRef__":true,"id":18802},"_FontSize":10,"_Rotation":0,"_Scale":1,"textString":"","_syntaxHighlightTimeout":null,"parseErrors":null,"cachedTextString":"","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":18822},"__LivelyClassName__":"lively.morphic.Text"},"18804":{"_Position":{"__isSmartRef__":true,"id":18805},"_Extent":{"__isSmartRef__":true,"id":18806},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":18807},"_Fill":{"__isSmartRef__":true,"id":233},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":18808},"_ClipMode":"auto","_Padding":{"__isSmartRef__":true,"id":18809},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"18805":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18806":{"x":431.01432799999975,"y":114.99299994392945,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"18807":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18808":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"18809":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18810":{"x":2,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18811":{"x":442.14432799999975,"y":0.53,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18812":{"style":{"__isSmartRef__":true,"id":18813},"chunkOwner":{"__isSmartRef__":true,"id":18803},"storedString":"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"18813":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"18814":{"resizeWidth":true,"resizeHeight":true},"18815":{"requiredModules":[],"partsSpaceName":"PartsBin/Widgets/","migrationLevel":4,"__SourceModuleName__":"Global.lively.PartsBin","partName":"UserStoryDiffViewer","comment":"Diff Viewer for showing conflicts when merging user stories.","changes":[{"__isSmartRef__":true,"id":18816}],"idOnLoad":"17AA5BA3-686E-4D05-A483-3C577DDEC7D4","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"18816":{"date":{"__isSmartRef__":true,"id":18817},"author":"conrad.calmez","message":"First version of diff viewer"},"18817":{"isSerializedDate":true,"string":"Thu Oct 20 2011 09:58:20 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18818":{"x":431.01432799999975,"y":114.99299994392945,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18819":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"18820":{"morph":{"__isSmartRef__":true,"id":18803},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"18821":{"sourceObj":{"__isSmartRef__":true,"id":18803},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":18803},"targetMethodName":"highlightJavaScriptSyntax","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"18822":{"reset":{"__isSmartRef__":true,"id":18823}},"18823":{"varMapping":{"__isSmartRef__":true,"id":18824},"source":"function reset() {\n this.setTextString(\"\");\n this.setFill(Color.white)\n}","funcProperties":{"__isSmartRef__":true,"id":18825},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18824":{"this":{"__isSmartRef__":true,"id":18803}},"18825":{"timestamp":{"__isSmartRef__":true,"id":18826},"user":"undefined","tags":[]},"18826":{"isSerializedDate":true,"string":"Wed Mar 07 2012 20:08:53 GMT+0100 (Mitteleuropäische Zeit)"},"18827":{"submorphs":[],"scripts":[],"id":"2828443D-AC1C-412D-9303-BB999266417E","shape":{"__isSmartRef__":true,"id":18828},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":18834},"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Monaco,Courier","_Position":{"__isSmartRef__":true,"id":18835},"_MaxTextWidth":429.01432799999975,"_MaxTextHeight":null,"textChunks":[{"__isSmartRef__":true,"id":18836}],"layout":{"__isSmartRef__":true,"id":18838},"showsHalos":false,"prevScroll":[0,0],"name":"myContent","charsReplaced":"code","lastFindLoc":-1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":18839},"__SourceModuleName__":"Global.lively.morphic.TextCore","priorExtent":{"__isSmartRef__":true,"id":18842},"_ClipMode":"auto","renderContextTable":{"__isSmartRef__":true,"id":18843},"eventHandler":{"__isSmartRef__":true,"id":18844},"syntaxHighlightingWhileTyping":true,"attributeConnections":[{"__isSmartRef__":true,"id":18845}],"doNotSerialize":["$$textString"],"doNotCopyProperties":["$$textString"],"lastSyntaxHighlightTime":18,"savedTextString":"// code\n","_MinTextWidth":429.01432799999975,"_MinTextHeight":null,"previousSelection":[0,0],"owner":{"__isSmartRef__":true,"id":18802},"isBeingDragged":false,"derivationIds":[6802,"9A9FECAE-932E-4B00-96CC-D3452452B154","CE465A34-DF80-484F-A286-ACD30EF15396","53F5D607-0354-47BB-8104-5349EBD1A497","A5946437-0247-4516-8C6D-D52B505B875F","A093AA6E-EA67-4097-A75D-66A5703CC59E","24FA8F56-8789-40A8-85C8-772988A9DB5A","D32F967E-41CB-4738-B788-5B4FD43D063D","F7CCF199-CAD2-4B9C-9FBD-1B312CA54DCB","8F943752-F94F-4127-9560-C2E3E979FFA1","BE9A5FA4-E7D3-4E73-87C7-A3146F814BDF","3868BBDD-0339-4344-BCA1-B0DE2B99D04B","A9F1D0FA-17A4-4DBA-8330-EB33ACEFBEA1","296F8451-9CBB-4B64-A76F-CE9B2ACC5B5D","AE0E982E-A980-4E71-B0CF-E89041DA6D23","120CD06C-50BF-4DF5-9721-158B45EC8894","D094BB5A-75C5-4A8D-9DA0-8D526E39C885","0D0EEE1C-8ADB-4CA0-A819-72D0245F59F1","F6294B82-2686-4AAC-B538-33D6580F2C62","53CAEA63-503A-4074-B1E0-F7AC7E596EBA","C5E7FADF-941F-44F1-A747-CE327A745763","6DD0096A-4754-4126-A377-C5FE702BA0F0","5FD8C576-8E07-4F44-990A-0B93403DA855","4AEFCA45-5298-4DAB-B8D9-631D403255EA","6381531B-F11B-4FB8-91D6-C37D7C598C53","124E04B1-C33B-4DD1-95C3-08F40CE8CE26","471AB719-81AC-4346-A816-E8DE8330B1FF","04273393-636B-45C5-9969-7288DF49568D","FBA9B0C7-AFD0-4457-AFAA-43FA684346E4","6CCEE691-DC64-4799-9DD4-09F271A02EB1","7E1A5D29-27E7-4D8C-AE5D-3C674F9CB513","6A439CF9-88E6-4FA0-B3D5-0BB58A85DAF4","EAC7C99D-E2DA-4A32-B46D-426EBF27D4CB","81BBC56E-C824-4C68-9039-9F8E6122A8AF","1E1F91B8-F826-4EA9-924B-C2AA76AA5DA4","4850AFB9-7EC2-457F-B154-746D6E64DAA0","77F35402-C99B-424B-97B3-5549C5EBC5E5","8CD35817-63EF-4CC2-9598-EE012279848E","8C125DA4-0C93-4E72-9242-9CC4FA308835","E93CE851-3E95-45F3-AD67-AA78A7B86937","5E16FA62-32FC-4A91-8B5A-20F8AA89132C","5AD79E5A-BA19-4241-93B4-70E1B63AFE8D","8E73F621-8DFC-4F1B-A0EC-8AC6377F535D","106D9394-93A6-4869-BEB9-2E66CD77374F","39EAA9DB-6EB1-469C-AC91-FB51C0A75FF3","04741846-D211-43C1-BD66-1BD600EB500C","43CBE012-9D5D-4E1A-A43A-A9F476CF3615","9E4C1685-388B-42C6-A6FD-D8AA4E1EEF00","B2D2DF26-6893-4195-AC37-FCF5963C1533","32591048-45C8-4BB9-A27B-C2DFF9C1D4AD","E9A5348D-9B60-46E8-9585-DA4C0801D34B","733BBBA4-6E7D-4946-9155-D117F65B17FF","EDE8547F-8CA1-4306-94C0-B279CDE6F78E","A84D3F34-0F09-4966-8254-2D87BECB2C2D","9CE78E5B-374B-430A-AC12-A44588187AAD","9D46776F-E534-46F9-9C67-6C3A36B8DD93","AE2B79FB-1175-46E7-8F41-370C29BB5A50","AF55ABF2-5DD6-4C51-A4DB-FE1F2BE0B11D","A13A69D5-3E73-4053-AC6C-E8C13FD8EF4A","0661450D-2C0A-47D1-8549-20076902CCDD","919911FE-982B-4EDB-B57D-1661350C789F","22632BE5-C240-4756-9B7A-A161ACCC63D3","01F061CC-D4AE-4465-BE7E-91699CEFE9C8","F66E9AC8-E363-40D2-A9CC-7D12920AD568","E97CA3B2-59E4-4086-BEA7-0397CF4C3131","EA1C20EB-34EF-4751-AEAF-2BFD300D0E85","CA197A5A-75A6-4C7A-9918-E33CC18F5D62","E4467602-E28F-4422-A37A-C55F5880DBA0"],"_FontSize":10,"_Rotation":0,"_Scale":1,"textString":"","_syntaxHighlightTimeout":null,"parseErrors":null,"cachedTextString":"","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":18846},"__LivelyClassName__":"lively.morphic.Text"},"18828":{"_Position":{"__isSmartRef__":true,"id":18829},"_Extent":{"__isSmartRef__":true,"id":18830},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":18831},"_Fill":{"__isSmartRef__":true,"id":233},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":18832},"_ClipMode":"auto","_Padding":{"__isSmartRef__":true,"id":18833},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"18829":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18830":{"x":431.01432799999975,"y":114.99299994392945,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"18831":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18832":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"18833":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18834":{"x":2,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18835":{"x":0.53,"y":0.53,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18836":{"style":{"__isSmartRef__":true,"id":18837},"chunkOwner":{"__isSmartRef__":true,"id":18827},"storedString":"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"18837":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"18838":{"resizeWidth":true,"resizeHeight":true},"18839":{"requiredModules":[],"partsSpaceName":"PartsBin/Widgets/","migrationLevel":4,"__SourceModuleName__":"Global.lively.PartsBin","partName":"UserStoryDiffViewer","comment":"Diff Viewer for showing conflicts when merging user stories.","changes":[{"__isSmartRef__":true,"id":18840}],"idOnLoad":"2828443D-AC1C-412D-9303-BB999266417E","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"18840":{"date":{"__isSmartRef__":true,"id":18841},"author":"conrad.calmez","message":"First version of diff viewer"},"18841":{"isSerializedDate":true,"string":"Thu Oct 20 2011 09:58:20 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18842":{"x":431.01432799999975,"y":114.99299994392945,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18843":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"18844":{"morph":{"__isSmartRef__":true,"id":18827},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"18845":{"sourceObj":{"__isSmartRef__":true,"id":18827},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":18827},"targetMethodName":"highlightJavaScriptSyntax","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"18846":{"reset":{"__isSmartRef__":true,"id":18847}},"18847":{"varMapping":{"__isSmartRef__":true,"id":18848},"source":"function reset() {\n this.setTextString(\"\");\n this.setFill(Color.white)\n}","funcProperties":{"__isSmartRef__":true,"id":18849},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18848":{"this":{"__isSmartRef__":true,"id":18827}},"18849":{"timestamp":{"__isSmartRef__":true,"id":18850},"user":"undefined","tags":[]},"18850":{"isSerializedDate":true,"string":"Wed Mar 07 2012 20:08:41 GMT+0100 (Mitteleuropäische Zeit)"},"18851":{"position":{"__isSmartRef__":true,"id":18852},"_Extent":{"__isSmartRef__":true,"id":18853},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":18854},"_Fill":{"__isSmartRef__":true,"id":18855},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":18856},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":18857},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"18852":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18853":{"x":873.6886559999995,"y":116.05299994392945,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18854":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18855":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"18856":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"18857":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18858":{"x":10,"y":320.14454202803506,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18859":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","comment":"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!","migrationLevel":2,"partName":"Rectangle","revisionOnLoad":112200,"idOnLoad":"654ACD59-B942-415F-9121-2DD3E10AAD10","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"18860":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"18861":{"morph":{"__isSmartRef__":true,"id":18802},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"18862":{"x":872.6886559999995,"y":116.05299994392945,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18863":{"layouter":{"__isSmartRef__":true,"id":18864},"extentWithoutPlaceholder":{"__isSmartRef__":true,"id":18865},"resizeWidth":true,"resizeHeight":false,"moveVertical":true},"18864":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0.53,"spacing":10.600000000000001,"container":{"__isSmartRef__":true,"id":18802},"__SourceModuleName__":"Global.lively.morphic.Layout","__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout"},"18865":{"x":815.6886559999995,"y":100.061999,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18866":{"x":511.4575,"y":-13.32000000000005,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18867":{"submorphs":[],"scripts":[],"id":"A90E90DA-6D0D-4074-8603-CC1718588895","shape":{"__isSmartRef__":true,"id":18868},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":18874},"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Monaco,Courier","_Position":{"__isSmartRef__":true,"id":18875},"_MaxTextWidth":871.6886559999995,"_MaxTextHeight":null,"textChunks":[{"__isSmartRef__":true,"id":18876}],"layout":{"__isSmartRef__":true,"id":18878},"showsHalos":false,"prevScroll":[0,0],"name":"mergedContent","charsReplaced":"hallo\n4","lastFindLoc":14,"partsBinMetaInfo":{"__isSmartRef__":true,"id":18879},"__SourceModuleName__":"Global.lively.morphic.TextCore","priorExtent":{"__isSmartRef__":true,"id":18882},"_ClipMode":"auto","renderContextTable":{"__isSmartRef__":true,"id":18883},"eventHandler":{"__isSmartRef__":true,"id":18884},"syntaxHighlightingWhileTyping":false,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"lastSyntaxHighlightTime":1328865692731,"savedTextString":"// code\n","_MinTextWidth":871.6886559999995,"_MinTextHeight":null,"previousSelection":[45,45],"isBeingDragged":false,"derivationIds":[6802,"9A9FECAE-932E-4B00-96CC-D3452452B154","DEECDD1D-E852-4C87-8027-D8714FDABFFD","E57AB0F5-C7DE-441E-8E68-919F229E871B","75FF3A20-EFE5-4D7E-9888-5E678A0049D2","34C9B28D-FEEE-43F6-AD98-D1D87A1B56E7","D245BDB7-5219-4A55-9309-56031F3E4C2C","803B7FD5-2334-4DEA-9B93-9312DDBF9D4B","F45B918F-A396-40E0-8ED0-37EADDE1C404","55B5EBDF-1044-407A-8191-B35F041F9E6F","D6DCBFF3-E826-48D8-9581-C50EABD15AD2","8086F338-796D-4CCE-AA8C-ED3AA33F7E91","CA6B21E2-8A6D-4A4C-8941-1F360221E923","9F86BB9D-0E24-459E-940A-6A0BA52721EC","0D49FC61-BCA1-4027-BA90-B4C81BE84473","15482168-50A6-4ACA-8694-12461A90E452","555677B1-C906-45FB-8084-914DFA075564","779820F1-58DB-47D1-A941-BECFDDEECF1B","BA89515D-BC33-45DB-8A5D-34E053549FFF","8606877A-69B5-414D-8136-4B17620793C3","6DB94C97-4ECE-4A01-A20E-F517F998A959","4C18BFC6-93F7-426A-8E3E-DBB545D837C5","E3600E4F-F68B-4C02-B066-B6BCB1DDBE97","E1630040-17BB-4411-A2CA-A376BD244C6C","3D60C2A7-F941-4564-8C26-4BE94B9E3D6A","11978473-F435-4AA3-A2C7-20D6A665AE17","691C8370-E28A-4631-A3DE-1272C4547125","43688196-2F59-4110-848E-E21E9AAD80B3","EBBBB26C-888C-4F0B-BB4C-097699EC93B5","A0167AFA-E22E-455C-A2C1-AD364F6E7C6F","C051709B-AFD5-4FC0-82ED-097D7B9320E2","B5D611D0-B3FF-4FE3-AE12-6B8EC7294E8E","2ED55C08-64E8-40C9-8767-F5A03CE7DF65","BC9927FD-8C05-4869-92AD-1AE3F4D604E0","01092818-119D-4462-8035-F9F0D6DB4B4E","A03D1CF5-6BA3-465B-A623-1EB15C492033","D2E7806D-9B04-45F9-8A8D-949E2D65478A","BBB2DC9C-4B8E-4EDD-A5A7-8A7ACC208E1F","EFC9A853-3021-40D7-95AE-221233B44378","8054623D-0D20-4887-903D-9BD58BC5AAD8","A8392CB2-1F12-45E9-82DA-2A272C1DF846","91229A1B-C62D-4135-8526-D81763B632BD","D2D40A89-31CF-46AC-BD38-B55499F25E44","A3AB3FCE-478C-466A-8AAF-81135B7504E0","DC4A1454-0801-40A4-BD21-6C2FA23307E9","F506D5FA-82DD-415B-BC03-B0E66AC8DD85","D4FF477B-013D-4A62-B2CA-4B7A4035D722","25B39FF8-FC71-4680-88E6-F6305D061514","4FAF5A1E-715B-454F-9E8C-8D46D95DE346","58F09B61-ABAA-48BE-8CD6-214C5FEA4FDE","62F905B0-E727-4715-9D19-922766E19D20","A606FB16-FECE-4031-99DE-60A9BA85E3DA","532452E6-8F14-4AEB-ABBE-0B92AFCFA78D","0997C2C8-5AC8-4875-8974-406D245E0303","068D3A98-39C8-4445-AECB-84D0648C3AB4","FBB8A7B5-09CF-4E78-89B9-53339D481DAC","21EAD9D9-30E7-41E1-87CC-684F7F0B3D85","E4827F47-0704-4EBF-B4FA-99A5B64D8EE0","4E386F2D-F106-41E0-AEE6-D0EE443A1FC5","7670E2B3-4226-4ECC-B123-58D29D2681A5","EE7141AF-2A41-4733-8107-491D349717C1","2A400CB4-68E4-43ED-92AF-E0607D3F2D17","9B09B6A1-F574-4468-B033-B2BE31EC171A","4F32AD12-BEE3-41C7-93E3-F78C52B091A2","8E2962B6-760F-499F-874E-79A3523A7754","2AE3D55A-9E95-44A2-8723-AD161F220EE0","0506D21B-767B-48AE-806F-09EE02D0A6F8","913D8FEE-CAB6-47A1-BF47-6D534A1471BC","85E32C01-EAD6-4C20-B325-3D09C5358A0E","BC90DA55-A2F3-4CF4-B44C-B7B58D44B460"],"owner":{"__isSmartRef__":true,"id":18801},"_Visible":true,"_FontSize":10,"distanceToDragEvent":{"__isSmartRef__":true,"id":18885},"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":18886},"__LivelyClassName__":"lively.morphic.Text"},"18868":{"_Position":{"__isSmartRef__":true,"id":18869},"_Extent":{"__isSmartRef__":true,"id":18870},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":18871},"_Fill":{"__isSmartRef__":true,"id":233},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":18872},"_ClipMode":"auto","_Padding":{"__isSmartRef__":true,"id":18873},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"18869":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18870":{"x":873.6886559999995,"y":138.05454202803503,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"18871":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18872":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"18873":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18874":{"x":2,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18875":{"x":10,"y":440.96754197196447,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18876":{"style":{"__isSmartRef__":true,"id":18877},"chunkOwner":{"__isSmartRef__":true,"id":18867},"storedString":"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"18877":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"18878":{"resizeWidth":true,"resizeHeight":false,"moveVertical":true},"18879":{"requiredModules":[],"partsSpaceName":"PartsBin/Widgets/","migrationLevel":4,"__SourceModuleName__":"Global.lively.PartsBin","partName":"UserStoryDiffViewer","comment":"Diff Viewer for showing conflicts when merging user stories.","changes":[{"__isSmartRef__":true,"id":18880}],"idOnLoad":"A90E90DA-6D0D-4074-8603-CC1718588895","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"18880":{"date":{"__isSmartRef__":true,"id":18881},"author":"conrad.calmez","message":"First version of diff viewer"},"18881":{"isSerializedDate":true,"string":"Thu Oct 20 2011 09:58:20 GMT+0200 (Mitteleuropäische Sommerzeit)"},"18882":{"x":873.6886559999995,"y":138.05454202803503,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18883":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"18884":{"morph":{"__isSmartRef__":true,"id":18867},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"18885":{"x":508.4575,"y":-12.320000000000107,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18886":{"reset":{"__isSmartRef__":true,"id":18887}},"18887":{"varMapping":{"__isSmartRef__":true,"id":18888},"source":"function reset() {\n this.setTextString(\"\");\n this.setFill(Color.white)\n}","funcProperties":{"__isSmartRef__":true,"id":18889},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18888":{"this":{"__isSmartRef__":true,"id":18867}},"18889":{"timestamp":{"__isSmartRef__":true,"id":18890},"user":"undefined","tags":[]},"18890":{"isSerializedDate":true,"string":"Wed Mar 07 2012 20:09:02 GMT+0100 (Mitteleuropäische Zeit)"},"18891":{"submorphs":[{"__isSmartRef__":true,"id":18892},{"__isSmartRef__":true,"id":18908}],"scripts":[],"id":"6F502D0C-D27C-4F3B-80C3-4ABE167DCA18","shape":{"__isSmartRef__":true,"id":18924},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":18931},"showsHalos":false,"name":"Rectangle4","partsBinMetaInfo":{"__isSmartRef__":true,"id":18932},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":18933},"eventHandler":{"__isSmartRef__":true,"id":18934},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[127,"E6E19009-D168-4079-8B13-C64DEA873A22","E20AD705-5F1A-4A1D-9549-9A478D996621","3747A381-AE68-4FB0-8263-DAAF87B0F7B4","FD48D8B4-B109-424F-B92B-C4E379A48757","8755CA3B-9AFA-4976-9BCB-B7946556358A","0EE434F9-684C-48DA-A2C5-ED3ACD449D3A","B30377E0-2F52-4195-AD8D-33546130DC46","016CF6D8-7004-4557-9D72-D980CF77180B","A796B9D1-15EB-4B2C-9A50-65B435121183","32C7A180-5575-4A5F-9DC1-B4C5C5EDB664","52FECBF4-F707-49E4-8146-F3C2BC747406","5834E76A-5C6C-4A57-9F7E-15A3B6D76DA6","37BC43D9-167B-4D71-B46F-33B96592E77C","33253F65-345B-46E9-9038-B09E122093A1","9FB92D1E-BDA3-4826-BD93-8321F27042FA","8DE9D0F1-B56E-45AB-A204-B02126F821E3","7D4308A8-AD95-4CFE-8B77-89D71B27D650","9E667983-50D6-4BCD-8D2A-C27633771214","28B056F5-1DB8-41AE-A012-DE34A17E0386","EAEFC40E-AEAA-4A75-B3B0-928695E0B28D","87A7EF3E-10CA-48CA-B8F5-929BB6E99D1A","65A1259D-7C7E-4F07-98AC-3B7493879585","3A31EB59-12C8-4AB9-810A-BB964AEF5727","1C075681-CFC9-4CE7-B6E3-C1F89CCB3B25","03E6EC31-E846-4F95-8A71-8F5EFF716794","55949EA4-417F-4DE6-9E28-7CE5B6723728","FB25C260-5149-457C-AE89-D9A5AF1B44A7","F18C2862-BEF8-45DF-9276-5EEB15D35B8C","B2523B15-BA9A-4D99-BD86-97E5041E6BE3","D380CBDB-6803-4E5A-A44D-F95896AF8E63","B10F6C84-5274-4F3B-99BE-5203345E450F","369383D1-B3AF-4014-BD14-2A5F200B49AC","B1410E6F-AAA2-4BA3-A3A7-7D2C5A568B49","AAB3FBAC-38D1-4837-AB48-929DD88B66EC","57C75816-A58A-49CB-8A61-91D39FFAFD05","571857CC-0695-4486-A18D-EA968C5ACF9D","C6DB8011-E689-4BF6-8C83-35F700D46343","C7F0758B-4A1D-4DA8-9FB3-699610D69822","07295508-989D-4FFC-A0D1-ABB3BD0016B6","40AC7737-1B1C-462F-B8FF-856766436D93","0FCCCBE7-CC07-4893-9A63-8DEB2AE8EB71","D214502E-1570-43C3-8E66-78355F36831D","922D5960-EF00-4AD7-A872-D45C77E52D88","7E375AC6-1C43-444E-9E7C-D9A1A734D0B7","0CBD63CB-B7CD-4CD9-B2F4-3FD5DA1D1964","6ECB20A1-C020-4485-9DC7-040E5D6BF91E","F1810E39-BF80-4764-8FA6-4A32259DA88E","117B3F19-B558-4CDF-8C9E-A7491F978E27","3DB37841-6751-4584-90B7-8FF8A45AF181","9FF5EB90-15DD-4C80-9AAB-AF5B374B0E3D","92B185C8-A9ED-4485-B416-98A6F6BAB3D1","BFBD5159-40FC-4F1A-A08F-47334EDEEE35","1A28F90E-E827-4104-9F70-B5C5C6784429","11D7851E-BF4E-4C66-8BBB-F673616C714E","0CD8D30D-45BD-4839-AC24-D15F6BCE92C9","A9D076AA-FE10-41D0-9F3E-56AED922F90A","04B6A753-8068-42DB-971D-9570F610C248","410D9FD6-E593-4F30-99CD-EABBCEE17BC1","A17860F1-4887-4D08-877C-6A8912E5189E","9A7E0797-FF3D-41CA-AA35-7179DEAE80FA","E41B1B8A-862D-47AD-8807-543238081073","6C169A4B-076A-42A1-B295-57C7DEA3A90D","3571B91F-4448-44F1-B6CB-7C9DC237B9AD"],"priorExtent":{"__isSmartRef__":true,"id":18935},"layout":{"__isSmartRef__":true,"id":18936},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":18801},"distanceToDragEvent":{"__isSmartRef__":true,"id":18939},"prevScroll":[0,0],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Box"},"18892":{"submorphs":[],"scripts":[],"id":"79F71EB1-0783-4EB4-9FE8-F45C91010042","shape":{"__isSmartRef__":true,"id":18893},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":18899},"_MaxTextWidth":436.57932799999975,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":18896},"showsHalos":false,"_FontSize":14,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text7","partsBinMetaInfo":{"__isSmartRef__":true,"id":18900},"textChunks":[{"__isSmartRef__":true,"id":18901}],"charsReplaced":"some text ","lastFindLoc":10,"priorSelectionRange":[11,11],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":18903},"renderContextTable":{"__isSmartRef__":true,"id":18904},"eventHandler":{"__isSmartRef__":true,"id":18905},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":18906},"_ClipMode":"visible","derivationIds":[355,"193E83D9-838A-4D2B-8D6C-2B6D762E6BCE","4543F77A-31C6-427F-AA9E-7513844C7689","A4B64BA6-1054-4E4E-BB89-3EB8DE7C1D69","FBD84700-4A14-4FC6-8680-D27867E8D937","F28ED194-EC0C-4658-8737-CD6F25DEA301","214B959D-8D7B-40F4-A0D4-551AA9759D3F","316C06CF-8F0E-4BFF-A2C3-8A5005F42DF9","3686B21F-7C8D-403A-8522-5304D5E2C140","CFA736F9-1BC6-408B-A652-5FCFF365CFBD","57177889-BF5C-47DA-A74A-7804CB5A8766","E7F83A45-3C70-43A0-BBED-A5DD13D56B5F","CB1159DF-3FFD-472C-9ABD-4155B9F9A582","0EE4B663-5E58-49F6-97CC-DB598E7B1792","50F5FE4D-76D7-4DEE-A82D-C10C7507368E","21BB0106-0D81-477D-900A-890D6ADE4880","C8E36531-B380-4F9B-B06E-3C294F415857","A7F1E683-66EC-4D39-9B8A-DC84FCE04453","428B368C-7A9D-41AE-A925-2DD7CEC66050","14227CCC-485E-42B2-A70D-330FD7FA4358","48BEF0BB-97AC-4CC9-BAC9-4DA458EF552B","836C97DC-7FFA-414D-8673-690435096C17","5AE6E102-C4C2-4DC9-BA38-7E9E39EB7A09","3E1DD61C-0F23-4103-ACA5-006D8B8472F2","C191CD9B-F217-4BDB-AA58-CFC95CC9DF74","F2DB4DE1-C310-46A9-A11C-A24372B86C71","62ECAA45-E9F6-4BE6-B861-747DE2E7A2BD","C7440185-AF5B-4731-89CF-6B111B038323","E818BA2B-5566-4BB5-80CF-CB260AA9D9EA","C8CAF2BE-3091-4F70-8C15-9AB1248ADFB2","4326C8C0-9143-4352-9055-F830778E1D90","37F747A1-2A42-4614-9AF6-EE74E0AB9CA4","58447D3B-3C93-469D-858D-DD7AAB796EC7","D4765276-6EF8-49D3-B83B-886A3C31FF14","339CBC62-6548-4D92-A9C8-9B5F3605A620"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":436.57932799999975,"_MinTextHeight":null,"previousSelection":[6,6],"owner":{"__isSmartRef__":true,"id":18891},"layout":{"__isSmartRef__":true,"id":18907},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"18893":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":18894},"_Extent":{"__isSmartRef__":true,"id":18895},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":18896},"renderContextTable":{"__isSmartRef__":true,"id":18897},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":18898},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"18894":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18895":{"x":436.57932799999975,"y":23,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"18896":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18897":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"18898":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18899":{"x":0.265,"y":0.265,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18900":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","revisionOnLoad":112200,"idOnLoad":"79F71EB1-0783-4EB4-9FE8-F45C91010042","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"18901":{"style":{"__isSmartRef__":true,"id":18902},"morph":{"__isSmartRef__":true,"id":18892},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":18892},"storedString":"your value:","__LivelyClassName__":"lively.morphic.TextChunk"},"18902":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"18903":{"x":436.57932799999975,"y":29.47,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18904":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"18905":{"morph":{"__isSmartRef__":true,"id":18892},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"18906":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18907":{"resizeWidth":true,"resizeHeight":true},"18908":{"submorphs":[],"scripts":[],"id":"CE1AA1B9-7591-476C-AB78-7DA3AF09B57A","shape":{"__isSmartRef__":true,"id":18909},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":18915},"_MaxTextWidth":436.57932799999975,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":18912},"showsHalos":false,"_FontSize":14,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text4","partsBinMetaInfo":{"__isSmartRef__":true,"id":18916},"textChunks":[{"__isSmartRef__":true,"id":18917}],"charsReplaced":"your value","lastFindLoc":20,"priorSelectionRange":[4,4],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":18919},"renderContextTable":{"__isSmartRef__":true,"id":18920},"eventHandler":{"__isSmartRef__":true,"id":18921},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":18922},"_ClipMode":"visible","derivationIds":[355,"193E83D9-838A-4D2B-8D6C-2B6D762E6BCE","387F8AB7-48B8-4822-8F9B-308C4775DEFF","2432DCD2-3243-4666-8E95-C4586C974242","464F76FC-5F17-4291-B534-CC832ADC6507","2740224B-2B09-49B7-8263-D3BC5E8429FB","494263CC-C89B-4AD2-8F35-6C297525B114","E2513F1B-C81F-45A3-9FC9-FC12D757FB3D","4B5F45F8-E65F-442B-8C50-D72370050FFD","82DC7E80-A387-48F5-A003-28023E7C5141","FE596220-1ECA-4E76-8D95-70D746C276BE","63FCD258-AD55-45E8-9B3A-E7C607969422","AEFCAB26-6B04-4EAF-B6B3-00FFC78913BD","4FC1D09F-DF49-4EFD-9413-EB7B79C65710","FDFB8DE8-972E-42B1-BD87-0413AEAD50E4","CBCB49DB-B9C6-4E29-83A8-652F182E3481","CE0AD56D-F9A9-42C3-BD3C-6C4A05E406BA","BF3C8B25-5211-4788-9F40-94B6CA19D208","CBDC90C5-9C00-4D10-9C78-B68A51006B35","8A24A7DF-32E6-4141-8807-3428CC8E7B4B","64D0BCCF-9B60-4A36-A426-05C9049FA21B","127D9404-B92E-4E18-BC9A-51DB91D8A6BF","501F5932-5D5A-4BE2-8E5F-D4E6C7B579D6","8C0F3106-4329-4EB3-9545-451094EFB45C","A7F8CEB1-0947-48D5-B108-7C373B299A2C","05289F50-5650-4FB4-AD06-7BDA0A297C2A","93F4AFEF-D946-4B09-8868-2F7AD06D9729","74321AC4-BFDB-4C1A-B9ED-4E696342F3F7","D4B2CD30-E907-4838-8DEA-CEBF04B01F5E","821A3074-2821-4413-8488-63C6502E5526","034CD349-78BF-4A91-ABB0-4F2C50925133","DB0D0EE9-DF61-42D7-AF6C-405C8AC6CAE4","5BE45D05-BB66-4B9E-82EE-AADD25ACCC56","E8CEAA85-A207-4CF1-A418-62F3CEE2107A"],"_WhiteSpaceHandling":"pre-wrap","owner":{"__isSmartRef__":true,"id":18891},"_MinTextWidth":436.57932799999975,"_MinTextHeight":null,"previousSelection":[15,15],"layout":{"__isSmartRef__":true,"id":18923},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"18909":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":18910},"_Extent":{"__isSmartRef__":true,"id":18911},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":18912},"renderContextTable":{"__isSmartRef__":true,"id":18913},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":18914},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"18910":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18911":{"x":436.57932799999975,"y":23,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"18912":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18913":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"18914":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18915":{"x":436.8443279999998,"y":0.265,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18916":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","revisionOnLoad":112200,"idOnLoad":"CE1AA1B9-7591-476C-AB78-7DA3AF09B57A","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"18917":{"style":{"__isSmartRef__":true,"id":18918},"morph":{"__isSmartRef__":true,"id":18908},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":18908},"storedString":"value in PartsBin:","__LivelyClassName__":"lively.morphic.TextChunk"},"18918":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"18919":{"x":436.57932799999975,"y":29.47,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18920":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"18921":{"morph":{"__isSmartRef__":true,"id":18908},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"18922":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18923":{"resizeHeight":true,"resizeWidth":true},"18924":{"position":{"__isSmartRef__":true,"id":18925},"_Extent":{"__isSmartRef__":true,"id":18926},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":18927},"_Fill":{"__isSmartRef__":true,"id":18928},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":18929},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":18930},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"18925":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18926":{"x":873.6886559999995,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18927":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18928":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"18929":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"18930":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18931":{"x":10,"y":285.374542028035,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18932":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","comment":"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!","migrationLevel":2,"partName":"Rectangle","revisionOnLoad":112200,"idOnLoad":"6F502D0C-D27C-4F3B-80C3-4ABE167DCA18","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"18933":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"18934":{"morph":{"__isSmartRef__":true,"id":18891},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"18935":{"x":872.6886559999995,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18936":{"resizeWidth":true,"resizeHeight":false,"layouter":{"__isSmartRef__":true,"id":18937},"extentWithoutPlaceholder":{"__isSmartRef__":true,"id":18938},"moveVertical":true},"18937":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0.265,"spacing":0,"container":{"__isSmartRef__":true,"id":18891},"__SourceModuleName__":"Global.lively.morphic.Layout","__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout"},"18938":{"x":921.568376,"y":34.73802099999986,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18939":{"x":504.5,"y":-18.05000000000001,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18940":{"submorphs":[{"__isSmartRef__":true,"id":18941},{"__isSmartRef__":true,"id":18994}],"scripts":[],"id":"4B416CF6-F24B-4A72-A924-194955C1528E","shape":{"__isSmartRef__":true,"id":19015},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":19022},"showsHalos":false,"name":"Rectangle","partsBinMetaInfo":{"__isSmartRef__":true,"id":19023},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":19026},"eventHandler":{"__isSmartRef__":true,"id":19027},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[127,"F0291F62-F100-480C-AEBF-0230398F7983","B731E063-77AE-4043-B67F-B3D6DBA46038","D0499341-8D71-406E-BD38-710A7521DACD","E3CE41E2-A043-4D2E-A0AD-BC2C5BAFF208","6B7A7877-4079-4F60-B99A-CFD2F8612387","4A4E95E3-A4E3-4BDE-A1BC-94E1EF9497AE","4491F18A-6E2C-43CA-AB41-5C5F3D24AAB9","8B324EB5-7111-4A35-BC2A-94386DB5AF43","E67E7300-D9AD-48A6-A685-9E316785CAA2","FB333477-2064-41DA-AB91-C282E133B5CE","35A7AEBC-DB06-4DE8-B407-6EE27C883D40","802548BF-12C6-4818-8A19-FA1504B604B4","E1F2CEF0-648D-483E-BF2D-D613CC00CE72"],"partTests":{"__isSmartRef__":true,"id":19028},"owner":{"__isSmartRef__":true,"id":18801},"isBeingDragged":false,"layout":{"__isSmartRef__":true,"id":19033},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":19036},"_Rotation":0,"_Scale":1.002003004005006,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Box"},"18941":{"submorphs":[],"scripts":[],"id":"0F9D404F-44EB-4D4A-9F20-2A81A99AB72E","shape":{"__isSmartRef__":true,"id":18942},"droppingEnabled":true,"halosEnabled":true,"itemList":[],"selectedLineNo":1,"showsHalos":false,"name":"PropertyList","partsBinMetaInfo":{"__isSmartRef__":true,"id":18949},"__SourceModuleName__":"Global.lively.morphic.Core","_ClipMode":"auto","renderContextTable":{"__isSmartRef__":true,"id":18950},"eventHandler":{"__isSmartRef__":true,"id":18951},"attributeConnections":[{"__isSmartRef__":true,"id":18952}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"priorExtent":{"__isSmartRef__":true,"id":18988},"layout":{"__isSmartRef__":true,"id":18989},"_Position":{"__isSmartRef__":true,"id":18990},"owner":{"__isSmartRef__":true,"id":18940},"derivationIds":[6815,"03F14E0E-9E5B-4859-A615-54EF71C7B566","E706204D-570B-4475-8BB5-B915D9B2DC13","C68E009B-97AF-4DAD-80BB-7DF0F22E4214","6B1F3F02-5E95-48C8-9D95-505F95B27F12","2D51242A-20C5-4D03-A9BF-E4C46D5F7971","80C6ED47-2512-4C23-9C1D-18BFA8799A2F","E2B6916B-E7C6-440A-BB07-87C7E65B6471","F7D0A135-B909-4C49-9B60-2D8C39E0845C","D734B6EC-13E9-4399-97C1-0E9BD61CA0C8","3CC824A8-D736-4C84-868B-B27B5AAE2CCF","CCFD183D-C8D7-481B-82E9-FA6624B0EDBB","84FE591A-391D-4CD6-901D-CB87AAE1C04E","3625F657-C95C-41A7-A04F-9398E6067186","0AB4FC57-7F6F-47F9-BFD1-BDCE21C3C67B","8321C3C9-1344-4C3E-BBFE-425D638EA94A","228DB4EC-505D-48DC-81FC-BA5E8BAA824C","DFDA05A3-4691-4D5E-9985-DD8B8ADBB6C4","9DEE0DAD-1288-4B19-B3CE-C25896B8DB73","F0E3EB7C-F6FF-43FC-A962-8CC3FB12CEBE","B2DBB518-01D5-4B0E-B56A-0699B3D89033","8FAA631B-1AD6-4289-B797-0310BE7BA2F1","7A76537F-00A3-4A9B-BD50-D0211B5F2D8E","521E17D8-36C1-40F4-BE1B-AA8417D9B333","2A68BB94-90F3-4C9E-8BF6-D87463FDD840","BE955A8D-463C-46F4-BB7C-EBF354C211F1","3E87C52C-2AD4-4D68-A4F7-B0B740B51AE9","140100C6-F247-4A6B-A766-6F84C5202656","F21E8763-AD94-4BB3-BD63-DC6738BDB55B","F2DD3239-B644-428F-9541-BD89F4D75FEC","22B3421E-7512-42EE-B8A0-D3D24B27AB1A","FAF4DD24-8E5D-4DFA-9357-FD6E5C53D9A6","BB9357A4-2BC2-40F5-B3BF-AB1EACE9CD4A","10230264-2836-4F1B-9031-0210AD71A66E","75B82A97-8606-467C-86E2-180BAB0CD894","A0EB9700-0C56-4C86-ABDC-6F152B6C55BF","9F4486A6-0241-4AD6-91DE-FAF0D30DC779","DDED732E-A348-4468-86D4-23F10D566D68","4511AC03-9DB2-4B51-ACBB-3CE1B8A57890","4EE11709-BA72-4959-B8EE-0C111647F783","0533B93D-60B5-4224-95C0-9ACF2B5C5E99","44F8D148-82EB-4ACE-9507-D96CCA7F458D","2A8DF1E6-F9CF-4CED-A4FE-D072E45D9DF7","17296BBD-3726-47A2-9214-3BE1002529C1","DBA99B9D-4468-45F2-9945-B60DD159926F","63A2A983-D03B-4E5E-A190-3D56D9B0E5D8","C3327C0F-A047-4E19-A481-EB1869B10BB1","4923C7FA-8818-4B8D-9EF0-7D2FE39FD41E","27E5209C-77B2-4A37-B9E7-9B7C73011BBC","1A5921EF-BEB6-43FC-89FC-C62496BDBBED","BE5FE6C5-0EFA-4AAB-80F5-03FFFABC03DF","AA9A2929-4FA9-4B67-AF20-BA50DCDB8E90","529F8A1D-D401-46C8-9D7B-4B537C244147","BF31F4C3-5DBE-40C4-A336-DE4BADE483DA","D1125522-A0DE-4CCE-A4EE-18F6A98FC275","DEFA5E09-5460-4C20-9C3C-2FAC441E90C8","D8D1A8BB-67D6-4455-99A6-F4E1F8D05949","46D2A6B8-8AC2-4C7C-B9CA-0387422E1EA2","6F58BA41-777F-41EA-959F-35ABB4603656","DDA50E76-B6BB-435F-BD60-DA63870A1F13","403B07D3-B3EC-4124-AF0D-1624A5815F7E","70E71509-F7E0-49BA-BE88-E14B940FD857","00928ABF-6A54-45E9-A035-065DE6BEEB65","0CA5E3CC-10DF-4AB5-B032-C3F551F50AE5","FF1D7267-0727-41B0-8616-F16F82DBDB06","3A24B3DA-C8CA-4ABF-8B4D-ED0698DE91AA","030F2529-E1AB-401C-A937-7D1FE5AD80AF","FA871AD9-2F5D-46F7-87DC-F95CB00770F4"],"isBeingDragged":false,"eventsAreDisabled":false,"_PointerEvents":"auto","changeTriggered":true,"distanceToDragEvent":{"__isSmartRef__":true,"id":18991},"prevScroll":[0,0],"_Rotation":0,"_Scale":0.998001,"selection":{"__isSmartRef__":true,"id":18992},"__LivelyClassName__":"lively.morphic.List"},"18942":{"position":{"__isSmartRef__":true,"id":18943},"_Extent":{"__isSmartRef__":true,"id":18944},"_BorderWidth":1.6280000000000001,"_BorderColor":{"__isSmartRef__":true,"id":18945},"_Fill":{"__isSmartRef__":true,"id":18946},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":18947},"_Padding":{"__isSmartRef__":true,"id":18948},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"18943":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18944":{"x":308.1170311669613,"y":230.05454202803503,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18945":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18946":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"18947":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"18948":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18949":{"partsSpaceName":"PartsBin/Basic","migrationLevel":2,"__SourceModuleName__":"Global.lively.PartsBin","partName":"List","comment":"a list morph","idOnLoad":"0F9D404F-44EB-4D4A-9F20-2A81A99AB72E","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"18950":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateListContent":"updateListContentHTML","resizeList":"resizeListHTML","getItemIndexFromEvent":"getItemIndexFromEventHTML","getListExtent":"getListExtentHTML","setSize":"setSizeHTML","renderAsDropDownList":"renderAsDropDownListHTML","setFontSize":"setFontSizeHTML","setFontFamily":"setFontFamilyHTML","getSelectedIndexes":"getSelectedIndexesHTML","enableMultipleSelections":"enableMultipleSelectionsHTML","selectAllAt":"selectAllAtHTML","clearSelections":"clearSelectionsHTML","deselectAt":"deselectAtHTML"},"18951":{"morph":{"__isSmartRef__":true,"id":18941},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"18952":{"sourceObj":{"__isSmartRef__":true,"id":18941},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":18801},"targetMethodName":"onSelectionChange","visualConnector":{"__isSmartRef__":true,"id":18953},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"18953":{"submorphs":[{"__isSmartRef__":true,"id":18954}],"scripts":[],"shape":{"__isSmartRef__":true,"id":18969},"id":5264,"renderContextTable":{"__isSmartRef__":true,"id":18976},"eventHandler":{"__isSmartRef__":true,"id":18977},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":18978},{"__isSmartRef__":true,"id":18979}],"con":{"__isSmartRef__":true,"id":18952},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":18980},"__LivelyClassName__":"lively.morphic.Path"},"18954":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":18955},"id":5265,"renderContextTable":{"__isSmartRef__":true,"id":18966},"eventHandler":{"__isSmartRef__":true,"id":18967},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":18968},"owner":{"__isSmartRef__":true,"id":18953},"_Rotation":-2.5748634360662868,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"18955":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":18956},{"__isSmartRef__":true,"id":18957},{"__isSmartRef__":true,"id":18958},{"__isSmartRef__":true,"id":18959}],"renderContextTable":{"__isSmartRef__":true,"id":18960},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":18961},"_Extent":{"__isSmartRef__":true,"id":18962},"_Padding":{"__isSmartRef__":true,"id":18963},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":18964},"_Fill":{"__isSmartRef__":true,"id":18965},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"18956":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"18957":{"isAbsolute":true,"x":0,"y":12,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"18958":{"isAbsolute":true,"x":16,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"18959":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"18960":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"18961":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18962":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18963":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18964":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18965":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18966":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"18967":{"morph":{"__isSmartRef__":true,"id":18954},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"18968":{"x":0.5,"y":0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18969":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":18970},{"__isSmartRef__":true,"id":18971}],"renderContextTable":{"__isSmartRef__":true,"id":18972},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":18973},"_Extent":{"__isSmartRef__":true,"id":18974},"_Padding":{"__isSmartRef__":true,"id":18975},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":18964},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"18970":{"isAbsolute":true,"x":11,"y":28,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"18971":{"isAbsolute":true,"x":0,"y":21,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"18972":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"18973":{"x":-0.5,"y":20.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18974":{"x":12,"y":8,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18975":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"18976":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"18977":{"morph":{"__isSmartRef__":true,"id":18953},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"18978":{"morph":{"__isSmartRef__":true,"id":18953},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"18979":{"morph":{"__isSmartRef__":true,"id":18953},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":18954},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"18980":{"morphMenuItems":{"__isSmartRef__":true,"id":18981}},"18981":{"varMapping":{"__isSmartRef__":true,"id":18982},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":18987},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18982":{"this":{"__isSmartRef__":true,"id":18953},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":18983}},"18983":{"$super":{"__isSmartRef__":true,"id":18984}},"18984":{"varMapping":{"__isSmartRef__":true,"id":18985},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":18986},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"18985":{"obj":{"__isSmartRef__":true,"id":18953},"name":"morphMenuItems"},"18986":{},"18987":{},"18988":{"x":308.1170311669613,"y":230.05454202803503,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18989":{"resizeWidth":false,"resizeHeight":true},"18990":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18991":{"x":515.4575,"y":-10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18992":{"name":"Foobar","item":{"__isSmartRef__":true,"id":18993},"prop":"shape > _BorderColor > r","id":"20BC8224-6D0E-4E38-BB71-EC7F4BDB8E0A","string":"(Foobar) shape > _BorderColor > r"},"18993":{"type":"property","newValue":0,"oldValue":1,"__SourceModuleName__":"Global.lively.morphic.DiffMerge","__LivelyClassName__":"AtomicDiff"},"18994":{"submorphs":[],"scripts":[],"id":"8D062CDD-AB62-4BAC-8ECD-B0DB8FCEF49C","shape":{"__isSmartRef__":true,"id":18995},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":19002},"showsHalos":false,"name":"PreviewPane","partsBinMetaInfo":{"__isSmartRef__":true,"id":19003},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":19006},"eventHandler":{"__isSmartRef__":true,"id":19007},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[127,"F0291F62-F100-480C-AEBF-0230398F7983","5D7595D3-4CD5-4D8D-A54E-D2DE3AE2B9EA","56624BAD-EE9A-41AF-8602-C18F99C7DEEF","C2A4DBF2-E9F8-41A0-B5BC-B88FA3C8E947","D59E9B46-AC64-49BE-9228-F3968C2622B8","B7542AFF-1A68-4FB5-8700-128FD15550EC","D63A4E49-715D-4904-BB55-A0B510D3088E","1FB7A773-0C10-4340-AB23-E7E49C6FEA0C","21CC25F7-CCD3-4215-A066-A6D04446C934","D8F734D0-0E66-41E1-9BBF-4EF8A3670397","BFF3D4E5-4EF9-4ADA-8A69-B2477D32AAFD","D96CDE7F-445E-4E19-944D-FEBF8420CBEF","1534B245-B4D1-4584-91CA-BF4DB42CECD9"],"partTests":{"__isSmartRef__":true,"id":19008},"owner":{"__isSmartRef__":true,"id":18940},"priorExtent":{"__isSmartRef__":true,"id":19013},"layout":{"__isSmartRef__":true,"id":19014},"_Rotation":0,"_Scale":1,"_ClipMode":"scroll","isBeingDragged":false,"__LivelyClassName__":"lively.morphic.Box"},"18995":{"position":{"__isSmartRef__":true,"id":18996},"_Extent":{"__isSmartRef__":true,"id":18997},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":18998},"_Fill":{"__isSmartRef__":true,"id":18999},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":19000},"_ClipMode":"scroll","_Padding":{"__isSmartRef__":true,"id":19001},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"18996":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18997":{"x":558.4166248330382,"y":230.05454202803503,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"18998":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"18999":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"19000":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"19001":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19002":{"x":315.27203116696126,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19003":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","comment":"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!","migrationLevel":4,"partName":"Rectangle","changes":[{"__isSmartRef__":true,"id":19004}],"revisionOnLoad":140998,"idOnLoad":"8D062CDD-AB62-4BAC-8ECD-B0DB8FCEF49C","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"19004":{"date":{"__isSmartRef__":true,"id":19005},"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B"},"19005":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (Mitteleuropäische Zeit)"},"19006":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"19007":{"morph":{"__isSmartRef__":true,"id":18994},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"19008":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":19009}},"19009":{"test01IsMorph":{"__isSmartRef__":true,"id":19010}},"19010":{"varMapping":{"__isSmartRef__":true,"id":19011},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":19012},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19011":{"this":{"__isSmartRef__":true,"id":19008}},"19012":{},"19013":{"x":558.4166248330382,"y":230.05454202803503,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19014":{"adjustForNewBounds":true,"resizeHeight":true,"resizeWidth":true},"19015":{"position":{"__isSmartRef__":true,"id":19016},"_Extent":{"__isSmartRef__":true,"id":19017},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":19018},"_Fill":{"__isSmartRef__":true,"id":19019},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":19020},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":19021},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"19016":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19017":{"x":873.6886559999995,"y":230.05454202803503,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19018":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19019":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"19020":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"19021":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19022":{"x":10,"y":50.55,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19023":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","comment":"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!","migrationLevel":4,"partName":"Rectangle","changes":[{"__isSmartRef__":true,"id":19024}],"revisionOnLoad":140998,"idOnLoad":"4B416CF6-F24B-4A72-A924-194955C1528E","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"19024":{"date":{"__isSmartRef__":true,"id":19025},"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B"},"19025":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (Mitteleuropäische Zeit)"},"19026":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"19027":{"morph":{"__isSmartRef__":true,"id":18940},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"19028":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":19029}},"19029":{"test01IsMorph":{"__isSmartRef__":true,"id":19030}},"19030":{"varMapping":{"__isSmartRef__":true,"id":19031},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":19032},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19031":{"this":{"__isSmartRef__":true,"id":19028}},"19032":{},"19033":{"adjustForNewBounds":true,"layouter":{"__isSmartRef__":true,"id":19034},"extentWithoutPlaceholder":{"__isSmartRef__":true,"id":19035},"resizeWidth":true,"resizeHeight":true},"19034":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":7.155,"container":{"__isSmartRef__":true,"id":18940},"__SourceModuleName__":"Global.lively.morphic.Layout","__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout"},"19035":{"x":475.2483759999999,"y":120.95802099999986,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19036":{"x":873.6886559999995,"y":229.05454202803503,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19037":{"submorphs":[{"__isSmartRef__":true,"id":19038},{"__isSmartRef__":true,"id":19091},{"__isSmartRef__":true,"id":19144},{"__isSmartRef__":true,"id":19197}],"scripts":[],"id":"B79F09B4-20F3-443B-A637-7C23B01926B9","shape":{"__isSmartRef__":true,"id":19250},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":19257},"showsHalos":false,"name":"Rectangle5","partsBinMetaInfo":{"__isSmartRef__":true,"id":19258},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":19259},"eventHandler":{"__isSmartRef__":true,"id":19260},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[127,"E6E19009-D168-4079-8B13-C64DEA873A22","E20AD705-5F1A-4A1D-9549-9A478D996621","3747A381-AE68-4FB0-8263-DAAF87B0F7B4","FD48D8B4-B109-424F-B92B-C4E379A48757","8755CA3B-9AFA-4976-9BCB-B7946556358A","0EE434F9-684C-48DA-A2C5-ED3ACD449D3A","B30377E0-2F52-4195-AD8D-33546130DC46","016CF6D8-7004-4557-9D72-D980CF77180B","A796B9D1-15EB-4B2C-9A50-65B435121183","32C7A180-5575-4A5F-9DC1-B4C5C5EDB664","52FECBF4-F707-49E4-8146-F3C2BC747406","5834E76A-5C6C-4A57-9F7E-15A3B6D76DA6","37BC43D9-167B-4D71-B46F-33B96592E77C","33253F65-345B-46E9-9038-B09E122093A1","9FB92D1E-BDA3-4826-BD93-8321F27042FA","8DE9D0F1-B56E-45AB-A204-B02126F821E3","7D4308A8-AD95-4CFE-8B77-89D71B27D650","9E667983-50D6-4BCD-8D2A-C27633771214","28B056F5-1DB8-41AE-A012-DE34A17E0386","EAEFC40E-AEAA-4A75-B3B0-928695E0B28D","87A7EF3E-10CA-48CA-B8F5-929BB6E99D1A","65A1259D-7C7E-4F07-98AC-3B7493879585","3A31EB59-12C8-4AB9-810A-BB964AEF5727","1C075681-CFC9-4CE7-B6E3-C1F89CCB3B25","03E6EC31-E846-4F95-8A71-8F5EFF716794","55949EA4-417F-4DE6-9E28-7CE5B6723728","FB25C260-5149-457C-AE89-D9A5AF1B44A7","F18C2862-BEF8-45DF-9276-5EEB15D35B8C","B2523B15-BA9A-4D99-BD86-97E5041E6BE3","D380CBDB-6803-4E5A-A44D-F95896AF8E63","B10F6C84-5274-4F3B-99BE-5203345E450F","369383D1-B3AF-4014-BD14-2A5F200B49AC","B1410E6F-AAA2-4BA3-A3A7-7D2C5A568B49","AAB3FBAC-38D1-4837-AB48-929DD88B66EC","57C75816-A58A-49CB-8A61-91D39FFAFD05","571857CC-0695-4486-A18D-EA968C5ACF9D","C6DB8011-E689-4BF6-8C83-35F700D46343","C7F0758B-4A1D-4DA8-9FB3-699610D69822","6FD64ED8-A459-4A1D-A6AA-B3C8C2AA9697","E9DF2764-82F6-400D-811C-19AF97709007","624BB275-C612-4406-B613-BCCFEDEBE008","481DA97B-1830-4255-9B74-43FA840E7D1F","9F3B2552-D35F-4127-881F-2E591D2C79DE","E27874E0-1B9A-41D5-8554-9DA03A2CB420","5CAD6810-6380-4974-9A67-9D35A55F84FF","DC54BA19-25A7-4472-9736-52210AA2931E","F5BD2524-2995-474D-B7FA-22C7D31A2E4F","7FD9CC0A-BF6C-4ACD-BED6-3F0D98A1EC0A","BF8CCE40-8175-40B4-96FB-935CFA25B9C7","047A1A1A-D0C8-44D7-911A-A61139C59D3F","D1547583-942E-43FD-8ACD-3D032974A6AF","625D3A61-CD96-4AED-86B0-A9E4EFD96211","6FE74426-A7BE-4497-B57D-2054FDE4780B","565947AE-FE2E-4D6D-9982-A0CD9198BF3F","CEC642FA-C777-40BA-B133-61E5BDF83B7A","34D748FF-9080-44A6-8D62-14CAB057D9BA","32465A01-3630-4005-9DCD-C1CD9438B8D0","2ADE327B-F6DB-43D2-8803-5F6EE0EB2B9B","C76AFA02-58FE-4F15-8F61-5C2187467042","55543265-0559-41A0-BA8C-9A8B1F4F44C7","BA461AEC-BE57-462E-ACC4-A2448BE81539","54BFB847-B56C-4932-BCB6-9E958B12F6C9","915E9092-C7F1-4DC0-8993-EDE95C0C077A","E24A58FF-C13B-49BC-851C-75DDE7D1D4F2"],"priorExtent":{"__isSmartRef__":true,"id":19261},"layout":{"__isSmartRef__":true,"id":19262},"isInLayoutCycle":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":19265},"owner":{"__isSmartRef__":true,"id":18801},"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Box"},"19038":{"submorphs":[{"__isSmartRef__":true,"id":19039}],"scripts":[],"id":"162A982E-550A-423B-BF01-3EA4C0B729C0","shape":{"__isSmartRef__":true,"id":19055},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":19071},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":19059},"lighterFill":{"__isSmartRef__":true,"id":19072},"label":{"__isSmartRef__":true,"id":19039},"name":"ScriptableButton3","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":19081},"attributeConnections":[{"__isSmartRef__":true,"id":19082}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":19083},"renderContextTable":{"__isSmartRef__":true,"id":19084},"eventHandler":{"__isSmartRef__":true,"id":19085},"derivationIds":[2588,"6949C1AE-05BE-40D9-B1D4-591EC7DE87C7","F4815FE8-D463-4BD3-BBA4-E5C409E224AF","5C7D4575-B0C0-4BCA-918D-79428C5662AE","606497E5-4289-485B-BDF5-82A72BF96234","C0C61682-5F9F-4E92-9E06-693984F43477","35D79464-313F-464D-AB22-33B132B153A6","DB1C6C89-69B5-442D-AFC5-8AD1CE1C9C3C","E8BBC1B0-D1EE-4A8E-9CBB-48F9A6547EC5","AF289F05-F93B-4EBB-A242-FA5ACDE28AEB","45B35504-F805-4A4D-A004-A230F571CC11","590D24D9-F4EC-4A8A-8159-BF17EACC4494","1A18E0D3-42CA-43D2-9113-627140EA7D21","DE376199-E5C4-421D-993E-00E806B86D6D","433A6AE3-817E-4BC5-BFE4-A023B3FE0F82","690FEBBE-2F35-4BD3-B4F4-D9EDEC9A694D","8B7E68DC-797F-420E-A396-C200084B04B4","B130ADBF-EEA7-4959-8F2D-B0EFF7711949","DDD81451-DD22-48DC-87EC-3905C4FEABE9","E5FFA06B-4A56-452C-8D38-B2A5A28A2C3C","9A9E7401-1381-40D9-A282-41EFD7162C45","B6EA2CA3-79AD-4875-98E8-A31F0D68E9D3","79B11384-51B0-4D32-8E8D-14435FA6821B","AA772EAF-38E4-4A9B-9E1C-7CF796486A12","087A050F-12F5-4682-AE9E-8F32220450F2","F5118F95-4782-4E3B-9E3E-9AFA5B371C71","121535A0-D4C9-47D0-BB31-93DFE8794E2C"],"owner":{"__isSmartRef__":true,"id":19037},"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":19086},"__LivelyClassName__":"lively.morphic.Button"},"19039":{"submorphs":[],"scripts":[],"id":"EBD81A16-0BEE-4F35-BDB9-D529B4DEA091","shape":{"__isSmartRef__":true,"id":19040},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":19046},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":19047},"_Padding":{"__isSmartRef__":true,"id":19048},"owner":{"__isSmartRef__":true,"id":19038},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":19049},"textChunks":[{"__isSmartRef__":true,"id":19050}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":19052},"eventHandler":{"__isSmartRef__":true,"id":19053},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[2589,"4151B010-6780-4B27-87B0-22660CE3D138","9A2756CF-6328-4CE7-9253-8502EC34C644","70C84BC2-FF7E-4D56-8B5D-F978FAEC0495","879F01D8-ED2E-407B-967B-D37DD56E00F1","79400885-63D0-4034-9464-0794D46F34CC","B2AA0474-9F81-40CC-A770-C7F0CFB89249","2DDE29DB-DDE9-4ADF-9322-95E511DCCBB9","7C3E1EF5-2624-492D-A286-F430BD64C08F","8F9916D8-5B85-42E6-9DB1-38B20955B3D4","329D3419-6864-4232-A812-5FA17F632632","5DD92DB1-9E9D-4860-8B07-1F829A6B9FD4","21737A77-DBD6-4D89-BD35-6841436A04A3","9CD7A8E0-F60B-41E0-819E-D62BB32CE172","C3E3BEE2-1D3A-4D83-BB9E-0CFA7957204C","453BFA2B-962C-4F4C-8029-98736A00FACA","378DB76F-7189-4FA1-A43F-601DB53C7938","02F96331-EDD8-4964-9451-5F1887DC92F9","C8CB8C84-A63C-4196-8A90-6AD9A415F8A8","1BFF3A15-2276-4AA3-9B29-C7F90510B0F6","09B3935D-D1B3-4AA9-8408-B96BEE74823F","28C4BF6D-6150-40D6-A10C-F2A747F72D0B","3EF334A4-1C12-49CB-85FC-A889790022DD","6769B4D1-9352-4DA8-BF0F-6FF566908367","6615C4BD-E9B4-4595-8FAB-204058686F9F","C59450F7-3838-4742-B9E4-73F2767F5CD4","8FD51902-12F1-498B-AB83-9D2BE206D7AF"],"_MinTextWidth":101,"_MinTextHeight":null,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"partsBinMetaInfo":{"__isSmartRef__":true,"id":19054},"__LivelyClassName__":"lively.morphic.Text"},"19040":{"position":{"__isSmartRef__":true,"id":19041},"_Extent":{"__isSmartRef__":true,"id":19042},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":19043},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":19044},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":19045},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"19041":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19042":{"x":101,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"19043":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19044":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"19045":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19046":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19047":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19048":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19049":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19050":{"style":{"__isSmartRef__":true,"id":19051},"chunkOwner":{"__isSmartRef__":true,"id":19039},"storedString":"conflicted","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"19051":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"19052":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"19053":{"morph":{"__isSmartRef__":true,"id":19039},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"19054":{"requiredModules":[],"idOnLoad":"EBD81A16-0BEE-4F35-BDB9-D529B4DEA091","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"19055":{"position":{"__isSmartRef__":true,"id":19056},"_Extent":{"__isSmartRef__":true,"id":19057},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":19058},"_Fill":{"__isSmartRef__":true,"id":19059},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":19069},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":19070},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"19056":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19057":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19058":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19059":{"stops":[{"__isSmartRef__":true,"id":19060},{"__isSmartRef__":true,"id":19062},{"__isSmartRef__":true,"id":19064},{"__isSmartRef__":true,"id":19066}],"vector":{"__isSmartRef__":true,"id":19068},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"19060":{"offset":0,"color":{"__isSmartRef__":true,"id":19061}},"19061":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19062":{"offset":0.4,"color":{"__isSmartRef__":true,"id":19063}},"19063":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19064":{"offset":0.6,"color":{"__isSmartRef__":true,"id":19065}},"19065":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19066":{"offset":1,"color":{"__isSmartRef__":true,"id":19067}},"19067":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19068":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19069":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"19070":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19071":{"x":6.890000000000001,"y":6.890000000000001,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19072":{"stops":[{"__isSmartRef__":true,"id":19073},{"__isSmartRef__":true,"id":19075},{"__isSmartRef__":true,"id":19077},{"__isSmartRef__":true,"id":19079}],"vector":{"__isSmartRef__":true,"id":19068},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"19073":{"offset":0,"color":{"__isSmartRef__":true,"id":19074}},"19074":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19075":{"offset":0.4,"color":{"__isSmartRef__":true,"id":19076}},"19076":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19077":{"offset":0.6,"color":{"__isSmartRef__":true,"id":19078}},"19078":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19079":{"offset":1,"color":{"__isSmartRef__":true,"id":19080}},"19080":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19081":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"partName":"ScriptableButton","comment":"Has a script that is called on button press","revisionOnLoad":140039,"idOnLoad":"162A982E-550A-423B-BF01-3EA4C0B729C0","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"19082":{"sourceObj":{"__isSmartRef__":true,"id":19038},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":19038},"targetMethodName":"onFire","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"19083":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19084":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"19085":{"morph":{"__isSmartRef__":true,"id":19038},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"19086":{"onFire":{"__isSmartRef__":true,"id":19087}},"19087":{"varMapping":{"__isSmartRef__":true,"id":19088},"source":"function onFire() {\n this.owner.owner.updateCategory(\"conflicted\");\n}","funcProperties":{"__isSmartRef__":true,"id":19089},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19088":{"this":{"__isSmartRef__":true,"id":19038}},"19089":{"timestamp":{"__isSmartRef__":true,"id":19090},"user":"undefined","tags":[]},"19090":{"isSerializedDate":true,"string":"Sat Mar 10 2012 14:30:29 GMT+0100 (Mitteleuropäische Zeit)"},"19091":{"submorphs":[{"__isSmartRef__":true,"id":19092}],"scripts":[],"id":"BA8D60A4-D83D-4782-B94C-540DFA748C52","shape":{"__isSmartRef__":true,"id":19108},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":19124},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":19112},"lighterFill":{"__isSmartRef__":true,"id":19125},"label":{"__isSmartRef__":true,"id":19092},"name":"ScriptableButton4","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":19134},"attributeConnections":[{"__isSmartRef__":true,"id":19135}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":19136},"renderContextTable":{"__isSmartRef__":true,"id":19137},"eventHandler":{"__isSmartRef__":true,"id":19138},"derivationIds":[2588,"6949C1AE-05BE-40D9-B1D4-591EC7DE87C7","88DF5D6D-42E3-451D-9EE8-A87BE6EA6899","49885307-57A9-4804-8DE5-3D4FE6EB1A2D","5A41C2F1-C4BC-4A0A-B030-6FB6B89943E5","4660DDAE-EB6F-413E-8E1B-9A90107C3D31","68F39695-8E04-4038-B993-B1B71BF70984","ACE4CCF8-FD98-4627-8520-18EF2DE537FA","4AA8336F-E284-4E78-8BE8-5E2337B3FF41","7809BC80-0CE5-44D1-A56B-E0906C3014DF","35D22436-4D2D-4762-9776-E9056CD8391E","8A177F63-195E-4540-8F3C-F01DE4C1E39A","2DDF0E05-53FF-4390-8420-3106A3AD3FE3","A020E7D2-9C40-4361-A469-D8C1242DE25B","C9E4313D-903F-432C-B80B-F4398266C660","94589826-4797-42C4-B2BA-42876FA7236A","F755AE94-317A-459B-91F8-B84139CD9B90","FAD1AC4D-E981-48E0-9648-58E68686ED7E","F34F5F42-63DC-4DF5-807F-AB4BD05DC52D","6E3CFC38-ADB9-46A8-9B1D-A8215010C695","FBE22342-7823-4890-8401-AA35F747BDD1","CE5D3795-7DAE-4E15-9BFC-B8312484EEA7","C9E3C21B-C823-43C0-8128-15B35B1FC1E6","015BC207-A1D6-473E-ACEA-6AAC1054279E","A889B29D-F83F-4749-8F2B-C1A2D63E4AC1","7276D9A0-0098-4D37-AF27-CEBFA8BF0762","0C4ADB7C-BF41-4569-8CB9-CEB1D86C32C8","03AE5AE2-C577-40A3-98EC-8BB809AB4E35"],"owner":{"__isSmartRef__":true,"id":19037},"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":19139},"__LivelyClassName__":"lively.morphic.Button"},"19092":{"submorphs":[],"scripts":[],"id":"904EABEA-B625-4255-BF42-F585EEC19DA7","shape":{"__isSmartRef__":true,"id":19093},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":19099},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":19100},"_Padding":{"__isSmartRef__":true,"id":19101},"owner":{"__isSmartRef__":true,"id":19091},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":19102},"textChunks":[{"__isSmartRef__":true,"id":19103}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":19105},"eventHandler":{"__isSmartRef__":true,"id":19106},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[2589,"4151B010-6780-4B27-87B0-22660CE3D138","FC86686A-EFB8-41CA-8D73-36E868FFB8DF","AF9D2152-2DEF-4302-923A-82C64109A9B1","F283D632-38F6-4729-B377-BA3F1E4D190C","162D1549-C54D-49B6-A342-D30F8F5AD6B8","AF47784D-38B3-4378-8E05-9F013EED2BA3","F2C8063C-569E-466B-9077-A8382A79EC90","F52E7568-D4D3-4DE3-94DF-09ECC325622F","E2C50F29-E4F3-4DB6-89AF-BB0A412707CB","9FF460BD-D085-449C-9969-7D88BB9C15FD","46572C96-91CE-4F01-9218-CAFD130A1AE3","177A1AB0-343F-4848-9134-CC334B31A6C5","E80C5C8B-1150-4648-98E2-FB4A54D821D9","C2173C05-A3C2-4040-B8AE-033AC559BB23","95E09078-4841-4A66-94F8-C55772DFB724","151FC1C5-4C2A-416F-9205-C1389D9F48A2","7ED72177-CBCA-41CC-A9E3-3AAD934626AB","4E0B8FD5-E181-4379-818D-44B865841911","7C2BA87F-F3EE-4EC6-BCDC-7C1CE3113669","87C468B6-CA44-4829-9EE9-CEE311F1E074","F0C1B1AC-B90F-4429-8BF9-4B47E0EEAD77","E4BFE0DE-BC0F-4F7A-B50B-5A563475CB12","0A5D5723-3A57-467F-BB3D-2DDC07A8BB3B","DF5A3A4E-9F97-4C2C-99D7-A40F868E8BDF","397F0D2C-A5BC-49DB-ACFF-9A14CA25633F","CF01CF1A-323C-446A-BFDD-03B563A59E73","61929EF9-D8D4-4DE1-9044-C5796A76A4EE"],"_MinTextWidth":101,"_MinTextHeight":null,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"partsBinMetaInfo":{"__isSmartRef__":true,"id":19107},"__LivelyClassName__":"lively.morphic.Text"},"19093":{"position":{"__isSmartRef__":true,"id":19094},"_Extent":{"__isSmartRef__":true,"id":19095},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":19096},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":19097},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":19098},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"19094":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19095":{"x":101,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"19096":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19097":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"19098":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19099":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19100":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19101":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19102":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19103":{"style":{"__isSmartRef__":true,"id":19104},"chunkOwner":{"__isSmartRef__":true,"id":19092},"storedString":"added","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"19104":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"19105":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"19106":{"morph":{"__isSmartRef__":true,"id":19092},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"19107":{"requiredModules":[],"idOnLoad":"904EABEA-B625-4255-BF42-F585EEC19DA7","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"19108":{"position":{"__isSmartRef__":true,"id":19109},"_Extent":{"__isSmartRef__":true,"id":19110},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":19111},"_Fill":{"__isSmartRef__":true,"id":19112},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":19122},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":19123},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"19109":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19110":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19111":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19112":{"stops":[{"__isSmartRef__":true,"id":19113},{"__isSmartRef__":true,"id":19115},{"__isSmartRef__":true,"id":19117},{"__isSmartRef__":true,"id":19119}],"vector":{"__isSmartRef__":true,"id":19121},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"19113":{"offset":0,"color":{"__isSmartRef__":true,"id":19114}},"19114":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19115":{"offset":0.4,"color":{"__isSmartRef__":true,"id":19116}},"19116":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19117":{"offset":0.6,"color":{"__isSmartRef__":true,"id":19118}},"19118":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19119":{"offset":1,"color":{"__isSmartRef__":true,"id":19120}},"19120":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19121":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19122":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"19123":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19124":{"x":115.025,"y":6.890000000000001,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19125":{"stops":[{"__isSmartRef__":true,"id":19126},{"__isSmartRef__":true,"id":19128},{"__isSmartRef__":true,"id":19130},{"__isSmartRef__":true,"id":19132}],"vector":{"__isSmartRef__":true,"id":19121},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"19126":{"offset":0,"color":{"__isSmartRef__":true,"id":19127}},"19127":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19128":{"offset":0.4,"color":{"__isSmartRef__":true,"id":19129}},"19129":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19130":{"offset":0.6,"color":{"__isSmartRef__":true,"id":19131}},"19131":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19132":{"offset":1,"color":{"__isSmartRef__":true,"id":19133}},"19133":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19134":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"partName":"ScriptableButton","comment":"Has a script that is called on button press","revisionOnLoad":140039,"idOnLoad":"BA8D60A4-D83D-4782-B94C-540DFA748C52","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"19135":{"sourceObj":{"__isSmartRef__":true,"id":19091},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":19091},"targetMethodName":"onFire","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"19136":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19137":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"19138":{"morph":{"__isSmartRef__":true,"id":19091},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"19139":{"onFire":{"__isSmartRef__":true,"id":19140}},"19140":{"varMapping":{"__isSmartRef__":true,"id":19141},"source":"function onFire() {\n\tthis.owner.owner.updateCategory(\"added\")\n}","funcProperties":{"__isSmartRef__":true,"id":19142},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19141":{"this":{"__isSmartRef__":true,"id":19091}},"19142":{"timestamp":{"__isSmartRef__":true,"id":19143},"user":"undefined","tags":[]},"19143":{"isSerializedDate":true,"string":"Sat Mar 10 2012 14:30:48 GMT+0100 (Mitteleuropäische Zeit)"},"19144":{"submorphs":[{"__isSmartRef__":true,"id":19145}],"scripts":[],"id":"677CDBBF-E816-426D-9E51-0F6320ADF2D5","shape":{"__isSmartRef__":true,"id":19161},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":19177},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":19165},"lighterFill":{"__isSmartRef__":true,"id":19178},"label":{"__isSmartRef__":true,"id":19145},"name":"ScriptableButton5","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":19187},"attributeConnections":[{"__isSmartRef__":true,"id":19188}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":19189},"renderContextTable":{"__isSmartRef__":true,"id":19190},"eventHandler":{"__isSmartRef__":true,"id":19191},"derivationIds":[2588,"6949C1AE-05BE-40D9-B1D4-591EC7DE87C7","88DF5D6D-42E3-451D-9EE8-A87BE6EA6899","560F1AD7-E640-4214-811D-56185D5B5246","9DEF9BCF-5B2E-4B56-A6A9-B4139E2EFC43","F830687B-847D-4341-B761-AEA54817EE4E","9523A41C-3A1D-4AE8-A5CC-8568DECE1972","E615D0FB-8754-4D2F-AB46-3A10A08B107A","1025E5B3-4CBB-498A-A088-E2A1CED88AB3","DE1A279F-8EFC-4970-B9AC-E004CD462629","8CBEF95F-3877-4749-A39C-C1FFB6ABE263","B3CB29D6-9EB1-4958-84BD-E5DED6651841","E9B52ABC-A5B1-493B-8158-9A37A0011031","8D9539E3-DF84-43FD-A30A-457C70AE7E72","17B4184E-5463-4826-BC70-0251D977C64C","FF4963DF-5342-4F0C-A677-F40A1C4BE0BA","8631F023-2832-4435-A885-0BEB8F5C6056","9A3E6836-3EF5-4FE9-8665-204E2C746F45","1722B495-E41A-46E7-9159-6810378445DA","DAD60011-8A71-44D2-89F1-5D65C3DDD4E3","5E1CED59-7655-450D-8FF2-0286118BD9BE","68082A91-0880-4B8B-85B7-96EC0F6A78A0","718CA2B4-62B9-414F-A029-ACBA6F3EA6BA","9F960829-5091-46D3-9D88-9131FE74AEC8","61FBC29D-7921-4DAB-94F5-C5AD59962DCB","B7B3F42B-0379-4AC4-80DD-E1132A4603BA","D0F4CD7C-594F-4EAE-BD0C-29E9AFD15476","13BFA294-41B4-4BDE-96F5-00C9C9022BF3","730EAE9F-2865-439B-B534-764EA8375E1C"],"owner":{"__isSmartRef__":true,"id":19037},"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":19192},"__LivelyClassName__":"lively.morphic.Button"},"19145":{"submorphs":[],"scripts":[],"id":"CEAE85DF-383A-4B49-98F8-D88ECF31C57A","shape":{"__isSmartRef__":true,"id":19146},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":19152},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":19153},"_Padding":{"__isSmartRef__":true,"id":19154},"owner":{"__isSmartRef__":true,"id":19144},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":19155},"textChunks":[{"__isSmartRef__":true,"id":19156}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":19158},"eventHandler":{"__isSmartRef__":true,"id":19159},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[2589,"4151B010-6780-4B27-87B0-22660CE3D138","FC86686A-EFB8-41CA-8D73-36E868FFB8DF","58BB75B6-DA99-4F05-89F8-617754BAB0CB","8960DF15-9ECC-4FA6-A24C-B9D0604162AD","D2EC02FC-B974-4F73-B66E-3EF05C303029","1C6EA63B-95D6-4D18-A6CB-DDFE0AEDEF18","4E3A8B32-674C-49BA-BE93-14D76EDA6F06","FB150C2C-5244-4B9F-AD6E-831FF03F4891","59B0306B-893B-443F-AAA4-7AC96F96E1EB","CBF5E85A-069D-48A7-A94C-237B6CDAC7B7","719368B0-A2E8-4424-8819-143A7A5CA776","DDC1F275-96AC-4530-B87E-9A2B7EF2598A","32001A11-18CF-407C-A816-9BD2FE0CB33E","98E3C3D6-8430-4161-9968-DAA96E6F290A","4F87306F-2F05-474A-9A77-B51B04D5A0E0","2453C17D-6457-47E0-9F67-12FFA3E91C5C","063A8914-4D18-4818-987C-E9FB70AD094B","A87DD43C-9500-4227-9A61-883D376E7495","77536914-B8D2-47FB-AD21-33BD57701364","605300AF-6F0E-49C0-BBD7-63D97251CE34","0719382A-6C7F-42AF-8241-E41C4727762F","9703E6AF-5B95-4232-A014-227239030641","9718C351-5268-495F-A83E-29BD153D9757","77E9615D-39C8-46BF-8D8F-5498EEA617B7","596290E3-2800-479B-8DD6-EFD95B74BA23","ACBA1E62-6261-4ED5-A0A4-A8F4CDA47A87","286BF696-FB68-4584-BD2E-22FFE223C78A","DCA27873-277B-4B2D-A2A3-DAB871A4112B"],"_MinTextWidth":101,"_MinTextHeight":null,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"partsBinMetaInfo":{"__isSmartRef__":true,"id":19160},"__LivelyClassName__":"lively.morphic.Text"},"19146":{"position":{"__isSmartRef__":true,"id":19147},"_Extent":{"__isSmartRef__":true,"id":19148},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":19149},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":19150},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":19151},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"19147":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19148":{"x":101,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"19149":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19150":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"19151":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19152":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19153":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19154":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19155":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19156":{"style":{"__isSmartRef__":true,"id":19157},"chunkOwner":{"__isSmartRef__":true,"id":19145},"storedString":"removed","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"19157":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"19158":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"19159":{"morph":{"__isSmartRef__":true,"id":19145},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"19160":{"requiredModules":[],"idOnLoad":"CEAE85DF-383A-4B49-98F8-D88ECF31C57A","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"19161":{"position":{"__isSmartRef__":true,"id":19162},"_Extent":{"__isSmartRef__":true,"id":19163},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":19164},"_Fill":{"__isSmartRef__":true,"id":19165},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":19175},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":19176},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"19162":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19163":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19164":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19165":{"stops":[{"__isSmartRef__":true,"id":19166},{"__isSmartRef__":true,"id":19168},{"__isSmartRef__":true,"id":19170},{"__isSmartRef__":true,"id":19172}],"vector":{"__isSmartRef__":true,"id":19174},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"19166":{"offset":0,"color":{"__isSmartRef__":true,"id":19167}},"19167":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19168":{"offset":0.4,"color":{"__isSmartRef__":true,"id":19169}},"19169":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19170":{"offset":0.6,"color":{"__isSmartRef__":true,"id":19171}},"19171":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19172":{"offset":1,"color":{"__isSmartRef__":true,"id":19173}},"19173":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19174":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19175":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"19176":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19177":{"x":223.15999999999997,"y":6.890000000000001,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19178":{"stops":[{"__isSmartRef__":true,"id":19179},{"__isSmartRef__":true,"id":19181},{"__isSmartRef__":true,"id":19183},{"__isSmartRef__":true,"id":19185}],"vector":{"__isSmartRef__":true,"id":19174},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"19179":{"offset":0,"color":{"__isSmartRef__":true,"id":19180}},"19180":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19181":{"offset":0.4,"color":{"__isSmartRef__":true,"id":19182}},"19182":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19183":{"offset":0.6,"color":{"__isSmartRef__":true,"id":19184}},"19184":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19185":{"offset":1,"color":{"__isSmartRef__":true,"id":19186}},"19186":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19187":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"partName":"ScriptableButton","comment":"Has a script that is called on button press","revisionOnLoad":140039,"idOnLoad":"677CDBBF-E816-426D-9E51-0F6320ADF2D5","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"19188":{"sourceObj":{"__isSmartRef__":true,"id":19144},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":19144},"targetMethodName":"onFire","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"19189":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19190":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"19191":{"morph":{"__isSmartRef__":true,"id":19144},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"19192":{"onFire":{"__isSmartRef__":true,"id":19193}},"19193":{"varMapping":{"__isSmartRef__":true,"id":19194},"source":"function onFire() {\n\tthis.owner.owner.updateCategory(\"removed\")\n}","funcProperties":{"__isSmartRef__":true,"id":19195},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19194":{"this":{"__isSmartRef__":true,"id":19144}},"19195":{"timestamp":{"__isSmartRef__":true,"id":19196},"user":"undefined","tags":[]},"19196":{"isSerializedDate":true,"string":"Sat Mar 10 2012 14:31:03 GMT+0100 (Mitteleuropäische Zeit)"},"19197":{"submorphs":[{"__isSmartRef__":true,"id":19198}],"scripts":[],"id":"6E1E61BB-4BE3-4636-9236-B77704B8146E","shape":{"__isSmartRef__":true,"id":19214},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":19230},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":19218},"lighterFill":{"__isSmartRef__":true,"id":19231},"label":{"__isSmartRef__":true,"id":19198},"name":"ScriptableButton6","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":19240},"attributeConnections":[{"__isSmartRef__":true,"id":19241}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":19242},"renderContextTable":{"__isSmartRef__":true,"id":19243},"eventHandler":{"__isSmartRef__":true,"id":19244},"derivationIds":[2588,"6949C1AE-05BE-40D9-B1D4-591EC7DE87C7","88DF5D6D-42E3-451D-9EE8-A87BE6EA6899","560F1AD7-E640-4214-811D-56185D5B5246","50BBA33E-DA91-4BB5-B5B1-216C605E87DF","2F58DDC2-ADE4-4DFC-B51A-17FE3E608D90","C87B7B5D-A58D-4DAA-9270-744E9C60A31C","CC06B4BF-81BB-4334-8D8F-4B9E0BC78A0B","182BA8CD-1F19-4415-BCB9-3B93D3631DB0","DC6FEFA7-5D19-4C64-A552-747903C43A4D","CBB2C852-37BA-4212-8514-DB66D80B59A2","F0ACD0C0-2A41-44DF-AE45-4E95423C3B30","AAC8CCB8-8BD1-4D30-9BD2-25FE8214A257","60031E56-0D74-448C-9241-DB8B914DC8FE","2BEEE1ED-4BFC-496A-9175-E721BFC8FC64","0FED5A2E-C6D6-4AC0-B16A-BBCDE86523D5","B860AF86-548D-4EF1-8FB5-BF725159BEE9","81FE52C5-0BAB-4782-9E58-C49CC1248333","76754253-9A3D-4733-A0E9-061F74B667E9","A558A6D5-DF44-4B8F-9DE4-C217CB58BFC6","D9F1CF05-D5D4-4807-BDEE-AD2C8104BB31","F0C3170F-DC25-488E-99D5-870ADD56918B","F66DE293-2574-4FEF-B40A-21C0B34977D6","3F71599C-268D-41D9-A4DD-5E26B9DD6F64","9BAC65E8-83E6-4D17-B407-B29D156771CC","E13398F1-ED01-409A-A560-B5D4A2968B50","04ADB327-8DB6-4EF6-93A3-D0A2EF152015","A363AACC-ED8C-4C79-8BAB-3B12192DBB39","0EB6A61E-4282-458D-ABE2-35FB2F2CF826","C1CC0E77-22DC-4E56-9F5A-FF81497E3EA6"],"owner":{"__isSmartRef__":true,"id":19037},"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":19245},"__LivelyClassName__":"lively.morphic.Button"},"19198":{"submorphs":[],"scripts":[],"id":"F3FB2E3C-451A-42E4-ABCC-C692310D8B16","shape":{"__isSmartRef__":true,"id":19199},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":19205},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":19206},"_Padding":{"__isSmartRef__":true,"id":19207},"owner":{"__isSmartRef__":true,"id":19197},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":19208},"textChunks":[{"__isSmartRef__":true,"id":19209}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":19211},"eventHandler":{"__isSmartRef__":true,"id":19212},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[2589,"4151B010-6780-4B27-87B0-22660CE3D138","FC86686A-EFB8-41CA-8D73-36E868FFB8DF","58BB75B6-DA99-4F05-89F8-617754BAB0CB","2BB4417C-586D-442B-B78B-00E090C3CD6A","9413599D-8727-4B92-94D7-222A81CBB254","A9365624-D344-410D-8FA8-831ADB899825","B4DA1785-43C6-4680-AC55-1012AAEF5266","121B077C-5831-421B-946C-F64A88B1A27C","D6596E00-DB37-419A-ABE7-7A13634F1C19","0871D26D-5D94-48BF-8911-D447E2CAD2AA","E04BC3CE-6893-45CA-BE96-BF70659F874E","0787F963-4AA0-4C85-9F67-3CBFDFE01FD6","77471B9B-BD11-41FA-A435-9AA5ADC6942F","7C292880-EEB9-4754-A589-3CE294E31E74","211694AA-CE90-41D9-9361-ACFBBB13CAF6","5829DB88-162F-4738-8EBC-1CCC55AF37E3","1BA637AC-C1BE-40F6-A6DD-935EA23DDB2E","A8D1504E-47A3-4E5D-9951-4F3B96915B64","686B8519-E369-4485-B9DE-B6C32754C642","D2496534-38B9-48C8-BD47-ACDCB18C2D28","826D6A93-3335-44D7-89A9-99B22122C62E","568FF4CB-FFFC-45DB-B87C-F13C1FAD89F2","92D6A993-59F7-4ACE-B514-59340AD5EBDE","7255CA19-D412-4CBA-B2DD-A5C9B70690F6","DB7661FD-5D95-4314-A393-35ED8620AEF7","EF96BE95-3B31-4666-981F-82B1DB1C0975","AC09E5A7-74A7-4D67-9181-B5C0B5612F76","6959A214-44E8-4796-9BDA-4888DF80C59E","D8F0FBA5-31D5-41B3-923F-00E2EA760924"],"_MinTextWidth":101,"_MinTextHeight":null,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"partsBinMetaInfo":{"__isSmartRef__":true,"id":19213},"__LivelyClassName__":"lively.morphic.Text"},"19199":{"position":{"__isSmartRef__":true,"id":19200},"_Extent":{"__isSmartRef__":true,"id":19201},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":19202},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":19203},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":19204},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"19200":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19201":{"x":101,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"19202":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19203":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"19204":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19205":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19206":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19207":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19208":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19209":{"style":{"__isSmartRef__":true,"id":19210},"chunkOwner":{"__isSmartRef__":true,"id":19198},"storedString":"updated","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"19210":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"19211":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"19212":{"morph":{"__isSmartRef__":true,"id":19198},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"19213":{"requiredModules":[],"idOnLoad":"F3FB2E3C-451A-42E4-ABCC-C692310D8B16","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"19214":{"position":{"__isSmartRef__":true,"id":19215},"_Extent":{"__isSmartRef__":true,"id":19216},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":19217},"_Fill":{"__isSmartRef__":true,"id":19218},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":19228},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":19229},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"19215":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19216":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19217":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19218":{"stops":[{"__isSmartRef__":true,"id":19219},{"__isSmartRef__":true,"id":19221},{"__isSmartRef__":true,"id":19223},{"__isSmartRef__":true,"id":19225}],"vector":{"__isSmartRef__":true,"id":19227},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"19219":{"offset":0,"color":{"__isSmartRef__":true,"id":19220}},"19220":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19221":{"offset":0.4,"color":{"__isSmartRef__":true,"id":19222}},"19222":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19223":{"offset":0.6,"color":{"__isSmartRef__":true,"id":19224}},"19224":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19225":{"offset":1,"color":{"__isSmartRef__":true,"id":19226}},"19226":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19227":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19228":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"19229":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19230":{"x":331.29499999999996,"y":6.890000000000001,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19231":{"stops":[{"__isSmartRef__":true,"id":19232},{"__isSmartRef__":true,"id":19234},{"__isSmartRef__":true,"id":19236},{"__isSmartRef__":true,"id":19238}],"vector":{"__isSmartRef__":true,"id":19227},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"19232":{"offset":0,"color":{"__isSmartRef__":true,"id":19233}},"19233":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19234":{"offset":0.4,"color":{"__isSmartRef__":true,"id":19235}},"19235":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19236":{"offset":0.6,"color":{"__isSmartRef__":true,"id":19237}},"19237":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19238":{"offset":1,"color":{"__isSmartRef__":true,"id":19239}},"19239":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19240":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"partName":"ScriptableButton","comment":"Has a script that is called on button press","revisionOnLoad":140039,"idOnLoad":"6E1E61BB-4BE3-4636-9236-B77704B8146E","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"19241":{"sourceObj":{"__isSmartRef__":true,"id":19197},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":19197},"targetMethodName":"onFire","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"19242":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19243":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"19244":{"morph":{"__isSmartRef__":true,"id":19197},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"19245":{"onFire":{"__isSmartRef__":true,"id":19246}},"19246":{"varMapping":{"__isSmartRef__":true,"id":19247},"source":"function onFire() {\n\tthis.owner.owner.updateCategory(\"updated\")\n}","funcProperties":{"__isSmartRef__":true,"id":19248},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19247":{"this":{"__isSmartRef__":true,"id":19197}},"19248":{"timestamp":{"__isSmartRef__":true,"id":19249},"user":"undefined","tags":[]},"19249":{"isSerializedDate":true,"string":"Sat Mar 10 2012 14:31:19 GMT+0100 (Mitteleuropäische Zeit)"},"19250":{"position":{"__isSmartRef__":true,"id":19251},"_Extent":{"__isSmartRef__":true,"id":19252},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":19253},"_Fill":{"__isSmartRef__":true,"id":19254},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":19255},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":19256},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"19251":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19252":{"x":873.6886559999995,"y":35.78,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19253":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19254":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"19255":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"19256":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19257":{"x":10,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19258":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","comment":"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!","migrationLevel":2,"partName":"Rectangle","revisionOnLoad":112200,"idOnLoad":"B79F09B4-20F3-443B-A637-7C23B01926B9","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"19259":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"19260":{"morph":{"__isSmartRef__":true,"id":19037},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"19261":{"x":872.6886559999995,"y":35.78,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19262":{"resizeWidth":true,"resizeHeight":false,"layouter":{"__isSmartRef__":true,"id":19263},"extentWithoutPlaceholder":{"__isSmartRef__":true,"id":19264}},"19263":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":6.890000000000001,"spacing":7.135,"container":{"__isSmartRef__":true,"id":19037},"__SourceModuleName__":"Global.lively.morphic.Layout","__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout"},"19264":{"x":760,"y":42.78,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19265":{"x":513.4575,"y":-10.77000000000001,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19266":{"position":{"__isSmartRef__":true,"id":19267},"_Extent":{"__isSmartRef__":true,"id":19268},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":19269},"_Fill":{"__isSmartRef__":true,"id":19270},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":19271},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":19272},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"19267":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19268":{"x":893.6886559999995,"y":589.0220839999995,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19269":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19270":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"19271":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"19272":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19273":{"partsSpaceName":"PartsBin/BP2012/","__SourceModuleName__":"Global.lively.PartsBin","comment":"Used to diff a version of a morph with the current version in PartsBin","migrationLevel":4,"partName":"MorphDiffer","changes":[{"__isSmartRef__":true,"id":19274},{"__isSmartRef__":true,"id":19276},{"__isSmartRef__":true,"id":19278},{"__isSmartRef__":true,"id":19280},{"__isSmartRef__":true,"id":19282},{"__isSmartRef__":true,"id":19284},{"__isSmartRef__":true,"id":19286}],"revisionOnLoad":144000,"idOnLoad":"8C81B22C-372F-46B0-9AA6-5EE87190AC68","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"19274":{"date":{"__isSmartRef__":true,"id":19275},"author":"undefined","message":"init 2","id":"97D40289-EA6F-4A89-BCE4-F78A354EB211"},"19275":{"isSerializedDate":true,"string":"Wed Mar 07 2012 21:12:49 GMT+0100 (Mitteleuropäische Zeit)"},"19276":{"date":{"__isSmartRef__":true,"id":19277},"author":"athomschke","message":"gets boring","id":"E63B6C6D-8CBB-4676-9EFD-940C9E4BE122"},"19277":{"isSerializedDate":true,"string":"Thu Jan 12 2012 16:32:18 GMT+0100 (Mitteleuropäische Zeit)"},"19278":{"date":{"__isSmartRef__":true,"id":19279},"author":"athomschke","message":"screwed the window","id":"57AC4932-CBE6-47D8-B9C3-A7F8BDB7AC32"},"19279":{"isSerializedDate":true,"string":"Thu Jan 12 2012 16:29:47 GMT+0100 (Mitteleuropäische Zeit)"},"19280":{"date":{"__isSmartRef__":true,"id":19281},"author":"sebastian.stamm","message":"now with accept and reject!"},"19281":{"isSerializedDate":true,"string":"Thu Oct 20 2011 16:05:53 GMT+0200 (Mitteleuropäische Sommerzeit)"},"19282":{"date":{"__isSmartRef__":true,"id":19283},"author":"sebastian.stamm","message":"Now with fancy text field name!"},"19283":{"isSerializedDate":true,"string":"Thu Oct 20 2011 16:08:33 GMT+0200 (Mitteleuropäische Sommerzeit)"},"19284":{"date":{"__isSmartRef__":true,"id":19285},"author":"athomschke","message":"typo","id":"6B6DCAE1-3EDD-4B20-8338-7F5566B65D3E"},"19285":{"isSerializedDate":true,"string":"Thu Jan 12 2012 16:28:22 GMT+0100 (Mitteleuropäische Zeit)"},"19286":{"date":{"__isSmartRef__":true,"id":19287},"author":"undefined","message":"","id":"31589CAB-644F-4620-A128-DE88A52C415F"},"19287":{"isSerializedDate":true,"string":"Wed Mar 07 2012 21:19:44 GMT+0100 (Mitteleuropäische Zeit)"},"19288":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"19289":{"morph":{"__isSmartRef__":true,"id":18801},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"19290":{"x":893.6886559999995,"y":589.0220839999995,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19291":{"resizeWidth":true,"resizeHeight":true,"adjustForNewBounds":true,"extentWithoutPlaceholder":{"__isSmartRef__":true,"id":19292}},"19292":{"x":835.6886559999995,"y":411.0220839999995,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19293":{"x":0,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19294":{"id":"EFC636E0-E479-4B4A-8320-434874A8BB44","property":"Fill","oldValue":{"__isSmartRef__":true,"id":19295},"newValue":{"__isSmartRef__":true,"id":19296}},"19295":{"r":1,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19296":{"r":1,"g":0,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19297":{"id":"EFC636E0-E479-4B4A-8320-434874A8BB44","property":"Shape","oldValue":{"__isSmartRef__":true,"id":19298},"newValue":{"__isSmartRef__":true,"id":19304}},"19298":{"_Position":{"__isSmartRef__":true,"id":19299},"renderContextTable":{"__isSmartRef__":true,"id":19300},"_Extent":{"__isSmartRef__":true,"id":19301},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":19302},"_BorderWidth":3.184,"_BorderColor":{"__isSmartRef__":true,"id":19303},"_Fill":{"__isSmartRef__":true,"id":19295},"__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Ellipse"},"19299":{"x":-50,"y":-50,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19300":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"19301":{"x":148,"y":133,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19302":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19303":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19304":{"_Position":{"__isSmartRef__":true,"id":19305},"renderContextTable":{"__isSmartRef__":true,"id":19306},"_Extent":{"__isSmartRef__":true,"id":19307},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":19308},"_BorderWidth":3.184,"_BorderColor":{"__isSmartRef__":true,"id":19309},"_Fill":{"__isSmartRef__":true,"id":19296},"__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Ellipse"},"19305":{"x":-50,"y":-50,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19306":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"19307":{"x":241,"y":232,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19308":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19309":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19310":{"id":"EFC636E0-E479-4B4A-8320-434874A8BB44","property":"foo","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":19311}},"19311":{"oldValue":{"__isSmartRef__":true,"id":19312},"newValue":{"__isSmartRef__":true,"id":19383}},"19312":{"varMapping":{"__isSmartRef__":true,"id":19313},"source":"function foo() {\n \n}","funcProperties":{"__isSmartRef__":true,"id":19381},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19313":{"this":{"__isSmartRef__":true,"id":19314}},"19314":{"submorphs":[{"__isSmartRef__":true,"id":19315}],"scripts":[],"shape":{"__isSmartRef__":true,"id":19298},"id":"FE6540D7-65EF-4067-B98A-58DD46E44195","renderContextTable":{"__isSmartRef__":true,"id":19348},"eventHandler":{"__isSmartRef__":true,"id":19349},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":19350},"__SourceModuleName__":"Global.lively.morphic.Core","showsHalos":false,"layout":{"__isSmartRef__":true,"id":19351},"name":"TestMorph1","partsBinMetaInfo":{"__isSmartRef__":true,"id":19352},"derivationIds":[113,"BC9C73C7-D1D1-491F-A66E-8A4424C201BD","D57A9D87-7E47-4A7F-A1D3-88F2D142F3FC","7352E373-523E-414E-A028-C672F3BB4F5B","A33E43D1-BA8F-4D9A-8C02-5CB00749D496","C23FE4D8-7EFD-4FCF-9DAA-F68293E49F99","B9DF8BEE-AB5C-42D7-A7EF-D152AF0D714A","13CA4732-C4E6-4FF4-8289-77638AC29974"],"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"priorExtent":{"__isSmartRef__":true,"id":19379},"isBeingDragged":false,"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":19380},"__LivelyClassName__":"lively.morphic.Morph"},"19315":{"submorphs":[{"__isSmartRef__":true,"id":19316}],"scripts":[],"id":"D043FDCA-B1A7-41B4-BB04-936B487F038B","shape":{"__isSmartRef__":true,"id":19331},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":19338},"showsHalos":false,"name":"Rectangle","partsBinMetaInfo":{"__isSmartRef__":true,"id":19339},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":19340},"eventHandler":{"__isSmartRef__":true,"id":19341},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[127,"1969AE6B-806C-4AC9-AB31-7D1B40187F10","2D958E76-0769-404F-9A01-E52BBFB45900","A7E63D2C-CE2C-4144-94FD-BAA14D22CF6E","CE6C74D8-0767-4B40-8735-882B10C442EC","6F31CD4D-2BFE-40C9-B0C0-011097C03014","D95E1A94-ABE9-45D5-A4C8-BC3A3D81A4B2","E1633D64-5E2A-4D12-8174-A9841D6FA187"],"owner":{"__isSmartRef__":true,"id":19314},"priorExtent":{"__isSmartRef__":true,"id":19342},"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":19343},"__LivelyClassName__":"lively.morphic.Box"},"19316":{"submorphs":[],"scripts":[],"id":"AC351D10-3643-4512-969A-BCE8AE9F5B82","shape":{"__isSmartRef__":true,"id":19317},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":19323},"_MaxTextWidth":33,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":19320},"showsHalos":false,"_FontSize":14,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text1","partsBinMetaInfo":{"__isSmartRef__":true,"id":19324},"textChunks":[{"__isSmartRef__":true,"id":19325}],"charsReplaced":"some text ","lastFindLoc":10,"priorSelectionRange":[1,1],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":19327},"renderContextTable":{"__isSmartRef__":true,"id":19328},"eventHandler":{"__isSmartRef__":true,"id":19329},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":19330},"_ClipMode":"visible","derivationIds":[355,"F70D3DDE-FBDC-4928-B029-DEE73E24A587","7798F3EE-8A0D-4C9E-A52F-3A99CF6FB14A","69CA9400-F9A9-4504-B3C4-795888946B8A","10711D19-3705-4561-9AB3-518DE97E7891"],"_WhiteSpaceHandling":"pre-wrap","owner":{"__isSmartRef__":true,"id":19315},"_MinTextWidth":33,"_MinTextHeight":null,"previousSelection":[0,1],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"19317":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":19318},"_Extent":{"__isSmartRef__":true,"id":19319},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":19320},"renderContextTable":{"__isSmartRef__":true,"id":19321},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":19322},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"19318":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19319":{"x":33,"y":23,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19320":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19321":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"19322":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19323":{"x":16,"y":24,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19324":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"19325":{"style":{"__isSmartRef__":true,"id":19326},"chunkOwner":{"__isSmartRef__":true,"id":19316},"storedString":"saved source","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"19326":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"19327":{"x":33,"y":23,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19328":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"19329":{"morph":{"__isSmartRef__":true,"id":19316},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"19330":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19331":{"position":{"__isSmartRef__":true,"id":19332},"_Extent":{"__isSmartRef__":true,"id":19333},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":19334},"_Fill":{"__isSmartRef__":true,"id":19335},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":19336},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":19337},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"19332":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19333":{"x":66,"y":70,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19334":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19335":{"r":0.983,"g":1,"b":0.357,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19336":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"19337":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19338":{"x":-9,"y":-19,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19339":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","comment":"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!","migrationLevel":2,"partName":"Rectangle","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"19340":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"19341":{"morph":{"__isSmartRef__":true,"id":19315},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"19342":{"x":67,"y":72,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19343":{"bar":{"__isSmartRef__":true,"id":19344}},"19344":{"varMapping":{"__isSmartRef__":true,"id":19345},"source":"function bar() {\n \n}","funcProperties":{"__isSmartRef__":true,"id":19346},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19345":{"this":{"__isSmartRef__":true,"id":19315}},"19346":{"timestamp":{"__isSmartRef__":true,"id":19347},"user":"athomschke","tags":[]},"19347":{"isSerializedDate":true,"string":"Fri Jan 06 2012 16:28:50 GMT+0100 (Mitteleuropäische Zeit)"},"19348":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"19349":{"morph":{"__isSmartRef__":true,"id":19314},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"19350":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19351":{},"19352":{"partName":"TestMorph","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/BP2012/","__SourceModuleName__":"Global.lively.PartsBin","comment":"undefined","changes":[{"__isSmartRef__":true,"id":19353},{"__isSmartRef__":true,"id":19355},{"__isSmartRef__":true,"id":19357},{"__isSmartRef__":true,"id":19359},{"__isSmartRef__":true,"id":19361},{"__isSmartRef__":true,"id":19363},{"__isSmartRef__":true,"id":19365},{"__isSmartRef__":true,"id":19367},{"__isSmartRef__":true,"id":19369},{"__isSmartRef__":true,"id":19371},{"__isSmartRef__":true,"id":19373},{"__isSmartRef__":true,"id":19375},{"__isSmartRef__":true,"id":19377}],"revisionOnLoad":126578,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"19353":{"date":{"__isSmartRef__":true,"id":19354},"author":"athomschke","message":"huhu","id":"2327D47A-6538-4C7B-BBB7-4E902BDB9577"},"19354":{"isSerializedDate":true,"string":"Thu Jan 05 2012 18:16:40 GMT+0100 (Mitteleuropäische Zeit)"},"19355":{"date":{"__isSmartRef__":true,"id":19356},"author":"athomschke","message":"init","id":"808BEAEB-79C5-4F71-AA50-B69F7B185A84"},"19356":{"isSerializedDate":true,"string":"Thu Jan 05 2012 18:10:15 GMT+0100 (Mitteleuropäische Zeit)"},"19357":{"date":{"__isSmartRef__":true,"id":19358},"author":"athomschke","message":"testCommit","id":"82945729-CE4A-45E3-80DB-2644BEF99F2B"},"19358":{"isSerializedDate":true,"string":"Thu Jan 05 2012 18:09:57 GMT+0100 (Mitteleuropäische Zeit)"},"19359":{"date":{"__isSmartRef__":true,"id":19360},"author":"athomschke","message":"test","id":"44D26580-D909-466A-9981-88599E948443"},"19360":{"isSerializedDate":true,"string":"Thu Jan 05 2012 17:47:24 GMT+0100 (Mitteleuropäische Zeit)"},"19361":{"date":{"__isSmartRef__":true,"id":19362},"author":"athomschke","message":"test commit","id":"13A614C8-5224-4256-9AE9-3503D334EDC4"},"19362":{"isSerializedDate":true,"string":"Thu Jan 05 2012 17:46:17 GMT+0100 (Mitteleuropäische Zeit)"},"19363":{"date":{"__isSmartRef__":true,"id":19364},"author":"athomschke","message":"first child","id":"FD555B99-9E83-41FC-B452-28644C72860A"},"19364":{"isSerializedDate":true,"string":"Thu Dec 29 2011 22:20:51 GMT+0100 (Mitteleuropäische Zeit)"},"19365":{"date":{"__isSmartRef__":true,"id":19366},"author":"athomschke","message":"parent revision","id":"AE54B45F-58CD-43DD-804C-F5CBE8C6D2EA"},"19366":{"isSerializedDate":true,"string":"Thu Dec 29 2011 22:20:28 GMT+0100 (Mitteleuropäische Zeit)"},"19367":{"date":{"__isSmartRef__":true,"id":19368},"author":"athomschke","message":"initial","id":"B40EF8F9-EC80-4870-8EC1-7CABD7B8FB5C"},"19368":{"isSerializedDate":true,"string":"Thu Dec 29 2011 22:19:44 GMT+0100 (Mitteleuropäische Zeit)"},"19369":{"date":{"__isSmartRef__":true,"id":19370},"author":"athomschke","message":"colliding change","id":"7D4585BB-039B-4143-802F-E066A340D99F"},"19370":{"isSerializedDate":true,"string":"Wed Dec 21 2011 12:13:57 GMT+0100 (Mitteleuropäische Zeit)"},"19371":{"date":{"__isSmartRef__":true,"id":19372},"author":"athomschke","message":"init","id":"E2B8DC78-6A19-4D3E-B049-2E78EE6EB842"},"19372":{"isSerializedDate":true,"string":"Wed Dec 21 2011 12:13:01 GMT+0100 (Mitteleuropäische Zeit)"},"19373":{"date":{"__isSmartRef__":true,"id":19374},"author":"athomschke","message":"","id":"18FBED6C-ADA8-4591-90BB-48384E5D0963"},"19374":{"isSerializedDate":true,"string":"Thu Dec 29 2011 22:17:39 GMT+0100 (Mitteleuropäische Zeit)"},"19375":{"date":{"__isSmartRef__":true,"id":19376},"author":"athomschke","message":"another version, testing revision overwrite","id":"8682B4EA-C972-4AB9-8DEE-63B165FEF3DD"},"19376":{"isSerializedDate":true,"string":"Thu Jan 05 2012 11:04:37 GMT+0100 (Mitteleuropäische Zeit)"},"19377":{"date":{"__isSmartRef__":true,"id":19378},"author":"athomschke","message":"added script","id":"D91C9662-C80C-46D8-9AC8-2DF93A1EC70F"},"19378":{"isSerializedDate":true,"string":"Fri Jan 06 2012 16:29:09 GMT+0100 (Mitteleuropäische Zeit)"},"19379":{"x":147,"y":133,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19380":{"foo":{"__isSmartRef__":true,"id":19312}},"19381":{"timestamp":{"__isSmartRef__":true,"id":19382},"user":"athomschke","tags":[]},"19382":{"isSerializedDate":true,"string":"Fri Jan 06 2012 16:28:39 GMT+0100 (Mitteleuropäische Zeit)"},"19383":{"varMapping":{"__isSmartRef__":true,"id":19384},"source":"function foo() {\n alertOK(\"Foo hahaha\");\n}","funcProperties":{"__isSmartRef__":true,"id":19461},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19384":{"this":{"__isSmartRef__":true,"id":19385}},"19385":{"submorphs":[{"__isSmartRef__":true,"id":19386},{"__isSmartRef__":true,"id":19414}],"scripts":[],"shape":{"__isSmartRef__":true,"id":19304},"id":"EFC636E0-E479-4B4A-8320-434874A8BB44","renderContextTable":{"__isSmartRef__":true,"id":19424},"eventHandler":{"__isSmartRef__":true,"id":19425},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":19426},"__SourceModuleName__":"Global.lively.morphic.Core","showsHalos":false,"layout":{"__isSmartRef__":true,"id":19427},"name":"TestMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":19428},"derivationIds":[113,"BC9C73C7-D1D1-491F-A66E-8A4424C201BD","D57A9D87-7E47-4A7F-A1D3-88F2D142F3FC","7352E373-523E-414E-A028-C672F3BB4F5B","A33E43D1-BA8F-4D9A-8C02-5CB00749D496"],"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"priorExtent":{"__isSmartRef__":true,"id":19455},"isBeingDragged":false,"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":19456},"__LivelyClassName__":"lively.morphic.Morph"},"19386":{"submorphs":[{"__isSmartRef__":true,"id":19387}],"scripts":[],"id":"6DF54247-410C-4D00-8D95-767A709CCE34","shape":{"__isSmartRef__":true,"id":19402},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":19409},"showsHalos":false,"name":"Rectangle","partsBinMetaInfo":{"__isSmartRef__":true,"id":19410},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":19411},"eventHandler":{"__isSmartRef__":true,"id":19412},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[127,"1969AE6B-806C-4AC9-AB31-7D1B40187F10","2D958E76-0769-404F-9A01-E52BBFB45900","A7E63D2C-CE2C-4144-94FD-BAA14D22CF6E","CE6C74D8-0767-4B40-8735-882B10C442EC"],"owner":{"__isSmartRef__":true,"id":19385},"priorExtent":{"__isSmartRef__":true,"id":19413},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Box"},"19387":{"submorphs":[],"scripts":[],"id":"F3FB889D-D943-4EE0-BA5A-1C15C76889A1","shape":{"__isSmartRef__":true,"id":19388},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":19394},"_MaxTextWidth":33,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":19391},"showsHalos":false,"_FontSize":14,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text1","partsBinMetaInfo":{"__isSmartRef__":true,"id":19395},"textChunks":[{"__isSmartRef__":true,"id":19396}],"charsReplaced":"some text ","lastFindLoc":10,"priorSelectionRange":[0,1],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":19398},"renderContextTable":{"__isSmartRef__":true,"id":19399},"eventHandler":{"__isSmartRef__":true,"id":19400},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":19401},"_ClipMode":"visible","derivationIds":[355,"F70D3DDE-FBDC-4928-B029-DEE73E24A587"],"_WhiteSpaceHandling":"pre-wrap","owner":{"__isSmartRef__":true,"id":19386},"_MinTextWidth":33,"_MinTextHeight":null,"previousSelection":[0,0],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"19388":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":19389},"_Extent":{"__isSmartRef__":true,"id":19390},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":19391},"renderContextTable":{"__isSmartRef__":true,"id":19392},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":19393},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"19389":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19390":{"x":33,"y":23,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19391":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19392":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"19393":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19394":{"x":16,"y":24,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19395":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"19396":{"style":{"__isSmartRef__":true,"id":19397},"chunkOwner":{"__isSmartRef__":true,"id":19387},"storedString":"saved source","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"19397":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"19398":{"x":33,"y":23,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19399":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"19400":{"morph":{"__isSmartRef__":true,"id":19387},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"19401":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19402":{"position":{"__isSmartRef__":true,"id":19403},"_Extent":{"__isSmartRef__":true,"id":19404},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":19405},"_Fill":{"__isSmartRef__":true,"id":19406},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":19407},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":19408},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"19403":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19404":{"x":66,"y":70,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19405":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19406":{"r":0.983,"g":1,"b":0.357,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19407":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"19408":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19409":{"x":-9,"y":-19,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19410":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","comment":"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!","migrationLevel":2,"partName":"Rectangle","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"19411":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"19412":{"morph":{"__isSmartRef__":true,"id":19386},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"19413":{"x":67,"y":72,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19414":{"submorphs":[],"scripts":[],"id":"A8028F56-FC98-4F62-9504-D198532545E2","shape":{"__isSmartRef__":true,"id":19415},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"eventHandler":{"__isSmartRef__":true,"id":19420},"_Position":{"__isSmartRef__":true,"id":19421},"showsHalos":false,"name":"Image","partsBinMetaInfo":{"__isSmartRef__":true,"id":19422},"__SourceModuleName__":"Global.lively.morphic.Widgets","renderContextTable":{"__isSmartRef__":true,"id":19423},"derivationIds":[707],"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"owner":{"__isSmartRef__":true,"id":19385},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Image"},"19415":{"position":{"__isSmartRef__":true,"id":19416},"_Extent":{"__isSmartRef__":true,"id":19417},"_ImageURL":"http://lively-kernel.org/repository/webwerkstatt/media/hpi_logo.png","__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":19418},"isLoaded":true,"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":19419},"__LivelyClassName__":"lively.morphic.Shapes.Image"},"19416":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19417":{"x":100,"y":100,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19418":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","setImageURL":"setImageURLHTML","getNativeExtent":"getNativeExtentHTML"},"19419":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19420":{"morph":{"__isSmartRef__":true,"id":19414},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"19421":{"x":114,"y":90,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19422":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","partName":"Image","migrationLevel":2,"comment":"an pixmap image morph","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"19423":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"19424":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"19425":{"morph":{"__isSmartRef__":true,"id":19385},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"19426":{"x":82,"y":61,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19427":{},"19428":{"partName":"TestMorph","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/BP2012/","__SourceModuleName__":"Global.lively.PartsBin","comment":"undefined","changes":[{"__isSmartRef__":true,"id":19429},{"__isSmartRef__":true,"id":19431},{"__isSmartRef__":true,"id":19433},{"__isSmartRef__":true,"id":19435},{"__isSmartRef__":true,"id":19437},{"__isSmartRef__":true,"id":19439},{"__isSmartRef__":true,"id":19441},{"__isSmartRef__":true,"id":19443},{"__isSmartRef__":true,"id":19445},{"__isSmartRef__":true,"id":19447},{"__isSmartRef__":true,"id":19449},{"__isSmartRef__":true,"id":19451},{"__isSmartRef__":true,"id":19453}],"revisionOnLoad":125392,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"19429":{"date":{"__isSmartRef__":true,"id":19430},"author":"athomschke","message":"added script","id":"D91C9662-C80C-46D8-9AC8-2DF93A1EC70F"},"19430":{"isSerializedDate":true,"string":"Fri Jan 06 2012 16:29:09 GMT+0100 (Mitteleuropäische Zeit)"},"19431":{"date":{"__isSmartRef__":true,"id":19432},"author":"athomschke","message":"another version, testing revision overwrite","id":"8682B4EA-C972-4AB9-8DEE-63B165FEF3DD"},"19432":{"isSerializedDate":true,"string":"Thu Jan 05 2012 11:04:37 GMT+0100 (Mitteleuropäische Zeit)"},"19433":{"date":{"__isSmartRef__":true,"id":19434},"author":"athomschke","message":"","id":"18FBED6C-ADA8-4591-90BB-48384E5D0963"},"19434":{"isSerializedDate":true,"string":"Thu Dec 29 2011 22:17:39 GMT+0100 (Mitteleuropäische Zeit)"},"19435":{"date":{"__isSmartRef__":true,"id":19436},"author":"athomschke","message":"init","id":"E2B8DC78-6A19-4D3E-B049-2E78EE6EB842"},"19436":{"isSerializedDate":true,"string":"Wed Dec 21 2011 12:13:01 GMT+0100 (Mitteleuropäische Zeit)"},"19437":{"date":{"__isSmartRef__":true,"id":19438},"author":"athomschke","message":"colliding change","id":"7D4585BB-039B-4143-802F-E066A340D99F"},"19438":{"isSerializedDate":true,"string":"Wed Dec 21 2011 12:13:57 GMT+0100 (Mitteleuropäische Zeit)"},"19439":{"date":{"__isSmartRef__":true,"id":19440},"author":"athomschke","message":"initial","id":"B40EF8F9-EC80-4870-8EC1-7CABD7B8FB5C"},"19440":{"isSerializedDate":true,"string":"Thu Dec 29 2011 22:19:44 GMT+0100 (Mitteleuropäische Zeit)"},"19441":{"date":{"__isSmartRef__":true,"id":19442},"author":"athomschke","message":"parent revision","id":"AE54B45F-58CD-43DD-804C-F5CBE8C6D2EA"},"19442":{"isSerializedDate":true,"string":"Thu Dec 29 2011 22:20:28 GMT+0100 (Mitteleuropäische Zeit)"},"19443":{"date":{"__isSmartRef__":true,"id":19444},"author":"athomschke","message":"first child","id":"FD555B99-9E83-41FC-B452-28644C72860A"},"19444":{"isSerializedDate":true,"string":"Thu Dec 29 2011 22:20:51 GMT+0100 (Mitteleuropäische Zeit)"},"19445":{"date":{"__isSmartRef__":true,"id":19446},"author":"athomschke","message":"test commit","id":"13A614C8-5224-4256-9AE9-3503D334EDC4"},"19446":{"isSerializedDate":true,"string":"Thu Jan 05 2012 17:46:17 GMT+0100 (Mitteleuropäische Zeit)"},"19447":{"date":{"__isSmartRef__":true,"id":19448},"author":"athomschke","message":"test","id":"44D26580-D909-466A-9981-88599E948443"},"19448":{"isSerializedDate":true,"string":"Thu Jan 05 2012 17:47:24 GMT+0100 (Mitteleuropäische Zeit)"},"19449":{"date":{"__isSmartRef__":true,"id":19450},"author":"athomschke","message":"testCommit","id":"82945729-CE4A-45E3-80DB-2644BEF99F2B"},"19450":{"isSerializedDate":true,"string":"Thu Jan 05 2012 18:09:57 GMT+0100 (Mitteleuropäische Zeit)"},"19451":{"date":{"__isSmartRef__":true,"id":19452},"author":"athomschke","message":"init","id":"808BEAEB-79C5-4F71-AA50-B69F7B185A84"},"19452":{"isSerializedDate":true,"string":"Thu Jan 05 2012 18:10:15 GMT+0100 (Mitteleuropäische Zeit)"},"19453":{"date":{"__isSmartRef__":true,"id":19454},"author":"athomschke","message":"huhu","id":"2327D47A-6538-4C7B-BBB7-4E902BDB9577"},"19454":{"isSerializedDate":true,"string":"Thu Jan 05 2012 18:16:40 GMT+0100 (Mitteleuropäische Zeit)"},"19455":{"x":240,"y":232,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19456":{"fooho":{"__isSmartRef__":true,"id":19457},"foo":{"__isSmartRef__":true,"id":19383}},"19457":{"varMapping":{"__isSmartRef__":true,"id":19458},"source":"function fooho() {\n alertOK(\"Foo hahaha\");\n}","funcProperties":{"__isSmartRef__":true,"id":19459},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19458":{"this":{"__isSmartRef__":true,"id":19385}},"19459":{"timestamp":{"__isSmartRef__":true,"id":19460},"user":"athomschke","tags":[]},"19460":{"isSerializedDate":true,"string":"Thu Jan 12 2012 10:44:52 GMT+0100 (Mitteleuropäische Zeit)"},"19461":{"timestamp":{"__isSmartRef__":true,"id":19462},"user":"athomschke","tags":[]},"19462":{"isSerializedDate":true,"string":"Thu Jan 12 2012 10:59:14 GMT+0100 (Mitteleuropäische Zeit)"},"19463":{"id":"F3FB889D-D943-4EE0-BA5A-1C15C76889A1","property":"TextString","oldValue":"4","newValue":"6"},"19464":{"6834BA7F-B2E4-4E1B-80A6-2D2D7D940BC2":["Fill","Fill"],"37730D47-E03B-48FE-AB5E-E105948A9C17":["TextString"],"E5DB8D9A-7659-4021-A7E2-24D8B924769C":["Fill"],"1D2D9454-81A1-4334-86D2-DCA48049DE88":["Bounds"]},"19465":{"submorphs":[],"scripts":[],"id":"AD191195-A3EC-4AE7-85CA-8E0AD9A17E53","shape":{"__isSmartRef__":true,"id":19466},"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":19472},"showsHalos":false,"name":"Marker","partsBinMetaInfo":{"__isSmartRef__":true,"id":19473},"__SourceModuleName__":"Global.lively.morphic.Core","_Rotation":0,"_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":19474},"eventHandler":{"__isSmartRef__":true,"id":19475},"priorExtent":{"__isSmartRef__":true,"id":19480},"derivationIds":[2933],"_Visible":true,"isMarkerMorph":true,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":19481},"__LivelyClassName__":"lively.morphic.Box"},"19466":{"position":{"__isSmartRef__":true,"id":19467},"_Extent":{"__isSmartRef__":true,"id":19468},"_BorderWidth":3.664,"_BorderColor":{"__isSmartRef__":true,"id":19469},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":19470},"_BorderRadius":0,"_BorderStyle":"dashed","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":19471},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"19467":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19468":{"x":255,"y":387.66666666666674,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19469":{"r":1,"g":0.56,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19470":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"19471":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19472":{"x":115,"y":105,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19473":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","comment":"A rectangular shaped marker morph, that allows for clicking through","migrationLevel":2,"partName":"Marker","revisionOnLoad":140039,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"19474":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"19475":{"morph":{"__isSmartRef__":true,"id":19465},"__SourceModuleName__":"Global.lively.morphic.Events","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":19476},"__LivelyClassName__":"lively.morphic.RelayEventHandler"},"19476":{"relayFunc":{"__isSmartRef__":true,"id":19477}},"19477":{"varMapping":{"__isSmartRef__":true,"id":19478},"source":"function relayToMorphBeneath(evt, target) {\n if (evt.isCommandKey()) return false;\n var morphBeneath = target.morphBeneath(evt.getPosition());\n morphBeneath && morphBeneath.triggerEvent(evt);\n return true;\n }","funcProperties":{"__isSmartRef__":true,"id":19479},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19478":{},"19479":{},"19480":{"x":255,"y":387.66666666666674,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19481":{"onMouseMove":{"__isSmartRef__":true,"id":19482},"onDoubleClick":{"__isSmartRef__":true,"id":19485},"onMouseWheel":{"__isSmartRef__":true,"id":19488}},"19482":{"varMapping":{"__isSmartRef__":true,"id":19483},"source":"function (evt) { /*alert('Handling ' + name + ' in ' + this)*/ }","funcProperties":{"__isSmartRef__":true,"id":19484},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19483":{"this":{"__isSmartRef__":true,"id":19465},"name":"onMouseMove"},"19484":{},"19485":{"varMapping":{"__isSmartRef__":true,"id":19486},"source":"function (evt) { /*alert('Handling ' + name + ' in ' + this)*/ }","funcProperties":{"__isSmartRef__":true,"id":19487},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19486":{"this":{"__isSmartRef__":true,"id":19465},"name":"onDoubleClick"},"19487":{},"19488":{"varMapping":{"__isSmartRef__":true,"id":19489},"source":"function (evt) { /*alert('Handling ' + name + ' in ' + this)*/ }","funcProperties":{"__isSmartRef__":true,"id":19494},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19489":{"this":{"__isSmartRef__":true,"id":19465},"name":"onMouseWheel","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":19490}},"19490":{"$super":{"__isSmartRef__":true,"id":19491}},"19491":{"varMapping":{"__isSmartRef__":true,"id":19492},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":19493},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19492":{"obj":{"__isSmartRef__":true,"id":19465},"name":"onMouseWheel"},"19493":{},"19494":{},"19495":{"submorphs":[],"scripts":[],"id":"0567B735-33B8-4C03-A92A-B06D267BBCEE","shape":{"__isSmartRef__":true,"id":19496},"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":19502},"showsHalos":false,"name":"Marker","partsBinMetaInfo":{"__isSmartRef__":true,"id":19503},"__SourceModuleName__":"Global.lively.morphic.Core","_Rotation":0,"_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":19504},"eventHandler":{"__isSmartRef__":true,"id":19505},"priorExtent":{"__isSmartRef__":true,"id":19510},"derivationIds":[2933],"owner":null,"_Visible":true,"isMarkerMorph":true,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":19511},"__LivelyClassName__":"lively.morphic.Box"},"19496":{"position":{"__isSmartRef__":true,"id":19497},"_Extent":{"__isSmartRef__":true,"id":19498},"_BorderWidth":3.664,"_BorderColor":{"__isSmartRef__":true,"id":19499},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":19500},"_BorderRadius":0,"_BorderStyle":"dashed","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":19501},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"19497":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19498":{"x":100,"y":100,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19499":{"r":1,"g":0.56,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19500":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"19501":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19502":{"x":1365.9879819759706,"y":2523.010015020024,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19503":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","comment":"A rectangular shaped marker morph, that allows for clicking through","migrationLevel":2,"partName":"Marker","revisionOnLoad":140039,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"19504":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"19505":{"morph":{"__isSmartRef__":true,"id":19495},"__SourceModuleName__":"Global.lively.morphic.Events","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":19506},"__LivelyClassName__":"lively.morphic.RelayEventHandler"},"19506":{"relayFunc":{"__isSmartRef__":true,"id":19507}},"19507":{"varMapping":{"__isSmartRef__":true,"id":19508},"source":"function relayToMorphBeneath(evt, target) {\n if (evt.isCommandKey()) return false;\n var morphBeneath = target.morphBeneath(evt.getPosition());\n morphBeneath && morphBeneath.triggerEvent(evt);\n return true;\n }","funcProperties":{"__isSmartRef__":true,"id":19509},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19508":{},"19509":{},"19510":{"x":100,"y":100,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19511":{"onMouseMove":{"__isSmartRef__":true,"id":19512},"onDoubleClick":{"__isSmartRef__":true,"id":19515},"onMouseWheel":{"__isSmartRef__":true,"id":19518}},"19512":{"varMapping":{"__isSmartRef__":true,"id":19513},"source":"function (evt) { /*alert('Handling ' + name + ' in ' + this)*/ }","funcProperties":{"__isSmartRef__":true,"id":19514},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19513":{"this":{"__isSmartRef__":true,"id":19495},"name":"onMouseMove"},"19514":{},"19515":{"varMapping":{"__isSmartRef__":true,"id":19516},"source":"function (evt) { /*alert('Handling ' + name + ' in ' + this)*/ }","funcProperties":{"__isSmartRef__":true,"id":19517},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19516":{"this":{"__isSmartRef__":true,"id":19495},"name":"onDoubleClick"},"19517":{},"19518":{"varMapping":{"__isSmartRef__":true,"id":19519},"source":"function (evt) { /*alert('Handling ' + name + ' in ' + this)*/ }","funcProperties":{"__isSmartRef__":true,"id":19524},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19519":{"this":{"__isSmartRef__":true,"id":19495},"name":"onMouseWheel","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":19520}},"19520":{"$super":{"__isSmartRef__":true,"id":19521}},"19521":{"varMapping":{"__isSmartRef__":true,"id":19522},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":19523},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19522":{"obj":{"__isSmartRef__":true,"id":19495},"name":"onMouseWheel"},"19523":{},"19524":{},"19525":{"submorphs":[],"scripts":[],"id":"AA14EB26-942F-4868-99C1-CE8B251F7059","shape":{"__isSmartRef__":true,"id":19526},"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":19532},"showsHalos":false,"name":"Marker1","partsBinMetaInfo":{"__isSmartRef__":true,"id":19533},"__SourceModuleName__":"Global.lively.morphic.Core","_Rotation":0,"_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":19534},"eventHandler":{"__isSmartRef__":true,"id":19535},"priorExtent":{"__isSmartRef__":true,"id":19540},"derivationIds":[2933],"owner":null,"_Visible":true,"isMarkerMorph":true,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":19541},"__LivelyClassName__":"lively.morphic.Box"},"19526":{"position":{"__isSmartRef__":true,"id":19527},"_Extent":{"__isSmartRef__":true,"id":19528},"_BorderWidth":3.664,"_BorderColor":{"__isSmartRef__":true,"id":19529},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":19530},"_BorderRadius":0,"_BorderStyle":"dashed","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":19531},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"19527":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19528":{"x":152.5051582117659,"y":159.51917923980136,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19529":{"r":1,"g":0.56,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19530":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"19531":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19532":{"x":275.8033721078048,"y":0.44984979974969974,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19533":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","comment":"A rectangular shaped marker morph, that allows for clicking through","migrationLevel":2,"partName":"Marker","revisionOnLoad":140039,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"19534":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"19535":{"morph":{"__isSmartRef__":true,"id":19525},"__SourceModuleName__":"Global.lively.morphic.Events","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":19536},"__LivelyClassName__":"lively.morphic.RelayEventHandler"},"19536":{"relayFunc":{"__isSmartRef__":true,"id":19537}},"19537":{"varMapping":{"__isSmartRef__":true,"id":19538},"source":"function relayToMorphBeneath(evt, target) {\n if (evt.isCommandKey()) return false;\n var morphBeneath = target.morphBeneath(evt.getPosition());\n morphBeneath && morphBeneath.triggerEvent(evt);\n return true;\n }","funcProperties":{"__isSmartRef__":true,"id":19539},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19538":{},"19539":{},"19540":{"x":152.5051582117659,"y":159.51917923980136,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19541":{"onMouseMove":{"__isSmartRef__":true,"id":19542},"onDoubleClick":{"__isSmartRef__":true,"id":19545},"onMouseWheel":{"__isSmartRef__":true,"id":19548}},"19542":{"varMapping":{"__isSmartRef__":true,"id":19543},"source":"function (evt) { /*alert('Handling ' + name + ' in ' + this)*/ }","funcProperties":{"__isSmartRef__":true,"id":19544},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19543":{"this":{"__isSmartRef__":true,"id":19525},"name":"onMouseMove"},"19544":{},"19545":{"varMapping":{"__isSmartRef__":true,"id":19546},"source":"function (evt) { /*alert('Handling ' + name + ' in ' + this)*/ }","funcProperties":{"__isSmartRef__":true,"id":19547},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19546":{"this":{"__isSmartRef__":true,"id":19525},"name":"onDoubleClick"},"19547":{},"19548":{"varMapping":{"__isSmartRef__":true,"id":19549},"source":"function (evt) { /*alert('Handling ' + name + ' in ' + this)*/ }","funcProperties":{"__isSmartRef__":true,"id":19554},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19549":{"this":{"__isSmartRef__":true,"id":19525},"name":"onMouseWheel","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":19550}},"19550":{"$super":{"__isSmartRef__":true,"id":19551}},"19551":{"varMapping":{"__isSmartRef__":true,"id":19552},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":19553},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19552":{"obj":{"__isSmartRef__":true,"id":19525},"name":"onMouseWheel"},"19553":{},"19554":{},"19555":{"onSelectionChange":{"__isSmartRef__":true,"id":19556},"getList":{"__isSmartRef__":true,"id":19560},"prepareDiff":{"__isSmartRef__":true,"id":19564},"initializeWith":{"__isSmartRef__":true,"id":19568},"getMyContentPane":{"__isSmartRef__":true,"id":19572},"getOtherContentPane":{"__isSmartRef__":true,"id":19576},"displayColors":{"__isSmartRef__":true,"id":19580},"displayContentBeautifully":{"__isSmartRef__":true,"id":19584},"displayText":{"__isSmartRef__":true,"id":19588},"getMergedContentPane":{"__isSmartRef__":true,"id":19592},"prepareTextDiff":{"__isSmartRef__":true,"id":19596},"prettyPrintTextDiff":{"__isSmartRef__":true,"id":19600},"reset":{"__isSmartRef__":true,"id":19604},"buildListEntry":{"__isSmartRef__":true,"id":19608},"onShutdown":{"__isSmartRef__":true,"id":19612},"loadPartsBinVersion":{"__isSmartRef__":true,"id":19616},"initializeMarkerMorphs":{"__isSmartRef__":true,"id":19620},"findOtherFocusedMorph":{"__isSmartRef__":true,"id":19624},"markMorph":{"__isSmartRef__":true,"id":19628},"findFocusedMorph":{"__isSmartRef__":true,"id":19632},"updateCategory":{"__isSmartRef__":true,"id":19636}},"19556":{"varMapping":{"__isSmartRef__":true,"id":19557},"source":"function onSelectionChange(selection) {\n var self = this,\n currentDiff = this.currentDiff[parseInt(this.getList().getSelectedIndexes()[0])]\n\n if (!currentDiff) return\n\n this.displayContentBeautifully(currentDiff.item[\"newValue\"], currentDiff.item[\"oldValue\"]);\n\n if(!this.myMarkerMorph || !this.otherMarkerMorph) this.initializeMarkerMorphs()\n var focusedMorph = this.findFocusedMorph(currentDiff),\n otherFocusedMorph = this.findOtherFocusedMorph(focusedMorph, currentDiff);\n\n this.markMorph(focusedMorph, this.myMarkerMorph);\n this.markMorph(otherFocusedMorph, this.otherMarkerMorph);\n\n $world.addMorph(this.owner)\n}","funcProperties":{"__isSmartRef__":true,"id":19558},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19557":{"this":{"__isSmartRef__":true,"id":18801}},"19558":{"timestamp":{"__isSmartRef__":true,"id":19559},"user":"undefined","tags":[]},"19559":{"isSerializedDate":true,"string":"Sat Mar 10 2012 12:07:34 GMT+0100 (Mitteleuropäische Zeit)"},"19560":{"varMapping":{"__isSmartRef__":true,"id":19561},"source":"function getList() {\n return this.get(\"PropertyList\");\n}","funcProperties":{"__isSmartRef__":true,"id":19562},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19561":{"this":{"__isSmartRef__":true,"id":18801}},"19562":{"timestamp":{"__isSmartRef__":true,"id":19563},"user":"athomschke","tags":[]},"19563":{"isSerializedDate":true,"string":"Wed Jan 11 2012 13:49:19 GMT+0100 (Mitteleuropäische Zeit)"},"19564":{"varMapping":{"__isSmartRef__":true,"id":19565},"source":"function prepareDiff() {\n var diff = this.threeWayDiff,\n self = this;\n if (!this.targetMorph) return;\n\n this.currentDiff = Properties.own(diff).collect(function (ea) {\n if (diff[ea][self.mode]) {\n return Properties.own(diff[ea][self.mode]).collect(function (each) {\n return self.buildListEntry(ea, each, diff[ea][self.mode][each])\n })\n }\n }).flatten();\n}","funcProperties":{"__isSmartRef__":true,"id":19566},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19565":{"this":{"__isSmartRef__":true,"id":18801}},"19566":{"timestamp":{"__isSmartRef__":true,"id":19567},"user":"undefined","tags":[]},"19567":{"isSerializedDate":true,"string":"Sat Mar 10 2012 14:45:41 GMT+0100 (Mitteleuropäische Zeit)"},"19568":{"varMapping":{"__isSmartRef__":true,"id":19569},"source":"function initializeWith(morph) {\n this.targetMorph = morph;\n\n this.threeWayDiff = this.targetMorph.newThreeWayDiff();\n if (!this.threeWayDiff) return undefined\n\n this.loadPartsBinVersion();\n this.updateCategory(\"conflicted\")\n\n this.initializeMarkerMorphs();\n}","funcProperties":{"__isSmartRef__":true,"id":19570},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19569":{"this":{"__isSmartRef__":true,"id":18801}},"19570":{"timestamp":{"__isSmartRef__":true,"id":19571},"user":"undefined","tags":[]},"19571":{"isSerializedDate":true,"string":"Sat Mar 10 2012 14:46:23 GMT+0100 (Mitteleuropäische Zeit)"},"19572":{"varMapping":{"__isSmartRef__":true,"id":19573},"source":"function getMyContentPane() {\n return this.get(\"myContent\");\n}","funcProperties":{"__isSmartRef__":true,"id":19574},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19573":{"this":{"__isSmartRef__":true,"id":18801}},"19574":{"timestamp":{"__isSmartRef__":true,"id":19575},"user":"athomschke","tags":[]},"19575":{"isSerializedDate":true,"string":"Wed Jan 11 2012 15:05:52 GMT+0100 (Mitteleuropäische Zeit)"},"19576":{"varMapping":{"__isSmartRef__":true,"id":19577},"source":"function getOtherContentPane() {\n return this.get(\"currentVersionContent\");\n}","funcProperties":{"__isSmartRef__":true,"id":19578},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19577":{"this":{"__isSmartRef__":true,"id":18801}},"19578":{"timestamp":{"__isSmartRef__":true,"id":19579},"user":"athomschke","tags":[]},"19579":{"isSerializedDate":true,"string":"Wed Jan 11 2012 15:03:42 GMT+0100 (Mitteleuropäische Zeit)"},"19580":{"varMapping":{"__isSmartRef__":true,"id":19581},"source":"function displayColors(c1, c2) {\n this.getMyContentPane().setFill(c1);\n this.getOtherContentPane().setFill(c2);\n}","funcProperties":{"__isSmartRef__":true,"id":19582},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19581":{"this":{"__isSmartRef__":true,"id":18801}},"19582":{"timestamp":{"__isSmartRef__":true,"id":19583},"user":"athomschke","tags":[]},"19583":{"isSerializedDate":true,"string":"Thu Jan 12 2012 14:17:29 GMT+0100 (Mitteleuropäische Zeit)"},"19584":{"varMapping":{"__isSmartRef__":true,"id":19585},"source":"function displayContentBeautifully(p1, p2) {\n var pane1 = this.getMyContentPane()\n var pane2 = this.getOtherContentPane()\n\n pane1.setFill(Color.white);\n pane1.setTextString(\"\");\n pane2.setFill(Color.white);\n pane2.setTextString(\"\");\n\n this.getMergedContentPane().setTextString(\"\");\n\n if(p1 && p2 && p1.isColor && p2.isColor) {\n this.displayColors(p1, p2);\n }\n else if((typeof(p1) == \"string\" || typeof(p1) == \"function\") || (typeof(p2) == \"string\" || typeof(p2) == \"function\")) {\n this.displayText(p1, p2)\n }\n else {\n (typeof(p1) !== 'undefined') && pane1.setTextString(p1.toString());\n (typeof(p2) !== 'undefined') && pane2.setTextString(p2.toString())\n }\n}","funcProperties":{"__isSmartRef__":true,"id":19586},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19585":{"this":{"__isSmartRef__":true,"id":18801}},"19586":{"timestamp":{"__isSmartRef__":true,"id":19587},"user":"undefined","tags":[]},"19587":{"isSerializedDate":true,"string":"Thu Apr 05 2012 14:37:23 GMT+0200 (Mitteleuropäische Sommerzeit)"},"19588":{"varMapping":{"__isSmartRef__":true,"id":19589},"source":"function displayText(c1, c2) {\n this.getMyContentPane().setTextString(c1);\n this.getOtherContentPane().setTextString(c2);\n this.prettyPrintTextDiff(c1,c2)\n}","funcProperties":{"__isSmartRef__":true,"id":19590},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19589":{"this":{"__isSmartRef__":true,"id":18801}},"19590":{"timestamp":{"__isSmartRef__":true,"id":19591},"user":"undefined","tags":[]},"19591":{"isSerializedDate":true,"string":"Sat Mar 10 2012 14:46:45 GMT+0100 (Mitteleuropäische Zeit)"},"19592":{"varMapping":{"__isSmartRef__":true,"id":19593},"source":"function getMergedContentPane() {\n return this.get(\"mergedContent\");\n}","funcProperties":{"__isSmartRef__":true,"id":19594},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19593":{"this":{"__isSmartRef__":true,"id":18801}},"19594":{"timestamp":{"__isSmartRef__":true,"id":19595},"user":"athomschke","tags":[]},"19595":{"isSerializedDate":true,"string":"Thu Jan 12 2012 14:45:30 GMT+0100 (Mitteleuropäische Zeit)"},"19596":{"varMapping":{"__isSmartRef__":true,"id":19597},"source":"function prepareTextDiff(c1, c2) {\n module('apps.DiffMatchPatch').load(true);\n\tvar dmp = new diff_match_patch();\n\tvar diffs;\n if (c1 == undefined || c2 == undefined) return\n c1 = c1.toString();\n c2 = c2.toString();\n diffs = dmp.diff_main(c1, c2);\n\tdmp.diff_cleanupSemantic(diffs);\n\tvar filteredDiffs = []\n\tfor(var i=0; i 6) {\n\t\t\tvar beginS= lines.slice(0, 2).join(\"\\n\");\n\t\t\tvar endS = lines.slice(lines.length - 3, lines.length).join(\"\\n\");\t\n\t\t\tfilteredDiffs.push([0, beginS + \"\\n...\\n\" + endS])\n\t\t\tcontinue;\n\t\t}\n\n\t\t// before change\n\t\tif (!diffs[i-1] && diffs[i+1] && diffs[i][0] == 0 && lines.length > 3) {\n\t\t\tvar newS = lines.slice(lines.length - 3, lines.length).join(\"\\n\");\n\t\t\tfilteredDiffs.push([0,\"... \" + newS ])\n\t\t\tcontinue;\n\t\t}\n\t\t// after change\n\t\tif (diffs[i-1] && !diffs[i+1] && diffs[i][0] == 0 && lines.length > 3) {\n\t\t\tvar newS = lines.slice(0, 2).join(\"\\n\");\n\t\t\tfilteredDiffs.push([0, newS + \"... \"])\n\t\t\tcontinue;\n\t\t}\n\t\tfilteredDiffs.push(diffs[i])\n\t}\n return filteredDiffs;\n}","funcProperties":{"__isSmartRef__":true,"id":19598},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19597":{"this":{"__isSmartRef__":true,"id":18801}},"19598":{"timestamp":{"__isSmartRef__":true,"id":19599},"user":"undefined","tags":[]},"19599":{"isSerializedDate":true,"string":"Tue Mar 20 2012 15:40:23 GMT+0100 (Mitteleuropäische Zeit)"},"19600":{"varMapping":{"__isSmartRef__":true,"id":19601},"source":"function prettyPrintTextDiff(c2, c1) {\n var c1 = c1 || \"\";\n var c2 = c2 || \"\";\n var diffs = this.prepareTextDiff(c1, c2)\n if (!diffs) return\n var textMorph = this.getMergedContentPane();\n var string = \"\";\n for (var x = 0; x < diffs.length; x++) {\n\tstring += diffs[x][1];\n }\n\n textMorph.setTextString(string);\n var from=0;\n\tfor (var x = 0; x < diffs.length; x++) {\n\t\tvar op = diffs[x][0]; // Operation (insert, delete, equal)\n\t\tvar data = diffs[x][1]; // Text of change.\n\t\tvar to = from + data.length;\n\t\tswitch (op) {\n\t\t\tcase DIFF_INSERT:\n\t\t\ttextMorph.emphasize({color: 'green', textDecoration: 'underline'}, from, to)\n\t\t\tbreak;\n\t\t\tcase DIFF_DELETE:\n\t\t\ttextMorph.emphasize({color: 'red', textDecoration: 'line-through'}, from, to)\n\t \tbreak;\n\t\t\tcase DIFF_EQUAL:\n\t \tbreak;\n\t \t}\n\t\tfrom = to\n\t}\n}","funcProperties":{"__isSmartRef__":true,"id":19602},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19601":{"this":{"__isSmartRef__":true,"id":18801}},"19602":{"timestamp":{"__isSmartRef__":true,"id":19603},"user":"undefined","tags":[]},"19603":{"isSerializedDate":true,"string":"Thu Mar 15 2012 11:52:40 GMT+0100 (Mitteleuropäische Zeit)"},"19604":{"varMapping":{"__isSmartRef__":true,"id":19605},"source":"function reset() {\n delete this.targetMorph;\n delete this.threeWayDiff;\n this.otherMorph && this.otherMorph.remove();\n delete this.otherMorph;\n delete this.mode;\n delete this.currentDiff;\n this.myMarkerMorph && this.myMarkerMorph.remove();\n this.otherMarkerMorph && this.otherMarkerMorph.remove();\n this.updateCategory(\"conflicted\")\n this.getMyContentPane().reset();\n this.getOtherContentPane().reset(); \n this.getMergedContentPane().reset(); \n}","funcProperties":{"__isSmartRef__":true,"id":19606},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19605":{"this":{"__isSmartRef__":true,"id":18801}},"19606":{"timestamp":{"__isSmartRef__":true,"id":19607},"user":"undefined","tags":[]},"19607":{"isSerializedDate":true,"string":"Wed Mar 21 2012 11:57:24 GMT+0100 (Mitteleuropäische Zeit)"},"19608":{"varMapping":{"__isSmartRef__":true,"id":19609},"source":"function buildListEntry(id, prop, diff) {\n var entry = {\n name: this.targetMorph.findById(id).getName(),\n item: diff,\n prop: prop,\n id: id,\n };\n var stringPart = (this.mode == \"added\" || this.mode == \"removed\") ? \n diff.getName() : \n prop;\n\n entry.string = \"(\" \n + this.targetMorph.findById(id).getName() \n + \") \"\n + stringPart\n\n return entry\n}","funcProperties":{"__isSmartRef__":true,"id":19610},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19609":{"this":{"__isSmartRef__":true,"id":18801}},"19610":{"timestamp":{"__isSmartRef__":true,"id":19611},"user":"undefined","tags":[]},"19611":{"isSerializedDate":true,"string":"Sat Mar 10 2012 14:38:40 GMT+0100 (Mitteleuropäische Zeit)"},"19612":{"varMapping":{"__isSmartRef__":true,"id":19613},"source":"function onShutdown() {\n this.reset();\n}","funcProperties":{"__isSmartRef__":true,"id":19614},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19613":{"this":{"__isSmartRef__":true,"id":18801}},"19614":{"timestamp":{"__isSmartRef__":true,"id":19615},"user":"undefined","tags":[]},"19615":{"isSerializedDate":true,"string":"Sat Mar 10 2012 14:56:28 GMT+0100 (Mitteleuropäische Zeit)"},"19616":{"varMapping":{"__isSmartRef__":true,"id":19617},"source":"function loadPartsBinVersion() {\n if (this.targetMorph) {\n this.otherMorph = this.targetMorph.findCurrentPartVersion();\n this.get(\"PreviewPane\").addMorph(this.otherMorph);\n this.otherMorph.setPosition(pt(0,0));\n var e1 = this.get(\"PreviewPane\").getExtent();\n var e2 = this.otherMorph.getExtent();\n var factor;\n if (e1.x>e2.x && e1.y>e2.y) factor = 1;\n else factor = (e1.x/e2.x < e1.y/e2.y)? e1.x/e2.x : e1.y/e2.y;\n this.otherMorph.setScale(factor);\n this.get(\"PreviewPane\").adjustForNewBounds();\n this.otherMorph.layout = this.otherMorph.layout || {};\n this.otherMorph.layout.scaleHorizontal = true\n this.otherMorph.layout.scaleVertical = true\n }\n}","funcProperties":{"__isSmartRef__":true,"id":19618},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19617":{"this":{"__isSmartRef__":true,"id":18801}},"19618":{"timestamp":{"__isSmartRef__":true,"id":19619},"user":"undefined","tags":[]},"19619":{"isSerializedDate":true,"string":"Thu Mar 22 2012 09:04:12 GMT+0100 (Mitteleuropäische Zeit)"},"19620":{"varMapping":{"__isSmartRef__":true,"id":19621},"source":"function initializeMarkerMorphs() {\n if (this.myMarkerMorph) {\n return\n }\n if (this.otherMarkerMorph) {\n return\n }\n this.myMarkerMorph = $world.openPartItem(\"Marker\", \"PartsBin/Basic\");\n this.addMorph(this.myMarkerMorph);\n this.myMarkerMorph.setVisible(false);\n this.myMarkerMorph.isMarkerMorph = true; \n \n this.otherMarkerMorph = $world.openPartItem(\"Marker\", \"PartsBin/Basic\");\n this.addMorph(this.otherMarkerMorph);\n this.otherMarkerMorph.setVisible(false);\n this.otherMarkerMorph.isMarkerMorph = true; \n}","funcProperties":{"__isSmartRef__":true,"id":19622},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19621":{"this":{"__isSmartRef__":true,"id":18801}},"19622":{"timestamp":{"__isSmartRef__":true,"id":19623},"user":"undefined","tags":[]},"19623":{"isSerializedDate":true,"string":"Wed Mar 21 2012 11:58:08 GMT+0100 (Mitteleuropäische Zeit)"},"19624":{"varMapping":{"__isSmartRef__":true,"id":19625},"source":"function findOtherFocusedMorph(focusedMorph, diff) {\n var focused = undefined;\n if (this.mode == \"added\") {\n focused = diff.item.findDerivationSibling(this.otherMorph)\n }\n else if (this.mode == \"updated\" || this.mode == \"conflicted\") {\n focused = focusedMorph.findDerivationSibling(this.otherMorph)\n }\n else if (this.mode = \"removed\") {\n focused = focusedMorph.owner.findDerivationSibling(this.otherMorph)\n }\n return focused\n}","funcProperties":{"__isSmartRef__":true,"id":19626},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19625":{"this":{"__isSmartRef__":true,"id":18801}},"19626":{"timestamp":{"__isSmartRef__":true,"id":19627},"user":"undefined","tags":[]},"19627":{"isSerializedDate":true,"string":"Thu Mar 15 2012 12:00:31 GMT+0100 (Mitteleuropäische Zeit)"},"19628":{"varMapping":{"__isSmartRef__":true,"id":19629},"source":"function markMorph(morph, optMarker) {\n if (!morph) return\n var marker = optMarker || this.myMarkerMorph;\n $world.addMorph(marker)\n marker.setBounds(morph.globalBounds());\n if (marker == this.myMarkerMorph && this.mode == \"removed\") { \n marker.setPosition(marker.getPosition().addPt(this.targetMorph.getPositionInWorld()))\n }\n marker.setVisible(true);\n marker.bringToFront();\n var o = this.myMarkerMorph === marker ? $world : this;\n o.addMorph(marker)\n}","funcProperties":{"__isSmartRef__":true,"id":19630},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19629":{"this":{"__isSmartRef__":true,"id":18801}},"19630":{"timestamp":{"__isSmartRef__":true,"id":19631},"user":"undefined","tags":[]},"19631":{"isSerializedDate":true,"string":"Thu Mar 15 2012 11:51:37 GMT+0100 (Mitteleuropäische Zeit)"},"19632":{"varMapping":{"__isSmartRef__":true,"id":19633},"source":"function findFocusedMorph(diff) {\n console.log(\"start find focused morph\")\n var focused = undefined;\n if (this.mode == \"removed\") {\n focused = diff.item\n }\n else {\n focused = this.targetMorph.findById(diff.id)\n }\n console.log(\"end find focused morph\")\n return focused\n}","funcProperties":{"__isSmartRef__":true,"id":19634},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19633":{"this":{"__isSmartRef__":true,"id":18801}},"19634":{"timestamp":{"__isSmartRef__":true,"id":19635},"user":"undefined","tags":[]},"19635":{"isSerializedDate":true,"string":"Thu Mar 15 2012 11:58:55 GMT+0100 (Mitteleuropäische Zeit)"},"19636":{"varMapping":{"__isSmartRef__":true,"id":19637},"source":"function updateCategory(category) {\n this.mode = category\n this.prepareDiff();\n this.myMarkerMorph && this.myMarkerMorph.remove();\n this.otherMarkerMorph && this.otherMarkerMorph.remove();\n this.getList().setList(this.currentDiff);\n}","funcProperties":{"__isSmartRef__":true,"id":19638},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"19637":{"this":{"__isSmartRef__":true,"id":18801}},"19638":{"timestamp":{"__isSmartRef__":true,"id":19639},"user":"undefined","tags":[]},"19639":{"isSerializedDate":true,"string":"Thu Mar 15 2012 12:02:02 GMT+0100 (Mitteleuropäische Zeit)"},"19640":{"submorphs":[{"__isSmartRef__":true,"id":19641},{"__isSmartRef__":true,"id":19656},{"__isSmartRef__":true,"id":19711},{"__isSmartRef__":true,"id":19746}],"scripts":[],"shape":{"__isSmartRef__":true,"id":19782},"derivationIds":[null,"75DDF62A-668F-4A12-837B-DE7529E6ECF6","0378F79F-1EB9-441B-AE38-14AAF7B44618","0BF43C59-4D43-476E-B281-FD0A99039E22","25989C6F-EBB6-4C7F-8B5C-136EF0FAA25D","DD1149F5-B578-435A-8FE8-9CA1B42215EE","43DCC351-6E6F-4827-9B1A-719DCFDBDEDF","1E8C134F-2B70-4428-97CA-BDE01ED7653F","AAF7ACD1-062C-4FB5-BD16-844A41E69029","B0375DE1-DC50-4063-8CCD-D9208D9AA05B","F6887DF8-DF5A-4979-9430-7DDB0316EA82","E38F1CDC-70FE-4E56-9589-240C4190492C","8496EAEC-AFB2-4F6E-8C46-58B1128AEF40","377D38F9-8B80-45C5-9979-8F9EF57C1C79","1CEF04CC-3D2C-4B5F-96A7-4CA0107FFA0D","E852127A-B109-4A1A-B5E9-F99D18B5A77E","C51FC5EF-9D38-4D29-9049-1219B8D29F7C","321894AF-016A-4BD4-88DC-ADDF1206C5C7","EFB5C2EA-B484-43E8-BF0A-DD523AC56F46","3A63376F-7175-4ADD-BDDD-9AFF1A590558","6A8AF4F5-56CA-4794-8C5F-A3EF44C7FFB0","01CD5F3F-CA22-412E-AA07-C2B42A85E3E7","CF0107A5-378F-4362-AC69-631DD3B41C70","463EB32B-14A9-4419-BEF1-72DC59F41BA2","EFCD9180-3BC8-41A9-80BF-CB528D2236DE","C4E064D7-8446-483E-B554-180135623BF1"],"id":"52423964-227B-4449-B5F5-C40FF9BEC762","renderContextTable":{"__isSmartRef__":true,"id":19793},"eventHandler":{"__isSmartRef__":true,"id":19794},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":19795},"_Position":{"__isSmartRef__":true,"id":19796},"windowMorph":{"__isSmartRef__":true,"id":18800},"label":{"__isSmartRef__":true,"id":19641},"closeButton":{"__isSmartRef__":true,"id":19656},"menuButton":{"__isSmartRef__":true,"id":19711},"collapseButton":{"__isSmartRef__":true,"id":19746},"priorExtent":{"__isSmartRef__":true,"id":19797},"owner":{"__isSmartRef__":true,"id":18800},"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"_ClipMode":"visible","partsBinMetaInfo":{"__isSmartRef__":true,"id":19798},"__LivelyClassName__":"lively.morphic.TitleBar"},"19641":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":19642},"derivationIds":[null,"9E9E946F-917A-46A0-995E-2F3745568A05","E9B5AD63-AA9D-4C3F-BBEB-3BF112B875CB","68E81283-6211-429B-B4FB-19FB132866FB","D6A9F080-9D0C-4D1D-9223-E27A0220698D","20DE6B24-C6FD-4B62-B359-252D3084AD9A","3A53FBA3-B0D2-4A7D-90D4-9B95A963AC9B","0121506F-DD3D-4226-A5DB-1B9DC91004A0","336621DF-11FF-41A3-96E1-026116F93B95","66C17926-8044-48E7-B59A-3DEB56A3CACE","DB4055F1-DDF2-4BEB-9C8F-4356AFEE2420","64E3FFBA-EC2F-46A2-9762-5B09547EBC20","9A45F781-A356-4A1E-971F-75E9C72212DB","292973C1-F2C1-4D83-B9CB-91303602BD6E","9AC1A333-CA11-43A0-99D2-BFF297AB17D5","150DB3BC-A2E6-439D-BC20-5C3A91377622","484EDF9E-B002-472E-892E-2F19036ED344","88E9A476-3A93-47DB-A366-19EA02C3E789","6C9FEC52-4D60-406C-8E96-D03BAB8BCF88","B9EFD6D1-4F98-4A43-AD50-A15C7BDC8A70","CEE26775-3BED-456D-ACBD-CE4522636986","48F8AF2E-C23F-40A7-BE30-E331059F6520","2A99663F-D559-4798-A0EE-C21E9DBD3E38","D694FE4D-5654-4909-9192-3152F7C9E6D1","0F3CB4FB-185E-444A-B24A-CA843C8091DF","09D75DD1-1028-4375-B871-A504395E2C29"],"id":"17B86CBD-7CE1-4548-BBD6-E185E34F5F51","renderContextTable":{"__isSmartRef__":true,"id":19648},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":19649}],"eventHandler":{"__isSmartRef__":true,"id":19651},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":19652},"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":19640},"priorExtent":{"__isSmartRef__":true,"id":19653},"_MaxTextWidth":834,"_MinTextWidth":834,"_MaxTextHeight":null,"_MinTextHeight":null,"_Position":{"__isSmartRef__":true,"id":19654},"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":19655},"__LivelyClassName__":"lively.morphic.Text"},"19642":{"_Position":{"__isSmartRef__":true,"id":19643},"renderContextTable":{"__isSmartRef__":true,"id":19644},"_Extent":{"__isSmartRef__":true,"id":19645},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":19646},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":19647},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"19643":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19644":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"19645":{"x":834,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"19646":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19647":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19648":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"19649":{"style":{"__isSmartRef__":true,"id":19650},"chunkOwner":{"__isSmartRef__":true,"id":19641},"storedString":"MorphDiffer","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"19650":{"fontWeight":"bold","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"19651":{"morph":{"__isSmartRef__":true,"id":19641},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"19652":{"resizeWidth":true},"19653":{"x":834,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19654":{"x":20,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19655":{"requiredModules":[],"idOnLoad":"17B86CBD-7CE1-4548-BBD6-E185E34F5F51","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"19656":{"submorphs":[{"__isSmartRef__":true,"id":19657}],"scripts":[],"shape":{"__isSmartRef__":true,"id":19669},"derivationIds":[null,"F0AAB54C-6485-40C9-832B-96EE756FD034","B9E7E50E-5DA7-43AE-ACCD-19612A270E30","F75634E0-7DCA-4CFF-87F9-52924C1FA89E","AC894BBC-E4A2-4D5C-8CA0-8B31831B6DC1","CCD56D6E-9B5F-4A28-8004-A3B1497ED1DF","F9B7F9CB-42DC-4589-930D-864D2A49E1AA","6E9AC590-9E4B-4547-BB35-28812283BCCC","F11472AD-4442-4956-915D-6EDB3D691382","519B081D-C4AB-45FF-9E66-F730B5B7983E","0F619D1E-9C70-4A6F-9499-F82415A19174","958A1868-7463-4F2B-A394-69CAA958AF18","EE556852-C341-4A6E-83CE-2AD47016E3EA","728915A2-1B80-4CA9-80D6-18A3621A7B6B","523F3738-5451-423A-8A60-01C2B4776310","8F10BF47-5D5D-482F-9DEA-F051374B47A3","8DE07D76-725F-494B-8A33-6C34E3FF86A7","E1E842D6-86B5-4707-834C-65877A46E2EE","B5027086-5AD1-4F58-B4D6-9B3AF65EB551","CA2BE219-94D6-4FEB-B74D-69E2BC4691F2","D55945E3-7D3C-4D7B-97BD-0057172DF9BF","CD059FC8-876A-4B94-8EBC-AC14D94F1C89","295BD9D2-2C71-495F-B4C6-C8249F1F7194","A1455229-7942-448D-AD3C-C808215018E2","23D273E5-76B3-4114-B3A7-FF595BBC92B8","ADE613A7-CFC1-4D75-9D9D-95C16C0BB6D0"],"id":"7F8D0821-47A9-4693-881E-F40514AD9B7D","renderContextTable":{"__isSmartRef__":true,"id":19682},"eventHandler":{"__isSmartRef__":true,"id":19683},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":19684},"priorExtent":{"__isSmartRef__":true,"id":19685},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":19686},"lighterFill":{"__isSmartRef__":true,"id":19696},"label":{"__isSmartRef__":true,"id":19657},"owner":{"__isSmartRef__":true,"id":19640},"layout":{"__isSmartRef__":true,"id":19705},"attributeConnections":[{"__isSmartRef__":true,"id":19706},{"__isSmartRef__":true,"id":19708}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","showsHalos":false,"_ClipMode":"visible","partsBinMetaInfo":{"__isSmartRef__":true,"id":19710},"isPressed":false,"__LivelyClassName__":"lively.morphic.WindowControl"},"19657":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":19658},"derivationIds":[null,"96F9D218-1CF3-441C-BF09-5ECA16D5F7EA","FB2E29F1-89F1-4A3E-B003-C03BAD1CC2C0","3E42A437-45EA-4FF8-AB3F-52EFEF547679","93EEA08B-59E5-43FA-A680-42B42AA37954","0FB2EA36-9B2C-4556-902C-E13A2A37E7A4","EF8B74F9-5121-46A5-AE95-AC368490D480","B62A67D1-1496-47F2-90A9-38F19D34B2E3","94033E69-BA39-4CF0-9251-291FB7DC64E3","742A710E-8E6F-42F5-BF01-98521F829588","5CF45389-3D74-4735-A469-D2DACAAF42A9","FE3C7D31-F959-41DF-97E3-EB4E64F702B4","428F2966-CDD4-4E33-8B3D-94217EDF4698","DB5C058B-5ABF-4713-B09F-F2C0A071B228","444E2C14-5FED-4017-A12A-8C7722301E24","493A34CF-5E09-4DA8-A17E-00A92C98ACFF","EFB0DE99-5D00-431B-872E-70B7349C554B","F730E530-CBAC-4D14-B460-BAA7A73E6657","EA334E99-889E-47C6-92E9-64DBB764A87F","9240D5F3-A64C-4467-9C63-F4D7A29F7C1B","89D69B1E-6B11-43D6-87BE-3158A65B5DE3","D0A9FC2C-394E-4F8A-9A31-B95160FE6049","4AFA648A-E4B1-423C-A691-7C06B219A70E","31764B81-F028-46CF-9787-EA42BFFED6D8","A36C0534-8BEF-46F8-BF29-5A330429E402","BBC00149-4248-432E-9018-FD3577D78223"],"id":"A012A33D-7931-4A6A-8347-09A9F6B457B1","renderContextTable":{"__isSmartRef__":true,"id":19663},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":19664}],"eventHandler":{"__isSmartRef__":true,"id":19666},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":19656},"priorExtent":{"__isSmartRef__":true,"id":19667},"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"isLabel":true,"_HandStyle":"default","_TextColor":{"__isSmartRef__":true,"id":19647},"_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":19668},"__LivelyClassName__":"lively.morphic.Text"},"19658":{"_Position":{"__isSmartRef__":true,"id":19659},"renderContextTable":{"__isSmartRef__":true,"id":19660},"_Extent":{"__isSmartRef__":true,"id":19661},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":19662},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":19647},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"19659":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19660":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"19661":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"19662":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19663":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"19664":{"style":{"__isSmartRef__":true,"id":19665},"chunkOwner":{"__isSmartRef__":true,"id":19657},"storedString":"X","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"19665":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"19666":{"morph":{"__isSmartRef__":true,"id":19657},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"19667":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19668":{"requiredModules":[],"idOnLoad":"A012A33D-7931-4A6A-8347-09A9F6B457B1","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"19669":{"_Position":{"__isSmartRef__":true,"id":19670},"renderContextTable":{"__isSmartRef__":true,"id":19671},"_Extent":{"__isSmartRef__":true,"id":19672},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":19673},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":19674},"_Fill":{"__isSmartRef__":true,"id":19675},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"19670":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19671":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"19672":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19673":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19674":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19675":{"stops":[{"__isSmartRef__":true,"id":19676},{"__isSmartRef__":true,"id":19678},{"__isSmartRef__":true,"id":19679},{"__isSmartRef__":true,"id":19680}],"vector":{"__isSmartRef__":true,"id":153},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"19676":{"offset":0,"color":{"__isSmartRef__":true,"id":19677}},"19677":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"19678":{"offset":0.3,"color":{"__isSmartRef__":true,"id":149}},"19679":{"offset":0.7,"color":{"__isSmartRef__":true,"id":149}},"19680":{"offset":1,"color":{"__isSmartRef__":true,"id":19681}},"19681":{"r":0.7973333333333334,"g":0.7973333333333334,"b":0.7973333333333334,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"19682":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"19683":{"morph":{"__isSmartRef__":true,"id":19656},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"19684":{"x":873,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19685":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19686":{"stops":[{"__isSmartRef__":true,"id":19687},{"__isSmartRef__":true,"id":19689},{"__isSmartRef__":true,"id":19691},{"__isSmartRef__":true,"id":19693}],"vector":{"__isSmartRef__":true,"id":19695},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"19687":{"offset":0,"color":{"__isSmartRef__":true,"id":19688}},"19688":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19689":{"offset":0.4,"color":{"__isSmartRef__":true,"id":19690}},"19690":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19691":{"offset":0.6,"color":{"__isSmartRef__":true,"id":19692}},"19692":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19693":{"offset":1,"color":{"__isSmartRef__":true,"id":19694}},"19694":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19695":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19696":{"stops":[{"__isSmartRef__":true,"id":19697},{"__isSmartRef__":true,"id":19699},{"__isSmartRef__":true,"id":19701},{"__isSmartRef__":true,"id":19703}],"vector":{"__isSmartRef__":true,"id":19695},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"19697":{"offset":0,"color":{"__isSmartRef__":true,"id":19698}},"19698":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19699":{"offset":0.4,"color":{"__isSmartRef__":true,"id":19700}},"19700":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19701":{"offset":0.6,"color":{"__isSmartRef__":true,"id":19702}},"19702":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19703":{"offset":1,"color":{"__isSmartRef__":true,"id":19704}},"19704":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19705":{"moveHorizontal":true},"19706":{"sourceObj":{"__isSmartRef__":true,"id":19656},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":18800},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":19707},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"19707":{"source":{"__isSmartRef__":true,"id":19656},"target":{"__isSmartRef__":true,"id":18800}},"19708":{"sourceObj":{"__isSmartRef__":true,"id":19656},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":18800},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":19709},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"19709":{"source":{"__isSmartRef__":true,"id":19656},"target":{"__isSmartRef__":true,"id":18800}},"19710":{"requiredModules":[],"idOnLoad":"7F8D0821-47A9-4693-881E-F40514AD9B7D","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"19711":{"submorphs":[{"__isSmartRef__":true,"id":19712}],"scripts":[],"shape":{"__isSmartRef__":true,"id":19723},"derivationIds":[null,"4D1CA124-2325-4215-ADF3-5CAD0A9D3BB8","42C6D01C-2FAC-4FCC-A67B-483F451BB4AF","B248EAE3-CBD1-4287-8725-56221C232992","B98B0D8F-6993-4F62-BC1C-9AF34481DDA4","1D642EB6-10E7-494B-957C-C2BD933C8EF0","2EDBF553-E8DA-4F7E-93AE-6734499D94BE","F16A94ED-7CBC-4531-894B-CD1F1AAAE7E4","619FCEE3-FEE9-43B6-B676-A77560F8C10E","4F10CD40-1263-4E70-B029-A84B503FC1EB","39DE4B83-05A7-46D8-88C2-BEFB69856CF2","6926446C-872B-4F57-8FD0-1BB5E5EC759B","BAE3ECF1-F5D7-42A1-98C6-B5D5CB889D94","1EB3F7B6-8748-4970-B0FE-0258039035C6","F3ECAD5C-DF99-4D81-B57C-69DF16D5E98C","2A0B5E64-5003-4CFD-9A31-75726E1ED77D","63E70673-8F6E-43CD-B709-95ED87F24AE2","50F70479-F4C6-4CD5-8C72-FAF40A9716BB","D12CFD93-78BA-4B43-9F5E-DC8D9C4E3867","011BEAFB-567E-4721-9BAB-53D9E3BD9E07","67D9F5A5-3594-4641-9BFA-736529BB928D","52948B1F-FA49-4482-A0FD-2BFFD6A4D91F","3B4A9727-5466-486A-9CA0-AC7DA9F5A6E1","A08703E5-01C3-4973-92D0-B6F3EADDD35C","BCCC7BC5-CBD0-4F5B-B0C0-2F0AFA43D211","698E2698-E5C8-4CD1-B164-30DBB0196D69"],"id":"65F92522-E8CB-4260-8309-C851DEADFA49","renderContextTable":{"__isSmartRef__":true,"id":19728},"eventHandler":{"__isSmartRef__":true,"id":19729},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":19730},"priorExtent":{"__isSmartRef__":true,"id":19731},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":19686},"lighterFill":{"__isSmartRef__":true,"id":19732},"label":{"__isSmartRef__":true,"id":19712},"owner":{"__isSmartRef__":true,"id":19640},"attributeConnections":[{"__isSmartRef__":true,"id":19741},{"__isSmartRef__":true,"id":19743}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_ClipMode":"visible","partsBinMetaInfo":{"__isSmartRef__":true,"id":19745},"__LivelyClassName__":"lively.morphic.WindowControl"},"19712":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":19713},"derivationIds":[null,"B48D68B8-E9C1-4B9A-A48F-460626B86D68","D10451AE-A52D-4A8C-A27D-0B7EB17C903D","54275665-6CDC-4F75-B7CF-177955ABA8FA","125E2659-3DC9-42B2-A562-5EFA20A0D404","09A07734-FC50-44F8-8AEA-E84890C82082","26500610-8CAE-48CF-8C3D-D2F6F0079F28","935AE48A-9D8F-4161-AB86-08AE700B34F4","3D184B7A-72C3-4455-AA9F-036654DEEDFE","47641C57-BC11-4C0B-BD83-FB27D2E412BE","BC684212-BEBD-4CE7-B2BA-3A6C53BB618C","7617A000-0C0D-4538-BD06-F6B92315C0E6","9328DBA3-6771-4680-AE31-C24F8D5F1526","05269EE6-C078-4BE8-ABA4-FC67CC9EA20C","9FDFEF9F-F238-45FC-B2E7-68E14E4A5D8A","99310DD5-15D0-45F1-A43E-C814BC3D98A7","53FE8733-66BC-41C0-84D3-233FB7239DF2","A3A18A9F-CB94-40A4-A366-93D1B5C31338","F96608A7-64B4-4391-9946-473175E71BF8","D45A786E-9015-4876-823C-81CD03D2F4CF","82903066-F272-4D4A-81DC-7CD3A479A12A","954B00E5-364F-40AF-ACA1-518FED45FA60","5F93F240-5F09-446F-A53A-C42D892267AD","FA8C92C6-15B4-4BE8-A7DD-6E499AFFC7E5","D0255C7B-3A83-49EC-A528-26CE1B099D13","76A9C7DF-4F4F-4639-BB4A-1C45488EB38F"],"id":"A797BE83-8F46-4C4F-9CC9-42069C3E295B","renderContextTable":{"__isSmartRef__":true,"id":19717},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":19718}],"eventHandler":{"__isSmartRef__":true,"id":19720},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":19711},"priorExtent":{"__isSmartRef__":true,"id":19721},"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"isLabel":true,"_HandStyle":"default","_TextColor":{"__isSmartRef__":true,"id":19647},"_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"partsBinMetaInfo":{"__isSmartRef__":true,"id":19722},"__LivelyClassName__":"lively.morphic.Text"},"19713":{"_Position":{"__isSmartRef__":true,"id":19714},"renderContextTable":{"__isSmartRef__":true,"id":19715},"_Extent":{"__isSmartRef__":true,"id":19716},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":19662},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":19647},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"19714":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19715":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"19716":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"19717":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"19718":{"style":{"__isSmartRef__":true,"id":19719},"chunkOwner":{"__isSmartRef__":true,"id":19712},"storedString":"M","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"19719":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"19720":{"morph":{"__isSmartRef__":true,"id":19712},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"19721":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19722":{"requiredModules":[],"idOnLoad":"A797BE83-8F46-4C4F-9CC9-42069C3E295B","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"19723":{"_Position":{"__isSmartRef__":true,"id":19724},"renderContextTable":{"__isSmartRef__":true,"id":19725},"_Extent":{"__isSmartRef__":true,"id":19726},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":19727},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":19674},"_Fill":{"__isSmartRef__":true,"id":19686},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"19724":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19725":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"19726":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19727":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19728":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"19729":{"morph":{"__isSmartRef__":true,"id":19711},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"19730":{"x":3,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19731":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19732":{"stops":[{"__isSmartRef__":true,"id":19733},{"__isSmartRef__":true,"id":19735},{"__isSmartRef__":true,"id":19737},{"__isSmartRef__":true,"id":19739}],"vector":{"__isSmartRef__":true,"id":19695},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"19733":{"offset":0,"color":{"__isSmartRef__":true,"id":19734}},"19734":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19735":{"offset":0.4,"color":{"__isSmartRef__":true,"id":19736}},"19736":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19737":{"offset":0.6,"color":{"__isSmartRef__":true,"id":19738}},"19738":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19739":{"offset":1,"color":{"__isSmartRef__":true,"id":19740}},"19740":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19741":{"sourceObj":{"__isSmartRef__":true,"id":19711},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":18800},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":19742},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"19742":{"source":{"__isSmartRef__":true,"id":19711},"target":{"__isSmartRef__":true,"id":18800}},"19743":{"sourceObj":{"__isSmartRef__":true,"id":19711},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":18800},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":19744},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"19744":{"source":{"__isSmartRef__":true,"id":19711},"target":{"__isSmartRef__":true,"id":18800}},"19745":{"requiredModules":[],"idOnLoad":"65F92522-E8CB-4260-8309-C851DEADFA49","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"19746":{"submorphs":[{"__isSmartRef__":true,"id":19747}],"scripts":[],"shape":{"__isSmartRef__":true,"id":19758},"derivationIds":[null,"5262C83C-ACEC-41FB-AA6E-FE7C74548772","64E71C9F-04DD-42C2-A0D6-07F19BD08313","8F4AF5C7-C33A-4258-BDBA-8C6F012386F8","3C55651A-9C21-4569-9914-15A42867CB92","5833E2E9-CF3C-4F07-9C12-22990EBC69A5","E497C7E5-A604-487F-BF3A-5CD526F1F0C4","4871129F-3BE9-419C-9A71-5CFE12EF2CE2","37C9B96E-F613-44F6-A573-A3CD733232F0","5D1F9969-0C31-473A-9F1E-44822A85D0C7","9EE311DE-30B5-4FE4-AB3B-C8F11C56F7A7","10078658-5310-4ACA-8890-645265911A88","938F6860-B2A3-4E65-A5F8-A0767CD92AFE","8EDE59AD-8293-4F96-8C9C-F6C189BF9BBA","C08F9815-32A5-489C-A058-938D6A3B28D9","FA3CFC26-65BE-46EB-A4F0-1DE78B4BDA61","47D63AD8-0DBA-43DB-BF6A-43A0BA23E2FE","30E8FDA4-C909-4DA8-918B-3A77718EEDE2","BCAD4D58-5EAE-4F57-ABDD-BD28289412AA","CDD564BE-353D-48EA-A3A9-339CE54E127F","52CE6411-6E61-4A44-910A-E17B7BFA0DC6","F904619F-62EA-409E-9A6F-3DA1F9CDAFA5","F22B0F4E-1F5E-415D-B97F-5DA076DAF170","C55C451A-1AD6-4798-A100-0CDD91AB1D25","342EF9A0-4F0D-44D0-B55D-D644D8E89262","88C282E5-984D-43A8-9444-F0B9432D7DAA"],"id":"B1E7D626-0F63-4574-8056-DF05420117DD","renderContextTable":{"__isSmartRef__":true,"id":19763},"eventHandler":{"__isSmartRef__":true,"id":19764},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":19765},"priorExtent":{"__isSmartRef__":true,"id":19766},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":19686},"lighterFill":{"__isSmartRef__":true,"id":19767},"label":{"__isSmartRef__":true,"id":19747},"owner":{"__isSmartRef__":true,"id":19640},"layout":{"__isSmartRef__":true,"id":19776},"attributeConnections":[{"__isSmartRef__":true,"id":19777},{"__isSmartRef__":true,"id":19779}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_ClipMode":"visible","partsBinMetaInfo":{"__isSmartRef__":true,"id":19781},"isPressed":false,"__LivelyClassName__":"lively.morphic.WindowControl"},"19747":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":19748},"derivationIds":[null,"66930D4C-0F5B-46AD-99E6-81388B6E4B30","D897868D-38E9-47F6-9079-FCA57765FE4F","332B1C61-59DF-421D-9F5F-1143861F78F5","7F85A046-38D5-4270-AA3E-F9C9A1EAFBE7","1A0A09F9-A924-4AD9-91CC-91BA7822B987","0E4012EF-E8B9-46DA-9DDE-01A6161F06C4","FA51536E-AD5C-4E78-A2A0-E60410EB06CA","99034AE0-992A-45F1-90B7-2DAE83E2DC75","9DC1D5AE-5BFD-4FBE-B921-9C21A96B2BC3","6D34A6B5-B3FE-47F2-B721-9620C9C2018A","1E780101-11F4-4611-9C7E-40B0B5BC5D1F","88879AA1-1D4F-4C80-94BE-C66E5F4BD1FC","C2018D61-6DF3-479D-B244-EE9712B00D39","B8A4493D-9020-4D99-97EB-E704011A93AF","D32209FE-612F-4FC9-A8E5-ECA94367DD0F","B9B776C7-4F82-4257-85C6-FA96680FCB9E","FD394E57-6813-4AAC-A2C3-5F6CFA1C1E80","4E567B22-D898-45C4-9FEB-0E2EC3D9E0B9","A589137E-48A9-4E47-BC50-35826F77077A","47EBB9F5-7F59-4352-9829-FD34F25FBF8E","8B7133DD-A96F-4B38-A475-DB7C45D357E9","64F14566-8F56-4527-A338-625ED6CDA8AE","B7ED69B0-3CF0-4A41-8971-873EC81BFD8C","3800A784-4CD4-4B56-AE23-7D15B723794C","A2B955D3-8208-48D0-BCF1-2D32B31A0431"],"id":"49523F10-D8F2-4DA6-9044-108E6F132986","renderContextTable":{"__isSmartRef__":true,"id":19752},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":19753}],"eventHandler":{"__isSmartRef__":true,"id":19755},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":19746},"priorExtent":{"__isSmartRef__":true,"id":19756},"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"isLabel":true,"_HandStyle":"default","_TextColor":{"__isSmartRef__":true,"id":19647},"_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"partsBinMetaInfo":{"__isSmartRef__":true,"id":19757},"__LivelyClassName__":"lively.morphic.Text"},"19748":{"_Position":{"__isSmartRef__":true,"id":19749},"renderContextTable":{"__isSmartRef__":true,"id":19750},"_Extent":{"__isSmartRef__":true,"id":19751},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":19662},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":19647},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"19749":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19750":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"19751":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"19752":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"19753":{"style":{"__isSmartRef__":true,"id":19754},"chunkOwner":{"__isSmartRef__":true,"id":19747},"storedString":"–","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"19754":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"19755":{"morph":{"__isSmartRef__":true,"id":19747},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"19756":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19757":{"requiredModules":[],"idOnLoad":"49523F10-D8F2-4DA6-9044-108E6F132986","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"19758":{"_Position":{"__isSmartRef__":true,"id":19759},"renderContextTable":{"__isSmartRef__":true,"id":19760},"_Extent":{"__isSmartRef__":true,"id":19761},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":19762},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":19674},"_Fill":{"__isSmartRef__":true,"id":19686},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"19759":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19760":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"19761":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19762":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19763":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"19764":{"morph":{"__isSmartRef__":true,"id":19746},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"19765":{"x":854,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19766":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19767":{"stops":[{"__isSmartRef__":true,"id":19768},{"__isSmartRef__":true,"id":19770},{"__isSmartRef__":true,"id":19772},{"__isSmartRef__":true,"id":19774}],"vector":{"__isSmartRef__":true,"id":19695},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"19768":{"offset":0,"color":{"__isSmartRef__":true,"id":19769}},"19769":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19770":{"offset":0.4,"color":{"__isSmartRef__":true,"id":19771}},"19771":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19772":{"offset":0.6,"color":{"__isSmartRef__":true,"id":19773}},"19773":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19774":{"offset":1,"color":{"__isSmartRef__":true,"id":19775}},"19775":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19776":{"moveHorizontal":true},"19777":{"sourceObj":{"__isSmartRef__":true,"id":19746},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":18800},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":19778},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"19778":{"source":{"__isSmartRef__":true,"id":19746},"target":{"__isSmartRef__":true,"id":18800}},"19779":{"sourceObj":{"__isSmartRef__":true,"id":19746},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":18800},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":19780},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"19780":{"source":{"__isSmartRef__":true,"id":19746},"target":{"__isSmartRef__":true,"id":18800}},"19781":{"requiredModules":[],"idOnLoad":"B1E7D626-0F63-4574-8056-DF05420117DD","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"19782":{"_Position":{"__isSmartRef__":true,"id":19783},"renderContextTable":{"__isSmartRef__":true,"id":19784},"_Extent":{"__isSmartRef__":true,"id":19785},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":19786},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":19787},"_Fill":{"__isSmartRef__":true,"id":19788},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"19783":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19784":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"19785":{"x":893,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19786":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19787":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19788":{"stops":[{"__isSmartRef__":true,"id":19789},{"__isSmartRef__":true,"id":19791}],"vector":{"__isSmartRef__":true,"id":153},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"19789":{"offset":0,"color":{"__isSmartRef__":true,"id":19790}},"19790":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"19791":{"offset":1,"color":{"__isSmartRef__":true,"id":19792}},"19792":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"19793":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"19794":{"morph":{"__isSmartRef__":true,"id":19640},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"19795":{"resizeWidth":true,"adjustForNewBounds":true},"19796":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19797":{"x":893,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19798":{"requiredModules":[],"idOnLoad":"52423964-227B-4449-B5F5-C40FF9BEC762","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"19799":{"renderContextTable":{"__isSmartRef__":true,"id":19800},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":19801},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":19802},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"19800":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"19801":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19802":{"x":893,"y":612,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19803":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"19804":{"morph":{"__isSmartRef__":true,"id":18800},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"19805":{"adjustForNewBounds":true},"19806":{"x":1236.6556720000003,"y":755,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"19807":{"x":893,"y":612,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19808":{"x":0,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19809":{"x":879,"y":2364,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19810":{"sourceObj":{"__isSmartRef__":true,"id":18800},"sourceAttrName":"headRevision","targetObj":{"__isSmartRef__":true,"id":19811},"targetMethodName":"remove","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"19811":{"submorphs":[{"__isSmartRef__":true,"id":19812},{"__isSmartRef__":true,"id":19960}],"scripts":[],"shape":{"__isSmartRef__":true,"id":20398},"id":"93F7B1FE-9FBE-409A-BEBD-9BFF72714C5C","renderContextTable":{"__isSmartRef__":true,"id":20402},"eventHandler":{"__isSmartRef__":true,"id":20403},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":20404},"LK2":true,"priorExtent":{"__isSmartRef__":true,"id":20405},"targetMorph":{"__isSmartRef__":true,"id":19960},"titleBar":{"__isSmartRef__":true,"id":19812},"contentOffset":{"__isSmartRef__":true,"id":20406},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"highlighted":true,"prevDragPos":{"__isSmartRef__":true,"id":20407},"isBeingDragged":false,"showsHalos":false,"name":"PublishPartDialog1","partsBinMetaInfo":{"__isSmartRef__":true,"id":20408},"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"_Position":{"__isSmartRef__":true,"id":20423},"isCopyMorphRef":true,"morphRefId":12,"derivationIds":[2879,"91414FD8-3775-435F-96A6-39E0CB891CD7","9CB574CD-94E3-465A-B85C-91F97E070BC3","C9D390C2-399F-44AF-A316-A4A117E5F7B6"],"moved":true,"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"19812":{"submorphs":[{"__isSmartRef__":true,"id":19813},{"__isSmartRef__":true,"id":19827},{"__isSmartRef__":true,"id":19874},{"__isSmartRef__":true,"id":19908}],"scripts":[],"shape":{"__isSmartRef__":true,"id":19943},"id":"BFD04004-48B0-4D93-9600-141816858F31","renderContextTable":{"__isSmartRef__":true,"id":19955},"eventHandler":{"__isSmartRef__":true,"id":19956},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":19957},"_Position":{"__isSmartRef__":true,"id":19958},"windowMorph":{"__isSmartRef__":true,"id":19811},"label":{"__isSmartRef__":true,"id":19813},"closeButton":{"__isSmartRef__":true,"id":19827},"menuButton":{"__isSmartRef__":true,"id":19874},"collapseButton":{"__isSmartRef__":true,"id":19908},"priorExtent":{"__isSmartRef__":true,"id":19959},"owner":{"__isSmartRef__":true,"id":19811},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2880,"108B5871-F6C8-4442-82D1-F8776D2C85A2","503529CB-0F23-4456-8597-CD5E86CF03F0","4FB4914E-E245-4D67-BE3B-63091E2C8C95"],"_Scale":1,"__LivelyClassName__":"lively.morphic.TitleBar"},"19813":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":19814},"id":"05E26C01-FD72-4913-B305-B9DA3EC0BCE1","renderContextTable":{"__isSmartRef__":true,"id":19820},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":19821}],"eventHandler":{"__isSmartRef__":true,"id":19823},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":19824},"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":19812},"priorExtent":{"__isSmartRef__":true,"id":19825},"_MaxTextWidth":483,"_MinTextWidth":483,"_MaxTextHeight":null,"_MinTextHeight":null,"_Position":{"__isSmartRef__":true,"id":19826},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2881,"A06A709C-AD42-48D0-A66A-9C21EA4F4E66","EE1A345D-476E-4E22-BE89-E59A0C11001B","90634CE5-77D0-4064-961C-4CBADE59C6F8"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"19814":{"_Position":{"__isSmartRef__":true,"id":19815},"renderContextTable":{"__isSmartRef__":true,"id":19816},"_Extent":{"__isSmartRef__":true,"id":19817},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":19818},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":19819},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"19815":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19816":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"19817":{"x":483,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19818":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19819":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19820":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"19821":{"style":{"__isSmartRef__":true,"id":19822},"chunkOwner":{"__isSmartRef__":true,"id":19813},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Publish in PartsBin","__LivelyClassName__":"lively.morphic.TextChunk"},"19822":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"19823":{"morph":{"__isSmartRef__":true,"id":19813},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"19824":{"resizeWidth":true},"19825":{"x":483,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19826":{"x":20,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19827":{"submorphs":[{"__isSmartRef__":true,"id":19828}],"scripts":[],"shape":{"__isSmartRef__":true,"id":19840},"id":"168CCA87-6CB6-42CD-94E6-38E80BD81344","renderContextTable":{"__isSmartRef__":true,"id":19856},"eventHandler":{"__isSmartRef__":true,"id":19857},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":19858},"priorExtent":{"__isSmartRef__":true,"id":19859},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":19846},"lighterFill":{"__isSmartRef__":true,"id":19860},"label":{"__isSmartRef__":true,"id":19828},"owner":{"__isSmartRef__":true,"id":19812},"layout":{"__isSmartRef__":true,"id":19869},"attributeConnections":[{"__isSmartRef__":true,"id":19870},{"__isSmartRef__":true,"id":19872}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","prevScroll":[0,0],"derivationIds":[2882,"6FF08B49-B1B5-4E12-8CE8-DF895115627D","7F48C6F9-BB0C-405E-991B-410F179F7FE6","8405D63F-4E07-4FE8-9008-DD8AE000B5C8"],"_Scale":1,"__LivelyClassName__":"lively.morphic.WindowControl"},"19828":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":19829},"id":"ECC50E7A-AD90-4442-89FE-08D53F262945","renderContextTable":{"__isSmartRef__":true,"id":19834},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":19835}],"eventHandler":{"__isSmartRef__":true,"id":19837},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":19838},"priorExtent":{"__isSmartRef__":true,"id":19839},"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":19827},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2883,"9FBA502B-65B1-4FF2-A0A6-9951E3C50B9C","9F297DAE-65AA-45A3-AFAE-BD35F359E24A","75386CDF-09C9-47F2-8762-F737A49FD645"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"19829":{"_Position":{"__isSmartRef__":true,"id":19830},"renderContextTable":{"__isSmartRef__":true,"id":19831},"_Extent":{"__isSmartRef__":true,"id":19832},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":19833},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":19819},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"19830":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19831":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"19832":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19833":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19834":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"19835":{"style":{"__isSmartRef__":true,"id":19836},"chunkOwner":{"__isSmartRef__":true,"id":19828},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk"},"19836":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"19837":{"morph":{"__isSmartRef__":true,"id":19828},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"19838":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19839":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19840":{"_Position":{"__isSmartRef__":true,"id":19841},"renderContextTable":{"__isSmartRef__":true,"id":19842},"_Extent":{"__isSmartRef__":true,"id":19843},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":19844},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":19845},"_Fill":{"__isSmartRef__":true,"id":19846},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"19841":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19842":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"19843":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19844":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19845":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19846":{"stops":[{"__isSmartRef__":true,"id":19847},{"__isSmartRef__":true,"id":19849},{"__isSmartRef__":true,"id":19851},{"__isSmartRef__":true,"id":19853}],"vector":{"__isSmartRef__":true,"id":19855},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"19847":{"offset":0,"color":{"__isSmartRef__":true,"id":19848}},"19848":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19849":{"offset":0.4,"color":{"__isSmartRef__":true,"id":19850}},"19850":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19851":{"offset":0.6,"color":{"__isSmartRef__":true,"id":19852}},"19852":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19853":{"offset":1,"color":{"__isSmartRef__":true,"id":19854}},"19854":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19855":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19856":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"19857":{"morph":{"__isSmartRef__":true,"id":19827},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"19858":{"x":522,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19859":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19860":{"stops":[{"__isSmartRef__":true,"id":19861},{"__isSmartRef__":true,"id":19863},{"__isSmartRef__":true,"id":19865},{"__isSmartRef__":true,"id":19867}],"vector":{"__isSmartRef__":true,"id":19855},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"19861":{"offset":0,"color":{"__isSmartRef__":true,"id":19862}},"19862":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19863":{"offset":0.4,"color":{"__isSmartRef__":true,"id":19864}},"19864":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19865":{"offset":0.6,"color":{"__isSmartRef__":true,"id":19866}},"19866":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19867":{"offset":1,"color":{"__isSmartRef__":true,"id":19868}},"19868":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19869":{"moveHorizontal":true},"19870":{"sourceObj":{"__isSmartRef__":true,"id":19827},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":19811},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":19871},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"19871":{"source":{"__isSmartRef__":true,"id":19827},"target":{"__isSmartRef__":true,"id":19811}},"19872":{"sourceObj":{"__isSmartRef__":true,"id":19827},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":19811},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":19873},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"19873":{"source":{"__isSmartRef__":true,"id":19827},"target":{"__isSmartRef__":true,"id":19811}},"19874":{"submorphs":[{"__isSmartRef__":true,"id":19875}],"scripts":[],"shape":{"__isSmartRef__":true,"id":19886},"id":"6BBB9A89-02CE-4A27-B2A5-B5B39A771D91","renderContextTable":{"__isSmartRef__":true,"id":19891},"eventHandler":{"__isSmartRef__":true,"id":19892},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":19893},"priorExtent":{"__isSmartRef__":true,"id":19894},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":19846},"lighterFill":{"__isSmartRef__":true,"id":19895},"label":{"__isSmartRef__":true,"id":19875},"owner":{"__isSmartRef__":true,"id":19812},"attributeConnections":[{"__isSmartRef__":true,"id":19904},{"__isSmartRef__":true,"id":19906}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","derivationIds":[2884,"64F20257-1A1D-4B3E-97C4-BC5D1F1E14B5","A377FFCE-0FDC-41B6-BD34-D9F0507B57DA","7334352E-B497-4F10-8C06-FBE36AA778C7"],"_Scale":1,"__LivelyClassName__":"lively.morphic.WindowControl"},"19875":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":19876},"id":"C8C8CA2F-9735-4B42-A7D9-B4DFB6EA8821","renderContextTable":{"__isSmartRef__":true,"id":19880},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":19881}],"eventHandler":{"__isSmartRef__":true,"id":19883},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":19884},"priorExtent":{"__isSmartRef__":true,"id":19885},"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":19874},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[2885,"EC48B50E-CD5B-46FB-BF78-484373EED980","59F8AF9B-799B-413B-86B2-BFD03A4B2559","F8293A60-E9DB-40E3-B202-D547939F8A8D"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"19876":{"_Position":{"__isSmartRef__":true,"id":19877},"renderContextTable":{"__isSmartRef__":true,"id":19878},"_Extent":{"__isSmartRef__":true,"id":19879},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":19833},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":19819},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"19877":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19878":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"19879":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19880":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"19881":{"style":{"__isSmartRef__":true,"id":19882},"chunkOwner":{"__isSmartRef__":true,"id":19875},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk"},"19882":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"19883":{"morph":{"__isSmartRef__":true,"id":19875},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"19884":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19885":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19886":{"_Position":{"__isSmartRef__":true,"id":19887},"renderContextTable":{"__isSmartRef__":true,"id":19888},"_Extent":{"__isSmartRef__":true,"id":19889},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":19890},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":19845},"_Fill":{"__isSmartRef__":true,"id":19846},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"19887":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19888":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"19889":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19890":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19891":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"19892":{"morph":{"__isSmartRef__":true,"id":19874},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"19893":{"x":3,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19894":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19895":{"stops":[{"__isSmartRef__":true,"id":19896},{"__isSmartRef__":true,"id":19898},{"__isSmartRef__":true,"id":19900},{"__isSmartRef__":true,"id":19902}],"vector":{"__isSmartRef__":true,"id":19855},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"19896":{"offset":0,"color":{"__isSmartRef__":true,"id":19897}},"19897":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19898":{"offset":0.4,"color":{"__isSmartRef__":true,"id":19899}},"19899":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19900":{"offset":0.6,"color":{"__isSmartRef__":true,"id":19901}},"19901":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19902":{"offset":1,"color":{"__isSmartRef__":true,"id":19903}},"19903":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19904":{"sourceObj":{"__isSmartRef__":true,"id":19874},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":19811},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":19905},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"19905":{"source":{"__isSmartRef__":true,"id":19874},"target":{"__isSmartRef__":true,"id":19811}},"19906":{"sourceObj":{"__isSmartRef__":true,"id":19874},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":19811},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":19907},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"19907":{"source":{"__isSmartRef__":true,"id":19874},"target":{"__isSmartRef__":true,"id":19811}},"19908":{"submorphs":[{"__isSmartRef__":true,"id":19909}],"scripts":[],"shape":{"__isSmartRef__":true,"id":19920},"id":"8594B019-DAE2-4456-8389-694A0CE5AA5B","renderContextTable":{"__isSmartRef__":true,"id":19925},"eventHandler":{"__isSmartRef__":true,"id":19926},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":19927},"priorExtent":{"__isSmartRef__":true,"id":19928},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":19846},"lighterFill":{"__isSmartRef__":true,"id":19929},"label":{"__isSmartRef__":true,"id":19909},"owner":{"__isSmartRef__":true,"id":19812},"layout":{"__isSmartRef__":true,"id":19938},"attributeConnections":[{"__isSmartRef__":true,"id":19939},{"__isSmartRef__":true,"id":19941}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","prevScroll":[0,0],"derivationIds":[2886,"9FC4F0BE-916D-456B-AEC7-E6C1AC6040CA","A0A4775F-7F2F-4563-840D-CAA5CB435D75","C87D3EB9-4C3B-4230-9794-F5B71B528C74"],"_Scale":1,"__LivelyClassName__":"lively.morphic.WindowControl"},"19909":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":19910},"id":"1F82DFBD-9242-4064-9E79-DBF969C2E7E1","renderContextTable":{"__isSmartRef__":true,"id":19914},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":19915}],"eventHandler":{"__isSmartRef__":true,"id":19917},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":19918},"priorExtent":{"__isSmartRef__":true,"id":19919},"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":19908},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2887,"42347453-BADB-4DB0-9486-C479B704CD7C","B0BBE9B3-B5DD-4E4F-A1AA-1C03BB1BFF4E","8AE3BC44-F336-420E-A2E9-BBA0DC6A3D72"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"19910":{"_Position":{"__isSmartRef__":true,"id":19911},"renderContextTable":{"__isSmartRef__":true,"id":19912},"_Extent":{"__isSmartRef__":true,"id":19913},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":19833},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":19819},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"19911":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19912":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"19913":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19914":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"19915":{"style":{"__isSmartRef__":true,"id":19916},"chunkOwner":{"__isSmartRef__":true,"id":19909},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk"},"19916":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"19917":{"morph":{"__isSmartRef__":true,"id":19909},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"19918":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19919":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19920":{"_Position":{"__isSmartRef__":true,"id":19921},"renderContextTable":{"__isSmartRef__":true,"id":19922},"_Extent":{"__isSmartRef__":true,"id":19923},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":19924},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":19845},"_Fill":{"__isSmartRef__":true,"id":19846},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"19921":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19922":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"19923":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19924":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19925":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"19926":{"morph":{"__isSmartRef__":true,"id":19908},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"19927":{"x":503,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19928":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19929":{"stops":[{"__isSmartRef__":true,"id":19930},{"__isSmartRef__":true,"id":19932},{"__isSmartRef__":true,"id":19934},{"__isSmartRef__":true,"id":19936}],"vector":{"__isSmartRef__":true,"id":19855},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"19930":{"offset":0,"color":{"__isSmartRef__":true,"id":19931}},"19931":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19932":{"offset":0.4,"color":{"__isSmartRef__":true,"id":19933}},"19933":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19934":{"offset":0.6,"color":{"__isSmartRef__":true,"id":19935}},"19935":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19936":{"offset":1,"color":{"__isSmartRef__":true,"id":19937}},"19937":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19938":{"moveHorizontal":true},"19939":{"sourceObj":{"__isSmartRef__":true,"id":19908},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":19811},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":19940},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"19940":{"source":{"__isSmartRef__":true,"id":19908},"target":{"__isSmartRef__":true,"id":19811}},"19941":{"sourceObj":{"__isSmartRef__":true,"id":19908},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":19811},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":19942},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"19942":{"source":{"__isSmartRef__":true,"id":19908},"target":{"__isSmartRef__":true,"id":19811}},"19943":{"_Position":{"__isSmartRef__":true,"id":19944},"renderContextTable":{"__isSmartRef__":true,"id":19945},"_Extent":{"__isSmartRef__":true,"id":19946},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":19947},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":19948},"_Fill":{"__isSmartRef__":true,"id":19949},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"19944":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19945":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"19946":{"x":542,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19947":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19948":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19949":{"stops":[{"__isSmartRef__":true,"id":19950},{"__isSmartRef__":true,"id":19952}],"vector":{"__isSmartRef__":true,"id":19954},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"19950":{"offset":0,"color":{"__isSmartRef__":true,"id":19951}},"19951":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19952":{"offset":1,"color":{"__isSmartRef__":true,"id":19953}},"19953":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19954":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19955":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"19956":{"morph":{"__isSmartRef__":true,"id":19812},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"19957":{"resizeWidth":true,"adjustForNewBounds":true},"19958":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19959":{"x":542,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19960":{"submorphs":[{"__isSmartRef__":true,"id":19961},{"__isSmartRef__":true,"id":19976},{"__isSmartRef__":true,"id":19991},{"__isSmartRef__":true,"id":20007},{"__isSmartRef__":true,"id":20023},{"__isSmartRef__":true,"id":20038},{"__isSmartRef__":true,"id":20054},{"__isSmartRef__":true,"id":20070},{"__isSmartRef__":true,"id":20153},{"__isSmartRef__":true,"id":20235},{"__isSmartRef__":true,"id":20250}],"scripts":[],"shape":{"__isSmartRef__":true,"id":20266},"id":"948CA031-E37B-4725-B2B9-9C9188BBDCBF","renderContextTable":{"__isSmartRef__":true,"id":20273},"eventHandler":{"__isSmartRef__":true,"id":20274},"droppingEnabled":true,"halosEnabled":true,"isLockOwner":false,"layout":{"__isSmartRef__":true,"id":20275},"attributeConnections":[],"ownerApp":{"__isSmartRef__":true,"id":20276},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Core","name":"PublishPartPanePane","doNotSerialize":[],"doNotCopyProperties":[],"priorExtent":{"__isSmartRef__":true,"id":20370},"isBeingDragged":false,"prevScroll":[0,0],"distanceToDragEvent":{"__isSmartRef__":true,"id":20371},"grabbingEnabled":false,"_Position":{"__isSmartRef__":true,"id":20372},"owner":{"__isSmartRef__":true,"id":19811},"target":{"__isSmartRef__":true,"id":18800},"derivationIds":[2888,"7CD647EF-2BB4-4CD9-9D3B-4EE7BC59ECC2","B983FB4F-9323-4304-9603-5615E93C6C42","E738FAD5-9C83-4390-B193-06C21B6E51B0"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":20373},"__LivelyClassName__":"lively.morphic.Box","withLayers":["Global.lively.morphic.GrabbingLayer"]},"19961":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":19962},"id":"03C5E9D4-7DC0-4D3F-9ECE-B79052CC7C3C","renderContextTable":{"__isSmartRef__":true,"id":19969},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":19970}],"eventHandler":{"__isSmartRef__":true,"id":19972},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":19973},"priorExtent":{"__isSmartRef__":true,"id":19974},"_MaxTextWidth":230,"_MinTextWidth":230,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"owner":{"__isSmartRef__":true,"id":19960},"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":19975},"previousSelection":[0,9],"priorSelectionRange":[0,9],"isLockOwner":false,"name":"NameText","isCopyMorphRef":true,"morphRefId":1,"derivationIds":[2889,"9A8B5C1C-95BB-40F5-B9EF-B89DD5451B64","C49BF160-BBBE-422E-BDDC-B9A98A72ABFF","42B7E940-3BB5-4B79-B5D8-E4C8E780FF3B"],"savedTextString":"CommitMessageTest1","_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"19962":{"_Position":{"__isSmartRef__":true,"id":19963},"renderContextTable":{"__isSmartRef__":true,"id":19964},"_Extent":{"__isSmartRef__":true,"id":19965},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":19966},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":19967},"_Fill":{"__isSmartRef__":true,"id":19968},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"19963":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19964":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"19965":{"x":240,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19966":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19967":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19968":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19969":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"19970":{"style":{"__isSmartRef__":true,"id":19971},"chunkOwner":{"__isSmartRef__":true,"id":19961},"storedString":"MorphDiffer","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"19971":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"19972":{"morph":{"__isSmartRef__":true,"id":19961},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"19973":{"x":10,"y":50,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19974":{"x":240,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19975":{"x":119,"y":-15,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19976":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":19977},"id":"0D2A447B-2066-4370-98DA-0E2A64CE950A","renderContextTable":{"__isSmartRef__":true,"id":19984},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":19985}],"eventHandler":{"__isSmartRef__":true,"id":19987},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":19988},"priorExtent":{"__isSmartRef__":true,"id":19989},"_MaxTextWidth":510,"_MinTextWidth":510,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"name":"CommitMessageText","owner":{"__isSmartRef__":true,"id":19960},"distanceToDragEvent":{"__isSmartRef__":true,"id":19990},"previousSelection":[0,15],"priorSelectionRange":[0,0],"charsReplaced":"CommitMessageTest1","lastFindLoc":18,"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2890,"40048B1D-9547-4EA6-AB66-31168A1C9FAE","8A0DE790-FA6C-41C9-BA2B-84397DA3F39E","DCFEEBC9-D891-408E-A103-19356A96070F"],"savedTextString":"","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"19977":{"_Position":{"__isSmartRef__":true,"id":19978},"renderContextTable":{"__isSmartRef__":true,"id":19979},"_Extent":{"__isSmartRef__":true,"id":19980},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":19981},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":19982},"_Fill":{"__isSmartRef__":true,"id":19983},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"19978":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19979":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"19980":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19981":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19982":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19983":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19984":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"19985":{"style":{"__isSmartRef__":true,"id":19986},"chunkOwner":{"__isSmartRef__":true,"id":19976},"storedString":"function diffing adaption","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"19986":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"19987":{"morph":{"__isSmartRef__":true,"id":19976},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"19988":{"x":10,"y":260,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19989":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19990":{"x":351,"y":-17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19991":{"submorphs":[],"scripts":[],"id":"C68A8FC5-6878-4975-95C9-D7DD38165E75","shape":{"__isSmartRef__":true,"id":19992},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":19998},"_MaxTextWidth":114,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":19995},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text5","partsBinMetaInfo":{"__isSmartRef__":true,"id":19999},"textChunks":[{"__isSmartRef__":true,"id":20000}],"charsReplaced":"some text ","lastFindLoc":10,"priorSelectionRange":[0,4],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":20002},"renderContextTable":{"__isSmartRef__":true,"id":20003},"eventHandler":{"__isSmartRef__":true,"id":20004},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":20005},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","owner":{"__isSmartRef__":true,"id":19960},"_MinTextWidth":114,"_MinTextHeight":null,"previousSelection":[3,3],"distanceToDragEvent":{"__isSmartRef__":true,"id":20006},"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2891,"E101CA30-35F9-42F0-A46C-28671530C787","CE7E7640-C507-43BF-88EF-C4ACE8CCF564","F04823B9-5B0B-4CCA-B8F7-00BD8608ED16"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"19992":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":19993},"_Extent":{"__isSmartRef__":true,"id":19994},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":19995},"renderContextTable":{"__isSmartRef__":true,"id":19996},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":19997},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"19993":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19994":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19995":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"19996":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"19997":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"19998":{"x":10,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"19999":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"20000":{"style":{"__isSmartRef__":true,"id":20001},"morph":{"__isSmartRef__":true,"id":19991},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":19991},"storedString":"name","__LivelyClassName__":"lively.morphic.TextChunk"},"20001":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"20002":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20003":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"20004":{"morph":{"__isSmartRef__":true,"id":19991},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20005":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20006":{"x":78,"y":-3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20007":{"submorphs":[],"scripts":[],"id":"B25203F5-4829-49F0-9422-C424A758AD2B","shape":{"__isSmartRef__":true,"id":20008},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":20014},"_MaxTextWidth":250,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":20011},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text6","partsBinMetaInfo":{"__isSmartRef__":true,"id":20015},"textChunks":[{"__isSmartRef__":true,"id":20016}],"charsReplaced":"changes","lastFindLoc":7,"priorSelectionRange":[0,14],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":20018},"renderContextTable":{"__isSmartRef__":true,"id":20019},"eventHandler":{"__isSmartRef__":true,"id":20020},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":20021},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":250,"_MinTextHeight":null,"previousSelection":[0,14],"distanceToDragEvent":{"__isSmartRef__":true,"id":20022},"owner":{"__isSmartRef__":true,"id":19960},"isLockOwner":false,"derivationIds":[2892,"E5DC0070-3EA2-4212-9AA7-E3C865547E5E","809E256F-82F6-4A22-B614-DE8C08FA5970","272C0F9A-E7EF-4ECE-851D-08ACB35EA24D"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"20008":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":20009},"_Extent":{"__isSmartRef__":true,"id":20010},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":20011},"renderContextTable":{"__isSmartRef__":true,"id":20012},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":20013},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20009":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20010":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20011":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20012":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20013":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20014":{"x":10,"y":240,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20015":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"20016":{"style":{"__isSmartRef__":true,"id":20017},"morph":{"__isSmartRef__":true,"id":20007},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":20007},"storedString":"commit message","__LivelyClassName__":"lively.morphic.TextChunk"},"20017":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"20018":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20019":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"20020":{"morph":{"__isSmartRef__":true,"id":20007},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20021":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20022":{"x":174,"y":-21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20023":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":20024},"id":"DD061E7E-262D-47C3-95B6-A805948711FE","renderContextTable":{"__isSmartRef__":true,"id":20031},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":20032}],"eventHandler":{"__isSmartRef__":true,"id":20034},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":20035},"priorExtent":{"__isSmartRef__":true,"id":20036},"_MaxTextWidth":250,"_MinTextWidth":250,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"name":"CategoryText","owner":{"__isSmartRef__":true,"id":19960},"previousSelection":[0,14],"priorSelectionRange":[5,5],"charsReplaced":"CommitMessageTest1","lastFindLoc":18,"distanceToDragEvent":{"__isSmartRef__":true,"id":20037},"isLockOwner":false,"derivationIds":[2893,"FBE4B17F-DC2B-4783-899B-CF1B051F14D9","A2C45BC5-C44B-4AEA-A29E-ADE3DAF08638","640BD984-1AB2-45B8-BCEC-AB32A6199D68"],"savedTextString":"PartsBin/Basic","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"20024":{"_Position":{"__isSmartRef__":true,"id":20025},"renderContextTable":{"__isSmartRef__":true,"id":20026},"_Extent":{"__isSmartRef__":true,"id":20027},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":20028},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":20029},"_Fill":{"__isSmartRef__":true,"id":20030},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20025":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20026":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20027":{"x":260,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20028":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20029":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20030":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20031":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"20032":{"style":{"__isSmartRef__":true,"id":20033},"chunkOwner":{"__isSmartRef__":true,"id":20023},"storedString":"PartsBin/BP2012","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"20033":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"20034":{"morph":{"__isSmartRef__":true,"id":20023},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20035":{"x":270,"y":50,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20036":{"x":260,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20037":{"x":132,"y":-13,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20038":{"submorphs":[],"scripts":[],"id":"9F051DB8-0600-418E-B548-456DF4EB8406","shape":{"__isSmartRef__":true,"id":20039},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":20045},"_MaxTextWidth":114,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":20042},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text7","partsBinMetaInfo":{"__isSmartRef__":true,"id":20046},"textChunks":[{"__isSmartRef__":true,"id":20047}],"charsReplaced":"name","lastFindLoc":4,"priorSelectionRange":[0,8],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":20049},"renderContextTable":{"__isSmartRef__":true,"id":20050},"eventHandler":{"__isSmartRef__":true,"id":20051},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":20052},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":114,"_MinTextHeight":null,"previousSelection":[2,2],"distanceToDragEvent":{"__isSmartRef__":true,"id":20053},"owner":{"__isSmartRef__":true,"id":19960},"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2894,"75F41AE1-CA7A-48D0-AE2C-7AAF6101B89C","CB87A9FB-0776-4109-BDE0-0E8C61F1626C","954BD4D6-BBF2-4D3C-94CA-21A38F66F449"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"20039":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":20040},"_Extent":{"__isSmartRef__":true,"id":20041},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":20042},"renderContextTable":{"__isSmartRef__":true,"id":20043},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":20044},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20040":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20041":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20042":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20043":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20044":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20045":{"x":270,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20046":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"20047":{"style":{"__isSmartRef__":true,"id":20048},"chunkOwner":{"__isSmartRef__":true,"id":20038},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"category","__LivelyClassName__":"lively.morphic.TextChunk"},"20048":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"20049":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20050":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"20051":{"morph":{"__isSmartRef__":true,"id":20038},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20052":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20053":{"x":87,"y":-11,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20054":{"submorphs":[],"scripts":[],"id":"CF6C221F-B98C-4540-8CDD-2DBE2211A9AF","shape":{"__isSmartRef__":true,"id":20055},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":20061},"_MaxTextWidth":325,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":20058},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text8","partsBinMetaInfo":{"__isSmartRef__":true,"id":20062},"textChunks":[{"__isSmartRef__":true,"id":20063}],"charsReplaced":"Publish Object in PartsBin","lastFindLoc":26,"priorSelectionRange":[0,36],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":20065},"renderContextTable":{"__isSmartRef__":true,"id":20066},"eventHandler":{"__isSmartRef__":true,"id":20067},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":20068},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":325,"_MinTextHeight":null,"previousSelection":[0,36],"distanceToDragEvent":{"__isSmartRef__":true,"id":20069},"owner":{"__isSmartRef__":true,"id":19960},"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2895,"3AFBC971-95B4-48C4-888D-22FCBB742090","D0394F71-EBB2-452A-A71F-D172D5B1CAD6","79EDAC74-BD6B-42B1-BBBA-71B07578D1E0"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"20055":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":20056},"_Extent":{"__isSmartRef__":true,"id":20057},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":20058},"renderContextTable":{"__isSmartRef__":true,"id":20059},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":20060},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20056":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20057":{"x":325,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20058":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20059":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20060":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20061":{"x":10,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20062":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"20063":{"style":{"__isSmartRef__":true,"id":20064},"chunkOwner":{"__isSmartRef__":true,"id":20054},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Upload part to the shared repository","__LivelyClassName__":"lively.morphic.TextChunk"},"20064":{"italics":"normal","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"20065":{"x":325,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20066":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"20067":{"morph":{"__isSmartRef__":true,"id":20054},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20068":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20069":{"x":221,"y":-12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20070":{"submorphs":[{"__isSmartRef__":true,"id":20071}],"scripts":[],"id":"7CDD22AF-14A3-4E68-8338-7403A301079E","shape":{"__isSmartRef__":true,"id":20086},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":20090},"lighterFill":{"__isSmartRef__":true,"id":20102},"label":{"__isSmartRef__":true,"id":20071},"name":"Button","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":20111},"attributeConnections":[{"__isSmartRef__":true,"id":20112}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":20148},"renderContextTable":{"__isSmartRef__":true,"id":20149},"eventHandler":{"__isSmartRef__":true,"id":20150},"distanceToDragEvent":{"__isSmartRef__":true,"id":20151},"_Position":{"__isSmartRef__":true,"id":20152},"owner":{"__isSmartRef__":true,"id":19960},"derivationIds":[2896,"40384C75-EF01-4AAD-AA1C-A7C19EDB6A0F","21376B8E-78CF-456D-87AA-4D62D86B16D2","E9336A59-C7BF-4C91-88B0-0D0477AA75AE"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Button"},"20071":{"submorphs":[],"scripts":[],"id":"C846F39F-6491-4D85-AC56-C35890A3CAFB","shape":{"__isSmartRef__":true,"id":20072},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":20078},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":20079},"_Padding":{"__isSmartRef__":true,"id":20080},"owner":{"__isSmartRef__":true,"id":20070},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":20081},"textChunks":[{"__isSmartRef__":true,"id":20082}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":20084},"eventHandler":{"__isSmartRef__":true,"id":20085},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":101,"_MinTextHeight":null,"derivationIds":[2897,"92EB5E70-61BB-4A71-942C-A34A20789B2F","A9C9F9CF-1BAC-4074-A093-4EB0C3C90866","2FE50303-6361-4A70-9BD5-0D8D1C8B5176"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"20072":{"position":{"__isSmartRef__":true,"id":20073},"_Extent":{"__isSmartRef__":true,"id":20074},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":20075},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":20076},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":20077},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20073":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20074":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20075":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20076":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20077":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20078":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20079":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20080":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20081":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20082":{"style":{"__isSmartRef__":true,"id":20083},"chunkOwner":{"__isSmartRef__":true,"id":20071},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"cancel","__LivelyClassName__":"lively.morphic.TextChunk"},"20083":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"20084":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"20085":{"morph":{"__isSmartRef__":true,"id":20071},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20086":{"position":{"__isSmartRef__":true,"id":20087},"_Extent":{"__isSmartRef__":true,"id":20088},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":20089},"_Fill":{"__isSmartRef__":true,"id":20090},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":20100},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":20101},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20087":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20088":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20089":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20090":{"stops":[{"__isSmartRef__":true,"id":20091},{"__isSmartRef__":true,"id":20093},{"__isSmartRef__":true,"id":20095},{"__isSmartRef__":true,"id":20097}],"vector":{"__isSmartRef__":true,"id":20099},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"20091":{"offset":0,"color":{"__isSmartRef__":true,"id":20092}},"20092":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20093":{"offset":0.4,"color":{"__isSmartRef__":true,"id":20094}},"20094":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20095":{"offset":0.6,"color":{"__isSmartRef__":true,"id":20096}},"20096":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20097":{"offset":1,"color":{"__isSmartRef__":true,"id":20098}},"20098":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20099":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20100":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20101":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20102":{"stops":[{"__isSmartRef__":true,"id":20103},{"__isSmartRef__":true,"id":20105},{"__isSmartRef__":true,"id":20107},{"__isSmartRef__":true,"id":20109}],"vector":{"__isSmartRef__":true,"id":20099},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"20103":{"offset":0,"color":{"__isSmartRef__":true,"id":20104}},"20104":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20105":{"offset":0.4,"color":{"__isSmartRef__":true,"id":20106}},"20106":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20107":{"offset":0.6,"color":{"__isSmartRef__":true,"id":20108}},"20108":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20109":{"offset":1,"color":{"__isSmartRef__":true,"id":20110}},"20110":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20111":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"20112":{"sourceObj":{"__isSmartRef__":true,"id":20070},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":19960},"targetMethodName":"onCancel","visualConnector":{"__isSmartRef__":true,"id":20113},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"20113":{"submorphs":[{"__isSmartRef__":true,"id":20114}],"scripts":[],"shape":{"__isSmartRef__":true,"id":20129},"id":352,"renderContextTable":{"__isSmartRef__":true,"id":20136},"eventHandler":{"__isSmartRef__":true,"id":20137},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":20138},{"__isSmartRef__":true,"id":20139}],"con":{"__isSmartRef__":true,"id":20112},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":20140},"__LivelyClassName__":"lively.morphic.Path"},"20114":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":20115},"id":353,"renderContextTable":{"__isSmartRef__":true,"id":20126},"eventHandler":{"__isSmartRef__":true,"id":20127},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":20128},"owner":{"__isSmartRef__":true,"id":20113},"_Rotation":-2.716760490670451,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"20115":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":20116},{"__isSmartRef__":true,"id":20117},{"__isSmartRef__":true,"id":20118},{"__isSmartRef__":true,"id":20119}],"renderContextTable":{"__isSmartRef__":true,"id":20120},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":20121},"_Extent":{"__isSmartRef__":true,"id":20122},"_Padding":{"__isSmartRef__":true,"id":20123},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":20124},"_Fill":{"__isSmartRef__":true,"id":20125},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"20116":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"20117":{"isAbsolute":true,"x":0,"y":12,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"20118":{"isAbsolute":true,"x":16,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"20119":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"20120":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"20121":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20122":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20123":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20124":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20125":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20126":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"20127":{"morph":{"__isSmartRef__":true,"id":20114},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20128":{"x":0.5,"y":0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20129":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":20130},{"__isSmartRef__":true,"id":20131}],"renderContextTable":{"__isSmartRef__":true,"id":20132},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":20133},"_Extent":{"__isSmartRef__":true,"id":20134},"_Padding":{"__isSmartRef__":true,"id":20135},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":20124},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"20130":{"isAbsolute":true,"x":420,"y":190,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"20131":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"20132":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"20133":{"x":-0.5,"y":-0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20134":{"x":421,"y":191,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20135":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20136":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"20137":{"morph":{"__isSmartRef__":true,"id":20113},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20138":{"morph":{"__isSmartRef__":true,"id":20113},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"20139":{"morph":{"__isSmartRef__":true,"id":20113},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":20114},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"20140":{"morphMenuItems":{"__isSmartRef__":true,"id":20141}},"20141":{"varMapping":{"__isSmartRef__":true,"id":20142},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":20147},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"20142":{"this":{"__isSmartRef__":true,"id":20113},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":20143}},"20143":{"$super":{"__isSmartRef__":true,"id":20144}},"20144":{"varMapping":{"__isSmartRef__":true,"id":20145},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":20146},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"20145":{"obj":{"__isSmartRef__":true,"id":20113},"name":"morphMenuItems"},"20146":{},"20147":{},"20148":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20149":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"20150":{"morph":{"__isSmartRef__":true,"id":20070},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20151":{"x":77,"y":-5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20152":{"x":420,"y":390,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20153":{"submorphs":[{"__isSmartRef__":true,"id":20154}],"scripts":[],"id":"FEF85BCF-A107-4730-A8E7-98CFEBDEEE35","shape":{"__isSmartRef__":true,"id":20169},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":20173},"lighterFill":{"__isSmartRef__":true,"id":20185},"label":{"__isSmartRef__":true,"id":20154},"name":"Button1","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":20194},"attributeConnections":[{"__isSmartRef__":true,"id":20195}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":20230},"renderContextTable":{"__isSmartRef__":true,"id":20231},"eventHandler":{"__isSmartRef__":true,"id":20232},"distanceToDragEvent":{"__isSmartRef__":true,"id":20233},"_Position":{"__isSmartRef__":true,"id":20234},"owner":{"__isSmartRef__":true,"id":19960},"derivationIds":[2898,"9D27A522-4E3D-482F-97CF-3CA3247A3999","4EBF07AD-25C0-4034-BC06-31F137F70FA1","DC6D6B8E-37AE-4815-A81A-AC7071124A26"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Button"},"20154":{"submorphs":[],"scripts":[],"id":"100DC4BE-F124-4A05-9BA8-E117917D6388","shape":{"__isSmartRef__":true,"id":20155},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":20161},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":20162},"_Padding":{"__isSmartRef__":true,"id":20163},"owner":{"__isSmartRef__":true,"id":20153},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":20164},"textChunks":[{"__isSmartRef__":true,"id":20165}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":20167},"eventHandler":{"__isSmartRef__":true,"id":20168},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":101,"_MinTextHeight":null,"derivationIds":[2899,"4F00D1F5-B85C-479E-BDDE-322DF2F432A3","5E7BC7AC-9EF9-4CF5-9196-A542A26534CA","46616896-CA46-4B43-B694-9FB001B32989"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"20155":{"position":{"__isSmartRef__":true,"id":20156},"_Extent":{"__isSmartRef__":true,"id":20157},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":20158},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":20159},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":20160},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20156":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20157":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20158":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20159":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20160":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20161":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20162":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20163":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20164":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20165":{"style":{"__isSmartRef__":true,"id":20166},"chunkOwner":{"__isSmartRef__":true,"id":20154},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"publish","__LivelyClassName__":"lively.morphic.TextChunk"},"20166":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"20167":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"20168":{"morph":{"__isSmartRef__":true,"id":20154},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20169":{"position":{"__isSmartRef__":true,"id":20170},"_Extent":{"__isSmartRef__":true,"id":20171},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":20172},"_Fill":{"__isSmartRef__":true,"id":20173},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":20183},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":20184},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20170":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20171":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20172":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20173":{"stops":[{"__isSmartRef__":true,"id":20174},{"__isSmartRef__":true,"id":20176},{"__isSmartRef__":true,"id":20178},{"__isSmartRef__":true,"id":20180}],"vector":{"__isSmartRef__":true,"id":20182},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"20174":{"offset":0,"color":{"__isSmartRef__":true,"id":20175}},"20175":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20176":{"offset":0.4,"color":{"__isSmartRef__":true,"id":20177}},"20177":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20178":{"offset":0.6,"color":{"__isSmartRef__":true,"id":20179}},"20179":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20180":{"offset":1,"color":{"__isSmartRef__":true,"id":20181}},"20181":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20182":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20183":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20184":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20185":{"stops":[{"__isSmartRef__":true,"id":20186},{"__isSmartRef__":true,"id":20188},{"__isSmartRef__":true,"id":20190},{"__isSmartRef__":true,"id":20192}],"vector":{"__isSmartRef__":true,"id":20182},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"20186":{"offset":0,"color":{"__isSmartRef__":true,"id":20187}},"20187":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20188":{"offset":0.4,"color":{"__isSmartRef__":true,"id":20189}},"20189":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20190":{"offset":0.6,"color":{"__isSmartRef__":true,"id":20191}},"20191":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20192":{"offset":1,"color":{"__isSmartRef__":true,"id":20193}},"20193":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20194":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"20195":{"sourceObj":{"__isSmartRef__":true,"id":20153},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":19960},"targetMethodName":"onPublish","visualConnector":{"__isSmartRef__":true,"id":20196},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"20196":{"submorphs":[{"__isSmartRef__":true,"id":20197}],"scripts":[],"shape":{"__isSmartRef__":true,"id":20211},"id":139,"renderContextTable":{"__isSmartRef__":true,"id":20218},"eventHandler":{"__isSmartRef__":true,"id":20219},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":20220},{"__isSmartRef__":true,"id":20221}],"con":{"__isSmartRef__":true,"id":20195},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":20222},"__LivelyClassName__":"lively.morphic.Path"},"20197":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":20198},"id":140,"renderContextTable":{"__isSmartRef__":true,"id":20208},"eventHandler":{"__isSmartRef__":true,"id":20209},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":20210},"owner":{"__isSmartRef__":true,"id":20196},"_Rotation":-2.5917394709132084,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"20198":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":20199},{"__isSmartRef__":true,"id":20200},{"__isSmartRef__":true,"id":20201},{"__isSmartRef__":true,"id":20202}],"renderContextTable":{"__isSmartRef__":true,"id":20203},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":20204},"_Extent":{"__isSmartRef__":true,"id":20205},"_Padding":{"__isSmartRef__":true,"id":20206},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":20124},"_Fill":{"__isSmartRef__":true,"id":20207},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"20199":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"20200":{"isAbsolute":true,"x":0,"y":12,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"20201":{"isAbsolute":true,"x":16,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"20202":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"20203":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"20204":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20205":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20206":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20207":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20208":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"20209":{"morph":{"__isSmartRef__":true,"id":20197},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20210":{"x":0.5,"y":0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20211":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":20212},{"__isSmartRef__":true,"id":20213}],"renderContextTable":{"__isSmartRef__":true,"id":20214},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":20215},"_Extent":{"__isSmartRef__":true,"id":20216},"_Padding":{"__isSmartRef__":true,"id":20217},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":20124},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"20212":{"isAbsolute":true,"x":310,"y":190,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"20213":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"20214":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"20215":{"x":-0.5,"y":-0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20216":{"x":311,"y":191,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20217":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20218":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"20219":{"morph":{"__isSmartRef__":true,"id":20196},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20220":{"morph":{"__isSmartRef__":true,"id":20196},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"20221":{"morph":{"__isSmartRef__":true,"id":20196},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":20197},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"20222":{"morphMenuItems":{"__isSmartRef__":true,"id":20223}},"20223":{"varMapping":{"__isSmartRef__":true,"id":20224},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":20229},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"20224":{"this":{"__isSmartRef__":true,"id":20196},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":20225}},"20225":{"$super":{"__isSmartRef__":true,"id":20226}},"20226":{"varMapping":{"__isSmartRef__":true,"id":20227},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":20228},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"20227":{"obj":{"__isSmartRef__":true,"id":20196},"name":"morphMenuItems"},"20228":{},"20229":{},"20230":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20231":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"20232":{"morph":{"__isSmartRef__":true,"id":20153},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20233":{"x":62,"y":-12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20234":{"x":310,"y":390,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20235":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":20236},"id":"E06E9B2B-BBF1-47F9-8099-3D2228B04D10","renderContextTable":{"__isSmartRef__":true,"id":20243},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":20244}],"eventHandler":{"__isSmartRef__":true,"id":20246},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":20247},"priorExtent":{"__isSmartRef__":true,"id":20248},"_MaxTextWidth":510,"_MinTextWidth":510,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"name":"CommentText","distanceToDragEvent":{"__isSmartRef__":true,"id":20249},"previousSelection":[139,139],"priorSelectionRange":[9,9],"charsReplaced":"CommitMessageTest1","lastFindLoc":18,"isLockOwner":false,"isBeingDragged":false,"owner":{"__isSmartRef__":true,"id":19960},"derivationIds":[2900,"7E82C349-9FC9-48B5-B84C-30E99FC40DF2","A07EAFD3-B03B-4E4C-BC72-FB29F65F543A","888FB55C-0365-4B40-A9B4-33FD19FA1E91"],"savedTextString":"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"20236":{"_Position":{"__isSmartRef__":true,"id":20237},"renderContextTable":{"__isSmartRef__":true,"id":20238},"_Extent":{"__isSmartRef__":true,"id":20239},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":20240},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":20241},"_Fill":{"__isSmartRef__":true,"id":20242},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20237":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20238":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20239":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20240":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20241":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20242":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20243":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"20244":{"style":{"__isSmartRef__":true,"id":20245},"chunkOwner":{"__isSmartRef__":true,"id":20235},"storedString":"Used to diff a version of a morph with the current version in PartsBin","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"20245":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"20246":{"morph":{"__isSmartRef__":true,"id":20235},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20247":{"x":10,"y":110,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20248":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20249":{"x":346,"y":-16,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20250":{"submorphs":[],"scripts":[],"id":"2D3B0145-CA46-4A8E-8F36-4306A132382E","shape":{"__isSmartRef__":true,"id":20251},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":20257},"_MaxTextWidth":250,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":20254},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text9","partsBinMetaInfo":{"__isSmartRef__":true,"id":20258},"textChunks":[{"__isSmartRef__":true,"id":20259}],"charsReplaced":"commit message","lastFindLoc":14,"priorSelectionRange":[0,14],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":20261},"renderContextTable":{"__isSmartRef__":true,"id":20262},"eventHandler":{"__isSmartRef__":true,"id":20263},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":20264},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":250,"_MinTextHeight":null,"previousSelection":[0,6],"distanceToDragEvent":{"__isSmartRef__":true,"id":20265},"isLockOwner":false,"owner":{"__isSmartRef__":true,"id":19960},"derivationIds":[2901,"8E267E15-1052-4F9C-B863-B733384EF1DA","851C46B4-347F-4AE4-9C04-C321E7CC8EA5","D33CE057-77D6-4CCC-90F9-867C622B3572"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"20251":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":20252},"_Extent":{"__isSmartRef__":true,"id":20253},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":20254},"renderContextTable":{"__isSmartRef__":true,"id":20255},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":20256},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20252":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20253":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20254":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20255":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20256":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20257":{"x":10,"y":90,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20258":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"20259":{"style":{"__isSmartRef__":true,"id":20260},"morph":{"__isSmartRef__":true,"id":20250},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":20250},"storedString":"comment","__LivelyClassName__":"lively.morphic.TextChunk"},"20260":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"20261":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20262":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"20263":{"morph":{"__isSmartRef__":true,"id":20250},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20264":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20265":{"x":163,"y":-17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20266":{"_Position":{"__isSmartRef__":true,"id":20267},"renderContextTable":{"__isSmartRef__":true,"id":20268},"_Extent":{"__isSmartRef__":true,"id":20269},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":20270},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":20271},"_Fill":{"__isSmartRef__":true,"id":20272},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20267":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20268":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20269":{"x":540,"y":420,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20270":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20271":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20272":{"r":0.8235294117647058,"g":0.8235294117647058,"b":0.8235294117647058,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20273":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"20274":{"morph":{"__isSmartRef__":true,"id":19960},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20275":{"adjustForNewBounds":true,"resizeWidth":true,"resizeHeight":true},"20276":{"message":"Please enter a name for the part","attributeConnections":[{"__isSmartRef__":true,"id":20277}],"doNotSerialize":["$$result"],"doNotCopyProperties":["$$result"],"defaultInput":"CommitMessageTest1","panel":{"__isSmartRef__":true,"id":19960},"label":{"__isSmartRef__":true,"id":20278},"cancelButton":{"__isSmartRef__":true,"id":20290},"okButton":{"__isSmartRef__":true,"id":20336},"inputText":{"__isSmartRef__":true,"id":19961},"view":{"__isSmartRef__":true,"id":19960},"__SourceModuleName__":"Global.lively.morphic.Widgets","result":"CommitMessageTest1","__LivelyClassName__":"lively.morphic.PromptDialog"},"20277":{"sourceObj":{"__isSmartRef__":true,"id":20276},"sourceAttrName":"result","targetObj":{"__isSmartRef__":true,"id":20276},"targetMethodName":"triggerCallback","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"20278":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":20279},"id":3220,"renderContextTable":{"__isSmartRef__":true,"id":20284},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":20285}],"eventHandler":{"__isSmartRef__":true,"id":20287},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":false,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":20288},"priorExtent":{"__isSmartRef__":true,"id":20289},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":null,"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"isCopyMorphRef":true,"morphRefId":1,"__LivelyClassName__":"lively.morphic.Text"},"20279":{"_Position":{"__isSmartRef__":true,"id":20280},"renderContextTable":{"__isSmartRef__":true,"id":20281},"_Extent":{"__isSmartRef__":true,"id":20282},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":19966},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":19967},"_Fill":{"__isSmartRef__":true,"id":20283},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20280":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20281":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20282":{"x":226,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20283":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20284":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"20285":{"style":{"__isSmartRef__":true,"id":20286},"chunkOwner":{"__isSmartRef__":true,"id":20278},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"20286":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"20287":{"morph":{"__isSmartRef__":true,"id":20278},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20288":{"x":4,"y":4,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20289":{"x":226,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20290":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":20291},"id":6793,"renderContextTable":{"__isSmartRef__":true,"id":20307},"eventHandler":{"__isSmartRef__":true,"id":20308},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":20309},"priorExtent":{"__isSmartRef__":true,"id":20310},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":20297},"lighterFill":{"__isSmartRef__":true,"id":20311},"label":{"__isSmartRef__":true,"id":20320},"layout":{"__isSmartRef__":true,"id":20332},"owner":null,"attributeConnections":[{"__isSmartRef__":true,"id":20333},{"__isSmartRef__":true,"id":20334}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","isCopyMorphRef":true,"morphRefId":1,"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Button"},"20291":{"_Position":{"__isSmartRef__":true,"id":20292},"renderContextTable":{"__isSmartRef__":true,"id":20293},"_Extent":{"__isSmartRef__":true,"id":20294},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":20295},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":20296},"_Fill":{"__isSmartRef__":true,"id":20297},"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20292":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20293":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20294":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20295":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20296":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20297":{"stops":[{"__isSmartRef__":true,"id":20298},{"__isSmartRef__":true,"id":20300},{"__isSmartRef__":true,"id":20302},{"__isSmartRef__":true,"id":20304}],"vector":{"__isSmartRef__":true,"id":20306},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"20298":{"offset":0,"color":{"__isSmartRef__":true,"id":20299}},"20299":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20300":{"offset":0.4,"color":{"__isSmartRef__":true,"id":20301}},"20301":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20302":{"offset":0.6,"color":{"__isSmartRef__":true,"id":20303}},"20303":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20304":{"offset":1,"color":{"__isSmartRef__":true,"id":20305}},"20305":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20306":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20307":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"20308":{"morph":{"__isSmartRef__":true,"id":20290},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20309":{"x":478,"y":187,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20310":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20311":{"stops":[{"__isSmartRef__":true,"id":20312},{"__isSmartRef__":true,"id":20314},{"__isSmartRef__":true,"id":20316},{"__isSmartRef__":true,"id":20318}],"vector":{"__isSmartRef__":true,"id":20306},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"20312":{"offset":0,"color":{"__isSmartRef__":true,"id":20313}},"20313":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20314":{"offset":0.4,"color":{"__isSmartRef__":true,"id":20315}},"20315":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20316":{"offset":0.6,"color":{"__isSmartRef__":true,"id":20317}},"20317":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20318":{"offset":1,"color":{"__isSmartRef__":true,"id":20319}},"20319":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20320":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":20321},"id":6794,"renderContextTable":{"__isSmartRef__":true,"id":20326},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":20327}],"eventHandler":{"__isSmartRef__":true,"id":20329},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":20330},"priorExtent":{"__isSmartRef__":true,"id":20331},"_MaxTextWidth":60,"_MinTextWidth":60,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":null,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Text"},"20321":{"_Position":{"__isSmartRef__":true,"id":20322},"renderContextTable":{"__isSmartRef__":true,"id":20323},"_Extent":{"__isSmartRef__":true,"id":20324},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":20325},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":19967},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20322":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20323":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20324":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20325":{"x":0,"y":6,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20326":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"20327":{"style":{"__isSmartRef__":true,"id":20328},"chunkOwner":{"__isSmartRef__":true,"id":20320},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"20328":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"20329":{"morph":{"__isSmartRef__":true,"id":20320},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20330":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20331":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20332":{"moveVertical":true,"moveHorizontal":true},"20333":{"sourceObj":{"__isSmartRef__":true,"id":20290},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":20276},"targetMethodName":"removeTopLevel","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"20334":{"sourceObj":{"__isSmartRef__":true,"id":20290},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":20276},"targetMethodName":"result","converter":null,"converterString":"function () { return null }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":20335},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"20335":{"source":{"__isSmartRef__":true,"id":20290},"target":{"__isSmartRef__":true,"id":20276}},"20336":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":20337},"id":6795,"renderContextTable":{"__isSmartRef__":true,"id":20342},"eventHandler":{"__isSmartRef__":true,"id":20343},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":20344},"priorExtent":{"__isSmartRef__":true,"id":20345},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":20297},"lighterFill":{"__isSmartRef__":true,"id":20346},"label":{"__isSmartRef__":true,"id":20355},"layout":{"__isSmartRef__":true,"id":20367},"owner":null,"attributeConnections":[{"__isSmartRef__":true,"id":20368},{"__isSmartRef__":true,"id":20369}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","isCopyMorphRef":true,"morphRefId":2,"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Button"},"20337":{"_Position":{"__isSmartRef__":true,"id":20338},"renderContextTable":{"__isSmartRef__":true,"id":20339},"_Extent":{"__isSmartRef__":true,"id":20340},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":20341},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":20296},"_Fill":{"__isSmartRef__":true,"id":20297},"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20338":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20339":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20340":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20341":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20342":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"20343":{"morph":{"__isSmartRef__":true,"id":20336},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20344":{"x":414,"y":187,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20345":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20346":{"stops":[{"__isSmartRef__":true,"id":20347},{"__isSmartRef__":true,"id":20349},{"__isSmartRef__":true,"id":20351},{"__isSmartRef__":true,"id":20353}],"vector":{"__isSmartRef__":true,"id":20306},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"20347":{"offset":0,"color":{"__isSmartRef__":true,"id":20348}},"20348":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20349":{"offset":0.4,"color":{"__isSmartRef__":true,"id":20350}},"20350":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20351":{"offset":0.6,"color":{"__isSmartRef__":true,"id":20352}},"20352":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20353":{"offset":1,"color":{"__isSmartRef__":true,"id":20354}},"20354":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20355":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":20356},"id":6796,"renderContextTable":{"__isSmartRef__":true,"id":20361},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":20362}],"eventHandler":{"__isSmartRef__":true,"id":20364},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":20365},"priorExtent":{"__isSmartRef__":true,"id":20366},"_MaxTextWidth":60,"_MinTextWidth":60,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":null,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Text"},"20356":{"_Position":{"__isSmartRef__":true,"id":20357},"renderContextTable":{"__isSmartRef__":true,"id":20358},"_Extent":{"__isSmartRef__":true,"id":20359},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":20360},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":19967},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20357":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20358":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20359":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20360":{"x":0,"y":6,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20361":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"20362":{"style":{"__isSmartRef__":true,"id":20363},"chunkOwner":{"__isSmartRef__":true,"id":20355},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"20363":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"20364":{"morph":{"__isSmartRef__":true,"id":20355},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20365":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20366":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20367":{"moveVertical":true,"moveHorizontal":true},"20368":{"sourceObj":{"__isSmartRef__":true,"id":20336},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":20276},"targetMethodName":"removeTopLevel","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"20369":{"sourceObj":{"__isSmartRef__":true,"id":20336},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":19961},"targetMethodName":"doSave","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"20370":{"x":540,"y":420,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20371":{"x":365,"y":-16,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20372":{"x":0,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20373":{"copyToPartsBin":{"__isSmartRef__":true,"id":20374},"onPublish":{"__isSmartRef__":true,"id":20382},"onCancel":{"__isSmartRef__":true,"id":20386},"setTarget":{"__isSmartRef__":true,"id":20390},"reset":{"__isSmartRef__":true,"id":20394}},"20374":{"varMapping":{"__isSmartRef__":true,"id":20375},"source":"function copyToPartsBin(morph) {\n var name = this.get('NameText').textString\n\n var info = morph.getPartsBinMetaInfo();\n morph.setName(name);\n\n info.partsSpaceName = this.get('CategoryText').textString\n info.comment = this.get('CommentText').textString\n\n if (! info.changes) info.changes = [];\n var change = { \n date: new Date(), \n author: this.world().getUserName(), \n message: this.get('CommitMessageText').textString,\n id: Strings.newUUID()\n }\n info.changes.push(change) \n\n morph.copyToPartsBin();\n}","funcProperties":{"__isSmartRef__":true,"id":20380},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"20375":{"this":{"__isSmartRef__":true,"id":19960},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":20376}},"20376":{"$super":{"__isSmartRef__":true,"id":20377}},"20377":{"varMapping":{"__isSmartRef__":true,"id":20378},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":20379},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"20378":{"obj":{"__isSmartRef__":true,"id":19960},"name":"copyToPartsBin"},"20379":{},"20380":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":20381}},"20381":{"isSerializedDate":true,"string":"Fri Oct 28 2011 15:13:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"20382":{"varMapping":{"__isSmartRef__":true,"id":20383},"source":"function onPublish() {\n if (!this.target) alert(\"No target to upload\");\n this.copyToPartsBin(this.target);\n connect(this.target, 'headRevision', this.owner, 'remove')\n}","funcProperties":{"__isSmartRef__":true,"id":20384},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"20383":{"this":{"__isSmartRef__":true,"id":19960}},"20384":{"timestamp":{"__isSmartRef__":true,"id":20385},"user":"undefined","tags":[]},"20385":{"isSerializedDate":true,"string":"Tue Mar 20 2012 12:59:48 GMT+0100 (Mitteleuropäische Zeit)"},"20386":{"varMapping":{"__isSmartRef__":true,"id":20387},"source":"function onCancel() {\n alertOK(\"cancel upload \") \n this.owner.remove()\n}","funcProperties":{"__isSmartRef__":true,"id":20388},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"20387":{"this":{"__isSmartRef__":true,"id":19960}},"20388":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":20389}},"20389":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:52:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"20390":{"varMapping":{"__isSmartRef__":true,"id":20391},"source":"function setTarget(morph) {\n this.target = morph \n if (!morph) {\n this.get('NameText').textString = '';\n this.get('CategoryText').textString = '';\n this.get('CommentText').textString = ''; \n this.get('CommitMessageText').textString = '' \n return\n }\n var info = this.target.getPartsBinMetaInfo();\n this.get('NameText').textString = info.partName || morph.getName();\n this.get('CategoryText').textString = info.partsSpaceName;\n this.get('CommentText').textString = info.comment; \n this.get('CommitMessageText').textString = '' \n\n}","funcProperties":{"__isSmartRef__":true,"id":20392},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"20391":{"this":{"__isSmartRef__":true,"id":19960}},"20392":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":20393}},"20393":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:46:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"20394":{"varMapping":{"__isSmartRef__":true,"id":20395},"source":"function reset() {\n this.setTarget(null)\n \n}","funcProperties":{"__isSmartRef__":true,"id":20396},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"20395":{"this":{"__isSmartRef__":true,"id":19960}},"20396":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":20397}},"20397":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:45:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"20398":{"renderContextTable":{"__isSmartRef__":true,"id":20399},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":20400},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":20401},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20399":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20400":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20401":{"x":542,"y":242,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20402":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"20403":{"morph":{"__isSmartRef__":true,"id":19811},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20404":{"adjustForNewBounds":true},"20405":{"x":542,"y":242,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20406":{"x":0,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20407":{"x":463,"y":297,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20408":{"partName":"PublishPartDialog","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/BP2012","__SourceModuleName__":"Global.lively.PartsBin","comment":"A dialog for publishing parts in the PartsBin.","changes":[{"__isSmartRef__":true,"id":20409},{"__isSmartRef__":true,"id":20411},{"__isSmartRef__":true,"id":20413},{"__isSmartRef__":true,"id":20415},{"__isSmartRef__":true,"id":20417},{"__isSmartRef__":true,"id":20419},{"__isSmartRef__":true,"id":20421}],"revisionOnLoad":146804,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"20409":{"date":{"__isSmartRef__":true,"id":20410},"author":"undefined","message":"init for change - don't remove on click","id":"00A6DFFB-70D2-44A4-B5F9-0778E1CA5724"},"20410":{"isSerializedDate":true,"string":"Tue Mar 20 2012 12:04:27 GMT+0100 (Mitteleuropäische Zeit)"},"20411":{"date":{"__isSmartRef__":true,"id":20412},"author":"jenslincke","message":"- fixed issue 283 (Reproduction: Open part, select publish from menu, focus part name input field in dialog, press enter.-> window pane disappears; window decoration stays; part is not published)","id":"1A260BD5-E668-4BD4-B7A2-94E087AB4CE1"},"20412":{"isSerializedDate":true,"string":"Thu Jan 26 2012 12:10:41 GMT+0100 (Mitteleuropäische Zeit)"},"20413":{"date":{"__isSmartRef__":true,"id":20414},"author":"jenslincke","message":""},"20414":{"isSerializedDate":true,"string":"Fri Oct 28 2011 16:06:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"20415":{"date":{"__isSmartRef__":true,"id":20416},"author":"jenslincke","message":"store an uuid when publishing an object"},"20416":{"isSerializedDate":true,"string":"Fri Oct 28 2011 15:15:02 GMT+0200 (Mitteleuropäische Sommerzeit)"},"20417":{"date":{"__isSmartRef__":true,"id":20418},"author":"jenslincke","message":""},"20418":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:52:26 GMT+0200 (Mitteleuropäische Sommerzeit)"},"20419":{"date":{"__isSmartRef__":true,"id":20420},"author":"jenslincke","message":"first commit of Publish dialog using the publish dialog itself!"},"20420":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:54:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"20421":{"date":{"__isSmartRef__":true,"id":20422},"author":"undefined","message":"","id":"A5F4EACF-EF62-483F-B8B3-65966A895FA4"},"20422":{"isSerializedDate":true,"string":"Tue Mar 20 2012 13:00:03 GMT+0100 (Mitteleuropäische Zeit)"},"20423":{"x":680.5,"y":281,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20424":{"sourceObj":{"__isSmartRef__":true,"id":18800},"sourceAttrName":"headRevision","targetObj":{"__isSmartRef__":true,"id":20425},"targetMethodName":"remove","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"20425":{"submorphs":[{"__isSmartRef__":true,"id":20426},{"__isSmartRef__":true,"id":20574}],"scripts":[],"shape":{"__isSmartRef__":true,"id":21012},"id":"4346ADE1-B01C-4E5D-B429-13FC03977CC4","renderContextTable":{"__isSmartRef__":true,"id":21016},"eventHandler":{"__isSmartRef__":true,"id":21017},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":21018},"LK2":true,"priorExtent":{"__isSmartRef__":true,"id":21019},"targetMorph":{"__isSmartRef__":true,"id":20574},"titleBar":{"__isSmartRef__":true,"id":20426},"contentOffset":{"__isSmartRef__":true,"id":21020},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"highlighted":true,"prevDragPos":{"__isSmartRef__":true,"id":21021},"isBeingDragged":false,"showsHalos":false,"name":"PublishPartDialog","partsBinMetaInfo":{"__isSmartRef__":true,"id":21022},"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"_Position":{"__isSmartRef__":true,"id":21037},"isCopyMorphRef":true,"morphRefId":12,"derivationIds":[2879,"91414FD8-3775-435F-96A6-39E0CB891CD7","9CB574CD-94E3-465A-B85C-91F97E070BC3","C9D390C2-399F-44AF-A316-A4A117E5F7B6"],"moved":true,"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"20426":{"submorphs":[{"__isSmartRef__":true,"id":20427},{"__isSmartRef__":true,"id":20441},{"__isSmartRef__":true,"id":20488},{"__isSmartRef__":true,"id":20522}],"scripts":[],"shape":{"__isSmartRef__":true,"id":20557},"id":"5F2BFDF2-B585-4B4A-8550-32BB163C472E","renderContextTable":{"__isSmartRef__":true,"id":20569},"eventHandler":{"__isSmartRef__":true,"id":20570},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":20571},"_Position":{"__isSmartRef__":true,"id":20572},"windowMorph":{"__isSmartRef__":true,"id":20425},"label":{"__isSmartRef__":true,"id":20427},"closeButton":{"__isSmartRef__":true,"id":20441},"menuButton":{"__isSmartRef__":true,"id":20488},"collapseButton":{"__isSmartRef__":true,"id":20522},"priorExtent":{"__isSmartRef__":true,"id":20573},"owner":{"__isSmartRef__":true,"id":20425},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2880,"108B5871-F6C8-4442-82D1-F8776D2C85A2","503529CB-0F23-4456-8597-CD5E86CF03F0","4FB4914E-E245-4D67-BE3B-63091E2C8C95"],"_Scale":1,"__LivelyClassName__":"lively.morphic.TitleBar"},"20427":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":20428},"id":"2A36D62D-0E9A-41FB-9255-C78A640A75C0","renderContextTable":{"__isSmartRef__":true,"id":20434},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":20435}],"eventHandler":{"__isSmartRef__":true,"id":20437},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":20438},"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":20426},"priorExtent":{"__isSmartRef__":true,"id":20439},"_MaxTextWidth":483,"_MinTextWidth":483,"_MaxTextHeight":null,"_MinTextHeight":null,"_Position":{"__isSmartRef__":true,"id":20440},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2881,"A06A709C-AD42-48D0-A66A-9C21EA4F4E66","EE1A345D-476E-4E22-BE89-E59A0C11001B","90634CE5-77D0-4064-961C-4CBADE59C6F8"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"20428":{"_Position":{"__isSmartRef__":true,"id":20429},"renderContextTable":{"__isSmartRef__":true,"id":20430},"_Extent":{"__isSmartRef__":true,"id":20431},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":20432},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":20433},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20429":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20430":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20431":{"x":483,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20432":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20433":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20434":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"20435":{"style":{"__isSmartRef__":true,"id":20436},"chunkOwner":{"__isSmartRef__":true,"id":20427},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Publish in PartsBin","__LivelyClassName__":"lively.morphic.TextChunk"},"20436":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"20437":{"morph":{"__isSmartRef__":true,"id":20427},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20438":{"resizeWidth":true},"20439":{"x":483,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20440":{"x":20,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20441":{"submorphs":[{"__isSmartRef__":true,"id":20442}],"scripts":[],"shape":{"__isSmartRef__":true,"id":20454},"id":"76AAB643-E28D-4632-AB27-7C5370A29284","renderContextTable":{"__isSmartRef__":true,"id":20470},"eventHandler":{"__isSmartRef__":true,"id":20471},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":20472},"priorExtent":{"__isSmartRef__":true,"id":20473},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":20460},"lighterFill":{"__isSmartRef__":true,"id":20474},"label":{"__isSmartRef__":true,"id":20442},"owner":{"__isSmartRef__":true,"id":20426},"layout":{"__isSmartRef__":true,"id":20483},"attributeConnections":[{"__isSmartRef__":true,"id":20484},{"__isSmartRef__":true,"id":20486}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","prevScroll":[0,0],"derivationIds":[2882,"6FF08B49-B1B5-4E12-8CE8-DF895115627D","7F48C6F9-BB0C-405E-991B-410F179F7FE6","8405D63F-4E07-4FE8-9008-DD8AE000B5C8"],"_Scale":1,"__LivelyClassName__":"lively.morphic.WindowControl"},"20442":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":20443},"id":"A2AF9F6D-1138-41D8-96A7-4A9365FE7991","renderContextTable":{"__isSmartRef__":true,"id":20448},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":20449}],"eventHandler":{"__isSmartRef__":true,"id":20451},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":20452},"priorExtent":{"__isSmartRef__":true,"id":20453},"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":20441},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2883,"9FBA502B-65B1-4FF2-A0A6-9951E3C50B9C","9F297DAE-65AA-45A3-AFAE-BD35F359E24A","75386CDF-09C9-47F2-8762-F737A49FD645"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"20443":{"_Position":{"__isSmartRef__":true,"id":20444},"renderContextTable":{"__isSmartRef__":true,"id":20445},"_Extent":{"__isSmartRef__":true,"id":20446},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":20447},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":20433},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20444":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20445":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20446":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20447":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20448":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"20449":{"style":{"__isSmartRef__":true,"id":20450},"chunkOwner":{"__isSmartRef__":true,"id":20442},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk"},"20450":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"20451":{"morph":{"__isSmartRef__":true,"id":20442},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20452":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20453":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20454":{"_Position":{"__isSmartRef__":true,"id":20455},"renderContextTable":{"__isSmartRef__":true,"id":20456},"_Extent":{"__isSmartRef__":true,"id":20457},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":20458},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":20459},"_Fill":{"__isSmartRef__":true,"id":20460},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20455":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20456":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20457":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20458":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20459":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20460":{"stops":[{"__isSmartRef__":true,"id":20461},{"__isSmartRef__":true,"id":20463},{"__isSmartRef__":true,"id":20465},{"__isSmartRef__":true,"id":20467}],"vector":{"__isSmartRef__":true,"id":20469},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"20461":{"offset":0,"color":{"__isSmartRef__":true,"id":20462}},"20462":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20463":{"offset":0.4,"color":{"__isSmartRef__":true,"id":20464}},"20464":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20465":{"offset":0.6,"color":{"__isSmartRef__":true,"id":20466}},"20466":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20467":{"offset":1,"color":{"__isSmartRef__":true,"id":20468}},"20468":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20469":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20470":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"20471":{"morph":{"__isSmartRef__":true,"id":20441},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20472":{"x":522,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20473":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20474":{"stops":[{"__isSmartRef__":true,"id":20475},{"__isSmartRef__":true,"id":20477},{"__isSmartRef__":true,"id":20479},{"__isSmartRef__":true,"id":20481}],"vector":{"__isSmartRef__":true,"id":20469},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"20475":{"offset":0,"color":{"__isSmartRef__":true,"id":20476}},"20476":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20477":{"offset":0.4,"color":{"__isSmartRef__":true,"id":20478}},"20478":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20479":{"offset":0.6,"color":{"__isSmartRef__":true,"id":20480}},"20480":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20481":{"offset":1,"color":{"__isSmartRef__":true,"id":20482}},"20482":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20483":{"moveHorizontal":true},"20484":{"sourceObj":{"__isSmartRef__":true,"id":20441},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":20425},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":20485},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"20485":{"source":{"__isSmartRef__":true,"id":20441},"target":{"__isSmartRef__":true,"id":20425}},"20486":{"sourceObj":{"__isSmartRef__":true,"id":20441},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":20425},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":20487},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"20487":{"source":{"__isSmartRef__":true,"id":20441},"target":{"__isSmartRef__":true,"id":20425}},"20488":{"submorphs":[{"__isSmartRef__":true,"id":20489}],"scripts":[],"shape":{"__isSmartRef__":true,"id":20500},"id":"46B7463F-683C-4B3A-B063-D67CDC5A17B5","renderContextTable":{"__isSmartRef__":true,"id":20505},"eventHandler":{"__isSmartRef__":true,"id":20506},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":20507},"priorExtent":{"__isSmartRef__":true,"id":20508},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":20460},"lighterFill":{"__isSmartRef__":true,"id":20509},"label":{"__isSmartRef__":true,"id":20489},"owner":{"__isSmartRef__":true,"id":20426},"attributeConnections":[{"__isSmartRef__":true,"id":20518},{"__isSmartRef__":true,"id":20520}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","derivationIds":[2884,"64F20257-1A1D-4B3E-97C4-BC5D1F1E14B5","A377FFCE-0FDC-41B6-BD34-D9F0507B57DA","7334352E-B497-4F10-8C06-FBE36AA778C7"],"_Scale":1,"__LivelyClassName__":"lively.morphic.WindowControl"},"20489":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":20490},"id":"1AFE4C07-65B7-4115-B5D4-1C6BD7C5CEF4","renderContextTable":{"__isSmartRef__":true,"id":20494},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":20495}],"eventHandler":{"__isSmartRef__":true,"id":20497},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":20498},"priorExtent":{"__isSmartRef__":true,"id":20499},"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":20488},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[2885,"EC48B50E-CD5B-46FB-BF78-484373EED980","59F8AF9B-799B-413B-86B2-BFD03A4B2559","F8293A60-E9DB-40E3-B202-D547939F8A8D"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"20490":{"_Position":{"__isSmartRef__":true,"id":20491},"renderContextTable":{"__isSmartRef__":true,"id":20492},"_Extent":{"__isSmartRef__":true,"id":20493},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":20447},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":20433},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20491":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20492":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20493":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20494":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"20495":{"style":{"__isSmartRef__":true,"id":20496},"chunkOwner":{"__isSmartRef__":true,"id":20489},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk"},"20496":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"20497":{"morph":{"__isSmartRef__":true,"id":20489},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20498":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20499":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20500":{"_Position":{"__isSmartRef__":true,"id":20501},"renderContextTable":{"__isSmartRef__":true,"id":20502},"_Extent":{"__isSmartRef__":true,"id":20503},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":20504},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":20459},"_Fill":{"__isSmartRef__":true,"id":20460},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20501":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20502":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20503":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20504":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20505":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"20506":{"morph":{"__isSmartRef__":true,"id":20488},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20507":{"x":3,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20508":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20509":{"stops":[{"__isSmartRef__":true,"id":20510},{"__isSmartRef__":true,"id":20512},{"__isSmartRef__":true,"id":20514},{"__isSmartRef__":true,"id":20516}],"vector":{"__isSmartRef__":true,"id":20469},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"20510":{"offset":0,"color":{"__isSmartRef__":true,"id":20511}},"20511":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20512":{"offset":0.4,"color":{"__isSmartRef__":true,"id":20513}},"20513":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20514":{"offset":0.6,"color":{"__isSmartRef__":true,"id":20515}},"20515":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20516":{"offset":1,"color":{"__isSmartRef__":true,"id":20517}},"20517":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20518":{"sourceObj":{"__isSmartRef__":true,"id":20488},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":20425},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":20519},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"20519":{"source":{"__isSmartRef__":true,"id":20488},"target":{"__isSmartRef__":true,"id":20425}},"20520":{"sourceObj":{"__isSmartRef__":true,"id":20488},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":20425},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":20521},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"20521":{"source":{"__isSmartRef__":true,"id":20488},"target":{"__isSmartRef__":true,"id":20425}},"20522":{"submorphs":[{"__isSmartRef__":true,"id":20523}],"scripts":[],"shape":{"__isSmartRef__":true,"id":20534},"id":"B34767A9-4A1E-4A47-9830-A688090C9752","renderContextTable":{"__isSmartRef__":true,"id":20539},"eventHandler":{"__isSmartRef__":true,"id":20540},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":20541},"priorExtent":{"__isSmartRef__":true,"id":20542},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":20460},"lighterFill":{"__isSmartRef__":true,"id":20543},"label":{"__isSmartRef__":true,"id":20523},"owner":{"__isSmartRef__":true,"id":20426},"layout":{"__isSmartRef__":true,"id":20552},"attributeConnections":[{"__isSmartRef__":true,"id":20553},{"__isSmartRef__":true,"id":20555}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","prevScroll":[0,0],"derivationIds":[2886,"9FC4F0BE-916D-456B-AEC7-E6C1AC6040CA","A0A4775F-7F2F-4563-840D-CAA5CB435D75","C87D3EB9-4C3B-4230-9794-F5B71B528C74"],"_Scale":1,"__LivelyClassName__":"lively.morphic.WindowControl"},"20523":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":20524},"id":"73843921-4AFF-4CA4-9DF4-6C3910D1CBBB","renderContextTable":{"__isSmartRef__":true,"id":20528},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":20529}],"eventHandler":{"__isSmartRef__":true,"id":20531},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":20532},"priorExtent":{"__isSmartRef__":true,"id":20533},"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":20522},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2887,"42347453-BADB-4DB0-9486-C479B704CD7C","B0BBE9B3-B5DD-4E4F-A1AA-1C03BB1BFF4E","8AE3BC44-F336-420E-A2E9-BBA0DC6A3D72"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"20524":{"_Position":{"__isSmartRef__":true,"id":20525},"renderContextTable":{"__isSmartRef__":true,"id":20526},"_Extent":{"__isSmartRef__":true,"id":20527},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":20447},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":20433},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20525":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20526":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20527":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20528":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"20529":{"style":{"__isSmartRef__":true,"id":20530},"chunkOwner":{"__isSmartRef__":true,"id":20523},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk"},"20530":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"20531":{"morph":{"__isSmartRef__":true,"id":20523},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20532":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20533":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20534":{"_Position":{"__isSmartRef__":true,"id":20535},"renderContextTable":{"__isSmartRef__":true,"id":20536},"_Extent":{"__isSmartRef__":true,"id":20537},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":20538},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":20459},"_Fill":{"__isSmartRef__":true,"id":20460},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20535":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20536":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20537":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20538":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20539":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"20540":{"morph":{"__isSmartRef__":true,"id":20522},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20541":{"x":503,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20542":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20543":{"stops":[{"__isSmartRef__":true,"id":20544},{"__isSmartRef__":true,"id":20546},{"__isSmartRef__":true,"id":20548},{"__isSmartRef__":true,"id":20550}],"vector":{"__isSmartRef__":true,"id":20469},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"20544":{"offset":0,"color":{"__isSmartRef__":true,"id":20545}},"20545":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20546":{"offset":0.4,"color":{"__isSmartRef__":true,"id":20547}},"20547":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20548":{"offset":0.6,"color":{"__isSmartRef__":true,"id":20549}},"20549":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20550":{"offset":1,"color":{"__isSmartRef__":true,"id":20551}},"20551":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20552":{"moveHorizontal":true},"20553":{"sourceObj":{"__isSmartRef__":true,"id":20522},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":20425},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":20554},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"20554":{"source":{"__isSmartRef__":true,"id":20522},"target":{"__isSmartRef__":true,"id":20425}},"20555":{"sourceObj":{"__isSmartRef__":true,"id":20522},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":20425},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":20556},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"20556":{"source":{"__isSmartRef__":true,"id":20522},"target":{"__isSmartRef__":true,"id":20425}},"20557":{"_Position":{"__isSmartRef__":true,"id":20558},"renderContextTable":{"__isSmartRef__":true,"id":20559},"_Extent":{"__isSmartRef__":true,"id":20560},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":20561},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":20562},"_Fill":{"__isSmartRef__":true,"id":20563},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20558":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20559":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20560":{"x":542,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20561":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20562":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20563":{"stops":[{"__isSmartRef__":true,"id":20564},{"__isSmartRef__":true,"id":20566}],"vector":{"__isSmartRef__":true,"id":20568},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"20564":{"offset":0,"color":{"__isSmartRef__":true,"id":20565}},"20565":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20566":{"offset":1,"color":{"__isSmartRef__":true,"id":20567}},"20567":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20568":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20569":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"20570":{"morph":{"__isSmartRef__":true,"id":20426},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20571":{"resizeWidth":true,"adjustForNewBounds":true},"20572":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20573":{"x":542,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20574":{"submorphs":[{"__isSmartRef__":true,"id":20575},{"__isSmartRef__":true,"id":20590},{"__isSmartRef__":true,"id":20605},{"__isSmartRef__":true,"id":20621},{"__isSmartRef__":true,"id":20637},{"__isSmartRef__":true,"id":20652},{"__isSmartRef__":true,"id":20668},{"__isSmartRef__":true,"id":20684},{"__isSmartRef__":true,"id":20767},{"__isSmartRef__":true,"id":20849},{"__isSmartRef__":true,"id":20864}],"scripts":[],"shape":{"__isSmartRef__":true,"id":20880},"id":"78433FE8-7A08-4E98-8DC7-B9A1C0A2C05F","renderContextTable":{"__isSmartRef__":true,"id":20887},"eventHandler":{"__isSmartRef__":true,"id":20888},"droppingEnabled":true,"halosEnabled":true,"isLockOwner":false,"layout":{"__isSmartRef__":true,"id":20889},"attributeConnections":[],"ownerApp":{"__isSmartRef__":true,"id":20890},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Core","name":"PublishPartPanePane","doNotSerialize":[],"doNotCopyProperties":[],"priorExtent":{"__isSmartRef__":true,"id":20984},"isBeingDragged":false,"prevScroll":[0,0],"distanceToDragEvent":{"__isSmartRef__":true,"id":20985},"grabbingEnabled":false,"_Position":{"__isSmartRef__":true,"id":20986},"owner":{"__isSmartRef__":true,"id":20425},"target":{"__isSmartRef__":true,"id":18800},"derivationIds":[2888,"7CD647EF-2BB4-4CD9-9D3B-4EE7BC59ECC2","B983FB4F-9323-4304-9603-5615E93C6C42","E738FAD5-9C83-4390-B193-06C21B6E51B0"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":20987},"__LivelyClassName__":"lively.morphic.Box","withLayers":["Global.lively.morphic.GrabbingLayer"]},"20575":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":20576},"id":"961AA757-5CDC-44E0-9C54-62991F5EC304","renderContextTable":{"__isSmartRef__":true,"id":20583},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":20584}],"eventHandler":{"__isSmartRef__":true,"id":20586},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":20587},"priorExtent":{"__isSmartRef__":true,"id":20588},"_MaxTextWidth":230,"_MinTextWidth":230,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"owner":{"__isSmartRef__":true,"id":20574},"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":20589},"previousSelection":[0,9],"priorSelectionRange":[0,9],"isLockOwner":false,"name":"NameText","isCopyMorphRef":true,"morphRefId":1,"derivationIds":[2889,"9A8B5C1C-95BB-40F5-B9EF-B89DD5451B64","C49BF160-BBBE-422E-BDDC-B9A98A72ABFF","42B7E940-3BB5-4B79-B5D8-E4C8E780FF3B"],"savedTextString":"CommitMessageTest1","_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"20576":{"_Position":{"__isSmartRef__":true,"id":20577},"renderContextTable":{"__isSmartRef__":true,"id":20578},"_Extent":{"__isSmartRef__":true,"id":20579},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":20580},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":20581},"_Fill":{"__isSmartRef__":true,"id":20582},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20577":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20578":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20579":{"x":240,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20580":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20581":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20582":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20583":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"20584":{"style":{"__isSmartRef__":true,"id":20585},"chunkOwner":{"__isSmartRef__":true,"id":20575},"storedString":"MorphDiffer","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"20585":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"20586":{"morph":{"__isSmartRef__":true,"id":20575},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20587":{"x":10,"y":50,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20588":{"x":240,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20589":{"x":119,"y":-15,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20590":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":20591},"id":"1BC0971B-E251-4E24-AEEE-FD7ABD6518E8","renderContextTable":{"__isSmartRef__":true,"id":20598},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":20599}],"eventHandler":{"__isSmartRef__":true,"id":20601},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":20602},"priorExtent":{"__isSmartRef__":true,"id":20603},"_MaxTextWidth":510,"_MinTextWidth":510,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"name":"CommitMessageText","owner":{"__isSmartRef__":true,"id":20574},"distanceToDragEvent":{"__isSmartRef__":true,"id":20604},"previousSelection":[0,0],"priorSelectionRange":[4,4],"charsReplaced":"CommitMessageTest1","lastFindLoc":18,"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2890,"40048B1D-9547-4EA6-AB66-31168A1C9FAE","8A0DE790-FA6C-41C9-BA2B-84397DA3F39E","DCFEEBC9-D891-408E-A103-19356A96070F"],"savedTextString":"","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"20591":{"_Position":{"__isSmartRef__":true,"id":20592},"renderContextTable":{"__isSmartRef__":true,"id":20593},"_Extent":{"__isSmartRef__":true,"id":20594},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":20595},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":20596},"_Fill":{"__isSmartRef__":true,"id":20597},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20592":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20593":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20594":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20595":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20596":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20597":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20598":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"20599":{"style":{"__isSmartRef__":true,"id":20600},"chunkOwner":{"__isSmartRef__":true,"id":20590},"storedString":"little more lean","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"20600":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"20601":{"morph":{"__isSmartRef__":true,"id":20590},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20602":{"x":10,"y":260,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20603":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20604":{"x":351,"y":-17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20605":{"submorphs":[],"scripts":[],"id":"26434637-6A1E-4EEC-B8FF-5E3BA85F9148","shape":{"__isSmartRef__":true,"id":20606},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":20612},"_MaxTextWidth":114,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":20609},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text5","partsBinMetaInfo":{"__isSmartRef__":true,"id":20613},"textChunks":[{"__isSmartRef__":true,"id":20614}],"charsReplaced":"some text ","lastFindLoc":10,"priorSelectionRange":[0,4],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":20616},"renderContextTable":{"__isSmartRef__":true,"id":20617},"eventHandler":{"__isSmartRef__":true,"id":20618},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":20619},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","owner":{"__isSmartRef__":true,"id":20574},"_MinTextWidth":114,"_MinTextHeight":null,"previousSelection":[3,3],"distanceToDragEvent":{"__isSmartRef__":true,"id":20620},"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2891,"E101CA30-35F9-42F0-A46C-28671530C787","CE7E7640-C507-43BF-88EF-C4ACE8CCF564","F04823B9-5B0B-4CCA-B8F7-00BD8608ED16"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"20606":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":20607},"_Extent":{"__isSmartRef__":true,"id":20608},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":20609},"renderContextTable":{"__isSmartRef__":true,"id":20610},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":20611},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20607":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20608":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20609":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20610":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20611":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20612":{"x":10,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20613":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"20614":{"style":{"__isSmartRef__":true,"id":20615},"morph":{"__isSmartRef__":true,"id":20605},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":20605},"storedString":"name","__LivelyClassName__":"lively.morphic.TextChunk"},"20615":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"20616":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20617":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"20618":{"morph":{"__isSmartRef__":true,"id":20605},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20619":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20620":{"x":78,"y":-3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20621":{"submorphs":[],"scripts":[],"id":"95DD29E1-607E-48CE-850D-305D2459212B","shape":{"__isSmartRef__":true,"id":20622},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":20628},"_MaxTextWidth":250,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":20625},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text6","partsBinMetaInfo":{"__isSmartRef__":true,"id":20629},"textChunks":[{"__isSmartRef__":true,"id":20630}],"charsReplaced":"changes","lastFindLoc":7,"priorSelectionRange":[0,14],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":20632},"renderContextTable":{"__isSmartRef__":true,"id":20633},"eventHandler":{"__isSmartRef__":true,"id":20634},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":20635},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":250,"_MinTextHeight":null,"previousSelection":[0,14],"distanceToDragEvent":{"__isSmartRef__":true,"id":20636},"owner":{"__isSmartRef__":true,"id":20574},"isLockOwner":false,"derivationIds":[2892,"E5DC0070-3EA2-4212-9AA7-E3C865547E5E","809E256F-82F6-4A22-B614-DE8C08FA5970","272C0F9A-E7EF-4ECE-851D-08ACB35EA24D"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"20622":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":20623},"_Extent":{"__isSmartRef__":true,"id":20624},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":20625},"renderContextTable":{"__isSmartRef__":true,"id":20626},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":20627},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20623":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20624":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20625":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20626":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20627":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20628":{"x":10,"y":240,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20629":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"20630":{"style":{"__isSmartRef__":true,"id":20631},"morph":{"__isSmartRef__":true,"id":20621},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":20621},"storedString":"commit message","__LivelyClassName__":"lively.morphic.TextChunk"},"20631":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"20632":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20633":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"20634":{"morph":{"__isSmartRef__":true,"id":20621},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20635":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20636":{"x":174,"y":-21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20637":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":20638},"id":"E9892500-98F0-4002-B1AC-6831063BF97E","renderContextTable":{"__isSmartRef__":true,"id":20645},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":20646}],"eventHandler":{"__isSmartRef__":true,"id":20648},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":20649},"priorExtent":{"__isSmartRef__":true,"id":20650},"_MaxTextWidth":250,"_MinTextWidth":250,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"name":"CategoryText","owner":{"__isSmartRef__":true,"id":20574},"previousSelection":[0,14],"priorSelectionRange":[5,5],"charsReplaced":"CommitMessageTest1","lastFindLoc":18,"distanceToDragEvent":{"__isSmartRef__":true,"id":20651},"isLockOwner":false,"derivationIds":[2893,"FBE4B17F-DC2B-4783-899B-CF1B051F14D9","A2C45BC5-C44B-4AEA-A29E-ADE3DAF08638","640BD984-1AB2-45B8-BCEC-AB32A6199D68"],"savedTextString":"PartsBin/Basic","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"20638":{"_Position":{"__isSmartRef__":true,"id":20639},"renderContextTable":{"__isSmartRef__":true,"id":20640},"_Extent":{"__isSmartRef__":true,"id":20641},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":20642},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":20643},"_Fill":{"__isSmartRef__":true,"id":20644},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20639":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20640":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20641":{"x":260,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20642":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20643":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20644":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20645":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"20646":{"style":{"__isSmartRef__":true,"id":20647},"chunkOwner":{"__isSmartRef__":true,"id":20637},"storedString":"PartsBin/BP2012","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"20647":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"20648":{"morph":{"__isSmartRef__":true,"id":20637},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20649":{"x":270,"y":50,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20650":{"x":260,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20651":{"x":132,"y":-13,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20652":{"submorphs":[],"scripts":[],"id":"603EECE6-3FCE-491E-9B1F-5741670523C6","shape":{"__isSmartRef__":true,"id":20653},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":20659},"_MaxTextWidth":114,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":20656},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text7","partsBinMetaInfo":{"__isSmartRef__":true,"id":20660},"textChunks":[{"__isSmartRef__":true,"id":20661}],"charsReplaced":"name","lastFindLoc":4,"priorSelectionRange":[0,8],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":20663},"renderContextTable":{"__isSmartRef__":true,"id":20664},"eventHandler":{"__isSmartRef__":true,"id":20665},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":20666},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":114,"_MinTextHeight":null,"previousSelection":[2,2],"distanceToDragEvent":{"__isSmartRef__":true,"id":20667},"owner":{"__isSmartRef__":true,"id":20574},"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2894,"75F41AE1-CA7A-48D0-AE2C-7AAF6101B89C","CB87A9FB-0776-4109-BDE0-0E8C61F1626C","954BD4D6-BBF2-4D3C-94CA-21A38F66F449"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"20653":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":20654},"_Extent":{"__isSmartRef__":true,"id":20655},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":20656},"renderContextTable":{"__isSmartRef__":true,"id":20657},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":20658},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20654":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20655":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20656":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20657":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20658":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20659":{"x":270,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20660":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"20661":{"style":{"__isSmartRef__":true,"id":20662},"chunkOwner":{"__isSmartRef__":true,"id":20652},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"category","__LivelyClassName__":"lively.morphic.TextChunk"},"20662":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"20663":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20664":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"20665":{"morph":{"__isSmartRef__":true,"id":20652},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20666":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20667":{"x":87,"y":-11,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20668":{"submorphs":[],"scripts":[],"id":"C0ABD116-8DBB-4418-A251-75BAE27FBADD","shape":{"__isSmartRef__":true,"id":20669},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":20675},"_MaxTextWidth":325,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":20672},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text8","partsBinMetaInfo":{"__isSmartRef__":true,"id":20676},"textChunks":[{"__isSmartRef__":true,"id":20677}],"charsReplaced":"Publish Object in PartsBin","lastFindLoc":26,"priorSelectionRange":[0,36],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":20679},"renderContextTable":{"__isSmartRef__":true,"id":20680},"eventHandler":{"__isSmartRef__":true,"id":20681},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":20682},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":325,"_MinTextHeight":null,"previousSelection":[0,36],"distanceToDragEvent":{"__isSmartRef__":true,"id":20683},"owner":{"__isSmartRef__":true,"id":20574},"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2895,"3AFBC971-95B4-48C4-888D-22FCBB742090","D0394F71-EBB2-452A-A71F-D172D5B1CAD6","79EDAC74-BD6B-42B1-BBBA-71B07578D1E0"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"20669":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":20670},"_Extent":{"__isSmartRef__":true,"id":20671},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":20672},"renderContextTable":{"__isSmartRef__":true,"id":20673},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":20674},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20670":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20671":{"x":325,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20672":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20673":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20674":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20675":{"x":10,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20676":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"20677":{"style":{"__isSmartRef__":true,"id":20678},"chunkOwner":{"__isSmartRef__":true,"id":20668},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Upload part to the shared repository","__LivelyClassName__":"lively.morphic.TextChunk"},"20678":{"italics":"normal","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"20679":{"x":325,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20680":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"20681":{"morph":{"__isSmartRef__":true,"id":20668},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20682":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20683":{"x":221,"y":-12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20684":{"submorphs":[{"__isSmartRef__":true,"id":20685}],"scripts":[],"id":"92D8B210-48A9-434A-8659-ACD1821CE275","shape":{"__isSmartRef__":true,"id":20700},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":20704},"lighterFill":{"__isSmartRef__":true,"id":20716},"label":{"__isSmartRef__":true,"id":20685},"name":"Button","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":20725},"attributeConnections":[{"__isSmartRef__":true,"id":20726}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":20762},"renderContextTable":{"__isSmartRef__":true,"id":20763},"eventHandler":{"__isSmartRef__":true,"id":20764},"distanceToDragEvent":{"__isSmartRef__":true,"id":20765},"_Position":{"__isSmartRef__":true,"id":20766},"owner":{"__isSmartRef__":true,"id":20574},"derivationIds":[2896,"40384C75-EF01-4AAD-AA1C-A7C19EDB6A0F","21376B8E-78CF-456D-87AA-4D62D86B16D2","E9336A59-C7BF-4C91-88B0-0D0477AA75AE"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Button"},"20685":{"submorphs":[],"scripts":[],"id":"DAA214F6-9F8A-4D53-929C-CC3F8A57D170","shape":{"__isSmartRef__":true,"id":20686},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":20692},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":20693},"_Padding":{"__isSmartRef__":true,"id":20694},"owner":{"__isSmartRef__":true,"id":20684},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":20695},"textChunks":[{"__isSmartRef__":true,"id":20696}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":20698},"eventHandler":{"__isSmartRef__":true,"id":20699},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":101,"_MinTextHeight":null,"derivationIds":[2897,"92EB5E70-61BB-4A71-942C-A34A20789B2F","A9C9F9CF-1BAC-4074-A093-4EB0C3C90866","2FE50303-6361-4A70-9BD5-0D8D1C8B5176"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"20686":{"position":{"__isSmartRef__":true,"id":20687},"_Extent":{"__isSmartRef__":true,"id":20688},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":20689},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":20690},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":20691},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20687":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20688":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20689":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20690":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20691":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20692":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20693":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20694":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20695":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20696":{"style":{"__isSmartRef__":true,"id":20697},"chunkOwner":{"__isSmartRef__":true,"id":20685},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"cancel","__LivelyClassName__":"lively.morphic.TextChunk"},"20697":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"20698":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"20699":{"morph":{"__isSmartRef__":true,"id":20685},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20700":{"position":{"__isSmartRef__":true,"id":20701},"_Extent":{"__isSmartRef__":true,"id":20702},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":20703},"_Fill":{"__isSmartRef__":true,"id":20704},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":20714},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":20715},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20701":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20702":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20703":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20704":{"stops":[{"__isSmartRef__":true,"id":20705},{"__isSmartRef__":true,"id":20707},{"__isSmartRef__":true,"id":20709},{"__isSmartRef__":true,"id":20711}],"vector":{"__isSmartRef__":true,"id":20713},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"20705":{"offset":0,"color":{"__isSmartRef__":true,"id":20706}},"20706":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20707":{"offset":0.4,"color":{"__isSmartRef__":true,"id":20708}},"20708":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20709":{"offset":0.6,"color":{"__isSmartRef__":true,"id":20710}},"20710":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20711":{"offset":1,"color":{"__isSmartRef__":true,"id":20712}},"20712":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20713":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20714":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20715":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20716":{"stops":[{"__isSmartRef__":true,"id":20717},{"__isSmartRef__":true,"id":20719},{"__isSmartRef__":true,"id":20721},{"__isSmartRef__":true,"id":20723}],"vector":{"__isSmartRef__":true,"id":20713},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"20717":{"offset":0,"color":{"__isSmartRef__":true,"id":20718}},"20718":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20719":{"offset":0.4,"color":{"__isSmartRef__":true,"id":20720}},"20720":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20721":{"offset":0.6,"color":{"__isSmartRef__":true,"id":20722}},"20722":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20723":{"offset":1,"color":{"__isSmartRef__":true,"id":20724}},"20724":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20725":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"20726":{"sourceObj":{"__isSmartRef__":true,"id":20684},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":20574},"targetMethodName":"onCancel","visualConnector":{"__isSmartRef__":true,"id":20727},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"20727":{"submorphs":[{"__isSmartRef__":true,"id":20728}],"scripts":[],"shape":{"__isSmartRef__":true,"id":20743},"id":352,"renderContextTable":{"__isSmartRef__":true,"id":20750},"eventHandler":{"__isSmartRef__":true,"id":20751},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":20752},{"__isSmartRef__":true,"id":20753}],"con":{"__isSmartRef__":true,"id":20726},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":20754},"__LivelyClassName__":"lively.morphic.Path"},"20728":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":20729},"id":353,"renderContextTable":{"__isSmartRef__":true,"id":20740},"eventHandler":{"__isSmartRef__":true,"id":20741},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":20742},"owner":{"__isSmartRef__":true,"id":20727},"_Rotation":-2.716760490670451,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"20729":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":20730},{"__isSmartRef__":true,"id":20731},{"__isSmartRef__":true,"id":20732},{"__isSmartRef__":true,"id":20733}],"renderContextTable":{"__isSmartRef__":true,"id":20734},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":20735},"_Extent":{"__isSmartRef__":true,"id":20736},"_Padding":{"__isSmartRef__":true,"id":20737},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":20738},"_Fill":{"__isSmartRef__":true,"id":20739},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"20730":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"20731":{"isAbsolute":true,"x":0,"y":12,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"20732":{"isAbsolute":true,"x":16,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"20733":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"20734":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"20735":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20736":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20737":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20738":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20739":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20740":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"20741":{"morph":{"__isSmartRef__":true,"id":20728},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20742":{"x":0.5,"y":0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20743":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":20744},{"__isSmartRef__":true,"id":20745}],"renderContextTable":{"__isSmartRef__":true,"id":20746},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":20747},"_Extent":{"__isSmartRef__":true,"id":20748},"_Padding":{"__isSmartRef__":true,"id":20749},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":20738},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"20744":{"isAbsolute":true,"x":420,"y":190,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"20745":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"20746":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"20747":{"x":-0.5,"y":-0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20748":{"x":421,"y":191,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20749":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20750":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"20751":{"morph":{"__isSmartRef__":true,"id":20727},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20752":{"morph":{"__isSmartRef__":true,"id":20727},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"20753":{"morph":{"__isSmartRef__":true,"id":20727},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":20728},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"20754":{"morphMenuItems":{"__isSmartRef__":true,"id":20755}},"20755":{"varMapping":{"__isSmartRef__":true,"id":20756},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":20761},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"20756":{"this":{"__isSmartRef__":true,"id":20727},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":20757}},"20757":{"$super":{"__isSmartRef__":true,"id":20758}},"20758":{"varMapping":{"__isSmartRef__":true,"id":20759},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":20760},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"20759":{"obj":{"__isSmartRef__":true,"id":20727},"name":"morphMenuItems"},"20760":{},"20761":{},"20762":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20763":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"20764":{"morph":{"__isSmartRef__":true,"id":20684},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20765":{"x":77,"y":-5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20766":{"x":420,"y":390,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20767":{"submorphs":[{"__isSmartRef__":true,"id":20768}],"scripts":[],"id":"DE9DC760-27EF-468E-9AE2-CA768EF9291F","shape":{"__isSmartRef__":true,"id":20783},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":20787},"lighterFill":{"__isSmartRef__":true,"id":20799},"label":{"__isSmartRef__":true,"id":20768},"name":"Button1","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":20808},"attributeConnections":[{"__isSmartRef__":true,"id":20809}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":20844},"renderContextTable":{"__isSmartRef__":true,"id":20845},"eventHandler":{"__isSmartRef__":true,"id":20846},"distanceToDragEvent":{"__isSmartRef__":true,"id":20847},"_Position":{"__isSmartRef__":true,"id":20848},"owner":{"__isSmartRef__":true,"id":20574},"derivationIds":[2898,"9D27A522-4E3D-482F-97CF-3CA3247A3999","4EBF07AD-25C0-4034-BC06-31F137F70FA1","DC6D6B8E-37AE-4815-A81A-AC7071124A26"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Button"},"20768":{"submorphs":[],"scripts":[],"id":"3D95954B-A8B3-4EE1-A2AB-7E3F7E61E4EB","shape":{"__isSmartRef__":true,"id":20769},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":20775},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":20776},"_Padding":{"__isSmartRef__":true,"id":20777},"owner":{"__isSmartRef__":true,"id":20767},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":20778},"textChunks":[{"__isSmartRef__":true,"id":20779}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":20781},"eventHandler":{"__isSmartRef__":true,"id":20782},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":101,"_MinTextHeight":null,"derivationIds":[2899,"4F00D1F5-B85C-479E-BDDE-322DF2F432A3","5E7BC7AC-9EF9-4CF5-9196-A542A26534CA","46616896-CA46-4B43-B694-9FB001B32989"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"20769":{"position":{"__isSmartRef__":true,"id":20770},"_Extent":{"__isSmartRef__":true,"id":20771},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":20772},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":20773},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":20774},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20770":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20771":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20772":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20773":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20774":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20775":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20776":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20777":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20778":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20779":{"style":{"__isSmartRef__":true,"id":20780},"chunkOwner":{"__isSmartRef__":true,"id":20768},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"publish","__LivelyClassName__":"lively.morphic.TextChunk"},"20780":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"20781":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"20782":{"morph":{"__isSmartRef__":true,"id":20768},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20783":{"position":{"__isSmartRef__":true,"id":20784},"_Extent":{"__isSmartRef__":true,"id":20785},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":20786},"_Fill":{"__isSmartRef__":true,"id":20787},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":20797},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":20798},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20784":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20785":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20786":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20787":{"stops":[{"__isSmartRef__":true,"id":20788},{"__isSmartRef__":true,"id":20790},{"__isSmartRef__":true,"id":20792},{"__isSmartRef__":true,"id":20794}],"vector":{"__isSmartRef__":true,"id":20796},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"20788":{"offset":0,"color":{"__isSmartRef__":true,"id":20789}},"20789":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20790":{"offset":0.4,"color":{"__isSmartRef__":true,"id":20791}},"20791":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20792":{"offset":0.6,"color":{"__isSmartRef__":true,"id":20793}},"20793":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20794":{"offset":1,"color":{"__isSmartRef__":true,"id":20795}},"20795":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20796":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20797":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20798":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20799":{"stops":[{"__isSmartRef__":true,"id":20800},{"__isSmartRef__":true,"id":20802},{"__isSmartRef__":true,"id":20804},{"__isSmartRef__":true,"id":20806}],"vector":{"__isSmartRef__":true,"id":20796},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"20800":{"offset":0,"color":{"__isSmartRef__":true,"id":20801}},"20801":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20802":{"offset":0.4,"color":{"__isSmartRef__":true,"id":20803}},"20803":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20804":{"offset":0.6,"color":{"__isSmartRef__":true,"id":20805}},"20805":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20806":{"offset":1,"color":{"__isSmartRef__":true,"id":20807}},"20807":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20808":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"20809":{"sourceObj":{"__isSmartRef__":true,"id":20767},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":20574},"targetMethodName":"onPublish","visualConnector":{"__isSmartRef__":true,"id":20810},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"20810":{"submorphs":[{"__isSmartRef__":true,"id":20811}],"scripts":[],"shape":{"__isSmartRef__":true,"id":20825},"id":139,"renderContextTable":{"__isSmartRef__":true,"id":20832},"eventHandler":{"__isSmartRef__":true,"id":20833},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":20834},{"__isSmartRef__":true,"id":20835}],"con":{"__isSmartRef__":true,"id":20809},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":20836},"__LivelyClassName__":"lively.morphic.Path"},"20811":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":20812},"id":140,"renderContextTable":{"__isSmartRef__":true,"id":20822},"eventHandler":{"__isSmartRef__":true,"id":20823},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":20824},"owner":{"__isSmartRef__":true,"id":20810},"_Rotation":-2.5917394709132084,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"20812":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":20813},{"__isSmartRef__":true,"id":20814},{"__isSmartRef__":true,"id":20815},{"__isSmartRef__":true,"id":20816}],"renderContextTable":{"__isSmartRef__":true,"id":20817},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":20818},"_Extent":{"__isSmartRef__":true,"id":20819},"_Padding":{"__isSmartRef__":true,"id":20820},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":20738},"_Fill":{"__isSmartRef__":true,"id":20821},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"20813":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"20814":{"isAbsolute":true,"x":0,"y":12,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"20815":{"isAbsolute":true,"x":16,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"20816":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"20817":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"20818":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20819":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20820":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20821":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20822":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"20823":{"morph":{"__isSmartRef__":true,"id":20811},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20824":{"x":0.5,"y":0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20825":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":20826},{"__isSmartRef__":true,"id":20827}],"renderContextTable":{"__isSmartRef__":true,"id":20828},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":20829},"_Extent":{"__isSmartRef__":true,"id":20830},"_Padding":{"__isSmartRef__":true,"id":20831},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":20738},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"20826":{"isAbsolute":true,"x":310,"y":190,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"20827":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"20828":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"20829":{"x":-0.5,"y":-0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20830":{"x":311,"y":191,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20831":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20832":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"20833":{"morph":{"__isSmartRef__":true,"id":20810},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20834":{"morph":{"__isSmartRef__":true,"id":20810},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"20835":{"morph":{"__isSmartRef__":true,"id":20810},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":20811},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"20836":{"morphMenuItems":{"__isSmartRef__":true,"id":20837}},"20837":{"varMapping":{"__isSmartRef__":true,"id":20838},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":20843},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"20838":{"this":{"__isSmartRef__":true,"id":20810},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":20839}},"20839":{"$super":{"__isSmartRef__":true,"id":20840}},"20840":{"varMapping":{"__isSmartRef__":true,"id":20841},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":20842},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"20841":{"obj":{"__isSmartRef__":true,"id":20810},"name":"morphMenuItems"},"20842":{},"20843":{},"20844":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20845":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"20846":{"morph":{"__isSmartRef__":true,"id":20767},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20847":{"x":62,"y":-12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20848":{"x":310,"y":390,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20849":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":20850},"id":"00BC4D70-262A-4C36-A4CA-8C6687E74CF1","renderContextTable":{"__isSmartRef__":true,"id":20857},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":20858}],"eventHandler":{"__isSmartRef__":true,"id":20860},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":20861},"priorExtent":{"__isSmartRef__":true,"id":20862},"_MaxTextWidth":510,"_MinTextWidth":510,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"name":"CommentText","distanceToDragEvent":{"__isSmartRef__":true,"id":20863},"previousSelection":[139,139],"priorSelectionRange":[9,9],"charsReplaced":"CommitMessageTest1","lastFindLoc":18,"isLockOwner":false,"isBeingDragged":false,"owner":{"__isSmartRef__":true,"id":20574},"derivationIds":[2900,"7E82C349-9FC9-48B5-B84C-30E99FC40DF2","A07EAFD3-B03B-4E4C-BC72-FB29F65F543A","888FB55C-0365-4B40-A9B4-33FD19FA1E91"],"savedTextString":"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"20850":{"_Position":{"__isSmartRef__":true,"id":20851},"renderContextTable":{"__isSmartRef__":true,"id":20852},"_Extent":{"__isSmartRef__":true,"id":20853},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":20854},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":20855},"_Fill":{"__isSmartRef__":true,"id":20856},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20851":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20852":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20853":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20854":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20855":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20856":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20857":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"20858":{"style":{"__isSmartRef__":true,"id":20859},"chunkOwner":{"__isSmartRef__":true,"id":20849},"storedString":"Used to diff a version of a morph with the current version in PartsBin","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"20859":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"20860":{"morph":{"__isSmartRef__":true,"id":20849},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20861":{"x":10,"y":110,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20862":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20863":{"x":346,"y":-16,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20864":{"submorphs":[],"scripts":[],"id":"385FD0CA-E5B0-4718-A692-21F773B663EC","shape":{"__isSmartRef__":true,"id":20865},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":20871},"_MaxTextWidth":250,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":20868},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text9","partsBinMetaInfo":{"__isSmartRef__":true,"id":20872},"textChunks":[{"__isSmartRef__":true,"id":20873}],"charsReplaced":"commit message","lastFindLoc":14,"priorSelectionRange":[0,14],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":20875},"renderContextTable":{"__isSmartRef__":true,"id":20876},"eventHandler":{"__isSmartRef__":true,"id":20877},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":20878},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":250,"_MinTextHeight":null,"previousSelection":[0,6],"distanceToDragEvent":{"__isSmartRef__":true,"id":20879},"isLockOwner":false,"owner":{"__isSmartRef__":true,"id":20574},"derivationIds":[2901,"8E267E15-1052-4F9C-B863-B733384EF1DA","851C46B4-347F-4AE4-9C04-C321E7CC8EA5","D33CE057-77D6-4CCC-90F9-867C622B3572"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"20865":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":20866},"_Extent":{"__isSmartRef__":true,"id":20867},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":20868},"renderContextTable":{"__isSmartRef__":true,"id":20869},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":20870},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20866":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20867":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20868":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20869":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20870":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20871":{"x":10,"y":90,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20872":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"20873":{"style":{"__isSmartRef__":true,"id":20874},"morph":{"__isSmartRef__":true,"id":20864},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":20864},"storedString":"comment","__LivelyClassName__":"lively.morphic.TextChunk"},"20874":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"20875":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20876":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"20877":{"morph":{"__isSmartRef__":true,"id":20864},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20878":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20879":{"x":163,"y":-17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20880":{"_Position":{"__isSmartRef__":true,"id":20881},"renderContextTable":{"__isSmartRef__":true,"id":20882},"_Extent":{"__isSmartRef__":true,"id":20883},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":20884},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":20885},"_Fill":{"__isSmartRef__":true,"id":20886},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20881":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20882":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20883":{"x":540,"y":420,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20884":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20885":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20886":{"r":0.8235294117647058,"g":0.8235294117647058,"b":0.8235294117647058,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20887":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"20888":{"morph":{"__isSmartRef__":true,"id":20574},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20889":{"adjustForNewBounds":true,"resizeWidth":true,"resizeHeight":true},"20890":{"message":"Please enter a name for the part","attributeConnections":[{"__isSmartRef__":true,"id":20891}],"doNotSerialize":["$$result"],"doNotCopyProperties":["$$result"],"defaultInput":"CommitMessageTest1","panel":{"__isSmartRef__":true,"id":20574},"label":{"__isSmartRef__":true,"id":20892},"cancelButton":{"__isSmartRef__":true,"id":20904},"okButton":{"__isSmartRef__":true,"id":20950},"inputText":{"__isSmartRef__":true,"id":20575},"view":{"__isSmartRef__":true,"id":20574},"__SourceModuleName__":"Global.lively.morphic.Widgets","result":"CommitMessageTest1","__LivelyClassName__":"lively.morphic.PromptDialog"},"20891":{"sourceObj":{"__isSmartRef__":true,"id":20890},"sourceAttrName":"result","targetObj":{"__isSmartRef__":true,"id":20890},"targetMethodName":"triggerCallback","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"20892":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":20893},"id":3220,"renderContextTable":{"__isSmartRef__":true,"id":20898},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":20899}],"eventHandler":{"__isSmartRef__":true,"id":20901},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":false,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":20902},"priorExtent":{"__isSmartRef__":true,"id":20903},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":null,"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"isCopyMorphRef":true,"morphRefId":1,"__LivelyClassName__":"lively.morphic.Text"},"20893":{"_Position":{"__isSmartRef__":true,"id":20894},"renderContextTable":{"__isSmartRef__":true,"id":20895},"_Extent":{"__isSmartRef__":true,"id":20896},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":20580},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":20581},"_Fill":{"__isSmartRef__":true,"id":20897},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20894":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20895":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20896":{"x":226,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20897":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20898":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"20899":{"style":{"__isSmartRef__":true,"id":20900},"chunkOwner":{"__isSmartRef__":true,"id":20892},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"20900":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"20901":{"morph":{"__isSmartRef__":true,"id":20892},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20902":{"x":4,"y":4,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20903":{"x":226,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20904":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":20905},"id":6793,"renderContextTable":{"__isSmartRef__":true,"id":20921},"eventHandler":{"__isSmartRef__":true,"id":20922},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":20923},"priorExtent":{"__isSmartRef__":true,"id":20924},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":20911},"lighterFill":{"__isSmartRef__":true,"id":20925},"label":{"__isSmartRef__":true,"id":20934},"layout":{"__isSmartRef__":true,"id":20946},"owner":null,"attributeConnections":[{"__isSmartRef__":true,"id":20947},{"__isSmartRef__":true,"id":20948}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","isCopyMorphRef":true,"morphRefId":1,"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Button"},"20905":{"_Position":{"__isSmartRef__":true,"id":20906},"renderContextTable":{"__isSmartRef__":true,"id":20907},"_Extent":{"__isSmartRef__":true,"id":20908},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":20909},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":20910},"_Fill":{"__isSmartRef__":true,"id":20911},"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20906":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20907":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20908":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20909":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20910":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20911":{"stops":[{"__isSmartRef__":true,"id":20912},{"__isSmartRef__":true,"id":20914},{"__isSmartRef__":true,"id":20916},{"__isSmartRef__":true,"id":20918}],"vector":{"__isSmartRef__":true,"id":20920},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"20912":{"offset":0,"color":{"__isSmartRef__":true,"id":20913}},"20913":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20914":{"offset":0.4,"color":{"__isSmartRef__":true,"id":20915}},"20915":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20916":{"offset":0.6,"color":{"__isSmartRef__":true,"id":20917}},"20917":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20918":{"offset":1,"color":{"__isSmartRef__":true,"id":20919}},"20919":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20920":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20921":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"20922":{"morph":{"__isSmartRef__":true,"id":20904},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20923":{"x":478,"y":187,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20924":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20925":{"stops":[{"__isSmartRef__":true,"id":20926},{"__isSmartRef__":true,"id":20928},{"__isSmartRef__":true,"id":20930},{"__isSmartRef__":true,"id":20932}],"vector":{"__isSmartRef__":true,"id":20920},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"20926":{"offset":0,"color":{"__isSmartRef__":true,"id":20927}},"20927":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20928":{"offset":0.4,"color":{"__isSmartRef__":true,"id":20929}},"20929":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20930":{"offset":0.6,"color":{"__isSmartRef__":true,"id":20931}},"20931":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20932":{"offset":1,"color":{"__isSmartRef__":true,"id":20933}},"20933":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20934":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":20935},"id":6794,"renderContextTable":{"__isSmartRef__":true,"id":20940},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":20941}],"eventHandler":{"__isSmartRef__":true,"id":20943},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":20944},"priorExtent":{"__isSmartRef__":true,"id":20945},"_MaxTextWidth":60,"_MinTextWidth":60,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":null,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Text"},"20935":{"_Position":{"__isSmartRef__":true,"id":20936},"renderContextTable":{"__isSmartRef__":true,"id":20937},"_Extent":{"__isSmartRef__":true,"id":20938},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":20939},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":20581},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20936":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20937":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20938":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20939":{"x":0,"y":6,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20940":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"20941":{"style":{"__isSmartRef__":true,"id":20942},"chunkOwner":{"__isSmartRef__":true,"id":20934},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"20942":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"20943":{"morph":{"__isSmartRef__":true,"id":20934},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20944":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20945":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20946":{"moveVertical":true,"moveHorizontal":true},"20947":{"sourceObj":{"__isSmartRef__":true,"id":20904},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":20890},"targetMethodName":"removeTopLevel","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"20948":{"sourceObj":{"__isSmartRef__":true,"id":20904},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":20890},"targetMethodName":"result","converter":null,"converterString":"function () { return null }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":20949},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"20949":{"source":{"__isSmartRef__":true,"id":20904},"target":{"__isSmartRef__":true,"id":20890}},"20950":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":20951},"id":6795,"renderContextTable":{"__isSmartRef__":true,"id":20956},"eventHandler":{"__isSmartRef__":true,"id":20957},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":20958},"priorExtent":{"__isSmartRef__":true,"id":20959},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":20911},"lighterFill":{"__isSmartRef__":true,"id":20960},"label":{"__isSmartRef__":true,"id":20969},"layout":{"__isSmartRef__":true,"id":20981},"owner":null,"attributeConnections":[{"__isSmartRef__":true,"id":20982},{"__isSmartRef__":true,"id":20983}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","isCopyMorphRef":true,"morphRefId":2,"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Button"},"20951":{"_Position":{"__isSmartRef__":true,"id":20952},"renderContextTable":{"__isSmartRef__":true,"id":20953},"_Extent":{"__isSmartRef__":true,"id":20954},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":20955},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":20910},"_Fill":{"__isSmartRef__":true,"id":20911},"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20952":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20953":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20954":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20955":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20956":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"20957":{"morph":{"__isSmartRef__":true,"id":20950},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20958":{"x":414,"y":187,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20959":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20960":{"stops":[{"__isSmartRef__":true,"id":20961},{"__isSmartRef__":true,"id":20963},{"__isSmartRef__":true,"id":20965},{"__isSmartRef__":true,"id":20967}],"vector":{"__isSmartRef__":true,"id":20920},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"20961":{"offset":0,"color":{"__isSmartRef__":true,"id":20962}},"20962":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20963":{"offset":0.4,"color":{"__isSmartRef__":true,"id":20964}},"20964":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20965":{"offset":0.6,"color":{"__isSmartRef__":true,"id":20966}},"20966":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20967":{"offset":1,"color":{"__isSmartRef__":true,"id":20968}},"20968":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"20969":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":20970},"id":6796,"renderContextTable":{"__isSmartRef__":true,"id":20975},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":20976}],"eventHandler":{"__isSmartRef__":true,"id":20978},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":20979},"priorExtent":{"__isSmartRef__":true,"id":20980},"_MaxTextWidth":60,"_MinTextWidth":60,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":null,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Text"},"20970":{"_Position":{"__isSmartRef__":true,"id":20971},"renderContextTable":{"__isSmartRef__":true,"id":20972},"_Extent":{"__isSmartRef__":true,"id":20973},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":20974},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":20581},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"20971":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20972":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"20973":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20974":{"x":0,"y":6,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"20975":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"20976":{"style":{"__isSmartRef__":true,"id":20977},"chunkOwner":{"__isSmartRef__":true,"id":20969},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"20977":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"20978":{"morph":{"__isSmartRef__":true,"id":20969},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"20979":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20980":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20981":{"moveVertical":true,"moveHorizontal":true},"20982":{"sourceObj":{"__isSmartRef__":true,"id":20950},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":20890},"targetMethodName":"removeTopLevel","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"20983":{"sourceObj":{"__isSmartRef__":true,"id":20950},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":20575},"targetMethodName":"doSave","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"20984":{"x":540,"y":420,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20985":{"x":365,"y":-16,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20986":{"x":0,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"20987":{"copyToPartsBin":{"__isSmartRef__":true,"id":20988},"onPublish":{"__isSmartRef__":true,"id":20996},"onCancel":{"__isSmartRef__":true,"id":21000},"setTarget":{"__isSmartRef__":true,"id":21004},"reset":{"__isSmartRef__":true,"id":21008}},"20988":{"varMapping":{"__isSmartRef__":true,"id":20989},"source":"function copyToPartsBin(morph) {\n var name = this.get('NameText').textString\n\n var info = morph.getPartsBinMetaInfo();\n morph.setName(name);\n\n info.partsSpaceName = this.get('CategoryText').textString\n info.comment = this.get('CommentText').textString\n\n if (! info.changes) info.changes = [];\n var change = { \n date: new Date(), \n author: this.world().getUserName(), \n message: this.get('CommitMessageText').textString,\n id: Strings.newUUID()\n }\n info.changes.push(change) \n\n morph.copyToPartsBin();\n}","funcProperties":{"__isSmartRef__":true,"id":20994},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"20989":{"this":{"__isSmartRef__":true,"id":20574},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":20990}},"20990":{"$super":{"__isSmartRef__":true,"id":20991}},"20991":{"varMapping":{"__isSmartRef__":true,"id":20992},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":20993},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"20992":{"obj":{"__isSmartRef__":true,"id":20574},"name":"copyToPartsBin"},"20993":{},"20994":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":20995}},"20995":{"isSerializedDate":true,"string":"Fri Oct 28 2011 15:13:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"20996":{"varMapping":{"__isSmartRef__":true,"id":20997},"source":"function onPublish() {\n if (!this.target) alert(\"No target to upload\");\n this.copyToPartsBin(this.target);\n connect(this.target, 'headRevision', this.owner, 'remove')\n}","funcProperties":{"__isSmartRef__":true,"id":20998},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"20997":{"this":{"__isSmartRef__":true,"id":20574}},"20998":{"timestamp":{"__isSmartRef__":true,"id":20999},"user":"undefined","tags":[]},"20999":{"isSerializedDate":true,"string":"Tue Mar 20 2012 12:59:48 GMT+0100 (Mitteleuropäische Zeit)"},"21000":{"varMapping":{"__isSmartRef__":true,"id":21001},"source":"function onCancel() {\n alertOK(\"cancel upload \") \n this.owner.remove()\n}","funcProperties":{"__isSmartRef__":true,"id":21002},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"21001":{"this":{"__isSmartRef__":true,"id":20574}},"21002":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":21003}},"21003":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:52:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"21004":{"varMapping":{"__isSmartRef__":true,"id":21005},"source":"function setTarget(morph) {\n this.target = morph \n if (!morph) {\n this.get('NameText').textString = '';\n this.get('CategoryText').textString = '';\n this.get('CommentText').textString = ''; \n this.get('CommitMessageText').textString = '' \n return\n }\n var info = this.target.getPartsBinMetaInfo();\n this.get('NameText').textString = info.partName || morph.getName();\n this.get('CategoryText').textString = info.partsSpaceName;\n this.get('CommentText').textString = info.comment; \n this.get('CommitMessageText').textString = '' \n\n}","funcProperties":{"__isSmartRef__":true,"id":21006},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"21005":{"this":{"__isSmartRef__":true,"id":20574}},"21006":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":21007}},"21007":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:46:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"21008":{"varMapping":{"__isSmartRef__":true,"id":21009},"source":"function reset() {\n this.setTarget(null)\n \n}","funcProperties":{"__isSmartRef__":true,"id":21010},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"21009":{"this":{"__isSmartRef__":true,"id":20574}},"21010":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":21011}},"21011":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:45:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"21012":{"renderContextTable":{"__isSmartRef__":true,"id":21013},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":21014},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":21015},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21013":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21014":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21015":{"x":542,"y":242,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21016":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"21017":{"morph":{"__isSmartRef__":true,"id":20425},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21018":{"adjustForNewBounds":true},"21019":{"x":542,"y":242,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21020":{"x":0,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21021":{"x":1005,"y":321,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21022":{"partName":"PublishPartDialog","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/BP2012","__SourceModuleName__":"Global.lively.PartsBin","comment":"A dialog for publishing parts in the PartsBin.","changes":[{"__isSmartRef__":true,"id":21023},{"__isSmartRef__":true,"id":21025},{"__isSmartRef__":true,"id":21027},{"__isSmartRef__":true,"id":21029},{"__isSmartRef__":true,"id":21031},{"__isSmartRef__":true,"id":21033},{"__isSmartRef__":true,"id":21035}],"revisionOnLoad":146804,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"21023":{"date":{"__isSmartRef__":true,"id":21024},"author":"undefined","message":"init for change - don't remove on click","id":"00A6DFFB-70D2-44A4-B5F9-0778E1CA5724"},"21024":{"isSerializedDate":true,"string":"Tue Mar 20 2012 12:04:27 GMT+0100 (Mitteleuropäische Zeit)"},"21025":{"date":{"__isSmartRef__":true,"id":21026},"author":"jenslincke","message":"- fixed issue 283 (Reproduction: Open part, select publish from menu, focus part name input field in dialog, press enter.-> window pane disappears; window decoration stays; part is not published)","id":"1A260BD5-E668-4BD4-B7A2-94E087AB4CE1"},"21026":{"isSerializedDate":true,"string":"Thu Jan 26 2012 12:10:41 GMT+0100 (Mitteleuropäische Zeit)"},"21027":{"date":{"__isSmartRef__":true,"id":21028},"author":"jenslincke","message":""},"21028":{"isSerializedDate":true,"string":"Fri Oct 28 2011 16:06:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"21029":{"date":{"__isSmartRef__":true,"id":21030},"author":"jenslincke","message":"store an uuid when publishing an object"},"21030":{"isSerializedDate":true,"string":"Fri Oct 28 2011 15:15:02 GMT+0200 (Mitteleuropäische Sommerzeit)"},"21031":{"date":{"__isSmartRef__":true,"id":21032},"author":"jenslincke","message":""},"21032":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:52:26 GMT+0200 (Mitteleuropäische Sommerzeit)"},"21033":{"date":{"__isSmartRef__":true,"id":21034},"author":"jenslincke","message":"first commit of Publish dialog using the publish dialog itself!"},"21034":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:54:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"21035":{"date":{"__isSmartRef__":true,"id":21036},"author":"undefined","message":"","id":"A5F4EACF-EF62-483F-B8B3-65966A895FA4"},"21036":{"isSerializedDate":true,"string":"Tue Mar 20 2012 13:00:03 GMT+0100 (Mitteleuropäische Zeit)"},"21037":{"x":766.5,"y":307,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21038":{"sourceObj":{"__isSmartRef__":true,"id":18800},"sourceAttrName":"headRevision","targetObj":{"__isSmartRef__":true,"id":21039},"targetMethodName":"remove","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"21039":{"submorphs":[{"__isSmartRef__":true,"id":21040},{"__isSmartRef__":true,"id":21188}],"scripts":[],"shape":{"__isSmartRef__":true,"id":21626},"id":"25C8F164-E5A9-4970-B3E8-DC93C88EA310","renderContextTable":{"__isSmartRef__":true,"id":21630},"eventHandler":{"__isSmartRef__":true,"id":21631},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":21632},"LK2":true,"priorExtent":{"__isSmartRef__":true,"id":21633},"targetMorph":{"__isSmartRef__":true,"id":21188},"titleBar":{"__isSmartRef__":true,"id":21040},"contentOffset":{"__isSmartRef__":true,"id":21634},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"highlighted":true,"prevDragPos":{"__isSmartRef__":true,"id":21635},"isBeingDragged":false,"showsHalos":false,"name":"PublishPartDialog","partsBinMetaInfo":{"__isSmartRef__":true,"id":21636},"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"_Position":{"__isSmartRef__":true,"id":21651},"isCopyMorphRef":true,"morphRefId":12,"derivationIds":[2879,"91414FD8-3775-435F-96A6-39E0CB891CD7","9CB574CD-94E3-465A-B85C-91F97E070BC3","C9D390C2-399F-44AF-A316-A4A117E5F7B6"],"moved":true,"_Rotation":0,"_Scale":1,"owner":null,"state":"shutdown","__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"21040":{"submorphs":[{"__isSmartRef__":true,"id":21041},{"__isSmartRef__":true,"id":21055},{"__isSmartRef__":true,"id":21102},{"__isSmartRef__":true,"id":21136}],"scripts":[],"shape":{"__isSmartRef__":true,"id":21171},"id":"BADF5EDB-741D-404E-9ECD-F18037D49248","renderContextTable":{"__isSmartRef__":true,"id":21183},"eventHandler":{"__isSmartRef__":true,"id":21184},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":21185},"_Position":{"__isSmartRef__":true,"id":21186},"windowMorph":{"__isSmartRef__":true,"id":21039},"label":{"__isSmartRef__":true,"id":21041},"closeButton":{"__isSmartRef__":true,"id":21055},"menuButton":{"__isSmartRef__":true,"id":21102},"collapseButton":{"__isSmartRef__":true,"id":21136},"priorExtent":{"__isSmartRef__":true,"id":21187},"owner":{"__isSmartRef__":true,"id":21039},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2880,"108B5871-F6C8-4442-82D1-F8776D2C85A2","503529CB-0F23-4456-8597-CD5E86CF03F0","4FB4914E-E245-4D67-BE3B-63091E2C8C95"],"_Scale":1,"__LivelyClassName__":"lively.morphic.TitleBar"},"21041":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":21042},"id":"B8AA1A98-6FBA-489D-9A63-EE811801E460","renderContextTable":{"__isSmartRef__":true,"id":21048},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":21049}],"eventHandler":{"__isSmartRef__":true,"id":21051},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":21052},"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":21040},"priorExtent":{"__isSmartRef__":true,"id":21053},"_MaxTextWidth":483,"_MinTextWidth":483,"_MaxTextHeight":null,"_MinTextHeight":null,"_Position":{"__isSmartRef__":true,"id":21054},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2881,"A06A709C-AD42-48D0-A66A-9C21EA4F4E66","EE1A345D-476E-4E22-BE89-E59A0C11001B","90634CE5-77D0-4064-961C-4CBADE59C6F8"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"21042":{"_Position":{"__isSmartRef__":true,"id":21043},"renderContextTable":{"__isSmartRef__":true,"id":21044},"_Extent":{"__isSmartRef__":true,"id":21045},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":21046},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":21047},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21043":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21044":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21045":{"x":483,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21046":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21047":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21048":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"21049":{"style":{"__isSmartRef__":true,"id":21050},"chunkOwner":{"__isSmartRef__":true,"id":21041},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Publish in PartsBin","__LivelyClassName__":"lively.morphic.TextChunk"},"21050":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"21051":{"morph":{"__isSmartRef__":true,"id":21041},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21052":{"resizeWidth":true},"21053":{"x":483,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21054":{"x":20,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21055":{"submorphs":[{"__isSmartRef__":true,"id":21056}],"scripts":[],"shape":{"__isSmartRef__":true,"id":21068},"id":"F260D564-B84C-49E0-A52E-CB4494591DDB","renderContextTable":{"__isSmartRef__":true,"id":21084},"eventHandler":{"__isSmartRef__":true,"id":21085},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":21086},"priorExtent":{"__isSmartRef__":true,"id":21087},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":21074},"lighterFill":{"__isSmartRef__":true,"id":21088},"label":{"__isSmartRef__":true,"id":21056},"owner":{"__isSmartRef__":true,"id":21040},"layout":{"__isSmartRef__":true,"id":21097},"attributeConnections":[{"__isSmartRef__":true,"id":21098},{"__isSmartRef__":true,"id":21100}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","prevScroll":[0,0],"derivationIds":[2882,"6FF08B49-B1B5-4E12-8CE8-DF895115627D","7F48C6F9-BB0C-405E-991B-410F179F7FE6","8405D63F-4E07-4FE8-9008-DD8AE000B5C8"],"_Scale":1,"__LivelyClassName__":"lively.morphic.WindowControl"},"21056":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":21057},"id":"D1BC4C7F-17F4-452A-870A-6E1397CEBCB6","renderContextTable":{"__isSmartRef__":true,"id":21062},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":21063}],"eventHandler":{"__isSmartRef__":true,"id":21065},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":21066},"priorExtent":{"__isSmartRef__":true,"id":21067},"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":21055},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2883,"9FBA502B-65B1-4FF2-A0A6-9951E3C50B9C","9F297DAE-65AA-45A3-AFAE-BD35F359E24A","75386CDF-09C9-47F2-8762-F737A49FD645"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"21057":{"_Position":{"__isSmartRef__":true,"id":21058},"renderContextTable":{"__isSmartRef__":true,"id":21059},"_Extent":{"__isSmartRef__":true,"id":21060},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":21061},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":21047},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21058":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21059":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21060":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21061":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21062":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"21063":{"style":{"__isSmartRef__":true,"id":21064},"chunkOwner":{"__isSmartRef__":true,"id":21056},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk"},"21064":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"21065":{"morph":{"__isSmartRef__":true,"id":21056},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21066":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21067":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21068":{"_Position":{"__isSmartRef__":true,"id":21069},"renderContextTable":{"__isSmartRef__":true,"id":21070},"_Extent":{"__isSmartRef__":true,"id":21071},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":21072},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":21073},"_Fill":{"__isSmartRef__":true,"id":21074},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21069":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21070":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21071":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21072":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21073":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21074":{"stops":[{"__isSmartRef__":true,"id":21075},{"__isSmartRef__":true,"id":21077},{"__isSmartRef__":true,"id":21079},{"__isSmartRef__":true,"id":21081}],"vector":{"__isSmartRef__":true,"id":21083},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"21075":{"offset":0,"color":{"__isSmartRef__":true,"id":21076}},"21076":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21077":{"offset":0.4,"color":{"__isSmartRef__":true,"id":21078}},"21078":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21079":{"offset":0.6,"color":{"__isSmartRef__":true,"id":21080}},"21080":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21081":{"offset":1,"color":{"__isSmartRef__":true,"id":21082}},"21082":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21083":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21084":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"21085":{"morph":{"__isSmartRef__":true,"id":21055},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21086":{"x":522,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21087":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21088":{"stops":[{"__isSmartRef__":true,"id":21089},{"__isSmartRef__":true,"id":21091},{"__isSmartRef__":true,"id":21093},{"__isSmartRef__":true,"id":21095}],"vector":{"__isSmartRef__":true,"id":21083},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"21089":{"offset":0,"color":{"__isSmartRef__":true,"id":21090}},"21090":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21091":{"offset":0.4,"color":{"__isSmartRef__":true,"id":21092}},"21092":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21093":{"offset":0.6,"color":{"__isSmartRef__":true,"id":21094}},"21094":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21095":{"offset":1,"color":{"__isSmartRef__":true,"id":21096}},"21096":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21097":{"moveHorizontal":true},"21098":{"sourceObj":{"__isSmartRef__":true,"id":21055},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":21039},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":21099},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"21099":{"source":{"__isSmartRef__":true,"id":21055},"target":{"__isSmartRef__":true,"id":21039}},"21100":{"sourceObj":{"__isSmartRef__":true,"id":21055},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":21039},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":21101},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"21101":{"source":{"__isSmartRef__":true,"id":21055},"target":{"__isSmartRef__":true,"id":21039}},"21102":{"submorphs":[{"__isSmartRef__":true,"id":21103}],"scripts":[],"shape":{"__isSmartRef__":true,"id":21114},"id":"89ECBFBD-69AE-404A-9269-8A28610FF862","renderContextTable":{"__isSmartRef__":true,"id":21119},"eventHandler":{"__isSmartRef__":true,"id":21120},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":21121},"priorExtent":{"__isSmartRef__":true,"id":21122},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":21074},"lighterFill":{"__isSmartRef__":true,"id":21123},"label":{"__isSmartRef__":true,"id":21103},"owner":{"__isSmartRef__":true,"id":21040},"attributeConnections":[{"__isSmartRef__":true,"id":21132},{"__isSmartRef__":true,"id":21134}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","derivationIds":[2884,"64F20257-1A1D-4B3E-97C4-BC5D1F1E14B5","A377FFCE-0FDC-41B6-BD34-D9F0507B57DA","7334352E-B497-4F10-8C06-FBE36AA778C7"],"_Scale":1,"__LivelyClassName__":"lively.morphic.WindowControl"},"21103":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":21104},"id":"21EDDE8A-77DA-45A5-9A46-C752E9F88EB6","renderContextTable":{"__isSmartRef__":true,"id":21108},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":21109}],"eventHandler":{"__isSmartRef__":true,"id":21111},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":21112},"priorExtent":{"__isSmartRef__":true,"id":21113},"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":21102},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[2885,"EC48B50E-CD5B-46FB-BF78-484373EED980","59F8AF9B-799B-413B-86B2-BFD03A4B2559","F8293A60-E9DB-40E3-B202-D547939F8A8D"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"21104":{"_Position":{"__isSmartRef__":true,"id":21105},"renderContextTable":{"__isSmartRef__":true,"id":21106},"_Extent":{"__isSmartRef__":true,"id":21107},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":21061},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":21047},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21105":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21106":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21107":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21108":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"21109":{"style":{"__isSmartRef__":true,"id":21110},"chunkOwner":{"__isSmartRef__":true,"id":21103},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk"},"21110":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"21111":{"morph":{"__isSmartRef__":true,"id":21103},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21112":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21113":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21114":{"_Position":{"__isSmartRef__":true,"id":21115},"renderContextTable":{"__isSmartRef__":true,"id":21116},"_Extent":{"__isSmartRef__":true,"id":21117},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":21118},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":21073},"_Fill":{"__isSmartRef__":true,"id":21074},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21115":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21116":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21117":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21118":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21119":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"21120":{"morph":{"__isSmartRef__":true,"id":21102},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21121":{"x":3,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21122":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21123":{"stops":[{"__isSmartRef__":true,"id":21124},{"__isSmartRef__":true,"id":21126},{"__isSmartRef__":true,"id":21128},{"__isSmartRef__":true,"id":21130}],"vector":{"__isSmartRef__":true,"id":21083},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"21124":{"offset":0,"color":{"__isSmartRef__":true,"id":21125}},"21125":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21126":{"offset":0.4,"color":{"__isSmartRef__":true,"id":21127}},"21127":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21128":{"offset":0.6,"color":{"__isSmartRef__":true,"id":21129}},"21129":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21130":{"offset":1,"color":{"__isSmartRef__":true,"id":21131}},"21131":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21132":{"sourceObj":{"__isSmartRef__":true,"id":21102},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":21039},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":21133},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"21133":{"source":{"__isSmartRef__":true,"id":21102},"target":{"__isSmartRef__":true,"id":21039}},"21134":{"sourceObj":{"__isSmartRef__":true,"id":21102},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":21039},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":21135},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"21135":{"source":{"__isSmartRef__":true,"id":21102},"target":{"__isSmartRef__":true,"id":21039}},"21136":{"submorphs":[{"__isSmartRef__":true,"id":21137}],"scripts":[],"shape":{"__isSmartRef__":true,"id":21148},"id":"3CC2E450-EC7A-4DB4-82CD-A4EEC71C4F37","renderContextTable":{"__isSmartRef__":true,"id":21153},"eventHandler":{"__isSmartRef__":true,"id":21154},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":21155},"priorExtent":{"__isSmartRef__":true,"id":21156},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":21074},"lighterFill":{"__isSmartRef__":true,"id":21157},"label":{"__isSmartRef__":true,"id":21137},"owner":{"__isSmartRef__":true,"id":21040},"layout":{"__isSmartRef__":true,"id":21166},"attributeConnections":[{"__isSmartRef__":true,"id":21167},{"__isSmartRef__":true,"id":21169}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","prevScroll":[0,0],"derivationIds":[2886,"9FC4F0BE-916D-456B-AEC7-E6C1AC6040CA","A0A4775F-7F2F-4563-840D-CAA5CB435D75","C87D3EB9-4C3B-4230-9794-F5B71B528C74"],"_Scale":1,"__LivelyClassName__":"lively.morphic.WindowControl"},"21137":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":21138},"id":"4D065503-9A98-4121-84F0-63FDA03EA604","renderContextTable":{"__isSmartRef__":true,"id":21142},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":21143}],"eventHandler":{"__isSmartRef__":true,"id":21145},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":21146},"priorExtent":{"__isSmartRef__":true,"id":21147},"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":21136},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2887,"42347453-BADB-4DB0-9486-C479B704CD7C","B0BBE9B3-B5DD-4E4F-A1AA-1C03BB1BFF4E","8AE3BC44-F336-420E-A2E9-BBA0DC6A3D72"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"21138":{"_Position":{"__isSmartRef__":true,"id":21139},"renderContextTable":{"__isSmartRef__":true,"id":21140},"_Extent":{"__isSmartRef__":true,"id":21141},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":21061},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":21047},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21139":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21140":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21141":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21142":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"21143":{"style":{"__isSmartRef__":true,"id":21144},"chunkOwner":{"__isSmartRef__":true,"id":21137},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk"},"21144":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"21145":{"morph":{"__isSmartRef__":true,"id":21137},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21146":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21147":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21148":{"_Position":{"__isSmartRef__":true,"id":21149},"renderContextTable":{"__isSmartRef__":true,"id":21150},"_Extent":{"__isSmartRef__":true,"id":21151},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":21152},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":21073},"_Fill":{"__isSmartRef__":true,"id":21074},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21149":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21150":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21151":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21152":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21153":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"21154":{"morph":{"__isSmartRef__":true,"id":21136},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21155":{"x":503,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21156":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21157":{"stops":[{"__isSmartRef__":true,"id":21158},{"__isSmartRef__":true,"id":21160},{"__isSmartRef__":true,"id":21162},{"__isSmartRef__":true,"id":21164}],"vector":{"__isSmartRef__":true,"id":21083},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"21158":{"offset":0,"color":{"__isSmartRef__":true,"id":21159}},"21159":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21160":{"offset":0.4,"color":{"__isSmartRef__":true,"id":21161}},"21161":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21162":{"offset":0.6,"color":{"__isSmartRef__":true,"id":21163}},"21163":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21164":{"offset":1,"color":{"__isSmartRef__":true,"id":21165}},"21165":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21166":{"moveHorizontal":true},"21167":{"sourceObj":{"__isSmartRef__":true,"id":21136},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":21039},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":21168},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"21168":{"source":{"__isSmartRef__":true,"id":21136},"target":{"__isSmartRef__":true,"id":21039}},"21169":{"sourceObj":{"__isSmartRef__":true,"id":21136},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":21039},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":21170},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"21170":{"source":{"__isSmartRef__":true,"id":21136},"target":{"__isSmartRef__":true,"id":21039}},"21171":{"_Position":{"__isSmartRef__":true,"id":21172},"renderContextTable":{"__isSmartRef__":true,"id":21173},"_Extent":{"__isSmartRef__":true,"id":21174},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":21175},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":21176},"_Fill":{"__isSmartRef__":true,"id":21177},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21172":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21173":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21174":{"x":542,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21175":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21176":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21177":{"stops":[{"__isSmartRef__":true,"id":21178},{"__isSmartRef__":true,"id":21180}],"vector":{"__isSmartRef__":true,"id":21182},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"21178":{"offset":0,"color":{"__isSmartRef__":true,"id":21179}},"21179":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21180":{"offset":1,"color":{"__isSmartRef__":true,"id":21181}},"21181":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21182":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21183":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"21184":{"morph":{"__isSmartRef__":true,"id":21040},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21185":{"resizeWidth":true,"adjustForNewBounds":true},"21186":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21187":{"x":542,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21188":{"submorphs":[{"__isSmartRef__":true,"id":21189},{"__isSmartRef__":true,"id":21204},{"__isSmartRef__":true,"id":21219},{"__isSmartRef__":true,"id":21235},{"__isSmartRef__":true,"id":21251},{"__isSmartRef__":true,"id":21266},{"__isSmartRef__":true,"id":21282},{"__isSmartRef__":true,"id":21298},{"__isSmartRef__":true,"id":21381},{"__isSmartRef__":true,"id":21463},{"__isSmartRef__":true,"id":21478}],"scripts":[],"shape":{"__isSmartRef__":true,"id":21494},"id":"962E85E2-DF31-4EDA-803D-5AD2262B08F8","renderContextTable":{"__isSmartRef__":true,"id":21501},"eventHandler":{"__isSmartRef__":true,"id":21502},"droppingEnabled":true,"halosEnabled":true,"isLockOwner":false,"layout":{"__isSmartRef__":true,"id":21503},"attributeConnections":[],"ownerApp":{"__isSmartRef__":true,"id":21504},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Core","name":"PublishPartPanePane","doNotSerialize":[],"doNotCopyProperties":[],"priorExtent":{"__isSmartRef__":true,"id":21598},"isBeingDragged":false,"prevScroll":[0,0],"distanceToDragEvent":{"__isSmartRef__":true,"id":21599},"grabbingEnabled":false,"_Position":{"__isSmartRef__":true,"id":21600},"owner":{"__isSmartRef__":true,"id":21039},"target":{"__isSmartRef__":true,"id":18800},"derivationIds":[2888,"7CD647EF-2BB4-4CD9-9D3B-4EE7BC59ECC2","B983FB4F-9323-4304-9603-5615E93C6C42","E738FAD5-9C83-4390-B193-06C21B6E51B0"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":21601},"__LivelyClassName__":"lively.morphic.Box","withLayers":["Global.lively.morphic.GrabbingLayer"]},"21189":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":21190},"id":"D2510802-ECD1-462E-B4A0-FA48ED17DEF5","renderContextTable":{"__isSmartRef__":true,"id":21197},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":21198}],"eventHandler":{"__isSmartRef__":true,"id":21200},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":21201},"priorExtent":{"__isSmartRef__":true,"id":21202},"_MaxTextWidth":230,"_MinTextWidth":230,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"owner":{"__isSmartRef__":true,"id":21188},"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":21203},"previousSelection":[0,9],"priorSelectionRange":[0,9],"isLockOwner":false,"name":"NameText","isCopyMorphRef":true,"morphRefId":1,"derivationIds":[2889,"9A8B5C1C-95BB-40F5-B9EF-B89DD5451B64","C49BF160-BBBE-422E-BDDC-B9A98A72ABFF","42B7E940-3BB5-4B79-B5D8-E4C8E780FF3B"],"savedTextString":"CommitMessageTest1","_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"21190":{"_Position":{"__isSmartRef__":true,"id":21191},"renderContextTable":{"__isSmartRef__":true,"id":21192},"_Extent":{"__isSmartRef__":true,"id":21193},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":21194},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":21195},"_Fill":{"__isSmartRef__":true,"id":21196},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21191":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21192":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21193":{"x":240,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21194":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21195":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21196":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21197":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"21198":{"style":{"__isSmartRef__":true,"id":21199},"chunkOwner":{"__isSmartRef__":true,"id":21189},"storedString":"MorphDiffer","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"21199":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"21200":{"morph":{"__isSmartRef__":true,"id":21189},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21201":{"x":10,"y":50,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21202":{"x":240,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21203":{"x":119,"y":-15,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21204":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":21205},"id":"95B75D22-4165-471D-9D91-CDDAAAC5CDA6","renderContextTable":{"__isSmartRef__":true,"id":21212},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":21213}],"eventHandler":{"__isSmartRef__":true,"id":21215},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":21216},"priorExtent":{"__isSmartRef__":true,"id":21217},"_MaxTextWidth":510,"_MinTextWidth":510,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"name":"CommitMessageText","owner":{"__isSmartRef__":true,"id":21188},"distanceToDragEvent":{"__isSmartRef__":true,"id":21218},"previousSelection":[0,15],"priorSelectionRange":[0,0],"charsReplaced":"CommitMessageTest1","lastFindLoc":18,"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2890,"40048B1D-9547-4EA6-AB66-31168A1C9FAE","8A0DE790-FA6C-41C9-BA2B-84397DA3F39E","DCFEEBC9-D891-408E-A103-19356A96070F"],"savedTextString":"","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"21205":{"_Position":{"__isSmartRef__":true,"id":21206},"renderContextTable":{"__isSmartRef__":true,"id":21207},"_Extent":{"__isSmartRef__":true,"id":21208},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":21209},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":21210},"_Fill":{"__isSmartRef__":true,"id":21211},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21206":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21207":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21208":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21209":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21210":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21211":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21212":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"21213":{"style":{"__isSmartRef__":true,"id":21214},"chunkOwner":{"__isSmartRef__":true,"id":21204},"storedString":"test","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"21214":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"21215":{"morph":{"__isSmartRef__":true,"id":21204},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21216":{"x":10,"y":260,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21217":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21218":{"x":351,"y":-17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21219":{"submorphs":[],"scripts":[],"id":"D59D1B52-A85A-4112-AE46-49B27ED0AE17","shape":{"__isSmartRef__":true,"id":21220},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":21226},"_MaxTextWidth":114,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":21223},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text5","partsBinMetaInfo":{"__isSmartRef__":true,"id":21227},"textChunks":[{"__isSmartRef__":true,"id":21228}],"charsReplaced":"some text ","lastFindLoc":10,"priorSelectionRange":[0,4],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":21230},"renderContextTable":{"__isSmartRef__":true,"id":21231},"eventHandler":{"__isSmartRef__":true,"id":21232},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":21233},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","owner":{"__isSmartRef__":true,"id":21188},"_MinTextWidth":114,"_MinTextHeight":null,"previousSelection":[3,3],"distanceToDragEvent":{"__isSmartRef__":true,"id":21234},"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2891,"E101CA30-35F9-42F0-A46C-28671530C787","CE7E7640-C507-43BF-88EF-C4ACE8CCF564","F04823B9-5B0B-4CCA-B8F7-00BD8608ED16"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"21220":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":21221},"_Extent":{"__isSmartRef__":true,"id":21222},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":21223},"renderContextTable":{"__isSmartRef__":true,"id":21224},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":21225},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21221":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21222":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21223":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21224":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21225":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21226":{"x":10,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21227":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"21228":{"style":{"__isSmartRef__":true,"id":21229},"morph":{"__isSmartRef__":true,"id":21219},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":21219},"storedString":"name","__LivelyClassName__":"lively.morphic.TextChunk"},"21229":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"21230":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21231":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"21232":{"morph":{"__isSmartRef__":true,"id":21219},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21233":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21234":{"x":78,"y":-3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21235":{"submorphs":[],"scripts":[],"id":"9B32A8EC-9ECB-4420-9547-160FCEDAA535","shape":{"__isSmartRef__":true,"id":21236},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":21242},"_MaxTextWidth":250,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":21239},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text6","partsBinMetaInfo":{"__isSmartRef__":true,"id":21243},"textChunks":[{"__isSmartRef__":true,"id":21244}],"charsReplaced":"changes","lastFindLoc":7,"priorSelectionRange":[0,14],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":21246},"renderContextTable":{"__isSmartRef__":true,"id":21247},"eventHandler":{"__isSmartRef__":true,"id":21248},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":21249},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":250,"_MinTextHeight":null,"previousSelection":[0,14],"distanceToDragEvent":{"__isSmartRef__":true,"id":21250},"owner":{"__isSmartRef__":true,"id":21188},"isLockOwner":false,"derivationIds":[2892,"E5DC0070-3EA2-4212-9AA7-E3C865547E5E","809E256F-82F6-4A22-B614-DE8C08FA5970","272C0F9A-E7EF-4ECE-851D-08ACB35EA24D"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"21236":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":21237},"_Extent":{"__isSmartRef__":true,"id":21238},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":21239},"renderContextTable":{"__isSmartRef__":true,"id":21240},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":21241},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21237":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21238":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21239":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21240":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21241":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21242":{"x":10,"y":240,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21243":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"21244":{"style":{"__isSmartRef__":true,"id":21245},"morph":{"__isSmartRef__":true,"id":21235},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":21235},"storedString":"commit message","__LivelyClassName__":"lively.morphic.TextChunk"},"21245":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"21246":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21247":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"21248":{"morph":{"__isSmartRef__":true,"id":21235},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21249":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21250":{"x":174,"y":-21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21251":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":21252},"id":"0A2C9273-6AB6-47B7-8C67-717001AD8641","renderContextTable":{"__isSmartRef__":true,"id":21259},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":21260}],"eventHandler":{"__isSmartRef__":true,"id":21262},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":21263},"priorExtent":{"__isSmartRef__":true,"id":21264},"_MaxTextWidth":250,"_MinTextWidth":250,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"name":"CategoryText","owner":{"__isSmartRef__":true,"id":21188},"previousSelection":[0,14],"priorSelectionRange":[5,5],"charsReplaced":"CommitMessageTest1","lastFindLoc":18,"distanceToDragEvent":{"__isSmartRef__":true,"id":21265},"isLockOwner":false,"derivationIds":[2893,"FBE4B17F-DC2B-4783-899B-CF1B051F14D9","A2C45BC5-C44B-4AEA-A29E-ADE3DAF08638","640BD984-1AB2-45B8-BCEC-AB32A6199D68"],"savedTextString":"PartsBin/Basic","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"21252":{"_Position":{"__isSmartRef__":true,"id":21253},"renderContextTable":{"__isSmartRef__":true,"id":21254},"_Extent":{"__isSmartRef__":true,"id":21255},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":21256},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":21257},"_Fill":{"__isSmartRef__":true,"id":21258},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21253":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21254":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21255":{"x":260,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21256":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21257":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21258":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21259":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"21260":{"style":{"__isSmartRef__":true,"id":21261},"chunkOwner":{"__isSmartRef__":true,"id":21251},"storedString":"PartsBin/BP2012","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"21261":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"21262":{"morph":{"__isSmartRef__":true,"id":21251},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21263":{"x":270,"y":50,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21264":{"x":260,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21265":{"x":132,"y":-13,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21266":{"submorphs":[],"scripts":[],"id":"A978D180-8B91-434A-9D1D-9CB5F34B880C","shape":{"__isSmartRef__":true,"id":21267},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":21273},"_MaxTextWidth":114,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":21270},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text7","partsBinMetaInfo":{"__isSmartRef__":true,"id":21274},"textChunks":[{"__isSmartRef__":true,"id":21275}],"charsReplaced":"name","lastFindLoc":4,"priorSelectionRange":[0,8],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":21277},"renderContextTable":{"__isSmartRef__":true,"id":21278},"eventHandler":{"__isSmartRef__":true,"id":21279},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":21280},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":114,"_MinTextHeight":null,"previousSelection":[2,2],"distanceToDragEvent":{"__isSmartRef__":true,"id":21281},"owner":{"__isSmartRef__":true,"id":21188},"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2894,"75F41AE1-CA7A-48D0-AE2C-7AAF6101B89C","CB87A9FB-0776-4109-BDE0-0E8C61F1626C","954BD4D6-BBF2-4D3C-94CA-21A38F66F449"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"21267":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":21268},"_Extent":{"__isSmartRef__":true,"id":21269},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":21270},"renderContextTable":{"__isSmartRef__":true,"id":21271},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":21272},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21268":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21269":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21270":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21271":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21272":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21273":{"x":270,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21274":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"21275":{"style":{"__isSmartRef__":true,"id":21276},"chunkOwner":{"__isSmartRef__":true,"id":21266},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"category","__LivelyClassName__":"lively.morphic.TextChunk"},"21276":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"21277":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21278":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"21279":{"morph":{"__isSmartRef__":true,"id":21266},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21280":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21281":{"x":87,"y":-11,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21282":{"submorphs":[],"scripts":[],"id":"0B66AAE2-4F12-435C-9BCC-6F3A999CD7B9","shape":{"__isSmartRef__":true,"id":21283},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":21289},"_MaxTextWidth":325,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":21286},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text8","partsBinMetaInfo":{"__isSmartRef__":true,"id":21290},"textChunks":[{"__isSmartRef__":true,"id":21291}],"charsReplaced":"Publish Object in PartsBin","lastFindLoc":26,"priorSelectionRange":[0,36],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":21293},"renderContextTable":{"__isSmartRef__":true,"id":21294},"eventHandler":{"__isSmartRef__":true,"id":21295},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":21296},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":325,"_MinTextHeight":null,"previousSelection":[0,36],"distanceToDragEvent":{"__isSmartRef__":true,"id":21297},"owner":{"__isSmartRef__":true,"id":21188},"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2895,"3AFBC971-95B4-48C4-888D-22FCBB742090","D0394F71-EBB2-452A-A71F-D172D5B1CAD6","79EDAC74-BD6B-42B1-BBBA-71B07578D1E0"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"21283":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":21284},"_Extent":{"__isSmartRef__":true,"id":21285},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":21286},"renderContextTable":{"__isSmartRef__":true,"id":21287},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":21288},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21284":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21285":{"x":325,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21286":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21287":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21288":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21289":{"x":10,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21290":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"21291":{"style":{"__isSmartRef__":true,"id":21292},"chunkOwner":{"__isSmartRef__":true,"id":21282},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Upload part to the shared repository","__LivelyClassName__":"lively.morphic.TextChunk"},"21292":{"italics":"normal","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"21293":{"x":325,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21294":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"21295":{"morph":{"__isSmartRef__":true,"id":21282},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21296":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21297":{"x":221,"y":-12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21298":{"submorphs":[{"__isSmartRef__":true,"id":21299}],"scripts":[],"id":"9EF1A9BB-F60A-4922-9524-890BC848A070","shape":{"__isSmartRef__":true,"id":21314},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":21318},"lighterFill":{"__isSmartRef__":true,"id":21330},"label":{"__isSmartRef__":true,"id":21299},"name":"Button","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":21339},"attributeConnections":[{"__isSmartRef__":true,"id":21340}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":21376},"renderContextTable":{"__isSmartRef__":true,"id":21377},"eventHandler":{"__isSmartRef__":true,"id":21378},"distanceToDragEvent":{"__isSmartRef__":true,"id":21379},"_Position":{"__isSmartRef__":true,"id":21380},"owner":{"__isSmartRef__":true,"id":21188},"derivationIds":[2896,"40384C75-EF01-4AAD-AA1C-A7C19EDB6A0F","21376B8E-78CF-456D-87AA-4D62D86B16D2","E9336A59-C7BF-4C91-88B0-0D0477AA75AE"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Button"},"21299":{"submorphs":[],"scripts":[],"id":"C0340D6F-9029-406D-A1F8-C7ACF353C2AD","shape":{"__isSmartRef__":true,"id":21300},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":21306},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":21307},"_Padding":{"__isSmartRef__":true,"id":21308},"owner":{"__isSmartRef__":true,"id":21298},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":21309},"textChunks":[{"__isSmartRef__":true,"id":21310}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":21312},"eventHandler":{"__isSmartRef__":true,"id":21313},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":101,"_MinTextHeight":null,"derivationIds":[2897,"92EB5E70-61BB-4A71-942C-A34A20789B2F","A9C9F9CF-1BAC-4074-A093-4EB0C3C90866","2FE50303-6361-4A70-9BD5-0D8D1C8B5176"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"21300":{"position":{"__isSmartRef__":true,"id":21301},"_Extent":{"__isSmartRef__":true,"id":21302},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":21303},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":21304},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":21305},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21301":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21302":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21303":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21304":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21305":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21306":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21307":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21308":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21309":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21310":{"style":{"__isSmartRef__":true,"id":21311},"chunkOwner":{"__isSmartRef__":true,"id":21299},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"cancel","__LivelyClassName__":"lively.morphic.TextChunk"},"21311":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"21312":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"21313":{"morph":{"__isSmartRef__":true,"id":21299},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21314":{"position":{"__isSmartRef__":true,"id":21315},"_Extent":{"__isSmartRef__":true,"id":21316},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":21317},"_Fill":{"__isSmartRef__":true,"id":21318},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":21328},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":21329},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21315":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21316":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21317":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21318":{"stops":[{"__isSmartRef__":true,"id":21319},{"__isSmartRef__":true,"id":21321},{"__isSmartRef__":true,"id":21323},{"__isSmartRef__":true,"id":21325}],"vector":{"__isSmartRef__":true,"id":21327},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"21319":{"offset":0,"color":{"__isSmartRef__":true,"id":21320}},"21320":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21321":{"offset":0.4,"color":{"__isSmartRef__":true,"id":21322}},"21322":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21323":{"offset":0.6,"color":{"__isSmartRef__":true,"id":21324}},"21324":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21325":{"offset":1,"color":{"__isSmartRef__":true,"id":21326}},"21326":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21327":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21328":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21329":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21330":{"stops":[{"__isSmartRef__":true,"id":21331},{"__isSmartRef__":true,"id":21333},{"__isSmartRef__":true,"id":21335},{"__isSmartRef__":true,"id":21337}],"vector":{"__isSmartRef__":true,"id":21327},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"21331":{"offset":0,"color":{"__isSmartRef__":true,"id":21332}},"21332":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21333":{"offset":0.4,"color":{"__isSmartRef__":true,"id":21334}},"21334":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21335":{"offset":0.6,"color":{"__isSmartRef__":true,"id":21336}},"21336":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21337":{"offset":1,"color":{"__isSmartRef__":true,"id":21338}},"21338":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21339":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"21340":{"sourceObj":{"__isSmartRef__":true,"id":21298},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":21188},"targetMethodName":"onCancel","visualConnector":{"__isSmartRef__":true,"id":21341},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"21341":{"submorphs":[{"__isSmartRef__":true,"id":21342}],"scripts":[],"shape":{"__isSmartRef__":true,"id":21357},"id":352,"renderContextTable":{"__isSmartRef__":true,"id":21364},"eventHandler":{"__isSmartRef__":true,"id":21365},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":21366},{"__isSmartRef__":true,"id":21367}],"con":{"__isSmartRef__":true,"id":21340},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":21368},"__LivelyClassName__":"lively.morphic.Path"},"21342":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":21343},"id":353,"renderContextTable":{"__isSmartRef__":true,"id":21354},"eventHandler":{"__isSmartRef__":true,"id":21355},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":21356},"owner":{"__isSmartRef__":true,"id":21341},"_Rotation":-2.716760490670451,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"21343":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":21344},{"__isSmartRef__":true,"id":21345},{"__isSmartRef__":true,"id":21346},{"__isSmartRef__":true,"id":21347}],"renderContextTable":{"__isSmartRef__":true,"id":21348},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":21349},"_Extent":{"__isSmartRef__":true,"id":21350},"_Padding":{"__isSmartRef__":true,"id":21351},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":21352},"_Fill":{"__isSmartRef__":true,"id":21353},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"21344":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"21345":{"isAbsolute":true,"x":0,"y":12,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"21346":{"isAbsolute":true,"x":16,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"21347":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"21348":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"21349":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21350":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21351":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21352":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21353":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21354":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"21355":{"morph":{"__isSmartRef__":true,"id":21342},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21356":{"x":0.5,"y":0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21357":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":21358},{"__isSmartRef__":true,"id":21359}],"renderContextTable":{"__isSmartRef__":true,"id":21360},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":21361},"_Extent":{"__isSmartRef__":true,"id":21362},"_Padding":{"__isSmartRef__":true,"id":21363},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":21352},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"21358":{"isAbsolute":true,"x":420,"y":190,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"21359":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"21360":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"21361":{"x":-0.5,"y":-0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21362":{"x":421,"y":191,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21363":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21364":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"21365":{"morph":{"__isSmartRef__":true,"id":21341},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21366":{"morph":{"__isSmartRef__":true,"id":21341},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"21367":{"morph":{"__isSmartRef__":true,"id":21341},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":21342},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"21368":{"morphMenuItems":{"__isSmartRef__":true,"id":21369}},"21369":{"varMapping":{"__isSmartRef__":true,"id":21370},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":21375},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"21370":{"this":{"__isSmartRef__":true,"id":21341},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":21371}},"21371":{"$super":{"__isSmartRef__":true,"id":21372}},"21372":{"varMapping":{"__isSmartRef__":true,"id":21373},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":21374},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"21373":{"obj":{"__isSmartRef__":true,"id":21341},"name":"morphMenuItems"},"21374":{},"21375":{},"21376":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21377":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"21378":{"morph":{"__isSmartRef__":true,"id":21298},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21379":{"x":77,"y":-5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21380":{"x":420,"y":390,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21381":{"submorphs":[{"__isSmartRef__":true,"id":21382}],"scripts":[],"id":"84339646-5FE5-424B-B6B5-AC79A6BB5022","shape":{"__isSmartRef__":true,"id":21397},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":21401},"lighterFill":{"__isSmartRef__":true,"id":21413},"label":{"__isSmartRef__":true,"id":21382},"name":"Button1","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":21422},"attributeConnections":[{"__isSmartRef__":true,"id":21423}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":21458},"renderContextTable":{"__isSmartRef__":true,"id":21459},"eventHandler":{"__isSmartRef__":true,"id":21460},"distanceToDragEvent":{"__isSmartRef__":true,"id":21461},"_Position":{"__isSmartRef__":true,"id":21462},"owner":{"__isSmartRef__":true,"id":21188},"derivationIds":[2898,"9D27A522-4E3D-482F-97CF-3CA3247A3999","4EBF07AD-25C0-4034-BC06-31F137F70FA1","DC6D6B8E-37AE-4815-A81A-AC7071124A26"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Button"},"21382":{"submorphs":[],"scripts":[],"id":"4A434AE0-607E-4DFC-9EC1-8DF5DD62557B","shape":{"__isSmartRef__":true,"id":21383},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":21389},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":21390},"_Padding":{"__isSmartRef__":true,"id":21391},"owner":{"__isSmartRef__":true,"id":21381},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":21392},"textChunks":[{"__isSmartRef__":true,"id":21393}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":21395},"eventHandler":{"__isSmartRef__":true,"id":21396},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":101,"_MinTextHeight":null,"derivationIds":[2899,"4F00D1F5-B85C-479E-BDDE-322DF2F432A3","5E7BC7AC-9EF9-4CF5-9196-A542A26534CA","46616896-CA46-4B43-B694-9FB001B32989"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"21383":{"position":{"__isSmartRef__":true,"id":21384},"_Extent":{"__isSmartRef__":true,"id":21385},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":21386},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":21387},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":21388},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21384":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21385":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21386":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21387":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21388":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21389":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21390":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21391":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21392":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21393":{"style":{"__isSmartRef__":true,"id":21394},"chunkOwner":{"__isSmartRef__":true,"id":21382},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"publish","__LivelyClassName__":"lively.morphic.TextChunk"},"21394":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"21395":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"21396":{"morph":{"__isSmartRef__":true,"id":21382},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21397":{"position":{"__isSmartRef__":true,"id":21398},"_Extent":{"__isSmartRef__":true,"id":21399},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":21400},"_Fill":{"__isSmartRef__":true,"id":21401},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":21411},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":21412},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21398":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21399":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21400":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21401":{"stops":[{"__isSmartRef__":true,"id":21402},{"__isSmartRef__":true,"id":21404},{"__isSmartRef__":true,"id":21406},{"__isSmartRef__":true,"id":21408}],"vector":{"__isSmartRef__":true,"id":21410},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"21402":{"offset":0,"color":{"__isSmartRef__":true,"id":21403}},"21403":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21404":{"offset":0.4,"color":{"__isSmartRef__":true,"id":21405}},"21405":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21406":{"offset":0.6,"color":{"__isSmartRef__":true,"id":21407}},"21407":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21408":{"offset":1,"color":{"__isSmartRef__":true,"id":21409}},"21409":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21410":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21411":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21412":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21413":{"stops":[{"__isSmartRef__":true,"id":21414},{"__isSmartRef__":true,"id":21416},{"__isSmartRef__":true,"id":21418},{"__isSmartRef__":true,"id":21420}],"vector":{"__isSmartRef__":true,"id":21410},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"21414":{"offset":0,"color":{"__isSmartRef__":true,"id":21415}},"21415":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21416":{"offset":0.4,"color":{"__isSmartRef__":true,"id":21417}},"21417":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21418":{"offset":0.6,"color":{"__isSmartRef__":true,"id":21419}},"21419":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21420":{"offset":1,"color":{"__isSmartRef__":true,"id":21421}},"21421":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21422":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"21423":{"sourceObj":{"__isSmartRef__":true,"id":21381},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":21188},"targetMethodName":"onPublish","visualConnector":{"__isSmartRef__":true,"id":21424},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"21424":{"submorphs":[{"__isSmartRef__":true,"id":21425}],"scripts":[],"shape":{"__isSmartRef__":true,"id":21439},"id":139,"renderContextTable":{"__isSmartRef__":true,"id":21446},"eventHandler":{"__isSmartRef__":true,"id":21447},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":21448},{"__isSmartRef__":true,"id":21449}],"con":{"__isSmartRef__":true,"id":21423},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":21450},"__LivelyClassName__":"lively.morphic.Path"},"21425":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":21426},"id":140,"renderContextTable":{"__isSmartRef__":true,"id":21436},"eventHandler":{"__isSmartRef__":true,"id":21437},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":21438},"owner":{"__isSmartRef__":true,"id":21424},"_Rotation":-2.5917394709132084,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"21426":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":21427},{"__isSmartRef__":true,"id":21428},{"__isSmartRef__":true,"id":21429},{"__isSmartRef__":true,"id":21430}],"renderContextTable":{"__isSmartRef__":true,"id":21431},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":21432},"_Extent":{"__isSmartRef__":true,"id":21433},"_Padding":{"__isSmartRef__":true,"id":21434},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":21352},"_Fill":{"__isSmartRef__":true,"id":21435},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"21427":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"21428":{"isAbsolute":true,"x":0,"y":12,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"21429":{"isAbsolute":true,"x":16,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"21430":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"21431":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"21432":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21433":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21434":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21435":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21436":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"21437":{"morph":{"__isSmartRef__":true,"id":21425},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21438":{"x":0.5,"y":0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21439":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":21440},{"__isSmartRef__":true,"id":21441}],"renderContextTable":{"__isSmartRef__":true,"id":21442},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":21443},"_Extent":{"__isSmartRef__":true,"id":21444},"_Padding":{"__isSmartRef__":true,"id":21445},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":21352},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"21440":{"isAbsolute":true,"x":310,"y":190,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"21441":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"21442":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"21443":{"x":-0.5,"y":-0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21444":{"x":311,"y":191,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21445":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21446":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"21447":{"morph":{"__isSmartRef__":true,"id":21424},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21448":{"morph":{"__isSmartRef__":true,"id":21424},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"21449":{"morph":{"__isSmartRef__":true,"id":21424},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":21425},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"21450":{"morphMenuItems":{"__isSmartRef__":true,"id":21451}},"21451":{"varMapping":{"__isSmartRef__":true,"id":21452},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":21457},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"21452":{"this":{"__isSmartRef__":true,"id":21424},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":21453}},"21453":{"$super":{"__isSmartRef__":true,"id":21454}},"21454":{"varMapping":{"__isSmartRef__":true,"id":21455},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":21456},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"21455":{"obj":{"__isSmartRef__":true,"id":21424},"name":"morphMenuItems"},"21456":{},"21457":{},"21458":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21459":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"21460":{"morph":{"__isSmartRef__":true,"id":21381},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21461":{"x":62,"y":-12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21462":{"x":310,"y":390,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21463":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":21464},"id":"08F6CBBD-0029-4516-A660-9B90FFEE60DF","renderContextTable":{"__isSmartRef__":true,"id":21471},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":21472}],"eventHandler":{"__isSmartRef__":true,"id":21474},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":21475},"priorExtent":{"__isSmartRef__":true,"id":21476},"_MaxTextWidth":510,"_MinTextWidth":510,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"name":"CommentText","distanceToDragEvent":{"__isSmartRef__":true,"id":21477},"previousSelection":[139,139],"priorSelectionRange":[9,9],"charsReplaced":"CommitMessageTest1","lastFindLoc":18,"isLockOwner":false,"isBeingDragged":false,"owner":{"__isSmartRef__":true,"id":21188},"derivationIds":[2900,"7E82C349-9FC9-48B5-B84C-30E99FC40DF2","A07EAFD3-B03B-4E4C-BC72-FB29F65F543A","888FB55C-0365-4B40-A9B4-33FD19FA1E91"],"savedTextString":"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"21464":{"_Position":{"__isSmartRef__":true,"id":21465},"renderContextTable":{"__isSmartRef__":true,"id":21466},"_Extent":{"__isSmartRef__":true,"id":21467},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":21468},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":21469},"_Fill":{"__isSmartRef__":true,"id":21470},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21465":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21466":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21467":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21468":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21469":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21470":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21471":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"21472":{"style":{"__isSmartRef__":true,"id":21473},"chunkOwner":{"__isSmartRef__":true,"id":21463},"storedString":"Used to diff a version of a morph with the current version in PartsBin","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"21473":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"21474":{"morph":{"__isSmartRef__":true,"id":21463},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21475":{"x":10,"y":110,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21476":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21477":{"x":346,"y":-16,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21478":{"submorphs":[],"scripts":[],"id":"0FA9648D-E3D3-4DA2-89AB-62610E389BC7","shape":{"__isSmartRef__":true,"id":21479},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":21485},"_MaxTextWidth":250,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":21482},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text9","partsBinMetaInfo":{"__isSmartRef__":true,"id":21486},"textChunks":[{"__isSmartRef__":true,"id":21487}],"charsReplaced":"commit message","lastFindLoc":14,"priorSelectionRange":[0,14],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":21489},"renderContextTable":{"__isSmartRef__":true,"id":21490},"eventHandler":{"__isSmartRef__":true,"id":21491},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":21492},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":250,"_MinTextHeight":null,"previousSelection":[0,6],"distanceToDragEvent":{"__isSmartRef__":true,"id":21493},"isLockOwner":false,"owner":{"__isSmartRef__":true,"id":21188},"derivationIds":[2901,"8E267E15-1052-4F9C-B863-B733384EF1DA","851C46B4-347F-4AE4-9C04-C321E7CC8EA5","D33CE057-77D6-4CCC-90F9-867C622B3572"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"21479":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":21480},"_Extent":{"__isSmartRef__":true,"id":21481},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":21482},"renderContextTable":{"__isSmartRef__":true,"id":21483},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":21484},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21480":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21481":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21482":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21483":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21484":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21485":{"x":10,"y":90,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21486":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"21487":{"style":{"__isSmartRef__":true,"id":21488},"morph":{"__isSmartRef__":true,"id":21478},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":21478},"storedString":"comment","__LivelyClassName__":"lively.morphic.TextChunk"},"21488":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"21489":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21490":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"21491":{"morph":{"__isSmartRef__":true,"id":21478},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21492":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21493":{"x":163,"y":-17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21494":{"_Position":{"__isSmartRef__":true,"id":21495},"renderContextTable":{"__isSmartRef__":true,"id":21496},"_Extent":{"__isSmartRef__":true,"id":21497},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":21498},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":21499},"_Fill":{"__isSmartRef__":true,"id":21500},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21495":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21496":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21497":{"x":540,"y":420,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21498":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21499":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21500":{"r":0.8235294117647058,"g":0.8235294117647058,"b":0.8235294117647058,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21501":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"21502":{"morph":{"__isSmartRef__":true,"id":21188},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21503":{"adjustForNewBounds":true,"resizeWidth":true,"resizeHeight":true},"21504":{"message":"Please enter a name for the part","attributeConnections":[{"__isSmartRef__":true,"id":21505}],"doNotSerialize":["$$result"],"doNotCopyProperties":["$$result"],"defaultInput":"CommitMessageTest1","panel":{"__isSmartRef__":true,"id":21188},"label":{"__isSmartRef__":true,"id":21506},"cancelButton":{"__isSmartRef__":true,"id":21518},"okButton":{"__isSmartRef__":true,"id":21564},"inputText":{"__isSmartRef__":true,"id":21189},"view":{"__isSmartRef__":true,"id":21188},"__SourceModuleName__":"Global.lively.morphic.Widgets","result":"CommitMessageTest1","__LivelyClassName__":"lively.morphic.PromptDialog"},"21505":{"sourceObj":{"__isSmartRef__":true,"id":21504},"sourceAttrName":"result","targetObj":{"__isSmartRef__":true,"id":21504},"targetMethodName":"triggerCallback","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"21506":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":21507},"id":3220,"renderContextTable":{"__isSmartRef__":true,"id":21512},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":21513}],"eventHandler":{"__isSmartRef__":true,"id":21515},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":false,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":21516},"priorExtent":{"__isSmartRef__":true,"id":21517},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":null,"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"isCopyMorphRef":true,"morphRefId":1,"__LivelyClassName__":"lively.morphic.Text"},"21507":{"_Position":{"__isSmartRef__":true,"id":21508},"renderContextTable":{"__isSmartRef__":true,"id":21509},"_Extent":{"__isSmartRef__":true,"id":21510},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":21194},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":21195},"_Fill":{"__isSmartRef__":true,"id":21511},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21508":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21509":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21510":{"x":226,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21511":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21512":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"21513":{"style":{"__isSmartRef__":true,"id":21514},"chunkOwner":{"__isSmartRef__":true,"id":21506},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"21514":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"21515":{"morph":{"__isSmartRef__":true,"id":21506},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21516":{"x":4,"y":4,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21517":{"x":226,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21518":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":21519},"id":6793,"renderContextTable":{"__isSmartRef__":true,"id":21535},"eventHandler":{"__isSmartRef__":true,"id":21536},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":21537},"priorExtent":{"__isSmartRef__":true,"id":21538},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":21525},"lighterFill":{"__isSmartRef__":true,"id":21539},"label":{"__isSmartRef__":true,"id":21548},"layout":{"__isSmartRef__":true,"id":21560},"owner":null,"attributeConnections":[{"__isSmartRef__":true,"id":21561},{"__isSmartRef__":true,"id":21562}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","isCopyMorphRef":true,"morphRefId":1,"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Button"},"21519":{"_Position":{"__isSmartRef__":true,"id":21520},"renderContextTable":{"__isSmartRef__":true,"id":21521},"_Extent":{"__isSmartRef__":true,"id":21522},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":21523},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":21524},"_Fill":{"__isSmartRef__":true,"id":21525},"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21520":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21521":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21522":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21523":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21524":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21525":{"stops":[{"__isSmartRef__":true,"id":21526},{"__isSmartRef__":true,"id":21528},{"__isSmartRef__":true,"id":21530},{"__isSmartRef__":true,"id":21532}],"vector":{"__isSmartRef__":true,"id":21534},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"21526":{"offset":0,"color":{"__isSmartRef__":true,"id":21527}},"21527":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21528":{"offset":0.4,"color":{"__isSmartRef__":true,"id":21529}},"21529":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21530":{"offset":0.6,"color":{"__isSmartRef__":true,"id":21531}},"21531":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21532":{"offset":1,"color":{"__isSmartRef__":true,"id":21533}},"21533":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21534":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21535":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"21536":{"morph":{"__isSmartRef__":true,"id":21518},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21537":{"x":478,"y":187,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21538":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21539":{"stops":[{"__isSmartRef__":true,"id":21540},{"__isSmartRef__":true,"id":21542},{"__isSmartRef__":true,"id":21544},{"__isSmartRef__":true,"id":21546}],"vector":{"__isSmartRef__":true,"id":21534},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"21540":{"offset":0,"color":{"__isSmartRef__":true,"id":21541}},"21541":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21542":{"offset":0.4,"color":{"__isSmartRef__":true,"id":21543}},"21543":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21544":{"offset":0.6,"color":{"__isSmartRef__":true,"id":21545}},"21545":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21546":{"offset":1,"color":{"__isSmartRef__":true,"id":21547}},"21547":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21548":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":21549},"id":6794,"renderContextTable":{"__isSmartRef__":true,"id":21554},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":21555}],"eventHandler":{"__isSmartRef__":true,"id":21557},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":21558},"priorExtent":{"__isSmartRef__":true,"id":21559},"_MaxTextWidth":60,"_MinTextWidth":60,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":null,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Text"},"21549":{"_Position":{"__isSmartRef__":true,"id":21550},"renderContextTable":{"__isSmartRef__":true,"id":21551},"_Extent":{"__isSmartRef__":true,"id":21552},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":21553},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":21195},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21550":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21551":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21552":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21553":{"x":0,"y":6,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21554":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"21555":{"style":{"__isSmartRef__":true,"id":21556},"chunkOwner":{"__isSmartRef__":true,"id":21548},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"21556":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"21557":{"morph":{"__isSmartRef__":true,"id":21548},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21558":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21559":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21560":{"moveVertical":true,"moveHorizontal":true},"21561":{"sourceObj":{"__isSmartRef__":true,"id":21518},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":21504},"targetMethodName":"removeTopLevel","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"21562":{"sourceObj":{"__isSmartRef__":true,"id":21518},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":21504},"targetMethodName":"result","converter":null,"converterString":"function () { return null }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":21563},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"21563":{"source":{"__isSmartRef__":true,"id":21518},"target":{"__isSmartRef__":true,"id":21504}},"21564":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":21565},"id":6795,"renderContextTable":{"__isSmartRef__":true,"id":21570},"eventHandler":{"__isSmartRef__":true,"id":21571},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":21572},"priorExtent":{"__isSmartRef__":true,"id":21573},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":21525},"lighterFill":{"__isSmartRef__":true,"id":21574},"label":{"__isSmartRef__":true,"id":21583},"layout":{"__isSmartRef__":true,"id":21595},"owner":null,"attributeConnections":[{"__isSmartRef__":true,"id":21596},{"__isSmartRef__":true,"id":21597}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","isCopyMorphRef":true,"morphRefId":2,"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Button"},"21565":{"_Position":{"__isSmartRef__":true,"id":21566},"renderContextTable":{"__isSmartRef__":true,"id":21567},"_Extent":{"__isSmartRef__":true,"id":21568},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":21569},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":21524},"_Fill":{"__isSmartRef__":true,"id":21525},"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21566":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21567":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21568":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21569":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21570":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"21571":{"morph":{"__isSmartRef__":true,"id":21564},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21572":{"x":414,"y":187,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21573":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21574":{"stops":[{"__isSmartRef__":true,"id":21575},{"__isSmartRef__":true,"id":21577},{"__isSmartRef__":true,"id":21579},{"__isSmartRef__":true,"id":21581}],"vector":{"__isSmartRef__":true,"id":21534},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"21575":{"offset":0,"color":{"__isSmartRef__":true,"id":21576}},"21576":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21577":{"offset":0.4,"color":{"__isSmartRef__":true,"id":21578}},"21578":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21579":{"offset":0.6,"color":{"__isSmartRef__":true,"id":21580}},"21580":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21581":{"offset":1,"color":{"__isSmartRef__":true,"id":21582}},"21582":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21583":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":21584},"id":6796,"renderContextTable":{"__isSmartRef__":true,"id":21589},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":21590}],"eventHandler":{"__isSmartRef__":true,"id":21592},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":21593},"priorExtent":{"__isSmartRef__":true,"id":21594},"_MaxTextWidth":60,"_MinTextWidth":60,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":null,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Text"},"21584":{"_Position":{"__isSmartRef__":true,"id":21585},"renderContextTable":{"__isSmartRef__":true,"id":21586},"_Extent":{"__isSmartRef__":true,"id":21587},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":21588},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":21195},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21585":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21586":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21587":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21588":{"x":0,"y":6,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21589":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"21590":{"style":{"__isSmartRef__":true,"id":21591},"chunkOwner":{"__isSmartRef__":true,"id":21583},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"21591":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"21592":{"morph":{"__isSmartRef__":true,"id":21583},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21593":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21594":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21595":{"moveVertical":true,"moveHorizontal":true},"21596":{"sourceObj":{"__isSmartRef__":true,"id":21564},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":21504},"targetMethodName":"removeTopLevel","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"21597":{"sourceObj":{"__isSmartRef__":true,"id":21564},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":21189},"targetMethodName":"doSave","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"21598":{"x":540,"y":420,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21599":{"x":365,"y":-16,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21600":{"x":0,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21601":{"copyToPartsBin":{"__isSmartRef__":true,"id":21602},"onPublish":{"__isSmartRef__":true,"id":21610},"onCancel":{"__isSmartRef__":true,"id":21614},"setTarget":{"__isSmartRef__":true,"id":21618},"reset":{"__isSmartRef__":true,"id":21622}},"21602":{"varMapping":{"__isSmartRef__":true,"id":21603},"source":"function copyToPartsBin(morph) {\n var name = this.get('NameText').textString\n\n var info = morph.getPartsBinMetaInfo();\n morph.setName(name);\n\n info.partsSpaceName = this.get('CategoryText').textString\n info.comment = this.get('CommentText').textString\n\n if (! info.changes) info.changes = [];\n var change = { \n date: new Date(), \n author: this.world().getUserName(), \n message: this.get('CommitMessageText').textString,\n id: Strings.newUUID()\n }\n info.changes.push(change) \n\n morph.copyToPartsBin();\n}","funcProperties":{"__isSmartRef__":true,"id":21608},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"21603":{"this":{"__isSmartRef__":true,"id":21188},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":21604}},"21604":{"$super":{"__isSmartRef__":true,"id":21605}},"21605":{"varMapping":{"__isSmartRef__":true,"id":21606},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":21607},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"21606":{"obj":{"__isSmartRef__":true,"id":21188},"name":"copyToPartsBin"},"21607":{},"21608":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":21609}},"21609":{"isSerializedDate":true,"string":"Fri Oct 28 2011 15:13:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"21610":{"varMapping":{"__isSmartRef__":true,"id":21611},"source":"function onPublish() {\n if (!this.target) alert(\"No target to upload\");\n this.copyToPartsBin(this.target);\n connect(this.target, 'headRevision', this.owner, 'remove')\n}","funcProperties":{"__isSmartRef__":true,"id":21612},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"21611":{"this":{"__isSmartRef__":true,"id":21188}},"21612":{"timestamp":{"__isSmartRef__":true,"id":21613},"user":"undefined","tags":[]},"21613":{"isSerializedDate":true,"string":"Tue Mar 20 2012 12:59:48 GMT+0100 (Mitteleuropäische Zeit)"},"21614":{"varMapping":{"__isSmartRef__":true,"id":21615},"source":"function onCancel() {\n alertOK(\"cancel upload \") \n this.owner.remove()\n}","funcProperties":{"__isSmartRef__":true,"id":21616},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"21615":{"this":{"__isSmartRef__":true,"id":21188}},"21616":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":21617}},"21617":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:52:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"21618":{"varMapping":{"__isSmartRef__":true,"id":21619},"source":"function setTarget(morph) {\n this.target = morph \n if (!morph) {\n this.get('NameText').textString = '';\n this.get('CategoryText').textString = '';\n this.get('CommentText').textString = ''; \n this.get('CommitMessageText').textString = '' \n return\n }\n var info = this.target.getPartsBinMetaInfo();\n this.get('NameText').textString = info.partName || morph.getName();\n this.get('CategoryText').textString = info.partsSpaceName;\n this.get('CommentText').textString = info.comment; \n this.get('CommitMessageText').textString = '' \n\n}","funcProperties":{"__isSmartRef__":true,"id":21620},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"21619":{"this":{"__isSmartRef__":true,"id":21188}},"21620":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":21621}},"21621":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:46:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"21622":{"varMapping":{"__isSmartRef__":true,"id":21623},"source":"function reset() {\n this.setTarget(null)\n \n}","funcProperties":{"__isSmartRef__":true,"id":21624},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"21623":{"this":{"__isSmartRef__":true,"id":21188}},"21624":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":21625}},"21625":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:45:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"21626":{"renderContextTable":{"__isSmartRef__":true,"id":21627},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":21628},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":21629},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21627":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21628":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21629":{"x":542,"y":242,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21630":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"21631":{"morph":{"__isSmartRef__":true,"id":21039},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21632":{"adjustForNewBounds":true},"21633":{"x":542,"y":242,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21634":{"x":0,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21635":{"x":463,"y":297,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21636":{"partName":"PublishPartDialog","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/BP2012","__SourceModuleName__":"Global.lively.PartsBin","comment":"A dialog for publishing parts in the PartsBin.","changes":[{"__isSmartRef__":true,"id":21637},{"__isSmartRef__":true,"id":21639},{"__isSmartRef__":true,"id":21641},{"__isSmartRef__":true,"id":21643},{"__isSmartRef__":true,"id":21645},{"__isSmartRef__":true,"id":21647},{"__isSmartRef__":true,"id":21649}],"revisionOnLoad":146804,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"21637":{"date":{"__isSmartRef__":true,"id":21638},"author":"undefined","message":"init for change - don't remove on click","id":"00A6DFFB-70D2-44A4-B5F9-0778E1CA5724"},"21638":{"isSerializedDate":true,"string":"Tue Mar 20 2012 12:04:27 GMT+0100 (Mitteleuropäische Zeit)"},"21639":{"date":{"__isSmartRef__":true,"id":21640},"author":"jenslincke","message":"- fixed issue 283 (Reproduction: Open part, select publish from menu, focus part name input field in dialog, press enter.-> window pane disappears; window decoration stays; part is not published)","id":"1A260BD5-E668-4BD4-B7A2-94E087AB4CE1"},"21640":{"isSerializedDate":true,"string":"Thu Jan 26 2012 12:10:41 GMT+0100 (Mitteleuropäische Zeit)"},"21641":{"date":{"__isSmartRef__":true,"id":21642},"author":"jenslincke","message":""},"21642":{"isSerializedDate":true,"string":"Fri Oct 28 2011 16:06:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"21643":{"date":{"__isSmartRef__":true,"id":21644},"author":"jenslincke","message":"store an uuid when publishing an object"},"21644":{"isSerializedDate":true,"string":"Fri Oct 28 2011 15:15:02 GMT+0200 (Mitteleuropäische Sommerzeit)"},"21645":{"date":{"__isSmartRef__":true,"id":21646},"author":"jenslincke","message":""},"21646":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:52:26 GMT+0200 (Mitteleuropäische Sommerzeit)"},"21647":{"date":{"__isSmartRef__":true,"id":21648},"author":"jenslincke","message":"first commit of Publish dialog using the publish dialog itself!"},"21648":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:54:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"21649":{"date":{"__isSmartRef__":true,"id":21650},"author":"undefined","message":"","id":"A5F4EACF-EF62-483F-B8B3-65966A895FA4"},"21650":{"isSerializedDate":true,"string":"Tue Mar 20 2012 13:00:03 GMT+0100 (Mitteleuropäische Zeit)"},"21651":{"x":746.5,"y":317,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21652":{"sourceObj":{"__isSmartRef__":true,"id":18800},"sourceAttrName":"headRevision","targetObj":{"__isSmartRef__":true,"id":21653},"targetMethodName":"remove","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"21653":{"submorphs":[{"__isSmartRef__":true,"id":21654},{"__isSmartRef__":true,"id":21801}],"scripts":[],"shape":{"__isSmartRef__":true,"id":22239},"id":"DEC26874-4082-4978-8D6C-0B0124CB666A","renderContextTable":{"__isSmartRef__":true,"id":22243},"eventHandler":{"__isSmartRef__":true,"id":22244},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":22245},"LK2":true,"priorExtent":{"__isSmartRef__":true,"id":22246},"targetMorph":{"__isSmartRef__":true,"id":21801},"titleBar":{"__isSmartRef__":true,"id":21654},"contentOffset":{"__isSmartRef__":true,"id":22247},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"highlighted":true,"prevDragPos":{"__isSmartRef__":true,"id":22248},"isBeingDragged":false,"showsHalos":false,"name":"PublishPartDialog","partsBinMetaInfo":{"__isSmartRef__":true,"id":22249},"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"_Position":{"__isSmartRef__":true,"id":22264},"isCopyMorphRef":true,"morphRefId":12,"derivationIds":[2879,"91414FD8-3775-435F-96A6-39E0CB891CD7","9CB574CD-94E3-465A-B85C-91F97E070BC3","C9D390C2-399F-44AF-A316-A4A117E5F7B6"],"moved":true,"_Rotation":0,"_Scale":1,"owner":null,"state":"shutdown","__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"21654":{"submorphs":[{"__isSmartRef__":true,"id":21655},{"__isSmartRef__":true,"id":21669},{"__isSmartRef__":true,"id":21716},{"__isSmartRef__":true,"id":21750}],"scripts":[],"shape":{"__isSmartRef__":true,"id":21785},"id":"7E7DAC3B-9BB2-4611-9D2E-C933EC7FFA26","renderContextTable":{"__isSmartRef__":true,"id":21796},"eventHandler":{"__isSmartRef__":true,"id":21797},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":21798},"_Position":{"__isSmartRef__":true,"id":21799},"windowMorph":{"__isSmartRef__":true,"id":21653},"label":{"__isSmartRef__":true,"id":21655},"closeButton":{"__isSmartRef__":true,"id":21669},"menuButton":{"__isSmartRef__":true,"id":21716},"collapseButton":{"__isSmartRef__":true,"id":21750},"priorExtent":{"__isSmartRef__":true,"id":21800},"owner":{"__isSmartRef__":true,"id":21653},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2880,"108B5871-F6C8-4442-82D1-F8776D2C85A2","503529CB-0F23-4456-8597-CD5E86CF03F0","4FB4914E-E245-4D67-BE3B-63091E2C8C95"],"_Scale":1,"__LivelyClassName__":"lively.morphic.TitleBar"},"21655":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":21656},"id":"129619FC-825C-4F54-BF0F-F8EC70775B6D","renderContextTable":{"__isSmartRef__":true,"id":21662},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":21663}],"eventHandler":{"__isSmartRef__":true,"id":21665},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":21666},"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":21654},"priorExtent":{"__isSmartRef__":true,"id":21667},"_MaxTextWidth":483,"_MinTextWidth":483,"_MaxTextHeight":null,"_MinTextHeight":null,"_Position":{"__isSmartRef__":true,"id":21668},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2881,"A06A709C-AD42-48D0-A66A-9C21EA4F4E66","EE1A345D-476E-4E22-BE89-E59A0C11001B","90634CE5-77D0-4064-961C-4CBADE59C6F8"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"21656":{"_Position":{"__isSmartRef__":true,"id":21657},"renderContextTable":{"__isSmartRef__":true,"id":21658},"_Extent":{"__isSmartRef__":true,"id":21659},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":21660},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":21661},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21657":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21658":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21659":{"x":483,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21660":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21661":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21662":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"21663":{"style":{"__isSmartRef__":true,"id":21664},"chunkOwner":{"__isSmartRef__":true,"id":21655},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Publish in PartsBin","__LivelyClassName__":"lively.morphic.TextChunk"},"21664":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"21665":{"morph":{"__isSmartRef__":true,"id":21655},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21666":{"resizeWidth":true},"21667":{"x":483,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21668":{"x":20,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21669":{"submorphs":[{"__isSmartRef__":true,"id":21670}],"scripts":[],"shape":{"__isSmartRef__":true,"id":21682},"id":"9C1B50B7-FD92-404B-90D3-6E2247BC79A3","renderContextTable":{"__isSmartRef__":true,"id":21698},"eventHandler":{"__isSmartRef__":true,"id":21699},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":21700},"priorExtent":{"__isSmartRef__":true,"id":21701},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":21688},"lighterFill":{"__isSmartRef__":true,"id":21702},"label":{"__isSmartRef__":true,"id":21670},"owner":{"__isSmartRef__":true,"id":21654},"layout":{"__isSmartRef__":true,"id":21711},"attributeConnections":[{"__isSmartRef__":true,"id":21712},{"__isSmartRef__":true,"id":21714}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","prevScroll":[0,0],"derivationIds":[2882,"6FF08B49-B1B5-4E12-8CE8-DF895115627D","7F48C6F9-BB0C-405E-991B-410F179F7FE6","8405D63F-4E07-4FE8-9008-DD8AE000B5C8"],"_Scale":1,"__LivelyClassName__":"lively.morphic.WindowControl"},"21670":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":21671},"id":"E752BF42-94FB-4ED5-AE59-02CD36A3B07F","renderContextTable":{"__isSmartRef__":true,"id":21676},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":21677}],"eventHandler":{"__isSmartRef__":true,"id":21679},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":21680},"priorExtent":{"__isSmartRef__":true,"id":21681},"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":21669},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2883,"9FBA502B-65B1-4FF2-A0A6-9951E3C50B9C","9F297DAE-65AA-45A3-AFAE-BD35F359E24A","75386CDF-09C9-47F2-8762-F737A49FD645"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"21671":{"_Position":{"__isSmartRef__":true,"id":21672},"renderContextTable":{"__isSmartRef__":true,"id":21673},"_Extent":{"__isSmartRef__":true,"id":21674},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":21675},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":21661},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21672":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21673":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21674":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21675":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21676":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"21677":{"style":{"__isSmartRef__":true,"id":21678},"chunkOwner":{"__isSmartRef__":true,"id":21670},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk"},"21678":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"21679":{"morph":{"__isSmartRef__":true,"id":21670},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21680":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21681":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21682":{"_Position":{"__isSmartRef__":true,"id":21683},"renderContextTable":{"__isSmartRef__":true,"id":21684},"_Extent":{"__isSmartRef__":true,"id":21685},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":21686},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":21687},"_Fill":{"__isSmartRef__":true,"id":21688},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21683":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21684":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21685":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21686":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21687":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21688":{"stops":[{"__isSmartRef__":true,"id":21689},{"__isSmartRef__":true,"id":21691},{"__isSmartRef__":true,"id":21693},{"__isSmartRef__":true,"id":21695}],"vector":{"__isSmartRef__":true,"id":21697},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"21689":{"offset":0,"color":{"__isSmartRef__":true,"id":21690}},"21690":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21691":{"offset":0.4,"color":{"__isSmartRef__":true,"id":21692}},"21692":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21693":{"offset":0.6,"color":{"__isSmartRef__":true,"id":21694}},"21694":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21695":{"offset":1,"color":{"__isSmartRef__":true,"id":21696}},"21696":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21697":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21698":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"21699":{"morph":{"__isSmartRef__":true,"id":21669},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21700":{"x":522,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21701":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21702":{"stops":[{"__isSmartRef__":true,"id":21703},{"__isSmartRef__":true,"id":21705},{"__isSmartRef__":true,"id":21707},{"__isSmartRef__":true,"id":21709}],"vector":{"__isSmartRef__":true,"id":21697},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"21703":{"offset":0,"color":{"__isSmartRef__":true,"id":21704}},"21704":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21705":{"offset":0.4,"color":{"__isSmartRef__":true,"id":21706}},"21706":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21707":{"offset":0.6,"color":{"__isSmartRef__":true,"id":21708}},"21708":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21709":{"offset":1,"color":{"__isSmartRef__":true,"id":21710}},"21710":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21711":{"moveHorizontal":true},"21712":{"sourceObj":{"__isSmartRef__":true,"id":21669},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":21653},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":21713},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"21713":{"source":{"__isSmartRef__":true,"id":21669},"target":{"__isSmartRef__":true,"id":21653}},"21714":{"sourceObj":{"__isSmartRef__":true,"id":21669},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":21653},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":21715},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"21715":{"source":{"__isSmartRef__":true,"id":21669},"target":{"__isSmartRef__":true,"id":21653}},"21716":{"submorphs":[{"__isSmartRef__":true,"id":21717}],"scripts":[],"shape":{"__isSmartRef__":true,"id":21728},"id":"AABBB164-596E-4DBD-9D8E-DB0044481E96","renderContextTable":{"__isSmartRef__":true,"id":21733},"eventHandler":{"__isSmartRef__":true,"id":21734},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":21735},"priorExtent":{"__isSmartRef__":true,"id":21736},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":21688},"lighterFill":{"__isSmartRef__":true,"id":21737},"label":{"__isSmartRef__":true,"id":21717},"owner":{"__isSmartRef__":true,"id":21654},"attributeConnections":[{"__isSmartRef__":true,"id":21746},{"__isSmartRef__":true,"id":21748}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","derivationIds":[2884,"64F20257-1A1D-4B3E-97C4-BC5D1F1E14B5","A377FFCE-0FDC-41B6-BD34-D9F0507B57DA","7334352E-B497-4F10-8C06-FBE36AA778C7"],"_Scale":1,"__LivelyClassName__":"lively.morphic.WindowControl"},"21717":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":21718},"id":"909A865C-BDA3-442E-AE41-FAA5B1A7E1D1","renderContextTable":{"__isSmartRef__":true,"id":21722},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":21723}],"eventHandler":{"__isSmartRef__":true,"id":21725},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":21726},"priorExtent":{"__isSmartRef__":true,"id":21727},"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":21716},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[2885,"EC48B50E-CD5B-46FB-BF78-484373EED980","59F8AF9B-799B-413B-86B2-BFD03A4B2559","F8293A60-E9DB-40E3-B202-D547939F8A8D"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"21718":{"_Position":{"__isSmartRef__":true,"id":21719},"renderContextTable":{"__isSmartRef__":true,"id":21720},"_Extent":{"__isSmartRef__":true,"id":21721},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":21675},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":21661},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21719":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21720":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21721":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21722":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"21723":{"style":{"__isSmartRef__":true,"id":21724},"chunkOwner":{"__isSmartRef__":true,"id":21717},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk"},"21724":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"21725":{"morph":{"__isSmartRef__":true,"id":21717},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21726":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21727":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21728":{"_Position":{"__isSmartRef__":true,"id":21729},"renderContextTable":{"__isSmartRef__":true,"id":21730},"_Extent":{"__isSmartRef__":true,"id":21731},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":21732},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":21687},"_Fill":{"__isSmartRef__":true,"id":21688},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21729":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21730":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21731":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21732":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21733":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"21734":{"morph":{"__isSmartRef__":true,"id":21716},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21735":{"x":3,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21736":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21737":{"stops":[{"__isSmartRef__":true,"id":21738},{"__isSmartRef__":true,"id":21740},{"__isSmartRef__":true,"id":21742},{"__isSmartRef__":true,"id":21744}],"vector":{"__isSmartRef__":true,"id":21697},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"21738":{"offset":0,"color":{"__isSmartRef__":true,"id":21739}},"21739":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21740":{"offset":0.4,"color":{"__isSmartRef__":true,"id":21741}},"21741":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21742":{"offset":0.6,"color":{"__isSmartRef__":true,"id":21743}},"21743":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21744":{"offset":1,"color":{"__isSmartRef__":true,"id":21745}},"21745":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21746":{"sourceObj":{"__isSmartRef__":true,"id":21716},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":21653},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":21747},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"21747":{"source":{"__isSmartRef__":true,"id":21716},"target":{"__isSmartRef__":true,"id":21653}},"21748":{"sourceObj":{"__isSmartRef__":true,"id":21716},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":21653},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":21749},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"21749":{"source":{"__isSmartRef__":true,"id":21716},"target":{"__isSmartRef__":true,"id":21653}},"21750":{"submorphs":[{"__isSmartRef__":true,"id":21751}],"scripts":[],"shape":{"__isSmartRef__":true,"id":21762},"id":"C8CF7FC7-5052-4730-BC17-41419377A72D","renderContextTable":{"__isSmartRef__":true,"id":21767},"eventHandler":{"__isSmartRef__":true,"id":21768},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":21769},"priorExtent":{"__isSmartRef__":true,"id":21770},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":21688},"lighterFill":{"__isSmartRef__":true,"id":21771},"label":{"__isSmartRef__":true,"id":21751},"owner":{"__isSmartRef__":true,"id":21654},"layout":{"__isSmartRef__":true,"id":21780},"attributeConnections":[{"__isSmartRef__":true,"id":21781},{"__isSmartRef__":true,"id":21783}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","prevScroll":[0,0],"derivationIds":[2886,"9FC4F0BE-916D-456B-AEC7-E6C1AC6040CA","A0A4775F-7F2F-4563-840D-CAA5CB435D75","C87D3EB9-4C3B-4230-9794-F5B71B528C74"],"_Scale":1,"__LivelyClassName__":"lively.morphic.WindowControl"},"21751":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":21752},"id":"FAD2D2D8-6153-4D83-A4A0-8E4C87F8D6AA","renderContextTable":{"__isSmartRef__":true,"id":21756},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":21757}],"eventHandler":{"__isSmartRef__":true,"id":21759},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":21760},"priorExtent":{"__isSmartRef__":true,"id":21761},"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":21750},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2887,"42347453-BADB-4DB0-9486-C479B704CD7C","B0BBE9B3-B5DD-4E4F-A1AA-1C03BB1BFF4E","8AE3BC44-F336-420E-A2E9-BBA0DC6A3D72"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"21752":{"_Position":{"__isSmartRef__":true,"id":21753},"renderContextTable":{"__isSmartRef__":true,"id":21754},"_Extent":{"__isSmartRef__":true,"id":21755},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":21675},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":21661},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21753":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21754":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21755":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21756":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"21757":{"style":{"__isSmartRef__":true,"id":21758},"chunkOwner":{"__isSmartRef__":true,"id":21751},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk"},"21758":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"21759":{"morph":{"__isSmartRef__":true,"id":21751},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21760":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21761":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21762":{"_Position":{"__isSmartRef__":true,"id":21763},"renderContextTable":{"__isSmartRef__":true,"id":21764},"_Extent":{"__isSmartRef__":true,"id":21765},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":21766},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":21687},"_Fill":{"__isSmartRef__":true,"id":21688},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21763":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21764":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21765":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21766":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21767":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"21768":{"morph":{"__isSmartRef__":true,"id":21750},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21769":{"x":503,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21770":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21771":{"stops":[{"__isSmartRef__":true,"id":21772},{"__isSmartRef__":true,"id":21774},{"__isSmartRef__":true,"id":21776},{"__isSmartRef__":true,"id":21778}],"vector":{"__isSmartRef__":true,"id":21697},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"21772":{"offset":0,"color":{"__isSmartRef__":true,"id":21773}},"21773":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21774":{"offset":0.4,"color":{"__isSmartRef__":true,"id":21775}},"21775":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21776":{"offset":0.6,"color":{"__isSmartRef__":true,"id":21777}},"21777":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21778":{"offset":1,"color":{"__isSmartRef__":true,"id":21779}},"21779":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21780":{"moveHorizontal":true},"21781":{"sourceObj":{"__isSmartRef__":true,"id":21750},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":21653},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":21782},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"21782":{"source":{"__isSmartRef__":true,"id":21750},"target":{"__isSmartRef__":true,"id":21653}},"21783":{"sourceObj":{"__isSmartRef__":true,"id":21750},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":21653},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":21784},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"21784":{"source":{"__isSmartRef__":true,"id":21750},"target":{"__isSmartRef__":true,"id":21653}},"21785":{"_Position":{"__isSmartRef__":true,"id":21786},"renderContextTable":{"__isSmartRef__":true,"id":21787},"_Extent":{"__isSmartRef__":true,"id":21788},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":21789},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":21790},"_Fill":{"__isSmartRef__":true,"id":21791},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21786":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21787":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21788":{"x":542,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21789":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21790":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21791":{"stops":[{"__isSmartRef__":true,"id":21792},{"__isSmartRef__":true,"id":21794}],"vector":{"__isSmartRef__":true,"id":21182},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"21792":{"offset":0,"color":{"__isSmartRef__":true,"id":21793}},"21793":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21794":{"offset":1,"color":{"__isSmartRef__":true,"id":21795}},"21795":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21796":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"21797":{"morph":{"__isSmartRef__":true,"id":21654},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21798":{"resizeWidth":true,"adjustForNewBounds":true},"21799":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21800":{"x":542,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21801":{"submorphs":[{"__isSmartRef__":true,"id":21802},{"__isSmartRef__":true,"id":21817},{"__isSmartRef__":true,"id":21832},{"__isSmartRef__":true,"id":21848},{"__isSmartRef__":true,"id":21864},{"__isSmartRef__":true,"id":21879},{"__isSmartRef__":true,"id":21895},{"__isSmartRef__":true,"id":21911},{"__isSmartRef__":true,"id":21994},{"__isSmartRef__":true,"id":22076},{"__isSmartRef__":true,"id":22091}],"scripts":[],"shape":{"__isSmartRef__":true,"id":22107},"id":"D2A47B56-EE45-470F-84BA-D984156A2D10","renderContextTable":{"__isSmartRef__":true,"id":22114},"eventHandler":{"__isSmartRef__":true,"id":22115},"droppingEnabled":true,"halosEnabled":true,"isLockOwner":false,"layout":{"__isSmartRef__":true,"id":22116},"attributeConnections":[],"ownerApp":{"__isSmartRef__":true,"id":22117},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Core","name":"PublishPartPanePane","doNotSerialize":[],"doNotCopyProperties":[],"priorExtent":{"__isSmartRef__":true,"id":22211},"isBeingDragged":false,"prevScroll":[0,0],"distanceToDragEvent":{"__isSmartRef__":true,"id":22212},"grabbingEnabled":false,"_Position":{"__isSmartRef__":true,"id":22213},"owner":{"__isSmartRef__":true,"id":21653},"target":{"__isSmartRef__":true,"id":18800},"derivationIds":[2888,"7CD647EF-2BB4-4CD9-9D3B-4EE7BC59ECC2","B983FB4F-9323-4304-9603-5615E93C6C42","E738FAD5-9C83-4390-B193-06C21B6E51B0"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":22214},"__LivelyClassName__":"lively.morphic.Box","withLayers":["Global.lively.morphic.GrabbingLayer"]},"21802":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":21803},"id":"92945235-DEC7-4E50-8A47-73CA85BDB725","renderContextTable":{"__isSmartRef__":true,"id":21810},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":21811}],"eventHandler":{"__isSmartRef__":true,"id":21813},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":21814},"priorExtent":{"__isSmartRef__":true,"id":21815},"_MaxTextWidth":230,"_MinTextWidth":230,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"owner":{"__isSmartRef__":true,"id":21801},"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":21816},"previousSelection":[0,9],"priorSelectionRange":[0,9],"isLockOwner":false,"name":"NameText","isCopyMorphRef":true,"morphRefId":1,"derivationIds":[2889,"9A8B5C1C-95BB-40F5-B9EF-B89DD5451B64","C49BF160-BBBE-422E-BDDC-B9A98A72ABFF","42B7E940-3BB5-4B79-B5D8-E4C8E780FF3B"],"savedTextString":"CommitMessageTest1","_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"21803":{"_Position":{"__isSmartRef__":true,"id":21804},"renderContextTable":{"__isSmartRef__":true,"id":21805},"_Extent":{"__isSmartRef__":true,"id":21806},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":21807},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":21808},"_Fill":{"__isSmartRef__":true,"id":21809},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21804":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21805":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21806":{"x":240,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21807":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21808":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21809":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21810":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"21811":{"style":{"__isSmartRef__":true,"id":21812},"chunkOwner":{"__isSmartRef__":true,"id":21802},"storedString":"MorphDiffer","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"21812":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"21813":{"morph":{"__isSmartRef__":true,"id":21802},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21814":{"x":10,"y":50,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21815":{"x":240,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21816":{"x":119,"y":-15,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21817":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":21818},"id":"AB13BA0E-67DB-4859-B95C-1A1B87ED643E","renderContextTable":{"__isSmartRef__":true,"id":21825},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":21826}],"eventHandler":{"__isSmartRef__":true,"id":21828},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":21829},"priorExtent":{"__isSmartRef__":true,"id":21830},"_MaxTextWidth":510,"_MinTextWidth":510,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"name":"CommitMessageText","owner":{"__isSmartRef__":true,"id":21801},"distanceToDragEvent":{"__isSmartRef__":true,"id":21831},"previousSelection":[0,15],"priorSelectionRange":[0,0],"charsReplaced":"CommitMessageTest1","lastFindLoc":18,"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2890,"40048B1D-9547-4EA6-AB66-31168A1C9FAE","8A0DE790-FA6C-41C9-BA2B-84397DA3F39E","DCFEEBC9-D891-408E-A103-19356A96070F"],"savedTextString":"","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"21818":{"_Position":{"__isSmartRef__":true,"id":21819},"renderContextTable":{"__isSmartRef__":true,"id":21820},"_Extent":{"__isSmartRef__":true,"id":21821},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":21822},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":21823},"_Fill":{"__isSmartRef__":true,"id":21824},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21819":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21820":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21821":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21822":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21823":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21824":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21825":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"21826":{"style":{"__isSmartRef__":true,"id":21827},"chunkOwner":{"__isSmartRef__":true,"id":21817},"storedString":"test","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"21827":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"21828":{"morph":{"__isSmartRef__":true,"id":21817},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21829":{"x":10,"y":260,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21830":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21831":{"x":351,"y":-17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21832":{"submorphs":[],"scripts":[],"id":"B15D3DC6-D5AD-496B-9637-CB5B76DF9C6B","shape":{"__isSmartRef__":true,"id":21833},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":21839},"_MaxTextWidth":114,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":21836},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text5","partsBinMetaInfo":{"__isSmartRef__":true,"id":21840},"textChunks":[{"__isSmartRef__":true,"id":21841}],"charsReplaced":"some text ","lastFindLoc":10,"priorSelectionRange":[0,4],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":21843},"renderContextTable":{"__isSmartRef__":true,"id":21844},"eventHandler":{"__isSmartRef__":true,"id":21845},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":21846},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","owner":{"__isSmartRef__":true,"id":21801},"_MinTextWidth":114,"_MinTextHeight":null,"previousSelection":[3,3],"distanceToDragEvent":{"__isSmartRef__":true,"id":21847},"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2891,"E101CA30-35F9-42F0-A46C-28671530C787","CE7E7640-C507-43BF-88EF-C4ACE8CCF564","F04823B9-5B0B-4CCA-B8F7-00BD8608ED16"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"21833":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":21834},"_Extent":{"__isSmartRef__":true,"id":21835},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":21836},"renderContextTable":{"__isSmartRef__":true,"id":21837},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":21838},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21834":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21835":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21836":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21837":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21838":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21839":{"x":10,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21840":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"21841":{"style":{"__isSmartRef__":true,"id":21842},"morph":{"__isSmartRef__":true,"id":21832},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":21832},"storedString":"name","__LivelyClassName__":"lively.morphic.TextChunk"},"21842":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"21843":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21844":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"21845":{"morph":{"__isSmartRef__":true,"id":21832},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21846":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21847":{"x":78,"y":-3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21848":{"submorphs":[],"scripts":[],"id":"2EFAF5F4-5926-48FD-800B-303F37A2969A","shape":{"__isSmartRef__":true,"id":21849},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":21855},"_MaxTextWidth":250,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":21852},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text6","partsBinMetaInfo":{"__isSmartRef__":true,"id":21856},"textChunks":[{"__isSmartRef__":true,"id":21857}],"charsReplaced":"changes","lastFindLoc":7,"priorSelectionRange":[0,14],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":21859},"renderContextTable":{"__isSmartRef__":true,"id":21860},"eventHandler":{"__isSmartRef__":true,"id":21861},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":21862},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":250,"_MinTextHeight":null,"previousSelection":[0,14],"distanceToDragEvent":{"__isSmartRef__":true,"id":21863},"owner":{"__isSmartRef__":true,"id":21801},"isLockOwner":false,"derivationIds":[2892,"E5DC0070-3EA2-4212-9AA7-E3C865547E5E","809E256F-82F6-4A22-B614-DE8C08FA5970","272C0F9A-E7EF-4ECE-851D-08ACB35EA24D"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"21849":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":21850},"_Extent":{"__isSmartRef__":true,"id":21851},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":21852},"renderContextTable":{"__isSmartRef__":true,"id":21853},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":21854},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21850":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21851":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21852":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21853":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21854":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21855":{"x":10,"y":240,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21856":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"21857":{"style":{"__isSmartRef__":true,"id":21858},"morph":{"__isSmartRef__":true,"id":21848},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":21848},"storedString":"commit message","__LivelyClassName__":"lively.morphic.TextChunk"},"21858":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"21859":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21860":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"21861":{"morph":{"__isSmartRef__":true,"id":21848},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21862":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21863":{"x":174,"y":-21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21864":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":21865},"id":"C1DB726B-1415-4E1D-908B-78E5881EE8E7","renderContextTable":{"__isSmartRef__":true,"id":21872},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":21873}],"eventHandler":{"__isSmartRef__":true,"id":21875},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":21876},"priorExtent":{"__isSmartRef__":true,"id":21877},"_MaxTextWidth":250,"_MinTextWidth":250,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"name":"CategoryText","owner":{"__isSmartRef__":true,"id":21801},"previousSelection":[0,14],"priorSelectionRange":[5,5],"charsReplaced":"CommitMessageTest1","lastFindLoc":18,"distanceToDragEvent":{"__isSmartRef__":true,"id":21878},"isLockOwner":false,"derivationIds":[2893,"FBE4B17F-DC2B-4783-899B-CF1B051F14D9","A2C45BC5-C44B-4AEA-A29E-ADE3DAF08638","640BD984-1AB2-45B8-BCEC-AB32A6199D68"],"savedTextString":"PartsBin/Basic","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"21865":{"_Position":{"__isSmartRef__":true,"id":21866},"renderContextTable":{"__isSmartRef__":true,"id":21867},"_Extent":{"__isSmartRef__":true,"id":21868},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":21869},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":21870},"_Fill":{"__isSmartRef__":true,"id":21871},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21866":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21867":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21868":{"x":260,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21869":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21870":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21871":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21872":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"21873":{"style":{"__isSmartRef__":true,"id":21874},"chunkOwner":{"__isSmartRef__":true,"id":21864},"storedString":"PartsBin/BP2012","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"21874":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"21875":{"morph":{"__isSmartRef__":true,"id":21864},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21876":{"x":270,"y":50,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21877":{"x":260,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21878":{"x":132,"y":-13,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21879":{"submorphs":[],"scripts":[],"id":"85A73059-C4E7-4E1F-9F37-DEFAA9290709","shape":{"__isSmartRef__":true,"id":21880},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":21886},"_MaxTextWidth":114,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":21883},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text7","partsBinMetaInfo":{"__isSmartRef__":true,"id":21887},"textChunks":[{"__isSmartRef__":true,"id":21888}],"charsReplaced":"name","lastFindLoc":4,"priorSelectionRange":[0,8],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":21890},"renderContextTable":{"__isSmartRef__":true,"id":21891},"eventHandler":{"__isSmartRef__":true,"id":21892},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":21893},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":114,"_MinTextHeight":null,"previousSelection":[2,2],"distanceToDragEvent":{"__isSmartRef__":true,"id":21894},"owner":{"__isSmartRef__":true,"id":21801},"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2894,"75F41AE1-CA7A-48D0-AE2C-7AAF6101B89C","CB87A9FB-0776-4109-BDE0-0E8C61F1626C","954BD4D6-BBF2-4D3C-94CA-21A38F66F449"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"21880":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":21881},"_Extent":{"__isSmartRef__":true,"id":21882},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":21883},"renderContextTable":{"__isSmartRef__":true,"id":21884},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":21885},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21881":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21882":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21883":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21884":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21885":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21886":{"x":270,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21887":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"21888":{"style":{"__isSmartRef__":true,"id":21889},"chunkOwner":{"__isSmartRef__":true,"id":21879},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"category","__LivelyClassName__":"lively.morphic.TextChunk"},"21889":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"21890":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21891":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"21892":{"morph":{"__isSmartRef__":true,"id":21879},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21893":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21894":{"x":87,"y":-11,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21895":{"submorphs":[],"scripts":[],"id":"06D58781-5B08-4305-8A97-14527EB6FD2D","shape":{"__isSmartRef__":true,"id":21896},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":21902},"_MaxTextWidth":325,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":21899},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text8","partsBinMetaInfo":{"__isSmartRef__":true,"id":21903},"textChunks":[{"__isSmartRef__":true,"id":21904}],"charsReplaced":"Publish Object in PartsBin","lastFindLoc":26,"priorSelectionRange":[0,36],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":21906},"renderContextTable":{"__isSmartRef__":true,"id":21907},"eventHandler":{"__isSmartRef__":true,"id":21908},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":21909},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":325,"_MinTextHeight":null,"previousSelection":[0,36],"distanceToDragEvent":{"__isSmartRef__":true,"id":21910},"owner":{"__isSmartRef__":true,"id":21801},"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2895,"3AFBC971-95B4-48C4-888D-22FCBB742090","D0394F71-EBB2-452A-A71F-D172D5B1CAD6","79EDAC74-BD6B-42B1-BBBA-71B07578D1E0"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"21896":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":21897},"_Extent":{"__isSmartRef__":true,"id":21898},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":21899},"renderContextTable":{"__isSmartRef__":true,"id":21900},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":21901},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21897":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21898":{"x":325,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21899":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21900":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21901":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21902":{"x":10,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21903":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"21904":{"style":{"__isSmartRef__":true,"id":21905},"chunkOwner":{"__isSmartRef__":true,"id":21895},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Upload part to the shared repository","__LivelyClassName__":"lively.morphic.TextChunk"},"21905":{"italics":"normal","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"21906":{"x":325,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21907":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"21908":{"morph":{"__isSmartRef__":true,"id":21895},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21909":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21910":{"x":221,"y":-12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21911":{"submorphs":[{"__isSmartRef__":true,"id":21912}],"scripts":[],"id":"CC70371D-97FE-46B7-BCFE-00738D80754E","shape":{"__isSmartRef__":true,"id":21927},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":21931},"lighterFill":{"__isSmartRef__":true,"id":21943},"label":{"__isSmartRef__":true,"id":21912},"name":"Button","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":21952},"attributeConnections":[{"__isSmartRef__":true,"id":21953}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":21989},"renderContextTable":{"__isSmartRef__":true,"id":21990},"eventHandler":{"__isSmartRef__":true,"id":21991},"distanceToDragEvent":{"__isSmartRef__":true,"id":21992},"_Position":{"__isSmartRef__":true,"id":21993},"owner":{"__isSmartRef__":true,"id":21801},"derivationIds":[2896,"40384C75-EF01-4AAD-AA1C-A7C19EDB6A0F","21376B8E-78CF-456D-87AA-4D62D86B16D2","E9336A59-C7BF-4C91-88B0-0D0477AA75AE"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Button"},"21912":{"submorphs":[],"scripts":[],"id":"9051D220-D29A-4EED-BB3B-FF5648C30EC5","shape":{"__isSmartRef__":true,"id":21913},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":21919},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":21920},"_Padding":{"__isSmartRef__":true,"id":21921},"owner":{"__isSmartRef__":true,"id":21911},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":21922},"textChunks":[{"__isSmartRef__":true,"id":21923}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":21925},"eventHandler":{"__isSmartRef__":true,"id":21926},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":101,"_MinTextHeight":null,"derivationIds":[2897,"92EB5E70-61BB-4A71-942C-A34A20789B2F","A9C9F9CF-1BAC-4074-A093-4EB0C3C90866","2FE50303-6361-4A70-9BD5-0D8D1C8B5176"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"21913":{"position":{"__isSmartRef__":true,"id":21914},"_Extent":{"__isSmartRef__":true,"id":21915},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":21916},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":21917},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":21918},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21914":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21915":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21916":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21917":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21918":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21919":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21920":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21921":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21922":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21923":{"style":{"__isSmartRef__":true,"id":21924},"chunkOwner":{"__isSmartRef__":true,"id":21912},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"cancel","__LivelyClassName__":"lively.morphic.TextChunk"},"21924":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"21925":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"21926":{"morph":{"__isSmartRef__":true,"id":21912},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21927":{"position":{"__isSmartRef__":true,"id":21928},"_Extent":{"__isSmartRef__":true,"id":21929},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":21930},"_Fill":{"__isSmartRef__":true,"id":21931},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":21941},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":21942},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21928":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21929":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21930":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21931":{"stops":[{"__isSmartRef__":true,"id":21932},{"__isSmartRef__":true,"id":21934},{"__isSmartRef__":true,"id":21936},{"__isSmartRef__":true,"id":21938}],"vector":{"__isSmartRef__":true,"id":21940},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"21932":{"offset":0,"color":{"__isSmartRef__":true,"id":21933}},"21933":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21934":{"offset":0.4,"color":{"__isSmartRef__":true,"id":21935}},"21935":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21936":{"offset":0.6,"color":{"__isSmartRef__":true,"id":21937}},"21937":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21938":{"offset":1,"color":{"__isSmartRef__":true,"id":21939}},"21939":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21940":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21941":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"21942":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21943":{"stops":[{"__isSmartRef__":true,"id":21944},{"__isSmartRef__":true,"id":21946},{"__isSmartRef__":true,"id":21948},{"__isSmartRef__":true,"id":21950}],"vector":{"__isSmartRef__":true,"id":21940},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"21944":{"offset":0,"color":{"__isSmartRef__":true,"id":21945}},"21945":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21946":{"offset":0.4,"color":{"__isSmartRef__":true,"id":21947}},"21947":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21948":{"offset":0.6,"color":{"__isSmartRef__":true,"id":21949}},"21949":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21950":{"offset":1,"color":{"__isSmartRef__":true,"id":21951}},"21951":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21952":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"21953":{"sourceObj":{"__isSmartRef__":true,"id":21911},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":21801},"targetMethodName":"onCancel","visualConnector":{"__isSmartRef__":true,"id":21954},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"21954":{"submorphs":[{"__isSmartRef__":true,"id":21955}],"scripts":[],"shape":{"__isSmartRef__":true,"id":21970},"id":352,"renderContextTable":{"__isSmartRef__":true,"id":21977},"eventHandler":{"__isSmartRef__":true,"id":21978},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":21979},{"__isSmartRef__":true,"id":21980}],"con":{"__isSmartRef__":true,"id":21953},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":21981},"__LivelyClassName__":"lively.morphic.Path"},"21955":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":21956},"id":353,"renderContextTable":{"__isSmartRef__":true,"id":21967},"eventHandler":{"__isSmartRef__":true,"id":21968},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":21969},"owner":{"__isSmartRef__":true,"id":21954},"_Rotation":-2.716760490670451,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"21956":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":21957},{"__isSmartRef__":true,"id":21958},{"__isSmartRef__":true,"id":21959},{"__isSmartRef__":true,"id":21960}],"renderContextTable":{"__isSmartRef__":true,"id":21961},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":21962},"_Extent":{"__isSmartRef__":true,"id":21963},"_Padding":{"__isSmartRef__":true,"id":21964},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":21965},"_Fill":{"__isSmartRef__":true,"id":21966},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"21957":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"21958":{"isAbsolute":true,"x":0,"y":12,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"21959":{"isAbsolute":true,"x":16,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"21960":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"21961":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"21962":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21963":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21964":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21965":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21966":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"21967":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"21968":{"morph":{"__isSmartRef__":true,"id":21955},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21969":{"x":0.5,"y":0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21970":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":21971},{"__isSmartRef__":true,"id":21972}],"renderContextTable":{"__isSmartRef__":true,"id":21973},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":21974},"_Extent":{"__isSmartRef__":true,"id":21975},"_Padding":{"__isSmartRef__":true,"id":21976},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":21965},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"21971":{"isAbsolute":true,"x":420,"y":190,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"21972":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"21973":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"21974":{"x":-0.5,"y":-0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21975":{"x":421,"y":191,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21976":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"21977":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"21978":{"morph":{"__isSmartRef__":true,"id":21954},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21979":{"morph":{"__isSmartRef__":true,"id":21954},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"21980":{"morph":{"__isSmartRef__":true,"id":21954},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":21955},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"21981":{"morphMenuItems":{"__isSmartRef__":true,"id":21982}},"21982":{"varMapping":{"__isSmartRef__":true,"id":21983},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":21988},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"21983":{"this":{"__isSmartRef__":true,"id":21954},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":21984}},"21984":{"$super":{"__isSmartRef__":true,"id":21985}},"21985":{"varMapping":{"__isSmartRef__":true,"id":21986},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":21987},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"21986":{"obj":{"__isSmartRef__":true,"id":21954},"name":"morphMenuItems"},"21987":{},"21988":{},"21989":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21990":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"21991":{"morph":{"__isSmartRef__":true,"id":21911},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"21992":{"x":77,"y":-5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21993":{"x":420,"y":390,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21994":{"submorphs":[{"__isSmartRef__":true,"id":21995}],"scripts":[],"id":"3E381C20-214F-4B6A-8850-14842617B1FD","shape":{"__isSmartRef__":true,"id":22010},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":22014},"lighterFill":{"__isSmartRef__":true,"id":22026},"label":{"__isSmartRef__":true,"id":21995},"name":"Button1","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":22035},"attributeConnections":[{"__isSmartRef__":true,"id":22036}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":22071},"renderContextTable":{"__isSmartRef__":true,"id":22072},"eventHandler":{"__isSmartRef__":true,"id":22073},"distanceToDragEvent":{"__isSmartRef__":true,"id":22074},"_Position":{"__isSmartRef__":true,"id":22075},"owner":{"__isSmartRef__":true,"id":21801},"derivationIds":[2898,"9D27A522-4E3D-482F-97CF-3CA3247A3999","4EBF07AD-25C0-4034-BC06-31F137F70FA1","DC6D6B8E-37AE-4815-A81A-AC7071124A26"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Button"},"21995":{"submorphs":[],"scripts":[],"id":"159124C7-0049-44B3-8DE9-A6D6AE42016A","shape":{"__isSmartRef__":true,"id":21996},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":22002},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":22003},"_Padding":{"__isSmartRef__":true,"id":22004},"owner":{"__isSmartRef__":true,"id":21994},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":22005},"textChunks":[{"__isSmartRef__":true,"id":22006}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":22008},"eventHandler":{"__isSmartRef__":true,"id":22009},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":101,"_MinTextHeight":null,"derivationIds":[2899,"4F00D1F5-B85C-479E-BDDE-322DF2F432A3","5E7BC7AC-9EF9-4CF5-9196-A542A26534CA","46616896-CA46-4B43-B694-9FB001B32989"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"21996":{"position":{"__isSmartRef__":true,"id":21997},"_Extent":{"__isSmartRef__":true,"id":21998},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":21999},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":22000},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":22001},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"21997":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21998":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"21999":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22000":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22001":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22002":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22003":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22004":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22005":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22006":{"style":{"__isSmartRef__":true,"id":22007},"chunkOwner":{"__isSmartRef__":true,"id":21995},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"publish","__LivelyClassName__":"lively.morphic.TextChunk"},"22007":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"22008":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"22009":{"morph":{"__isSmartRef__":true,"id":21995},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22010":{"position":{"__isSmartRef__":true,"id":22011},"_Extent":{"__isSmartRef__":true,"id":22012},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":22013},"_Fill":{"__isSmartRef__":true,"id":22014},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":22024},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":22025},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22011":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22012":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22013":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22014":{"stops":[{"__isSmartRef__":true,"id":22015},{"__isSmartRef__":true,"id":22017},{"__isSmartRef__":true,"id":22019},{"__isSmartRef__":true,"id":22021}],"vector":{"__isSmartRef__":true,"id":22023},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"22015":{"offset":0,"color":{"__isSmartRef__":true,"id":22016}},"22016":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22017":{"offset":0.4,"color":{"__isSmartRef__":true,"id":22018}},"22018":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22019":{"offset":0.6,"color":{"__isSmartRef__":true,"id":22020}},"22020":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22021":{"offset":1,"color":{"__isSmartRef__":true,"id":22022}},"22022":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22023":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22024":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22025":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22026":{"stops":[{"__isSmartRef__":true,"id":22027},{"__isSmartRef__":true,"id":22029},{"__isSmartRef__":true,"id":22031},{"__isSmartRef__":true,"id":22033}],"vector":{"__isSmartRef__":true,"id":22023},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"22027":{"offset":0,"color":{"__isSmartRef__":true,"id":22028}},"22028":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22029":{"offset":0.4,"color":{"__isSmartRef__":true,"id":22030}},"22030":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22031":{"offset":0.6,"color":{"__isSmartRef__":true,"id":22032}},"22032":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22033":{"offset":1,"color":{"__isSmartRef__":true,"id":22034}},"22034":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22035":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"22036":{"sourceObj":{"__isSmartRef__":true,"id":21994},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":21801},"targetMethodName":"onPublish","visualConnector":{"__isSmartRef__":true,"id":22037},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"22037":{"submorphs":[{"__isSmartRef__":true,"id":22038}],"scripts":[],"shape":{"__isSmartRef__":true,"id":22052},"id":139,"renderContextTable":{"__isSmartRef__":true,"id":22059},"eventHandler":{"__isSmartRef__":true,"id":22060},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":22061},{"__isSmartRef__":true,"id":22062}],"con":{"__isSmartRef__":true,"id":22036},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":22063},"__LivelyClassName__":"lively.morphic.Path"},"22038":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":22039},"id":140,"renderContextTable":{"__isSmartRef__":true,"id":22049},"eventHandler":{"__isSmartRef__":true,"id":22050},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":22051},"owner":{"__isSmartRef__":true,"id":22037},"_Rotation":-2.5917394709132084,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"22039":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":22040},{"__isSmartRef__":true,"id":22041},{"__isSmartRef__":true,"id":22042},{"__isSmartRef__":true,"id":22043}],"renderContextTable":{"__isSmartRef__":true,"id":22044},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":22045},"_Extent":{"__isSmartRef__":true,"id":22046},"_Padding":{"__isSmartRef__":true,"id":22047},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":21965},"_Fill":{"__isSmartRef__":true,"id":22048},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"22040":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"22041":{"isAbsolute":true,"x":0,"y":12,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"22042":{"isAbsolute":true,"x":16,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"22043":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"22044":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"22045":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22046":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22047":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22048":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22049":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"22050":{"morph":{"__isSmartRef__":true,"id":22038},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22051":{"x":0.5,"y":0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22052":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":22053},{"__isSmartRef__":true,"id":22054}],"renderContextTable":{"__isSmartRef__":true,"id":22055},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":22056},"_Extent":{"__isSmartRef__":true,"id":22057},"_Padding":{"__isSmartRef__":true,"id":22058},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":21965},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"22053":{"isAbsolute":true,"x":310,"y":190,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"22054":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"22055":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"22056":{"x":-0.5,"y":-0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22057":{"x":311,"y":191,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22058":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22059":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"22060":{"morph":{"__isSmartRef__":true,"id":22037},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22061":{"morph":{"__isSmartRef__":true,"id":22037},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"22062":{"morph":{"__isSmartRef__":true,"id":22037},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":22038},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"22063":{"morphMenuItems":{"__isSmartRef__":true,"id":22064}},"22064":{"varMapping":{"__isSmartRef__":true,"id":22065},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":22070},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"22065":{"this":{"__isSmartRef__":true,"id":22037},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":22066}},"22066":{"$super":{"__isSmartRef__":true,"id":22067}},"22067":{"varMapping":{"__isSmartRef__":true,"id":22068},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":22069},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"22068":{"obj":{"__isSmartRef__":true,"id":22037},"name":"morphMenuItems"},"22069":{},"22070":{},"22071":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22072":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"22073":{"morph":{"__isSmartRef__":true,"id":21994},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22074":{"x":62,"y":-12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22075":{"x":310,"y":390,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22076":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":22077},"id":"DD361369-55B7-475F-8AA4-D4099EC74BEF","renderContextTable":{"__isSmartRef__":true,"id":22084},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":22085}],"eventHandler":{"__isSmartRef__":true,"id":22087},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":22088},"priorExtent":{"__isSmartRef__":true,"id":22089},"_MaxTextWidth":510,"_MinTextWidth":510,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"name":"CommentText","distanceToDragEvent":{"__isSmartRef__":true,"id":22090},"previousSelection":[139,139],"priorSelectionRange":[9,9],"charsReplaced":"CommitMessageTest1","lastFindLoc":18,"isLockOwner":false,"isBeingDragged":false,"owner":{"__isSmartRef__":true,"id":21801},"derivationIds":[2900,"7E82C349-9FC9-48B5-B84C-30E99FC40DF2","A07EAFD3-B03B-4E4C-BC72-FB29F65F543A","888FB55C-0365-4B40-A9B4-33FD19FA1E91"],"savedTextString":"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"22077":{"_Position":{"__isSmartRef__":true,"id":22078},"renderContextTable":{"__isSmartRef__":true,"id":22079},"_Extent":{"__isSmartRef__":true,"id":22080},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":22081},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":22082},"_Fill":{"__isSmartRef__":true,"id":22083},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22078":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22079":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22080":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22081":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22082":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22083":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22084":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"22085":{"style":{"__isSmartRef__":true,"id":22086},"chunkOwner":{"__isSmartRef__":true,"id":22076},"storedString":"Used to diff a version of a morph with the current version in PartsBin","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"22086":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"22087":{"morph":{"__isSmartRef__":true,"id":22076},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22088":{"x":10,"y":110,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22089":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22090":{"x":346,"y":-16,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22091":{"submorphs":[],"scripts":[],"id":"E71766B4-CF12-4C31-BC70-47D421F1C0F1","shape":{"__isSmartRef__":true,"id":22092},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":22098},"_MaxTextWidth":250,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":22095},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text9","partsBinMetaInfo":{"__isSmartRef__":true,"id":22099},"textChunks":[{"__isSmartRef__":true,"id":22100}],"charsReplaced":"commit message","lastFindLoc":14,"priorSelectionRange":[0,14],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":22102},"renderContextTable":{"__isSmartRef__":true,"id":22103},"eventHandler":{"__isSmartRef__":true,"id":22104},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":22105},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":250,"_MinTextHeight":null,"previousSelection":[0,6],"distanceToDragEvent":{"__isSmartRef__":true,"id":22106},"isLockOwner":false,"owner":{"__isSmartRef__":true,"id":21801},"derivationIds":[2901,"8E267E15-1052-4F9C-B863-B733384EF1DA","851C46B4-347F-4AE4-9C04-C321E7CC8EA5","D33CE057-77D6-4CCC-90F9-867C622B3572"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"22092":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":22093},"_Extent":{"__isSmartRef__":true,"id":22094},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":22095},"renderContextTable":{"__isSmartRef__":true,"id":22096},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":22097},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22093":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22094":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22095":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22096":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22097":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22098":{"x":10,"y":90,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22099":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"22100":{"style":{"__isSmartRef__":true,"id":22101},"morph":{"__isSmartRef__":true,"id":22091},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":22091},"storedString":"comment","__LivelyClassName__":"lively.morphic.TextChunk"},"22101":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"22102":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22103":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"22104":{"morph":{"__isSmartRef__":true,"id":22091},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22105":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22106":{"x":163,"y":-17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22107":{"_Position":{"__isSmartRef__":true,"id":22108},"renderContextTable":{"__isSmartRef__":true,"id":22109},"_Extent":{"__isSmartRef__":true,"id":22110},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":22111},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":22112},"_Fill":{"__isSmartRef__":true,"id":22113},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22108":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22109":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22110":{"x":540,"y":420,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22111":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22112":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22113":{"r":0.8235294117647058,"g":0.8235294117647058,"b":0.8235294117647058,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22114":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"22115":{"morph":{"__isSmartRef__":true,"id":21801},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22116":{"adjustForNewBounds":true,"resizeWidth":true,"resizeHeight":true},"22117":{"message":"Please enter a name for the part","attributeConnections":[{"__isSmartRef__":true,"id":22118}],"doNotSerialize":["$$result"],"doNotCopyProperties":["$$result"],"defaultInput":"CommitMessageTest1","panel":{"__isSmartRef__":true,"id":21801},"label":{"__isSmartRef__":true,"id":22119},"cancelButton":{"__isSmartRef__":true,"id":22131},"okButton":{"__isSmartRef__":true,"id":22177},"inputText":{"__isSmartRef__":true,"id":21802},"view":{"__isSmartRef__":true,"id":21801},"__SourceModuleName__":"Global.lively.morphic.Widgets","result":"CommitMessageTest1","__LivelyClassName__":"lively.morphic.PromptDialog"},"22118":{"sourceObj":{"__isSmartRef__":true,"id":22117},"sourceAttrName":"result","targetObj":{"__isSmartRef__":true,"id":22117},"targetMethodName":"triggerCallback","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"22119":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":22120},"id":3220,"renderContextTable":{"__isSmartRef__":true,"id":22125},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":22126}],"eventHandler":{"__isSmartRef__":true,"id":22128},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":false,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":22129},"priorExtent":{"__isSmartRef__":true,"id":22130},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":null,"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"isCopyMorphRef":true,"morphRefId":1,"__LivelyClassName__":"lively.morphic.Text"},"22120":{"_Position":{"__isSmartRef__":true,"id":22121},"renderContextTable":{"__isSmartRef__":true,"id":22122},"_Extent":{"__isSmartRef__":true,"id":22123},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":21807},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":21808},"_Fill":{"__isSmartRef__":true,"id":22124},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22121":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22122":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22123":{"x":226,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22124":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22125":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"22126":{"style":{"__isSmartRef__":true,"id":22127},"chunkOwner":{"__isSmartRef__":true,"id":22119},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"22127":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"22128":{"morph":{"__isSmartRef__":true,"id":22119},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22129":{"x":4,"y":4,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22130":{"x":226,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22131":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":22132},"id":6793,"renderContextTable":{"__isSmartRef__":true,"id":22148},"eventHandler":{"__isSmartRef__":true,"id":22149},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":22150},"priorExtent":{"__isSmartRef__":true,"id":22151},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":22138},"lighterFill":{"__isSmartRef__":true,"id":22152},"label":{"__isSmartRef__":true,"id":22161},"layout":{"__isSmartRef__":true,"id":22173},"owner":null,"attributeConnections":[{"__isSmartRef__":true,"id":22174},{"__isSmartRef__":true,"id":22175}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","isCopyMorphRef":true,"morphRefId":1,"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Button"},"22132":{"_Position":{"__isSmartRef__":true,"id":22133},"renderContextTable":{"__isSmartRef__":true,"id":22134},"_Extent":{"__isSmartRef__":true,"id":22135},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":22136},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":22137},"_Fill":{"__isSmartRef__":true,"id":22138},"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22133":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22134":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22135":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22136":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22137":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22138":{"stops":[{"__isSmartRef__":true,"id":22139},{"__isSmartRef__":true,"id":22141},{"__isSmartRef__":true,"id":22143},{"__isSmartRef__":true,"id":22145}],"vector":{"__isSmartRef__":true,"id":22147},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"22139":{"offset":0,"color":{"__isSmartRef__":true,"id":22140}},"22140":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22141":{"offset":0.4,"color":{"__isSmartRef__":true,"id":22142}},"22142":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22143":{"offset":0.6,"color":{"__isSmartRef__":true,"id":22144}},"22144":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22145":{"offset":1,"color":{"__isSmartRef__":true,"id":22146}},"22146":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22147":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22148":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"22149":{"morph":{"__isSmartRef__":true,"id":22131},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22150":{"x":478,"y":187,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22151":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22152":{"stops":[{"__isSmartRef__":true,"id":22153},{"__isSmartRef__":true,"id":22155},{"__isSmartRef__":true,"id":22157},{"__isSmartRef__":true,"id":22159}],"vector":{"__isSmartRef__":true,"id":22147},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"22153":{"offset":0,"color":{"__isSmartRef__":true,"id":22154}},"22154":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22155":{"offset":0.4,"color":{"__isSmartRef__":true,"id":22156}},"22156":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22157":{"offset":0.6,"color":{"__isSmartRef__":true,"id":22158}},"22158":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22159":{"offset":1,"color":{"__isSmartRef__":true,"id":22160}},"22160":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22161":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":22162},"id":6794,"renderContextTable":{"__isSmartRef__":true,"id":22167},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":22168}],"eventHandler":{"__isSmartRef__":true,"id":22170},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":22171},"priorExtent":{"__isSmartRef__":true,"id":22172},"_MaxTextWidth":60,"_MinTextWidth":60,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":null,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Text"},"22162":{"_Position":{"__isSmartRef__":true,"id":22163},"renderContextTable":{"__isSmartRef__":true,"id":22164},"_Extent":{"__isSmartRef__":true,"id":22165},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":22166},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":21808},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22163":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22164":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22165":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22166":{"x":0,"y":6,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22167":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"22168":{"style":{"__isSmartRef__":true,"id":22169},"chunkOwner":{"__isSmartRef__":true,"id":22161},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"22169":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"22170":{"morph":{"__isSmartRef__":true,"id":22161},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22171":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22172":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22173":{"moveVertical":true,"moveHorizontal":true},"22174":{"sourceObj":{"__isSmartRef__":true,"id":22131},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":22117},"targetMethodName":"removeTopLevel","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"22175":{"sourceObj":{"__isSmartRef__":true,"id":22131},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":22117},"targetMethodName":"result","converter":null,"converterString":"function () { return null }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":22176},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"22176":{"source":{"__isSmartRef__":true,"id":22131},"target":{"__isSmartRef__":true,"id":22117}},"22177":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":22178},"id":6795,"renderContextTable":{"__isSmartRef__":true,"id":22183},"eventHandler":{"__isSmartRef__":true,"id":22184},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":22185},"priorExtent":{"__isSmartRef__":true,"id":22186},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":22138},"lighterFill":{"__isSmartRef__":true,"id":22187},"label":{"__isSmartRef__":true,"id":22196},"layout":{"__isSmartRef__":true,"id":22208},"owner":null,"attributeConnections":[{"__isSmartRef__":true,"id":22209},{"__isSmartRef__":true,"id":22210}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","isCopyMorphRef":true,"morphRefId":2,"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Button"},"22178":{"_Position":{"__isSmartRef__":true,"id":22179},"renderContextTable":{"__isSmartRef__":true,"id":22180},"_Extent":{"__isSmartRef__":true,"id":22181},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":22182},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":22137},"_Fill":{"__isSmartRef__":true,"id":22138},"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22179":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22180":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22181":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22182":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22183":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"22184":{"morph":{"__isSmartRef__":true,"id":22177},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22185":{"x":414,"y":187,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22186":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22187":{"stops":[{"__isSmartRef__":true,"id":22188},{"__isSmartRef__":true,"id":22190},{"__isSmartRef__":true,"id":22192},{"__isSmartRef__":true,"id":22194}],"vector":{"__isSmartRef__":true,"id":22147},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"22188":{"offset":0,"color":{"__isSmartRef__":true,"id":22189}},"22189":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22190":{"offset":0.4,"color":{"__isSmartRef__":true,"id":22191}},"22191":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22192":{"offset":0.6,"color":{"__isSmartRef__":true,"id":22193}},"22193":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22194":{"offset":1,"color":{"__isSmartRef__":true,"id":22195}},"22195":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22196":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":22197},"id":6796,"renderContextTable":{"__isSmartRef__":true,"id":22202},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":22203}],"eventHandler":{"__isSmartRef__":true,"id":22205},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":22206},"priorExtent":{"__isSmartRef__":true,"id":22207},"_MaxTextWidth":60,"_MinTextWidth":60,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":null,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Text"},"22197":{"_Position":{"__isSmartRef__":true,"id":22198},"renderContextTable":{"__isSmartRef__":true,"id":22199},"_Extent":{"__isSmartRef__":true,"id":22200},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":22201},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":21808},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22198":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22199":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22200":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22201":{"x":0,"y":6,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22202":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"22203":{"style":{"__isSmartRef__":true,"id":22204},"chunkOwner":{"__isSmartRef__":true,"id":22196},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"22204":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"22205":{"morph":{"__isSmartRef__":true,"id":22196},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22206":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22207":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22208":{"moveVertical":true,"moveHorizontal":true},"22209":{"sourceObj":{"__isSmartRef__":true,"id":22177},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":22117},"targetMethodName":"removeTopLevel","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"22210":{"sourceObj":{"__isSmartRef__":true,"id":22177},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":21802},"targetMethodName":"doSave","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"22211":{"x":540,"y":420,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22212":{"x":365,"y":-16,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22213":{"x":0,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22214":{"copyToPartsBin":{"__isSmartRef__":true,"id":22215},"onPublish":{"__isSmartRef__":true,"id":22223},"onCancel":{"__isSmartRef__":true,"id":22227},"setTarget":{"__isSmartRef__":true,"id":22231},"reset":{"__isSmartRef__":true,"id":22235}},"22215":{"varMapping":{"__isSmartRef__":true,"id":22216},"source":"function copyToPartsBin(morph) {\n var name = this.get('NameText').textString\n\n var info = morph.getPartsBinMetaInfo();\n morph.setName(name);\n\n info.partsSpaceName = this.get('CategoryText').textString\n info.comment = this.get('CommentText').textString\n\n if (! info.changes) info.changes = [];\n var change = { \n date: new Date(), \n author: this.world().getUserName(), \n message: this.get('CommitMessageText').textString,\n id: Strings.newUUID()\n }\n info.changes.push(change) \n\n morph.copyToPartsBin();\n}","funcProperties":{"__isSmartRef__":true,"id":22221},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"22216":{"this":{"__isSmartRef__":true,"id":21801},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":22217}},"22217":{"$super":{"__isSmartRef__":true,"id":22218}},"22218":{"varMapping":{"__isSmartRef__":true,"id":22219},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":22220},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"22219":{"obj":{"__isSmartRef__":true,"id":21801},"name":"copyToPartsBin"},"22220":{},"22221":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":22222}},"22222":{"isSerializedDate":true,"string":"Fri Oct 28 2011 15:13:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"22223":{"varMapping":{"__isSmartRef__":true,"id":22224},"source":"function onPublish() {\n if (!this.target) alert(\"No target to upload\");\n this.copyToPartsBin(this.target);\n connect(this.target, 'headRevision', this.owner, 'remove')\n}","funcProperties":{"__isSmartRef__":true,"id":22225},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"22224":{"this":{"__isSmartRef__":true,"id":21801}},"22225":{"timestamp":{"__isSmartRef__":true,"id":22226},"user":"undefined","tags":[]},"22226":{"isSerializedDate":true,"string":"Tue Mar 20 2012 12:59:48 GMT+0100 (Mitteleuropäische Zeit)"},"22227":{"varMapping":{"__isSmartRef__":true,"id":22228},"source":"function onCancel() {\n alertOK(\"cancel upload \") \n this.owner.remove()\n}","funcProperties":{"__isSmartRef__":true,"id":22229},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"22228":{"this":{"__isSmartRef__":true,"id":21801}},"22229":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":22230}},"22230":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:52:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"22231":{"varMapping":{"__isSmartRef__":true,"id":22232},"source":"function setTarget(morph) {\n this.target = morph \n if (!morph) {\n this.get('NameText').textString = '';\n this.get('CategoryText').textString = '';\n this.get('CommentText').textString = ''; \n this.get('CommitMessageText').textString = '' \n return\n }\n var info = this.target.getPartsBinMetaInfo();\n this.get('NameText').textString = info.partName || morph.getName();\n this.get('CategoryText').textString = info.partsSpaceName;\n this.get('CommentText').textString = info.comment; \n this.get('CommitMessageText').textString = '' \n\n}","funcProperties":{"__isSmartRef__":true,"id":22233},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"22232":{"this":{"__isSmartRef__":true,"id":21801}},"22233":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":22234}},"22234":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:46:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"22235":{"varMapping":{"__isSmartRef__":true,"id":22236},"source":"function reset() {\n this.setTarget(null)\n \n}","funcProperties":{"__isSmartRef__":true,"id":22237},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"22236":{"this":{"__isSmartRef__":true,"id":21801}},"22237":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":22238}},"22238":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:45:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"22239":{"renderContextTable":{"__isSmartRef__":true,"id":22240},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":22241},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":22242},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22240":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22241":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22242":{"x":542,"y":242,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22243":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"22244":{"morph":{"__isSmartRef__":true,"id":21653},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22245":{"adjustForNewBounds":true},"22246":{"x":542,"y":242,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22247":{"x":0,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22248":{"x":463,"y":297,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22249":{"partName":"PublishPartDialog","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/BP2012","__SourceModuleName__":"Global.lively.PartsBin","comment":"A dialog for publishing parts in the PartsBin.","changes":[{"__isSmartRef__":true,"id":22250},{"__isSmartRef__":true,"id":22252},{"__isSmartRef__":true,"id":22254},{"__isSmartRef__":true,"id":22256},{"__isSmartRef__":true,"id":22258},{"__isSmartRef__":true,"id":22260},{"__isSmartRef__":true,"id":22262}],"revisionOnLoad":146804,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"22250":{"date":{"__isSmartRef__":true,"id":22251},"author":"undefined","message":"init for change - don't remove on click","id":"00A6DFFB-70D2-44A4-B5F9-0778E1CA5724"},"22251":{"isSerializedDate":true,"string":"Tue Mar 20 2012 12:04:27 GMT+0100 (Mitteleuropäische Zeit)"},"22252":{"date":{"__isSmartRef__":true,"id":22253},"author":"jenslincke","message":"- fixed issue 283 (Reproduction: Open part, select publish from menu, focus part name input field in dialog, press enter.-> window pane disappears; window decoration stays; part is not published)","id":"1A260BD5-E668-4BD4-B7A2-94E087AB4CE1"},"22253":{"isSerializedDate":true,"string":"Thu Jan 26 2012 12:10:41 GMT+0100 (Mitteleuropäische Zeit)"},"22254":{"date":{"__isSmartRef__":true,"id":22255},"author":"jenslincke","message":""},"22255":{"isSerializedDate":true,"string":"Fri Oct 28 2011 16:06:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"22256":{"date":{"__isSmartRef__":true,"id":22257},"author":"jenslincke","message":"store an uuid when publishing an object"},"22257":{"isSerializedDate":true,"string":"Fri Oct 28 2011 15:15:02 GMT+0200 (Mitteleuropäische Sommerzeit)"},"22258":{"date":{"__isSmartRef__":true,"id":22259},"author":"jenslincke","message":""},"22259":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:52:26 GMT+0200 (Mitteleuropäische Sommerzeit)"},"22260":{"date":{"__isSmartRef__":true,"id":22261},"author":"jenslincke","message":"first commit of Publish dialog using the publish dialog itself!"},"22261":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:54:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"22262":{"date":{"__isSmartRef__":true,"id":22263},"author":"undefined","message":"","id":"A5F4EACF-EF62-483F-B8B3-65966A895FA4"},"22263":{"isSerializedDate":true,"string":"Tue Mar 20 2012 13:00:03 GMT+0100 (Mitteleuropäische Zeit)"},"22264":{"x":746.5,"y":317,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22265":{"sourceObj":{"__isSmartRef__":true,"id":18800},"sourceAttrName":"headRevision","targetObj":{"__isSmartRef__":true,"id":22266},"targetMethodName":"remove","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"22266":{"submorphs":[{"__isSmartRef__":true,"id":22267},{"__isSmartRef__":true,"id":22415}],"scripts":[],"shape":{"__isSmartRef__":true,"id":22905},"id":"0E549033-D4D4-4463-B62C-DAE1FBA61047","renderContextTable":{"__isSmartRef__":true,"id":22909},"eventHandler":{"__isSmartRef__":true,"id":22910},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":22911},"LK2":true,"priorExtent":{"__isSmartRef__":true,"id":22912},"targetMorph":{"__isSmartRef__":true,"id":22415},"titleBar":{"__isSmartRef__":true,"id":22267},"contentOffset":{"__isSmartRef__":true,"id":22913},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"highlighted":true,"prevDragPos":{"__isSmartRef__":true,"id":22914},"isBeingDragged":false,"showsHalos":false,"name":"PublishPartDialog","partsBinMetaInfo":{"__isSmartRef__":true,"id":22915},"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[{"__isSmartRef__":true,"id":22934},{"__isSmartRef__":true,"id":23548}],"doNotSerialize":["$$headRevision"],"doNotCopyProperties":["$$headRevision"],"prevScroll":[0,0],"_Position":{"__isSmartRef__":true,"id":24213},"isCopyMorphRef":true,"morphRefId":12,"derivationIds":[2879,"91414FD8-3775-435F-96A6-39E0CB891CD7","9CB574CD-94E3-465A-B85C-91F97E070BC3","C9D390C2-399F-44AF-A316-A4A117E5F7B6","0A0B9181-A04D-441B-944F-585ED335E81B"],"moved":true,"_Rotation":0,"_Scale":1,"owner":null,"headRevision":147095,"__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"22267":{"submorphs":[{"__isSmartRef__":true,"id":22268},{"__isSmartRef__":true,"id":22282},{"__isSmartRef__":true,"id":22329},{"__isSmartRef__":true,"id":22363}],"scripts":[],"shape":{"__isSmartRef__":true,"id":22398},"id":"BF2B4FCB-0396-4DC6-8772-077735F1A8B9","renderContextTable":{"__isSmartRef__":true,"id":22410},"eventHandler":{"__isSmartRef__":true,"id":22411},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":22412},"_Position":{"__isSmartRef__":true,"id":22413},"windowMorph":{"__isSmartRef__":true,"id":22266},"label":{"__isSmartRef__":true,"id":22268},"closeButton":{"__isSmartRef__":true,"id":22282},"menuButton":{"__isSmartRef__":true,"id":22329},"collapseButton":{"__isSmartRef__":true,"id":22363},"priorExtent":{"__isSmartRef__":true,"id":22414},"owner":{"__isSmartRef__":true,"id":22266},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2880,"108B5871-F6C8-4442-82D1-F8776D2C85A2","503529CB-0F23-4456-8597-CD5E86CF03F0","4FB4914E-E245-4D67-BE3B-63091E2C8C95","B69B0DCD-8CC6-4A06-B738-A12B5269CD7D"],"_Scale":1,"__LivelyClassName__":"lively.morphic.TitleBar"},"22268":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":22269},"id":"B0045600-73B0-4E1C-8C5C-1E7C772C1973","renderContextTable":{"__isSmartRef__":true,"id":22275},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":22276}],"eventHandler":{"__isSmartRef__":true,"id":22278},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":22279},"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":22267},"priorExtent":{"__isSmartRef__":true,"id":22280},"_MaxTextWidth":483,"_MinTextWidth":483,"_MaxTextHeight":null,"_MinTextHeight":null,"_Position":{"__isSmartRef__":true,"id":22281},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2881,"A06A709C-AD42-48D0-A66A-9C21EA4F4E66","EE1A345D-476E-4E22-BE89-E59A0C11001B","90634CE5-77D0-4064-961C-4CBADE59C6F8","C26670E3-5765-406B-972F-888FD1EAF967"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"22269":{"_Position":{"__isSmartRef__":true,"id":22270},"renderContextTable":{"__isSmartRef__":true,"id":22271},"_Extent":{"__isSmartRef__":true,"id":22272},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":22273},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":22274},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22270":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22271":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22272":{"x":483,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22273":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22274":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22275":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"22276":{"style":{"__isSmartRef__":true,"id":22277},"chunkOwner":{"__isSmartRef__":true,"id":22268},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Publish in PartsBin","__LivelyClassName__":"lively.morphic.TextChunk"},"22277":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"22278":{"morph":{"__isSmartRef__":true,"id":22268},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22279":{"resizeWidth":true},"22280":{"x":483,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22281":{"x":20,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22282":{"submorphs":[{"__isSmartRef__":true,"id":22283}],"scripts":[],"shape":{"__isSmartRef__":true,"id":22295},"id":"0327FBAB-B8EB-4FCD-B03E-F4EDB5B56E01","renderContextTable":{"__isSmartRef__":true,"id":22311},"eventHandler":{"__isSmartRef__":true,"id":22312},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":22313},"priorExtent":{"__isSmartRef__":true,"id":22314},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":22301},"lighterFill":{"__isSmartRef__":true,"id":22315},"label":{"__isSmartRef__":true,"id":22283},"owner":{"__isSmartRef__":true,"id":22267},"layout":{"__isSmartRef__":true,"id":22324},"attributeConnections":[{"__isSmartRef__":true,"id":22325},{"__isSmartRef__":true,"id":22327}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","prevScroll":[0,0],"derivationIds":[2882,"6FF08B49-B1B5-4E12-8CE8-DF895115627D","7F48C6F9-BB0C-405E-991B-410F179F7FE6","8405D63F-4E07-4FE8-9008-DD8AE000B5C8","D81DD158-CA4D-44A9-B0A6-3FD7DF7EFD68"],"_Scale":1,"__LivelyClassName__":"lively.morphic.WindowControl"},"22283":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":22284},"id":"B42DCE80-8947-4191-8133-E864D6939272","renderContextTable":{"__isSmartRef__":true,"id":22289},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":22290}],"eventHandler":{"__isSmartRef__":true,"id":22292},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":22293},"priorExtent":{"__isSmartRef__":true,"id":22294},"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":22282},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2883,"9FBA502B-65B1-4FF2-A0A6-9951E3C50B9C","9F297DAE-65AA-45A3-AFAE-BD35F359E24A","75386CDF-09C9-47F2-8762-F737A49FD645","C43A7038-D61D-47C7-BFA8-8C8A77627643"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"22284":{"_Position":{"__isSmartRef__":true,"id":22285},"renderContextTable":{"__isSmartRef__":true,"id":22286},"_Extent":{"__isSmartRef__":true,"id":22287},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":22288},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":22274},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22285":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22286":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22287":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22288":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22289":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"22290":{"style":{"__isSmartRef__":true,"id":22291},"chunkOwner":{"__isSmartRef__":true,"id":22283},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk"},"22291":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"22292":{"morph":{"__isSmartRef__":true,"id":22283},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22293":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22294":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22295":{"_Position":{"__isSmartRef__":true,"id":22296},"renderContextTable":{"__isSmartRef__":true,"id":22297},"_Extent":{"__isSmartRef__":true,"id":22298},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":22299},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":22300},"_Fill":{"__isSmartRef__":true,"id":22301},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22296":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22297":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22298":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22299":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22300":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22301":{"stops":[{"__isSmartRef__":true,"id":22302},{"__isSmartRef__":true,"id":22304},{"__isSmartRef__":true,"id":22306},{"__isSmartRef__":true,"id":22308}],"vector":{"__isSmartRef__":true,"id":22310},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"22302":{"offset":0,"color":{"__isSmartRef__":true,"id":22303}},"22303":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22304":{"offset":0.4,"color":{"__isSmartRef__":true,"id":22305}},"22305":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22306":{"offset":0.6,"color":{"__isSmartRef__":true,"id":22307}},"22307":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22308":{"offset":1,"color":{"__isSmartRef__":true,"id":22309}},"22309":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22310":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22311":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"22312":{"morph":{"__isSmartRef__":true,"id":22282},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22313":{"x":522,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22314":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22315":{"stops":[{"__isSmartRef__":true,"id":22316},{"__isSmartRef__":true,"id":22318},{"__isSmartRef__":true,"id":22320},{"__isSmartRef__":true,"id":22322}],"vector":{"__isSmartRef__":true,"id":22310},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"22316":{"offset":0,"color":{"__isSmartRef__":true,"id":22317}},"22317":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22318":{"offset":0.4,"color":{"__isSmartRef__":true,"id":22319}},"22319":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22320":{"offset":0.6,"color":{"__isSmartRef__":true,"id":22321}},"22321":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22322":{"offset":1,"color":{"__isSmartRef__":true,"id":22323}},"22323":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22324":{"moveHorizontal":true},"22325":{"sourceObj":{"__isSmartRef__":true,"id":22282},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":22266},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":22326},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"22326":{"source":{"__isSmartRef__":true,"id":22282},"target":{"__isSmartRef__":true,"id":22266}},"22327":{"sourceObj":{"__isSmartRef__":true,"id":22282},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":22266},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":22328},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"22328":{"source":{"__isSmartRef__":true,"id":22282},"target":{"__isSmartRef__":true,"id":22266}},"22329":{"submorphs":[{"__isSmartRef__":true,"id":22330}],"scripts":[],"shape":{"__isSmartRef__":true,"id":22341},"id":"9D50B9A4-903B-420F-B52E-83FC0EEB0C65","renderContextTable":{"__isSmartRef__":true,"id":22346},"eventHandler":{"__isSmartRef__":true,"id":22347},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":22348},"priorExtent":{"__isSmartRef__":true,"id":22349},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":22301},"lighterFill":{"__isSmartRef__":true,"id":22350},"label":{"__isSmartRef__":true,"id":22330},"owner":{"__isSmartRef__":true,"id":22267},"attributeConnections":[{"__isSmartRef__":true,"id":22359},{"__isSmartRef__":true,"id":22361}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","derivationIds":[2884,"64F20257-1A1D-4B3E-97C4-BC5D1F1E14B5","A377FFCE-0FDC-41B6-BD34-D9F0507B57DA","7334352E-B497-4F10-8C06-FBE36AA778C7","E8269870-961E-49ED-ACE6-3CB90CD1937A"],"_Scale":1,"__LivelyClassName__":"lively.morphic.WindowControl"},"22330":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":22331},"id":"19EB3A98-8FFF-4B4F-A271-47C4F187DE3A","renderContextTable":{"__isSmartRef__":true,"id":22335},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":22336}],"eventHandler":{"__isSmartRef__":true,"id":22338},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":22339},"priorExtent":{"__isSmartRef__":true,"id":22340},"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":22329},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[2885,"EC48B50E-CD5B-46FB-BF78-484373EED980","59F8AF9B-799B-413B-86B2-BFD03A4B2559","F8293A60-E9DB-40E3-B202-D547939F8A8D","30E16AEA-8638-441D-A4B6-A7F2EB4D1987"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"22331":{"_Position":{"__isSmartRef__":true,"id":22332},"renderContextTable":{"__isSmartRef__":true,"id":22333},"_Extent":{"__isSmartRef__":true,"id":22334},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":22288},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":22274},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22332":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22333":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22334":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22335":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"22336":{"style":{"__isSmartRef__":true,"id":22337},"chunkOwner":{"__isSmartRef__":true,"id":22330},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk"},"22337":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"22338":{"morph":{"__isSmartRef__":true,"id":22330},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22339":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22340":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22341":{"_Position":{"__isSmartRef__":true,"id":22342},"renderContextTable":{"__isSmartRef__":true,"id":22343},"_Extent":{"__isSmartRef__":true,"id":22344},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":22345},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":22300},"_Fill":{"__isSmartRef__":true,"id":22301},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22342":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22343":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22344":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22345":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22346":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"22347":{"morph":{"__isSmartRef__":true,"id":22329},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22348":{"x":3,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22349":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22350":{"stops":[{"__isSmartRef__":true,"id":22351},{"__isSmartRef__":true,"id":22353},{"__isSmartRef__":true,"id":22355},{"__isSmartRef__":true,"id":22357}],"vector":{"__isSmartRef__":true,"id":22310},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"22351":{"offset":0,"color":{"__isSmartRef__":true,"id":22352}},"22352":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22353":{"offset":0.4,"color":{"__isSmartRef__":true,"id":22354}},"22354":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22355":{"offset":0.6,"color":{"__isSmartRef__":true,"id":22356}},"22356":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22357":{"offset":1,"color":{"__isSmartRef__":true,"id":22358}},"22358":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22359":{"sourceObj":{"__isSmartRef__":true,"id":22329},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":22266},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":22360},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"22360":{"source":{"__isSmartRef__":true,"id":22329},"target":{"__isSmartRef__":true,"id":22266}},"22361":{"sourceObj":{"__isSmartRef__":true,"id":22329},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":22266},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":22362},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"22362":{"source":{"__isSmartRef__":true,"id":22329},"target":{"__isSmartRef__":true,"id":22266}},"22363":{"submorphs":[{"__isSmartRef__":true,"id":22364}],"scripts":[],"shape":{"__isSmartRef__":true,"id":22375},"id":"2A3AC498-3070-4F7F-A52D-92498E5021D4","renderContextTable":{"__isSmartRef__":true,"id":22380},"eventHandler":{"__isSmartRef__":true,"id":22381},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":22382},"priorExtent":{"__isSmartRef__":true,"id":22383},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":22301},"lighterFill":{"__isSmartRef__":true,"id":22384},"label":{"__isSmartRef__":true,"id":22364},"owner":{"__isSmartRef__":true,"id":22267},"layout":{"__isSmartRef__":true,"id":22393},"attributeConnections":[{"__isSmartRef__":true,"id":22394},{"__isSmartRef__":true,"id":22396}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","prevScroll":[0,0],"derivationIds":[2886,"9FC4F0BE-916D-456B-AEC7-E6C1AC6040CA","A0A4775F-7F2F-4563-840D-CAA5CB435D75","C87D3EB9-4C3B-4230-9794-F5B71B528C74","D62C35A2-6803-4217-9DFD-0E480D4B82AE"],"_Scale":1,"__LivelyClassName__":"lively.morphic.WindowControl"},"22364":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":22365},"id":"40BE355C-9677-4433-B6AF-51865534839A","renderContextTable":{"__isSmartRef__":true,"id":22369},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":22370}],"eventHandler":{"__isSmartRef__":true,"id":22372},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":22373},"priorExtent":{"__isSmartRef__":true,"id":22374},"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":22363},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2887,"42347453-BADB-4DB0-9486-C479B704CD7C","B0BBE9B3-B5DD-4E4F-A1AA-1C03BB1BFF4E","8AE3BC44-F336-420E-A2E9-BBA0DC6A3D72","3DC5BABC-5EF1-4FC6-805B-0FC1CC02282F"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"22365":{"_Position":{"__isSmartRef__":true,"id":22366},"renderContextTable":{"__isSmartRef__":true,"id":22367},"_Extent":{"__isSmartRef__":true,"id":22368},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":22288},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":22274},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22366":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22367":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22368":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22369":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"22370":{"style":{"__isSmartRef__":true,"id":22371},"chunkOwner":{"__isSmartRef__":true,"id":22364},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk"},"22371":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"22372":{"morph":{"__isSmartRef__":true,"id":22364},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22373":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22374":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22375":{"_Position":{"__isSmartRef__":true,"id":22376},"renderContextTable":{"__isSmartRef__":true,"id":22377},"_Extent":{"__isSmartRef__":true,"id":22378},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":22379},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":22300},"_Fill":{"__isSmartRef__":true,"id":22301},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22376":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22377":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22378":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22379":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22380":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"22381":{"morph":{"__isSmartRef__":true,"id":22363},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22382":{"x":503,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22383":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22384":{"stops":[{"__isSmartRef__":true,"id":22385},{"__isSmartRef__":true,"id":22387},{"__isSmartRef__":true,"id":22389},{"__isSmartRef__":true,"id":22391}],"vector":{"__isSmartRef__":true,"id":22310},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"22385":{"offset":0,"color":{"__isSmartRef__":true,"id":22386}},"22386":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22387":{"offset":0.4,"color":{"__isSmartRef__":true,"id":22388}},"22388":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22389":{"offset":0.6,"color":{"__isSmartRef__":true,"id":22390}},"22390":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22391":{"offset":1,"color":{"__isSmartRef__":true,"id":22392}},"22392":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22393":{"moveHorizontal":true},"22394":{"sourceObj":{"__isSmartRef__":true,"id":22363},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":22266},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":22395},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"22395":{"source":{"__isSmartRef__":true,"id":22363},"target":{"__isSmartRef__":true,"id":22266}},"22396":{"sourceObj":{"__isSmartRef__":true,"id":22363},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":22266},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":22397},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"22397":{"source":{"__isSmartRef__":true,"id":22363},"target":{"__isSmartRef__":true,"id":22266}},"22398":{"_Position":{"__isSmartRef__":true,"id":22399},"renderContextTable":{"__isSmartRef__":true,"id":22400},"_Extent":{"__isSmartRef__":true,"id":22401},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":22402},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":22403},"_Fill":{"__isSmartRef__":true,"id":22404},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22399":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22400":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22401":{"x":542,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22402":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22403":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22404":{"stops":[{"__isSmartRef__":true,"id":22405},{"__isSmartRef__":true,"id":22407}],"vector":{"__isSmartRef__":true,"id":22409},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"22405":{"offset":0,"color":{"__isSmartRef__":true,"id":22406}},"22406":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22407":{"offset":1,"color":{"__isSmartRef__":true,"id":22408}},"22408":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22409":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22410":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"22411":{"morph":{"__isSmartRef__":true,"id":22267},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22412":{"resizeWidth":true,"adjustForNewBounds":true},"22413":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22414":{"x":542,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22415":{"submorphs":[{"__isSmartRef__":true,"id":22416},{"__isSmartRef__":true,"id":22431},{"__isSmartRef__":true,"id":22446},{"__isSmartRef__":true,"id":22462},{"__isSmartRef__":true,"id":22478},{"__isSmartRef__":true,"id":22493},{"__isSmartRef__":true,"id":22509},{"__isSmartRef__":true,"id":22525},{"__isSmartRef__":true,"id":22608},{"__isSmartRef__":true,"id":22690},{"__isSmartRef__":true,"id":22705},{"__isSmartRef__":true,"id":22721}],"scripts":[],"shape":{"__isSmartRef__":true,"id":22769},"id":"2FFCF857-038B-4717-B43C-885673E6D02E","renderContextTable":{"__isSmartRef__":true,"id":22776},"eventHandler":{"__isSmartRef__":true,"id":22777},"droppingEnabled":true,"halosEnabled":true,"isLockOwner":false,"layout":{"__isSmartRef__":true,"id":22778},"attributeConnections":[],"ownerApp":{"__isSmartRef__":true,"id":22779},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Core","name":"PublishPartPanePane","doNotSerialize":[],"doNotCopyProperties":[],"priorExtent":{"__isSmartRef__":true,"id":22873},"isBeingDragged":false,"prevScroll":[0,0],"distanceToDragEvent":{"__isSmartRef__":true,"id":22874},"grabbingEnabled":false,"_Position":{"__isSmartRef__":true,"id":22875},"owner":{"__isSmartRef__":true,"id":22266},"target":{"__isSmartRef__":true,"id":18800},"derivationIds":[2888,"7CD647EF-2BB4-4CD9-9D3B-4EE7BC59ECC2","B983FB4F-9323-4304-9603-5615E93C6C42","E738FAD5-9C83-4390-B193-06C21B6E51B0","5ED6DC7B-74C2-4149-BF56-1622F302C51E"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":22876},"__LivelyClassName__":"lively.morphic.Box","withLayers":["Global.lively.morphic.GrabbingLayer"]},"22416":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":22417},"id":"FF341356-D593-41A6-8C99-4D69EC22CDD8","renderContextTable":{"__isSmartRef__":true,"id":22424},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":22425}],"eventHandler":{"__isSmartRef__":true,"id":22427},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":22428},"priorExtent":{"__isSmartRef__":true,"id":22429},"_MaxTextWidth":230,"_MinTextWidth":230,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"owner":{"__isSmartRef__":true,"id":22415},"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":22430},"previousSelection":[0,9],"priorSelectionRange":[0,9],"isLockOwner":false,"name":"NameText","isCopyMorphRef":true,"morphRefId":1,"derivationIds":[2889,"9A8B5C1C-95BB-40F5-B9EF-B89DD5451B64","C49BF160-BBBE-422E-BDDC-B9A98A72ABFF","42B7E940-3BB5-4B79-B5D8-E4C8E780FF3B","50B247C7-D8F3-4CF5-BD3F-2A2867827CF1"],"savedTextString":"CommitMessageTest1","_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"22417":{"_Position":{"__isSmartRef__":true,"id":22418},"renderContextTable":{"__isSmartRef__":true,"id":22419},"_Extent":{"__isSmartRef__":true,"id":22420},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":22421},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":22422},"_Fill":{"__isSmartRef__":true,"id":22423},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22418":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22419":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22420":{"x":240,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22421":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22422":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22423":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22424":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"22425":{"style":{"__isSmartRef__":true,"id":22426},"chunkOwner":{"__isSmartRef__":true,"id":22416},"storedString":"MorphDiffer","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"22426":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"22427":{"morph":{"__isSmartRef__":true,"id":22416},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22428":{"x":10,"y":50,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22429":{"x":240,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22430":{"x":119,"y":-15,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22431":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":22432},"id":"8D3D21E9-9FC9-4E00-A646-C37A9AF4FAFC","renderContextTable":{"__isSmartRef__":true,"id":22439},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":22440}],"eventHandler":{"__isSmartRef__":true,"id":22442},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":22443},"priorExtent":{"__isSmartRef__":true,"id":22444},"_MaxTextWidth":510,"_MinTextWidth":510,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"name":"CommitMessageText","owner":{"__isSmartRef__":true,"id":22415},"distanceToDragEvent":{"__isSmartRef__":true,"id":22445},"previousSelection":[20,20],"priorSelectionRange":[36,36],"charsReplaced":"CommitMessageTest1","lastFindLoc":18,"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2890,"40048B1D-9547-4EA6-AB66-31168A1C9FAE","8A0DE790-FA6C-41C9-BA2B-84397DA3F39E","DCFEEBC9-D891-408E-A103-19356A96070F","EAEE386C-B48C-44E1-B80C-6830217A2FC6"],"savedTextString":"","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"22432":{"_Position":{"__isSmartRef__":true,"id":22433},"renderContextTable":{"__isSmartRef__":true,"id":22434},"_Extent":{"__isSmartRef__":true,"id":22435},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":22436},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":22437},"_Fill":{"__isSmartRef__":true,"id":22438},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22433":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22434":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22435":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22436":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22437":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22438":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22439":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"22440":{"style":{"__isSmartRef__":true,"id":22441},"chunkOwner":{"__isSmartRef__":true,"id":22431},"storedString":"keep scale of PartsBin version if it is smaller than the preview pane","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"22441":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"22442":{"morph":{"__isSmartRef__":true,"id":22431},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22443":{"x":10,"y":260,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22444":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22445":{"x":351,"y":-17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22446":{"submorphs":[],"scripts":[],"id":"2A09EC05-AB20-4082-9D0E-578617BBB6B9","shape":{"__isSmartRef__":true,"id":22447},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":22453},"_MaxTextWidth":114,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":22450},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text5","partsBinMetaInfo":{"__isSmartRef__":true,"id":22454},"textChunks":[{"__isSmartRef__":true,"id":22455}],"charsReplaced":"some text ","lastFindLoc":10,"priorSelectionRange":[0,4],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":22457},"renderContextTable":{"__isSmartRef__":true,"id":22458},"eventHandler":{"__isSmartRef__":true,"id":22459},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":22460},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","owner":{"__isSmartRef__":true,"id":22415},"_MinTextWidth":114,"_MinTextHeight":null,"previousSelection":[3,3],"distanceToDragEvent":{"__isSmartRef__":true,"id":22461},"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2891,"E101CA30-35F9-42F0-A46C-28671530C787","CE7E7640-C507-43BF-88EF-C4ACE8CCF564","F04823B9-5B0B-4CCA-B8F7-00BD8608ED16","DD4402A8-C90A-4187-92DA-813F59FF86E6"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"22447":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":22448},"_Extent":{"__isSmartRef__":true,"id":22449},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":22450},"renderContextTable":{"__isSmartRef__":true,"id":22451},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":22452},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22448":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22449":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22450":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22451":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22452":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22453":{"x":10,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22454":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"22455":{"style":{"__isSmartRef__":true,"id":22456},"morph":{"__isSmartRef__":true,"id":22446},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":22446},"storedString":"name","__LivelyClassName__":"lively.morphic.TextChunk"},"22456":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"22457":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22458":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"22459":{"morph":{"__isSmartRef__":true,"id":22446},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22460":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22461":{"x":78,"y":-3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22462":{"submorphs":[],"scripts":[],"id":"F9F4E6B8-220D-456E-8CB2-05513AA855DC","shape":{"__isSmartRef__":true,"id":22463},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":22469},"_MaxTextWidth":250,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":22466},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text6","partsBinMetaInfo":{"__isSmartRef__":true,"id":22470},"textChunks":[{"__isSmartRef__":true,"id":22471}],"charsReplaced":"changes","lastFindLoc":7,"priorSelectionRange":[0,14],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":22473},"renderContextTable":{"__isSmartRef__":true,"id":22474},"eventHandler":{"__isSmartRef__":true,"id":22475},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":22476},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":250,"_MinTextHeight":null,"previousSelection":[0,14],"distanceToDragEvent":{"__isSmartRef__":true,"id":22477},"owner":{"__isSmartRef__":true,"id":22415},"isLockOwner":false,"derivationIds":[2892,"E5DC0070-3EA2-4212-9AA7-E3C865547E5E","809E256F-82F6-4A22-B614-DE8C08FA5970","272C0F9A-E7EF-4ECE-851D-08ACB35EA24D","8AA544F8-6F47-454D-AE18-A264ACDEFA7E"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"22463":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":22464},"_Extent":{"__isSmartRef__":true,"id":22465},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":22466},"renderContextTable":{"__isSmartRef__":true,"id":22467},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":22468},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22464":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22465":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22466":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22467":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22468":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22469":{"x":10,"y":240,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22470":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"22471":{"style":{"__isSmartRef__":true,"id":22472},"morph":{"__isSmartRef__":true,"id":22462},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":22462},"storedString":"commit message","__LivelyClassName__":"lively.morphic.TextChunk"},"22472":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"22473":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22474":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"22475":{"morph":{"__isSmartRef__":true,"id":22462},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22476":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22477":{"x":174,"y":-21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22478":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":22479},"id":"CAD3EB4E-1C44-4AE8-9336-CE6BDAFFBBFC","renderContextTable":{"__isSmartRef__":true,"id":22486},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":22487}],"eventHandler":{"__isSmartRef__":true,"id":22489},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":22490},"priorExtent":{"__isSmartRef__":true,"id":22491},"_MaxTextWidth":250,"_MinTextWidth":250,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"name":"CategoryText","owner":{"__isSmartRef__":true,"id":22415},"previousSelection":[0,14],"priorSelectionRange":[5,5],"charsReplaced":"CommitMessageTest1","lastFindLoc":18,"distanceToDragEvent":{"__isSmartRef__":true,"id":22492},"isLockOwner":false,"derivationIds":[2893,"FBE4B17F-DC2B-4783-899B-CF1B051F14D9","A2C45BC5-C44B-4AEA-A29E-ADE3DAF08638","640BD984-1AB2-45B8-BCEC-AB32A6199D68","BE2E06DB-4DFC-4628-9FED-8F3E87D18E07"],"savedTextString":"PartsBin/Basic","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"22479":{"_Position":{"__isSmartRef__":true,"id":22480},"renderContextTable":{"__isSmartRef__":true,"id":22481},"_Extent":{"__isSmartRef__":true,"id":22482},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":22483},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":22484},"_Fill":{"__isSmartRef__":true,"id":22485},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22480":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22481":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22482":{"x":260,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22483":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22484":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22485":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22486":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"22487":{"style":{"__isSmartRef__":true,"id":22488},"chunkOwner":{"__isSmartRef__":true,"id":22478},"storedString":"PartsBin/BP2012/","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"22488":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"22489":{"morph":{"__isSmartRef__":true,"id":22478},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22490":{"x":270,"y":50,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22491":{"x":260,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22492":{"x":132,"y":-13,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22493":{"submorphs":[],"scripts":[],"id":"5A00F9EF-21B4-43D8-9D37-6B92456A02DB","shape":{"__isSmartRef__":true,"id":22494},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":22500},"_MaxTextWidth":114,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":22497},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text7","partsBinMetaInfo":{"__isSmartRef__":true,"id":22501},"textChunks":[{"__isSmartRef__":true,"id":22502}],"charsReplaced":"name","lastFindLoc":4,"priorSelectionRange":[0,8],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":22504},"renderContextTable":{"__isSmartRef__":true,"id":22505},"eventHandler":{"__isSmartRef__":true,"id":22506},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":22507},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":114,"_MinTextHeight":null,"previousSelection":[2,2],"distanceToDragEvent":{"__isSmartRef__":true,"id":22508},"owner":{"__isSmartRef__":true,"id":22415},"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2894,"75F41AE1-CA7A-48D0-AE2C-7AAF6101B89C","CB87A9FB-0776-4109-BDE0-0E8C61F1626C","954BD4D6-BBF2-4D3C-94CA-21A38F66F449","5C78A757-B050-43F1-B4CF-26CE9CC58B03"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"22494":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":22495},"_Extent":{"__isSmartRef__":true,"id":22496},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":22497},"renderContextTable":{"__isSmartRef__":true,"id":22498},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":22499},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22495":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22496":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22497":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22498":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22499":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22500":{"x":270,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22501":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"22502":{"style":{"__isSmartRef__":true,"id":22503},"chunkOwner":{"__isSmartRef__":true,"id":22493},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"category","__LivelyClassName__":"lively.morphic.TextChunk"},"22503":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"22504":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22505":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"22506":{"morph":{"__isSmartRef__":true,"id":22493},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22507":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22508":{"x":87,"y":-11,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22509":{"submorphs":[],"scripts":[],"id":"5C2FFCFD-715C-4F5F-BE98-FF882F3C79C1","shape":{"__isSmartRef__":true,"id":22510},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":22516},"_MaxTextWidth":325,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":22513},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text8","partsBinMetaInfo":{"__isSmartRef__":true,"id":22517},"textChunks":[{"__isSmartRef__":true,"id":22518}],"charsReplaced":"Publish Object in PartsBin","lastFindLoc":26,"priorSelectionRange":[0,36],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":22520},"renderContextTable":{"__isSmartRef__":true,"id":22521},"eventHandler":{"__isSmartRef__":true,"id":22522},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":22523},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":325,"_MinTextHeight":null,"previousSelection":[0,36],"distanceToDragEvent":{"__isSmartRef__":true,"id":22524},"owner":{"__isSmartRef__":true,"id":22415},"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2895,"3AFBC971-95B4-48C4-888D-22FCBB742090","D0394F71-EBB2-452A-A71F-D172D5B1CAD6","79EDAC74-BD6B-42B1-BBBA-71B07578D1E0","C19A8344-D637-44B7-BB1F-FD0153E5A62B"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"22510":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":22511},"_Extent":{"__isSmartRef__":true,"id":22512},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":22513},"renderContextTable":{"__isSmartRef__":true,"id":22514},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":22515},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22511":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22512":{"x":325,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22513":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22514":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22515":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22516":{"x":10,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22517":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"22518":{"style":{"__isSmartRef__":true,"id":22519},"chunkOwner":{"__isSmartRef__":true,"id":22509},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Upload part to the shared repository","__LivelyClassName__":"lively.morphic.TextChunk"},"22519":{"italics":"normal","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"22520":{"x":325,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22521":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"22522":{"morph":{"__isSmartRef__":true,"id":22509},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22523":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22524":{"x":221,"y":-12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22525":{"submorphs":[{"__isSmartRef__":true,"id":22526}],"scripts":[],"id":"ED212318-CCD7-48EC-A384-3A81EF32AEAA","shape":{"__isSmartRef__":true,"id":22541},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":22545},"lighterFill":{"__isSmartRef__":true,"id":22557},"label":{"__isSmartRef__":true,"id":22526},"name":"Button","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":22566},"attributeConnections":[{"__isSmartRef__":true,"id":22567}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":22603},"renderContextTable":{"__isSmartRef__":true,"id":22604},"eventHandler":{"__isSmartRef__":true,"id":22605},"distanceToDragEvent":{"__isSmartRef__":true,"id":22606},"_Position":{"__isSmartRef__":true,"id":22607},"owner":{"__isSmartRef__":true,"id":22415},"derivationIds":[2896,"40384C75-EF01-4AAD-AA1C-A7C19EDB6A0F","21376B8E-78CF-456D-87AA-4D62D86B16D2","E9336A59-C7BF-4C91-88B0-0D0477AA75AE","A5E21E04-05F3-4A15-AAFA-55946EEC5F80"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Button"},"22526":{"submorphs":[],"scripts":[],"id":"0A813E4B-403F-4161-AD35-6AA1684D66D1","shape":{"__isSmartRef__":true,"id":22527},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":22533},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":22534},"_Padding":{"__isSmartRef__":true,"id":22535},"owner":{"__isSmartRef__":true,"id":22525},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":22536},"textChunks":[{"__isSmartRef__":true,"id":22537}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":22539},"eventHandler":{"__isSmartRef__":true,"id":22540},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":101,"_MinTextHeight":null,"derivationIds":[2897,"92EB5E70-61BB-4A71-942C-A34A20789B2F","A9C9F9CF-1BAC-4074-A093-4EB0C3C90866","2FE50303-6361-4A70-9BD5-0D8D1C8B5176","D774C172-7EE9-40AE-9949-340BA8EDBD37"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"22527":{"position":{"__isSmartRef__":true,"id":22528},"_Extent":{"__isSmartRef__":true,"id":22529},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":22530},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":22531},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":22532},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22528":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22529":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22530":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22531":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22532":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22533":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22534":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22535":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22536":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22537":{"style":{"__isSmartRef__":true,"id":22538},"chunkOwner":{"__isSmartRef__":true,"id":22526},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"cancel","__LivelyClassName__":"lively.morphic.TextChunk"},"22538":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"22539":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"22540":{"morph":{"__isSmartRef__":true,"id":22526},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22541":{"position":{"__isSmartRef__":true,"id":22542},"_Extent":{"__isSmartRef__":true,"id":22543},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":22544},"_Fill":{"__isSmartRef__":true,"id":22545},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":22555},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":22556},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22542":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22543":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22544":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22545":{"stops":[{"__isSmartRef__":true,"id":22546},{"__isSmartRef__":true,"id":22548},{"__isSmartRef__":true,"id":22550},{"__isSmartRef__":true,"id":22552}],"vector":{"__isSmartRef__":true,"id":22554},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"22546":{"offset":0,"color":{"__isSmartRef__":true,"id":22547}},"22547":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22548":{"offset":0.4,"color":{"__isSmartRef__":true,"id":22549}},"22549":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22550":{"offset":0.6,"color":{"__isSmartRef__":true,"id":22551}},"22551":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22552":{"offset":1,"color":{"__isSmartRef__":true,"id":22553}},"22553":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22554":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22555":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22556":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22557":{"stops":[{"__isSmartRef__":true,"id":22558},{"__isSmartRef__":true,"id":22560},{"__isSmartRef__":true,"id":22562},{"__isSmartRef__":true,"id":22564}],"vector":{"__isSmartRef__":true,"id":22554},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"22558":{"offset":0,"color":{"__isSmartRef__":true,"id":22559}},"22559":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22560":{"offset":0.4,"color":{"__isSmartRef__":true,"id":22561}},"22561":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22562":{"offset":0.6,"color":{"__isSmartRef__":true,"id":22563}},"22563":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22564":{"offset":1,"color":{"__isSmartRef__":true,"id":22565}},"22565":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22566":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"22567":{"sourceObj":{"__isSmartRef__":true,"id":22525},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":22415},"targetMethodName":"onCancel","visualConnector":{"__isSmartRef__":true,"id":22568},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"22568":{"submorphs":[{"__isSmartRef__":true,"id":22569}],"scripts":[],"shape":{"__isSmartRef__":true,"id":22584},"id":352,"renderContextTable":{"__isSmartRef__":true,"id":22591},"eventHandler":{"__isSmartRef__":true,"id":22592},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":22593},{"__isSmartRef__":true,"id":22594}],"con":{"__isSmartRef__":true,"id":22567},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":22595},"__LivelyClassName__":"lively.morphic.Path"},"22569":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":22570},"id":353,"renderContextTable":{"__isSmartRef__":true,"id":22581},"eventHandler":{"__isSmartRef__":true,"id":22582},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":22583},"owner":{"__isSmartRef__":true,"id":22568},"_Rotation":-2.716760490670451,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"22570":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":22571},{"__isSmartRef__":true,"id":22572},{"__isSmartRef__":true,"id":22573},{"__isSmartRef__":true,"id":22574}],"renderContextTable":{"__isSmartRef__":true,"id":22575},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":22576},"_Extent":{"__isSmartRef__":true,"id":22577},"_Padding":{"__isSmartRef__":true,"id":22578},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":22579},"_Fill":{"__isSmartRef__":true,"id":22580},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"22571":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"22572":{"isAbsolute":true,"x":0,"y":12,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"22573":{"isAbsolute":true,"x":16,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"22574":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"22575":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"22576":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22577":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22578":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22579":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22580":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22581":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"22582":{"morph":{"__isSmartRef__":true,"id":22569},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22583":{"x":0.5,"y":0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22584":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":22585},{"__isSmartRef__":true,"id":22586}],"renderContextTable":{"__isSmartRef__":true,"id":22587},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":22588},"_Extent":{"__isSmartRef__":true,"id":22589},"_Padding":{"__isSmartRef__":true,"id":22590},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":22579},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"22585":{"isAbsolute":true,"x":420,"y":190,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"22586":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"22587":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"22588":{"x":-0.5,"y":-0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22589":{"x":421,"y":191,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22590":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22591":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"22592":{"morph":{"__isSmartRef__":true,"id":22568},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22593":{"morph":{"__isSmartRef__":true,"id":22568},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"22594":{"morph":{"__isSmartRef__":true,"id":22568},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":22569},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"22595":{"morphMenuItems":{"__isSmartRef__":true,"id":22596}},"22596":{"varMapping":{"__isSmartRef__":true,"id":22597},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":22602},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"22597":{"this":{"__isSmartRef__":true,"id":22568},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":22598}},"22598":{"$super":{"__isSmartRef__":true,"id":22599}},"22599":{"varMapping":{"__isSmartRef__":true,"id":22600},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":22601},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"22600":{"obj":{"__isSmartRef__":true,"id":22568},"name":"morphMenuItems"},"22601":{},"22602":{},"22603":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22604":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"22605":{"morph":{"__isSmartRef__":true,"id":22525},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22606":{"x":77,"y":-5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22607":{"x":420,"y":390,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22608":{"submorphs":[{"__isSmartRef__":true,"id":22609}],"scripts":[],"id":"DF94DBC1-3F8B-4BF4-8502-AC4E785EEA19","shape":{"__isSmartRef__":true,"id":22624},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":22628},"lighterFill":{"__isSmartRef__":true,"id":22640},"label":{"__isSmartRef__":true,"id":22609},"name":"Button1","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":22649},"attributeConnections":[{"__isSmartRef__":true,"id":22650}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":22685},"renderContextTable":{"__isSmartRef__":true,"id":22686},"eventHandler":{"__isSmartRef__":true,"id":22687},"distanceToDragEvent":{"__isSmartRef__":true,"id":22688},"_Position":{"__isSmartRef__":true,"id":22689},"owner":{"__isSmartRef__":true,"id":22415},"derivationIds":[2898,"9D27A522-4E3D-482F-97CF-3CA3247A3999","4EBF07AD-25C0-4034-BC06-31F137F70FA1","DC6D6B8E-37AE-4815-A81A-AC7071124A26","42DF6D49-8482-40A3-B901-512013BB5C75"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Button"},"22609":{"submorphs":[],"scripts":[],"id":"D592008E-9E66-4049-B604-E946FD1B1203","shape":{"__isSmartRef__":true,"id":22610},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":22616},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":22617},"_Padding":{"__isSmartRef__":true,"id":22618},"owner":{"__isSmartRef__":true,"id":22608},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":22619},"textChunks":[{"__isSmartRef__":true,"id":22620}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":22622},"eventHandler":{"__isSmartRef__":true,"id":22623},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":101,"_MinTextHeight":null,"derivationIds":[2899,"4F00D1F5-B85C-479E-BDDE-322DF2F432A3","5E7BC7AC-9EF9-4CF5-9196-A542A26534CA","46616896-CA46-4B43-B694-9FB001B32989","F73D407C-A72D-414B-AB8D-1E28025BCA1C"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"22610":{"position":{"__isSmartRef__":true,"id":22611},"_Extent":{"__isSmartRef__":true,"id":22612},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":22613},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":22614},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":22615},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22611":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22612":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22613":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22614":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22615":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22616":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22617":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22618":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22619":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22620":{"style":{"__isSmartRef__":true,"id":22621},"chunkOwner":{"__isSmartRef__":true,"id":22609},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"publish","__LivelyClassName__":"lively.morphic.TextChunk"},"22621":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"22622":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"22623":{"morph":{"__isSmartRef__":true,"id":22609},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22624":{"position":{"__isSmartRef__":true,"id":22625},"_Extent":{"__isSmartRef__":true,"id":22626},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":22627},"_Fill":{"__isSmartRef__":true,"id":22628},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":22638},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":22639},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22625":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22626":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22627":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22628":{"stops":[{"__isSmartRef__":true,"id":22629},{"__isSmartRef__":true,"id":22631},{"__isSmartRef__":true,"id":22633},{"__isSmartRef__":true,"id":22635}],"vector":{"__isSmartRef__":true,"id":22637},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"22629":{"offset":0,"color":{"__isSmartRef__":true,"id":22630}},"22630":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22631":{"offset":0.4,"color":{"__isSmartRef__":true,"id":22632}},"22632":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22633":{"offset":0.6,"color":{"__isSmartRef__":true,"id":22634}},"22634":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22635":{"offset":1,"color":{"__isSmartRef__":true,"id":22636}},"22636":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22637":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22638":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22639":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22640":{"stops":[{"__isSmartRef__":true,"id":22641},{"__isSmartRef__":true,"id":22643},{"__isSmartRef__":true,"id":22645},{"__isSmartRef__":true,"id":22647}],"vector":{"__isSmartRef__":true,"id":22637},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"22641":{"offset":0,"color":{"__isSmartRef__":true,"id":22642}},"22642":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22643":{"offset":0.4,"color":{"__isSmartRef__":true,"id":22644}},"22644":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22645":{"offset":0.6,"color":{"__isSmartRef__":true,"id":22646}},"22646":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22647":{"offset":1,"color":{"__isSmartRef__":true,"id":22648}},"22648":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22649":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"22650":{"sourceObj":{"__isSmartRef__":true,"id":22608},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":22415},"targetMethodName":"onPublish","visualConnector":{"__isSmartRef__":true,"id":22651},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"22651":{"submorphs":[{"__isSmartRef__":true,"id":22652}],"scripts":[],"shape":{"__isSmartRef__":true,"id":22666},"id":139,"renderContextTable":{"__isSmartRef__":true,"id":22673},"eventHandler":{"__isSmartRef__":true,"id":22674},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":22675},{"__isSmartRef__":true,"id":22676}],"con":{"__isSmartRef__":true,"id":22650},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":22677},"__LivelyClassName__":"lively.morphic.Path"},"22652":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":22653},"id":140,"renderContextTable":{"__isSmartRef__":true,"id":22663},"eventHandler":{"__isSmartRef__":true,"id":22664},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":22665},"owner":{"__isSmartRef__":true,"id":22651},"_Rotation":-2.5917394709132084,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"22653":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":22654},{"__isSmartRef__":true,"id":22655},{"__isSmartRef__":true,"id":22656},{"__isSmartRef__":true,"id":22657}],"renderContextTable":{"__isSmartRef__":true,"id":22658},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":22659},"_Extent":{"__isSmartRef__":true,"id":22660},"_Padding":{"__isSmartRef__":true,"id":22661},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":22579},"_Fill":{"__isSmartRef__":true,"id":22662},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"22654":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"22655":{"isAbsolute":true,"x":0,"y":12,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"22656":{"isAbsolute":true,"x":16,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"22657":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"22658":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"22659":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22660":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22661":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22662":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22663":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"22664":{"morph":{"__isSmartRef__":true,"id":22652},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22665":{"x":0.5,"y":0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22666":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":22667},{"__isSmartRef__":true,"id":22668}],"renderContextTable":{"__isSmartRef__":true,"id":22669},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":22670},"_Extent":{"__isSmartRef__":true,"id":22671},"_Padding":{"__isSmartRef__":true,"id":22672},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":22579},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"22667":{"isAbsolute":true,"x":310,"y":190,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"22668":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"22669":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"22670":{"x":-0.5,"y":-0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22671":{"x":311,"y":191,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22672":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22673":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"22674":{"morph":{"__isSmartRef__":true,"id":22651},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22675":{"morph":{"__isSmartRef__":true,"id":22651},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"22676":{"morph":{"__isSmartRef__":true,"id":22651},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":22652},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"22677":{"morphMenuItems":{"__isSmartRef__":true,"id":22678}},"22678":{"varMapping":{"__isSmartRef__":true,"id":22679},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":22684},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"22679":{"this":{"__isSmartRef__":true,"id":22651},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":22680}},"22680":{"$super":{"__isSmartRef__":true,"id":22681}},"22681":{"varMapping":{"__isSmartRef__":true,"id":22682},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":22683},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"22682":{"obj":{"__isSmartRef__":true,"id":22651},"name":"morphMenuItems"},"22683":{},"22684":{},"22685":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22686":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"22687":{"morph":{"__isSmartRef__":true,"id":22608},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22688":{"x":62,"y":-12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22689":{"x":310,"y":390,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22690":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":22691},"id":"571EF99F-AB19-4CF5-A848-38ED6811D8D8","renderContextTable":{"__isSmartRef__":true,"id":22698},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":22699}],"eventHandler":{"__isSmartRef__":true,"id":22701},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":22702},"priorExtent":{"__isSmartRef__":true,"id":22703},"_MaxTextWidth":510,"_MinTextWidth":510,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"name":"CommentText","distanceToDragEvent":{"__isSmartRef__":true,"id":22704},"previousSelection":[139,139],"priorSelectionRange":[9,9],"charsReplaced":"CommitMessageTest1","lastFindLoc":18,"isLockOwner":false,"isBeingDragged":false,"owner":{"__isSmartRef__":true,"id":22415},"derivationIds":[2900,"7E82C349-9FC9-48B5-B84C-30E99FC40DF2","A07EAFD3-B03B-4E4C-BC72-FB29F65F543A","888FB55C-0365-4B40-A9B4-33FD19FA1E91","37AE3F7E-8AF9-413E-BDB9-796C3CE0C0A6"],"savedTextString":"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"22691":{"_Position":{"__isSmartRef__":true,"id":22692},"renderContextTable":{"__isSmartRef__":true,"id":22693},"_Extent":{"__isSmartRef__":true,"id":22694},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":22695},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":22696},"_Fill":{"__isSmartRef__":true,"id":22697},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22692":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22693":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22694":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22695":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22696":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22697":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22698":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"22699":{"style":{"__isSmartRef__":true,"id":22700},"chunkOwner":{"__isSmartRef__":true,"id":22690},"storedString":"Used to diff a version of a morph with the current version in PartsBin","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"22700":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"22701":{"morph":{"__isSmartRef__":true,"id":22690},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22702":{"x":10,"y":110,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22703":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22704":{"x":346,"y":-16,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22705":{"submorphs":[],"scripts":[],"id":"B674CD5B-8EAE-4DD9-85A6-F2CA80D94E2A","shape":{"__isSmartRef__":true,"id":22706},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":22712},"_MaxTextWidth":250,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":22709},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text9","partsBinMetaInfo":{"__isSmartRef__":true,"id":22713},"textChunks":[{"__isSmartRef__":true,"id":22714}],"charsReplaced":"commit message","lastFindLoc":14,"priorSelectionRange":[0,14],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":22716},"renderContextTable":{"__isSmartRef__":true,"id":22717},"eventHandler":{"__isSmartRef__":true,"id":22718},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":22719},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":250,"_MinTextHeight":null,"previousSelection":[0,6],"distanceToDragEvent":{"__isSmartRef__":true,"id":22720},"isLockOwner":false,"owner":{"__isSmartRef__":true,"id":22415},"derivationIds":[2901,"8E267E15-1052-4F9C-B863-B733384EF1DA","851C46B4-347F-4AE4-9C04-C321E7CC8EA5","D33CE057-77D6-4CCC-90F9-867C622B3572","F9BFA4FE-D786-4384-B9F8-89EEA1D41685"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"22706":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":22707},"_Extent":{"__isSmartRef__":true,"id":22708},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":22709},"renderContextTable":{"__isSmartRef__":true,"id":22710},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":22711},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22707":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22708":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22709":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22710":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22711":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22712":{"x":10,"y":90,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22713":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"22714":{"style":{"__isSmartRef__":true,"id":22715},"morph":{"__isSmartRef__":true,"id":22705},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":22705},"storedString":"comment","__LivelyClassName__":"lively.morphic.TextChunk"},"22715":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"22716":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22717":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"22718":{"morph":{"__isSmartRef__":true,"id":22705},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22719":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22720":{"x":163,"y":-17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22721":{"submorphs":[{"__isSmartRef__":true,"id":22722}],"scripts":[],"id":"B9FD9A49-A8EA-4CCF-9208-5B81A9A41085","shape":{"__isSmartRef__":true,"id":22737},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":22741},"lighterFill":{"__isSmartRef__":true,"id":22753},"label":{"__isSmartRef__":true,"id":22722},"name":"DiffButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":22762},"attributeConnections":[{"__isSmartRef__":true,"id":22763}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":22764},"renderContextTable":{"__isSmartRef__":true,"id":22765},"eventHandler":{"__isSmartRef__":true,"id":22766},"distanceToDragEvent":{"__isSmartRef__":true,"id":22767},"_Position":{"__isSmartRef__":true,"id":22768},"derivationIds":[2898,"9D27A522-4E3D-482F-97CF-3CA3247A3999","4EBF07AD-25C0-4034-BC06-31F137F70FA1","DC6D6B8E-37AE-4815-A81A-AC7071124A26","42DF6D49-8482-40A3-B901-512013BB5C75","132901B3-F9F2-482D-99E6-40EAECDCEF13"],"owner":{"__isSmartRef__":true,"id":22415},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Button"},"22722":{"submorphs":[],"scripts":[],"id":"2B0E503C-E05E-4F51-9A12-D6A12A0402B7","shape":{"__isSmartRef__":true,"id":22723},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":22729},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":22730},"_Padding":{"__isSmartRef__":true,"id":22731},"owner":{"__isSmartRef__":true,"id":22721},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":22732},"textChunks":[{"__isSmartRef__":true,"id":22733}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":22735},"eventHandler":{"__isSmartRef__":true,"id":22736},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":101,"_MinTextHeight":null,"derivationIds":[2899,"4F00D1F5-B85C-479E-BDDE-322DF2F432A3","5E7BC7AC-9EF9-4CF5-9196-A542A26534CA","46616896-CA46-4B43-B694-9FB001B32989","F73D407C-A72D-414B-AB8D-1E28025BCA1C","E34F55EC-06D3-4965-A0D2-625CA896E3B7"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"22723":{"position":{"__isSmartRef__":true,"id":22724},"_Extent":{"__isSmartRef__":true,"id":22725},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":22726},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":22727},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":22728},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22724":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22725":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22726":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22727":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22728":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22729":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22730":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22731":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22732":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22733":{"style":{"__isSmartRef__":true,"id":22734},"chunkOwner":{"__isSmartRef__":true,"id":22722},"storedString":"Show Diff","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"22734":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"22735":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"22736":{"morph":{"__isSmartRef__":true,"id":22722},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22737":{"position":{"__isSmartRef__":true,"id":22738},"_Extent":{"__isSmartRef__":true,"id":22739},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":22740},"_Fill":{"__isSmartRef__":true,"id":22741},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":22751},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":22752},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22738":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22739":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22740":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22741":{"stops":[{"__isSmartRef__":true,"id":22742},{"__isSmartRef__":true,"id":22744},{"__isSmartRef__":true,"id":22746},{"__isSmartRef__":true,"id":22748}],"vector":{"__isSmartRef__":true,"id":22750},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"22742":{"offset":0,"color":{"__isSmartRef__":true,"id":22743}},"22743":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22744":{"offset":0.4,"color":{"__isSmartRef__":true,"id":22745}},"22745":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22746":{"offset":0.6,"color":{"__isSmartRef__":true,"id":22747}},"22747":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22748":{"offset":1,"color":{"__isSmartRef__":true,"id":22749}},"22749":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22750":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22751":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22752":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22753":{"stops":[{"__isSmartRef__":true,"id":22754},{"__isSmartRef__":true,"id":22756},{"__isSmartRef__":true,"id":22758},{"__isSmartRef__":true,"id":22760}],"vector":{"__isSmartRef__":true,"id":22750},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"22754":{"offset":0,"color":{"__isSmartRef__":true,"id":22755}},"22755":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22756":{"offset":0.4,"color":{"__isSmartRef__":true,"id":22757}},"22757":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22758":{"offset":0.6,"color":{"__isSmartRef__":true,"id":22759}},"22759":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22760":{"offset":1,"color":{"__isSmartRef__":true,"id":22761}},"22761":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22762":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"22763":{"sourceObj":{"__isSmartRef__":true,"id":22721},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":22415},"targetMethodName":"showDiff","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"22764":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22765":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"22766":{"morph":{"__isSmartRef__":true,"id":22721},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22767":{"x":69.5,"y":-18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22768":{"x":10,"y":390,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22769":{"_Position":{"__isSmartRef__":true,"id":22770},"renderContextTable":{"__isSmartRef__":true,"id":22771},"_Extent":{"__isSmartRef__":true,"id":22772},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":22773},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":22774},"_Fill":{"__isSmartRef__":true,"id":22775},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22770":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22771":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22772":{"x":542,"y":420,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22773":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22774":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22775":{"r":0.8235294117647058,"g":0.8235294117647058,"b":0.8235294117647058,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22776":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"22777":{"morph":{"__isSmartRef__":true,"id":22415},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22778":{"adjustForNewBounds":true,"resizeWidth":true,"resizeHeight":true},"22779":{"message":"Please enter a name for the part","attributeConnections":[{"__isSmartRef__":true,"id":22780}],"doNotSerialize":["$$result"],"doNotCopyProperties":["$$result"],"defaultInput":"CommitMessageTest1","panel":{"__isSmartRef__":true,"id":22415},"label":{"__isSmartRef__":true,"id":22781},"cancelButton":{"__isSmartRef__":true,"id":22793},"okButton":{"__isSmartRef__":true,"id":22839},"inputText":{"__isSmartRef__":true,"id":22416},"view":{"__isSmartRef__":true,"id":22415},"__SourceModuleName__":"Global.lively.morphic.Widgets","result":"CommitMessageTest1","__LivelyClassName__":"lively.morphic.PromptDialog"},"22780":{"sourceObj":{"__isSmartRef__":true,"id":22779},"sourceAttrName":"result","targetObj":{"__isSmartRef__":true,"id":22779},"targetMethodName":"triggerCallback","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"22781":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":22782},"id":3220,"renderContextTable":{"__isSmartRef__":true,"id":22787},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":22788}],"eventHandler":{"__isSmartRef__":true,"id":22790},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":false,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":22791},"priorExtent":{"__isSmartRef__":true,"id":22792},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":null,"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"isCopyMorphRef":true,"morphRefId":1,"__LivelyClassName__":"lively.morphic.Text"},"22782":{"_Position":{"__isSmartRef__":true,"id":22783},"renderContextTable":{"__isSmartRef__":true,"id":22784},"_Extent":{"__isSmartRef__":true,"id":22785},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":22421},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":22422},"_Fill":{"__isSmartRef__":true,"id":22786},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22783":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22784":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22785":{"x":226,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22786":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22787":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"22788":{"style":{"__isSmartRef__":true,"id":22789},"chunkOwner":{"__isSmartRef__":true,"id":22781},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"22789":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"22790":{"morph":{"__isSmartRef__":true,"id":22781},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22791":{"x":4,"y":4,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22792":{"x":226,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22793":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":22794},"id":6793,"renderContextTable":{"__isSmartRef__":true,"id":22810},"eventHandler":{"__isSmartRef__":true,"id":22811},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":22812},"priorExtent":{"__isSmartRef__":true,"id":22813},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":22800},"lighterFill":{"__isSmartRef__":true,"id":22814},"label":{"__isSmartRef__":true,"id":22823},"layout":{"__isSmartRef__":true,"id":22835},"owner":null,"attributeConnections":[{"__isSmartRef__":true,"id":22836},{"__isSmartRef__":true,"id":22837}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","isCopyMorphRef":true,"morphRefId":1,"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Button"},"22794":{"_Position":{"__isSmartRef__":true,"id":22795},"renderContextTable":{"__isSmartRef__":true,"id":22796},"_Extent":{"__isSmartRef__":true,"id":22797},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":22798},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":22799},"_Fill":{"__isSmartRef__":true,"id":22800},"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22795":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22796":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22797":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22798":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22799":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22800":{"stops":[{"__isSmartRef__":true,"id":22801},{"__isSmartRef__":true,"id":22803},{"__isSmartRef__":true,"id":22805},{"__isSmartRef__":true,"id":22807}],"vector":{"__isSmartRef__":true,"id":22809},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"22801":{"offset":0,"color":{"__isSmartRef__":true,"id":22802}},"22802":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22803":{"offset":0.4,"color":{"__isSmartRef__":true,"id":22804}},"22804":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22805":{"offset":0.6,"color":{"__isSmartRef__":true,"id":22806}},"22806":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22807":{"offset":1,"color":{"__isSmartRef__":true,"id":22808}},"22808":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22809":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22810":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"22811":{"morph":{"__isSmartRef__":true,"id":22793},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22812":{"x":478,"y":187,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22813":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22814":{"stops":[{"__isSmartRef__":true,"id":22815},{"__isSmartRef__":true,"id":22817},{"__isSmartRef__":true,"id":22819},{"__isSmartRef__":true,"id":22821}],"vector":{"__isSmartRef__":true,"id":22809},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"22815":{"offset":0,"color":{"__isSmartRef__":true,"id":22816}},"22816":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22817":{"offset":0.4,"color":{"__isSmartRef__":true,"id":22818}},"22818":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22819":{"offset":0.6,"color":{"__isSmartRef__":true,"id":22820}},"22820":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22821":{"offset":1,"color":{"__isSmartRef__":true,"id":22822}},"22822":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22823":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":22824},"id":6794,"renderContextTable":{"__isSmartRef__":true,"id":22829},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":22830}],"eventHandler":{"__isSmartRef__":true,"id":22832},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":22833},"priorExtent":{"__isSmartRef__":true,"id":22834},"_MaxTextWidth":60,"_MinTextWidth":60,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":null,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Text"},"22824":{"_Position":{"__isSmartRef__":true,"id":22825},"renderContextTable":{"__isSmartRef__":true,"id":22826},"_Extent":{"__isSmartRef__":true,"id":22827},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":22828},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":22422},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22825":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22826":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22827":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22828":{"x":0,"y":6,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22829":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"22830":{"style":{"__isSmartRef__":true,"id":22831},"chunkOwner":{"__isSmartRef__":true,"id":22823},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"22831":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"22832":{"morph":{"__isSmartRef__":true,"id":22823},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22833":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22834":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22835":{"moveVertical":true,"moveHorizontal":true},"22836":{"sourceObj":{"__isSmartRef__":true,"id":22793},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":22779},"targetMethodName":"removeTopLevel","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"22837":{"sourceObj":{"__isSmartRef__":true,"id":22793},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":22779},"targetMethodName":"result","converter":null,"converterString":"function () { return null }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":22838},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"22838":{"source":{"__isSmartRef__":true,"id":22793},"target":{"__isSmartRef__":true,"id":22779}},"22839":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":22840},"id":6795,"renderContextTable":{"__isSmartRef__":true,"id":22845},"eventHandler":{"__isSmartRef__":true,"id":22846},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":22847},"priorExtent":{"__isSmartRef__":true,"id":22848},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":22800},"lighterFill":{"__isSmartRef__":true,"id":22849},"label":{"__isSmartRef__":true,"id":22858},"layout":{"__isSmartRef__":true,"id":22870},"owner":null,"attributeConnections":[{"__isSmartRef__":true,"id":22871},{"__isSmartRef__":true,"id":22872}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","isCopyMorphRef":true,"morphRefId":2,"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Button"},"22840":{"_Position":{"__isSmartRef__":true,"id":22841},"renderContextTable":{"__isSmartRef__":true,"id":22842},"_Extent":{"__isSmartRef__":true,"id":22843},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":22844},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":22799},"_Fill":{"__isSmartRef__":true,"id":22800},"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22841":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22842":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22843":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22844":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22845":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"22846":{"morph":{"__isSmartRef__":true,"id":22839},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22847":{"x":414,"y":187,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22848":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22849":{"stops":[{"__isSmartRef__":true,"id":22850},{"__isSmartRef__":true,"id":22852},{"__isSmartRef__":true,"id":22854},{"__isSmartRef__":true,"id":22856}],"vector":{"__isSmartRef__":true,"id":22809},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"22850":{"offset":0,"color":{"__isSmartRef__":true,"id":22851}},"22851":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22852":{"offset":0.4,"color":{"__isSmartRef__":true,"id":22853}},"22853":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22854":{"offset":0.6,"color":{"__isSmartRef__":true,"id":22855}},"22855":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22856":{"offset":1,"color":{"__isSmartRef__":true,"id":22857}},"22857":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22858":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":22859},"id":6796,"renderContextTable":{"__isSmartRef__":true,"id":22864},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":22865}],"eventHandler":{"__isSmartRef__":true,"id":22867},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":22868},"priorExtent":{"__isSmartRef__":true,"id":22869},"_MaxTextWidth":60,"_MinTextWidth":60,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":null,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Text"},"22859":{"_Position":{"__isSmartRef__":true,"id":22860},"renderContextTable":{"__isSmartRef__":true,"id":22861},"_Extent":{"__isSmartRef__":true,"id":22862},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":22863},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":22422},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22860":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22861":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22862":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22863":{"x":0,"y":6,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22864":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"22865":{"style":{"__isSmartRef__":true,"id":22866},"chunkOwner":{"__isSmartRef__":true,"id":22858},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"22866":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"22867":{"morph":{"__isSmartRef__":true,"id":22858},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22868":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22869":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22870":{"moveVertical":true,"moveHorizontal":true},"22871":{"sourceObj":{"__isSmartRef__":true,"id":22839},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":22779},"targetMethodName":"removeTopLevel","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"22872":{"sourceObj":{"__isSmartRef__":true,"id":22839},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":22416},"targetMethodName":"doSave","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"22873":{"x":542,"y":420,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22874":{"x":365,"y":-16,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22875":{"x":0,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22876":{"copyToPartsBin":{"__isSmartRef__":true,"id":22877},"onPublish":{"__isSmartRef__":true,"id":22885},"onCancel":{"__isSmartRef__":true,"id":22889},"setTarget":{"__isSmartRef__":true,"id":22893},"reset":{"__isSmartRef__":true,"id":22897},"showDiff":{"__isSmartRef__":true,"id":22901}},"22877":{"varMapping":{"__isSmartRef__":true,"id":22878},"source":"function copyToPartsBin(morph) {\n var name = this.get('NameText').textString\n\n var info = morph.getPartsBinMetaInfo();\n morph.setName(name);\n\n info.partsSpaceName = this.get('CategoryText').textString\n info.comment = this.get('CommentText').textString\n\n if (! info.changes) info.changes = [];\n var change = { \n date: new Date(), \n author: this.world().getUserName(), \n message: this.get('CommitMessageText').textString,\n id: Strings.newUUID()\n }\n info.changes.push(change) \n\n morph.copyToPartsBin();\n}","funcProperties":{"__isSmartRef__":true,"id":22883},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"22878":{"this":{"__isSmartRef__":true,"id":22415},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":22879}},"22879":{"$super":{"__isSmartRef__":true,"id":22880}},"22880":{"varMapping":{"__isSmartRef__":true,"id":22881},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":22882},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"22881":{"obj":{"__isSmartRef__":true,"id":22415},"name":"copyToPartsBin"},"22882":{},"22883":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":22884}},"22884":{"isSerializedDate":true,"string":"Fri Oct 28 2011 15:13:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"22885":{"varMapping":{"__isSmartRef__":true,"id":22886},"source":"function onPublish() {\n if (!this.target) alert(\"No target to upload\");\n this.copyToPartsBin(this.target);\n connect(this.target, 'headRevision', this.owner, 'remove')\n}","funcProperties":{"__isSmartRef__":true,"id":22887},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"22886":{"this":{"__isSmartRef__":true,"id":22415}},"22887":{"timestamp":{"__isSmartRef__":true,"id":22888},"user":"undefined","tags":[]},"22888":{"isSerializedDate":true,"string":"Tue Mar 20 2012 12:59:48 GMT+0100 (Mitteleuropäische Zeit)"},"22889":{"varMapping":{"__isSmartRef__":true,"id":22890},"source":"function onCancel() {\n alertOK(\"cancel upload \") \n this.owner.remove()\n}","funcProperties":{"__isSmartRef__":true,"id":22891},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"22890":{"this":{"__isSmartRef__":true,"id":22415}},"22891":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":22892}},"22892":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:52:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"22893":{"varMapping":{"__isSmartRef__":true,"id":22894},"source":"function setTarget(morph) {\n this.target = morph \n if (!morph) {\n this.get('NameText').textString = '';\n this.get('CategoryText').textString = '';\n this.get('CommentText').textString = ''; \n this.get('CommitMessageText').textString = '' \n return\n }\n var info = this.target.getPartsBinMetaInfo();\n this.get('NameText').textString = info.partName || morph.getName();\n this.get('CategoryText').textString = info.partsSpaceName;\n this.get('CommentText').textString = info.comment; \n this.get('CommitMessageText').textString = '' \n\n}","funcProperties":{"__isSmartRef__":true,"id":22895},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"22894":{"this":{"__isSmartRef__":true,"id":22415}},"22895":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":22896}},"22896":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:46:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"22897":{"varMapping":{"__isSmartRef__":true,"id":22898},"source":"function reset() {\n this.setTarget(null)\n \n}","funcProperties":{"__isSmartRef__":true,"id":22899},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"22898":{"this":{"__isSmartRef__":true,"id":22415}},"22899":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":22900}},"22900":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:45:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"22901":{"varMapping":{"__isSmartRef__":true,"id":22902},"source":"function showDiff() {\n this.target && this.target.showThreeWayDiff();\n}","funcProperties":{"__isSmartRef__":true,"id":22903},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"22902":{"this":{"__isSmartRef__":true,"id":22415}},"22903":{"timestamp":{"__isSmartRef__":true,"id":22904},"user":"undefined","tags":[]},"22904":{"isSerializedDate":true,"string":"Wed Mar 21 2012 14:45:16 GMT+0100 (Mitteleuropäische Zeit)"},"22905":{"renderContextTable":{"__isSmartRef__":true,"id":22906},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":22907},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":22908},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22906":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22907":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22908":{"x":542,"y":242,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22909":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"22910":{"morph":{"__isSmartRef__":true,"id":22266},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22911":{"adjustForNewBounds":true},"22912":{"x":542,"y":242,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22913":{"x":0,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22914":{"x":673,"y":43,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22915":{"partName":"PublishPartDialog","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/BP2012","__SourceModuleName__":"Global.lively.PartsBin","comment":"A dialog for publishing parts in the PartsBin.","changes":[{"__isSmartRef__":true,"id":22916},{"__isSmartRef__":true,"id":22918},{"__isSmartRef__":true,"id":22920},{"__isSmartRef__":true,"id":22922},{"__isSmartRef__":true,"id":22924},{"__isSmartRef__":true,"id":22926},{"__isSmartRef__":true,"id":22928},{"__isSmartRef__":true,"id":22930},{"__isSmartRef__":true,"id":22932}],"revisionOnLoad":147101,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"22916":{"date":{"__isSmartRef__":true,"id":22917},"author":"undefined","message":"init for change - don't remove on click","id":"00A6DFFB-70D2-44A4-B5F9-0778E1CA5724"},"22917":{"isSerializedDate":true,"string":"Tue Mar 20 2012 12:04:27 GMT+0100 (Mitteleuropäische Zeit)"},"22918":{"date":{"__isSmartRef__":true,"id":22919},"author":"jenslincke","message":"- fixed issue 283 (Reproduction: Open part, select publish from menu, focus part name input field in dialog, press enter.-> window pane disappears; window decoration stays; part is not published)","id":"1A260BD5-E668-4BD4-B7A2-94E087AB4CE1"},"22919":{"isSerializedDate":true,"string":"Thu Jan 26 2012 12:10:41 GMT+0100 (Mitteleuropäische Zeit)"},"22920":{"date":{"__isSmartRef__":true,"id":22921},"author":"jenslincke","message":""},"22921":{"isSerializedDate":true,"string":"Fri Oct 28 2011 16:06:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"22922":{"date":{"__isSmartRef__":true,"id":22923},"author":"jenslincke","message":"store an uuid when publishing an object"},"22923":{"isSerializedDate":true,"string":"Fri Oct 28 2011 15:15:02 GMT+0200 (Mitteleuropäische Sommerzeit)"},"22924":{"date":{"__isSmartRef__":true,"id":22925},"author":"jenslincke","message":""},"22925":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:52:26 GMT+0200 (Mitteleuropäische Sommerzeit)"},"22926":{"date":{"__isSmartRef__":true,"id":22927},"author":"jenslincke","message":"first commit of Publish dialog using the publish dialog itself!"},"22927":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:54:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"22928":{"date":{"__isSmartRef__":true,"id":22929},"author":"undefined","message":"","id":"A5F4EACF-EF62-483F-B8B3-65966A895FA4"},"22929":{"isSerializedDate":true,"string":"Tue Mar 20 2012 13:00:03 GMT+0100 (Mitteleuropäische Zeit)"},"22930":{"date":{"__isSmartRef__":true,"id":22931},"author":"undefined","message":"added show diff button","id":"93AC78DB-FFE8-40AC-B8FC-34B0936B39A7"},"22931":{"isSerializedDate":true,"string":"Wed Mar 21 2012 14:49:44 GMT+0100 (Mitteleuropäische Zeit)"},"22932":{"date":{"__isSmartRef__":true,"id":22933},"author":"undefined","message":"resetted view","id":"61086210-FA8D-49B7-9E8F-E1E202A9ECD7"},"22933":{"isSerializedDate":true,"string":"Wed Mar 21 2012 14:50:23 GMT+0100 (Mitteleuropäische Zeit)"},"22934":{"sourceObj":{"__isSmartRef__":true,"id":22266},"sourceAttrName":"headRevision","targetObj":{"__isSmartRef__":true,"id":22935},"targetMethodName":"remove","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"22935":{"submorphs":[{"__isSmartRef__":true,"id":22936},{"__isSmartRef__":true,"id":23084}],"scripts":[],"shape":{"__isSmartRef__":true,"id":23522},"id":"14EE180D-A02C-4632-B280-ECB6204E6FAE","renderContextTable":{"__isSmartRef__":true,"id":23526},"eventHandler":{"__isSmartRef__":true,"id":23527},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":23528},"LK2":true,"priorExtent":{"__isSmartRef__":true,"id":23529},"targetMorph":{"__isSmartRef__":true,"id":23084},"titleBar":{"__isSmartRef__":true,"id":22936},"contentOffset":{"__isSmartRef__":true,"id":23530},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"highlighted":true,"prevDragPos":{"__isSmartRef__":true,"id":23531},"isBeingDragged":false,"showsHalos":false,"name":"PublishPartDialog1","partsBinMetaInfo":{"__isSmartRef__":true,"id":23532},"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"_Position":{"__isSmartRef__":true,"id":23547},"isCopyMorphRef":true,"morphRefId":12,"derivationIds":[2879,"91414FD8-3775-435F-96A6-39E0CB891CD7","9CB574CD-94E3-465A-B85C-91F97E070BC3","C9D390C2-399F-44AF-A316-A4A117E5F7B6"],"moved":true,"_Rotation":0,"_Scale":1,"owner":null,"__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"22936":{"submorphs":[{"__isSmartRef__":true,"id":22937},{"__isSmartRef__":true,"id":22951},{"__isSmartRef__":true,"id":22998},{"__isSmartRef__":true,"id":23032}],"scripts":[],"shape":{"__isSmartRef__":true,"id":23067},"id":"5252D4E6-D056-4585-8783-C4B59F2EB610","renderContextTable":{"__isSmartRef__":true,"id":23079},"eventHandler":{"__isSmartRef__":true,"id":23080},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":23081},"_Position":{"__isSmartRef__":true,"id":23082},"windowMorph":{"__isSmartRef__":true,"id":22935},"label":{"__isSmartRef__":true,"id":22937},"closeButton":{"__isSmartRef__":true,"id":22951},"menuButton":{"__isSmartRef__":true,"id":22998},"collapseButton":{"__isSmartRef__":true,"id":23032},"priorExtent":{"__isSmartRef__":true,"id":23083},"owner":{"__isSmartRef__":true,"id":22935},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2880,"108B5871-F6C8-4442-82D1-F8776D2C85A2","503529CB-0F23-4456-8597-CD5E86CF03F0","4FB4914E-E245-4D67-BE3B-63091E2C8C95"],"_Scale":1,"__LivelyClassName__":"lively.morphic.TitleBar"},"22937":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":22938},"id":"F6FD12BC-5591-4524-8813-4DA5147438BC","renderContextTable":{"__isSmartRef__":true,"id":22944},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":22945}],"eventHandler":{"__isSmartRef__":true,"id":22947},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":22948},"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":22936},"priorExtent":{"__isSmartRef__":true,"id":22949},"_MaxTextWidth":483,"_MinTextWidth":483,"_MaxTextHeight":null,"_MinTextHeight":null,"_Position":{"__isSmartRef__":true,"id":22950},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2881,"A06A709C-AD42-48D0-A66A-9C21EA4F4E66","EE1A345D-476E-4E22-BE89-E59A0C11001B","90634CE5-77D0-4064-961C-4CBADE59C6F8"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"22938":{"_Position":{"__isSmartRef__":true,"id":22939},"renderContextTable":{"__isSmartRef__":true,"id":22940},"_Extent":{"__isSmartRef__":true,"id":22941},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":22942},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":22943},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22939":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22940":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22941":{"x":483,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22942":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22943":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22944":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"22945":{"style":{"__isSmartRef__":true,"id":22946},"chunkOwner":{"__isSmartRef__":true,"id":22937},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Publish in PartsBin","__LivelyClassName__":"lively.morphic.TextChunk"},"22946":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"22947":{"morph":{"__isSmartRef__":true,"id":22937},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22948":{"resizeWidth":true},"22949":{"x":483,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22950":{"x":20,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22951":{"submorphs":[{"__isSmartRef__":true,"id":22952}],"scripts":[],"shape":{"__isSmartRef__":true,"id":22964},"id":"40B9B900-43F4-49D8-AB09-994E0E73854A","renderContextTable":{"__isSmartRef__":true,"id":22980},"eventHandler":{"__isSmartRef__":true,"id":22981},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":22982},"priorExtent":{"__isSmartRef__":true,"id":22983},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":22970},"lighterFill":{"__isSmartRef__":true,"id":22984},"label":{"__isSmartRef__":true,"id":22952},"owner":{"__isSmartRef__":true,"id":22936},"layout":{"__isSmartRef__":true,"id":22993},"attributeConnections":[{"__isSmartRef__":true,"id":22994},{"__isSmartRef__":true,"id":22996}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","prevScroll":[0,0],"derivationIds":[2882,"6FF08B49-B1B5-4E12-8CE8-DF895115627D","7F48C6F9-BB0C-405E-991B-410F179F7FE6","8405D63F-4E07-4FE8-9008-DD8AE000B5C8"],"_Scale":1,"__LivelyClassName__":"lively.morphic.WindowControl"},"22952":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":22953},"id":"2C7EA1AC-E804-4ED8-B2D9-A8E51E3DFBEF","renderContextTable":{"__isSmartRef__":true,"id":22958},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":22959}],"eventHandler":{"__isSmartRef__":true,"id":22961},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":22962},"priorExtent":{"__isSmartRef__":true,"id":22963},"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":22951},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2883,"9FBA502B-65B1-4FF2-A0A6-9951E3C50B9C","9F297DAE-65AA-45A3-AFAE-BD35F359E24A","75386CDF-09C9-47F2-8762-F737A49FD645"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"22953":{"_Position":{"__isSmartRef__":true,"id":22954},"renderContextTable":{"__isSmartRef__":true,"id":22955},"_Extent":{"__isSmartRef__":true,"id":22956},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":22957},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":22943},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22954":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22955":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22956":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22957":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22958":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"22959":{"style":{"__isSmartRef__":true,"id":22960},"chunkOwner":{"__isSmartRef__":true,"id":22952},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk"},"22960":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"22961":{"morph":{"__isSmartRef__":true,"id":22952},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22962":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22963":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22964":{"_Position":{"__isSmartRef__":true,"id":22965},"renderContextTable":{"__isSmartRef__":true,"id":22966},"_Extent":{"__isSmartRef__":true,"id":22967},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":22968},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":22969},"_Fill":{"__isSmartRef__":true,"id":22970},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"22965":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22966":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"22967":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22968":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22969":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22970":{"stops":[{"__isSmartRef__":true,"id":22971},{"__isSmartRef__":true,"id":22973},{"__isSmartRef__":true,"id":22975},{"__isSmartRef__":true,"id":22977}],"vector":{"__isSmartRef__":true,"id":22979},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"22971":{"offset":0,"color":{"__isSmartRef__":true,"id":22972}},"22972":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22973":{"offset":0.4,"color":{"__isSmartRef__":true,"id":22974}},"22974":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22975":{"offset":0.6,"color":{"__isSmartRef__":true,"id":22976}},"22976":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22977":{"offset":1,"color":{"__isSmartRef__":true,"id":22978}},"22978":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22979":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"22980":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"22981":{"morph":{"__isSmartRef__":true,"id":22951},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"22982":{"x":522,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22983":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"22984":{"stops":[{"__isSmartRef__":true,"id":22985},{"__isSmartRef__":true,"id":22987},{"__isSmartRef__":true,"id":22989},{"__isSmartRef__":true,"id":22991}],"vector":{"__isSmartRef__":true,"id":22979},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"22985":{"offset":0,"color":{"__isSmartRef__":true,"id":22986}},"22986":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22987":{"offset":0.4,"color":{"__isSmartRef__":true,"id":22988}},"22988":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22989":{"offset":0.6,"color":{"__isSmartRef__":true,"id":22990}},"22990":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22991":{"offset":1,"color":{"__isSmartRef__":true,"id":22992}},"22992":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"22993":{"moveHorizontal":true},"22994":{"sourceObj":{"__isSmartRef__":true,"id":22951},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":22935},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":22995},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"22995":{"source":{"__isSmartRef__":true,"id":22951},"target":{"__isSmartRef__":true,"id":22935}},"22996":{"sourceObj":{"__isSmartRef__":true,"id":22951},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":22935},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":22997},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"22997":{"source":{"__isSmartRef__":true,"id":22951},"target":{"__isSmartRef__":true,"id":22935}},"22998":{"submorphs":[{"__isSmartRef__":true,"id":22999}],"scripts":[],"shape":{"__isSmartRef__":true,"id":23010},"id":"89629442-A5A0-4517-826A-DB1EA9CAE12A","renderContextTable":{"__isSmartRef__":true,"id":23015},"eventHandler":{"__isSmartRef__":true,"id":23016},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":23017},"priorExtent":{"__isSmartRef__":true,"id":23018},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":22970},"lighterFill":{"__isSmartRef__":true,"id":23019},"label":{"__isSmartRef__":true,"id":22999},"owner":{"__isSmartRef__":true,"id":22936},"attributeConnections":[{"__isSmartRef__":true,"id":23028},{"__isSmartRef__":true,"id":23030}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","derivationIds":[2884,"64F20257-1A1D-4B3E-97C4-BC5D1F1E14B5","A377FFCE-0FDC-41B6-BD34-D9F0507B57DA","7334352E-B497-4F10-8C06-FBE36AA778C7"],"_Scale":1,"__LivelyClassName__":"lively.morphic.WindowControl"},"22999":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":23000},"id":"FF3AB23A-3A63-48D2-A2F6-8D4FB6E897D2","renderContextTable":{"__isSmartRef__":true,"id":23004},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":23005}],"eventHandler":{"__isSmartRef__":true,"id":23007},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":23008},"priorExtent":{"__isSmartRef__":true,"id":23009},"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":22998},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[2885,"EC48B50E-CD5B-46FB-BF78-484373EED980","59F8AF9B-799B-413B-86B2-BFD03A4B2559","F8293A60-E9DB-40E3-B202-D547939F8A8D"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"23000":{"_Position":{"__isSmartRef__":true,"id":23001},"renderContextTable":{"__isSmartRef__":true,"id":23002},"_Extent":{"__isSmartRef__":true,"id":23003},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":22957},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":22943},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23001":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23002":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23003":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23004":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"23005":{"style":{"__isSmartRef__":true,"id":23006},"chunkOwner":{"__isSmartRef__":true,"id":22999},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk"},"23006":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"23007":{"morph":{"__isSmartRef__":true,"id":22999},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23008":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23009":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23010":{"_Position":{"__isSmartRef__":true,"id":23011},"renderContextTable":{"__isSmartRef__":true,"id":23012},"_Extent":{"__isSmartRef__":true,"id":23013},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":23014},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":22969},"_Fill":{"__isSmartRef__":true,"id":22970},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23011":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23012":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23013":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23014":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23015":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"23016":{"morph":{"__isSmartRef__":true,"id":22998},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23017":{"x":3,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23018":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23019":{"stops":[{"__isSmartRef__":true,"id":23020},{"__isSmartRef__":true,"id":23022},{"__isSmartRef__":true,"id":23024},{"__isSmartRef__":true,"id":23026}],"vector":{"__isSmartRef__":true,"id":22979},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"23020":{"offset":0,"color":{"__isSmartRef__":true,"id":23021}},"23021":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23022":{"offset":0.4,"color":{"__isSmartRef__":true,"id":23023}},"23023":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23024":{"offset":0.6,"color":{"__isSmartRef__":true,"id":23025}},"23025":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23026":{"offset":1,"color":{"__isSmartRef__":true,"id":23027}},"23027":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23028":{"sourceObj":{"__isSmartRef__":true,"id":22998},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":22935},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":23029},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"23029":{"source":{"__isSmartRef__":true,"id":22998},"target":{"__isSmartRef__":true,"id":22935}},"23030":{"sourceObj":{"__isSmartRef__":true,"id":22998},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":22935},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":23031},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"23031":{"source":{"__isSmartRef__":true,"id":22998},"target":{"__isSmartRef__":true,"id":22935}},"23032":{"submorphs":[{"__isSmartRef__":true,"id":23033}],"scripts":[],"shape":{"__isSmartRef__":true,"id":23044},"id":"DD557853-F1F4-4796-8795-75EC2284A70A","renderContextTable":{"__isSmartRef__":true,"id":23049},"eventHandler":{"__isSmartRef__":true,"id":23050},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":23051},"priorExtent":{"__isSmartRef__":true,"id":23052},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":22970},"lighterFill":{"__isSmartRef__":true,"id":23053},"label":{"__isSmartRef__":true,"id":23033},"owner":{"__isSmartRef__":true,"id":22936},"layout":{"__isSmartRef__":true,"id":23062},"attributeConnections":[{"__isSmartRef__":true,"id":23063},{"__isSmartRef__":true,"id":23065}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","prevScroll":[0,0],"derivationIds":[2886,"9FC4F0BE-916D-456B-AEC7-E6C1AC6040CA","A0A4775F-7F2F-4563-840D-CAA5CB435D75","C87D3EB9-4C3B-4230-9794-F5B71B528C74"],"_Scale":1,"__LivelyClassName__":"lively.morphic.WindowControl"},"23033":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":23034},"id":"705C0F16-5E82-4EFB-B9B4-F57FC30012E6","renderContextTable":{"__isSmartRef__":true,"id":23038},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":23039}],"eventHandler":{"__isSmartRef__":true,"id":23041},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":23042},"priorExtent":{"__isSmartRef__":true,"id":23043},"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":23032},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2887,"42347453-BADB-4DB0-9486-C479B704CD7C","B0BBE9B3-B5DD-4E4F-A1AA-1C03BB1BFF4E","8AE3BC44-F336-420E-A2E9-BBA0DC6A3D72"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"23034":{"_Position":{"__isSmartRef__":true,"id":23035},"renderContextTable":{"__isSmartRef__":true,"id":23036},"_Extent":{"__isSmartRef__":true,"id":23037},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":22957},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":22943},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23035":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23036":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23037":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23038":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"23039":{"style":{"__isSmartRef__":true,"id":23040},"chunkOwner":{"__isSmartRef__":true,"id":23033},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk"},"23040":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"23041":{"morph":{"__isSmartRef__":true,"id":23033},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23042":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23043":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23044":{"_Position":{"__isSmartRef__":true,"id":23045},"renderContextTable":{"__isSmartRef__":true,"id":23046},"_Extent":{"__isSmartRef__":true,"id":23047},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":23048},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":22969},"_Fill":{"__isSmartRef__":true,"id":22970},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23045":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23046":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23047":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23048":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23049":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"23050":{"morph":{"__isSmartRef__":true,"id":23032},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23051":{"x":503,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23052":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23053":{"stops":[{"__isSmartRef__":true,"id":23054},{"__isSmartRef__":true,"id":23056},{"__isSmartRef__":true,"id":23058},{"__isSmartRef__":true,"id":23060}],"vector":{"__isSmartRef__":true,"id":22979},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"23054":{"offset":0,"color":{"__isSmartRef__":true,"id":23055}},"23055":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23056":{"offset":0.4,"color":{"__isSmartRef__":true,"id":23057}},"23057":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23058":{"offset":0.6,"color":{"__isSmartRef__":true,"id":23059}},"23059":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23060":{"offset":1,"color":{"__isSmartRef__":true,"id":23061}},"23061":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23062":{"moveHorizontal":true},"23063":{"sourceObj":{"__isSmartRef__":true,"id":23032},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":22935},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":23064},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"23064":{"source":{"__isSmartRef__":true,"id":23032},"target":{"__isSmartRef__":true,"id":22935}},"23065":{"sourceObj":{"__isSmartRef__":true,"id":23032},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":22935},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":23066},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"23066":{"source":{"__isSmartRef__":true,"id":23032},"target":{"__isSmartRef__":true,"id":22935}},"23067":{"_Position":{"__isSmartRef__":true,"id":23068},"renderContextTable":{"__isSmartRef__":true,"id":23069},"_Extent":{"__isSmartRef__":true,"id":23070},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":23071},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":23072},"_Fill":{"__isSmartRef__":true,"id":23073},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23068":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23069":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23070":{"x":542,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23071":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23072":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23073":{"stops":[{"__isSmartRef__":true,"id":23074},{"__isSmartRef__":true,"id":23076}],"vector":{"__isSmartRef__":true,"id":23078},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"23074":{"offset":0,"color":{"__isSmartRef__":true,"id":23075}},"23075":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23076":{"offset":1,"color":{"__isSmartRef__":true,"id":23077}},"23077":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23078":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23079":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"23080":{"morph":{"__isSmartRef__":true,"id":22936},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23081":{"resizeWidth":true,"adjustForNewBounds":true},"23082":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23083":{"x":542,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23084":{"submorphs":[{"__isSmartRef__":true,"id":23085},{"__isSmartRef__":true,"id":23100},{"__isSmartRef__":true,"id":23115},{"__isSmartRef__":true,"id":23131},{"__isSmartRef__":true,"id":23147},{"__isSmartRef__":true,"id":23162},{"__isSmartRef__":true,"id":23178},{"__isSmartRef__":true,"id":23194},{"__isSmartRef__":true,"id":23277},{"__isSmartRef__":true,"id":23359},{"__isSmartRef__":true,"id":23374}],"scripts":[],"shape":{"__isSmartRef__":true,"id":23390},"id":"461A5166-EA5A-4071-8204-F81C9CDF321B","renderContextTable":{"__isSmartRef__":true,"id":23397},"eventHandler":{"__isSmartRef__":true,"id":23398},"droppingEnabled":true,"halosEnabled":true,"isLockOwner":false,"layout":{"__isSmartRef__":true,"id":23399},"attributeConnections":[],"ownerApp":{"__isSmartRef__":true,"id":23400},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Core","name":"PublishPartPanePane","doNotSerialize":[],"doNotCopyProperties":[],"priorExtent":{"__isSmartRef__":true,"id":23494},"isBeingDragged":false,"prevScroll":[0,0],"distanceToDragEvent":{"__isSmartRef__":true,"id":23495},"grabbingEnabled":false,"_Position":{"__isSmartRef__":true,"id":23496},"owner":{"__isSmartRef__":true,"id":22935},"target":{"__isSmartRef__":true,"id":22266},"derivationIds":[2888,"7CD647EF-2BB4-4CD9-9D3B-4EE7BC59ECC2","B983FB4F-9323-4304-9603-5615E93C6C42","E738FAD5-9C83-4390-B193-06C21B6E51B0"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":23497},"__LivelyClassName__":"lively.morphic.Box","withLayers":["Global.lively.morphic.GrabbingLayer"]},"23085":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":23086},"id":"6156EBD8-2E62-4453-989A-700F4942D43C","renderContextTable":{"__isSmartRef__":true,"id":23093},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":23094}],"eventHandler":{"__isSmartRef__":true,"id":23096},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":23097},"priorExtent":{"__isSmartRef__":true,"id":23098},"_MaxTextWidth":230,"_MinTextWidth":230,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"owner":{"__isSmartRef__":true,"id":23084},"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":23099},"previousSelection":[0,9],"priorSelectionRange":[0,9],"isLockOwner":false,"name":"NameText","isCopyMorphRef":true,"morphRefId":1,"derivationIds":[2889,"9A8B5C1C-95BB-40F5-B9EF-B89DD5451B64","C49BF160-BBBE-422E-BDDC-B9A98A72ABFF","42B7E940-3BB5-4B79-B5D8-E4C8E780FF3B"],"savedTextString":"CommitMessageTest1","_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"23086":{"_Position":{"__isSmartRef__":true,"id":23087},"renderContextTable":{"__isSmartRef__":true,"id":23088},"_Extent":{"__isSmartRef__":true,"id":23089},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":23090},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":23091},"_Fill":{"__isSmartRef__":true,"id":23092},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23087":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23088":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23089":{"x":240,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23090":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23091":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23092":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23093":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"23094":{"style":{"__isSmartRef__":true,"id":23095},"chunkOwner":{"__isSmartRef__":true,"id":23085},"storedString":"PublishPartDialog","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"23095":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"23096":{"morph":{"__isSmartRef__":true,"id":23085},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23097":{"x":10,"y":50,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23098":{"x":240,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23099":{"x":119,"y":-15,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23100":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":23101},"id":"C9FFCBD8-4010-468C-9C23-509AEF71C004","renderContextTable":{"__isSmartRef__":true,"id":23108},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":23109}],"eventHandler":{"__isSmartRef__":true,"id":23111},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":23112},"priorExtent":{"__isSmartRef__":true,"id":23113},"_MaxTextWidth":510,"_MinTextWidth":510,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"name":"CommitMessageText","owner":{"__isSmartRef__":true,"id":23084},"distanceToDragEvent":{"__isSmartRef__":true,"id":23114},"previousSelection":[0,15],"priorSelectionRange":[0,0],"charsReplaced":"CommitMessageTest1","lastFindLoc":18,"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2890,"40048B1D-9547-4EA6-AB66-31168A1C9FAE","8A0DE790-FA6C-41C9-BA2B-84397DA3F39E","DCFEEBC9-D891-408E-A103-19356A96070F"],"savedTextString":"","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"23101":{"_Position":{"__isSmartRef__":true,"id":23102},"renderContextTable":{"__isSmartRef__":true,"id":23103},"_Extent":{"__isSmartRef__":true,"id":23104},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":23105},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":23106},"_Fill":{"__isSmartRef__":true,"id":23107},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23102":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23103":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23104":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23105":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23106":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23107":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23108":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"23109":{"style":{"__isSmartRef__":true,"id":23110},"chunkOwner":{"__isSmartRef__":true,"id":23100},"storedString":"added show diff button","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"23110":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"23111":{"morph":{"__isSmartRef__":true,"id":23100},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23112":{"x":10,"y":260,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23113":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23114":{"x":351,"y":-17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23115":{"submorphs":[],"scripts":[],"id":"89A19B3F-2CFE-4987-9687-B117F7EAE6AD","shape":{"__isSmartRef__":true,"id":23116},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":23122},"_MaxTextWidth":114,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":23119},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text5","partsBinMetaInfo":{"__isSmartRef__":true,"id":23123},"textChunks":[{"__isSmartRef__":true,"id":23124}],"charsReplaced":"some text ","lastFindLoc":10,"priorSelectionRange":[0,4],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":23126},"renderContextTable":{"__isSmartRef__":true,"id":23127},"eventHandler":{"__isSmartRef__":true,"id":23128},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":23129},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","owner":{"__isSmartRef__":true,"id":23084},"_MinTextWidth":114,"_MinTextHeight":null,"previousSelection":[3,3],"distanceToDragEvent":{"__isSmartRef__":true,"id":23130},"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2891,"E101CA30-35F9-42F0-A46C-28671530C787","CE7E7640-C507-43BF-88EF-C4ACE8CCF564","F04823B9-5B0B-4CCA-B8F7-00BD8608ED16"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"23116":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":23117},"_Extent":{"__isSmartRef__":true,"id":23118},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":23119},"renderContextTable":{"__isSmartRef__":true,"id":23120},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":23121},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23117":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23118":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23119":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23120":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23121":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23122":{"x":10,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23123":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"23124":{"style":{"__isSmartRef__":true,"id":23125},"morph":{"__isSmartRef__":true,"id":23115},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":23115},"storedString":"name","__LivelyClassName__":"lively.morphic.TextChunk"},"23125":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"23126":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23127":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"23128":{"morph":{"__isSmartRef__":true,"id":23115},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23129":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23130":{"x":78,"y":-3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23131":{"submorphs":[],"scripts":[],"id":"D90E5F92-063B-4277-A16D-D954038B7F2E","shape":{"__isSmartRef__":true,"id":23132},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":23138},"_MaxTextWidth":250,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":23135},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text6","partsBinMetaInfo":{"__isSmartRef__":true,"id":23139},"textChunks":[{"__isSmartRef__":true,"id":23140}],"charsReplaced":"changes","lastFindLoc":7,"priorSelectionRange":[0,14],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":23142},"renderContextTable":{"__isSmartRef__":true,"id":23143},"eventHandler":{"__isSmartRef__":true,"id":23144},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":23145},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":250,"_MinTextHeight":null,"previousSelection":[0,14],"distanceToDragEvent":{"__isSmartRef__":true,"id":23146},"owner":{"__isSmartRef__":true,"id":23084},"isLockOwner":false,"derivationIds":[2892,"E5DC0070-3EA2-4212-9AA7-E3C865547E5E","809E256F-82F6-4A22-B614-DE8C08FA5970","272C0F9A-E7EF-4ECE-851D-08ACB35EA24D"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"23132":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":23133},"_Extent":{"__isSmartRef__":true,"id":23134},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":23135},"renderContextTable":{"__isSmartRef__":true,"id":23136},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":23137},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23133":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23134":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23135":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23136":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23137":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23138":{"x":10,"y":240,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23139":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"23140":{"style":{"__isSmartRef__":true,"id":23141},"morph":{"__isSmartRef__":true,"id":23131},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":23131},"storedString":"commit message","__LivelyClassName__":"lively.morphic.TextChunk"},"23141":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"23142":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23143":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"23144":{"morph":{"__isSmartRef__":true,"id":23131},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23145":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23146":{"x":174,"y":-21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23147":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":23148},"id":"286A4256-D2A8-4452-BCFC-F5DB7B0B1532","renderContextTable":{"__isSmartRef__":true,"id":23155},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":23156}],"eventHandler":{"__isSmartRef__":true,"id":23158},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":23159},"priorExtent":{"__isSmartRef__":true,"id":23160},"_MaxTextWidth":250,"_MinTextWidth":250,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"name":"CategoryText","owner":{"__isSmartRef__":true,"id":23084},"previousSelection":[0,14],"priorSelectionRange":[5,5],"charsReplaced":"CommitMessageTest1","lastFindLoc":18,"distanceToDragEvent":{"__isSmartRef__":true,"id":23161},"isLockOwner":false,"derivationIds":[2893,"FBE4B17F-DC2B-4783-899B-CF1B051F14D9","A2C45BC5-C44B-4AEA-A29E-ADE3DAF08638","640BD984-1AB2-45B8-BCEC-AB32A6199D68"],"savedTextString":"PartsBin/Basic","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"23148":{"_Position":{"__isSmartRef__":true,"id":23149},"renderContextTable":{"__isSmartRef__":true,"id":23150},"_Extent":{"__isSmartRef__":true,"id":23151},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":23152},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":23153},"_Fill":{"__isSmartRef__":true,"id":23154},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23149":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23150":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23151":{"x":260,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23152":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23153":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23154":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23155":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"23156":{"style":{"__isSmartRef__":true,"id":23157},"chunkOwner":{"__isSmartRef__":true,"id":23147},"storedString":"PartsBin/BP2012","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"23157":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"23158":{"morph":{"__isSmartRef__":true,"id":23147},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23159":{"x":270,"y":50,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23160":{"x":260,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23161":{"x":132,"y":-13,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23162":{"submorphs":[],"scripts":[],"id":"D5DB637F-F02B-4D39-BC91-6B85EB48C038","shape":{"__isSmartRef__":true,"id":23163},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":23169},"_MaxTextWidth":114,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":23166},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text7","partsBinMetaInfo":{"__isSmartRef__":true,"id":23170},"textChunks":[{"__isSmartRef__":true,"id":23171}],"charsReplaced":"name","lastFindLoc":4,"priorSelectionRange":[0,8],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":23173},"renderContextTable":{"__isSmartRef__":true,"id":23174},"eventHandler":{"__isSmartRef__":true,"id":23175},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":23176},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":114,"_MinTextHeight":null,"previousSelection":[2,2],"distanceToDragEvent":{"__isSmartRef__":true,"id":23177},"owner":{"__isSmartRef__":true,"id":23084},"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2894,"75F41AE1-CA7A-48D0-AE2C-7AAF6101B89C","CB87A9FB-0776-4109-BDE0-0E8C61F1626C","954BD4D6-BBF2-4D3C-94CA-21A38F66F449"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"23163":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":23164},"_Extent":{"__isSmartRef__":true,"id":23165},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":23166},"renderContextTable":{"__isSmartRef__":true,"id":23167},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":23168},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23164":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23165":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23166":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23167":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23168":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23169":{"x":270,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23170":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"23171":{"style":{"__isSmartRef__":true,"id":23172},"chunkOwner":{"__isSmartRef__":true,"id":23162},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"category","__LivelyClassName__":"lively.morphic.TextChunk"},"23172":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"23173":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23174":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"23175":{"morph":{"__isSmartRef__":true,"id":23162},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23176":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23177":{"x":87,"y":-11,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23178":{"submorphs":[],"scripts":[],"id":"92EDAC28-8529-4E2C-8493-4C0F5DD768C8","shape":{"__isSmartRef__":true,"id":23179},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":23185},"_MaxTextWidth":325,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":23182},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text8","partsBinMetaInfo":{"__isSmartRef__":true,"id":23186},"textChunks":[{"__isSmartRef__":true,"id":23187}],"charsReplaced":"Publish Object in PartsBin","lastFindLoc":26,"priorSelectionRange":[0,36],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":23189},"renderContextTable":{"__isSmartRef__":true,"id":23190},"eventHandler":{"__isSmartRef__":true,"id":23191},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":23192},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":325,"_MinTextHeight":null,"previousSelection":[0,36],"distanceToDragEvent":{"__isSmartRef__":true,"id":23193},"owner":{"__isSmartRef__":true,"id":23084},"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2895,"3AFBC971-95B4-48C4-888D-22FCBB742090","D0394F71-EBB2-452A-A71F-D172D5B1CAD6","79EDAC74-BD6B-42B1-BBBA-71B07578D1E0"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"23179":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":23180},"_Extent":{"__isSmartRef__":true,"id":23181},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":23182},"renderContextTable":{"__isSmartRef__":true,"id":23183},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":23184},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23180":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23181":{"x":325,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23182":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23183":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23184":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23185":{"x":10,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23186":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"23187":{"style":{"__isSmartRef__":true,"id":23188},"chunkOwner":{"__isSmartRef__":true,"id":23178},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Upload part to the shared repository","__LivelyClassName__":"lively.morphic.TextChunk"},"23188":{"italics":"normal","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"23189":{"x":325,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23190":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"23191":{"morph":{"__isSmartRef__":true,"id":23178},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23192":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23193":{"x":221,"y":-12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23194":{"submorphs":[{"__isSmartRef__":true,"id":23195}],"scripts":[],"id":"5309E281-CD42-4209-B7BF-FC500CF79EE5","shape":{"__isSmartRef__":true,"id":23210},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":23214},"lighterFill":{"__isSmartRef__":true,"id":23226},"label":{"__isSmartRef__":true,"id":23195},"name":"Button","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":23235},"attributeConnections":[{"__isSmartRef__":true,"id":23236}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":23272},"renderContextTable":{"__isSmartRef__":true,"id":23273},"eventHandler":{"__isSmartRef__":true,"id":23274},"distanceToDragEvent":{"__isSmartRef__":true,"id":23275},"_Position":{"__isSmartRef__":true,"id":23276},"owner":{"__isSmartRef__":true,"id":23084},"derivationIds":[2896,"40384C75-EF01-4AAD-AA1C-A7C19EDB6A0F","21376B8E-78CF-456D-87AA-4D62D86B16D2","E9336A59-C7BF-4C91-88B0-0D0477AA75AE"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Button"},"23195":{"submorphs":[],"scripts":[],"id":"F1FB7B9A-CC49-4C46-B299-0AD29366220B","shape":{"__isSmartRef__":true,"id":23196},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":23202},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":23203},"_Padding":{"__isSmartRef__":true,"id":23204},"owner":{"__isSmartRef__":true,"id":23194},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":23205},"textChunks":[{"__isSmartRef__":true,"id":23206}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":23208},"eventHandler":{"__isSmartRef__":true,"id":23209},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":101,"_MinTextHeight":null,"derivationIds":[2897,"92EB5E70-61BB-4A71-942C-A34A20789B2F","A9C9F9CF-1BAC-4074-A093-4EB0C3C90866","2FE50303-6361-4A70-9BD5-0D8D1C8B5176"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"23196":{"position":{"__isSmartRef__":true,"id":23197},"_Extent":{"__isSmartRef__":true,"id":23198},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":23199},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":23200},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":23201},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23197":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23198":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23199":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23200":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23201":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23202":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23203":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23204":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23205":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23206":{"style":{"__isSmartRef__":true,"id":23207},"chunkOwner":{"__isSmartRef__":true,"id":23195},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"cancel","__LivelyClassName__":"lively.morphic.TextChunk"},"23207":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"23208":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"23209":{"morph":{"__isSmartRef__":true,"id":23195},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23210":{"position":{"__isSmartRef__":true,"id":23211},"_Extent":{"__isSmartRef__":true,"id":23212},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":23213},"_Fill":{"__isSmartRef__":true,"id":23214},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":23224},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":23225},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23211":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23212":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23213":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23214":{"stops":[{"__isSmartRef__":true,"id":23215},{"__isSmartRef__":true,"id":23217},{"__isSmartRef__":true,"id":23219},{"__isSmartRef__":true,"id":23221}],"vector":{"__isSmartRef__":true,"id":23223},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"23215":{"offset":0,"color":{"__isSmartRef__":true,"id":23216}},"23216":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23217":{"offset":0.4,"color":{"__isSmartRef__":true,"id":23218}},"23218":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23219":{"offset":0.6,"color":{"__isSmartRef__":true,"id":23220}},"23220":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23221":{"offset":1,"color":{"__isSmartRef__":true,"id":23222}},"23222":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23223":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23224":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23225":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23226":{"stops":[{"__isSmartRef__":true,"id":23227},{"__isSmartRef__":true,"id":23229},{"__isSmartRef__":true,"id":23231},{"__isSmartRef__":true,"id":23233}],"vector":{"__isSmartRef__":true,"id":23223},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"23227":{"offset":0,"color":{"__isSmartRef__":true,"id":23228}},"23228":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23229":{"offset":0.4,"color":{"__isSmartRef__":true,"id":23230}},"23230":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23231":{"offset":0.6,"color":{"__isSmartRef__":true,"id":23232}},"23232":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23233":{"offset":1,"color":{"__isSmartRef__":true,"id":23234}},"23234":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23235":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"23236":{"sourceObj":{"__isSmartRef__":true,"id":23194},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":23084},"targetMethodName":"onCancel","visualConnector":{"__isSmartRef__":true,"id":23237},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"23237":{"submorphs":[{"__isSmartRef__":true,"id":23238}],"scripts":[],"shape":{"__isSmartRef__":true,"id":23253},"id":352,"renderContextTable":{"__isSmartRef__":true,"id":23260},"eventHandler":{"__isSmartRef__":true,"id":23261},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":23262},{"__isSmartRef__":true,"id":23263}],"con":{"__isSmartRef__":true,"id":23236},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":23264},"__LivelyClassName__":"lively.morphic.Path"},"23238":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":23239},"id":353,"renderContextTable":{"__isSmartRef__":true,"id":23250},"eventHandler":{"__isSmartRef__":true,"id":23251},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":23252},"owner":{"__isSmartRef__":true,"id":23237},"_Rotation":-2.716760490670451,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"23239":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":23240},{"__isSmartRef__":true,"id":23241},{"__isSmartRef__":true,"id":23242},{"__isSmartRef__":true,"id":23243}],"renderContextTable":{"__isSmartRef__":true,"id":23244},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":23245},"_Extent":{"__isSmartRef__":true,"id":23246},"_Padding":{"__isSmartRef__":true,"id":23247},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":23248},"_Fill":{"__isSmartRef__":true,"id":23249},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"23240":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"23241":{"isAbsolute":true,"x":0,"y":12,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"23242":{"isAbsolute":true,"x":16,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"23243":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"23244":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"23245":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23246":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23247":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23248":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23249":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23250":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"23251":{"morph":{"__isSmartRef__":true,"id":23238},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23252":{"x":0.5,"y":0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23253":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":23254},{"__isSmartRef__":true,"id":23255}],"renderContextTable":{"__isSmartRef__":true,"id":23256},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":23257},"_Extent":{"__isSmartRef__":true,"id":23258},"_Padding":{"__isSmartRef__":true,"id":23259},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":23248},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"23254":{"isAbsolute":true,"x":420,"y":190,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"23255":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"23256":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"23257":{"x":-0.5,"y":-0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23258":{"x":421,"y":191,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23259":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23260":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"23261":{"morph":{"__isSmartRef__":true,"id":23237},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23262":{"morph":{"__isSmartRef__":true,"id":23237},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"23263":{"morph":{"__isSmartRef__":true,"id":23237},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":23238},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"23264":{"morphMenuItems":{"__isSmartRef__":true,"id":23265}},"23265":{"varMapping":{"__isSmartRef__":true,"id":23266},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":23271},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"23266":{"this":{"__isSmartRef__":true,"id":23237},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":23267}},"23267":{"$super":{"__isSmartRef__":true,"id":23268}},"23268":{"varMapping":{"__isSmartRef__":true,"id":23269},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":23270},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"23269":{"obj":{"__isSmartRef__":true,"id":23237},"name":"morphMenuItems"},"23270":{},"23271":{},"23272":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23273":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"23274":{"morph":{"__isSmartRef__":true,"id":23194},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23275":{"x":77,"y":-5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23276":{"x":420,"y":390,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23277":{"submorphs":[{"__isSmartRef__":true,"id":23278}],"scripts":[],"id":"B9EC3206-D7B9-449B-8F4A-CF729A3DDF9A","shape":{"__isSmartRef__":true,"id":23293},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":23297},"lighterFill":{"__isSmartRef__":true,"id":23309},"label":{"__isSmartRef__":true,"id":23278},"name":"Button1","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":23318},"attributeConnections":[{"__isSmartRef__":true,"id":23319}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":23354},"renderContextTable":{"__isSmartRef__":true,"id":23355},"eventHandler":{"__isSmartRef__":true,"id":23356},"distanceToDragEvent":{"__isSmartRef__":true,"id":23357},"_Position":{"__isSmartRef__":true,"id":23358},"owner":{"__isSmartRef__":true,"id":23084},"derivationIds":[2898,"9D27A522-4E3D-482F-97CF-3CA3247A3999","4EBF07AD-25C0-4034-BC06-31F137F70FA1","DC6D6B8E-37AE-4815-A81A-AC7071124A26"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Button"},"23278":{"submorphs":[],"scripts":[],"id":"2A7260B8-72C4-410C-BBE2-0A88FB134782","shape":{"__isSmartRef__":true,"id":23279},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":23285},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":23286},"_Padding":{"__isSmartRef__":true,"id":23287},"owner":{"__isSmartRef__":true,"id":23277},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":23288},"textChunks":[{"__isSmartRef__":true,"id":23289}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":23291},"eventHandler":{"__isSmartRef__":true,"id":23292},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":101,"_MinTextHeight":null,"derivationIds":[2899,"4F00D1F5-B85C-479E-BDDE-322DF2F432A3","5E7BC7AC-9EF9-4CF5-9196-A542A26534CA","46616896-CA46-4B43-B694-9FB001B32989"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"23279":{"position":{"__isSmartRef__":true,"id":23280},"_Extent":{"__isSmartRef__":true,"id":23281},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":23282},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":23283},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":23284},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23280":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23281":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23282":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23283":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23284":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23285":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23286":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23287":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23288":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23289":{"style":{"__isSmartRef__":true,"id":23290},"chunkOwner":{"__isSmartRef__":true,"id":23278},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"publish","__LivelyClassName__":"lively.morphic.TextChunk"},"23290":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"23291":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"23292":{"morph":{"__isSmartRef__":true,"id":23278},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23293":{"position":{"__isSmartRef__":true,"id":23294},"_Extent":{"__isSmartRef__":true,"id":23295},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":23296},"_Fill":{"__isSmartRef__":true,"id":23297},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":23307},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":23308},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23294":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23295":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23296":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23297":{"stops":[{"__isSmartRef__":true,"id":23298},{"__isSmartRef__":true,"id":23300},{"__isSmartRef__":true,"id":23302},{"__isSmartRef__":true,"id":23304}],"vector":{"__isSmartRef__":true,"id":23306},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"23298":{"offset":0,"color":{"__isSmartRef__":true,"id":23299}},"23299":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23300":{"offset":0.4,"color":{"__isSmartRef__":true,"id":23301}},"23301":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23302":{"offset":0.6,"color":{"__isSmartRef__":true,"id":23303}},"23303":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23304":{"offset":1,"color":{"__isSmartRef__":true,"id":23305}},"23305":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23306":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23307":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23308":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23309":{"stops":[{"__isSmartRef__":true,"id":23310},{"__isSmartRef__":true,"id":23312},{"__isSmartRef__":true,"id":23314},{"__isSmartRef__":true,"id":23316}],"vector":{"__isSmartRef__":true,"id":23306},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"23310":{"offset":0,"color":{"__isSmartRef__":true,"id":23311}},"23311":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23312":{"offset":0.4,"color":{"__isSmartRef__":true,"id":23313}},"23313":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23314":{"offset":0.6,"color":{"__isSmartRef__":true,"id":23315}},"23315":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23316":{"offset":1,"color":{"__isSmartRef__":true,"id":23317}},"23317":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23318":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"23319":{"sourceObj":{"__isSmartRef__":true,"id":23277},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":23084},"targetMethodName":"onPublish","visualConnector":{"__isSmartRef__":true,"id":23320},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"23320":{"submorphs":[{"__isSmartRef__":true,"id":23321}],"scripts":[],"shape":{"__isSmartRef__":true,"id":23335},"id":139,"renderContextTable":{"__isSmartRef__":true,"id":23342},"eventHandler":{"__isSmartRef__":true,"id":23343},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":23344},{"__isSmartRef__":true,"id":23345}],"con":{"__isSmartRef__":true,"id":23319},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":23346},"__LivelyClassName__":"lively.morphic.Path"},"23321":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":23322},"id":140,"renderContextTable":{"__isSmartRef__":true,"id":23332},"eventHandler":{"__isSmartRef__":true,"id":23333},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":23334},"owner":{"__isSmartRef__":true,"id":23320},"_Rotation":-2.5917394709132084,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"23322":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":23323},{"__isSmartRef__":true,"id":23324},{"__isSmartRef__":true,"id":23325},{"__isSmartRef__":true,"id":23326}],"renderContextTable":{"__isSmartRef__":true,"id":23327},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":23328},"_Extent":{"__isSmartRef__":true,"id":23329},"_Padding":{"__isSmartRef__":true,"id":23330},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":23248},"_Fill":{"__isSmartRef__":true,"id":23331},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"23323":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"23324":{"isAbsolute":true,"x":0,"y":12,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"23325":{"isAbsolute":true,"x":16,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"23326":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"23327":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"23328":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23329":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23330":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23331":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23332":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"23333":{"morph":{"__isSmartRef__":true,"id":23321},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23334":{"x":0.5,"y":0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23335":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":23336},{"__isSmartRef__":true,"id":23337}],"renderContextTable":{"__isSmartRef__":true,"id":23338},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":23339},"_Extent":{"__isSmartRef__":true,"id":23340},"_Padding":{"__isSmartRef__":true,"id":23341},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":23248},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"23336":{"isAbsolute":true,"x":310,"y":190,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"23337":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"23338":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"23339":{"x":-0.5,"y":-0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23340":{"x":311,"y":191,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23341":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23342":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"23343":{"morph":{"__isSmartRef__":true,"id":23320},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23344":{"morph":{"__isSmartRef__":true,"id":23320},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"23345":{"morph":{"__isSmartRef__":true,"id":23320},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":23321},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"23346":{"morphMenuItems":{"__isSmartRef__":true,"id":23347}},"23347":{"varMapping":{"__isSmartRef__":true,"id":23348},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":23353},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"23348":{"this":{"__isSmartRef__":true,"id":23320},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":23349}},"23349":{"$super":{"__isSmartRef__":true,"id":23350}},"23350":{"varMapping":{"__isSmartRef__":true,"id":23351},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":23352},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"23351":{"obj":{"__isSmartRef__":true,"id":23320},"name":"morphMenuItems"},"23352":{},"23353":{},"23354":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23355":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"23356":{"morph":{"__isSmartRef__":true,"id":23277},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23357":{"x":62,"y":-12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23358":{"x":310,"y":390,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23359":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":23360},"id":"9599DEAE-8C83-4E01-B62C-31FBF096F9F7","renderContextTable":{"__isSmartRef__":true,"id":23367},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":23368}],"eventHandler":{"__isSmartRef__":true,"id":23370},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":23371},"priorExtent":{"__isSmartRef__":true,"id":23372},"_MaxTextWidth":510,"_MinTextWidth":510,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"name":"CommentText","distanceToDragEvent":{"__isSmartRef__":true,"id":23373},"previousSelection":[139,139],"priorSelectionRange":[9,9],"charsReplaced":"CommitMessageTest1","lastFindLoc":18,"isLockOwner":false,"isBeingDragged":false,"owner":{"__isSmartRef__":true,"id":23084},"derivationIds":[2900,"7E82C349-9FC9-48B5-B84C-30E99FC40DF2","A07EAFD3-B03B-4E4C-BC72-FB29F65F543A","888FB55C-0365-4B40-A9B4-33FD19FA1E91"],"savedTextString":"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"23360":{"_Position":{"__isSmartRef__":true,"id":23361},"renderContextTable":{"__isSmartRef__":true,"id":23362},"_Extent":{"__isSmartRef__":true,"id":23363},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":23364},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":23365},"_Fill":{"__isSmartRef__":true,"id":23366},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23361":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23362":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23363":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23364":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23365":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23366":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23367":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"23368":{"style":{"__isSmartRef__":true,"id":23369},"chunkOwner":{"__isSmartRef__":true,"id":23359},"storedString":"A dialog for publishing parts in the PartsBin.","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"23369":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"23370":{"morph":{"__isSmartRef__":true,"id":23359},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23371":{"x":10,"y":110,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23372":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23373":{"x":346,"y":-16,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23374":{"submorphs":[],"scripts":[],"id":"EB6781AB-CAE4-4644-A06C-CF1C02510F35","shape":{"__isSmartRef__":true,"id":23375},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":23381},"_MaxTextWidth":250,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":23378},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text9","partsBinMetaInfo":{"__isSmartRef__":true,"id":23382},"textChunks":[{"__isSmartRef__":true,"id":23383}],"charsReplaced":"commit message","lastFindLoc":14,"priorSelectionRange":[0,14],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":23385},"renderContextTable":{"__isSmartRef__":true,"id":23386},"eventHandler":{"__isSmartRef__":true,"id":23387},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":23388},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":250,"_MinTextHeight":null,"previousSelection":[0,6],"distanceToDragEvent":{"__isSmartRef__":true,"id":23389},"isLockOwner":false,"owner":{"__isSmartRef__":true,"id":23084},"derivationIds":[2901,"8E267E15-1052-4F9C-B863-B733384EF1DA","851C46B4-347F-4AE4-9C04-C321E7CC8EA5","D33CE057-77D6-4CCC-90F9-867C622B3572"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"23375":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":23376},"_Extent":{"__isSmartRef__":true,"id":23377},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":23378},"renderContextTable":{"__isSmartRef__":true,"id":23379},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":23380},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23376":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23377":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23378":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23379":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23380":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23381":{"x":10,"y":90,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23382":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"23383":{"style":{"__isSmartRef__":true,"id":23384},"morph":{"__isSmartRef__":true,"id":23374},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":23374},"storedString":"comment","__LivelyClassName__":"lively.morphic.TextChunk"},"23384":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"23385":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23386":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"23387":{"morph":{"__isSmartRef__":true,"id":23374},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23388":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23389":{"x":163,"y":-17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23390":{"_Position":{"__isSmartRef__":true,"id":23391},"renderContextTable":{"__isSmartRef__":true,"id":23392},"_Extent":{"__isSmartRef__":true,"id":23393},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":23394},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":23395},"_Fill":{"__isSmartRef__":true,"id":23396},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23391":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23392":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23393":{"x":540,"y":420,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23394":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23395":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23396":{"r":0.8235294117647058,"g":0.8235294117647058,"b":0.8235294117647058,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23397":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"23398":{"morph":{"__isSmartRef__":true,"id":23084},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23399":{"adjustForNewBounds":true,"resizeWidth":true,"resizeHeight":true},"23400":{"message":"Please enter a name for the part","attributeConnections":[{"__isSmartRef__":true,"id":23401}],"doNotSerialize":["$$result"],"doNotCopyProperties":["$$result"],"defaultInput":"CommitMessageTest1","panel":{"__isSmartRef__":true,"id":23084},"label":{"__isSmartRef__":true,"id":23402},"cancelButton":{"__isSmartRef__":true,"id":23414},"okButton":{"__isSmartRef__":true,"id":23460},"inputText":{"__isSmartRef__":true,"id":23085},"view":{"__isSmartRef__":true,"id":23084},"__SourceModuleName__":"Global.lively.morphic.Widgets","result":"CommitMessageTest1","__LivelyClassName__":"lively.morphic.PromptDialog"},"23401":{"sourceObj":{"__isSmartRef__":true,"id":23400},"sourceAttrName":"result","targetObj":{"__isSmartRef__":true,"id":23400},"targetMethodName":"triggerCallback","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"23402":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":23403},"id":3220,"renderContextTable":{"__isSmartRef__":true,"id":23408},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":23409}],"eventHandler":{"__isSmartRef__":true,"id":23411},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":false,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":23412},"priorExtent":{"__isSmartRef__":true,"id":23413},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":null,"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"isCopyMorphRef":true,"morphRefId":1,"__LivelyClassName__":"lively.morphic.Text"},"23403":{"_Position":{"__isSmartRef__":true,"id":23404},"renderContextTable":{"__isSmartRef__":true,"id":23405},"_Extent":{"__isSmartRef__":true,"id":23406},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":23090},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":23091},"_Fill":{"__isSmartRef__":true,"id":23407},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23404":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23405":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23406":{"x":226,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23407":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23408":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"23409":{"style":{"__isSmartRef__":true,"id":23410},"chunkOwner":{"__isSmartRef__":true,"id":23402},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"23410":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"23411":{"morph":{"__isSmartRef__":true,"id":23402},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23412":{"x":4,"y":4,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23413":{"x":226,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23414":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":23415},"id":6793,"renderContextTable":{"__isSmartRef__":true,"id":23431},"eventHandler":{"__isSmartRef__":true,"id":23432},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":23433},"priorExtent":{"__isSmartRef__":true,"id":23434},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":23421},"lighterFill":{"__isSmartRef__":true,"id":23435},"label":{"__isSmartRef__":true,"id":23444},"layout":{"__isSmartRef__":true,"id":23456},"owner":null,"attributeConnections":[{"__isSmartRef__":true,"id":23457},{"__isSmartRef__":true,"id":23458}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","isCopyMorphRef":true,"morphRefId":1,"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Button"},"23415":{"_Position":{"__isSmartRef__":true,"id":23416},"renderContextTable":{"__isSmartRef__":true,"id":23417},"_Extent":{"__isSmartRef__":true,"id":23418},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":23419},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":23420},"_Fill":{"__isSmartRef__":true,"id":23421},"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23416":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23417":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23418":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23419":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23420":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23421":{"stops":[{"__isSmartRef__":true,"id":23422},{"__isSmartRef__":true,"id":23424},{"__isSmartRef__":true,"id":23426},{"__isSmartRef__":true,"id":23428}],"vector":{"__isSmartRef__":true,"id":23430},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"23422":{"offset":0,"color":{"__isSmartRef__":true,"id":23423}},"23423":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23424":{"offset":0.4,"color":{"__isSmartRef__":true,"id":23425}},"23425":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23426":{"offset":0.6,"color":{"__isSmartRef__":true,"id":23427}},"23427":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23428":{"offset":1,"color":{"__isSmartRef__":true,"id":23429}},"23429":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23430":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23431":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"23432":{"morph":{"__isSmartRef__":true,"id":23414},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23433":{"x":478,"y":187,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23434":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23435":{"stops":[{"__isSmartRef__":true,"id":23436},{"__isSmartRef__":true,"id":23438},{"__isSmartRef__":true,"id":23440},{"__isSmartRef__":true,"id":23442}],"vector":{"__isSmartRef__":true,"id":23430},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"23436":{"offset":0,"color":{"__isSmartRef__":true,"id":23437}},"23437":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23438":{"offset":0.4,"color":{"__isSmartRef__":true,"id":23439}},"23439":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23440":{"offset":0.6,"color":{"__isSmartRef__":true,"id":23441}},"23441":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23442":{"offset":1,"color":{"__isSmartRef__":true,"id":23443}},"23443":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23444":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":23445},"id":6794,"renderContextTable":{"__isSmartRef__":true,"id":23450},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":23451}],"eventHandler":{"__isSmartRef__":true,"id":23453},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":23454},"priorExtent":{"__isSmartRef__":true,"id":23455},"_MaxTextWidth":60,"_MinTextWidth":60,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":null,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Text"},"23445":{"_Position":{"__isSmartRef__":true,"id":23446},"renderContextTable":{"__isSmartRef__":true,"id":23447},"_Extent":{"__isSmartRef__":true,"id":23448},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":23449},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":23091},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23446":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23447":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23448":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23449":{"x":0,"y":6,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23450":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"23451":{"style":{"__isSmartRef__":true,"id":23452},"chunkOwner":{"__isSmartRef__":true,"id":23444},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"23452":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"23453":{"morph":{"__isSmartRef__":true,"id":23444},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23454":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23455":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23456":{"moveVertical":true,"moveHorizontal":true},"23457":{"sourceObj":{"__isSmartRef__":true,"id":23414},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":23400},"targetMethodName":"removeTopLevel","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"23458":{"sourceObj":{"__isSmartRef__":true,"id":23414},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":23400},"targetMethodName":"result","converter":null,"converterString":"function () { return null }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":23459},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"23459":{"source":{"__isSmartRef__":true,"id":23414},"target":{"__isSmartRef__":true,"id":23400}},"23460":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":23461},"id":6795,"renderContextTable":{"__isSmartRef__":true,"id":23466},"eventHandler":{"__isSmartRef__":true,"id":23467},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":23468},"priorExtent":{"__isSmartRef__":true,"id":23469},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":23421},"lighterFill":{"__isSmartRef__":true,"id":23470},"label":{"__isSmartRef__":true,"id":23479},"layout":{"__isSmartRef__":true,"id":23491},"owner":null,"attributeConnections":[{"__isSmartRef__":true,"id":23492},{"__isSmartRef__":true,"id":23493}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","isCopyMorphRef":true,"morphRefId":2,"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Button"},"23461":{"_Position":{"__isSmartRef__":true,"id":23462},"renderContextTable":{"__isSmartRef__":true,"id":23463},"_Extent":{"__isSmartRef__":true,"id":23464},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":23465},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":23420},"_Fill":{"__isSmartRef__":true,"id":23421},"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23462":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23463":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23464":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23465":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23466":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"23467":{"morph":{"__isSmartRef__":true,"id":23460},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23468":{"x":414,"y":187,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23469":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23470":{"stops":[{"__isSmartRef__":true,"id":23471},{"__isSmartRef__":true,"id":23473},{"__isSmartRef__":true,"id":23475},{"__isSmartRef__":true,"id":23477}],"vector":{"__isSmartRef__":true,"id":23430},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"23471":{"offset":0,"color":{"__isSmartRef__":true,"id":23472}},"23472":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23473":{"offset":0.4,"color":{"__isSmartRef__":true,"id":23474}},"23474":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23475":{"offset":0.6,"color":{"__isSmartRef__":true,"id":23476}},"23476":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23477":{"offset":1,"color":{"__isSmartRef__":true,"id":23478}},"23478":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23479":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":23480},"id":6796,"renderContextTable":{"__isSmartRef__":true,"id":23485},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":23486}],"eventHandler":{"__isSmartRef__":true,"id":23488},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":23489},"priorExtent":{"__isSmartRef__":true,"id":23490},"_MaxTextWidth":60,"_MinTextWidth":60,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":null,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Text"},"23480":{"_Position":{"__isSmartRef__":true,"id":23481},"renderContextTable":{"__isSmartRef__":true,"id":23482},"_Extent":{"__isSmartRef__":true,"id":23483},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":23484},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":23091},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23481":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23482":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23483":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23484":{"x":0,"y":6,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23485":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"23486":{"style":{"__isSmartRef__":true,"id":23487},"chunkOwner":{"__isSmartRef__":true,"id":23479},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"23487":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"23488":{"morph":{"__isSmartRef__":true,"id":23479},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23489":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23490":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23491":{"moveVertical":true,"moveHorizontal":true},"23492":{"sourceObj":{"__isSmartRef__":true,"id":23460},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":23400},"targetMethodName":"removeTopLevel","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"23493":{"sourceObj":{"__isSmartRef__":true,"id":23460},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":23085},"targetMethodName":"doSave","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"23494":{"x":540,"y":420,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23495":{"x":365,"y":-16,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23496":{"x":0,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23497":{"copyToPartsBin":{"__isSmartRef__":true,"id":23498},"onPublish":{"__isSmartRef__":true,"id":23506},"onCancel":{"__isSmartRef__":true,"id":23510},"setTarget":{"__isSmartRef__":true,"id":23514},"reset":{"__isSmartRef__":true,"id":23518}},"23498":{"varMapping":{"__isSmartRef__":true,"id":23499},"source":"function copyToPartsBin(morph) {\n var name = this.get('NameText').textString\n\n var info = morph.getPartsBinMetaInfo();\n morph.setName(name);\n\n info.partsSpaceName = this.get('CategoryText').textString\n info.comment = this.get('CommentText').textString\n\n if (! info.changes) info.changes = [];\n var change = { \n date: new Date(), \n author: this.world().getUserName(), \n message: this.get('CommitMessageText').textString,\n id: Strings.newUUID()\n }\n info.changes.push(change) \n\n morph.copyToPartsBin();\n}","funcProperties":{"__isSmartRef__":true,"id":23504},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"23499":{"this":{"__isSmartRef__":true,"id":23084},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":23500}},"23500":{"$super":{"__isSmartRef__":true,"id":23501}},"23501":{"varMapping":{"__isSmartRef__":true,"id":23502},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":23503},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"23502":{"obj":{"__isSmartRef__":true,"id":23084},"name":"copyToPartsBin"},"23503":{},"23504":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":23505}},"23505":{"isSerializedDate":true,"string":"Fri Oct 28 2011 15:13:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"23506":{"varMapping":{"__isSmartRef__":true,"id":23507},"source":"function onPublish() {\n if (!this.target) alert(\"No target to upload\");\n this.copyToPartsBin(this.target);\n connect(this.target, 'headRevision', this.owner, 'remove')\n}","funcProperties":{"__isSmartRef__":true,"id":23508},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"23507":{"this":{"__isSmartRef__":true,"id":23084}},"23508":{"timestamp":{"__isSmartRef__":true,"id":23509},"user":"undefined","tags":[]},"23509":{"isSerializedDate":true,"string":"Tue Mar 20 2012 12:59:48 GMT+0100 (Mitteleuropäische Zeit)"},"23510":{"varMapping":{"__isSmartRef__":true,"id":23511},"source":"function onCancel() {\n alertOK(\"cancel upload \") \n this.owner.remove()\n}","funcProperties":{"__isSmartRef__":true,"id":23512},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"23511":{"this":{"__isSmartRef__":true,"id":23084}},"23512":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":23513}},"23513":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:52:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"23514":{"varMapping":{"__isSmartRef__":true,"id":23515},"source":"function setTarget(morph) {\n this.target = morph \n if (!morph) {\n this.get('NameText').textString = '';\n this.get('CategoryText').textString = '';\n this.get('CommentText').textString = ''; \n this.get('CommitMessageText').textString = '' \n return\n }\n var info = this.target.getPartsBinMetaInfo();\n this.get('NameText').textString = info.partName || morph.getName();\n this.get('CategoryText').textString = info.partsSpaceName;\n this.get('CommentText').textString = info.comment; \n this.get('CommitMessageText').textString = '' \n\n}","funcProperties":{"__isSmartRef__":true,"id":23516},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"23515":{"this":{"__isSmartRef__":true,"id":23084}},"23516":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":23517}},"23517":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:46:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"23518":{"varMapping":{"__isSmartRef__":true,"id":23519},"source":"function reset() {\n this.setTarget(null)\n \n}","funcProperties":{"__isSmartRef__":true,"id":23520},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"23519":{"this":{"__isSmartRef__":true,"id":23084}},"23520":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":23521}},"23521":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:45:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"23522":{"renderContextTable":{"__isSmartRef__":true,"id":23523},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":23524},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":23525},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23523":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23524":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23525":{"x":542,"y":242,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23526":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"23527":{"morph":{"__isSmartRef__":true,"id":22935},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23528":{"adjustForNewBounds":true},"23529":{"x":542,"y":242,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23530":{"x":0,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23531":{"x":463,"y":297,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23532":{"partName":"PublishPartDialog","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/BP2012","__SourceModuleName__":"Global.lively.PartsBin","comment":"A dialog for publishing parts in the PartsBin.","changes":[{"__isSmartRef__":true,"id":23533},{"__isSmartRef__":true,"id":23535},{"__isSmartRef__":true,"id":23537},{"__isSmartRef__":true,"id":23539},{"__isSmartRef__":true,"id":23541},{"__isSmartRef__":true,"id":23543},{"__isSmartRef__":true,"id":23545}],"revisionOnLoad":146804,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"23533":{"date":{"__isSmartRef__":true,"id":23534},"author":"undefined","message":"init for change - don't remove on click","id":"00A6DFFB-70D2-44A4-B5F9-0778E1CA5724"},"23534":{"isSerializedDate":true,"string":"Tue Mar 20 2012 12:04:27 GMT+0100 (Mitteleuropäische Zeit)"},"23535":{"date":{"__isSmartRef__":true,"id":23536},"author":"jenslincke","message":"- fixed issue 283 (Reproduction: Open part, select publish from menu, focus part name input field in dialog, press enter.-> window pane disappears; window decoration stays; part is not published)","id":"1A260BD5-E668-4BD4-B7A2-94E087AB4CE1"},"23536":{"isSerializedDate":true,"string":"Thu Jan 26 2012 12:10:41 GMT+0100 (Mitteleuropäische Zeit)"},"23537":{"date":{"__isSmartRef__":true,"id":23538},"author":"jenslincke","message":""},"23538":{"isSerializedDate":true,"string":"Fri Oct 28 2011 16:06:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"23539":{"date":{"__isSmartRef__":true,"id":23540},"author":"jenslincke","message":"store an uuid when publishing an object"},"23540":{"isSerializedDate":true,"string":"Fri Oct 28 2011 15:15:02 GMT+0200 (Mitteleuropäische Sommerzeit)"},"23541":{"date":{"__isSmartRef__":true,"id":23542},"author":"jenslincke","message":""},"23542":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:52:26 GMT+0200 (Mitteleuropäische Sommerzeit)"},"23543":{"date":{"__isSmartRef__":true,"id":23544},"author":"jenslincke","message":"first commit of Publish dialog using the publish dialog itself!"},"23544":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:54:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"23545":{"date":{"__isSmartRef__":true,"id":23546},"author":"undefined","message":"","id":"A5F4EACF-EF62-483F-B8B3-65966A895FA4"},"23546":{"isSerializedDate":true,"string":"Tue Mar 20 2012 13:00:03 GMT+0100 (Mitteleuropäische Zeit)"},"23547":{"x":746.5,"y":281,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23548":{"sourceObj":{"__isSmartRef__":true,"id":22266},"sourceAttrName":"headRevision","targetObj":{"__isSmartRef__":true,"id":23549},"targetMethodName":"remove","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"23549":{"submorphs":[{"__isSmartRef__":true,"id":23550},{"__isSmartRef__":true,"id":23697}],"scripts":[],"shape":{"__isSmartRef__":true,"id":24187},"id":"114E0CC6-1010-4E71-9A76-55D8416C4D9B","renderContextTable":{"__isSmartRef__":true,"id":24191},"eventHandler":{"__isSmartRef__":true,"id":24192},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":24193},"LK2":true,"priorExtent":{"__isSmartRef__":true,"id":24194},"targetMorph":{"__isSmartRef__":true,"id":23697},"titleBar":{"__isSmartRef__":true,"id":23550},"contentOffset":{"__isSmartRef__":true,"id":24195},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"highlighted":true,"prevDragPos":{"__isSmartRef__":true,"id":24196},"isBeingDragged":false,"showsHalos":false,"name":"PublishPartDialog1","partsBinMetaInfo":{"__isSmartRef__":true,"id":24197},"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"_Position":{"__isSmartRef__":true,"id":24212},"isCopyMorphRef":true,"morphRefId":12,"derivationIds":[2879,"91414FD8-3775-435F-96A6-39E0CB891CD7","9CB574CD-94E3-465A-B85C-91F97E070BC3","C9D390C2-399F-44AF-A316-A4A117E5F7B6","0A0B9181-A04D-441B-944F-585ED335E81B"],"moved":true,"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"23550":{"submorphs":[{"__isSmartRef__":true,"id":23551},{"__isSmartRef__":true,"id":23565},{"__isSmartRef__":true,"id":23612},{"__isSmartRef__":true,"id":23646}],"scripts":[],"shape":{"__isSmartRef__":true,"id":23681},"id":"AC4318FD-EA67-46A2-9D28-CC5E408627C3","renderContextTable":{"__isSmartRef__":true,"id":23692},"eventHandler":{"__isSmartRef__":true,"id":23693},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":23694},"_Position":{"__isSmartRef__":true,"id":23695},"windowMorph":{"__isSmartRef__":true,"id":23549},"label":{"__isSmartRef__":true,"id":23551},"closeButton":{"__isSmartRef__":true,"id":23565},"menuButton":{"__isSmartRef__":true,"id":23612},"collapseButton":{"__isSmartRef__":true,"id":23646},"priorExtent":{"__isSmartRef__":true,"id":23696},"owner":{"__isSmartRef__":true,"id":23549},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2880,"108B5871-F6C8-4442-82D1-F8776D2C85A2","503529CB-0F23-4456-8597-CD5E86CF03F0","4FB4914E-E245-4D67-BE3B-63091E2C8C95","B69B0DCD-8CC6-4A06-B738-A12B5269CD7D"],"_Scale":1,"__LivelyClassName__":"lively.morphic.TitleBar"},"23551":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":23552},"id":"D77F5C35-DE97-4172-BF2F-8D1ACED89AC7","renderContextTable":{"__isSmartRef__":true,"id":23558},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":23559}],"eventHandler":{"__isSmartRef__":true,"id":23561},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":23562},"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":23550},"priorExtent":{"__isSmartRef__":true,"id":23563},"_MaxTextWidth":483,"_MinTextWidth":483,"_MaxTextHeight":null,"_MinTextHeight":null,"_Position":{"__isSmartRef__":true,"id":23564},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2881,"A06A709C-AD42-48D0-A66A-9C21EA4F4E66","EE1A345D-476E-4E22-BE89-E59A0C11001B","90634CE5-77D0-4064-961C-4CBADE59C6F8","C26670E3-5765-406B-972F-888FD1EAF967"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"23552":{"_Position":{"__isSmartRef__":true,"id":23553},"renderContextTable":{"__isSmartRef__":true,"id":23554},"_Extent":{"__isSmartRef__":true,"id":23555},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":23556},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":23557},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23553":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23554":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23555":{"x":483,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23556":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23557":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23558":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"23559":{"style":{"__isSmartRef__":true,"id":23560},"chunkOwner":{"__isSmartRef__":true,"id":23551},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Publish in PartsBin","__LivelyClassName__":"lively.morphic.TextChunk"},"23560":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"23561":{"morph":{"__isSmartRef__":true,"id":23551},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23562":{"resizeWidth":true},"23563":{"x":483,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23564":{"x":20,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23565":{"submorphs":[{"__isSmartRef__":true,"id":23566}],"scripts":[],"shape":{"__isSmartRef__":true,"id":23578},"id":"1B450A88-DDF9-425D-83CA-EDD701DCC323","renderContextTable":{"__isSmartRef__":true,"id":23594},"eventHandler":{"__isSmartRef__":true,"id":23595},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":23596},"priorExtent":{"__isSmartRef__":true,"id":23597},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":23584},"lighterFill":{"__isSmartRef__":true,"id":23598},"label":{"__isSmartRef__":true,"id":23566},"owner":{"__isSmartRef__":true,"id":23550},"layout":{"__isSmartRef__":true,"id":23607},"attributeConnections":[{"__isSmartRef__":true,"id":23608},{"__isSmartRef__":true,"id":23610}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","prevScroll":[0,0],"derivationIds":[2882,"6FF08B49-B1B5-4E12-8CE8-DF895115627D","7F48C6F9-BB0C-405E-991B-410F179F7FE6","8405D63F-4E07-4FE8-9008-DD8AE000B5C8","D81DD158-CA4D-44A9-B0A6-3FD7DF7EFD68"],"_Scale":1,"__LivelyClassName__":"lively.morphic.WindowControl"},"23566":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":23567},"id":"8ECEC574-E77D-4096-877E-98EABAA8CA1D","renderContextTable":{"__isSmartRef__":true,"id":23572},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":23573}],"eventHandler":{"__isSmartRef__":true,"id":23575},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":23576},"priorExtent":{"__isSmartRef__":true,"id":23577},"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":23565},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2883,"9FBA502B-65B1-4FF2-A0A6-9951E3C50B9C","9F297DAE-65AA-45A3-AFAE-BD35F359E24A","75386CDF-09C9-47F2-8762-F737A49FD645","C43A7038-D61D-47C7-BFA8-8C8A77627643"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"23567":{"_Position":{"__isSmartRef__":true,"id":23568},"renderContextTable":{"__isSmartRef__":true,"id":23569},"_Extent":{"__isSmartRef__":true,"id":23570},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":23571},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":23557},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23568":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23569":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23570":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23571":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23572":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"23573":{"style":{"__isSmartRef__":true,"id":23574},"chunkOwner":{"__isSmartRef__":true,"id":23566},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk"},"23574":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"23575":{"morph":{"__isSmartRef__":true,"id":23566},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23576":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23577":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23578":{"_Position":{"__isSmartRef__":true,"id":23579},"renderContextTable":{"__isSmartRef__":true,"id":23580},"_Extent":{"__isSmartRef__":true,"id":23581},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":23582},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":23583},"_Fill":{"__isSmartRef__":true,"id":23584},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23579":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23580":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23581":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23582":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23583":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23584":{"stops":[{"__isSmartRef__":true,"id":23585},{"__isSmartRef__":true,"id":23587},{"__isSmartRef__":true,"id":23589},{"__isSmartRef__":true,"id":23591}],"vector":{"__isSmartRef__":true,"id":23593},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"23585":{"offset":0,"color":{"__isSmartRef__":true,"id":23586}},"23586":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23587":{"offset":0.4,"color":{"__isSmartRef__":true,"id":23588}},"23588":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23589":{"offset":0.6,"color":{"__isSmartRef__":true,"id":23590}},"23590":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23591":{"offset":1,"color":{"__isSmartRef__":true,"id":23592}},"23592":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23593":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23594":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"23595":{"morph":{"__isSmartRef__":true,"id":23565},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23596":{"x":522,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23597":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23598":{"stops":[{"__isSmartRef__":true,"id":23599},{"__isSmartRef__":true,"id":23601},{"__isSmartRef__":true,"id":23603},{"__isSmartRef__":true,"id":23605}],"vector":{"__isSmartRef__":true,"id":23593},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"23599":{"offset":0,"color":{"__isSmartRef__":true,"id":23600}},"23600":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23601":{"offset":0.4,"color":{"__isSmartRef__":true,"id":23602}},"23602":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23603":{"offset":0.6,"color":{"__isSmartRef__":true,"id":23604}},"23604":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23605":{"offset":1,"color":{"__isSmartRef__":true,"id":23606}},"23606":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23607":{"moveHorizontal":true},"23608":{"sourceObj":{"__isSmartRef__":true,"id":23565},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":23549},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":23609},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"23609":{"source":{"__isSmartRef__":true,"id":23565},"target":{"__isSmartRef__":true,"id":23549}},"23610":{"sourceObj":{"__isSmartRef__":true,"id":23565},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":23549},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":23611},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"23611":{"source":{"__isSmartRef__":true,"id":23565},"target":{"__isSmartRef__":true,"id":23549}},"23612":{"submorphs":[{"__isSmartRef__":true,"id":23613}],"scripts":[],"shape":{"__isSmartRef__":true,"id":23624},"id":"5B34DA09-2945-480C-89F5-843872D55EAE","renderContextTable":{"__isSmartRef__":true,"id":23629},"eventHandler":{"__isSmartRef__":true,"id":23630},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":23631},"priorExtent":{"__isSmartRef__":true,"id":23632},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":23584},"lighterFill":{"__isSmartRef__":true,"id":23633},"label":{"__isSmartRef__":true,"id":23613},"owner":{"__isSmartRef__":true,"id":23550},"attributeConnections":[{"__isSmartRef__":true,"id":23642},{"__isSmartRef__":true,"id":23644}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","derivationIds":[2884,"64F20257-1A1D-4B3E-97C4-BC5D1F1E14B5","A377FFCE-0FDC-41B6-BD34-D9F0507B57DA","7334352E-B497-4F10-8C06-FBE36AA778C7","E8269870-961E-49ED-ACE6-3CB90CD1937A"],"_Scale":1,"__LivelyClassName__":"lively.morphic.WindowControl"},"23613":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":23614},"id":"17FEC040-13EA-4F86-8084-76A818AFF35C","renderContextTable":{"__isSmartRef__":true,"id":23618},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":23619}],"eventHandler":{"__isSmartRef__":true,"id":23621},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":23622},"priorExtent":{"__isSmartRef__":true,"id":23623},"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":23612},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[2885,"EC48B50E-CD5B-46FB-BF78-484373EED980","59F8AF9B-799B-413B-86B2-BFD03A4B2559","F8293A60-E9DB-40E3-B202-D547939F8A8D","30E16AEA-8638-441D-A4B6-A7F2EB4D1987"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"23614":{"_Position":{"__isSmartRef__":true,"id":23615},"renderContextTable":{"__isSmartRef__":true,"id":23616},"_Extent":{"__isSmartRef__":true,"id":23617},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":23571},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":23557},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23615":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23616":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23617":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23618":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"23619":{"style":{"__isSmartRef__":true,"id":23620},"chunkOwner":{"__isSmartRef__":true,"id":23613},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk"},"23620":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"23621":{"morph":{"__isSmartRef__":true,"id":23613},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23622":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23623":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23624":{"_Position":{"__isSmartRef__":true,"id":23625},"renderContextTable":{"__isSmartRef__":true,"id":23626},"_Extent":{"__isSmartRef__":true,"id":23627},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":23628},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":23583},"_Fill":{"__isSmartRef__":true,"id":23584},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23625":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23626":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23627":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23628":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23629":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"23630":{"morph":{"__isSmartRef__":true,"id":23612},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23631":{"x":3,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23632":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23633":{"stops":[{"__isSmartRef__":true,"id":23634},{"__isSmartRef__":true,"id":23636},{"__isSmartRef__":true,"id":23638},{"__isSmartRef__":true,"id":23640}],"vector":{"__isSmartRef__":true,"id":23593},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"23634":{"offset":0,"color":{"__isSmartRef__":true,"id":23635}},"23635":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23636":{"offset":0.4,"color":{"__isSmartRef__":true,"id":23637}},"23637":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23638":{"offset":0.6,"color":{"__isSmartRef__":true,"id":23639}},"23639":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23640":{"offset":1,"color":{"__isSmartRef__":true,"id":23641}},"23641":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23642":{"sourceObj":{"__isSmartRef__":true,"id":23612},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":23549},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":23643},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"23643":{"source":{"__isSmartRef__":true,"id":23612},"target":{"__isSmartRef__":true,"id":23549}},"23644":{"sourceObj":{"__isSmartRef__":true,"id":23612},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":23549},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":23645},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"23645":{"source":{"__isSmartRef__":true,"id":23612},"target":{"__isSmartRef__":true,"id":23549}},"23646":{"submorphs":[{"__isSmartRef__":true,"id":23647}],"scripts":[],"shape":{"__isSmartRef__":true,"id":23658},"id":"A7621976-3E85-494C-8E96-7EDF8C175807","renderContextTable":{"__isSmartRef__":true,"id":23663},"eventHandler":{"__isSmartRef__":true,"id":23664},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":23665},"priorExtent":{"__isSmartRef__":true,"id":23666},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":23584},"lighterFill":{"__isSmartRef__":true,"id":23667},"label":{"__isSmartRef__":true,"id":23647},"owner":{"__isSmartRef__":true,"id":23550},"layout":{"__isSmartRef__":true,"id":23676},"attributeConnections":[{"__isSmartRef__":true,"id":23677},{"__isSmartRef__":true,"id":23679}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","prevScroll":[0,0],"derivationIds":[2886,"9FC4F0BE-916D-456B-AEC7-E6C1AC6040CA","A0A4775F-7F2F-4563-840D-CAA5CB435D75","C87D3EB9-4C3B-4230-9794-F5B71B528C74","D62C35A2-6803-4217-9DFD-0E480D4B82AE"],"_Scale":1,"__LivelyClassName__":"lively.morphic.WindowControl"},"23647":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":23648},"id":"9D2D8650-2F76-4D60-BB27-80A1112C3A07","renderContextTable":{"__isSmartRef__":true,"id":23652},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":23653}],"eventHandler":{"__isSmartRef__":true,"id":23655},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":23656},"priorExtent":{"__isSmartRef__":true,"id":23657},"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":23646},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2887,"42347453-BADB-4DB0-9486-C479B704CD7C","B0BBE9B3-B5DD-4E4F-A1AA-1C03BB1BFF4E","8AE3BC44-F336-420E-A2E9-BBA0DC6A3D72","3DC5BABC-5EF1-4FC6-805B-0FC1CC02282F"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"23648":{"_Position":{"__isSmartRef__":true,"id":23649},"renderContextTable":{"__isSmartRef__":true,"id":23650},"_Extent":{"__isSmartRef__":true,"id":23651},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":23571},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":23557},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23649":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23650":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23651":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23652":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"23653":{"style":{"__isSmartRef__":true,"id":23654},"chunkOwner":{"__isSmartRef__":true,"id":23647},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk"},"23654":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"23655":{"morph":{"__isSmartRef__":true,"id":23647},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23656":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23657":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23658":{"_Position":{"__isSmartRef__":true,"id":23659},"renderContextTable":{"__isSmartRef__":true,"id":23660},"_Extent":{"__isSmartRef__":true,"id":23661},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":23662},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":23583},"_Fill":{"__isSmartRef__":true,"id":23584},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23659":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23660":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23661":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23662":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23663":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"23664":{"morph":{"__isSmartRef__":true,"id":23646},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23665":{"x":503,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23666":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23667":{"stops":[{"__isSmartRef__":true,"id":23668},{"__isSmartRef__":true,"id":23670},{"__isSmartRef__":true,"id":23672},{"__isSmartRef__":true,"id":23674}],"vector":{"__isSmartRef__":true,"id":23593},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"23668":{"offset":0,"color":{"__isSmartRef__":true,"id":23669}},"23669":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23670":{"offset":0.4,"color":{"__isSmartRef__":true,"id":23671}},"23671":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23672":{"offset":0.6,"color":{"__isSmartRef__":true,"id":23673}},"23673":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23674":{"offset":1,"color":{"__isSmartRef__":true,"id":23675}},"23675":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23676":{"moveHorizontal":true},"23677":{"sourceObj":{"__isSmartRef__":true,"id":23646},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":23549},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":23678},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"23678":{"source":{"__isSmartRef__":true,"id":23646},"target":{"__isSmartRef__":true,"id":23549}},"23679":{"sourceObj":{"__isSmartRef__":true,"id":23646},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":23549},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":23680},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"23680":{"source":{"__isSmartRef__":true,"id":23646},"target":{"__isSmartRef__":true,"id":23549}},"23681":{"_Position":{"__isSmartRef__":true,"id":23682},"renderContextTable":{"__isSmartRef__":true,"id":23683},"_Extent":{"__isSmartRef__":true,"id":23684},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":23685},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":23686},"_Fill":{"__isSmartRef__":true,"id":23687},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23682":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23683":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23684":{"x":542,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23685":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23686":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23687":{"stops":[{"__isSmartRef__":true,"id":23688},{"__isSmartRef__":true,"id":23690}],"vector":{"__isSmartRef__":true,"id":23078},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"23688":{"offset":0,"color":{"__isSmartRef__":true,"id":23689}},"23689":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23690":{"offset":1,"color":{"__isSmartRef__":true,"id":23691}},"23691":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23692":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"23693":{"morph":{"__isSmartRef__":true,"id":23550},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23694":{"resizeWidth":true,"adjustForNewBounds":true},"23695":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23696":{"x":542,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23697":{"submorphs":[{"__isSmartRef__":true,"id":23698},{"__isSmartRef__":true,"id":23713},{"__isSmartRef__":true,"id":23728},{"__isSmartRef__":true,"id":23744},{"__isSmartRef__":true,"id":23760},{"__isSmartRef__":true,"id":23775},{"__isSmartRef__":true,"id":23791},{"__isSmartRef__":true,"id":23807},{"__isSmartRef__":true,"id":23890},{"__isSmartRef__":true,"id":23972},{"__isSmartRef__":true,"id":23987},{"__isSmartRef__":true,"id":24003}],"scripts":[],"shape":{"__isSmartRef__":true,"id":24051},"id":"945F423F-7AC1-4663-8887-43C229844FCF","renderContextTable":{"__isSmartRef__":true,"id":24058},"eventHandler":{"__isSmartRef__":true,"id":24059},"droppingEnabled":true,"halosEnabled":true,"isLockOwner":false,"layout":{"__isSmartRef__":true,"id":24060},"attributeConnections":[],"ownerApp":{"__isSmartRef__":true,"id":24061},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Core","name":"PublishPartPanePane","doNotSerialize":[],"doNotCopyProperties":[],"priorExtent":{"__isSmartRef__":true,"id":24155},"isBeingDragged":false,"prevScroll":[0,0],"distanceToDragEvent":{"__isSmartRef__":true,"id":24156},"grabbingEnabled":false,"_Position":{"__isSmartRef__":true,"id":24157},"owner":{"__isSmartRef__":true,"id":23549},"target":{"__isSmartRef__":true,"id":22266},"derivationIds":[2888,"7CD647EF-2BB4-4CD9-9D3B-4EE7BC59ECC2","B983FB4F-9323-4304-9603-5615E93C6C42","E738FAD5-9C83-4390-B193-06C21B6E51B0","5ED6DC7B-74C2-4149-BF56-1622F302C51E"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":24158},"__LivelyClassName__":"lively.morphic.Box","withLayers":["Global.lively.morphic.GrabbingLayer"]},"23698":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":23699},"id":"ADC51974-AADA-4581-AF01-52DC361A5619","renderContextTable":{"__isSmartRef__":true,"id":23706},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":23707}],"eventHandler":{"__isSmartRef__":true,"id":23709},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":23710},"priorExtent":{"__isSmartRef__":true,"id":23711},"_MaxTextWidth":230,"_MinTextWidth":230,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"owner":{"__isSmartRef__":true,"id":23697},"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":23712},"previousSelection":[0,9],"priorSelectionRange":[0,9],"isLockOwner":false,"name":"NameText","isCopyMorphRef":true,"morphRefId":1,"derivationIds":[2889,"9A8B5C1C-95BB-40F5-B9EF-B89DD5451B64","C49BF160-BBBE-422E-BDDC-B9A98A72ABFF","42B7E940-3BB5-4B79-B5D8-E4C8E780FF3B","50B247C7-D8F3-4CF5-BD3F-2A2867827CF1"],"savedTextString":"CommitMessageTest1","_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"23699":{"_Position":{"__isSmartRef__":true,"id":23700},"renderContextTable":{"__isSmartRef__":true,"id":23701},"_Extent":{"__isSmartRef__":true,"id":23702},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":23703},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":23704},"_Fill":{"__isSmartRef__":true,"id":23705},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23700":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23701":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23702":{"x":240,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23703":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23704":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23705":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23706":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"23707":{"style":{"__isSmartRef__":true,"id":23708},"chunkOwner":{"__isSmartRef__":true,"id":23698},"storedString":"PublishPartDialog","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"23708":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"23709":{"morph":{"__isSmartRef__":true,"id":23698},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23710":{"x":10,"y":50,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23711":{"x":240,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23712":{"x":119,"y":-15,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23713":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":23714},"id":"0FBB0EEB-D7CF-42B4-9736-6EA8808B6C2D","renderContextTable":{"__isSmartRef__":true,"id":23721},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":23722}],"eventHandler":{"__isSmartRef__":true,"id":23724},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":23725},"priorExtent":{"__isSmartRef__":true,"id":23726},"_MaxTextWidth":510,"_MinTextWidth":510,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"name":"CommitMessageText","owner":{"__isSmartRef__":true,"id":23697},"distanceToDragEvent":{"__isSmartRef__":true,"id":23727},"previousSelection":[0,15],"priorSelectionRange":[0,0],"charsReplaced":"CommitMessageTest1","lastFindLoc":18,"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2890,"40048B1D-9547-4EA6-AB66-31168A1C9FAE","8A0DE790-FA6C-41C9-BA2B-84397DA3F39E","DCFEEBC9-D891-408E-A103-19356A96070F","EAEE386C-B48C-44E1-B80C-6830217A2FC6"],"savedTextString":"","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"23714":{"_Position":{"__isSmartRef__":true,"id":23715},"renderContextTable":{"__isSmartRef__":true,"id":23716},"_Extent":{"__isSmartRef__":true,"id":23717},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":23718},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":23719},"_Fill":{"__isSmartRef__":true,"id":23720},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23715":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23716":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23717":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23718":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23719":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23720":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23721":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"23722":{"style":{"__isSmartRef__":true,"id":23723},"chunkOwner":{"__isSmartRef__":true,"id":23713},"storedString":"resetted view","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"23723":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"23724":{"morph":{"__isSmartRef__":true,"id":23713},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23725":{"x":10,"y":260,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23726":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23727":{"x":351,"y":-17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23728":{"submorphs":[],"scripts":[],"id":"DA565675-5424-44B9-9F7C-E76C37FA86EC","shape":{"__isSmartRef__":true,"id":23729},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":23735},"_MaxTextWidth":114,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":23732},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text5","partsBinMetaInfo":{"__isSmartRef__":true,"id":23736},"textChunks":[{"__isSmartRef__":true,"id":23737}],"charsReplaced":"some text ","lastFindLoc":10,"priorSelectionRange":[0,4],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":23739},"renderContextTable":{"__isSmartRef__":true,"id":23740},"eventHandler":{"__isSmartRef__":true,"id":23741},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":23742},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","owner":{"__isSmartRef__":true,"id":23697},"_MinTextWidth":114,"_MinTextHeight":null,"previousSelection":[3,3],"distanceToDragEvent":{"__isSmartRef__":true,"id":23743},"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2891,"E101CA30-35F9-42F0-A46C-28671530C787","CE7E7640-C507-43BF-88EF-C4ACE8CCF564","F04823B9-5B0B-4CCA-B8F7-00BD8608ED16","DD4402A8-C90A-4187-92DA-813F59FF86E6"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"23729":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":23730},"_Extent":{"__isSmartRef__":true,"id":23731},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":23732},"renderContextTable":{"__isSmartRef__":true,"id":23733},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":23734},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23730":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23731":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23732":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23733":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23734":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23735":{"x":10,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23736":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"23737":{"style":{"__isSmartRef__":true,"id":23738},"morph":{"__isSmartRef__":true,"id":23728},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":23728},"storedString":"name","__LivelyClassName__":"lively.morphic.TextChunk"},"23738":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"23739":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23740":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"23741":{"morph":{"__isSmartRef__":true,"id":23728},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23742":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23743":{"x":78,"y":-3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23744":{"submorphs":[],"scripts":[],"id":"85876C10-82AB-427E-99E9-DC8E7A98F0CD","shape":{"__isSmartRef__":true,"id":23745},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":23751},"_MaxTextWidth":250,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":23748},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text6","partsBinMetaInfo":{"__isSmartRef__":true,"id":23752},"textChunks":[{"__isSmartRef__":true,"id":23753}],"charsReplaced":"changes","lastFindLoc":7,"priorSelectionRange":[0,14],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":23755},"renderContextTable":{"__isSmartRef__":true,"id":23756},"eventHandler":{"__isSmartRef__":true,"id":23757},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":23758},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":250,"_MinTextHeight":null,"previousSelection":[0,14],"distanceToDragEvent":{"__isSmartRef__":true,"id":23759},"owner":{"__isSmartRef__":true,"id":23697},"isLockOwner":false,"derivationIds":[2892,"E5DC0070-3EA2-4212-9AA7-E3C865547E5E","809E256F-82F6-4A22-B614-DE8C08FA5970","272C0F9A-E7EF-4ECE-851D-08ACB35EA24D","8AA544F8-6F47-454D-AE18-A264ACDEFA7E"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"23745":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":23746},"_Extent":{"__isSmartRef__":true,"id":23747},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":23748},"renderContextTable":{"__isSmartRef__":true,"id":23749},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":23750},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23746":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23747":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23748":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23749":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23750":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23751":{"x":10,"y":240,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23752":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"23753":{"style":{"__isSmartRef__":true,"id":23754},"morph":{"__isSmartRef__":true,"id":23744},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":23744},"storedString":"commit message","__LivelyClassName__":"lively.morphic.TextChunk"},"23754":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"23755":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23756":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"23757":{"morph":{"__isSmartRef__":true,"id":23744},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23758":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23759":{"x":174,"y":-21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23760":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":23761},"id":"93626CA5-A09A-41F8-8C62-88BFBF7A9A36","renderContextTable":{"__isSmartRef__":true,"id":23768},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":23769}],"eventHandler":{"__isSmartRef__":true,"id":23771},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":23772},"priorExtent":{"__isSmartRef__":true,"id":23773},"_MaxTextWidth":250,"_MinTextWidth":250,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"name":"CategoryText","owner":{"__isSmartRef__":true,"id":23697},"previousSelection":[0,14],"priorSelectionRange":[5,5],"charsReplaced":"CommitMessageTest1","lastFindLoc":18,"distanceToDragEvent":{"__isSmartRef__":true,"id":23774},"isLockOwner":false,"derivationIds":[2893,"FBE4B17F-DC2B-4783-899B-CF1B051F14D9","A2C45BC5-C44B-4AEA-A29E-ADE3DAF08638","640BD984-1AB2-45B8-BCEC-AB32A6199D68","BE2E06DB-4DFC-4628-9FED-8F3E87D18E07"],"savedTextString":"PartsBin/Basic","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"23761":{"_Position":{"__isSmartRef__":true,"id":23762},"renderContextTable":{"__isSmartRef__":true,"id":23763},"_Extent":{"__isSmartRef__":true,"id":23764},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":23765},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":23766},"_Fill":{"__isSmartRef__":true,"id":23767},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23762":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23763":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23764":{"x":260,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23765":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23766":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23767":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23768":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"23769":{"style":{"__isSmartRef__":true,"id":23770},"chunkOwner":{"__isSmartRef__":true,"id":23760},"storedString":"PartsBin/BP2012","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"23770":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"23771":{"morph":{"__isSmartRef__":true,"id":23760},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23772":{"x":270,"y":50,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23773":{"x":260,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23774":{"x":132,"y":-13,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23775":{"submorphs":[],"scripts":[],"id":"0B3CC75B-7D92-469B-B604-763DB6E26242","shape":{"__isSmartRef__":true,"id":23776},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":23782},"_MaxTextWidth":114,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":23779},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text7","partsBinMetaInfo":{"__isSmartRef__":true,"id":23783},"textChunks":[{"__isSmartRef__":true,"id":23784}],"charsReplaced":"name","lastFindLoc":4,"priorSelectionRange":[0,8],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":23786},"renderContextTable":{"__isSmartRef__":true,"id":23787},"eventHandler":{"__isSmartRef__":true,"id":23788},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":23789},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":114,"_MinTextHeight":null,"previousSelection":[2,2],"distanceToDragEvent":{"__isSmartRef__":true,"id":23790},"owner":{"__isSmartRef__":true,"id":23697},"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2894,"75F41AE1-CA7A-48D0-AE2C-7AAF6101B89C","CB87A9FB-0776-4109-BDE0-0E8C61F1626C","954BD4D6-BBF2-4D3C-94CA-21A38F66F449","5C78A757-B050-43F1-B4CF-26CE9CC58B03"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"23776":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":23777},"_Extent":{"__isSmartRef__":true,"id":23778},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":23779},"renderContextTable":{"__isSmartRef__":true,"id":23780},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":23781},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23777":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23778":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23779":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23780":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23781":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23782":{"x":270,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23783":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"23784":{"style":{"__isSmartRef__":true,"id":23785},"chunkOwner":{"__isSmartRef__":true,"id":23775},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"category","__LivelyClassName__":"lively.morphic.TextChunk"},"23785":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"23786":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23787":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"23788":{"morph":{"__isSmartRef__":true,"id":23775},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23789":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23790":{"x":87,"y":-11,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23791":{"submorphs":[],"scripts":[],"id":"6DA71C26-AB36-4367-A0B4-CD75959169B2","shape":{"__isSmartRef__":true,"id":23792},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":23798},"_MaxTextWidth":325,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":23795},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text8","partsBinMetaInfo":{"__isSmartRef__":true,"id":23799},"textChunks":[{"__isSmartRef__":true,"id":23800}],"charsReplaced":"Publish Object in PartsBin","lastFindLoc":26,"priorSelectionRange":[0,36],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":23802},"renderContextTable":{"__isSmartRef__":true,"id":23803},"eventHandler":{"__isSmartRef__":true,"id":23804},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":23805},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":325,"_MinTextHeight":null,"previousSelection":[0,36],"distanceToDragEvent":{"__isSmartRef__":true,"id":23806},"owner":{"__isSmartRef__":true,"id":23697},"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2895,"3AFBC971-95B4-48C4-888D-22FCBB742090","D0394F71-EBB2-452A-A71F-D172D5B1CAD6","79EDAC74-BD6B-42B1-BBBA-71B07578D1E0","C19A8344-D637-44B7-BB1F-FD0153E5A62B"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"23792":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":23793},"_Extent":{"__isSmartRef__":true,"id":23794},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":23795},"renderContextTable":{"__isSmartRef__":true,"id":23796},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":23797},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23793":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23794":{"x":325,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23795":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23796":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23797":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23798":{"x":10,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23799":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"23800":{"style":{"__isSmartRef__":true,"id":23801},"chunkOwner":{"__isSmartRef__":true,"id":23791},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Upload part to the shared repository","__LivelyClassName__":"lively.morphic.TextChunk"},"23801":{"italics":"normal","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"23802":{"x":325,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23803":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"23804":{"morph":{"__isSmartRef__":true,"id":23791},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23805":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23806":{"x":221,"y":-12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23807":{"submorphs":[{"__isSmartRef__":true,"id":23808}],"scripts":[],"id":"5FD2E67F-6B2F-4D91-9106-619E579430F2","shape":{"__isSmartRef__":true,"id":23823},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":23827},"lighterFill":{"__isSmartRef__":true,"id":23839},"label":{"__isSmartRef__":true,"id":23808},"name":"Button","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":23848},"attributeConnections":[{"__isSmartRef__":true,"id":23849}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":23885},"renderContextTable":{"__isSmartRef__":true,"id":23886},"eventHandler":{"__isSmartRef__":true,"id":23887},"distanceToDragEvent":{"__isSmartRef__":true,"id":23888},"_Position":{"__isSmartRef__":true,"id":23889},"owner":{"__isSmartRef__":true,"id":23697},"derivationIds":[2896,"40384C75-EF01-4AAD-AA1C-A7C19EDB6A0F","21376B8E-78CF-456D-87AA-4D62D86B16D2","E9336A59-C7BF-4C91-88B0-0D0477AA75AE","A5E21E04-05F3-4A15-AAFA-55946EEC5F80"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Button"},"23808":{"submorphs":[],"scripts":[],"id":"D59CFDD4-1847-48B1-A81F-5CFAE7087370","shape":{"__isSmartRef__":true,"id":23809},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":23815},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":23816},"_Padding":{"__isSmartRef__":true,"id":23817},"owner":{"__isSmartRef__":true,"id":23807},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":23818},"textChunks":[{"__isSmartRef__":true,"id":23819}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":23821},"eventHandler":{"__isSmartRef__":true,"id":23822},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":101,"_MinTextHeight":null,"derivationIds":[2897,"92EB5E70-61BB-4A71-942C-A34A20789B2F","A9C9F9CF-1BAC-4074-A093-4EB0C3C90866","2FE50303-6361-4A70-9BD5-0D8D1C8B5176","D774C172-7EE9-40AE-9949-340BA8EDBD37"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"23809":{"position":{"__isSmartRef__":true,"id":23810},"_Extent":{"__isSmartRef__":true,"id":23811},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":23812},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":23813},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":23814},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23810":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23811":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23812":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23813":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23814":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23815":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23816":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23817":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23818":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23819":{"style":{"__isSmartRef__":true,"id":23820},"chunkOwner":{"__isSmartRef__":true,"id":23808},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"cancel","__LivelyClassName__":"lively.morphic.TextChunk"},"23820":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"23821":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"23822":{"morph":{"__isSmartRef__":true,"id":23808},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23823":{"position":{"__isSmartRef__":true,"id":23824},"_Extent":{"__isSmartRef__":true,"id":23825},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":23826},"_Fill":{"__isSmartRef__":true,"id":23827},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":23837},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":23838},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23824":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23825":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23826":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23827":{"stops":[{"__isSmartRef__":true,"id":23828},{"__isSmartRef__":true,"id":23830},{"__isSmartRef__":true,"id":23832},{"__isSmartRef__":true,"id":23834}],"vector":{"__isSmartRef__":true,"id":23836},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"23828":{"offset":0,"color":{"__isSmartRef__":true,"id":23829}},"23829":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23830":{"offset":0.4,"color":{"__isSmartRef__":true,"id":23831}},"23831":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23832":{"offset":0.6,"color":{"__isSmartRef__":true,"id":23833}},"23833":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23834":{"offset":1,"color":{"__isSmartRef__":true,"id":23835}},"23835":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23836":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23837":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23838":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23839":{"stops":[{"__isSmartRef__":true,"id":23840},{"__isSmartRef__":true,"id":23842},{"__isSmartRef__":true,"id":23844},{"__isSmartRef__":true,"id":23846}],"vector":{"__isSmartRef__":true,"id":23836},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"23840":{"offset":0,"color":{"__isSmartRef__":true,"id":23841}},"23841":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23842":{"offset":0.4,"color":{"__isSmartRef__":true,"id":23843}},"23843":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23844":{"offset":0.6,"color":{"__isSmartRef__":true,"id":23845}},"23845":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23846":{"offset":1,"color":{"__isSmartRef__":true,"id":23847}},"23847":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23848":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"23849":{"sourceObj":{"__isSmartRef__":true,"id":23807},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":23697},"targetMethodName":"onCancel","visualConnector":{"__isSmartRef__":true,"id":23850},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"23850":{"submorphs":[{"__isSmartRef__":true,"id":23851}],"scripts":[],"shape":{"__isSmartRef__":true,"id":23866},"id":352,"renderContextTable":{"__isSmartRef__":true,"id":23873},"eventHandler":{"__isSmartRef__":true,"id":23874},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":23875},{"__isSmartRef__":true,"id":23876}],"con":{"__isSmartRef__":true,"id":23849},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":23877},"__LivelyClassName__":"lively.morphic.Path"},"23851":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":23852},"id":353,"renderContextTable":{"__isSmartRef__":true,"id":23863},"eventHandler":{"__isSmartRef__":true,"id":23864},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":23865},"owner":{"__isSmartRef__":true,"id":23850},"_Rotation":-2.716760490670451,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"23852":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":23853},{"__isSmartRef__":true,"id":23854},{"__isSmartRef__":true,"id":23855},{"__isSmartRef__":true,"id":23856}],"renderContextTable":{"__isSmartRef__":true,"id":23857},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":23858},"_Extent":{"__isSmartRef__":true,"id":23859},"_Padding":{"__isSmartRef__":true,"id":23860},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":23861},"_Fill":{"__isSmartRef__":true,"id":23862},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"23853":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"23854":{"isAbsolute":true,"x":0,"y":12,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"23855":{"isAbsolute":true,"x":16,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"23856":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"23857":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"23858":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23859":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23860":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23861":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23862":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23863":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"23864":{"morph":{"__isSmartRef__":true,"id":23851},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23865":{"x":0.5,"y":0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23866":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":23867},{"__isSmartRef__":true,"id":23868}],"renderContextTable":{"__isSmartRef__":true,"id":23869},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":23870},"_Extent":{"__isSmartRef__":true,"id":23871},"_Padding":{"__isSmartRef__":true,"id":23872},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":23861},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"23867":{"isAbsolute":true,"x":420,"y":190,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"23868":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"23869":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"23870":{"x":-0.5,"y":-0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23871":{"x":421,"y":191,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23872":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23873":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"23874":{"morph":{"__isSmartRef__":true,"id":23850},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23875":{"morph":{"__isSmartRef__":true,"id":23850},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"23876":{"morph":{"__isSmartRef__":true,"id":23850},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":23851},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"23877":{"morphMenuItems":{"__isSmartRef__":true,"id":23878}},"23878":{"varMapping":{"__isSmartRef__":true,"id":23879},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":23884},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"23879":{"this":{"__isSmartRef__":true,"id":23850},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":23880}},"23880":{"$super":{"__isSmartRef__":true,"id":23881}},"23881":{"varMapping":{"__isSmartRef__":true,"id":23882},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":23883},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"23882":{"obj":{"__isSmartRef__":true,"id":23850},"name":"morphMenuItems"},"23883":{},"23884":{},"23885":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23886":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"23887":{"morph":{"__isSmartRef__":true,"id":23807},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23888":{"x":77,"y":-5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23889":{"x":420,"y":390,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23890":{"submorphs":[{"__isSmartRef__":true,"id":23891}],"scripts":[],"id":"9D327D96-8538-4700-B18E-2FD435B4FF2B","shape":{"__isSmartRef__":true,"id":23906},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":23910},"lighterFill":{"__isSmartRef__":true,"id":23922},"label":{"__isSmartRef__":true,"id":23891},"name":"Button1","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":23931},"attributeConnections":[{"__isSmartRef__":true,"id":23932}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":23967},"renderContextTable":{"__isSmartRef__":true,"id":23968},"eventHandler":{"__isSmartRef__":true,"id":23969},"distanceToDragEvent":{"__isSmartRef__":true,"id":23970},"_Position":{"__isSmartRef__":true,"id":23971},"owner":{"__isSmartRef__":true,"id":23697},"derivationIds":[2898,"9D27A522-4E3D-482F-97CF-3CA3247A3999","4EBF07AD-25C0-4034-BC06-31F137F70FA1","DC6D6B8E-37AE-4815-A81A-AC7071124A26","42DF6D49-8482-40A3-B901-512013BB5C75"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Button"},"23891":{"submorphs":[],"scripts":[],"id":"5B9ADB08-9ED1-4C03-9717-0DDC59F76E2A","shape":{"__isSmartRef__":true,"id":23892},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":23898},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":23899},"_Padding":{"__isSmartRef__":true,"id":23900},"owner":{"__isSmartRef__":true,"id":23890},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":23901},"textChunks":[{"__isSmartRef__":true,"id":23902}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":23904},"eventHandler":{"__isSmartRef__":true,"id":23905},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":101,"_MinTextHeight":null,"derivationIds":[2899,"4F00D1F5-B85C-479E-BDDE-322DF2F432A3","5E7BC7AC-9EF9-4CF5-9196-A542A26534CA","46616896-CA46-4B43-B694-9FB001B32989","F73D407C-A72D-414B-AB8D-1E28025BCA1C"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"23892":{"position":{"__isSmartRef__":true,"id":23893},"_Extent":{"__isSmartRef__":true,"id":23894},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":23895},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":23896},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":23897},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23893":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23894":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23895":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23896":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23897":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23898":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23899":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23900":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23901":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23902":{"style":{"__isSmartRef__":true,"id":23903},"chunkOwner":{"__isSmartRef__":true,"id":23891},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"publish","__LivelyClassName__":"lively.morphic.TextChunk"},"23903":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"23904":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"23905":{"morph":{"__isSmartRef__":true,"id":23891},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23906":{"position":{"__isSmartRef__":true,"id":23907},"_Extent":{"__isSmartRef__":true,"id":23908},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":23909},"_Fill":{"__isSmartRef__":true,"id":23910},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":23920},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":23921},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23907":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23908":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23909":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23910":{"stops":[{"__isSmartRef__":true,"id":23911},{"__isSmartRef__":true,"id":23913},{"__isSmartRef__":true,"id":23915},{"__isSmartRef__":true,"id":23917}],"vector":{"__isSmartRef__":true,"id":23919},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"23911":{"offset":0,"color":{"__isSmartRef__":true,"id":23912}},"23912":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23913":{"offset":0.4,"color":{"__isSmartRef__":true,"id":23914}},"23914":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23915":{"offset":0.6,"color":{"__isSmartRef__":true,"id":23916}},"23916":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23917":{"offset":1,"color":{"__isSmartRef__":true,"id":23918}},"23918":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23919":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23920":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23921":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23922":{"stops":[{"__isSmartRef__":true,"id":23923},{"__isSmartRef__":true,"id":23925},{"__isSmartRef__":true,"id":23927},{"__isSmartRef__":true,"id":23929}],"vector":{"__isSmartRef__":true,"id":23919},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"23923":{"offset":0,"color":{"__isSmartRef__":true,"id":23924}},"23924":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23925":{"offset":0.4,"color":{"__isSmartRef__":true,"id":23926}},"23926":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23927":{"offset":0.6,"color":{"__isSmartRef__":true,"id":23928}},"23928":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23929":{"offset":1,"color":{"__isSmartRef__":true,"id":23930}},"23930":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23931":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"23932":{"sourceObj":{"__isSmartRef__":true,"id":23890},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":23697},"targetMethodName":"onPublish","visualConnector":{"__isSmartRef__":true,"id":23933},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"23933":{"submorphs":[{"__isSmartRef__":true,"id":23934}],"scripts":[],"shape":{"__isSmartRef__":true,"id":23948},"id":139,"renderContextTable":{"__isSmartRef__":true,"id":23955},"eventHandler":{"__isSmartRef__":true,"id":23956},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":23957},{"__isSmartRef__":true,"id":23958}],"con":{"__isSmartRef__":true,"id":23932},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":23959},"__LivelyClassName__":"lively.morphic.Path"},"23934":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":23935},"id":140,"renderContextTable":{"__isSmartRef__":true,"id":23945},"eventHandler":{"__isSmartRef__":true,"id":23946},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":23947},"owner":{"__isSmartRef__":true,"id":23933},"_Rotation":-2.5917394709132084,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"23935":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":23936},{"__isSmartRef__":true,"id":23937},{"__isSmartRef__":true,"id":23938},{"__isSmartRef__":true,"id":23939}],"renderContextTable":{"__isSmartRef__":true,"id":23940},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":23941},"_Extent":{"__isSmartRef__":true,"id":23942},"_Padding":{"__isSmartRef__":true,"id":23943},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":23861},"_Fill":{"__isSmartRef__":true,"id":23944},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"23936":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"23937":{"isAbsolute":true,"x":0,"y":12,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"23938":{"isAbsolute":true,"x":16,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"23939":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"23940":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"23941":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23942":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23943":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23944":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23945":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"23946":{"morph":{"__isSmartRef__":true,"id":23934},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23947":{"x":0.5,"y":0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23948":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":23949},{"__isSmartRef__":true,"id":23950}],"renderContextTable":{"__isSmartRef__":true,"id":23951},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":23952},"_Extent":{"__isSmartRef__":true,"id":23953},"_Padding":{"__isSmartRef__":true,"id":23954},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":23861},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"23949":{"isAbsolute":true,"x":310,"y":190,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"23950":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"23951":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"23952":{"x":-0.5,"y":-0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23953":{"x":311,"y":191,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23954":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23955":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"23956":{"morph":{"__isSmartRef__":true,"id":23933},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23957":{"morph":{"__isSmartRef__":true,"id":23933},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"23958":{"morph":{"__isSmartRef__":true,"id":23933},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":23934},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"23959":{"morphMenuItems":{"__isSmartRef__":true,"id":23960}},"23960":{"varMapping":{"__isSmartRef__":true,"id":23961},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":23966},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"23961":{"this":{"__isSmartRef__":true,"id":23933},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":23962}},"23962":{"$super":{"__isSmartRef__":true,"id":23963}},"23963":{"varMapping":{"__isSmartRef__":true,"id":23964},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":23965},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"23964":{"obj":{"__isSmartRef__":true,"id":23933},"name":"morphMenuItems"},"23965":{},"23966":{},"23967":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23968":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"23969":{"morph":{"__isSmartRef__":true,"id":23890},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23970":{"x":62,"y":-12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23971":{"x":310,"y":390,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23972":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":23973},"id":"D88FA562-C5E5-483D-A23F-C2A6136B2E80","renderContextTable":{"__isSmartRef__":true,"id":23980},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":23981}],"eventHandler":{"__isSmartRef__":true,"id":23983},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":23984},"priorExtent":{"__isSmartRef__":true,"id":23985},"_MaxTextWidth":510,"_MinTextWidth":510,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"name":"CommentText","distanceToDragEvent":{"__isSmartRef__":true,"id":23986},"previousSelection":[139,139],"priorSelectionRange":[9,9],"charsReplaced":"CommitMessageTest1","lastFindLoc":18,"isLockOwner":false,"isBeingDragged":false,"owner":{"__isSmartRef__":true,"id":23697},"derivationIds":[2900,"7E82C349-9FC9-48B5-B84C-30E99FC40DF2","A07EAFD3-B03B-4E4C-BC72-FB29F65F543A","888FB55C-0365-4B40-A9B4-33FD19FA1E91","37AE3F7E-8AF9-413E-BDB9-796C3CE0C0A6"],"savedTextString":"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"23973":{"_Position":{"__isSmartRef__":true,"id":23974},"renderContextTable":{"__isSmartRef__":true,"id":23975},"_Extent":{"__isSmartRef__":true,"id":23976},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":23977},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":23978},"_Fill":{"__isSmartRef__":true,"id":23979},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23974":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23975":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23976":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23977":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23978":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23979":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23980":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"23981":{"style":{"__isSmartRef__":true,"id":23982},"chunkOwner":{"__isSmartRef__":true,"id":23972},"storedString":"A dialog for publishing parts in the PartsBin.","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"23982":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"23983":{"morph":{"__isSmartRef__":true,"id":23972},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"23984":{"x":10,"y":110,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23985":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23986":{"x":346,"y":-16,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23987":{"submorphs":[],"scripts":[],"id":"C9E8EF9D-9955-4CAE-8991-F3D06CA954EE","shape":{"__isSmartRef__":true,"id":23988},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":23994},"_MaxTextWidth":250,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":23991},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text9","partsBinMetaInfo":{"__isSmartRef__":true,"id":23995},"textChunks":[{"__isSmartRef__":true,"id":23996}],"charsReplaced":"commit message","lastFindLoc":14,"priorSelectionRange":[0,14],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":23998},"renderContextTable":{"__isSmartRef__":true,"id":23999},"eventHandler":{"__isSmartRef__":true,"id":24000},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":24001},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":250,"_MinTextHeight":null,"previousSelection":[0,6],"distanceToDragEvent":{"__isSmartRef__":true,"id":24002},"isLockOwner":false,"owner":{"__isSmartRef__":true,"id":23697},"derivationIds":[2901,"8E267E15-1052-4F9C-B863-B733384EF1DA","851C46B4-347F-4AE4-9C04-C321E7CC8EA5","D33CE057-77D6-4CCC-90F9-867C622B3572","F9BFA4FE-D786-4384-B9F8-89EEA1D41685"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"23988":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":23989},"_Extent":{"__isSmartRef__":true,"id":23990},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":23991},"renderContextTable":{"__isSmartRef__":true,"id":23992},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":23993},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"23989":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23990":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23991":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"23992":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"23993":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"23994":{"x":10,"y":90,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23995":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"23996":{"style":{"__isSmartRef__":true,"id":23997},"morph":{"__isSmartRef__":true,"id":23987},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":23987},"storedString":"comment","__LivelyClassName__":"lively.morphic.TextChunk"},"23997":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"23998":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"23999":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"24000":{"morph":{"__isSmartRef__":true,"id":23987},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24001":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24002":{"x":163,"y":-17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24003":{"submorphs":[{"__isSmartRef__":true,"id":24004}],"scripts":[],"id":"0E42D1D3-80B9-4C36-B7A8-9D563540268F","shape":{"__isSmartRef__":true,"id":24019},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":24023},"lighterFill":{"__isSmartRef__":true,"id":24035},"label":{"__isSmartRef__":true,"id":24004},"name":"DiffButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":24044},"attributeConnections":[{"__isSmartRef__":true,"id":24045}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":24046},"renderContextTable":{"__isSmartRef__":true,"id":24047},"eventHandler":{"__isSmartRef__":true,"id":24048},"distanceToDragEvent":{"__isSmartRef__":true,"id":24049},"_Position":{"__isSmartRef__":true,"id":24050},"derivationIds":[2898,"9D27A522-4E3D-482F-97CF-3CA3247A3999","4EBF07AD-25C0-4034-BC06-31F137F70FA1","DC6D6B8E-37AE-4815-A81A-AC7071124A26","42DF6D49-8482-40A3-B901-512013BB5C75","132901B3-F9F2-482D-99E6-40EAECDCEF13"],"owner":{"__isSmartRef__":true,"id":23697},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Button"},"24004":{"submorphs":[],"scripts":[],"id":"373B35DF-773C-4B9D-9D4C-1832B9FBCCAA","shape":{"__isSmartRef__":true,"id":24005},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":24011},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":24012},"_Padding":{"__isSmartRef__":true,"id":24013},"owner":{"__isSmartRef__":true,"id":24003},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":24014},"textChunks":[{"__isSmartRef__":true,"id":24015}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":24017},"eventHandler":{"__isSmartRef__":true,"id":24018},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":101,"_MinTextHeight":null,"derivationIds":[2899,"4F00D1F5-B85C-479E-BDDE-322DF2F432A3","5E7BC7AC-9EF9-4CF5-9196-A542A26534CA","46616896-CA46-4B43-B694-9FB001B32989","F73D407C-A72D-414B-AB8D-1E28025BCA1C","E34F55EC-06D3-4965-A0D2-625CA896E3B7"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"24005":{"position":{"__isSmartRef__":true,"id":24006},"_Extent":{"__isSmartRef__":true,"id":24007},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":24008},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":24009},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":24010},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24006":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24007":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24008":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24009":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24010":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24011":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24012":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24013":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24014":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24015":{"style":{"__isSmartRef__":true,"id":24016},"chunkOwner":{"__isSmartRef__":true,"id":24004},"storedString":"Show Diff","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"24016":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"24017":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"24018":{"morph":{"__isSmartRef__":true,"id":24004},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24019":{"position":{"__isSmartRef__":true,"id":24020},"_Extent":{"__isSmartRef__":true,"id":24021},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":24022},"_Fill":{"__isSmartRef__":true,"id":24023},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":24033},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":24034},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24020":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24021":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24022":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24023":{"stops":[{"__isSmartRef__":true,"id":24024},{"__isSmartRef__":true,"id":24026},{"__isSmartRef__":true,"id":24028},{"__isSmartRef__":true,"id":24030}],"vector":{"__isSmartRef__":true,"id":24032},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"24024":{"offset":0,"color":{"__isSmartRef__":true,"id":24025}},"24025":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24026":{"offset":0.4,"color":{"__isSmartRef__":true,"id":24027}},"24027":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24028":{"offset":0.6,"color":{"__isSmartRef__":true,"id":24029}},"24029":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24030":{"offset":1,"color":{"__isSmartRef__":true,"id":24031}},"24031":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24032":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24033":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24034":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24035":{"stops":[{"__isSmartRef__":true,"id":24036},{"__isSmartRef__":true,"id":24038},{"__isSmartRef__":true,"id":24040},{"__isSmartRef__":true,"id":24042}],"vector":{"__isSmartRef__":true,"id":24032},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"24036":{"offset":0,"color":{"__isSmartRef__":true,"id":24037}},"24037":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24038":{"offset":0.4,"color":{"__isSmartRef__":true,"id":24039}},"24039":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24040":{"offset":0.6,"color":{"__isSmartRef__":true,"id":24041}},"24041":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24042":{"offset":1,"color":{"__isSmartRef__":true,"id":24043}},"24043":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24044":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"24045":{"sourceObj":{"__isSmartRef__":true,"id":24003},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":23697},"targetMethodName":"showDiff","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"24046":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24047":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"24048":{"morph":{"__isSmartRef__":true,"id":24003},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24049":{"x":69.5,"y":-18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24050":{"x":10,"y":390,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24051":{"_Position":{"__isSmartRef__":true,"id":24052},"renderContextTable":{"__isSmartRef__":true,"id":24053},"_Extent":{"__isSmartRef__":true,"id":24054},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":24055},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":24056},"_Fill":{"__isSmartRef__":true,"id":24057},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24052":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24053":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24054":{"x":542,"y":420,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24055":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24056":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24057":{"r":0.8235294117647058,"g":0.8235294117647058,"b":0.8235294117647058,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24058":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"24059":{"morph":{"__isSmartRef__":true,"id":23697},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24060":{"adjustForNewBounds":true,"resizeWidth":true,"resizeHeight":true},"24061":{"message":"Please enter a name for the part","attributeConnections":[{"__isSmartRef__":true,"id":24062}],"doNotSerialize":["$$result"],"doNotCopyProperties":["$$result"],"defaultInput":"CommitMessageTest1","panel":{"__isSmartRef__":true,"id":23697},"label":{"__isSmartRef__":true,"id":24063},"cancelButton":{"__isSmartRef__":true,"id":24075},"okButton":{"__isSmartRef__":true,"id":24121},"inputText":{"__isSmartRef__":true,"id":23698},"view":{"__isSmartRef__":true,"id":23697},"__SourceModuleName__":"Global.lively.morphic.Widgets","result":"CommitMessageTest1","__LivelyClassName__":"lively.morphic.PromptDialog"},"24062":{"sourceObj":{"__isSmartRef__":true,"id":24061},"sourceAttrName":"result","targetObj":{"__isSmartRef__":true,"id":24061},"targetMethodName":"triggerCallback","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"24063":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":24064},"id":3220,"renderContextTable":{"__isSmartRef__":true,"id":24069},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":24070}],"eventHandler":{"__isSmartRef__":true,"id":24072},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":false,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":24073},"priorExtent":{"__isSmartRef__":true,"id":24074},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":null,"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"isCopyMorphRef":true,"morphRefId":1,"__LivelyClassName__":"lively.morphic.Text"},"24064":{"_Position":{"__isSmartRef__":true,"id":24065},"renderContextTable":{"__isSmartRef__":true,"id":24066},"_Extent":{"__isSmartRef__":true,"id":24067},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":23703},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":23704},"_Fill":{"__isSmartRef__":true,"id":24068},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24065":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24066":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24067":{"x":226,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24068":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24069":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"24070":{"style":{"__isSmartRef__":true,"id":24071},"chunkOwner":{"__isSmartRef__":true,"id":24063},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"24071":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"24072":{"morph":{"__isSmartRef__":true,"id":24063},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24073":{"x":4,"y":4,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24074":{"x":226,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24075":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":24076},"id":6793,"renderContextTable":{"__isSmartRef__":true,"id":24092},"eventHandler":{"__isSmartRef__":true,"id":24093},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":24094},"priorExtent":{"__isSmartRef__":true,"id":24095},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":24082},"lighterFill":{"__isSmartRef__":true,"id":24096},"label":{"__isSmartRef__":true,"id":24105},"layout":{"__isSmartRef__":true,"id":24117},"owner":null,"attributeConnections":[{"__isSmartRef__":true,"id":24118},{"__isSmartRef__":true,"id":24119}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","isCopyMorphRef":true,"morphRefId":1,"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Button"},"24076":{"_Position":{"__isSmartRef__":true,"id":24077},"renderContextTable":{"__isSmartRef__":true,"id":24078},"_Extent":{"__isSmartRef__":true,"id":24079},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":24080},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":24081},"_Fill":{"__isSmartRef__":true,"id":24082},"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24077":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24078":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24079":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24080":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24081":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24082":{"stops":[{"__isSmartRef__":true,"id":24083},{"__isSmartRef__":true,"id":24085},{"__isSmartRef__":true,"id":24087},{"__isSmartRef__":true,"id":24089}],"vector":{"__isSmartRef__":true,"id":24091},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"24083":{"offset":0,"color":{"__isSmartRef__":true,"id":24084}},"24084":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24085":{"offset":0.4,"color":{"__isSmartRef__":true,"id":24086}},"24086":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24087":{"offset":0.6,"color":{"__isSmartRef__":true,"id":24088}},"24088":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24089":{"offset":1,"color":{"__isSmartRef__":true,"id":24090}},"24090":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24091":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24092":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"24093":{"morph":{"__isSmartRef__":true,"id":24075},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24094":{"x":478,"y":187,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24095":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24096":{"stops":[{"__isSmartRef__":true,"id":24097},{"__isSmartRef__":true,"id":24099},{"__isSmartRef__":true,"id":24101},{"__isSmartRef__":true,"id":24103}],"vector":{"__isSmartRef__":true,"id":24091},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"24097":{"offset":0,"color":{"__isSmartRef__":true,"id":24098}},"24098":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24099":{"offset":0.4,"color":{"__isSmartRef__":true,"id":24100}},"24100":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24101":{"offset":0.6,"color":{"__isSmartRef__":true,"id":24102}},"24102":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24103":{"offset":1,"color":{"__isSmartRef__":true,"id":24104}},"24104":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24105":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":24106},"id":6794,"renderContextTable":{"__isSmartRef__":true,"id":24111},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":24112}],"eventHandler":{"__isSmartRef__":true,"id":24114},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":24115},"priorExtent":{"__isSmartRef__":true,"id":24116},"_MaxTextWidth":60,"_MinTextWidth":60,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":null,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Text"},"24106":{"_Position":{"__isSmartRef__":true,"id":24107},"renderContextTable":{"__isSmartRef__":true,"id":24108},"_Extent":{"__isSmartRef__":true,"id":24109},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":24110},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":23704},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24107":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24108":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24109":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24110":{"x":0,"y":6,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24111":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"24112":{"style":{"__isSmartRef__":true,"id":24113},"chunkOwner":{"__isSmartRef__":true,"id":24105},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"24113":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"24114":{"morph":{"__isSmartRef__":true,"id":24105},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24115":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24116":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24117":{"moveVertical":true,"moveHorizontal":true},"24118":{"sourceObj":{"__isSmartRef__":true,"id":24075},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":24061},"targetMethodName":"removeTopLevel","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"24119":{"sourceObj":{"__isSmartRef__":true,"id":24075},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":24061},"targetMethodName":"result","converter":null,"converterString":"function () { return null }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":24120},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"24120":{"source":{"__isSmartRef__":true,"id":24075},"target":{"__isSmartRef__":true,"id":24061}},"24121":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":24122},"id":6795,"renderContextTable":{"__isSmartRef__":true,"id":24127},"eventHandler":{"__isSmartRef__":true,"id":24128},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":24129},"priorExtent":{"__isSmartRef__":true,"id":24130},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":24082},"lighterFill":{"__isSmartRef__":true,"id":24131},"label":{"__isSmartRef__":true,"id":24140},"layout":{"__isSmartRef__":true,"id":24152},"owner":null,"attributeConnections":[{"__isSmartRef__":true,"id":24153},{"__isSmartRef__":true,"id":24154}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","isCopyMorphRef":true,"morphRefId":2,"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Button"},"24122":{"_Position":{"__isSmartRef__":true,"id":24123},"renderContextTable":{"__isSmartRef__":true,"id":24124},"_Extent":{"__isSmartRef__":true,"id":24125},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":24126},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":24081},"_Fill":{"__isSmartRef__":true,"id":24082},"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24123":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24124":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24125":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24126":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24127":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"24128":{"morph":{"__isSmartRef__":true,"id":24121},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24129":{"x":414,"y":187,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24130":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24131":{"stops":[{"__isSmartRef__":true,"id":24132},{"__isSmartRef__":true,"id":24134},{"__isSmartRef__":true,"id":24136},{"__isSmartRef__":true,"id":24138}],"vector":{"__isSmartRef__":true,"id":24091},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"24132":{"offset":0,"color":{"__isSmartRef__":true,"id":24133}},"24133":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24134":{"offset":0.4,"color":{"__isSmartRef__":true,"id":24135}},"24135":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24136":{"offset":0.6,"color":{"__isSmartRef__":true,"id":24137}},"24137":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24138":{"offset":1,"color":{"__isSmartRef__":true,"id":24139}},"24139":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24140":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":24141},"id":6796,"renderContextTable":{"__isSmartRef__":true,"id":24146},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":24147}],"eventHandler":{"__isSmartRef__":true,"id":24149},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":24150},"priorExtent":{"__isSmartRef__":true,"id":24151},"_MaxTextWidth":60,"_MinTextWidth":60,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":null,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Text"},"24141":{"_Position":{"__isSmartRef__":true,"id":24142},"renderContextTable":{"__isSmartRef__":true,"id":24143},"_Extent":{"__isSmartRef__":true,"id":24144},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":24145},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":23704},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24142":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24143":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24144":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24145":{"x":0,"y":6,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24146":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"24147":{"style":{"__isSmartRef__":true,"id":24148},"chunkOwner":{"__isSmartRef__":true,"id":24140},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"24148":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"24149":{"morph":{"__isSmartRef__":true,"id":24140},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24150":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24151":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24152":{"moveVertical":true,"moveHorizontal":true},"24153":{"sourceObj":{"__isSmartRef__":true,"id":24121},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":24061},"targetMethodName":"removeTopLevel","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"24154":{"sourceObj":{"__isSmartRef__":true,"id":24121},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":23698},"targetMethodName":"doSave","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"24155":{"x":542,"y":420,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24156":{"x":365,"y":-16,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24157":{"x":0,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24158":{"copyToPartsBin":{"__isSmartRef__":true,"id":24159},"onPublish":{"__isSmartRef__":true,"id":24167},"onCancel":{"__isSmartRef__":true,"id":24171},"setTarget":{"__isSmartRef__":true,"id":24175},"reset":{"__isSmartRef__":true,"id":24179},"showDiff":{"__isSmartRef__":true,"id":24183}},"24159":{"varMapping":{"__isSmartRef__":true,"id":24160},"source":"function copyToPartsBin(morph) {\n var name = this.get('NameText').textString\n\n var info = morph.getPartsBinMetaInfo();\n morph.setName(name);\n\n info.partsSpaceName = this.get('CategoryText').textString\n info.comment = this.get('CommentText').textString\n\n if (! info.changes) info.changes = [];\n var change = { \n date: new Date(), \n author: this.world().getUserName(), \n message: this.get('CommitMessageText').textString,\n id: Strings.newUUID()\n }\n info.changes.push(change) \n\n morph.copyToPartsBin();\n}","funcProperties":{"__isSmartRef__":true,"id":24165},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"24160":{"this":{"__isSmartRef__":true,"id":23697},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":24161}},"24161":{"$super":{"__isSmartRef__":true,"id":24162}},"24162":{"varMapping":{"__isSmartRef__":true,"id":24163},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":24164},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"24163":{"obj":{"__isSmartRef__":true,"id":23697},"name":"copyToPartsBin"},"24164":{},"24165":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":24166}},"24166":{"isSerializedDate":true,"string":"Fri Oct 28 2011 15:13:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"24167":{"varMapping":{"__isSmartRef__":true,"id":24168},"source":"function onPublish() {\n if (!this.target) alert(\"No target to upload\");\n this.copyToPartsBin(this.target);\n connect(this.target, 'headRevision', this.owner, 'remove')\n}","funcProperties":{"__isSmartRef__":true,"id":24169},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"24168":{"this":{"__isSmartRef__":true,"id":23697}},"24169":{"timestamp":{"__isSmartRef__":true,"id":24170},"user":"undefined","tags":[]},"24170":{"isSerializedDate":true,"string":"Tue Mar 20 2012 12:59:48 GMT+0100 (Mitteleuropäische Zeit)"},"24171":{"varMapping":{"__isSmartRef__":true,"id":24172},"source":"function onCancel() {\n alertOK(\"cancel upload \") \n this.owner.remove()\n}","funcProperties":{"__isSmartRef__":true,"id":24173},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"24172":{"this":{"__isSmartRef__":true,"id":23697}},"24173":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":24174}},"24174":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:52:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"24175":{"varMapping":{"__isSmartRef__":true,"id":24176},"source":"function setTarget(morph) {\n this.target = morph \n if (!morph) {\n this.get('NameText').textString = '';\n this.get('CategoryText').textString = '';\n this.get('CommentText').textString = ''; \n this.get('CommitMessageText').textString = '' \n return\n }\n var info = this.target.getPartsBinMetaInfo();\n this.get('NameText').textString = info.partName || morph.getName();\n this.get('CategoryText').textString = info.partsSpaceName;\n this.get('CommentText').textString = info.comment; \n this.get('CommitMessageText').textString = '' \n\n}","funcProperties":{"__isSmartRef__":true,"id":24177},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"24176":{"this":{"__isSmartRef__":true,"id":23697}},"24177":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":24178}},"24178":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:46:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"24179":{"varMapping":{"__isSmartRef__":true,"id":24180},"source":"function reset() {\n this.setTarget(null)\n \n}","funcProperties":{"__isSmartRef__":true,"id":24181},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"24180":{"this":{"__isSmartRef__":true,"id":23697}},"24181":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":24182}},"24182":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:45:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"24183":{"varMapping":{"__isSmartRef__":true,"id":24184},"source":"function showDiff() {\n this.target && this.target.showThreeWayDiff();\n}","funcProperties":{"__isSmartRef__":true,"id":24185},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"24184":{"this":{"__isSmartRef__":true,"id":23697}},"24185":{"timestamp":{"__isSmartRef__":true,"id":24186},"user":"undefined","tags":[]},"24186":{"isSerializedDate":true,"string":"Wed Mar 21 2012 14:45:16 GMT+0100 (Mitteleuropäische Zeit)"},"24187":{"renderContextTable":{"__isSmartRef__":true,"id":24188},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":24189},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":24190},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24188":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24189":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24190":{"x":542,"y":242,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24191":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"24192":{"morph":{"__isSmartRef__":true,"id":23549},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24193":{"adjustForNewBounds":true},"24194":{"x":542,"y":242,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24195":{"x":0,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24196":{"x":1078,"y":80,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24197":{"partName":"PublishPartDialog","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/BP2012","__SourceModuleName__":"Global.lively.PartsBin","comment":"A dialog for publishing parts in the PartsBin.","changes":[{"__isSmartRef__":true,"id":24198},{"__isSmartRef__":true,"id":24200},{"__isSmartRef__":true,"id":24202},{"__isSmartRef__":true,"id":24204},{"__isSmartRef__":true,"id":24206},{"__isSmartRef__":true,"id":24208},{"__isSmartRef__":true,"id":24210}],"revisionOnLoad":147095,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"24198":{"date":{"__isSmartRef__":true,"id":24199},"author":"undefined","message":"init for change - don't remove on click","id":"00A6DFFB-70D2-44A4-B5F9-0778E1CA5724"},"24199":{"isSerializedDate":true,"string":"Tue Mar 20 2012 12:04:27 GMT+0100 (Mitteleuropäische Zeit)"},"24200":{"date":{"__isSmartRef__":true,"id":24201},"author":"jenslincke","message":"- fixed issue 283 (Reproduction: Open part, select publish from menu, focus part name input field in dialog, press enter.-> window pane disappears; window decoration stays; part is not published)","id":"1A260BD5-E668-4BD4-B7A2-94E087AB4CE1"},"24201":{"isSerializedDate":true,"string":"Thu Jan 26 2012 12:10:41 GMT+0100 (Mitteleuropäische Zeit)"},"24202":{"date":{"__isSmartRef__":true,"id":24203},"author":"jenslincke","message":""},"24203":{"isSerializedDate":true,"string":"Fri Oct 28 2011 16:06:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"24204":{"date":{"__isSmartRef__":true,"id":24205},"author":"jenslincke","message":"store an uuid when publishing an object"},"24205":{"isSerializedDate":true,"string":"Fri Oct 28 2011 15:15:02 GMT+0200 (Mitteleuropäische Sommerzeit)"},"24206":{"date":{"__isSmartRef__":true,"id":24207},"author":"jenslincke","message":""},"24207":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:52:26 GMT+0200 (Mitteleuropäische Sommerzeit)"},"24208":{"date":{"__isSmartRef__":true,"id":24209},"author":"jenslincke","message":"first commit of Publish dialog using the publish dialog itself!"},"24209":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:54:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"24210":{"date":{"__isSmartRef__":true,"id":24211},"author":"undefined","message":"","id":"A5F4EACF-EF62-483F-B8B3-65966A895FA4"},"24211":{"isSerializedDate":true,"string":"Tue Mar 20 2012 13:00:03 GMT+0100 (Mitteleuropäische Zeit)"},"24212":{"x":746.5,"y":280.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24213":{"x":680.5,"y":280.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24214":{"sourceObj":{"__isSmartRef__":true,"id":18800},"sourceAttrName":"headRevision","targetObj":{"__isSmartRef__":true,"id":24215},"targetMethodName":"remove","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"24215":{"submorphs":[{"__isSmartRef__":true,"id":24216},{"__isSmartRef__":true,"id":24363}],"scripts":[],"shape":{"__isSmartRef__":true,"id":24853},"id":"6EC1B943-193A-4808-B553-C50DD51BA77B","renderContextTable":{"__isSmartRef__":true,"id":24857},"eventHandler":{"__isSmartRef__":true,"id":24858},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":24859},"LK2":true,"priorExtent":{"__isSmartRef__":true,"id":24860},"targetMorph":{"__isSmartRef__":true,"id":24363},"titleBar":{"__isSmartRef__":true,"id":24216},"contentOffset":{"__isSmartRef__":true,"id":24861},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"highlighted":true,"prevDragPos":{"__isSmartRef__":true,"id":24862},"isBeingDragged":false,"showsHalos":false,"name":"PublishPartDialog","partsBinMetaInfo":{"__isSmartRef__":true,"id":24863},"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[{"__isSmartRef__":true,"id":24882},{"__isSmartRef__":true,"id":25496}],"doNotSerialize":["$$headRevision"],"doNotCopyProperties":["$$headRevision"],"prevScroll":[0,0],"_Position":{"__isSmartRef__":true,"id":26161},"isCopyMorphRef":true,"morphRefId":12,"derivationIds":[2879,"91414FD8-3775-435F-96A6-39E0CB891CD7","9CB574CD-94E3-465A-B85C-91F97E070BC3","C9D390C2-399F-44AF-A316-A4A117E5F7B6","0A0B9181-A04D-441B-944F-585ED335E81B"],"moved":true,"_Rotation":0,"_Scale":1,"headRevision":147095,"__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"24216":{"submorphs":[{"__isSmartRef__":true,"id":24217},{"__isSmartRef__":true,"id":24231},{"__isSmartRef__":true,"id":24278},{"__isSmartRef__":true,"id":24312}],"scripts":[],"shape":{"__isSmartRef__":true,"id":24347},"id":"1E030857-459C-4C44-880B-A4F8E538547B","renderContextTable":{"__isSmartRef__":true,"id":24358},"eventHandler":{"__isSmartRef__":true,"id":24359},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":24360},"_Position":{"__isSmartRef__":true,"id":24361},"windowMorph":{"__isSmartRef__":true,"id":24215},"label":{"__isSmartRef__":true,"id":24217},"closeButton":{"__isSmartRef__":true,"id":24231},"menuButton":{"__isSmartRef__":true,"id":24278},"collapseButton":{"__isSmartRef__":true,"id":24312},"priorExtent":{"__isSmartRef__":true,"id":24362},"owner":{"__isSmartRef__":true,"id":24215},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2880,"108B5871-F6C8-4442-82D1-F8776D2C85A2","503529CB-0F23-4456-8597-CD5E86CF03F0","4FB4914E-E245-4D67-BE3B-63091E2C8C95","B69B0DCD-8CC6-4A06-B738-A12B5269CD7D"],"_Scale":1,"__LivelyClassName__":"lively.morphic.TitleBar"},"24217":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":24218},"id":"F61BA67A-326A-4246-BC4A-ED343331D5B2","renderContextTable":{"__isSmartRef__":true,"id":24224},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":24225}],"eventHandler":{"__isSmartRef__":true,"id":24227},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":24228},"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":24216},"priorExtent":{"__isSmartRef__":true,"id":24229},"_MaxTextWidth":483,"_MinTextWidth":483,"_MaxTextHeight":null,"_MinTextHeight":null,"_Position":{"__isSmartRef__":true,"id":24230},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2881,"A06A709C-AD42-48D0-A66A-9C21EA4F4E66","EE1A345D-476E-4E22-BE89-E59A0C11001B","90634CE5-77D0-4064-961C-4CBADE59C6F8","C26670E3-5765-406B-972F-888FD1EAF967"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"24218":{"_Position":{"__isSmartRef__":true,"id":24219},"renderContextTable":{"__isSmartRef__":true,"id":24220},"_Extent":{"__isSmartRef__":true,"id":24221},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":24222},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":24223},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24219":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24220":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24221":{"x":483,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24222":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24223":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24224":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"24225":{"style":{"__isSmartRef__":true,"id":24226},"chunkOwner":{"__isSmartRef__":true,"id":24217},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Publish in PartsBin","__LivelyClassName__":"lively.morphic.TextChunk"},"24226":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"24227":{"morph":{"__isSmartRef__":true,"id":24217},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24228":{"resizeWidth":true},"24229":{"x":483,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24230":{"x":20,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24231":{"submorphs":[{"__isSmartRef__":true,"id":24232}],"scripts":[],"shape":{"__isSmartRef__":true,"id":24244},"id":"69433656-1085-46A3-BE5A-1BFFB17FD9BC","renderContextTable":{"__isSmartRef__":true,"id":24260},"eventHandler":{"__isSmartRef__":true,"id":24261},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":24262},"priorExtent":{"__isSmartRef__":true,"id":24263},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":24250},"lighterFill":{"__isSmartRef__":true,"id":24264},"label":{"__isSmartRef__":true,"id":24232},"owner":{"__isSmartRef__":true,"id":24216},"layout":{"__isSmartRef__":true,"id":24273},"attributeConnections":[{"__isSmartRef__":true,"id":24274},{"__isSmartRef__":true,"id":24276}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","prevScroll":[0,0],"derivationIds":[2882,"6FF08B49-B1B5-4E12-8CE8-DF895115627D","7F48C6F9-BB0C-405E-991B-410F179F7FE6","8405D63F-4E07-4FE8-9008-DD8AE000B5C8","D81DD158-CA4D-44A9-B0A6-3FD7DF7EFD68"],"_Scale":1,"__LivelyClassName__":"lively.morphic.WindowControl"},"24232":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":24233},"id":"4BF46C70-376F-4A3C-977A-4D66D40E2355","renderContextTable":{"__isSmartRef__":true,"id":24238},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":24239}],"eventHandler":{"__isSmartRef__":true,"id":24241},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":24242},"priorExtent":{"__isSmartRef__":true,"id":24243},"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":24231},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2883,"9FBA502B-65B1-4FF2-A0A6-9951E3C50B9C","9F297DAE-65AA-45A3-AFAE-BD35F359E24A","75386CDF-09C9-47F2-8762-F737A49FD645","C43A7038-D61D-47C7-BFA8-8C8A77627643"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"24233":{"_Position":{"__isSmartRef__":true,"id":24234},"renderContextTable":{"__isSmartRef__":true,"id":24235},"_Extent":{"__isSmartRef__":true,"id":24236},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":24237},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":24223},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24234":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24235":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24236":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24237":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24238":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"24239":{"style":{"__isSmartRef__":true,"id":24240},"chunkOwner":{"__isSmartRef__":true,"id":24232},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk"},"24240":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"24241":{"morph":{"__isSmartRef__":true,"id":24232},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24242":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24243":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24244":{"_Position":{"__isSmartRef__":true,"id":24245},"renderContextTable":{"__isSmartRef__":true,"id":24246},"_Extent":{"__isSmartRef__":true,"id":24247},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":24248},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":24249},"_Fill":{"__isSmartRef__":true,"id":24250},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24245":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24246":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24247":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24248":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24249":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24250":{"stops":[{"__isSmartRef__":true,"id":24251},{"__isSmartRef__":true,"id":24253},{"__isSmartRef__":true,"id":24255},{"__isSmartRef__":true,"id":24257}],"vector":{"__isSmartRef__":true,"id":24259},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"24251":{"offset":0,"color":{"__isSmartRef__":true,"id":24252}},"24252":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24253":{"offset":0.4,"color":{"__isSmartRef__":true,"id":24254}},"24254":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24255":{"offset":0.6,"color":{"__isSmartRef__":true,"id":24256}},"24256":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24257":{"offset":1,"color":{"__isSmartRef__":true,"id":24258}},"24258":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24259":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24260":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"24261":{"morph":{"__isSmartRef__":true,"id":24231},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24262":{"x":522,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24263":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24264":{"stops":[{"__isSmartRef__":true,"id":24265},{"__isSmartRef__":true,"id":24267},{"__isSmartRef__":true,"id":24269},{"__isSmartRef__":true,"id":24271}],"vector":{"__isSmartRef__":true,"id":24259},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"24265":{"offset":0,"color":{"__isSmartRef__":true,"id":24266}},"24266":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24267":{"offset":0.4,"color":{"__isSmartRef__":true,"id":24268}},"24268":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24269":{"offset":0.6,"color":{"__isSmartRef__":true,"id":24270}},"24270":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24271":{"offset":1,"color":{"__isSmartRef__":true,"id":24272}},"24272":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24273":{"moveHorizontal":true},"24274":{"sourceObj":{"__isSmartRef__":true,"id":24231},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":24215},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":24275},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"24275":{"source":{"__isSmartRef__":true,"id":24231},"target":{"__isSmartRef__":true,"id":24215}},"24276":{"sourceObj":{"__isSmartRef__":true,"id":24231},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":24215},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":24277},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"24277":{"source":{"__isSmartRef__":true,"id":24231},"target":{"__isSmartRef__":true,"id":24215}},"24278":{"submorphs":[{"__isSmartRef__":true,"id":24279}],"scripts":[],"shape":{"__isSmartRef__":true,"id":24290},"id":"633A92A5-D8C7-4266-9A3F-9979D83DAAA5","renderContextTable":{"__isSmartRef__":true,"id":24295},"eventHandler":{"__isSmartRef__":true,"id":24296},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":24297},"priorExtent":{"__isSmartRef__":true,"id":24298},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":24250},"lighterFill":{"__isSmartRef__":true,"id":24299},"label":{"__isSmartRef__":true,"id":24279},"owner":{"__isSmartRef__":true,"id":24216},"attributeConnections":[{"__isSmartRef__":true,"id":24308},{"__isSmartRef__":true,"id":24310}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","derivationIds":[2884,"64F20257-1A1D-4B3E-97C4-BC5D1F1E14B5","A377FFCE-0FDC-41B6-BD34-D9F0507B57DA","7334352E-B497-4F10-8C06-FBE36AA778C7","E8269870-961E-49ED-ACE6-3CB90CD1937A"],"_Scale":1,"__LivelyClassName__":"lively.morphic.WindowControl"},"24279":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":24280},"id":"46A29862-88F9-459C-914E-B23BCECAF873","renderContextTable":{"__isSmartRef__":true,"id":24284},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":24285}],"eventHandler":{"__isSmartRef__":true,"id":24287},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":24288},"priorExtent":{"__isSmartRef__":true,"id":24289},"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":24278},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[2885,"EC48B50E-CD5B-46FB-BF78-484373EED980","59F8AF9B-799B-413B-86B2-BFD03A4B2559","F8293A60-E9DB-40E3-B202-D547939F8A8D","30E16AEA-8638-441D-A4B6-A7F2EB4D1987"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"24280":{"_Position":{"__isSmartRef__":true,"id":24281},"renderContextTable":{"__isSmartRef__":true,"id":24282},"_Extent":{"__isSmartRef__":true,"id":24283},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":24237},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":24223},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24281":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24282":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24283":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24284":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"24285":{"style":{"__isSmartRef__":true,"id":24286},"chunkOwner":{"__isSmartRef__":true,"id":24279},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk"},"24286":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"24287":{"morph":{"__isSmartRef__":true,"id":24279},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24288":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24289":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24290":{"_Position":{"__isSmartRef__":true,"id":24291},"renderContextTable":{"__isSmartRef__":true,"id":24292},"_Extent":{"__isSmartRef__":true,"id":24293},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":24294},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":24249},"_Fill":{"__isSmartRef__":true,"id":24250},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24291":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24292":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24293":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24294":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24295":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"24296":{"morph":{"__isSmartRef__":true,"id":24278},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24297":{"x":3,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24298":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24299":{"stops":[{"__isSmartRef__":true,"id":24300},{"__isSmartRef__":true,"id":24302},{"__isSmartRef__":true,"id":24304},{"__isSmartRef__":true,"id":24306}],"vector":{"__isSmartRef__":true,"id":24259},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"24300":{"offset":0,"color":{"__isSmartRef__":true,"id":24301}},"24301":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24302":{"offset":0.4,"color":{"__isSmartRef__":true,"id":24303}},"24303":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24304":{"offset":0.6,"color":{"__isSmartRef__":true,"id":24305}},"24305":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24306":{"offset":1,"color":{"__isSmartRef__":true,"id":24307}},"24307":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24308":{"sourceObj":{"__isSmartRef__":true,"id":24278},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":24215},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":24309},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"24309":{"source":{"__isSmartRef__":true,"id":24278},"target":{"__isSmartRef__":true,"id":24215}},"24310":{"sourceObj":{"__isSmartRef__":true,"id":24278},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":24215},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":24311},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"24311":{"source":{"__isSmartRef__":true,"id":24278},"target":{"__isSmartRef__":true,"id":24215}},"24312":{"submorphs":[{"__isSmartRef__":true,"id":24313}],"scripts":[],"shape":{"__isSmartRef__":true,"id":24324},"id":"38890BDB-EB47-456F-ADCE-479F0466AAFF","renderContextTable":{"__isSmartRef__":true,"id":24329},"eventHandler":{"__isSmartRef__":true,"id":24330},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":24331},"priorExtent":{"__isSmartRef__":true,"id":24332},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":24250},"lighterFill":{"__isSmartRef__":true,"id":24333},"label":{"__isSmartRef__":true,"id":24313},"owner":{"__isSmartRef__":true,"id":24216},"layout":{"__isSmartRef__":true,"id":24342},"attributeConnections":[{"__isSmartRef__":true,"id":24343},{"__isSmartRef__":true,"id":24345}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","prevScroll":[0,0],"derivationIds":[2886,"9FC4F0BE-916D-456B-AEC7-E6C1AC6040CA","A0A4775F-7F2F-4563-840D-CAA5CB435D75","C87D3EB9-4C3B-4230-9794-F5B71B528C74","D62C35A2-6803-4217-9DFD-0E480D4B82AE"],"_Scale":1,"__LivelyClassName__":"lively.morphic.WindowControl"},"24313":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":24314},"id":"3FE50BF7-1889-45DD-9B26-4D89F0C5A0BA","renderContextTable":{"__isSmartRef__":true,"id":24318},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":24319}],"eventHandler":{"__isSmartRef__":true,"id":24321},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":24322},"priorExtent":{"__isSmartRef__":true,"id":24323},"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":24312},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2887,"42347453-BADB-4DB0-9486-C479B704CD7C","B0BBE9B3-B5DD-4E4F-A1AA-1C03BB1BFF4E","8AE3BC44-F336-420E-A2E9-BBA0DC6A3D72","3DC5BABC-5EF1-4FC6-805B-0FC1CC02282F"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"24314":{"_Position":{"__isSmartRef__":true,"id":24315},"renderContextTable":{"__isSmartRef__":true,"id":24316},"_Extent":{"__isSmartRef__":true,"id":24317},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":24237},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":24223},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24315":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24316":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24317":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24318":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"24319":{"style":{"__isSmartRef__":true,"id":24320},"chunkOwner":{"__isSmartRef__":true,"id":24313},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk"},"24320":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"24321":{"morph":{"__isSmartRef__":true,"id":24313},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24322":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24323":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24324":{"_Position":{"__isSmartRef__":true,"id":24325},"renderContextTable":{"__isSmartRef__":true,"id":24326},"_Extent":{"__isSmartRef__":true,"id":24327},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":24328},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":24249},"_Fill":{"__isSmartRef__":true,"id":24250},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24325":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24326":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24327":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24328":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24329":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"24330":{"morph":{"__isSmartRef__":true,"id":24312},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24331":{"x":503,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24332":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24333":{"stops":[{"__isSmartRef__":true,"id":24334},{"__isSmartRef__":true,"id":24336},{"__isSmartRef__":true,"id":24338},{"__isSmartRef__":true,"id":24340}],"vector":{"__isSmartRef__":true,"id":24259},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"24334":{"offset":0,"color":{"__isSmartRef__":true,"id":24335}},"24335":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24336":{"offset":0.4,"color":{"__isSmartRef__":true,"id":24337}},"24337":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24338":{"offset":0.6,"color":{"__isSmartRef__":true,"id":24339}},"24339":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24340":{"offset":1,"color":{"__isSmartRef__":true,"id":24341}},"24341":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24342":{"moveHorizontal":true},"24343":{"sourceObj":{"__isSmartRef__":true,"id":24312},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":24215},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":24344},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"24344":{"source":{"__isSmartRef__":true,"id":24312},"target":{"__isSmartRef__":true,"id":24215}},"24345":{"sourceObj":{"__isSmartRef__":true,"id":24312},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":24215},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":24346},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"24346":{"source":{"__isSmartRef__":true,"id":24312},"target":{"__isSmartRef__":true,"id":24215}},"24347":{"_Position":{"__isSmartRef__":true,"id":24348},"renderContextTable":{"__isSmartRef__":true,"id":24349},"_Extent":{"__isSmartRef__":true,"id":24350},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":24351},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":24352},"_Fill":{"__isSmartRef__":true,"id":24353},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24348":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24349":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24350":{"x":542,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24351":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24352":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24353":{"stops":[{"__isSmartRef__":true,"id":24354},{"__isSmartRef__":true,"id":24356}],"vector":{"__isSmartRef__":true,"id":22409},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"24354":{"offset":0,"color":{"__isSmartRef__":true,"id":24355}},"24355":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24356":{"offset":1,"color":{"__isSmartRef__":true,"id":24357}},"24357":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24358":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"24359":{"morph":{"__isSmartRef__":true,"id":24216},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24360":{"resizeWidth":true,"adjustForNewBounds":true},"24361":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24362":{"x":542,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24363":{"submorphs":[{"__isSmartRef__":true,"id":24364},{"__isSmartRef__":true,"id":24379},{"__isSmartRef__":true,"id":24394},{"__isSmartRef__":true,"id":24410},{"__isSmartRef__":true,"id":24426},{"__isSmartRef__":true,"id":24441},{"__isSmartRef__":true,"id":24457},{"__isSmartRef__":true,"id":24473},{"__isSmartRef__":true,"id":24556},{"__isSmartRef__":true,"id":24638},{"__isSmartRef__":true,"id":24653},{"__isSmartRef__":true,"id":24669}],"scripts":[],"shape":{"__isSmartRef__":true,"id":24717},"id":"BD22AE11-2616-4059-8998-F6938ED0D3CE","renderContextTable":{"__isSmartRef__":true,"id":24724},"eventHandler":{"__isSmartRef__":true,"id":24725},"droppingEnabled":true,"halosEnabled":true,"isLockOwner":false,"layout":{"__isSmartRef__":true,"id":24726},"attributeConnections":[],"ownerApp":{"__isSmartRef__":true,"id":24727},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Core","name":"PublishPartPanePane","doNotSerialize":[],"doNotCopyProperties":[],"priorExtent":{"__isSmartRef__":true,"id":24821},"isBeingDragged":false,"prevScroll":[0,0],"distanceToDragEvent":{"__isSmartRef__":true,"id":24822},"grabbingEnabled":false,"_Position":{"__isSmartRef__":true,"id":24823},"owner":{"__isSmartRef__":true,"id":24215},"target":{"__isSmartRef__":true,"id":18800},"derivationIds":[2888,"7CD647EF-2BB4-4CD9-9D3B-4EE7BC59ECC2","B983FB4F-9323-4304-9603-5615E93C6C42","E738FAD5-9C83-4390-B193-06C21B6E51B0","5ED6DC7B-74C2-4149-BF56-1622F302C51E"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":24824},"__LivelyClassName__":"lively.morphic.Box","withLayers":["Global.lively.morphic.GrabbingLayer"]},"24364":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":24365},"id":"16E3C75F-AC1F-4585-8B6B-2B170C86C4C3","renderContextTable":{"__isSmartRef__":true,"id":24372},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":24373}],"eventHandler":{"__isSmartRef__":true,"id":24375},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":24376},"priorExtent":{"__isSmartRef__":true,"id":24377},"_MaxTextWidth":230,"_MinTextWidth":230,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"owner":{"__isSmartRef__":true,"id":24363},"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":24378},"previousSelection":[0,9],"priorSelectionRange":[0,9],"isLockOwner":false,"name":"NameText","isCopyMorphRef":true,"morphRefId":1,"derivationIds":[2889,"9A8B5C1C-95BB-40F5-B9EF-B89DD5451B64","C49BF160-BBBE-422E-BDDC-B9A98A72ABFF","42B7E940-3BB5-4B79-B5D8-E4C8E780FF3B","50B247C7-D8F3-4CF5-BD3F-2A2867827CF1"],"savedTextString":"CommitMessageTest1","_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"24365":{"_Position":{"__isSmartRef__":true,"id":24366},"renderContextTable":{"__isSmartRef__":true,"id":24367},"_Extent":{"__isSmartRef__":true,"id":24368},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":24369},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":24370},"_Fill":{"__isSmartRef__":true,"id":24371},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24366":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24367":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24368":{"x":240,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24369":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24370":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24371":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24372":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"24373":{"style":{"__isSmartRef__":true,"id":24374},"chunkOwner":{"__isSmartRef__":true,"id":24364},"storedString":"MorphDiffer","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"24374":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"24375":{"morph":{"__isSmartRef__":true,"id":24364},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24376":{"x":10,"y":50,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24377":{"x":240,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24378":{"x":119,"y":-15,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24379":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":24380},"id":"1FE5E2F9-CA30-4864-A01F-0E7C71B94F98","renderContextTable":{"__isSmartRef__":true,"id":24387},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":24388}],"eventHandler":{"__isSmartRef__":true,"id":24390},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":24391},"priorExtent":{"__isSmartRef__":true,"id":24392},"_MaxTextWidth":510,"_MinTextWidth":510,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"name":"CommitMessageText","owner":{"__isSmartRef__":true,"id":24363},"distanceToDragEvent":{"__isSmartRef__":true,"id":24393},"previousSelection":[0,15],"priorSelectionRange":[0,0],"charsReplaced":"CommitMessageTest1","lastFindLoc":18,"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2890,"40048B1D-9547-4EA6-AB66-31168A1C9FAE","8A0DE790-FA6C-41C9-BA2B-84397DA3F39E","DCFEEBC9-D891-408E-A103-19356A96070F","EAEE386C-B48C-44E1-B80C-6830217A2FC6"],"savedTextString":"","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"24380":{"_Position":{"__isSmartRef__":true,"id":24381},"renderContextTable":{"__isSmartRef__":true,"id":24382},"_Extent":{"__isSmartRef__":true,"id":24383},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":24384},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":24385},"_Fill":{"__isSmartRef__":true,"id":24386},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24381":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24382":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24383":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24384":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24385":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24386":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24387":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"24388":{"style":{"__isSmartRef__":true,"id":24389},"chunkOwner":{"__isSmartRef__":true,"id":24379},"storedString":"init","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"24389":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"24390":{"morph":{"__isSmartRef__":true,"id":24379},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24391":{"x":10,"y":260,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24392":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24393":{"x":351,"y":-17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24394":{"submorphs":[],"scripts":[],"id":"E10DCAD1-93DF-478C-AB33-593C42A3C7AF","shape":{"__isSmartRef__":true,"id":24395},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":24401},"_MaxTextWidth":114,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":24398},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text5","partsBinMetaInfo":{"__isSmartRef__":true,"id":24402},"textChunks":[{"__isSmartRef__":true,"id":24403}],"charsReplaced":"some text ","lastFindLoc":10,"priorSelectionRange":[0,4],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":24405},"renderContextTable":{"__isSmartRef__":true,"id":24406},"eventHandler":{"__isSmartRef__":true,"id":24407},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":24408},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","owner":{"__isSmartRef__":true,"id":24363},"_MinTextWidth":114,"_MinTextHeight":null,"previousSelection":[3,3],"distanceToDragEvent":{"__isSmartRef__":true,"id":24409},"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2891,"E101CA30-35F9-42F0-A46C-28671530C787","CE7E7640-C507-43BF-88EF-C4ACE8CCF564","F04823B9-5B0B-4CCA-B8F7-00BD8608ED16","DD4402A8-C90A-4187-92DA-813F59FF86E6"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"24395":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":24396},"_Extent":{"__isSmartRef__":true,"id":24397},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":24398},"renderContextTable":{"__isSmartRef__":true,"id":24399},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":24400},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24396":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24397":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24398":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24399":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24400":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24401":{"x":10,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24402":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"24403":{"style":{"__isSmartRef__":true,"id":24404},"morph":{"__isSmartRef__":true,"id":24394},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":24394},"storedString":"name","__LivelyClassName__":"lively.morphic.TextChunk"},"24404":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"24405":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24406":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"24407":{"morph":{"__isSmartRef__":true,"id":24394},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24408":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24409":{"x":78,"y":-3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24410":{"submorphs":[],"scripts":[],"id":"E254240D-3A0E-4C63-A6DB-4E22F390B56D","shape":{"__isSmartRef__":true,"id":24411},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":24417},"_MaxTextWidth":250,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":24414},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text6","partsBinMetaInfo":{"__isSmartRef__":true,"id":24418},"textChunks":[{"__isSmartRef__":true,"id":24419}],"charsReplaced":"changes","lastFindLoc":7,"priorSelectionRange":[0,14],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":24421},"renderContextTable":{"__isSmartRef__":true,"id":24422},"eventHandler":{"__isSmartRef__":true,"id":24423},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":24424},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":250,"_MinTextHeight":null,"previousSelection":[0,14],"distanceToDragEvent":{"__isSmartRef__":true,"id":24425},"owner":{"__isSmartRef__":true,"id":24363},"isLockOwner":false,"derivationIds":[2892,"E5DC0070-3EA2-4212-9AA7-E3C865547E5E","809E256F-82F6-4A22-B614-DE8C08FA5970","272C0F9A-E7EF-4ECE-851D-08ACB35EA24D","8AA544F8-6F47-454D-AE18-A264ACDEFA7E"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"24411":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":24412},"_Extent":{"__isSmartRef__":true,"id":24413},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":24414},"renderContextTable":{"__isSmartRef__":true,"id":24415},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":24416},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24412":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24413":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24414":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24415":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24416":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24417":{"x":10,"y":240,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24418":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"24419":{"style":{"__isSmartRef__":true,"id":24420},"morph":{"__isSmartRef__":true,"id":24410},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":24410},"storedString":"commit message","__LivelyClassName__":"lively.morphic.TextChunk"},"24420":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"24421":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24422":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"24423":{"morph":{"__isSmartRef__":true,"id":24410},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24424":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24425":{"x":174,"y":-21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24426":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":24427},"id":"CF9AC228-A62F-49C7-A253-66800DDFC660","renderContextTable":{"__isSmartRef__":true,"id":24434},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":24435}],"eventHandler":{"__isSmartRef__":true,"id":24437},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":24438},"priorExtent":{"__isSmartRef__":true,"id":24439},"_MaxTextWidth":250,"_MinTextWidth":250,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"name":"CategoryText","owner":{"__isSmartRef__":true,"id":24363},"previousSelection":[10,10],"priorSelectionRange":[15,15],"charsReplaced":"/BP2012/","lastFindLoc":16,"distanceToDragEvent":{"__isSmartRef__":true,"id":24440},"isLockOwner":false,"derivationIds":[2893,"FBE4B17F-DC2B-4783-899B-CF1B051F14D9","A2C45BC5-C44B-4AEA-A29E-ADE3DAF08638","640BD984-1AB2-45B8-BCEC-AB32A6199D68","BE2E06DB-4DFC-4628-9FED-8F3E87D18E07"],"savedTextString":"PartsBin/Basic","_Rotation":0,"_Scale":1,"isBeingDragged":false,"__LivelyClassName__":"lively.morphic.Text"},"24427":{"_Position":{"__isSmartRef__":true,"id":24428},"renderContextTable":{"__isSmartRef__":true,"id":24429},"_Extent":{"__isSmartRef__":true,"id":24430},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":24431},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":24432},"_Fill":{"__isSmartRef__":true,"id":24433},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24428":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24429":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24430":{"x":260,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24431":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24432":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24433":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24434":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"24435":{"style":{"__isSmartRef__":true,"id":24436},"chunkOwner":{"__isSmartRef__":true,"id":24426},"storedString":"PartsBin/Tools/","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"24436":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"24437":{"morph":{"__isSmartRef__":true,"id":24426},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24438":{"x":270,"y":50,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24439":{"x":260,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24440":{"x":132,"y":-13,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24441":{"submorphs":[],"scripts":[],"id":"90C9A082-245A-44B7-9C3D-69922304DF0F","shape":{"__isSmartRef__":true,"id":24442},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":24448},"_MaxTextWidth":114,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":24445},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text7","partsBinMetaInfo":{"__isSmartRef__":true,"id":24449},"textChunks":[{"__isSmartRef__":true,"id":24450}],"charsReplaced":"name","lastFindLoc":4,"priorSelectionRange":[0,8],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":24452},"renderContextTable":{"__isSmartRef__":true,"id":24453},"eventHandler":{"__isSmartRef__":true,"id":24454},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":24455},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":114,"_MinTextHeight":null,"previousSelection":[2,2],"distanceToDragEvent":{"__isSmartRef__":true,"id":24456},"owner":{"__isSmartRef__":true,"id":24363},"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2894,"75F41AE1-CA7A-48D0-AE2C-7AAF6101B89C","CB87A9FB-0776-4109-BDE0-0E8C61F1626C","954BD4D6-BBF2-4D3C-94CA-21A38F66F449","5C78A757-B050-43F1-B4CF-26CE9CC58B03"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"24442":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":24443},"_Extent":{"__isSmartRef__":true,"id":24444},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":24445},"renderContextTable":{"__isSmartRef__":true,"id":24446},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":24447},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24443":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24444":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24445":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24446":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24447":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24448":{"x":270,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24449":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"24450":{"style":{"__isSmartRef__":true,"id":24451},"chunkOwner":{"__isSmartRef__":true,"id":24441},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"category","__LivelyClassName__":"lively.morphic.TextChunk"},"24451":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"24452":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24453":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"24454":{"morph":{"__isSmartRef__":true,"id":24441},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24455":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24456":{"x":87,"y":-11,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24457":{"submorphs":[],"scripts":[],"id":"C2119778-7EE7-4AB6-AF4F-C09EEB1709BD","shape":{"__isSmartRef__":true,"id":24458},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":24464},"_MaxTextWidth":325,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":24461},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text8","partsBinMetaInfo":{"__isSmartRef__":true,"id":24465},"textChunks":[{"__isSmartRef__":true,"id":24466}],"charsReplaced":"Publish Object in PartsBin","lastFindLoc":26,"priorSelectionRange":[0,36],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":24468},"renderContextTable":{"__isSmartRef__":true,"id":24469},"eventHandler":{"__isSmartRef__":true,"id":24470},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":24471},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":325,"_MinTextHeight":null,"previousSelection":[0,36],"distanceToDragEvent":{"__isSmartRef__":true,"id":24472},"owner":{"__isSmartRef__":true,"id":24363},"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2895,"3AFBC971-95B4-48C4-888D-22FCBB742090","D0394F71-EBB2-452A-A71F-D172D5B1CAD6","79EDAC74-BD6B-42B1-BBBA-71B07578D1E0","C19A8344-D637-44B7-BB1F-FD0153E5A62B"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"24458":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":24459},"_Extent":{"__isSmartRef__":true,"id":24460},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":24461},"renderContextTable":{"__isSmartRef__":true,"id":24462},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":24463},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24459":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24460":{"x":325,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24461":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24462":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24463":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24464":{"x":10,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24465":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"24466":{"style":{"__isSmartRef__":true,"id":24467},"chunkOwner":{"__isSmartRef__":true,"id":24457},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Upload part to the shared repository","__LivelyClassName__":"lively.morphic.TextChunk"},"24467":{"italics":"normal","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"24468":{"x":325,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24469":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"24470":{"morph":{"__isSmartRef__":true,"id":24457},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24471":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24472":{"x":221,"y":-12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24473":{"submorphs":[{"__isSmartRef__":true,"id":24474}],"scripts":[],"id":"A087E012-F61B-4E5F-98F3-EC3DF0C4CB36","shape":{"__isSmartRef__":true,"id":24489},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":24493},"lighterFill":{"__isSmartRef__":true,"id":24505},"label":{"__isSmartRef__":true,"id":24474},"name":"Button","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":24514},"attributeConnections":[{"__isSmartRef__":true,"id":24515}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":24551},"renderContextTable":{"__isSmartRef__":true,"id":24552},"eventHandler":{"__isSmartRef__":true,"id":24553},"distanceToDragEvent":{"__isSmartRef__":true,"id":24554},"_Position":{"__isSmartRef__":true,"id":24555},"owner":{"__isSmartRef__":true,"id":24363},"derivationIds":[2896,"40384C75-EF01-4AAD-AA1C-A7C19EDB6A0F","21376B8E-78CF-456D-87AA-4D62D86B16D2","E9336A59-C7BF-4C91-88B0-0D0477AA75AE","A5E21E04-05F3-4A15-AAFA-55946EEC5F80"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Button"},"24474":{"submorphs":[],"scripts":[],"id":"5CE26340-BF93-4F7B-9FB5-A8F213EE150A","shape":{"__isSmartRef__":true,"id":24475},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":24481},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":24482},"_Padding":{"__isSmartRef__":true,"id":24483},"owner":{"__isSmartRef__":true,"id":24473},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":24484},"textChunks":[{"__isSmartRef__":true,"id":24485}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":24487},"eventHandler":{"__isSmartRef__":true,"id":24488},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":101,"_MinTextHeight":null,"derivationIds":[2897,"92EB5E70-61BB-4A71-942C-A34A20789B2F","A9C9F9CF-1BAC-4074-A093-4EB0C3C90866","2FE50303-6361-4A70-9BD5-0D8D1C8B5176","D774C172-7EE9-40AE-9949-340BA8EDBD37"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"24475":{"position":{"__isSmartRef__":true,"id":24476},"_Extent":{"__isSmartRef__":true,"id":24477},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":24478},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":24479},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":24480},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24476":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24477":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24478":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24479":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24480":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24481":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24482":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24483":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24484":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24485":{"style":{"__isSmartRef__":true,"id":24486},"chunkOwner":{"__isSmartRef__":true,"id":24474},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"cancel","__LivelyClassName__":"lively.morphic.TextChunk"},"24486":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"24487":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"24488":{"morph":{"__isSmartRef__":true,"id":24474},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24489":{"position":{"__isSmartRef__":true,"id":24490},"_Extent":{"__isSmartRef__":true,"id":24491},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":24492},"_Fill":{"__isSmartRef__":true,"id":24493},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":24503},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":24504},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24490":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24491":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24492":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24493":{"stops":[{"__isSmartRef__":true,"id":24494},{"__isSmartRef__":true,"id":24496},{"__isSmartRef__":true,"id":24498},{"__isSmartRef__":true,"id":24500}],"vector":{"__isSmartRef__":true,"id":24502},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"24494":{"offset":0,"color":{"__isSmartRef__":true,"id":24495}},"24495":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24496":{"offset":0.4,"color":{"__isSmartRef__":true,"id":24497}},"24497":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24498":{"offset":0.6,"color":{"__isSmartRef__":true,"id":24499}},"24499":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24500":{"offset":1,"color":{"__isSmartRef__":true,"id":24501}},"24501":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24502":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24503":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24504":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24505":{"stops":[{"__isSmartRef__":true,"id":24506},{"__isSmartRef__":true,"id":24508},{"__isSmartRef__":true,"id":24510},{"__isSmartRef__":true,"id":24512}],"vector":{"__isSmartRef__":true,"id":24502},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"24506":{"offset":0,"color":{"__isSmartRef__":true,"id":24507}},"24507":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24508":{"offset":0.4,"color":{"__isSmartRef__":true,"id":24509}},"24509":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24510":{"offset":0.6,"color":{"__isSmartRef__":true,"id":24511}},"24511":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24512":{"offset":1,"color":{"__isSmartRef__":true,"id":24513}},"24513":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24514":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"24515":{"sourceObj":{"__isSmartRef__":true,"id":24473},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":24363},"targetMethodName":"onCancel","visualConnector":{"__isSmartRef__":true,"id":24516},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"24516":{"submorphs":[{"__isSmartRef__":true,"id":24517}],"scripts":[],"shape":{"__isSmartRef__":true,"id":24532},"id":352,"renderContextTable":{"__isSmartRef__":true,"id":24539},"eventHandler":{"__isSmartRef__":true,"id":24540},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":24541},{"__isSmartRef__":true,"id":24542}],"con":{"__isSmartRef__":true,"id":24515},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":24543},"__LivelyClassName__":"lively.morphic.Path"},"24517":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":24518},"id":353,"renderContextTable":{"__isSmartRef__":true,"id":24529},"eventHandler":{"__isSmartRef__":true,"id":24530},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":24531},"owner":{"__isSmartRef__":true,"id":24516},"_Rotation":-2.716760490670451,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"24518":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":24519},{"__isSmartRef__":true,"id":24520},{"__isSmartRef__":true,"id":24521},{"__isSmartRef__":true,"id":24522}],"renderContextTable":{"__isSmartRef__":true,"id":24523},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":24524},"_Extent":{"__isSmartRef__":true,"id":24525},"_Padding":{"__isSmartRef__":true,"id":24526},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":24527},"_Fill":{"__isSmartRef__":true,"id":24528},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"24519":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"24520":{"isAbsolute":true,"x":0,"y":12,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"24521":{"isAbsolute":true,"x":16,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"24522":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"24523":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"24524":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24525":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24526":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24527":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24528":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24529":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"24530":{"morph":{"__isSmartRef__":true,"id":24517},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24531":{"x":0.5,"y":0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24532":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":24533},{"__isSmartRef__":true,"id":24534}],"renderContextTable":{"__isSmartRef__":true,"id":24535},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":24536},"_Extent":{"__isSmartRef__":true,"id":24537},"_Padding":{"__isSmartRef__":true,"id":24538},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":24527},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"24533":{"isAbsolute":true,"x":420,"y":190,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"24534":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"24535":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"24536":{"x":-0.5,"y":-0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24537":{"x":421,"y":191,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24538":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24539":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"24540":{"morph":{"__isSmartRef__":true,"id":24516},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24541":{"morph":{"__isSmartRef__":true,"id":24516},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"24542":{"morph":{"__isSmartRef__":true,"id":24516},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":24517},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"24543":{"morphMenuItems":{"__isSmartRef__":true,"id":24544}},"24544":{"varMapping":{"__isSmartRef__":true,"id":24545},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":24550},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"24545":{"this":{"__isSmartRef__":true,"id":24516},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":24546}},"24546":{"$super":{"__isSmartRef__":true,"id":24547}},"24547":{"varMapping":{"__isSmartRef__":true,"id":24548},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":24549},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"24548":{"obj":{"__isSmartRef__":true,"id":24516},"name":"morphMenuItems"},"24549":{},"24550":{},"24551":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24552":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"24553":{"morph":{"__isSmartRef__":true,"id":24473},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24554":{"x":77,"y":-5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24555":{"x":420,"y":390,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24556":{"submorphs":[{"__isSmartRef__":true,"id":24557}],"scripts":[],"id":"BD31DB37-10C2-4C16-9A74-5C4E3C09D59B","shape":{"__isSmartRef__":true,"id":24572},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":24576},"lighterFill":{"__isSmartRef__":true,"id":24588},"label":{"__isSmartRef__":true,"id":24557},"name":"Button1","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":24597},"attributeConnections":[{"__isSmartRef__":true,"id":24598}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":24633},"renderContextTable":{"__isSmartRef__":true,"id":24634},"eventHandler":{"__isSmartRef__":true,"id":24635},"distanceToDragEvent":{"__isSmartRef__":true,"id":24636},"_Position":{"__isSmartRef__":true,"id":24637},"owner":{"__isSmartRef__":true,"id":24363},"derivationIds":[2898,"9D27A522-4E3D-482F-97CF-3CA3247A3999","4EBF07AD-25C0-4034-BC06-31F137F70FA1","DC6D6B8E-37AE-4815-A81A-AC7071124A26","42DF6D49-8482-40A3-B901-512013BB5C75"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Button"},"24557":{"submorphs":[],"scripts":[],"id":"738C1727-8155-4935-8EC1-95461BA40C66","shape":{"__isSmartRef__":true,"id":24558},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":24564},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":24565},"_Padding":{"__isSmartRef__":true,"id":24566},"owner":{"__isSmartRef__":true,"id":24556},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":24567},"textChunks":[{"__isSmartRef__":true,"id":24568}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":24570},"eventHandler":{"__isSmartRef__":true,"id":24571},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":101,"_MinTextHeight":null,"derivationIds":[2899,"4F00D1F5-B85C-479E-BDDE-322DF2F432A3","5E7BC7AC-9EF9-4CF5-9196-A542A26534CA","46616896-CA46-4B43-B694-9FB001B32989","F73D407C-A72D-414B-AB8D-1E28025BCA1C"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"24558":{"position":{"__isSmartRef__":true,"id":24559},"_Extent":{"__isSmartRef__":true,"id":24560},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":24561},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":24562},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":24563},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24559":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24560":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24561":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24562":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24563":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24564":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24565":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24566":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24567":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24568":{"style":{"__isSmartRef__":true,"id":24569},"chunkOwner":{"__isSmartRef__":true,"id":24557},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"publish","__LivelyClassName__":"lively.morphic.TextChunk"},"24569":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"24570":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"24571":{"morph":{"__isSmartRef__":true,"id":24557},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24572":{"position":{"__isSmartRef__":true,"id":24573},"_Extent":{"__isSmartRef__":true,"id":24574},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":24575},"_Fill":{"__isSmartRef__":true,"id":24576},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":24586},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":24587},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24573":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24574":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24575":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24576":{"stops":[{"__isSmartRef__":true,"id":24577},{"__isSmartRef__":true,"id":24579},{"__isSmartRef__":true,"id":24581},{"__isSmartRef__":true,"id":24583}],"vector":{"__isSmartRef__":true,"id":24585},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"24577":{"offset":0,"color":{"__isSmartRef__":true,"id":24578}},"24578":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24579":{"offset":0.4,"color":{"__isSmartRef__":true,"id":24580}},"24580":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24581":{"offset":0.6,"color":{"__isSmartRef__":true,"id":24582}},"24582":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24583":{"offset":1,"color":{"__isSmartRef__":true,"id":24584}},"24584":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24585":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24586":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24587":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24588":{"stops":[{"__isSmartRef__":true,"id":24589},{"__isSmartRef__":true,"id":24591},{"__isSmartRef__":true,"id":24593},{"__isSmartRef__":true,"id":24595}],"vector":{"__isSmartRef__":true,"id":24585},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"24589":{"offset":0,"color":{"__isSmartRef__":true,"id":24590}},"24590":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24591":{"offset":0.4,"color":{"__isSmartRef__":true,"id":24592}},"24592":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24593":{"offset":0.6,"color":{"__isSmartRef__":true,"id":24594}},"24594":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24595":{"offset":1,"color":{"__isSmartRef__":true,"id":24596}},"24596":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24597":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"24598":{"sourceObj":{"__isSmartRef__":true,"id":24556},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":24363},"targetMethodName":"onPublish","visualConnector":{"__isSmartRef__":true,"id":24599},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"24599":{"submorphs":[{"__isSmartRef__":true,"id":24600}],"scripts":[],"shape":{"__isSmartRef__":true,"id":24614},"id":139,"renderContextTable":{"__isSmartRef__":true,"id":24621},"eventHandler":{"__isSmartRef__":true,"id":24622},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":24623},{"__isSmartRef__":true,"id":24624}],"con":{"__isSmartRef__":true,"id":24598},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":24625},"__LivelyClassName__":"lively.morphic.Path"},"24600":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":24601},"id":140,"renderContextTable":{"__isSmartRef__":true,"id":24611},"eventHandler":{"__isSmartRef__":true,"id":24612},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":24613},"owner":{"__isSmartRef__":true,"id":24599},"_Rotation":-2.5917394709132084,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"24601":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":24602},{"__isSmartRef__":true,"id":24603},{"__isSmartRef__":true,"id":24604},{"__isSmartRef__":true,"id":24605}],"renderContextTable":{"__isSmartRef__":true,"id":24606},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":24607},"_Extent":{"__isSmartRef__":true,"id":24608},"_Padding":{"__isSmartRef__":true,"id":24609},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":24527},"_Fill":{"__isSmartRef__":true,"id":24610},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"24602":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"24603":{"isAbsolute":true,"x":0,"y":12,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"24604":{"isAbsolute":true,"x":16,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"24605":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"24606":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"24607":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24608":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24609":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24610":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24611":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"24612":{"morph":{"__isSmartRef__":true,"id":24600},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24613":{"x":0.5,"y":0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24614":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":24615},{"__isSmartRef__":true,"id":24616}],"renderContextTable":{"__isSmartRef__":true,"id":24617},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":24618},"_Extent":{"__isSmartRef__":true,"id":24619},"_Padding":{"__isSmartRef__":true,"id":24620},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":24527},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"24615":{"isAbsolute":true,"x":310,"y":190,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"24616":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"24617":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"24618":{"x":-0.5,"y":-0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24619":{"x":311,"y":191,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24620":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24621":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"24622":{"morph":{"__isSmartRef__":true,"id":24599},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24623":{"morph":{"__isSmartRef__":true,"id":24599},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"24624":{"morph":{"__isSmartRef__":true,"id":24599},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":24600},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"24625":{"morphMenuItems":{"__isSmartRef__":true,"id":24626}},"24626":{"varMapping":{"__isSmartRef__":true,"id":24627},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":24632},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"24627":{"this":{"__isSmartRef__":true,"id":24599},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":24628}},"24628":{"$super":{"__isSmartRef__":true,"id":24629}},"24629":{"varMapping":{"__isSmartRef__":true,"id":24630},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":24631},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"24630":{"obj":{"__isSmartRef__":true,"id":24599},"name":"morphMenuItems"},"24631":{},"24632":{},"24633":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24634":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"24635":{"morph":{"__isSmartRef__":true,"id":24556},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24636":{"x":62,"y":-12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24637":{"x":310,"y":390,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24638":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":24639},"id":"2A186CEC-96A0-40C2-9049-D6CB2B717494","renderContextTable":{"__isSmartRef__":true,"id":24646},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":24647}],"eventHandler":{"__isSmartRef__":true,"id":24649},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":24650},"priorExtent":{"__isSmartRef__":true,"id":24651},"_MaxTextWidth":510,"_MinTextWidth":510,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"name":"CommentText","distanceToDragEvent":{"__isSmartRef__":true,"id":24652},"previousSelection":[139,139],"priorSelectionRange":[9,9],"charsReplaced":"CommitMessageTest1","lastFindLoc":18,"isLockOwner":false,"isBeingDragged":false,"owner":{"__isSmartRef__":true,"id":24363},"derivationIds":[2900,"7E82C349-9FC9-48B5-B84C-30E99FC40DF2","A07EAFD3-B03B-4E4C-BC72-FB29F65F543A","888FB55C-0365-4B40-A9B4-33FD19FA1E91","37AE3F7E-8AF9-413E-BDB9-796C3CE0C0A6"],"savedTextString":"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"24639":{"_Position":{"__isSmartRef__":true,"id":24640},"renderContextTable":{"__isSmartRef__":true,"id":24641},"_Extent":{"__isSmartRef__":true,"id":24642},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":24643},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":24644},"_Fill":{"__isSmartRef__":true,"id":24645},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24640":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24641":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24642":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24643":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24644":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24645":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24646":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"24647":{"style":{"__isSmartRef__":true,"id":24648},"chunkOwner":{"__isSmartRef__":true,"id":24638},"storedString":"Used to diff a version of a morph with the current version in PartsBin","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"24648":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"24649":{"morph":{"__isSmartRef__":true,"id":24638},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24650":{"x":10,"y":110,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24651":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24652":{"x":346,"y":-16,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24653":{"submorphs":[],"scripts":[],"id":"7A4F4968-5770-4D3E-A3AC-B97B4FC7DC49","shape":{"__isSmartRef__":true,"id":24654},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":24660},"_MaxTextWidth":250,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":24657},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text9","partsBinMetaInfo":{"__isSmartRef__":true,"id":24661},"textChunks":[{"__isSmartRef__":true,"id":24662}],"charsReplaced":"commit message","lastFindLoc":14,"priorSelectionRange":[0,14],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":24664},"renderContextTable":{"__isSmartRef__":true,"id":24665},"eventHandler":{"__isSmartRef__":true,"id":24666},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":24667},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":250,"_MinTextHeight":null,"previousSelection":[0,6],"distanceToDragEvent":{"__isSmartRef__":true,"id":24668},"isLockOwner":false,"owner":{"__isSmartRef__":true,"id":24363},"derivationIds":[2901,"8E267E15-1052-4F9C-B863-B733384EF1DA","851C46B4-347F-4AE4-9C04-C321E7CC8EA5","D33CE057-77D6-4CCC-90F9-867C622B3572","F9BFA4FE-D786-4384-B9F8-89EEA1D41685"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"24654":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":24655},"_Extent":{"__isSmartRef__":true,"id":24656},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":24657},"renderContextTable":{"__isSmartRef__":true,"id":24658},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":24659},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24655":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24656":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24657":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24658":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24659":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24660":{"x":10,"y":90,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24661":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"24662":{"style":{"__isSmartRef__":true,"id":24663},"morph":{"__isSmartRef__":true,"id":24653},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":24653},"storedString":"comment","__LivelyClassName__":"lively.morphic.TextChunk"},"24663":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"24664":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24665":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"24666":{"morph":{"__isSmartRef__":true,"id":24653},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24667":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24668":{"x":163,"y":-17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24669":{"submorphs":[{"__isSmartRef__":true,"id":24670}],"scripts":[],"id":"46F832A4-C4D9-4938-AA94-7BC1AF5564CA","shape":{"__isSmartRef__":true,"id":24685},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":24689},"lighterFill":{"__isSmartRef__":true,"id":24701},"label":{"__isSmartRef__":true,"id":24670},"name":"DiffButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":24710},"attributeConnections":[{"__isSmartRef__":true,"id":24711}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":24712},"renderContextTable":{"__isSmartRef__":true,"id":24713},"eventHandler":{"__isSmartRef__":true,"id":24714},"distanceToDragEvent":{"__isSmartRef__":true,"id":24715},"_Position":{"__isSmartRef__":true,"id":24716},"derivationIds":[2898,"9D27A522-4E3D-482F-97CF-3CA3247A3999","4EBF07AD-25C0-4034-BC06-31F137F70FA1","DC6D6B8E-37AE-4815-A81A-AC7071124A26","42DF6D49-8482-40A3-B901-512013BB5C75","132901B3-F9F2-482D-99E6-40EAECDCEF13"],"owner":{"__isSmartRef__":true,"id":24363},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Button"},"24670":{"submorphs":[],"scripts":[],"id":"72B180B6-545F-4758-8FDC-B41171CF686B","shape":{"__isSmartRef__":true,"id":24671},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":24677},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":24678},"_Padding":{"__isSmartRef__":true,"id":24679},"owner":{"__isSmartRef__":true,"id":24669},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":24680},"textChunks":[{"__isSmartRef__":true,"id":24681}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":24683},"eventHandler":{"__isSmartRef__":true,"id":24684},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":101,"_MinTextHeight":null,"derivationIds":[2899,"4F00D1F5-B85C-479E-BDDE-322DF2F432A3","5E7BC7AC-9EF9-4CF5-9196-A542A26534CA","46616896-CA46-4B43-B694-9FB001B32989","F73D407C-A72D-414B-AB8D-1E28025BCA1C","E34F55EC-06D3-4965-A0D2-625CA896E3B7"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"24671":{"position":{"__isSmartRef__":true,"id":24672},"_Extent":{"__isSmartRef__":true,"id":24673},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":24674},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":24675},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":24676},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24672":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24673":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24674":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24675":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24676":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24677":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24678":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24679":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24680":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24681":{"style":{"__isSmartRef__":true,"id":24682},"chunkOwner":{"__isSmartRef__":true,"id":24670},"storedString":"Show Diff","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"24682":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"24683":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"24684":{"morph":{"__isSmartRef__":true,"id":24670},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24685":{"position":{"__isSmartRef__":true,"id":24686},"_Extent":{"__isSmartRef__":true,"id":24687},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":24688},"_Fill":{"__isSmartRef__":true,"id":24689},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":24699},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":24700},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24686":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24687":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24688":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24689":{"stops":[{"__isSmartRef__":true,"id":24690},{"__isSmartRef__":true,"id":24692},{"__isSmartRef__":true,"id":24694},{"__isSmartRef__":true,"id":24696}],"vector":{"__isSmartRef__":true,"id":24698},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"24690":{"offset":0,"color":{"__isSmartRef__":true,"id":24691}},"24691":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24692":{"offset":0.4,"color":{"__isSmartRef__":true,"id":24693}},"24693":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24694":{"offset":0.6,"color":{"__isSmartRef__":true,"id":24695}},"24695":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24696":{"offset":1,"color":{"__isSmartRef__":true,"id":24697}},"24697":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24698":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24699":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24700":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24701":{"stops":[{"__isSmartRef__":true,"id":24702},{"__isSmartRef__":true,"id":24704},{"__isSmartRef__":true,"id":24706},{"__isSmartRef__":true,"id":24708}],"vector":{"__isSmartRef__":true,"id":24698},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"24702":{"offset":0,"color":{"__isSmartRef__":true,"id":24703}},"24703":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24704":{"offset":0.4,"color":{"__isSmartRef__":true,"id":24705}},"24705":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24706":{"offset":0.6,"color":{"__isSmartRef__":true,"id":24707}},"24707":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24708":{"offset":1,"color":{"__isSmartRef__":true,"id":24709}},"24709":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24710":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"24711":{"sourceObj":{"__isSmartRef__":true,"id":24669},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":24363},"targetMethodName":"showDiff","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"24712":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24713":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"24714":{"morph":{"__isSmartRef__":true,"id":24669},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24715":{"x":69.5,"y":-18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24716":{"x":10,"y":390,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24717":{"_Position":{"__isSmartRef__":true,"id":24718},"renderContextTable":{"__isSmartRef__":true,"id":24719},"_Extent":{"__isSmartRef__":true,"id":24720},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":24721},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":24722},"_Fill":{"__isSmartRef__":true,"id":24723},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24718":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24719":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24720":{"x":542,"y":420,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24721":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24722":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24723":{"r":0.8235294117647058,"g":0.8235294117647058,"b":0.8235294117647058,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24724":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"24725":{"morph":{"__isSmartRef__":true,"id":24363},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24726":{"adjustForNewBounds":true,"resizeWidth":true,"resizeHeight":true},"24727":{"message":"Please enter a name for the part","attributeConnections":[{"__isSmartRef__":true,"id":24728}],"doNotSerialize":["$$result"],"doNotCopyProperties":["$$result"],"defaultInput":"CommitMessageTest1","panel":{"__isSmartRef__":true,"id":24363},"label":{"__isSmartRef__":true,"id":24729},"cancelButton":{"__isSmartRef__":true,"id":24741},"okButton":{"__isSmartRef__":true,"id":24787},"inputText":{"__isSmartRef__":true,"id":24364},"view":{"__isSmartRef__":true,"id":24363},"__SourceModuleName__":"Global.lively.morphic.Widgets","result":"CommitMessageTest1","__LivelyClassName__":"lively.morphic.PromptDialog"},"24728":{"sourceObj":{"__isSmartRef__":true,"id":24727},"sourceAttrName":"result","targetObj":{"__isSmartRef__":true,"id":24727},"targetMethodName":"triggerCallback","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"24729":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":24730},"id":3220,"renderContextTable":{"__isSmartRef__":true,"id":24735},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":24736}],"eventHandler":{"__isSmartRef__":true,"id":24738},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":false,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":24739},"priorExtent":{"__isSmartRef__":true,"id":24740},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":null,"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"isCopyMorphRef":true,"morphRefId":1,"__LivelyClassName__":"lively.morphic.Text"},"24730":{"_Position":{"__isSmartRef__":true,"id":24731},"renderContextTable":{"__isSmartRef__":true,"id":24732},"_Extent":{"__isSmartRef__":true,"id":24733},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":24369},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":24370},"_Fill":{"__isSmartRef__":true,"id":24734},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24731":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24732":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24733":{"x":226,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24734":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24735":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"24736":{"style":{"__isSmartRef__":true,"id":24737},"chunkOwner":{"__isSmartRef__":true,"id":24729},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"24737":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"24738":{"morph":{"__isSmartRef__":true,"id":24729},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24739":{"x":4,"y":4,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24740":{"x":226,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24741":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":24742},"id":6793,"renderContextTable":{"__isSmartRef__":true,"id":24758},"eventHandler":{"__isSmartRef__":true,"id":24759},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":24760},"priorExtent":{"__isSmartRef__":true,"id":24761},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":24748},"lighterFill":{"__isSmartRef__":true,"id":24762},"label":{"__isSmartRef__":true,"id":24771},"layout":{"__isSmartRef__":true,"id":24783},"owner":null,"attributeConnections":[{"__isSmartRef__":true,"id":24784},{"__isSmartRef__":true,"id":24785}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","isCopyMorphRef":true,"morphRefId":1,"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Button"},"24742":{"_Position":{"__isSmartRef__":true,"id":24743},"renderContextTable":{"__isSmartRef__":true,"id":24744},"_Extent":{"__isSmartRef__":true,"id":24745},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":24746},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":24747},"_Fill":{"__isSmartRef__":true,"id":24748},"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24743":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24744":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24745":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24746":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24747":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24748":{"stops":[{"__isSmartRef__":true,"id":24749},{"__isSmartRef__":true,"id":24751},{"__isSmartRef__":true,"id":24753},{"__isSmartRef__":true,"id":24755}],"vector":{"__isSmartRef__":true,"id":24757},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"24749":{"offset":0,"color":{"__isSmartRef__":true,"id":24750}},"24750":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24751":{"offset":0.4,"color":{"__isSmartRef__":true,"id":24752}},"24752":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24753":{"offset":0.6,"color":{"__isSmartRef__":true,"id":24754}},"24754":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24755":{"offset":1,"color":{"__isSmartRef__":true,"id":24756}},"24756":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24757":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24758":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"24759":{"morph":{"__isSmartRef__":true,"id":24741},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24760":{"x":478,"y":187,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24761":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24762":{"stops":[{"__isSmartRef__":true,"id":24763},{"__isSmartRef__":true,"id":24765},{"__isSmartRef__":true,"id":24767},{"__isSmartRef__":true,"id":24769}],"vector":{"__isSmartRef__":true,"id":24757},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"24763":{"offset":0,"color":{"__isSmartRef__":true,"id":24764}},"24764":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24765":{"offset":0.4,"color":{"__isSmartRef__":true,"id":24766}},"24766":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24767":{"offset":0.6,"color":{"__isSmartRef__":true,"id":24768}},"24768":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24769":{"offset":1,"color":{"__isSmartRef__":true,"id":24770}},"24770":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24771":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":24772},"id":6794,"renderContextTable":{"__isSmartRef__":true,"id":24777},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":24778}],"eventHandler":{"__isSmartRef__":true,"id":24780},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":24781},"priorExtent":{"__isSmartRef__":true,"id":24782},"_MaxTextWidth":60,"_MinTextWidth":60,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":null,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Text"},"24772":{"_Position":{"__isSmartRef__":true,"id":24773},"renderContextTable":{"__isSmartRef__":true,"id":24774},"_Extent":{"__isSmartRef__":true,"id":24775},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":24776},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":24370},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24773":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24774":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24775":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24776":{"x":0,"y":6,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24777":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"24778":{"style":{"__isSmartRef__":true,"id":24779},"chunkOwner":{"__isSmartRef__":true,"id":24771},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"24779":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"24780":{"morph":{"__isSmartRef__":true,"id":24771},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24781":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24782":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24783":{"moveVertical":true,"moveHorizontal":true},"24784":{"sourceObj":{"__isSmartRef__":true,"id":24741},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":24727},"targetMethodName":"removeTopLevel","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"24785":{"sourceObj":{"__isSmartRef__":true,"id":24741},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":24727},"targetMethodName":"result","converter":null,"converterString":"function () { return null }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":24786},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"24786":{"source":{"__isSmartRef__":true,"id":24741},"target":{"__isSmartRef__":true,"id":24727}},"24787":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":24788},"id":6795,"renderContextTable":{"__isSmartRef__":true,"id":24793},"eventHandler":{"__isSmartRef__":true,"id":24794},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":24795},"priorExtent":{"__isSmartRef__":true,"id":24796},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":24748},"lighterFill":{"__isSmartRef__":true,"id":24797},"label":{"__isSmartRef__":true,"id":24806},"layout":{"__isSmartRef__":true,"id":24818},"owner":null,"attributeConnections":[{"__isSmartRef__":true,"id":24819},{"__isSmartRef__":true,"id":24820}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","isCopyMorphRef":true,"morphRefId":2,"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Button"},"24788":{"_Position":{"__isSmartRef__":true,"id":24789},"renderContextTable":{"__isSmartRef__":true,"id":24790},"_Extent":{"__isSmartRef__":true,"id":24791},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":24792},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":24747},"_Fill":{"__isSmartRef__":true,"id":24748},"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24789":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24790":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24791":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24792":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24793":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"24794":{"morph":{"__isSmartRef__":true,"id":24787},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24795":{"x":414,"y":187,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24796":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24797":{"stops":[{"__isSmartRef__":true,"id":24798},{"__isSmartRef__":true,"id":24800},{"__isSmartRef__":true,"id":24802},{"__isSmartRef__":true,"id":24804}],"vector":{"__isSmartRef__":true,"id":24757},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"24798":{"offset":0,"color":{"__isSmartRef__":true,"id":24799}},"24799":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24800":{"offset":0.4,"color":{"__isSmartRef__":true,"id":24801}},"24801":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24802":{"offset":0.6,"color":{"__isSmartRef__":true,"id":24803}},"24803":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24804":{"offset":1,"color":{"__isSmartRef__":true,"id":24805}},"24805":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24806":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":24807},"id":6796,"renderContextTable":{"__isSmartRef__":true,"id":24812},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":24813}],"eventHandler":{"__isSmartRef__":true,"id":24815},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":24816},"priorExtent":{"__isSmartRef__":true,"id":24817},"_MaxTextWidth":60,"_MinTextWidth":60,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":null,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Text"},"24807":{"_Position":{"__isSmartRef__":true,"id":24808},"renderContextTable":{"__isSmartRef__":true,"id":24809},"_Extent":{"__isSmartRef__":true,"id":24810},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":24811},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":24370},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24808":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24809":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24810":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24811":{"x":0,"y":6,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24812":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"24813":{"style":{"__isSmartRef__":true,"id":24814},"chunkOwner":{"__isSmartRef__":true,"id":24806},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"24814":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"24815":{"morph":{"__isSmartRef__":true,"id":24806},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24816":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24817":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24818":{"moveVertical":true,"moveHorizontal":true},"24819":{"sourceObj":{"__isSmartRef__":true,"id":24787},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":24727},"targetMethodName":"removeTopLevel","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"24820":{"sourceObj":{"__isSmartRef__":true,"id":24787},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":24364},"targetMethodName":"doSave","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"24821":{"x":542,"y":420,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24822":{"x":365,"y":-16,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24823":{"x":0,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24824":{"copyToPartsBin":{"__isSmartRef__":true,"id":24825},"onPublish":{"__isSmartRef__":true,"id":24833},"onCancel":{"__isSmartRef__":true,"id":24837},"setTarget":{"__isSmartRef__":true,"id":24841},"reset":{"__isSmartRef__":true,"id":24845},"showDiff":{"__isSmartRef__":true,"id":24849}},"24825":{"varMapping":{"__isSmartRef__":true,"id":24826},"source":"function copyToPartsBin(morph) {\n var name = this.get('NameText').textString\n\n var info = morph.getPartsBinMetaInfo();\n morph.setName(name);\n\n info.partsSpaceName = this.get('CategoryText').textString\n info.comment = this.get('CommentText').textString\n\n if (! info.changes) info.changes = [];\n var change = { \n date: new Date(), \n author: this.world().getUserName(), \n message: this.get('CommitMessageText').textString,\n id: Strings.newUUID()\n }\n info.changes.push(change) \n\n morph.copyToPartsBin();\n}","funcProperties":{"__isSmartRef__":true,"id":24831},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"24826":{"this":{"__isSmartRef__":true,"id":24363},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":24827}},"24827":{"$super":{"__isSmartRef__":true,"id":24828}},"24828":{"varMapping":{"__isSmartRef__":true,"id":24829},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":24830},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"24829":{"obj":{"__isSmartRef__":true,"id":24363},"name":"copyToPartsBin"},"24830":{},"24831":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":24832}},"24832":{"isSerializedDate":true,"string":"Fri Oct 28 2011 15:13:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"24833":{"varMapping":{"__isSmartRef__":true,"id":24834},"source":"function onPublish() {\n if (!this.target) alert(\"No target to upload\");\n this.copyToPartsBin(this.target);\n connect(this.target, 'headRevision', this.owner, 'remove')\n}","funcProperties":{"__isSmartRef__":true,"id":24835},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"24834":{"this":{"__isSmartRef__":true,"id":24363}},"24835":{"timestamp":{"__isSmartRef__":true,"id":24836},"user":"undefined","tags":[]},"24836":{"isSerializedDate":true,"string":"Tue Mar 20 2012 12:59:48 GMT+0100 (Mitteleuropäische Zeit)"},"24837":{"varMapping":{"__isSmartRef__":true,"id":24838},"source":"function onCancel() {\n alertOK(\"cancel upload \") \n this.owner.remove()\n}","funcProperties":{"__isSmartRef__":true,"id":24839},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"24838":{"this":{"__isSmartRef__":true,"id":24363}},"24839":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":24840}},"24840":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:52:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"24841":{"varMapping":{"__isSmartRef__":true,"id":24842},"source":"function setTarget(morph) {\n this.target = morph \n if (!morph) {\n this.get('NameText').textString = '';\n this.get('CategoryText').textString = '';\n this.get('CommentText').textString = ''; \n this.get('CommitMessageText').textString = '' \n return\n }\n var info = this.target.getPartsBinMetaInfo();\n this.get('NameText').textString = info.partName || morph.getName();\n this.get('CategoryText').textString = info.partsSpaceName;\n this.get('CommentText').textString = info.comment; \n this.get('CommitMessageText').textString = '' \n\n}","funcProperties":{"__isSmartRef__":true,"id":24843},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"24842":{"this":{"__isSmartRef__":true,"id":24363}},"24843":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":24844}},"24844":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:46:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"24845":{"varMapping":{"__isSmartRef__":true,"id":24846},"source":"function reset() {\n this.setTarget(null)\n \n}","funcProperties":{"__isSmartRef__":true,"id":24847},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"24846":{"this":{"__isSmartRef__":true,"id":24363}},"24847":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":24848}},"24848":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:45:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"24849":{"varMapping":{"__isSmartRef__":true,"id":24850},"source":"function showDiff() {\n this.target && this.target.showThreeWayDiff();\n}","funcProperties":{"__isSmartRef__":true,"id":24851},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"24850":{"this":{"__isSmartRef__":true,"id":24363}},"24851":{"timestamp":{"__isSmartRef__":true,"id":24852},"user":"undefined","tags":[]},"24852":{"isSerializedDate":true,"string":"Wed Mar 21 2012 14:45:16 GMT+0100 (Mitteleuropäische Zeit)"},"24853":{"renderContextTable":{"__isSmartRef__":true,"id":24854},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":24855},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":24856},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24854":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24855":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24856":{"x":542,"y":242,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24857":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"24858":{"morph":{"__isSmartRef__":true,"id":24215},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24859":{"adjustForNewBounds":true},"24860":{"x":542,"y":242,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24861":{"x":0,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24862":{"x":673,"y":43,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24863":{"partName":"PublishPartDialog","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/BP2012","__SourceModuleName__":"Global.lively.PartsBin","comment":"A dialog for publishing parts in the PartsBin.","changes":[{"__isSmartRef__":true,"id":24864},{"__isSmartRef__":true,"id":24866},{"__isSmartRef__":true,"id":24868},{"__isSmartRef__":true,"id":24870},{"__isSmartRef__":true,"id":24872},{"__isSmartRef__":true,"id":24874},{"__isSmartRef__":true,"id":24876},{"__isSmartRef__":true,"id":24878},{"__isSmartRef__":true,"id":24880}],"revisionOnLoad":147101,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"24864":{"date":{"__isSmartRef__":true,"id":24865},"author":"undefined","message":"init for change - don't remove on click","id":"00A6DFFB-70D2-44A4-B5F9-0778E1CA5724"},"24865":{"isSerializedDate":true,"string":"Tue Mar 20 2012 12:04:27 GMT+0100 (Mitteleuropäische Zeit)"},"24866":{"date":{"__isSmartRef__":true,"id":24867},"author":"jenslincke","message":"- fixed issue 283 (Reproduction: Open part, select publish from menu, focus part name input field in dialog, press enter.-> window pane disappears; window decoration stays; part is not published)","id":"1A260BD5-E668-4BD4-B7A2-94E087AB4CE1"},"24867":{"isSerializedDate":true,"string":"Thu Jan 26 2012 12:10:41 GMT+0100 (Mitteleuropäische Zeit)"},"24868":{"date":{"__isSmartRef__":true,"id":24869},"author":"jenslincke","message":""},"24869":{"isSerializedDate":true,"string":"Fri Oct 28 2011 16:06:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"24870":{"date":{"__isSmartRef__":true,"id":24871},"author":"jenslincke","message":"store an uuid when publishing an object"},"24871":{"isSerializedDate":true,"string":"Fri Oct 28 2011 15:15:02 GMT+0200 (Mitteleuropäische Sommerzeit)"},"24872":{"date":{"__isSmartRef__":true,"id":24873},"author":"jenslincke","message":""},"24873":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:52:26 GMT+0200 (Mitteleuropäische Sommerzeit)"},"24874":{"date":{"__isSmartRef__":true,"id":24875},"author":"jenslincke","message":"first commit of Publish dialog using the publish dialog itself!"},"24875":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:54:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"24876":{"date":{"__isSmartRef__":true,"id":24877},"author":"undefined","message":"","id":"A5F4EACF-EF62-483F-B8B3-65966A895FA4"},"24877":{"isSerializedDate":true,"string":"Tue Mar 20 2012 13:00:03 GMT+0100 (Mitteleuropäische Zeit)"},"24878":{"date":{"__isSmartRef__":true,"id":24879},"author":"undefined","message":"added show diff button","id":"93AC78DB-FFE8-40AC-B8FC-34B0936B39A7"},"24879":{"isSerializedDate":true,"string":"Wed Mar 21 2012 14:49:44 GMT+0100 (Mitteleuropäische Zeit)"},"24880":{"date":{"__isSmartRef__":true,"id":24881},"author":"undefined","message":"resetted view","id":"61086210-FA8D-49B7-9E8F-E1E202A9ECD7"},"24881":{"isSerializedDate":true,"string":"Wed Mar 21 2012 14:50:23 GMT+0100 (Mitteleuropäische Zeit)"},"24882":{"sourceObj":{"__isSmartRef__":true,"id":24215},"sourceAttrName":"headRevision","targetObj":{"__isSmartRef__":true,"id":24883},"targetMethodName":"remove","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"24883":{"submorphs":[{"__isSmartRef__":true,"id":24884},{"__isSmartRef__":true,"id":25032}],"scripts":[],"shape":{"__isSmartRef__":true,"id":25470},"id":"14EE180D-A02C-4632-B280-ECB6204E6FAE","renderContextTable":{"__isSmartRef__":true,"id":25474},"eventHandler":{"__isSmartRef__":true,"id":25475},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":25476},"LK2":true,"priorExtent":{"__isSmartRef__":true,"id":25477},"targetMorph":{"__isSmartRef__":true,"id":25032},"titleBar":{"__isSmartRef__":true,"id":24884},"contentOffset":{"__isSmartRef__":true,"id":25478},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"highlighted":true,"prevDragPos":{"__isSmartRef__":true,"id":25479},"isBeingDragged":false,"showsHalos":false,"name":"PublishPartDialog1","partsBinMetaInfo":{"__isSmartRef__":true,"id":25480},"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"_Position":{"__isSmartRef__":true,"id":25495},"isCopyMorphRef":true,"morphRefId":12,"derivationIds":[2879,"91414FD8-3775-435F-96A6-39E0CB891CD7","9CB574CD-94E3-465A-B85C-91F97E070BC3","C9D390C2-399F-44AF-A316-A4A117E5F7B6"],"moved":true,"_Rotation":0,"_Scale":1,"owner":null,"__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"24884":{"submorphs":[{"__isSmartRef__":true,"id":24885},{"__isSmartRef__":true,"id":24899},{"__isSmartRef__":true,"id":24946},{"__isSmartRef__":true,"id":24980}],"scripts":[],"shape":{"__isSmartRef__":true,"id":25015},"id":"5252D4E6-D056-4585-8783-C4B59F2EB610","renderContextTable":{"__isSmartRef__":true,"id":25027},"eventHandler":{"__isSmartRef__":true,"id":25028},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":25029},"_Position":{"__isSmartRef__":true,"id":25030},"windowMorph":{"__isSmartRef__":true,"id":24883},"label":{"__isSmartRef__":true,"id":24885},"closeButton":{"__isSmartRef__":true,"id":24899},"menuButton":{"__isSmartRef__":true,"id":24946},"collapseButton":{"__isSmartRef__":true,"id":24980},"priorExtent":{"__isSmartRef__":true,"id":25031},"owner":{"__isSmartRef__":true,"id":24883},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2880,"108B5871-F6C8-4442-82D1-F8776D2C85A2","503529CB-0F23-4456-8597-CD5E86CF03F0","4FB4914E-E245-4D67-BE3B-63091E2C8C95"],"_Scale":1,"__LivelyClassName__":"lively.morphic.TitleBar"},"24885":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":24886},"id":"F6FD12BC-5591-4524-8813-4DA5147438BC","renderContextTable":{"__isSmartRef__":true,"id":24892},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":24893}],"eventHandler":{"__isSmartRef__":true,"id":24895},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":24896},"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":24884},"priorExtent":{"__isSmartRef__":true,"id":24897},"_MaxTextWidth":483,"_MinTextWidth":483,"_MaxTextHeight":null,"_MinTextHeight":null,"_Position":{"__isSmartRef__":true,"id":24898},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2881,"A06A709C-AD42-48D0-A66A-9C21EA4F4E66","EE1A345D-476E-4E22-BE89-E59A0C11001B","90634CE5-77D0-4064-961C-4CBADE59C6F8"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"24886":{"_Position":{"__isSmartRef__":true,"id":24887},"renderContextTable":{"__isSmartRef__":true,"id":24888},"_Extent":{"__isSmartRef__":true,"id":24889},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":24890},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":24891},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24887":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24888":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24889":{"x":483,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24890":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24891":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24892":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"24893":{"style":{"__isSmartRef__":true,"id":24894},"chunkOwner":{"__isSmartRef__":true,"id":24885},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Publish in PartsBin","__LivelyClassName__":"lively.morphic.TextChunk"},"24894":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"24895":{"morph":{"__isSmartRef__":true,"id":24885},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24896":{"resizeWidth":true},"24897":{"x":483,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24898":{"x":20,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24899":{"submorphs":[{"__isSmartRef__":true,"id":24900}],"scripts":[],"shape":{"__isSmartRef__":true,"id":24912},"id":"40B9B900-43F4-49D8-AB09-994E0E73854A","renderContextTable":{"__isSmartRef__":true,"id":24928},"eventHandler":{"__isSmartRef__":true,"id":24929},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":24930},"priorExtent":{"__isSmartRef__":true,"id":24931},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":24918},"lighterFill":{"__isSmartRef__":true,"id":24932},"label":{"__isSmartRef__":true,"id":24900},"owner":{"__isSmartRef__":true,"id":24884},"layout":{"__isSmartRef__":true,"id":24941},"attributeConnections":[{"__isSmartRef__":true,"id":24942},{"__isSmartRef__":true,"id":24944}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","prevScroll":[0,0],"derivationIds":[2882,"6FF08B49-B1B5-4E12-8CE8-DF895115627D","7F48C6F9-BB0C-405E-991B-410F179F7FE6","8405D63F-4E07-4FE8-9008-DD8AE000B5C8"],"_Scale":1,"__LivelyClassName__":"lively.morphic.WindowControl"},"24900":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":24901},"id":"2C7EA1AC-E804-4ED8-B2D9-A8E51E3DFBEF","renderContextTable":{"__isSmartRef__":true,"id":24906},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":24907}],"eventHandler":{"__isSmartRef__":true,"id":24909},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":24910},"priorExtent":{"__isSmartRef__":true,"id":24911},"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":24899},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2883,"9FBA502B-65B1-4FF2-A0A6-9951E3C50B9C","9F297DAE-65AA-45A3-AFAE-BD35F359E24A","75386CDF-09C9-47F2-8762-F737A49FD645"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"24901":{"_Position":{"__isSmartRef__":true,"id":24902},"renderContextTable":{"__isSmartRef__":true,"id":24903},"_Extent":{"__isSmartRef__":true,"id":24904},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":24905},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":24891},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24902":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24903":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24904":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24905":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24906":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"24907":{"style":{"__isSmartRef__":true,"id":24908},"chunkOwner":{"__isSmartRef__":true,"id":24900},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk"},"24908":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"24909":{"morph":{"__isSmartRef__":true,"id":24900},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24910":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24911":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24912":{"_Position":{"__isSmartRef__":true,"id":24913},"renderContextTable":{"__isSmartRef__":true,"id":24914},"_Extent":{"__isSmartRef__":true,"id":24915},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":24916},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":24917},"_Fill":{"__isSmartRef__":true,"id":24918},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24913":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24914":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24915":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24916":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24917":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24918":{"stops":[{"__isSmartRef__":true,"id":24919},{"__isSmartRef__":true,"id":24921},{"__isSmartRef__":true,"id":24923},{"__isSmartRef__":true,"id":24925}],"vector":{"__isSmartRef__":true,"id":24927},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"24919":{"offset":0,"color":{"__isSmartRef__":true,"id":24920}},"24920":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24921":{"offset":0.4,"color":{"__isSmartRef__":true,"id":24922}},"24922":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24923":{"offset":0.6,"color":{"__isSmartRef__":true,"id":24924}},"24924":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24925":{"offset":1,"color":{"__isSmartRef__":true,"id":24926}},"24926":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24927":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24928":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"24929":{"morph":{"__isSmartRef__":true,"id":24899},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24930":{"x":522,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24931":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24932":{"stops":[{"__isSmartRef__":true,"id":24933},{"__isSmartRef__":true,"id":24935},{"__isSmartRef__":true,"id":24937},{"__isSmartRef__":true,"id":24939}],"vector":{"__isSmartRef__":true,"id":24927},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"24933":{"offset":0,"color":{"__isSmartRef__":true,"id":24934}},"24934":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24935":{"offset":0.4,"color":{"__isSmartRef__":true,"id":24936}},"24936":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24937":{"offset":0.6,"color":{"__isSmartRef__":true,"id":24938}},"24938":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24939":{"offset":1,"color":{"__isSmartRef__":true,"id":24940}},"24940":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24941":{"moveHorizontal":true},"24942":{"sourceObj":{"__isSmartRef__":true,"id":24899},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":24883},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":24943},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"24943":{"source":{"__isSmartRef__":true,"id":24899},"target":{"__isSmartRef__":true,"id":24883}},"24944":{"sourceObj":{"__isSmartRef__":true,"id":24899},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":24883},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":24945},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"24945":{"source":{"__isSmartRef__":true,"id":24899},"target":{"__isSmartRef__":true,"id":24883}},"24946":{"submorphs":[{"__isSmartRef__":true,"id":24947}],"scripts":[],"shape":{"__isSmartRef__":true,"id":24958},"id":"89629442-A5A0-4517-826A-DB1EA9CAE12A","renderContextTable":{"__isSmartRef__":true,"id":24963},"eventHandler":{"__isSmartRef__":true,"id":24964},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":24965},"priorExtent":{"__isSmartRef__":true,"id":24966},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":24918},"lighterFill":{"__isSmartRef__":true,"id":24967},"label":{"__isSmartRef__":true,"id":24947},"owner":{"__isSmartRef__":true,"id":24884},"attributeConnections":[{"__isSmartRef__":true,"id":24976},{"__isSmartRef__":true,"id":24978}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","derivationIds":[2884,"64F20257-1A1D-4B3E-97C4-BC5D1F1E14B5","A377FFCE-0FDC-41B6-BD34-D9F0507B57DA","7334352E-B497-4F10-8C06-FBE36AA778C7"],"_Scale":1,"__LivelyClassName__":"lively.morphic.WindowControl"},"24947":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":24948},"id":"FF3AB23A-3A63-48D2-A2F6-8D4FB6E897D2","renderContextTable":{"__isSmartRef__":true,"id":24952},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":24953}],"eventHandler":{"__isSmartRef__":true,"id":24955},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":24956},"priorExtent":{"__isSmartRef__":true,"id":24957},"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":24946},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[2885,"EC48B50E-CD5B-46FB-BF78-484373EED980","59F8AF9B-799B-413B-86B2-BFD03A4B2559","F8293A60-E9DB-40E3-B202-D547939F8A8D"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"24948":{"_Position":{"__isSmartRef__":true,"id":24949},"renderContextTable":{"__isSmartRef__":true,"id":24950},"_Extent":{"__isSmartRef__":true,"id":24951},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":24905},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":24891},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24949":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24950":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24951":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24952":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"24953":{"style":{"__isSmartRef__":true,"id":24954},"chunkOwner":{"__isSmartRef__":true,"id":24947},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk"},"24954":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"24955":{"morph":{"__isSmartRef__":true,"id":24947},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24956":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24957":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24958":{"_Position":{"__isSmartRef__":true,"id":24959},"renderContextTable":{"__isSmartRef__":true,"id":24960},"_Extent":{"__isSmartRef__":true,"id":24961},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":24962},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":24917},"_Fill":{"__isSmartRef__":true,"id":24918},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24959":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24960":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24961":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24962":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24963":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"24964":{"morph":{"__isSmartRef__":true,"id":24946},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24965":{"x":3,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24966":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24967":{"stops":[{"__isSmartRef__":true,"id":24968},{"__isSmartRef__":true,"id":24970},{"__isSmartRef__":true,"id":24972},{"__isSmartRef__":true,"id":24974}],"vector":{"__isSmartRef__":true,"id":24927},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"24968":{"offset":0,"color":{"__isSmartRef__":true,"id":24969}},"24969":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24970":{"offset":0.4,"color":{"__isSmartRef__":true,"id":24971}},"24971":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24972":{"offset":0.6,"color":{"__isSmartRef__":true,"id":24973}},"24973":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24974":{"offset":1,"color":{"__isSmartRef__":true,"id":24975}},"24975":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"24976":{"sourceObj":{"__isSmartRef__":true,"id":24946},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":24883},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":24977},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"24977":{"source":{"__isSmartRef__":true,"id":24946},"target":{"__isSmartRef__":true,"id":24883}},"24978":{"sourceObj":{"__isSmartRef__":true,"id":24946},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":24883},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":24979},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"24979":{"source":{"__isSmartRef__":true,"id":24946},"target":{"__isSmartRef__":true,"id":24883}},"24980":{"submorphs":[{"__isSmartRef__":true,"id":24981}],"scripts":[],"shape":{"__isSmartRef__":true,"id":24992},"id":"DD557853-F1F4-4796-8795-75EC2284A70A","renderContextTable":{"__isSmartRef__":true,"id":24997},"eventHandler":{"__isSmartRef__":true,"id":24998},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":24999},"priorExtent":{"__isSmartRef__":true,"id":25000},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":24918},"lighterFill":{"__isSmartRef__":true,"id":25001},"label":{"__isSmartRef__":true,"id":24981},"owner":{"__isSmartRef__":true,"id":24884},"layout":{"__isSmartRef__":true,"id":25010},"attributeConnections":[{"__isSmartRef__":true,"id":25011},{"__isSmartRef__":true,"id":25013}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","prevScroll":[0,0],"derivationIds":[2886,"9FC4F0BE-916D-456B-AEC7-E6C1AC6040CA","A0A4775F-7F2F-4563-840D-CAA5CB435D75","C87D3EB9-4C3B-4230-9794-F5B71B528C74"],"_Scale":1,"__LivelyClassName__":"lively.morphic.WindowControl"},"24981":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":24982},"id":"705C0F16-5E82-4EFB-B9B4-F57FC30012E6","renderContextTable":{"__isSmartRef__":true,"id":24986},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":24987}],"eventHandler":{"__isSmartRef__":true,"id":24989},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":24990},"priorExtent":{"__isSmartRef__":true,"id":24991},"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":24980},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2887,"42347453-BADB-4DB0-9486-C479B704CD7C","B0BBE9B3-B5DD-4E4F-A1AA-1C03BB1BFF4E","8AE3BC44-F336-420E-A2E9-BBA0DC6A3D72"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"24982":{"_Position":{"__isSmartRef__":true,"id":24983},"renderContextTable":{"__isSmartRef__":true,"id":24984},"_Extent":{"__isSmartRef__":true,"id":24985},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":24905},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":24891},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24983":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24984":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24985":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24986":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"24987":{"style":{"__isSmartRef__":true,"id":24988},"chunkOwner":{"__isSmartRef__":true,"id":24981},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk"},"24988":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"24989":{"morph":{"__isSmartRef__":true,"id":24981},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24990":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24991":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24992":{"_Position":{"__isSmartRef__":true,"id":24993},"renderContextTable":{"__isSmartRef__":true,"id":24994},"_Extent":{"__isSmartRef__":true,"id":24995},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":24996},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":24917},"_Fill":{"__isSmartRef__":true,"id":24918},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"24993":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24994":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"24995":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"24996":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"24997":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"24998":{"morph":{"__isSmartRef__":true,"id":24980},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"24999":{"x":503,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25000":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25001":{"stops":[{"__isSmartRef__":true,"id":25002},{"__isSmartRef__":true,"id":25004},{"__isSmartRef__":true,"id":25006},{"__isSmartRef__":true,"id":25008}],"vector":{"__isSmartRef__":true,"id":24927},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"25002":{"offset":0,"color":{"__isSmartRef__":true,"id":25003}},"25003":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25004":{"offset":0.4,"color":{"__isSmartRef__":true,"id":25005}},"25005":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25006":{"offset":0.6,"color":{"__isSmartRef__":true,"id":25007}},"25007":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25008":{"offset":1,"color":{"__isSmartRef__":true,"id":25009}},"25009":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25010":{"moveHorizontal":true},"25011":{"sourceObj":{"__isSmartRef__":true,"id":24980},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":24883},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":25012},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"25012":{"source":{"__isSmartRef__":true,"id":24980},"target":{"__isSmartRef__":true,"id":24883}},"25013":{"sourceObj":{"__isSmartRef__":true,"id":24980},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":24883},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":25014},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"25014":{"source":{"__isSmartRef__":true,"id":24980},"target":{"__isSmartRef__":true,"id":24883}},"25015":{"_Position":{"__isSmartRef__":true,"id":25016},"renderContextTable":{"__isSmartRef__":true,"id":25017},"_Extent":{"__isSmartRef__":true,"id":25018},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":25019},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":25020},"_Fill":{"__isSmartRef__":true,"id":25021},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25016":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25017":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25018":{"x":542,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25019":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25020":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25021":{"stops":[{"__isSmartRef__":true,"id":25022},{"__isSmartRef__":true,"id":25024}],"vector":{"__isSmartRef__":true,"id":25026},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"25022":{"offset":0,"color":{"__isSmartRef__":true,"id":25023}},"25023":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25024":{"offset":1,"color":{"__isSmartRef__":true,"id":25025}},"25025":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25026":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25027":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"25028":{"morph":{"__isSmartRef__":true,"id":24884},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25029":{"resizeWidth":true,"adjustForNewBounds":true},"25030":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25031":{"x":542,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25032":{"submorphs":[{"__isSmartRef__":true,"id":25033},{"__isSmartRef__":true,"id":25048},{"__isSmartRef__":true,"id":25063},{"__isSmartRef__":true,"id":25079},{"__isSmartRef__":true,"id":25095},{"__isSmartRef__":true,"id":25110},{"__isSmartRef__":true,"id":25126},{"__isSmartRef__":true,"id":25142},{"__isSmartRef__":true,"id":25225},{"__isSmartRef__":true,"id":25307},{"__isSmartRef__":true,"id":25322}],"scripts":[],"shape":{"__isSmartRef__":true,"id":25338},"id":"461A5166-EA5A-4071-8204-F81C9CDF321B","renderContextTable":{"__isSmartRef__":true,"id":25345},"eventHandler":{"__isSmartRef__":true,"id":25346},"droppingEnabled":true,"halosEnabled":true,"isLockOwner":false,"layout":{"__isSmartRef__":true,"id":25347},"attributeConnections":[],"ownerApp":{"__isSmartRef__":true,"id":25348},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Core","name":"PublishPartPanePane","doNotSerialize":[],"doNotCopyProperties":[],"priorExtent":{"__isSmartRef__":true,"id":25442},"isBeingDragged":false,"prevScroll":[0,0],"distanceToDragEvent":{"__isSmartRef__":true,"id":25443},"grabbingEnabled":false,"_Position":{"__isSmartRef__":true,"id":25444},"owner":{"__isSmartRef__":true,"id":24883},"target":{"__isSmartRef__":true,"id":24215},"derivationIds":[2888,"7CD647EF-2BB4-4CD9-9D3B-4EE7BC59ECC2","B983FB4F-9323-4304-9603-5615E93C6C42","E738FAD5-9C83-4390-B193-06C21B6E51B0"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":25445},"__LivelyClassName__":"lively.morphic.Box","withLayers":["Global.lively.morphic.GrabbingLayer"]},"25033":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":25034},"id":"6156EBD8-2E62-4453-989A-700F4942D43C","renderContextTable":{"__isSmartRef__":true,"id":25041},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":25042}],"eventHandler":{"__isSmartRef__":true,"id":25044},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":25045},"priorExtent":{"__isSmartRef__":true,"id":25046},"_MaxTextWidth":230,"_MinTextWidth":230,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"owner":{"__isSmartRef__":true,"id":25032},"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":25047},"previousSelection":[0,9],"priorSelectionRange":[0,9],"isLockOwner":false,"name":"NameText","isCopyMorphRef":true,"morphRefId":1,"derivationIds":[2889,"9A8B5C1C-95BB-40F5-B9EF-B89DD5451B64","C49BF160-BBBE-422E-BDDC-B9A98A72ABFF","42B7E940-3BB5-4B79-B5D8-E4C8E780FF3B"],"savedTextString":"CommitMessageTest1","_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"25034":{"_Position":{"__isSmartRef__":true,"id":25035},"renderContextTable":{"__isSmartRef__":true,"id":25036},"_Extent":{"__isSmartRef__":true,"id":25037},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":25038},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":25039},"_Fill":{"__isSmartRef__":true,"id":25040},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25035":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25036":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25037":{"x":240,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25038":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25039":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25040":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25041":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"25042":{"style":{"__isSmartRef__":true,"id":25043},"chunkOwner":{"__isSmartRef__":true,"id":25033},"storedString":"PublishPartDialog","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"25043":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"25044":{"morph":{"__isSmartRef__":true,"id":25033},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25045":{"x":10,"y":50,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25046":{"x":240,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25047":{"x":119,"y":-15,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25048":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":25049},"id":"C9FFCBD8-4010-468C-9C23-509AEF71C004","renderContextTable":{"__isSmartRef__":true,"id":25056},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":25057}],"eventHandler":{"__isSmartRef__":true,"id":25059},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":25060},"priorExtent":{"__isSmartRef__":true,"id":25061},"_MaxTextWidth":510,"_MinTextWidth":510,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"name":"CommitMessageText","owner":{"__isSmartRef__":true,"id":25032},"distanceToDragEvent":{"__isSmartRef__":true,"id":25062},"previousSelection":[0,15],"priorSelectionRange":[0,0],"charsReplaced":"CommitMessageTest1","lastFindLoc":18,"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2890,"40048B1D-9547-4EA6-AB66-31168A1C9FAE","8A0DE790-FA6C-41C9-BA2B-84397DA3F39E","DCFEEBC9-D891-408E-A103-19356A96070F"],"savedTextString":"","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"25049":{"_Position":{"__isSmartRef__":true,"id":25050},"renderContextTable":{"__isSmartRef__":true,"id":25051},"_Extent":{"__isSmartRef__":true,"id":25052},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":25053},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":25054},"_Fill":{"__isSmartRef__":true,"id":25055},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25050":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25051":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25052":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25053":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25054":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25055":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25056":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"25057":{"style":{"__isSmartRef__":true,"id":25058},"chunkOwner":{"__isSmartRef__":true,"id":25048},"storedString":"added show diff button","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"25058":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"25059":{"morph":{"__isSmartRef__":true,"id":25048},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25060":{"x":10,"y":260,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25061":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25062":{"x":351,"y":-17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25063":{"submorphs":[],"scripts":[],"id":"89A19B3F-2CFE-4987-9687-B117F7EAE6AD","shape":{"__isSmartRef__":true,"id":25064},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":25070},"_MaxTextWidth":114,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":25067},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text5","partsBinMetaInfo":{"__isSmartRef__":true,"id":25071},"textChunks":[{"__isSmartRef__":true,"id":25072}],"charsReplaced":"some text ","lastFindLoc":10,"priorSelectionRange":[0,4],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":25074},"renderContextTable":{"__isSmartRef__":true,"id":25075},"eventHandler":{"__isSmartRef__":true,"id":25076},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":25077},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","owner":{"__isSmartRef__":true,"id":25032},"_MinTextWidth":114,"_MinTextHeight":null,"previousSelection":[3,3],"distanceToDragEvent":{"__isSmartRef__":true,"id":25078},"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2891,"E101CA30-35F9-42F0-A46C-28671530C787","CE7E7640-C507-43BF-88EF-C4ACE8CCF564","F04823B9-5B0B-4CCA-B8F7-00BD8608ED16"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"25064":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":25065},"_Extent":{"__isSmartRef__":true,"id":25066},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":25067},"renderContextTable":{"__isSmartRef__":true,"id":25068},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":25069},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25065":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25066":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25067":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25068":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25069":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25070":{"x":10,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25071":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"25072":{"style":{"__isSmartRef__":true,"id":25073},"morph":{"__isSmartRef__":true,"id":25063},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":25063},"storedString":"name","__LivelyClassName__":"lively.morphic.TextChunk"},"25073":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"25074":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25075":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"25076":{"morph":{"__isSmartRef__":true,"id":25063},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25077":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25078":{"x":78,"y":-3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25079":{"submorphs":[],"scripts":[],"id":"D90E5F92-063B-4277-A16D-D954038B7F2E","shape":{"__isSmartRef__":true,"id":25080},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":25086},"_MaxTextWidth":250,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":25083},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text6","partsBinMetaInfo":{"__isSmartRef__":true,"id":25087},"textChunks":[{"__isSmartRef__":true,"id":25088}],"charsReplaced":"changes","lastFindLoc":7,"priorSelectionRange":[0,14],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":25090},"renderContextTable":{"__isSmartRef__":true,"id":25091},"eventHandler":{"__isSmartRef__":true,"id":25092},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":25093},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":250,"_MinTextHeight":null,"previousSelection":[0,14],"distanceToDragEvent":{"__isSmartRef__":true,"id":25094},"owner":{"__isSmartRef__":true,"id":25032},"isLockOwner":false,"derivationIds":[2892,"E5DC0070-3EA2-4212-9AA7-E3C865547E5E","809E256F-82F6-4A22-B614-DE8C08FA5970","272C0F9A-E7EF-4ECE-851D-08ACB35EA24D"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"25080":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":25081},"_Extent":{"__isSmartRef__":true,"id":25082},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":25083},"renderContextTable":{"__isSmartRef__":true,"id":25084},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":25085},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25081":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25082":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25083":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25084":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25085":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25086":{"x":10,"y":240,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25087":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"25088":{"style":{"__isSmartRef__":true,"id":25089},"morph":{"__isSmartRef__":true,"id":25079},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":25079},"storedString":"commit message","__LivelyClassName__":"lively.morphic.TextChunk"},"25089":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"25090":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25091":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"25092":{"morph":{"__isSmartRef__":true,"id":25079},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25093":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25094":{"x":174,"y":-21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25095":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":25096},"id":"286A4256-D2A8-4452-BCFC-F5DB7B0B1532","renderContextTable":{"__isSmartRef__":true,"id":25103},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":25104}],"eventHandler":{"__isSmartRef__":true,"id":25106},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":25107},"priorExtent":{"__isSmartRef__":true,"id":25108},"_MaxTextWidth":250,"_MinTextWidth":250,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"name":"CategoryText","owner":{"__isSmartRef__":true,"id":25032},"previousSelection":[0,14],"priorSelectionRange":[5,5],"charsReplaced":"CommitMessageTest1","lastFindLoc":18,"distanceToDragEvent":{"__isSmartRef__":true,"id":25109},"isLockOwner":false,"derivationIds":[2893,"FBE4B17F-DC2B-4783-899B-CF1B051F14D9","A2C45BC5-C44B-4AEA-A29E-ADE3DAF08638","640BD984-1AB2-45B8-BCEC-AB32A6199D68"],"savedTextString":"PartsBin/Basic","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"25096":{"_Position":{"__isSmartRef__":true,"id":25097},"renderContextTable":{"__isSmartRef__":true,"id":25098},"_Extent":{"__isSmartRef__":true,"id":25099},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":25100},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":25101},"_Fill":{"__isSmartRef__":true,"id":25102},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25097":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25098":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25099":{"x":260,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25100":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25101":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25102":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25103":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"25104":{"style":{"__isSmartRef__":true,"id":25105},"chunkOwner":{"__isSmartRef__":true,"id":25095},"storedString":"PartsBin/BP2012","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"25105":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"25106":{"morph":{"__isSmartRef__":true,"id":25095},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25107":{"x":270,"y":50,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25108":{"x":260,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25109":{"x":132,"y":-13,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25110":{"submorphs":[],"scripts":[],"id":"D5DB637F-F02B-4D39-BC91-6B85EB48C038","shape":{"__isSmartRef__":true,"id":25111},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":25117},"_MaxTextWidth":114,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":25114},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text7","partsBinMetaInfo":{"__isSmartRef__":true,"id":25118},"textChunks":[{"__isSmartRef__":true,"id":25119}],"charsReplaced":"name","lastFindLoc":4,"priorSelectionRange":[0,8],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":25121},"renderContextTable":{"__isSmartRef__":true,"id":25122},"eventHandler":{"__isSmartRef__":true,"id":25123},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":25124},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":114,"_MinTextHeight":null,"previousSelection":[2,2],"distanceToDragEvent":{"__isSmartRef__":true,"id":25125},"owner":{"__isSmartRef__":true,"id":25032},"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2894,"75F41AE1-CA7A-48D0-AE2C-7AAF6101B89C","CB87A9FB-0776-4109-BDE0-0E8C61F1626C","954BD4D6-BBF2-4D3C-94CA-21A38F66F449"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"25111":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":25112},"_Extent":{"__isSmartRef__":true,"id":25113},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":25114},"renderContextTable":{"__isSmartRef__":true,"id":25115},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":25116},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25112":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25113":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25114":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25115":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25116":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25117":{"x":270,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25118":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"25119":{"style":{"__isSmartRef__":true,"id":25120},"chunkOwner":{"__isSmartRef__":true,"id":25110},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"category","__LivelyClassName__":"lively.morphic.TextChunk"},"25120":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"25121":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25122":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"25123":{"morph":{"__isSmartRef__":true,"id":25110},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25124":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25125":{"x":87,"y":-11,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25126":{"submorphs":[],"scripts":[],"id":"92EDAC28-8529-4E2C-8493-4C0F5DD768C8","shape":{"__isSmartRef__":true,"id":25127},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":25133},"_MaxTextWidth":325,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":25130},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text8","partsBinMetaInfo":{"__isSmartRef__":true,"id":25134},"textChunks":[{"__isSmartRef__":true,"id":25135}],"charsReplaced":"Publish Object in PartsBin","lastFindLoc":26,"priorSelectionRange":[0,36],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":25137},"renderContextTable":{"__isSmartRef__":true,"id":25138},"eventHandler":{"__isSmartRef__":true,"id":25139},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":25140},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":325,"_MinTextHeight":null,"previousSelection":[0,36],"distanceToDragEvent":{"__isSmartRef__":true,"id":25141},"owner":{"__isSmartRef__":true,"id":25032},"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2895,"3AFBC971-95B4-48C4-888D-22FCBB742090","D0394F71-EBB2-452A-A71F-D172D5B1CAD6","79EDAC74-BD6B-42B1-BBBA-71B07578D1E0"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"25127":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":25128},"_Extent":{"__isSmartRef__":true,"id":25129},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":25130},"renderContextTable":{"__isSmartRef__":true,"id":25131},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":25132},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25128":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25129":{"x":325,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25130":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25131":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25132":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25133":{"x":10,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25134":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"25135":{"style":{"__isSmartRef__":true,"id":25136},"chunkOwner":{"__isSmartRef__":true,"id":25126},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Upload part to the shared repository","__LivelyClassName__":"lively.morphic.TextChunk"},"25136":{"italics":"normal","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"25137":{"x":325,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25138":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"25139":{"morph":{"__isSmartRef__":true,"id":25126},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25140":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25141":{"x":221,"y":-12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25142":{"submorphs":[{"__isSmartRef__":true,"id":25143}],"scripts":[],"id":"5309E281-CD42-4209-B7BF-FC500CF79EE5","shape":{"__isSmartRef__":true,"id":25158},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":25162},"lighterFill":{"__isSmartRef__":true,"id":25174},"label":{"__isSmartRef__":true,"id":25143},"name":"Button","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":25183},"attributeConnections":[{"__isSmartRef__":true,"id":25184}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":25220},"renderContextTable":{"__isSmartRef__":true,"id":25221},"eventHandler":{"__isSmartRef__":true,"id":25222},"distanceToDragEvent":{"__isSmartRef__":true,"id":25223},"_Position":{"__isSmartRef__":true,"id":25224},"owner":{"__isSmartRef__":true,"id":25032},"derivationIds":[2896,"40384C75-EF01-4AAD-AA1C-A7C19EDB6A0F","21376B8E-78CF-456D-87AA-4D62D86B16D2","E9336A59-C7BF-4C91-88B0-0D0477AA75AE"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Button"},"25143":{"submorphs":[],"scripts":[],"id":"F1FB7B9A-CC49-4C46-B299-0AD29366220B","shape":{"__isSmartRef__":true,"id":25144},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":25150},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":25151},"_Padding":{"__isSmartRef__":true,"id":25152},"owner":{"__isSmartRef__":true,"id":25142},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":25153},"textChunks":[{"__isSmartRef__":true,"id":25154}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":25156},"eventHandler":{"__isSmartRef__":true,"id":25157},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":101,"_MinTextHeight":null,"derivationIds":[2897,"92EB5E70-61BB-4A71-942C-A34A20789B2F","A9C9F9CF-1BAC-4074-A093-4EB0C3C90866","2FE50303-6361-4A70-9BD5-0D8D1C8B5176"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"25144":{"position":{"__isSmartRef__":true,"id":25145},"_Extent":{"__isSmartRef__":true,"id":25146},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":25147},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":25148},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":25149},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25145":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25146":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25147":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25148":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25149":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25150":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25151":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25152":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25153":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25154":{"style":{"__isSmartRef__":true,"id":25155},"chunkOwner":{"__isSmartRef__":true,"id":25143},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"cancel","__LivelyClassName__":"lively.morphic.TextChunk"},"25155":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"25156":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"25157":{"morph":{"__isSmartRef__":true,"id":25143},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25158":{"position":{"__isSmartRef__":true,"id":25159},"_Extent":{"__isSmartRef__":true,"id":25160},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":25161},"_Fill":{"__isSmartRef__":true,"id":25162},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":25172},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":25173},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25159":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25160":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25161":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25162":{"stops":[{"__isSmartRef__":true,"id":25163},{"__isSmartRef__":true,"id":25165},{"__isSmartRef__":true,"id":25167},{"__isSmartRef__":true,"id":25169}],"vector":{"__isSmartRef__":true,"id":25171},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"25163":{"offset":0,"color":{"__isSmartRef__":true,"id":25164}},"25164":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25165":{"offset":0.4,"color":{"__isSmartRef__":true,"id":25166}},"25166":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25167":{"offset":0.6,"color":{"__isSmartRef__":true,"id":25168}},"25168":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25169":{"offset":1,"color":{"__isSmartRef__":true,"id":25170}},"25170":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25171":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25172":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25173":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25174":{"stops":[{"__isSmartRef__":true,"id":25175},{"__isSmartRef__":true,"id":25177},{"__isSmartRef__":true,"id":25179},{"__isSmartRef__":true,"id":25181}],"vector":{"__isSmartRef__":true,"id":25171},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"25175":{"offset":0,"color":{"__isSmartRef__":true,"id":25176}},"25176":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25177":{"offset":0.4,"color":{"__isSmartRef__":true,"id":25178}},"25178":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25179":{"offset":0.6,"color":{"__isSmartRef__":true,"id":25180}},"25180":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25181":{"offset":1,"color":{"__isSmartRef__":true,"id":25182}},"25182":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25183":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"25184":{"sourceObj":{"__isSmartRef__":true,"id":25142},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":25032},"targetMethodName":"onCancel","visualConnector":{"__isSmartRef__":true,"id":25185},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"25185":{"submorphs":[{"__isSmartRef__":true,"id":25186}],"scripts":[],"shape":{"__isSmartRef__":true,"id":25201},"id":352,"renderContextTable":{"__isSmartRef__":true,"id":25208},"eventHandler":{"__isSmartRef__":true,"id":25209},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":25210},{"__isSmartRef__":true,"id":25211}],"con":{"__isSmartRef__":true,"id":25184},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":25212},"__LivelyClassName__":"lively.morphic.Path"},"25186":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":25187},"id":353,"renderContextTable":{"__isSmartRef__":true,"id":25198},"eventHandler":{"__isSmartRef__":true,"id":25199},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":25200},"owner":{"__isSmartRef__":true,"id":25185},"_Rotation":-2.716760490670451,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"25187":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":25188},{"__isSmartRef__":true,"id":25189},{"__isSmartRef__":true,"id":25190},{"__isSmartRef__":true,"id":25191}],"renderContextTable":{"__isSmartRef__":true,"id":25192},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":25193},"_Extent":{"__isSmartRef__":true,"id":25194},"_Padding":{"__isSmartRef__":true,"id":25195},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":25196},"_Fill":{"__isSmartRef__":true,"id":25197},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"25188":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"25189":{"isAbsolute":true,"x":0,"y":12,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"25190":{"isAbsolute":true,"x":16,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"25191":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"25192":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"25193":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25194":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25195":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25196":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25197":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25198":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"25199":{"morph":{"__isSmartRef__":true,"id":25186},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25200":{"x":0.5,"y":0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25201":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":25202},{"__isSmartRef__":true,"id":25203}],"renderContextTable":{"__isSmartRef__":true,"id":25204},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":25205},"_Extent":{"__isSmartRef__":true,"id":25206},"_Padding":{"__isSmartRef__":true,"id":25207},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":25196},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"25202":{"isAbsolute":true,"x":420,"y":190,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"25203":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"25204":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"25205":{"x":-0.5,"y":-0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25206":{"x":421,"y":191,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25207":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25208":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"25209":{"morph":{"__isSmartRef__":true,"id":25185},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25210":{"morph":{"__isSmartRef__":true,"id":25185},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"25211":{"morph":{"__isSmartRef__":true,"id":25185},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":25186},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"25212":{"morphMenuItems":{"__isSmartRef__":true,"id":25213}},"25213":{"varMapping":{"__isSmartRef__":true,"id":25214},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":25219},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"25214":{"this":{"__isSmartRef__":true,"id":25185},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":25215}},"25215":{"$super":{"__isSmartRef__":true,"id":25216}},"25216":{"varMapping":{"__isSmartRef__":true,"id":25217},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":25218},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"25217":{"obj":{"__isSmartRef__":true,"id":25185},"name":"morphMenuItems"},"25218":{},"25219":{},"25220":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25221":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"25222":{"morph":{"__isSmartRef__":true,"id":25142},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25223":{"x":77,"y":-5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25224":{"x":420,"y":390,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25225":{"submorphs":[{"__isSmartRef__":true,"id":25226}],"scripts":[],"id":"B9EC3206-D7B9-449B-8F4A-CF729A3DDF9A","shape":{"__isSmartRef__":true,"id":25241},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":25245},"lighterFill":{"__isSmartRef__":true,"id":25257},"label":{"__isSmartRef__":true,"id":25226},"name":"Button1","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":25266},"attributeConnections":[{"__isSmartRef__":true,"id":25267}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":25302},"renderContextTable":{"__isSmartRef__":true,"id":25303},"eventHandler":{"__isSmartRef__":true,"id":25304},"distanceToDragEvent":{"__isSmartRef__":true,"id":25305},"_Position":{"__isSmartRef__":true,"id":25306},"owner":{"__isSmartRef__":true,"id":25032},"derivationIds":[2898,"9D27A522-4E3D-482F-97CF-3CA3247A3999","4EBF07AD-25C0-4034-BC06-31F137F70FA1","DC6D6B8E-37AE-4815-A81A-AC7071124A26"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Button"},"25226":{"submorphs":[],"scripts":[],"id":"2A7260B8-72C4-410C-BBE2-0A88FB134782","shape":{"__isSmartRef__":true,"id":25227},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":25233},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":25234},"_Padding":{"__isSmartRef__":true,"id":25235},"owner":{"__isSmartRef__":true,"id":25225},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":25236},"textChunks":[{"__isSmartRef__":true,"id":25237}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":25239},"eventHandler":{"__isSmartRef__":true,"id":25240},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":101,"_MinTextHeight":null,"derivationIds":[2899,"4F00D1F5-B85C-479E-BDDE-322DF2F432A3","5E7BC7AC-9EF9-4CF5-9196-A542A26534CA","46616896-CA46-4B43-B694-9FB001B32989"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"25227":{"position":{"__isSmartRef__":true,"id":25228},"_Extent":{"__isSmartRef__":true,"id":25229},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":25230},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":25231},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":25232},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25228":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25229":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25230":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25231":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25232":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25233":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25234":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25235":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25236":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25237":{"style":{"__isSmartRef__":true,"id":25238},"chunkOwner":{"__isSmartRef__":true,"id":25226},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"publish","__LivelyClassName__":"lively.morphic.TextChunk"},"25238":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"25239":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"25240":{"morph":{"__isSmartRef__":true,"id":25226},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25241":{"position":{"__isSmartRef__":true,"id":25242},"_Extent":{"__isSmartRef__":true,"id":25243},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":25244},"_Fill":{"__isSmartRef__":true,"id":25245},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":25255},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":25256},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25242":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25243":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25244":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25245":{"stops":[{"__isSmartRef__":true,"id":25246},{"__isSmartRef__":true,"id":25248},{"__isSmartRef__":true,"id":25250},{"__isSmartRef__":true,"id":25252}],"vector":{"__isSmartRef__":true,"id":25254},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"25246":{"offset":0,"color":{"__isSmartRef__":true,"id":25247}},"25247":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25248":{"offset":0.4,"color":{"__isSmartRef__":true,"id":25249}},"25249":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25250":{"offset":0.6,"color":{"__isSmartRef__":true,"id":25251}},"25251":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25252":{"offset":1,"color":{"__isSmartRef__":true,"id":25253}},"25253":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25254":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25255":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25256":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25257":{"stops":[{"__isSmartRef__":true,"id":25258},{"__isSmartRef__":true,"id":25260},{"__isSmartRef__":true,"id":25262},{"__isSmartRef__":true,"id":25264}],"vector":{"__isSmartRef__":true,"id":25254},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"25258":{"offset":0,"color":{"__isSmartRef__":true,"id":25259}},"25259":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25260":{"offset":0.4,"color":{"__isSmartRef__":true,"id":25261}},"25261":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25262":{"offset":0.6,"color":{"__isSmartRef__":true,"id":25263}},"25263":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25264":{"offset":1,"color":{"__isSmartRef__":true,"id":25265}},"25265":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25266":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"25267":{"sourceObj":{"__isSmartRef__":true,"id":25225},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":25032},"targetMethodName":"onPublish","visualConnector":{"__isSmartRef__":true,"id":25268},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"25268":{"submorphs":[{"__isSmartRef__":true,"id":25269}],"scripts":[],"shape":{"__isSmartRef__":true,"id":25283},"id":139,"renderContextTable":{"__isSmartRef__":true,"id":25290},"eventHandler":{"__isSmartRef__":true,"id":25291},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":25292},{"__isSmartRef__":true,"id":25293}],"con":{"__isSmartRef__":true,"id":25267},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":25294},"__LivelyClassName__":"lively.morphic.Path"},"25269":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":25270},"id":140,"renderContextTable":{"__isSmartRef__":true,"id":25280},"eventHandler":{"__isSmartRef__":true,"id":25281},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":25282},"owner":{"__isSmartRef__":true,"id":25268},"_Rotation":-2.5917394709132084,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"25270":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":25271},{"__isSmartRef__":true,"id":25272},{"__isSmartRef__":true,"id":25273},{"__isSmartRef__":true,"id":25274}],"renderContextTable":{"__isSmartRef__":true,"id":25275},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":25276},"_Extent":{"__isSmartRef__":true,"id":25277},"_Padding":{"__isSmartRef__":true,"id":25278},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":25196},"_Fill":{"__isSmartRef__":true,"id":25279},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"25271":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"25272":{"isAbsolute":true,"x":0,"y":12,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"25273":{"isAbsolute":true,"x":16,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"25274":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"25275":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"25276":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25277":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25278":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25279":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25280":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"25281":{"morph":{"__isSmartRef__":true,"id":25269},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25282":{"x":0.5,"y":0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25283":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":25284},{"__isSmartRef__":true,"id":25285}],"renderContextTable":{"__isSmartRef__":true,"id":25286},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":25287},"_Extent":{"__isSmartRef__":true,"id":25288},"_Padding":{"__isSmartRef__":true,"id":25289},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":25196},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"25284":{"isAbsolute":true,"x":310,"y":190,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"25285":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"25286":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"25287":{"x":-0.5,"y":-0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25288":{"x":311,"y":191,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25289":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25290":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"25291":{"morph":{"__isSmartRef__":true,"id":25268},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25292":{"morph":{"__isSmartRef__":true,"id":25268},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"25293":{"morph":{"__isSmartRef__":true,"id":25268},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":25269},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"25294":{"morphMenuItems":{"__isSmartRef__":true,"id":25295}},"25295":{"varMapping":{"__isSmartRef__":true,"id":25296},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":25301},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"25296":{"this":{"__isSmartRef__":true,"id":25268},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":25297}},"25297":{"$super":{"__isSmartRef__":true,"id":25298}},"25298":{"varMapping":{"__isSmartRef__":true,"id":25299},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":25300},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"25299":{"obj":{"__isSmartRef__":true,"id":25268},"name":"morphMenuItems"},"25300":{},"25301":{},"25302":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25303":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"25304":{"morph":{"__isSmartRef__":true,"id":25225},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25305":{"x":62,"y":-12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25306":{"x":310,"y":390,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25307":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":25308},"id":"9599DEAE-8C83-4E01-B62C-31FBF096F9F7","renderContextTable":{"__isSmartRef__":true,"id":25315},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":25316}],"eventHandler":{"__isSmartRef__":true,"id":25318},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":25319},"priorExtent":{"__isSmartRef__":true,"id":25320},"_MaxTextWidth":510,"_MinTextWidth":510,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"name":"CommentText","distanceToDragEvent":{"__isSmartRef__":true,"id":25321},"previousSelection":[139,139],"priorSelectionRange":[9,9],"charsReplaced":"CommitMessageTest1","lastFindLoc":18,"isLockOwner":false,"isBeingDragged":false,"owner":{"__isSmartRef__":true,"id":25032},"derivationIds":[2900,"7E82C349-9FC9-48B5-B84C-30E99FC40DF2","A07EAFD3-B03B-4E4C-BC72-FB29F65F543A","888FB55C-0365-4B40-A9B4-33FD19FA1E91"],"savedTextString":"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"25308":{"_Position":{"__isSmartRef__":true,"id":25309},"renderContextTable":{"__isSmartRef__":true,"id":25310},"_Extent":{"__isSmartRef__":true,"id":25311},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":25312},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":25313},"_Fill":{"__isSmartRef__":true,"id":25314},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25309":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25310":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25311":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25312":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25313":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25314":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25315":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"25316":{"style":{"__isSmartRef__":true,"id":25317},"chunkOwner":{"__isSmartRef__":true,"id":25307},"storedString":"A dialog for publishing parts in the PartsBin.","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"25317":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"25318":{"morph":{"__isSmartRef__":true,"id":25307},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25319":{"x":10,"y":110,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25320":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25321":{"x":346,"y":-16,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25322":{"submorphs":[],"scripts":[],"id":"EB6781AB-CAE4-4644-A06C-CF1C02510F35","shape":{"__isSmartRef__":true,"id":25323},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":25329},"_MaxTextWidth":250,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":25326},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text9","partsBinMetaInfo":{"__isSmartRef__":true,"id":25330},"textChunks":[{"__isSmartRef__":true,"id":25331}],"charsReplaced":"commit message","lastFindLoc":14,"priorSelectionRange":[0,14],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":25333},"renderContextTable":{"__isSmartRef__":true,"id":25334},"eventHandler":{"__isSmartRef__":true,"id":25335},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":25336},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":250,"_MinTextHeight":null,"previousSelection":[0,6],"distanceToDragEvent":{"__isSmartRef__":true,"id":25337},"isLockOwner":false,"owner":{"__isSmartRef__":true,"id":25032},"derivationIds":[2901,"8E267E15-1052-4F9C-B863-B733384EF1DA","851C46B4-347F-4AE4-9C04-C321E7CC8EA5","D33CE057-77D6-4CCC-90F9-867C622B3572"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"25323":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":25324},"_Extent":{"__isSmartRef__":true,"id":25325},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":25326},"renderContextTable":{"__isSmartRef__":true,"id":25327},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":25328},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25324":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25325":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25326":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25327":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25328":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25329":{"x":10,"y":90,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25330":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"25331":{"style":{"__isSmartRef__":true,"id":25332},"morph":{"__isSmartRef__":true,"id":25322},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":25322},"storedString":"comment","__LivelyClassName__":"lively.morphic.TextChunk"},"25332":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"25333":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25334":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"25335":{"morph":{"__isSmartRef__":true,"id":25322},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25336":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25337":{"x":163,"y":-17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25338":{"_Position":{"__isSmartRef__":true,"id":25339},"renderContextTable":{"__isSmartRef__":true,"id":25340},"_Extent":{"__isSmartRef__":true,"id":25341},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":25342},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":25343},"_Fill":{"__isSmartRef__":true,"id":25344},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25339":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25340":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25341":{"x":540,"y":420,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25342":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25343":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25344":{"r":0.8235294117647058,"g":0.8235294117647058,"b":0.8235294117647058,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25345":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"25346":{"morph":{"__isSmartRef__":true,"id":25032},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25347":{"adjustForNewBounds":true,"resizeWidth":true,"resizeHeight":true},"25348":{"message":"Please enter a name for the part","attributeConnections":[{"__isSmartRef__":true,"id":25349}],"doNotSerialize":["$$result"],"doNotCopyProperties":["$$result"],"defaultInput":"CommitMessageTest1","panel":{"__isSmartRef__":true,"id":25032},"label":{"__isSmartRef__":true,"id":25350},"cancelButton":{"__isSmartRef__":true,"id":25362},"okButton":{"__isSmartRef__":true,"id":25408},"inputText":{"__isSmartRef__":true,"id":25033},"view":{"__isSmartRef__":true,"id":25032},"__SourceModuleName__":"Global.lively.morphic.Widgets","result":"CommitMessageTest1","__LivelyClassName__":"lively.morphic.PromptDialog"},"25349":{"sourceObj":{"__isSmartRef__":true,"id":25348},"sourceAttrName":"result","targetObj":{"__isSmartRef__":true,"id":25348},"targetMethodName":"triggerCallback","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"25350":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":25351},"id":3220,"renderContextTable":{"__isSmartRef__":true,"id":25356},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":25357}],"eventHandler":{"__isSmartRef__":true,"id":25359},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":false,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":25360},"priorExtent":{"__isSmartRef__":true,"id":25361},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":null,"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"isCopyMorphRef":true,"morphRefId":1,"__LivelyClassName__":"lively.morphic.Text"},"25351":{"_Position":{"__isSmartRef__":true,"id":25352},"renderContextTable":{"__isSmartRef__":true,"id":25353},"_Extent":{"__isSmartRef__":true,"id":25354},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":25038},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":25039},"_Fill":{"__isSmartRef__":true,"id":25355},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25352":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25353":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25354":{"x":226,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25355":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25356":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"25357":{"style":{"__isSmartRef__":true,"id":25358},"chunkOwner":{"__isSmartRef__":true,"id":25350},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"25358":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"25359":{"morph":{"__isSmartRef__":true,"id":25350},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25360":{"x":4,"y":4,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25361":{"x":226,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25362":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":25363},"id":6793,"renderContextTable":{"__isSmartRef__":true,"id":25379},"eventHandler":{"__isSmartRef__":true,"id":25380},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":25381},"priorExtent":{"__isSmartRef__":true,"id":25382},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":25369},"lighterFill":{"__isSmartRef__":true,"id":25383},"label":{"__isSmartRef__":true,"id":25392},"layout":{"__isSmartRef__":true,"id":25404},"owner":null,"attributeConnections":[{"__isSmartRef__":true,"id":25405},{"__isSmartRef__":true,"id":25406}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","isCopyMorphRef":true,"morphRefId":1,"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Button"},"25363":{"_Position":{"__isSmartRef__":true,"id":25364},"renderContextTable":{"__isSmartRef__":true,"id":25365},"_Extent":{"__isSmartRef__":true,"id":25366},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":25367},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":25368},"_Fill":{"__isSmartRef__":true,"id":25369},"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25364":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25365":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25366":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25367":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25368":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25369":{"stops":[{"__isSmartRef__":true,"id":25370},{"__isSmartRef__":true,"id":25372},{"__isSmartRef__":true,"id":25374},{"__isSmartRef__":true,"id":25376}],"vector":{"__isSmartRef__":true,"id":25378},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"25370":{"offset":0,"color":{"__isSmartRef__":true,"id":25371}},"25371":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25372":{"offset":0.4,"color":{"__isSmartRef__":true,"id":25373}},"25373":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25374":{"offset":0.6,"color":{"__isSmartRef__":true,"id":25375}},"25375":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25376":{"offset":1,"color":{"__isSmartRef__":true,"id":25377}},"25377":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25378":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25379":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"25380":{"morph":{"__isSmartRef__":true,"id":25362},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25381":{"x":478,"y":187,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25382":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25383":{"stops":[{"__isSmartRef__":true,"id":25384},{"__isSmartRef__":true,"id":25386},{"__isSmartRef__":true,"id":25388},{"__isSmartRef__":true,"id":25390}],"vector":{"__isSmartRef__":true,"id":25378},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"25384":{"offset":0,"color":{"__isSmartRef__":true,"id":25385}},"25385":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25386":{"offset":0.4,"color":{"__isSmartRef__":true,"id":25387}},"25387":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25388":{"offset":0.6,"color":{"__isSmartRef__":true,"id":25389}},"25389":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25390":{"offset":1,"color":{"__isSmartRef__":true,"id":25391}},"25391":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25392":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":25393},"id":6794,"renderContextTable":{"__isSmartRef__":true,"id":25398},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":25399}],"eventHandler":{"__isSmartRef__":true,"id":25401},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":25402},"priorExtent":{"__isSmartRef__":true,"id":25403},"_MaxTextWidth":60,"_MinTextWidth":60,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":null,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Text"},"25393":{"_Position":{"__isSmartRef__":true,"id":25394},"renderContextTable":{"__isSmartRef__":true,"id":25395},"_Extent":{"__isSmartRef__":true,"id":25396},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":25397},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":25039},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25394":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25395":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25396":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25397":{"x":0,"y":6,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25398":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"25399":{"style":{"__isSmartRef__":true,"id":25400},"chunkOwner":{"__isSmartRef__":true,"id":25392},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"25400":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"25401":{"morph":{"__isSmartRef__":true,"id":25392},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25402":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25403":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25404":{"moveVertical":true,"moveHorizontal":true},"25405":{"sourceObj":{"__isSmartRef__":true,"id":25362},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":25348},"targetMethodName":"removeTopLevel","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"25406":{"sourceObj":{"__isSmartRef__":true,"id":25362},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":25348},"targetMethodName":"result","converter":null,"converterString":"function () { return null }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":25407},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"25407":{"source":{"__isSmartRef__":true,"id":25362},"target":{"__isSmartRef__":true,"id":25348}},"25408":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":25409},"id":6795,"renderContextTable":{"__isSmartRef__":true,"id":25414},"eventHandler":{"__isSmartRef__":true,"id":25415},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":25416},"priorExtent":{"__isSmartRef__":true,"id":25417},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":25369},"lighterFill":{"__isSmartRef__":true,"id":25418},"label":{"__isSmartRef__":true,"id":25427},"layout":{"__isSmartRef__":true,"id":25439},"owner":null,"attributeConnections":[{"__isSmartRef__":true,"id":25440},{"__isSmartRef__":true,"id":25441}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","isCopyMorphRef":true,"morphRefId":2,"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Button"},"25409":{"_Position":{"__isSmartRef__":true,"id":25410},"renderContextTable":{"__isSmartRef__":true,"id":25411},"_Extent":{"__isSmartRef__":true,"id":25412},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":25413},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":25368},"_Fill":{"__isSmartRef__":true,"id":25369},"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25410":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25411":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25412":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25413":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25414":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"25415":{"morph":{"__isSmartRef__":true,"id":25408},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25416":{"x":414,"y":187,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25417":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25418":{"stops":[{"__isSmartRef__":true,"id":25419},{"__isSmartRef__":true,"id":25421},{"__isSmartRef__":true,"id":25423},{"__isSmartRef__":true,"id":25425}],"vector":{"__isSmartRef__":true,"id":25378},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"25419":{"offset":0,"color":{"__isSmartRef__":true,"id":25420}},"25420":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25421":{"offset":0.4,"color":{"__isSmartRef__":true,"id":25422}},"25422":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25423":{"offset":0.6,"color":{"__isSmartRef__":true,"id":25424}},"25424":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25425":{"offset":1,"color":{"__isSmartRef__":true,"id":25426}},"25426":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25427":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":25428},"id":6796,"renderContextTable":{"__isSmartRef__":true,"id":25433},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":25434}],"eventHandler":{"__isSmartRef__":true,"id":25436},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":25437},"priorExtent":{"__isSmartRef__":true,"id":25438},"_MaxTextWidth":60,"_MinTextWidth":60,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":null,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Text"},"25428":{"_Position":{"__isSmartRef__":true,"id":25429},"renderContextTable":{"__isSmartRef__":true,"id":25430},"_Extent":{"__isSmartRef__":true,"id":25431},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":25432},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":25039},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25429":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25430":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25431":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25432":{"x":0,"y":6,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25433":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"25434":{"style":{"__isSmartRef__":true,"id":25435},"chunkOwner":{"__isSmartRef__":true,"id":25427},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"25435":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"25436":{"morph":{"__isSmartRef__":true,"id":25427},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25437":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25438":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25439":{"moveVertical":true,"moveHorizontal":true},"25440":{"sourceObj":{"__isSmartRef__":true,"id":25408},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":25348},"targetMethodName":"removeTopLevel","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"25441":{"sourceObj":{"__isSmartRef__":true,"id":25408},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":25033},"targetMethodName":"doSave","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"25442":{"x":540,"y":420,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25443":{"x":365,"y":-16,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25444":{"x":0,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25445":{"copyToPartsBin":{"__isSmartRef__":true,"id":25446},"onPublish":{"__isSmartRef__":true,"id":25454},"onCancel":{"__isSmartRef__":true,"id":25458},"setTarget":{"__isSmartRef__":true,"id":25462},"reset":{"__isSmartRef__":true,"id":25466}},"25446":{"varMapping":{"__isSmartRef__":true,"id":25447},"source":"function copyToPartsBin(morph) {\n var name = this.get('NameText').textString\n\n var info = morph.getPartsBinMetaInfo();\n morph.setName(name);\n\n info.partsSpaceName = this.get('CategoryText').textString\n info.comment = this.get('CommentText').textString\n\n if (! info.changes) info.changes = [];\n var change = { \n date: new Date(), \n author: this.world().getUserName(), \n message: this.get('CommitMessageText').textString,\n id: Strings.newUUID()\n }\n info.changes.push(change) \n\n morph.copyToPartsBin();\n}","funcProperties":{"__isSmartRef__":true,"id":25452},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"25447":{"this":{"__isSmartRef__":true,"id":25032},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":25448}},"25448":{"$super":{"__isSmartRef__":true,"id":25449}},"25449":{"varMapping":{"__isSmartRef__":true,"id":25450},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":25451},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"25450":{"obj":{"__isSmartRef__":true,"id":25032},"name":"copyToPartsBin"},"25451":{},"25452":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":25453}},"25453":{"isSerializedDate":true,"string":"Fri Oct 28 2011 15:13:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"25454":{"varMapping":{"__isSmartRef__":true,"id":25455},"source":"function onPublish() {\n if (!this.target) alert(\"No target to upload\");\n this.copyToPartsBin(this.target);\n connect(this.target, 'headRevision', this.owner, 'remove')\n}","funcProperties":{"__isSmartRef__":true,"id":25456},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"25455":{"this":{"__isSmartRef__":true,"id":25032}},"25456":{"timestamp":{"__isSmartRef__":true,"id":25457},"user":"undefined","tags":[]},"25457":{"isSerializedDate":true,"string":"Tue Mar 20 2012 12:59:48 GMT+0100 (Mitteleuropäische Zeit)"},"25458":{"varMapping":{"__isSmartRef__":true,"id":25459},"source":"function onCancel() {\n alertOK(\"cancel upload \") \n this.owner.remove()\n}","funcProperties":{"__isSmartRef__":true,"id":25460},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"25459":{"this":{"__isSmartRef__":true,"id":25032}},"25460":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":25461}},"25461":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:52:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"25462":{"varMapping":{"__isSmartRef__":true,"id":25463},"source":"function setTarget(morph) {\n this.target = morph \n if (!morph) {\n this.get('NameText').textString = '';\n this.get('CategoryText').textString = '';\n this.get('CommentText').textString = ''; \n this.get('CommitMessageText').textString = '' \n return\n }\n var info = this.target.getPartsBinMetaInfo();\n this.get('NameText').textString = info.partName || morph.getName();\n this.get('CategoryText').textString = info.partsSpaceName;\n this.get('CommentText').textString = info.comment; \n this.get('CommitMessageText').textString = '' \n\n}","funcProperties":{"__isSmartRef__":true,"id":25464},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"25463":{"this":{"__isSmartRef__":true,"id":25032}},"25464":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":25465}},"25465":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:46:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"25466":{"varMapping":{"__isSmartRef__":true,"id":25467},"source":"function reset() {\n this.setTarget(null)\n \n}","funcProperties":{"__isSmartRef__":true,"id":25468},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"25467":{"this":{"__isSmartRef__":true,"id":25032}},"25468":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":25469}},"25469":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:45:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"25470":{"renderContextTable":{"__isSmartRef__":true,"id":25471},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":25472},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":25473},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25471":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25472":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25473":{"x":542,"y":242,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25474":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"25475":{"morph":{"__isSmartRef__":true,"id":24883},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25476":{"adjustForNewBounds":true},"25477":{"x":542,"y":242,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25478":{"x":0,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25479":{"x":463,"y":297,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25480":{"partName":"PublishPartDialog","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/BP2012","__SourceModuleName__":"Global.lively.PartsBin","comment":"A dialog for publishing parts in the PartsBin.","changes":[{"__isSmartRef__":true,"id":25481},{"__isSmartRef__":true,"id":25483},{"__isSmartRef__":true,"id":25485},{"__isSmartRef__":true,"id":25487},{"__isSmartRef__":true,"id":25489},{"__isSmartRef__":true,"id":25491},{"__isSmartRef__":true,"id":25493}],"revisionOnLoad":146804,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"25481":{"date":{"__isSmartRef__":true,"id":25482},"author":"undefined","message":"init for change - don't remove on click","id":"00A6DFFB-70D2-44A4-B5F9-0778E1CA5724"},"25482":{"isSerializedDate":true,"string":"Tue Mar 20 2012 12:04:27 GMT+0100 (Mitteleuropäische Zeit)"},"25483":{"date":{"__isSmartRef__":true,"id":25484},"author":"jenslincke","message":"- fixed issue 283 (Reproduction: Open part, select publish from menu, focus part name input field in dialog, press enter.-> window pane disappears; window decoration stays; part is not published)","id":"1A260BD5-E668-4BD4-B7A2-94E087AB4CE1"},"25484":{"isSerializedDate":true,"string":"Thu Jan 26 2012 12:10:41 GMT+0100 (Mitteleuropäische Zeit)"},"25485":{"date":{"__isSmartRef__":true,"id":25486},"author":"jenslincke","message":""},"25486":{"isSerializedDate":true,"string":"Fri Oct 28 2011 16:06:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"25487":{"date":{"__isSmartRef__":true,"id":25488},"author":"jenslincke","message":"store an uuid when publishing an object"},"25488":{"isSerializedDate":true,"string":"Fri Oct 28 2011 15:15:02 GMT+0200 (Mitteleuropäische Sommerzeit)"},"25489":{"date":{"__isSmartRef__":true,"id":25490},"author":"jenslincke","message":""},"25490":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:52:26 GMT+0200 (Mitteleuropäische Sommerzeit)"},"25491":{"date":{"__isSmartRef__":true,"id":25492},"author":"jenslincke","message":"first commit of Publish dialog using the publish dialog itself!"},"25492":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:54:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"25493":{"date":{"__isSmartRef__":true,"id":25494},"author":"undefined","message":"","id":"A5F4EACF-EF62-483F-B8B3-65966A895FA4"},"25494":{"isSerializedDate":true,"string":"Tue Mar 20 2012 13:00:03 GMT+0100 (Mitteleuropäische Zeit)"},"25495":{"x":746.5,"y":281,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25496":{"sourceObj":{"__isSmartRef__":true,"id":24215},"sourceAttrName":"headRevision","targetObj":{"__isSmartRef__":true,"id":25497},"targetMethodName":"remove","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"25497":{"submorphs":[{"__isSmartRef__":true,"id":25498},{"__isSmartRef__":true,"id":25645}],"scripts":[],"shape":{"__isSmartRef__":true,"id":26135},"id":"114E0CC6-1010-4E71-9A76-55D8416C4D9B","renderContextTable":{"__isSmartRef__":true,"id":26139},"eventHandler":{"__isSmartRef__":true,"id":26140},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":26141},"LK2":true,"priorExtent":{"__isSmartRef__":true,"id":26142},"targetMorph":{"__isSmartRef__":true,"id":25645},"titleBar":{"__isSmartRef__":true,"id":25498},"contentOffset":{"__isSmartRef__":true,"id":26143},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"highlighted":true,"prevDragPos":{"__isSmartRef__":true,"id":26144},"isBeingDragged":false,"showsHalos":false,"name":"PublishPartDialog1","partsBinMetaInfo":{"__isSmartRef__":true,"id":26145},"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"_Position":{"__isSmartRef__":true,"id":26160},"isCopyMorphRef":true,"morphRefId":12,"derivationIds":[2879,"91414FD8-3775-435F-96A6-39E0CB891CD7","9CB574CD-94E3-465A-B85C-91F97E070BC3","C9D390C2-399F-44AF-A316-A4A117E5F7B6","0A0B9181-A04D-441B-944F-585ED335E81B"],"moved":true,"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"25498":{"submorphs":[{"__isSmartRef__":true,"id":25499},{"__isSmartRef__":true,"id":25513},{"__isSmartRef__":true,"id":25560},{"__isSmartRef__":true,"id":25594}],"scripts":[],"shape":{"__isSmartRef__":true,"id":25629},"id":"AC4318FD-EA67-46A2-9D28-CC5E408627C3","renderContextTable":{"__isSmartRef__":true,"id":25640},"eventHandler":{"__isSmartRef__":true,"id":25641},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":25642},"_Position":{"__isSmartRef__":true,"id":25643},"windowMorph":{"__isSmartRef__":true,"id":25497},"label":{"__isSmartRef__":true,"id":25499},"closeButton":{"__isSmartRef__":true,"id":25513},"menuButton":{"__isSmartRef__":true,"id":25560},"collapseButton":{"__isSmartRef__":true,"id":25594},"priorExtent":{"__isSmartRef__":true,"id":25644},"owner":{"__isSmartRef__":true,"id":25497},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2880,"108B5871-F6C8-4442-82D1-F8776D2C85A2","503529CB-0F23-4456-8597-CD5E86CF03F0","4FB4914E-E245-4D67-BE3B-63091E2C8C95","B69B0DCD-8CC6-4A06-B738-A12B5269CD7D"],"_Scale":1,"__LivelyClassName__":"lively.morphic.TitleBar"},"25499":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":25500},"id":"D77F5C35-DE97-4172-BF2F-8D1ACED89AC7","renderContextTable":{"__isSmartRef__":true,"id":25506},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":25507}],"eventHandler":{"__isSmartRef__":true,"id":25509},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":25510},"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":25498},"priorExtent":{"__isSmartRef__":true,"id":25511},"_MaxTextWidth":483,"_MinTextWidth":483,"_MaxTextHeight":null,"_MinTextHeight":null,"_Position":{"__isSmartRef__":true,"id":25512},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2881,"A06A709C-AD42-48D0-A66A-9C21EA4F4E66","EE1A345D-476E-4E22-BE89-E59A0C11001B","90634CE5-77D0-4064-961C-4CBADE59C6F8","C26670E3-5765-406B-972F-888FD1EAF967"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"25500":{"_Position":{"__isSmartRef__":true,"id":25501},"renderContextTable":{"__isSmartRef__":true,"id":25502},"_Extent":{"__isSmartRef__":true,"id":25503},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":25504},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":25505},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25501":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25502":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25503":{"x":483,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25504":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25505":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25506":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"25507":{"style":{"__isSmartRef__":true,"id":25508},"chunkOwner":{"__isSmartRef__":true,"id":25499},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Publish in PartsBin","__LivelyClassName__":"lively.morphic.TextChunk"},"25508":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"25509":{"morph":{"__isSmartRef__":true,"id":25499},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25510":{"resizeWidth":true},"25511":{"x":483,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25512":{"x":20,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25513":{"submorphs":[{"__isSmartRef__":true,"id":25514}],"scripts":[],"shape":{"__isSmartRef__":true,"id":25526},"id":"1B450A88-DDF9-425D-83CA-EDD701DCC323","renderContextTable":{"__isSmartRef__":true,"id":25542},"eventHandler":{"__isSmartRef__":true,"id":25543},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":25544},"priorExtent":{"__isSmartRef__":true,"id":25545},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":25532},"lighterFill":{"__isSmartRef__":true,"id":25546},"label":{"__isSmartRef__":true,"id":25514},"owner":{"__isSmartRef__":true,"id":25498},"layout":{"__isSmartRef__":true,"id":25555},"attributeConnections":[{"__isSmartRef__":true,"id":25556},{"__isSmartRef__":true,"id":25558}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","prevScroll":[0,0],"derivationIds":[2882,"6FF08B49-B1B5-4E12-8CE8-DF895115627D","7F48C6F9-BB0C-405E-991B-410F179F7FE6","8405D63F-4E07-4FE8-9008-DD8AE000B5C8","D81DD158-CA4D-44A9-B0A6-3FD7DF7EFD68"],"_Scale":1,"__LivelyClassName__":"lively.morphic.WindowControl"},"25514":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":25515},"id":"8ECEC574-E77D-4096-877E-98EABAA8CA1D","renderContextTable":{"__isSmartRef__":true,"id":25520},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":25521}],"eventHandler":{"__isSmartRef__":true,"id":25523},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":25524},"priorExtent":{"__isSmartRef__":true,"id":25525},"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":25513},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2883,"9FBA502B-65B1-4FF2-A0A6-9951E3C50B9C","9F297DAE-65AA-45A3-AFAE-BD35F359E24A","75386CDF-09C9-47F2-8762-F737A49FD645","C43A7038-D61D-47C7-BFA8-8C8A77627643"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"25515":{"_Position":{"__isSmartRef__":true,"id":25516},"renderContextTable":{"__isSmartRef__":true,"id":25517},"_Extent":{"__isSmartRef__":true,"id":25518},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":25519},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":25505},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25516":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25517":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25518":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25519":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25520":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"25521":{"style":{"__isSmartRef__":true,"id":25522},"chunkOwner":{"__isSmartRef__":true,"id":25514},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk"},"25522":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"25523":{"morph":{"__isSmartRef__":true,"id":25514},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25524":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25525":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25526":{"_Position":{"__isSmartRef__":true,"id":25527},"renderContextTable":{"__isSmartRef__":true,"id":25528},"_Extent":{"__isSmartRef__":true,"id":25529},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":25530},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":25531},"_Fill":{"__isSmartRef__":true,"id":25532},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25527":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25528":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25529":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25530":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25531":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25532":{"stops":[{"__isSmartRef__":true,"id":25533},{"__isSmartRef__":true,"id":25535},{"__isSmartRef__":true,"id":25537},{"__isSmartRef__":true,"id":25539}],"vector":{"__isSmartRef__":true,"id":25541},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"25533":{"offset":0,"color":{"__isSmartRef__":true,"id":25534}},"25534":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25535":{"offset":0.4,"color":{"__isSmartRef__":true,"id":25536}},"25536":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25537":{"offset":0.6,"color":{"__isSmartRef__":true,"id":25538}},"25538":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25539":{"offset":1,"color":{"__isSmartRef__":true,"id":25540}},"25540":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25541":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25542":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"25543":{"morph":{"__isSmartRef__":true,"id":25513},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25544":{"x":522,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25545":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25546":{"stops":[{"__isSmartRef__":true,"id":25547},{"__isSmartRef__":true,"id":25549},{"__isSmartRef__":true,"id":25551},{"__isSmartRef__":true,"id":25553}],"vector":{"__isSmartRef__":true,"id":25541},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"25547":{"offset":0,"color":{"__isSmartRef__":true,"id":25548}},"25548":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25549":{"offset":0.4,"color":{"__isSmartRef__":true,"id":25550}},"25550":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25551":{"offset":0.6,"color":{"__isSmartRef__":true,"id":25552}},"25552":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25553":{"offset":1,"color":{"__isSmartRef__":true,"id":25554}},"25554":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25555":{"moveHorizontal":true},"25556":{"sourceObj":{"__isSmartRef__":true,"id":25513},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":25497},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":25557},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"25557":{"source":{"__isSmartRef__":true,"id":25513},"target":{"__isSmartRef__":true,"id":25497}},"25558":{"sourceObj":{"__isSmartRef__":true,"id":25513},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":25497},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":25559},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"25559":{"source":{"__isSmartRef__":true,"id":25513},"target":{"__isSmartRef__":true,"id":25497}},"25560":{"submorphs":[{"__isSmartRef__":true,"id":25561}],"scripts":[],"shape":{"__isSmartRef__":true,"id":25572},"id":"5B34DA09-2945-480C-89F5-843872D55EAE","renderContextTable":{"__isSmartRef__":true,"id":25577},"eventHandler":{"__isSmartRef__":true,"id":25578},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":25579},"priorExtent":{"__isSmartRef__":true,"id":25580},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":25532},"lighterFill":{"__isSmartRef__":true,"id":25581},"label":{"__isSmartRef__":true,"id":25561},"owner":{"__isSmartRef__":true,"id":25498},"attributeConnections":[{"__isSmartRef__":true,"id":25590},{"__isSmartRef__":true,"id":25592}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","derivationIds":[2884,"64F20257-1A1D-4B3E-97C4-BC5D1F1E14B5","A377FFCE-0FDC-41B6-BD34-D9F0507B57DA","7334352E-B497-4F10-8C06-FBE36AA778C7","E8269870-961E-49ED-ACE6-3CB90CD1937A"],"_Scale":1,"__LivelyClassName__":"lively.morphic.WindowControl"},"25561":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":25562},"id":"17FEC040-13EA-4F86-8084-76A818AFF35C","renderContextTable":{"__isSmartRef__":true,"id":25566},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":25567}],"eventHandler":{"__isSmartRef__":true,"id":25569},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":25570},"priorExtent":{"__isSmartRef__":true,"id":25571},"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":25560},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[2885,"EC48B50E-CD5B-46FB-BF78-484373EED980","59F8AF9B-799B-413B-86B2-BFD03A4B2559","F8293A60-E9DB-40E3-B202-D547939F8A8D","30E16AEA-8638-441D-A4B6-A7F2EB4D1987"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"25562":{"_Position":{"__isSmartRef__":true,"id":25563},"renderContextTable":{"__isSmartRef__":true,"id":25564},"_Extent":{"__isSmartRef__":true,"id":25565},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":25519},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":25505},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25563":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25564":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25565":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25566":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"25567":{"style":{"__isSmartRef__":true,"id":25568},"chunkOwner":{"__isSmartRef__":true,"id":25561},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk"},"25568":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"25569":{"morph":{"__isSmartRef__":true,"id":25561},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25570":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25571":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25572":{"_Position":{"__isSmartRef__":true,"id":25573},"renderContextTable":{"__isSmartRef__":true,"id":25574},"_Extent":{"__isSmartRef__":true,"id":25575},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":25576},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":25531},"_Fill":{"__isSmartRef__":true,"id":25532},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25573":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25574":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25575":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25576":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25577":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"25578":{"morph":{"__isSmartRef__":true,"id":25560},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25579":{"x":3,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25580":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25581":{"stops":[{"__isSmartRef__":true,"id":25582},{"__isSmartRef__":true,"id":25584},{"__isSmartRef__":true,"id":25586},{"__isSmartRef__":true,"id":25588}],"vector":{"__isSmartRef__":true,"id":25541},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"25582":{"offset":0,"color":{"__isSmartRef__":true,"id":25583}},"25583":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25584":{"offset":0.4,"color":{"__isSmartRef__":true,"id":25585}},"25585":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25586":{"offset":0.6,"color":{"__isSmartRef__":true,"id":25587}},"25587":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25588":{"offset":1,"color":{"__isSmartRef__":true,"id":25589}},"25589":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25590":{"sourceObj":{"__isSmartRef__":true,"id":25560},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":25497},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":25591},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"25591":{"source":{"__isSmartRef__":true,"id":25560},"target":{"__isSmartRef__":true,"id":25497}},"25592":{"sourceObj":{"__isSmartRef__":true,"id":25560},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":25497},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":25593},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"25593":{"source":{"__isSmartRef__":true,"id":25560},"target":{"__isSmartRef__":true,"id":25497}},"25594":{"submorphs":[{"__isSmartRef__":true,"id":25595}],"scripts":[],"shape":{"__isSmartRef__":true,"id":25606},"id":"A7621976-3E85-494C-8E96-7EDF8C175807","renderContextTable":{"__isSmartRef__":true,"id":25611},"eventHandler":{"__isSmartRef__":true,"id":25612},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":25613},"priorExtent":{"__isSmartRef__":true,"id":25614},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":25532},"lighterFill":{"__isSmartRef__":true,"id":25615},"label":{"__isSmartRef__":true,"id":25595},"owner":{"__isSmartRef__":true,"id":25498},"layout":{"__isSmartRef__":true,"id":25624},"attributeConnections":[{"__isSmartRef__":true,"id":25625},{"__isSmartRef__":true,"id":25627}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","prevScroll":[0,0],"derivationIds":[2886,"9FC4F0BE-916D-456B-AEC7-E6C1AC6040CA","A0A4775F-7F2F-4563-840D-CAA5CB435D75","C87D3EB9-4C3B-4230-9794-F5B71B528C74","D62C35A2-6803-4217-9DFD-0E480D4B82AE"],"_Scale":1,"__LivelyClassName__":"lively.morphic.WindowControl"},"25595":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":25596},"id":"9D2D8650-2F76-4D60-BB27-80A1112C3A07","renderContextTable":{"__isSmartRef__":true,"id":25600},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":25601}],"eventHandler":{"__isSmartRef__":true,"id":25603},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":25604},"priorExtent":{"__isSmartRef__":true,"id":25605},"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":25594},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2887,"42347453-BADB-4DB0-9486-C479B704CD7C","B0BBE9B3-B5DD-4E4F-A1AA-1C03BB1BFF4E","8AE3BC44-F336-420E-A2E9-BBA0DC6A3D72","3DC5BABC-5EF1-4FC6-805B-0FC1CC02282F"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"25596":{"_Position":{"__isSmartRef__":true,"id":25597},"renderContextTable":{"__isSmartRef__":true,"id":25598},"_Extent":{"__isSmartRef__":true,"id":25599},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":25519},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":25505},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25597":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25598":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25599":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25600":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"25601":{"style":{"__isSmartRef__":true,"id":25602},"chunkOwner":{"__isSmartRef__":true,"id":25595},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk"},"25602":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"25603":{"morph":{"__isSmartRef__":true,"id":25595},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25604":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25605":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25606":{"_Position":{"__isSmartRef__":true,"id":25607},"renderContextTable":{"__isSmartRef__":true,"id":25608},"_Extent":{"__isSmartRef__":true,"id":25609},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":25610},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":25531},"_Fill":{"__isSmartRef__":true,"id":25532},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25607":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25608":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25609":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25610":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25611":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"25612":{"morph":{"__isSmartRef__":true,"id":25594},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25613":{"x":503,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25614":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25615":{"stops":[{"__isSmartRef__":true,"id":25616},{"__isSmartRef__":true,"id":25618},{"__isSmartRef__":true,"id":25620},{"__isSmartRef__":true,"id":25622}],"vector":{"__isSmartRef__":true,"id":25541},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"25616":{"offset":0,"color":{"__isSmartRef__":true,"id":25617}},"25617":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25618":{"offset":0.4,"color":{"__isSmartRef__":true,"id":25619}},"25619":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25620":{"offset":0.6,"color":{"__isSmartRef__":true,"id":25621}},"25621":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25622":{"offset":1,"color":{"__isSmartRef__":true,"id":25623}},"25623":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25624":{"moveHorizontal":true},"25625":{"sourceObj":{"__isSmartRef__":true,"id":25594},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":25497},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":25626},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"25626":{"source":{"__isSmartRef__":true,"id":25594},"target":{"__isSmartRef__":true,"id":25497}},"25627":{"sourceObj":{"__isSmartRef__":true,"id":25594},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":25497},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":25628},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"25628":{"source":{"__isSmartRef__":true,"id":25594},"target":{"__isSmartRef__":true,"id":25497}},"25629":{"_Position":{"__isSmartRef__":true,"id":25630},"renderContextTable":{"__isSmartRef__":true,"id":25631},"_Extent":{"__isSmartRef__":true,"id":25632},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":25633},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":25634},"_Fill":{"__isSmartRef__":true,"id":25635},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25630":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25631":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25632":{"x":542,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25633":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25634":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25635":{"stops":[{"__isSmartRef__":true,"id":25636},{"__isSmartRef__":true,"id":25638}],"vector":{"__isSmartRef__":true,"id":25026},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"25636":{"offset":0,"color":{"__isSmartRef__":true,"id":25637}},"25637":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25638":{"offset":1,"color":{"__isSmartRef__":true,"id":25639}},"25639":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25640":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"25641":{"morph":{"__isSmartRef__":true,"id":25498},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25642":{"resizeWidth":true,"adjustForNewBounds":true},"25643":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25644":{"x":542,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25645":{"submorphs":[{"__isSmartRef__":true,"id":25646},{"__isSmartRef__":true,"id":25661},{"__isSmartRef__":true,"id":25676},{"__isSmartRef__":true,"id":25692},{"__isSmartRef__":true,"id":25708},{"__isSmartRef__":true,"id":25723},{"__isSmartRef__":true,"id":25739},{"__isSmartRef__":true,"id":25755},{"__isSmartRef__":true,"id":25838},{"__isSmartRef__":true,"id":25920},{"__isSmartRef__":true,"id":25935},{"__isSmartRef__":true,"id":25951}],"scripts":[],"shape":{"__isSmartRef__":true,"id":25999},"id":"945F423F-7AC1-4663-8887-43C229844FCF","renderContextTable":{"__isSmartRef__":true,"id":26006},"eventHandler":{"__isSmartRef__":true,"id":26007},"droppingEnabled":true,"halosEnabled":true,"isLockOwner":false,"layout":{"__isSmartRef__":true,"id":26008},"attributeConnections":[],"ownerApp":{"__isSmartRef__":true,"id":26009},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Core","name":"PublishPartPanePane","doNotSerialize":[],"doNotCopyProperties":[],"priorExtent":{"__isSmartRef__":true,"id":26103},"isBeingDragged":false,"prevScroll":[0,0],"distanceToDragEvent":{"__isSmartRef__":true,"id":26104},"grabbingEnabled":false,"_Position":{"__isSmartRef__":true,"id":26105},"owner":{"__isSmartRef__":true,"id":25497},"target":{"__isSmartRef__":true,"id":24215},"derivationIds":[2888,"7CD647EF-2BB4-4CD9-9D3B-4EE7BC59ECC2","B983FB4F-9323-4304-9603-5615E93C6C42","E738FAD5-9C83-4390-B193-06C21B6E51B0","5ED6DC7B-74C2-4149-BF56-1622F302C51E"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":26106},"__LivelyClassName__":"lively.morphic.Box","withLayers":["Global.lively.morphic.GrabbingLayer"]},"25646":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":25647},"id":"ADC51974-AADA-4581-AF01-52DC361A5619","renderContextTable":{"__isSmartRef__":true,"id":25654},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":25655}],"eventHandler":{"__isSmartRef__":true,"id":25657},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":25658},"priorExtent":{"__isSmartRef__":true,"id":25659},"_MaxTextWidth":230,"_MinTextWidth":230,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"owner":{"__isSmartRef__":true,"id":25645},"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":25660},"previousSelection":[0,9],"priorSelectionRange":[0,9],"isLockOwner":false,"name":"NameText","isCopyMorphRef":true,"morphRefId":1,"derivationIds":[2889,"9A8B5C1C-95BB-40F5-B9EF-B89DD5451B64","C49BF160-BBBE-422E-BDDC-B9A98A72ABFF","42B7E940-3BB5-4B79-B5D8-E4C8E780FF3B","50B247C7-D8F3-4CF5-BD3F-2A2867827CF1"],"savedTextString":"CommitMessageTest1","_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"25647":{"_Position":{"__isSmartRef__":true,"id":25648},"renderContextTable":{"__isSmartRef__":true,"id":25649},"_Extent":{"__isSmartRef__":true,"id":25650},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":25651},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":25652},"_Fill":{"__isSmartRef__":true,"id":25653},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25648":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25649":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25650":{"x":240,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25651":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25652":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25653":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25654":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"25655":{"style":{"__isSmartRef__":true,"id":25656},"chunkOwner":{"__isSmartRef__":true,"id":25646},"storedString":"PublishPartDialog","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"25656":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"25657":{"morph":{"__isSmartRef__":true,"id":25646},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25658":{"x":10,"y":50,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25659":{"x":240,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25660":{"x":119,"y":-15,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25661":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":25662},"id":"0FBB0EEB-D7CF-42B4-9736-6EA8808B6C2D","renderContextTable":{"__isSmartRef__":true,"id":25669},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":25670}],"eventHandler":{"__isSmartRef__":true,"id":25672},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":25673},"priorExtent":{"__isSmartRef__":true,"id":25674},"_MaxTextWidth":510,"_MinTextWidth":510,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"name":"CommitMessageText","owner":{"__isSmartRef__":true,"id":25645},"distanceToDragEvent":{"__isSmartRef__":true,"id":25675},"previousSelection":[0,15],"priorSelectionRange":[0,0],"charsReplaced":"CommitMessageTest1","lastFindLoc":18,"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2890,"40048B1D-9547-4EA6-AB66-31168A1C9FAE","8A0DE790-FA6C-41C9-BA2B-84397DA3F39E","DCFEEBC9-D891-408E-A103-19356A96070F","EAEE386C-B48C-44E1-B80C-6830217A2FC6"],"savedTextString":"","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"25662":{"_Position":{"__isSmartRef__":true,"id":25663},"renderContextTable":{"__isSmartRef__":true,"id":25664},"_Extent":{"__isSmartRef__":true,"id":25665},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":25666},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":25667},"_Fill":{"__isSmartRef__":true,"id":25668},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25663":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25664":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25665":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25666":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25667":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25668":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25669":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"25670":{"style":{"__isSmartRef__":true,"id":25671},"chunkOwner":{"__isSmartRef__":true,"id":25661},"storedString":"resetted view","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"25671":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"25672":{"morph":{"__isSmartRef__":true,"id":25661},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25673":{"x":10,"y":260,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25674":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25675":{"x":351,"y":-17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25676":{"submorphs":[],"scripts":[],"id":"DA565675-5424-44B9-9F7C-E76C37FA86EC","shape":{"__isSmartRef__":true,"id":25677},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":25683},"_MaxTextWidth":114,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":25680},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text5","partsBinMetaInfo":{"__isSmartRef__":true,"id":25684},"textChunks":[{"__isSmartRef__":true,"id":25685}],"charsReplaced":"some text ","lastFindLoc":10,"priorSelectionRange":[0,4],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":25687},"renderContextTable":{"__isSmartRef__":true,"id":25688},"eventHandler":{"__isSmartRef__":true,"id":25689},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":25690},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","owner":{"__isSmartRef__":true,"id":25645},"_MinTextWidth":114,"_MinTextHeight":null,"previousSelection":[3,3],"distanceToDragEvent":{"__isSmartRef__":true,"id":25691},"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2891,"E101CA30-35F9-42F0-A46C-28671530C787","CE7E7640-C507-43BF-88EF-C4ACE8CCF564","F04823B9-5B0B-4CCA-B8F7-00BD8608ED16","DD4402A8-C90A-4187-92DA-813F59FF86E6"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"25677":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":25678},"_Extent":{"__isSmartRef__":true,"id":25679},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":25680},"renderContextTable":{"__isSmartRef__":true,"id":25681},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":25682},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25678":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25679":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25680":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25681":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25682":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25683":{"x":10,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25684":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"25685":{"style":{"__isSmartRef__":true,"id":25686},"morph":{"__isSmartRef__":true,"id":25676},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":25676},"storedString":"name","__LivelyClassName__":"lively.morphic.TextChunk"},"25686":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"25687":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25688":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"25689":{"morph":{"__isSmartRef__":true,"id":25676},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25690":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25691":{"x":78,"y":-3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25692":{"submorphs":[],"scripts":[],"id":"85876C10-82AB-427E-99E9-DC8E7A98F0CD","shape":{"__isSmartRef__":true,"id":25693},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":25699},"_MaxTextWidth":250,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":25696},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text6","partsBinMetaInfo":{"__isSmartRef__":true,"id":25700},"textChunks":[{"__isSmartRef__":true,"id":25701}],"charsReplaced":"changes","lastFindLoc":7,"priorSelectionRange":[0,14],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":25703},"renderContextTable":{"__isSmartRef__":true,"id":25704},"eventHandler":{"__isSmartRef__":true,"id":25705},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":25706},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":250,"_MinTextHeight":null,"previousSelection":[0,14],"distanceToDragEvent":{"__isSmartRef__":true,"id":25707},"owner":{"__isSmartRef__":true,"id":25645},"isLockOwner":false,"derivationIds":[2892,"E5DC0070-3EA2-4212-9AA7-E3C865547E5E","809E256F-82F6-4A22-B614-DE8C08FA5970","272C0F9A-E7EF-4ECE-851D-08ACB35EA24D","8AA544F8-6F47-454D-AE18-A264ACDEFA7E"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"25693":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":25694},"_Extent":{"__isSmartRef__":true,"id":25695},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":25696},"renderContextTable":{"__isSmartRef__":true,"id":25697},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":25698},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25694":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25695":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25696":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25697":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25698":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25699":{"x":10,"y":240,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25700":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"25701":{"style":{"__isSmartRef__":true,"id":25702},"morph":{"__isSmartRef__":true,"id":25692},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":25692},"storedString":"commit message","__LivelyClassName__":"lively.morphic.TextChunk"},"25702":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"25703":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25704":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"25705":{"morph":{"__isSmartRef__":true,"id":25692},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25706":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25707":{"x":174,"y":-21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25708":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":25709},"id":"93626CA5-A09A-41F8-8C62-88BFBF7A9A36","renderContextTable":{"__isSmartRef__":true,"id":25716},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":25717}],"eventHandler":{"__isSmartRef__":true,"id":25719},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":25720},"priorExtent":{"__isSmartRef__":true,"id":25721},"_MaxTextWidth":250,"_MinTextWidth":250,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"name":"CategoryText","owner":{"__isSmartRef__":true,"id":25645},"previousSelection":[0,14],"priorSelectionRange":[5,5],"charsReplaced":"CommitMessageTest1","lastFindLoc":18,"distanceToDragEvent":{"__isSmartRef__":true,"id":25722},"isLockOwner":false,"derivationIds":[2893,"FBE4B17F-DC2B-4783-899B-CF1B051F14D9","A2C45BC5-C44B-4AEA-A29E-ADE3DAF08638","640BD984-1AB2-45B8-BCEC-AB32A6199D68","BE2E06DB-4DFC-4628-9FED-8F3E87D18E07"],"savedTextString":"PartsBin/Basic","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"25709":{"_Position":{"__isSmartRef__":true,"id":25710},"renderContextTable":{"__isSmartRef__":true,"id":25711},"_Extent":{"__isSmartRef__":true,"id":25712},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":25713},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":25714},"_Fill":{"__isSmartRef__":true,"id":25715},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25710":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25711":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25712":{"x":260,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25713":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25714":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25715":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25716":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"25717":{"style":{"__isSmartRef__":true,"id":25718},"chunkOwner":{"__isSmartRef__":true,"id":25708},"storedString":"PartsBin/BP2012","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"25718":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"25719":{"morph":{"__isSmartRef__":true,"id":25708},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25720":{"x":270,"y":50,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25721":{"x":260,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25722":{"x":132,"y":-13,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25723":{"submorphs":[],"scripts":[],"id":"0B3CC75B-7D92-469B-B604-763DB6E26242","shape":{"__isSmartRef__":true,"id":25724},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":25730},"_MaxTextWidth":114,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":25727},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text7","partsBinMetaInfo":{"__isSmartRef__":true,"id":25731},"textChunks":[{"__isSmartRef__":true,"id":25732}],"charsReplaced":"name","lastFindLoc":4,"priorSelectionRange":[0,8],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":25734},"renderContextTable":{"__isSmartRef__":true,"id":25735},"eventHandler":{"__isSmartRef__":true,"id":25736},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":25737},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":114,"_MinTextHeight":null,"previousSelection":[2,2],"distanceToDragEvent":{"__isSmartRef__":true,"id":25738},"owner":{"__isSmartRef__":true,"id":25645},"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2894,"75F41AE1-CA7A-48D0-AE2C-7AAF6101B89C","CB87A9FB-0776-4109-BDE0-0E8C61F1626C","954BD4D6-BBF2-4D3C-94CA-21A38F66F449","5C78A757-B050-43F1-B4CF-26CE9CC58B03"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"25724":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":25725},"_Extent":{"__isSmartRef__":true,"id":25726},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":25727},"renderContextTable":{"__isSmartRef__":true,"id":25728},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":25729},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25725":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25726":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25727":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25728":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25729":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25730":{"x":270,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25731":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"25732":{"style":{"__isSmartRef__":true,"id":25733},"chunkOwner":{"__isSmartRef__":true,"id":25723},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"category","__LivelyClassName__":"lively.morphic.TextChunk"},"25733":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"25734":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25735":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"25736":{"morph":{"__isSmartRef__":true,"id":25723},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25737":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25738":{"x":87,"y":-11,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25739":{"submorphs":[],"scripts":[],"id":"6DA71C26-AB36-4367-A0B4-CD75959169B2","shape":{"__isSmartRef__":true,"id":25740},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":25746},"_MaxTextWidth":325,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":25743},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text8","partsBinMetaInfo":{"__isSmartRef__":true,"id":25747},"textChunks":[{"__isSmartRef__":true,"id":25748}],"charsReplaced":"Publish Object in PartsBin","lastFindLoc":26,"priorSelectionRange":[0,36],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":25750},"renderContextTable":{"__isSmartRef__":true,"id":25751},"eventHandler":{"__isSmartRef__":true,"id":25752},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":25753},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":325,"_MinTextHeight":null,"previousSelection":[0,36],"distanceToDragEvent":{"__isSmartRef__":true,"id":25754},"owner":{"__isSmartRef__":true,"id":25645},"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2895,"3AFBC971-95B4-48C4-888D-22FCBB742090","D0394F71-EBB2-452A-A71F-D172D5B1CAD6","79EDAC74-BD6B-42B1-BBBA-71B07578D1E0","C19A8344-D637-44B7-BB1F-FD0153E5A62B"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"25740":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":25741},"_Extent":{"__isSmartRef__":true,"id":25742},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":25743},"renderContextTable":{"__isSmartRef__":true,"id":25744},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":25745},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25741":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25742":{"x":325,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25743":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25744":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25745":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25746":{"x":10,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25747":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"25748":{"style":{"__isSmartRef__":true,"id":25749},"chunkOwner":{"__isSmartRef__":true,"id":25739},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Upload part to the shared repository","__LivelyClassName__":"lively.morphic.TextChunk"},"25749":{"italics":"normal","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"25750":{"x":325,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25751":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"25752":{"morph":{"__isSmartRef__":true,"id":25739},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25753":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25754":{"x":221,"y":-12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25755":{"submorphs":[{"__isSmartRef__":true,"id":25756}],"scripts":[],"id":"5FD2E67F-6B2F-4D91-9106-619E579430F2","shape":{"__isSmartRef__":true,"id":25771},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":25775},"lighterFill":{"__isSmartRef__":true,"id":25787},"label":{"__isSmartRef__":true,"id":25756},"name":"Button","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":25796},"attributeConnections":[{"__isSmartRef__":true,"id":25797}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":25833},"renderContextTable":{"__isSmartRef__":true,"id":25834},"eventHandler":{"__isSmartRef__":true,"id":25835},"distanceToDragEvent":{"__isSmartRef__":true,"id":25836},"_Position":{"__isSmartRef__":true,"id":25837},"owner":{"__isSmartRef__":true,"id":25645},"derivationIds":[2896,"40384C75-EF01-4AAD-AA1C-A7C19EDB6A0F","21376B8E-78CF-456D-87AA-4D62D86B16D2","E9336A59-C7BF-4C91-88B0-0D0477AA75AE","A5E21E04-05F3-4A15-AAFA-55946EEC5F80"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Button"},"25756":{"submorphs":[],"scripts":[],"id":"D59CFDD4-1847-48B1-A81F-5CFAE7087370","shape":{"__isSmartRef__":true,"id":25757},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":25763},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":25764},"_Padding":{"__isSmartRef__":true,"id":25765},"owner":{"__isSmartRef__":true,"id":25755},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":25766},"textChunks":[{"__isSmartRef__":true,"id":25767}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":25769},"eventHandler":{"__isSmartRef__":true,"id":25770},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":101,"_MinTextHeight":null,"derivationIds":[2897,"92EB5E70-61BB-4A71-942C-A34A20789B2F","A9C9F9CF-1BAC-4074-A093-4EB0C3C90866","2FE50303-6361-4A70-9BD5-0D8D1C8B5176","D774C172-7EE9-40AE-9949-340BA8EDBD37"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"25757":{"position":{"__isSmartRef__":true,"id":25758},"_Extent":{"__isSmartRef__":true,"id":25759},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":25760},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":25761},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":25762},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25758":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25759":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25760":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25761":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25762":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25763":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25764":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25765":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25766":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25767":{"style":{"__isSmartRef__":true,"id":25768},"chunkOwner":{"__isSmartRef__":true,"id":25756},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"cancel","__LivelyClassName__":"lively.morphic.TextChunk"},"25768":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"25769":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"25770":{"morph":{"__isSmartRef__":true,"id":25756},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25771":{"position":{"__isSmartRef__":true,"id":25772},"_Extent":{"__isSmartRef__":true,"id":25773},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":25774},"_Fill":{"__isSmartRef__":true,"id":25775},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":25785},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":25786},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25772":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25773":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25774":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25775":{"stops":[{"__isSmartRef__":true,"id":25776},{"__isSmartRef__":true,"id":25778},{"__isSmartRef__":true,"id":25780},{"__isSmartRef__":true,"id":25782}],"vector":{"__isSmartRef__":true,"id":25784},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"25776":{"offset":0,"color":{"__isSmartRef__":true,"id":25777}},"25777":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25778":{"offset":0.4,"color":{"__isSmartRef__":true,"id":25779}},"25779":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25780":{"offset":0.6,"color":{"__isSmartRef__":true,"id":25781}},"25781":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25782":{"offset":1,"color":{"__isSmartRef__":true,"id":25783}},"25783":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25784":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25785":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25786":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25787":{"stops":[{"__isSmartRef__":true,"id":25788},{"__isSmartRef__":true,"id":25790},{"__isSmartRef__":true,"id":25792},{"__isSmartRef__":true,"id":25794}],"vector":{"__isSmartRef__":true,"id":25784},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"25788":{"offset":0,"color":{"__isSmartRef__":true,"id":25789}},"25789":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25790":{"offset":0.4,"color":{"__isSmartRef__":true,"id":25791}},"25791":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25792":{"offset":0.6,"color":{"__isSmartRef__":true,"id":25793}},"25793":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25794":{"offset":1,"color":{"__isSmartRef__":true,"id":25795}},"25795":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25796":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"25797":{"sourceObj":{"__isSmartRef__":true,"id":25755},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":25645},"targetMethodName":"onCancel","visualConnector":{"__isSmartRef__":true,"id":25798},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"25798":{"submorphs":[{"__isSmartRef__":true,"id":25799}],"scripts":[],"shape":{"__isSmartRef__":true,"id":25814},"id":352,"renderContextTable":{"__isSmartRef__":true,"id":25821},"eventHandler":{"__isSmartRef__":true,"id":25822},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":25823},{"__isSmartRef__":true,"id":25824}],"con":{"__isSmartRef__":true,"id":25797},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":25825},"__LivelyClassName__":"lively.morphic.Path"},"25799":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":25800},"id":353,"renderContextTable":{"__isSmartRef__":true,"id":25811},"eventHandler":{"__isSmartRef__":true,"id":25812},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":25813},"owner":{"__isSmartRef__":true,"id":25798},"_Rotation":-2.716760490670451,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"25800":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":25801},{"__isSmartRef__":true,"id":25802},{"__isSmartRef__":true,"id":25803},{"__isSmartRef__":true,"id":25804}],"renderContextTable":{"__isSmartRef__":true,"id":25805},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":25806},"_Extent":{"__isSmartRef__":true,"id":25807},"_Padding":{"__isSmartRef__":true,"id":25808},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":25809},"_Fill":{"__isSmartRef__":true,"id":25810},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"25801":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"25802":{"isAbsolute":true,"x":0,"y":12,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"25803":{"isAbsolute":true,"x":16,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"25804":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"25805":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"25806":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25807":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25808":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25809":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25810":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25811":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"25812":{"morph":{"__isSmartRef__":true,"id":25799},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25813":{"x":0.5,"y":0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25814":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":25815},{"__isSmartRef__":true,"id":25816}],"renderContextTable":{"__isSmartRef__":true,"id":25817},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":25818},"_Extent":{"__isSmartRef__":true,"id":25819},"_Padding":{"__isSmartRef__":true,"id":25820},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":25809},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"25815":{"isAbsolute":true,"x":420,"y":190,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"25816":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"25817":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"25818":{"x":-0.5,"y":-0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25819":{"x":421,"y":191,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25820":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25821":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"25822":{"morph":{"__isSmartRef__":true,"id":25798},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25823":{"morph":{"__isSmartRef__":true,"id":25798},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"25824":{"morph":{"__isSmartRef__":true,"id":25798},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":25799},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"25825":{"morphMenuItems":{"__isSmartRef__":true,"id":25826}},"25826":{"varMapping":{"__isSmartRef__":true,"id":25827},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":25832},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"25827":{"this":{"__isSmartRef__":true,"id":25798},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":25828}},"25828":{"$super":{"__isSmartRef__":true,"id":25829}},"25829":{"varMapping":{"__isSmartRef__":true,"id":25830},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":25831},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"25830":{"obj":{"__isSmartRef__":true,"id":25798},"name":"morphMenuItems"},"25831":{},"25832":{},"25833":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25834":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"25835":{"morph":{"__isSmartRef__":true,"id":25755},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25836":{"x":77,"y":-5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25837":{"x":420,"y":390,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25838":{"submorphs":[{"__isSmartRef__":true,"id":25839}],"scripts":[],"id":"9D327D96-8538-4700-B18E-2FD435B4FF2B","shape":{"__isSmartRef__":true,"id":25854},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":25858},"lighterFill":{"__isSmartRef__":true,"id":25870},"label":{"__isSmartRef__":true,"id":25839},"name":"Button1","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":25879},"attributeConnections":[{"__isSmartRef__":true,"id":25880}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":25915},"renderContextTable":{"__isSmartRef__":true,"id":25916},"eventHandler":{"__isSmartRef__":true,"id":25917},"distanceToDragEvent":{"__isSmartRef__":true,"id":25918},"_Position":{"__isSmartRef__":true,"id":25919},"owner":{"__isSmartRef__":true,"id":25645},"derivationIds":[2898,"9D27A522-4E3D-482F-97CF-3CA3247A3999","4EBF07AD-25C0-4034-BC06-31F137F70FA1","DC6D6B8E-37AE-4815-A81A-AC7071124A26","42DF6D49-8482-40A3-B901-512013BB5C75"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Button"},"25839":{"submorphs":[],"scripts":[],"id":"5B9ADB08-9ED1-4C03-9717-0DDC59F76E2A","shape":{"__isSmartRef__":true,"id":25840},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":25846},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":25847},"_Padding":{"__isSmartRef__":true,"id":25848},"owner":{"__isSmartRef__":true,"id":25838},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":25849},"textChunks":[{"__isSmartRef__":true,"id":25850}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":25852},"eventHandler":{"__isSmartRef__":true,"id":25853},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":101,"_MinTextHeight":null,"derivationIds":[2899,"4F00D1F5-B85C-479E-BDDE-322DF2F432A3","5E7BC7AC-9EF9-4CF5-9196-A542A26534CA","46616896-CA46-4B43-B694-9FB001B32989","F73D407C-A72D-414B-AB8D-1E28025BCA1C"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"25840":{"position":{"__isSmartRef__":true,"id":25841},"_Extent":{"__isSmartRef__":true,"id":25842},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":25843},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":25844},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":25845},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25841":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25842":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25843":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25844":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25845":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25846":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25847":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25848":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25849":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25850":{"style":{"__isSmartRef__":true,"id":25851},"chunkOwner":{"__isSmartRef__":true,"id":25839},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"publish","__LivelyClassName__":"lively.morphic.TextChunk"},"25851":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"25852":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"25853":{"morph":{"__isSmartRef__":true,"id":25839},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25854":{"position":{"__isSmartRef__":true,"id":25855},"_Extent":{"__isSmartRef__":true,"id":25856},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":25857},"_Fill":{"__isSmartRef__":true,"id":25858},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":25868},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":25869},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25855":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25856":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25857":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25858":{"stops":[{"__isSmartRef__":true,"id":25859},{"__isSmartRef__":true,"id":25861},{"__isSmartRef__":true,"id":25863},{"__isSmartRef__":true,"id":25865}],"vector":{"__isSmartRef__":true,"id":25867},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"25859":{"offset":0,"color":{"__isSmartRef__":true,"id":25860}},"25860":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25861":{"offset":0.4,"color":{"__isSmartRef__":true,"id":25862}},"25862":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25863":{"offset":0.6,"color":{"__isSmartRef__":true,"id":25864}},"25864":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25865":{"offset":1,"color":{"__isSmartRef__":true,"id":25866}},"25866":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25867":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25868":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25869":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25870":{"stops":[{"__isSmartRef__":true,"id":25871},{"__isSmartRef__":true,"id":25873},{"__isSmartRef__":true,"id":25875},{"__isSmartRef__":true,"id":25877}],"vector":{"__isSmartRef__":true,"id":25867},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"25871":{"offset":0,"color":{"__isSmartRef__":true,"id":25872}},"25872":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25873":{"offset":0.4,"color":{"__isSmartRef__":true,"id":25874}},"25874":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25875":{"offset":0.6,"color":{"__isSmartRef__":true,"id":25876}},"25876":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25877":{"offset":1,"color":{"__isSmartRef__":true,"id":25878}},"25878":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25879":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"25880":{"sourceObj":{"__isSmartRef__":true,"id":25838},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":25645},"targetMethodName":"onPublish","visualConnector":{"__isSmartRef__":true,"id":25881},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"25881":{"submorphs":[{"__isSmartRef__":true,"id":25882}],"scripts":[],"shape":{"__isSmartRef__":true,"id":25896},"id":139,"renderContextTable":{"__isSmartRef__":true,"id":25903},"eventHandler":{"__isSmartRef__":true,"id":25904},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":25905},{"__isSmartRef__":true,"id":25906}],"con":{"__isSmartRef__":true,"id":25880},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":25907},"__LivelyClassName__":"lively.morphic.Path"},"25882":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":25883},"id":140,"renderContextTable":{"__isSmartRef__":true,"id":25893},"eventHandler":{"__isSmartRef__":true,"id":25894},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":25895},"owner":{"__isSmartRef__":true,"id":25881},"_Rotation":-2.5917394709132084,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"25883":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":25884},{"__isSmartRef__":true,"id":25885},{"__isSmartRef__":true,"id":25886},{"__isSmartRef__":true,"id":25887}],"renderContextTable":{"__isSmartRef__":true,"id":25888},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":25889},"_Extent":{"__isSmartRef__":true,"id":25890},"_Padding":{"__isSmartRef__":true,"id":25891},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":25809},"_Fill":{"__isSmartRef__":true,"id":25892},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"25884":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"25885":{"isAbsolute":true,"x":0,"y":12,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"25886":{"isAbsolute":true,"x":16,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"25887":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"25888":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"25889":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25890":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25891":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25892":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25893":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"25894":{"morph":{"__isSmartRef__":true,"id":25882},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25895":{"x":0.5,"y":0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25896":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":25897},{"__isSmartRef__":true,"id":25898}],"renderContextTable":{"__isSmartRef__":true,"id":25899},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":25900},"_Extent":{"__isSmartRef__":true,"id":25901},"_Padding":{"__isSmartRef__":true,"id":25902},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":25809},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"25897":{"isAbsolute":true,"x":310,"y":190,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"25898":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"25899":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"25900":{"x":-0.5,"y":-0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25901":{"x":311,"y":191,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25902":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25903":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"25904":{"morph":{"__isSmartRef__":true,"id":25881},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25905":{"morph":{"__isSmartRef__":true,"id":25881},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"25906":{"morph":{"__isSmartRef__":true,"id":25881},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":25882},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"25907":{"morphMenuItems":{"__isSmartRef__":true,"id":25908}},"25908":{"varMapping":{"__isSmartRef__":true,"id":25909},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":25914},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"25909":{"this":{"__isSmartRef__":true,"id":25881},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":25910}},"25910":{"$super":{"__isSmartRef__":true,"id":25911}},"25911":{"varMapping":{"__isSmartRef__":true,"id":25912},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":25913},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"25912":{"obj":{"__isSmartRef__":true,"id":25881},"name":"morphMenuItems"},"25913":{},"25914":{},"25915":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25916":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"25917":{"morph":{"__isSmartRef__":true,"id":25838},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25918":{"x":62,"y":-12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25919":{"x":310,"y":390,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25920":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":25921},"id":"D88FA562-C5E5-483D-A23F-C2A6136B2E80","renderContextTable":{"__isSmartRef__":true,"id":25928},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":25929}],"eventHandler":{"__isSmartRef__":true,"id":25931},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":25932},"priorExtent":{"__isSmartRef__":true,"id":25933},"_MaxTextWidth":510,"_MinTextWidth":510,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"name":"CommentText","distanceToDragEvent":{"__isSmartRef__":true,"id":25934},"previousSelection":[139,139],"priorSelectionRange":[9,9],"charsReplaced":"CommitMessageTest1","lastFindLoc":18,"isLockOwner":false,"isBeingDragged":false,"owner":{"__isSmartRef__":true,"id":25645},"derivationIds":[2900,"7E82C349-9FC9-48B5-B84C-30E99FC40DF2","A07EAFD3-B03B-4E4C-BC72-FB29F65F543A","888FB55C-0365-4B40-A9B4-33FD19FA1E91","37AE3F7E-8AF9-413E-BDB9-796C3CE0C0A6"],"savedTextString":"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"25921":{"_Position":{"__isSmartRef__":true,"id":25922},"renderContextTable":{"__isSmartRef__":true,"id":25923},"_Extent":{"__isSmartRef__":true,"id":25924},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":25925},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":25926},"_Fill":{"__isSmartRef__":true,"id":25927},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25922":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25923":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25924":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25925":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25926":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25927":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25928":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"25929":{"style":{"__isSmartRef__":true,"id":25930},"chunkOwner":{"__isSmartRef__":true,"id":25920},"storedString":"A dialog for publishing parts in the PartsBin.","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"25930":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"25931":{"morph":{"__isSmartRef__":true,"id":25920},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25932":{"x":10,"y":110,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25933":{"x":520,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25934":{"x":346,"y":-16,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25935":{"submorphs":[],"scripts":[],"id":"C9E8EF9D-9955-4CAE-8991-F3D06CA954EE","shape":{"__isSmartRef__":true,"id":25936},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":25942},"_MaxTextWidth":250,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":25939},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text9","partsBinMetaInfo":{"__isSmartRef__":true,"id":25943},"textChunks":[{"__isSmartRef__":true,"id":25944}],"charsReplaced":"commit message","lastFindLoc":14,"priorSelectionRange":[0,14],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":25946},"renderContextTable":{"__isSmartRef__":true,"id":25947},"eventHandler":{"__isSmartRef__":true,"id":25948},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":25949},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":250,"_MinTextHeight":null,"previousSelection":[0,6],"distanceToDragEvent":{"__isSmartRef__":true,"id":25950},"isLockOwner":false,"owner":{"__isSmartRef__":true,"id":25645},"derivationIds":[2901,"8E267E15-1052-4F9C-B863-B733384EF1DA","851C46B4-347F-4AE4-9C04-C321E7CC8EA5","D33CE057-77D6-4CCC-90F9-867C622B3572","F9BFA4FE-D786-4384-B9F8-89EEA1D41685"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"25936":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":25937},"_Extent":{"__isSmartRef__":true,"id":25938},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":25939},"renderContextTable":{"__isSmartRef__":true,"id":25940},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":25941},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25937":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25938":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25939":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25940":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25941":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25942":{"x":10,"y":90,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25943":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"25944":{"style":{"__isSmartRef__":true,"id":25945},"morph":{"__isSmartRef__":true,"id":25935},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":25935},"storedString":"comment","__LivelyClassName__":"lively.morphic.TextChunk"},"25945":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"25946":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25947":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"25948":{"morph":{"__isSmartRef__":true,"id":25935},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25949":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25950":{"x":163,"y":-17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25951":{"submorphs":[{"__isSmartRef__":true,"id":25952}],"scripts":[],"id":"0E42D1D3-80B9-4C36-B7A8-9D563540268F","shape":{"__isSmartRef__":true,"id":25967},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":25971},"lighterFill":{"__isSmartRef__":true,"id":25983},"label":{"__isSmartRef__":true,"id":25952},"name":"DiffButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":25992},"attributeConnections":[{"__isSmartRef__":true,"id":25993}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":25994},"renderContextTable":{"__isSmartRef__":true,"id":25995},"eventHandler":{"__isSmartRef__":true,"id":25996},"distanceToDragEvent":{"__isSmartRef__":true,"id":25997},"_Position":{"__isSmartRef__":true,"id":25998},"derivationIds":[2898,"9D27A522-4E3D-482F-97CF-3CA3247A3999","4EBF07AD-25C0-4034-BC06-31F137F70FA1","DC6D6B8E-37AE-4815-A81A-AC7071124A26","42DF6D49-8482-40A3-B901-512013BB5C75","132901B3-F9F2-482D-99E6-40EAECDCEF13"],"owner":{"__isSmartRef__":true,"id":25645},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Button"},"25952":{"submorphs":[],"scripts":[],"id":"373B35DF-773C-4B9D-9D4C-1832B9FBCCAA","shape":{"__isSmartRef__":true,"id":25953},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":25959},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":25960},"_Padding":{"__isSmartRef__":true,"id":25961},"owner":{"__isSmartRef__":true,"id":25951},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":25962},"textChunks":[{"__isSmartRef__":true,"id":25963}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":25965},"eventHandler":{"__isSmartRef__":true,"id":25966},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":101,"_MinTextHeight":null,"derivationIds":[2899,"4F00D1F5-B85C-479E-BDDE-322DF2F432A3","5E7BC7AC-9EF9-4CF5-9196-A542A26534CA","46616896-CA46-4B43-B694-9FB001B32989","F73D407C-A72D-414B-AB8D-1E28025BCA1C","E34F55EC-06D3-4965-A0D2-625CA896E3B7"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"25953":{"position":{"__isSmartRef__":true,"id":25954},"_Extent":{"__isSmartRef__":true,"id":25955},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":25956},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":25957},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":25958},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25954":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25955":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25956":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25957":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25958":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25959":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25960":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25961":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25962":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25963":{"style":{"__isSmartRef__":true,"id":25964},"chunkOwner":{"__isSmartRef__":true,"id":25952},"storedString":"Show Diff","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"25964":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"25965":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"25966":{"morph":{"__isSmartRef__":true,"id":25952},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25967":{"position":{"__isSmartRef__":true,"id":25968},"_Extent":{"__isSmartRef__":true,"id":25969},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":25970},"_Fill":{"__isSmartRef__":true,"id":25971},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":25981},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":25982},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"25968":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25969":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25970":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25971":{"stops":[{"__isSmartRef__":true,"id":25972},{"__isSmartRef__":true,"id":25974},{"__isSmartRef__":true,"id":25976},{"__isSmartRef__":true,"id":25978}],"vector":{"__isSmartRef__":true,"id":25980},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"25972":{"offset":0,"color":{"__isSmartRef__":true,"id":25973}},"25973":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25974":{"offset":0.4,"color":{"__isSmartRef__":true,"id":25975}},"25975":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25976":{"offset":0.6,"color":{"__isSmartRef__":true,"id":25977}},"25977":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25978":{"offset":1,"color":{"__isSmartRef__":true,"id":25979}},"25979":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25980":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25981":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"25982":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"25983":{"stops":[{"__isSmartRef__":true,"id":25984},{"__isSmartRef__":true,"id":25986},{"__isSmartRef__":true,"id":25988},{"__isSmartRef__":true,"id":25990}],"vector":{"__isSmartRef__":true,"id":25980},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"25984":{"offset":0,"color":{"__isSmartRef__":true,"id":25985}},"25985":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25986":{"offset":0.4,"color":{"__isSmartRef__":true,"id":25987}},"25987":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25988":{"offset":0.6,"color":{"__isSmartRef__":true,"id":25989}},"25989":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25990":{"offset":1,"color":{"__isSmartRef__":true,"id":25991}},"25991":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"25992":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"25993":{"sourceObj":{"__isSmartRef__":true,"id":25951},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":25645},"targetMethodName":"showDiff","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"25994":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25995":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"25996":{"morph":{"__isSmartRef__":true,"id":25951},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"25997":{"x":69.5,"y":-18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25998":{"x":10,"y":390,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"25999":{"_Position":{"__isSmartRef__":true,"id":26000},"renderContextTable":{"__isSmartRef__":true,"id":26001},"_Extent":{"__isSmartRef__":true,"id":26002},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":26003},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":26004},"_Fill":{"__isSmartRef__":true,"id":26005},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"26000":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26001":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"26002":{"x":542,"y":420,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26003":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"26004":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26005":{"r":0.8235294117647058,"g":0.8235294117647058,"b":0.8235294117647058,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26006":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"26007":{"morph":{"__isSmartRef__":true,"id":25645},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"26008":{"adjustForNewBounds":true,"resizeWidth":true,"resizeHeight":true},"26009":{"message":"Please enter a name for the part","attributeConnections":[{"__isSmartRef__":true,"id":26010}],"doNotSerialize":["$$result"],"doNotCopyProperties":["$$result"],"defaultInput":"CommitMessageTest1","panel":{"__isSmartRef__":true,"id":25645},"label":{"__isSmartRef__":true,"id":26011},"cancelButton":{"__isSmartRef__":true,"id":26023},"okButton":{"__isSmartRef__":true,"id":26069},"inputText":{"__isSmartRef__":true,"id":25646},"view":{"__isSmartRef__":true,"id":25645},"__SourceModuleName__":"Global.lively.morphic.Widgets","result":"CommitMessageTest1","__LivelyClassName__":"lively.morphic.PromptDialog"},"26010":{"sourceObj":{"__isSmartRef__":true,"id":26009},"sourceAttrName":"result","targetObj":{"__isSmartRef__":true,"id":26009},"targetMethodName":"triggerCallback","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"26011":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":26012},"id":3220,"renderContextTable":{"__isSmartRef__":true,"id":26017},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":26018}],"eventHandler":{"__isSmartRef__":true,"id":26020},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":false,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":26021},"priorExtent":{"__isSmartRef__":true,"id":26022},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":null,"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"isCopyMorphRef":true,"morphRefId":1,"__LivelyClassName__":"lively.morphic.Text"},"26012":{"_Position":{"__isSmartRef__":true,"id":26013},"renderContextTable":{"__isSmartRef__":true,"id":26014},"_Extent":{"__isSmartRef__":true,"id":26015},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":25651},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":25652},"_Fill":{"__isSmartRef__":true,"id":26016},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"26013":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26014":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"26015":{"x":226,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26016":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26017":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"26018":{"style":{"__isSmartRef__":true,"id":26019},"chunkOwner":{"__isSmartRef__":true,"id":26011},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"26019":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"26020":{"morph":{"__isSmartRef__":true,"id":26011},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"26021":{"x":4,"y":4,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26022":{"x":226,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26023":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":26024},"id":6793,"renderContextTable":{"__isSmartRef__":true,"id":26040},"eventHandler":{"__isSmartRef__":true,"id":26041},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":26042},"priorExtent":{"__isSmartRef__":true,"id":26043},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":26030},"lighterFill":{"__isSmartRef__":true,"id":26044},"label":{"__isSmartRef__":true,"id":26053},"layout":{"__isSmartRef__":true,"id":26065},"owner":null,"attributeConnections":[{"__isSmartRef__":true,"id":26066},{"__isSmartRef__":true,"id":26067}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","isCopyMorphRef":true,"morphRefId":1,"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Button"},"26024":{"_Position":{"__isSmartRef__":true,"id":26025},"renderContextTable":{"__isSmartRef__":true,"id":26026},"_Extent":{"__isSmartRef__":true,"id":26027},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":26028},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":26029},"_Fill":{"__isSmartRef__":true,"id":26030},"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"26025":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26026":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"26027":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26028":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"26029":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26030":{"stops":[{"__isSmartRef__":true,"id":26031},{"__isSmartRef__":true,"id":26033},{"__isSmartRef__":true,"id":26035},{"__isSmartRef__":true,"id":26037}],"vector":{"__isSmartRef__":true,"id":26039},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"26031":{"offset":0,"color":{"__isSmartRef__":true,"id":26032}},"26032":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26033":{"offset":0.4,"color":{"__isSmartRef__":true,"id":26034}},"26034":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26035":{"offset":0.6,"color":{"__isSmartRef__":true,"id":26036}},"26036":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26037":{"offset":1,"color":{"__isSmartRef__":true,"id":26038}},"26038":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26039":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"26040":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"26041":{"morph":{"__isSmartRef__":true,"id":26023},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"26042":{"x":478,"y":187,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26043":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26044":{"stops":[{"__isSmartRef__":true,"id":26045},{"__isSmartRef__":true,"id":26047},{"__isSmartRef__":true,"id":26049},{"__isSmartRef__":true,"id":26051}],"vector":{"__isSmartRef__":true,"id":26039},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"26045":{"offset":0,"color":{"__isSmartRef__":true,"id":26046}},"26046":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26047":{"offset":0.4,"color":{"__isSmartRef__":true,"id":26048}},"26048":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26049":{"offset":0.6,"color":{"__isSmartRef__":true,"id":26050}},"26050":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26051":{"offset":1,"color":{"__isSmartRef__":true,"id":26052}},"26052":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26053":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":26054},"id":6794,"renderContextTable":{"__isSmartRef__":true,"id":26059},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":26060}],"eventHandler":{"__isSmartRef__":true,"id":26062},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":26063},"priorExtent":{"__isSmartRef__":true,"id":26064},"_MaxTextWidth":60,"_MinTextWidth":60,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":null,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Text"},"26054":{"_Position":{"__isSmartRef__":true,"id":26055},"renderContextTable":{"__isSmartRef__":true,"id":26056},"_Extent":{"__isSmartRef__":true,"id":26057},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":26058},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":25652},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"26055":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26056":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"26057":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26058":{"x":0,"y":6,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"26059":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"26060":{"style":{"__isSmartRef__":true,"id":26061},"chunkOwner":{"__isSmartRef__":true,"id":26053},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"26061":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"26062":{"morph":{"__isSmartRef__":true,"id":26053},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"26063":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26064":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26065":{"moveVertical":true,"moveHorizontal":true},"26066":{"sourceObj":{"__isSmartRef__":true,"id":26023},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":26009},"targetMethodName":"removeTopLevel","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"26067":{"sourceObj":{"__isSmartRef__":true,"id":26023},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":26009},"targetMethodName":"result","converter":null,"converterString":"function () { return null }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":26068},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"26068":{"source":{"__isSmartRef__":true,"id":26023},"target":{"__isSmartRef__":true,"id":26009}},"26069":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":26070},"id":6795,"renderContextTable":{"__isSmartRef__":true,"id":26075},"eventHandler":{"__isSmartRef__":true,"id":26076},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":26077},"priorExtent":{"__isSmartRef__":true,"id":26078},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":26030},"lighterFill":{"__isSmartRef__":true,"id":26079},"label":{"__isSmartRef__":true,"id":26088},"layout":{"__isSmartRef__":true,"id":26100},"owner":null,"attributeConnections":[{"__isSmartRef__":true,"id":26101},{"__isSmartRef__":true,"id":26102}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","isCopyMorphRef":true,"morphRefId":2,"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Button"},"26070":{"_Position":{"__isSmartRef__":true,"id":26071},"renderContextTable":{"__isSmartRef__":true,"id":26072},"_Extent":{"__isSmartRef__":true,"id":26073},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":26074},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":26029},"_Fill":{"__isSmartRef__":true,"id":26030},"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"26071":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26072":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"26073":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26074":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"26075":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"26076":{"morph":{"__isSmartRef__":true,"id":26069},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"26077":{"x":414,"y":187,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26078":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26079":{"stops":[{"__isSmartRef__":true,"id":26080},{"__isSmartRef__":true,"id":26082},{"__isSmartRef__":true,"id":26084},{"__isSmartRef__":true,"id":26086}],"vector":{"__isSmartRef__":true,"id":26039},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"26080":{"offset":0,"color":{"__isSmartRef__":true,"id":26081}},"26081":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26082":{"offset":0.4,"color":{"__isSmartRef__":true,"id":26083}},"26083":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26084":{"offset":0.6,"color":{"__isSmartRef__":true,"id":26085}},"26085":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26086":{"offset":1,"color":{"__isSmartRef__":true,"id":26087}},"26087":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26088":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":26089},"id":6796,"renderContextTable":{"__isSmartRef__":true,"id":26094},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":26095}],"eventHandler":{"__isSmartRef__":true,"id":26097},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":26098},"priorExtent":{"__isSmartRef__":true,"id":26099},"_MaxTextWidth":60,"_MinTextWidth":60,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":null,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Text"},"26089":{"_Position":{"__isSmartRef__":true,"id":26090},"renderContextTable":{"__isSmartRef__":true,"id":26091},"_Extent":{"__isSmartRef__":true,"id":26092},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":26093},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":25652},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"26090":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26091":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"26092":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26093":{"x":0,"y":6,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"26094":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"26095":{"style":{"__isSmartRef__":true,"id":26096},"chunkOwner":{"__isSmartRef__":true,"id":26088},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"26096":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"26097":{"morph":{"__isSmartRef__":true,"id":26088},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"26098":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26099":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26100":{"moveVertical":true,"moveHorizontal":true},"26101":{"sourceObj":{"__isSmartRef__":true,"id":26069},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":26009},"targetMethodName":"removeTopLevel","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"26102":{"sourceObj":{"__isSmartRef__":true,"id":26069},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":25646},"targetMethodName":"doSave","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"26103":{"x":542,"y":420,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26104":{"x":365,"y":-16,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26105":{"x":0,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26106":{"copyToPartsBin":{"__isSmartRef__":true,"id":26107},"onPublish":{"__isSmartRef__":true,"id":26115},"onCancel":{"__isSmartRef__":true,"id":26119},"setTarget":{"__isSmartRef__":true,"id":26123},"reset":{"__isSmartRef__":true,"id":26127},"showDiff":{"__isSmartRef__":true,"id":26131}},"26107":{"varMapping":{"__isSmartRef__":true,"id":26108},"source":"function copyToPartsBin(morph) {\n var name = this.get('NameText').textString\n\n var info = morph.getPartsBinMetaInfo();\n morph.setName(name);\n\n info.partsSpaceName = this.get('CategoryText').textString\n info.comment = this.get('CommentText').textString\n\n if (! info.changes) info.changes = [];\n var change = { \n date: new Date(), \n author: this.world().getUserName(), \n message: this.get('CommitMessageText').textString,\n id: Strings.newUUID()\n }\n info.changes.push(change) \n\n morph.copyToPartsBin();\n}","funcProperties":{"__isSmartRef__":true,"id":26113},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"26108":{"this":{"__isSmartRef__":true,"id":25645},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":26109}},"26109":{"$super":{"__isSmartRef__":true,"id":26110}},"26110":{"varMapping":{"__isSmartRef__":true,"id":26111},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":26112},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"26111":{"obj":{"__isSmartRef__":true,"id":25645},"name":"copyToPartsBin"},"26112":{},"26113":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":26114}},"26114":{"isSerializedDate":true,"string":"Fri Oct 28 2011 15:13:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"26115":{"varMapping":{"__isSmartRef__":true,"id":26116},"source":"function onPublish() {\n if (!this.target) alert(\"No target to upload\");\n this.copyToPartsBin(this.target);\n connect(this.target, 'headRevision', this.owner, 'remove')\n}","funcProperties":{"__isSmartRef__":true,"id":26117},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"26116":{"this":{"__isSmartRef__":true,"id":25645}},"26117":{"timestamp":{"__isSmartRef__":true,"id":26118},"user":"undefined","tags":[]},"26118":{"isSerializedDate":true,"string":"Tue Mar 20 2012 12:59:48 GMT+0100 (Mitteleuropäische Zeit)"},"26119":{"varMapping":{"__isSmartRef__":true,"id":26120},"source":"function onCancel() {\n alertOK(\"cancel upload \") \n this.owner.remove()\n}","funcProperties":{"__isSmartRef__":true,"id":26121},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"26120":{"this":{"__isSmartRef__":true,"id":25645}},"26121":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":26122}},"26122":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:52:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"26123":{"varMapping":{"__isSmartRef__":true,"id":26124},"source":"function setTarget(morph) {\n this.target = morph \n if (!morph) {\n this.get('NameText').textString = '';\n this.get('CategoryText').textString = '';\n this.get('CommentText').textString = ''; \n this.get('CommitMessageText').textString = '' \n return\n }\n var info = this.target.getPartsBinMetaInfo();\n this.get('NameText').textString = info.partName || morph.getName();\n this.get('CategoryText').textString = info.partsSpaceName;\n this.get('CommentText').textString = info.comment; \n this.get('CommitMessageText').textString = '' \n\n}","funcProperties":{"__isSmartRef__":true,"id":26125},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"26124":{"this":{"__isSmartRef__":true,"id":25645}},"26125":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":26126}},"26126":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:46:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"26127":{"varMapping":{"__isSmartRef__":true,"id":26128},"source":"function reset() {\n this.setTarget(null)\n \n}","funcProperties":{"__isSmartRef__":true,"id":26129},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"26128":{"this":{"__isSmartRef__":true,"id":25645}},"26129":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":26130}},"26130":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:45:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"26131":{"varMapping":{"__isSmartRef__":true,"id":26132},"source":"function showDiff() {\n this.target && this.target.showThreeWayDiff();\n}","funcProperties":{"__isSmartRef__":true,"id":26133},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"26132":{"this":{"__isSmartRef__":true,"id":25645}},"26133":{"timestamp":{"__isSmartRef__":true,"id":26134},"user":"undefined","tags":[]},"26134":{"isSerializedDate":true,"string":"Wed Mar 21 2012 14:45:16 GMT+0100 (Mitteleuropäische Zeit)"},"26135":{"renderContextTable":{"__isSmartRef__":true,"id":26136},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":26137},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":26138},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"26136":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"26137":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"26138":{"x":542,"y":242,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26139":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"26140":{"morph":{"__isSmartRef__":true,"id":25497},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"26141":{"adjustForNewBounds":true},"26142":{"x":542,"y":242,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26143":{"x":0,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26144":{"x":1078,"y":80,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26145":{"partName":"PublishPartDialog","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/BP2012","__SourceModuleName__":"Global.lively.PartsBin","comment":"A dialog for publishing parts in the PartsBin.","changes":[{"__isSmartRef__":true,"id":26146},{"__isSmartRef__":true,"id":26148},{"__isSmartRef__":true,"id":26150},{"__isSmartRef__":true,"id":26152},{"__isSmartRef__":true,"id":26154},{"__isSmartRef__":true,"id":26156},{"__isSmartRef__":true,"id":26158}],"revisionOnLoad":147095,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"26146":{"date":{"__isSmartRef__":true,"id":26147},"author":"undefined","message":"init for change - don't remove on click","id":"00A6DFFB-70D2-44A4-B5F9-0778E1CA5724"},"26147":{"isSerializedDate":true,"string":"Tue Mar 20 2012 12:04:27 GMT+0100 (Mitteleuropäische Zeit)"},"26148":{"date":{"__isSmartRef__":true,"id":26149},"author":"jenslincke","message":"- fixed issue 283 (Reproduction: Open part, select publish from menu, focus part name input field in dialog, press enter.-> window pane disappears; window decoration stays; part is not published)","id":"1A260BD5-E668-4BD4-B7A2-94E087AB4CE1"},"26149":{"isSerializedDate":true,"string":"Thu Jan 26 2012 12:10:41 GMT+0100 (Mitteleuropäische Zeit)"},"26150":{"date":{"__isSmartRef__":true,"id":26151},"author":"jenslincke","message":""},"26151":{"isSerializedDate":true,"string":"Fri Oct 28 2011 16:06:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"26152":{"date":{"__isSmartRef__":true,"id":26153},"author":"jenslincke","message":"store an uuid when publishing an object"},"26153":{"isSerializedDate":true,"string":"Fri Oct 28 2011 15:15:02 GMT+0200 (Mitteleuropäische Sommerzeit)"},"26154":{"date":{"__isSmartRef__":true,"id":26155},"author":"jenslincke","message":""},"26155":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:52:26 GMT+0200 (Mitteleuropäische Sommerzeit)"},"26156":{"date":{"__isSmartRef__":true,"id":26157},"author":"jenslincke","message":"first commit of Publish dialog using the publish dialog itself!"},"26157":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:54:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"26158":{"date":{"__isSmartRef__":true,"id":26159},"author":"undefined","message":"","id":"A5F4EACF-EF62-483F-B8B3-65966A895FA4"},"26159":{"isSerializedDate":true,"string":"Tue Mar 20 2012 13:00:03 GMT+0100 (Mitteleuropäische Zeit)"},"26160":{"x":746.5,"y":280.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26161":{"x":680.5,"y":280.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26162":{"onShutdown":{"__isSmartRef__":true,"id":26163}},"26163":{"varMapping":{"__isSmartRef__":true,"id":26164},"source":"function onShutdown() {\n this.get(\"MorphDiffer\").onShutdown()\n}","funcProperties":{"__isSmartRef__":true,"id":26165},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"26164":{"this":{"__isSmartRef__":true,"id":18800}},"26165":{"timestamp":{"__isSmartRef__":true,"id":26166},"user":"undefined","tags":[]},"26166":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:09:56 GMT+0100 (Mitteleuropäische Zeit)"},"26167":{"name":"PartsBin/Basic/","partItems":{"__isSmartRef__":true,"id":26168},"attributeConnections":[{"__isSmartRef__":true,"id":26183},{"__isSmartRef__":true,"id":30846},{"__isSmartRef__":true,"id":39462},{"__isSmartRef__":true,"id":46483},{"__isSmartRef__":true,"id":52372},{"__isSmartRef__":true,"id":58404}],"doNotSerialize":["$$partItems"],"doNotCopyProperties":["$$partItems"],"__LivelyClassName__":"lively.PartsBin.PartsSpace","__SourceModuleName__":"Global.lively.PartsBin"},"26168":{"PrimitiveShapes":{"__isSmartRef__":true,"id":26169},"Notebook":{"__isSmartRef__":true,"id":26170},"LineWithArrows":{"__isSmartRef__":true,"id":26171},"Image":{"__isSmartRef__":true,"id":26172},"Text":{"__isSmartRef__":true,"id":26173},"Line":{"__isSmartRef__":true,"id":26174},"LineWithArrowOrange":{"__isSmartRef__":true,"id":26175},"Ellipse":{"__isSmartRef__":true,"id":26176},"LineWithArrow":{"__isSmartRef__":true,"id":26177},"Rectangle":{"__isSmartRef__":true,"id":26178},"Triangle":{"__isSmartRef__":true,"id":26179},"Star":{"__isSmartRef__":true,"id":26180},"Marker":{"__isSmartRef__":true,"id":26181},"Cloud":{"__isSmartRef__":true,"id":26182}},"26169":{"partsSpaceName":"PartsBin/Basic/","name":"PrimitiveShapes","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"26170":{"partsSpaceName":"PartsBin/Basic/","name":"Notebook","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"26171":{"partsSpaceName":"PartsBin/Basic/","name":"LineWithArrows","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"26172":{"partsSpaceName":"PartsBin/Basic/","name":"Image","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"26173":{"partsSpaceName":"PartsBin/Basic/","name":"Text","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"26174":{"partsSpaceName":"PartsBin/Basic/","name":"Line","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"26175":{"partsSpaceName":"PartsBin/Basic/","name":"LineWithArrowOrange","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"26176":{"partsSpaceName":"PartsBin/Basic/","name":"Ellipse","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"26177":{"partsSpaceName":"PartsBin/Basic/","name":"LineWithArrow","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"26178":{"partsSpaceName":"PartsBin/Basic/","name":"Rectangle","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"26179":{"partsSpaceName":"PartsBin/Basic/","name":"Triangle","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"26180":{"partsSpaceName":"PartsBin/Basic/","name":"Star","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"26181":{"partsSpaceName":"PartsBin/Basic/","name":"Marker","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"26182":{"partsSpaceName":"PartsBin/Basic/","name":"Cloud","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"26183":{"sourceObj":{"__isSmartRef__":true,"id":26167},"sourceAttrName":"partItems","targetObj":{"__isSmartRef__":true,"id":26184},"targetMethodName":"addMorphsForPartItems","converterString":"function (partItemObj) { return Properties.ownValues(partItemObj) }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":30842},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":30843},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"26184":{"submorphs":[{"__isSmartRef__":true,"id":26185},{"__isSmartRef__":true,"id":27977},{"__isSmartRef__":true,"id":27992},{"__isSmartRef__":true,"id":28042},{"__isSmartRef__":true,"id":28539},{"__isSmartRef__":true,"id":28592},{"__isSmartRef__":true,"id":28645},{"__isSmartRef__":true,"id":28662},{"__isSmartRef__":true,"id":28676}],"scripts":[],"id":"85A86819-7923-4EEE-A741-EE1B0AA37FED","shape":{"__isSmartRef__":true,"id":29057},"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"PartsBinBrowser","partsBinMetaInfo":{"__isSmartRef__":true,"id":29064},"__SourceModuleName__":"Global.lively.morphic.Core","attributeConnections":[{"__isSmartRef__":true,"id":29067},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":29001},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005}],"doNotSerialize":["$$categoryName","$$_Position","$$_Scale","$$_Rotation","$$owner","categories"],"doNotCopyProperties":["$$categoryName","$$_Position","$$_Scale","$$_Rotation","$$owner"],"selectedPartItem":{"__isSmartRef__":true,"id":28387},"layout":{"__isSmartRef__":true,"id":29068},"priorExtent":{"__isSmartRef__":true,"id":29069},"renderContextTable":{"__isSmartRef__":true,"id":29070},"eventHandler":{"__isSmartRef__":true,"id":29071},"connections":{"__isSmartRef__":true,"id":29072},"isCopyMorphRef":true,"morphRefId":1,"prevScroll":[0,0],"isBeingDragged":false,"derivationIds":[1216,"DCEC3706-0AB9-4A0C-925F-475895BE1DF7","68426E58-E2B1-4674-9B39-B68EBCF20862","2669991A-6DFB-4E8C-B5E0-7AAFEB4C1F1B","28532929-9EF2-46BB-806D-E2DEDDDD7B23","C9A10B70-D314-40FE-8F60-89C176D369BE","AB7C8D37-027C-4F1A-94C9-6D9399870560","6C0D122F-738A-4887-A71E-60CC93389047","78714529-9A42-4AF0-89F3-94DB4F3E87BC","20E86927-BBA6-45B0-AE2E-74C6531A2D8B","7547ECC2-E4E3-4F53-A5E1-54BACD597352","8CA5479C-7CD1-4FAC-90E1-B9BB8C43706D","A1030CA3-704B-46AE-9627-A2843F9D1DC2","1888759D-BC9B-436F-9782-632D1000D7FB","B758B83B-AF79-4410-B88D-5EE31D7C17A9","F4363EF4-1C16-4D29-A79F-7B414DD0F1FD","044C9B49-71AD-499B-938B-CBBF60CD1BDA","E6F808B7-2CCE-4B5C-9B6F-1D7A22B8F936","FE4AD6D7-B486-4DF5-A4A8-C92A799C9FE8"],"_Position":{"__isSmartRef__":true,"id":29074},"_Scale":1,"_Rotation":0,"owner":{"__isSmartRef__":true,"id":28765},"categoryName":"Tools","_ClipMode":"visible","allURLs":[{"__isSmartRef__":true,"id":29075},{"__isSmartRef__":true,"id":29076},{"__isSmartRef__":true,"id":29077},{"__isSmartRef__":true,"id":29078},{"__isSmartRef__":true,"id":29079},{"__isSmartRef__":true,"id":29080},{"__isSmartRef__":true,"id":29081},{"__isSmartRef__":true,"id":29082},{"__isSmartRef__":true,"id":29083},{"__isSmartRef__":true,"id":29084},{"__isSmartRef__":true,"id":29085},{"__isSmartRef__":true,"id":29086},{"__isSmartRef__":true,"id":29087},{"__isSmartRef__":true,"id":29088},{"__isSmartRef__":true,"id":29089},{"__isSmartRef__":true,"id":29090},{"__isSmartRef__":true,"id":29091},{"__isSmartRef__":true,"id":29092},{"__isSmartRef__":true,"id":29093},{"__isSmartRef__":true,"id":29094},{"__isSmartRef__":true,"id":29095},{"__isSmartRef__":true,"id":29096},{"__isSmartRef__":true,"id":29097},{"__isSmartRef__":true,"id":29098},{"__isSmartRef__":true,"id":29099},{"__isSmartRef__":true,"id":29100},{"__isSmartRef__":true,"id":29101},{"__isSmartRef__":true,"id":29102},{"__isSmartRef__":true,"id":29103},{"__isSmartRef__":true,"id":29104},{"__isSmartRef__":true,"id":29105},{"__isSmartRef__":true,"id":29106},{"__isSmartRef__":true,"id":29107},{"__isSmartRef__":true,"id":29108},{"__isSmartRef__":true,"id":29109},{"__isSmartRef__":true,"id":29110},{"__isSmartRef__":true,"id":29111},{"__isSmartRef__":true,"id":29112},{"__isSmartRef__":true,"id":29113},{"__isSmartRef__":true,"id":29114},{"__isSmartRef__":true,"id":29115},{"__isSmartRef__":true,"id":29116},{"__isSmartRef__":true,"id":29117},{"__isSmartRef__":true,"id":29118},{"__isSmartRef__":true,"id":29119},{"__isSmartRef__":true,"id":29120},{"__isSmartRef__":true,"id":29121},{"__isSmartRef__":true,"id":29122},{"__isSmartRef__":true,"id":29123},{"__isSmartRef__":true,"id":29124},{"__isSmartRef__":true,"id":29125},{"__isSmartRef__":true,"id":29126},{"__isSmartRef__":true,"id":29127},{"__isSmartRef__":true,"id":29128},{"__isSmartRef__":true,"id":29129},{"__isSmartRef__":true,"id":29130},{"__isSmartRef__":true,"id":29131},{"__isSmartRef__":true,"id":29132},{"__isSmartRef__":true,"id":29133},{"__isSmartRef__":true,"id":29134},{"__isSmartRef__":true,"id":29135},{"__isSmartRef__":true,"id":29136},{"__isSmartRef__":true,"id":29137},{"__isSmartRef__":true,"id":29138},{"__isSmartRef__":true,"id":29139},{"__isSmartRef__":true,"id":29140},{"__isSmartRef__":true,"id":29141},{"__isSmartRef__":true,"id":29142},{"__isSmartRef__":true,"id":29143},{"__isSmartRef__":true,"id":29144},{"__isSmartRef__":true,"id":29145},{"__isSmartRef__":true,"id":29146},{"__isSmartRef__":true,"id":29147},{"__isSmartRef__":true,"id":29148},{"__isSmartRef__":true,"id":29149},{"__isSmartRef__":true,"id":29150},{"__isSmartRef__":true,"id":29151},{"__isSmartRef__":true,"id":29152},{"__isSmartRef__":true,"id":29153},{"__isSmartRef__":true,"id":29154},{"__isSmartRef__":true,"id":29155},{"__isSmartRef__":true,"id":29156},{"__isSmartRef__":true,"id":29157},{"__isSmartRef__":true,"id":29158},{"__isSmartRef__":true,"id":29159},{"__isSmartRef__":true,"id":29160},{"__isSmartRef__":true,"id":29161},{"__isSmartRef__":true,"id":29162},{"__isSmartRef__":true,"id":29163},{"__isSmartRef__":true,"id":29164},{"__isSmartRef__":true,"id":29165},{"__isSmartRef__":true,"id":29166},{"__isSmartRef__":true,"id":29167},{"__isSmartRef__":true,"id":29168},{"__isSmartRef__":true,"id":29169},{"__isSmartRef__":true,"id":29170},{"__isSmartRef__":true,"id":29171},{"__isSmartRef__":true,"id":29172},{"__isSmartRef__":true,"id":29173},{"__isSmartRef__":true,"id":29174},{"__isSmartRef__":true,"id":29175},{"__isSmartRef__":true,"id":29176},{"__isSmartRef__":true,"id":29177},{"__isSmartRef__":true,"id":29178},{"__isSmartRef__":true,"id":29179},{"__isSmartRef__":true,"id":29180},{"__isSmartRef__":true,"id":29181},{"__isSmartRef__":true,"id":29182},{"__isSmartRef__":true,"id":29183},{"__isSmartRef__":true,"id":29184},{"__isSmartRef__":true,"id":29185},{"__isSmartRef__":true,"id":29186},{"__isSmartRef__":true,"id":29187},{"__isSmartRef__":true,"id":29188},{"__isSmartRef__":true,"id":29189},{"__isSmartRef__":true,"id":29190},{"__isSmartRef__":true,"id":29191},{"__isSmartRef__":true,"id":29192},{"__isSmartRef__":true,"id":29193},{"__isSmartRef__":true,"id":29194},{"__isSmartRef__":true,"id":29195},{"__isSmartRef__":true,"id":29196},{"__isSmartRef__":true,"id":29197},{"__isSmartRef__":true,"id":29198},{"__isSmartRef__":true,"id":29199},{"__isSmartRef__":true,"id":29200},{"__isSmartRef__":true,"id":29201},{"__isSmartRef__":true,"id":29202},{"__isSmartRef__":true,"id":29203},{"__isSmartRef__":true,"id":29204},{"__isSmartRef__":true,"id":29205},{"__isSmartRef__":true,"id":29206},{"__isSmartRef__":true,"id":29207},{"__isSmartRef__":true,"id":29208},{"__isSmartRef__":true,"id":29209},{"__isSmartRef__":true,"id":29210},{"__isSmartRef__":true,"id":29211},{"__isSmartRef__":true,"id":29212},{"__isSmartRef__":true,"id":29213},{"__isSmartRef__":true,"id":29214},{"__isSmartRef__":true,"id":29215},{"__isSmartRef__":true,"id":29216},{"__isSmartRef__":true,"id":29217},{"__isSmartRef__":true,"id":29218},{"__isSmartRef__":true,"id":29219},{"__isSmartRef__":true,"id":29220},{"__isSmartRef__":true,"id":29221},{"__isSmartRef__":true,"id":29222},{"__isSmartRef__":true,"id":29223},{"__isSmartRef__":true,"id":29224},{"__isSmartRef__":true,"id":29225},{"__isSmartRef__":true,"id":29226},{"__isSmartRef__":true,"id":29227},{"__isSmartRef__":true,"id":29228},{"__isSmartRef__":true,"id":29229},{"__isSmartRef__":true,"id":29230},{"__isSmartRef__":true,"id":29231},{"__isSmartRef__":true,"id":29232},{"__isSmartRef__":true,"id":29233},{"__isSmartRef__":true,"id":29234},{"__isSmartRef__":true,"id":29235},{"__isSmartRef__":true,"id":29236},{"__isSmartRef__":true,"id":29237},{"__isSmartRef__":true,"id":29238},{"__isSmartRef__":true,"id":29239},{"__isSmartRef__":true,"id":29240},{"__isSmartRef__":true,"id":29241},{"__isSmartRef__":true,"id":29242},{"__isSmartRef__":true,"id":29243},{"__isSmartRef__":true,"id":29244},{"__isSmartRef__":true,"id":29245},{"__isSmartRef__":true,"id":29246},{"__isSmartRef__":true,"id":29247},{"__isSmartRef__":true,"id":29248},{"__isSmartRef__":true,"id":29249},{"__isSmartRef__":true,"id":29250},{"__isSmartRef__":true,"id":29251},{"__isSmartRef__":true,"id":29252},{"__isSmartRef__":true,"id":29253},{"__isSmartRef__":true,"id":29254},{"__isSmartRef__":true,"id":29255},{"__isSmartRef__":true,"id":29256},{"__isSmartRef__":true,"id":29257},{"__isSmartRef__":true,"id":29258},{"__isSmartRef__":true,"id":29259},{"__isSmartRef__":true,"id":29260},{"__isSmartRef__":true,"id":29261},{"__isSmartRef__":true,"id":29262},{"__isSmartRef__":true,"id":29263},{"__isSmartRef__":true,"id":29264},{"__isSmartRef__":true,"id":29265},{"__isSmartRef__":true,"id":29266},{"__isSmartRef__":true,"id":29267},{"__isSmartRef__":true,"id":29268},{"__isSmartRef__":true,"id":29269},{"__isSmartRef__":true,"id":29270},{"__isSmartRef__":true,"id":29271},{"__isSmartRef__":true,"id":29272},{"__isSmartRef__":true,"id":29273},{"__isSmartRef__":true,"id":29274},{"__isSmartRef__":true,"id":29275},{"__isSmartRef__":true,"id":29276},{"__isSmartRef__":true,"id":29277},{"__isSmartRef__":true,"id":29278},{"__isSmartRef__":true,"id":29279},{"__isSmartRef__":true,"id":29280},{"__isSmartRef__":true,"id":29281},{"__isSmartRef__":true,"id":29282},{"__isSmartRef__":true,"id":29283},{"__isSmartRef__":true,"id":29284},{"__isSmartRef__":true,"id":29285},{"__isSmartRef__":true,"id":29286},{"__isSmartRef__":true,"id":29287},{"__isSmartRef__":true,"id":29288},{"__isSmartRef__":true,"id":29289},{"__isSmartRef__":true,"id":29290},{"__isSmartRef__":true,"id":29291},{"__isSmartRef__":true,"id":29292},{"__isSmartRef__":true,"id":29293},{"__isSmartRef__":true,"id":29294},{"__isSmartRef__":true,"id":29295},{"__isSmartRef__":true,"id":29296},{"__isSmartRef__":true,"id":29297},{"__isSmartRef__":true,"id":29298},{"__isSmartRef__":true,"id":29299},{"__isSmartRef__":true,"id":29300},{"__isSmartRef__":true,"id":29301},{"__isSmartRef__":true,"id":29302},{"__isSmartRef__":true,"id":29303},{"__isSmartRef__":true,"id":29304},{"__isSmartRef__":true,"id":29305},{"__isSmartRef__":true,"id":29306},{"__isSmartRef__":true,"id":29307},{"__isSmartRef__":true,"id":29308},{"__isSmartRef__":true,"id":29309},{"__isSmartRef__":true,"id":29310},{"__isSmartRef__":true,"id":29311},{"__isSmartRef__":true,"id":29312},{"__isSmartRef__":true,"id":29313},{"__isSmartRef__":true,"id":29314},{"__isSmartRef__":true,"id":29315},{"__isSmartRef__":true,"id":29316},{"__isSmartRef__":true,"id":29317},{"__isSmartRef__":true,"id":29318},{"__isSmartRef__":true,"id":29319},{"__isSmartRef__":true,"id":29320},{"__isSmartRef__":true,"id":29321},{"__isSmartRef__":true,"id":29322},{"__isSmartRef__":true,"id":29323},{"__isSmartRef__":true,"id":29324},{"__isSmartRef__":true,"id":29325},{"__isSmartRef__":true,"id":29326},{"__isSmartRef__":true,"id":29327},{"__isSmartRef__":true,"id":29328},{"__isSmartRef__":true,"id":29329},{"__isSmartRef__":true,"id":29330},{"__isSmartRef__":true,"id":29331},{"__isSmartRef__":true,"id":29332},{"__isSmartRef__":true,"id":29333},{"__isSmartRef__":true,"id":29334},{"__isSmartRef__":true,"id":29335},{"__isSmartRef__":true,"id":29336},{"__isSmartRef__":true,"id":29337},{"__isSmartRef__":true,"id":29338},{"__isSmartRef__":true,"id":29339},{"__isSmartRef__":true,"id":29340},{"__isSmartRef__":true,"id":29341},{"__isSmartRef__":true,"id":29342},{"__isSmartRef__":true,"id":29343},{"__isSmartRef__":true,"id":29344},{"__isSmartRef__":true,"id":29345},{"__isSmartRef__":true,"id":29346},{"__isSmartRef__":true,"id":29347},{"__isSmartRef__":true,"id":29348},{"__isSmartRef__":true,"id":29349},{"__isSmartRef__":true,"id":29350},{"__isSmartRef__":true,"id":29351},{"__isSmartRef__":true,"id":29352},{"__isSmartRef__":true,"id":29353},{"__isSmartRef__":true,"id":29354},{"__isSmartRef__":true,"id":29355},{"__isSmartRef__":true,"id":29356},{"__isSmartRef__":true,"id":29357},{"__isSmartRef__":true,"id":29358},{"__isSmartRef__":true,"id":29359},{"__isSmartRef__":true,"id":29360},{"__isSmartRef__":true,"id":29361},{"__isSmartRef__":true,"id":29362},{"__isSmartRef__":true,"id":29363},{"__isSmartRef__":true,"id":29364},{"__isSmartRef__":true,"id":29365},{"__isSmartRef__":true,"id":29366},{"__isSmartRef__":true,"id":29367},{"__isSmartRef__":true,"id":29368},{"__isSmartRef__":true,"id":29369},{"__isSmartRef__":true,"id":29370},{"__isSmartRef__":true,"id":29371},{"__isSmartRef__":true,"id":29372},{"__isSmartRef__":true,"id":29373},{"__isSmartRef__":true,"id":29374},{"__isSmartRef__":true,"id":29375},{"__isSmartRef__":true,"id":29376},{"__isSmartRef__":true,"id":29377},{"__isSmartRef__":true,"id":29378},{"__isSmartRef__":true,"id":29379},{"__isSmartRef__":true,"id":29380},{"__isSmartRef__":true,"id":29381},{"__isSmartRef__":true,"id":29382},{"__isSmartRef__":true,"id":29383},{"__isSmartRef__":true,"id":29384},{"__isSmartRef__":true,"id":29385},{"__isSmartRef__":true,"id":29386},{"__isSmartRef__":true,"id":29387},{"__isSmartRef__":true,"id":29388},{"__isSmartRef__":true,"id":29389},{"__isSmartRef__":true,"id":29390},{"__isSmartRef__":true,"id":29391},{"__isSmartRef__":true,"id":29392},{"__isSmartRef__":true,"id":29393},{"__isSmartRef__":true,"id":29394},{"__isSmartRef__":true,"id":29395},{"__isSmartRef__":true,"id":29396},{"__isSmartRef__":true,"id":29397},{"__isSmartRef__":true,"id":29398},{"__isSmartRef__":true,"id":29399},{"__isSmartRef__":true,"id":29400},{"__isSmartRef__":true,"id":29401},{"__isSmartRef__":true,"id":29402},{"__isSmartRef__":true,"id":29403},{"__isSmartRef__":true,"id":29404},{"__isSmartRef__":true,"id":29405},{"__isSmartRef__":true,"id":29406},{"__isSmartRef__":true,"id":29407},{"__isSmartRef__":true,"id":29408},{"__isSmartRef__":true,"id":29409},{"__isSmartRef__":true,"id":29410},{"__isSmartRef__":true,"id":29411},{"__isSmartRef__":true,"id":29412},{"__isSmartRef__":true,"id":29413},{"__isSmartRef__":true,"id":29414},{"__isSmartRef__":true,"id":29415},{"__isSmartRef__":true,"id":29416},{"__isSmartRef__":true,"id":29417},{"__isSmartRef__":true,"id":29418},{"__isSmartRef__":true,"id":29419},{"__isSmartRef__":true,"id":29420},{"__isSmartRef__":true,"id":29421},{"__isSmartRef__":true,"id":29422},{"__isSmartRef__":true,"id":29423},{"__isSmartRef__":true,"id":29424},{"__isSmartRef__":true,"id":29425},{"__isSmartRef__":true,"id":29426},{"__isSmartRef__":true,"id":29427},{"__isSmartRef__":true,"id":29428},{"__isSmartRef__":true,"id":29429},{"__isSmartRef__":true,"id":29430},{"__isSmartRef__":true,"id":29431},{"__isSmartRef__":true,"id":29432},{"__isSmartRef__":true,"id":29433},{"__isSmartRef__":true,"id":29434},{"__isSmartRef__":true,"id":29435},{"__isSmartRef__":true,"id":29436},{"__isSmartRef__":true,"id":29437},{"__isSmartRef__":true,"id":29438},{"__isSmartRef__":true,"id":29439},{"__isSmartRef__":true,"id":29440},{"__isSmartRef__":true,"id":29441},{"__isSmartRef__":true,"id":29442},{"__isSmartRef__":true,"id":29443},{"__isSmartRef__":true,"id":29444},{"__isSmartRef__":true,"id":29445},{"__isSmartRef__":true,"id":29446},{"__isSmartRef__":true,"id":29447},{"__isSmartRef__":true,"id":29448},{"__isSmartRef__":true,"id":29449},{"__isSmartRef__":true,"id":29450},{"__isSmartRef__":true,"id":29451},{"__isSmartRef__":true,"id":29452},{"__isSmartRef__":true,"id":29453},{"__isSmartRef__":true,"id":29454},{"__isSmartRef__":true,"id":29455},{"__isSmartRef__":true,"id":29456},{"__isSmartRef__":true,"id":29457},{"__isSmartRef__":true,"id":29458},{"__isSmartRef__":true,"id":29459},{"__isSmartRef__":true,"id":29460},{"__isSmartRef__":true,"id":29461},{"__isSmartRef__":true,"id":29462},{"__isSmartRef__":true,"id":29463},{"__isSmartRef__":true,"id":29464},{"__isSmartRef__":true,"id":29465},{"__isSmartRef__":true,"id":29466},{"__isSmartRef__":true,"id":29467},{"__isSmartRef__":true,"id":29468},{"__isSmartRef__":true,"id":29469},{"__isSmartRef__":true,"id":29470},{"__isSmartRef__":true,"id":29471},{"__isSmartRef__":true,"id":29472},{"__isSmartRef__":true,"id":29473},{"__isSmartRef__":true,"id":29474},{"__isSmartRef__":true,"id":29475},{"__isSmartRef__":true,"id":29476},{"__isSmartRef__":true,"id":29477},{"__isSmartRef__":true,"id":29478},{"__isSmartRef__":true,"id":29479},{"__isSmartRef__":true,"id":29480},{"__isSmartRef__":true,"id":29481},{"__isSmartRef__":true,"id":29482},{"__isSmartRef__":true,"id":29483},{"__isSmartRef__":true,"id":29484},{"__isSmartRef__":true,"id":29485},{"__isSmartRef__":true,"id":29486},{"__isSmartRef__":true,"id":29487},{"__isSmartRef__":true,"id":29488},{"__isSmartRef__":true,"id":29489},{"__isSmartRef__":true,"id":29490},{"__isSmartRef__":true,"id":29491},{"__isSmartRef__":true,"id":29492},{"__isSmartRef__":true,"id":29493},{"__isSmartRef__":true,"id":29494},{"__isSmartRef__":true,"id":29495},{"__isSmartRef__":true,"id":29496},{"__isSmartRef__":true,"id":29497},{"__isSmartRef__":true,"id":29498},{"__isSmartRef__":true,"id":29499},{"__isSmartRef__":true,"id":29500},{"__isSmartRef__":true,"id":29501},{"__isSmartRef__":true,"id":29502},{"__isSmartRef__":true,"id":29503},{"__isSmartRef__":true,"id":29504},{"__isSmartRef__":true,"id":29505},{"__isSmartRef__":true,"id":29506},{"__isSmartRef__":true,"id":29507},{"__isSmartRef__":true,"id":29508},{"__isSmartRef__":true,"id":29509},{"__isSmartRef__":true,"id":29510},{"__isSmartRef__":true,"id":29511},{"__isSmartRef__":true,"id":29512},{"__isSmartRef__":true,"id":29513},{"__isSmartRef__":true,"id":29514},{"__isSmartRef__":true,"id":29515},{"__isSmartRef__":true,"id":29516},{"__isSmartRef__":true,"id":29517},{"__isSmartRef__":true,"id":29518},{"__isSmartRef__":true,"id":29519},{"__isSmartRef__":true,"id":29520},{"__isSmartRef__":true,"id":29521},{"__isSmartRef__":true,"id":29522},{"__isSmartRef__":true,"id":29523},{"__isSmartRef__":true,"id":29524},{"__isSmartRef__":true,"id":29525},{"__isSmartRef__":true,"id":29526},{"__isSmartRef__":true,"id":29527},{"__isSmartRef__":true,"id":29528},{"__isSmartRef__":true,"id":29529},{"__isSmartRef__":true,"id":29530},{"__isSmartRef__":true,"id":29531},{"__isSmartRef__":true,"id":29532},{"__isSmartRef__":true,"id":29533},{"__isSmartRef__":true,"id":29534},{"__isSmartRef__":true,"id":29535},{"__isSmartRef__":true,"id":29536},{"__isSmartRef__":true,"id":29537},{"__isSmartRef__":true,"id":29538},{"__isSmartRef__":true,"id":29539},{"__isSmartRef__":true,"id":29540},{"__isSmartRef__":true,"id":29541},{"__isSmartRef__":true,"id":29542},{"__isSmartRef__":true,"id":29543},{"__isSmartRef__":true,"id":29544},{"__isSmartRef__":true,"id":29545},{"__isSmartRef__":true,"id":29546},{"__isSmartRef__":true,"id":29547},{"__isSmartRef__":true,"id":29548},{"__isSmartRef__":true,"id":29549},{"__isSmartRef__":true,"id":29550},{"__isSmartRef__":true,"id":29551},{"__isSmartRef__":true,"id":29552},{"__isSmartRef__":true,"id":29553},{"__isSmartRef__":true,"id":29554},{"__isSmartRef__":true,"id":29555},{"__isSmartRef__":true,"id":29556},{"__isSmartRef__":true,"id":29557},{"__isSmartRef__":true,"id":29558},{"__isSmartRef__":true,"id":29559},{"__isSmartRef__":true,"id":29560},{"__isSmartRef__":true,"id":29561},{"__isSmartRef__":true,"id":29562},{"__isSmartRef__":true,"id":29563},{"__isSmartRef__":true,"id":29564},{"__isSmartRef__":true,"id":29565},{"__isSmartRef__":true,"id":29566},{"__isSmartRef__":true,"id":29567},{"__isSmartRef__":true,"id":29568},{"__isSmartRef__":true,"id":29569},{"__isSmartRef__":true,"id":29570},{"__isSmartRef__":true,"id":29571},{"__isSmartRef__":true,"id":29572},{"__isSmartRef__":true,"id":29573},{"__isSmartRef__":true,"id":29574},{"__isSmartRef__":true,"id":29575},{"__isSmartRef__":true,"id":29576},{"__isSmartRef__":true,"id":29577},{"__isSmartRef__":true,"id":29578},{"__isSmartRef__":true,"id":29579},{"__isSmartRef__":true,"id":29580},{"__isSmartRef__":true,"id":29581},{"__isSmartRef__":true,"id":29582},{"__isSmartRef__":true,"id":29583},{"__isSmartRef__":true,"id":29584},{"__isSmartRef__":true,"id":29585},{"__isSmartRef__":true,"id":29586},{"__isSmartRef__":true,"id":29587},{"__isSmartRef__":true,"id":29588},{"__isSmartRef__":true,"id":29589},{"__isSmartRef__":true,"id":29590},{"__isSmartRef__":true,"id":29591},{"__isSmartRef__":true,"id":29592},{"__isSmartRef__":true,"id":29593},{"__isSmartRef__":true,"id":29594},{"__isSmartRef__":true,"id":29595},{"__isSmartRef__":true,"id":29596},{"__isSmartRef__":true,"id":29597},{"__isSmartRef__":true,"id":29598},{"__isSmartRef__":true,"id":29599},{"__isSmartRef__":true,"id":29600},{"__isSmartRef__":true,"id":29601},{"__isSmartRef__":true,"id":29602},{"__isSmartRef__":true,"id":29603},{"__isSmartRef__":true,"id":29604},{"__isSmartRef__":true,"id":29605},{"__isSmartRef__":true,"id":29606},{"__isSmartRef__":true,"id":29607},{"__isSmartRef__":true,"id":29608},{"__isSmartRef__":true,"id":29609},{"__isSmartRef__":true,"id":29610},{"__isSmartRef__":true,"id":29611},{"__isSmartRef__":true,"id":29612},{"__isSmartRef__":true,"id":29613},{"__isSmartRef__":true,"id":29614},{"__isSmartRef__":true,"id":29615},{"__isSmartRef__":true,"id":29616},{"__isSmartRef__":true,"id":29617},{"__isSmartRef__":true,"id":29618},{"__isSmartRef__":true,"id":29619},{"__isSmartRef__":true,"id":29620},{"__isSmartRef__":true,"id":29621},{"__isSmartRef__":true,"id":29622},{"__isSmartRef__":true,"id":29623},{"__isSmartRef__":true,"id":29624},{"__isSmartRef__":true,"id":29625},{"__isSmartRef__":true,"id":29626},{"__isSmartRef__":true,"id":29627},{"__isSmartRef__":true,"id":29628},{"__isSmartRef__":true,"id":29629},{"__isSmartRef__":true,"id":29630},{"__isSmartRef__":true,"id":29631},{"__isSmartRef__":true,"id":29632},{"__isSmartRef__":true,"id":29633},{"__isSmartRef__":true,"id":29634},{"__isSmartRef__":true,"id":29635},{"__isSmartRef__":true,"id":29636},{"__isSmartRef__":true,"id":29637},{"__isSmartRef__":true,"id":29638},{"__isSmartRef__":true,"id":29639},{"__isSmartRef__":true,"id":29640},{"__isSmartRef__":true,"id":29641},{"__isSmartRef__":true,"id":29642},{"__isSmartRef__":true,"id":29643},{"__isSmartRef__":true,"id":29644},{"__isSmartRef__":true,"id":29645},{"__isSmartRef__":true,"id":29646},{"__isSmartRef__":true,"id":29647},{"__isSmartRef__":true,"id":29648},{"__isSmartRef__":true,"id":29649},{"__isSmartRef__":true,"id":29650},{"__isSmartRef__":true,"id":29651},{"__isSmartRef__":true,"id":29652},{"__isSmartRef__":true,"id":29653},{"__isSmartRef__":true,"id":29654},{"__isSmartRef__":true,"id":29655},{"__isSmartRef__":true,"id":29656},{"__isSmartRef__":true,"id":29657},{"__isSmartRef__":true,"id":29658},{"__isSmartRef__":true,"id":29659},{"__isSmartRef__":true,"id":29660},{"__isSmartRef__":true,"id":29661},{"__isSmartRef__":true,"id":29662},{"__isSmartRef__":true,"id":29663},{"__isSmartRef__":true,"id":29664},{"__isSmartRef__":true,"id":29665},{"__isSmartRef__":true,"id":29666},{"__isSmartRef__":true,"id":29667},{"__isSmartRef__":true,"id":29668},{"__isSmartRef__":true,"id":29669},{"__isSmartRef__":true,"id":29670},{"__isSmartRef__":true,"id":29671},{"__isSmartRef__":true,"id":29672},{"__isSmartRef__":true,"id":29673},{"__isSmartRef__":true,"id":29674},{"__isSmartRef__":true,"id":29675},{"__isSmartRef__":true,"id":29676},{"__isSmartRef__":true,"id":29677},{"__isSmartRef__":true,"id":29678},{"__isSmartRef__":true,"id":29679},{"__isSmartRef__":true,"id":29680},{"__isSmartRef__":true,"id":29681},{"__isSmartRef__":true,"id":29682},{"__isSmartRef__":true,"id":29683},{"__isSmartRef__":true,"id":29684},{"__isSmartRef__":true,"id":29685},{"__isSmartRef__":true,"id":29686},{"__isSmartRef__":true,"id":29687},{"__isSmartRef__":true,"id":29688},{"__isSmartRef__":true,"id":29689},{"__isSmartRef__":true,"id":29690},{"__isSmartRef__":true,"id":29691},{"__isSmartRef__":true,"id":29692},{"__isSmartRef__":true,"id":29693},{"__isSmartRef__":true,"id":29694},{"__isSmartRef__":true,"id":29695},{"__isSmartRef__":true,"id":29696},{"__isSmartRef__":true,"id":29697},{"__isSmartRef__":true,"id":29698},{"__isSmartRef__":true,"id":29699},{"__isSmartRef__":true,"id":29700},{"__isSmartRef__":true,"id":29701},{"__isSmartRef__":true,"id":29702},{"__isSmartRef__":true,"id":29703},{"__isSmartRef__":true,"id":29704},{"__isSmartRef__":true,"id":29705},{"__isSmartRef__":true,"id":29706},{"__isSmartRef__":true,"id":29707},{"__isSmartRef__":true,"id":29708},{"__isSmartRef__":true,"id":29709},{"__isSmartRef__":true,"id":29710},{"__isSmartRef__":true,"id":29711},{"__isSmartRef__":true,"id":29712},{"__isSmartRef__":true,"id":29713},{"__isSmartRef__":true,"id":29714},{"__isSmartRef__":true,"id":29715},{"__isSmartRef__":true,"id":29716},{"__isSmartRef__":true,"id":29717},{"__isSmartRef__":true,"id":29718},{"__isSmartRef__":true,"id":29719},{"__isSmartRef__":true,"id":29720},{"__isSmartRef__":true,"id":29721},{"__isSmartRef__":true,"id":29722},{"__isSmartRef__":true,"id":29723},{"__isSmartRef__":true,"id":29724},{"__isSmartRef__":true,"id":29725},{"__isSmartRef__":true,"id":29726},{"__isSmartRef__":true,"id":29727},{"__isSmartRef__":true,"id":29728},{"__isSmartRef__":true,"id":29729},{"__isSmartRef__":true,"id":29730},{"__isSmartRef__":true,"id":29731},{"__isSmartRef__":true,"id":29732},{"__isSmartRef__":true,"id":29733},{"__isSmartRef__":true,"id":29734},{"__isSmartRef__":true,"id":29735},{"__isSmartRef__":true,"id":29736},{"__isSmartRef__":true,"id":29737},{"__isSmartRef__":true,"id":29738},{"__isSmartRef__":true,"id":29739},{"__isSmartRef__":true,"id":29740},{"__isSmartRef__":true,"id":29741},{"__isSmartRef__":true,"id":29742},{"__isSmartRef__":true,"id":29743},{"__isSmartRef__":true,"id":29744},{"__isSmartRef__":true,"id":29745},{"__isSmartRef__":true,"id":29746},{"__isSmartRef__":true,"id":29747},{"__isSmartRef__":true,"id":29748},{"__isSmartRef__":true,"id":29749},{"__isSmartRef__":true,"id":29750},{"__isSmartRef__":true,"id":29751},{"__isSmartRef__":true,"id":29752},{"__isSmartRef__":true,"id":29753},{"__isSmartRef__":true,"id":29754},{"__isSmartRef__":true,"id":29755},{"__isSmartRef__":true,"id":29756},{"__isSmartRef__":true,"id":29757},{"__isSmartRef__":true,"id":29758},{"__isSmartRef__":true,"id":29759},{"__isSmartRef__":true,"id":29760},{"__isSmartRef__":true,"id":29761},{"__isSmartRef__":true,"id":29762},{"__isSmartRef__":true,"id":29763},{"__isSmartRef__":true,"id":29764},{"__isSmartRef__":true,"id":29765},{"__isSmartRef__":true,"id":29766},{"__isSmartRef__":true,"id":29767},{"__isSmartRef__":true,"id":29768},{"__isSmartRef__":true,"id":29769},{"__isSmartRef__":true,"id":29770},{"__isSmartRef__":true,"id":29771},{"__isSmartRef__":true,"id":29772},{"__isSmartRef__":true,"id":29773},{"__isSmartRef__":true,"id":29774},{"__isSmartRef__":true,"id":29775},{"__isSmartRef__":true,"id":29776},{"__isSmartRef__":true,"id":29777},{"__isSmartRef__":true,"id":29778},{"__isSmartRef__":true,"id":29779},{"__isSmartRef__":true,"id":29780},{"__isSmartRef__":true,"id":29781},{"__isSmartRef__":true,"id":29782},{"__isSmartRef__":true,"id":29783},{"__isSmartRef__":true,"id":29784},{"__isSmartRef__":true,"id":29785},{"__isSmartRef__":true,"id":29786},{"__isSmartRef__":true,"id":29787},{"__isSmartRef__":true,"id":29788},{"__isSmartRef__":true,"id":29789},{"__isSmartRef__":true,"id":29790},{"__isSmartRef__":true,"id":29791},{"__isSmartRef__":true,"id":29792},{"__isSmartRef__":true,"id":29793},{"__isSmartRef__":true,"id":29794},{"__isSmartRef__":true,"id":29795},{"__isSmartRef__":true,"id":29796},{"__isSmartRef__":true,"id":29797},{"__isSmartRef__":true,"id":29798},{"__isSmartRef__":true,"id":29799},{"__isSmartRef__":true,"id":29800},{"__isSmartRef__":true,"id":29801},{"__isSmartRef__":true,"id":29802},{"__isSmartRef__":true,"id":29803},{"__isSmartRef__":true,"id":29804},{"__isSmartRef__":true,"id":29805},{"__isSmartRef__":true,"id":29806},{"__isSmartRef__":true,"id":29807},{"__isSmartRef__":true,"id":29808},{"__isSmartRef__":true,"id":29809},{"__isSmartRef__":true,"id":29810},{"__isSmartRef__":true,"id":29811},{"__isSmartRef__":true,"id":29812},{"__isSmartRef__":true,"id":29813},{"__isSmartRef__":true,"id":29814},{"__isSmartRef__":true,"id":29815},{"__isSmartRef__":true,"id":29816},{"__isSmartRef__":true,"id":29817},{"__isSmartRef__":true,"id":29818},{"__isSmartRef__":true,"id":29819},{"__isSmartRef__":true,"id":29820},{"__isSmartRef__":true,"id":29821},{"__isSmartRef__":true,"id":29822},{"__isSmartRef__":true,"id":29823},{"__isSmartRef__":true,"id":29824},{"__isSmartRef__":true,"id":29825},{"__isSmartRef__":true,"id":29826},{"__isSmartRef__":true,"id":29827},{"__isSmartRef__":true,"id":29828},{"__isSmartRef__":true,"id":29829},{"__isSmartRef__":true,"id":29830},{"__isSmartRef__":true,"id":29831},{"__isSmartRef__":true,"id":29832},{"__isSmartRef__":true,"id":29833},{"__isSmartRef__":true,"id":29834},{"__isSmartRef__":true,"id":29835},{"__isSmartRef__":true,"id":29836},{"__isSmartRef__":true,"id":29837},{"__isSmartRef__":true,"id":29838},{"__isSmartRef__":true,"id":29839},{"__isSmartRef__":true,"id":29840},{"__isSmartRef__":true,"id":29841},{"__isSmartRef__":true,"id":29842},{"__isSmartRef__":true,"id":29843},{"__isSmartRef__":true,"id":29844},{"__isSmartRef__":true,"id":29845},{"__isSmartRef__":true,"id":29846},{"__isSmartRef__":true,"id":29847},{"__isSmartRef__":true,"id":29848},{"__isSmartRef__":true,"id":29849},{"__isSmartRef__":true,"id":29850},{"__isSmartRef__":true,"id":29851},{"__isSmartRef__":true,"id":29852},{"__isSmartRef__":true,"id":29853},{"__isSmartRef__":true,"id":29854},{"__isSmartRef__":true,"id":29855},{"__isSmartRef__":true,"id":29856},{"__isSmartRef__":true,"id":29857},{"__isSmartRef__":true,"id":29858},{"__isSmartRef__":true,"id":29859},{"__isSmartRef__":true,"id":29860},{"__isSmartRef__":true,"id":29861},{"__isSmartRef__":true,"id":29862},{"__isSmartRef__":true,"id":29863},{"__isSmartRef__":true,"id":29864},{"__isSmartRef__":true,"id":29865},{"__isSmartRef__":true,"id":29866},{"__isSmartRef__":true,"id":29867},{"__isSmartRef__":true,"id":29868},{"__isSmartRef__":true,"id":29869},{"__isSmartRef__":true,"id":29870},{"__isSmartRef__":true,"id":29871},{"__isSmartRef__":true,"id":29872},{"__isSmartRef__":true,"id":29873},{"__isSmartRef__":true,"id":29874},{"__isSmartRef__":true,"id":29875},{"__isSmartRef__":true,"id":29876},{"__isSmartRef__":true,"id":29877},{"__isSmartRef__":true,"id":29878},{"__isSmartRef__":true,"id":29879},{"__isSmartRef__":true,"id":29880},{"__isSmartRef__":true,"id":29881},{"__isSmartRef__":true,"id":29882},{"__isSmartRef__":true,"id":29883},{"__isSmartRef__":true,"id":29884},{"__isSmartRef__":true,"id":29885},{"__isSmartRef__":true,"id":29886},{"__isSmartRef__":true,"id":29887},{"__isSmartRef__":true,"id":29888},{"__isSmartRef__":true,"id":29889},{"__isSmartRef__":true,"id":29890},{"__isSmartRef__":true,"id":29891},{"__isSmartRef__":true,"id":29892},{"__isSmartRef__":true,"id":29893},{"__isSmartRef__":true,"id":29894},{"__isSmartRef__":true,"id":29895},{"__isSmartRef__":true,"id":29896},{"__isSmartRef__":true,"id":29897},{"__isSmartRef__":true,"id":29898},{"__isSmartRef__":true,"id":29899},{"__isSmartRef__":true,"id":29900},{"__isSmartRef__":true,"id":29901},{"__isSmartRef__":true,"id":29902},{"__isSmartRef__":true,"id":29903},{"__isSmartRef__":true,"id":29904},{"__isSmartRef__":true,"id":29905},{"__isSmartRef__":true,"id":29906},{"__isSmartRef__":true,"id":29907},{"__isSmartRef__":true,"id":29908},{"__isSmartRef__":true,"id":29909},{"__isSmartRef__":true,"id":29910},{"__isSmartRef__":true,"id":29911},{"__isSmartRef__":true,"id":29912},{"__isSmartRef__":true,"id":29913},{"__isSmartRef__":true,"id":29914},{"__isSmartRef__":true,"id":29915},{"__isSmartRef__":true,"id":29916},{"__isSmartRef__":true,"id":29917},{"__isSmartRef__":true,"id":29918},{"__isSmartRef__":true,"id":29919},{"__isSmartRef__":true,"id":29920},{"__isSmartRef__":true,"id":29921},{"__isSmartRef__":true,"id":29922},{"__isSmartRef__":true,"id":29923},{"__isSmartRef__":true,"id":29924},{"__isSmartRef__":true,"id":29925},{"__isSmartRef__":true,"id":29926},{"__isSmartRef__":true,"id":29927},{"__isSmartRef__":true,"id":29928},{"__isSmartRef__":true,"id":29929},{"__isSmartRef__":true,"id":29930},{"__isSmartRef__":true,"id":29931},{"__isSmartRef__":true,"id":29932},{"__isSmartRef__":true,"id":29933},{"__isSmartRef__":true,"id":29934},{"__isSmartRef__":true,"id":29935},{"__isSmartRef__":true,"id":29936},{"__isSmartRef__":true,"id":29937},{"__isSmartRef__":true,"id":29938},{"__isSmartRef__":true,"id":29939},{"__isSmartRef__":true,"id":29940},{"__isSmartRef__":true,"id":29941},{"__isSmartRef__":true,"id":29942},{"__isSmartRef__":true,"id":29943},{"__isSmartRef__":true,"id":29944},{"__isSmartRef__":true,"id":29945},{"__isSmartRef__":true,"id":29946},{"__isSmartRef__":true,"id":29947},{"__isSmartRef__":true,"id":29948},{"__isSmartRef__":true,"id":29949},{"__isSmartRef__":true,"id":29950},{"__isSmartRef__":true,"id":29951},{"__isSmartRef__":true,"id":29952},{"__isSmartRef__":true,"id":29953},{"__isSmartRef__":true,"id":29954},{"__isSmartRef__":true,"id":29955},{"__isSmartRef__":true,"id":29956},{"__isSmartRef__":true,"id":29957},{"__isSmartRef__":true,"id":29958},{"__isSmartRef__":true,"id":29959},{"__isSmartRef__":true,"id":29960},{"__isSmartRef__":true,"id":29961},{"__isSmartRef__":true,"id":29962},{"__isSmartRef__":true,"id":29963},{"__isSmartRef__":true,"id":29964},{"__isSmartRef__":true,"id":29965},{"__isSmartRef__":true,"id":29966},{"__isSmartRef__":true,"id":29967},{"__isSmartRef__":true,"id":29968},{"__isSmartRef__":true,"id":29969},{"__isSmartRef__":true,"id":29970},{"__isSmartRef__":true,"id":29971},{"__isSmartRef__":true,"id":29972},{"__isSmartRef__":true,"id":29973},{"__isSmartRef__":true,"id":29974},{"__isSmartRef__":true,"id":29975},{"__isSmartRef__":true,"id":29976},{"__isSmartRef__":true,"id":29977},{"__isSmartRef__":true,"id":29978},{"__isSmartRef__":true,"id":29979},{"__isSmartRef__":true,"id":29980},{"__isSmartRef__":true,"id":29981},{"__isSmartRef__":true,"id":29982},{"__isSmartRef__":true,"id":29983},{"__isSmartRef__":true,"id":29984},{"__isSmartRef__":true,"id":29985},{"__isSmartRef__":true,"id":29986},{"__isSmartRef__":true,"id":29987},{"__isSmartRef__":true,"id":29988},{"__isSmartRef__":true,"id":29989},{"__isSmartRef__":true,"id":29990},{"__isSmartRef__":true,"id":29991},{"__isSmartRef__":true,"id":29992},{"__isSmartRef__":true,"id":29993},{"__isSmartRef__":true,"id":29994},{"__isSmartRef__":true,"id":29995},{"__isSmartRef__":true,"id":29996},{"__isSmartRef__":true,"id":29997},{"__isSmartRef__":true,"id":29998},{"__isSmartRef__":true,"id":29999},{"__isSmartRef__":true,"id":30000},{"__isSmartRef__":true,"id":30001},{"__isSmartRef__":true,"id":30002},{"__isSmartRef__":true,"id":30003},{"__isSmartRef__":true,"id":30004},{"__isSmartRef__":true,"id":30005},{"__isSmartRef__":true,"id":30006},{"__isSmartRef__":true,"id":30007},{"__isSmartRef__":true,"id":30008},{"__isSmartRef__":true,"id":30009},{"__isSmartRef__":true,"id":30010},{"__isSmartRef__":true,"id":30011},{"__isSmartRef__":true,"id":30012},{"__isSmartRef__":true,"id":30013},{"__isSmartRef__":true,"id":30014},{"__isSmartRef__":true,"id":30015},{"__isSmartRef__":true,"id":30016},{"__isSmartRef__":true,"id":30017},{"__isSmartRef__":true,"id":30018},{"__isSmartRef__":true,"id":30019},{"__isSmartRef__":true,"id":30020},{"__isSmartRef__":true,"id":30021},{"__isSmartRef__":true,"id":30022},{"__isSmartRef__":true,"id":30023},{"__isSmartRef__":true,"id":30024},{"__isSmartRef__":true,"id":30025},{"__isSmartRef__":true,"id":30026},{"__isSmartRef__":true,"id":30027},{"__isSmartRef__":true,"id":30028},{"__isSmartRef__":true,"id":30029},{"__isSmartRef__":true,"id":30030},{"__isSmartRef__":true,"id":30031},{"__isSmartRef__":true,"id":30032},{"__isSmartRef__":true,"id":30033},{"__isSmartRef__":true,"id":30034},{"__isSmartRef__":true,"id":30035},{"__isSmartRef__":true,"id":30036},{"__isSmartRef__":true,"id":30037},{"__isSmartRef__":true,"id":30038},{"__isSmartRef__":true,"id":30039},{"__isSmartRef__":true,"id":30040},{"__isSmartRef__":true,"id":30041},{"__isSmartRef__":true,"id":30042},{"__isSmartRef__":true,"id":30043},{"__isSmartRef__":true,"id":30044},{"__isSmartRef__":true,"id":30045},{"__isSmartRef__":true,"id":30046},{"__isSmartRef__":true,"id":30047},{"__isSmartRef__":true,"id":30048},{"__isSmartRef__":true,"id":30049},{"__isSmartRef__":true,"id":30050},{"__isSmartRef__":true,"id":30051},{"__isSmartRef__":true,"id":30052},{"__isSmartRef__":true,"id":30053},{"__isSmartRef__":true,"id":30054},{"__isSmartRef__":true,"id":30055},{"__isSmartRef__":true,"id":30056},{"__isSmartRef__":true,"id":30057},{"__isSmartRef__":true,"id":30058},{"__isSmartRef__":true,"id":30059},{"__isSmartRef__":true,"id":30060},{"__isSmartRef__":true,"id":30061},{"__isSmartRef__":true,"id":30062},{"__isSmartRef__":true,"id":30063},{"__isSmartRef__":true,"id":30064},{"__isSmartRef__":true,"id":30065},{"__isSmartRef__":true,"id":30066},{"__isSmartRef__":true,"id":30067},{"__isSmartRef__":true,"id":30068},{"__isSmartRef__":true,"id":30069},{"__isSmartRef__":true,"id":30070},{"__isSmartRef__":true,"id":30071},{"__isSmartRef__":true,"id":30072},{"__isSmartRef__":true,"id":30073},{"__isSmartRef__":true,"id":30074},{"__isSmartRef__":true,"id":30075},{"__isSmartRef__":true,"id":30076},{"__isSmartRef__":true,"id":30077},{"__isSmartRef__":true,"id":30078},{"__isSmartRef__":true,"id":30079},{"__isSmartRef__":true,"id":30080},{"__isSmartRef__":true,"id":30081},{"__isSmartRef__":true,"id":30082},{"__isSmartRef__":true,"id":30083},{"__isSmartRef__":true,"id":30084},{"__isSmartRef__":true,"id":30085},{"__isSmartRef__":true,"id":30086},{"__isSmartRef__":true,"id":30087},{"__isSmartRef__":true,"id":30088},{"__isSmartRef__":true,"id":30089},{"__isSmartRef__":true,"id":30090},{"__isSmartRef__":true,"id":30091},{"__isSmartRef__":true,"id":30092},{"__isSmartRef__":true,"id":30093},{"__isSmartRef__":true,"id":30094},{"__isSmartRef__":true,"id":30095},{"__isSmartRef__":true,"id":30096},{"__isSmartRef__":true,"id":30097},{"__isSmartRef__":true,"id":30098},{"__isSmartRef__":true,"id":30099},{"__isSmartRef__":true,"id":30100},{"__isSmartRef__":true,"id":30101},{"__isSmartRef__":true,"id":30102},{"__isSmartRef__":true,"id":30103},{"__isSmartRef__":true,"id":30104},{"__isSmartRef__":true,"id":30105},{"__isSmartRef__":true,"id":30106},{"__isSmartRef__":true,"id":30107},{"__isSmartRef__":true,"id":30108},{"__isSmartRef__":true,"id":30109},{"__isSmartRef__":true,"id":30110},{"__isSmartRef__":true,"id":30111},{"__isSmartRef__":true,"id":30112},{"__isSmartRef__":true,"id":30113},{"__isSmartRef__":true,"id":30114},{"__isSmartRef__":true,"id":30115},{"__isSmartRef__":true,"id":30116},{"__isSmartRef__":true,"id":30117},{"__isSmartRef__":true,"id":30118},{"__isSmartRef__":true,"id":30119},{"__isSmartRef__":true,"id":30120},{"__isSmartRef__":true,"id":30121},{"__isSmartRef__":true,"id":30122},{"__isSmartRef__":true,"id":30123},{"__isSmartRef__":true,"id":30124},{"__isSmartRef__":true,"id":30125},{"__isSmartRef__":true,"id":30126},{"__isSmartRef__":true,"id":30127},{"__isSmartRef__":true,"id":30128},{"__isSmartRef__":true,"id":30129},{"__isSmartRef__":true,"id":30130},{"__isSmartRef__":true,"id":30131},{"__isSmartRef__":true,"id":30132},{"__isSmartRef__":true,"id":30133},{"__isSmartRef__":true,"id":30134},{"__isSmartRef__":true,"id":30135},{"__isSmartRef__":true,"id":30136},{"__isSmartRef__":true,"id":30137},{"__isSmartRef__":true,"id":30138},{"__isSmartRef__":true,"id":30139},{"__isSmartRef__":true,"id":30140},{"__isSmartRef__":true,"id":30141},{"__isSmartRef__":true,"id":30142},{"__isSmartRef__":true,"id":30143},{"__isSmartRef__":true,"id":30144},{"__isSmartRef__":true,"id":30145},{"__isSmartRef__":true,"id":30146},{"__isSmartRef__":true,"id":30147},{"__isSmartRef__":true,"id":30148},{"__isSmartRef__":true,"id":30149},{"__isSmartRef__":true,"id":30150},{"__isSmartRef__":true,"id":30151},{"__isSmartRef__":true,"id":30152},{"__isSmartRef__":true,"id":30153},{"__isSmartRef__":true,"id":30154},{"__isSmartRef__":true,"id":30155},{"__isSmartRef__":true,"id":30156},{"__isSmartRef__":true,"id":30157},{"__isSmartRef__":true,"id":30158},{"__isSmartRef__":true,"id":30159},{"__isSmartRef__":true,"id":30160},{"__isSmartRef__":true,"id":30161},{"__isSmartRef__":true,"id":30162},{"__isSmartRef__":true,"id":30163},{"__isSmartRef__":true,"id":30164},{"__isSmartRef__":true,"id":30165},{"__isSmartRef__":true,"id":30166},{"__isSmartRef__":true,"id":30167},{"__isSmartRef__":true,"id":30168},{"__isSmartRef__":true,"id":30169},{"__isSmartRef__":true,"id":30170},{"__isSmartRef__":true,"id":30171},{"__isSmartRef__":true,"id":30172},{"__isSmartRef__":true,"id":30173},{"__isSmartRef__":true,"id":30174},{"__isSmartRef__":true,"id":30175},{"__isSmartRef__":true,"id":30176},{"__isSmartRef__":true,"id":30177},{"__isSmartRef__":true,"id":30178},{"__isSmartRef__":true,"id":30179},{"__isSmartRef__":true,"id":30180},{"__isSmartRef__":true,"id":30181},{"__isSmartRef__":true,"id":30182},{"__isSmartRef__":true,"id":30183},{"__isSmartRef__":true,"id":30184},{"__isSmartRef__":true,"id":30185},{"__isSmartRef__":true,"id":30186},{"__isSmartRef__":true,"id":30187},{"__isSmartRef__":true,"id":30188},{"__isSmartRef__":true,"id":30189},{"__isSmartRef__":true,"id":30190},{"__isSmartRef__":true,"id":30191},{"__isSmartRef__":true,"id":30192},{"__isSmartRef__":true,"id":30193},{"__isSmartRef__":true,"id":30194},{"__isSmartRef__":true,"id":30195},{"__isSmartRef__":true,"id":30196},{"__isSmartRef__":true,"id":30197},{"__isSmartRef__":true,"id":30198},{"__isSmartRef__":true,"id":30199},{"__isSmartRef__":true,"id":30200},{"__isSmartRef__":true,"id":30201},{"__isSmartRef__":true,"id":30202},{"__isSmartRef__":true,"id":30203},{"__isSmartRef__":true,"id":30204},{"__isSmartRef__":true,"id":30205},{"__isSmartRef__":true,"id":30206},{"__isSmartRef__":true,"id":30207},{"__isSmartRef__":true,"id":30208},{"__isSmartRef__":true,"id":30209},{"__isSmartRef__":true,"id":30210},{"__isSmartRef__":true,"id":30211},{"__isSmartRef__":true,"id":30212},{"__isSmartRef__":true,"id":30213},{"__isSmartRef__":true,"id":30214},{"__isSmartRef__":true,"id":30215},{"__isSmartRef__":true,"id":30216},{"__isSmartRef__":true,"id":30217},{"__isSmartRef__":true,"id":30218},{"__isSmartRef__":true,"id":30219},{"__isSmartRef__":true,"id":30220},{"__isSmartRef__":true,"id":30221},{"__isSmartRef__":true,"id":30222},{"__isSmartRef__":true,"id":30223},{"__isSmartRef__":true,"id":30224},{"__isSmartRef__":true,"id":30225},{"__isSmartRef__":true,"id":30226},{"__isSmartRef__":true,"id":30227},{"__isSmartRef__":true,"id":30228},{"__isSmartRef__":true,"id":30229},{"__isSmartRef__":true,"id":30230},{"__isSmartRef__":true,"id":30231},{"__isSmartRef__":true,"id":30232},{"__isSmartRef__":true,"id":30233},{"__isSmartRef__":true,"id":30234},{"__isSmartRef__":true,"id":30235},{"__isSmartRef__":true,"id":30236},{"__isSmartRef__":true,"id":30237},{"__isSmartRef__":true,"id":30238},{"__isSmartRef__":true,"id":30239},{"__isSmartRef__":true,"id":30240},{"__isSmartRef__":true,"id":30241},{"__isSmartRef__":true,"id":30242},{"__isSmartRef__":true,"id":30243},{"__isSmartRef__":true,"id":30244},{"__isSmartRef__":true,"id":30245},{"__isSmartRef__":true,"id":30246},{"__isSmartRef__":true,"id":30247},{"__isSmartRef__":true,"id":30248},{"__isSmartRef__":true,"id":30249},{"__isSmartRef__":true,"id":30250},{"__isSmartRef__":true,"id":30251},{"__isSmartRef__":true,"id":30252},{"__isSmartRef__":true,"id":30253},{"__isSmartRef__":true,"id":30254},{"__isSmartRef__":true,"id":30255},{"__isSmartRef__":true,"id":30256},{"__isSmartRef__":true,"id":30257},{"__isSmartRef__":true,"id":30258},{"__isSmartRef__":true,"id":30259},{"__isSmartRef__":true,"id":30260},{"__isSmartRef__":true,"id":30261},{"__isSmartRef__":true,"id":30262},{"__isSmartRef__":true,"id":30263},{"__isSmartRef__":true,"id":30264},{"__isSmartRef__":true,"id":30265},{"__isSmartRef__":true,"id":30266},{"__isSmartRef__":true,"id":30267},{"__isSmartRef__":true,"id":30268},{"__isSmartRef__":true,"id":30269},{"__isSmartRef__":true,"id":30270},{"__isSmartRef__":true,"id":30271},{"__isSmartRef__":true,"id":30272},{"__isSmartRef__":true,"id":30273},{"__isSmartRef__":true,"id":30274},{"__isSmartRef__":true,"id":30275},{"__isSmartRef__":true,"id":30276},{"__isSmartRef__":true,"id":30277},{"__isSmartRef__":true,"id":30278},{"__isSmartRef__":true,"id":30279},{"__isSmartRef__":true,"id":30280},{"__isSmartRef__":true,"id":30281},{"__isSmartRef__":true,"id":30282},{"__isSmartRef__":true,"id":30283},{"__isSmartRef__":true,"id":30284},{"__isSmartRef__":true,"id":30285},{"__isSmartRef__":true,"id":30286},{"__isSmartRef__":true,"id":30287},{"__isSmartRef__":true,"id":30288},{"__isSmartRef__":true,"id":30289},{"__isSmartRef__":true,"id":30290},{"__isSmartRef__":true,"id":30291},{"__isSmartRef__":true,"id":30292},{"__isSmartRef__":true,"id":30293},{"__isSmartRef__":true,"id":30294},{"__isSmartRef__":true,"id":30295},{"__isSmartRef__":true,"id":30296},{"__isSmartRef__":true,"id":30297},{"__isSmartRef__":true,"id":30298},{"__isSmartRef__":true,"id":30299},{"__isSmartRef__":true,"id":30300},{"__isSmartRef__":true,"id":30301},{"__isSmartRef__":true,"id":30302},{"__isSmartRef__":true,"id":30303},{"__isSmartRef__":true,"id":30304},{"__isSmartRef__":true,"id":30305},{"__isSmartRef__":true,"id":30306},{"__isSmartRef__":true,"id":30307},{"__isSmartRef__":true,"id":30308},{"__isSmartRef__":true,"id":30309},{"__isSmartRef__":true,"id":30310},{"__isSmartRef__":true,"id":30311},{"__isSmartRef__":true,"id":30312},{"__isSmartRef__":true,"id":30313},{"__isSmartRef__":true,"id":30314},{"__isSmartRef__":true,"id":30315},{"__isSmartRef__":true,"id":30316},{"__isSmartRef__":true,"id":30317},{"__isSmartRef__":true,"id":30318},{"__isSmartRef__":true,"id":30319},{"__isSmartRef__":true,"id":30320},{"__isSmartRef__":true,"id":30321},{"__isSmartRef__":true,"id":30322},{"__isSmartRef__":true,"id":30323},{"__isSmartRef__":true,"id":30324},{"__isSmartRef__":true,"id":30325},{"__isSmartRef__":true,"id":30326},{"__isSmartRef__":true,"id":30327},{"__isSmartRef__":true,"id":30328},{"__isSmartRef__":true,"id":30329},{"__isSmartRef__":true,"id":30330},{"__isSmartRef__":true,"id":30331},{"__isSmartRef__":true,"id":30332},{"__isSmartRef__":true,"id":30333},{"__isSmartRef__":true,"id":30334},{"__isSmartRef__":true,"id":30335},{"__isSmartRef__":true,"id":30336},{"__isSmartRef__":true,"id":30337},{"__isSmartRef__":true,"id":30338},{"__isSmartRef__":true,"id":30339},{"__isSmartRef__":true,"id":30340},{"__isSmartRef__":true,"id":30341},{"__isSmartRef__":true,"id":30342},{"__isSmartRef__":true,"id":30343},{"__isSmartRef__":true,"id":30344},{"__isSmartRef__":true,"id":30345},{"__isSmartRef__":true,"id":30346},{"__isSmartRef__":true,"id":30347},{"__isSmartRef__":true,"id":30348},{"__isSmartRef__":true,"id":30349},{"__isSmartRef__":true,"id":30350},{"__isSmartRef__":true,"id":30351},{"__isSmartRef__":true,"id":30352},{"__isSmartRef__":true,"id":30353},{"__isSmartRef__":true,"id":30354},{"__isSmartRef__":true,"id":30355},{"__isSmartRef__":true,"id":30356},{"__isSmartRef__":true,"id":30357},{"__isSmartRef__":true,"id":30358},{"__isSmartRef__":true,"id":30359},{"__isSmartRef__":true,"id":30360},{"__isSmartRef__":true,"id":30361},{"__isSmartRef__":true,"id":30362},{"__isSmartRef__":true,"id":30363},{"__isSmartRef__":true,"id":30364},{"__isSmartRef__":true,"id":30365},{"__isSmartRef__":true,"id":30366},{"__isSmartRef__":true,"id":30367},{"__isSmartRef__":true,"id":30368},{"__isSmartRef__":true,"id":30369},{"__isSmartRef__":true,"id":30370},{"__isSmartRef__":true,"id":30371},{"__isSmartRef__":true,"id":30372},{"__isSmartRef__":true,"id":30373},{"__isSmartRef__":true,"id":30374},{"__isSmartRef__":true,"id":30375},{"__isSmartRef__":true,"id":30376},{"__isSmartRef__":true,"id":30377},{"__isSmartRef__":true,"id":30378},{"__isSmartRef__":true,"id":30379},{"__isSmartRef__":true,"id":30380},{"__isSmartRef__":true,"id":30381},{"__isSmartRef__":true,"id":30382},{"__isSmartRef__":true,"id":30383},{"__isSmartRef__":true,"id":30384},{"__isSmartRef__":true,"id":30385},{"__isSmartRef__":true,"id":30386},{"__isSmartRef__":true,"id":30387},{"__isSmartRef__":true,"id":30388},{"__isSmartRef__":true,"id":30389},{"__isSmartRef__":true,"id":30390},{"__isSmartRef__":true,"id":30391},{"__isSmartRef__":true,"id":30392},{"__isSmartRef__":true,"id":30393},{"__isSmartRef__":true,"id":30394},{"__isSmartRef__":true,"id":30395},{"__isSmartRef__":true,"id":30396},{"__isSmartRef__":true,"id":30397},{"__isSmartRef__":true,"id":30398},{"__isSmartRef__":true,"id":30399},{"__isSmartRef__":true,"id":30400},{"__isSmartRef__":true,"id":30401},{"__isSmartRef__":true,"id":30402},{"__isSmartRef__":true,"id":30403},{"__isSmartRef__":true,"id":30404},{"__isSmartRef__":true,"id":30405},{"__isSmartRef__":true,"id":30406},{"__isSmartRef__":true,"id":30407},{"__isSmartRef__":true,"id":30408},{"__isSmartRef__":true,"id":30409},{"__isSmartRef__":true,"id":30410},{"__isSmartRef__":true,"id":30411},{"__isSmartRef__":true,"id":30412},{"__isSmartRef__":true,"id":30413},{"__isSmartRef__":true,"id":30414},{"__isSmartRef__":true,"id":30415},{"__isSmartRef__":true,"id":30416},{"__isSmartRef__":true,"id":30417},{"__isSmartRef__":true,"id":30418},{"__isSmartRef__":true,"id":30419},{"__isSmartRef__":true,"id":30420},{"__isSmartRef__":true,"id":30421},{"__isSmartRef__":true,"id":30422},{"__isSmartRef__":true,"id":30423},{"__isSmartRef__":true,"id":30424},{"__isSmartRef__":true,"id":30425},{"__isSmartRef__":true,"id":30426},{"__isSmartRef__":true,"id":30427},{"__isSmartRef__":true,"id":30428},{"__isSmartRef__":true,"id":30429},{"__isSmartRef__":true,"id":30430},{"__isSmartRef__":true,"id":30431},{"__isSmartRef__":true,"id":30432},{"__isSmartRef__":true,"id":30433},{"__isSmartRef__":true,"id":30434},{"__isSmartRef__":true,"id":30435},{"__isSmartRef__":true,"id":30436},{"__isSmartRef__":true,"id":30437},{"__isSmartRef__":true,"id":30438},{"__isSmartRef__":true,"id":30439},{"__isSmartRef__":true,"id":30440},{"__isSmartRef__":true,"id":30441},{"__isSmartRef__":true,"id":30442},{"__isSmartRef__":true,"id":30443},{"__isSmartRef__":true,"id":30444},{"__isSmartRef__":true,"id":30445},{"__isSmartRef__":true,"id":30446},{"__isSmartRef__":true,"id":30447},{"__isSmartRef__":true,"id":30448},{"__isSmartRef__":true,"id":30449},{"__isSmartRef__":true,"id":30450},{"__isSmartRef__":true,"id":30451},{"__isSmartRef__":true,"id":30452},{"__isSmartRef__":true,"id":30453},{"__isSmartRef__":true,"id":30454},{"__isSmartRef__":true,"id":30455},{"__isSmartRef__":true,"id":30456},{"__isSmartRef__":true,"id":30457},{"__isSmartRef__":true,"id":30458},{"__isSmartRef__":true,"id":30459},{"__isSmartRef__":true,"id":30460},{"__isSmartRef__":true,"id":30461},{"__isSmartRef__":true,"id":30462},{"__isSmartRef__":true,"id":30463},{"__isSmartRef__":true,"id":30464},{"__isSmartRef__":true,"id":30465},{"__isSmartRef__":true,"id":30466},{"__isSmartRef__":true,"id":30467},{"__isSmartRef__":true,"id":30468},{"__isSmartRef__":true,"id":30469},{"__isSmartRef__":true,"id":30470},{"__isSmartRef__":true,"id":30471},{"__isSmartRef__":true,"id":30472},{"__isSmartRef__":true,"id":30473},{"__isSmartRef__":true,"id":30474},{"__isSmartRef__":true,"id":30475},{"__isSmartRef__":true,"id":30476},{"__isSmartRef__":true,"id":30477},{"__isSmartRef__":true,"id":30478},{"__isSmartRef__":true,"id":30479},{"__isSmartRef__":true,"id":30480},{"__isSmartRef__":true,"id":30481},{"__isSmartRef__":true,"id":30482},{"__isSmartRef__":true,"id":30483},{"__isSmartRef__":true,"id":30484},{"__isSmartRef__":true,"id":30485},{"__isSmartRef__":true,"id":30486},{"__isSmartRef__":true,"id":30487},{"__isSmartRef__":true,"id":30488},{"__isSmartRef__":true,"id":30489},{"__isSmartRef__":true,"id":30490},{"__isSmartRef__":true,"id":30491},{"__isSmartRef__":true,"id":30492},{"__isSmartRef__":true,"id":30493},{"__isSmartRef__":true,"id":30494},{"__isSmartRef__":true,"id":30495},{"__isSmartRef__":true,"id":30496},{"__isSmartRef__":true,"id":30497},{"__isSmartRef__":true,"id":30498},{"__isSmartRef__":true,"id":30499},{"__isSmartRef__":true,"id":30500},{"__isSmartRef__":true,"id":30501},{"__isSmartRef__":true,"id":30502},{"__isSmartRef__":true,"id":30503},{"__isSmartRef__":true,"id":30504},{"__isSmartRef__":true,"id":30505},{"__isSmartRef__":true,"id":30506},{"__isSmartRef__":true,"id":30507},{"__isSmartRef__":true,"id":30508},{"__isSmartRef__":true,"id":30509},{"__isSmartRef__":true,"id":30510},{"__isSmartRef__":true,"id":30511},{"__isSmartRef__":true,"id":30512},{"__isSmartRef__":true,"id":30513},{"__isSmartRef__":true,"id":30514},{"__isSmartRef__":true,"id":30515},{"__isSmartRef__":true,"id":30516},{"__isSmartRef__":true,"id":30517},{"__isSmartRef__":true,"id":30518},{"__isSmartRef__":true,"id":30519},{"__isSmartRef__":true,"id":30520},{"__isSmartRef__":true,"id":30521},{"__isSmartRef__":true,"id":30522},{"__isSmartRef__":true,"id":30523},{"__isSmartRef__":true,"id":30524},{"__isSmartRef__":true,"id":30525},{"__isSmartRef__":true,"id":30526},{"__isSmartRef__":true,"id":30527},{"__isSmartRef__":true,"id":30528},{"__isSmartRef__":true,"id":30529},{"__isSmartRef__":true,"id":30530},{"__isSmartRef__":true,"id":30531},{"__isSmartRef__":true,"id":30532},{"__isSmartRef__":true,"id":30533},{"__isSmartRef__":true,"id":30534},{"__isSmartRef__":true,"id":30535},{"__isSmartRef__":true,"id":30536},{"__isSmartRef__":true,"id":30537},{"__isSmartRef__":true,"id":30538},{"__isSmartRef__":true,"id":30539},{"__isSmartRef__":true,"id":30540},{"__isSmartRef__":true,"id":30541},{"__isSmartRef__":true,"id":30542},{"__isSmartRef__":true,"id":30543},{"__isSmartRef__":true,"id":30544},{"__isSmartRef__":true,"id":30545},{"__isSmartRef__":true,"id":30546},{"__isSmartRef__":true,"id":30547},{"__isSmartRef__":true,"id":30548},{"__isSmartRef__":true,"id":30549},{"__isSmartRef__":true,"id":30550},{"__isSmartRef__":true,"id":30551},{"__isSmartRef__":true,"id":30552},{"__isSmartRef__":true,"id":30553},{"__isSmartRef__":true,"id":30554},{"__isSmartRef__":true,"id":30555},{"__isSmartRef__":true,"id":30556},{"__isSmartRef__":true,"id":30557},{"__isSmartRef__":true,"id":30558},{"__isSmartRef__":true,"id":30559},{"__isSmartRef__":true,"id":30560},{"__isSmartRef__":true,"id":30561},{"__isSmartRef__":true,"id":30562},{"__isSmartRef__":true,"id":30563},{"__isSmartRef__":true,"id":30564},{"__isSmartRef__":true,"id":30565},{"__isSmartRef__":true,"id":30566},{"__isSmartRef__":true,"id":30567},{"__isSmartRef__":true,"id":30568},{"__isSmartRef__":true,"id":30569},{"__isSmartRef__":true,"id":30570},{"__isSmartRef__":true,"id":30571},{"__isSmartRef__":true,"id":30572},{"__isSmartRef__":true,"id":30573},{"__isSmartRef__":true,"id":30574},{"__isSmartRef__":true,"id":30575},{"__isSmartRef__":true,"id":30576},{"__isSmartRef__":true,"id":30577},{"__isSmartRef__":true,"id":30578},{"__isSmartRef__":true,"id":30579},{"__isSmartRef__":true,"id":30580},{"__isSmartRef__":true,"id":30581},{"__isSmartRef__":true,"id":30582},{"__isSmartRef__":true,"id":30583},{"__isSmartRef__":true,"id":30584},{"__isSmartRef__":true,"id":30585},{"__isSmartRef__":true,"id":30586},{"__isSmartRef__":true,"id":30587},{"__isSmartRef__":true,"id":30588},{"__isSmartRef__":true,"id":30589},{"__isSmartRef__":true,"id":30590},{"__isSmartRef__":true,"id":30591},{"__isSmartRef__":true,"id":30592},{"__isSmartRef__":true,"id":30593},{"__isSmartRef__":true,"id":30594},{"__isSmartRef__":true,"id":30595},{"__isSmartRef__":true,"id":30596},{"__isSmartRef__":true,"id":30597},{"__isSmartRef__":true,"id":30598},{"__isSmartRef__":true,"id":30599},{"__isSmartRef__":true,"id":30600},{"__isSmartRef__":true,"id":30601},{"__isSmartRef__":true,"id":30602},{"__isSmartRef__":true,"id":30603},{"__isSmartRef__":true,"id":30604},{"__isSmartRef__":true,"id":30605},{"__isSmartRef__":true,"id":30606},{"__isSmartRef__":true,"id":30607},{"__isSmartRef__":true,"id":30608},{"__isSmartRef__":true,"id":30609},{"__isSmartRef__":true,"id":30610},{"__isSmartRef__":true,"id":30611},{"__isSmartRef__":true,"id":30612},{"__isSmartRef__":true,"id":30613},{"__isSmartRef__":true,"id":30614},{"__isSmartRef__":true,"id":30615},{"__isSmartRef__":true,"id":30616},{"__isSmartRef__":true,"id":30617},{"__isSmartRef__":true,"id":30618},{"__isSmartRef__":true,"id":30619},{"__isSmartRef__":true,"id":30620},{"__isSmartRef__":true,"id":30621},{"__isSmartRef__":true,"id":30622},{"__isSmartRef__":true,"id":30623},{"__isSmartRef__":true,"id":30624},{"__isSmartRef__":true,"id":30625},{"__isSmartRef__":true,"id":30626},{"__isSmartRef__":true,"id":30627},{"__isSmartRef__":true,"id":30628},{"__isSmartRef__":true,"id":30629},{"__isSmartRef__":true,"id":30630},{"__isSmartRef__":true,"id":30631},{"__isSmartRef__":true,"id":30632},{"__isSmartRef__":true,"id":30633},{"__isSmartRef__":true,"id":30634},{"__isSmartRef__":true,"id":30635},{"__isSmartRef__":true,"id":30636},{"__isSmartRef__":true,"id":30637},{"__isSmartRef__":true,"id":30638},{"__isSmartRef__":true,"id":30639},{"__isSmartRef__":true,"id":30640},{"__isSmartRef__":true,"id":30641},{"__isSmartRef__":true,"id":30642},{"__isSmartRef__":true,"id":30643},{"__isSmartRef__":true,"id":30644},{"__isSmartRef__":true,"id":30645},{"__isSmartRef__":true,"id":30646},{"__isSmartRef__":true,"id":30647},{"__isSmartRef__":true,"id":30648},{"__isSmartRef__":true,"id":30649},{"__isSmartRef__":true,"id":30650},{"__isSmartRef__":true,"id":30651},{"__isSmartRef__":true,"id":30652},{"__isSmartRef__":true,"id":30653},{"__isSmartRef__":true,"id":30654},{"__isSmartRef__":true,"id":30655},{"__isSmartRef__":true,"id":30656},{"__isSmartRef__":true,"id":30657},{"__isSmartRef__":true,"id":30658},{"__isSmartRef__":true,"id":30659},{"__isSmartRef__":true,"id":30660},{"__isSmartRef__":true,"id":30661},{"__isSmartRef__":true,"id":30662},{"__isSmartRef__":true,"id":30663},{"__isSmartRef__":true,"id":30664}],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":30665},"__LivelyClassName__":"lively.morphic.Box"},"26185":{"submorphs":[{"__isSmartRef__":true,"id":26186},{"__isSmartRef__":true,"id":26236},{"__isSmartRef__":true,"id":26286},{"__isSmartRef__":true,"id":26337},{"__isSmartRef__":true,"id":26352},{"__isSmartRef__":true,"id":27797},{"__isSmartRef__":true,"id":27815},{"__isSmartRef__":true,"id":27829},{"__isSmartRef__":true,"id":27881},{"__isSmartRef__":true,"id":27897},{"__isSmartRef__":true,"id":27949}],"scripts":[],"id":"550CA2C3-B984-4870-92E8-660DA439CA6E","shape":{"__isSmartRef__":true,"id":27964},"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":27971},"showsHalos":false,"name":"morePane","partsBinMetaInfo":{"__isSmartRef__":true,"id":27972},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":27973},"eventHandler":{"__isSmartRef__":true,"id":27974},"owner":{"__isSmartRef__":true,"id":26184},"priorExtent":{"__isSmartRef__":true,"id":27975},"layout":{"__isSmartRef__":true,"id":27976},"_Visible":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[1217,"8FB7EEAA-27C3-4BCC-9905-59A59B8AB602","B4102745-8642-4F09-A5B5-0452D29E993C","02282C11-7C56-4C33-A2D1-E4C92F9F5575","83E2A61C-0119-4597-ADC8-8CB3AEDF35C1","119E4FE1-420B-4FDF-BD03-CF15F07B3538","6D70BD64-C7F8-4A79-9BE9-FA4C5A1E7892","C116FCDA-BB4D-4543-BE17-4D5586813CAF","1EAD9C62-350F-40EB-B5EA-B9441BB280C9","A3B24A35-589E-460F-9B54-45B0D0B7D7DD","8993FD1D-9082-40F4-A2AD-5501D16913A7","EBCB5B06-08CA-4535-9EAC-F15893F70129","45BAF3E4-EAEE-4925-B2D6-042C01B0AD29","09B7283C-6DDB-4A06-A4BA-563018D46DFD","46022025-E2FE-4A0A-924F-3266509C66DB","538BB82D-3068-480C-A5C0-6B4E8CE1C9CA","45290AD5-33C4-41F3-B72B-D538DCA37F31","6FA9BB6D-52D5-49A5-930A-1F93456E6CF4","9D57135F-8E4B-41D0-ACBC-B19396812B35"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Box"},"26186":{"submorphs":[{"__isSmartRef__":true,"id":26187}],"scripts":[],"id":"5051E3EB-BE6F-4E0D-9BC1-3637B9A9A4F2","shape":{"__isSmartRef__":true,"id":26203},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":26219},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":26206},"lighterFill":{"__isSmartRef__":true,"id":26220},"label":{"__isSmartRef__":true,"id":26187},"attributeConnections":[{"__isSmartRef__":true,"id":26229}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":26230},"name":"movePartButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":26231},"owner":{"__isSmartRef__":true,"id":26185},"layout":{"__isSmartRef__":true,"id":26232},"renderContextTable":{"__isSmartRef__":true,"id":26233},"eventHandler":{"__isSmartRef__":true,"id":26234},"priorExtent":{"__isSmartRef__":true,"id":26235},"derivationIds":[1218,"F5D21B41-BD0E-49D3-80E5-F1624416C143","1E157243-B0DC-4138-B660-EF05198FA3C8","4D60CECB-66FD-4865-BD46-45F0C9CAB399","0E997A95-CCA0-4BBF-B55B-62B5C6EC32DF","FA30D56E-17FE-4B1F-BE8A-7CBCCABEFF1D","A5A7F641-F783-4649-A154-1AD81607B7CE","D10ED7E0-21BA-463D-996E-6D458B557F68","606309D2-7D9D-4122-A64C-CFE582E6D738","998D7B7C-CF5D-401C-9594-FA8956C326A1","EA15F569-B871-4824-B0DE-550285BEB165","3FB1C9FB-F654-42C9-BE17-315287EB2FAB","7B3720C6-D365-4B41-B530-98E4D5EE238F","92F53BEA-E1EF-49C4-9DD1-7939D08941C5","0A7A011F-C6D8-4B81-85F4-F3CCF5F30A31","6543B591-A693-4D11-8114-D385115F8E65","758492FF-7087-4EE4-9054-00E680646A03","F6A6E55C-CF01-4EB9-8593-E71BEFB4EE59","5DBAE530-E39F-472D-A5D4-6E34FDCE6227"],"prevScroll":[0,0],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","isPressed":false,"__LivelyClassName__":"lively.morphic.Button"},"26187":{"submorphs":[],"scripts":[],"id":"5042A1D7-A547-4A21-BDEB-04BC9FCE01F1","shape":{"__isSmartRef__":true,"id":26188},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":56,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":26194},"textColor":{"__isSmartRef__":true,"id":26191},"owner":{"__isSmartRef__":true,"id":26186},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":26195}],"padding":{"__isSmartRef__":true,"id":26197},"_Padding":{"__isSmartRef__":true,"id":26198},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":26199},"renderContextTable":{"__isSmartRef__":true,"id":26200},"eventHandler":{"__isSmartRef__":true,"id":26201},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":56,"_MinTextHeight":null,"derivationIds":[1219,"46E7D2D8-D7A5-4476-8AD1-FB81FAE717FE","7B2A54CD-6423-4B77-A082-B5A1DA2BCE66","6C3B231E-5C42-449F-9425-8EE874A6EC57","7ACD0BA3-074C-461F-8C6B-ECEBA0B09C7A","556A1D2F-8F3F-4BCD-A602-FD3C257F1859","6C05BE2D-BB66-44E3-9765-65B24D7579E1","9F6A58E1-A23D-4A56-8D85-71FD5AA872B9","EDEC5AA1-080B-42AE-A9D6-F6FAB0CD3E1A","FE4530BA-6D31-4472-A351-4DCB0F9FE121","3F3B3887-CFF1-40A7-9228-D95F3594F2CB","B10968A4-7C77-4AAE-A2E1-FC76E16D36E8","DBC8455A-4562-4202-A7EB-543948664FEE","048B902B-C02C-44C6-9357-32663639FE23","C8B116B7-082D-4D6B-A035-EE71E8F3AC72","78B43404-A2E4-4BFF-B022-C4DA2CBBABBD","D271DCF7-62B5-428D-8B91-30B500F6F461","79934637-FCF5-4C27-B392-E9392BB5BA66","310851E0-6B77-43C0-A13B-BA0DF2777459"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":26202},"__LivelyClassName__":"lively.morphic.Text"},"26188":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":26189},"_Extent":{"__isSmartRef__":true,"id":26190},"_BorderColor":{"__isSmartRef__":true,"id":26191},"renderContextTable":{"__isSmartRef__":true,"id":26192},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":26193},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"26189":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26190":{"x":58,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"26191":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26192":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"26193":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"26194":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26195":{"style":{"__isSmartRef__":true,"id":26196},"morph":{"__isSmartRef__":true,"id":26187},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":26187},"storedString":"move","__LivelyClassName__":"lively.morphic.TextChunk"},"26196":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"26197":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"26198":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"26199":{"x":58,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26200":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"26201":{"morph":{"__isSmartRef__":true,"id":26187},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"26202":{"requiredModules":[],"idOnLoad":"5042A1D7-A547-4A21-BDEB-04BC9FCE01F1","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"26203":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":26204},"_Extent":{"__isSmartRef__":true,"id":26205},"_Fill":{"__isSmartRef__":true,"id":26206},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":26216},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":26217},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":26218},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"26204":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26205":{"x":58,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26206":{"stops":[{"__isSmartRef__":true,"id":26207},{"__isSmartRef__":true,"id":26209},{"__isSmartRef__":true,"id":26211},{"__isSmartRef__":true,"id":26213}],"vector":{"__isSmartRef__":true,"id":26215},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"26207":{"offset":0,"color":{"__isSmartRef__":true,"id":26208}},"26208":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26209":{"offset":0.4,"color":{"__isSmartRef__":true,"id":26210}},"26210":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26211":{"offset":0.6,"color":{"__isSmartRef__":true,"id":26212}},"26212":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26213":{"offset":1,"color":{"__isSmartRef__":true,"id":26214}},"26214":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26215":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"26216":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26217":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"26218":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"26219":{"x":137.67911865694913,"y":393.86777109042464,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26220":{"stops":[{"__isSmartRef__":true,"id":26221},{"__isSmartRef__":true,"id":26223},{"__isSmartRef__":true,"id":26225},{"__isSmartRef__":true,"id":26227}],"vector":{"__isSmartRef__":true,"id":26215},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"26221":{"offset":0,"color":{"__isSmartRef__":true,"id":26222}},"26222":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26223":{"offset":0.4,"color":{"__isSmartRef__":true,"id":26224}},"26224":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26225":{"offset":0.6,"color":{"__isSmartRef__":true,"id":26226}},"26226":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26227":{"offset":1,"color":{"__isSmartRef__":true,"id":26228}},"26228":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26229":{"sourceObj":{"__isSmartRef__":true,"id":26186},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":26184},"targetMethodName":"interactivelyMoveSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"26230":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"26231":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"5051E3EB-BE6F-4E0D-9BC1-3637B9A9A4F2","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"26232":{"moveVertical":true},"26233":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"26234":{"morph":{"__isSmartRef__":true,"id":26186},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"26235":{"x":59,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26236":{"submorphs":[{"__isSmartRef__":true,"id":26237}],"scripts":[],"id":"589DA2DB-66D6-431E-A9F5-A372D482CFD3","shape":{"__isSmartRef__":true,"id":26253},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":26269},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":26256},"lighterFill":{"__isSmartRef__":true,"id":26270},"label":{"__isSmartRef__":true,"id":26237},"attributeConnections":[{"__isSmartRef__":true,"id":26279},{"__isSmartRef__":true,"id":26280}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":26281},"name":"removePartButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":26282},"owner":{"__isSmartRef__":true,"id":26185},"layout":{"__isSmartRef__":true,"id":26283},"renderContextTable":{"__isSmartRef__":true,"id":26284},"eventHandler":{"__isSmartRef__":true,"id":26285},"derivationIds":[1220,"6104A033-57FD-4F65-B785-3F32FC278E39","BF7EFB0E-5EBE-4F44-9F5E-0576880F8E75","1E4BFB46-60C5-46A6-970A-CE2825840F25","6F766455-545A-496A-88AE-84737A5534A7","38DFF15E-9F34-46E9-BF1D-A4E46C497541","06C3D4D0-C1C1-4664-9899-5F7C61544400","4C448623-A82F-4C77-87AF-D6EA63A59B8D","9A0208AE-4752-4CEC-ABFE-69A8DCADDEC1","B622D1E6-1113-45B0-B7F1-D476B7187C6F","063AEB5B-6476-4381-80CE-3223D5217E84","6156BDE1-9147-41C6-AA8D-BAFBE8D74659","76C8D1EC-5DEB-4813-B4A3-DEE275EB63CA","38EF1DBF-4047-4FAD-9A38-3782659C845B","64AA08B4-79A2-4CF4-9FA4-C642BE08A736","D7C852FA-BE85-4DE9-A4D1-6E6E99E6A959","80F62CA1-A854-4470-B387-629B81C0618F","59DC61C0-DC00-497D-815B-6ED5BA0E6F47","DF47355E-361B-4236-A5DA-EDA365A6EE37"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","isPressed":false,"__LivelyClassName__":"lively.morphic.Button"},"26237":{"submorphs":[],"scripts":[],"id":"90FAA254-9EB1-4C09-AE79-FE6C5FF4BF39","shape":{"__isSmartRef__":true,"id":26238},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":64,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":26244},"textColor":{"__isSmartRef__":true,"id":26241},"owner":{"__isSmartRef__":true,"id":26236},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":26245}],"padding":{"__isSmartRef__":true,"id":26247},"_Padding":{"__isSmartRef__":true,"id":26248},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":26249},"renderContextTable":{"__isSmartRef__":true,"id":26250},"eventHandler":{"__isSmartRef__":true,"id":26251},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64,"_MinTextHeight":null,"derivationIds":[1221,"9DA2513A-CC83-4283-AB2A-ACF15C86C674","5F885FF0-B156-4674-9C69-74CB7C257A00","58A5253D-0C92-4B09-9B0B-50BAF7062B0D","C655EA28-0996-4C54-8E49-F908BCA93FCE","E7DE43DD-20AF-4E46-9928-2D26F325AB7F","7B24B946-C7AF-4E42-AC8B-BAC6D5D6FB5E","43456CD2-B83E-455A-89EA-E2EAC5B41399","3ACAECEE-6384-4EBE-9736-CAD24C3B3762","8005E82C-FA8E-4695-B93B-D9B2E924E896","D5AB5A5F-B23E-44D4-A8E2-DBF9366166C6","892409CD-C1D6-48CA-BEC2-6CBADF38465D","D74F66BA-4390-448A-B522-8F05178E7350","0B784218-10B5-4A37-B773-7620CC059EB7","C5685084-134C-46FD-9102-61A063AC889C","C47B92E3-5285-4067-B358-1A4324DF8A22","F7DC9949-A305-4AC0-AE45-7EE864EE9337","3D5444C3-7F8C-4D4F-A042-7908B72CECC7","B10D0811-3BD7-4D45-B876-055475EB1FC1"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":26252},"__LivelyClassName__":"lively.morphic.Text"},"26238":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":26239},"_Extent":{"__isSmartRef__":true,"id":26240},"_BorderColor":{"__isSmartRef__":true,"id":26241},"renderContextTable":{"__isSmartRef__":true,"id":26242},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":26243},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"26239":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26240":{"x":66,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"26241":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26242":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"26243":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"26244":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26245":{"style":{"__isSmartRef__":true,"id":26246},"morph":{"__isSmartRef__":true,"id":26237},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":26237},"storedString":"remove","__LivelyClassName__":"lively.morphic.TextChunk"},"26246":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"26247":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"26248":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"26249":{"x":66,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26250":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"26251":{"morph":{"__isSmartRef__":true,"id":26237},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"26252":{"requiredModules":[],"idOnLoad":"90FAA254-9EB1-4C09-AE79-FE6C5FF4BF39","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"26253":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":26254},"_Extent":{"__isSmartRef__":true,"id":26255},"_Fill":{"__isSmartRef__":true,"id":26256},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":26266},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":26267},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":26268},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"26254":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26255":{"x":66,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26256":{"stops":[{"__isSmartRef__":true,"id":26257},{"__isSmartRef__":true,"id":26259},{"__isSmartRef__":true,"id":26261},{"__isSmartRef__":true,"id":26263}],"vector":{"__isSmartRef__":true,"id":26265},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"26257":{"offset":0,"color":{"__isSmartRef__":true,"id":26258}},"26258":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26259":{"offset":0.4,"color":{"__isSmartRef__":true,"id":26260}},"26260":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26261":{"offset":0.6,"color":{"__isSmartRef__":true,"id":26262}},"26262":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26263":{"offset":1,"color":{"__isSmartRef__":true,"id":26264}},"26264":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26265":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"26266":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26267":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"26268":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"26269":{"x":70.12005863445097,"y":393.8518587078797,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26270":{"stops":[{"__isSmartRef__":true,"id":26271},{"__isSmartRef__":true,"id":26273},{"__isSmartRef__":true,"id":26275},{"__isSmartRef__":true,"id":26277}],"vector":{"__isSmartRef__":true,"id":26265},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"26271":{"offset":0,"color":{"__isSmartRef__":true,"id":26272}},"26272":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26273":{"offset":0.4,"color":{"__isSmartRef__":true,"id":26274}},"26274":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26275":{"offset":0.6,"color":{"__isSmartRef__":true,"id":26276}},"26276":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26277":{"offset":1,"color":{"__isSmartRef__":true,"id":26278}},"26278":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26279":{"sourceObj":{"__isSmartRef__":true,"id":26236},"sourceAttrName":"fire","targetMethodName":"reloadEverything","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"26280":{"sourceObj":{"__isSmartRef__":true,"id":26236},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":26184},"targetMethodName":"interactivelyRemoveSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"26281":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"26282":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"589DA2DB-66D6-431E-A9F5-A372D482CFD3","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"26283":{"moveVertical":true},"26284":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"26285":{"morph":{"__isSmartRef__":true,"id":26236},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"26286":{"submorphs":[{"__isSmartRef__":true,"id":26287}],"scripts":[],"id":"9647D81E-6368-4068-A797-3776BC8893B6","shape":{"__isSmartRef__":true,"id":26303},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":26319},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":26306},"lighterFill":{"__isSmartRef__":true,"id":26320},"label":{"__isSmartRef__":true,"id":26287},"attributeConnections":[{"__isSmartRef__":true,"id":26329},{"__isSmartRef__":true,"id":26330}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":26331},"name":"loadPartButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":26332},"owner":{"__isSmartRef__":true,"id":26185},"layout":{"__isSmartRef__":true,"id":26333},"renderContextTable":{"__isSmartRef__":true,"id":26334},"eventHandler":{"__isSmartRef__":true,"id":26335},"derivationIds":[1222,"53143161-6C64-48C5-8E55-E5914F0EF97D","00D6DD0A-007D-478E-B625-602F218C4635","F420150F-FC88-4A76-8B6B-EA48495DAD2A","7E7374D3-E099-45D6-A873-E111BC557971","69B710F0-9A8E-4B16-9936-5C3E2512043F","1B1D4C76-8DF1-460A-ACCE-80568FE703DC","334778F7-689B-4D27-9891-059110F5122A","8B321CE5-31C5-4333-ADDF-E464DDE059A0","BC069425-0C12-4A28-867E-6C5A5B1334AE","F4B8B757-4B31-4438-B170-D36080178829","C491F2B7-A6A8-4A4A-B729-6F8D829A1966","A3A93C3D-0FC6-4D8B-8244-2B9003FD82A6","DB35D070-7293-4FEE-A170-8C31C4417699","0A3F38FF-C91B-4EA5-B235-0B73774AFCA2","8E4F2D2F-9F28-4BDA-882E-5E76E956D188","D6409CB9-24F9-40E8-A9A9-281F97370D72","B5CB0156-0C30-4C8C-861E-72E6B73E8E32","829B5CC8-E112-41DA-9BE5-1532570063F1"],"priorExtent":{"__isSmartRef__":true,"id":26336},"_Rotation":0,"_Scale":1,"_ClipMode":"visible","isPressed":false,"__LivelyClassName__":"lively.morphic.Button"},"26287":{"submorphs":[],"scripts":[],"id":"399A0322-BB8B-436C-8FE3-96828007ADB9","shape":{"__isSmartRef__":true,"id":26288},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":48,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":26294},"textColor":{"__isSmartRef__":true,"id":26291},"owner":{"__isSmartRef__":true,"id":26286},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":26295}],"padding":{"__isSmartRef__":true,"id":26297},"_Padding":{"__isSmartRef__":true,"id":26298},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":26299},"renderContextTable":{"__isSmartRef__":true,"id":26300},"eventHandler":{"__isSmartRef__":true,"id":26301},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":48,"_MinTextHeight":null,"derivationIds":[1223,"CA1AEDF7-8E87-433B-9CD1-DDA8D5A3EBCF","86BD113F-64BA-49A6-B42F-E561F4E0D67E","272B9AB5-11DE-4885-89B6-C3438FC53A90","8A9A437F-D683-4B7F-AE55-35EB605AFB78","A990A9CC-15E4-4E0C-BB5B-16023C399575","F9EF7A21-3B37-4964-B000-6276E90F9807","7C3782C1-9B87-4C58-8D9B-699E9789DA5F","519AE5D6-2EFD-48C5-B983-5A9CA44B7361","3C6B09E0-A6F9-42D6-902B-CF03B209261C","B861397A-5D9E-4C49-B16C-B7C4213F553F","3946FAFB-8E68-4B61-B3D8-C17D2D779198","1DCA3B7F-0D7F-4729-8FD9-2B33A6361A28","6CF99508-4E30-43E9-9945-7A4C4439936A","5990A154-6EFE-48B1-8390-087C7FAF9F35","507F3F9A-523B-4381-8F92-9886C7000F06","7F2ABCE4-A243-4264-8C19-2AE81B3CE9DE","8D86C24D-83CE-40F0-B79B-A0DB20ED1B25","A14FF23F-CBB9-49BF-B4B5-52F63B3AFE40"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":26302},"__LivelyClassName__":"lively.morphic.Text"},"26288":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":26289},"_Extent":{"__isSmartRef__":true,"id":26290},"_BorderColor":{"__isSmartRef__":true,"id":26291},"renderContextTable":{"__isSmartRef__":true,"id":26292},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":26293},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"26289":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26290":{"x":50,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"26291":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26292":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"26293":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"26294":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26295":{"style":{"__isSmartRef__":true,"id":26296},"morph":{"__isSmartRef__":true,"id":26287},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":26287},"storedString":"load","__LivelyClassName__":"lively.morphic.TextChunk"},"26296":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"26297":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"26298":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"26299":{"x":50,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26300":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"26301":{"morph":{"__isSmartRef__":true,"id":26287},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"26302":{"requiredModules":[],"idOnLoad":"399A0322-BB8B-436C-8FE3-96828007ADB9","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"26303":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":26304},"_Extent":{"__isSmartRef__":true,"id":26305},"_Fill":{"__isSmartRef__":true,"id":26306},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":26316},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":26317},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":26318},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"26304":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26305":{"x":50,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26306":{"stops":[{"__isSmartRef__":true,"id":26307},{"__isSmartRef__":true,"id":26309},{"__isSmartRef__":true,"id":26311},{"__isSmartRef__":true,"id":26313}],"vector":{"__isSmartRef__":true,"id":26315},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"26307":{"offset":0,"color":{"__isSmartRef__":true,"id":26308}},"26308":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26309":{"offset":0.4,"color":{"__isSmartRef__":true,"id":26310}},"26310":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26311":{"offset":0.6,"color":{"__isSmartRef__":true,"id":26312}},"26312":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26313":{"offset":1,"color":{"__isSmartRef__":true,"id":26314}},"26314":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26315":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"26316":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26317":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"26318":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"26319":{"x":19.154971194602297,"y":393.89144835121806,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26320":{"stops":[{"__isSmartRef__":true,"id":26321},{"__isSmartRef__":true,"id":26323},{"__isSmartRef__":true,"id":26325},{"__isSmartRef__":true,"id":26327}],"vector":{"__isSmartRef__":true,"id":26315},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"26321":{"offset":0,"color":{"__isSmartRef__":true,"id":26322}},"26322":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26323":{"offset":0.4,"color":{"__isSmartRef__":true,"id":26324}},"26324":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26325":{"offset":0.6,"color":{"__isSmartRef__":true,"id":26326}},"26326":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26327":{"offset":1,"color":{"__isSmartRef__":true,"id":26328}},"26328":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26329":{"sourceObj":{"__isSmartRef__":true,"id":26286},"sourceAttrName":"fire","targetMethodName":"reloadEverything","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"26330":{"sourceObj":{"__isSmartRef__":true,"id":26286},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":26184},"targetMethodName":"loadAndOpenSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"26331":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"26332":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"9647D81E-6368-4068-A797-3776BC8893B6","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"26333":{"moveVertical":true},"26334":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"26335":{"morph":{"__isSmartRef__":true,"id":26286},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"26336":{"x":51,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26337":{"submorphs":[],"scripts":[],"id":"C23A8E92-263B-420B-B8EF-2BCF4245F891","shape":{"__isSmartRef__":true,"id":26338},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":26344},"_MaxTextWidth":258,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":26341},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"selectedPartName","partsBinMetaInfo":{"__isSmartRef__":true,"id":26345},"textChunks":[{"__isSmartRef__":true,"id":26346}],"charsReplaced":"some text","lastFindLoc":-9,"prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":26185},"_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":26348},"renderContextTable":{"__isSmartRef__":true,"id":26349},"eventHandler":{"__isSmartRef__":true,"id":26350},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":258,"_MinTextHeight":null,"distanceToDragEvent":{"__isSmartRef__":true,"id":26351},"previousSelection":[11,11],"derivationIds":[1224,"25E0FB99-9B39-4754-932D-DB6A01B4A95D","61627613-C999-40E7-9DB0-BDF996D1ECC4","C4D29785-0782-4706-806D-FF6038713C2F","4C2E106A-1F4C-48A0-A435-1FAA967054BC","BCB8A5BC-CD57-4495-8E0B-67AA5E474FA4","BC6B6857-9FAE-499A-BBFC-4F98A28D555D","A33D26A2-77A9-4F7B-B01E-E011C3AEAB93","12CBEF1F-E269-417E-ACEA-4DE2E29A0CE3","FCA464B3-A849-409D-BC5B-6D9EBAFB43BE","ED534055-8E5A-4649-BB57-BDC3E5CBC17F","B3F598DC-FB73-4FE9-8996-49419A4CD741","F43C5DD4-BE88-4B9F-A804-83D767B93FF8","E8A14541-A23C-4109-82E1-D4DCA740BF52","7A379D20-CC5D-4FB1-9898-854686E034C5","E7A76532-D8EF-4115-9B51-C3A2754C7983","70045544-6706-4A32-A67A-A439454F90CF","5AB7DDB3-7240-4C63-9F17-5A96AC90D9CC","786477A0-CF47-4332-985A-FD492FB8E7C6"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"26338":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":26339},"_Extent":{"__isSmartRef__":true,"id":26340},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":26341},"renderContextTable":{"__isSmartRef__":true,"id":26342},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":26343},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"26339":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26340":{"x":258,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"26341":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26342":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"26343":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"26344":{"x":22.074220912172564,"y":8.635794805933187,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26345":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"C23A8E92-263B-420B-B8EF-2BCF4245F891","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"26346":{"style":{"__isSmartRef__":true,"id":26347},"chunkOwner":{"__isSmartRef__":true,"id":26337},"storedString":"ObjectEditor","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"26347":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"26348":{"x":258,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26349":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"26350":{"morph":{"__isSmartRef__":true,"id":26337},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"26351":{"x":167.51791727205773,"y":-12.628784291915622,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26352":{"submorphs":[],"scripts":[],"id":"A4358834-41ED-4CF0-BAAE-D6BF8BAE78AB","shape":{"__isSmartRef__":true,"id":26353},"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":26360},"itemList":[{"__isSmartRef__":true,"id":26361},{"__isSmartRef__":true,"id":26366},{"__isSmartRef__":true,"id":26371},{"__isSmartRef__":true,"id":26376},{"__isSmartRef__":true,"id":26381},{"__isSmartRef__":true,"id":26386},{"__isSmartRef__":true,"id":26391},{"__isSmartRef__":true,"id":26396},{"__isSmartRef__":true,"id":26401},{"__isSmartRef__":true,"id":26406},{"__isSmartRef__":true,"id":26411},{"__isSmartRef__":true,"id":26416},{"__isSmartRef__":true,"id":26421},{"__isSmartRef__":true,"id":26426},{"__isSmartRef__":true,"id":26431},{"__isSmartRef__":true,"id":26436},{"__isSmartRef__":true,"id":26441},{"__isSmartRef__":true,"id":26446},{"__isSmartRef__":true,"id":26451},{"__isSmartRef__":true,"id":26456},{"__isSmartRef__":true,"id":26461},{"__isSmartRef__":true,"id":26466},{"__isSmartRef__":true,"id":26573},{"__isSmartRef__":true,"id":26578},{"__isSmartRef__":true,"id":26583},{"__isSmartRef__":true,"id":26588},{"__isSmartRef__":true,"id":26593},{"__isSmartRef__":true,"id":26600},{"__isSmartRef__":true,"id":26605},{"__isSmartRef__":true,"id":26610},{"__isSmartRef__":true,"id":26615},{"__isSmartRef__":true,"id":26620},{"__isSmartRef__":true,"id":26625},{"__isSmartRef__":true,"id":26630},{"__isSmartRef__":true,"id":26635},{"__isSmartRef__":true,"id":26640},{"__isSmartRef__":true,"id":26645},{"__isSmartRef__":true,"id":26650},{"__isSmartRef__":true,"id":26655},{"__isSmartRef__":true,"id":26660},{"__isSmartRef__":true,"id":26665},{"__isSmartRef__":true,"id":26670},{"__isSmartRef__":true,"id":26675},{"__isSmartRef__":true,"id":26680},{"__isSmartRef__":true,"id":26685},{"__isSmartRef__":true,"id":26690},{"__isSmartRef__":true,"id":26695},{"__isSmartRef__":true,"id":26700},{"__isSmartRef__":true,"id":26705},{"__isSmartRef__":true,"id":26710},{"__isSmartRef__":true,"id":26715},{"__isSmartRef__":true,"id":27306},{"__isSmartRef__":true,"id":27312},{"__isSmartRef__":true,"id":27317},{"__isSmartRef__":true,"id":27322},{"__isSmartRef__":true,"id":27327},{"__isSmartRef__":true,"id":27332},{"__isSmartRef__":true,"id":27337},{"__isSmartRef__":true,"id":27342},{"__isSmartRef__":true,"id":27347},{"__isSmartRef__":true,"id":27352},{"__isSmartRef__":true,"id":27357},{"__isSmartRef__":true,"id":27362},{"__isSmartRef__":true,"id":27367},{"__isSmartRef__":true,"id":27372},{"__isSmartRef__":true,"id":27377},{"__isSmartRef__":true,"id":27382},{"__isSmartRef__":true,"id":27387},{"__isSmartRef__":true,"id":27392},{"__isSmartRef__":true,"id":27397},{"__isSmartRef__":true,"id":27402},{"__isSmartRef__":true,"id":27407},{"__isSmartRef__":true,"id":27412},{"__isSmartRef__":true,"id":27417},{"__isSmartRef__":true,"id":27422},{"__isSmartRef__":true,"id":27427},{"__isSmartRef__":true,"id":27432},{"__isSmartRef__":true,"id":27437},{"__isSmartRef__":true,"id":27442},{"__isSmartRef__":true,"id":27447},{"__isSmartRef__":true,"id":27452},{"__isSmartRef__":true,"id":27467},{"__isSmartRef__":true,"id":27472},{"__isSmartRef__":true,"id":27477},{"__isSmartRef__":true,"id":27482},{"__isSmartRef__":true,"id":27487},{"__isSmartRef__":true,"id":27492},{"__isSmartRef__":true,"id":27497},{"__isSmartRef__":true,"id":27502},{"__isSmartRef__":true,"id":27507},{"__isSmartRef__":true,"id":27512},{"__isSmartRef__":true,"id":27517},{"__isSmartRef__":true,"id":27522},{"__isSmartRef__":true,"id":27527},{"__isSmartRef__":true,"id":27532},{"__isSmartRef__":true,"id":27537},{"__isSmartRef__":true,"id":27542},{"__isSmartRef__":true,"id":27547},{"__isSmartRef__":true,"id":27552},{"__isSmartRef__":true,"id":27557},{"__isSmartRef__":true,"id":27562},{"__isSmartRef__":true,"id":27567},{"__isSmartRef__":true,"id":27572},{"__isSmartRef__":true,"id":27577},{"__isSmartRef__":true,"id":27582},{"__isSmartRef__":true,"id":27587},{"__isSmartRef__":true,"id":27592},{"__isSmartRef__":true,"id":27597},{"__isSmartRef__":true,"id":27602},{"__isSmartRef__":true,"id":27607},{"__isSmartRef__":true,"id":27612},{"__isSmartRef__":true,"id":27617},{"__isSmartRef__":true,"id":27622},{"__isSmartRef__":true,"id":27627},{"__isSmartRef__":true,"id":27632},{"__isSmartRef__":true,"id":27637},{"__isSmartRef__":true,"id":27642},{"__isSmartRef__":true,"id":27647},{"__isSmartRef__":true,"id":27652},{"__isSmartRef__":true,"id":27657},{"__isSmartRef__":true,"id":27662},{"__isSmartRef__":true,"id":27667},{"__isSmartRef__":true,"id":27672},{"__isSmartRef__":true,"id":27677},{"__isSmartRef__":true,"id":27682},{"__isSmartRef__":true,"id":27687},{"__isSmartRef__":true,"id":27692},{"__isSmartRef__":true,"id":27697},{"__isSmartRef__":true,"id":27702},{"__isSmartRef__":true,"id":27707},{"__isSmartRef__":true,"id":27712},{"__isSmartRef__":true,"id":27717},{"__isSmartRef__":true,"id":27722},{"__isSmartRef__":true,"id":27727},{"__isSmartRef__":true,"id":27732},{"__isSmartRef__":true,"id":27737},{"__isSmartRef__":true,"id":27742},{"__isSmartRef__":true,"id":27747},{"__isSmartRef__":true,"id":27752},{"__isSmartRef__":true,"id":27757},{"__isSmartRef__":true,"id":27762},{"__isSmartRef__":true,"id":27767},{"__isSmartRef__":true,"id":27772},{"__isSmartRef__":true,"id":27777},{"__isSmartRef__":true,"id":27782},{"__isSmartRef__":true,"id":27787}],"showsHalos":false,"name":"selectedPartVersions","partsBinMetaInfo":{"__isSmartRef__":true,"id":27792},"__SourceModuleName__":"Global.lively.morphic.Core","_ClipMode":"scroll","owner":{"__isSmartRef__":true,"id":26185},"prevScroll":[0,187],"layout":{"__isSmartRef__":true,"id":27793},"priorExtent":{"__isSmartRef__":true,"id":27794},"renderContextTable":{"__isSmartRef__":true,"id":27795},"eventHandler":{"__isSmartRef__":true,"id":27796},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[1225,"9B936EA2-F23D-497C-A53E-4396CA9256F6","E333E76B-0723-4359-B687-2AA820C0D677","25D90D11-0432-4E82-891D-54FFA3BB9FB1","914D1CD5-B925-47EC-B766-212629CF18AC","06903DED-2228-497A-A5E4-BD39CDAC9286","87BCD5EE-A9F5-41E6-AF60-2E0F4B187B25","7FF89F4C-C131-4DAD-A2E3-E3891D43F801","4C4F847E-E079-4B30-BD21-99ACC266B3A6","CD3F6BEF-CFAC-4D1D-9EDE-645D9A1BD064","58EBD102-9E1B-4DF6-AEB7-917764F6D2F3","71365E97-4664-4E67-8AE4-3038A922F65E","BD9C5EBB-4660-4030-8F82-D7F96BBF1B94","189C43AE-811E-4F28-8B30-B6CC11F41CA9","EB043866-95BE-49E0-A54B-14BB5C4BD692","55CDE267-DC7E-42B4-8270-1BBC412A4B36","253560AE-9FB0-4EC3-8C26-0DB0DF9BBE02","FD68C62E-0D04-4421-A9A2-254D853E2044","CCE0CD46-F614-405D-A86B-C21A5CD0A81D"],"_Rotation":0,"_Scale":1,"selectedLineNo":8,"selection":{"__isSmartRef__":true,"id":26402},"isBeingDragged":false,"__LivelyClassName__":"lively.morphic.List"},"26353":{"position":{"__isSmartRef__":true,"id":26354},"_Extent":{"__isSmartRef__":true,"id":26355},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":26356},"_Fill":{"__isSmartRef__":true,"id":26357},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":26358},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_Padding":{"__isSmartRef__":true,"id":26359},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"26354":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26355":{"x":330.7762078882963,"y":121.97632273920658,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26356":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"26357":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"26358":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"26359":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"26360":{"x":19.98146549080036,"y":56.349422571268406,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"26361":{"string":"2012-06-06 16:18 timfelgentreff (169737)","value":{"__isSmartRef__":true,"id":26362},"isListItem":true},"26362":{"rev":169737,"author":"timfelgentreff","date":{"__isSmartRef__":true,"id":26363},"url":{"__isSmartRef__":true,"id":26364},"changes":[{"__isSmartRef__":true,"id":26365}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26363":{"isSerializedDate":true,"string":"Wed Jun 06 2012 16:18:19 GMT+0200 (Mitteleuropäische Sommerzeit)"},"26364":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26365":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"26366":{"string":"2012-06-06 16:17 timfelgentreff (169734)","value":{"__isSmartRef__":true,"id":26367},"isListItem":true},"26367":{"rev":169734,"author":"timfelgentreff","date":{"__isSmartRef__":true,"id":26368},"url":{"__isSmartRef__":true,"id":26369},"changes":[{"__isSmartRef__":true,"id":26370}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26368":{"isSerializedDate":true,"string":"Wed Jun 06 2012 16:17:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"26369":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26370":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"26371":{"string":"2012-06-06 16:16 timfelgentreff (169731)","value":{"__isSmartRef__":true,"id":26372},"isListItem":true},"26372":{"rev":169731,"author":"timfelgentreff","date":{"__isSmartRef__":true,"id":26373},"url":{"__isSmartRef__":true,"id":26374},"changes":[{"__isSmartRef__":true,"id":26375}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26373":{"isSerializedDate":true,"string":"Wed Jun 06 2012 16:16:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"26374":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26375":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"26376":{"string":"2012-06-06 15:54 timfelgentreff (169726)","value":{"__isSmartRef__":true,"id":26377},"isListItem":true},"26377":{"rev":169726,"author":"timfelgentreff","date":{"__isSmartRef__":true,"id":26378},"url":{"__isSmartRef__":true,"id":26379},"changes":[{"__isSmartRef__":true,"id":26380}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26378":{"isSerializedDate":true,"string":"Wed Jun 06 2012 15:54:25 GMT+0200 (Mitteleuropäische Sommerzeit)"},"26379":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26380":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"26381":{"string":"2012-06-06 15:16 timfelgentreff (169716)","value":{"__isSmartRef__":true,"id":26382},"isListItem":true},"26382":{"rev":169716,"author":"timfelgentreff","date":{"__isSmartRef__":true,"id":26383},"url":{"__isSmartRef__":true,"id":26384},"changes":[{"__isSmartRef__":true,"id":26385}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26383":{"isSerializedDate":true,"string":"Wed Jun 06 2012 15:16:37 GMT+0200 (Mitteleuropäische Sommerzeit)"},"26384":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26385":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"26386":{"string":"2012-06-06 15:11 timfelgentreff (169710)","value":{"__isSmartRef__":true,"id":26387},"isListItem":true},"26387":{"rev":169710,"author":"timfelgentreff","date":{"__isSmartRef__":true,"id":26388},"url":{"__isSmartRef__":true,"id":26389},"changes":[{"__isSmartRef__":true,"id":26390}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26388":{"isSerializedDate":true,"string":"Wed Jun 06 2012 15:11:46 GMT+0200 (Mitteleuropäische Sommerzeit)"},"26389":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26390":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"26391":{"string":"2012-06-06 14:08 tessi (169677)","value":{"__isSmartRef__":true,"id":26392},"isListItem":true},"26392":{"rev":169677,"author":"tessi","date":{"__isSmartRef__":true,"id":26393},"url":{"__isSmartRef__":true,"id":26394},"changes":[{"__isSmartRef__":true,"id":26395}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26393":{"isSerializedDate":true,"string":"Wed Jun 06 2012 14:08:38 GMT+0200 (Mitteleuropäische Sommerzeit)"},"26394":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26395":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"26396":{"string":"2012-05-29 11:36 lauritz (167123)","value":{"__isSmartRef__":true,"id":26397},"isListItem":true},"26397":{"rev":167123,"author":"lauritz","date":{"__isSmartRef__":true,"id":26398},"url":{"__isSmartRef__":true,"id":26399},"changes":[{"__isSmartRef__":true,"id":26400}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26398":{"isSerializedDate":true,"string":"Tue May 29 2012 11:36:48 GMT+0200 (Mitteleuropäische Sommerzeit)"},"26399":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26400":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"26401":{"string":"2012-05-29 11:06 lauritz (167078)","value":{"__isSmartRef__":true,"id":26402},"isListItem":true},"26402":{"rev":167078,"author":"lauritz","date":{"__isSmartRef__":true,"id":26403},"url":{"__isSmartRef__":true,"id":26404},"changes":[{"__isSmartRef__":true,"id":26405}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26403":{"isSerializedDate":true,"string":"Tue May 29 2012 11:06:14 GMT+0200 (Mitteleuropäische Sommerzeit)"},"26404":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26405":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"26406":{"string":"2012-05-29 10:57 lauritz (167072)","value":{"__isSmartRef__":true,"id":26407},"isListItem":true},"26407":{"rev":167072,"author":"lauritz","date":{"__isSmartRef__":true,"id":26408},"url":{"__isSmartRef__":true,"id":26409},"changes":[{"__isSmartRef__":true,"id":26410}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26408":{"isSerializedDate":true,"string":"Tue May 29 2012 10:57:53 GMT+0200 (Mitteleuropäische Sommerzeit)"},"26409":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26410":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"26411":{"string":"2012-05-24 15:09 timfelgentreff (166414)","value":{"__isSmartRef__":true,"id":26412},"isListItem":true},"26412":{"rev":166414,"author":"timfelgentreff","date":{"__isSmartRef__":true,"id":26413},"url":{"__isSmartRef__":true,"id":26414},"changes":[{"__isSmartRef__":true,"id":26415}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26413":{"isSerializedDate":true,"string":"Thu May 24 2012 15:09:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"26414":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26415":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"26416":{"string":"2012-05-24 14:39 lauritz (166368)","value":{"__isSmartRef__":true,"id":26417},"isListItem":true},"26417":{"rev":166368,"author":"lauritz","date":{"__isSmartRef__":true,"id":26418},"url":{"__isSmartRef__":true,"id":26419},"changes":[{"__isSmartRef__":true,"id":26420}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26418":{"isSerializedDate":true,"string":"Thu May 24 2012 14:39:50 GMT+0200 (Mitteleuropäische Sommerzeit)"},"26419":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26420":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"26421":{"string":"2012-05-24 14:35 timfelgentreff (166355)","value":{"__isSmartRef__":true,"id":26422},"isListItem":true},"26422":{"rev":166355,"author":"timfelgentreff","date":{"__isSmartRef__":true,"id":26423},"url":{"__isSmartRef__":true,"id":26424},"changes":[{"__isSmartRef__":true,"id":26425}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26423":{"isSerializedDate":true,"string":"Thu May 24 2012 14:35:56 GMT+0200 (Mitteleuropäische Sommerzeit)"},"26424":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26425":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"26426":{"string":"2012-05-16 18:41 cschuster (163611)","value":{"__isSmartRef__":true,"id":26427},"isListItem":true},"26427":{"rev":163611,"author":"cschuster","date":{"__isSmartRef__":true,"id":26428},"url":{"__isSmartRef__":true,"id":26429},"changes":[{"__isSmartRef__":true,"id":26430}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26428":{"isSerializedDate":true,"string":"Wed May 16 2012 18:41:35 GMT+0200 (Mitteleuropäische Sommerzeit)"},"26429":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26430":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"26431":{"string":"2012-04-26 19:53 robertkrahn (156552)","value":{"__isSmartRef__":true,"id":26432},"isListItem":true},"26432":{"rev":156552,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":26433},"url":{"__isSmartRef__":true,"id":26434},"changes":[{"__isSmartRef__":true,"id":26435}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26433":{"isSerializedDate":true,"string":"Thu Apr 26 2012 19:53:35 GMT+0200 (Mitteleuropäische Sommerzeit)"},"26434":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26435":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"26436":{"string":"2012-04-26 09:38 fbo (156107)","value":{"__isSmartRef__":true,"id":26437},"isListItem":true},"26437":{"rev":156107,"author":"fbo","date":{"__isSmartRef__":true,"id":26438},"url":{"__isSmartRef__":true,"id":26439},"changes":[{"__isSmartRef__":true,"id":26440}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26438":{"isSerializedDate":true,"string":"Thu Apr 26 2012 09:38:40 GMT+0200 (Mitteleuropäische Sommerzeit)"},"26439":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26440":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"26441":{"string":"2012-04-26 09:05 fbo (156057)","value":{"__isSmartRef__":true,"id":26442},"isListItem":true},"26442":{"rev":156057,"author":"fbo","date":{"__isSmartRef__":true,"id":26443},"url":{"__isSmartRef__":true,"id":26444},"changes":[{"__isSmartRef__":true,"id":26445}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26443":{"isSerializedDate":true,"string":"Thu Apr 26 2012 09:05:59 GMT+0200 (Mitteleuropäische Sommerzeit)"},"26444":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26445":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"26446":{"string":"2012-04-21 13:45 robertkrahn (154260)","value":{"__isSmartRef__":true,"id":26447},"isListItem":true},"26447":{"rev":154260,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":26448},"url":{"__isSmartRef__":true,"id":26449},"changes":[{"__isSmartRef__":true,"id":26450}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26448":{"isSerializedDate":true,"string":"Sat Apr 21 2012 13:45:02 GMT+0200 (Mitteleuropäische Sommerzeit)"},"26449":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26450":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"26451":{"string":"2012-04-19 08:55 lauritz (153353)","value":{"__isSmartRef__":true,"id":26452},"isListItem":true},"26452":{"rev":153353,"author":"lauritz","date":{"__isSmartRef__":true,"id":26453},"url":{"__isSmartRef__":true,"id":26454},"changes":[{"__isSmartRef__":true,"id":26455}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26453":{"isSerializedDate":true,"string":"Thu Apr 19 2012 08:55:05 GMT+0200 (Mitteleuropäische Sommerzeit)"},"26454":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26455":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"26456":{"string":"2012-03-14 14:41 jenslincke (145763)","value":{"__isSmartRef__":true,"id":26457},"isListItem":true},"26457":{"rev":145763,"author":"jenslincke","date":{"__isSmartRef__":true,"id":26458},"url":{"__isSmartRef__":true,"id":26459},"changes":[{"__isSmartRef__":true,"id":26460}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26458":{"isSerializedDate":true,"string":"Wed Mar 14 2012 14:41:08 GMT+0100 (Mitteleuropäische Zeit)"},"26459":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26460":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"26461":{"string":"2012-02-25 01:41 fbo (140989)","value":{"__isSmartRef__":true,"id":26462},"isListItem":true},"26462":{"rev":140989,"author":"fbo","date":{"__isSmartRef__":true,"id":26463},"url":{"__isSmartRef__":true,"id":26464},"changes":[{"__isSmartRef__":true,"id":26465}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26463":{"isSerializedDate":true,"string":"Sat Feb 25 2012 01:41:31 GMT+0100 (Mitteleuropäische Zeit)"},"26464":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26465":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"26466":{"string":"2012-02-22 22:26 fbo (140039)","value":{"__isSmartRef__":true,"id":26467},"isListItem":true},"26467":{"rev":140039,"author":"fbo","date":{"__isSmartRef__":true,"id":26468},"url":{"__isSmartRef__":true,"id":26469},"changes":[{"__isSmartRef__":true,"id":26470},{"__isSmartRef__":true,"id":26471},{"__isSmartRef__":true,"id":26472},{"__isSmartRef__":true,"id":26473},{"__isSmartRef__":true,"id":26474},{"__isSmartRef__":true,"id":26475},{"__isSmartRef__":true,"id":26476},{"__isSmartRef__":true,"id":26477},{"__isSmartRef__":true,"id":26478},{"__isSmartRef__":true,"id":26479},{"__isSmartRef__":true,"id":26480},{"__isSmartRef__":true,"id":26481},{"__isSmartRef__":true,"id":26482},{"__isSmartRef__":true,"id":26483},{"__isSmartRef__":true,"id":26484},{"__isSmartRef__":true,"id":26485},{"__isSmartRef__":true,"id":26486},{"__isSmartRef__":true,"id":26487},{"__isSmartRef__":true,"id":26488},{"__isSmartRef__":true,"id":26489},{"__isSmartRef__":true,"id":26490},{"__isSmartRef__":true,"id":26491},{"__isSmartRef__":true,"id":26492},{"__isSmartRef__":true,"id":26493},{"__isSmartRef__":true,"id":26494},{"__isSmartRef__":true,"id":26495},{"__isSmartRef__":true,"id":26496},{"__isSmartRef__":true,"id":26497},{"__isSmartRef__":true,"id":26498},{"__isSmartRef__":true,"id":26499},{"__isSmartRef__":true,"id":26500},{"__isSmartRef__":true,"id":26501},{"__isSmartRef__":true,"id":26502},{"__isSmartRef__":true,"id":26503},{"__isSmartRef__":true,"id":26504},{"__isSmartRef__":true,"id":26505},{"__isSmartRef__":true,"id":26506},{"__isSmartRef__":true,"id":26507},{"__isSmartRef__":true,"id":26508},{"__isSmartRef__":true,"id":26509},{"__isSmartRef__":true,"id":26510},{"__isSmartRef__":true,"id":26511},{"__isSmartRef__":true,"id":26512},{"__isSmartRef__":true,"id":26513},{"__isSmartRef__":true,"id":26514},{"__isSmartRef__":true,"id":26515},{"__isSmartRef__":true,"id":26516},{"__isSmartRef__":true,"id":26517},{"__isSmartRef__":true,"id":26518},{"__isSmartRef__":true,"id":26519},{"__isSmartRef__":true,"id":26520},{"__isSmartRef__":true,"id":26521},{"__isSmartRef__":true,"id":26522},{"__isSmartRef__":true,"id":26523},{"__isSmartRef__":true,"id":26524},{"__isSmartRef__":true,"id":26525},{"__isSmartRef__":true,"id":26526},{"__isSmartRef__":true,"id":26527},{"__isSmartRef__":true,"id":26528},{"__isSmartRef__":true,"id":26529},{"__isSmartRef__":true,"id":26530},{"__isSmartRef__":true,"id":26531},{"__isSmartRef__":true,"id":26532},{"__isSmartRef__":true,"id":26533},{"__isSmartRef__":true,"id":26534},{"__isSmartRef__":true,"id":26535},{"__isSmartRef__":true,"id":26536},{"__isSmartRef__":true,"id":26537},{"__isSmartRef__":true,"id":26538},{"__isSmartRef__":true,"id":26539},{"__isSmartRef__":true,"id":26540},{"__isSmartRef__":true,"id":26541},{"__isSmartRef__":true,"id":26542},{"__isSmartRef__":true,"id":26543},{"__isSmartRef__":true,"id":26544},{"__isSmartRef__":true,"id":26545},{"__isSmartRef__":true,"id":26546},{"__isSmartRef__":true,"id":26547},{"__isSmartRef__":true,"id":26548},{"__isSmartRef__":true,"id":26549},{"__isSmartRef__":true,"id":26550},{"__isSmartRef__":true,"id":26551},{"__isSmartRef__":true,"id":26552},{"__isSmartRef__":true,"id":26553},{"__isSmartRef__":true,"id":26554},{"__isSmartRef__":true,"id":26555},{"__isSmartRef__":true,"id":26556},{"__isSmartRef__":true,"id":26557},{"__isSmartRef__":true,"id":26558},{"__isSmartRef__":true,"id":26559},{"__isSmartRef__":true,"id":26560},{"__isSmartRef__":true,"id":26561},{"__isSmartRef__":true,"id":26562},{"__isSmartRef__":true,"id":26563},{"__isSmartRef__":true,"id":26564},{"__isSmartRef__":true,"id":26565},{"__isSmartRef__":true,"id":26566},{"__isSmartRef__":true,"id":26567},{"__isSmartRef__":true,"id":26568},{"__isSmartRef__":true,"id":26569},{"__isSmartRef__":true,"id":26570},{"__isSmartRef__":true,"id":26571},{"__isSmartRef__":true,"id":26572}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26468":{"isSerializedDate":true,"string":"Wed Feb 22 2012 22:26:12 GMT+0100 (Mitteleuropäische Zeit)"},"26469":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/lively/lang/UUID.js","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26470":{"type":"S:modified","url":"/core/lively/ast/Interpreter.js"},"26471":{"type":"S:added","url":null},"26472":{"type":"S:added","url":null},"26473":{"type":"S:modified","url":"/core/lively/OldModel.js"},"26474":{"type":"S:modified","url":"/core/lively/morphic/ScriptingSupport.js"},"26475":{"type":"S:added","url":null},"26476":{"type":"S:added","url":null},"26477":{"type":"S:deleted","url":null},"26478":{"type":"S:added","url":null},"26479":{"type":"S:modified","url":"/core/lively/ast/LivelyJSParser.js"},"26480":{"type":"S:modified","url":"/core/lively/morphic/EventExperiments.js"},"26481":{"type":"S:added","url":null},"26482":{"type":"S:modified","url":"/core/lively/Base.js"},"26483":{"type":"S:added","url":null},"26484":{"type":"S:added","url":null},"26485":{"type":"S:modified","url":"/core/lively/bootstrap.js"},"26486":{"type":"S:added","url":null},"26487":{"type":"S:added","url":null},"26488":{"type":"S:modified","url":"/core/lively/localconfig.js"},"26489":{"type":"S:modified","url":"/core/lively/PartsBin.js"},"26490":{"type":"S:modified","url":"/core/lively/ide/SystemBrowserNodes.js"},"26491":{"type":"S:modified","url":"/core/lively/morphic/tests/PathTests.js"},"26492":{"type":"S:added","url":null},"26493":{"type":"S:modified","url":"/core/lively/bindings/Core.js"},"26494":{"type":"S:added","url":null},"26495":{"type":"S:added","url":null},"26496":{"type":"S:modified","url":"/core/lively/Network.js"},"26497":{"type":"S:modified","url":"/core/lively/morphic/Core.js"},"26498":{"type":"S:added","url":null},"26499":{"type":"S:modified","url":"/core/lively/bindings.js"},"26500":{"type":"S:modified","url":"/core/lively/WidgetsTraits.js"},"26501":{"type":"S:modified","url":"/core/lively/morphic.js"},"26502":{"type":"S:added","url":null},"26503":{"type":"S:added","url":null},"26504":{"type":"S:added","url":null},"26505":{"type":"S:modified","url":"/core/lively/defaultconfig.js"},"26506":{"type":"S:added","url":null},"26507":{"type":"S:added","url":null},"26508":{"type":"S:modified","url":"/core/lively/morphic/Canvas.js"},"26509":{"type":"S:modified","url":"/core/lively/ast/generated/Translator.js"},"26510":{"type":"S:added","url":null},"26511":{"type":"S:modified","url":"/core/lively/ast/Parser.js"},"26512":{"type":"S:modified","url":"/core/lively/Main.js"},"26513":{"type":"S:modified","url":"/core/lively/morphic/tests/Morphic2.js"},"26514":{"type":"S:added","url":null},"26515":{"type":"S:modified","url":"/core/lively/morphic/tests/TabTests.js"},"26516":{"type":"S:modified","url":"/core/lively/persistence/Serializer.js"},"26517":{"type":"S:modified","url":"/core_version.json"},"26518":{"type":"S:added","url":null},"26519":{"type":"S:modified","url":"/core/lively/morphic/PathShapes.js"},"26520":{"type":"S:added","url":null},"26521":{"type":"S:added","url":null},"26522":{"type":"S:modified","url":"/core/lively/morphic/tests/Morphic.js"},"26523":{"type":"S:modified","url":"/core/lively/morphic/tests/DataGridTests.js"},"26524":{"type":"S:modified","url":"/core/lively/morphic/HTML.js"},"26525":{"type":"S:added","url":null},"26526":{"type":"S:added","url":null},"26527":{"type":"S:added","url":null},"26528":{"type":"S:modified","url":"/core/lively/ide/BrowserCommands.js"},"26529":{"type":"S:modified","url":"/core/lively/morphic/Widgets.js"},"26530":{"type":"S:modified","url":"/core/lively/morphic/tests/EventTests.js"},"26531":{"type":"S:modified","url":"/core/lively/ast/StackReification.js"},"26532":{"type":"S:modified","url":"/core/cop/CopBenchmark.js"},"26533":{"type":"S:deleted","url":null},"26534":{"type":"S:added","url":null},"26535":{"type":"S:modified","url":"/core/lively/Helper.js"},"26536":{"type":"S:modified","url":"/core/lively/morphic/MorphAddons.js"},"26537":{"type":"S:added","url":null},"26538":{"type":"S:modified","url":"/core/lively/morphic/tests/Connectors.js"},"26539":{"type":"S:modified","url":"/core/lively/morphic/Shapes.js"},"26540":{"type":"S:modified","url":"/core/lively/ide/SourceDatabase.js"},"26541":{"type":"S:added","url":null},"26542":{"type":"S:modified","url":"/core/lively/Tracing.js"},"26543":{"type":"S:added","url":null},"26544":{"type":"S:modified","url":"/core/lively/ast/Morphic.js"},"26545":{"type":"S:added","url":null},"26546":{"type":"S:added","url":null},"26547":{"type":"S:added","url":null},"26548":{"type":"S:modified","url":"/core/lively/TestFramework.js"},"26549":{"type":"S:modified","url":"/core/lively/ast/generated/Nodes.js"},"26550":{"type":"S:added","url":null},"26551":{"type":"S:modified","url":"/core/lively/morphic/TextCore.js"},"26552":{"type":"S:added","url":null},"26553":{"type":"S:modified","url":"/core/lively/ide.js"},"26554":{"type":"S:modified","url":"/core/cop/Tracing.js"},"26555":{"type":"S:modified","url":"/core/lively/ide/FileParsing.js"},"26556":{"type":"S:modified","url":"/core/lively/morphic/Events.js"},"26557":{"type":"S:modified","url":"/core/lively/morphic/Halos.js"},"26558":{"type":"S:added","url":null},"26559":{"type":"S:added","url":null},"26560":{"type":"S:modified","url":"/core/lively/morphic/Complete.js"},"26561":{"type":"S:added","url":null},"26562":{"type":"S:added","url":null},"26563":{"type":"S:added","url":null},"26564":{"type":"S:added","url":null},"26565":{"type":"S:added","url":null},"26566":{"type":"S:modified","url":"/core/lively/persistence/StandAlonePackaging.js"},"26567":{"type":"S:added","url":null},"26568":{"type":"S:modified","url":"/core/lively/ast/TestFramework.js"},"26569":{"type":"S:modified","url":"/core/lively/ide/SystemCodeBrowser.js"},"26570":{"type":"S:added","url":null},"26571":{"type":"S:added","url":null},"26572":{"type":"S:added","url":null},"26573":{"string":"2012-02-03 10:40 sstamm (132517)","value":{"__isSmartRef__":true,"id":26574},"isListItem":true},"26574":{"rev":132517,"author":"sstamm","date":{"__isSmartRef__":true,"id":26575},"url":{"__isSmartRef__":true,"id":26576},"changes":[{"__isSmartRef__":true,"id":26577}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26575":{"isSerializedDate":true,"string":"Fri Feb 03 2012 10:40:09 GMT+0100 (Mitteleuropäische Zeit)"},"26576":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26577":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"26578":{"string":"2012-02-02 16:31 bsiegmund (132307)","value":{"__isSmartRef__":true,"id":26579},"isListItem":true},"26579":{"rev":132307,"author":"bsiegmund","date":{"__isSmartRef__":true,"id":26580},"url":{"__isSmartRef__":true,"id":26581},"changes":[{"__isSmartRef__":true,"id":26582}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26580":{"isSerializedDate":true,"string":"Thu Feb 02 2012 16:31:06 GMT+0100 (Mitteleuropäische Zeit)"},"26581":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26582":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"26583":{"string":"2012-02-02 13:55 conradcalmez (132233)","value":{"__isSmartRef__":true,"id":26584},"isListItem":true},"26584":{"rev":132233,"author":"conradcalmez","date":{"__isSmartRef__":true,"id":26585},"url":{"__isSmartRef__":true,"id":26586},"changes":[{"__isSmartRef__":true,"id":26587}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26585":{"isSerializedDate":true,"string":"Thu Feb 02 2012 13:55:51 GMT+0100 (Mitteleuropäische Zeit)"},"26586":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26587":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"26588":{"string":"2012-02-02 13:50 conradcalmez (132229)","value":{"__isSmartRef__":true,"id":26589},"isListItem":true},"26589":{"rev":132229,"author":"conradcalmez","date":{"__isSmartRef__":true,"id":26590},"url":{"__isSmartRef__":true,"id":26591},"changes":[{"__isSmartRef__":true,"id":26592}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26590":{"isSerializedDate":true,"string":"Thu Feb 02 2012 13:50:09 GMT+0100 (Mitteleuropäische Zeit)"},"26591":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26592":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"26593":{"string":"2012-01-27 16:55 robertkrahn (130600)","value":{"__isSmartRef__":true,"id":26594},"isListItem":true},"26594":{"rev":130600,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":26595},"url":{"__isSmartRef__":true,"id":26596},"changes":[{"__isSmartRef__":true,"id":26597},{"__isSmartRef__":true,"id":26598},{"__isSmartRef__":true,"id":26599}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26595":{"isSerializedDate":true,"string":"Fri Jan 27 2012 16:55:45 GMT+0100 (Mitteleuropäische Zeit)"},"26596":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26597":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.metainfo"},"26598":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.html"},"26599":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"26600":{"string":"2012-01-06 06:11 lauritz (126390)","value":{"__isSmartRef__":true,"id":26601},"isListItem":true},"26601":{"rev":126390,"author":"lauritz","date":{"__isSmartRef__":true,"id":26602},"url":{"__isSmartRef__":true,"id":26603},"changes":[{"__isSmartRef__":true,"id":26604}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26602":{"isSerializedDate":true,"string":"Fri Jan 06 2012 06:11:45 GMT+0100 (Mitteleuropäische Zeit)"},"26603":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26604":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"26605":{"string":"2011-12-16 19:26 lauritz (124159)","value":{"__isSmartRef__":true,"id":26606},"isListItem":true},"26606":{"rev":124159,"author":"lauritz","date":{"__isSmartRef__":true,"id":26607},"url":{"__isSmartRef__":true,"id":26608},"changes":[{"__isSmartRef__":true,"id":26609}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26607":{"isSerializedDate":true,"string":"Fri Dec 16 2011 19:26:29 GMT+0100 (Mitteleuropäische Zeit)"},"26608":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26609":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"26610":{"string":"2011-12-16 19:21 lauritz (124153)","value":{"__isSmartRef__":true,"id":26611},"isListItem":true},"26611":{"rev":124153,"author":"lauritz","date":{"__isSmartRef__":true,"id":26612},"url":{"__isSmartRef__":true,"id":26613},"changes":[{"__isSmartRef__":true,"id":26614}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26612":{"isSerializedDate":true,"string":"Fri Dec 16 2011 19:21:12 GMT+0100 (Mitteleuropäische Zeit)"},"26613":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26614":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"26615":{"string":"2011-12-13 21:03 lauritz (123678)","value":{"__isSmartRef__":true,"id":26616},"isListItem":true},"26616":{"rev":123678,"author":"lauritz","date":{"__isSmartRef__":true,"id":26617},"url":{"__isSmartRef__":true,"id":26618},"changes":[{"__isSmartRef__":true,"id":26619}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26617":{"isSerializedDate":true,"string":"Tue Dec 13 2011 21:03:07 GMT+0100 (Mitteleuropäische Zeit)"},"26618":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26619":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"26620":{"string":"2011-12-13 17:55 lauritz (123652)","value":{"__isSmartRef__":true,"id":26621},"isListItem":true},"26621":{"rev":123652,"author":"lauritz","date":{"__isSmartRef__":true,"id":26622},"url":{"__isSmartRef__":true,"id":26623},"changes":[{"__isSmartRef__":true,"id":26624}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26622":{"isSerializedDate":true,"string":"Tue Dec 13 2011 17:55:01 GMT+0100 (Mitteleuropäische Zeit)"},"26623":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26624":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"26625":{"string":"2011-12-07 05:11 lauritz (121416)","value":{"__isSmartRef__":true,"id":26626},"isListItem":true},"26626":{"rev":121416,"author":"lauritz","date":{"__isSmartRef__":true,"id":26627},"url":{"__isSmartRef__":true,"id":26628},"changes":[{"__isSmartRef__":true,"id":26629}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26627":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:11:47 GMT+0100 (Mitteleuropäische Zeit)"},"26628":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26629":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"26630":{"string":"2011-12-07 03:30 lauritz (121413)","value":{"__isSmartRef__":true,"id":26631},"isListItem":true},"26631":{"rev":121413,"author":"lauritz","date":{"__isSmartRef__":true,"id":26632},"url":{"__isSmartRef__":true,"id":26633},"changes":[{"__isSmartRef__":true,"id":26634}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26632":{"isSerializedDate":true,"string":"Wed Dec 07 2011 03:30:34 GMT+0100 (Mitteleuropäische Zeit)"},"26633":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26634":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"26635":{"string":"2011-11-30 22:54 lauritz (120057)","value":{"__isSmartRef__":true,"id":26636},"isListItem":true},"26636":{"rev":120057,"author":"lauritz","date":{"__isSmartRef__":true,"id":26637},"url":{"__isSmartRef__":true,"id":26638},"changes":[{"__isSmartRef__":true,"id":26639}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26637":{"isSerializedDate":true,"string":"Wed Nov 30 2011 22:54:16 GMT+0100 (Mitteleuropäische Zeit)"},"26638":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26639":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"26640":{"string":"2011-11-29 03:49 lauritz (119544)","value":{"__isSmartRef__":true,"id":26641},"isListItem":true},"26641":{"rev":119544,"author":"lauritz","date":{"__isSmartRef__":true,"id":26642},"url":{"__isSmartRef__":true,"id":26643},"changes":[{"__isSmartRef__":true,"id":26644}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26642":{"isSerializedDate":true,"string":"Tue Nov 29 2011 03:49:55 GMT+0100 (Mitteleuropäische Zeit)"},"26643":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26644":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"26645":{"string":"2011-11-29 03:43 lauritz (119539)","value":{"__isSmartRef__":true,"id":26646},"isListItem":true},"26646":{"rev":119539,"author":"lauritz","date":{"__isSmartRef__":true,"id":26647},"url":{"__isSmartRef__":true,"id":26648},"changes":[{"__isSmartRef__":true,"id":26649}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26647":{"isSerializedDate":true,"string":"Tue Nov 29 2011 03:43:54 GMT+0100 (Mitteleuropäische Zeit)"},"26648":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26649":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"26650":{"string":"2011-11-23 17:26 lauritz (118955)","value":{"__isSmartRef__":true,"id":26651},"isListItem":true},"26651":{"rev":118955,"author":"lauritz","date":{"__isSmartRef__":true,"id":26652},"url":{"__isSmartRef__":true,"id":26653},"changes":[{"__isSmartRef__":true,"id":26654}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26652":{"isSerializedDate":true,"string":"Wed Nov 23 2011 17:26:20 GMT+0100 (Mitteleuropäische Zeit)"},"26653":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26654":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"26655":{"string":"2011-11-22 22:01 lauritz (118855)","value":{"__isSmartRef__":true,"id":26656},"isListItem":true},"26656":{"rev":118855,"author":"lauritz","date":{"__isSmartRef__":true,"id":26657},"url":{"__isSmartRef__":true,"id":26658},"changes":[{"__isSmartRef__":true,"id":26659}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26657":{"isSerializedDate":true,"string":"Tue Nov 22 2011 22:01:54 GMT+0100 (Mitteleuropäische Zeit)"},"26658":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26659":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"26660":{"string":"2011-11-21 22:13 lauritz (118771)","value":{"__isSmartRef__":true,"id":26661},"isListItem":true},"26661":{"rev":118771,"author":"lauritz","date":{"__isSmartRef__":true,"id":26662},"url":{"__isSmartRef__":true,"id":26663},"changes":[{"__isSmartRef__":true,"id":26664}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26662":{"isSerializedDate":true,"string":"Mon Nov 21 2011 22:13:39 GMT+0100 (Mitteleuropäische Zeit)"},"26663":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26664":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"26665":{"string":"2011-11-18 19:18 lauritz (118637)","value":{"__isSmartRef__":true,"id":26666},"isListItem":true},"26666":{"rev":118637,"author":"lauritz","date":{"__isSmartRef__":true,"id":26667},"url":{"__isSmartRef__":true,"id":26668},"changes":[{"__isSmartRef__":true,"id":26669}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26667":{"isSerializedDate":true,"string":"Fri Nov 18 2011 19:18:36 GMT+0100 (Mitteleuropäische Zeit)"},"26668":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26669":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"26670":{"string":"2011-11-18 14:26 jenslincke (118510)","value":{"__isSmartRef__":true,"id":26671},"isListItem":true},"26671":{"rev":118510,"author":"jenslincke","date":{"__isSmartRef__":true,"id":26672},"url":{"__isSmartRef__":true,"id":26673},"changes":[{"__isSmartRef__":true,"id":26674}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26672":{"isSerializedDate":true,"string":"Fri Nov 18 2011 14:26:39 GMT+0100 (Mitteleuropäische Zeit)"},"26673":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26674":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"26675":{"string":"2011-11-17 22:22 lauritz (118339)","value":{"__isSmartRef__":true,"id":26676},"isListItem":true},"26676":{"rev":118339,"author":"lauritz","date":{"__isSmartRef__":true,"id":26677},"url":{"__isSmartRef__":true,"id":26678},"changes":[{"__isSmartRef__":true,"id":26679}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26677":{"isSerializedDate":true,"string":"Thu Nov 17 2011 22:22:28 GMT+0100 (Mitteleuropäische Zeit)"},"26678":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26679":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"26680":{"string":"2011-11-16 01:12 lauritz (117853)","value":{"__isSmartRef__":true,"id":26681},"isListItem":true},"26681":{"rev":117853,"author":"lauritz","date":{"__isSmartRef__":true,"id":26682},"url":{"__isSmartRef__":true,"id":26683},"changes":[{"__isSmartRef__":true,"id":26684}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26682":{"isSerializedDate":true,"string":"Wed Nov 16 2011 01:12:00 GMT+0100 (Mitteleuropäische Zeit)"},"26683":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26684":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"26685":{"string":"2011-11-15 19:10 lauritz (117786)","value":{"__isSmartRef__":true,"id":26686},"isListItem":true},"26686":{"rev":117786,"author":"lauritz","date":{"__isSmartRef__":true,"id":26687},"url":{"__isSmartRef__":true,"id":26688},"changes":[{"__isSmartRef__":true,"id":26689}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26687":{"isSerializedDate":true,"string":"Tue Nov 15 2011 19:10:58 GMT+0100 (Mitteleuropäische Zeit)"},"26688":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26689":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"26690":{"string":"2011-11-11 00:46 lauritz (117156)","value":{"__isSmartRef__":true,"id":26691},"isListItem":true},"26691":{"rev":117156,"author":"lauritz","date":{"__isSmartRef__":true,"id":26692},"url":{"__isSmartRef__":true,"id":26693},"changes":[{"__isSmartRef__":true,"id":26694}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26692":{"isSerializedDate":true,"string":"Fri Nov 11 2011 00:46:07 GMT+0100 (Mitteleuropäische Zeit)"},"26693":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26694":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"26695":{"string":"2011-11-11 00:41 lauritz (117152)","value":{"__isSmartRef__":true,"id":26696},"isListItem":true},"26696":{"rev":117152,"author":"lauritz","date":{"__isSmartRef__":true,"id":26697},"url":{"__isSmartRef__":true,"id":26698},"changes":[{"__isSmartRef__":true,"id":26699}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26697":{"isSerializedDate":true,"string":"Fri Nov 11 2011 00:41:40 GMT+0100 (Mitteleuropäische Zeit)"},"26698":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26699":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"26700":{"string":"2011-11-04 12:43 jenslincke (113658)","value":{"__isSmartRef__":true,"id":26701},"isListItem":true},"26701":{"rev":113658,"author":"jenslincke","date":{"__isSmartRef__":true,"id":26702},"url":{"__isSmartRef__":true,"id":26703},"changes":[{"__isSmartRef__":true,"id":26704}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26702":{"isSerializedDate":true,"string":"Fri Nov 04 2011 12:43:52 GMT+0100 (Mitteleuropäische Zeit)"},"26703":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26704":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"26705":{"string":"2011-11-04 12:40 jenslincke (113656)","value":{"__isSmartRef__":true,"id":26706},"isListItem":true},"26706":{"rev":113656,"author":"jenslincke","date":{"__isSmartRef__":true,"id":26707},"url":{"__isSmartRef__":true,"id":26708},"changes":[{"__isSmartRef__":true,"id":26709}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26707":{"isSerializedDate":true,"string":"Fri Nov 04 2011 12:40:43 GMT+0100 (Mitteleuropäische Zeit)"},"26708":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26709":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"26710":{"string":"2011-10-28 03:35 lauritz (112222)","value":{"__isSmartRef__":true,"id":26711},"isListItem":true},"26711":{"rev":112222,"author":"lauritz","date":{"__isSmartRef__":true,"id":26712},"url":{"__isSmartRef__":true,"id":26713},"changes":[{"__isSmartRef__":true,"id":26714}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26712":{"isSerializedDate":true,"string":"Fri Oct 28 2011 03:35:40 GMT+0200 (Mitteleuropäische Sommerzeit)"},"26713":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26714":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"26715":{"string":"2011-10-28 01:02 lauritz (112200)","value":{"__isSmartRef__":true,"id":26716},"isListItem":true},"26716":{"rev":112200,"author":"lauritz","date":{"__isSmartRef__":true,"id":26717},"url":{"__isSmartRef__":true,"id":26718},"changes":[{"__isSmartRef__":true,"id":26719},{"__isSmartRef__":true,"id":26720},{"__isSmartRef__":true,"id":26721},{"__isSmartRef__":true,"id":26722},{"__isSmartRef__":true,"id":26723},{"__isSmartRef__":true,"id":26724},{"__isSmartRef__":true,"id":26725},{"__isSmartRef__":true,"id":26726},{"__isSmartRef__":true,"id":26727},{"__isSmartRef__":true,"id":26728},{"__isSmartRef__":true,"id":26729},{"__isSmartRef__":true,"id":26730},{"__isSmartRef__":true,"id":26731},{"__isSmartRef__":true,"id":26732},{"__isSmartRef__":true,"id":26733},{"__isSmartRef__":true,"id":26734},{"__isSmartRef__":true,"id":26735},{"__isSmartRef__":true,"id":26736},{"__isSmartRef__":true,"id":26737},{"__isSmartRef__":true,"id":26738},{"__isSmartRef__":true,"id":26739},{"__isSmartRef__":true,"id":26740},{"__isSmartRef__":true,"id":26741},{"__isSmartRef__":true,"id":26742},{"__isSmartRef__":true,"id":26743},{"__isSmartRef__":true,"id":26744},{"__isSmartRef__":true,"id":26745},{"__isSmartRef__":true,"id":26746},{"__isSmartRef__":true,"id":26747},{"__isSmartRef__":true,"id":26748},{"__isSmartRef__":true,"id":26749},{"__isSmartRef__":true,"id":26750},{"__isSmartRef__":true,"id":26751},{"__isSmartRef__":true,"id":26752},{"__isSmartRef__":true,"id":26753},{"__isSmartRef__":true,"id":26754},{"__isSmartRef__":true,"id":26755},{"__isSmartRef__":true,"id":26756},{"__isSmartRef__":true,"id":26757},{"__isSmartRef__":true,"id":26758},{"__isSmartRef__":true,"id":26759},{"__isSmartRef__":true,"id":26760},{"__isSmartRef__":true,"id":26761},{"__isSmartRef__":true,"id":26762},{"__isSmartRef__":true,"id":26763},{"__isSmartRef__":true,"id":26764},{"__isSmartRef__":true,"id":26765},{"__isSmartRef__":true,"id":26766},{"__isSmartRef__":true,"id":26767},{"__isSmartRef__":true,"id":26768},{"__isSmartRef__":true,"id":26769},{"__isSmartRef__":true,"id":26770},{"__isSmartRef__":true,"id":26771},{"__isSmartRef__":true,"id":26772},{"__isSmartRef__":true,"id":26773},{"__isSmartRef__":true,"id":26774},{"__isSmartRef__":true,"id":26775},{"__isSmartRef__":true,"id":26776},{"__isSmartRef__":true,"id":26777},{"__isSmartRef__":true,"id":26778},{"__isSmartRef__":true,"id":26779},{"__isSmartRef__":true,"id":26780},{"__isSmartRef__":true,"id":26781},{"__isSmartRef__":true,"id":26782},{"__isSmartRef__":true,"id":26783},{"__isSmartRef__":true,"id":26784},{"__isSmartRef__":true,"id":26785},{"__isSmartRef__":true,"id":26786},{"__isSmartRef__":true,"id":26787},{"__isSmartRef__":true,"id":26788},{"__isSmartRef__":true,"id":26789},{"__isSmartRef__":true,"id":26790},{"__isSmartRef__":true,"id":26791},{"__isSmartRef__":true,"id":26792},{"__isSmartRef__":true,"id":26793},{"__isSmartRef__":true,"id":26794},{"__isSmartRef__":true,"id":26795},{"__isSmartRef__":true,"id":26796},{"__isSmartRef__":true,"id":26797},{"__isSmartRef__":true,"id":26798},{"__isSmartRef__":true,"id":26799},{"__isSmartRef__":true,"id":26800},{"__isSmartRef__":true,"id":26801},{"__isSmartRef__":true,"id":26802},{"__isSmartRef__":true,"id":26803},{"__isSmartRef__":true,"id":26804},{"__isSmartRef__":true,"id":26805},{"__isSmartRef__":true,"id":26806},{"__isSmartRef__":true,"id":26807},{"__isSmartRef__":true,"id":26808},{"__isSmartRef__":true,"id":26809},{"__isSmartRef__":true,"id":26810},{"__isSmartRef__":true,"id":26811},{"__isSmartRef__":true,"id":26812},{"__isSmartRef__":true,"id":26813},{"__isSmartRef__":true,"id":26814},{"__isSmartRef__":true,"id":26815},{"__isSmartRef__":true,"id":26816},{"__isSmartRef__":true,"id":26817},{"__isSmartRef__":true,"id":26818},{"__isSmartRef__":true,"id":26819},{"__isSmartRef__":true,"id":26820},{"__isSmartRef__":true,"id":26821},{"__isSmartRef__":true,"id":26822},{"__isSmartRef__":true,"id":26823},{"__isSmartRef__":true,"id":26824},{"__isSmartRef__":true,"id":26825},{"__isSmartRef__":true,"id":26826},{"__isSmartRef__":true,"id":26827},{"__isSmartRef__":true,"id":26828},{"__isSmartRef__":true,"id":26829},{"__isSmartRef__":true,"id":26830},{"__isSmartRef__":true,"id":26831},{"__isSmartRef__":true,"id":26832},{"__isSmartRef__":true,"id":26833},{"__isSmartRef__":true,"id":26834},{"__isSmartRef__":true,"id":26835},{"__isSmartRef__":true,"id":26836},{"__isSmartRef__":true,"id":26837},{"__isSmartRef__":true,"id":26838},{"__isSmartRef__":true,"id":26839},{"__isSmartRef__":true,"id":26840},{"__isSmartRef__":true,"id":26841},{"__isSmartRef__":true,"id":26842},{"__isSmartRef__":true,"id":26843},{"__isSmartRef__":true,"id":26844},{"__isSmartRef__":true,"id":26845},{"__isSmartRef__":true,"id":26846},{"__isSmartRef__":true,"id":26847},{"__isSmartRef__":true,"id":26848},{"__isSmartRef__":true,"id":26849},{"__isSmartRef__":true,"id":26850},{"__isSmartRef__":true,"id":26851},{"__isSmartRef__":true,"id":26852},{"__isSmartRef__":true,"id":26853},{"__isSmartRef__":true,"id":26854},{"__isSmartRef__":true,"id":26855},{"__isSmartRef__":true,"id":26856},{"__isSmartRef__":true,"id":26857},{"__isSmartRef__":true,"id":26858},{"__isSmartRef__":true,"id":26859},{"__isSmartRef__":true,"id":26860},{"__isSmartRef__":true,"id":26861},{"__isSmartRef__":true,"id":26862},{"__isSmartRef__":true,"id":26863},{"__isSmartRef__":true,"id":26864},{"__isSmartRef__":true,"id":26865},{"__isSmartRef__":true,"id":26866},{"__isSmartRef__":true,"id":26867},{"__isSmartRef__":true,"id":26868},{"__isSmartRef__":true,"id":26869},{"__isSmartRef__":true,"id":26870},{"__isSmartRef__":true,"id":26871},{"__isSmartRef__":true,"id":26872},{"__isSmartRef__":true,"id":26873},{"__isSmartRef__":true,"id":26874},{"__isSmartRef__":true,"id":26875},{"__isSmartRef__":true,"id":26876},{"__isSmartRef__":true,"id":26877},{"__isSmartRef__":true,"id":26878},{"__isSmartRef__":true,"id":26879},{"__isSmartRef__":true,"id":26880},{"__isSmartRef__":true,"id":26881},{"__isSmartRef__":true,"id":26882},{"__isSmartRef__":true,"id":26883},{"__isSmartRef__":true,"id":26884},{"__isSmartRef__":true,"id":26885},{"__isSmartRef__":true,"id":26886},{"__isSmartRef__":true,"id":26887},{"__isSmartRef__":true,"id":26888},{"__isSmartRef__":true,"id":26889},{"__isSmartRef__":true,"id":26890},{"__isSmartRef__":true,"id":26891},{"__isSmartRef__":true,"id":26892},{"__isSmartRef__":true,"id":26893},{"__isSmartRef__":true,"id":26894},{"__isSmartRef__":true,"id":26895},{"__isSmartRef__":true,"id":26896},{"__isSmartRef__":true,"id":26897},{"__isSmartRef__":true,"id":26898},{"__isSmartRef__":true,"id":26899},{"__isSmartRef__":true,"id":26900},{"__isSmartRef__":true,"id":26901},{"__isSmartRef__":true,"id":26902},{"__isSmartRef__":true,"id":26903},{"__isSmartRef__":true,"id":26904},{"__isSmartRef__":true,"id":26905},{"__isSmartRef__":true,"id":26906},{"__isSmartRef__":true,"id":26907},{"__isSmartRef__":true,"id":26908},{"__isSmartRef__":true,"id":26909},{"__isSmartRef__":true,"id":26910},{"__isSmartRef__":true,"id":26911},{"__isSmartRef__":true,"id":26912},{"__isSmartRef__":true,"id":26913},{"__isSmartRef__":true,"id":26914},{"__isSmartRef__":true,"id":26915},{"__isSmartRef__":true,"id":26916},{"__isSmartRef__":true,"id":26917},{"__isSmartRef__":true,"id":26918},{"__isSmartRef__":true,"id":26919},{"__isSmartRef__":true,"id":26920},{"__isSmartRef__":true,"id":26921},{"__isSmartRef__":true,"id":26922},{"__isSmartRef__":true,"id":26923},{"__isSmartRef__":true,"id":26924},{"__isSmartRef__":true,"id":26925},{"__isSmartRef__":true,"id":26926},{"__isSmartRef__":true,"id":26927},{"__isSmartRef__":true,"id":26928},{"__isSmartRef__":true,"id":26929},{"__isSmartRef__":true,"id":26930},{"__isSmartRef__":true,"id":26931},{"__isSmartRef__":true,"id":26932},{"__isSmartRef__":true,"id":26933},{"__isSmartRef__":true,"id":26934},{"__isSmartRef__":true,"id":26935},{"__isSmartRef__":true,"id":26936},{"__isSmartRef__":true,"id":26937},{"__isSmartRef__":true,"id":26938},{"__isSmartRef__":true,"id":26939},{"__isSmartRef__":true,"id":26940},{"__isSmartRef__":true,"id":26941},{"__isSmartRef__":true,"id":26942},{"__isSmartRef__":true,"id":26943},{"__isSmartRef__":true,"id":26944},{"__isSmartRef__":true,"id":26945},{"__isSmartRef__":true,"id":26946},{"__isSmartRef__":true,"id":26947},{"__isSmartRef__":true,"id":26948},{"__isSmartRef__":true,"id":26949},{"__isSmartRef__":true,"id":26950},{"__isSmartRef__":true,"id":26951},{"__isSmartRef__":true,"id":26952},{"__isSmartRef__":true,"id":26953},{"__isSmartRef__":true,"id":26954},{"__isSmartRef__":true,"id":26955},{"__isSmartRef__":true,"id":26956},{"__isSmartRef__":true,"id":26957},{"__isSmartRef__":true,"id":26958},{"__isSmartRef__":true,"id":26959},{"__isSmartRef__":true,"id":26960},{"__isSmartRef__":true,"id":26961},{"__isSmartRef__":true,"id":26962},{"__isSmartRef__":true,"id":26963},{"__isSmartRef__":true,"id":26964},{"__isSmartRef__":true,"id":26965},{"__isSmartRef__":true,"id":26966},{"__isSmartRef__":true,"id":26967},{"__isSmartRef__":true,"id":26968},{"__isSmartRef__":true,"id":26969},{"__isSmartRef__":true,"id":26970},{"__isSmartRef__":true,"id":26971},{"__isSmartRef__":true,"id":26972},{"__isSmartRef__":true,"id":26973},{"__isSmartRef__":true,"id":26974},{"__isSmartRef__":true,"id":26975},{"__isSmartRef__":true,"id":26976},{"__isSmartRef__":true,"id":26977},{"__isSmartRef__":true,"id":26978},{"__isSmartRef__":true,"id":26979},{"__isSmartRef__":true,"id":26980},{"__isSmartRef__":true,"id":26981},{"__isSmartRef__":true,"id":26982},{"__isSmartRef__":true,"id":26983},{"__isSmartRef__":true,"id":26984},{"__isSmartRef__":true,"id":26985},{"__isSmartRef__":true,"id":26986},{"__isSmartRef__":true,"id":26987},{"__isSmartRef__":true,"id":26988},{"__isSmartRef__":true,"id":26989},{"__isSmartRef__":true,"id":26990},{"__isSmartRef__":true,"id":26991},{"__isSmartRef__":true,"id":26992},{"__isSmartRef__":true,"id":26993},{"__isSmartRef__":true,"id":26994},{"__isSmartRef__":true,"id":26995},{"__isSmartRef__":true,"id":26996},{"__isSmartRef__":true,"id":26997},{"__isSmartRef__":true,"id":26998},{"__isSmartRef__":true,"id":26999},{"__isSmartRef__":true,"id":27000},{"__isSmartRef__":true,"id":27001},{"__isSmartRef__":true,"id":27002},{"__isSmartRef__":true,"id":27003},{"__isSmartRef__":true,"id":27004},{"__isSmartRef__":true,"id":27005},{"__isSmartRef__":true,"id":27006},{"__isSmartRef__":true,"id":27007},{"__isSmartRef__":true,"id":27008},{"__isSmartRef__":true,"id":27009},{"__isSmartRef__":true,"id":27010},{"__isSmartRef__":true,"id":27011},{"__isSmartRef__":true,"id":27012},{"__isSmartRef__":true,"id":27013},{"__isSmartRef__":true,"id":27014},{"__isSmartRef__":true,"id":27015},{"__isSmartRef__":true,"id":27016},{"__isSmartRef__":true,"id":27017},{"__isSmartRef__":true,"id":27018},{"__isSmartRef__":true,"id":27019},{"__isSmartRef__":true,"id":27020},{"__isSmartRef__":true,"id":27021},{"__isSmartRef__":true,"id":27022},{"__isSmartRef__":true,"id":27023},{"__isSmartRef__":true,"id":27024},{"__isSmartRef__":true,"id":27025},{"__isSmartRef__":true,"id":27026},{"__isSmartRef__":true,"id":27027},{"__isSmartRef__":true,"id":27028},{"__isSmartRef__":true,"id":27029},{"__isSmartRef__":true,"id":27030},{"__isSmartRef__":true,"id":27031},{"__isSmartRef__":true,"id":27032},{"__isSmartRef__":true,"id":27033},{"__isSmartRef__":true,"id":27034},{"__isSmartRef__":true,"id":27035},{"__isSmartRef__":true,"id":27036},{"__isSmartRef__":true,"id":27037},{"__isSmartRef__":true,"id":27038},{"__isSmartRef__":true,"id":27039},{"__isSmartRef__":true,"id":27040},{"__isSmartRef__":true,"id":27041},{"__isSmartRef__":true,"id":27042},{"__isSmartRef__":true,"id":27043},{"__isSmartRef__":true,"id":27044},{"__isSmartRef__":true,"id":27045},{"__isSmartRef__":true,"id":27046},{"__isSmartRef__":true,"id":27047},{"__isSmartRef__":true,"id":27048},{"__isSmartRef__":true,"id":27049},{"__isSmartRef__":true,"id":27050},{"__isSmartRef__":true,"id":27051},{"__isSmartRef__":true,"id":27052},{"__isSmartRef__":true,"id":27053},{"__isSmartRef__":true,"id":27054},{"__isSmartRef__":true,"id":27055},{"__isSmartRef__":true,"id":27056},{"__isSmartRef__":true,"id":27057},{"__isSmartRef__":true,"id":27058},{"__isSmartRef__":true,"id":27059},{"__isSmartRef__":true,"id":27060},{"__isSmartRef__":true,"id":27061},{"__isSmartRef__":true,"id":27062},{"__isSmartRef__":true,"id":27063},{"__isSmartRef__":true,"id":27064},{"__isSmartRef__":true,"id":27065},{"__isSmartRef__":true,"id":27066},{"__isSmartRef__":true,"id":27067},{"__isSmartRef__":true,"id":27068},{"__isSmartRef__":true,"id":27069},{"__isSmartRef__":true,"id":27070},{"__isSmartRef__":true,"id":27071},{"__isSmartRef__":true,"id":27072},{"__isSmartRef__":true,"id":27073},{"__isSmartRef__":true,"id":27074},{"__isSmartRef__":true,"id":27075},{"__isSmartRef__":true,"id":27076},{"__isSmartRef__":true,"id":27077},{"__isSmartRef__":true,"id":27078},{"__isSmartRef__":true,"id":27079},{"__isSmartRef__":true,"id":27080},{"__isSmartRef__":true,"id":27081},{"__isSmartRef__":true,"id":27082},{"__isSmartRef__":true,"id":27083},{"__isSmartRef__":true,"id":27084},{"__isSmartRef__":true,"id":27085},{"__isSmartRef__":true,"id":27086},{"__isSmartRef__":true,"id":27087},{"__isSmartRef__":true,"id":27088},{"__isSmartRef__":true,"id":27089},{"__isSmartRef__":true,"id":27090},{"__isSmartRef__":true,"id":27091},{"__isSmartRef__":true,"id":27092},{"__isSmartRef__":true,"id":27093},{"__isSmartRef__":true,"id":27094},{"__isSmartRef__":true,"id":27095},{"__isSmartRef__":true,"id":27096},{"__isSmartRef__":true,"id":27097},{"__isSmartRef__":true,"id":27098},{"__isSmartRef__":true,"id":27099},{"__isSmartRef__":true,"id":27100},{"__isSmartRef__":true,"id":27101},{"__isSmartRef__":true,"id":27102},{"__isSmartRef__":true,"id":27103},{"__isSmartRef__":true,"id":27104},{"__isSmartRef__":true,"id":27105},{"__isSmartRef__":true,"id":27106},{"__isSmartRef__":true,"id":27107},{"__isSmartRef__":true,"id":27108},{"__isSmartRef__":true,"id":27109},{"__isSmartRef__":true,"id":27110},{"__isSmartRef__":true,"id":27111},{"__isSmartRef__":true,"id":27112},{"__isSmartRef__":true,"id":27113},{"__isSmartRef__":true,"id":27114},{"__isSmartRef__":true,"id":27115},{"__isSmartRef__":true,"id":27116},{"__isSmartRef__":true,"id":27117},{"__isSmartRef__":true,"id":27118},{"__isSmartRef__":true,"id":27119},{"__isSmartRef__":true,"id":27120},{"__isSmartRef__":true,"id":27121},{"__isSmartRef__":true,"id":27122},{"__isSmartRef__":true,"id":27123},{"__isSmartRef__":true,"id":27124},{"__isSmartRef__":true,"id":27125},{"__isSmartRef__":true,"id":27126},{"__isSmartRef__":true,"id":27127},{"__isSmartRef__":true,"id":27128},{"__isSmartRef__":true,"id":27129},{"__isSmartRef__":true,"id":27130},{"__isSmartRef__":true,"id":27131},{"__isSmartRef__":true,"id":27132},{"__isSmartRef__":true,"id":27133},{"__isSmartRef__":true,"id":27134},{"__isSmartRef__":true,"id":27135},{"__isSmartRef__":true,"id":27136},{"__isSmartRef__":true,"id":27137},{"__isSmartRef__":true,"id":27138},{"__isSmartRef__":true,"id":27139},{"__isSmartRef__":true,"id":27140},{"__isSmartRef__":true,"id":27141},{"__isSmartRef__":true,"id":27142},{"__isSmartRef__":true,"id":27143},{"__isSmartRef__":true,"id":27144},{"__isSmartRef__":true,"id":27145},{"__isSmartRef__":true,"id":27146},{"__isSmartRef__":true,"id":27147},{"__isSmartRef__":true,"id":27148},{"__isSmartRef__":true,"id":27149},{"__isSmartRef__":true,"id":27150},{"__isSmartRef__":true,"id":27151},{"__isSmartRef__":true,"id":27152},{"__isSmartRef__":true,"id":27153},{"__isSmartRef__":true,"id":27154},{"__isSmartRef__":true,"id":27155},{"__isSmartRef__":true,"id":27156},{"__isSmartRef__":true,"id":27157},{"__isSmartRef__":true,"id":27158},{"__isSmartRef__":true,"id":27159},{"__isSmartRef__":true,"id":27160},{"__isSmartRef__":true,"id":27161},{"__isSmartRef__":true,"id":27162},{"__isSmartRef__":true,"id":27163},{"__isSmartRef__":true,"id":27164},{"__isSmartRef__":true,"id":27165},{"__isSmartRef__":true,"id":27166},{"__isSmartRef__":true,"id":27167},{"__isSmartRef__":true,"id":27168},{"__isSmartRef__":true,"id":27169},{"__isSmartRef__":true,"id":27170},{"__isSmartRef__":true,"id":27171},{"__isSmartRef__":true,"id":27172},{"__isSmartRef__":true,"id":27173},{"__isSmartRef__":true,"id":27174},{"__isSmartRef__":true,"id":27175},{"__isSmartRef__":true,"id":27176},{"__isSmartRef__":true,"id":27177},{"__isSmartRef__":true,"id":27178},{"__isSmartRef__":true,"id":27179},{"__isSmartRef__":true,"id":27180},{"__isSmartRef__":true,"id":27181},{"__isSmartRef__":true,"id":27182},{"__isSmartRef__":true,"id":27183},{"__isSmartRef__":true,"id":27184},{"__isSmartRef__":true,"id":27185},{"__isSmartRef__":true,"id":27186},{"__isSmartRef__":true,"id":27187},{"__isSmartRef__":true,"id":27188},{"__isSmartRef__":true,"id":27189},{"__isSmartRef__":true,"id":27190},{"__isSmartRef__":true,"id":27191},{"__isSmartRef__":true,"id":27192},{"__isSmartRef__":true,"id":27193},{"__isSmartRef__":true,"id":27194},{"__isSmartRef__":true,"id":27195},{"__isSmartRef__":true,"id":27196},{"__isSmartRef__":true,"id":27197},{"__isSmartRef__":true,"id":27198},{"__isSmartRef__":true,"id":27199},{"__isSmartRef__":true,"id":27200},{"__isSmartRef__":true,"id":27201},{"__isSmartRef__":true,"id":27202},{"__isSmartRef__":true,"id":27203},{"__isSmartRef__":true,"id":27204},{"__isSmartRef__":true,"id":27205},{"__isSmartRef__":true,"id":27206},{"__isSmartRef__":true,"id":27207},{"__isSmartRef__":true,"id":27208},{"__isSmartRef__":true,"id":27209},{"__isSmartRef__":true,"id":27210},{"__isSmartRef__":true,"id":27211},{"__isSmartRef__":true,"id":27212},{"__isSmartRef__":true,"id":27213},{"__isSmartRef__":true,"id":27214},{"__isSmartRef__":true,"id":27215},{"__isSmartRef__":true,"id":27216},{"__isSmartRef__":true,"id":27217},{"__isSmartRef__":true,"id":27218},{"__isSmartRef__":true,"id":27219},{"__isSmartRef__":true,"id":27220},{"__isSmartRef__":true,"id":27221},{"__isSmartRef__":true,"id":27222},{"__isSmartRef__":true,"id":27223},{"__isSmartRef__":true,"id":27224},{"__isSmartRef__":true,"id":27225},{"__isSmartRef__":true,"id":27226},{"__isSmartRef__":true,"id":27227},{"__isSmartRef__":true,"id":27228},{"__isSmartRef__":true,"id":27229},{"__isSmartRef__":true,"id":27230},{"__isSmartRef__":true,"id":27231},{"__isSmartRef__":true,"id":27232},{"__isSmartRef__":true,"id":27233},{"__isSmartRef__":true,"id":27234},{"__isSmartRef__":true,"id":27235},{"__isSmartRef__":true,"id":27236},{"__isSmartRef__":true,"id":27237},{"__isSmartRef__":true,"id":27238},{"__isSmartRef__":true,"id":27239},{"__isSmartRef__":true,"id":27240},{"__isSmartRef__":true,"id":27241},{"__isSmartRef__":true,"id":27242},{"__isSmartRef__":true,"id":27243},{"__isSmartRef__":true,"id":27244},{"__isSmartRef__":true,"id":27245},{"__isSmartRef__":true,"id":27246},{"__isSmartRef__":true,"id":27247},{"__isSmartRef__":true,"id":27248},{"__isSmartRef__":true,"id":27249},{"__isSmartRef__":true,"id":27250},{"__isSmartRef__":true,"id":27251},{"__isSmartRef__":true,"id":27252},{"__isSmartRef__":true,"id":27253},{"__isSmartRef__":true,"id":27254},{"__isSmartRef__":true,"id":27255},{"__isSmartRef__":true,"id":27256},{"__isSmartRef__":true,"id":27257},{"__isSmartRef__":true,"id":27258},{"__isSmartRef__":true,"id":27259},{"__isSmartRef__":true,"id":27260},{"__isSmartRef__":true,"id":27261},{"__isSmartRef__":true,"id":27262},{"__isSmartRef__":true,"id":27263},{"__isSmartRef__":true,"id":27264},{"__isSmartRef__":true,"id":27265},{"__isSmartRef__":true,"id":27266},{"__isSmartRef__":true,"id":27267},{"__isSmartRef__":true,"id":27268},{"__isSmartRef__":true,"id":27269},{"__isSmartRef__":true,"id":27270},{"__isSmartRef__":true,"id":27271},{"__isSmartRef__":true,"id":27272},{"__isSmartRef__":true,"id":27273},{"__isSmartRef__":true,"id":27274},{"__isSmartRef__":true,"id":27275},{"__isSmartRef__":true,"id":27276},{"__isSmartRef__":true,"id":27277},{"__isSmartRef__":true,"id":27278},{"__isSmartRef__":true,"id":27279},{"__isSmartRef__":true,"id":27280},{"__isSmartRef__":true,"id":27281},{"__isSmartRef__":true,"id":27282},{"__isSmartRef__":true,"id":27283},{"__isSmartRef__":true,"id":27284},{"__isSmartRef__":true,"id":27285},{"__isSmartRef__":true,"id":27286},{"__isSmartRef__":true,"id":27287},{"__isSmartRef__":true,"id":27288},{"__isSmartRef__":true,"id":27289},{"__isSmartRef__":true,"id":27290},{"__isSmartRef__":true,"id":27291},{"__isSmartRef__":true,"id":27292},{"__isSmartRef__":true,"id":27293},{"__isSmartRef__":true,"id":27294},{"__isSmartRef__":true,"id":27295},{"__isSmartRef__":true,"id":27296},{"__isSmartRef__":true,"id":27297},{"__isSmartRef__":true,"id":27298},{"__isSmartRef__":true,"id":27299},{"__isSmartRef__":true,"id":27300},{"__isSmartRef__":true,"id":27301},{"__isSmartRef__":true,"id":27302},{"__isSmartRef__":true,"id":27303},{"__isSmartRef__":true,"id":27304},{"__isSmartRef__":true,"id":27305}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"26717":{"isSerializedDate":true,"string":"Fri Oct 28 2011 01:02:08 GMT+0200 (Mitteleuropäische Sommerzeit)"},"26718":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/users/lauritz/miniprojects/annotationPart.xhtml","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"26719":{"type":"S:modified","url":"/users/jennek/start.xhtml"},"26720":{"type":"S:modified","url":"/users/Dan/Piano.xhtml"},"26721":{"type":"S:modified","url":"/users/sofia/documentation.xhtml"},"26722":{"type":"S:modified","url":"/users/cschuster/presentation.xhtml"},"26723":{"type":"S:modified","url":"/demos/LiveWeb/NewCPUVisualization.xhtml"},"26724":{"type":"S:modified","url":"/users/lauritz/start.xhtml"},"26725":{"type":"S:modified","url":"/core/lively/bootstrap.js"},"26726":{"type":"S:modified","url":"/draft/NewWorld/ServerPart.xhtml"},"26727":{"type":"S:modified","url":"/users/sofia/georgi/ButtonPrototypes.xhtml"},"26728":{"type":"S:modified","url":"/draft/NewWorld/NotetakingApp.xhtml"},"26729":{"type":"S:modified","url":"/projects/CodeDB2/info_documents.xhtml"},"26730":{"type":"S:modified","url":"/users/cschuster/hello.xhtml"},"26731":{"type":"S:modified","url":"/users/fbo/layoutNoEpiMorphs.xhtml"},"26732":{"type":"S:modified","url":"/issues/110527_RichTextGetsLost.xhtml"},"26733":{"type":"S:modified","url":"/users/fbo/boxTestRange.xhtml"},"26734":{"type":"S:modified","url":"/demos/LiveWeb/CPUVisualization.xhtml"},"26735":{"type":"S:modified","url":"/demos/contextjs/Syntax.xhtml"},"26736":{"type":"S:modified","url":"/draft/NewWorld/Connectors.xhtml"},"26737":{"type":"S:modified","url":"/users/sofia/documentationXXX.xhtml"},"26738":{"type":"S:modified","url":"/demos/VisualConnect.xhtml"},"26739":{"type":"S:modified","url":"/users/MrSteve/Test1.xhtml"},"26740":{"type":"S:modified","url":"/issues/110614_ClickingOnLinesHackIsBroken.xhtml"},"26741":{"type":"S:modified","url":"/ChangeLog.xhtml"},"26742":{"type":"S:modified","url":"/gettingStarted.xhtml"},"26743":{"type":"S:modified","url":"/users/martin/oldWorkspace.xhtml"},"26744":{"type":"S:modified","url":"/demos/Clean.xhtml"},"26745":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/prototypeSaved.xhtml"},"26746":{"type":"S:modified","url":"/issues/110613_ConnectorsAreBroken.xhtml"},"26747":{"type":"S:modified","url":"/draft/NewWorld/ModuleDependencies.xhtml"},"26748":{"type":"S:modified","url":"/issues/fixed/110412_ListDroppingBroken.xhtml"},"26749":{"type":"S:modified","url":"/demos/LiveWeb/Empty.xhtml"},"26750":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/dev2.xhtml"},"26751":{"type":"S:modified","url":"/users/fbo/dropJournalBug.xhtml"},"26752":{"type":"S:modified","url":"/users/tfleig/start.xhtml"},"26753":{"type":"S:modified","url":"/specs/Scrolling.xhtml"},"26754":{"type":"S:modified","url":"/users/fbo/dataGridTests.xhtml"},"26755":{"type":"S:modified","url":"/users/tmohr/newWorld2.xhtml"},"26756":{"type":"S:modified","url":"/users/sofia/georgi/new_world.xhtml"},"26757":{"type":"S:modified","url":"/users/tmohr/slide5.xhtml"},"26758":{"type":"S:modified","url":"/users/fbo/constraintLayoutExampleSerialized.xhtml"},"26759":{"type":"S:modified","url":"/draft/NewWorld/TextBugfixes.xhtml"},"26760":{"type":"S:modified","url":"/users/ahold/new/usertracking.xhtml"},"26761":{"type":"S:modified","url":"/issues/110512_WrappingTextInTextMorph.xhtml"},"26762":{"type":"S:modified","url":"/users/constantin/doku.xhtml"},"26763":{"type":"S:modified","url":"/users/Dan/PartsBin.xhtml"},"26764":{"type":"S:modified","url":"/users/fbo/chat.xhtml"},"26765":{"type":"S:modified","url":"/users/Dan/NewPresentation.xhtml"},"26766":{"type":"S:modified","url":"/users/markoroeder/TablePartDev.xhtml"},"26767":{"type":"S:modified","url":"/users/fbo/renderingHooks.xhtml"},"26768":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/prototype_saved.xhtml"},"26769":{"type":"S:modified","url":"/users/bert/start.xhtml"},"26770":{"type":"S:modified","url":"/users/Dan/TestWorld.xhtml"},"26771":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksHubert.xhtml"},"26772":{"type":"S:modified","url":"/issues/110603_SvgRenderIsNotYetGoodEnoughForOurIcons.xhtml"},"26773":{"type":"S:modified","url":"/issues/111006_DisableGrabbingDoesNotDisableGrabbing.xhtml"},"26774":{"type":"S:modified","url":"/users/robertkrahn/writing.xhtml"},"26775":{"type":"S:modified","url":"/issues/111020_ClassBrowserPartShouldRememberChanges.xhtml"},"26776":{"type":"S:modified","url":"/users/ahold/serverDevNew.xhtml"},"26777":{"type":"S:modified","url":"/demos/LiveWeb/LiveWebSummary.xhtml"},"26778":{"type":"S:modified","url":"/users/lauritz/miniprojects/jQueryEffects.xhtml"},"26779":{"type":"S:modified","url":"/users/Dan/BorderTest.xhtml"},"26780":{"type":"S:modified","url":"/draft/NewWorld/PartsBin.xhtml"},"26781":{"type":"S:modified","url":"/users/sofia/georgi/splitter.xhtml"},"26782":{"type":"S:modified","url":"/users/martin/stats.xhtml"},"26783":{"type":"S:modified","url":"/users/ahold/newWorld.xhtml"},"26784":{"type":"S:modified","url":"/draft/NewWorld/SVGLines.xhtml"},"26785":{"type":"S:added","url":null},"26786":{"type":"S:modified","url":"/issues/fixed/110507_CommentsForParts.xhtml"},"26787":{"type":"S:modified","url":"/demos/contextjs/OpenImplementation.xhtml"},"26788":{"type":"S:modified","url":"/users/Dan/QBF2Ba.xhtml"},"26789":{"type":"S:modified","url":"/users/fbo/welcome.xhtml"},"26790":{"type":"S:modified","url":"/issues/111026_CouchDB>>saveDoesNotAskForCredentialsInSafari.xhtml"},"26791":{"type":"S:modified","url":"/users/martin/measurements/FAQ.xhtml"},"26792":{"type":"S:modified","url":"/users/gerald24/temp.xhtml"},"26793":{"type":"S:modified","url":"/users/markoroeder/MetadataVisualization.xhtml"},"26794":{"type":"S:modified","url":"/demos/WorldSerializationGraph.xhtml"},"26795":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/ImageDroppin.xhtml"},"26796":{"type":"S:modified","url":"/users/Dan/LiveWeb-NewLayout.xhtml"},"26797":{"type":"S:modified","url":"/core/lively/DOMAbstraction.js"},"26798":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/Slider.xhtml"},"26799":{"type":"S:modified","url":"/demos/ScriptingClock.xhtml"},"26800":{"type":"S:modified","url":"/issues/111017_BrowsingSubmorphsWithObjectExplorerBroken.xhtml"},"26801":{"type":"S:modified","url":"/users/Dan/Tutorial1.xhtml"},"26802":{"type":"S:modified","url":"/users/fbo/empty3.xhtml"},"26803":{"type":"S:modified","url":"/demos/visualizations/FPSProtovis.xhtml"},"26804":{"type":"S:modified","url":"/draft/NewWorld/ObjectTracerPart.xhtml"},"26805":{"type":"S:modified","url":"/issues/110629_SlideoverlayIsBrokenAfterSavingItHidden.xhtml"},"26806":{"type":"S:modified","url":"/users/markoroeder/GOTY2011.xhtml"},"26807":{"type":"S:modified","url":"/users/fbo/DraftLayout.xhtml"},"26808":{"type":"S:modified","url":"/users/fbo/onMouseMoveRefactoring.xhtml"},"26809":{"type":"S:modified","url":"/users/Dan/PM/ScripterDev.xhtml"},"26810":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksSebastian.xhtml"},"26811":{"type":"S:modified","url":"/users/fbo/DataTables.xhtml"},"26812":{"type":"S:modified","url":"/users/fbo/myLineWorld.xhtml"},"26813":{"type":"S:modified","url":"/issues/110526_ConnectorsInTheNewWorld.xhtml"},"26814":{"type":"S:modified","url":"/users/Dan/PM/FormLayoutExpt.xhtml"},"26815":{"type":"S:modified","url":"/users/Dan/MyQBF.xhtml"},"26816":{"type":"S:modified","url":"/users/Dan/LiveWeb2.xhtml"},"26817":{"type":"S:modified","url":"/users/fbo/layoutPlaceholdersForDragging.xhtml"},"26818":{"type":"S:modified","url":"/webwerkstatt.xhtml"},"26819":{"type":"S:modified","url":"/users/sofia/georgi/Versions.xhtml"},"26820":{"type":"S:modified","url":"/issues/fixed/110506_CompletelyEmphasizedTextDoesNotSerialize.xhtml"},"26821":{"type":"S:modified","url":"/issues/110518_ShadowOfAMorphDoesNotReflectRotation.xhtml"},"26822":{"type":"S:modified","url":"/users/olmeca/start.xhtml"},"26823":{"type":"S:modified","url":"/users/sofia/martin/3.xhtml"},"26824":{"type":"S:modified","url":"/issues/110514_DontShowEditCursorForHalosMenusEtc.xhtml"},"26825":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/Lists.xhtml"},"26826":{"type":"S:modified","url":"/users/fbo/layoutDragSnap.xhtml"},"26827":{"type":"S:modified","url":"/users/sofia/georgi/new.xhtml"},"26828":{"type":"S:modified","url":"/users/mkilling/ikuh.xhtml"},"26829":{"type":"S:modified","url":"/draft/NewWorld/ClassBrowser.xhtml"},"26830":{"type":"S:modified","url":"/users/fbo/xamppInstaller.xhtml"},"26831":{"type":"S:modified","url":"/users/Kat/QBF2B.xhtml"},"26832":{"type":"S:modified","url":"/demos/visualizations/protovis.xhtml"},"26833":{"type":"S:modified","url":"/users/NikolaySuslov/start.xhtml"},"26834":{"type":"S:modified","url":"/documentation/Lively2Installation.xhtml"},"26835":{"type":"S:modified","url":"/issues/110518_ProblemToOpenDialogs.xhtml"},"26836":{"type":"S:modified","url":"/users/sofia/learning_prototype_js.xhtml"},"26837":{"type":"S:modified","url":"/issues/110809_AsScriptOfMethodDoesNotChangeFunctionName.xhtml"},"26838":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksBenjamin.xhtml"},"26839":{"type":"S:modified","url":"/users/sofia/video1.xhtml"},"26840":{"type":"S:modified","url":"/empty.xhtml"},"26841":{"type":"S:modified","url":"/demos/LiveWeb/LiveWeb.xhtml"},"26842":{"type":"S:modified","url":"/users/cschuster/start.xhtml"},"26843":{"type":"S:modified","url":"/issues/fixed/110509_WorldMenuDoesNotWork.xhtml"},"26844":{"type":"S:modified","url":"/users/Dan/QuickBrownFox.xhtml"},"26845":{"type":"S:modified","url":"/projects/Lively2/Minimal.xhtml"},"26846":{"type":"S:modified","url":"/issues/111005_LineIssues.xhtml"},"26847":{"type":"S:modified","url":"/issues/fixed/110506_PartsbinHasNoAddOrRemoveCategoryButtons.xhtml"},"26848":{"type":"S:modified","url":"/users/sofia/experiments/css_theming.xhtml"},"26849":{"type":"S:modified","url":"/documentation/videoTutorials/110630_CPUVis.xhtml"},"26850":{"type":"S:modified","url":"/users/template/start.xhtml"},"26851":{"type":"S:modified","url":"/documentation/Traits.xhtml"},"26852":{"type":"S:modified","url":"/issues/110717_ShapeOffsetMakesEventsGoMad.xhtml"},"26853":{"type":"S:modified","url":"/users/fbo/jQueryUi.xhtml"},"26854":{"type":"S:modified","url":"/users/robertkrahn/nonexisting.xhtml"},"26855":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/DroppingForImport.xhtml"},"26856":{"type":"S:modified","url":"/cleanup.xhtml"},"26857":{"type":"S:modified","url":"/issues/110522_ListAndTextScrollWorldAfterReachingTheirScrollBounds.xhtml"},"26858":{"type":"S:modified","url":"/projects/BP2012/simple.xhtml"},"26859":{"type":"S:modified","url":"/issues/110831_ScrolingWithNewClippingCodeDoesNotWork.xhtml"},"26860":{"type":"S:modified","url":"/issues/110923_ProtovisVisualizationBroken.xhtml"},"26861":{"type":"S:modified","url":"/issues/111019_PublishingPartsWithCommitMessages.xhtml"},"26862":{"type":"S:modified","url":"/demos/visualizations/jsl4tv-world-000.xhtml"},"26863":{"type":"S:modified","url":"/users/markoroeder/SVN2CodeDB.xhtml"},"26864":{"type":"S:modified","url":"/users/sofia/trac_tickets_pavel.xhtml"},"26865":{"type":"S:modified","url":"/projects/BP2012/2011-11-02-talk.xhtml"},"26866":{"type":"S:modified","url":"/users/fbo/dojoWorld.xhtml"},"26867":{"type":"S:modified","url":"/users/Dan/NewPresentation2.xhtml"},"26868":{"type":"S:modified","url":"/users/tmohr/slide6.xhtml"},"26869":{"type":"S:modified","url":"/projects/DebuggingJS/draft.xhtml"},"26870":{"type":"S:modified","url":"/draft/NewWorld/DirectGrabDragAndCopy.xhtml"},"26871":{"type":"S:modified","url":"/users/sofia/protovis.xhtml"},"26872":{"type":"S:modified","url":"/blank.xhtml"},"26873":{"type":"S:modified","url":"/users/robertkrahn/testCPUVis.xhtml"},"26874":{"type":"S:modified","url":"/projects/Lively2/Converting.xhtml"},"26875":{"type":"S:modified","url":"/users/andyburnett/start.xhtml"},"26876":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/RichText.xhtml"},"26877":{"type":"S:modified","url":"/draft/NewWorld/Presentations.xhtml"},"26878":{"type":"S:modified","url":"/users/robertkrahn/garminExport.xhtml"},"26879":{"type":"S:modified","url":"/tests.xhtml"},"26880":{"type":"S:modified","url":"/issues/110625_PartUploadBroken.xhtml"},"26881":{"type":"S:modified","url":"/issues/fixed/110517_ConnectionsWantToAccessClosureValues.xhtml"},"26882":{"type":"S:modified","url":"/users/markoroeder/DataVisualization.xhtml"},"26883":{"type":"S:modified","url":"/draft/NewWorld/PartsBinSearch.xhtml"},"26884":{"type":"S:modified","url":"/issues/110529_InsertingSomethingInTextRemovesFocus.xhtml"},"26885":{"type":"S:modified","url":"/issues/110512_ListSelectionInScbDoesNotWorkCorrectly.xhtml"},"26886":{"type":"S:modified","url":"/issues/111017_StaticBindingOfSuperInClosures.xhtml"},"26887":{"type":"S:modified","url":"/demos/contextjs/flattening.xhtml"},"26888":{"type":"S:modified","url":"/issues/110511_LinesCannotBeClicked.xhtml"},"26889":{"type":"S:modified","url":"/users/lauritz/miniprojects/gettingStarted.xhtml"},"26890":{"type":"S:modified","url":"/users/markoroeder/Part2Class.xhtml"},"26891":{"type":"S:modified","url":"/users/Dan/EmptyWorld2.xhtml"},"26892":{"type":"S:modified","url":"/projects/LivelyKernel/nextSteps.xhtml"},"26893":{"type":"S:modified","url":"/users/wlcleveland/start.xhtml"},"26894":{"type":"S:modified","url":"/users/swart/start.xhtml"},"26895":{"type":"S:modified","url":"/users/Dan/QBF2Bb.xhtml"},"26896":{"type":"S:modified","url":"/users/tmohr/slide1.xhtml"},"26897":{"type":"S:modified","url":"/users/robertkrahn/DetermineModuleDependencies.xhtml"},"26898":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksHubert2.xhtml"},"26899":{"type":"S:modified","url":"/projects/CodeDB2/info_restructuring.xhtml"},"26900":{"type":"S:modified","url":"/users/Dan/PM/DemoForm.xhtml"},"26901":{"type":"S:modified","url":"/issues/110728_GraffleLayerGrabsWorld.xhtml"},"26902":{"type":"S:modified","url":"/users/Dan/Activities1.xhtml"},"26903":{"type":"S:modified","url":"/users/tmohr/emtpy.xhtml"},"26904":{"type":"S:modified","url":"/documentation/ElProfesor.xhtml"},"26905":{"type":"S:modified","url":"/issues/111022_TheExplorerScrollingIsBroken.xhtml"},"26906":{"type":"S:modified","url":"/users/Dan/WindowPlay.xhtml"},"26907":{"type":"S:modified","url":"/users/martin/Measurements.xhtml"},"26908":{"type":"S:modified","url":"/users/fbo/layoutCycle.xhtml"},"26909":{"type":"S:modified","url":"/documentation/7funthings.xhtml"},"26910":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/jensWorld.xhtml"},"26911":{"type":"S:modified","url":"/users/iho/start.xhtml"},"26912":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/NewMorphicIntroduction.xhtml"},"26913":{"type":"S:modified","url":"/BrokenWorldRepairSite.xhtml"},"26914":{"type":"S:modified","url":"/users/fbo/serverDevPlayground.xhtml"},"26915":{"type":"S:modified","url":"/users/ahold/TrackerDev.xhtml"},"26916":{"type":"S:modified","url":"/users/Dan/LiveWeb3.xhtml"},"26917":{"type":"S:modified","url":"/documentation/Template.xhtml"},"26918":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/secondWorld.xhtml"},"26919":{"type":"S:modified","url":"/documentation/ContextJS.xhtml"},"26920":{"type":"S:modified","url":"/projects/CodeDB2/CodeDB2Dev.xhtml"},"26921":{"type":"S:modified","url":"/users/markoroeder/GrammarTesting.xhtml"},"26922":{"type":"S:modified","url":"/documentation/ScriptingTutorial.xhtml"},"26923":{"type":"S:modified","url":"/users/fbo/deserializeMorphs.xhtml"},"26924":{"type":"S:modified","url":"/issues/110722_ClipModeShouldClipMorphsInTheirBounds.xhtml"},"26925":{"type":"S:modified","url":"/documentation/videoTutorials/110714_NodeJSServerCreation.xhtml"},"26926":{"type":"S:modified","url":"/users/fbo/scrollFixes.xhtml"},"26927":{"type":"S:modified","url":"/users/fbo/empty.xhtml"},"26928":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksConrad.xhtml"},"26929":{"type":"S:modified","url":"/users/keith/deadly.xhtml"},"26930":{"type":"S:modified","url":"/users/robertkrahn/nonexisting2.xhtml"},"26931":{"type":"S:modified","url":"/users/Dan/QBFa.xhtml"},"26932":{"type":"S:modified","url":"/users/cschuster/debugging2.xhtml"},"26933":{"type":"S:modified","url":"/users/fbo/SlickGrid.xhtml"},"26934":{"type":"S:modified","url":"/users/constantin/Snake.xhtml"},"26935":{"type":"S:modified","url":"/documentation/worlds.xhtml"},"26936":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/firstWorld2.xhtml"},"26937":{"type":"S:modified","url":"/issues/110609_TabIndentionForBulletPoints.xhtml"},"26938":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksAstrid.xhtml"},"26939":{"type":"S:modified","url":"/users/sofia/video2.xhtml"},"26940":{"type":"S:modified","url":"/users/keith/notes.xhtml"},"26941":{"type":"S:modified","url":"/issues/110528_ClickBehaviorOfScbIsStrange.xhtml"},"26942":{"type":"S:modified","url":"/demos/Parts.xhtml"},"26943":{"type":"S:modified","url":"/demos/WhereArePeopleFrom.xhtml"},"26944":{"type":"S:modified","url":"/issues/110510_MorphsAreDroppedWhenDndedFromPartsbin.xhtml"},"26945":{"type":"S:modified","url":"/users/fbo/jqueryTabulate.xhtml"},"26946":{"type":"S:modified","url":"/issues/111026_CustomFormattedBinsInPartsBin.xhtml"},"26947":{"type":"S:modified","url":"/users/fbo/learningLively2.xhtml"},"26948":{"type":"S:modified","url":"/issues/111017_svgIssues.xhtml"},"26949":{"type":"S:modified","url":"/users/markoroeder/NewStreamwork.xhtml"},"26950":{"type":"S:modified","url":"/users/markoroeder/MapImport.xhtml"},"26951":{"type":"S:modified","url":"/documentation/Serialization-Interface.xhtml"},"26952":{"type":"S:modified","url":"/issues/fixed/110511_DroppablebehaviorParts.xhtml"},"26953":{"type":"S:modified","url":"/users/markoroeder/newDraft.xhtml"},"26954":{"type":"S:modified","url":"/projects/Lively2/ReleasePlanning.xhtml"},"26955":{"type":"S:modified","url":"/draft/NewWorld/LinesAndCurves.xhtml"},"26956":{"type":"S:modified","url":"/users/Dan/HaloExpt.xhtml"},"26957":{"type":"S:modified","url":"/issues/110921_DropshadowIsOff.xhtml"},"26958":{"type":"S:modified","url":"/users/keith/versionControl.xhtml"},"26959":{"type":"S:modified","url":"/issues/111021_HowToStoreObjectsOnTheServer.xhtml"},"26960":{"type":"S:modified","url":"/documentation/videoTutorials/SystemBrowserDiffingVersions.xhtml"},"26961":{"type":"S:modified","url":"/users/fbo/blank.xhtml"},"26962":{"type":"S:modified","url":"/demos/Clock.xhtml"},"26963":{"type":"S:modified","url":"/users/fbo/scrolling.xhtml"},"26964":{"type":"S:modified","url":"/users/markoroeder/DraftInfoItem.xhtml"},"26965":{"type":"S:modified","url":"/documentation/HowConnectWorks.xhtml"},"26966":{"type":"S:modified","url":"/users/fbo/layoutTests.xhtml"},"26967":{"type":"S:modified","url":"/issues/fixed/110407_NoScriptEditorInNewWorld.xhtml"},"26968":{"type":"S:modified","url":"/projects/BP2012/Requests.xhtml"},"26969":{"type":"S:modified","url":"/users/template/pleaseDoNotChangeOrRemoveWorldsInThisDirectory.xhtml"},"26970":{"type":"S:modified","url":"/users/fbo/journalBug.xhtml"},"26971":{"type":"S:modified","url":"/issues/110701_VisualBindingToStarBroken.xhtml"},"26972":{"type":"S:modified","url":"/users/tmohr/slide7.xhtml"},"26973":{"type":"S:modified","url":"/issues/110723_PathBroken.xhtml"},"26974":{"type":"S:modified","url":"/demos/MyNewWikiPage.xhtml"},"26975":{"type":"S:modified","url":"/issues/fixed/110510_SafariWontOpenToolsFromPartsbin.xhtml"},"26976":{"type":"S:modified","url":"/issues/110720_FirefoxCannotDisplaySvgBasedMorphs.xhtml"},"26977":{"type":"S:modified","url":"/draft/NewWorld/RichText.xhtml"},"26978":{"type":"S:modified","url":"/users/alexwarth/start.xhtml"},"26979":{"type":"S:modified","url":"/draft/NewWorld/SimpleBrowser.xhtml"},"26980":{"type":"S:modified","url":"/draft/NewWorld/OldMorphicObjectConversion.xhtml"},"26981":{"type":"S:modified","url":"/documentation/profesores.xhtml"},"26982":{"type":"S:modified","url":"/documentation/videoTutorials/template.xhtml"},"26983":{"type":"S:modified","url":"/issues/110629_WindmillDoesNotShowInThePartsBin.xhtml"},"26984":{"type":"S:modified","url":"/issues/110519_PasteBug.xhtml"},"26985":{"type":"S:modified","url":"/draft/NewWorld/Engine.xhtml"},"26986":{"type":"S:modified","url":"/draft/NewWorld/ProgressForRequests.xhtml"},"26987":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/Sliders.xhtml"},"26988":{"type":"S:modified","url":"/users/tmohr/bespin.xhtml"},"26989":{"type":"S:modified","url":"/users/fbo/scrollPlayground.xhtml"},"26990":{"type":"S:modified","url":"/users/tfleig/test1.xhtml"},"26991":{"type":"S:modified","url":"/users/fbo/gitSetup.xhtml"},"26992":{"type":"S:modified","url":"/users/constantin/start.xhtml"},"26993":{"type":"S:modified","url":"/users/Dan/Test.xhtml"},"26994":{"type":"S:modified","url":"/issues/110630_MenusLeaveVisibleBounds.xhtml"},"26995":{"type":"S:modified","url":"/projects/CodeDB2/playground_tilman.xhtml"},"26996":{"type":"S:modified","url":"/users/ohshima/start.xhtml"},"26997":{"type":"S:modified","url":"/issues/110704_MapsAreBlacksAfterDeserialization.xhtml"},"26998":{"type":"S:modified","url":"/users/Kat/MyQBF.xhtml"},"26999":{"type":"S:modified","url":"/users/markoroeder/SerializationDebug.xhtml"},"27000":{"type":"S:modified","url":"/issues/111012_BorderWidthIssue.xhtml"},"27001":{"type":"S:modified","url":"/users/mzimmerm/etoys-development-notes.xhtml"},"27002":{"type":"S:modified","url":"/users/Dan/EngineTest.xhtml"},"27003":{"type":"S:modified","url":"/users/tmohr/slide2.xhtml"},"27004":{"type":"S:modified","url":"/users/sofia/protovisPrototype.xhtml"},"27005":{"type":"S:modified","url":"/users/sofia/sofia/georgi/new_world.xhtml"},"27006":{"type":"S:modified","url":"/documentation/FAQ.xhtml"},"27007":{"type":"S:modified","url":"/demos/contextjs/SimpleObjectTracing.xhtml"},"27008":{"type":"S:modified","url":"/users/Dan/PM/Dan.xhtml"},"27009":{"type":"S:modified","url":"/issues/fixed/110518_PartsbinMoveIsNoRealMove.xhtml"},"27010":{"type":"S:modified","url":"/sandbox/sandbox-dgc.xhtml"},"27011":{"type":"S:modified","url":"/issues/110610_AddNewMethodBroken.xhtml"},"27012":{"type":"S:modified","url":"/users/Dan/CC.xhtml"},"27013":{"type":"S:modified","url":"/draft/NewWorld/StringsAsRichText.xhtml"},"27014":{"type":"S:modified","url":"/issues/110704_ClickingOnProtoVisDrawing.xhtml"},"27015":{"type":"S:modified","url":"/users/fbo/layoutGrid.xhtml"},"27016":{"type":"S:modified","url":"/users/Dan/Garbage.xhtml"},"27017":{"type":"S:modified","url":"/welcome.xhtml"},"27018":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/textEditor.xhtml"},"27019":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/prototypeQBF.xhtml"},"27020":{"type":"S:modified","url":"/documentation/videoTutorials/110429_TextAttributes.xhtml"},"27021":{"type":"S:modified","url":"/users/fbo/pongServer.xhtml"},"27022":{"type":"S:modified","url":"/users/miku/start.xhtml"},"27023":{"type":"S:modified","url":"/users/Dan/PM/Lively2.xhtml"},"27024":{"type":"S:modified","url":"/users/cschuster/dev-alpha.xhtml"},"27025":{"type":"S:modified","url":"/users/Dan/PM/PowerPointNot.xhtml"},"27026":{"type":"S:modified","url":"/users/fbo/layoutConfigurator.xhtml"},"27027":{"type":"S:modified","url":"/draft/NewWorld/Diffing.xhtml"},"27028":{"type":"S:modified","url":"/issues/110604_GriddingDoesNotWorkRight.xhtml"},"27029":{"type":"S:modified","url":"/issues/110927_TranslationAndPositionAreNotEqualWhenMorphHasAOwnerWithModifiedOrigin.xhtml"},"27030":{"type":"S:modified","url":"/issues/110809_ChangeOrRemovedScriptsAfterSerializationWrong.xhtml"},"27031":{"type":"S:modified","url":"/issues/110729_ShowHaloItemDuringHaloAction.xhtml"},"27032":{"type":"S:modified","url":"/users/tmohr/demo.xhtml"},"27033":{"type":"S:modified","url":"/documentation/overview.xhtml"},"27034":{"type":"S:modified","url":"/demos/LiveWeb/iPad.xhtml"},"27035":{"type":"S:modified","url":"/issues/110628_MorphOffsetsAfterGrabbingAreBroken.xhtml"},"27036":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/SCBMigration.xhtml"},"27037":{"type":"S:modified","url":"/users/Dan/LiveWeb4.xhtml"},"27038":{"type":"S:modified","url":"/users/olmeca/olmeca3.xhtml"},"27039":{"type":"S:deleted","url":null},"27040":{"type":"S:modified","url":"/issues/111026_AccessingVersionsUsesWrongURLAndVersionCombination.xhtml"},"27041":{"type":"S:modified","url":"/users/sofia/sofia/georgi/video_experiments1.xhtml"},"27042":{"type":"S:modified","url":"/users/wlcleveland/shadowworld.xhtml"},"27043":{"type":"S:modified","url":"/users/mzimmerm/mz-world-from-start-xhtml.xhtml"},"27044":{"type":"S:modified","url":"/users/Dan/FormLayoutExpt.xhtml.xhtml"},"27045":{"type":"S:modified","url":"/users/robertkrahn/writeSite.xhtml"},"27046":{"type":"S:modified","url":"/draft/NewWorld/CurveDrafting.xhtml"},"27047":{"type":"S:modified","url":"/draft/NewWorld/ParseApacheServerLog.xhtml"},"27048":{"type":"S:modified","url":"/issues/fixed/110516_EnterAtTextEndDoesNotAddLineBreak.xhtml"},"27049":{"type":"S:modified","url":"/projects/BP2012/h2.xhtml"},"27050":{"type":"S:modified","url":"/draft/NewWorld/110521_BetterLists.xhtml"},"27051":{"type":"S:modified","url":"/users/Dan/PM/layoutExpts.xhtml"},"27052":{"type":"S:modified","url":"/users/test50/start.xhtml"},"27053":{"type":"S:modified","url":"/MovePages.xhtml"},"27054":{"type":"S:modified","url":"/documentation/Rendering.xhtml"},"27055":{"type":"S:modified","url":"/users/fbo/layoutPlayground.xhtml"},"27056":{"type":"S:modified","url":"/users/martin/measurements/webwerkstatt.xhtml"},"27057":{"type":"S:modified","url":"/issues/111005_MouseMoveChangesFocus.xhtml"},"27058":{"type":"S:modified","url":"/documentation/videoTutorials/110419_ManipulateMorphs.xhtml"},"27059":{"type":"S:modified","url":"/projects/Lively2/Release.xhtml"},"27060":{"type":"S:modified","url":"/issues/110523_RelayMouseEventsToMorphBeneath.xhtml"},"27061":{"type":"S:modified","url":"/users/tmohr/myNewWorld.xhtml"},"27062":{"type":"S:modified","url":"/users/robertkrahn/thingsToExplain.xhtml"},"27063":{"type":"S:modified","url":"/users/fbo/start.xhtml"},"27064":{"type":"S:modified","url":"/issues/110511_WeHaveNoCheckbox.xhtml"},"27065":{"type":"S:modified","url":"/users/Dan/PM/FormsDraft1.xhtml"},"27066":{"type":"S:modified","url":"/users/Dan/EmptyWorld.xhtml"},"27067":{"type":"S:modified","url":"/users/sofia/georgi/empty.xhtml"},"27068":{"type":"S:modified","url":"/issues/110609_AccidentalGrabbing.xhtml"},"27069":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/NewMorphicDevelopment.xhtml"},"27070":{"type":"S:modified","url":"/users/lauritz/personal/snippets.xhtml"},"27071":{"type":"S:modified","url":"/users/lauritz/personal/thoughts.xhtml"},"27072":{"type":"S:modified","url":"/users/Dan/NewEmptyWorld.xhtml"},"27073":{"type":"S:modified","url":"/users/markoroeder/DOMRemovalPlugin.xhtml"},"27074":{"type":"S:modified","url":"/documentation/LivelyInstallation.xhtml"},"27075":{"type":"S:modified","url":"/issues/110530_MakeSyntaxHighlightingFaster.xhtml"},"27076":{"type":"S:modified","url":"/users/lauritz/miniprojects/pongClient.xhtml"},"27077":{"type":"S:modified","url":"/issues/110831_ButtonLabelsAreNotCenteredAnymore.xhtml"},"27078":{"type":"S:modified","url":"/sandbox/ColorfulWindmills.xhtml"},"27079":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/todo.xhtml"},"27080":{"type":"S:modified","url":"/users/robertkrahn/simple.xhtml"},"27081":{"type":"S:modified","url":"/issues/111004_SavingAnEmptyTextObjectSetsTheStringToUndefined.xhtml"},"27082":{"type":"S:modified","url":"/issues/TextDebugWorld.xhtml"},"27083":{"type":"S:modified","url":"/documentation/ShortcutList.xhtml"},"27084":{"type":"S:modified","url":"/users/tmohr/slide8.xhtml"},"27085":{"type":"S:modified","url":"/issues/110522_ClickingTheScrollbarInListsDoesNotWork.xhtml"},"27086":{"type":"S:modified","url":"/draft/NewWorld/ObjectSerializationGraph.xhtml"},"27087":{"type":"S:modified","url":"/users/Dan/TextTest.xhtml"},"27088":{"type":"S:modified","url":"/users/dtornow/start.xhtml"},"27089":{"type":"S:modified","url":"/projects/BP2012/start.xhtml"},"27090":{"type":"S:modified","url":"/users/Dan/Empty.xhtml"},"27091":{"type":"S:modified","url":"/users/keith/start.xhtml"},"27092":{"type":"S:modified","url":"/users/gerald24/start.xhtml"},"27093":{"type":"S:modified","url":"/documentation/videoTutorial.xhtml"},"27094":{"type":"S:modified","url":"/draft/NewWorld/DraftSelection.xhtml"},"27095":{"type":"S:modified","url":"/demos/LiveWeb/Pheonix.xhtml"},"27096":{"type":"S:modified","url":"/users/ahold/siteTracking.xhtml"},"27097":{"type":"S:modified","url":"/issues/110608_GetterAndSettersInIe9.xhtml"},"27098":{"type":"S:modified","url":"/users/iho/1.xhtml"},"27099":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/bootstrap.xhtml"},"27100":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasks.xhtml"},"27101":{"type":"S:modified","url":"/users/Dan/PM/FormsScripter.xhtml"},"27102":{"type":"S:modified","url":"/users/fbo/cassowary.xhtml"},"27103":{"type":"S:modified","url":"/users/MrSteve/start.xhtml"},"27104":{"type":"S:modified","url":"/issues/CreateIssuePage.xhtml"},"27105":{"type":"S:modified","url":"/users/fbo/xamppInstallerWindows.xhtml"},"27106":{"type":"S:modified","url":"/users/Dan/PM/Phoenix.xhtml"},"27107":{"type":"S:modified","url":"/users/tmohr/WebGL.xhtml"},"27108":{"type":"S:modified","url":"/documentation/PartsBin.xhtml"},"27109":{"type":"S:modified","url":"/users/mzimmerm/start.xhtml"},"27110":{"type":"S:modified","url":"/users/markoroeder/SequenceDiagram.xhtml"},"27111":{"type":"S:modified","url":"/demos/Wiki.xhtml"},"27112":{"type":"S:modified","url":"/documentation/Events.xhtml"},"27113":{"type":"S:modified","url":"/users/tmohr/slide3.xhtml"},"27114":{"type":"S:modified","url":"/users/hjust/blank.xhtml"},"27115":{"type":"S:modified","url":"/Lively2.xhtml"},"27116":{"type":"S:modified","url":"/users/tfleig/template.xhtml"},"27117":{"type":"S:modified","url":"/issues/111021_PianoDoesNotMakeASound.xhtml"},"27118":{"type":"S:modified","url":"/issues/fixed/110426_NewStatusMessagesWithMore.xhtml"},"27119":{"type":"S:modified","url":"/users/martin/tests.xhtml"},"27120":{"type":"S:modified","url":"/users/sofia/empty.xhtml"},"27121":{"type":"S:modified","url":"/issues/110601_PartsDoNotLoadThereRequireModulesOnWorldLoad.xhtml"},"27122":{"type":"S:modified","url":"/draft/NewWorld/Sliders.xhtml"},"27123":{"type":"S:modified","url":"/users/davidorban/start.xhtml"},"27124":{"type":"S:modified","url":"/users/orjan/start.xhtml"},"27125":{"type":"S:modified","url":"/users/Dan/PM/FormLayoutExpt-Final.xhtml"},"27126":{"type":"S:modified","url":"/users/sofia/video.xhtml"},"27127":{"type":"S:modified","url":"/demos/contextjs/PersonExample.xhtml"},"27128":{"type":"S:modified","url":"/users/zeebeedee/start.xhtml"},"27129":{"type":"S:modified","url":"/users/robertkrahn/textRain.xhtml"},"27130":{"type":"S:modified","url":"/users/fbo/databaseForms.xhtml"},"27131":{"type":"S:modified","url":"/draft/NewWorld/DraftUploadPDFs.xhtml"},"27132":{"type":"S:modified","url":"/users/olmeca/olmeca4.xhtml"},"27133":{"type":"S:modified","url":"/users/lauritz/miniprojects/livelyExplorer.xhtml"},"27134":{"type":"S:modified","url":"/documentation/videoTutorials/110421_CreatingVideoTutorials.xhtml"},"27135":{"type":"S:modified","url":"/draft/NewWorld/MartinsObjectDiffInNewWorlds.xhtml"},"27136":{"type":"S:modified","url":"/users/Dan/LineTest.xhtml"},"27137":{"type":"S:modified","url":"/draft/NewWorld/Translator.xhtml"},"27138":{"type":"S:modified","url":"/documentation/Styles.xhtml"},"27139":{"type":"S:modified","url":"/draft/NewWorld/MorphOrigin.xhtml"},"27140":{"type":"S:modified","url":"/screenshots.xhtml"},"27141":{"type":"S:modified","url":"/users/Dan/LiveWeb.xhtml"},"27142":{"type":"S:modified","url":"/demos/AntotherPageWithAClock.xhtml"},"27143":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/halloJens2.xhtml"},"27144":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/improvingTheWebPag.xhtml"},"27145":{"type":"S:modified","url":"/users/fbo/constraintLayoutExample.xhtml"},"27146":{"type":"S:modified","url":"/documentation/TutorialList.xhtml"},"27147":{"type":"S:modified","url":"/draft/NewWorld/MakeEventsTriggerOnCapture.xhtml"},"27148":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/prototype.xhtml"},"27149":{"type":"S:modified","url":"/users/Dan/PM/FormLayoutExpt-bk.xhtml"},"27150":{"type":"S:modified","url":"/users/Dan/QBF.xhtml"},"27151":{"type":"S:modified","url":"/users/tmohr/slides.xhtml"},"27152":{"type":"S:modified","url":"/users/Dan/ButtonTest.xhtml"},"27153":{"type":"S:modified","url":"/users/fbo/textInVbox.xhtml"},"27154":{"type":"S:modified","url":"/users/sofia/externalShapeExample.xhtml"},"27155":{"type":"S:modified","url":"/users/hjust/playground.xhtml"},"27156":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/halloJens.xhtml"},"27157":{"type":"S:modified","url":"/users/tmohr/morphSpecificRendering.xhtml"},"27158":{"type":"S:modified","url":"/users/fbo/dataGrid.xhtml"},"27159":{"type":"S:modified","url":"/issues/111020_HighlightTheTargetOfDropping.xhtml"},"27160":{"type":"S:modified","url":"/users/mzimmerm/help.xhtml"},"27161":{"type":"S:modified","url":"/users/fbo/jqGrid.xhtml"},"27162":{"type":"S:modified","url":"/projects/CodeDB2/contents.xhtml"},"27163":{"type":"S:modified","url":"/demos/PartsBin.xhtml"},"27164":{"type":"S:modified","url":"/users/sofia/martin/empty.xhtml"},"27165":{"type":"S:modified","url":"/users/markoroeder/research/Internship.xhtml"},"27166":{"type":"S:modified","url":"/users/tmohr/NewWorld.xhtml"},"27167":{"type":"S:modified","url":"/users/bert/sandbox.xhtml"},"27168":{"type":"S:modified","url":"/draft/NewWorld/GoogleMaps.xhtml"},"27169":{"type":"S:modified","url":"/demos/contextjs/NewContents.xhtml"},"27170":{"type":"S:modified","url":"/users/fbo/meteora.xhtml"},"27171":{"type":"S:modified","url":"/users/Dan/PM/Forms.xhtml"},"27172":{"type":"S:modified","url":"/issues/draft/NewWorld/CurveDrafting_EmbeddableWorld.xhtml"},"27173":{"type":"S:modified","url":"/projects/LivelyHelping/draftLK2.xhtml"},"27174":{"type":"S:modified","url":"/users/lauritz/miniprojects/objectEditor.xhtml"},"27175":{"type":"S:modified","url":"/users/fbo/blank2.xhtml"},"27176":{"type":"S:modified","url":"/issues/110509_ConnectionsInputsGetStackedUp.xhtml"},"27177":{"type":"S:modified","url":"/draft/NewWorld/SimpleLayout.xhtml"},"27178":{"type":"S:modified","url":"/users/mkilling/iKuh2.xhtml"},"27179":{"type":"S:modified","url":"/users/fbo/profesorControls.xhtml"},"27180":{"type":"S:modified","url":"/documentation/Serialization-Overview.xhtml"},"27181":{"type":"S:modified","url":"/users/sofia/georgi/PropertySheet.xhtml"},"27182":{"type":"S:modified","url":"/users/sofia/martin/1.xhtml"},"27183":{"type":"S:modified","url":"/issues/110828_HaloInfoLabelsWontShowUp.xhtml"},"27184":{"type":"S:modified","url":"/users/sofia/georgi/styles.xhtml"},"27185":{"type":"S:modified","url":"/users/fbo/doc/profesores.xhtml"},"27186":{"type":"S:modified","url":"/users/markoroeder/MorphicProtoVis2.xhtml"},"27187":{"type":"S:modified","url":"/issues/110516_EnterAtTextEndDoesNotAddLineBreak.xhtml"},"27188":{"type":"S:modified","url":"/projects/Lively2/LivelyMap.xhtml"},"27189":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/colorFiel.xhtml"},"27190":{"type":"S:modified","url":"/users/tmohr/slide9.xhtml"},"27191":{"type":"S:modified","url":"/issues/110518_TextAttributesBreakOnPaste.xhtml"},"27192":{"type":"S:modified","url":"/demos/LiveWeb/VisualBindings.xhtml"},"27193":{"type":"S:modified","url":"/documentation/Layout.xhtml"},"27194":{"type":"S:modified","url":"/documentation/repository.xhtml"},"27195":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/DontOverwriteChangedFile.xhtml"},"27196":{"type":"S:modified","url":"/users/Dan/Tests/TextTest.xhtml"},"27197":{"type":"S:modified","url":"/issues/fixed/110412_NewSimpleBrowser.xhtml"},"27198":{"type":"S:modified","url":"/users/fbo/proposedUiFixes.xhtml"},"27199":{"type":"S:modified","url":"/issues/NewTemplate.xhtml"},"27200":{"type":"S:modified","url":"/documentation/SVNOnServer.xhtml"},"27201":{"type":"S:modified","url":"/issues/110524_PartsSerializeTheirWorldsSometimes.xhtml"},"27202":{"type":"S:modified","url":"/users/Dan/PM/May.xhtml"},"27203":{"type":"S:modified","url":"/documentation/ignoreOrDisableEvents.xhtml"},"27204":{"type":"S:modified","url":"/issues/110522_FixSubmorphOrderWhenAddingMorphs.xhtml"},"27205":{"type":"S:modified","url":"/users/Dan/CCbkup.xhtml"},"27206":{"type":"S:modified","url":"/users/Dan/LiveWeb2-bk.xhtml"},"27207":{"type":"S:modified","url":"/issues/110704_DontGrabTextWithJensFancyGrabber.xhtml"},"27208":{"type":"S:modified","url":"/users/lauritz/blank.xhtml"},"27209":{"type":"S:modified","url":"/draft/NewWorld/Dragging.xhtml"},"27210":{"type":"S:modified","url":"/users/lauritz/personal/todo.xhtml"},"27211":{"type":"S:modified","url":"/users/fbo/flexigrid.xhtml"},"27212":{"type":"S:modified","url":"/draft/NewWorld/LatestFileChangeViewer.xhtml"},"27213":{"type":"S:modified","url":"/issues/fixed/110729_QucikBrownFoxBackspaceBug.xhtml"},"27214":{"type":"S:modified","url":"/users/lauritz/miniprojects/elProfesorWerkstatt.xhtml"},"27215":{"type":"S:modified","url":"/documentation/VisualBindings.xhtml"},"27216":{"type":"S:modified","url":"/users/robertkrahn/notexisting.xhtml"},"27217":{"type":"S:modified","url":"/draft/NewWorld/TreeMap.xhtml"},"27218":{"type":"S:modified","url":"/draft/NewWorld/Empty.xhtml"},"27219":{"type":"S:modified","url":"/users/Dan/QBF2B.xhtml"},"27220":{"type":"S:modified","url":"/issues/111019_MergingVersionsOfAnObject.xhtml"},"27221":{"type":"S:modified","url":"/issues/110619_SerializingMorphsThatAreNotInTheSceneGraphGivesStrangeErrors.xhtml"},"27222":{"type":"S:modified","url":"/users/lauritz/test.xhtml"},"27223":{"type":"S:modified","url":"/users/tilman.giese/start.xhtml"},"27224":{"type":"S:modified","url":"/users/tmohr/slide4.xhtml"},"27225":{"type":"S:modified","url":"/sandbox/PartsBin.xhtml"},"27226":{"type":"S:modified","url":"/users/markoroeder/DraftObjectExplorer.xhtml"},"27227":{"type":"S:modified","url":"/demos/WhereArePeopleFrom2.xhtml"},"27228":{"type":"S:modified","url":"/projects/CodeDB2/SVN2CodeDB.xhtml"},"27229":{"type":"S:modified","url":"/users/fbo/sqliteQueryServer.xhtml"},"27230":{"type":"S:modified","url":"/issues/fixed/110513_ScrollingWhenSearching.xhtml"},"27231":{"type":"S:modified","url":"/users/lauritz/miniprojects/bugFixing/referencedTextBug.xhtml"},"27232":{"type":"S:modified","url":"/issues/fixed/111020_ScrollingInScripteditorIsBroken.xhtml"},"27233":{"type":"S:modified","url":"/issues/110513_FindMethodsShouldSearchInClassMethodsAndObjects.xhtml"},"27234":{"type":"S:modified","url":"/draft/NewWorld/NewTestWidgetAgain.xhtml"},"27235":{"type":"S:modified","url":"/users/Dan/DansSlideOverview.xhtml"},"27236":{"type":"S:modified","url":"/users/fbo/exportCore.xhtml"},"27237":{"type":"S:modified","url":"/users/olmeca/olmeca.xhtml"},"27238":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/firstWorld.xhtml"},"27239":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/SearchSourceCodeWidge.xhtml"},"27240":{"type":"S:modified","url":"/users/Dan/CircleTest.xhtml"},"27241":{"type":"S:modified","url":"/users/Dan/Tests/SerializationTest2.xhtml"},"27242":{"type":"S:modified","url":"/users/fbo/sandbox.xhtml"},"27243":{"type":"S:modified","url":"/issues/110728_BackspaceTriggersBrowserBack.xhtml"},"27244":{"type":"S:modified","url":"/users/markoroeder/empty.xhtml"},"27245":{"type":"S:modified","url":"/draft/NewWorld/DropStyles.xhtml"},"27246":{"type":"S:modified","url":"/issues/fixed/110513_MakeSyntaxHighlightingWorkInNewWorld.xhtml"},"27247":{"type":"S:modified","url":"/users/MrSteve/lorenzo.start.xhtml"},"27248":{"type":"S:modified","url":"/users/Dan/PM/LiveWeb.xhtml"},"27249":{"type":"S:modified","url":"/users/Dan/PM/FormLayoutExpt-start.xhtml"},"27250":{"type":"S:modified","url":"/draft/NewWorld/ScriptEditor.xhtml"},"27251":{"type":"S:modified","url":"/users/mzimmerm/test-build-simple-webapp.xhtml"},"27252":{"type":"S:modified","url":"/issues/110628_SettingTetAttributesDoesNotAlwaysWork.xhtml"},"27253":{"type":"S:modified","url":"/users/lauritz/miniprojects/spiel.xhtml"},"27254":{"type":"S:modified","url":"/users/robertkrahn/DraftPresentation.xhtml"},"27255":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/layouting.xhtml"},"27256":{"type":"S:modified","url":"/users/Dan/Tests/SerializationTest.xhtml"},"27257":{"type":"S:modified","url":"/users/lauritz/miniprojects/spikes/connectedExplorer.xhtml"},"27258":{"type":"S:modified","url":"/users/fbo/nodejsServerDevelopment.xhtml"},"27259":{"type":"S:modified","url":"/draft/NewWorld/QBFForPartsBin.xhtml"},"27260":{"type":"S:modified","url":"/issues/fixed/110628_CommandAndCurlyBracketGoesBackInBrowserHistory.xhtml"},"27261":{"type":"S:modified","url":"/users/lauritz/miniprojects/connections.xhtml"},"27262":{"type":"S:modified","url":"/users/ahold/start.xhtml"},"27263":{"type":"S:modified","url":"/users/markus/FileBrowser.xhtml"},"27264":{"type":"S:modified","url":"/demos/LiveWeb/CPUVisualizationFinal.xhtml"},"27265":{"type":"S:modified","url":"/users/fbo/jsUiWidgetLibResearch.xhtml"},"27266":{"type":"S:modified","url":"/users/fbo/constraintLayout.xhtml"},"27267":{"type":"S:modified","url":"/users/Dan/Tests/LineTest.xhtml"},"27268":{"type":"S:modified","url":"/sandbox/sandbox.xhtml"},"27269":{"type":"S:modified","url":"/users/fbo/versionControl.xhtml"},"27270":{"type":"S:modified","url":"/draft/NewWorld/CreateDirWhenSaving.xhtml"},"27271":{"type":"S:modified","url":"/demos/Lively2.xhtml"},"27272":{"type":"S:modified","url":"/users/fbo/userIsolationAndGit.xhtml"},"27273":{"type":"S:modified","url":"/draft/NewWorld/KeyboardFocusForMorphs.xhtml"},"27274":{"type":"S:modified","url":"/users/fbo/dwarfcassowaryExample2.xhtml"},"27275":{"type":"S:modified","url":"/users/oudenampsen/start.xhtml"},"27276":{"type":"S:modified","url":"/issues/110517_VlayoutShouldGrowAndShrink.xhtml"},"27277":{"type":"S:modified","url":"/users/fbo/dwarfcassowaryExample.xhtml"},"27278":{"type":"S:modified","url":"/users/tmohr/ace.xhtml"},"27279":{"type":"S:modified","url":"/users/fbo/empty2.xhtml"},"27280":{"type":"S:modified","url":"/users/martin/Workspace.xhtml"},"27281":{"type":"S:modified","url":"/users/Dan/Bug-List.xhtml"},"27282":{"type":"S:modified","url":"/users/Dan/QuickBrownFoxx.xhtml"},"27283":{"type":"S:modified","url":"/demos/LiveWeb/ServerScripting.xhtml"},"27284":{"type":"S:modified","url":"/demos/contextjs/WordCompletion.xhtml"},"27285":{"type":"S:modified","url":"/issues/110715_PartModuleRequirementsAreNotLoadedOnWorldLoad.xhtml"},"27286":{"type":"S:modified","url":"/users/fbo/fabiansTickets.xhtml"},"27287":{"type":"S:modified","url":"/issues/111020_ViewOfTextFieldsAfterSaving.xhtml"},"27288":{"type":"S:modified","url":"/users/martin/Template.xhtml"},"27289":{"type":"S:modified","url":"/projects/CodeDB2/Testing.xhtml"},"27290":{"type":"S:modified","url":"/users/keith/MySetup.xhtml"},"27291":{"type":"S:modified","url":"/users/fbo/noGrabLayer.xhtml"},"27292":{"type":"S:modified","url":"/demos/CPUVisualization.xhtml"},"27293":{"type":"S:modified","url":"/users/sofia/georgi/trac-report.xhtml"},"27294":{"type":"S:modified","url":"/users/fbo/HtmlWrapperMorph.xhtml"},"27295":{"type":"S:modified","url":"/users/sofia/documentation_afterLunch.xhtml"},"27296":{"type":"S:modified","url":"/demos/contextjs/Empty.xhtml"},"27297":{"type":"S:modified","url":"/users/fbo/setExtent.xhtml"},"27298":{"type":"S:modified","url":"/users/sofia/martin/2.xhtml"},"27299":{"type":"S:modified","url":"/users/markoroeder/DropboxUpload.xhtml"},"27300":{"type":"S:modified","url":"/users/fbo/newMouseDownLayer.xhtml"},"27301":{"type":"S:modified","url":"/issues/fixed/110914_StraightLineIssue.xhtml"},"27302":{"type":"S:modified","url":"/users/cschuster/debugging.xhtml"},"27303":{"type":"S:modified","url":"/users/sofia/prototVisPrototype.xhtml"},"27304":{"type":"S:modified","url":"/draft/NewWorld/DraggingAndGrabbing.xhtml"},"27305":{"type":"S:modified","url":"/users/lauritz/miniprojects/annotationPart.xhtml"},"27306":{"string":"2011-10-26 22:42 fbo (111628)","value":{"__isSmartRef__":true,"id":27307},"isListItem":true},"27307":{"rev":111628,"author":"fbo","date":{"__isSmartRef__":true,"id":27308},"url":{"__isSmartRef__":true,"id":27309},"changes":[{"__isSmartRef__":true,"id":27310},{"__isSmartRef__":true,"id":27311}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27308":{"isSerializedDate":true,"string":"Wed Oct 26 2011 22:42:15 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27309":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/kernel/PartsBin","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27310":{"type":"S:deleted","url":null},"27311":{"type":"S:added","url":null},"27312":{"string":"2011-10-20 22:32 lauritz (110429)","value":{"__isSmartRef__":true,"id":27313},"isListItem":true},"27313":{"rev":110429,"author":"lauritz","date":{"__isSmartRef__":true,"id":27314},"url":{"__isSmartRef__":true,"id":27315},"changes":[{"__isSmartRef__":true,"id":27316}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27314":{"isSerializedDate":true,"string":"Thu Oct 20 2011 22:32:58 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27315":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27316":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27317":{"string":"2011-10-19 12:36 jenslincke (109892)","value":{"__isSmartRef__":true,"id":27318},"isListItem":true},"27318":{"rev":109892,"author":"jenslincke","date":{"__isSmartRef__":true,"id":27319},"url":{"__isSmartRef__":true,"id":27320},"changes":[{"__isSmartRef__":true,"id":27321}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27319":{"isSerializedDate":true,"string":"Wed Oct 19 2011 12:36:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27320":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27321":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27322":{"string":"2011-10-17 22:28 lauritz (109190)","value":{"__isSmartRef__":true,"id":27323},"isListItem":true},"27323":{"rev":109190,"author":"lauritz","date":{"__isSmartRef__":true,"id":27324},"url":{"__isSmartRef__":true,"id":27325},"changes":[{"__isSmartRef__":true,"id":27326}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27324":{"isSerializedDate":true,"string":"Mon Oct 17 2011 22:28:15 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27325":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27326":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27327":{"string":"2011-10-17 18:22 lauritz (109167)","value":{"__isSmartRef__":true,"id":27328},"isListItem":true},"27328":{"rev":109167,"author":"lauritz","date":{"__isSmartRef__":true,"id":27329},"url":{"__isSmartRef__":true,"id":27330},"changes":[{"__isSmartRef__":true,"id":27331}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27329":{"isSerializedDate":true,"string":"Mon Oct 17 2011 18:22:20 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27330":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27331":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27332":{"string":"2011-10-17 17:45 lauritz (109164)","value":{"__isSmartRef__":true,"id":27333},"isListItem":true},"27333":{"rev":109164,"author":"lauritz","date":{"__isSmartRef__":true,"id":27334},"url":{"__isSmartRef__":true,"id":27335},"changes":[{"__isSmartRef__":true,"id":27336}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27334":{"isSerializedDate":true,"string":"Mon Oct 17 2011 17:45:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27335":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27336":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27337":{"string":"2011-10-14 22:16 lauritz (109022)","value":{"__isSmartRef__":true,"id":27338},"isListItem":true},"27338":{"rev":109022,"author":"lauritz","date":{"__isSmartRef__":true,"id":27339},"url":{"__isSmartRef__":true,"id":27340},"changes":[{"__isSmartRef__":true,"id":27341}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27339":{"isSerializedDate":true,"string":"Fri Oct 14 2011 22:16:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27340":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27341":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27342":{"string":"2011-10-14 21:55 lauritz (109012)","value":{"__isSmartRef__":true,"id":27343},"isListItem":true},"27343":{"rev":109012,"author":"lauritz","date":{"__isSmartRef__":true,"id":27344},"url":{"__isSmartRef__":true,"id":27345},"changes":[{"__isSmartRef__":true,"id":27346}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27344":{"isSerializedDate":true,"string":"Fri Oct 14 2011 21:55:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27345":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27346":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27347":{"string":"2011-10-04 17:40 cschuster (107432)","value":{"__isSmartRef__":true,"id":27348},"isListItem":true},"27348":{"rev":107432,"author":"cschuster","date":{"__isSmartRef__":true,"id":27349},"url":{"__isSmartRef__":true,"id":27350},"changes":[{"__isSmartRef__":true,"id":27351}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27349":{"isSerializedDate":true,"string":"Tue Oct 04 2011 17:40:19 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27350":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27351":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27352":{"string":"2011-09-27 23:26 lauritz (106789)","value":{"__isSmartRef__":true,"id":27353},"isListItem":true},"27353":{"rev":106789,"author":"lauritz","date":{"__isSmartRef__":true,"id":27354},"url":{"__isSmartRef__":true,"id":27355},"changes":[{"__isSmartRef__":true,"id":27356}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27354":{"isSerializedDate":true,"string":"Tue Sep 27 2011 23:26:26 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27355":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27356":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27357":{"string":"2011-09-27 21:31 lauritz (106765)","value":{"__isSmartRef__":true,"id":27358},"isListItem":true},"27358":{"rev":106765,"author":"lauritz","date":{"__isSmartRef__":true,"id":27359},"url":{"__isSmartRef__":true,"id":27360},"changes":[{"__isSmartRef__":true,"id":27361}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27359":{"isSerializedDate":true,"string":"Tue Sep 27 2011 21:31:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27360":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27361":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27362":{"string":"2011-09-27 21:07 lauritz (106756)","value":{"__isSmartRef__":true,"id":27363},"isListItem":true},"27363":{"rev":106756,"author":"lauritz","date":{"__isSmartRef__":true,"id":27364},"url":{"__isSmartRef__":true,"id":27365},"changes":[{"__isSmartRef__":true,"id":27366}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27364":{"isSerializedDate":true,"string":"Tue Sep 27 2011 21:07:46 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27365":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27366":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27367":{"string":"2011-09-27 20:54 lauritz (106745)","value":{"__isSmartRef__":true,"id":27368},"isListItem":true},"27368":{"rev":106745,"author":"lauritz","date":{"__isSmartRef__":true,"id":27369},"url":{"__isSmartRef__":true,"id":27370},"changes":[{"__isSmartRef__":true,"id":27371}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27369":{"isSerializedDate":true,"string":"Tue Sep 27 2011 20:54:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27370":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27371":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27372":{"string":"2011-09-27 19:53 lauritz (106695)","value":{"__isSmartRef__":true,"id":27373},"isListItem":true},"27373":{"rev":106695,"author":"lauritz","date":{"__isSmartRef__":true,"id":27374},"url":{"__isSmartRef__":true,"id":27375},"changes":[{"__isSmartRef__":true,"id":27376}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27374":{"isSerializedDate":true,"string":"Tue Sep 27 2011 19:53:50 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27375":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27376":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27377":{"string":"2011-09-27 19:47 lauritz (106691)","value":{"__isSmartRef__":true,"id":27378},"isListItem":true},"27378":{"rev":106691,"author":"lauritz","date":{"__isSmartRef__":true,"id":27379},"url":{"__isSmartRef__":true,"id":27380},"changes":[{"__isSmartRef__":true,"id":27381}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27379":{"isSerializedDate":true,"string":"Tue Sep 27 2011 19:47:23 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27380":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27381":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27382":{"string":"2011-09-27 19:44 lauritz (106687)","value":{"__isSmartRef__":true,"id":27383},"isListItem":true},"27383":{"rev":106687,"author":"lauritz","date":{"__isSmartRef__":true,"id":27384},"url":{"__isSmartRef__":true,"id":27385},"changes":[{"__isSmartRef__":true,"id":27386}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27384":{"isSerializedDate":true,"string":"Tue Sep 27 2011 19:44:40 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27385":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27386":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27387":{"string":"2011-09-27 18:15 lauritz (106625)","value":{"__isSmartRef__":true,"id":27388},"isListItem":true},"27388":{"rev":106625,"author":"lauritz","date":{"__isSmartRef__":true,"id":27389},"url":{"__isSmartRef__":true,"id":27390},"changes":[{"__isSmartRef__":true,"id":27391}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27389":{"isSerializedDate":true,"string":"Tue Sep 27 2011 18:15:06 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27390":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27391":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27392":{"string":"2011-09-27 18:11 lauritz (106620)","value":{"__isSmartRef__":true,"id":27393},"isListItem":true},"27393":{"rev":106620,"author":"lauritz","date":{"__isSmartRef__":true,"id":27394},"url":{"__isSmartRef__":true,"id":27395},"changes":[{"__isSmartRef__":true,"id":27396}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27394":{"isSerializedDate":true,"string":"Tue Sep 27 2011 18:11:55 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27395":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27396":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27397":{"string":"2011-09-26 20:33 lauritz (106279)","value":{"__isSmartRef__":true,"id":27398},"isListItem":true},"27398":{"rev":106279,"author":"lauritz","date":{"__isSmartRef__":true,"id":27399},"url":{"__isSmartRef__":true,"id":27400},"changes":[{"__isSmartRef__":true,"id":27401}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27399":{"isSerializedDate":true,"string":"Mon Sep 26 2011 20:33:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27400":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27401":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27402":{"string":"2011-09-26 20:32 lauritz (106276)","value":{"__isSmartRef__":true,"id":27403},"isListItem":true},"27403":{"rev":106276,"author":"lauritz","date":{"__isSmartRef__":true,"id":27404},"url":{"__isSmartRef__":true,"id":27405},"changes":[{"__isSmartRef__":true,"id":27406}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27404":{"isSerializedDate":true,"string":"Mon Sep 26 2011 20:32:57 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27405":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27406":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27407":{"string":"2011-09-26 20:30 lauritz (106273)","value":{"__isSmartRef__":true,"id":27408},"isListItem":true},"27408":{"rev":106273,"author":"lauritz","date":{"__isSmartRef__":true,"id":27409},"url":{"__isSmartRef__":true,"id":27410},"changes":[{"__isSmartRef__":true,"id":27411}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27409":{"isSerializedDate":true,"string":"Mon Sep 26 2011 20:30:51 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27410":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27411":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27412":{"string":"2011-08-02 13:53 jenslincke (96169)","value":{"__isSmartRef__":true,"id":27413},"isListItem":true},"27413":{"rev":96169,"author":"jenslincke","date":{"__isSmartRef__":true,"id":27414},"url":{"__isSmartRef__":true,"id":27415},"changes":[{"__isSmartRef__":true,"id":27416}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27414":{"isSerializedDate":true,"string":"Tue Aug 02 2011 13:53:11 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27415":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27416":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27417":{"string":"2011-08-02 13:47 jenslincke (96166)","value":{"__isSmartRef__":true,"id":27418},"isListItem":true},"27418":{"rev":96166,"author":"jenslincke","date":{"__isSmartRef__":true,"id":27419},"url":{"__isSmartRef__":true,"id":27420},"changes":[{"__isSmartRef__":true,"id":27421}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27419":{"isSerializedDate":true,"string":"Tue Aug 02 2011 13:47:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27420":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27421":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27422":{"string":"2011-08-02 13:27 jenslincke (96159)","value":{"__isSmartRef__":true,"id":27423},"isListItem":true},"27423":{"rev":96159,"author":"jenslincke","date":{"__isSmartRef__":true,"id":27424},"url":{"__isSmartRef__":true,"id":27425},"changes":[{"__isSmartRef__":true,"id":27426}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27424":{"isSerializedDate":true,"string":"Tue Aug 02 2011 13:27:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27425":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27426":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27427":{"string":"2011-08-02 11:47 jenslincke (96088)","value":{"__isSmartRef__":true,"id":27428},"isListItem":true},"27428":{"rev":96088,"author":"jenslincke","date":{"__isSmartRef__":true,"id":27429},"url":{"__isSmartRef__":true,"id":27430},"changes":[{"__isSmartRef__":true,"id":27431}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27429":{"isSerializedDate":true,"string":"Tue Aug 02 2011 11:47:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27430":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27431":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27432":{"string":"2011-06-16 09:02 lauritz (85436)","value":{"__isSmartRef__":true,"id":27433},"isListItem":true},"27433":{"rev":85436,"author":"lauritz","date":{"__isSmartRef__":true,"id":27434},"url":{"__isSmartRef__":true,"id":27435},"changes":[{"__isSmartRef__":true,"id":27436}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27434":{"isSerializedDate":true,"string":"Thu Jun 16 2011 09:02:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27435":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27436":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27437":{"string":"2011-06-16 08:58 lauritz (85430)","value":{"__isSmartRef__":true,"id":27438},"isListItem":true},"27438":{"rev":85430,"author":"lauritz","date":{"__isSmartRef__":true,"id":27439},"url":{"__isSmartRef__":true,"id":27440},"changes":[{"__isSmartRef__":true,"id":27441}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27439":{"isSerializedDate":true,"string":"Thu Jun 16 2011 08:58:49 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27440":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27441":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27442":{"string":"2011-06-16 08:40 lauritz (85412)","value":{"__isSmartRef__":true,"id":27443},"isListItem":true},"27443":{"rev":85412,"author":"lauritz","date":{"__isSmartRef__":true,"id":27444},"url":{"__isSmartRef__":true,"id":27445},"changes":[{"__isSmartRef__":true,"id":27446}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27444":{"isSerializedDate":true,"string":"Thu Jun 16 2011 08:40:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27445":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27446":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27447":{"string":"2011-06-16 07:28 lauritz (85328)","value":{"__isSmartRef__":true,"id":27448},"isListItem":true},"27448":{"rev":85328,"author":"lauritz","date":{"__isSmartRef__":true,"id":27449},"url":{"__isSmartRef__":true,"id":27450},"changes":[{"__isSmartRef__":true,"id":27451}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27449":{"isSerializedDate":true,"string":"Thu Jun 16 2011 07:28:20 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27450":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27451":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27452":{"string":"2011-06-15 23:09 robertkrahn (85292)","value":{"__isSmartRef__":true,"id":27453},"isListItem":true},"27453":{"rev":85292,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":27454},"url":{"__isSmartRef__":true,"id":27455},"changes":[{"__isSmartRef__":true,"id":27456},{"__isSmartRef__":true,"id":27457},{"__isSmartRef__":true,"id":27458},{"__isSmartRef__":true,"id":27459},{"__isSmartRef__":true,"id":27460},{"__isSmartRef__":true,"id":27461},{"__isSmartRef__":true,"id":27462},{"__isSmartRef__":true,"id":27463},{"__isSmartRef__":true,"id":27464},{"__isSmartRef__":true,"id":27465},{"__isSmartRef__":true,"id":27466}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27454":{"isSerializedDate":true,"string":"Wed Jun 15 2011 23:09:22 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27455":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.svg","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27456":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.metainfo"},"27457":{"type":"S:modified","url":"/lively/ide.js"},"27458":{"type":"S:modified","url":"/PartsBin/Debugging/Benchmarker.html"},"27459":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.html"},"27460":{"type":"S:modified","url":"/lively/morphic/Events.js"},"27461":{"type":"S:modified","url":"/PartsBin/Debugging/Benchmarker.json"},"27462":{"type":"S:modified","url":"/lively/morphic/Widgets.js"},"27463":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27464":{"type":"S:modified","url":"/cop/Flatten.js"},"27465":{"type":"S:modified","url":"/cop/Layers.js"},"27466":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.svg"},"27467":{"string":"2011-06-15 09:46 lauritz (84928)","value":{"__isSmartRef__":true,"id":27468},"isListItem":true},"27468":{"rev":84928,"author":"lauritz","date":{"__isSmartRef__":true,"id":27469},"url":{"__isSmartRef__":true,"id":27470},"changes":[{"__isSmartRef__":true,"id":27471}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27469":{"isSerializedDate":true,"string":"Wed Jun 15 2011 09:46:59 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27470":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27471":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27472":{"string":"2011-06-15 09:44 lauritz (84921)","value":{"__isSmartRef__":true,"id":27473},"isListItem":true},"27473":{"rev":84921,"author":"lauritz","date":{"__isSmartRef__":true,"id":27474},"url":{"__isSmartRef__":true,"id":27475},"changes":[{"__isSmartRef__":true,"id":27476}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27474":{"isSerializedDate":true,"string":"Wed Jun 15 2011 09:44:27 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27475":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27476":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27477":{"string":"2011-06-15 09:29 lauritz (84890)","value":{"__isSmartRef__":true,"id":27478},"isListItem":true},"27478":{"rev":84890,"author":"lauritz","date":{"__isSmartRef__":true,"id":27479},"url":{"__isSmartRef__":true,"id":27480},"changes":[{"__isSmartRef__":true,"id":27481}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27479":{"isSerializedDate":true,"string":"Wed Jun 15 2011 09:29:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27480":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27481":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27482":{"string":"2011-06-14 16:33 Hank (84431)","value":{"__isSmartRef__":true,"id":27483},"isListItem":true},"27483":{"rev":84431,"author":"Hank","date":{"__isSmartRef__":true,"id":27484},"url":{"__isSmartRef__":true,"id":27485},"changes":[{"__isSmartRef__":true,"id":27486}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27484":{"isSerializedDate":true,"string":"Tue Jun 14 2011 16:33:15 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27485":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27486":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27487":{"string":"2011-06-14 16:32 Hank (84427)","value":{"__isSmartRef__":true,"id":27488},"isListItem":true},"27488":{"rev":84427,"author":"Hank","date":{"__isSmartRef__":true,"id":27489},"url":{"__isSmartRef__":true,"id":27490},"changes":[{"__isSmartRef__":true,"id":27491}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27489":{"isSerializedDate":true,"string":"Tue Jun 14 2011 16:32:52 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27490":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27491":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27492":{"string":"2011-06-07 11:08 lauritz (82559)","value":{"__isSmartRef__":true,"id":27493},"isListItem":true},"27493":{"rev":82559,"author":"lauritz","date":{"__isSmartRef__":true,"id":27494},"url":{"__isSmartRef__":true,"id":27495},"changes":[{"__isSmartRef__":true,"id":27496}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27494":{"isSerializedDate":true,"string":"Tue Jun 07 2011 11:08:40 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27495":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27496":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27497":{"string":"2011-06-07 10:26 lauritz (82542)","value":{"__isSmartRef__":true,"id":27498},"isListItem":true},"27498":{"rev":82542,"author":"lauritz","date":{"__isSmartRef__":true,"id":27499},"url":{"__isSmartRef__":true,"id":27500},"changes":[{"__isSmartRef__":true,"id":27501}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27499":{"isSerializedDate":true,"string":"Tue Jun 07 2011 10:26:37 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27500":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27501":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27502":{"string":"2011-06-06 23:19 robertkrahn (82502)","value":{"__isSmartRef__":true,"id":27503},"isListItem":true},"27503":{"rev":82502,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":27504},"url":{"__isSmartRef__":true,"id":27505},"changes":[{"__isSmartRef__":true,"id":27506}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27504":{"isSerializedDate":true,"string":"Mon Jun 06 2011 23:19:51 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27505":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27506":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27507":{"string":"2011-06-05 14:28 robertkrahn (82119)","value":{"__isSmartRef__":true,"id":27508},"isListItem":true},"27508":{"rev":82119,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":27509},"url":{"__isSmartRef__":true,"id":27510},"changes":[{"__isSmartRef__":true,"id":27511}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27509":{"isSerializedDate":true,"string":"Sun Jun 05 2011 14:28:50 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27510":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27511":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27512":{"string":"2011-06-05 14:27 robertkrahn (82115)","value":{"__isSmartRef__":true,"id":27513},"isListItem":true},"27513":{"rev":82115,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":27514},"url":{"__isSmartRef__":true,"id":27515},"changes":[{"__isSmartRef__":true,"id":27516}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27514":{"isSerializedDate":true,"string":"Sun Jun 05 2011 14:27:01 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27515":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27516":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27517":{"string":"2011-06-03 18:22 lauritz (81803)","value":{"__isSmartRef__":true,"id":27518},"isListItem":true},"27518":{"rev":81803,"author":"lauritz","date":{"__isSmartRef__":true,"id":27519},"url":{"__isSmartRef__":true,"id":27520},"changes":[{"__isSmartRef__":true,"id":27521}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27519":{"isSerializedDate":true,"string":"Fri Jun 03 2011 18:22:06 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27520":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27521":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27522":{"string":"2011-06-03 17:54 lauritz (81796)","value":{"__isSmartRef__":true,"id":27523},"isListItem":true},"27523":{"rev":81796,"author":"lauritz","date":{"__isSmartRef__":true,"id":27524},"url":{"__isSmartRef__":true,"id":27525},"changes":[{"__isSmartRef__":true,"id":27526}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27524":{"isSerializedDate":true,"string":"Fri Jun 03 2011 17:54:06 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27525":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27526":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27527":{"string":"2011-06-03 17:21 jenslincke (81681)","value":{"__isSmartRef__":true,"id":27528},"isListItem":true},"27528":{"rev":81681,"author":"jenslincke","date":{"__isSmartRef__":true,"id":27529},"url":{"__isSmartRef__":true,"id":27530},"changes":[{"__isSmartRef__":true,"id":27531}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27529":{"isSerializedDate":true,"string":"Fri Jun 03 2011 17:21:55 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27530":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27531":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27532":{"string":"2011-06-01 23:04 lauritz (80056)","value":{"__isSmartRef__":true,"id":27533},"isListItem":true},"27533":{"rev":80056,"author":"lauritz","date":{"__isSmartRef__":true,"id":27534},"url":{"__isSmartRef__":true,"id":27535},"changes":[{"__isSmartRef__":true,"id":27536}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27534":{"isSerializedDate":true,"string":"Wed Jun 01 2011 23:04:07 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27535":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27536":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27537":{"string":"2011-06-01 01:48 robertkrahn (79541)","value":{"__isSmartRef__":true,"id":27538},"isListItem":true},"27538":{"rev":79541,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":27539},"url":{"__isSmartRef__":true,"id":27540},"changes":[{"__isSmartRef__":true,"id":27541}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27539":{"isSerializedDate":true,"string":"Wed Jun 01 2011 01:48:05 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27540":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27541":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27542":{"string":"2011-06-01 01:47 robertkrahn (79538)","value":{"__isSmartRef__":true,"id":27543},"isListItem":true},"27543":{"rev":79538,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":27544},"url":{"__isSmartRef__":true,"id":27545},"changes":[{"__isSmartRef__":true,"id":27546}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27544":{"isSerializedDate":true,"string":"Wed Jun 01 2011 01:47:34 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27545":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27546":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27547":{"string":"2011-05-26 07:56 robertkrahn (77087)","value":{"__isSmartRef__":true,"id":27548},"isListItem":true},"27548":{"rev":77087,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":27549},"url":{"__isSmartRef__":true,"id":27550},"changes":[{"__isSmartRef__":true,"id":27551}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27549":{"isSerializedDate":true,"string":"Thu May 26 2011 07:56:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27550":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27551":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27552":{"string":"2011-05-25 21:19 lauritz (76989)","value":{"__isSmartRef__":true,"id":27553},"isListItem":true},"27553":{"rev":76989,"author":"lauritz","date":{"__isSmartRef__":true,"id":27554},"url":{"__isSmartRef__":true,"id":27555},"changes":[{"__isSmartRef__":true,"id":27556}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27554":{"isSerializedDate":true,"string":"Wed May 25 2011 21:19:49 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27555":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27556":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27557":{"string":"2011-05-25 21:17 lauritz (76986)","value":{"__isSmartRef__":true,"id":27558},"isListItem":true},"27558":{"rev":76986,"author":"lauritz","date":{"__isSmartRef__":true,"id":27559},"url":{"__isSmartRef__":true,"id":27560},"changes":[{"__isSmartRef__":true,"id":27561}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27559":{"isSerializedDate":true,"string":"Wed May 25 2011 21:17:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27560":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27561":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27562":{"string":"2011-05-25 20:51 lauritz (76972)","value":{"__isSmartRef__":true,"id":27563},"isListItem":true},"27563":{"rev":76972,"author":"lauritz","date":{"__isSmartRef__":true,"id":27564},"url":{"__isSmartRef__":true,"id":27565},"changes":[{"__isSmartRef__":true,"id":27566}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27564":{"isSerializedDate":true,"string":"Wed May 25 2011 20:51:58 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27565":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27566":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27567":{"string":"2011-05-25 20:48 lauritz (76969)","value":{"__isSmartRef__":true,"id":27568},"isListItem":true},"27568":{"rev":76969,"author":"lauritz","date":{"__isSmartRef__":true,"id":27569},"url":{"__isSmartRef__":true,"id":27570},"changes":[{"__isSmartRef__":true,"id":27571}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27569":{"isSerializedDate":true,"string":"Wed May 25 2011 20:48:22 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27570":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27571":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27572":{"string":"2011-05-25 20:38 lauritz (76965)","value":{"__isSmartRef__":true,"id":27573},"isListItem":true},"27573":{"rev":76965,"author":"lauritz","date":{"__isSmartRef__":true,"id":27574},"url":{"__isSmartRef__":true,"id":27575},"changes":[{"__isSmartRef__":true,"id":27576}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27574":{"isSerializedDate":true,"string":"Wed May 25 2011 20:38:56 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27575":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27576":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27577":{"string":"2011-05-25 20:20 lauritz (76952)","value":{"__isSmartRef__":true,"id":27578},"isListItem":true},"27578":{"rev":76952,"author":"lauritz","date":{"__isSmartRef__":true,"id":27579},"url":{"__isSmartRef__":true,"id":27580},"changes":[{"__isSmartRef__":true,"id":27581}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27579":{"isSerializedDate":true,"string":"Wed May 25 2011 20:20:56 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27580":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27581":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27582":{"string":"2011-05-25 20:15 lauritz (76948)","value":{"__isSmartRef__":true,"id":27583},"isListItem":true},"27583":{"rev":76948,"author":"lauritz","date":{"__isSmartRef__":true,"id":27584},"url":{"__isSmartRef__":true,"id":27585},"changes":[{"__isSmartRef__":true,"id":27586}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27584":{"isSerializedDate":true,"string":"Wed May 25 2011 20:15:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27585":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27586":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27587":{"string":"2011-05-25 20:07 lauritz (76944)","value":{"__isSmartRef__":true,"id":27588},"isListItem":true},"27588":{"rev":76944,"author":"lauritz","date":{"__isSmartRef__":true,"id":27589},"url":{"__isSmartRef__":true,"id":27590},"changes":[{"__isSmartRef__":true,"id":27591}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27589":{"isSerializedDate":true,"string":"Wed May 25 2011 20:07:28 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27590":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27591":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27592":{"string":"2011-05-25 20:02 lauritz (76941)","value":{"__isSmartRef__":true,"id":27593},"isListItem":true},"27593":{"rev":76941,"author":"lauritz","date":{"__isSmartRef__":true,"id":27594},"url":{"__isSmartRef__":true,"id":27595},"changes":[{"__isSmartRef__":true,"id":27596}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27594":{"isSerializedDate":true,"string":"Wed May 25 2011 20:02:56 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27595":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27596":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27597":{"string":"2011-05-25 20:02 lauritz (76938)","value":{"__isSmartRef__":true,"id":27598},"isListItem":true},"27598":{"rev":76938,"author":"lauritz","date":{"__isSmartRef__":true,"id":27599},"url":{"__isSmartRef__":true,"id":27600},"changes":[{"__isSmartRef__":true,"id":27601}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27599":{"isSerializedDate":true,"string":"Wed May 25 2011 20:02:48 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27600":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27601":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27602":{"string":"2011-05-25 19:58 lauritz (76929)","value":{"__isSmartRef__":true,"id":27603},"isListItem":true},"27603":{"rev":76929,"author":"lauritz","date":{"__isSmartRef__":true,"id":27604},"url":{"__isSmartRef__":true,"id":27605},"changes":[{"__isSmartRef__":true,"id":27606}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27604":{"isSerializedDate":true,"string":"Wed May 25 2011 19:58:46 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27605":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27606":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27607":{"string":"2011-05-25 19:55 lauritz (76925)","value":{"__isSmartRef__":true,"id":27608},"isListItem":true},"27608":{"rev":76925,"author":"lauritz","date":{"__isSmartRef__":true,"id":27609},"url":{"__isSmartRef__":true,"id":27610},"changes":[{"__isSmartRef__":true,"id":27611}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27609":{"isSerializedDate":true,"string":"Wed May 25 2011 19:55:37 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27610":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27611":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27612":{"string":"2011-05-25 19:43 lauritz (76921)","value":{"__isSmartRef__":true,"id":27613},"isListItem":true},"27613":{"rev":76921,"author":"lauritz","date":{"__isSmartRef__":true,"id":27614},"url":{"__isSmartRef__":true,"id":27615},"changes":[{"__isSmartRef__":true,"id":27616}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27614":{"isSerializedDate":true,"string":"Wed May 25 2011 19:43:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27615":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27616":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27617":{"string":"2011-05-25 19:34 lauritz (76917)","value":{"__isSmartRef__":true,"id":27618},"isListItem":true},"27618":{"rev":76917,"author":"lauritz","date":{"__isSmartRef__":true,"id":27619},"url":{"__isSmartRef__":true,"id":27620},"changes":[{"__isSmartRef__":true,"id":27621}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27619":{"isSerializedDate":true,"string":"Wed May 25 2011 19:34:49 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27620":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27621":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27622":{"string":"2011-05-25 19:34 lauritz (76914)","value":{"__isSmartRef__":true,"id":27623},"isListItem":true},"27623":{"rev":76914,"author":"lauritz","date":{"__isSmartRef__":true,"id":27624},"url":{"__isSmartRef__":true,"id":27625},"changes":[{"__isSmartRef__":true,"id":27626}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27624":{"isSerializedDate":true,"string":"Wed May 25 2011 19:34:37 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27625":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27626":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27627":{"string":"2011-05-25 19:17 lauritz (76909)","value":{"__isSmartRef__":true,"id":27628},"isListItem":true},"27628":{"rev":76909,"author":"lauritz","date":{"__isSmartRef__":true,"id":27629},"url":{"__isSmartRef__":true,"id":27630},"changes":[{"__isSmartRef__":true,"id":27631}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27629":{"isSerializedDate":true,"string":"Wed May 25 2011 19:17:27 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27630":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27631":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27632":{"string":"2011-05-24 15:48 robertkrahn (76272)","value":{"__isSmartRef__":true,"id":27633},"isListItem":true},"27633":{"rev":76272,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":27634},"url":{"__isSmartRef__":true,"id":27635},"changes":[{"__isSmartRef__":true,"id":27636}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27634":{"isSerializedDate":true,"string":"Tue May 24 2011 15:48:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27635":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27636":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27637":{"string":"2011-05-24 14:39 jenslincke (76203)","value":{"__isSmartRef__":true,"id":27638},"isListItem":true},"27638":{"rev":76203,"author":"jenslincke","date":{"__isSmartRef__":true,"id":27639},"url":{"__isSmartRef__":true,"id":27640},"changes":[{"__isSmartRef__":true,"id":27641}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27639":{"isSerializedDate":true,"string":"Tue May 24 2011 14:39:33 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27640":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27641":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27642":{"string":"2011-05-24 14:35 jenslincke (76197)","value":{"__isSmartRef__":true,"id":27643},"isListItem":true},"27643":{"rev":76197,"author":"jenslincke","date":{"__isSmartRef__":true,"id":27644},"url":{"__isSmartRef__":true,"id":27645},"changes":[{"__isSmartRef__":true,"id":27646}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27644":{"isSerializedDate":true,"string":"Tue May 24 2011 14:35:59 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27645":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27646":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27647":{"string":"2011-05-24 14:35 jenslincke (76194)","value":{"__isSmartRef__":true,"id":27648},"isListItem":true},"27648":{"rev":76194,"author":"jenslincke","date":{"__isSmartRef__":true,"id":27649},"url":{"__isSmartRef__":true,"id":27650},"changes":[{"__isSmartRef__":true,"id":27651}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27649":{"isSerializedDate":true,"string":"Tue May 24 2011 14:35:20 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27650":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27651":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27652":{"string":"2011-05-24 14:26 jenslincke (76171)","value":{"__isSmartRef__":true,"id":27653},"isListItem":true},"27653":{"rev":76171,"author":"jenslincke","date":{"__isSmartRef__":true,"id":27654},"url":{"__isSmartRef__":true,"id":27655},"changes":[{"__isSmartRef__":true,"id":27656}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27654":{"isSerializedDate":true,"string":"Tue May 24 2011 14:26:26 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27655":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27656":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27657":{"string":"2011-05-22 20:08 robertkrahn (75078)","value":{"__isSmartRef__":true,"id":27658},"isListItem":true},"27658":{"rev":75078,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":27659},"url":{"__isSmartRef__":true,"id":27660},"changes":[{"__isSmartRef__":true,"id":27661}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27659":{"isSerializedDate":true,"string":"Sun May 22 2011 20:08:14 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27660":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27661":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27662":{"string":"2011-05-21 10:25 lauritz (74975)","value":{"__isSmartRef__":true,"id":27663},"isListItem":true},"27663":{"rev":74975,"author":"lauritz","date":{"__isSmartRef__":true,"id":27664},"url":{"__isSmartRef__":true,"id":27665},"changes":[{"__isSmartRef__":true,"id":27666}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27664":{"isSerializedDate":true,"string":"Sat May 21 2011 10:25:59 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27665":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27666":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27667":{"string":"2011-05-21 10:12 lauritz (74972)","value":{"__isSmartRef__":true,"id":27668},"isListItem":true},"27668":{"rev":74972,"author":"lauritz","date":{"__isSmartRef__":true,"id":27669},"url":{"__isSmartRef__":true,"id":27670},"changes":[{"__isSmartRef__":true,"id":27671}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27669":{"isSerializedDate":true,"string":"Sat May 21 2011 10:12:50 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27670":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27671":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27672":{"string":"2011-05-21 00:44 robertkrahn (74941)","value":{"__isSmartRef__":true,"id":27673},"isListItem":true},"27673":{"rev":74941,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":27674},"url":{"__isSmartRef__":true,"id":27675},"changes":[{"__isSmartRef__":true,"id":27676}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27674":{"isSerializedDate":true,"string":"Sat May 21 2011 00:44:24 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27675":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27676":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27677":{"string":"2011-05-21 00:24 robertkrahn (74931)","value":{"__isSmartRef__":true,"id":27678},"isListItem":true},"27678":{"rev":74931,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":27679},"url":{"__isSmartRef__":true,"id":27680},"changes":[{"__isSmartRef__":true,"id":27681}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27679":{"isSerializedDate":true,"string":"Sat May 21 2011 00:24:31 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27680":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27681":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27682":{"string":"2011-05-20 18:24 lauritz (74843)","value":{"__isSmartRef__":true,"id":27683},"isListItem":true},"27683":{"rev":74843,"author":"lauritz","date":{"__isSmartRef__":true,"id":27684},"url":{"__isSmartRef__":true,"id":27685},"changes":[{"__isSmartRef__":true,"id":27686}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27684":{"isSerializedDate":true,"string":"Fri May 20 2011 18:24:22 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27685":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27686":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27687":{"string":"2011-05-20 17:58 lauritz (74826)","value":{"__isSmartRef__":true,"id":27688},"isListItem":true},"27688":{"rev":74826,"author":"lauritz","date":{"__isSmartRef__":true,"id":27689},"url":{"__isSmartRef__":true,"id":27690},"changes":[{"__isSmartRef__":true,"id":27691}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27689":{"isSerializedDate":true,"string":"Fri May 20 2011 17:58:56 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27690":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27691":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27692":{"string":"2011-05-20 15:27 lauritz (74748)","value":{"__isSmartRef__":true,"id":27693},"isListItem":true},"27693":{"rev":74748,"author":"lauritz","date":{"__isSmartRef__":true,"id":27694},"url":{"__isSmartRef__":true,"id":27695},"changes":[{"__isSmartRef__":true,"id":27696}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27694":{"isSerializedDate":true,"string":"Fri May 20 2011 15:27:05 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27695":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27696":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27697":{"string":"2011-05-17 00:20 robertkrahn (72758)","value":{"__isSmartRef__":true,"id":27698},"isListItem":true},"27698":{"rev":72758,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":27699},"url":{"__isSmartRef__":true,"id":27700},"changes":[{"__isSmartRef__":true,"id":27701}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27699":{"isSerializedDate":true,"string":"Tue May 17 2011 00:20:13 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27700":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27701":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27702":{"string":"2011-05-17 00:18 robertkrahn (72755)","value":{"__isSmartRef__":true,"id":27703},"isListItem":true},"27703":{"rev":72755,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":27704},"url":{"__isSmartRef__":true,"id":27705},"changes":[{"__isSmartRef__":true,"id":27706}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27704":{"isSerializedDate":true,"string":"Tue May 17 2011 00:18:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27705":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27706":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27707":{"string":"2011-05-17 00:14 robertkrahn (72752)","value":{"__isSmartRef__":true,"id":27708},"isListItem":true},"27708":{"rev":72752,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":27709},"url":{"__isSmartRef__":true,"id":27710},"changes":[{"__isSmartRef__":true,"id":27711}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27709":{"isSerializedDate":true,"string":"Tue May 17 2011 00:14:34 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27710":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27711":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27712":{"string":"2011-05-17 00:07 robertkrahn (72749)","value":{"__isSmartRef__":true,"id":27713},"isListItem":true},"27713":{"rev":72749,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":27714},"url":{"__isSmartRef__":true,"id":27715},"changes":[{"__isSmartRef__":true,"id":27716}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27714":{"isSerializedDate":true,"string":"Tue May 17 2011 00:07:35 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27715":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27716":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27717":{"string":"2011-05-16 20:42 lauritz (72672)","value":{"__isSmartRef__":true,"id":27718},"isListItem":true},"27718":{"rev":72672,"author":"lauritz","date":{"__isSmartRef__":true,"id":27719},"url":{"__isSmartRef__":true,"id":27720},"changes":[{"__isSmartRef__":true,"id":27721}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27719":{"isSerializedDate":true,"string":"Mon May 16 2011 20:42:59 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27720":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27721":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27722":{"string":"2011-05-16 18:14 lauritz (72667)","value":{"__isSmartRef__":true,"id":27723},"isListItem":true},"27723":{"rev":72667,"author":"lauritz","date":{"__isSmartRef__":true,"id":27724},"url":{"__isSmartRef__":true,"id":27725},"changes":[{"__isSmartRef__":true,"id":27726}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27724":{"isSerializedDate":true,"string":"Mon May 16 2011 18:14:53 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27725":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27726":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27727":{"string":"2011-05-16 18:02 lauritz (72661)","value":{"__isSmartRef__":true,"id":27728},"isListItem":true},"27728":{"rev":72661,"author":"lauritz","date":{"__isSmartRef__":true,"id":27729},"url":{"__isSmartRef__":true,"id":27730},"changes":[{"__isSmartRef__":true,"id":27731}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27729":{"isSerializedDate":true,"string":"Mon May 16 2011 18:02:26 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27730":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27731":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27732":{"string":"2011-05-16 17:47 lauritz (72653)","value":{"__isSmartRef__":true,"id":27733},"isListItem":true},"27733":{"rev":72653,"author":"lauritz","date":{"__isSmartRef__":true,"id":27734},"url":{"__isSmartRef__":true,"id":27735},"changes":[{"__isSmartRef__":true,"id":27736}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27734":{"isSerializedDate":true,"string":"Mon May 16 2011 17:47:29 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27735":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27736":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27737":{"string":"2011-05-16 17:45 lauritz (72649)","value":{"__isSmartRef__":true,"id":27738},"isListItem":true},"27738":{"rev":72649,"author":"lauritz","date":{"__isSmartRef__":true,"id":27739},"url":{"__isSmartRef__":true,"id":27740},"changes":[{"__isSmartRef__":true,"id":27741}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27739":{"isSerializedDate":true,"string":"Mon May 16 2011 17:45:25 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27740":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27741":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27742":{"string":"2011-05-16 17:18 lauritz (72590)","value":{"__isSmartRef__":true,"id":27743},"isListItem":true},"27743":{"rev":72590,"author":"lauritz","date":{"__isSmartRef__":true,"id":27744},"url":{"__isSmartRef__":true,"id":27745},"changes":[{"__isSmartRef__":true,"id":27746}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27744":{"isSerializedDate":true,"string":"Mon May 16 2011 17:18:48 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27745":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27746":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27747":{"string":"2011-05-15 16:10 lauritz (72267)","value":{"__isSmartRef__":true,"id":27748},"isListItem":true},"27748":{"rev":72267,"author":"lauritz","date":{"__isSmartRef__":true,"id":27749},"url":{"__isSmartRef__":true,"id":27750},"changes":[{"__isSmartRef__":true,"id":27751}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27749":{"isSerializedDate":true,"string":"Sun May 15 2011 16:10:06 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27750":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27751":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27752":{"string":"2011-05-15 16:07 lauritz (72263)","value":{"__isSmartRef__":true,"id":27753},"isListItem":true},"27753":{"rev":72263,"author":"lauritz","date":{"__isSmartRef__":true,"id":27754},"url":{"__isSmartRef__":true,"id":27755},"changes":[{"__isSmartRef__":true,"id":27756}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27754":{"isSerializedDate":true,"string":"Sun May 15 2011 16:07:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27755":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27756":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27757":{"string":"2011-05-15 16:05 lauritz (72259)","value":{"__isSmartRef__":true,"id":27758},"isListItem":true},"27758":{"rev":72259,"author":"lauritz","date":{"__isSmartRef__":true,"id":27759},"url":{"__isSmartRef__":true,"id":27760},"changes":[{"__isSmartRef__":true,"id":27761}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27759":{"isSerializedDate":true,"string":"Sun May 15 2011 16:05:00 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27760":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27761":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27762":{"string":"2011-05-15 15:58 lauritz (72255)","value":{"__isSmartRef__":true,"id":27763},"isListItem":true},"27763":{"rev":72255,"author":"lauritz","date":{"__isSmartRef__":true,"id":27764},"url":{"__isSmartRef__":true,"id":27765},"changes":[{"__isSmartRef__":true,"id":27766}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27764":{"isSerializedDate":true,"string":"Sun May 15 2011 15:58:26 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27765":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27766":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27767":{"string":"2011-05-15 15:48 lauritz (72252)","value":{"__isSmartRef__":true,"id":27768},"isListItem":true},"27768":{"rev":72252,"author":"lauritz","date":{"__isSmartRef__":true,"id":27769},"url":{"__isSmartRef__":true,"id":27770},"changes":[{"__isSmartRef__":true,"id":27771}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27769":{"isSerializedDate":true,"string":"Sun May 15 2011 15:48:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27770":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27771":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27772":{"string":"2011-05-15 15:43 lauritz (72249)","value":{"__isSmartRef__":true,"id":27773},"isListItem":true},"27773":{"rev":72249,"author":"lauritz","date":{"__isSmartRef__":true,"id":27774},"url":{"__isSmartRef__":true,"id":27775},"changes":[{"__isSmartRef__":true,"id":27776}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27774":{"isSerializedDate":true,"string":"Sun May 15 2011 15:43:25 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27775":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27776":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27777":{"string":"2011-05-15 15:16 lauritz (72246)","value":{"__isSmartRef__":true,"id":27778},"isListItem":true},"27778":{"rev":72246,"author":"lauritz","date":{"__isSmartRef__":true,"id":27779},"url":{"__isSmartRef__":true,"id":27780},"changes":[{"__isSmartRef__":true,"id":27781}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27779":{"isSerializedDate":true,"string":"Sun May 15 2011 15:16:15 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27780":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27781":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27782":{"string":"2011-05-15 15:08 lauritz (72243)","value":{"__isSmartRef__":true,"id":27783},"isListItem":true},"27783":{"rev":72243,"author":"lauritz","date":{"__isSmartRef__":true,"id":27784},"url":{"__isSmartRef__":true,"id":27785},"changes":[{"__isSmartRef__":true,"id":27786}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27784":{"isSerializedDate":true,"string":"Sun May 15 2011 15:08:25 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27785":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27786":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"27787":{"string":"2011-05-15 14:35 lauritz (72235)","value":{"__isSmartRef__":true,"id":27788},"isListItem":true},"27788":{"rev":72235,"author":"lauritz","date":{"__isSmartRef__":true,"id":27789},"url":{"__isSmartRef__":true,"id":27790},"changes":[{"__isSmartRef__":true,"id":27791}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"27789":{"isSerializedDate":true,"string":"Sun May 15 2011 14:35:54 GMT+0200 (Mitteleuropäische Sommerzeit)"},"27790":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"27791":{"type":"S:added","url":null},"27792":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":2,"__SourceModuleName__":"Global.lively.PartsBin","idOnLoad":"A4358834-41ED-4CF0-BAAE-D6BF8BAE78AB","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"27793":{"resizeWidth":true},"27794":{"x":330.7762078882963,"y":122.97632273920658,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27795":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateListContent":"updateListContentHTML","resizeList":"resizeListHTML","getItemIndexFromEvent":"getItemIndexFromEventHTML","getListExtent":"getListExtentHTML","setSize":"setSizeHTML","renderAsDropDownList":"renderAsDropDownListHTML","setFontSize":"setFontSizeHTML","setFontFamily":"setFontFamilyHTML","getSelectedIndexes":"getSelectedIndexesHTML","enableMultipleSelections":"enableMultipleSelectionsHTML","selectAllAt":"selectAllAtHTML","clearSelections":"clearSelectionsHTML","deselectAt":"deselectAtHTML"},"27796":{"morph":{"__isSmartRef__":true,"id":26352},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"27797":{"submorphs":[],"scripts":[],"id":"CDAF343A-55BA-49E5-9317-9FFEC8AD280E","shape":{"__isSmartRef__":true,"id":27798},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":27804},"_MaxTextWidth":313.04,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":27805},"showsHalos":false,"_FontSize":11,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"selectedPartComment","partsBinMetaInfo":{"__isSmartRef__":true,"id":27806},"textChunks":[{"__isSmartRef__":true,"id":27807}],"charsReplaced":"","lastFindLoc":6,"prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":26185},"_ClipMode":"auto","priorExtent":{"__isSmartRef__":true,"id":27809},"attributeConnections":[{"__isSmartRef__":true,"id":27810}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"layout":{"__isSmartRef__":true,"id":27811},"renderContextTable":{"__isSmartRef__":true,"id":27812},"eventHandler":{"__isSmartRef__":true,"id":27813},"_MinTextWidth":313.04,"_MinTextHeight":null,"_WhiteSpaceHandling":"pre-wrap","derivationIds":[1226,"DD9BD765-ADCE-4F83-BD29-D46C4F70D065","FAF93200-3F45-458D-A09A-150A9A564E17","45B7AF6D-BAB6-4C3A-A200-A6A7A709499B","65E31DB6-BFDA-4D8A-9EF2-EB1D94C2E253","74C3EFF9-4889-452C-A456-5A5B6778CE47","38D7BE76-BC2A-4B09-92FC-C08352382C88","96002B07-9CDB-4008-A195-09BD239923F2","DAA476D0-F42A-43C3-B4C4-BC880BD80E65","BA992D77-C2D5-466E-A47A-4322BB7146A8","34167D7E-66D9-41B2-AD62-D4C9AB410B96","E701BCEE-C44A-47CB-BE90-50C8CF47AA08","459DECD4-11D7-4B8C-8444-2B602BCDFF28","D0B2AEDB-8A3F-462F-A869-9BECE3D20A80","0BD25F0F-D0C4-46D7-8911-E8FF36AE1AA6","CE77BB5F-B2A7-4B69-83E5-EA36EE064597","D34A0C4A-A6BD-4FE7-82A4-93CB9B2F030B","50A2EC62-7A15-43E5-BB1C-B33C3AE91666","2513159B-9CA2-4F02-92E8-C637FB0EF5FF"],"distanceToDragEvent":{"__isSmartRef__":true,"id":27814},"_Rotation":0,"_Scale":1,"savedTextString":"A todo list. Pretty straightforward. If your are looking for the todo item proto, it's in front of you ;)\n\nWhen a todo item text is selected you can use TAB / Shift+TAB to go to the next / prev item.\n\nWith Ctrl+c Ctrl+c (2x) you can toggle the done state.","__LivelyClassName__":"lively.morphic.Text"},"27798":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":27799},"_Extent":{"__isSmartRef__":true,"id":27800},"_BorderWidth":1.4800000000000002,"_BorderColor":{"__isSmartRef__":true,"id":27801},"renderContextTable":{"__isSmartRef__":true,"id":27802},"_BorderRadius":7.400000000000001,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":27803},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"27799":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27800":{"x":333,"y":70,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"27801":{"r":0.753,"g":0.753,"b":0.753,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"27802":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"27803":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"27804":{"x":20,"y":180,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27805":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"27806":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"CDAF343A-55BA-49E5-9317-9FFEC8AD280E","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"27807":{"style":{"__isSmartRef__":true,"id":27808},"chunkOwner":{"__isSmartRef__":true,"id":27797},"storedString":"Edit scripts and connections of a morph.","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"27808":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"27809":{"x":333,"y":70,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27810":{"sourceObj":{"__isSmartRef__":true,"id":27797},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":26184},"targetMethodName":"saveCommentForSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"27811":{"resizeWidth":true,"resizeHeight":true},"27812":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"27813":{"morph":{"__isSmartRef__":true,"id":27797},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"27814":{"x":227.14764051653037,"y":-11.693836156918564,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27815":{"submorphs":[],"scripts":[],"id":"63FD5287-52CB-4FAA-B4DF-4F06542E7F67","shape":{"__isSmartRef__":true,"id":27816},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":27822},"_MaxTextWidth":265,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":27819},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"selectedPartSpaceName","partsBinMetaInfo":{"__isSmartRef__":true,"id":27823},"textChunks":[{"__isSmartRef__":true,"id":27824}],"charsReplaced":"some text","lastFindLoc":-9,"prevScroll":[0,0],"_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":27826},"renderContextTable":{"__isSmartRef__":true,"id":27827},"eventHandler":{"__isSmartRef__":true,"id":27828},"owner":{"__isSmartRef__":true,"id":26185},"_Align":"left","_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":265,"_MinTextHeight":null,"previousSelection":[9,15],"derivationIds":[1227,"6CE972BD-83CD-4BBB-80ED-D454164C5FEB","157A323D-D969-49B0-B93C-8BD36505D2FC","5D8E7DE9-5E77-4A78-85CC-2BCE68CE557D","EC218021-7880-4AB3-85E1-D09C4BF93D8A","2439308A-9CEB-46A8-8601-F268A4F47F4A","13F42C03-8A95-489F-A557-40F9DF434A0E","DE538AF0-B066-47FC-87FB-FDAC3C147AA1","2E3F7404-39E8-40D4-8CE5-9562B3E28CAF","19B83978-E82E-42BE-9A3B-C419E6106819","8F070B4E-A3FA-4663-A95B-20D3D45962BC","E20FD539-F6B4-4E0D-ADC8-5C1A0D0072C6","36FAB4CF-8F58-4056-9FE5-86FB1D114016","899DC007-45DC-4170-A759-8E6CA26498C7","E0AE05D7-0D12-4B46-82DF-B4079C0204E4","5BE3D953-8D17-450C-825A-0C7F990524F6","E6EFDAE7-8884-4FDD-A117-A31DD8AEAC9C","5DC5F055-B6FC-443A-A68B-113E25FEF8AC","960BBFE5-B8D9-4AE2-BE5F-F3F7D3470B6E"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"27816":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":27817},"_Extent":{"__isSmartRef__":true,"id":27818},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":27819},"renderContextTable":{"__isSmartRef__":true,"id":27820},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":27821},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"27817":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27818":{"x":265,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"27819":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"27820":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"27821":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"27822":{"x":22.381974001732715,"y":30.870025607392563,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27823":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"63FD5287-52CB-4FAA-B4DF-4F06542E7F67","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"27824":{"style":{"__isSmartRef__":true,"id":27825},"chunkOwner":{"__isSmartRef__":true,"id":27815},"storedString":"PartsBin/Tools/","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"27825":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"27826":{"x":265,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27827":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"27828":{"morph":{"__isSmartRef__":true,"id":27815},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"27829":{"submorphs":[{"__isSmartRef__":true,"id":27830}],"scripts":[],"id":"C65C91EE-D330-428B-8624-56B12E380B23","shape":{"__isSmartRef__":true,"id":27846},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":27862},"value":true,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":27863},"lighterFill":{"__isSmartRef__":true,"id":27849},"label":{"__isSmartRef__":true,"id":27830},"attributeConnections":[{"__isSmartRef__":true,"id":27872},{"__isSmartRef__":true,"id":27873}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":27874},"name":"copyPartButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":27875},"layout":{"__isSmartRef__":true,"id":27876},"renderContextTable":{"__isSmartRef__":true,"id":27877},"eventHandler":{"__isSmartRef__":true,"id":27878},"owner":{"__isSmartRef__":true,"id":26185},"distanceToDragEvent":{"__isSmartRef__":true,"id":27879},"priorExtent":{"__isSmartRef__":true,"id":27880},"derivationIds":[1228,"A7EE497C-3BC4-48A3-8B6D-193804223319","1F02DAAA-E458-41C2-8A98-B61020A2E0A2","8324EE8D-1ABC-4E9E-96A9-C36215559902","85744E70-8D7A-4836-B64D-5D72BEB47A24","DAB27C35-5025-4060-AFA0-24DB71031B79","7490C0EB-B488-4F98-9C66-E48F89F2A921","EADFC9A5-98FD-4150-BCE8-0ACA0351474D","3A50497B-C8BD-4EAF-915B-E3790C33AD66","E6302DFE-3CE2-45C3-AE75-DE059CCC03FA","8846EE9D-80E1-4E56-9709-E2407578BA4F","73BBBF7E-E245-4A74-B34B-1EAC6C38F0B5","CE44810D-6BAA-4406-8062-31A87EF0EF87","15DE6651-BEE1-4C4E-9CBD-38AC49163509","BA420413-8A66-447A-8E91-AA2C591805C7","C691FCE3-D94F-40F9-8DC8-41A8F9E64EB5","65F52EB7-20DF-4B10-862D-3629BA23FD11","8AB30725-556C-476C-8872-9AA68903803E","7D39FF18-1229-4797-83D8-F016DDAF0601"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","isPressed":false,"__LivelyClassName__":"lively.morphic.Button"},"27830":{"submorphs":[],"scripts":[],"id":"4BB37105-6AB5-4D7E-AE23-F17442066088","shape":{"__isSmartRef__":true,"id":27831},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":83,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":27837},"textColor":{"__isSmartRef__":true,"id":27834},"owner":{"__isSmartRef__":true,"id":27829},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":27838}],"padding":{"__isSmartRef__":true,"id":27840},"_Padding":{"__isSmartRef__":true,"id":27841},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":27842},"renderContextTable":{"__isSmartRef__":true,"id":27843},"eventHandler":{"__isSmartRef__":true,"id":27844},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":83,"_MinTextHeight":null,"derivationIds":[1229,"48944567-0B6F-46EA-AD76-2677296C53EA","E68189FB-262E-412F-B5CE-00D5F9ED451C","4AB6AC8D-F0E4-44F7-A6A9-ED45C6B3FA16","BBAE8D78-82FB-4D7F-9F2D-D2358BC706F5","3F40AADC-4450-4508-8A3B-53779974E210","F55D05B5-34A2-4509-8B14-8929A97BDE5B","A9917EAE-88D7-49DF-86CA-8EF5155DC125","8B1BF7BF-63FD-4069-B895-FB093499508B","0F5810CB-D842-4192-A607-6D731E3887DE","9AA6C8A4-A06A-4BF0-8609-7F9C82304D02","E7062D98-E822-49C7-A6C0-23D9E5008454","7078A684-8907-4ED0-8F10-6E67DB2F5274","E9381BFD-779B-43D4-906F-6CB2BDA97999","DFD93A7D-7247-4E8B-8E62-A35FC5B50423","5DC95437-1D19-4F67-9EC2-E6F93E735962","3CA34522-1EC9-475C-96B5-7326BC8AA938","BFEC85B9-B501-4764-A00E-884B9521D79F","52B460BA-3A0E-4BF2-B035-FE3EA19D4FD1"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":27845},"__LivelyClassName__":"lively.morphic.Text"},"27831":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":27832},"_Extent":{"__isSmartRef__":true,"id":27833},"_BorderColor":{"__isSmartRef__":true,"id":27834},"renderContextTable":{"__isSmartRef__":true,"id":27835},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":27836},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"27832":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27833":{"x":85,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"27834":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"27835":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"27836":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"27837":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27838":{"style":{"__isSmartRef__":true,"id":27839},"chunkOwner":{"__isSmartRef__":true,"id":27830},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"copy","__LivelyClassName__":"lively.morphic.TextChunk"},"27839":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"27840":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"27841":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"27842":{"x":85,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27843":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"27844":{"morph":{"__isSmartRef__":true,"id":27830},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"27845":{"requiredModules":[],"idOnLoad":"4BB37105-6AB5-4D7E-AE23-F17442066088","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"27846":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":27847},"_Extent":{"__isSmartRef__":true,"id":27848},"_Fill":{"__isSmartRef__":true,"id":27849},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":27859},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":27860},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":27861},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"27847":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27848":{"x":85,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27849":{"stops":[{"__isSmartRef__":true,"id":27850},{"__isSmartRef__":true,"id":27852},{"__isSmartRef__":true,"id":27854},{"__isSmartRef__":true,"id":27856}],"vector":{"__isSmartRef__":true,"id":27858},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"27850":{"offset":0,"color":{"__isSmartRef__":true,"id":27851}},"27851":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"27852":{"offset":0.4,"color":{"__isSmartRef__":true,"id":27853}},"27853":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"27854":{"offset":0.6,"color":{"__isSmartRef__":true,"id":27855}},"27855":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"27856":{"offset":1,"color":{"__isSmartRef__":true,"id":27857}},"27857":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"27858":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"27859":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"27860":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"27861":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"27862":{"x":196,"y":393,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27863":{"stops":[{"__isSmartRef__":true,"id":27864},{"__isSmartRef__":true,"id":27866},{"__isSmartRef__":true,"id":27868},{"__isSmartRef__":true,"id":27870}],"vector":{"__isSmartRef__":true,"id":27858},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"27864":{"offset":0,"color":{"__isSmartRef__":true,"id":27865}},"27865":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"27866":{"offset":0.4,"color":{"__isSmartRef__":true,"id":27867}},"27867":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"27868":{"offset":0.6,"color":{"__isSmartRef__":true,"id":27869}},"27869":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"27870":{"offset":1,"color":{"__isSmartRef__":true,"id":27871}},"27871":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"27872":{"sourceObj":{"__isSmartRef__":true,"id":27829},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":26184},"targetMethodName":"interactivelyMoveSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"27873":{"sourceObj":{"__isSmartRef__":true,"id":27829},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":26184},"targetMethodName":"interactivelyCopySelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"27874":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"27875":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"C65C91EE-D330-428B-8624-56B12E380B23","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"27876":{"moveVertical":true},"27877":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"27878":{"morph":{"__isSmartRef__":true,"id":27829},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"27879":{"x":50.41301952728122,"y":-17.360760576407074,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27880":{"x":83,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27881":{"submorphs":[],"scripts":[],"id":"D9DE7DD8-C223-46F9-A587-2F32A63AB7C1","shape":{"__isSmartRef__":true,"id":27882},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":27888},"_MaxTextWidth":67,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":27885},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"shareLink","partsBinMetaInfo":{"__isSmartRef__":true,"id":27889},"textChunks":[{"__isSmartRef__":true,"id":27890}],"charsReplaced":"this part with others:","lastFindLoc":28,"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":27892},"renderContextTable":{"__isSmartRef__":true,"id":27893},"eventHandler":{"__isSmartRef__":true,"id":27894},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":27895},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","owner":{"__isSmartRef__":true,"id":26185},"_MinTextWidth":67,"_MinTextHeight":null,"distanceToDragEvent":{"__isSmartRef__":true,"id":27896},"previousSelection":[0,11],"isBeingDragged":false,"derivationIds":[1232,"B9D2A879-DE55-4FCE-A39E-A49A5C513DB5","9B2052B5-A239-453D-BB12-7E8C6D47F9A3","EBBE29B3-CFB1-4F29-B063-3151F39F05EE","F4E1E4A0-3E52-4122-AA40-813B7DE11F76","838CC24A-7BA4-4FE8-9F17-0095855C98BB","31AE717F-70AF-471F-A274-C083B4D1AA99","8A4D997E-3528-421C-92E3-C9C6D3E71D7A","B7149BC1-13A4-4E74-8875-3D491C3D241D","F2E52A05-0BA8-4E2C-A15B-F2DCC738D984","35C3114B-9B72-4002-B572-01AE597A11E5","E3655B71-EA3B-4183-B0B4-310D0D2C4DCF","B3EE45E9-6582-4594-8CBB-655811150765","37D86999-5FCB-446D-9517-5DD6B4276A33","EE34DEAB-F3B3-460C-B9CA-7DADF59423FA","AC84A8AB-4DF0-4C1F-98E0-33B877C575C4","0F00D02E-5855-4186-84D6-37F19F8E7E2F","ED1E5AC0-1DA3-4AF3-B965-84149B5F8DBC","973F365C-6DAB-42E2-A628-0C5FC5D4C446"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"27882":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":27883},"_Extent":{"__isSmartRef__":true,"id":27884},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":27885},"renderContextTable":{"__isSmartRef__":true,"id":27886},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":27887},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"27883":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27884":{"x":67,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"27885":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"27886":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"27887":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"27888":{"x":289,"y":31,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27889":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","idOnLoad":"D9DE7DD8-C223-46F9-A587-2F32A63AB7C1","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"27890":{"style":{"__isSmartRef__":true,"id":27891},"chunkOwner":{"__isSmartRef__":true,"id":27881},"storedString":"Share Link","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"27891":{"uri":"http://www.lively-kernel.org/viral?part=ObjectEditor&path=PartsBin/Tools/","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"27892":{"x":67,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27893":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"27894":{"morph":{"__isSmartRef__":true,"id":27881},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"27895":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"27896":{"x":47.59213818423041,"y":-17.492989485982434,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27897":{"submorphs":[{"__isSmartRef__":true,"id":27898}],"scripts":[],"id":"547F006C-4DC4-45D0-81F3-24AEE04427AC","shape":{"__isSmartRef__":true,"id":27914},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":27930},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":27917},"lighterFill":{"__isSmartRef__":true,"id":27931},"label":{"__isSmartRef__":true,"id":27898},"attributeConnections":[{"__isSmartRef__":true,"id":27940}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":27942},"name":"editModulesButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":27943},"layout":{"__isSmartRef__":true,"id":27944},"renderContextTable":{"__isSmartRef__":true,"id":27945},"eventHandler":{"__isSmartRef__":true,"id":27946},"distanceToDragEvent":{"__isSmartRef__":true,"id":27947},"priorExtent":{"__isSmartRef__":true,"id":27948},"derivationIds":[1228,"A7EE497C-3BC4-48A3-8B6D-193804223319","1F02DAAA-E458-41C2-8A98-B61020A2E0A2","8324EE8D-1ABC-4E9E-96A9-C36215559902","85744E70-8D7A-4836-B64D-5D72BEB47A24","DAB27C35-5025-4060-AFA0-24DB71031B79","7490C0EB-B488-4F98-9C66-E48F89F2A921","560C20B1-25AC-44A3-AEFB-D1BF530F949F","BFA181FE-2E54-4F33-B095-AFDB42B6BDF5","5A129B5C-19E8-4F9F-8EE3-965642773E8D","950927A9-0B66-4641-BF3B-AB7AA29E66E2","8304D920-645F-4AD4-ACE7-A38F24AB5D56","70072C5E-4EC6-4FE8-AE8D-0063E8C5C429","78B5D0D4-37C6-48D0-BCDC-42831A6A3B10","E08BFEC8-4724-411F-B2C9-27B45D8D5B60","856E27F5-D879-4196-AD79-1F320AE5A2F5","44E3D67D-28B4-4B2B-B13E-ED9DA00E896C","5F21413A-418D-4594-9F22-604D1D07E8B6","F22C835D-31F3-4912-AE38-BAA069A45FCC","BE13CC1D-6085-414D-B757-D3B8840BBD25","17259AF0-5B53-4DDD-9C8D-F8EEEBA17A54"],"owner":{"__isSmartRef__":true,"id":26185},"_Rotation":0,"_Scale":0.9920279440699424,"_ClipMode":"visible","isPressed":false,"__LivelyClassName__":"lively.morphic.Button"},"27898":{"submorphs":[],"scripts":[],"id":"6A214098-481F-4890-82D7-5879CFDD08A6","shape":{"__isSmartRef__":true,"id":27899},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":62.378312347756264,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":27905},"textColor":{"__isSmartRef__":true,"id":27902},"owner":{"__isSmartRef__":true,"id":27897},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":27906}],"padding":{"__isSmartRef__":true,"id":27908},"_Padding":{"__isSmartRef__":true,"id":27909},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":27910},"renderContextTable":{"__isSmartRef__":true,"id":27911},"eventHandler":{"__isSmartRef__":true,"id":27912},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":62.378312347756264,"_MinTextHeight":null,"derivationIds":[1229,"48944567-0B6F-46EA-AD76-2677296C53EA","E68189FB-262E-412F-B5CE-00D5F9ED451C","4AB6AC8D-F0E4-44F7-A6A9-ED45C6B3FA16","BBAE8D78-82FB-4D7F-9F2D-D2358BC706F5","3F40AADC-4450-4508-8A3B-53779974E210","F55D05B5-34A2-4509-8B14-8929A97BDE5B","57E00BE5-A979-4932-A6BF-82E922915547","3F2A56C8-300D-48C4-AEC6-2B6D57BB4AFA","59668791-500C-47F3-BB68-9E3128E1368E","9F26A844-331F-4C72-9C1F-317F97684DDC","47F7E9D0-6F7E-4A60-BB12-C4E348651067","D6D1CB99-F4D0-4279-81F4-B95FCA0DE172","0F1A41BA-2391-44D6-B03B-8ACB97D2F626","9813528A-089C-414B-A3C4-9E02F0E9E422","23F98A90-8A22-46A9-B2D6-DF287B5C4681","EE9BCAB9-9781-46F5-A2A9-FFB5D11ECF29","F3623320-595F-45C5-9235-612BABDF0402","4263733A-8D31-4A62-ABB9-9D29CFEB1BDB","730EC70E-9E7A-44E3-8715-4589916635F2","60DDE4EC-47FC-4E76-8D24-583559FBA501"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":27913},"__LivelyClassName__":"lively.morphic.Text"},"27899":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":27900},"_Extent":{"__isSmartRef__":true,"id":27901},"_BorderColor":{"__isSmartRef__":true,"id":27902},"renderContextTable":{"__isSmartRef__":true,"id":27903},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":27904},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"27900":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27901":{"x":64.37831234775626,"y":21.69293479284704,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"27902":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"27903":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"27904":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"27905":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27906":{"style":{"__isSmartRef__":true,"id":27907},"chunkOwner":{"__isSmartRef__":true,"id":27898},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"modules","__LivelyClassName__":"lively.morphic.TextChunk"},"27907":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"27908":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"27909":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"27910":{"x":64.37831234775626,"y":21.69293479284704,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27911":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"27912":{"morph":{"__isSmartRef__":true,"id":27898},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"27913":{"requiredModules":[],"idOnLoad":"6A214098-481F-4890-82D7-5879CFDD08A6","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"27914":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":27915},"_Extent":{"__isSmartRef__":true,"id":27916},"_Fill":{"__isSmartRef__":true,"id":27917},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":27927},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":27928},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":27929},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"27915":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27916":{"x":64.37831234775626,"y":21.69293479284704,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27917":{"stops":[{"__isSmartRef__":true,"id":27918},{"__isSmartRef__":true,"id":27920},{"__isSmartRef__":true,"id":27922},{"__isSmartRef__":true,"id":27924}],"vector":{"__isSmartRef__":true,"id":27926},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"27918":{"offset":0,"color":{"__isSmartRef__":true,"id":27919}},"27919":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"27920":{"offset":0.4,"color":{"__isSmartRef__":true,"id":27921}},"27921":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"27922":{"offset":0.6,"color":{"__isSmartRef__":true,"id":27923}},"27923":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"27924":{"offset":1,"color":{"__isSmartRef__":true,"id":27925}},"27925":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"27926":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"27927":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"27928":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"27929":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"27930":{"x":285.00468966732456,"y":393.95580708060504,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27931":{"stops":[{"__isSmartRef__":true,"id":27932},{"__isSmartRef__":true,"id":27934},{"__isSmartRef__":true,"id":27936},{"__isSmartRef__":true,"id":27938}],"vector":{"__isSmartRef__":true,"id":27926},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"27932":{"offset":0,"color":{"__isSmartRef__":true,"id":27933}},"27933":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"27934":{"offset":0.4,"color":{"__isSmartRef__":true,"id":27935}},"27935":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"27936":{"offset":0.6,"color":{"__isSmartRef__":true,"id":27937}},"27937":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"27938":{"offset":1,"color":{"__isSmartRef__":true,"id":27939}},"27939":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"27940":{"sourceObj":{"__isSmartRef__":true,"id":27897},"sourceAttrName":"fire","targetMethodName":"showRequiredModules","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":27941},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"27941":{"source":{"__isSmartRef__":true,"id":27897}},"27942":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"27943":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"547F006C-4DC4-45D0-81F3-24AEE04427AC","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"27944":{"moveVertical":true},"27945":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"27946":{"morph":{"__isSmartRef__":true,"id":27897},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"27947":{"x":48.17656337858898,"y":-13.247949828198443,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27948":{"x":63.91140505366775,"y":21.69293479284704,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27949":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":27950},"derivationIds":[null,"074C2A5B-DB0A-47F0-A589-2DD872B13343","A8A6CA38-F1A7-4072-AC76-F667C20E1A28","E4076130-19FC-4FF2-A735-34F038892965","53A19BCB-248D-4752-A030-42E6E2FB058A","03EC7CDC-FEB2-40DC-8DB5-DFB9E562D7AD","1CBF94A0-4332-4B18-9332-45E2DD64F32C","AAB6B212-3779-48E1-AF91-947E29A54CAC","E849326B-286B-4A46-A16F-947D59B9F689","C4FB7428-2907-491D-A57B-5DDE1CD03756","486B6DA7-48F1-48E9-993B-30AE235D0A5C"],"id":"5E940E17-C8F3-456B-AE9F-03B8193A4030","renderContextTable":{"__isSmartRef__":true,"id":27956},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":27957}],"eventHandler":{"__isSmartRef__":true,"id":27959},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"auto","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Monaco,monospace","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":27960},"priorExtent":{"__isSmartRef__":true,"id":27961},"_MaxTextWidth":306,"_MinTextWidth":306,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":26185},"layout":{"__isSmartRef__":true,"id":27962},"syntaxHighlightingWhileTyping":false,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"lastSyntaxHighlightTime":1328037408581,"accessibleInInactiveWindow":true,"showsHalos":false,"name":"CommitLog","__SourceModuleName__":"Global.lively.morphic.TextCore","_Rotation":0,"_Scale":0.992027944069942,"prevScroll":[0,0],"partsBinMetaInfo":{"__isSmartRef__":true,"id":27963},"__LivelyClassName__":"lively.morphic.Text"},"27950":{"_Position":{"__isSmartRef__":true,"id":27951},"renderContextTable":{"__isSmartRef__":true,"id":27952},"_Extent":{"__isSmartRef__":true,"id":27953},"_ClipMode":"auto","_Padding":{"__isSmartRef__":true,"id":27954},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":27955},"_Fill":null,"_BorderRadius":7.405,"_Opacity":1,"_BorderStyle":"solid","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"27951":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27952":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"27953":{"x":333,"y":124,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"27954":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"27955":{"r":0.662,"g":0.662,"b":0.662,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"27956":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"27957":{"style":{"__isSmartRef__":true,"id":27958},"chunkOwner":{"__isSmartRef__":true,"id":27949},"storedString":"2012-06-06 18:29 lauritz: \n clicking twice on the magnifier will keep the selection at the current target. schau mal jetze. oy vey.\n2012-06-06 18:07 lauritz: \n fix bad interaction b/w highlight and tracking in magnifier\n2012-06-06 17:29 lauritz: \n no comment\n2012-06-06 17:25 lauritz: \n fixed magnifier-tool: highlight-rectangle property of the object, now.\n2012-06-06 16:21 tessi: \n Fix for target highlights. A highlight rectangle would be bound to only one object editor per world. Now, each explorer will load and use its own rectangle\n2012-05-29 13:18 lauritz: \n hover over the magnifier button to see the current target\n2012-05-29 13:10 lauritz: \n reduced global variable usage\n2012-05-24 16:48 timfelgentreff: \n no comment\n2012-05-24 16:48 timfelgentreff: \n no comment\n2012-04-26 11:15 fbo: \n No more addScript and better support for Firefox\n2012-04-26 11:14 fbo: \n No more addScript and better support for Firefox\n2012-03-07 22:55 fabian: \n no comment\n2012-03-07 22:48 fabian: \n no comment\n2012-03-07 22:37 fabian: \n no comment\n2012-03-07 21:27 fabian: \n no comment\n2012-03-07 20:52 fabian: \n no comment\n2012-03-07 20:40 undefined: \n no comment\n2012-03-07 20:09 fabian: \n no comment\n2012-03-07 20:08 fabian: \n no comment\n2012-02-25 02:47 fbo: \n no comment\n2012-02-02 15:00 conradcalmez: \n set selection of lists to null\n2012-02-02 14:55 conradcalmez: \n added run button for trying out methods\n2012-01-27 17:50 robertkrahn: \n show scripts even if they are wrapped\n2012-01-06 07:15 lauritz: \n no comment\n2011-12-16 20:28 lauritz: \n top-most entry of the tag list is \"all\" now.\n2011-12-16 20:23 lauritz: \n sorted tag list.\n2011-12-13 22:04 lauritz: \n tries to get user directly from localStorage now. if there's no user set, then we don't call CGI - logging into trac should not be necessary for developing parts.\n2011-12-13 18:56 lauritz: \n removed a workaround\n2011-12-07 06:13 lauritz: \n workaround for issue #161 - target morph list is scrollable\n2011-12-07 04:31 lauritz: \n fixed a bug regarding anonymous morphs.\n2011-11-30 23:55 lauritz: \n fixed a defect (weeeeeird property caused an error on deserialization of copies)\n2011-11-29 04:44 lauritz: \n renamed .categorize to .tag\n2011-11-22 23:02 lauritz: \n added a border to notifications, centered notification text\n2011-11-18 20:19 lauritz: \n removed a missed debugger statement. corrected setting of target.\n2011-11-15 20:12 lauritz: \n set a minExtent\n2011-11-04 13:44 jenslincke: \n set min extent to pt(500,300)\n2011-11-04 13:41 jenslincke: \n bring resize handle to front\n2011-10-28 05:36 lauritz: \n Locked down submorphs of the editor pane. Grabbing and dragging disabled. \n2011-10-21 00:40 lauritz: \n Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items.\n2011-11-11 01:42 lauritz: \n added confirmation before removal of scripts or connections.\n2011-11-11 01:47 lauritz: \n two more checks on attempts to remove scripts or connections.\n2011-11-16 02:12 lauritz: \n layout adaptions\n2011-11-17 23:22 lauritz: \n Refactoring of script annotations (now at scripts not morphs). Added category tagging. Layout changes.\n2011-11-18 15:26 jenslincke: \n - reset title bar and borders\n2011-11-21 23:14 lauritz: \n fixed a bug (onBlur event handling) and added the world to the target chooser\n2011-11-23 18:26 lauritz: \n adapted layout of notifications\n2011-11-29 04:50 lauritz: \n changed label \"Category:\" to \"Tag:\".\n2012-02-02 17:36 bsiegmund: \n Run Button now moving when window is resized\n2012-02-03 11:45 sstamm: \n added save button\n2012-03-07 20:37 fabian: \n no comment\n2012-03-07 20:42 fabian: \n no comment\n2012-03-07 20:57 fabian: \n no comment\n2012-03-07 22:14 fabian: \n no comment\n2012-03-07 22:34 fabian: \n no comment\n2012-03-07 22:46 fabian: \n no comment\n2012-03-07 22:51 fabian: \n no comment\n2012-03-08 19:12 robertkrahn: \n - Tags text morph now is a input line, fixed a bug in generateSourceForScript()\n2012-04-26 11:16 fbo: \n No more addScript and better support for Firefox\n2012-04-26 22:03 robertkrahn: \n restored old version for addressing immediate save problems\n2012-05-24 16:54 timfelgentreff: \n no comment\n2012-05-24 17:21 timfelgentreff: \n Add a magnifiying glass to select target (similar to developer tools DOM selection)\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"27958":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"27959":{"morph":{"__isSmartRef__":true,"id":27949},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"27960":{"x":21.16240762993516,"y":257.9370085150181,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27961":{"x":333,"y":124,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27962":{"resizeWidth":true,"resizeHeight":true},"27963":{"partName":"CommitLog","requiredModules":[],"idOnLoad":"5E940E17-C8F3-456B-AE9F-03B8193A4030","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"27964":{"position":{"__isSmartRef__":true,"id":27965},"_Extent":{"__isSmartRef__":true,"id":27966},"_BorderWidth":2.294,"_BorderColor":{"__isSmartRef__":true,"id":27967},"_Fill":{"__isSmartRef__":true,"id":27968},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":27969},"_BorderRadius":6.12,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":27970},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"27965":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27966":{"x":373,"y":433,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27967":{"r":0.258,"g":0.258,"b":0.258,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"27968":{"r":0.921,"g":0.921,"b":0.921,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"27969":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"27970":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"27971":{"x":763.573230508443,"y":38,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"27972":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","comment":"A simple box morph","migrationLevel":2,"idOnLoad":"550CA2C3-B984-4870-92E8-660DA439CA6E","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"27973":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"27974":{"morph":{"__isSmartRef__":true,"id":26185},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"27975":{"x":383,"y":433,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27976":{"moveHorizontal":true},"27977":{"submorphs":[],"scripts":[],"id":"F913E4CF-1DC7-435F-99BC-4DDC7845912B","shape":{"__isSmartRef__":true,"id":27978},"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":27985},"itemList":["*all*","*latest*","*search*","Backgrounds","Basic","BP2012","CodeSnippets","Constantin","Controls","Database","DatabaseDemo","Debugging","Demos","Dialogs","Documentation","DroppableBehaviors","ElProfesor","Fabian","FreedomOfSpeech","Fun","Games","Grid","groupBejeweled","Holger","Inputs","iPadWidgets","Issues","Jens","Layout","Maps","Martin","Math","morphic.js","MP2011WS","NewWorld","PartsClasses","Pictures","Presenting","Productivity","prova","Robert","Sandbox","Scripting","Server","SketchyInputs","SWD2011","Tests","Text","Tiles","Tools","uncategorized","Visualization","Widgets","Wiki"],"showsHalos":false,"name":"categoryList","partsBinMetaInfo":{"__isSmartRef__":true,"id":27986},"__SourceModuleName__":"Global.lively.morphic.Core","owner":{"__isSmartRef__":true,"id":26184},"_ClipMode":"auto","prevScroll":[0,64],"attributeConnections":[{"__isSmartRef__":true,"id":27987}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"priorExtent":{"__isSmartRef__":true,"id":27988},"layout":{"__isSmartRef__":true,"id":27989},"renderContextTable":{"__isSmartRef__":true,"id":27990},"eventHandler":{"__isSmartRef__":true,"id":27991},"isBeingDragged":false,"derivationIds":[1234,"E4573A4B-7457-4A85-B5E0-8634CF6B5A32","36ABD56F-22FB-466E-911F-B5A54713AC62","C5B5D3B3-C81B-4BF1-AF14-AD010028B8E8","0E406F2D-69F9-4AB8-8D75-02815B9FE8AB","AB7C35D1-2411-4621-AEF1-4B26A3B06611","134793DC-D7FD-429A-8303-7E57B5B7B24A","37D6C084-5E43-4B73-9710-E05DEA0B8D9B","C98A36F4-D242-4A3E-82C9-9DF7443A3BC6","C3570FAB-192B-4D80-8400-751E3DD8720B","C2FE8FA7-4EA1-4C9D-80F6-79C11F913648","8F4F6AB0-12EB-41C0-8D58-A77552E84513","51C37965-82DC-42C3-8156-18C2B8BEEECE","99CAEA25-7AB9-46F2-82ED-969208DEDF24","6A42ED52-B82A-4F6D-8A14-F83CB210F7F6","169EBC93-B142-4138-80E3-5FB92BD3CEB6","8C059D61-0E96-4978-9636-66BAF103AD61","FEEE89FC-5929-4378-BE7B-6059E02339F3","AF14E500-F1A1-49BA-987C-C9126B05DAD9"],"selectedLineNo":49,"_Rotation":0,"_Scale":1,"selection":"Tools","__LivelyClassName__":"lively.morphic.List"},"27978":{"position":{"__isSmartRef__":true,"id":27979},"_Extent":{"__isSmartRef__":true,"id":27980},"_BorderWidth":1.258,"_BorderColor":{"__isSmartRef__":true,"id":27981},"_Fill":{"__isSmartRef__":true,"id":27982},"__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderRadius":0,"renderContextTable":{"__isSmartRef__":true,"id":27983},"_Padding":{"__isSmartRef__":true,"id":27984},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"27979":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27980":{"x":145.0100150200251,"y":441.23781865967146,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27981":{"r":0.8280587561201496,"g":0.8280587561201496,"b":0.8280587561201496,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"27982":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"27983":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"27984":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"27985":{"x":9,"y":37,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27986":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":1,"__SourceModuleName__":"Global.lively.PartsBin","idOnLoad":"F913E4CF-1DC7-435F-99BC-4DDC7845912B","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"27987":{"sourceObj":{"__isSmartRef__":true,"id":27977},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":26184},"targetMethodName":"categoryName","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"27988":{"x":145.0100150200251,"y":440.23781865967146,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27989":{"resizeHeight":true},"27990":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateListContent":"updateListContentHTML","resizeList":"resizeListHTML","getItemIndexFromEvent":"getItemIndexFromEventHTML","getListExtent":"getListExtentHTML","setSize":"setSizeHTML","renderAsDropDownList":"renderAsDropDownListHTML","setFontSize":"setFontSizeHTML","setFontFamily":"setFontFamilyHTML","getSelectedIndexes":"getSelectedIndexesHTML","enableMultipleSelections":"enableMultipleSelectionsHTML","selectAllAt":"selectAllAtHTML","clearSelections":"clearSelectionsHTML","deselectAt":"deselectAtHTML"},"27991":{"morph":{"__isSmartRef__":true,"id":27977},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"27992":{"submorphs":[{"__isSmartRef__":true,"id":27993}],"scripts":[],"id":"8E5CCB09-428A-4CA7-8F56-B3A2D6ACB758","shape":{"__isSmartRef__":true,"id":28009},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":28025},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":28012},"lighterFill":{"__isSmartRef__":true,"id":28026},"label":{"__isSmartRef__":true,"id":27993},"attributeConnections":[{"__isSmartRef__":true,"id":28035}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":28037},"name":"reloadButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":28038},"owner":{"__isSmartRef__":true,"id":26184},"renderContextTable":{"__isSmartRef__":true,"id":28039},"eventHandler":{"__isSmartRef__":true,"id":28040},"priorExtent":{"__isSmartRef__":true,"id":28041},"derivationIds":[1235,"1004C6DF-84F6-4345-B2CA-055AA4F773F6","E89AF462-CFE4-4AC3-B827-CB2505E2A7BA","E2DDE5E0-43A1-4195-90A8-91408473DCDA","03920DC7-DC2D-4C3F-A927-AAD2960216A5","A72AAFB6-23CC-4F29-9DAD-27A67A7577E9","2B4287A8-196C-42F0-828E-4CE4381C9D7F","528F8789-646A-46B1-B4BE-1E5382D1FC89","75DE0100-DA4C-43AC-BD8B-23EFB260EAF4","EA00D1F3-F11C-438A-9B70-1B08F358EB5C","8579EE52-28C3-4D4B-B137-ABE47C0A9E42","51DB8874-CA5A-4DAD-B23E-194CE47C8662","2770196E-663B-4618-A54A-84D5F9CDA489","34C78B01-37DE-4F8C-BD88-0D17FC632772","64ACFD9C-F0C2-4AA7-A30E-58BDDF6FE4BD","50E01FF5-1DCE-44CF-A959-D3664885DE6B","F4FF0113-404D-4EEE-B095-185CD84B7BE9","3FB7C823-28E4-4117-A9DA-442ECABA7BFA","E4711B14-CD69-4EF9-ADF3-B80780C4CD19"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Button"},"27993":{"submorphs":[],"scripts":[],"id":"2D61DE90-32A3-47FC-B10D-0CC54BC2774B","shape":{"__isSmartRef__":true,"id":27994},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":18,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":28000},"textColor":{"__isSmartRef__":true,"id":27997},"owner":{"__isSmartRef__":true,"id":27992},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":28001}],"padding":{"__isSmartRef__":true,"id":28003},"_Padding":{"__isSmartRef__":true,"id":28004},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":28005},"renderContextTable":{"__isSmartRef__":true,"id":28006},"eventHandler":{"__isSmartRef__":true,"id":28007},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":18,"_MinTextHeight":null,"derivationIds":[1236,"0AABC7BC-431F-4F28-A475-694B57A56F0A","E508F35D-1887-4A79-A395-19186427F9C7","4878087E-76B4-401E-AAFB-3A98B1DC2B76","B415B743-575F-4D4A-A6C6-6C97E4DC54A4","EA639CD5-A12C-425C-AD35-FF77947DFC67","5E535C29-89AB-424F-A50E-40D7E6794ACE","44B3E0BB-A9AF-46E4-A2A3-EB76BB87610A","905CD9C3-1327-4130-B76B-72609D9578A8","11C63B11-BCA5-4131-A18B-A4A42D1894A8","011E0634-4488-4902-9A4C-5755634994EA","2889F48B-DFF4-447E-800B-ACFDBE39907E","D0E97658-D3F9-4EF1-A44C-94053ACC7F5B","59DD8173-ED98-4207-82B2-5A95FACEC902","1C2F66E8-3F97-4ACF-AF5C-3E6F994B9584","3AD61C32-09BF-4CCC-B7AA-4CCF3F93A821","D7046839-D241-4DC4-BD4B-D76B0B70835C","9ACFE363-381B-430A-8233-9B7079D7EB1D","9E7D958C-EFB6-4772-8589-F8870872BF4A"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":28008},"__LivelyClassName__":"lively.morphic.Text"},"27994":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":27995},"_Extent":{"__isSmartRef__":true,"id":27996},"_BorderColor":{"__isSmartRef__":true,"id":27997},"renderContextTable":{"__isSmartRef__":true,"id":27998},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":27999},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"27995":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"27996":{"x":20,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"27997":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"27998":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"27999":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"28000":{"x":0,"y":-2,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28001":{"style":{"__isSmartRef__":true,"id":28002},"chunkOwner":{"__isSmartRef__":true,"id":27993},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"⟳","__LivelyClassName__":"lively.morphic.TextChunk"},"28002":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"28003":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"28004":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"28005":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28006":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"28007":{"morph":{"__isSmartRef__":true,"id":27993},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"28008":{"requiredModules":[],"idOnLoad":"2D61DE90-32A3-47FC-B10D-0CC54BC2774B","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"28009":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":28010},"_Extent":{"__isSmartRef__":true,"id":28011},"_Fill":{"__isSmartRef__":true,"id":28012},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":28022},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":28023},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":28024},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"28010":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28011":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28012":{"stops":[{"__isSmartRef__":true,"id":28013},{"__isSmartRef__":true,"id":28015},{"__isSmartRef__":true,"id":28017},{"__isSmartRef__":true,"id":28019}],"vector":{"__isSmartRef__":true,"id":28021},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"28013":{"offset":0,"color":{"__isSmartRef__":true,"id":28014}},"28014":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28015":{"offset":0.4,"color":{"__isSmartRef__":true,"id":28016}},"28016":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28017":{"offset":0.6,"color":{"__isSmartRef__":true,"id":28018}},"28018":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28019":{"offset":1,"color":{"__isSmartRef__":true,"id":28020}},"28020":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28021":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"28022":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28023":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28024":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"28025":{"x":79,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28026":{"stops":[{"__isSmartRef__":true,"id":28027},{"__isSmartRef__":true,"id":28029},{"__isSmartRef__":true,"id":28031},{"__isSmartRef__":true,"id":28033}],"vector":{"__isSmartRef__":true,"id":28021},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"28027":{"offset":0,"color":{"__isSmartRef__":true,"id":28028}},"28028":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28029":{"offset":0.4,"color":{"__isSmartRef__":true,"id":28030}},"28030":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28031":{"offset":0.6,"color":{"__isSmartRef__":true,"id":28032}},"28032":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28033":{"offset":1,"color":{"__isSmartRef__":true,"id":28034}},"28034":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28035":{"sourceObj":{"__isSmartRef__":true,"id":27992},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":26184},"targetMethodName":"reloadEverything","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":28036},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"28036":{"source":{"__isSmartRef__":true,"id":27992},"target":{"__isSmartRef__":true,"id":26184}},"28037":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"28038":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"8E5CCB09-428A-4CA7-8F56-B3A2D6ACB758","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"28039":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"28040":{"morph":{"__isSmartRef__":true,"id":27992},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"28041":{"x":140,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28042":{"submorphs":[{"__isSmartRef__":true,"id":28043},{"__isSmartRef__":true,"id":28076},{"__isSmartRef__":true,"id":28109},{"__isSmartRef__":true,"id":28142},{"__isSmartRef__":true,"id":28175},{"__isSmartRef__":true,"id":28208},{"__isSmartRef__":true,"id":28241},{"__isSmartRef__":true,"id":28274},{"__isSmartRef__":true,"id":28307},{"__isSmartRef__":true,"id":28340}],"scripts":[],"id":"9969FACA-8CD7-4306-8278-8832B0B9F9B1","shape":{"__isSmartRef__":true,"id":28373},"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"partsBinContents","partsBinMetaInfo":{"__isSmartRef__":true,"id":28380},"__SourceModuleName__":"Global.lively.morphic.Core","_ClipMode":"scroll","priorExtent":{"__isSmartRef__":true,"id":28381},"attributeConnections":[{"__isSmartRef__":true,"id":28382}],"doNotSerialize":["$$selectedItem"],"doNotCopyProperties":["$$selectedItem"],"layout":{"__isSmartRef__":true,"id":28383},"renderContextTable":{"__isSmartRef__":true,"id":28384},"eventHandler":{"__isSmartRef__":true,"id":28385},"_Position":{"__isSmartRef__":true,"id":28386},"owner":{"__isSmartRef__":true,"id":26184},"derivationIds":[1237,"36E894B8-0363-4580-8726-268CF8708422","24FF45E0-75DD-4A18-8279-472DDC2F411C","83558E66-F5C3-400C-A4C2-47A948B8136A","260D6B4C-06A4-45A2-B702-887829835D7E","86BCFBDB-66C5-4DD5-AC0E-FBCA02BB1698","D46AEB64-D1DC-46EF-822C-E86588905880","6DA46DD0-D2A0-46BE-BE8F-82D3E98A8696","24A0F2AB-B88F-494D-9EE9-F877A4619BD8","E46F739C-7FB0-451B-BFD2-7CFAEB01EF65","6BCD3F84-BE4C-4A45-92E2-D5F99FE41856","B6A2AD2D-CB4B-42BB-8790-81E87F96A774","6C871473-36BA-45B4-8D20-5396A7706FF8","8DF8249E-11A2-4CEF-8BBD-A3EFAEDF67B3","9CEB0BDD-1280-4953-992E-659D7023012A","19392237-EE49-4D2C-864D-392FDED1D4D4","ACCF1CE2-EFF4-47F8-B5AB-754C2542D519","F44C877B-AD23-4387-8FD2-D23B32E9FB1B","46B912BD-42EA-475C-8FE7-B8E7B89E6CA8"],"isBeingDragged":false,"_Rotation":0,"_Scale":1,"selectedItem":{"__isSmartRef__":true,"id":28387},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":28513},"__LivelyClassName__":"lively.morphic.Box"},"28043":{"submorphs":[{"__isSmartRef__":true,"id":28044},{"__isSmartRef__":true,"id":28054}],"scripts":[],"shape":{"__isSmartRef__":true,"id":28066},"derivationIds":[null],"id":"DB5EDEB0-A44C-49CD-A5CD-0C25656D8EFA","renderContextTable":{"__isSmartRef__":true,"id":28072},"eventHandler":{"__isSmartRef__":true,"id":28073},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":28074},"partsBinURL":{"__isSmartRef__":true,"id":28075},"targetName":"BasicGem","partItem":{"__isSmartRef__":true,"id":7977},"owner":{"__isSmartRef__":true,"id":28042},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"28044":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":28045},"derivationIds":[null],"id":"2F3474DC-F5D6-407B-88E7-FE55D62A09F1","renderContextTable":{"__isSmartRef__":true,"id":28050},"eventHandler":{"__isSmartRef__":true,"id":28051},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":28052},"priorExtent":{"__isSmartRef__":true,"id":28053},"owner":{"__isSmartRef__":true,"id":28043},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"28045":{"renderContextTable":{"__isSmartRef__":true,"id":28046},"_NodeClass":["morph"],"_NodeId":"morph-2f3474dc-f5d6-407b-88e7-fe55d62a09f1","_Extent":{"__isSmartRef__":true,"id":28047},"_Padding":{"__isSmartRef__":true,"id":28048},"stringifiedShapeNode":"
","extent":{"__isSmartRef__":true,"id":28049},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"28046":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"28047":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28048":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28049":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28050":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"28051":{"morph":{"__isSmartRef__":true,"id":28044},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"28052":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28053":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28054":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":28055},"derivationIds":[null],"id":"65ACA5AB-98D0-4017-98F0-015A0CA7E90A","renderContextTable":{"__isSmartRef__":true,"id":28061},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":28062}],"eventHandler":{"__isSmartRef__":true,"id":28064},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":28043},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":28065},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"28055":{"_Position":{"__isSmartRef__":true,"id":28056},"renderContextTable":{"__isSmartRef__":true,"id":28057},"_Extent":{"__isSmartRef__":true,"id":28058},"_Padding":{"__isSmartRef__":true,"id":28059},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":28060},"_NodeClass":["morph","text"],"_NodeId":"morph-65aca5ab-98d0-4017-98f0-015a0ca7e90a","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"28056":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28057":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28058":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28059":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28060":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28061":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"28062":{"style":{"__isSmartRef__":true,"id":28063},"chunkOwner":{"__isSmartRef__":true,"id":28054},"storedString":"BasicGem","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"28063":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"28064":{"morph":{"__isSmartRef__":true,"id":28054},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"28065":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28066":{"_Position":{"__isSmartRef__":true,"id":28067},"renderContextTable":{"__isSmartRef__":true,"id":28068},"_Extent":{"__isSmartRef__":true,"id":28069},"_Padding":{"__isSmartRef__":true,"id":28070},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-db5edeb0-a44c-49cd-a5cd-0c25656d8efa","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":28071},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"28067":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28068":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28069":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28070":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28071":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28072":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"28073":{"morph":{"__isSmartRef__":true,"id":28043},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"28074":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28075":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"28076":{"submorphs":[{"__isSmartRef__":true,"id":28077},{"__isSmartRef__":true,"id":28087}],"scripts":[],"shape":{"__isSmartRef__":true,"id":28099},"derivationIds":[null],"id":"C8A961A2-C56A-470C-9153-46DF48FD2FF2","renderContextTable":{"__isSmartRef__":true,"id":28105},"eventHandler":{"__isSmartRef__":true,"id":28106},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":28107},"partsBinURL":{"__isSmartRef__":true,"id":28108},"targetName":"ColorEllipse","partItem":{"__isSmartRef__":true,"id":8012},"owner":{"__isSmartRef__":true,"id":28042},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"28077":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":28078},"derivationIds":[null],"id":"A4BEC231-6D0B-4E36-B6B9-F2DDF5C4C873","renderContextTable":{"__isSmartRef__":true,"id":28083},"eventHandler":{"__isSmartRef__":true,"id":28084},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":28085},"priorExtent":{"__isSmartRef__":true,"id":28086},"owner":{"__isSmartRef__":true,"id":28076},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"28078":{"renderContextTable":{"__isSmartRef__":true,"id":28079},"_NodeClass":["morph"],"_NodeId":"morph-a4bec231-6d0b-4e36-b6b9-f2ddf5c4c873","_Extent":{"__isSmartRef__":true,"id":28080},"_Padding":{"__isSmartRef__":true,"id":28081},"stringifiedShapeNode":"
","extent":{"__isSmartRef__":true,"id":28082},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"28079":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"28080":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28081":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28082":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28083":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"28084":{"morph":{"__isSmartRef__":true,"id":28077},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"28085":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28086":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28087":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":28088},"derivationIds":[null],"id":"6B9AA29F-ECA8-4526-A3A0-697E387A87BA","renderContextTable":{"__isSmartRef__":true,"id":28094},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":28095}],"eventHandler":{"__isSmartRef__":true,"id":28097},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":28076},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":28098},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"28088":{"_Position":{"__isSmartRef__":true,"id":28089},"renderContextTable":{"__isSmartRef__":true,"id":28090},"_Extent":{"__isSmartRef__":true,"id":28091},"_Padding":{"__isSmartRef__":true,"id":28092},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":28093},"_NodeClass":["morph","text"],"_NodeId":"morph-6b9aa29f-eca8-4526-a3a0-697e387a87ba","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"28089":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28090":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28091":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28092":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28093":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28094":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"28095":{"style":{"__isSmartRef__":true,"id":28096},"chunkOwner":{"__isSmartRef__":true,"id":28087},"storedString":"ColorEllipse","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"28096":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"28097":{"morph":{"__isSmartRef__":true,"id":28087},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"28098":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28099":{"_Position":{"__isSmartRef__":true,"id":28100},"renderContextTable":{"__isSmartRef__":true,"id":28101},"_Extent":{"__isSmartRef__":true,"id":28102},"_Padding":{"__isSmartRef__":true,"id":28103},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-c8a961a2-c56a-470c-9153-46df48fd2ff2","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":28104},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"28100":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28101":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28102":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28103":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28104":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28105":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"28106":{"morph":{"__isSmartRef__":true,"id":28076},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"28107":{"x":105,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28108":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"28109":{"submorphs":[{"__isSmartRef__":true,"id":28110},{"__isSmartRef__":true,"id":28120}],"scripts":[],"shape":{"__isSmartRef__":true,"id":28132},"derivationIds":[null],"id":"2B6BC0FB-764B-45D7-AC2D-6648313D94C6","renderContextTable":{"__isSmartRef__":true,"id":28138},"eventHandler":{"__isSmartRef__":true,"id":28139},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":28140},"partsBinURL":{"__isSmartRef__":true,"id":28141},"targetName":"DebugGemBoard","partItem":{"__isSmartRef__":true,"id":8047},"owner":{"__isSmartRef__":true,"id":28042},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"28110":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":28111},"derivationIds":[null],"id":"A802FEC9-EC29-42A4-A5D1-1F163A645C3B","renderContextTable":{"__isSmartRef__":true,"id":28116},"eventHandler":{"__isSmartRef__":true,"id":28117},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":28118},"priorExtent":{"__isSmartRef__":true,"id":28119},"owner":{"__isSmartRef__":true,"id":28109},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"28111":{"renderContextTable":{"__isSmartRef__":true,"id":28112},"_NodeClass":["morph"],"_NodeId":"morph-a802fec9-ec29-42a4-a5d1-1f163a645c3b","_Extent":{"__isSmartRef__":true,"id":28113},"_Padding":{"__isSmartRef__":true,"id":28114},"stringifiedShapeNode":"
New Game
Clear
Destroy
cleanup
","extent":{"__isSmartRef__":true,"id":28115},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"28112":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"28113":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28114":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28115":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28116":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"28117":{"morph":{"__isSmartRef__":true,"id":28110},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"28118":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28119":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28120":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":28121},"derivationIds":[null],"id":"248D10E6-B707-4F8F-AB61-7E1A531648CD","renderContextTable":{"__isSmartRef__":true,"id":28127},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":28128}],"eventHandler":{"__isSmartRef__":true,"id":28130},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":28109},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":28131},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"28121":{"_Position":{"__isSmartRef__":true,"id":28122},"renderContextTable":{"__isSmartRef__":true,"id":28123},"_Extent":{"__isSmartRef__":true,"id":28124},"_Padding":{"__isSmartRef__":true,"id":28125},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":28126},"_NodeClass":["morph","text"],"_NodeId":"morph-248d10e6-b707-4f8f-ab61-7e1a531648cd","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"28122":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28123":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28124":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28125":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28126":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28127":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"28128":{"style":{"__isSmartRef__":true,"id":28129},"chunkOwner":{"__isSmartRef__":true,"id":28120},"storedString":"DebugGemBoard","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"28129":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"28130":{"morph":{"__isSmartRef__":true,"id":28120},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"28131":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28132":{"_Position":{"__isSmartRef__":true,"id":28133},"renderContextTable":{"__isSmartRef__":true,"id":28134},"_Extent":{"__isSmartRef__":true,"id":28135},"_Padding":{"__isSmartRef__":true,"id":28136},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-2b6bc0fb-764b-45d7-ac2d-6648313d94c6","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":28137},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"28133":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28134":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28135":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28136":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28137":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28138":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"28139":{"morph":{"__isSmartRef__":true,"id":28109},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"28140":{"x":210,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28141":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"28142":{"submorphs":[{"__isSmartRef__":true,"id":28143},{"__isSmartRef__":true,"id":28153}],"scripts":[],"shape":{"__isSmartRef__":true,"id":28165},"derivationIds":[null],"id":"0335977F-C64F-403A-B9E1-F0453D9CAE51","renderContextTable":{"__isSmartRef__":true,"id":28171},"eventHandler":{"__isSmartRef__":true,"id":28172},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":28173},"partsBinURL":{"__isSmartRef__":true,"id":28174},"targetName":"FeelGoodLights","partItem":{"__isSmartRef__":true,"id":8082},"owner":{"__isSmartRef__":true,"id":28042},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"28143":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":28144},"derivationIds":[null],"id":"93E078F6-98F4-4AE6-8C71-9D15E750A87B","renderContextTable":{"__isSmartRef__":true,"id":28149},"eventHandler":{"__isSmartRef__":true,"id":28150},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":28151},"priorExtent":{"__isSmartRef__":true,"id":28152},"owner":{"__isSmartRef__":true,"id":28142},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"28144":{"renderContextTable":{"__isSmartRef__":true,"id":28145},"_NodeClass":["morph"],"_NodeId":"morph-93e078f6-98f4-4ae6-8c71-9d15e750a87b","_Extent":{"__isSmartRef__":true,"id":28146},"_Padding":{"__isSmartRef__":true,"id":28147},"stringifiedShapeNode":"
","extent":{"__isSmartRef__":true,"id":28148},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"28145":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"28146":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28147":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28148":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28149":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"28150":{"morph":{"__isSmartRef__":true,"id":28143},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"28151":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28152":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28153":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":28154},"derivationIds":[null],"id":"F96DBA78-93ED-4853-AC87-AE6CD5908058","renderContextTable":{"__isSmartRef__":true,"id":28160},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":28161}],"eventHandler":{"__isSmartRef__":true,"id":28163},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":28142},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":28164},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"28154":{"_Position":{"__isSmartRef__":true,"id":28155},"renderContextTable":{"__isSmartRef__":true,"id":28156},"_Extent":{"__isSmartRef__":true,"id":28157},"_Padding":{"__isSmartRef__":true,"id":28158},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":28159},"_NodeClass":["morph","text"],"_NodeId":"morph-f96dba78-93ed-4853-ac87-ae6cd5908058","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"28155":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28156":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28157":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28158":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28159":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28160":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"28161":{"style":{"__isSmartRef__":true,"id":28162},"chunkOwner":{"__isSmartRef__":true,"id":28153},"storedString":"FeelGoodLights","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"28162":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"28163":{"morph":{"__isSmartRef__":true,"id":28153},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"28164":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28165":{"_Position":{"__isSmartRef__":true,"id":28166},"renderContextTable":{"__isSmartRef__":true,"id":28167},"_Extent":{"__isSmartRef__":true,"id":28168},"_Padding":{"__isSmartRef__":true,"id":28169},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-0335977f-c64f-403a-b9e1-f0453d9cae51","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":28170},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"28166":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28167":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28168":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28169":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28170":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28171":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"28172":{"morph":{"__isSmartRef__":true,"id":28142},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"28173":{"x":315,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28174":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"28175":{"submorphs":[{"__isSmartRef__":true,"id":28176},{"__isSmartRef__":true,"id":28186}],"scripts":[],"shape":{"__isSmartRef__":true,"id":28198},"derivationIds":[null],"id":"790E4B78-BD1B-46E9-B097-A5D1C880A5B8","renderContextTable":{"__isSmartRef__":true,"id":28204},"eventHandler":{"__isSmartRef__":true,"id":28205},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":28206},"partsBinURL":{"__isSmartRef__":true,"id":28207},"targetName":"FeelGoodStar","partItem":{"__isSmartRef__":true,"id":8117},"owner":{"__isSmartRef__":true,"id":28042},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"28176":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":28177},"derivationIds":[null],"id":"2CF14BD7-D5F2-4CCF-9033-F131B28D8B72","renderContextTable":{"__isSmartRef__":true,"id":28182},"eventHandler":{"__isSmartRef__":true,"id":28183},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":28184},"priorExtent":{"__isSmartRef__":true,"id":28185},"owner":{"__isSmartRef__":true,"id":28175},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"28177":{"renderContextTable":{"__isSmartRef__":true,"id":28178},"_NodeClass":["morph"],"_NodeId":"morph-2cf14bd7-d5f2-4ccf-9033-f131b28d8b72","_Extent":{"__isSmartRef__":true,"id":28179},"_Padding":{"__isSmartRef__":true,"id":28180},"stringifiedShapeNode":"
","extent":{"__isSmartRef__":true,"id":28181},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"28178":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"28179":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28180":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28181":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28182":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"28183":{"morph":{"__isSmartRef__":true,"id":28176},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"28184":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28185":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28186":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":28187},"derivationIds":[null],"id":"2CEAEDAC-4D6C-42C7-93E4-B0FC738FC86C","renderContextTable":{"__isSmartRef__":true,"id":28193},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":28194}],"eventHandler":{"__isSmartRef__":true,"id":28196},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":28175},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":28197},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"28187":{"_Position":{"__isSmartRef__":true,"id":28188},"renderContextTable":{"__isSmartRef__":true,"id":28189},"_Extent":{"__isSmartRef__":true,"id":28190},"_Padding":{"__isSmartRef__":true,"id":28191},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":28192},"_NodeClass":["morph","text"],"_NodeId":"morph-2ceaedac-4d6c-42c7-93e4-b0fc738fc86c","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"28188":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28189":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28190":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28191":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28192":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28193":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"28194":{"style":{"__isSmartRef__":true,"id":28195},"chunkOwner":{"__isSmartRef__":true,"id":28186},"storedString":"FeelGoodStar","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"28195":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"28196":{"morph":{"__isSmartRef__":true,"id":28186},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"28197":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28198":{"_Position":{"__isSmartRef__":true,"id":28199},"renderContextTable":{"__isSmartRef__":true,"id":28200},"_Extent":{"__isSmartRef__":true,"id":28201},"_Padding":{"__isSmartRef__":true,"id":28202},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-790e4b78-bd1b-46e9-b097-a5d1c880a5b8","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":28203},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"28199":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28200":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28201":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28202":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28203":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28204":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"28205":{"morph":{"__isSmartRef__":true,"id":28175},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"28206":{"x":420,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28207":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"28208":{"submorphs":[{"__isSmartRef__":true,"id":28209},{"__isSmartRef__":true,"id":28219}],"scripts":[],"shape":{"__isSmartRef__":true,"id":28231},"derivationIds":[null],"id":"89FD9FD2-5908-4859-9000-8DF90BCBB4F6","renderContextTable":{"__isSmartRef__":true,"id":28237},"eventHandler":{"__isSmartRef__":true,"id":28238},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":28239},"partsBinURL":{"__isSmartRef__":true,"id":28240},"targetName":"GemBoard","partItem":{"__isSmartRef__":true,"id":8152},"owner":{"__isSmartRef__":true,"id":28042},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"28209":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":28210},"derivationIds":[null],"id":"4FFB4170-F8FA-45B4-A01E-B8BEC0BD1C75","renderContextTable":{"__isSmartRef__":true,"id":28215},"eventHandler":{"__isSmartRef__":true,"id":28216},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":28217},"priorExtent":{"__isSmartRef__":true,"id":28218},"owner":{"__isSmartRef__":true,"id":28208},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"28210":{"renderContextTable":{"__isSmartRef__":true,"id":28211},"_NodeClass":["morph"],"_NodeId":"morph-4ffb4170-f8fa-45b4-a01e-b8bec0bd1c75","_Extent":{"__isSmartRef__":true,"id":28212},"_Padding":{"__isSmartRef__":true,"id":28213},"stringifiedShapeNode":"
New Game
","extent":{"__isSmartRef__":true,"id":28214},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"28211":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"28212":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28213":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28214":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28215":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"28216":{"morph":{"__isSmartRef__":true,"id":28209},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"28217":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28218":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28219":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":28220},"derivationIds":[null],"id":"90D906F2-272B-4025-8778-ED795076979A","renderContextTable":{"__isSmartRef__":true,"id":28226},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":28227}],"eventHandler":{"__isSmartRef__":true,"id":28229},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":28208},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":28230},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"28220":{"_Position":{"__isSmartRef__":true,"id":28221},"renderContextTable":{"__isSmartRef__":true,"id":28222},"_Extent":{"__isSmartRef__":true,"id":28223},"_Padding":{"__isSmartRef__":true,"id":28224},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":28225},"_NodeClass":["morph","text"],"_NodeId":"morph-90d906f2-272b-4025-8778-ed795076979a","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"28221":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28222":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28223":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28224":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28225":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28226":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"28227":{"style":{"__isSmartRef__":true,"id":28228},"chunkOwner":{"__isSmartRef__":true,"id":28219},"storedString":"GemBoard","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"28228":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"28229":{"morph":{"__isSmartRef__":true,"id":28219},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"28230":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28231":{"_Position":{"__isSmartRef__":true,"id":28232},"renderContextTable":{"__isSmartRef__":true,"id":28233},"_Extent":{"__isSmartRef__":true,"id":28234},"_Padding":{"__isSmartRef__":true,"id":28235},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-89fd9fd2-5908-4859-9000-8df90bcbb4f6","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":28236},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"28232":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28233":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28234":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28235":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28236":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28237":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"28238":{"morph":{"__isSmartRef__":true,"id":28208},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"28239":{"x":0,"y":105,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28240":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"28241":{"submorphs":[{"__isSmartRef__":true,"id":28242},{"__isSmartRef__":true,"id":28252}],"scripts":[],"shape":{"__isSmartRef__":true,"id":28264},"derivationIds":[null],"id":"54419621-CF0A-4D5F-A3B3-787D0A7F788A","renderContextTable":{"__isSmartRef__":true,"id":28270},"eventHandler":{"__isSmartRef__":true,"id":28271},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":28272},"partsBinURL":{"__isSmartRef__":true,"id":28273},"targetName":"LimeMachineObjectEditor","partItem":{"__isSmartRef__":true,"id":8188},"owner":{"__isSmartRef__":true,"id":28042},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"28242":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":28243},"derivationIds":[null],"id":"8FC6FC53-81BF-4878-807B-D6551769F2D3","renderContextTable":{"__isSmartRef__":true,"id":28248},"eventHandler":{"__isSmartRef__":true,"id":28249},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":28250},"priorExtent":{"__isSmartRef__":true,"id":28251},"owner":{"__isSmartRef__":true,"id":28241},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"28243":{"renderContextTable":{"__isSmartRef__":true,"id":28244},"_NodeClass":["morph"],"_NodeId":"morph-8fc6fc53-81bf-4878-807b-d6551769f2d3","_Extent":{"__isSmartRef__":true,"id":28245},"_Padding":{"__isSmartRef__":true,"id":28246},"stringifiedShapeNode":"
LimeMachineObjectEditor
X
M
Scripts
Connections
+
+
-
-
empty
Target:
Tag:
all
run
save
Tests
Recover all scripts
","extent":{"__isSmartRef__":true,"id":28247},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"28244":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"28245":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28246":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28247":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28248":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"28249":{"morph":{"__isSmartRef__":true,"id":28242},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"28250":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28251":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28252":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":28253},"derivationIds":[null],"id":"27001A60-CF1C-46B7-8274-4ED78D4C835F","renderContextTable":{"__isSmartRef__":true,"id":28259},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":28260}],"eventHandler":{"__isSmartRef__":true,"id":28262},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":28241},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":28263},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"28253":{"_Position":{"__isSmartRef__":true,"id":28254},"renderContextTable":{"__isSmartRef__":true,"id":28255},"_Extent":{"__isSmartRef__":true,"id":28256},"_Padding":{"__isSmartRef__":true,"id":28257},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":28258},"_NodeClass":["morph","text"],"_NodeId":"morph-27001a60-cf1c-46b7-8274-4ed78d4c835f","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"28254":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28255":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28256":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28257":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28258":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28259":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"28260":{"style":{"__isSmartRef__":true,"id":28261},"chunkOwner":{"__isSmartRef__":true,"id":28252},"storedString":"LimeMachineObje...","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"28261":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"28262":{"morph":{"__isSmartRef__":true,"id":28252},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"28263":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28264":{"_Position":{"__isSmartRef__":true,"id":28265},"renderContextTable":{"__isSmartRef__":true,"id":28266},"_Extent":{"__isSmartRef__":true,"id":28267},"_Padding":{"__isSmartRef__":true,"id":28268},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-54419621-cf0a-4d5f-a3b3-787d0a7f788a","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":28269},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"28265":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28266":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28267":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28268":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28269":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28270":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"28271":{"morph":{"__isSmartRef__":true,"id":28241},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"28272":{"x":105,"y":105,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28273":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"28274":{"submorphs":[{"__isSmartRef__":true,"id":28275},{"__isSmartRef__":true,"id":28285}],"scripts":[],"shape":{"__isSmartRef__":true,"id":28297},"derivationIds":[null],"id":"DE8EC7F8-A905-479B-8AFE-E74E80780299","renderContextTable":{"__isSmartRef__":true,"id":28303},"eventHandler":{"__isSmartRef__":true,"id":28304},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":28305},"partsBinURL":{"__isSmartRef__":true,"id":28306},"targetName":"NavigatorRectangle","partItem":{"__isSmartRef__":true,"id":10651},"owner":{"__isSmartRef__":true,"id":28042},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"28275":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":28276},"derivationIds":[null],"id":"765B53D0-3107-41FD-BE8F-19D5FCDBAB3C","renderContextTable":{"__isSmartRef__":true,"id":28281},"eventHandler":{"__isSmartRef__":true,"id":28282},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":28283},"priorExtent":{"__isSmartRef__":true,"id":28284},"owner":{"__isSmartRef__":true,"id":28274},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"28276":{"renderContextTable":{"__isSmartRef__":true,"id":28277},"_NodeClass":["morph"],"_NodeId":"morph-765b53d0-3107-41fd-be8f-19d5fcdbab3c","_Extent":{"__isSmartRef__":true,"id":28278},"_Padding":{"__isSmartRef__":true,"id":28279},"stringifiedShapeNode":"
","extent":{"__isSmartRef__":true,"id":28280},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"28277":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"28278":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28279":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28280":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28281":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"28282":{"morph":{"__isSmartRef__":true,"id":28275},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"28283":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28284":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28285":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":28286},"derivationIds":[null],"id":"BD24F283-F22E-4A06-9738-5C609294197A","renderContextTable":{"__isSmartRef__":true,"id":28292},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":28293}],"eventHandler":{"__isSmartRef__":true,"id":28295},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":28274},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":28296},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"28286":{"_Position":{"__isSmartRef__":true,"id":28287},"renderContextTable":{"__isSmartRef__":true,"id":28288},"_Extent":{"__isSmartRef__":true,"id":28289},"_Padding":{"__isSmartRef__":true,"id":28290},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":28291},"_NodeClass":["morph","text"],"_NodeId":"morph-bd24f283-f22e-4a06-9738-5c609294197a","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"28287":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28288":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28289":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28290":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28291":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28292":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"28293":{"style":{"__isSmartRef__":true,"id":28294},"chunkOwner":{"__isSmartRef__":true,"id":28285},"storedString":"NavigatorRectangle","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"28294":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"28295":{"morph":{"__isSmartRef__":true,"id":28285},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"28296":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28297":{"_Position":{"__isSmartRef__":true,"id":28298},"renderContextTable":{"__isSmartRef__":true,"id":28299},"_Extent":{"__isSmartRef__":true,"id":28300},"_Padding":{"__isSmartRef__":true,"id":28301},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-de8ec7f8-a905-479b-8afe-e74e80780299","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":28302},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"28298":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28299":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28300":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28301":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28302":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28303":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"28304":{"morph":{"__isSmartRef__":true,"id":28274},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"28305":{"x":210,"y":105,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28306":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"28307":{"submorphs":[{"__isSmartRef__":true,"id":28308},{"__isSmartRef__":true,"id":28318}],"scripts":[],"shape":{"__isSmartRef__":true,"id":28330},"derivationIds":[null],"id":"B51880B8-7FDE-4DB3-BFC0-68AE64A4D579","renderContextTable":{"__isSmartRef__":true,"id":28336},"eventHandler":{"__isSmartRef__":true,"id":28337},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":28338},"partsBinURL":{"__isSmartRef__":true,"id":28339},"targetName":"OpacityRectangle","partItem":{"__isSmartRef__":true,"id":10686},"owner":{"__isSmartRef__":true,"id":28042},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"28308":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":28309},"derivationIds":[null],"id":"3009112D-5F06-41A0-9B43-6EC2AE112599","renderContextTable":{"__isSmartRef__":true,"id":28314},"eventHandler":{"__isSmartRef__":true,"id":28315},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":28316},"priorExtent":{"__isSmartRef__":true,"id":28317},"owner":{"__isSmartRef__":true,"id":28307},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"28309":{"renderContextTable":{"__isSmartRef__":true,"id":28310},"_NodeClass":["morph"],"_NodeId":"morph-3009112d-5f06-41a0-9b43-6ec2ae112599","_Extent":{"__isSmartRef__":true,"id":28311},"_Padding":{"__isSmartRef__":true,"id":28312},"stringifiedShapeNode":"
","extent":{"__isSmartRef__":true,"id":28313},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"28310":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"28311":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28312":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28313":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28314":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"28315":{"morph":{"__isSmartRef__":true,"id":28308},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"28316":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28317":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28318":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":28319},"derivationIds":[null],"id":"D9A4DCA4-885A-4733-810D-14486E6A439F","renderContextTable":{"__isSmartRef__":true,"id":28325},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":28326}],"eventHandler":{"__isSmartRef__":true,"id":28328},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":28307},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":28329},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"28319":{"_Position":{"__isSmartRef__":true,"id":28320},"renderContextTable":{"__isSmartRef__":true,"id":28321},"_Extent":{"__isSmartRef__":true,"id":28322},"_Padding":{"__isSmartRef__":true,"id":28323},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":28324},"_NodeClass":["morph","text"],"_NodeId":"morph-d9a4dca4-885a-4733-810d-14486e6a439f","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"28320":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28321":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28322":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28323":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28324":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28325":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"28326":{"style":{"__isSmartRef__":true,"id":28327},"chunkOwner":{"__isSmartRef__":true,"id":28318},"storedString":"OpacityRectangle","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"28327":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"28328":{"morph":{"__isSmartRef__":true,"id":28318},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"28329":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28330":{"_Position":{"__isSmartRef__":true,"id":28331},"renderContextTable":{"__isSmartRef__":true,"id":28332},"_Extent":{"__isSmartRef__":true,"id":28333},"_Padding":{"__isSmartRef__":true,"id":28334},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-b51880b8-7fde-4db3-bfc0-68ae64a4d579","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":28335},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"28331":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28332":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28333":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28334":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28335":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28336":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"28337":{"morph":{"__isSmartRef__":true,"id":28307},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"28338":{"x":315,"y":105,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28339":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"28340":{"submorphs":[{"__isSmartRef__":true,"id":28341},{"__isSmartRef__":true,"id":28351}],"scripts":[],"shape":{"__isSmartRef__":true,"id":28363},"derivationIds":[null],"id":"64DB8960-C146-4653-9822-284BEDAA3D22","renderContextTable":{"__isSmartRef__":true,"id":28369},"eventHandler":{"__isSmartRef__":true,"id":28370},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":28371},"partsBinURL":{"__isSmartRef__":true,"id":28372},"targetName":"ResizerEllipse","partItem":{"__isSmartRef__":true,"id":10721},"owner":{"__isSmartRef__":true,"id":28042},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"28341":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":28342},"derivationIds":[null],"id":"96F41B5E-6847-4E02-B2DE-425F92109EFF","renderContextTable":{"__isSmartRef__":true,"id":28347},"eventHandler":{"__isSmartRef__":true,"id":28348},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":28349},"priorExtent":{"__isSmartRef__":true,"id":28350},"owner":{"__isSmartRef__":true,"id":28340},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"28342":{"renderContextTable":{"__isSmartRef__":true,"id":28343},"_NodeClass":["morph"],"_NodeId":"morph-96f41b5e-6847-4e02-b2de-425f92109eff","_Extent":{"__isSmartRef__":true,"id":28344},"_Padding":{"__isSmartRef__":true,"id":28345},"stringifiedShapeNode":"
","extent":{"__isSmartRef__":true,"id":28346},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"28343":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"28344":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28345":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28346":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28347":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"28348":{"morph":{"__isSmartRef__":true,"id":28341},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"28349":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28350":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28351":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":28352},"derivationIds":[null],"id":"EBFD48E8-CEFB-4A33-8334-192D3BB378EE","renderContextTable":{"__isSmartRef__":true,"id":28358},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":28359}],"eventHandler":{"__isSmartRef__":true,"id":28361},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":28340},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":28362},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"28352":{"_Position":{"__isSmartRef__":true,"id":28353},"renderContextTable":{"__isSmartRef__":true,"id":28354},"_Extent":{"__isSmartRef__":true,"id":28355},"_Padding":{"__isSmartRef__":true,"id":28356},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":28357},"_NodeClass":["morph","text"],"_NodeId":"morph-ebfd48e8-cefb-4a33-8334-192d3bb378ee","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"28353":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28354":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28355":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28356":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28357":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28358":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"28359":{"style":{"__isSmartRef__":true,"id":28360},"chunkOwner":{"__isSmartRef__":true,"id":28351},"storedString":"ResizerEllipse","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"28360":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"28361":{"morph":{"__isSmartRef__":true,"id":28351},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"28362":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28363":{"_Position":{"__isSmartRef__":true,"id":28364},"renderContextTable":{"__isSmartRef__":true,"id":28365},"_Extent":{"__isSmartRef__":true,"id":28366},"_Padding":{"__isSmartRef__":true,"id":28367},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-64db8960-c146-4653-9822-284bedaa3d22","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":28368},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"28364":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28365":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28366":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28367":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28368":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28369":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"28370":{"morph":{"__isSmartRef__":true,"id":28340},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"28371":{"x":420,"y":105,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28372":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"28373":{"position":{"__isSmartRef__":true,"id":28374},"_Extent":{"__isSmartRef__":true,"id":28375},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":28376},"_Fill":{"__isSmartRef__":true,"id":28377},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":28378},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"scroll","_Padding":{"__isSmartRef__":true,"id":28379},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"28374":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28375":{"x":607.573230508443,"y":437.2498366837016,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28376":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28377":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28378":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28379":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"28380":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"idOnLoad":"9969FACA-8CD7-4306-8278-8832B0B9F9B1","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"28381":{"x":607.573230508443,"y":437.2498366837016,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28382":{"sourceObj":{"__isSmartRef__":true,"id":28042},"sourceAttrName":"selectedItem","targetObj":{"__isSmartRef__":true,"id":26184},"targetMethodName":"setSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"28383":{"resizeHeight":true,"resizeWidth":true},"28384":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"28385":{"morph":{"__isSmartRef__":true,"id":28042},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"28386":{"x":156,"y":38,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28387":{"partsSpaceName":"PartsBin/Tools/","name":"ObjectEditor","part":null,"json":null,"attributeConnections":[{"__isSmartRef__":true,"id":28388},{"__isSmartRef__":true,"id":28389}],"doNotSerialize":["$$partVersions","$$loadedMetaInfo"],"doNotCopyProperties":["$$partVersions","$$loadedMetaInfo"],"partVersions":[{"__isSmartRef__":true,"id":26362},{"__isSmartRef__":true,"id":26367},{"__isSmartRef__":true,"id":26372},{"__isSmartRef__":true,"id":26377},{"__isSmartRef__":true,"id":26382},{"__isSmartRef__":true,"id":26387},{"__isSmartRef__":true,"id":26392},{"__isSmartRef__":true,"id":26397},{"__isSmartRef__":true,"id":26402},{"__isSmartRef__":true,"id":26407},{"__isSmartRef__":true,"id":26412},{"__isSmartRef__":true,"id":26417},{"__isSmartRef__":true,"id":26422},{"__isSmartRef__":true,"id":26427},{"__isSmartRef__":true,"id":26432},{"__isSmartRef__":true,"id":26437},{"__isSmartRef__":true,"id":26442},{"__isSmartRef__":true,"id":26447},{"__isSmartRef__":true,"id":26452},{"__isSmartRef__":true,"id":26457},{"__isSmartRef__":true,"id":26462},{"__isSmartRef__":true,"id":26467},{"__isSmartRef__":true,"id":26574},{"__isSmartRef__":true,"id":26579},{"__isSmartRef__":true,"id":26584},{"__isSmartRef__":true,"id":26589},{"__isSmartRef__":true,"id":26594},{"__isSmartRef__":true,"id":26601},{"__isSmartRef__":true,"id":26606},{"__isSmartRef__":true,"id":26611},{"__isSmartRef__":true,"id":26616},{"__isSmartRef__":true,"id":26621},{"__isSmartRef__":true,"id":26626},{"__isSmartRef__":true,"id":26631},{"__isSmartRef__":true,"id":26636},{"__isSmartRef__":true,"id":26641},{"__isSmartRef__":true,"id":26646},{"__isSmartRef__":true,"id":26651},{"__isSmartRef__":true,"id":26656},{"__isSmartRef__":true,"id":26661},{"__isSmartRef__":true,"id":26666},{"__isSmartRef__":true,"id":26671},{"__isSmartRef__":true,"id":26676},{"__isSmartRef__":true,"id":26681},{"__isSmartRef__":true,"id":26686},{"__isSmartRef__":true,"id":26691},{"__isSmartRef__":true,"id":26696},{"__isSmartRef__":true,"id":26701},{"__isSmartRef__":true,"id":26706},{"__isSmartRef__":true,"id":26711},{"__isSmartRef__":true,"id":26716},{"__isSmartRef__":true,"id":27307},{"__isSmartRef__":true,"id":27313},{"__isSmartRef__":true,"id":27318},{"__isSmartRef__":true,"id":27323},{"__isSmartRef__":true,"id":27328},{"__isSmartRef__":true,"id":27333},{"__isSmartRef__":true,"id":27338},{"__isSmartRef__":true,"id":27343},{"__isSmartRef__":true,"id":27348},{"__isSmartRef__":true,"id":27353},{"__isSmartRef__":true,"id":27358},{"__isSmartRef__":true,"id":27363},{"__isSmartRef__":true,"id":27368},{"__isSmartRef__":true,"id":27373},{"__isSmartRef__":true,"id":27378},{"__isSmartRef__":true,"id":27383},{"__isSmartRef__":true,"id":27388},{"__isSmartRef__":true,"id":27393},{"__isSmartRef__":true,"id":27398},{"__isSmartRef__":true,"id":27403},{"__isSmartRef__":true,"id":27408},{"__isSmartRef__":true,"id":27413},{"__isSmartRef__":true,"id":27418},{"__isSmartRef__":true,"id":27423},{"__isSmartRef__":true,"id":27428},{"__isSmartRef__":true,"id":27433},{"__isSmartRef__":true,"id":27438},{"__isSmartRef__":true,"id":27443},{"__isSmartRef__":true,"id":27448},{"__isSmartRef__":true,"id":27453},{"__isSmartRef__":true,"id":27468},{"__isSmartRef__":true,"id":27473},{"__isSmartRef__":true,"id":27478},{"__isSmartRef__":true,"id":27483},{"__isSmartRef__":true,"id":27488},{"__isSmartRef__":true,"id":27493},{"__isSmartRef__":true,"id":27498},{"__isSmartRef__":true,"id":27503},{"__isSmartRef__":true,"id":27508},{"__isSmartRef__":true,"id":27513},{"__isSmartRef__":true,"id":27518},{"__isSmartRef__":true,"id":27523},{"__isSmartRef__":true,"id":27528},{"__isSmartRef__":true,"id":27533},{"__isSmartRef__":true,"id":27538},{"__isSmartRef__":true,"id":27543},{"__isSmartRef__":true,"id":27548},{"__isSmartRef__":true,"id":27553},{"__isSmartRef__":true,"id":27558},{"__isSmartRef__":true,"id":27563},{"__isSmartRef__":true,"id":27568},{"__isSmartRef__":true,"id":27573},{"__isSmartRef__":true,"id":27578},{"__isSmartRef__":true,"id":27583},{"__isSmartRef__":true,"id":27588},{"__isSmartRef__":true,"id":27593},{"__isSmartRef__":true,"id":27598},{"__isSmartRef__":true,"id":27603},{"__isSmartRef__":true,"id":27608},{"__isSmartRef__":true,"id":27613},{"__isSmartRef__":true,"id":27618},{"__isSmartRef__":true,"id":27623},{"__isSmartRef__":true,"id":27628},{"__isSmartRef__":true,"id":27633},{"__isSmartRef__":true,"id":27638},{"__isSmartRef__":true,"id":27643},{"__isSmartRef__":true,"id":27648},{"__isSmartRef__":true,"id":27653},{"__isSmartRef__":true,"id":27658},{"__isSmartRef__":true,"id":27663},{"__isSmartRef__":true,"id":27668},{"__isSmartRef__":true,"id":27673},{"__isSmartRef__":true,"id":27678},{"__isSmartRef__":true,"id":27683},{"__isSmartRef__":true,"id":27688},{"__isSmartRef__":true,"id":27693},{"__isSmartRef__":true,"id":27698},{"__isSmartRef__":true,"id":27703},{"__isSmartRef__":true,"id":27708},{"__isSmartRef__":true,"id":27713},{"__isSmartRef__":true,"id":27718},{"__isSmartRef__":true,"id":27723},{"__isSmartRef__":true,"id":27728},{"__isSmartRef__":true,"id":27733},{"__isSmartRef__":true,"id":27738},{"__isSmartRef__":true,"id":27743},{"__isSmartRef__":true,"id":27748},{"__isSmartRef__":true,"id":27753},{"__isSmartRef__":true,"id":27758},{"__isSmartRef__":true,"id":27763},{"__isSmartRef__":true,"id":27768},{"__isSmartRef__":true,"id":27773},{"__isSmartRef__":true,"id":27778},{"__isSmartRef__":true,"id":27783},{"__isSmartRef__":true,"id":27788}],"loadedMetaInfo":{"__isSmartRef__":true,"id":28390},"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"28388":{"sourceObj":{"__isSmartRef__":true,"id":28387},"sourceAttrName":"partVersions","targetObj":{"__isSmartRef__":true,"id":26184},"targetMethodName":"setSelectedPartVersions","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"28389":{"sourceObj":{"__isSmartRef__":true,"id":28387},"sourceAttrName":"loadedMetaInfo","targetObj":{"__isSmartRef__":true,"id":26184},"targetMethodName":"setMetaInfoOfSelectedItem","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"28390":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Tools","__SourceModuleName__":"Global.lively.PartsBin","comment":"Edit scripts and connections of a morph.","partName":"ObjectEditor","changes":[{"__isSmartRef__":true,"id":28391},{"__isSmartRef__":true,"id":28393},{"__isSmartRef__":true,"id":28395},{"__isSmartRef__":true,"id":28397},{"__isSmartRef__":true,"id":28399},{"__isSmartRef__":true,"id":28401},{"__isSmartRef__":true,"id":28403},{"__isSmartRef__":true,"id":28405},{"__isSmartRef__":true,"id":28407},{"__isSmartRef__":true,"id":28409},{"__isSmartRef__":true,"id":28411},{"__isSmartRef__":true,"id":28413},{"__isSmartRef__":true,"id":28415},{"__isSmartRef__":true,"id":28417},{"__isSmartRef__":true,"id":28419},{"__isSmartRef__":true,"id":28421},{"__isSmartRef__":true,"id":28423},{"__isSmartRef__":true,"id":28425},{"__isSmartRef__":true,"id":28427},{"__isSmartRef__":true,"id":28429},{"__isSmartRef__":true,"id":28431},{"__isSmartRef__":true,"id":28433},{"__isSmartRef__":true,"id":28435},{"__isSmartRef__":true,"id":28437},{"__isSmartRef__":true,"id":28439},{"__isSmartRef__":true,"id":28441},{"__isSmartRef__":true,"id":28443},{"__isSmartRef__":true,"id":28445},{"__isSmartRef__":true,"id":28447},{"__isSmartRef__":true,"id":28449},{"__isSmartRef__":true,"id":28451},{"__isSmartRef__":true,"id":28453},{"__isSmartRef__":true,"id":28455},{"__isSmartRef__":true,"id":28457},{"__isSmartRef__":true,"id":28459},{"__isSmartRef__":true,"id":28461},{"__isSmartRef__":true,"id":28463},{"__isSmartRef__":true,"id":28465},{"__isSmartRef__":true,"id":28467},{"__isSmartRef__":true,"id":28469},{"__isSmartRef__":true,"id":28471},{"__isSmartRef__":true,"id":28473},{"__isSmartRef__":true,"id":28475},{"__isSmartRef__":true,"id":28477},{"__isSmartRef__":true,"id":28479},{"__isSmartRef__":true,"id":28481},{"__isSmartRef__":true,"id":28483},{"__isSmartRef__":true,"id":28485},{"__isSmartRef__":true,"id":28487},{"__isSmartRef__":true,"id":28489},{"__isSmartRef__":true,"id":28491},{"__isSmartRef__":true,"id":28493},{"__isSmartRef__":true,"id":28495},{"__isSmartRef__":true,"id":28497},{"__isSmartRef__":true,"id":28499},{"__isSmartRef__":true,"id":28501},{"__isSmartRef__":true,"id":28503},{"__isSmartRef__":true,"id":28505},{"__isSmartRef__":true,"id":28507},{"__isSmartRef__":true,"id":28509},{"__isSmartRef__":true,"id":28511}],"revisionOnLoad":169734,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"28391":{"date":{"__isSmartRef__":true,"id":28392},"author":"lauritz","message":"clicking twice on the magnifier will keep the selection at the current target. schau mal jetze. oy vey.","id":"5D04BF33-A244-4D6D-BE3E-AE7404DB414B"},"28392":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:29:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"28393":{"date":{"__isSmartRef__":true,"id":28394},"author":"lauritz","message":"fix bad interaction b/w highlight and tracking in magnifier","id":"0970265D-1552-4376-8999-F6847141362C"},"28394":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:07:40 GMT+0200 (Mitteleuropäische Sommerzeit)"},"28395":{"date":{"__isSmartRef__":true,"id":28396},"author":"lauritz","message":"","id":"667CB328-3FE7-46B6-BD5A-FA4763544BC6"},"28396":{"isSerializedDate":true,"string":"Wed Jun 06 2012 17:29:52 GMT+0200 (Mitteleuropäische Sommerzeit)"},"28397":{"date":{"__isSmartRef__":true,"id":28398},"author":"lauritz","message":"fixed magnifier-tool: highlight-rectangle property of the object, now.","id":"9301C445-2961-4C51-8D35-8FF338F0CD19"},"28398":{"isSerializedDate":true,"string":"Wed Jun 06 2012 17:25:01 GMT+0200 (Mitteleuropäische Sommerzeit)"},"28399":{"date":{"__isSmartRef__":true,"id":28400},"author":"tessi","message":"Fix for target highlights. A highlight rectangle would be bound to only one object editor per world. Now, each explorer will load and use its own rectangle","id":"55617312-87A8-400A-90AC-85BC48F8A594"},"28400":{"isSerializedDate":true,"string":"Wed Jun 06 2012 16:21:44 GMT+0200 (Mitteleuropäische Sommerzeit)"},"28401":{"date":{"__isSmartRef__":true,"id":28402},"author":"lauritz","message":"hover over the magnifier button to see the current target","id":"9E6C0152-723A-43B1-8EF8-A3C2F15F5EBA"},"28402":{"isSerializedDate":true,"string":"Tue May 29 2012 13:18:56 GMT+0200 (Mitteleuropäische Sommerzeit)"},"28403":{"date":{"__isSmartRef__":true,"id":28404},"author":"lauritz","message":"reduced global variable usage","id":"2FCB8ACB-CA90-4236-A8DF-D77F631C6CA9"},"28404":{"isSerializedDate":true,"string":"Tue May 29 2012 13:10:35 GMT+0200 (Mitteleuropäische Sommerzeit)"},"28405":{"date":{"__isSmartRef__":true,"id":28406},"author":"timfelgentreff","message":"no comment","id":"D66996F5-54A4-4923-8D9E-3FC049EA2D32"},"28406":{"isSerializedDate":true,"string":"Thu May 24 2012 16:48:35 GMT+0200 (Mitteleuropäische Sommerzeit)"},"28407":{"date":{"__isSmartRef__":true,"id":28408},"author":"timfelgentreff","message":"no comment","id":"27293AFB-6616-4516-B2FB-BB688F7ADB2D"},"28408":{"isSerializedDate":true,"string":"Thu May 24 2012 16:48:19 GMT+0200 (Mitteleuropäische Sommerzeit)"},"28409":{"date":{"__isSmartRef__":true,"id":28410},"author":"fbo","message":"No more addScript and better support for Firefox","id":"C6D736FA-5748-448D-A6A0-6068A9BA9A34"},"28410":{"isSerializedDate":true,"string":"Thu Apr 26 2012 11:15:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"28411":{"date":{"__isSmartRef__":true,"id":28412},"author":"fbo","message":"No more addScript and better support for Firefox","id":"2AC82901-2DCD-4921-B6F9-78B05D3D671C"},"28412":{"isSerializedDate":true,"string":"Thu Apr 26 2012 11:14:35 GMT+0200 (Mitteleuropäische Sommerzeit)"},"28413":{"date":{"__isSmartRef__":true,"id":28414},"author":"fabian","message":"","id":"00E45103-9D78-4178-A58F-03896AFF5CA3"},"28414":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:55:32 GMT+0100 (Mitteleuropäische Zeit)"},"28415":{"date":{"__isSmartRef__":true,"id":28416},"author":"fabian","message":"","id":"31CF7B42-DEAF-4A50-A5A2-6745A92BF6DC"},"28416":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:48:03 GMT+0100 (Mitteleuropäische Zeit)"},"28417":{"date":{"__isSmartRef__":true,"id":28418},"author":"fabian","message":"","id":"FABA3850-E4EF-4888-BCE9-BB4F9EC9C2D4"},"28418":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:37:50 GMT+0100 (Mitteleuropäische Zeit)"},"28419":{"date":{"__isSmartRef__":true,"id":28420},"author":"fabian","message":"","id":"350CA522-AD08-42D8-BB89-DA7D8BCAD0FB"},"28420":{"isSerializedDate":true,"string":"Wed Mar 07 2012 21:27:57 GMT+0100 (Mitteleuropäische Zeit)"},"28421":{"date":{"__isSmartRef__":true,"id":28422},"author":"fabian","message":"","id":"D2F5383B-1F99-477E-A66E-D92928DB7540"},"28422":{"isSerializedDate":true,"string":"Wed Mar 07 2012 20:52:22 GMT+0100 (Mitteleuropäische Zeit)"},"28423":{"date":{"__isSmartRef__":true,"id":28424},"author":"undefined","message":"","id":"121C044E-8723-4B1F-A9C5-54E73422CD05"},"28424":{"isSerializedDate":true,"string":"Wed Mar 07 2012 20:40:16 GMT+0100 (Mitteleuropäische Zeit)"},"28425":{"date":{"__isSmartRef__":true,"id":28426},"author":"fabian","message":"","id":"1A435460-69B4-469B-909F-F2F395B97C4D"},"28426":{"isSerializedDate":true,"string":"Wed Mar 07 2012 20:09:30 GMT+0100 (Mitteleuropäische Zeit)"},"28427":{"date":{"__isSmartRef__":true,"id":28428},"author":"fabian","message":"","id":"7D345E64-F67F-4266-AB55-590EB143327A"},"28428":{"isSerializedDate":true,"string":"Wed Mar 07 2012 20:08:57 GMT+0100 (Mitteleuropäische Zeit)"},"28429":{"date":{"__isSmartRef__":true,"id":28430},"author":"fbo","message":"","id":"EBED707C-49B0-4E5F-9DD8-FF84007B435E"},"28430":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:47:59 GMT+0100 (Mitteleuropäische Zeit)"},"28431":{"date":{"__isSmartRef__":true,"id":28432},"author":"conradcalmez","message":"set selection of lists to null","id":"1C918344-7895-4714-9F8E-2BCC837250CA"},"28432":{"isSerializedDate":true,"string":"Thu Feb 02 2012 15:00:56 GMT+0100 (Mitteleuropäische Zeit)"},"28433":{"date":{"__isSmartRef__":true,"id":28434},"author":"conradcalmez","message":"added run button for trying out methods","id":"D21502DF-B383-45AA-8DB2-16D6A4C7DFC0"},"28434":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:55:15 GMT+0100 (Mitteleuropäische Zeit)"},"28435":{"date":{"__isSmartRef__":true,"id":28436},"author":"robertkrahn","message":"show scripts even if they are wrapped","id":"6F608C14-369B-49D6-8E91-81B35ABB14DE"},"28436":{"isSerializedDate":true,"string":"Fri Jan 27 2012 17:50:40 GMT+0100 (Mitteleuropäische Zeit)"},"28437":{"date":{"__isSmartRef__":true,"id":28438},"author":"lauritz","message":"","id":"72E0F00D-53A7-43E9-AD7B-E34F485BC75E"},"28438":{"isSerializedDate":true,"string":"Fri Jan 06 2012 07:15:04 GMT+0100 (Mitteleuropäische Zeit)"},"28439":{"date":{"__isSmartRef__":true,"id":28440},"author":"lauritz","message":"top-most entry of the tag list is \"all\" now.","id":"62D12D9E-7F42-40CC-BB5B-162130454572"},"28440":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:28:30 GMT+0100 (Mitteleuropäische Zeit)"},"28441":{"date":{"__isSmartRef__":true,"id":28442},"author":"lauritz","message":"sorted tag list.","id":"597DB7EB-1788-42DC-A64F-E061D7B831EC"},"28442":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:23:14 GMT+0100 (Mitteleuropäische Zeit)"},"28443":{"date":{"__isSmartRef__":true,"id":28444},"author":"lauritz","message":"tries to get user directly from localStorage now. if there's no user set, then we don't call CGI - logging into trac should not be necessary for developing parts.","id":"0F65058D-3BF4-4538-8B89-1267B58DE137"},"28444":{"isSerializedDate":true,"string":"Tue Dec 13 2011 22:04:53 GMT+0100 (Mitteleuropäische Zeit)"},"28445":{"date":{"__isSmartRef__":true,"id":28446},"author":"lauritz","message":"removed a workaround","id":"9AC9A97B-E63C-4C24-BCAF-6DC61C3A677C"},"28446":{"isSerializedDate":true,"string":"Tue Dec 13 2011 18:56:45 GMT+0100 (Mitteleuropäische Zeit)"},"28447":{"date":{"__isSmartRef__":true,"id":28448},"author":"lauritz","message":"workaround for issue #161 - target morph list is scrollable","id":"7D5DAE37-46E2-4C63-8008-AA553CD6B1E9"},"28448":{"isSerializedDate":true,"string":"Wed Dec 07 2011 06:13:13 GMT+0100 (Mitteleuropäische Zeit)"},"28449":{"date":{"__isSmartRef__":true,"id":28450},"author":"lauritz","message":"fixed a bug regarding anonymous morphs.","id":"30C42CB6-324C-455D-8B3E-828A80325027"},"28450":{"isSerializedDate":true,"string":"Wed Dec 07 2011 04:31:58 GMT+0100 (Mitteleuropäische Zeit)"},"28451":{"date":{"__isSmartRef__":true,"id":28452},"author":"lauritz","message":"fixed a defect (weeeeeird property caused an error on deserialization of copies)","id":"F6F92336-29F4-4FB4-B597-B8EF12E2922E"},"28452":{"isSerializedDate":true,"string":"Wed Nov 30 2011 23:55:11 GMT+0100 (Mitteleuropäische Zeit)"},"28453":{"date":{"__isSmartRef__":true,"id":28454},"author":"lauritz","message":"renamed .categorize to .tag","id":"470CD024-16F9-4221-B2D7-87FAC17B198B"},"28454":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:44:44 GMT+0100 (Mitteleuropäische Zeit)"},"28455":{"date":{"__isSmartRef__":true,"id":28456},"author":"lauritz","message":"added a border to notifications, centered notification text","id":"D1DDACFE-EC70-45FB-8178-0A93C8DC81F1"},"28456":{"isSerializedDate":true,"string":"Tue Nov 22 2011 23:02:14 GMT+0100 (Mitteleuropäische Zeit)"},"28457":{"date":{"__isSmartRef__":true,"id":28458},"author":"lauritz","message":"removed a missed debugger statement. corrected setting of target.","id":"BD747202-2BE7-4560-8EB2-DBA586BAD46F"},"28458":{"isSerializedDate":true,"string":"Fri Nov 18 2011 20:19:07 GMT+0100 (Mitteleuropäische Zeit)"},"28459":{"date":{"__isSmartRef__":true,"id":28460},"author":"lauritz","message":"set a minExtent","id":"85B641E5-15C6-4C6D-BE9A-F4F96E347258"},"28460":{"isSerializedDate":true,"string":"Tue Nov 15 2011 20:12:45 GMT+0100 (Mitteleuropäische Zeit)"},"28461":{"date":{"__isSmartRef__":true,"id":28462},"author":"jenslincke","message":"set min extent to pt(500,300)","id":"20634435-660B-4E80-93FF-8B8C4F5E0453"},"28462":{"isSerializedDate":true,"string":"Fri Nov 04 2011 13:44:45 GMT+0100 (Mitteleuropäische Zeit)"},"28463":{"date":{"__isSmartRef__":true,"id":28464},"author":"jenslincke","message":"bring resize handle to front","id":"996D26BC-8567-486E-B114-A9041230543D"},"28464":{"isSerializedDate":true,"string":"Fri Nov 04 2011 13:41:36 GMT+0100 (Mitteleuropäische Zeit)"},"28465":{"date":{"__isSmartRef__":true,"id":28466},"author":"lauritz","message":"Locked down submorphs of the editor pane. Grabbing and dragging disabled. "},"28466":{"isSerializedDate":true,"string":"Fri Oct 28 2011 05:36:22 GMT+0200 (Mitteleuropäische Sommerzeit)"},"28467":{"date":{"__isSmartRef__":true,"id":28468},"author":"lauritz","message":"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items."},"28468":{"isSerializedDate":true,"string":"Fri Oct 21 2011 00:40:22 GMT+0200 (Mitteleuropäische Sommerzeit)"},"28469":{"date":{"__isSmartRef__":true,"id":28470},"author":"lauritz","message":"added confirmation before removal of scripts or connections.","id":"00B5B7BA-FC00-4B1C-A967-B8A38B05EEA8"},"28470":{"isSerializedDate":true,"string":"Fri Nov 11 2011 01:42:28 GMT+0100 (Mitteleuropäische Zeit)"},"28471":{"date":{"__isSmartRef__":true,"id":28472},"author":"lauritz","message":"two more checks on attempts to remove scripts or connections.","id":"ED9F0090-C36C-4BC6-8FD2-A6FB60C7A0B2"},"28472":{"isSerializedDate":true,"string":"Fri Nov 11 2011 01:47:27 GMT+0100 (Mitteleuropäische Zeit)"},"28473":{"date":{"__isSmartRef__":true,"id":28474},"author":"lauritz","message":"layout adaptions","id":"6F1AEBDC-EED3-4CE0-B84C-F4DD4DA784C5"},"28474":{"isSerializedDate":true,"string":"Wed Nov 16 2011 02:12:15 GMT+0100 (Mitteleuropäische Zeit)"},"28475":{"date":{"__isSmartRef__":true,"id":28476},"author":"lauritz","message":"Refactoring of script annotations (now at scripts not morphs). Added category tagging. Layout changes.","id":"1A9DA32B-8A1D-4CCF-92CB-47462F8CF117"},"28476":{"isSerializedDate":true,"string":"Thu Nov 17 2011 23:22:54 GMT+0100 (Mitteleuropäische Zeit)"},"28477":{"date":{"__isSmartRef__":true,"id":28478},"author":"jenslincke","message":"- reset title bar and borders","id":"8CE7DA3C-5C83-4151-A3A7-7B41D1C555BD"},"28478":{"isSerializedDate":true,"string":"Fri Nov 18 2011 15:26:49 GMT+0100 (Mitteleuropäische Zeit)"},"28479":{"date":{"__isSmartRef__":true,"id":28480},"author":"lauritz","message":"fixed a bug (onBlur event handling) and added the world to the target chooser","id":"A8C151D4-0767-44E0-B586-090EA305BDF5"},"28480":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:14:00 GMT+0100 (Mitteleuropäische Zeit)"},"28481":{"date":{"__isSmartRef__":true,"id":28482},"author":"lauritz","message":"adapted layout of notifications","id":"1C01FAB9-AD9A-44B5-BAF1-EC06408A767E"},"28482":{"isSerializedDate":true,"string":"Wed Nov 23 2011 18:26:48 GMT+0100 (Mitteleuropäische Zeit)"},"28483":{"date":{"__isSmartRef__":true,"id":28484},"author":"lauritz","message":"changed label \"Category:\" to \"Tag:\".","id":"DBC877ED-0328-44A8-A46D-FE83C935797F"},"28484":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:50:45 GMT+0100 (Mitteleuropäische Zeit)"},"28485":{"date":{"__isSmartRef__":true,"id":28486},"author":"bsiegmund","message":"Run Button now moving when window is resized","id":"9ECA7B2B-8322-42C5-8EFA-49AC432960B4"},"28486":{"isSerializedDate":true,"string":"Thu Feb 02 2012 17:36:10 GMT+0100 (Mitteleuropäische Zeit)"},"28487":{"date":{"__isSmartRef__":true,"id":28488},"author":"sstamm","message":"added save button","id":"3A85D0AF-64E0-40C7-8C4E-61CD462F3971"},"28488":{"isSerializedDate":true,"string":"Fri Feb 03 2012 11:45:18 GMT+0100 (Mitteleuropäische Zeit)"},"28489":{"date":{"__isSmartRef__":true,"id":28490},"author":"fabian","message":"","id":"6FF4CD6F-6C92-449F-B2CA-20BFACE54E7A"},"28490":{"isSerializedDate":true,"string":"Wed Mar 07 2012 20:37:11 GMT+0100 (Mitteleuropäische Zeit)"},"28491":{"date":{"__isSmartRef__":true,"id":28492},"author":"fabian","message":"","id":"112A906B-C79A-4CF2-BD2A-EEF9A6731634"},"28492":{"isSerializedDate":true,"string":"Wed Mar 07 2012 20:42:40 GMT+0100 (Mitteleuropäische Zeit)"},"28493":{"date":{"__isSmartRef__":true,"id":28494},"author":"fabian","message":"","id":"EE9D6061-DD05-4FC8-B53A-21B93B9F5535"},"28494":{"isSerializedDate":true,"string":"Wed Mar 07 2012 20:57:12 GMT+0100 (Mitteleuropäische Zeit)"},"28495":{"date":{"__isSmartRef__":true,"id":28496},"author":"fabian","message":"","id":"AEB64F75-685C-4BB8-8C69-D8EC60CBA91D"},"28496":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:14:57 GMT+0100 (Mitteleuropäische Zeit)"},"28497":{"date":{"__isSmartRef__":true,"id":28498},"author":"fabian","message":"","id":"0714BC73-548D-4AF3-9A61-32FEE36C9B1F"},"28498":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:34:16 GMT+0100 (Mitteleuropäische Zeit)"},"28499":{"date":{"__isSmartRef__":true,"id":28500},"author":"fabian","message":"","id":"E39C79D4-9E74-47BA-A6EA-D0B861EB411D"},"28500":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:46:13 GMT+0100 (Mitteleuropäische Zeit)"},"28501":{"date":{"__isSmartRef__":true,"id":28502},"author":"fabian","message":"","id":"50D90B40-1175-48A3-AC0E-10AC8884288A"},"28502":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:51:00 GMT+0100 (Mitteleuropäische Zeit)"},"28503":{"date":{"__isSmartRef__":true,"id":28504},"author":"robertkrahn","message":"- Tags text morph now is a input line, fixed a bug in generateSourceForScript()","id":"485A3064-009C-4A89-875B-D3BF1B1C0606"},"28504":{"isSerializedDate":true,"string":"Thu Mar 08 2012 19:12:32 GMT+0100 (Mitteleuropäische Zeit)"},"28505":{"date":{"__isSmartRef__":true,"id":28506},"author":"fbo","message":"No more addScript and better support for Firefox","id":"1BC8E4F5-9621-43E1-9451-35E018A8B06F"},"28506":{"isSerializedDate":true,"string":"Thu Apr 26 2012 11:16:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"28507":{"date":{"__isSmartRef__":true,"id":28508},"author":"robertkrahn","message":"restored old version for addressing immediate save problems","id":"63323F27-08DC-499B-80D6-A700A30FE6BA"},"28508":{"isSerializedDate":true,"string":"Thu Apr 26 2012 22:03:48 GMT+0200 (Mitteleuropäische Sommerzeit)"},"28509":{"date":{"__isSmartRef__":true,"id":28510},"author":"timfelgentreff","message":"no comment","id":"6D83027E-EC28-4497-A29F-E48051BD74FA"},"28510":{"isSerializedDate":true,"string":"Thu May 24 2012 16:54:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"28511":{"date":{"__isSmartRef__":true,"id":28512},"author":"timfelgentreff","message":"Add a magnifiying glass to select target (similar to developer tools DOM selection)","id":"D9409D32-738F-4916-BA02-82C040C9891B"},"28512":{"isSerializedDate":true,"string":"Thu May 24 2012 17:21:39 GMT+0200 (Mitteleuropäische Sommerzeit)"},"28513":{"adjustForNewBounds":{"__isSmartRef__":true,"id":28514},"unselectAll":{"__isSmartRef__":true,"id":28521},"selectPartItem":{"__isSmartRef__":true,"id":28524},"startAddingPartItems":{"__isSmartRef__":true,"id":28527},"addPartItemAsync":{"__isSmartRef__":true,"id":28531},"stopAddingPartItemsAsync":{"__isSmartRef__":true,"id":28535}},"28514":{"varMapping":{"__isSmartRef__":true,"id":28515},"source":"function adjustForNewBounds() {\n/*\n\tthis.adjustForNewBounds()\n*/\n\t$super();\n\tvar bounds = this.innerBounds(),\n\t\tx = bounds.x,\n\t\ty = bounds.y,\n\t\twidth = bounds.width;\n\tthis.submorphs.forEach(function(morph) {\n\t\tvar extent = morph.getExtent();\n\t\tif (extent.x + x > width) {\n\t\t\tx = 0;\n\t\t\ty += extent.y + 5;\n\t\t}\n\t\tmorph.setPosition(pt(x,y))\n\t\tx += extent.x + 5;\n\t})\n}","funcProperties":{"__isSmartRef__":true,"id":28520},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"28515":{"this":{"__isSmartRef__":true,"id":28042},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":28516}},"28516":{"$super":{"__isSmartRef__":true,"id":28517}},"28517":{"varMapping":{"__isSmartRef__":true,"id":28518},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":28519},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"28518":{"obj":{"__isSmartRef__":true,"id":28042},"name":"adjustForNewBounds"},"28519":{},"28520":{},"28521":{"varMapping":{"__isSmartRef__":true,"id":28522},"source":"function unselectAll() {\n\tthis.submorphs.invoke('showAsNotSelected');\n}","funcProperties":{"__isSmartRef__":true,"id":28523},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"28522":{"this":{"__isSmartRef__":true,"id":28042}},"28523":{},"28524":{"varMapping":{"__isSmartRef__":true,"id":28525},"source":"function selectPartItem(item) {\n\tthis.selectedItem = item && item.partItem;\n\tthis.submorphs.without(item).invoke('showAsNotSelected');\n}","funcProperties":{"__isSmartRef__":true,"id":28526},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"28525":{"this":{"__isSmartRef__":true,"id":28042}},"28526":{},"28527":{"varMapping":{"__isSmartRef__":true,"id":28528},"source":"function startAddingPartItems(partItems) {\n this.partItemsToBeAdded = partItems.clone();\n this.startStepping(0, 'addPartItemAsync')\n}","funcProperties":{"__isSmartRef__":true,"id":28529},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"28528":{"this":{"__isSmartRef__":true,"id":28042}},"28529":{"user":"robertkrahn","timestamp":{"__isSmartRef__":true,"id":28530}},"28530":{"isSerializedDate":true,"string":"Fri Jul 01 2011 02:00:58 GMT+0200 (Mitteleuropäische Sommerzeit)"},"28531":{"varMapping":{"__isSmartRef__":true,"id":28532},"source":"function addPartItemAsync() {\n if (!this.partItemsToBeAdded || this.partItemsToBeAdded.length == 0) {\n this.stopAddingPartItemsAsync();\n return;\n }\n\n var partItem = this.partItemsToBeAdded.shift();\n var morph = partItem.asPartsBinItem();\n this.addMorph(morph);\n this.adjustForNewBounds() \n}","funcProperties":{"__isSmartRef__":true,"id":28533},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"28532":{"this":{"__isSmartRef__":true,"id":28042}},"28533":{"user":"robertkrahn","timestamp":{"__isSmartRef__":true,"id":28534}},"28534":{"isSerializedDate":true,"string":"Fri Jul 01 2011 02:03:38 GMT+0200 (Mitteleuropäische Sommerzeit)"},"28535":{"varMapping":{"__isSmartRef__":true,"id":28536},"source":"function stopAddingPartItemsAsync() {\n this.stopStepping();\n delete this.partItemsToBeAdded;\n}","funcProperties":{"__isSmartRef__":true,"id":28537},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"28536":{"this":{"__isSmartRef__":true,"id":28042}},"28537":{"user":"robertkrahn","timestamp":{"__isSmartRef__":true,"id":28538}},"28538":{"isSerializedDate":true,"string":"Fri Jul 01 2011 02:03:46 GMT+0200 (Mitteleuropäische Sommerzeit)"},"28539":{"submorphs":[{"__isSmartRef__":true,"id":28540}],"scripts":[],"id":"616EA635-93F9-48A3-B928-A37222B8BE43","shape":{"__isSmartRef__":true,"id":28556},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":28572},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":28560},"lighterFill":{"__isSmartRef__":true,"id":28573},"label":{"__isSmartRef__":true,"id":28540},"name":"removeCategoryButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":28582},"attributeConnections":[{"__isSmartRef__":true,"id":28583}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":28584},"owner":{"__isSmartRef__":true,"id":26184},"layout":{"__isSmartRef__":true,"id":28585},"renderContextTable":{"__isSmartRef__":true,"id":28586},"eventHandler":{"__isSmartRef__":true,"id":28587},"derivationIds":[1238,"779C0566-5466-4191-9056-3A104C7EFAEC","F8319D79-817B-415B-80D1-ACE5F12CDD01","37900DC1-0689-4E1B-9709-A65C15C40367","399B28D7-03E3-4E38-8710-E7A5F5F513D1","8EA24F2B-6E35-4013-8CCB-18016701673B","C5991ECA-726A-42D6-8AB1-1B6DA1AAD119","7C6FC789-C7D6-482C-906E-5EABA9E0E151","7C90668B-396F-43DB-AB44-3277DA8BE863","CDE8D251-2EED-4992-B316-64B64110C044","5D293BC5-06E6-425F-B654-F22EF9E8225E","A568DFA0-B5A0-42C6-A370-F4C23551D3DA","8FAE443C-8E8F-44EF-B5C8-7E103E74AD92","3FD3C7A0-B776-41AF-86DF-DC5A4EE9403E","115E4AE3-4DA0-482F-91C6-DB88E0E266D0","36F8D23F-3ADC-40FB-9A9B-D726CA8560D2","F32C1526-A32B-46B5-B550-44C9A527EB19","B075E4A4-D511-45BC-A05D-E9FEB4D8EF29","D554E6AE-A18D-4BBA-AB29-419B75691B79"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":28588},"__LivelyClassName__":"lively.morphic.Button"},"28540":{"submorphs":[],"scripts":[],"id":"3798F7FA-3A58-49F6-869E-0B645CDB0AFE","shape":{"__isSmartRef__":true,"id":28541},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":28547},"_MaxTextWidth":18,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":28548},"_Padding":{"__isSmartRef__":true,"id":28549},"owner":{"__isSmartRef__":true,"id":28539},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":28550},"textChunks":[{"__isSmartRef__":true,"id":28551}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":28553},"eventHandler":{"__isSmartRef__":true,"id":28554},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":18,"_MinTextHeight":null,"derivationIds":[1239,"0950594A-94D2-49BB-8E22-06789654760D","9E11E76B-89E8-4AF1-8D7F-24952002D1DE","39E0A384-A8F7-4ECE-A3F3-3B39C85B1DBA","7970902A-4F1C-4337-8A61-02D5AEA5697B","DE30399C-D0BE-412E-B0C6-18B37109F841","E311AA2E-9F6A-4DF4-AAD2-6631660E1203","AA4706D6-6736-4F85-80F2-48443DC7DA44","C2A120EC-B8B5-44A6-801B-F8E9FDE230BF","34EB9510-4D09-4B14-8B09-45852E807EEC","578C10D1-9557-441C-ABD1-303291DEFD1A","680618F4-7A7D-43A9-B75C-4515C8D3A904","1631FBD4-94FC-4C42-A426-822A8D107F36","574DCB97-CFE4-470B-944F-567F9CBAD365","81CA5687-24FD-462D-BFD3-A33C82169582","B85E3B2A-7437-47F6-BDF5-D02C7F6C5A0F","0375365E-D522-4331-BCA3-1B9C85143F76","34D3646F-8812-4695-9CFD-CD9AF31869F4","D8EE495F-73DC-4FA7-83BA-744F42C42961"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":28555},"__LivelyClassName__":"lively.morphic.Text"},"28541":{"position":{"__isSmartRef__":true,"id":28542},"_Extent":{"__isSmartRef__":true,"id":28543},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":28544},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":28545},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":28546},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"28542":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28543":{"x":20,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28544":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28545":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28546":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"28547":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28548":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"28549":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"28550":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28551":{"style":{"__isSmartRef__":true,"id":28552},"chunkOwner":{"__isSmartRef__":true,"id":28540},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"-","__LivelyClassName__":"lively.morphic.TextChunk"},"28552":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"28553":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"28554":{"morph":{"__isSmartRef__":true,"id":28540},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"28555":{"requiredModules":[],"idOnLoad":"3798F7FA-3A58-49F6-869E-0B645CDB0AFE","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"28556":{"position":{"__isSmartRef__":true,"id":28557},"_Extent":{"__isSmartRef__":true,"id":28558},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":28559},"_Fill":{"__isSmartRef__":true,"id":28560},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":28570},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":28571},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"28557":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28558":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28559":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28560":{"stops":[{"__isSmartRef__":true,"id":28561},{"__isSmartRef__":true,"id":28563},{"__isSmartRef__":true,"id":28565},{"__isSmartRef__":true,"id":28567}],"vector":{"__isSmartRef__":true,"id":28569},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"28561":{"offset":0,"color":{"__isSmartRef__":true,"id":28562}},"28562":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28563":{"offset":0.4,"color":{"__isSmartRef__":true,"id":28564}},"28564":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28565":{"offset":0.6,"color":{"__isSmartRef__":true,"id":28566}},"28566":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28567":{"offset":1,"color":{"__isSmartRef__":true,"id":28568}},"28568":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28569":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"28570":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28571":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"28572":{"x":120,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28573":{"stops":[{"__isSmartRef__":true,"id":28574},{"__isSmartRef__":true,"id":28576},{"__isSmartRef__":true,"id":28578},{"__isSmartRef__":true,"id":28580}],"vector":{"__isSmartRef__":true,"id":28569},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"28574":{"offset":0,"color":{"__isSmartRef__":true,"id":28575}},"28575":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28576":{"offset":0.4,"color":{"__isSmartRef__":true,"id":28577}},"28577":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28578":{"offset":0.6,"color":{"__isSmartRef__":true,"id":28579}},"28579":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28580":{"offset":1,"color":{"__isSmartRef__":true,"id":28581}},"28581":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28582":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"idOnLoad":"616EA635-93F9-48A3-B928-A37222B8BE43","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"28583":{"sourceObj":{"__isSmartRef__":true,"id":28539},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":28539},"targetMethodName":"onFire","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"28584":{"x":134.06609913216516,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28585":{"moveVertical":false},"28586":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"28587":{"morph":{"__isSmartRef__":true,"id":28539},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"28588":{"onFire":{"__isSmartRef__":true,"id":28589}},"28589":{"varMapping":{"__isSmartRef__":true,"id":28590},"source":"function onFire() {\n\tthis.get('PartsBinBrowser').removeCategoryInteractively()\n}","funcProperties":{"__isSmartRef__":true,"id":28591},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"28590":{"this":{"__isSmartRef__":true,"id":28539}},"28591":{},"28592":{"submorphs":[{"__isSmartRef__":true,"id":28593}],"scripts":[],"id":"DF26A87C-5093-4933-B32D-989A76D290FF","shape":{"__isSmartRef__":true,"id":28609},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":28625},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":28613},"lighterFill":{"__isSmartRef__":true,"id":28626},"label":{"__isSmartRef__":true,"id":28593},"name":"addCategoryButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":28635},"attributeConnections":[{"__isSmartRef__":true,"id":28636}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":28637},"owner":{"__isSmartRef__":true,"id":26184},"layout":{"__isSmartRef__":true,"id":28638},"renderContextTable":{"__isSmartRef__":true,"id":28639},"eventHandler":{"__isSmartRef__":true,"id":28640},"derivationIds":[1240,"4C2C10AA-3167-4B7D-9518-38AA200B5BC6","03AA66B1-0216-4615-BC50-CD240729363E","E4ECDC08-B9DE-4716-97F1-FA4A9D84B22D","AA637DB5-981E-4875-A449-4FEA2FC1C13F","55DB5207-1834-4135-81B3-4F1837BD85E0","30C8FE48-BA9E-43F9-B4FC-0341EC392ACF","2C20BACF-1CEC-44C2-8F56-12470A7027A9","C650BBE2-143B-4BC5-8EF1-1A524E123AE5","F33FAD3D-DBA2-49AD-84F4-4754F4036D2D","1482E0D5-DF16-48E6-8815-B26DA5EE5818","EAC37F08-BCB6-4170-8667-1B6CFCF4E5A1","B09187AF-0ADE-40E9-8854-F43365D6200B","45D0DBA7-4458-4FB4-A7DE-5D5F8FA7C07C","B8FF07C9-562A-462B-9E72-0374A9AF23B6","5BDD2225-268A-48C3-9D60-A54BE7218F3E","024166B5-514F-42E9-9B8F-92BE1B1B561F","1A0825CD-8DCC-4F32-93FF-4912FB1E4F15","3320CEA7-B9AF-42CD-AD29-0D52B7739050"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":28641},"__LivelyClassName__":"lively.morphic.Button"},"28593":{"submorphs":[],"scripts":[],"id":"D9EB56C1-77D1-4A60-BF8D-AF1A732C4B79","shape":{"__isSmartRef__":true,"id":28594},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":28600},"_MaxTextWidth":18,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":28601},"_Padding":{"__isSmartRef__":true,"id":28602},"owner":{"__isSmartRef__":true,"id":28592},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":28603},"textChunks":[{"__isSmartRef__":true,"id":28604}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":28606},"eventHandler":{"__isSmartRef__":true,"id":28607},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":18,"_MinTextHeight":null,"derivationIds":[1241,"4FB5FB12-B7A2-4FF0-A0A1-C45C2FAE8274","7FFD3B07-E2DB-4CA7-A11B-327EBF88268D","3AD91228-BC6B-4030-A2C5-4055DF856DE4","B0F178B5-2384-4150-9E8E-F9F630407349","B62BAE98-D2F9-4769-A7A2-64403D5C2C21","F208698E-6181-438F-8C96-4E6B9739967E","DA6A940F-C968-47AC-AC35-59D17BBB71BC","D72F3161-DE66-4A55-827B-FE95CB3855C1","38222CFF-F285-4D8C-8CE9-49E289A8DB01","27598E1E-5C29-40E9-9828-BDA39C7A14D0","2ED00864-0FC6-4DF5-98A8-E6C0D982098E","C1578206-028D-4DFF-8D5C-B8B472E478BD","AE545D90-295C-4BA2-B148-7CD56762EEC8","5A3C8159-95EC-45BA-A630-50FFF32492DB","4558E404-B6A2-456D-86CD-6A7ABD655AEB","70C14ABA-91D0-4910-9A6B-DE34408484EE","0D747327-F2BD-41C9-943C-E50F4EF2B5E3","C3C7355F-DF3C-4032-9C6D-55899FFC46DD"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":28608},"__LivelyClassName__":"lively.morphic.Text"},"28594":{"position":{"__isSmartRef__":true,"id":28595},"_Extent":{"__isSmartRef__":true,"id":28596},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":28597},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":28598},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":28599},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"28595":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28596":{"x":20,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28597":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28598":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28599":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"28600":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28601":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"28602":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"28603":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28604":{"style":{"__isSmartRef__":true,"id":28605},"chunkOwner":{"__isSmartRef__":true,"id":28593},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"+","__LivelyClassName__":"lively.morphic.TextChunk"},"28605":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"28606":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"28607":{"morph":{"__isSmartRef__":true,"id":28593},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"28608":{"requiredModules":[],"idOnLoad":"D9EB56C1-77D1-4A60-BF8D-AF1A732C4B79","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"28609":{"position":{"__isSmartRef__":true,"id":28610},"_Extent":{"__isSmartRef__":true,"id":28611},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":28612},"_Fill":{"__isSmartRef__":true,"id":28613},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":28623},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":28624},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"28610":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28611":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28612":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28613":{"stops":[{"__isSmartRef__":true,"id":28614},{"__isSmartRef__":true,"id":28616},{"__isSmartRef__":true,"id":28618},{"__isSmartRef__":true,"id":28620}],"vector":{"__isSmartRef__":true,"id":28622},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"28614":{"offset":0,"color":{"__isSmartRef__":true,"id":28615}},"28615":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28616":{"offset":0.4,"color":{"__isSmartRef__":true,"id":28617}},"28617":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28618":{"offset":0.6,"color":{"__isSmartRef__":true,"id":28619}},"28619":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28620":{"offset":1,"color":{"__isSmartRef__":true,"id":28621}},"28621":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28622":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"28623":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28624":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"28625":{"x":100,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28626":{"stops":[{"__isSmartRef__":true,"id":28627},{"__isSmartRef__":true,"id":28629},{"__isSmartRef__":true,"id":28631},{"__isSmartRef__":true,"id":28633}],"vector":{"__isSmartRef__":true,"id":28622},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"28627":{"offset":0,"color":{"__isSmartRef__":true,"id":28628}},"28628":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28629":{"offset":0.4,"color":{"__isSmartRef__":true,"id":28630}},"28630":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28631":{"offset":0.6,"color":{"__isSmartRef__":true,"id":28632}},"28632":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28633":{"offset":1,"color":{"__isSmartRef__":true,"id":28634}},"28634":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28635":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"idOnLoad":"DF26A87C-5093-4933-B32D-989A76D290FF","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"28636":{"sourceObj":{"__isSmartRef__":true,"id":28592},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":28592},"targetMethodName":"onFire","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"28637":{"x":134.06609913216516,"y":19.99799699599498,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28638":{"moveVertical":false},"28639":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"28640":{"morph":{"__isSmartRef__":true,"id":28592},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"28641":{"onFire":{"__isSmartRef__":true,"id":28642}},"28642":{"varMapping":{"__isSmartRef__":true,"id":28643},"source":"function onFire() {\n\tthis.get('PartsBinBrowser').addCategoryInteractively()\n}","funcProperties":{"__isSmartRef__":true,"id":28644},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"28643":{"this":{"__isSmartRef__":true,"id":28592}},"28644":{},"28645":{"submorphs":[],"scripts":[],"id":"BC4DE46B-0051-4885-8412-62F4393B0C67","shape":{"__isSmartRef__":true,"id":28646},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":28652},"_MaxTextWidth":531.2024292894854,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":28653},"showsHalos":false,"_FontSize":11,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"searchText","partsBinMetaInfo":{"__isSmartRef__":true,"id":28654},"textChunks":[{"__isSmartRef__":true,"id":28655}],"charsReplaced":"Search","lastFindLoc":-6,"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":28657},"renderContextTable":{"__isSmartRef__":true,"id":28658},"eventHandler":{"__isSmartRef__":true,"id":28659},"owner":{"__isSmartRef__":true,"id":26184},"isInputLine":true,"attributeConnections":[{"__isSmartRef__":true,"id":28660}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"layout":{"__isSmartRef__":true,"id":28661},"_WhiteSpaceHandling":"pre-wrap","_ClipMode":"visible","_MinTextWidth":531.2024292894854,"_MinTextHeight":null,"derivationIds":[1242,"A22EEABD-CB29-4C5C-8C48-F766E326BC3F","6A6D6852-0ACD-4AFB-B78D-5C1767FC64BF","9D304E91-4077-4112-BBAA-EA47623B1BD8","178FCB01-0879-494A-9F87-056D582D689E","26B6A9F2-7F9D-4666-AB17-65E0DCD0BA0A","74080715-3CAE-431E-94C4-C98DDDF12BCD","54094B9D-EC29-4193-AE36-80A09F2E996E","3C430B51-E92E-42CF-9F28-9155B1DD75BE","95739011-C77B-4A83-92C9-404E7678E001","CE98D4C0-8E1E-40C3-AA60-10700C5B09B8","9FCABE52-F360-4ABC-81B7-C64D6A931C03","AFE833D0-7AAD-4F80-9FA0-E34F01873FB9","0519742E-9514-4066-9CD3-ED884C62AE77","2175C2DC-5DAA-4A1A-803E-8B55C07D6806","3148E12F-D9FA-4141-9A5E-73E3F8A65776","86933F48-407D-458F-ADB7-865018746EDD","0C9ED1AC-B0C4-4C07-AC29-B9CF795F80FB","CF02BEE5-9294-42D6-AA95-2DCAD8E1D80E"],"_Rotation":0,"_Scale":1,"savedTextString":"Object","priorSelectionRange":[6,6],"__LivelyClassName__":"lively.morphic.Text"},"28646":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":28647},"_Extent":{"__isSmartRef__":true,"id":28648},"_BorderWidth":2.3680000000000003,"_BorderColor":{"__isSmartRef__":true,"id":28649},"renderContextTable":{"__isSmartRef__":true,"id":28650},"_BorderRadius":1.8500000000000003,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":28651},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"28647":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28648":{"x":552.9384292894854,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28649":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28650":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28651":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"28652":{"x":154.76802363450668,"y":13.108574301564317,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28653":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28654":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"BC4DE46B-0051-4885-8412-62F4393B0C67","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"28655":{"style":{"__isSmartRef__":true,"id":28656},"chunkOwner":{"__isSmartRef__":true,"id":28645},"storedString":"Object","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"28656":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"28657":{"x":552.9384292894854,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28658":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"28659":{"morph":{"__isSmartRef__":true,"id":28645},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"28660":{"sourceObj":{"__isSmartRef__":true,"id":28645},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":26184},"targetMethodName":"search","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"28661":{"resizeWidth":true},"28662":{"submorphs":[],"scripts":[],"id":"DA0F2E39-F8B3-4436-92A2-3211C35DA990","shape":{"__isSmartRef__":true,"id":28663},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":28669},"_MaxTextWidth":168,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":28666},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text4","partsBinMetaInfo":{"__isSmartRef__":true,"id":28670},"textChunks":[{"__isSmartRef__":true,"id":28671}],"charsReplaced":"some text","lastFindLoc":-9,"priorSelectionRange":[6,6],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":28673},"renderContextTable":{"__isSmartRef__":true,"id":28674},"eventHandler":{"__isSmartRef__":true,"id":28675},"owner":{"__isSmartRef__":true,"id":26184},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":168,"_MinTextHeight":null,"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","previousSelection":[0,6],"derivationIds":[1243,"5346A257-CAB6-48DA-B412-636917F28280","E611ABED-3298-4027-89C5-503BFCFE4CA3","27AE40EC-F949-496E-8968-BA32D5E3A431","025BE71F-60AB-4115-B745-04714CE7774C","A2845EF4-117F-4AC3-AD19-E09D78C3C866","B854DD97-9BE2-44B9-BFF5-93AA931B4385","2FEEF365-D284-4F58-A92B-A8E11A69DAA6","41171B50-1911-4C21-A067-633FFB938163","6FF550A7-CD2A-48AA-B67F-9E24ACDEB0C1","107A1C0E-D268-4536-AF57-603A206E6460","108F5C5C-B711-4859-8463-980AD2E5EC4C","B78A07FF-977F-4CC1-8870-16B4756D22A1","EACE9426-8983-4C7C-9388-7829A84E90FB","01449D54-8A3D-46AD-9B4F-7CB12D5FF2A9","705CF292-539B-4A18-81B5-3D2B962B1D82","7810B7C5-9EAF-4413-85AB-8FE6E928F162","5B5C10A0-4921-4667-85C7-D7C5966142AF","6A39CF0A-97A8-49DF-9B54-020670AD0468"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"28663":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":28664},"_Extent":{"__isSmartRef__":true,"id":28665},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":28666},"renderContextTable":{"__isSmartRef__":true,"id":28667},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":28668},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"28664":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28665":{"x":168,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28666":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28667":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28668":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"28669":{"x":154.76802363450668,"y":0.10857430156420378,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28670":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"DA0F2E39-F8B3-4436-92A2-3211C35DA990","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"28671":{"style":{"__isSmartRef__":true,"id":28672},"morph":{"__isSmartRef__":true,"id":28662},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":28662},"storedString":"search","__LivelyClassName__":"lively.morphic.TextChunk"},"28672":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"28673":{"x":168,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28674":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"28675":{"morph":{"__isSmartRef__":true,"id":28662},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"28676":{"submorphs":[{"__isSmartRef__":true,"id":28677}],"scripts":[],"id":"D2584C54-7F48-4A2E-8080-553F8F7CF523","shape":{"__isSmartRef__":true,"id":28692},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":28705},"lighterFill":{"__isSmartRef__":true,"id":28715},"label":{"__isSmartRef__":true,"id":28677},"attributeConnections":[{"__isSmartRef__":true,"id":28724},{"__isSmartRef__":true,"id":28749},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753}],"doNotSerialize":["$$fire","$$_Position","$$_Scale","$$_Rotation","$$owner"],"doNotCopyProperties":["$$fire","$$_Position","$$_Scale","$$_Rotation","$$owner"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":29050},"name":"moreButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":29051},"renderContextTable":{"__isSmartRef__":true,"id":29052},"eventHandler":{"__isSmartRef__":true,"id":29053},"priorExtent":{"__isSmartRef__":true,"id":29054},"layout":{"__isSmartRef__":true,"id":29055},"derivationIds":[1244,"C5093924-2C24-4CFD-B800-F131C46037DC","AB03EF5D-3025-4CB5-BEC2-E2C320D01FA0","817FF716-6521-4E26-BB87-16FA8F03677B","0F06625C-5212-45B6-A7D7-A07176D879F3","0ED68E94-8AB8-4A9A-A901-B500D901EAED","EF0C5FDE-98A3-45BD-8272-258EA652B5ED","98806A3E-629D-4352-BAA2-478838A8B085","A4F6BA8D-523C-411E-833E-DD810C034DB5","0CB2D4BC-8186-4D2F-BEA4-96BA094171C6","C0346302-E4FA-4685-861D-BF6C4697D40B","AC1B5887-56E7-4158-A93C-AD0CF60B3D87","9F28E804-B1DF-407A-90D2-DCF53D9BB909","1E73CC75-8F5D-42BD-9B81-7A64FDD0D205","484DD2FD-5AA0-4CEC-BB6C-1BBE9F32F6DC","AEACC2BC-5D09-41B9-A05D-2437E76BE49B","8A20C95D-D4D9-4AD5-8A55-CF241DB05538","65CA7334-2870-4045-BA15-D73FD78E21D0","19F6AD8A-BD21-4E66-9D47-F9B68C652286"],"_Position":{"__isSmartRef__":true,"id":29056},"_Scale":1,"_Rotation":0,"owner":{"__isSmartRef__":true,"id":26184},"_ClipMode":"visible","isPressed":false,"__LivelyClassName__":"lively.morphic.Button"},"28677":{"submorphs":[],"scripts":[],"id":"B1DE6AD5-F864-4892-ABAD-B06DFE846D46","shape":{"__isSmartRef__":true,"id":28678},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":45.76199368290986,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":28683},"textColor":{"__isSmartRef__":true,"id":28681},"owner":{"__isSmartRef__":true,"id":28676},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":28684}],"padding":{"__isSmartRef__":true,"id":28686},"_Padding":{"__isSmartRef__":true,"id":28687},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":28688},"_FontFamily":"Helvetica, Sans-Serif","renderContextTable":{"__isSmartRef__":true,"id":28689},"eventHandler":{"__isSmartRef__":true,"id":28690},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_Align":"center","_FontSize":10,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":45.76199368290986,"_MinTextHeight":null,"derivationIds":[1245,"0125C72B-2B04-4872-A0B1-0292F9733F9D","99E6F0CD-AA33-42BD-B6E6-3154AA491D70","DAFB157F-4F83-4402-894A-12549438C7E9","98F29C75-DB67-470E-8F9F-4B7135CE21D9","D4509212-C332-45F0-B768-69E4E0D59537","735C22EC-309F-484F-B643-48229EC6D6E5","72386EBF-DE01-4B53-9084-32841E59EE3C","8AB3572C-52F6-4F6A-B59F-9EFA069C1601","C882377D-6F5C-43E4-AEAB-996ECA6A82A1","DA159A64-D6F8-4A2F-834D-71C6289A1FC8","58923C3A-4492-4DB3-871A-DEE1219F199C","B4024F35-8AB7-43DE-BE23-2758B0EB4C26","93871BBA-3E5C-4B6F-8A5A-CB2AA4DDA546","98E9C433-F2D7-4ED4-B286-33CDFC7F8B7F","82135AAD-8041-4CA4-B78C-0D80FBA43722","358F966D-679E-4DC3-98C0-8D697712CD4E","0D4E0BD4-0743-470F-8F3B-E0602F5CE408","7F61D12A-0120-49DD-A4D5-CB25BB23ED74"],"_Scale":1,"_TextColor":{"__isSmartRef__":true,"id":118},"partsBinMetaInfo":{"__isSmartRef__":true,"id":28691},"__LivelyClassName__":"lively.morphic.Text"},"28678":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":28679},"_Extent":{"__isSmartRef__":true,"id":28680},"_BorderColor":{"__isSmartRef__":true,"id":28681},"renderContextTable":{"__isSmartRef__":true,"id":28682},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":7607},"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"28679":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28680":{"x":45.76199368290986,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28681":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28682":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28683":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28684":{"style":{"__isSmartRef__":true,"id":28685},"chunkOwner":{"__isSmartRef__":true,"id":28677},"storedString":"hide","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"28685":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"28686":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"28687":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"28688":{"x":45.76199368290986,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28689":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"28690":{"morph":{"__isSmartRef__":true,"id":28677},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"28691":{"requiredModules":[],"idOnLoad":"B1DE6AD5-F864-4892-ABAD-B06DFE846D46","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"28692":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":28693},"_Extent":{"__isSmartRef__":true,"id":28694},"_Fill":{"__isSmartRef__":true,"id":28695},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":28702},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":28703},"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":28704},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"28693":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28694":{"x":45.76199368290986,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28695":{"stops":[{"__isSmartRef__":true,"id":28696},{"__isSmartRef__":true,"id":28698},{"__isSmartRef__":true,"id":28699},{"__isSmartRef__":true,"id":28700}],"vector":{"__isSmartRef__":true,"id":153},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"28696":{"offset":0,"color":{"__isSmartRef__":true,"id":28697}},"28697":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28698":{"offset":0.3,"color":{"__isSmartRef__":true,"id":149}},"28699":{"offset":0.7,"color":{"__isSmartRef__":true,"id":149}},"28700":{"offset":1,"color":{"__isSmartRef__":true,"id":28701}},"28701":{"r":0.7973333333333334,"g":0.7973333333333334,"b":0.7973333333333334,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28702":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28703":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28704":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"28705":{"stops":[{"__isSmartRef__":true,"id":28706},{"__isSmartRef__":true,"id":28708},{"__isSmartRef__":true,"id":28710},{"__isSmartRef__":true,"id":28712}],"vector":{"__isSmartRef__":true,"id":28714},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"28706":{"offset":0,"color":{"__isSmartRef__":true,"id":28707}},"28707":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28708":{"offset":0.4,"color":{"__isSmartRef__":true,"id":28709}},"28709":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28710":{"offset":0.6,"color":{"__isSmartRef__":true,"id":28711}},"28711":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28712":{"offset":1,"color":{"__isSmartRef__":true,"id":28713}},"28713":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28714":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"28715":{"stops":[{"__isSmartRef__":true,"id":28716},{"__isSmartRef__":true,"id":28718},{"__isSmartRef__":true,"id":28720},{"__isSmartRef__":true,"id":28722}],"vector":{"__isSmartRef__":true,"id":28714},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"28716":{"offset":0,"color":{"__isSmartRef__":true,"id":28717}},"28717":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28718":{"offset":0.4,"color":{"__isSmartRef__":true,"id":28719}},"28719":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28720":{"offset":0.6,"color":{"__isSmartRef__":true,"id":28721}},"28721":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28722":{"offset":1,"color":{"__isSmartRef__":true,"id":28723}},"28723":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28724":{"sourceObj":{"__isSmartRef__":true,"id":28676},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":26184},"targetMethodName":"toggleMorePane","visualConnector":{"__isSmartRef__":true,"id":28725},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"28725":{"submorphs":[],"scripts":[],"id":7318,"renderContextTable":{"__isSmartRef__":true,"id":28726},"shape":{"__isSmartRef__":true,"id":28727},"droppingEnabled":true,"halosEnabled":true,"eventHandler":{"__isSmartRef__":true,"id":28734},"controlPoints":[{"__isSmartRef__":true,"id":28735},{"__isSmartRef__":true,"id":28738}],"con":{"__isSmartRef__":true,"id":28724},"showsMorphMenu":true,"isCopyMorphRef":true,"morphRefId":1,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":28741},"__LivelyClassName__":"lively.morphic.Path"},"28726":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"28727":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":28728},{"__isSmartRef__":true,"id":28729}],"renderContextTable":{"__isSmartRef__":true,"id":28730},"_Position":{"__isSmartRef__":true,"id":28731},"_Extent":{"__isSmartRef__":true,"id":28732},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":28733},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"28728":{"isAbsolute":true,"x":1259.8221585389101,"y":573.65574413064,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"28729":{"isAbsolute":true,"x":534.2674590271638,"y":559.5438324747307,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"28730":{},"28731":{"x":-2,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28732":{"x":720.7977294921875,"y":13.972190856933594,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28733":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28734":{"morph":{"__isSmartRef__":true,"id":28725},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"28735":{"morph":{"__isSmartRef__":true,"id":28725},"index":0,"connectedMagnet":{"__isSmartRef__":true,"id":28736},"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"28736":{"morph":{"__isSmartRef__":true,"id":28676},"position":{"__isSmartRef__":true,"id":28737},"connectedControlPoints":[{"__isSmartRef__":true,"id":28735}],"__SourceModuleName__":"Global.lively.morphic.Connectors","__LivelyClassName__":"lively.morphic.Magnet"},"28737":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28738":{"morph":{"__isSmartRef__":true,"id":28725},"index":1,"connectedMagnet":{"__isSmartRef__":true,"id":28739},"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"28739":{"morph":{"__isSmartRef__":true,"id":26184},"position":{"__isSmartRef__":true,"id":28740},"connectedControlPoints":[{"__isSmartRef__":true,"id":28738}],"__SourceModuleName__":"Global.lively.morphic.Connectors","__LivelyClassName__":"lively.morphic.Magnet"},"28740":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28741":{"morphMenuItems":{"__isSmartRef__":true,"id":28742}},"28742":{"varMapping":{"__isSmartRef__":true,"id":28743},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":28748},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"28743":{"this":{"__isSmartRef__":true,"id":28725},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":28744}},"28744":{"$super":{"__isSmartRef__":true,"id":28745}},"28745":{"varMapping":{"__isSmartRef__":true,"id":28746},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":28747},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"28746":{"obj":{"__isSmartRef__":true,"id":28725},"name":"morphMenuItems"},"28747":{},"28748":{},"28749":{"sourceObj":{"__isSmartRef__":true,"id":28676},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":28735},"targetMethodName":"alignToMagnet","dependendConnections":[{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28764},{"__isSmartRef__":true,"id":28992},{"__isSmartRef__":true,"id":28993},{"__isSmartRef__":true,"id":28994},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28764},{"__isSmartRef__":true,"id":28992},{"__isSmartRef__":true,"id":28993},{"__isSmartRef__":true,"id":28994},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28764},{"__isSmartRef__":true,"id":28992},{"__isSmartRef__":true,"id":28993},{"__isSmartRef__":true,"id":28994},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28764},{"__isSmartRef__":true,"id":28992},{"__isSmartRef__":true,"id":28993},{"__isSmartRef__":true,"id":28994},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28764},{"__isSmartRef__":true,"id":28992},{"__isSmartRef__":true,"id":28993},{"__isSmartRef__":true,"id":28994},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28764},{"__isSmartRef__":true,"id":28992},{"__isSmartRef__":true,"id":28993},{"__isSmartRef__":true,"id":28994},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28764},{"__isSmartRef__":true,"id":28992},{"__isSmartRef__":true,"id":28993},{"__isSmartRef__":true,"id":28994},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28764},{"__isSmartRef__":true,"id":28992},{"__isSmartRef__":true,"id":28993},{"__isSmartRef__":true,"id":28994},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28764},{"__isSmartRef__":true,"id":28992},{"__isSmartRef__":true,"id":28993},{"__isSmartRef__":true,"id":28994},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28764},{"__isSmartRef__":true,"id":28992},{"__isSmartRef__":true,"id":28993},{"__isSmartRef__":true,"id":28994},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28764},{"__isSmartRef__":true,"id":28992},{"__isSmartRef__":true,"id":28993},{"__isSmartRef__":true,"id":28994},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28764},{"__isSmartRef__":true,"id":28992},{"__isSmartRef__":true,"id":28993},{"__isSmartRef__":true,"id":28994},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28764},{"__isSmartRef__":true,"id":28992},{"__isSmartRef__":true,"id":28993},{"__isSmartRef__":true,"id":28994},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28764},{"__isSmartRef__":true,"id":28992},{"__isSmartRef__":true,"id":28993},{"__isSmartRef__":true,"id":28994},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28764},{"__isSmartRef__":true,"id":28992},{"__isSmartRef__":true,"id":28993},{"__isSmartRef__":true,"id":28994},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28764},{"__isSmartRef__":true,"id":28992},{"__isSmartRef__":true,"id":28993},{"__isSmartRef__":true,"id":28994},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28764},{"__isSmartRef__":true,"id":28992},{"__isSmartRef__":true,"id":28993},{"__isSmartRef__":true,"id":28994},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28764},{"__isSmartRef__":true,"id":28992},{"__isSmartRef__":true,"id":28993},{"__isSmartRef__":true,"id":28994},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28764},{"__isSmartRef__":true,"id":28992},{"__isSmartRef__":true,"id":28993},{"__isSmartRef__":true,"id":28994},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28764},{"__isSmartRef__":true,"id":28992},{"__isSmartRef__":true,"id":28993},{"__isSmartRef__":true,"id":28994},{"__isSmartRef__":true,"id":28750},{"__isSmartRef__":true,"id":28751},{"__isSmartRef__":true,"id":28752},{"__isSmartRef__":true,"id":28753},{"__isSmartRef__":true,"id":28755},{"__isSmartRef__":true,"id":28756},{"__isSmartRef__":true,"id":28757},{"__isSmartRef__":true,"id":28758},{"__isSmartRef__":true,"id":28764},{"__isSmartRef__":true,"id":28992},{"__isSmartRef__":true,"id":28993},{"__isSmartRef__":true,"id":28994}],"oldTransform":{"__isSmartRef__":true,"id":29048},"__SourceModuleName__":"Global.lively.bindings.GeometryBindings","__LivelyClassName__":"lively.morphic.GeometryTransformConnection"},"28750":{"sourceObj":{"__isSmartRef__":true,"id":28676},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":28749},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":28749},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"28751":{"sourceObj":{"__isSmartRef__":true,"id":28676},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":28749},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":28749},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"28752":{"sourceObj":{"__isSmartRef__":true,"id":28676},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":28749},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":28749},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"28753":{"sourceObj":{"__isSmartRef__":true,"id":28676},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":28749},"targetMethodName":"updateOwners","converter":null,"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":28754},"dependedBy":{"__isSmartRef__":true,"id":28749},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"28754":{"source":{"__isSmartRef__":true,"id":28676},"target":{"__isSmartRef__":true,"id":28749}},"28755":{"sourceObj":{"__isSmartRef__":true,"id":26184},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":28749},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":28749},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"28756":{"sourceObj":{"__isSmartRef__":true,"id":26184},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":28749},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":28749},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"28757":{"sourceObj":{"__isSmartRef__":true,"id":26184},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":28749},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":28749},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"28758":{"sourceObj":{"__isSmartRef__":true,"id":26184},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":28749},"targetMethodName":"updateOwners","converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":28759},"dependedBy":{"__isSmartRef__":true,"id":28749},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":28760},"__LivelyClassName__":"AttributeConnection"},"28759":{"source":{"__isSmartRef__":true,"id":26184},"target":{"__isSmartRef__":true,"id":28749}},"28760":{"converter":{"__isSmartRef__":true,"id":28761}},"28761":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":28762},"source":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","funcProperties":{"__isSmartRef__":true,"id":28763},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"28762":{"source":{"__isSmartRef__":true,"id":26184},"target":{"__isSmartRef__":true,"id":28749}},"28763":{},"28764":{"sourceObj":{"__isSmartRef__":true,"id":28765},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":28749},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":28749},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"28765":{"submorphs":[{"__isSmartRef__":true,"id":26184},{"__isSmartRef__":true,"id":28766},{"__isSmartRef__":true,"id":28931}],"scripts":[],"shape":{"__isSmartRef__":true,"id":28984},"id":"B09DF82B-F518-4CE4-82A2-3CC292FC501D","renderContextTable":{"__isSmartRef__":true,"id":28988},"eventHandler":{"__isSmartRef__":true,"id":28989},"droppingEnabled":false,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":28990},"LK2":true,"priorExtent":{"__isSmartRef__":true,"id":28991},"attributeConnections":[{"__isSmartRef__":true,"id":28764},{"__isSmartRef__":true,"id":28992},{"__isSmartRef__":true,"id":28993},{"__isSmartRef__":true,"id":28994},{"__isSmartRef__":true,"id":29000},{"__isSmartRef__":true,"id":29011},{"__isSmartRef__":true,"id":29012},{"__isSmartRef__":true,"id":29013}],"doNotSerialize":["$$_Position","$$_Scale","$$_Rotation","$$owner"],"doNotCopyProperties":["$$_Position","$$_Scale","$$_Rotation","$$owner"],"targetMorph":{"__isSmartRef__":true,"id":26184},"titleBar":{"__isSmartRef__":true,"id":28766},"contentOffset":{"__isSmartRef__":true,"id":29021},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":29022},"name":"PartsBinBrowser","prevDragPos":{"__isSmartRef__":true,"id":29037},"showsHalos":false,"highlighted":true,"__SourceModuleName__":"Global.lively.morphic.Widgets","isBeingDragged":false,"prevScroll":[0,0],"derivationIds":[1215,"CD1D2132-9803-45F0-938B-A3EBEFBF00C0","3DA45E92-65EE-4204-9FD1-B2937182D2A2","355D68D8-8232-482A-9523-6DB0E52810A0","A0BB5BEF-7109-48C0-A62E-DF7F9AF31E34","0C777EAA-8FAE-4CC7-9F13-BE5705616FE8","802A0A68-43C2-490F-8B92-F39EFC70898F","B3516BD2-CAA3-483F-BAFC-2CDE09EF880F","430E7A9A-C67D-44B4-A5D9-D07D7426B9D7","9DE2C4AC-0928-4F92-988A-29DD071EEC06","1BC6994F-E9DC-43BE-BC0A-76D1F52D5F13","23324C62-C0B2-40BC-901A-F734825A4726","4C8C3D09-70B0-4DBB-ABF0-03A08BD59980","BE34E85D-7B10-4886-9120-D1EB4297D09D","86EB8656-FBE4-4954-9035-0FE9EB68DCCD","35542C80-CA9F-4F55-BAB6-1481C899EFBC","5A67CE7B-B699-41DB-A547-FDC68922F28F","2155F4FD-E8CB-406E-B300-BB7A1D57515F","A80968D8-D7C7-4599-A868-4214D2A043B0"],"showLog":false,"cameForward":false,"_Position":{"__isSmartRef__":true,"id":29038},"_Scale":1.01,"_Rotation":0,"_ClipMode":"visible","owner":null,"state":"shutdown","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":29039},"__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"28766":{"submorphs":[{"__isSmartRef__":true,"id":28767},{"__isSmartRef__":true,"id":28783},{"__isSmartRef__":true,"id":28839},{"__isSmartRef__":true,"id":28876}],"scripts":[],"shape":{"__isSmartRef__":true,"id":28914},"derivationIds":[null,"CB9A7942-A126-4FEA-92F7-97C70D060BEB","FA9B3561-DB28-470D-A1EC-B8150D4DEF2A","36D680CF-892E-407E-8105-DAA6B09D71D6","1CAA1D0A-D71B-4BFE-8240-865CB7F05E0E","66C69699-50EE-40ED-8CA9-B86D0DD4E47B","BBA3CE3B-99B8-4E44-B846-2C780BAE5F52","1D8D1A51-894F-48AF-A187-A7A6A6038424","0B3AD9C5-800E-438E-9874-EAADEE1BF050","791045F5-5FFE-433E-AB6E-66953008D5BD","4FB22ED4-3DE1-44DA-A468-858694FCBEDC","069F6161-0417-4EAB-B7EE-EA3C0F0DBE2C","ACF1346E-D482-4988-8218-5C696A2A3C6D","6F3DC859-2D3F-492E-910C-0C096B44D29D","8809FE81-20B4-4A1A-BB07-C2928B51A98E","C1048D8A-113D-4A07-B546-FD3871F7E616","DAD50CCC-8DD8-4B46-8D3A-1AA617EA10C5"],"id":"E216AD31-9581-47A8-BB2A-B1B7BAF26701","renderContextTable":{"__isSmartRef__":true,"id":28925},"eventHandler":{"__isSmartRef__":true,"id":28926},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":28927},"_Position":{"__isSmartRef__":true,"id":28928},"windowMorph":{"__isSmartRef__":true,"id":28765},"label":{"__isSmartRef__":true,"id":28767},"closeButton":{"__isSmartRef__":true,"id":28783},"menuButton":{"__isSmartRef__":true,"id":28839},"collapseButton":{"__isSmartRef__":true,"id":28876},"priorExtent":{"__isSmartRef__":true,"id":28929},"owner":{"__isSmartRef__":true,"id":28765},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_ClipMode":"visible","partsBinMetaInfo":{"__isSmartRef__":true,"id":28930},"__LivelyClassName__":"lively.morphic.TitleBar"},"28767":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":28768},"derivationIds":[null,"35225DC7-6AD1-4EAA-9640-2B20FCEAB44B","ED05473C-5327-4DDB-A6D6-F89AE10B9058","A8D18394-0903-41C0-B752-8734202D9666","804FDA9E-028E-4AB2-B5A6-8AE21C38056D","6AB19EC9-B24B-4260-B303-9EEBCCF28B2F","ABFDEE17-F1C9-40C0-948B-89CCE44C80BF","462C3183-AF6C-410F-B603-423FAF163161","6D943AA6-F870-468B-AA11-55A08BCE4E76","7FDA8148-A98A-40B6-8B91-AD819EFC057D","6B3F2781-16C8-4041-9146-CA879CF69017","3030E57E-86F6-443F-8A3A-F58FA7E9B6E6","BED5E2AC-01EA-4628-A64B-0B6EC3F7FA45","587AF0B0-D04D-48CD-A139-9B6E04C92260","E7304AEB-0D79-41B8-99C0-1093B2551E5A","B91F0B75-EB62-4C86-AB0E-C6ADB6ED1A5E","6409A438-1F2D-4009-ACD3-037EA3DB72F9"],"id":"3D9D9D6B-8FAE-4644-9961-26CEFDBD0905","renderContextTable":{"__isSmartRef__":true,"id":28774},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":28775}],"eventHandler":{"__isSmartRef__":true,"id":28777},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":28778},"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":28766},"priorExtent":{"__isSmartRef__":true,"id":28779},"_MaxTextWidth":711.7575068769036,"_MinTextWidth":711.7575068769036,"_MaxTextHeight":null,"_MinTextHeight":null,"_Position":{"__isSmartRef__":true,"id":28780},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_TextColor":{"__isSmartRef__":true,"id":28781},"partsBinMetaInfo":{"__isSmartRef__":true,"id":28782},"__LivelyClassName__":"lively.morphic.Text"},"28768":{"_Position":{"__isSmartRef__":true,"id":28769},"renderContextTable":{"__isSmartRef__":true,"id":28770},"_Extent":{"__isSmartRef__":true,"id":28771},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":28772},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":28773},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"28769":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28770":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28771":{"x":711.7575068769036,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28772":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"28773":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28774":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"28775":{"style":{"__isSmartRef__":true,"id":28776},"chunkOwner":{"__isSmartRef__":true,"id":28767},"storedString":"PartsBinBrowser","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"28776":{"fontWeight":"bold","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"28777":{"morph":{"__isSmartRef__":true,"id":28767},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"28778":{"resizeWidth":true},"28779":{"x":711.7575068769036,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28780":{"x":20,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28781":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28782":{"requiredModules":[],"idOnLoad":"3D9D9D6B-8FAE-4644-9961-26CEFDBD0905","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"28783":{"submorphs":[{"__isSmartRef__":true,"id":28784}],"scripts":[],"shape":{"__isSmartRef__":true,"id":28797},"derivationIds":[null,"84C6AD5C-08E4-4D3E-AE1C-80ED065C7447","1EDA2278-A2B9-4AB4-9516-3DC25ACB4C27","55BA9050-F318-4DDE-AE70-6219D439298D","49C4D74C-7648-4A50-A5D6-2F0F753509B2","861E4568-E439-4FF5-8D7E-CDA56A1E95F3","C3698C70-6388-47F7-947A-5C34A6B60700","93DB8FA4-5D5C-4600-9742-3F67068D5CED","0FF9EAA0-E03A-4E1F-8771-4E0275A5AAD4","C0E85752-8EF2-42D2-BFF0-E061C4D46819","DFFC1C4F-9B94-4D3B-8A83-273625FA1D00","CB20FC8E-CA7C-4C0E-A88B-1D31ED8BC28B","4C0606D0-4382-41A7-8527-E0B161498782","984F539E-6470-4B12-9C45-EA5C47CD3424","54C7BEED-A423-4D4B-83C1-3A5E77EB9B0F","BFF0B730-20B5-4597-AE11-6A187C2F238D","B3E88B19-7A69-4033-B400-02BDC0A0A9BC"],"id":"8D30BE92-4B23-448D-9677-31CA7D966360","renderContextTable":{"__isSmartRef__":true,"id":28810},"eventHandler":{"__isSmartRef__":true,"id":28811},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":28812},"priorExtent":{"__isSmartRef__":true,"id":28813},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":28814},"lighterFill":{"__isSmartRef__":true,"id":28824},"label":{"__isSmartRef__":true,"id":28784},"owner":{"__isSmartRef__":true,"id":28766},"layout":{"__isSmartRef__":true,"id":28833},"attributeConnections":[{"__isSmartRef__":true,"id":28834},{"__isSmartRef__":true,"id":28836}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_ClipMode":"visible","partsBinMetaInfo":{"__isSmartRef__":true,"id":28838},"isPressed":false,"__LivelyClassName__":"lively.morphic.WindowControl"},"28784":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":28785},"derivationIds":[null,"57529DB3-5359-4B56-9F8B-0110DAFAFC52","9921C550-09B9-4C17-8111-D8FE86FB228B","69344588-0544-4FC7-BE21-29C4A98D0D23","81E014B3-6896-4E77-BA4A-F9EA8356F1E2","32EE1337-35F3-4EA6-93FC-58BD22920993","90D97708-997D-47B7-836D-C3951B871800","536FAD0F-5661-46AF-BD86-2FEB8DBC2962","414ED04A-576A-4076-A7B2-159032CE1614","976659CC-6C23-4928-80F8-DF0704CB4FA1","C63202CA-8588-41EA-98DE-3A3C29EAD556","1237F886-758C-4599-9D7B-2316D4920995","1ED30BF6-8E11-43B9-8FF6-7E824D85F92F","142A1685-42D6-4BC2-8624-D1432DDF09E9","7C28FD2A-4140-4DA6-A88B-ED0FD16CE7F8","207F7962-C8A4-4B3E-9550-B95B75ACD704","69AC209E-C03E-4AEB-BBCF-44554E5354E6"],"id":"1F2BCA58-9842-480A-A9EA-18BC0D8E44B4","renderContextTable":{"__isSmartRef__":true,"id":28790},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":28791}],"eventHandler":{"__isSmartRef__":true,"id":28793},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":28794},"priorExtent":{"__isSmartRef__":true,"id":28795},"_MaxTextWidth":15,"_MinTextWidth":15,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":28783},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"partsBinMetaInfo":{"__isSmartRef__":true,"id":28796},"__LivelyClassName__":"lively.morphic.Text"},"28785":{"_Position":{"__isSmartRef__":true,"id":28786},"renderContextTable":{"__isSmartRef__":true,"id":28787},"_Extent":{"__isSmartRef__":true,"id":28788},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":28789},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":28773},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"28786":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28787":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28788":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28789":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"28790":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"28791":{"style":{"__isSmartRef__":true,"id":28792},"chunkOwner":{"__isSmartRef__":true,"id":28784},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk"},"28792":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"28793":{"morph":{"__isSmartRef__":true,"id":28784},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"28794":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28795":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28796":{"requiredModules":[],"idOnLoad":"1F2BCA58-9842-480A-A9EA-18BC0D8E44B4","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"28797":{"_Position":{"__isSmartRef__":true,"id":28798},"renderContextTable":{"__isSmartRef__":true,"id":28799},"_Extent":{"__isSmartRef__":true,"id":28800},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":28801},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":28802},"_Fill":{"__isSmartRef__":true,"id":28803},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"28798":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28799":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28800":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28801":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"28802":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28803":{"stops":[{"__isSmartRef__":true,"id":28804},{"__isSmartRef__":true,"id":28806},{"__isSmartRef__":true,"id":28807},{"__isSmartRef__":true,"id":28808}],"vector":{"__isSmartRef__":true,"id":153},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"28804":{"offset":0,"color":{"__isSmartRef__":true,"id":28805}},"28805":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28806":{"offset":0.3,"color":{"__isSmartRef__":true,"id":149}},"28807":{"offset":0.7,"color":{"__isSmartRef__":true,"id":149}},"28808":{"offset":1,"color":{"__isSmartRef__":true,"id":28809}},"28809":{"r":0.7973333333333334,"g":0.7973333333333334,"b":0.7973333333333334,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28810":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"28811":{"morph":{"__isSmartRef__":true,"id":28783},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"28812":{"x":750.7575068769036,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28813":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28814":{"stops":[{"__isSmartRef__":true,"id":28815},{"__isSmartRef__":true,"id":28817},{"__isSmartRef__":true,"id":28819},{"__isSmartRef__":true,"id":28821}],"vector":{"__isSmartRef__":true,"id":28823},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"28815":{"offset":0,"color":{"__isSmartRef__":true,"id":28816}},"28816":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28817":{"offset":0.4,"color":{"__isSmartRef__":true,"id":28818}},"28818":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28819":{"offset":0.6,"color":{"__isSmartRef__":true,"id":28820}},"28820":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28821":{"offset":1,"color":{"__isSmartRef__":true,"id":28822}},"28822":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28823":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"28824":{"stops":[{"__isSmartRef__":true,"id":28825},{"__isSmartRef__":true,"id":28827},{"__isSmartRef__":true,"id":28829},{"__isSmartRef__":true,"id":28831}],"vector":{"__isSmartRef__":true,"id":28823},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"28825":{"offset":0,"color":{"__isSmartRef__":true,"id":28826}},"28826":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28827":{"offset":0.4,"color":{"__isSmartRef__":true,"id":28828}},"28828":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28829":{"offset":0.6,"color":{"__isSmartRef__":true,"id":28830}},"28830":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28831":{"offset":1,"color":{"__isSmartRef__":true,"id":28832}},"28832":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28833":{"moveHorizontal":true},"28834":{"sourceObj":{"__isSmartRef__":true,"id":28783},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":28765},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":28835},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"28835":{"source":{"__isSmartRef__":true,"id":28783},"target":{"__isSmartRef__":true,"id":28765}},"28836":{"sourceObj":{"__isSmartRef__":true,"id":28783},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":28765},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":28837},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"28837":{"source":{"__isSmartRef__":true,"id":28783},"target":{"__isSmartRef__":true,"id":28765}},"28838":{"requiredModules":[],"idOnLoad":"8D30BE92-4B23-448D-9677-31CA7D966360","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"28839":{"submorphs":[{"__isSmartRef__":true,"id":28840}],"scripts":[],"shape":{"__isSmartRef__":true,"id":28853},"derivationIds":[null,"36CC1066-451F-4248-A272-77B1EA5736D7","69CDBF77-3059-4F05-8245-F654E7C609BF","1AC294AF-CF26-40BF-9B2B-39E2E2A22384","A392DCC9-50D0-478A-A26F-7235BA3B34F1","5FD70964-AD0A-4804-B34A-2E9F0F6A4B52","6A97C30C-330D-4980-90B1-0C07F3D260ED","213D23B8-6B28-40E7-9059-7F7905901965","F627C325-BB22-4CD8-A082-4CF657415475","52CBC51E-591E-4E04-9D14-7796B2DB047A","4CF896A7-5611-4441-BB8B-E9F4D5AEBD88","F4A18010-80C9-493C-A5E5-F90AA8A38EF0","6D48D797-48B6-4459-B111-46A4CDDC5DCF","263D697D-34CA-44E5-89B5-142F34284AE1","175A2DE0-9632-4E31-B6D5-A9C2DCA45E0A","B2445A17-7E07-46C6-AAB4-E84C0351FD01","DB1A19D4-9B65-445C-ADEF-440D8A363B3A"],"id":"1E105DF1-044D-4BDF-B26B-80028F061547","renderContextTable":{"__isSmartRef__":true,"id":28858},"eventHandler":{"__isSmartRef__":true,"id":28859},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":28860},"priorExtent":{"__isSmartRef__":true,"id":28861},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":28814},"lighterFill":{"__isSmartRef__":true,"id":28862},"label":{"__isSmartRef__":true,"id":28840},"owner":{"__isSmartRef__":true,"id":28766},"attributeConnections":[{"__isSmartRef__":true,"id":28871},{"__isSmartRef__":true,"id":28873}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_ClipMode":"visible","partsBinMetaInfo":{"__isSmartRef__":true,"id":28875},"__LivelyClassName__":"lively.morphic.WindowControl"},"28840":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":28841},"derivationIds":[null,"11B8870D-6BAE-4862-8B99-5833D01F50B0","D7C837FB-858D-4C7A-93EF-C5AB424C3DAA","BBB55BCF-2370-440F-9C6B-FE87F65F8E09","6D5114EB-4653-4D3C-9C75-B218CB866171","48C098C9-00C0-4448-893D-EDA16C579071","563C793B-CDC3-41BE-BF58-DF6EA19556FD","ED1430B6-0141-43F2-BDD7-1AE954359582","AE5AF7F3-132A-47CD-9803-3EB60C869BAF","A840CE15-1B07-43B3-B17E-453C077BB03F","2A630580-1BC7-486C-8635-3D0985509B61","15DFD406-C3BE-442C-AF19-F41C6D05E2BA","4E96384C-2791-49B8-95E0-4A76FA9E66AB","44289495-79AE-41BC-AE2E-154E37D66352","EDBDA2D0-C659-4774-ABD5-50FDA47C490C","548B5A98-8852-4E8C-806F-2530B20A2F06","3F0D1A16-CF18-4E0A-BA6A-02EDD1831765"],"id":"44625203-9A92-4EC0-B71D-99D3AA7F9B3D","renderContextTable":{"__isSmartRef__":true,"id":28846},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":28847}],"eventHandler":{"__isSmartRef__":true,"id":28849},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":28850},"priorExtent":{"__isSmartRef__":true,"id":28851},"_MaxTextWidth":15,"_MinTextWidth":15,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":28839},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"partsBinMetaInfo":{"__isSmartRef__":true,"id":28852},"__LivelyClassName__":"lively.morphic.Text"},"28841":{"_Position":{"__isSmartRef__":true,"id":28842},"renderContextTable":{"__isSmartRef__":true,"id":28843},"_Extent":{"__isSmartRef__":true,"id":28844},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":28845},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":28773},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"28842":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28843":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28844":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28845":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"28846":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"28847":{"style":{"__isSmartRef__":true,"id":28848},"chunkOwner":{"__isSmartRef__":true,"id":28840},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk"},"28848":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"28849":{"morph":{"__isSmartRef__":true,"id":28840},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"28850":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28851":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28852":{"requiredModules":[],"idOnLoad":"44625203-9A92-4EC0-B71D-99D3AA7F9B3D","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"28853":{"_Position":{"__isSmartRef__":true,"id":28854},"renderContextTable":{"__isSmartRef__":true,"id":28855},"_Extent":{"__isSmartRef__":true,"id":28856},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":28857},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":28802},"_Fill":{"__isSmartRef__":true,"id":28814},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"28854":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28855":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28856":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28857":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"28858":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"28859":{"morph":{"__isSmartRef__":true,"id":28839},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"28860":{"x":3,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28861":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28862":{"stops":[{"__isSmartRef__":true,"id":28863},{"__isSmartRef__":true,"id":28865},{"__isSmartRef__":true,"id":28867},{"__isSmartRef__":true,"id":28869}],"vector":{"__isSmartRef__":true,"id":28823},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"28863":{"offset":0,"color":{"__isSmartRef__":true,"id":28864}},"28864":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28865":{"offset":0.4,"color":{"__isSmartRef__":true,"id":28866}},"28866":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28867":{"offset":0.6,"color":{"__isSmartRef__":true,"id":28868}},"28868":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28869":{"offset":1,"color":{"__isSmartRef__":true,"id":28870}},"28870":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28871":{"sourceObj":{"__isSmartRef__":true,"id":28839},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":28765},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":28872},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"28872":{"source":{"__isSmartRef__":true,"id":28839},"target":{"__isSmartRef__":true,"id":28765}},"28873":{"sourceObj":{"__isSmartRef__":true,"id":28839},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":28765},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":28874},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"28874":{"source":{"__isSmartRef__":true,"id":28839},"target":{"__isSmartRef__":true,"id":28765}},"28875":{"requiredModules":[],"idOnLoad":"1E105DF1-044D-4BDF-B26B-80028F061547","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"28876":{"submorphs":[{"__isSmartRef__":true,"id":28877}],"scripts":[],"shape":{"__isSmartRef__":true,"id":28890},"derivationIds":[null,"A4716D24-333D-4F87-B30D-693046A4CC11","09521FBD-32DD-4AD7-B9E6-7B3E537AF883","D971E4B7-1DF3-4B21-A73D-24F6EF12F679","C69F70E3-3EBE-4169-AB1B-B6C8A043B95B","F8D9EA1D-0D64-4375-B8B5-4F1F2C5E8541","9FEA18A8-D928-4A43-8017-C0FD088C4B63","F7BA92FD-2CCD-457D-9CD7-19DAEB009515","42A9124E-92FB-4186-8BBF-77CCF3B1002D","E4B2ACF0-0CFD-48E0-9FC7-88AB03BFEB57","47122BD1-0F90-476F-B57A-CFB1E83C3454","99132533-64B7-4959-87A7-6A49B7BA9484","EED63A15-CE25-476F-9DD2-049DB7D07635","665D04DB-D28A-4C4F-957B-532239267CDB","E4A0074C-58B4-4984-9F8D-D5351BECE693","12892E3C-39E1-43D3-B9C1-225F0F6763CF","E1836464-B7F9-4C9D-B59D-847BFE6F255E"],"id":"FB350AA3-DF73-4B63-B356-67E3C3462996","renderContextTable":{"__isSmartRef__":true,"id":28895},"eventHandler":{"__isSmartRef__":true,"id":28896},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":28897},"priorExtent":{"__isSmartRef__":true,"id":28898},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":28814},"lighterFill":{"__isSmartRef__":true,"id":28899},"label":{"__isSmartRef__":true,"id":28877},"owner":{"__isSmartRef__":true,"id":28766},"layout":{"__isSmartRef__":true,"id":28908},"attributeConnections":[{"__isSmartRef__":true,"id":28909},{"__isSmartRef__":true,"id":28911}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_ClipMode":"visible","partsBinMetaInfo":{"__isSmartRef__":true,"id":28913},"__LivelyClassName__":"lively.morphic.WindowControl"},"28877":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":28878},"derivationIds":[null,"862E80E4-0CC5-48AC-A76F-A35D7FE1FC5B","C6CA8AE7-6702-4867-9BD1-9D3A42821A1F","BA5B9281-B182-4EBA-9D02-BBA304CC959B","2289C593-75CE-45EE-B698-E0E9DB527628","3FDADAEC-E6C1-4220-A68C-8FAA386B6562","2D55EBB5-8584-4626-AD2C-EA1DCF3BF923","50B8B19C-917D-4AE4-8231-9FDDAA188B87","B9607C92-DDD9-4801-9B70-45F2A69CEF51","3628DA72-F4AC-4E17-AB7D-7CCF7A5C83EA","BC0DDE29-DC64-424F-A5DE-0E0444CA46F8","869BA70C-9DE5-4BF0-A4BC-49166294A98D","4A1D1888-02A8-4F46-9021-0EDD77D72BFD","38E2DF86-6A85-4423-80C4-D27E21393E62","738C83E8-15DD-479B-9E84-DC5BBA74D812","B26A29AF-3FDE-4D29-9B9C-112202A4F0CB","5C9E346F-566B-48C8-A5EF-9511A1D0D0B1"],"id":"00444DED-16F3-4139-BD20-4D201C139CB0","renderContextTable":{"__isSmartRef__":true,"id":28883},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":28884}],"eventHandler":{"__isSmartRef__":true,"id":28886},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":28887},"priorExtent":{"__isSmartRef__":true,"id":28888},"_MaxTextWidth":15,"_MinTextWidth":15,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":28876},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"partsBinMetaInfo":{"__isSmartRef__":true,"id":28889},"__LivelyClassName__":"lively.morphic.Text"},"28878":{"_Position":{"__isSmartRef__":true,"id":28879},"renderContextTable":{"__isSmartRef__":true,"id":28880},"_Extent":{"__isSmartRef__":true,"id":28881},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":28882},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":28773},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"28879":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28880":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28881":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28882":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"28883":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"28884":{"style":{"__isSmartRef__":true,"id":28885},"chunkOwner":{"__isSmartRef__":true,"id":28877},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk"},"28885":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"28886":{"morph":{"__isSmartRef__":true,"id":28877},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"28887":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28888":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28889":{"requiredModules":[],"idOnLoad":"00444DED-16F3-4139-BD20-4D201C139CB0","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"28890":{"_Position":{"__isSmartRef__":true,"id":28891},"renderContextTable":{"__isSmartRef__":true,"id":28892},"_Extent":{"__isSmartRef__":true,"id":28893},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":28894},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":28802},"_Fill":{"__isSmartRef__":true,"id":28814},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"28891":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28892":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28893":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28894":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"28895":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"28896":{"morph":{"__isSmartRef__":true,"id":28876},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"28897":{"x":731.7575068769036,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28898":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28899":{"stops":[{"__isSmartRef__":true,"id":28900},{"__isSmartRef__":true,"id":28902},{"__isSmartRef__":true,"id":28904},{"__isSmartRef__":true,"id":28906}],"vector":{"__isSmartRef__":true,"id":28823},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"28900":{"offset":0,"color":{"__isSmartRef__":true,"id":28901}},"28901":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28902":{"offset":0.4,"color":{"__isSmartRef__":true,"id":28903}},"28903":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28904":{"offset":0.6,"color":{"__isSmartRef__":true,"id":28905}},"28905":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28906":{"offset":1,"color":{"__isSmartRef__":true,"id":28907}},"28907":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28908":{"moveHorizontal":true},"28909":{"sourceObj":{"__isSmartRef__":true,"id":28876},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":28765},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":28910},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"28910":{"source":{"__isSmartRef__":true,"id":28876},"target":{"__isSmartRef__":true,"id":28765}},"28911":{"sourceObj":{"__isSmartRef__":true,"id":28876},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":28765},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":28912},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"28912":{"source":{"__isSmartRef__":true,"id":28876},"target":{"__isSmartRef__":true,"id":28765}},"28913":{"requiredModules":[],"idOnLoad":"FB350AA3-DF73-4B63-B356-67E3C3462996","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"28914":{"_Position":{"__isSmartRef__":true,"id":28915},"renderContextTable":{"__isSmartRef__":true,"id":28916},"_Extent":{"__isSmartRef__":true,"id":28917},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":28918},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":28919},"_Fill":{"__isSmartRef__":true,"id":28920},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"28915":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28916":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28917":{"x":770.7575068769036,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28918":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"28919":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28920":{"stops":[{"__isSmartRef__":true,"id":28921},{"__isSmartRef__":true,"id":28923}],"vector":{"__isSmartRef__":true,"id":153},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"28921":{"offset":0,"color":{"__isSmartRef__":true,"id":28922}},"28922":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28923":{"offset":1,"color":{"__isSmartRef__":true,"id":28924}},"28924":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28925":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"28926":{"morph":{"__isSmartRef__":true,"id":28766},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"28927":{"resizeWidth":true,"adjustForNewBounds":true},"28928":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28929":{"x":770.7575068769036,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28930":{"requiredModules":[],"idOnLoad":"E216AD31-9581-47A8-BB2A-B1B7BAF26701","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"28931":{"submorphs":[],"scripts":[],"id":"99F7EAA9-8644-465E-8985-D925F38B9760","shape":{"__isSmartRef__":true,"id":28932},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":28939},"showsHalos":false,"name":"ResizeCorner","partsBinMetaInfo":{"__isSmartRef__":true,"id":28940},"__SourceModuleName__":"Global.lively.morphic.Core","draggingEnabled":true,"dragStartPoint":null,"originalExtent":{"__isSmartRef__":true,"id":28941},"originalTargetExtent":null,"renderContextTable":{"__isSmartRef__":true,"id":28942},"eventHandler":{"__isSmartRef__":true,"id":28943},"priorExtent":{"__isSmartRef__":true,"id":28944},"originalTargetInnerBounds":null,"isResizeCorner":true,"relativeOrigin":null,"derivationIds":[7147,"16E962DF-21E9-4FE6-8B9B-953F0E908113","ADD0B5C0-0DC6-4D8E-9C2A-0EC7E3C71F21","25C53CC1-53E0-44A6-8E16-A56606A19EF0","50F19BF2-9607-4419-A8C2-0352B0A6FF57","56B7FFB1-61EA-47B9-AC63-A78EA3203E0F","7ED9D491-F8A0-41CA-ADCC-D29EB7805558"],"moved":true,"attributeConnections":[{"__isSmartRef__":true,"id":28945}],"doNotSerialize":["$$cornerName"],"doNotCopyProperties":["$$cornerName"],"originalTargetBounds":null,"cornerName":"bottomRight","owner":{"__isSmartRef__":true,"id":28765},"_Rotation":0,"_Scale":0.9920279440699439,"_ClipMode":"visible","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":28946},"__LivelyClassName__":"lively.morphic.Box"},"28932":{"position":{"__isSmartRef__":true,"id":28933},"_Extent":{"__isSmartRef__":true,"id":28934},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":28935},"_Fill":{"__isSmartRef__":true,"id":28936},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":28937},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":28938},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"28933":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28934":{"x":10,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28935":{"r":0.568,"g":0.568,"b":0.568,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"28936":{"r":0.258,"g":0.258,"b":0.258,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"28937":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28938":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"28939":{"x":760.8372274362041,"y":497.3295572430021,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28940":{"partsSpaceName":"PartsBin/Widgets/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Resize an object without using halos.","partName":"ResizeCorner","revisionOnLoad":140152,"idOnLoad":"99F7EAA9-8644-465E-8985-D925F38B9760","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"28941":{"x":239,"y":138,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28942":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"28943":{"morph":{"__isSmartRef__":true,"id":28931},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"28944":{"x":10,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28945":{"sourceObj":{"__isSmartRef__":true,"id":28931},"sourceAttrName":"cornerName","targetObj":{"__isSmartRef__":true,"id":28931},"targetMethodName":"alignToOwner","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"28946":{"onDrag":{"__isSmartRef__":true,"id":28947},"onDragEnd":{"__isSmartRef__":true,"id":28955},"onDragStart":{"__isSmartRef__":true,"id":28963},"reset":{"__isSmartRef__":true,"id":28971},"morphMenuItems":{"__isSmartRef__":true,"id":28974},"alignToOwner":{"__isSmartRef__":true,"id":28981}},"28947":{"varMapping":{"__isSmartRef__":true,"id":28948},"source":"function onDrag(evt) {\n // alert(\"onDrag\")\n // this.owner.setPosition(pt(0,0))\n // this.owner.setOrigin(pt(0,0))\n var moveDelta = evt.mousePoint.subPt(this.dragStartPoint)\n \n // moveDelta = moveDelta.maxPt(pt(0,0))\n var ownerExtent = this.owner.getExtent();\n\n // TODO does not work\n if (evt.isShiftDown()) {\n var maxDelta = Math.max(moveDelta.x, moveDelta.y);\n if (maxDelta == 0) return;\n var factor = ownerExtent.x / ownerExtent.y\n moveDelta = pt(maxDelta * factor, maxDelta )\n }\n var accessor = \"with\" + this.cornerName.charAt(0).toUpperCase() + this.cornerName.substring(1);\n\n var newCorner = this.originalTargetBounds[this.cornerName]().addPt(moveDelta);\n var newBounds = this.originalTargetBounds[accessor ](newCorner);\n\n this.owner.setBounds(newBounds);\n \n // var newExtent = this.originalTargetExtent.addPt(moveDelta)\n // alertOK(\"new extent\" + newExtent)\n // this.owner.setExtent(newExtent);\n this.owner.submorphs.select(function(ea) {\n return ea.isResizeCorner\n }).invoke('alignToOwner');\n if (this.owner.halos) {\n this.owner.halos.invoke('alignAtTarget')\n }\n // alertOK(\"relative \" + this.relativeOrigin)\n var newOrigin = pt(0,0).extent(this.owner.getExtent()).relativeToAbsPoint(this.relativeOrigin)\n\n // TODO IMPLEMENT updating the origin does not work yet\n // this.owner.setOrigin(newOrigin);\n // alertOK(\"new origin \" + newOrigin)\n\n}","funcProperties":{"__isSmartRef__":true,"id":28953},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"28948":{"this":{"__isSmartRef__":true,"id":28931},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":28949}},"28949":{"$super":{"__isSmartRef__":true,"id":28950}},"28950":{"varMapping":{"__isSmartRef__":true,"id":28951},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":28952},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"28951":{"obj":{"__isSmartRef__":true,"id":28931},"name":"onDrag"},"28952":{},"28953":{"timestamp":{"__isSmartRef__":true,"id":28954},"user":"sstamm","tags":[]},"28954":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:08:52 GMT+0100 (Mitteleuropäische Zeit)"},"28955":{"varMapping":{"__isSmartRef__":true,"id":28956},"source":"function onDragEnd(evt) {\n this.dragStartPoint = null;\n this.originalTargetBounds = null;\n this.relativeOrigin = null;\n}","funcProperties":{"__isSmartRef__":true,"id":28961},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"28956":{"this":{"__isSmartRef__":true,"id":28931},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":28957}},"28957":{"$super":{"__isSmartRef__":true,"id":28958}},"28958":{"varMapping":{"__isSmartRef__":true,"id":28959},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":28960},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"28959":{"obj":{"__isSmartRef__":true,"id":28931},"name":"onDragEnd"},"28960":{},"28961":{"timestamp":{"__isSmartRef__":true,"id":28962},"user":"sstamm","tags":[]},"28962":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:09:00 GMT+0100 (Mitteleuropäische Zeit)"},"28963":{"varMapping":{"__isSmartRef__":true,"id":28964},"source":"function onDragStart(evt) {\n var absToRelativePoint = function (r, absPt) {\n\t\treturn new Point(\n\t\t\t(absPt.x - r.x) / r.width,\n\t\t\t(absPt.y - r.y) / r.height)\n\t}\n // absToRelativePoint(new Rectangle(10,10,100,100), pt(20,20))\n // absToRelativePoint(new Rectangle(10,10,100,100), pt(0,0))\n // absToRelativePoint(new Rectangle(-100,-100,200,200), pt(0,0))\n\n\n this.dragStartPoint = evt.mousePoint;\n this.originalTargetBounds= this.owner.bounds();\n this.relativeOrigin = absToRelativePoint(pt(0,0).extent(this.owner.getExtent()), this.owner.getOrigin())\n}","funcProperties":{"__isSmartRef__":true,"id":28969},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"28964":{"this":{"__isSmartRef__":true,"id":28931},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":28965}},"28965":{"$super":{"__isSmartRef__":true,"id":28966}},"28966":{"varMapping":{"__isSmartRef__":true,"id":28967},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":28968},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"28967":{"obj":{"__isSmartRef__":true,"id":28931},"name":"onDragStart"},"28968":{},"28969":{"timestamp":{"__isSmartRef__":true,"id":28970},"user":"sstamm","tags":[]},"28970":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:08:40 GMT+0100 (Mitteleuropäische Zeit)"},"28971":{"varMapping":{"__isSmartRef__":true,"id":28972},"source":"function reset() {\n this.isResizeCorner = true\n this.cornerName = 'bottomRight'\n this.setExtent(pt(10,10));\n this.setPosition(pt(0,0))\n}","funcProperties":{"__isSmartRef__":true,"id":28973},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"28972":{"this":{"__isSmartRef__":true,"id":28931}},"28973":{},"28974":{"varMapping":{"__isSmartRef__":true,"id":28975},"source":"function morphMenuItems() {\n return $super().concat([\n [\"corner\", [\n [\"top left\", function() { this.cornerName = 'topLeft'}.bind(this)],\n [\"top right\", function() { this.cornerName = 'topRight'}.bind(this)],\n [\"bottom right\", function() { this.cornerName = 'bottomRight'}.bind(this)],\n [\"bottom left\", function() { this.cornerName = 'bottomLeft'}.bind(this)],\n ]]\n ])\t\n}","funcProperties":{"__isSmartRef__":true,"id":28980},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"28975":{"this":{"__isSmartRef__":true,"id":28931},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":28976}},"28976":{"$super":{"__isSmartRef__":true,"id":28977}},"28977":{"varMapping":{"__isSmartRef__":true,"id":28978},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":28979},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"28978":{"obj":{"__isSmartRef__":true,"id":28931},"name":"morphMenuItems"},"28979":{},"28980":{},"28981":{"varMapping":{"__isSmartRef__":true,"id":28982},"source":"function alignToOwner() {\n this.align(this.bounds()[this.cornerName](), this.owner.shape.bounds()[this.cornerName]() )\n}","funcProperties":{"__isSmartRef__":true,"id":28983},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"28982":{"this":{"__isSmartRef__":true,"id":28931}},"28983":{},"28984":{"renderContextTable":{"__isSmartRef__":true,"id":28985},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":28986},"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":28987},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"28985":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"28986":{"x":770.7575068769036,"y":507.2498366837016,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28987":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"28988":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"28989":{"morph":{"__isSmartRef__":true,"id":28765},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"28990":{"adjustForNewBounds":true},"28991":{"x":770.7575068769036,"y":507.2498366837016,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"28992":{"sourceObj":{"__isSmartRef__":true,"id":28765},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":28749},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":28749},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"28993":{"sourceObj":{"__isSmartRef__":true,"id":28765},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":28749},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":28749},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"28994":{"sourceObj":{"__isSmartRef__":true,"id":28765},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":28749},"targetMethodName":"updateOwners","converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":28995},"dependedBy":{"__isSmartRef__":true,"id":28749},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":28996},"__LivelyClassName__":"AttributeConnection"},"28995":{"source":{"__isSmartRef__":true,"id":28765},"target":{"__isSmartRef__":true,"id":28749}},"28996":{"converter":{"__isSmartRef__":true,"id":28997}},"28997":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":28998},"source":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","funcProperties":{"__isSmartRef__":true,"id":28999},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"28998":{"source":{"__isSmartRef__":true,"id":28765},"target":{"__isSmartRef__":true,"id":28749}},"28999":{},"29000":{"sourceObj":{"__isSmartRef__":true,"id":28765},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":29001},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":29001},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"29001":{"sourceObj":{"__isSmartRef__":true,"id":26184},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":28738},"targetMethodName":"alignToMagnet","dependendConnections":[{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29000},{"__isSmartRef__":true,"id":29011},{"__isSmartRef__":true,"id":29012},{"__isSmartRef__":true,"id":29013},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29000},{"__isSmartRef__":true,"id":29011},{"__isSmartRef__":true,"id":29012},{"__isSmartRef__":true,"id":29013},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29000},{"__isSmartRef__":true,"id":29011},{"__isSmartRef__":true,"id":29012},{"__isSmartRef__":true,"id":29013},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29000},{"__isSmartRef__":true,"id":29011},{"__isSmartRef__":true,"id":29012},{"__isSmartRef__":true,"id":29013},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29000},{"__isSmartRef__":true,"id":29011},{"__isSmartRef__":true,"id":29012},{"__isSmartRef__":true,"id":29013},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29000},{"__isSmartRef__":true,"id":29011},{"__isSmartRef__":true,"id":29012},{"__isSmartRef__":true,"id":29013},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29000},{"__isSmartRef__":true,"id":29011},{"__isSmartRef__":true,"id":29012},{"__isSmartRef__":true,"id":29013},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29000},{"__isSmartRef__":true,"id":29011},{"__isSmartRef__":true,"id":29012},{"__isSmartRef__":true,"id":29013},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29000},{"__isSmartRef__":true,"id":29011},{"__isSmartRef__":true,"id":29012},{"__isSmartRef__":true,"id":29013},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29000},{"__isSmartRef__":true,"id":29011},{"__isSmartRef__":true,"id":29012},{"__isSmartRef__":true,"id":29013},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29000},{"__isSmartRef__":true,"id":29011},{"__isSmartRef__":true,"id":29012},{"__isSmartRef__":true,"id":29013},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29000},{"__isSmartRef__":true,"id":29011},{"__isSmartRef__":true,"id":29012},{"__isSmartRef__":true,"id":29013},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29000},{"__isSmartRef__":true,"id":29011},{"__isSmartRef__":true,"id":29012},{"__isSmartRef__":true,"id":29013},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29000},{"__isSmartRef__":true,"id":29011},{"__isSmartRef__":true,"id":29012},{"__isSmartRef__":true,"id":29013},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29000},{"__isSmartRef__":true,"id":29011},{"__isSmartRef__":true,"id":29012},{"__isSmartRef__":true,"id":29013},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29000},{"__isSmartRef__":true,"id":29011},{"__isSmartRef__":true,"id":29012},{"__isSmartRef__":true,"id":29013},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29000},{"__isSmartRef__":true,"id":29011},{"__isSmartRef__":true,"id":29012},{"__isSmartRef__":true,"id":29013},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29000},{"__isSmartRef__":true,"id":29011},{"__isSmartRef__":true,"id":29012},{"__isSmartRef__":true,"id":29013},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29000},{"__isSmartRef__":true,"id":29011},{"__isSmartRef__":true,"id":29012},{"__isSmartRef__":true,"id":29013},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29000},{"__isSmartRef__":true,"id":29011},{"__isSmartRef__":true,"id":29012},{"__isSmartRef__":true,"id":29013},{"__isSmartRef__":true,"id":29002},{"__isSmartRef__":true,"id":29003},{"__isSmartRef__":true,"id":29004},{"__isSmartRef__":true,"id":29005},{"__isSmartRef__":true,"id":29000},{"__isSmartRef__":true,"id":29011},{"__isSmartRef__":true,"id":29012},{"__isSmartRef__":true,"id":29013}],"oldTransform":{"__isSmartRef__":true,"id":29019},"__SourceModuleName__":"Global.lively.bindings.GeometryBindings","__LivelyClassName__":"lively.morphic.GeometryTransformConnection"},"29002":{"sourceObj":{"__isSmartRef__":true,"id":26184},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":29001},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":29001},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"29003":{"sourceObj":{"__isSmartRef__":true,"id":26184},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":29001},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":29001},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"29004":{"sourceObj":{"__isSmartRef__":true,"id":26184},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":29001},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":29001},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"29005":{"sourceObj":{"__isSmartRef__":true,"id":26184},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":29001},"targetMethodName":"updateOwners","converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":29006},"dependedBy":{"__isSmartRef__":true,"id":29001},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":29007},"__LivelyClassName__":"AttributeConnection"},"29006":{"source":{"__isSmartRef__":true,"id":26184},"target":{"__isSmartRef__":true,"id":29001}},"29007":{"converter":{"__isSmartRef__":true,"id":29008}},"29008":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":29009},"source":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","funcProperties":{"__isSmartRef__":true,"id":29010},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"29009":{"source":{"__isSmartRef__":true,"id":26184},"target":{"__isSmartRef__":true,"id":29001}},"29010":{},"29011":{"sourceObj":{"__isSmartRef__":true,"id":28765},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":29001},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":29001},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"29012":{"sourceObj":{"__isSmartRef__":true,"id":28765},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":29001},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":29001},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"29013":{"sourceObj":{"__isSmartRef__":true,"id":28765},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":29001},"targetMethodName":"updateOwners","converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":29014},"dependedBy":{"__isSmartRef__":true,"id":29001},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":29015},"__LivelyClassName__":"AttributeConnection"},"29014":{"source":{"__isSmartRef__":true,"id":28765},"target":{"__isSmartRef__":true,"id":29001}},"29015":{"converter":{"__isSmartRef__":true,"id":29016}},"29016":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":29017},"source":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","funcProperties":{"__isSmartRef__":true,"id":29018},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"29017":{"source":{"__isSmartRef__":true,"id":28765},"target":{"__isSmartRef__":true,"id":29001}},"29018":{},"29019":{"d":1.01,"a":1.01,"f":559.5438324747307,"e":534.2674590271638,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":29020},"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"29020":{"a":1.01,"b":0,"c":0,"d":1.01,"e":534.2674590271638,"f":559.5438324747307,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"29021":{"x":0,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"29022":{"partsSpaceName":"PartsBin/Tools","__SourceModuleName__":"Global.lively.PartsBin","requiredModules":["lively.PartsBin"],"migrationLevel":4,"comment":"Browser for a Parts repository.","partName":"PartsBinBrowser","changes":[{"__isSmartRef__":true,"id":29023},{"__isSmartRef__":true,"id":29025},{"__isSmartRef__":true,"id":29027},{"__isSmartRef__":true,"id":29029},{"__isSmartRef__":true,"id":29031},{"__isSmartRef__":true,"id":29033},{"__isSmartRef__":true,"id":29035}],"revisionOnLoad":154277,"idOnLoad":"B09DF82B-F518-4CE4-82A2-3CC292FC501D","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"29023":{"date":{"__isSmartRef__":true,"id":29024},"author":"athomschke","message":"style","id":"5575D312-033A-47A5-B889-C43BE97C3AAA"},"29024":{"isSerializedDate":true,"string":"Wed Feb 08 2012 12:02:38 GMT+0100 (Mitteleuropäische Zeit)"},"29025":{"date":{"__isSmartRef__":true,"id":29026},"author":"markoroeder","message":"Reset to clean copy. Added this.categories to doNotSerialize list.","id":"1D9493E9-B229-4716-8649-F1333D5133D0"},"29026":{"isSerializedDate":true,"string":"Thu Jan 05 2012 15:19:05 GMT+0100 (Mitteleuropäische Zeit)"},"29027":{"date":{"__isSmartRef__":true,"id":29028},"author":"sstamm","message":"","id":"3466A0DA-C96D-4997-8182-AFB6DF99C988"},"29028":{"isSerializedDate":true,"string":"Wed Feb 08 2012 12:13:30 GMT+0100 (Mitteleuropäische Zeit)"},"29029":{"date":{"__isSmartRef__":true,"id":29030},"author":"fabian","message":"moved PartsBin out of core","id":"69D747F9-EDB5-478D-B0DE-C4CEBFDF1E9A"},"29030":{"isSerializedDate":true,"string":"Wed Feb 22 2012 23:40:13 GMT+0100 (Mitteleuropäische Zeit)"},"29031":{"date":{"__isSmartRef__":true,"id":29032},"author":"fabian","message":"","id":"3DABC39F-D8E9-4EA8-AB40-719739AD92DF"},"29032":{"isSerializedDate":true,"string":"Thu Feb 23 2012 00:14:10 GMT+0100 (Mitteleuropäische Zeit)"},"29033":{"date":{"__isSmartRef__":true,"id":29034},"author":"jenslincke","message":"- fixed searching and latest after moving the parts bin","id":"C6CF2A78-407E-4691-B5D6-914977DEAD8B"},"29034":{"isSerializedDate":true,"string":"Thu Feb 23 2012 18:40:33 GMT+0100 (Mitteleuropäische Zeit)"},"29035":{"date":{"__isSmartRef__":true,"id":29036},"author":"undefined","message":"- reload everything on restore","id":"34468222-F3C8-4636-B202-27DFAD734B8A"},"29036":{"isSerializedDate":true,"string":"Sat Mar 10 2012 11:26:28 GMT+0100 (Mitteleuropäische Zeit)"},"29037":{"x":881,"y":559,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"29038":{"x":534.2674590271637,"y":538.3338324747307,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"29039":{"onLoadFromPartsBin":{"__isSmartRef__":true,"id":29040}},"29040":{"varMapping":{"__isSmartRef__":true,"id":29041},"source":"function onLoadFromPartsBin() {\n\t$super();\n\tthis.targetMorph.reloadEverything();\n}","funcProperties":{"__isSmartRef__":true,"id":29046},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"29041":{"this":{"__isSmartRef__":true,"id":28765},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":29042}},"29042":{"$super":{"__isSmartRef__":true,"id":29043}},"29043":{"varMapping":{"__isSmartRef__":true,"id":29044},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":29045},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"29044":{"obj":{"__isSmartRef__":true,"id":28765},"name":"onLoadFromPartsBin"},"29045":{},"29046":{"user":"robertkrahn","timestamp":{"__isSmartRef__":true,"id":29047}},"29047":{"isSerializedDate":true,"string":"Mon Jun 27 2011 10:54:32 GMT+0200 (Mitteleuropäische Sommerzeit)"},"29048":{"d":1.01,"a":1.01,"f":573.65574413064,"e":1259.8221585389101,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":29049},"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"29049":{"a":1.01,"b":0,"c":0,"d":1.01,"e":1259.8221585389101,"f":573.65574413064,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"29050":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"29051":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","partName":"Button","idOnLoad":"D2584C54-7F48-4A2E-8080-553F8F7CF523","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"29052":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"29053":{"morph":{"__isSmartRef__":true,"id":28676},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"29054":{"x":46.754037491637405,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"29055":{"moveHorizontal":true},"29056":{"x":718.3709896155905,"y":13.972189758325953,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"29057":{"position":{"__isSmartRef__":true,"id":29058},"_Extent":{"__isSmartRef__":true,"id":29059},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":29060},"_Fill":{"__isSmartRef__":true,"id":29061},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":29062},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":29063},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"29058":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"29059":{"x":770.7575068769036,"y":487.2498366837016,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"29060":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"29061":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"29062":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"29063":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"29064":{"partsSpaceName":"PartsBin/Tools","__SourceModuleName__":"Global.lively.PartsBin","requiredModules":["lively.PartsBin","apps.DateFormat"],"migrationLevel":4,"comment":"Browser for a Parts repository.","partName":"PartsBinBrowser","changes":[{"__isSmartRef__":true,"id":29065}],"idOnLoad":"85A86819-7923-4EEE-A741-EE1B0AA37FED","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"29065":{"date":{"__isSmartRef__":true,"id":29066},"author":"markoroeder","message":"Reset to clean copy. Added this.categories to doNotSerialize list.","id":"1D9493E9-B229-4716-8649-F1333D5133D0"},"29066":{"isSerializedDate":true,"string":"Thu Jan 05 2012 15:19:05 GMT+0100 (Mitteleuropäische Zeit)"},"29067":{"sourceObj":{"__isSmartRef__":true,"id":26184},"sourceAttrName":"categoryName","targetObj":{"__isSmartRef__":true,"id":26184},"targetMethodName":"loadPartsOfCategory","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"29068":{"resizeWidth":true,"resizeHeight":true,"adjustForNewBounds":true},"29069":{"x":770.7575068769036,"y":487.2498366837016,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"29070":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"29071":{"morph":{"__isSmartRef__":true,"id":26184},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"29072":{"toggleMorePane":{"__isSmartRef__":true,"id":29073}},"29073":{},"29074":{"x":5.684341886080802e-14,"y":21.000000000000007,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"29075":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/AdvancedCodeEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29076":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/login.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29077":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomTile.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29078":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomTile.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29079":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TwitterSource.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29080":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomTile.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29081":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TwitterSource.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29082":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataCustomerTile.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29083":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataCustomerTile.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29084":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TwitterSource.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29085":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataCustomerTile.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29086":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImage.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29087":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImage.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29088":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileText.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29089":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileText.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29090":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImage.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29091":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileText.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29092":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileLink.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29093":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataTileSourceSearch.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29094":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileLink.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29095":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataTileSourceSearch.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29096":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomSource.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29097":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileFeed.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29098":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileLink.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29099":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomSource.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29100":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileFeed.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29101":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataTileSourceSearch.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29102":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomSource.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29103":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileFeed.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29104":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/BasicTile.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29105":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataShipperTile.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29106":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/BasicTile.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29107":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataShipperTile.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29108":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImageBase64.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29109":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/BasicTile.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29110":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TweetTile.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29111":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImageBase64.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29112":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataShipperTile.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29113":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TweetTile.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29114":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImageBase64.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29115":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TweetTile.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29116":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/EmptyElProfesor.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29117":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnConnections.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29118":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/EmptyElProfesor.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29119":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnConnections.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29120":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnLivelyKernel.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29121":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnLivelyKernel.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29122":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnMorphs.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29123":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/EmptyElProfesor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29124":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnConnections.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29125":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnMorphs.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29126":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnLivelyKernel.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29127":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnMorphs.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29128":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/MethodFinderPane.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29129":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29130":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/SeverEditorPane.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29131":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/ToolTabPane.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29132":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/FileEditorPane.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29133":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/SeverEditorPane.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29134":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/MethodFinderPane.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29135":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29136":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/SeverEditorPane.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29137":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/ToolTabPane.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29138":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/FileEditorPane.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29139":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/ToolTabPane.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29140":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/FileEditorPane.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29141":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/MethodFinderPane.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29142":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29143":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/pages_album_1.png.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29144":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/pin.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29145":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/pin.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29146":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle-republished.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29147":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Visual%20Bindings.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29148":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/mouseEventHandlers.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29149":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Visual%20Bindings.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29150":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/SandboxBackup.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29151":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ColorfulWindmill.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29152":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/SandboxBackup.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29153":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ColorfulWindmill.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29154":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/SandboxBackup.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29155":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ColorfulWindmill.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29156":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/WorldCSS.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29157":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Optimized%20Bootstrap.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29158":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/WorldCSS.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29159":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Optimized%20Bootstrap.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29160":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/StyleEditor.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29161":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/WorldCSS.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29162":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/StyleEditor.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29163":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ModernWindowTest.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29164":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/StyleEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29165":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ModernWindowTest.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29166":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ModernWindowTest.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29167":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/GreenRectangle.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29168":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ModifiedGreenRectangle.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29169":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/GreenRectangle.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29170":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car2.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29171":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ModifiedGreenRectangle.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29172":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car2.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29173":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/GreenRectangle.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29174":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ModifiedGreenRectangle.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29175":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car2.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29176":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/JournalStack.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29177":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Orange%20Rectangle.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29178":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Orange%20Rectangle.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29179":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/JournalStack.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29180":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle%20Light%20Blue.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29181":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/MyRedRectangle.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29182":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29183":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle%20Light%20Blue.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29184":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Orange%20Rectangle.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29185":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/MyRedRectangle.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29186":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29187":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/JournalStack.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29188":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle-republished.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29189":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/login.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29190":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle-republished.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29191":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle%20Light%20Blue.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29192":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/mouseEventHandlers.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29193":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/MyRedRectangle.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29194":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29195":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/mouseEventHandlers.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29196":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/RedRectangle.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29197":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LK1Background.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29198":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/randomBackgroundButton.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29199":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/WhiteBackground.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29200":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/GrayBackground.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29201":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/WhiteBackground.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29202":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/randomBackgroundButton.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29203":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/GrayBackground.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29204":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LivelyBackgroundControl.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29205":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LK1Background.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29206":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LivelyBackgroundControl.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29207":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/WhiteBackground.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29208":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/GrayBackground.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29209":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LK1Background.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29210":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LivelyBackgroundControl.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29211":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/randomBackgroundButton.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29212":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Productivity/TodoList.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29213":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Productivity/TodoList.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29214":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Productivity/TodoList.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29215":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CodePane.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29216":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ScrollBox.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29217":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/NameLabel.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29218":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CodePane.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29219":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/VerticalItemScrollBox.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29220":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/NameLabel.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29221":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/VerticalItemScrollBox.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29222":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CodePane.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29223":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/NameLabel.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29224":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/DrawingCanvas.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29225":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/VerticalItemScrollBox.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29226":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/DrawingCanvas.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29227":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/RGBColorChooser.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29228":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/DrawingCanvas.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29229":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/RGBColorChooser.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29230":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/TabFolder.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29231":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/RGBColorChooser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29232":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/TabFolder.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29233":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ObjectEditorScriptPane.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29234":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ObjectEditorScriptPane.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29235":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/TabFolder.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29236":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/PrintingWorkspace.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29237":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ResizeCorner.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29238":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/PrintingWorkspace.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29239":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ResizeCorner.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29240":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ObjectEditorScriptPane.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29241":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/PrintingWorkspace.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29242":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ResizeCorner.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29243":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressBar.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29244":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressBar.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29245":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/JournalEntry.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29246":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ClipMorph.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29247":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/MinimizedMorphContainer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29248":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/JournalEntry.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29249":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ClipMorph.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29250":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/MinimizedMorphContainer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29251":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressBar.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29252":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/LabeledBox.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29253":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CloseButton.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29254":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressIndicator.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29255":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/LabeledBox.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29256":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/JournalEntry.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29257":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CloseButton.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29258":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressIndicator.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29259":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ClipMorph.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29260":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/MinimizedMorphContainer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29261":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/FilterableList.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29262":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/FilterableList.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29263":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ScrollBox.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29264":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/LabeledBox.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29265":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CloseButton.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29266":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressIndicator.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29267":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ScrollBox.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29268":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/FilterableList.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29269":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/RedRectangle.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29270":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/oneImage.png.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29271":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/IntegerInput.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29272":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/ReferenceChoice.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29273":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataSelector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29274":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/IntegerInput.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29275":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/wlsReference.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29276":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/FloatInput.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29277":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/wlsReference.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29278":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/FloatInput.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29279":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/MessageMorph.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29280":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/wlsReference.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29281":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/MessageMorph.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29282":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/FloatInput.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29283":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataForm.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29284":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDisplay.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29285":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataForm.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29286":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDisplay.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29287":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/MessageMorph.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29288":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TextInput.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29289":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataForm.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29290":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/AboutDatabaseDemo.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29291":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TextInput.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29292":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDisplay.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29293":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/AboutDatabaseDemo.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29294":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TableCreator.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29295":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TableCreator.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29296":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDeclarator.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29297":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TextInput.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29298":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/AboutDatabaseDemo.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29299":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDeclarator.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29300":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TableCreator.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29301":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DatabaseConnector.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29302":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DatabaseConnector.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29303":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDeclarator.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29304":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DatabaseConnector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29305":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataReference.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29306":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataReference.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29307":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataReference.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29308":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/BooleanInput.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29309":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/BooleanInput.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29310":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/BooleanInput.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29311":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/ReferenceChoice.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29312":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataSelector.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29313":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/ReferenceChoice.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29314":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataSelector.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29315":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/IntegerInput.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29316":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/TitleTextStyle.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29317":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/RotationBehavior.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29318":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/GradientBehavior.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29319":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/SubtitleTextStyle.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29320":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/RotationBehavior.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29321":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/SubtitleTextStyle.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29322":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/GradientBehavior.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29323":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/RotationBehavior.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29324":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/SubtitleTextStyle.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29325":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/NoteTextStyle.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29326":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/NoteTextStyle.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29327":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ThrobbingBehavior.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29328":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ColorBehavior.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29329":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ThrobbingBehavior.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29330":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ColorBehavior.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29331":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/NoteTextStyle.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29332":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/LaTeXHighlighting.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29333":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/InvisibleBehavior.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29334":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/LaTeXHighlighting.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29335":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ColorBehavior.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29336":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ThrobbingBehavior.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29337":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/InvisibleBehavior.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29338":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/TitleTextStyle.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29339":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/TitleTextStyle.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29340":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/LaTeXHighlighting.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29341":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/InvisibleBehavior.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29342":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/GradientBehavior.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29343":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUVisualization.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29344":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUWorkload.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29345":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUVisualization.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29346":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUWorkload.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29347":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUVisualization.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29348":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUWorkload.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29349":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/oneImage.png.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29350":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fabian/ObjectEditor.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29351":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fabian/ObjectEditorII.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29352":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fabian/ObjectEditorII.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29353":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fabian/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29354":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fabian/ObjectEditorII.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29355":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fabian/ObjectEditor.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29356":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/PrimitiveShapes.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29357":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Notebook.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29358":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrows.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29359":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Notebook.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29360":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Image.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29361":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/PrimitiveShapes.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29362":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrows.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29363":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Image.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29364":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Text.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29365":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Text.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29366":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Notebook.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29367":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Line.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29368":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrows.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29369":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Image.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29370":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Line.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29371":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrowOrange.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29372":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Text.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29373":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrowOrange.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29374":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Ellipse.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29375":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrow.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29376":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Line.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29377":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Ellipse.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29378":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrow.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29379":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrowOrange.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29380":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Rectangle.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29381":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Ellipse.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29382":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Triangle.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29383":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrow.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29384":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Rectangle.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29385":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Triangle.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29386":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Star.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29387":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Rectangle.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29388":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Star.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29389":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Triangle.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29390":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Star.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29391":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Marker.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29392":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Marker.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29393":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Marker.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29394":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Cloud.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29395":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Cloud.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29396":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/PrimitiveShapes.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29397":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Cloud.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29398":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/pages_album1.png.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29399":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestComment1.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29400":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Math/MathMorph.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29401":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Math/MathMorph.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29402":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Math/MathMorph.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29403":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/MP2011WS/MetricsView.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29404":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/MP2011WS/MetricsView.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29405":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/MP2011WS/MetricsView.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29406":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectTracer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29407":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/CurveInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29408":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/TextInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29409":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Debugger.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29410":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Debugger.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29411":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Debugger.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29412":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/FPSMorph.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29413":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectAreaTracer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29414":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/FPSMorph.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29415":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectAreaTracer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29416":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/FPSMorph.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29417":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ModuleDependencyVis.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29418":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectAreaTracer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29419":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ModuleDependencyVis.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29420":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ModuleDependencyVis.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29421":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PropertySheet.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29422":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PropertySheet.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29423":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Benchmarker.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29424":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Benchmarker.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29425":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PropertySheet.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29426":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/AlternativeObjectDiffer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29427":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectDiffer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29428":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectSerializationGraph.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29429":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/AlternativeObjectDiffer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29430":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Benchmarker.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29431":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectDiffer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29432":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectSerializationGraph.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29433":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/AlternativeObjectDiffer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29434":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectDiffer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29435":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectSerializationGraph.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29436":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/SerializationGraph.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29437":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/SerializationGraph.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29438":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/TextUndoInspector.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29439":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PasteInspector.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29440":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/TextUndoInspector.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29441":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PasteInspector.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29442":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/SerializationGraph.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29443":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectTracer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29444":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/TextUndoInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29445":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectTracer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29446":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PasteInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29447":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/CurveInspector.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29448":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/TextInspector.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29449":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/CurveInspector.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29450":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/TextInspector.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29451":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TowerDefense.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29452":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/pages_album1.png.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29453":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/Chessboard.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29454":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/CheckersGame.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29455":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/CheckersGame.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29456":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/Chessboard.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29457":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/ChineseCheckers.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29458":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/Board.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29459":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/CheckersGame.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29460":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/ChineseCheckers.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29461":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/Board.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29462":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/GomokuGame.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29463":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/ChineseCheckers.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29464":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/GomokuGame.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29465":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/Board.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29466":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/GomokuGame.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29467":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/Pong.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29468":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/Rectangle.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29469":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/Pong.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29470":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/Rectangle.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29471":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/Pong.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29472":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/Rectangle.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29473":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/BlackPiece.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29474":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/BlackPiece.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29475":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/WhitePiece.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29476":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/WhitePiece.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29477":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/BlackPiece.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29478":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/TowerDefense.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29479":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/TowerDefense.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29480":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/WhitePiece.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29481":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/QuickBrownFox.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29482":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/TowerDefense.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29483":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/QuickBrownFox.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29484":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/QuickBrownFox.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29485":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/Chessboard.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29486":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Character.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29487":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/logout.png.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29488":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CodeSnippets/ConvertPartsBinLogos.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29489":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CodeSnippets/ConvertPartsBinLogos.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29490":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CodeSnippets/ConvertPartsBinLogos.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29491":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/GoogleMaps.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29492":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/AddressExtractor.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29493":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/AddressExtractor.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29494":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/GoogleMaps.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29495":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/USMap.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29496":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/WorldMap.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29497":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/USMap.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29498":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/WorldMap.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29499":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/AddressExtractor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29500":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/USMap.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29501":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/WorldMap.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29502":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/GoogleMaps.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29503":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/CollapsiblePanel.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29504":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserDialog.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29505":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/WordCounter.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29506":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/ColorField.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29507":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/MetaNoteText.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29508":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/Text.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29509":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/ColorField.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29510":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/DiffExample.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29511":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserComboBox.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29512":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/Text.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29513":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/DiffExample.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29514":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/ColorField.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29515":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserComboBox.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29516":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/StyleEditor1.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29517":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/StyleEditor2.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29518":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/DiffExample.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29519":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/Text.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29520":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VideoCodecTester.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29521":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VideoCodecTester.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29522":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/Cool.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29523":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VideoCodecTester.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29524":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VersionDiffer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29525":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/SAPLogo.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29526":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VersionDiffer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29527":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/CollapsiblePanel.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29528":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserDialog.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29529":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/CollapsiblePanel.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29530":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/WordCounter.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29531":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VersionDiffer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29532":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/WordCounter.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29533":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/BloomFilter.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29534":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/Prototype%20Inheritance.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29535":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/BloomFilter.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29536":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/ExampleSWDObject%20%20%20%20.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29537":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/Prototype%20Inheritance.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29538":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/ExampleSWDObject%20%20%20%20.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29539":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/BloomFilter.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29540":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/Prototype%20Inheritance.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29541":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/ExampleSWDObject%20%20%20%20.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29542":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TowerDefense.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29543":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommentExample.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29544":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommentPinDemo.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29545":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommentExample.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29546":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommentPin.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29547":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommentPinDemo.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29548":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommentPinNew.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29549":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestComment2.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29550":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/GetSelectionTest.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29551":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommentExample.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29552":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommentPinDemo.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29553":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommentPinNew.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29554":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/GetSelectionTest.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29555":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommentPinNew.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29556":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestComment2.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29557":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/GetSelectionTest.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29558":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestEllipse.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29559":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommitMessageTest.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29560":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestEllipse.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29561":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommitMessageTest.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29562":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestEllipse.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29563":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommitMessageTest.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29564":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/Pin1.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29565":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/Pin1.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29566":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/Pin1.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29567":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommentPinGood.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29568":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommentPinGood.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29569":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/Pin.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29570":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/Pin.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29571":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommentPinGood.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29572":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CmtPin.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29573":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/JensContent.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29574":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestObjectDice.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29575":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/JensContent.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29576":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CmtPin.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29577":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/Pin.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29578":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestObjectDice.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29579":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/JensContent.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29580":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CmtPin.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29581":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestObjectDice.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29582":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommentPin.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29583":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommentPin.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29584":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestComment.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29585":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Character.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29586":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/DatabaseContainer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29587":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataBrowser.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29588":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataSource.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29589":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29590":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/SQLiteViewer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29591":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/SQLiteViewer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29592":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/DatabaseContainer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29593":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/DatabaseContainer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29594":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataSource.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29595":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/SQLiteViewer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29596":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataSource.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29597":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataBrowser.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29598":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/LogSearch.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29599":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CPUData.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29600":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/NodeJSControl.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29601":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CPUData.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29602":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/NodeJSControl.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29603":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CommandLine.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29604":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerCommands.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29605":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CPUData.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29606":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CommandLine.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29607":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerCommands.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29608":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/NodeJSControl.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29609":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerPart.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29610":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CommandLine.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29611":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/JSRemoteServerWorkspace.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29612":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerPart.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29613":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerCommands.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29614":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/JSRemoteServerWorkspace.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29615":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/FibonacciPart.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29616":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerPart.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29617":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/JSRemoteServerWorkspace.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29618":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/FibonacciPart.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29619":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/LogSearch.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29620":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/LogSearch.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29621":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/FibonacciPart.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29622":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/ObjectEditor.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29623":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/ClassBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29624":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29625":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/Viereck.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29626":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/Viereck.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29627":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/TestEllipse.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29628":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/Viereck.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29629":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/TestEllipse.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29630":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/Rectangle%20Test.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29631":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/TestEllipse.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29632":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/TestRectangle%20%20%20.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29633":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/TestRectangle.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29634":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/Rectangle%20Test.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29635":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/TestRectangle%20%20%20.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29636":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/TestRectangle.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29637":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/ClassBrowser.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29638":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/TestRectangle.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29639":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/ClassBrowser.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29640":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/ObjectEditor.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29641":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ScribbleMaker.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29642":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestObject.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29643":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/AdvancedCodeEditor.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29644":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestComment.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29645":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/login.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29646":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BPCGrid.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29647":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29648":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/SnapJS.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29649":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29650":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld2.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29651":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/SnapJS.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29652":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld2.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29653":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29654":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/SnapJS.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29655":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld2.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29656":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/VBox.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29657":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/VBox.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29658":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TabContainer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29659":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/JournalBox.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29660":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/VBox.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29661":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/JournalBox.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29662":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/JournalBox.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29663":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/FancyList.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29664":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/FancyList.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29665":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/HBox.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29666":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/LayoutConfigurator.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29667":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29668":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/HBox.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29669":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/LayoutConfigurator.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29670":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/FancyList.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29671":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29672":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane5x5.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29673":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane5x5.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29674":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/LayoutConfigurator.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29675":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/HBox.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29676":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29677":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TabContainer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29678":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane5x5.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29679":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TabContainer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29680":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Holger/EventsLimiter.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29681":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Holger/RemoteDoIt.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29682":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Holger/EventsLimiter.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29683":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Holger/RemoteDoIt.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29684":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Holger/EventsLimiter.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29685":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Holger/RemoteDoIt.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29686":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BPCGrid.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29687":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/pages_album_1.png.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29688":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridFactory.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29689":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridWorker.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29690":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridWorker.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29691":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/DummyRegistry.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29692":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridFactory.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29693":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/DummyRegistry.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29694":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridWorker.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29695":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/DummyRegistry.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29696":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridFactory.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29697":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Crab.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29698":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/buttons1.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29699":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/pin.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29700":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/buttons1.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29701":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/pin.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29702":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/GridColorArt.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29703":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/buttons.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29704":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Elephant.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29705":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/chart.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29706":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChamaeleonMorph.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29707":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Heart.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29708":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/MonaLisa.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29709":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/oneImage.png.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29710":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Elephant.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29711":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/AlbumContainer_demo.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29712":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/chart.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29713":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Pins.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29714":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChamaeleonMorph.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29715":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Login.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29716":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Heart.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29717":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/oneImage_demo.png.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29718":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/FunnyWatcher.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29719":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Login_demo.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29720":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/AlbumContainer_demo.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29721":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/oneImage.png.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29722":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Pins.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29723":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/HeartsGame.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29724":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/oneImage_demo.png.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29725":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/WanderingEye.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29726":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/pages_album1.png.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29727":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/FunnyWatcher.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29728":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/AngryEye.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29729":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/TaskForm.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29730":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/People.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29731":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/grid.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29732":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ColoredRectCreator.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29733":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChatMorph.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29734":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/HeartsGame.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29735":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Alien.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29736":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/PianoKeyboard.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29737":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/pages_album1.png.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29738":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/dummy.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29739":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/TaskForm.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29740":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/EvilButton.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29741":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/logout.png.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29742":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Alien.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29743":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/RefactorMan.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29744":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/dummy.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29745":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/AlbumContainer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29746":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Sticky.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29747":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/RefactorMan.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29748":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Crab.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29749":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/CrazyColorsAgain.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29750":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/AlbumContainer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29751":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/buttons1.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29752":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/CrazyColorsAgain.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29753":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/pin.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29754":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/GridColorArt.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29755":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/buttons.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29756":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Elephant.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29757":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/GridColorArt.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29758":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/chart.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29759":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/MonaLisa.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29760":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChamaeleonMorph.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29761":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Heart.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29762":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/buttons.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29763":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Login.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29764":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/AlbumContainer_demo.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29765":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/oneImage.png.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29766":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/MonaLisa.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29767":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Pins.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29768":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Login_demo.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29769":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/oneImage_demo.png.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29770":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Login.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29771":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/FunnyWatcher.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29772":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/WanderingEye.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29773":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/HeartsGame.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29774":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Login_demo.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29775":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/AngryEye.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29776":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/People.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29777":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChatMorph.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29778":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ColoredRectCreator.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29779":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/grid.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29780":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/pages_album1.png.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29781":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/PianoKeyboard.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29782":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/TaskForm.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29783":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/WanderingEye.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29784":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/AngryEye.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29785":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Alien.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29786":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/People.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29787":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/EvilButton.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29788":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChatMorph.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29789":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ColoredRectCreator.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29790":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/grid.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29791":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/logout.png.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29792":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/dummy.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29793":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/PianoKeyboard.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29794":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/EvilButton.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29795":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/RefactorMan.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29796":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/logout.png.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29797":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/AlbumContainer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29798":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Sticky.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29799":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Crab.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29800":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/CrazyColorsAgain.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29801":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Sticky.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29802":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/pin.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29803":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/pages_album_1.png.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29804":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/VillagegirlCharacter.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29805":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/Game.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29806":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/Thing.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29807":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/FireThing.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29808":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/ScientistCharacter.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29809":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/StoneThing.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29810":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/VillagegirlCharacter.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29811":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/ScientistCharacter.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29812":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/Player.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29813":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/Tile.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29814":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/TextBubble.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29815":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/LavaTile.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29816":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/Player.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29817":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/LifeBar.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29818":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/CoderCharacter.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29819":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/OgreCharacter.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29820":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/OctocatCharacter.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29821":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/LifeBar.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29822":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/FlowerGrassTile.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29823":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/OgreCharacter.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29824":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/CoderCharacter.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29825":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/VillagerCharacter.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29826":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/FlowerGrassTile.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29827":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/FightMenu.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29828":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/LillypadTile.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29829":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/TreeThing.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29830":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/VillagerCharacter.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29831":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/WoodstackThing.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29832":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/Character.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29833":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/ParasolThing.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29834":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/FightMenu.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29835":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/GrassTile.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29836":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/LillypadTile.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29837":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/WaterTile.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29838":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/TreeThing.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29839":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/Character.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29840":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/GrassTile.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29841":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/DesertTile.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29842":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/WaterTile.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29843":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/Game.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29844":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/DesertTile.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29845":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/Thing.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29846":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/FireThing.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29847":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/VillagegirlCharacter.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29848":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/StoneThing.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29849":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/ScientistCharacter.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29850":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/FireThing.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29851":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/StoneThing.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29852":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/Tile.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29853":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/Player.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29854":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/TextBubble.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29855":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/LavaTile.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29856":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/Tile.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29857":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/LifeBar.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29858":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/TextBubble.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29859":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/LavaTile.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29860":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/OctocatCharacter.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29861":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/CoderCharacter.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29862":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/OgreCharacter.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29863":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/FlowerGrassTile.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29864":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/OctocatCharacter.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29865":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/VillagerCharacter.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29866":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/WoodstackThing.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29867":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/FightMenu.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29868":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/LillypadTile.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29869":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/TreeThing.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29870":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/ParasolThing.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29871":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/Character.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29872":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/GrassTile.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29873":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/WoodstackThing.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29874":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/ParasolThing.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29875":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/WaterTile.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29876":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/DesertTile.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29877":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/Thing.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29878":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/Game.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29879":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WorldOverview.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29880":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/EventRecorder.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29881":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/PresentationContainer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29882":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SlideItem.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29883":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WorldOverview.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29884":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSBenchmarker.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29885":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/PresentationContainer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29886":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SlideItem.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29887":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ReloadLocalRequirements.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29888":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FilterText.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29889":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ColorRect.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29890":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/APIUsageInParts.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29891":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/AutoCompletion.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29892":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCompletionPresentation.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29893":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/DistributedDoit.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29894":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/APIUsageInParts.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29895":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/AutoCompletion.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29896":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ChangeRecorder.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29897":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/Citation.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29898":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MorphFinder.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29899":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GraphLayoutExample.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29900":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SaveWorldText.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29901":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCounter.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29902":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ToggleLayer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29903":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ChangeRecorder.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29904":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSControl.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29905":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/AnimateConnections.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29906":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowConnections.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29907":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MorphFinder.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29908":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GrayColorChooser.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29909":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSScopingSlide.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29910":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SteppingWordCounter.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29911":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSControl.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29912":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/TallyConnections.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29913":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowConnections.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29914":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/EditStyleInWorldMenu.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29915":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MassStylingWorkspace.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29916":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/Tmp.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29917":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/Reference.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29918":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowStructure.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29919":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/EditStyleInWorldMenu.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29920":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MassStylingWorkspace.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29921":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/XRayStructure.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29922":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/NameDisplay.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29923":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/Tmp.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29924":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FormatXMLCodeSnippet.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29925":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowStructure.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29926":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/EventRecorder.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29927":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/NameDisplay.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29928":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FormatXMLCodeSnippet.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29929":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WorldOverview.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29930":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/PresentationContainer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29931":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SlideItem.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29932":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSBenchmarker.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29933":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ReloadLocalRequirements.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29934":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSBenchmarker.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29935":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FilterText.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29936":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ReloadLocalRequirements.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29937":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ColorRect.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29938":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCompletionPresentation.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29939":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/APIUsageInParts.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29940":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FilterText.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29941":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/DistributedDoit.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29942":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ColorRect.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29943":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/AutoCompletion.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29944":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCompletionPresentation.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29945":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/DistributedDoit.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29946":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/Citation.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29947":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GraphLayoutExample.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29948":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SaveWorldText.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29949":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCounter.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29950":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ChangeRecorder.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29951":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ToggleLayer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29952":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MorphFinder.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29953":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/Citation.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29954":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/AnimateConnections.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29955":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GraphLayoutExample.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29956":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SaveWorldText.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29957":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCounter.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29958":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GrayColorChooser.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29959":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSControl.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29960":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSScopingSlide.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29961":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowConnections.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29962":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SteppingWordCounter.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29963":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ToggleLayer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29964":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/AnimateConnections.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29965":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/TallyConnections.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29966":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GrayColorChooser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29967":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSScopingSlide.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29968":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/EditStyleInWorldMenu.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29969":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SteppingWordCounter.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29970":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/Reference.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29971":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MassStylingWorkspace.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29972":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/TallyConnections.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29973":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/Tmp.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29974":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowStructure.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29975":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/XRayStructure.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29976":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/Reference.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29977":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/EventRecorder.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29978":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/NameDisplay.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29979":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FormatXMLCodeSnippet.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29980":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/XRayStructure.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29981":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTreeMap.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29982":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLCirclePacking.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29983":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/WorldMorphTreeMap.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29984":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTreeMap.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29985":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTree.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29986":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLCirclePacking.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29987":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTree.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29988":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTreeMap.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29989":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisStackDrawing.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29990":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLCirclePacking.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29991":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTree.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29992":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisStackDrawing.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29993":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/MiniMap.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29994":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLSunbursts.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29995":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/MiniMap.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29996":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/TreeMap.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29997":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLIndentedTree.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29998":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLSunbursts.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"29999":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisStackDrawing.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30000":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLIndentedTree.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30001":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/TreeMap.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30002":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisDrawing.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30003":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/MiniMap.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30004":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLSunbursts.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30005":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisDrawing.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30006":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/TreeMap.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30007":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLIndentedTree.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30008":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisDrawing.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30009":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/WorldMorphTreeMap.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30010":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/WorldMorphTreeMap.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30011":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/RedRectangle.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30012":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/TracLink.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30013":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LatestChangesViewer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30014":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/VersionViewer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30015":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WhatDidIDo.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30016":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WhatDidIDo.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30017":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WhatDidIDo.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30018":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WikiActivities.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30019":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JournalNavigation.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30020":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WikiActivities.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30021":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JournalNavigation.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30022":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LinkNavigationBig.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30023":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WikiActivities.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30024":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/RemoveWorldButton.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30025":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JournalNavigation.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30026":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LinkNavigationBig.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30027":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/RemoveWorldButton.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30028":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LinkNavigationBig.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30029":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/RemoveWorldButton.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30030":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/Title.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30031":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/Title.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30032":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LinkNavigation.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30033":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/MovePages.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30034":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/CommitCounter.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30035":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/MovePages.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30036":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/Title.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30037":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/CommitCounter.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30038":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LinkNavigationWithDirs.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30039":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/URLShortener.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30040":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JenkinsButton.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30041":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LinkNavigationWithDirs.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30042":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/MovePages.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30043":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/URLShortener.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30044":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/CommitCounter.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30045":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JenkinsButton.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30046":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LinkNavigationWithDirs.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30047":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/URLShortener.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30048":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JenkinsButton.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30049":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/TracLink.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30050":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LatestChangesViewer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30051":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/VersionViewer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30052":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/TracLink.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30053":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LatestChangesViewer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30054":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/VersionViewer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30055":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/TouchMenu.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30056":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/LayoutStyler.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30057":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Flap.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30058":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/BorderStyler.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30059":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/LoadingMorph.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30060":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Text.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30061":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/LayoutStyler.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30062":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/DoAllButton.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30063":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/PartsBinBrowser.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30064":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/PrintButton.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30065":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Flap.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30066":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/DoitButton.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30067":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/DoAllButton.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30068":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Ellipse.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30069":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/PrintButton.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30070":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/FlapPB.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30071":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/ResizeCorner.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30072":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/FlapPB.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30073":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/ObjectEditor.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30074":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Button.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30075":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/TouchList.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30076":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/ShadowButton.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30077":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/ResizeCorner.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30078":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Marker.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30079":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/HoldIndicator.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30080":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Slider.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30081":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30082":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/TouchList.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30083":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/ShadowButton.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30084":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Marker.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30085":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/TextField.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30086":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/SaveButton.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30087":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/HoldIndicator.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30088":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/ColorChooser.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30089":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/SaveButton.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30090":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/FlapOE.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30091":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/PinLessTouchMenu.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30092":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/ColorChooser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30093":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/TouchMenu.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30094":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/SearchField.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30095":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/FlapOE.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30096":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/BorderStyler.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30097":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/SearchField.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30098":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/LayoutStyler.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30099":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/LoadingMorph.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30100":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Text.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30101":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Flap.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30102":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/PartsBinBrowser.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30103":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/BorderStyler.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30104":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/DoAllButton.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30105":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/LoadingMorph.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30106":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/PrintButton.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30107":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Text.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30108":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/DoitButton.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30109":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Ellipse.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30110":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30111":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/DoitButton.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30112":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Ellipse.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30113":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/FlapPB.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30114":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Button.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30115":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/ResizeCorner.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30116":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/ObjectEditor.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30117":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/TouchList.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30118":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Button.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30119":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Slider.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30120":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/ShadowButton.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30121":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Marker.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30122":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/HoldIndicator.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30123":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/TextField.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30124":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Slider.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30125":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/SaveButton.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30126":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/TextField.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30127":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/ColorChooser.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30128":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/PinLessTouchMenu.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30129":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/TouchMenu.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30130":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/FlapOE.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30131":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/SearchField.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30132":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/PinLessTouchMenu.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30133":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HelpfulShortcuts.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30134":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/WebResourceMinimalChatExample.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30135":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelyHelp.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30136":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/ChatApp.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30137":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HelpfulShortcuts.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30138":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/AnnotationPin.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30139":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/ChatApp.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30140":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/AnnotationPin.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30141":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelyHelp.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30142":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HelpfulShortcuts.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30143":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/ChatApp.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30144":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/AnnotationPin.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30145":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelysPartsBin.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30146":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelysPartsBin.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30147":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HowConnectWorks.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30148":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HowConnectWorks.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30149":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelysPartsBin.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30150":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HowConnectWorks.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30151":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/WebResourceMinimalChatExample.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30152":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/WebResourceMinimalChatExample.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30153":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelyHelp.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30154":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/oneImage.png.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30155":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Label.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30156":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Label.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30157":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Slider.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30158":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Button.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30159":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/List.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30160":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Text.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30161":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Slider.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30162":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Text.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30163":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Label.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30164":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/DropDownList.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30165":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Slider.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30166":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/ProgressBar.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30167":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/DropDownList.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30168":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Text.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30169":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/ProgressBar.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30170":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/DropDownList.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30171":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/ProgressBar.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30172":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Rectangle.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30173":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Rectangle.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30174":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/List.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30175":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Button.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30176":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Rectangle.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30177":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/List.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30178":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Button.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30179":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationContainer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30180":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationController.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30181":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationContainer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30182":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/EmptySlideOverlay.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30183":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationController.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30184":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/EmptySlideOverlay.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30185":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationContainer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30186":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationController.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30187":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/EmptySlideOverlay.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30188":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TestSlide.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30189":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TestSlide.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30190":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPLogo.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30191":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPLogo.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30192":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TestSlide.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30193":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlide.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30194":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPLogo.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30195":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlide.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30196":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlideOverlay.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30197":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWATitleSlide.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30198":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlideOverlay.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30199":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWATitleSlide.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30200":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPSWASlideOverlay.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30201":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlide.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30202":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPSWASlideOverlay.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30203":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlideOverlay.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30204":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWATitleSlide.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30205":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideProjector.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30206":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPSWASlideOverlay.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30207":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideProjector.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30208":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TemplateSlide.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30209":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TemplateSlide.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30210":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideProjector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30211":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideItemOrganizer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30212":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideItemOrganizer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30213":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideOverlay.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30214":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/HPITitleSlide.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30215":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TemplateSlide.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30216":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideOverlay.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30217":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/HPITitleSlide.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30218":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideItemOrganizer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30219":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideOverlay.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30220":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/HPITitleSlide.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30221":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Constantin/CardStack.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30222":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Constantin/Kreis.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30223":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Constantin/CardStack.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30224":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Constantin/Kreis.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30225":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Constantin/CardStack.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30226":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Constantin/Kreis.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30227":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ImageOptionButton.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30228":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/List.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30229":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ScriptableButton.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30230":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ScriptableButton.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30231":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/DropDownList.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30232":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/DropDownList.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30233":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ScriptableButton.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30234":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/DropDownList.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30235":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/StartStopButton.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30236":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/StartStopButton.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30237":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ComboText.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30238":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ComboText.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30239":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/StartStopButton.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30240":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Button.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30241":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ComboText.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30242":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Button.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30243":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Spinner.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30244":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ImageButton.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30245":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Spinner.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30246":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ImageButton.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30247":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Slider.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30248":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Button.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30249":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Slider.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30250":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Spinner.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30251":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ImageButton.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30252":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ChoiceButton.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30253":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/CheckBox.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30254":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ChoiceButton.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30255":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/CheckBox.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30256":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Slider.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30257":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ChoiceButton.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30258":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/CheckBox.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30259":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Keyboard.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30260":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Keyboard.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30261":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/InputField.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30262":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/InputField.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30263":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Keyboard.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30264":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ImageOptionButton.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30265":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ImageOptionButton.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30266":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/InputField.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30267":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/List.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30268":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/List.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30269":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestComment1.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30270":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Journal.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30271":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/TextBox.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30272":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/TextBox.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30273":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FixedLabel.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30274":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/WIP.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30275":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotationAndLine.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30276":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FixedLabel.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30277":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/WIP.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30278":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotationAndLine.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30279":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/TextBox.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30280":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FixedLabel.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30281":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/WIP.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30282":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotationAndLine.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30283":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/PaperMorph.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30284":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/PaperMorph.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30285":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Label.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30286":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Title.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30287":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Label.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30288":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MetaNoteText.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30289":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Title.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30290":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MetaNoteText.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30291":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/PaperMorph.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30292":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Label.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30293":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MarkdownText.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30294":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Title.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30295":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MetaNoteText.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30296":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Translator.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30297":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MarkdownText.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30298":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Translator.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30299":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Cool.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30300":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Cool.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30301":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MarkdownText.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30302":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Translator.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30303":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FontList.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30304":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Cool.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30305":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FontList.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30306":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotation.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30307":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotation.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30308":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FontList.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30309":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Journal.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30310":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Journal.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30311":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotation.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30312":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/pages_album1.png.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30313":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Measurements%20Workspace.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30314":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/OfflineIndicator.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30315":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Result%20Workspace.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30316":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/OfflineIndicator.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30317":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30318":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs1.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30319":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Result%20Workspace.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30320":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/OfflineIndicator.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30321":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Measurements%20Workspace.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30322":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Measurements%20Workspace.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30323":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30324":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs1.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30325":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30326":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs1.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30327":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Result%20Workspace.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30328":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestComment1.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30329":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/RobertsTransportationMorph.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30330":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/JensTransportationMorph.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30331":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/RobertsTransportationMorph.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30332":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/JensTransportationMorph.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30333":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/RobertsTransportationMorph.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30334":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/JensTransportationMorph.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30335":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TowerDefense.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30336":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/logout.png.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30337":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Pictures/SAPLogo.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30338":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Pictures/LivelyLogo.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30339":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Pictures/LivelyLogo.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30340":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Pictures/LivelyLogo.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30341":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Character.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30342":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunnerWithDebuggingSupport.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30343":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ModulePart.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30344":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MethodFinder.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30345":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/CompactTestRunner.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30346":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ClassBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30347":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/CodeBrowser.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30348":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunnerWithDebuggingSupport.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30349":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/CompactTestRunner.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30350":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30351":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectGroupEditor.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30352":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTester.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30353":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ServerSearch.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30354":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ColorReplacer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30355":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTestRunner.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30356":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectGroupEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30357":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/Explorer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30358":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditorLegacy.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30359":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTester.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30360":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTestRunner.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30361":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphDiffer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30362":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/StyleEditor.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30363":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SystemConsole.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30364":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/HTMLPrinter.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30365":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser2.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30366":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunner.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30367":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30368":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/StyleEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30369":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SystemConsole.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30370":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/HTMLPrinter.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30371":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser2.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30372":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SearchSourceCode.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30373":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/Benchmarker.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30374":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/DropboxBrowser.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30375":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30376":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/BootstrapParts.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30377":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphProfiler.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30378":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextAttributePanel.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30379":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextEditor.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30380":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/IFrameLoader.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30381":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PrettyPrintJavascript.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30382":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30383":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/BootstrapParts.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30384":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/WindowFinder.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30385":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphProfiler.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30386":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/LivelyTweets.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30387":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30388":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ErrorStackViewer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30389":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30390":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/WindowFinder.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30391":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/VerticalSpaceMaker.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30392":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/VersionDiffer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30393":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/LivelyTweets.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30394":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MethodFinder.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30395":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ClassBrowser.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30396":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ModulePart.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30397":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/CodeBrowser.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30398":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunnerWithDebuggingSupport.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30399":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/CompactTestRunner.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30400":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ModulePart.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30401":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/CodeBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30402":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30403":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ServerSearch.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30404":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ColorReplacer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30405":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectGroupEditor.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30406":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30407":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTester.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30408":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/Explorer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30409":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTestRunner.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30410":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditorLegacy.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30411":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ColorReplacer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30412":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ServerSearch.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30413":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphDiffer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30414":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/Explorer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30415":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditorLegacy.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30416":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/StyleEditor.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30417":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SystemConsole.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30418":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunner.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30419":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/HTMLPrinter.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30420":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser2.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30421":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphDiffer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30422":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30423":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunner.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30424":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/Benchmarker.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30425":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/DropboxBrowser.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30426":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SearchSourceCode.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30427":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/Benchmarker.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30428":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/DropboxBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30429":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SearchSourceCode.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30430":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextAttributePanel.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30431":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/BootstrapParts.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30432":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphProfiler.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30433":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/IFrameLoader.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30434":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PrettyPrintJavascript.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30435":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextEditor.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30436":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30437":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextAttributePanel.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30438":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ErrorStackViewer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30439":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/IFrameLoader.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30440":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/WindowFinder.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30441":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/LivelyTweets.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30442":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PrettyPrintJavascript.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30443":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/VersionDiffer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30444":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/VerticalSpaceMaker.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30445":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MethodFinder.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30446":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ErrorStackViewer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30447":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ClassBrowser.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30448":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/VersionDiffer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30449":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/VerticalSpaceMaker.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30450":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONPrinter.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30451":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Timer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30452":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Timer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30453":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONPrinter.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30454":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Timer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30455":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Iterator.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30456":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Iterator.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30457":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Iterator.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30458":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONConverter.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30459":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/TimerWithDisplay.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30460":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/DistributedDoit.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30461":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONConverter.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30462":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/DistributedDoit.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30463":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/TimerWithDisplay.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30464":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONConverter.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30465":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/DistributedDoit.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30466":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/TimerWithDisplay.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30467":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONPrinter.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30468":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/GrabbingControl.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30469":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/DraggingControl.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30470":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/GrabbingControl.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30471":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/DraggingControl.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30472":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/DraggingControl.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30473":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/GrabbingControl.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30474":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/FeelGoodStar.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30475":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/NavigatorRectangle.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30476":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/LimeMachineObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30477":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/GemBoard.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30478":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/FeelGoodStar.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30479":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/NavigatorRectangle.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30480":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/BasicGem.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30481":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/GemBoard.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30482":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/FeelGoodStar.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30483":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/NavigatorRectangle.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30484":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/GemBoard.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30485":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/DebugGemBoard.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30486":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/DebugGemBoard.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30487":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/ColorEllipse.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30488":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/OpacityRectangle.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30489":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/DebugGemBoard.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30490":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/ColorEllipse.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30491":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/FeelGoodLights.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30492":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/OpacityRectangle.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30493":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/FeelGoodLights.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30494":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/ResizerEllipse.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30495":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/ColorEllipse.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30496":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/ResizerEllipse.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30497":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/OpacityRectangle.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30498":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/FeelGoodLights.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30499":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/ResizerEllipse.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30500":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/LimeMachineObjectEditor.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30501":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/BasicGem.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30502":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/LimeMachineObjectEditor.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30503":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/BasicGem.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30504":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/logout.png.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30505":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestComment.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30506":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ScribbleMaker.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30507":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/MorphDiffing%20status%20indicator.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30508":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Styler.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30509":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Flap.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30510":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/WorldMenu.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30511":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/DiffingExample.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30512":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/VoteMorph.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30513":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/WhiteboardSync.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30514":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/MorphMerger.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30515":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Styler.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30516":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Flap.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30517":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/WhiteBoard.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30518":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/SBahn.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30519":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/PingTool.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30520":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Arrow.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30521":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/MorphMerger.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30522":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ObjectEditorII.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30523":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/TicketExample.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30524":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/SBahn.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30525":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/PingTool.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30526":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Mapscript.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30527":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/AlmostRealSync.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30528":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ObjectEditorII.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30529":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/TicketExample.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30530":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/WhiteBoardSVG.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30531":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Playfield.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30532":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Mapscript.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30533":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/AlmostRealSyncProfiling.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30534":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ObjectEditorTool.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30535":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStory.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30536":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/WhiteBoardSVG.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30537":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Playfield.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30538":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDestroyer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30539":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/AlmostRealSyncProfiling.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30540":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/HyperCard.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30541":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/SyncMorph.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30542":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BeToolButton.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30543":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ObjectEditorTool.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30544":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ExampleApplicationForPoster.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30545":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Blog.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30546":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStory.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30547":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDestroyer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30548":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryBoard.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30549":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/HyperCard.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30550":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/WhiteBoardSocketIO.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30551":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/SyncMorph.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30552":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/DatabaseChooser.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30553":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDiffViewer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30554":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ExampleApplicationForPoster.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30555":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/LayoutExample.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30556":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryBoard.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30557":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/WhiteBoardSocketIO.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30558":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDiffViewer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30559":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/GlobalLogger.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30560":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/HCTextField.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30561":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Toolbar.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30562":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BlogEntry.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30563":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/onlineChecker.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30564":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/webAppButton.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30565":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/HCTextField.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30566":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BlogEntry.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30567":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/MorphDiffing%20status%20indicator.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30568":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/WorldMenu.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30569":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/onlineChecker.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30570":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/webAppButton.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30571":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/DiffingExample.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30572":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/VoteMorph.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30573":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Flap.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30574":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Styler.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30575":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/WhiteboardSync.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30576":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/WhiteBoard.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30577":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/MorphMerger.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30578":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/DiffingExample.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30579":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Arrow.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30580":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/VoteMorph.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30581":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/WhiteboardSync.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30582":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/SBahn.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30583":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/PingTool.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30584":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/WhiteBoard.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30585":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/AlmostRealSync.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30586":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ObjectEditorII.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30587":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Arrow.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30588":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/TicketExample.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30589":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Mapscript.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30590":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/AlmostRealSync.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30591":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/WhiteBoardSVG.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30592":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Playfield.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30593":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/AlmostRealSyncProfiling.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30594":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ObjectEditorTool.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30595":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BeToolButton.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30596":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStory.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30597":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDestroyer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30598":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/HyperCard.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30599":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Blog.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30600":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/SyncMorph.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30601":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ExampleApplicationForPoster.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30602":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BeToolButton.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30603":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/DatabaseChooser.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30604":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/LayoutExample.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30605":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryBoard.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30606":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Blog.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30607":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/WhiteBoardSocketIO.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30608":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDiffViewer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30609":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/DatabaseChooser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30610":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/LayoutExample.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30611":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/GlobalLogger.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30612":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Toolbar.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30613":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/HCTextField.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30614":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BlogEntry.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30615":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/GlobalLogger.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30616":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Toolbar.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30617":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/onlineChecker.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30618":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/WorldMenu.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30619":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/webAppButton.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30620":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestObject.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30621":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/SillyClock.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30622":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Windmill.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30623":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Windmill.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30624":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Windmill.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30625":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/HighscoreExample.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30626":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/FrameRateGraph.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30627":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/HighscoreExample.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30628":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/FrameRateGraph.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30629":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30630":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30631":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/HighscoreExample.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30632":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RedRectangle.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30633":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/FrameRateGraph.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30634":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RedRectangle.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30635":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30636":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/KClock.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30637":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RedRectangle.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30638":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/KClock.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30639":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/ArchitectureOverview.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30640":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/ArchitectureOverview.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30641":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CrabsResults.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30642":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/KClock.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30643":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CrabsResults.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30644":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/ArchitectureOverview.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30645":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RotatingStar.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30646":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CurrencyConverter.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30647":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/TestWidget.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30648":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CrabsResults.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30649":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RotatingStar.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30650":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CurrencyConverter.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30651":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/TestWidget.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30652":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RotatingStar.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30653":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CurrencyConverter.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30654":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/LivelyEngine.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30655":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/TestWidget.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30656":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/LivelyEngine.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30657":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/LivelyEngine.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30658":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/SillyClock.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30659":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/SillyClock.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30660":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/AdvancedCodeEditor.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30661":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/login.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30662":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ScribbleMaker.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30663":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BPCGrid.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30664":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestObject.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"30665":{"onrestore":{"__isSmartRef__":true,"id":30666},"reloadEverything":{"__isSmartRef__":true,"id":30674},"setSelectedPartItem":{"__isSmartRef__":true,"id":30678},"onLoadFromPartsBin":{"__isSmartRef__":true,"id":30682},"ensureCategories":{"__isSmartRef__":true,"id":30690},"updateCategoriesDictFromPartsBin":{"__isSmartRef__":true,"id":30694},"updateCategoryList":{"__isSmartRef__":true,"id":30698},"defaultPartsBinURL":{"__isSmartRef__":true,"id":30702},"reset":{"__isSmartRef__":true,"id":30706},"setupConnections":{"__isSmartRef__":true,"id":30710},"loadPartsOfCategory":{"__isSmartRef__":true,"id":30714},"removeParts":{"__isSmartRef__":true,"id":30718},"getPartsSpaceForCategory":{"__isSmartRef__":true,"id":30722},"addMorphsForPartItems":{"__isSmartRef__":true,"id":30726},"getURLForCategoryNamed":{"__isSmartRef__":true,"id":30730},"makeUpPartNameFor":{"__isSmartRef__":true,"id":30734},"openPart":{"__isSmartRef__":true,"id":30738},"interactivelyRemoveSelectedPartItem":{"__isSmartRef__":true,"id":30742},"loadAndOpenSelectedPartItem":{"__isSmartRef__":true,"id":30746},"addCategory":{"__isSmartRef__":true,"id":30750},"addCategoryInteractively":{"__isSmartRef__":true,"id":30754},"addExternalCategory":{"__isSmartRef__":true,"id":30758},"removeCategory":{"__isSmartRef__":true,"id":30762},"removeCategoryInteractively":{"__isSmartRef__":true,"id":30766},"interactivelyMoveSelectedPartItem":{"__isSmartRef__":true,"id":30770},"setMetaInfoOfSelectedItem":{"__isSmartRef__":true,"id":30774},"saveCommentForSelectedPartItem":{"__isSmartRef__":true,"id":30778},"addPartsOfCategory":{"__isSmartRef__":true,"id":30782},"onLoadLatest":{"__isSmartRef__":true,"id":30786},"onLoadAll":{"__isSmartRef__":true,"id":30790},"onSearch":{"__isSmartRef__":true,"id":30794},"addPartsFromURLs":{"__isSmartRef__":true,"id":30798},"search":{"__isSmartRef__":true,"id":30802},"showMsg":{"__isSmartRef__":true,"id":30806},"toggleMorePane":{"__isSmartRef__":true,"id":30810},"interactivelyCopySelectedPartItem":{"__isSmartRef__":true,"id":30814},"partsBinUrl":{"__isSmartRef__":true,"id":30818},"partsBinURL":{"__isSmartRef__":true,"id":30822},"commitLogString":{"__isSmartRef__":true,"id":30826},"showCommits":{"__isSmartRef__":true,"id":30830},"setShareLink":{"__isSmartRef__":true,"id":30834},"setSelectedPartVersions":{"__isSmartRef__":true,"id":30838}},"30666":{"varMapping":{"__isSmartRef__":true,"id":30667},"source":"function onrestore() {\n (function(){ this.reloadEverything() }.bind(this)).delay(0)\n}","funcProperties":{"__isSmartRef__":true,"id":30672},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30667":{"this":{"__isSmartRef__":true,"id":26184},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":30668}},"30668":{"$super":{"__isSmartRef__":true,"id":30669}},"30669":{"varMapping":{"__isSmartRef__":true,"id":30670},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":30671},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30670":{"obj":{"__isSmartRef__":true,"id":26184},"name":"onrestore"},"30671":{},"30672":{"timestamp":{"__isSmartRef__":true,"id":30673},"user":"undefined","tags":[]},"30673":{"isSerializedDate":true,"string":"Sat Mar 10 2012 11:25:14 GMT+0100 (Mitteleuropäische Zeit)"},"30674":{"varMapping":{"__isSmartRef__":true,"id":30675},"source":"function reloadEverything() {\n this.setSelectedPartItem(null)\n this.updateCategoriesDictFromPartsBin();\n this.addCategory(\"*latest*\", true);\n this.addCategory(\"*all*\", true);\n this.addCategory(\"*search*\", true);\n}","funcProperties":{"__isSmartRef__":true,"id":30676},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30675":{"this":{"__isSmartRef__":true,"id":26184}},"30676":{"timestamp":{"__isSmartRef__":true,"id":30677},"tags":[]},"30677":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:58 GMT+0100 (Mitteleuropäische Zeit)"},"30678":{"varMapping":{"__isSmartRef__":true,"id":30679},"source":"function setSelectedPartItem(item) {\n this.selectedPartItem = item;\n this.get('selectedPartComment').textString = '';\n this.get('selectedPartVersions').updateList(item ? ['Loading versions...']: []);\n this.get('selectedPartVersions').setSelection(null);\n if (!item) {\n this.get('selectedPartName').textString = 'nothing selected'\n this.get('selectedPartSpaceName').textString = ''\n\treturn;\n }\n this.get('selectedPartName').textString = item.name\n this.get('selectedPartSpaceName').textString = item.partsSpaceName\n\n // load versions\n connect(item, 'partVersions', this, 'setSelectedPartVersions');\n item.loadPartVersions(true);\n\n // load meta info\n connect(item, 'loadedMetaInfo', this, 'setMetaInfoOfSelectedItem');\n \n this.setShareLink(item);\n\n item.loadPartMetaInfo(true);\n}","funcProperties":{"__isSmartRef__":true,"id":30680},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30679":{"this":{"__isSmartRef__":true,"id":26184}},"30680":{"timestamp":{"__isSmartRef__":true,"id":30681},"user":"jenslincke","tags":[]},"30681":{"isSerializedDate":true,"string":"Tue Jan 31 2012 19:34:13 GMT+0100 (Mitteleuropäische Zeit)"},"30682":{"varMapping":{"__isSmartRef__":true,"id":30683},"source":"function onLoadFromPartsBin() {\n $super();\n this.reloadEverything();\n}","funcProperties":{"__isSmartRef__":true,"id":30688},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30683":{"this":{"__isSmartRef__":true,"id":26184},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":30684}},"30684":{"$super":{"__isSmartRef__":true,"id":30685}},"30685":{"varMapping":{"__isSmartRef__":true,"id":30686},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":30687},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30686":{"obj":{"__isSmartRef__":true,"id":26184},"name":"onLoadFromPartsBin"},"30687":{},"30688":{"timestamp":{"__isSmartRef__":true,"id":30689},"tags":[]},"30689":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"30690":{"varMapping":{"__isSmartRef__":true,"id":30691},"source":"function ensureCategories() {\n if (!this.categories)\n this.categories = {uncategorized: 'PartsBin/'};\n}","funcProperties":{"__isSmartRef__":true,"id":30692},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30691":{"this":{"__isSmartRef__":true,"id":26184}},"30692":{"timestamp":{"__isSmartRef__":true,"id":30693},"tags":[]},"30693":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"30694":{"varMapping":{"__isSmartRef__":true,"id":30695},"source":"function updateCategoriesDictFromPartsBin() { \n this.ensureCategories();\n var webR = new WebResource(this.partsBinURL());\n webR.beAsync();\n \n var that = this;\n var callback = function(collections) {\n collections.forEach(function(dir) {\n var unescape = Global.urlUnescape || Global.unescape,\n unescaped = unescape(dir.getURL().filename()),\n name = unescaped.replace(/\\/$/,\"\");\n that.categories[name] = that.partsBinURL().withFilename(unescaped);\n });\n that.updateCategoryList(that.categoryName);\n }\n connect(webR, 'subCollections', {cb: callback}, 'cb', {\n updater: function($upd, value) {\n if (!(this.sourceObj.status && this.sourceObj.status.isDone())) return;\n if (!value) return;\n $upd(value);\n },\n });\n webR.getSubElements();\n}","funcProperties":{"__isSmartRef__":true,"id":30696},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30695":{"this":{"__isSmartRef__":true,"id":26184}},"30696":{"timestamp":{"__isSmartRef__":true,"id":30697},"tags":[]},"30697":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:58 GMT+0100 (Mitteleuropäische Zeit)"},"30698":{"varMapping":{"__isSmartRef__":true,"id":30699},"source":"function updateCategoryList(optCategoryName) {\n this.get('categoryList').updateList(\n\tProperties.own(this.categories).sortBy(function(name) { return name.toLowerCase()}));\n this.get('categoryList').setSelection(optCategoryName)\n}","funcProperties":{"__isSmartRef__":true,"id":30700},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30699":{"this":{"__isSmartRef__":true,"id":26184}},"30700":{"timestamp":{"__isSmartRef__":true,"id":30701},"tags":[]},"30701":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"30702":{"varMapping":{"__isSmartRef__":true,"id":30703},"source":"function defaultPartsBinURL() {\n return new URL(Config.rootPath).withFilename('PartsBin/');\n}","funcProperties":{"__isSmartRef__":true,"id":30704},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30703":{"this":{"__isSmartRef__":true,"id":26184}},"30704":{"timestamp":{"__isSmartRef__":true,"id":30705},"user":"fabian","tags":[]},"30705":{"isSerializedDate":true,"string":"Wed Feb 22 2012 23:39:48 GMT+0100 (Mitteleuropäische Zeit)"},"30706":{"varMapping":{"__isSmartRef__":true,"id":30707},"source":"function reset() {\n this.connections = {toggleMorePane: {}} \n this.setSelectedPartItem(null);\n delete this.categories;\n this.getPartsBinMetaInfo().requiredModules= ['lively.PartsBin', 'apps.DateFormat'] \n this.get('categoryList').updateList([]);\n this.get('partsBinContents').removeAllMorphs();\n this.get('searchText').setTextString(\"\");\n}","funcProperties":{"__isSmartRef__":true,"id":30708},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30707":{"this":{"__isSmartRef__":true,"id":26184}},"30708":{"timestamp":{"__isSmartRef__":true,"id":30709},"user":"jenslincke","tags":[]},"30709":{"isSerializedDate":true,"string":"Tue Jan 31 2012 20:28:27 GMT+0100 (Mitteleuropäische Zeit)"},"30710":{"varMapping":{"__isSmartRef__":true,"id":30711},"source":"function setupConnections() {\n connect(this.closeButton, 'fire', this, 'remove')\n connect(this.addCategoryButton, 'fire', this, 'addCategoryInteractively')\n connect(this.get('removeCategoryButton'), 'fire', this, 'removeCategoryInteractively')\n connect(this.get('categoryList'), 'selection', this, 'categoryName')\n connect(this, 'categoryName', this, 'loadPartsOfCategory')\n\n connect(this.get('partsBinContents'), 'selectedItem', this, 'setSelectedPartItem')\n\n connect(this.get('reloadButton'), \"fire\", this, \"reloadEverything\")\n\n connect(this.get('loadPartButton'), \"fire\", this, \"loadAndOpenSelectedPartItem\")\n\n connect(this.get('removePartButton'), \"fire\", this, \"interactivelyRemoveSelectedPartItem\")\n\n connect(this.get('movePartButton'), \"fire\", this, \"interactivelyMoveSelectedPartItem\")\n connect(this.get('copyPartButton'), \"fire\", this, \"interactivelyCopySelectedPartItem\")\n\n connect(this.get('selectedPartComment'), \"savedTextString\", this, \"saveCommentForSelectedPartItem\")\n}","funcProperties":{"__isSmartRef__":true,"id":30712},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30711":{"this":{"__isSmartRef__":true,"id":26184}},"30712":{"timestamp":{"__isSmartRef__":true,"id":30713},"tags":[]},"30713":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"30714":{"varMapping":{"__isSmartRef__":true,"id":30715},"source":"function loadPartsOfCategory(categoryName) {\n this.removeParts();\n this.setSelectedPartItem(null);\n if (!categoryName) return;\n var webR;\n if (categoryName == \"*all*\") {\n this.showMsg(\"loading all...\");\n webR = new WebResource(this.partsBinURL()).beAsync();\n lively.bindings.connect(webR, 'subDocuments', this, 'onLoadAll');\n webR.getSubElements(10)\n } else if (categoryName == \"*latest*\") {\n this.showMsg(\"loading latest...\");\n webR = new WebResource(this.partsBinURL()).beAsync();\n lively.bindings.connect(webR, 'contentDocument', this, 'onLoadLatest');\n webR.propfind('infinity')\n } else if (categoryName == \"*search*\") {\n this.showMsg(\"searching...\");\n webR = new WebResource(this.partsBinURL()).beAsync();\n lively.bindings.connect(webR, 'subDocuments', this, 'allURLs', {\n converter: function(subDocuments) {\n return subDocuments.invoke('getURL')\n }\n });\n lively.bindings.connect(this, 'allURLs', this, 'onSearch', {\n removeAfterUpdate: true});\n webR.getSubElements(10)\n } else {\n this.addPartsOfCategory(categoryName)\n }\n}","funcProperties":{"__isSmartRef__":true,"id":30716},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30715":{"this":{"__isSmartRef__":true,"id":26184}},"30716":{"timestamp":{"__isSmartRef__":true,"id":30717},"tags":[]},"30717":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:58 GMT+0100 (Mitteleuropäische Zeit)"},"30718":{"varMapping":{"__isSmartRef__":true,"id":30719},"source":"function removeParts() {\n this.get('partsBinContents').submorphs.clone().invoke('remove');\n}","funcProperties":{"__isSmartRef__":true,"id":30720},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30719":{"this":{"__isSmartRef__":true,"id":26184}},"30720":{"timestamp":{"__isSmartRef__":true,"id":30721},"tags":[]},"30721":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"30722":{"varMapping":{"__isSmartRef__":true,"id":30723},"source":"function getPartsSpaceForCategory(categoryName) {\n var url = this.getURLForCategoryNamed(categoryName);\n return lively.PartsBin.partsSpaceWithURL(url);\n}","funcProperties":{"__isSmartRef__":true,"id":30724},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30723":{"this":{"__isSmartRef__":true,"id":26184}},"30724":{"timestamp":{"__isSmartRef__":true,"id":30725},"tags":[]},"30725":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"30726":{"varMapping":{"__isSmartRef__":true,"id":30727},"source":"function addMorphsForPartItems(partItems, doNotSort) {\n this.removeParts();\n if (!doNotSort) {\n partItems = partItems.sortBy(function(ea) {\n return ea.name.toLowerCase() \n });\n }\n\n var pContents = this.get('partsBinContents');\n pContents.stopAddingPartItemsAsync();\n pContents.startAddingPartItems(partItems);\n}","funcProperties":{"__isSmartRef__":true,"id":30728},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30727":{"this":{"__isSmartRef__":true,"id":26184}},"30728":{"timestamp":{"__isSmartRef__":true,"id":30729},"tags":[]},"30729":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:26:53 GMT+0100 (Mitteleuropäische Zeit)"},"30730":{"varMapping":{"__isSmartRef__":true,"id":30731},"source":"function getURLForCategoryNamed(categoryName) {\n this.ensureCategories()\n\n var relative = this.categories[categoryName];\n if (!relative) return null;\n return URL.ensureAbsoluteCodeBaseURL(relative).withRelativePartsResolved()\n}","funcProperties":{"__isSmartRef__":true,"id":30732},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30731":{"this":{"__isSmartRef__":true,"id":26184}},"30732":{"timestamp":{"__isSmartRef__":true,"id":30733},"user":"undefined","tags":[]},"30733":{"isSerializedDate":true,"string":"Sat Mar 10 2012 11:20:59 GMT+0100 (Mitteleuropäische Zeit)"},"30734":{"varMapping":{"__isSmartRef__":true,"id":30735},"source":"function makeUpPartNameFor(name) {\n if (!$morph(name)) return name;\n var i = 2;\n while($morph(name + i)) { i++ }\n return name + i;\n}","funcProperties":{"__isSmartRef__":true,"id":30736},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30735":{"this":{"__isSmartRef__":true,"id":26184}},"30736":{"timestamp":{"__isSmartRef__":true,"id":30737},"tags":[]},"30737":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"30738":{"varMapping":{"__isSmartRef__":true,"id":30739},"source":"function openPart(partMorph) {\n partMorph.setName(this.makeUpPartNameFor(partMorph.getName()));\n lively.morphic.World.current().firstHand().grabMorph(partMorph, null);\n if(partMorph.onCreateFromPartsBin) partMorph.onCreateFromPartsBin();\n partMorph.setPosition(pt(0,0));\n}","funcProperties":{"__isSmartRef__":true,"id":30740},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30739":{"this":{"__isSmartRef__":true,"id":26184}},"30740":{"timestamp":{"__isSmartRef__":true,"id":30741},"tags":[]},"30741":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"30742":{"varMapping":{"__isSmartRef__":true,"id":30743},"source":"function interactivelyRemoveSelectedPartItem(partMorph) {\n var item = this.selectedPartItem;\n if (!item) return;\n this.world().confirm(\"really delete \" + item.name + \" in PartsBin?\", function(answer) {\n\tif (!answer) return;\n\titem.del();\n\tthis.reloadEverything();\n\talertOK(\"deleted \" + item.name);\n }.bind(this))\n}","funcProperties":{"__isSmartRef__":true,"id":30744},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30743":{"this":{"__isSmartRef__":true,"id":26184}},"30744":{"timestamp":{"__isSmartRef__":true,"id":30745},"tags":[]},"30745":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"30746":{"varMapping":{"__isSmartRef__":true,"id":30747},"source":"function loadAndOpenSelectedPartItem(partMorph) {\n var item = this.selectedPartItem;\n if (!item) return;\n connect(item, 'part', this, 'openPart');\n var selectedVersion = this.get('selectedPartVersions').selection,\n\trev = selectedVersion ? selectedVersion.rev : null;\n item.loadPart(true, null, rev);\n alert('loading ' + item.name + '...');\n}","funcProperties":{"__isSmartRef__":true,"id":30748},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30747":{"this":{"__isSmartRef__":true,"id":26184}},"30748":{"timestamp":{"__isSmartRef__":true,"id":30749},"tags":[]},"30749":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"30750":{"varMapping":{"__isSmartRef__":true,"id":30751},"source":"function addCategory(categoryName, doNotUpdate) {\n if (!categoryName.startsWith(\"*\")) {\n var url = this.partsBinURL().withFilename(categoryName);\n this.addExternalCategory(categoryName, url, true);\n } else {\n this.categories[categoryName] = {isSpecialCategory: true};\n if (!doNotUpdate) {\n this.updateCategoryList(categoryName);\n }\n }\n}","funcProperties":{"__isSmartRef__":true,"id":30752},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30751":{"this":{"__isSmartRef__":true,"id":26184}},"30752":{"timestamp":{"__isSmartRef__":true,"id":30753},"tags":[]},"30753":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:58 GMT+0100 (Mitteleuropäische Zeit)"},"30754":{"varMapping":{"__isSmartRef__":true,"id":30755},"source":"function addCategoryInteractively() {\n var partsBin = this, world = this.world();\n world.prompt('Name of new category?', function(categoryName) {\n if (!categoryName || categoryName == '') {\n\t alert('no category created!')\n\t return;\n\t}\n partsBin.addCategory(categoryName)\n });\n}","funcProperties":{"__isSmartRef__":true,"id":30756},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30755":{"this":{"__isSmartRef__":true,"id":26184}},"30756":{"timestamp":{"__isSmartRef__":true,"id":30757},"tags":[]},"30757":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"30758":{"varMapping":{"__isSmartRef__":true,"id":30759},"source":"function addExternalCategory(categoryName, url, createPath) {\n url = url.asDirectory();\n this.categories[categoryName] = url;\n if (createPath) {\n this.getPartsSpaceForCategory(categoryName).ensureExistance();\n }\n this.updateCategoryList(categoryName)\n}","funcProperties":{"__isSmartRef__":true,"id":30760},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30759":{"this":{"__isSmartRef__":true,"id":26184}},"30760":{"timestamp":{"__isSmartRef__":true,"id":30761},"tags":[]},"30761":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"30762":{"varMapping":{"__isSmartRef__":true,"id":30763},"source":"function removeCategory(categoryName) {\n var url = this.getURLForCategoryNamed(categoryName);\n if (!url) {\n alert('No category ' + categoryName + ' exists! Doing nothing')\n\treturn;\n }\n var webR = new WebResource(url);\n if (!webR.exists()) {\n alert('Does not exist: ' + url);\n\tdelete this.categories[categoryName];\n\tlively.PartsBin.removePartsSpace(name);\n\tthis.updateCategoryList();\n\treturn\n }\n webR.getSubElements()\n if (!webR.subDocuments || webR.subDocuments.length > 0 ||\n !webR.subCollections || webR.subCollections.length > 0) {\n alert('Will not remove directory ' + url + ' because it is not empty')\n } else {\n webR.del();\n alertOK('Removed ' + categoryName + ' url ' + url);\n }\n delete this.categories[categoryName];\n lively.PartsBin.removePartsSpace(name);\n this.updateCategoryList();\n}","funcProperties":{"__isSmartRef__":true,"id":30764},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30763":{"this":{"__isSmartRef__":true,"id":26184}},"30764":{"timestamp":{"__isSmartRef__":true,"id":30765},"tags":[]},"30765":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"30766":{"varMapping":{"__isSmartRef__":true,"id":30767},"source":"function removeCategoryInteractively() {\n var partsBin = this, world = this.world();\n world.confirm('Really remove ' + this.categoryName + '?', function(result) {\n\tif (!result) {\n\t alert('no category removed!')\n\t return;\n\t}\n\tpartsBin.removeCategory(partsBin.categoryName)\n });\t\n}","funcProperties":{"__isSmartRef__":true,"id":30768},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30767":{"this":{"__isSmartRef__":true,"id":26184}},"30768":{"timestamp":{"__isSmartRef__":true,"id":30769},"tags":[]},"30769":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"30770":{"varMapping":{"__isSmartRef__":true,"id":30771},"source":"function interactivelyMoveSelectedPartItem(partMorph) {\n var partItem = this.selectedPartItem, categories = this.categories, self = this;\n if (!partItem) { alert('no item selected'); return }\n var items = Properties.own(categories).sort()\n .reject(function(ea) { return ea.startsWith(\"*\") || ea === self. categoryName})\n .collect(function(catName) {\n return [catName, function() {\n var url = new URL(categories[catName]);\n var partsSpace = lively.PartsBin.partsSpaceWithURL(url)\n partItem.moveToPartsSpace(partsSpace);\n self.reloadEverything();\n alertOK('Moved ' + partItem.name + ' to ' + url);\n }]\n })\n lively.morphic.Menu.openAtHand('Select category', items);\n}","funcProperties":{"__isSmartRef__":true,"id":30772},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30771":{"this":{"__isSmartRef__":true,"id":26184}},"30772":{"timestamp":{"__isSmartRef__":true,"id":30773},"user":"robertkrahn","tags":[]},"30773":{"isSerializedDate":true,"string":"Thu Jul 07 2011 16:13:12 GMT+0200 (Mitteleuropäische Sommerzeit)"},"30774":{"varMapping":{"__isSmartRef__":true,"id":30775},"source":"function setMetaInfoOfSelectedItem(metaInfo) {\n var comment = (metaInfo && metaInfo.getComment()) ||\n 'No comment yet';\n this.get('CommitLog').setTextString(this.commitLogString(metaInfo))\n\n\n this.get('selectedPartComment').textString = comment;\n}","funcProperties":{"__isSmartRef__":true,"id":30776},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30775":{"this":{"__isSmartRef__":true,"id":26184}},"30776":{"timestamp":{"__isSmartRef__":true,"id":30777},"user":"jenslincke","tags":[]},"30777":{"isSerializedDate":true,"string":"Tue Jan 31 2012 20:15:25 GMT+0100 (Mitteleuropäische Zeit)"},"30778":{"varMapping":{"__isSmartRef__":true,"id":30779},"source":"function saveCommentForSelectedPartItem(comment) {\n if (!this.selectedPartItem) {\n\talert('no part item selected!')\n\treturn;\n }\n var metaInfo = this.selectedPartItem.getMetaInfo();\n metaInfo.setComment(comment);\n this.selectedPartItem.uploadMetaInfoOnly();\n}","funcProperties":{"__isSmartRef__":true,"id":30780},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30779":{"this":{"__isSmartRef__":true,"id":26184}},"30780":{"timestamp":{"__isSmartRef__":true,"id":30781},"tags":[]},"30781":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:26:53 GMT+0100 (Mitteleuropäische Zeit)"},"30782":{"varMapping":{"__isSmartRef__":true,"id":30783},"source":"function addPartsOfCategory(categoryName) {\n var partsSpace = this.getPartsSpaceForCategory(categoryName);\n connect(partsSpace, 'partItems', this, 'addMorphsForPartItems', {\n\tconverter: function(partItemObj) { return Properties.ownValues(partItemObj) }})\n partsSpace.load(true);\n}","funcProperties":{"__isSmartRef__":true,"id":30784},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30783":{"this":{"__isSmartRef__":true,"id":26184}},"30784":{"timestamp":{"__isSmartRef__":true,"id":30785},"tags":[]},"30785":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"30786":{"varMapping":{"__isSmartRef__":true,"id":30787},"source":"function onLoadLatest(propfindXML) {\n var rawNodes = new Query(\"/D:multistatus/D:response\").findAll(propfindXML.documentElement);\n\n var svnVersionInfos = rawNodes.map(function(rawNode) { return SVNVersionInfo.fromPropfindNode(rawNode) });\n\n var top20 = svnVersionInfos\n .select(function(ea) { return ea.url.endsWith(\".json\")})\n .sortBy(function(ea) { return ea.rev}).reverse().slice(0,20);\n var top20URLs = top20.collect(function(ea) { \n return new URL(\"http://\" + URL.codeBase.hostname + ea.url)})\n \n this.addPartsFromURLs(top20URLs) \n}","funcProperties":{"__isSmartRef__":true,"id":30788},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30787":{"this":{"__isSmartRef__":true,"id":26184}},"30788":{"timestamp":{"__isSmartRef__":true,"id":30789},"tags":[]},"30789":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"30790":{"varMapping":{"__isSmartRef__":true,"id":30791},"source":"function onLoadAll(subDocuments) {\n // alertOK(\"load all \" + subDocuments.length)\n var all = subDocuments.invoke('getURL')\n .select(function(ea) {return ea.filename().endsWith(\".json\")})\n .sortBy(function(ea) {return ea.filename()});\n \n this.addPartsFromURLs(all) \n}","funcProperties":{"__isSmartRef__":true,"id":30792},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30791":{"this":{"__isSmartRef__":true,"id":26184}},"30792":{"timestamp":{"__isSmartRef__":true,"id":30793},"tags":[]},"30793":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:38:18 GMT+0100 (Mitteleuropäische Zeit)"},"30794":{"varMapping":{"__isSmartRef__":true,"id":30795},"source":"function onSearch(allPartURLs) {\n var searchString = this.get('searchText').textString;\n var matchingPartURLs = allPartURLs\n .select(function(ea) {return new RegExp(searchString, 'i').test(ea.filename())})\n .sortBy(function(ea) {return ea.filename()});\n this.addPartsFromURLs(matchingPartURLs) \n if (matchingPartURLs.length == 0)\n this.showMsg(\"nothing found for '\" + searchString + \"'\")\n}","funcProperties":{"__isSmartRef__":true,"id":30796},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30795":{"this":{"__isSmartRef__":true,"id":26184}},"30796":{"timestamp":{"__isSmartRef__":true,"id":30797},"user":"lauritz","tags":[]},"30797":{"isSerializedDate":true,"string":"Mon Dec 19 2011 19:59:19 GMT+0100 (Mitteleuropäische Zeit)"},"30798":{"varMapping":{"__isSmartRef__":true,"id":30799},"source":"function addPartsFromURLs(urls) {\n var partsBin = this,\n partItems = [];\n\n urls.forEach(function(ea) {\n var partPath = ea.relativePathFrom(URL.codeBase.withFilename(\"../\")),\n match = partPath.match(/(.*\\/)(.*).json/);\n if (match)\n partItems.push(lively.PartsBin.getPartItem(match[2], match[1]));\n });\n partsBin.addMorphsForPartItems(partItems, true);\n\n}","funcProperties":{"__isSmartRef__":true,"id":30800},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30799":{"this":{"__isSmartRef__":true,"id":26184}},"30800":{"timestamp":{"__isSmartRef__":true,"id":30801},"user":"jenslincke","tags":[]},"30801":{"isSerializedDate":true,"string":"Thu Feb 23 2012 18:39:54 GMT+0100 (Mitteleuropäische Zeit)"},"30802":{"varMapping":{"__isSmartRef__":true,"id":30803},"source":"function search(searchString) {\n this.get('categoryList').setSelection(\"*search*\");\n}","funcProperties":{"__isSmartRef__":true,"id":30804},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30803":{"this":{"__isSmartRef__":true,"id":26184}},"30804":{"timestamp":{"__isSmartRef__":true,"id":30805},"tags":[]},"30805":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"30806":{"varMapping":{"__isSmartRef__":true,"id":30807},"source":"function showMsg(string) {\n var label = new lively.morphic.Text(new Rectangle(0,0,200,30), string);\n label.applyStyle({fill: null, borderWidth: 0})\n this.get('partsBinContents').addMorph(label)\n}","funcProperties":{"__isSmartRef__":true,"id":30808},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30807":{"this":{"__isSmartRef__":true,"id":26184}},"30808":{"timestamp":{"__isSmartRef__":true,"id":30809},"user":"lauritz","tags":[]},"30809":{"isSerializedDate":true,"string":"Mon Dec 19 2011 19:59:19 GMT+0100 (Mitteleuropäische Zeit)"},"30810":{"varMapping":{"__isSmartRef__":true,"id":30811},"source":"function toggleMorePane() {\n var pane = this.get('morePane');\n moveOffset = pane.getExtent().withY(0),\n steps = 5, timePerStep = 10,\n btn = pane.get('moreButton');\n if (pane.isVisible()) {\n var dest = pane.getPosition().addPt(moveOffset.negated());\n pane.animatedInterpolateTo(dest, steps, timePerStep, function() {\n btn.setLabel('more')\n pane.setVisible(false)\n });\n\n } else {\n btn.setLabel('hide')\n pane.setVisible(true)\n this.addMorphBack(pane);\n pane.align(\n pane.bounds().topRight(), \n this.get('partsBinContents').bounds().topRight());\n // move it so that it is completely visible\n var dest = pane.getPosition().addPt(moveOffset);\n pane.animatedInterpolateTo(dest, steps, timePerStep, Functions.Null);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":30812},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30811":{"this":{"__isSmartRef__":true,"id":26184}},"30812":{"timestamp":{"__isSmartRef__":true,"id":30813},"user":"lauritz","tags":[]},"30813":{"isSerializedDate":true,"string":"Mon Dec 19 2011 19:59:19 GMT+0100 (Mitteleuropäische Zeit)"},"30814":{"varMapping":{"__isSmartRef__":true,"id":30815},"source":"function interactivelyCopySelectedPartItem(partMorph) {\n // FIXME duplication with interactivelyMoveSelectedPartItem\n var partItem = this.selectedPartItem, categories = this.categories, self = this;\n if (!partItem) { alert('no item selected'); return }\n var items = Properties.own(categories).sort()\n .reject(function(ea) { return ea.startsWith(\"*\") || ea === self. categoryName})\n .collect(function(catName) {\n return [catName, function() {\n var url = new URL(categories[catName]);\n var partsSpace = lively.PartsBin.partsSpaceWithURL(url)\n partItem.copyToPartsSpace(partsSpace);\n alertOK('Copied ' + partItem.name + ' to ' + url);\n }]\n })\n lively.morphic.Menu.openAtHand('Select category', items);\n}","funcProperties":{"__isSmartRef__":true,"id":30816},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30815":{"this":{"__isSmartRef__":true,"id":26184}},"30816":{"timestamp":{"__isSmartRef__":true,"id":30817},"user":"robertkrahn","tags":[]},"30817":{"isSerializedDate":true,"string":"Thu Jul 07 2011 16:13:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"30818":{"varMapping":{"__isSmartRef__":true,"id":30819},"source":"function partsBinUrl() {\n if (this.url) {\n return url;\n }\n return this.partsBinURL();\n}","funcProperties":{"__isSmartRef__":true,"id":30820},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30819":{"this":{"__isSmartRef__":true,"id":26184}},"30820":{"timestamp":{"__isSmartRef__":true,"id":30821},"tags":[]},"30821":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:58 GMT+0100 (Mitteleuropäische Zeit)"},"30822":{"varMapping":{"__isSmartRef__":true,"id":30823},"source":"function partsBinURL() {\n if (this.url) {\n return this.url;\n }\n return this.defaultPartsBinURL();\n}","funcProperties":{"__isSmartRef__":true,"id":30824},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30823":{"this":{"__isSmartRef__":true,"id":26184}},"30824":{"timestamp":{"__isSmartRef__":true,"id":30825},"tags":[]},"30825":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:06 GMT+0100 (Mitteleuropäische Zeit)"},"30826":{"varMapping":{"__isSmartRef__":true,"id":30827},"source":"function commitLogString(metaInfo) {\n if (!metaInfo.changes) return \"\";\n return metaInfo.changes\n .reverse()\n .collect(function(ea) {\n return Strings.format(\"%s %s: \\n %s\\n\",\n ea.date.format(\"yyyy-mm-dd HH:MM\") , \n ea.author, (ea.message || \"no comment\"));\n })\n .join('');\n}","funcProperties":{"__isSmartRef__":true,"id":30828},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30827":{"this":{"__isSmartRef__":true,"id":26184}},"30828":{"timestamp":{"__isSmartRef__":true,"id":30829},"user":"jenslincke","tags":[]},"30829":{"isSerializedDate":true,"string":"Tue Jan 31 2012 20:19:05 GMT+0100 (Mitteleuropäische Zeit)"},"30830":{"varMapping":{"__isSmartRef__":true,"id":30831},"source":"function showCommits() {\n if (!this.selectedPartItem) {\n alert('nothing selected');\n return;\n }\n var metaInfo = this.selectedPartItem.loadedMetaInfo;\n this.world().addTextWindow({\n title: 'Commits of ' + metaInfo.partName,\n content: this.commitLogString(metaInfo)\n });\n}","funcProperties":{"__isSmartRef__":true,"id":30832},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30831":{"this":{"__isSmartRef__":true,"id":26184}},"30832":{"timestamp":{"__isSmartRef__":true,"id":30833},"user":"robertkrahn","tags":[]},"30833":{"isSerializedDate":true,"string":"Mon Jan 23 2012 19:20:49 GMT+0100 (Mitteleuropäische Zeit)"},"30834":{"varMapping":{"__isSmartRef__":true,"id":30835},"source":"function setShareLink(partItem) {\n var linkText = this.get('shareLink');\n linkText.setTextString('Share Link');\n var url = 'http://www.lively-kernel.org/viral?part='\n + partItem.name + '&path=' + partItem.partsSpaceName;\n linkText.emphasizeAll({uri: url});\n}","funcProperties":{"__isSmartRef__":true,"id":30836},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30835":{"this":{"__isSmartRef__":true,"id":26184}},"30836":{"timestamp":{"__isSmartRef__":true,"id":30837},"user":"robertkrahn","tags":[]},"30837":{"isSerializedDate":true,"string":"Mon Jan 23 2012 19:45:42 GMT+0100 (Mitteleuropäische Zeit)"},"30838":{"varMapping":{"__isSmartRef__":true,"id":30839},"source":"function setSelectedPartVersions(versions) {\n // alertOK(\"set versions:\" + versions.length)\n var list = versions.collect(function(ea) {\n return { \n string: '' + ea.date.format(\"yyyy-mm-dd HH:MM\") \n + \" \" + ea.author + \" (\" + ea.rev + \")\", \n value: ea, isListItem: true}\n })\n this.get('selectedPartVersions').updateList(list)\n}","funcProperties":{"__isSmartRef__":true,"id":30840},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"30839":{"this":{"__isSmartRef__":true,"id":26184}},"30840":{"timestamp":{"__isSmartRef__":true,"id":30841},"user":"jenslincke","tags":[]},"30841":{"isSerializedDate":true,"string":"Tue Jan 31 2012 20:06:52 GMT+0100 (Mitteleuropäische Zeit)"},"30842":{"source":{"__isSmartRef__":true,"id":26167},"target":{"__isSmartRef__":true,"id":26184}},"30843":{"converter":{"__isSmartRef__":true,"id":30844}},"30844":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":30842},"source":"function (partItemObj) { return Properties.ownValues(partItemObj) }","funcProperties":{"__isSmartRef__":true,"id":30845},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"30845":{},"30846":{"sourceObj":{"__isSmartRef__":true,"id":26167},"sourceAttrName":"partItems","targetObj":{"__isSmartRef__":true,"id":30847},"targetMethodName":"addMorphsForPartItems","converterString":"function (partItemObj) { return Properties.ownValues(partItemObj) }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":39458},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":39459},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"30847":{"submorphs":[{"__isSmartRef__":true,"id":30848},{"__isSmartRef__":true,"id":32646},{"__isSmartRef__":true,"id":32661},{"__isSmartRef__":true,"id":32711},{"__isSmartRef__":true,"id":37575},{"__isSmartRef__":true,"id":37628},{"__isSmartRef__":true,"id":37681},{"__isSmartRef__":true,"id":37698},{"__isSmartRef__":true,"id":37712}],"scripts":[],"id":"92C09E7C-4942-4B3A-8BAF-073A42F7C01B","shape":{"__isSmartRef__":true,"id":38093},"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"PartsBinBrowser","partsBinMetaInfo":{"__isSmartRef__":true,"id":38100},"__SourceModuleName__":"Global.lively.morphic.Core","attributeConnections":[{"__isSmartRef__":true,"id":38103},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":38037},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041}],"doNotSerialize":["$$categoryName","$$_Position","$$_Scale","$$_Rotation","$$owner","categories"],"doNotCopyProperties":["$$categoryName","$$_Position","$$_Scale","$$_Rotation","$$owner"],"selectedPartItem":{"__isSmartRef__":true,"id":37420},"layout":{"__isSmartRef__":true,"id":38104},"priorExtent":{"__isSmartRef__":true,"id":38105},"renderContextTable":{"__isSmartRef__":true,"id":38106},"eventHandler":{"__isSmartRef__":true,"id":38107},"connections":{"__isSmartRef__":true,"id":38108},"isCopyMorphRef":true,"morphRefId":1,"prevScroll":[0,0],"isBeingDragged":false,"derivationIds":[1216,"DCEC3706-0AB9-4A0C-925F-475895BE1DF7","68426E58-E2B1-4674-9B39-B68EBCF20862","2669991A-6DFB-4E8C-B5E0-7AAFEB4C1F1B","28532929-9EF2-46BB-806D-E2DEDDDD7B23","C9A10B70-D314-40FE-8F60-89C176D369BE","AB7C8D37-027C-4F1A-94C9-6D9399870560","6C0D122F-738A-4887-A71E-60CC93389047","78714529-9A42-4AF0-89F3-94DB4F3E87BC","20E86927-BBA6-45B0-AE2E-74C6531A2D8B","7547ECC2-E4E3-4F53-A5E1-54BACD597352","8CA5479C-7CD1-4FAC-90E1-B9BB8C43706D","A1030CA3-704B-46AE-9627-A2843F9D1DC2","1888759D-BC9B-436F-9782-632D1000D7FB","B758B83B-AF79-4410-B88D-5EE31D7C17A9","F4363EF4-1C16-4D29-A79F-7B414DD0F1FD","044C9B49-71AD-499B-938B-CBBF60CD1BDA","E6F808B7-2CCE-4B5C-9B6F-1D7A22B8F936","FE4AD6D7-B486-4DF5-A4A8-C92A799C9FE8"],"_Position":{"__isSmartRef__":true,"id":38110},"_Scale":1,"_Rotation":0,"owner":{"__isSmartRef__":true,"id":37801},"categoryName":"Tools","allURLs":[{"__isSmartRef__":true,"id":38111},{"__isSmartRef__":true,"id":38112},{"__isSmartRef__":true,"id":38113},{"__isSmartRef__":true,"id":38114},{"__isSmartRef__":true,"id":38115},{"__isSmartRef__":true,"id":38116},{"__isSmartRef__":true,"id":38117},{"__isSmartRef__":true,"id":38118},{"__isSmartRef__":true,"id":38119},{"__isSmartRef__":true,"id":38120},{"__isSmartRef__":true,"id":38121},{"__isSmartRef__":true,"id":38122},{"__isSmartRef__":true,"id":38123},{"__isSmartRef__":true,"id":38124},{"__isSmartRef__":true,"id":38125},{"__isSmartRef__":true,"id":38126},{"__isSmartRef__":true,"id":38127},{"__isSmartRef__":true,"id":38128},{"__isSmartRef__":true,"id":38129},{"__isSmartRef__":true,"id":38130},{"__isSmartRef__":true,"id":38131},{"__isSmartRef__":true,"id":38132},{"__isSmartRef__":true,"id":38133},{"__isSmartRef__":true,"id":38134},{"__isSmartRef__":true,"id":38135},{"__isSmartRef__":true,"id":38136},{"__isSmartRef__":true,"id":38137},{"__isSmartRef__":true,"id":38138},{"__isSmartRef__":true,"id":38139},{"__isSmartRef__":true,"id":38140},{"__isSmartRef__":true,"id":38141},{"__isSmartRef__":true,"id":38142},{"__isSmartRef__":true,"id":38143},{"__isSmartRef__":true,"id":38144},{"__isSmartRef__":true,"id":38145},{"__isSmartRef__":true,"id":38146},{"__isSmartRef__":true,"id":38147},{"__isSmartRef__":true,"id":38148},{"__isSmartRef__":true,"id":38149},{"__isSmartRef__":true,"id":38150},{"__isSmartRef__":true,"id":38151},{"__isSmartRef__":true,"id":38152},{"__isSmartRef__":true,"id":38153},{"__isSmartRef__":true,"id":38154},{"__isSmartRef__":true,"id":38155},{"__isSmartRef__":true,"id":38156},{"__isSmartRef__":true,"id":38157},{"__isSmartRef__":true,"id":38158},{"__isSmartRef__":true,"id":38159},{"__isSmartRef__":true,"id":38160},{"__isSmartRef__":true,"id":38161},{"__isSmartRef__":true,"id":38162},{"__isSmartRef__":true,"id":38163},{"__isSmartRef__":true,"id":38164},{"__isSmartRef__":true,"id":38165},{"__isSmartRef__":true,"id":38166},{"__isSmartRef__":true,"id":38167},{"__isSmartRef__":true,"id":38168},{"__isSmartRef__":true,"id":38169},{"__isSmartRef__":true,"id":38170},{"__isSmartRef__":true,"id":38171},{"__isSmartRef__":true,"id":38172},{"__isSmartRef__":true,"id":38173},{"__isSmartRef__":true,"id":38174},{"__isSmartRef__":true,"id":38175},{"__isSmartRef__":true,"id":38176},{"__isSmartRef__":true,"id":38177},{"__isSmartRef__":true,"id":38178},{"__isSmartRef__":true,"id":38179},{"__isSmartRef__":true,"id":38180},{"__isSmartRef__":true,"id":38181},{"__isSmartRef__":true,"id":38182},{"__isSmartRef__":true,"id":38183},{"__isSmartRef__":true,"id":38184},{"__isSmartRef__":true,"id":38185},{"__isSmartRef__":true,"id":38186},{"__isSmartRef__":true,"id":38187},{"__isSmartRef__":true,"id":38188},{"__isSmartRef__":true,"id":38189},{"__isSmartRef__":true,"id":38190},{"__isSmartRef__":true,"id":38191},{"__isSmartRef__":true,"id":38192},{"__isSmartRef__":true,"id":38193},{"__isSmartRef__":true,"id":38194},{"__isSmartRef__":true,"id":38195},{"__isSmartRef__":true,"id":38196},{"__isSmartRef__":true,"id":38197},{"__isSmartRef__":true,"id":38198},{"__isSmartRef__":true,"id":38199},{"__isSmartRef__":true,"id":38200},{"__isSmartRef__":true,"id":38201},{"__isSmartRef__":true,"id":38202},{"__isSmartRef__":true,"id":38203},{"__isSmartRef__":true,"id":38204},{"__isSmartRef__":true,"id":38205},{"__isSmartRef__":true,"id":38206},{"__isSmartRef__":true,"id":38207},{"__isSmartRef__":true,"id":38208},{"__isSmartRef__":true,"id":38209},{"__isSmartRef__":true,"id":38210},{"__isSmartRef__":true,"id":38211},{"__isSmartRef__":true,"id":38212},{"__isSmartRef__":true,"id":38213},{"__isSmartRef__":true,"id":38214},{"__isSmartRef__":true,"id":38215},{"__isSmartRef__":true,"id":38216},{"__isSmartRef__":true,"id":38217},{"__isSmartRef__":true,"id":38218},{"__isSmartRef__":true,"id":38219},{"__isSmartRef__":true,"id":38220},{"__isSmartRef__":true,"id":38221},{"__isSmartRef__":true,"id":38222},{"__isSmartRef__":true,"id":38223},{"__isSmartRef__":true,"id":38224},{"__isSmartRef__":true,"id":38225},{"__isSmartRef__":true,"id":38226},{"__isSmartRef__":true,"id":38227},{"__isSmartRef__":true,"id":38228},{"__isSmartRef__":true,"id":38229},{"__isSmartRef__":true,"id":38230},{"__isSmartRef__":true,"id":38231},{"__isSmartRef__":true,"id":38232},{"__isSmartRef__":true,"id":38233},{"__isSmartRef__":true,"id":38234},{"__isSmartRef__":true,"id":38235},{"__isSmartRef__":true,"id":38236},{"__isSmartRef__":true,"id":38237},{"__isSmartRef__":true,"id":38238},{"__isSmartRef__":true,"id":38239},{"__isSmartRef__":true,"id":38240},{"__isSmartRef__":true,"id":38241},{"__isSmartRef__":true,"id":38242},{"__isSmartRef__":true,"id":38243},{"__isSmartRef__":true,"id":38244},{"__isSmartRef__":true,"id":38245},{"__isSmartRef__":true,"id":38246},{"__isSmartRef__":true,"id":38247},{"__isSmartRef__":true,"id":38248},{"__isSmartRef__":true,"id":38249},{"__isSmartRef__":true,"id":38250},{"__isSmartRef__":true,"id":38251},{"__isSmartRef__":true,"id":38252},{"__isSmartRef__":true,"id":38253},{"__isSmartRef__":true,"id":38254},{"__isSmartRef__":true,"id":38255},{"__isSmartRef__":true,"id":38256},{"__isSmartRef__":true,"id":38257},{"__isSmartRef__":true,"id":38258},{"__isSmartRef__":true,"id":38259},{"__isSmartRef__":true,"id":38260},{"__isSmartRef__":true,"id":38261},{"__isSmartRef__":true,"id":38262},{"__isSmartRef__":true,"id":38263},{"__isSmartRef__":true,"id":38264},{"__isSmartRef__":true,"id":38265},{"__isSmartRef__":true,"id":38266},{"__isSmartRef__":true,"id":38267},{"__isSmartRef__":true,"id":38268},{"__isSmartRef__":true,"id":38269},{"__isSmartRef__":true,"id":38270},{"__isSmartRef__":true,"id":38271},{"__isSmartRef__":true,"id":38272},{"__isSmartRef__":true,"id":38273},{"__isSmartRef__":true,"id":38274},{"__isSmartRef__":true,"id":38275},{"__isSmartRef__":true,"id":38276},{"__isSmartRef__":true,"id":38277},{"__isSmartRef__":true,"id":38278},{"__isSmartRef__":true,"id":38279},{"__isSmartRef__":true,"id":38280},{"__isSmartRef__":true,"id":38281},{"__isSmartRef__":true,"id":38282},{"__isSmartRef__":true,"id":38283},{"__isSmartRef__":true,"id":38284},{"__isSmartRef__":true,"id":38285},{"__isSmartRef__":true,"id":38286},{"__isSmartRef__":true,"id":38287},{"__isSmartRef__":true,"id":38288},{"__isSmartRef__":true,"id":38289},{"__isSmartRef__":true,"id":38290},{"__isSmartRef__":true,"id":38291},{"__isSmartRef__":true,"id":38292},{"__isSmartRef__":true,"id":38293},{"__isSmartRef__":true,"id":38294},{"__isSmartRef__":true,"id":38295},{"__isSmartRef__":true,"id":38296},{"__isSmartRef__":true,"id":38297},{"__isSmartRef__":true,"id":38298},{"__isSmartRef__":true,"id":38299},{"__isSmartRef__":true,"id":38300},{"__isSmartRef__":true,"id":38301},{"__isSmartRef__":true,"id":38302},{"__isSmartRef__":true,"id":38303},{"__isSmartRef__":true,"id":38304},{"__isSmartRef__":true,"id":38305},{"__isSmartRef__":true,"id":38306},{"__isSmartRef__":true,"id":38307},{"__isSmartRef__":true,"id":38308},{"__isSmartRef__":true,"id":38309},{"__isSmartRef__":true,"id":38310},{"__isSmartRef__":true,"id":38311},{"__isSmartRef__":true,"id":38312},{"__isSmartRef__":true,"id":38313},{"__isSmartRef__":true,"id":38314},{"__isSmartRef__":true,"id":38315},{"__isSmartRef__":true,"id":38316},{"__isSmartRef__":true,"id":38317},{"__isSmartRef__":true,"id":38318},{"__isSmartRef__":true,"id":38319},{"__isSmartRef__":true,"id":38320},{"__isSmartRef__":true,"id":38321},{"__isSmartRef__":true,"id":38322},{"__isSmartRef__":true,"id":38323},{"__isSmartRef__":true,"id":38324},{"__isSmartRef__":true,"id":38325},{"__isSmartRef__":true,"id":38326},{"__isSmartRef__":true,"id":38327},{"__isSmartRef__":true,"id":38328},{"__isSmartRef__":true,"id":38329},{"__isSmartRef__":true,"id":38330},{"__isSmartRef__":true,"id":38331},{"__isSmartRef__":true,"id":38332},{"__isSmartRef__":true,"id":38333},{"__isSmartRef__":true,"id":38334},{"__isSmartRef__":true,"id":38335},{"__isSmartRef__":true,"id":38336},{"__isSmartRef__":true,"id":38337},{"__isSmartRef__":true,"id":38338},{"__isSmartRef__":true,"id":38339},{"__isSmartRef__":true,"id":38340},{"__isSmartRef__":true,"id":38341},{"__isSmartRef__":true,"id":38342},{"__isSmartRef__":true,"id":38343},{"__isSmartRef__":true,"id":38344},{"__isSmartRef__":true,"id":38345},{"__isSmartRef__":true,"id":38346},{"__isSmartRef__":true,"id":38347},{"__isSmartRef__":true,"id":38348},{"__isSmartRef__":true,"id":38349},{"__isSmartRef__":true,"id":38350},{"__isSmartRef__":true,"id":38351},{"__isSmartRef__":true,"id":38352},{"__isSmartRef__":true,"id":38353},{"__isSmartRef__":true,"id":38354},{"__isSmartRef__":true,"id":38355},{"__isSmartRef__":true,"id":38356},{"__isSmartRef__":true,"id":38357},{"__isSmartRef__":true,"id":38358},{"__isSmartRef__":true,"id":38359},{"__isSmartRef__":true,"id":38360},{"__isSmartRef__":true,"id":38361},{"__isSmartRef__":true,"id":38362},{"__isSmartRef__":true,"id":38363},{"__isSmartRef__":true,"id":38364},{"__isSmartRef__":true,"id":38365},{"__isSmartRef__":true,"id":38366},{"__isSmartRef__":true,"id":38367},{"__isSmartRef__":true,"id":38368},{"__isSmartRef__":true,"id":38369},{"__isSmartRef__":true,"id":38370},{"__isSmartRef__":true,"id":38371},{"__isSmartRef__":true,"id":38372},{"__isSmartRef__":true,"id":38373},{"__isSmartRef__":true,"id":38374},{"__isSmartRef__":true,"id":38375},{"__isSmartRef__":true,"id":38376},{"__isSmartRef__":true,"id":38377},{"__isSmartRef__":true,"id":38378},{"__isSmartRef__":true,"id":38379},{"__isSmartRef__":true,"id":38380},{"__isSmartRef__":true,"id":38381},{"__isSmartRef__":true,"id":38382},{"__isSmartRef__":true,"id":38383},{"__isSmartRef__":true,"id":38384},{"__isSmartRef__":true,"id":38385},{"__isSmartRef__":true,"id":38386},{"__isSmartRef__":true,"id":38387},{"__isSmartRef__":true,"id":38388},{"__isSmartRef__":true,"id":38389},{"__isSmartRef__":true,"id":38390},{"__isSmartRef__":true,"id":38391},{"__isSmartRef__":true,"id":38392},{"__isSmartRef__":true,"id":38393},{"__isSmartRef__":true,"id":38394},{"__isSmartRef__":true,"id":38395},{"__isSmartRef__":true,"id":38396},{"__isSmartRef__":true,"id":38397},{"__isSmartRef__":true,"id":38398},{"__isSmartRef__":true,"id":38399},{"__isSmartRef__":true,"id":38400},{"__isSmartRef__":true,"id":38401},{"__isSmartRef__":true,"id":38402},{"__isSmartRef__":true,"id":38403},{"__isSmartRef__":true,"id":38404},{"__isSmartRef__":true,"id":38405},{"__isSmartRef__":true,"id":38406},{"__isSmartRef__":true,"id":38407},{"__isSmartRef__":true,"id":38408},{"__isSmartRef__":true,"id":38409},{"__isSmartRef__":true,"id":38410},{"__isSmartRef__":true,"id":38411},{"__isSmartRef__":true,"id":38412},{"__isSmartRef__":true,"id":38413},{"__isSmartRef__":true,"id":38414},{"__isSmartRef__":true,"id":38415},{"__isSmartRef__":true,"id":38416},{"__isSmartRef__":true,"id":38417},{"__isSmartRef__":true,"id":38418},{"__isSmartRef__":true,"id":38419},{"__isSmartRef__":true,"id":38420},{"__isSmartRef__":true,"id":38421},{"__isSmartRef__":true,"id":38422},{"__isSmartRef__":true,"id":38423},{"__isSmartRef__":true,"id":38424},{"__isSmartRef__":true,"id":38425},{"__isSmartRef__":true,"id":38426},{"__isSmartRef__":true,"id":38427},{"__isSmartRef__":true,"id":38428},{"__isSmartRef__":true,"id":38429},{"__isSmartRef__":true,"id":38430},{"__isSmartRef__":true,"id":38431},{"__isSmartRef__":true,"id":38432},{"__isSmartRef__":true,"id":38433},{"__isSmartRef__":true,"id":38434},{"__isSmartRef__":true,"id":38435},{"__isSmartRef__":true,"id":38436},{"__isSmartRef__":true,"id":38437},{"__isSmartRef__":true,"id":38438},{"__isSmartRef__":true,"id":38439},{"__isSmartRef__":true,"id":38440},{"__isSmartRef__":true,"id":38441},{"__isSmartRef__":true,"id":38442},{"__isSmartRef__":true,"id":38443},{"__isSmartRef__":true,"id":38444},{"__isSmartRef__":true,"id":38445},{"__isSmartRef__":true,"id":38446},{"__isSmartRef__":true,"id":38447},{"__isSmartRef__":true,"id":38448},{"__isSmartRef__":true,"id":38449},{"__isSmartRef__":true,"id":38450},{"__isSmartRef__":true,"id":38451},{"__isSmartRef__":true,"id":38452},{"__isSmartRef__":true,"id":38453},{"__isSmartRef__":true,"id":38454},{"__isSmartRef__":true,"id":38455},{"__isSmartRef__":true,"id":38456},{"__isSmartRef__":true,"id":38457},{"__isSmartRef__":true,"id":38458},{"__isSmartRef__":true,"id":38459},{"__isSmartRef__":true,"id":38460},{"__isSmartRef__":true,"id":38461},{"__isSmartRef__":true,"id":38462},{"__isSmartRef__":true,"id":38463},{"__isSmartRef__":true,"id":38464},{"__isSmartRef__":true,"id":38465},{"__isSmartRef__":true,"id":38466},{"__isSmartRef__":true,"id":38467},{"__isSmartRef__":true,"id":38468},{"__isSmartRef__":true,"id":38469},{"__isSmartRef__":true,"id":38470},{"__isSmartRef__":true,"id":38471},{"__isSmartRef__":true,"id":38472},{"__isSmartRef__":true,"id":38473},{"__isSmartRef__":true,"id":38474},{"__isSmartRef__":true,"id":38475},{"__isSmartRef__":true,"id":38476},{"__isSmartRef__":true,"id":38477},{"__isSmartRef__":true,"id":38478},{"__isSmartRef__":true,"id":38479},{"__isSmartRef__":true,"id":38480},{"__isSmartRef__":true,"id":38481},{"__isSmartRef__":true,"id":38482},{"__isSmartRef__":true,"id":38483},{"__isSmartRef__":true,"id":38484},{"__isSmartRef__":true,"id":38485},{"__isSmartRef__":true,"id":38486},{"__isSmartRef__":true,"id":38487},{"__isSmartRef__":true,"id":38488},{"__isSmartRef__":true,"id":38489},{"__isSmartRef__":true,"id":38490},{"__isSmartRef__":true,"id":38491},{"__isSmartRef__":true,"id":38492},{"__isSmartRef__":true,"id":38493},{"__isSmartRef__":true,"id":38494},{"__isSmartRef__":true,"id":38495},{"__isSmartRef__":true,"id":38496},{"__isSmartRef__":true,"id":38497},{"__isSmartRef__":true,"id":38498},{"__isSmartRef__":true,"id":38499},{"__isSmartRef__":true,"id":38500},{"__isSmartRef__":true,"id":38501},{"__isSmartRef__":true,"id":38502},{"__isSmartRef__":true,"id":38503},{"__isSmartRef__":true,"id":38504},{"__isSmartRef__":true,"id":38505},{"__isSmartRef__":true,"id":38506},{"__isSmartRef__":true,"id":38507},{"__isSmartRef__":true,"id":38508},{"__isSmartRef__":true,"id":38509},{"__isSmartRef__":true,"id":38510},{"__isSmartRef__":true,"id":38511},{"__isSmartRef__":true,"id":38512},{"__isSmartRef__":true,"id":38513},{"__isSmartRef__":true,"id":38514},{"__isSmartRef__":true,"id":38515},{"__isSmartRef__":true,"id":38516},{"__isSmartRef__":true,"id":38517},{"__isSmartRef__":true,"id":38518},{"__isSmartRef__":true,"id":38519},{"__isSmartRef__":true,"id":38520},{"__isSmartRef__":true,"id":38521},{"__isSmartRef__":true,"id":38522},{"__isSmartRef__":true,"id":38523},{"__isSmartRef__":true,"id":38524},{"__isSmartRef__":true,"id":38525},{"__isSmartRef__":true,"id":38526},{"__isSmartRef__":true,"id":38527},{"__isSmartRef__":true,"id":38528},{"__isSmartRef__":true,"id":38529},{"__isSmartRef__":true,"id":38530},{"__isSmartRef__":true,"id":38531},{"__isSmartRef__":true,"id":38532},{"__isSmartRef__":true,"id":38533},{"__isSmartRef__":true,"id":38534},{"__isSmartRef__":true,"id":38535},{"__isSmartRef__":true,"id":38536},{"__isSmartRef__":true,"id":38537},{"__isSmartRef__":true,"id":38538},{"__isSmartRef__":true,"id":38539},{"__isSmartRef__":true,"id":38540},{"__isSmartRef__":true,"id":38541},{"__isSmartRef__":true,"id":38542},{"__isSmartRef__":true,"id":38543},{"__isSmartRef__":true,"id":38544},{"__isSmartRef__":true,"id":38545},{"__isSmartRef__":true,"id":38546},{"__isSmartRef__":true,"id":38547},{"__isSmartRef__":true,"id":38548},{"__isSmartRef__":true,"id":38549},{"__isSmartRef__":true,"id":38550},{"__isSmartRef__":true,"id":38551},{"__isSmartRef__":true,"id":38552},{"__isSmartRef__":true,"id":38553},{"__isSmartRef__":true,"id":38554},{"__isSmartRef__":true,"id":38555},{"__isSmartRef__":true,"id":38556},{"__isSmartRef__":true,"id":38557},{"__isSmartRef__":true,"id":38558},{"__isSmartRef__":true,"id":38559},{"__isSmartRef__":true,"id":38560},{"__isSmartRef__":true,"id":38561},{"__isSmartRef__":true,"id":38562},{"__isSmartRef__":true,"id":38563},{"__isSmartRef__":true,"id":38564},{"__isSmartRef__":true,"id":38565},{"__isSmartRef__":true,"id":38566},{"__isSmartRef__":true,"id":38567},{"__isSmartRef__":true,"id":38568},{"__isSmartRef__":true,"id":38569},{"__isSmartRef__":true,"id":38570},{"__isSmartRef__":true,"id":38571},{"__isSmartRef__":true,"id":38572},{"__isSmartRef__":true,"id":38573},{"__isSmartRef__":true,"id":38574},{"__isSmartRef__":true,"id":38575},{"__isSmartRef__":true,"id":38576},{"__isSmartRef__":true,"id":38577},{"__isSmartRef__":true,"id":38578},{"__isSmartRef__":true,"id":38579},{"__isSmartRef__":true,"id":38580},{"__isSmartRef__":true,"id":38581},{"__isSmartRef__":true,"id":38582},{"__isSmartRef__":true,"id":38583},{"__isSmartRef__":true,"id":38584},{"__isSmartRef__":true,"id":38585},{"__isSmartRef__":true,"id":38586},{"__isSmartRef__":true,"id":38587},{"__isSmartRef__":true,"id":38588},{"__isSmartRef__":true,"id":38589},{"__isSmartRef__":true,"id":38590},{"__isSmartRef__":true,"id":38591},{"__isSmartRef__":true,"id":38592},{"__isSmartRef__":true,"id":38593},{"__isSmartRef__":true,"id":38594},{"__isSmartRef__":true,"id":38595},{"__isSmartRef__":true,"id":38596},{"__isSmartRef__":true,"id":38597},{"__isSmartRef__":true,"id":38598},{"__isSmartRef__":true,"id":38599},{"__isSmartRef__":true,"id":38600},{"__isSmartRef__":true,"id":38601},{"__isSmartRef__":true,"id":38602},{"__isSmartRef__":true,"id":38603},{"__isSmartRef__":true,"id":38604},{"__isSmartRef__":true,"id":38605},{"__isSmartRef__":true,"id":38606},{"__isSmartRef__":true,"id":38607},{"__isSmartRef__":true,"id":38608},{"__isSmartRef__":true,"id":38609},{"__isSmartRef__":true,"id":38610},{"__isSmartRef__":true,"id":38611},{"__isSmartRef__":true,"id":38612},{"__isSmartRef__":true,"id":38613},{"__isSmartRef__":true,"id":38614},{"__isSmartRef__":true,"id":38615},{"__isSmartRef__":true,"id":38616},{"__isSmartRef__":true,"id":38617},{"__isSmartRef__":true,"id":38618},{"__isSmartRef__":true,"id":38619},{"__isSmartRef__":true,"id":38620},{"__isSmartRef__":true,"id":38621},{"__isSmartRef__":true,"id":38622},{"__isSmartRef__":true,"id":38623},{"__isSmartRef__":true,"id":38624},{"__isSmartRef__":true,"id":38625},{"__isSmartRef__":true,"id":38626},{"__isSmartRef__":true,"id":38627},{"__isSmartRef__":true,"id":38628},{"__isSmartRef__":true,"id":38629},{"__isSmartRef__":true,"id":38630},{"__isSmartRef__":true,"id":38631},{"__isSmartRef__":true,"id":38632},{"__isSmartRef__":true,"id":38633},{"__isSmartRef__":true,"id":38634},{"__isSmartRef__":true,"id":38635},{"__isSmartRef__":true,"id":38636},{"__isSmartRef__":true,"id":38637},{"__isSmartRef__":true,"id":38638},{"__isSmartRef__":true,"id":38639},{"__isSmartRef__":true,"id":38640},{"__isSmartRef__":true,"id":38641},{"__isSmartRef__":true,"id":38642},{"__isSmartRef__":true,"id":38643},{"__isSmartRef__":true,"id":38644},{"__isSmartRef__":true,"id":38645},{"__isSmartRef__":true,"id":38646},{"__isSmartRef__":true,"id":38647},{"__isSmartRef__":true,"id":38648},{"__isSmartRef__":true,"id":38649},{"__isSmartRef__":true,"id":38650},{"__isSmartRef__":true,"id":38651},{"__isSmartRef__":true,"id":38652},{"__isSmartRef__":true,"id":38653},{"__isSmartRef__":true,"id":38654},{"__isSmartRef__":true,"id":38655},{"__isSmartRef__":true,"id":38656},{"__isSmartRef__":true,"id":38657},{"__isSmartRef__":true,"id":38658},{"__isSmartRef__":true,"id":38659},{"__isSmartRef__":true,"id":38660},{"__isSmartRef__":true,"id":38661},{"__isSmartRef__":true,"id":38662},{"__isSmartRef__":true,"id":38663},{"__isSmartRef__":true,"id":38664},{"__isSmartRef__":true,"id":38665},{"__isSmartRef__":true,"id":38666},{"__isSmartRef__":true,"id":38667},{"__isSmartRef__":true,"id":38668},{"__isSmartRef__":true,"id":38669},{"__isSmartRef__":true,"id":38670},{"__isSmartRef__":true,"id":38671},{"__isSmartRef__":true,"id":38672},{"__isSmartRef__":true,"id":38673},{"__isSmartRef__":true,"id":38674},{"__isSmartRef__":true,"id":38675},{"__isSmartRef__":true,"id":38676},{"__isSmartRef__":true,"id":38677},{"__isSmartRef__":true,"id":38678},{"__isSmartRef__":true,"id":38679},{"__isSmartRef__":true,"id":38680},{"__isSmartRef__":true,"id":38681},{"__isSmartRef__":true,"id":38682},{"__isSmartRef__":true,"id":38683},{"__isSmartRef__":true,"id":38684},{"__isSmartRef__":true,"id":38685},{"__isSmartRef__":true,"id":38686},{"__isSmartRef__":true,"id":38687},{"__isSmartRef__":true,"id":38688},{"__isSmartRef__":true,"id":38689},{"__isSmartRef__":true,"id":38690},{"__isSmartRef__":true,"id":38691},{"__isSmartRef__":true,"id":38692},{"__isSmartRef__":true,"id":38693},{"__isSmartRef__":true,"id":38694},{"__isSmartRef__":true,"id":38695},{"__isSmartRef__":true,"id":38696},{"__isSmartRef__":true,"id":38697},{"__isSmartRef__":true,"id":38698},{"__isSmartRef__":true,"id":38699},{"__isSmartRef__":true,"id":38700},{"__isSmartRef__":true,"id":38701},{"__isSmartRef__":true,"id":38702},{"__isSmartRef__":true,"id":38703},{"__isSmartRef__":true,"id":38704},{"__isSmartRef__":true,"id":38705},{"__isSmartRef__":true,"id":38706},{"__isSmartRef__":true,"id":38707},{"__isSmartRef__":true,"id":38708},{"__isSmartRef__":true,"id":38709},{"__isSmartRef__":true,"id":38710},{"__isSmartRef__":true,"id":38711},{"__isSmartRef__":true,"id":38712},{"__isSmartRef__":true,"id":38713},{"__isSmartRef__":true,"id":38714},{"__isSmartRef__":true,"id":38715},{"__isSmartRef__":true,"id":38716},{"__isSmartRef__":true,"id":38717},{"__isSmartRef__":true,"id":38718},{"__isSmartRef__":true,"id":38719},{"__isSmartRef__":true,"id":38720},{"__isSmartRef__":true,"id":38721},{"__isSmartRef__":true,"id":38722},{"__isSmartRef__":true,"id":38723},{"__isSmartRef__":true,"id":38724},{"__isSmartRef__":true,"id":38725},{"__isSmartRef__":true,"id":38726},{"__isSmartRef__":true,"id":38727},{"__isSmartRef__":true,"id":38728},{"__isSmartRef__":true,"id":38729},{"__isSmartRef__":true,"id":38730},{"__isSmartRef__":true,"id":38731},{"__isSmartRef__":true,"id":38732},{"__isSmartRef__":true,"id":38733},{"__isSmartRef__":true,"id":38734},{"__isSmartRef__":true,"id":38735},{"__isSmartRef__":true,"id":38736},{"__isSmartRef__":true,"id":38737},{"__isSmartRef__":true,"id":38738},{"__isSmartRef__":true,"id":38739},{"__isSmartRef__":true,"id":38740},{"__isSmartRef__":true,"id":38741},{"__isSmartRef__":true,"id":38742},{"__isSmartRef__":true,"id":38743},{"__isSmartRef__":true,"id":38744},{"__isSmartRef__":true,"id":38745},{"__isSmartRef__":true,"id":38746},{"__isSmartRef__":true,"id":38747},{"__isSmartRef__":true,"id":38748},{"__isSmartRef__":true,"id":38749},{"__isSmartRef__":true,"id":38750},{"__isSmartRef__":true,"id":38751},{"__isSmartRef__":true,"id":38752},{"__isSmartRef__":true,"id":38753},{"__isSmartRef__":true,"id":38754},{"__isSmartRef__":true,"id":38755},{"__isSmartRef__":true,"id":38756},{"__isSmartRef__":true,"id":38757},{"__isSmartRef__":true,"id":38758},{"__isSmartRef__":true,"id":38759},{"__isSmartRef__":true,"id":38760},{"__isSmartRef__":true,"id":38761},{"__isSmartRef__":true,"id":38762},{"__isSmartRef__":true,"id":38763},{"__isSmartRef__":true,"id":38764},{"__isSmartRef__":true,"id":38765},{"__isSmartRef__":true,"id":38766},{"__isSmartRef__":true,"id":38767},{"__isSmartRef__":true,"id":38768},{"__isSmartRef__":true,"id":38769},{"__isSmartRef__":true,"id":38770},{"__isSmartRef__":true,"id":38771},{"__isSmartRef__":true,"id":38772},{"__isSmartRef__":true,"id":38773},{"__isSmartRef__":true,"id":38774},{"__isSmartRef__":true,"id":38775},{"__isSmartRef__":true,"id":38776},{"__isSmartRef__":true,"id":38777},{"__isSmartRef__":true,"id":38778},{"__isSmartRef__":true,"id":38779},{"__isSmartRef__":true,"id":38780},{"__isSmartRef__":true,"id":38781},{"__isSmartRef__":true,"id":38782},{"__isSmartRef__":true,"id":38783},{"__isSmartRef__":true,"id":38784},{"__isSmartRef__":true,"id":38785},{"__isSmartRef__":true,"id":38786},{"__isSmartRef__":true,"id":38787},{"__isSmartRef__":true,"id":38788},{"__isSmartRef__":true,"id":38789},{"__isSmartRef__":true,"id":38790},{"__isSmartRef__":true,"id":38791},{"__isSmartRef__":true,"id":38792},{"__isSmartRef__":true,"id":38793},{"__isSmartRef__":true,"id":38794},{"__isSmartRef__":true,"id":38795},{"__isSmartRef__":true,"id":38796},{"__isSmartRef__":true,"id":38797},{"__isSmartRef__":true,"id":38798},{"__isSmartRef__":true,"id":38799},{"__isSmartRef__":true,"id":38800},{"__isSmartRef__":true,"id":38801},{"__isSmartRef__":true,"id":38802},{"__isSmartRef__":true,"id":38803},{"__isSmartRef__":true,"id":38804},{"__isSmartRef__":true,"id":38805},{"__isSmartRef__":true,"id":38806},{"__isSmartRef__":true,"id":38807},{"__isSmartRef__":true,"id":38808},{"__isSmartRef__":true,"id":38809},{"__isSmartRef__":true,"id":38810},{"__isSmartRef__":true,"id":38811},{"__isSmartRef__":true,"id":38812},{"__isSmartRef__":true,"id":38813},{"__isSmartRef__":true,"id":38814},{"__isSmartRef__":true,"id":38815},{"__isSmartRef__":true,"id":38816},{"__isSmartRef__":true,"id":38817},{"__isSmartRef__":true,"id":38818},{"__isSmartRef__":true,"id":38819},{"__isSmartRef__":true,"id":38820},{"__isSmartRef__":true,"id":38821},{"__isSmartRef__":true,"id":38822},{"__isSmartRef__":true,"id":38823},{"__isSmartRef__":true,"id":38824},{"__isSmartRef__":true,"id":38825},{"__isSmartRef__":true,"id":38826},{"__isSmartRef__":true,"id":38827},{"__isSmartRef__":true,"id":38828},{"__isSmartRef__":true,"id":38829},{"__isSmartRef__":true,"id":38830},{"__isSmartRef__":true,"id":38831},{"__isSmartRef__":true,"id":38832},{"__isSmartRef__":true,"id":38833},{"__isSmartRef__":true,"id":38834},{"__isSmartRef__":true,"id":38835},{"__isSmartRef__":true,"id":38836},{"__isSmartRef__":true,"id":38837},{"__isSmartRef__":true,"id":38838},{"__isSmartRef__":true,"id":38839},{"__isSmartRef__":true,"id":38840},{"__isSmartRef__":true,"id":38841},{"__isSmartRef__":true,"id":38842},{"__isSmartRef__":true,"id":38843},{"__isSmartRef__":true,"id":38844},{"__isSmartRef__":true,"id":38845},{"__isSmartRef__":true,"id":38846},{"__isSmartRef__":true,"id":38847},{"__isSmartRef__":true,"id":38848},{"__isSmartRef__":true,"id":38849},{"__isSmartRef__":true,"id":38850},{"__isSmartRef__":true,"id":38851},{"__isSmartRef__":true,"id":38852},{"__isSmartRef__":true,"id":38853},{"__isSmartRef__":true,"id":38854},{"__isSmartRef__":true,"id":38855},{"__isSmartRef__":true,"id":38856},{"__isSmartRef__":true,"id":38857},{"__isSmartRef__":true,"id":38858},{"__isSmartRef__":true,"id":38859},{"__isSmartRef__":true,"id":38860},{"__isSmartRef__":true,"id":38861},{"__isSmartRef__":true,"id":38862},{"__isSmartRef__":true,"id":38863},{"__isSmartRef__":true,"id":38864},{"__isSmartRef__":true,"id":38865},{"__isSmartRef__":true,"id":38866},{"__isSmartRef__":true,"id":38867},{"__isSmartRef__":true,"id":38868},{"__isSmartRef__":true,"id":38869},{"__isSmartRef__":true,"id":38870},{"__isSmartRef__":true,"id":38871},{"__isSmartRef__":true,"id":38872},{"__isSmartRef__":true,"id":38873},{"__isSmartRef__":true,"id":38874},{"__isSmartRef__":true,"id":38875},{"__isSmartRef__":true,"id":38876},{"__isSmartRef__":true,"id":38877},{"__isSmartRef__":true,"id":38878},{"__isSmartRef__":true,"id":38879},{"__isSmartRef__":true,"id":38880},{"__isSmartRef__":true,"id":38881},{"__isSmartRef__":true,"id":38882},{"__isSmartRef__":true,"id":38883},{"__isSmartRef__":true,"id":38884},{"__isSmartRef__":true,"id":38885},{"__isSmartRef__":true,"id":38886},{"__isSmartRef__":true,"id":38887},{"__isSmartRef__":true,"id":38888},{"__isSmartRef__":true,"id":38889},{"__isSmartRef__":true,"id":38890},{"__isSmartRef__":true,"id":38891},{"__isSmartRef__":true,"id":38892},{"__isSmartRef__":true,"id":38893},{"__isSmartRef__":true,"id":38894},{"__isSmartRef__":true,"id":38895},{"__isSmartRef__":true,"id":38896},{"__isSmartRef__":true,"id":38897},{"__isSmartRef__":true,"id":38898},{"__isSmartRef__":true,"id":38899},{"__isSmartRef__":true,"id":38900},{"__isSmartRef__":true,"id":38901},{"__isSmartRef__":true,"id":38902},{"__isSmartRef__":true,"id":38903},{"__isSmartRef__":true,"id":38904},{"__isSmartRef__":true,"id":38905},{"__isSmartRef__":true,"id":38906},{"__isSmartRef__":true,"id":38907},{"__isSmartRef__":true,"id":38908},{"__isSmartRef__":true,"id":38909},{"__isSmartRef__":true,"id":38910},{"__isSmartRef__":true,"id":38911},{"__isSmartRef__":true,"id":38912},{"__isSmartRef__":true,"id":38913},{"__isSmartRef__":true,"id":38914},{"__isSmartRef__":true,"id":38915},{"__isSmartRef__":true,"id":38916},{"__isSmartRef__":true,"id":38917},{"__isSmartRef__":true,"id":38918},{"__isSmartRef__":true,"id":38919},{"__isSmartRef__":true,"id":38920},{"__isSmartRef__":true,"id":38921},{"__isSmartRef__":true,"id":38922},{"__isSmartRef__":true,"id":38923},{"__isSmartRef__":true,"id":38924},{"__isSmartRef__":true,"id":38925},{"__isSmartRef__":true,"id":38926},{"__isSmartRef__":true,"id":38927},{"__isSmartRef__":true,"id":38928},{"__isSmartRef__":true,"id":38929},{"__isSmartRef__":true,"id":38930},{"__isSmartRef__":true,"id":38931},{"__isSmartRef__":true,"id":38932},{"__isSmartRef__":true,"id":38933},{"__isSmartRef__":true,"id":38934},{"__isSmartRef__":true,"id":38935},{"__isSmartRef__":true,"id":38936},{"__isSmartRef__":true,"id":38937},{"__isSmartRef__":true,"id":38938},{"__isSmartRef__":true,"id":38939},{"__isSmartRef__":true,"id":38940},{"__isSmartRef__":true,"id":38941},{"__isSmartRef__":true,"id":38942},{"__isSmartRef__":true,"id":38943},{"__isSmartRef__":true,"id":38944},{"__isSmartRef__":true,"id":38945},{"__isSmartRef__":true,"id":38946},{"__isSmartRef__":true,"id":38947},{"__isSmartRef__":true,"id":38948},{"__isSmartRef__":true,"id":38949},{"__isSmartRef__":true,"id":38950},{"__isSmartRef__":true,"id":38951},{"__isSmartRef__":true,"id":38952},{"__isSmartRef__":true,"id":38953},{"__isSmartRef__":true,"id":38954},{"__isSmartRef__":true,"id":38955},{"__isSmartRef__":true,"id":38956},{"__isSmartRef__":true,"id":38957},{"__isSmartRef__":true,"id":38958},{"__isSmartRef__":true,"id":38959},{"__isSmartRef__":true,"id":38960},{"__isSmartRef__":true,"id":38961},{"__isSmartRef__":true,"id":38962},{"__isSmartRef__":true,"id":38963},{"__isSmartRef__":true,"id":38964},{"__isSmartRef__":true,"id":38965},{"__isSmartRef__":true,"id":38966},{"__isSmartRef__":true,"id":38967},{"__isSmartRef__":true,"id":38968},{"__isSmartRef__":true,"id":38969},{"__isSmartRef__":true,"id":38970},{"__isSmartRef__":true,"id":38971},{"__isSmartRef__":true,"id":38972},{"__isSmartRef__":true,"id":38973},{"__isSmartRef__":true,"id":38974},{"__isSmartRef__":true,"id":38975},{"__isSmartRef__":true,"id":38976},{"__isSmartRef__":true,"id":38977},{"__isSmartRef__":true,"id":38978},{"__isSmartRef__":true,"id":38979},{"__isSmartRef__":true,"id":38980},{"__isSmartRef__":true,"id":38981},{"__isSmartRef__":true,"id":38982},{"__isSmartRef__":true,"id":38983},{"__isSmartRef__":true,"id":38984},{"__isSmartRef__":true,"id":38985},{"__isSmartRef__":true,"id":38986},{"__isSmartRef__":true,"id":38987},{"__isSmartRef__":true,"id":38988},{"__isSmartRef__":true,"id":38989},{"__isSmartRef__":true,"id":38990},{"__isSmartRef__":true,"id":38991},{"__isSmartRef__":true,"id":38992},{"__isSmartRef__":true,"id":38993},{"__isSmartRef__":true,"id":38994},{"__isSmartRef__":true,"id":38995},{"__isSmartRef__":true,"id":38996},{"__isSmartRef__":true,"id":38997},{"__isSmartRef__":true,"id":38998},{"__isSmartRef__":true,"id":38999},{"__isSmartRef__":true,"id":39000},{"__isSmartRef__":true,"id":39001},{"__isSmartRef__":true,"id":39002},{"__isSmartRef__":true,"id":39003},{"__isSmartRef__":true,"id":39004},{"__isSmartRef__":true,"id":39005},{"__isSmartRef__":true,"id":39006},{"__isSmartRef__":true,"id":39007},{"__isSmartRef__":true,"id":39008},{"__isSmartRef__":true,"id":39009},{"__isSmartRef__":true,"id":39010},{"__isSmartRef__":true,"id":39011},{"__isSmartRef__":true,"id":39012},{"__isSmartRef__":true,"id":39013},{"__isSmartRef__":true,"id":39014},{"__isSmartRef__":true,"id":39015},{"__isSmartRef__":true,"id":39016},{"__isSmartRef__":true,"id":39017},{"__isSmartRef__":true,"id":39018},{"__isSmartRef__":true,"id":39019},{"__isSmartRef__":true,"id":39020},{"__isSmartRef__":true,"id":39021},{"__isSmartRef__":true,"id":39022},{"__isSmartRef__":true,"id":39023},{"__isSmartRef__":true,"id":39024},{"__isSmartRef__":true,"id":39025},{"__isSmartRef__":true,"id":39026},{"__isSmartRef__":true,"id":39027},{"__isSmartRef__":true,"id":39028},{"__isSmartRef__":true,"id":39029},{"__isSmartRef__":true,"id":39030},{"__isSmartRef__":true,"id":39031},{"__isSmartRef__":true,"id":39032},{"__isSmartRef__":true,"id":39033},{"__isSmartRef__":true,"id":39034},{"__isSmartRef__":true,"id":39035},{"__isSmartRef__":true,"id":39036},{"__isSmartRef__":true,"id":39037},{"__isSmartRef__":true,"id":39038},{"__isSmartRef__":true,"id":39039},{"__isSmartRef__":true,"id":39040},{"__isSmartRef__":true,"id":39041},{"__isSmartRef__":true,"id":39042},{"__isSmartRef__":true,"id":39043},{"__isSmartRef__":true,"id":39044},{"__isSmartRef__":true,"id":39045},{"__isSmartRef__":true,"id":39046},{"__isSmartRef__":true,"id":39047},{"__isSmartRef__":true,"id":39048},{"__isSmartRef__":true,"id":39049},{"__isSmartRef__":true,"id":39050},{"__isSmartRef__":true,"id":39051},{"__isSmartRef__":true,"id":39052},{"__isSmartRef__":true,"id":39053},{"__isSmartRef__":true,"id":39054},{"__isSmartRef__":true,"id":39055},{"__isSmartRef__":true,"id":39056},{"__isSmartRef__":true,"id":39057},{"__isSmartRef__":true,"id":39058},{"__isSmartRef__":true,"id":39059},{"__isSmartRef__":true,"id":39060},{"__isSmartRef__":true,"id":39061},{"__isSmartRef__":true,"id":39062},{"__isSmartRef__":true,"id":39063},{"__isSmartRef__":true,"id":39064},{"__isSmartRef__":true,"id":39065},{"__isSmartRef__":true,"id":39066},{"__isSmartRef__":true,"id":39067},{"__isSmartRef__":true,"id":39068},{"__isSmartRef__":true,"id":39069},{"__isSmartRef__":true,"id":39070},{"__isSmartRef__":true,"id":39071},{"__isSmartRef__":true,"id":39072},{"__isSmartRef__":true,"id":39073},{"__isSmartRef__":true,"id":39074},{"__isSmartRef__":true,"id":39075},{"__isSmartRef__":true,"id":39076},{"__isSmartRef__":true,"id":39077},{"__isSmartRef__":true,"id":39078},{"__isSmartRef__":true,"id":39079},{"__isSmartRef__":true,"id":39080},{"__isSmartRef__":true,"id":39081},{"__isSmartRef__":true,"id":39082},{"__isSmartRef__":true,"id":39083},{"__isSmartRef__":true,"id":39084},{"__isSmartRef__":true,"id":39085},{"__isSmartRef__":true,"id":39086},{"__isSmartRef__":true,"id":39087},{"__isSmartRef__":true,"id":39088},{"__isSmartRef__":true,"id":39089},{"__isSmartRef__":true,"id":39090},{"__isSmartRef__":true,"id":39091},{"__isSmartRef__":true,"id":39092},{"__isSmartRef__":true,"id":39093},{"__isSmartRef__":true,"id":39094},{"__isSmartRef__":true,"id":39095},{"__isSmartRef__":true,"id":39096},{"__isSmartRef__":true,"id":39097},{"__isSmartRef__":true,"id":39098},{"__isSmartRef__":true,"id":39099},{"__isSmartRef__":true,"id":39100},{"__isSmartRef__":true,"id":39101},{"__isSmartRef__":true,"id":39102},{"__isSmartRef__":true,"id":39103},{"__isSmartRef__":true,"id":39104},{"__isSmartRef__":true,"id":39105},{"__isSmartRef__":true,"id":39106},{"__isSmartRef__":true,"id":39107},{"__isSmartRef__":true,"id":39108},{"__isSmartRef__":true,"id":39109},{"__isSmartRef__":true,"id":39110},{"__isSmartRef__":true,"id":39111},{"__isSmartRef__":true,"id":39112},{"__isSmartRef__":true,"id":39113},{"__isSmartRef__":true,"id":39114},{"__isSmartRef__":true,"id":39115},{"__isSmartRef__":true,"id":39116},{"__isSmartRef__":true,"id":39117},{"__isSmartRef__":true,"id":39118},{"__isSmartRef__":true,"id":39119},{"__isSmartRef__":true,"id":39120},{"__isSmartRef__":true,"id":39121},{"__isSmartRef__":true,"id":39122},{"__isSmartRef__":true,"id":39123},{"__isSmartRef__":true,"id":39124},{"__isSmartRef__":true,"id":39125},{"__isSmartRef__":true,"id":39126},{"__isSmartRef__":true,"id":39127},{"__isSmartRef__":true,"id":39128},{"__isSmartRef__":true,"id":39129},{"__isSmartRef__":true,"id":39130},{"__isSmartRef__":true,"id":39131},{"__isSmartRef__":true,"id":39132},{"__isSmartRef__":true,"id":39133},{"__isSmartRef__":true,"id":39134},{"__isSmartRef__":true,"id":39135},{"__isSmartRef__":true,"id":39136},{"__isSmartRef__":true,"id":39137},{"__isSmartRef__":true,"id":39138},{"__isSmartRef__":true,"id":39139},{"__isSmartRef__":true,"id":39140},{"__isSmartRef__":true,"id":39141},{"__isSmartRef__":true,"id":39142},{"__isSmartRef__":true,"id":39143},{"__isSmartRef__":true,"id":39144},{"__isSmartRef__":true,"id":39145},{"__isSmartRef__":true,"id":39146},{"__isSmartRef__":true,"id":39147},{"__isSmartRef__":true,"id":39148},{"__isSmartRef__":true,"id":39149},{"__isSmartRef__":true,"id":39150},{"__isSmartRef__":true,"id":39151},{"__isSmartRef__":true,"id":39152},{"__isSmartRef__":true,"id":39153},{"__isSmartRef__":true,"id":39154},{"__isSmartRef__":true,"id":39155},{"__isSmartRef__":true,"id":39156},{"__isSmartRef__":true,"id":39157},{"__isSmartRef__":true,"id":39158},{"__isSmartRef__":true,"id":39159},{"__isSmartRef__":true,"id":39160},{"__isSmartRef__":true,"id":39161},{"__isSmartRef__":true,"id":39162},{"__isSmartRef__":true,"id":39163},{"__isSmartRef__":true,"id":39164},{"__isSmartRef__":true,"id":39165},{"__isSmartRef__":true,"id":39166},{"__isSmartRef__":true,"id":39167},{"__isSmartRef__":true,"id":39168},{"__isSmartRef__":true,"id":39169},{"__isSmartRef__":true,"id":39170},{"__isSmartRef__":true,"id":39171},{"__isSmartRef__":true,"id":39172},{"__isSmartRef__":true,"id":39173},{"__isSmartRef__":true,"id":39174},{"__isSmartRef__":true,"id":39175},{"__isSmartRef__":true,"id":39176},{"__isSmartRef__":true,"id":39177},{"__isSmartRef__":true,"id":39178},{"__isSmartRef__":true,"id":39179},{"__isSmartRef__":true,"id":39180},{"__isSmartRef__":true,"id":39181},{"__isSmartRef__":true,"id":39182},{"__isSmartRef__":true,"id":39183},{"__isSmartRef__":true,"id":39184},{"__isSmartRef__":true,"id":39185},{"__isSmartRef__":true,"id":39186},{"__isSmartRef__":true,"id":39187},{"__isSmartRef__":true,"id":39188},{"__isSmartRef__":true,"id":39189},{"__isSmartRef__":true,"id":39190},{"__isSmartRef__":true,"id":39191},{"__isSmartRef__":true,"id":39192},{"__isSmartRef__":true,"id":39193},{"__isSmartRef__":true,"id":39194},{"__isSmartRef__":true,"id":39195},{"__isSmartRef__":true,"id":39196},{"__isSmartRef__":true,"id":39197},{"__isSmartRef__":true,"id":39198},{"__isSmartRef__":true,"id":39199},{"__isSmartRef__":true,"id":39200},{"__isSmartRef__":true,"id":39201},{"__isSmartRef__":true,"id":39202},{"__isSmartRef__":true,"id":39203},{"__isSmartRef__":true,"id":39204},{"__isSmartRef__":true,"id":39205},{"__isSmartRef__":true,"id":39206},{"__isSmartRef__":true,"id":39207},{"__isSmartRef__":true,"id":39208},{"__isSmartRef__":true,"id":39209},{"__isSmartRef__":true,"id":39210},{"__isSmartRef__":true,"id":39211},{"__isSmartRef__":true,"id":39212},{"__isSmartRef__":true,"id":39213},{"__isSmartRef__":true,"id":39214},{"__isSmartRef__":true,"id":39215},{"__isSmartRef__":true,"id":39216},{"__isSmartRef__":true,"id":39217},{"__isSmartRef__":true,"id":39218},{"__isSmartRef__":true,"id":39219},{"__isSmartRef__":true,"id":39220},{"__isSmartRef__":true,"id":39221},{"__isSmartRef__":true,"id":39222},{"__isSmartRef__":true,"id":39223},{"__isSmartRef__":true,"id":39224},{"__isSmartRef__":true,"id":39225},{"__isSmartRef__":true,"id":39226},{"__isSmartRef__":true,"id":39227},{"__isSmartRef__":true,"id":39228},{"__isSmartRef__":true,"id":39229},{"__isSmartRef__":true,"id":39230},{"__isSmartRef__":true,"id":39231},{"__isSmartRef__":true,"id":39232},{"__isSmartRef__":true,"id":39233},{"__isSmartRef__":true,"id":39234},{"__isSmartRef__":true,"id":39235},{"__isSmartRef__":true,"id":39236},{"__isSmartRef__":true,"id":39237},{"__isSmartRef__":true,"id":39238},{"__isSmartRef__":true,"id":39239},{"__isSmartRef__":true,"id":39240},{"__isSmartRef__":true,"id":39241},{"__isSmartRef__":true,"id":39242},{"__isSmartRef__":true,"id":39243},{"__isSmartRef__":true,"id":39244},{"__isSmartRef__":true,"id":39245},{"__isSmartRef__":true,"id":39246},{"__isSmartRef__":true,"id":39247},{"__isSmartRef__":true,"id":39248},{"__isSmartRef__":true,"id":39249},{"__isSmartRef__":true,"id":39250},{"__isSmartRef__":true,"id":39251},{"__isSmartRef__":true,"id":39252},{"__isSmartRef__":true,"id":39253},{"__isSmartRef__":true,"id":39254},{"__isSmartRef__":true,"id":39255},{"__isSmartRef__":true,"id":39256},{"__isSmartRef__":true,"id":39257},{"__isSmartRef__":true,"id":39258},{"__isSmartRef__":true,"id":39259},{"__isSmartRef__":true,"id":39260},{"__isSmartRef__":true,"id":39261},{"__isSmartRef__":true,"id":39262},{"__isSmartRef__":true,"id":39263},{"__isSmartRef__":true,"id":39264},{"__isSmartRef__":true,"id":39265},{"__isSmartRef__":true,"id":39266},{"__isSmartRef__":true,"id":39267},{"__isSmartRef__":true,"id":39268},{"__isSmartRef__":true,"id":39269},{"__isSmartRef__":true,"id":39270},{"__isSmartRef__":true,"id":39271},{"__isSmartRef__":true,"id":39272},{"__isSmartRef__":true,"id":39273},{"__isSmartRef__":true,"id":39274},{"__isSmartRef__":true,"id":39275},{"__isSmartRef__":true,"id":39276},{"__isSmartRef__":true,"id":39277},{"__isSmartRef__":true,"id":39278},{"__isSmartRef__":true,"id":39279},{"__isSmartRef__":true,"id":39280}],"_ClipMode":"visible","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":39281},"__LivelyClassName__":"lively.morphic.Box"},"30848":{"submorphs":[{"__isSmartRef__":true,"id":30849},{"__isSmartRef__":true,"id":30899},{"__isSmartRef__":true,"id":30949},{"__isSmartRef__":true,"id":31006},{"__isSmartRef__":true,"id":31021},{"__isSmartRef__":true,"id":32466},{"__isSmartRef__":true,"id":32484},{"__isSmartRef__":true,"id":32498},{"__isSmartRef__":true,"id":32550},{"__isSmartRef__":true,"id":32566},{"__isSmartRef__":true,"id":32618}],"scripts":[],"id":"26CADDC2-A992-4578-889A-6290C86A3B33","shape":{"__isSmartRef__":true,"id":32633},"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":32640},"showsHalos":false,"name":"morePane","partsBinMetaInfo":{"__isSmartRef__":true,"id":32641},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":32642},"eventHandler":{"__isSmartRef__":true,"id":32643},"owner":{"__isSmartRef__":true,"id":30847},"priorExtent":{"__isSmartRef__":true,"id":32644},"layout":{"__isSmartRef__":true,"id":32645},"_Visible":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[1217,"8FB7EEAA-27C3-4BCC-9905-59A59B8AB602","B4102745-8642-4F09-A5B5-0452D29E993C","02282C11-7C56-4C33-A2D1-E4C92F9F5575","83E2A61C-0119-4597-ADC8-8CB3AEDF35C1","119E4FE1-420B-4FDF-BD03-CF15F07B3538","6D70BD64-C7F8-4A79-9BE9-FA4C5A1E7892","C116FCDA-BB4D-4543-BE17-4D5586813CAF","1EAD9C62-350F-40EB-B5EA-B9441BB280C9","A3B24A35-589E-460F-9B54-45B0D0B7D7DD","8993FD1D-9082-40F4-A2AD-5501D16913A7","EBCB5B06-08CA-4535-9EAC-F15893F70129","45BAF3E4-EAEE-4925-B2D6-042C01B0AD29","09B7283C-6DDB-4A06-A4BA-563018D46DFD","46022025-E2FE-4A0A-924F-3266509C66DB","538BB82D-3068-480C-A5C0-6B4E8CE1C9CA","45290AD5-33C4-41F3-B72B-D538DCA37F31","6FA9BB6D-52D5-49A5-930A-1F93456E6CF4","9D57135F-8E4B-41D0-ACBC-B19396812B35"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Box"},"30849":{"submorphs":[{"__isSmartRef__":true,"id":30850}],"scripts":[],"id":"198FB645-B5B2-40BC-AFDA-31A14814AB5A","shape":{"__isSmartRef__":true,"id":30866},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":30882},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":30869},"lighterFill":{"__isSmartRef__":true,"id":30883},"label":{"__isSmartRef__":true,"id":30850},"attributeConnections":[{"__isSmartRef__":true,"id":30892}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":30893},"name":"movePartButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":30894},"owner":{"__isSmartRef__":true,"id":30848},"layout":{"__isSmartRef__":true,"id":30895},"renderContextTable":{"__isSmartRef__":true,"id":30896},"eventHandler":{"__isSmartRef__":true,"id":30897},"priorExtent":{"__isSmartRef__":true,"id":30898},"derivationIds":[1218,"F5D21B41-BD0E-49D3-80E5-F1624416C143","1E157243-B0DC-4138-B660-EF05198FA3C8","4D60CECB-66FD-4865-BD46-45F0C9CAB399","0E997A95-CCA0-4BBF-B55B-62B5C6EC32DF","FA30D56E-17FE-4B1F-BE8A-7CBCCABEFF1D","A5A7F641-F783-4649-A154-1AD81607B7CE","D10ED7E0-21BA-463D-996E-6D458B557F68","606309D2-7D9D-4122-A64C-CFE582E6D738","998D7B7C-CF5D-401C-9594-FA8956C326A1","EA15F569-B871-4824-B0DE-550285BEB165","3FB1C9FB-F654-42C9-BE17-315287EB2FAB","7B3720C6-D365-4B41-B530-98E4D5EE238F","92F53BEA-E1EF-49C4-9DD1-7939D08941C5","0A7A011F-C6D8-4B81-85F4-F3CCF5F30A31","6543B591-A693-4D11-8114-D385115F8E65","758492FF-7087-4EE4-9054-00E680646A03","F6A6E55C-CF01-4EB9-8593-E71BEFB4EE59","5DBAE530-E39F-472D-A5D4-6E34FDCE6227"],"prevScroll":[0,0],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Button"},"30850":{"submorphs":[],"scripts":[],"id":"A223DA51-C960-4EF6-B85F-FEB8EC7DE326","shape":{"__isSmartRef__":true,"id":30851},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":56,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":30857},"textColor":{"__isSmartRef__":true,"id":30854},"owner":{"__isSmartRef__":true,"id":30849},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":30858}],"padding":{"__isSmartRef__":true,"id":30860},"_Padding":{"__isSmartRef__":true,"id":30861},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":30862},"renderContextTable":{"__isSmartRef__":true,"id":30863},"eventHandler":{"__isSmartRef__":true,"id":30864},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":56,"_MinTextHeight":null,"derivationIds":[1219,"46E7D2D8-D7A5-4476-8AD1-FB81FAE717FE","7B2A54CD-6423-4B77-A082-B5A1DA2BCE66","6C3B231E-5C42-449F-9425-8EE874A6EC57","7ACD0BA3-074C-461F-8C6B-ECEBA0B09C7A","556A1D2F-8F3F-4BCD-A602-FD3C257F1859","6C05BE2D-BB66-44E3-9765-65B24D7579E1","9F6A58E1-A23D-4A56-8D85-71FD5AA872B9","EDEC5AA1-080B-42AE-A9D6-F6FAB0CD3E1A","FE4530BA-6D31-4472-A351-4DCB0F9FE121","3F3B3887-CFF1-40A7-9228-D95F3594F2CB","B10968A4-7C77-4AAE-A2E1-FC76E16D36E8","DBC8455A-4562-4202-A7EB-543948664FEE","048B902B-C02C-44C6-9357-32663639FE23","C8B116B7-082D-4D6B-A035-EE71E8F3AC72","78B43404-A2E4-4BFF-B022-C4DA2CBBABBD","D271DCF7-62B5-428D-8B91-30B500F6F461","79934637-FCF5-4C27-B392-E9392BB5BA66","310851E0-6B77-43C0-A13B-BA0DF2777459"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":30865},"__LivelyClassName__":"lively.morphic.Text"},"30851":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":30852},"_Extent":{"__isSmartRef__":true,"id":30853},"_BorderColor":{"__isSmartRef__":true,"id":30854},"renderContextTable":{"__isSmartRef__":true,"id":30855},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":30856},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"30852":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"30853":{"x":58,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"30854":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"30855":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"30856":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"30857":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"30858":{"style":{"__isSmartRef__":true,"id":30859},"morph":{"__isSmartRef__":true,"id":30850},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":30850},"storedString":"move","__LivelyClassName__":"lively.morphic.TextChunk"},"30859":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"30860":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"30861":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"30862":{"x":58,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"30863":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"30864":{"morph":{"__isSmartRef__":true,"id":30850},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"30865":{"requiredModules":[],"idOnLoad":"A223DA51-C960-4EF6-B85F-FEB8EC7DE326","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"30866":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":30867},"_Extent":{"__isSmartRef__":true,"id":30868},"_Fill":{"__isSmartRef__":true,"id":30869},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":30879},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":30880},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":30881},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"30867":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"30868":{"x":58,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"30869":{"stops":[{"__isSmartRef__":true,"id":30870},{"__isSmartRef__":true,"id":30872},{"__isSmartRef__":true,"id":30874},{"__isSmartRef__":true,"id":30876}],"vector":{"__isSmartRef__":true,"id":30878},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"30870":{"offset":0,"color":{"__isSmartRef__":true,"id":30871}},"30871":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"30872":{"offset":0.4,"color":{"__isSmartRef__":true,"id":30873}},"30873":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"30874":{"offset":0.6,"color":{"__isSmartRef__":true,"id":30875}},"30875":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"30876":{"offset":1,"color":{"__isSmartRef__":true,"id":30877}},"30877":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"30878":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"30879":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"30880":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"30881":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"30882":{"x":137.67911865694913,"y":393.86777109042464,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"30883":{"stops":[{"__isSmartRef__":true,"id":30884},{"__isSmartRef__":true,"id":30886},{"__isSmartRef__":true,"id":30888},{"__isSmartRef__":true,"id":30890}],"vector":{"__isSmartRef__":true,"id":30878},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"30884":{"offset":0,"color":{"__isSmartRef__":true,"id":30885}},"30885":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"30886":{"offset":0.4,"color":{"__isSmartRef__":true,"id":30887}},"30887":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"30888":{"offset":0.6,"color":{"__isSmartRef__":true,"id":30889}},"30889":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"30890":{"offset":1,"color":{"__isSmartRef__":true,"id":30891}},"30891":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"30892":{"sourceObj":{"__isSmartRef__":true,"id":30849},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":30847},"targetMethodName":"interactivelyMoveSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"30893":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"30894":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"198FB645-B5B2-40BC-AFDA-31A14814AB5A","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"30895":{"moveVertical":true},"30896":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"30897":{"morph":{"__isSmartRef__":true,"id":30849},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"30898":{"x":59,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"30899":{"submorphs":[{"__isSmartRef__":true,"id":30900}],"scripts":[],"id":"C49DA24F-1149-4EA2-AC79-82C70EE83077","shape":{"__isSmartRef__":true,"id":30916},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":30932},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":30919},"lighterFill":{"__isSmartRef__":true,"id":30933},"label":{"__isSmartRef__":true,"id":30900},"attributeConnections":[{"__isSmartRef__":true,"id":30942},{"__isSmartRef__":true,"id":30943}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":30944},"name":"removePartButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":30945},"owner":{"__isSmartRef__":true,"id":30848},"layout":{"__isSmartRef__":true,"id":30946},"renderContextTable":{"__isSmartRef__":true,"id":30947},"eventHandler":{"__isSmartRef__":true,"id":30948},"derivationIds":[1220,"6104A033-57FD-4F65-B785-3F32FC278E39","BF7EFB0E-5EBE-4F44-9F5E-0576880F8E75","1E4BFB46-60C5-46A6-970A-CE2825840F25","6F766455-545A-496A-88AE-84737A5534A7","38DFF15E-9F34-46E9-BF1D-A4E46C497541","06C3D4D0-C1C1-4664-9899-5F7C61544400","4C448623-A82F-4C77-87AF-D6EA63A59B8D","9A0208AE-4752-4CEC-ABFE-69A8DCADDEC1","B622D1E6-1113-45B0-B7F1-D476B7187C6F","063AEB5B-6476-4381-80CE-3223D5217E84","6156BDE1-9147-41C6-AA8D-BAFBE8D74659","76C8D1EC-5DEB-4813-B4A3-DEE275EB63CA","38EF1DBF-4047-4FAD-9A38-3782659C845B","64AA08B4-79A2-4CF4-9FA4-C642BE08A736","D7C852FA-BE85-4DE9-A4D1-6E6E99E6A959","80F62CA1-A854-4470-B387-629B81C0618F","59DC61C0-DC00-497D-815B-6ED5BA0E6F47","DF47355E-361B-4236-A5DA-EDA365A6EE37"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Button"},"30900":{"submorphs":[],"scripts":[],"id":"B44341EA-5E42-4FBD-ACCE-616E73F67B77","shape":{"__isSmartRef__":true,"id":30901},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":64,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":30907},"textColor":{"__isSmartRef__":true,"id":30904},"owner":{"__isSmartRef__":true,"id":30899},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":30908}],"padding":{"__isSmartRef__":true,"id":30910},"_Padding":{"__isSmartRef__":true,"id":30911},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":30912},"renderContextTable":{"__isSmartRef__":true,"id":30913},"eventHandler":{"__isSmartRef__":true,"id":30914},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64,"_MinTextHeight":null,"derivationIds":[1221,"9DA2513A-CC83-4283-AB2A-ACF15C86C674","5F885FF0-B156-4674-9C69-74CB7C257A00","58A5253D-0C92-4B09-9B0B-50BAF7062B0D","C655EA28-0996-4C54-8E49-F908BCA93FCE","E7DE43DD-20AF-4E46-9928-2D26F325AB7F","7B24B946-C7AF-4E42-AC8B-BAC6D5D6FB5E","43456CD2-B83E-455A-89EA-E2EAC5B41399","3ACAECEE-6384-4EBE-9736-CAD24C3B3762","8005E82C-FA8E-4695-B93B-D9B2E924E896","D5AB5A5F-B23E-44D4-A8E2-DBF9366166C6","892409CD-C1D6-48CA-BEC2-6CBADF38465D","D74F66BA-4390-448A-B522-8F05178E7350","0B784218-10B5-4A37-B773-7620CC059EB7","C5685084-134C-46FD-9102-61A063AC889C","C47B92E3-5285-4067-B358-1A4324DF8A22","F7DC9949-A305-4AC0-AE45-7EE864EE9337","3D5444C3-7F8C-4D4F-A042-7908B72CECC7","B10D0811-3BD7-4D45-B876-055475EB1FC1"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":30915},"__LivelyClassName__":"lively.morphic.Text"},"30901":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":30902},"_Extent":{"__isSmartRef__":true,"id":30903},"_BorderColor":{"__isSmartRef__":true,"id":30904},"renderContextTable":{"__isSmartRef__":true,"id":30905},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":30906},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"30902":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"30903":{"x":66,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"30904":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"30905":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"30906":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"30907":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"30908":{"style":{"__isSmartRef__":true,"id":30909},"morph":{"__isSmartRef__":true,"id":30900},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":30900},"storedString":"remove","__LivelyClassName__":"lively.morphic.TextChunk"},"30909":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"30910":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"30911":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"30912":{"x":66,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"30913":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"30914":{"morph":{"__isSmartRef__":true,"id":30900},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"30915":{"requiredModules":[],"idOnLoad":"B44341EA-5E42-4FBD-ACCE-616E73F67B77","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"30916":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":30917},"_Extent":{"__isSmartRef__":true,"id":30918},"_Fill":{"__isSmartRef__":true,"id":30919},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":30929},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":30930},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":30931},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"30917":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"30918":{"x":66,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"30919":{"stops":[{"__isSmartRef__":true,"id":30920},{"__isSmartRef__":true,"id":30922},{"__isSmartRef__":true,"id":30924},{"__isSmartRef__":true,"id":30926}],"vector":{"__isSmartRef__":true,"id":30928},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"30920":{"offset":0,"color":{"__isSmartRef__":true,"id":30921}},"30921":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"30922":{"offset":0.4,"color":{"__isSmartRef__":true,"id":30923}},"30923":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"30924":{"offset":0.6,"color":{"__isSmartRef__":true,"id":30925}},"30925":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"30926":{"offset":1,"color":{"__isSmartRef__":true,"id":30927}},"30927":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"30928":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"30929":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"30930":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"30931":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"30932":{"x":70.12005863445097,"y":393.8518587078797,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"30933":{"stops":[{"__isSmartRef__":true,"id":30934},{"__isSmartRef__":true,"id":30936},{"__isSmartRef__":true,"id":30938},{"__isSmartRef__":true,"id":30940}],"vector":{"__isSmartRef__":true,"id":30928},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"30934":{"offset":0,"color":{"__isSmartRef__":true,"id":30935}},"30935":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"30936":{"offset":0.4,"color":{"__isSmartRef__":true,"id":30937}},"30937":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"30938":{"offset":0.6,"color":{"__isSmartRef__":true,"id":30939}},"30939":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"30940":{"offset":1,"color":{"__isSmartRef__":true,"id":30941}},"30941":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"30942":{"sourceObj":{"__isSmartRef__":true,"id":30899},"sourceAttrName":"fire","targetMethodName":"reloadEverything","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"30943":{"sourceObj":{"__isSmartRef__":true,"id":30899},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":30847},"targetMethodName":"interactivelyRemoveSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"30944":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"30945":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"C49DA24F-1149-4EA2-AC79-82C70EE83077","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"30946":{"moveVertical":true},"30947":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"30948":{"morph":{"__isSmartRef__":true,"id":30899},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"30949":{"submorphs":[{"__isSmartRef__":true,"id":30950}],"scripts":[],"id":"76F123FC-1858-4E59-96C9-6A478DA09CC8","shape":{"__isSmartRef__":true,"id":30965},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":30978},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":30979},"lighterFill":{"__isSmartRef__":true,"id":30989},"label":{"__isSmartRef__":true,"id":30950},"attributeConnections":[{"__isSmartRef__":true,"id":30998},{"__isSmartRef__":true,"id":30999}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":31000},"name":"loadPartButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":31001},"owner":{"__isSmartRef__":true,"id":30848},"layout":{"__isSmartRef__":true,"id":31002},"renderContextTable":{"__isSmartRef__":true,"id":31003},"eventHandler":{"__isSmartRef__":true,"id":31004},"derivationIds":[1222,"53143161-6C64-48C5-8E55-E5914F0EF97D","00D6DD0A-007D-478E-B625-602F218C4635","F420150F-FC88-4A76-8B6B-EA48495DAD2A","7E7374D3-E099-45D6-A873-E111BC557971","69B710F0-9A8E-4B16-9936-5C3E2512043F","1B1D4C76-8DF1-460A-ACCE-80568FE703DC","334778F7-689B-4D27-9891-059110F5122A","8B321CE5-31C5-4333-ADDF-E464DDE059A0","BC069425-0C12-4A28-867E-6C5A5B1334AE","F4B8B757-4B31-4438-B170-D36080178829","C491F2B7-A6A8-4A4A-B729-6F8D829A1966","A3A93C3D-0FC6-4D8B-8244-2B9003FD82A6","DB35D070-7293-4FEE-A170-8C31C4417699","0A3F38FF-C91B-4EA5-B235-0B73774AFCA2","8E4F2D2F-9F28-4BDA-882E-5E76E956D188","D6409CB9-24F9-40E8-A9A9-281F97370D72","B5CB0156-0C30-4C8C-861E-72E6B73E8E32","829B5CC8-E112-41DA-9BE5-1532570063F1"],"priorExtent":{"__isSmartRef__":true,"id":31005},"_Rotation":0,"_Scale":1,"_ClipMode":"visible","isPressed":false,"__LivelyClassName__":"lively.morphic.Button"},"30950":{"submorphs":[],"scripts":[],"id":"9718B817-4E9D-47EC-BFF1-9523CC0DE793","shape":{"__isSmartRef__":true,"id":30951},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":50,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":30956},"textColor":{"__isSmartRef__":true,"id":30954},"owner":{"__isSmartRef__":true,"id":30949},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":30957}],"padding":{"__isSmartRef__":true,"id":30959},"_Padding":{"__isSmartRef__":true,"id":30960},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":30961},"renderContextTable":{"__isSmartRef__":true,"id":30962},"eventHandler":{"__isSmartRef__":true,"id":30963},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":50,"_MinTextHeight":null,"derivationIds":[1223,"CA1AEDF7-8E87-433B-9CD1-DDA8D5A3EBCF","86BD113F-64BA-49A6-B42F-E561F4E0D67E","272B9AB5-11DE-4885-89B6-C3438FC53A90","8A9A437F-D683-4B7F-AE55-35EB605AFB78","A990A9CC-15E4-4E0C-BB5B-16023C399575","F9EF7A21-3B37-4964-B000-6276E90F9807","7C3782C1-9B87-4C58-8D9B-699E9789DA5F","519AE5D6-2EFD-48C5-B983-5A9CA44B7361","3C6B09E0-A6F9-42D6-902B-CF03B209261C","B861397A-5D9E-4C49-B16C-B7C4213F553F","3946FAFB-8E68-4B61-B3D8-C17D2D779198","1DCA3B7F-0D7F-4729-8FD9-2B33A6361A28","6CF99508-4E30-43E9-9945-7A4C4439936A","5990A154-6EFE-48B1-8390-087C7FAF9F35","507F3F9A-523B-4381-8F92-9886C7000F06","7F2ABCE4-A243-4264-8C19-2AE81B3CE9DE","8D86C24D-83CE-40F0-B79B-A0DB20ED1B25","A14FF23F-CBB9-49BF-B4B5-52F63B3AFE40"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":30964},"__LivelyClassName__":"lively.morphic.Text"},"30951":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":30952},"_Extent":{"__isSmartRef__":true,"id":30953},"_BorderColor":{"__isSmartRef__":true,"id":30954},"renderContextTable":{"__isSmartRef__":true,"id":30955},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":7607},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"30952":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"30953":{"x":50,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"30954":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"30955":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"30956":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"30957":{"style":{"__isSmartRef__":true,"id":30958},"morph":{"__isSmartRef__":true,"id":30950},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":30950},"storedString":"load","__LivelyClassName__":"lively.morphic.TextChunk"},"30958":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"30959":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"30960":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"30961":{"x":50,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"30962":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"30963":{"morph":{"__isSmartRef__":true,"id":30950},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"30964":{"requiredModules":[],"idOnLoad":"9718B817-4E9D-47EC-BFF1-9523CC0DE793","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"30965":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":30966},"_Extent":{"__isSmartRef__":true,"id":30967},"_Fill":{"__isSmartRef__":true,"id":30968},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":30975},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":30976},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":30977},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"30966":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"30967":{"x":50,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"30968":{"stops":[{"__isSmartRef__":true,"id":30969},{"__isSmartRef__":true,"id":30971},{"__isSmartRef__":true,"id":30972},{"__isSmartRef__":true,"id":30973}],"vector":{"__isSmartRef__":true,"id":153},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"30969":{"offset":0,"color":{"__isSmartRef__":true,"id":30970}},"30970":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"30971":{"offset":0.3,"color":{"__isSmartRef__":true,"id":149}},"30972":{"offset":0.7,"color":{"__isSmartRef__":true,"id":149}},"30973":{"offset":1,"color":{"__isSmartRef__":true,"id":30974}},"30974":{"r":0.7973333333333334,"g":0.7973333333333334,"b":0.7973333333333334,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"30975":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"30976":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"30977":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"30978":{"x":19.154971194602297,"y":393.89144835121806,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"30979":{"stops":[{"__isSmartRef__":true,"id":30980},{"__isSmartRef__":true,"id":30982},{"__isSmartRef__":true,"id":30984},{"__isSmartRef__":true,"id":30986}],"vector":{"__isSmartRef__":true,"id":30988},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"30980":{"offset":0,"color":{"__isSmartRef__":true,"id":30981}},"30981":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"30982":{"offset":0.4,"color":{"__isSmartRef__":true,"id":30983}},"30983":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"30984":{"offset":0.6,"color":{"__isSmartRef__":true,"id":30985}},"30985":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"30986":{"offset":1,"color":{"__isSmartRef__":true,"id":30987}},"30987":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"30988":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"30989":{"stops":[{"__isSmartRef__":true,"id":30990},{"__isSmartRef__":true,"id":30992},{"__isSmartRef__":true,"id":30994},{"__isSmartRef__":true,"id":30996}],"vector":{"__isSmartRef__":true,"id":30988},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"30990":{"offset":0,"color":{"__isSmartRef__":true,"id":30991}},"30991":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"30992":{"offset":0.4,"color":{"__isSmartRef__":true,"id":30993}},"30993":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"30994":{"offset":0.6,"color":{"__isSmartRef__":true,"id":30995}},"30995":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"30996":{"offset":1,"color":{"__isSmartRef__":true,"id":30997}},"30997":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"30998":{"sourceObj":{"__isSmartRef__":true,"id":30949},"sourceAttrName":"fire","targetMethodName":"reloadEverything","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"30999":{"sourceObj":{"__isSmartRef__":true,"id":30949},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":30847},"targetMethodName":"loadAndOpenSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"31000":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"31001":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"76F123FC-1858-4E59-96C9-6A478DA09CC8","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"31002":{"moveVertical":true},"31003":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"31004":{"morph":{"__isSmartRef__":true,"id":30949},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"31005":{"x":51,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"31006":{"submorphs":[],"scripts":[],"id":"A8C0DBC8-500B-4342-8556-6346AC0B7708","shape":{"__isSmartRef__":true,"id":31007},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":31013},"_MaxTextWidth":258,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":31010},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"selectedPartName","partsBinMetaInfo":{"__isSmartRef__":true,"id":31014},"textChunks":[{"__isSmartRef__":true,"id":31015}],"charsReplaced":"some text","lastFindLoc":-9,"prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":30848},"_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":31017},"renderContextTable":{"__isSmartRef__":true,"id":31018},"eventHandler":{"__isSmartRef__":true,"id":31019},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":258,"_MinTextHeight":null,"distanceToDragEvent":{"__isSmartRef__":true,"id":31020},"previousSelection":[11,11],"derivationIds":[1224,"25E0FB99-9B39-4754-932D-DB6A01B4A95D","61627613-C999-40E7-9DB0-BDF996D1ECC4","C4D29785-0782-4706-806D-FF6038713C2F","4C2E106A-1F4C-48A0-A435-1FAA967054BC","BCB8A5BC-CD57-4495-8E0B-67AA5E474FA4","BC6B6857-9FAE-499A-BBFC-4F98A28D555D","A33D26A2-77A9-4F7B-B01E-E011C3AEAB93","12CBEF1F-E269-417E-ACEA-4DE2E29A0CE3","FCA464B3-A849-409D-BC5B-6D9EBAFB43BE","ED534055-8E5A-4649-BB57-BDC3E5CBC17F","B3F598DC-FB73-4FE9-8996-49419A4CD741","F43C5DD4-BE88-4B9F-A804-83D767B93FF8","E8A14541-A23C-4109-82E1-D4DCA740BF52","7A379D20-CC5D-4FB1-9898-854686E034C5","E7A76532-D8EF-4115-9B51-C3A2754C7983","70045544-6706-4A32-A67A-A439454F90CF","5AB7DDB3-7240-4C63-9F17-5A96AC90D9CC","786477A0-CF47-4332-985A-FD492FB8E7C6"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"31007":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":31008},"_Extent":{"__isSmartRef__":true,"id":31009},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":31010},"renderContextTable":{"__isSmartRef__":true,"id":31011},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":31012},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"31008":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"31009":{"x":258,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"31010":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"31011":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"31012":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"31013":{"x":22.074220912172564,"y":8.635794805933187,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"31014":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"A8C0DBC8-500B-4342-8556-6346AC0B7708","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"31015":{"style":{"__isSmartRef__":true,"id":31016},"chunkOwner":{"__isSmartRef__":true,"id":31006},"storedString":"ObjectEditor","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"31016":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"31017":{"x":258,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"31018":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"31019":{"morph":{"__isSmartRef__":true,"id":31006},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"31020":{"x":167.51791727205773,"y":-12.628784291915622,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"31021":{"submorphs":[],"scripts":[],"id":"8BC0B5CD-E6BF-4B28-84A8-0BAF87C88539","shape":{"__isSmartRef__":true,"id":31022},"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":31029},"itemList":[{"__isSmartRef__":true,"id":31030},{"__isSmartRef__":true,"id":31035},{"__isSmartRef__":true,"id":31040},{"__isSmartRef__":true,"id":31045},{"__isSmartRef__":true,"id":31050},{"__isSmartRef__":true,"id":31055},{"__isSmartRef__":true,"id":31060},{"__isSmartRef__":true,"id":31065},{"__isSmartRef__":true,"id":31070},{"__isSmartRef__":true,"id":31075},{"__isSmartRef__":true,"id":31080},{"__isSmartRef__":true,"id":31085},{"__isSmartRef__":true,"id":31090},{"__isSmartRef__":true,"id":31095},{"__isSmartRef__":true,"id":31100},{"__isSmartRef__":true,"id":31105},{"__isSmartRef__":true,"id":31110},{"__isSmartRef__":true,"id":31115},{"__isSmartRef__":true,"id":31120},{"__isSmartRef__":true,"id":31125},{"__isSmartRef__":true,"id":31130},{"__isSmartRef__":true,"id":31135},{"__isSmartRef__":true,"id":31242},{"__isSmartRef__":true,"id":31247},{"__isSmartRef__":true,"id":31252},{"__isSmartRef__":true,"id":31257},{"__isSmartRef__":true,"id":31262},{"__isSmartRef__":true,"id":31269},{"__isSmartRef__":true,"id":31274},{"__isSmartRef__":true,"id":31279},{"__isSmartRef__":true,"id":31284},{"__isSmartRef__":true,"id":31289},{"__isSmartRef__":true,"id":31294},{"__isSmartRef__":true,"id":31299},{"__isSmartRef__":true,"id":31304},{"__isSmartRef__":true,"id":31309},{"__isSmartRef__":true,"id":31314},{"__isSmartRef__":true,"id":31319},{"__isSmartRef__":true,"id":31324},{"__isSmartRef__":true,"id":31329},{"__isSmartRef__":true,"id":31334},{"__isSmartRef__":true,"id":31339},{"__isSmartRef__":true,"id":31344},{"__isSmartRef__":true,"id":31349},{"__isSmartRef__":true,"id":31354},{"__isSmartRef__":true,"id":31359},{"__isSmartRef__":true,"id":31364},{"__isSmartRef__":true,"id":31369},{"__isSmartRef__":true,"id":31374},{"__isSmartRef__":true,"id":31379},{"__isSmartRef__":true,"id":31384},{"__isSmartRef__":true,"id":31975},{"__isSmartRef__":true,"id":31981},{"__isSmartRef__":true,"id":31986},{"__isSmartRef__":true,"id":31991},{"__isSmartRef__":true,"id":31996},{"__isSmartRef__":true,"id":32001},{"__isSmartRef__":true,"id":32006},{"__isSmartRef__":true,"id":32011},{"__isSmartRef__":true,"id":32016},{"__isSmartRef__":true,"id":32021},{"__isSmartRef__":true,"id":32026},{"__isSmartRef__":true,"id":32031},{"__isSmartRef__":true,"id":32036},{"__isSmartRef__":true,"id":32041},{"__isSmartRef__":true,"id":32046},{"__isSmartRef__":true,"id":32051},{"__isSmartRef__":true,"id":32056},{"__isSmartRef__":true,"id":32061},{"__isSmartRef__":true,"id":32066},{"__isSmartRef__":true,"id":32071},{"__isSmartRef__":true,"id":32076},{"__isSmartRef__":true,"id":32081},{"__isSmartRef__":true,"id":32086},{"__isSmartRef__":true,"id":32091},{"__isSmartRef__":true,"id":32096},{"__isSmartRef__":true,"id":32101},{"__isSmartRef__":true,"id":32106},{"__isSmartRef__":true,"id":32111},{"__isSmartRef__":true,"id":32116},{"__isSmartRef__":true,"id":32121},{"__isSmartRef__":true,"id":32136},{"__isSmartRef__":true,"id":32141},{"__isSmartRef__":true,"id":32146},{"__isSmartRef__":true,"id":32151},{"__isSmartRef__":true,"id":32156},{"__isSmartRef__":true,"id":32161},{"__isSmartRef__":true,"id":32166},{"__isSmartRef__":true,"id":32171},{"__isSmartRef__":true,"id":32176},{"__isSmartRef__":true,"id":32181},{"__isSmartRef__":true,"id":32186},{"__isSmartRef__":true,"id":32191},{"__isSmartRef__":true,"id":32196},{"__isSmartRef__":true,"id":32201},{"__isSmartRef__":true,"id":32206},{"__isSmartRef__":true,"id":32211},{"__isSmartRef__":true,"id":32216},{"__isSmartRef__":true,"id":32221},{"__isSmartRef__":true,"id":32226},{"__isSmartRef__":true,"id":32231},{"__isSmartRef__":true,"id":32236},{"__isSmartRef__":true,"id":32241},{"__isSmartRef__":true,"id":32246},{"__isSmartRef__":true,"id":32251},{"__isSmartRef__":true,"id":32256},{"__isSmartRef__":true,"id":32261},{"__isSmartRef__":true,"id":32266},{"__isSmartRef__":true,"id":32271},{"__isSmartRef__":true,"id":32276},{"__isSmartRef__":true,"id":32281},{"__isSmartRef__":true,"id":32286},{"__isSmartRef__":true,"id":32291},{"__isSmartRef__":true,"id":32296},{"__isSmartRef__":true,"id":32301},{"__isSmartRef__":true,"id":32306},{"__isSmartRef__":true,"id":32311},{"__isSmartRef__":true,"id":32316},{"__isSmartRef__":true,"id":32321},{"__isSmartRef__":true,"id":32326},{"__isSmartRef__":true,"id":32331},{"__isSmartRef__":true,"id":32336},{"__isSmartRef__":true,"id":32341},{"__isSmartRef__":true,"id":32346},{"__isSmartRef__":true,"id":32351},{"__isSmartRef__":true,"id":32356},{"__isSmartRef__":true,"id":32361},{"__isSmartRef__":true,"id":32366},{"__isSmartRef__":true,"id":32371},{"__isSmartRef__":true,"id":32376},{"__isSmartRef__":true,"id":32381},{"__isSmartRef__":true,"id":32386},{"__isSmartRef__":true,"id":32391},{"__isSmartRef__":true,"id":32396},{"__isSmartRef__":true,"id":32401},{"__isSmartRef__":true,"id":32406},{"__isSmartRef__":true,"id":32411},{"__isSmartRef__":true,"id":32416},{"__isSmartRef__":true,"id":32421},{"__isSmartRef__":true,"id":32426},{"__isSmartRef__":true,"id":32431},{"__isSmartRef__":true,"id":32436},{"__isSmartRef__":true,"id":32441},{"__isSmartRef__":true,"id":32446},{"__isSmartRef__":true,"id":32451},{"__isSmartRef__":true,"id":32456}],"showsHalos":false,"name":"selectedPartVersions","partsBinMetaInfo":{"__isSmartRef__":true,"id":32461},"__SourceModuleName__":"Global.lively.morphic.Core","_ClipMode":"scroll","owner":{"__isSmartRef__":true,"id":30848},"prevScroll":[0,391],"layout":{"__isSmartRef__":true,"id":32462},"priorExtent":{"__isSmartRef__":true,"id":32463},"renderContextTable":{"__isSmartRef__":true,"id":32464},"eventHandler":{"__isSmartRef__":true,"id":32465},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[1225,"9B936EA2-F23D-497C-A53E-4396CA9256F6","E333E76B-0723-4359-B687-2AA820C0D677","25D90D11-0432-4E82-891D-54FFA3BB9FB1","914D1CD5-B925-47EC-B766-212629CF18AC","06903DED-2228-497A-A5E4-BD39CDAC9286","87BCD5EE-A9F5-41E6-AF60-2E0F4B187B25","7FF89F4C-C131-4DAD-A2E3-E3891D43F801","4C4F847E-E079-4B30-BD21-99ACC266B3A6","CD3F6BEF-CFAC-4D1D-9EDE-645D9A1BD064","58EBD102-9E1B-4DF6-AEB7-917764F6D2F3","71365E97-4664-4E67-8AE4-3038A922F65E","BD9C5EBB-4660-4030-8F82-D7F96BBF1B94","189C43AE-811E-4F28-8B30-B6CC11F41CA9","EB043866-95BE-49E0-A54B-14BB5C4BD692","55CDE267-DC7E-42B4-8270-1BBC412A4B36","253560AE-9FB0-4EC3-8C26-0DB0DF9BBE02","FD68C62E-0D04-4421-A9A2-254D853E2044","CCE0CD46-F614-405D-A86B-C21A5CD0A81D"],"_Rotation":0,"_Scale":1,"selectedLineNo":20,"selection":{"__isSmartRef__":true,"id":31131},"__LivelyClassName__":"lively.morphic.List"},"31022":{"position":{"__isSmartRef__":true,"id":31023},"_Extent":{"__isSmartRef__":true,"id":31024},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":31025},"_Fill":{"__isSmartRef__":true,"id":31026},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":31027},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_Padding":{"__isSmartRef__":true,"id":31028},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"31023":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"31024":{"x":330.7762078882963,"y":121.97632273920658,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"31025":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"31026":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"31027":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"31028":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"31029":{"x":19.98146549080036,"y":56.349422571268406,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"31030":{"string":"2012-06-06 16:18 timfelgentreff (169737)","value":{"__isSmartRef__":true,"id":31031},"isListItem":true},"31031":{"rev":169737,"author":"timfelgentreff","date":{"__isSmartRef__":true,"id":31032},"url":{"__isSmartRef__":true,"id":31033},"changes":[{"__isSmartRef__":true,"id":31034}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31032":{"isSerializedDate":true,"string":"Wed Jun 06 2012 16:18:19 GMT+0200 (Mitteleuropäische Sommerzeit)"},"31033":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31034":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"31035":{"string":"2012-06-06 16:17 timfelgentreff (169734)","value":{"__isSmartRef__":true,"id":31036},"isListItem":true},"31036":{"rev":169734,"author":"timfelgentreff","date":{"__isSmartRef__":true,"id":31037},"url":{"__isSmartRef__":true,"id":31038},"changes":[{"__isSmartRef__":true,"id":31039}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31037":{"isSerializedDate":true,"string":"Wed Jun 06 2012 16:17:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"31038":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31039":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"31040":{"string":"2012-06-06 16:16 timfelgentreff (169731)","value":{"__isSmartRef__":true,"id":31041},"isListItem":true},"31041":{"rev":169731,"author":"timfelgentreff","date":{"__isSmartRef__":true,"id":31042},"url":{"__isSmartRef__":true,"id":31043},"changes":[{"__isSmartRef__":true,"id":31044}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31042":{"isSerializedDate":true,"string":"Wed Jun 06 2012 16:16:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"31043":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31044":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"31045":{"string":"2012-06-06 15:54 timfelgentreff (169726)","value":{"__isSmartRef__":true,"id":31046},"isListItem":true},"31046":{"rev":169726,"author":"timfelgentreff","date":{"__isSmartRef__":true,"id":31047},"url":{"__isSmartRef__":true,"id":31048},"changes":[{"__isSmartRef__":true,"id":31049}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31047":{"isSerializedDate":true,"string":"Wed Jun 06 2012 15:54:25 GMT+0200 (Mitteleuropäische Sommerzeit)"},"31048":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31049":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"31050":{"string":"2012-06-06 15:16 timfelgentreff (169716)","value":{"__isSmartRef__":true,"id":31051},"isListItem":true},"31051":{"rev":169716,"author":"timfelgentreff","date":{"__isSmartRef__":true,"id":31052},"url":{"__isSmartRef__":true,"id":31053},"changes":[{"__isSmartRef__":true,"id":31054}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31052":{"isSerializedDate":true,"string":"Wed Jun 06 2012 15:16:37 GMT+0200 (Mitteleuropäische Sommerzeit)"},"31053":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31054":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"31055":{"string":"2012-06-06 15:11 timfelgentreff (169710)","value":{"__isSmartRef__":true,"id":31056},"isListItem":true},"31056":{"rev":169710,"author":"timfelgentreff","date":{"__isSmartRef__":true,"id":31057},"url":{"__isSmartRef__":true,"id":31058},"changes":[{"__isSmartRef__":true,"id":31059}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31057":{"isSerializedDate":true,"string":"Wed Jun 06 2012 15:11:46 GMT+0200 (Mitteleuropäische Sommerzeit)"},"31058":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31059":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"31060":{"string":"2012-06-06 14:08 tessi (169677)","value":{"__isSmartRef__":true,"id":31061},"isListItem":true},"31061":{"rev":169677,"author":"tessi","date":{"__isSmartRef__":true,"id":31062},"url":{"__isSmartRef__":true,"id":31063},"changes":[{"__isSmartRef__":true,"id":31064}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31062":{"isSerializedDate":true,"string":"Wed Jun 06 2012 14:08:38 GMT+0200 (Mitteleuropäische Sommerzeit)"},"31063":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31064":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"31065":{"string":"2012-05-29 11:36 lauritz (167123)","value":{"__isSmartRef__":true,"id":31066},"isListItem":true},"31066":{"rev":167123,"author":"lauritz","date":{"__isSmartRef__":true,"id":31067},"url":{"__isSmartRef__":true,"id":31068},"changes":[{"__isSmartRef__":true,"id":31069}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31067":{"isSerializedDate":true,"string":"Tue May 29 2012 11:36:48 GMT+0200 (Mitteleuropäische Sommerzeit)"},"31068":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31069":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"31070":{"string":"2012-05-29 11:06 lauritz (167078)","value":{"__isSmartRef__":true,"id":31071},"isListItem":true},"31071":{"rev":167078,"author":"lauritz","date":{"__isSmartRef__":true,"id":31072},"url":{"__isSmartRef__":true,"id":31073},"changes":[{"__isSmartRef__":true,"id":31074}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31072":{"isSerializedDate":true,"string":"Tue May 29 2012 11:06:14 GMT+0200 (Mitteleuropäische Sommerzeit)"},"31073":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31074":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"31075":{"string":"2012-05-29 10:57 lauritz (167072)","value":{"__isSmartRef__":true,"id":31076},"isListItem":true},"31076":{"rev":167072,"author":"lauritz","date":{"__isSmartRef__":true,"id":31077},"url":{"__isSmartRef__":true,"id":31078},"changes":[{"__isSmartRef__":true,"id":31079}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31077":{"isSerializedDate":true,"string":"Tue May 29 2012 10:57:53 GMT+0200 (Mitteleuropäische Sommerzeit)"},"31078":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31079":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"31080":{"string":"2012-05-24 15:09 timfelgentreff (166414)","value":{"__isSmartRef__":true,"id":31081},"isListItem":true},"31081":{"rev":166414,"author":"timfelgentreff","date":{"__isSmartRef__":true,"id":31082},"url":{"__isSmartRef__":true,"id":31083},"changes":[{"__isSmartRef__":true,"id":31084}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31082":{"isSerializedDate":true,"string":"Thu May 24 2012 15:09:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"31083":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31084":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"31085":{"string":"2012-05-24 14:39 lauritz (166368)","value":{"__isSmartRef__":true,"id":31086},"isListItem":true},"31086":{"rev":166368,"author":"lauritz","date":{"__isSmartRef__":true,"id":31087},"url":{"__isSmartRef__":true,"id":31088},"changes":[{"__isSmartRef__":true,"id":31089}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31087":{"isSerializedDate":true,"string":"Thu May 24 2012 14:39:50 GMT+0200 (Mitteleuropäische Sommerzeit)"},"31088":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31089":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"31090":{"string":"2012-05-24 14:35 timfelgentreff (166355)","value":{"__isSmartRef__":true,"id":31091},"isListItem":true},"31091":{"rev":166355,"author":"timfelgentreff","date":{"__isSmartRef__":true,"id":31092},"url":{"__isSmartRef__":true,"id":31093},"changes":[{"__isSmartRef__":true,"id":31094}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31092":{"isSerializedDate":true,"string":"Thu May 24 2012 14:35:56 GMT+0200 (Mitteleuropäische Sommerzeit)"},"31093":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31094":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"31095":{"string":"2012-05-16 18:41 cschuster (163611)","value":{"__isSmartRef__":true,"id":31096},"isListItem":true},"31096":{"rev":163611,"author":"cschuster","date":{"__isSmartRef__":true,"id":31097},"url":{"__isSmartRef__":true,"id":31098},"changes":[{"__isSmartRef__":true,"id":31099}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31097":{"isSerializedDate":true,"string":"Wed May 16 2012 18:41:35 GMT+0200 (Mitteleuropäische Sommerzeit)"},"31098":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31099":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"31100":{"string":"2012-04-26 19:53 robertkrahn (156552)","value":{"__isSmartRef__":true,"id":31101},"isListItem":true},"31101":{"rev":156552,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":31102},"url":{"__isSmartRef__":true,"id":31103},"changes":[{"__isSmartRef__":true,"id":31104}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31102":{"isSerializedDate":true,"string":"Thu Apr 26 2012 19:53:35 GMT+0200 (Mitteleuropäische Sommerzeit)"},"31103":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31104":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"31105":{"string":"2012-04-26 09:38 fbo (156107)","value":{"__isSmartRef__":true,"id":31106},"isListItem":true},"31106":{"rev":156107,"author":"fbo","date":{"__isSmartRef__":true,"id":31107},"url":{"__isSmartRef__":true,"id":31108},"changes":[{"__isSmartRef__":true,"id":31109}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31107":{"isSerializedDate":true,"string":"Thu Apr 26 2012 09:38:40 GMT+0200 (Mitteleuropäische Sommerzeit)"},"31108":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31109":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"31110":{"string":"2012-04-26 09:05 fbo (156057)","value":{"__isSmartRef__":true,"id":31111},"isListItem":true},"31111":{"rev":156057,"author":"fbo","date":{"__isSmartRef__":true,"id":31112},"url":{"__isSmartRef__":true,"id":31113},"changes":[{"__isSmartRef__":true,"id":31114}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31112":{"isSerializedDate":true,"string":"Thu Apr 26 2012 09:05:59 GMT+0200 (Mitteleuropäische Sommerzeit)"},"31113":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31114":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"31115":{"string":"2012-04-21 13:45 robertkrahn (154260)","value":{"__isSmartRef__":true,"id":31116},"isListItem":true},"31116":{"rev":154260,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":31117},"url":{"__isSmartRef__":true,"id":31118},"changes":[{"__isSmartRef__":true,"id":31119}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31117":{"isSerializedDate":true,"string":"Sat Apr 21 2012 13:45:02 GMT+0200 (Mitteleuropäische Sommerzeit)"},"31118":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31119":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"31120":{"string":"2012-04-19 08:55 lauritz (153353)","value":{"__isSmartRef__":true,"id":31121},"isListItem":true},"31121":{"rev":153353,"author":"lauritz","date":{"__isSmartRef__":true,"id":31122},"url":{"__isSmartRef__":true,"id":31123},"changes":[{"__isSmartRef__":true,"id":31124}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31122":{"isSerializedDate":true,"string":"Thu Apr 19 2012 08:55:05 GMT+0200 (Mitteleuropäische Sommerzeit)"},"31123":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31124":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"31125":{"string":"2012-03-14 14:41 jenslincke (145763)","value":{"__isSmartRef__":true,"id":31126},"isListItem":true},"31126":{"rev":145763,"author":"jenslincke","date":{"__isSmartRef__":true,"id":31127},"url":{"__isSmartRef__":true,"id":31128},"changes":[{"__isSmartRef__":true,"id":31129}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31127":{"isSerializedDate":true,"string":"Wed Mar 14 2012 14:41:08 GMT+0100 (Mitteleuropäische Zeit)"},"31128":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31129":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"31130":{"string":"2012-02-25 01:41 fbo (140989)","value":{"__isSmartRef__":true,"id":31131},"isListItem":true},"31131":{"rev":140989,"author":"fbo","date":{"__isSmartRef__":true,"id":31132},"url":{"__isSmartRef__":true,"id":31133},"changes":[{"__isSmartRef__":true,"id":31134}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31132":{"isSerializedDate":true,"string":"Sat Feb 25 2012 01:41:31 GMT+0100 (Mitteleuropäische Zeit)"},"31133":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31134":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"31135":{"string":"2012-02-22 22:26 fbo (140039)","value":{"__isSmartRef__":true,"id":31136},"isListItem":true},"31136":{"rev":140039,"author":"fbo","date":{"__isSmartRef__":true,"id":31137},"url":{"__isSmartRef__":true,"id":31138},"changes":[{"__isSmartRef__":true,"id":31139},{"__isSmartRef__":true,"id":31140},{"__isSmartRef__":true,"id":31141},{"__isSmartRef__":true,"id":31142},{"__isSmartRef__":true,"id":31143},{"__isSmartRef__":true,"id":31144},{"__isSmartRef__":true,"id":31145},{"__isSmartRef__":true,"id":31146},{"__isSmartRef__":true,"id":31147},{"__isSmartRef__":true,"id":31148},{"__isSmartRef__":true,"id":31149},{"__isSmartRef__":true,"id":31150},{"__isSmartRef__":true,"id":31151},{"__isSmartRef__":true,"id":31152},{"__isSmartRef__":true,"id":31153},{"__isSmartRef__":true,"id":31154},{"__isSmartRef__":true,"id":31155},{"__isSmartRef__":true,"id":31156},{"__isSmartRef__":true,"id":31157},{"__isSmartRef__":true,"id":31158},{"__isSmartRef__":true,"id":31159},{"__isSmartRef__":true,"id":31160},{"__isSmartRef__":true,"id":31161},{"__isSmartRef__":true,"id":31162},{"__isSmartRef__":true,"id":31163},{"__isSmartRef__":true,"id":31164},{"__isSmartRef__":true,"id":31165},{"__isSmartRef__":true,"id":31166},{"__isSmartRef__":true,"id":31167},{"__isSmartRef__":true,"id":31168},{"__isSmartRef__":true,"id":31169},{"__isSmartRef__":true,"id":31170},{"__isSmartRef__":true,"id":31171},{"__isSmartRef__":true,"id":31172},{"__isSmartRef__":true,"id":31173},{"__isSmartRef__":true,"id":31174},{"__isSmartRef__":true,"id":31175},{"__isSmartRef__":true,"id":31176},{"__isSmartRef__":true,"id":31177},{"__isSmartRef__":true,"id":31178},{"__isSmartRef__":true,"id":31179},{"__isSmartRef__":true,"id":31180},{"__isSmartRef__":true,"id":31181},{"__isSmartRef__":true,"id":31182},{"__isSmartRef__":true,"id":31183},{"__isSmartRef__":true,"id":31184},{"__isSmartRef__":true,"id":31185},{"__isSmartRef__":true,"id":31186},{"__isSmartRef__":true,"id":31187},{"__isSmartRef__":true,"id":31188},{"__isSmartRef__":true,"id":31189},{"__isSmartRef__":true,"id":31190},{"__isSmartRef__":true,"id":31191},{"__isSmartRef__":true,"id":31192},{"__isSmartRef__":true,"id":31193},{"__isSmartRef__":true,"id":31194},{"__isSmartRef__":true,"id":31195},{"__isSmartRef__":true,"id":31196},{"__isSmartRef__":true,"id":31197},{"__isSmartRef__":true,"id":31198},{"__isSmartRef__":true,"id":31199},{"__isSmartRef__":true,"id":31200},{"__isSmartRef__":true,"id":31201},{"__isSmartRef__":true,"id":31202},{"__isSmartRef__":true,"id":31203},{"__isSmartRef__":true,"id":31204},{"__isSmartRef__":true,"id":31205},{"__isSmartRef__":true,"id":31206},{"__isSmartRef__":true,"id":31207},{"__isSmartRef__":true,"id":31208},{"__isSmartRef__":true,"id":31209},{"__isSmartRef__":true,"id":31210},{"__isSmartRef__":true,"id":31211},{"__isSmartRef__":true,"id":31212},{"__isSmartRef__":true,"id":31213},{"__isSmartRef__":true,"id":31214},{"__isSmartRef__":true,"id":31215},{"__isSmartRef__":true,"id":31216},{"__isSmartRef__":true,"id":31217},{"__isSmartRef__":true,"id":31218},{"__isSmartRef__":true,"id":31219},{"__isSmartRef__":true,"id":31220},{"__isSmartRef__":true,"id":31221},{"__isSmartRef__":true,"id":31222},{"__isSmartRef__":true,"id":31223},{"__isSmartRef__":true,"id":31224},{"__isSmartRef__":true,"id":31225},{"__isSmartRef__":true,"id":31226},{"__isSmartRef__":true,"id":31227},{"__isSmartRef__":true,"id":31228},{"__isSmartRef__":true,"id":31229},{"__isSmartRef__":true,"id":31230},{"__isSmartRef__":true,"id":31231},{"__isSmartRef__":true,"id":31232},{"__isSmartRef__":true,"id":31233},{"__isSmartRef__":true,"id":31234},{"__isSmartRef__":true,"id":31235},{"__isSmartRef__":true,"id":31236},{"__isSmartRef__":true,"id":31237},{"__isSmartRef__":true,"id":31238},{"__isSmartRef__":true,"id":31239},{"__isSmartRef__":true,"id":31240},{"__isSmartRef__":true,"id":31241}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31137":{"isSerializedDate":true,"string":"Wed Feb 22 2012 22:26:12 GMT+0100 (Mitteleuropäische Zeit)"},"31138":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/lively/lang/UUID.js","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31139":{"type":"S:modified","url":"/core/lively/ast/Interpreter.js"},"31140":{"type":"S:added","url":null},"31141":{"type":"S:added","url":null},"31142":{"type":"S:modified","url":"/core/lively/OldModel.js"},"31143":{"type":"S:modified","url":"/core/lively/morphic/ScriptingSupport.js"},"31144":{"type":"S:added","url":null},"31145":{"type":"S:added","url":null},"31146":{"type":"S:deleted","url":null},"31147":{"type":"S:added","url":null},"31148":{"type":"S:modified","url":"/core/lively/ast/LivelyJSParser.js"},"31149":{"type":"S:modified","url":"/core/lively/morphic/EventExperiments.js"},"31150":{"type":"S:added","url":null},"31151":{"type":"S:modified","url":"/core/lively/Base.js"},"31152":{"type":"S:added","url":null},"31153":{"type":"S:added","url":null},"31154":{"type":"S:modified","url":"/core/lively/bootstrap.js"},"31155":{"type":"S:added","url":null},"31156":{"type":"S:added","url":null},"31157":{"type":"S:modified","url":"/core/lively/localconfig.js"},"31158":{"type":"S:modified","url":"/core/lively/PartsBin.js"},"31159":{"type":"S:modified","url":"/core/lively/ide/SystemBrowserNodes.js"},"31160":{"type":"S:modified","url":"/core/lively/morphic/tests/PathTests.js"},"31161":{"type":"S:added","url":null},"31162":{"type":"S:modified","url":"/core/lively/bindings/Core.js"},"31163":{"type":"S:added","url":null},"31164":{"type":"S:added","url":null},"31165":{"type":"S:modified","url":"/core/lively/Network.js"},"31166":{"type":"S:modified","url":"/core/lively/morphic/Core.js"},"31167":{"type":"S:added","url":null},"31168":{"type":"S:modified","url":"/core/lively/bindings.js"},"31169":{"type":"S:modified","url":"/core/lively/WidgetsTraits.js"},"31170":{"type":"S:modified","url":"/core/lively/morphic.js"},"31171":{"type":"S:added","url":null},"31172":{"type":"S:added","url":null},"31173":{"type":"S:added","url":null},"31174":{"type":"S:modified","url":"/core/lively/defaultconfig.js"},"31175":{"type":"S:added","url":null},"31176":{"type":"S:added","url":null},"31177":{"type":"S:modified","url":"/core/lively/morphic/Canvas.js"},"31178":{"type":"S:modified","url":"/core/lively/ast/generated/Translator.js"},"31179":{"type":"S:added","url":null},"31180":{"type":"S:modified","url":"/core/lively/ast/Parser.js"},"31181":{"type":"S:modified","url":"/core/lively/Main.js"},"31182":{"type":"S:modified","url":"/core/lively/morphic/tests/Morphic2.js"},"31183":{"type":"S:added","url":null},"31184":{"type":"S:modified","url":"/core/lively/morphic/tests/TabTests.js"},"31185":{"type":"S:modified","url":"/core/lively/persistence/Serializer.js"},"31186":{"type":"S:modified","url":"/core_version.json"},"31187":{"type":"S:added","url":null},"31188":{"type":"S:modified","url":"/core/lively/morphic/PathShapes.js"},"31189":{"type":"S:added","url":null},"31190":{"type":"S:added","url":null},"31191":{"type":"S:modified","url":"/core/lively/morphic/tests/Morphic.js"},"31192":{"type":"S:modified","url":"/core/lively/morphic/tests/DataGridTests.js"},"31193":{"type":"S:modified","url":"/core/lively/morphic/HTML.js"},"31194":{"type":"S:added","url":null},"31195":{"type":"S:added","url":null},"31196":{"type":"S:added","url":null},"31197":{"type":"S:modified","url":"/core/lively/ide/BrowserCommands.js"},"31198":{"type":"S:modified","url":"/core/lively/morphic/Widgets.js"},"31199":{"type":"S:modified","url":"/core/lively/morphic/tests/EventTests.js"},"31200":{"type":"S:modified","url":"/core/lively/ast/StackReification.js"},"31201":{"type":"S:modified","url":"/core/cop/CopBenchmark.js"},"31202":{"type":"S:deleted","url":null},"31203":{"type":"S:added","url":null},"31204":{"type":"S:modified","url":"/core/lively/Helper.js"},"31205":{"type":"S:modified","url":"/core/lively/morphic/MorphAddons.js"},"31206":{"type":"S:added","url":null},"31207":{"type":"S:modified","url":"/core/lively/morphic/tests/Connectors.js"},"31208":{"type":"S:modified","url":"/core/lively/morphic/Shapes.js"},"31209":{"type":"S:modified","url":"/core/lively/ide/SourceDatabase.js"},"31210":{"type":"S:added","url":null},"31211":{"type":"S:modified","url":"/core/lively/Tracing.js"},"31212":{"type":"S:added","url":null},"31213":{"type":"S:modified","url":"/core/lively/ast/Morphic.js"},"31214":{"type":"S:added","url":null},"31215":{"type":"S:added","url":null},"31216":{"type":"S:added","url":null},"31217":{"type":"S:modified","url":"/core/lively/TestFramework.js"},"31218":{"type":"S:modified","url":"/core/lively/ast/generated/Nodes.js"},"31219":{"type":"S:added","url":null},"31220":{"type":"S:modified","url":"/core/lively/morphic/TextCore.js"},"31221":{"type":"S:added","url":null},"31222":{"type":"S:modified","url":"/core/lively/ide.js"},"31223":{"type":"S:modified","url":"/core/cop/Tracing.js"},"31224":{"type":"S:modified","url":"/core/lively/ide/FileParsing.js"},"31225":{"type":"S:modified","url":"/core/lively/morphic/Events.js"},"31226":{"type":"S:modified","url":"/core/lively/morphic/Halos.js"},"31227":{"type":"S:added","url":null},"31228":{"type":"S:added","url":null},"31229":{"type":"S:modified","url":"/core/lively/morphic/Complete.js"},"31230":{"type":"S:added","url":null},"31231":{"type":"S:added","url":null},"31232":{"type":"S:added","url":null},"31233":{"type":"S:added","url":null},"31234":{"type":"S:added","url":null},"31235":{"type":"S:modified","url":"/core/lively/persistence/StandAlonePackaging.js"},"31236":{"type":"S:added","url":null},"31237":{"type":"S:modified","url":"/core/lively/ast/TestFramework.js"},"31238":{"type":"S:modified","url":"/core/lively/ide/SystemCodeBrowser.js"},"31239":{"type":"S:added","url":null},"31240":{"type":"S:added","url":null},"31241":{"type":"S:added","url":null},"31242":{"string":"2012-02-03 10:40 sstamm (132517)","value":{"__isSmartRef__":true,"id":31243},"isListItem":true},"31243":{"rev":132517,"author":"sstamm","date":{"__isSmartRef__":true,"id":31244},"url":{"__isSmartRef__":true,"id":31245},"changes":[{"__isSmartRef__":true,"id":31246}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31244":{"isSerializedDate":true,"string":"Fri Feb 03 2012 10:40:09 GMT+0100 (Mitteleuropäische Zeit)"},"31245":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31246":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"31247":{"string":"2012-02-02 16:31 bsiegmund (132307)","value":{"__isSmartRef__":true,"id":31248},"isListItem":true},"31248":{"rev":132307,"author":"bsiegmund","date":{"__isSmartRef__":true,"id":31249},"url":{"__isSmartRef__":true,"id":31250},"changes":[{"__isSmartRef__":true,"id":31251}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31249":{"isSerializedDate":true,"string":"Thu Feb 02 2012 16:31:06 GMT+0100 (Mitteleuropäische Zeit)"},"31250":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31251":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"31252":{"string":"2012-02-02 13:55 conradcalmez (132233)","value":{"__isSmartRef__":true,"id":31253},"isListItem":true},"31253":{"rev":132233,"author":"conradcalmez","date":{"__isSmartRef__":true,"id":31254},"url":{"__isSmartRef__":true,"id":31255},"changes":[{"__isSmartRef__":true,"id":31256}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31254":{"isSerializedDate":true,"string":"Thu Feb 02 2012 13:55:51 GMT+0100 (Mitteleuropäische Zeit)"},"31255":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31256":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"31257":{"string":"2012-02-02 13:50 conradcalmez (132229)","value":{"__isSmartRef__":true,"id":31258},"isListItem":true},"31258":{"rev":132229,"author":"conradcalmez","date":{"__isSmartRef__":true,"id":31259},"url":{"__isSmartRef__":true,"id":31260},"changes":[{"__isSmartRef__":true,"id":31261}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31259":{"isSerializedDate":true,"string":"Thu Feb 02 2012 13:50:09 GMT+0100 (Mitteleuropäische Zeit)"},"31260":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31261":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"31262":{"string":"2012-01-27 16:55 robertkrahn (130600)","value":{"__isSmartRef__":true,"id":31263},"isListItem":true},"31263":{"rev":130600,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":31264},"url":{"__isSmartRef__":true,"id":31265},"changes":[{"__isSmartRef__":true,"id":31266},{"__isSmartRef__":true,"id":31267},{"__isSmartRef__":true,"id":31268}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31264":{"isSerializedDate":true,"string":"Fri Jan 27 2012 16:55:45 GMT+0100 (Mitteleuropäische Zeit)"},"31265":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31266":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.metainfo"},"31267":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.html"},"31268":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"31269":{"string":"2012-01-06 06:11 lauritz (126390)","value":{"__isSmartRef__":true,"id":31270},"isListItem":true},"31270":{"rev":126390,"author":"lauritz","date":{"__isSmartRef__":true,"id":31271},"url":{"__isSmartRef__":true,"id":31272},"changes":[{"__isSmartRef__":true,"id":31273}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31271":{"isSerializedDate":true,"string":"Fri Jan 06 2012 06:11:45 GMT+0100 (Mitteleuropäische Zeit)"},"31272":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31273":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"31274":{"string":"2011-12-16 19:26 lauritz (124159)","value":{"__isSmartRef__":true,"id":31275},"isListItem":true},"31275":{"rev":124159,"author":"lauritz","date":{"__isSmartRef__":true,"id":31276},"url":{"__isSmartRef__":true,"id":31277},"changes":[{"__isSmartRef__":true,"id":31278}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31276":{"isSerializedDate":true,"string":"Fri Dec 16 2011 19:26:29 GMT+0100 (Mitteleuropäische Zeit)"},"31277":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31278":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"31279":{"string":"2011-12-16 19:21 lauritz (124153)","value":{"__isSmartRef__":true,"id":31280},"isListItem":true},"31280":{"rev":124153,"author":"lauritz","date":{"__isSmartRef__":true,"id":31281},"url":{"__isSmartRef__":true,"id":31282},"changes":[{"__isSmartRef__":true,"id":31283}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31281":{"isSerializedDate":true,"string":"Fri Dec 16 2011 19:21:12 GMT+0100 (Mitteleuropäische Zeit)"},"31282":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31283":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"31284":{"string":"2011-12-13 21:03 lauritz (123678)","value":{"__isSmartRef__":true,"id":31285},"isListItem":true},"31285":{"rev":123678,"author":"lauritz","date":{"__isSmartRef__":true,"id":31286},"url":{"__isSmartRef__":true,"id":31287},"changes":[{"__isSmartRef__":true,"id":31288}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31286":{"isSerializedDate":true,"string":"Tue Dec 13 2011 21:03:07 GMT+0100 (Mitteleuropäische Zeit)"},"31287":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31288":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"31289":{"string":"2011-12-13 17:55 lauritz (123652)","value":{"__isSmartRef__":true,"id":31290},"isListItem":true},"31290":{"rev":123652,"author":"lauritz","date":{"__isSmartRef__":true,"id":31291},"url":{"__isSmartRef__":true,"id":31292},"changes":[{"__isSmartRef__":true,"id":31293}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31291":{"isSerializedDate":true,"string":"Tue Dec 13 2011 17:55:01 GMT+0100 (Mitteleuropäische Zeit)"},"31292":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31293":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"31294":{"string":"2011-12-07 05:11 lauritz (121416)","value":{"__isSmartRef__":true,"id":31295},"isListItem":true},"31295":{"rev":121416,"author":"lauritz","date":{"__isSmartRef__":true,"id":31296},"url":{"__isSmartRef__":true,"id":31297},"changes":[{"__isSmartRef__":true,"id":31298}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31296":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:11:47 GMT+0100 (Mitteleuropäische Zeit)"},"31297":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31298":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"31299":{"string":"2011-12-07 03:30 lauritz (121413)","value":{"__isSmartRef__":true,"id":31300},"isListItem":true},"31300":{"rev":121413,"author":"lauritz","date":{"__isSmartRef__":true,"id":31301},"url":{"__isSmartRef__":true,"id":31302},"changes":[{"__isSmartRef__":true,"id":31303}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31301":{"isSerializedDate":true,"string":"Wed Dec 07 2011 03:30:34 GMT+0100 (Mitteleuropäische Zeit)"},"31302":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31303":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"31304":{"string":"2011-11-30 22:54 lauritz (120057)","value":{"__isSmartRef__":true,"id":31305},"isListItem":true},"31305":{"rev":120057,"author":"lauritz","date":{"__isSmartRef__":true,"id":31306},"url":{"__isSmartRef__":true,"id":31307},"changes":[{"__isSmartRef__":true,"id":31308}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31306":{"isSerializedDate":true,"string":"Wed Nov 30 2011 22:54:16 GMT+0100 (Mitteleuropäische Zeit)"},"31307":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31308":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"31309":{"string":"2011-11-29 03:49 lauritz (119544)","value":{"__isSmartRef__":true,"id":31310},"isListItem":true},"31310":{"rev":119544,"author":"lauritz","date":{"__isSmartRef__":true,"id":31311},"url":{"__isSmartRef__":true,"id":31312},"changes":[{"__isSmartRef__":true,"id":31313}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31311":{"isSerializedDate":true,"string":"Tue Nov 29 2011 03:49:55 GMT+0100 (Mitteleuropäische Zeit)"},"31312":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31313":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"31314":{"string":"2011-11-29 03:43 lauritz (119539)","value":{"__isSmartRef__":true,"id":31315},"isListItem":true},"31315":{"rev":119539,"author":"lauritz","date":{"__isSmartRef__":true,"id":31316},"url":{"__isSmartRef__":true,"id":31317},"changes":[{"__isSmartRef__":true,"id":31318}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31316":{"isSerializedDate":true,"string":"Tue Nov 29 2011 03:43:54 GMT+0100 (Mitteleuropäische Zeit)"},"31317":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31318":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"31319":{"string":"2011-11-23 17:26 lauritz (118955)","value":{"__isSmartRef__":true,"id":31320},"isListItem":true},"31320":{"rev":118955,"author":"lauritz","date":{"__isSmartRef__":true,"id":31321},"url":{"__isSmartRef__":true,"id":31322},"changes":[{"__isSmartRef__":true,"id":31323}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31321":{"isSerializedDate":true,"string":"Wed Nov 23 2011 17:26:20 GMT+0100 (Mitteleuropäische Zeit)"},"31322":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31323":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"31324":{"string":"2011-11-22 22:01 lauritz (118855)","value":{"__isSmartRef__":true,"id":31325},"isListItem":true},"31325":{"rev":118855,"author":"lauritz","date":{"__isSmartRef__":true,"id":31326},"url":{"__isSmartRef__":true,"id":31327},"changes":[{"__isSmartRef__":true,"id":31328}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31326":{"isSerializedDate":true,"string":"Tue Nov 22 2011 22:01:54 GMT+0100 (Mitteleuropäische Zeit)"},"31327":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31328":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"31329":{"string":"2011-11-21 22:13 lauritz (118771)","value":{"__isSmartRef__":true,"id":31330},"isListItem":true},"31330":{"rev":118771,"author":"lauritz","date":{"__isSmartRef__":true,"id":31331},"url":{"__isSmartRef__":true,"id":31332},"changes":[{"__isSmartRef__":true,"id":31333}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31331":{"isSerializedDate":true,"string":"Mon Nov 21 2011 22:13:39 GMT+0100 (Mitteleuropäische Zeit)"},"31332":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31333":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"31334":{"string":"2011-11-18 19:18 lauritz (118637)","value":{"__isSmartRef__":true,"id":31335},"isListItem":true},"31335":{"rev":118637,"author":"lauritz","date":{"__isSmartRef__":true,"id":31336},"url":{"__isSmartRef__":true,"id":31337},"changes":[{"__isSmartRef__":true,"id":31338}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31336":{"isSerializedDate":true,"string":"Fri Nov 18 2011 19:18:36 GMT+0100 (Mitteleuropäische Zeit)"},"31337":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31338":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"31339":{"string":"2011-11-18 14:26 jenslincke (118510)","value":{"__isSmartRef__":true,"id":31340},"isListItem":true},"31340":{"rev":118510,"author":"jenslincke","date":{"__isSmartRef__":true,"id":31341},"url":{"__isSmartRef__":true,"id":31342},"changes":[{"__isSmartRef__":true,"id":31343}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31341":{"isSerializedDate":true,"string":"Fri Nov 18 2011 14:26:39 GMT+0100 (Mitteleuropäische Zeit)"},"31342":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31343":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"31344":{"string":"2011-11-17 22:22 lauritz (118339)","value":{"__isSmartRef__":true,"id":31345},"isListItem":true},"31345":{"rev":118339,"author":"lauritz","date":{"__isSmartRef__":true,"id":31346},"url":{"__isSmartRef__":true,"id":31347},"changes":[{"__isSmartRef__":true,"id":31348}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31346":{"isSerializedDate":true,"string":"Thu Nov 17 2011 22:22:28 GMT+0100 (Mitteleuropäische Zeit)"},"31347":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31348":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"31349":{"string":"2011-11-16 01:12 lauritz (117853)","value":{"__isSmartRef__":true,"id":31350},"isListItem":true},"31350":{"rev":117853,"author":"lauritz","date":{"__isSmartRef__":true,"id":31351},"url":{"__isSmartRef__":true,"id":31352},"changes":[{"__isSmartRef__":true,"id":31353}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31351":{"isSerializedDate":true,"string":"Wed Nov 16 2011 01:12:00 GMT+0100 (Mitteleuropäische Zeit)"},"31352":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31353":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"31354":{"string":"2011-11-15 19:10 lauritz (117786)","value":{"__isSmartRef__":true,"id":31355},"isListItem":true},"31355":{"rev":117786,"author":"lauritz","date":{"__isSmartRef__":true,"id":31356},"url":{"__isSmartRef__":true,"id":31357},"changes":[{"__isSmartRef__":true,"id":31358}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31356":{"isSerializedDate":true,"string":"Tue Nov 15 2011 19:10:58 GMT+0100 (Mitteleuropäische Zeit)"},"31357":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31358":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"31359":{"string":"2011-11-11 00:46 lauritz (117156)","value":{"__isSmartRef__":true,"id":31360},"isListItem":true},"31360":{"rev":117156,"author":"lauritz","date":{"__isSmartRef__":true,"id":31361},"url":{"__isSmartRef__":true,"id":31362},"changes":[{"__isSmartRef__":true,"id":31363}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31361":{"isSerializedDate":true,"string":"Fri Nov 11 2011 00:46:07 GMT+0100 (Mitteleuropäische Zeit)"},"31362":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31363":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"31364":{"string":"2011-11-11 00:41 lauritz (117152)","value":{"__isSmartRef__":true,"id":31365},"isListItem":true},"31365":{"rev":117152,"author":"lauritz","date":{"__isSmartRef__":true,"id":31366},"url":{"__isSmartRef__":true,"id":31367},"changes":[{"__isSmartRef__":true,"id":31368}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31366":{"isSerializedDate":true,"string":"Fri Nov 11 2011 00:41:40 GMT+0100 (Mitteleuropäische Zeit)"},"31367":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31368":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"31369":{"string":"2011-11-04 12:43 jenslincke (113658)","value":{"__isSmartRef__":true,"id":31370},"isListItem":true},"31370":{"rev":113658,"author":"jenslincke","date":{"__isSmartRef__":true,"id":31371},"url":{"__isSmartRef__":true,"id":31372},"changes":[{"__isSmartRef__":true,"id":31373}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31371":{"isSerializedDate":true,"string":"Fri Nov 04 2011 12:43:52 GMT+0100 (Mitteleuropäische Zeit)"},"31372":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31373":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"31374":{"string":"2011-11-04 12:40 jenslincke (113656)","value":{"__isSmartRef__":true,"id":31375},"isListItem":true},"31375":{"rev":113656,"author":"jenslincke","date":{"__isSmartRef__":true,"id":31376},"url":{"__isSmartRef__":true,"id":31377},"changes":[{"__isSmartRef__":true,"id":31378}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31376":{"isSerializedDate":true,"string":"Fri Nov 04 2011 12:40:43 GMT+0100 (Mitteleuropäische Zeit)"},"31377":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31378":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"31379":{"string":"2011-10-28 03:35 lauritz (112222)","value":{"__isSmartRef__":true,"id":31380},"isListItem":true},"31380":{"rev":112222,"author":"lauritz","date":{"__isSmartRef__":true,"id":31381},"url":{"__isSmartRef__":true,"id":31382},"changes":[{"__isSmartRef__":true,"id":31383}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31381":{"isSerializedDate":true,"string":"Fri Oct 28 2011 03:35:40 GMT+0200 (Mitteleuropäische Sommerzeit)"},"31382":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31383":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"31384":{"string":"2011-10-28 01:02 lauritz (112200)","value":{"__isSmartRef__":true,"id":31385},"isListItem":true},"31385":{"rev":112200,"author":"lauritz","date":{"__isSmartRef__":true,"id":31386},"url":{"__isSmartRef__":true,"id":31387},"changes":[{"__isSmartRef__":true,"id":31388},{"__isSmartRef__":true,"id":31389},{"__isSmartRef__":true,"id":31390},{"__isSmartRef__":true,"id":31391},{"__isSmartRef__":true,"id":31392},{"__isSmartRef__":true,"id":31393},{"__isSmartRef__":true,"id":31394},{"__isSmartRef__":true,"id":31395},{"__isSmartRef__":true,"id":31396},{"__isSmartRef__":true,"id":31397},{"__isSmartRef__":true,"id":31398},{"__isSmartRef__":true,"id":31399},{"__isSmartRef__":true,"id":31400},{"__isSmartRef__":true,"id":31401},{"__isSmartRef__":true,"id":31402},{"__isSmartRef__":true,"id":31403},{"__isSmartRef__":true,"id":31404},{"__isSmartRef__":true,"id":31405},{"__isSmartRef__":true,"id":31406},{"__isSmartRef__":true,"id":31407},{"__isSmartRef__":true,"id":31408},{"__isSmartRef__":true,"id":31409},{"__isSmartRef__":true,"id":31410},{"__isSmartRef__":true,"id":31411},{"__isSmartRef__":true,"id":31412},{"__isSmartRef__":true,"id":31413},{"__isSmartRef__":true,"id":31414},{"__isSmartRef__":true,"id":31415},{"__isSmartRef__":true,"id":31416},{"__isSmartRef__":true,"id":31417},{"__isSmartRef__":true,"id":31418},{"__isSmartRef__":true,"id":31419},{"__isSmartRef__":true,"id":31420},{"__isSmartRef__":true,"id":31421},{"__isSmartRef__":true,"id":31422},{"__isSmartRef__":true,"id":31423},{"__isSmartRef__":true,"id":31424},{"__isSmartRef__":true,"id":31425},{"__isSmartRef__":true,"id":31426},{"__isSmartRef__":true,"id":31427},{"__isSmartRef__":true,"id":31428},{"__isSmartRef__":true,"id":31429},{"__isSmartRef__":true,"id":31430},{"__isSmartRef__":true,"id":31431},{"__isSmartRef__":true,"id":31432},{"__isSmartRef__":true,"id":31433},{"__isSmartRef__":true,"id":31434},{"__isSmartRef__":true,"id":31435},{"__isSmartRef__":true,"id":31436},{"__isSmartRef__":true,"id":31437},{"__isSmartRef__":true,"id":31438},{"__isSmartRef__":true,"id":31439},{"__isSmartRef__":true,"id":31440},{"__isSmartRef__":true,"id":31441},{"__isSmartRef__":true,"id":31442},{"__isSmartRef__":true,"id":31443},{"__isSmartRef__":true,"id":31444},{"__isSmartRef__":true,"id":31445},{"__isSmartRef__":true,"id":31446},{"__isSmartRef__":true,"id":31447},{"__isSmartRef__":true,"id":31448},{"__isSmartRef__":true,"id":31449},{"__isSmartRef__":true,"id":31450},{"__isSmartRef__":true,"id":31451},{"__isSmartRef__":true,"id":31452},{"__isSmartRef__":true,"id":31453},{"__isSmartRef__":true,"id":31454},{"__isSmartRef__":true,"id":31455},{"__isSmartRef__":true,"id":31456},{"__isSmartRef__":true,"id":31457},{"__isSmartRef__":true,"id":31458},{"__isSmartRef__":true,"id":31459},{"__isSmartRef__":true,"id":31460},{"__isSmartRef__":true,"id":31461},{"__isSmartRef__":true,"id":31462},{"__isSmartRef__":true,"id":31463},{"__isSmartRef__":true,"id":31464},{"__isSmartRef__":true,"id":31465},{"__isSmartRef__":true,"id":31466},{"__isSmartRef__":true,"id":31467},{"__isSmartRef__":true,"id":31468},{"__isSmartRef__":true,"id":31469},{"__isSmartRef__":true,"id":31470},{"__isSmartRef__":true,"id":31471},{"__isSmartRef__":true,"id":31472},{"__isSmartRef__":true,"id":31473},{"__isSmartRef__":true,"id":31474},{"__isSmartRef__":true,"id":31475},{"__isSmartRef__":true,"id":31476},{"__isSmartRef__":true,"id":31477},{"__isSmartRef__":true,"id":31478},{"__isSmartRef__":true,"id":31479},{"__isSmartRef__":true,"id":31480},{"__isSmartRef__":true,"id":31481},{"__isSmartRef__":true,"id":31482},{"__isSmartRef__":true,"id":31483},{"__isSmartRef__":true,"id":31484},{"__isSmartRef__":true,"id":31485},{"__isSmartRef__":true,"id":31486},{"__isSmartRef__":true,"id":31487},{"__isSmartRef__":true,"id":31488},{"__isSmartRef__":true,"id":31489},{"__isSmartRef__":true,"id":31490},{"__isSmartRef__":true,"id":31491},{"__isSmartRef__":true,"id":31492},{"__isSmartRef__":true,"id":31493},{"__isSmartRef__":true,"id":31494},{"__isSmartRef__":true,"id":31495},{"__isSmartRef__":true,"id":31496},{"__isSmartRef__":true,"id":31497},{"__isSmartRef__":true,"id":31498},{"__isSmartRef__":true,"id":31499},{"__isSmartRef__":true,"id":31500},{"__isSmartRef__":true,"id":31501},{"__isSmartRef__":true,"id":31502},{"__isSmartRef__":true,"id":31503},{"__isSmartRef__":true,"id":31504},{"__isSmartRef__":true,"id":31505},{"__isSmartRef__":true,"id":31506},{"__isSmartRef__":true,"id":31507},{"__isSmartRef__":true,"id":31508},{"__isSmartRef__":true,"id":31509},{"__isSmartRef__":true,"id":31510},{"__isSmartRef__":true,"id":31511},{"__isSmartRef__":true,"id":31512},{"__isSmartRef__":true,"id":31513},{"__isSmartRef__":true,"id":31514},{"__isSmartRef__":true,"id":31515},{"__isSmartRef__":true,"id":31516},{"__isSmartRef__":true,"id":31517},{"__isSmartRef__":true,"id":31518},{"__isSmartRef__":true,"id":31519},{"__isSmartRef__":true,"id":31520},{"__isSmartRef__":true,"id":31521},{"__isSmartRef__":true,"id":31522},{"__isSmartRef__":true,"id":31523},{"__isSmartRef__":true,"id":31524},{"__isSmartRef__":true,"id":31525},{"__isSmartRef__":true,"id":31526},{"__isSmartRef__":true,"id":31527},{"__isSmartRef__":true,"id":31528},{"__isSmartRef__":true,"id":31529},{"__isSmartRef__":true,"id":31530},{"__isSmartRef__":true,"id":31531},{"__isSmartRef__":true,"id":31532},{"__isSmartRef__":true,"id":31533},{"__isSmartRef__":true,"id":31534},{"__isSmartRef__":true,"id":31535},{"__isSmartRef__":true,"id":31536},{"__isSmartRef__":true,"id":31537},{"__isSmartRef__":true,"id":31538},{"__isSmartRef__":true,"id":31539},{"__isSmartRef__":true,"id":31540},{"__isSmartRef__":true,"id":31541},{"__isSmartRef__":true,"id":31542},{"__isSmartRef__":true,"id":31543},{"__isSmartRef__":true,"id":31544},{"__isSmartRef__":true,"id":31545},{"__isSmartRef__":true,"id":31546},{"__isSmartRef__":true,"id":31547},{"__isSmartRef__":true,"id":31548},{"__isSmartRef__":true,"id":31549},{"__isSmartRef__":true,"id":31550},{"__isSmartRef__":true,"id":31551},{"__isSmartRef__":true,"id":31552},{"__isSmartRef__":true,"id":31553},{"__isSmartRef__":true,"id":31554},{"__isSmartRef__":true,"id":31555},{"__isSmartRef__":true,"id":31556},{"__isSmartRef__":true,"id":31557},{"__isSmartRef__":true,"id":31558},{"__isSmartRef__":true,"id":31559},{"__isSmartRef__":true,"id":31560},{"__isSmartRef__":true,"id":31561},{"__isSmartRef__":true,"id":31562},{"__isSmartRef__":true,"id":31563},{"__isSmartRef__":true,"id":31564},{"__isSmartRef__":true,"id":31565},{"__isSmartRef__":true,"id":31566},{"__isSmartRef__":true,"id":31567},{"__isSmartRef__":true,"id":31568},{"__isSmartRef__":true,"id":31569},{"__isSmartRef__":true,"id":31570},{"__isSmartRef__":true,"id":31571},{"__isSmartRef__":true,"id":31572},{"__isSmartRef__":true,"id":31573},{"__isSmartRef__":true,"id":31574},{"__isSmartRef__":true,"id":31575},{"__isSmartRef__":true,"id":31576},{"__isSmartRef__":true,"id":31577},{"__isSmartRef__":true,"id":31578},{"__isSmartRef__":true,"id":31579},{"__isSmartRef__":true,"id":31580},{"__isSmartRef__":true,"id":31581},{"__isSmartRef__":true,"id":31582},{"__isSmartRef__":true,"id":31583},{"__isSmartRef__":true,"id":31584},{"__isSmartRef__":true,"id":31585},{"__isSmartRef__":true,"id":31586},{"__isSmartRef__":true,"id":31587},{"__isSmartRef__":true,"id":31588},{"__isSmartRef__":true,"id":31589},{"__isSmartRef__":true,"id":31590},{"__isSmartRef__":true,"id":31591},{"__isSmartRef__":true,"id":31592},{"__isSmartRef__":true,"id":31593},{"__isSmartRef__":true,"id":31594},{"__isSmartRef__":true,"id":31595},{"__isSmartRef__":true,"id":31596},{"__isSmartRef__":true,"id":31597},{"__isSmartRef__":true,"id":31598},{"__isSmartRef__":true,"id":31599},{"__isSmartRef__":true,"id":31600},{"__isSmartRef__":true,"id":31601},{"__isSmartRef__":true,"id":31602},{"__isSmartRef__":true,"id":31603},{"__isSmartRef__":true,"id":31604},{"__isSmartRef__":true,"id":31605},{"__isSmartRef__":true,"id":31606},{"__isSmartRef__":true,"id":31607},{"__isSmartRef__":true,"id":31608},{"__isSmartRef__":true,"id":31609},{"__isSmartRef__":true,"id":31610},{"__isSmartRef__":true,"id":31611},{"__isSmartRef__":true,"id":31612},{"__isSmartRef__":true,"id":31613},{"__isSmartRef__":true,"id":31614},{"__isSmartRef__":true,"id":31615},{"__isSmartRef__":true,"id":31616},{"__isSmartRef__":true,"id":31617},{"__isSmartRef__":true,"id":31618},{"__isSmartRef__":true,"id":31619},{"__isSmartRef__":true,"id":31620},{"__isSmartRef__":true,"id":31621},{"__isSmartRef__":true,"id":31622},{"__isSmartRef__":true,"id":31623},{"__isSmartRef__":true,"id":31624},{"__isSmartRef__":true,"id":31625},{"__isSmartRef__":true,"id":31626},{"__isSmartRef__":true,"id":31627},{"__isSmartRef__":true,"id":31628},{"__isSmartRef__":true,"id":31629},{"__isSmartRef__":true,"id":31630},{"__isSmartRef__":true,"id":31631},{"__isSmartRef__":true,"id":31632},{"__isSmartRef__":true,"id":31633},{"__isSmartRef__":true,"id":31634},{"__isSmartRef__":true,"id":31635},{"__isSmartRef__":true,"id":31636},{"__isSmartRef__":true,"id":31637},{"__isSmartRef__":true,"id":31638},{"__isSmartRef__":true,"id":31639},{"__isSmartRef__":true,"id":31640},{"__isSmartRef__":true,"id":31641},{"__isSmartRef__":true,"id":31642},{"__isSmartRef__":true,"id":31643},{"__isSmartRef__":true,"id":31644},{"__isSmartRef__":true,"id":31645},{"__isSmartRef__":true,"id":31646},{"__isSmartRef__":true,"id":31647},{"__isSmartRef__":true,"id":31648},{"__isSmartRef__":true,"id":31649},{"__isSmartRef__":true,"id":31650},{"__isSmartRef__":true,"id":31651},{"__isSmartRef__":true,"id":31652},{"__isSmartRef__":true,"id":31653},{"__isSmartRef__":true,"id":31654},{"__isSmartRef__":true,"id":31655},{"__isSmartRef__":true,"id":31656},{"__isSmartRef__":true,"id":31657},{"__isSmartRef__":true,"id":31658},{"__isSmartRef__":true,"id":31659},{"__isSmartRef__":true,"id":31660},{"__isSmartRef__":true,"id":31661},{"__isSmartRef__":true,"id":31662},{"__isSmartRef__":true,"id":31663},{"__isSmartRef__":true,"id":31664},{"__isSmartRef__":true,"id":31665},{"__isSmartRef__":true,"id":31666},{"__isSmartRef__":true,"id":31667},{"__isSmartRef__":true,"id":31668},{"__isSmartRef__":true,"id":31669},{"__isSmartRef__":true,"id":31670},{"__isSmartRef__":true,"id":31671},{"__isSmartRef__":true,"id":31672},{"__isSmartRef__":true,"id":31673},{"__isSmartRef__":true,"id":31674},{"__isSmartRef__":true,"id":31675},{"__isSmartRef__":true,"id":31676},{"__isSmartRef__":true,"id":31677},{"__isSmartRef__":true,"id":31678},{"__isSmartRef__":true,"id":31679},{"__isSmartRef__":true,"id":31680},{"__isSmartRef__":true,"id":31681},{"__isSmartRef__":true,"id":31682},{"__isSmartRef__":true,"id":31683},{"__isSmartRef__":true,"id":31684},{"__isSmartRef__":true,"id":31685},{"__isSmartRef__":true,"id":31686},{"__isSmartRef__":true,"id":31687},{"__isSmartRef__":true,"id":31688},{"__isSmartRef__":true,"id":31689},{"__isSmartRef__":true,"id":31690},{"__isSmartRef__":true,"id":31691},{"__isSmartRef__":true,"id":31692},{"__isSmartRef__":true,"id":31693},{"__isSmartRef__":true,"id":31694},{"__isSmartRef__":true,"id":31695},{"__isSmartRef__":true,"id":31696},{"__isSmartRef__":true,"id":31697},{"__isSmartRef__":true,"id":31698},{"__isSmartRef__":true,"id":31699},{"__isSmartRef__":true,"id":31700},{"__isSmartRef__":true,"id":31701},{"__isSmartRef__":true,"id":31702},{"__isSmartRef__":true,"id":31703},{"__isSmartRef__":true,"id":31704},{"__isSmartRef__":true,"id":31705},{"__isSmartRef__":true,"id":31706},{"__isSmartRef__":true,"id":31707},{"__isSmartRef__":true,"id":31708},{"__isSmartRef__":true,"id":31709},{"__isSmartRef__":true,"id":31710},{"__isSmartRef__":true,"id":31711},{"__isSmartRef__":true,"id":31712},{"__isSmartRef__":true,"id":31713},{"__isSmartRef__":true,"id":31714},{"__isSmartRef__":true,"id":31715},{"__isSmartRef__":true,"id":31716},{"__isSmartRef__":true,"id":31717},{"__isSmartRef__":true,"id":31718},{"__isSmartRef__":true,"id":31719},{"__isSmartRef__":true,"id":31720},{"__isSmartRef__":true,"id":31721},{"__isSmartRef__":true,"id":31722},{"__isSmartRef__":true,"id":31723},{"__isSmartRef__":true,"id":31724},{"__isSmartRef__":true,"id":31725},{"__isSmartRef__":true,"id":31726},{"__isSmartRef__":true,"id":31727},{"__isSmartRef__":true,"id":31728},{"__isSmartRef__":true,"id":31729},{"__isSmartRef__":true,"id":31730},{"__isSmartRef__":true,"id":31731},{"__isSmartRef__":true,"id":31732},{"__isSmartRef__":true,"id":31733},{"__isSmartRef__":true,"id":31734},{"__isSmartRef__":true,"id":31735},{"__isSmartRef__":true,"id":31736},{"__isSmartRef__":true,"id":31737},{"__isSmartRef__":true,"id":31738},{"__isSmartRef__":true,"id":31739},{"__isSmartRef__":true,"id":31740},{"__isSmartRef__":true,"id":31741},{"__isSmartRef__":true,"id":31742},{"__isSmartRef__":true,"id":31743},{"__isSmartRef__":true,"id":31744},{"__isSmartRef__":true,"id":31745},{"__isSmartRef__":true,"id":31746},{"__isSmartRef__":true,"id":31747},{"__isSmartRef__":true,"id":31748},{"__isSmartRef__":true,"id":31749},{"__isSmartRef__":true,"id":31750},{"__isSmartRef__":true,"id":31751},{"__isSmartRef__":true,"id":31752},{"__isSmartRef__":true,"id":31753},{"__isSmartRef__":true,"id":31754},{"__isSmartRef__":true,"id":31755},{"__isSmartRef__":true,"id":31756},{"__isSmartRef__":true,"id":31757},{"__isSmartRef__":true,"id":31758},{"__isSmartRef__":true,"id":31759},{"__isSmartRef__":true,"id":31760},{"__isSmartRef__":true,"id":31761},{"__isSmartRef__":true,"id":31762},{"__isSmartRef__":true,"id":31763},{"__isSmartRef__":true,"id":31764},{"__isSmartRef__":true,"id":31765},{"__isSmartRef__":true,"id":31766},{"__isSmartRef__":true,"id":31767},{"__isSmartRef__":true,"id":31768},{"__isSmartRef__":true,"id":31769},{"__isSmartRef__":true,"id":31770},{"__isSmartRef__":true,"id":31771},{"__isSmartRef__":true,"id":31772},{"__isSmartRef__":true,"id":31773},{"__isSmartRef__":true,"id":31774},{"__isSmartRef__":true,"id":31775},{"__isSmartRef__":true,"id":31776},{"__isSmartRef__":true,"id":31777},{"__isSmartRef__":true,"id":31778},{"__isSmartRef__":true,"id":31779},{"__isSmartRef__":true,"id":31780},{"__isSmartRef__":true,"id":31781},{"__isSmartRef__":true,"id":31782},{"__isSmartRef__":true,"id":31783},{"__isSmartRef__":true,"id":31784},{"__isSmartRef__":true,"id":31785},{"__isSmartRef__":true,"id":31786},{"__isSmartRef__":true,"id":31787},{"__isSmartRef__":true,"id":31788},{"__isSmartRef__":true,"id":31789},{"__isSmartRef__":true,"id":31790},{"__isSmartRef__":true,"id":31791},{"__isSmartRef__":true,"id":31792},{"__isSmartRef__":true,"id":31793},{"__isSmartRef__":true,"id":31794},{"__isSmartRef__":true,"id":31795},{"__isSmartRef__":true,"id":31796},{"__isSmartRef__":true,"id":31797},{"__isSmartRef__":true,"id":31798},{"__isSmartRef__":true,"id":31799},{"__isSmartRef__":true,"id":31800},{"__isSmartRef__":true,"id":31801},{"__isSmartRef__":true,"id":31802},{"__isSmartRef__":true,"id":31803},{"__isSmartRef__":true,"id":31804},{"__isSmartRef__":true,"id":31805},{"__isSmartRef__":true,"id":31806},{"__isSmartRef__":true,"id":31807},{"__isSmartRef__":true,"id":31808},{"__isSmartRef__":true,"id":31809},{"__isSmartRef__":true,"id":31810},{"__isSmartRef__":true,"id":31811},{"__isSmartRef__":true,"id":31812},{"__isSmartRef__":true,"id":31813},{"__isSmartRef__":true,"id":31814},{"__isSmartRef__":true,"id":31815},{"__isSmartRef__":true,"id":31816},{"__isSmartRef__":true,"id":31817},{"__isSmartRef__":true,"id":31818},{"__isSmartRef__":true,"id":31819},{"__isSmartRef__":true,"id":31820},{"__isSmartRef__":true,"id":31821},{"__isSmartRef__":true,"id":31822},{"__isSmartRef__":true,"id":31823},{"__isSmartRef__":true,"id":31824},{"__isSmartRef__":true,"id":31825},{"__isSmartRef__":true,"id":31826},{"__isSmartRef__":true,"id":31827},{"__isSmartRef__":true,"id":31828},{"__isSmartRef__":true,"id":31829},{"__isSmartRef__":true,"id":31830},{"__isSmartRef__":true,"id":31831},{"__isSmartRef__":true,"id":31832},{"__isSmartRef__":true,"id":31833},{"__isSmartRef__":true,"id":31834},{"__isSmartRef__":true,"id":31835},{"__isSmartRef__":true,"id":31836},{"__isSmartRef__":true,"id":31837},{"__isSmartRef__":true,"id":31838},{"__isSmartRef__":true,"id":31839},{"__isSmartRef__":true,"id":31840},{"__isSmartRef__":true,"id":31841},{"__isSmartRef__":true,"id":31842},{"__isSmartRef__":true,"id":31843},{"__isSmartRef__":true,"id":31844},{"__isSmartRef__":true,"id":31845},{"__isSmartRef__":true,"id":31846},{"__isSmartRef__":true,"id":31847},{"__isSmartRef__":true,"id":31848},{"__isSmartRef__":true,"id":31849},{"__isSmartRef__":true,"id":31850},{"__isSmartRef__":true,"id":31851},{"__isSmartRef__":true,"id":31852},{"__isSmartRef__":true,"id":31853},{"__isSmartRef__":true,"id":31854},{"__isSmartRef__":true,"id":31855},{"__isSmartRef__":true,"id":31856},{"__isSmartRef__":true,"id":31857},{"__isSmartRef__":true,"id":31858},{"__isSmartRef__":true,"id":31859},{"__isSmartRef__":true,"id":31860},{"__isSmartRef__":true,"id":31861},{"__isSmartRef__":true,"id":31862},{"__isSmartRef__":true,"id":31863},{"__isSmartRef__":true,"id":31864},{"__isSmartRef__":true,"id":31865},{"__isSmartRef__":true,"id":31866},{"__isSmartRef__":true,"id":31867},{"__isSmartRef__":true,"id":31868},{"__isSmartRef__":true,"id":31869},{"__isSmartRef__":true,"id":31870},{"__isSmartRef__":true,"id":31871},{"__isSmartRef__":true,"id":31872},{"__isSmartRef__":true,"id":31873},{"__isSmartRef__":true,"id":31874},{"__isSmartRef__":true,"id":31875},{"__isSmartRef__":true,"id":31876},{"__isSmartRef__":true,"id":31877},{"__isSmartRef__":true,"id":31878},{"__isSmartRef__":true,"id":31879},{"__isSmartRef__":true,"id":31880},{"__isSmartRef__":true,"id":31881},{"__isSmartRef__":true,"id":31882},{"__isSmartRef__":true,"id":31883},{"__isSmartRef__":true,"id":31884},{"__isSmartRef__":true,"id":31885},{"__isSmartRef__":true,"id":31886},{"__isSmartRef__":true,"id":31887},{"__isSmartRef__":true,"id":31888},{"__isSmartRef__":true,"id":31889},{"__isSmartRef__":true,"id":31890},{"__isSmartRef__":true,"id":31891},{"__isSmartRef__":true,"id":31892},{"__isSmartRef__":true,"id":31893},{"__isSmartRef__":true,"id":31894},{"__isSmartRef__":true,"id":31895},{"__isSmartRef__":true,"id":31896},{"__isSmartRef__":true,"id":31897},{"__isSmartRef__":true,"id":31898},{"__isSmartRef__":true,"id":31899},{"__isSmartRef__":true,"id":31900},{"__isSmartRef__":true,"id":31901},{"__isSmartRef__":true,"id":31902},{"__isSmartRef__":true,"id":31903},{"__isSmartRef__":true,"id":31904},{"__isSmartRef__":true,"id":31905},{"__isSmartRef__":true,"id":31906},{"__isSmartRef__":true,"id":31907},{"__isSmartRef__":true,"id":31908},{"__isSmartRef__":true,"id":31909},{"__isSmartRef__":true,"id":31910},{"__isSmartRef__":true,"id":31911},{"__isSmartRef__":true,"id":31912},{"__isSmartRef__":true,"id":31913},{"__isSmartRef__":true,"id":31914},{"__isSmartRef__":true,"id":31915},{"__isSmartRef__":true,"id":31916},{"__isSmartRef__":true,"id":31917},{"__isSmartRef__":true,"id":31918},{"__isSmartRef__":true,"id":31919},{"__isSmartRef__":true,"id":31920},{"__isSmartRef__":true,"id":31921},{"__isSmartRef__":true,"id":31922},{"__isSmartRef__":true,"id":31923},{"__isSmartRef__":true,"id":31924},{"__isSmartRef__":true,"id":31925},{"__isSmartRef__":true,"id":31926},{"__isSmartRef__":true,"id":31927},{"__isSmartRef__":true,"id":31928},{"__isSmartRef__":true,"id":31929},{"__isSmartRef__":true,"id":31930},{"__isSmartRef__":true,"id":31931},{"__isSmartRef__":true,"id":31932},{"__isSmartRef__":true,"id":31933},{"__isSmartRef__":true,"id":31934},{"__isSmartRef__":true,"id":31935},{"__isSmartRef__":true,"id":31936},{"__isSmartRef__":true,"id":31937},{"__isSmartRef__":true,"id":31938},{"__isSmartRef__":true,"id":31939},{"__isSmartRef__":true,"id":31940},{"__isSmartRef__":true,"id":31941},{"__isSmartRef__":true,"id":31942},{"__isSmartRef__":true,"id":31943},{"__isSmartRef__":true,"id":31944},{"__isSmartRef__":true,"id":31945},{"__isSmartRef__":true,"id":31946},{"__isSmartRef__":true,"id":31947},{"__isSmartRef__":true,"id":31948},{"__isSmartRef__":true,"id":31949},{"__isSmartRef__":true,"id":31950},{"__isSmartRef__":true,"id":31951},{"__isSmartRef__":true,"id":31952},{"__isSmartRef__":true,"id":31953},{"__isSmartRef__":true,"id":31954},{"__isSmartRef__":true,"id":31955},{"__isSmartRef__":true,"id":31956},{"__isSmartRef__":true,"id":31957},{"__isSmartRef__":true,"id":31958},{"__isSmartRef__":true,"id":31959},{"__isSmartRef__":true,"id":31960},{"__isSmartRef__":true,"id":31961},{"__isSmartRef__":true,"id":31962},{"__isSmartRef__":true,"id":31963},{"__isSmartRef__":true,"id":31964},{"__isSmartRef__":true,"id":31965},{"__isSmartRef__":true,"id":31966},{"__isSmartRef__":true,"id":31967},{"__isSmartRef__":true,"id":31968},{"__isSmartRef__":true,"id":31969},{"__isSmartRef__":true,"id":31970},{"__isSmartRef__":true,"id":31971},{"__isSmartRef__":true,"id":31972},{"__isSmartRef__":true,"id":31973},{"__isSmartRef__":true,"id":31974}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31386":{"isSerializedDate":true,"string":"Fri Oct 28 2011 01:02:08 GMT+0200 (Mitteleuropäische Sommerzeit)"},"31387":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/users/lauritz/miniprojects/annotationPart.xhtml","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31388":{"type":"S:modified","url":"/users/jennek/start.xhtml"},"31389":{"type":"S:modified","url":"/users/Dan/Piano.xhtml"},"31390":{"type":"S:modified","url":"/users/sofia/documentation.xhtml"},"31391":{"type":"S:modified","url":"/users/cschuster/presentation.xhtml"},"31392":{"type":"S:modified","url":"/demos/LiveWeb/NewCPUVisualization.xhtml"},"31393":{"type":"S:modified","url":"/users/lauritz/start.xhtml"},"31394":{"type":"S:modified","url":"/core/lively/bootstrap.js"},"31395":{"type":"S:modified","url":"/draft/NewWorld/ServerPart.xhtml"},"31396":{"type":"S:modified","url":"/users/sofia/georgi/ButtonPrototypes.xhtml"},"31397":{"type":"S:modified","url":"/draft/NewWorld/NotetakingApp.xhtml"},"31398":{"type":"S:modified","url":"/projects/CodeDB2/info_documents.xhtml"},"31399":{"type":"S:modified","url":"/users/cschuster/hello.xhtml"},"31400":{"type":"S:modified","url":"/users/fbo/layoutNoEpiMorphs.xhtml"},"31401":{"type":"S:modified","url":"/issues/110527_RichTextGetsLost.xhtml"},"31402":{"type":"S:modified","url":"/users/fbo/boxTestRange.xhtml"},"31403":{"type":"S:modified","url":"/demos/LiveWeb/CPUVisualization.xhtml"},"31404":{"type":"S:modified","url":"/demos/contextjs/Syntax.xhtml"},"31405":{"type":"S:modified","url":"/draft/NewWorld/Connectors.xhtml"},"31406":{"type":"S:modified","url":"/users/sofia/documentationXXX.xhtml"},"31407":{"type":"S:modified","url":"/demos/VisualConnect.xhtml"},"31408":{"type":"S:modified","url":"/users/MrSteve/Test1.xhtml"},"31409":{"type":"S:modified","url":"/issues/110614_ClickingOnLinesHackIsBroken.xhtml"},"31410":{"type":"S:modified","url":"/ChangeLog.xhtml"},"31411":{"type":"S:modified","url":"/gettingStarted.xhtml"},"31412":{"type":"S:modified","url":"/users/martin/oldWorkspace.xhtml"},"31413":{"type":"S:modified","url":"/demos/Clean.xhtml"},"31414":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/prototypeSaved.xhtml"},"31415":{"type":"S:modified","url":"/issues/110613_ConnectorsAreBroken.xhtml"},"31416":{"type":"S:modified","url":"/draft/NewWorld/ModuleDependencies.xhtml"},"31417":{"type":"S:modified","url":"/issues/fixed/110412_ListDroppingBroken.xhtml"},"31418":{"type":"S:modified","url":"/demos/LiveWeb/Empty.xhtml"},"31419":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/dev2.xhtml"},"31420":{"type":"S:modified","url":"/users/fbo/dropJournalBug.xhtml"},"31421":{"type":"S:modified","url":"/users/tfleig/start.xhtml"},"31422":{"type":"S:modified","url":"/specs/Scrolling.xhtml"},"31423":{"type":"S:modified","url":"/users/fbo/dataGridTests.xhtml"},"31424":{"type":"S:modified","url":"/users/tmohr/newWorld2.xhtml"},"31425":{"type":"S:modified","url":"/users/sofia/georgi/new_world.xhtml"},"31426":{"type":"S:modified","url":"/users/tmohr/slide5.xhtml"},"31427":{"type":"S:modified","url":"/users/fbo/constraintLayoutExampleSerialized.xhtml"},"31428":{"type":"S:modified","url":"/draft/NewWorld/TextBugfixes.xhtml"},"31429":{"type":"S:modified","url":"/users/ahold/new/usertracking.xhtml"},"31430":{"type":"S:modified","url":"/issues/110512_WrappingTextInTextMorph.xhtml"},"31431":{"type":"S:modified","url":"/users/constantin/doku.xhtml"},"31432":{"type":"S:modified","url":"/users/Dan/PartsBin.xhtml"},"31433":{"type":"S:modified","url":"/users/fbo/chat.xhtml"},"31434":{"type":"S:modified","url":"/users/Dan/NewPresentation.xhtml"},"31435":{"type":"S:modified","url":"/users/markoroeder/TablePartDev.xhtml"},"31436":{"type":"S:modified","url":"/users/fbo/renderingHooks.xhtml"},"31437":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/prototype_saved.xhtml"},"31438":{"type":"S:modified","url":"/users/bert/start.xhtml"},"31439":{"type":"S:modified","url":"/users/Dan/TestWorld.xhtml"},"31440":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksHubert.xhtml"},"31441":{"type":"S:modified","url":"/issues/110603_SvgRenderIsNotYetGoodEnoughForOurIcons.xhtml"},"31442":{"type":"S:modified","url":"/issues/111006_DisableGrabbingDoesNotDisableGrabbing.xhtml"},"31443":{"type":"S:modified","url":"/users/robertkrahn/writing.xhtml"},"31444":{"type":"S:modified","url":"/issues/111020_ClassBrowserPartShouldRememberChanges.xhtml"},"31445":{"type":"S:modified","url":"/users/ahold/serverDevNew.xhtml"},"31446":{"type":"S:modified","url":"/demos/LiveWeb/LiveWebSummary.xhtml"},"31447":{"type":"S:modified","url":"/users/lauritz/miniprojects/jQueryEffects.xhtml"},"31448":{"type":"S:modified","url":"/users/Dan/BorderTest.xhtml"},"31449":{"type":"S:modified","url":"/draft/NewWorld/PartsBin.xhtml"},"31450":{"type":"S:modified","url":"/users/sofia/georgi/splitter.xhtml"},"31451":{"type":"S:modified","url":"/users/martin/stats.xhtml"},"31452":{"type":"S:modified","url":"/users/ahold/newWorld.xhtml"},"31453":{"type":"S:modified","url":"/draft/NewWorld/SVGLines.xhtml"},"31454":{"type":"S:added","url":null},"31455":{"type":"S:modified","url":"/issues/fixed/110507_CommentsForParts.xhtml"},"31456":{"type":"S:modified","url":"/demos/contextjs/OpenImplementation.xhtml"},"31457":{"type":"S:modified","url":"/users/Dan/QBF2Ba.xhtml"},"31458":{"type":"S:modified","url":"/users/fbo/welcome.xhtml"},"31459":{"type":"S:modified","url":"/issues/111026_CouchDB>>saveDoesNotAskForCredentialsInSafari.xhtml"},"31460":{"type":"S:modified","url":"/users/martin/measurements/FAQ.xhtml"},"31461":{"type":"S:modified","url":"/users/gerald24/temp.xhtml"},"31462":{"type":"S:modified","url":"/users/markoroeder/MetadataVisualization.xhtml"},"31463":{"type":"S:modified","url":"/demos/WorldSerializationGraph.xhtml"},"31464":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/ImageDroppin.xhtml"},"31465":{"type":"S:modified","url":"/users/Dan/LiveWeb-NewLayout.xhtml"},"31466":{"type":"S:modified","url":"/core/lively/DOMAbstraction.js"},"31467":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/Slider.xhtml"},"31468":{"type":"S:modified","url":"/demos/ScriptingClock.xhtml"},"31469":{"type":"S:modified","url":"/issues/111017_BrowsingSubmorphsWithObjectExplorerBroken.xhtml"},"31470":{"type":"S:modified","url":"/users/Dan/Tutorial1.xhtml"},"31471":{"type":"S:modified","url":"/users/fbo/empty3.xhtml"},"31472":{"type":"S:modified","url":"/demos/visualizations/FPSProtovis.xhtml"},"31473":{"type":"S:modified","url":"/draft/NewWorld/ObjectTracerPart.xhtml"},"31474":{"type":"S:modified","url":"/issues/110629_SlideoverlayIsBrokenAfterSavingItHidden.xhtml"},"31475":{"type":"S:modified","url":"/users/markoroeder/GOTY2011.xhtml"},"31476":{"type":"S:modified","url":"/users/fbo/DraftLayout.xhtml"},"31477":{"type":"S:modified","url":"/users/fbo/onMouseMoveRefactoring.xhtml"},"31478":{"type":"S:modified","url":"/users/Dan/PM/ScripterDev.xhtml"},"31479":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksSebastian.xhtml"},"31480":{"type":"S:modified","url":"/users/fbo/DataTables.xhtml"},"31481":{"type":"S:modified","url":"/users/fbo/myLineWorld.xhtml"},"31482":{"type":"S:modified","url":"/issues/110526_ConnectorsInTheNewWorld.xhtml"},"31483":{"type":"S:modified","url":"/users/Dan/PM/FormLayoutExpt.xhtml"},"31484":{"type":"S:modified","url":"/users/Dan/MyQBF.xhtml"},"31485":{"type":"S:modified","url":"/users/Dan/LiveWeb2.xhtml"},"31486":{"type":"S:modified","url":"/users/fbo/layoutPlaceholdersForDragging.xhtml"},"31487":{"type":"S:modified","url":"/webwerkstatt.xhtml"},"31488":{"type":"S:modified","url":"/users/sofia/georgi/Versions.xhtml"},"31489":{"type":"S:modified","url":"/issues/fixed/110506_CompletelyEmphasizedTextDoesNotSerialize.xhtml"},"31490":{"type":"S:modified","url":"/issues/110518_ShadowOfAMorphDoesNotReflectRotation.xhtml"},"31491":{"type":"S:modified","url":"/users/olmeca/start.xhtml"},"31492":{"type":"S:modified","url":"/users/sofia/martin/3.xhtml"},"31493":{"type":"S:modified","url":"/issues/110514_DontShowEditCursorForHalosMenusEtc.xhtml"},"31494":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/Lists.xhtml"},"31495":{"type":"S:modified","url":"/users/fbo/layoutDragSnap.xhtml"},"31496":{"type":"S:modified","url":"/users/sofia/georgi/new.xhtml"},"31497":{"type":"S:modified","url":"/users/mkilling/ikuh.xhtml"},"31498":{"type":"S:modified","url":"/draft/NewWorld/ClassBrowser.xhtml"},"31499":{"type":"S:modified","url":"/users/fbo/xamppInstaller.xhtml"},"31500":{"type":"S:modified","url":"/users/Kat/QBF2B.xhtml"},"31501":{"type":"S:modified","url":"/demos/visualizations/protovis.xhtml"},"31502":{"type":"S:modified","url":"/users/NikolaySuslov/start.xhtml"},"31503":{"type":"S:modified","url":"/documentation/Lively2Installation.xhtml"},"31504":{"type":"S:modified","url":"/issues/110518_ProblemToOpenDialogs.xhtml"},"31505":{"type":"S:modified","url":"/users/sofia/learning_prototype_js.xhtml"},"31506":{"type":"S:modified","url":"/issues/110809_AsScriptOfMethodDoesNotChangeFunctionName.xhtml"},"31507":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksBenjamin.xhtml"},"31508":{"type":"S:modified","url":"/users/sofia/video1.xhtml"},"31509":{"type":"S:modified","url":"/empty.xhtml"},"31510":{"type":"S:modified","url":"/demos/LiveWeb/LiveWeb.xhtml"},"31511":{"type":"S:modified","url":"/users/cschuster/start.xhtml"},"31512":{"type":"S:modified","url":"/issues/fixed/110509_WorldMenuDoesNotWork.xhtml"},"31513":{"type":"S:modified","url":"/users/Dan/QuickBrownFox.xhtml"},"31514":{"type":"S:modified","url":"/projects/Lively2/Minimal.xhtml"},"31515":{"type":"S:modified","url":"/issues/111005_LineIssues.xhtml"},"31516":{"type":"S:modified","url":"/issues/fixed/110506_PartsbinHasNoAddOrRemoveCategoryButtons.xhtml"},"31517":{"type":"S:modified","url":"/users/sofia/experiments/css_theming.xhtml"},"31518":{"type":"S:modified","url":"/documentation/videoTutorials/110630_CPUVis.xhtml"},"31519":{"type":"S:modified","url":"/users/template/start.xhtml"},"31520":{"type":"S:modified","url":"/documentation/Traits.xhtml"},"31521":{"type":"S:modified","url":"/issues/110717_ShapeOffsetMakesEventsGoMad.xhtml"},"31522":{"type":"S:modified","url":"/users/fbo/jQueryUi.xhtml"},"31523":{"type":"S:modified","url":"/users/robertkrahn/nonexisting.xhtml"},"31524":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/DroppingForImport.xhtml"},"31525":{"type":"S:modified","url":"/cleanup.xhtml"},"31526":{"type":"S:modified","url":"/issues/110522_ListAndTextScrollWorldAfterReachingTheirScrollBounds.xhtml"},"31527":{"type":"S:modified","url":"/projects/BP2012/simple.xhtml"},"31528":{"type":"S:modified","url":"/issues/110831_ScrolingWithNewClippingCodeDoesNotWork.xhtml"},"31529":{"type":"S:modified","url":"/issues/110923_ProtovisVisualizationBroken.xhtml"},"31530":{"type":"S:modified","url":"/issues/111019_PublishingPartsWithCommitMessages.xhtml"},"31531":{"type":"S:modified","url":"/demos/visualizations/jsl4tv-world-000.xhtml"},"31532":{"type":"S:modified","url":"/users/markoroeder/SVN2CodeDB.xhtml"},"31533":{"type":"S:modified","url":"/users/sofia/trac_tickets_pavel.xhtml"},"31534":{"type":"S:modified","url":"/projects/BP2012/2011-11-02-talk.xhtml"},"31535":{"type":"S:modified","url":"/users/fbo/dojoWorld.xhtml"},"31536":{"type":"S:modified","url":"/users/Dan/NewPresentation2.xhtml"},"31537":{"type":"S:modified","url":"/users/tmohr/slide6.xhtml"},"31538":{"type":"S:modified","url":"/projects/DebuggingJS/draft.xhtml"},"31539":{"type":"S:modified","url":"/draft/NewWorld/DirectGrabDragAndCopy.xhtml"},"31540":{"type":"S:modified","url":"/users/sofia/protovis.xhtml"},"31541":{"type":"S:modified","url":"/blank.xhtml"},"31542":{"type":"S:modified","url":"/users/robertkrahn/testCPUVis.xhtml"},"31543":{"type":"S:modified","url":"/projects/Lively2/Converting.xhtml"},"31544":{"type":"S:modified","url":"/users/andyburnett/start.xhtml"},"31545":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/RichText.xhtml"},"31546":{"type":"S:modified","url":"/draft/NewWorld/Presentations.xhtml"},"31547":{"type":"S:modified","url":"/users/robertkrahn/garminExport.xhtml"},"31548":{"type":"S:modified","url":"/tests.xhtml"},"31549":{"type":"S:modified","url":"/issues/110625_PartUploadBroken.xhtml"},"31550":{"type":"S:modified","url":"/issues/fixed/110517_ConnectionsWantToAccessClosureValues.xhtml"},"31551":{"type":"S:modified","url":"/users/markoroeder/DataVisualization.xhtml"},"31552":{"type":"S:modified","url":"/draft/NewWorld/PartsBinSearch.xhtml"},"31553":{"type":"S:modified","url":"/issues/110529_InsertingSomethingInTextRemovesFocus.xhtml"},"31554":{"type":"S:modified","url":"/issues/110512_ListSelectionInScbDoesNotWorkCorrectly.xhtml"},"31555":{"type":"S:modified","url":"/issues/111017_StaticBindingOfSuperInClosures.xhtml"},"31556":{"type":"S:modified","url":"/demos/contextjs/flattening.xhtml"},"31557":{"type":"S:modified","url":"/issues/110511_LinesCannotBeClicked.xhtml"},"31558":{"type":"S:modified","url":"/users/lauritz/miniprojects/gettingStarted.xhtml"},"31559":{"type":"S:modified","url":"/users/markoroeder/Part2Class.xhtml"},"31560":{"type":"S:modified","url":"/users/Dan/EmptyWorld2.xhtml"},"31561":{"type":"S:modified","url":"/projects/LivelyKernel/nextSteps.xhtml"},"31562":{"type":"S:modified","url":"/users/wlcleveland/start.xhtml"},"31563":{"type":"S:modified","url":"/users/swart/start.xhtml"},"31564":{"type":"S:modified","url":"/users/Dan/QBF2Bb.xhtml"},"31565":{"type":"S:modified","url":"/users/tmohr/slide1.xhtml"},"31566":{"type":"S:modified","url":"/users/robertkrahn/DetermineModuleDependencies.xhtml"},"31567":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksHubert2.xhtml"},"31568":{"type":"S:modified","url":"/projects/CodeDB2/info_restructuring.xhtml"},"31569":{"type":"S:modified","url":"/users/Dan/PM/DemoForm.xhtml"},"31570":{"type":"S:modified","url":"/issues/110728_GraffleLayerGrabsWorld.xhtml"},"31571":{"type":"S:modified","url":"/users/Dan/Activities1.xhtml"},"31572":{"type":"S:modified","url":"/users/tmohr/emtpy.xhtml"},"31573":{"type":"S:modified","url":"/documentation/ElProfesor.xhtml"},"31574":{"type":"S:modified","url":"/issues/111022_TheExplorerScrollingIsBroken.xhtml"},"31575":{"type":"S:modified","url":"/users/Dan/WindowPlay.xhtml"},"31576":{"type":"S:modified","url":"/users/martin/Measurements.xhtml"},"31577":{"type":"S:modified","url":"/users/fbo/layoutCycle.xhtml"},"31578":{"type":"S:modified","url":"/documentation/7funthings.xhtml"},"31579":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/jensWorld.xhtml"},"31580":{"type":"S:modified","url":"/users/iho/start.xhtml"},"31581":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/NewMorphicIntroduction.xhtml"},"31582":{"type":"S:modified","url":"/BrokenWorldRepairSite.xhtml"},"31583":{"type":"S:modified","url":"/users/fbo/serverDevPlayground.xhtml"},"31584":{"type":"S:modified","url":"/users/ahold/TrackerDev.xhtml"},"31585":{"type":"S:modified","url":"/users/Dan/LiveWeb3.xhtml"},"31586":{"type":"S:modified","url":"/documentation/Template.xhtml"},"31587":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/secondWorld.xhtml"},"31588":{"type":"S:modified","url":"/documentation/ContextJS.xhtml"},"31589":{"type":"S:modified","url":"/projects/CodeDB2/CodeDB2Dev.xhtml"},"31590":{"type":"S:modified","url":"/users/markoroeder/GrammarTesting.xhtml"},"31591":{"type":"S:modified","url":"/documentation/ScriptingTutorial.xhtml"},"31592":{"type":"S:modified","url":"/users/fbo/deserializeMorphs.xhtml"},"31593":{"type":"S:modified","url":"/issues/110722_ClipModeShouldClipMorphsInTheirBounds.xhtml"},"31594":{"type":"S:modified","url":"/documentation/videoTutorials/110714_NodeJSServerCreation.xhtml"},"31595":{"type":"S:modified","url":"/users/fbo/scrollFixes.xhtml"},"31596":{"type":"S:modified","url":"/users/fbo/empty.xhtml"},"31597":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksConrad.xhtml"},"31598":{"type":"S:modified","url":"/users/keith/deadly.xhtml"},"31599":{"type":"S:modified","url":"/users/robertkrahn/nonexisting2.xhtml"},"31600":{"type":"S:modified","url":"/users/Dan/QBFa.xhtml"},"31601":{"type":"S:modified","url":"/users/cschuster/debugging2.xhtml"},"31602":{"type":"S:modified","url":"/users/fbo/SlickGrid.xhtml"},"31603":{"type":"S:modified","url":"/users/constantin/Snake.xhtml"},"31604":{"type":"S:modified","url":"/documentation/worlds.xhtml"},"31605":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/firstWorld2.xhtml"},"31606":{"type":"S:modified","url":"/issues/110609_TabIndentionForBulletPoints.xhtml"},"31607":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksAstrid.xhtml"},"31608":{"type":"S:modified","url":"/users/sofia/video2.xhtml"},"31609":{"type":"S:modified","url":"/users/keith/notes.xhtml"},"31610":{"type":"S:modified","url":"/issues/110528_ClickBehaviorOfScbIsStrange.xhtml"},"31611":{"type":"S:modified","url":"/demos/Parts.xhtml"},"31612":{"type":"S:modified","url":"/demos/WhereArePeopleFrom.xhtml"},"31613":{"type":"S:modified","url":"/issues/110510_MorphsAreDroppedWhenDndedFromPartsbin.xhtml"},"31614":{"type":"S:modified","url":"/users/fbo/jqueryTabulate.xhtml"},"31615":{"type":"S:modified","url":"/issues/111026_CustomFormattedBinsInPartsBin.xhtml"},"31616":{"type":"S:modified","url":"/users/fbo/learningLively2.xhtml"},"31617":{"type":"S:modified","url":"/issues/111017_svgIssues.xhtml"},"31618":{"type":"S:modified","url":"/users/markoroeder/NewStreamwork.xhtml"},"31619":{"type":"S:modified","url":"/users/markoroeder/MapImport.xhtml"},"31620":{"type":"S:modified","url":"/documentation/Serialization-Interface.xhtml"},"31621":{"type":"S:modified","url":"/issues/fixed/110511_DroppablebehaviorParts.xhtml"},"31622":{"type":"S:modified","url":"/users/markoroeder/newDraft.xhtml"},"31623":{"type":"S:modified","url":"/projects/Lively2/ReleasePlanning.xhtml"},"31624":{"type":"S:modified","url":"/draft/NewWorld/LinesAndCurves.xhtml"},"31625":{"type":"S:modified","url":"/users/Dan/HaloExpt.xhtml"},"31626":{"type":"S:modified","url":"/issues/110921_DropshadowIsOff.xhtml"},"31627":{"type":"S:modified","url":"/users/keith/versionControl.xhtml"},"31628":{"type":"S:modified","url":"/issues/111021_HowToStoreObjectsOnTheServer.xhtml"},"31629":{"type":"S:modified","url":"/documentation/videoTutorials/SystemBrowserDiffingVersions.xhtml"},"31630":{"type":"S:modified","url":"/users/fbo/blank.xhtml"},"31631":{"type":"S:modified","url":"/demos/Clock.xhtml"},"31632":{"type":"S:modified","url":"/users/fbo/scrolling.xhtml"},"31633":{"type":"S:modified","url":"/users/markoroeder/DraftInfoItem.xhtml"},"31634":{"type":"S:modified","url":"/documentation/HowConnectWorks.xhtml"},"31635":{"type":"S:modified","url":"/users/fbo/layoutTests.xhtml"},"31636":{"type":"S:modified","url":"/issues/fixed/110407_NoScriptEditorInNewWorld.xhtml"},"31637":{"type":"S:modified","url":"/projects/BP2012/Requests.xhtml"},"31638":{"type":"S:modified","url":"/users/template/pleaseDoNotChangeOrRemoveWorldsInThisDirectory.xhtml"},"31639":{"type":"S:modified","url":"/users/fbo/journalBug.xhtml"},"31640":{"type":"S:modified","url":"/issues/110701_VisualBindingToStarBroken.xhtml"},"31641":{"type":"S:modified","url":"/users/tmohr/slide7.xhtml"},"31642":{"type":"S:modified","url":"/issues/110723_PathBroken.xhtml"},"31643":{"type":"S:modified","url":"/demos/MyNewWikiPage.xhtml"},"31644":{"type":"S:modified","url":"/issues/fixed/110510_SafariWontOpenToolsFromPartsbin.xhtml"},"31645":{"type":"S:modified","url":"/issues/110720_FirefoxCannotDisplaySvgBasedMorphs.xhtml"},"31646":{"type":"S:modified","url":"/draft/NewWorld/RichText.xhtml"},"31647":{"type":"S:modified","url":"/users/alexwarth/start.xhtml"},"31648":{"type":"S:modified","url":"/draft/NewWorld/SimpleBrowser.xhtml"},"31649":{"type":"S:modified","url":"/draft/NewWorld/OldMorphicObjectConversion.xhtml"},"31650":{"type":"S:modified","url":"/documentation/profesores.xhtml"},"31651":{"type":"S:modified","url":"/documentation/videoTutorials/template.xhtml"},"31652":{"type":"S:modified","url":"/issues/110629_WindmillDoesNotShowInThePartsBin.xhtml"},"31653":{"type":"S:modified","url":"/issues/110519_PasteBug.xhtml"},"31654":{"type":"S:modified","url":"/draft/NewWorld/Engine.xhtml"},"31655":{"type":"S:modified","url":"/draft/NewWorld/ProgressForRequests.xhtml"},"31656":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/Sliders.xhtml"},"31657":{"type":"S:modified","url":"/users/tmohr/bespin.xhtml"},"31658":{"type":"S:modified","url":"/users/fbo/scrollPlayground.xhtml"},"31659":{"type":"S:modified","url":"/users/tfleig/test1.xhtml"},"31660":{"type":"S:modified","url":"/users/fbo/gitSetup.xhtml"},"31661":{"type":"S:modified","url":"/users/constantin/start.xhtml"},"31662":{"type":"S:modified","url":"/users/Dan/Test.xhtml"},"31663":{"type":"S:modified","url":"/issues/110630_MenusLeaveVisibleBounds.xhtml"},"31664":{"type":"S:modified","url":"/projects/CodeDB2/playground_tilman.xhtml"},"31665":{"type":"S:modified","url":"/users/ohshima/start.xhtml"},"31666":{"type":"S:modified","url":"/issues/110704_MapsAreBlacksAfterDeserialization.xhtml"},"31667":{"type":"S:modified","url":"/users/Kat/MyQBF.xhtml"},"31668":{"type":"S:modified","url":"/users/markoroeder/SerializationDebug.xhtml"},"31669":{"type":"S:modified","url":"/issues/111012_BorderWidthIssue.xhtml"},"31670":{"type":"S:modified","url":"/users/mzimmerm/etoys-development-notes.xhtml"},"31671":{"type":"S:modified","url":"/users/Dan/EngineTest.xhtml"},"31672":{"type":"S:modified","url":"/users/tmohr/slide2.xhtml"},"31673":{"type":"S:modified","url":"/users/sofia/protovisPrototype.xhtml"},"31674":{"type":"S:modified","url":"/users/sofia/sofia/georgi/new_world.xhtml"},"31675":{"type":"S:modified","url":"/documentation/FAQ.xhtml"},"31676":{"type":"S:modified","url":"/demos/contextjs/SimpleObjectTracing.xhtml"},"31677":{"type":"S:modified","url":"/users/Dan/PM/Dan.xhtml"},"31678":{"type":"S:modified","url":"/issues/fixed/110518_PartsbinMoveIsNoRealMove.xhtml"},"31679":{"type":"S:modified","url":"/sandbox/sandbox-dgc.xhtml"},"31680":{"type":"S:modified","url":"/issues/110610_AddNewMethodBroken.xhtml"},"31681":{"type":"S:modified","url":"/users/Dan/CC.xhtml"},"31682":{"type":"S:modified","url":"/draft/NewWorld/StringsAsRichText.xhtml"},"31683":{"type":"S:modified","url":"/issues/110704_ClickingOnProtoVisDrawing.xhtml"},"31684":{"type":"S:modified","url":"/users/fbo/layoutGrid.xhtml"},"31685":{"type":"S:modified","url":"/users/Dan/Garbage.xhtml"},"31686":{"type":"S:modified","url":"/welcome.xhtml"},"31687":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/textEditor.xhtml"},"31688":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/prototypeQBF.xhtml"},"31689":{"type":"S:modified","url":"/documentation/videoTutorials/110429_TextAttributes.xhtml"},"31690":{"type":"S:modified","url":"/users/fbo/pongServer.xhtml"},"31691":{"type":"S:modified","url":"/users/miku/start.xhtml"},"31692":{"type":"S:modified","url":"/users/Dan/PM/Lively2.xhtml"},"31693":{"type":"S:modified","url":"/users/cschuster/dev-alpha.xhtml"},"31694":{"type":"S:modified","url":"/users/Dan/PM/PowerPointNot.xhtml"},"31695":{"type":"S:modified","url":"/users/fbo/layoutConfigurator.xhtml"},"31696":{"type":"S:modified","url":"/draft/NewWorld/Diffing.xhtml"},"31697":{"type":"S:modified","url":"/issues/110604_GriddingDoesNotWorkRight.xhtml"},"31698":{"type":"S:modified","url":"/issues/110927_TranslationAndPositionAreNotEqualWhenMorphHasAOwnerWithModifiedOrigin.xhtml"},"31699":{"type":"S:modified","url":"/issues/110809_ChangeOrRemovedScriptsAfterSerializationWrong.xhtml"},"31700":{"type":"S:modified","url":"/issues/110729_ShowHaloItemDuringHaloAction.xhtml"},"31701":{"type":"S:modified","url":"/users/tmohr/demo.xhtml"},"31702":{"type":"S:modified","url":"/documentation/overview.xhtml"},"31703":{"type":"S:modified","url":"/demos/LiveWeb/iPad.xhtml"},"31704":{"type":"S:modified","url":"/issues/110628_MorphOffsetsAfterGrabbingAreBroken.xhtml"},"31705":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/SCBMigration.xhtml"},"31706":{"type":"S:modified","url":"/users/Dan/LiveWeb4.xhtml"},"31707":{"type":"S:modified","url":"/users/olmeca/olmeca3.xhtml"},"31708":{"type":"S:deleted","url":null},"31709":{"type":"S:modified","url":"/issues/111026_AccessingVersionsUsesWrongURLAndVersionCombination.xhtml"},"31710":{"type":"S:modified","url":"/users/sofia/sofia/georgi/video_experiments1.xhtml"},"31711":{"type":"S:modified","url":"/users/wlcleveland/shadowworld.xhtml"},"31712":{"type":"S:modified","url":"/users/mzimmerm/mz-world-from-start-xhtml.xhtml"},"31713":{"type":"S:modified","url":"/users/Dan/FormLayoutExpt.xhtml.xhtml"},"31714":{"type":"S:modified","url":"/users/robertkrahn/writeSite.xhtml"},"31715":{"type":"S:modified","url":"/draft/NewWorld/CurveDrafting.xhtml"},"31716":{"type":"S:modified","url":"/draft/NewWorld/ParseApacheServerLog.xhtml"},"31717":{"type":"S:modified","url":"/issues/fixed/110516_EnterAtTextEndDoesNotAddLineBreak.xhtml"},"31718":{"type":"S:modified","url":"/projects/BP2012/h2.xhtml"},"31719":{"type":"S:modified","url":"/draft/NewWorld/110521_BetterLists.xhtml"},"31720":{"type":"S:modified","url":"/users/Dan/PM/layoutExpts.xhtml"},"31721":{"type":"S:modified","url":"/users/test50/start.xhtml"},"31722":{"type":"S:modified","url":"/MovePages.xhtml"},"31723":{"type":"S:modified","url":"/documentation/Rendering.xhtml"},"31724":{"type":"S:modified","url":"/users/fbo/layoutPlayground.xhtml"},"31725":{"type":"S:modified","url":"/users/martin/measurements/webwerkstatt.xhtml"},"31726":{"type":"S:modified","url":"/issues/111005_MouseMoveChangesFocus.xhtml"},"31727":{"type":"S:modified","url":"/documentation/videoTutorials/110419_ManipulateMorphs.xhtml"},"31728":{"type":"S:modified","url":"/projects/Lively2/Release.xhtml"},"31729":{"type":"S:modified","url":"/issues/110523_RelayMouseEventsToMorphBeneath.xhtml"},"31730":{"type":"S:modified","url":"/users/tmohr/myNewWorld.xhtml"},"31731":{"type":"S:modified","url":"/users/robertkrahn/thingsToExplain.xhtml"},"31732":{"type":"S:modified","url":"/users/fbo/start.xhtml"},"31733":{"type":"S:modified","url":"/issues/110511_WeHaveNoCheckbox.xhtml"},"31734":{"type":"S:modified","url":"/users/Dan/PM/FormsDraft1.xhtml"},"31735":{"type":"S:modified","url":"/users/Dan/EmptyWorld.xhtml"},"31736":{"type":"S:modified","url":"/users/sofia/georgi/empty.xhtml"},"31737":{"type":"S:modified","url":"/issues/110609_AccidentalGrabbing.xhtml"},"31738":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/NewMorphicDevelopment.xhtml"},"31739":{"type":"S:modified","url":"/users/lauritz/personal/snippets.xhtml"},"31740":{"type":"S:modified","url":"/users/lauritz/personal/thoughts.xhtml"},"31741":{"type":"S:modified","url":"/users/Dan/NewEmptyWorld.xhtml"},"31742":{"type":"S:modified","url":"/users/markoroeder/DOMRemovalPlugin.xhtml"},"31743":{"type":"S:modified","url":"/documentation/LivelyInstallation.xhtml"},"31744":{"type":"S:modified","url":"/issues/110530_MakeSyntaxHighlightingFaster.xhtml"},"31745":{"type":"S:modified","url":"/users/lauritz/miniprojects/pongClient.xhtml"},"31746":{"type":"S:modified","url":"/issues/110831_ButtonLabelsAreNotCenteredAnymore.xhtml"},"31747":{"type":"S:modified","url":"/sandbox/ColorfulWindmills.xhtml"},"31748":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/todo.xhtml"},"31749":{"type":"S:modified","url":"/users/robertkrahn/simple.xhtml"},"31750":{"type":"S:modified","url":"/issues/111004_SavingAnEmptyTextObjectSetsTheStringToUndefined.xhtml"},"31751":{"type":"S:modified","url":"/issues/TextDebugWorld.xhtml"},"31752":{"type":"S:modified","url":"/documentation/ShortcutList.xhtml"},"31753":{"type":"S:modified","url":"/users/tmohr/slide8.xhtml"},"31754":{"type":"S:modified","url":"/issues/110522_ClickingTheScrollbarInListsDoesNotWork.xhtml"},"31755":{"type":"S:modified","url":"/draft/NewWorld/ObjectSerializationGraph.xhtml"},"31756":{"type":"S:modified","url":"/users/Dan/TextTest.xhtml"},"31757":{"type":"S:modified","url":"/users/dtornow/start.xhtml"},"31758":{"type":"S:modified","url":"/projects/BP2012/start.xhtml"},"31759":{"type":"S:modified","url":"/users/Dan/Empty.xhtml"},"31760":{"type":"S:modified","url":"/users/keith/start.xhtml"},"31761":{"type":"S:modified","url":"/users/gerald24/start.xhtml"},"31762":{"type":"S:modified","url":"/documentation/videoTutorial.xhtml"},"31763":{"type":"S:modified","url":"/draft/NewWorld/DraftSelection.xhtml"},"31764":{"type":"S:modified","url":"/demos/LiveWeb/Pheonix.xhtml"},"31765":{"type":"S:modified","url":"/users/ahold/siteTracking.xhtml"},"31766":{"type":"S:modified","url":"/issues/110608_GetterAndSettersInIe9.xhtml"},"31767":{"type":"S:modified","url":"/users/iho/1.xhtml"},"31768":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/bootstrap.xhtml"},"31769":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasks.xhtml"},"31770":{"type":"S:modified","url":"/users/Dan/PM/FormsScripter.xhtml"},"31771":{"type":"S:modified","url":"/users/fbo/cassowary.xhtml"},"31772":{"type":"S:modified","url":"/users/MrSteve/start.xhtml"},"31773":{"type":"S:modified","url":"/issues/CreateIssuePage.xhtml"},"31774":{"type":"S:modified","url":"/users/fbo/xamppInstallerWindows.xhtml"},"31775":{"type":"S:modified","url":"/users/Dan/PM/Phoenix.xhtml"},"31776":{"type":"S:modified","url":"/users/tmohr/WebGL.xhtml"},"31777":{"type":"S:modified","url":"/documentation/PartsBin.xhtml"},"31778":{"type":"S:modified","url":"/users/mzimmerm/start.xhtml"},"31779":{"type":"S:modified","url":"/users/markoroeder/SequenceDiagram.xhtml"},"31780":{"type":"S:modified","url":"/demos/Wiki.xhtml"},"31781":{"type":"S:modified","url":"/documentation/Events.xhtml"},"31782":{"type":"S:modified","url":"/users/tmohr/slide3.xhtml"},"31783":{"type":"S:modified","url":"/users/hjust/blank.xhtml"},"31784":{"type":"S:modified","url":"/Lively2.xhtml"},"31785":{"type":"S:modified","url":"/users/tfleig/template.xhtml"},"31786":{"type":"S:modified","url":"/issues/111021_PianoDoesNotMakeASound.xhtml"},"31787":{"type":"S:modified","url":"/issues/fixed/110426_NewStatusMessagesWithMore.xhtml"},"31788":{"type":"S:modified","url":"/users/martin/tests.xhtml"},"31789":{"type":"S:modified","url":"/users/sofia/empty.xhtml"},"31790":{"type":"S:modified","url":"/issues/110601_PartsDoNotLoadThereRequireModulesOnWorldLoad.xhtml"},"31791":{"type":"S:modified","url":"/draft/NewWorld/Sliders.xhtml"},"31792":{"type":"S:modified","url":"/users/davidorban/start.xhtml"},"31793":{"type":"S:modified","url":"/users/orjan/start.xhtml"},"31794":{"type":"S:modified","url":"/users/Dan/PM/FormLayoutExpt-Final.xhtml"},"31795":{"type":"S:modified","url":"/users/sofia/video.xhtml"},"31796":{"type":"S:modified","url":"/demos/contextjs/PersonExample.xhtml"},"31797":{"type":"S:modified","url":"/users/zeebeedee/start.xhtml"},"31798":{"type":"S:modified","url":"/users/robertkrahn/textRain.xhtml"},"31799":{"type":"S:modified","url":"/users/fbo/databaseForms.xhtml"},"31800":{"type":"S:modified","url":"/draft/NewWorld/DraftUploadPDFs.xhtml"},"31801":{"type":"S:modified","url":"/users/olmeca/olmeca4.xhtml"},"31802":{"type":"S:modified","url":"/users/lauritz/miniprojects/livelyExplorer.xhtml"},"31803":{"type":"S:modified","url":"/documentation/videoTutorials/110421_CreatingVideoTutorials.xhtml"},"31804":{"type":"S:modified","url":"/draft/NewWorld/MartinsObjectDiffInNewWorlds.xhtml"},"31805":{"type":"S:modified","url":"/users/Dan/LineTest.xhtml"},"31806":{"type":"S:modified","url":"/draft/NewWorld/Translator.xhtml"},"31807":{"type":"S:modified","url":"/documentation/Styles.xhtml"},"31808":{"type":"S:modified","url":"/draft/NewWorld/MorphOrigin.xhtml"},"31809":{"type":"S:modified","url":"/screenshots.xhtml"},"31810":{"type":"S:modified","url":"/users/Dan/LiveWeb.xhtml"},"31811":{"type":"S:modified","url":"/demos/AntotherPageWithAClock.xhtml"},"31812":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/halloJens2.xhtml"},"31813":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/improvingTheWebPag.xhtml"},"31814":{"type":"S:modified","url":"/users/fbo/constraintLayoutExample.xhtml"},"31815":{"type":"S:modified","url":"/documentation/TutorialList.xhtml"},"31816":{"type":"S:modified","url":"/draft/NewWorld/MakeEventsTriggerOnCapture.xhtml"},"31817":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/prototype.xhtml"},"31818":{"type":"S:modified","url":"/users/Dan/PM/FormLayoutExpt-bk.xhtml"},"31819":{"type":"S:modified","url":"/users/Dan/QBF.xhtml"},"31820":{"type":"S:modified","url":"/users/tmohr/slides.xhtml"},"31821":{"type":"S:modified","url":"/users/Dan/ButtonTest.xhtml"},"31822":{"type":"S:modified","url":"/users/fbo/textInVbox.xhtml"},"31823":{"type":"S:modified","url":"/users/sofia/externalShapeExample.xhtml"},"31824":{"type":"S:modified","url":"/users/hjust/playground.xhtml"},"31825":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/halloJens.xhtml"},"31826":{"type":"S:modified","url":"/users/tmohr/morphSpecificRendering.xhtml"},"31827":{"type":"S:modified","url":"/users/fbo/dataGrid.xhtml"},"31828":{"type":"S:modified","url":"/issues/111020_HighlightTheTargetOfDropping.xhtml"},"31829":{"type":"S:modified","url":"/users/mzimmerm/help.xhtml"},"31830":{"type":"S:modified","url":"/users/fbo/jqGrid.xhtml"},"31831":{"type":"S:modified","url":"/projects/CodeDB2/contents.xhtml"},"31832":{"type":"S:modified","url":"/demos/PartsBin.xhtml"},"31833":{"type":"S:modified","url":"/users/sofia/martin/empty.xhtml"},"31834":{"type":"S:modified","url":"/users/markoroeder/research/Internship.xhtml"},"31835":{"type":"S:modified","url":"/users/tmohr/NewWorld.xhtml"},"31836":{"type":"S:modified","url":"/users/bert/sandbox.xhtml"},"31837":{"type":"S:modified","url":"/draft/NewWorld/GoogleMaps.xhtml"},"31838":{"type":"S:modified","url":"/demos/contextjs/NewContents.xhtml"},"31839":{"type":"S:modified","url":"/users/fbo/meteora.xhtml"},"31840":{"type":"S:modified","url":"/users/Dan/PM/Forms.xhtml"},"31841":{"type":"S:modified","url":"/issues/draft/NewWorld/CurveDrafting_EmbeddableWorld.xhtml"},"31842":{"type":"S:modified","url":"/projects/LivelyHelping/draftLK2.xhtml"},"31843":{"type":"S:modified","url":"/users/lauritz/miniprojects/objectEditor.xhtml"},"31844":{"type":"S:modified","url":"/users/fbo/blank2.xhtml"},"31845":{"type":"S:modified","url":"/issues/110509_ConnectionsInputsGetStackedUp.xhtml"},"31846":{"type":"S:modified","url":"/draft/NewWorld/SimpleLayout.xhtml"},"31847":{"type":"S:modified","url":"/users/mkilling/iKuh2.xhtml"},"31848":{"type":"S:modified","url":"/users/fbo/profesorControls.xhtml"},"31849":{"type":"S:modified","url":"/documentation/Serialization-Overview.xhtml"},"31850":{"type":"S:modified","url":"/users/sofia/georgi/PropertySheet.xhtml"},"31851":{"type":"S:modified","url":"/users/sofia/martin/1.xhtml"},"31852":{"type":"S:modified","url":"/issues/110828_HaloInfoLabelsWontShowUp.xhtml"},"31853":{"type":"S:modified","url":"/users/sofia/georgi/styles.xhtml"},"31854":{"type":"S:modified","url":"/users/fbo/doc/profesores.xhtml"},"31855":{"type":"S:modified","url":"/users/markoroeder/MorphicProtoVis2.xhtml"},"31856":{"type":"S:modified","url":"/issues/110516_EnterAtTextEndDoesNotAddLineBreak.xhtml"},"31857":{"type":"S:modified","url":"/projects/Lively2/LivelyMap.xhtml"},"31858":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/colorFiel.xhtml"},"31859":{"type":"S:modified","url":"/users/tmohr/slide9.xhtml"},"31860":{"type":"S:modified","url":"/issues/110518_TextAttributesBreakOnPaste.xhtml"},"31861":{"type":"S:modified","url":"/demos/LiveWeb/VisualBindings.xhtml"},"31862":{"type":"S:modified","url":"/documentation/Layout.xhtml"},"31863":{"type":"S:modified","url":"/documentation/repository.xhtml"},"31864":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/DontOverwriteChangedFile.xhtml"},"31865":{"type":"S:modified","url":"/users/Dan/Tests/TextTest.xhtml"},"31866":{"type":"S:modified","url":"/issues/fixed/110412_NewSimpleBrowser.xhtml"},"31867":{"type":"S:modified","url":"/users/fbo/proposedUiFixes.xhtml"},"31868":{"type":"S:modified","url":"/issues/NewTemplate.xhtml"},"31869":{"type":"S:modified","url":"/documentation/SVNOnServer.xhtml"},"31870":{"type":"S:modified","url":"/issues/110524_PartsSerializeTheirWorldsSometimes.xhtml"},"31871":{"type":"S:modified","url":"/users/Dan/PM/May.xhtml"},"31872":{"type":"S:modified","url":"/documentation/ignoreOrDisableEvents.xhtml"},"31873":{"type":"S:modified","url":"/issues/110522_FixSubmorphOrderWhenAddingMorphs.xhtml"},"31874":{"type":"S:modified","url":"/users/Dan/CCbkup.xhtml"},"31875":{"type":"S:modified","url":"/users/Dan/LiveWeb2-bk.xhtml"},"31876":{"type":"S:modified","url":"/issues/110704_DontGrabTextWithJensFancyGrabber.xhtml"},"31877":{"type":"S:modified","url":"/users/lauritz/blank.xhtml"},"31878":{"type":"S:modified","url":"/draft/NewWorld/Dragging.xhtml"},"31879":{"type":"S:modified","url":"/users/lauritz/personal/todo.xhtml"},"31880":{"type":"S:modified","url":"/users/fbo/flexigrid.xhtml"},"31881":{"type":"S:modified","url":"/draft/NewWorld/LatestFileChangeViewer.xhtml"},"31882":{"type":"S:modified","url":"/issues/fixed/110729_QucikBrownFoxBackspaceBug.xhtml"},"31883":{"type":"S:modified","url":"/users/lauritz/miniprojects/elProfesorWerkstatt.xhtml"},"31884":{"type":"S:modified","url":"/documentation/VisualBindings.xhtml"},"31885":{"type":"S:modified","url":"/users/robertkrahn/notexisting.xhtml"},"31886":{"type":"S:modified","url":"/draft/NewWorld/TreeMap.xhtml"},"31887":{"type":"S:modified","url":"/draft/NewWorld/Empty.xhtml"},"31888":{"type":"S:modified","url":"/users/Dan/QBF2B.xhtml"},"31889":{"type":"S:modified","url":"/issues/111019_MergingVersionsOfAnObject.xhtml"},"31890":{"type":"S:modified","url":"/issues/110619_SerializingMorphsThatAreNotInTheSceneGraphGivesStrangeErrors.xhtml"},"31891":{"type":"S:modified","url":"/users/lauritz/test.xhtml"},"31892":{"type":"S:modified","url":"/users/tilman.giese/start.xhtml"},"31893":{"type":"S:modified","url":"/users/tmohr/slide4.xhtml"},"31894":{"type":"S:modified","url":"/sandbox/PartsBin.xhtml"},"31895":{"type":"S:modified","url":"/users/markoroeder/DraftObjectExplorer.xhtml"},"31896":{"type":"S:modified","url":"/demos/WhereArePeopleFrom2.xhtml"},"31897":{"type":"S:modified","url":"/projects/CodeDB2/SVN2CodeDB.xhtml"},"31898":{"type":"S:modified","url":"/users/fbo/sqliteQueryServer.xhtml"},"31899":{"type":"S:modified","url":"/issues/fixed/110513_ScrollingWhenSearching.xhtml"},"31900":{"type":"S:modified","url":"/users/lauritz/miniprojects/bugFixing/referencedTextBug.xhtml"},"31901":{"type":"S:modified","url":"/issues/fixed/111020_ScrollingInScripteditorIsBroken.xhtml"},"31902":{"type":"S:modified","url":"/issues/110513_FindMethodsShouldSearchInClassMethodsAndObjects.xhtml"},"31903":{"type":"S:modified","url":"/draft/NewWorld/NewTestWidgetAgain.xhtml"},"31904":{"type":"S:modified","url":"/users/Dan/DansSlideOverview.xhtml"},"31905":{"type":"S:modified","url":"/users/fbo/exportCore.xhtml"},"31906":{"type":"S:modified","url":"/users/olmeca/olmeca.xhtml"},"31907":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/firstWorld.xhtml"},"31908":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/SearchSourceCodeWidge.xhtml"},"31909":{"type":"S:modified","url":"/users/Dan/CircleTest.xhtml"},"31910":{"type":"S:modified","url":"/users/Dan/Tests/SerializationTest2.xhtml"},"31911":{"type":"S:modified","url":"/users/fbo/sandbox.xhtml"},"31912":{"type":"S:modified","url":"/issues/110728_BackspaceTriggersBrowserBack.xhtml"},"31913":{"type":"S:modified","url":"/users/markoroeder/empty.xhtml"},"31914":{"type":"S:modified","url":"/draft/NewWorld/DropStyles.xhtml"},"31915":{"type":"S:modified","url":"/issues/fixed/110513_MakeSyntaxHighlightingWorkInNewWorld.xhtml"},"31916":{"type":"S:modified","url":"/users/MrSteve/lorenzo.start.xhtml"},"31917":{"type":"S:modified","url":"/users/Dan/PM/LiveWeb.xhtml"},"31918":{"type":"S:modified","url":"/users/Dan/PM/FormLayoutExpt-start.xhtml"},"31919":{"type":"S:modified","url":"/draft/NewWorld/ScriptEditor.xhtml"},"31920":{"type":"S:modified","url":"/users/mzimmerm/test-build-simple-webapp.xhtml"},"31921":{"type":"S:modified","url":"/issues/110628_SettingTetAttributesDoesNotAlwaysWork.xhtml"},"31922":{"type":"S:modified","url":"/users/lauritz/miniprojects/spiel.xhtml"},"31923":{"type":"S:modified","url":"/users/robertkrahn/DraftPresentation.xhtml"},"31924":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/layouting.xhtml"},"31925":{"type":"S:modified","url":"/users/Dan/Tests/SerializationTest.xhtml"},"31926":{"type":"S:modified","url":"/users/lauritz/miniprojects/spikes/connectedExplorer.xhtml"},"31927":{"type":"S:modified","url":"/users/fbo/nodejsServerDevelopment.xhtml"},"31928":{"type":"S:modified","url":"/draft/NewWorld/QBFForPartsBin.xhtml"},"31929":{"type":"S:modified","url":"/issues/fixed/110628_CommandAndCurlyBracketGoesBackInBrowserHistory.xhtml"},"31930":{"type":"S:modified","url":"/users/lauritz/miniprojects/connections.xhtml"},"31931":{"type":"S:modified","url":"/users/ahold/start.xhtml"},"31932":{"type":"S:modified","url":"/users/markus/FileBrowser.xhtml"},"31933":{"type":"S:modified","url":"/demos/LiveWeb/CPUVisualizationFinal.xhtml"},"31934":{"type":"S:modified","url":"/users/fbo/jsUiWidgetLibResearch.xhtml"},"31935":{"type":"S:modified","url":"/users/fbo/constraintLayout.xhtml"},"31936":{"type":"S:modified","url":"/users/Dan/Tests/LineTest.xhtml"},"31937":{"type":"S:modified","url":"/sandbox/sandbox.xhtml"},"31938":{"type":"S:modified","url":"/users/fbo/versionControl.xhtml"},"31939":{"type":"S:modified","url":"/draft/NewWorld/CreateDirWhenSaving.xhtml"},"31940":{"type":"S:modified","url":"/demos/Lively2.xhtml"},"31941":{"type":"S:modified","url":"/users/fbo/userIsolationAndGit.xhtml"},"31942":{"type":"S:modified","url":"/draft/NewWorld/KeyboardFocusForMorphs.xhtml"},"31943":{"type":"S:modified","url":"/users/fbo/dwarfcassowaryExample2.xhtml"},"31944":{"type":"S:modified","url":"/users/oudenampsen/start.xhtml"},"31945":{"type":"S:modified","url":"/issues/110517_VlayoutShouldGrowAndShrink.xhtml"},"31946":{"type":"S:modified","url":"/users/fbo/dwarfcassowaryExample.xhtml"},"31947":{"type":"S:modified","url":"/users/tmohr/ace.xhtml"},"31948":{"type":"S:modified","url":"/users/fbo/empty2.xhtml"},"31949":{"type":"S:modified","url":"/users/martin/Workspace.xhtml"},"31950":{"type":"S:modified","url":"/users/Dan/Bug-List.xhtml"},"31951":{"type":"S:modified","url":"/users/Dan/QuickBrownFoxx.xhtml"},"31952":{"type":"S:modified","url":"/demos/LiveWeb/ServerScripting.xhtml"},"31953":{"type":"S:modified","url":"/demos/contextjs/WordCompletion.xhtml"},"31954":{"type":"S:modified","url":"/issues/110715_PartModuleRequirementsAreNotLoadedOnWorldLoad.xhtml"},"31955":{"type":"S:modified","url":"/users/fbo/fabiansTickets.xhtml"},"31956":{"type":"S:modified","url":"/issues/111020_ViewOfTextFieldsAfterSaving.xhtml"},"31957":{"type":"S:modified","url":"/users/martin/Template.xhtml"},"31958":{"type":"S:modified","url":"/projects/CodeDB2/Testing.xhtml"},"31959":{"type":"S:modified","url":"/users/keith/MySetup.xhtml"},"31960":{"type":"S:modified","url":"/users/fbo/noGrabLayer.xhtml"},"31961":{"type":"S:modified","url":"/demos/CPUVisualization.xhtml"},"31962":{"type":"S:modified","url":"/users/sofia/georgi/trac-report.xhtml"},"31963":{"type":"S:modified","url":"/users/fbo/HtmlWrapperMorph.xhtml"},"31964":{"type":"S:modified","url":"/users/sofia/documentation_afterLunch.xhtml"},"31965":{"type":"S:modified","url":"/demos/contextjs/Empty.xhtml"},"31966":{"type":"S:modified","url":"/users/fbo/setExtent.xhtml"},"31967":{"type":"S:modified","url":"/users/sofia/martin/2.xhtml"},"31968":{"type":"S:modified","url":"/users/markoroeder/DropboxUpload.xhtml"},"31969":{"type":"S:modified","url":"/users/fbo/newMouseDownLayer.xhtml"},"31970":{"type":"S:modified","url":"/issues/fixed/110914_StraightLineIssue.xhtml"},"31971":{"type":"S:modified","url":"/users/cschuster/debugging.xhtml"},"31972":{"type":"S:modified","url":"/users/sofia/prototVisPrototype.xhtml"},"31973":{"type":"S:modified","url":"/draft/NewWorld/DraggingAndGrabbing.xhtml"},"31974":{"type":"S:modified","url":"/users/lauritz/miniprojects/annotationPart.xhtml"},"31975":{"string":"2011-10-26 22:42 fbo (111628)","value":{"__isSmartRef__":true,"id":31976},"isListItem":true},"31976":{"rev":111628,"author":"fbo","date":{"__isSmartRef__":true,"id":31977},"url":{"__isSmartRef__":true,"id":31978},"changes":[{"__isSmartRef__":true,"id":31979},{"__isSmartRef__":true,"id":31980}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31977":{"isSerializedDate":true,"string":"Wed Oct 26 2011 22:42:15 GMT+0200 (Mitteleuropäische Sommerzeit)"},"31978":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/kernel/PartsBin","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31979":{"type":"S:deleted","url":null},"31980":{"type":"S:added","url":null},"31981":{"string":"2011-10-20 22:32 lauritz (110429)","value":{"__isSmartRef__":true,"id":31982},"isListItem":true},"31982":{"rev":110429,"author":"lauritz","date":{"__isSmartRef__":true,"id":31983},"url":{"__isSmartRef__":true,"id":31984},"changes":[{"__isSmartRef__":true,"id":31985}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31983":{"isSerializedDate":true,"string":"Thu Oct 20 2011 22:32:58 GMT+0200 (Mitteleuropäische Sommerzeit)"},"31984":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31985":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"31986":{"string":"2011-10-19 12:36 jenslincke (109892)","value":{"__isSmartRef__":true,"id":31987},"isListItem":true},"31987":{"rev":109892,"author":"jenslincke","date":{"__isSmartRef__":true,"id":31988},"url":{"__isSmartRef__":true,"id":31989},"changes":[{"__isSmartRef__":true,"id":31990}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31988":{"isSerializedDate":true,"string":"Wed Oct 19 2011 12:36:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"31989":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31990":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"31991":{"string":"2011-10-17 22:28 lauritz (109190)","value":{"__isSmartRef__":true,"id":31992},"isListItem":true},"31992":{"rev":109190,"author":"lauritz","date":{"__isSmartRef__":true,"id":31993},"url":{"__isSmartRef__":true,"id":31994},"changes":[{"__isSmartRef__":true,"id":31995}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31993":{"isSerializedDate":true,"string":"Mon Oct 17 2011 22:28:15 GMT+0200 (Mitteleuropäische Sommerzeit)"},"31994":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"31995":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"31996":{"string":"2011-10-17 18:22 lauritz (109167)","value":{"__isSmartRef__":true,"id":31997},"isListItem":true},"31997":{"rev":109167,"author":"lauritz","date":{"__isSmartRef__":true,"id":31998},"url":{"__isSmartRef__":true,"id":31999},"changes":[{"__isSmartRef__":true,"id":32000}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"31998":{"isSerializedDate":true,"string":"Mon Oct 17 2011 18:22:20 GMT+0200 (Mitteleuropäische Sommerzeit)"},"31999":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32000":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32001":{"string":"2011-10-17 17:45 lauritz (109164)","value":{"__isSmartRef__":true,"id":32002},"isListItem":true},"32002":{"rev":109164,"author":"lauritz","date":{"__isSmartRef__":true,"id":32003},"url":{"__isSmartRef__":true,"id":32004},"changes":[{"__isSmartRef__":true,"id":32005}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32003":{"isSerializedDate":true,"string":"Mon Oct 17 2011 17:45:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32004":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32005":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32006":{"string":"2011-10-14 22:16 lauritz (109022)","value":{"__isSmartRef__":true,"id":32007},"isListItem":true},"32007":{"rev":109022,"author":"lauritz","date":{"__isSmartRef__":true,"id":32008},"url":{"__isSmartRef__":true,"id":32009},"changes":[{"__isSmartRef__":true,"id":32010}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32008":{"isSerializedDate":true,"string":"Fri Oct 14 2011 22:16:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32009":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32010":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32011":{"string":"2011-10-14 21:55 lauritz (109012)","value":{"__isSmartRef__":true,"id":32012},"isListItem":true},"32012":{"rev":109012,"author":"lauritz","date":{"__isSmartRef__":true,"id":32013},"url":{"__isSmartRef__":true,"id":32014},"changes":[{"__isSmartRef__":true,"id":32015}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32013":{"isSerializedDate":true,"string":"Fri Oct 14 2011 21:55:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32014":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32015":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32016":{"string":"2011-10-04 17:40 cschuster (107432)","value":{"__isSmartRef__":true,"id":32017},"isListItem":true},"32017":{"rev":107432,"author":"cschuster","date":{"__isSmartRef__":true,"id":32018},"url":{"__isSmartRef__":true,"id":32019},"changes":[{"__isSmartRef__":true,"id":32020}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32018":{"isSerializedDate":true,"string":"Tue Oct 04 2011 17:40:19 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32019":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32020":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32021":{"string":"2011-09-27 23:26 lauritz (106789)","value":{"__isSmartRef__":true,"id":32022},"isListItem":true},"32022":{"rev":106789,"author":"lauritz","date":{"__isSmartRef__":true,"id":32023},"url":{"__isSmartRef__":true,"id":32024},"changes":[{"__isSmartRef__":true,"id":32025}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32023":{"isSerializedDate":true,"string":"Tue Sep 27 2011 23:26:26 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32024":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32025":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32026":{"string":"2011-09-27 21:31 lauritz (106765)","value":{"__isSmartRef__":true,"id":32027},"isListItem":true},"32027":{"rev":106765,"author":"lauritz","date":{"__isSmartRef__":true,"id":32028},"url":{"__isSmartRef__":true,"id":32029},"changes":[{"__isSmartRef__":true,"id":32030}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32028":{"isSerializedDate":true,"string":"Tue Sep 27 2011 21:31:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32029":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32030":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32031":{"string":"2011-09-27 21:07 lauritz (106756)","value":{"__isSmartRef__":true,"id":32032},"isListItem":true},"32032":{"rev":106756,"author":"lauritz","date":{"__isSmartRef__":true,"id":32033},"url":{"__isSmartRef__":true,"id":32034},"changes":[{"__isSmartRef__":true,"id":32035}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32033":{"isSerializedDate":true,"string":"Tue Sep 27 2011 21:07:46 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32034":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32035":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32036":{"string":"2011-09-27 20:54 lauritz (106745)","value":{"__isSmartRef__":true,"id":32037},"isListItem":true},"32037":{"rev":106745,"author":"lauritz","date":{"__isSmartRef__":true,"id":32038},"url":{"__isSmartRef__":true,"id":32039},"changes":[{"__isSmartRef__":true,"id":32040}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32038":{"isSerializedDate":true,"string":"Tue Sep 27 2011 20:54:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32039":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32040":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32041":{"string":"2011-09-27 19:53 lauritz (106695)","value":{"__isSmartRef__":true,"id":32042},"isListItem":true},"32042":{"rev":106695,"author":"lauritz","date":{"__isSmartRef__":true,"id":32043},"url":{"__isSmartRef__":true,"id":32044},"changes":[{"__isSmartRef__":true,"id":32045}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32043":{"isSerializedDate":true,"string":"Tue Sep 27 2011 19:53:50 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32044":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32045":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32046":{"string":"2011-09-27 19:47 lauritz (106691)","value":{"__isSmartRef__":true,"id":32047},"isListItem":true},"32047":{"rev":106691,"author":"lauritz","date":{"__isSmartRef__":true,"id":32048},"url":{"__isSmartRef__":true,"id":32049},"changes":[{"__isSmartRef__":true,"id":32050}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32048":{"isSerializedDate":true,"string":"Tue Sep 27 2011 19:47:23 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32049":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32050":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32051":{"string":"2011-09-27 19:44 lauritz (106687)","value":{"__isSmartRef__":true,"id":32052},"isListItem":true},"32052":{"rev":106687,"author":"lauritz","date":{"__isSmartRef__":true,"id":32053},"url":{"__isSmartRef__":true,"id":32054},"changes":[{"__isSmartRef__":true,"id":32055}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32053":{"isSerializedDate":true,"string":"Tue Sep 27 2011 19:44:40 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32054":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32055":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32056":{"string":"2011-09-27 18:15 lauritz (106625)","value":{"__isSmartRef__":true,"id":32057},"isListItem":true},"32057":{"rev":106625,"author":"lauritz","date":{"__isSmartRef__":true,"id":32058},"url":{"__isSmartRef__":true,"id":32059},"changes":[{"__isSmartRef__":true,"id":32060}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32058":{"isSerializedDate":true,"string":"Tue Sep 27 2011 18:15:06 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32059":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32060":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32061":{"string":"2011-09-27 18:11 lauritz (106620)","value":{"__isSmartRef__":true,"id":32062},"isListItem":true},"32062":{"rev":106620,"author":"lauritz","date":{"__isSmartRef__":true,"id":32063},"url":{"__isSmartRef__":true,"id":32064},"changes":[{"__isSmartRef__":true,"id":32065}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32063":{"isSerializedDate":true,"string":"Tue Sep 27 2011 18:11:55 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32064":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32065":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32066":{"string":"2011-09-26 20:33 lauritz (106279)","value":{"__isSmartRef__":true,"id":32067},"isListItem":true},"32067":{"rev":106279,"author":"lauritz","date":{"__isSmartRef__":true,"id":32068},"url":{"__isSmartRef__":true,"id":32069},"changes":[{"__isSmartRef__":true,"id":32070}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32068":{"isSerializedDate":true,"string":"Mon Sep 26 2011 20:33:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32069":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32070":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32071":{"string":"2011-09-26 20:32 lauritz (106276)","value":{"__isSmartRef__":true,"id":32072},"isListItem":true},"32072":{"rev":106276,"author":"lauritz","date":{"__isSmartRef__":true,"id":32073},"url":{"__isSmartRef__":true,"id":32074},"changes":[{"__isSmartRef__":true,"id":32075}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32073":{"isSerializedDate":true,"string":"Mon Sep 26 2011 20:32:57 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32074":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32075":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32076":{"string":"2011-09-26 20:30 lauritz (106273)","value":{"__isSmartRef__":true,"id":32077},"isListItem":true},"32077":{"rev":106273,"author":"lauritz","date":{"__isSmartRef__":true,"id":32078},"url":{"__isSmartRef__":true,"id":32079},"changes":[{"__isSmartRef__":true,"id":32080}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32078":{"isSerializedDate":true,"string":"Mon Sep 26 2011 20:30:51 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32079":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32080":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32081":{"string":"2011-08-02 13:53 jenslincke (96169)","value":{"__isSmartRef__":true,"id":32082},"isListItem":true},"32082":{"rev":96169,"author":"jenslincke","date":{"__isSmartRef__":true,"id":32083},"url":{"__isSmartRef__":true,"id":32084},"changes":[{"__isSmartRef__":true,"id":32085}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32083":{"isSerializedDate":true,"string":"Tue Aug 02 2011 13:53:11 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32084":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32085":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32086":{"string":"2011-08-02 13:47 jenslincke (96166)","value":{"__isSmartRef__":true,"id":32087},"isListItem":true},"32087":{"rev":96166,"author":"jenslincke","date":{"__isSmartRef__":true,"id":32088},"url":{"__isSmartRef__":true,"id":32089},"changes":[{"__isSmartRef__":true,"id":32090}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32088":{"isSerializedDate":true,"string":"Tue Aug 02 2011 13:47:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32089":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32090":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32091":{"string":"2011-08-02 13:27 jenslincke (96159)","value":{"__isSmartRef__":true,"id":32092},"isListItem":true},"32092":{"rev":96159,"author":"jenslincke","date":{"__isSmartRef__":true,"id":32093},"url":{"__isSmartRef__":true,"id":32094},"changes":[{"__isSmartRef__":true,"id":32095}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32093":{"isSerializedDate":true,"string":"Tue Aug 02 2011 13:27:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32094":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32095":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32096":{"string":"2011-08-02 11:47 jenslincke (96088)","value":{"__isSmartRef__":true,"id":32097},"isListItem":true},"32097":{"rev":96088,"author":"jenslincke","date":{"__isSmartRef__":true,"id":32098},"url":{"__isSmartRef__":true,"id":32099},"changes":[{"__isSmartRef__":true,"id":32100}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32098":{"isSerializedDate":true,"string":"Tue Aug 02 2011 11:47:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32099":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32100":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32101":{"string":"2011-06-16 09:02 lauritz (85436)","value":{"__isSmartRef__":true,"id":32102},"isListItem":true},"32102":{"rev":85436,"author":"lauritz","date":{"__isSmartRef__":true,"id":32103},"url":{"__isSmartRef__":true,"id":32104},"changes":[{"__isSmartRef__":true,"id":32105}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32103":{"isSerializedDate":true,"string":"Thu Jun 16 2011 09:02:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32104":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32105":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32106":{"string":"2011-06-16 08:58 lauritz (85430)","value":{"__isSmartRef__":true,"id":32107},"isListItem":true},"32107":{"rev":85430,"author":"lauritz","date":{"__isSmartRef__":true,"id":32108},"url":{"__isSmartRef__":true,"id":32109},"changes":[{"__isSmartRef__":true,"id":32110}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32108":{"isSerializedDate":true,"string":"Thu Jun 16 2011 08:58:49 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32109":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32110":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32111":{"string":"2011-06-16 08:40 lauritz (85412)","value":{"__isSmartRef__":true,"id":32112},"isListItem":true},"32112":{"rev":85412,"author":"lauritz","date":{"__isSmartRef__":true,"id":32113},"url":{"__isSmartRef__":true,"id":32114},"changes":[{"__isSmartRef__":true,"id":32115}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32113":{"isSerializedDate":true,"string":"Thu Jun 16 2011 08:40:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32114":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32115":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32116":{"string":"2011-06-16 07:28 lauritz (85328)","value":{"__isSmartRef__":true,"id":32117},"isListItem":true},"32117":{"rev":85328,"author":"lauritz","date":{"__isSmartRef__":true,"id":32118},"url":{"__isSmartRef__":true,"id":32119},"changes":[{"__isSmartRef__":true,"id":32120}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32118":{"isSerializedDate":true,"string":"Thu Jun 16 2011 07:28:20 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32119":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32120":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32121":{"string":"2011-06-15 23:09 robertkrahn (85292)","value":{"__isSmartRef__":true,"id":32122},"isListItem":true},"32122":{"rev":85292,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":32123},"url":{"__isSmartRef__":true,"id":32124},"changes":[{"__isSmartRef__":true,"id":32125},{"__isSmartRef__":true,"id":32126},{"__isSmartRef__":true,"id":32127},{"__isSmartRef__":true,"id":32128},{"__isSmartRef__":true,"id":32129},{"__isSmartRef__":true,"id":32130},{"__isSmartRef__":true,"id":32131},{"__isSmartRef__":true,"id":32132},{"__isSmartRef__":true,"id":32133},{"__isSmartRef__":true,"id":32134},{"__isSmartRef__":true,"id":32135}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32123":{"isSerializedDate":true,"string":"Wed Jun 15 2011 23:09:22 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32124":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.svg","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32125":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.metainfo"},"32126":{"type":"S:modified","url":"/lively/ide.js"},"32127":{"type":"S:modified","url":"/PartsBin/Debugging/Benchmarker.html"},"32128":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.html"},"32129":{"type":"S:modified","url":"/lively/morphic/Events.js"},"32130":{"type":"S:modified","url":"/PartsBin/Debugging/Benchmarker.json"},"32131":{"type":"S:modified","url":"/lively/morphic/Widgets.js"},"32132":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32133":{"type":"S:modified","url":"/cop/Flatten.js"},"32134":{"type":"S:modified","url":"/cop/Layers.js"},"32135":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.svg"},"32136":{"string":"2011-06-15 09:46 lauritz (84928)","value":{"__isSmartRef__":true,"id":32137},"isListItem":true},"32137":{"rev":84928,"author":"lauritz","date":{"__isSmartRef__":true,"id":32138},"url":{"__isSmartRef__":true,"id":32139},"changes":[{"__isSmartRef__":true,"id":32140}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32138":{"isSerializedDate":true,"string":"Wed Jun 15 2011 09:46:59 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32139":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32140":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32141":{"string":"2011-06-15 09:44 lauritz (84921)","value":{"__isSmartRef__":true,"id":32142},"isListItem":true},"32142":{"rev":84921,"author":"lauritz","date":{"__isSmartRef__":true,"id":32143},"url":{"__isSmartRef__":true,"id":32144},"changes":[{"__isSmartRef__":true,"id":32145}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32143":{"isSerializedDate":true,"string":"Wed Jun 15 2011 09:44:27 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32144":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32145":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32146":{"string":"2011-06-15 09:29 lauritz (84890)","value":{"__isSmartRef__":true,"id":32147},"isListItem":true},"32147":{"rev":84890,"author":"lauritz","date":{"__isSmartRef__":true,"id":32148},"url":{"__isSmartRef__":true,"id":32149},"changes":[{"__isSmartRef__":true,"id":32150}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32148":{"isSerializedDate":true,"string":"Wed Jun 15 2011 09:29:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32149":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32150":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32151":{"string":"2011-06-14 16:33 Hank (84431)","value":{"__isSmartRef__":true,"id":32152},"isListItem":true},"32152":{"rev":84431,"author":"Hank","date":{"__isSmartRef__":true,"id":32153},"url":{"__isSmartRef__":true,"id":32154},"changes":[{"__isSmartRef__":true,"id":32155}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32153":{"isSerializedDate":true,"string":"Tue Jun 14 2011 16:33:15 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32154":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32155":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32156":{"string":"2011-06-14 16:32 Hank (84427)","value":{"__isSmartRef__":true,"id":32157},"isListItem":true},"32157":{"rev":84427,"author":"Hank","date":{"__isSmartRef__":true,"id":32158},"url":{"__isSmartRef__":true,"id":32159},"changes":[{"__isSmartRef__":true,"id":32160}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32158":{"isSerializedDate":true,"string":"Tue Jun 14 2011 16:32:52 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32159":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32160":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32161":{"string":"2011-06-07 11:08 lauritz (82559)","value":{"__isSmartRef__":true,"id":32162},"isListItem":true},"32162":{"rev":82559,"author":"lauritz","date":{"__isSmartRef__":true,"id":32163},"url":{"__isSmartRef__":true,"id":32164},"changes":[{"__isSmartRef__":true,"id":32165}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32163":{"isSerializedDate":true,"string":"Tue Jun 07 2011 11:08:40 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32164":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32165":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32166":{"string":"2011-06-07 10:26 lauritz (82542)","value":{"__isSmartRef__":true,"id":32167},"isListItem":true},"32167":{"rev":82542,"author":"lauritz","date":{"__isSmartRef__":true,"id":32168},"url":{"__isSmartRef__":true,"id":32169},"changes":[{"__isSmartRef__":true,"id":32170}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32168":{"isSerializedDate":true,"string":"Tue Jun 07 2011 10:26:37 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32169":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32170":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32171":{"string":"2011-06-06 23:19 robertkrahn (82502)","value":{"__isSmartRef__":true,"id":32172},"isListItem":true},"32172":{"rev":82502,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":32173},"url":{"__isSmartRef__":true,"id":32174},"changes":[{"__isSmartRef__":true,"id":32175}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32173":{"isSerializedDate":true,"string":"Mon Jun 06 2011 23:19:51 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32174":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32175":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32176":{"string":"2011-06-05 14:28 robertkrahn (82119)","value":{"__isSmartRef__":true,"id":32177},"isListItem":true},"32177":{"rev":82119,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":32178},"url":{"__isSmartRef__":true,"id":32179},"changes":[{"__isSmartRef__":true,"id":32180}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32178":{"isSerializedDate":true,"string":"Sun Jun 05 2011 14:28:50 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32179":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32180":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32181":{"string":"2011-06-05 14:27 robertkrahn (82115)","value":{"__isSmartRef__":true,"id":32182},"isListItem":true},"32182":{"rev":82115,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":32183},"url":{"__isSmartRef__":true,"id":32184},"changes":[{"__isSmartRef__":true,"id":32185}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32183":{"isSerializedDate":true,"string":"Sun Jun 05 2011 14:27:01 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32184":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32185":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32186":{"string":"2011-06-03 18:22 lauritz (81803)","value":{"__isSmartRef__":true,"id":32187},"isListItem":true},"32187":{"rev":81803,"author":"lauritz","date":{"__isSmartRef__":true,"id":32188},"url":{"__isSmartRef__":true,"id":32189},"changes":[{"__isSmartRef__":true,"id":32190}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32188":{"isSerializedDate":true,"string":"Fri Jun 03 2011 18:22:06 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32189":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32190":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32191":{"string":"2011-06-03 17:54 lauritz (81796)","value":{"__isSmartRef__":true,"id":32192},"isListItem":true},"32192":{"rev":81796,"author":"lauritz","date":{"__isSmartRef__":true,"id":32193},"url":{"__isSmartRef__":true,"id":32194},"changes":[{"__isSmartRef__":true,"id":32195}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32193":{"isSerializedDate":true,"string":"Fri Jun 03 2011 17:54:06 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32194":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32195":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32196":{"string":"2011-06-03 17:21 jenslincke (81681)","value":{"__isSmartRef__":true,"id":32197},"isListItem":true},"32197":{"rev":81681,"author":"jenslincke","date":{"__isSmartRef__":true,"id":32198},"url":{"__isSmartRef__":true,"id":32199},"changes":[{"__isSmartRef__":true,"id":32200}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32198":{"isSerializedDate":true,"string":"Fri Jun 03 2011 17:21:55 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32199":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32200":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32201":{"string":"2011-06-01 23:04 lauritz (80056)","value":{"__isSmartRef__":true,"id":32202},"isListItem":true},"32202":{"rev":80056,"author":"lauritz","date":{"__isSmartRef__":true,"id":32203},"url":{"__isSmartRef__":true,"id":32204},"changes":[{"__isSmartRef__":true,"id":32205}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32203":{"isSerializedDate":true,"string":"Wed Jun 01 2011 23:04:07 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32204":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32205":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32206":{"string":"2011-06-01 01:48 robertkrahn (79541)","value":{"__isSmartRef__":true,"id":32207},"isListItem":true},"32207":{"rev":79541,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":32208},"url":{"__isSmartRef__":true,"id":32209},"changes":[{"__isSmartRef__":true,"id":32210}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32208":{"isSerializedDate":true,"string":"Wed Jun 01 2011 01:48:05 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32209":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32210":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32211":{"string":"2011-06-01 01:47 robertkrahn (79538)","value":{"__isSmartRef__":true,"id":32212},"isListItem":true},"32212":{"rev":79538,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":32213},"url":{"__isSmartRef__":true,"id":32214},"changes":[{"__isSmartRef__":true,"id":32215}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32213":{"isSerializedDate":true,"string":"Wed Jun 01 2011 01:47:34 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32214":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32215":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32216":{"string":"2011-05-26 07:56 robertkrahn (77087)","value":{"__isSmartRef__":true,"id":32217},"isListItem":true},"32217":{"rev":77087,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":32218},"url":{"__isSmartRef__":true,"id":32219},"changes":[{"__isSmartRef__":true,"id":32220}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32218":{"isSerializedDate":true,"string":"Thu May 26 2011 07:56:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32219":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32220":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32221":{"string":"2011-05-25 21:19 lauritz (76989)","value":{"__isSmartRef__":true,"id":32222},"isListItem":true},"32222":{"rev":76989,"author":"lauritz","date":{"__isSmartRef__":true,"id":32223},"url":{"__isSmartRef__":true,"id":32224},"changes":[{"__isSmartRef__":true,"id":32225}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32223":{"isSerializedDate":true,"string":"Wed May 25 2011 21:19:49 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32224":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32225":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32226":{"string":"2011-05-25 21:17 lauritz (76986)","value":{"__isSmartRef__":true,"id":32227},"isListItem":true},"32227":{"rev":76986,"author":"lauritz","date":{"__isSmartRef__":true,"id":32228},"url":{"__isSmartRef__":true,"id":32229},"changes":[{"__isSmartRef__":true,"id":32230}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32228":{"isSerializedDate":true,"string":"Wed May 25 2011 21:17:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32229":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32230":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32231":{"string":"2011-05-25 20:51 lauritz (76972)","value":{"__isSmartRef__":true,"id":32232},"isListItem":true},"32232":{"rev":76972,"author":"lauritz","date":{"__isSmartRef__":true,"id":32233},"url":{"__isSmartRef__":true,"id":32234},"changes":[{"__isSmartRef__":true,"id":32235}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32233":{"isSerializedDate":true,"string":"Wed May 25 2011 20:51:58 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32234":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32235":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32236":{"string":"2011-05-25 20:48 lauritz (76969)","value":{"__isSmartRef__":true,"id":32237},"isListItem":true},"32237":{"rev":76969,"author":"lauritz","date":{"__isSmartRef__":true,"id":32238},"url":{"__isSmartRef__":true,"id":32239},"changes":[{"__isSmartRef__":true,"id":32240}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32238":{"isSerializedDate":true,"string":"Wed May 25 2011 20:48:22 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32239":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32240":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32241":{"string":"2011-05-25 20:38 lauritz (76965)","value":{"__isSmartRef__":true,"id":32242},"isListItem":true},"32242":{"rev":76965,"author":"lauritz","date":{"__isSmartRef__":true,"id":32243},"url":{"__isSmartRef__":true,"id":32244},"changes":[{"__isSmartRef__":true,"id":32245}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32243":{"isSerializedDate":true,"string":"Wed May 25 2011 20:38:56 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32244":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32245":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32246":{"string":"2011-05-25 20:20 lauritz (76952)","value":{"__isSmartRef__":true,"id":32247},"isListItem":true},"32247":{"rev":76952,"author":"lauritz","date":{"__isSmartRef__":true,"id":32248},"url":{"__isSmartRef__":true,"id":32249},"changes":[{"__isSmartRef__":true,"id":32250}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32248":{"isSerializedDate":true,"string":"Wed May 25 2011 20:20:56 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32249":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32250":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32251":{"string":"2011-05-25 20:15 lauritz (76948)","value":{"__isSmartRef__":true,"id":32252},"isListItem":true},"32252":{"rev":76948,"author":"lauritz","date":{"__isSmartRef__":true,"id":32253},"url":{"__isSmartRef__":true,"id":32254},"changes":[{"__isSmartRef__":true,"id":32255}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32253":{"isSerializedDate":true,"string":"Wed May 25 2011 20:15:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32254":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32255":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32256":{"string":"2011-05-25 20:07 lauritz (76944)","value":{"__isSmartRef__":true,"id":32257},"isListItem":true},"32257":{"rev":76944,"author":"lauritz","date":{"__isSmartRef__":true,"id":32258},"url":{"__isSmartRef__":true,"id":32259},"changes":[{"__isSmartRef__":true,"id":32260}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32258":{"isSerializedDate":true,"string":"Wed May 25 2011 20:07:28 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32259":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32260":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32261":{"string":"2011-05-25 20:02 lauritz (76941)","value":{"__isSmartRef__":true,"id":32262},"isListItem":true},"32262":{"rev":76941,"author":"lauritz","date":{"__isSmartRef__":true,"id":32263},"url":{"__isSmartRef__":true,"id":32264},"changes":[{"__isSmartRef__":true,"id":32265}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32263":{"isSerializedDate":true,"string":"Wed May 25 2011 20:02:56 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32264":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32265":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32266":{"string":"2011-05-25 20:02 lauritz (76938)","value":{"__isSmartRef__":true,"id":32267},"isListItem":true},"32267":{"rev":76938,"author":"lauritz","date":{"__isSmartRef__":true,"id":32268},"url":{"__isSmartRef__":true,"id":32269},"changes":[{"__isSmartRef__":true,"id":32270}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32268":{"isSerializedDate":true,"string":"Wed May 25 2011 20:02:48 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32269":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32270":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32271":{"string":"2011-05-25 19:58 lauritz (76929)","value":{"__isSmartRef__":true,"id":32272},"isListItem":true},"32272":{"rev":76929,"author":"lauritz","date":{"__isSmartRef__":true,"id":32273},"url":{"__isSmartRef__":true,"id":32274},"changes":[{"__isSmartRef__":true,"id":32275}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32273":{"isSerializedDate":true,"string":"Wed May 25 2011 19:58:46 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32274":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32275":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32276":{"string":"2011-05-25 19:55 lauritz (76925)","value":{"__isSmartRef__":true,"id":32277},"isListItem":true},"32277":{"rev":76925,"author":"lauritz","date":{"__isSmartRef__":true,"id":32278},"url":{"__isSmartRef__":true,"id":32279},"changes":[{"__isSmartRef__":true,"id":32280}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32278":{"isSerializedDate":true,"string":"Wed May 25 2011 19:55:37 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32279":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32280":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32281":{"string":"2011-05-25 19:43 lauritz (76921)","value":{"__isSmartRef__":true,"id":32282},"isListItem":true},"32282":{"rev":76921,"author":"lauritz","date":{"__isSmartRef__":true,"id":32283},"url":{"__isSmartRef__":true,"id":32284},"changes":[{"__isSmartRef__":true,"id":32285}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32283":{"isSerializedDate":true,"string":"Wed May 25 2011 19:43:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32284":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32285":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32286":{"string":"2011-05-25 19:34 lauritz (76917)","value":{"__isSmartRef__":true,"id":32287},"isListItem":true},"32287":{"rev":76917,"author":"lauritz","date":{"__isSmartRef__":true,"id":32288},"url":{"__isSmartRef__":true,"id":32289},"changes":[{"__isSmartRef__":true,"id":32290}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32288":{"isSerializedDate":true,"string":"Wed May 25 2011 19:34:49 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32289":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32290":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32291":{"string":"2011-05-25 19:34 lauritz (76914)","value":{"__isSmartRef__":true,"id":32292},"isListItem":true},"32292":{"rev":76914,"author":"lauritz","date":{"__isSmartRef__":true,"id":32293},"url":{"__isSmartRef__":true,"id":32294},"changes":[{"__isSmartRef__":true,"id":32295}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32293":{"isSerializedDate":true,"string":"Wed May 25 2011 19:34:37 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32294":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32295":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32296":{"string":"2011-05-25 19:17 lauritz (76909)","value":{"__isSmartRef__":true,"id":32297},"isListItem":true},"32297":{"rev":76909,"author":"lauritz","date":{"__isSmartRef__":true,"id":32298},"url":{"__isSmartRef__":true,"id":32299},"changes":[{"__isSmartRef__":true,"id":32300}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32298":{"isSerializedDate":true,"string":"Wed May 25 2011 19:17:27 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32299":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32300":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32301":{"string":"2011-05-24 15:48 robertkrahn (76272)","value":{"__isSmartRef__":true,"id":32302},"isListItem":true},"32302":{"rev":76272,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":32303},"url":{"__isSmartRef__":true,"id":32304},"changes":[{"__isSmartRef__":true,"id":32305}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32303":{"isSerializedDate":true,"string":"Tue May 24 2011 15:48:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32304":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32305":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32306":{"string":"2011-05-24 14:39 jenslincke (76203)","value":{"__isSmartRef__":true,"id":32307},"isListItem":true},"32307":{"rev":76203,"author":"jenslincke","date":{"__isSmartRef__":true,"id":32308},"url":{"__isSmartRef__":true,"id":32309},"changes":[{"__isSmartRef__":true,"id":32310}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32308":{"isSerializedDate":true,"string":"Tue May 24 2011 14:39:33 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32309":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32310":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32311":{"string":"2011-05-24 14:35 jenslincke (76197)","value":{"__isSmartRef__":true,"id":32312},"isListItem":true},"32312":{"rev":76197,"author":"jenslincke","date":{"__isSmartRef__":true,"id":32313},"url":{"__isSmartRef__":true,"id":32314},"changes":[{"__isSmartRef__":true,"id":32315}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32313":{"isSerializedDate":true,"string":"Tue May 24 2011 14:35:59 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32314":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32315":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32316":{"string":"2011-05-24 14:35 jenslincke (76194)","value":{"__isSmartRef__":true,"id":32317},"isListItem":true},"32317":{"rev":76194,"author":"jenslincke","date":{"__isSmartRef__":true,"id":32318},"url":{"__isSmartRef__":true,"id":32319},"changes":[{"__isSmartRef__":true,"id":32320}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32318":{"isSerializedDate":true,"string":"Tue May 24 2011 14:35:20 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32319":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32320":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32321":{"string":"2011-05-24 14:26 jenslincke (76171)","value":{"__isSmartRef__":true,"id":32322},"isListItem":true},"32322":{"rev":76171,"author":"jenslincke","date":{"__isSmartRef__":true,"id":32323},"url":{"__isSmartRef__":true,"id":32324},"changes":[{"__isSmartRef__":true,"id":32325}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32323":{"isSerializedDate":true,"string":"Tue May 24 2011 14:26:26 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32324":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32325":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32326":{"string":"2011-05-22 20:08 robertkrahn (75078)","value":{"__isSmartRef__":true,"id":32327},"isListItem":true},"32327":{"rev":75078,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":32328},"url":{"__isSmartRef__":true,"id":32329},"changes":[{"__isSmartRef__":true,"id":32330}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32328":{"isSerializedDate":true,"string":"Sun May 22 2011 20:08:14 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32329":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32330":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32331":{"string":"2011-05-21 10:25 lauritz (74975)","value":{"__isSmartRef__":true,"id":32332},"isListItem":true},"32332":{"rev":74975,"author":"lauritz","date":{"__isSmartRef__":true,"id":32333},"url":{"__isSmartRef__":true,"id":32334},"changes":[{"__isSmartRef__":true,"id":32335}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32333":{"isSerializedDate":true,"string":"Sat May 21 2011 10:25:59 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32334":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32335":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32336":{"string":"2011-05-21 10:12 lauritz (74972)","value":{"__isSmartRef__":true,"id":32337},"isListItem":true},"32337":{"rev":74972,"author":"lauritz","date":{"__isSmartRef__":true,"id":32338},"url":{"__isSmartRef__":true,"id":32339},"changes":[{"__isSmartRef__":true,"id":32340}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32338":{"isSerializedDate":true,"string":"Sat May 21 2011 10:12:50 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32339":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32340":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32341":{"string":"2011-05-21 00:44 robertkrahn (74941)","value":{"__isSmartRef__":true,"id":32342},"isListItem":true},"32342":{"rev":74941,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":32343},"url":{"__isSmartRef__":true,"id":32344},"changes":[{"__isSmartRef__":true,"id":32345}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32343":{"isSerializedDate":true,"string":"Sat May 21 2011 00:44:24 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32344":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32345":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32346":{"string":"2011-05-21 00:24 robertkrahn (74931)","value":{"__isSmartRef__":true,"id":32347},"isListItem":true},"32347":{"rev":74931,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":32348},"url":{"__isSmartRef__":true,"id":32349},"changes":[{"__isSmartRef__":true,"id":32350}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32348":{"isSerializedDate":true,"string":"Sat May 21 2011 00:24:31 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32349":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32350":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32351":{"string":"2011-05-20 18:24 lauritz (74843)","value":{"__isSmartRef__":true,"id":32352},"isListItem":true},"32352":{"rev":74843,"author":"lauritz","date":{"__isSmartRef__":true,"id":32353},"url":{"__isSmartRef__":true,"id":32354},"changes":[{"__isSmartRef__":true,"id":32355}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32353":{"isSerializedDate":true,"string":"Fri May 20 2011 18:24:22 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32354":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32355":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32356":{"string":"2011-05-20 17:58 lauritz (74826)","value":{"__isSmartRef__":true,"id":32357},"isListItem":true},"32357":{"rev":74826,"author":"lauritz","date":{"__isSmartRef__":true,"id":32358},"url":{"__isSmartRef__":true,"id":32359},"changes":[{"__isSmartRef__":true,"id":32360}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32358":{"isSerializedDate":true,"string":"Fri May 20 2011 17:58:56 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32359":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32360":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32361":{"string":"2011-05-20 15:27 lauritz (74748)","value":{"__isSmartRef__":true,"id":32362},"isListItem":true},"32362":{"rev":74748,"author":"lauritz","date":{"__isSmartRef__":true,"id":32363},"url":{"__isSmartRef__":true,"id":32364},"changes":[{"__isSmartRef__":true,"id":32365}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32363":{"isSerializedDate":true,"string":"Fri May 20 2011 15:27:05 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32364":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32365":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32366":{"string":"2011-05-17 00:20 robertkrahn (72758)","value":{"__isSmartRef__":true,"id":32367},"isListItem":true},"32367":{"rev":72758,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":32368},"url":{"__isSmartRef__":true,"id":32369},"changes":[{"__isSmartRef__":true,"id":32370}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32368":{"isSerializedDate":true,"string":"Tue May 17 2011 00:20:13 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32369":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32370":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32371":{"string":"2011-05-17 00:18 robertkrahn (72755)","value":{"__isSmartRef__":true,"id":32372},"isListItem":true},"32372":{"rev":72755,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":32373},"url":{"__isSmartRef__":true,"id":32374},"changes":[{"__isSmartRef__":true,"id":32375}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32373":{"isSerializedDate":true,"string":"Tue May 17 2011 00:18:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32374":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32375":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32376":{"string":"2011-05-17 00:14 robertkrahn (72752)","value":{"__isSmartRef__":true,"id":32377},"isListItem":true},"32377":{"rev":72752,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":32378},"url":{"__isSmartRef__":true,"id":32379},"changes":[{"__isSmartRef__":true,"id":32380}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32378":{"isSerializedDate":true,"string":"Tue May 17 2011 00:14:34 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32379":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32380":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32381":{"string":"2011-05-17 00:07 robertkrahn (72749)","value":{"__isSmartRef__":true,"id":32382},"isListItem":true},"32382":{"rev":72749,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":32383},"url":{"__isSmartRef__":true,"id":32384},"changes":[{"__isSmartRef__":true,"id":32385}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32383":{"isSerializedDate":true,"string":"Tue May 17 2011 00:07:35 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32384":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32385":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32386":{"string":"2011-05-16 20:42 lauritz (72672)","value":{"__isSmartRef__":true,"id":32387},"isListItem":true},"32387":{"rev":72672,"author":"lauritz","date":{"__isSmartRef__":true,"id":32388},"url":{"__isSmartRef__":true,"id":32389},"changes":[{"__isSmartRef__":true,"id":32390}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32388":{"isSerializedDate":true,"string":"Mon May 16 2011 20:42:59 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32389":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32390":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32391":{"string":"2011-05-16 18:14 lauritz (72667)","value":{"__isSmartRef__":true,"id":32392},"isListItem":true},"32392":{"rev":72667,"author":"lauritz","date":{"__isSmartRef__":true,"id":32393},"url":{"__isSmartRef__":true,"id":32394},"changes":[{"__isSmartRef__":true,"id":32395}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32393":{"isSerializedDate":true,"string":"Mon May 16 2011 18:14:53 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32394":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32395":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32396":{"string":"2011-05-16 18:02 lauritz (72661)","value":{"__isSmartRef__":true,"id":32397},"isListItem":true},"32397":{"rev":72661,"author":"lauritz","date":{"__isSmartRef__":true,"id":32398},"url":{"__isSmartRef__":true,"id":32399},"changes":[{"__isSmartRef__":true,"id":32400}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32398":{"isSerializedDate":true,"string":"Mon May 16 2011 18:02:26 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32399":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32400":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32401":{"string":"2011-05-16 17:47 lauritz (72653)","value":{"__isSmartRef__":true,"id":32402},"isListItem":true},"32402":{"rev":72653,"author":"lauritz","date":{"__isSmartRef__":true,"id":32403},"url":{"__isSmartRef__":true,"id":32404},"changes":[{"__isSmartRef__":true,"id":32405}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32403":{"isSerializedDate":true,"string":"Mon May 16 2011 17:47:29 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32404":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32405":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32406":{"string":"2011-05-16 17:45 lauritz (72649)","value":{"__isSmartRef__":true,"id":32407},"isListItem":true},"32407":{"rev":72649,"author":"lauritz","date":{"__isSmartRef__":true,"id":32408},"url":{"__isSmartRef__":true,"id":32409},"changes":[{"__isSmartRef__":true,"id":32410}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32408":{"isSerializedDate":true,"string":"Mon May 16 2011 17:45:25 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32409":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32410":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32411":{"string":"2011-05-16 17:18 lauritz (72590)","value":{"__isSmartRef__":true,"id":32412},"isListItem":true},"32412":{"rev":72590,"author":"lauritz","date":{"__isSmartRef__":true,"id":32413},"url":{"__isSmartRef__":true,"id":32414},"changes":[{"__isSmartRef__":true,"id":32415}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32413":{"isSerializedDate":true,"string":"Mon May 16 2011 17:18:48 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32414":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32415":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32416":{"string":"2011-05-15 16:10 lauritz (72267)","value":{"__isSmartRef__":true,"id":32417},"isListItem":true},"32417":{"rev":72267,"author":"lauritz","date":{"__isSmartRef__":true,"id":32418},"url":{"__isSmartRef__":true,"id":32419},"changes":[{"__isSmartRef__":true,"id":32420}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32418":{"isSerializedDate":true,"string":"Sun May 15 2011 16:10:06 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32419":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32420":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32421":{"string":"2011-05-15 16:07 lauritz (72263)","value":{"__isSmartRef__":true,"id":32422},"isListItem":true},"32422":{"rev":72263,"author":"lauritz","date":{"__isSmartRef__":true,"id":32423},"url":{"__isSmartRef__":true,"id":32424},"changes":[{"__isSmartRef__":true,"id":32425}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32423":{"isSerializedDate":true,"string":"Sun May 15 2011 16:07:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32424":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32425":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32426":{"string":"2011-05-15 16:05 lauritz (72259)","value":{"__isSmartRef__":true,"id":32427},"isListItem":true},"32427":{"rev":72259,"author":"lauritz","date":{"__isSmartRef__":true,"id":32428},"url":{"__isSmartRef__":true,"id":32429},"changes":[{"__isSmartRef__":true,"id":32430}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32428":{"isSerializedDate":true,"string":"Sun May 15 2011 16:05:00 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32429":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32430":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32431":{"string":"2011-05-15 15:58 lauritz (72255)","value":{"__isSmartRef__":true,"id":32432},"isListItem":true},"32432":{"rev":72255,"author":"lauritz","date":{"__isSmartRef__":true,"id":32433},"url":{"__isSmartRef__":true,"id":32434},"changes":[{"__isSmartRef__":true,"id":32435}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32433":{"isSerializedDate":true,"string":"Sun May 15 2011 15:58:26 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32434":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32435":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32436":{"string":"2011-05-15 15:48 lauritz (72252)","value":{"__isSmartRef__":true,"id":32437},"isListItem":true},"32437":{"rev":72252,"author":"lauritz","date":{"__isSmartRef__":true,"id":32438},"url":{"__isSmartRef__":true,"id":32439},"changes":[{"__isSmartRef__":true,"id":32440}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32438":{"isSerializedDate":true,"string":"Sun May 15 2011 15:48:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32439":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32440":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32441":{"string":"2011-05-15 15:43 lauritz (72249)","value":{"__isSmartRef__":true,"id":32442},"isListItem":true},"32442":{"rev":72249,"author":"lauritz","date":{"__isSmartRef__":true,"id":32443},"url":{"__isSmartRef__":true,"id":32444},"changes":[{"__isSmartRef__":true,"id":32445}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32443":{"isSerializedDate":true,"string":"Sun May 15 2011 15:43:25 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32444":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32445":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32446":{"string":"2011-05-15 15:16 lauritz (72246)","value":{"__isSmartRef__":true,"id":32447},"isListItem":true},"32447":{"rev":72246,"author":"lauritz","date":{"__isSmartRef__":true,"id":32448},"url":{"__isSmartRef__":true,"id":32449},"changes":[{"__isSmartRef__":true,"id":32450}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32448":{"isSerializedDate":true,"string":"Sun May 15 2011 15:16:15 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32449":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32450":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32451":{"string":"2011-05-15 15:08 lauritz (72243)","value":{"__isSmartRef__":true,"id":32452},"isListItem":true},"32452":{"rev":72243,"author":"lauritz","date":{"__isSmartRef__":true,"id":32453},"url":{"__isSmartRef__":true,"id":32454},"changes":[{"__isSmartRef__":true,"id":32455}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32453":{"isSerializedDate":true,"string":"Sun May 15 2011 15:08:25 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32454":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32455":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"32456":{"string":"2011-05-15 14:35 lauritz (72235)","value":{"__isSmartRef__":true,"id":32457},"isListItem":true},"32457":{"rev":72235,"author":"lauritz","date":{"__isSmartRef__":true,"id":32458},"url":{"__isSmartRef__":true,"id":32459},"changes":[{"__isSmartRef__":true,"id":32460}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"32458":{"isSerializedDate":true,"string":"Sun May 15 2011 14:35:54 GMT+0200 (Mitteleuropäische Sommerzeit)"},"32459":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32460":{"type":"S:added","url":null},"32461":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":2,"__SourceModuleName__":"Global.lively.PartsBin","idOnLoad":"8BC0B5CD-E6BF-4B28-84A8-0BAF87C88539","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"32462":{"resizeWidth":true},"32463":{"x":330.7762078882963,"y":122.97632273920658,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32464":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateListContent":"updateListContentHTML","resizeList":"resizeListHTML","getItemIndexFromEvent":"getItemIndexFromEventHTML","getListExtent":"getListExtentHTML","setSize":"setSizeHTML","renderAsDropDownList":"renderAsDropDownListHTML","setFontSize":"setFontSizeHTML","setFontFamily":"setFontFamilyHTML","getSelectedIndexes":"getSelectedIndexesHTML","enableMultipleSelections":"enableMultipleSelectionsHTML","selectAllAt":"selectAllAtHTML","clearSelections":"clearSelectionsHTML","deselectAt":"deselectAtHTML"},"32465":{"morph":{"__isSmartRef__":true,"id":31021},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"32466":{"submorphs":[],"scripts":[],"id":"189506D3-A44C-4F09-80E0-D556E610F36F","shape":{"__isSmartRef__":true,"id":32467},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":32473},"_MaxTextWidth":313.04,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":32474},"showsHalos":false,"_FontSize":11,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"selectedPartComment","partsBinMetaInfo":{"__isSmartRef__":true,"id":32475},"textChunks":[{"__isSmartRef__":true,"id":32476}],"charsReplaced":"","lastFindLoc":6,"prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":30848},"_ClipMode":"auto","priorExtent":{"__isSmartRef__":true,"id":32478},"attributeConnections":[{"__isSmartRef__":true,"id":32479}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"layout":{"__isSmartRef__":true,"id":32480},"renderContextTable":{"__isSmartRef__":true,"id":32481},"eventHandler":{"__isSmartRef__":true,"id":32482},"_MinTextWidth":313.04,"_MinTextHeight":null,"_WhiteSpaceHandling":"pre-wrap","derivationIds":[1226,"DD9BD765-ADCE-4F83-BD29-D46C4F70D065","FAF93200-3F45-458D-A09A-150A9A564E17","45B7AF6D-BAB6-4C3A-A200-A6A7A709499B","65E31DB6-BFDA-4D8A-9EF2-EB1D94C2E253","74C3EFF9-4889-452C-A456-5A5B6778CE47","38D7BE76-BC2A-4B09-92FC-C08352382C88","96002B07-9CDB-4008-A195-09BD239923F2","DAA476D0-F42A-43C3-B4C4-BC880BD80E65","BA992D77-C2D5-466E-A47A-4322BB7146A8","34167D7E-66D9-41B2-AD62-D4C9AB410B96","E701BCEE-C44A-47CB-BE90-50C8CF47AA08","459DECD4-11D7-4B8C-8444-2B602BCDFF28","D0B2AEDB-8A3F-462F-A869-9BECE3D20A80","0BD25F0F-D0C4-46D7-8911-E8FF36AE1AA6","CE77BB5F-B2A7-4B69-83E5-EA36EE064597","D34A0C4A-A6BD-4FE7-82A4-93CB9B2F030B","50A2EC62-7A15-43E5-BB1C-B33C3AE91666","2513159B-9CA2-4F02-92E8-C637FB0EF5FF"],"distanceToDragEvent":{"__isSmartRef__":true,"id":32483},"_Rotation":0,"_Scale":1,"savedTextString":"A todo list. Pretty straightforward. If your are looking for the todo item proto, it's in front of you ;)\n\nWhen a todo item text is selected you can use TAB / Shift+TAB to go to the next / prev item.\n\nWith Ctrl+c Ctrl+c (2x) you can toggle the done state.","__LivelyClassName__":"lively.morphic.Text"},"32467":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":32468},"_Extent":{"__isSmartRef__":true,"id":32469},"_BorderWidth":1.4800000000000002,"_BorderColor":{"__isSmartRef__":true,"id":32470},"renderContextTable":{"__isSmartRef__":true,"id":32471},"_BorderRadius":7.400000000000001,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":32472},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"32468":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32469":{"x":333,"y":70,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32470":{"r":0.753,"g":0.753,"b":0.753,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"32471":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"32472":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"32473":{"x":20,"y":180,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32474":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"32475":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"189506D3-A44C-4F09-80E0-D556E610F36F","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"32476":{"style":{"__isSmartRef__":true,"id":32477},"chunkOwner":{"__isSmartRef__":true,"id":32466},"storedString":"Edit scripts and connections of a morph.","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"32477":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"32478":{"x":333,"y":70,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32479":{"sourceObj":{"__isSmartRef__":true,"id":32466},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":30847},"targetMethodName":"saveCommentForSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"32480":{"resizeWidth":true,"resizeHeight":true},"32481":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"32482":{"morph":{"__isSmartRef__":true,"id":32466},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"32483":{"x":227.14764051653037,"y":-11.693836156918564,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32484":{"submorphs":[],"scripts":[],"id":"E602C92B-DAC4-4C0E-B278-05D6F2C78A4F","shape":{"__isSmartRef__":true,"id":32485},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":32491},"_MaxTextWidth":265,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":32488},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"selectedPartSpaceName","partsBinMetaInfo":{"__isSmartRef__":true,"id":32492},"textChunks":[{"__isSmartRef__":true,"id":32493}],"charsReplaced":"some text","lastFindLoc":-9,"prevScroll":[0,0],"_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":32495},"renderContextTable":{"__isSmartRef__":true,"id":32496},"eventHandler":{"__isSmartRef__":true,"id":32497},"owner":{"__isSmartRef__":true,"id":30848},"_Align":"left","_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":265,"_MinTextHeight":null,"previousSelection":[9,15],"derivationIds":[1227,"6CE972BD-83CD-4BBB-80ED-D454164C5FEB","157A323D-D969-49B0-B93C-8BD36505D2FC","5D8E7DE9-5E77-4A78-85CC-2BCE68CE557D","EC218021-7880-4AB3-85E1-D09C4BF93D8A","2439308A-9CEB-46A8-8601-F268A4F47F4A","13F42C03-8A95-489F-A557-40F9DF434A0E","DE538AF0-B066-47FC-87FB-FDAC3C147AA1","2E3F7404-39E8-40D4-8CE5-9562B3E28CAF","19B83978-E82E-42BE-9A3B-C419E6106819","8F070B4E-A3FA-4663-A95B-20D3D45962BC","E20FD539-F6B4-4E0D-ADC8-5C1A0D0072C6","36FAB4CF-8F58-4056-9FE5-86FB1D114016","899DC007-45DC-4170-A759-8E6CA26498C7","E0AE05D7-0D12-4B46-82DF-B4079C0204E4","5BE3D953-8D17-450C-825A-0C7F990524F6","E6EFDAE7-8884-4FDD-A117-A31DD8AEAC9C","5DC5F055-B6FC-443A-A68B-113E25FEF8AC","960BBFE5-B8D9-4AE2-BE5F-F3F7D3470B6E"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"32485":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":32486},"_Extent":{"__isSmartRef__":true,"id":32487},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":32488},"renderContextTable":{"__isSmartRef__":true,"id":32489},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":32490},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"32486":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32487":{"x":265,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32488":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"32489":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"32490":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"32491":{"x":22.381974001732715,"y":30.870025607392563,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32492":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"E602C92B-DAC4-4C0E-B278-05D6F2C78A4F","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"32493":{"style":{"__isSmartRef__":true,"id":32494},"chunkOwner":{"__isSmartRef__":true,"id":32484},"storedString":"PartsBin/Tools/","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"32494":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"32495":{"x":265,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32496":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"32497":{"morph":{"__isSmartRef__":true,"id":32484},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"32498":{"submorphs":[{"__isSmartRef__":true,"id":32499}],"scripts":[],"id":"72F87E4D-5909-4C60-87E0-1A437897CE3C","shape":{"__isSmartRef__":true,"id":32515},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":32531},"value":true,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":32532},"lighterFill":{"__isSmartRef__":true,"id":32518},"label":{"__isSmartRef__":true,"id":32499},"attributeConnections":[{"__isSmartRef__":true,"id":32541},{"__isSmartRef__":true,"id":32542}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":32543},"name":"copyPartButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":32544},"layout":{"__isSmartRef__":true,"id":32545},"renderContextTable":{"__isSmartRef__":true,"id":32546},"eventHandler":{"__isSmartRef__":true,"id":32547},"owner":{"__isSmartRef__":true,"id":30848},"distanceToDragEvent":{"__isSmartRef__":true,"id":32548},"priorExtent":{"__isSmartRef__":true,"id":32549},"derivationIds":[1228,"A7EE497C-3BC4-48A3-8B6D-193804223319","1F02DAAA-E458-41C2-8A98-B61020A2E0A2","8324EE8D-1ABC-4E9E-96A9-C36215559902","85744E70-8D7A-4836-B64D-5D72BEB47A24","DAB27C35-5025-4060-AFA0-24DB71031B79","7490C0EB-B488-4F98-9C66-E48F89F2A921","EADFC9A5-98FD-4150-BCE8-0ACA0351474D","3A50497B-C8BD-4EAF-915B-E3790C33AD66","E6302DFE-3CE2-45C3-AE75-DE059CCC03FA","8846EE9D-80E1-4E56-9709-E2407578BA4F","73BBBF7E-E245-4A74-B34B-1EAC6C38F0B5","CE44810D-6BAA-4406-8062-31A87EF0EF87","15DE6651-BEE1-4C4E-9CBD-38AC49163509","BA420413-8A66-447A-8E91-AA2C591805C7","C691FCE3-D94F-40F9-8DC8-41A8F9E64EB5","65F52EB7-20DF-4B10-862D-3629BA23FD11","8AB30725-556C-476C-8872-9AA68903803E","7D39FF18-1229-4797-83D8-F016DDAF0601"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Button"},"32499":{"submorphs":[],"scripts":[],"id":"DC41C057-F0F9-4952-B72B-8315150F163E","shape":{"__isSmartRef__":true,"id":32500},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":83,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":32506},"textColor":{"__isSmartRef__":true,"id":32503},"owner":{"__isSmartRef__":true,"id":32498},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":32507}],"padding":{"__isSmartRef__":true,"id":32509},"_Padding":{"__isSmartRef__":true,"id":32510},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":32511},"renderContextTable":{"__isSmartRef__":true,"id":32512},"eventHandler":{"__isSmartRef__":true,"id":32513},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":83,"_MinTextHeight":null,"derivationIds":[1229,"48944567-0B6F-46EA-AD76-2677296C53EA","E68189FB-262E-412F-B5CE-00D5F9ED451C","4AB6AC8D-F0E4-44F7-A6A9-ED45C6B3FA16","BBAE8D78-82FB-4D7F-9F2D-D2358BC706F5","3F40AADC-4450-4508-8A3B-53779974E210","F55D05B5-34A2-4509-8B14-8929A97BDE5B","A9917EAE-88D7-49DF-86CA-8EF5155DC125","8B1BF7BF-63FD-4069-B895-FB093499508B","0F5810CB-D842-4192-A607-6D731E3887DE","9AA6C8A4-A06A-4BF0-8609-7F9C82304D02","E7062D98-E822-49C7-A6C0-23D9E5008454","7078A684-8907-4ED0-8F10-6E67DB2F5274","E9381BFD-779B-43D4-906F-6CB2BDA97999","DFD93A7D-7247-4E8B-8E62-A35FC5B50423","5DC95437-1D19-4F67-9EC2-E6F93E735962","3CA34522-1EC9-475C-96B5-7326BC8AA938","BFEC85B9-B501-4764-A00E-884B9521D79F","52B460BA-3A0E-4BF2-B035-FE3EA19D4FD1"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":32514},"__LivelyClassName__":"lively.morphic.Text"},"32500":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":32501},"_Extent":{"__isSmartRef__":true,"id":32502},"_BorderColor":{"__isSmartRef__":true,"id":32503},"renderContextTable":{"__isSmartRef__":true,"id":32504},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":32505},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"32501":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32502":{"x":85,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32503":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"32504":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"32505":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"32506":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32507":{"style":{"__isSmartRef__":true,"id":32508},"chunkOwner":{"__isSmartRef__":true,"id":32499},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"copy","__LivelyClassName__":"lively.morphic.TextChunk"},"32508":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"32509":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"32510":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"32511":{"x":85,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32512":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"32513":{"morph":{"__isSmartRef__":true,"id":32499},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"32514":{"requiredModules":[],"idOnLoad":"DC41C057-F0F9-4952-B72B-8315150F163E","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"32515":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":32516},"_Extent":{"__isSmartRef__":true,"id":32517},"_Fill":{"__isSmartRef__":true,"id":32518},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":32528},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":32529},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":32530},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"32516":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32517":{"x":85,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32518":{"stops":[{"__isSmartRef__":true,"id":32519},{"__isSmartRef__":true,"id":32521},{"__isSmartRef__":true,"id":32523},{"__isSmartRef__":true,"id":32525}],"vector":{"__isSmartRef__":true,"id":32527},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"32519":{"offset":0,"color":{"__isSmartRef__":true,"id":32520}},"32520":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"32521":{"offset":0.4,"color":{"__isSmartRef__":true,"id":32522}},"32522":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"32523":{"offset":0.6,"color":{"__isSmartRef__":true,"id":32524}},"32524":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"32525":{"offset":1,"color":{"__isSmartRef__":true,"id":32526}},"32526":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"32527":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"32528":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"32529":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"32530":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"32531":{"x":196,"y":393,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32532":{"stops":[{"__isSmartRef__":true,"id":32533},{"__isSmartRef__":true,"id":32535},{"__isSmartRef__":true,"id":32537},{"__isSmartRef__":true,"id":32539}],"vector":{"__isSmartRef__":true,"id":32527},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"32533":{"offset":0,"color":{"__isSmartRef__":true,"id":32534}},"32534":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"32535":{"offset":0.4,"color":{"__isSmartRef__":true,"id":32536}},"32536":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"32537":{"offset":0.6,"color":{"__isSmartRef__":true,"id":32538}},"32538":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"32539":{"offset":1,"color":{"__isSmartRef__":true,"id":32540}},"32540":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"32541":{"sourceObj":{"__isSmartRef__":true,"id":32498},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":30847},"targetMethodName":"interactivelyMoveSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"32542":{"sourceObj":{"__isSmartRef__":true,"id":32498},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":30847},"targetMethodName":"interactivelyCopySelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"32543":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"32544":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"72F87E4D-5909-4C60-87E0-1A437897CE3C","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"32545":{"moveVertical":true},"32546":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"32547":{"morph":{"__isSmartRef__":true,"id":32498},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"32548":{"x":50.41301952728122,"y":-17.360760576407074,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32549":{"x":83,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32550":{"submorphs":[],"scripts":[],"id":"C50FC6B3-CC0B-473F-AF5C-A95938630F06","shape":{"__isSmartRef__":true,"id":32551},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":32557},"_MaxTextWidth":67,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":32554},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"shareLink","partsBinMetaInfo":{"__isSmartRef__":true,"id":32558},"textChunks":[{"__isSmartRef__":true,"id":32559}],"charsReplaced":"this part with others:","lastFindLoc":28,"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":32561},"renderContextTable":{"__isSmartRef__":true,"id":32562},"eventHandler":{"__isSmartRef__":true,"id":32563},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":32564},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","owner":{"__isSmartRef__":true,"id":30848},"_MinTextWidth":67,"_MinTextHeight":null,"distanceToDragEvent":{"__isSmartRef__":true,"id":32565},"previousSelection":[0,11],"isBeingDragged":false,"derivationIds":[1232,"B9D2A879-DE55-4FCE-A39E-A49A5C513DB5","9B2052B5-A239-453D-BB12-7E8C6D47F9A3","EBBE29B3-CFB1-4F29-B063-3151F39F05EE","F4E1E4A0-3E52-4122-AA40-813B7DE11F76","838CC24A-7BA4-4FE8-9F17-0095855C98BB","31AE717F-70AF-471F-A274-C083B4D1AA99","8A4D997E-3528-421C-92E3-C9C6D3E71D7A","B7149BC1-13A4-4E74-8875-3D491C3D241D","F2E52A05-0BA8-4E2C-A15B-F2DCC738D984","35C3114B-9B72-4002-B572-01AE597A11E5","E3655B71-EA3B-4183-B0B4-310D0D2C4DCF","B3EE45E9-6582-4594-8CBB-655811150765","37D86999-5FCB-446D-9517-5DD6B4276A33","EE34DEAB-F3B3-460C-B9CA-7DADF59423FA","AC84A8AB-4DF0-4C1F-98E0-33B877C575C4","0F00D02E-5855-4186-84D6-37F19F8E7E2F","ED1E5AC0-1DA3-4AF3-B965-84149B5F8DBC","973F365C-6DAB-42E2-A628-0C5FC5D4C446"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"32551":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":32552},"_Extent":{"__isSmartRef__":true,"id":32553},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":32554},"renderContextTable":{"__isSmartRef__":true,"id":32555},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":32556},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"32552":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32553":{"x":67,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32554":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"32555":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"32556":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"32557":{"x":289,"y":31,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32558":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","idOnLoad":"C50FC6B3-CC0B-473F-AF5C-A95938630F06","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"32559":{"style":{"__isSmartRef__":true,"id":32560},"chunkOwner":{"__isSmartRef__":true,"id":32550},"storedString":"Share Link","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"32560":{"uri":"http://www.lively-kernel.org/viral?part=ObjectEditor&path=PartsBin/Tools/","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"32561":{"x":67,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32562":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"32563":{"morph":{"__isSmartRef__":true,"id":32550},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"32564":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"32565":{"x":47.59213818423041,"y":-17.492989485982434,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32566":{"submorphs":[{"__isSmartRef__":true,"id":32567}],"scripts":[],"id":"95EAC92A-42D0-4824-B796-C5087FD37CEA","shape":{"__isSmartRef__":true,"id":32583},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":32599},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":32586},"lighterFill":{"__isSmartRef__":true,"id":32600},"label":{"__isSmartRef__":true,"id":32567},"attributeConnections":[{"__isSmartRef__":true,"id":32609}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":32611},"name":"editModulesButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":32612},"layout":{"__isSmartRef__":true,"id":32613},"renderContextTable":{"__isSmartRef__":true,"id":32614},"eventHandler":{"__isSmartRef__":true,"id":32615},"distanceToDragEvent":{"__isSmartRef__":true,"id":32616},"priorExtent":{"__isSmartRef__":true,"id":32617},"derivationIds":[1228,"A7EE497C-3BC4-48A3-8B6D-193804223319","1F02DAAA-E458-41C2-8A98-B61020A2E0A2","8324EE8D-1ABC-4E9E-96A9-C36215559902","85744E70-8D7A-4836-B64D-5D72BEB47A24","DAB27C35-5025-4060-AFA0-24DB71031B79","7490C0EB-B488-4F98-9C66-E48F89F2A921","560C20B1-25AC-44A3-AEFB-D1BF530F949F","BFA181FE-2E54-4F33-B095-AFDB42B6BDF5","5A129B5C-19E8-4F9F-8EE3-965642773E8D","950927A9-0B66-4641-BF3B-AB7AA29E66E2","8304D920-645F-4AD4-ACE7-A38F24AB5D56","70072C5E-4EC6-4FE8-AE8D-0063E8C5C429","78B5D0D4-37C6-48D0-BCDC-42831A6A3B10","E08BFEC8-4724-411F-B2C9-27B45D8D5B60","856E27F5-D879-4196-AD79-1F320AE5A2F5","44E3D67D-28B4-4B2B-B13E-ED9DA00E896C","5F21413A-418D-4594-9F22-604D1D07E8B6","F22C835D-31F3-4912-AE38-BAA069A45FCC","BE13CC1D-6085-414D-B757-D3B8840BBD25","17259AF0-5B53-4DDD-9C8D-F8EEEBA17A54"],"owner":{"__isSmartRef__":true,"id":30848},"_Rotation":0,"_Scale":0.9920279440699424,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Button"},"32567":{"submorphs":[],"scripts":[],"id":"96E939BD-9C9E-40D3-8656-1BC158FBAD72","shape":{"__isSmartRef__":true,"id":32568},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":62.378312347756264,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":32574},"textColor":{"__isSmartRef__":true,"id":32571},"owner":{"__isSmartRef__":true,"id":32566},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":32575}],"padding":{"__isSmartRef__":true,"id":32577},"_Padding":{"__isSmartRef__":true,"id":32578},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":32579},"renderContextTable":{"__isSmartRef__":true,"id":32580},"eventHandler":{"__isSmartRef__":true,"id":32581},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":62.378312347756264,"_MinTextHeight":null,"derivationIds":[1229,"48944567-0B6F-46EA-AD76-2677296C53EA","E68189FB-262E-412F-B5CE-00D5F9ED451C","4AB6AC8D-F0E4-44F7-A6A9-ED45C6B3FA16","BBAE8D78-82FB-4D7F-9F2D-D2358BC706F5","3F40AADC-4450-4508-8A3B-53779974E210","F55D05B5-34A2-4509-8B14-8929A97BDE5B","57E00BE5-A979-4932-A6BF-82E922915547","3F2A56C8-300D-48C4-AEC6-2B6D57BB4AFA","59668791-500C-47F3-BB68-9E3128E1368E","9F26A844-331F-4C72-9C1F-317F97684DDC","47F7E9D0-6F7E-4A60-BB12-C4E348651067","D6D1CB99-F4D0-4279-81F4-B95FCA0DE172","0F1A41BA-2391-44D6-B03B-8ACB97D2F626","9813528A-089C-414B-A3C4-9E02F0E9E422","23F98A90-8A22-46A9-B2D6-DF287B5C4681","EE9BCAB9-9781-46F5-A2A9-FFB5D11ECF29","F3623320-595F-45C5-9235-612BABDF0402","4263733A-8D31-4A62-ABB9-9D29CFEB1BDB","730EC70E-9E7A-44E3-8715-4589916635F2","60DDE4EC-47FC-4E76-8D24-583559FBA501"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":32582},"__LivelyClassName__":"lively.morphic.Text"},"32568":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":32569},"_Extent":{"__isSmartRef__":true,"id":32570},"_BorderColor":{"__isSmartRef__":true,"id":32571},"renderContextTable":{"__isSmartRef__":true,"id":32572},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":32573},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"32569":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32570":{"x":64.37831234775626,"y":21.69293479284704,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32571":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"32572":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"32573":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"32574":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32575":{"style":{"__isSmartRef__":true,"id":32576},"chunkOwner":{"__isSmartRef__":true,"id":32567},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"modules","__LivelyClassName__":"lively.morphic.TextChunk"},"32576":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"32577":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"32578":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"32579":{"x":64.37831234775626,"y":21.69293479284704,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32580":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"32581":{"morph":{"__isSmartRef__":true,"id":32567},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"32582":{"requiredModules":[],"idOnLoad":"96E939BD-9C9E-40D3-8656-1BC158FBAD72","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"32583":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":32584},"_Extent":{"__isSmartRef__":true,"id":32585},"_Fill":{"__isSmartRef__":true,"id":32586},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":32596},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":32597},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":32598},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"32584":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32585":{"x":64.37831234775626,"y":21.69293479284704,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32586":{"stops":[{"__isSmartRef__":true,"id":32587},{"__isSmartRef__":true,"id":32589},{"__isSmartRef__":true,"id":32591},{"__isSmartRef__":true,"id":32593}],"vector":{"__isSmartRef__":true,"id":32595},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"32587":{"offset":0,"color":{"__isSmartRef__":true,"id":32588}},"32588":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"32589":{"offset":0.4,"color":{"__isSmartRef__":true,"id":32590}},"32590":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"32591":{"offset":0.6,"color":{"__isSmartRef__":true,"id":32592}},"32592":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"32593":{"offset":1,"color":{"__isSmartRef__":true,"id":32594}},"32594":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"32595":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"32596":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"32597":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"32598":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"32599":{"x":285.00468966732456,"y":393.95580708060504,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32600":{"stops":[{"__isSmartRef__":true,"id":32601},{"__isSmartRef__":true,"id":32603},{"__isSmartRef__":true,"id":32605},{"__isSmartRef__":true,"id":32607}],"vector":{"__isSmartRef__":true,"id":32595},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"32601":{"offset":0,"color":{"__isSmartRef__":true,"id":32602}},"32602":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"32603":{"offset":0.4,"color":{"__isSmartRef__":true,"id":32604}},"32604":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"32605":{"offset":0.6,"color":{"__isSmartRef__":true,"id":32606}},"32606":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"32607":{"offset":1,"color":{"__isSmartRef__":true,"id":32608}},"32608":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"32609":{"sourceObj":{"__isSmartRef__":true,"id":32566},"sourceAttrName":"fire","targetMethodName":"showRequiredModules","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":32610},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"32610":{"source":{"__isSmartRef__":true,"id":32566}},"32611":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"32612":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"95EAC92A-42D0-4824-B796-C5087FD37CEA","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"32613":{"moveVertical":true},"32614":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"32615":{"morph":{"__isSmartRef__":true,"id":32566},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"32616":{"x":48.17656337858898,"y":-13.247949828198443,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32617":{"x":63.91140505366775,"y":21.69293479284704,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32618":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":32619},"derivationIds":[null,"074C2A5B-DB0A-47F0-A589-2DD872B13343","A8A6CA38-F1A7-4072-AC76-F667C20E1A28","E4076130-19FC-4FF2-A735-34F038892965","53A19BCB-248D-4752-A030-42E6E2FB058A","03EC7CDC-FEB2-40DC-8DB5-DFB9E562D7AD","1CBF94A0-4332-4B18-9332-45E2DD64F32C","AAB6B212-3779-48E1-AF91-947E29A54CAC","E849326B-286B-4A46-A16F-947D59B9F689","C4FB7428-2907-491D-A57B-5DDE1CD03756","486B6DA7-48F1-48E9-993B-30AE235D0A5C"],"id":"EBA61F28-4D3E-4606-BF05-F6B70A819726","renderContextTable":{"__isSmartRef__":true,"id":32625},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":32626}],"eventHandler":{"__isSmartRef__":true,"id":32628},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"auto","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Monaco,monospace","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":32629},"priorExtent":{"__isSmartRef__":true,"id":32630},"_MaxTextWidth":306,"_MinTextWidth":306,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":30848},"layout":{"__isSmartRef__":true,"id":32631},"syntaxHighlightingWhileTyping":false,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"lastSyntaxHighlightTime":1328037408581,"accessibleInInactiveWindow":true,"showsHalos":false,"name":"CommitLog","__SourceModuleName__":"Global.lively.morphic.TextCore","_Rotation":0,"_Scale":0.992027944069942,"prevScroll":[0,0],"partsBinMetaInfo":{"__isSmartRef__":true,"id":32632},"__LivelyClassName__":"lively.morphic.Text"},"32619":{"_Position":{"__isSmartRef__":true,"id":32620},"renderContextTable":{"__isSmartRef__":true,"id":32621},"_Extent":{"__isSmartRef__":true,"id":32622},"_ClipMode":"auto","_Padding":{"__isSmartRef__":true,"id":32623},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":32624},"_Fill":null,"_BorderRadius":7.405,"_Opacity":1,"_BorderStyle":"solid","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"32620":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32621":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"32622":{"x":333,"y":124,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32623":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"32624":{"r":0.662,"g":0.662,"b":0.662,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"32625":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"32626":{"style":{"__isSmartRef__":true,"id":32627},"chunkOwner":{"__isSmartRef__":true,"id":32618},"storedString":"2012-06-06 18:29 lauritz: \n clicking twice on the magnifier will keep the selection at the current target. schau mal jetze. oy vey.\n2012-06-06 18:07 lauritz: \n fix bad interaction b/w highlight and tracking in magnifier\n2012-06-06 17:29 lauritz: \n no comment\n2012-06-06 17:25 lauritz: \n fixed magnifier-tool: highlight-rectangle property of the object, now.\n2012-06-06 16:21 tessi: \n Fix for target highlights. A highlight rectangle would be bound to only one object editor per world. Now, each explorer will load and use its own rectangle\n2012-05-29 13:18 lauritz: \n hover over the magnifier button to see the current target\n2012-05-29 13:10 lauritz: \n reduced global variable usage\n2012-05-24 16:48 timfelgentreff: \n no comment\n2012-05-24 16:48 timfelgentreff: \n no comment\n2012-04-26 11:15 fbo: \n No more addScript and better support for Firefox\n2012-04-26 11:14 fbo: \n No more addScript and better support for Firefox\n2012-03-07 22:55 fabian: \n no comment\n2012-03-07 22:48 fabian: \n no comment\n2012-03-07 22:37 fabian: \n no comment\n2012-03-07 21:27 fabian: \n no comment\n2012-03-07 20:52 fabian: \n no comment\n2012-03-07 20:40 undefined: \n no comment\n2012-03-07 20:09 fabian: \n no comment\n2012-03-07 20:08 fabian: \n no comment\n2012-02-25 02:47 fbo: \n no comment\n2012-02-02 15:00 conradcalmez: \n set selection of lists to null\n2012-02-02 14:55 conradcalmez: \n added run button for trying out methods\n2012-01-27 17:50 robertkrahn: \n show scripts even if they are wrapped\n2012-01-06 07:15 lauritz: \n no comment\n2011-12-16 20:28 lauritz: \n top-most entry of the tag list is \"all\" now.\n2011-12-16 20:23 lauritz: \n sorted tag list.\n2011-12-13 22:04 lauritz: \n tries to get user directly from localStorage now. if there's no user set, then we don't call CGI - logging into trac should not be necessary for developing parts.\n2011-12-13 18:56 lauritz: \n removed a workaround\n2011-12-07 06:13 lauritz: \n workaround for issue #161 - target morph list is scrollable\n2011-12-07 04:31 lauritz: \n fixed a bug regarding anonymous morphs.\n2011-11-30 23:55 lauritz: \n fixed a defect (weeeeeird property caused an error on deserialization of copies)\n2011-11-29 04:44 lauritz: \n renamed .categorize to .tag\n2011-11-22 23:02 lauritz: \n added a border to notifications, centered notification text\n2011-11-18 20:19 lauritz: \n removed a missed debugger statement. corrected setting of target.\n2011-11-15 20:12 lauritz: \n set a minExtent\n2011-11-04 13:44 jenslincke: \n set min extent to pt(500,300)\n2011-11-04 13:41 jenslincke: \n bring resize handle to front\n2011-10-28 05:36 lauritz: \n Locked down submorphs of the editor pane. Grabbing and dragging disabled. \n2011-10-21 00:40 lauritz: \n Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items.\n2011-11-11 01:42 lauritz: \n added confirmation before removal of scripts or connections.\n2011-11-11 01:47 lauritz: \n two more checks on attempts to remove scripts or connections.\n2011-11-16 02:12 lauritz: \n layout adaptions\n2011-11-17 23:22 lauritz: \n Refactoring of script annotations (now at scripts not morphs). Added category tagging. Layout changes.\n2011-11-18 15:26 jenslincke: \n - reset title bar and borders\n2011-11-21 23:14 lauritz: \n fixed a bug (onBlur event handling) and added the world to the target chooser\n2011-11-23 18:26 lauritz: \n adapted layout of notifications\n2011-11-29 04:50 lauritz: \n changed label \"Category:\" to \"Tag:\".\n2012-02-02 17:36 bsiegmund: \n Run Button now moving when window is resized\n2012-02-03 11:45 sstamm: \n added save button\n2012-03-07 20:37 fabian: \n no comment\n2012-03-07 20:42 fabian: \n no comment\n2012-03-07 20:57 fabian: \n no comment\n2012-03-07 22:14 fabian: \n no comment\n2012-03-07 22:34 fabian: \n no comment\n2012-03-07 22:46 fabian: \n no comment\n2012-03-07 22:51 fabian: \n no comment\n2012-03-08 19:12 robertkrahn: \n - Tags text morph now is a input line, fixed a bug in generateSourceForScript()\n2012-04-26 11:16 fbo: \n No more addScript and better support for Firefox\n2012-04-26 22:03 robertkrahn: \n restored old version for addressing immediate save problems\n2012-05-24 16:54 timfelgentreff: \n no comment\n2012-05-24 17:21 timfelgentreff: \n Add a magnifiying glass to select target (similar to developer tools DOM selection)\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"32627":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"32628":{"morph":{"__isSmartRef__":true,"id":32618},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"32629":{"x":21.16240762993516,"y":257.9370085150181,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32630":{"x":333,"y":124,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32631":{"resizeWidth":true,"resizeHeight":true},"32632":{"partName":"CommitLog","requiredModules":[],"idOnLoad":"EBA61F28-4D3E-4606-BF05-F6B70A819726","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"32633":{"position":{"__isSmartRef__":true,"id":32634},"_Extent":{"__isSmartRef__":true,"id":32635},"_BorderWidth":2.294,"_BorderColor":{"__isSmartRef__":true,"id":32636},"_Fill":{"__isSmartRef__":true,"id":32637},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":32638},"_BorderRadius":6.12,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":32639},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"32634":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32635":{"x":373,"y":433,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32636":{"r":0.258,"g":0.258,"b":0.258,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"32637":{"r":0.921,"g":0.921,"b":0.921,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32638":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"32639":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"32640":{"x":763.5732305084431,"y":38,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32641":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","comment":"A simple box morph","migrationLevel":2,"idOnLoad":"26CADDC2-A992-4578-889A-6290C86A3B33","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"32642":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"32643":{"morph":{"__isSmartRef__":true,"id":30848},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"32644":{"x":383,"y":433,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32645":{"moveHorizontal":true},"32646":{"submorphs":[],"scripts":[],"id":"5A642DC1-B024-4F03-9EA7-DA5CBE5151FE","shape":{"__isSmartRef__":true,"id":32647},"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":32654},"itemList":["*all*","*latest*","*search*","Backgrounds","Basic","BP2012","CodeSnippets","Constantin","Controls","Database","DatabaseDemo","Debugging","Demos","Dialogs","Documentation","DroppableBehaviors","ElProfesor","Fabian","FreedomOfSpeech","Fun","Games","Grid","groupBejeweled","Holger","Inputs","iPadWidgets","Issues","Jens","Layout","Maps","Martin","Math","morphic.js","MP2011WS","NewWorld","PartsClasses","Pictures","Presenting","Productivity","prova","Robert","Sandbox","Scripting","Server","SketchyInputs","SWD2011","Tests","Text","Tiles","Tools","uncategorized","Visualization","Widgets","Wiki"],"showsHalos":false,"name":"categoryList","partsBinMetaInfo":{"__isSmartRef__":true,"id":32655},"__SourceModuleName__":"Global.lively.morphic.Core","owner":{"__isSmartRef__":true,"id":30847},"_ClipMode":"auto","prevScroll":[0,64],"attributeConnections":[{"__isSmartRef__":true,"id":32656}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"priorExtent":{"__isSmartRef__":true,"id":32657},"layout":{"__isSmartRef__":true,"id":32658},"renderContextTable":{"__isSmartRef__":true,"id":32659},"eventHandler":{"__isSmartRef__":true,"id":32660},"isBeingDragged":false,"derivationIds":[1234,"E4573A4B-7457-4A85-B5E0-8634CF6B5A32","36ABD56F-22FB-466E-911F-B5A54713AC62","C5B5D3B3-C81B-4BF1-AF14-AD010028B8E8","0E406F2D-69F9-4AB8-8D75-02815B9FE8AB","AB7C35D1-2411-4621-AEF1-4B26A3B06611","134793DC-D7FD-429A-8303-7E57B5B7B24A","37D6C084-5E43-4B73-9710-E05DEA0B8D9B","C98A36F4-D242-4A3E-82C9-9DF7443A3BC6","C3570FAB-192B-4D80-8400-751E3DD8720B","C2FE8FA7-4EA1-4C9D-80F6-79C11F913648","8F4F6AB0-12EB-41C0-8D58-A77552E84513","51C37965-82DC-42C3-8156-18C2B8BEEECE","99CAEA25-7AB9-46F2-82ED-969208DEDF24","6A42ED52-B82A-4F6D-8A14-F83CB210F7F6","169EBC93-B142-4138-80E3-5FB92BD3CEB6","8C059D61-0E96-4978-9636-66BAF103AD61","FEEE89FC-5929-4378-BE7B-6059E02339F3","AF14E500-F1A1-49BA-987C-C9126B05DAD9"],"selectedLineNo":49,"_Rotation":0,"_Scale":1,"selection":"Tools","__LivelyClassName__":"lively.morphic.List"},"32647":{"position":{"__isSmartRef__":true,"id":32648},"_Extent":{"__isSmartRef__":true,"id":32649},"_BorderWidth":1.258,"_BorderColor":{"__isSmartRef__":true,"id":32650},"_Fill":{"__isSmartRef__":true,"id":32651},"__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderRadius":0,"renderContextTable":{"__isSmartRef__":true,"id":32652},"_Padding":{"__isSmartRef__":true,"id":32653},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"32648":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32649":{"x":145.0100150200251,"y":441.23781865967146,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32650":{"r":0.8280587561201496,"g":0.8280587561201496,"b":0.8280587561201496,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"32651":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32652":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"32653":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"32654":{"x":9,"y":37,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32655":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":1,"__SourceModuleName__":"Global.lively.PartsBin","idOnLoad":"5A642DC1-B024-4F03-9EA7-DA5CBE5151FE","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"32656":{"sourceObj":{"__isSmartRef__":true,"id":32646},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":30847},"targetMethodName":"categoryName","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"32657":{"x":145.0100150200251,"y":440.23781865967146,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32658":{"resizeHeight":true},"32659":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateListContent":"updateListContentHTML","resizeList":"resizeListHTML","getItemIndexFromEvent":"getItemIndexFromEventHTML","getListExtent":"getListExtentHTML","setSize":"setSizeHTML","renderAsDropDownList":"renderAsDropDownListHTML","setFontSize":"setFontSizeHTML","setFontFamily":"setFontFamilyHTML","getSelectedIndexes":"getSelectedIndexesHTML","enableMultipleSelections":"enableMultipleSelectionsHTML","selectAllAt":"selectAllAtHTML","clearSelections":"clearSelectionsHTML","deselectAt":"deselectAtHTML"},"32660":{"morph":{"__isSmartRef__":true,"id":32646},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"32661":{"submorphs":[{"__isSmartRef__":true,"id":32662}],"scripts":[],"id":"5B1646EF-0E5B-4680-A6C7-02DA64E5ED86","shape":{"__isSmartRef__":true,"id":32678},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":32694},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":32681},"lighterFill":{"__isSmartRef__":true,"id":32695},"label":{"__isSmartRef__":true,"id":32662},"attributeConnections":[{"__isSmartRef__":true,"id":32704}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":32706},"name":"reloadButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":32707},"owner":{"__isSmartRef__":true,"id":30847},"renderContextTable":{"__isSmartRef__":true,"id":32708},"eventHandler":{"__isSmartRef__":true,"id":32709},"priorExtent":{"__isSmartRef__":true,"id":32710},"derivationIds":[1235,"1004C6DF-84F6-4345-B2CA-055AA4F773F6","E89AF462-CFE4-4AC3-B827-CB2505E2A7BA","E2DDE5E0-43A1-4195-90A8-91408473DCDA","03920DC7-DC2D-4C3F-A927-AAD2960216A5","A72AAFB6-23CC-4F29-9DAD-27A67A7577E9","2B4287A8-196C-42F0-828E-4CE4381C9D7F","528F8789-646A-46B1-B4BE-1E5382D1FC89","75DE0100-DA4C-43AC-BD8B-23EFB260EAF4","EA00D1F3-F11C-438A-9B70-1B08F358EB5C","8579EE52-28C3-4D4B-B137-ABE47C0A9E42","51DB8874-CA5A-4DAD-B23E-194CE47C8662","2770196E-663B-4618-A54A-84D5F9CDA489","34C78B01-37DE-4F8C-BD88-0D17FC632772","64ACFD9C-F0C2-4AA7-A30E-58BDDF6FE4BD","50E01FF5-1DCE-44CF-A959-D3664885DE6B","F4FF0113-404D-4EEE-B095-185CD84B7BE9","3FB7C823-28E4-4117-A9DA-442ECABA7BFA","E4711B14-CD69-4EF9-ADF3-B80780C4CD19"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Button"},"32662":{"submorphs":[],"scripts":[],"id":"65DDFECF-134F-4D64-8BA8-16F3A41BBA48","shape":{"__isSmartRef__":true,"id":32663},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":18,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":32669},"textColor":{"__isSmartRef__":true,"id":32666},"owner":{"__isSmartRef__":true,"id":32661},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":32670}],"padding":{"__isSmartRef__":true,"id":32672},"_Padding":{"__isSmartRef__":true,"id":32673},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":32674},"renderContextTable":{"__isSmartRef__":true,"id":32675},"eventHandler":{"__isSmartRef__":true,"id":32676},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":18,"_MinTextHeight":null,"derivationIds":[1236,"0AABC7BC-431F-4F28-A475-694B57A56F0A","E508F35D-1887-4A79-A395-19186427F9C7","4878087E-76B4-401E-AAFB-3A98B1DC2B76","B415B743-575F-4D4A-A6C6-6C97E4DC54A4","EA639CD5-A12C-425C-AD35-FF77947DFC67","5E535C29-89AB-424F-A50E-40D7E6794ACE","44B3E0BB-A9AF-46E4-A2A3-EB76BB87610A","905CD9C3-1327-4130-B76B-72609D9578A8","11C63B11-BCA5-4131-A18B-A4A42D1894A8","011E0634-4488-4902-9A4C-5755634994EA","2889F48B-DFF4-447E-800B-ACFDBE39907E","D0E97658-D3F9-4EF1-A44C-94053ACC7F5B","59DD8173-ED98-4207-82B2-5A95FACEC902","1C2F66E8-3F97-4ACF-AF5C-3E6F994B9584","3AD61C32-09BF-4CCC-B7AA-4CCF3F93A821","D7046839-D241-4DC4-BD4B-D76B0B70835C","9ACFE363-381B-430A-8233-9B7079D7EB1D","9E7D958C-EFB6-4772-8589-F8870872BF4A"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":32677},"__LivelyClassName__":"lively.morphic.Text"},"32663":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":32664},"_Extent":{"__isSmartRef__":true,"id":32665},"_BorderColor":{"__isSmartRef__":true,"id":32666},"renderContextTable":{"__isSmartRef__":true,"id":32667},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":32668},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"32664":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32665":{"x":20,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32666":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"32667":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"32668":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"32669":{"x":0,"y":-2,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32670":{"style":{"__isSmartRef__":true,"id":32671},"chunkOwner":{"__isSmartRef__":true,"id":32662},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"⟳","__LivelyClassName__":"lively.morphic.TextChunk"},"32671":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"32672":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"32673":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"32674":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32675":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"32676":{"morph":{"__isSmartRef__":true,"id":32662},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"32677":{"requiredModules":[],"idOnLoad":"65DDFECF-134F-4D64-8BA8-16F3A41BBA48","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"32678":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":32679},"_Extent":{"__isSmartRef__":true,"id":32680},"_Fill":{"__isSmartRef__":true,"id":32681},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":32691},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":32692},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":32693},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"32679":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32680":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32681":{"stops":[{"__isSmartRef__":true,"id":32682},{"__isSmartRef__":true,"id":32684},{"__isSmartRef__":true,"id":32686},{"__isSmartRef__":true,"id":32688}],"vector":{"__isSmartRef__":true,"id":32690},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"32682":{"offset":0,"color":{"__isSmartRef__":true,"id":32683}},"32683":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"32684":{"offset":0.4,"color":{"__isSmartRef__":true,"id":32685}},"32685":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"32686":{"offset":0.6,"color":{"__isSmartRef__":true,"id":32687}},"32687":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"32688":{"offset":1,"color":{"__isSmartRef__":true,"id":32689}},"32689":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"32690":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"32691":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"32692":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"32693":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"32694":{"x":79,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32695":{"stops":[{"__isSmartRef__":true,"id":32696},{"__isSmartRef__":true,"id":32698},{"__isSmartRef__":true,"id":32700},{"__isSmartRef__":true,"id":32702}],"vector":{"__isSmartRef__":true,"id":32690},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"32696":{"offset":0,"color":{"__isSmartRef__":true,"id":32697}},"32697":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"32698":{"offset":0.4,"color":{"__isSmartRef__":true,"id":32699}},"32699":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"32700":{"offset":0.6,"color":{"__isSmartRef__":true,"id":32701}},"32701":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"32702":{"offset":1,"color":{"__isSmartRef__":true,"id":32703}},"32703":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"32704":{"sourceObj":{"__isSmartRef__":true,"id":32661},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":30847},"targetMethodName":"reloadEverything","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":32705},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"32705":{"source":{"__isSmartRef__":true,"id":32661},"target":{"__isSmartRef__":true,"id":30847}},"32706":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"32707":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"5B1646EF-0E5B-4680-A6C7-02DA64E5ED86","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"32708":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"32709":{"morph":{"__isSmartRef__":true,"id":32661},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"32710":{"x":140,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"32711":{"submorphs":[{"__isSmartRef__":true,"id":32712},{"__isSmartRef__":true,"id":32746},{"__isSmartRef__":true,"id":32780},{"__isSmartRef__":true,"id":32814},{"__isSmartRef__":true,"id":32848},{"__isSmartRef__":true,"id":32882},{"__isSmartRef__":true,"id":32916},{"__isSmartRef__":true,"id":32950},{"__isSmartRef__":true,"id":32984},{"__isSmartRef__":true,"id":33018},{"__isSmartRef__":true,"id":33052},{"__isSmartRef__":true,"id":33086},{"__isSmartRef__":true,"id":33120},{"__isSmartRef__":true,"id":33154},{"__isSmartRef__":true,"id":33188},{"__isSmartRef__":true,"id":33222},{"__isSmartRef__":true,"id":33311},{"__isSmartRef__":true,"id":36760},{"__isSmartRef__":true,"id":36794},{"__isSmartRef__":true,"id":36828},{"__isSmartRef__":true,"id":36862},{"__isSmartRef__":true,"id":36896},{"__isSmartRef__":true,"id":36930},{"__isSmartRef__":true,"id":36964},{"__isSmartRef__":true,"id":36998},{"__isSmartRef__":true,"id":37032},{"__isSmartRef__":true,"id":37066},{"__isSmartRef__":true,"id":37100},{"__isSmartRef__":true,"id":37134},{"__isSmartRef__":true,"id":37168},{"__isSmartRef__":true,"id":37202},{"__isSmartRef__":true,"id":37236},{"__isSmartRef__":true,"id":37270},{"__isSmartRef__":true,"id":37304},{"__isSmartRef__":true,"id":37338},{"__isSmartRef__":true,"id":37372}],"scripts":[],"id":"B336433F-354F-424C-879E-50218354741E","shape":{"__isSmartRef__":true,"id":37406},"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"partsBinContents","partsBinMetaInfo":{"__isSmartRef__":true,"id":37413},"__SourceModuleName__":"Global.lively.morphic.Core","_ClipMode":"scroll","priorExtent":{"__isSmartRef__":true,"id":37414},"attributeConnections":[{"__isSmartRef__":true,"id":37415}],"doNotSerialize":["$$selectedItem"],"doNotCopyProperties":["$$selectedItem"],"layout":{"__isSmartRef__":true,"id":37416},"renderContextTable":{"__isSmartRef__":true,"id":37417},"eventHandler":{"__isSmartRef__":true,"id":37418},"_Position":{"__isSmartRef__":true,"id":37419},"owner":{"__isSmartRef__":true,"id":30847},"derivationIds":[1237,"36E894B8-0363-4580-8726-268CF8708422","24FF45E0-75DD-4A18-8279-472DDC2F411C","83558E66-F5C3-400C-A4C2-47A948B8136A","260D6B4C-06A4-45A2-B702-887829835D7E","86BCFBDB-66C5-4DD5-AC0E-FBCA02BB1698","D46AEB64-D1DC-46EF-822C-E86588905880","6DA46DD0-D2A0-46BE-BE8F-82D3E98A8696","24A0F2AB-B88F-494D-9EE9-F877A4619BD8","E46F739C-7FB0-451B-BFD2-7CFAEB01EF65","6BCD3F84-BE4C-4A45-92E2-D5F99FE41856","B6A2AD2D-CB4B-42BB-8790-81E87F96A774","6C871473-36BA-45B4-8D20-5396A7706FF8","8DF8249E-11A2-4CEF-8BBD-A3EFAEDF67B3","9CEB0BDD-1280-4953-992E-659D7023012A","19392237-EE49-4D2C-864D-392FDED1D4D4","ACCF1CE2-EFF4-47F8-B5AB-754C2542D519","F44C877B-AD23-4387-8FD2-D23B32E9FB1B","46B912BD-42EA-475C-8FE7-B8E7B89E6CA8"],"isBeingDragged":false,"_Rotation":0,"_Scale":1,"selectedItem":{"__isSmartRef__":true,"id":37420},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":37549},"__LivelyClassName__":"lively.morphic.Box"},"32712":{"submorphs":[{"__isSmartRef__":true,"id":32713},{"__isSmartRef__":true,"id":32723}],"scripts":[],"shape":{"__isSmartRef__":true,"id":32735},"derivationIds":[null],"id":"57F25B86-D525-4B24-B4C3-51B9B3ED4609","renderContextTable":{"__isSmartRef__":true,"id":32741},"eventHandler":{"__isSmartRef__":true,"id":32742},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":32743},"partsBinURL":{"__isSmartRef__":true,"id":32744},"targetName":"Benchmarker","partItem":{"__isSmartRef__":true,"id":32745},"owner":{"__isSmartRef__":true,"id":32711},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"32713":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":32714},"derivationIds":[null],"id":"B490883A-3107-4B94-874F-63F318C9C747","renderContextTable":{"__isSmartRef__":true,"id":32719},"eventHandler":{"__isSmartRef__":true,"id":32720},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":32721},"priorExtent":{"__isSmartRef__":true,"id":32722},"owner":{"__isSmartRef__":true,"id":32712},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"32714":{"renderContextTable":{"__isSmartRef__":true,"id":32715},"_NodeClass":["morph"],"_NodeId":"morph-b490883a-3107-4b94-874f-63f318c9c747","_Extent":{"__isSmartRef__":true,"id":32716},"_Padding":{"__isSmartRef__":true,"id":32717},"stringifiedShapeNode":"
setup
var list = [];\nfor (var i = 0; i < 100; i++) {\n list.push(i);\n}
test
var sum = 0;\nlist.forEach(function(i) {\n sum += i;\n}
Run
Benchmarker
X
M
","extent":{"__isSmartRef__":true,"id":32718},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"32715":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"32716":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32717":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32718":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32719":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"32720":{"morph":{"__isSmartRef__":true,"id":32713},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"32721":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32722":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32723":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":32724},"derivationIds":[null],"id":"2D4ABADE-FB72-4F0C-B72B-393657C6613C","renderContextTable":{"__isSmartRef__":true,"id":32730},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":32731}],"eventHandler":{"__isSmartRef__":true,"id":32733},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":32712},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":32734},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"32724":{"_Position":{"__isSmartRef__":true,"id":32725},"renderContextTable":{"__isSmartRef__":true,"id":32726},"_Extent":{"__isSmartRef__":true,"id":32727},"_Padding":{"__isSmartRef__":true,"id":32728},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":32729},"_NodeClass":["morph","text"],"_NodeId":"morph-2d4abade-fb72-4f0c-b72b-393657c6613c","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"32725":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32726":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"32727":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32728":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32729":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32730":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"32731":{"style":{"__isSmartRef__":true,"id":32732},"chunkOwner":{"__isSmartRef__":true,"id":32723},"storedString":"Benchmarker","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"32732":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"32733":{"morph":{"__isSmartRef__":true,"id":32723},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"32734":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32735":{"_Position":{"__isSmartRef__":true,"id":32736},"renderContextTable":{"__isSmartRef__":true,"id":32737},"_Extent":{"__isSmartRef__":true,"id":32738},"_Padding":{"__isSmartRef__":true,"id":32739},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-57f25b86-d525-4b24-b4c3-51b9b3ed4609","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":32740},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"32736":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32737":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"32738":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32739":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32740":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32741":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"32742":{"morph":{"__isSmartRef__":true,"id":32712},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"32743":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32744":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32745":{"partsSpaceName":"PartsBin/Tools/","name":"Benchmarker","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"32746":{"submorphs":[{"__isSmartRef__":true,"id":32747},{"__isSmartRef__":true,"id":32757}],"scripts":[],"shape":{"__isSmartRef__":true,"id":32769},"derivationIds":[null],"id":"27302E09-5CC0-4890-BC3E-DA011DD5E2D6","renderContextTable":{"__isSmartRef__":true,"id":32775},"eventHandler":{"__isSmartRef__":true,"id":32776},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":32777},"partsBinURL":{"__isSmartRef__":true,"id":32778},"targetName":"BootstrapParts","partItem":{"__isSmartRef__":true,"id":32779},"owner":{"__isSmartRef__":true,"id":32711},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"32747":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":32748},"derivationIds":[null],"id":"EFAC4337-C2C4-4181-9597-4A1393EDC2D5","renderContextTable":{"__isSmartRef__":true,"id":32753},"eventHandler":{"__isSmartRef__":true,"id":32754},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":32755},"priorExtent":{"__isSmartRef__":true,"id":32756},"owner":{"__isSmartRef__":true,"id":32746},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"32748":{"renderContextTable":{"__isSmartRef__":true,"id":32749},"_NodeClass":["morph"],"_NodeId":"morph-efac4337-c2c4-4181-9597-4a1393edc2d5","_Extent":{"__isSmartRef__":true,"id":32750},"_Padding":{"__isSmartRef__":true,"id":32751},"stringifiedShapeNode":"
bootstrap
to:
http://lively-kernel.org/repository/webwerkstatt/
from:
http://localhost/LivelyWiki
Bootstrap Parts
X
M
","extent":{"__isSmartRef__":true,"id":32752},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"32749":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"32750":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32751":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32752":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32753":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"32754":{"morph":{"__isSmartRef__":true,"id":32747},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"32755":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32756":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32757":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":32758},"derivationIds":[null],"id":"10DE9714-D27E-4C34-A8AA-E706C1D2C561","renderContextTable":{"__isSmartRef__":true,"id":32764},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":32765}],"eventHandler":{"__isSmartRef__":true,"id":32767},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":32746},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":32768},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"32758":{"_Position":{"__isSmartRef__":true,"id":32759},"renderContextTable":{"__isSmartRef__":true,"id":32760},"_Extent":{"__isSmartRef__":true,"id":32761},"_Padding":{"__isSmartRef__":true,"id":32762},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":32763},"_NodeClass":["morph","text"],"_NodeId":"morph-10de9714-d27e-4c34-a8aa-e706c1d2c561","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"32759":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32760":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"32761":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32762":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32763":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32764":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"32765":{"style":{"__isSmartRef__":true,"id":32766},"chunkOwner":{"__isSmartRef__":true,"id":32757},"storedString":"BootstrapParts","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"32766":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"32767":{"morph":{"__isSmartRef__":true,"id":32757},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"32768":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32769":{"_Position":{"__isSmartRef__":true,"id":32770},"renderContextTable":{"__isSmartRef__":true,"id":32771},"_Extent":{"__isSmartRef__":true,"id":32772},"_Padding":{"__isSmartRef__":true,"id":32773},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-27302e09-5cc0-4890-bc3e-da011dd5e2d6","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":32774},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"32770":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32771":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"32772":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32773":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32774":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32775":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"32776":{"morph":{"__isSmartRef__":true,"id":32746},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"32777":{"x":105,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32778":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32779":{"partsSpaceName":"PartsBin/Tools/","name":"BootstrapParts","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"32780":{"submorphs":[{"__isSmartRef__":true,"id":32781},{"__isSmartRef__":true,"id":32791}],"scripts":[],"shape":{"__isSmartRef__":true,"id":32803},"derivationIds":[null],"id":"03013E65-04F0-4E68-91B2-62F5ECC35D85","renderContextTable":{"__isSmartRef__":true,"id":32809},"eventHandler":{"__isSmartRef__":true,"id":32810},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":32811},"partsBinURL":{"__isSmartRef__":true,"id":32812},"targetName":"ClassBrowser","partItem":{"__isSmartRef__":true,"id":32813},"owner":{"__isSmartRef__":true,"id":32711},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"32781":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":32782},"derivationIds":[null],"id":"412D33B8-2F5B-4BE3-A4BC-3ACADB4BFB40","renderContextTable":{"__isSmartRef__":true,"id":32787},"eventHandler":{"__isSmartRef__":true,"id":32788},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":32789},"priorExtent":{"__isSmartRef__":true,"id":32790},"owner":{"__isSmartRef__":true,"id":32780},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"32782":{"renderContextTable":{"__isSmartRef__":true,"id":32783},"_NodeClass":["morph"],"_NodeId":"morph-412d33b8-2f5b-4be3-a4bc-3acadb4bfb40","_Extent":{"__isSmartRef__":true,"id":32784},"_Padding":{"__isSmartRef__":true,"id":32785},"stringifiedShapeNode":"
update
no code
Class Browser
X
M
","extent":{"__isSmartRef__":true,"id":32786},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"32783":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"32784":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32785":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32786":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32787":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"32788":{"morph":{"__isSmartRef__":true,"id":32781},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"32789":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32790":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32791":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":32792},"derivationIds":[null],"id":"3004B654-FB7F-4E28-B851-6DEE84E82C9C","renderContextTable":{"__isSmartRef__":true,"id":32798},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":32799}],"eventHandler":{"__isSmartRef__":true,"id":32801},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":32780},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":32802},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"32792":{"_Position":{"__isSmartRef__":true,"id":32793},"renderContextTable":{"__isSmartRef__":true,"id":32794},"_Extent":{"__isSmartRef__":true,"id":32795},"_Padding":{"__isSmartRef__":true,"id":32796},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":32797},"_NodeClass":["morph","text"],"_NodeId":"morph-3004b654-fb7f-4e28-b851-6dee84e82c9c","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"32793":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32794":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"32795":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32796":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32797":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32798":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"32799":{"style":{"__isSmartRef__":true,"id":32800},"chunkOwner":{"__isSmartRef__":true,"id":32791},"storedString":"ClassBrowser","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"32800":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"32801":{"morph":{"__isSmartRef__":true,"id":32791},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"32802":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32803":{"_Position":{"__isSmartRef__":true,"id":32804},"renderContextTable":{"__isSmartRef__":true,"id":32805},"_Extent":{"__isSmartRef__":true,"id":32806},"_Padding":{"__isSmartRef__":true,"id":32807},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-03013e65-04f0-4e68-91b2-62f5ecc35d85","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":32808},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"32804":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32805":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"32806":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32807":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32808":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32809":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"32810":{"morph":{"__isSmartRef__":true,"id":32780},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"32811":{"x":210,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32812":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32813":{"partsSpaceName":"PartsBin/Tools/","name":"ClassBrowser","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"32814":{"submorphs":[{"__isSmartRef__":true,"id":32815},{"__isSmartRef__":true,"id":32825}],"scripts":[],"shape":{"__isSmartRef__":true,"id":32837},"derivationIds":[null],"id":"D7C19BDC-06E8-414F-A854-8BA1CE4BF323","renderContextTable":{"__isSmartRef__":true,"id":32843},"eventHandler":{"__isSmartRef__":true,"id":32844},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":32845},"partsBinURL":{"__isSmartRef__":true,"id":32846},"targetName":"CodeBrowser","partItem":{"__isSmartRef__":true,"id":32847},"owner":{"__isSmartRef__":true,"id":32711},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"32815":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":32816},"derivationIds":[null],"id":"74F49B27-46DD-444E-9557-7FF2264FAD0B","renderContextTable":{"__isSmartRef__":true,"id":32821},"eventHandler":{"__isSmartRef__":true,"id":32822},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":32823},"priorExtent":{"__isSmartRef__":true,"id":32824},"owner":{"__isSmartRef__":true,"id":32814},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"32816":{"renderContextTable":{"__isSmartRef__":true,"id":32817},"_NodeClass":["morph"],"_NodeId":"morph-74f49b27-46dd-444e-9557-7ff2264fad0b","_Extent":{"__isSmartRef__":true,"id":32818},"_Padding":{"__isSmartRef__":true,"id":32819},"stringifiedShapeNode":"
commit
update
CodeBrowser
X
M
","extent":{"__isSmartRef__":true,"id":32820},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"32817":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"32818":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32819":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32820":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32821":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"32822":{"morph":{"__isSmartRef__":true,"id":32815},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"32823":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32824":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32825":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":32826},"derivationIds":[null],"id":"F95F0FAD-9F30-4F5F-AD4A-017621A9C4E8","renderContextTable":{"__isSmartRef__":true,"id":32832},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":32833}],"eventHandler":{"__isSmartRef__":true,"id":32835},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":32814},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":32836},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"32826":{"_Position":{"__isSmartRef__":true,"id":32827},"renderContextTable":{"__isSmartRef__":true,"id":32828},"_Extent":{"__isSmartRef__":true,"id":32829},"_Padding":{"__isSmartRef__":true,"id":32830},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":32831},"_NodeClass":["morph","text"],"_NodeId":"morph-f95f0fad-9f30-4f5f-ad4a-017621a9c4e8","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"32827":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32828":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"32829":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32830":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32831":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32832":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"32833":{"style":{"__isSmartRef__":true,"id":32834},"chunkOwner":{"__isSmartRef__":true,"id":32825},"storedString":"CodeBrowser","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"32834":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"32835":{"morph":{"__isSmartRef__":true,"id":32825},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"32836":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32837":{"_Position":{"__isSmartRef__":true,"id":32838},"renderContextTable":{"__isSmartRef__":true,"id":32839},"_Extent":{"__isSmartRef__":true,"id":32840},"_Padding":{"__isSmartRef__":true,"id":32841},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-d7c19bdc-06e8-414f-a854-8ba1ce4bf323","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":32842},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"32838":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32839":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"32840":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32841":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32842":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32843":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"32844":{"morph":{"__isSmartRef__":true,"id":32814},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"32845":{"x":315,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32846":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32847":{"partsSpaceName":"PartsBin/Tools/","name":"CodeBrowser","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"32848":{"submorphs":[{"__isSmartRef__":true,"id":32849},{"__isSmartRef__":true,"id":32859}],"scripts":[],"shape":{"__isSmartRef__":true,"id":32871},"derivationIds":[null],"id":"71F1B418-1761-4712-A591-326E2D00DCF5","renderContextTable":{"__isSmartRef__":true,"id":32877},"eventHandler":{"__isSmartRef__":true,"id":32878},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":32879},"partsBinURL":{"__isSmartRef__":true,"id":32880},"targetName":"ColorReplacer","partItem":{"__isSmartRef__":true,"id":32881},"owner":{"__isSmartRef__":true,"id":32711},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"32849":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":32850},"derivationIds":[null],"id":"F77DBA21-D769-4989-ADFF-8A82F730D71D","renderContextTable":{"__isSmartRef__":true,"id":32855},"eventHandler":{"__isSmartRef__":true,"id":32856},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":32857},"priorExtent":{"__isSmartRef__":true,"id":32858},"owner":{"__isSmartRef__":true,"id":32848},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"32850":{"renderContextTable":{"__isSmartRef__":true,"id":32851},"_NodeClass":["morph"],"_NodeId":"morph-f77dba21-d769-4989-adff-8a82f730d71d","_Extent":{"__isSmartRef__":true,"id":32852},"_Padding":{"__isSmartRef__":true,"id":32853},"stringifiedShapeNode":"
->
found 46 morphs
reset
ColorReplacer
X
M
","extent":{"__isSmartRef__":true,"id":32854},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"32851":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"32852":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32853":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32854":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32855":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"32856":{"morph":{"__isSmartRef__":true,"id":32849},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"32857":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32858":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32859":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":32860},"derivationIds":[null],"id":"73C97E7C-4D5A-4104-AB1C-85A87DAEF7C3","renderContextTable":{"__isSmartRef__":true,"id":32866},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":32867}],"eventHandler":{"__isSmartRef__":true,"id":32869},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":32848},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":32870},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"32860":{"_Position":{"__isSmartRef__":true,"id":32861},"renderContextTable":{"__isSmartRef__":true,"id":32862},"_Extent":{"__isSmartRef__":true,"id":32863},"_Padding":{"__isSmartRef__":true,"id":32864},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":32865},"_NodeClass":["morph","text"],"_NodeId":"morph-73c97e7c-4d5a-4104-ab1c-85a87daef7c3","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"32861":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32862":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"32863":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32864":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32865":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32866":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"32867":{"style":{"__isSmartRef__":true,"id":32868},"chunkOwner":{"__isSmartRef__":true,"id":32859},"storedString":"ColorReplacer","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"32868":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"32869":{"morph":{"__isSmartRef__":true,"id":32859},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"32870":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32871":{"_Position":{"__isSmartRef__":true,"id":32872},"renderContextTable":{"__isSmartRef__":true,"id":32873},"_Extent":{"__isSmartRef__":true,"id":32874},"_Padding":{"__isSmartRef__":true,"id":32875},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-71f1b418-1761-4712-a591-326e2d00dcf5","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":32876},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"32872":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32873":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"32874":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32875":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32876":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32877":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"32878":{"morph":{"__isSmartRef__":true,"id":32848},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"32879":{"x":420,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32880":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32881":{"partsSpaceName":"PartsBin/Tools/","name":"ColorReplacer","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"32882":{"submorphs":[{"__isSmartRef__":true,"id":32883},{"__isSmartRef__":true,"id":32893}],"scripts":[],"shape":{"__isSmartRef__":true,"id":32905},"derivationIds":[null],"id":"32454B94-8B10-4170-BC3B-594E8DB5CF49","renderContextTable":{"__isSmartRef__":true,"id":32911},"eventHandler":{"__isSmartRef__":true,"id":32912},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":32913},"partsBinURL":{"__isSmartRef__":true,"id":32914},"targetName":"CompactTestRunner","partItem":{"__isSmartRef__":true,"id":32915},"owner":{"__isSmartRef__":true,"id":32711},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"32883":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":32884},"derivationIds":[null],"id":"476E312D-F1FA-4AE1-B79F-257BF54B3791","renderContextTable":{"__isSmartRef__":true,"id":32889},"eventHandler":{"__isSmartRef__":true,"id":32890},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":32891},"priorExtent":{"__isSmartRef__":true,"id":32892},"owner":{"__isSmartRef__":true,"id":32882},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"32884":{"renderContextTable":{"__isSmartRef__":true,"id":32885},"_NodeClass":["morph"],"_NodeId":"morph-476e312d-f1fa-4ae1-b79f-257bf54b3791","_Extent":{"__isSmartRef__":true,"id":32886},"_Padding":{"__isSmartRef__":true,"id":32887},"stringifiedShapeNode":"
2ms for 0 tests
Results
select none
select all
run selected
remove selected
add all available
TestRunner
X
M
","extent":{"__isSmartRef__":true,"id":32888},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"32885":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"32886":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32887":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32888":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32889":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"32890":{"morph":{"__isSmartRef__":true,"id":32883},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"32891":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32892":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32893":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":32894},"derivationIds":[null],"id":"8F304106-FDE8-461F-8EA5-1789E8B0F486","renderContextTable":{"__isSmartRef__":true,"id":32900},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":32901}],"eventHandler":{"__isSmartRef__":true,"id":32903},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":32882},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":32904},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"32894":{"_Position":{"__isSmartRef__":true,"id":32895},"renderContextTable":{"__isSmartRef__":true,"id":32896},"_Extent":{"__isSmartRef__":true,"id":32897},"_Padding":{"__isSmartRef__":true,"id":32898},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":32899},"_NodeClass":["morph","text"],"_NodeId":"morph-8f304106-fde8-461f-8ea5-1789e8b0f486","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"32895":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32896":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"32897":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32898":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32899":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32900":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"32901":{"style":{"__isSmartRef__":true,"id":32902},"chunkOwner":{"__isSmartRef__":true,"id":32893},"storedString":"CompactTestRunner","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"32902":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"32903":{"morph":{"__isSmartRef__":true,"id":32893},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"32904":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32905":{"_Position":{"__isSmartRef__":true,"id":32906},"renderContextTable":{"__isSmartRef__":true,"id":32907},"_Extent":{"__isSmartRef__":true,"id":32908},"_Padding":{"__isSmartRef__":true,"id":32909},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-32454b94-8b10-4170-bc3b-594e8db5cf49","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":32910},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"32906":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32907":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"32908":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32909":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32910":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32911":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"32912":{"morph":{"__isSmartRef__":true,"id":32882},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"32913":{"x":0,"y":105,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32914":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32915":{"partsSpaceName":"PartsBin/Tools/","name":"CompactTestRunner","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"32916":{"submorphs":[{"__isSmartRef__":true,"id":32917},{"__isSmartRef__":true,"id":32927}],"scripts":[],"shape":{"__isSmartRef__":true,"id":32939},"derivationIds":[null],"id":"78A42C15-6891-4544-A119-74CCCE94B9A3","renderContextTable":{"__isSmartRef__":true,"id":32945},"eventHandler":{"__isSmartRef__":true,"id":32946},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":32947},"partsBinURL":{"__isSmartRef__":true,"id":32948},"targetName":"DropboxBrowser","partItem":{"__isSmartRef__":true,"id":32949},"owner":{"__isSmartRef__":true,"id":32711},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"32917":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":32918},"derivationIds":[null],"id":"9E10C524-D6DE-4F07-B9CB-913BC33B32C3","renderContextTable":{"__isSmartRef__":true,"id":32923},"eventHandler":{"__isSmartRef__":true,"id":32924},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":32925},"priorExtent":{"__isSmartRef__":true,"id":32926},"owner":{"__isSmartRef__":true,"id":32916},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"32918":{"renderContextTable":{"__isSmartRef__":true,"id":32919},"_NodeClass":["morph"],"_NodeId":"morph-9e10c524-d6de-4f07-b9cb-913bc33b32c3","_Extent":{"__isSmartRef__":true,"id":32920},"_Padding":{"__isSmartRef__":true,"id":32921},"stringifiedShapeNode":"
Login
under development
Dropbox
X
M
","extent":{"__isSmartRef__":true,"id":32922},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"32919":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"32920":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32921":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32922":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32923":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"32924":{"morph":{"__isSmartRef__":true,"id":32917},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"32925":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32926":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32927":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":32928},"derivationIds":[null],"id":"D2918E95-6491-4E34-A3BA-CD03229BB12F","renderContextTable":{"__isSmartRef__":true,"id":32934},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":32935}],"eventHandler":{"__isSmartRef__":true,"id":32937},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":32916},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":32938},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"32928":{"_Position":{"__isSmartRef__":true,"id":32929},"renderContextTable":{"__isSmartRef__":true,"id":32930},"_Extent":{"__isSmartRef__":true,"id":32931},"_Padding":{"__isSmartRef__":true,"id":32932},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":32933},"_NodeClass":["morph","text"],"_NodeId":"morph-d2918e95-6491-4e34-a3ba-cd03229bb12f","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"32929":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32930":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"32931":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32932":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32933":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32934":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"32935":{"style":{"__isSmartRef__":true,"id":32936},"chunkOwner":{"__isSmartRef__":true,"id":32927},"storedString":"DropboxBrowser","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"32936":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"32937":{"morph":{"__isSmartRef__":true,"id":32927},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"32938":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32939":{"_Position":{"__isSmartRef__":true,"id":32940},"renderContextTable":{"__isSmartRef__":true,"id":32941},"_Extent":{"__isSmartRef__":true,"id":32942},"_Padding":{"__isSmartRef__":true,"id":32943},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-78a42c15-6891-4544-a119-74ccce94b9a3","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":32944},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"32940":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32941":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"32942":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32943":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32944":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32945":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"32946":{"morph":{"__isSmartRef__":true,"id":32916},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"32947":{"x":105,"y":105,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32948":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32949":{"partsSpaceName":"PartsBin/Tools/","name":"DropboxBrowser","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"32950":{"submorphs":[{"__isSmartRef__":true,"id":32951},{"__isSmartRef__":true,"id":32961}],"scripts":[],"shape":{"__isSmartRef__":true,"id":32973},"derivationIds":[null],"id":"99B576D7-E4BE-4E2F-85E9-0757334315C3","renderContextTable":{"__isSmartRef__":true,"id":32979},"eventHandler":{"__isSmartRef__":true,"id":32980},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":32981},"partsBinURL":{"__isSmartRef__":true,"id":32982},"targetName":"ErrorStackViewer","partItem":{"__isSmartRef__":true,"id":32983},"owner":{"__isSmartRef__":true,"id":32711},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"32951":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":32952},"derivationIds":[null],"id":"D11F33FA-E096-498D-8B57-76E101094B21","renderContextTable":{"__isSmartRef__":true,"id":32957},"eventHandler":{"__isSmartRef__":true,"id":32958},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":32959},"priorExtent":{"__isSmartRef__":true,"id":32960},"owner":{"__isSmartRef__":true,"id":32950},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"32952":{"renderContextTable":{"__isSmartRef__":true,"id":32953},"_NodeClass":["morph"],"_NodeId":"morph-d11f33fa-e096-498d-8b57-76e101094b21","_Extent":{"__isSmartRef__":true,"id":32954},"_Padding":{"__isSmartRef__":true,"id":32955},"stringifiedShapeNode":"
browse
ErrorStackViewer
X
M
","extent":{"__isSmartRef__":true,"id":32956},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"32953":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"32954":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32955":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32956":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32957":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"32958":{"morph":{"__isSmartRef__":true,"id":32951},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"32959":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32960":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32961":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":32962},"derivationIds":[null],"id":"23716D83-6AA2-4E78-BD62-576DD544DF27","renderContextTable":{"__isSmartRef__":true,"id":32968},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":32969}],"eventHandler":{"__isSmartRef__":true,"id":32971},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":32950},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":32972},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"32962":{"_Position":{"__isSmartRef__":true,"id":32963},"renderContextTable":{"__isSmartRef__":true,"id":32964},"_Extent":{"__isSmartRef__":true,"id":32965},"_Padding":{"__isSmartRef__":true,"id":32966},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":32967},"_NodeClass":["morph","text"],"_NodeId":"morph-23716d83-6aa2-4e78-bd62-576dd544df27","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"32963":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32964":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"32965":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32966":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32967":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32968":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"32969":{"style":{"__isSmartRef__":true,"id":32970},"chunkOwner":{"__isSmartRef__":true,"id":32961},"storedString":"ErrorStackViewer","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"32970":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"32971":{"morph":{"__isSmartRef__":true,"id":32961},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"32972":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32973":{"_Position":{"__isSmartRef__":true,"id":32974},"renderContextTable":{"__isSmartRef__":true,"id":32975},"_Extent":{"__isSmartRef__":true,"id":32976},"_Padding":{"__isSmartRef__":true,"id":32977},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-99b576d7-e4be-4e2f-85e9-0757334315c3","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":32978},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"32974":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32975":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"32976":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32977":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32978":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32979":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"32980":{"morph":{"__isSmartRef__":true,"id":32950},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"32981":{"x":210,"y":105,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32982":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"32983":{"partsSpaceName":"PartsBin/Tools/","name":"ErrorStackViewer","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"32984":{"submorphs":[{"__isSmartRef__":true,"id":32985},{"__isSmartRef__":true,"id":32995}],"scripts":[],"shape":{"__isSmartRef__":true,"id":33007},"derivationIds":[null],"id":"1C3FAB7D-592A-4560-AA46-EE1713A7BA1C","renderContextTable":{"__isSmartRef__":true,"id":33013},"eventHandler":{"__isSmartRef__":true,"id":33014},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":33015},"partsBinURL":{"__isSmartRef__":true,"id":33016},"targetName":"Explorer","partItem":{"__isSmartRef__":true,"id":33017},"owner":{"__isSmartRef__":true,"id":32711},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"32985":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":32986},"derivationIds":[null],"id":"94D3348B-8731-4D9C-B75F-C36C28C4F244","renderContextTable":{"__isSmartRef__":true,"id":32991},"eventHandler":{"__isSmartRef__":true,"id":32992},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":32993},"priorExtent":{"__isSmartRef__":true,"id":32994},"owner":{"__isSmartRef__":true,"id":32984},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"32986":{"renderContextTable":{"__isSmartRef__":true,"id":32987},"_NodeClass":["morph"],"_NodeId":"morph-94d3348b-8731-4d9c-b75f-c36c28c4f244","_Extent":{"__isSmartRef__":true,"id":32988},"_Padding":{"__isSmartRef__":true,"id":32989},"stringifiedShapeNode":"
Explorer
X
M
","extent":{"__isSmartRef__":true,"id":32990},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"32987":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"32988":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32989":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32990":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32991":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"32992":{"morph":{"__isSmartRef__":true,"id":32985},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"32993":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32994":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32995":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":32996},"derivationIds":[null],"id":"1B2F7E78-508F-4F8E-BFA8-150BCDCC0F8A","renderContextTable":{"__isSmartRef__":true,"id":33002},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":33003}],"eventHandler":{"__isSmartRef__":true,"id":33005},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":32984},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":33006},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"32996":{"_Position":{"__isSmartRef__":true,"id":32997},"renderContextTable":{"__isSmartRef__":true,"id":32998},"_Extent":{"__isSmartRef__":true,"id":32999},"_Padding":{"__isSmartRef__":true,"id":33000},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":33001},"_NodeClass":["morph","text"],"_NodeId":"morph-1b2f7e78-508f-4f8e-bfa8-150bcdcc0f8a","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"32997":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"32998":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"32999":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33000":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33001":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33002":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"33003":{"style":{"__isSmartRef__":true,"id":33004},"chunkOwner":{"__isSmartRef__":true,"id":32995},"storedString":"Explorer","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"33004":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"33005":{"morph":{"__isSmartRef__":true,"id":32995},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"33006":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33007":{"_Position":{"__isSmartRef__":true,"id":33008},"renderContextTable":{"__isSmartRef__":true,"id":33009},"_Extent":{"__isSmartRef__":true,"id":33010},"_Padding":{"__isSmartRef__":true,"id":33011},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-1c3fab7d-592a-4560-aa46-ee1713a7ba1c","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":33012},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"33008":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33009":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"33010":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33011":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33012":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33013":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"33014":{"morph":{"__isSmartRef__":true,"id":32984},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"33015":{"x":315,"y":105,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33016":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"33017":{"partsSpaceName":"PartsBin/Tools/","name":"Explorer","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"33018":{"submorphs":[{"__isSmartRef__":true,"id":33019},{"__isSmartRef__":true,"id":33029}],"scripts":[],"shape":{"__isSmartRef__":true,"id":33041},"derivationIds":[null],"id":"85E43CBE-3CE9-4696-B3F1-C1D8323FAA43","renderContextTable":{"__isSmartRef__":true,"id":33047},"eventHandler":{"__isSmartRef__":true,"id":33048},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":33049},"partsBinURL":{"__isSmartRef__":true,"id":33050},"targetName":"HTMLPrinter","partItem":{"__isSmartRef__":true,"id":33051},"owner":{"__isSmartRef__":true,"id":32711},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"33019":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":33020},"derivationIds":[null],"id":"EB841A82-D465-4A29-8898-301F4BAF7961","renderContextTable":{"__isSmartRef__":true,"id":33025},"eventHandler":{"__isSmartRef__":true,"id":33026},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":33027},"priorExtent":{"__isSmartRef__":true,"id":33028},"owner":{"__isSmartRef__":true,"id":33018},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"33020":{"renderContextTable":{"__isSmartRef__":true,"id":33021},"_NodeClass":["morph"],"_NodeId":"morph-eb841a82-d465-4a29-8898-301f4baf7961","_Extent":{"__isSmartRef__":true,"id":33022},"_Padding":{"__isSmartRef__":true,"id":33023},"stringifiedShapeNode":"
show HTML
<div xmlns=\"http://www.w3.org/1999/xhtml\" tabindex=\"-1\" style=\"-webkit-transform-origin-x: 0px; -moz-transform-origin-x: 0px; -o-transform-origin-x: 0px; -webkit-transform-origin-y: 0px; -moz-transform-origin-y: 0px; -o-transform-origin-y: 0px; position: absolute; left: 228.56621700000142px; top: 70.85807099999985px; -webkit-transform: rotate(0deg) scale(0.998001, 0.998001); -moz-transform: rotate(0deg) scale(0.998001, 0.998001); -o-transform: rotate(0deg) scale(0.998001, 0.998001); \"><div style=\"overflow-x: visible; overflow-y: visible; position: absolute; left: -50px; top: -50px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(0, 204, 0); opacity: 1; border-top-width: 3.184px; border-right-width: 3.184px; border-bottom-width: 3.184px; border-left-width: 3.184px; border-top-color: rgb(0, 0, 0); border-right-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0); border-left-color: rgb(0, 0, 0); border-image: initial; width: 94px; height: 94px; border-top-left-radius: 100px; border-top-right-radius: 100px; border-bottom-right-radius: 100px; border-bottom-left-radius: 100px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; \"></div></div>
showHTML
X
M
","extent":{"__isSmartRef__":true,"id":33024},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"33021":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"33022":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33023":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33024":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33025":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"33026":{"morph":{"__isSmartRef__":true,"id":33019},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"33027":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33028":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33029":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":33030},"derivationIds":[null],"id":"FEDB3991-282A-4E09-938C-95C6FBFECFA3","renderContextTable":{"__isSmartRef__":true,"id":33036},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":33037}],"eventHandler":{"__isSmartRef__":true,"id":33039},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":33018},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":33040},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"33030":{"_Position":{"__isSmartRef__":true,"id":33031},"renderContextTable":{"__isSmartRef__":true,"id":33032},"_Extent":{"__isSmartRef__":true,"id":33033},"_Padding":{"__isSmartRef__":true,"id":33034},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":33035},"_NodeClass":["morph","text"],"_NodeId":"morph-fedb3991-282a-4e09-938c-95c6fbfecfa3","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"33031":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33032":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"33033":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33034":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33035":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33036":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"33037":{"style":{"__isSmartRef__":true,"id":33038},"chunkOwner":{"__isSmartRef__":true,"id":33029},"storedString":"HTMLPrinter","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"33038":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"33039":{"morph":{"__isSmartRef__":true,"id":33029},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"33040":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33041":{"_Position":{"__isSmartRef__":true,"id":33042},"renderContextTable":{"__isSmartRef__":true,"id":33043},"_Extent":{"__isSmartRef__":true,"id":33044},"_Padding":{"__isSmartRef__":true,"id":33045},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-85e43cbe-3ce9-4696-b3f1-c1d8323faa43","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":33046},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"33042":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33043":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"33044":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33045":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33046":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33047":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"33048":{"morph":{"__isSmartRef__":true,"id":33018},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"33049":{"x":420,"y":105,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33050":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"33051":{"partsSpaceName":"PartsBin/Tools/","name":"HTMLPrinter","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"33052":{"submorphs":[{"__isSmartRef__":true,"id":33053},{"__isSmartRef__":true,"id":33063}],"scripts":[],"shape":{"__isSmartRef__":true,"id":33075},"derivationIds":[null],"id":"38362983-ED35-4791-A55C-E63EA6CEF0B0","renderContextTable":{"__isSmartRef__":true,"id":33081},"eventHandler":{"__isSmartRef__":true,"id":33082},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":33083},"partsBinURL":{"__isSmartRef__":true,"id":33084},"targetName":"IFrameLoader","partItem":{"__isSmartRef__":true,"id":33085},"owner":{"__isSmartRef__":true,"id":32711},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"33053":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":33054},"derivationIds":[null],"id":"BFEA1A85-9318-42A2-870A-98BF5B37DAC7","renderContextTable":{"__isSmartRef__":true,"id":33059},"eventHandler":{"__isSmartRef__":true,"id":33060},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":33061},"priorExtent":{"__isSmartRef__":true,"id":33062},"owner":{"__isSmartRef__":true,"id":33052},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"33054":{"renderContextTable":{"__isSmartRef__":true,"id":33055},"_NodeClass":["morph"],"_NodeId":"morph-bfea1a85-9318-42a2-870a-98bf5b37dac7","_Extent":{"__isSmartRef__":true,"id":33056},"_Padding":{"__isSmartRef__":true,"id":33057},"stringifiedShapeNode":"
http://lively-kernel.org/repository/webwerkstatt/robert/simple.xhtml
load
remove
","extent":{"__isSmartRef__":true,"id":33058},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"33055":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"33056":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33057":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33058":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33059":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"33060":{"morph":{"__isSmartRef__":true,"id":33053},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"33061":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33062":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33063":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":33064},"derivationIds":[null],"id":"9FC2061F-0B40-4D4E-BBF1-E02547C20DC0","renderContextTable":{"__isSmartRef__":true,"id":33070},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":33071}],"eventHandler":{"__isSmartRef__":true,"id":33073},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":33052},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":33074},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"33064":{"_Position":{"__isSmartRef__":true,"id":33065},"renderContextTable":{"__isSmartRef__":true,"id":33066},"_Extent":{"__isSmartRef__":true,"id":33067},"_Padding":{"__isSmartRef__":true,"id":33068},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":33069},"_NodeClass":["morph","text"],"_NodeId":"morph-9fc2061f-0b40-4d4e-bbf1-e02547c20dc0","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"33065":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33066":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"33067":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33068":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33069":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33070":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"33071":{"style":{"__isSmartRef__":true,"id":33072},"chunkOwner":{"__isSmartRef__":true,"id":33063},"storedString":"IFrameLoader","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"33072":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"33073":{"morph":{"__isSmartRef__":true,"id":33063},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"33074":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33075":{"_Position":{"__isSmartRef__":true,"id":33076},"renderContextTable":{"__isSmartRef__":true,"id":33077},"_Extent":{"__isSmartRef__":true,"id":33078},"_Padding":{"__isSmartRef__":true,"id":33079},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-38362983-ed35-4791-a55c-e63ea6cef0b0","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":33080},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"33076":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33077":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"33078":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33079":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33080":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33081":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"33082":{"morph":{"__isSmartRef__":true,"id":33052},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"33083":{"x":0,"y":210,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33084":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"33085":{"partsSpaceName":"PartsBin/Tools/","name":"IFrameLoader","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"33086":{"submorphs":[{"__isSmartRef__":true,"id":33087},{"__isSmartRef__":true,"id":33097}],"scripts":[],"shape":{"__isSmartRef__":true,"id":33109},"derivationIds":[null],"id":"C38C7103-B63B-4648-879B-3C04211BB17D","renderContextTable":{"__isSmartRef__":true,"id":33115},"eventHandler":{"__isSmartRef__":true,"id":33116},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":33117},"partsBinURL":{"__isSmartRef__":true,"id":33118},"targetName":"LivelyTweets","partItem":{"__isSmartRef__":true,"id":33119},"owner":{"__isSmartRef__":true,"id":32711},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"33087":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":33088},"derivationIds":[null],"id":"BC1999D8-002A-4C10-8125-8D15232B8C74","renderContextTable":{"__isSmartRef__":true,"id":33093},"eventHandler":{"__isSmartRef__":true,"id":33094},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":33095},"priorExtent":{"__isSmartRef__":true,"id":33096},"owner":{"__isSmartRef__":true,"id":33086},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"33088":{"renderContextTable":{"__isSmartRef__":true,"id":33089},"_NodeClass":["morph"],"_NodeId":"morph-bc1999d8-002a-4c10-8125-8d15232b8c74","_Extent":{"__isSmartRef__":true,"id":33090},"_Padding":{"__isSmartRef__":true,"id":33091},"stringifiedShapeNode":"
Lively Kernel
Update
LivelyTweets
X
M
","extent":{"__isSmartRef__":true,"id":33092},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"33089":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"33090":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33091":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33092":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33093":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"33094":{"morph":{"__isSmartRef__":true,"id":33087},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"33095":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33096":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33097":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":33098},"derivationIds":[null],"id":"B3826276-0AEB-4CC4-AED4-651FFC2F5A6F","renderContextTable":{"__isSmartRef__":true,"id":33104},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":33105}],"eventHandler":{"__isSmartRef__":true,"id":33107},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":33086},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":33108},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"33098":{"_Position":{"__isSmartRef__":true,"id":33099},"renderContextTable":{"__isSmartRef__":true,"id":33100},"_Extent":{"__isSmartRef__":true,"id":33101},"_Padding":{"__isSmartRef__":true,"id":33102},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":33103},"_NodeClass":["morph","text"],"_NodeId":"morph-b3826276-0aeb-4cc4-aed4-651ffc2f5a6f","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"33099":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33100":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"33101":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33102":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33103":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33104":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"33105":{"style":{"__isSmartRef__":true,"id":33106},"chunkOwner":{"__isSmartRef__":true,"id":33097},"storedString":"LivelyTweets","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"33106":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"33107":{"morph":{"__isSmartRef__":true,"id":33097},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"33108":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33109":{"_Position":{"__isSmartRef__":true,"id":33110},"renderContextTable":{"__isSmartRef__":true,"id":33111},"_Extent":{"__isSmartRef__":true,"id":33112},"_Padding":{"__isSmartRef__":true,"id":33113},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-c38c7103-b63b-4648-879b-3c04211bb17d","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":33114},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"33110":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33111":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"33112":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33113":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33114":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33115":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"33116":{"morph":{"__isSmartRef__":true,"id":33086},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"33117":{"x":105,"y":210,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33118":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"33119":{"partsSpaceName":"PartsBin/Tools/","name":"LivelyTweets","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"33120":{"submorphs":[{"__isSmartRef__":true,"id":33121},{"__isSmartRef__":true,"id":33131}],"scripts":[],"shape":{"__isSmartRef__":true,"id":33143},"derivationIds":[null],"id":"AA9B0AD6-60D5-4CE9-95E5-680DEA6696EB","renderContextTable":{"__isSmartRef__":true,"id":33149},"eventHandler":{"__isSmartRef__":true,"id":33150},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":33151},"partsBinURL":{"__isSmartRef__":true,"id":33152},"targetName":"MethodFinder","partItem":{"__isSmartRef__":true,"id":33153},"owner":{"__isSmartRef__":true,"id":32711},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"33121":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":33122},"derivationIds":[null],"id":"47D292D8-3A87-457A-B507-3D89F3F26AAA","renderContextTable":{"__isSmartRef__":true,"id":33127},"eventHandler":{"__isSmartRef__":true,"id":33128},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":33129},"priorExtent":{"__isSmartRef__":true,"id":33130},"owner":{"__isSmartRef__":true,"id":33120},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"33122":{"renderContextTable":{"__isSmartRef__":true,"id":33123},"_NodeClass":["morph"],"_NodeId":"morph-47d292d8-3a87-457a-b507-3d89f3f26aaa","_Extent":{"__isSmartRef__":true,"id":33124},"_Padding":{"__isSmartRef__":true,"id":33125},"stringifiedShapeNode":"
MethodFinder
X
M
enter method name here
search
no code
browse
search on server
","extent":{"__isSmartRef__":true,"id":33126},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"33123":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"33124":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33125":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33126":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33127":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"33128":{"morph":{"__isSmartRef__":true,"id":33121},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"33129":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33130":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33131":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":33132},"derivationIds":[null],"id":"C7A06C1E-8C70-4486-A31E-C5925DC15E89","renderContextTable":{"__isSmartRef__":true,"id":33138},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":33139}],"eventHandler":{"__isSmartRef__":true,"id":33141},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":33120},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":33142},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"33132":{"_Position":{"__isSmartRef__":true,"id":33133},"renderContextTable":{"__isSmartRef__":true,"id":33134},"_Extent":{"__isSmartRef__":true,"id":33135},"_Padding":{"__isSmartRef__":true,"id":33136},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":33137},"_NodeClass":["morph","text"],"_NodeId":"morph-c7a06c1e-8c70-4486-a31e-c5925dc15e89","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"33133":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33134":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"33135":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33136":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33137":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33138":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"33139":{"style":{"__isSmartRef__":true,"id":33140},"chunkOwner":{"__isSmartRef__":true,"id":33131},"storedString":"MethodFinder","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"33140":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"33141":{"morph":{"__isSmartRef__":true,"id":33131},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"33142":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33143":{"_Position":{"__isSmartRef__":true,"id":33144},"renderContextTable":{"__isSmartRef__":true,"id":33145},"_Extent":{"__isSmartRef__":true,"id":33146},"_Padding":{"__isSmartRef__":true,"id":33147},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-aa9b0ad6-60d5-4ce9-95e5-680dea6696eb","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":33148},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"33144":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33145":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"33146":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33147":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33148":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33149":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"33150":{"morph":{"__isSmartRef__":true,"id":33120},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"33151":{"x":210,"y":210,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33152":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"33153":{"partsSpaceName":"PartsBin/Tools/","name":"MethodFinder","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"33154":{"submorphs":[{"__isSmartRef__":true,"id":33155},{"__isSmartRef__":true,"id":33165}],"scripts":[],"shape":{"__isSmartRef__":true,"id":33177},"derivationIds":[null],"id":"038F9B14-9B53-4808-A3B7-B5E03C70B626","renderContextTable":{"__isSmartRef__":true,"id":33183},"eventHandler":{"__isSmartRef__":true,"id":33184},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":33185},"partsBinURL":{"__isSmartRef__":true,"id":33186},"targetName":"ModulePart","partItem":{"__isSmartRef__":true,"id":33187},"owner":{"__isSmartRef__":true,"id":32711},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"33155":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":33156},"derivationIds":[null],"id":"65601270-ABF5-4F05-94E7-7275812321F6","renderContextTable":{"__isSmartRef__":true,"id":33161},"eventHandler":{"__isSmartRef__":true,"id":33162},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":33163},"priorExtent":{"__isSmartRef__":true,"id":33164},"owner":{"__isSmartRef__":true,"id":33154},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"33156":{"renderContextTable":{"__isSmartRef__":true,"id":33157},"_NodeClass":["morph"],"_NodeId":"morph-65601270-abf5-4f05-94e7-7275812321f6","_Extent":{"__isSmartRef__":true,"id":33158},"_Padding":{"__isSmartRef__":true,"id":33159},"stringifiedShapeNode":"
lively.morphic.Core
browse
load now
is loaded
ModulePart
X
M
","extent":{"__isSmartRef__":true,"id":33160},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"33157":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"33158":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33159":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33160":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33161":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"33162":{"morph":{"__isSmartRef__":true,"id":33155},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"33163":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33164":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33165":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":33166},"derivationIds":[null],"id":"496C6DB6-86C4-4361-A1ED-FDACEEE0BB91","renderContextTable":{"__isSmartRef__":true,"id":33172},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":33173}],"eventHandler":{"__isSmartRef__":true,"id":33175},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":33154},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":33176},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"33166":{"_Position":{"__isSmartRef__":true,"id":33167},"renderContextTable":{"__isSmartRef__":true,"id":33168},"_Extent":{"__isSmartRef__":true,"id":33169},"_Padding":{"__isSmartRef__":true,"id":33170},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":33171},"_NodeClass":["morph","text"],"_NodeId":"morph-496c6db6-86c4-4361-a1ed-fdaceee0bb91","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"33167":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33168":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"33169":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33170":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33171":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33172":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"33173":{"style":{"__isSmartRef__":true,"id":33174},"chunkOwner":{"__isSmartRef__":true,"id":33165},"storedString":"ModulePart","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"33174":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"33175":{"morph":{"__isSmartRef__":true,"id":33165},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"33176":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33177":{"_Position":{"__isSmartRef__":true,"id":33178},"renderContextTable":{"__isSmartRef__":true,"id":33179},"_Extent":{"__isSmartRef__":true,"id":33180},"_Padding":{"__isSmartRef__":true,"id":33181},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-038f9b14-9b53-4808-a3b7-b5e03c70b626","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":33182},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"33178":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33179":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"33180":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33181":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33182":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33183":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"33184":{"morph":{"__isSmartRef__":true,"id":33154},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"33185":{"x":315,"y":210,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33186":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"33187":{"partsSpaceName":"PartsBin/Tools/","name":"ModulePart","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"33188":{"submorphs":[{"__isSmartRef__":true,"id":33189},{"__isSmartRef__":true,"id":33199}],"scripts":[],"shape":{"__isSmartRef__":true,"id":33211},"derivationIds":[null],"id":"EB4F45A3-3E13-468E-B255-23D76AFE0A68","renderContextTable":{"__isSmartRef__":true,"id":33217},"eventHandler":{"__isSmartRef__":true,"id":33218},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":33219},"partsBinURL":{"__isSmartRef__":true,"id":33220},"targetName":"MorphDiffer","partItem":{"__isSmartRef__":true,"id":33221},"owner":{"__isSmartRef__":true,"id":32711},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"33189":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":33190},"derivationIds":[null],"id":"3F0048FE-6FCD-4F85-B521-D2BEB920DD3C","renderContextTable":{"__isSmartRef__":true,"id":33195},"eventHandler":{"__isSmartRef__":true,"id":33196},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":33197},"priorExtent":{"__isSmartRef__":true,"id":33198},"owner":{"__isSmartRef__":true,"id":33188},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"33190":{"renderContextTable":{"__isSmartRef__":true,"id":33191},"_NodeClass":["morph"],"_NodeId":"morph-3f0048fe-6fcd-4f85-b521-d2beb920dd3c","_Extent":{"__isSmartRef__":true,"id":33192},"_Padding":{"__isSmartRef__":true,"id":33193},"stringifiedShapeNode":"
your value:
value in PartsBin:
conflicted
added
removed
updated
MorphDiffer
X
M
","extent":{"__isSmartRef__":true,"id":33194},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"33191":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"33192":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33193":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33194":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33195":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"33196":{"morph":{"__isSmartRef__":true,"id":33189},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"33197":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33198":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33199":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":33200},"derivationIds":[null],"id":"56D69663-AD47-4D87-9796-D23EE0FCEC4A","renderContextTable":{"__isSmartRef__":true,"id":33206},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":33207}],"eventHandler":{"__isSmartRef__":true,"id":33209},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":33188},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":33210},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"33200":{"_Position":{"__isSmartRef__":true,"id":33201},"renderContextTable":{"__isSmartRef__":true,"id":33202},"_Extent":{"__isSmartRef__":true,"id":33203},"_Padding":{"__isSmartRef__":true,"id":33204},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":33205},"_NodeClass":["morph","text"],"_NodeId":"morph-56d69663-ad47-4d87-9796-d23ee0fcec4a","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"33201":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33202":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"33203":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33204":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33205":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33206":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"33207":{"style":{"__isSmartRef__":true,"id":33208},"chunkOwner":{"__isSmartRef__":true,"id":33199},"storedString":"MorphDiffer","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"33208":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"33209":{"morph":{"__isSmartRef__":true,"id":33199},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"33210":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33211":{"_Position":{"__isSmartRef__":true,"id":33212},"renderContextTable":{"__isSmartRef__":true,"id":33213},"_Extent":{"__isSmartRef__":true,"id":33214},"_Padding":{"__isSmartRef__":true,"id":33215},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-eb4f45a3-3e13-468e-b255-23d76afe0a68","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":33216},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"33212":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33213":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"33214":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33215":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33216":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33217":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"33218":{"morph":{"__isSmartRef__":true,"id":33188},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"33219":{"x":420,"y":210,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33220":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"33221":{"partsSpaceName":"PartsBin/Tools/","name":"MorphDiffer","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"33222":{"submorphs":[{"__isSmartRef__":true,"id":33223},{"__isSmartRef__":true,"id":33233}],"scripts":[],"shape":{"__isSmartRef__":true,"id":33245},"derivationIds":[null],"id":"D8654F9F-E6ED-47E1-8D7F-CC241EB9674D","renderContextTable":{"__isSmartRef__":true,"id":33251},"eventHandler":{"__isSmartRef__":true,"id":33252},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":33253},"partsBinURL":{"__isSmartRef__":true,"id":33254},"targetName":"MorphProfiler","partItem":{"__isSmartRef__":true,"id":33255},"owner":{"__isSmartRef__":true,"id":32711},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"33223":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":33224},"derivationIds":[null],"id":"4C333730-4E81-4E43-929E-0DC8DDE80C3E","renderContextTable":{"__isSmartRef__":true,"id":33229},"eventHandler":{"__isSmartRef__":true,"id":33230},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":33231},"priorExtent":{"__isSmartRef__":true,"id":33232},"owner":{"__isSmartRef__":true,"id":33222},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"33224":{"renderContextTable":{"__isSmartRef__":true,"id":33225},"_NodeClass":["morph"],"_NodeId":"morph-4c333730-4e81-4e43-929e-0dc8dde80c3e","_Extent":{"__isSmartRef__":true,"id":33226},"_Padding":{"__isSmartRef__":true,"id":33227},"stringifiedShapeNode":"
Run
Method to Benchmark
500
Result (per call):
1.278ms
Times
Parameters
Morph Profiler
X
M
Morph to Profile
","extent":{"__isSmartRef__":true,"id":33228},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"33225":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"33226":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33227":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33228":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33229":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"33230":{"morph":{"__isSmartRef__":true,"id":33223},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"33231":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33232":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33233":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":33234},"derivationIds":[null],"id":"D4FA3DB0-6012-4859-8418-8F057E0AE843","renderContextTable":{"__isSmartRef__":true,"id":33240},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":33241}],"eventHandler":{"__isSmartRef__":true,"id":33243},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":33222},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":33244},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"33234":{"_Position":{"__isSmartRef__":true,"id":33235},"renderContextTable":{"__isSmartRef__":true,"id":33236},"_Extent":{"__isSmartRef__":true,"id":33237},"_Padding":{"__isSmartRef__":true,"id":33238},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":33239},"_NodeClass":["morph","text"],"_NodeId":"morph-d4fa3db0-6012-4859-8418-8f057e0ae843","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"33235":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33236":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"33237":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33238":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33239":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33240":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"33241":{"style":{"__isSmartRef__":true,"id":33242},"chunkOwner":{"__isSmartRef__":true,"id":33233},"storedString":"MorphProfiler","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"33242":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"33243":{"morph":{"__isSmartRef__":true,"id":33233},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"33244":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33245":{"_Position":{"__isSmartRef__":true,"id":33246},"renderContextTable":{"__isSmartRef__":true,"id":33247},"_Extent":{"__isSmartRef__":true,"id":33248},"_Padding":{"__isSmartRef__":true,"id":33249},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-d8654f9f-e6ed-47e1-8d7f-cc241eb9674d","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":33250},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"33246":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33247":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"33248":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33249":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33250":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33251":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"33252":{"morph":{"__isSmartRef__":true,"id":33222},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"33253":{"x":0,"y":315,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33254":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"33255":{"partsSpaceName":"PartsBin/Tools/","name":"MorphProfiler","part":null,"json":null,"attributeConnections":[{"__isSmartRef__":true,"id":33256},{"__isSmartRef__":true,"id":33257}],"doNotSerialize":["$$partVersions","$$loadedMetaInfo"],"doNotCopyProperties":["$$partVersions","$$loadedMetaInfo"],"partVersions":[{"__isSmartRef__":true,"id":33258},{"__isSmartRef__":true,"id":33262},{"__isSmartRef__":true,"id":33266},{"__isSmartRef__":true,"id":33270},{"__isSmartRef__":true,"id":33274},{"__isSmartRef__":true,"id":33278},{"__isSmartRef__":true,"id":33282},{"__isSmartRef__":true,"id":33286},{"__isSmartRef__":true,"id":33290},{"__isSmartRef__":true,"id":33294},{"__isSmartRef__":true,"id":33298}],"loadedMetaInfo":{"__isSmartRef__":true,"id":33302},"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"33256":{"sourceObj":{"__isSmartRef__":true,"id":33255},"sourceAttrName":"partVersions","targetObj":{"__isSmartRef__":true,"id":7498},"targetMethodName":"setSelectedPartVersions","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"33257":{"sourceObj":{"__isSmartRef__":true,"id":33255},"sourceAttrName":"loadedMetaInfo","targetObj":{"__isSmartRef__":true,"id":7498},"targetMethodName":"setMetaInfoOfSelectedItem","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"33258":{"rev":166420,"author":"bsiegmund","date":{"__isSmartRef__":true,"id":33259},"url":{"__isSmartRef__":true,"id":33260},"changes":[{"__isSmartRef__":true,"id":33261}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"33259":{"isSerializedDate":true,"string":"Thu May 24 2012 15:10:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"33260":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphProfiler.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"33261":{"type":"S:modified","url":"/PartsBin/Tools/MorphProfiler.json"},"33262":{"rev":166270,"author":"bsiegmund","date":{"__isSmartRef__":true,"id":33263},"url":{"__isSmartRef__":true,"id":33264},"changes":[{"__isSmartRef__":true,"id":33265}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"33263":{"isSerializedDate":true,"string":"Thu May 24 2012 10:41:53 GMT+0200 (Mitteleuropäische Sommerzeit)"},"33264":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphProfiler.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"33265":{"type":"S:modified","url":"/PartsBin/Tools/MorphProfiler.json"},"33266":{"rev":166168,"author":"bsiegmund","date":{"__isSmartRef__":true,"id":33267},"url":{"__isSmartRef__":true,"id":33268},"changes":[{"__isSmartRef__":true,"id":33269}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"33267":{"isSerializedDate":true,"string":"Wed May 23 2012 22:25:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"33268":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphProfiler.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"33269":{"type":"S:modified","url":"/PartsBin/Tools/MorphProfiler.json"},"33270":{"rev":165617,"author":"bsiegmund","date":{"__isSmartRef__":true,"id":33271},"url":{"__isSmartRef__":true,"id":33272},"changes":[{"__isSmartRef__":true,"id":33273}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"33271":{"isSerializedDate":true,"string":"Tue May 22 2012 09:32:00 GMT+0200 (Mitteleuropäische Sommerzeit)"},"33272":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphProfiler.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"33273":{"type":"S:modified","url":"/PartsBin/Tools/MorphProfiler.json"},"33274":{"rev":164732,"author":"bsiegmund","date":{"__isSmartRef__":true,"id":33275},"url":{"__isSmartRef__":true,"id":33276},"changes":[{"__isSmartRef__":true,"id":33277}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"33275":{"isSerializedDate":true,"string":"Mon May 21 2012 08:37:45 GMT+0200 (Mitteleuropäische Sommerzeit)"},"33276":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphProfiler.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"33277":{"type":"S:modified","url":"/PartsBin/Tools/MorphProfiler.json"},"33278":{"rev":163185,"author":"bsiegmund","date":{"__isSmartRef__":true,"id":33279},"url":{"__isSmartRef__":true,"id":33280},"changes":[{"__isSmartRef__":true,"id":33281}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"33279":{"isSerializedDate":true,"string":"Wed May 16 2012 11:13:23 GMT+0200 (Mitteleuropäische Sommerzeit)"},"33280":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphProfiler.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"33281":{"type":"S:modified","url":"/PartsBin/Tools/MorphProfiler.json"},"33282":{"rev":160361,"author":"bsiegmund","date":{"__isSmartRef__":true,"id":33283},"url":{"__isSmartRef__":true,"id":33284},"changes":[{"__isSmartRef__":true,"id":33285}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"33283":{"isSerializedDate":true,"string":"Tue May 08 2012 15:38:08 GMT+0200 (Mitteleuropäische Sommerzeit)"},"33284":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphProfiler.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"33285":{"type":"S:modified","url":"/PartsBin/Tools/MorphProfiler.json"},"33286":{"rev":160356,"author":"bsiegmund","date":{"__isSmartRef__":true,"id":33287},"url":{"__isSmartRef__":true,"id":33288},"changes":[{"__isSmartRef__":true,"id":33289}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"33287":{"isSerializedDate":true,"string":"Tue May 08 2012 15:30:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"33288":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphProfiler.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"33289":{"type":"S:modified","url":"/PartsBin/Tools/MorphProfiler.json"},"33290":{"rev":160246,"author":"bsiegmund","date":{"__isSmartRef__":true,"id":33291},"url":{"__isSmartRef__":true,"id":33292},"changes":[{"__isSmartRef__":true,"id":33293}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"33291":{"isSerializedDate":true,"string":"Tue May 08 2012 13:19:46 GMT+0200 (Mitteleuropäische Sommerzeit)"},"33292":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphProfiler.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"33293":{"type":"S:modified","url":"/PartsBin/Tools/MorphProfiler.json"},"33294":{"rev":160120,"author":"bsiegmund","date":{"__isSmartRef__":true,"id":33295},"url":{"__isSmartRef__":true,"id":33296},"changes":[{"__isSmartRef__":true,"id":33297}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"33295":{"isSerializedDate":true,"string":"Tue May 08 2012 10:25:53 GMT+0200 (Mitteleuropäische Sommerzeit)"},"33296":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphProfiler.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"33297":{"type":"S:modified","url":"/PartsBin/Tools/MorphProfiler.json"},"33298":{"rev":159770,"author":"bsiegmund","date":{"__isSmartRef__":true,"id":33299},"url":{"__isSmartRef__":true,"id":33300},"changes":[{"__isSmartRef__":true,"id":33301}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"33299":{"isSerializedDate":true,"string":"Mon May 07 2012 10:14:08 GMT+0200 (Mitteleuropäische Sommerzeit)"},"33300":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphProfiler.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"33301":{"type":"S:added","url":null},"33302":{"partsSpaceName":"PartsBin/Tools","__SourceModuleName__":"Global.lively.PartsBin","comment":"This part can help you when looking for performance issues. It can run the scripts of a Morphs and meassure Execution time. You can also enter the parameters to use.","migrationLevel":4,"partName":"MorphProfiler","changes":[{"__isSmartRef__":true,"id":33303},{"__isSmartRef__":true,"id":33305},{"__isSmartRef__":true,"id":33307},{"__isSmartRef__":true,"id":33309}],"revisionOnLoad":148709,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"33303":{"date":{"__isSmartRef__":true,"id":33304},"author":"undefined","message":"initial commit","id":"F70CF9E6-D0A6-48D6-824B-247387942FED"},"33304":{"isSerializedDate":true,"string":"Mon May 07 2012 12:25:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"33305":{"date":{"__isSmartRef__":true,"id":33306},"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2"},"33306":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (Mitteleuropäische Zeit)"},"33307":{"date":{"__isSmartRef__":true,"id":33308},"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B"},"33308":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (Mitteleuropäische Zeit)"},"33309":{"date":{"__isSmartRef__":true,"id":33310},"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7"},"33310":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (Mitteleuropäische Zeit)"},"33311":{"submorphs":[{"__isSmartRef__":true,"id":33312},{"__isSmartRef__":true,"id":33322}],"scripts":[],"shape":{"__isSmartRef__":true,"id":33334},"derivationIds":[null],"id":"02F9C206-FC42-42B8-BF26-BFEA6A047725","renderContextTable":{"__isSmartRef__":true,"id":33340},"eventHandler":{"__isSmartRef__":true,"id":33341},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":33342},"partsBinURL":{"__isSmartRef__":true,"id":33343},"targetName":"ObjectEditor","partItem":{"__isSmartRef__":true,"id":33344},"owner":{"__isSmartRef__":true,"id":32711},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"33312":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":33313},"derivationIds":[null],"id":"C7546884-3E87-4BE0-B141-0A6CD0FA0866","renderContextTable":{"__isSmartRef__":true,"id":33318},"eventHandler":{"__isSmartRef__":true,"id":33319},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":33320},"priorExtent":{"__isSmartRef__":true,"id":33321},"owner":{"__isSmartRef__":true,"id":33311},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"33313":{"renderContextTable":{"__isSmartRef__":true,"id":33314},"_NodeClass":["morph"],"_NodeId":"morph-c7546884-3e87-4be0-b141-0a6cd0fa0866","_Extent":{"__isSmartRef__":true,"id":33315},"_Padding":{"__isSmartRef__":true,"id":33316},"stringifiedShapeNode":"
Scripts
Connections
+
+
-
-
empty
Target:
Tag:
all
run
save
Tests
ObjectEditor
X
M
","extent":{"__isSmartRef__":true,"id":33317},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"33314":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"33315":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33316":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33317":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33318":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"33319":{"morph":{"__isSmartRef__":true,"id":33312},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"33320":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33321":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33322":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":33323},"derivationIds":[null],"id":"F1DBD0A3-F12E-4C6D-930E-AEE1C56BEB0A","renderContextTable":{"__isSmartRef__":true,"id":33329},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":33330}],"eventHandler":{"__isSmartRef__":true,"id":33332},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":33311},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":33333},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"33323":{"_Position":{"__isSmartRef__":true,"id":33324},"renderContextTable":{"__isSmartRef__":true,"id":33325},"_Extent":{"__isSmartRef__":true,"id":33326},"_Padding":{"__isSmartRef__":true,"id":33327},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":33328},"_NodeClass":["morph","text"],"_NodeId":"morph-f1dbd0a3-f12e-4c6d-930e-aee1c56beb0a","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"33324":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33325":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"33326":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33327":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33328":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33329":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"33330":{"style":{"__isSmartRef__":true,"id":33331},"chunkOwner":{"__isSmartRef__":true,"id":33322},"storedString":"ObjectEditor","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"33331":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"33332":{"morph":{"__isSmartRef__":true,"id":33322},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"33333":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33334":{"_Position":{"__isSmartRef__":true,"id":33335},"renderContextTable":{"__isSmartRef__":true,"id":33336},"_Extent":{"__isSmartRef__":true,"id":33337},"_Padding":{"__isSmartRef__":true,"id":33338},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-02f9c206-fc42-42b8-bf26-bfea6a047725","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":33339},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"33335":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33336":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"33337":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33338":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33339":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33340":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"33341":{"morph":{"__isSmartRef__":true,"id":33311},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"33342":{"x":105,"y":315,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"33343":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"33344":{"partsSpaceName":"PartsBin/Tools/","name":"ObjectEditor","json":"{\"id\":0,\"registry\":{\"0\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1},{\"__isSmartRef__\":true,\"id\":1768},{\"__isSmartRef__\":true,\"id\":1808}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1959},\"id\":\"FDF9A68D-1149-4666-9946-600CCA238B76\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1964},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1965},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":1966},\"LK2\":true,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1967},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":1},\"titleBar\":{\"__isSmartRef__\":true,\"id\":1808},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":1968},\"collapsedTransform\":{\"__isSmartRef__\":true,\"id\":1969},\"collapsedExtent\":{\"__isSmartRef__\":true,\"id\":1970},\"expandedTransform\":{\"__isSmartRef__\":true,\"id\":1971},\"expandedExtent\":{\"__isSmartRef__\":true,\"id\":1972},\"ignoreEventsOnExpand\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1973},\"name\":\"ObjectEditor\",\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":2086},\"highlighted\":false,\"cameForward\":false,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"expandedPosition\":{\"__isSmartRef__\":true,\"id\":2087},\"collapsedPosition\":{\"__isSmartRef__\":true,\"id\":2088},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isBeingDragged\":false,\"prevScroll\":[0,0],\"minSize\":{\"__isSmartRef__\":true,\"id\":2089},\"minExtent\":{\"__isSmartRef__\":true,\"id\":2090},\"isCopyMorphRef\":true,\"morphRefId\":16,\"derivationIds\":[205,\"2951753B-EB95-4093-A0DD-249E83AC2204\",\"A32DE788-E06D-492C-B2E6-19C3710B5AE0\",\"96D56291-98FB-42C4-A247-0A20B4183B14\",\"1E6BCC46-3FE3-4950-AE50-9751458F7E18\",\"22248328-5B04-4E39-ADDE-460C107C790F\",\"2F4F6161-9F4C-469E-AF56-24765FF03B72\",\"88EF08D5-C1E7-4B5B-B393-FFF5921009D7\",\"FF731ED6-5217-4053-9B85-77F1BF344BF3\",\"496332F8-A328-4625-A7D5-0DCE90C3D2AE\",\"E57F1D4E-AE08-4CAA-A62D-4E69FC0BFF47\",\"94783CDE-55B0-4198-8477-C0756F2C812F\",\"F03206B8-2964-470C-A335-FF321C7743E5\",\"C60ABA94-4D2A-4524-9239-9B7EA074A0B5\",\"D3FBB0FA-2BFF-4D8C-9632-41EEEDB053AE\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":2091},\"moved\":true,\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1.0100552207170073,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":2092},\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"1\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2},{\"__isSmartRef__\":true,\"id\":857},{\"__isSmartRef__\":true,\"id\":639},{\"__isSmartRef__\":true,\"id\":872},{\"__isSmartRef__\":true,\"id\":888},{\"__isSmartRef__\":true,\"id\":939},{\"__isSmartRef__\":true,\"id\":989},{\"__isSmartRef__\":true,\"id\":1045},{\"__isSmartRef__\":true,\"id\":497},{\"__isSmartRef__\":true,\"id\":514},{\"__isSmartRef__\":true,\"id\":1100},{\"__isSmartRef__\":true,\"id\":1219},{\"__isSmartRef__\":true,\"id\":1234},{\"__isSmartRef__\":true,\"id\":1249},{\"__isSmartRef__\":true,\"id\":1333},{\"__isSmartRef__\":true,\"id\":1417},{\"__isSmartRef__\":true,\"id\":1501},{\"__isSmartRef__\":true,\"id\":1549}],\"scripts\":[],\"id\":\"5A09E61D-0939-46DD-B099-6337F45EAD81\",\"shape\":{\"__isSmartRef__\":true,\"id\":1646},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"showsHalos\":false,\"name\":\"ObjectEditorPane\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1653},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1656},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1657},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1658},\"layout\":{\"__isSmartRef__\":true,\"id\":1659},\"target\":null,\"scriptPane\":{\"__isSmartRef__\":true,\"id\":497},\"scriptList\":{\"__isSmartRef__\":true,\"id\":2},\"connectionList\":{\"__isSmartRef__\":true,\"id\":639},\"morphSelector\":{\"__isSmartRef__\":true,\"id\":1100},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"changeIndicator\":{\"__isSmartRef__\":true,\"id\":514},\"isBeingDragged\":false,\"prevScroll\":[0,0],\"grabbingEnabled\":false,\"draggingEnabled\":false,\"currentCategory\":null,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1660},\"tagChooser\":{\"__isSmartRef__\":true,\"id\":1249},\"currentTag\":null,\"derivationIds\":[206,\"3BDE080D-3D60-4BB9-A690-E6001350F596\",\"00E28CBF-E803-4BC0-93CC-651AC21008A5\",\"1B7E7936-0145-47E4-8433-DFE58134E74B\",\"422B98E3-E52B-4057-9C28-865873682DE1\",\"BCDE8D30-ECC2-4883-9587-2518B6822233\",\"BA6D5198-5AC2-4A63-9597-D4CF98A99CA9\",\"17E22972-5EBC-4511-9779-05E9E665D899\",\"C6F34039-F423-4223-8D6A-85611A138372\",\"7EC3BECE-1BDA-471D-B14C-C4FB822AA55C\",\"88F702A6-6067-4160-8561-54FAD27ADB17\",\"738F5E09-C109-4CD0-B5F5-418A6227ABA0\",\"0DC59884-6397-4391-A9A7-FB6F9F97E5AD\",\"14C76016-3134-4E27-8E8F-AF9EE6ACCF4E\",\"FEB1641E-DEA0-449B-B5E5-D3946457A986\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":1661},\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"partTests\":{\"__isSmartRef__\":true,\"id\":1662},\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1663},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"2\":{\"submorphs\":[],\"scripts\":[],\"id\":\"07109F49-B19B-4C20-8632-697478AA1FFB\",\"shape\":{\"__isSmartRef__\":true,\"id\":3},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":10},\"itemList\":[],\"selectedLineNo\":0,\"showsHalos\":false,\"name\":\"ObjectEditorScriptList\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":11},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"_ClipMode\":\"auto\",\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":12},\"prevScroll\":[0,0],\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":13}],\"doNotSerialize\":[\"$$selection\"],\"doNotCopyProperties\":[\"$$selection\"],\"layout\":{\"__isSmartRef__\":true,\"id\":18},\"doitContext\":{\"__isSmartRef__\":true,\"id\":19},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":846},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":847},\"_FontSize\":10,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":848},\"isBeingDragged\":false,\"grabbingEnabled\":false,\"draggingEnabled\":false,\"isCopyMorphRef\":true,\"morphRefId\":17,\"currentCategory\":null,\"derivationIds\":[207,\"D87334B5-DFB8-438D-8038-D2C55A798E3B\",\"4242A24B-D284-4130-BB19-C1AB8C7E96CB\",\"1F2230C1-4745-4EED-8827-5D3FC0EA8D8A\",\"1260A8AA-AD41-451A-A761-BE75A33282E8\",\"11AABB24-1595-4EDC-95DF-8BC66785F47A\",\"CA99FFE7-13DD-4721-8DE2-6A587B0C65D9\",\"E01A3DAA-0001-4C7C-A6A7-449C3945A3E6\",\"8C3C70BF-E1CE-4FB9-8407-24EA990D4E49\",\"D70897C1-82FA-42AD-9D81-A0698E9072CC\",\"69BB0838-2830-4831-A681-185E03308396\",\"434D4493-4DD6-466F-A202-7364A5829C52\",\"93D99F39-CC07-45EB-9459-5230A80A20D2\",\"4756DE7D-3422-46FC-B24B-5565F597D490\",\"7AF59BEC-20A9-4451-AD6E-39E86979D18D\"],\"selection\":null,\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":849},\"__LivelyClassName__\":\"lively.morphic.List\"},\"3\":{\"position\":{\"__isSmartRef__\":true,\"id\":4},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6},\"_Fill\":{\"__isSmartRef__\":true,\"id\":7},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":8},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":9},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5\":{\"x\":180,\"y\":337.61253261443596,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"8\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"9\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"10\":{\"x\":10,\"y\":63.027958027992966,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"11\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"migrationLevel\":2,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"12\":{\"x\":180,\"y\":338.61253261443596,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"13\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2},\"sourceAttrName\":\"selection\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"displaySourceForScript\",\"converterString\":\"function (value) {\\n return (value === '-- ALL --') ? null : value;\\n}\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":14},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":15},\"__LivelyClassName__\":\"AttributeConnection\"},\"14\":{\"source\":{\"__isSmartRef__\":true,\"id\":2},\"target\":{\"__isSmartRef__\":true,\"id\":1}},\"15\":{\"converter\":{\"__isSmartRef__\":true,\"id\":16}},\"16\":{\"originalFunc\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":14},\"source\":\"function (value) {\\n return (value === '-- ALL --') ? null : value;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":17},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"17\":{},\"18\":{\"resizeHeight\":true},\"19\":{\"submorphs\":[],\"scripts\":[],\"id\":836,\"shape\":{\"__isSmartRef__\":true,\"id\":20},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":25},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":26},\"titleBar\":{\"__isSmartRef__\":true,\"id\":27},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":168},\"collapsedTransform\":null,\"collapsedExtent\":null,\"expandedTransform\":{\"__isSmartRef__\":true,\"id\":169},\"expandedExtent\":{\"__isSmartRef__\":true,\"id\":170},\"highlighted\":true,\"_Rotation\":0,\"_Scale\":1,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":171},\"showsHalos\":false,\"name\":\"ObjectEditor\",\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"target\":{\"__isSmartRef__\":true,\"id\":172},\"expandedPosition\":{\"__isSmartRef__\":true,\"id\":495},\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":496},\"scriptList\":{\"__isSmartRef__\":true,\"id\":2},\"scriptPane\":{\"__isSmartRef__\":true,\"id\":497},\"classButton\":{\"__isSmartRef__\":true,\"id\":594},\"connectionList\":{\"__isSmartRef__\":true,\"id\":639},\"targetButton\":{\"__isSmartRef__\":true,\"id\":664},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":707},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Position\":{\"__isSmartRef__\":true,\"id\":708},\"morphSelector\":{\"__isSmartRef__\":true,\"id\":709},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":793},\"cameForward\":false,\"isCopyMorphRef\":true,\"morphRefId\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":794},\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"20\":{\"_BorderWidth\":1,\"_Fill\":{\"__isSmartRef__\":true,\"id\":21},\"_StrokeOpacity\":0,\"_BorderRadius\":9.25,\"_Extent\":{\"__isSmartRef__\":true,\"id\":22},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":23},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":24},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"21\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"22\":{\"x\":981,\"y\":585.2,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"23\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"24\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"25\":{\"adjustForNewBounds\":true},\"26\":{\"x\":981,\"y\":585.2,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"27\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":28},{\"__isSmartRef__\":true,\"id\":41},{\"__isSmartRef__\":true,\"id\":85},{\"__isSmartRef__\":true,\"id\":117}],\"scripts\":[],\"id\":837,\"shape\":{\"__isSmartRef__\":true,\"id\":150},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":163},\"_Position\":{\"__isSmartRef__\":true,\"id\":164},\"eventsAreIgnored\":true,\"windowMorph\":{\"__isSmartRef__\":true,\"id\":19},\"label\":{\"__isSmartRef__\":true,\"id\":28},\"closeButton\":{\"__isSmartRef__\":true,\"id\":41},\"menuButton\":{\"__isSmartRef__\":true,\"id\":85},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":117},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":165},\"owner\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"name\":\"ObjectEditorTitleBar\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":166},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":167},\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"28\":{\"submorphs\":[],\"scripts\":[],\"id\":838,\"shape\":{\"__isSmartRef__\":true,\"id\":29},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":34},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":35},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":36},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":37}],\"evalEnabled\":false,\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":10,\"_Align\":\"center\",\"owner\":{\"__isSmartRef__\":true,\"id\":27},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":39},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":40},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"29\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":30},\"_Extent\":{\"__isSmartRef__\":true,\"id\":31},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":32},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":33},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"30\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"31\":{\"x\":921.9776803724167,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"32\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"33\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"34\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"35\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"36\":{\"x\":921.9776803724167,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"37\":{\"style\":{\"__isSmartRef__\":true,\"id\":38},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":28},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"38\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"39\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"40\":{\"morph\":{\"__isSmartRef__\":true,\"id\":28},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"41\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":42}],\"scripts\":[],\"id\":839,\"shape\":{\"__isSmartRef__\":true,\"id\":54},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":69},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":70},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":58},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":71},\"label\":{\"__isSmartRef__\":true,\"id\":42},\"owner\":{\"__isSmartRef__\":true,\"id\":27},\"layout\":{\"__isSmartRef__\":true,\"id\":80},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":81},{\"__isSmartRef__\":true,\"id\":82}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":83},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":84},\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"42\":{\"submorphs\":[],\"scripts\":[],\"id\":840,\"shape\":{\"__isSmartRef__\":true,\"id\":43},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":47},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":48},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":49},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":50}],\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":41},\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":8,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":52},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":53},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"43\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":44},\"_Extent\":{\"__isSmartRef__\":true,\"id\":45},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":32},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":46},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"44\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"45\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"46\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"47\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"48\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"49\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"50\":{\"style\":{\"__isSmartRef__\":true,\"id\":51},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":42},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"51\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"52\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"53\":{\"morph\":{\"__isSmartRef__\":true,\"id\":42},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"54\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":55},\"_Extent\":{\"__isSmartRef__\":true,\"id\":56},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":57},\"_Fill\":{\"__isSmartRef__\":true,\"id\":58},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":68},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"55\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"56\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"57\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"58\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":59},{\"__isSmartRef__\":true,\"id\":61},{\"__isSmartRef__\":true,\"id\":63},{\"__isSmartRef__\":true,\"id\":65}],\"vector\":{\"__isSmartRef__\":true,\"id\":67},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"59\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":60}},\"60\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"61\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":62}},\"62\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"63\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":64}},\"64\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"65\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":66}},\"66\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"67\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"68\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"69\":{\"x\":960.9776803724167,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"70\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"71\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":72},{\"__isSmartRef__\":true,\"id\":74},{\"__isSmartRef__\":true,\"id\":76},{\"__isSmartRef__\":true,\"id\":78}],\"vector\":{\"__isSmartRef__\":true,\"id\":67},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"72\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":73}},\"73\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"74\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":75}},\"75\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"76\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":77}},\"77\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"78\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":79}},\"79\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"80\":{\"moveHorizontal\":true},\"81\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":41},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"82\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":41},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"83\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"84\":{\"morph\":{\"__isSmartRef__\":true,\"id\":41},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"85\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":86}],\"scripts\":[],\"id\":841,\"shape\":{\"__isSmartRef__\":true,\"id\":98},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":102},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":103},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":58},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":104},\"label\":{\"__isSmartRef__\":true,\"id\":86},\"owner\":{\"__isSmartRef__\":true,\"id\":27},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":113},{\"__isSmartRef__\":true,\"id\":114}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"showsHalos\":false,\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":115},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":116},\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"86\":{\"submorphs\":[],\"scripts\":[],\"id\":842,\"shape\":{\"__isSmartRef__\":true,\"id\":87},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":91},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":92},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":93},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":94}],\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":85},\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":8,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":96},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":97},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"87\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":88},\"_Extent\":{\"__isSmartRef__\":true,\"id\":89},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":32},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":90},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"88\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"89\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"90\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"91\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"92\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"93\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"94\":{\"style\":{\"__isSmartRef__\":true,\"id\":95},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":86},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"95\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"96\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"97\":{\"morph\":{\"__isSmartRef__\":true,\"id\":86},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"98\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":99},\"_Extent\":{\"__isSmartRef__\":true,\"id\":100},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":57},\"_Fill\":{\"__isSmartRef__\":true,\"id\":58},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":101},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"99\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"100\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"101\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"102\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"103\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"104\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":105},{\"__isSmartRef__\":true,\"id\":107},{\"__isSmartRef__\":true,\"id\":109},{\"__isSmartRef__\":true,\"id\":111}],\"vector\":{\"__isSmartRef__\":true,\"id\":67},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"105\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":106}},\"106\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"107\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":108}},\"108\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"109\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":110}},\"110\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"111\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":112}},\"112\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"113\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":85},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"114\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":85},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"115\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"116\":{\"morph\":{\"__isSmartRef__\":true,\"id\":85},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"117\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":118}],\"scripts\":[],\"id\":843,\"shape\":{\"__isSmartRef__\":true,\"id\":130},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":134},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":135},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":58},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":136},\"label\":{\"__isSmartRef__\":true,\"id\":118},\"owner\":{\"__isSmartRef__\":true,\"id\":27},\"layout\":{\"__isSmartRef__\":true,\"id\":145},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":146},{\"__isSmartRef__\":true,\"id\":147}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":148},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":149},\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"118\":{\"submorphs\":[],\"scripts\":[],\"id\":844,\"shape\":{\"__isSmartRef__\":true,\"id\":119},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":123},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":124},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":125},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":126}],\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":117},\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":8,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":128},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":129},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"119\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":120},\"_Extent\":{\"__isSmartRef__\":true,\"id\":121},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":32},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":122},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"120\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"121\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"122\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"123\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"124\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"125\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"126\":{\"style\":{\"__isSmartRef__\":true,\"id\":127},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":118},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"127\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"128\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"129\":{\"morph\":{\"__isSmartRef__\":true,\"id\":118},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"130\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":131},\"_Extent\":{\"__isSmartRef__\":true,\"id\":132},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":57},\"_Fill\":{\"__isSmartRef__\":true,\"id\":58},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":133},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"131\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"132\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"133\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"134\":{\"x\":941.9776803724167,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"135\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"136\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":137},{\"__isSmartRef__\":true,\"id\":139},{\"__isSmartRef__\":true,\"id\":141},{\"__isSmartRef__\":true,\"id\":143}],\"vector\":{\"__isSmartRef__\":true,\"id\":67},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"137\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":138}},\"138\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"139\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":140}},\"140\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"141\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":142}},\"142\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"143\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":144}},\"144\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"145\":{\"moveHorizontal\":true},\"146\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":117},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"147\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":117},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"148\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"149\":{\"morph\":{\"__isSmartRef__\":true,\"id\":117},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"150\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":151},\"_Extent\":{\"__isSmartRef__\":true,\"id\":152},\"_BorderWidth\":2,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":153},\"_Fill\":{\"__isSmartRef__\":true,\"id\":154},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":162},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"151\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"152\":{\"x\":980.9776803724167,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"153\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"154\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":155},{\"__isSmartRef__\":true,\"id\":157},{\"__isSmartRef__\":true,\"id\":159}],\"vector\":{\"__isSmartRef__\":true,\"id\":161},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"155\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":156}},\"156\":{\"r\":0.7200000000000001,\"g\":0.7200000000000001,\"b\":0.7200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"157\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":158}},\"158\":{\"r\":0.9,\"g\":0.9,\"b\":0.9,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"159\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":160}},\"160\":{\"r\":0.7200000000000001,\"g\":0.7200000000000001,\"b\":0.7200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"161\":{\"x\":0,\"y\":1,\"width\":0,\"height\":-1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"162\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"163\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"164\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"165\":{\"x\":980.9776803724167,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"166\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"167\":{\"morph\":{\"__isSmartRef__\":true,\"id\":27},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"168\":{\"x\":0,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"169\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":377.6609726943286,\"f\":419.5142810783999,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"lively.morphic.Similitude\"},\"170\":{\"x\":861.5223196275833,\"y\":575.166499196892,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"171\":{\"x\":613,\"y\":129,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"172\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":173},\"id\":394,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":179},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":180}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":182},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":183},\"_ClipMode\":\"auto\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":184},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":185},\"_MaxTextWidth\":500,\"_MaxTextHeight\":200,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":186},\"layout\":{\"__isSmartRef__\":true,\"id\":333},\"doitContext\":{\"__isSmartRef__\":true,\"id\":334},\"priorSelectionRange\":[0,36],\"charsReplaced\":\"\",\"lastFindLoc\":20,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"173\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":174},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":175},\"_Extent\":{\"__isSmartRef__\":true,\"id\":176},\"_BorderWidth\":2,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":{\"__isSmartRef__\":true,\"id\":178},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"174\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"175\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"176\":{\"x\":500,\"y\":200,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"177\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"178\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"179\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"180\":{\"style\":{\"__isSmartRef__\":true,\"id\":181},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":172},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"181\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"182\":{\"morph\":{\"__isSmartRef__\":true,\"id\":172},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"183\":{\"x\":2,\"y\":1,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"184\":{\"x\":0,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"185\":{\"x\":500,\"y\":200,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"186\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":172},{\"__isSmartRef__\":true,\"id\":187}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":324},\"id\":395,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":327},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":328},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":329},\"LK2\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":330},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":331},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":172},\"titleBar\":{\"__isSmartRef__\":true,\"id\":187},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":184},\"collapsedTransform\":null,\"collapsedExtent\":null,\"expandedTransform\":null,\"expandedExtent\":null,\"ignoreEventsOnExpand\":false,\"highlighted\":true,\"_Rotation\":0,\"_Scale\":1,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":332},\"cameForward\":false,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"187\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":188},{\"__isSmartRef__\":true,\"id\":201},{\"__isSmartRef__\":true,\"id\":247},{\"__isSmartRef__\":true,\"id\":280}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":314},\"id\":396,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":319},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":320},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":321},\"_Position\":{\"__isSmartRef__\":true,\"id\":322},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":186},\"label\":{\"__isSmartRef__\":true,\"id\":188},\"closeButton\":{\"__isSmartRef__\":true,\"id\":201},\"menuButton\":{\"__isSmartRef__\":true,\"id\":247},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":280},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":323},\"owner\":{\"__isSmartRef__\":true,\"id\":186},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"188\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":189},\"id\":397,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":193},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":194}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":196},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":197},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"layout\":{\"__isSmartRef__\":true,\"id\":198},\"_FontSize\":10,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"owner\":{\"__isSmartRef__\":true,\"id\":187},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":199},\"_MaxTextWidth\":441,\"_MaxTextHeight\":17,\"_Position\":{\"__isSmartRef__\":true,\"id\":200},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"189\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":190},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":191},\"_Extent\":{\"__isSmartRef__\":true,\"id\":192},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"190\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"191\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"192\":{\"x\":441,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"193\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"194\":{\"style\":{\"__isSmartRef__\":true,\"id\":195},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":188},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"195\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"196\":{\"morph\":{\"__isSmartRef__\":true,\"id\":188},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"197\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"198\":{\"resizeWidth\":true},\"199\":{\"x\":0,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"200\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"201\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":202}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":214},\"id\":398,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":229},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":230},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":231},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":232},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":233},\"label\":{\"__isSmartRef__\":true,\"id\":202},\"owner\":{\"__isSmartRef__\":true,\"id\":187},\"layout\":{\"__isSmartRef__\":true,\"id\":242},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":243},{\"__isSmartRef__\":true,\"id\":245}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"202\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":203},\"id\":399,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":207},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":208}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":210},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":212},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":213},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":201},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"203\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":204},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":205},\"_Extent\":{\"__isSmartRef__\":true,\"id\":206},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"204\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"205\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"206\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"207\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"208\":{\"style\":{\"__isSmartRef__\":true,\"id\":209},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":202},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"209\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"210\":{\"morph\":{\"__isSmartRef__\":true,\"id\":202},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"211\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"212\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"213\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"214\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":215},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":216},\"_Extent\":{\"__isSmartRef__\":true,\"id\":217},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"215\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"216\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"217\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"218\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"219\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":220},{\"__isSmartRef__\":true,\"id\":222},{\"__isSmartRef__\":true,\"id\":224},{\"__isSmartRef__\":true,\"id\":226}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"220\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":221}},\"221\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"222\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":223}},\"223\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"224\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":225}},\"225\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"226\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":227}},\"227\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"228\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"229\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"230\":{\"morph\":{\"__isSmartRef__\":true,\"id\":201},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"231\":{\"x\":480,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"232\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"233\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":234},{\"__isSmartRef__\":true,\"id\":236},{\"__isSmartRef__\":true,\"id\":238},{\"__isSmartRef__\":true,\"id\":240}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"234\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":235}},\"235\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"236\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":237}},\"237\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"238\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":239}},\"239\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"240\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":241}},\"241\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"242\":{\"moveHorizontal\":true},\"243\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":201},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":244},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"244\":{\"source\":{\"__isSmartRef__\":true,\"id\":201},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"245\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":201},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":246},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"246\":{\"source\":{\"__isSmartRef__\":true,\"id\":201},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"247\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":248}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":259},\"id\":400,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":263},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":264},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":265},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":266},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":267},\"label\":{\"__isSmartRef__\":true,\"id\":248},\"owner\":{\"__isSmartRef__\":true,\"id\":187},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":276},{\"__isSmartRef__\":true,\"id\":278}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"248\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":249},\"id\":401,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":253},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":254}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":256},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":257},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":258},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":247},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"249\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":250},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":251},\"_Extent\":{\"__isSmartRef__\":true,\"id\":252},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"250\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"251\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"252\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"253\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"254\":{\"style\":{\"__isSmartRef__\":true,\"id\":255},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":248},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"255\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"256\":{\"morph\":{\"__isSmartRef__\":true,\"id\":248},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"257\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"258\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"259\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":260},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":261},\"_Extent\":{\"__isSmartRef__\":true,\"id\":262},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"260\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"261\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"262\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"263\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"264\":{\"morph\":{\"__isSmartRef__\":true,\"id\":247},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"265\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"266\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"267\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":268},{\"__isSmartRef__\":true,\"id\":270},{\"__isSmartRef__\":true,\"id\":272},{\"__isSmartRef__\":true,\"id\":274}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"268\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":269}},\"269\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"270\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":271}},\"271\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"272\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":273}},\"273\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"274\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":275}},\"275\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"276\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":247},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":277},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"277\":{\"source\":{\"__isSmartRef__\":true,\"id\":247},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"278\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":247},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":279},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"279\":{\"source\":{\"__isSmartRef__\":true,\"id\":247},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"280\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":281}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":292},\"id\":402,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":296},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":297},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":298},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":299},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":300},\"label\":{\"__isSmartRef__\":true,\"id\":281},\"owner\":{\"__isSmartRef__\":true,\"id\":187},\"layout\":{\"__isSmartRef__\":true,\"id\":309},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":310},{\"__isSmartRef__\":true,\"id\":312}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"281\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":282},\"id\":403,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":286},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":287}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":289},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":290},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":291},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":280},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"282\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":283},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":284},\"_Extent\":{\"__isSmartRef__\":true,\"id\":285},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"283\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"284\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"285\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"286\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"287\":{\"style\":{\"__isSmartRef__\":true,\"id\":288},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":281},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"288\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"289\":{\"morph\":{\"__isSmartRef__\":true,\"id\":281},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"290\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"291\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"292\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":293},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":294},\"_Extent\":{\"__isSmartRef__\":true,\"id\":295},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"293\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"294\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"295\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"296\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"297\":{\"morph\":{\"__isSmartRef__\":true,\"id\":280},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"298\":{\"x\":461,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"299\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"300\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":301},{\"__isSmartRef__\":true,\"id\":303},{\"__isSmartRef__\":true,\"id\":305},{\"__isSmartRef__\":true,\"id\":307}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"301\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":302}},\"302\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"303\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":304}},\"304\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"305\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":306}},\"306\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"307\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":308}},\"308\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"309\":{\"moveHorizontal\":true},\"310\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":280},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":311},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"311\":{\"source\":{\"__isSmartRef__\":true,\"id\":280},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"312\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":280},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":313},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"313\":{\"source\":{\"__isSmartRef__\":true,\"id\":280},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"314\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":315},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":316},\"_Extent\":{\"__isSmartRef__\":true,\"id\":317},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":318},\"_Fill\":{\"__isSmartRef__\":true,\"id\":154},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"315\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"316\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"317\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"318\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"319\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"320\":{\"morph\":{\"__isSmartRef__\":true,\"id\":187},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"321\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"322\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"323\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"324\":{\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":325},\"_BorderWidth\":0,\"_Fill\":null,\"_StrokeOpacity\":0,\"_BorderRadius\":0,\"_Extent\":{\"__isSmartRef__\":true,\"id\":326},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"325\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"326\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"327\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"328\":{\"morph\":{\"__isSmartRef__\":true,\"id\":186},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"329\":{\"adjustForNewBounds\":true},\"330\":{\"x\":1234,\"y\":448,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"331\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"332\":{\"x\":1478,\"y\":453,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"333\":{\"resizeWidth\":true,\"resizeHeight\":true},\"334\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":335},{\"__isSmartRef__\":true,\"id\":349}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":479},\"id\":361,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":483},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":484},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":485},\"LK2\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":486},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":487},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":335},\"titleBar\":{\"__isSmartRef__\":true,\"id\":349},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":345},\"collapsedTransform\":{\"__isSmartRef__\":true,\"id\":488},\"collapsedExtent\":{\"__isSmartRef__\":true,\"id\":489},\"expandedTransform\":{\"__isSmartRef__\":true,\"id\":490},\"expandedExtent\":{\"__isSmartRef__\":true,\"id\":491},\"ignoreEventsOnExpand\":false,\"owner\":null,\"showsHalos\":false,\"highlighted\":true,\"_Rotation\":0,\"_Scale\":1,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":492},\"expandedPosition\":{\"__isSmartRef__\":true,\"id\":493},\"state\":\"shutdown\",\"collapsedPosition\":{\"__isSmartRef__\":true,\"id\":494},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"335\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":336},\"id\":360,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":341},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":342}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":344},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":183},\"_ClipMode\":\"auto\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Monaco,monospace\",\"_Position\":{\"__isSmartRef__\":true,\"id\":345},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":346},\"_MaxTextWidth\":500,\"_MaxTextHeight\":0,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":334},\"layout\":{\"__isSmartRef__\":true,\"id\":347},\"syntaxHighlightingWhileTyping\":true,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":348}],\"doNotSerialize\":[\"$$textString\"],\"doNotCopyProperties\":[\"$$textString\"],\"lastSyntaxHighlightTime\":1307282796737,\"accessibleInInactiveWindow\":true,\"eventsAreIgnored\":false,\"_HandStyle\":\"default\",\"_PointerEvents\":\"auto\",\"_Visible\":true,\"priorSelectionRange\":[0,22],\"charsReplaced\":\"\",\"lastFindLoc\":15,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textString\":\"undefined\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"336\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":337},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":338},\"_Extent\":{\"__isSmartRef__\":true,\"id\":339},\"_BorderWidth\":2,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":{\"__isSmartRef__\":true,\"id\":340},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"337\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"338\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"339\":{\"x\":500,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"340\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"341\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"342\":{\"style\":{\"__isSmartRef__\":true,\"id\":343},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":335},\"storedString\":\"undefined\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"343\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"344\":{\"morph\":{\"__isSmartRef__\":true,\"id\":335},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"345\":{\"x\":0,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"346\":{\"x\":500,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"347\":{\"resizeWidth\":true,\"resizeHeight\":true},\"348\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":335},\"sourceAttrName\":\"textString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":335},\"targetMethodName\":\"highlightJavaScriptSyntax\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"349\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":350},{\"__isSmartRef__\":true,\"id\":362},{\"__isSmartRef__\":true,\"id\":396},{\"__isSmartRef__\":true,\"id\":429}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":463},\"id\":362,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":474},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":475},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":476},\"_Position\":{\"__isSmartRef__\":true,\"id\":477},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":334},\"label\":{\"__isSmartRef__\":true,\"id\":350},\"closeButton\":{\"__isSmartRef__\":true,\"id\":362},\"menuButton\":{\"__isSmartRef__\":true,\"id\":396},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":429},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":478},\"owner\":{\"__isSmartRef__\":true,\"id\":334},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"350\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":351},\"id\":363,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":355},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":356}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":358},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":197},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"layout\":{\"__isSmartRef__\":true,\"id\":359},\"_FontSize\":10,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"owner\":{\"__isSmartRef__\":true,\"id\":349},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":360},\"_MaxTextWidth\":441,\"_MaxTextHeight\":17,\"_Position\":{\"__isSmartRef__\":true,\"id\":361},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"351\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":352},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":353},\"_Extent\":{\"__isSmartRef__\":true,\"id\":354},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"352\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"353\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"354\":{\"x\":441,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"355\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"356\":{\"style\":{\"__isSmartRef__\":true,\"id\":357},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":350},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"357\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"358\":{\"morph\":{\"__isSmartRef__\":true,\"id\":350},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"359\":{\"resizeWidth\":true},\"360\":{\"x\":0,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"361\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"362\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":363}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":374},\"id\":364,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":378},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":379},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":380},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":381},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":382},\"label\":{\"__isSmartRef__\":true,\"id\":363},\"owner\":{\"__isSmartRef__\":true,\"id\":349},\"layout\":{\"__isSmartRef__\":true,\"id\":391},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":392},{\"__isSmartRef__\":true,\"id\":394}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"363\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":364},\"id\":365,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":368},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":369}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":371},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":372},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":373},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":362},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"364\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":365},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":366},\"_Extent\":{\"__isSmartRef__\":true,\"id\":367},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"365\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"366\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"367\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"368\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"369\":{\"style\":{\"__isSmartRef__\":true,\"id\":370},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":363},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"370\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"371\":{\"morph\":{\"__isSmartRef__\":true,\"id\":363},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"372\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"373\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"374\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":375},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":376},\"_Extent\":{\"__isSmartRef__\":true,\"id\":377},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"375\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"376\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"377\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"378\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"379\":{\"morph\":{\"__isSmartRef__\":true,\"id\":362},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"380\":{\"x\":480,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"381\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"382\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":383},{\"__isSmartRef__\":true,\"id\":385},{\"__isSmartRef__\":true,\"id\":387},{\"__isSmartRef__\":true,\"id\":389}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"383\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":384}},\"384\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"385\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":386}},\"386\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"387\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":388}},\"388\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"389\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":390}},\"390\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"391\":{\"moveHorizontal\":true},\"392\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":362},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":393},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"393\":{\"source\":{\"__isSmartRef__\":true,\"id\":362},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"394\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":362},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":395},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"395\":{\"source\":{\"__isSmartRef__\":true,\"id\":362},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"396\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":397}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":408},\"id\":366,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":412},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":413},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":414},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":415},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":416},\"label\":{\"__isSmartRef__\":true,\"id\":397},\"owner\":{\"__isSmartRef__\":true,\"id\":349},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":425},{\"__isSmartRef__\":true,\"id\":427}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"397\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":398},\"id\":367,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":402},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":403}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":405},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":406},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":407},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":396},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"398\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":399},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":400},\"_Extent\":{\"__isSmartRef__\":true,\"id\":401},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"399\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"400\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"401\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"402\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"403\":{\"style\":{\"__isSmartRef__\":true,\"id\":404},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":397},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"404\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"405\":{\"morph\":{\"__isSmartRef__\":true,\"id\":397},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"406\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"407\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"408\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":409},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":410},\"_Extent\":{\"__isSmartRef__\":true,\"id\":411},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"409\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"410\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"411\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"412\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"413\":{\"morph\":{\"__isSmartRef__\":true,\"id\":396},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"414\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"415\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"416\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":417},{\"__isSmartRef__\":true,\"id\":419},{\"__isSmartRef__\":true,\"id\":421},{\"__isSmartRef__\":true,\"id\":423}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"417\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":418}},\"418\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"419\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":420}},\"420\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"421\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":422}},\"422\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"423\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":424}},\"424\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"425\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":396},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":426},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"426\":{\"source\":{\"__isSmartRef__\":true,\"id\":396},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"427\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":396},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":428},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"428\":{\"source\":{\"__isSmartRef__\":true,\"id\":396},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"429\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":430}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":441},\"id\":368,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":445},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":446},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":447},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":448},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":449},\"label\":{\"__isSmartRef__\":true,\"id\":430},\"owner\":{\"__isSmartRef__\":true,\"id\":349},\"layout\":{\"__isSmartRef__\":true,\"id\":458},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":459},{\"__isSmartRef__\":true,\"id\":461}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"430\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":431},\"id\":369,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":435},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":436}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":438},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":439},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":440},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":429},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"431\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":432},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":433},\"_Extent\":{\"__isSmartRef__\":true,\"id\":434},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"432\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"433\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"434\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"435\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"436\":{\"style\":{\"__isSmartRef__\":true,\"id\":437},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":430},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"437\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"438\":{\"morph\":{\"__isSmartRef__\":true,\"id\":430},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"439\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"440\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"441\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":442},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":443},\"_Extent\":{\"__isSmartRef__\":true,\"id\":444},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"442\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"443\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"444\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"445\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"446\":{\"morph\":{\"__isSmartRef__\":true,\"id\":429},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"447\":{\"x\":461,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"448\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"449\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":450},{\"__isSmartRef__\":true,\"id\":452},{\"__isSmartRef__\":true,\"id\":454},{\"__isSmartRef__\":true,\"id\":456}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"450\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":451}},\"451\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"452\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":453}},\"453\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"454\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":455}},\"455\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"456\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":457}},\"457\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"458\":{\"moveHorizontal\":true},\"459\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":429},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":460},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"460\":{\"source\":{\"__isSmartRef__\":true,\"id\":429},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"461\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":429},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":462},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"462\":{\"source\":{\"__isSmartRef__\":true,\"id\":429},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"463\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":464},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":465},\"_Extent\":{\"__isSmartRef__\":true,\"id\":466},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":318},\"_Fill\":{\"__isSmartRef__\":true,\"id\":467},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"464\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"465\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"466\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"467\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":468},{\"__isSmartRef__\":true,\"id\":470},{\"__isSmartRef__\":true,\"id\":472}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"468\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":469}},\"469\":{\"r\":0.8600000000000001,\"g\":0.8600000000000001,\"b\":0.8600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"470\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":471}},\"471\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"472\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":473}},\"473\":{\"r\":0.8600000000000001,\"g\":0.8600000000000001,\"b\":0.8600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"474\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"475\":{\"morph\":{\"__isSmartRef__\":true,\"id\":349},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"476\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"477\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"478\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"479\":{\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":480},\"_BorderWidth\":0,\"_Fill\":null,\"_StrokeOpacity\":0,\"_BorderRadius\":0,\"_Extent\":{\"__isSmartRef__\":true,\"id\":481},\"_Position\":{\"__isSmartRef__\":true,\"id\":482},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"480\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"481\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"482\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"483\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"484\":{\"morph\":{\"__isSmartRef__\":true,\"id\":334},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"485\":{\"adjustForNewBounds\":true},\"486\":{\"x\":1131,\"y\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"487\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"488\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":1131,\"f\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"lively.morphic.Similitude\"},\"489\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"490\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":1131,\"f\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"lively.morphic.Similitude\"},\"491\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"492\":{\"x\":1507,\"y\":76,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"493\":{\"x\":1131,\"y\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"494\":{\"x\":1131,\"y\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"495\":{\"x\":377.6609726943286,\"y\":419.5142810783999,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"496\":{\"requiredModules\":[],\"migrationLevel\":2,\"partsSpaceName\":\"PartsBin/Tools\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"Edit scripts and connections of a specific morph. Early version.\",\"partName\":\"ObjectEditor\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"497\":{\"submorphs\":[],\"scripts\":[],\"id\":\"034F48B5-B4B1-4DF5-9FA5-9A9CFB99F43A\",\"shape\":{\"__isSmartRef__\":true,\"id\":498},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":505},\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Monaco,courier\",\"_MaxTextWidth\":689.0285365288845,\"_MaxTextHeight\":null,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":506}],\"layout\":{\"__isSmartRef__\":true,\"id\":508},\"showsHalos\":false,\"prevScroll\":[0,0],\"name\":\"ObjectEditorScriptPane\",\"charsReplaced\":\"// changed at Tue May 29 2012 12:58:07 GMT+0200 (CEST) by lauritz \\nthis.addScript(function coveredMorph() {\\n var that = this\\n return this.world().morphsContainingPoint(this.world().firstHand().getPosition()).detect(\\n function(ea) {\\n return !ea.isPlaceholder &&\\n !ea.isHalo &&\\n (!ea.owner || !ea.owner.isHalo) &&\\n !(ea === that);\\n });\\n}).tag([]);\\n\\n\\n// changed at Tue May 29 2012 12:57:57 GMT+0200 (CEST) by lauritz \\nthis.addScript(function update(morph) {\\n this.setPosition(morph.getPositionInWorld())\\n this.setExtent(morph.getExtent())\\n this.renderContext().morphNode.style.zIndex= 1000\\n}).tag([]);\\n\\n\\n// changed at Thu May 24 2012 16:58:55 GMT+0200 (CEST) by timfelgentreff \\nthis.addScript(function updateOnMove() {\\n this.update(this.coveredMorph())\\n}).tag([])\",\"lastFindLoc\":860,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":509},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":510},\"_ClipMode\":\"auto\",\"_FontSize\":9,\"lastSyntaxHighlightTime\":1338290299451,\"doitContext\":null,\"savedTextString\":\"// changed at Tue May 29 2012 12:57:57 GMT+0200 (CEST) by lauritz \\nthis.addScript(function coveredMorph() {\\n var that = this\\n return this.world().morphsContainingPoint(this.world().firstHand().getPosition()).detect(\\n function(ea) {\\n return !ea.isPlaceholder &&\\n !ea.isHalo &&\\n (!ea.owner || !ea.owner.isHalo) &&\\n !(ea === that);\\n });\\n}).tag([]);\\n\\n\\n// changed at Tue May 29 2012 12:57:57 GMT+0200 (CEST) by lauritz \\nthis.addScript(function update(morph) {\\n this.setPosition(morph.getPositionInWorld())\\n this.setExtent(morph.getExtent())\\n this.renderContext().morphNode.style.zIndex= 1000\\n}).tag([]);\\n\\n\\n// changed at Thu May 24 2012 16:58:55 GMT+0200 (CEST) by timfelgentreff \\nthis.addScript(function updateOnMove() {\\n this.update(this.coveredMorph())\\n}).tag([])\",\"_Align\":\"left\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":511},\"lastSearchString\":\"stringsformat\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":512},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":513},{\"__isSmartRef__\":true,\"id\":539}],\"doNotSerialize\":[\"$$textString\"],\"doNotCopyProperties\":[\"$$textString\"],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":540},\"_MinTextWidth\":689.0285365288845,\"_MinTextHeight\":null,\"previousSelection\":[0,0],\"lastSaveSource\":\"\",\"isBeingDragged\":false,\"draggingEnabled\":false,\"objectEditorPane\":{\"__isSmartRef__\":true,\"id\":1},\"isCopyMorphRef\":true,\"morphRefId\":1,\"statusMorph\":{\"__isSmartRef__\":true,\"id\":541},\"derivationIds\":[219,\"DD5046D0-C1D6-412A-83C9-CD7EE63D40E0\",\"4D92BDFD-A599-4154-A197-A4B1292C1619\",\"98551F68-B128-4262-9BC2-6B8AC7C8D7C0\",\"47731662-FF8E-4C0F-A170-FD5C56A06021\",\"3FC7FDE6-156F-4056-BB04-B76D8B6C5472\",\"C1E8D5BB-56F9-47B3-A520-BEEFEF791823\",\"115FC149-EEF9-415A-A5B7-AB0B9D0170A4\",\"0D66FA39-01E7-4F16-840C-4FA0FA14DD10\",\"B0A74693-DE3F-4867-8DC0-61B098A8F0D1\",\"3547765B-E224-48EC-B58F-278C1DC7422E\",\"8561ACCF-315A-46EC-9412-BC5D4C55D437\",\"533D6602-9E1A-414A-9646-0FEF9ECCEBF7\",\"5141CF81-6EA1-419B-97AC-62C22FEFC658\",\"B9E83FD9-9781-4F00-8A07-0C96E0D29D3D\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":556},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"syntaxHighlightingWhileTyping\":true,\"parseErrors\":null,\"#startLetters\":\"enable\",\"_Rotation\":0,\"_Scale\":1,\"priorSelectionRange\":[21,21],\"textString\":\"\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":557},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"498\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":499},\"_Extent\":{\"__isSmartRef__\":true,\"id\":500},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":501},\"_Fill\":{\"__isSmartRef__\":true,\"id\":502},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":503},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_ClipMode\":\"auto\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":504},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"499\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"500\":{\"x\":691.0285365288845,\"y\":475.61253261443596,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"501\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"502\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"503\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"504\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"505\":{\"x\":2,\"y\":1,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"506\":{\"style\":{\"__isSmartRef__\":true,\"id\":507},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":497},\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"507\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"508\":{\"resizeWidth\":true,\"resizeHeight\":true},\"509\":{\"requiredModules\":[],\"partsSpaceName\":\"PartsBin/Widgets/\",\"migrationLevel\":2,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"510\":{\"x\":691.0285365288845,\"y\":475.61253261443596,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"511\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"512\":{\"morph\":{\"__isSmartRef__\":true,\"id\":497},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"513\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":497},\"sourceAttrName\":\"textString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":514},\"targetMethodName\":\"indicateUnsavedChanges\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"514\":{\"submorphs\":[],\"scripts\":[],\"id\":\"89DA16ED-5636-4C0D-B52F-A327A5526DD6\",\"shape\":{\"__isSmartRef__\":true,\"id\":515},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":522},\"showsHalos\":false,\"name\":\"ChangeIndicator\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":523},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":524},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":525},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":526},\"layout\":{\"__isSmartRef__\":true,\"id\":527},\"isBeingDragged\":false,\"savedColor\":{\"__isSmartRef__\":true,\"id\":518},\"alarmColor\":{\"__isSmartRef__\":true,\"id\":528},\"grabbingEnabled\":false,\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":529},\"isCopyMorphRef\":true,\"morphRefId\":26,\"derivationIds\":[220,\"EE491D24-F056-4AFE-A669-7B7048C6C3D1\",\"3FA4A8C3-0FC0-43A0-8C00-00A96F9022E2\",\"62DAD3C6-A81D-450F-B32F-601EA7E619D8\",\"EEDB0C58-5990-481A-A7FF-ACB1A2DF08DD\",\"16F708CB-1259-4A75-BAEF-1A5216C6CB19\",\"97CA61D3-E09B-43CD-9880-D8B36FA303F3\",\"0AF6BEEC-8A57-44FF-9D8D-40BA6CC6A0CD\",\"AF2BEE76-C34F-457E-8699-9896327A4C07\",\"5EC39FF0-602F-44A2-BE3A-04FCA127E5D1\",\"44CEBF61-9A92-4E36-9576-425D5054B471\",\"E9ACF86B-B775-4125-83BC-7E4500597D40\",\"FE62294A-F891-45E4-AAE7-6F386B5A8CB5\",\"8771140D-0D57-4CAF-A57B-857F858CCC73\",\"BE774795-5889-4DB8-A366-1C774555761B\"],\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":530},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"515\":{\"position\":{\"__isSmartRef__\":true,\"id\":516},\"_Extent\":{\"__isSmartRef__\":true,\"id\":517},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":518},\"_Fill\":{\"__isSmartRef__\":true,\"id\":519},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":520},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":521},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"516\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"517\":{\"x\":8.637782619743348,\"y\":9.712632235981744,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"518\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"519\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"520\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"521\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"522\":{\"x\":883.0245425248855,\"y\":39.999999999999986,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"523\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!\",\"migrationLevel\":2,\"partName\":\"Rectangle\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"524\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"525\":{\"morph\":{\"__isSmartRef__\":true,\"id\":514},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"526\":{\"x\":8.637782619743348,\"y\":10.787481852220026,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"527\":{\"moveHorizontal\":true,\"adjustForNewBounds\":true},\"528\":{\"r\":0.9411764705882353,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"529\":{\"x\":37.328206296760186,\"y\":-17.53316489131697,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"530\":{\"indicateUnsavedChanges\":{\"__isSmartRef__\":true,\"id\":531},\"setColors\":{\"__isSmartRef__\":true,\"id\":535}},\"531\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":532},\"source\":\"function indicateUnsavedChanges() {\\n if (this.owner.scriptPane.hasChanged()) {\\n this.setColors(this.alarmColor);\\n } else {\\n this.setColors(this.savedColor);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":533},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"532\":{\"this\":{\"__isSmartRef__\":true,\"id\":514}},\"533\":{\"user\":\"lauritz\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":534}},\"534\":{\"isSerializedDate\":true,\"string\":\"Tue Sep 27 2011 20:09:19 GMT+0200 (CEST)\"},\"535\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":536},\"source\":\"function setColors(color) {\\n this.setFill(color);\\n this.setBorderColor(color);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":537},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"536\":{\"this\":{\"__isSmartRef__\":true,\"id\":514}},\"537\":{\"user\":\"lauritz\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":538}},\"538\":{\"isSerializedDate\":true,\"string\":\"Tue Sep 27 2011 19:06:09 GMT+0200 (CEST)\"},\"539\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":497},\"sourceAttrName\":\"textString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":497},\"targetMethodName\":\"highlightJavaScriptSyntax\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"540\":{\"x\":341.1979959929888,\"y\":-18.288721442524036,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"541\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":542},\"id\":553,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":549},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":550}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":552},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"visible\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":11,\"_Position\":{\"__isSmartRef__\":true,\"id\":553},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":554},\"_MaxTextWidth\":90,\"_MinTextWidth\":90,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"_Align\":\"center\",\"_VerticalAlign\":\"center\",\"_TextColor\":{\"__isSmartRef__\":true,\"id\":555},\"owner\":null,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"542\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":543},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":544},\"_Extent\":{\"__isSmartRef__\":true,\"id\":545},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":546},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":547},\"_Fill\":{\"__isSmartRef__\":true,\"id\":548},\"_StrokeOpacity\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"543\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"544\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"545\":{\"x\":100,\"y\":25,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"546\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"547\":{\"r\":0.8,\"g\":0.8,\"b\":0.8,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"548\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"549\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"550\":{\"style\":{\"__isSmartRef__\":true,\"id\":551},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":541},\"storedString\":\"saved source\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"551\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"552\":{\"morph\":{\"__isSmartRef__\":true,\"id\":541},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"553\":{\"x\":295.51426826444225,\"y\":225.30626630721798,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"554\":{\"x\":100,\"y\":25,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"555\":{\"r\":0,\"g\":0.8,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"556\":{\"x\":200,\"y\":40,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"557\":{\"doSave\":{\"__isSmartRef__\":true,\"id\":558},\"boundEval\":{\"__isSmartRef__\":true,\"id\":566},\"reset\":{\"__isSmartRef__\":true,\"id\":574},\"display\":{\"__isSmartRef__\":true,\"id\":578},\"hasChanged\":{\"__isSmartRef__\":true,\"id\":582},\"setTarget\":{\"__isSmartRef__\":true,\"id\":586},\"displayStatus\":{\"__isSmartRef__\":true,\"id\":590}},\"558\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":559},\"source\":\"function doSave() {\\n $super();\\n var saved = this.boundEval(this.getTextString());\\n if (saved) {\\n this.lastSaveSource = this.textString;\\n this.owner.changeIndicator.indicateUnsavedChanges();\\n this.owner.updateLists();\\n this.owner.selectChangedContent(this.getTextString());\\n this.displayStatus(\\\"saved source\\\", Color.green);\\n } else {\\n this.displayStatus(\\\"not saved\\\", Color.red);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":564},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"559\":{\"this\":{\"__isSmartRef__\":true,\"id\":497},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":560}},\"560\":{\"$super\":{\"__isSmartRef__\":true,\"id\":561}},\"561\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":562},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":563},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"562\":{\"obj\":{\"__isSmartRef__\":true,\"id\":497},\"name\":\"doSave\"},\"563\":{},\"564\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":565},\"user\":\"lauritz\"},\"565\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 23:15:19 GMT+0100 (CET)\"},\"566\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":567},\"source\":\"function boundEval(str) {\\n var result;\\n\\n this.objectEditorPane.ensureAnnotationLayer();\\n withLayers([ScriptAnnotationLayer], function() {\\n result = $super(str);\\n })\\n \\n return result\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":572},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"567\":{\"this\":{\"__isSmartRef__\":true,\"id\":497},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":568}},\"568\":{\"$super\":{\"__isSmartRef__\":true,\"id\":569}},\"569\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":570},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":571},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"570\":{\"obj\":{\"__isSmartRef__\":true,\"id\":497},\"name\":\"boundEval\"},\"571\":{},\"572\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":573},\"user\":\"lauritz\",\"categories\":[]},\"573\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 16 2011 05:41:53 GMT+0100 (CET)\"},\"574\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":575},\"source\":\"function reset() {\\n this.doitContext = null;\\n this.lastSaveSource = \\\"\\\";\\n this.textString = \\\"\\\";\\n this.lastSaveSource = this.textString;\\n this.enableSyntaxHighlighting();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":576},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"575\":{\"this\":{\"__isSmartRef__\":true,\"id\":497}},\"576\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":577},\"user\":\"cschuster\",\"tags\":[]},\"577\":{\"isSerializedDate\":true,\"string\":\"Wed May 16 2012 20:52:57 GMT+0200 (CEST)\"},\"578\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":579},\"source\":\"function display(jsCode) {\\n this.lastSaveSource = jsCode;\\n this.setTextString(jsCode);\\n this.highlightJavaScriptSyntax();\\n this.applyStyle({align: 'left'});\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":580},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"579\":{\"this\":{\"__isSmartRef__\":true,\"id\":497}},\"580\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":581},\"user\":\"lauritz\",\"categories\":[]},\"581\":{\"isSerializedDate\":true,\"string\":\"Tue Sep 27 2011 19:47:57 GMT+0200 (CEST)\"},\"582\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":583},\"source\":\"function hasChanged() {\\n var cleanText = function (string) {\\n var source = string.trim();\\n if (source.substring(0,2) === \\\"//\\\") {\\n // removes annotation line\\n source = source.substring(source.indexOf(\\\"\\\\n\\\"), source.length);\\n source = source.trim();\\n }\\n if (source === 'undefined' || source === 'null') source = '';\\n return source;\\n }\\n var cleanedTextString = cleanText(this.textString);\\n var cleanedLastSource = cleanText(this.lastSaveSource);\\n return cleanedTextString !== cleanedLastSource;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":584},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"583\":{\"this\":{\"__isSmartRef__\":true,\"id\":497}},\"584\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":585},\"user\":\"lauritz\",\"categories\":[]},\"585\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 03 2011 18:29:45 GMT+0200 (CEST)\"},\"586\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":587},\"source\":\"function setTarget(target) {\\n module('lively.ide.SyntaxHighlighting').load(true);\\n this.doitContext = target;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":588},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"587\":{\"this\":{\"__isSmartRef__\":true,\"id\":497}},\"588\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":589},\"user\":\"lauritz\",\"categories\":[]},\"589\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:30:39 GMT+0100 (CET)\"},\"590\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":591},\"source\":\"function displayStatus(msg, color, delay) {\\n if (!this.statusMorph) {\\n this.statusMorph = new TextMorph(pt(100,25).extentAsRectangle());\\n this.statusMorph.applyStyle({borderWidth: 1, strokeOpacity: 0, borderColor: Color.gray});\\n this.statusMorph.setFill(this.owner.getFill());\\n this.statusMorph.setFontSize(11);\\n this.statusMorph.setAlign('center');\\n this.statusMorph.setVerticalAlign('center');\\n }\\n this.statusMorph.setTextString(msg);\\n this.statusMorph.centerAt(this.innerBounds().center());\\n this.statusMorph.setTextColor(color || Color.black);\\n this.addMorph(this.statusMorph);\\n (function() { this.statusMorph.remove() }).bind(this).delay(delay || 2); \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":592},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"591\":{\"this\":{\"__isSmartRef__\":true,\"id\":497}},\"592\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":593},\"user\":\"lauritz\",\"categories\":[]},\"593\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 23 2011 18:23:05 GMT+0100 (CET)\"},\"594\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":595}],\"scripts\":[],\"id\":847,\"shape\":{\"__isSmartRef__\":true,\"id\":609},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":624},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":612},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":625},\"label\":{\"__isSmartRef__\":true,\"id\":595},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Rotation\":0,\"padding\":{\"__isSmartRef__\":true,\"id\":634},\"name\":\"ObjectEditorClassButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":635},\"_Scale\":1,\"owner\":null,\"layout\":{\"__isSmartRef__\":true,\"id\":636},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":637},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":638},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"595\":{\"submorphs\":[],\"scripts\":[],\"id\":848,\"shape\":{\"__isSmartRef__\":true,\"id\":596},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":116,\"_MaxTextHeight\":18,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":601},\"textColor\":{\"__isSmartRef__\":true,\"id\":599},\"owner\":{\"__isSmartRef__\":true,\"id\":594},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":602}],\"padding\":{\"__isSmartRef__\":true,\"id\":604},\"_Padding\":{\"__isSmartRef__\":true,\"id\":605},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":606},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":607},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":608},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"596\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":597},\"_Extent\":{\"__isSmartRef__\":true,\"id\":598},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":599},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":600},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"597\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"598\":{\"x\":116,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"599\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"600\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"601\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"602\":{\"style\":{\"__isSmartRef__\":true,\"id\":603},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":595},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"603\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"604\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"605\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"606\":{\"x\":116,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"607\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"608\":{\"morph\":{\"__isSmartRef__\":true,\"id\":595},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"609\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":610},\"_Extent\":{\"__isSmartRef__\":true,\"id\":611},\"_Fill\":{\"__isSmartRef__\":true,\"id\":612},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":622},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":623},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"610\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"611\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"612\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":613},{\"__isSmartRef__\":true,\"id\":615},{\"__isSmartRef__\":true,\"id\":617},{\"__isSmartRef__\":true,\"id\":619}],\"vector\":{\"__isSmartRef__\":true,\"id\":621},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"613\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":614}},\"614\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"615\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":616}},\"616\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"617\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":618}},\"618\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"619\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":620}},\"620\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"621\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"622\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"623\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"624\":{\"x\":820,\"y\":8.999999999999972,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"625\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":626},{\"__isSmartRef__\":true,\"id\":628},{\"__isSmartRef__\":true,\"id\":630},{\"__isSmartRef__\":true,\"id\":632}],\"vector\":{\"__isSmartRef__\":true,\"id\":621},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"626\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":627}},\"627\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"628\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":629}},\"629\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"630\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":631}},\"631\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"632\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":633}},\"633\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"634\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"635\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"636\":{\"moveHorizontal\":true},\"637\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"638\":{\"morph\":{\"__isSmartRef__\":true,\"id\":594},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"639\":{\"submorphs\":[],\"scripts\":[],\"id\":\"C74AE022-1184-4FDF-A53D-A17627FF61EA\",\"shape\":{\"__isSmartRef__\":true,\"id\":640},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":647},\"itemList\":[],\"selectedLineNo\":1,\"showsHalos\":false,\"name\":\"ObjectEditorConnectionList\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":648},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"_ClipMode\":\"auto\",\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":649},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":650}],\"doNotSerialize\":[\"$$selection\"],\"doNotCopyProperties\":[\"$$selection\"],\"prevScroll\":[0,0],\"layout\":{\"__isSmartRef__\":true,\"id\":655},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":656},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":657},\"_FontSize\":10,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":658},\"grabbingEnabled\":false,\"draggingEnabled\":false,\"isCopyMorphRef\":true,\"morphRefId\":19,\"derivationIds\":[209,\"3900F5DF-0FF7-4C94-8BDB-44AAE12B4A3E\",\"35301083-B60D-4A43-8566-23860EEB4C04\",\"9CC401CC-5A35-4643-935B-FD049C284E16\",\"C9879D40-5E79-4C56-AA79-562ED82BF052\",\"9F6F9261-EB76-4B58-B77D-7D70813A1ED7\",\"8B59E237-F372-4F70-9768-7E9C1A7A021D\",\"FC85F1B9-1978-42D2-850C-BD249981E8B4\",\"D2B607C6-A89B-4B3F-91BB-720451EAB98D\",\"CC361093-FF73-479B-9431-C645CB48F518\",\"307D3B7C-C0E1-484F-8D7E-39FBA9D8EDA5\",\"038AF132-861E-4A77-8756-E6B476413639\",\"65B6CA87-98DE-4473-B4DD-F8763BC3B06A\",\"0AA0E45B-6DCC-4AE0-938C-E53794A511DF\",\"806ACC1C-1353-436B-B1FE-568846777C17\"],\"selection\":null,\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":659},\"__LivelyClassName__\":\"lively.morphic.List\"},\"640\":{\"position\":{\"__isSmartRef__\":true,\"id\":641},\"_Extent\":{\"__isSmartRef__\":true,\"id\":642},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":643},\"_Fill\":{\"__isSmartRef__\":true,\"id\":644},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":645},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":646},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"641\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"642\":{\"x\":180,\"y\":74,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"643\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"644\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"645\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"646\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"647\":{\"x\":10,\"y\":441.5965565984398,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"648\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"migrationLevel\":2,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"649\":{\"x\":180,\"y\":75,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"650\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":639},\"sourceAttrName\":\"selection\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"displaySourceForConnection\",\"converterString\":\"function (value) {\\n if (!value) return;\\n return (value === '-- ALL --') ? null : value[1];\\n}\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":651},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":652},\"__LivelyClassName__\":\"AttributeConnection\"},\"651\":{\"source\":{\"__isSmartRef__\":true,\"id\":639},\"target\":{\"__isSmartRef__\":true,\"id\":1}},\"652\":{\"converter\":{\"__isSmartRef__\":true,\"id\":653}},\"653\":{\"originalFunc\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":651},\"source\":\"function (value) {\\n if (!value) return;\\n return (value === '-- ALL --') ? null : value[1];\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":654},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"654\":{},\"655\":{\"resizeHeight\":false,\"moveVertical\":true},\"656\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateListContent\":\"updateListContentHTML\",\"resizeList\":\"resizeListHTML\",\"getItemIndexFromEvent\":\"getItemIndexFromEventHTML\",\"getListExtent\":\"getListExtentHTML\",\"setSize\":\"setSizeHTML\",\"renderAsDropDownList\":\"renderAsDropDownListHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"getSelectedIndexes\":\"getSelectedIndexesHTML\",\"enableMultipleSelections\":\"enableMultipleSelectionsHTML\",\"selectAllAt\":\"selectAllAtHTML\",\"clearSelections\":\"clearSelectionsHTML\",\"deselectAt\":\"deselectAtHTML\"},\"657\":{\"morph\":{\"__isSmartRef__\":true,\"id\":639},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"658\":{\"x\":124.95989979964943,\"y\":-17.076643708895745,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"659\":{\"preselectItem\":{\"__isSmartRef__\":true,\"id\":660}},\"660\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":661},\"source\":\"function preselectItem() {\\n if (this.getList().size() === 2) {\\n this.selectAt(1);\\n } else {\\n this.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":662},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"661\":{\"this\":{\"__isSmartRef__\":true,\"id\":639}},\"662\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":663},\"user\":\"lauritz\"},\"663\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:12:58 GMT+0100 (CET)\"},\"664\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":665}],\"scripts\":[],\"id\":47,\"shape\":{\"__isSmartRef__\":true,\"id\":678},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":693},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":681},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":694},\"label\":{\"__isSmartRef__\":true,\"id\":665},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":703}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Rotation\":0,\"padding\":{\"__isSmartRef__\":true,\"id\":704},\"name\":\"ObjectEditorTargetButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":705},\"_Scale\":1,\"owner\":null,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":706},\"isCopyMorphRef\":true,\"morphRefId\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"665\":{\"submorphs\":[],\"scripts\":[],\"id\":48,\"shape\":{\"__isSmartRef__\":true,\"id\":666},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":116,\"_MaxTextHeight\":20,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":671},\"textColor\":{\"__isSmartRef__\":true,\"id\":669},\"owner\":{\"__isSmartRef__\":true,\"id\":664},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":672}],\"padding\":{\"__isSmartRef__\":true,\"id\":674},\"_Padding\":{\"__isSmartRef__\":true,\"id\":675},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":676},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":677},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"666\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":667},\"_Extent\":{\"__isSmartRef__\":true,\"id\":668},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":669},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":670},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"667\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"668\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"669\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"670\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setOpacity\":\"setOpacityHTML\"},\"671\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"672\":{\"style\":{\"__isSmartRef__\":true,\"id\":673},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":665},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"673\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"674\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"675\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"676\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"677\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"678\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":679},\"_Extent\":{\"__isSmartRef__\":true,\"id\":680},\"_Fill\":{\"__isSmartRef__\":true,\"id\":681},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":691},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":692},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"679\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"680\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"681\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":682},{\"__isSmartRef__\":true,\"id\":684},{\"__isSmartRef__\":true,\"id\":686},{\"__isSmartRef__\":true,\"id\":688}],\"vector\":{\"__isSmartRef__\":true,\"id\":690},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"682\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":683}},\"683\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"684\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":685}},\"685\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"686\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":687}},\"687\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"688\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":689}},\"689\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"690\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"691\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"692\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setOpacity\":\"setOpacityHTML\"},\"693\":{\"x\":215,\"y\":35,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"694\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":695},{\"__isSmartRef__\":true,\"id\":697},{\"__isSmartRef__\":true,\"id\":699},{\"__isSmartRef__\":true,\"id\":701}],\"vector\":{\"__isSmartRef__\":true,\"id\":690},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"695\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":696}},\"696\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"697\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":698}},\"698\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"699\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":700}},\"700\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"701\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":702}},\"702\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"703\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":664},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"chooseTargetMorphMenu\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__LivelyClassName__\":\"AttributeConnection\"},\"704\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"705\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"706\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\"},\"707\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"708\":{\"x\":715.5,\"y\":73.89999999999998,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"709\":{\"submorphs\":[],\"scripts\":[],\"id\":435,\"shape\":{\"__isSmartRef__\":true,\"id\":710},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":true,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":717},\"_MaxTextWidth\":218,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":718},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorMorphSelector\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":719},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":720}],\"charsReplaced\":\"\",\"lastFindLoc\":5,\"priorSelectionRange\":[15,15],\"prevScroll\":[0,0],\"_ClipMode\":\"visible\",\"list\":[],\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":722}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"listMorph\":null,\"_WhiteSpaceHandling\":\"pre-wrap\",\"owner\":null,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":724},\"_Align\":\"left\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":725},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":726},\"_MinTextWidth\":218,\"_MinTextHeight\":null,\"scriptAnnotations\":{\"__isSmartRef__\":true,\"id\":727},\"selection\":{\"__isSmartRef__\":true,\"id\":0},\"previousSelection\":[0,13],\"isCopyMorphRef\":true,\"morphRefId\":1,\"isBeingDragged\":false,\"draggingEnabled\":false,\"layout\":{\"__isSmartRef__\":true,\"id\":746},\"_Rotation\":0,\"_Scale\":1,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":747},\"savedTextString\":\"100\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":748},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"710\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":711},\"_Extent\":{\"__isSmartRef__\":true,\"id\":712},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":713},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":714},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":715},\"_BorderRadius\":3.7000000000000006,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_Fill\":{\"__isSmartRef__\":true,\"id\":716},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"711\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"712\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"713\":{\"r\":0.753,\"g\":0.753,\"b\":0.753,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"714\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"715\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"716\":{\"r\":0.9548430751559654,\"g\":0.9548430751559654,\"b\":0.9548430751559654,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"717\":{\"x\":200,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"718\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"719\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"720\":{\"style\":{\"__isSmartRef__\":true,\"id\":721},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":709},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"721\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"722\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":709},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"setTarget\",\"converter\":null,\"converterString\":\"function (name) { return $world.get(name)}\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":723},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"723\":{\"source\":{\"__isSmartRef__\":true,\"id\":709},\"target\":{\"__isSmartRef__\":true,\"id\":1}},\"724\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"725\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"726\":{\"morph\":{\"__isSmartRef__\":true,\"id\":709},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"727\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":728},\"displayTopLevelMorphs\":{\"__isSmartRef__\":true,\"id\":730},\"onMouseUp\":{\"__isSmartRef__\":true,\"id\":732},\"resetConnections\":{\"__isSmartRef__\":true,\"id\":734},\"setTargetToListSelection\":{\"__isSmartRef__\":true,\"id\":736},\"setTargetOfPane\":{\"__isSmartRef__\":true,\"id\":738},\"onBlur\":{\"__isSmartRef__\":true,\"id\":740},\"reset\":{\"__isSmartRef__\":true,\"id\":742},\"onMouseDown\":{\"__isSmartRef__\":true,\"id\":744}},\"728\":{\"time\":{\"__isSmartRef__\":true,\"id\":729},\"user\":\"lauritz\"},\"729\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 05:27:29 GMT+0200 (CEST)\"},\"730\":{\"time\":{\"__isSmartRef__\":true,\"id\":731},\"user\":\"lauritz\"},\"731\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 14 2011 23:48:37 GMT+0200 (CEST)\"},\"732\":{\"time\":{\"__isSmartRef__\":true,\"id\":733},\"user\":\"lauritz\"},\"733\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 03 2011 18:51:14 GMT+0200 (CEST)\"},\"734\":{\"time\":{\"__isSmartRef__\":true,\"id\":735},\"user\":\"lauritz\"},\"735\":{\"isSerializedDate\":true,\"string\":\"Wed Sep 28 2011 01:03:17 GMT+0200 (CEST)\"},\"736\":{\"time\":{\"__isSmartRef__\":true,\"id\":737},\"user\":\"lauritz\"},\"737\":{\"isSerializedDate\":true,\"string\":\"Sat Oct 15 2011 00:00:58 GMT+0200 (CEST)\"},\"738\":{\"time\":{\"__isSmartRef__\":true,\"id\":739},\"user\":\"lauritz\"},\"739\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 03 2011 18:34:37 GMT+0200 (CEST)\"},\"740\":{\"time\":{\"__isSmartRef__\":true,\"id\":741},\"user\":\"lauritz\"},\"741\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 07 2011 19:24:18 GMT+0200 (CEST)\"},\"742\":{\"time\":{\"__isSmartRef__\":true,\"id\":743},\"user\":\"lauritz\"},\"743\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 07 2011 19:26:15 GMT+0200 (CEST)\"},\"744\":{\"time\":{\"__isSmartRef__\":true,\"id\":745},\"user\":\"lauritz\"},\"745\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 17 2011 19:49:00 GMT+0200 (CEST)\"},\"746\":{},\"747\":{\"x\":153.8540395186758,\"y\":-23.74126935194758,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"748\":{\"getList\":{\"__isSmartRef__\":true,\"id\":749},\"setList\":{\"__isSmartRef__\":true,\"id\":752},\"reset\":{\"__isSmartRef__\":true,\"id\":755},\"example\":{\"__isSmartRef__\":true,\"id\":758},\"removeList\":{\"__isSmartRef__\":true,\"id\":761},\"onBlur\":{\"__isSmartRef__\":true,\"id\":764},\"createListMorph\":{\"__isSmartRef__\":true,\"id\":771},\"resetConnections\":{\"__isSmartRef__\":true,\"id\":774},\"displayTopLevelMorphs\":{\"__isSmartRef__\":true,\"id\":777},\"setTargetToListSelection\":{\"__isSmartRef__\":true,\"id\":780},\"setTargetOfPane\":{\"__isSmartRef__\":true,\"id\":783},\"onMouseDown\":{\"__isSmartRef__\":true,\"id\":786}},\"749\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":750},\"source\":\"function getList() {\\n return this.world().indentedListItemsOfMorphNames();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":751},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"750\":{\"this\":{\"__isSmartRef__\":true,\"id\":709}},\"751\":{},\"752\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":753},\"source\":\"function setList(list) {\\n return this.list = list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":754},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"753\":{\"this\":{\"__isSmartRef__\":true,\"id\":709}},\"754\":{},\"755\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":756},\"source\":\"function reset() {\\n this.list = [];\\n this.textString = 'empty';\\n this.removeList();\\n this.resetConnections();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":757},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"756\":{\"this\":{\"__isSmartRef__\":true,\"id\":709}},\"757\":{},\"758\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":759},\"source\":\"function example() {\\n/*\\nthis.example()\\nthis.getList()\\n*/\\n this.setList(Array.range(0,100));\\n this.textString = 'empty';\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":760},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"759\":{\"this\":{\"__isSmartRef__\":true,\"id\":709}},\"760\":{},\"761\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":762},\"source\":\"function removeList() {\\n this.listMorph && this.listMorph.remove()\\n this.listMorph = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":763},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"762\":{\"this\":{\"__isSmartRef__\":true,\"id\":709}},\"763\":{},\"764\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":765},\"source\":\"function onBlur() {\\n $super();\\n this.removeList();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":770},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"765\":{\"this\":{\"__isSmartRef__\":true,\"id\":709},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":766}},\"766\":{\"$super\":{\"__isSmartRef__\":true,\"id\":767}},\"767\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":768},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":769},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"768\":{\"obj\":{\"__isSmartRef__\":true,\"id\":709},\"name\":\"onBlur\"},\"769\":{},\"770\":{},\"771\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":772},\"source\":\"function createListMorph() {\\n var list = new lively.morphic.List(new Rectangle(0,0, this.getExtent().x, 520));\\n list.setList(this.getList());\\n list.setFontSize(12);\\n\\n list.disableGrabbing();\\n list.disableDragging();\\n \\n this.addMorph(list);\\n list.setPosition(pt(0,0));\\n\\n connect(list, 'selection', this, 'setTargetToListSelection');\\n \\n return list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":773},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"772\":{\"this\":{\"__isSmartRef__\":true,\"id\":709}},\"773\":{},\"774\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":775},\"source\":\"function resetConnections() {\\n disconnectAll(this);\\n connect(this, 'savedTextString', this.owner, 'setTarget', {converter: \\n\\tfunction (name) { return $world.get(name)}});\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":776},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"775\":{\"this\":{\"__isSmartRef__\":true,\"id\":709}},\"776\":{},\"777\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":778},\"source\":\"function displayTopLevelMorphs() {\\n if (this.listMorph) { this.removeList(); return true }\\n var list = this.createListMorph(); \\n this.addMorph(list);\\n this.listMorph = list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":779},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"778\":{\"this\":{\"__isSmartRef__\":true,\"id\":709}},\"779\":{},\"780\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":781},\"source\":\"function setTargetToListSelection(selection) { \\n this.removeList();\\n if (!selection) return;\\n if (this.owner.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function (confirmed) {\\n if (confirmed) that.setTargetOfPane(selection);\\n }\\n this.owner.confirmUnsavedChanges(callback);\\n } else {\\n this.setTargetOfPane(selection);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":782},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"781\":{\"this\":{\"__isSmartRef__\":true,\"id\":709}},\"782\":{},\"783\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":784},\"source\":\"function setTargetOfPane(selection) {\\n this.owner.setTarget(selection);\\n this.setTextString(selection.getName());\\n this.removeList();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":785},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"784\":{\"this\":{\"__isSmartRef__\":true,\"id\":709}},\"785\":{},\"786\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":787},\"source\":\"function onMouseDown(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n return false;\\n } else {\\n this.displayTopLevelMorphs();\\n return true;\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":792},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"787\":{\"this\":{\"__isSmartRef__\":true,\"id\":709},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":788}},\"788\":{\"$super\":{\"__isSmartRef__\":true,\"id\":789}},\"789\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":790},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":791},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"790\":{\"obj\":{\"__isSmartRef__\":true,\"id\":709},\"name\":\"onMouseDown\"},\"791\":{},\"792\":{},\"793\":{\"morph\":{\"__isSmartRef__\":true,\"id\":19},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"794\":{\"sortedScriptNamesOfObj\":{\"__isSmartRef__\":true,\"id\":795},\"setTarget\":{\"__isSmartRef__\":true,\"id\":798},\"generateSourceForScript\":{\"__isSmartRef__\":true,\"id\":801},\"generateSourceForConnection\":{\"__isSmartRef__\":true,\"id\":804},\"generateTargetCode\":{\"__isSmartRef__\":true,\"id\":807},\"sortedConnectionNamesOfObj\":{\"__isSmartRef__\":true,\"id\":810},\"displayJavaScriptSource\":{\"__isSmartRef__\":true,\"id\":813},\"displaySourceForScript\":{\"__isSmartRef__\":true,\"id\":816},\"displaySourceForConnection\":{\"__isSmartRef__\":true,\"id\":819},\"newScript\":{\"__isSmartRef__\":true,\"id\":822},\"newConnection\":{\"__isSmartRef__\":true,\"id\":825},\"deleteSelectedScript\":{\"__isSmartRef__\":true,\"id\":828},\"disconnectConnection\":{\"__isSmartRef__\":true,\"id\":831},\"updateLists\":{\"__isSmartRef__\":true,\"id\":834},\"displayInitialScript\":{\"__isSmartRef__\":true,\"id\":837},\"reset\":{\"__isSmartRef__\":true,\"id\":840},\"selectChangedContent\":{\"__isSmartRef__\":true,\"id\":843}},\"795\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":796},\"source\":\"function sortedScriptNamesOfObj(obj) {\\n if (!Functions.own(obj) || Functions.own(obj).size() == 0) return [];\\n return Functions.own(obj)\\n\\t.select(function(name) { return obj[name].hasLivelyClosure })\\n\\t.sortBy(function(name) { return name.toLowerCase() });\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":797},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"796\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"797\":{},\"798\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":799},\"source\":\"function setTarget(morph) {\\n this.reset();\\n module('lively.ide.SyntaxHighlighting').load(true);\\n this.target = morph;\\n this.morphSelector.textString = (this.target.getName() || this.target.toString());\\n this.scriptPane.doitContext = this.target;\\n this.updateLists();\\n this.displayInitialScript();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":800},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"799\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"800\":{},\"801\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":802},\"source\":\"function generateSourceForScript(scriptName) {\\n var script = this.target[scriptName].getOriginal();\\n return Strings.format('this.addScript(%s);' ,script)\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":803},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"802\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"803\":{},\"804\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":805},\"source\":\"function generateSourceForConnection(connection) {\\n var c = connection, targetObject = this.target;\\n\\tif (!c.getTargetObj() || !c.getTargetObj().name || \\n\\t\\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\\n\\n\\tvar optConfig = []\\n\\tif (c.converterString)\\n\\t\\toptConfig.push(\\\"converter: \\\\n\\\\t\\\" + c.converterString)\\n\\tif (c.updaterString)\\n\\t\\toptConfig.push(\\\"updater: \\\\n\\\\t\\\" + c.updaterString)\\n\\treturn Strings.format('connect(%s, \\\"%s\\\", %s, \\\"%s\\\", {%s});', \\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getSourceObj()),\\n\\t\\t\\tc.getSourceAttrName(),\\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getTargetObj()),\\n\\t\\t\\tc.getTargetMethodName(),\\n\\t\\t\\toptConfig.join(','));\\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":806},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"805\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"806\":{},\"807\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":808},\"source\":\"function generateTargetCode(baseObject, targetObject) {\\n\\tvar name = targetObject.name;\\n\\tif (baseObject === targetObject) \\n\\t\\treturn \\\"this\\\";\\n\\telse if (baseObject[name] === targetObject) \\n\\t\\treturn \\\"this.\\\" + name;\\n\\telse if (baseObject.testObject === targetObject) \\n\\t\\treturn \\\"this.testObject\\\";\\n\\telse if (baseObject.get(name) === targetObject) \\n\\t\\treturn 'this.get(\\\"' + name + '\\\")';\\n\\telse if (targetObject instanceof Morph) \\n\\t\\treturn '$morph(\\\"' + name + '\\\")';\\n\\telse \\n\\t\\treturn \\\"????\\\";\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":809},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"808\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"809\":{},\"810\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":811},\"source\":\"function sortedConnectionNamesOfObj(obj) {\\n if (\\\"attributeConnections\\\" in obj) {\\n return obj.attributeConnections\\n .sortBy(function(each) {return name.toLowerCase() })\\n .collect(function(each) {return [each.getSourceAttrName(), each]});\\n } else {\\n return [];\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":812},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"811\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"812\":{},\"813\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":814},\"source\":\"function displayJavaScriptSource(jsCode) {\\n this.scriptPane.setTextString(jsCode);\\n this.scriptPane.highlightJavaScriptSyntax();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":815},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"814\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"815\":{},\"816\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":817},\"source\":\"function displaySourceForScript(scriptName) {\\n if (!scriptName) return;\\n var code = \\\"\\\", that = this;\\n if (scriptName === \\\"-- ALL --\\\") {\\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForScript(each)).concat(\\\"\\\\n\\\\n\\\");\\n });\\n } else {\\n code = this.generateSourceForScript(scriptName); \\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":818},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"817\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"818\":{},\"819\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":820},\"source\":\"function displaySourceForConnection(connection) {\\n if (!connection) return;\\n var code = \\\"\\\", that = this;\\n if ((typeof connection === \\\"string\\\") && connection === \\\"-- ALL --\\\") {\\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\\\"\\\\n\\\\n\\\");\\n })\\n } else {\\n code = this.generateSourceForConnection(connection);\\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":821},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"820\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"821\":{},\"822\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":823},\"source\":\"function newScript() {\\n if (this.target) {\\n var code = \\\"this.addScript(function SCRIPTNAME() {\\\\n\\\\t\\\\n});\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":824},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"823\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"824\":{},\"825\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":826},\"source\":\"function newConnection() {\\n if (this.target) {\\n var code = \\\"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":827},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"826\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"827\":{},\"828\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":829},\"source\":\"function deleteSelectedScript() {\\n if (this.scriptList.selection && this.target) {\\n if (!this.target.hasOwnProperty(this.scriptList.selection)) return;\\n delete this.target[this.scriptList.selection];\\n this.updateLists();\\n this.displayInitialScript();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":830},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"829\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"830\":{},\"831\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":832},\"source\":\"function disconnectConnection() {\\n var selection = this.connectionList.selection;\\n if (selection && \\n (typeof selection !== \\\"string\\\") &&\\n this.target.attributeConnections.indexOf(selection[1]) > -1) {\\n var c = this.connectionList.selection[1];\\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\\n this.updateLists();\\n this.displayInitialScript();\\n } \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":833},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"832\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"833\":{},\"834\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":835},\"source\":\"function updateLists() {\\n this.scriptList.setList(this.sortedScriptNamesOfObj(this.target));\\n var scriptListItems = this.scriptList.getList();\\n scriptListItems.unshift(\\\"-- ALL --\\\");\\n this.scriptList.setList(scriptListItems);\\n\\n this.connectionList.setList(this.sortedConnectionNamesOfObj(this.target));\\n var connectionListItems = this.connectionList.getList();\\n connectionListItems.unshift(\\\"-- ALL --\\\");\\n this.connectionList.setList(connectionListItems);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":836},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"835\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"836\":{},\"837\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":838},\"source\":\"function displayInitialScript() {\\n if (this.scriptList.getList().size() > 1) {\\n this.scriptList.selectAt(0);\\n } else if (this.connectionList.getList().size() > 1) {\\n this.connectionList.selectAt(0);\\n } else {\\n this.scriptList.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":839},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"838\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"839\":{},\"840\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":841},\"source\":\"function reset() {\\n this.target = null;\\n this.scriptPane.doitContext = null;\\n this.scriptList.setList();\\n this.connectionList.setList();\\n this.scriptPane.setTextString(\\\"\\\");\\n this.morphSelector.reset();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":842},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"841\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"842\":{},\"843\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":844},\"source\":\"function selectChangedContent(source) {\\n\\n var addScriptRegex = /this\\\\.addScript\\\\s*\\\\(\\\\s*function\\\\s*([^\\\\(]*)/g;\\n var addScriptMatches = [];\\n var addScriptMatch = addScriptRegex.exec(source);\\n while (addScriptMatch) {\\n addScriptMatches.push(addScriptMatch[1]);\\n addScriptMatch = addScriptRegex.exec(source);\\n }\\n \\n // if scripts were added, select either a specific one or all\\n if (addScriptMatches.length > 0) { \\n if (addScriptMatches.length === 1) {\\n var index = this.scriptList.getList().indexOf(addScriptMatches[0]);\\n if (index > -1) { \\n return this.scriptList.selectAt(index);\\n }\\n }\\n return this.scriptList.selectAt(0);\\n }\\n\\n var connectionRegex = \\n /connect\\\\(\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"\\\\s*,\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"/g;\\n var connectionMatches = [];\\n var connectionMatch = connectionRegex.exec(source);\\n while (connectionMatch) {\\n connectionMatches.push(connectionMatch);\\n connectionMatch = connectionRegex.exec(source);\\n }\\n\\n // if connections were made, select either a specific one or all\\n if (connectionMatches.length > 0) {\\n if (connectionMatches.length === 1) {\\n var match = connectionMatches[0];\\n for (var i=0; i -1) {\\n var c = selection[1];\\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\\n editor.updateLists();\\n editor.displayInitialScript();\\n } \\n }\\n\\n var message = 'Disconnect \\\"' + selection[0] +'\\\" connection?';\\n var callback = disconnectConnection;\\n\\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\\n\\n return this.world().openDialog(dialog);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1043},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1042\":{\"this\":{\"__isSmartRef__\":true,\"id\":989}},\"1043\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1044},\"user\":\"lauritz\",\"categories\":[]},\"1044\":{\"isSerializedDate\":true,\"string\":\"Fri Nov 11 2011 01:46:54 GMT+0100 (CET)\"},\"1045\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1046}],\"scripts\":[],\"id\":\"9A977DA2-B325-4DFA-9683-3DC9ECEFAAC0\",\"shape\":{\"__isSmartRef__\":true,\"id\":1061},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1077},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1064},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1078},\"label\":{\"__isSmartRef__\":true,\"id\":1046},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1087}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1089},\"name\":\"ObjectEditorRemoveScriptButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1090},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1091},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1092},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1093},\"isCopyMorphRef\":true,\"morphRefId\":24,\"draggingEnabled\":false,\"objectEditorPane\":{\"__isSmartRef__\":true,\"id\":1},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1094},\"derivationIds\":[217,\"FDC10087-12CF-4570-9211-8309CB6A9AA3\",\"E18FC530-4B1F-4F08-8DA6-3866A3519E56\",\"04A2AAC3-6A9E-40BB-9408-EBB2567EE63B\",\"8C1A42CE-840C-4AAE-BD79-C93A445B9EBF\",\"61FC11FA-B87E-4EFE-BD15-564D3178B68B\",\"ED34F9B5-9E00-41B3-8313-D9C3D6B3B231\",\"A7481F4B-D444-4B4F-BDA2-4F9F03AEC24D\",\"7DDF7175-34FC-4521-A7C3-580A8BE63351\",\"DEA39C05-FAD7-4882-AB3D-0EE12C3408F9\",\"99186A50-1411-4B6F-B1CB-FF0742C20D7D\",\"10F3E467-6BB8-4D07-BD17-8C50593FD6B8\",\"7260818C-6472-4288-8BDD-1E7798A543F3\",\"DEBB5BDB-018D-4BA1-9FB9-73DC84C51D89\",\"D75BCAED-3029-46EB-B944-4A102BB1BC0F\"],\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1095},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1046\":{\"submorphs\":[],\"scripts\":[],\"id\":\"853E19A1-E97D-463D-A24F-0148671EB696\",\"shape\":{\"__isSmartRef__\":true,\"id\":1047},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":21,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1053},\"textColor\":{\"__isSmartRef__\":true,\"id\":1050},\"owner\":{\"__isSmartRef__\":true,\"id\":1045},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1054}],\"padding\":{\"__isSmartRef__\":true,\"id\":1056},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1057},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1058},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1059},\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1060},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":21,\"_MinTextHeight\":null,\"draggingEnabled\":false,\"derivationIds\":[218,\"852A7BD9-52EE-4708-A2D5-1BDECF33C958\",\"7B4F173E-9726-472A-9B30-530D4AA92AD9\",\"CBA217F6-2832-4213-9ABE-47753C1A4180\",\"E6B97D1D-95D5-4644-9359-1D08D42A51F4\",\"4391A57E-70C2-4628-9828-DD668CCE546E\",\"F0C6C298-3B8B-42B2-B5E9-E5B82F607B01\",\"DF0CAF75-4247-4797-B1A0-AD7444391E2A\",\"B4C4F09B-F663-47A1-B85F-461D5452F5F8\",\"FD966AB1-4685-4151-9A38-B1B21B0237EF\",\"CA91FC2C-D7CC-4123-AFD2-108F8F0C2E97\",\"88F1581A-7AEF-4646-B7F9-3890CDDB8494\",\"DC577877-7F00-4238-9246-08C2A10C0CC9\",\"818C9467-71A2-44D6-B01F-1523A0CD5476\",\"C0CF3DDB-AA12-49E0-B12A-6B620552BB47\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1047\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1048},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1049},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1050},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1051},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1052},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1048\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1049\":{\"x\":25,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1050\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1051\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1052\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1053\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1054\":{\"style\":{\"__isSmartRef__\":true,\"id\":1055},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1046},\"storedString\":\"-\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1055\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1056\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1057\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1058\":{\"x\":25,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1059\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1060\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1046},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1061\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1062},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1063},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1064},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1074},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1075},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1076},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1062\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1063\":{\"x\":25,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1064\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1065},{\"__isSmartRef__\":true,\"id\":1067},{\"__isSmartRef__\":true,\"id\":1069},{\"__isSmartRef__\":true,\"id\":1071}],\"vector\":{\"__isSmartRef__\":true,\"id\":1073},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1065\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1066}},\"1066\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1067\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1068}},\"1068\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1069\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1070}},\"1070\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1071\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1072}},\"1072\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1073\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1074\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1075\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1076\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1077\":{\"x\":160,\"y\":40,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1078\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1079},{\"__isSmartRef__\":true,\"id\":1081},{\"__isSmartRef__\":true,\"id\":1083},{\"__isSmartRef__\":true,\"id\":1085}],\"vector\":{\"__isSmartRef__\":true,\"id\":1073},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1079\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1080}},\"1080\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1081\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1082}},\"1082\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1083\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1084}},\"1084\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1085\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1086}},\"1086\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1087\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1045},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1045},\"targetMethodName\":\"deleteSelectedScript\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1088},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1088\":{\"source\":{\"__isSmartRef__\":true,\"id\":1045},\"target\":{\"__isSmartRef__\":true,\"id\":1045}},\"1089\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1090\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1091\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1092\":{\"x\":30,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1093\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1045},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1094\":{\"x\":33.35839679439101,\"y\":-21.324811622839547,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1095\":{\"deleteSelectedScript\":{\"__isSmartRef__\":true,\"id\":1096}},\"1096\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1097},\"source\":\"function deleteSelectedScript() {\\n\\n var editor = this.objectEditorPane;\\n var selection = editor.scriptList.selection;\\n\\n if (!editor.target || editor.scriptList.getList().size() < 2) \\n return; \\n\\n var deleteScript = function (confirmed) {\\n if (!confirmed) return;\\n \\n if (selection && editor.target) {\\n if (!editor.target.hasOwnProperty(selection)) \\n return;\\n delete editor.target[selection];\\n editor.updateLists();\\n editor.displayInitialScript();\\n }\\n }\\n\\n var message = 'Delete \\\"' + selection + '\\\" script?';\\n var callback = deleteScript;\\n\\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\\n\\n return this.world().openDialog(dialog);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1098},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1097\":{\"this\":{\"__isSmartRef__\":true,\"id\":1045}},\"1098\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1099},\"user\":\"lauritz\"},\"1099\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 18:12:21 GMT+0100 (CET)\"},\"1100\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1101}],\"scripts\":[],\"id\":\"1CF44342-896F-4ACB-847F-7CB3CD10ED5A\",\"shape\":{\"__isSmartRef__\":true,\"id\":1117},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1133},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1120},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1134},\"label\":{\"__isSmartRef__\":true,\"id\":1101},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1143},\"name\":\"ObjectEditorMorphSelector\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1144},\"list\":[],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1145},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1146},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1147},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1148},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"textString\":\"\",\"selection\":{\"__isSmartRef__\":true,\"id\":1149},\"_ClipMode\":\"visible\",\"prevScroll\":[0,0],\"listMorph\":null,\"derivationIds\":[221,\"4AC64FBA-95AC-42B2-A078-B6DA97889093\",\"E26ED0E6-C4CE-4C82-94D5-175270E8459E\",\"D292F2FC-C2B6-48AE-B779-8CC5868FFA49\",\"53A862EB-032C-4BF0-9B21-58C7E0C0A9B2\",\"CC4D188B-510F-48DE-A0E1-EC8D2CD63F9F\",\"0CD057F2-3517-4849-A69E-1EF79B05ACE8\",\"66EBBB7D-8FA7-4D43-AE78-A18DA3B970BA\",\"A50C1893-4138-4E29-865B-92F53F76D08A\",\"1EC5D2B9-3539-419A-8DD6-CE82DEABB02C\",\"95DC06D5-F4C7-49E2-8A01-110D1B0AFBD0\",\"672DEFAB-2BE5-4C60-9779-3B44694FBEB1\",\"E3476213-5872-492C-BE29-0C6A5A150ED8\",\"AA2F6ABE-1CCB-403D-94DD-8FB371F3DDCE\",\"54B67D51-AB19-40A0-A2A6-EC51F3171CAC\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1166},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1101\":{\"submorphs\":[],\"scripts\":[],\"id\":\"DE32EFA9-C920-42F6-9F2E-7EDABEC006AF\",\"shape\":{\"__isSmartRef__\":true,\"id\":1102},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":220,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1108},\"textColor\":{\"__isSmartRef__\":true,\"id\":1105},\"owner\":{\"__isSmartRef__\":true,\"id\":1100},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1109}],\"padding\":{\"__isSmartRef__\":true,\"id\":1111},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1111},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1112},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1113}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1114},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1115},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":220,\"_MinTextHeight\":null,\"_Align\":\"left\",\"_FontFamily\":\"Arial\",\"_FontSize\":10,\"derivationIds\":[222,\"30F054A3-7658-405B-8098-B7D87AA8A9ED\",\"556D6E07-45B7-42EC-A486-DE275EF0B034\",\"06B0B080-467A-46CC-8B0D-9C0A9B9A71F1\",\"5E2D96C9-BB9B-4735-8673-A79847435197\",\"B48AA022-2022-4A2A-9090-4D884FB3DFD3\",\"8B2F743A-98C5-45E1-B03C-5019114EAC47\",\"D09C56C3-A2DC-4BDF-B8A1-6365138ECD01\",\"74158C3D-B79E-43E7-B111-48701B10ACE2\",\"B19E117B-E40F-4B9F-86AC-BFB2AAFD5336\",\"4E3B3D72-E52C-44ED-AE32-78939BA1ECFD\",\"2459D1F0-E49C-4882-AB4C-D78C1A496962\",\"3D8D3B02-0459-45C1-A606-D0DB4B07958C\",\"78AAE288-D261-4BEA-9436-C8C31B890B44\",\"2E10F795-9892-4BF7-9A46-BCB90FD6112E\"],\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1116},\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1102\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1103},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1104},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1105},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1106},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1107},\"_BorderWidth\":0,\"_Fill\":null,\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1103\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1104\":{\"x\":220,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1105\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1106\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1107\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1108\":{\"x\":2,\"y\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1109\":{\"style\":{\"__isSmartRef__\":true,\"id\":1110},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1101},\"storedString\":\"empty\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1110\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1111\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1112\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1113\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1101},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1100},\"targetMethodName\":\"selection\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1114\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1115\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1101},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1116\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1117\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1118},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1119},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1120},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1130},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1131},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1132},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1118\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1119\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1120\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1121},{\"__isSmartRef__\":true,\"id\":1123},{\"__isSmartRef__\":true,\"id\":1125},{\"__isSmartRef__\":true,\"id\":1127}],\"vector\":{\"__isSmartRef__\":true,\"id\":1129},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1121\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1122}},\"1122\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1123\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1124}},\"1124\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1125\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1126}},\"1126\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1127\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1128}},\"1128\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1129\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1130\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1131\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1132\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1133\":{\"x\":240.1308656788165,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1134\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1135},{\"__isSmartRef__\":true,\"id\":1137},{\"__isSmartRef__\":true,\"id\":1139},{\"__isSmartRef__\":true,\"id\":1141}],\"vector\":{\"__isSmartRef__\":true,\"id\":1129},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1135\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1136}},\"1136\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1137\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1138}},\"1138\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1139\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1140}},\"1140\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1141\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1142}},\"1142\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1143\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1144\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"partName\":\"ChoiceButton\",\"comment\":\"Click on it and you get a list of things to choose from.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1145\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1146\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1100},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1147\":{\"x\":122.93118375058827,\"y\":-11.582832083333244,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1148\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1149\":{\"submorphs\":[],\"scripts\":[],\"id\":181,\"shape\":{\"__isSmartRef__\":true,\"id\":1150},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1156},\"_MaxTextWidth\":580,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1157},\"showsHalos\":false,\"_FontSize\":28,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Title\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1158},\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1159},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1160},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1161}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1163},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1164},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":580,\"_MinTextHeight\":null,\"_Rotation\":0,\"_Scale\":1.002003004005006,\"previousSelection\":[35,35],\"priorSelectionRange\":[23,23],\"charsReplaced\":\"WIP / Proof of Concept\",\"lastFindLoc\":22,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1165},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"isCopyMorphRef\":true,\"morphRefId\":2,\"prevScroll\":[0,0],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1150\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1151},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1152},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1153},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1154},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1155},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1151\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1152\":{\"x\":580,\"y\":43,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1153\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1154\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1155\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1156\":{\"x\":37,\"y\":23,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1157\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1158\":{\"partsSpaceName\":\"PartsBin/Worlds/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"For example a world title.\",\"partName\":\"Title\",\"migrationLevel\":2,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1159\":{\"r\":0,\"g\":0.309,\"b\":0.595,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1160\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1161\":{\"style\":{\"__isSmartRef__\":true,\"id\":1162},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1149},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1162\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1163\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1149},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1164\":{\"x\":580,\"y\":43,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1165\":{\"x\":221,\"y\":-12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1166\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":1167},\"getList\":{\"__isSmartRef__\":true,\"id\":1171},\"removeList\":{\"__isSmartRef__\":true,\"id\":1175},\"reset\":{\"__isSmartRef__\":true,\"id\":1179},\"displayTopLevelMorphs\":{\"__isSmartRef__\":true,\"id\":1183},\"onMouseDown\":{\"__isSmartRef__\":true,\"id\":1187},\"setTargetOfPane\":{\"__isSmartRef__\":true,\"id\":1195},\"setTargetToListSelection\":{\"__isSmartRef__\":true,\"id\":1199},\"onBlur\":{\"__isSmartRef__\":true,\"id\":1203},\"setTarget\":{\"__isSmartRef__\":true,\"id\":1211},\"setTargetOnSelection\":{\"__isSmartRef__\":true,\"id\":1215}},\"1167\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1168},\"source\":\"function createListMorph() {\\n var items = this.getList();\\n \\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\\n\\n var listMorph = new lively.morphic.List(extent);\\n listMorph.setList(items);\\n listMorph.setFontSize(10);\\n\\n listMorph.disableGrabbing();\\n listMorph.disableDragging();\\n\\n connect(listMorph, 'selection', this, 'setTargetToListSelection');\\n \\n return listMorph;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1169},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1168\":{\"this\":{\"__isSmartRef__\":true,\"id\":1100}},\"1169\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1170},\"user\":\"lauritz\",\"tags\":[]},\"1170\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 13 2011 18:55:41 GMT+0100 (CET)\"},\"1171\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1172},\"source\":\"function getList() {\\n var worldEntry = {\\n isListItem: true,\\n selectionString: 'World',\\n string: 'World',\\n value: this.world()\\n };\\n var list = this.world().indentedListItemsOfMorphNames();\\n list.unshift(worldEntry);\\n return list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1173},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1172\":{\"this\":{\"__isSmartRef__\":true,\"id\":1100}},\"1173\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1174},\"user\":\"lauritz\",\"tags\":[]},\"1174\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 21 2011 23:12:23 GMT+0100 (CET)\"},\"1175\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1176},\"source\":\"function removeList() {\\n this.listMorph && this.listMorph.remove();\\n this.listMorph = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1177},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1176\":{\"this\":{\"__isSmartRef__\":true,\"id\":1100}},\"1177\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1178},\"user\":\"lauritz\",\"tags\":[]},\"1178\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:51:07 GMT+0100 (CET)\"},\"1179\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1180},\"source\":\"function reset() {\\n this.list = [];\\n this.setLabel('empty');\\n this.label.setAlign('left');\\n this.removeList();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'});\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1181},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1180\":{\"this\":{\"__isSmartRef__\":true,\"id\":1100}},\"1181\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1182},\"user\":\"lauritz\",\"tags\":[]},\"1182\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:34:06 GMT+0100 (CET)\"},\"1183\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1184},\"source\":\"function displayTopLevelMorphs() {\\n var list = this.createListMorph(); \\n if (this.getList().length === 0) return;\\n this.addMorph(list);\\n this.listMorph = list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1185},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1184\":{\"this\":{\"__isSmartRef__\":true,\"id\":1100}},\"1185\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1186},\"user\":\"lauritz\",\"tags\":[]},\"1186\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 13 2011 18:53:20 GMT+0100 (CET)\"},\"1187\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1188},\"source\":\"function onMouseDown(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n // clicked on morph, not the list, not the list's scrollbar\\n if (evt.target === this.renderContext().shapeNode)\\n this.removeList();\\n } else {\\n this.displayTopLevelMorphs();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1193},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1188\":{\"this\":{\"__isSmartRef__\":true,\"id\":1100},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1189}},\"1189\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1190}},\"1190\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1191},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1192},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1191\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1100},\"name\":\"onMouseDown\"},\"1192\":{},\"1193\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1194},\"user\":\"lauritz\",\"tags\":[]},\"1194\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:30:39 GMT+0100 (CET)\"},\"1195\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1196},\"source\":\"function setTargetOfPane(selection) {\\n this.owner.setTarget(selection);\\n this.label.setAlign('left');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1197},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1196\":{\"this\":{\"__isSmartRef__\":true,\"id\":1100}},\"1197\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1198},\"user\":\"lauritz\",\"tags\":[]},\"1198\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 04:30:42 GMT+0100 (CET)\"},\"1199\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1200},\"source\":\"function setTargetToListSelection() { \\n var selection = this.listMorph.selection;\\n this.removeList();\\n if (!selection) return;\\n if (this.owner.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function (confirmed) {\\n if (confirmed) that.setTargetOfPane(selection);\\n }\\n this.owner.confirmUnsavedChanges(callback);\\n } else {\\n this.setTargetOfPane(selection);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1201},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1200\":{\"this\":{\"__isSmartRef__\":true,\"id\":1100}},\"1201\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1202},\"user\":\"lauritz\",\"tags\":[]},\"1202\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 06:06:48 GMT+0100 (CET)\"},\"1203\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1204},\"source\":\"function onBlur(evt) {\\n $super(evt);\\n \\n // workaround - otherwise other morphs get this event\\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\\n this.removeList();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1209},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1204\":{\"this\":{\"__isSmartRef__\":true,\"id\":1100},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1205}},\"1205\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1206}},\"1206\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1207},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1208},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1207\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1100},\"name\":\"onBlur\"},\"1208\":{},\"1209\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1210},\"user\":\"lauritz\",\"tags\":[]},\"1210\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:30:08 GMT+0100 (CET)\"},\"1211\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1212},\"source\":\"function setTarget(target) {\\n this.label.setTextString(target.getName() || target.toString());\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1213},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1212\":{\"this\":{\"__isSmartRef__\":true,\"id\":1100}},\"1213\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1214},\"user\":\"lauritz\",\"tags\":[]},\"1214\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 04:29:39 GMT+0100 (CET)\"},\"1215\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1216},\"source\":\"function setTargetOnSelection() {\\n if (this.listMorph && this.listMorph.renderContext() && this.listMorph.renderContext().listNode.value) {\\n this.setTargetToListSelection();\\n this.stopStepping();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1217},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1216\":{\"this\":{\"__isSmartRef__\":true,\"id\":1100}},\"1217\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1218},\"user\":\"lauritz\",\"tags\":[]},\"1218\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 06:12:06 GMT+0100 (CET)\"},\"1219\":{\"submorphs\":[],\"scripts\":[],\"id\":\"A8E7E359-A02C-427B-8D23-C707CE9664B2\",\"shape\":{\"__isSmartRef__\":true,\"id\":1220},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":false,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1226},\"_MaxTextWidth\":64.8979476392384,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1223},\"showsHalos\":false,\"_FontSize\":9,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorScriptsText1\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1227},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1228}],\"charsReplaced\":\"Scripts\",\"lastFindLoc\":-7,\"priorSelectionRange\":[0,7],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1230},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1231},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1232},\"_WhiteSpaceHandling\":\"pre-wrap\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":64.8979476392384,\"_MinTextHeight\":null,\"_ClipMode\":\"visible\",\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1233},\"eventsAreIgnored\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"isCopyMorphRef\":true,\"morphRefId\":27,\"derivationIds\":[223,\"5E3A69EF-26C1-4D0D-B04C-8C3894017F56\",\"14AB1B91-3ED6-49AE-AA58-47D18B6C569F\",\"991D4A54-1FC4-4BC7-AA82-F814AC52CDE3\",\"DB9B19F7-4390-4CE5-9B1D-62177CB8D605\",\"8F7B2EE9-9538-4044-B75B-6A12F3108B70\",\"4B9F9B4B-C7D3-418D-9AC9-10503A4EBF8E\",\"324EE422-8C94-43CE-B964-A3150830C25F\",\"36D1ECF9-591F-426B-A4F6-B337D7DB053B\",\"CB52849C-BE64-4053-8D07-758F969F84EB\",\"F1C241D4-A689-4DB7-942F-ADB5F39D9CAA\",\"F9D413A0-184F-47F5-9B55-D05D511915CB\",\"F4C5DA2D-8203-47EB-834D-2D03338B0419\",\"1E089341-3FFF-45CD-9C21-BA7A8B4CF6F2\",\"87F8B14A-C122-40D7-8405-CA07248E60D3\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1220\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1221},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1222},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1223},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1224},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1225},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1221\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1222\":{\"x\":64.8979476392384,\"y\":13,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1223\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1224\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1225\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1226\":{\"x\":198.16434648623274,\"y\":12.911539589748486,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1227\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1228\":{\"style\":{\"__isSmartRef__\":true,\"id\":1229},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1219},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Target:\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1229\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1230\":{\"x\":64.8979476392384,\"y\":13,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1231\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1232\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1219},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1233\":{\"x\":41.065989525935834,\"y\":-10.506047005169194,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1234\":{\"submorphs\":[],\"scripts\":[],\"id\":\"147F9160-7168-44A4-9EA4-A36466EE1F52\",\"shape\":{\"__isSmartRef__\":true,\"id\":1235},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":false,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1241},\"_MaxTextWidth\":64.8979476392384,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1238},\"showsHalos\":false,\"_FontSize\":9,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorScriptsText2\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1242},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1243}],\"charsReplaced\":\"Scripts\",\"lastFindLoc\":-7,\"priorSelectionRange\":[0,7],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1245},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1246},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1247},\"_WhiteSpaceHandling\":\"pre-wrap\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":64.8979476392384,\"_MinTextHeight\":null,\"_ClipMode\":\"visible\",\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1248},\"eventsAreIgnored\":true,\"isCopyMorphRef\":true,\"morphRefId\":27,\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"derivationIds\":[224,\"35EF8FE5-067D-45B6-AF21-77040F11D340\",\"80DC09DD-22D4-4089-B5C3-857B32C9BE9B\",\"EF080074-E6B9-47F3-A87F-26313B40C430\",\"F6977801-C1A7-445C-9BF1-8A1019E202FB\",\"8C9157AE-0343-4CFB-8186-1D5E05D2ECBE\",\"DD3C23F8-6463-4EAE-959B-C486E27D9BDA\",\"1E8D3752-D212-41F8-BC63-B094E0C80707\",\"75C07D11-AE5D-4A36-B2D0-F2A6EA414E72\",\"494AB1C0-2C09-49DE-B4AA-1F24DC7495FF\",\"25199967-E3BA-4763-A704-37BD3152A5F7\",\"8E4A5937-D1FA-4AF7-BD8D-B542C636CEF9\",\"DDB23EF0-540C-4046-AD4D-C001E8A5F20C\",\"FF45AAB3-E5C7-42A0-A704-F068DB2E2AF9\",\"52850E3E-BE46-467C-A381-902F5E4859FD\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1235\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1236},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1237},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1238},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1239},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1240},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1236\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1237\":{\"x\":64.8979476392384,\"y\":13,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1238\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1239\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1240\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1241\":{\"x\":10,\"y\":12.911539589749026,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1242\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1243\":{\"style\":{\"__isSmartRef__\":true,\"id\":1244},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1234},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Tag:\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1244\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1245\":{\"x\":64.8979476392384,\"y\":13,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1246\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1247\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1234},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1248\":{\"x\":45.76052154281416,\"y\":-27.783027415339603,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1249\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1250}],\"scripts\":[],\"id\":\"FCAB3690-731A-45E7-984F-843DFE705AF1\",\"shape\":{\"__isSmartRef__\":true,\"id\":1264},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1280},\"value\":true,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1281},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1267},\"label\":{\"__isSmartRef__\":true,\"id\":1250},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1290},\"name\":\"ObjectEditorTagChooser\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1291},\"listMorph\":null,\"list\":[],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1292},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1293},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1294},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1295},\"textString\":\"PartsBinBrowser\",\"selection\":\"\",\"_ClipMode\":\"visible\",\"prevScroll\":[0,0],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"setTargetToListSelection\":\"all\",\"savedTextString\":\"all\",\"derivationIds\":[225,\"7F83847B-D0B1-4A31-8601-43424B97C858\",\"E08FC110-71D7-4FFD-B4A8-08F8147B95BA\",\"5534107D-C5C9-48DD-A1ED-B87E9D9B672C\",\"0B89FA7A-768C-4062-98AE-C455E8DAFF19\",\"799320C6-CFBA-40E7-B03D-64BFE9B78248\",\"9B650AA3-271B-4E72-B230-51C6F64B7462\",\"C95D3672-724C-4C2C-9CDD-EF308062F627\",\"C66EBEEC-B7CE-4DD9-8BDF-905F071F965D\",\"D68B143A-A712-4FD0-8803-62CCB4C7F763\",\"ED802271-AE5C-4BE9-AC4E-7CED44BC864B\",\"1BD989CB-146C-431F-8B15-9199C4CD5D32\",\"42172AA4-1B06-4C5B-9BB7-FAED1206CF34\",\"32DFAF99-E6F8-426B-829D-FD6C2BCB8FAA\",\"9B4BF2BE-49D5-4B9D-8F38-1692443069A9\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1296},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1250\":{\"submorphs\":[],\"scripts\":[],\"id\":\"64737503-A352-42CC-A249-667DA2B42746\",\"shape\":{\"__isSmartRef__\":true,\"id\":1251},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":130,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1256},\"textColor\":{\"__isSmartRef__\":true,\"id\":1254},\"owner\":{\"__isSmartRef__\":true,\"id\":1249},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1257}],\"padding\":{\"__isSmartRef__\":true,\"id\":1259},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1259},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1260},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1261}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1262},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1263},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":130,\"_MinTextHeight\":null,\"_Align\":\"left\",\"_FontFamily\":\"Arial\",\"_FontSize\":10,\"derivationIds\":[226,\"03DBF3F8-8EA2-4426-BA64-C4297DDAB015\",\"B8F87302-BEC3-48CD-9BBA-6C7DBB6287E1\",\"4AA6AE51-338B-4E3E-814B-9F99C693A2D5\",\"08F6CE56-AD91-4C27-9429-C3DEA313696C\",\"D39C963C-FD24-4498-A6D8-71E5102CE58A\",\"132C2A9E-3466-4051-AAEA-6E485A91F408\",\"DB8BC4A1-ED41-446B-AB6C-7E73DD857B5D\",\"567FC668-A57C-41CB-8252-8912826B3144\",\"D0B0775F-C8E7-49EB-BBB2-C7BB7DD464BF\",\"AABED87D-D7C0-494A-8803-26F4601E35FF\",\"696C3A2A-C695-4D17-A044-41A73436AB8D\",\"206A0BFD-6997-4E0E-9193-089D1F66B22A\",\"F2F1F966-6C41-4EBA-AFCE-FAE8C79AA696\",\"64A754E9-7083-4CAE-B5C2-7B436EFFE4BA\"],\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1116},\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1251\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1252},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1253},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1254},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1255},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1107},\"_BorderWidth\":0,\"_Fill\":null,\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1252\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1253\":{\"x\":130,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1254\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1255\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1256\":{\"x\":2,\"y\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1257\":{\"style\":{\"__isSmartRef__\":true,\"id\":1258},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1250},\"storedString\":\"all\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1258\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1259\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1260\":{\"x\":130,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1261\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1250},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1249},\"targetMethodName\":\"selection\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1262\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1263\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1250},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1264\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1265},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1266},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1267},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1277},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1278},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1279},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1265\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1266\":{\"x\":130,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1267\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1268},{\"__isSmartRef__\":true,\"id\":1270},{\"__isSmartRef__\":true,\"id\":1272},{\"__isSmartRef__\":true,\"id\":1274}],\"vector\":{\"__isSmartRef__\":true,\"id\":1276},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1268\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1269}},\"1269\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1270\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1271}},\"1271\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1272\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1273}},\"1273\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1274\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1275}},\"1275\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1276\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1277\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1278\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1279\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1280\":{\"x\":39.12381412396891,\"y\":10.000000000000057,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1281\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1282},{\"__isSmartRef__\":true,\"id\":1284},{\"__isSmartRef__\":true,\"id\":1286},{\"__isSmartRef__\":true,\"id\":1288}],\"vector\":{\"__isSmartRef__\":true,\"id\":1276},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1282\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1283}},\"1283\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1284\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1285}},\"1285\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1286\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1287}},\"1287\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1288\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1289}},\"1289\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1290\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1291\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"partName\":\"ChoiceButton\",\"comment\":\"Click on it and you get a list of things to choose from.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1292\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1293\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1249},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1294\":{\"x\":85.7442776093583,\"y\":-11.582832083333244,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1295\":{\"x\":130,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1296\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":1297},\"getList\":{\"__isSmartRef__\":true,\"id\":1301},\"removeList\":{\"__isSmartRef__\":true,\"id\":1305},\"reset\":{\"__isSmartRef__\":true,\"id\":1309},\"onMouseUp\":{\"__isSmartRef__\":true,\"id\":1313},\"onBlur\":{\"__isSmartRef__\":true,\"id\":1321},\"setTag\":{\"__isSmartRef__\":true,\"id\":1329}},\"1297\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1298},\"source\":\"function createListMorph() {\\n var items = this.getList();\\n\\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\\n\\n var listMorph = new lively.morphic.List(extent);\\n listMorph.setList(items);\\n listMorph.setFontSize(10);\\n\\n listMorph.disableGrabbing();\\n listMorph.disableDragging();\\n \\n connect(listMorph, 'selection', this, 'setTag');\\n \\n return listMorph;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1299},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1298\":{\"this\":{\"__isSmartRef__\":true,\"id\":1249}},\"1299\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1300},\"user\":\"lauritz\",\"categories\":[]},\"1300\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:35:59 GMT+0100 (CET)\"},\"1301\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1302},\"source\":\"function getList() {\\n if (!this.owner.target) return [''];\\n\\n var target = this.owner.target;\\n\\n var tags = Functions.own(target).collect(function (each) {\\n return target[each].tags || [];\\n }).flatten().uniq();\\n\\n var sortedTags = tags.sortBy(function(name) { \\n return name.toLowerCase() \\n });\\n \\n sortedTags.unshift('all'); \\n return sortedTags;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1303},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1302\":{\"this\":{\"__isSmartRef__\":true,\"id\":1249}},\"1303\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1304},\"user\":\"lauritz\",\"tags\":[]},\"1304\":{\"isSerializedDate\":true,\"string\":\"Fri Dec 16 2011 20:27:25 GMT+0100 (CET)\"},\"1305\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1306},\"source\":\"function removeList() {\\n this.listMorph && this.listMorph.remove()\\n this.listMorph = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1307},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1306\":{\"this\":{\"__isSmartRef__\":true,\"id\":1249}},\"1307\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1308},\"user\":\"lauritz\",\"categories\":[]},\"1308\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 19:06:51 GMT+0100 (CET)\"},\"1309\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1310},\"source\":\"function reset() {\\n this.list = [];\\n this.setLabel('all');\\n this.label.setAlign('left');\\n this.removeList();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1311},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1310\":{\"this\":{\"__isSmartRef__\":true,\"id\":1249}},\"1311\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1312},\"user\":\"lauritz\",\"tags\":[]},\"1312\":{\"isSerializedDate\":true,\"string\":\"Fri Dec 16 2011 20:27:53 GMT+0100 (CET)\"},\"1313\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1314},\"source\":\"function onMouseUp(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n this.removeList();\\n return true;\\n } \\n if (this.getList().size() < 2) return;\\n var list = this.createListMorph();\\n this.addMorph(list);\\n this.listMorph = list;\\n return true;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1319},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1314\":{\"this\":{\"__isSmartRef__\":true,\"id\":1249},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1315}},\"1315\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1316}},\"1316\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1317},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1318},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1317\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1249},\"name\":\"onMouseUp\"},\"1318\":{},\"1319\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1320},\"user\":\"lauritz\",\"categories\":[]},\"1320\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 18:59:16 GMT+0100 (CET)\"},\"1321\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1322},\"source\":\"function onBlur(evt) {\\n $super(evt);\\n \\n // workaround - otherwise other morphs get this event\\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\\n this.removeList();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1327},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1322\":{\"this\":{\"__isSmartRef__\":true,\"id\":1249},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1323}},\"1323\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1324}},\"1324\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1325},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1326},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1325\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1249},\"name\":\"onBlur\"},\"1326\":{},\"1327\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1328},\"user\":\"lauritz\",\"categories\":[]},\"1328\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 21 2011 23:10:03 GMT+0100 (CET)\"},\"1329\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1330},\"source\":\"function setTag(tag) {\\n this.setLabel(tag || '');\\n this.label.setAlign('left');\\n this.owner.setTag(tag);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1331},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1330\":{\"this\":{\"__isSmartRef__\":true,\"id\":1249}},\"1331\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1332},\"user\":\"lauritz\",\"categories\":[]},\"1332\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:36:12 GMT+0100 (CET)\"},\"1333\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1334}],\"scripts\":[],\"id\":\"09C79781-5461-4815-88DE-22FB67558136\",\"shape\":{\"__isSmartRef__\":true,\"id\":1349},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1353},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1365},\"label\":{\"__isSmartRef__\":true,\"id\":1334},\"name\":\"Button\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1374},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1375}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1411},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1412},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1413},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1414},\"derivationIds\":[7251,\"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1\",\"79FE3D3F-77C4-4B39-8243-D672185B416D\",\"A4D2FEDF-2654-4381-AB43-8F89B9CA2E86\",\"87E42FF6-3862-481D-97D6-643676E15F32\",\"4F370A81-5A80-4821-8ECC-D52B56F31E15\",\"1C6D1DC9-2F9B-4DC4-B453-1CA45B17C516\",\"0E8EC0BF-934B-410B-AEC2-0ECA8C8F774D\",\"97086CE7-CD46-4035-A371-02A41D555A66\",\"E342B91D-F54B-4DA8-8AE7-10C59CE22B41\",\"A838C48E-4033-4688-8DCF-20659BD824FF\",\"E9BBC453-FFF6-4EE8-BDB0-605D5D4557AE\",\"B6FB81D1-145B-40F9-ACF1-17276DA45EBA\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":1415},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"layout\":{\"__isSmartRef__\":true,\"id\":1416},\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":0.994014980014994,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1334\":{\"submorphs\":[],\"scripts\":[],\"id\":\"C55C8A7C-412C-453E-A99F-CE78C2AADB94\",\"shape\":{\"__isSmartRef__\":true,\"id\":1335},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1341},\"_MaxTextWidth\":97,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1342},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1343},\"owner\":{\"__isSmartRef__\":true,\"id\":1333},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1344},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1345}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1347},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1348},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED\",\"307A3596-1175-4EA6-AA27-5BA4C9D95AB7\",\"0EF99131-C569-4C2C-B613-E0D8423C1334\",\"BA4EC8D2-AB29-4F9F-B5A0-715A4746A4C4\",\"56735895-BA99-4D98-9866-AA5DBD86237E\",\"81041CF7-31DB-4F65-BB39-FE438A4F266F\",\"D03829B3-268E-40A0-A440-3E4BAC344F30\",\"714637F0-714A-4833-909B-BA4AF1B4628B\",\"DC956E73-7398-4CAF-B6F2-9A226E344396\",\"C1F72D31-1F49-4C0C-ACF3-C3AD7E698D2F\",\"39386C7E-9099-4159-BFE9-80AD37319211\",\"2764FB6E-70D1-4BC5-B3CB-9979A48B8205\"],\"_MinTextWidth\":97,\"_MinTextHeight\":null,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1335\":{\"position\":{\"__isSmartRef__\":true,\"id\":1336},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1337},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1338},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1339},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1340},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1336\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1337\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1338\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1339\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1340\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1341\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1342\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1343\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1344\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1345\":{\"style\":{\"__isSmartRef__\":true,\"id\":1346},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1334},\"storedString\":\"run\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1346\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1347\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1348\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1334},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1349\":{\"position\":{\"__isSmartRef__\":true,\"id\":1350},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1351},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1352},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1353},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1363},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1364},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1350\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1351\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1352\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1353\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1354},{\"__isSmartRef__\":true,\"id\":1356},{\"__isSmartRef__\":true,\"id\":1358},{\"__isSmartRef__\":true,\"id\":1360}],\"vector\":{\"__isSmartRef__\":true,\"id\":1362},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1354\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1355}},\"1355\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1356\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1357}},\"1357\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1358\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1359}},\"1359\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1360\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1361}},\"1361\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1362\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1363\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1364\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1365\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1366},{\"__isSmartRef__\":true,\"id\":1368},{\"__isSmartRef__\":true,\"id\":1370},{\"__isSmartRef__\":true,\"id\":1372}],\"vector\":{\"__isSmartRef__\":true,\"id\":1362},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1366\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1367}},\"1367\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1368\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1369}},\"1369\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1370\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1371}},\"1371\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1372\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1373}},\"1373\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1374\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1375\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1333},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"runScript\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":1376},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1376\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1377}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1392},\"derivationIds\":[null],\"id\":\"C89B50A0-17E7-4D22-AE1D-5112520DAEE7\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1399},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1400},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":1401},{\"__isSmartRef__\":true,\"id\":1402}],\"con\":{\"__isSmartRef__\":true,\"id\":1375},\"showsMorphMenu\":true,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1403},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1377\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1378},\"derivationIds\":[null],\"id\":\"2A71BE9E-6820-46AF-ACED-3C9BDCC918AF\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1389},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1390},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1391},\"owner\":{\"__isSmartRef__\":true,\"id\":1376},\"_Rotation\":-3.130064002485303,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1378\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1379},{\"__isSmartRef__\":true,\"id\":1380},{\"__isSmartRef__\":true,\"id\":1381},{\"__isSmartRef__\":true,\"id\":1382}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1383},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1384},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1385},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1386},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1387},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1388},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1379\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1380\":{\"isAbsolute\":true,\"x\":-12,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1381\":{\"isAbsolute\":true,\"x\":4,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1382\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1383\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1384\":{\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1385\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1386\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1387\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1388\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1389\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1390\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1377},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1391\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1392\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1393},{\"__isSmartRef__\":true,\"id\":1394}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1395},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1396},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1397},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1398},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1387},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1393\":{\"isAbsolute\":true,\"x\":829.7085000406639,\"y\":9.565843617262885,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1394\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1395\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1396\":{\"x\":-1,\"y\":-1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1397\":{\"x\":831,\"y\":11,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1398\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1399\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1400\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1376},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1401\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1376},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1402\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1376},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":1377},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1403\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":1404}},\"1404\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1405},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString ||\\n 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true,\\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(),\\n visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1410},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1405\":{\"this\":{\"__isSmartRef__\":true,\"id\":1376},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1406}},\"1406\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1407}},\"1407\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1408},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1409},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1408\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1376},\"name\":\"morphMenuItems\"},\"1409\":{},\"1410\":{},\"1411\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1412\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1413\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1333},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1414\":{\"x\":71.99397894387357,\"y\":-13.030105280631261,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1415\":{\"x\":788.7426780861911,\"y\":9.508591852040126,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1416\":{\"centeredHorizontal\":false,\"moveHorizontal\":true},\"1417\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1418}],\"scripts\":[],\"id\":\"8BADA640-EDC1-41B2-BEF3-0F2520EA25DD\",\"shape\":{\"__isSmartRef__\":true,\"id\":1433},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1437},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1449},\"label\":{\"__isSmartRef__\":true,\"id\":1418},\"name\":\"saveButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1458},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1459}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1495},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1496},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1497},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1498},\"derivationIds\":[7251,\"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1\",\"79FE3D3F-77C4-4B39-8243-D672185B416D\",\"A4D2FEDF-2654-4381-AB43-8F89B9CA2E86\",\"D686F0CB-027B-4CA9-8B8D-9306389B219D\",\"F51327CB-803E-4234-BFB3-6F5252D1C936\",\"A79280E8-6AE3-4016-AF47-CE78F71924C6\",\"B05829EB-D452-4D81-983B-E2CE425C8260\",\"32B117E5-52D8-4843-B80E-090B9817E099\",\"49AC923E-5272-4E3C-8F02-4F2AED2BC4E9\",\"85AAEA9C-5E12-4DEC-8994-9A5FE655A740\",\"2A7FF9BF-85D3-4962-8EB4-0F7016C672EB\",\"3BB17748-B91B-43F5-84BE-2537402A6382\",\"8BA10BD3-43C5-4A41-B9D9-DCD8C74EA208\"],\"layout\":{\"__isSmartRef__\":true,\"id\":1499},\"_Position\":{\"__isSmartRef__\":true,\"id\":1500},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":0.9880657804942089,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1418\":{\"submorphs\":[],\"scripts\":[],\"id\":\"F0727398-A1F0-47F5-92CF-BB9677FA05FA\",\"shape\":{\"__isSmartRef__\":true,\"id\":1419},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1425},\"_MaxTextWidth\":97,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1426},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1427},\"owner\":{\"__isSmartRef__\":true,\"id\":1417},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1428},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1429}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1431},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1432},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED\",\"307A3596-1175-4EA6-AA27-5BA4C9D95AB7\",\"0EF99131-C569-4C2C-B613-E0D8423C1334\",\"9AECBFB8-25A5-483F-86AD-D7CF9ABC9A25\",\"918C6CC4-3540-4341-BAFD-B195F7807FEE\",\"5AABB138-5EE8-40A5-AB3C-5A9625D0A353\",\"4529D79B-4CC5-467E-91F8-661C3A5F49F8\",\"1E5E570C-FD42-45E3-A7F6-768BB14ACD14\",\"A13FB4E0-72F2-4E7C-A861-EDCBA1393860\",\"B8E4C964-4FFF-4A9F-B0A9-612546B1DC8C\",\"002A2173-D26D-4EED-8906-A489C1E158C0\",\"63362D04-B829-41E6-9E68-5B8DB03D382F\",\"996B60A4-8698-448F-A35F-79C768B4976B\"],\"_MinTextWidth\":97,\"_MinTextHeight\":null,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1419\":{\"position\":{\"__isSmartRef__\":true,\"id\":1420},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1421},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1422},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1423},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1424},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1420\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1421\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1422\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1423\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1424\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1425\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1426\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1427\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1428\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1429\":{\"style\":{\"__isSmartRef__\":true,\"id\":1430},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1418},\"storedString\":\"save\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1430\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1431\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1432\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1418},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1433\":{\"position\":{\"__isSmartRef__\":true,\"id\":1434},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1435},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1436},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1437},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1447},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1448},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1434\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1435\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1436\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1437\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1438},{\"__isSmartRef__\":true,\"id\":1440},{\"__isSmartRef__\":true,\"id\":1442},{\"__isSmartRef__\":true,\"id\":1444}],\"vector\":{\"__isSmartRef__\":true,\"id\":1446},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1438\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1439}},\"1439\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1440\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1441}},\"1441\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1442\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1443}},\"1443\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1444\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1445}},\"1445\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1446\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1447\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1448\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1449\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1450},{\"__isSmartRef__\":true,\"id\":1452},{\"__isSmartRef__\":true,\"id\":1454},{\"__isSmartRef__\":true,\"id\":1456}],\"vector\":{\"__isSmartRef__\":true,\"id\":1446},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1450\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1451}},\"1451\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1452\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1453}},\"1453\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1454\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1455}},\"1455\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1456\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1457}},\"1457\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1458\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1459\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1417},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":497},\"targetMethodName\":\"doSave\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":1460},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1460\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1461}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1476},\"derivationIds\":[null],\"id\":\"F46012D5-C8BE-4E52-BF98-D052FDAAE17A\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1483},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1484},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":1485},{\"__isSmartRef__\":true,\"id\":1486}],\"con\":{\"__isSmartRef__\":true,\"id\":1459},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1487},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1461\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1462},\"derivationIds\":[null],\"id\":\"A2A83C78-09B8-473C-829B-198206D7A9E4\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1473},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1474},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1475},\"owner\":{\"__isSmartRef__\":true,\"id\":1460},\"_Rotation\":3.077607197692381,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1462\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1463},{\"__isSmartRef__\":true,\"id\":1464},{\"__isSmartRef__\":true,\"id\":1465},{\"__isSmartRef__\":true,\"id\":1466}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1467},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1468},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1469},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1470},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1471},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1472},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1463\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1464\":{\"isAbsolute\":true,\"x\":-12,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1465\":{\"isAbsolute\":true,\"x\":4,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1466\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1467\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1468\":{\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1469\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1470\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1471\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1472\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1473\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1474\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1461},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1475\":{\"x\":201.20421122525056,\"y\":40.24084224505009,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1476\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1477},{\"__isSmartRef__\":true,\"id\":1478}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1479},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1480},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1481},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1482},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1471},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1477\":{\"isAbsolute\":true,\"x\":679.4857209639925,\"y\":9.595948897894004,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1478\":{\"isAbsolute\":true,\"x\":201.20421122525056,\"y\":40.24084224505009,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1479\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1480\":{\"x\":200,\"y\":9,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1481\":{\"x\":480,\"y\":32,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1482\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1483\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1484\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1460},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1485\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1460},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1486\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1460},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":1461},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1487\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":1488}},\"1488\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1489},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString ||\\n 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true,\\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(),\\n visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1494},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1489\":{\"this\":{\"__isSmartRef__\":true,\"id\":1460},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1490}},\"1490\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1491}},\"1491\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1492},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1493},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1492\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1460},\"name\":\"morphMenuItems\"},\"1493\":{},\"1494\":{},\"1495\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1496\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1497\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1417},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1498\":{\"x\":68.77671624028653,\"y\":-14.497241813457947,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1499\":{\"centeredHorizontal\":false,\"moveHorizontal\":true},\"1500\":{\"x\":675.4189853444968,\"y\":9.53851695196505,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1501\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1502}],\"scripts\":[],\"id\":\"4F9067A3-5A5C-4637-A76F-7E590CEE2BDA\",\"shape\":{\"__isSmartRef__\":true,\"id\":1517},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1533},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1521},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1534},\"label\":{\"__isSmartRef__\":true,\"id\":1502},\"name\":\"openTestsButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1543},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1544}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1545},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1546},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1547},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1548},\"derivationIds\":[7251,\"84054D2E-8176-440D-B413-279956A34FC2\",\"79434046-F834-490E-B705-0CE871D9E8B3\",\"FF38CA79-C0DF-4F2F-8FC3-407571EF6A54\",\"B1D50332-9F4F-4F7C-AC3F-95DC6C73EAA4\",\"5B8D7C39-987A-4849-BFFD-3F316CE03852\",\"F7C30F5C-7270-44B1-ADFF-7473F2012DB0\",\"5142302E-3E9A-476B-AB24-B2448DA6D3E4\",\"FEA3C508-593D-4BC7-B645-8B5630CF2EDE\",\"34DBC442-E1DE-42D7-8C63-BA9A1890C994\"],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":0.9940149800149939,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1502\":{\"submorphs\":[],\"scripts\":[],\"id\":\"78C4969D-2C33-4B17-9027-89B411B9F496\",\"shape\":{\"__isSmartRef__\":true,\"id\":1503},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1509},\"_MaxTextWidth\":97,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1510},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1511},\"owner\":{\"__isSmartRef__\":true,\"id\":1501},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1512},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1513}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1515},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1516},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2\",\"CB475566-05CE-43E2-B04D-EE32BC4CB718\",\"6BB077CE-92E6-47BE-BE88-9A48488562D1\",\"9E359973-2FDB-417B-BB06-AB34D52BD310\",\"58F098ED-A190-44F2-B73E-80802B2CF2F6\",\"AEA84B35-B349-4307-92C6-8F229705DFC2\",\"A677CADF-24FF-4177-9A3A-FE9AAE7D60FE\",\"0F875AD9-E54C-4735-9BA9-7B89574233A1\",\"840EBE92-3BC2-42EC-819E-3CD002576490\"],\"_MinTextWidth\":97,\"_MinTextHeight\":null,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1503\":{\"position\":{\"__isSmartRef__\":true,\"id\":1504},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1505},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1506},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1507},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1508},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1504\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1505\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1506\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1507\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1508\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1509\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1510\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1511\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1512\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1513\":{\"style\":{\"__isSmartRef__\":true,\"id\":1514},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1502},\"storedString\":\"Tests\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1514\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1515\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1516\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1502},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1517\":{\"position\":{\"__isSmartRef__\":true,\"id\":1518},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1519},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1520},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1521},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1531},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1532},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1518\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1519\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1520\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1521\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1522},{\"__isSmartRef__\":true,\"id\":1524},{\"__isSmartRef__\":true,\"id\":1526},{\"__isSmartRef__\":true,\"id\":1528}],\"vector\":{\"__isSmartRef__\":true,\"id\":1530},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1522\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1523}},\"1523\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1524\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1525}},\"1525\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1526\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1527}},\"1527\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1528\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1529}},\"1529\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1530\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1531\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1532\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1533\":{\"x\":569.4738443086164,\"y\":9,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1534\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1535},{\"__isSmartRef__\":true,\"id\":1537},{\"__isSmartRef__\":true,\"id\":1539},{\"__isSmartRef__\":true,\"id\":1541}],\"vector\":{\"__isSmartRef__\":true,\"id\":1530},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1535\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1536}},\"1536\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1537\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1538}},\"1538\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1539\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1540}},\"1540\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1541\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1542}},\"1542\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1543\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1544\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1501},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"openPartTestRunner\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1545\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1546\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1547\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1501},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1548\":{\"x\":72.12712954861536,\"y\":-12.46465727058387,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1549\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1550},{\"__isSmartRef__\":true,\"id\":1568}],\"scripts\":[],\"id\":\"BCE6E775-B5DF-4D6B-9F06-CDC02C1B1D0F\",\"shape\":{\"__isSmartRef__\":true,\"id\":1579},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1595},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1583},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1596},\"label\":{\"__isSmartRef__\":true,\"id\":1550},\"name\":\"ScriptableButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1605},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1608}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1609},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1610},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1611},\"derivationIds\":[2588,\"22797D34-67DE-4A06-81F0-4DF0A87ADBBC\",\"81CB4C12-BCF0-4097-8B6D-D9419046367A\",\"0767A57D-9BB2-48C6-9654-753D2B9D00A6\",\"42871246-6725-4E41-A2C1-5A5BCF041097\"],\"_ClipMode\":\"visible\",\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1612},\"_Rotation\":0,\"_Scale\":0.9920279440699439,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1613},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1550\":{\"submorphs\":[],\"scripts\":[],\"id\":\"66A7B56E-A94E-44AE-8AED-C0C1B07554D4\",\"shape\":{\"__isSmartRef__\":true,\"id\":1551},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1557},\"_MaxTextWidth\":24,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1558},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1559},\"owner\":{\"__isSmartRef__\":true,\"id\":1549},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1560},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1561},{\"__isSmartRef__\":true,\"id\":1563}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1565},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1566},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"derivationIds\":[2589,\"024C5ADE-C4CF-4E8E-BEC5-F93AD4839702\",\"A2CC4D56-B9D8-4A48-B6FF-DDDD85ACDC2E\",\"5AC5C4DE-00B0-43DB-B7F1-765674CE818B\",\"750A11C6-766E-4B48-AE32-D71DE811EB4A\"],\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":24,\"_MinTextHeight\":null,\"_FontSize\":10,\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1567},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1551\":{\"position\":{\"__isSmartRef__\":true,\"id\":1552},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1553},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1554},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1555},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1556},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1552\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1553\":{\"x\":24,\"y\":24,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1554\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1555\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1556\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1557\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1558\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1559\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1560\":{\"x\":24,\"y\":24,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1561\":{\"style\":{\"__isSmartRef__\":true,\"id\":1562},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1550},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1562\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1563\":{\"style\":{\"__isSmartRef__\":true,\"id\":1564},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1550},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1564\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1565\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1566\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1550},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1567\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1568\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1569},\"derivationIds\":[null,\"29E543E0-AE93-493A-A694-FC1C330D0544\",\"F0366E4C-E97F-4C77-BEE4-340A0668ADD5\",\"347F6028-5092-4F54-9A34-3EFF3FF0B815\"],\"id\":\"BF7387E7-BCD7-4A5B-B9D2-C14ECF59EFCA\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1574},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1575},\"_ClipMode\":\"visible\",\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1576},\"owner\":{\"__isSmartRef__\":true,\"id\":1549},\"name\":\"leftpointing_magnifying_glass.png\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1577},\"isBeingDragged\":false,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1578},\"eventsAreDisabled\":true,\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Image\"},\"1569\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1570},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1571},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1572},\"_ImageURL\":\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAABAAAAAQBPJcTWAAAALnRFWHRUaXRsZQBMRUZULVBPSU5USU5HIE1BR05JRllJTkcgR0xBU1MgKFUrMUY1MEQpw88haQAAABV0RVh0QXV0aG9yAEFuZHJldyBNYXJjdXNl5zc3gwAAAC90RVh0U29mdHdhcmUAaW5mby5maWxlZm9ybWF0LmRhdGEuVW5pY29kZVBuZ1NlcnZsZXRoAX8wAAAAQ3RFWHREZXNjcmlwdGlvbgBodHRwOi8vd3d3LmZpbGVmb3JtYXQuaW5mby9pbmZvL3VuaWNvZGUvMWY1MGQvaW5kZXguaHRtk2hNQgAAADt0RVh0Q29weXJpZ2h0AGh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LW5jLXNhLzIuMC9siJKDAAAIDklEQVR42u1daWxVRRQeCi0tIqCAQCTIUtEIGlk0ilqEkEbiQhSKGAyCooIIggsiQuMWZNGwVMUFNIhKZBMobZClgK1FwAU3wIpSREDcUFZFEM/JOzf3vPHet9ze1/eYe77k+zNzl5nz3ZlzZntPKYFAcHojDXimmKH6cQbwZuBM4HLgx8A9wBPAU8BjwJ3ADcDFwMnArsCaYjr/0BB4DwlwjAwfL38DzgX2AdYWk3pDJnAM8E/NuN8BpwEHAq8DXgpsCswANgN2APak/BeBu7T7sQX1A9YQE8fuDwYAf2BG/JrEaefxmSjaeOAO9syNwBwxd2Q0o/7fMhr6h8Fx+oBIX346cATwF/aON6Qbc0ZH4G4y0lHgOGAdD8/Be/KAs4AFwKsdrqkHnAA8Tu8rAzYWCWz0Bh5hraKTT11fL+AH1FXlA8/SrsEu61fmW9qLFEqNAv5LRsEw9twEvKMzcAvwJ3LoHG2AW+n9B4HdgixGHhNjiccuKlbUp9aC7yoGnqflraa8A8C2QRTjMvIVaITyKI61BjnkqiILWEjvPAwcxvLqAj+nvAqH7s1oNAfupcpjeNskhnvQOQ/xYfxQCziHRVl3sjxsNfspvYSuNR4Ywn5ClT5CA7lYkUPRU0YVy4CivkVlOE7TKxa6AP+ivKlBEORe9nUO8XD/QhWay6oqmlK3dYoirTYs70FK/wd4ocli1KVIByu7XXmb9BsOPEmj76riSfZxbAM2oPQMmqLB9GUmC/I0M8AtHp9xCd3/rM8fCHISy+vH0ruaOi3Coyqv6ETPKPSpXEOZ4X9XoSl+y89sovTNJgoyklW8rw8+aKFP5apFo3SrbMNcWsnFpgmylkU19R3yY4mc0mk0j88Z62PZ5jHDV7DQugE5dkx/3CQxzlb2qt6aCF1HtJH6BHoGju4v97F8+Sp8zeRGlldCaZtMEmQAq+zICL5hpUvrwfXy19gzZvhcvj6aILNZ3ij2ETQzRZA3WWU7RrgOfQsu05YCnyLxcFS9h91fTlMgfqKdJsg6lteBpQ8wRZASVqmmUa7txvwEJ/qe8SoxGxYymK+wpnMsNGHpxviRbVShkzEatAb5iEHUSrqzQVuiUMkMf5IFGWnM/71giiAHqEL7U7iMf2gtkk/B7/M51E4qMlklvzwNymgxl+VvobQPTRCkMavkDpaelkJlbOkgyDUsv0LZu19Oe/A++BBLvyIB0ZJX9HIQhHdZBymt1BQfso9V1Jorag28PUXKN8tBkHqUV4elLTJFkM9YpVqzllOcAmXDiG6vJsZhlt+Kpc80RZBiF2eJK4fZSS5bd4fWUcTyc1n6Y6YIMpVVii+LTgFOTHLZNjoIMpTlT2fpXUwRpIcKn021gHuwcDN0ss525Cnn3fIt2DXfK3vPljGbHtK1gdcFmkNdkYTK4gz0Tgcxytg1fI6rUBkGvubA54Ta0lTFK9VYFhS/xKV18PEHX3MfYpogfPUND9DwuamFlP5oNZXlZRcxlmsDWutsCl/aNQYZWhfBnTlOceNsLq459E1wyyhwEeNvFb7ZusClrEbhNlbJoyp8Y3UejehxPWS08v/MBrbIlcr92BvfwZit7KMKOC3f3FRBcBC2mRlBnz0dpOzN17gvqrdP7+2p7PkoJz7Hrq2pCfeqMhzXasbI1/KHa/m4Y93reRFcU1mrIh8IXaLCJzpnsLyfKRozHrNZpbFF9NHyx2pGw2tWAZ8H3gW8UjmvvWdSlIQb3raq6Kdzp6vwBbOhWn5/FRCggy9lFcdN1521ax5Q0Y9B41o7nkn8Rv1/gSkS0T/crb0vV4Uv465UAUNjLerCkfAN2jUXKef19apwnYP4AynK4tfNU6m1ZlMtaK/stQZrLXu0Q6g6OIpTjoVfAK/Xnp1GDp1fhy0th1rwHLqmEbXYHkEQJYcGitwouG2onoPx0Ne8q+yDmtGIs8lPUFCgH/Q5R4XPQlt8nfKzKB9/ouNHLT/ddFEw7t+uGQbPko90GY+gOHgcoRc5+YeBj1DY3JPyGrq8qy6JdMhBDAyz8azhZLq2JRuP4HE3a6f8KhNH7k4Dt9UORqoE3qGqfiAUo7L7lX1kjfMd4H0UHGTTFMpLzH8VUAS3iN2znsQ1GugvprCvkvMYdSFouBYxPu98FdoKusblmZXUoiz0J1FuYgPUfCrXAof7S4MgimXIRVH8wwHq5vBLna9Cs8ULyEgVWrCg8zAJ79TtjGDXjSMx5kd4Fk7XB+a3uq5Sob1QfoW86JzxR2zcjjyj3/mKTafUpCAi2nPLVcB+QA379YdoGuWEBxEwars1hujIOpZQQS1jWhzvKXeIDAOBRhT+YgQ2kcYK71NLwgOauAKJ50jwpFW8J2jHKHvLKwYBuENmVxyibAiqKIlCOkVY1g8HZHkQ5SOXeTaBR9RW9vT7agp34xVlo4jiL7KoG0TjriCR4hVlk0r8EYrAtZQiZa+14wx1qzhF2Syi+C+K5VOWko8RUVJIlPc8irIhKCP6ZItSqeJbh8kSU/qHDCbKMuZT4hFlrpgxcaIUUcuJR5TdYsLEiFLIQuLMOESZJOZLnCjLyMhrabqkZRRR1qsArDQmW5SlZOxPVWhJ2E2UNRJlVQ/wi19CRv9WhXbJoCh8zb+IujVBNYqymIyPP55ZxsQoVvK78kkBrp28rXVThSJGcoE7YZ5RoTMlc8SBpw7kj2IEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgSAZ+A+0ucC4BysctgAAAABJRU5ErkJggg==\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1573},\"_NodeClass\":[\"image\"],\"_NodeId\":\"29E543E0-AE93-493A-A694-FC1C330D0544\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isLoaded\":true,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Image\"},\"1570\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1571\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setImageURL\":\"setImageURLHTML\",\"getNativeExtent\":\"getNativeExtentHTML\"},\"1572\":{\"x\":29,\"y\":29,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1573\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1574\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1575\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1568},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1576\":{\"x\":-3.024108360992159,\"y\":0.008036120330757512,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1577\":{\"x\":28,\"y\":29,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1578\":{\"x\":39.935711037353485,\"y\":-9.032144481323257,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1579\":{\"position\":{\"__isSmartRef__\":true,\"id\":1580},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1581},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1582},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1583},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1593},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1594},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1580\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1581\":{\"x\":24,\"y\":24,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1582\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1583\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1584},{\"__isSmartRef__\":true,\"id\":1586},{\"__isSmartRef__\":true,\"id\":1588},{\"__isSmartRef__\":true,\"id\":1590}],\"vector\":{\"__isSmartRef__\":true,\"id\":1592},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1584\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1585}},\"1585\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1586\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1587}},\"1587\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1588\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1589}},\"1589\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1590\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1591}},\"1591\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1592\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1593\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1594\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1595\":{\"x\":464.5087747493862,\"y\":8.483242611655214,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1596\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1597},{\"__isSmartRef__\":true,\"id\":1599},{\"__isSmartRef__\":true,\"id\":1601},{\"__isSmartRef__\":true,\"id\":1603}],\"vector\":{\"__isSmartRef__\":true,\"id\":1592},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1597\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1598}},\"1598\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1599\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1600}},\"1600\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1601\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1602}},\"1602\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1603\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1604}},\"1604\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1605\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"ScriptableButton\",\"comment\":\"Has a script that is called on button press\",\"changes\":[{\"__isSmartRef__\":true,\"id\":1606}],\"revisionOnLoad\":154251,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1606\":{\"date\":{\"__isSmartRef__\":true,\"id\":1607},\"author\":\"robertkrahn\",\"message\":\"no comment\",\"id\":\"0366C0A2-0C8E-4AEB-AAC3-120434134545\"},\"1607\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 14:10:10 GMT+0200 (CEST)\"},\"1608\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1549},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1549},\"targetMethodName\":\"onFire\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1609\":{\"x\":24.405327095521386,\"y\":24.0321444813232,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1610\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1611\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1549},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1612\":{\"x\":37.935711037353656,\"y\":-7.943747157684584,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1613\":{\"onFire\":{\"__isSmartRef__\":true,\"id\":1614},\"removeHighlighting\":{\"__isSmartRef__\":true,\"id\":1618},\"getHighlightRectangle\":{\"__isSmartRef__\":true,\"id\":1622},\"onMouseMove\":{\"__isSmartRef__\":true,\"id\":1626},\"onMouseOut\":{\"__isSmartRef__\":true,\"id\":1634},\"newHighlightRectangle\":{\"__isSmartRef__\":true,\"id\":1642}},\"1614\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1615},\"source\":\"function onFire() {\\n // this.world().firstHand().highlightRectangle = null\\n\\n var hand = this.world().firstHand(),\\n rect = this.getHighlightRectangle(),\\n that = this\\n\\n if (hand.highlightConnection) {\\n this.removeHighlighting()\\n } else {\\n this.world().addMorph(rect)\\n hand.highlightConnection = connect(hand, \\\"scrollFocusMorph\\\", rect, \\\"update\\\")\\n // on click we need to remove, remove on update\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1616},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1615\":{\"this\":{\"__isSmartRef__\":true,\"id\":1549}},\"1616\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1617},\"user\":\"lauritz\",\"tags\":[]},\"1617\":{\"isSerializedDate\":true,\"string\":\"Tue May 29 2012 13:05:14 GMT+0200 (CEST)\"},\"1618\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1619},\"source\":\"function removeHighlighting() {\\n var hand = this.world().firstHand(),\\n rect = hand.highlightRectangle\\n rect.remove()\\n hand.attributeConnections.removeAt(\\n hand.attributeConnections.indexOf(hand.highlightConnection))\\n hand.highlightConnection = null\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1620},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1619\":{\"this\":{\"__isSmartRef__\":true,\"id\":1549}},\"1620\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1621},\"user\":\"lauritz\",\"tags\":[]},\"1621\":{\"isSerializedDate\":true,\"string\":\"Tue May 29 2012 12:56:37 GMT+0200 (CEST)\"},\"1622\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1623},\"source\":\"function getHighlightRectangle() {\\n\\n var hand = this.world().firstHand(),\\n rect = hand.highlightRectangle;\\n\\n if (!rect) {\\n rect = this.newHighlightRectangle()\\n connect(rect, \\\"onMouseMove\\\", rect, \\\"updateOnMove\\\")\\n connect(rect, \\\"onMouseUp\\\", this, \\\"removeHighlighting\\\")\\n connect(rect, \\\"onMouseUp\\\", this.owner, \\\"setTarget\\\",\\n {converter: function () {\\n return this.sourceObj.coveredMorph()\\n }\\n })\\n hand.highlightRectangle = rect\\n }\\n\\n return rect\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1624},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1623\":{\"this\":{\"__isSmartRef__\":true,\"id\":1549}},\"1624\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1625},\"user\":\"lauritz\",\"tags\":[]},\"1625\":{\"isSerializedDate\":true,\"string\":\"Tue May 29 2012 13:14:51 GMT+0200 (CEST)\"},\"1626\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1627},\"source\":\"function onMouseMove(evt) {\\n var rect = this.newHighlightRectangle()\\n\\n var target = this.owner.target\\n if (target && !this.targetHighlight) {\\n rect.update(target)\\n this.world().addMorph(rect)\\n this.targetHighlight = rect\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1632},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1627\":{\"this\":{\"__isSmartRef__\":true,\"id\":1549},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1628}},\"1628\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1629}},\"1629\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1630},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n if ($world) \\n $world.logError(e, 'Error in $super call')\\n else\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1631},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1630\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1549},\"name\":\"onMouseMove\"},\"1631\":{},\"1632\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1633},\"user\":\"lauritz\",\"tags\":[]},\"1633\":{\"isSerializedDate\":true,\"string\":\"Tue May 29 2012 13:17:03 GMT+0200 (CEST)\"},\"1634\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1635},\"source\":\"function onMouseOut() {\\n if (this.targetHighlight) {\\n this.targetHighlight.remove()\\n delete this.targetHighlight\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1640},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1635\":{\"this\":{\"__isSmartRef__\":true,\"id\":1549},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1636}},\"1636\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1637}},\"1637\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1638},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n if ($world) \\n $world.logError(e, 'Error in $super call')\\n else\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1639},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1638\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1549},\"name\":\"onMouseOut\"},\"1639\":{},\"1640\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1641},\"user\":\"lauritz\",\"tags\":[]},\"1641\":{\"isSerializedDate\":true,\"string\":\"Tue May 29 2012 13:16:12 GMT+0200 (CEST)\"},\"1642\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1643},\"source\":\"function newHighlightRectangle() {\\n return this.world().loadPartItem(\\\"HighlightRectangle\\\", \\\"PartsBin/Tools\\\")\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1644},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1643\":{\"this\":{\"__isSmartRef__\":true,\"id\":1549}},\"1644\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1645},\"user\":\"lauritz\",\"tags\":[]},\"1645\":{\"isSerializedDate\":true,\"string\":\"Tue May 29 2012 13:14:40 GMT+0200 (CEST)\"},\"1646\":{\"position\":{\"__isSmartRef__\":true,\"id\":1647},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1648},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1649},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1650},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1651},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1652},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1647\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1648\":{\"x\":909.0285365288845,\"y\":526.612532614436,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1649\":{\"r\":0.372,\"g\":0.369,\"b\":0.372,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1650\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1651\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1652\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1653\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"Edit scripts and connections of a specific morph.\",\"migrationLevel\":4,\"partName\":\"ObjectEditorPane\",\"changes\":[{\"__isSmartRef__\":true,\"id\":1654}],\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1654\":{\"date\":{\"__isSmartRef__\":true,\"id\":1655},\"author\":\"lauritz\",\"message\":\"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items.\"},\"1655\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 21 2011 00:39:30 GMT+0200 (CEST)\"},\"1656\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1657\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1658\":{\"x\":909.0285365288845,\"y\":526.612532614436,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1659\":{\"resizeWidth\":true,\"resizeHeight\":true,\"adjustForNewBounds\":true},\"1660\":{\"x\":350.2386236582805,\"y\":-3.2455173507596555,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1661\":{\"x\":0.971126750461849,\"y\":21.45669012569269,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1662\":{},\"1663\":{\"displayInitialScript\":{\"__isSmartRef__\":true,\"id\":1664},\"displayJavaScriptSource\":{\"__isSmartRef__\":true,\"id\":1668},\"displaySourceForConnection\":{\"__isSmartRef__\":true,\"id\":1672},\"displaySourceForScript\":{\"__isSmartRef__\":true,\"id\":1676},\"generateSourceForConnection\":{\"__isSmartRef__\":true,\"id\":1680},\"generateSourceForScript\":{\"__isSmartRef__\":true,\"id\":1684},\"generateTargetCode\":{\"__isSmartRef__\":true,\"id\":1688},\"newConnection\":{\"__isSmartRef__\":true,\"id\":1692},\"newScript\":{\"__isSmartRef__\":true,\"id\":1696},\"reset\":{\"__isSmartRef__\":true,\"id\":1700},\"selectChangedContent\":{\"__isSmartRef__\":true,\"id\":1704},\"setTarget\":{\"__isSmartRef__\":true,\"id\":1708},\"sortedConnectionNamesOfObj\":{\"__isSmartRef__\":true,\"id\":1712},\"sortedScriptNamesOfObj\":{\"__isSmartRef__\":true,\"id\":1716},\"updateLists\":{\"__isSmartRef__\":true,\"id\":1720},\"onShutdown\":{\"__isSmartRef__\":true,\"id\":1724},\"confirmUnsavedChanges\":{\"__isSmartRef__\":true,\"id\":1728},\"update\":{\"__isSmartRef__\":true,\"id\":1732},\"ensureAnnotationLayer\":{\"__isSmartRef__\":true,\"id\":1736},\"migrateOldScriptAnnotations\":{\"__isSmartRef__\":true,\"id\":1740},\"copyToPartsBinWithUserRequest\":{\"__isSmartRef__\":true,\"id\":1744},\"printTags\":{\"__isSmartRef__\":true,\"id\":1752},\"setTag\":{\"__isSmartRef__\":true,\"id\":1756},\"runScript\":{\"__isSmartRef__\":true,\"id\":1760},\"openPartTestRunner\":{\"__isSmartRef__\":true,\"id\":1764}},\"1664\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1665},\"source\":\"function displayInitialScript() {\\n if (this.scriptList.getList().size() > 1) {\\n this.scriptList.preselectItem();\\n } else if (this.connectionList.getList().size() > 1) {\\n this.connectionList.preselectItem();\\n } else {\\n this.scriptList.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1666},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1665\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1666\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1667},\"user\":\"lauritz\",\"tags\":[]},\"1667\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:13:43 GMT+0100 (CET)\"},\"1668\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1669},\"source\":\"function displayJavaScriptSource(jsCode) {\\n if (this.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function(confirmed) {\\n if (confirmed) that.scriptPane.display(jsCode)\\n };\\n this.confirmUnsavedChanges(callback);\\n } else {\\n this.scriptPane.display(jsCode);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1670},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1669\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1670\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1671},\"user\":\"lauritz\",\"tags\":[]},\"1671\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)\"},\"1672\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1673},\"source\":\"function displaySourceForConnection(connection) {\\n var code = \\\"\\\", that = this;\\n if (connection === undefined) return;\\n if (connection === null) {\\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\\\"\\\\n\\\\n\\\");\\n });\\n code = code.substring(0, code.length - \\\"\\\\n\\\\n\\\".length - 1);\\n } else {\\n code = this.generateSourceForConnection(connection);\\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1674},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1673\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1674\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1675},\"user\":\"conradcalmez\",\"tags\":[]},\"1675\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 14:59:30 GMT+0100 (CET)\"},\"1676\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1677},\"source\":\"function displaySourceForScript(scriptName) {\\n var code = \\\"\\\",\\n that = this;\\n if (scriptName === null) {\\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForScript(each)).concat(\\\"\\\\n\\\\n\\\\n\\\");\\n });\\n code = code.substring(0, code.length - \\\"\\\\n\\\\n\\\\n\\\".length - 1);\\n } else {\\n code = this.generateSourceForScript(scriptName); \\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1678},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1677\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1678\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1679},\"user\":\"lauritz\",\"tags\":[]},\"1679\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:51:37 GMT+0100 (CET)\"},\"1680\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1681},\"source\":\"function generateSourceForConnection(connection) {\\n var c = connection, targetObject = this.target;\\n\\tif (!c.getTargetObj() || !c.getTargetObj().name || \\n\\t\\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\\n\\n\\tvar optConfig = []\\n\\tif (c.converterString)\\n\\t\\toptConfig.push(\\\"converter: \\\\n\\\\t\\\" + c.converterString)\\n\\tif (c.updaterString)\\n\\t\\toptConfig.push(\\\"updater: \\\\n\\\\t\\\" + c.updaterString)\\n\\treturn Strings.format('connect(%s, \\\"%s\\\", %s, \\\"%s\\\", {%s});', \\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getSourceObj()),\\n\\t\\t\\tc.getSourceAttrName(),\\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getTargetObj()),\\n\\t\\t\\tc.getTargetMethodName(),\\n\\t\\t\\toptConfig.join(','));\\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1682},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1681\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1682\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1683},\"user\":\"lauritz\",\"tags\":[]},\"1683\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)\"},\"1684\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1685},\"source\":\"function generateSourceForScript(scriptName) {\\n var script = this.target[scriptName],\\n annotation = '',\\n scriptSource = '',\\n tagScript = '';\\n\\n if (script.timestamp && script.user) \\n annotation = Strings.format('// changed at %s by %s \\\\n', script.timestamp, script.user);\\n scriptSource = Strings.format('this.addScript(%s)', script.getOriginal());\\n tagScript = Strings.format('.tag(%s);', this.printTags(script));\\n\\n return annotation + scriptSource + tagScript;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1686},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1685\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1686\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1687},\"user\":\"lauritz\",\"tags\":[]},\"1687\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:32:42 GMT+0100 (CET)\"},\"1688\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1689},\"source\":\"function generateTargetCode(baseObject, targetObject) {\\n\\tvar name = targetObject.name;\\n\\tif (baseObject === targetObject) \\n\\t\\treturn \\\"this\\\";\\n\\telse if (baseObject[name] === targetObject) \\n\\t\\treturn \\\"this.\\\" + name;\\n\\telse if (baseObject.testObject === targetObject) \\n\\t\\treturn \\\"this.testObject\\\";\\n\\telse if (baseObject.get(name) === targetObject) \\n\\t\\treturn 'this.get(\\\"' + name + '\\\")';\\n\\telse if (targetObject instanceof Morph) \\n\\t\\treturn '$morph(\\\"' + name + '\\\")';\\n\\telse \\n\\t\\treturn \\\"????\\\";\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1690},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1689\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1690\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1691},\"user\":\"lauritz\",\"tags\":[]},\"1691\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)\"},\"1692\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1693},\"source\":\"function newConnection() {\\n if (this.target) {\\n var code = \\\"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1694},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1693\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1694\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1695},\"user\":\"lauritz\",\"tags\":[]},\"1695\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)\"},\"1696\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1697},\"source\":\"function newScript() {\\n if (this.target) {\\n var code = \\\"this.addScript(function SCRIPTNAME() {\\\\n \\\\n}).tag([]);\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1698},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1697\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1698\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1699},\"user\":\"lauritz\",\"tags\":[]},\"1699\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:24:25 GMT+0100 (CET)\"},\"1700\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1701},\"source\":\"function reset() {\\n this.scriptPane = this.get('ObjectEditorScriptPane')\\n this.scriptList = this.get('ObjectEditorScriptList')\\n this.connectionList = this.get('ObjectEditorConnectionList')\\n this.morphSelector = this.get('ObjectEditorMorphSelector')\\n this.target = null;\\n this.scriptPane.reset();\\n this.scriptList.setList();\\n this.scriptList.selection = null;\\n this.connectionList.setList();\\n this.connectionList.selection = null;\\n this.morphSelector.reset();\\n this.tagChooser.reset();\\n this.currentTag = null;\\n this.stopStepping();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1702},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1701\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1702\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1703},\"user\":\"conradcalmez\",\"tags\":[]},\"1703\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 14:57:50 GMT+0100 (CET)\"},\"1704\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1705},\"source\":\"function selectChangedContent(source) {\\n\\n var addScriptRegex = /this\\\\.addScript\\\\s*\\\\(\\\\s*function\\\\s*([^\\\\(]*)/g;\\n var addScriptMatches = [];\\n var addScriptMatch = addScriptRegex.exec(source);\\n while (addScriptMatch) {\\n addScriptMatches.push(addScriptMatch[1]);\\n addScriptMatch = addScriptRegex.exec(source);\\n }\\n \\n // if scripts were added, select either a specific one or all\\n if (addScriptMatches.length > 0) { \\n if (addScriptMatches.length === 1) {\\n return this.scriptList.selectAddedScript(addScriptMatches[0]);\\n }\\n return this.scriptList.selectAt(0);\\n }\\n\\n var connectionRegex = \\n /connect\\\\(\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"\\\\s*,\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"/g;\\n var connectionMatches = [];\\n var connectionMatch = connectionRegex.exec(source);\\n while (connectionMatch) {\\n connectionMatches.push(connectionMatch);\\n connectionMatch = connectionRegex.exec(source);\\n }\\n\\n // if connections were made, select either a specific one or all\\n if (connectionMatches.length > 0) {\\n if (connectionMatches.length === 1) {\\n var match = connectionMatches[0];\\n for (var i=0; i>saveDoesNotAskForCredentialsInSafari.xhtml"},"33729":{"type":"S:modified","url":"/users/martin/measurements/FAQ.xhtml"},"33730":{"type":"S:modified","url":"/users/gerald24/temp.xhtml"},"33731":{"type":"S:modified","url":"/users/markoroeder/MetadataVisualization.xhtml"},"33732":{"type":"S:modified","url":"/demos/WorldSerializationGraph.xhtml"},"33733":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/ImageDroppin.xhtml"},"33734":{"type":"S:modified","url":"/users/Dan/LiveWeb-NewLayout.xhtml"},"33735":{"type":"S:modified","url":"/core/lively/DOMAbstraction.js"},"33736":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/Slider.xhtml"},"33737":{"type":"S:modified","url":"/demos/ScriptingClock.xhtml"},"33738":{"type":"S:modified","url":"/issues/111017_BrowsingSubmorphsWithObjectExplorerBroken.xhtml"},"33739":{"type":"S:modified","url":"/users/Dan/Tutorial1.xhtml"},"33740":{"type":"S:modified","url":"/users/fbo/empty3.xhtml"},"33741":{"type":"S:modified","url":"/demos/visualizations/FPSProtovis.xhtml"},"33742":{"type":"S:modified","url":"/draft/NewWorld/ObjectTracerPart.xhtml"},"33743":{"type":"S:modified","url":"/issues/110629_SlideoverlayIsBrokenAfterSavingItHidden.xhtml"},"33744":{"type":"S:modified","url":"/users/markoroeder/GOTY2011.xhtml"},"33745":{"type":"S:modified","url":"/users/fbo/DraftLayout.xhtml"},"33746":{"type":"S:modified","url":"/users/fbo/onMouseMoveRefactoring.xhtml"},"33747":{"type":"S:modified","url":"/users/Dan/PM/ScripterDev.xhtml"},"33748":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksSebastian.xhtml"},"33749":{"type":"S:modified","url":"/users/fbo/DataTables.xhtml"},"33750":{"type":"S:modified","url":"/users/fbo/myLineWorld.xhtml"},"33751":{"type":"S:modified","url":"/issues/110526_ConnectorsInTheNewWorld.xhtml"},"33752":{"type":"S:modified","url":"/users/Dan/PM/FormLayoutExpt.xhtml"},"33753":{"type":"S:modified","url":"/users/Dan/MyQBF.xhtml"},"33754":{"type":"S:modified","url":"/users/Dan/LiveWeb2.xhtml"},"33755":{"type":"S:modified","url":"/users/fbo/layoutPlaceholdersForDragging.xhtml"},"33756":{"type":"S:modified","url":"/webwerkstatt.xhtml"},"33757":{"type":"S:modified","url":"/users/sofia/georgi/Versions.xhtml"},"33758":{"type":"S:modified","url":"/issues/fixed/110506_CompletelyEmphasizedTextDoesNotSerialize.xhtml"},"33759":{"type":"S:modified","url":"/issues/110518_ShadowOfAMorphDoesNotReflectRotation.xhtml"},"33760":{"type":"S:modified","url":"/users/olmeca/start.xhtml"},"33761":{"type":"S:modified","url":"/users/sofia/martin/3.xhtml"},"33762":{"type":"S:modified","url":"/issues/110514_DontShowEditCursorForHalosMenusEtc.xhtml"},"33763":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/Lists.xhtml"},"33764":{"type":"S:modified","url":"/users/fbo/layoutDragSnap.xhtml"},"33765":{"type":"S:modified","url":"/users/sofia/georgi/new.xhtml"},"33766":{"type":"S:modified","url":"/users/mkilling/ikuh.xhtml"},"33767":{"type":"S:modified","url":"/draft/NewWorld/ClassBrowser.xhtml"},"33768":{"type":"S:modified","url":"/users/fbo/xamppInstaller.xhtml"},"33769":{"type":"S:modified","url":"/users/Kat/QBF2B.xhtml"},"33770":{"type":"S:modified","url":"/demos/visualizations/protovis.xhtml"},"33771":{"type":"S:modified","url":"/users/NikolaySuslov/start.xhtml"},"33772":{"type":"S:modified","url":"/documentation/Lively2Installation.xhtml"},"33773":{"type":"S:modified","url":"/issues/110518_ProblemToOpenDialogs.xhtml"},"33774":{"type":"S:modified","url":"/users/sofia/learning_prototype_js.xhtml"},"33775":{"type":"S:modified","url":"/issues/110809_AsScriptOfMethodDoesNotChangeFunctionName.xhtml"},"33776":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksBenjamin.xhtml"},"33777":{"type":"S:modified","url":"/users/sofia/video1.xhtml"},"33778":{"type":"S:modified","url":"/empty.xhtml"},"33779":{"type":"S:modified","url":"/demos/LiveWeb/LiveWeb.xhtml"},"33780":{"type":"S:modified","url":"/users/cschuster/start.xhtml"},"33781":{"type":"S:modified","url":"/issues/fixed/110509_WorldMenuDoesNotWork.xhtml"},"33782":{"type":"S:modified","url":"/users/Dan/QuickBrownFox.xhtml"},"33783":{"type":"S:modified","url":"/projects/Lively2/Minimal.xhtml"},"33784":{"type":"S:modified","url":"/issues/111005_LineIssues.xhtml"},"33785":{"type":"S:modified","url":"/issues/fixed/110506_PartsbinHasNoAddOrRemoveCategoryButtons.xhtml"},"33786":{"type":"S:modified","url":"/users/sofia/experiments/css_theming.xhtml"},"33787":{"type":"S:modified","url":"/documentation/videoTutorials/110630_CPUVis.xhtml"},"33788":{"type":"S:modified","url":"/users/template/start.xhtml"},"33789":{"type":"S:modified","url":"/documentation/Traits.xhtml"},"33790":{"type":"S:modified","url":"/issues/110717_ShapeOffsetMakesEventsGoMad.xhtml"},"33791":{"type":"S:modified","url":"/users/fbo/jQueryUi.xhtml"},"33792":{"type":"S:modified","url":"/users/robertkrahn/nonexisting.xhtml"},"33793":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/DroppingForImport.xhtml"},"33794":{"type":"S:modified","url":"/cleanup.xhtml"},"33795":{"type":"S:modified","url":"/issues/110522_ListAndTextScrollWorldAfterReachingTheirScrollBounds.xhtml"},"33796":{"type":"S:modified","url":"/projects/BP2012/simple.xhtml"},"33797":{"type":"S:modified","url":"/issues/110831_ScrolingWithNewClippingCodeDoesNotWork.xhtml"},"33798":{"type":"S:modified","url":"/issues/110923_ProtovisVisualizationBroken.xhtml"},"33799":{"type":"S:modified","url":"/issues/111019_PublishingPartsWithCommitMessages.xhtml"},"33800":{"type":"S:modified","url":"/demos/visualizations/jsl4tv-world-000.xhtml"},"33801":{"type":"S:modified","url":"/users/markoroeder/SVN2CodeDB.xhtml"},"33802":{"type":"S:modified","url":"/users/sofia/trac_tickets_pavel.xhtml"},"33803":{"type":"S:modified","url":"/projects/BP2012/2011-11-02-talk.xhtml"},"33804":{"type":"S:modified","url":"/users/fbo/dojoWorld.xhtml"},"33805":{"type":"S:modified","url":"/users/Dan/NewPresentation2.xhtml"},"33806":{"type":"S:modified","url":"/users/tmohr/slide6.xhtml"},"33807":{"type":"S:modified","url":"/projects/DebuggingJS/draft.xhtml"},"33808":{"type":"S:modified","url":"/draft/NewWorld/DirectGrabDragAndCopy.xhtml"},"33809":{"type":"S:modified","url":"/users/sofia/protovis.xhtml"},"33810":{"type":"S:modified","url":"/blank.xhtml"},"33811":{"type":"S:modified","url":"/users/robertkrahn/testCPUVis.xhtml"},"33812":{"type":"S:modified","url":"/projects/Lively2/Converting.xhtml"},"33813":{"type":"S:modified","url":"/users/andyburnett/start.xhtml"},"33814":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/RichText.xhtml"},"33815":{"type":"S:modified","url":"/draft/NewWorld/Presentations.xhtml"},"33816":{"type":"S:modified","url":"/users/robertkrahn/garminExport.xhtml"},"33817":{"type":"S:modified","url":"/tests.xhtml"},"33818":{"type":"S:modified","url":"/issues/110625_PartUploadBroken.xhtml"},"33819":{"type":"S:modified","url":"/issues/fixed/110517_ConnectionsWantToAccessClosureValues.xhtml"},"33820":{"type":"S:modified","url":"/users/markoroeder/DataVisualization.xhtml"},"33821":{"type":"S:modified","url":"/draft/NewWorld/PartsBinSearch.xhtml"},"33822":{"type":"S:modified","url":"/issues/110529_InsertingSomethingInTextRemovesFocus.xhtml"},"33823":{"type":"S:modified","url":"/issues/110512_ListSelectionInScbDoesNotWorkCorrectly.xhtml"},"33824":{"type":"S:modified","url":"/issues/111017_StaticBindingOfSuperInClosures.xhtml"},"33825":{"type":"S:modified","url":"/demos/contextjs/flattening.xhtml"},"33826":{"type":"S:modified","url":"/issues/110511_LinesCannotBeClicked.xhtml"},"33827":{"type":"S:modified","url":"/users/lauritz/miniprojects/gettingStarted.xhtml"},"33828":{"type":"S:modified","url":"/users/markoroeder/Part2Class.xhtml"},"33829":{"type":"S:modified","url":"/users/Dan/EmptyWorld2.xhtml"},"33830":{"type":"S:modified","url":"/projects/LivelyKernel/nextSteps.xhtml"},"33831":{"type":"S:modified","url":"/users/wlcleveland/start.xhtml"},"33832":{"type":"S:modified","url":"/users/swart/start.xhtml"},"33833":{"type":"S:modified","url":"/users/Dan/QBF2Bb.xhtml"},"33834":{"type":"S:modified","url":"/users/tmohr/slide1.xhtml"},"33835":{"type":"S:modified","url":"/users/robertkrahn/DetermineModuleDependencies.xhtml"},"33836":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksHubert2.xhtml"},"33837":{"type":"S:modified","url":"/projects/CodeDB2/info_restructuring.xhtml"},"33838":{"type":"S:modified","url":"/users/Dan/PM/DemoForm.xhtml"},"33839":{"type":"S:modified","url":"/issues/110728_GraffleLayerGrabsWorld.xhtml"},"33840":{"type":"S:modified","url":"/users/Dan/Activities1.xhtml"},"33841":{"type":"S:modified","url":"/users/tmohr/emtpy.xhtml"},"33842":{"type":"S:modified","url":"/documentation/ElProfesor.xhtml"},"33843":{"type":"S:modified","url":"/issues/111022_TheExplorerScrollingIsBroken.xhtml"},"33844":{"type":"S:modified","url":"/users/Dan/WindowPlay.xhtml"},"33845":{"type":"S:modified","url":"/users/martin/Measurements.xhtml"},"33846":{"type":"S:modified","url":"/users/fbo/layoutCycle.xhtml"},"33847":{"type":"S:modified","url":"/documentation/7funthings.xhtml"},"33848":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/jensWorld.xhtml"},"33849":{"type":"S:modified","url":"/users/iho/start.xhtml"},"33850":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/NewMorphicIntroduction.xhtml"},"33851":{"type":"S:modified","url":"/BrokenWorldRepairSite.xhtml"},"33852":{"type":"S:modified","url":"/users/fbo/serverDevPlayground.xhtml"},"33853":{"type":"S:modified","url":"/users/ahold/TrackerDev.xhtml"},"33854":{"type":"S:modified","url":"/users/Dan/LiveWeb3.xhtml"},"33855":{"type":"S:modified","url":"/documentation/Template.xhtml"},"33856":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/secondWorld.xhtml"},"33857":{"type":"S:modified","url":"/documentation/ContextJS.xhtml"},"33858":{"type":"S:modified","url":"/projects/CodeDB2/CodeDB2Dev.xhtml"},"33859":{"type":"S:modified","url":"/users/markoroeder/GrammarTesting.xhtml"},"33860":{"type":"S:modified","url":"/documentation/ScriptingTutorial.xhtml"},"33861":{"type":"S:modified","url":"/users/fbo/deserializeMorphs.xhtml"},"33862":{"type":"S:modified","url":"/issues/110722_ClipModeShouldClipMorphsInTheirBounds.xhtml"},"33863":{"type":"S:modified","url":"/documentation/videoTutorials/110714_NodeJSServerCreation.xhtml"},"33864":{"type":"S:modified","url":"/users/fbo/scrollFixes.xhtml"},"33865":{"type":"S:modified","url":"/users/fbo/empty.xhtml"},"33866":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksConrad.xhtml"},"33867":{"type":"S:modified","url":"/users/keith/deadly.xhtml"},"33868":{"type":"S:modified","url":"/users/robertkrahn/nonexisting2.xhtml"},"33869":{"type":"S:modified","url":"/users/Dan/QBFa.xhtml"},"33870":{"type":"S:modified","url":"/users/cschuster/debugging2.xhtml"},"33871":{"type":"S:modified","url":"/users/fbo/SlickGrid.xhtml"},"33872":{"type":"S:modified","url":"/users/constantin/Snake.xhtml"},"33873":{"type":"S:modified","url":"/documentation/worlds.xhtml"},"33874":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/firstWorld2.xhtml"},"33875":{"type":"S:modified","url":"/issues/110609_TabIndentionForBulletPoints.xhtml"},"33876":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksAstrid.xhtml"},"33877":{"type":"S:modified","url":"/users/sofia/video2.xhtml"},"33878":{"type":"S:modified","url":"/users/keith/notes.xhtml"},"33879":{"type":"S:modified","url":"/issues/110528_ClickBehaviorOfScbIsStrange.xhtml"},"33880":{"type":"S:modified","url":"/demos/Parts.xhtml"},"33881":{"type":"S:modified","url":"/demos/WhereArePeopleFrom.xhtml"},"33882":{"type":"S:modified","url":"/issues/110510_MorphsAreDroppedWhenDndedFromPartsbin.xhtml"},"33883":{"type":"S:modified","url":"/users/fbo/jqueryTabulate.xhtml"},"33884":{"type":"S:modified","url":"/issues/111026_CustomFormattedBinsInPartsBin.xhtml"},"33885":{"type":"S:modified","url":"/users/fbo/learningLively2.xhtml"},"33886":{"type":"S:modified","url":"/issues/111017_svgIssues.xhtml"},"33887":{"type":"S:modified","url":"/users/markoroeder/NewStreamwork.xhtml"},"33888":{"type":"S:modified","url":"/users/markoroeder/MapImport.xhtml"},"33889":{"type":"S:modified","url":"/documentation/Serialization-Interface.xhtml"},"33890":{"type":"S:modified","url":"/issues/fixed/110511_DroppablebehaviorParts.xhtml"},"33891":{"type":"S:modified","url":"/users/markoroeder/newDraft.xhtml"},"33892":{"type":"S:modified","url":"/projects/Lively2/ReleasePlanning.xhtml"},"33893":{"type":"S:modified","url":"/draft/NewWorld/LinesAndCurves.xhtml"},"33894":{"type":"S:modified","url":"/users/Dan/HaloExpt.xhtml"},"33895":{"type":"S:modified","url":"/issues/110921_DropshadowIsOff.xhtml"},"33896":{"type":"S:modified","url":"/users/keith/versionControl.xhtml"},"33897":{"type":"S:modified","url":"/issues/111021_HowToStoreObjectsOnTheServer.xhtml"},"33898":{"type":"S:modified","url":"/documentation/videoTutorials/SystemBrowserDiffingVersions.xhtml"},"33899":{"type":"S:modified","url":"/users/fbo/blank.xhtml"},"33900":{"type":"S:modified","url":"/demos/Clock.xhtml"},"33901":{"type":"S:modified","url":"/users/fbo/scrolling.xhtml"},"33902":{"type":"S:modified","url":"/users/markoroeder/DraftInfoItem.xhtml"},"33903":{"type":"S:modified","url":"/documentation/HowConnectWorks.xhtml"},"33904":{"type":"S:modified","url":"/users/fbo/layoutTests.xhtml"},"33905":{"type":"S:modified","url":"/issues/fixed/110407_NoScriptEditorInNewWorld.xhtml"},"33906":{"type":"S:modified","url":"/projects/BP2012/Requests.xhtml"},"33907":{"type":"S:modified","url":"/users/template/pleaseDoNotChangeOrRemoveWorldsInThisDirectory.xhtml"},"33908":{"type":"S:modified","url":"/users/fbo/journalBug.xhtml"},"33909":{"type":"S:modified","url":"/issues/110701_VisualBindingToStarBroken.xhtml"},"33910":{"type":"S:modified","url":"/users/tmohr/slide7.xhtml"},"33911":{"type":"S:modified","url":"/issues/110723_PathBroken.xhtml"},"33912":{"type":"S:modified","url":"/demos/MyNewWikiPage.xhtml"},"33913":{"type":"S:modified","url":"/issues/fixed/110510_SafariWontOpenToolsFromPartsbin.xhtml"},"33914":{"type":"S:modified","url":"/issues/110720_FirefoxCannotDisplaySvgBasedMorphs.xhtml"},"33915":{"type":"S:modified","url":"/draft/NewWorld/RichText.xhtml"},"33916":{"type":"S:modified","url":"/users/alexwarth/start.xhtml"},"33917":{"type":"S:modified","url":"/draft/NewWorld/SimpleBrowser.xhtml"},"33918":{"type":"S:modified","url":"/draft/NewWorld/OldMorphicObjectConversion.xhtml"},"33919":{"type":"S:modified","url":"/documentation/profesores.xhtml"},"33920":{"type":"S:modified","url":"/documentation/videoTutorials/template.xhtml"},"33921":{"type":"S:modified","url":"/issues/110629_WindmillDoesNotShowInThePartsBin.xhtml"},"33922":{"type":"S:modified","url":"/issues/110519_PasteBug.xhtml"},"33923":{"type":"S:modified","url":"/draft/NewWorld/Engine.xhtml"},"33924":{"type":"S:modified","url":"/draft/NewWorld/ProgressForRequests.xhtml"},"33925":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/Sliders.xhtml"},"33926":{"type":"S:modified","url":"/users/tmohr/bespin.xhtml"},"33927":{"type":"S:modified","url":"/users/fbo/scrollPlayground.xhtml"},"33928":{"type":"S:modified","url":"/users/tfleig/test1.xhtml"},"33929":{"type":"S:modified","url":"/users/fbo/gitSetup.xhtml"},"33930":{"type":"S:modified","url":"/users/constantin/start.xhtml"},"33931":{"type":"S:modified","url":"/users/Dan/Test.xhtml"},"33932":{"type":"S:modified","url":"/issues/110630_MenusLeaveVisibleBounds.xhtml"},"33933":{"type":"S:modified","url":"/projects/CodeDB2/playground_tilman.xhtml"},"33934":{"type":"S:modified","url":"/users/ohshima/start.xhtml"},"33935":{"type":"S:modified","url":"/issues/110704_MapsAreBlacksAfterDeserialization.xhtml"},"33936":{"type":"S:modified","url":"/users/Kat/MyQBF.xhtml"},"33937":{"type":"S:modified","url":"/users/markoroeder/SerializationDebug.xhtml"},"33938":{"type":"S:modified","url":"/issues/111012_BorderWidthIssue.xhtml"},"33939":{"type":"S:modified","url":"/users/mzimmerm/etoys-development-notes.xhtml"},"33940":{"type":"S:modified","url":"/users/Dan/EngineTest.xhtml"},"33941":{"type":"S:modified","url":"/users/tmohr/slide2.xhtml"},"33942":{"type":"S:modified","url":"/users/sofia/protovisPrototype.xhtml"},"33943":{"type":"S:modified","url":"/users/sofia/sofia/georgi/new_world.xhtml"},"33944":{"type":"S:modified","url":"/documentation/FAQ.xhtml"},"33945":{"type":"S:modified","url":"/demos/contextjs/SimpleObjectTracing.xhtml"},"33946":{"type":"S:modified","url":"/users/Dan/PM/Dan.xhtml"},"33947":{"type":"S:modified","url":"/issues/fixed/110518_PartsbinMoveIsNoRealMove.xhtml"},"33948":{"type":"S:modified","url":"/sandbox/sandbox-dgc.xhtml"},"33949":{"type":"S:modified","url":"/issues/110610_AddNewMethodBroken.xhtml"},"33950":{"type":"S:modified","url":"/users/Dan/CC.xhtml"},"33951":{"type":"S:modified","url":"/draft/NewWorld/StringsAsRichText.xhtml"},"33952":{"type":"S:modified","url":"/issues/110704_ClickingOnProtoVisDrawing.xhtml"},"33953":{"type":"S:modified","url":"/users/fbo/layoutGrid.xhtml"},"33954":{"type":"S:modified","url":"/users/Dan/Garbage.xhtml"},"33955":{"type":"S:modified","url":"/welcome.xhtml"},"33956":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/textEditor.xhtml"},"33957":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/prototypeQBF.xhtml"},"33958":{"type":"S:modified","url":"/documentation/videoTutorials/110429_TextAttributes.xhtml"},"33959":{"type":"S:modified","url":"/users/fbo/pongServer.xhtml"},"33960":{"type":"S:modified","url":"/users/miku/start.xhtml"},"33961":{"type":"S:modified","url":"/users/Dan/PM/Lively2.xhtml"},"33962":{"type":"S:modified","url":"/users/cschuster/dev-alpha.xhtml"},"33963":{"type":"S:modified","url":"/users/Dan/PM/PowerPointNot.xhtml"},"33964":{"type":"S:modified","url":"/users/fbo/layoutConfigurator.xhtml"},"33965":{"type":"S:modified","url":"/draft/NewWorld/Diffing.xhtml"},"33966":{"type":"S:modified","url":"/issues/110604_GriddingDoesNotWorkRight.xhtml"},"33967":{"type":"S:modified","url":"/issues/110927_TranslationAndPositionAreNotEqualWhenMorphHasAOwnerWithModifiedOrigin.xhtml"},"33968":{"type":"S:modified","url":"/issues/110809_ChangeOrRemovedScriptsAfterSerializationWrong.xhtml"},"33969":{"type":"S:modified","url":"/issues/110729_ShowHaloItemDuringHaloAction.xhtml"},"33970":{"type":"S:modified","url":"/users/tmohr/demo.xhtml"},"33971":{"type":"S:modified","url":"/documentation/overview.xhtml"},"33972":{"type":"S:modified","url":"/demos/LiveWeb/iPad.xhtml"},"33973":{"type":"S:modified","url":"/issues/110628_MorphOffsetsAfterGrabbingAreBroken.xhtml"},"33974":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/SCBMigration.xhtml"},"33975":{"type":"S:modified","url":"/users/Dan/LiveWeb4.xhtml"},"33976":{"type":"S:modified","url":"/users/olmeca/olmeca3.xhtml"},"33977":{"type":"S:deleted","url":null},"33978":{"type":"S:modified","url":"/issues/111026_AccessingVersionsUsesWrongURLAndVersionCombination.xhtml"},"33979":{"type":"S:modified","url":"/users/sofia/sofia/georgi/video_experiments1.xhtml"},"33980":{"type":"S:modified","url":"/users/wlcleveland/shadowworld.xhtml"},"33981":{"type":"S:modified","url":"/users/mzimmerm/mz-world-from-start-xhtml.xhtml"},"33982":{"type":"S:modified","url":"/users/Dan/FormLayoutExpt.xhtml.xhtml"},"33983":{"type":"S:modified","url":"/users/robertkrahn/writeSite.xhtml"},"33984":{"type":"S:modified","url":"/draft/NewWorld/CurveDrafting.xhtml"},"33985":{"type":"S:modified","url":"/draft/NewWorld/ParseApacheServerLog.xhtml"},"33986":{"type":"S:modified","url":"/issues/fixed/110516_EnterAtTextEndDoesNotAddLineBreak.xhtml"},"33987":{"type":"S:modified","url":"/projects/BP2012/h2.xhtml"},"33988":{"type":"S:modified","url":"/draft/NewWorld/110521_BetterLists.xhtml"},"33989":{"type":"S:modified","url":"/users/Dan/PM/layoutExpts.xhtml"},"33990":{"type":"S:modified","url":"/users/test50/start.xhtml"},"33991":{"type":"S:modified","url":"/MovePages.xhtml"},"33992":{"type":"S:modified","url":"/documentation/Rendering.xhtml"},"33993":{"type":"S:modified","url":"/users/fbo/layoutPlayground.xhtml"},"33994":{"type":"S:modified","url":"/users/martin/measurements/webwerkstatt.xhtml"},"33995":{"type":"S:modified","url":"/issues/111005_MouseMoveChangesFocus.xhtml"},"33996":{"type":"S:modified","url":"/documentation/videoTutorials/110419_ManipulateMorphs.xhtml"},"33997":{"type":"S:modified","url":"/projects/Lively2/Release.xhtml"},"33998":{"type":"S:modified","url":"/issues/110523_RelayMouseEventsToMorphBeneath.xhtml"},"33999":{"type":"S:modified","url":"/users/tmohr/myNewWorld.xhtml"},"34000":{"type":"S:modified","url":"/users/robertkrahn/thingsToExplain.xhtml"},"34001":{"type":"S:modified","url":"/users/fbo/start.xhtml"},"34002":{"type":"S:modified","url":"/issues/110511_WeHaveNoCheckbox.xhtml"},"34003":{"type":"S:modified","url":"/users/Dan/PM/FormsDraft1.xhtml"},"34004":{"type":"S:modified","url":"/users/Dan/EmptyWorld.xhtml"},"34005":{"type":"S:modified","url":"/users/sofia/georgi/empty.xhtml"},"34006":{"type":"S:modified","url":"/issues/110609_AccidentalGrabbing.xhtml"},"34007":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/NewMorphicDevelopment.xhtml"},"34008":{"type":"S:modified","url":"/users/lauritz/personal/snippets.xhtml"},"34009":{"type":"S:modified","url":"/users/lauritz/personal/thoughts.xhtml"},"34010":{"type":"S:modified","url":"/users/Dan/NewEmptyWorld.xhtml"},"34011":{"type":"S:modified","url":"/users/markoroeder/DOMRemovalPlugin.xhtml"},"34012":{"type":"S:modified","url":"/documentation/LivelyInstallation.xhtml"},"34013":{"type":"S:modified","url":"/issues/110530_MakeSyntaxHighlightingFaster.xhtml"},"34014":{"type":"S:modified","url":"/users/lauritz/miniprojects/pongClient.xhtml"},"34015":{"type":"S:modified","url":"/issues/110831_ButtonLabelsAreNotCenteredAnymore.xhtml"},"34016":{"type":"S:modified","url":"/sandbox/ColorfulWindmills.xhtml"},"34017":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/todo.xhtml"},"34018":{"type":"S:modified","url":"/users/robertkrahn/simple.xhtml"},"34019":{"type":"S:modified","url":"/issues/111004_SavingAnEmptyTextObjectSetsTheStringToUndefined.xhtml"},"34020":{"type":"S:modified","url":"/issues/TextDebugWorld.xhtml"},"34021":{"type":"S:modified","url":"/documentation/ShortcutList.xhtml"},"34022":{"type":"S:modified","url":"/users/tmohr/slide8.xhtml"},"34023":{"type":"S:modified","url":"/issues/110522_ClickingTheScrollbarInListsDoesNotWork.xhtml"},"34024":{"type":"S:modified","url":"/draft/NewWorld/ObjectSerializationGraph.xhtml"},"34025":{"type":"S:modified","url":"/users/Dan/TextTest.xhtml"},"34026":{"type":"S:modified","url":"/users/dtornow/start.xhtml"},"34027":{"type":"S:modified","url":"/projects/BP2012/start.xhtml"},"34028":{"type":"S:modified","url":"/users/Dan/Empty.xhtml"},"34029":{"type":"S:modified","url":"/users/keith/start.xhtml"},"34030":{"type":"S:modified","url":"/users/gerald24/start.xhtml"},"34031":{"type":"S:modified","url":"/documentation/videoTutorial.xhtml"},"34032":{"type":"S:modified","url":"/draft/NewWorld/DraftSelection.xhtml"},"34033":{"type":"S:modified","url":"/demos/LiveWeb/Pheonix.xhtml"},"34034":{"type":"S:modified","url":"/users/ahold/siteTracking.xhtml"},"34035":{"type":"S:modified","url":"/issues/110608_GetterAndSettersInIe9.xhtml"},"34036":{"type":"S:modified","url":"/users/iho/1.xhtml"},"34037":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/bootstrap.xhtml"},"34038":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasks.xhtml"},"34039":{"type":"S:modified","url":"/users/Dan/PM/FormsScripter.xhtml"},"34040":{"type":"S:modified","url":"/users/fbo/cassowary.xhtml"},"34041":{"type":"S:modified","url":"/users/MrSteve/start.xhtml"},"34042":{"type":"S:modified","url":"/issues/CreateIssuePage.xhtml"},"34043":{"type":"S:modified","url":"/users/fbo/xamppInstallerWindows.xhtml"},"34044":{"type":"S:modified","url":"/users/Dan/PM/Phoenix.xhtml"},"34045":{"type":"S:modified","url":"/users/tmohr/WebGL.xhtml"},"34046":{"type":"S:modified","url":"/documentation/PartsBin.xhtml"},"34047":{"type":"S:modified","url":"/users/mzimmerm/start.xhtml"},"34048":{"type":"S:modified","url":"/users/markoroeder/SequenceDiagram.xhtml"},"34049":{"type":"S:modified","url":"/demos/Wiki.xhtml"},"34050":{"type":"S:modified","url":"/documentation/Events.xhtml"},"34051":{"type":"S:modified","url":"/users/tmohr/slide3.xhtml"},"34052":{"type":"S:modified","url":"/users/hjust/blank.xhtml"},"34053":{"type":"S:modified","url":"/Lively2.xhtml"},"34054":{"type":"S:modified","url":"/users/tfleig/template.xhtml"},"34055":{"type":"S:modified","url":"/issues/111021_PianoDoesNotMakeASound.xhtml"},"34056":{"type":"S:modified","url":"/issues/fixed/110426_NewStatusMessagesWithMore.xhtml"},"34057":{"type":"S:modified","url":"/users/martin/tests.xhtml"},"34058":{"type":"S:modified","url":"/users/sofia/empty.xhtml"},"34059":{"type":"S:modified","url":"/issues/110601_PartsDoNotLoadThereRequireModulesOnWorldLoad.xhtml"},"34060":{"type":"S:modified","url":"/draft/NewWorld/Sliders.xhtml"},"34061":{"type":"S:modified","url":"/users/davidorban/start.xhtml"},"34062":{"type":"S:modified","url":"/users/orjan/start.xhtml"},"34063":{"type":"S:modified","url":"/users/Dan/PM/FormLayoutExpt-Final.xhtml"},"34064":{"type":"S:modified","url":"/users/sofia/video.xhtml"},"34065":{"type":"S:modified","url":"/demos/contextjs/PersonExample.xhtml"},"34066":{"type":"S:modified","url":"/users/zeebeedee/start.xhtml"},"34067":{"type":"S:modified","url":"/users/robertkrahn/textRain.xhtml"},"34068":{"type":"S:modified","url":"/users/fbo/databaseForms.xhtml"},"34069":{"type":"S:modified","url":"/draft/NewWorld/DraftUploadPDFs.xhtml"},"34070":{"type":"S:modified","url":"/users/olmeca/olmeca4.xhtml"},"34071":{"type":"S:modified","url":"/users/lauritz/miniprojects/livelyExplorer.xhtml"},"34072":{"type":"S:modified","url":"/documentation/videoTutorials/110421_CreatingVideoTutorials.xhtml"},"34073":{"type":"S:modified","url":"/draft/NewWorld/MartinsObjectDiffInNewWorlds.xhtml"},"34074":{"type":"S:modified","url":"/users/Dan/LineTest.xhtml"},"34075":{"type":"S:modified","url":"/draft/NewWorld/Translator.xhtml"},"34076":{"type":"S:modified","url":"/documentation/Styles.xhtml"},"34077":{"type":"S:modified","url":"/draft/NewWorld/MorphOrigin.xhtml"},"34078":{"type":"S:modified","url":"/screenshots.xhtml"},"34079":{"type":"S:modified","url":"/users/Dan/LiveWeb.xhtml"},"34080":{"type":"S:modified","url":"/demos/AntotherPageWithAClock.xhtml"},"34081":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/halloJens2.xhtml"},"34082":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/improvingTheWebPag.xhtml"},"34083":{"type":"S:modified","url":"/users/fbo/constraintLayoutExample.xhtml"},"34084":{"type":"S:modified","url":"/documentation/TutorialList.xhtml"},"34085":{"type":"S:modified","url":"/draft/NewWorld/MakeEventsTriggerOnCapture.xhtml"},"34086":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/prototype.xhtml"},"34087":{"type":"S:modified","url":"/users/Dan/PM/FormLayoutExpt-bk.xhtml"},"34088":{"type":"S:modified","url":"/users/Dan/QBF.xhtml"},"34089":{"type":"S:modified","url":"/users/tmohr/slides.xhtml"},"34090":{"type":"S:modified","url":"/users/Dan/ButtonTest.xhtml"},"34091":{"type":"S:modified","url":"/users/fbo/textInVbox.xhtml"},"34092":{"type":"S:modified","url":"/users/sofia/externalShapeExample.xhtml"},"34093":{"type":"S:modified","url":"/users/hjust/playground.xhtml"},"34094":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/halloJens.xhtml"},"34095":{"type":"S:modified","url":"/users/tmohr/morphSpecificRendering.xhtml"},"34096":{"type":"S:modified","url":"/users/fbo/dataGrid.xhtml"},"34097":{"type":"S:modified","url":"/issues/111020_HighlightTheTargetOfDropping.xhtml"},"34098":{"type":"S:modified","url":"/users/mzimmerm/help.xhtml"},"34099":{"type":"S:modified","url":"/users/fbo/jqGrid.xhtml"},"34100":{"type":"S:modified","url":"/projects/CodeDB2/contents.xhtml"},"34101":{"type":"S:modified","url":"/demos/PartsBin.xhtml"},"34102":{"type":"S:modified","url":"/users/sofia/martin/empty.xhtml"},"34103":{"type":"S:modified","url":"/users/markoroeder/research/Internship.xhtml"},"34104":{"type":"S:modified","url":"/users/tmohr/NewWorld.xhtml"},"34105":{"type":"S:modified","url":"/users/bert/sandbox.xhtml"},"34106":{"type":"S:modified","url":"/draft/NewWorld/GoogleMaps.xhtml"},"34107":{"type":"S:modified","url":"/demos/contextjs/NewContents.xhtml"},"34108":{"type":"S:modified","url":"/users/fbo/meteora.xhtml"},"34109":{"type":"S:modified","url":"/users/Dan/PM/Forms.xhtml"},"34110":{"type":"S:modified","url":"/issues/draft/NewWorld/CurveDrafting_EmbeddableWorld.xhtml"},"34111":{"type":"S:modified","url":"/projects/LivelyHelping/draftLK2.xhtml"},"34112":{"type":"S:modified","url":"/users/lauritz/miniprojects/objectEditor.xhtml"},"34113":{"type":"S:modified","url":"/users/fbo/blank2.xhtml"},"34114":{"type":"S:modified","url":"/issues/110509_ConnectionsInputsGetStackedUp.xhtml"},"34115":{"type":"S:modified","url":"/draft/NewWorld/SimpleLayout.xhtml"},"34116":{"type":"S:modified","url":"/users/mkilling/iKuh2.xhtml"},"34117":{"type":"S:modified","url":"/users/fbo/profesorControls.xhtml"},"34118":{"type":"S:modified","url":"/documentation/Serialization-Overview.xhtml"},"34119":{"type":"S:modified","url":"/users/sofia/georgi/PropertySheet.xhtml"},"34120":{"type":"S:modified","url":"/users/sofia/martin/1.xhtml"},"34121":{"type":"S:modified","url":"/issues/110828_HaloInfoLabelsWontShowUp.xhtml"},"34122":{"type":"S:modified","url":"/users/sofia/georgi/styles.xhtml"},"34123":{"type":"S:modified","url":"/users/fbo/doc/profesores.xhtml"},"34124":{"type":"S:modified","url":"/users/markoroeder/MorphicProtoVis2.xhtml"},"34125":{"type":"S:modified","url":"/issues/110516_EnterAtTextEndDoesNotAddLineBreak.xhtml"},"34126":{"type":"S:modified","url":"/projects/Lively2/LivelyMap.xhtml"},"34127":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/colorFiel.xhtml"},"34128":{"type":"S:modified","url":"/users/tmohr/slide9.xhtml"},"34129":{"type":"S:modified","url":"/issues/110518_TextAttributesBreakOnPaste.xhtml"},"34130":{"type":"S:modified","url":"/demos/LiveWeb/VisualBindings.xhtml"},"34131":{"type":"S:modified","url":"/documentation/Layout.xhtml"},"34132":{"type":"S:modified","url":"/documentation/repository.xhtml"},"34133":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/DontOverwriteChangedFile.xhtml"},"34134":{"type":"S:modified","url":"/users/Dan/Tests/TextTest.xhtml"},"34135":{"type":"S:modified","url":"/issues/fixed/110412_NewSimpleBrowser.xhtml"},"34136":{"type":"S:modified","url":"/users/fbo/proposedUiFixes.xhtml"},"34137":{"type":"S:modified","url":"/issues/NewTemplate.xhtml"},"34138":{"type":"S:modified","url":"/documentation/SVNOnServer.xhtml"},"34139":{"type":"S:modified","url":"/issues/110524_PartsSerializeTheirWorldsSometimes.xhtml"},"34140":{"type":"S:modified","url":"/users/Dan/PM/May.xhtml"},"34141":{"type":"S:modified","url":"/documentation/ignoreOrDisableEvents.xhtml"},"34142":{"type":"S:modified","url":"/issues/110522_FixSubmorphOrderWhenAddingMorphs.xhtml"},"34143":{"type":"S:modified","url":"/users/Dan/CCbkup.xhtml"},"34144":{"type":"S:modified","url":"/users/Dan/LiveWeb2-bk.xhtml"},"34145":{"type":"S:modified","url":"/issues/110704_DontGrabTextWithJensFancyGrabber.xhtml"},"34146":{"type":"S:modified","url":"/users/lauritz/blank.xhtml"},"34147":{"type":"S:modified","url":"/draft/NewWorld/Dragging.xhtml"},"34148":{"type":"S:modified","url":"/users/lauritz/personal/todo.xhtml"},"34149":{"type":"S:modified","url":"/users/fbo/flexigrid.xhtml"},"34150":{"type":"S:modified","url":"/draft/NewWorld/LatestFileChangeViewer.xhtml"},"34151":{"type":"S:modified","url":"/issues/fixed/110729_QucikBrownFoxBackspaceBug.xhtml"},"34152":{"type":"S:modified","url":"/users/lauritz/miniprojects/elProfesorWerkstatt.xhtml"},"34153":{"type":"S:modified","url":"/documentation/VisualBindings.xhtml"},"34154":{"type":"S:modified","url":"/users/robertkrahn/notexisting.xhtml"},"34155":{"type":"S:modified","url":"/draft/NewWorld/TreeMap.xhtml"},"34156":{"type":"S:modified","url":"/draft/NewWorld/Empty.xhtml"},"34157":{"type":"S:modified","url":"/users/Dan/QBF2B.xhtml"},"34158":{"type":"S:modified","url":"/issues/111019_MergingVersionsOfAnObject.xhtml"},"34159":{"type":"S:modified","url":"/issues/110619_SerializingMorphsThatAreNotInTheSceneGraphGivesStrangeErrors.xhtml"},"34160":{"type":"S:modified","url":"/users/lauritz/test.xhtml"},"34161":{"type":"S:modified","url":"/users/tilman.giese/start.xhtml"},"34162":{"type":"S:modified","url":"/users/tmohr/slide4.xhtml"},"34163":{"type":"S:modified","url":"/sandbox/PartsBin.xhtml"},"34164":{"type":"S:modified","url":"/users/markoroeder/DraftObjectExplorer.xhtml"},"34165":{"type":"S:modified","url":"/demos/WhereArePeopleFrom2.xhtml"},"34166":{"type":"S:modified","url":"/projects/CodeDB2/SVN2CodeDB.xhtml"},"34167":{"type":"S:modified","url":"/users/fbo/sqliteQueryServer.xhtml"},"34168":{"type":"S:modified","url":"/issues/fixed/110513_ScrollingWhenSearching.xhtml"},"34169":{"type":"S:modified","url":"/users/lauritz/miniprojects/bugFixing/referencedTextBug.xhtml"},"34170":{"type":"S:modified","url":"/issues/fixed/111020_ScrollingInScripteditorIsBroken.xhtml"},"34171":{"type":"S:modified","url":"/issues/110513_FindMethodsShouldSearchInClassMethodsAndObjects.xhtml"},"34172":{"type":"S:modified","url":"/draft/NewWorld/NewTestWidgetAgain.xhtml"},"34173":{"type":"S:modified","url":"/users/Dan/DansSlideOverview.xhtml"},"34174":{"type":"S:modified","url":"/users/fbo/exportCore.xhtml"},"34175":{"type":"S:modified","url":"/users/olmeca/olmeca.xhtml"},"34176":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/firstWorld.xhtml"},"34177":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/SearchSourceCodeWidge.xhtml"},"34178":{"type":"S:modified","url":"/users/Dan/CircleTest.xhtml"},"34179":{"type":"S:modified","url":"/users/Dan/Tests/SerializationTest2.xhtml"},"34180":{"type":"S:modified","url":"/users/fbo/sandbox.xhtml"},"34181":{"type":"S:modified","url":"/issues/110728_BackspaceTriggersBrowserBack.xhtml"},"34182":{"type":"S:modified","url":"/users/markoroeder/empty.xhtml"},"34183":{"type":"S:modified","url":"/draft/NewWorld/DropStyles.xhtml"},"34184":{"type":"S:modified","url":"/issues/fixed/110513_MakeSyntaxHighlightingWorkInNewWorld.xhtml"},"34185":{"type":"S:modified","url":"/users/MrSteve/lorenzo.start.xhtml"},"34186":{"type":"S:modified","url":"/users/Dan/PM/LiveWeb.xhtml"},"34187":{"type":"S:modified","url":"/users/Dan/PM/FormLayoutExpt-start.xhtml"},"34188":{"type":"S:modified","url":"/draft/NewWorld/ScriptEditor.xhtml"},"34189":{"type":"S:modified","url":"/users/mzimmerm/test-build-simple-webapp.xhtml"},"34190":{"type":"S:modified","url":"/issues/110628_SettingTetAttributesDoesNotAlwaysWork.xhtml"},"34191":{"type":"S:modified","url":"/users/lauritz/miniprojects/spiel.xhtml"},"34192":{"type":"S:modified","url":"/users/robertkrahn/DraftPresentation.xhtml"},"34193":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/layouting.xhtml"},"34194":{"type":"S:modified","url":"/users/Dan/Tests/SerializationTest.xhtml"},"34195":{"type":"S:modified","url":"/users/lauritz/miniprojects/spikes/connectedExplorer.xhtml"},"34196":{"type":"S:modified","url":"/users/fbo/nodejsServerDevelopment.xhtml"},"34197":{"type":"S:modified","url":"/draft/NewWorld/QBFForPartsBin.xhtml"},"34198":{"type":"S:modified","url":"/issues/fixed/110628_CommandAndCurlyBracketGoesBackInBrowserHistory.xhtml"},"34199":{"type":"S:modified","url":"/users/lauritz/miniprojects/connections.xhtml"},"34200":{"type":"S:modified","url":"/users/ahold/start.xhtml"},"34201":{"type":"S:modified","url":"/users/markus/FileBrowser.xhtml"},"34202":{"type":"S:modified","url":"/demos/LiveWeb/CPUVisualizationFinal.xhtml"},"34203":{"type":"S:modified","url":"/users/fbo/jsUiWidgetLibResearch.xhtml"},"34204":{"type":"S:modified","url":"/users/fbo/constraintLayout.xhtml"},"34205":{"type":"S:modified","url":"/users/Dan/Tests/LineTest.xhtml"},"34206":{"type":"S:modified","url":"/sandbox/sandbox.xhtml"},"34207":{"type":"S:modified","url":"/users/fbo/versionControl.xhtml"},"34208":{"type":"S:modified","url":"/draft/NewWorld/CreateDirWhenSaving.xhtml"},"34209":{"type":"S:modified","url":"/demos/Lively2.xhtml"},"34210":{"type":"S:modified","url":"/users/fbo/userIsolationAndGit.xhtml"},"34211":{"type":"S:modified","url":"/draft/NewWorld/KeyboardFocusForMorphs.xhtml"},"34212":{"type":"S:modified","url":"/users/fbo/dwarfcassowaryExample2.xhtml"},"34213":{"type":"S:modified","url":"/users/oudenampsen/start.xhtml"},"34214":{"type":"S:modified","url":"/issues/110517_VlayoutShouldGrowAndShrink.xhtml"},"34215":{"type":"S:modified","url":"/users/fbo/dwarfcassowaryExample.xhtml"},"34216":{"type":"S:modified","url":"/users/tmohr/ace.xhtml"},"34217":{"type":"S:modified","url":"/users/fbo/empty2.xhtml"},"34218":{"type":"S:modified","url":"/users/martin/Workspace.xhtml"},"34219":{"type":"S:modified","url":"/users/Dan/Bug-List.xhtml"},"34220":{"type":"S:modified","url":"/users/Dan/QuickBrownFoxx.xhtml"},"34221":{"type":"S:modified","url":"/demos/LiveWeb/ServerScripting.xhtml"},"34222":{"type":"S:modified","url":"/demos/contextjs/WordCompletion.xhtml"},"34223":{"type":"S:modified","url":"/issues/110715_PartModuleRequirementsAreNotLoadedOnWorldLoad.xhtml"},"34224":{"type":"S:modified","url":"/users/fbo/fabiansTickets.xhtml"},"34225":{"type":"S:modified","url":"/issues/111020_ViewOfTextFieldsAfterSaving.xhtml"},"34226":{"type":"S:modified","url":"/users/martin/Template.xhtml"},"34227":{"type":"S:modified","url":"/projects/CodeDB2/Testing.xhtml"},"34228":{"type":"S:modified","url":"/users/keith/MySetup.xhtml"},"34229":{"type":"S:modified","url":"/users/fbo/noGrabLayer.xhtml"},"34230":{"type":"S:modified","url":"/demos/CPUVisualization.xhtml"},"34231":{"type":"S:modified","url":"/users/sofia/georgi/trac-report.xhtml"},"34232":{"type":"S:modified","url":"/users/fbo/HtmlWrapperMorph.xhtml"},"34233":{"type":"S:modified","url":"/users/sofia/documentation_afterLunch.xhtml"},"34234":{"type":"S:modified","url":"/demos/contextjs/Empty.xhtml"},"34235":{"type":"S:modified","url":"/users/fbo/setExtent.xhtml"},"34236":{"type":"S:modified","url":"/users/sofia/martin/2.xhtml"},"34237":{"type":"S:modified","url":"/users/markoroeder/DropboxUpload.xhtml"},"34238":{"type":"S:modified","url":"/users/fbo/newMouseDownLayer.xhtml"},"34239":{"type":"S:modified","url":"/issues/fixed/110914_StraightLineIssue.xhtml"},"34240":{"type":"S:modified","url":"/users/cschuster/debugging.xhtml"},"34241":{"type":"S:modified","url":"/users/sofia/prototVisPrototype.xhtml"},"34242":{"type":"S:modified","url":"/draft/NewWorld/DraggingAndGrabbing.xhtml"},"34243":{"type":"S:modified","url":"/users/lauritz/miniprojects/annotationPart.xhtml"},"34244":{"rev":111628,"author":"fbo","date":{"__isSmartRef__":true,"id":34245},"url":{"__isSmartRef__":true,"id":34246},"changes":[{"__isSmartRef__":true,"id":34247},{"__isSmartRef__":true,"id":34248}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34245":{"isSerializedDate":true,"string":"Wed Oct 26 2011 22:42:15 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34246":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/kernel/PartsBin","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34247":{"type":"S:deleted","url":null},"34248":{"type":"S:added","url":null},"34249":{"rev":110429,"author":"lauritz","date":{"__isSmartRef__":true,"id":34250},"url":{"__isSmartRef__":true,"id":34251},"changes":[{"__isSmartRef__":true,"id":34252}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34250":{"isSerializedDate":true,"string":"Thu Oct 20 2011 22:32:58 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34251":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34252":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34253":{"rev":109892,"author":"jenslincke","date":{"__isSmartRef__":true,"id":34254},"url":{"__isSmartRef__":true,"id":34255},"changes":[{"__isSmartRef__":true,"id":34256}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34254":{"isSerializedDate":true,"string":"Wed Oct 19 2011 12:36:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34255":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34256":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34257":{"rev":109190,"author":"lauritz","date":{"__isSmartRef__":true,"id":34258},"url":{"__isSmartRef__":true,"id":34259},"changes":[{"__isSmartRef__":true,"id":34260}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34258":{"isSerializedDate":true,"string":"Mon Oct 17 2011 22:28:15 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34259":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34260":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34261":{"rev":109167,"author":"lauritz","date":{"__isSmartRef__":true,"id":34262},"url":{"__isSmartRef__":true,"id":34263},"changes":[{"__isSmartRef__":true,"id":34264}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34262":{"isSerializedDate":true,"string":"Mon Oct 17 2011 18:22:20 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34263":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34264":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34265":{"rev":109164,"author":"lauritz","date":{"__isSmartRef__":true,"id":34266},"url":{"__isSmartRef__":true,"id":34267},"changes":[{"__isSmartRef__":true,"id":34268}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34266":{"isSerializedDate":true,"string":"Mon Oct 17 2011 17:45:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34267":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34268":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34269":{"rev":109022,"author":"lauritz","date":{"__isSmartRef__":true,"id":34270},"url":{"__isSmartRef__":true,"id":34271},"changes":[{"__isSmartRef__":true,"id":34272}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34270":{"isSerializedDate":true,"string":"Fri Oct 14 2011 22:16:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34271":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34272":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34273":{"rev":109012,"author":"lauritz","date":{"__isSmartRef__":true,"id":34274},"url":{"__isSmartRef__":true,"id":34275},"changes":[{"__isSmartRef__":true,"id":34276}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34274":{"isSerializedDate":true,"string":"Fri Oct 14 2011 21:55:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34275":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34276":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34277":{"rev":107432,"author":"cschuster","date":{"__isSmartRef__":true,"id":34278},"url":{"__isSmartRef__":true,"id":34279},"changes":[{"__isSmartRef__":true,"id":34280}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34278":{"isSerializedDate":true,"string":"Tue Oct 04 2011 17:40:19 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34279":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34280":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34281":{"rev":106789,"author":"lauritz","date":{"__isSmartRef__":true,"id":34282},"url":{"__isSmartRef__":true,"id":34283},"changes":[{"__isSmartRef__":true,"id":34284}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34282":{"isSerializedDate":true,"string":"Tue Sep 27 2011 23:26:26 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34283":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34284":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34285":{"rev":106765,"author":"lauritz","date":{"__isSmartRef__":true,"id":34286},"url":{"__isSmartRef__":true,"id":34287},"changes":[{"__isSmartRef__":true,"id":34288}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34286":{"isSerializedDate":true,"string":"Tue Sep 27 2011 21:31:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34287":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34288":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34289":{"rev":106756,"author":"lauritz","date":{"__isSmartRef__":true,"id":34290},"url":{"__isSmartRef__":true,"id":34291},"changes":[{"__isSmartRef__":true,"id":34292}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34290":{"isSerializedDate":true,"string":"Tue Sep 27 2011 21:07:46 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34291":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34292":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34293":{"rev":106745,"author":"lauritz","date":{"__isSmartRef__":true,"id":34294},"url":{"__isSmartRef__":true,"id":34295},"changes":[{"__isSmartRef__":true,"id":34296}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34294":{"isSerializedDate":true,"string":"Tue Sep 27 2011 20:54:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34295":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34296":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34297":{"rev":106695,"author":"lauritz","date":{"__isSmartRef__":true,"id":34298},"url":{"__isSmartRef__":true,"id":34299},"changes":[{"__isSmartRef__":true,"id":34300}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34298":{"isSerializedDate":true,"string":"Tue Sep 27 2011 19:53:50 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34299":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34300":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34301":{"rev":106691,"author":"lauritz","date":{"__isSmartRef__":true,"id":34302},"url":{"__isSmartRef__":true,"id":34303},"changes":[{"__isSmartRef__":true,"id":34304}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34302":{"isSerializedDate":true,"string":"Tue Sep 27 2011 19:47:23 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34303":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34304":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34305":{"rev":106687,"author":"lauritz","date":{"__isSmartRef__":true,"id":34306},"url":{"__isSmartRef__":true,"id":34307},"changes":[{"__isSmartRef__":true,"id":34308}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34306":{"isSerializedDate":true,"string":"Tue Sep 27 2011 19:44:40 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34307":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34308":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34309":{"rev":106625,"author":"lauritz","date":{"__isSmartRef__":true,"id":34310},"url":{"__isSmartRef__":true,"id":34311},"changes":[{"__isSmartRef__":true,"id":34312}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34310":{"isSerializedDate":true,"string":"Tue Sep 27 2011 18:15:06 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34311":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34312":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34313":{"rev":106620,"author":"lauritz","date":{"__isSmartRef__":true,"id":34314},"url":{"__isSmartRef__":true,"id":34315},"changes":[{"__isSmartRef__":true,"id":34316}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34314":{"isSerializedDate":true,"string":"Tue Sep 27 2011 18:11:55 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34315":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34316":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34317":{"rev":106279,"author":"lauritz","date":{"__isSmartRef__":true,"id":34318},"url":{"__isSmartRef__":true,"id":34319},"changes":[{"__isSmartRef__":true,"id":34320}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34318":{"isSerializedDate":true,"string":"Mon Sep 26 2011 20:33:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34319":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34320":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34321":{"rev":106276,"author":"lauritz","date":{"__isSmartRef__":true,"id":34322},"url":{"__isSmartRef__":true,"id":34323},"changes":[{"__isSmartRef__":true,"id":34324}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34322":{"isSerializedDate":true,"string":"Mon Sep 26 2011 20:32:57 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34323":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34324":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34325":{"rev":106273,"author":"lauritz","date":{"__isSmartRef__":true,"id":34326},"url":{"__isSmartRef__":true,"id":34327},"changes":[{"__isSmartRef__":true,"id":34328}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34326":{"isSerializedDate":true,"string":"Mon Sep 26 2011 20:30:51 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34327":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34328":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34329":{"rev":96169,"author":"jenslincke","date":{"__isSmartRef__":true,"id":34330},"url":{"__isSmartRef__":true,"id":34331},"changes":[{"__isSmartRef__":true,"id":34332}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34330":{"isSerializedDate":true,"string":"Tue Aug 02 2011 13:53:11 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34331":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34332":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34333":{"rev":96166,"author":"jenslincke","date":{"__isSmartRef__":true,"id":34334},"url":{"__isSmartRef__":true,"id":34335},"changes":[{"__isSmartRef__":true,"id":34336}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34334":{"isSerializedDate":true,"string":"Tue Aug 02 2011 13:47:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34335":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34336":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34337":{"rev":96159,"author":"jenslincke","date":{"__isSmartRef__":true,"id":34338},"url":{"__isSmartRef__":true,"id":34339},"changes":[{"__isSmartRef__":true,"id":34340}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34338":{"isSerializedDate":true,"string":"Tue Aug 02 2011 13:27:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34339":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34340":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34341":{"rev":96088,"author":"jenslincke","date":{"__isSmartRef__":true,"id":34342},"url":{"__isSmartRef__":true,"id":34343},"changes":[{"__isSmartRef__":true,"id":34344}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34342":{"isSerializedDate":true,"string":"Tue Aug 02 2011 11:47:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34343":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34344":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34345":{"rev":85436,"author":"lauritz","date":{"__isSmartRef__":true,"id":34346},"url":{"__isSmartRef__":true,"id":34347},"changes":[{"__isSmartRef__":true,"id":34348}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34346":{"isSerializedDate":true,"string":"Thu Jun 16 2011 09:02:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34347":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34348":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34349":{"rev":85430,"author":"lauritz","date":{"__isSmartRef__":true,"id":34350},"url":{"__isSmartRef__":true,"id":34351},"changes":[{"__isSmartRef__":true,"id":34352}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34350":{"isSerializedDate":true,"string":"Thu Jun 16 2011 08:58:49 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34351":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34352":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34353":{"rev":85412,"author":"lauritz","date":{"__isSmartRef__":true,"id":34354},"url":{"__isSmartRef__":true,"id":34355},"changes":[{"__isSmartRef__":true,"id":34356}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34354":{"isSerializedDate":true,"string":"Thu Jun 16 2011 08:40:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34355":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34356":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34357":{"rev":85328,"author":"lauritz","date":{"__isSmartRef__":true,"id":34358},"url":{"__isSmartRef__":true,"id":34359},"changes":[{"__isSmartRef__":true,"id":34360}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34358":{"isSerializedDate":true,"string":"Thu Jun 16 2011 07:28:20 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34359":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34360":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34361":{"rev":85292,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":34362},"url":{"__isSmartRef__":true,"id":34363},"changes":[{"__isSmartRef__":true,"id":34364},{"__isSmartRef__":true,"id":34365},{"__isSmartRef__":true,"id":34366},{"__isSmartRef__":true,"id":34367},{"__isSmartRef__":true,"id":34368},{"__isSmartRef__":true,"id":34369},{"__isSmartRef__":true,"id":34370},{"__isSmartRef__":true,"id":34371},{"__isSmartRef__":true,"id":34372},{"__isSmartRef__":true,"id":34373},{"__isSmartRef__":true,"id":34374}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34362":{"isSerializedDate":true,"string":"Wed Jun 15 2011 23:09:22 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34363":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.svg","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34364":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.metainfo"},"34365":{"type":"S:modified","url":"/lively/ide.js"},"34366":{"type":"S:modified","url":"/PartsBin/Debugging/Benchmarker.html"},"34367":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.html"},"34368":{"type":"S:modified","url":"/lively/morphic/Events.js"},"34369":{"type":"S:modified","url":"/PartsBin/Debugging/Benchmarker.json"},"34370":{"type":"S:modified","url":"/lively/morphic/Widgets.js"},"34371":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34372":{"type":"S:modified","url":"/cop/Flatten.js"},"34373":{"type":"S:modified","url":"/cop/Layers.js"},"34374":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.svg"},"34375":{"rev":84928,"author":"lauritz","date":{"__isSmartRef__":true,"id":34376},"url":{"__isSmartRef__":true,"id":34377},"changes":[{"__isSmartRef__":true,"id":34378}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34376":{"isSerializedDate":true,"string":"Wed Jun 15 2011 09:46:59 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34377":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34378":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34379":{"rev":84921,"author":"lauritz","date":{"__isSmartRef__":true,"id":34380},"url":{"__isSmartRef__":true,"id":34381},"changes":[{"__isSmartRef__":true,"id":34382}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34380":{"isSerializedDate":true,"string":"Wed Jun 15 2011 09:44:27 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34381":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34382":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34383":{"rev":84890,"author":"lauritz","date":{"__isSmartRef__":true,"id":34384},"url":{"__isSmartRef__":true,"id":34385},"changes":[{"__isSmartRef__":true,"id":34386}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34384":{"isSerializedDate":true,"string":"Wed Jun 15 2011 09:29:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34385":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34386":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34387":{"rev":84431,"author":"Hank","date":{"__isSmartRef__":true,"id":34388},"url":{"__isSmartRef__":true,"id":34389},"changes":[{"__isSmartRef__":true,"id":34390}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34388":{"isSerializedDate":true,"string":"Tue Jun 14 2011 16:33:15 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34389":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34390":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34391":{"rev":84427,"author":"Hank","date":{"__isSmartRef__":true,"id":34392},"url":{"__isSmartRef__":true,"id":34393},"changes":[{"__isSmartRef__":true,"id":34394}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34392":{"isSerializedDate":true,"string":"Tue Jun 14 2011 16:32:52 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34393":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34394":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34395":{"rev":82559,"author":"lauritz","date":{"__isSmartRef__":true,"id":34396},"url":{"__isSmartRef__":true,"id":34397},"changes":[{"__isSmartRef__":true,"id":34398}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34396":{"isSerializedDate":true,"string":"Tue Jun 07 2011 11:08:40 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34397":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34398":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34399":{"rev":82542,"author":"lauritz","date":{"__isSmartRef__":true,"id":34400},"url":{"__isSmartRef__":true,"id":34401},"changes":[{"__isSmartRef__":true,"id":34402}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34400":{"isSerializedDate":true,"string":"Tue Jun 07 2011 10:26:37 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34401":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34402":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34403":{"rev":82502,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":34404},"url":{"__isSmartRef__":true,"id":34405},"changes":[{"__isSmartRef__":true,"id":34406}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34404":{"isSerializedDate":true,"string":"Mon Jun 06 2011 23:19:51 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34405":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34406":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34407":{"rev":82119,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":34408},"url":{"__isSmartRef__":true,"id":34409},"changes":[{"__isSmartRef__":true,"id":34410}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34408":{"isSerializedDate":true,"string":"Sun Jun 05 2011 14:28:50 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34409":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34410":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34411":{"rev":82115,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":34412},"url":{"__isSmartRef__":true,"id":34413},"changes":[{"__isSmartRef__":true,"id":34414}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34412":{"isSerializedDate":true,"string":"Sun Jun 05 2011 14:27:01 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34413":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34414":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34415":{"rev":81803,"author":"lauritz","date":{"__isSmartRef__":true,"id":34416},"url":{"__isSmartRef__":true,"id":34417},"changes":[{"__isSmartRef__":true,"id":34418}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34416":{"isSerializedDate":true,"string":"Fri Jun 03 2011 18:22:06 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34417":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34418":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34419":{"rev":81796,"author":"lauritz","date":{"__isSmartRef__":true,"id":34420},"url":{"__isSmartRef__":true,"id":34421},"changes":[{"__isSmartRef__":true,"id":34422}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34420":{"isSerializedDate":true,"string":"Fri Jun 03 2011 17:54:06 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34421":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34422":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34423":{"rev":81681,"author":"jenslincke","date":{"__isSmartRef__":true,"id":34424},"url":{"__isSmartRef__":true,"id":34425},"changes":[{"__isSmartRef__":true,"id":34426}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34424":{"isSerializedDate":true,"string":"Fri Jun 03 2011 17:21:55 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34425":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34426":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34427":{"rev":80056,"author":"lauritz","date":{"__isSmartRef__":true,"id":34428},"url":{"__isSmartRef__":true,"id":34429},"changes":[{"__isSmartRef__":true,"id":34430}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34428":{"isSerializedDate":true,"string":"Wed Jun 01 2011 23:04:07 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34429":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34430":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34431":{"rev":79541,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":34432},"url":{"__isSmartRef__":true,"id":34433},"changes":[{"__isSmartRef__":true,"id":34434}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34432":{"isSerializedDate":true,"string":"Wed Jun 01 2011 01:48:05 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34433":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34434":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34435":{"rev":79538,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":34436},"url":{"__isSmartRef__":true,"id":34437},"changes":[{"__isSmartRef__":true,"id":34438}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34436":{"isSerializedDate":true,"string":"Wed Jun 01 2011 01:47:34 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34437":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34438":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34439":{"rev":77087,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":34440},"url":{"__isSmartRef__":true,"id":34441},"changes":[{"__isSmartRef__":true,"id":34442}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34440":{"isSerializedDate":true,"string":"Thu May 26 2011 07:56:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34441":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34442":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34443":{"rev":76989,"author":"lauritz","date":{"__isSmartRef__":true,"id":34444},"url":{"__isSmartRef__":true,"id":34445},"changes":[{"__isSmartRef__":true,"id":34446}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34444":{"isSerializedDate":true,"string":"Wed May 25 2011 21:19:49 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34445":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34446":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34447":{"rev":76986,"author":"lauritz","date":{"__isSmartRef__":true,"id":34448},"url":{"__isSmartRef__":true,"id":34449},"changes":[{"__isSmartRef__":true,"id":34450}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34448":{"isSerializedDate":true,"string":"Wed May 25 2011 21:17:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34449":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34450":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34451":{"rev":76972,"author":"lauritz","date":{"__isSmartRef__":true,"id":34452},"url":{"__isSmartRef__":true,"id":34453},"changes":[{"__isSmartRef__":true,"id":34454}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34452":{"isSerializedDate":true,"string":"Wed May 25 2011 20:51:58 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34453":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34454":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34455":{"rev":76969,"author":"lauritz","date":{"__isSmartRef__":true,"id":34456},"url":{"__isSmartRef__":true,"id":34457},"changes":[{"__isSmartRef__":true,"id":34458}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34456":{"isSerializedDate":true,"string":"Wed May 25 2011 20:48:22 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34457":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34458":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34459":{"rev":76965,"author":"lauritz","date":{"__isSmartRef__":true,"id":34460},"url":{"__isSmartRef__":true,"id":34461},"changes":[{"__isSmartRef__":true,"id":34462}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34460":{"isSerializedDate":true,"string":"Wed May 25 2011 20:38:56 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34461":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34462":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34463":{"rev":76952,"author":"lauritz","date":{"__isSmartRef__":true,"id":34464},"url":{"__isSmartRef__":true,"id":34465},"changes":[{"__isSmartRef__":true,"id":34466}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34464":{"isSerializedDate":true,"string":"Wed May 25 2011 20:20:56 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34465":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34466":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34467":{"rev":76948,"author":"lauritz","date":{"__isSmartRef__":true,"id":34468},"url":{"__isSmartRef__":true,"id":34469},"changes":[{"__isSmartRef__":true,"id":34470}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34468":{"isSerializedDate":true,"string":"Wed May 25 2011 20:15:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34469":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34470":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34471":{"rev":76944,"author":"lauritz","date":{"__isSmartRef__":true,"id":34472},"url":{"__isSmartRef__":true,"id":34473},"changes":[{"__isSmartRef__":true,"id":34474}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34472":{"isSerializedDate":true,"string":"Wed May 25 2011 20:07:28 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34473":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34474":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34475":{"rev":76941,"author":"lauritz","date":{"__isSmartRef__":true,"id":34476},"url":{"__isSmartRef__":true,"id":34477},"changes":[{"__isSmartRef__":true,"id":34478}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34476":{"isSerializedDate":true,"string":"Wed May 25 2011 20:02:56 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34477":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34478":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34479":{"rev":76938,"author":"lauritz","date":{"__isSmartRef__":true,"id":34480},"url":{"__isSmartRef__":true,"id":34481},"changes":[{"__isSmartRef__":true,"id":34482}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34480":{"isSerializedDate":true,"string":"Wed May 25 2011 20:02:48 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34481":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34482":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34483":{"rev":76929,"author":"lauritz","date":{"__isSmartRef__":true,"id":34484},"url":{"__isSmartRef__":true,"id":34485},"changes":[{"__isSmartRef__":true,"id":34486}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34484":{"isSerializedDate":true,"string":"Wed May 25 2011 19:58:46 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34485":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34486":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34487":{"rev":76925,"author":"lauritz","date":{"__isSmartRef__":true,"id":34488},"url":{"__isSmartRef__":true,"id":34489},"changes":[{"__isSmartRef__":true,"id":34490}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34488":{"isSerializedDate":true,"string":"Wed May 25 2011 19:55:37 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34489":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34490":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34491":{"rev":76921,"author":"lauritz","date":{"__isSmartRef__":true,"id":34492},"url":{"__isSmartRef__":true,"id":34493},"changes":[{"__isSmartRef__":true,"id":34494}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34492":{"isSerializedDate":true,"string":"Wed May 25 2011 19:43:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34493":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34494":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34495":{"rev":76917,"author":"lauritz","date":{"__isSmartRef__":true,"id":34496},"url":{"__isSmartRef__":true,"id":34497},"changes":[{"__isSmartRef__":true,"id":34498}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34496":{"isSerializedDate":true,"string":"Wed May 25 2011 19:34:49 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34497":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34498":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34499":{"rev":76914,"author":"lauritz","date":{"__isSmartRef__":true,"id":34500},"url":{"__isSmartRef__":true,"id":34501},"changes":[{"__isSmartRef__":true,"id":34502}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34500":{"isSerializedDate":true,"string":"Wed May 25 2011 19:34:37 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34501":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34502":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34503":{"rev":76909,"author":"lauritz","date":{"__isSmartRef__":true,"id":34504},"url":{"__isSmartRef__":true,"id":34505},"changes":[{"__isSmartRef__":true,"id":34506}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34504":{"isSerializedDate":true,"string":"Wed May 25 2011 19:17:27 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34505":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34506":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34507":{"rev":76272,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":34508},"url":{"__isSmartRef__":true,"id":34509},"changes":[{"__isSmartRef__":true,"id":34510}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34508":{"isSerializedDate":true,"string":"Tue May 24 2011 15:48:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34509":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34510":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34511":{"rev":76203,"author":"jenslincke","date":{"__isSmartRef__":true,"id":34512},"url":{"__isSmartRef__":true,"id":34513},"changes":[{"__isSmartRef__":true,"id":34514}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34512":{"isSerializedDate":true,"string":"Tue May 24 2011 14:39:33 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34513":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34514":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34515":{"rev":76197,"author":"jenslincke","date":{"__isSmartRef__":true,"id":34516},"url":{"__isSmartRef__":true,"id":34517},"changes":[{"__isSmartRef__":true,"id":34518}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34516":{"isSerializedDate":true,"string":"Tue May 24 2011 14:35:59 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34517":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34518":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34519":{"rev":76194,"author":"jenslincke","date":{"__isSmartRef__":true,"id":34520},"url":{"__isSmartRef__":true,"id":34521},"changes":[{"__isSmartRef__":true,"id":34522}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34520":{"isSerializedDate":true,"string":"Tue May 24 2011 14:35:20 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34521":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34522":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34523":{"rev":76171,"author":"jenslincke","date":{"__isSmartRef__":true,"id":34524},"url":{"__isSmartRef__":true,"id":34525},"changes":[{"__isSmartRef__":true,"id":34526}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34524":{"isSerializedDate":true,"string":"Tue May 24 2011 14:26:26 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34525":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34526":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34527":{"rev":75078,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":34528},"url":{"__isSmartRef__":true,"id":34529},"changes":[{"__isSmartRef__":true,"id":34530}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34528":{"isSerializedDate":true,"string":"Sun May 22 2011 20:08:14 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34529":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34530":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34531":{"rev":74975,"author":"lauritz","date":{"__isSmartRef__":true,"id":34532},"url":{"__isSmartRef__":true,"id":34533},"changes":[{"__isSmartRef__":true,"id":34534}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34532":{"isSerializedDate":true,"string":"Sat May 21 2011 10:25:59 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34533":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34534":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34535":{"rev":74972,"author":"lauritz","date":{"__isSmartRef__":true,"id":34536},"url":{"__isSmartRef__":true,"id":34537},"changes":[{"__isSmartRef__":true,"id":34538}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34536":{"isSerializedDate":true,"string":"Sat May 21 2011 10:12:50 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34537":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34538":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34539":{"rev":74941,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":34540},"url":{"__isSmartRef__":true,"id":34541},"changes":[{"__isSmartRef__":true,"id":34542}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34540":{"isSerializedDate":true,"string":"Sat May 21 2011 00:44:24 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34541":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34542":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34543":{"rev":74931,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":34544},"url":{"__isSmartRef__":true,"id":34545},"changes":[{"__isSmartRef__":true,"id":34546}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34544":{"isSerializedDate":true,"string":"Sat May 21 2011 00:24:31 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34545":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34546":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34547":{"rev":74843,"author":"lauritz","date":{"__isSmartRef__":true,"id":34548},"url":{"__isSmartRef__":true,"id":34549},"changes":[{"__isSmartRef__":true,"id":34550}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34548":{"isSerializedDate":true,"string":"Fri May 20 2011 18:24:22 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34549":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34550":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34551":{"rev":74826,"author":"lauritz","date":{"__isSmartRef__":true,"id":34552},"url":{"__isSmartRef__":true,"id":34553},"changes":[{"__isSmartRef__":true,"id":34554}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34552":{"isSerializedDate":true,"string":"Fri May 20 2011 17:58:56 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34553":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34554":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34555":{"rev":74748,"author":"lauritz","date":{"__isSmartRef__":true,"id":34556},"url":{"__isSmartRef__":true,"id":34557},"changes":[{"__isSmartRef__":true,"id":34558}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34556":{"isSerializedDate":true,"string":"Fri May 20 2011 15:27:05 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34557":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34558":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34559":{"rev":72758,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":34560},"url":{"__isSmartRef__":true,"id":34561},"changes":[{"__isSmartRef__":true,"id":34562}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34560":{"isSerializedDate":true,"string":"Tue May 17 2011 00:20:13 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34561":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34562":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34563":{"rev":72755,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":34564},"url":{"__isSmartRef__":true,"id":34565},"changes":[{"__isSmartRef__":true,"id":34566}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34564":{"isSerializedDate":true,"string":"Tue May 17 2011 00:18:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34565":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34566":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34567":{"rev":72752,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":34568},"url":{"__isSmartRef__":true,"id":34569},"changes":[{"__isSmartRef__":true,"id":34570}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34568":{"isSerializedDate":true,"string":"Tue May 17 2011 00:14:34 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34569":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34570":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34571":{"rev":72749,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":34572},"url":{"__isSmartRef__":true,"id":34573},"changes":[{"__isSmartRef__":true,"id":34574}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34572":{"isSerializedDate":true,"string":"Tue May 17 2011 00:07:35 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34573":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34574":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34575":{"rev":72672,"author":"lauritz","date":{"__isSmartRef__":true,"id":34576},"url":{"__isSmartRef__":true,"id":34577},"changes":[{"__isSmartRef__":true,"id":34578}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34576":{"isSerializedDate":true,"string":"Mon May 16 2011 20:42:59 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34577":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34578":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34579":{"rev":72667,"author":"lauritz","date":{"__isSmartRef__":true,"id":34580},"url":{"__isSmartRef__":true,"id":34581},"changes":[{"__isSmartRef__":true,"id":34582}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34580":{"isSerializedDate":true,"string":"Mon May 16 2011 18:14:53 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34581":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34582":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34583":{"rev":72661,"author":"lauritz","date":{"__isSmartRef__":true,"id":34584},"url":{"__isSmartRef__":true,"id":34585},"changes":[{"__isSmartRef__":true,"id":34586}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34584":{"isSerializedDate":true,"string":"Mon May 16 2011 18:02:26 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34585":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34586":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34587":{"rev":72653,"author":"lauritz","date":{"__isSmartRef__":true,"id":34588},"url":{"__isSmartRef__":true,"id":34589},"changes":[{"__isSmartRef__":true,"id":34590}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34588":{"isSerializedDate":true,"string":"Mon May 16 2011 17:47:29 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34589":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34590":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34591":{"rev":72649,"author":"lauritz","date":{"__isSmartRef__":true,"id":34592},"url":{"__isSmartRef__":true,"id":34593},"changes":[{"__isSmartRef__":true,"id":34594}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34592":{"isSerializedDate":true,"string":"Mon May 16 2011 17:45:25 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34593":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34594":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34595":{"rev":72590,"author":"lauritz","date":{"__isSmartRef__":true,"id":34596},"url":{"__isSmartRef__":true,"id":34597},"changes":[{"__isSmartRef__":true,"id":34598}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34596":{"isSerializedDate":true,"string":"Mon May 16 2011 17:18:48 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34597":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34598":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34599":{"rev":72267,"author":"lauritz","date":{"__isSmartRef__":true,"id":34600},"url":{"__isSmartRef__":true,"id":34601},"changes":[{"__isSmartRef__":true,"id":34602}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34600":{"isSerializedDate":true,"string":"Sun May 15 2011 16:10:06 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34601":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34602":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34603":{"rev":72263,"author":"lauritz","date":{"__isSmartRef__":true,"id":34604},"url":{"__isSmartRef__":true,"id":34605},"changes":[{"__isSmartRef__":true,"id":34606}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34604":{"isSerializedDate":true,"string":"Sun May 15 2011 16:07:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34605":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34606":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34607":{"rev":72259,"author":"lauritz","date":{"__isSmartRef__":true,"id":34608},"url":{"__isSmartRef__":true,"id":34609},"changes":[{"__isSmartRef__":true,"id":34610}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34608":{"isSerializedDate":true,"string":"Sun May 15 2011 16:05:00 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34609":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34610":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34611":{"rev":72255,"author":"lauritz","date":{"__isSmartRef__":true,"id":34612},"url":{"__isSmartRef__":true,"id":34613},"changes":[{"__isSmartRef__":true,"id":34614}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34612":{"isSerializedDate":true,"string":"Sun May 15 2011 15:58:26 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34613":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34614":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34615":{"rev":72252,"author":"lauritz","date":{"__isSmartRef__":true,"id":34616},"url":{"__isSmartRef__":true,"id":34617},"changes":[{"__isSmartRef__":true,"id":34618}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34616":{"isSerializedDate":true,"string":"Sun May 15 2011 15:48:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34617":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34618":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34619":{"rev":72249,"author":"lauritz","date":{"__isSmartRef__":true,"id":34620},"url":{"__isSmartRef__":true,"id":34621},"changes":[{"__isSmartRef__":true,"id":34622}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34620":{"isSerializedDate":true,"string":"Sun May 15 2011 15:43:25 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34621":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34622":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34623":{"rev":72246,"author":"lauritz","date":{"__isSmartRef__":true,"id":34624},"url":{"__isSmartRef__":true,"id":34625},"changes":[{"__isSmartRef__":true,"id":34626}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34624":{"isSerializedDate":true,"string":"Sun May 15 2011 15:16:15 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34625":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34626":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34627":{"rev":72243,"author":"lauritz","date":{"__isSmartRef__":true,"id":34628},"url":{"__isSmartRef__":true,"id":34629},"changes":[{"__isSmartRef__":true,"id":34630}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34628":{"isSerializedDate":true,"string":"Sun May 15 2011 15:08:25 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34629":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34630":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"34631":{"rev":72235,"author":"lauritz","date":{"__isSmartRef__":true,"id":34632},"url":{"__isSmartRef__":true,"id":34633},"changes":[{"__isSmartRef__":true,"id":34634}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"34632":{"isSerializedDate":true,"string":"Sun May 15 2011 14:35:54 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34633":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"34634":{"type":"S:added","url":null},"34635":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Tools/","__SourceModuleName__":"Global.lively.PartsBin","comment":"Edit scripts and connections of a morph.","partName":"ObjectEditor","changes":[{"__isSmartRef__":true,"id":34636},{"__isSmartRef__":true,"id":34638},{"__isSmartRef__":true,"id":34640},{"__isSmartRef__":true,"id":34642},{"__isSmartRef__":true,"id":34644},{"__isSmartRef__":true,"id":34646},{"__isSmartRef__":true,"id":34648},{"__isSmartRef__":true,"id":34650},{"__isSmartRef__":true,"id":34652},{"__isSmartRef__":true,"id":34654},{"__isSmartRef__":true,"id":34656},{"__isSmartRef__":true,"id":34658},{"__isSmartRef__":true,"id":34660},{"__isSmartRef__":true,"id":34662},{"__isSmartRef__":true,"id":34664},{"__isSmartRef__":true,"id":34666},{"__isSmartRef__":true,"id":34668},{"__isSmartRef__":true,"id":34670},{"__isSmartRef__":true,"id":34672},{"__isSmartRef__":true,"id":34674},{"__isSmartRef__":true,"id":34676},{"__isSmartRef__":true,"id":34678},{"__isSmartRef__":true,"id":34680},{"__isSmartRef__":true,"id":34682},{"__isSmartRef__":true,"id":34684},{"__isSmartRef__":true,"id":34686},{"__isSmartRef__":true,"id":34688},{"__isSmartRef__":true,"id":34690},{"__isSmartRef__":true,"id":34692},{"__isSmartRef__":true,"id":34694},{"__isSmartRef__":true,"id":34696},{"__isSmartRef__":true,"id":34698},{"__isSmartRef__":true,"id":34700},{"__isSmartRef__":true,"id":34702},{"__isSmartRef__":true,"id":34704},{"__isSmartRef__":true,"id":34706},{"__isSmartRef__":true,"id":34708},{"__isSmartRef__":true,"id":34710},{"__isSmartRef__":true,"id":34712},{"__isSmartRef__":true,"id":34714},{"__isSmartRef__":true,"id":34716},{"__isSmartRef__":true,"id":34718},{"__isSmartRef__":true,"id":34720},{"__isSmartRef__":true,"id":34722},{"__isSmartRef__":true,"id":34724},{"__isSmartRef__":true,"id":34726},{"__isSmartRef__":true,"id":34728},{"__isSmartRef__":true,"id":34730},{"__isSmartRef__":true,"id":34732},{"__isSmartRef__":true,"id":34734},{"__isSmartRef__":true,"id":34736},{"__isSmartRef__":true,"id":34738},{"__isSmartRef__":true,"id":34740},{"__isSmartRef__":true,"id":34742},{"__isSmartRef__":true,"id":34744},{"__isSmartRef__":true,"id":34746},{"__isSmartRef__":true,"id":34748},{"__isSmartRef__":true,"id":34750},{"__isSmartRef__":true,"id":34752},{"__isSmartRef__":true,"id":34754},{"__isSmartRef__":true,"id":34756}],"revisionOnLoad":167123,"idOnLoad":"C6ED63A8-8072-4DDE-9D66-8713D988F037","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"34636":{"date":{"__isSmartRef__":true,"id":34637},"author":"lauritz","message":"clicking twice on the magnifier will keep the selection at the current target. schau mal jetze. oy vey.","id":"5D04BF33-A244-4D6D-BE3E-AE7404DB414B"},"34637":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:29:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34638":{"date":{"__isSmartRef__":true,"id":34639},"author":"lauritz","message":"fix bad interaction b/w highlight and tracking in magnifier","id":"0970265D-1552-4376-8999-F6847141362C"},"34639":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:07:40 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34640":{"date":{"__isSmartRef__":true,"id":34641},"author":"lauritz","message":"","id":"667CB328-3FE7-46B6-BD5A-FA4763544BC6"},"34641":{"isSerializedDate":true,"string":"Wed Jun 06 2012 17:29:52 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34642":{"date":{"__isSmartRef__":true,"id":34643},"author":"lauritz","message":"fixed magnifier-tool: highlight-rectangle property of the object, now.","id":"9301C445-2961-4C51-8D35-8FF338F0CD19"},"34643":{"isSerializedDate":true,"string":"Wed Jun 06 2012 17:25:01 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34644":{"date":{"__isSmartRef__":true,"id":34645},"author":"tessi","message":"Fix for target highlights. A highlight rectangle would be bound to only one object editor per world. Now, each explorer will load and use its own rectangle","id":"55617312-87A8-400A-90AC-85BC48F8A594"},"34645":{"isSerializedDate":true,"string":"Wed Jun 06 2012 16:21:44 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34646":{"date":{"__isSmartRef__":true,"id":34647},"author":"lauritz","message":"hover over the magnifier button to see the current target","id":"9E6C0152-723A-43B1-8EF8-A3C2F15F5EBA"},"34647":{"isSerializedDate":true,"string":"Tue May 29 2012 13:18:56 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34648":{"date":{"__isSmartRef__":true,"id":34649},"author":"lauritz","message":"reduced global variable usage","id":"2FCB8ACB-CA90-4236-A8DF-D77F631C6CA9"},"34649":{"isSerializedDate":true,"string":"Tue May 29 2012 13:10:35 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34650":{"date":{"__isSmartRef__":true,"id":34651},"author":"timfelgentreff","message":"no comment","id":"D66996F5-54A4-4923-8D9E-3FC049EA2D32"},"34651":{"isSerializedDate":true,"string":"Thu May 24 2012 16:48:35 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34652":{"date":{"__isSmartRef__":true,"id":34653},"author":"timfelgentreff","message":"no comment","id":"27293AFB-6616-4516-B2FB-BB688F7ADB2D"},"34653":{"isSerializedDate":true,"string":"Thu May 24 2012 16:48:19 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34654":{"date":{"__isSmartRef__":true,"id":34655},"author":"fbo","message":"No more addScript and better support for Firefox","id":"C6D736FA-5748-448D-A6A0-6068A9BA9A34"},"34655":{"isSerializedDate":true,"string":"Thu Apr 26 2012 11:15:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34656":{"date":{"__isSmartRef__":true,"id":34657},"author":"fbo","message":"No more addScript and better support for Firefox","id":"2AC82901-2DCD-4921-B6F9-78B05D3D671C"},"34657":{"isSerializedDate":true,"string":"Thu Apr 26 2012 11:14:35 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34658":{"date":{"__isSmartRef__":true,"id":34659},"author":"fabian","message":"","id":"00E45103-9D78-4178-A58F-03896AFF5CA3"},"34659":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:55:32 GMT+0100 (Mitteleuropäische Zeit)"},"34660":{"date":{"__isSmartRef__":true,"id":34661},"author":"fabian","message":"","id":"31CF7B42-DEAF-4A50-A5A2-6745A92BF6DC"},"34661":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:48:03 GMT+0100 (Mitteleuropäische Zeit)"},"34662":{"date":{"__isSmartRef__":true,"id":34663},"author":"fabian","message":"","id":"FABA3850-E4EF-4888-BCE9-BB4F9EC9C2D4"},"34663":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:37:50 GMT+0100 (Mitteleuropäische Zeit)"},"34664":{"date":{"__isSmartRef__":true,"id":34665},"author":"fabian","message":"","id":"350CA522-AD08-42D8-BB89-DA7D8BCAD0FB"},"34665":{"isSerializedDate":true,"string":"Wed Mar 07 2012 21:27:57 GMT+0100 (Mitteleuropäische Zeit)"},"34666":{"date":{"__isSmartRef__":true,"id":34667},"author":"fabian","message":"","id":"D2F5383B-1F99-477E-A66E-D92928DB7540"},"34667":{"isSerializedDate":true,"string":"Wed Mar 07 2012 20:52:22 GMT+0100 (Mitteleuropäische Zeit)"},"34668":{"date":{"__isSmartRef__":true,"id":34669},"author":"undefined","message":"","id":"121C044E-8723-4B1F-A9C5-54E73422CD05"},"34669":{"isSerializedDate":true,"string":"Wed Mar 07 2012 20:40:16 GMT+0100 (Mitteleuropäische Zeit)"},"34670":{"date":{"__isSmartRef__":true,"id":34671},"author":"fabian","message":"","id":"1A435460-69B4-469B-909F-F2F395B97C4D"},"34671":{"isSerializedDate":true,"string":"Wed Mar 07 2012 20:09:30 GMT+0100 (Mitteleuropäische Zeit)"},"34672":{"date":{"__isSmartRef__":true,"id":34673},"author":"fabian","message":"","id":"7D345E64-F67F-4266-AB55-590EB143327A"},"34673":{"isSerializedDate":true,"string":"Wed Mar 07 2012 20:08:57 GMT+0100 (Mitteleuropäische Zeit)"},"34674":{"date":{"__isSmartRef__":true,"id":34675},"author":"fbo","message":"","id":"EBED707C-49B0-4E5F-9DD8-FF84007B435E"},"34675":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:47:59 GMT+0100 (Mitteleuropäische Zeit)"},"34676":{"date":{"__isSmartRef__":true,"id":34677},"author":"conradcalmez","message":"set selection of lists to null","id":"1C918344-7895-4714-9F8E-2BCC837250CA"},"34677":{"isSerializedDate":true,"string":"Thu Feb 02 2012 15:00:56 GMT+0100 (Mitteleuropäische Zeit)"},"34678":{"date":{"__isSmartRef__":true,"id":34679},"author":"conradcalmez","message":"added run button for trying out methods","id":"D21502DF-B383-45AA-8DB2-16D6A4C7DFC0"},"34679":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:55:15 GMT+0100 (Mitteleuropäische Zeit)"},"34680":{"date":{"__isSmartRef__":true,"id":34681},"author":"robertkrahn","message":"show scripts even if they are wrapped","id":"6F608C14-369B-49D6-8E91-81B35ABB14DE"},"34681":{"isSerializedDate":true,"string":"Fri Jan 27 2012 17:50:40 GMT+0100 (Mitteleuropäische Zeit)"},"34682":{"date":{"__isSmartRef__":true,"id":34683},"author":"lauritz","message":"","id":"72E0F00D-53A7-43E9-AD7B-E34F485BC75E"},"34683":{"isSerializedDate":true,"string":"Fri Jan 06 2012 07:15:04 GMT+0100 (Mitteleuropäische Zeit)"},"34684":{"date":{"__isSmartRef__":true,"id":34685},"author":"lauritz","message":"top-most entry of the tag list is \"all\" now.","id":"62D12D9E-7F42-40CC-BB5B-162130454572"},"34685":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:28:30 GMT+0100 (Mitteleuropäische Zeit)"},"34686":{"date":{"__isSmartRef__":true,"id":34687},"author":"lauritz","message":"sorted tag list.","id":"597DB7EB-1788-42DC-A64F-E061D7B831EC"},"34687":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:23:14 GMT+0100 (Mitteleuropäische Zeit)"},"34688":{"date":{"__isSmartRef__":true,"id":34689},"author":"lauritz","message":"tries to get user directly from localStorage now. if there's no user set, then we don't call CGI - logging into trac should not be necessary for developing parts.","id":"0F65058D-3BF4-4538-8B89-1267B58DE137"},"34689":{"isSerializedDate":true,"string":"Tue Dec 13 2011 22:04:53 GMT+0100 (Mitteleuropäische Zeit)"},"34690":{"date":{"__isSmartRef__":true,"id":34691},"author":"lauritz","message":"removed a workaround","id":"9AC9A97B-E63C-4C24-BCAF-6DC61C3A677C"},"34691":{"isSerializedDate":true,"string":"Tue Dec 13 2011 18:56:45 GMT+0100 (Mitteleuropäische Zeit)"},"34692":{"date":{"__isSmartRef__":true,"id":34693},"author":"lauritz","message":"workaround for issue #161 - target morph list is scrollable","id":"7D5DAE37-46E2-4C63-8008-AA553CD6B1E9"},"34693":{"isSerializedDate":true,"string":"Wed Dec 07 2011 06:13:13 GMT+0100 (Mitteleuropäische Zeit)"},"34694":{"date":{"__isSmartRef__":true,"id":34695},"author":"lauritz","message":"fixed a bug regarding anonymous morphs.","id":"30C42CB6-324C-455D-8B3E-828A80325027"},"34695":{"isSerializedDate":true,"string":"Wed Dec 07 2011 04:31:58 GMT+0100 (Mitteleuropäische Zeit)"},"34696":{"date":{"__isSmartRef__":true,"id":34697},"author":"lauritz","message":"fixed a defect (weeeeeird property caused an error on deserialization of copies)","id":"F6F92336-29F4-4FB4-B597-B8EF12E2922E"},"34697":{"isSerializedDate":true,"string":"Wed Nov 30 2011 23:55:11 GMT+0100 (Mitteleuropäische Zeit)"},"34698":{"date":{"__isSmartRef__":true,"id":34699},"author":"lauritz","message":"renamed .categorize to .tag","id":"470CD024-16F9-4221-B2D7-87FAC17B198B"},"34699":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:44:44 GMT+0100 (Mitteleuropäische Zeit)"},"34700":{"date":{"__isSmartRef__":true,"id":34701},"author":"lauritz","message":"added a border to notifications, centered notification text","id":"D1DDACFE-EC70-45FB-8178-0A93C8DC81F1"},"34701":{"isSerializedDate":true,"string":"Tue Nov 22 2011 23:02:14 GMT+0100 (Mitteleuropäische Zeit)"},"34702":{"date":{"__isSmartRef__":true,"id":34703},"author":"lauritz","message":"removed a missed debugger statement. corrected setting of target.","id":"BD747202-2BE7-4560-8EB2-DBA586BAD46F"},"34703":{"isSerializedDate":true,"string":"Fri Nov 18 2011 20:19:07 GMT+0100 (Mitteleuropäische Zeit)"},"34704":{"date":{"__isSmartRef__":true,"id":34705},"author":"lauritz","message":"set a minExtent","id":"85B641E5-15C6-4C6D-BE9A-F4F96E347258"},"34705":{"isSerializedDate":true,"string":"Tue Nov 15 2011 20:12:45 GMT+0100 (Mitteleuropäische Zeit)"},"34706":{"date":{"__isSmartRef__":true,"id":34707},"author":"jenslincke","message":"set min extent to pt(500,300)","id":"20634435-660B-4E80-93FF-8B8C4F5E0453"},"34707":{"isSerializedDate":true,"string":"Fri Nov 04 2011 13:44:45 GMT+0100 (Mitteleuropäische Zeit)"},"34708":{"date":{"__isSmartRef__":true,"id":34709},"author":"jenslincke","message":"bring resize handle to front","id":"996D26BC-8567-486E-B114-A9041230543D"},"34709":{"isSerializedDate":true,"string":"Fri Nov 04 2011 13:41:36 GMT+0100 (Mitteleuropäische Zeit)"},"34710":{"date":{"__isSmartRef__":true,"id":34711},"author":"lauritz","message":"Locked down submorphs of the editor pane. Grabbing and dragging disabled. "},"34711":{"isSerializedDate":true,"string":"Fri Oct 28 2011 05:36:22 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34712":{"date":{"__isSmartRef__":true,"id":34713},"author":"lauritz","message":"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items."},"34713":{"isSerializedDate":true,"string":"Fri Oct 21 2011 00:40:22 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34714":{"date":{"__isSmartRef__":true,"id":34715},"author":"lauritz","message":"added confirmation before removal of scripts or connections.","id":"00B5B7BA-FC00-4B1C-A967-B8A38B05EEA8"},"34715":{"isSerializedDate":true,"string":"Fri Nov 11 2011 01:42:28 GMT+0100 (Mitteleuropäische Zeit)"},"34716":{"date":{"__isSmartRef__":true,"id":34717},"author":"lauritz","message":"two more checks on attempts to remove scripts or connections.","id":"ED9F0090-C36C-4BC6-8FD2-A6FB60C7A0B2"},"34717":{"isSerializedDate":true,"string":"Fri Nov 11 2011 01:47:27 GMT+0100 (Mitteleuropäische Zeit)"},"34718":{"date":{"__isSmartRef__":true,"id":34719},"author":"lauritz","message":"layout adaptions","id":"6F1AEBDC-EED3-4CE0-B84C-F4DD4DA784C5"},"34719":{"isSerializedDate":true,"string":"Wed Nov 16 2011 02:12:15 GMT+0100 (Mitteleuropäische Zeit)"},"34720":{"date":{"__isSmartRef__":true,"id":34721},"author":"lauritz","message":"Refactoring of script annotations (now at scripts not morphs). Added category tagging. Layout changes.","id":"1A9DA32B-8A1D-4CCF-92CB-47462F8CF117"},"34721":{"isSerializedDate":true,"string":"Thu Nov 17 2011 23:22:54 GMT+0100 (Mitteleuropäische Zeit)"},"34722":{"date":{"__isSmartRef__":true,"id":34723},"author":"jenslincke","message":"- reset title bar and borders","id":"8CE7DA3C-5C83-4151-A3A7-7B41D1C555BD"},"34723":{"isSerializedDate":true,"string":"Fri Nov 18 2011 15:26:49 GMT+0100 (Mitteleuropäische Zeit)"},"34724":{"date":{"__isSmartRef__":true,"id":34725},"author":"lauritz","message":"fixed a bug (onBlur event handling) and added the world to the target chooser","id":"A8C151D4-0767-44E0-B586-090EA305BDF5"},"34725":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:14:00 GMT+0100 (Mitteleuropäische Zeit)"},"34726":{"date":{"__isSmartRef__":true,"id":34727},"author":"lauritz","message":"adapted layout of notifications","id":"1C01FAB9-AD9A-44B5-BAF1-EC06408A767E"},"34727":{"isSerializedDate":true,"string":"Wed Nov 23 2011 18:26:48 GMT+0100 (Mitteleuropäische Zeit)"},"34728":{"date":{"__isSmartRef__":true,"id":34729},"author":"lauritz","message":"changed label \"Category:\" to \"Tag:\".","id":"DBC877ED-0328-44A8-A46D-FE83C935797F"},"34729":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:50:45 GMT+0100 (Mitteleuropäische Zeit)"},"34730":{"date":{"__isSmartRef__":true,"id":34731},"author":"bsiegmund","message":"Run Button now moving when window is resized","id":"9ECA7B2B-8322-42C5-8EFA-49AC432960B4"},"34731":{"isSerializedDate":true,"string":"Thu Feb 02 2012 17:36:10 GMT+0100 (Mitteleuropäische Zeit)"},"34732":{"date":{"__isSmartRef__":true,"id":34733},"author":"sstamm","message":"added save button","id":"3A85D0AF-64E0-40C7-8C4E-61CD462F3971"},"34733":{"isSerializedDate":true,"string":"Fri Feb 03 2012 11:45:18 GMT+0100 (Mitteleuropäische Zeit)"},"34734":{"date":{"__isSmartRef__":true,"id":34735},"author":"fabian","message":"","id":"6FF4CD6F-6C92-449F-B2CA-20BFACE54E7A"},"34735":{"isSerializedDate":true,"string":"Wed Mar 07 2012 20:37:11 GMT+0100 (Mitteleuropäische Zeit)"},"34736":{"date":{"__isSmartRef__":true,"id":34737},"author":"fabian","message":"","id":"112A906B-C79A-4CF2-BD2A-EEF9A6731634"},"34737":{"isSerializedDate":true,"string":"Wed Mar 07 2012 20:42:40 GMT+0100 (Mitteleuropäische Zeit)"},"34738":{"date":{"__isSmartRef__":true,"id":34739},"author":"fabian","message":"","id":"EE9D6061-DD05-4FC8-B53A-21B93B9F5535"},"34739":{"isSerializedDate":true,"string":"Wed Mar 07 2012 20:57:12 GMT+0100 (Mitteleuropäische Zeit)"},"34740":{"date":{"__isSmartRef__":true,"id":34741},"author":"fabian","message":"","id":"AEB64F75-685C-4BB8-8C69-D8EC60CBA91D"},"34741":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:14:57 GMT+0100 (Mitteleuropäische Zeit)"},"34742":{"date":{"__isSmartRef__":true,"id":34743},"author":"fabian","message":"","id":"0714BC73-548D-4AF3-9A61-32FEE36C9B1F"},"34743":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:34:16 GMT+0100 (Mitteleuropäische Zeit)"},"34744":{"date":{"__isSmartRef__":true,"id":34745},"author":"fabian","message":"","id":"E39C79D4-9E74-47BA-A6EA-D0B861EB411D"},"34745":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:46:13 GMT+0100 (Mitteleuropäische Zeit)"},"34746":{"date":{"__isSmartRef__":true,"id":34747},"author":"fabian","message":"","id":"50D90B40-1175-48A3-AC0E-10AC8884288A"},"34747":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:51:00 GMT+0100 (Mitteleuropäische Zeit)"},"34748":{"date":{"__isSmartRef__":true,"id":34749},"author":"robertkrahn","message":"- Tags text morph now is a input line, fixed a bug in generateSourceForScript()","id":"485A3064-009C-4A89-875B-D3BF1B1C0606"},"34749":{"isSerializedDate":true,"string":"Thu Mar 08 2012 19:12:32 GMT+0100 (Mitteleuropäische Zeit)"},"34750":{"date":{"__isSmartRef__":true,"id":34751},"author":"fbo","message":"No more addScript and better support for Firefox","id":"1BC8E4F5-9621-43E1-9451-35E018A8B06F"},"34751":{"isSerializedDate":true,"string":"Thu Apr 26 2012 11:16:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34752":{"date":{"__isSmartRef__":true,"id":34753},"author":"robertkrahn","message":"restored old version for addressing immediate save problems","id":"63323F27-08DC-499B-80D6-A700A30FE6BA"},"34753":{"isSerializedDate":true,"string":"Thu Apr 26 2012 22:03:48 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34754":{"date":{"__isSmartRef__":true,"id":34755},"author":"timfelgentreff","message":"no comment","id":"6D83027E-EC28-4497-A29F-E48051BD74FA"},"34755":{"isSerializedDate":true,"string":"Thu May 24 2012 16:54:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34756":{"date":{"__isSmartRef__":true,"id":34757},"author":"timfelgentreff","message":"Add a magnifiying glass to select target (similar to developer tools DOM selection)","id":"D9409D32-738F-4916-BA02-82C040C9891B"},"34757":{"isSerializedDate":true,"string":"Thu May 24 2012 17:21:39 GMT+0200 (Mitteleuropäische Sommerzeit)"},"34758":{"submorphs":[{"__isSmartRef__":true,"id":34759},{"__isSmartRef__":true,"id":36536},{"__isSmartRef__":true,"id":36576}],"scripts":[],"shape":{"__isSmartRef__":true,"id":36727},"id":"FDF9A68D-1149-4666-9946-600CCA238B76","renderContextTable":{"__isSmartRef__":true,"id":36732},"eventHandler":{"__isSmartRef__":true,"id":36733},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":36734},"LK2":true,"priorExtent":{"__isSmartRef__":true,"id":36735},"targetMorph":{"__isSmartRef__":true,"id":34759},"titleBar":{"__isSmartRef__":true,"id":36576},"contentOffset":{"__isSmartRef__":true,"id":36736},"collapsedTransform":{"__isSmartRef__":true,"id":36737},"collapsedExtent":{"__isSmartRef__":true,"id":36738},"expandedTransform":{"__isSmartRef__":true,"id":36739},"expandedExtent":{"__isSmartRef__":true,"id":36740},"ignoreEventsOnExpand":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":34635},"name":"ObjectEditor1","prevDragPos":{"__isSmartRef__":true,"id":36741},"highlighted":false,"cameForward":false,"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","expandedPosition":{"__isSmartRef__":true,"id":36742},"collapsedPosition":{"__isSmartRef__":true,"id":36743},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isBeingDragged":false,"prevScroll":[0,0],"minSize":{"__isSmartRef__":true,"id":36744},"minExtent":{"__isSmartRef__":true,"id":36745},"isCopyMorphRef":true,"morphRefId":16,"derivationIds":[205,"2951753B-EB95-4093-A0DD-249E83AC2204","A32DE788-E06D-492C-B2E6-19C3710B5AE0","96D56291-98FB-42C4-A247-0A20B4183B14","1E6BCC46-3FE3-4950-AE50-9751458F7E18","22248328-5B04-4E39-ADDE-460C107C790F","2F4F6161-9F4C-469E-AF56-24765FF03B72","88EF08D5-C1E7-4B5B-B393-FFF5921009D7","FF731ED6-5217-4053-9B85-77F1BF344BF3","496332F8-A328-4625-A7D5-0DCE90C3D2AE","E57F1D4E-AE08-4CAA-A62D-4E69FC0BFF47","94783CDE-55B0-4198-8477-C0756F2C812F","F03206B8-2964-470C-A335-FF321C7743E5","C60ABA94-4D2A-4524-9239-9B7EA074A0B5","D3FBB0FA-2BFF-4D8C-9632-41EEEDB053AE"],"_Position":{"__isSmartRef__":true,"id":36746},"moved":true,"_ClipMode":"visible","owner":{"__isSmartRef__":true,"id":0},"_Rotation":0,"_Scale":1.01,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":36747},"__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"34759":{"submorphs":[{"__isSmartRef__":true,"id":34760},{"__isSmartRef__":true,"id":35614},{"__isSmartRef__":true,"id":35396},{"__isSmartRef__":true,"id":35629},{"__isSmartRef__":true,"id":35645},{"__isSmartRef__":true,"id":35697},{"__isSmartRef__":true,"id":35748},{"__isSmartRef__":true,"id":35805},{"__isSmartRef__":true,"id":35255},{"__isSmartRef__":true,"id":35272},{"__isSmartRef__":true,"id":35861},{"__isSmartRef__":true,"id":35981},{"__isSmartRef__":true,"id":35996},{"__isSmartRef__":true,"id":36011},{"__isSmartRef__":true,"id":36096},{"__isSmartRef__":true,"id":36181},{"__isSmartRef__":true,"id":36266},{"__isSmartRef__":true,"id":36315}],"scripts":[],"id":"5A09E61D-0939-46DD-B099-6337F45EAD81","shape":{"__isSmartRef__":true,"id":36414},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"ObjectEditorPane","partsBinMetaInfo":{"__isSmartRef__":true,"id":36421},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":36424},"eventHandler":{"__isSmartRef__":true,"id":36425},"priorExtent":{"__isSmartRef__":true,"id":36426},"layout":{"__isSmartRef__":true,"id":36427},"target":null,"scriptPane":{"__isSmartRef__":true,"id":35255},"scriptList":{"__isSmartRef__":true,"id":34760},"connectionList":{"__isSmartRef__":true,"id":35396},"morphSelector":{"__isSmartRef__":true,"id":35861},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"changeIndicator":{"__isSmartRef__":true,"id":35272},"isBeingDragged":false,"prevScroll":[0,0],"grabbingEnabled":false,"draggingEnabled":false,"currentCategory":null,"distanceToDragEvent":{"__isSmartRef__":true,"id":36428},"tagChooser":{"__isSmartRef__":true,"id":36011},"currentTag":null,"derivationIds":[206,"3BDE080D-3D60-4BB9-A690-E6001350F596","00E28CBF-E803-4BC0-93CC-651AC21008A5","1B7E7936-0145-47E4-8433-DFE58134E74B","422B98E3-E52B-4057-9C28-865873682DE1","BCDE8D30-ECC2-4883-9587-2518B6822233","BA6D5198-5AC2-4A63-9597-D4CF98A99CA9","17E22972-5EBC-4511-9779-05E9E665D899","C6F34039-F423-4223-8D6A-85611A138372","7EC3BECE-1BDA-471D-B14C-C4FB822AA55C","88F702A6-6067-4160-8561-54FAD27ADB17","738F5E09-C109-4CD0-B5F5-418A6227ABA0","0DC59884-6397-4391-A9A7-FB6F9F97E5AD","14C76016-3134-4E27-8E8F-AF9EE6ACCF4E","FEB1641E-DEA0-449B-B5E5-D3946457A986"],"_Position":{"__isSmartRef__":true,"id":36429},"owner":{"__isSmartRef__":true,"id":34758},"partTests":{"__isSmartRef__":true,"id":36430},"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":36431},"__LivelyClassName__":"lively.morphic.Box"},"34760":{"submorphs":[],"scripts":[],"id":"07109F49-B19B-4C20-8632-697478AA1FFB","shape":{"__isSmartRef__":true,"id":34761},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":34768},"itemList":[],"selectedLineNo":0,"showsHalos":false,"name":"ObjectEditorScriptList","partsBinMetaInfo":{"__isSmartRef__":true,"id":34769},"__SourceModuleName__":"Global.lively.morphic.Core","_ClipMode":"auto","owner":{"__isSmartRef__":true,"id":34759},"priorExtent":{"__isSmartRef__":true,"id":34770},"prevScroll":[0,0],"attributeConnections":[{"__isSmartRef__":true,"id":34771}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"layout":{"__isSmartRef__":true,"id":34776},"doitContext":{"__isSmartRef__":true,"id":34777},"renderContextTable":{"__isSmartRef__":true,"id":35603},"eventHandler":{"__isSmartRef__":true,"id":35604},"_FontSize":10,"distanceToDragEvent":{"__isSmartRef__":true,"id":35605},"isBeingDragged":false,"grabbingEnabled":false,"draggingEnabled":false,"isCopyMorphRef":true,"morphRefId":17,"currentCategory":null,"derivationIds":[207,"D87334B5-DFB8-438D-8038-D2C55A798E3B","4242A24B-D284-4130-BB19-C1AB8C7E96CB","1F2230C1-4745-4EED-8827-5D3FC0EA8D8A","1260A8AA-AD41-451A-A761-BE75A33282E8","11AABB24-1595-4EDC-95DF-8BC66785F47A","CA99FFE7-13DD-4721-8DE2-6A587B0C65D9","E01A3DAA-0001-4C7C-A6A7-449C3945A3E6","8C3C70BF-E1CE-4FB9-8407-24EA990D4E49","D70897C1-82FA-42AD-9D81-A0698E9072CC","69BB0838-2830-4831-A681-185E03308396","434D4493-4DD6-466F-A202-7364A5829C52","93D99F39-CC07-45EB-9459-5230A80A20D2","4756DE7D-3422-46FC-B24B-5565F597D490","7AF59BEC-20A9-4451-AD6E-39E86979D18D"],"selection":null,"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":35606},"__LivelyClassName__":"lively.morphic.List"},"34761":{"position":{"__isSmartRef__":true,"id":34762},"_Extent":{"__isSmartRef__":true,"id":34763},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":34764},"_Fill":{"__isSmartRef__":true,"id":34765},"__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderRadius":0,"renderContextTable":{"__isSmartRef__":true,"id":34766},"_Opacity":1,"_BorderStyle":"solid","_Padding":{"__isSmartRef__":true,"id":34767},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"34762":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34763":{"x":180,"y":337.61253261443596,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34764":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"34765":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"34766":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"34767":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"34768":{"x":10,"y":63.027958027992966,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34769":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":2,"__SourceModuleName__":"Global.lively.PartsBin","idOnLoad":"9F1A9414-AA17-4EAB-8A8A-D9F7C54F28FB","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"34770":{"x":180,"y":338.61253261443596,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34771":{"sourceObj":{"__isSmartRef__":true,"id":34760},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":34759},"targetMethodName":"displaySourceForScript","converterString":"function (value) {\n return (value === '-- ALL --') ? null : value;\n}","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":34772},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":34773},"__LivelyClassName__":"AttributeConnection"},"34772":{"source":{"__isSmartRef__":true,"id":34760},"target":{"__isSmartRef__":true,"id":34759}},"34773":{"converter":{"__isSmartRef__":true,"id":34774}},"34774":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":34772},"source":"function (value) {\n return (value === '-- ALL --') ? null : value;\n}","funcProperties":{"__isSmartRef__":true,"id":34775},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"34775":{},"34776":{"resizeHeight":true},"34777":{"submorphs":[],"scripts":[],"id":836,"shape":{"__isSmartRef__":true,"id":34778},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":34783},"priorExtent":{"__isSmartRef__":true,"id":34784},"titleBar":{"__isSmartRef__":true,"id":34785},"contentOffset":{"__isSmartRef__":true,"id":34926},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":{"__isSmartRef__":true,"id":34927},"expandedExtent":{"__isSmartRef__":true,"id":34928},"highlighted":true,"_Rotation":0,"_Scale":1,"prevDragPos":{"__isSmartRef__":true,"id":34929},"showsHalos":false,"name":"ObjectEditor","__SourceModuleName__":"Global.lively.morphic.Widgets","target":{"__isSmartRef__":true,"id":34930},"expandedPosition":{"__isSmartRef__":true,"id":35253},"partsBinMetaInfo":{"__isSmartRef__":true,"id":35254},"scriptList":{"__isSmartRef__":true,"id":34760},"scriptPane":{"__isSmartRef__":true,"id":35255},"classButton":{"__isSmartRef__":true,"id":35351},"connectionList":{"__isSmartRef__":true,"id":35396},"targetButton":{"__isSmartRef__":true,"id":35421},"renderContextTable":{"__isSmartRef__":true,"id":35464},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Position":{"__isSmartRef__":true,"id":35465},"morphSelector":{"__isSmartRef__":true,"id":35466},"eventHandler":{"__isSmartRef__":true,"id":35550},"cameForward":false,"isCopyMorphRef":true,"morphRefId":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":35551},"__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"34778":{"_BorderWidth":1,"_Fill":{"__isSmartRef__":true,"id":34779},"_StrokeOpacity":0,"_BorderRadius":9.25,"_Extent":{"__isSmartRef__":true,"id":34780},"__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":{"__isSmartRef__":true,"id":34781},"renderContextTable":{"__isSmartRef__":true,"id":34782},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"34779":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"34780":{"x":981,"y":585.2,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34781":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"34782":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"34783":{"adjustForNewBounds":true},"34784":{"x":981,"y":585.2,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34785":{"submorphs":[{"__isSmartRef__":true,"id":34786},{"__isSmartRef__":true,"id":34799},{"__isSmartRef__":true,"id":34843},{"__isSmartRef__":true,"id":34875}],"scripts":[],"id":837,"shape":{"__isSmartRef__":true,"id":34908},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":34921},"_Position":{"__isSmartRef__":true,"id":34922},"eventsAreIgnored":true,"windowMorph":{"__isSmartRef__":true,"id":34777},"label":{"__isSmartRef__":true,"id":34786},"closeButton":{"__isSmartRef__":true,"id":34799},"menuButton":{"__isSmartRef__":true,"id":34843},"collapseButton":{"__isSmartRef__":true,"id":34875},"priorExtent":{"__isSmartRef__":true,"id":34923},"owner":null,"__SourceModuleName__":"Global.lively.morphic.Widgets","name":"ObjectEditorTitleBar","_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":34924},"eventHandler":{"__isSmartRef__":true,"id":34925},"__LivelyClassName__":"lively.morphic.TitleBar"},"34786":{"submorphs":[],"scripts":[],"id":838,"shape":{"__isSmartRef__":true,"id":34787},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":34792},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":34793},"priorExtent":{"__isSmartRef__":true,"id":34794},"_MaxTextWidth":null,"_MaxTextHeight":17,"textChunks":[{"__isSmartRef__":true,"id":34795}],"evalEnabled":false,"isLabel":true,"eventsAreIgnored":true,"_FontSize":10,"_Align":"center","owner":{"__isSmartRef__":true,"id":34785},"__SourceModuleName__":"Global.lively.morphic.TextCore","_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":34797},"eventHandler":{"__isSmartRef__":true,"id":34798},"_HandStyle":"default","_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text"},"34787":{"_Position":{"__isSmartRef__":true,"id":34788},"_Extent":{"__isSmartRef__":true,"id":34789},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":34790},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":34791},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"34788":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34789":{"x":921.9776803724167,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34790":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"34791":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"34792":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"34793":{"x":20,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34794":{"x":921.9776803724167,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34795":{"style":{"__isSmartRef__":true,"id":34796},"chunkOwner":{"__isSmartRef__":true,"id":34786},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"34796":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"34797":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"34798":{"morph":{"__isSmartRef__":true,"id":34786},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"34799":{"submorphs":[{"__isSmartRef__":true,"id":34800}],"scripts":[],"id":839,"shape":{"__isSmartRef__":true,"id":34812},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":34827},"priorExtent":{"__isSmartRef__":true,"id":34828},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":34816},"lighterFill":{"__isSmartRef__":true,"id":34829},"label":{"__isSmartRef__":true,"id":34800},"owner":{"__isSmartRef__":true,"id":34785},"layout":{"__isSmartRef__":true,"id":34838},"attributeConnections":[{"__isSmartRef__":true,"id":34839},{"__isSmartRef__":true,"id":34840}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":34841},"eventHandler":{"__isSmartRef__":true,"id":34842},"__LivelyClassName__":"lively.morphic.WindowControl"},"34800":{"submorphs":[],"scripts":[],"id":840,"shape":{"__isSmartRef__":true,"id":34801},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":34805},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":34806},"priorExtent":{"__isSmartRef__":true,"id":34807},"_MaxTextWidth":null,"_MaxTextHeight":17,"textChunks":[{"__isSmartRef__":true,"id":34808}],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":34799},"isLabel":true,"eventsAreIgnored":true,"_FontSize":8,"__SourceModuleName__":"Global.lively.morphic.TextCore","_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":34810},"eventHandler":{"__isSmartRef__":true,"id":34811},"_HandStyle":"default","_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text"},"34801":{"_Position":{"__isSmartRef__":true,"id":34802},"_Extent":{"__isSmartRef__":true,"id":34803},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":34790},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":34804},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"34802":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34803":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34804":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"34805":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"34806":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34807":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34808":{"style":{"__isSmartRef__":true,"id":34809},"chunkOwner":{"__isSmartRef__":true,"id":34800},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"34809":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"34810":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"34811":{"morph":{"__isSmartRef__":true,"id":34800},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"34812":{"_Position":{"__isSmartRef__":true,"id":34813},"_Extent":{"__isSmartRef__":true,"id":34814},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":34815},"_Fill":{"__isSmartRef__":true,"id":34816},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":34826},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"34813":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34814":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34815":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"34816":{"stops":[{"__isSmartRef__":true,"id":34817},{"__isSmartRef__":true,"id":34819},{"__isSmartRef__":true,"id":34821},{"__isSmartRef__":true,"id":34823}],"vector":{"__isSmartRef__":true,"id":34825},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"34817":{"offset":0,"color":{"__isSmartRef__":true,"id":34818}},"34818":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"34819":{"offset":0.4,"color":{"__isSmartRef__":true,"id":34820}},"34820":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"34821":{"offset":0.6,"color":{"__isSmartRef__":true,"id":34822}},"34822":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"34823":{"offset":1,"color":{"__isSmartRef__":true,"id":34824}},"34824":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"34825":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"34826":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"34827":{"x":960.9776803724167,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34828":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34829":{"stops":[{"__isSmartRef__":true,"id":34830},{"__isSmartRef__":true,"id":34832},{"__isSmartRef__":true,"id":34834},{"__isSmartRef__":true,"id":34836}],"vector":{"__isSmartRef__":true,"id":34825},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"34830":{"offset":0,"color":{"__isSmartRef__":true,"id":34831}},"34831":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"34832":{"offset":0.4,"color":{"__isSmartRef__":true,"id":34833}},"34833":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"34834":{"offset":0.6,"color":{"__isSmartRef__":true,"id":34835}},"34835":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"34836":{"offset":1,"color":{"__isSmartRef__":true,"id":34837}},"34837":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"34838":{"moveHorizontal":true},"34839":{"sourceObj":{"__isSmartRef__":true,"id":34799},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":34777},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"34840":{"sourceObj":{"__isSmartRef__":true,"id":34799},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":34777},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"34841":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"34842":{"morph":{"__isSmartRef__":true,"id":34799},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"34843":{"submorphs":[{"__isSmartRef__":true,"id":34844}],"scripts":[],"id":841,"shape":{"__isSmartRef__":true,"id":34856},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":34860},"priorExtent":{"__isSmartRef__":true,"id":34861},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":34816},"lighterFill":{"__isSmartRef__":true,"id":34862},"label":{"__isSmartRef__":true,"id":34844},"owner":{"__isSmartRef__":true,"id":34785},"attributeConnections":[{"__isSmartRef__":true,"id":34871},{"__isSmartRef__":true,"id":34872}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","showsHalos":false,"_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":34873},"eventHandler":{"__isSmartRef__":true,"id":34874},"__LivelyClassName__":"lively.morphic.WindowControl"},"34844":{"submorphs":[],"scripts":[],"id":842,"shape":{"__isSmartRef__":true,"id":34845},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":34849},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":34850},"priorExtent":{"__isSmartRef__":true,"id":34851},"_MaxTextWidth":null,"_MaxTextHeight":17,"textChunks":[{"__isSmartRef__":true,"id":34852}],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":34843},"isLabel":true,"eventsAreIgnored":true,"_FontSize":8,"__SourceModuleName__":"Global.lively.morphic.TextCore","_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":34854},"eventHandler":{"__isSmartRef__":true,"id":34855},"_HandStyle":"default","_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text"},"34845":{"_Position":{"__isSmartRef__":true,"id":34846},"_Extent":{"__isSmartRef__":true,"id":34847},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":34790},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":34848},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"34846":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34847":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34848":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"34849":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"34850":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34851":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34852":{"style":{"__isSmartRef__":true,"id":34853},"chunkOwner":{"__isSmartRef__":true,"id":34844},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"34853":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"34854":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"34855":{"morph":{"__isSmartRef__":true,"id":34844},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"34856":{"_Position":{"__isSmartRef__":true,"id":34857},"_Extent":{"__isSmartRef__":true,"id":34858},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":34815},"_Fill":{"__isSmartRef__":true,"id":34816},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":34859},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"34857":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34858":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34859":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"34860":{"x":3,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34861":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34862":{"stops":[{"__isSmartRef__":true,"id":34863},{"__isSmartRef__":true,"id":34865},{"__isSmartRef__":true,"id":34867},{"__isSmartRef__":true,"id":34869}],"vector":{"__isSmartRef__":true,"id":34825},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"34863":{"offset":0,"color":{"__isSmartRef__":true,"id":34864}},"34864":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"34865":{"offset":0.4,"color":{"__isSmartRef__":true,"id":34866}},"34866":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"34867":{"offset":0.6,"color":{"__isSmartRef__":true,"id":34868}},"34868":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"34869":{"offset":1,"color":{"__isSmartRef__":true,"id":34870}},"34870":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"34871":{"sourceObj":{"__isSmartRef__":true,"id":34843},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":34777},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"34872":{"sourceObj":{"__isSmartRef__":true,"id":34843},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":34777},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"34873":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"34874":{"morph":{"__isSmartRef__":true,"id":34843},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"34875":{"submorphs":[{"__isSmartRef__":true,"id":34876}],"scripts":[],"id":843,"shape":{"__isSmartRef__":true,"id":34888},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":34892},"priorExtent":{"__isSmartRef__":true,"id":34893},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":34816},"lighterFill":{"__isSmartRef__":true,"id":34894},"label":{"__isSmartRef__":true,"id":34876},"owner":{"__isSmartRef__":true,"id":34785},"layout":{"__isSmartRef__":true,"id":34903},"attributeConnections":[{"__isSmartRef__":true,"id":34904},{"__isSmartRef__":true,"id":34905}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":34906},"eventHandler":{"__isSmartRef__":true,"id":34907},"__LivelyClassName__":"lively.morphic.WindowControl"},"34876":{"submorphs":[],"scripts":[],"id":844,"shape":{"__isSmartRef__":true,"id":34877},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":34881},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":34882},"priorExtent":{"__isSmartRef__":true,"id":34883},"_MaxTextWidth":null,"_MaxTextHeight":17,"textChunks":[{"__isSmartRef__":true,"id":34884}],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":34875},"isLabel":true,"eventsAreIgnored":true,"_FontSize":8,"__SourceModuleName__":"Global.lively.morphic.TextCore","_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":34886},"eventHandler":{"__isSmartRef__":true,"id":34887},"_HandStyle":"default","_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text"},"34877":{"_Position":{"__isSmartRef__":true,"id":34878},"_Extent":{"__isSmartRef__":true,"id":34879},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":34790},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":34880},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"34878":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34879":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34880":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"34881":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"34882":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34883":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34884":{"style":{"__isSmartRef__":true,"id":34885},"chunkOwner":{"__isSmartRef__":true,"id":34876},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"34885":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"34886":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"34887":{"morph":{"__isSmartRef__":true,"id":34876},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"34888":{"_Position":{"__isSmartRef__":true,"id":34889},"_Extent":{"__isSmartRef__":true,"id":34890},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":34815},"_Fill":{"__isSmartRef__":true,"id":34816},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":34891},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"34889":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34890":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34891":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"34892":{"x":941.9776803724167,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34893":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34894":{"stops":[{"__isSmartRef__":true,"id":34895},{"__isSmartRef__":true,"id":34897},{"__isSmartRef__":true,"id":34899},{"__isSmartRef__":true,"id":34901}],"vector":{"__isSmartRef__":true,"id":34825},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"34895":{"offset":0,"color":{"__isSmartRef__":true,"id":34896}},"34896":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"34897":{"offset":0.4,"color":{"__isSmartRef__":true,"id":34898}},"34898":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"34899":{"offset":0.6,"color":{"__isSmartRef__":true,"id":34900}},"34900":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"34901":{"offset":1,"color":{"__isSmartRef__":true,"id":34902}},"34902":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"34903":{"moveHorizontal":true},"34904":{"sourceObj":{"__isSmartRef__":true,"id":34875},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":34777},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"34905":{"sourceObj":{"__isSmartRef__":true,"id":34875},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":34777},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"34906":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"34907":{"morph":{"__isSmartRef__":true,"id":34875},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"34908":{"_Position":{"__isSmartRef__":true,"id":34909},"_Extent":{"__isSmartRef__":true,"id":34910},"_BorderWidth":2,"_BorderColor":{"__isSmartRef__":true,"id":34911},"_Fill":{"__isSmartRef__":true,"id":34912},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":34920},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"34909":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34910":{"x":980.9776803724167,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34911":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"34912":{"stops":[{"__isSmartRef__":true,"id":34913},{"__isSmartRef__":true,"id":34915},{"__isSmartRef__":true,"id":34917}],"vector":{"__isSmartRef__":true,"id":34919},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"34913":{"offset":0,"color":{"__isSmartRef__":true,"id":34914}},"34914":{"r":0.7200000000000001,"g":0.7200000000000001,"b":0.7200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"34915":{"offset":0.6,"color":{"__isSmartRef__":true,"id":34916}},"34916":{"r":0.9,"g":0.9,"b":0.9,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"34917":{"offset":1,"color":{"__isSmartRef__":true,"id":34918}},"34918":{"r":0.7200000000000001,"g":0.7200000000000001,"b":0.7200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"34919":{"x":0,"y":1,"width":0,"height":-1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"34920":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"34921":{"resizeWidth":true,"adjustForNewBounds":true},"34922":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34923":{"x":980.9776803724167,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34924":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"34925":{"morph":{"__isSmartRef__":true,"id":34785},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"34926":{"x":0,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34927":{"a":1,"b":0,"c":0,"d":1,"e":377.6609726943286,"f":419.5142810783999,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"lively.morphic.Similitude"},"34928":{"x":861.5223196275833,"y":575.166499196892,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34929":{"x":613,"y":129,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34930":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":34931},"id":394,"renderContextTable":{"__isSmartRef__":true,"id":34937},"textChunks":[{"__isSmartRef__":true,"id":34938}],"eventHandler":{"__isSmartRef__":true,"id":34940},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":34941},"_ClipMode":"auto","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":34942},"priorExtent":{"__isSmartRef__":true,"id":34943},"_MaxTextWidth":500,"_MaxTextHeight":200,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":34944},"layout":{"__isSmartRef__":true,"id":35091},"doitContext":{"__isSmartRef__":true,"id":35092},"priorSelectionRange":[0,36],"charsReplaced":"","lastFindLoc":20,"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"34931":{"_Position":{"__isSmartRef__":true,"id":34932},"renderContextTable":{"__isSmartRef__":true,"id":34933},"_Extent":{"__isSmartRef__":true,"id":34934},"_BorderWidth":2,"_BorderColor":{"__isSmartRef__":true,"id":34935},"_Fill":{"__isSmartRef__":true,"id":34936},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"34932":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34933":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"34934":{"x":500,"y":200,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34935":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"34936":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"34937":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"34938":{"style":{"__isSmartRef__":true,"id":34939},"chunkOwner":{"__isSmartRef__":true,"id":34930},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"34939":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"34940":{"morph":{"__isSmartRef__":true,"id":34930},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"34941":{"x":2,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"34942":{"x":0,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34943":{"x":500,"y":200,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34944":{"submorphs":[{"__isSmartRef__":true,"id":34930},{"__isSmartRef__":true,"id":34945}],"scripts":[],"shape":{"__isSmartRef__":true,"id":35082},"id":395,"renderContextTable":{"__isSmartRef__":true,"id":35085},"eventHandler":{"__isSmartRef__":true,"id":35086},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":35087},"LK2":true,"_Position":{"__isSmartRef__":true,"id":35088},"priorExtent":{"__isSmartRef__":true,"id":35089},"targetMorph":{"__isSmartRef__":true,"id":34930},"titleBar":{"__isSmartRef__":true,"id":34945},"contentOffset":{"__isSmartRef__":true,"id":34942},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"highlighted":true,"_Rotation":0,"_Scale":1,"prevDragPos":{"__isSmartRef__":true,"id":35090},"cameForward":false,"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"34945":{"submorphs":[{"__isSmartRef__":true,"id":34946},{"__isSmartRef__":true,"id":34959},{"__isSmartRef__":true,"id":35005},{"__isSmartRef__":true,"id":35038}],"scripts":[],"shape":{"__isSmartRef__":true,"id":35072},"id":396,"renderContextTable":{"__isSmartRef__":true,"id":35077},"eventHandler":{"__isSmartRef__":true,"id":35078},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":35079},"_Position":{"__isSmartRef__":true,"id":35080},"windowMorph":{"__isSmartRef__":true,"id":34944},"label":{"__isSmartRef__":true,"id":34946},"closeButton":{"__isSmartRef__":true,"id":34959},"menuButton":{"__isSmartRef__":true,"id":35005},"collapseButton":{"__isSmartRef__":true,"id":35038},"priorExtent":{"__isSmartRef__":true,"id":35081},"owner":{"__isSmartRef__":true,"id":34944},"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.TitleBar"},"34946":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":34947},"id":397,"renderContextTable":{"__isSmartRef__":true,"id":34951},"textChunks":[{"__isSmartRef__":true,"id":34952}],"eventHandler":{"__isSmartRef__":true,"id":34954},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":34955},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":34956},"_FontSize":10,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":34945},"priorExtent":{"__isSmartRef__":true,"id":34957},"_MaxTextWidth":441,"_MaxTextHeight":17,"_Position":{"__isSmartRef__":true,"id":34958},"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"34947":{"_Position":{"__isSmartRef__":true,"id":34948},"renderContextTable":{"__isSmartRef__":true,"id":34949},"_Extent":{"__isSmartRef__":true,"id":34950},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":34935},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"34948":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34949":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"34950":{"x":441,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34951":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"34952":{"style":{"__isSmartRef__":true,"id":34953},"chunkOwner":{"__isSmartRef__":true,"id":34946},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"34953":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"34954":{"morph":{"__isSmartRef__":true,"id":34946},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"34955":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"34956":{"resizeWidth":true},"34957":{"x":0,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34958":{"x":20,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34959":{"submorphs":[{"__isSmartRef__":true,"id":34960}],"scripts":[],"shape":{"__isSmartRef__":true,"id":34972},"id":398,"renderContextTable":{"__isSmartRef__":true,"id":34987},"eventHandler":{"__isSmartRef__":true,"id":34988},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":34989},"priorExtent":{"__isSmartRef__":true,"id":34990},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":34977},"lighterFill":{"__isSmartRef__":true,"id":34991},"label":{"__isSmartRef__":true,"id":34960},"owner":{"__isSmartRef__":true,"id":34945},"layout":{"__isSmartRef__":true,"id":35000},"attributeConnections":[{"__isSmartRef__":true,"id":35001},{"__isSmartRef__":true,"id":35003}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"34960":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":34961},"id":399,"renderContextTable":{"__isSmartRef__":true,"id":34965},"textChunks":[{"__isSmartRef__":true,"id":34966}],"eventHandler":{"__isSmartRef__":true,"id":34968},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":34969},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":34970},"priorExtent":{"__isSmartRef__":true,"id":34971},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":34959},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"34961":{"_Position":{"__isSmartRef__":true,"id":34962},"renderContextTable":{"__isSmartRef__":true,"id":34963},"_Extent":{"__isSmartRef__":true,"id":34964},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":34935},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"34962":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34963":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"34964":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34965":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"34966":{"style":{"__isSmartRef__":true,"id":34967},"chunkOwner":{"__isSmartRef__":true,"id":34960},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"34967":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"34968":{"morph":{"__isSmartRef__":true,"id":34960},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"34969":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"34970":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34971":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34972":{"_Position":{"__isSmartRef__":true,"id":34973},"renderContextTable":{"__isSmartRef__":true,"id":34974},"_Extent":{"__isSmartRef__":true,"id":34975},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":34976},"_Fill":{"__isSmartRef__":true,"id":34977},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"34973":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34974":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"34975":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34976":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"34977":{"stops":[{"__isSmartRef__":true,"id":34978},{"__isSmartRef__":true,"id":34980},{"__isSmartRef__":true,"id":34982},{"__isSmartRef__":true,"id":34984}],"vector":{"__isSmartRef__":true,"id":34986},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"34978":{"offset":0,"color":{"__isSmartRef__":true,"id":34979}},"34979":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"34980":{"offset":0.4,"color":{"__isSmartRef__":true,"id":34981}},"34981":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"34982":{"offset":0.6,"color":{"__isSmartRef__":true,"id":34983}},"34983":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"34984":{"offset":1,"color":{"__isSmartRef__":true,"id":34985}},"34985":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"34986":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"34987":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"34988":{"morph":{"__isSmartRef__":true,"id":34959},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"34989":{"x":480,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34990":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"34991":{"stops":[{"__isSmartRef__":true,"id":34992},{"__isSmartRef__":true,"id":34994},{"__isSmartRef__":true,"id":34996},{"__isSmartRef__":true,"id":34998}],"vector":{"__isSmartRef__":true,"id":34986},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"34992":{"offset":0,"color":{"__isSmartRef__":true,"id":34993}},"34993":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"34994":{"offset":0.4,"color":{"__isSmartRef__":true,"id":34995}},"34995":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"34996":{"offset":0.6,"color":{"__isSmartRef__":true,"id":34997}},"34997":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"34998":{"offset":1,"color":{"__isSmartRef__":true,"id":34999}},"34999":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35000":{"moveHorizontal":true},"35001":{"sourceObj":{"__isSmartRef__":true,"id":34959},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":34944},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":35002},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"35002":{"source":{"__isSmartRef__":true,"id":34959},"target":{"__isSmartRef__":true,"id":34944}},"35003":{"sourceObj":{"__isSmartRef__":true,"id":34959},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":34944},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":35004},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"35004":{"source":{"__isSmartRef__":true,"id":34959},"target":{"__isSmartRef__":true,"id":34944}},"35005":{"submorphs":[{"__isSmartRef__":true,"id":35006}],"scripts":[],"shape":{"__isSmartRef__":true,"id":35017},"id":400,"renderContextTable":{"__isSmartRef__":true,"id":35021},"eventHandler":{"__isSmartRef__":true,"id":35022},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":35023},"priorExtent":{"__isSmartRef__":true,"id":35024},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":34977},"lighterFill":{"__isSmartRef__":true,"id":35025},"label":{"__isSmartRef__":true,"id":35006},"owner":{"__isSmartRef__":true,"id":34945},"attributeConnections":[{"__isSmartRef__":true,"id":35034},{"__isSmartRef__":true,"id":35036}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"35006":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":35007},"id":401,"renderContextTable":{"__isSmartRef__":true,"id":35011},"textChunks":[{"__isSmartRef__":true,"id":35012}],"eventHandler":{"__isSmartRef__":true,"id":35014},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":34969},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":35015},"priorExtent":{"__isSmartRef__":true,"id":35016},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":35005},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"35007":{"_Position":{"__isSmartRef__":true,"id":35008},"renderContextTable":{"__isSmartRef__":true,"id":35009},"_Extent":{"__isSmartRef__":true,"id":35010},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":34935},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"35008":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35009":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"35010":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35011":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"35012":{"style":{"__isSmartRef__":true,"id":35013},"chunkOwner":{"__isSmartRef__":true,"id":35006},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"35013":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"35014":{"morph":{"__isSmartRef__":true,"id":35006},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"35015":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35016":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35017":{"_Position":{"__isSmartRef__":true,"id":35018},"renderContextTable":{"__isSmartRef__":true,"id":35019},"_Extent":{"__isSmartRef__":true,"id":35020},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":34976},"_Fill":{"__isSmartRef__":true,"id":34977},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"35018":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35019":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"35020":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35021":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"35022":{"morph":{"__isSmartRef__":true,"id":35005},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"35023":{"x":3,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35024":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35025":{"stops":[{"__isSmartRef__":true,"id":35026},{"__isSmartRef__":true,"id":35028},{"__isSmartRef__":true,"id":35030},{"__isSmartRef__":true,"id":35032}],"vector":{"__isSmartRef__":true,"id":34986},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"35026":{"offset":0,"color":{"__isSmartRef__":true,"id":35027}},"35027":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35028":{"offset":0.4,"color":{"__isSmartRef__":true,"id":35029}},"35029":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35030":{"offset":0.6,"color":{"__isSmartRef__":true,"id":35031}},"35031":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35032":{"offset":1,"color":{"__isSmartRef__":true,"id":35033}},"35033":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35034":{"sourceObj":{"__isSmartRef__":true,"id":35005},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":34944},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":35035},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"35035":{"source":{"__isSmartRef__":true,"id":35005},"target":{"__isSmartRef__":true,"id":34944}},"35036":{"sourceObj":{"__isSmartRef__":true,"id":35005},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":34944},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":35037},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"35037":{"source":{"__isSmartRef__":true,"id":35005},"target":{"__isSmartRef__":true,"id":34944}},"35038":{"submorphs":[{"__isSmartRef__":true,"id":35039}],"scripts":[],"shape":{"__isSmartRef__":true,"id":35050},"id":402,"renderContextTable":{"__isSmartRef__":true,"id":35054},"eventHandler":{"__isSmartRef__":true,"id":35055},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":35056},"priorExtent":{"__isSmartRef__":true,"id":35057},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":34977},"lighterFill":{"__isSmartRef__":true,"id":35058},"label":{"__isSmartRef__":true,"id":35039},"owner":{"__isSmartRef__":true,"id":34945},"layout":{"__isSmartRef__":true,"id":35067},"attributeConnections":[{"__isSmartRef__":true,"id":35068},{"__isSmartRef__":true,"id":35070}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"35039":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":35040},"id":403,"renderContextTable":{"__isSmartRef__":true,"id":35044},"textChunks":[{"__isSmartRef__":true,"id":35045}],"eventHandler":{"__isSmartRef__":true,"id":35047},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":34969},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":35048},"priorExtent":{"__isSmartRef__":true,"id":35049},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":35038},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"35040":{"_Position":{"__isSmartRef__":true,"id":35041},"renderContextTable":{"__isSmartRef__":true,"id":35042},"_Extent":{"__isSmartRef__":true,"id":35043},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":34935},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"35041":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35042":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"35043":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35044":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"35045":{"style":{"__isSmartRef__":true,"id":35046},"chunkOwner":{"__isSmartRef__":true,"id":35039},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"35046":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"35047":{"morph":{"__isSmartRef__":true,"id":35039},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"35048":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35049":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35050":{"_Position":{"__isSmartRef__":true,"id":35051},"renderContextTable":{"__isSmartRef__":true,"id":35052},"_Extent":{"__isSmartRef__":true,"id":35053},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":34976},"_Fill":{"__isSmartRef__":true,"id":34977},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"35051":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35052":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"35053":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35054":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"35055":{"morph":{"__isSmartRef__":true,"id":35038},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"35056":{"x":461,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35057":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35058":{"stops":[{"__isSmartRef__":true,"id":35059},{"__isSmartRef__":true,"id":35061},{"__isSmartRef__":true,"id":35063},{"__isSmartRef__":true,"id":35065}],"vector":{"__isSmartRef__":true,"id":34986},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"35059":{"offset":0,"color":{"__isSmartRef__":true,"id":35060}},"35060":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35061":{"offset":0.4,"color":{"__isSmartRef__":true,"id":35062}},"35062":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35063":{"offset":0.6,"color":{"__isSmartRef__":true,"id":35064}},"35064":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35065":{"offset":1,"color":{"__isSmartRef__":true,"id":35066}},"35066":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35067":{"moveHorizontal":true},"35068":{"sourceObj":{"__isSmartRef__":true,"id":35038},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":34944},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":35069},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"35069":{"source":{"__isSmartRef__":true,"id":35038},"target":{"__isSmartRef__":true,"id":34944}},"35070":{"sourceObj":{"__isSmartRef__":true,"id":35038},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":34944},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":35071},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"35071":{"source":{"__isSmartRef__":true,"id":35038},"target":{"__isSmartRef__":true,"id":34944}},"35072":{"_Position":{"__isSmartRef__":true,"id":35073},"renderContextTable":{"__isSmartRef__":true,"id":35074},"_Extent":{"__isSmartRef__":true,"id":35075},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":35076},"_Fill":{"__isSmartRef__":true,"id":34912},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"35073":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35074":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"35075":{"x":500,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35076":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35077":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"35078":{"morph":{"__isSmartRef__":true,"id":34945},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"35079":{"resizeWidth":true,"adjustForNewBounds":true},"35080":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35081":{"x":500,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35082":{"renderContextTable":{"__isSmartRef__":true,"id":35083},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":35084},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"35083":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"35084":{"x":500,"y":222,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35085":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"35086":{"morph":{"__isSmartRef__":true,"id":34944},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"35087":{"adjustForNewBounds":true},"35088":{"x":1234,"y":448,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35089":{"x":500,"y":222,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35090":{"x":1478,"y":453,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35091":{"resizeWidth":true,"resizeHeight":true},"35092":{"submorphs":[{"__isSmartRef__":true,"id":35093},{"__isSmartRef__":true,"id":35107}],"scripts":[],"shape":{"__isSmartRef__":true,"id":35237},"id":361,"renderContextTable":{"__isSmartRef__":true,"id":35241},"eventHandler":{"__isSmartRef__":true,"id":35242},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":35243},"LK2":true,"_Position":{"__isSmartRef__":true,"id":35244},"priorExtent":{"__isSmartRef__":true,"id":35245},"targetMorph":{"__isSmartRef__":true,"id":35093},"titleBar":{"__isSmartRef__":true,"id":35107},"contentOffset":{"__isSmartRef__":true,"id":35103},"collapsedTransform":{"__isSmartRef__":true,"id":35246},"collapsedExtent":{"__isSmartRef__":true,"id":35247},"expandedTransform":{"__isSmartRef__":true,"id":35248},"expandedExtent":{"__isSmartRef__":true,"id":35249},"ignoreEventsOnExpand":false,"owner":null,"showsHalos":false,"highlighted":true,"_Rotation":0,"_Scale":1,"prevDragPos":{"__isSmartRef__":true,"id":35250},"expandedPosition":{"__isSmartRef__":true,"id":35251},"state":"shutdown","collapsedPosition":{"__isSmartRef__":true,"id":35252},"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"35093":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":35094},"id":360,"renderContextTable":{"__isSmartRef__":true,"id":35099},"textChunks":[{"__isSmartRef__":true,"id":35100}],"eventHandler":{"__isSmartRef__":true,"id":35102},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":34941},"_ClipMode":"auto","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Monaco,monospace","_Position":{"__isSmartRef__":true,"id":35103},"priorExtent":{"__isSmartRef__":true,"id":35104},"_MaxTextWidth":500,"_MaxTextHeight":0,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":35092},"layout":{"__isSmartRef__":true,"id":35105},"syntaxHighlightingWhileTyping":true,"attributeConnections":[{"__isSmartRef__":true,"id":35106}],"doNotSerialize":["$$textString"],"doNotCopyProperties":["$$textString"],"lastSyntaxHighlightTime":1307282796737,"accessibleInInactiveWindow":true,"eventsAreIgnored":false,"_HandStyle":"default","_PointerEvents":"auto","_Visible":true,"charsReplaced":"","lastFindLoc":15,"__SourceModuleName__":"Global.lively.morphic.TextCore","textString":"undefined","cachedTextString":"undefined","__LivelyClassName__":"lively.morphic.Text"},"35094":{"_Position":{"__isSmartRef__":true,"id":35095},"renderContextTable":{"__isSmartRef__":true,"id":35096},"_Extent":{"__isSmartRef__":true,"id":35097},"_BorderWidth":2,"_BorderColor":{"__isSmartRef__":true,"id":34935},"_Fill":{"__isSmartRef__":true,"id":35098},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"35095":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35096":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"35097":{"x":500,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35098":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35099":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"35100":{"style":{"__isSmartRef__":true,"id":35101},"chunkOwner":{"__isSmartRef__":true,"id":35093},"storedString":"undefined","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"35101":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"35102":{"morph":{"__isSmartRef__":true,"id":35093},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"35103":{"x":0,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35104":{"x":500,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35105":{"resizeWidth":true,"resizeHeight":true},"35106":{"sourceObj":{"__isSmartRef__":true,"id":35093},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":35093},"targetMethodName":"highlightJavaScriptSyntax","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"35107":{"submorphs":[{"__isSmartRef__":true,"id":35108},{"__isSmartRef__":true,"id":35120},{"__isSmartRef__":true,"id":35154},{"__isSmartRef__":true,"id":35187}],"scripts":[],"shape":{"__isSmartRef__":true,"id":35221},"id":362,"renderContextTable":{"__isSmartRef__":true,"id":35232},"eventHandler":{"__isSmartRef__":true,"id":35233},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":35234},"_Position":{"__isSmartRef__":true,"id":35235},"windowMorph":{"__isSmartRef__":true,"id":35092},"label":{"__isSmartRef__":true,"id":35108},"closeButton":{"__isSmartRef__":true,"id":35120},"menuButton":{"__isSmartRef__":true,"id":35154},"collapseButton":{"__isSmartRef__":true,"id":35187},"priorExtent":{"__isSmartRef__":true,"id":35236},"owner":{"__isSmartRef__":true,"id":35092},"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.TitleBar"},"35108":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":35109},"id":363,"renderContextTable":{"__isSmartRef__":true,"id":35113},"textChunks":[{"__isSmartRef__":true,"id":35114}],"eventHandler":{"__isSmartRef__":true,"id":35116},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":34955},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":35117},"_FontSize":10,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":35107},"priorExtent":{"__isSmartRef__":true,"id":35118},"_MaxTextWidth":441,"_MaxTextHeight":17,"_Position":{"__isSmartRef__":true,"id":35119},"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"35109":{"_Position":{"__isSmartRef__":true,"id":35110},"renderContextTable":{"__isSmartRef__":true,"id":35111},"_Extent":{"__isSmartRef__":true,"id":35112},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":34935},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"35110":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35111":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"35112":{"x":441,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35113":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"35114":{"style":{"__isSmartRef__":true,"id":35115},"chunkOwner":{"__isSmartRef__":true,"id":35108},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"35115":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"35116":{"morph":{"__isSmartRef__":true,"id":35108},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"35117":{"resizeWidth":true},"35118":{"x":0,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35119":{"x":20,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35120":{"submorphs":[{"__isSmartRef__":true,"id":35121}],"scripts":[],"shape":{"__isSmartRef__":true,"id":35132},"id":364,"renderContextTable":{"__isSmartRef__":true,"id":35136},"eventHandler":{"__isSmartRef__":true,"id":35137},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":35138},"priorExtent":{"__isSmartRef__":true,"id":35139},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":34977},"lighterFill":{"__isSmartRef__":true,"id":35140},"label":{"__isSmartRef__":true,"id":35121},"owner":{"__isSmartRef__":true,"id":35107},"layout":{"__isSmartRef__":true,"id":35149},"attributeConnections":[{"__isSmartRef__":true,"id":35150},{"__isSmartRef__":true,"id":35152}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"35121":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":35122},"id":365,"renderContextTable":{"__isSmartRef__":true,"id":35126},"textChunks":[{"__isSmartRef__":true,"id":35127}],"eventHandler":{"__isSmartRef__":true,"id":35129},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":34969},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":35130},"priorExtent":{"__isSmartRef__":true,"id":35131},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":35120},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"35122":{"_Position":{"__isSmartRef__":true,"id":35123},"renderContextTable":{"__isSmartRef__":true,"id":35124},"_Extent":{"__isSmartRef__":true,"id":35125},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":34935},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"35123":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35124":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"35125":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35126":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"35127":{"style":{"__isSmartRef__":true,"id":35128},"chunkOwner":{"__isSmartRef__":true,"id":35121},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"35128":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"35129":{"morph":{"__isSmartRef__":true,"id":35121},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"35130":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35131":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35132":{"_Position":{"__isSmartRef__":true,"id":35133},"renderContextTable":{"__isSmartRef__":true,"id":35134},"_Extent":{"__isSmartRef__":true,"id":35135},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":34976},"_Fill":{"__isSmartRef__":true,"id":34977},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"35133":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35134":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"35135":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35136":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"35137":{"morph":{"__isSmartRef__":true,"id":35120},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"35138":{"x":480,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35139":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35140":{"stops":[{"__isSmartRef__":true,"id":35141},{"__isSmartRef__":true,"id":35143},{"__isSmartRef__":true,"id":35145},{"__isSmartRef__":true,"id":35147}],"vector":{"__isSmartRef__":true,"id":34986},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"35141":{"offset":0,"color":{"__isSmartRef__":true,"id":35142}},"35142":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35143":{"offset":0.4,"color":{"__isSmartRef__":true,"id":35144}},"35144":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35145":{"offset":0.6,"color":{"__isSmartRef__":true,"id":35146}},"35146":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35147":{"offset":1,"color":{"__isSmartRef__":true,"id":35148}},"35148":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35149":{"moveHorizontal":true},"35150":{"sourceObj":{"__isSmartRef__":true,"id":35120},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":35092},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":35151},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"35151":{"source":{"__isSmartRef__":true,"id":35120},"target":{"__isSmartRef__":true,"id":35092}},"35152":{"sourceObj":{"__isSmartRef__":true,"id":35120},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":35092},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":35153},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"35153":{"source":{"__isSmartRef__":true,"id":35120},"target":{"__isSmartRef__":true,"id":35092}},"35154":{"submorphs":[{"__isSmartRef__":true,"id":35155}],"scripts":[],"shape":{"__isSmartRef__":true,"id":35166},"id":366,"renderContextTable":{"__isSmartRef__":true,"id":35170},"eventHandler":{"__isSmartRef__":true,"id":35171},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":35172},"priorExtent":{"__isSmartRef__":true,"id":35173},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":34977},"lighterFill":{"__isSmartRef__":true,"id":35174},"label":{"__isSmartRef__":true,"id":35155},"owner":{"__isSmartRef__":true,"id":35107},"attributeConnections":[{"__isSmartRef__":true,"id":35183},{"__isSmartRef__":true,"id":35185}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"35155":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":35156},"id":367,"renderContextTable":{"__isSmartRef__":true,"id":35160},"textChunks":[{"__isSmartRef__":true,"id":35161}],"eventHandler":{"__isSmartRef__":true,"id":35163},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":34969},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":35164},"priorExtent":{"__isSmartRef__":true,"id":35165},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":35154},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"35156":{"_Position":{"__isSmartRef__":true,"id":35157},"renderContextTable":{"__isSmartRef__":true,"id":35158},"_Extent":{"__isSmartRef__":true,"id":35159},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":34935},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"35157":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35158":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"35159":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35160":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"35161":{"style":{"__isSmartRef__":true,"id":35162},"chunkOwner":{"__isSmartRef__":true,"id":35155},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"35162":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"35163":{"morph":{"__isSmartRef__":true,"id":35155},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"35164":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35165":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35166":{"_Position":{"__isSmartRef__":true,"id":35167},"renderContextTable":{"__isSmartRef__":true,"id":35168},"_Extent":{"__isSmartRef__":true,"id":35169},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":34976},"_Fill":{"__isSmartRef__":true,"id":34977},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"35167":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35168":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"35169":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35170":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"35171":{"morph":{"__isSmartRef__":true,"id":35154},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"35172":{"x":3,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35173":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35174":{"stops":[{"__isSmartRef__":true,"id":35175},{"__isSmartRef__":true,"id":35177},{"__isSmartRef__":true,"id":35179},{"__isSmartRef__":true,"id":35181}],"vector":{"__isSmartRef__":true,"id":34986},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"35175":{"offset":0,"color":{"__isSmartRef__":true,"id":35176}},"35176":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35177":{"offset":0.4,"color":{"__isSmartRef__":true,"id":35178}},"35178":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35179":{"offset":0.6,"color":{"__isSmartRef__":true,"id":35180}},"35180":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35181":{"offset":1,"color":{"__isSmartRef__":true,"id":35182}},"35182":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35183":{"sourceObj":{"__isSmartRef__":true,"id":35154},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":35092},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":35184},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"35184":{"source":{"__isSmartRef__":true,"id":35154},"target":{"__isSmartRef__":true,"id":35092}},"35185":{"sourceObj":{"__isSmartRef__":true,"id":35154},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":35092},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":35186},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"35186":{"source":{"__isSmartRef__":true,"id":35154},"target":{"__isSmartRef__":true,"id":35092}},"35187":{"submorphs":[{"__isSmartRef__":true,"id":35188}],"scripts":[],"shape":{"__isSmartRef__":true,"id":35199},"id":368,"renderContextTable":{"__isSmartRef__":true,"id":35203},"eventHandler":{"__isSmartRef__":true,"id":35204},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":35205},"priorExtent":{"__isSmartRef__":true,"id":35206},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":34977},"lighterFill":{"__isSmartRef__":true,"id":35207},"label":{"__isSmartRef__":true,"id":35188},"owner":{"__isSmartRef__":true,"id":35107},"layout":{"__isSmartRef__":true,"id":35216},"attributeConnections":[{"__isSmartRef__":true,"id":35217},{"__isSmartRef__":true,"id":35219}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"35188":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":35189},"id":369,"renderContextTable":{"__isSmartRef__":true,"id":35193},"textChunks":[{"__isSmartRef__":true,"id":35194}],"eventHandler":{"__isSmartRef__":true,"id":35196},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":34969},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":35197},"priorExtent":{"__isSmartRef__":true,"id":35198},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":35187},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"35189":{"_Position":{"__isSmartRef__":true,"id":35190},"renderContextTable":{"__isSmartRef__":true,"id":35191},"_Extent":{"__isSmartRef__":true,"id":35192},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":34935},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"35190":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35191":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"35192":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35193":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"35194":{"style":{"__isSmartRef__":true,"id":35195},"chunkOwner":{"__isSmartRef__":true,"id":35188},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"35195":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"35196":{"morph":{"__isSmartRef__":true,"id":35188},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"35197":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35198":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35199":{"_Position":{"__isSmartRef__":true,"id":35200},"renderContextTable":{"__isSmartRef__":true,"id":35201},"_Extent":{"__isSmartRef__":true,"id":35202},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":34976},"_Fill":{"__isSmartRef__":true,"id":34977},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"35200":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35201":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"35202":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35203":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"35204":{"morph":{"__isSmartRef__":true,"id":35187},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"35205":{"x":461,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35206":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35207":{"stops":[{"__isSmartRef__":true,"id":35208},{"__isSmartRef__":true,"id":35210},{"__isSmartRef__":true,"id":35212},{"__isSmartRef__":true,"id":35214}],"vector":{"__isSmartRef__":true,"id":34986},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"35208":{"offset":0,"color":{"__isSmartRef__":true,"id":35209}},"35209":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35210":{"offset":0.4,"color":{"__isSmartRef__":true,"id":35211}},"35211":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35212":{"offset":0.6,"color":{"__isSmartRef__":true,"id":35213}},"35213":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35214":{"offset":1,"color":{"__isSmartRef__":true,"id":35215}},"35215":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35216":{"moveHorizontal":true},"35217":{"sourceObj":{"__isSmartRef__":true,"id":35187},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":35092},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":35218},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"35218":{"source":{"__isSmartRef__":true,"id":35187},"target":{"__isSmartRef__":true,"id":35092}},"35219":{"sourceObj":{"__isSmartRef__":true,"id":35187},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":35092},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":35220},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"35220":{"source":{"__isSmartRef__":true,"id":35187},"target":{"__isSmartRef__":true,"id":35092}},"35221":{"_Position":{"__isSmartRef__":true,"id":35222},"renderContextTable":{"__isSmartRef__":true,"id":35223},"_Extent":{"__isSmartRef__":true,"id":35224},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":35076},"_Fill":{"__isSmartRef__":true,"id":35225},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"35222":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35223":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"35224":{"x":500,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35225":{"stops":[{"__isSmartRef__":true,"id":35226},{"__isSmartRef__":true,"id":35228},{"__isSmartRef__":true,"id":35230}],"vector":{"__isSmartRef__":true,"id":34986},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"35226":{"offset":0,"color":{"__isSmartRef__":true,"id":35227}},"35227":{"r":0.8600000000000001,"g":0.8600000000000001,"b":0.8600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35228":{"offset":0.6,"color":{"__isSmartRef__":true,"id":35229}},"35229":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35230":{"offset":1,"color":{"__isSmartRef__":true,"id":35231}},"35231":{"r":0.8600000000000001,"g":0.8600000000000001,"b":0.8600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35232":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"35233":{"morph":{"__isSmartRef__":true,"id":35107},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"35234":{"resizeWidth":true,"adjustForNewBounds":true},"35235":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35236":{"x":500,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35237":{"renderContextTable":{"__isSmartRef__":true,"id":35238},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":35239},"_Position":{"__isSmartRef__":true,"id":35240},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"35238":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"35239":{"x":500,"y":222,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35240":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35241":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"35242":{"morph":{"__isSmartRef__":true,"id":35092},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"35243":{"adjustForNewBounds":true},"35244":{"x":1131,"y":79,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35245":{"x":500,"y":222,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35246":{"a":1,"b":0,"c":0,"d":1,"e":1131,"f":79,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"lively.morphic.Similitude"},"35247":{"x":500,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35248":{"a":1,"b":0,"c":0,"d":1,"e":1131,"f":79,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"lively.morphic.Similitude"},"35249":{"x":500,"y":222,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35250":{"x":1507,"y":76,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35251":{"x":1131,"y":79,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35252":{"x":1131,"y":79,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35253":{"x":377.6609726943286,"y":419.5142810783999,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35254":{"requiredModules":[],"migrationLevel":2,"partsSpaceName":"PartsBin/Tools","__SourceModuleName__":"Global.lively.PartsBin","comment":"Edit scripts and connections of a specific morph. Early version.","partName":"ObjectEditor","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"35255":{"submorphs":[],"scripts":[],"id":"034F48B5-B4B1-4DF5-9FA5-9A9CFB99F43A","shape":{"__isSmartRef__":true,"id":35256},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":35263},"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Monaco,courier","_MaxTextWidth":672.0285365288845,"_MaxTextHeight":null,"textChunks":[{"__isSmartRef__":true,"id":35264}],"layout":{"__isSmartRef__":true,"id":35266},"showsHalos":false,"prevScroll":[0,0],"name":"ObjectEditorScriptPane","charsReplaced":"// changed at Tue May 29 2012 12:58:07 GMT+0200 (CEST) by lauritz \nthis.addScript(function coveredMorph() {\n var that = this\n return this.world().morphsContainingPoint(this.world().firstHand().getPosition()).detect(\n function(ea) {\n return !ea.isPlaceholder &&\n !ea.isHalo &&\n (!ea.owner || !ea.owner.isHalo) &&\n !(ea === that);\n });\n}).tag([]);\n\n\n// changed at Tue May 29 2012 12:57:57 GMT+0200 (CEST) by lauritz \nthis.addScript(function update(morph) {\n this.setPosition(morph.getPositionInWorld())\n this.setExtent(morph.getExtent())\n this.renderContext().morphNode.style.zIndex= 1000\n}).tag([]);\n\n\n// changed at Thu May 24 2012 16:58:55 GMT+0200 (CEST) by timfelgentreff \nthis.addScript(function updateOnMove() {\n this.update(this.coveredMorph())\n}).tag([])","lastFindLoc":860,"partsBinMetaInfo":{"__isSmartRef__":true,"id":35267},"__SourceModuleName__":"Global.lively.morphic.TextCore","priorExtent":{"__isSmartRef__":true,"id":35268},"_ClipMode":"auto","_FontSize":9,"lastSyntaxHighlightTime":1,"doitContext":null,"savedTextString":"// changed at Tue May 29 2012 12:57:57 GMT+0200 (CEST) by lauritz \nthis.addScript(function coveredMorph() {\n var that = this\n return this.world().morphsContainingPoint(this.world().firstHand().getPosition()).detect(\n function(ea) {\n return !ea.isPlaceholder &&\n !ea.isHalo &&\n (!ea.owner || !ea.owner.isHalo) &&\n !(ea === that);\n });\n}).tag([]);\n\n\n// changed at Tue May 29 2012 12:57:57 GMT+0200 (CEST) by lauritz \nthis.addScript(function update(morph) {\n this.setPosition(morph.getPositionInWorld())\n this.setExtent(morph.getExtent())\n this.renderContext().morphNode.style.zIndex= 1000\n}).tag([]);\n\n\n// changed at Thu May 24 2012 16:58:55 GMT+0200 (CEST) by timfelgentreff \nthis.addScript(function updateOnMove() {\n this.update(this.coveredMorph())\n}).tag([])","_Align":"left","renderContextTable":{"__isSmartRef__":true,"id":35269},"lastSearchString":"stringsformat","eventHandler":{"__isSmartRef__":true,"id":35270},"attributeConnections":[{"__isSmartRef__":true,"id":35271},{"__isSmartRef__":true,"id":35296}],"doNotSerialize":["$$textString"],"doNotCopyProperties":["$$textString"],"distanceToDragEvent":{"__isSmartRef__":true,"id":35297},"_MinTextWidth":672.0285365288845,"_MinTextHeight":null,"previousSelection":[0,0],"lastSaveSource":"","isBeingDragged":false,"draggingEnabled":false,"objectEditorPane":{"__isSmartRef__":true,"id":34759},"isCopyMorphRef":true,"morphRefId":1,"statusMorph":{"__isSmartRef__":true,"id":35298},"derivationIds":[219,"DD5046D0-C1D6-412A-83C9-CD7EE63D40E0","4D92BDFD-A599-4154-A197-A4B1292C1619","98551F68-B128-4262-9BC2-6B8AC7C8D7C0","47731662-FF8E-4C0F-A170-FD5C56A06021","3FC7FDE6-156F-4056-BB04-B76D8B6C5472","C1E8D5BB-56F9-47B3-A520-BEEFEF791823","115FC149-EEF9-415A-A5B7-AB0B9D0170A4","0D66FA39-01E7-4F16-840C-4FA0FA14DD10","B0A74693-DE3F-4867-8DC0-61B098A8F0D1","3547765B-E224-48EC-B58F-278C1DC7422E","8561ACCF-315A-46EC-9412-BC5D4C55D437","533D6602-9E1A-414A-9646-0FEF9ECCEBF7","5141CF81-6EA1-419B-97AC-62C22FEFC658","B9E83FD9-9781-4F00-8A07-0C96E0D29D3D"],"_Position":{"__isSmartRef__":true,"id":35313},"owner":{"__isSmartRef__":true,"id":34759},"syntaxHighlightingWhileTyping":true,"parseErrors":null,"#startLetters":"enable","textString":"","_Rotation":0,"_Scale":1,"_syntaxHighlightTimeout":null,"cachedTextString":"","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":35314},"__LivelyClassName__":"lively.morphic.Text"},"35256":{"_Position":{"__isSmartRef__":true,"id":35257},"_Extent":{"__isSmartRef__":true,"id":35258},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":35259},"_Fill":{"__isSmartRef__":true,"id":35260},"__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderRadius":0,"renderContextTable":{"__isSmartRef__":true,"id":35261},"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"auto","_Padding":{"__isSmartRef__":true,"id":35262},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"35257":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35258":{"x":691.0285365288845,"y":475.61253261443596,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"35259":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35260":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"35261":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"35262":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"35263":{"x":2,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"35264":{"style":{"__isSmartRef__":true,"id":35265},"chunkOwner":{"__isSmartRef__":true,"id":35255},"storedString":"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"35265":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"35266":{"resizeWidth":true,"resizeHeight":true},"35267":{"requiredModules":[],"partsSpaceName":"PartsBin/Widgets/","migrationLevel":2,"__SourceModuleName__":"Global.lively.PartsBin","idOnLoad":"90BDDFB8-089A-4B4E-AA98-F5B5B15EDA8B","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"35268":{"x":691.0285365288845,"y":475.61253261443596,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"35269":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"35270":{"morph":{"__isSmartRef__":true,"id":35255},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"35271":{"sourceObj":{"__isSmartRef__":true,"id":35255},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":35272},"targetMethodName":"indicateUnsavedChanges","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"35272":{"submorphs":[],"scripts":[],"id":"89DA16ED-5636-4C0D-B52F-A327A5526DD6","shape":{"__isSmartRef__":true,"id":35273},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":35279},"showsHalos":false,"name":"ChangeIndicator","partsBinMetaInfo":{"__isSmartRef__":true,"id":35280},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":35281},"eventHandler":{"__isSmartRef__":true,"id":35282},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"owner":{"__isSmartRef__":true,"id":34759},"priorExtent":{"__isSmartRef__":true,"id":35283},"layout":{"__isSmartRef__":true,"id":35284},"isBeingDragged":false,"savedColor":{"__isSmartRef__":true,"id":35276},"alarmColor":{"__isSmartRef__":true,"id":35285},"grabbingEnabled":false,"draggingEnabled":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":35286},"isCopyMorphRef":true,"morphRefId":26,"derivationIds":[220,"EE491D24-F056-4AFE-A669-7B7048C6C3D1","3FA4A8C3-0FC0-43A0-8C00-00A96F9022E2","62DAD3C6-A81D-450F-B32F-601EA7E619D8","EEDB0C58-5990-481A-A7FF-ACB1A2DF08DD","16F708CB-1259-4A75-BAEF-1A5216C6CB19","97CA61D3-E09B-43CD-9880-D8B36FA303F3","0AF6BEEC-8A57-44FF-9D8D-40BA6CC6A0CD","AF2BEE76-C34F-457E-8699-9896327A4C07","5EC39FF0-602F-44A2-BE3A-04FCA127E5D1","44CEBF61-9A92-4E36-9576-425D5054B471","E9ACF86B-B775-4125-83BC-7E4500597D40","FE62294A-F891-45E4-AAE7-6F386B5A8CB5","8771140D-0D57-4CAF-A57B-857F858CCC73","BE774795-5889-4DB8-A366-1C774555761B"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":35287},"__LivelyClassName__":"lively.morphic.Box"},"35273":{"position":{"__isSmartRef__":true,"id":35274},"_Extent":{"__isSmartRef__":true,"id":35275},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":35276},"_Fill":{"__isSmartRef__":true,"id":35276},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":35277},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":35278},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"35274":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35275":{"x":8.637782619743348,"y":9.712632235981744,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35276":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35277":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"35278":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"35279":{"x":883.0245425248855,"y":39.999999999999986,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35280":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","comment":"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!","migrationLevel":2,"partName":"Rectangle","idOnLoad":"7BEEA242-5BBB-49B7-B409-567B1333B726","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"35281":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"35282":{"morph":{"__isSmartRef__":true,"id":35272},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"35283":{"x":8.637782619743348,"y":10.787481852220026,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35284":{"moveHorizontal":true,"adjustForNewBounds":true},"35285":{"r":0.9411764705882353,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35286":{"x":37.328206296760186,"y":-17.53316489131697,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35287":{"indicateUnsavedChanges":{"__isSmartRef__":true,"id":35288},"setColors":{"__isSmartRef__":true,"id":35292}},"35288":{"varMapping":{"__isSmartRef__":true,"id":35289},"source":"function indicateUnsavedChanges() {\n if (this.owner.scriptPane.hasChanged()) {\n this.setColors(this.alarmColor);\n } else {\n this.setColors(this.savedColor);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":35290},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35289":{"this":{"__isSmartRef__":true,"id":35272}},"35290":{"user":"lauritz","timestamp":{"__isSmartRef__":true,"id":35291}},"35291":{"isSerializedDate":true,"string":"Tue Sep 27 2011 20:09:19 GMT+0200 (Mitteleuropäische Sommerzeit)"},"35292":{"varMapping":{"__isSmartRef__":true,"id":35293},"source":"function setColors(color) {\n this.setFill(color);\n this.setBorderColor(color);\n}","funcProperties":{"__isSmartRef__":true,"id":35294},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35293":{"this":{"__isSmartRef__":true,"id":35272}},"35294":{"user":"lauritz","timestamp":{"__isSmartRef__":true,"id":35295}},"35295":{"isSerializedDate":true,"string":"Tue Sep 27 2011 19:06:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"35296":{"sourceObj":{"__isSmartRef__":true,"id":35255},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":35255},"targetMethodName":"highlightJavaScriptSyntax","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"35297":{"x":341.1979959929888,"y":-18.288721442524036,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35298":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":35299},"id":553,"renderContextTable":{"__isSmartRef__":true,"id":35306},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":35307}],"eventHandler":{"__isSmartRef__":true,"id":35309},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"visible","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":11,"_Position":{"__isSmartRef__":true,"id":35310},"priorExtent":{"__isSmartRef__":true,"id":35311},"_MaxTextWidth":90,"_MinTextWidth":90,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"_Align":"center","_VerticalAlign":"center","_TextColor":{"__isSmartRef__":true,"id":35312},"owner":null,"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"35299":{"_Position":{"__isSmartRef__":true,"id":35300},"renderContextTable":{"__isSmartRef__":true,"id":35301},"_Extent":{"__isSmartRef__":true,"id":35302},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":35303},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":35304},"_Fill":{"__isSmartRef__":true,"id":35305},"_StrokeOpacity":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"35300":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35301":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML"},"35302":{"x":100,"y":25,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35303":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"35304":{"r":0.8,"g":0.8,"b":0.8,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35305":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35306":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"35307":{"style":{"__isSmartRef__":true,"id":35308},"chunkOwner":{"__isSmartRef__":true,"id":35298},"storedString":"saved source","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"35308":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"35309":{"morph":{"__isSmartRef__":true,"id":35298},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"35310":{"x":295.51426826444225,"y":225.30626630721798,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35311":{"x":100,"y":25,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35312":{"r":0,"g":0.8,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35313":{"x":200,"y":40,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35314":{"doSave":{"__isSmartRef__":true,"id":35315},"boundEval":{"__isSmartRef__":true,"id":35323},"reset":{"__isSmartRef__":true,"id":35331},"display":{"__isSmartRef__":true,"id":35335},"hasChanged":{"__isSmartRef__":true,"id":35339},"setTarget":{"__isSmartRef__":true,"id":35343},"displayStatus":{"__isSmartRef__":true,"id":35347}},"35315":{"varMapping":{"__isSmartRef__":true,"id":35316},"source":"function doSave() {\n $super();\n var saved = this.boundEval(this.getTextString());\n if (saved) {\n this.lastSaveSource = this.textString;\n this.owner.changeIndicator.indicateUnsavedChanges();\n this.owner.updateLists();\n this.owner.selectChangedContent(this.getTextString());\n this.displayStatus(\"saved source\", Color.green);\n } else {\n this.displayStatus(\"not saved\", Color.red);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":35321},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35316":{"this":{"__isSmartRef__":true,"id":35255},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":35317}},"35317":{"$super":{"__isSmartRef__":true,"id":35318}},"35318":{"varMapping":{"__isSmartRef__":true,"id":35319},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":35320},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35319":{"obj":{"__isSmartRef__":true,"id":35255},"name":"doSave"},"35320":{},"35321":{"timestamp":{"__isSmartRef__":true,"id":35322},"user":"lauritz"},"35322":{"isSerializedDate":true,"string":"Thu Nov 17 2011 23:15:19 GMT+0100 (Mitteleuropäische Zeit)"},"35323":{"varMapping":{"__isSmartRef__":true,"id":35324},"source":"function boundEval(str) {\n var result;\n\n this.objectEditorPane.ensureAnnotationLayer();\n withLayers([ScriptAnnotationLayer], function() {\n result = $super(str);\n })\n \n return result\n}","funcProperties":{"__isSmartRef__":true,"id":35329},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35324":{"this":{"__isSmartRef__":true,"id":35255},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":35325}},"35325":{"$super":{"__isSmartRef__":true,"id":35326}},"35326":{"varMapping":{"__isSmartRef__":true,"id":35327},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":35328},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35327":{"obj":{"__isSmartRef__":true,"id":35255},"name":"boundEval"},"35328":{},"35329":{"timestamp":{"__isSmartRef__":true,"id":35330},"user":"lauritz","categories":[]},"35330":{"isSerializedDate":true,"string":"Wed Nov 16 2011 05:41:53 GMT+0100 (Mitteleuropäische Zeit)"},"35331":{"varMapping":{"__isSmartRef__":true,"id":35332},"source":"function reset() {\n this.doitContext = null;\n this.lastSaveSource = \"\";\n this.textString = \"\";\n this.lastSaveSource = this.textString;\n this.enableSyntaxHighlighting();\n}","funcProperties":{"__isSmartRef__":true,"id":35333},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35332":{"this":{"__isSmartRef__":true,"id":35255}},"35333":{"timestamp":{"__isSmartRef__":true,"id":35334},"user":"cschuster","tags":[]},"35334":{"isSerializedDate":true,"string":"Wed May 16 2012 20:52:57 GMT+0200 (Mitteleuropäische Sommerzeit)"},"35335":{"varMapping":{"__isSmartRef__":true,"id":35336},"source":"function display(jsCode) {\n this.lastSaveSource = jsCode;\n this.setTextString(jsCode);\n this.highlightJavaScriptSyntax();\n this.applyStyle({align: 'left'});\n}","funcProperties":{"__isSmartRef__":true,"id":35337},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35336":{"this":{"__isSmartRef__":true,"id":35255}},"35337":{"timestamp":{"__isSmartRef__":true,"id":35338},"user":"lauritz","categories":[]},"35338":{"isSerializedDate":true,"string":"Tue Sep 27 2011 19:47:57 GMT+0200 (Mitteleuropäische Sommerzeit)"},"35339":{"varMapping":{"__isSmartRef__":true,"id":35340},"source":"function hasChanged() {\n var cleanText = function (string) {\n var source = string.trim();\n if (source.substring(0,2) === \"//\") {\n // removes annotation line\n source = source.substring(source.indexOf(\"\\n\"), source.length);\n source = source.trim();\n }\n if (source === 'undefined' || source === 'null') source = '';\n return source;\n }\n var cleanedTextString = cleanText(this.textString);\n var cleanedLastSource = cleanText(this.lastSaveSource);\n return cleanedTextString !== cleanedLastSource;\n}","funcProperties":{"__isSmartRef__":true,"id":35341},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35340":{"this":{"__isSmartRef__":true,"id":35255}},"35341":{"timestamp":{"__isSmartRef__":true,"id":35342},"user":"lauritz","categories":[]},"35342":{"isSerializedDate":true,"string":"Mon Oct 03 2011 18:29:45 GMT+0200 (Mitteleuropäische Sommerzeit)"},"35343":{"varMapping":{"__isSmartRef__":true,"id":35344},"source":"function setTarget(target) {\n module('lively.ide.SyntaxHighlighting').load(true);\n this.doitContext = target;\n}","funcProperties":{"__isSmartRef__":true,"id":35345},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35344":{"this":{"__isSmartRef__":true,"id":35255}},"35345":{"timestamp":{"__isSmartRef__":true,"id":35346},"user":"lauritz","categories":[]},"35346":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:30:39 GMT+0100 (Mitteleuropäische Zeit)"},"35347":{"varMapping":{"__isSmartRef__":true,"id":35348},"source":"function displayStatus(msg, color, delay) {\n if (!this.statusMorph) {\n this.statusMorph = new TextMorph(pt(100,25).extentAsRectangle());\n this.statusMorph.applyStyle({borderWidth: 1, strokeOpacity: 0, borderColor: Color.gray});\n this.statusMorph.setFill(this.owner.getFill());\n this.statusMorph.setFontSize(11);\n this.statusMorph.setAlign('center');\n this.statusMorph.setVerticalAlign('center');\n }\n this.statusMorph.setTextString(msg);\n this.statusMorph.centerAt(this.innerBounds().center());\n this.statusMorph.setTextColor(color || Color.black);\n this.addMorph(this.statusMorph);\n (function() { this.statusMorph.remove() }).bind(this).delay(delay || 2); \n}","funcProperties":{"__isSmartRef__":true,"id":35349},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35348":{"this":{"__isSmartRef__":true,"id":35255}},"35349":{"timestamp":{"__isSmartRef__":true,"id":35350},"user":"lauritz","categories":[]},"35350":{"isSerializedDate":true,"string":"Wed Nov 23 2011 18:23:05 GMT+0100 (Mitteleuropäische Zeit)"},"35351":{"submorphs":[{"__isSmartRef__":true,"id":35352}],"scripts":[],"id":847,"shape":{"__isSmartRef__":true,"id":35366},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":35381},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":35369},"lighterFill":{"__isSmartRef__":true,"id":35382},"label":{"__isSmartRef__":true,"id":35352},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","_Rotation":0,"padding":{"__isSmartRef__":true,"id":35391},"name":"ObjectEditorClassButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":35392},"_Scale":1,"owner":null,"layout":{"__isSmartRef__":true,"id":35393},"renderContextTable":{"__isSmartRef__":true,"id":35394},"eventHandler":{"__isSmartRef__":true,"id":35395},"__LivelyClassName__":"lively.morphic.Button"},"35352":{"submorphs":[],"scripts":[],"id":848,"shape":{"__isSmartRef__":true,"id":35353},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":116,"_MaxTextHeight":18,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":35358},"textColor":{"__isSmartRef__":true,"id":35356},"owner":{"__isSmartRef__":true,"id":35351},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":35359}],"padding":{"__isSmartRef__":true,"id":35361},"_Padding":{"__isSmartRef__":true,"id":35362},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":35363},"_FontFamily":"Helvetica, Sans-Serif","_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_Align":"center","_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":35364},"eventHandler":{"__isSmartRef__":true,"id":35365},"_HandStyle":"default","_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text"},"35353":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":35354},"_Extent":{"__isSmartRef__":true,"id":35355},"_BorderColor":{"__isSmartRef__":true,"id":35356},"renderContextTable":{"__isSmartRef__":true,"id":35357},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"35354":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35355":{"x":116,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35356":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35357":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"35358":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35359":{"style":{"__isSmartRef__":true,"id":35360},"chunkOwner":{"__isSmartRef__":true,"id":35352},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"35360":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"35361":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"35362":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"35363":{"x":116,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35364":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"35365":{"morph":{"__isSmartRef__":true,"id":35352},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"35366":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":35367},"_Extent":{"__isSmartRef__":true,"id":35368},"_Fill":{"__isSmartRef__":true,"id":35369},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":35379},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":35380},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"35367":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35368":{"x":116,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35369":{"stops":[{"__isSmartRef__":true,"id":35370},{"__isSmartRef__":true,"id":35372},{"__isSmartRef__":true,"id":35374},{"__isSmartRef__":true,"id":35376}],"vector":{"__isSmartRef__":true,"id":35378},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"35370":{"offset":0,"color":{"__isSmartRef__":true,"id":35371}},"35371":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35372":{"offset":0.4,"color":{"__isSmartRef__":true,"id":35373}},"35373":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35374":{"offset":0.6,"color":{"__isSmartRef__":true,"id":35375}},"35375":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35376":{"offset":1,"color":{"__isSmartRef__":true,"id":35377}},"35377":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35378":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"35379":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35380":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"35381":{"x":820,"y":8.999999999999972,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35382":{"stops":[{"__isSmartRef__":true,"id":35383},{"__isSmartRef__":true,"id":35385},{"__isSmartRef__":true,"id":35387},{"__isSmartRef__":true,"id":35389}],"vector":{"__isSmartRef__":true,"id":35378},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"35383":{"offset":0,"color":{"__isSmartRef__":true,"id":35384}},"35384":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35385":{"offset":0.4,"color":{"__isSmartRef__":true,"id":35386}},"35386":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35387":{"offset":0.6,"color":{"__isSmartRef__":true,"id":35388}},"35388":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35389":{"offset":1,"color":{"__isSmartRef__":true,"id":35390}},"35390":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35391":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"35392":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"35393":{"moveHorizontal":true},"35394":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"35395":{"morph":{"__isSmartRef__":true,"id":35351},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"35396":{"submorphs":[],"scripts":[],"id":"C74AE022-1184-4FDF-A53D-A17627FF61EA","shape":{"__isSmartRef__":true,"id":35397},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":35404},"itemList":[],"selectedLineNo":1,"showsHalos":false,"name":"ObjectEditorConnectionList","partsBinMetaInfo":{"__isSmartRef__":true,"id":35405},"__SourceModuleName__":"Global.lively.morphic.Core","_ClipMode":"auto","owner":{"__isSmartRef__":true,"id":34759},"priorExtent":{"__isSmartRef__":true,"id":35406},"attributeConnections":[{"__isSmartRef__":true,"id":35407}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"prevScroll":[0,0],"layout":{"__isSmartRef__":true,"id":35412},"renderContextTable":{"__isSmartRef__":true,"id":35413},"eventHandler":{"__isSmartRef__":true,"id":35414},"_FontSize":10,"distanceToDragEvent":{"__isSmartRef__":true,"id":35415},"grabbingEnabled":false,"draggingEnabled":false,"isCopyMorphRef":true,"morphRefId":19,"derivationIds":[209,"3900F5DF-0FF7-4C94-8BDB-44AAE12B4A3E","35301083-B60D-4A43-8566-23860EEB4C04","9CC401CC-5A35-4643-935B-FD049C284E16","C9879D40-5E79-4C56-AA79-562ED82BF052","9F6F9261-EB76-4B58-B77D-7D70813A1ED7","8B59E237-F372-4F70-9768-7E9C1A7A021D","FC85F1B9-1978-42D2-850C-BD249981E8B4","D2B607C6-A89B-4B3F-91BB-720451EAB98D","CC361093-FF73-479B-9431-C645CB48F518","307D3B7C-C0E1-484F-8D7E-39FBA9D8EDA5","038AF132-861E-4A77-8756-E6B476413639","65B6CA87-98DE-4473-B4DD-F8763BC3B06A","0AA0E45B-6DCC-4AE0-938C-E53794A511DF","806ACC1C-1353-436B-B1FE-568846777C17"],"selection":null,"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":35416},"__LivelyClassName__":"lively.morphic.List"},"35397":{"position":{"__isSmartRef__":true,"id":35398},"_Extent":{"__isSmartRef__":true,"id":35399},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":35400},"_Fill":{"__isSmartRef__":true,"id":35401},"__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderRadius":0,"renderContextTable":{"__isSmartRef__":true,"id":35402},"_Opacity":1,"_BorderStyle":"solid","_Padding":{"__isSmartRef__":true,"id":35403},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"35398":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35399":{"x":180,"y":74,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35400":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35401":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"35402":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"35403":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"35404":{"x":10,"y":441.5965565984398,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35405":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":2,"__SourceModuleName__":"Global.lively.PartsBin","idOnLoad":"C3F95F6D-D6A4-461C-82E3-8A4D788C7E4D","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"35406":{"x":180,"y":75,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35407":{"sourceObj":{"__isSmartRef__":true,"id":35396},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":34759},"targetMethodName":"displaySourceForConnection","converterString":"function (value) {\n if (!value) return;\n return (value === '-- ALL --') ? null : value[1];\n}","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":35408},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":35409},"__LivelyClassName__":"AttributeConnection"},"35408":{"source":{"__isSmartRef__":true,"id":35396},"target":{"__isSmartRef__":true,"id":34759}},"35409":{"converter":{"__isSmartRef__":true,"id":35410}},"35410":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":35408},"source":"function (value) {\n if (!value) return;\n return (value === '-- ALL --') ? null : value[1];\n}","funcProperties":{"__isSmartRef__":true,"id":35411},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35411":{},"35412":{"resizeHeight":false,"moveVertical":true},"35413":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateListContent":"updateListContentHTML","resizeList":"resizeListHTML","getItemIndexFromEvent":"getItemIndexFromEventHTML","getListExtent":"getListExtentHTML","setSize":"setSizeHTML","renderAsDropDownList":"renderAsDropDownListHTML","setFontSize":"setFontSizeHTML","setFontFamily":"setFontFamilyHTML","getSelectedIndexes":"getSelectedIndexesHTML","enableMultipleSelections":"enableMultipleSelectionsHTML","selectAllAt":"selectAllAtHTML","clearSelections":"clearSelectionsHTML","deselectAt":"deselectAtHTML"},"35414":{"morph":{"__isSmartRef__":true,"id":35396},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"35415":{"x":124.95989979964943,"y":-17.076643708895745,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35416":{"preselectItem":{"__isSmartRef__":true,"id":35417}},"35417":{"varMapping":{"__isSmartRef__":true,"id":35418},"source":"function preselectItem() {\n if (this.getList().size() === 2) {\n this.selectAt(1);\n } else {\n this.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":35419},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35418":{"this":{"__isSmartRef__":true,"id":35396}},"35419":{"timestamp":{"__isSmartRef__":true,"id":35420},"user":"lauritz"},"35420":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:12:58 GMT+0100 (Mitteleuropäische Zeit)"},"35421":{"submorphs":[{"__isSmartRef__":true,"id":35422}],"scripts":[],"id":47,"shape":{"__isSmartRef__":true,"id":35435},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":35450},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":35438},"lighterFill":{"__isSmartRef__":true,"id":35451},"label":{"__isSmartRef__":true,"id":35422},"attributeConnections":[{"__isSmartRef__":true,"id":35460}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","_Rotation":0,"padding":{"__isSmartRef__":true,"id":35461},"name":"ObjectEditorTargetButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":35462},"_Scale":1,"owner":null,"renderContextTable":{"__isSmartRef__":true,"id":35463},"isCopyMorphRef":true,"morphRefId":1,"__LivelyClassName__":"lively.morphic.Button"},"35422":{"submorphs":[],"scripts":[],"id":48,"shape":{"__isSmartRef__":true,"id":35423},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":116,"_MaxTextHeight":20,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":35428},"textColor":{"__isSmartRef__":true,"id":35426},"owner":{"__isSmartRef__":true,"id":35421},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":35429}],"padding":{"__isSmartRef__":true,"id":35431},"_Padding":{"__isSmartRef__":true,"id":35432},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":35433},"_FontFamily":"Helvetica, Sans-Serif","_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_Align":"center","_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":35434},"__LivelyClassName__":"lively.morphic.Text"},"35423":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":35424},"_Extent":{"__isSmartRef__":true,"id":35425},"_BorderColor":{"__isSmartRef__":true,"id":35426},"renderContextTable":{"__isSmartRef__":true,"id":35427},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"35424":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35425":{"x":116,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35426":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35427":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setOpacity":"setOpacityHTML"},"35428":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35429":{"style":{"__isSmartRef__":true,"id":35430},"chunkOwner":{"__isSmartRef__":true,"id":35422},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"35430":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"35431":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"35432":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"35433":{"x":116,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35434":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"35435":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":35436},"_Extent":{"__isSmartRef__":true,"id":35437},"_Fill":{"__isSmartRef__":true,"id":35438},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":35448},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":35449},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"35436":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35437":{"x":116,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35438":{"stops":[{"__isSmartRef__":true,"id":35439},{"__isSmartRef__":true,"id":35441},{"__isSmartRef__":true,"id":35443},{"__isSmartRef__":true,"id":35445}],"vector":{"__isSmartRef__":true,"id":35447},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"35439":{"offset":0,"color":{"__isSmartRef__":true,"id":35440}},"35440":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35441":{"offset":0.4,"color":{"__isSmartRef__":true,"id":35442}},"35442":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35443":{"offset":0.6,"color":{"__isSmartRef__":true,"id":35444}},"35444":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35445":{"offset":1,"color":{"__isSmartRef__":true,"id":35446}},"35446":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35447":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"35448":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35449":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setOpacity":"setOpacityHTML"},"35450":{"x":215,"y":35,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35451":{"stops":[{"__isSmartRef__":true,"id":35452},{"__isSmartRef__":true,"id":35454},{"__isSmartRef__":true,"id":35456},{"__isSmartRef__":true,"id":35458}],"vector":{"__isSmartRef__":true,"id":35447},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"35452":{"offset":0,"color":{"__isSmartRef__":true,"id":35453}},"35453":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35454":{"offset":0.4,"color":{"__isSmartRef__":true,"id":35455}},"35455":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35456":{"offset":0.6,"color":{"__isSmartRef__":true,"id":35457}},"35457":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35458":{"offset":1,"color":{"__isSmartRef__":true,"id":35459}},"35459":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35460":{"sourceObj":{"__isSmartRef__":true,"id":35421},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":34777},"targetMethodName":"chooseTargetMorphMenu","__SourceModuleName__":"Global.lively.bindings","converter":null,"converterString":null,"updater":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection"},"35461":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"35462":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"35463":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML"},"35464":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"35465":{"x":715.5,"y":73.89999999999998,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35466":{"submorphs":[],"scripts":[],"id":435,"shape":{"__isSmartRef__":true,"id":35467},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":35474},"_MaxTextWidth":218,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":35475},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"ObjectEditorMorphSelector","partsBinMetaInfo":{"__isSmartRef__":true,"id":35476},"textChunks":[{"__isSmartRef__":true,"id":35477}],"charsReplaced":"","lastFindLoc":5,"priorSelectionRange":[15,15],"prevScroll":[0,0],"_ClipMode":"visible","list":[],"attributeConnections":[{"__isSmartRef__":true,"id":35479}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"listMorph":null,"_WhiteSpaceHandling":"pre-wrap","owner":null,"priorExtent":{"__isSmartRef__":true,"id":35481},"_Align":"left","renderContextTable":{"__isSmartRef__":true,"id":35482},"eventHandler":{"__isSmartRef__":true,"id":35483},"_MinTextWidth":218,"_MinTextHeight":null,"scriptAnnotations":{"__isSmartRef__":true,"id":35484},"selection":{"__isSmartRef__":true,"id":34758},"previousSelection":[0,13],"isCopyMorphRef":true,"morphRefId":1,"isBeingDragged":false,"draggingEnabled":false,"layout":{"__isSmartRef__":true,"id":35503},"_Rotation":0,"_Scale":1,"distanceToDragEvent":{"__isSmartRef__":true,"id":35504},"savedTextString":"100","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":35505},"__LivelyClassName__":"lively.morphic.Text"},"35467":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":35468},"_Extent":{"__isSmartRef__":true,"id":35469},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":35470},"renderContextTable":{"__isSmartRef__":true,"id":35471},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":35472},"_BorderRadius":3.7000000000000006,"_Opacity":1,"_BorderStyle":"solid","_Fill":{"__isSmartRef__":true,"id":35473},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"35468":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35469":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35470":{"r":0.753,"g":0.753,"b":0.753,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35471":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"35472":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"35473":{"r":0.9548430751559654,"g":0.9548430751559654,"b":0.9548430751559654,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35474":{"x":200,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35475":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35476":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"35477":{"style":{"__isSmartRef__":true,"id":35478},"chunkOwner":{"__isSmartRef__":true,"id":35466},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"35478":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"35479":{"sourceObj":{"__isSmartRef__":true,"id":35466},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":34759},"targetMethodName":"setTarget","converter":null,"converterString":"function (name) { return $world.get(name)}","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":35480},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"35480":{"source":{"__isSmartRef__":true,"id":35466},"target":{"__isSmartRef__":true,"id":34759}},"35481":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35482":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"35483":{"morph":{"__isSmartRef__":true,"id":35466},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"35484":{"createListMorph":{"__isSmartRef__":true,"id":35485},"displayTopLevelMorphs":{"__isSmartRef__":true,"id":35487},"onMouseUp":{"__isSmartRef__":true,"id":35489},"resetConnections":{"__isSmartRef__":true,"id":35491},"setTargetToListSelection":{"__isSmartRef__":true,"id":35493},"setTargetOfPane":{"__isSmartRef__":true,"id":35495},"onBlur":{"__isSmartRef__":true,"id":35497},"reset":{"__isSmartRef__":true,"id":35499},"onMouseDown":{"__isSmartRef__":true,"id":35501}},"35485":{"time":{"__isSmartRef__":true,"id":35486},"user":"lauritz"},"35486":{"isSerializedDate":true,"string":"Fri Oct 28 2011 05:27:29 GMT+0200 (Mitteleuropäische Sommerzeit)"},"35487":{"time":{"__isSmartRef__":true,"id":35488},"user":"lauritz"},"35488":{"isSerializedDate":true,"string":"Fri Oct 14 2011 23:48:37 GMT+0200 (Mitteleuropäische Sommerzeit)"},"35489":{"time":{"__isSmartRef__":true,"id":35490},"user":"lauritz"},"35490":{"isSerializedDate":true,"string":"Mon Oct 03 2011 18:51:14 GMT+0200 (Mitteleuropäische Sommerzeit)"},"35491":{"time":{"__isSmartRef__":true,"id":35492},"user":"lauritz"},"35492":{"isSerializedDate":true,"string":"Wed Sep 28 2011 01:03:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"35493":{"time":{"__isSmartRef__":true,"id":35494},"user":"lauritz"},"35494":{"isSerializedDate":true,"string":"Sat Oct 15 2011 00:00:58 GMT+0200 (Mitteleuropäische Sommerzeit)"},"35495":{"time":{"__isSmartRef__":true,"id":35496},"user":"lauritz"},"35496":{"isSerializedDate":true,"string":"Mon Oct 03 2011 18:34:37 GMT+0200 (Mitteleuropäische Sommerzeit)"},"35497":{"time":{"__isSmartRef__":true,"id":35498},"user":"lauritz"},"35498":{"isSerializedDate":true,"string":"Fri Oct 07 2011 19:24:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"35499":{"time":{"__isSmartRef__":true,"id":35500},"user":"lauritz"},"35500":{"isSerializedDate":true,"string":"Fri Oct 07 2011 19:26:15 GMT+0200 (Mitteleuropäische Sommerzeit)"},"35501":{"time":{"__isSmartRef__":true,"id":35502},"user":"lauritz"},"35502":{"isSerializedDate":true,"string":"Mon Oct 17 2011 19:49:00 GMT+0200 (Mitteleuropäische Sommerzeit)"},"35503":{},"35504":{"x":153.8540395186758,"y":-23.74126935194758,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35505":{"getList":{"__isSmartRef__":true,"id":35506},"setList":{"__isSmartRef__":true,"id":35509},"reset":{"__isSmartRef__":true,"id":35512},"example":{"__isSmartRef__":true,"id":35515},"removeList":{"__isSmartRef__":true,"id":35518},"onBlur":{"__isSmartRef__":true,"id":35521},"createListMorph":{"__isSmartRef__":true,"id":35528},"resetConnections":{"__isSmartRef__":true,"id":35531},"displayTopLevelMorphs":{"__isSmartRef__":true,"id":35534},"setTargetToListSelection":{"__isSmartRef__":true,"id":35537},"setTargetOfPane":{"__isSmartRef__":true,"id":35540},"onMouseDown":{"__isSmartRef__":true,"id":35543}},"35506":{"varMapping":{"__isSmartRef__":true,"id":35507},"source":"function getList() {\n return this.world().indentedListItemsOfMorphNames();\n}","funcProperties":{"__isSmartRef__":true,"id":35508},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35507":{"this":{"__isSmartRef__":true,"id":35466}},"35508":{},"35509":{"varMapping":{"__isSmartRef__":true,"id":35510},"source":"function setList(list) {\n return this.list = list;\n}","funcProperties":{"__isSmartRef__":true,"id":35511},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35510":{"this":{"__isSmartRef__":true,"id":35466}},"35511":{},"35512":{"varMapping":{"__isSmartRef__":true,"id":35513},"source":"function reset() {\n this.list = [];\n this.textString = 'empty';\n this.removeList();\n this.resetConnections();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\n}","funcProperties":{"__isSmartRef__":true,"id":35514},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35513":{"this":{"__isSmartRef__":true,"id":35466}},"35514":{},"35515":{"varMapping":{"__isSmartRef__":true,"id":35516},"source":"function example() {\n/*\nthis.example()\nthis.getList()\n*/\n this.setList(Array.range(0,100));\n this.textString = 'empty';\n}","funcProperties":{"__isSmartRef__":true,"id":35517},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35516":{"this":{"__isSmartRef__":true,"id":35466}},"35517":{},"35518":{"varMapping":{"__isSmartRef__":true,"id":35519},"source":"function removeList() {\n this.listMorph && this.listMorph.remove()\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":35520},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35519":{"this":{"__isSmartRef__":true,"id":35466}},"35520":{},"35521":{"varMapping":{"__isSmartRef__":true,"id":35522},"source":"function onBlur() {\n $super();\n this.removeList();\n}","funcProperties":{"__isSmartRef__":true,"id":35527},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35522":{"this":{"__isSmartRef__":true,"id":35466},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":35523}},"35523":{"$super":{"__isSmartRef__":true,"id":35524}},"35524":{"varMapping":{"__isSmartRef__":true,"id":35525},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":35526},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35525":{"obj":{"__isSmartRef__":true,"id":35466},"name":"onBlur"},"35526":{},"35527":{},"35528":{"varMapping":{"__isSmartRef__":true,"id":35529},"source":"function createListMorph() {\n var list = new lively.morphic.List(new Rectangle(0,0, this.getExtent().x, 520));\n list.setList(this.getList());\n list.setFontSize(12);\n\n list.disableGrabbing();\n list.disableDragging();\n \n this.addMorph(list);\n list.setPosition(pt(0,0));\n\n connect(list, 'selection', this, 'setTargetToListSelection');\n \n return list;\n}","funcProperties":{"__isSmartRef__":true,"id":35530},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35529":{"this":{"__isSmartRef__":true,"id":35466}},"35530":{},"35531":{"varMapping":{"__isSmartRef__":true,"id":35532},"source":"function resetConnections() {\n disconnectAll(this);\n connect(this, 'savedTextString', this.owner, 'setTarget', {converter: \n\tfunction (name) { return $world.get(name)}});\n}","funcProperties":{"__isSmartRef__":true,"id":35533},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35532":{"this":{"__isSmartRef__":true,"id":35466}},"35533":{},"35534":{"varMapping":{"__isSmartRef__":true,"id":35535},"source":"function displayTopLevelMorphs() {\n if (this.listMorph) { this.removeList(); return true }\n var list = this.createListMorph(); \n this.addMorph(list);\n this.listMorph = list;\n}","funcProperties":{"__isSmartRef__":true,"id":35536},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35535":{"this":{"__isSmartRef__":true,"id":35466}},"35536":{},"35537":{"varMapping":{"__isSmartRef__":true,"id":35538},"source":"function setTargetToListSelection(selection) { \n this.removeList();\n if (!selection) return;\n if (this.owner.scriptPane.hasChanged()) {\n var that = this;\n var callback = function (confirmed) {\n if (confirmed) that.setTargetOfPane(selection);\n }\n this.owner.confirmUnsavedChanges(callback);\n } else {\n this.setTargetOfPane(selection);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":35539},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35538":{"this":{"__isSmartRef__":true,"id":35466}},"35539":{},"35540":{"varMapping":{"__isSmartRef__":true,"id":35541},"source":"function setTargetOfPane(selection) {\n this.owner.setTarget(selection);\n this.setTextString(selection.getName());\n this.removeList();\n}","funcProperties":{"__isSmartRef__":true,"id":35542},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35541":{"this":{"__isSmartRef__":true,"id":35466}},"35542":{},"35543":{"varMapping":{"__isSmartRef__":true,"id":35544},"source":"function onMouseDown(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n return false;\n } else {\n this.displayTopLevelMorphs();\n return true;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":35549},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35544":{"this":{"__isSmartRef__":true,"id":35466},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":35545}},"35545":{"$super":{"__isSmartRef__":true,"id":35546}},"35546":{"varMapping":{"__isSmartRef__":true,"id":35547},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":35548},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35547":{"obj":{"__isSmartRef__":true,"id":35466},"name":"onMouseDown"},"35548":{},"35549":{},"35550":{"morph":{"__isSmartRef__":true,"id":34777},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"35551":{"sortedScriptNamesOfObj":{"__isSmartRef__":true,"id":35552},"setTarget":{"__isSmartRef__":true,"id":35555},"generateSourceForScript":{"__isSmartRef__":true,"id":35558},"generateSourceForConnection":{"__isSmartRef__":true,"id":35561},"generateTargetCode":{"__isSmartRef__":true,"id":35564},"sortedConnectionNamesOfObj":{"__isSmartRef__":true,"id":35567},"displayJavaScriptSource":{"__isSmartRef__":true,"id":35570},"displaySourceForScript":{"__isSmartRef__":true,"id":35573},"displaySourceForConnection":{"__isSmartRef__":true,"id":35576},"newScript":{"__isSmartRef__":true,"id":35579},"newConnection":{"__isSmartRef__":true,"id":35582},"deleteSelectedScript":{"__isSmartRef__":true,"id":35585},"disconnectConnection":{"__isSmartRef__":true,"id":35588},"updateLists":{"__isSmartRef__":true,"id":35591},"displayInitialScript":{"__isSmartRef__":true,"id":35594},"reset":{"__isSmartRef__":true,"id":35597},"selectChangedContent":{"__isSmartRef__":true,"id":35600}},"35552":{"varMapping":{"__isSmartRef__":true,"id":35553},"source":"function sortedScriptNamesOfObj(obj) {\n if (!Functions.own(obj) || Functions.own(obj).size() == 0) return [];\n return Functions.own(obj)\n\t.select(function(name) { return obj[name].hasLivelyClosure })\n\t.sortBy(function(name) { return name.toLowerCase() });\n}","funcProperties":{"__isSmartRef__":true,"id":35554},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35553":{"this":{"__isSmartRef__":true,"id":34777}},"35554":{},"35555":{"varMapping":{"__isSmartRef__":true,"id":35556},"source":"function setTarget(morph) {\n this.reset();\n module('lively.ide.SyntaxHighlighting').load(true);\n this.target = morph;\n this.morphSelector.textString = (this.target.getName() || this.target.toString());\n this.scriptPane.doitContext = this.target;\n this.updateLists();\n this.displayInitialScript();\n}","funcProperties":{"__isSmartRef__":true,"id":35557},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35556":{"this":{"__isSmartRef__":true,"id":34777}},"35557":{},"35558":{"varMapping":{"__isSmartRef__":true,"id":35559},"source":"function generateSourceForScript(scriptName) {\n var script = this.target[scriptName].getOriginal();\n return Strings.format('this.addScript(%s);' ,script)\n}","funcProperties":{"__isSmartRef__":true,"id":35560},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35559":{"this":{"__isSmartRef__":true,"id":34777}},"35560":{},"35561":{"varMapping":{"__isSmartRef__":true,"id":35562},"source":"function generateSourceForConnection(connection) {\n var c = connection, targetObject = this.target;\n\tif (!c.getTargetObj() || !c.getTargetObj().name || \n\t\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\n\n\tvar optConfig = []\n\tif (c.converterString)\n\t\toptConfig.push(\"converter: \\n\\t\" + c.converterString)\n\tif (c.updaterString)\n\t\toptConfig.push(\"updater: \\n\\t\" + c.updaterString)\n\treturn Strings.format('connect(%s, \"%s\", %s, \"%s\", {%s});', \n\t\t\tthis.generateTargetCode(targetObject, c.getSourceObj()),\n\t\t\tc.getSourceAttrName(),\n\t\t\tthis.generateTargetCode(targetObject, c.getTargetObj()),\n\t\t\tc.getTargetMethodName(),\n\t\t\toptConfig.join(','));\n\n}","funcProperties":{"__isSmartRef__":true,"id":35563},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35562":{"this":{"__isSmartRef__":true,"id":34777}},"35563":{},"35564":{"varMapping":{"__isSmartRef__":true,"id":35565},"source":"function generateTargetCode(baseObject, targetObject) {\n\tvar name = targetObject.name;\n\tif (baseObject === targetObject) \n\t\treturn \"this\";\n\telse if (baseObject[name] === targetObject) \n\t\treturn \"this.\" + name;\n\telse if (baseObject.testObject === targetObject) \n\t\treturn \"this.testObject\";\n\telse if (baseObject.get(name) === targetObject) \n\t\treturn 'this.get(\"' + name + '\")';\n\telse if (targetObject instanceof Morph) \n\t\treturn '$morph(\"' + name + '\")';\n\telse \n\t\treturn \"????\";\n}","funcProperties":{"__isSmartRef__":true,"id":35566},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35565":{"this":{"__isSmartRef__":true,"id":34777}},"35566":{},"35567":{"varMapping":{"__isSmartRef__":true,"id":35568},"source":"function sortedConnectionNamesOfObj(obj) {\n if (\"attributeConnections\" in obj) {\n return obj.attributeConnections\n .sortBy(function(each) {return name.toLowerCase() })\n .collect(function(each) {return [each.getSourceAttrName(), each]});\n } else {\n return [];\n }\n}","funcProperties":{"__isSmartRef__":true,"id":35569},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35568":{"this":{"__isSmartRef__":true,"id":34777}},"35569":{},"35570":{"varMapping":{"__isSmartRef__":true,"id":35571},"source":"function displayJavaScriptSource(jsCode) {\n this.scriptPane.setTextString(jsCode);\n this.scriptPane.highlightJavaScriptSyntax();\n}","funcProperties":{"__isSmartRef__":true,"id":35572},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35571":{"this":{"__isSmartRef__":true,"id":34777}},"35572":{},"35573":{"varMapping":{"__isSmartRef__":true,"id":35574},"source":"function displaySourceForScript(scriptName) {\n if (!scriptName) return;\n var code = \"\", that = this;\n if (scriptName === \"-- ALL --\") {\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForScript(each)).concat(\"\\n\\n\");\n });\n } else {\n code = this.generateSourceForScript(scriptName); \n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":35575},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35574":{"this":{"__isSmartRef__":true,"id":34777}},"35575":{},"35576":{"varMapping":{"__isSmartRef__":true,"id":35577},"source":"function displaySourceForConnection(connection) {\n if (!connection) return;\n var code = \"\", that = this;\n if ((typeof connection === \"string\") && connection === \"-- ALL --\") {\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\"\\n\\n\");\n })\n } else {\n code = this.generateSourceForConnection(connection);\n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":35578},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35577":{"this":{"__isSmartRef__":true,"id":34777}},"35578":{},"35579":{"varMapping":{"__isSmartRef__":true,"id":35580},"source":"function newScript() {\n if (this.target) {\n var code = \"this.addScript(function SCRIPTNAME() {\\n\\t\\n});\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":35581},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35580":{"this":{"__isSmartRef__":true,"id":34777}},"35581":{},"35582":{"varMapping":{"__isSmartRef__":true,"id":35583},"source":"function newConnection() {\n if (this.target) {\n var code = \"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":35584},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35583":{"this":{"__isSmartRef__":true,"id":34777}},"35584":{},"35585":{"varMapping":{"__isSmartRef__":true,"id":35586},"source":"function deleteSelectedScript() {\n if (this.scriptList.selection && this.target) {\n if (!this.target.hasOwnProperty(this.scriptList.selection)) return;\n delete this.target[this.scriptList.selection];\n this.updateLists();\n this.displayInitialScript();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":35587},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35586":{"this":{"__isSmartRef__":true,"id":34777}},"35587":{},"35588":{"varMapping":{"__isSmartRef__":true,"id":35589},"source":"function disconnectConnection() {\n var selection = this.connectionList.selection;\n if (selection && \n (typeof selection !== \"string\") &&\n this.target.attributeConnections.indexOf(selection[1]) > -1) {\n var c = this.connectionList.selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n this.updateLists();\n this.displayInitialScript();\n } \n}","funcProperties":{"__isSmartRef__":true,"id":35590},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35589":{"this":{"__isSmartRef__":true,"id":34777}},"35590":{},"35591":{"varMapping":{"__isSmartRef__":true,"id":35592},"source":"function updateLists() {\n this.scriptList.setList(this.sortedScriptNamesOfObj(this.target));\n var scriptListItems = this.scriptList.getList();\n scriptListItems.unshift(\"-- ALL --\");\n this.scriptList.setList(scriptListItems);\n\n this.connectionList.setList(this.sortedConnectionNamesOfObj(this.target));\n var connectionListItems = this.connectionList.getList();\n connectionListItems.unshift(\"-- ALL --\");\n this.connectionList.setList(connectionListItems);\n}","funcProperties":{"__isSmartRef__":true,"id":35593},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35592":{"this":{"__isSmartRef__":true,"id":34777}},"35593":{},"35594":{"varMapping":{"__isSmartRef__":true,"id":35595},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.selectAt(0);\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.selectAt(0);\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":35596},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35595":{"this":{"__isSmartRef__":true,"id":34777}},"35596":{},"35597":{"varMapping":{"__isSmartRef__":true,"id":35598},"source":"function reset() {\n this.target = null;\n this.scriptPane.doitContext = null;\n this.scriptList.setList();\n this.connectionList.setList();\n this.scriptPane.setTextString(\"\");\n this.morphSelector.reset();\n}","funcProperties":{"__isSmartRef__":true,"id":35599},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35598":{"this":{"__isSmartRef__":true,"id":34777}},"35599":{},"35600":{"varMapping":{"__isSmartRef__":true,"id":35601},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n var index = this.scriptList.getList().indexOf(addScriptMatches[0]);\n if (index > -1) { \n return this.scriptList.selectAt(index);\n }\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i -1) {\n var c = selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n editor.updateLists();\n editor.displayInitialScript();\n } \n }\n\n var message = 'Disconnect \"' + selection[0] +'\" connection?';\n var callback = disconnectConnection;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":35803},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35802":{"this":{"__isSmartRef__":true,"id":35748}},"35803":{"timestamp":{"__isSmartRef__":true,"id":35804},"user":"lauritz","categories":[]},"35804":{"isSerializedDate":true,"string":"Fri Nov 11 2011 01:46:54 GMT+0100 (Mitteleuropäische Zeit)"},"35805":{"submorphs":[{"__isSmartRef__":true,"id":35806}],"scripts":[],"id":"9A977DA2-B325-4DFA-9683-3DC9ECEFAAC0","shape":{"__isSmartRef__":true,"id":35822},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":35838},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":35825},"lighterFill":{"__isSmartRef__":true,"id":35839},"label":{"__isSmartRef__":true,"id":35806},"attributeConnections":[{"__isSmartRef__":true,"id":35848}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":35850},"name":"ObjectEditorRemoveScriptButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":35851},"renderContextTable":{"__isSmartRef__":true,"id":35852},"priorExtent":{"__isSmartRef__":true,"id":35853},"owner":{"__isSmartRef__":true,"id":34759},"eventHandler":{"__isSmartRef__":true,"id":35854},"isCopyMorphRef":true,"morphRefId":24,"draggingEnabled":false,"objectEditorPane":{"__isSmartRef__":true,"id":34759},"distanceToDragEvent":{"__isSmartRef__":true,"id":35855},"derivationIds":[217,"FDC10087-12CF-4570-9211-8309CB6A9AA3","E18FC530-4B1F-4F08-8DA6-3866A3519E56","04A2AAC3-6A9E-40BB-9408-EBB2567EE63B","8C1A42CE-840C-4AAE-BD79-C93A445B9EBF","61FC11FA-B87E-4EFE-BD15-564D3178B68B","ED34F9B5-9E00-41B3-8313-D9C3D6B3B231","A7481F4B-D444-4B4F-BDA2-4F9F03AEC24D","7DDF7175-34FC-4521-A7C3-580A8BE63351","DEA39C05-FAD7-4882-AB3D-0EE12C3408F9","99186A50-1411-4B6F-B1CB-FF0742C20D7D","10F3E467-6BB8-4D07-BD17-8C50593FD6B8","7260818C-6472-4288-8BDD-1E7798A543F3","DEBB5BDB-018D-4BA1-9FB9-73DC84C51D89","D75BCAED-3029-46EB-B944-4A102BB1BC0F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":35856},"__LivelyClassName__":"lively.morphic.Button"},"35806":{"submorphs":[],"scripts":[],"id":"853E19A1-E97D-463D-A24F-0148671EB696","shape":{"__isSmartRef__":true,"id":35807},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":21,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":35813},"textColor":{"__isSmartRef__":true,"id":35810},"owner":{"__isSmartRef__":true,"id":35805},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":35814}],"padding":{"__isSmartRef__":true,"id":35816},"_Padding":{"__isSmartRef__":true,"id":35817},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":35818},"_FontFamily":"Helvetica, Sans-Serif","renderContextTable":{"__isSmartRef__":true,"id":35819},"_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_Align":"center","eventHandler":{"__isSmartRef__":true,"id":35820},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":21,"_MinTextHeight":null,"draggingEnabled":false,"derivationIds":[218,"852A7BD9-52EE-4708-A2D5-1BDECF33C958","7B4F173E-9726-472A-9B30-530D4AA92AD9","CBA217F6-2832-4213-9ABE-47753C1A4180","E6B97D1D-95D5-4644-9359-1D08D42A51F4","4391A57E-70C2-4628-9828-DD668CCE546E","F0C6C298-3B8B-42B2-B5E9-E5B82F607B01","DF0CAF75-4247-4797-B1A0-AD7444391E2A","B4C4F09B-F663-47A1-B85F-461D5452F5F8","FD966AB1-4685-4151-9A38-B1B21B0237EF","CA91FC2C-D7CC-4123-AFD2-108F8F0C2E97","88F1581A-7AEF-4646-B7F9-3890CDDB8494","DC577877-7F00-4238-9246-08C2A10C0CC9","818C9467-71A2-44D6-B01F-1523A0CD5476","C0CF3DDB-AA12-49E0-B12A-6B620552BB47"],"partsBinMetaInfo":{"__isSmartRef__":true,"id":35821},"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"35807":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":35808},"_Extent":{"__isSmartRef__":true,"id":35809},"_BorderColor":{"__isSmartRef__":true,"id":35810},"renderContextTable":{"__isSmartRef__":true,"id":35811},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":35812},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"35808":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35809":{"x":25,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"35810":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35811":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"35812":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"35813":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35814":{"style":{"__isSmartRef__":true,"id":35815},"chunkOwner":{"__isSmartRef__":true,"id":35806},"storedString":"-","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"35815":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"35816":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"35817":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"35818":{"x":25,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35819":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"35820":{"morph":{"__isSmartRef__":true,"id":35806},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"35821":{"requiredModules":[],"idOnLoad":"618CB88B-4152-482E-9B80-81C686773247","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"35822":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":35823},"_Extent":{"__isSmartRef__":true,"id":35824},"_Fill":{"__isSmartRef__":true,"id":35825},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":35835},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":35836},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":35837},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"35823":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35824":{"x":25,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35825":{"stops":[{"__isSmartRef__":true,"id":35826},{"__isSmartRef__":true,"id":35828},{"__isSmartRef__":true,"id":35830},{"__isSmartRef__":true,"id":35832}],"vector":{"__isSmartRef__":true,"id":35834},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"35826":{"offset":0,"color":{"__isSmartRef__":true,"id":35827}},"35827":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35828":{"offset":0.4,"color":{"__isSmartRef__":true,"id":35829}},"35829":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35830":{"offset":0.6,"color":{"__isSmartRef__":true,"id":35831}},"35831":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35832":{"offset":1,"color":{"__isSmartRef__":true,"id":35833}},"35833":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35834":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"35835":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35836":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"35837":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"35838":{"x":160,"y":40,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35839":{"stops":[{"__isSmartRef__":true,"id":35840},{"__isSmartRef__":true,"id":35842},{"__isSmartRef__":true,"id":35844},{"__isSmartRef__":true,"id":35846}],"vector":{"__isSmartRef__":true,"id":35834},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"35840":{"offset":0,"color":{"__isSmartRef__":true,"id":35841}},"35841":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35842":{"offset":0.4,"color":{"__isSmartRef__":true,"id":35843}},"35843":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35844":{"offset":0.6,"color":{"__isSmartRef__":true,"id":35845}},"35845":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35846":{"offset":1,"color":{"__isSmartRef__":true,"id":35847}},"35847":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35848":{"sourceObj":{"__isSmartRef__":true,"id":35805},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":35805},"targetMethodName":"deleteSelectedScript","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":35849},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"35849":{"source":{"__isSmartRef__":true,"id":35805},"target":{"__isSmartRef__":true,"id":35805}},"35850":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"35851":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","idOnLoad":"525E8048-6813-47DD-B226-AE0A0708ECBC","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"35852":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"35853":{"x":30,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35854":{"morph":{"__isSmartRef__":true,"id":35805},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"35855":{"x":33.35839679439101,"y":-21.324811622839547,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35856":{"deleteSelectedScript":{"__isSmartRef__":true,"id":35857}},"35857":{"varMapping":{"__isSmartRef__":true,"id":35858},"source":"function deleteSelectedScript() {\n\n var editor = this.objectEditorPane;\n var selection = editor.scriptList.selection;\n\n if (!editor.target || editor.scriptList.getList().size() < 2) \n return; \n\n var deleteScript = function (confirmed) {\n if (!confirmed) return;\n \n if (selection && editor.target) {\n if (!editor.target.hasOwnProperty(selection)) \n return;\n delete editor.target[selection];\n editor.updateLists();\n editor.displayInitialScript();\n }\n }\n\n var message = 'Delete \"' + selection + '\" script?';\n var callback = deleteScript;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":35859},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35858":{"this":{"__isSmartRef__":true,"id":35805}},"35859":{"timestamp":{"__isSmartRef__":true,"id":35860},"user":"lauritz"},"35860":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:12:21 GMT+0100 (Mitteleuropäische Zeit)"},"35861":{"submorphs":[{"__isSmartRef__":true,"id":35862}],"scripts":[],"id":"1CF44342-896F-4ACB-847F-7CB3CD10ED5A","shape":{"__isSmartRef__":true,"id":35879},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":35895},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":35882},"lighterFill":{"__isSmartRef__":true,"id":35896},"label":{"__isSmartRef__":true,"id":35862},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":35905},"name":"ObjectEditorMorphSelector","partsBinMetaInfo":{"__isSmartRef__":true,"id":35906},"list":[],"renderContextTable":{"__isSmartRef__":true,"id":35907},"eventHandler":{"__isSmartRef__":true,"id":35908},"distanceToDragEvent":{"__isSmartRef__":true,"id":35909},"priorExtent":{"__isSmartRef__":true,"id":35910},"owner":{"__isSmartRef__":true,"id":34759},"textString":"","selection":{"__isSmartRef__":true,"id":35911},"_ClipMode":"visible","prevScroll":[0,0],"listMorph":null,"derivationIds":[221,"4AC64FBA-95AC-42B2-A078-B6DA97889093","E26ED0E6-C4CE-4C82-94D5-175270E8459E","D292F2FC-C2B6-48AE-B779-8CC5868FFA49","53A862EB-032C-4BF0-9B21-58C7E0C0A9B2","CC4D188B-510F-48DE-A0E1-EC8D2CD63F9F","0CD057F2-3517-4849-A69E-1EF79B05ACE8","66EBBB7D-8FA7-4D43-AE78-A18DA3B970BA","A50C1893-4138-4E29-865B-92F53F76D08A","1EC5D2B9-3539-419A-8DD6-CE82DEABB02C","95DC06D5-F4C7-49E2-8A01-110D1B0AFBD0","672DEFAB-2BE5-4C60-9779-3B44694FBEB1","E3476213-5872-492C-BE29-0C6A5A150ED8","AA2F6ABE-1CCB-403D-94DD-8FB371F3DDCE","54B67D51-AB19-40A0-A2A6-EC51F3171CAC"],"_Rotation":0,"_Scale":1,"isPressed":false,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":35928},"__LivelyClassName__":"lively.morphic.Button"},"35862":{"submorphs":[],"scripts":[],"id":"DE32EFA9-C920-42F6-9F2E-7EDABEC006AF","shape":{"__isSmartRef__":true,"id":35863},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":220,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":35869},"textColor":{"__isSmartRef__":true,"id":35866},"owner":{"__isSmartRef__":true,"id":35861},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":35870}],"padding":{"__isSmartRef__":true,"id":35872},"_Padding":{"__isSmartRef__":true,"id":35872},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":35873},"attributeConnections":[{"__isSmartRef__":true,"id":35874}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"renderContextTable":{"__isSmartRef__":true,"id":35875},"eventHandler":{"__isSmartRef__":true,"id":35876},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":220,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":10,"derivationIds":[222,"30F054A3-7658-405B-8098-B7D87AA8A9ED","556D6E07-45B7-42EC-A486-DE275EF0B034","06B0B080-467A-46CC-8B0D-9C0A9B9A71F1","5E2D96C9-BB9B-4735-8673-A79847435197","B48AA022-2022-4A2A-9090-4D884FB3DFD3","8B2F743A-98C5-45E1-B03C-5019114EAC47","D09C56C3-A2DC-4BDF-B8A1-6365138ECD01","74158C3D-B79E-43E7-B111-48701B10ACE2","B19E117B-E40F-4B9F-86AC-BFB2AAFD5336","4E3B3D72-E52C-44ED-AE32-78939BA1ECFD","2459D1F0-E49C-4882-AB4C-D78C1A496962","3D8D3B02-0459-45C1-A606-D0DB4B07958C","78AAE288-D261-4BEA-9436-C8C31B890B44","2E10F795-9892-4BF7-9A46-BCB90FD6112E"],"_TextColor":{"__isSmartRef__":true,"id":35877},"partsBinMetaInfo":{"__isSmartRef__":true,"id":35878},"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"35863":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":35864},"_Extent":{"__isSmartRef__":true,"id":35865},"_BorderColor":{"__isSmartRef__":true,"id":35866},"renderContextTable":{"__isSmartRef__":true,"id":35867},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":35868},"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"35864":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35865":{"x":220,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"35866":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35867":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"35868":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"35869":{"x":2,"y":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35870":{"style":{"__isSmartRef__":true,"id":35871},"chunkOwner":{"__isSmartRef__":true,"id":35862},"storedString":"empty","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"35871":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"35872":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"35873":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35874":{"sourceObj":{"__isSmartRef__":true,"id":35862},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":35861},"targetMethodName":"selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"35875":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"35876":{"morph":{"__isSmartRef__":true,"id":35862},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"35877":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35878":{"requiredModules":[],"idOnLoad":"223AE393-41F1-4FCC-856E-4DC4F365032F","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"35879":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":35880},"_Extent":{"__isSmartRef__":true,"id":35881},"_Fill":{"__isSmartRef__":true,"id":35882},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":35892},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":35893},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":35894},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"35880":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35881":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35882":{"stops":[{"__isSmartRef__":true,"id":35883},{"__isSmartRef__":true,"id":35885},{"__isSmartRef__":true,"id":35887},{"__isSmartRef__":true,"id":35889}],"vector":{"__isSmartRef__":true,"id":35891},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"35883":{"offset":0,"color":{"__isSmartRef__":true,"id":35884}},"35884":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35885":{"offset":0.4,"color":{"__isSmartRef__":true,"id":35886}},"35886":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35887":{"offset":0.6,"color":{"__isSmartRef__":true,"id":35888}},"35888":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35889":{"offset":1,"color":{"__isSmartRef__":true,"id":35890}},"35890":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35891":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"35892":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35893":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"35894":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"35895":{"x":240.1308656788165,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35896":{"stops":[{"__isSmartRef__":true,"id":35897},{"__isSmartRef__":true,"id":35899},{"__isSmartRef__":true,"id":35901},{"__isSmartRef__":true,"id":35903}],"vector":{"__isSmartRef__":true,"id":35891},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"35897":{"offset":0,"color":{"__isSmartRef__":true,"id":35898}},"35898":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35899":{"offset":0.4,"color":{"__isSmartRef__":true,"id":35900}},"35900":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35901":{"offset":0.6,"color":{"__isSmartRef__":true,"id":35902}},"35902":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35903":{"offset":1,"color":{"__isSmartRef__":true,"id":35904}},"35904":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35905":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"35906":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","idOnLoad":"A4A79775-4FC2-4E91-B110-4C2C28C7DB5C","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"35907":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"35908":{"morph":{"__isSmartRef__":true,"id":35861},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"35909":{"x":122.93118375058827,"y":-11.582832083333244,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35910":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35911":{"submorphs":[],"scripts":[],"id":181,"shape":{"__isSmartRef__":true,"id":35912},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":35918},"_MaxTextWidth":580,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":35919},"showsHalos":false,"_FontSize":28,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Title","partsBinMetaInfo":{"__isSmartRef__":true,"id":35920},"_TextColor":{"__isSmartRef__":true,"id":35921},"renderContextTable":{"__isSmartRef__":true,"id":35922},"textChunks":[{"__isSmartRef__":true,"id":35923}],"eventHandler":{"__isSmartRef__":true,"id":35925},"priorExtent":{"__isSmartRef__":true,"id":35926},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":580,"_MinTextHeight":null,"_Rotation":0,"_Scale":1.002003004005006,"previousSelection":[35,35],"priorSelectionRange":[23,23],"charsReplaced":"WIP / Proof of Concept","lastFindLoc":22,"distanceToDragEvent":{"__isSmartRef__":true,"id":35927},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","isCopyMorphRef":true,"morphRefId":2,"prevScroll":[0,0],"__LivelyClassName__":"lively.morphic.Text"},"35912":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":35913},"_Extent":{"__isSmartRef__":true,"id":35914},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":35915},"renderContextTable":{"__isSmartRef__":true,"id":35916},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":35917},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"35913":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35914":{"x":580,"y":43,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35915":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35916":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"35917":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"35918":{"x":37,"y":23,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35919":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35920":{"partsSpaceName":"PartsBin/Worlds/","__SourceModuleName__":"Global.lively.PartsBin","comment":"For example a world title.","partName":"Title","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"35921":{"r":0,"g":0.309,"b":0.595,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35922":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"35923":{"style":{"__isSmartRef__":true,"id":35924},"chunkOwner":{"__isSmartRef__":true,"id":35911},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"35924":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"35925":{"morph":{"__isSmartRef__":true,"id":35911},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"35926":{"x":580,"y":43,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35927":{"x":221,"y":-12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35928":{"createListMorph":{"__isSmartRef__":true,"id":35929},"getList":{"__isSmartRef__":true,"id":35933},"removeList":{"__isSmartRef__":true,"id":35937},"reset":{"__isSmartRef__":true,"id":35941},"displayTopLevelMorphs":{"__isSmartRef__":true,"id":35945},"onMouseDown":{"__isSmartRef__":true,"id":35949},"setTargetOfPane":{"__isSmartRef__":true,"id":35957},"setTargetToListSelection":{"__isSmartRef__":true,"id":35961},"onBlur":{"__isSmartRef__":true,"id":35965},"setTarget":{"__isSmartRef__":true,"id":35973},"setTargetOnSelection":{"__isSmartRef__":true,"id":35977}},"35929":{"varMapping":{"__isSmartRef__":true,"id":35930},"source":"function createListMorph() {\n var items = this.getList();\n \n var height = Math.min(this.owner.getExtent().y, items.length * 17);\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\n\n var listMorph = new lively.morphic.List(extent);\n listMorph.setList(items);\n listMorph.setFontSize(10);\n\n listMorph.disableGrabbing();\n listMorph.disableDragging();\n\n connect(listMorph, 'selection', this, 'setTargetToListSelection');\n \n return listMorph;\n}","funcProperties":{"__isSmartRef__":true,"id":35931},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35930":{"this":{"__isSmartRef__":true,"id":35861}},"35931":{"timestamp":{"__isSmartRef__":true,"id":35932},"user":"lauritz","tags":[]},"35932":{"isSerializedDate":true,"string":"Tue Dec 13 2011 18:55:41 GMT+0100 (Mitteleuropäische Zeit)"},"35933":{"varMapping":{"__isSmartRef__":true,"id":35934},"source":"function getList() {\n var worldEntry = {\n isListItem: true,\n selectionString: 'World',\n string: 'World',\n value: this.world()\n };\n var list = this.world().indentedListItemsOfMorphNames();\n list.unshift(worldEntry);\n return list;\n}","funcProperties":{"__isSmartRef__":true,"id":35935},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35934":{"this":{"__isSmartRef__":true,"id":35861}},"35935":{"timestamp":{"__isSmartRef__":true,"id":35936},"user":"lauritz","tags":[]},"35936":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:12:23 GMT+0100 (Mitteleuropäische Zeit)"},"35937":{"varMapping":{"__isSmartRef__":true,"id":35938},"source":"function removeList() {\n this.listMorph && this.listMorph.remove();\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":35939},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35938":{"this":{"__isSmartRef__":true,"id":35861}},"35939":{"timestamp":{"__isSmartRef__":true,"id":35940},"user":"lauritz","tags":[]},"35940":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:51:07 GMT+0100 (Mitteleuropäische Zeit)"},"35941":{"varMapping":{"__isSmartRef__":true,"id":35942},"source":"function reset() {\n this.list = [];\n this.setLabel('empty');\n this.label.setAlign('left');\n this.removeList();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'});\n}","funcProperties":{"__isSmartRef__":true,"id":35943},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35942":{"this":{"__isSmartRef__":true,"id":35861}},"35943":{"timestamp":{"__isSmartRef__":true,"id":35944},"user":"lauritz","tags":[]},"35944":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:34:06 GMT+0100 (Mitteleuropäische Zeit)"},"35945":{"varMapping":{"__isSmartRef__":true,"id":35946},"source":"function displayTopLevelMorphs() {\n var list = this.createListMorph(); \n if (this.getList().length === 0) return;\n this.addMorph(list);\n this.listMorph = list;\n}","funcProperties":{"__isSmartRef__":true,"id":35947},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35946":{"this":{"__isSmartRef__":true,"id":35861}},"35947":{"timestamp":{"__isSmartRef__":true,"id":35948},"user":"lauritz","tags":[]},"35948":{"isSerializedDate":true,"string":"Tue Dec 13 2011 18:53:20 GMT+0100 (Mitteleuropäische Zeit)"},"35949":{"varMapping":{"__isSmartRef__":true,"id":35950},"source":"function onMouseDown(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n // clicked on morph, not the list, not the list's scrollbar\n if (evt.target === this.renderContext().shapeNode)\n this.removeList();\n } else {\n this.displayTopLevelMorphs();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":35955},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35950":{"this":{"__isSmartRef__":true,"id":35861},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":35951}},"35951":{"$super":{"__isSmartRef__":true,"id":35952}},"35952":{"varMapping":{"__isSmartRef__":true,"id":35953},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":35954},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35953":{"obj":{"__isSmartRef__":true,"id":35861},"name":"onMouseDown"},"35954":{},"35955":{"timestamp":{"__isSmartRef__":true,"id":35956},"user":"lauritz","tags":[]},"35956":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:30:39 GMT+0100 (Mitteleuropäische Zeit)"},"35957":{"varMapping":{"__isSmartRef__":true,"id":35958},"source":"function setTargetOfPane(selection) {\n this.owner.setTarget(selection);\n this.label.setAlign('left');\n}","funcProperties":{"__isSmartRef__":true,"id":35959},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35958":{"this":{"__isSmartRef__":true,"id":35861}},"35959":{"timestamp":{"__isSmartRef__":true,"id":35960},"user":"lauritz","tags":[]},"35960":{"isSerializedDate":true,"string":"Wed Dec 07 2011 04:30:42 GMT+0100 (Mitteleuropäische Zeit)"},"35961":{"varMapping":{"__isSmartRef__":true,"id":35962},"source":"function setTargetToListSelection() { \n var selection = this.listMorph.selection;\n this.removeList();\n if (!selection) return;\n if (this.owner.scriptPane.hasChanged()) {\n var that = this;\n var callback = function (confirmed) {\n if (confirmed) that.setTargetOfPane(selection);\n }\n this.owner.confirmUnsavedChanges(callback);\n } else {\n this.setTargetOfPane(selection);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":35963},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35962":{"this":{"__isSmartRef__":true,"id":35861}},"35963":{"timestamp":{"__isSmartRef__":true,"id":35964},"user":"lauritz","tags":[]},"35964":{"isSerializedDate":true,"string":"Wed Dec 07 2011 06:06:48 GMT+0100 (Mitteleuropäische Zeit)"},"35965":{"varMapping":{"__isSmartRef__":true,"id":35966},"source":"function onBlur(evt) {\n $super(evt);\n \n // workaround - otherwise other morphs get this event\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\n this.removeList();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":35971},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35966":{"this":{"__isSmartRef__":true,"id":35861},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":35967}},"35967":{"$super":{"__isSmartRef__":true,"id":35968}},"35968":{"varMapping":{"__isSmartRef__":true,"id":35969},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":35970},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35969":{"obj":{"__isSmartRef__":true,"id":35861},"name":"onBlur"},"35970":{},"35971":{"timestamp":{"__isSmartRef__":true,"id":35972},"user":"lauritz","tags":[]},"35972":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:30:08 GMT+0100 (Mitteleuropäische Zeit)"},"35973":{"varMapping":{"__isSmartRef__":true,"id":35974},"source":"function setTarget(target) {\n this.label.setTextString(target.getName() || target.toString());\n}","funcProperties":{"__isSmartRef__":true,"id":35975},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35974":{"this":{"__isSmartRef__":true,"id":35861}},"35975":{"timestamp":{"__isSmartRef__":true,"id":35976},"user":"lauritz","tags":[]},"35976":{"isSerializedDate":true,"string":"Wed Dec 07 2011 04:29:39 GMT+0100 (Mitteleuropäische Zeit)"},"35977":{"varMapping":{"__isSmartRef__":true,"id":35978},"source":"function setTargetOnSelection() {\n if (this.listMorph && this.listMorph.renderContext() && this.listMorph.renderContext().listNode.value) {\n this.setTargetToListSelection();\n this.stopStepping();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":35979},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"35978":{"this":{"__isSmartRef__":true,"id":35861}},"35979":{"timestamp":{"__isSmartRef__":true,"id":35980},"user":"lauritz","tags":[]},"35980":{"isSerializedDate":true,"string":"Wed Dec 07 2011 06:12:06 GMT+0100 (Mitteleuropäische Zeit)"},"35981":{"submorphs":[],"scripts":[],"id":"A8E7E359-A02C-427B-8D23-C707CE9664B2","shape":{"__isSmartRef__":true,"id":35982},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":false,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":35988},"_MaxTextWidth":64.8979476392384,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":35985},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"ObjectEditorScriptsText1","partsBinMetaInfo":{"__isSmartRef__":true,"id":35989},"textChunks":[{"__isSmartRef__":true,"id":35990}],"charsReplaced":"Scripts","lastFindLoc":-7,"priorSelectionRange":[0,7],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":35992},"renderContextTable":{"__isSmartRef__":true,"id":35993},"eventHandler":{"__isSmartRef__":true,"id":35994},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64.8979476392384,"_MinTextHeight":null,"_ClipMode":"visible","draggingEnabled":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":35995},"eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":34759},"isCopyMorphRef":true,"morphRefId":27,"derivationIds":[223,"5E3A69EF-26C1-4D0D-B04C-8C3894017F56","14AB1B91-3ED6-49AE-AA58-47D18B6C569F","991D4A54-1FC4-4BC7-AA82-F814AC52CDE3","DB9B19F7-4390-4CE5-9B1D-62177CB8D605","8F7B2EE9-9538-4044-B75B-6A12F3108B70","4B9F9B4B-C7D3-418D-9AC9-10503A4EBF8E","324EE422-8C94-43CE-B964-A3150830C25F","36D1ECF9-591F-426B-A4F6-B337D7DB053B","CB52849C-BE64-4053-8D07-758F969F84EB","F1C241D4-A689-4DB7-942F-ADB5F39D9CAA","F9D413A0-184F-47F5-9B55-D05D511915CB","F4C5DA2D-8203-47EB-834D-2D03338B0419","1E089341-3FFF-45CD-9C21-BA7A8B4CF6F2","87F8B14A-C122-40D7-8405-CA07248E60D3"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"35982":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":35983},"_Extent":{"__isSmartRef__":true,"id":35984},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":35985},"renderContextTable":{"__isSmartRef__":true,"id":35986},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":35987},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"35983":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35984":{"x":64.8979476392384,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"35985":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"35986":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"35987":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"35988":{"x":198.16434648623274,"y":12.911539589748486,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35989":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"911EFB28-31E0-4588-9894-7AB4E35E9472","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"35990":{"style":{"__isSmartRef__":true,"id":35991},"chunkOwner":{"__isSmartRef__":true,"id":35981},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Target:","__LivelyClassName__":"lively.morphic.TextChunk"},"35991":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"35992":{"x":64.8979476392384,"y":13,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35993":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"35994":{"morph":{"__isSmartRef__":true,"id":35981},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"35995":{"x":41.065989525935834,"y":-10.506047005169194,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35996":{"submorphs":[],"scripts":[],"id":"147F9160-7168-44A4-9EA4-A36466EE1F52","shape":{"__isSmartRef__":true,"id":35997},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":false,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":36003},"_MaxTextWidth":64.8979476392384,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":36000},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"ObjectEditorScriptsText2","partsBinMetaInfo":{"__isSmartRef__":true,"id":36004},"textChunks":[{"__isSmartRef__":true,"id":36005}],"charsReplaced":"Scripts","lastFindLoc":-7,"priorSelectionRange":[0,7],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":36007},"renderContextTable":{"__isSmartRef__":true,"id":36008},"eventHandler":{"__isSmartRef__":true,"id":36009},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64.8979476392384,"_MinTextHeight":null,"_ClipMode":"visible","draggingEnabled":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":36010},"eventsAreIgnored":true,"isCopyMorphRef":true,"morphRefId":27,"owner":{"__isSmartRef__":true,"id":34759},"derivationIds":[224,"35EF8FE5-067D-45B6-AF21-77040F11D340","80DC09DD-22D4-4089-B5C3-857B32C9BE9B","EF080074-E6B9-47F3-A87F-26313B40C430","F6977801-C1A7-445C-9BF1-8A1019E202FB","8C9157AE-0343-4CFB-8186-1D5E05D2ECBE","DD3C23F8-6463-4EAE-959B-C486E27D9BDA","1E8D3752-D212-41F8-BC63-B094E0C80707","75C07D11-AE5D-4A36-B2D0-F2A6EA414E72","494AB1C0-2C09-49DE-B4AA-1F24DC7495FF","25199967-E3BA-4763-A704-37BD3152A5F7","8E4A5937-D1FA-4AF7-BD8D-B542C636CEF9","DDB23EF0-540C-4046-AD4D-C001E8A5F20C","FF45AAB3-E5C7-42A0-A704-F068DB2E2AF9","52850E3E-BE46-467C-A381-902F5E4859FD"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"35997":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":35998},"_Extent":{"__isSmartRef__":true,"id":35999},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":36000},"renderContextTable":{"__isSmartRef__":true,"id":36001},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":36002},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"35998":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"35999":{"x":64.8979476392384,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36000":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36001":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"36002":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"36003":{"x":10,"y":12.911539589749026,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36004":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"28CA838A-05E7-452E-88C6-906F45D4050C","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"36005":{"style":{"__isSmartRef__":true,"id":36006},"chunkOwner":{"__isSmartRef__":true,"id":35996},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Tag:","__LivelyClassName__":"lively.morphic.TextChunk"},"36006":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"36007":{"x":64.8979476392384,"y":13,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36008":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"36009":{"morph":{"__isSmartRef__":true,"id":35996},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"36010":{"x":45.76052154281416,"y":-27.783027415339603,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36011":{"submorphs":[{"__isSmartRef__":true,"id":36012}],"scripts":[],"id":"FCAB3690-731A-45E7-984F-843DFE705AF1","shape":{"__isSmartRef__":true,"id":36027},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":36043},"value":true,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":36044},"lighterFill":{"__isSmartRef__":true,"id":36030},"label":{"__isSmartRef__":true,"id":36012},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":36053},"name":"ObjectEditorTagChooser","partsBinMetaInfo":{"__isSmartRef__":true,"id":36054},"listMorph":null,"list":[],"renderContextTable":{"__isSmartRef__":true,"id":36055},"eventHandler":{"__isSmartRef__":true,"id":36056},"distanceToDragEvent":{"__isSmartRef__":true,"id":36057},"priorExtent":{"__isSmartRef__":true,"id":36058},"textString":"PartsBinBrowser","selection":"","_ClipMode":"visible","prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":34759},"setTargetToListSelection":"all","savedTextString":"all","derivationIds":[225,"7F83847B-D0B1-4A31-8601-43424B97C858","E08FC110-71D7-4FFD-B4A8-08F8147B95BA","5534107D-C5C9-48DD-A1ED-B87E9D9B672C","0B89FA7A-768C-4062-98AE-C455E8DAFF19","799320C6-CFBA-40E7-B03D-64BFE9B78248","9B650AA3-271B-4E72-B230-51C6F64B7462","C95D3672-724C-4C2C-9CDD-EF308062F627","C66EBEEC-B7CE-4DD9-8BDF-905F071F965D","D68B143A-A712-4FD0-8803-62CCB4C7F763","ED802271-AE5C-4BE9-AC4E-7CED44BC864B","1BD989CB-146C-431F-8B15-9199C4CD5D32","42172AA4-1B06-4C5B-9BB7-FAED1206CF34","32DFAF99-E6F8-426B-829D-FD6C2BCB8FAA","9B4BF2BE-49D5-4B9D-8F38-1692443069A9"],"_Rotation":0,"_Scale":1,"isPressed":false,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":36059},"__LivelyClassName__":"lively.morphic.Button"},"36012":{"submorphs":[],"scripts":[],"id":"64737503-A352-42CC-A249-667DA2B42746","shape":{"__isSmartRef__":true,"id":36013},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":130,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":36018},"textColor":{"__isSmartRef__":true,"id":36016},"owner":{"__isSmartRef__":true,"id":36011},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":36019}],"padding":{"__isSmartRef__":true,"id":36021},"_Padding":{"__isSmartRef__":true,"id":36021},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":36022},"attributeConnections":[{"__isSmartRef__":true,"id":36023}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"renderContextTable":{"__isSmartRef__":true,"id":36024},"eventHandler":{"__isSmartRef__":true,"id":36025},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":130,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":10,"derivationIds":[226,"03DBF3F8-8EA2-4426-BA64-C4297DDAB015","B8F87302-BEC3-48CD-9BBA-6C7DBB6287E1","4AA6AE51-338B-4E3E-814B-9F99C693A2D5","08F6CE56-AD91-4C27-9429-C3DEA313696C","D39C963C-FD24-4498-A6D8-71E5102CE58A","132C2A9E-3466-4051-AAEA-6E485A91F408","DB8BC4A1-ED41-446B-AB6C-7E73DD857B5D","567FC668-A57C-41CB-8252-8912826B3144","D0B0775F-C8E7-49EB-BBB2-C7BB7DD464BF","AABED87D-D7C0-494A-8803-26F4601E35FF","696C3A2A-C695-4D17-A044-41A73436AB8D","206A0BFD-6997-4E0E-9193-089D1F66B22A","F2F1F966-6C41-4EBA-AFCE-FAE8C79AA696","64A754E9-7083-4CAE-B5C2-7B436EFFE4BA"],"_TextColor":{"__isSmartRef__":true,"id":35877},"partsBinMetaInfo":{"__isSmartRef__":true,"id":36026},"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"36013":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":36014},"_Extent":{"__isSmartRef__":true,"id":36015},"_BorderColor":{"__isSmartRef__":true,"id":36016},"renderContextTable":{"__isSmartRef__":true,"id":36017},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":35868},"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"36014":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36015":{"x":130,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36016":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36017":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"36018":{"x":2,"y":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36019":{"style":{"__isSmartRef__":true,"id":36020},"chunkOwner":{"__isSmartRef__":true,"id":36012},"storedString":"all","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"36020":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"36021":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"36022":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36023":{"sourceObj":{"__isSmartRef__":true,"id":36012},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":36011},"targetMethodName":"selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"36024":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"36025":{"morph":{"__isSmartRef__":true,"id":36012},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"36026":{"requiredModules":[],"idOnLoad":"C6087498-892B-429D-8A13-213AC4CB42B0","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"36027":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":36028},"_Extent":{"__isSmartRef__":true,"id":36029},"_Fill":{"__isSmartRef__":true,"id":36030},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":36040},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":36041},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":36042},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"36028":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36029":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36030":{"stops":[{"__isSmartRef__":true,"id":36031},{"__isSmartRef__":true,"id":36033},{"__isSmartRef__":true,"id":36035},{"__isSmartRef__":true,"id":36037}],"vector":{"__isSmartRef__":true,"id":36039},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"36031":{"offset":0,"color":{"__isSmartRef__":true,"id":36032}},"36032":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36033":{"offset":0.4,"color":{"__isSmartRef__":true,"id":36034}},"36034":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36035":{"offset":0.6,"color":{"__isSmartRef__":true,"id":36036}},"36036":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36037":{"offset":1,"color":{"__isSmartRef__":true,"id":36038}},"36038":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36039":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"36040":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36041":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"36042":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"36043":{"x":39.12381412396891,"y":10.000000000000057,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36044":{"stops":[{"__isSmartRef__":true,"id":36045},{"__isSmartRef__":true,"id":36047},{"__isSmartRef__":true,"id":36049},{"__isSmartRef__":true,"id":36051}],"vector":{"__isSmartRef__":true,"id":36039},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"36045":{"offset":0,"color":{"__isSmartRef__":true,"id":36046}},"36046":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36047":{"offset":0.4,"color":{"__isSmartRef__":true,"id":36048}},"36048":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36049":{"offset":0.6,"color":{"__isSmartRef__":true,"id":36050}},"36050":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36051":{"offset":1,"color":{"__isSmartRef__":true,"id":36052}},"36052":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36053":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"36054":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","idOnLoad":"933F31D6-23ED-4887-B721-363D3AA47D3B","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"36055":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"36056":{"morph":{"__isSmartRef__":true,"id":36011},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"36057":{"x":85.7442776093583,"y":-11.582832083333244,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36058":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36059":{"createListMorph":{"__isSmartRef__":true,"id":36060},"getList":{"__isSmartRef__":true,"id":36064},"removeList":{"__isSmartRef__":true,"id":36068},"reset":{"__isSmartRef__":true,"id":36072},"onMouseUp":{"__isSmartRef__":true,"id":36076},"onBlur":{"__isSmartRef__":true,"id":36084},"setTag":{"__isSmartRef__":true,"id":36092}},"36060":{"varMapping":{"__isSmartRef__":true,"id":36061},"source":"function createListMorph() {\n var items = this.getList();\n\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\n\n var listMorph = new lively.morphic.List(extent);\n listMorph.setList(items);\n listMorph.setFontSize(10);\n\n listMorph.disableGrabbing();\n listMorph.disableDragging();\n \n connect(listMorph, 'selection', this, 'setTag');\n \n return listMorph;\n}","funcProperties":{"__isSmartRef__":true,"id":36062},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"36061":{"this":{"__isSmartRef__":true,"id":36011}},"36062":{"timestamp":{"__isSmartRef__":true,"id":36063},"user":"lauritz","categories":[]},"36063":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:35:59 GMT+0100 (Mitteleuropäische Zeit)"},"36064":{"varMapping":{"__isSmartRef__":true,"id":36065},"source":"function getList() {\n if (!this.owner.target) return [''];\n\n var target = this.owner.target;\n\n var tags = Functions.own(target).collect(function (each) {\n return target[each].tags || [];\n }).flatten().uniq();\n\n var sortedTags = tags.sortBy(function(name) { \n return name.toLowerCase() \n });\n \n sortedTags.unshift('all'); \n return sortedTags;\n}","funcProperties":{"__isSmartRef__":true,"id":36066},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"36065":{"this":{"__isSmartRef__":true,"id":36011}},"36066":{"timestamp":{"__isSmartRef__":true,"id":36067},"user":"lauritz","tags":[]},"36067":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:25 GMT+0100 (Mitteleuropäische Zeit)"},"36068":{"varMapping":{"__isSmartRef__":true,"id":36069},"source":"function removeList() {\n this.listMorph && this.listMorph.remove()\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":36070},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"36069":{"this":{"__isSmartRef__":true,"id":36011}},"36070":{"timestamp":{"__isSmartRef__":true,"id":36071},"user":"lauritz","categories":[]},"36071":{"isSerializedDate":true,"string":"Thu Nov 17 2011 19:06:51 GMT+0100 (Mitteleuropäische Zeit)"},"36072":{"varMapping":{"__isSmartRef__":true,"id":36073},"source":"function reset() {\n this.list = [];\n this.setLabel('all');\n this.label.setAlign('left');\n this.removeList();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\n}","funcProperties":{"__isSmartRef__":true,"id":36074},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"36073":{"this":{"__isSmartRef__":true,"id":36011}},"36074":{"timestamp":{"__isSmartRef__":true,"id":36075},"user":"lauritz","tags":[]},"36075":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:53 GMT+0100 (Mitteleuropäische Zeit)"},"36076":{"varMapping":{"__isSmartRef__":true,"id":36077},"source":"function onMouseUp(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n this.removeList();\n return true;\n } \n if (this.getList().size() < 2) return;\n var list = this.createListMorph();\n this.addMorph(list);\n this.listMorph = list;\n return true;\n}","funcProperties":{"__isSmartRef__":true,"id":36082},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"36077":{"this":{"__isSmartRef__":true,"id":36011},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":36078}},"36078":{"$super":{"__isSmartRef__":true,"id":36079}},"36079":{"varMapping":{"__isSmartRef__":true,"id":36080},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":36081},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"36080":{"obj":{"__isSmartRef__":true,"id":36011},"name":"onMouseUp"},"36081":{},"36082":{"timestamp":{"__isSmartRef__":true,"id":36083},"user":"lauritz","categories":[]},"36083":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:59:16 GMT+0100 (Mitteleuropäische Zeit)"},"36084":{"varMapping":{"__isSmartRef__":true,"id":36085},"source":"function onBlur(evt) {\n $super(evt);\n \n // workaround - otherwise other morphs get this event\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\n this.removeList();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":36090},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"36085":{"this":{"__isSmartRef__":true,"id":36011},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":36086}},"36086":{"$super":{"__isSmartRef__":true,"id":36087}},"36087":{"varMapping":{"__isSmartRef__":true,"id":36088},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":36089},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"36088":{"obj":{"__isSmartRef__":true,"id":36011},"name":"onBlur"},"36089":{},"36090":{"timestamp":{"__isSmartRef__":true,"id":36091},"user":"lauritz","categories":[]},"36091":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:10:03 GMT+0100 (Mitteleuropäische Zeit)"},"36092":{"varMapping":{"__isSmartRef__":true,"id":36093},"source":"function setTag(tag) {\n this.setLabel(tag || '');\n this.label.setAlign('left');\n this.owner.setTag(tag);\n}","funcProperties":{"__isSmartRef__":true,"id":36094},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"36093":{"this":{"__isSmartRef__":true,"id":36011}},"36094":{"timestamp":{"__isSmartRef__":true,"id":36095},"user":"lauritz","categories":[]},"36095":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:36:12 GMT+0100 (Mitteleuropäische Zeit)"},"36096":{"submorphs":[{"__isSmartRef__":true,"id":36097}],"scripts":[],"id":"09C79781-5461-4815-88DE-22FB67558136","shape":{"__isSmartRef__":true,"id":36113},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":36117},"lighterFill":{"__isSmartRef__":true,"id":36129},"label":{"__isSmartRef__":true,"id":36097},"name":"Button","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":36138},"attributeConnections":[{"__isSmartRef__":true,"id":36139}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":36175},"renderContextTable":{"__isSmartRef__":true,"id":36176},"eventHandler":{"__isSmartRef__":true,"id":36177},"distanceToDragEvent":{"__isSmartRef__":true,"id":36178},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","87E42FF6-3862-481D-97D6-643676E15F32","4F370A81-5A80-4821-8ECC-D52B56F31E15","1C6D1DC9-2F9B-4DC4-B453-1CA45B17C516","0E8EC0BF-934B-410B-AEC2-0ECA8C8F774D","97086CE7-CD46-4035-A371-02A41D555A66","E342B91D-F54B-4DA8-8AE7-10C59CE22B41","A838C48E-4033-4688-8DCF-20659BD824FF","E9BBC453-FFF6-4EE8-BDB0-605D5D4557AE","B6FB81D1-145B-40F9-ACF1-17276DA45EBA"],"_Position":{"__isSmartRef__":true,"id":36179},"owner":{"__isSmartRef__":true,"id":34759},"layout":{"__isSmartRef__":true,"id":36180},"_ClipMode":"visible","_Rotation":0,"_Scale":0.994014980014994,"isPressed":false,"__LivelyClassName__":"lively.morphic.Button"},"36097":{"submorphs":[],"scripts":[],"id":"C55C8A7C-412C-453E-A99F-CE78C2AADB94","shape":{"__isSmartRef__":true,"id":36098},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":36104},"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":36105},"_Padding":{"__isSmartRef__":true,"id":36106},"owner":{"__isSmartRef__":true,"id":36096},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":36107},"textChunks":[{"__isSmartRef__":true,"id":36108}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":36110},"eventHandler":{"__isSmartRef__":true,"id":36111},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","BA4EC8D2-AB29-4F9F-B5A0-715A4746A4C4","56735895-BA99-4D98-9866-AA5DBD86237E","81041CF7-31DB-4F65-BB39-FE438A4F266F","D03829B3-268E-40A0-A440-3E4BAC344F30","714637F0-714A-4833-909B-BA4AF1B4628B","DC956E73-7398-4CAF-B6F2-9A226E344396","C1F72D31-1F49-4C0C-ACF3-C3AD7E698D2F","39386C7E-9099-4159-BFE9-80AD37319211","2764FB6E-70D1-4BC5-B3CB-9979A48B8205"],"_MinTextWidth":97,"_MinTextHeight":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":36112},"__LivelyClassName__":"lively.morphic.Text"},"36098":{"position":{"__isSmartRef__":true,"id":36099},"_Extent":{"__isSmartRef__":true,"id":36100},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":36101},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":36102},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":36103},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"36099":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36100":{"x":101,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36101":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36102":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"36103":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"36104":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36105":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"36106":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"36107":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36108":{"style":{"__isSmartRef__":true,"id":36109},"chunkOwner":{"__isSmartRef__":true,"id":36097},"storedString":"run","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"36109":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"36110":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"36111":{"morph":{"__isSmartRef__":true,"id":36097},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"36112":{"requiredModules":[],"idOnLoad":"9F9AD3E3-AC32-4081-B369-0149F50B3CC8","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"36113":{"position":{"__isSmartRef__":true,"id":36114},"_Extent":{"__isSmartRef__":true,"id":36115},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":36116},"_Fill":{"__isSmartRef__":true,"id":36117},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":36127},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":36128},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"36114":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36115":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36116":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36117":{"stops":[{"__isSmartRef__":true,"id":36118},{"__isSmartRef__":true,"id":36120},{"__isSmartRef__":true,"id":36122},{"__isSmartRef__":true,"id":36124}],"vector":{"__isSmartRef__":true,"id":36126},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"36118":{"offset":0,"color":{"__isSmartRef__":true,"id":36119}},"36119":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36120":{"offset":0.4,"color":{"__isSmartRef__":true,"id":36121}},"36121":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36122":{"offset":0.6,"color":{"__isSmartRef__":true,"id":36123}},"36123":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36124":{"offset":1,"color":{"__isSmartRef__":true,"id":36125}},"36125":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36126":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"36127":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"36128":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"36129":{"stops":[{"__isSmartRef__":true,"id":36130},{"__isSmartRef__":true,"id":36132},{"__isSmartRef__":true,"id":36134},{"__isSmartRef__":true,"id":36136}],"vector":{"__isSmartRef__":true,"id":36126},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"36130":{"offset":0,"color":{"__isSmartRef__":true,"id":36131}},"36131":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36132":{"offset":0.4,"color":{"__isSmartRef__":true,"id":36133}},"36133":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36134":{"offset":0.6,"color":{"__isSmartRef__":true,"id":36135}},"36135":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36136":{"offset":1,"color":{"__isSmartRef__":true,"id":36137}},"36137":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36138":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"38FE9289-DE18-40A2-B73B-2E2DBA905EB4","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"36139":{"sourceObj":{"__isSmartRef__":true,"id":36096},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":34759},"targetMethodName":"runScript","visualConnector":{"__isSmartRef__":true,"id":36140},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"36140":{"submorphs":[{"__isSmartRef__":true,"id":36141}],"scripts":[],"shape":{"__isSmartRef__":true,"id":36156},"derivationIds":[null],"id":"C89B50A0-17E7-4D22-AE1D-5112520DAEE7","renderContextTable":{"__isSmartRef__":true,"id":36163},"eventHandler":{"__isSmartRef__":true,"id":36164},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":36165},{"__isSmartRef__":true,"id":36166}],"con":{"__isSmartRef__":true,"id":36139},"showsMorphMenu":true,"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":36167},"__LivelyClassName__":"lively.morphic.Path"},"36141":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":36142},"derivationIds":[null],"id":"2A71BE9E-6820-46AF-ACED-3C9BDCC918AF","renderContextTable":{"__isSmartRef__":true,"id":36153},"eventHandler":{"__isSmartRef__":true,"id":36154},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":36155},"owner":{"__isSmartRef__":true,"id":36140},"_Rotation":-3.130064002485303,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"36142":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":36143},{"__isSmartRef__":true,"id":36144},{"__isSmartRef__":true,"id":36145},{"__isSmartRef__":true,"id":36146}],"renderContextTable":{"__isSmartRef__":true,"id":36147},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":36148},"_Extent":{"__isSmartRef__":true,"id":36149},"_Padding":{"__isSmartRef__":true,"id":36150},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":36151},"_Fill":{"__isSmartRef__":true,"id":36152},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"36143":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"36144":{"isAbsolute":true,"x":-12,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"36145":{"isAbsolute":true,"x":4,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"36146":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"36147":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"36148":{"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36149":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36150":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"36151":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36152":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36153":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"36154":{"morph":{"__isSmartRef__":true,"id":36141},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"36155":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36156":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":36157},{"__isSmartRef__":true,"id":36158}],"renderContextTable":{"__isSmartRef__":true,"id":36159},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":36160},"_Extent":{"__isSmartRef__":true,"id":36161},"_Padding":{"__isSmartRef__":true,"id":36162},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":36151},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"36157":{"isAbsolute":true,"x":829.7085000406639,"y":9.565843617262885,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"36158":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"36159":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"36160":{"x":-1,"y":-1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36161":{"x":831,"y":11,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36162":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"36163":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"36164":{"morph":{"__isSmartRef__":true,"id":36140},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"36165":{"morph":{"__isSmartRef__":true,"id":36140},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"36166":{"morph":{"__isSmartRef__":true,"id":36140},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":36141},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"36167":{"morphMenuItems":{"__isSmartRef__":true,"id":36168}},"36168":{"varMapping":{"__isSmartRef__":true,"id":36169},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":36174},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"36169":{"this":{"__isSmartRef__":true,"id":36140},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":36170}},"36170":{"$super":{"__isSmartRef__":true,"id":36171}},"36171":{"varMapping":{"__isSmartRef__":true,"id":36172},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":36173},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"36172":{"obj":{"__isSmartRef__":true,"id":36140},"name":"morphMenuItems"},"36173":{},"36174":{},"36175":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36176":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"36177":{"morph":{"__isSmartRef__":true,"id":36096},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"36178":{"x":71.99397894387357,"y":-13.030105280631261,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36179":{"x":788.7426780861911,"y":9.508591852040126,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36180":{"centeredHorizontal":false,"moveHorizontal":true},"36181":{"submorphs":[{"__isSmartRef__":true,"id":36182}],"scripts":[],"id":"8BADA640-EDC1-41B2-BEF3-0F2520EA25DD","shape":{"__isSmartRef__":true,"id":36198},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":36202},"lighterFill":{"__isSmartRef__":true,"id":36214},"label":{"__isSmartRef__":true,"id":36182},"name":"saveButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":36223},"attributeConnections":[{"__isSmartRef__":true,"id":36224}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":36260},"renderContextTable":{"__isSmartRef__":true,"id":36261},"eventHandler":{"__isSmartRef__":true,"id":36262},"distanceToDragEvent":{"__isSmartRef__":true,"id":36263},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","D686F0CB-027B-4CA9-8B8D-9306389B219D","F51327CB-803E-4234-BFB3-6F5252D1C936","A79280E8-6AE3-4016-AF47-CE78F71924C6","B05829EB-D452-4D81-983B-E2CE425C8260","32B117E5-52D8-4843-B80E-090B9817E099","49AC923E-5272-4E3C-8F02-4F2AED2BC4E9","85AAEA9C-5E12-4DEC-8994-9A5FE655A740","2A7FF9BF-85D3-4962-8EB4-0F7016C672EB","3BB17748-B91B-43F5-84BE-2537402A6382","8BA10BD3-43C5-4A41-B9D9-DCD8C74EA208"],"layout":{"__isSmartRef__":true,"id":36264},"_Position":{"__isSmartRef__":true,"id":36265},"owner":{"__isSmartRef__":true,"id":34759},"_ClipMode":"visible","_Rotation":0,"_Scale":0.9880657804942089,"__LivelyClassName__":"lively.morphic.Button"},"36182":{"submorphs":[],"scripts":[],"id":"F0727398-A1F0-47F5-92CF-BB9677FA05FA","shape":{"__isSmartRef__":true,"id":36183},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":36189},"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":36190},"_Padding":{"__isSmartRef__":true,"id":36191},"owner":{"__isSmartRef__":true,"id":36181},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":36192},"textChunks":[{"__isSmartRef__":true,"id":36193}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":36195},"eventHandler":{"__isSmartRef__":true,"id":36196},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","9AECBFB8-25A5-483F-86AD-D7CF9ABC9A25","918C6CC4-3540-4341-BAFD-B195F7807FEE","5AABB138-5EE8-40A5-AB3C-5A9625D0A353","4529D79B-4CC5-467E-91F8-661C3A5F49F8","1E5E570C-FD42-45E3-A7F6-768BB14ACD14","A13FB4E0-72F2-4E7C-A861-EDCBA1393860","B8E4C964-4FFF-4A9F-B0A9-612546B1DC8C","002A2173-D26D-4EED-8906-A489C1E158C0","63362D04-B829-41E6-9E68-5B8DB03D382F","996B60A4-8698-448F-A35F-79C768B4976B"],"_MinTextWidth":97,"_MinTextHeight":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":36197},"__LivelyClassName__":"lively.morphic.Text"},"36183":{"position":{"__isSmartRef__":true,"id":36184},"_Extent":{"__isSmartRef__":true,"id":36185},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":36186},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":36187},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":36188},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"36184":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36185":{"x":101,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36186":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36187":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"36188":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"36189":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36190":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"36191":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"36192":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36193":{"style":{"__isSmartRef__":true,"id":36194},"chunkOwner":{"__isSmartRef__":true,"id":36182},"storedString":"save","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"36194":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"36195":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"36196":{"morph":{"__isSmartRef__":true,"id":36182},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"36197":{"requiredModules":[],"idOnLoad":"3E7E186F-FC23-407B-AB4D-A5E4328BD3DB","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"36198":{"position":{"__isSmartRef__":true,"id":36199},"_Extent":{"__isSmartRef__":true,"id":36200},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":36201},"_Fill":{"__isSmartRef__":true,"id":36202},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":36212},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":36213},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"36199":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36200":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36201":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36202":{"stops":[{"__isSmartRef__":true,"id":36203},{"__isSmartRef__":true,"id":36205},{"__isSmartRef__":true,"id":36207},{"__isSmartRef__":true,"id":36209}],"vector":{"__isSmartRef__":true,"id":36211},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"36203":{"offset":0,"color":{"__isSmartRef__":true,"id":36204}},"36204":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36205":{"offset":0.4,"color":{"__isSmartRef__":true,"id":36206}},"36206":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36207":{"offset":0.6,"color":{"__isSmartRef__":true,"id":36208}},"36208":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36209":{"offset":1,"color":{"__isSmartRef__":true,"id":36210}},"36210":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36211":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"36212":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"36213":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"36214":{"stops":[{"__isSmartRef__":true,"id":36215},{"__isSmartRef__":true,"id":36217},{"__isSmartRef__":true,"id":36219},{"__isSmartRef__":true,"id":36221}],"vector":{"__isSmartRef__":true,"id":36211},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"36215":{"offset":0,"color":{"__isSmartRef__":true,"id":36216}},"36216":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36217":{"offset":0.4,"color":{"__isSmartRef__":true,"id":36218}},"36218":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36219":{"offset":0.6,"color":{"__isSmartRef__":true,"id":36220}},"36220":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36221":{"offset":1,"color":{"__isSmartRef__":true,"id":36222}},"36222":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36223":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"4CA33EBB-10D5-40D0-A661-29AA3B4B5E58","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"36224":{"sourceObj":{"__isSmartRef__":true,"id":36181},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":35255},"targetMethodName":"doSave","visualConnector":{"__isSmartRef__":true,"id":36225},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"36225":{"submorphs":[{"__isSmartRef__":true,"id":36226}],"scripts":[],"shape":{"__isSmartRef__":true,"id":36241},"derivationIds":[null],"id":"F46012D5-C8BE-4E52-BF98-D052FDAAE17A","renderContextTable":{"__isSmartRef__":true,"id":36248},"eventHandler":{"__isSmartRef__":true,"id":36249},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":36250},{"__isSmartRef__":true,"id":36251}],"con":{"__isSmartRef__":true,"id":36224},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":36252},"__LivelyClassName__":"lively.morphic.Path"},"36226":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":36227},"derivationIds":[null],"id":"A2A83C78-09B8-473C-829B-198206D7A9E4","renderContextTable":{"__isSmartRef__":true,"id":36238},"eventHandler":{"__isSmartRef__":true,"id":36239},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":36240},"owner":{"__isSmartRef__":true,"id":36225},"_Rotation":3.077607197692381,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"36227":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":36228},{"__isSmartRef__":true,"id":36229},{"__isSmartRef__":true,"id":36230},{"__isSmartRef__":true,"id":36231}],"renderContextTable":{"__isSmartRef__":true,"id":36232},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":36233},"_Extent":{"__isSmartRef__":true,"id":36234},"_Padding":{"__isSmartRef__":true,"id":36235},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":36236},"_Fill":{"__isSmartRef__":true,"id":36237},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"36228":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"36229":{"isAbsolute":true,"x":-12,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"36230":{"isAbsolute":true,"x":4,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"36231":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"36232":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"36233":{"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36234":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36235":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"36236":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36237":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36238":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"36239":{"morph":{"__isSmartRef__":true,"id":36226},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"36240":{"x":201.20421122525056,"y":40.24084224505009,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36241":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":36242},{"__isSmartRef__":true,"id":36243}],"renderContextTable":{"__isSmartRef__":true,"id":36244},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":36245},"_Extent":{"__isSmartRef__":true,"id":36246},"_Padding":{"__isSmartRef__":true,"id":36247},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":36236},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"36242":{"isAbsolute":true,"x":679.4857209639925,"y":9.595948897894004,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"36243":{"isAbsolute":true,"x":201.20421122525056,"y":40.24084224505009,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"36244":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"36245":{"x":200,"y":9,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36246":{"x":480,"y":32,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36247":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"36248":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"36249":{"morph":{"__isSmartRef__":true,"id":36225},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"36250":{"morph":{"__isSmartRef__":true,"id":36225},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"36251":{"morph":{"__isSmartRef__":true,"id":36225},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":36226},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"36252":{"morphMenuItems":{"__isSmartRef__":true,"id":36253}},"36253":{"varMapping":{"__isSmartRef__":true,"id":36254},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":36259},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"36254":{"this":{"__isSmartRef__":true,"id":36225},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":36255}},"36255":{"$super":{"__isSmartRef__":true,"id":36256}},"36256":{"varMapping":{"__isSmartRef__":true,"id":36257},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":36258},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"36257":{"obj":{"__isSmartRef__":true,"id":36225},"name":"morphMenuItems"},"36258":{},"36259":{},"36260":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36261":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"36262":{"morph":{"__isSmartRef__":true,"id":36181},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"36263":{"x":68.77671624028653,"y":-14.497241813457947,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36264":{"centeredHorizontal":false,"moveHorizontal":true},"36265":{"x":675.4189853444968,"y":9.53851695196505,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36266":{"submorphs":[{"__isSmartRef__":true,"id":36267}],"scripts":[],"id":"4F9067A3-5A5C-4637-A76F-7E590CEE2BDA","shape":{"__isSmartRef__":true,"id":36283},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":36299},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":36287},"lighterFill":{"__isSmartRef__":true,"id":36300},"label":{"__isSmartRef__":true,"id":36267},"name":"openTestsButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":36309},"attributeConnections":[{"__isSmartRef__":true,"id":36310}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":36311},"renderContextTable":{"__isSmartRef__":true,"id":36312},"eventHandler":{"__isSmartRef__":true,"id":36313},"distanceToDragEvent":{"__isSmartRef__":true,"id":36314},"derivationIds":[7251,"84054D2E-8176-440D-B413-279956A34FC2","79434046-F834-490E-B705-0CE871D9E8B3","FF38CA79-C0DF-4F2F-8FC3-407571EF6A54","B1D50332-9F4F-4F7C-AC3F-95DC6C73EAA4","5B8D7C39-987A-4849-BFFD-3F316CE03852","F7C30F5C-7270-44B1-ADFF-7473F2012DB0","5142302E-3E9A-476B-AB24-B2448DA6D3E4","FEA3C508-593D-4BC7-B645-8B5630CF2EDE","34DBC442-E1DE-42D7-8C63-BA9A1890C994"],"owner":{"__isSmartRef__":true,"id":34759},"_ClipMode":"visible","_Rotation":0,"_Scale":0.9940149800149939,"__LivelyClassName__":"lively.morphic.Button"},"36267":{"submorphs":[],"scripts":[],"id":"78C4969D-2C33-4B17-9027-89B411B9F496","shape":{"__isSmartRef__":true,"id":36268},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":36274},"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":36275},"_Padding":{"__isSmartRef__":true,"id":36276},"owner":{"__isSmartRef__":true,"id":36266},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":36277},"textChunks":[{"__isSmartRef__":true,"id":36278}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":36280},"eventHandler":{"__isSmartRef__":true,"id":36281},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2","CB475566-05CE-43E2-B04D-EE32BC4CB718","6BB077CE-92E6-47BE-BE88-9A48488562D1","9E359973-2FDB-417B-BB06-AB34D52BD310","58F098ED-A190-44F2-B73E-80802B2CF2F6","AEA84B35-B349-4307-92C6-8F229705DFC2","A677CADF-24FF-4177-9A3A-FE9AAE7D60FE","0F875AD9-E54C-4735-9BA9-7B89574233A1","840EBE92-3BC2-42EC-819E-3CD002576490"],"_MinTextWidth":97,"_MinTextHeight":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":36282},"__LivelyClassName__":"lively.morphic.Text"},"36268":{"position":{"__isSmartRef__":true,"id":36269},"_Extent":{"__isSmartRef__":true,"id":36270},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":36271},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":36272},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":36273},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"36269":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36270":{"x":101,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36271":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36272":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"36273":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"36274":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36275":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"36276":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"36277":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36278":{"style":{"__isSmartRef__":true,"id":36279},"chunkOwner":{"__isSmartRef__":true,"id":36267},"storedString":"Tests","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"36279":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"36280":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"36281":{"morph":{"__isSmartRef__":true,"id":36267},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"36282":{"requiredModules":[],"idOnLoad":"C27664AA-83EC-42C5-BF7F-9376F7EFA3EA","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"36283":{"position":{"__isSmartRef__":true,"id":36284},"_Extent":{"__isSmartRef__":true,"id":36285},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":36286},"_Fill":{"__isSmartRef__":true,"id":36287},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":36297},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":36298},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"36284":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36285":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36286":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36287":{"stops":[{"__isSmartRef__":true,"id":36288},{"__isSmartRef__":true,"id":36290},{"__isSmartRef__":true,"id":36292},{"__isSmartRef__":true,"id":36294}],"vector":{"__isSmartRef__":true,"id":36296},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"36288":{"offset":0,"color":{"__isSmartRef__":true,"id":36289}},"36289":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36290":{"offset":0.4,"color":{"__isSmartRef__":true,"id":36291}},"36291":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36292":{"offset":0.6,"color":{"__isSmartRef__":true,"id":36293}},"36293":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36294":{"offset":1,"color":{"__isSmartRef__":true,"id":36295}},"36295":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36296":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"36297":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"36298":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"36299":{"x":569.4738443086164,"y":9,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36300":{"stops":[{"__isSmartRef__":true,"id":36301},{"__isSmartRef__":true,"id":36303},{"__isSmartRef__":true,"id":36305},{"__isSmartRef__":true,"id":36307}],"vector":{"__isSmartRef__":true,"id":36296},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"36301":{"offset":0,"color":{"__isSmartRef__":true,"id":36302}},"36302":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36303":{"offset":0.4,"color":{"__isSmartRef__":true,"id":36304}},"36304":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36305":{"offset":0.6,"color":{"__isSmartRef__":true,"id":36306}},"36306":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36307":{"offset":1,"color":{"__isSmartRef__":true,"id":36308}},"36308":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36309":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"98E1584C-7EBB-4C02-9615-18A717E4DFB1","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"36310":{"sourceObj":{"__isSmartRef__":true,"id":36266},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":34759},"targetMethodName":"openPartTestRunner","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"36311":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36312":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"36313":{"morph":{"__isSmartRef__":true,"id":36266},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"36314":{"x":72.12712954861536,"y":-12.46465727058387,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36315":{"submorphs":[{"__isSmartRef__":true,"id":36316},{"__isSmartRef__":true,"id":36335}],"scripts":[],"id":"BCE6E775-B5DF-4D6B-9F06-CDC02C1B1D0F","shape":{"__isSmartRef__":true,"id":36347},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":36363},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":36351},"lighterFill":{"__isSmartRef__":true,"id":36364},"label":{"__isSmartRef__":true,"id":36316},"name":"ScriptableButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":36373},"attributeConnections":[{"__isSmartRef__":true,"id":36376}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":36377},"renderContextTable":{"__isSmartRef__":true,"id":36378},"eventHandler":{"__isSmartRef__":true,"id":36379},"derivationIds":[2588,"22797D34-67DE-4A06-81F0-4DF0A87ADBBC","81CB4C12-BCF0-4097-8B6D-D9419046367A","0767A57D-9BB2-48C6-9654-753D2B9D00A6","42871246-6725-4E41-A2C1-5A5BCF041097"],"_ClipMode":"visible","owner":{"__isSmartRef__":true,"id":34759},"distanceToDragEvent":{"__isSmartRef__":true,"id":36380},"_Rotation":0,"_Scale":0.9920279440699439,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":36381},"__LivelyClassName__":"lively.morphic.Button"},"36316":{"submorphs":[],"scripts":[],"id":"66A7B56E-A94E-44AE-8AED-C0C1B07554D4","shape":{"__isSmartRef__":true,"id":36317},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":36323},"_MaxTextWidth":24,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":36324},"_Padding":{"__isSmartRef__":true,"id":36325},"owner":{"__isSmartRef__":true,"id":36315},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":36326},"textChunks":[{"__isSmartRef__":true,"id":36327},{"__isSmartRef__":true,"id":36329}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":36331},"eventHandler":{"__isSmartRef__":true,"id":36332},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[2589,"024C5ADE-C4CF-4E8E-BEC5-F93AD4839702","A2CC4D56-B9D8-4A48-B6FF-DDDD85ACDC2E","5AC5C4DE-00B0-43DB-B7F1-765674CE818B","750A11C6-766E-4B48-AE32-D71DE811EB4A"],"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":24,"_MinTextHeight":null,"_FontSize":10,"_TextColor":{"__isSmartRef__":true,"id":36333},"partsBinMetaInfo":{"__isSmartRef__":true,"id":36334},"__LivelyClassName__":"lively.morphic.Text"},"36317":{"position":{"__isSmartRef__":true,"id":36318},"_Extent":{"__isSmartRef__":true,"id":36319},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":36320},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":36321},"_Padding":{"__isSmartRef__":true,"id":36322},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"36318":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36319":{"x":24,"y":24,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36320":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36321":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"36322":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"36323":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36324":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"36325":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"36326":{"x":24,"y":24,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36327":{"style":{"__isSmartRef__":true,"id":36328},"chunkOwner":{"__isSmartRef__":true,"id":36316},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"36328":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"36329":{"style":{"__isSmartRef__":true,"id":36330},"chunkOwner":{"__isSmartRef__":true,"id":36316},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"36330":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"36331":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"36332":{"morph":{"__isSmartRef__":true,"id":36316},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"36333":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36334":{"requiredModules":[],"idOnLoad":"C4FEE996-2821-4F16-827A-F8DC70A987CA","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"36335":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":36336},"derivationIds":[null,"29E543E0-AE93-493A-A694-FC1C330D0544","F0366E4C-E97F-4C77-BEE4-340A0668ADD5","347F6028-5092-4F54-9A34-3EFF3FF0B815"],"id":"BF7387E7-BCD7-4A5B-B9D2-C14ECF59EFCA","renderContextTable":{"__isSmartRef__":true,"id":36341},"eventHandler":{"__isSmartRef__":true,"id":36342},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":36343},"owner":{"__isSmartRef__":true,"id":36315},"name":"leftpointing_magnifying_glass.png","priorExtent":{"__isSmartRef__":true,"id":36344},"isBeingDragged":false,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":36345},"eventsAreDisabled":true,"_HandStyle":"default","_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.Widgets","partsBinMetaInfo":{"__isSmartRef__":true,"id":36346},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Image"},"36336":{"_Position":{"__isSmartRef__":true,"id":36337},"renderContextTable":{"__isSmartRef__":true,"id":36338},"_Extent":{"__isSmartRef__":true,"id":36339},"_ImageURL":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAABAAAAAQBPJcTWAAAALnRFWHRUaXRsZQBMRUZULVBPSU5USU5HIE1BR05JRllJTkcgR0xBU1MgKFUrMUY1MEQpw88haQAAABV0RVh0QXV0aG9yAEFuZHJldyBNYXJjdXNl5zc3gwAAAC90RVh0U29mdHdhcmUAaW5mby5maWxlZm9ybWF0LmRhdGEuVW5pY29kZVBuZ1NlcnZsZXRoAX8wAAAAQ3RFWHREZXNjcmlwdGlvbgBodHRwOi8vd3d3LmZpbGVmb3JtYXQuaW5mby9pbmZvL3VuaWNvZGUvMWY1MGQvaW5kZXguaHRtk2hNQgAAADt0RVh0Q29weXJpZ2h0AGh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LW5jLXNhLzIuMC9siJKDAAAIDklEQVR42u1daWxVRRQeCi0tIqCAQCTIUtEIGlk0ilqEkEbiQhSKGAyCooIIggsiQuMWZNGwVMUFNIhKZBMobZClgK1FwAU3wIpSREDcUFZFEM/JOzf3vPHet9ze1/eYe77k+zNzl5nz3ZlzZntPKYFAcHojDXimmKH6cQbwZuBM4HLgx8A9wBPAU8BjwJ3ADcDFwMnArsCaYjr/0BB4DwlwjAwfL38DzgX2AdYWk3pDJnAM8E/NuN8BpwEHAq8DXgpsCswANgN2APak/BeBu7T7sQX1A9YQE8fuDwYAf2BG/JrEaefxmSjaeOAO9syNwBwxd2Q0o/7fMhr6h8Fx+oBIX346cATwF/aON6Qbc0ZH4G4y0lHgOGAdD8/Be/KAs4AFwKsdrqkHnAA8Tu8rAzYWCWz0Bh5hraKTT11fL+AH1FXlA8/SrsEu61fmW9qLFEqNAv5LRsEw9twEvKMzcAvwJ3LoHG2AW+n9B4HdgixGHhNjiccuKlbUp9aC7yoGnqflraa8A8C2QRTjMvIVaITyKI61BjnkqiILWEjvPAwcxvLqAj+nvAqH7s1oNAfupcpjeNskhnvQOQ/xYfxQCziHRVl3sjxsNfspvYSuNR4Ywn5ClT5CA7lYkUPRU0YVy4CivkVlOE7TKxa6AP+ivKlBEORe9nUO8XD/QhWay6oqmlK3dYoirTYs70FK/wd4ocli1KVIByu7XXmb9BsOPEmj76riSfZxbAM2oPQMmqLB9GUmC/I0M8AtHp9xCd3/rM8fCHISy+vH0ruaOi3Coyqv6ETPKPSpXEOZ4X9XoSl+y89sovTNJgoyklW8rw8+aKFP5apFo3SrbMNcWsnFpgmylkU19R3yY4mc0mk0j88Z62PZ5jHDV7DQugE5dkx/3CQxzlb2qt6aCF1HtJH6BHoGju4v97F8+Sp8zeRGlldCaZtMEmQAq+zICL5hpUvrwfXy19gzZvhcvj6aILNZ3ij2ETQzRZA3WWU7RrgOfQsu05YCnyLxcFS9h91fTlMgfqKdJsg6lteBpQ8wRZASVqmmUa7txvwEJ/qe8SoxGxYymK+wpnMsNGHpxviRbVShkzEatAb5iEHUSrqzQVuiUMkMf5IFGWnM/71giiAHqEL7U7iMf2gtkk/B7/M51E4qMlklvzwNymgxl+VvobQPTRCkMavkDpaelkJlbOkgyDUsv0LZu19Oe/A++BBLvyIB0ZJX9HIQhHdZBymt1BQfso9V1Jorag28PUXKN8tBkHqUV4elLTJFkM9YpVqzllOcAmXDiG6vJsZhlt+Kpc80RZBiF2eJK4fZSS5bd4fWUcTyc1n6Y6YIMpVVii+LTgFOTHLZNjoIMpTlT2fpXUwRpIcKn021gHuwcDN0ss525Cnn3fIt2DXfK3vPljGbHtK1gdcFmkNdkYTK4gz0Tgcxytg1fI6rUBkGvubA54Ta0lTFK9VYFhS/xKV18PEHX3MfYpogfPUND9DwuamFlP5oNZXlZRcxlmsDWutsCl/aNQYZWhfBnTlOceNsLq459E1wyyhwEeNvFb7ZusClrEbhNlbJoyp8Y3UejehxPWS08v/MBrbIlcr92BvfwZit7KMKOC3f3FRBcBC2mRlBnz0dpOzN17gvqrdP7+2p7PkoJz7Hrq2pCfeqMhzXasbI1/KHa/m4Y93reRFcU1mrIh8IXaLCJzpnsLyfKRozHrNZpbFF9NHyx2pGw2tWAZ8H3gW8UjmvvWdSlIQb3raq6Kdzp6vwBbOhWn5/FRCggy9lFcdN1521ax5Q0Y9B41o7nkn8Rv1/gSkS0T/crb0vV4Uv465UAUNjLerCkfAN2jUXKef19apwnYP4AynK4tfNU6m1ZlMtaK/stQZrLXu0Q6g6OIpTjoVfAK/Xnp1GDp1fhy0th1rwHLqmEbXYHkEQJYcGitwouG2onoPx0Ne8q+yDmtGIs8lPUFCgH/Q5R4XPQlt8nfKzKB9/ouNHLT/ddFEw7t+uGQbPko90GY+gOHgcoRc5+YeBj1DY3JPyGrq8qy6JdMhBDAyz8azhZLq2JRuP4HE3a6f8KhNH7k4Dt9UORqoE3qGqfiAUo7L7lX1kjfMd4H0UHGTTFMpLzH8VUAS3iN2znsQ1GugvprCvkvMYdSFouBYxPu98FdoKusblmZXUoiz0J1FuYgPUfCrXAof7S4MgimXIRVH8wwHq5vBLna9Cs8ULyEgVWrCg8zAJ79TtjGDXjSMx5kd4Fk7XB+a3uq5Sob1QfoW86JzxR2zcjjyj3/mKTafUpCAi2nPLVcB+QA379YdoGuWEBxEwars1hujIOpZQQS1jWhzvKXeIDAOBRhT+YgQ2kcYK71NLwgOauAKJ50jwpFW8J2jHKHvLKwYBuENmVxyibAiqKIlCOkVY1g8HZHkQ5SOXeTaBR9RW9vT7agp34xVlo4jiL7KoG0TjriCR4hVlk0r8EYrAtZQiZa+14wx1qzhF2Syi+C+K5VOWko8RUVJIlPc8irIhKCP6ZItSqeJbh8kSU/qHDCbKMuZT4hFlrpgxcaIUUcuJR5TdYsLEiFLIQuLMOESZJOZLnCjLyMhrabqkZRRR1qsArDQmW5SlZOxPVWhJ2E2UNRJlVQ/wi19CRv9WhXbJoCh8zb+IujVBNYqymIyPP55ZxsQoVvK78kkBrp28rXVThSJGcoE7YZ5RoTMlc8SBpw7kj2IEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgSAZ+A+0ucC4BysctgAAAABJRU5ErkJggg==","_Padding":{"__isSmartRef__":true,"id":36340},"_NodeClass":["image"],"_NodeId":"29E543E0-AE93-493A-A694-FC1C330D0544","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLoaded":true,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Image"},"36337":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36338":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","setImageURL":"setImageURLHTML","getNativeExtent":"getNativeExtentHTML"},"36339":{"x":29,"y":29,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36340":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"36341":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"36342":{"morph":{"__isSmartRef__":true,"id":36335},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"36343":{"x":-3.024108360992159,"y":0.008036120330757512,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36344":{"x":28,"y":29,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36345":{"x":39.935711037353485,"y":-9.032144481323257,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36346":{"partName":"leftpointing_magnifying_glass.png","requiredModules":[],"idOnLoad":"2938F197-81F8-4F52-891A-09D0823BF47D","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"36347":{"position":{"__isSmartRef__":true,"id":36348},"_Extent":{"__isSmartRef__":true,"id":36349},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":36350},"_Fill":{"__isSmartRef__":true,"id":36351},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":36361},"_Padding":{"__isSmartRef__":true,"id":36362},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"36348":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36349":{"x":24,"y":24,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36350":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36351":{"stops":[{"__isSmartRef__":true,"id":36352},{"__isSmartRef__":true,"id":36354},{"__isSmartRef__":true,"id":36356},{"__isSmartRef__":true,"id":36358}],"vector":{"__isSmartRef__":true,"id":36360},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"36352":{"offset":0,"color":{"__isSmartRef__":true,"id":36353}},"36353":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36354":{"offset":0.4,"color":{"__isSmartRef__":true,"id":36355}},"36355":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36356":{"offset":0.6,"color":{"__isSmartRef__":true,"id":36357}},"36357":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36358":{"offset":1,"color":{"__isSmartRef__":true,"id":36359}},"36359":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36360":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"36361":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"36362":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"36363":{"x":464.5087747493862,"y":8.483242611655214,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36364":{"stops":[{"__isSmartRef__":true,"id":36365},{"__isSmartRef__":true,"id":36367},{"__isSmartRef__":true,"id":36369},{"__isSmartRef__":true,"id":36371}],"vector":{"__isSmartRef__":true,"id":36360},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"36365":{"offset":0,"color":{"__isSmartRef__":true,"id":36366}},"36366":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36367":{"offset":0.4,"color":{"__isSmartRef__":true,"id":36368}},"36368":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36369":{"offset":0.6,"color":{"__isSmartRef__":true,"id":36370}},"36370":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36371":{"offset":1,"color":{"__isSmartRef__":true,"id":36372}},"36372":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36373":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"ScriptableButton","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":36374}],"revisionOnLoad":154251,"idOnLoad":"21D3CFC5-BFE0-4003-9A8B-4C7017C5F2F1","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"36374":{"date":{"__isSmartRef__":true,"id":36375},"author":"robertkrahn","message":"no comment","id":"0366C0A2-0C8E-4AEB-AAC3-120434134545"},"36375":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:10:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"36376":{"sourceObj":{"__isSmartRef__":true,"id":36315},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":36315},"targetMethodName":"onFire","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"36377":{"x":24.405327095521386,"y":24.0321444813232,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36378":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"36379":{"morph":{"__isSmartRef__":true,"id":36315},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"36380":{"x":37.935711037353656,"y":-7.943747157684584,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36381":{"onFire":{"__isSmartRef__":true,"id":36382},"removeHighlighting":{"__isSmartRef__":true,"id":36386},"getHighlightRectangle":{"__isSmartRef__":true,"id":36390},"onMouseMove":{"__isSmartRef__":true,"id":36394},"onMouseOut":{"__isSmartRef__":true,"id":36402},"newHighlightRectangle":{"__isSmartRef__":true,"id":36410}},"36382":{"varMapping":{"__isSmartRef__":true,"id":36383},"source":"function onFire() {\n // this.world().firstHand().highlightRectangle = null\n\n var hand = this.world().firstHand(),\n rect = this.getHighlightRectangle(),\n that = this\n\n if (hand.highlightConnection) {\n this.removeHighlighting()\n } else {\n this.world().addMorph(rect)\n hand.highlightConnection = connect(hand, \"scrollFocusMorph\", rect, \"update\")\n // on click we need to remove, remove on update\n }\n}","funcProperties":{"__isSmartRef__":true,"id":36384},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"36383":{"this":{"__isSmartRef__":true,"id":36315}},"36384":{"timestamp":{"__isSmartRef__":true,"id":36385},"user":"lauritz","tags":[]},"36385":{"isSerializedDate":true,"string":"Tue May 29 2012 13:05:14 GMT+0200 (Mitteleuropäische Sommerzeit)"},"36386":{"varMapping":{"__isSmartRef__":true,"id":36387},"source":"function removeHighlighting() {\n var hand = this.world().firstHand(),\n rect = hand.highlightRectangle\n rect.remove()\n hand.attributeConnections.removeAt(\n hand.attributeConnections.indexOf(hand.highlightConnection))\n hand.highlightConnection = null\n}","funcProperties":{"__isSmartRef__":true,"id":36388},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"36387":{"this":{"__isSmartRef__":true,"id":36315}},"36388":{"timestamp":{"__isSmartRef__":true,"id":36389},"user":"lauritz","tags":[]},"36389":{"isSerializedDate":true,"string":"Tue May 29 2012 12:56:37 GMT+0200 (Mitteleuropäische Sommerzeit)"},"36390":{"varMapping":{"__isSmartRef__":true,"id":36391},"source":"function getHighlightRectangle() {\n\n var hand = this.world().firstHand(),\n rect = hand.highlightRectangle;\n\n if (!rect) {\n rect = this.newHighlightRectangle()\n connect(rect, \"onMouseMove\", rect, \"updateOnMove\")\n connect(rect, \"onMouseUp\", this, \"removeHighlighting\")\n connect(rect, \"onMouseUp\", this.owner, \"setTarget\",\n {converter: function () {\n return this.sourceObj.coveredMorph()\n }\n })\n hand.highlightRectangle = rect\n }\n\n return rect\n}","funcProperties":{"__isSmartRef__":true,"id":36392},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"36391":{"this":{"__isSmartRef__":true,"id":36315}},"36392":{"timestamp":{"__isSmartRef__":true,"id":36393},"user":"lauritz","tags":[]},"36393":{"isSerializedDate":true,"string":"Tue May 29 2012 13:14:51 GMT+0200 (Mitteleuropäische Sommerzeit)"},"36394":{"varMapping":{"__isSmartRef__":true,"id":36395},"source":"function onMouseMove(evt) {\n var rect = this.newHighlightRectangle()\n\n var target = this.owner.target\n if (target && !this.targetHighlight) {\n rect.update(target)\n this.world().addMorph(rect)\n this.targetHighlight = rect\n }\n}","funcProperties":{"__isSmartRef__":true,"id":36400},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"36395":{"this":{"__isSmartRef__":true,"id":36315},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":36396}},"36396":{"$super":{"__isSmartRef__":true,"id":36397}},"36397":{"varMapping":{"__isSmartRef__":true,"id":36398},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world) \n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":36399},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"36398":{"obj":{"__isSmartRef__":true,"id":36315},"name":"onMouseMove"},"36399":{},"36400":{"timestamp":{"__isSmartRef__":true,"id":36401},"user":"lauritz","tags":[]},"36401":{"isSerializedDate":true,"string":"Tue May 29 2012 13:17:03 GMT+0200 (Mitteleuropäische Sommerzeit)"},"36402":{"varMapping":{"__isSmartRef__":true,"id":36403},"source":"function onMouseOut() {\n if (this.targetHighlight) {\n this.targetHighlight.remove()\n delete this.targetHighlight\n }\n}","funcProperties":{"__isSmartRef__":true,"id":36408},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"36403":{"this":{"__isSmartRef__":true,"id":36315},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":36404}},"36404":{"$super":{"__isSmartRef__":true,"id":36405}},"36405":{"varMapping":{"__isSmartRef__":true,"id":36406},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world) \n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":36407},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"36406":{"obj":{"__isSmartRef__":true,"id":36315},"name":"onMouseOut"},"36407":{},"36408":{"timestamp":{"__isSmartRef__":true,"id":36409},"user":"lauritz","tags":[]},"36409":{"isSerializedDate":true,"string":"Tue May 29 2012 13:16:12 GMT+0200 (Mitteleuropäische Sommerzeit)"},"36410":{"varMapping":{"__isSmartRef__":true,"id":36411},"source":"function newHighlightRectangle() {\n return this.world().loadPartItem(\"HighlightRectangle\", \"PartsBin/Tools\")\n}","funcProperties":{"__isSmartRef__":true,"id":36412},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"36411":{"this":{"__isSmartRef__":true,"id":36315}},"36412":{"timestamp":{"__isSmartRef__":true,"id":36413},"user":"lauritz","tags":[]},"36413":{"isSerializedDate":true,"string":"Tue May 29 2012 13:14:40 GMT+0200 (Mitteleuropäische Sommerzeit)"},"36414":{"position":{"__isSmartRef__":true,"id":36415},"_Extent":{"__isSmartRef__":true,"id":36416},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":36417},"_Fill":{"__isSmartRef__":true,"id":36418},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":36419},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":36420},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"36415":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36416":{"x":909.0285365288845,"y":526.612532614436,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36417":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"36418":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36419":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"36420":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"36421":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","comment":"Edit scripts and connections of a specific morph.","migrationLevel":4,"partName":"ObjectEditorPane","changes":[{"__isSmartRef__":true,"id":36422}],"idOnLoad":"FDD4ED91-4AAD-4DE1-93FD-C099E901F8D2","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"36422":{"date":{"__isSmartRef__":true,"id":36423},"author":"lauritz","message":"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items."},"36423":{"isSerializedDate":true,"string":"Fri Oct 21 2011 00:39:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"36424":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"36425":{"morph":{"__isSmartRef__":true,"id":34759},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"36426":{"x":909.0285365288845,"y":526.612532614436,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36427":{"resizeWidth":true,"resizeHeight":true,"adjustForNewBounds":true},"36428":{"x":350.2386236582805,"y":-3.2455173507596555,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36429":{"x":0.971126750461849,"y":21.45669012569269,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"36430":{},"36431":{"displayInitialScript":{"__isSmartRef__":true,"id":36432},"displayJavaScriptSource":{"__isSmartRef__":true,"id":36436},"displaySourceForConnection":{"__isSmartRef__":true,"id":36440},"displaySourceForScript":{"__isSmartRef__":true,"id":36444},"generateSourceForConnection":{"__isSmartRef__":true,"id":36448},"generateSourceForScript":{"__isSmartRef__":true,"id":36452},"generateTargetCode":{"__isSmartRef__":true,"id":36456},"newConnection":{"__isSmartRef__":true,"id":36460},"newScript":{"__isSmartRef__":true,"id":36464},"reset":{"__isSmartRef__":true,"id":36468},"selectChangedContent":{"__isSmartRef__":true,"id":36472},"setTarget":{"__isSmartRef__":true,"id":36476},"sortedConnectionNamesOfObj":{"__isSmartRef__":true,"id":36480},"sortedScriptNamesOfObj":{"__isSmartRef__":true,"id":36484},"updateLists":{"__isSmartRef__":true,"id":36488},"onShutdown":{"__isSmartRef__":true,"id":36492},"confirmUnsavedChanges":{"__isSmartRef__":true,"id":36496},"update":{"__isSmartRef__":true,"id":36500},"ensureAnnotationLayer":{"__isSmartRef__":true,"id":36504},"migrateOldScriptAnnotations":{"__isSmartRef__":true,"id":36508},"copyToPartsBinWithUserRequest":{"__isSmartRef__":true,"id":36512},"printTags":{"__isSmartRef__":true,"id":36520},"setTag":{"__isSmartRef__":true,"id":36524},"runScript":{"__isSmartRef__":true,"id":36528},"openPartTestRunner":{"__isSmartRef__":true,"id":36532}},"36432":{"varMapping":{"__isSmartRef__":true,"id":36433},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.preselectItem();\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.preselectItem();\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":36434},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"36433":{"this":{"__isSmartRef__":true,"id":34759}},"36434":{"timestamp":{"__isSmartRef__":true,"id":36435},"user":"lauritz","tags":[]},"36435":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:13:43 GMT+0100 (Mitteleuropäische Zeit)"},"36436":{"varMapping":{"__isSmartRef__":true,"id":36437},"source":"function displayJavaScriptSource(jsCode) {\n if (this.scriptPane.hasChanged()) {\n var that = this;\n var callback = function(confirmed) {\n if (confirmed) that.scriptPane.display(jsCode)\n };\n this.confirmUnsavedChanges(callback);\n } else {\n this.scriptPane.display(jsCode);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":36438},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"36437":{"this":{"__isSmartRef__":true,"id":34759}},"36438":{"timestamp":{"__isSmartRef__":true,"id":36439},"user":"lauritz","tags":[]},"36439":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"36440":{"varMapping":{"__isSmartRef__":true,"id":36441},"source":"function displaySourceForConnection(connection) {\n var code = \"\", that = this;\n if (connection === undefined) return;\n if (connection === null) {\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\"\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForConnection(connection);\n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":36442},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"36441":{"this":{"__isSmartRef__":true,"id":34759}},"36442":{"timestamp":{"__isSmartRef__":true,"id":36443},"user":"conradcalmez","tags":[]},"36443":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:59:30 GMT+0100 (Mitteleuropäische Zeit)"},"36444":{"varMapping":{"__isSmartRef__":true,"id":36445},"source":"function displaySourceForScript(scriptName) {\n var code = \"\",\n that = this;\n if (scriptName === null) {\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForScript(each)).concat(\"\\n\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForScript(scriptName); \n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":36446},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"36445":{"this":{"__isSmartRef__":true,"id":34759}},"36446":{"timestamp":{"__isSmartRef__":true,"id":36447},"user":"lauritz","tags":[]},"36447":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:51:37 GMT+0100 (Mitteleuropäische Zeit)"},"36448":{"varMapping":{"__isSmartRef__":true,"id":36449},"source":"function generateSourceForConnection(connection) {\n var c = connection, targetObject = this.target;\n\tif (!c.getTargetObj() || !c.getTargetObj().name || \n\t\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\n\n\tvar optConfig = []\n\tif (c.converterString)\n\t\toptConfig.push(\"converter: \\n\\t\" + c.converterString)\n\tif (c.updaterString)\n\t\toptConfig.push(\"updater: \\n\\t\" + c.updaterString)\n\treturn Strings.format('connect(%s, \"%s\", %s, \"%s\", {%s});', \n\t\t\tthis.generateTargetCode(targetObject, c.getSourceObj()),\n\t\t\tc.getSourceAttrName(),\n\t\t\tthis.generateTargetCode(targetObject, c.getTargetObj()),\n\t\t\tc.getTargetMethodName(),\n\t\t\toptConfig.join(','));\n\n}","funcProperties":{"__isSmartRef__":true,"id":36450},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"36449":{"this":{"__isSmartRef__":true,"id":34759}},"36450":{"timestamp":{"__isSmartRef__":true,"id":36451},"user":"lauritz","tags":[]},"36451":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"36452":{"varMapping":{"__isSmartRef__":true,"id":36453},"source":"function generateSourceForScript(scriptName) {\n var script = this.target[scriptName],\n annotation = '',\n scriptSource = '',\n tagScript = '';\n\n if (script.timestamp && script.user) \n annotation = Strings.format('// changed at %s by %s \\n', script.timestamp, script.user);\n scriptSource = Strings.format('this.addScript(%s)', script.getOriginal());\n tagScript = Strings.format('.tag(%s);', this.printTags(script));\n\n return annotation + scriptSource + tagScript;\n}","funcProperties":{"__isSmartRef__":true,"id":36454},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"36453":{"this":{"__isSmartRef__":true,"id":34759}},"36454":{"timestamp":{"__isSmartRef__":true,"id":36455},"user":"lauritz","tags":[]},"36455":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:32:42 GMT+0100 (Mitteleuropäische Zeit)"},"36456":{"varMapping":{"__isSmartRef__":true,"id":36457},"source":"function generateTargetCode(baseObject, targetObject) {\n\tvar name = targetObject.name;\n\tif (baseObject === targetObject) \n\t\treturn \"this\";\n\telse if (baseObject[name] === targetObject) \n\t\treturn \"this.\" + name;\n\telse if (baseObject.testObject === targetObject) \n\t\treturn \"this.testObject\";\n\telse if (baseObject.get(name) === targetObject) \n\t\treturn 'this.get(\"' + name + '\")';\n\telse if (targetObject instanceof Morph) \n\t\treturn '$morph(\"' + name + '\")';\n\telse \n\t\treturn \"????\";\n}","funcProperties":{"__isSmartRef__":true,"id":36458},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"36457":{"this":{"__isSmartRef__":true,"id":34759}},"36458":{"timestamp":{"__isSmartRef__":true,"id":36459},"user":"lauritz","tags":[]},"36459":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"36460":{"varMapping":{"__isSmartRef__":true,"id":36461},"source":"function newConnection() {\n if (this.target) {\n var code = \"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":36462},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"36461":{"this":{"__isSmartRef__":true,"id":34759}},"36462":{"timestamp":{"__isSmartRef__":true,"id":36463},"user":"lauritz","tags":[]},"36463":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"36464":{"varMapping":{"__isSmartRef__":true,"id":36465},"source":"function newScript() {\n if (this.target) {\n var code = \"this.addScript(function SCRIPTNAME() {\\n \\n}).tag([]);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":36466},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"36465":{"this":{"__isSmartRef__":true,"id":34759}},"36466":{"timestamp":{"__isSmartRef__":true,"id":36467},"user":"lauritz","tags":[]},"36467":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:24:25 GMT+0100 (Mitteleuropäische Zeit)"},"36468":{"varMapping":{"__isSmartRef__":true,"id":36469},"source":"function reset() {\n this.scriptPane = this.get('ObjectEditorScriptPane')\n this.scriptList = this.get('ObjectEditorScriptList')\n this.connectionList = this.get('ObjectEditorConnectionList')\n this.morphSelector = this.get('ObjectEditorMorphSelector')\n this.target = null;\n this.scriptPane.reset();\n this.scriptList.setList();\n this.scriptList.selection = null;\n this.connectionList.setList();\n this.connectionList.selection = null;\n this.morphSelector.reset();\n this.tagChooser.reset();\n this.currentTag = null;\n this.stopStepping();\n}","funcProperties":{"__isSmartRef__":true,"id":36470},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"36469":{"this":{"__isSmartRef__":true,"id":34759}},"36470":{"timestamp":{"__isSmartRef__":true,"id":36471},"user":"conradcalmez","tags":[]},"36471":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:57:50 GMT+0100 (Mitteleuropäische Zeit)"},"36472":{"varMapping":{"__isSmartRef__":true,"id":36473},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n return this.scriptList.selectAddedScript(addScriptMatches[0]);\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i
Scripts
Connections
+
+
-
-
empty
Target:
Tag:
all
run
save
Tests
ObjectEditorLegacy
X
M
","extent":{"__isSmartRef__":true,"id":36766},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"36763":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"36764":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36765":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36766":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36767":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"36768":{"morph":{"__isSmartRef__":true,"id":36761},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"36769":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36770":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36771":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":36772},"derivationIds":[null],"id":"155DA383-3E03-4F0A-ADF0-C40D7C8171EF","renderContextTable":{"__isSmartRef__":true,"id":36778},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":36779}],"eventHandler":{"__isSmartRef__":true,"id":36781},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":36760},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":36782},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"36772":{"_Position":{"__isSmartRef__":true,"id":36773},"renderContextTable":{"__isSmartRef__":true,"id":36774},"_Extent":{"__isSmartRef__":true,"id":36775},"_Padding":{"__isSmartRef__":true,"id":36776},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":36777},"_NodeClass":["morph","text"],"_NodeId":"morph-155da383-3e03-4f0a-adf0-c40d7c8171ef","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"36773":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36774":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"36775":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36776":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36777":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36778":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"36779":{"style":{"__isSmartRef__":true,"id":36780},"chunkOwner":{"__isSmartRef__":true,"id":36771},"storedString":"ObjectEditorLegacy","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"36780":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"36781":{"morph":{"__isSmartRef__":true,"id":36771},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"36782":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36783":{"_Position":{"__isSmartRef__":true,"id":36784},"renderContextTable":{"__isSmartRef__":true,"id":36785},"_Extent":{"__isSmartRef__":true,"id":36786},"_Padding":{"__isSmartRef__":true,"id":36787},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-3ed48693-603e-4088-8c40-b79833ad879c","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":36788},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"36784":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36785":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"36786":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36787":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36788":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36789":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"36790":{"morph":{"__isSmartRef__":true,"id":36760},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"36791":{"x":210,"y":315,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36792":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"36793":{"partsSpaceName":"PartsBin/Tools/","name":"ObjectEditorLegacy","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"36794":{"submorphs":[{"__isSmartRef__":true,"id":36795},{"__isSmartRef__":true,"id":36805}],"scripts":[],"shape":{"__isSmartRef__":true,"id":36817},"derivationIds":[null],"id":"AC4FA4E8-D79F-4C9A-9F27-A917015DE5CB","renderContextTable":{"__isSmartRef__":true,"id":36823},"eventHandler":{"__isSmartRef__":true,"id":36824},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":36825},"partsBinURL":{"__isSmartRef__":true,"id":36826},"targetName":"ObjectGroupEditor","partItem":{"__isSmartRef__":true,"id":36827},"owner":{"__isSmartRef__":true,"id":32711},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"36795":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":36796},"derivationIds":[null],"id":"CC8ECD1B-7B61-4F0D-AB09-47F198704317","renderContextTable":{"__isSmartRef__":true,"id":36801},"eventHandler":{"__isSmartRef__":true,"id":36802},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":36803},"priorExtent":{"__isSmartRef__":true,"id":36804},"owner":{"__isSmartRef__":true,"id":36794},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"36796":{"renderContextTable":{"__isSmartRef__":true,"id":36797},"_NodeClass":["morph"],"_NodeId":"morph-cc8ecd1b-7b61-4f0d-ab09-47f198704317","_Extent":{"__isSmartRef__":true,"id":36798},"_Padding":{"__isSmartRef__":true,"id":36799},"stringifiedShapeNode":"
Scripts
Connections
+
+
-
-
Tag:
all
run
save
Tests
Name group
empty
ObjectEditor (WebDev'12)
X
M
","extent":{"__isSmartRef__":true,"id":36800},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"36797":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"36798":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36799":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36800":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36801":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"36802":{"morph":{"__isSmartRef__":true,"id":36795},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"36803":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36804":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36805":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":36806},"derivationIds":[null],"id":"942F2041-2783-4F46-8CCD-48441C96653D","renderContextTable":{"__isSmartRef__":true,"id":36812},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":36813}],"eventHandler":{"__isSmartRef__":true,"id":36815},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":36794},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":36816},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"36806":{"_Position":{"__isSmartRef__":true,"id":36807},"renderContextTable":{"__isSmartRef__":true,"id":36808},"_Extent":{"__isSmartRef__":true,"id":36809},"_Padding":{"__isSmartRef__":true,"id":36810},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":36811},"_NodeClass":["morph","text"],"_NodeId":"morph-942f2041-2783-4f46-8ccd-48441c96653d","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"36807":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36808":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"36809":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36810":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36811":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36812":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"36813":{"style":{"__isSmartRef__":true,"id":36814},"chunkOwner":{"__isSmartRef__":true,"id":36805},"storedString":"ObjectGroupEditor","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"36814":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"36815":{"morph":{"__isSmartRef__":true,"id":36805},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"36816":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36817":{"_Position":{"__isSmartRef__":true,"id":36818},"renderContextTable":{"__isSmartRef__":true,"id":36819},"_Extent":{"__isSmartRef__":true,"id":36820},"_Padding":{"__isSmartRef__":true,"id":36821},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-ac4fa4e8-d79f-4c9a-9f27-a917015de5cb","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":36822},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"36818":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36819":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"36820":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36821":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36822":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36823":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"36824":{"morph":{"__isSmartRef__":true,"id":36794},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"36825":{"x":315,"y":315,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36826":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"36827":{"partsSpaceName":"PartsBin/Tools/","name":"ObjectGroupEditor","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"36828":{"submorphs":[{"__isSmartRef__":true,"id":36829},{"__isSmartRef__":true,"id":36839}],"scripts":[],"shape":{"__isSmartRef__":true,"id":36851},"derivationIds":[null],"id":"2ECD954B-71C4-423E-99D3-5495DE1BD960","renderContextTable":{"__isSmartRef__":true,"id":36857},"eventHandler":{"__isSmartRef__":true,"id":36858},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":36859},"partsBinURL":{"__isSmartRef__":true,"id":36860},"targetName":"ObjectInspector","partItem":{"__isSmartRef__":true,"id":36861},"owner":{"__isSmartRef__":true,"id":32711},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"36829":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":36830},"derivationIds":[null],"id":"528541D4-DC9F-4379-8F6D-C227DD3C6DD8","renderContextTable":{"__isSmartRef__":true,"id":36835},"eventHandler":{"__isSmartRef__":true,"id":36836},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":36837},"priorExtent":{"__isSmartRef__":true,"id":36838},"owner":{"__isSmartRef__":true,"id":36828},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"36830":{"renderContextTable":{"__isSmartRef__":true,"id":36831},"_NodeClass":["morph"],"_NodeId":"morph-528541d4-dc9f-4379-8f6d-c227dd3c6dd8","_Extent":{"__isSmartRef__":true,"id":36832},"_Padding":{"__isSmartRef__":true,"id":36833},"stringifiedShapeNode":"
this
Filter:
ObjectInspector
X
M
","extent":{"__isSmartRef__":true,"id":36834},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"36831":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"36832":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36833":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36834":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36835":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"36836":{"morph":{"__isSmartRef__":true,"id":36829},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"36837":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36838":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36839":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":36840},"derivationIds":[null],"id":"6C4CAB18-D869-43A1-AF1D-09C5E670919A","renderContextTable":{"__isSmartRef__":true,"id":36846},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":36847}],"eventHandler":{"__isSmartRef__":true,"id":36849},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":36828},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":36850},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"36840":{"_Position":{"__isSmartRef__":true,"id":36841},"renderContextTable":{"__isSmartRef__":true,"id":36842},"_Extent":{"__isSmartRef__":true,"id":36843},"_Padding":{"__isSmartRef__":true,"id":36844},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":36845},"_NodeClass":["morph","text"],"_NodeId":"morph-6c4cab18-d869-43a1-af1d-09c5e670919a","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"36841":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36842":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"36843":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36844":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36845":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36846":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"36847":{"style":{"__isSmartRef__":true,"id":36848},"chunkOwner":{"__isSmartRef__":true,"id":36839},"storedString":"ObjectInspector","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"36848":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"36849":{"morph":{"__isSmartRef__":true,"id":36839},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"36850":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36851":{"_Position":{"__isSmartRef__":true,"id":36852},"renderContextTable":{"__isSmartRef__":true,"id":36853},"_Extent":{"__isSmartRef__":true,"id":36854},"_Padding":{"__isSmartRef__":true,"id":36855},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-2ecd954b-71c4-423e-99d3-5495de1bd960","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":36856},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"36852":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36853":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"36854":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36855":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36856":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36857":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"36858":{"morph":{"__isSmartRef__":true,"id":36828},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"36859":{"x":420,"y":315,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36860":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"36861":{"partsSpaceName":"PartsBin/Tools/","name":"ObjectInspector","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"36862":{"submorphs":[{"__isSmartRef__":true,"id":36863},{"__isSmartRef__":true,"id":36873}],"scripts":[],"shape":{"__isSmartRef__":true,"id":36885},"derivationIds":[null],"id":"93AF2DE0-C9F0-49DE-A5DD-E68D6E85B434","renderContextTable":{"__isSmartRef__":true,"id":36891},"eventHandler":{"__isSmartRef__":true,"id":36892},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":36893},"partsBinURL":{"__isSmartRef__":true,"id":36894},"targetName":"PartsBinBrowser","partItem":{"__isSmartRef__":true,"id":36895},"owner":{"__isSmartRef__":true,"id":32711},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"36863":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":36864},"derivationIds":[null],"id":"61C7A8D6-6F24-41D1-A04C-E664E9B2565D","renderContextTable":{"__isSmartRef__":true,"id":36869},"eventHandler":{"__isSmartRef__":true,"id":36870},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":36871},"priorExtent":{"__isSmartRef__":true,"id":36872},"owner":{"__isSmartRef__":true,"id":36862},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"36864":{"renderContextTable":{"__isSmartRef__":true,"id":36865},"_NodeClass":["morph"],"_NodeId":"morph-61c7a8d6-6f24-41d1-a04c-e664e9b2565d","_Extent":{"__isSmartRef__":true,"id":36866},"_Padding":{"__isSmartRef__":true,"id":36867},"stringifiedShapeNode":"
move
remove
load
nothing selected
copy
Share Link
modules
2012-01-25 19:29 athomschke: \n renamed threeWayDiff() to threeWayMerge()\n2012-01-25 17:58 athomschke: \n beautify\n2012-01-25 16:42 athomschke: \n typo\n2012-01-25 16:22 athomschke: \n no comment\n2012-01-21 12:43 athomschke: \n refactored\n2012-01-20 16:27 athomschke: \n foobar Highlight foobar\n2012-01-20 15:46 athomschke: \n initilaizeMarkerMorph on initialize\n2012-01-18 14:04 athomschke: \n changedFontSize\n2012-01-18 13:52 athomschke: \n it is possible to burn down the diff chart now\n2012-01-17 16:08 athomschke: \n removed marker morph\n2012-01-17 15:48 athomschke: \n textDiffing\n2012-01-17 14:38 athomschke: \n remove marker morph completely\n2012-01-17 14:34 athomschke: \n close marker morph\n2012-01-17 14:19 athomschke: \n markerMorph fix\n2012-01-13 21:36 athomschke: \n enable clicking on list after showing the marker morph\n2012-01-13 20:43 athomschke: \n foo\n2012-01-13 20:41 athomschke: \n so far...\n2012-01-13 20:39 athomschke: \n marking focused morph\n2012-01-12 18:09 athomschke: \n iCandy\n2012-01-12 17:49 athomschke: \n works fine for accepting or rejecting ;)\n2012-01-12 17:41 athomschke: \n set a property\n2012-01-12 17:29 athomschke: \n more\n2012-01-12 17:07 athomschke: \n trolololo\n2012-01-12 16:28 athomschke: \n typo\n2011-10-20 16:08 sebastian.stamm: \n Now with fancy text field name!\n2011-10-20 16:05 sebastian.stamm: \n now with accept and reject!\n2012-01-12 16:29 athomschke: \n screwed the window\n2012-01-12 16:32 athomschke: \n gets boring\n2012-01-12 17:04 athomschke: \n something went wrong\n2012-01-12 18:01 athomschke: \n second initial commit\n2012-01-12 19:50 athomschke: \n Overcommit with MorphDiffingLayer\n2012-01-12 20:04 athomschke: \n trigger new Diff on accepting value.\n2012-01-12 22:18 athomschke: \n no comment\n2012-01-13 11:52 athomschke: \n removing me after applying a property.\n2012-01-18 13:53 athomschke: \n proper removement\n
-
+
search
more
PartsBinBrowser
X
M
","extent":{"__isSmartRef__":true,"id":36868},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"36865":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"36866":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36867":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36868":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36869":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"36870":{"morph":{"__isSmartRef__":true,"id":36863},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"36871":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36872":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36873":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":36874},"derivationIds":[null],"id":"937D0B90-C60C-4B47-98B0-41FCB6736950","renderContextTable":{"__isSmartRef__":true,"id":36880},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":36881}],"eventHandler":{"__isSmartRef__":true,"id":36883},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":36862},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":36884},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"36874":{"_Position":{"__isSmartRef__":true,"id":36875},"renderContextTable":{"__isSmartRef__":true,"id":36876},"_Extent":{"__isSmartRef__":true,"id":36877},"_Padding":{"__isSmartRef__":true,"id":36878},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":36879},"_NodeClass":["morph","text"],"_NodeId":"morph-937d0b90-c60c-4b47-98b0-41fcb6736950","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"36875":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36876":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"36877":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36878":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36879":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36880":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"36881":{"style":{"__isSmartRef__":true,"id":36882},"chunkOwner":{"__isSmartRef__":true,"id":36873},"storedString":"PartsBinBrowser","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"36882":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"36883":{"morph":{"__isSmartRef__":true,"id":36873},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"36884":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36885":{"_Position":{"__isSmartRef__":true,"id":36886},"renderContextTable":{"__isSmartRef__":true,"id":36887},"_Extent":{"__isSmartRef__":true,"id":36888},"_Padding":{"__isSmartRef__":true,"id":36889},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-93af2de0-c9f0-49de-a5dd-e68d6e85b434","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":36890},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"36886":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36887":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"36888":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36889":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36890":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36891":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"36892":{"morph":{"__isSmartRef__":true,"id":36862},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"36893":{"x":0,"y":420,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36894":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"36895":{"partsSpaceName":"PartsBin/Tools/","name":"PartsBinBrowser","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"36896":{"submorphs":[{"__isSmartRef__":true,"id":36897},{"__isSmartRef__":true,"id":36907}],"scripts":[],"shape":{"__isSmartRef__":true,"id":36919},"derivationIds":[null],"id":"B4C8121C-FF9A-4C10-A7F9-08EEA398020A","renderContextTable":{"__isSmartRef__":true,"id":36925},"eventHandler":{"__isSmartRef__":true,"id":36926},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":36927},"partsBinURL":{"__isSmartRef__":true,"id":36928},"targetName":"PartsBinBrowser2","partItem":{"__isSmartRef__":true,"id":36929},"owner":{"__isSmartRef__":true,"id":32711},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"36897":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":36898},"derivationIds":[null],"id":"77706086-D305-47CE-9D24-2B778C3C5E1C","renderContextTable":{"__isSmartRef__":true,"id":36903},"eventHandler":{"__isSmartRef__":true,"id":36904},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":36905},"priorExtent":{"__isSmartRef__":true,"id":36906},"owner":{"__isSmartRef__":true,"id":36896},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"36898":{"renderContextTable":{"__isSmartRef__":true,"id":36899},"_NodeClass":["morph"],"_NodeId":"morph-77706086-d305-47ce-9d24-2b778c3c5e1c","_Extent":{"__isSmartRef__":true,"id":36900},"_Padding":{"__isSmartRef__":true,"id":36901},"stringifiedShapeNode":"
move
remove
load
nothing selected
copy
Fri Jan 06 2012 07:15:04 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nno comment\n\nFri Dec 16 2011 20:28:30 GMT+0100 (Mitteleuropäische Zeit) lauritz: \ntop-most entry of the tag list is \"all\" now.\n\nFri Dec 16 2011 20:23:14 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nsorted tag list.\n\nTue Dec 13 2011 22:04:53 GMT+0100 (Mitteleuropäische Zeit) lauritz: \ntries to get user directly from localStorage now. if there's no user set, then we don't call CGI - logging into trac should not be necessary for developing parts.\n\nTue Dec 13 2011 18:56:45 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nremoved a workaround\n\nWed Dec 07 2011 06:13:13 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nworkaround for issue #161 - target morph list is scrollable\n\nWed Dec 07 2011 04:31:58 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nfixed a bug regarding anonymous morphs.\n\nWed Nov 30 2011 23:55:11 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nfixed a defect (weeeeeird property caused an error on deserialization of copies)\n\nTue Nov 29 2011 04:44:44 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nrenamed .categorize to .tag\n\nTue Nov 22 2011 23:02:14 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nadded a border to notifications, centered notification text\n\nFri Nov 18 2011 20:19:07 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nremoved a missed debugger statement. corrected setting of target.\n\nTue Nov 15 2011 20:12:45 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nset a minExtent\n\nFri Nov 04 2011 13:44:45 GMT+0100 (Mitteleuropäische Zeit) jenslincke: \nset min extent to pt(500,300)\n\nFri Nov 04 2011 13:41:36 GMT+0100 (Mitteleuropäische Zeit) jenslincke: \nbring resize handle to front\n\nFri Oct 28 2011 05:36:22 GMT+0200 (Mitteleuropäische Sommerzeit) lauritz: \nLocked down submorphs of the editor pane. Grabbing and dragging disabled. \n\nFri Oct 21 2011 00:40:22 GMT+0200 (Mitteleuropäische Sommerzeit) lauritz: \nAdapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items.\n\nFri Nov 11 2011 01:42:28 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nadded confirmation before removal of scripts or connections.\n\nFri Nov 11 2011 01:47:27 GMT+0100 (Mitteleuropäische Zeit) lauritz: \ntwo more checks on attempts to remove scripts or connections.\n\nWed Nov 16 2011 02:12:15 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nlayout adaptions\n\nThu Nov 17 2011 23:22:54 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nRefactoring of script annotations (now at scripts not morphs). Added category tagging. Layout changes.\n\nFri Nov 18 2011 15:26:49 GMT+0100 (Mitteleuropäische Zeit) jenslincke: \n- reset title bar and borders\n\nMon Nov 21 2011 23:14:00 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nfixed a bug (onBlur event handling) and added the world to the target chooser\n\nWed Nov 23 2011 18:26:48 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nadapted layout of notifications\n\nTue Nov 29 2011 04:50:45 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nchanged label \"Category:\" to \"Tag:\".
http://www.lively-kernel.org/viral?part=ObjectEditor&path=PartsBin/Tools/
Share link:
Commits:
DiffViewer
X
M
accept this property
accept this property
accept merged property
MorphDiffViewer
Car2
Class nameWMCNOCDIT
lively.morphic.Morph402211
lively.morphic.Text23832
lively.morphic.World12102
lively.ide.BasicBrowser10533
lively.morphic.List7213
lively.morphic.Shapes.Shape6851
WebResource5001
lively.morphic.DataGrid4402
ObjectGraphLinearizer4401
lively.morphic.Shapes.Path4302
lively.ide.FileFragment4211
lively.morphic.Rendering.DOMInterface3901
NetRequest3902
Change3761
URL3601
lively.morphic.Selection3603
lively.morphic.ControlPoint3501
ChangeSet3502
AttributeConnection3411
lively.PartsBin.PartItem3301
AnotherSourceDatabase2901
lively.morphic.TextEmphasis2801
lively.morphic.Path2802
lively.morphic.RichText2701
SVNResource2703
lively.morphic.TextChunk2601
lively.morphic.Similitude2501
lively.morphic.Window2502
lively.morphic.Layout.Layout2441
Resource2412
lively.ide.ModuleWrapper2301
lively.ide.BrowserNode2251
lively.Main.Examples2211
lively.morphic.Halo21183
lively.morphic.Slider2103
RealTrait2101
Layer2001
lively.FileUploader2001
lively.morphic.Rendering.RenderContext1931
lively.morphic.EventHandler1811
lively.morphic.Menu1803
CodeParser1721
lively.Main.Loader1721
lively.morphic.PartsBinItem1703
LayerableObject1701
MethodCategoryChange1602
lively.morphic.Tab1602
lively.PartsBin.PartsSpace1601
View1531
lively.morphic.Button1512
lively.morphic.Layout.GridLayout1502
lively.PartsBin.PartsBinMetaInfo1501
lively.morphic.TextEditor1503
DocLinkConverter1501
ClassChange1402
lively.morphic.DataGridCell1403
lively.morphic.Script1321
lively.morphic.Magnet1311
lively.morphic.TabBar1302
lively.morphic.Image1302
OMetaSupport1301
Query1302
SyntheticModel1302
lively.morphic.HandMorph1302
lively.ide.FileFragmentNode12142
lively.ide.AddNewFileCommand1202
lively.Main.WorldDataAccessor1131
lively.ide.CompleteFileFragmentNode1113
lively.morphic.Shapes.Image1102
ClassPlugin1102
ConversionPlugin1102
lively.ide.SystemBrowser1104
lively.morphic.Shapes.PathElement10101
lively.ide.ChangeNode1052
lively.ide.AddToFileFragmentCommand1042
lively.morphic.AbstractDialog1032
lively.ide.MultiFileFragmentsNode1013
lively.morphic.Shapes.External1002
lively.morphic.TitleBar1003
NetRequestStatus1001
ProtoChange1002
lively.morphic.LinearGradient1002
lively.morphic.RotateHalo1004
lively.morphic.PathVertexControlPointHalo1005
lively.morphic.HorizontalDivider1003
lively.ide.BrowserCommand9191
lively.morphic.Shapes.MoveTo902
lively.morphic.ProgressBar903
lively.ide.RemoteChangeSetNode904
lively.morph.ConnectionBuilder903
lively.morphic.DraggableBehaviorMorph903
lively.morphic.RadialGradient902
lively.morphic.Canvas.RenderContext902
lively.morphic.Layout.ConstraintLayout902
StaticChange902
JsParser902
lively.ide.ChangeSetMenuCommand902
lively.morphic.PathInsertPointHalo905
lively.morphic.App831
lively.morphic.Layout.HorizontalLayout812
Model811
lively.morphic.Layout.VerticalLayout812
lively.ide.BrowserPanel804
ClosurePlugin802
lively.morphic.RenameHalo804
DoitChange802
lively.ide.SourceControlNode802
lively.morphic.Shapes.ArcTo802
LivelyWrapperPlugin802
lively.morphic.HtmlWrapperMorph802
lively.morphic.Shapes.BezierCurve1CtlTo802
lively.morphic.Shapes.BezierCurve2CtlTo802
lively.morphic.Shapes.QuadCurveTo802
lively.ide.MethodCategoryFragmentNode804
lively.ide.CategorizedClassFragmentNode803
lively.morphic.CheckBox802
lively.morphic.GeometryTransformConnection803
lively.morphic.Shapes.CurveTo802
lively.morphic.Shapes.Ellipse802
lively.morphic.Shapes.VerticalTo802
Styles801
lively.ide.RunTestMethodCommand802
lively.morphic.Shapes.HorizontalTo802
OldModelFilter802
lively.morphic.Shapes.LineTo802
lively.morphic.GeometryConnection712
DoWeakSerializePlugin702
lively.ide.NamespaceNode702
lively.morphic.TabContainer702
SVNVersionInfo701
CopyOnlySubmorphsPlugin702
lively.morphic.LockHalo704
lively.morphic.Shapes.ClosePath702
lively.ide.SortCommand702
LayerPlugin702
lively.morphic.CopyHalo704
DeprecatedView701
lively.morphic.SliderKnob703
GenericFilter702
lively.morphic.FunctionScript702
lively.morphic.DropDownList704
lively.morphic.Layout.JournalLayout703
lively.ide.ChangeSetDoitNode703
lively.morphic.MagnetHalo703
lively.morphic.Gradient621
lively.ide.ChangeSetNode613
lively.Main.JSONWorldData612
lively.ide.ChangesGotoChangeSetCommand602
lively.morphic.HTMLParser601
lively.morphic.BoundsHalo604
lively.ide.EvaluateCommand602
lively.ide.ParserDebugCommand602
lively.ide.RefreshCommand602
lively.ide.ShowLineNumbersCommand602
lively.ide.ClassHierarchyViewCommand602
lively.morphic.GrabHalo604
lively.ide.OpenVersionsOfFile602
lively.morphic.FrameRateMorph603
lively.ide.AllModulesLoadCommand602
lively.ide.ClassChangeMenuCommand602
lively.ide.ClassElemFragmentNode603
lively.ide.AllMethodCategoryFragmentNode603
lively.morphic.PromptDialog603
lively.morphic.TabStrategyTop601
lively.morphic.EditDialog603
lively.ide.SaveChangesCommand602
lively.ide.ViewSourceCommand602
lively.ide.CompleteOmetaFragmentNode604
lively.Main.HTMLExamples602
lively.morphic.TargetScript602
StoreAndRestorePlugin602
lively.Main.HTMLLoader602
lively.morphic.MagnetSet601
lively.ide.BrowseWorldCommand602
lively.morphic.Layout.ConstraintLayoutInfo601
lively.morphic.Shapes.Rectangle602
lively.ide.OpenDiffViewerCommand602
lively.ide.OpenInFileEditorCommand602
ObjectLinearizerPlugin5181
DEPRECATEDScriptFilter502
lively.morphic.DragHalo504
lively.Main.NewMorphicData503
lively.morphic.MenuHalo504
lively.morphic.OriginHalo504
lively.ide.WikiCodeNode502
RegExpPlugin502
lively.morphic.Layout.TightHorizontalLayout503
lively.ide.WikiCodeBrowser504
lively.morphic.RescaleHalo504
lively.morphic.ResizeHalo504
lively.Main.XMLWorldData502
CrayonColors501
lively.ide.ObjectFragmentNode503
lively.ide.NodeTypeFilter502
Importer502
AnotherCodeMarkupParser501
XPathEmulator501
lively.morphic.TabPane502
lively.ide.LocalCodeBrowser504
lively.ide.NodeFilter421
lively.morphic.PathControlPointHalo424
lively.morphic.Panel413
lively.morphic.RelayEventHandler402
DoNotSerializePlugin402
lively.ide.ChangeSetClassNode403
lively.ide.ChangeSetMethodCategoryNode403
NetRequestReporter401
lively.ide.FunctionFragmentNode403
lively.ide.CopFragmentNode403
lively.ide.CopRefineFragmentNode403
lively.ide.ParseErrorFileFragment402
lively.ide.TraitFragmentNode403
XPathEmulatorResult401
lively.ide.OMetaGrammarNode403
lively.ide.ChangeSetClassElemNode403
lively.morphic.RelativeMagnet402
lively.persistence.DatePlugin402
lively.morphic.Clip403
COPError401
Exporter401
lively.ide.AddMethodToFileFragmentCommand403
lively.ide.AddLayerToFileFragmentCommand403
lively.ide.AddObjectExtendToFileFragmentCommand403
lively.ide.AddClassToFileFragmentCommand403
lively.morphic.Layout.GridLayoutPlaceholder402
lively.Main.NewWorldData402
lively.morphic.DataGridColHead403
lively.morphic.Box3192
lively.morphic.WindowedApp322
Copier311
lively.ide.OMetaRuleNode303
lively.morphic.ScriptEditorHalo304
lively.morphic.InspectHalo304
lively.morphic.PublishHalo304
SyntaxHighlighter301
OMetaParser302
IgnoreEpiMorphsPlugin302
lively.ide.TraitElemFragmentNode303
lively.ide.CopMemberFragmentNode303
lively.morphic.CloseHalo304
lively.morphic.SetImageURLHalo304
lively.morphic.StyleHalo304
lively.morphic.ConfirmDialog303
lively.morphic.Compat.Text301
lively.ide.SortFilter302
lively.morphic.HTML.RenderContext302
lively.morphic.SVG.RenderContext302
lively.morphic.WindowControl303
IgnoreDOMElementsPlugin302
AttributeConnectionPlugin302
lively.Main.CanvasLoader302
IgnoreFunctionsPlugin302
cop.PartialLayerComposition301
Module:
Module
lively.morphic
World
MetricsView
windmill
Windmill
collect
drop
Efficient Layer Activation in ContextJS
Robert Krahn, Jens Lincke, and Robert Hirschfeld\n\nSoftware Architecture Group\nHasso-Plattner-Institut Potsdam\nwww.hpi.uni-potsdam.de/swa\n\n\nPlaya Vista, CA USA\n 2012-01-18\n
The Tenth International Conference on Creating, Connecting and Collaborating through Computing\n
Contents
■ Bulletpoint\n □ another\n
Motivation
■ Bulletpoint\n □ another\n
Layer Composition and Method Activation in COP
■ Activation of Behavior Variation\n □ another\n\n■ Layer Composition in ContextJS\n\n
Layer Composition and Method Activation in COP
■ Activation of Behavior Variation\n □ another\n\n■ Layer Composition in ContextJS\n\n
Partial Method Inlining and Composition Caching
■ Inlining\n\n■ Composition Validation\n\n■ Composition Caching\n\n
Implementation
■ Method Generation\n\n■ Dealing with Closures\n\n■ Source Code Transformation\n\n■ Composition Validation\n\n
PresentationContainer
X
M
EfficientLayerA...
collect
drop
PresentationContainer
X
M
PresentationCon...
slides
create new
add existing
remove
collect all
print
remove all
presentation
start
overlay
edit
PresentationController
X
M
PresentationCon...
Car
merge & publish
undefined
accept
reject
DiffViewer
X
M
UserStoryDiffVi...
Date
Text
User name
TweetTile
continue
step into
step over
Debugger
X
M
Debugger
Results
X
M
CrabsResults
Prototype Inher...
4
TestMorph
Add Comment
conradcalmez
2011-12-07 10:12:41
Publish
Add text field
Add media field
BlogEntry
New Entry
Sync it
Blog
12
1
2
3
4
5
6
7
8
9
10
11
Clock
Scripts
Connections
+
+
-
-
undefined
empty
Target:
Tag:
all
ObjectEditor
X
M
ObjectEditor
Explorer
X
M
Explorer
-
+
search
more
PartsBinBrowser
X
M
","extent":{"__isSmartRef__":true,"id":36902},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"36899":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"36900":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36901":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36902":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36903":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"36904":{"morph":{"__isSmartRef__":true,"id":36897},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"36905":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36906":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36907":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":36908},"derivationIds":[null],"id":"3F96314D-3F1A-4E09-9718-49AC4ADB3089","renderContextTable":{"__isSmartRef__":true,"id":36914},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":36915}],"eventHandler":{"__isSmartRef__":true,"id":36917},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":36896},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":36918},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"36908":{"_Position":{"__isSmartRef__":true,"id":36909},"renderContextTable":{"__isSmartRef__":true,"id":36910},"_Extent":{"__isSmartRef__":true,"id":36911},"_Padding":{"__isSmartRef__":true,"id":36912},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":36913},"_NodeClass":["morph","text"],"_NodeId":"morph-3f96314d-3f1a-4e09-9718-49ac4adb3089","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"36909":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36910":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"36911":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36912":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36913":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36914":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"36915":{"style":{"__isSmartRef__":true,"id":36916},"chunkOwner":{"__isSmartRef__":true,"id":36907},"storedString":"PartsBinBrowser2","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"36916":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"36917":{"morph":{"__isSmartRef__":true,"id":36907},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"36918":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36919":{"_Position":{"__isSmartRef__":true,"id":36920},"renderContextTable":{"__isSmartRef__":true,"id":36921},"_Extent":{"__isSmartRef__":true,"id":36922},"_Padding":{"__isSmartRef__":true,"id":36923},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-b4c8121c-ff9a-4c10-a7f9-08eea398020a","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":36924},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"36920":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36921":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"36922":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36923":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36924":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36925":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"36926":{"morph":{"__isSmartRef__":true,"id":36896},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"36927":{"x":105,"y":420,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36928":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"36929":{"partsSpaceName":"PartsBin/Tools/","name":"PartsBinBrowser2","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"36930":{"submorphs":[{"__isSmartRef__":true,"id":36931},{"__isSmartRef__":true,"id":36941}],"scripts":[],"shape":{"__isSmartRef__":true,"id":36953},"derivationIds":[null],"id":"57044868-9807-43CF-818B-FC749B7A06BE","renderContextTable":{"__isSmartRef__":true,"id":36959},"eventHandler":{"__isSmartRef__":true,"id":36960},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":36961},"partsBinURL":{"__isSmartRef__":true,"id":36962},"targetName":"PartTester","partItem":{"__isSmartRef__":true,"id":36963},"owner":{"__isSmartRef__":true,"id":32711},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"36931":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":36932},"derivationIds":[null],"id":"D5808343-3044-4B57-BC54-5857B0C94639","renderContextTable":{"__isSmartRef__":true,"id":36937},"eventHandler":{"__isSmartRef__":true,"id":36938},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":36939},"priorExtent":{"__isSmartRef__":true,"id":36940},"owner":{"__isSmartRef__":true,"id":36930},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"36932":{"renderContextTable":{"__isSmartRef__":true,"id":36933},"_NodeClass":["morph"],"_NodeId":"morph-d5808343-3044-4b57-bc54-5857b0c94639","_Extent":{"__isSmartRef__":true,"id":36934},"_Padding":{"__isSmartRef__":true,"id":36935},"stringifiedShapeNode":"
World
Hello\nWorld
run tests
","extent":{"__isSmartRef__":true,"id":36936},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"36933":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"36934":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36935":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36936":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36937":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"36938":{"morph":{"__isSmartRef__":true,"id":36931},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"36939":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36940":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36941":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":36942},"derivationIds":[null],"id":"2D7BC26A-FB63-44FB-B9AA-982FEBA5193A","renderContextTable":{"__isSmartRef__":true,"id":36948},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":36949}],"eventHandler":{"__isSmartRef__":true,"id":36951},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":36930},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":36952},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"36942":{"_Position":{"__isSmartRef__":true,"id":36943},"renderContextTable":{"__isSmartRef__":true,"id":36944},"_Extent":{"__isSmartRef__":true,"id":36945},"_Padding":{"__isSmartRef__":true,"id":36946},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":36947},"_NodeClass":["morph","text"],"_NodeId":"morph-2d7bc26a-fb63-44fb-b9aa-982feba5193a","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"36943":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36944":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"36945":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36946":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36947":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36948":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"36949":{"style":{"__isSmartRef__":true,"id":36950},"chunkOwner":{"__isSmartRef__":true,"id":36941},"storedString":"PartTester","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"36950":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"36951":{"morph":{"__isSmartRef__":true,"id":36941},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"36952":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36953":{"_Position":{"__isSmartRef__":true,"id":36954},"renderContextTable":{"__isSmartRef__":true,"id":36955},"_Extent":{"__isSmartRef__":true,"id":36956},"_Padding":{"__isSmartRef__":true,"id":36957},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-57044868-9807-43cf-818b-fc749b7a06be","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":36958},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"36954":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36955":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"36956":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36957":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36958":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36959":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"36960":{"morph":{"__isSmartRef__":true,"id":36930},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"36961":{"x":210,"y":420,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36962":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"36963":{"partsSpaceName":"PartsBin/Tools/","name":"PartTester","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"36964":{"submorphs":[{"__isSmartRef__":true,"id":36965},{"__isSmartRef__":true,"id":36975}],"scripts":[],"shape":{"__isSmartRef__":true,"id":36987},"derivationIds":[null],"id":"AF767C24-9025-4DFF-B81B-0740E1891699","renderContextTable":{"__isSmartRef__":true,"id":36993},"eventHandler":{"__isSmartRef__":true,"id":36994},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":36995},"partsBinURL":{"__isSmartRef__":true,"id":36996},"targetName":"PartTestRunner","partItem":{"__isSmartRef__":true,"id":36997},"owner":{"__isSmartRef__":true,"id":32711},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"36965":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":36966},"derivationIds":[null],"id":"FE29927E-49A2-4FA1-9BCA-0015D3D4F2A5","renderContextTable":{"__isSmartRef__":true,"id":36971},"eventHandler":{"__isSmartRef__":true,"id":36972},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":36973},"priorExtent":{"__isSmartRef__":true,"id":36974},"owner":{"__isSmartRef__":true,"id":36964},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"36966":{"renderContextTable":{"__isSmartRef__":true,"id":36967},"_NodeClass":["morph"],"_NodeId":"morph-fe29927e-49a2-4fa1-9bca-0015d3d4f2a5","_Extent":{"__isSmartRef__":true,"id":36968},"_Padding":{"__isSmartRef__":true,"id":36969},"stringifiedShapeNode":"
PartTestRunner
X
M
+
-
run
save
","extent":{"__isSmartRef__":true,"id":36970},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"36967":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"36968":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36969":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36970":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36971":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"36972":{"morph":{"__isSmartRef__":true,"id":36965},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"36973":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36974":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36975":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":36976},"derivationIds":[null],"id":"2778C1B9-72F6-4CFE-8109-2F801CC104B1","renderContextTable":{"__isSmartRef__":true,"id":36982},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":36983}],"eventHandler":{"__isSmartRef__":true,"id":36985},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":36964},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":36986},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"36976":{"_Position":{"__isSmartRef__":true,"id":36977},"renderContextTable":{"__isSmartRef__":true,"id":36978},"_Extent":{"__isSmartRef__":true,"id":36979},"_Padding":{"__isSmartRef__":true,"id":36980},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":36981},"_NodeClass":["morph","text"],"_NodeId":"morph-2778c1b9-72f6-4cfe-8109-2f801cc104b1","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"36977":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36978":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"36979":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36980":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36981":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36982":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"36983":{"style":{"__isSmartRef__":true,"id":36984},"chunkOwner":{"__isSmartRef__":true,"id":36975},"storedString":"PartTestRunner","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"36984":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"36985":{"morph":{"__isSmartRef__":true,"id":36975},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"36986":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36987":{"_Position":{"__isSmartRef__":true,"id":36988},"renderContextTable":{"__isSmartRef__":true,"id":36989},"_Extent":{"__isSmartRef__":true,"id":36990},"_Padding":{"__isSmartRef__":true,"id":36991},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-af767c24-9025-4dff-b81b-0740e1891699","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":36992},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"36988":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36989":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"36990":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36991":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36992":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36993":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"36994":{"morph":{"__isSmartRef__":true,"id":36964},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"36995":{"x":315,"y":420,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"36996":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"36997":{"partsSpaceName":"PartsBin/Tools/","name":"PartTestRunner","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"36998":{"submorphs":[{"__isSmartRef__":true,"id":36999},{"__isSmartRef__":true,"id":37009}],"scripts":[],"shape":{"__isSmartRef__":true,"id":37021},"derivationIds":[null],"id":"70A08F79-9F2F-4431-BE52-BB2B25A3B628","renderContextTable":{"__isSmartRef__":true,"id":37027},"eventHandler":{"__isSmartRef__":true,"id":37028},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":37029},"partsBinURL":{"__isSmartRef__":true,"id":37030},"targetName":"PrettyPrintJavascript","partItem":{"__isSmartRef__":true,"id":37031},"owner":{"__isSmartRef__":true,"id":32711},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"36999":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":37000},"derivationIds":[null],"id":"D2E9A7E6-508D-4270-8AE2-BBF7CFC8EA6B","renderContextTable":{"__isSmartRef__":true,"id":37005},"eventHandler":{"__isSmartRef__":true,"id":37006},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":37007},"priorExtent":{"__isSmartRef__":true,"id":37008},"owner":{"__isSmartRef__":true,"id":36998},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"37000":{"renderContextTable":{"__isSmartRef__":true,"id":37001},"_NodeClass":["morph"],"_NodeId":"morph-d2e9a7e6-508d-4270-8ae2-bbf7cfc8ea6b","_Extent":{"__isSmartRef__":true,"id":37002},"_Padding":{"__isSmartRef__":true,"id":37003},"stringifiedShapeNode":"
// changed at Fri May 04 2012 11:38:06 GMT+0200 (Mitteleuropäische Sommerzeit) by undefined \nthis.addScript(function format() {\n var text = this.textString;\n \n var i = 0;\n var tokens = {};\n \n while(text.match(/([=\\(:;][\\n ]*)(\\/([^\\n\\/]|\\\\\\/)+[^\\\\]\\/)/)){\n tokens[i] = text.match(/([=\\(:;][\\n ]*)(\\/([^\\n\\/]|\\\\\\/)+[^\\\\]\\/)/)[2];\n text = text.replace(/([=\\(:;][\\n ]*)(\\/([^\\n\\/]|\\\\\\/)+[^\\\\]\\/)/, \"$1\\u0007\"+i);\n i++;\n }\n \n while(text.match(/\"[^\"\\n]*\"/)){\n tokens[i] = text.match(/\"[^\"]*\"/)[0];\n text = text.replace(/\"[^\"]*\"/, \"\\u0007\"+i);\n i++;\n }\n while(text.match(/'[^'\\n]*'/)){\n tokens[i] = text.match(/'[^']*'/)[0];\n text = text.replace(/'[^']*'/, \"\\u0007\"+i);\n i++;\n }\n \n while(text.match(/\\/\\/[^\\n]*\\n/)){\n tokens[i] = text.match(/\\/\\/[^\\n]*\\n/)[0];\n text = text.replace(/\\/\\/[^\\n]*\\n/, \"\\u0007\"+i);\n i++;\n }\n \n while(text.match(/\\/\\*(.|\\n)*?\\*\\//)){\n tokens[i] = text.match(/\\/\\*(.|\\n)*?\\*\\//)[0];\n text = text.replace(/\\/\\*(.|\\n)*?\\*\\//, \"\\u0007\"+i);\n i++;\n }\n \n if(this.doInsertLinebreaks){\n text = this.insertLinebreaks_noStrings(text);\n }\n if(this.doInsertWhitespace){\n text = this.insertSpaces_noStrings(text);\n }\n text = this.indent_noStrings(text);\n \n while(i > 0){\n i--;\n text= text.replace(new RegExp(\"\\u0007\"+i),tokens[i]);\n }\n \n this.textString = text;\n}).tag([]);\n\n
Print it pretty
Insert Linebreaks
Insert Whitespace
Pretty Print Javascript
X
M
","extent":{"__isSmartRef__":true,"id":37004},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37001":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"37002":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37003":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37004":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37005":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"37006":{"morph":{"__isSmartRef__":true,"id":36999},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"37007":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37008":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37009":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":37010},"derivationIds":[null],"id":"2667FDD6-EE7D-46F3-96B4-2A74ABD1F1BE","renderContextTable":{"__isSmartRef__":true,"id":37016},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":37017}],"eventHandler":{"__isSmartRef__":true,"id":37019},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":36998},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":37020},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37010":{"_Position":{"__isSmartRef__":true,"id":37011},"renderContextTable":{"__isSmartRef__":true,"id":37012},"_Extent":{"__isSmartRef__":true,"id":37013},"_Padding":{"__isSmartRef__":true,"id":37014},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":37015},"_NodeClass":["morph","text"],"_NodeId":"morph-2667fdd6-ee7d-46f3-96b4-2a74abd1f1be","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37011":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37012":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37013":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37014":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37015":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37016":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"37017":{"style":{"__isSmartRef__":true,"id":37018},"chunkOwner":{"__isSmartRef__":true,"id":37009},"storedString":"PrettyPrintJava...","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37018":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37019":{"morph":{"__isSmartRef__":true,"id":37009},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"37020":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37021":{"_Position":{"__isSmartRef__":true,"id":37022},"renderContextTable":{"__isSmartRef__":true,"id":37023},"_Extent":{"__isSmartRef__":true,"id":37024},"_Padding":{"__isSmartRef__":true,"id":37025},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-70a08f79-9f2f-4431-be52-bb2b25a3b628","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":37026},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37022":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37023":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37024":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37025":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37026":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37027":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"37028":{"morph":{"__isSmartRef__":true,"id":36998},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"37029":{"x":420,"y":420,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37030":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"37031":{"partsSpaceName":"PartsBin/Tools/","name":"PrettyPrintJavascript","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"37032":{"submorphs":[{"__isSmartRef__":true,"id":37033},{"__isSmartRef__":true,"id":37043}],"scripts":[],"shape":{"__isSmartRef__":true,"id":37055},"derivationIds":[null],"id":"2D4E3EF2-CB80-45D7-BC1C-DB1D0D2839C2","renderContextTable":{"__isSmartRef__":true,"id":37061},"eventHandler":{"__isSmartRef__":true,"id":37062},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":37063},"partsBinURL":{"__isSmartRef__":true,"id":37064},"targetName":"SearchSourceCode","partItem":{"__isSmartRef__":true,"id":37065},"owner":{"__isSmartRef__":true,"id":32711},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"37033":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":37034},"derivationIds":[null],"id":"DF1213C0-8322-467B-A346-EA4B80E583E3","renderContextTable":{"__isSmartRef__":true,"id":37039},"eventHandler":{"__isSmartRef__":true,"id":37040},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":37041},"priorExtent":{"__isSmartRef__":true,"id":37042},"owner":{"__isSmartRef__":true,"id":37032},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"37034":{"renderContextTable":{"__isSmartRef__":true,"id":37035},"_NodeClass":["morph"],"_NodeId":"morph-df1213c0-8322-467b-a346-ea4b80e583e3","_Extent":{"__isSmartRef__":true,"id":37036},"_Padding":{"__isSmartRef__":true,"id":37037},"stringifiedShapeNode":"
enter search term here
search
SearchSourceCode
X
M
","extent":{"__isSmartRef__":true,"id":37038},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37035":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"37036":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37037":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37038":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37039":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"37040":{"morph":{"__isSmartRef__":true,"id":37033},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"37041":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37042":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37043":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":37044},"derivationIds":[null],"id":"6A080DCF-E2F9-4538-82FD-9092091D1799","renderContextTable":{"__isSmartRef__":true,"id":37050},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":37051}],"eventHandler":{"__isSmartRef__":true,"id":37053},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":37032},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":37054},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37044":{"_Position":{"__isSmartRef__":true,"id":37045},"renderContextTable":{"__isSmartRef__":true,"id":37046},"_Extent":{"__isSmartRef__":true,"id":37047},"_Padding":{"__isSmartRef__":true,"id":37048},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":37049},"_NodeClass":["morph","text"],"_NodeId":"morph-6a080dcf-e2f9-4538-82fd-9092091d1799","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37045":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37046":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37047":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37048":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37049":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37050":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"37051":{"style":{"__isSmartRef__":true,"id":37052},"chunkOwner":{"__isSmartRef__":true,"id":37043},"storedString":"SearchSourceCode","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37052":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37053":{"morph":{"__isSmartRef__":true,"id":37043},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"37054":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37055":{"_Position":{"__isSmartRef__":true,"id":37056},"renderContextTable":{"__isSmartRef__":true,"id":37057},"_Extent":{"__isSmartRef__":true,"id":37058},"_Padding":{"__isSmartRef__":true,"id":37059},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-2d4e3ef2-cb80-45d7-bc1c-db1d0d2839c2","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":37060},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37056":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37057":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37058":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37059":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37060":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37061":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"37062":{"morph":{"__isSmartRef__":true,"id":37032},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"37063":{"x":0,"y":525,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37064":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"37065":{"partsSpaceName":"PartsBin/Tools/","name":"SearchSourceCode","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"37066":{"submorphs":[{"__isSmartRef__":true,"id":37067},{"__isSmartRef__":true,"id":37077}],"scripts":[],"shape":{"__isSmartRef__":true,"id":37089},"derivationIds":[null],"id":"C96DA951-4754-493B-9477-73277005D097","renderContextTable":{"__isSmartRef__":true,"id":37095},"eventHandler":{"__isSmartRef__":true,"id":37096},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":37097},"partsBinURL":{"__isSmartRef__":true,"id":37098},"targetName":"ServerSearch","partItem":{"__isSmartRef__":true,"id":37099},"owner":{"__isSmartRef__":true,"id":32711},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"37067":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":37068},"derivationIds":[null],"id":"836E028F-D320-4145-9126-25F3368B416F","renderContextTable":{"__isSmartRef__":true,"id":37073},"eventHandler":{"__isSmartRef__":true,"id":37074},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":37075},"priorExtent":{"__isSmartRef__":true,"id":37076},"owner":{"__isSmartRef__":true,"id":37066},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"37068":{"renderContextTable":{"__isSmartRef__":true,"id":37069},"_NodeClass":["morph"],"_NodeId":"morph-836e028f-d320-4145-9126-25f3368b416f","_Extent":{"__isSmartRef__":true,"id":37070},"_Padding":{"__isSmartRef__":true,"id":37071},"stringifiedShapeNode":"
no path
no status
depth
file pattern
4
*js
dir
core/lively/
update search base
browse
ServerSearch
X
M
","extent":{"__isSmartRef__":true,"id":37072},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37069":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"37070":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37071":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37072":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37073":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"37074":{"morph":{"__isSmartRef__":true,"id":37067},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"37075":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37076":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37077":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":37078},"derivationIds":[null],"id":"5A9E1C43-F331-49BC-957D-7EE9DA41A397","renderContextTable":{"__isSmartRef__":true,"id":37084},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":37085}],"eventHandler":{"__isSmartRef__":true,"id":37087},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":37066},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":37088},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37078":{"_Position":{"__isSmartRef__":true,"id":37079},"renderContextTable":{"__isSmartRef__":true,"id":37080},"_Extent":{"__isSmartRef__":true,"id":37081},"_Padding":{"__isSmartRef__":true,"id":37082},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":37083},"_NodeClass":["morph","text"],"_NodeId":"morph-5a9e1c43-f331-49bc-957d-7ee9da41a397","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37079":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37080":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37081":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37082":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37083":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37084":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"37085":{"style":{"__isSmartRef__":true,"id":37086},"chunkOwner":{"__isSmartRef__":true,"id":37077},"storedString":"ServerSearch","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37086":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37087":{"morph":{"__isSmartRef__":true,"id":37077},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"37088":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37089":{"_Position":{"__isSmartRef__":true,"id":37090},"renderContextTable":{"__isSmartRef__":true,"id":37091},"_Extent":{"__isSmartRef__":true,"id":37092},"_Padding":{"__isSmartRef__":true,"id":37093},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-c96da951-4754-493b-9477-73277005d097","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":37094},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37090":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37091":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37092":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37093":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37094":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37095":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"37096":{"morph":{"__isSmartRef__":true,"id":37066},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"37097":{"x":105,"y":525,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37098":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"37099":{"partsSpaceName":"PartsBin/Tools/","name":"ServerSearch","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"37100":{"submorphs":[{"__isSmartRef__":true,"id":37101},{"__isSmartRef__":true,"id":37111}],"scripts":[],"shape":{"__isSmartRef__":true,"id":37123},"derivationIds":[null],"id":"251230F6-F322-470B-8D6D-9F45C15DB408","renderContextTable":{"__isSmartRef__":true,"id":37129},"eventHandler":{"__isSmartRef__":true,"id":37130},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":37131},"partsBinURL":{"__isSmartRef__":true,"id":37132},"targetName":"StyleEditor","partItem":{"__isSmartRef__":true,"id":37133},"owner":{"__isSmartRef__":true,"id":32711},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"37101":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":37102},"derivationIds":[null],"id":"F313A2F8-B4CC-402F-A9EC-B9E44D3CD5D7","renderContextTable":{"__isSmartRef__":true,"id":37107},"eventHandler":{"__isSmartRef__":true,"id":37108},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":37109},"priorExtent":{"__isSmartRef__":true,"id":37110},"owner":{"__isSmartRef__":true,"id":37100},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"37102":{"renderContextTable":{"__isSmartRef__":true,"id":37103},"_NodeClass":["morph"],"_NodeId":"morph-f313a2f8-b4cc-402f-a9ec-b9e44d3cd5d7","_Extent":{"__isSmartRef__":true,"id":37104},"_Padding":{"__isSmartRef__":true,"id":37105},"stringifiedShapeNode":"
no target
Border color\n
Fill\n
Border width 
Border radius 
Layout
adjustForNewBounds
resizeWidth
resizeHeight
moveVertical
Border style 
Opacity
centeredVertical
scaleHorizontal
scaleVertical
configure
centeredHorizontal
moveHorizontal
StyleEditor
X
M
","extent":{"__isSmartRef__":true,"id":37106},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37103":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"37104":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37105":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37106":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37107":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"37108":{"morph":{"__isSmartRef__":true,"id":37101},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"37109":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37110":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37111":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":37112},"derivationIds":[null],"id":"79004407-853C-4950-99BA-84CC7DCE98DE","renderContextTable":{"__isSmartRef__":true,"id":37118},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":37119}],"eventHandler":{"__isSmartRef__":true,"id":37121},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":37100},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":37122},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37112":{"_Position":{"__isSmartRef__":true,"id":37113},"renderContextTable":{"__isSmartRef__":true,"id":37114},"_Extent":{"__isSmartRef__":true,"id":37115},"_Padding":{"__isSmartRef__":true,"id":37116},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":37117},"_NodeClass":["morph","text"],"_NodeId":"morph-79004407-853c-4950-99ba-84cc7dce98de","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37113":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37114":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37115":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37116":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37117":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37118":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"37119":{"style":{"__isSmartRef__":true,"id":37120},"chunkOwner":{"__isSmartRef__":true,"id":37111},"storedString":"StyleEditor","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37120":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37121":{"morph":{"__isSmartRef__":true,"id":37111},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"37122":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37123":{"_Position":{"__isSmartRef__":true,"id":37124},"renderContextTable":{"__isSmartRef__":true,"id":37125},"_Extent":{"__isSmartRef__":true,"id":37126},"_Padding":{"__isSmartRef__":true,"id":37127},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-251230f6-f322-470b-8d6d-9f45c15db408","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":37128},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37124":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37125":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37126":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37127":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37128":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37129":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"37130":{"morph":{"__isSmartRef__":true,"id":37100},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"37131":{"x":210,"y":525,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37132":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"37133":{"partsSpaceName":"PartsBin/Tools/","name":"StyleEditor","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"37134":{"submorphs":[{"__isSmartRef__":true,"id":37135},{"__isSmartRef__":true,"id":37145}],"scripts":[],"shape":{"__isSmartRef__":true,"id":37157},"derivationIds":[null],"id":"884AC3B8-FC2A-472A-A916-189240A1E31D","renderContextTable":{"__isSmartRef__":true,"id":37163},"eventHandler":{"__isSmartRef__":true,"id":37164},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":37165},"partsBinURL":{"__isSmartRef__":true,"id":37166},"targetName":"SystemConsole","partItem":{"__isSmartRef__":true,"id":37167},"owner":{"__isSmartRef__":true,"id":32711},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"37135":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":37136},"derivationIds":[null],"id":"36CEBF02-1420-4A21-B352-856E986C20CE","renderContextTable":{"__isSmartRef__":true,"id":37141},"eventHandler":{"__isSmartRef__":true,"id":37142},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":37143},"priorExtent":{"__isSmartRef__":true,"id":37144},"owner":{"__isSmartRef__":true,"id":37134},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"37136":{"renderContextTable":{"__isSmartRef__":true,"id":37137},"_NodeClass":["morph"],"_NodeId":"morph-36cebf02-1420-4a21-b352-856e986c20ce","_Extent":{"__isSmartRef__":true,"id":37138},"_Padding":{"__isSmartRef__":true,"id":37139},"stringifiedShapeNode":"
X
M
C
G
\n15:59:02 Global.lively.morphic.GrabbingLayer\n15:59:02 Global.lively.morphic.GrabbingLayer\n15:59:06 Text>>rememberSelectionForDoMore setting charsReplaced=no comment
System Console
","extent":{"__isSmartRef__":true,"id":37140},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37137":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"37138":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37139":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37140":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37141":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"37142":{"morph":{"__isSmartRef__":true,"id":37135},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"37143":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37144":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37145":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":37146},"derivationIds":[null],"id":"CBBE694F-7277-452C-8175-B69176A7B013","renderContextTable":{"__isSmartRef__":true,"id":37152},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":37153}],"eventHandler":{"__isSmartRef__":true,"id":37155},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":37134},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":37156},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37146":{"_Position":{"__isSmartRef__":true,"id":37147},"renderContextTable":{"__isSmartRef__":true,"id":37148},"_Extent":{"__isSmartRef__":true,"id":37149},"_Padding":{"__isSmartRef__":true,"id":37150},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":37151},"_NodeClass":["morph","text"],"_NodeId":"morph-cbbe694f-7277-452c-8175-b69176a7b013","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37147":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37148":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37149":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37150":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37151":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37152":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"37153":{"style":{"__isSmartRef__":true,"id":37154},"chunkOwner":{"__isSmartRef__":true,"id":37145},"storedString":"SystemConsole","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37154":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37155":{"morph":{"__isSmartRef__":true,"id":37145},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"37156":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37157":{"_Position":{"__isSmartRef__":true,"id":37158},"renderContextTable":{"__isSmartRef__":true,"id":37159},"_Extent":{"__isSmartRef__":true,"id":37160},"_Padding":{"__isSmartRef__":true,"id":37161},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-884ac3b8-fc2a-472a-a916-189240a1e31d","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":37162},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37158":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37159":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37160":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37161":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37162":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37163":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"37164":{"morph":{"__isSmartRef__":true,"id":37134},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"37165":{"x":315,"y":525,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37166":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"37167":{"partsSpaceName":"PartsBin/Tools/","name":"SystemConsole","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"37168":{"submorphs":[{"__isSmartRef__":true,"id":37169},{"__isSmartRef__":true,"id":37179}],"scripts":[],"shape":{"__isSmartRef__":true,"id":37191},"derivationIds":[null],"id":"A2FCE57E-3BB8-48CF-9EEB-DD43C26C7833","renderContextTable":{"__isSmartRef__":true,"id":37197},"eventHandler":{"__isSmartRef__":true,"id":37198},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":37199},"partsBinURL":{"__isSmartRef__":true,"id":37200},"targetName":"TestRunner","partItem":{"__isSmartRef__":true,"id":37201},"owner":{"__isSmartRef__":true,"id":32711},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"37169":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":37170},"derivationIds":[null],"id":"32C16968-FB99-41C9-A338-ECC887F393A6","renderContextTable":{"__isSmartRef__":true,"id":37175},"eventHandler":{"__isSmartRef__":true,"id":37176},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":37177},"priorExtent":{"__isSmartRef__":true,"id":37178},"owner":{"__isSmartRef__":true,"id":37168},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"37170":{"renderContextTable":{"__isSmartRef__":true,"id":37171},"_NodeClass":["morph"],"_NodeId":"morph-32c16968-fb99-41c9-a338-ecc887f393a6","_Extent":{"__isSmartRef__":true,"id":37172},"_Padding":{"__isSmartRef__":true,"id":37173},"stringifiedShapeNode":"
add
load selected
select all
select none
remove selected
add defaults
Test Modules
Test Classes
Results
select none
select all
run selected
remove selected
add all available
TestRunner
X
M
","extent":{"__isSmartRef__":true,"id":37174},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37171":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"37172":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37173":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37174":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37175":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"37176":{"morph":{"__isSmartRef__":true,"id":37169},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"37177":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37178":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37179":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":37180},"derivationIds":[null],"id":"CC1EF8AC-48E3-45AC-B7AC-4818DB11B080","renderContextTable":{"__isSmartRef__":true,"id":37186},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":37187}],"eventHandler":{"__isSmartRef__":true,"id":37189},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":37168},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":37190},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37180":{"_Position":{"__isSmartRef__":true,"id":37181},"renderContextTable":{"__isSmartRef__":true,"id":37182},"_Extent":{"__isSmartRef__":true,"id":37183},"_Padding":{"__isSmartRef__":true,"id":37184},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":37185},"_NodeClass":["morph","text"],"_NodeId":"morph-cc1ef8ac-48e3-45ac-b7ac-4818db11b080","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37181":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37182":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37183":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37184":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37185":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37186":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"37187":{"style":{"__isSmartRef__":true,"id":37188},"chunkOwner":{"__isSmartRef__":true,"id":37179},"storedString":"TestRunner","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37188":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37189":{"morph":{"__isSmartRef__":true,"id":37179},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"37190":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37191":{"_Position":{"__isSmartRef__":true,"id":37192},"renderContextTable":{"__isSmartRef__":true,"id":37193},"_Extent":{"__isSmartRef__":true,"id":37194},"_Padding":{"__isSmartRef__":true,"id":37195},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-a2fce57e-3bb8-48cf-9eeb-dd43c26c7833","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":37196},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37192":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37193":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37194":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37195":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37196":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37197":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"37198":{"morph":{"__isSmartRef__":true,"id":37168},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"37199":{"x":420,"y":525,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37200":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"37201":{"partsSpaceName":"PartsBin/Tools/","name":"TestRunner","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"37202":{"submorphs":[{"__isSmartRef__":true,"id":37203},{"__isSmartRef__":true,"id":37213}],"scripts":[],"shape":{"__isSmartRef__":true,"id":37225},"derivationIds":[null],"id":"4E609AB5-2304-4320-989B-2668BB0D5A34","renderContextTable":{"__isSmartRef__":true,"id":37231},"eventHandler":{"__isSmartRef__":true,"id":37232},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":37233},"partsBinURL":{"__isSmartRef__":true,"id":37234},"targetName":"TestRunnerWithDebuggingSupport","partItem":{"__isSmartRef__":true,"id":37235},"owner":{"__isSmartRef__":true,"id":32711},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"37203":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":37204},"derivationIds":[null],"id":"4E44CD87-37B4-400C-8BAB-CD99B2661260","renderContextTable":{"__isSmartRef__":true,"id":37209},"eventHandler":{"__isSmartRef__":true,"id":37210},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":37211},"priorExtent":{"__isSmartRef__":true,"id":37212},"owner":{"__isSmartRef__":true,"id":37202},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"37204":{"renderContextTable":{"__isSmartRef__":true,"id":37205},"_NodeClass":["morph"],"_NodeId":"morph-4e44cd87-37b4-400c-8bab-cd99b2661260","_Extent":{"__isSmartRef__":true,"id":37206},"_Padding":{"__isSmartRef__":true,"id":37207},"stringifiedShapeNode":"
add
load selected
select all
select none
remove selected
add defaults
Test Modules
Test Classes
Results
select none
select all
run
remove selected
add all available
debug
TestRunner
X
M
","extent":{"__isSmartRef__":true,"id":37208},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37205":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"37206":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37207":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37208":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37209":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"37210":{"morph":{"__isSmartRef__":true,"id":37203},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"37211":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37212":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37213":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":37214},"derivationIds":[null],"id":"44606E15-D708-4AA9-BECE-582AFB9A2F95","renderContextTable":{"__isSmartRef__":true,"id":37220},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":37221}],"eventHandler":{"__isSmartRef__":true,"id":37223},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":37202},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":37224},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37214":{"_Position":{"__isSmartRef__":true,"id":37215},"renderContextTable":{"__isSmartRef__":true,"id":37216},"_Extent":{"__isSmartRef__":true,"id":37217},"_Padding":{"__isSmartRef__":true,"id":37218},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":37219},"_NodeClass":["morph","text"],"_NodeId":"morph-44606e15-d708-4aa9-bece-582afb9a2f95","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37215":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37216":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37217":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37218":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37219":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37220":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"37221":{"style":{"__isSmartRef__":true,"id":37222},"chunkOwner":{"__isSmartRef__":true,"id":37213},"storedString":"TestRunnerWithD...","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37222":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37223":{"morph":{"__isSmartRef__":true,"id":37213},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"37224":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37225":{"_Position":{"__isSmartRef__":true,"id":37226},"renderContextTable":{"__isSmartRef__":true,"id":37227},"_Extent":{"__isSmartRef__":true,"id":37228},"_Padding":{"__isSmartRef__":true,"id":37229},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-4e609ab5-2304-4320-989b-2668bb0d5a34","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":37230},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37226":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37227":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37228":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37229":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37230":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37231":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"37232":{"morph":{"__isSmartRef__":true,"id":37202},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"37233":{"x":0,"y":630,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37234":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"37235":{"partsSpaceName":"PartsBin/Tools/","name":"TestRunnerWithDebuggingSupport","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"37236":{"submorphs":[{"__isSmartRef__":true,"id":37237},{"__isSmartRef__":true,"id":37247}],"scripts":[],"shape":{"__isSmartRef__":true,"id":37259},"derivationIds":[null],"id":"46CECB90-495D-462F-A297-0365D2040AFD","renderContextTable":{"__isSmartRef__":true,"id":37265},"eventHandler":{"__isSmartRef__":true,"id":37266},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":37267},"partsBinURL":{"__isSmartRef__":true,"id":37268},"targetName":"TextAttributePanel","partItem":{"__isSmartRef__":true,"id":37269},"owner":{"__isSmartRef__":true,"id":32711},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"37237":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":37238},"derivationIds":[null],"id":"3358D0A9-2BC0-44A2-9994-1DABB0297AFC","renderContextTable":{"__isSmartRef__":true,"id":37243},"eventHandler":{"__isSmartRef__":true,"id":37244},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":37245},"priorExtent":{"__isSmartRef__":true,"id":37246},"owner":{"__isSmartRef__":true,"id":37236},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"37238":{"renderContextTable":{"__isSmartRef__":true,"id":37239},"_NodeClass":["morph"],"_NodeId":"morph-3358d0a9-2bc0-44a2-9994-1dabb0297afc","_Extent":{"__isSmartRef__":true,"id":37240},"_Padding":{"__isSmartRef__":true,"id":37241},"stringifiedShapeNode":"
TextAttributePanel
X
M
font color:
size:
14
font size:
weight:
normal
font weight:
decoration:
normal
font decoration:
font family:
Arial, sans-serif
font family:
clip mode:
auto
background color:
fixed width:
<lively.morphic.Text#121>
text:
padding:
rect(pt(0.0,0.0),pt(0.0,0.0))
fixed height:
","extent":{"__isSmartRef__":true,"id":37242},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37239":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"37240":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37241":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37242":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37243":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"37244":{"morph":{"__isSmartRef__":true,"id":37237},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"37245":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37246":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37247":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":37248},"derivationIds":[null],"id":"733BA8E6-322A-45EB-943B-DC6A5F3FA5A3","renderContextTable":{"__isSmartRef__":true,"id":37254},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":37255}],"eventHandler":{"__isSmartRef__":true,"id":37257},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":37236},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":37258},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37248":{"_Position":{"__isSmartRef__":true,"id":37249},"renderContextTable":{"__isSmartRef__":true,"id":37250},"_Extent":{"__isSmartRef__":true,"id":37251},"_Padding":{"__isSmartRef__":true,"id":37252},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":37253},"_NodeClass":["morph","text"],"_NodeId":"morph-733ba8e6-322a-45eb-943b-dc6a5f3fa5a3","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37249":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37250":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37251":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37252":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37253":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37254":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"37255":{"style":{"__isSmartRef__":true,"id":37256},"chunkOwner":{"__isSmartRef__":true,"id":37247},"storedString":"TextAttributePanel","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37256":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37257":{"morph":{"__isSmartRef__":true,"id":37247},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"37258":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37259":{"_Position":{"__isSmartRef__":true,"id":37260},"renderContextTable":{"__isSmartRef__":true,"id":37261},"_Extent":{"__isSmartRef__":true,"id":37262},"_Padding":{"__isSmartRef__":true,"id":37263},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-46cecb90-495d-462f-a297-0365d2040afd","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":37264},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37260":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37261":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37262":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37263":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37264":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37265":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"37266":{"morph":{"__isSmartRef__":true,"id":37236},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"37267":{"x":105,"y":630,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37268":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"37269":{"partsSpaceName":"PartsBin/Tools/","name":"TextAttributePanel","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"37270":{"submorphs":[{"__isSmartRef__":true,"id":37271},{"__isSmartRef__":true,"id":37281}],"scripts":[],"shape":{"__isSmartRef__":true,"id":37293},"derivationIds":[null],"id":"2514F223-716B-418A-9BF9-71DC08042857","renderContextTable":{"__isSmartRef__":true,"id":37299},"eventHandler":{"__isSmartRef__":true,"id":37300},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":37301},"partsBinURL":{"__isSmartRef__":true,"id":37302},"targetName":"TextEditor","partItem":{"__isSmartRef__":true,"id":37303},"owner":{"__isSmartRef__":true,"id":32711},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"37271":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":37272},"derivationIds":[null],"id":"451D5432-53C1-4A25-96E6-AACC16A08AE2","renderContextTable":{"__isSmartRef__":true,"id":37277},"eventHandler":{"__isSmartRef__":true,"id":37278},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":37279},"priorExtent":{"__isSmartRef__":true,"id":37280},"owner":{"__isSmartRef__":true,"id":37270},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"37272":{"renderContextTable":{"__isSmartRef__":true,"id":37273},"_NodeClass":["morph"],"_NodeId":"morph-451d5432-53c1-4a25-96e6-aacc16a08ae2","_Extent":{"__isSmartRef__":true,"id":37274},"_Padding":{"__isSmartRef__":true,"id":37275},"stringifiedShapeNode":"
http://lively-kernel.org/repository/webwerkstatt/webwerkstatt.xhtml
save
load
remove
emtpy
TextEditor
X
M
","extent":{"__isSmartRef__":true,"id":37276},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37273":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"37274":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37275":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37276":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37277":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"37278":{"morph":{"__isSmartRef__":true,"id":37271},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"37279":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37280":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37281":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":37282},"derivationIds":[null],"id":"DBEFE8AE-F6BA-483A-A078-36E303C85CFF","renderContextTable":{"__isSmartRef__":true,"id":37288},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":37289}],"eventHandler":{"__isSmartRef__":true,"id":37291},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":37270},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":37292},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37282":{"_Position":{"__isSmartRef__":true,"id":37283},"renderContextTable":{"__isSmartRef__":true,"id":37284},"_Extent":{"__isSmartRef__":true,"id":37285},"_Padding":{"__isSmartRef__":true,"id":37286},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":37287},"_NodeClass":["morph","text"],"_NodeId":"morph-dbefe8ae-f6ba-483a-a078-36e303c85cff","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37283":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37284":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37285":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37286":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37287":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37288":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"37289":{"style":{"__isSmartRef__":true,"id":37290},"chunkOwner":{"__isSmartRef__":true,"id":37281},"storedString":"TextEditor","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37290":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37291":{"morph":{"__isSmartRef__":true,"id":37281},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"37292":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37293":{"_Position":{"__isSmartRef__":true,"id":37294},"renderContextTable":{"__isSmartRef__":true,"id":37295},"_Extent":{"__isSmartRef__":true,"id":37296},"_Padding":{"__isSmartRef__":true,"id":37297},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-2514f223-716b-418a-9bf9-71dc08042857","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":37298},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37294":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37295":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37296":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37297":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37298":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37299":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"37300":{"morph":{"__isSmartRef__":true,"id":37270},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"37301":{"x":210,"y":630,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37302":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"37303":{"partsSpaceName":"PartsBin/Tools/","name":"TextEditor","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"37304":{"submorphs":[{"__isSmartRef__":true,"id":37305},{"__isSmartRef__":true,"id":37315}],"scripts":[],"shape":{"__isSmartRef__":true,"id":37327},"derivationIds":[null],"id":"BA22AF11-F3EE-4669-B4FC-45DEE98D5F32","renderContextTable":{"__isSmartRef__":true,"id":37333},"eventHandler":{"__isSmartRef__":true,"id":37334},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":37335},"partsBinURL":{"__isSmartRef__":true,"id":37336},"targetName":"VersionDiffer","partItem":{"__isSmartRef__":true,"id":37337},"owner":{"__isSmartRef__":true,"id":32711},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"37305":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":37306},"derivationIds":[null],"id":"BC967E7C-297A-46EF-8708-74114D88035C","renderContextTable":{"__isSmartRef__":true,"id":37311},"eventHandler":{"__isSmartRef__":true,"id":37312},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":37313},"priorExtent":{"__isSmartRef__":true,"id":37314},"owner":{"__isSmartRef__":true,"id":37304},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"37306":{"renderContextTable":{"__isSmartRef__":true,"id":37307},"_NodeClass":["morph"],"_NodeId":"morph-bc967e7c-297a-46ef-8708-74114d88035c","_Extent":{"__isSmartRef__":true,"id":37308},"_Padding":{"__isSmartRef__":true,"id":37309},"stringifiedShapeNode":"
0.10.20.30.40.50.60.70.80.91.00510
reset
show history
enter url here
update
visit
diff
no diff
more
VersionDiffer
X
M
","extent":{"__isSmartRef__":true,"id":37310},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37307":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"37308":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37309":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37310":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37311":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"37312":{"morph":{"__isSmartRef__":true,"id":37305},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"37313":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37314":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37315":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":37316},"derivationIds":[null],"id":"233CCC2F-2870-4628-899C-26D5130D0C06","renderContextTable":{"__isSmartRef__":true,"id":37322},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":37323}],"eventHandler":{"__isSmartRef__":true,"id":37325},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":37304},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":37326},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37316":{"_Position":{"__isSmartRef__":true,"id":37317},"renderContextTable":{"__isSmartRef__":true,"id":37318},"_Extent":{"__isSmartRef__":true,"id":37319},"_Padding":{"__isSmartRef__":true,"id":37320},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":37321},"_NodeClass":["morph","text"],"_NodeId":"morph-233ccc2f-2870-4628-899c-26d5130d0c06","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37317":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37318":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37319":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37320":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37321":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37322":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"37323":{"style":{"__isSmartRef__":true,"id":37324},"chunkOwner":{"__isSmartRef__":true,"id":37315},"storedString":"VersionDiffer","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37324":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37325":{"morph":{"__isSmartRef__":true,"id":37315},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"37326":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37327":{"_Position":{"__isSmartRef__":true,"id":37328},"renderContextTable":{"__isSmartRef__":true,"id":37329},"_Extent":{"__isSmartRef__":true,"id":37330},"_Padding":{"__isSmartRef__":true,"id":37331},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-ba22af11-f3ee-4669-b4fc-45dee98d5f32","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":37332},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37328":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37329":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37330":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37331":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37332":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37333":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"37334":{"morph":{"__isSmartRef__":true,"id":37304},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"37335":{"x":315,"y":630,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37336":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"37337":{"partsSpaceName":"PartsBin/Tools/","name":"VersionDiffer","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"37338":{"submorphs":[{"__isSmartRef__":true,"id":37339},{"__isSmartRef__":true,"id":37349}],"scripts":[],"shape":{"__isSmartRef__":true,"id":37361},"derivationIds":[null],"id":"18478E6E-FA12-4DA1-8B1F-0793E1FD64F1","renderContextTable":{"__isSmartRef__":true,"id":37367},"eventHandler":{"__isSmartRef__":true,"id":37368},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":37369},"partsBinURL":{"__isSmartRef__":true,"id":37370},"targetName":"VerticalSpaceMaker","partItem":{"__isSmartRef__":true,"id":37371},"owner":{"__isSmartRef__":true,"id":32711},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"37339":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":37340},"derivationIds":[null],"id":"75C240B0-4B9F-46F8-9BEF-A124B6A01434","renderContextTable":{"__isSmartRef__":true,"id":37345},"eventHandler":{"__isSmartRef__":true,"id":37346},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":37347},"priorExtent":{"__isSmartRef__":true,"id":37348},"owner":{"__isSmartRef__":true,"id":37338},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"37340":{"renderContextTable":{"__isSmartRef__":true,"id":37341},"_NodeClass":["morph"],"_NodeId":"morph-75c240b0-4b9f-46f8-9bef-a124b6a01434","_Extent":{"__isSmartRef__":true,"id":37342},"_Padding":{"__isSmartRef__":true,"id":37343},"stringifiedShapeNode":"
make vertical space
","extent":{"__isSmartRef__":true,"id":37344},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37341":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"37342":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37343":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37344":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37345":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"37346":{"morph":{"__isSmartRef__":true,"id":37339},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"37347":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37348":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37349":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":37350},"derivationIds":[null],"id":"FAA80D83-1319-4B77-A8CC-2134D950F407","renderContextTable":{"__isSmartRef__":true,"id":37356},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":37357}],"eventHandler":{"__isSmartRef__":true,"id":37359},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":37338},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":37360},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37350":{"_Position":{"__isSmartRef__":true,"id":37351},"renderContextTable":{"__isSmartRef__":true,"id":37352},"_Extent":{"__isSmartRef__":true,"id":37353},"_Padding":{"__isSmartRef__":true,"id":37354},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":37355},"_NodeClass":["morph","text"],"_NodeId":"morph-faa80d83-1319-4b77-a8cc-2134d950f407","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37351":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37352":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37353":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37354":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37355":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37356":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"37357":{"style":{"__isSmartRef__":true,"id":37358},"chunkOwner":{"__isSmartRef__":true,"id":37349},"storedString":"VerticalSpaceMaker","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37358":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37359":{"morph":{"__isSmartRef__":true,"id":37349},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"37360":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37361":{"_Position":{"__isSmartRef__":true,"id":37362},"renderContextTable":{"__isSmartRef__":true,"id":37363},"_Extent":{"__isSmartRef__":true,"id":37364},"_Padding":{"__isSmartRef__":true,"id":37365},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-18478e6e-fa12-4da1-8b1f-0793e1fd64f1","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":37366},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37362":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37363":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37364":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37365":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37366":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37367":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"37368":{"morph":{"__isSmartRef__":true,"id":37338},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"37369":{"x":420,"y":630,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37370":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"37371":{"partsSpaceName":"PartsBin/Tools/","name":"VerticalSpaceMaker","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"37372":{"submorphs":[{"__isSmartRef__":true,"id":37373},{"__isSmartRef__":true,"id":37383}],"scripts":[],"shape":{"__isSmartRef__":true,"id":37395},"derivationIds":[null],"id":"EB81303F-871F-4E85-AE8C-53A612370506","renderContextTable":{"__isSmartRef__":true,"id":37401},"eventHandler":{"__isSmartRef__":true,"id":37402},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":37403},"partsBinURL":{"__isSmartRef__":true,"id":37404},"targetName":"WindowFinder","partItem":{"__isSmartRef__":true,"id":37405},"owner":{"__isSmartRef__":true,"id":32711},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"37373":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":37374},"derivationIds":[null],"id":"03E08651-98DC-4C3B-8A67-875D7BD06C18","renderContextTable":{"__isSmartRef__":true,"id":37379},"eventHandler":{"__isSmartRef__":true,"id":37380},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":37381},"priorExtent":{"__isSmartRef__":true,"id":37382},"owner":{"__isSmartRef__":true,"id":37372},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"37374":{"renderContextTable":{"__isSmartRef__":true,"id":37375},"_NodeClass":["morph"],"_NodeId":"morph-03e08651-98dc-4c3b-8a67-875d7bd06c18","_Extent":{"__isSmartRef__":true,"id":37376},"_Padding":{"__isSmartRef__":true,"id":37377},"stringifiedShapeNode":"
List Windows
WindowFinder
X
M
","extent":{"__isSmartRef__":true,"id":37378},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37375":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"37376":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37377":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37378":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37379":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"37380":{"morph":{"__isSmartRef__":true,"id":37373},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"37381":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37382":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37383":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":37384},"derivationIds":[null],"id":"05EB02F1-6066-4284-9B91-188905D375C0","renderContextTable":{"__isSmartRef__":true,"id":37390},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":37391}],"eventHandler":{"__isSmartRef__":true,"id":37393},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":37372},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":37394},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37384":{"_Position":{"__isSmartRef__":true,"id":37385},"renderContextTable":{"__isSmartRef__":true,"id":37386},"_Extent":{"__isSmartRef__":true,"id":37387},"_Padding":{"__isSmartRef__":true,"id":37388},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":37389},"_NodeClass":["morph","text"],"_NodeId":"morph-05eb02f1-6066-4284-9b91-188905d375c0","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37385":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37386":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37387":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37388":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37389":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37390":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"37391":{"style":{"__isSmartRef__":true,"id":37392},"chunkOwner":{"__isSmartRef__":true,"id":37383},"storedString":"WindowFinder","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37392":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37393":{"morph":{"__isSmartRef__":true,"id":37383},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"37394":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37395":{"_Position":{"__isSmartRef__":true,"id":37396},"renderContextTable":{"__isSmartRef__":true,"id":37397},"_Extent":{"__isSmartRef__":true,"id":37398},"_Padding":{"__isSmartRef__":true,"id":37399},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-eb81303f-871f-4e85-ae8c-53a612370506","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":37400},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37396":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37397":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37398":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37399":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37400":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37401":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"37402":{"morph":{"__isSmartRef__":true,"id":37372},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"37403":{"x":0,"y":735,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37404":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"37405":{"partsSpaceName":"PartsBin/Tools/","name":"WindowFinder","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"37406":{"position":{"__isSmartRef__":true,"id":37407},"_Extent":{"__isSmartRef__":true,"id":37408},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":37409},"_Fill":{"__isSmartRef__":true,"id":37410},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":37411},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"scroll","_Padding":{"__isSmartRef__":true,"id":37412},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"37407":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37408":{"x":607.573230508443,"y":437.2498366837016,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37409":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37410":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37411":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37412":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"37413":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"idOnLoad":"B336433F-354F-424C-879E-50218354741E","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"37414":{"x":607.573230508443,"y":437.2498366837016,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37415":{"sourceObj":{"__isSmartRef__":true,"id":32711},"sourceAttrName":"selectedItem","targetObj":{"__isSmartRef__":true,"id":30847},"targetMethodName":"setSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"37416":{"resizeHeight":true,"resizeWidth":true},"37417":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"37418":{"morph":{"__isSmartRef__":true,"id":32711},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"37419":{"x":156,"y":38,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37420":{"partsSpaceName":"PartsBin/Tools/","name":"ObjectEditor","json":"{\"id\":0,\"registry\":{\"0\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1},{\"__isSmartRef__\":true,\"id\":1668},{\"__isSmartRef__\":true,\"id\":1708}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1856},\"id\":\"2F4F6161-9F4C-469E-AF56-24765FF03B72\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1861},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1862},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":1863},\"LK2\":true,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1864},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":1},\"titleBar\":{\"__isSmartRef__\":true,\"id\":1708},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":1865},\"collapsedTransform\":{\"__isSmartRef__\":true,\"id\":1866},\"collapsedExtent\":{\"__isSmartRef__\":true,\"id\":1867},\"expandedTransform\":{\"__isSmartRef__\":true,\"id\":1868},\"expandedExtent\":{\"__isSmartRef__\":true,\"id\":1869},\"ignoreEventsOnExpand\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1870},\"name\":\"ObjectEditor\",\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":1931},\"highlighted\":false,\"cameForward\":false,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"expandedPosition\":{\"__isSmartRef__\":true,\"id\":1932},\"state\":\"expanded\",\"collapsedPosition\":{\"__isSmartRef__\":true,\"id\":1933},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isBeingDragged\":false,\"prevScroll\":[0,0],\"minSize\":{\"__isSmartRef__\":true,\"id\":1934},\"minExtent\":{\"__isSmartRef__\":true,\"id\":1935},\"isCopyMorphRef\":true,\"morphRefId\":16,\"derivationIds\":[205,\"2951753B-EB95-4093-A0DD-249E83AC2204\",\"A32DE788-E06D-492C-B2E6-19C3710B5AE0\",\"96D56291-98FB-42C4-A247-0A20B4183B14\",\"1E6BCC46-3FE3-4950-AE50-9751458F7E18\",\"22248328-5B04-4E39-ADDE-460C107C790F\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":1936},\"moved\":true,\"_Rotation\":0,\"_Scale\":1.008036120330794,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1937},\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"1\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2},{\"__isSmartRef__\":true,\"id\":855},{\"__isSmartRef__\":true,\"id\":637},{\"__isSmartRef__\":true,\"id\":870},{\"__isSmartRef__\":true,\"id\":886},{\"__isSmartRef__\":true,\"id\":937},{\"__isSmartRef__\":true,\"id\":987},{\"__isSmartRef__\":true,\"id\":1043},{\"__isSmartRef__\":true,\"id\":497},{\"__isSmartRef__\":true,\"id\":514},{\"__isSmartRef__\":true,\"id\":1098},{\"__isSmartRef__\":true,\"id\":1216},{\"__isSmartRef__\":true,\"id\":1231},{\"__isSmartRef__\":true,\"id\":1246},{\"__isSmartRef__\":true,\"id\":1331},{\"__isSmartRef__\":true,\"id\":1415},{\"__isSmartRef__\":true,\"id\":1499}],\"scripts\":[],\"id\":\"BA6D5198-5AC2-4A63-9597-D4CF98A99CA9\",\"shape\":{\"__isSmartRef__\":true,\"id\":1547},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"showsHalos\":false,\"name\":\"ObjectEditorPane\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1554},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1557},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1558},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1559},\"layout\":{\"__isSmartRef__\":true,\"id\":1560},\"target\":null,\"scriptPane\":{\"__isSmartRef__\":true,\"id\":497},\"scriptList\":{\"__isSmartRef__\":true,\"id\":2},\"connectionList\":{\"__isSmartRef__\":true,\"id\":637},\"morphSelector\":{\"__isSmartRef__\":true,\"id\":1098},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"changeIndicator\":{\"__isSmartRef__\":true,\"id\":514},\"isBeingDragged\":false,\"prevScroll\":[0,0],\"grabbingEnabled\":false,\"draggingEnabled\":false,\"currentCategory\":null,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1561},\"tagChooser\":{\"__isSmartRef__\":true,\"id\":1246},\"currentTag\":null,\"derivationIds\":[206,\"3BDE080D-3D60-4BB9-A690-E6001350F596\",\"00E28CBF-E803-4BC0-93CC-651AC21008A5\",\"1B7E7936-0145-47E4-8433-DFE58134E74B\",\"422B98E3-E52B-4057-9C28-865873682DE1\",\"BCDE8D30-ECC2-4883-9587-2518B6822233\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":1562},\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1563},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"2\":{\"submorphs\":[],\"scripts\":[],\"id\":\"CA99FFE7-13DD-4721-8DE2-6A587B0C65D9\",\"shape\":{\"__isSmartRef__\":true,\"id\":3},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":10},\"itemList\":[],\"selectedLineNo\":1,\"showsHalos\":false,\"name\":\"ObjectEditorScriptList\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":11},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"_ClipMode\":\"auto\",\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":12},\"prevScroll\":[0,0],\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":13}],\"doNotSerialize\":[\"$$selection\"],\"doNotCopyProperties\":[\"$$selection\"],\"layout\":{\"__isSmartRef__\":true,\"id\":18},\"doitContext\":{\"__isSmartRef__\":true,\"id\":19},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":844},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":845},\"_FontSize\":10,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":846},\"isBeingDragged\":false,\"grabbingEnabled\":false,\"draggingEnabled\":false,\"isCopyMorphRef\":true,\"morphRefId\":17,\"currentCategory\":null,\"derivationIds\":[207,\"D87334B5-DFB8-438D-8038-D2C55A798E3B\",\"4242A24B-D284-4130-BB19-C1AB8C7E96CB\",\"1F2230C1-4745-4EED-8827-5D3FC0EA8D8A\",\"1260A8AA-AD41-451A-A761-BE75A33282E8\",\"11AABB24-1595-4EDC-95DF-8BC66785F47A\"],\"selection\":null,\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":847},\"__LivelyClassName__\":\"lively.morphic.List\"},\"3\":{\"position\":{\"__isSmartRef__\":true,\"id\":4},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6},\"_Fill\":{\"__isSmartRef__\":true,\"id\":7},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":8},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":9},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5\":{\"x\":180,\"y\":337.61253261443596,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"8\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"9\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"10\":{\"x\":10,\"y\":63.027958027992966,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"11\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"migrationLevel\":2,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"12\":{\"x\":180,\"y\":338.61253261443596,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"13\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2},\"sourceAttrName\":\"selection\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"displaySourceForScript\",\"converterString\":\"function (value) {\\n return (value === '-- ALL --') ? null : value;\\n}\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":14},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":15},\"__LivelyClassName__\":\"AttributeConnection\"},\"14\":{\"source\":{\"__isSmartRef__\":true,\"id\":2},\"target\":{\"__isSmartRef__\":true,\"id\":1}},\"15\":{\"converter\":{\"__isSmartRef__\":true,\"id\":16}},\"16\":{\"originalFunc\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":14},\"source\":\"function (value) {\\n return (value === '-- ALL --') ? null : value;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":17},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"17\":{},\"18\":{\"resizeHeight\":true},\"19\":{\"submorphs\":[],\"scripts\":[],\"id\":836,\"shape\":{\"__isSmartRef__\":true,\"id\":20},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":25},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":26},\"titleBar\":{\"__isSmartRef__\":true,\"id\":27},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":168},\"collapsedTransform\":null,\"collapsedExtent\":null,\"expandedTransform\":{\"__isSmartRef__\":true,\"id\":169},\"expandedExtent\":{\"__isSmartRef__\":true,\"id\":170},\"highlighted\":true,\"_Rotation\":0,\"_Scale\":1,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":171},\"showsHalos\":false,\"name\":\"ObjectEditor\",\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"target\":{\"__isSmartRef__\":true,\"id\":172},\"expandedPosition\":{\"__isSmartRef__\":true,\"id\":495},\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":496},\"scriptList\":{\"__isSmartRef__\":true,\"id\":2},\"scriptPane\":{\"__isSmartRef__\":true,\"id\":497},\"classButton\":{\"__isSmartRef__\":true,\"id\":592},\"connectionList\":{\"__isSmartRef__\":true,\"id\":637},\"targetButton\":{\"__isSmartRef__\":true,\"id\":662},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":705},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Position\":{\"__isSmartRef__\":true,\"id\":706},\"morphSelector\":{\"__isSmartRef__\":true,\"id\":707},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":791},\"cameForward\":false,\"isCopyMorphRef\":true,\"morphRefId\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":792},\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"20\":{\"_BorderWidth\":1,\"_Fill\":{\"__isSmartRef__\":true,\"id\":21},\"_StrokeOpacity\":0,\"_BorderRadius\":9.25,\"_Extent\":{\"__isSmartRef__\":true,\"id\":22},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":23},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":24},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"21\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"22\":{\"x\":981,\"y\":585.2,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"23\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"24\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"25\":{\"adjustForNewBounds\":true},\"26\":{\"x\":981,\"y\":585.2,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"27\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":28},{\"__isSmartRef__\":true,\"id\":41},{\"__isSmartRef__\":true,\"id\":85},{\"__isSmartRef__\":true,\"id\":117}],\"scripts\":[],\"id\":837,\"shape\":{\"__isSmartRef__\":true,\"id\":150},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":163},\"_Position\":{\"__isSmartRef__\":true,\"id\":164},\"eventsAreIgnored\":true,\"windowMorph\":{\"__isSmartRef__\":true,\"id\":19},\"label\":{\"__isSmartRef__\":true,\"id\":28},\"closeButton\":{\"__isSmartRef__\":true,\"id\":41},\"menuButton\":{\"__isSmartRef__\":true,\"id\":85},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":117},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":165},\"owner\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"name\":\"ObjectEditorTitleBar\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":166},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":167},\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"28\":{\"submorphs\":[],\"scripts\":[],\"id\":838,\"shape\":{\"__isSmartRef__\":true,\"id\":29},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":34},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":35},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":36},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":37}],\"evalEnabled\":false,\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":10,\"_Align\":\"center\",\"owner\":{\"__isSmartRef__\":true,\"id\":27},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":39},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":40},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"29\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":30},\"_Extent\":{\"__isSmartRef__\":true,\"id\":31},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":32},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":33},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"30\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"31\":{\"x\":921.9776803724167,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"32\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"33\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"34\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"35\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"36\":{\"x\":921.9776803724167,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"37\":{\"style\":{\"__isSmartRef__\":true,\"id\":38},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":28},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"38\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"39\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"40\":{\"morph\":{\"__isSmartRef__\":true,\"id\":28},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"41\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":42}],\"scripts\":[],\"id\":839,\"shape\":{\"__isSmartRef__\":true,\"id\":54},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":69},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":70},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":58},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":71},\"label\":{\"__isSmartRef__\":true,\"id\":42},\"owner\":{\"__isSmartRef__\":true,\"id\":27},\"layout\":{\"__isSmartRef__\":true,\"id\":80},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":81},{\"__isSmartRef__\":true,\"id\":82}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":83},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":84},\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"42\":{\"submorphs\":[],\"scripts\":[],\"id\":840,\"shape\":{\"__isSmartRef__\":true,\"id\":43},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":47},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":48},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":49},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":50}],\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":41},\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":8,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":52},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":53},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"43\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":44},\"_Extent\":{\"__isSmartRef__\":true,\"id\":45},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":32},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":46},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"44\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"45\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"46\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"47\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"48\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"49\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"50\":{\"style\":{\"__isSmartRef__\":true,\"id\":51},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":42},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"51\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"52\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"53\":{\"morph\":{\"__isSmartRef__\":true,\"id\":42},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"54\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":55},\"_Extent\":{\"__isSmartRef__\":true,\"id\":56},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":57},\"_Fill\":{\"__isSmartRef__\":true,\"id\":58},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":68},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"55\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"56\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"57\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"58\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":59},{\"__isSmartRef__\":true,\"id\":61},{\"__isSmartRef__\":true,\"id\":63},{\"__isSmartRef__\":true,\"id\":65}],\"vector\":{\"__isSmartRef__\":true,\"id\":67},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"59\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":60}},\"60\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"61\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":62}},\"62\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"63\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":64}},\"64\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"65\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":66}},\"66\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"67\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"68\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"69\":{\"x\":960.9776803724167,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"70\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"71\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":72},{\"__isSmartRef__\":true,\"id\":74},{\"__isSmartRef__\":true,\"id\":76},{\"__isSmartRef__\":true,\"id\":78}],\"vector\":{\"__isSmartRef__\":true,\"id\":67},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"72\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":73}},\"73\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"74\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":75}},\"75\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"76\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":77}},\"77\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"78\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":79}},\"79\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"80\":{\"moveHorizontal\":true},\"81\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":41},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"82\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":41},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"83\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"84\":{\"morph\":{\"__isSmartRef__\":true,\"id\":41},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"85\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":86}],\"scripts\":[],\"id\":841,\"shape\":{\"__isSmartRef__\":true,\"id\":98},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":102},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":103},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":58},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":104},\"label\":{\"__isSmartRef__\":true,\"id\":86},\"owner\":{\"__isSmartRef__\":true,\"id\":27},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":113},{\"__isSmartRef__\":true,\"id\":114}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"showsHalos\":false,\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":115},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":116},\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"86\":{\"submorphs\":[],\"scripts\":[],\"id\":842,\"shape\":{\"__isSmartRef__\":true,\"id\":87},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":91},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":92},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":93},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":94}],\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":85},\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":8,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":96},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":97},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"87\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":88},\"_Extent\":{\"__isSmartRef__\":true,\"id\":89},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":32},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":90},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"88\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"89\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"90\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"91\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"92\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"93\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"94\":{\"style\":{\"__isSmartRef__\":true,\"id\":95},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":86},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"95\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"96\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"97\":{\"morph\":{\"__isSmartRef__\":true,\"id\":86},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"98\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":99},\"_Extent\":{\"__isSmartRef__\":true,\"id\":100},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":57},\"_Fill\":{\"__isSmartRef__\":true,\"id\":58},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":101},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"99\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"100\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"101\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"102\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"103\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"104\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":105},{\"__isSmartRef__\":true,\"id\":107},{\"__isSmartRef__\":true,\"id\":109},{\"__isSmartRef__\":true,\"id\":111}],\"vector\":{\"__isSmartRef__\":true,\"id\":67},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"105\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":106}},\"106\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"107\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":108}},\"108\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"109\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":110}},\"110\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"111\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":112}},\"112\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"113\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":85},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"114\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":85},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"115\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"116\":{\"morph\":{\"__isSmartRef__\":true,\"id\":85},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"117\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":118}],\"scripts\":[],\"id\":843,\"shape\":{\"__isSmartRef__\":true,\"id\":130},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":134},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":135},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":58},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":136},\"label\":{\"__isSmartRef__\":true,\"id\":118},\"owner\":{\"__isSmartRef__\":true,\"id\":27},\"layout\":{\"__isSmartRef__\":true,\"id\":145},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":146},{\"__isSmartRef__\":true,\"id\":147}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":148},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":149},\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"118\":{\"submorphs\":[],\"scripts\":[],\"id\":844,\"shape\":{\"__isSmartRef__\":true,\"id\":119},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":123},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":124},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":125},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":126}],\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":117},\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":8,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":128},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":129},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"119\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":120},\"_Extent\":{\"__isSmartRef__\":true,\"id\":121},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":32},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":122},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"120\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"121\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"122\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"123\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"124\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"125\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"126\":{\"style\":{\"__isSmartRef__\":true,\"id\":127},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":118},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"127\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"128\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"129\":{\"morph\":{\"__isSmartRef__\":true,\"id\":118},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"130\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":131},\"_Extent\":{\"__isSmartRef__\":true,\"id\":132},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":57},\"_Fill\":{\"__isSmartRef__\":true,\"id\":58},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":133},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"131\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"132\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"133\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"134\":{\"x\":941.9776803724167,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"135\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"136\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":137},{\"__isSmartRef__\":true,\"id\":139},{\"__isSmartRef__\":true,\"id\":141},{\"__isSmartRef__\":true,\"id\":143}],\"vector\":{\"__isSmartRef__\":true,\"id\":67},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"137\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":138}},\"138\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"139\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":140}},\"140\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"141\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":142}},\"142\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"143\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":144}},\"144\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"145\":{\"moveHorizontal\":true},\"146\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":117},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"147\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":117},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"148\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"149\":{\"morph\":{\"__isSmartRef__\":true,\"id\":117},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"150\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":151},\"_Extent\":{\"__isSmartRef__\":true,\"id\":152},\"_BorderWidth\":2,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":153},\"_Fill\":{\"__isSmartRef__\":true,\"id\":154},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":162},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"151\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"152\":{\"x\":980.9776803724167,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"153\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"154\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":155},{\"__isSmartRef__\":true,\"id\":157},{\"__isSmartRef__\":true,\"id\":159}],\"vector\":{\"__isSmartRef__\":true,\"id\":161},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"155\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":156}},\"156\":{\"r\":0.7200000000000001,\"g\":0.7200000000000001,\"b\":0.7200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"157\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":158}},\"158\":{\"r\":0.9,\"g\":0.9,\"b\":0.9,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"159\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":160}},\"160\":{\"r\":0.7200000000000001,\"g\":0.7200000000000001,\"b\":0.7200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"161\":{\"x\":0,\"y\":1,\"width\":0,\"height\":-1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"162\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"163\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"164\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"165\":{\"x\":980.9776803724167,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"166\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"167\":{\"morph\":{\"__isSmartRef__\":true,\"id\":27},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"168\":{\"x\":0,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"169\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":377.6609726943286,\"f\":419.5142810783999,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"lively.morphic.Similitude\"},\"170\":{\"x\":861.5223196275833,\"y\":575.166499196892,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"171\":{\"x\":613,\"y\":129,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"172\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":173},\"id\":394,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":179},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":180}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":182},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":183},\"_ClipMode\":\"auto\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":184},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":185},\"_MaxTextWidth\":500,\"_MaxTextHeight\":200,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":186},\"layout\":{\"__isSmartRef__\":true,\"id\":333},\"doitContext\":{\"__isSmartRef__\":true,\"id\":334},\"priorSelectionRange\":[0,36],\"charsReplaced\":\"\",\"lastFindLoc\":20,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"173\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":174},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":175},\"_Extent\":{\"__isSmartRef__\":true,\"id\":176},\"_BorderWidth\":2,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":{\"__isSmartRef__\":true,\"id\":178},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"174\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"175\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"176\":{\"x\":500,\"y\":200,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"177\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"178\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"179\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"180\":{\"style\":{\"__isSmartRef__\":true,\"id\":181},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":172},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"181\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"182\":{\"morph\":{\"__isSmartRef__\":true,\"id\":172},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"183\":{\"x\":2,\"y\":1,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"184\":{\"x\":0,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"185\":{\"x\":500,\"y\":200,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"186\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":172},{\"__isSmartRef__\":true,\"id\":187}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":324},\"id\":395,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":327},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":328},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":329},\"LK2\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":330},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":331},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":172},\"titleBar\":{\"__isSmartRef__\":true,\"id\":187},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":184},\"collapsedTransform\":null,\"collapsedExtent\":null,\"expandedTransform\":null,\"expandedExtent\":null,\"ignoreEventsOnExpand\":false,\"highlighted\":true,\"_Rotation\":0,\"_Scale\":1,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":332},\"cameForward\":false,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"187\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":188},{\"__isSmartRef__\":true,\"id\":201},{\"__isSmartRef__\":true,\"id\":247},{\"__isSmartRef__\":true,\"id\":280}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":314},\"id\":396,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":319},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":320},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":321},\"_Position\":{\"__isSmartRef__\":true,\"id\":322},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":186},\"label\":{\"__isSmartRef__\":true,\"id\":188},\"closeButton\":{\"__isSmartRef__\":true,\"id\":201},\"menuButton\":{\"__isSmartRef__\":true,\"id\":247},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":280},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":323},\"owner\":{\"__isSmartRef__\":true,\"id\":186},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"188\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":189},\"id\":397,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":193},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":194}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":196},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":197},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"layout\":{\"__isSmartRef__\":true,\"id\":198},\"_FontSize\":10,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"owner\":{\"__isSmartRef__\":true,\"id\":187},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":199},\"_MaxTextWidth\":441,\"_MaxTextHeight\":17,\"_Position\":{\"__isSmartRef__\":true,\"id\":200},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"189\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":190},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":191},\"_Extent\":{\"__isSmartRef__\":true,\"id\":192},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"190\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"191\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"192\":{\"x\":441,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"193\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"194\":{\"style\":{\"__isSmartRef__\":true,\"id\":195},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":188},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"195\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"196\":{\"morph\":{\"__isSmartRef__\":true,\"id\":188},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"197\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"198\":{\"resizeWidth\":true},\"199\":{\"x\":0,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"200\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"201\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":202}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":214},\"id\":398,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":229},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":230},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":231},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":232},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":233},\"label\":{\"__isSmartRef__\":true,\"id\":202},\"owner\":{\"__isSmartRef__\":true,\"id\":187},\"layout\":{\"__isSmartRef__\":true,\"id\":242},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":243},{\"__isSmartRef__\":true,\"id\":245}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"202\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":203},\"id\":399,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":207},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":208}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":210},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":212},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":213},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":201},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"203\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":204},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":205},\"_Extent\":{\"__isSmartRef__\":true,\"id\":206},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"204\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"205\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"206\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"207\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"208\":{\"style\":{\"__isSmartRef__\":true,\"id\":209},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":202},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"209\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"210\":{\"morph\":{\"__isSmartRef__\":true,\"id\":202},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"211\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"212\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"213\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"214\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":215},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":216},\"_Extent\":{\"__isSmartRef__\":true,\"id\":217},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"215\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"216\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"217\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"218\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"219\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":220},{\"__isSmartRef__\":true,\"id\":222},{\"__isSmartRef__\":true,\"id\":224},{\"__isSmartRef__\":true,\"id\":226}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"220\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":221}},\"221\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"222\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":223}},\"223\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"224\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":225}},\"225\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"226\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":227}},\"227\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"228\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"229\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"230\":{\"morph\":{\"__isSmartRef__\":true,\"id\":201},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"231\":{\"x\":480,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"232\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"233\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":234},{\"__isSmartRef__\":true,\"id\":236},{\"__isSmartRef__\":true,\"id\":238},{\"__isSmartRef__\":true,\"id\":240}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"234\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":235}},\"235\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"236\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":237}},\"237\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"238\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":239}},\"239\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"240\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":241}},\"241\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"242\":{\"moveHorizontal\":true},\"243\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":201},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":244},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"244\":{\"source\":{\"__isSmartRef__\":true,\"id\":201},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"245\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":201},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":246},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"246\":{\"source\":{\"__isSmartRef__\":true,\"id\":201},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"247\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":248}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":259},\"id\":400,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":263},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":264},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":265},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":266},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":267},\"label\":{\"__isSmartRef__\":true,\"id\":248},\"owner\":{\"__isSmartRef__\":true,\"id\":187},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":276},{\"__isSmartRef__\":true,\"id\":278}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"248\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":249},\"id\":401,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":253},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":254}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":256},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":257},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":258},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":247},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"249\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":250},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":251},\"_Extent\":{\"__isSmartRef__\":true,\"id\":252},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"250\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"251\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"252\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"253\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"254\":{\"style\":{\"__isSmartRef__\":true,\"id\":255},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":248},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"255\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"256\":{\"morph\":{\"__isSmartRef__\":true,\"id\":248},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"257\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"258\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"259\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":260},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":261},\"_Extent\":{\"__isSmartRef__\":true,\"id\":262},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"260\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"261\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"262\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"263\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"264\":{\"morph\":{\"__isSmartRef__\":true,\"id\":247},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"265\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"266\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"267\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":268},{\"__isSmartRef__\":true,\"id\":270},{\"__isSmartRef__\":true,\"id\":272},{\"__isSmartRef__\":true,\"id\":274}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"268\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":269}},\"269\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"270\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":271}},\"271\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"272\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":273}},\"273\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"274\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":275}},\"275\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"276\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":247},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":277},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"277\":{\"source\":{\"__isSmartRef__\":true,\"id\":247},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"278\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":247},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":279},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"279\":{\"source\":{\"__isSmartRef__\":true,\"id\":247},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"280\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":281}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":292},\"id\":402,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":296},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":297},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":298},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":299},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":300},\"label\":{\"__isSmartRef__\":true,\"id\":281},\"owner\":{\"__isSmartRef__\":true,\"id\":187},\"layout\":{\"__isSmartRef__\":true,\"id\":309},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":310},{\"__isSmartRef__\":true,\"id\":312}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"281\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":282},\"id\":403,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":286},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":287}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":289},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":290},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":291},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":280},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"282\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":283},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":284},\"_Extent\":{\"__isSmartRef__\":true,\"id\":285},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"283\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"284\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"285\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"286\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"287\":{\"style\":{\"__isSmartRef__\":true,\"id\":288},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":281},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"288\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"289\":{\"morph\":{\"__isSmartRef__\":true,\"id\":281},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"290\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"291\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"292\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":293},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":294},\"_Extent\":{\"__isSmartRef__\":true,\"id\":295},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"293\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"294\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"295\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"296\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"297\":{\"morph\":{\"__isSmartRef__\":true,\"id\":280},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"298\":{\"x\":461,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"299\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"300\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":301},{\"__isSmartRef__\":true,\"id\":303},{\"__isSmartRef__\":true,\"id\":305},{\"__isSmartRef__\":true,\"id\":307}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"301\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":302}},\"302\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"303\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":304}},\"304\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"305\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":306}},\"306\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"307\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":308}},\"308\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"309\":{\"moveHorizontal\":true},\"310\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":280},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":311},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"311\":{\"source\":{\"__isSmartRef__\":true,\"id\":280},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"312\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":280},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":313},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"313\":{\"source\":{\"__isSmartRef__\":true,\"id\":280},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"314\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":315},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":316},\"_Extent\":{\"__isSmartRef__\":true,\"id\":317},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":318},\"_Fill\":{\"__isSmartRef__\":true,\"id\":154},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"315\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"316\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"317\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"318\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"319\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"320\":{\"morph\":{\"__isSmartRef__\":true,\"id\":187},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"321\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"322\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"323\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"324\":{\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":325},\"_BorderWidth\":0,\"_Fill\":null,\"_StrokeOpacity\":0,\"_BorderRadius\":0,\"_Extent\":{\"__isSmartRef__\":true,\"id\":326},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"325\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"326\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"327\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"328\":{\"morph\":{\"__isSmartRef__\":true,\"id\":186},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"329\":{\"adjustForNewBounds\":true},\"330\":{\"x\":1234,\"y\":448,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"331\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"332\":{\"x\":1478,\"y\":453,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"333\":{\"resizeWidth\":true,\"resizeHeight\":true},\"334\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":335},{\"__isSmartRef__\":true,\"id\":349}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":479},\"id\":361,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":483},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":484},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":485},\"LK2\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":486},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":487},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":335},\"titleBar\":{\"__isSmartRef__\":true,\"id\":349},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":345},\"collapsedTransform\":{\"__isSmartRef__\":true,\"id\":488},\"collapsedExtent\":{\"__isSmartRef__\":true,\"id\":489},\"expandedTransform\":{\"__isSmartRef__\":true,\"id\":490},\"expandedExtent\":{\"__isSmartRef__\":true,\"id\":491},\"ignoreEventsOnExpand\":false,\"owner\":null,\"showsHalos\":false,\"highlighted\":true,\"_Rotation\":0,\"_Scale\":1,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":492},\"expandedPosition\":{\"__isSmartRef__\":true,\"id\":493},\"state\":\"shutdown\",\"collapsedPosition\":{\"__isSmartRef__\":true,\"id\":494},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"335\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":336},\"id\":360,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":341},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":342}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":344},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":183},\"_ClipMode\":\"auto\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Monaco,monospace\",\"_Position\":{\"__isSmartRef__\":true,\"id\":345},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":346},\"_MaxTextWidth\":500,\"_MaxTextHeight\":0,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":334},\"layout\":{\"__isSmartRef__\":true,\"id\":347},\"syntaxHighlightingWhileTyping\":true,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":348}],\"doNotSerialize\":[\"$$textString\"],\"doNotCopyProperties\":[\"$$textString\"],\"lastSyntaxHighlightTime\":1307282796737,\"accessibleInInactiveWindow\":true,\"eventsAreIgnored\":false,\"_HandStyle\":\"default\",\"_PointerEvents\":\"auto\",\"_Visible\":true,\"priorSelectionRange\":[0,22],\"charsReplaced\":\"\",\"lastFindLoc\":15,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textString\":\"undefined\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"336\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":337},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":338},\"_Extent\":{\"__isSmartRef__\":true,\"id\":339},\"_BorderWidth\":2,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":{\"__isSmartRef__\":true,\"id\":340},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"337\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"338\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"339\":{\"x\":500,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"340\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"341\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"342\":{\"style\":{\"__isSmartRef__\":true,\"id\":343},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":335},\"storedString\":\"undefined\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"343\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"344\":{\"morph\":{\"__isSmartRef__\":true,\"id\":335},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"345\":{\"x\":0,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"346\":{\"x\":500,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"347\":{\"resizeWidth\":true,\"resizeHeight\":true},\"348\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":335},\"sourceAttrName\":\"textString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":335},\"targetMethodName\":\"highlightJavaScriptSyntax\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"349\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":350},{\"__isSmartRef__\":true,\"id\":362},{\"__isSmartRef__\":true,\"id\":396},{\"__isSmartRef__\":true,\"id\":429}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":463},\"id\":362,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":474},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":475},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":476},\"_Position\":{\"__isSmartRef__\":true,\"id\":477},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":334},\"label\":{\"__isSmartRef__\":true,\"id\":350},\"closeButton\":{\"__isSmartRef__\":true,\"id\":362},\"menuButton\":{\"__isSmartRef__\":true,\"id\":396},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":429},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":478},\"owner\":{\"__isSmartRef__\":true,\"id\":334},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"350\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":351},\"id\":363,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":355},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":356}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":358},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":197},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"layout\":{\"__isSmartRef__\":true,\"id\":359},\"_FontSize\":10,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"owner\":{\"__isSmartRef__\":true,\"id\":349},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":360},\"_MaxTextWidth\":441,\"_MaxTextHeight\":17,\"_Position\":{\"__isSmartRef__\":true,\"id\":361},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"351\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":352},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":353},\"_Extent\":{\"__isSmartRef__\":true,\"id\":354},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"352\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"353\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"354\":{\"x\":441,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"355\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"356\":{\"style\":{\"__isSmartRef__\":true,\"id\":357},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":350},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"357\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"358\":{\"morph\":{\"__isSmartRef__\":true,\"id\":350},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"359\":{\"resizeWidth\":true},\"360\":{\"x\":0,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"361\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"362\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":363}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":374},\"id\":364,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":378},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":379},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":380},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":381},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":382},\"label\":{\"__isSmartRef__\":true,\"id\":363},\"owner\":{\"__isSmartRef__\":true,\"id\":349},\"layout\":{\"__isSmartRef__\":true,\"id\":391},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":392},{\"__isSmartRef__\":true,\"id\":394}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"363\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":364},\"id\":365,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":368},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":369}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":371},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":372},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":373},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":362},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"364\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":365},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":366},\"_Extent\":{\"__isSmartRef__\":true,\"id\":367},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"365\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"366\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"367\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"368\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"369\":{\"style\":{\"__isSmartRef__\":true,\"id\":370},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":363},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"370\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"371\":{\"morph\":{\"__isSmartRef__\":true,\"id\":363},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"372\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"373\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"374\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":375},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":376},\"_Extent\":{\"__isSmartRef__\":true,\"id\":377},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"375\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"376\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"377\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"378\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"379\":{\"morph\":{\"__isSmartRef__\":true,\"id\":362},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"380\":{\"x\":480,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"381\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"382\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":383},{\"__isSmartRef__\":true,\"id\":385},{\"__isSmartRef__\":true,\"id\":387},{\"__isSmartRef__\":true,\"id\":389}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"383\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":384}},\"384\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"385\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":386}},\"386\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"387\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":388}},\"388\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"389\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":390}},\"390\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"391\":{\"moveHorizontal\":true},\"392\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":362},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":393},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"393\":{\"source\":{\"__isSmartRef__\":true,\"id\":362},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"394\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":362},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":395},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"395\":{\"source\":{\"__isSmartRef__\":true,\"id\":362},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"396\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":397}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":408},\"id\":366,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":412},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":413},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":414},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":415},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":416},\"label\":{\"__isSmartRef__\":true,\"id\":397},\"owner\":{\"__isSmartRef__\":true,\"id\":349},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":425},{\"__isSmartRef__\":true,\"id\":427}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"397\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":398},\"id\":367,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":402},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":403}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":405},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":406},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":407},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":396},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"398\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":399},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":400},\"_Extent\":{\"__isSmartRef__\":true,\"id\":401},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"399\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"400\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"401\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"402\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"403\":{\"style\":{\"__isSmartRef__\":true,\"id\":404},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":397},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"404\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"405\":{\"morph\":{\"__isSmartRef__\":true,\"id\":397},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"406\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"407\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"408\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":409},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":410},\"_Extent\":{\"__isSmartRef__\":true,\"id\":411},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"409\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"410\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"411\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"412\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"413\":{\"morph\":{\"__isSmartRef__\":true,\"id\":396},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"414\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"415\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"416\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":417},{\"__isSmartRef__\":true,\"id\":419},{\"__isSmartRef__\":true,\"id\":421},{\"__isSmartRef__\":true,\"id\":423}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"417\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":418}},\"418\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"419\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":420}},\"420\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"421\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":422}},\"422\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"423\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":424}},\"424\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"425\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":396},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":426},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"426\":{\"source\":{\"__isSmartRef__\":true,\"id\":396},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"427\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":396},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":428},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"428\":{\"source\":{\"__isSmartRef__\":true,\"id\":396},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"429\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":430}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":441},\"id\":368,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":445},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":446},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":447},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":448},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":449},\"label\":{\"__isSmartRef__\":true,\"id\":430},\"owner\":{\"__isSmartRef__\":true,\"id\":349},\"layout\":{\"__isSmartRef__\":true,\"id\":458},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":459},{\"__isSmartRef__\":true,\"id\":461}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"430\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":431},\"id\":369,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":435},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":436}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":438},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":439},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":440},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":429},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"431\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":432},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":433},\"_Extent\":{\"__isSmartRef__\":true,\"id\":434},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"432\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"433\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"434\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"435\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"436\":{\"style\":{\"__isSmartRef__\":true,\"id\":437},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":430},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"437\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"438\":{\"morph\":{\"__isSmartRef__\":true,\"id\":430},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"439\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"440\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"441\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":442},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":443},\"_Extent\":{\"__isSmartRef__\":true,\"id\":444},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"442\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"443\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"444\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"445\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"446\":{\"morph\":{\"__isSmartRef__\":true,\"id\":429},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"447\":{\"x\":461,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"448\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"449\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":450},{\"__isSmartRef__\":true,\"id\":452},{\"__isSmartRef__\":true,\"id\":454},{\"__isSmartRef__\":true,\"id\":456}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"450\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":451}},\"451\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"452\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":453}},\"453\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"454\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":455}},\"455\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"456\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":457}},\"457\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"458\":{\"moveHorizontal\":true},\"459\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":429},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":460},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"460\":{\"source\":{\"__isSmartRef__\":true,\"id\":429},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"461\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":429},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":462},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"462\":{\"source\":{\"__isSmartRef__\":true,\"id\":429},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"463\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":464},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":465},\"_Extent\":{\"__isSmartRef__\":true,\"id\":466},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":318},\"_Fill\":{\"__isSmartRef__\":true,\"id\":467},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"464\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"465\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"466\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"467\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":468},{\"__isSmartRef__\":true,\"id\":470},{\"__isSmartRef__\":true,\"id\":472}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"468\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":469}},\"469\":{\"r\":0.8600000000000001,\"g\":0.8600000000000001,\"b\":0.8600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"470\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":471}},\"471\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"472\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":473}},\"473\":{\"r\":0.8600000000000001,\"g\":0.8600000000000001,\"b\":0.8600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"474\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"475\":{\"morph\":{\"__isSmartRef__\":true,\"id\":349},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"476\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"477\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"478\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"479\":{\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":480},\"_BorderWidth\":0,\"_Fill\":null,\"_StrokeOpacity\":0,\"_BorderRadius\":0,\"_Extent\":{\"__isSmartRef__\":true,\"id\":481},\"_Position\":{\"__isSmartRef__\":true,\"id\":482},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"480\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"481\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"482\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"483\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"484\":{\"morph\":{\"__isSmartRef__\":true,\"id\":334},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"485\":{\"adjustForNewBounds\":true},\"486\":{\"x\":1131,\"y\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"487\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"488\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":1131,\"f\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"lively.morphic.Similitude\"},\"489\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"490\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":1131,\"f\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"lively.morphic.Similitude\"},\"491\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"492\":{\"x\":1507,\"y\":76,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"493\":{\"x\":1131,\"y\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"494\":{\"x\":1131,\"y\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"495\":{\"x\":377.6609726943286,\"y\":419.5142810783999,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"496\":{\"requiredModules\":[],\"migrationLevel\":2,\"partsSpaceName\":\"PartsBin/Tools\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"Edit scripts and connections of a specific morph. Early version.\",\"partName\":\"ObjectEditor\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"497\":{\"submorphs\":[],\"scripts\":[],\"id\":\"C1E8D5BB-56F9-47B3-A520-BEEFEF791823\",\"shape\":{\"__isSmartRef__\":true,\"id\":498},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":505},\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Monaco,courier\",\"_MaxTextWidth\":689.0285365288845,\"_MaxTextHeight\":null,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":506}],\"layout\":{\"__isSmartRef__\":true,\"id\":508},\"showsHalos\":false,\"prevScroll\":[0,0],\"priorSelectionRange\":[156,156],\"name\":\"ObjectEditorScriptPane\",\"charsReplaced\":\"\",\"lastFindLoc\":152,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":509},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":510},\"_ClipMode\":\"auto\",\"_FontSize\":9,\"lastSyntaxHighlightTime\":1330134471606,\"doitContext\":null,\"savedTextString\":\"// changed at Thu Feb 02 2012 14:37:57 GMT+0100 (CET) by conradcalmez \\nthis.addScript(function createMenuItems(items) {\\n alertOK(\\\"creating menu items ... like a boss\\\");\\n}).tag([]);\",\"_Align\":\"left\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":511},\"lastSearchString\":\"stringsformat\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":512},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":513}],\"doNotSerialize\":[\"$$textString\"],\"doNotCopyProperties\":[\"$$textString\"],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":538},\"_MinTextWidth\":689.0285365288845,\"_MinTextHeight\":null,\"previousSelection\":[120,120],\"lastSaveSource\":\"\",\"isBeingDragged\":false,\"draggingEnabled\":false,\"objectEditorPane\":{\"__isSmartRef__\":true,\"id\":1},\"isCopyMorphRef\":true,\"morphRefId\":1,\"statusMorph\":{\"__isSmartRef__\":true,\"id\":539},\"derivationIds\":[219,\"DD5046D0-C1D6-412A-83C9-CD7EE63D40E0\",\"4D92BDFD-A599-4154-A197-A4B1292C1619\",\"98551F68-B128-4262-9BC2-6B8AC7C8D7C0\",\"47731662-FF8E-4C0F-A170-FD5C56A06021\",\"3FC7FDE6-156F-4056-BB04-B76D8B6C5472\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":554},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"textString\":\"\",\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":555},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"498\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":499},\"_Extent\":{\"__isSmartRef__\":true,\"id\":500},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":501},\"_Fill\":{\"__isSmartRef__\":true,\"id\":502},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":503},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_ClipMode\":\"auto\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":504},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"499\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"500\":{\"x\":691.0285365288845,\"y\":475.61253261443596,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"501\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"502\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"503\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"504\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"505\":{\"x\":2,\"y\":1,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"506\":{\"style\":{\"__isSmartRef__\":true,\"id\":507},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":497},\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"507\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"508\":{\"resizeWidth\":true,\"resizeHeight\":true},\"509\":{\"requiredModules\":[],\"partsSpaceName\":\"PartsBin/Widgets/\",\"migrationLevel\":2,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"510\":{\"x\":691.0285365288845,\"y\":475.61253261443596,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"511\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"512\":{\"morph\":{\"__isSmartRef__\":true,\"id\":497},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"513\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":497},\"sourceAttrName\":\"textString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":514},\"targetMethodName\":\"indicateUnsavedChanges\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"514\":{\"submorphs\":[],\"scripts\":[],\"id\":\"97CA61D3-E09B-43CD-9880-D8B36FA303F3\",\"shape\":{\"__isSmartRef__\":true,\"id\":515},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":521},\"showsHalos\":false,\"name\":\"ChangeIndicator\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":522},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":523},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":524},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":525},\"layout\":{\"__isSmartRef__\":true,\"id\":526},\"isBeingDragged\":false,\"savedColor\":{\"__isSmartRef__\":true,\"id\":518},\"alarmColor\":{\"__isSmartRef__\":true,\"id\":527},\"grabbingEnabled\":false,\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":528},\"isCopyMorphRef\":true,\"morphRefId\":26,\"derivationIds\":[220,\"EE491D24-F056-4AFE-A669-7B7048C6C3D1\",\"3FA4A8C3-0FC0-43A0-8C00-00A96F9022E2\",\"62DAD3C6-A81D-450F-B32F-601EA7E619D8\",\"EEDB0C58-5990-481A-A7FF-ACB1A2DF08DD\",\"16F708CB-1259-4A75-BAEF-1A5216C6CB19\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":529},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"515\":{\"position\":{\"__isSmartRef__\":true,\"id\":516},\"_Extent\":{\"__isSmartRef__\":true,\"id\":517},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":518},\"_Fill\":{\"__isSmartRef__\":true,\"id\":518},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":519},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":520},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"516\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"517\":{\"x\":8.637782619743348,\"y\":9.712632235981744,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"518\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"519\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"520\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"521\":{\"x\":883.0245425248855,\"y\":39.999999999999986,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"522\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!\",\"migrationLevel\":2,\"partName\":\"Rectangle\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"523\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"524\":{\"morph\":{\"__isSmartRef__\":true,\"id\":514},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"525\":{\"x\":8.637782619743348,\"y\":10.787481852220026,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"526\":{\"moveHorizontal\":true,\"adjustForNewBounds\":true},\"527\":{\"r\":0.9411764705882353,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"528\":{\"x\":37.328206296760186,\"y\":-17.53316489131697,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"529\":{\"indicateUnsavedChanges\":{\"__isSmartRef__\":true,\"id\":530},\"setColors\":{\"__isSmartRef__\":true,\"id\":534}},\"530\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":531},\"source\":\"function indicateUnsavedChanges() {\\n if (this.owner.scriptPane.hasChanged()) {\\n this.setColors(this.alarmColor);\\n } else {\\n this.setColors(this.savedColor);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":532},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"531\":{\"this\":{\"__isSmartRef__\":true,\"id\":514}},\"532\":{\"user\":\"lauritz\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":533}},\"533\":{\"isSerializedDate\":true,\"string\":\"Tue Sep 27 2011 11:09:19 GMT-0700 (PDT)\"},\"534\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":535},\"source\":\"function setColors(color) {\\n this.setFill(color);\\n this.setBorderColor(color);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":536},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"535\":{\"this\":{\"__isSmartRef__\":true,\"id\":514}},\"536\":{\"user\":\"lauritz\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":537}},\"537\":{\"isSerializedDate\":true,\"string\":\"Tue Sep 27 2011 10:06:09 GMT-0700 (PDT)\"},\"538\":{\"x\":341.1979959929888,\"y\":-18.288721442524036,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"539\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":540},\"id\":553,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":547},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":548}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":550},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"visible\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":11,\"_Position\":{\"__isSmartRef__\":true,\"id\":551},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":552},\"_MaxTextWidth\":90,\"_MinTextWidth\":90,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"_Align\":\"center\",\"_VerticalAlign\":\"center\",\"_TextColor\":{\"__isSmartRef__\":true,\"id\":553},\"owner\":null,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"540\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":541},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":542},\"_Extent\":{\"__isSmartRef__\":true,\"id\":543},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":544},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":545},\"_Fill\":{\"__isSmartRef__\":true,\"id\":546},\"_StrokeOpacity\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"541\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"542\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"543\":{\"x\":100,\"y\":25,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"544\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"545\":{\"r\":0.8,\"g\":0.8,\"b\":0.8,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"546\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"547\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"548\":{\"style\":{\"__isSmartRef__\":true,\"id\":549},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":539},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"549\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"550\":{\"morph\":{\"__isSmartRef__\":true,\"id\":539},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"551\":{\"x\":313.51426826444225,\"y\":228.80626630721798,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"552\":{\"x\":100,\"y\":25,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"553\":{\"r\":0,\"g\":0.8,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"554\":{\"x\":200,\"y\":40,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"555\":{\"doSave\":{\"__isSmartRef__\":true,\"id\":556},\"boundEval\":{\"__isSmartRef__\":true,\"id\":564},\"reset\":{\"__isSmartRef__\":true,\"id\":572},\"display\":{\"__isSmartRef__\":true,\"id\":576},\"hasChanged\":{\"__isSmartRef__\":true,\"id\":580},\"setTarget\":{\"__isSmartRef__\":true,\"id\":584},\"displayStatus\":{\"__isSmartRef__\":true,\"id\":588}},\"556\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":557},\"source\":\"function doSave() {\\n $super();\\n var saved = this.boundEval(this.getTextString());\\n if (saved) {\\n this.lastSaveSource = this.textString;\\n this.owner.changeIndicator.indicateUnsavedChanges();\\n this.owner.updateLists();\\n this.owner.selectChangedContent(this.getTextString());\\n this.displayStatus(\\\"saved source\\\", Color.green);\\n } else {\\n this.displayStatus(\\\"not saved\\\", Color.red);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":562},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"557\":{\"this\":{\"__isSmartRef__\":true,\"id\":497},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":558}},\"558\":{\"$super\":{\"__isSmartRef__\":true,\"id\":559}},\"559\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":560},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":561},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"560\":{\"obj\":{\"__isSmartRef__\":true,\"id\":497},\"name\":\"doSave\"},\"561\":{},\"562\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":563},\"user\":\"lauritz\"},\"563\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 14:15:19 GMT-0800 (PST)\"},\"564\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":565},\"source\":\"function boundEval(str) {\\n var result;\\n\\n this.objectEditorPane.ensureAnnotationLayer();\\n withLayers([ScriptAnnotationLayer], function() {\\n result = $super(str);\\n })\\n \\n return result\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":570},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"565\":{\"this\":{\"__isSmartRef__\":true,\"id\":497},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":566}},\"566\":{\"$super\":{\"__isSmartRef__\":true,\"id\":567}},\"567\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":568},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":569},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"568\":{\"obj\":{\"__isSmartRef__\":true,\"id\":497},\"name\":\"boundEval\"},\"569\":{},\"570\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":571},\"user\":\"lauritz\",\"categories\":[]},\"571\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 15 2011 20:41:53 GMT-0800 (PST)\"},\"572\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":573},\"source\":\"function reset() {\\n this.doitContext = null;\\n this.lastSaveSource = \\\"\\\";\\n this.textString = \\\"\\\";\\n this.lastSaveSource = this.textString;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":574},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"573\":{\"this\":{\"__isSmartRef__\":true,\"id\":497}},\"574\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":575},\"user\":\"lauritz\",\"categories\":[]},\"575\":{\"isSerializedDate\":true,\"string\":\"Tue Sep 27 2011 11:14:35 GMT-0700 (PDT)\"},\"576\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":577},\"source\":\"function display(jsCode) {\\n this.lastSaveSource = jsCode;\\n this.setTextString(jsCode);\\n this.highlightJavaScriptSyntax();\\n this.applyStyle({align: 'left'});\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":578},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"577\":{\"this\":{\"__isSmartRef__\":true,\"id\":497}},\"578\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":579},\"user\":\"lauritz\",\"categories\":[]},\"579\":{\"isSerializedDate\":true,\"string\":\"Tue Sep 27 2011 10:47:57 GMT-0700 (PDT)\"},\"580\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":581},\"source\":\"function hasChanged() {\\n var cleanText = function (string) {\\n var source = string.trim();\\n if (source.substring(0,2) === \\\"//\\\") {\\n // removes annotation line\\n source = source.substring(source.indexOf(\\\"\\\\n\\\"), source.length);\\n source = source.trim();\\n }\\n if (source === 'undefined' || source === 'null') source = '';\\n return source;\\n }\\n var cleanedTextString = cleanText(this.textString);\\n var cleanedLastSource = cleanText(this.lastSaveSource);\\n return cleanedTextString !== cleanedLastSource;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":582},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"581\":{\"this\":{\"__isSmartRef__\":true,\"id\":497}},\"582\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":583},\"user\":\"lauritz\",\"categories\":[]},\"583\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 03 2011 09:29:45 GMT-0700 (PDT)\"},\"584\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":585},\"source\":\"function setTarget(target) {\\n module('lively.ide.SyntaxHighlighting').load(true);\\n this.doitContext = target;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":586},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"585\":{\"this\":{\"__isSmartRef__\":true,\"id\":497}},\"586\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":587},\"user\":\"lauritz\",\"categories\":[]},\"587\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 16 2011 19:30:39 GMT-0800 (PST)\"},\"588\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":589},\"source\":\"function displayStatus(msg, color, delay) {\\n if (!this.statusMorph) {\\n this.statusMorph = new TextMorph(pt(100,25).extentAsRectangle());\\n this.statusMorph.applyStyle({borderWidth: 1, strokeOpacity: 0, borderColor: Color.gray});\\n this.statusMorph.setFill(this.owner.getFill());\\n this.statusMorph.setFontSize(11);\\n this.statusMorph.setAlign('center');\\n this.statusMorph.setVerticalAlign('center');\\n }\\n this.statusMorph.setTextString(msg);\\n this.statusMorph.centerAt(this.innerBounds().center());\\n this.statusMorph.setTextColor(color || Color.black);\\n this.addMorph(this.statusMorph);\\n (function() { this.statusMorph.remove() }).bind(this).delay(delay || 2); \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":590},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"589\":{\"this\":{\"__isSmartRef__\":true,\"id\":497}},\"590\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":591},\"user\":\"lauritz\",\"categories\":[]},\"591\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 23 2011 09:23:05 GMT-0800 (PST)\"},\"592\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":593}],\"scripts\":[],\"id\":847,\"shape\":{\"__isSmartRef__\":true,\"id\":607},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":622},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":610},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":623},\"label\":{\"__isSmartRef__\":true,\"id\":593},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Rotation\":0,\"padding\":{\"__isSmartRef__\":true,\"id\":632},\"name\":\"ObjectEditorClassButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":633},\"_Scale\":1,\"owner\":null,\"layout\":{\"__isSmartRef__\":true,\"id\":634},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":635},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":636},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"593\":{\"submorphs\":[],\"scripts\":[],\"id\":848,\"shape\":{\"__isSmartRef__\":true,\"id\":594},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":116,\"_MaxTextHeight\":18,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":599},\"textColor\":{\"__isSmartRef__\":true,\"id\":597},\"owner\":{\"__isSmartRef__\":true,\"id\":592},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":600}],\"padding\":{\"__isSmartRef__\":true,\"id\":602},\"_Padding\":{\"__isSmartRef__\":true,\"id\":603},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":604},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":605},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":606},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"594\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":595},\"_Extent\":{\"__isSmartRef__\":true,\"id\":596},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":597},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":598},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"595\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"596\":{\"x\":116,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"597\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"598\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"599\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"600\":{\"style\":{\"__isSmartRef__\":true,\"id\":601},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":593},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"601\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"602\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"603\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"604\":{\"x\":116,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"605\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"606\":{\"morph\":{\"__isSmartRef__\":true,\"id\":593},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"607\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":608},\"_Extent\":{\"__isSmartRef__\":true,\"id\":609},\"_Fill\":{\"__isSmartRef__\":true,\"id\":610},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":620},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":621},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"608\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"609\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"610\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":611},{\"__isSmartRef__\":true,\"id\":613},{\"__isSmartRef__\":true,\"id\":615},{\"__isSmartRef__\":true,\"id\":617}],\"vector\":{\"__isSmartRef__\":true,\"id\":619},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"611\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":612}},\"612\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"613\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":614}},\"614\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"615\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":616}},\"616\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"617\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":618}},\"618\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"619\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"620\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"621\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"622\":{\"x\":820,\"y\":8.999999999999972,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"623\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":624},{\"__isSmartRef__\":true,\"id\":626},{\"__isSmartRef__\":true,\"id\":628},{\"__isSmartRef__\":true,\"id\":630}],\"vector\":{\"__isSmartRef__\":true,\"id\":619},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"624\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":625}},\"625\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"626\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":627}},\"627\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"628\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":629}},\"629\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"630\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":631}},\"631\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"632\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"633\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"634\":{\"moveHorizontal\":true},\"635\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"636\":{\"morph\":{\"__isSmartRef__\":true,\"id\":592},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"637\":{\"submorphs\":[],\"scripts\":[],\"id\":\"8B59E237-F372-4F70-9768-7E9C1A7A021D\",\"shape\":{\"__isSmartRef__\":true,\"id\":638},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":645},\"itemList\":[],\"selectedLineNo\":1,\"showsHalos\":false,\"name\":\"ObjectEditorConnectionList\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":646},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"_ClipMode\":\"auto\",\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":647},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":648}],\"doNotSerialize\":[\"$$selection\"],\"doNotCopyProperties\":[\"$$selection\"],\"prevScroll\":[0,0],\"layout\":{\"__isSmartRef__\":true,\"id\":653},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":654},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":655},\"_FontSize\":10,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":656},\"grabbingEnabled\":false,\"draggingEnabled\":false,\"isCopyMorphRef\":true,\"morphRefId\":19,\"derivationIds\":[209,\"3900F5DF-0FF7-4C94-8BDB-44AAE12B4A3E\",\"35301083-B60D-4A43-8566-23860EEB4C04\",\"9CC401CC-5A35-4643-935B-FD049C284E16\",\"C9879D40-5E79-4C56-AA79-562ED82BF052\",\"9F6F9261-EB76-4B58-B77D-7D70813A1ED7\"],\"selection\":null,\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":657},\"__LivelyClassName__\":\"lively.morphic.List\"},\"638\":{\"position\":{\"__isSmartRef__\":true,\"id\":639},\"_Extent\":{\"__isSmartRef__\":true,\"id\":640},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":641},\"_Fill\":{\"__isSmartRef__\":true,\"id\":642},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":643},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":644},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"639\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"640\":{\"x\":180,\"y\":74,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"641\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"642\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"643\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"644\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"645\":{\"x\":10,\"y\":441.5965565984398,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"646\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"migrationLevel\":2,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"647\":{\"x\":180,\"y\":75,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"648\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":637},\"sourceAttrName\":\"selection\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"displaySourceForConnection\",\"converterString\":\"function (value) {\\n if (!value) return;\\n return (value === '-- ALL --') ? null : value[1];\\n}\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":649},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":650},\"__LivelyClassName__\":\"AttributeConnection\"},\"649\":{\"source\":{\"__isSmartRef__\":true,\"id\":637},\"target\":{\"__isSmartRef__\":true,\"id\":1}},\"650\":{\"converter\":{\"__isSmartRef__\":true,\"id\":651}},\"651\":{\"originalFunc\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":649},\"source\":\"function (value) {\\n if (!value) return;\\n return (value === '-- ALL --') ? null : value[1];\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":652},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"652\":{},\"653\":{\"resizeHeight\":false,\"moveVertical\":true},\"654\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateListContent\":\"updateListContentHTML\",\"resizeList\":\"resizeListHTML\",\"getItemIndexFromEvent\":\"getItemIndexFromEventHTML\",\"getListExtent\":\"getListExtentHTML\",\"setSize\":\"setSizeHTML\",\"renderAsDropDownList\":\"renderAsDropDownListHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"getSelectedIndexes\":\"getSelectedIndexesHTML\",\"enableMultipleSelections\":\"enableMultipleSelectionsHTML\",\"selectAllAt\":\"selectAllAtHTML\",\"clearSelections\":\"clearSelectionsHTML\",\"deselectAt\":\"deselectAtHTML\"},\"655\":{\"morph\":{\"__isSmartRef__\":true,\"id\":637},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"656\":{\"x\":124.95989979964943,\"y\":-17.076643708895745,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"657\":{\"preselectItem\":{\"__isSmartRef__\":true,\"id\":658}},\"658\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":659},\"source\":\"function preselectItem() {\\n if (this.getList().size() === 2) {\\n this.selectAt(1);\\n } else {\\n this.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":660},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"659\":{\"this\":{\"__isSmartRef__\":true,\"id\":637}},\"660\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":661},\"user\":\"lauritz\"},\"661\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 16 2011 19:12:58 GMT-0800 (PST)\"},\"662\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":663}],\"scripts\":[],\"id\":47,\"shape\":{\"__isSmartRef__\":true,\"id\":676},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":691},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":679},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":692},\"label\":{\"__isSmartRef__\":true,\"id\":663},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":701}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Rotation\":0,\"padding\":{\"__isSmartRef__\":true,\"id\":702},\"name\":\"ObjectEditorTargetButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":703},\"_Scale\":1,\"owner\":null,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":704},\"isCopyMorphRef\":true,\"morphRefId\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"663\":{\"submorphs\":[],\"scripts\":[],\"id\":48,\"shape\":{\"__isSmartRef__\":true,\"id\":664},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":116,\"_MaxTextHeight\":20,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":669},\"textColor\":{\"__isSmartRef__\":true,\"id\":667},\"owner\":{\"__isSmartRef__\":true,\"id\":662},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":670}],\"padding\":{\"__isSmartRef__\":true,\"id\":672},\"_Padding\":{\"__isSmartRef__\":true,\"id\":673},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":674},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":675},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"664\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":665},\"_Extent\":{\"__isSmartRef__\":true,\"id\":666},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":667},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":668},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"665\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"666\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"667\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"668\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setOpacity\":\"setOpacityHTML\"},\"669\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"670\":{\"style\":{\"__isSmartRef__\":true,\"id\":671},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":663},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"671\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"672\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"673\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"674\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"675\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"676\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":677},\"_Extent\":{\"__isSmartRef__\":true,\"id\":678},\"_Fill\":{\"__isSmartRef__\":true,\"id\":679},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":689},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":690},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"677\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"678\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"679\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":680},{\"__isSmartRef__\":true,\"id\":682},{\"__isSmartRef__\":true,\"id\":684},{\"__isSmartRef__\":true,\"id\":686}],\"vector\":{\"__isSmartRef__\":true,\"id\":688},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"680\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":681}},\"681\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"682\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":683}},\"683\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"684\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":685}},\"685\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"686\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":687}},\"687\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"688\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"689\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"690\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setOpacity\":\"setOpacityHTML\"},\"691\":{\"x\":215,\"y\":35,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"692\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":693},{\"__isSmartRef__\":true,\"id\":695},{\"__isSmartRef__\":true,\"id\":697},{\"__isSmartRef__\":true,\"id\":699}],\"vector\":{\"__isSmartRef__\":true,\"id\":688},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"693\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":694}},\"694\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"695\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":696}},\"696\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"697\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":698}},\"698\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"699\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":700}},\"700\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"701\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":662},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"chooseTargetMorphMenu\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__LivelyClassName__\":\"AttributeConnection\"},\"702\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"703\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"704\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\"},\"705\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"706\":{\"x\":715.5,\"y\":73.89999999999998,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"707\":{\"submorphs\":[],\"scripts\":[],\"id\":435,\"shape\":{\"__isSmartRef__\":true,\"id\":708},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":true,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":715},\"_MaxTextWidth\":218,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":716},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorMorphSelector\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":717},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":718}],\"charsReplaced\":\"\",\"lastFindLoc\":5,\"priorSelectionRange\":[15,15],\"prevScroll\":[0,0],\"_ClipMode\":\"visible\",\"list\":[],\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":720}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"listMorph\":null,\"_WhiteSpaceHandling\":\"pre-wrap\",\"owner\":null,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":722},\"_Align\":\"left\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":723},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":724},\"_MinTextWidth\":218,\"_MinTextHeight\":null,\"scriptAnnotations\":{\"__isSmartRef__\":true,\"id\":725},\"selection\":{\"__isSmartRef__\":true,\"id\":0},\"previousSelection\":[0,13],\"isCopyMorphRef\":true,\"morphRefId\":1,\"isBeingDragged\":false,\"draggingEnabled\":false,\"layout\":{\"__isSmartRef__\":true,\"id\":744},\"_Rotation\":0,\"_Scale\":1,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":745},\"savedTextString\":\"100\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":746},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"708\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":709},\"_Extent\":{\"__isSmartRef__\":true,\"id\":710},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":711},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":712},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":713},\"_BorderRadius\":3.7000000000000006,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_Fill\":{\"__isSmartRef__\":true,\"id\":714},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"709\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"710\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"711\":{\"r\":0.753,\"g\":0.753,\"b\":0.753,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"712\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"713\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"714\":{\"r\":0.9548430751559654,\"g\":0.9548430751559654,\"b\":0.9548430751559654,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"715\":{\"x\":200,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"716\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"717\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"718\":{\"style\":{\"__isSmartRef__\":true,\"id\":719},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":707},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"719\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"720\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":707},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"setTarget\",\"converter\":null,\"converterString\":\"function (name) { return $world.get(name)}\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":721},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"721\":{\"source\":{\"__isSmartRef__\":true,\"id\":707},\"target\":{\"__isSmartRef__\":true,\"id\":1}},\"722\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"723\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"724\":{\"morph\":{\"__isSmartRef__\":true,\"id\":707},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"725\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":726},\"displayTopLevelMorphs\":{\"__isSmartRef__\":true,\"id\":728},\"onMouseUp\":{\"__isSmartRef__\":true,\"id\":730},\"resetConnections\":{\"__isSmartRef__\":true,\"id\":732},\"setTargetToListSelection\":{\"__isSmartRef__\":true,\"id\":734},\"setTargetOfPane\":{\"__isSmartRef__\":true,\"id\":736},\"onBlur\":{\"__isSmartRef__\":true,\"id\":738},\"reset\":{\"__isSmartRef__\":true,\"id\":740},\"onMouseDown\":{\"__isSmartRef__\":true,\"id\":742}},\"726\":{\"time\":{\"__isSmartRef__\":true,\"id\":727},\"user\":\"lauritz\"},\"727\":{\"isSerializedDate\":true,\"string\":\"Thu Oct 27 2011 20:27:29 GMT-0700 (PDT)\"},\"728\":{\"time\":{\"__isSmartRef__\":true,\"id\":729},\"user\":\"lauritz\"},\"729\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 14 2011 14:48:37 GMT-0700 (PDT)\"},\"730\":{\"time\":{\"__isSmartRef__\":true,\"id\":731},\"user\":\"lauritz\"},\"731\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 03 2011 09:51:14 GMT-0700 (PDT)\"},\"732\":{\"time\":{\"__isSmartRef__\":true,\"id\":733},\"user\":\"lauritz\"},\"733\":{\"isSerializedDate\":true,\"string\":\"Tue Sep 27 2011 16:03:17 GMT-0700 (PDT)\"},\"734\":{\"time\":{\"__isSmartRef__\":true,\"id\":735},\"user\":\"lauritz\"},\"735\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 14 2011 15:00:58 GMT-0700 (PDT)\"},\"736\":{\"time\":{\"__isSmartRef__\":true,\"id\":737},\"user\":\"lauritz\"},\"737\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 03 2011 09:34:37 GMT-0700 (PDT)\"},\"738\":{\"time\":{\"__isSmartRef__\":true,\"id\":739},\"user\":\"lauritz\"},\"739\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 07 2011 10:24:18 GMT-0700 (PDT)\"},\"740\":{\"time\":{\"__isSmartRef__\":true,\"id\":741},\"user\":\"lauritz\"},\"741\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 07 2011 10:26:15 GMT-0700 (PDT)\"},\"742\":{\"time\":{\"__isSmartRef__\":true,\"id\":743},\"user\":\"lauritz\"},\"743\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 17 2011 10:49:00 GMT-0700 (PDT)\"},\"744\":{},\"745\":{\"x\":153.8540395186758,\"y\":-23.74126935194758,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"746\":{\"getList\":{\"__isSmartRef__\":true,\"id\":747},\"setList\":{\"__isSmartRef__\":true,\"id\":750},\"reset\":{\"__isSmartRef__\":true,\"id\":753},\"example\":{\"__isSmartRef__\":true,\"id\":756},\"removeList\":{\"__isSmartRef__\":true,\"id\":759},\"onBlur\":{\"__isSmartRef__\":true,\"id\":762},\"createListMorph\":{\"__isSmartRef__\":true,\"id\":769},\"resetConnections\":{\"__isSmartRef__\":true,\"id\":772},\"displayTopLevelMorphs\":{\"__isSmartRef__\":true,\"id\":775},\"setTargetToListSelection\":{\"__isSmartRef__\":true,\"id\":778},\"setTargetOfPane\":{\"__isSmartRef__\":true,\"id\":781},\"onMouseDown\":{\"__isSmartRef__\":true,\"id\":784}},\"747\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":748},\"source\":\"function getList() {\\n return this.world().indentedListItemsOfMorphNames();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":749},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"748\":{\"this\":{\"__isSmartRef__\":true,\"id\":707}},\"749\":{},\"750\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":751},\"source\":\"function setList(list) {\\n return this.list = list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":752},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"751\":{\"this\":{\"__isSmartRef__\":true,\"id\":707}},\"752\":{},\"753\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":754},\"source\":\"function reset() {\\n this.list = [];\\n this.textString = 'empty';\\n this.removeList();\\n this.resetConnections();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":755},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"754\":{\"this\":{\"__isSmartRef__\":true,\"id\":707}},\"755\":{},\"756\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":757},\"source\":\"function example() {\\n/*\\nthis.example()\\nthis.getList()\\n*/\\n this.setList(Array.range(0,100));\\n this.textString = 'empty';\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":758},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"757\":{\"this\":{\"__isSmartRef__\":true,\"id\":707}},\"758\":{},\"759\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":760},\"source\":\"function removeList() {\\n this.listMorph && this.listMorph.remove()\\n this.listMorph = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":761},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"760\":{\"this\":{\"__isSmartRef__\":true,\"id\":707}},\"761\":{},\"762\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":763},\"source\":\"function onBlur() {\\n $super();\\n this.removeList();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":768},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"763\":{\"this\":{\"__isSmartRef__\":true,\"id\":707},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":764}},\"764\":{\"$super\":{\"__isSmartRef__\":true,\"id\":765}},\"765\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":766},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":767},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"766\":{\"obj\":{\"__isSmartRef__\":true,\"id\":707},\"name\":\"onBlur\"},\"767\":{},\"768\":{},\"769\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":770},\"source\":\"function createListMorph() {\\n var list = new lively.morphic.List(new Rectangle(0,0, this.getExtent().x, 520));\\n list.setList(this.getList());\\n list.setFontSize(12);\\n\\n list.disableGrabbing();\\n list.disableDragging();\\n \\n this.addMorph(list);\\n list.setPosition(pt(0,0));\\n\\n connect(list, 'selection', this, 'setTargetToListSelection');\\n \\n return list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":771},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"770\":{\"this\":{\"__isSmartRef__\":true,\"id\":707}},\"771\":{},\"772\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":773},\"source\":\"function resetConnections() {\\n disconnectAll(this);\\n connect(this, 'savedTextString', this.owner, 'setTarget', {converter: \\n\\tfunction (name) { return $world.get(name)}});\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":774},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"773\":{\"this\":{\"__isSmartRef__\":true,\"id\":707}},\"774\":{},\"775\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":776},\"source\":\"function displayTopLevelMorphs() {\\n if (this.listMorph) { this.removeList(); return true }\\n var list = this.createListMorph(); \\n this.addMorph(list);\\n this.listMorph = list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":777},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"776\":{\"this\":{\"__isSmartRef__\":true,\"id\":707}},\"777\":{},\"778\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":779},\"source\":\"function setTargetToListSelection(selection) { \\n this.removeList();\\n if (!selection) return;\\n if (this.owner.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function (confirmed) {\\n if (confirmed) that.setTargetOfPane(selection);\\n }\\n this.owner.confirmUnsavedChanges(callback);\\n } else {\\n this.setTargetOfPane(selection);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":780},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"779\":{\"this\":{\"__isSmartRef__\":true,\"id\":707}},\"780\":{},\"781\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":782},\"source\":\"function setTargetOfPane(selection) {\\n this.owner.setTarget(selection);\\n this.setTextString(selection.getName());\\n this.removeList();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":783},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"782\":{\"this\":{\"__isSmartRef__\":true,\"id\":707}},\"783\":{},\"784\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":785},\"source\":\"function onMouseDown(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n return false;\\n } else {\\n this.displayTopLevelMorphs();\\n return true;\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":790},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"785\":{\"this\":{\"__isSmartRef__\":true,\"id\":707},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":786}},\"786\":{\"$super\":{\"__isSmartRef__\":true,\"id\":787}},\"787\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":788},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":789},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"788\":{\"obj\":{\"__isSmartRef__\":true,\"id\":707},\"name\":\"onMouseDown\"},\"789\":{},\"790\":{},\"791\":{\"morph\":{\"__isSmartRef__\":true,\"id\":19},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"792\":{\"sortedScriptNamesOfObj\":{\"__isSmartRef__\":true,\"id\":793},\"setTarget\":{\"__isSmartRef__\":true,\"id\":796},\"generateSourceForScript\":{\"__isSmartRef__\":true,\"id\":799},\"generateSourceForConnection\":{\"__isSmartRef__\":true,\"id\":802},\"generateTargetCode\":{\"__isSmartRef__\":true,\"id\":805},\"sortedConnectionNamesOfObj\":{\"__isSmartRef__\":true,\"id\":808},\"displayJavaScriptSource\":{\"__isSmartRef__\":true,\"id\":811},\"displaySourceForScript\":{\"__isSmartRef__\":true,\"id\":814},\"displaySourceForConnection\":{\"__isSmartRef__\":true,\"id\":817},\"newScript\":{\"__isSmartRef__\":true,\"id\":820},\"newConnection\":{\"__isSmartRef__\":true,\"id\":823},\"deleteSelectedScript\":{\"__isSmartRef__\":true,\"id\":826},\"disconnectConnection\":{\"__isSmartRef__\":true,\"id\":829},\"updateLists\":{\"__isSmartRef__\":true,\"id\":832},\"displayInitialScript\":{\"__isSmartRef__\":true,\"id\":835},\"reset\":{\"__isSmartRef__\":true,\"id\":838},\"selectChangedContent\":{\"__isSmartRef__\":true,\"id\":841}},\"793\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":794},\"source\":\"function sortedScriptNamesOfObj(obj) {\\n if (!Functions.own(obj) || Functions.own(obj).size() == 0) return [];\\n return Functions.own(obj)\\n\\t.select(function(name) { return obj[name].hasLivelyClosure })\\n\\t.sortBy(function(name) { return name.toLowerCase() });\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":795},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"794\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"795\":{},\"796\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":797},\"source\":\"function setTarget(morph) {\\n this.reset();\\n module('lively.ide.SyntaxHighlighting').load(true);\\n this.target = morph;\\n this.morphSelector.textString = (this.target.getName() || this.target.toString());\\n this.scriptPane.doitContext = this.target;\\n this.updateLists();\\n this.displayInitialScript();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":798},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"797\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"798\":{},\"799\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":800},\"source\":\"function generateSourceForScript(scriptName) {\\n var script = this.target[scriptName].getOriginal();\\n return Strings.format('this.addScript(%s);' ,script)\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":801},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"800\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"801\":{},\"802\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":803},\"source\":\"function generateSourceForConnection(connection) {\\n var c = connection, targetObject = this.target;\\n\\tif (!c.getTargetObj() || !c.getTargetObj().name || \\n\\t\\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\\n\\n\\tvar optConfig = []\\n\\tif (c.converterString)\\n\\t\\toptConfig.push(\\\"converter: \\\\n\\\\t\\\" + c.converterString)\\n\\tif (c.updaterString)\\n\\t\\toptConfig.push(\\\"updater: \\\\n\\\\t\\\" + c.updaterString)\\n\\treturn Strings.format('connect(%s, \\\"%s\\\", %s, \\\"%s\\\", {%s});', \\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getSourceObj()),\\n\\t\\t\\tc.getSourceAttrName(),\\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getTargetObj()),\\n\\t\\t\\tc.getTargetMethodName(),\\n\\t\\t\\toptConfig.join(','));\\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":804},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"803\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"804\":{},\"805\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":806},\"source\":\"function generateTargetCode(baseObject, targetObject) {\\n\\tvar name = targetObject.name;\\n\\tif (baseObject === targetObject) \\n\\t\\treturn \\\"this\\\";\\n\\telse if (baseObject[name] === targetObject) \\n\\t\\treturn \\\"this.\\\" + name;\\n\\telse if (baseObject.testObject === targetObject) \\n\\t\\treturn \\\"this.testObject\\\";\\n\\telse if (baseObject.get(name) === targetObject) \\n\\t\\treturn 'this.get(\\\"' + name + '\\\")';\\n\\telse if (targetObject instanceof Morph) \\n\\t\\treturn '$morph(\\\"' + name + '\\\")';\\n\\telse \\n\\t\\treturn \\\"????\\\";\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":807},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"806\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"807\":{},\"808\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":809},\"source\":\"function sortedConnectionNamesOfObj(obj) {\\n if (\\\"attributeConnections\\\" in obj) {\\n return obj.attributeConnections\\n .sortBy(function(each) {return name.toLowerCase() })\\n .collect(function(each) {return [each.getSourceAttrName(), each]});\\n } else {\\n return [];\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":810},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"809\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"810\":{},\"811\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":812},\"source\":\"function displayJavaScriptSource(jsCode) {\\n this.scriptPane.setTextString(jsCode);\\n this.scriptPane.highlightJavaScriptSyntax();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":813},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"812\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"813\":{},\"814\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":815},\"source\":\"function displaySourceForScript(scriptName) {\\n if (!scriptName) return;\\n var code = \\\"\\\", that = this;\\n if (scriptName === \\\"-- ALL --\\\") {\\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForScript(each)).concat(\\\"\\\\n\\\\n\\\");\\n });\\n } else {\\n code = this.generateSourceForScript(scriptName); \\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":816},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"815\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"816\":{},\"817\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":818},\"source\":\"function displaySourceForConnection(connection) {\\n if (!connection) return;\\n var code = \\\"\\\", that = this;\\n if ((typeof connection === \\\"string\\\") && connection === \\\"-- ALL --\\\") {\\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\\\"\\\\n\\\\n\\\");\\n })\\n } else {\\n code = this.generateSourceForConnection(connection);\\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":819},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"818\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"819\":{},\"820\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":821},\"source\":\"function newScript() {\\n if (this.target) {\\n var code = \\\"this.addScript(function SCRIPTNAME() {\\\\n\\\\t\\\\n});\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":822},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"821\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"822\":{},\"823\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":824},\"source\":\"function newConnection() {\\n if (this.target) {\\n var code = \\\"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":825},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"824\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"825\":{},\"826\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":827},\"source\":\"function deleteSelectedScript() {\\n if (this.scriptList.selection && this.target) {\\n if (!this.target.hasOwnProperty(this.scriptList.selection)) return;\\n delete this.target[this.scriptList.selection];\\n this.updateLists();\\n this.displayInitialScript();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":828},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"827\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"828\":{},\"829\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":830},\"source\":\"function disconnectConnection() {\\n var selection = this.connectionList.selection;\\n if (selection && \\n (typeof selection !== \\\"string\\\") &&\\n this.target.attributeConnections.indexOf(selection[1]) > -1) {\\n var c = this.connectionList.selection[1];\\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\\n this.updateLists();\\n this.displayInitialScript();\\n } \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":831},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"830\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"831\":{},\"832\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":833},\"source\":\"function updateLists() {\\n this.scriptList.setList(this.sortedScriptNamesOfObj(this.target));\\n var scriptListItems = this.scriptList.getList();\\n scriptListItems.unshift(\\\"-- ALL --\\\");\\n this.scriptList.setList(scriptListItems);\\n\\n this.connectionList.setList(this.sortedConnectionNamesOfObj(this.target));\\n var connectionListItems = this.connectionList.getList();\\n connectionListItems.unshift(\\\"-- ALL --\\\");\\n this.connectionList.setList(connectionListItems);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":834},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"833\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"834\":{},\"835\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":836},\"source\":\"function displayInitialScript() {\\n if (this.scriptList.getList().size() > 1) {\\n this.scriptList.selectAt(0);\\n } else if (this.connectionList.getList().size() > 1) {\\n this.connectionList.selectAt(0);\\n } else {\\n this.scriptList.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":837},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"836\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"837\":{},\"838\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":839},\"source\":\"function reset() {\\n this.target = null;\\n this.scriptPane.doitContext = null;\\n this.scriptList.setList();\\n this.connectionList.setList();\\n this.scriptPane.setTextString(\\\"\\\");\\n this.morphSelector.reset();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":840},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"839\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"840\":{},\"841\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":842},\"source\":\"function selectChangedContent(source) {\\n\\n var addScriptRegex = /this\\\\.addScript\\\\s*\\\\(\\\\s*function\\\\s*([^\\\\(]*)/g;\\n var addScriptMatches = [];\\n var addScriptMatch = addScriptRegex.exec(source);\\n while (addScriptMatch) {\\n addScriptMatches.push(addScriptMatch[1]);\\n addScriptMatch = addScriptRegex.exec(source);\\n }\\n \\n // if scripts were added, select either a specific one or all\\n if (addScriptMatches.length > 0) { \\n if (addScriptMatches.length === 1) {\\n var index = this.scriptList.getList().indexOf(addScriptMatches[0]);\\n if (index > -1) { \\n return this.scriptList.selectAt(index);\\n }\\n }\\n return this.scriptList.selectAt(0);\\n }\\n\\n var connectionRegex = \\n /connect\\\\(\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"\\\\s*,\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"/g;\\n var connectionMatches = [];\\n var connectionMatch = connectionRegex.exec(source);\\n while (connectionMatch) {\\n connectionMatches.push(connectionMatch);\\n connectionMatch = connectionRegex.exec(source);\\n }\\n\\n // if connections were made, select either a specific one or all\\n if (connectionMatches.length > 0) {\\n if (connectionMatches.length === 1) {\\n var match = connectionMatches[0];\\n for (var i=0; i -1) {\\n var c = selection[1];\\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\\n editor.updateLists();\\n editor.displayInitialScript();\\n } \\n }\\n\\n var message = 'Disconnect \\\"' + selection[0] +'\\\" connection?';\\n var callback = disconnectConnection;\\n\\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\\n\\n return this.world().openDialog(dialog);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1041},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1040\":{\"this\":{\"__isSmartRef__\":true,\"id\":987}},\"1041\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1042},\"user\":\"lauritz\",\"categories\":[]},\"1042\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 10 2011 16:46:54 GMT-0800 (PST)\"},\"1043\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1044}],\"scripts\":[],\"id\":\"ED34F9B5-9E00-41B3-8313-D9C3D6B3B231\",\"shape\":{\"__isSmartRef__\":true,\"id\":1059},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1075},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1062},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1076},\"label\":{\"__isSmartRef__\":true,\"id\":1044},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1085}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1087},\"name\":\"ObjectEditorRemoveScriptButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1088},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1089},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1090},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1091},\"isCopyMorphRef\":true,\"morphRefId\":24,\"draggingEnabled\":false,\"objectEditorPane\":{\"__isSmartRef__\":true,\"id\":1},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1092},\"derivationIds\":[217,\"FDC10087-12CF-4570-9211-8309CB6A9AA3\",\"E18FC530-4B1F-4F08-8DA6-3866A3519E56\",\"04A2AAC3-6A9E-40BB-9408-EBB2567EE63B\",\"8C1A42CE-840C-4AAE-BD79-C93A445B9EBF\",\"61FC11FA-B87E-4EFE-BD15-564D3178B68B\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1093},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1044\":{\"submorphs\":[],\"scripts\":[],\"id\":\"F0C6C298-3B8B-42B2-B5E9-E5B82F607B01\",\"shape\":{\"__isSmartRef__\":true,\"id\":1045},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":25,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1051},\"textColor\":{\"__isSmartRef__\":true,\"id\":1048},\"owner\":{\"__isSmartRef__\":true,\"id\":1043},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1052}],\"padding\":{\"__isSmartRef__\":true,\"id\":1054},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1055},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1056},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1057},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1058},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":25,\"_MinTextHeight\":null,\"draggingEnabled\":false,\"derivationIds\":[218,\"852A7BD9-52EE-4708-A2D5-1BDECF33C958\",\"7B4F173E-9726-472A-9B30-530D4AA92AD9\",\"CBA217F6-2832-4213-9ABE-47753C1A4180\",\"E6B97D1D-95D5-4644-9359-1D08D42A51F4\",\"4391A57E-70C2-4628-9828-DD668CCE546E\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1045\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1046},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1047},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1048},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1049},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1050},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1046\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1047\":{\"x\":25,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1048\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1049\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1050\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1051\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1052\":{\"style\":{\"__isSmartRef__\":true,\"id\":1053},\"morph\":{\"__isSmartRef__\":true,\"id\":1044},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1044},\"storedString\":\"-\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1053\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1054\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1055\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1056\":{\"x\":25,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1057\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1058\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1044},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1059\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1060},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1061},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1062},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1072},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1073},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1074},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1060\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1061\":{\"x\":25,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1062\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1063},{\"__isSmartRef__\":true,\"id\":1065},{\"__isSmartRef__\":true,\"id\":1067},{\"__isSmartRef__\":true,\"id\":1069}],\"vector\":{\"__isSmartRef__\":true,\"id\":1071},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1063\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1064}},\"1064\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1065\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1066}},\"1066\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1067\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1068}},\"1068\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1069\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1070}},\"1070\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1071\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1072\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1073\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1074\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1075\":{\"x\":160,\"y\":40,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1076\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1077},{\"__isSmartRef__\":true,\"id\":1079},{\"__isSmartRef__\":true,\"id\":1081},{\"__isSmartRef__\":true,\"id\":1083}],\"vector\":{\"__isSmartRef__\":true,\"id\":1071},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1077\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1078}},\"1078\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1079\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1080}},\"1080\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1081\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1082}},\"1082\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1083\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1084}},\"1084\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1085\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1043},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1043},\"targetMethodName\":\"deleteSelectedScript\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1086},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1086\":{\"source\":{\"__isSmartRef__\":true,\"id\":1043},\"target\":{\"__isSmartRef__\":true,\"id\":1043}},\"1087\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1088\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1089\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1090\":{\"x\":30,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1091\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1043},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1092\":{\"x\":33.35839679439101,\"y\":-21.324811622839547,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1093\":{\"deleteSelectedScript\":{\"__isSmartRef__\":true,\"id\":1094}},\"1094\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1095},\"source\":\"function deleteSelectedScript() {\\n\\n var editor = this.objectEditorPane;\\n var selection = editor.scriptList.selection;\\n\\n if (!editor.target || editor.scriptList.getList().size() < 2) \\n return; \\n\\n var deleteScript = function (confirmed) {\\n if (!confirmed) return;\\n \\n if (selection && editor.target) {\\n if (!editor.target.hasOwnProperty(selection)) \\n return;\\n delete editor.target[selection];\\n editor.updateLists();\\n editor.displayInitialScript();\\n }\\n }\\n\\n var message = 'Delete \\\"' + selection + '\\\" script?';\\n var callback = deleteScript;\\n\\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\\n\\n return this.world().openDialog(dialog);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1096},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1095\":{\"this\":{\"__isSmartRef__\":true,\"id\":1043}},\"1096\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1097},\"user\":\"lauritz\"},\"1097\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 09:12:21 GMT-0800 (PST)\"},\"1098\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1099}],\"scripts\":[],\"id\":\"0CD057F2-3517-4849-A69E-1EF79B05ACE8\",\"shape\":{\"__isSmartRef__\":true,\"id\":1114},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1130},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1117},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1131},\"label\":{\"__isSmartRef__\":true,\"id\":1099},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1140},\"name\":\"ObjectEditorMorphSelector\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1141},\"list\":[],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1142},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1143},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1144},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1145},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"textString\":\"\",\"selection\":{\"__isSmartRef__\":true,\"id\":1146},\"_ClipMode\":\"visible\",\"prevScroll\":[0,0],\"listMorph\":null,\"derivationIds\":[221,\"4AC64FBA-95AC-42B2-A078-B6DA97889093\",\"E26ED0E6-C4CE-4C82-94D5-175270E8459E\",\"D292F2FC-C2B6-48AE-B779-8CC5868FFA49\",\"53A862EB-032C-4BF0-9B21-58C7E0C0A9B2\",\"CC4D188B-510F-48DE-A0E1-EC8D2CD63F9F\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1163},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1099\":{\"submorphs\":[],\"scripts\":[],\"id\":\"8B2F743A-98C5-45E1-B03C-5019114EAC47\",\"shape\":{\"__isSmartRef__\":true,\"id\":1100},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":220,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1106},\"textColor\":{\"__isSmartRef__\":true,\"id\":1103},\"owner\":{\"__isSmartRef__\":true,\"id\":1098},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1107}],\"padding\":{\"__isSmartRef__\":true,\"id\":1109},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1109},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1110},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1111}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1112},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1113},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":220,\"_MinTextHeight\":null,\"_Align\":\"left\",\"_FontFamily\":\"Arial\",\"_FontSize\":11,\"derivationIds\":[222,\"30F054A3-7658-405B-8098-B7D87AA8A9ED\",\"556D6E07-45B7-42EC-A486-DE275EF0B034\",\"06B0B080-467A-46CC-8B0D-9C0A9B9A71F1\",\"5E2D96C9-BB9B-4735-8673-A79847435197\",\"B48AA022-2022-4A2A-9090-4D884FB3DFD3\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1100\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1101},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1102},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1103},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1104},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1105},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1101\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1102\":{\"x\":220,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1103\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1104\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1105\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__LivelyClassName__\":\"Rectangle\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1106\":{\"x\":2,\"y\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1107\":{\"style\":{\"__isSmartRef__\":true,\"id\":1108},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1099},\"storedString\":\"empty\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1108\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1109\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1110\":{\"x\":220,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1111\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1099},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1098},\"targetMethodName\":\"selection\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1112\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1113\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1099},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1114\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1115},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1116},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1117},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1127},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1128},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1129},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1115\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1116\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1117\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1118},{\"__isSmartRef__\":true,\"id\":1120},{\"__isSmartRef__\":true,\"id\":1122},{\"__isSmartRef__\":true,\"id\":1124}],\"vector\":{\"__isSmartRef__\":true,\"id\":1126},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1118\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1119}},\"1119\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1120\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1121}},\"1121\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1122\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1123}},\"1123\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1124\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1125}},\"1125\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1126\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1127\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1128\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1129\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1130\":{\"x\":240.1308656788165,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1131\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1132},{\"__isSmartRef__\":true,\"id\":1134},{\"__isSmartRef__\":true,\"id\":1136},{\"__isSmartRef__\":true,\"id\":1138}],\"vector\":{\"__isSmartRef__\":true,\"id\":1126},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1132\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1133}},\"1133\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1134\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1135}},\"1135\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1136\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1137}},\"1137\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1138\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1139}},\"1139\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1140\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1141\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"partName\":\"ChoiceButton\",\"comment\":\"Click on it and you get a list of things to choose from.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1142\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1143\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1098},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1144\":{\"x\":122.93118375058827,\"y\":-11.582832083333244,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1145\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1146\":{\"submorphs\":[],\"scripts\":[],\"id\":181,\"shape\":{\"__isSmartRef__\":true,\"id\":1147},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1153},\"_MaxTextWidth\":580,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1154},\"showsHalos\":false,\"_FontSize\":28,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Title\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1155},\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1156},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1157},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1158}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1160},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1161},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":580,\"_MinTextHeight\":null,\"_Rotation\":0,\"_Scale\":1.002003004005006,\"previousSelection\":[35,35],\"priorSelectionRange\":[23,23],\"charsReplaced\":\"WIP / Proof of Concept\",\"lastFindLoc\":22,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1162},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"isCopyMorphRef\":true,\"morphRefId\":2,\"prevScroll\":[0,0],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1147\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1148},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1149},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1150},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1151},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1152},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1148\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1149\":{\"x\":580,\"y\":43,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1150\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1151\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1152\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1153\":{\"x\":37,\"y\":23,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1154\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1155\":{\"partsSpaceName\":\"PartsBin/Worlds/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"For example a world title.\",\"partName\":\"Title\",\"migrationLevel\":2,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1156\":{\"r\":0,\"g\":0.309,\"b\":0.595,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1157\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1158\":{\"style\":{\"__isSmartRef__\":true,\"id\":1159},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1146},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1159\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1160\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1146},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1161\":{\"x\":580,\"y\":43,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1162\":{\"x\":221,\"y\":-12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1163\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":1164},\"getList\":{\"__isSmartRef__\":true,\"id\":1168},\"removeList\":{\"__isSmartRef__\":true,\"id\":1172},\"reset\":{\"__isSmartRef__\":true,\"id\":1176},\"displayTopLevelMorphs\":{\"__isSmartRef__\":true,\"id\":1180},\"onMouseDown\":{\"__isSmartRef__\":true,\"id\":1184},\"setTargetOfPane\":{\"__isSmartRef__\":true,\"id\":1192},\"setTargetToListSelection\":{\"__isSmartRef__\":true,\"id\":1196},\"onBlur\":{\"__isSmartRef__\":true,\"id\":1200},\"setTarget\":{\"__isSmartRef__\":true,\"id\":1208},\"setTargetOnSelection\":{\"__isSmartRef__\":true,\"id\":1212}},\"1164\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1165},\"source\":\"function createListMorph() {\\n var items = this.getList();\\n \\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\\n\\n var listMorph = new lively.morphic.List(extent);\\n listMorph.setList(items);\\n listMorph.setFontSize(10);\\n\\n listMorph.disableGrabbing();\\n listMorph.disableDragging();\\n\\n connect(listMorph, 'selection', this, 'setTargetToListSelection');\\n \\n return listMorph;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1166},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1165\":{\"this\":{\"__isSmartRef__\":true,\"id\":1098}},\"1166\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1167},\"user\":\"lauritz\",\"tags\":[]},\"1167\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 13 2011 09:55:41 GMT-0800 (PST)\"},\"1168\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1169},\"source\":\"function getList() {\\n var worldEntry = {\\n isListItem: true,\\n selectionString: 'World',\\n string: 'World',\\n value: this.world()\\n };\\n var list = this.world().indentedListItemsOfMorphNames();\\n list.unshift(worldEntry);\\n return list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1170},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1169\":{\"this\":{\"__isSmartRef__\":true,\"id\":1098}},\"1170\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1171},\"user\":\"lauritz\",\"tags\":[]},\"1171\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 21 2011 14:12:23 GMT-0800 (PST)\"},\"1172\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1173},\"source\":\"function removeList() {\\n this.listMorph && this.listMorph.remove();\\n this.listMorph = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1174},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1173\":{\"this\":{\"__isSmartRef__\":true,\"id\":1098}},\"1174\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1175},\"user\":\"lauritz\",\"tags\":[]},\"1175\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 06 2011 20:51:07 GMT-0800 (PST)\"},\"1176\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1177},\"source\":\"function reset() {\\n this.list = [];\\n this.setLabel('empty');\\n this.label.setAlign('left');\\n this.removeList();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'});\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1178},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1177\":{\"this\":{\"__isSmartRef__\":true,\"id\":1098}},\"1178\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1179},\"user\":\"lauritz\",\"tags\":[]},\"1179\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 06 2011 20:34:06 GMT-0800 (PST)\"},\"1180\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1181},\"source\":\"function displayTopLevelMorphs() {\\n var list = this.createListMorph(); \\n if (this.getList().length === 0) return;\\n this.addMorph(list);\\n this.listMorph = list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1182},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1181\":{\"this\":{\"__isSmartRef__\":true,\"id\":1098}},\"1182\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1183},\"user\":\"lauritz\",\"tags\":[]},\"1183\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 13 2011 09:53:20 GMT-0800 (PST)\"},\"1184\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1185},\"source\":\"function onMouseDown(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n // clicked on morph, not the list, not the list's scrollbar\\n if (evt.target === this.renderContext().shapeNode)\\n this.removeList();\\n } else {\\n this.displayTopLevelMorphs();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1190},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1185\":{\"this\":{\"__isSmartRef__\":true,\"id\":1098},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1186}},\"1186\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1187}},\"1187\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1188},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1189},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1188\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1098},\"name\":\"onMouseDown\"},\"1189\":{},\"1190\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1191},\"user\":\"lauritz\",\"tags\":[]},\"1191\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 06 2011 20:30:39 GMT-0800 (PST)\"},\"1192\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1193},\"source\":\"function setTargetOfPane(selection) {\\n this.owner.setTarget(selection);\\n this.label.setAlign('left');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1194},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1193\":{\"this\":{\"__isSmartRef__\":true,\"id\":1098}},\"1194\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1195},\"user\":\"lauritz\",\"tags\":[]},\"1195\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 06 2011 19:30:42 GMT-0800 (PST)\"},\"1196\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1197},\"source\":\"function setTargetToListSelection() { \\n var selection = this.listMorph.selection;\\n this.removeList();\\n if (!selection) return;\\n if (this.owner.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function (confirmed) {\\n if (confirmed) that.setTargetOfPane(selection);\\n }\\n this.owner.confirmUnsavedChanges(callback);\\n } else {\\n this.setTargetOfPane(selection);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1198},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1197\":{\"this\":{\"__isSmartRef__\":true,\"id\":1098}},\"1198\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1199},\"user\":\"lauritz\",\"tags\":[]},\"1199\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 06 2011 21:06:48 GMT-0800 (PST)\"},\"1200\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1201},\"source\":\"function onBlur(evt) {\\n $super(evt);\\n \\n // workaround - otherwise other morphs get this event\\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\\n this.removeList();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1206},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1201\":{\"this\":{\"__isSmartRef__\":true,\"id\":1098},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1202}},\"1202\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1203}},\"1203\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1204},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1205},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1204\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1098},\"name\":\"onBlur\"},\"1205\":{},\"1206\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1207},\"user\":\"lauritz\",\"tags\":[]},\"1207\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 06 2011 20:30:08 GMT-0800 (PST)\"},\"1208\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1209},\"source\":\"function setTarget(target) {\\n this.label.setTextString(target.getName() || target.toString());\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1210},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1209\":{\"this\":{\"__isSmartRef__\":true,\"id\":1098}},\"1210\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1211},\"user\":\"lauritz\",\"tags\":[]},\"1211\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 06 2011 19:29:39 GMT-0800 (PST)\"},\"1212\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1213},\"source\":\"function setTargetOnSelection() {\\n if (this.listMorph && this.listMorph.renderContext() && this.listMorph.renderContext().listNode.value) {\\n this.setTargetToListSelection();\\n this.stopStepping();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1214},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1213\":{\"this\":{\"__isSmartRef__\":true,\"id\":1098}},\"1214\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1215},\"user\":\"lauritz\",\"tags\":[]},\"1215\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 06 2011 21:12:06 GMT-0800 (PST)\"},\"1216\":{\"submorphs\":[],\"scripts\":[],\"id\":\"4B9F9B4B-C7D3-418D-9AC9-10503A4EBF8E\",\"shape\":{\"__isSmartRef__\":true,\"id\":1217},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":false,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1223},\"_MaxTextWidth\":64.8979476392384,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1220},\"showsHalos\":false,\"_FontSize\":9,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorScriptsText1\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1224},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1225}],\"charsReplaced\":\"Scripts\",\"lastFindLoc\":-7,\"priorSelectionRange\":[0,7],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1227},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1228},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1229},\"_WhiteSpaceHandling\":\"pre-wrap\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":64.8979476392384,\"_MinTextHeight\":null,\"_ClipMode\":\"visible\",\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1230},\"eventsAreIgnored\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"isCopyMorphRef\":true,\"morphRefId\":27,\"derivationIds\":[223,\"5E3A69EF-26C1-4D0D-B04C-8C3894017F56\",\"14AB1B91-3ED6-49AE-AA58-47D18B6C569F\",\"991D4A54-1FC4-4BC7-AA82-F814AC52CDE3\",\"DB9B19F7-4390-4CE5-9B1D-62177CB8D605\",\"8F7B2EE9-9538-4044-B75B-6A12F3108B70\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1217\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1218},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1219},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1220},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1221},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1222},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1218\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1219\":{\"x\":64.8979476392384,\"y\":14,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1220\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1221\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1222\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1223\":{\"x\":198.16434648623274,\"y\":12.911539589748486,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1224\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1225\":{\"style\":{\"__isSmartRef__\":true,\"id\":1226},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1216},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Target:\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1226\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1227\":{\"x\":64.8979476392384,\"y\":14,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1228\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1229\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1216},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1230\":{\"x\":41.065989525935834,\"y\":-10.506047005169194,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1231\":{\"submorphs\":[],\"scripts\":[],\"id\":\"DD3C23F8-6463-4EAE-959B-C486E27D9BDA\",\"shape\":{\"__isSmartRef__\":true,\"id\":1232},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":false,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1238},\"_MaxTextWidth\":64.8979476392384,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1235},\"showsHalos\":false,\"_FontSize\":9,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorScriptsText2\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1239},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1240}],\"charsReplaced\":\"Scripts\",\"lastFindLoc\":-7,\"priorSelectionRange\":[0,7],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1242},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1243},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1244},\"_WhiteSpaceHandling\":\"pre-wrap\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":64.8979476392384,\"_MinTextHeight\":null,\"_ClipMode\":\"visible\",\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1245},\"eventsAreIgnored\":true,\"isCopyMorphRef\":true,\"morphRefId\":27,\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"derivationIds\":[224,\"35EF8FE5-067D-45B6-AF21-77040F11D340\",\"80DC09DD-22D4-4089-B5C3-857B32C9BE9B\",\"EF080074-E6B9-47F3-A87F-26313B40C430\",\"F6977801-C1A7-445C-9BF1-8A1019E202FB\",\"8C9157AE-0343-4CFB-8186-1D5E05D2ECBE\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1232\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1233},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1234},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1235},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1236},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1237},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1233\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1234\":{\"x\":64.8979476392384,\"y\":14,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1235\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1236\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1237\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1238\":{\"x\":10,\"y\":12.911539589749026,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1239\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1240\":{\"style\":{\"__isSmartRef__\":true,\"id\":1241},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1231},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Tag:\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1241\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1242\":{\"x\":64.8979476392384,\"y\":14,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1243\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1244\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1231},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1245\":{\"x\":45.76052154281416,\"y\":-27.783027415339603,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1246\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1247}],\"scripts\":[],\"id\":\"9B650AA3-271B-4E72-B230-51C6F64B7462\",\"shape\":{\"__isSmartRef__\":true,\"id\":1262},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1278},\"value\":true,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1279},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1265},\"label\":{\"__isSmartRef__\":true,\"id\":1247},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1288},\"name\":\"ObjectEditorTagChooser\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1289},\"listMorph\":null,\"list\":[],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1290},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1291},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1292},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1293},\"textString\":\"PartsBinBrowser\",\"selection\":\"\",\"_ClipMode\":\"visible\",\"prevScroll\":[0,0],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"setTargetToListSelection\":\"all\",\"savedTextString\":\"all\",\"derivationIds\":[225,\"7F83847B-D0B1-4A31-8601-43424B97C858\",\"E08FC110-71D7-4FFD-B4A8-08F8147B95BA\",\"5534107D-C5C9-48DD-A1ED-B87E9D9B672C\",\"0B89FA7A-768C-4062-98AE-C455E8DAFF19\",\"799320C6-CFBA-40E7-B03D-64BFE9B78248\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1294},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1247\":{\"submorphs\":[],\"scripts\":[],\"id\":\"132C2A9E-3466-4051-AAEA-6E485A91F408\",\"shape\":{\"__isSmartRef__\":true,\"id\":1248},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":130,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1254},\"textColor\":{\"__isSmartRef__\":true,\"id\":1251},\"owner\":{\"__isSmartRef__\":true,\"id\":1246},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1255}],\"padding\":{\"__isSmartRef__\":true,\"id\":1257},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1257},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1258},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1259}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1260},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1261},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":130,\"_MinTextHeight\":null,\"_Align\":\"left\",\"_FontFamily\":\"Arial\",\"_FontSize\":11,\"derivationIds\":[226,\"03DBF3F8-8EA2-4426-BA64-C4297DDAB015\",\"B8F87302-BEC3-48CD-9BBA-6C7DBB6287E1\",\"4AA6AE51-338B-4E3E-814B-9F99C693A2D5\",\"08F6CE56-AD91-4C27-9429-C3DEA313696C\",\"D39C963C-FD24-4498-A6D8-71E5102CE58A\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1248\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1249},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1250},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1251},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1252},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1253},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1249\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1250\":{\"x\":130,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1251\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1252\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1253\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__LivelyClassName__\":\"Rectangle\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1254\":{\"x\":2,\"y\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1255\":{\"style\":{\"__isSmartRef__\":true,\"id\":1256},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1247},\"storedString\":\"all\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1256\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1257\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1258\":{\"x\":130,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1259\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1247},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1246},\"targetMethodName\":\"selection\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1260\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1261\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1247},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1262\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1263},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1264},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1265},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1275},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1276},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1277},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1263\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1264\":{\"x\":130,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1265\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1266},{\"__isSmartRef__\":true,\"id\":1268},{\"__isSmartRef__\":true,\"id\":1270},{\"__isSmartRef__\":true,\"id\":1272}],\"vector\":{\"__isSmartRef__\":true,\"id\":1274},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1266\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1267}},\"1267\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1268\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1269}},\"1269\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1270\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1271}},\"1271\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1272\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1273}},\"1273\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1274\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1275\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1276\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1277\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1278\":{\"x\":39.12381412396891,\"y\":10.000000000000057,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1279\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1280},{\"__isSmartRef__\":true,\"id\":1282},{\"__isSmartRef__\":true,\"id\":1284},{\"__isSmartRef__\":true,\"id\":1286}],\"vector\":{\"__isSmartRef__\":true,\"id\":1274},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1280\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1281}},\"1281\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1282\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1283}},\"1283\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1284\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1285}},\"1285\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1286\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1287}},\"1287\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1288\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1289\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"partName\":\"ChoiceButton\",\"comment\":\"Click on it and you get a list of things to choose from.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1290\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1291\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1246},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1292\":{\"x\":85.7442776093583,\"y\":-11.582832083333244,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1293\":{\"x\":130,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1294\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":1295},\"getList\":{\"__isSmartRef__\":true,\"id\":1299},\"removeList\":{\"__isSmartRef__\":true,\"id\":1303},\"reset\":{\"__isSmartRef__\":true,\"id\":1307},\"onMouseUp\":{\"__isSmartRef__\":true,\"id\":1311},\"onBlur\":{\"__isSmartRef__\":true,\"id\":1319},\"setTag\":{\"__isSmartRef__\":true,\"id\":1327}},\"1295\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1296},\"source\":\"function createListMorph() {\\n var items = this.getList();\\n\\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\\n\\n var listMorph = new lively.morphic.List(extent);\\n listMorph.setList(items);\\n listMorph.setFontSize(10);\\n\\n listMorph.disableGrabbing();\\n listMorph.disableDragging();\\n \\n connect(listMorph, 'selection', this, 'setTag');\\n \\n return listMorph;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1297},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1296\":{\"this\":{\"__isSmartRef__\":true,\"id\":1246}},\"1297\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1298},\"user\":\"lauritz\",\"categories\":[]},\"1298\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 28 2011 19:35:59 GMT-0800 (PST)\"},\"1299\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1300},\"source\":\"function getList() {\\n if (!this.owner.target) return [''];\\n\\n var target = this.owner.target;\\n\\n var tags = Functions.own(target).collect(function (each) {\\n return target[each].tags || [];\\n }).flatten().uniq();\\n\\n var sortedTags = tags.sortBy(function(name) { \\n return name.toLowerCase() \\n });\\n \\n sortedTags.unshift('all'); \\n return sortedTags;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1301},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1300\":{\"this\":{\"__isSmartRef__\":true,\"id\":1246}},\"1301\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1302},\"user\":\"lauritz\",\"tags\":[]},\"1302\":{\"isSerializedDate\":true,\"string\":\"Fri Dec 16 2011 11:27:25 GMT-0800 (PST)\"},\"1303\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1304},\"source\":\"function removeList() {\\n this.listMorph && this.listMorph.remove()\\n this.listMorph = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1305},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1304\":{\"this\":{\"__isSmartRef__\":true,\"id\":1246}},\"1305\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1306},\"user\":\"lauritz\",\"categories\":[]},\"1306\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 10:06:51 GMT-0800 (PST)\"},\"1307\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1308},\"source\":\"function reset() {\\n this.list = [];\\n this.setLabel('all');\\n this.label.setAlign('left');\\n this.removeList();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1309},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1308\":{\"this\":{\"__isSmartRef__\":true,\"id\":1246}},\"1309\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1310},\"user\":\"lauritz\",\"tags\":[]},\"1310\":{\"isSerializedDate\":true,\"string\":\"Fri Dec 16 2011 11:27:53 GMT-0800 (PST)\"},\"1311\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1312},\"source\":\"function onMouseUp(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n this.removeList();\\n return true;\\n } \\n if (this.getList().size() < 2) return;\\n var list = this.createListMorph();\\n this.addMorph(list);\\n this.listMorph = list;\\n return true;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1317},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1312\":{\"this\":{\"__isSmartRef__\":true,\"id\":1246},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1313}},\"1313\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1314}},\"1314\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1315},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1316},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1315\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1246},\"name\":\"onMouseUp\"},\"1316\":{},\"1317\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1318},\"user\":\"lauritz\",\"categories\":[]},\"1318\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 09:59:16 GMT-0800 (PST)\"},\"1319\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1320},\"source\":\"function onBlur(evt) {\\n $super(evt);\\n \\n // workaround - otherwise other morphs get this event\\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\\n this.removeList();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1325},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1320\":{\"this\":{\"__isSmartRef__\":true,\"id\":1246},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1321}},\"1321\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1322}},\"1322\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1323},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1324},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1323\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1246},\"name\":\"onBlur\"},\"1324\":{},\"1325\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1326},\"user\":\"lauritz\",\"categories\":[]},\"1326\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 21 2011 14:10:03 GMT-0800 (PST)\"},\"1327\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1328},\"source\":\"function setTag(tag) {\\n this.setLabel(tag || '');\\n this.label.setAlign('left');\\n this.owner.setTag(tag);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1329},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1328\":{\"this\":{\"__isSmartRef__\":true,\"id\":1246}},\"1329\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1330},\"user\":\"lauritz\",\"categories\":[]},\"1330\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 28 2011 19:36:12 GMT-0800 (PST)\"},\"1331\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1332}],\"scripts\":[],\"id\":\"87E42FF6-3862-481D-97D6-643676E15F32\",\"shape\":{\"__isSmartRef__\":true,\"id\":1347},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1351},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1363},\"label\":{\"__isSmartRef__\":true,\"id\":1332},\"name\":\"Button\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1372},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1373}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1409},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1410},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1411},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1412},\"derivationIds\":[7251,\"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1\",\"79FE3D3F-77C4-4B39-8243-D672185B416D\",\"A4D2FEDF-2654-4381-AB43-8F89B9CA2E86\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":1413},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"layout\":{\"__isSmartRef__\":true,\"id\":1414},\"_Rotation\":0,\"_Scale\":0.994014980014994,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1332\":{\"submorphs\":[],\"scripts\":[],\"id\":\"BA4EC8D2-AB29-4F9F-B5A0-715A4746A4C4\",\"shape\":{\"__isSmartRef__\":true,\"id\":1333},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1339},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1340},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1341},\"owner\":{\"__isSmartRef__\":true,\"id\":1331},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1342},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1343}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1345},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1346},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED\",\"307A3596-1175-4EA6-AA27-5BA4C9D95AB7\",\"0EF99131-C569-4C2C-B613-E0D8423C1334\"],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1333\":{\"position\":{\"__isSmartRef__\":true,\"id\":1334},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1335},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1336},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1337},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1338},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1334\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1335\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1336\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1337\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1338\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1339\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1340\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1341\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1342\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1343\":{\"style\":{\"__isSmartRef__\":true,\"id\":1344},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1332},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"run\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1344\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1345\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1346\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1332},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1347\":{\"position\":{\"__isSmartRef__\":true,\"id\":1348},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1349},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1350},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1351},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1361},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1362},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1348\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1349\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1350\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1351\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1352},{\"__isSmartRef__\":true,\"id\":1354},{\"__isSmartRef__\":true,\"id\":1356},{\"__isSmartRef__\":true,\"id\":1358}],\"vector\":{\"__isSmartRef__\":true,\"id\":1360},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1352\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1353}},\"1353\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1354\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1355}},\"1355\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1356\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1357}},\"1357\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1358\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1359}},\"1359\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1360\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1361\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1362\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1363\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1364},{\"__isSmartRef__\":true,\"id\":1366},{\"__isSmartRef__\":true,\"id\":1368},{\"__isSmartRef__\":true,\"id\":1370}],\"vector\":{\"__isSmartRef__\":true,\"id\":1360},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1364\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1365}},\"1365\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1366\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1367}},\"1367\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1368\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1369}},\"1369\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1370\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1371}},\"1371\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1372\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1373\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1331},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"runScript\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":1374},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1374\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1375}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1390},\"derivationIds\":[null],\"id\":\"C89B50A0-17E7-4D22-AE1D-5112520DAEE7\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1397},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1398},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":1399},{\"__isSmartRef__\":true,\"id\":1400}],\"con\":{\"__isSmartRef__\":true,\"id\":1373},\"showsMorphMenu\":true,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1401},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1375\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1376},\"derivationIds\":[null],\"id\":\"2A71BE9E-6820-46AF-ACED-3C9BDCC918AF\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1387},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1388},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1389},\"owner\":{\"__isSmartRef__\":true,\"id\":1374},\"_Rotation\":-3.130064002485303,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1376\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1377},{\"__isSmartRef__\":true,\"id\":1378},{\"__isSmartRef__\":true,\"id\":1379},{\"__isSmartRef__\":true,\"id\":1380}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1381},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1382},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1383},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1384},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1385},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1386},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1377\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1378\":{\"isAbsolute\":true,\"x\":-12,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1379\":{\"isAbsolute\":true,\"x\":4,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1380\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1381\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1382\":{\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1383\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1384\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1385\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1386\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1387\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1388\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1375},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1389\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1390\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1391},{\"__isSmartRef__\":true,\"id\":1392}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1393},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1394},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1395},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1396},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1385},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1391\":{\"isAbsolute\":true,\"x\":829.7085000406639,\"y\":9.565843617262885,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1392\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1393\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1394\":{\"x\":-1,\"y\":-1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1395\":{\"x\":831,\"y\":11,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1396\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1397\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1398\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1374},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1399\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1374},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1400\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1374},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":1375},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1401\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":1402}},\"1402\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1403},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString ||\\n 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true,\\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(),\\n visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1408},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1403\":{\"this\":{\"__isSmartRef__\":true,\"id\":1374},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1404}},\"1404\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1405}},\"1405\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1406},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1407},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1406\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1374},\"name\":\"morphMenuItems\"},\"1407\":{},\"1408\":{},\"1409\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1410\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1411\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1331},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1412\":{\"x\":71.99397894387357,\"y\":-13.030105280631261,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1413\":{\"x\":788.7426780861911,\"y\":9.508591852040126,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1414\":{\"centeredHorizontal\":false,\"moveHorizontal\":true},\"1415\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1416}],\"scripts\":[],\"id\":\"F51327CB-803E-4234-BFB3-6F5252D1C936\",\"shape\":{\"__isSmartRef__\":true,\"id\":1431},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1435},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1447},\"label\":{\"__isSmartRef__\":true,\"id\":1416},\"name\":\"saveButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1456},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1457}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1493},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1494},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1495},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1496},\"derivationIds\":[7251,\"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1\",\"79FE3D3F-77C4-4B39-8243-D672185B416D\",\"A4D2FEDF-2654-4381-AB43-8F89B9CA2E86\",\"D686F0CB-027B-4CA9-8B8D-9306389B219D\"],\"layout\":{\"__isSmartRef__\":true,\"id\":1497},\"_Position\":{\"__isSmartRef__\":true,\"id\":1498},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"_Rotation\":0,\"_Scale\":0.9880657804942089,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1416\":{\"submorphs\":[],\"scripts\":[],\"id\":\"918C6CC4-3540-4341-BAFD-B195F7807FEE\",\"shape\":{\"__isSmartRef__\":true,\"id\":1417},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1423},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1424},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1425},\"owner\":{\"__isSmartRef__\":true,\"id\":1415},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1426},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1427}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1429},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1430},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED\",\"307A3596-1175-4EA6-AA27-5BA4C9D95AB7\",\"0EF99131-C569-4C2C-B613-E0D8423C1334\",\"9AECBFB8-25A5-483F-86AD-D7CF9ABC9A25\"],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1417\":{\"position\":{\"__isSmartRef__\":true,\"id\":1418},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1419},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1420},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1421},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1422},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1418\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1419\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1420\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1421\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1422\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1423\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1424\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1425\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1426\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1427\":{\"style\":{\"__isSmartRef__\":true,\"id\":1428},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1416},\"storedString\":\"save\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1428\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1429\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1430\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1416},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1431\":{\"position\":{\"__isSmartRef__\":true,\"id\":1432},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1433},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1434},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1435},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1445},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1446},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1432\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1433\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1434\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1435\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1436},{\"__isSmartRef__\":true,\"id\":1438},{\"__isSmartRef__\":true,\"id\":1440},{\"__isSmartRef__\":true,\"id\":1442}],\"vector\":{\"__isSmartRef__\":true,\"id\":1444},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1436\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1437}},\"1437\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1438\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1439}},\"1439\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1440\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1441}},\"1441\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1442\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1443}},\"1443\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1444\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1445\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1446\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1447\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1448},{\"__isSmartRef__\":true,\"id\":1450},{\"__isSmartRef__\":true,\"id\":1452},{\"__isSmartRef__\":true,\"id\":1454}],\"vector\":{\"__isSmartRef__\":true,\"id\":1444},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1448\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1449}},\"1449\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1450\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1451}},\"1451\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1452\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1453}},\"1453\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1454\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1455}},\"1455\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1456\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1457\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1415},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":497},\"targetMethodName\":\"doSave\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":1458},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1458\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1459}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1474},\"derivationIds\":[null],\"id\":\"F46012D5-C8BE-4E52-BF98-D052FDAAE17A\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1481},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1482},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":1483},{\"__isSmartRef__\":true,\"id\":1484}],\"con\":{\"__isSmartRef__\":true,\"id\":1457},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1485},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1459\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1460},\"derivationIds\":[null],\"id\":\"A2A83C78-09B8-473C-829B-198206D7A9E4\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1471},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1472},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1473},\"owner\":{\"__isSmartRef__\":true,\"id\":1458},\"_Rotation\":3.077607197692381,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1460\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1461},{\"__isSmartRef__\":true,\"id\":1462},{\"__isSmartRef__\":true,\"id\":1463},{\"__isSmartRef__\":true,\"id\":1464}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1465},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1466},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1467},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1468},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1469},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1470},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1461\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1462\":{\"isAbsolute\":true,\"x\":-12,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1463\":{\"isAbsolute\":true,\"x\":4,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1464\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1465\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1466\":{\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1467\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1468\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1469\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1470\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1471\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1472\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1459},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1473\":{\"x\":201.20421122525056,\"y\":40.24084224505009,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1474\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1475},{\"__isSmartRef__\":true,\"id\":1476}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1477},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1478},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1479},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1480},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1469},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1475\":{\"isAbsolute\":true,\"x\":679.4857209639925,\"y\":9.595948897894004,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1476\":{\"isAbsolute\":true,\"x\":201.20421122525056,\"y\":40.24084224505009,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1477\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1478\":{\"x\":200,\"y\":9,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1479\":{\"x\":480,\"y\":32,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1480\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1481\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1482\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1458},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1483\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1458},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1484\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1458},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":1459},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1485\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":1486}},\"1486\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1487},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString ||\\n 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true,\\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(),\\n visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1492},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1487\":{\"this\":{\"__isSmartRef__\":true,\"id\":1458},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1488}},\"1488\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1489}},\"1489\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1490},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1491},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1490\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1458},\"name\":\"morphMenuItems\"},\"1491\":{},\"1492\":{},\"1493\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1494\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1495\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1415},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1496\":{\"x\":68.77671624028653,\"y\":-14.497241813457947,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1497\":{\"centeredHorizontal\":false,\"moveHorizontal\":true},\"1498\":{\"x\":675.4189853444968,\"y\":9.53851695196505,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1499\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1500}],\"scripts\":[],\"id\":\"84054D2E-8176-440D-B413-279956A34FC2\",\"shape\":{\"__isSmartRef__\":true,\"id\":1515},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1531},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1519},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1532},\"label\":{\"__isSmartRef__\":true,\"id\":1500},\"name\":\"openTestsButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1541},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1542}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1543},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1544},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1545},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1546},\"derivationIds\":[7251],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"_Rotation\":0,\"_Scale\":0.9940149800149939,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1500\":{\"submorphs\":[],\"scripts\":[],\"id\":\"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2\",\"shape\":{\"__isSmartRef__\":true,\"id\":1501},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1507},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1508},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1509},\"owner\":{\"__isSmartRef__\":true,\"id\":1499},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1510},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1511}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1513},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1514},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1501\":{\"position\":{\"__isSmartRef__\":true,\"id\":1502},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1503},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1504},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1505},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1506},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1502\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1503\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1504\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1505\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1506\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__LivelyClassName__\":\"Rectangle\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1507\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1508\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1509\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1510\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1511\":{\"style\":{\"__isSmartRef__\":true,\"id\":1512},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1500},\"storedString\":\"Tests\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1512\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1513\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1514\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1500},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1515\":{\"position\":{\"__isSmartRef__\":true,\"id\":1516},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1517},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1518},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1519},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1529},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1530},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1516\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1517\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1518\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1519\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1520},{\"__isSmartRef__\":true,\"id\":1522},{\"__isSmartRef__\":true,\"id\":1524},{\"__isSmartRef__\":true,\"id\":1526}],\"vector\":{\"__isSmartRef__\":true,\"id\":1528},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1520\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1521}},\"1521\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1522\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1523}},\"1523\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1524\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1525}},\"1525\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1526\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1527}},\"1527\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1528\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1529\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1530\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__LivelyClassName__\":\"Rectangle\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1531\":{\"x\":510,\"y\":10,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1532\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1533},{\"__isSmartRef__\":true,\"id\":1535},{\"__isSmartRef__\":true,\"id\":1537},{\"__isSmartRef__\":true,\"id\":1539}],\"vector\":{\"__isSmartRef__\":true,\"id\":1528},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1533\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1534}},\"1534\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1535\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1536}},\"1536\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1537\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1538}},\"1538\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1539\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1540}},\"1540\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1541\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1542\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1499},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"openPartTestRunner\",\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings\"},\"1543\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1544\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1545\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1499},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1546\":{\"x\":65.95178327801523,\"y\":-8.024108360992386,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1547\":{\"position\":{\"__isSmartRef__\":true,\"id\":1548},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1549},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1550},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1551},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1552},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1553},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1548\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1549\":{\"x\":909.0285365288845,\"y\":526.612532614436,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1550\":{\"r\":0.372,\"g\":0.369,\"b\":0.372,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1551\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1552\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1553\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1554\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"Edit scripts and connections of a specific morph.\",\"migrationLevel\":4,\"partName\":\"ObjectEditorPane\",\"changes\":[{\"__isSmartRef__\":true,\"id\":1555}],\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1555\":{\"date\":{\"__isSmartRef__\":true,\"id\":1556},\"author\":\"lauritz\",\"message\":\"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items.\"},\"1556\":{\"isSerializedDate\":true,\"string\":\"Thu Oct 20 2011 15:39:30 GMT-0700 (PDT)\"},\"1557\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1558\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1559\":{\"x\":909.0285365288845,\"y\":526.612532614436,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1560\":{\"resizeWidth\":true,\"resizeHeight\":true,\"adjustForNewBounds\":true},\"1561\":{\"x\":350.2386236582805,\"y\":-3.2455173507596555,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1562\":{\"x\":0.971126750461849,\"y\":21.45669012569269,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1563\":{\"displayInitialScript\":{\"__isSmartRef__\":true,\"id\":1564},\"displayJavaScriptSource\":{\"__isSmartRef__\":true,\"id\":1568},\"displaySourceForConnection\":{\"__isSmartRef__\":true,\"id\":1572},\"displaySourceForScript\":{\"__isSmartRef__\":true,\"id\":1576},\"generateSourceForConnection\":{\"__isSmartRef__\":true,\"id\":1580},\"generateSourceForScript\":{\"__isSmartRef__\":true,\"id\":1584},\"generateTargetCode\":{\"__isSmartRef__\":true,\"id\":1588},\"newConnection\":{\"__isSmartRef__\":true,\"id\":1592},\"newScript\":{\"__isSmartRef__\":true,\"id\":1596},\"reset\":{\"__isSmartRef__\":true,\"id\":1600},\"selectChangedContent\":{\"__isSmartRef__\":true,\"id\":1604},\"setTarget\":{\"__isSmartRef__\":true,\"id\":1608},\"sortedConnectionNamesOfObj\":{\"__isSmartRef__\":true,\"id\":1612},\"sortedScriptNamesOfObj\":{\"__isSmartRef__\":true,\"id\":1616},\"updateLists\":{\"__isSmartRef__\":true,\"id\":1620},\"onShutdown\":{\"__isSmartRef__\":true,\"id\":1624},\"confirmUnsavedChanges\":{\"__isSmartRef__\":true,\"id\":1628},\"update\":{\"__isSmartRef__\":true,\"id\":1632},\"ensureAnnotationLayer\":{\"__isSmartRef__\":true,\"id\":1636},\"migrateOldScriptAnnotations\":{\"__isSmartRef__\":true,\"id\":1640},\"copyToPartsBinWithUserRequest\":{\"__isSmartRef__\":true,\"id\":1644},\"printTags\":{\"__isSmartRef__\":true,\"id\":1652},\"setTag\":{\"__isSmartRef__\":true,\"id\":1656},\"runScript\":{\"__isSmartRef__\":true,\"id\":1660},\"openPartTestRunner\":{\"__isSmartRef__\":true,\"id\":1664}},\"1564\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1565},\"source\":\"function displayInitialScript() {\\n if (this.scriptList.getList().size() > 1) {\\n this.scriptList.preselectItem();\\n } else if (this.connectionList.getList().size() > 1) {\\n this.connectionList.preselectItem();\\n } else {\\n this.scriptList.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1566},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1565\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1566\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1567},\"user\":\"lauritz\",\"tags\":[]},\"1567\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 16 2011 19:13:43 GMT-0800 (PST)\"},\"1568\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1569},\"source\":\"function displayJavaScriptSource(jsCode) {\\n if (this.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function(confirmed) {\\n if (confirmed) that.scriptPane.display(jsCode)\\n };\\n this.confirmUnsavedChanges(callback);\\n } else {\\n this.scriptPane.display(jsCode);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1570},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1569\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1570\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1571},\"user\":\"lauritz\",\"tags\":[]},\"1571\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 16 2011 19:59:26 GMT-0800 (PST)\"},\"1572\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1573},\"source\":\"function displaySourceForConnection(connection) {\\n var code = \\\"\\\", that = this;\\n if (connection === undefined) return;\\n if (connection === null) {\\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\\\"\\\\n\\\\n\\\");\\n });\\n code = code.substring(0, code.length - \\\"\\\\n\\\\n\\\".length - 1);\\n } else {\\n code = this.generateSourceForConnection(connection);\\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1574},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1573\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1574\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1575},\"user\":\"conradcalmez\",\"tags\":[]},\"1575\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 05:59:30 GMT-0800 (PST)\"},\"1576\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1577},\"source\":\"function displaySourceForScript(scriptName) {\\n var code = \\\"\\\",\\n that = this;\\n if (scriptName === null) {\\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForScript(each)).concat(\\\"\\\\n\\\\n\\\\n\\\");\\n });\\n code = code.substring(0, code.length - \\\"\\\\n\\\\n\\\\n\\\".length - 1);\\n } else {\\n code = this.generateSourceForScript(scriptName); \\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1578},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1577\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1578\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1579},\"user\":\"lauritz\",\"tags\":[]},\"1579\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 16 2011 19:51:37 GMT-0800 (PST)\"},\"1580\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1581},\"source\":\"function generateSourceForConnection(connection) {\\n var c = connection, targetObject = this.target;\\n\\tif (!c.getTargetObj() || !c.getTargetObj().name || \\n\\t\\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\\n\\n\\tvar optConfig = []\\n\\tif (c.converterString)\\n\\t\\toptConfig.push(\\\"converter: \\\\n\\\\t\\\" + c.converterString)\\n\\tif (c.updaterString)\\n\\t\\toptConfig.push(\\\"updater: \\\\n\\\\t\\\" + c.updaterString)\\n\\treturn Strings.format('connect(%s, \\\"%s\\\", %s, \\\"%s\\\", {%s});', \\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getSourceObj()),\\n\\t\\t\\tc.getSourceAttrName(),\\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getTargetObj()),\\n\\t\\t\\tc.getTargetMethodName(),\\n\\t\\t\\toptConfig.join(','));\\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1582},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1581\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1582\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1583},\"user\":\"lauritz\",\"tags\":[]},\"1583\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 16 2011 19:59:26 GMT-0800 (PST)\"},\"1584\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1585},\"source\":\"function generateSourceForScript(scriptName) {\\n var script = this.target[scriptName],\\n annotation = '',\\n scriptSource = '',\\n tagScript = '';\\n\\n if (script.timestamp && script.user) \\n annotation = Strings.format('// changed at %s by %s \\\\n', script.timestamp, script.user);\\n scriptSource = Strings.format('this.addScript(%s)', script.getOriginal());\\n tagScript = Strings.format('.tag(%s);', this.printTags(script));\\n\\n return annotation + scriptSource + tagScript;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1586},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1585\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1586\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1587},\"user\":\"lauritz\",\"tags\":[]},\"1587\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 28 2011 19:32:42 GMT-0800 (PST)\"},\"1588\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1589},\"source\":\"function generateTargetCode(baseObject, targetObject) {\\n\\tvar name = targetObject.name;\\n\\tif (baseObject === targetObject) \\n\\t\\treturn \\\"this\\\";\\n\\telse if (baseObject[name] === targetObject) \\n\\t\\treturn \\\"this.\\\" + name;\\n\\telse if (baseObject.testObject === targetObject) \\n\\t\\treturn \\\"this.testObject\\\";\\n\\telse if (baseObject.get(name) === targetObject) \\n\\t\\treturn 'this.get(\\\"' + name + '\\\")';\\n\\telse if (targetObject instanceof Morph) \\n\\t\\treturn '$morph(\\\"' + name + '\\\")';\\n\\telse \\n\\t\\treturn \\\"????\\\";\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1590},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1589\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1590\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1591},\"user\":\"lauritz\",\"tags\":[]},\"1591\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 16 2011 19:59:26 GMT-0800 (PST)\"},\"1592\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1593},\"source\":\"function newConnection() {\\n if (this.target) {\\n var code = \\\"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1594},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1593\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1594\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1595},\"user\":\"lauritz\",\"tags\":[]},\"1595\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 16 2011 19:59:26 GMT-0800 (PST)\"},\"1596\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1597},\"source\":\"function newScript() {\\n if (this.target) {\\n var code = \\\"this.addScript(function SCRIPTNAME() {\\\\n \\\\n}).tag([]);\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1598},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1597\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1598\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1599},\"user\":\"lauritz\",\"tags\":[]},\"1599\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 28 2011 19:24:25 GMT-0800 (PST)\"},\"1600\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1601},\"source\":\"function reset() {\\n this.scriptPane = this.get('ObjectEditorScriptPane')\\n this.scriptList = this.get('ObjectEditorScriptList')\\n this.connectionList = this.get('ObjectEditorConnectionList')\\n this.morphSelector = this.get('ObjectEditorMorphSelector')\\n this.target = null;\\n this.scriptPane.reset();\\n this.scriptList.setList();\\n this.scriptList.selection = null;\\n this.connectionList.setList();\\n this.connectionList.selection = null;\\n this.morphSelector.reset();\\n this.tagChooser.reset();\\n this.currentTag = null;\\n this.stopStepping();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1602},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1601\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1602\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1603},\"user\":\"conradcalmez\",\"tags\":[]},\"1603\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 05:57:50 GMT-0800 (PST)\"},\"1604\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1605},\"source\":\"function selectChangedContent(source) {\\n\\n var addScriptRegex = /this\\\\.addScript\\\\s*\\\\(\\\\s*function\\\\s*([^\\\\(]*)/g;\\n var addScriptMatches = [];\\n var addScriptMatch = addScriptRegex.exec(source);\\n while (addScriptMatch) {\\n addScriptMatches.push(addScriptMatch[1]);\\n addScriptMatch = addScriptRegex.exec(source);\\n }\\n \\n // if scripts were added, select either a specific one or all\\n if (addScriptMatches.length > 0) { \\n if (addScriptMatches.length === 1) {\\n return this.scriptList.selectAddedScript(addScriptMatches[0]);\\n }\\n return this.scriptList.selectAt(0);\\n }\\n\\n var connectionRegex = \\n /connect\\\\(\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"\\\\s*,\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"/g;\\n var connectionMatches = [];\\n var connectionMatch = connectionRegex.exec(source);\\n while (connectionMatch) {\\n connectionMatches.push(connectionMatch);\\n connectionMatch = connectionRegex.exec(source);\\n }\\n\\n // if connections were made, select either a specific one or all\\n if (connectionMatches.length > 0) {\\n if (connectionMatches.length === 1) {\\n var match = connectionMatches[0];\\n for (var i=0; i width) {\n\t\t\tx = 0;\n\t\t\ty += extent.y + 5;\n\t\t}\n\t\tmorph.setPosition(pt(x,y))\n\t\tx += extent.x + 5;\n\t})\n}","funcProperties":{"__isSmartRef__":true,"id":37556},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"37551":{"this":{"__isSmartRef__":true,"id":32711},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":37552}},"37552":{"$super":{"__isSmartRef__":true,"id":37553}},"37553":{"varMapping":{"__isSmartRef__":true,"id":37554},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":37555},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"37554":{"obj":{"__isSmartRef__":true,"id":32711},"name":"adjustForNewBounds"},"37555":{},"37556":{},"37557":{"varMapping":{"__isSmartRef__":true,"id":37558},"source":"function unselectAll() {\n\tthis.submorphs.invoke('showAsNotSelected');\n}","funcProperties":{"__isSmartRef__":true,"id":37559},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"37558":{"this":{"__isSmartRef__":true,"id":32711}},"37559":{},"37560":{"varMapping":{"__isSmartRef__":true,"id":37561},"source":"function selectPartItem(item) {\n\tthis.selectedItem = item && item.partItem;\n\tthis.submorphs.without(item).invoke('showAsNotSelected');\n}","funcProperties":{"__isSmartRef__":true,"id":37562},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"37561":{"this":{"__isSmartRef__":true,"id":32711}},"37562":{},"37563":{"varMapping":{"__isSmartRef__":true,"id":37564},"source":"function startAddingPartItems(partItems) {\n this.partItemsToBeAdded = partItems.clone();\n this.startStepping(0, 'addPartItemAsync')\n}","funcProperties":{"__isSmartRef__":true,"id":37565},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"37564":{"this":{"__isSmartRef__":true,"id":32711}},"37565":{"user":"robertkrahn","timestamp":{"__isSmartRef__":true,"id":37566}},"37566":{"isSerializedDate":true,"string":"Fri Jul 01 2011 02:00:58 GMT+0200 (Mitteleuropäische Sommerzeit)"},"37567":{"varMapping":{"__isSmartRef__":true,"id":37568},"source":"function addPartItemAsync() {\n if (!this.partItemsToBeAdded || this.partItemsToBeAdded.length == 0) {\n this.stopAddingPartItemsAsync();\n return;\n }\n\n var partItem = this.partItemsToBeAdded.shift();\n var morph = partItem.asPartsBinItem();\n this.addMorph(morph);\n this.adjustForNewBounds() \n}","funcProperties":{"__isSmartRef__":true,"id":37569},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"37568":{"this":{"__isSmartRef__":true,"id":32711}},"37569":{"user":"robertkrahn","timestamp":{"__isSmartRef__":true,"id":37570}},"37570":{"isSerializedDate":true,"string":"Fri Jul 01 2011 02:03:38 GMT+0200 (Mitteleuropäische Sommerzeit)"},"37571":{"varMapping":{"__isSmartRef__":true,"id":37572},"source":"function stopAddingPartItemsAsync() {\n this.stopStepping();\n delete this.partItemsToBeAdded;\n}","funcProperties":{"__isSmartRef__":true,"id":37573},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"37572":{"this":{"__isSmartRef__":true,"id":32711}},"37573":{"user":"robertkrahn","timestamp":{"__isSmartRef__":true,"id":37574}},"37574":{"isSerializedDate":true,"string":"Fri Jul 01 2011 02:03:46 GMT+0200 (Mitteleuropäische Sommerzeit)"},"37575":{"submorphs":[{"__isSmartRef__":true,"id":37576}],"scripts":[],"id":"274E6FB5-AE50-4EB8-923C-32EF895D0BC5","shape":{"__isSmartRef__":true,"id":37592},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":37608},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":37596},"lighterFill":{"__isSmartRef__":true,"id":37609},"label":{"__isSmartRef__":true,"id":37576},"name":"removeCategoryButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":37618},"attributeConnections":[{"__isSmartRef__":true,"id":37619}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":37620},"owner":{"__isSmartRef__":true,"id":30847},"layout":{"__isSmartRef__":true,"id":37621},"renderContextTable":{"__isSmartRef__":true,"id":37622},"eventHandler":{"__isSmartRef__":true,"id":37623},"derivationIds":[1238,"779C0566-5466-4191-9056-3A104C7EFAEC","F8319D79-817B-415B-80D1-ACE5F12CDD01","37900DC1-0689-4E1B-9709-A65C15C40367","399B28D7-03E3-4E38-8710-E7A5F5F513D1","8EA24F2B-6E35-4013-8CCB-18016701673B","C5991ECA-726A-42D6-8AB1-1B6DA1AAD119","7C6FC789-C7D6-482C-906E-5EABA9E0E151","7C90668B-396F-43DB-AB44-3277DA8BE863","CDE8D251-2EED-4992-B316-64B64110C044","5D293BC5-06E6-425F-B654-F22EF9E8225E","A568DFA0-B5A0-42C6-A370-F4C23551D3DA","8FAE443C-8E8F-44EF-B5C8-7E103E74AD92","3FD3C7A0-B776-41AF-86DF-DC5A4EE9403E","115E4AE3-4DA0-482F-91C6-DB88E0E266D0","36F8D23F-3ADC-40FB-9A9B-D726CA8560D2","F32C1526-A32B-46B5-B550-44C9A527EB19","B075E4A4-D511-45BC-A05D-E9FEB4D8EF29","D554E6AE-A18D-4BBA-AB29-419B75691B79"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":37624},"__LivelyClassName__":"lively.morphic.Button"},"37576":{"submorphs":[],"scripts":[],"id":"631FD91E-B3D7-44EC-9F57-852F180CF6F6","shape":{"__isSmartRef__":true,"id":37577},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":37583},"_MaxTextWidth":18,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":37584},"_Padding":{"__isSmartRef__":true,"id":37585},"owner":{"__isSmartRef__":true,"id":37575},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":37586},"textChunks":[{"__isSmartRef__":true,"id":37587}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":37589},"eventHandler":{"__isSmartRef__":true,"id":37590},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":18,"_MinTextHeight":null,"derivationIds":[1239,"0950594A-94D2-49BB-8E22-06789654760D","9E11E76B-89E8-4AF1-8D7F-24952002D1DE","39E0A384-A8F7-4ECE-A3F3-3B39C85B1DBA","7970902A-4F1C-4337-8A61-02D5AEA5697B","DE30399C-D0BE-412E-B0C6-18B37109F841","E311AA2E-9F6A-4DF4-AAD2-6631660E1203","AA4706D6-6736-4F85-80F2-48443DC7DA44","C2A120EC-B8B5-44A6-801B-F8E9FDE230BF","34EB9510-4D09-4B14-8B09-45852E807EEC","578C10D1-9557-441C-ABD1-303291DEFD1A","680618F4-7A7D-43A9-B75C-4515C8D3A904","1631FBD4-94FC-4C42-A426-822A8D107F36","574DCB97-CFE4-470B-944F-567F9CBAD365","81CA5687-24FD-462D-BFD3-A33C82169582","B85E3B2A-7437-47F6-BDF5-D02C7F6C5A0F","0375365E-D522-4331-BCA3-1B9C85143F76","34D3646F-8812-4695-9CFD-CD9AF31869F4","D8EE495F-73DC-4FA7-83BA-744F42C42961"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":37591},"__LivelyClassName__":"lively.morphic.Text"},"37577":{"position":{"__isSmartRef__":true,"id":37578},"_Extent":{"__isSmartRef__":true,"id":37579},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":37580},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":37581},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":37582},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"37578":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37579":{"x":20,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37580":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37581":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37582":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"37583":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37584":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"37585":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"37586":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37587":{"style":{"__isSmartRef__":true,"id":37588},"chunkOwner":{"__isSmartRef__":true,"id":37576},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"-","__LivelyClassName__":"lively.morphic.TextChunk"},"37588":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"37589":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"37590":{"morph":{"__isSmartRef__":true,"id":37576},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"37591":{"requiredModules":[],"idOnLoad":"631FD91E-B3D7-44EC-9F57-852F180CF6F6","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"37592":{"position":{"__isSmartRef__":true,"id":37593},"_Extent":{"__isSmartRef__":true,"id":37594},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":37595},"_Fill":{"__isSmartRef__":true,"id":37596},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":37606},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":37607},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"37593":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37594":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37595":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37596":{"stops":[{"__isSmartRef__":true,"id":37597},{"__isSmartRef__":true,"id":37599},{"__isSmartRef__":true,"id":37601},{"__isSmartRef__":true,"id":37603}],"vector":{"__isSmartRef__":true,"id":37605},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"37597":{"offset":0,"color":{"__isSmartRef__":true,"id":37598}},"37598":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37599":{"offset":0.4,"color":{"__isSmartRef__":true,"id":37600}},"37600":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37601":{"offset":0.6,"color":{"__isSmartRef__":true,"id":37602}},"37602":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37603":{"offset":1,"color":{"__isSmartRef__":true,"id":37604}},"37604":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37605":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"37606":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37607":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"37608":{"x":120,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37609":{"stops":[{"__isSmartRef__":true,"id":37610},{"__isSmartRef__":true,"id":37612},{"__isSmartRef__":true,"id":37614},{"__isSmartRef__":true,"id":37616}],"vector":{"__isSmartRef__":true,"id":37605},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"37610":{"offset":0,"color":{"__isSmartRef__":true,"id":37611}},"37611":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37612":{"offset":0.4,"color":{"__isSmartRef__":true,"id":37613}},"37613":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37614":{"offset":0.6,"color":{"__isSmartRef__":true,"id":37615}},"37615":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37616":{"offset":1,"color":{"__isSmartRef__":true,"id":37617}},"37617":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37618":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"idOnLoad":"274E6FB5-AE50-4EB8-923C-32EF895D0BC5","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"37619":{"sourceObj":{"__isSmartRef__":true,"id":37575},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":37575},"targetMethodName":"onFire","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"37620":{"x":134.06609913216516,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37621":{"moveVertical":false},"37622":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"37623":{"morph":{"__isSmartRef__":true,"id":37575},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"37624":{"onFire":{"__isSmartRef__":true,"id":37625}},"37625":{"varMapping":{"__isSmartRef__":true,"id":37626},"source":"function onFire() {\n\tthis.get('PartsBinBrowser').removeCategoryInteractively()\n}","funcProperties":{"__isSmartRef__":true,"id":37627},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"37626":{"this":{"__isSmartRef__":true,"id":37575}},"37627":{},"37628":{"submorphs":[{"__isSmartRef__":true,"id":37629}],"scripts":[],"id":"175171E1-8F47-4496-B2C3-EFDC838B2FFD","shape":{"__isSmartRef__":true,"id":37645},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":37661},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":37649},"lighterFill":{"__isSmartRef__":true,"id":37662},"label":{"__isSmartRef__":true,"id":37629},"name":"addCategoryButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":37671},"attributeConnections":[{"__isSmartRef__":true,"id":37672}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":37673},"owner":{"__isSmartRef__":true,"id":30847},"layout":{"__isSmartRef__":true,"id":37674},"renderContextTable":{"__isSmartRef__":true,"id":37675},"eventHandler":{"__isSmartRef__":true,"id":37676},"derivationIds":[1240,"4C2C10AA-3167-4B7D-9518-38AA200B5BC6","03AA66B1-0216-4615-BC50-CD240729363E","E4ECDC08-B9DE-4716-97F1-FA4A9D84B22D","AA637DB5-981E-4875-A449-4FEA2FC1C13F","55DB5207-1834-4135-81B3-4F1837BD85E0","30C8FE48-BA9E-43F9-B4FC-0341EC392ACF","2C20BACF-1CEC-44C2-8F56-12470A7027A9","C650BBE2-143B-4BC5-8EF1-1A524E123AE5","F33FAD3D-DBA2-49AD-84F4-4754F4036D2D","1482E0D5-DF16-48E6-8815-B26DA5EE5818","EAC37F08-BCB6-4170-8667-1B6CFCF4E5A1","B09187AF-0ADE-40E9-8854-F43365D6200B","45D0DBA7-4458-4FB4-A7DE-5D5F8FA7C07C","B8FF07C9-562A-462B-9E72-0374A9AF23B6","5BDD2225-268A-48C3-9D60-A54BE7218F3E","024166B5-514F-42E9-9B8F-92BE1B1B561F","1A0825CD-8DCC-4F32-93FF-4912FB1E4F15","3320CEA7-B9AF-42CD-AD29-0D52B7739050"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":37677},"__LivelyClassName__":"lively.morphic.Button"},"37629":{"submorphs":[],"scripts":[],"id":"EF1FD280-4D6A-482C-994E-FF2236514DB9","shape":{"__isSmartRef__":true,"id":37630},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":37636},"_MaxTextWidth":18,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":37637},"_Padding":{"__isSmartRef__":true,"id":37638},"owner":{"__isSmartRef__":true,"id":37628},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":37639},"textChunks":[{"__isSmartRef__":true,"id":37640}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":37642},"eventHandler":{"__isSmartRef__":true,"id":37643},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":18,"_MinTextHeight":null,"derivationIds":[1241,"4FB5FB12-B7A2-4FF0-A0A1-C45C2FAE8274","7FFD3B07-E2DB-4CA7-A11B-327EBF88268D","3AD91228-BC6B-4030-A2C5-4055DF856DE4","B0F178B5-2384-4150-9E8E-F9F630407349","B62BAE98-D2F9-4769-A7A2-64403D5C2C21","F208698E-6181-438F-8C96-4E6B9739967E","DA6A940F-C968-47AC-AC35-59D17BBB71BC","D72F3161-DE66-4A55-827B-FE95CB3855C1","38222CFF-F285-4D8C-8CE9-49E289A8DB01","27598E1E-5C29-40E9-9828-BDA39C7A14D0","2ED00864-0FC6-4DF5-98A8-E6C0D982098E","C1578206-028D-4DFF-8D5C-B8B472E478BD","AE545D90-295C-4BA2-B148-7CD56762EEC8","5A3C8159-95EC-45BA-A630-50FFF32492DB","4558E404-B6A2-456D-86CD-6A7ABD655AEB","70C14ABA-91D0-4910-9A6B-DE34408484EE","0D747327-F2BD-41C9-943C-E50F4EF2B5E3","C3C7355F-DF3C-4032-9C6D-55899FFC46DD"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":37644},"__LivelyClassName__":"lively.morphic.Text"},"37630":{"position":{"__isSmartRef__":true,"id":37631},"_Extent":{"__isSmartRef__":true,"id":37632},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":37633},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":37634},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":37635},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"37631":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37632":{"x":20,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37633":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37634":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37635":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"37636":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37637":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"37638":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"37639":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37640":{"style":{"__isSmartRef__":true,"id":37641},"chunkOwner":{"__isSmartRef__":true,"id":37629},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"+","__LivelyClassName__":"lively.morphic.TextChunk"},"37641":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"37642":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"37643":{"morph":{"__isSmartRef__":true,"id":37629},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"37644":{"requiredModules":[],"idOnLoad":"EF1FD280-4D6A-482C-994E-FF2236514DB9","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"37645":{"position":{"__isSmartRef__":true,"id":37646},"_Extent":{"__isSmartRef__":true,"id":37647},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":37648},"_Fill":{"__isSmartRef__":true,"id":37649},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":37659},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":37660},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"37646":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37647":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37648":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37649":{"stops":[{"__isSmartRef__":true,"id":37650},{"__isSmartRef__":true,"id":37652},{"__isSmartRef__":true,"id":37654},{"__isSmartRef__":true,"id":37656}],"vector":{"__isSmartRef__":true,"id":37658},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"37650":{"offset":0,"color":{"__isSmartRef__":true,"id":37651}},"37651":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37652":{"offset":0.4,"color":{"__isSmartRef__":true,"id":37653}},"37653":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37654":{"offset":0.6,"color":{"__isSmartRef__":true,"id":37655}},"37655":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37656":{"offset":1,"color":{"__isSmartRef__":true,"id":37657}},"37657":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37658":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"37659":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37660":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"37661":{"x":100,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37662":{"stops":[{"__isSmartRef__":true,"id":37663},{"__isSmartRef__":true,"id":37665},{"__isSmartRef__":true,"id":37667},{"__isSmartRef__":true,"id":37669}],"vector":{"__isSmartRef__":true,"id":37658},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"37663":{"offset":0,"color":{"__isSmartRef__":true,"id":37664}},"37664":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37665":{"offset":0.4,"color":{"__isSmartRef__":true,"id":37666}},"37666":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37667":{"offset":0.6,"color":{"__isSmartRef__":true,"id":37668}},"37668":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37669":{"offset":1,"color":{"__isSmartRef__":true,"id":37670}},"37670":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37671":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"idOnLoad":"175171E1-8F47-4496-B2C3-EFDC838B2FFD","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"37672":{"sourceObj":{"__isSmartRef__":true,"id":37628},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":37628},"targetMethodName":"onFire","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"37673":{"x":134.06609913216516,"y":19.99799699599498,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37674":{"moveVertical":false},"37675":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"37676":{"morph":{"__isSmartRef__":true,"id":37628},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"37677":{"onFire":{"__isSmartRef__":true,"id":37678}},"37678":{"varMapping":{"__isSmartRef__":true,"id":37679},"source":"function onFire() {\n\tthis.get('PartsBinBrowser').addCategoryInteractively()\n}","funcProperties":{"__isSmartRef__":true,"id":37680},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"37679":{"this":{"__isSmartRef__":true,"id":37628}},"37680":{},"37681":{"submorphs":[],"scripts":[],"id":"D4CD4B8A-0736-4A4C-AAC3-4F1F9048EBE2","shape":{"__isSmartRef__":true,"id":37682},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":37688},"_MaxTextWidth":531.2024292894854,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":37689},"showsHalos":false,"_FontSize":11,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"searchText","partsBinMetaInfo":{"__isSmartRef__":true,"id":37690},"textChunks":[{"__isSmartRef__":true,"id":37691}],"charsReplaced":"Search","lastFindLoc":-6,"priorSelectionRange":[0,0],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":37693},"renderContextTable":{"__isSmartRef__":true,"id":37694},"eventHandler":{"__isSmartRef__":true,"id":37695},"owner":{"__isSmartRef__":true,"id":30847},"isInputLine":true,"attributeConnections":[{"__isSmartRef__":true,"id":37696}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"layout":{"__isSmartRef__":true,"id":37697},"_WhiteSpaceHandling":"pre-wrap","_ClipMode":"visible","_MinTextWidth":531.2024292894854,"_MinTextHeight":null,"previousSelection":[0,7],"derivationIds":[1242,"A22EEABD-CB29-4C5C-8C48-F766E326BC3F","6A6D6852-0ACD-4AFB-B78D-5C1767FC64BF","9D304E91-4077-4112-BBAA-EA47623B1BD8","178FCB01-0879-494A-9F87-056D582D689E","26B6A9F2-7F9D-4666-AB17-65E0DCD0BA0A","74080715-3CAE-431E-94C4-C98DDDF12BCD","54094B9D-EC29-4193-AE36-80A09F2E996E","3C430B51-E92E-42CF-9F28-9155B1DD75BE","95739011-C77B-4A83-92C9-404E7678E001","CE98D4C0-8E1E-40C3-AA60-10700C5B09B8","9FCABE52-F360-4ABC-81B7-C64D6A931C03","AFE833D0-7AAD-4F80-9FA0-E34F01873FB9","0519742E-9514-4066-9CD3-ED884C62AE77","2175C2DC-5DAA-4A1A-803E-8B55C07D6806","3148E12F-D9FA-4141-9A5E-73E3F8A65776","86933F48-407D-458F-ADB7-865018746EDD","0C9ED1AC-B0C4-4C07-AC29-B9CF795F80FB","CF02BEE5-9294-42D6-AA95-2DCAD8E1D80E"],"_Rotation":0,"_Scale":1,"savedTextString":"resize","__LivelyClassName__":"lively.morphic.Text"},"37682":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":37683},"_Extent":{"__isSmartRef__":true,"id":37684},"_BorderWidth":2.3680000000000003,"_BorderColor":{"__isSmartRef__":true,"id":37685},"renderContextTable":{"__isSmartRef__":true,"id":37686},"_BorderRadius":1.8500000000000003,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":37687},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"37683":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37684":{"x":552.9384292894854,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37685":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37686":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37687":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"37688":{"x":154.76802363450668,"y":13.108574301564317,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37689":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37690":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"D4CD4B8A-0736-4A4C-AAC3-4F1F9048EBE2","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"37691":{"style":{"__isSmartRef__":true,"id":37692},"chunkOwner":{"__isSmartRef__":true,"id":37681},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"37692":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"37693":{"x":552.9384292894854,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37694":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"37695":{"morph":{"__isSmartRef__":true,"id":37681},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"37696":{"sourceObj":{"__isSmartRef__":true,"id":37681},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":30847},"targetMethodName":"search","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"37697":{"resizeWidth":true},"37698":{"submorphs":[],"scripts":[],"id":"0152CC7A-CF6B-473B-B334-616000C1ABD4","shape":{"__isSmartRef__":true,"id":37699},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":37705},"_MaxTextWidth":168,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":37702},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text4","partsBinMetaInfo":{"__isSmartRef__":true,"id":37706},"textChunks":[{"__isSmartRef__":true,"id":37707}],"charsReplaced":"some text","lastFindLoc":-9,"priorSelectionRange":[6,6],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":37709},"renderContextTable":{"__isSmartRef__":true,"id":37710},"eventHandler":{"__isSmartRef__":true,"id":37711},"owner":{"__isSmartRef__":true,"id":30847},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":168,"_MinTextHeight":null,"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","previousSelection":[0,6],"derivationIds":[1243,"5346A257-CAB6-48DA-B412-636917F28280","E611ABED-3298-4027-89C5-503BFCFE4CA3","27AE40EC-F949-496E-8968-BA32D5E3A431","025BE71F-60AB-4115-B745-04714CE7774C","A2845EF4-117F-4AC3-AD19-E09D78C3C866","B854DD97-9BE2-44B9-BFF5-93AA931B4385","2FEEF365-D284-4F58-A92B-A8E11A69DAA6","41171B50-1911-4C21-A067-633FFB938163","6FF550A7-CD2A-48AA-B67F-9E24ACDEB0C1","107A1C0E-D268-4536-AF57-603A206E6460","108F5C5C-B711-4859-8463-980AD2E5EC4C","B78A07FF-977F-4CC1-8870-16B4756D22A1","EACE9426-8983-4C7C-9388-7829A84E90FB","01449D54-8A3D-46AD-9B4F-7CB12D5FF2A9","705CF292-539B-4A18-81B5-3D2B962B1D82","7810B7C5-9EAF-4413-85AB-8FE6E928F162","5B5C10A0-4921-4667-85C7-D7C5966142AF","6A39CF0A-97A8-49DF-9B54-020670AD0468"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"37699":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":37700},"_Extent":{"__isSmartRef__":true,"id":37701},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":37702},"renderContextTable":{"__isSmartRef__":true,"id":37703},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":37704},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"37700":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37701":{"x":168,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37702":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37703":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37704":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"37705":{"x":154.76802363450668,"y":0.10857430156420378,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37706":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"0152CC7A-CF6B-473B-B334-616000C1ABD4","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"37707":{"style":{"__isSmartRef__":true,"id":37708},"morph":{"__isSmartRef__":true,"id":37698},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":37698},"storedString":"search","__LivelyClassName__":"lively.morphic.TextChunk"},"37708":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"37709":{"x":168,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37710":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"37711":{"morph":{"__isSmartRef__":true,"id":37698},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"37712":{"submorphs":[{"__isSmartRef__":true,"id":37713}],"scripts":[],"id":"45DFCF97-4B4D-449A-B5DA-1E824AEAA639","shape":{"__isSmartRef__":true,"id":37728},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":37741},"lighterFill":{"__isSmartRef__":true,"id":37751},"label":{"__isSmartRef__":true,"id":37713},"attributeConnections":[{"__isSmartRef__":true,"id":37760},{"__isSmartRef__":true,"id":37785},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789}],"doNotSerialize":["$$fire","$$_Position","$$_Scale","$$_Rotation","$$owner"],"doNotCopyProperties":["$$fire","$$_Position","$$_Scale","$$_Rotation","$$owner"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":38086},"name":"moreButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":38087},"renderContextTable":{"__isSmartRef__":true,"id":38088},"eventHandler":{"__isSmartRef__":true,"id":38089},"priorExtent":{"__isSmartRef__":true,"id":38090},"layout":{"__isSmartRef__":true,"id":38091},"derivationIds":[1244,"C5093924-2C24-4CFD-B800-F131C46037DC","AB03EF5D-3025-4CB5-BEC2-E2C320D01FA0","817FF716-6521-4E26-BB87-16FA8F03677B","0F06625C-5212-45B6-A7D7-A07176D879F3","0ED68E94-8AB8-4A9A-A901-B500D901EAED","EF0C5FDE-98A3-45BD-8272-258EA652B5ED","98806A3E-629D-4352-BAA2-478838A8B085","A4F6BA8D-523C-411E-833E-DD810C034DB5","0CB2D4BC-8186-4D2F-BEA4-96BA094171C6","C0346302-E4FA-4685-861D-BF6C4697D40B","AC1B5887-56E7-4158-A93C-AD0CF60B3D87","9F28E804-B1DF-407A-90D2-DCF53D9BB909","1E73CC75-8F5D-42BD-9B81-7A64FDD0D205","484DD2FD-5AA0-4CEC-BB6C-1BBE9F32F6DC","AEACC2BC-5D09-41B9-A05D-2437E76BE49B","8A20C95D-D4D9-4AD5-8A55-CF241DB05538","65CA7334-2870-4045-BA15-D73FD78E21D0","19F6AD8A-BD21-4E66-9D47-F9B68C652286"],"_Position":{"__isSmartRef__":true,"id":38092},"_Scale":1,"_Rotation":0,"owner":{"__isSmartRef__":true,"id":30847},"_ClipMode":"visible","isPressed":false,"__LivelyClassName__":"lively.morphic.Button"},"37713":{"submorphs":[],"scripts":[],"id":"526EB90A-FFF5-46D9-9729-533D959689C2","shape":{"__isSmartRef__":true,"id":37714},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":45.76199368290986,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":37719},"textColor":{"__isSmartRef__":true,"id":37717},"owner":{"__isSmartRef__":true,"id":37712},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":37720}],"padding":{"__isSmartRef__":true,"id":37722},"_Padding":{"__isSmartRef__":true,"id":37723},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":37724},"_FontFamily":"Helvetica, Sans-Serif","renderContextTable":{"__isSmartRef__":true,"id":37725},"eventHandler":{"__isSmartRef__":true,"id":37726},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_Align":"center","_FontSize":10,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":45.76199368290986,"_MinTextHeight":null,"derivationIds":[1245,"0125C72B-2B04-4872-A0B1-0292F9733F9D","99E6F0CD-AA33-42BD-B6E6-3154AA491D70","DAFB157F-4F83-4402-894A-12549438C7E9","98F29C75-DB67-470E-8F9F-4B7135CE21D9","D4509212-C332-45F0-B768-69E4E0D59537","735C22EC-309F-484F-B643-48229EC6D6E5","72386EBF-DE01-4B53-9084-32841E59EE3C","8AB3572C-52F6-4F6A-B59F-9EFA069C1601","C882377D-6F5C-43E4-AEAB-996ECA6A82A1","DA159A64-D6F8-4A2F-834D-71C6289A1FC8","58923C3A-4492-4DB3-871A-DEE1219F199C","B4024F35-8AB7-43DE-BE23-2758B0EB4C26","93871BBA-3E5C-4B6F-8A5A-CB2AA4DDA546","98E9C433-F2D7-4ED4-B286-33CDFC7F8B7F","82135AAD-8041-4CA4-B78C-0D80FBA43722","358F966D-679E-4DC3-98C0-8D697712CD4E","0D4E0BD4-0743-470F-8F3B-E0602F5CE408","7F61D12A-0120-49DD-A4D5-CB25BB23ED74"],"_Scale":1,"_TextColor":{"__isSmartRef__":true,"id":118},"partsBinMetaInfo":{"__isSmartRef__":true,"id":37727},"__LivelyClassName__":"lively.morphic.Text"},"37714":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":37715},"_Extent":{"__isSmartRef__":true,"id":37716},"_BorderColor":{"__isSmartRef__":true,"id":37717},"renderContextTable":{"__isSmartRef__":true,"id":37718},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":7607},"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"37715":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37716":{"x":45.76199368290986,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37717":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37718":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37719":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37720":{"style":{"__isSmartRef__":true,"id":37721},"chunkOwner":{"__isSmartRef__":true,"id":37713},"storedString":"hide","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37721":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37722":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"37723":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"37724":{"x":45.76199368290986,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37725":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"37726":{"morph":{"__isSmartRef__":true,"id":37713},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"37727":{"requiredModules":[],"idOnLoad":"526EB90A-FFF5-46D9-9729-533D959689C2","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"37728":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":37729},"_Extent":{"__isSmartRef__":true,"id":37730},"_Fill":{"__isSmartRef__":true,"id":37731},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":37738},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":37739},"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":37740},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"37729":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37730":{"x":45.76199368290986,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37731":{"stops":[{"__isSmartRef__":true,"id":37732},{"__isSmartRef__":true,"id":37734},{"__isSmartRef__":true,"id":37735},{"__isSmartRef__":true,"id":37736}],"vector":{"__isSmartRef__":true,"id":153},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37732":{"offset":0,"color":{"__isSmartRef__":true,"id":37733}},"37733":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37734":{"offset":0.3,"color":{"__isSmartRef__":true,"id":149}},"37735":{"offset":0.7,"color":{"__isSmartRef__":true,"id":149}},"37736":{"offset":1,"color":{"__isSmartRef__":true,"id":37737}},"37737":{"r":0.7973333333333334,"g":0.7973333333333334,"b":0.7973333333333334,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37738":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37739":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37740":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"37741":{"stops":[{"__isSmartRef__":true,"id":37742},{"__isSmartRef__":true,"id":37744},{"__isSmartRef__":true,"id":37746},{"__isSmartRef__":true,"id":37748}],"vector":{"__isSmartRef__":true,"id":37750},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"37742":{"offset":0,"color":{"__isSmartRef__":true,"id":37743}},"37743":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37744":{"offset":0.4,"color":{"__isSmartRef__":true,"id":37745}},"37745":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37746":{"offset":0.6,"color":{"__isSmartRef__":true,"id":37747}},"37747":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37748":{"offset":1,"color":{"__isSmartRef__":true,"id":37749}},"37749":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37750":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"37751":{"stops":[{"__isSmartRef__":true,"id":37752},{"__isSmartRef__":true,"id":37754},{"__isSmartRef__":true,"id":37756},{"__isSmartRef__":true,"id":37758}],"vector":{"__isSmartRef__":true,"id":37750},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"37752":{"offset":0,"color":{"__isSmartRef__":true,"id":37753}},"37753":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37754":{"offset":0.4,"color":{"__isSmartRef__":true,"id":37755}},"37755":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37756":{"offset":0.6,"color":{"__isSmartRef__":true,"id":37757}},"37757":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37758":{"offset":1,"color":{"__isSmartRef__":true,"id":37759}},"37759":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37760":{"sourceObj":{"__isSmartRef__":true,"id":37712},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":30847},"targetMethodName":"toggleMorePane","visualConnector":{"__isSmartRef__":true,"id":37761},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"37761":{"submorphs":[],"scripts":[],"id":7318,"renderContextTable":{"__isSmartRef__":true,"id":37762},"shape":{"__isSmartRef__":true,"id":37763},"droppingEnabled":true,"halosEnabled":true,"eventHandler":{"__isSmartRef__":true,"id":37770},"controlPoints":[{"__isSmartRef__":true,"id":37771},{"__isSmartRef__":true,"id":37774}],"con":{"__isSmartRef__":true,"id":37760},"showsMorphMenu":true,"isCopyMorphRef":true,"morphRefId":1,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":37777},"__LivelyClassName__":"lively.morphic.Path"},"37762":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"37763":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":37764},{"__isSmartRef__":true,"id":37765}],"renderContextTable":{"__isSmartRef__":true,"id":37766},"_Position":{"__isSmartRef__":true,"id":37767},"_Extent":{"__isSmartRef__":true,"id":37768},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":37769},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"37764":{"isAbsolute":true,"x":1350.8221585389101,"y":552.65574413064,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"37765":{"isAbsolute":true,"x":625.2674590271637,"y":538.5438324747307,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"37766":{},"37767":{"x":-2,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37768":{"x":720.7977294921875,"y":13.972190856933594,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37769":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37770":{"morph":{"__isSmartRef__":true,"id":37761},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"37771":{"morph":{"__isSmartRef__":true,"id":37761},"index":0,"connectedMagnet":{"__isSmartRef__":true,"id":37772},"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"37772":{"morph":{"__isSmartRef__":true,"id":37712},"position":{"__isSmartRef__":true,"id":37773},"connectedControlPoints":[{"__isSmartRef__":true,"id":37771}],"__SourceModuleName__":"Global.lively.morphic.Connectors","__LivelyClassName__":"lively.morphic.Magnet"},"37773":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37774":{"morph":{"__isSmartRef__":true,"id":37761},"index":1,"connectedMagnet":{"__isSmartRef__":true,"id":37775},"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"37775":{"morph":{"__isSmartRef__":true,"id":30847},"position":{"__isSmartRef__":true,"id":37776},"connectedControlPoints":[{"__isSmartRef__":true,"id":37774}],"__SourceModuleName__":"Global.lively.morphic.Connectors","__LivelyClassName__":"lively.morphic.Magnet"},"37776":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37777":{"morphMenuItems":{"__isSmartRef__":true,"id":37778}},"37778":{"varMapping":{"__isSmartRef__":true,"id":37779},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":37784},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"37779":{"this":{"__isSmartRef__":true,"id":37761},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":37780}},"37780":{"$super":{"__isSmartRef__":true,"id":37781}},"37781":{"varMapping":{"__isSmartRef__":true,"id":37782},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":37783},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"37782":{"obj":{"__isSmartRef__":true,"id":37761},"name":"morphMenuItems"},"37783":{},"37784":{},"37785":{"sourceObj":{"__isSmartRef__":true,"id":37712},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":37771},"targetMethodName":"alignToMagnet","dependendConnections":[{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37800},{"__isSmartRef__":true,"id":38028},{"__isSmartRef__":true,"id":38029},{"__isSmartRef__":true,"id":38030},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37800},{"__isSmartRef__":true,"id":38028},{"__isSmartRef__":true,"id":38029},{"__isSmartRef__":true,"id":38030},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37800},{"__isSmartRef__":true,"id":38028},{"__isSmartRef__":true,"id":38029},{"__isSmartRef__":true,"id":38030},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37800},{"__isSmartRef__":true,"id":38028},{"__isSmartRef__":true,"id":38029},{"__isSmartRef__":true,"id":38030},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37800},{"__isSmartRef__":true,"id":38028},{"__isSmartRef__":true,"id":38029},{"__isSmartRef__":true,"id":38030},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37800},{"__isSmartRef__":true,"id":38028},{"__isSmartRef__":true,"id":38029},{"__isSmartRef__":true,"id":38030},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37800},{"__isSmartRef__":true,"id":38028},{"__isSmartRef__":true,"id":38029},{"__isSmartRef__":true,"id":38030},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37800},{"__isSmartRef__":true,"id":38028},{"__isSmartRef__":true,"id":38029},{"__isSmartRef__":true,"id":38030},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37800},{"__isSmartRef__":true,"id":38028},{"__isSmartRef__":true,"id":38029},{"__isSmartRef__":true,"id":38030},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37800},{"__isSmartRef__":true,"id":38028},{"__isSmartRef__":true,"id":38029},{"__isSmartRef__":true,"id":38030},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37800},{"__isSmartRef__":true,"id":38028},{"__isSmartRef__":true,"id":38029},{"__isSmartRef__":true,"id":38030},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37800},{"__isSmartRef__":true,"id":38028},{"__isSmartRef__":true,"id":38029},{"__isSmartRef__":true,"id":38030},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37800},{"__isSmartRef__":true,"id":38028},{"__isSmartRef__":true,"id":38029},{"__isSmartRef__":true,"id":38030},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37800},{"__isSmartRef__":true,"id":38028},{"__isSmartRef__":true,"id":38029},{"__isSmartRef__":true,"id":38030},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37800},{"__isSmartRef__":true,"id":38028},{"__isSmartRef__":true,"id":38029},{"__isSmartRef__":true,"id":38030},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37800},{"__isSmartRef__":true,"id":38028},{"__isSmartRef__":true,"id":38029},{"__isSmartRef__":true,"id":38030},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37800},{"__isSmartRef__":true,"id":38028},{"__isSmartRef__":true,"id":38029},{"__isSmartRef__":true,"id":38030},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37800},{"__isSmartRef__":true,"id":38028},{"__isSmartRef__":true,"id":38029},{"__isSmartRef__":true,"id":38030},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37800},{"__isSmartRef__":true,"id":38028},{"__isSmartRef__":true,"id":38029},{"__isSmartRef__":true,"id":38030},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37800},{"__isSmartRef__":true,"id":38028},{"__isSmartRef__":true,"id":38029},{"__isSmartRef__":true,"id":38030},{"__isSmartRef__":true,"id":37786},{"__isSmartRef__":true,"id":37787},{"__isSmartRef__":true,"id":37788},{"__isSmartRef__":true,"id":37789},{"__isSmartRef__":true,"id":37791},{"__isSmartRef__":true,"id":37792},{"__isSmartRef__":true,"id":37793},{"__isSmartRef__":true,"id":37794},{"__isSmartRef__":true,"id":37800},{"__isSmartRef__":true,"id":38028},{"__isSmartRef__":true,"id":38029},{"__isSmartRef__":true,"id":38030}],"oldTransform":{"__isSmartRef__":true,"id":38084},"__SourceModuleName__":"Global.lively.bindings.GeometryBindings","__LivelyClassName__":"lively.morphic.GeometryTransformConnection"},"37786":{"sourceObj":{"__isSmartRef__":true,"id":37712},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":37785},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":37785},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"37787":{"sourceObj":{"__isSmartRef__":true,"id":37712},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":37785},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":37785},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"37788":{"sourceObj":{"__isSmartRef__":true,"id":37712},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":37785},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":37785},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"37789":{"sourceObj":{"__isSmartRef__":true,"id":37712},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":37785},"targetMethodName":"updateOwners","converter":null,"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":37790},"dependedBy":{"__isSmartRef__":true,"id":37785},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"37790":{"source":{"__isSmartRef__":true,"id":37712},"target":{"__isSmartRef__":true,"id":37785}},"37791":{"sourceObj":{"__isSmartRef__":true,"id":30847},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":37785},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":37785},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"37792":{"sourceObj":{"__isSmartRef__":true,"id":30847},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":37785},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":37785},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"37793":{"sourceObj":{"__isSmartRef__":true,"id":30847},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":37785},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":37785},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"37794":{"sourceObj":{"__isSmartRef__":true,"id":30847},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":37785},"targetMethodName":"updateOwners","converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":37795},"dependedBy":{"__isSmartRef__":true,"id":37785},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":37796},"__LivelyClassName__":"AttributeConnection"},"37795":{"source":{"__isSmartRef__":true,"id":30847},"target":{"__isSmartRef__":true,"id":37785}},"37796":{"converter":{"__isSmartRef__":true,"id":37797}},"37797":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":37798},"source":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","funcProperties":{"__isSmartRef__":true,"id":37799},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"37798":{"source":{"__isSmartRef__":true,"id":30847},"target":{"__isSmartRef__":true,"id":37785}},"37799":{},"37800":{"sourceObj":{"__isSmartRef__":true,"id":37801},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":37785},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":37785},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"37801":{"submorphs":[{"__isSmartRef__":true,"id":30847},{"__isSmartRef__":true,"id":37802},{"__isSmartRef__":true,"id":37967}],"scripts":[],"shape":{"__isSmartRef__":true,"id":38020},"id":"12651FA3-ED79-4E30-8397-5755AA23863B","renderContextTable":{"__isSmartRef__":true,"id":38024},"eventHandler":{"__isSmartRef__":true,"id":38025},"droppingEnabled":false,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":38026},"LK2":true,"priorExtent":{"__isSmartRef__":true,"id":38027},"attributeConnections":[{"__isSmartRef__":true,"id":37800},{"__isSmartRef__":true,"id":38028},{"__isSmartRef__":true,"id":38029},{"__isSmartRef__":true,"id":38030},{"__isSmartRef__":true,"id":38036},{"__isSmartRef__":true,"id":38047},{"__isSmartRef__":true,"id":38048},{"__isSmartRef__":true,"id":38049}],"doNotSerialize":["$$_Position","$$_Scale","$$_Rotation","$$owner"],"doNotCopyProperties":["$$_Position","$$_Scale","$$_Rotation","$$owner"],"targetMorph":{"__isSmartRef__":true,"id":30847},"titleBar":{"__isSmartRef__":true,"id":37802},"contentOffset":{"__isSmartRef__":true,"id":38057},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":38058},"name":"PartsBinBrowser","prevDragPos":{"__isSmartRef__":true,"id":38073},"showsHalos":false,"highlighted":true,"__SourceModuleName__":"Global.lively.morphic.Widgets","isBeingDragged":false,"prevScroll":[0,0],"derivationIds":[1215,"CD1D2132-9803-45F0-938B-A3EBEFBF00C0","3DA45E92-65EE-4204-9FD1-B2937182D2A2","355D68D8-8232-482A-9523-6DB0E52810A0","A0BB5BEF-7109-48C0-A62E-DF7F9AF31E34","0C777EAA-8FAE-4CC7-9F13-BE5705616FE8","802A0A68-43C2-490F-8B92-F39EFC70898F","B3516BD2-CAA3-483F-BAFC-2CDE09EF880F","430E7A9A-C67D-44B4-A5D9-D07D7426B9D7","9DE2C4AC-0928-4F92-988A-29DD071EEC06","1BC6994F-E9DC-43BE-BC0A-76D1F52D5F13","23324C62-C0B2-40BC-901A-F734825A4726","4C8C3D09-70B0-4DBB-ABF0-03A08BD59980","BE34E85D-7B10-4886-9120-D1EB4297D09D","86EB8656-FBE4-4954-9035-0FE9EB68DCCD","35542C80-CA9F-4F55-BAB6-1481C899EFBC","5A67CE7B-B699-41DB-A547-FDC68922F28F","2155F4FD-E8CB-406E-B300-BB7A1D57515F","A80968D8-D7C7-4599-A868-4214D2A043B0"],"showLog":false,"cameForward":false,"_Position":{"__isSmartRef__":true,"id":38074},"_Scale":1.01,"_Rotation":0,"_ClipMode":"visible","owner":null,"state":"shutdown","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":38075},"__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"37802":{"submorphs":[{"__isSmartRef__":true,"id":37803},{"__isSmartRef__":true,"id":37819},{"__isSmartRef__":true,"id":37875},{"__isSmartRef__":true,"id":37912}],"scripts":[],"shape":{"__isSmartRef__":true,"id":37950},"derivationIds":[null,"CB9A7942-A126-4FEA-92F7-97C70D060BEB","FA9B3561-DB28-470D-A1EC-B8150D4DEF2A","36D680CF-892E-407E-8105-DAA6B09D71D6","1CAA1D0A-D71B-4BFE-8240-865CB7F05E0E","66C69699-50EE-40ED-8CA9-B86D0DD4E47B","BBA3CE3B-99B8-4E44-B846-2C780BAE5F52","1D8D1A51-894F-48AF-A187-A7A6A6038424","0B3AD9C5-800E-438E-9874-EAADEE1BF050","791045F5-5FFE-433E-AB6E-66953008D5BD","4FB22ED4-3DE1-44DA-A468-858694FCBEDC","069F6161-0417-4EAB-B7EE-EA3C0F0DBE2C","ACF1346E-D482-4988-8218-5C696A2A3C6D","6F3DC859-2D3F-492E-910C-0C096B44D29D","8809FE81-20B4-4A1A-BB07-C2928B51A98E","C1048D8A-113D-4A07-B546-FD3871F7E616","DAD50CCC-8DD8-4B46-8D3A-1AA617EA10C5"],"id":"91C5FD9E-0474-496A-B047-B71AED56F7F4","renderContextTable":{"__isSmartRef__":true,"id":37961},"eventHandler":{"__isSmartRef__":true,"id":37962},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":37963},"_Position":{"__isSmartRef__":true,"id":37964},"windowMorph":{"__isSmartRef__":true,"id":37801},"label":{"__isSmartRef__":true,"id":37803},"closeButton":{"__isSmartRef__":true,"id":37819},"menuButton":{"__isSmartRef__":true,"id":37875},"collapseButton":{"__isSmartRef__":true,"id":37912},"priorExtent":{"__isSmartRef__":true,"id":37965},"owner":{"__isSmartRef__":true,"id":37801},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_ClipMode":"visible","partsBinMetaInfo":{"__isSmartRef__":true,"id":37966},"__LivelyClassName__":"lively.morphic.TitleBar"},"37803":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":37804},"derivationIds":[null,"35225DC7-6AD1-4EAA-9640-2B20FCEAB44B","ED05473C-5327-4DDB-A6D6-F89AE10B9058","A8D18394-0903-41C0-B752-8734202D9666","804FDA9E-028E-4AB2-B5A6-8AE21C38056D","6AB19EC9-B24B-4260-B303-9EEBCCF28B2F","ABFDEE17-F1C9-40C0-948B-89CCE44C80BF","462C3183-AF6C-410F-B603-423FAF163161","6D943AA6-F870-468B-AA11-55A08BCE4E76","7FDA8148-A98A-40B6-8B91-AD819EFC057D","6B3F2781-16C8-4041-9146-CA879CF69017","3030E57E-86F6-443F-8A3A-F58FA7E9B6E6","BED5E2AC-01EA-4628-A64B-0B6EC3F7FA45","587AF0B0-D04D-48CD-A139-9B6E04C92260","E7304AEB-0D79-41B8-99C0-1093B2551E5A","B91F0B75-EB62-4C86-AB0E-C6ADB6ED1A5E","6409A438-1F2D-4009-ACD3-037EA3DB72F9"],"id":"DC3BABB1-8A1D-45D4-9FFC-B8A44C0086B2","renderContextTable":{"__isSmartRef__":true,"id":37810},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":37811}],"eventHandler":{"__isSmartRef__":true,"id":37813},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":37814},"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":37802},"priorExtent":{"__isSmartRef__":true,"id":37815},"_MaxTextWidth":711.7575068769036,"_MinTextWidth":711.7575068769036,"_MaxTextHeight":null,"_MinTextHeight":null,"_Position":{"__isSmartRef__":true,"id":37816},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_TextColor":{"__isSmartRef__":true,"id":37817},"partsBinMetaInfo":{"__isSmartRef__":true,"id":37818},"__LivelyClassName__":"lively.morphic.Text"},"37804":{"_Position":{"__isSmartRef__":true,"id":37805},"renderContextTable":{"__isSmartRef__":true,"id":37806},"_Extent":{"__isSmartRef__":true,"id":37807},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":37808},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":37809},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"37805":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37806":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37807":{"x":711.7575068769036,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37808":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"37809":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37810":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"37811":{"style":{"__isSmartRef__":true,"id":37812},"chunkOwner":{"__isSmartRef__":true,"id":37803},"storedString":"PartsBinBrowser","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37812":{"fontWeight":"bold","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"37813":{"morph":{"__isSmartRef__":true,"id":37803},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"37814":{"resizeWidth":true},"37815":{"x":711.7575068769036,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37816":{"x":20,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37817":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37818":{"requiredModules":[],"idOnLoad":"DC3BABB1-8A1D-45D4-9FFC-B8A44C0086B2","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"37819":{"submorphs":[{"__isSmartRef__":true,"id":37820}],"scripts":[],"shape":{"__isSmartRef__":true,"id":37833},"derivationIds":[null,"84C6AD5C-08E4-4D3E-AE1C-80ED065C7447","1EDA2278-A2B9-4AB4-9516-3DC25ACB4C27","55BA9050-F318-4DDE-AE70-6219D439298D","49C4D74C-7648-4A50-A5D6-2F0F753509B2","861E4568-E439-4FF5-8D7E-CDA56A1E95F3","C3698C70-6388-47F7-947A-5C34A6B60700","93DB8FA4-5D5C-4600-9742-3F67068D5CED","0FF9EAA0-E03A-4E1F-8771-4E0275A5AAD4","C0E85752-8EF2-42D2-BFF0-E061C4D46819","DFFC1C4F-9B94-4D3B-8A83-273625FA1D00","CB20FC8E-CA7C-4C0E-A88B-1D31ED8BC28B","4C0606D0-4382-41A7-8527-E0B161498782","984F539E-6470-4B12-9C45-EA5C47CD3424","54C7BEED-A423-4D4B-83C1-3A5E77EB9B0F","BFF0B730-20B5-4597-AE11-6A187C2F238D","B3E88B19-7A69-4033-B400-02BDC0A0A9BC"],"id":"964F444C-AF95-44EB-B8C3-1E9AB5747D0B","renderContextTable":{"__isSmartRef__":true,"id":37846},"eventHandler":{"__isSmartRef__":true,"id":37847},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":37848},"priorExtent":{"__isSmartRef__":true,"id":37849},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":37850},"lighterFill":{"__isSmartRef__":true,"id":37860},"label":{"__isSmartRef__":true,"id":37820},"owner":{"__isSmartRef__":true,"id":37802},"layout":{"__isSmartRef__":true,"id":37869},"attributeConnections":[{"__isSmartRef__":true,"id":37870},{"__isSmartRef__":true,"id":37872}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_ClipMode":"visible","partsBinMetaInfo":{"__isSmartRef__":true,"id":37874},"isPressed":false,"__LivelyClassName__":"lively.morphic.WindowControl"},"37820":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":37821},"derivationIds":[null,"57529DB3-5359-4B56-9F8B-0110DAFAFC52","9921C550-09B9-4C17-8111-D8FE86FB228B","69344588-0544-4FC7-BE21-29C4A98D0D23","81E014B3-6896-4E77-BA4A-F9EA8356F1E2","32EE1337-35F3-4EA6-93FC-58BD22920993","90D97708-997D-47B7-836D-C3951B871800","536FAD0F-5661-46AF-BD86-2FEB8DBC2962","414ED04A-576A-4076-A7B2-159032CE1614","976659CC-6C23-4928-80F8-DF0704CB4FA1","C63202CA-8588-41EA-98DE-3A3C29EAD556","1237F886-758C-4599-9D7B-2316D4920995","1ED30BF6-8E11-43B9-8FF6-7E824D85F92F","142A1685-42D6-4BC2-8624-D1432DDF09E9","7C28FD2A-4140-4DA6-A88B-ED0FD16CE7F8","207F7962-C8A4-4B3E-9550-B95B75ACD704","69AC209E-C03E-4AEB-BBCF-44554E5354E6"],"id":"E8D4CF34-5CFE-453D-AF9D-3868B1A4D4D4","renderContextTable":{"__isSmartRef__":true,"id":37826},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":37827}],"eventHandler":{"__isSmartRef__":true,"id":37829},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":37830},"priorExtent":{"__isSmartRef__":true,"id":37831},"_MaxTextWidth":15,"_MinTextWidth":15,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":37819},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"partsBinMetaInfo":{"__isSmartRef__":true,"id":37832},"__LivelyClassName__":"lively.morphic.Text"},"37821":{"_Position":{"__isSmartRef__":true,"id":37822},"renderContextTable":{"__isSmartRef__":true,"id":37823},"_Extent":{"__isSmartRef__":true,"id":37824},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":37825},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":37809},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"37822":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37823":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37824":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37825":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"37826":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"37827":{"style":{"__isSmartRef__":true,"id":37828},"chunkOwner":{"__isSmartRef__":true,"id":37820},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk"},"37828":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"37829":{"morph":{"__isSmartRef__":true,"id":37820},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"37830":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37831":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37832":{"requiredModules":[],"idOnLoad":"E8D4CF34-5CFE-453D-AF9D-3868B1A4D4D4","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"37833":{"_Position":{"__isSmartRef__":true,"id":37834},"renderContextTable":{"__isSmartRef__":true,"id":37835},"_Extent":{"__isSmartRef__":true,"id":37836},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":37837},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":37838},"_Fill":{"__isSmartRef__":true,"id":37839},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"37834":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37835":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37836":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37837":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"37838":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37839":{"stops":[{"__isSmartRef__":true,"id":37840},{"__isSmartRef__":true,"id":37842},{"__isSmartRef__":true,"id":37843},{"__isSmartRef__":true,"id":37844}],"vector":{"__isSmartRef__":true,"id":153},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37840":{"offset":0,"color":{"__isSmartRef__":true,"id":37841}},"37841":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37842":{"offset":0.3,"color":{"__isSmartRef__":true,"id":149}},"37843":{"offset":0.7,"color":{"__isSmartRef__":true,"id":149}},"37844":{"offset":1,"color":{"__isSmartRef__":true,"id":37845}},"37845":{"r":0.7973333333333334,"g":0.7973333333333334,"b":0.7973333333333334,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37846":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"37847":{"morph":{"__isSmartRef__":true,"id":37819},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"37848":{"x":750.7575068769036,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37849":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37850":{"stops":[{"__isSmartRef__":true,"id":37851},{"__isSmartRef__":true,"id":37853},{"__isSmartRef__":true,"id":37855},{"__isSmartRef__":true,"id":37857}],"vector":{"__isSmartRef__":true,"id":37859},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"37851":{"offset":0,"color":{"__isSmartRef__":true,"id":37852}},"37852":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37853":{"offset":0.4,"color":{"__isSmartRef__":true,"id":37854}},"37854":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37855":{"offset":0.6,"color":{"__isSmartRef__":true,"id":37856}},"37856":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37857":{"offset":1,"color":{"__isSmartRef__":true,"id":37858}},"37858":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37859":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"37860":{"stops":[{"__isSmartRef__":true,"id":37861},{"__isSmartRef__":true,"id":37863},{"__isSmartRef__":true,"id":37865},{"__isSmartRef__":true,"id":37867}],"vector":{"__isSmartRef__":true,"id":37859},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"37861":{"offset":0,"color":{"__isSmartRef__":true,"id":37862}},"37862":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37863":{"offset":0.4,"color":{"__isSmartRef__":true,"id":37864}},"37864":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37865":{"offset":0.6,"color":{"__isSmartRef__":true,"id":37866}},"37866":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37867":{"offset":1,"color":{"__isSmartRef__":true,"id":37868}},"37868":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37869":{"moveHorizontal":true},"37870":{"sourceObj":{"__isSmartRef__":true,"id":37819},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":37801},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":37871},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"37871":{"source":{"__isSmartRef__":true,"id":37819},"target":{"__isSmartRef__":true,"id":37801}},"37872":{"sourceObj":{"__isSmartRef__":true,"id":37819},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":37801},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":37873},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"37873":{"source":{"__isSmartRef__":true,"id":37819},"target":{"__isSmartRef__":true,"id":37801}},"37874":{"requiredModules":[],"idOnLoad":"964F444C-AF95-44EB-B8C3-1E9AB5747D0B","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"37875":{"submorphs":[{"__isSmartRef__":true,"id":37876}],"scripts":[],"shape":{"__isSmartRef__":true,"id":37889},"derivationIds":[null,"36CC1066-451F-4248-A272-77B1EA5736D7","69CDBF77-3059-4F05-8245-F654E7C609BF","1AC294AF-CF26-40BF-9B2B-39E2E2A22384","A392DCC9-50D0-478A-A26F-7235BA3B34F1","5FD70964-AD0A-4804-B34A-2E9F0F6A4B52","6A97C30C-330D-4980-90B1-0C07F3D260ED","213D23B8-6B28-40E7-9059-7F7905901965","F627C325-BB22-4CD8-A082-4CF657415475","52CBC51E-591E-4E04-9D14-7796B2DB047A","4CF896A7-5611-4441-BB8B-E9F4D5AEBD88","F4A18010-80C9-493C-A5E5-F90AA8A38EF0","6D48D797-48B6-4459-B111-46A4CDDC5DCF","263D697D-34CA-44E5-89B5-142F34284AE1","175A2DE0-9632-4E31-B6D5-A9C2DCA45E0A","B2445A17-7E07-46C6-AAB4-E84C0351FD01","DB1A19D4-9B65-445C-ADEF-440D8A363B3A"],"id":"B96C60A1-7C9D-498D-BAF3-344C6834FF49","renderContextTable":{"__isSmartRef__":true,"id":37894},"eventHandler":{"__isSmartRef__":true,"id":37895},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":37896},"priorExtent":{"__isSmartRef__":true,"id":37897},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":37850},"lighterFill":{"__isSmartRef__":true,"id":37898},"label":{"__isSmartRef__":true,"id":37876},"owner":{"__isSmartRef__":true,"id":37802},"attributeConnections":[{"__isSmartRef__":true,"id":37907},{"__isSmartRef__":true,"id":37909}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_ClipMode":"visible","partsBinMetaInfo":{"__isSmartRef__":true,"id":37911},"__LivelyClassName__":"lively.morphic.WindowControl"},"37876":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":37877},"derivationIds":[null,"11B8870D-6BAE-4862-8B99-5833D01F50B0","D7C837FB-858D-4C7A-93EF-C5AB424C3DAA","BBB55BCF-2370-440F-9C6B-FE87F65F8E09","6D5114EB-4653-4D3C-9C75-B218CB866171","48C098C9-00C0-4448-893D-EDA16C579071","563C793B-CDC3-41BE-BF58-DF6EA19556FD","ED1430B6-0141-43F2-BDD7-1AE954359582","AE5AF7F3-132A-47CD-9803-3EB60C869BAF","A840CE15-1B07-43B3-B17E-453C077BB03F","2A630580-1BC7-486C-8635-3D0985509B61","15DFD406-C3BE-442C-AF19-F41C6D05E2BA","4E96384C-2791-49B8-95E0-4A76FA9E66AB","44289495-79AE-41BC-AE2E-154E37D66352","EDBDA2D0-C659-4774-ABD5-50FDA47C490C","548B5A98-8852-4E8C-806F-2530B20A2F06","3F0D1A16-CF18-4E0A-BA6A-02EDD1831765"],"id":"2FC4E5E2-5441-40D4-ACF0-210259E32FA2","renderContextTable":{"__isSmartRef__":true,"id":37882},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":37883}],"eventHandler":{"__isSmartRef__":true,"id":37885},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":37886},"priorExtent":{"__isSmartRef__":true,"id":37887},"_MaxTextWidth":15,"_MinTextWidth":15,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":37875},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"partsBinMetaInfo":{"__isSmartRef__":true,"id":37888},"__LivelyClassName__":"lively.morphic.Text"},"37877":{"_Position":{"__isSmartRef__":true,"id":37878},"renderContextTable":{"__isSmartRef__":true,"id":37879},"_Extent":{"__isSmartRef__":true,"id":37880},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":37881},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":37809},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"37878":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37879":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37880":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37881":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"37882":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"37883":{"style":{"__isSmartRef__":true,"id":37884},"chunkOwner":{"__isSmartRef__":true,"id":37876},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk"},"37884":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"37885":{"morph":{"__isSmartRef__":true,"id":37876},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"37886":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37887":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37888":{"requiredModules":[],"idOnLoad":"2FC4E5E2-5441-40D4-ACF0-210259E32FA2","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"37889":{"_Position":{"__isSmartRef__":true,"id":37890},"renderContextTable":{"__isSmartRef__":true,"id":37891},"_Extent":{"__isSmartRef__":true,"id":37892},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":37893},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":37838},"_Fill":{"__isSmartRef__":true,"id":37850},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"37890":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37891":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37892":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37893":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"37894":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"37895":{"morph":{"__isSmartRef__":true,"id":37875},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"37896":{"x":3,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37897":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37898":{"stops":[{"__isSmartRef__":true,"id":37899},{"__isSmartRef__":true,"id":37901},{"__isSmartRef__":true,"id":37903},{"__isSmartRef__":true,"id":37905}],"vector":{"__isSmartRef__":true,"id":37859},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"37899":{"offset":0,"color":{"__isSmartRef__":true,"id":37900}},"37900":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37901":{"offset":0.4,"color":{"__isSmartRef__":true,"id":37902}},"37902":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37903":{"offset":0.6,"color":{"__isSmartRef__":true,"id":37904}},"37904":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37905":{"offset":1,"color":{"__isSmartRef__":true,"id":37906}},"37906":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37907":{"sourceObj":{"__isSmartRef__":true,"id":37875},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":37801},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":37908},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"37908":{"source":{"__isSmartRef__":true,"id":37875},"target":{"__isSmartRef__":true,"id":37801}},"37909":{"sourceObj":{"__isSmartRef__":true,"id":37875},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":37801},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":37910},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"37910":{"source":{"__isSmartRef__":true,"id":37875},"target":{"__isSmartRef__":true,"id":37801}},"37911":{"requiredModules":[],"idOnLoad":"B96C60A1-7C9D-498D-BAF3-344C6834FF49","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"37912":{"submorphs":[{"__isSmartRef__":true,"id":37913}],"scripts":[],"shape":{"__isSmartRef__":true,"id":37926},"derivationIds":[null,"A4716D24-333D-4F87-B30D-693046A4CC11","09521FBD-32DD-4AD7-B9E6-7B3E537AF883","D971E4B7-1DF3-4B21-A73D-24F6EF12F679","C69F70E3-3EBE-4169-AB1B-B6C8A043B95B","F8D9EA1D-0D64-4375-B8B5-4F1F2C5E8541","9FEA18A8-D928-4A43-8017-C0FD088C4B63","F7BA92FD-2CCD-457D-9CD7-19DAEB009515","42A9124E-92FB-4186-8BBF-77CCF3B1002D","E4B2ACF0-0CFD-48E0-9FC7-88AB03BFEB57","47122BD1-0F90-476F-B57A-CFB1E83C3454","99132533-64B7-4959-87A7-6A49B7BA9484","EED63A15-CE25-476F-9DD2-049DB7D07635","665D04DB-D28A-4C4F-957B-532239267CDB","E4A0074C-58B4-4984-9F8D-D5351BECE693","12892E3C-39E1-43D3-B9C1-225F0F6763CF","E1836464-B7F9-4C9D-B59D-847BFE6F255E"],"id":"C698868B-0409-4C59-A1AF-228814339F27","renderContextTable":{"__isSmartRef__":true,"id":37931},"eventHandler":{"__isSmartRef__":true,"id":37932},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":37933},"priorExtent":{"__isSmartRef__":true,"id":37934},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":37850},"lighterFill":{"__isSmartRef__":true,"id":37935},"label":{"__isSmartRef__":true,"id":37913},"owner":{"__isSmartRef__":true,"id":37802},"layout":{"__isSmartRef__":true,"id":37944},"attributeConnections":[{"__isSmartRef__":true,"id":37945},{"__isSmartRef__":true,"id":37947}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_ClipMode":"visible","partsBinMetaInfo":{"__isSmartRef__":true,"id":37949},"__LivelyClassName__":"lively.morphic.WindowControl"},"37913":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":37914},"derivationIds":[null,"862E80E4-0CC5-48AC-A76F-A35D7FE1FC5B","C6CA8AE7-6702-4867-9BD1-9D3A42821A1F","BA5B9281-B182-4EBA-9D02-BBA304CC959B","2289C593-75CE-45EE-B698-E0E9DB527628","3FDADAEC-E6C1-4220-A68C-8FAA386B6562","2D55EBB5-8584-4626-AD2C-EA1DCF3BF923","50B8B19C-917D-4AE4-8231-9FDDAA188B87","B9607C92-DDD9-4801-9B70-45F2A69CEF51","3628DA72-F4AC-4E17-AB7D-7CCF7A5C83EA","BC0DDE29-DC64-424F-A5DE-0E0444CA46F8","869BA70C-9DE5-4BF0-A4BC-49166294A98D","4A1D1888-02A8-4F46-9021-0EDD77D72BFD","38E2DF86-6A85-4423-80C4-D27E21393E62","738C83E8-15DD-479B-9E84-DC5BBA74D812","B26A29AF-3FDE-4D29-9B9C-112202A4F0CB","5C9E346F-566B-48C8-A5EF-9511A1D0D0B1"],"id":"A4AB209F-9041-4005-9C7C-A5E306562AE1","renderContextTable":{"__isSmartRef__":true,"id":37919},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":37920}],"eventHandler":{"__isSmartRef__":true,"id":37922},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":37923},"priorExtent":{"__isSmartRef__":true,"id":37924},"_MaxTextWidth":15,"_MinTextWidth":15,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":37912},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"partsBinMetaInfo":{"__isSmartRef__":true,"id":37925},"__LivelyClassName__":"lively.morphic.Text"},"37914":{"_Position":{"__isSmartRef__":true,"id":37915},"renderContextTable":{"__isSmartRef__":true,"id":37916},"_Extent":{"__isSmartRef__":true,"id":37917},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":37918},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":37809},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"37915":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37916":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37917":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37918":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"37919":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"37920":{"style":{"__isSmartRef__":true,"id":37921},"chunkOwner":{"__isSmartRef__":true,"id":37913},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk"},"37921":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"37922":{"morph":{"__isSmartRef__":true,"id":37913},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"37923":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37924":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37925":{"requiredModules":[],"idOnLoad":"A4AB209F-9041-4005-9C7C-A5E306562AE1","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"37926":{"_Position":{"__isSmartRef__":true,"id":37927},"renderContextTable":{"__isSmartRef__":true,"id":37928},"_Extent":{"__isSmartRef__":true,"id":37929},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":37930},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":37838},"_Fill":{"__isSmartRef__":true,"id":37850},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"37927":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37928":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37929":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37930":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"37931":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"37932":{"morph":{"__isSmartRef__":true,"id":37912},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"37933":{"x":731.7575068769036,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37934":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37935":{"stops":[{"__isSmartRef__":true,"id":37936},{"__isSmartRef__":true,"id":37938},{"__isSmartRef__":true,"id":37940},{"__isSmartRef__":true,"id":37942}],"vector":{"__isSmartRef__":true,"id":37859},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"37936":{"offset":0,"color":{"__isSmartRef__":true,"id":37937}},"37937":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37938":{"offset":0.4,"color":{"__isSmartRef__":true,"id":37939}},"37939":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37940":{"offset":0.6,"color":{"__isSmartRef__":true,"id":37941}},"37941":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37942":{"offset":1,"color":{"__isSmartRef__":true,"id":37943}},"37943":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37944":{"moveHorizontal":true},"37945":{"sourceObj":{"__isSmartRef__":true,"id":37912},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":37801},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":37946},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"37946":{"source":{"__isSmartRef__":true,"id":37912},"target":{"__isSmartRef__":true,"id":37801}},"37947":{"sourceObj":{"__isSmartRef__":true,"id":37912},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":37801},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":37948},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"37948":{"source":{"__isSmartRef__":true,"id":37912},"target":{"__isSmartRef__":true,"id":37801}},"37949":{"requiredModules":[],"idOnLoad":"C698868B-0409-4C59-A1AF-228814339F27","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"37950":{"_Position":{"__isSmartRef__":true,"id":37951},"renderContextTable":{"__isSmartRef__":true,"id":37952},"_Extent":{"__isSmartRef__":true,"id":37953},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":37954},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":37955},"_Fill":{"__isSmartRef__":true,"id":37956},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"37951":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37952":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37953":{"x":770.7575068769036,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37954":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"37955":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37956":{"stops":[{"__isSmartRef__":true,"id":37957},{"__isSmartRef__":true,"id":37959}],"vector":{"__isSmartRef__":true,"id":153},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"37957":{"offset":0,"color":{"__isSmartRef__":true,"id":37958}},"37958":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37959":{"offset":1,"color":{"__isSmartRef__":true,"id":37960}},"37960":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37961":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"37962":{"morph":{"__isSmartRef__":true,"id":37802},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"37963":{"resizeWidth":true,"adjustForNewBounds":true},"37964":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37965":{"x":770.7575068769036,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37966":{"requiredModules":[],"idOnLoad":"91C5FD9E-0474-496A-B047-B71AED56F7F4","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"37967":{"submorphs":[],"scripts":[],"id":"DED5A253-EFA0-460E-9144-D604A9D62FF6","shape":{"__isSmartRef__":true,"id":37968},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":37975},"showsHalos":false,"name":"ResizeCorner","partsBinMetaInfo":{"__isSmartRef__":true,"id":37976},"__SourceModuleName__":"Global.lively.morphic.Core","draggingEnabled":true,"dragStartPoint":null,"originalExtent":{"__isSmartRef__":true,"id":37977},"originalTargetExtent":null,"renderContextTable":{"__isSmartRef__":true,"id":37978},"eventHandler":{"__isSmartRef__":true,"id":37979},"priorExtent":{"__isSmartRef__":true,"id":37980},"originalTargetInnerBounds":null,"isResizeCorner":true,"relativeOrigin":null,"derivationIds":[7147,"16E962DF-21E9-4FE6-8B9B-953F0E908113","ADD0B5C0-0DC6-4D8E-9C2A-0EC7E3C71F21","25C53CC1-53E0-44A6-8E16-A56606A19EF0","50F19BF2-9607-4419-A8C2-0352B0A6FF57","56B7FFB1-61EA-47B9-AC63-A78EA3203E0F","7ED9D491-F8A0-41CA-ADCC-D29EB7805558"],"moved":true,"attributeConnections":[{"__isSmartRef__":true,"id":37981}],"doNotSerialize":["$$cornerName"],"doNotCopyProperties":["$$cornerName"],"originalTargetBounds":null,"cornerName":"bottomRight","owner":{"__isSmartRef__":true,"id":37801},"_Rotation":0,"_Scale":0.9920279440699439,"_ClipMode":"visible","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":37982},"__LivelyClassName__":"lively.morphic.Box"},"37968":{"position":{"__isSmartRef__":true,"id":37969},"_Extent":{"__isSmartRef__":true,"id":37970},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":37971},"_Fill":{"__isSmartRef__":true,"id":37972},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":37973},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":37974},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"37969":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37970":{"x":10,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37971":{"r":0.568,"g":0.568,"b":0.568,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"37972":{"r":0.258,"g":0.258,"b":0.258,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"37973":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"37974":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"37975":{"x":760.8372274362041,"y":497.3295572430021,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37976":{"partsSpaceName":"PartsBin/Widgets/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Resize an object without using halos.","partName":"ResizeCorner","revisionOnLoad":140152,"idOnLoad":"DED5A253-EFA0-460E-9144-D604A9D62FF6","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"37977":{"x":239,"y":138,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37978":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"37979":{"morph":{"__isSmartRef__":true,"id":37967},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"37980":{"x":10,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"37981":{"sourceObj":{"__isSmartRef__":true,"id":37967},"sourceAttrName":"cornerName","targetObj":{"__isSmartRef__":true,"id":37967},"targetMethodName":"alignToOwner","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"37982":{"onDrag":{"__isSmartRef__":true,"id":37983},"onDragEnd":{"__isSmartRef__":true,"id":37991},"onDragStart":{"__isSmartRef__":true,"id":37999},"reset":{"__isSmartRef__":true,"id":38007},"morphMenuItems":{"__isSmartRef__":true,"id":38010},"alignToOwner":{"__isSmartRef__":true,"id":38017}},"37983":{"varMapping":{"__isSmartRef__":true,"id":37984},"source":"function onDrag(evt) {\n // alert(\"onDrag\")\n // this.owner.setPosition(pt(0,0))\n // this.owner.setOrigin(pt(0,0))\n var moveDelta = evt.mousePoint.subPt(this.dragStartPoint)\n \n // moveDelta = moveDelta.maxPt(pt(0,0))\n var ownerExtent = this.owner.getExtent();\n\n // TODO does not work\n if (evt.isShiftDown()) {\n var maxDelta = Math.max(moveDelta.x, moveDelta.y);\n if (maxDelta == 0) return;\n var factor = ownerExtent.x / ownerExtent.y\n moveDelta = pt(maxDelta * factor, maxDelta )\n }\n var accessor = \"with\" + this.cornerName.charAt(0).toUpperCase() + this.cornerName.substring(1);\n\n var newCorner = this.originalTargetBounds[this.cornerName]().addPt(moveDelta);\n var newBounds = this.originalTargetBounds[accessor ](newCorner);\n\n this.owner.setBounds(newBounds);\n \n // var newExtent = this.originalTargetExtent.addPt(moveDelta)\n // alertOK(\"new extent\" + newExtent)\n // this.owner.setExtent(newExtent);\n this.owner.submorphs.select(function(ea) {\n return ea.isResizeCorner\n }).invoke('alignToOwner');\n if (this.owner.halos) {\n this.owner.halos.invoke('alignAtTarget')\n }\n // alertOK(\"relative \" + this.relativeOrigin)\n var newOrigin = pt(0,0).extent(this.owner.getExtent()).relativeToAbsPoint(this.relativeOrigin)\n\n // TODO IMPLEMENT updating the origin does not work yet\n // this.owner.setOrigin(newOrigin);\n // alertOK(\"new origin \" + newOrigin)\n\n}","funcProperties":{"__isSmartRef__":true,"id":37989},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"37984":{"this":{"__isSmartRef__":true,"id":37967},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":37985}},"37985":{"$super":{"__isSmartRef__":true,"id":37986}},"37986":{"varMapping":{"__isSmartRef__":true,"id":37987},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":37988},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"37987":{"obj":{"__isSmartRef__":true,"id":37967},"name":"onDrag"},"37988":{},"37989":{"timestamp":{"__isSmartRef__":true,"id":37990},"user":"sstamm","tags":[]},"37990":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:08:52 GMT+0100 (Mitteleuropäische Zeit)"},"37991":{"varMapping":{"__isSmartRef__":true,"id":37992},"source":"function onDragEnd(evt) {\n this.dragStartPoint = null;\n this.originalTargetBounds = null;\n this.relativeOrigin = null;\n}","funcProperties":{"__isSmartRef__":true,"id":37997},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"37992":{"this":{"__isSmartRef__":true,"id":37967},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":37993}},"37993":{"$super":{"__isSmartRef__":true,"id":37994}},"37994":{"varMapping":{"__isSmartRef__":true,"id":37995},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":37996},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"37995":{"obj":{"__isSmartRef__":true,"id":37967},"name":"onDragEnd"},"37996":{},"37997":{"timestamp":{"__isSmartRef__":true,"id":37998},"user":"sstamm","tags":[]},"37998":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:09:00 GMT+0100 (Mitteleuropäische Zeit)"},"37999":{"varMapping":{"__isSmartRef__":true,"id":38000},"source":"function onDragStart(evt) {\n var absToRelativePoint = function (r, absPt) {\n\t\treturn new Point(\n\t\t\t(absPt.x - r.x) / r.width,\n\t\t\t(absPt.y - r.y) / r.height)\n\t}\n // absToRelativePoint(new Rectangle(10,10,100,100), pt(20,20))\n // absToRelativePoint(new Rectangle(10,10,100,100), pt(0,0))\n // absToRelativePoint(new Rectangle(-100,-100,200,200), pt(0,0))\n\n\n this.dragStartPoint = evt.mousePoint;\n this.originalTargetBounds= this.owner.bounds();\n this.relativeOrigin = absToRelativePoint(pt(0,0).extent(this.owner.getExtent()), this.owner.getOrigin())\n}","funcProperties":{"__isSmartRef__":true,"id":38005},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"38000":{"this":{"__isSmartRef__":true,"id":37967},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":38001}},"38001":{"$super":{"__isSmartRef__":true,"id":38002}},"38002":{"varMapping":{"__isSmartRef__":true,"id":38003},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":38004},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"38003":{"obj":{"__isSmartRef__":true,"id":37967},"name":"onDragStart"},"38004":{},"38005":{"timestamp":{"__isSmartRef__":true,"id":38006},"user":"sstamm","tags":[]},"38006":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:08:40 GMT+0100 (Mitteleuropäische Zeit)"},"38007":{"varMapping":{"__isSmartRef__":true,"id":38008},"source":"function reset() {\n this.isResizeCorner = true\n this.cornerName = 'bottomRight'\n this.setExtent(pt(10,10));\n this.setPosition(pt(0,0))\n}","funcProperties":{"__isSmartRef__":true,"id":38009},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"38008":{"this":{"__isSmartRef__":true,"id":37967}},"38009":{},"38010":{"varMapping":{"__isSmartRef__":true,"id":38011},"source":"function morphMenuItems() {\n return $super().concat([\n [\"corner\", [\n [\"top left\", function() { this.cornerName = 'topLeft'}.bind(this)],\n [\"top right\", function() { this.cornerName = 'topRight'}.bind(this)],\n [\"bottom right\", function() { this.cornerName = 'bottomRight'}.bind(this)],\n [\"bottom left\", function() { this.cornerName = 'bottomLeft'}.bind(this)],\n ]]\n ])\t\n}","funcProperties":{"__isSmartRef__":true,"id":38016},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"38011":{"this":{"__isSmartRef__":true,"id":37967},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":38012}},"38012":{"$super":{"__isSmartRef__":true,"id":38013}},"38013":{"varMapping":{"__isSmartRef__":true,"id":38014},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":38015},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"38014":{"obj":{"__isSmartRef__":true,"id":37967},"name":"morphMenuItems"},"38015":{},"38016":{},"38017":{"varMapping":{"__isSmartRef__":true,"id":38018},"source":"function alignToOwner() {\n this.align(this.bounds()[this.cornerName](), this.owner.shape.bounds()[this.cornerName]() )\n}","funcProperties":{"__isSmartRef__":true,"id":38019},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"38018":{"this":{"__isSmartRef__":true,"id":37967}},"38019":{},"38020":{"renderContextTable":{"__isSmartRef__":true,"id":38021},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":38022},"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":38023},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"38021":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"38022":{"x":770.7575068769036,"y":507.2498366837016,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"38023":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"38024":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"38025":{"morph":{"__isSmartRef__":true,"id":37801},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"38026":{"adjustForNewBounds":true},"38027":{"x":770.7575068769036,"y":507.2498366837016,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"38028":{"sourceObj":{"__isSmartRef__":true,"id":37801},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":37785},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":37785},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"38029":{"sourceObj":{"__isSmartRef__":true,"id":37801},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":37785},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":37785},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"38030":{"sourceObj":{"__isSmartRef__":true,"id":37801},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":37785},"targetMethodName":"updateOwners","converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":38031},"dependedBy":{"__isSmartRef__":true,"id":37785},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":38032},"__LivelyClassName__":"AttributeConnection"},"38031":{"source":{"__isSmartRef__":true,"id":37801},"target":{"__isSmartRef__":true,"id":37785}},"38032":{"converter":{"__isSmartRef__":true,"id":38033}},"38033":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":38034},"source":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","funcProperties":{"__isSmartRef__":true,"id":38035},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"38034":{"source":{"__isSmartRef__":true,"id":37801},"target":{"__isSmartRef__":true,"id":37785}},"38035":{},"38036":{"sourceObj":{"__isSmartRef__":true,"id":37801},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":38037},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":38037},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"38037":{"sourceObj":{"__isSmartRef__":true,"id":30847},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":37774},"targetMethodName":"alignToMagnet","dependendConnections":[{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38036},{"__isSmartRef__":true,"id":38047},{"__isSmartRef__":true,"id":38048},{"__isSmartRef__":true,"id":38049},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38036},{"__isSmartRef__":true,"id":38047},{"__isSmartRef__":true,"id":38048},{"__isSmartRef__":true,"id":38049},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38036},{"__isSmartRef__":true,"id":38047},{"__isSmartRef__":true,"id":38048},{"__isSmartRef__":true,"id":38049},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38036},{"__isSmartRef__":true,"id":38047},{"__isSmartRef__":true,"id":38048},{"__isSmartRef__":true,"id":38049},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38036},{"__isSmartRef__":true,"id":38047},{"__isSmartRef__":true,"id":38048},{"__isSmartRef__":true,"id":38049},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38036},{"__isSmartRef__":true,"id":38047},{"__isSmartRef__":true,"id":38048},{"__isSmartRef__":true,"id":38049},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38036},{"__isSmartRef__":true,"id":38047},{"__isSmartRef__":true,"id":38048},{"__isSmartRef__":true,"id":38049},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38036},{"__isSmartRef__":true,"id":38047},{"__isSmartRef__":true,"id":38048},{"__isSmartRef__":true,"id":38049},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38036},{"__isSmartRef__":true,"id":38047},{"__isSmartRef__":true,"id":38048},{"__isSmartRef__":true,"id":38049},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38036},{"__isSmartRef__":true,"id":38047},{"__isSmartRef__":true,"id":38048},{"__isSmartRef__":true,"id":38049},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38036},{"__isSmartRef__":true,"id":38047},{"__isSmartRef__":true,"id":38048},{"__isSmartRef__":true,"id":38049},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38036},{"__isSmartRef__":true,"id":38047},{"__isSmartRef__":true,"id":38048},{"__isSmartRef__":true,"id":38049},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38036},{"__isSmartRef__":true,"id":38047},{"__isSmartRef__":true,"id":38048},{"__isSmartRef__":true,"id":38049},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38036},{"__isSmartRef__":true,"id":38047},{"__isSmartRef__":true,"id":38048},{"__isSmartRef__":true,"id":38049},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38036},{"__isSmartRef__":true,"id":38047},{"__isSmartRef__":true,"id":38048},{"__isSmartRef__":true,"id":38049},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38036},{"__isSmartRef__":true,"id":38047},{"__isSmartRef__":true,"id":38048},{"__isSmartRef__":true,"id":38049},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38036},{"__isSmartRef__":true,"id":38047},{"__isSmartRef__":true,"id":38048},{"__isSmartRef__":true,"id":38049},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38036},{"__isSmartRef__":true,"id":38047},{"__isSmartRef__":true,"id":38048},{"__isSmartRef__":true,"id":38049},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38036},{"__isSmartRef__":true,"id":38047},{"__isSmartRef__":true,"id":38048},{"__isSmartRef__":true,"id":38049},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38036},{"__isSmartRef__":true,"id":38047},{"__isSmartRef__":true,"id":38048},{"__isSmartRef__":true,"id":38049},{"__isSmartRef__":true,"id":38038},{"__isSmartRef__":true,"id":38039},{"__isSmartRef__":true,"id":38040},{"__isSmartRef__":true,"id":38041},{"__isSmartRef__":true,"id":38036},{"__isSmartRef__":true,"id":38047},{"__isSmartRef__":true,"id":38048},{"__isSmartRef__":true,"id":38049}],"oldTransform":{"__isSmartRef__":true,"id":38055},"__SourceModuleName__":"Global.lively.bindings.GeometryBindings","__LivelyClassName__":"lively.morphic.GeometryTransformConnection"},"38038":{"sourceObj":{"__isSmartRef__":true,"id":30847},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":38037},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":38037},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"38039":{"sourceObj":{"__isSmartRef__":true,"id":30847},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":38037},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":38037},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"38040":{"sourceObj":{"__isSmartRef__":true,"id":30847},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":38037},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":38037},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"38041":{"sourceObj":{"__isSmartRef__":true,"id":30847},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":38037},"targetMethodName":"updateOwners","converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":38042},"dependedBy":{"__isSmartRef__":true,"id":38037},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":38043},"__LivelyClassName__":"AttributeConnection"},"38042":{"source":{"__isSmartRef__":true,"id":30847},"target":{"__isSmartRef__":true,"id":38037}},"38043":{"converter":{"__isSmartRef__":true,"id":38044}},"38044":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":38045},"source":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","funcProperties":{"__isSmartRef__":true,"id":38046},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"38045":{"source":{"__isSmartRef__":true,"id":30847},"target":{"__isSmartRef__":true,"id":38037}},"38046":{},"38047":{"sourceObj":{"__isSmartRef__":true,"id":37801},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":38037},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":38037},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"38048":{"sourceObj":{"__isSmartRef__":true,"id":37801},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":38037},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":38037},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"38049":{"sourceObj":{"__isSmartRef__":true,"id":37801},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":38037},"targetMethodName":"updateOwners","converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":38050},"dependedBy":{"__isSmartRef__":true,"id":38037},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":38051},"__LivelyClassName__":"AttributeConnection"},"38050":{"source":{"__isSmartRef__":true,"id":37801},"target":{"__isSmartRef__":true,"id":38037}},"38051":{"converter":{"__isSmartRef__":true,"id":38052}},"38052":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":38053},"source":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","funcProperties":{"__isSmartRef__":true,"id":38054},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"38053":{"source":{"__isSmartRef__":true,"id":37801},"target":{"__isSmartRef__":true,"id":38037}},"38054":{},"38055":{"d":1.01,"a":1.01,"f":538.5438324747307,"e":625.2674590271637,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":38056},"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"38056":{"a":1.01,"b":0,"c":0,"d":1.01,"e":625.2674590271637,"f":538.5438324747307,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"38057":{"x":0,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"38058":{"partsSpaceName":"PartsBin/Tools","__SourceModuleName__":"Global.lively.PartsBin","requiredModules":["lively.PartsBin"],"migrationLevel":4,"comment":"Browser for a Parts repository.","partName":"PartsBinBrowser","changes":[{"__isSmartRef__":true,"id":38059},{"__isSmartRef__":true,"id":38061},{"__isSmartRef__":true,"id":38063},{"__isSmartRef__":true,"id":38065},{"__isSmartRef__":true,"id":38067},{"__isSmartRef__":true,"id":38069},{"__isSmartRef__":true,"id":38071}],"revisionOnLoad":154277,"idOnLoad":"12651FA3-ED79-4E30-8397-5755AA23863B","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"38059":{"date":{"__isSmartRef__":true,"id":38060},"author":"athomschke","message":"style","id":"5575D312-033A-47A5-B889-C43BE97C3AAA"},"38060":{"isSerializedDate":true,"string":"Wed Feb 08 2012 12:02:38 GMT+0100 (Mitteleuropäische Zeit)"},"38061":{"date":{"__isSmartRef__":true,"id":38062},"author":"markoroeder","message":"Reset to clean copy. Added this.categories to doNotSerialize list.","id":"1D9493E9-B229-4716-8649-F1333D5133D0"},"38062":{"isSerializedDate":true,"string":"Thu Jan 05 2012 15:19:05 GMT+0100 (Mitteleuropäische Zeit)"},"38063":{"date":{"__isSmartRef__":true,"id":38064},"author":"sstamm","message":"","id":"3466A0DA-C96D-4997-8182-AFB6DF99C988"},"38064":{"isSerializedDate":true,"string":"Wed Feb 08 2012 12:13:30 GMT+0100 (Mitteleuropäische Zeit)"},"38065":{"date":{"__isSmartRef__":true,"id":38066},"author":"fabian","message":"moved PartsBin out of core","id":"69D747F9-EDB5-478D-B0DE-C4CEBFDF1E9A"},"38066":{"isSerializedDate":true,"string":"Wed Feb 22 2012 23:40:13 GMT+0100 (Mitteleuropäische Zeit)"},"38067":{"date":{"__isSmartRef__":true,"id":38068},"author":"fabian","message":"","id":"3DABC39F-D8E9-4EA8-AB40-719739AD92DF"},"38068":{"isSerializedDate":true,"string":"Thu Feb 23 2012 00:14:10 GMT+0100 (Mitteleuropäische Zeit)"},"38069":{"date":{"__isSmartRef__":true,"id":38070},"author":"jenslincke","message":"- fixed searching and latest after moving the parts bin","id":"C6CF2A78-407E-4691-B5D6-914977DEAD8B"},"38070":{"isSerializedDate":true,"string":"Thu Feb 23 2012 18:40:33 GMT+0100 (Mitteleuropäische Zeit)"},"38071":{"date":{"__isSmartRef__":true,"id":38072},"author":"undefined","message":"- reload everything on restore","id":"34468222-F3C8-4636-B202-27DFAD734B8A"},"38072":{"isSerializedDate":true,"string":"Sat Mar 10 2012 11:26:28 GMT+0100 (Mitteleuropäische Zeit)"},"38073":{"x":1187,"y":529,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"38074":{"x":625.2674590271636,"y":517.3338324747307,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"38075":{"onLoadFromPartsBin":{"__isSmartRef__":true,"id":38076}},"38076":{"varMapping":{"__isSmartRef__":true,"id":38077},"source":"function onLoadFromPartsBin() {\n\t$super();\n\tthis.targetMorph.reloadEverything();\n}","funcProperties":{"__isSmartRef__":true,"id":38082},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"38077":{"this":{"__isSmartRef__":true,"id":37801},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":38078}},"38078":{"$super":{"__isSmartRef__":true,"id":38079}},"38079":{"varMapping":{"__isSmartRef__":true,"id":38080},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":38081},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"38080":{"obj":{"__isSmartRef__":true,"id":37801},"name":"onLoadFromPartsBin"},"38081":{},"38082":{"user":"robertkrahn","timestamp":{"__isSmartRef__":true,"id":38083}},"38083":{"isSerializedDate":true,"string":"Mon Jun 27 2011 10:54:32 GMT+0200 (Mitteleuropäische Sommerzeit)"},"38084":{"d":1.01,"a":1.01,"f":552.65574413064,"e":1350.8221585389101,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":38085},"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"38085":{"a":1.01,"b":0,"c":0,"d":1.01,"e":1350.8221585389101,"f":552.65574413064,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"38086":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"38087":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","partName":"Button","idOnLoad":"45DFCF97-4B4D-449A-B5DA-1E824AEAA639","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"38088":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"38089":{"morph":{"__isSmartRef__":true,"id":37712},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"38090":{"x":46.754037491637405,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"38091":{"moveHorizontal":true},"38092":{"x":718.3709896155905,"y":13.972189758325953,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"38093":{"position":{"__isSmartRef__":true,"id":38094},"_Extent":{"__isSmartRef__":true,"id":38095},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":38096},"_Fill":{"__isSmartRef__":true,"id":38097},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":38098},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":38099},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"38094":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"38095":{"x":770.7575068769036,"y":487.2498366837016,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"38096":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"38097":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"38098":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"38099":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"38100":{"partsSpaceName":"PartsBin/Tools","__SourceModuleName__":"Global.lively.PartsBin","requiredModules":["lively.PartsBin","apps.DateFormat"],"migrationLevel":4,"comment":"Browser for a Parts repository.","partName":"PartsBinBrowser","changes":[{"__isSmartRef__":true,"id":38101}],"idOnLoad":"92C09E7C-4942-4B3A-8BAF-073A42F7C01B","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"38101":{"date":{"__isSmartRef__":true,"id":38102},"author":"markoroeder","message":"Reset to clean copy. Added this.categories to doNotSerialize list.","id":"1D9493E9-B229-4716-8649-F1333D5133D0"},"38102":{"isSerializedDate":true,"string":"Thu Jan 05 2012 15:19:05 GMT+0100 (Mitteleuropäische Zeit)"},"38103":{"sourceObj":{"__isSmartRef__":true,"id":30847},"sourceAttrName":"categoryName","targetObj":{"__isSmartRef__":true,"id":30847},"targetMethodName":"loadPartsOfCategory","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"38104":{"resizeWidth":true,"resizeHeight":true,"adjustForNewBounds":true},"38105":{"x":770.7575068769036,"y":487.2498366837016,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"38106":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"38107":{"morph":{"__isSmartRef__":true,"id":30847},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"38108":{"toggleMorePane":{"__isSmartRef__":true,"id":38109}},"38109":{},"38110":{"x":5.684341886080802e-14,"y":21.000000000000007,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"38111":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Holger/EventsLimiter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38112":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Holger/EventsLimiter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38113":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Holger/EventsLimiter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38114":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/EmptyElProfesor.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38115":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnConnections.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38116":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/EmptyElProfesor.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38117":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnConnections.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38118":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnLivelyKernel.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38119":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnLivelyKernel.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38120":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnMorphs.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38121":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/EmptyElProfesor.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38122":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnConnections.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38123":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnMorphs.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38124":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnLivelyKernel.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38125":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnMorphs.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38126":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomTile.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38127":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomTile.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38128":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TwitterSource.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38129":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomTile.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38130":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TwitterSource.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38131":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataCustomerTile.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38132":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataCustomerTile.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38133":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TwitterSource.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38134":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataCustomerTile.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38135":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImage.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38136":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImage.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38137":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileText.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38138":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileText.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38139":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImage.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38140":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileText.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38141":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileLink.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38142":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataTileSourceSearch.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38143":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileLink.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38144":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataTileSourceSearch.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38145":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomSource.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38146":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileFeed.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38147":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileLink.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38148":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomSource.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38149":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileFeed.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38150":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataTileSourceSearch.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38151":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomSource.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38152":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileFeed.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38153":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/BasicTile.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38154":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataShipperTile.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38155":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/BasicTile.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38156":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataShipperTile.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38157":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImageBase64.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38158":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/BasicTile.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38159":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TweetTile.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38160":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImageBase64.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38161":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataShipperTile.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38162":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TweetTile.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38163":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImageBase64.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38164":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TweetTile.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38165":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BPCGrid.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38166":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/MethodFinderPane.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38167":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38168":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/SeverEditorPane.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38169":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/ToolTabPane.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38170":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/FileEditorPane.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38171":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/SeverEditorPane.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38172":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/MethodFinderPane.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38173":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38174":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/SeverEditorPane.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38175":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/ToolTabPane.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38176":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/FileEditorPane.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38177":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/ToolTabPane.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38178":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/FileEditorPane.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38179":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/MethodFinderPane.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38180":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38181":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridFactory.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38182":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridWorker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38183":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridWorker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38184":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/DummyRegistry.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38185":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridFactory.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38186":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/DummyRegistry.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38187":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridWorker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38188":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/DummyRegistry.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38189":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridFactory.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38190":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Crab.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38191":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/CrazyColorsAgain.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38192":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChineseCheckers.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38193":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChineseCheckers.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38194":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/GridColorArt.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38195":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/GridColorArt.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38196":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChineseCheckers.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38197":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Elephant.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38198":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/GridColorArt.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38199":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Elephant.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38200":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChamaeleonMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38201":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Heart.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38202":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/MonaLisa.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38203":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Pong.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38204":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChamaeleonMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38205":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Pong.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38206":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/MonaLisa.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38207":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Heart.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38208":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Elephant.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38209":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChamaeleonMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38210":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Pong.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38211":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/MonaLisa.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38212":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Heart.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38213":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/FunnyWatcher.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38214":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/FunnyWatcher.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38215":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/HeartsGame.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38216":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/WanderingEye.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38217":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/HeartsGame.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38218":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/WanderingEye.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38219":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/FunnyWatcher.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38220":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ColoredRectCreator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38221":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChatMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38222":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChatMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38223":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ColoredRectCreator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38224":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/HeartsGame.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38225":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/PianoKeyboard.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38226":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Alien.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38227":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/WanderingEye.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38228":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/PianoKeyboard.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38229":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Alien.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38230":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChatMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38231":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ColoredRectCreator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38232":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/PianoKeyboard.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38233":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Alien.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38234":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/QuickBrownFox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38235":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/RefactorMan.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38236":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/QuickBrownFox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38237":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/RefactorMan.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38238":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Crab.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38239":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/QuickBrownFox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38240":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/RefactorMan.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38241":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Crab.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38242":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/CrazyColorsAgain.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38243":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/CrazyColorsAgain.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38244":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle-republished.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38245":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/SandboxBackup.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38246":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ColorfulWindmill.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38247":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/GreenRectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38248":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/SandboxBackup.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38249":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ModifiedGreenRectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38250":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car2.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38251":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ColorfulWindmill.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38252":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/GreenRectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38253":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ModifiedGreenRectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38254":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car2.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38255":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/SandboxBackup.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38256":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ColorfulWindmill.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38257":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/GreenRectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38258":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ModifiedGreenRectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38259":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car2.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38260":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Orange%20Rectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38261":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Orange%20Rectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38262":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle%20Light%20Blue.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38263":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38264":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/MyRedRectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38265":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle%20Light%20Blue.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38266":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/MyRedRectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38267":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38268":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Orange%20Rectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38269":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle-republished.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38270":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle-republished.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38271":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle%20Light%20Blue.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38272":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38273":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/MyRedRectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38274":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WorldOverview.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38275":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/PresentationContainer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38276":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WorldOverview.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38277":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSBenchmarker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38278":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/PresentationContainer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38279":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ReloadLocalRequirements.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38280":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FilterText.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38281":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ColorRect.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38282":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/APIUsageInParts.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38283":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCompletionPresentation.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38284":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/DistributedDoit.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38285":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/APIUsageInParts.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38286":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ChangeRecorder.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38287":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCounter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38288":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GraphLayoutExample.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38289":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MorphFinder.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38290":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ToggleLayer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38291":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ChangeRecorder.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38292":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSControl.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38293":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowConnections.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38294":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/AnimateConnections.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38295":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MorphFinder.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38296":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GrayColorChooser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38297":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SteppingWordCounter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38298":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSControl.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38299":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/TallyConnections.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38300":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowConnections.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38301":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/EditStyleInWorldMenu.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38302":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MassStylingWorkspace.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38303":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowStructure.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38304":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/EditStyleInWorldMenu.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38305":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MassStylingWorkspace.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38306":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/XRayStructure.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38307":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/NameDisplay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38308":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FormatXMLCodeSnippet.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38309":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowStructure.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38310":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/NameDisplay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38311":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FormatXMLCodeSnippet.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38312":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WorldOverview.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38313":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/PresentationContainer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38314":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSBenchmarker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38315":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ReloadLocalRequirements.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38316":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FilterText.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38317":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSBenchmarker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38318":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ColorRect.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38319":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ReloadLocalRequirements.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38320":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCompletionPresentation.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38321":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FilterText.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38322":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/APIUsageInParts.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38323":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/DistributedDoit.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38324":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ColorRect.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38325":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCompletionPresentation.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38326":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/DistributedDoit.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38327":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCounter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38328":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GraphLayoutExample.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38329":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ChangeRecorder.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38330":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ToggleLayer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38331":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MorphFinder.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38332":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/AnimateConnections.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38333":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCounter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38334":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GraphLayoutExample.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38335":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSControl.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38336":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GrayColorChooser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38337":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SteppingWordCounter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38338":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowConnections.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38339":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ToggleLayer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38340":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/TallyConnections.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38341":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/AnimateConnections.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38342":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GrayColorChooser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38343":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SteppingWordCounter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38344":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/EditStyleInWorldMenu.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38345":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MassStylingWorkspace.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38346":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/TallyConnections.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38347":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowStructure.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38348":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/XRayStructure.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38349":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/NameDisplay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38350":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FormatXMLCodeSnippet.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38351":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/XRayStructure.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38352":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTreeMap.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38353":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLCirclePacking.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38354":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/WorldMorphTreeMap.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38355":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTreeMap.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38356":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTree.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38357":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLCirclePacking.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38358":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTree.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38359":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTreeMap.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38360":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisStackDrawing.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38361":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLCirclePacking.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38362":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTree.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38363":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisStackDrawing.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38364":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLSunbursts.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38365":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/TreeMap.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38366":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLIndentedTree.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38367":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLSunbursts.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38368":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisStackDrawing.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38369":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLIndentedTree.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38370":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/TreeMap.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38371":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisDrawing.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38372":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLSunbursts.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38373":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisDrawing.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38374":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLIndentedTree.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38375":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/TreeMap.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38376":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisDrawing.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38377":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/WorldMorphTreeMap.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38378":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/WorldMorphTreeMap.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38379":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LK1Background.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38380":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/WhiteBackground.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38381":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/GrayBackground.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38382":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/WhiteBackground.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38383":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/GrayBackground.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38384":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LivelyBackgroundControl.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38385":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LK1Background.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38386":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LivelyBackgroundControl.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38387":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/WhiteBackground.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38388":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/GrayBackground.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38389":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LK1Background.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38390":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LivelyBackgroundControl.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38391":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/VersionViewer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38392":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/TracLink.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38393":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LatestChangesViewer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38394":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WhatDidIDo.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38395":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WhatDidIDo.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38396":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WhatDidIDo.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38397":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WikiActivities.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38398":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JournalNavigation.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38399":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WikiActivities.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38400":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JournalNavigation.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38401":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WikiActivities.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38402":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/RemoveWorldButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38403":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JournalNavigation.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38404":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/RemoveWorldButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38405":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/RemoveWorldButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38406":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/Title.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38407":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/Title.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38408":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/MovePages.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38409":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/MovePages.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38410":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/CommitCounter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38411":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/Title.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38412":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/CommitCounter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38413":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/URLShortener.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38414":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/MovePages.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38415":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JenkinsButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38416":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/URLShortener.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38417":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JenkinsButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38418":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/CommitCounter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38419":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/URLShortener.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38420":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JenkinsButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38421":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/TracLink.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38422":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/VersionViewer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38423":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LatestChangesViewer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38424":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/VersionViewer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38425":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/TracLink.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38426":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LatestChangesViewer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38427":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CodePane.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38428":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/NameLabel.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38429":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CodePane.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38430":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/NameLabel.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38431":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CodePane.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38432":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/NameLabel.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38433":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/RGBColorChooser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38434":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/RGBColorChooser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38435":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/TabFolder.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38436":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/RGBColorChooser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38437":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/TabFolder.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38438":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/PrintingWorkspace.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38439":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/TabFolder.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38440":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ResizeCorner.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38441":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/PrintingWorkspace.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38442":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ResizeCorner.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38443":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/PrintingWorkspace.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38444":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ResizeCorner.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38445":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressBar.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38446":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressBar.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38447":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/JournalEntry.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38448":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ClipMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38449":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/JournalEntry.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38450":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/MinimizedMorphContainer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38451":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ClipMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38452":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/MinimizedMorphContainer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38453":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressBar.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38454":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressIndicator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38455":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CloseButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38456":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/LabeledBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38457":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CloseButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38458":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressIndicator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38459":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/JournalEntry.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38460":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/LabeledBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38461":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ClipMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38462":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/MinimizedMorphContainer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38463":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/FilterableList.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38464":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/FilterableList.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38465":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressIndicator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38466":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/LabeledBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38467":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CloseButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38468":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/FilterableList.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38469":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/IntegerInput.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38470":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/ReferenceChoice.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38471":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataSelector.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38472":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/IntegerInput.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38473":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/wlsReference.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38474":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/FloatInput.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38475":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/wlsReference.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38476":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/FloatInput.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38477":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/MessageMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38478":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/wlsReference.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38479":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/MessageMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38480":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/FloatInput.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38481":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataForm.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38482":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDisplay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38483":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataForm.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38484":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDisplay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38485":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/MessageMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38486":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TextInput.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38487":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataForm.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38488":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TextInput.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38489":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDisplay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38490":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TableCreator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38491":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TableCreator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38492":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDeclarator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38493":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TextInput.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38494":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDeclarator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38495":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TableCreator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38496":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DatabaseConnector.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38497":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDeclarator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38498":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DatabaseConnector.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38499":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DatabaseConnector.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38500":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataReference.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38501":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataReference.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38502":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/BooleanInput.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38503":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataReference.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38504":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/BooleanInput.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38505":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/BooleanInput.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38506":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/ReferenceChoice.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38507":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataSelector.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38508":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/ReferenceChoice.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38509":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataSelector.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38510":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/IntegerInput.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38511":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HelpfulShortcuts.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38512":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/WebResourceMinimalChatExample.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38513":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelyHelp.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38514":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/ChatApp.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38515":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HelpfulShortcuts.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38516":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/AnnotationPin.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38517":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/ChatApp.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38518":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/AnnotationPin.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38519":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelyHelp.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38520":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HelpfulShortcuts.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38521":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/ChatApp.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38522":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/AnnotationPin.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38523":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelysPartsBin.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38524":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelysPartsBin.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38525":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HowConnectWorks.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38526":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HowConnectWorks.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38527":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelysPartsBin.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38528":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HowConnectWorks.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38529":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/WebResourceMinimalChatExample.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38530":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/WebResourceMinimalChatExample.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38531":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelyHelp.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38532":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/TitleTextStyle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38533":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/RotationBehavior.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38534":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/GradientBehavior.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38535":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/SubtitleTextStyle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38536":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/RotationBehavior.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38537":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/SubtitleTextStyle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38538":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/GradientBehavior.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38539":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/RotationBehavior.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38540":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/SubtitleTextStyle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38541":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/NoteTextStyle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38542":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/NoteTextStyle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38543":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ThrobbingBehavior.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38544":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ColorBehavior.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38545":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ThrobbingBehavior.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38546":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ColorBehavior.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38547":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/NoteTextStyle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38548":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/LaTeXHighlighting.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38549":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/InvisibleBehavior.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38550":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/LaTeXHighlighting.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38551":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ColorBehavior.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38552":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ThrobbingBehavior.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38553":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/InvisibleBehavior.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38554":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/TitleTextStyle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38555":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/TitleTextStyle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38556":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/LaTeXHighlighting.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38557":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/InvisibleBehavior.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38558":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/GradientBehavior.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38559":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUVisualization.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38560":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUWorkload.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38561":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUVisualization.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38562":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUWorkload.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38563":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUVisualization.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38564":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUWorkload.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38565":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Label.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38566":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Label.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38567":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Slider.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38568":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Button.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38569":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/List.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38570":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Text.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38571":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Slider.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38572":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Text.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38573":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Label.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38574":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/DropDownList.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38575":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Slider.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38576":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/ProgressBar.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38577":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/DropDownList.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38578":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Text.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38579":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/ProgressBar.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38580":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/DropDownList.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38581":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/ProgressBar.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38582":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Rectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38583":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Rectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38584":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/List.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38585":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Button.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38586":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Rectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38587":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/List.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38588":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Button.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38589":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationContainer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38590":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationController.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38591":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationContainer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38592":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/EmptySlideOverlay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38593":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationController.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38594":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/EmptySlideOverlay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38595":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationContainer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38596":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationController.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38597":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/EmptySlideOverlay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38598":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TestSlide.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38599":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TestSlide.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38600":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPLogo.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38601":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPLogo.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38602":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TestSlide.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38603":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlide.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38604":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPLogo.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38605":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlide.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38606":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlideOverlay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38607":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWATitleSlide.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38608":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlideOverlay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38609":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWATitleSlide.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38610":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPSWASlideOverlay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38611":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlide.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38612":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPSWASlideOverlay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38613":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlideOverlay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38614":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWATitleSlide.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38615":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideProjector.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38616":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPSWASlideOverlay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38617":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideProjector.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38618":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TemplateSlide.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38619":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TemplateSlide.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38620":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideProjector.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38621":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideOverlay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38622":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/HPITitleSlide.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38623":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TemplateSlide.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38624":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideOverlay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38625":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/HPITitleSlide.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38626":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideOverlay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38627":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/HPITitleSlide.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38628":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Constantin/CardStack.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38629":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Constantin/Kreis.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38630":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Constantin/CardStack.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38631":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Constantin/Kreis.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38632":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Constantin/CardStack.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38633":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Constantin/Kreis.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38634":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fabian/ObjectEditorII.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38635":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fabian/ObjectEditorII.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38636":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fabian/ObjectEditorII.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38637":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/PrimitiveShapes.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38638":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrows.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38639":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Image.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38640":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/PrimitiveShapes.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38641":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrows.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38642":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Image.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38643":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Text.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38644":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Text.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38645":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Line.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38646":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrows.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38647":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Image.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38648":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Line.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38649":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrowOrange.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38650":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Text.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38651":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrowOrange.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38652":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Ellipse.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38653":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrow.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38654":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Line.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38655":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Ellipse.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38656":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrow.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38657":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrowOrange.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38658":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Ellipse.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38659":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Rectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38660":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Triangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38661":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrow.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38662":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Rectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38663":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Triangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38664":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Star.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38665":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Rectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38666":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Star.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38667":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Triangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38668":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Star.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38669":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Marker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38670":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Marker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38671":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Marker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38672":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Cloud.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38673":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Cloud.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38674":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/PrimitiveShapes.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38675":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Cloud.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38676":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/List.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38677":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ScriptableButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38678":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ScriptableButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38679":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/DropDownList.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38680":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/DropDownList.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38681":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ScriptableButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38682":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/DropDownList.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38683":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/StartStopButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38684":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/StartStopButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38685":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ComboText.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38686":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/StartStopButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38687":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ComboText.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38688":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Button.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38689":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ComboText.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38690":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Button.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38691":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Spinner.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38692":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Spinner.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38693":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Button.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38694":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Slider.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38695":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Slider.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38696":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Spinner.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38697":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ChoiceButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38698":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/CheckBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38699":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ChoiceButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38700":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/CheckBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38701":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Slider.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38702":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ChoiceButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38703":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/CheckBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38704":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/InputField.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38705":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/InputField.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38706":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/InputField.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38707":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/List.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38708":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/List.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38709":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Journal.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38710":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/TextBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38711":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/TextBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38712":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FixedLabel.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38713":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/WIP.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38714":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotationAndLine.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38715":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FixedLabel.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38716":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/WIP.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38717":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotationAndLine.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38718":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/TextBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38719":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FixedLabel.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38720":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/WIP.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38721":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotationAndLine.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38722":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/PaperMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38723":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/PaperMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38724":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Label.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38725":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Title.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38726":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Label.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38727":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MetaNoteText.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38728":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Title.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38729":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MetaNoteText.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38730":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/PaperMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38731":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Label.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38732":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MarkdownText.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38733":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Title.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38734":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MetaNoteText.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38735":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Translator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38736":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MarkdownText.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38737":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Translator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38738":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Cool.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38739":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Cool.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38740":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MarkdownText.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38741":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Translator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38742":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FontList.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38743":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Cool.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38744":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FontList.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38745":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotation.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38746":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotation.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38747":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FontList.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38748":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Journal.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38749":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Journal.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38750":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotation.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38751":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Math/MathMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38752":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Math/MathMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38753":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Math/MathMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38754":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/MP2011WS/MetricsView.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38755":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/MP2011WS/MetricsView.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38756":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/MP2011WS/MetricsView.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38757":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Measurements%20Workspace.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38758":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/OfflineIndicator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38759":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Result%20Workspace.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38760":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/OfflineIndicator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38761":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38762":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs1.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38763":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Result%20Workspace.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38764":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/OfflineIndicator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38765":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Measurements%20Workspace.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38766":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Measurements%20Workspace.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38767":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38768":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs1.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38769":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38770":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs1.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38771":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Result%20Workspace.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38772":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectTracer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38773":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/CurveInspector.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38774":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/TextInspector.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38775":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Debugger.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38776":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Debugger.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38777":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Debugger.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38778":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/FPSMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38779":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectAreaTracer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38780":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/FPSMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38781":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectAreaTracer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38782":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/FPSMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38783":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ModuleDependencyVis.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38784":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectAreaTracer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38785":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ModuleDependencyVis.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38786":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ModuleDependencyVis.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38787":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PropertySheet.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38788":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PropertySheet.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38789":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Benchmarker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38790":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Benchmarker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38791":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PropertySheet.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38792":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/AlternativeObjectDiffer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38793":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectDiffer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38794":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectSerializationGraph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38795":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/AlternativeObjectDiffer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38796":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Benchmarker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38797":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectDiffer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38798":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectSerializationGraph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38799":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/AlternativeObjectDiffer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38800":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectDiffer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38801":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectSerializationGraph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38802":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/SerializationGraph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38803":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/SerializationGraph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38804":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PasteInspector.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38805":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PasteInspector.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38806":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/SerializationGraph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38807":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectTracer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38808":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectTracer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38809":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PasteInspector.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38810":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/CurveInspector.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38811":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/TextInspector.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38812":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/CurveInspector.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38813":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/TextInspector.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38814":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/RobertsTransportationMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38815":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/JensTransportationMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38816":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/RobertsTransportationMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38817":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/JensTransportationMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38818":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/RobertsTransportationMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38819":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/JensTransportationMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38820":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Pictures/SAPLogo.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38821":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Pictures/LivelyLogo.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38822":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Pictures/LivelyLogo.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38823":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Pictures/LivelyLogo.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38824":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/GoogleMaps.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38825":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/AddressExtractor.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38826":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/AddressExtractor.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38827":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/GoogleMaps.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38828":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/USMap.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38829":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/WorldMap.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38830":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/USMap.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38831":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/WorldMap.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38832":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/AddressExtractor.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38833":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/USMap.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38834":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/WorldMap.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38835":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/GoogleMaps.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38836":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CodeSnippets/ConvertPartsBinLogos.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38837":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CodeSnippets/ConvertPartsBinLogos.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38838":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CodeSnippets/ConvertPartsBinLogos.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38839":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ModulePart.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38840":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunnerWithDebuggingSupport.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38841":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MethodFinder.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38842":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ClassBrowser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38843":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunnerWithDebuggingSupport.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38844":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38845":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTester.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38846":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ColorReplacer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38847":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ServerSearch.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38848":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTestRunner.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38849":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/Explorer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38850":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTester.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38851":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphDiffer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38852":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTestRunner.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38853":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/StyleEditor.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38854":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser2.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38855":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunner.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38856":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38857":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/StyleEditor.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38858":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser2.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38859":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SearchSourceCode.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38860":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/DropboxBrowser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38861":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38862":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/BootstrapParts.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38863":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextAttributePanel.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38864":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextEditor.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38865":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/IFrameLoader.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38866":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/BootstrapParts.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38867":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/WindowFinder.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38868":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/LivelyTweets.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38869":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextEditor.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38870":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ErrorStackViewer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38871":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/WindowFinder.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38872":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/VerticalSpaceMaker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38873":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/LivelyTweets.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38874":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MethodFinder.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38875":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ClassBrowser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38876":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ModulePart.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38877":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunnerWithDebuggingSupport.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38878":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ModulePart.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38879":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38880":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ColorReplacer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38881":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ServerSearch.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38882":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38883":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTester.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38884":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/Explorer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38885":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTestRunner.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38886":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ColorReplacer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38887":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ServerSearch.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38888":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphDiffer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38889":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/Explorer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38890":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/StyleEditor.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38891":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunner.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38892":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser2.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38893":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphDiffer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38894":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38895":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunner.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38896":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/DropboxBrowser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38897":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SearchSourceCode.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38898":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextAttributePanel.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38899":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/DropboxBrowser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38900":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SearchSourceCode.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38901":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/BootstrapParts.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38902":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/IFrameLoader.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38903":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextEditor.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38904":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextAttributePanel.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38905":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ErrorStackViewer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38906":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/IFrameLoader.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38907":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/WindowFinder.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38908":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/LivelyTweets.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38909":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/VerticalSpaceMaker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38910":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ErrorStackViewer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38911":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MethodFinder.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38912":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ClassBrowser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38913":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/VerticalSpaceMaker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38914":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/CollapsiblePanel.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38915":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserDialog.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38916":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/WordCounter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38917":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/ColorField.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38918":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/MetaNoteText.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38919":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/Text.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38920":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/ColorField.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38921":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/DiffExample.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38922":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserComboBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38923":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/Text.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38924":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/DiffExample.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38925":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/ColorField.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38926":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserComboBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38927":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/StyleEditor1.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38928":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/StyleEditor2.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38929":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/DiffExample.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38930":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/Text.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38931":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VideoCodecTester.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38932":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VideoCodecTester.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38933":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/Cool.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38934":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VideoCodecTester.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38935":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VersionDiffer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38936":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/SAPLogo.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38937":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VersionDiffer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38938":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/CollapsiblePanel.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38939":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserDialog.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38940":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/CollapsiblePanel.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38941":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/WordCounter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38942":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VersionDiffer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38943":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/WordCounter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38944":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/BloomFilter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38945":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/Prototype%20Inheritance.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38946":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/BloomFilter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38947":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/ExampleSWDObject%20%20%20%20.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38948":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/Prototype%20Inheritance.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38949":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/ExampleSWDObject%20%20%20%20.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38950":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/BloomFilter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38951":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/Prototype%20Inheritance.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38952":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/ExampleSWDObject%20%20%20%20.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38953":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONPrinter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38954":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Timer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38955":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Timer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38956":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONPrinter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38957":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Timer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38958":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Iterator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38959":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Iterator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38960":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Iterator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38961":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONConverter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38962":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/TimerWithDisplay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38963":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/DistributedDoit.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38964":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONConverter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38965":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/DistributedDoit.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38966":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/TimerWithDisplay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38967":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONConverter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38968":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/DistributedDoit.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38969":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/TimerWithDisplay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38970":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONPrinter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38971":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommitMessageTest.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38972":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestEllipse.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38973":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/JensContent.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38974":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestObjectDice.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38975":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommitMessageTest.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38976":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestEllipse.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38977":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/GetSelectionTest.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38978":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/GetSelectionTest.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38979":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/JensContent.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38980":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestObjectDice.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38981":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/GetSelectionTest.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38982":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/JensContent.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38983":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommitMessageTest.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38984":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestEllipse.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38985":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestObjectDice.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38986":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/GrabbingControl.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38987":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/DraggingControl.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38988":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/GrabbingControl.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38989":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/DraggingControl.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38990":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/DraggingControl.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38991":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/GrabbingControl.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38992":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/DatabaseContainer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38993":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataBrowser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38994":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataSource.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38995":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataBrowser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38996":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/SQLiteViewer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38997":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/SQLiteViewer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38998":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/DatabaseContainer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"38999":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/DatabaseContainer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39000":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataSource.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39001":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/SQLiteViewer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39002":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataSource.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39003":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataBrowser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39004":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TouchMenu.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39005":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/WorldMenu.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39006":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/SearchField.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39007":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/LoadingMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39008":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/WorldMenu.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39009":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Text.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39010":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/LoadingMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39011":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PartsBinBrowser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39012":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Text.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39013":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/DoAllButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39014":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PartsBinBrowser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39015":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PrintButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39016":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/DoAllButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39017":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PrintButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39018":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/LoadingMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39019":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Text.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39020":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/DoitButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39021":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Ellipse.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39022":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/DoitButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39023":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PartsBinBrowser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39024":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/DoAllButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39025":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Ellipse.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39026":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PrintButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39027":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/DoitButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39028":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Ellipse.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39029":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ResizeCorner.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39030":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Button.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39031":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ResizeCorner.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39032":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Button.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39033":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ObjectEditor.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39034":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TouchList.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39035":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ObjectEditor.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39036":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TouchList.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39037":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Marker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39038":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ResizeCorner.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39039":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ShadowButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39040":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Button.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39041":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Slider.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39042":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Marker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39043":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/HoldIndicator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39044":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ShadowButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39045":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ObjectEditor.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39046":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Slider.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39047":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/HoldIndicator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39048":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TouchList.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39049":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Marker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39050":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ShadowButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39051":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TextField.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39052":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Slider.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39053":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/HoldIndicator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39054":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/SaveButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39055":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TextField.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39056":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/SaveButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39057":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TextField.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39058":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/SaveButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39059":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PinLessTouchMenu.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39060":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PinLessTouchMenu.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39061":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TouchMenu.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39062":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/SearchField.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39063":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TouchMenu.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39064":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/SearchField.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39065":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PinLessTouchMenu.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39066":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/WorldMenu.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39067":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/MorphDiffing%20status%20indicator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39068":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ResetButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39069":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/LayoutStyler.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39070":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Styler.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39071":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Flap.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39072":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BorderStyler.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39073":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/VoteMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39074":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/LeftButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39075":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/LayoutStyler.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39076":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/MorphMerger.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39077":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Styler.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39078":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Flap.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39079":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/LeftButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39080":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/MorphMerger.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39081":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ObjectEditorII.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39082":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Mapscript.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39083":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/IPadCar.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39084":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ObjectEditorII.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39085":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Mapscript.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39086":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/a+Button1.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39087":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/a-Button1.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39088":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStory.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39089":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDestroyer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39090":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/HyperCard.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39091":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BeToolButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39092":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/SyncMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39093":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Rectanglewin.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39094":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Blog.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39095":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStory.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39096":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryBoard.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39097":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDestroyer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39098":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/HyperCard.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39099":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/SyncMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39100":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/StartButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39101":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/DatabaseChooser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39102":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDiffViewer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39103":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Ellipse-win.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39104":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Path.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39105":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryBoard.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39106":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/StartButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39107":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDiffViewer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39108":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ColorChooser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39109":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/HCTextField.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39110":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/NameSign.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39111":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Path.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39112":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/coursebtn.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39113":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Toolbar.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39114":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BlogEntry.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39115":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Car.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39116":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Foobar.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39117":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ColorChooser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39118":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/onlineChecker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39119":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/RightButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39120":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/webAppButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39121":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/HCTextField.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39122":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/coursebtn.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39123":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BlogEntry.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39124":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/MorphDiffing%20status%20indicator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39125":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ResetButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39126":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Foobar.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39127":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/onlineChecker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39128":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/RightButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39129":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BorderStyler.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39130":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/webAppButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39131":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/LayoutStyler.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39132":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/VoteMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39133":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Flap.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39134":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Styler.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39135":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ResetButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39136":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BorderStyler.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39137":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/LeftButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39138":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/MorphMerger.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39139":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/VoteMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39140":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ObjectEditorII.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39141":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/IPadCar.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39142":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Mapscript.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39143":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/a+Button1.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39144":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/IPadCar.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39145":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/a-Button1.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39146":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/a+Button1.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39147":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BeToolButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39148":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStory.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39149":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/a-Button1.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39150":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Rectanglewin.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39151":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDestroyer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39152":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/HyperCard.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39153":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Blog.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39154":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/SyncMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39155":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BeToolButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39156":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/DatabaseChooser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39157":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Ellipse-win.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39158":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Rectanglewin.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39159":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryBoard.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39160":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Blog.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39161":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/StartButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39162":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDiffViewer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39163":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Path.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39164":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/DatabaseChooser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39165":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Ellipse-win.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39166":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/NameSign.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39167":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Toolbar.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39168":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ColorChooser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39169":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Car.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39170":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/HCTextField.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39171":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/coursebtn.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39172":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BlogEntry.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39173":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/NameSign.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39174":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Toolbar.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39175":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Foobar.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39176":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/RightButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39177":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/onlineChecker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39178":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Car.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39179":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/webAppButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39180":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/LogSearch.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39181":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CPUData.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39182":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/NodeJSControl.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39183":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CPUData.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39184":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/NodeJSControl.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39185":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CommandLine.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39186":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerCommands.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39187":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CPUData.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39188":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CommandLine.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39189":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerCommands.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39190":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/NodeJSControl.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39191":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerPart.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39192":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CommandLine.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39193":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/JSRemoteServerWorkspace.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39194":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerPart.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39195":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerCommands.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39196":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/JSRemoteServerWorkspace.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39197":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/FibonacciPart.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39198":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerPart.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39199":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/JSRemoteServerWorkspace.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39200":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/FibonacciPart.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39201":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/LogSearch.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39202":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/LogSearch.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39203":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/FibonacciPart.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39204":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/SillyClock.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39205":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Windmill.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39206":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Windmill.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39207":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Windmill.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39208":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/HighscoreExample.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39209":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/FrameRateGraph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39210":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/HighscoreExample.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39211":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/FrameRateGraph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39212":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39213":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39214":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/HighscoreExample.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39215":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RedRectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39216":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/FrameRateGraph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39217":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RedRectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39218":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39219":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/KClock.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39220":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RedRectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39221":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/KClock.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39222":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/ArchitectureOverview.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39223":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/ArchitectureOverview.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39224":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CrabsResults.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39225":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/KClock.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39226":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CrabsResults.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39227":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/ArchitectureOverview.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39228":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RotatingStar.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39229":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CurrencyConverter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39230":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/TestWidget.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39231":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CrabsResults.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39232":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RotatingStar.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39233":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CurrencyConverter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39234":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/TestWidget.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39235":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RotatingStar.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39236":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CurrencyConverter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39237":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/LivelyEngine.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39238":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/TestWidget.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39239":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/LivelyEngine.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39240":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/LivelyEngine.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39241":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/SillyClock.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39242":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/SillyClock.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39243":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestObject.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39244":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestObject.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39245":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BPCGrid.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39246":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39247":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/SnapJS.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39248":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39249":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld2.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39250":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/SnapJS.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39251":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld2.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39252":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39253":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/SnapJS.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39254":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld2.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39255":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/VBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39256":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/VBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39257":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TabContainer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39258":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/JournalBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39259":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/VBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39260":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/JournalBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39261":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/JournalBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39262":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/FancyList.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39263":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/FancyList.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39264":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/HBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39265":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/LayoutConfigurator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39266":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39267":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/HBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39268":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/LayoutConfigurator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39269":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/FancyList.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39270":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39271":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane5x5.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39272":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane5x5.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39273":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/LayoutConfigurator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39274":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/HBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39275":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39276":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TabContainer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39277":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane5x5.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39278":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TabContainer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39279":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BPCGrid.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39280":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestObject.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"39281":{"onrestore":{"__isSmartRef__":true,"id":39282},"reloadEverything":{"__isSmartRef__":true,"id":39290},"setSelectedPartItem":{"__isSmartRef__":true,"id":39294},"onLoadFromPartsBin":{"__isSmartRef__":true,"id":39298},"ensureCategories":{"__isSmartRef__":true,"id":39306},"updateCategoriesDictFromPartsBin":{"__isSmartRef__":true,"id":39310},"updateCategoryList":{"__isSmartRef__":true,"id":39314},"defaultPartsBinURL":{"__isSmartRef__":true,"id":39318},"reset":{"__isSmartRef__":true,"id":39322},"setupConnections":{"__isSmartRef__":true,"id":39326},"loadPartsOfCategory":{"__isSmartRef__":true,"id":39330},"removeParts":{"__isSmartRef__":true,"id":39334},"getPartsSpaceForCategory":{"__isSmartRef__":true,"id":39338},"addMorphsForPartItems":{"__isSmartRef__":true,"id":39342},"getURLForCategoryNamed":{"__isSmartRef__":true,"id":39346},"makeUpPartNameFor":{"__isSmartRef__":true,"id":39350},"openPart":{"__isSmartRef__":true,"id":39354},"interactivelyRemoveSelectedPartItem":{"__isSmartRef__":true,"id":39358},"loadAndOpenSelectedPartItem":{"__isSmartRef__":true,"id":39362},"addCategory":{"__isSmartRef__":true,"id":39366},"addCategoryInteractively":{"__isSmartRef__":true,"id":39370},"addExternalCategory":{"__isSmartRef__":true,"id":39374},"removeCategory":{"__isSmartRef__":true,"id":39378},"removeCategoryInteractively":{"__isSmartRef__":true,"id":39382},"interactivelyMoveSelectedPartItem":{"__isSmartRef__":true,"id":39386},"setMetaInfoOfSelectedItem":{"__isSmartRef__":true,"id":39390},"saveCommentForSelectedPartItem":{"__isSmartRef__":true,"id":39394},"addPartsOfCategory":{"__isSmartRef__":true,"id":39398},"onLoadLatest":{"__isSmartRef__":true,"id":39402},"onLoadAll":{"__isSmartRef__":true,"id":39406},"onSearch":{"__isSmartRef__":true,"id":39410},"addPartsFromURLs":{"__isSmartRef__":true,"id":39414},"search":{"__isSmartRef__":true,"id":39418},"showMsg":{"__isSmartRef__":true,"id":39422},"toggleMorePane":{"__isSmartRef__":true,"id":39426},"interactivelyCopySelectedPartItem":{"__isSmartRef__":true,"id":39430},"partsBinUrl":{"__isSmartRef__":true,"id":39434},"partsBinURL":{"__isSmartRef__":true,"id":39438},"commitLogString":{"__isSmartRef__":true,"id":39442},"showCommits":{"__isSmartRef__":true,"id":39446},"setShareLink":{"__isSmartRef__":true,"id":39450},"setSelectedPartVersions":{"__isSmartRef__":true,"id":39454}},"39282":{"varMapping":{"__isSmartRef__":true,"id":39283},"source":"function onrestore() {\n (function(){ this.reloadEverything() }.bind(this)).delay(0)\n}","funcProperties":{"__isSmartRef__":true,"id":39288},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39283":{"this":{"__isSmartRef__":true,"id":30847},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":39284}},"39284":{"$super":{"__isSmartRef__":true,"id":39285}},"39285":{"varMapping":{"__isSmartRef__":true,"id":39286},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":39287},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39286":{"obj":{"__isSmartRef__":true,"id":30847},"name":"onrestore"},"39287":{},"39288":{"timestamp":{"__isSmartRef__":true,"id":39289},"user":"undefined","tags":[]},"39289":{"isSerializedDate":true,"string":"Sat Mar 10 2012 11:25:14 GMT+0100 (Mitteleuropäische Zeit)"},"39290":{"varMapping":{"__isSmartRef__":true,"id":39291},"source":"function reloadEverything() {\n this.setSelectedPartItem(null)\n this.updateCategoriesDictFromPartsBin();\n this.addCategory(\"*latest*\", true);\n this.addCategory(\"*all*\", true);\n this.addCategory(\"*search*\", true);\n}","funcProperties":{"__isSmartRef__":true,"id":39292},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39291":{"this":{"__isSmartRef__":true,"id":30847}},"39292":{"timestamp":{"__isSmartRef__":true,"id":39293},"tags":[]},"39293":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:58 GMT+0100 (Mitteleuropäische Zeit)"},"39294":{"varMapping":{"__isSmartRef__":true,"id":39295},"source":"function setSelectedPartItem(item) {\n this.selectedPartItem = item;\n this.get('selectedPartComment').textString = '';\n this.get('selectedPartVersions').updateList(item ? ['Loading versions...']: []);\n this.get('selectedPartVersions').setSelection(null);\n if (!item) {\n this.get('selectedPartName').textString = 'nothing selected'\n this.get('selectedPartSpaceName').textString = ''\n\treturn;\n }\n this.get('selectedPartName').textString = item.name\n this.get('selectedPartSpaceName').textString = item.partsSpaceName\n\n // load versions\n connect(item, 'partVersions', this, 'setSelectedPartVersions');\n item.loadPartVersions(true);\n\n // load meta info\n connect(item, 'loadedMetaInfo', this, 'setMetaInfoOfSelectedItem');\n \n this.setShareLink(item);\n\n item.loadPartMetaInfo(true);\n}","funcProperties":{"__isSmartRef__":true,"id":39296},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39295":{"this":{"__isSmartRef__":true,"id":30847}},"39296":{"timestamp":{"__isSmartRef__":true,"id":39297},"user":"jenslincke","tags":[]},"39297":{"isSerializedDate":true,"string":"Tue Jan 31 2012 19:34:13 GMT+0100 (Mitteleuropäische Zeit)"},"39298":{"varMapping":{"__isSmartRef__":true,"id":39299},"source":"function onLoadFromPartsBin() {\n $super();\n this.reloadEverything();\n}","funcProperties":{"__isSmartRef__":true,"id":39304},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39299":{"this":{"__isSmartRef__":true,"id":30847},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":39300}},"39300":{"$super":{"__isSmartRef__":true,"id":39301}},"39301":{"varMapping":{"__isSmartRef__":true,"id":39302},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":39303},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39302":{"obj":{"__isSmartRef__":true,"id":30847},"name":"onLoadFromPartsBin"},"39303":{},"39304":{"timestamp":{"__isSmartRef__":true,"id":39305},"tags":[]},"39305":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"39306":{"varMapping":{"__isSmartRef__":true,"id":39307},"source":"function ensureCategories() {\n if (!this.categories)\n this.categories = {uncategorized: 'PartsBin/'};\n}","funcProperties":{"__isSmartRef__":true,"id":39308},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39307":{"this":{"__isSmartRef__":true,"id":30847}},"39308":{"timestamp":{"__isSmartRef__":true,"id":39309},"tags":[]},"39309":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"39310":{"varMapping":{"__isSmartRef__":true,"id":39311},"source":"function updateCategoriesDictFromPartsBin() { \n this.ensureCategories();\n var webR = new WebResource(this.partsBinURL());\n webR.beAsync();\n \n var that = this;\n var callback = function(collections) {\n collections.forEach(function(dir) {\n var unescape = Global.urlUnescape || Global.unescape,\n unescaped = unescape(dir.getURL().filename()),\n name = unescaped.replace(/\\/$/,\"\");\n that.categories[name] = that.partsBinURL().withFilename(unescaped);\n });\n that.updateCategoryList(that.categoryName);\n }\n connect(webR, 'subCollections', {cb: callback}, 'cb', {\n updater: function($upd, value) {\n if (!(this.sourceObj.status && this.sourceObj.status.isDone())) return;\n if (!value) return;\n $upd(value);\n },\n });\n webR.getSubElements();\n}","funcProperties":{"__isSmartRef__":true,"id":39312},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39311":{"this":{"__isSmartRef__":true,"id":30847}},"39312":{"timestamp":{"__isSmartRef__":true,"id":39313},"tags":[]},"39313":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:58 GMT+0100 (Mitteleuropäische Zeit)"},"39314":{"varMapping":{"__isSmartRef__":true,"id":39315},"source":"function updateCategoryList(optCategoryName) {\n this.get('categoryList').updateList(\n\tProperties.own(this.categories).sortBy(function(name) { return name.toLowerCase()}));\n this.get('categoryList').setSelection(optCategoryName)\n}","funcProperties":{"__isSmartRef__":true,"id":39316},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39315":{"this":{"__isSmartRef__":true,"id":30847}},"39316":{"timestamp":{"__isSmartRef__":true,"id":39317},"tags":[]},"39317":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"39318":{"varMapping":{"__isSmartRef__":true,"id":39319},"source":"function defaultPartsBinURL() {\n return new URL(Config.rootPath).withFilename('PartsBin/');\n}","funcProperties":{"__isSmartRef__":true,"id":39320},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39319":{"this":{"__isSmartRef__":true,"id":30847}},"39320":{"timestamp":{"__isSmartRef__":true,"id":39321},"user":"fabian","tags":[]},"39321":{"isSerializedDate":true,"string":"Wed Feb 22 2012 23:39:48 GMT+0100 (Mitteleuropäische Zeit)"},"39322":{"varMapping":{"__isSmartRef__":true,"id":39323},"source":"function reset() {\n this.connections = {toggleMorePane: {}} \n this.setSelectedPartItem(null);\n delete this.categories;\n this.getPartsBinMetaInfo().requiredModules= ['lively.PartsBin', 'apps.DateFormat'] \n this.get('categoryList').updateList([]);\n this.get('partsBinContents').removeAllMorphs();\n this.get('searchText').setTextString(\"\");\n}","funcProperties":{"__isSmartRef__":true,"id":39324},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39323":{"this":{"__isSmartRef__":true,"id":30847}},"39324":{"timestamp":{"__isSmartRef__":true,"id":39325},"user":"jenslincke","tags":[]},"39325":{"isSerializedDate":true,"string":"Tue Jan 31 2012 20:28:27 GMT+0100 (Mitteleuropäische Zeit)"},"39326":{"varMapping":{"__isSmartRef__":true,"id":39327},"source":"function setupConnections() {\n connect(this.closeButton, 'fire', this, 'remove')\n connect(this.addCategoryButton, 'fire', this, 'addCategoryInteractively')\n connect(this.get('removeCategoryButton'), 'fire', this, 'removeCategoryInteractively')\n connect(this.get('categoryList'), 'selection', this, 'categoryName')\n connect(this, 'categoryName', this, 'loadPartsOfCategory')\n\n connect(this.get('partsBinContents'), 'selectedItem', this, 'setSelectedPartItem')\n\n connect(this.get('reloadButton'), \"fire\", this, \"reloadEverything\")\n\n connect(this.get('loadPartButton'), \"fire\", this, \"loadAndOpenSelectedPartItem\")\n\n connect(this.get('removePartButton'), \"fire\", this, \"interactivelyRemoveSelectedPartItem\")\n\n connect(this.get('movePartButton'), \"fire\", this, \"interactivelyMoveSelectedPartItem\")\n connect(this.get('copyPartButton'), \"fire\", this, \"interactivelyCopySelectedPartItem\")\n\n connect(this.get('selectedPartComment'), \"savedTextString\", this, \"saveCommentForSelectedPartItem\")\n}","funcProperties":{"__isSmartRef__":true,"id":39328},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39327":{"this":{"__isSmartRef__":true,"id":30847}},"39328":{"timestamp":{"__isSmartRef__":true,"id":39329},"tags":[]},"39329":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"39330":{"varMapping":{"__isSmartRef__":true,"id":39331},"source":"function loadPartsOfCategory(categoryName) {\n this.removeParts();\n this.setSelectedPartItem(null);\n if (!categoryName) return;\n var webR;\n if (categoryName == \"*all*\") {\n this.showMsg(\"loading all...\");\n webR = new WebResource(this.partsBinURL()).beAsync();\n lively.bindings.connect(webR, 'subDocuments', this, 'onLoadAll');\n webR.getSubElements(10)\n } else if (categoryName == \"*latest*\") {\n this.showMsg(\"loading latest...\");\n webR = new WebResource(this.partsBinURL()).beAsync();\n lively.bindings.connect(webR, 'contentDocument', this, 'onLoadLatest');\n webR.propfind('infinity')\n } else if (categoryName == \"*search*\") {\n this.showMsg(\"searching...\");\n webR = new WebResource(this.partsBinURL()).beAsync();\n lively.bindings.connect(webR, 'subDocuments', this, 'allURLs', {\n converter: function(subDocuments) {\n return subDocuments.invoke('getURL')\n }\n });\n lively.bindings.connect(this, 'allURLs', this, 'onSearch', {\n removeAfterUpdate: true});\n webR.getSubElements(10)\n } else {\n this.addPartsOfCategory(categoryName)\n }\n}","funcProperties":{"__isSmartRef__":true,"id":39332},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39331":{"this":{"__isSmartRef__":true,"id":30847}},"39332":{"timestamp":{"__isSmartRef__":true,"id":39333},"tags":[]},"39333":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:58 GMT+0100 (Mitteleuropäische Zeit)"},"39334":{"varMapping":{"__isSmartRef__":true,"id":39335},"source":"function removeParts() {\n this.get('partsBinContents').submorphs.clone().invoke('remove');\n}","funcProperties":{"__isSmartRef__":true,"id":39336},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39335":{"this":{"__isSmartRef__":true,"id":30847}},"39336":{"timestamp":{"__isSmartRef__":true,"id":39337},"tags":[]},"39337":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"39338":{"varMapping":{"__isSmartRef__":true,"id":39339},"source":"function getPartsSpaceForCategory(categoryName) {\n var url = this.getURLForCategoryNamed(categoryName);\n return lively.PartsBin.partsSpaceWithURL(url);\n}","funcProperties":{"__isSmartRef__":true,"id":39340},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39339":{"this":{"__isSmartRef__":true,"id":30847}},"39340":{"timestamp":{"__isSmartRef__":true,"id":39341},"tags":[]},"39341":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"39342":{"varMapping":{"__isSmartRef__":true,"id":39343},"source":"function addMorphsForPartItems(partItems, doNotSort) {\n this.removeParts();\n if (!doNotSort) {\n partItems = partItems.sortBy(function(ea) {\n return ea.name.toLowerCase() \n });\n }\n\n var pContents = this.get('partsBinContents');\n pContents.stopAddingPartItemsAsync();\n pContents.startAddingPartItems(partItems);\n}","funcProperties":{"__isSmartRef__":true,"id":39344},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39343":{"this":{"__isSmartRef__":true,"id":30847}},"39344":{"timestamp":{"__isSmartRef__":true,"id":39345},"tags":[]},"39345":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:26:53 GMT+0100 (Mitteleuropäische Zeit)"},"39346":{"varMapping":{"__isSmartRef__":true,"id":39347},"source":"function getURLForCategoryNamed(categoryName) {\n this.ensureCategories()\n\n var relative = this.categories[categoryName];\n if (!relative) return null;\n return URL.ensureAbsoluteCodeBaseURL(relative).withRelativePartsResolved()\n}","funcProperties":{"__isSmartRef__":true,"id":39348},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39347":{"this":{"__isSmartRef__":true,"id":30847}},"39348":{"timestamp":{"__isSmartRef__":true,"id":39349},"user":"undefined","tags":[]},"39349":{"isSerializedDate":true,"string":"Sat Mar 10 2012 11:20:59 GMT+0100 (Mitteleuropäische Zeit)"},"39350":{"varMapping":{"__isSmartRef__":true,"id":39351},"source":"function makeUpPartNameFor(name) {\n if (!$morph(name)) return name;\n var i = 2;\n while($morph(name + i)) { i++ }\n return name + i;\n}","funcProperties":{"__isSmartRef__":true,"id":39352},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39351":{"this":{"__isSmartRef__":true,"id":30847}},"39352":{"timestamp":{"__isSmartRef__":true,"id":39353},"tags":[]},"39353":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"39354":{"varMapping":{"__isSmartRef__":true,"id":39355},"source":"function openPart(partMorph) {\n partMorph.setName(this.makeUpPartNameFor(partMorph.getName()));\n lively.morphic.World.current().firstHand().grabMorph(partMorph, null);\n if(partMorph.onCreateFromPartsBin) partMorph.onCreateFromPartsBin();\n partMorph.setPosition(pt(0,0));\n}","funcProperties":{"__isSmartRef__":true,"id":39356},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39355":{"this":{"__isSmartRef__":true,"id":30847}},"39356":{"timestamp":{"__isSmartRef__":true,"id":39357},"tags":[]},"39357":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"39358":{"varMapping":{"__isSmartRef__":true,"id":39359},"source":"function interactivelyRemoveSelectedPartItem(partMorph) {\n var item = this.selectedPartItem;\n if (!item) return;\n this.world().confirm(\"really delete \" + item.name + \" in PartsBin?\", function(answer) {\n\tif (!answer) return;\n\titem.del();\n\tthis.reloadEverything();\n\talertOK(\"deleted \" + item.name);\n }.bind(this))\n}","funcProperties":{"__isSmartRef__":true,"id":39360},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39359":{"this":{"__isSmartRef__":true,"id":30847}},"39360":{"timestamp":{"__isSmartRef__":true,"id":39361},"tags":[]},"39361":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"39362":{"varMapping":{"__isSmartRef__":true,"id":39363},"source":"function loadAndOpenSelectedPartItem(partMorph) {\n var item = this.selectedPartItem;\n if (!item) return;\n connect(item, 'part', this, 'openPart');\n var selectedVersion = this.get('selectedPartVersions').selection,\n\trev = selectedVersion ? selectedVersion.rev : null;\n item.loadPart(true, null, rev);\n alert('loading ' + item.name + '...');\n}","funcProperties":{"__isSmartRef__":true,"id":39364},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39363":{"this":{"__isSmartRef__":true,"id":30847}},"39364":{"timestamp":{"__isSmartRef__":true,"id":39365},"tags":[]},"39365":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"39366":{"varMapping":{"__isSmartRef__":true,"id":39367},"source":"function addCategory(categoryName, doNotUpdate) {\n if (!categoryName.startsWith(\"*\")) {\n var url = this.partsBinURL().withFilename(categoryName);\n this.addExternalCategory(categoryName, url, true);\n } else {\n this.categories[categoryName] = {isSpecialCategory: true};\n if (!doNotUpdate) {\n this.updateCategoryList(categoryName);\n }\n }\n}","funcProperties":{"__isSmartRef__":true,"id":39368},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39367":{"this":{"__isSmartRef__":true,"id":30847}},"39368":{"timestamp":{"__isSmartRef__":true,"id":39369},"tags":[]},"39369":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:58 GMT+0100 (Mitteleuropäische Zeit)"},"39370":{"varMapping":{"__isSmartRef__":true,"id":39371},"source":"function addCategoryInteractively() {\n var partsBin = this, world = this.world();\n world.prompt('Name of new category?', function(categoryName) {\n if (!categoryName || categoryName == '') {\n\t alert('no category created!')\n\t return;\n\t}\n partsBin.addCategory(categoryName)\n });\n}","funcProperties":{"__isSmartRef__":true,"id":39372},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39371":{"this":{"__isSmartRef__":true,"id":30847}},"39372":{"timestamp":{"__isSmartRef__":true,"id":39373},"tags":[]},"39373":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"39374":{"varMapping":{"__isSmartRef__":true,"id":39375},"source":"function addExternalCategory(categoryName, url, createPath) {\n url = url.asDirectory();\n this.categories[categoryName] = url;\n if (createPath) {\n this.getPartsSpaceForCategory(categoryName).ensureExistance();\n }\n this.updateCategoryList(categoryName)\n}","funcProperties":{"__isSmartRef__":true,"id":39376},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39375":{"this":{"__isSmartRef__":true,"id":30847}},"39376":{"timestamp":{"__isSmartRef__":true,"id":39377},"tags":[]},"39377":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"39378":{"varMapping":{"__isSmartRef__":true,"id":39379},"source":"function removeCategory(categoryName) {\n var url = this.getURLForCategoryNamed(categoryName);\n if (!url) {\n alert('No category ' + categoryName + ' exists! Doing nothing')\n\treturn;\n }\n var webR = new WebResource(url);\n if (!webR.exists()) {\n alert('Does not exist: ' + url);\n\tdelete this.categories[categoryName];\n\tlively.PartsBin.removePartsSpace(name);\n\tthis.updateCategoryList();\n\treturn\n }\n webR.getSubElements()\n if (!webR.subDocuments || webR.subDocuments.length > 0 ||\n !webR.subCollections || webR.subCollections.length > 0) {\n alert('Will not remove directory ' + url + ' because it is not empty')\n } else {\n webR.del();\n alertOK('Removed ' + categoryName + ' url ' + url);\n }\n delete this.categories[categoryName];\n lively.PartsBin.removePartsSpace(name);\n this.updateCategoryList();\n}","funcProperties":{"__isSmartRef__":true,"id":39380},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39379":{"this":{"__isSmartRef__":true,"id":30847}},"39380":{"timestamp":{"__isSmartRef__":true,"id":39381},"tags":[]},"39381":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"39382":{"varMapping":{"__isSmartRef__":true,"id":39383},"source":"function removeCategoryInteractively() {\n var partsBin = this, world = this.world();\n world.confirm('Really remove ' + this.categoryName + '?', function(result) {\n\tif (!result) {\n\t alert('no category removed!')\n\t return;\n\t}\n\tpartsBin.removeCategory(partsBin.categoryName)\n });\t\n}","funcProperties":{"__isSmartRef__":true,"id":39384},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39383":{"this":{"__isSmartRef__":true,"id":30847}},"39384":{"timestamp":{"__isSmartRef__":true,"id":39385},"tags":[]},"39385":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"39386":{"varMapping":{"__isSmartRef__":true,"id":39387},"source":"function interactivelyMoveSelectedPartItem(partMorph) {\n var partItem = this.selectedPartItem, categories = this.categories, self = this;\n if (!partItem) { alert('no item selected'); return }\n var items = Properties.own(categories).sort()\n .reject(function(ea) { return ea.startsWith(\"*\") || ea === self. categoryName})\n .collect(function(catName) {\n return [catName, function() {\n var url = new URL(categories[catName]);\n var partsSpace = lively.PartsBin.partsSpaceWithURL(url)\n partItem.moveToPartsSpace(partsSpace);\n self.reloadEverything();\n alertOK('Moved ' + partItem.name + ' to ' + url);\n }]\n })\n lively.morphic.Menu.openAtHand('Select category', items);\n}","funcProperties":{"__isSmartRef__":true,"id":39388},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39387":{"this":{"__isSmartRef__":true,"id":30847}},"39388":{"timestamp":{"__isSmartRef__":true,"id":39389},"user":"robertkrahn","tags":[]},"39389":{"isSerializedDate":true,"string":"Thu Jul 07 2011 16:13:12 GMT+0200 (Mitteleuropäische Sommerzeit)"},"39390":{"varMapping":{"__isSmartRef__":true,"id":39391},"source":"function setMetaInfoOfSelectedItem(metaInfo) {\n var comment = (metaInfo && metaInfo.getComment()) ||\n 'No comment yet';\n this.get('CommitLog').setTextString(this.commitLogString(metaInfo))\n\n\n this.get('selectedPartComment').textString = comment;\n}","funcProperties":{"__isSmartRef__":true,"id":39392},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39391":{"this":{"__isSmartRef__":true,"id":30847}},"39392":{"timestamp":{"__isSmartRef__":true,"id":39393},"user":"jenslincke","tags":[]},"39393":{"isSerializedDate":true,"string":"Tue Jan 31 2012 20:15:25 GMT+0100 (Mitteleuropäische Zeit)"},"39394":{"varMapping":{"__isSmartRef__":true,"id":39395},"source":"function saveCommentForSelectedPartItem(comment) {\n if (!this.selectedPartItem) {\n\talert('no part item selected!')\n\treturn;\n }\n var metaInfo = this.selectedPartItem.getMetaInfo();\n metaInfo.setComment(comment);\n this.selectedPartItem.uploadMetaInfoOnly();\n}","funcProperties":{"__isSmartRef__":true,"id":39396},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39395":{"this":{"__isSmartRef__":true,"id":30847}},"39396":{"timestamp":{"__isSmartRef__":true,"id":39397},"tags":[]},"39397":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:26:53 GMT+0100 (Mitteleuropäische Zeit)"},"39398":{"varMapping":{"__isSmartRef__":true,"id":39399},"source":"function addPartsOfCategory(categoryName) {\n var partsSpace = this.getPartsSpaceForCategory(categoryName);\n connect(partsSpace, 'partItems', this, 'addMorphsForPartItems', {\n\tconverter: function(partItemObj) { return Properties.ownValues(partItemObj) }})\n partsSpace.load(true);\n}","funcProperties":{"__isSmartRef__":true,"id":39400},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39399":{"this":{"__isSmartRef__":true,"id":30847}},"39400":{"timestamp":{"__isSmartRef__":true,"id":39401},"tags":[]},"39401":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"39402":{"varMapping":{"__isSmartRef__":true,"id":39403},"source":"function onLoadLatest(propfindXML) {\n var rawNodes = new Query(\"/D:multistatus/D:response\").findAll(propfindXML.documentElement);\n\n var svnVersionInfos = rawNodes.map(function(rawNode) { return SVNVersionInfo.fromPropfindNode(rawNode) });\n\n var top20 = svnVersionInfos\n .select(function(ea) { return ea.url.endsWith(\".json\")})\n .sortBy(function(ea) { return ea.rev}).reverse().slice(0,20);\n var top20URLs = top20.collect(function(ea) { \n return new URL(\"http://\" + URL.codeBase.hostname + ea.url)})\n \n this.addPartsFromURLs(top20URLs) \n}","funcProperties":{"__isSmartRef__":true,"id":39404},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39403":{"this":{"__isSmartRef__":true,"id":30847}},"39404":{"timestamp":{"__isSmartRef__":true,"id":39405},"tags":[]},"39405":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"39406":{"varMapping":{"__isSmartRef__":true,"id":39407},"source":"function onLoadAll(subDocuments) {\n // alertOK(\"load all \" + subDocuments.length)\n var all = subDocuments.invoke('getURL')\n .select(function(ea) {return ea.filename().endsWith(\".json\")})\n .sortBy(function(ea) {return ea.filename()});\n \n this.addPartsFromURLs(all) \n}","funcProperties":{"__isSmartRef__":true,"id":39408},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39407":{"this":{"__isSmartRef__":true,"id":30847}},"39408":{"timestamp":{"__isSmartRef__":true,"id":39409},"tags":[]},"39409":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:38:18 GMT+0100 (Mitteleuropäische Zeit)"},"39410":{"varMapping":{"__isSmartRef__":true,"id":39411},"source":"function onSearch(allPartURLs) {\n var searchString = this.get('searchText').textString;\n var matchingPartURLs = allPartURLs\n .select(function(ea) {return new RegExp(searchString, 'i').test(ea.filename())})\n .sortBy(function(ea) {return ea.filename()});\n this.addPartsFromURLs(matchingPartURLs) \n if (matchingPartURLs.length == 0)\n this.showMsg(\"nothing found for '\" + searchString + \"'\")\n}","funcProperties":{"__isSmartRef__":true,"id":39412},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39411":{"this":{"__isSmartRef__":true,"id":30847}},"39412":{"timestamp":{"__isSmartRef__":true,"id":39413},"user":"lauritz","tags":[]},"39413":{"isSerializedDate":true,"string":"Mon Dec 19 2011 19:59:19 GMT+0100 (Mitteleuropäische Zeit)"},"39414":{"varMapping":{"__isSmartRef__":true,"id":39415},"source":"function addPartsFromURLs(urls) {\n var partsBin = this,\n partItems = [];\n\n urls.forEach(function(ea) {\n var partPath = ea.relativePathFrom(URL.codeBase.withFilename(\"../\")),\n match = partPath.match(/(.*\\/)(.*).json/);\n if (match)\n partItems.push(lively.PartsBin.getPartItem(match[2], match[1]));\n });\n partsBin.addMorphsForPartItems(partItems, true);\n\n}","funcProperties":{"__isSmartRef__":true,"id":39416},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39415":{"this":{"__isSmartRef__":true,"id":30847}},"39416":{"timestamp":{"__isSmartRef__":true,"id":39417},"user":"jenslincke","tags":[]},"39417":{"isSerializedDate":true,"string":"Thu Feb 23 2012 18:39:54 GMT+0100 (Mitteleuropäische Zeit)"},"39418":{"varMapping":{"__isSmartRef__":true,"id":39419},"source":"function search(searchString) {\n this.get('categoryList').setSelection(\"*search*\");\n}","funcProperties":{"__isSmartRef__":true,"id":39420},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39419":{"this":{"__isSmartRef__":true,"id":30847}},"39420":{"timestamp":{"__isSmartRef__":true,"id":39421},"tags":[]},"39421":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"39422":{"varMapping":{"__isSmartRef__":true,"id":39423},"source":"function showMsg(string) {\n var label = new lively.morphic.Text(new Rectangle(0,0,200,30), string);\n label.applyStyle({fill: null, borderWidth: 0})\n this.get('partsBinContents').addMorph(label)\n}","funcProperties":{"__isSmartRef__":true,"id":39424},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39423":{"this":{"__isSmartRef__":true,"id":30847}},"39424":{"timestamp":{"__isSmartRef__":true,"id":39425},"user":"lauritz","tags":[]},"39425":{"isSerializedDate":true,"string":"Mon Dec 19 2011 19:59:19 GMT+0100 (Mitteleuropäische Zeit)"},"39426":{"varMapping":{"__isSmartRef__":true,"id":39427},"source":"function toggleMorePane() {\n var pane = this.get('morePane');\n moveOffset = pane.getExtent().withY(0),\n steps = 5, timePerStep = 10,\n btn = pane.get('moreButton');\n if (pane.isVisible()) {\n var dest = pane.getPosition().addPt(moveOffset.negated());\n pane.animatedInterpolateTo(dest, steps, timePerStep, function() {\n btn.setLabel('more')\n pane.setVisible(false)\n });\n\n } else {\n btn.setLabel('hide')\n pane.setVisible(true)\n this.addMorphBack(pane);\n pane.align(\n pane.bounds().topRight(), \n this.get('partsBinContents').bounds().topRight());\n // move it so that it is completely visible\n var dest = pane.getPosition().addPt(moveOffset);\n pane.animatedInterpolateTo(dest, steps, timePerStep, Functions.Null);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":39428},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39427":{"this":{"__isSmartRef__":true,"id":30847}},"39428":{"timestamp":{"__isSmartRef__":true,"id":39429},"user":"lauritz","tags":[]},"39429":{"isSerializedDate":true,"string":"Mon Dec 19 2011 19:59:19 GMT+0100 (Mitteleuropäische Zeit)"},"39430":{"varMapping":{"__isSmartRef__":true,"id":39431},"source":"function interactivelyCopySelectedPartItem(partMorph) {\n // FIXME duplication with interactivelyMoveSelectedPartItem\n var partItem = this.selectedPartItem, categories = this.categories, self = this;\n if (!partItem) { alert('no item selected'); return }\n var items = Properties.own(categories).sort()\n .reject(function(ea) { return ea.startsWith(\"*\") || ea === self. categoryName})\n .collect(function(catName) {\n return [catName, function() {\n var url = new URL(categories[catName]);\n var partsSpace = lively.PartsBin.partsSpaceWithURL(url)\n partItem.copyToPartsSpace(partsSpace);\n alertOK('Copied ' + partItem.name + ' to ' + url);\n }]\n })\n lively.morphic.Menu.openAtHand('Select category', items);\n}","funcProperties":{"__isSmartRef__":true,"id":39432},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39431":{"this":{"__isSmartRef__":true,"id":30847}},"39432":{"timestamp":{"__isSmartRef__":true,"id":39433},"user":"robertkrahn","tags":[]},"39433":{"isSerializedDate":true,"string":"Thu Jul 07 2011 16:13:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"39434":{"varMapping":{"__isSmartRef__":true,"id":39435},"source":"function partsBinUrl() {\n if (this.url) {\n return url;\n }\n return this.partsBinURL();\n}","funcProperties":{"__isSmartRef__":true,"id":39436},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39435":{"this":{"__isSmartRef__":true,"id":30847}},"39436":{"timestamp":{"__isSmartRef__":true,"id":39437},"tags":[]},"39437":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:58 GMT+0100 (Mitteleuropäische Zeit)"},"39438":{"varMapping":{"__isSmartRef__":true,"id":39439},"source":"function partsBinURL() {\n if (this.url) {\n return this.url;\n }\n return this.defaultPartsBinURL();\n}","funcProperties":{"__isSmartRef__":true,"id":39440},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39439":{"this":{"__isSmartRef__":true,"id":30847}},"39440":{"timestamp":{"__isSmartRef__":true,"id":39441},"tags":[]},"39441":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:06 GMT+0100 (Mitteleuropäische Zeit)"},"39442":{"varMapping":{"__isSmartRef__":true,"id":39443},"source":"function commitLogString(metaInfo) {\n if (!metaInfo.changes) return \"\";\n return metaInfo.changes\n .reverse()\n .collect(function(ea) {\n return Strings.format(\"%s %s: \\n %s\\n\",\n ea.date.format(\"yyyy-mm-dd HH:MM\") , \n ea.author, (ea.message || \"no comment\"));\n })\n .join('');\n}","funcProperties":{"__isSmartRef__":true,"id":39444},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39443":{"this":{"__isSmartRef__":true,"id":30847}},"39444":{"timestamp":{"__isSmartRef__":true,"id":39445},"user":"jenslincke","tags":[]},"39445":{"isSerializedDate":true,"string":"Tue Jan 31 2012 20:19:05 GMT+0100 (Mitteleuropäische Zeit)"},"39446":{"varMapping":{"__isSmartRef__":true,"id":39447},"source":"function showCommits() {\n if (!this.selectedPartItem) {\n alert('nothing selected');\n return;\n }\n var metaInfo = this.selectedPartItem.loadedMetaInfo;\n this.world().addTextWindow({\n title: 'Commits of ' + metaInfo.partName,\n content: this.commitLogString(metaInfo)\n });\n}","funcProperties":{"__isSmartRef__":true,"id":39448},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39447":{"this":{"__isSmartRef__":true,"id":30847}},"39448":{"timestamp":{"__isSmartRef__":true,"id":39449},"user":"robertkrahn","tags":[]},"39449":{"isSerializedDate":true,"string":"Mon Jan 23 2012 19:20:49 GMT+0100 (Mitteleuropäische Zeit)"},"39450":{"varMapping":{"__isSmartRef__":true,"id":39451},"source":"function setShareLink(partItem) {\n var linkText = this.get('shareLink');\n linkText.setTextString('Share Link');\n var url = 'http://www.lively-kernel.org/viral?part='\n + partItem.name + '&path=' + partItem.partsSpaceName;\n linkText.emphasizeAll({uri: url});\n}","funcProperties":{"__isSmartRef__":true,"id":39452},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39451":{"this":{"__isSmartRef__":true,"id":30847}},"39452":{"timestamp":{"__isSmartRef__":true,"id":39453},"user":"robertkrahn","tags":[]},"39453":{"isSerializedDate":true,"string":"Mon Jan 23 2012 19:45:42 GMT+0100 (Mitteleuropäische Zeit)"},"39454":{"varMapping":{"__isSmartRef__":true,"id":39455},"source":"function setSelectedPartVersions(versions) {\n // alertOK(\"set versions:\" + versions.length)\n var list = versions.collect(function(ea) {\n return { \n string: '' + ea.date.format(\"yyyy-mm-dd HH:MM\") \n + \" \" + ea.author + \" (\" + ea.rev + \")\", \n value: ea, isListItem: true}\n })\n this.get('selectedPartVersions').updateList(list)\n}","funcProperties":{"__isSmartRef__":true,"id":39456},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"39455":{"this":{"__isSmartRef__":true,"id":30847}},"39456":{"timestamp":{"__isSmartRef__":true,"id":39457},"user":"jenslincke","tags":[]},"39457":{"isSerializedDate":true,"string":"Tue Jan 31 2012 20:06:52 GMT+0100 (Mitteleuropäische Zeit)"},"39458":{"source":{"__isSmartRef__":true,"id":26167},"target":{"__isSmartRef__":true,"id":30847}},"39459":{"converter":{"__isSmartRef__":true,"id":39460}},"39460":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":39458},"source":"function (partItemObj) { return Properties.ownValues(partItemObj) }","funcProperties":{"__isSmartRef__":true,"id":39461},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"39461":{},"39462":{"sourceObj":{"__isSmartRef__":true,"id":26167},"sourceAttrName":"partItems","targetObj":{"__isSmartRef__":true,"id":39463},"targetMethodName":"addMorphsForPartItems","converterString":"function (partItemObj) { return Properties.ownValues(partItemObj) }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":46479},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":46480},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"39463":{"submorphs":[{"__isSmartRef__":true,"id":39464},{"__isSmartRef__":true,"id":41262},{"__isSmartRef__":true,"id":41277},{"__isSmartRef__":true,"id":41327},{"__isSmartRef__":true,"id":44596},{"__isSmartRef__":true,"id":44649},{"__isSmartRef__":true,"id":44702},{"__isSmartRef__":true,"id":44719},{"__isSmartRef__":true,"id":44733}],"scripts":[],"id":"F65179D0-2726-463D-89E2-5612470446F1","shape":{"__isSmartRef__":true,"id":45114},"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"PartsBinBrowser","partsBinMetaInfo":{"__isSmartRef__":true,"id":45121},"__SourceModuleName__":"Global.lively.morphic.Core","attributeConnections":[{"__isSmartRef__":true,"id":45124},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":45058},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062}],"doNotSerialize":["$$categoryName","$$_Position","$$_Scale","$$_Rotation","$$owner","categories"],"doNotCopyProperties":["$$categoryName","$$_Position","$$_Scale","$$_Rotation","$$owner"],"selectedPartItem":{"__isSmartRef__":true,"id":42530},"layout":{"__isSmartRef__":true,"id":45125},"priorExtent":{"__isSmartRef__":true,"id":45126},"renderContextTable":{"__isSmartRef__":true,"id":45127},"eventHandler":{"__isSmartRef__":true,"id":45128},"connections":{"__isSmartRef__":true,"id":45129},"isCopyMorphRef":true,"morphRefId":1,"prevScroll":[0,0],"isBeingDragged":false,"derivationIds":[1216,"DCEC3706-0AB9-4A0C-925F-475895BE1DF7","68426E58-E2B1-4674-9B39-B68EBCF20862","2669991A-6DFB-4E8C-B5E0-7AAFEB4C1F1B","28532929-9EF2-46BB-806D-E2DEDDDD7B23","C9A10B70-D314-40FE-8F60-89C176D369BE","AB7C8D37-027C-4F1A-94C9-6D9399870560","6C0D122F-738A-4887-A71E-60CC93389047","78714529-9A42-4AF0-89F3-94DB4F3E87BC","20E86927-BBA6-45B0-AE2E-74C6531A2D8B","7547ECC2-E4E3-4F53-A5E1-54BACD597352","8CA5479C-7CD1-4FAC-90E1-B9BB8C43706D","A1030CA3-704B-46AE-9627-A2843F9D1DC2","1888759D-BC9B-436F-9782-632D1000D7FB","B758B83B-AF79-4410-B88D-5EE31D7C17A9","F4363EF4-1C16-4D29-A79F-7B414DD0F1FD","044C9B49-71AD-499B-938B-CBBF60CD1BDA","E6F808B7-2CCE-4B5C-9B6F-1D7A22B8F936","FE4AD6D7-B486-4DF5-A4A8-C92A799C9FE8"],"_Position":{"__isSmartRef__":true,"id":45131},"_Scale":1,"_Rotation":0,"owner":{"__isSmartRef__":true,"id":44822},"categoryName":"Tools","allURLs":[{"__isSmartRef__":true,"id":45132},{"__isSmartRef__":true,"id":45133},{"__isSmartRef__":true,"id":45134},{"__isSmartRef__":true,"id":45135},{"__isSmartRef__":true,"id":45136},{"__isSmartRef__":true,"id":45137},{"__isSmartRef__":true,"id":45138},{"__isSmartRef__":true,"id":45139},{"__isSmartRef__":true,"id":45140},{"__isSmartRef__":true,"id":45141},{"__isSmartRef__":true,"id":45142},{"__isSmartRef__":true,"id":45143},{"__isSmartRef__":true,"id":45144},{"__isSmartRef__":true,"id":45145},{"__isSmartRef__":true,"id":45146},{"__isSmartRef__":true,"id":45147},{"__isSmartRef__":true,"id":45148},{"__isSmartRef__":true,"id":45149},{"__isSmartRef__":true,"id":45150},{"__isSmartRef__":true,"id":45151},{"__isSmartRef__":true,"id":45152},{"__isSmartRef__":true,"id":45153},{"__isSmartRef__":true,"id":45154},{"__isSmartRef__":true,"id":45155},{"__isSmartRef__":true,"id":45156},{"__isSmartRef__":true,"id":45157},{"__isSmartRef__":true,"id":45158},{"__isSmartRef__":true,"id":45159},{"__isSmartRef__":true,"id":45160},{"__isSmartRef__":true,"id":45161},{"__isSmartRef__":true,"id":45162},{"__isSmartRef__":true,"id":45163},{"__isSmartRef__":true,"id":45164},{"__isSmartRef__":true,"id":45165},{"__isSmartRef__":true,"id":45166},{"__isSmartRef__":true,"id":45167},{"__isSmartRef__":true,"id":45168},{"__isSmartRef__":true,"id":45169},{"__isSmartRef__":true,"id":45170},{"__isSmartRef__":true,"id":45171},{"__isSmartRef__":true,"id":45172},{"__isSmartRef__":true,"id":45173},{"__isSmartRef__":true,"id":45174},{"__isSmartRef__":true,"id":45175},{"__isSmartRef__":true,"id":45176},{"__isSmartRef__":true,"id":45177},{"__isSmartRef__":true,"id":45178},{"__isSmartRef__":true,"id":45179},{"__isSmartRef__":true,"id":45180},{"__isSmartRef__":true,"id":45181},{"__isSmartRef__":true,"id":45182},{"__isSmartRef__":true,"id":45183},{"__isSmartRef__":true,"id":45184},{"__isSmartRef__":true,"id":45185},{"__isSmartRef__":true,"id":45186},{"__isSmartRef__":true,"id":45187},{"__isSmartRef__":true,"id":45188},{"__isSmartRef__":true,"id":45189},{"__isSmartRef__":true,"id":45190},{"__isSmartRef__":true,"id":45191},{"__isSmartRef__":true,"id":45192},{"__isSmartRef__":true,"id":45193},{"__isSmartRef__":true,"id":45194},{"__isSmartRef__":true,"id":45195},{"__isSmartRef__":true,"id":45196},{"__isSmartRef__":true,"id":45197},{"__isSmartRef__":true,"id":45198},{"__isSmartRef__":true,"id":45199},{"__isSmartRef__":true,"id":45200},{"__isSmartRef__":true,"id":45201},{"__isSmartRef__":true,"id":45202},{"__isSmartRef__":true,"id":45203},{"__isSmartRef__":true,"id":45204},{"__isSmartRef__":true,"id":45205},{"__isSmartRef__":true,"id":45206},{"__isSmartRef__":true,"id":45207},{"__isSmartRef__":true,"id":45208},{"__isSmartRef__":true,"id":45209},{"__isSmartRef__":true,"id":45210},{"__isSmartRef__":true,"id":45211},{"__isSmartRef__":true,"id":45212},{"__isSmartRef__":true,"id":45213},{"__isSmartRef__":true,"id":45214},{"__isSmartRef__":true,"id":45215},{"__isSmartRef__":true,"id":45216},{"__isSmartRef__":true,"id":45217},{"__isSmartRef__":true,"id":45218},{"__isSmartRef__":true,"id":45219},{"__isSmartRef__":true,"id":45220},{"__isSmartRef__":true,"id":45221},{"__isSmartRef__":true,"id":45222},{"__isSmartRef__":true,"id":45223},{"__isSmartRef__":true,"id":45224},{"__isSmartRef__":true,"id":45225},{"__isSmartRef__":true,"id":45226},{"__isSmartRef__":true,"id":45227},{"__isSmartRef__":true,"id":45228},{"__isSmartRef__":true,"id":45229},{"__isSmartRef__":true,"id":45230},{"__isSmartRef__":true,"id":45231},{"__isSmartRef__":true,"id":45232},{"__isSmartRef__":true,"id":45233},{"__isSmartRef__":true,"id":45234},{"__isSmartRef__":true,"id":45235},{"__isSmartRef__":true,"id":45236},{"__isSmartRef__":true,"id":45237},{"__isSmartRef__":true,"id":45238},{"__isSmartRef__":true,"id":45239},{"__isSmartRef__":true,"id":45240},{"__isSmartRef__":true,"id":45241},{"__isSmartRef__":true,"id":45242},{"__isSmartRef__":true,"id":45243},{"__isSmartRef__":true,"id":45244},{"__isSmartRef__":true,"id":45245},{"__isSmartRef__":true,"id":45246},{"__isSmartRef__":true,"id":45247},{"__isSmartRef__":true,"id":45248},{"__isSmartRef__":true,"id":45249},{"__isSmartRef__":true,"id":45250},{"__isSmartRef__":true,"id":45251},{"__isSmartRef__":true,"id":45252},{"__isSmartRef__":true,"id":45253},{"__isSmartRef__":true,"id":45254},{"__isSmartRef__":true,"id":45255},{"__isSmartRef__":true,"id":45256},{"__isSmartRef__":true,"id":45257},{"__isSmartRef__":true,"id":45258},{"__isSmartRef__":true,"id":45259},{"__isSmartRef__":true,"id":45260},{"__isSmartRef__":true,"id":45261},{"__isSmartRef__":true,"id":45262},{"__isSmartRef__":true,"id":45263},{"__isSmartRef__":true,"id":45264},{"__isSmartRef__":true,"id":45265},{"__isSmartRef__":true,"id":45266},{"__isSmartRef__":true,"id":45267},{"__isSmartRef__":true,"id":45268},{"__isSmartRef__":true,"id":45269},{"__isSmartRef__":true,"id":45270},{"__isSmartRef__":true,"id":45271},{"__isSmartRef__":true,"id":45272},{"__isSmartRef__":true,"id":45273},{"__isSmartRef__":true,"id":45274},{"__isSmartRef__":true,"id":45275},{"__isSmartRef__":true,"id":45276},{"__isSmartRef__":true,"id":45277},{"__isSmartRef__":true,"id":45278},{"__isSmartRef__":true,"id":45279},{"__isSmartRef__":true,"id":45280},{"__isSmartRef__":true,"id":45281},{"__isSmartRef__":true,"id":45282},{"__isSmartRef__":true,"id":45283},{"__isSmartRef__":true,"id":45284},{"__isSmartRef__":true,"id":45285},{"__isSmartRef__":true,"id":45286},{"__isSmartRef__":true,"id":45287},{"__isSmartRef__":true,"id":45288},{"__isSmartRef__":true,"id":45289},{"__isSmartRef__":true,"id":45290},{"__isSmartRef__":true,"id":45291},{"__isSmartRef__":true,"id":45292},{"__isSmartRef__":true,"id":45293},{"__isSmartRef__":true,"id":45294},{"__isSmartRef__":true,"id":45295},{"__isSmartRef__":true,"id":45296},{"__isSmartRef__":true,"id":45297},{"__isSmartRef__":true,"id":45298},{"__isSmartRef__":true,"id":45299},{"__isSmartRef__":true,"id":45300},{"__isSmartRef__":true,"id":45301},{"__isSmartRef__":true,"id":45302},{"__isSmartRef__":true,"id":45303},{"__isSmartRef__":true,"id":45304},{"__isSmartRef__":true,"id":45305},{"__isSmartRef__":true,"id":45306},{"__isSmartRef__":true,"id":45307},{"__isSmartRef__":true,"id":45308},{"__isSmartRef__":true,"id":45309},{"__isSmartRef__":true,"id":45310},{"__isSmartRef__":true,"id":45311},{"__isSmartRef__":true,"id":45312},{"__isSmartRef__":true,"id":45313},{"__isSmartRef__":true,"id":45314},{"__isSmartRef__":true,"id":45315},{"__isSmartRef__":true,"id":45316},{"__isSmartRef__":true,"id":45317},{"__isSmartRef__":true,"id":45318},{"__isSmartRef__":true,"id":45319},{"__isSmartRef__":true,"id":45320},{"__isSmartRef__":true,"id":45321},{"__isSmartRef__":true,"id":45322},{"__isSmartRef__":true,"id":45323},{"__isSmartRef__":true,"id":45324},{"__isSmartRef__":true,"id":45325},{"__isSmartRef__":true,"id":45326},{"__isSmartRef__":true,"id":45327},{"__isSmartRef__":true,"id":45328},{"__isSmartRef__":true,"id":45329},{"__isSmartRef__":true,"id":45330},{"__isSmartRef__":true,"id":45331},{"__isSmartRef__":true,"id":45332},{"__isSmartRef__":true,"id":45333},{"__isSmartRef__":true,"id":45334},{"__isSmartRef__":true,"id":45335},{"__isSmartRef__":true,"id":45336},{"__isSmartRef__":true,"id":45337},{"__isSmartRef__":true,"id":45338},{"__isSmartRef__":true,"id":45339},{"__isSmartRef__":true,"id":45340},{"__isSmartRef__":true,"id":45341},{"__isSmartRef__":true,"id":45342},{"__isSmartRef__":true,"id":45343},{"__isSmartRef__":true,"id":45344},{"__isSmartRef__":true,"id":45345},{"__isSmartRef__":true,"id":45346},{"__isSmartRef__":true,"id":45347},{"__isSmartRef__":true,"id":45348},{"__isSmartRef__":true,"id":45349},{"__isSmartRef__":true,"id":45350},{"__isSmartRef__":true,"id":45351},{"__isSmartRef__":true,"id":45352},{"__isSmartRef__":true,"id":45353},{"__isSmartRef__":true,"id":45354},{"__isSmartRef__":true,"id":45355},{"__isSmartRef__":true,"id":45356},{"__isSmartRef__":true,"id":45357},{"__isSmartRef__":true,"id":45358},{"__isSmartRef__":true,"id":45359},{"__isSmartRef__":true,"id":45360},{"__isSmartRef__":true,"id":45361},{"__isSmartRef__":true,"id":45362},{"__isSmartRef__":true,"id":45363},{"__isSmartRef__":true,"id":45364},{"__isSmartRef__":true,"id":45365},{"__isSmartRef__":true,"id":45366},{"__isSmartRef__":true,"id":45367},{"__isSmartRef__":true,"id":45368},{"__isSmartRef__":true,"id":45369},{"__isSmartRef__":true,"id":45370},{"__isSmartRef__":true,"id":45371},{"__isSmartRef__":true,"id":45372},{"__isSmartRef__":true,"id":45373},{"__isSmartRef__":true,"id":45374},{"__isSmartRef__":true,"id":45375},{"__isSmartRef__":true,"id":45376},{"__isSmartRef__":true,"id":45377},{"__isSmartRef__":true,"id":45378},{"__isSmartRef__":true,"id":45379},{"__isSmartRef__":true,"id":45380},{"__isSmartRef__":true,"id":45381},{"__isSmartRef__":true,"id":45382},{"__isSmartRef__":true,"id":45383},{"__isSmartRef__":true,"id":45384},{"__isSmartRef__":true,"id":45385},{"__isSmartRef__":true,"id":45386},{"__isSmartRef__":true,"id":45387},{"__isSmartRef__":true,"id":45388},{"__isSmartRef__":true,"id":45389},{"__isSmartRef__":true,"id":45390},{"__isSmartRef__":true,"id":45391},{"__isSmartRef__":true,"id":45392},{"__isSmartRef__":true,"id":45393},{"__isSmartRef__":true,"id":45394},{"__isSmartRef__":true,"id":45395},{"__isSmartRef__":true,"id":45396},{"__isSmartRef__":true,"id":45397},{"__isSmartRef__":true,"id":45398},{"__isSmartRef__":true,"id":45399},{"__isSmartRef__":true,"id":45400},{"__isSmartRef__":true,"id":45401},{"__isSmartRef__":true,"id":45402},{"__isSmartRef__":true,"id":45403},{"__isSmartRef__":true,"id":45404},{"__isSmartRef__":true,"id":45405},{"__isSmartRef__":true,"id":45406},{"__isSmartRef__":true,"id":45407},{"__isSmartRef__":true,"id":45408},{"__isSmartRef__":true,"id":45409},{"__isSmartRef__":true,"id":45410},{"__isSmartRef__":true,"id":45411},{"__isSmartRef__":true,"id":45412},{"__isSmartRef__":true,"id":45413},{"__isSmartRef__":true,"id":45414},{"__isSmartRef__":true,"id":45415},{"__isSmartRef__":true,"id":45416},{"__isSmartRef__":true,"id":45417},{"__isSmartRef__":true,"id":45418},{"__isSmartRef__":true,"id":45419},{"__isSmartRef__":true,"id":45420},{"__isSmartRef__":true,"id":45421},{"__isSmartRef__":true,"id":45422},{"__isSmartRef__":true,"id":45423},{"__isSmartRef__":true,"id":45424},{"__isSmartRef__":true,"id":45425},{"__isSmartRef__":true,"id":45426},{"__isSmartRef__":true,"id":45427},{"__isSmartRef__":true,"id":45428},{"__isSmartRef__":true,"id":45429},{"__isSmartRef__":true,"id":45430},{"__isSmartRef__":true,"id":45431},{"__isSmartRef__":true,"id":45432},{"__isSmartRef__":true,"id":45433},{"__isSmartRef__":true,"id":45434},{"__isSmartRef__":true,"id":45435},{"__isSmartRef__":true,"id":45436},{"__isSmartRef__":true,"id":45437},{"__isSmartRef__":true,"id":45438},{"__isSmartRef__":true,"id":45439},{"__isSmartRef__":true,"id":45440},{"__isSmartRef__":true,"id":45441},{"__isSmartRef__":true,"id":45442},{"__isSmartRef__":true,"id":45443},{"__isSmartRef__":true,"id":45444},{"__isSmartRef__":true,"id":45445},{"__isSmartRef__":true,"id":45446},{"__isSmartRef__":true,"id":45447},{"__isSmartRef__":true,"id":45448},{"__isSmartRef__":true,"id":45449},{"__isSmartRef__":true,"id":45450},{"__isSmartRef__":true,"id":45451},{"__isSmartRef__":true,"id":45452},{"__isSmartRef__":true,"id":45453},{"__isSmartRef__":true,"id":45454},{"__isSmartRef__":true,"id":45455},{"__isSmartRef__":true,"id":45456},{"__isSmartRef__":true,"id":45457},{"__isSmartRef__":true,"id":45458},{"__isSmartRef__":true,"id":45459},{"__isSmartRef__":true,"id":45460},{"__isSmartRef__":true,"id":45461},{"__isSmartRef__":true,"id":45462},{"__isSmartRef__":true,"id":45463},{"__isSmartRef__":true,"id":45464},{"__isSmartRef__":true,"id":45465},{"__isSmartRef__":true,"id":45466},{"__isSmartRef__":true,"id":45467},{"__isSmartRef__":true,"id":45468},{"__isSmartRef__":true,"id":45469},{"__isSmartRef__":true,"id":45470},{"__isSmartRef__":true,"id":45471},{"__isSmartRef__":true,"id":45472},{"__isSmartRef__":true,"id":45473},{"__isSmartRef__":true,"id":45474},{"__isSmartRef__":true,"id":45475},{"__isSmartRef__":true,"id":45476},{"__isSmartRef__":true,"id":45477},{"__isSmartRef__":true,"id":45478},{"__isSmartRef__":true,"id":45479},{"__isSmartRef__":true,"id":45480},{"__isSmartRef__":true,"id":45481},{"__isSmartRef__":true,"id":45482},{"__isSmartRef__":true,"id":45483},{"__isSmartRef__":true,"id":45484},{"__isSmartRef__":true,"id":45485},{"__isSmartRef__":true,"id":45486},{"__isSmartRef__":true,"id":45487},{"__isSmartRef__":true,"id":45488},{"__isSmartRef__":true,"id":45489},{"__isSmartRef__":true,"id":45490},{"__isSmartRef__":true,"id":45491},{"__isSmartRef__":true,"id":45492},{"__isSmartRef__":true,"id":45493},{"__isSmartRef__":true,"id":45494},{"__isSmartRef__":true,"id":45495},{"__isSmartRef__":true,"id":45496},{"__isSmartRef__":true,"id":45497},{"__isSmartRef__":true,"id":45498},{"__isSmartRef__":true,"id":45499},{"__isSmartRef__":true,"id":45500},{"__isSmartRef__":true,"id":45501},{"__isSmartRef__":true,"id":45502},{"__isSmartRef__":true,"id":45503},{"__isSmartRef__":true,"id":45504},{"__isSmartRef__":true,"id":45505},{"__isSmartRef__":true,"id":45506},{"__isSmartRef__":true,"id":45507},{"__isSmartRef__":true,"id":45508},{"__isSmartRef__":true,"id":45509},{"__isSmartRef__":true,"id":45510},{"__isSmartRef__":true,"id":45511},{"__isSmartRef__":true,"id":45512},{"__isSmartRef__":true,"id":45513},{"__isSmartRef__":true,"id":45514},{"__isSmartRef__":true,"id":45515},{"__isSmartRef__":true,"id":45516},{"__isSmartRef__":true,"id":45517},{"__isSmartRef__":true,"id":45518},{"__isSmartRef__":true,"id":45519},{"__isSmartRef__":true,"id":45520},{"__isSmartRef__":true,"id":45521},{"__isSmartRef__":true,"id":45522},{"__isSmartRef__":true,"id":45523},{"__isSmartRef__":true,"id":45524},{"__isSmartRef__":true,"id":45525},{"__isSmartRef__":true,"id":45526},{"__isSmartRef__":true,"id":45527},{"__isSmartRef__":true,"id":45528},{"__isSmartRef__":true,"id":45529},{"__isSmartRef__":true,"id":45530},{"__isSmartRef__":true,"id":45531},{"__isSmartRef__":true,"id":45532},{"__isSmartRef__":true,"id":45533},{"__isSmartRef__":true,"id":45534},{"__isSmartRef__":true,"id":45535},{"__isSmartRef__":true,"id":45536},{"__isSmartRef__":true,"id":45537},{"__isSmartRef__":true,"id":45538},{"__isSmartRef__":true,"id":45539},{"__isSmartRef__":true,"id":45540},{"__isSmartRef__":true,"id":45541},{"__isSmartRef__":true,"id":45542},{"__isSmartRef__":true,"id":45543},{"__isSmartRef__":true,"id":45544},{"__isSmartRef__":true,"id":45545},{"__isSmartRef__":true,"id":45546},{"__isSmartRef__":true,"id":45547},{"__isSmartRef__":true,"id":45548},{"__isSmartRef__":true,"id":45549},{"__isSmartRef__":true,"id":45550},{"__isSmartRef__":true,"id":45551},{"__isSmartRef__":true,"id":45552},{"__isSmartRef__":true,"id":45553},{"__isSmartRef__":true,"id":45554},{"__isSmartRef__":true,"id":45555},{"__isSmartRef__":true,"id":45556},{"__isSmartRef__":true,"id":45557},{"__isSmartRef__":true,"id":45558},{"__isSmartRef__":true,"id":45559},{"__isSmartRef__":true,"id":45560},{"__isSmartRef__":true,"id":45561},{"__isSmartRef__":true,"id":45562},{"__isSmartRef__":true,"id":45563},{"__isSmartRef__":true,"id":45564},{"__isSmartRef__":true,"id":45565},{"__isSmartRef__":true,"id":45566},{"__isSmartRef__":true,"id":45567},{"__isSmartRef__":true,"id":45568},{"__isSmartRef__":true,"id":45569},{"__isSmartRef__":true,"id":45570},{"__isSmartRef__":true,"id":45571},{"__isSmartRef__":true,"id":45572},{"__isSmartRef__":true,"id":45573},{"__isSmartRef__":true,"id":45574},{"__isSmartRef__":true,"id":45575},{"__isSmartRef__":true,"id":45576},{"__isSmartRef__":true,"id":45577},{"__isSmartRef__":true,"id":45578},{"__isSmartRef__":true,"id":45579},{"__isSmartRef__":true,"id":45580},{"__isSmartRef__":true,"id":45581},{"__isSmartRef__":true,"id":45582},{"__isSmartRef__":true,"id":45583},{"__isSmartRef__":true,"id":45584},{"__isSmartRef__":true,"id":45585},{"__isSmartRef__":true,"id":45586},{"__isSmartRef__":true,"id":45587},{"__isSmartRef__":true,"id":45588},{"__isSmartRef__":true,"id":45589},{"__isSmartRef__":true,"id":45590},{"__isSmartRef__":true,"id":45591},{"__isSmartRef__":true,"id":45592},{"__isSmartRef__":true,"id":45593},{"__isSmartRef__":true,"id":45594},{"__isSmartRef__":true,"id":45595},{"__isSmartRef__":true,"id":45596},{"__isSmartRef__":true,"id":45597},{"__isSmartRef__":true,"id":45598},{"__isSmartRef__":true,"id":45599},{"__isSmartRef__":true,"id":45600},{"__isSmartRef__":true,"id":45601},{"__isSmartRef__":true,"id":45602},{"__isSmartRef__":true,"id":45603},{"__isSmartRef__":true,"id":45604},{"__isSmartRef__":true,"id":45605},{"__isSmartRef__":true,"id":45606},{"__isSmartRef__":true,"id":45607},{"__isSmartRef__":true,"id":45608},{"__isSmartRef__":true,"id":45609},{"__isSmartRef__":true,"id":45610},{"__isSmartRef__":true,"id":45611},{"__isSmartRef__":true,"id":45612},{"__isSmartRef__":true,"id":45613},{"__isSmartRef__":true,"id":45614},{"__isSmartRef__":true,"id":45615},{"__isSmartRef__":true,"id":45616},{"__isSmartRef__":true,"id":45617},{"__isSmartRef__":true,"id":45618},{"__isSmartRef__":true,"id":45619},{"__isSmartRef__":true,"id":45620},{"__isSmartRef__":true,"id":45621},{"__isSmartRef__":true,"id":45622},{"__isSmartRef__":true,"id":45623},{"__isSmartRef__":true,"id":45624},{"__isSmartRef__":true,"id":45625},{"__isSmartRef__":true,"id":45626},{"__isSmartRef__":true,"id":45627},{"__isSmartRef__":true,"id":45628},{"__isSmartRef__":true,"id":45629},{"__isSmartRef__":true,"id":45630},{"__isSmartRef__":true,"id":45631},{"__isSmartRef__":true,"id":45632},{"__isSmartRef__":true,"id":45633},{"__isSmartRef__":true,"id":45634},{"__isSmartRef__":true,"id":45635},{"__isSmartRef__":true,"id":45636},{"__isSmartRef__":true,"id":45637},{"__isSmartRef__":true,"id":45638},{"__isSmartRef__":true,"id":45639},{"__isSmartRef__":true,"id":45640},{"__isSmartRef__":true,"id":45641},{"__isSmartRef__":true,"id":45642},{"__isSmartRef__":true,"id":45643},{"__isSmartRef__":true,"id":45644},{"__isSmartRef__":true,"id":45645},{"__isSmartRef__":true,"id":45646},{"__isSmartRef__":true,"id":45647},{"__isSmartRef__":true,"id":45648},{"__isSmartRef__":true,"id":45649},{"__isSmartRef__":true,"id":45650},{"__isSmartRef__":true,"id":45651},{"__isSmartRef__":true,"id":45652},{"__isSmartRef__":true,"id":45653},{"__isSmartRef__":true,"id":45654},{"__isSmartRef__":true,"id":45655},{"__isSmartRef__":true,"id":45656},{"__isSmartRef__":true,"id":45657},{"__isSmartRef__":true,"id":45658},{"__isSmartRef__":true,"id":45659},{"__isSmartRef__":true,"id":45660},{"__isSmartRef__":true,"id":45661},{"__isSmartRef__":true,"id":45662},{"__isSmartRef__":true,"id":45663},{"__isSmartRef__":true,"id":45664},{"__isSmartRef__":true,"id":45665},{"__isSmartRef__":true,"id":45666},{"__isSmartRef__":true,"id":45667},{"__isSmartRef__":true,"id":45668},{"__isSmartRef__":true,"id":45669},{"__isSmartRef__":true,"id":45670},{"__isSmartRef__":true,"id":45671},{"__isSmartRef__":true,"id":45672},{"__isSmartRef__":true,"id":45673},{"__isSmartRef__":true,"id":45674},{"__isSmartRef__":true,"id":45675},{"__isSmartRef__":true,"id":45676},{"__isSmartRef__":true,"id":45677},{"__isSmartRef__":true,"id":45678},{"__isSmartRef__":true,"id":45679},{"__isSmartRef__":true,"id":45680},{"__isSmartRef__":true,"id":45681},{"__isSmartRef__":true,"id":45682},{"__isSmartRef__":true,"id":45683},{"__isSmartRef__":true,"id":45684},{"__isSmartRef__":true,"id":45685},{"__isSmartRef__":true,"id":45686},{"__isSmartRef__":true,"id":45687},{"__isSmartRef__":true,"id":45688},{"__isSmartRef__":true,"id":45689},{"__isSmartRef__":true,"id":45690},{"__isSmartRef__":true,"id":45691},{"__isSmartRef__":true,"id":45692},{"__isSmartRef__":true,"id":45693},{"__isSmartRef__":true,"id":45694},{"__isSmartRef__":true,"id":45695},{"__isSmartRef__":true,"id":45696},{"__isSmartRef__":true,"id":45697},{"__isSmartRef__":true,"id":45698},{"__isSmartRef__":true,"id":45699},{"__isSmartRef__":true,"id":45700},{"__isSmartRef__":true,"id":45701},{"__isSmartRef__":true,"id":45702},{"__isSmartRef__":true,"id":45703},{"__isSmartRef__":true,"id":45704},{"__isSmartRef__":true,"id":45705},{"__isSmartRef__":true,"id":45706},{"__isSmartRef__":true,"id":45707},{"__isSmartRef__":true,"id":45708},{"__isSmartRef__":true,"id":45709},{"__isSmartRef__":true,"id":45710},{"__isSmartRef__":true,"id":45711},{"__isSmartRef__":true,"id":45712},{"__isSmartRef__":true,"id":45713},{"__isSmartRef__":true,"id":45714},{"__isSmartRef__":true,"id":45715},{"__isSmartRef__":true,"id":45716},{"__isSmartRef__":true,"id":45717},{"__isSmartRef__":true,"id":45718},{"__isSmartRef__":true,"id":45719},{"__isSmartRef__":true,"id":45720},{"__isSmartRef__":true,"id":45721},{"__isSmartRef__":true,"id":45722},{"__isSmartRef__":true,"id":45723},{"__isSmartRef__":true,"id":45724},{"__isSmartRef__":true,"id":45725},{"__isSmartRef__":true,"id":45726},{"__isSmartRef__":true,"id":45727},{"__isSmartRef__":true,"id":45728},{"__isSmartRef__":true,"id":45729},{"__isSmartRef__":true,"id":45730},{"__isSmartRef__":true,"id":45731},{"__isSmartRef__":true,"id":45732},{"__isSmartRef__":true,"id":45733},{"__isSmartRef__":true,"id":45734},{"__isSmartRef__":true,"id":45735},{"__isSmartRef__":true,"id":45736},{"__isSmartRef__":true,"id":45737},{"__isSmartRef__":true,"id":45738},{"__isSmartRef__":true,"id":45739},{"__isSmartRef__":true,"id":45740},{"__isSmartRef__":true,"id":45741},{"__isSmartRef__":true,"id":45742},{"__isSmartRef__":true,"id":45743},{"__isSmartRef__":true,"id":45744},{"__isSmartRef__":true,"id":45745},{"__isSmartRef__":true,"id":45746},{"__isSmartRef__":true,"id":45747},{"__isSmartRef__":true,"id":45748},{"__isSmartRef__":true,"id":45749},{"__isSmartRef__":true,"id":45750},{"__isSmartRef__":true,"id":45751},{"__isSmartRef__":true,"id":45752},{"__isSmartRef__":true,"id":45753},{"__isSmartRef__":true,"id":45754},{"__isSmartRef__":true,"id":45755},{"__isSmartRef__":true,"id":45756},{"__isSmartRef__":true,"id":45757},{"__isSmartRef__":true,"id":45758},{"__isSmartRef__":true,"id":45759},{"__isSmartRef__":true,"id":45760},{"__isSmartRef__":true,"id":45761},{"__isSmartRef__":true,"id":45762},{"__isSmartRef__":true,"id":45763},{"__isSmartRef__":true,"id":45764},{"__isSmartRef__":true,"id":45765},{"__isSmartRef__":true,"id":45766},{"__isSmartRef__":true,"id":45767},{"__isSmartRef__":true,"id":45768},{"__isSmartRef__":true,"id":45769},{"__isSmartRef__":true,"id":45770},{"__isSmartRef__":true,"id":45771},{"__isSmartRef__":true,"id":45772},{"__isSmartRef__":true,"id":45773},{"__isSmartRef__":true,"id":45774},{"__isSmartRef__":true,"id":45775},{"__isSmartRef__":true,"id":45776},{"__isSmartRef__":true,"id":45777},{"__isSmartRef__":true,"id":45778},{"__isSmartRef__":true,"id":45779},{"__isSmartRef__":true,"id":45780},{"__isSmartRef__":true,"id":45781},{"__isSmartRef__":true,"id":45782},{"__isSmartRef__":true,"id":45783},{"__isSmartRef__":true,"id":45784},{"__isSmartRef__":true,"id":45785},{"__isSmartRef__":true,"id":45786},{"__isSmartRef__":true,"id":45787},{"__isSmartRef__":true,"id":45788},{"__isSmartRef__":true,"id":45789},{"__isSmartRef__":true,"id":45790},{"__isSmartRef__":true,"id":45791},{"__isSmartRef__":true,"id":45792},{"__isSmartRef__":true,"id":45793},{"__isSmartRef__":true,"id":45794},{"__isSmartRef__":true,"id":45795},{"__isSmartRef__":true,"id":45796},{"__isSmartRef__":true,"id":45797},{"__isSmartRef__":true,"id":45798},{"__isSmartRef__":true,"id":45799},{"__isSmartRef__":true,"id":45800},{"__isSmartRef__":true,"id":45801},{"__isSmartRef__":true,"id":45802},{"__isSmartRef__":true,"id":45803},{"__isSmartRef__":true,"id":45804},{"__isSmartRef__":true,"id":45805},{"__isSmartRef__":true,"id":45806},{"__isSmartRef__":true,"id":45807},{"__isSmartRef__":true,"id":45808},{"__isSmartRef__":true,"id":45809},{"__isSmartRef__":true,"id":45810},{"__isSmartRef__":true,"id":45811},{"__isSmartRef__":true,"id":45812},{"__isSmartRef__":true,"id":45813},{"__isSmartRef__":true,"id":45814},{"__isSmartRef__":true,"id":45815},{"__isSmartRef__":true,"id":45816},{"__isSmartRef__":true,"id":45817},{"__isSmartRef__":true,"id":45818},{"__isSmartRef__":true,"id":45819},{"__isSmartRef__":true,"id":45820},{"__isSmartRef__":true,"id":45821},{"__isSmartRef__":true,"id":45822},{"__isSmartRef__":true,"id":45823},{"__isSmartRef__":true,"id":45824},{"__isSmartRef__":true,"id":45825},{"__isSmartRef__":true,"id":45826},{"__isSmartRef__":true,"id":45827},{"__isSmartRef__":true,"id":45828},{"__isSmartRef__":true,"id":45829},{"__isSmartRef__":true,"id":45830},{"__isSmartRef__":true,"id":45831},{"__isSmartRef__":true,"id":45832},{"__isSmartRef__":true,"id":45833},{"__isSmartRef__":true,"id":45834},{"__isSmartRef__":true,"id":45835},{"__isSmartRef__":true,"id":45836},{"__isSmartRef__":true,"id":45837},{"__isSmartRef__":true,"id":45838},{"__isSmartRef__":true,"id":45839},{"__isSmartRef__":true,"id":45840},{"__isSmartRef__":true,"id":45841},{"__isSmartRef__":true,"id":45842},{"__isSmartRef__":true,"id":45843},{"__isSmartRef__":true,"id":45844},{"__isSmartRef__":true,"id":45845},{"__isSmartRef__":true,"id":45846},{"__isSmartRef__":true,"id":45847},{"__isSmartRef__":true,"id":45848},{"__isSmartRef__":true,"id":45849},{"__isSmartRef__":true,"id":45850},{"__isSmartRef__":true,"id":45851},{"__isSmartRef__":true,"id":45852},{"__isSmartRef__":true,"id":45853},{"__isSmartRef__":true,"id":45854},{"__isSmartRef__":true,"id":45855},{"__isSmartRef__":true,"id":45856},{"__isSmartRef__":true,"id":45857},{"__isSmartRef__":true,"id":45858},{"__isSmartRef__":true,"id":45859},{"__isSmartRef__":true,"id":45860},{"__isSmartRef__":true,"id":45861},{"__isSmartRef__":true,"id":45862},{"__isSmartRef__":true,"id":45863},{"__isSmartRef__":true,"id":45864},{"__isSmartRef__":true,"id":45865},{"__isSmartRef__":true,"id":45866},{"__isSmartRef__":true,"id":45867},{"__isSmartRef__":true,"id":45868},{"__isSmartRef__":true,"id":45869},{"__isSmartRef__":true,"id":45870},{"__isSmartRef__":true,"id":45871},{"__isSmartRef__":true,"id":45872},{"__isSmartRef__":true,"id":45873},{"__isSmartRef__":true,"id":45874},{"__isSmartRef__":true,"id":45875},{"__isSmartRef__":true,"id":45876},{"__isSmartRef__":true,"id":45877},{"__isSmartRef__":true,"id":45878},{"__isSmartRef__":true,"id":45879},{"__isSmartRef__":true,"id":45880},{"__isSmartRef__":true,"id":45881},{"__isSmartRef__":true,"id":45882},{"__isSmartRef__":true,"id":45883},{"__isSmartRef__":true,"id":45884},{"__isSmartRef__":true,"id":45885},{"__isSmartRef__":true,"id":45886},{"__isSmartRef__":true,"id":45887},{"__isSmartRef__":true,"id":45888},{"__isSmartRef__":true,"id":45889},{"__isSmartRef__":true,"id":45890},{"__isSmartRef__":true,"id":45891},{"__isSmartRef__":true,"id":45892},{"__isSmartRef__":true,"id":45893},{"__isSmartRef__":true,"id":45894},{"__isSmartRef__":true,"id":45895},{"__isSmartRef__":true,"id":45896},{"__isSmartRef__":true,"id":45897},{"__isSmartRef__":true,"id":45898},{"__isSmartRef__":true,"id":45899},{"__isSmartRef__":true,"id":45900},{"__isSmartRef__":true,"id":45901},{"__isSmartRef__":true,"id":45902},{"__isSmartRef__":true,"id":45903},{"__isSmartRef__":true,"id":45904},{"__isSmartRef__":true,"id":45905},{"__isSmartRef__":true,"id":45906},{"__isSmartRef__":true,"id":45907},{"__isSmartRef__":true,"id":45908},{"__isSmartRef__":true,"id":45909},{"__isSmartRef__":true,"id":45910},{"__isSmartRef__":true,"id":45911},{"__isSmartRef__":true,"id":45912},{"__isSmartRef__":true,"id":45913},{"__isSmartRef__":true,"id":45914},{"__isSmartRef__":true,"id":45915},{"__isSmartRef__":true,"id":45916},{"__isSmartRef__":true,"id":45917},{"__isSmartRef__":true,"id":45918},{"__isSmartRef__":true,"id":45919},{"__isSmartRef__":true,"id":45920},{"__isSmartRef__":true,"id":45921},{"__isSmartRef__":true,"id":45922},{"__isSmartRef__":true,"id":45923},{"__isSmartRef__":true,"id":45924},{"__isSmartRef__":true,"id":45925},{"__isSmartRef__":true,"id":45926},{"__isSmartRef__":true,"id":45927},{"__isSmartRef__":true,"id":45928},{"__isSmartRef__":true,"id":45929},{"__isSmartRef__":true,"id":45930},{"__isSmartRef__":true,"id":45931},{"__isSmartRef__":true,"id":45932},{"__isSmartRef__":true,"id":45933},{"__isSmartRef__":true,"id":45934},{"__isSmartRef__":true,"id":45935},{"__isSmartRef__":true,"id":45936},{"__isSmartRef__":true,"id":45937},{"__isSmartRef__":true,"id":45938},{"__isSmartRef__":true,"id":45939},{"__isSmartRef__":true,"id":45940},{"__isSmartRef__":true,"id":45941},{"__isSmartRef__":true,"id":45942},{"__isSmartRef__":true,"id":45943},{"__isSmartRef__":true,"id":45944},{"__isSmartRef__":true,"id":45945},{"__isSmartRef__":true,"id":45946},{"__isSmartRef__":true,"id":45947},{"__isSmartRef__":true,"id":45948},{"__isSmartRef__":true,"id":45949},{"__isSmartRef__":true,"id":45950},{"__isSmartRef__":true,"id":45951},{"__isSmartRef__":true,"id":45952},{"__isSmartRef__":true,"id":45953},{"__isSmartRef__":true,"id":45954},{"__isSmartRef__":true,"id":45955},{"__isSmartRef__":true,"id":45956},{"__isSmartRef__":true,"id":45957},{"__isSmartRef__":true,"id":45958},{"__isSmartRef__":true,"id":45959},{"__isSmartRef__":true,"id":45960},{"__isSmartRef__":true,"id":45961},{"__isSmartRef__":true,"id":45962},{"__isSmartRef__":true,"id":45963},{"__isSmartRef__":true,"id":45964},{"__isSmartRef__":true,"id":45965},{"__isSmartRef__":true,"id":45966},{"__isSmartRef__":true,"id":45967},{"__isSmartRef__":true,"id":45968},{"__isSmartRef__":true,"id":45969},{"__isSmartRef__":true,"id":45970},{"__isSmartRef__":true,"id":45971},{"__isSmartRef__":true,"id":45972},{"__isSmartRef__":true,"id":45973},{"__isSmartRef__":true,"id":45974},{"__isSmartRef__":true,"id":45975},{"__isSmartRef__":true,"id":45976},{"__isSmartRef__":true,"id":45977},{"__isSmartRef__":true,"id":45978},{"__isSmartRef__":true,"id":45979},{"__isSmartRef__":true,"id":45980},{"__isSmartRef__":true,"id":45981},{"__isSmartRef__":true,"id":45982},{"__isSmartRef__":true,"id":45983},{"__isSmartRef__":true,"id":45984},{"__isSmartRef__":true,"id":45985},{"__isSmartRef__":true,"id":45986},{"__isSmartRef__":true,"id":45987},{"__isSmartRef__":true,"id":45988},{"__isSmartRef__":true,"id":45989},{"__isSmartRef__":true,"id":45990},{"__isSmartRef__":true,"id":45991},{"__isSmartRef__":true,"id":45992},{"__isSmartRef__":true,"id":45993},{"__isSmartRef__":true,"id":45994},{"__isSmartRef__":true,"id":45995},{"__isSmartRef__":true,"id":45996},{"__isSmartRef__":true,"id":45997},{"__isSmartRef__":true,"id":45998},{"__isSmartRef__":true,"id":45999},{"__isSmartRef__":true,"id":46000},{"__isSmartRef__":true,"id":46001},{"__isSmartRef__":true,"id":46002},{"__isSmartRef__":true,"id":46003},{"__isSmartRef__":true,"id":46004},{"__isSmartRef__":true,"id":46005},{"__isSmartRef__":true,"id":46006},{"__isSmartRef__":true,"id":46007},{"__isSmartRef__":true,"id":46008},{"__isSmartRef__":true,"id":46009},{"__isSmartRef__":true,"id":46010},{"__isSmartRef__":true,"id":46011},{"__isSmartRef__":true,"id":46012},{"__isSmartRef__":true,"id":46013},{"__isSmartRef__":true,"id":46014},{"__isSmartRef__":true,"id":46015},{"__isSmartRef__":true,"id":46016},{"__isSmartRef__":true,"id":46017},{"__isSmartRef__":true,"id":46018},{"__isSmartRef__":true,"id":46019},{"__isSmartRef__":true,"id":46020},{"__isSmartRef__":true,"id":46021},{"__isSmartRef__":true,"id":46022},{"__isSmartRef__":true,"id":46023},{"__isSmartRef__":true,"id":46024},{"__isSmartRef__":true,"id":46025},{"__isSmartRef__":true,"id":46026},{"__isSmartRef__":true,"id":46027},{"__isSmartRef__":true,"id":46028},{"__isSmartRef__":true,"id":46029},{"__isSmartRef__":true,"id":46030},{"__isSmartRef__":true,"id":46031},{"__isSmartRef__":true,"id":46032},{"__isSmartRef__":true,"id":46033},{"__isSmartRef__":true,"id":46034},{"__isSmartRef__":true,"id":46035},{"__isSmartRef__":true,"id":46036},{"__isSmartRef__":true,"id":46037},{"__isSmartRef__":true,"id":46038},{"__isSmartRef__":true,"id":46039},{"__isSmartRef__":true,"id":46040},{"__isSmartRef__":true,"id":46041},{"__isSmartRef__":true,"id":46042},{"__isSmartRef__":true,"id":46043},{"__isSmartRef__":true,"id":46044},{"__isSmartRef__":true,"id":46045},{"__isSmartRef__":true,"id":46046},{"__isSmartRef__":true,"id":46047},{"__isSmartRef__":true,"id":46048},{"__isSmartRef__":true,"id":46049},{"__isSmartRef__":true,"id":46050},{"__isSmartRef__":true,"id":46051},{"__isSmartRef__":true,"id":46052},{"__isSmartRef__":true,"id":46053},{"__isSmartRef__":true,"id":46054},{"__isSmartRef__":true,"id":46055},{"__isSmartRef__":true,"id":46056},{"__isSmartRef__":true,"id":46057},{"__isSmartRef__":true,"id":46058},{"__isSmartRef__":true,"id":46059},{"__isSmartRef__":true,"id":46060},{"__isSmartRef__":true,"id":46061},{"__isSmartRef__":true,"id":46062},{"__isSmartRef__":true,"id":46063},{"__isSmartRef__":true,"id":46064},{"__isSmartRef__":true,"id":46065},{"__isSmartRef__":true,"id":46066},{"__isSmartRef__":true,"id":46067},{"__isSmartRef__":true,"id":46068},{"__isSmartRef__":true,"id":46069},{"__isSmartRef__":true,"id":46070},{"__isSmartRef__":true,"id":46071},{"__isSmartRef__":true,"id":46072},{"__isSmartRef__":true,"id":46073},{"__isSmartRef__":true,"id":46074},{"__isSmartRef__":true,"id":46075},{"__isSmartRef__":true,"id":46076},{"__isSmartRef__":true,"id":46077},{"__isSmartRef__":true,"id":46078},{"__isSmartRef__":true,"id":46079},{"__isSmartRef__":true,"id":46080},{"__isSmartRef__":true,"id":46081},{"__isSmartRef__":true,"id":46082},{"__isSmartRef__":true,"id":46083},{"__isSmartRef__":true,"id":46084},{"__isSmartRef__":true,"id":46085},{"__isSmartRef__":true,"id":46086},{"__isSmartRef__":true,"id":46087},{"__isSmartRef__":true,"id":46088},{"__isSmartRef__":true,"id":46089},{"__isSmartRef__":true,"id":46090},{"__isSmartRef__":true,"id":46091},{"__isSmartRef__":true,"id":46092},{"__isSmartRef__":true,"id":46093},{"__isSmartRef__":true,"id":46094},{"__isSmartRef__":true,"id":46095},{"__isSmartRef__":true,"id":46096},{"__isSmartRef__":true,"id":46097},{"__isSmartRef__":true,"id":46098},{"__isSmartRef__":true,"id":46099},{"__isSmartRef__":true,"id":46100},{"__isSmartRef__":true,"id":46101},{"__isSmartRef__":true,"id":46102},{"__isSmartRef__":true,"id":46103},{"__isSmartRef__":true,"id":46104},{"__isSmartRef__":true,"id":46105},{"__isSmartRef__":true,"id":46106},{"__isSmartRef__":true,"id":46107},{"__isSmartRef__":true,"id":46108},{"__isSmartRef__":true,"id":46109},{"__isSmartRef__":true,"id":46110},{"__isSmartRef__":true,"id":46111},{"__isSmartRef__":true,"id":46112},{"__isSmartRef__":true,"id":46113},{"__isSmartRef__":true,"id":46114},{"__isSmartRef__":true,"id":46115},{"__isSmartRef__":true,"id":46116},{"__isSmartRef__":true,"id":46117},{"__isSmartRef__":true,"id":46118},{"__isSmartRef__":true,"id":46119},{"__isSmartRef__":true,"id":46120},{"__isSmartRef__":true,"id":46121},{"__isSmartRef__":true,"id":46122},{"__isSmartRef__":true,"id":46123},{"__isSmartRef__":true,"id":46124},{"__isSmartRef__":true,"id":46125},{"__isSmartRef__":true,"id":46126},{"__isSmartRef__":true,"id":46127},{"__isSmartRef__":true,"id":46128},{"__isSmartRef__":true,"id":46129},{"__isSmartRef__":true,"id":46130},{"__isSmartRef__":true,"id":46131},{"__isSmartRef__":true,"id":46132},{"__isSmartRef__":true,"id":46133},{"__isSmartRef__":true,"id":46134},{"__isSmartRef__":true,"id":46135},{"__isSmartRef__":true,"id":46136},{"__isSmartRef__":true,"id":46137},{"__isSmartRef__":true,"id":46138},{"__isSmartRef__":true,"id":46139},{"__isSmartRef__":true,"id":46140},{"__isSmartRef__":true,"id":46141},{"__isSmartRef__":true,"id":46142},{"__isSmartRef__":true,"id":46143},{"__isSmartRef__":true,"id":46144},{"__isSmartRef__":true,"id":46145},{"__isSmartRef__":true,"id":46146},{"__isSmartRef__":true,"id":46147},{"__isSmartRef__":true,"id":46148},{"__isSmartRef__":true,"id":46149},{"__isSmartRef__":true,"id":46150},{"__isSmartRef__":true,"id":46151},{"__isSmartRef__":true,"id":46152},{"__isSmartRef__":true,"id":46153},{"__isSmartRef__":true,"id":46154},{"__isSmartRef__":true,"id":46155},{"__isSmartRef__":true,"id":46156},{"__isSmartRef__":true,"id":46157},{"__isSmartRef__":true,"id":46158},{"__isSmartRef__":true,"id":46159},{"__isSmartRef__":true,"id":46160},{"__isSmartRef__":true,"id":46161},{"__isSmartRef__":true,"id":46162},{"__isSmartRef__":true,"id":46163},{"__isSmartRef__":true,"id":46164},{"__isSmartRef__":true,"id":46165},{"__isSmartRef__":true,"id":46166},{"__isSmartRef__":true,"id":46167},{"__isSmartRef__":true,"id":46168},{"__isSmartRef__":true,"id":46169},{"__isSmartRef__":true,"id":46170},{"__isSmartRef__":true,"id":46171},{"__isSmartRef__":true,"id":46172},{"__isSmartRef__":true,"id":46173},{"__isSmartRef__":true,"id":46174},{"__isSmartRef__":true,"id":46175},{"__isSmartRef__":true,"id":46176},{"__isSmartRef__":true,"id":46177},{"__isSmartRef__":true,"id":46178},{"__isSmartRef__":true,"id":46179},{"__isSmartRef__":true,"id":46180},{"__isSmartRef__":true,"id":46181},{"__isSmartRef__":true,"id":46182},{"__isSmartRef__":true,"id":46183},{"__isSmartRef__":true,"id":46184},{"__isSmartRef__":true,"id":46185},{"__isSmartRef__":true,"id":46186},{"__isSmartRef__":true,"id":46187},{"__isSmartRef__":true,"id":46188},{"__isSmartRef__":true,"id":46189},{"__isSmartRef__":true,"id":46190},{"__isSmartRef__":true,"id":46191},{"__isSmartRef__":true,"id":46192},{"__isSmartRef__":true,"id":46193},{"__isSmartRef__":true,"id":46194},{"__isSmartRef__":true,"id":46195},{"__isSmartRef__":true,"id":46196},{"__isSmartRef__":true,"id":46197},{"__isSmartRef__":true,"id":46198},{"__isSmartRef__":true,"id":46199},{"__isSmartRef__":true,"id":46200},{"__isSmartRef__":true,"id":46201},{"__isSmartRef__":true,"id":46202},{"__isSmartRef__":true,"id":46203},{"__isSmartRef__":true,"id":46204},{"__isSmartRef__":true,"id":46205},{"__isSmartRef__":true,"id":46206},{"__isSmartRef__":true,"id":46207},{"__isSmartRef__":true,"id":46208},{"__isSmartRef__":true,"id":46209},{"__isSmartRef__":true,"id":46210},{"__isSmartRef__":true,"id":46211},{"__isSmartRef__":true,"id":46212},{"__isSmartRef__":true,"id":46213},{"__isSmartRef__":true,"id":46214},{"__isSmartRef__":true,"id":46215},{"__isSmartRef__":true,"id":46216},{"__isSmartRef__":true,"id":46217},{"__isSmartRef__":true,"id":46218},{"__isSmartRef__":true,"id":46219},{"__isSmartRef__":true,"id":46220},{"__isSmartRef__":true,"id":46221},{"__isSmartRef__":true,"id":46222},{"__isSmartRef__":true,"id":46223},{"__isSmartRef__":true,"id":46224},{"__isSmartRef__":true,"id":46225},{"__isSmartRef__":true,"id":46226},{"__isSmartRef__":true,"id":46227},{"__isSmartRef__":true,"id":46228},{"__isSmartRef__":true,"id":46229},{"__isSmartRef__":true,"id":46230},{"__isSmartRef__":true,"id":46231},{"__isSmartRef__":true,"id":46232},{"__isSmartRef__":true,"id":46233},{"__isSmartRef__":true,"id":46234},{"__isSmartRef__":true,"id":46235},{"__isSmartRef__":true,"id":46236},{"__isSmartRef__":true,"id":46237},{"__isSmartRef__":true,"id":46238},{"__isSmartRef__":true,"id":46239},{"__isSmartRef__":true,"id":46240},{"__isSmartRef__":true,"id":46241},{"__isSmartRef__":true,"id":46242},{"__isSmartRef__":true,"id":46243},{"__isSmartRef__":true,"id":46244},{"__isSmartRef__":true,"id":46245},{"__isSmartRef__":true,"id":46246},{"__isSmartRef__":true,"id":46247},{"__isSmartRef__":true,"id":46248},{"__isSmartRef__":true,"id":46249},{"__isSmartRef__":true,"id":46250},{"__isSmartRef__":true,"id":46251},{"__isSmartRef__":true,"id":46252},{"__isSmartRef__":true,"id":46253},{"__isSmartRef__":true,"id":46254},{"__isSmartRef__":true,"id":46255},{"__isSmartRef__":true,"id":46256},{"__isSmartRef__":true,"id":46257},{"__isSmartRef__":true,"id":46258},{"__isSmartRef__":true,"id":46259},{"__isSmartRef__":true,"id":46260},{"__isSmartRef__":true,"id":46261},{"__isSmartRef__":true,"id":46262},{"__isSmartRef__":true,"id":46263},{"__isSmartRef__":true,"id":46264},{"__isSmartRef__":true,"id":46265},{"__isSmartRef__":true,"id":46266},{"__isSmartRef__":true,"id":46267},{"__isSmartRef__":true,"id":46268},{"__isSmartRef__":true,"id":46269},{"__isSmartRef__":true,"id":46270},{"__isSmartRef__":true,"id":46271},{"__isSmartRef__":true,"id":46272},{"__isSmartRef__":true,"id":46273},{"__isSmartRef__":true,"id":46274},{"__isSmartRef__":true,"id":46275},{"__isSmartRef__":true,"id":46276},{"__isSmartRef__":true,"id":46277},{"__isSmartRef__":true,"id":46278},{"__isSmartRef__":true,"id":46279},{"__isSmartRef__":true,"id":46280},{"__isSmartRef__":true,"id":46281},{"__isSmartRef__":true,"id":46282},{"__isSmartRef__":true,"id":46283},{"__isSmartRef__":true,"id":46284},{"__isSmartRef__":true,"id":46285},{"__isSmartRef__":true,"id":46286},{"__isSmartRef__":true,"id":46287},{"__isSmartRef__":true,"id":46288},{"__isSmartRef__":true,"id":46289},{"__isSmartRef__":true,"id":46290},{"__isSmartRef__":true,"id":46291},{"__isSmartRef__":true,"id":46292},{"__isSmartRef__":true,"id":46293},{"__isSmartRef__":true,"id":46294},{"__isSmartRef__":true,"id":46295},{"__isSmartRef__":true,"id":46296},{"__isSmartRef__":true,"id":46297},{"__isSmartRef__":true,"id":46298},{"__isSmartRef__":true,"id":46299},{"__isSmartRef__":true,"id":46300},{"__isSmartRef__":true,"id":46301}],"_ClipMode":"visible","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":46302},"__LivelyClassName__":"lively.morphic.Box"},"39464":{"submorphs":[{"__isSmartRef__":true,"id":39465},{"__isSmartRef__":true,"id":39515},{"__isSmartRef__":true,"id":39565},{"__isSmartRef__":true,"id":39622},{"__isSmartRef__":true,"id":39637},{"__isSmartRef__":true,"id":41082},{"__isSmartRef__":true,"id":41100},{"__isSmartRef__":true,"id":41114},{"__isSmartRef__":true,"id":41166},{"__isSmartRef__":true,"id":41182},{"__isSmartRef__":true,"id":41234}],"scripts":[],"id":"8FFE3760-DB2B-4613-9EA4-0A7D244300ED","shape":{"__isSmartRef__":true,"id":41249},"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":41256},"showsHalos":false,"name":"morePane","partsBinMetaInfo":{"__isSmartRef__":true,"id":41257},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":41258},"eventHandler":{"__isSmartRef__":true,"id":41259},"owner":{"__isSmartRef__":true,"id":39463},"priorExtent":{"__isSmartRef__":true,"id":41260},"layout":{"__isSmartRef__":true,"id":41261},"_Visible":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[1217,"8FB7EEAA-27C3-4BCC-9905-59A59B8AB602","B4102745-8642-4F09-A5B5-0452D29E993C","02282C11-7C56-4C33-A2D1-E4C92F9F5575","83E2A61C-0119-4597-ADC8-8CB3AEDF35C1","119E4FE1-420B-4FDF-BD03-CF15F07B3538","6D70BD64-C7F8-4A79-9BE9-FA4C5A1E7892","C116FCDA-BB4D-4543-BE17-4D5586813CAF","1EAD9C62-350F-40EB-B5EA-B9441BB280C9","A3B24A35-589E-460F-9B54-45B0D0B7D7DD","8993FD1D-9082-40F4-A2AD-5501D16913A7","EBCB5B06-08CA-4535-9EAC-F15893F70129","45BAF3E4-EAEE-4925-B2D6-042C01B0AD29","09B7283C-6DDB-4A06-A4BA-563018D46DFD","46022025-E2FE-4A0A-924F-3266509C66DB","538BB82D-3068-480C-A5C0-6B4E8CE1C9CA","45290AD5-33C4-41F3-B72B-D538DCA37F31","6FA9BB6D-52D5-49A5-930A-1F93456E6CF4","9D57135F-8E4B-41D0-ACBC-B19396812B35"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Box"},"39465":{"submorphs":[{"__isSmartRef__":true,"id":39466}],"scripts":[],"id":"C2B8BBDB-0BC5-44E1-A413-29ABA8E97672","shape":{"__isSmartRef__":true,"id":39482},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":39498},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":39485},"lighterFill":{"__isSmartRef__":true,"id":39499},"label":{"__isSmartRef__":true,"id":39466},"attributeConnections":[{"__isSmartRef__":true,"id":39508}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":39509},"name":"movePartButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":39510},"owner":{"__isSmartRef__":true,"id":39464},"layout":{"__isSmartRef__":true,"id":39511},"renderContextTable":{"__isSmartRef__":true,"id":39512},"eventHandler":{"__isSmartRef__":true,"id":39513},"priorExtent":{"__isSmartRef__":true,"id":39514},"derivationIds":[1218,"F5D21B41-BD0E-49D3-80E5-F1624416C143","1E157243-B0DC-4138-B660-EF05198FA3C8","4D60CECB-66FD-4865-BD46-45F0C9CAB399","0E997A95-CCA0-4BBF-B55B-62B5C6EC32DF","FA30D56E-17FE-4B1F-BE8A-7CBCCABEFF1D","A5A7F641-F783-4649-A154-1AD81607B7CE","D10ED7E0-21BA-463D-996E-6D458B557F68","606309D2-7D9D-4122-A64C-CFE582E6D738","998D7B7C-CF5D-401C-9594-FA8956C326A1","EA15F569-B871-4824-B0DE-550285BEB165","3FB1C9FB-F654-42C9-BE17-315287EB2FAB","7B3720C6-D365-4B41-B530-98E4D5EE238F","92F53BEA-E1EF-49C4-9DD1-7939D08941C5","0A7A011F-C6D8-4B81-85F4-F3CCF5F30A31","6543B591-A693-4D11-8114-D385115F8E65","758492FF-7087-4EE4-9054-00E680646A03","F6A6E55C-CF01-4EB9-8593-E71BEFB4EE59","5DBAE530-E39F-472D-A5D4-6E34FDCE6227"],"prevScroll":[0,0],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Button"},"39466":{"submorphs":[],"scripts":[],"id":"B28022CF-C18C-4ED6-9BC9-750DDEA31F9F","shape":{"__isSmartRef__":true,"id":39467},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":56,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":39473},"textColor":{"__isSmartRef__":true,"id":39470},"owner":{"__isSmartRef__":true,"id":39465},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":39474}],"padding":{"__isSmartRef__":true,"id":39476},"_Padding":{"__isSmartRef__":true,"id":39477},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":39478},"renderContextTable":{"__isSmartRef__":true,"id":39479},"eventHandler":{"__isSmartRef__":true,"id":39480},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":56,"_MinTextHeight":null,"derivationIds":[1219,"46E7D2D8-D7A5-4476-8AD1-FB81FAE717FE","7B2A54CD-6423-4B77-A082-B5A1DA2BCE66","6C3B231E-5C42-449F-9425-8EE874A6EC57","7ACD0BA3-074C-461F-8C6B-ECEBA0B09C7A","556A1D2F-8F3F-4BCD-A602-FD3C257F1859","6C05BE2D-BB66-44E3-9765-65B24D7579E1","9F6A58E1-A23D-4A56-8D85-71FD5AA872B9","EDEC5AA1-080B-42AE-A9D6-F6FAB0CD3E1A","FE4530BA-6D31-4472-A351-4DCB0F9FE121","3F3B3887-CFF1-40A7-9228-D95F3594F2CB","B10968A4-7C77-4AAE-A2E1-FC76E16D36E8","DBC8455A-4562-4202-A7EB-543948664FEE","048B902B-C02C-44C6-9357-32663639FE23","C8B116B7-082D-4D6B-A035-EE71E8F3AC72","78B43404-A2E4-4BFF-B022-C4DA2CBBABBD","D271DCF7-62B5-428D-8B91-30B500F6F461","79934637-FCF5-4C27-B392-E9392BB5BA66","310851E0-6B77-43C0-A13B-BA0DF2777459"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":39481},"__LivelyClassName__":"lively.morphic.Text"},"39467":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":39468},"_Extent":{"__isSmartRef__":true,"id":39469},"_BorderColor":{"__isSmartRef__":true,"id":39470},"renderContextTable":{"__isSmartRef__":true,"id":39471},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":39472},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"39468":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"39469":{"x":58,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"39470":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"39471":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"39472":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"39473":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"39474":{"style":{"__isSmartRef__":true,"id":39475},"morph":{"__isSmartRef__":true,"id":39466},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":39466},"storedString":"move","__LivelyClassName__":"lively.morphic.TextChunk"},"39475":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"39476":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"39477":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"39478":{"x":58,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"39479":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"39480":{"morph":{"__isSmartRef__":true,"id":39466},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"39481":{"requiredModules":[],"idOnLoad":"B28022CF-C18C-4ED6-9BC9-750DDEA31F9F","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"39482":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":39483},"_Extent":{"__isSmartRef__":true,"id":39484},"_Fill":{"__isSmartRef__":true,"id":39485},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":39495},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":39496},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":39497},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"39483":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"39484":{"x":58,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"39485":{"stops":[{"__isSmartRef__":true,"id":39486},{"__isSmartRef__":true,"id":39488},{"__isSmartRef__":true,"id":39490},{"__isSmartRef__":true,"id":39492}],"vector":{"__isSmartRef__":true,"id":39494},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"39486":{"offset":0,"color":{"__isSmartRef__":true,"id":39487}},"39487":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"39488":{"offset":0.4,"color":{"__isSmartRef__":true,"id":39489}},"39489":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"39490":{"offset":0.6,"color":{"__isSmartRef__":true,"id":39491}},"39491":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"39492":{"offset":1,"color":{"__isSmartRef__":true,"id":39493}},"39493":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"39494":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"39495":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"39496":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"39497":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"39498":{"x":137.67911865694913,"y":393.86777109042464,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"39499":{"stops":[{"__isSmartRef__":true,"id":39500},{"__isSmartRef__":true,"id":39502},{"__isSmartRef__":true,"id":39504},{"__isSmartRef__":true,"id":39506}],"vector":{"__isSmartRef__":true,"id":39494},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"39500":{"offset":0,"color":{"__isSmartRef__":true,"id":39501}},"39501":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"39502":{"offset":0.4,"color":{"__isSmartRef__":true,"id":39503}},"39503":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"39504":{"offset":0.6,"color":{"__isSmartRef__":true,"id":39505}},"39505":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"39506":{"offset":1,"color":{"__isSmartRef__":true,"id":39507}},"39507":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"39508":{"sourceObj":{"__isSmartRef__":true,"id":39465},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":39463},"targetMethodName":"interactivelyMoveSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"39509":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"39510":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"C2B8BBDB-0BC5-44E1-A413-29ABA8E97672","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"39511":{"moveVertical":true},"39512":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"39513":{"morph":{"__isSmartRef__":true,"id":39465},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"39514":{"x":59,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"39515":{"submorphs":[{"__isSmartRef__":true,"id":39516}],"scripts":[],"id":"0EB55073-3E9B-4273-9A4C-31960D1F7E13","shape":{"__isSmartRef__":true,"id":39532},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":39548},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":39535},"lighterFill":{"__isSmartRef__":true,"id":39549},"label":{"__isSmartRef__":true,"id":39516},"attributeConnections":[{"__isSmartRef__":true,"id":39558},{"__isSmartRef__":true,"id":39559}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":39560},"name":"removePartButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":39561},"owner":{"__isSmartRef__":true,"id":39464},"layout":{"__isSmartRef__":true,"id":39562},"renderContextTable":{"__isSmartRef__":true,"id":39563},"eventHandler":{"__isSmartRef__":true,"id":39564},"derivationIds":[1220,"6104A033-57FD-4F65-B785-3F32FC278E39","BF7EFB0E-5EBE-4F44-9F5E-0576880F8E75","1E4BFB46-60C5-46A6-970A-CE2825840F25","6F766455-545A-496A-88AE-84737A5534A7","38DFF15E-9F34-46E9-BF1D-A4E46C497541","06C3D4D0-C1C1-4664-9899-5F7C61544400","4C448623-A82F-4C77-87AF-D6EA63A59B8D","9A0208AE-4752-4CEC-ABFE-69A8DCADDEC1","B622D1E6-1113-45B0-B7F1-D476B7187C6F","063AEB5B-6476-4381-80CE-3223D5217E84","6156BDE1-9147-41C6-AA8D-BAFBE8D74659","76C8D1EC-5DEB-4813-B4A3-DEE275EB63CA","38EF1DBF-4047-4FAD-9A38-3782659C845B","64AA08B4-79A2-4CF4-9FA4-C642BE08A736","D7C852FA-BE85-4DE9-A4D1-6E6E99E6A959","80F62CA1-A854-4470-B387-629B81C0618F","59DC61C0-DC00-497D-815B-6ED5BA0E6F47","DF47355E-361B-4236-A5DA-EDA365A6EE37"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","isPressed":false,"__LivelyClassName__":"lively.morphic.Button"},"39516":{"submorphs":[],"scripts":[],"id":"49A8C887-B7B4-4DA5-945F-941C8F901227","shape":{"__isSmartRef__":true,"id":39517},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":64,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":39523},"textColor":{"__isSmartRef__":true,"id":39520},"owner":{"__isSmartRef__":true,"id":39515},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":39524}],"padding":{"__isSmartRef__":true,"id":39526},"_Padding":{"__isSmartRef__":true,"id":39527},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":39528},"renderContextTable":{"__isSmartRef__":true,"id":39529},"eventHandler":{"__isSmartRef__":true,"id":39530},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64,"_MinTextHeight":null,"derivationIds":[1221,"9DA2513A-CC83-4283-AB2A-ACF15C86C674","5F885FF0-B156-4674-9C69-74CB7C257A00","58A5253D-0C92-4B09-9B0B-50BAF7062B0D","C655EA28-0996-4C54-8E49-F908BCA93FCE","E7DE43DD-20AF-4E46-9928-2D26F325AB7F","7B24B946-C7AF-4E42-AC8B-BAC6D5D6FB5E","43456CD2-B83E-455A-89EA-E2EAC5B41399","3ACAECEE-6384-4EBE-9736-CAD24C3B3762","8005E82C-FA8E-4695-B93B-D9B2E924E896","D5AB5A5F-B23E-44D4-A8E2-DBF9366166C6","892409CD-C1D6-48CA-BEC2-6CBADF38465D","D74F66BA-4390-448A-B522-8F05178E7350","0B784218-10B5-4A37-B773-7620CC059EB7","C5685084-134C-46FD-9102-61A063AC889C","C47B92E3-5285-4067-B358-1A4324DF8A22","F7DC9949-A305-4AC0-AE45-7EE864EE9337","3D5444C3-7F8C-4D4F-A042-7908B72CECC7","B10D0811-3BD7-4D45-B876-055475EB1FC1"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":39531},"__LivelyClassName__":"lively.morphic.Text"},"39517":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":39518},"_Extent":{"__isSmartRef__":true,"id":39519},"_BorderColor":{"__isSmartRef__":true,"id":39520},"renderContextTable":{"__isSmartRef__":true,"id":39521},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":39522},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"39518":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"39519":{"x":66,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"39520":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"39521":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"39522":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"39523":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"39524":{"style":{"__isSmartRef__":true,"id":39525},"morph":{"__isSmartRef__":true,"id":39516},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":39516},"storedString":"remove","__LivelyClassName__":"lively.morphic.TextChunk"},"39525":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"39526":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"39527":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"39528":{"x":66,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"39529":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"39530":{"morph":{"__isSmartRef__":true,"id":39516},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"39531":{"requiredModules":[],"idOnLoad":"49A8C887-B7B4-4DA5-945F-941C8F901227","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"39532":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":39533},"_Extent":{"__isSmartRef__":true,"id":39534},"_Fill":{"__isSmartRef__":true,"id":39535},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":39545},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":39546},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":39547},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"39533":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"39534":{"x":66,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"39535":{"stops":[{"__isSmartRef__":true,"id":39536},{"__isSmartRef__":true,"id":39538},{"__isSmartRef__":true,"id":39540},{"__isSmartRef__":true,"id":39542}],"vector":{"__isSmartRef__":true,"id":39544},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"39536":{"offset":0,"color":{"__isSmartRef__":true,"id":39537}},"39537":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"39538":{"offset":0.4,"color":{"__isSmartRef__":true,"id":39539}},"39539":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"39540":{"offset":0.6,"color":{"__isSmartRef__":true,"id":39541}},"39541":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"39542":{"offset":1,"color":{"__isSmartRef__":true,"id":39543}},"39543":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"39544":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"39545":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"39546":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"39547":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"39548":{"x":70.12005863445097,"y":393.8518587078797,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"39549":{"stops":[{"__isSmartRef__":true,"id":39550},{"__isSmartRef__":true,"id":39552},{"__isSmartRef__":true,"id":39554},{"__isSmartRef__":true,"id":39556}],"vector":{"__isSmartRef__":true,"id":39544},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"39550":{"offset":0,"color":{"__isSmartRef__":true,"id":39551}},"39551":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"39552":{"offset":0.4,"color":{"__isSmartRef__":true,"id":39553}},"39553":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"39554":{"offset":0.6,"color":{"__isSmartRef__":true,"id":39555}},"39555":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"39556":{"offset":1,"color":{"__isSmartRef__":true,"id":39557}},"39557":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"39558":{"sourceObj":{"__isSmartRef__":true,"id":39515},"sourceAttrName":"fire","targetMethodName":"reloadEverything","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"39559":{"sourceObj":{"__isSmartRef__":true,"id":39515},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":39463},"targetMethodName":"interactivelyRemoveSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"39560":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"39561":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"0EB55073-3E9B-4273-9A4C-31960D1F7E13","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"39562":{"moveVertical":true},"39563":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"39564":{"morph":{"__isSmartRef__":true,"id":39515},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"39565":{"submorphs":[{"__isSmartRef__":true,"id":39566}],"scripts":[],"id":"10235FF2-CE1E-46A1-8E42-E96C68FEB8CB","shape":{"__isSmartRef__":true,"id":39581},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":39594},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":39595},"lighterFill":{"__isSmartRef__":true,"id":39605},"label":{"__isSmartRef__":true,"id":39566},"attributeConnections":[{"__isSmartRef__":true,"id":39614},{"__isSmartRef__":true,"id":39615}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":39616},"name":"loadPartButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":39617},"owner":{"__isSmartRef__":true,"id":39464},"layout":{"__isSmartRef__":true,"id":39618},"renderContextTable":{"__isSmartRef__":true,"id":39619},"eventHandler":{"__isSmartRef__":true,"id":39620},"derivationIds":[1222,"53143161-6C64-48C5-8E55-E5914F0EF97D","00D6DD0A-007D-478E-B625-602F218C4635","F420150F-FC88-4A76-8B6B-EA48495DAD2A","7E7374D3-E099-45D6-A873-E111BC557971","69B710F0-9A8E-4B16-9936-5C3E2512043F","1B1D4C76-8DF1-460A-ACCE-80568FE703DC","334778F7-689B-4D27-9891-059110F5122A","8B321CE5-31C5-4333-ADDF-E464DDE059A0","BC069425-0C12-4A28-867E-6C5A5B1334AE","F4B8B757-4B31-4438-B170-D36080178829","C491F2B7-A6A8-4A4A-B729-6F8D829A1966","A3A93C3D-0FC6-4D8B-8244-2B9003FD82A6","DB35D070-7293-4FEE-A170-8C31C4417699","0A3F38FF-C91B-4EA5-B235-0B73774AFCA2","8E4F2D2F-9F28-4BDA-882E-5E76E956D188","D6409CB9-24F9-40E8-A9A9-281F97370D72","B5CB0156-0C30-4C8C-861E-72E6B73E8E32","829B5CC8-E112-41DA-9BE5-1532570063F1"],"priorExtent":{"__isSmartRef__":true,"id":39621},"_Rotation":0,"_Scale":1,"_ClipMode":"visible","isPressed":false,"__LivelyClassName__":"lively.morphic.Button"},"39566":{"submorphs":[],"scripts":[],"id":"3D2330E9-BFDD-41F8-B8D2-EF1A88C5CF0B","shape":{"__isSmartRef__":true,"id":39567},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":50,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":39572},"textColor":{"__isSmartRef__":true,"id":39570},"owner":{"__isSmartRef__":true,"id":39565},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":39573}],"padding":{"__isSmartRef__":true,"id":39575},"_Padding":{"__isSmartRef__":true,"id":39576},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":39577},"renderContextTable":{"__isSmartRef__":true,"id":39578},"eventHandler":{"__isSmartRef__":true,"id":39579},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":50,"_MinTextHeight":null,"derivationIds":[1223,"CA1AEDF7-8E87-433B-9CD1-DDA8D5A3EBCF","86BD113F-64BA-49A6-B42F-E561F4E0D67E","272B9AB5-11DE-4885-89B6-C3438FC53A90","8A9A437F-D683-4B7F-AE55-35EB605AFB78","A990A9CC-15E4-4E0C-BB5B-16023C399575","F9EF7A21-3B37-4964-B000-6276E90F9807","7C3782C1-9B87-4C58-8D9B-699E9789DA5F","519AE5D6-2EFD-48C5-B983-5A9CA44B7361","3C6B09E0-A6F9-42D6-902B-CF03B209261C","B861397A-5D9E-4C49-B16C-B7C4213F553F","3946FAFB-8E68-4B61-B3D8-C17D2D779198","1DCA3B7F-0D7F-4729-8FD9-2B33A6361A28","6CF99508-4E30-43E9-9945-7A4C4439936A","5990A154-6EFE-48B1-8390-087C7FAF9F35","507F3F9A-523B-4381-8F92-9886C7000F06","7F2ABCE4-A243-4264-8C19-2AE81B3CE9DE","8D86C24D-83CE-40F0-B79B-A0DB20ED1B25","A14FF23F-CBB9-49BF-B4B5-52F63B3AFE40"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":39580},"__LivelyClassName__":"lively.morphic.Text"},"39567":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":39568},"_Extent":{"__isSmartRef__":true,"id":39569},"_BorderColor":{"__isSmartRef__":true,"id":39570},"renderContextTable":{"__isSmartRef__":true,"id":39571},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":7607},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"39568":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"39569":{"x":50,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"39570":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"39571":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"39572":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"39573":{"style":{"__isSmartRef__":true,"id":39574},"morph":{"__isSmartRef__":true,"id":39566},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":39566},"storedString":"load","__LivelyClassName__":"lively.morphic.TextChunk"},"39574":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"39575":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"39576":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"39577":{"x":50,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"39578":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"39579":{"morph":{"__isSmartRef__":true,"id":39566},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"39580":{"requiredModules":[],"idOnLoad":"3D2330E9-BFDD-41F8-B8D2-EF1A88C5CF0B","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"39581":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":39582},"_Extent":{"__isSmartRef__":true,"id":39583},"_Fill":{"__isSmartRef__":true,"id":39584},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":39591},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":39592},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":39593},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"39582":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"39583":{"x":50,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"39584":{"stops":[{"__isSmartRef__":true,"id":39585},{"__isSmartRef__":true,"id":39587},{"__isSmartRef__":true,"id":39588},{"__isSmartRef__":true,"id":39589}],"vector":{"__isSmartRef__":true,"id":153},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"39585":{"offset":0,"color":{"__isSmartRef__":true,"id":39586}},"39586":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"39587":{"offset":0.3,"color":{"__isSmartRef__":true,"id":149}},"39588":{"offset":0.7,"color":{"__isSmartRef__":true,"id":149}},"39589":{"offset":1,"color":{"__isSmartRef__":true,"id":39590}},"39590":{"r":0.7973333333333334,"g":0.7973333333333334,"b":0.7973333333333334,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"39591":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"39592":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"39593":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"39594":{"x":19.154971194602297,"y":393.89144835121806,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"39595":{"stops":[{"__isSmartRef__":true,"id":39596},{"__isSmartRef__":true,"id":39598},{"__isSmartRef__":true,"id":39600},{"__isSmartRef__":true,"id":39602}],"vector":{"__isSmartRef__":true,"id":39604},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"39596":{"offset":0,"color":{"__isSmartRef__":true,"id":39597}},"39597":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"39598":{"offset":0.4,"color":{"__isSmartRef__":true,"id":39599}},"39599":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"39600":{"offset":0.6,"color":{"__isSmartRef__":true,"id":39601}},"39601":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"39602":{"offset":1,"color":{"__isSmartRef__":true,"id":39603}},"39603":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"39604":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"39605":{"stops":[{"__isSmartRef__":true,"id":39606},{"__isSmartRef__":true,"id":39608},{"__isSmartRef__":true,"id":39610},{"__isSmartRef__":true,"id":39612}],"vector":{"__isSmartRef__":true,"id":39604},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"39606":{"offset":0,"color":{"__isSmartRef__":true,"id":39607}},"39607":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"39608":{"offset":0.4,"color":{"__isSmartRef__":true,"id":39609}},"39609":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"39610":{"offset":0.6,"color":{"__isSmartRef__":true,"id":39611}},"39611":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"39612":{"offset":1,"color":{"__isSmartRef__":true,"id":39613}},"39613":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"39614":{"sourceObj":{"__isSmartRef__":true,"id":39565},"sourceAttrName":"fire","targetMethodName":"reloadEverything","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"39615":{"sourceObj":{"__isSmartRef__":true,"id":39565},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":39463},"targetMethodName":"loadAndOpenSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"39616":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"39617":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"10235FF2-CE1E-46A1-8E42-E96C68FEB8CB","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"39618":{"moveVertical":true},"39619":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"39620":{"morph":{"__isSmartRef__":true,"id":39565},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"39621":{"x":51,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"39622":{"submorphs":[],"scripts":[],"id":"62E13640-245B-49C7-932F-F91E1691B175","shape":{"__isSmartRef__":true,"id":39623},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":39629},"_MaxTextWidth":258,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":39626},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"selectedPartName","partsBinMetaInfo":{"__isSmartRef__":true,"id":39630},"textChunks":[{"__isSmartRef__":true,"id":39631}],"charsReplaced":"some text","lastFindLoc":-9,"prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":39464},"_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":39633},"renderContextTable":{"__isSmartRef__":true,"id":39634},"eventHandler":{"__isSmartRef__":true,"id":39635},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":258,"_MinTextHeight":null,"distanceToDragEvent":{"__isSmartRef__":true,"id":39636},"previousSelection":[11,11],"derivationIds":[1224,"25E0FB99-9B39-4754-932D-DB6A01B4A95D","61627613-C999-40E7-9DB0-BDF996D1ECC4","C4D29785-0782-4706-806D-FF6038713C2F","4C2E106A-1F4C-48A0-A435-1FAA967054BC","BCB8A5BC-CD57-4495-8E0B-67AA5E474FA4","BC6B6857-9FAE-499A-BBFC-4F98A28D555D","A33D26A2-77A9-4F7B-B01E-E011C3AEAB93","12CBEF1F-E269-417E-ACEA-4DE2E29A0CE3","FCA464B3-A849-409D-BC5B-6D9EBAFB43BE","ED534055-8E5A-4649-BB57-BDC3E5CBC17F","B3F598DC-FB73-4FE9-8996-49419A4CD741","F43C5DD4-BE88-4B9F-A804-83D767B93FF8","E8A14541-A23C-4109-82E1-D4DCA740BF52","7A379D20-CC5D-4FB1-9898-854686E034C5","E7A76532-D8EF-4115-9B51-C3A2754C7983","70045544-6706-4A32-A67A-A439454F90CF","5AB7DDB3-7240-4C63-9F17-5A96AC90D9CC","786477A0-CF47-4332-985A-FD492FB8E7C6"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"39623":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":39624},"_Extent":{"__isSmartRef__":true,"id":39625},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":39626},"renderContextTable":{"__isSmartRef__":true,"id":39627},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":39628},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"39624":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"39625":{"x":258,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"39626":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"39627":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"39628":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"39629":{"x":22.074220912172564,"y":8.635794805933187,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"39630":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"62E13640-245B-49C7-932F-F91E1691B175","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"39631":{"style":{"__isSmartRef__":true,"id":39632},"chunkOwner":{"__isSmartRef__":true,"id":39622},"storedString":"ObjectEditor","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"39632":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"39633":{"x":258,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"39634":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"39635":{"morph":{"__isSmartRef__":true,"id":39622},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"39636":{"x":167.51791727205773,"y":-12.628784291915622,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"39637":{"submorphs":[],"scripts":[],"id":"A4825C8A-4C30-436D-8F28-1C2E38248A4C","shape":{"__isSmartRef__":true,"id":39638},"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":39645},"itemList":[{"__isSmartRef__":true,"id":39646},{"__isSmartRef__":true,"id":39651},{"__isSmartRef__":true,"id":39656},{"__isSmartRef__":true,"id":39661},{"__isSmartRef__":true,"id":39666},{"__isSmartRef__":true,"id":39671},{"__isSmartRef__":true,"id":39676},{"__isSmartRef__":true,"id":39681},{"__isSmartRef__":true,"id":39686},{"__isSmartRef__":true,"id":39691},{"__isSmartRef__":true,"id":39696},{"__isSmartRef__":true,"id":39701},{"__isSmartRef__":true,"id":39706},{"__isSmartRef__":true,"id":39711},{"__isSmartRef__":true,"id":39716},{"__isSmartRef__":true,"id":39721},{"__isSmartRef__":true,"id":39726},{"__isSmartRef__":true,"id":39731},{"__isSmartRef__":true,"id":39736},{"__isSmartRef__":true,"id":39741},{"__isSmartRef__":true,"id":39746},{"__isSmartRef__":true,"id":39751},{"__isSmartRef__":true,"id":39858},{"__isSmartRef__":true,"id":39863},{"__isSmartRef__":true,"id":39868},{"__isSmartRef__":true,"id":39873},{"__isSmartRef__":true,"id":39878},{"__isSmartRef__":true,"id":39885},{"__isSmartRef__":true,"id":39890},{"__isSmartRef__":true,"id":39895},{"__isSmartRef__":true,"id":39900},{"__isSmartRef__":true,"id":39905},{"__isSmartRef__":true,"id":39910},{"__isSmartRef__":true,"id":39915},{"__isSmartRef__":true,"id":39920},{"__isSmartRef__":true,"id":39925},{"__isSmartRef__":true,"id":39930},{"__isSmartRef__":true,"id":39935},{"__isSmartRef__":true,"id":39940},{"__isSmartRef__":true,"id":39945},{"__isSmartRef__":true,"id":39950},{"__isSmartRef__":true,"id":39955},{"__isSmartRef__":true,"id":39960},{"__isSmartRef__":true,"id":39965},{"__isSmartRef__":true,"id":39970},{"__isSmartRef__":true,"id":39975},{"__isSmartRef__":true,"id":39980},{"__isSmartRef__":true,"id":39985},{"__isSmartRef__":true,"id":39990},{"__isSmartRef__":true,"id":39995},{"__isSmartRef__":true,"id":40000},{"__isSmartRef__":true,"id":40591},{"__isSmartRef__":true,"id":40597},{"__isSmartRef__":true,"id":40602},{"__isSmartRef__":true,"id":40607},{"__isSmartRef__":true,"id":40612},{"__isSmartRef__":true,"id":40617},{"__isSmartRef__":true,"id":40622},{"__isSmartRef__":true,"id":40627},{"__isSmartRef__":true,"id":40632},{"__isSmartRef__":true,"id":40637},{"__isSmartRef__":true,"id":40642},{"__isSmartRef__":true,"id":40647},{"__isSmartRef__":true,"id":40652},{"__isSmartRef__":true,"id":40657},{"__isSmartRef__":true,"id":40662},{"__isSmartRef__":true,"id":40667},{"__isSmartRef__":true,"id":40672},{"__isSmartRef__":true,"id":40677},{"__isSmartRef__":true,"id":40682},{"__isSmartRef__":true,"id":40687},{"__isSmartRef__":true,"id":40692},{"__isSmartRef__":true,"id":40697},{"__isSmartRef__":true,"id":40702},{"__isSmartRef__":true,"id":40707},{"__isSmartRef__":true,"id":40712},{"__isSmartRef__":true,"id":40717},{"__isSmartRef__":true,"id":40722},{"__isSmartRef__":true,"id":40727},{"__isSmartRef__":true,"id":40732},{"__isSmartRef__":true,"id":40737},{"__isSmartRef__":true,"id":40752},{"__isSmartRef__":true,"id":40757},{"__isSmartRef__":true,"id":40762},{"__isSmartRef__":true,"id":40767},{"__isSmartRef__":true,"id":40772},{"__isSmartRef__":true,"id":40777},{"__isSmartRef__":true,"id":40782},{"__isSmartRef__":true,"id":40787},{"__isSmartRef__":true,"id":40792},{"__isSmartRef__":true,"id":40797},{"__isSmartRef__":true,"id":40802},{"__isSmartRef__":true,"id":40807},{"__isSmartRef__":true,"id":40812},{"__isSmartRef__":true,"id":40817},{"__isSmartRef__":true,"id":40822},{"__isSmartRef__":true,"id":40827},{"__isSmartRef__":true,"id":40832},{"__isSmartRef__":true,"id":40837},{"__isSmartRef__":true,"id":40842},{"__isSmartRef__":true,"id":40847},{"__isSmartRef__":true,"id":40852},{"__isSmartRef__":true,"id":40857},{"__isSmartRef__":true,"id":40862},{"__isSmartRef__":true,"id":40867},{"__isSmartRef__":true,"id":40872},{"__isSmartRef__":true,"id":40877},{"__isSmartRef__":true,"id":40882},{"__isSmartRef__":true,"id":40887},{"__isSmartRef__":true,"id":40892},{"__isSmartRef__":true,"id":40897},{"__isSmartRef__":true,"id":40902},{"__isSmartRef__":true,"id":40907},{"__isSmartRef__":true,"id":40912},{"__isSmartRef__":true,"id":40917},{"__isSmartRef__":true,"id":40922},{"__isSmartRef__":true,"id":40927},{"__isSmartRef__":true,"id":40932},{"__isSmartRef__":true,"id":40937},{"__isSmartRef__":true,"id":40942},{"__isSmartRef__":true,"id":40947},{"__isSmartRef__":true,"id":40952},{"__isSmartRef__":true,"id":40957},{"__isSmartRef__":true,"id":40962},{"__isSmartRef__":true,"id":40967},{"__isSmartRef__":true,"id":40972},{"__isSmartRef__":true,"id":40977},{"__isSmartRef__":true,"id":40982},{"__isSmartRef__":true,"id":40987},{"__isSmartRef__":true,"id":40992},{"__isSmartRef__":true,"id":40997},{"__isSmartRef__":true,"id":41002},{"__isSmartRef__":true,"id":41007},{"__isSmartRef__":true,"id":41012},{"__isSmartRef__":true,"id":41017},{"__isSmartRef__":true,"id":41022},{"__isSmartRef__":true,"id":41027},{"__isSmartRef__":true,"id":41032},{"__isSmartRef__":true,"id":41037},{"__isSmartRef__":true,"id":41042},{"__isSmartRef__":true,"id":41047},{"__isSmartRef__":true,"id":41052},{"__isSmartRef__":true,"id":41057},{"__isSmartRef__":true,"id":41062},{"__isSmartRef__":true,"id":41067},{"__isSmartRef__":true,"id":41072}],"showsHalos":false,"name":"selectedPartVersions","partsBinMetaInfo":{"__isSmartRef__":true,"id":41077},"__SourceModuleName__":"Global.lively.morphic.Core","_ClipMode":"scroll","owner":{"__isSmartRef__":true,"id":39464},"prevScroll":[0,96],"layout":{"__isSmartRef__":true,"id":41078},"priorExtent":{"__isSmartRef__":true,"id":41079},"renderContextTable":{"__isSmartRef__":true,"id":41080},"eventHandler":{"__isSmartRef__":true,"id":41081},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[1225,"9B936EA2-F23D-497C-A53E-4396CA9256F6","E333E76B-0723-4359-B687-2AA820C0D677","25D90D11-0432-4E82-891D-54FFA3BB9FB1","914D1CD5-B925-47EC-B766-212629CF18AC","06903DED-2228-497A-A5E4-BD39CDAC9286","87BCD5EE-A9F5-41E6-AF60-2E0F4B187B25","7FF89F4C-C131-4DAD-A2E3-E3891D43F801","4C4F847E-E079-4B30-BD21-99ACC266B3A6","CD3F6BEF-CFAC-4D1D-9EDE-645D9A1BD064","58EBD102-9E1B-4DF6-AEB7-917764F6D2F3","71365E97-4664-4E67-8AE4-3038A922F65E","BD9C5EBB-4660-4030-8F82-D7F96BBF1B94","189C43AE-811E-4F28-8B30-B6CC11F41CA9","EB043866-95BE-49E0-A54B-14BB5C4BD692","55CDE267-DC7E-42B4-8270-1BBC412A4B36","253560AE-9FB0-4EC3-8C26-0DB0DF9BBE02","FD68C62E-0D04-4421-A9A2-254D853E2044","CCE0CD46-F614-405D-A86B-C21A5CD0A81D"],"_Rotation":0,"_Scale":1,"selectedLineNo":20,"selection":{"__isSmartRef__":true,"id":39747},"isBeingDragged":false,"__LivelyClassName__":"lively.morphic.List"},"39638":{"position":{"__isSmartRef__":true,"id":39639},"_Extent":{"__isSmartRef__":true,"id":39640},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":39641},"_Fill":{"__isSmartRef__":true,"id":39642},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":39643},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_Padding":{"__isSmartRef__":true,"id":39644},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"39639":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"39640":{"x":330.7762078882963,"y":121.97632273920658,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"39641":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"39642":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"39643":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"39644":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"39645":{"x":19.98146549080036,"y":56.349422571268406,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"39646":{"string":"2012-06-06 16:18 timfelgentreff (169737)","value":{"__isSmartRef__":true,"id":39647},"isListItem":true},"39647":{"rev":169737,"author":"timfelgentreff","date":{"__isSmartRef__":true,"id":39648},"url":{"__isSmartRef__":true,"id":39649},"changes":[{"__isSmartRef__":true,"id":39650}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39648":{"isSerializedDate":true,"string":"Wed Jun 06 2012 16:18:19 GMT+0200 (Mitteleuropäische Sommerzeit)"},"39649":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39650":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"39651":{"string":"2012-06-06 16:17 timfelgentreff (169734)","value":{"__isSmartRef__":true,"id":39652},"isListItem":true},"39652":{"rev":169734,"author":"timfelgentreff","date":{"__isSmartRef__":true,"id":39653},"url":{"__isSmartRef__":true,"id":39654},"changes":[{"__isSmartRef__":true,"id":39655}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39653":{"isSerializedDate":true,"string":"Wed Jun 06 2012 16:17:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"39654":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39655":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"39656":{"string":"2012-06-06 16:16 timfelgentreff (169731)","value":{"__isSmartRef__":true,"id":39657},"isListItem":true},"39657":{"rev":169731,"author":"timfelgentreff","date":{"__isSmartRef__":true,"id":39658},"url":{"__isSmartRef__":true,"id":39659},"changes":[{"__isSmartRef__":true,"id":39660}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39658":{"isSerializedDate":true,"string":"Wed Jun 06 2012 16:16:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"39659":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39660":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"39661":{"string":"2012-06-06 15:54 timfelgentreff (169726)","value":{"__isSmartRef__":true,"id":39662},"isListItem":true},"39662":{"rev":169726,"author":"timfelgentreff","date":{"__isSmartRef__":true,"id":39663},"url":{"__isSmartRef__":true,"id":39664},"changes":[{"__isSmartRef__":true,"id":39665}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39663":{"isSerializedDate":true,"string":"Wed Jun 06 2012 15:54:25 GMT+0200 (Mitteleuropäische Sommerzeit)"},"39664":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39665":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"39666":{"string":"2012-06-06 15:16 timfelgentreff (169716)","value":{"__isSmartRef__":true,"id":39667},"isListItem":true},"39667":{"rev":169716,"author":"timfelgentreff","date":{"__isSmartRef__":true,"id":39668},"url":{"__isSmartRef__":true,"id":39669},"changes":[{"__isSmartRef__":true,"id":39670}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39668":{"isSerializedDate":true,"string":"Wed Jun 06 2012 15:16:37 GMT+0200 (Mitteleuropäische Sommerzeit)"},"39669":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39670":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"39671":{"string":"2012-06-06 15:11 timfelgentreff (169710)","value":{"__isSmartRef__":true,"id":39672},"isListItem":true},"39672":{"rev":169710,"author":"timfelgentreff","date":{"__isSmartRef__":true,"id":39673},"url":{"__isSmartRef__":true,"id":39674},"changes":[{"__isSmartRef__":true,"id":39675}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39673":{"isSerializedDate":true,"string":"Wed Jun 06 2012 15:11:46 GMT+0200 (Mitteleuropäische Sommerzeit)"},"39674":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39675":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"39676":{"string":"2012-06-06 14:08 tessi (169677)","value":{"__isSmartRef__":true,"id":39677},"isListItem":true},"39677":{"rev":169677,"author":"tessi","date":{"__isSmartRef__":true,"id":39678},"url":{"__isSmartRef__":true,"id":39679},"changes":[{"__isSmartRef__":true,"id":39680}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39678":{"isSerializedDate":true,"string":"Wed Jun 06 2012 14:08:38 GMT+0200 (Mitteleuropäische Sommerzeit)"},"39679":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39680":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"39681":{"string":"2012-05-29 11:36 lauritz (167123)","value":{"__isSmartRef__":true,"id":39682},"isListItem":true},"39682":{"rev":167123,"author":"lauritz","date":{"__isSmartRef__":true,"id":39683},"url":{"__isSmartRef__":true,"id":39684},"changes":[{"__isSmartRef__":true,"id":39685}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39683":{"isSerializedDate":true,"string":"Tue May 29 2012 11:36:48 GMT+0200 (Mitteleuropäische Sommerzeit)"},"39684":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39685":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"39686":{"string":"2012-05-29 11:06 lauritz (167078)","value":{"__isSmartRef__":true,"id":39687},"isListItem":true},"39687":{"rev":167078,"author":"lauritz","date":{"__isSmartRef__":true,"id":39688},"url":{"__isSmartRef__":true,"id":39689},"changes":[{"__isSmartRef__":true,"id":39690}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39688":{"isSerializedDate":true,"string":"Tue May 29 2012 11:06:14 GMT+0200 (Mitteleuropäische Sommerzeit)"},"39689":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39690":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"39691":{"string":"2012-05-29 10:57 lauritz (167072)","value":{"__isSmartRef__":true,"id":39692},"isListItem":true},"39692":{"rev":167072,"author":"lauritz","date":{"__isSmartRef__":true,"id":39693},"url":{"__isSmartRef__":true,"id":39694},"changes":[{"__isSmartRef__":true,"id":39695}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39693":{"isSerializedDate":true,"string":"Tue May 29 2012 10:57:53 GMT+0200 (Mitteleuropäische Sommerzeit)"},"39694":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39695":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"39696":{"string":"2012-05-24 15:09 timfelgentreff (166414)","value":{"__isSmartRef__":true,"id":39697},"isListItem":true},"39697":{"rev":166414,"author":"timfelgentreff","date":{"__isSmartRef__":true,"id":39698},"url":{"__isSmartRef__":true,"id":39699},"changes":[{"__isSmartRef__":true,"id":39700}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39698":{"isSerializedDate":true,"string":"Thu May 24 2012 15:09:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"39699":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39700":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"39701":{"string":"2012-05-24 14:39 lauritz (166368)","value":{"__isSmartRef__":true,"id":39702},"isListItem":true},"39702":{"rev":166368,"author":"lauritz","date":{"__isSmartRef__":true,"id":39703},"url":{"__isSmartRef__":true,"id":39704},"changes":[{"__isSmartRef__":true,"id":39705}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39703":{"isSerializedDate":true,"string":"Thu May 24 2012 14:39:50 GMT+0200 (Mitteleuropäische Sommerzeit)"},"39704":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39705":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"39706":{"string":"2012-05-24 14:35 timfelgentreff (166355)","value":{"__isSmartRef__":true,"id":39707},"isListItem":true},"39707":{"rev":166355,"author":"timfelgentreff","date":{"__isSmartRef__":true,"id":39708},"url":{"__isSmartRef__":true,"id":39709},"changes":[{"__isSmartRef__":true,"id":39710}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39708":{"isSerializedDate":true,"string":"Thu May 24 2012 14:35:56 GMT+0200 (Mitteleuropäische Sommerzeit)"},"39709":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39710":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"39711":{"string":"2012-05-16 18:41 cschuster (163611)","value":{"__isSmartRef__":true,"id":39712},"isListItem":true},"39712":{"rev":163611,"author":"cschuster","date":{"__isSmartRef__":true,"id":39713},"url":{"__isSmartRef__":true,"id":39714},"changes":[{"__isSmartRef__":true,"id":39715}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39713":{"isSerializedDate":true,"string":"Wed May 16 2012 18:41:35 GMT+0200 (Mitteleuropäische Sommerzeit)"},"39714":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39715":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"39716":{"string":"2012-04-26 19:53 robertkrahn (156552)","value":{"__isSmartRef__":true,"id":39717},"isListItem":true},"39717":{"rev":156552,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":39718},"url":{"__isSmartRef__":true,"id":39719},"changes":[{"__isSmartRef__":true,"id":39720}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39718":{"isSerializedDate":true,"string":"Thu Apr 26 2012 19:53:35 GMT+0200 (Mitteleuropäische Sommerzeit)"},"39719":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39720":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"39721":{"string":"2012-04-26 09:38 fbo (156107)","value":{"__isSmartRef__":true,"id":39722},"isListItem":true},"39722":{"rev":156107,"author":"fbo","date":{"__isSmartRef__":true,"id":39723},"url":{"__isSmartRef__":true,"id":39724},"changes":[{"__isSmartRef__":true,"id":39725}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39723":{"isSerializedDate":true,"string":"Thu Apr 26 2012 09:38:40 GMT+0200 (Mitteleuropäische Sommerzeit)"},"39724":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39725":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"39726":{"string":"2012-04-26 09:05 fbo (156057)","value":{"__isSmartRef__":true,"id":39727},"isListItem":true},"39727":{"rev":156057,"author":"fbo","date":{"__isSmartRef__":true,"id":39728},"url":{"__isSmartRef__":true,"id":39729},"changes":[{"__isSmartRef__":true,"id":39730}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39728":{"isSerializedDate":true,"string":"Thu Apr 26 2012 09:05:59 GMT+0200 (Mitteleuropäische Sommerzeit)"},"39729":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39730":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"39731":{"string":"2012-04-21 13:45 robertkrahn (154260)","value":{"__isSmartRef__":true,"id":39732},"isListItem":true},"39732":{"rev":154260,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":39733},"url":{"__isSmartRef__":true,"id":39734},"changes":[{"__isSmartRef__":true,"id":39735}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39733":{"isSerializedDate":true,"string":"Sat Apr 21 2012 13:45:02 GMT+0200 (Mitteleuropäische Sommerzeit)"},"39734":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39735":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"39736":{"string":"2012-04-19 08:55 lauritz (153353)","value":{"__isSmartRef__":true,"id":39737},"isListItem":true},"39737":{"rev":153353,"author":"lauritz","date":{"__isSmartRef__":true,"id":39738},"url":{"__isSmartRef__":true,"id":39739},"changes":[{"__isSmartRef__":true,"id":39740}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39738":{"isSerializedDate":true,"string":"Thu Apr 19 2012 08:55:05 GMT+0200 (Mitteleuropäische Sommerzeit)"},"39739":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39740":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"39741":{"string":"2012-03-14 14:41 jenslincke (145763)","value":{"__isSmartRef__":true,"id":39742},"isListItem":true},"39742":{"rev":145763,"author":"jenslincke","date":{"__isSmartRef__":true,"id":39743},"url":{"__isSmartRef__":true,"id":39744},"changes":[{"__isSmartRef__":true,"id":39745}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39743":{"isSerializedDate":true,"string":"Wed Mar 14 2012 14:41:08 GMT+0100 (Mitteleuropäische Zeit)"},"39744":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39745":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"39746":{"string":"2012-02-25 01:41 fbo (140989)","value":{"__isSmartRef__":true,"id":39747},"isListItem":true},"39747":{"rev":140989,"author":"fbo","date":{"__isSmartRef__":true,"id":39748},"url":{"__isSmartRef__":true,"id":39749},"changes":[{"__isSmartRef__":true,"id":39750}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39748":{"isSerializedDate":true,"string":"Sat Feb 25 2012 01:41:31 GMT+0100 (Mitteleuropäische Zeit)"},"39749":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39750":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"39751":{"string":"2012-02-22 22:26 fbo (140039)","value":{"__isSmartRef__":true,"id":39752},"isListItem":true},"39752":{"rev":140039,"author":"fbo","date":{"__isSmartRef__":true,"id":39753},"url":{"__isSmartRef__":true,"id":39754},"changes":[{"__isSmartRef__":true,"id":39755},{"__isSmartRef__":true,"id":39756},{"__isSmartRef__":true,"id":39757},{"__isSmartRef__":true,"id":39758},{"__isSmartRef__":true,"id":39759},{"__isSmartRef__":true,"id":39760},{"__isSmartRef__":true,"id":39761},{"__isSmartRef__":true,"id":39762},{"__isSmartRef__":true,"id":39763},{"__isSmartRef__":true,"id":39764},{"__isSmartRef__":true,"id":39765},{"__isSmartRef__":true,"id":39766},{"__isSmartRef__":true,"id":39767},{"__isSmartRef__":true,"id":39768},{"__isSmartRef__":true,"id":39769},{"__isSmartRef__":true,"id":39770},{"__isSmartRef__":true,"id":39771},{"__isSmartRef__":true,"id":39772},{"__isSmartRef__":true,"id":39773},{"__isSmartRef__":true,"id":39774},{"__isSmartRef__":true,"id":39775},{"__isSmartRef__":true,"id":39776},{"__isSmartRef__":true,"id":39777},{"__isSmartRef__":true,"id":39778},{"__isSmartRef__":true,"id":39779},{"__isSmartRef__":true,"id":39780},{"__isSmartRef__":true,"id":39781},{"__isSmartRef__":true,"id":39782},{"__isSmartRef__":true,"id":39783},{"__isSmartRef__":true,"id":39784},{"__isSmartRef__":true,"id":39785},{"__isSmartRef__":true,"id":39786},{"__isSmartRef__":true,"id":39787},{"__isSmartRef__":true,"id":39788},{"__isSmartRef__":true,"id":39789},{"__isSmartRef__":true,"id":39790},{"__isSmartRef__":true,"id":39791},{"__isSmartRef__":true,"id":39792},{"__isSmartRef__":true,"id":39793},{"__isSmartRef__":true,"id":39794},{"__isSmartRef__":true,"id":39795},{"__isSmartRef__":true,"id":39796},{"__isSmartRef__":true,"id":39797},{"__isSmartRef__":true,"id":39798},{"__isSmartRef__":true,"id":39799},{"__isSmartRef__":true,"id":39800},{"__isSmartRef__":true,"id":39801},{"__isSmartRef__":true,"id":39802},{"__isSmartRef__":true,"id":39803},{"__isSmartRef__":true,"id":39804},{"__isSmartRef__":true,"id":39805},{"__isSmartRef__":true,"id":39806},{"__isSmartRef__":true,"id":39807},{"__isSmartRef__":true,"id":39808},{"__isSmartRef__":true,"id":39809},{"__isSmartRef__":true,"id":39810},{"__isSmartRef__":true,"id":39811},{"__isSmartRef__":true,"id":39812},{"__isSmartRef__":true,"id":39813},{"__isSmartRef__":true,"id":39814},{"__isSmartRef__":true,"id":39815},{"__isSmartRef__":true,"id":39816},{"__isSmartRef__":true,"id":39817},{"__isSmartRef__":true,"id":39818},{"__isSmartRef__":true,"id":39819},{"__isSmartRef__":true,"id":39820},{"__isSmartRef__":true,"id":39821},{"__isSmartRef__":true,"id":39822},{"__isSmartRef__":true,"id":39823},{"__isSmartRef__":true,"id":39824},{"__isSmartRef__":true,"id":39825},{"__isSmartRef__":true,"id":39826},{"__isSmartRef__":true,"id":39827},{"__isSmartRef__":true,"id":39828},{"__isSmartRef__":true,"id":39829},{"__isSmartRef__":true,"id":39830},{"__isSmartRef__":true,"id":39831},{"__isSmartRef__":true,"id":39832},{"__isSmartRef__":true,"id":39833},{"__isSmartRef__":true,"id":39834},{"__isSmartRef__":true,"id":39835},{"__isSmartRef__":true,"id":39836},{"__isSmartRef__":true,"id":39837},{"__isSmartRef__":true,"id":39838},{"__isSmartRef__":true,"id":39839},{"__isSmartRef__":true,"id":39840},{"__isSmartRef__":true,"id":39841},{"__isSmartRef__":true,"id":39842},{"__isSmartRef__":true,"id":39843},{"__isSmartRef__":true,"id":39844},{"__isSmartRef__":true,"id":39845},{"__isSmartRef__":true,"id":39846},{"__isSmartRef__":true,"id":39847},{"__isSmartRef__":true,"id":39848},{"__isSmartRef__":true,"id":39849},{"__isSmartRef__":true,"id":39850},{"__isSmartRef__":true,"id":39851},{"__isSmartRef__":true,"id":39852},{"__isSmartRef__":true,"id":39853},{"__isSmartRef__":true,"id":39854},{"__isSmartRef__":true,"id":39855},{"__isSmartRef__":true,"id":39856},{"__isSmartRef__":true,"id":39857}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39753":{"isSerializedDate":true,"string":"Wed Feb 22 2012 22:26:12 GMT+0100 (Mitteleuropäische Zeit)"},"39754":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/lively/lang/UUID.js","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39755":{"type":"S:modified","url":"/core/lively/ast/Interpreter.js"},"39756":{"type":"S:added","url":null},"39757":{"type":"S:added","url":null},"39758":{"type":"S:modified","url":"/core/lively/OldModel.js"},"39759":{"type":"S:modified","url":"/core/lively/morphic/ScriptingSupport.js"},"39760":{"type":"S:added","url":null},"39761":{"type":"S:added","url":null},"39762":{"type":"S:deleted","url":null},"39763":{"type":"S:added","url":null},"39764":{"type":"S:modified","url":"/core/lively/ast/LivelyJSParser.js"},"39765":{"type":"S:modified","url":"/core/lively/morphic/EventExperiments.js"},"39766":{"type":"S:added","url":null},"39767":{"type":"S:modified","url":"/core/lively/Base.js"},"39768":{"type":"S:added","url":null},"39769":{"type":"S:added","url":null},"39770":{"type":"S:modified","url":"/core/lively/bootstrap.js"},"39771":{"type":"S:added","url":null},"39772":{"type":"S:added","url":null},"39773":{"type":"S:modified","url":"/core/lively/localconfig.js"},"39774":{"type":"S:modified","url":"/core/lively/PartsBin.js"},"39775":{"type":"S:modified","url":"/core/lively/ide/SystemBrowserNodes.js"},"39776":{"type":"S:modified","url":"/core/lively/morphic/tests/PathTests.js"},"39777":{"type":"S:added","url":null},"39778":{"type":"S:modified","url":"/core/lively/bindings/Core.js"},"39779":{"type":"S:added","url":null},"39780":{"type":"S:added","url":null},"39781":{"type":"S:modified","url":"/core/lively/Network.js"},"39782":{"type":"S:modified","url":"/core/lively/morphic/Core.js"},"39783":{"type":"S:added","url":null},"39784":{"type":"S:modified","url":"/core/lively/bindings.js"},"39785":{"type":"S:modified","url":"/core/lively/WidgetsTraits.js"},"39786":{"type":"S:modified","url":"/core/lively/morphic.js"},"39787":{"type":"S:added","url":null},"39788":{"type":"S:added","url":null},"39789":{"type":"S:added","url":null},"39790":{"type":"S:modified","url":"/core/lively/defaultconfig.js"},"39791":{"type":"S:added","url":null},"39792":{"type":"S:added","url":null},"39793":{"type":"S:modified","url":"/core/lively/morphic/Canvas.js"},"39794":{"type":"S:modified","url":"/core/lively/ast/generated/Translator.js"},"39795":{"type":"S:added","url":null},"39796":{"type":"S:modified","url":"/core/lively/ast/Parser.js"},"39797":{"type":"S:modified","url":"/core/lively/Main.js"},"39798":{"type":"S:modified","url":"/core/lively/morphic/tests/Morphic2.js"},"39799":{"type":"S:added","url":null},"39800":{"type":"S:modified","url":"/core/lively/morphic/tests/TabTests.js"},"39801":{"type":"S:modified","url":"/core/lively/persistence/Serializer.js"},"39802":{"type":"S:modified","url":"/core_version.json"},"39803":{"type":"S:added","url":null},"39804":{"type":"S:modified","url":"/core/lively/morphic/PathShapes.js"},"39805":{"type":"S:added","url":null},"39806":{"type":"S:added","url":null},"39807":{"type":"S:modified","url":"/core/lively/morphic/tests/Morphic.js"},"39808":{"type":"S:modified","url":"/core/lively/morphic/tests/DataGridTests.js"},"39809":{"type":"S:modified","url":"/core/lively/morphic/HTML.js"},"39810":{"type":"S:added","url":null},"39811":{"type":"S:added","url":null},"39812":{"type":"S:added","url":null},"39813":{"type":"S:modified","url":"/core/lively/ide/BrowserCommands.js"},"39814":{"type":"S:modified","url":"/core/lively/morphic/Widgets.js"},"39815":{"type":"S:modified","url":"/core/lively/morphic/tests/EventTests.js"},"39816":{"type":"S:modified","url":"/core/lively/ast/StackReification.js"},"39817":{"type":"S:modified","url":"/core/cop/CopBenchmark.js"},"39818":{"type":"S:deleted","url":null},"39819":{"type":"S:added","url":null},"39820":{"type":"S:modified","url":"/core/lively/Helper.js"},"39821":{"type":"S:modified","url":"/core/lively/morphic/MorphAddons.js"},"39822":{"type":"S:added","url":null},"39823":{"type":"S:modified","url":"/core/lively/morphic/tests/Connectors.js"},"39824":{"type":"S:modified","url":"/core/lively/morphic/Shapes.js"},"39825":{"type":"S:modified","url":"/core/lively/ide/SourceDatabase.js"},"39826":{"type":"S:added","url":null},"39827":{"type":"S:modified","url":"/core/lively/Tracing.js"},"39828":{"type":"S:added","url":null},"39829":{"type":"S:modified","url":"/core/lively/ast/Morphic.js"},"39830":{"type":"S:added","url":null},"39831":{"type":"S:added","url":null},"39832":{"type":"S:added","url":null},"39833":{"type":"S:modified","url":"/core/lively/TestFramework.js"},"39834":{"type":"S:modified","url":"/core/lively/ast/generated/Nodes.js"},"39835":{"type":"S:added","url":null},"39836":{"type":"S:modified","url":"/core/lively/morphic/TextCore.js"},"39837":{"type":"S:added","url":null},"39838":{"type":"S:modified","url":"/core/lively/ide.js"},"39839":{"type":"S:modified","url":"/core/cop/Tracing.js"},"39840":{"type":"S:modified","url":"/core/lively/ide/FileParsing.js"},"39841":{"type":"S:modified","url":"/core/lively/morphic/Events.js"},"39842":{"type":"S:modified","url":"/core/lively/morphic/Halos.js"},"39843":{"type":"S:added","url":null},"39844":{"type":"S:added","url":null},"39845":{"type":"S:modified","url":"/core/lively/morphic/Complete.js"},"39846":{"type":"S:added","url":null},"39847":{"type":"S:added","url":null},"39848":{"type":"S:added","url":null},"39849":{"type":"S:added","url":null},"39850":{"type":"S:added","url":null},"39851":{"type":"S:modified","url":"/core/lively/persistence/StandAlonePackaging.js"},"39852":{"type":"S:added","url":null},"39853":{"type":"S:modified","url":"/core/lively/ast/TestFramework.js"},"39854":{"type":"S:modified","url":"/core/lively/ide/SystemCodeBrowser.js"},"39855":{"type":"S:added","url":null},"39856":{"type":"S:added","url":null},"39857":{"type":"S:added","url":null},"39858":{"string":"2012-02-03 10:40 sstamm (132517)","value":{"__isSmartRef__":true,"id":39859},"isListItem":true},"39859":{"rev":132517,"author":"sstamm","date":{"__isSmartRef__":true,"id":39860},"url":{"__isSmartRef__":true,"id":39861},"changes":[{"__isSmartRef__":true,"id":39862}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39860":{"isSerializedDate":true,"string":"Fri Feb 03 2012 10:40:09 GMT+0100 (Mitteleuropäische Zeit)"},"39861":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39862":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"39863":{"string":"2012-02-02 16:31 bsiegmund (132307)","value":{"__isSmartRef__":true,"id":39864},"isListItem":true},"39864":{"rev":132307,"author":"bsiegmund","date":{"__isSmartRef__":true,"id":39865},"url":{"__isSmartRef__":true,"id":39866},"changes":[{"__isSmartRef__":true,"id":39867}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39865":{"isSerializedDate":true,"string":"Thu Feb 02 2012 16:31:06 GMT+0100 (Mitteleuropäische Zeit)"},"39866":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39867":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"39868":{"string":"2012-02-02 13:55 conradcalmez (132233)","value":{"__isSmartRef__":true,"id":39869},"isListItem":true},"39869":{"rev":132233,"author":"conradcalmez","date":{"__isSmartRef__":true,"id":39870},"url":{"__isSmartRef__":true,"id":39871},"changes":[{"__isSmartRef__":true,"id":39872}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39870":{"isSerializedDate":true,"string":"Thu Feb 02 2012 13:55:51 GMT+0100 (Mitteleuropäische Zeit)"},"39871":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39872":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"39873":{"string":"2012-02-02 13:50 conradcalmez (132229)","value":{"__isSmartRef__":true,"id":39874},"isListItem":true},"39874":{"rev":132229,"author":"conradcalmez","date":{"__isSmartRef__":true,"id":39875},"url":{"__isSmartRef__":true,"id":39876},"changes":[{"__isSmartRef__":true,"id":39877}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39875":{"isSerializedDate":true,"string":"Thu Feb 02 2012 13:50:09 GMT+0100 (Mitteleuropäische Zeit)"},"39876":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39877":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"39878":{"string":"2012-01-27 16:55 robertkrahn (130600)","value":{"__isSmartRef__":true,"id":39879},"isListItem":true},"39879":{"rev":130600,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":39880},"url":{"__isSmartRef__":true,"id":39881},"changes":[{"__isSmartRef__":true,"id":39882},{"__isSmartRef__":true,"id":39883},{"__isSmartRef__":true,"id":39884}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39880":{"isSerializedDate":true,"string":"Fri Jan 27 2012 16:55:45 GMT+0100 (Mitteleuropäische Zeit)"},"39881":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39882":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.metainfo"},"39883":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.html"},"39884":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"39885":{"string":"2012-01-06 06:11 lauritz (126390)","value":{"__isSmartRef__":true,"id":39886},"isListItem":true},"39886":{"rev":126390,"author":"lauritz","date":{"__isSmartRef__":true,"id":39887},"url":{"__isSmartRef__":true,"id":39888},"changes":[{"__isSmartRef__":true,"id":39889}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39887":{"isSerializedDate":true,"string":"Fri Jan 06 2012 06:11:45 GMT+0100 (Mitteleuropäische Zeit)"},"39888":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39889":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"39890":{"string":"2011-12-16 19:26 lauritz (124159)","value":{"__isSmartRef__":true,"id":39891},"isListItem":true},"39891":{"rev":124159,"author":"lauritz","date":{"__isSmartRef__":true,"id":39892},"url":{"__isSmartRef__":true,"id":39893},"changes":[{"__isSmartRef__":true,"id":39894}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39892":{"isSerializedDate":true,"string":"Fri Dec 16 2011 19:26:29 GMT+0100 (Mitteleuropäische Zeit)"},"39893":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39894":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"39895":{"string":"2011-12-16 19:21 lauritz (124153)","value":{"__isSmartRef__":true,"id":39896},"isListItem":true},"39896":{"rev":124153,"author":"lauritz","date":{"__isSmartRef__":true,"id":39897},"url":{"__isSmartRef__":true,"id":39898},"changes":[{"__isSmartRef__":true,"id":39899}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39897":{"isSerializedDate":true,"string":"Fri Dec 16 2011 19:21:12 GMT+0100 (Mitteleuropäische Zeit)"},"39898":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39899":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"39900":{"string":"2011-12-13 21:03 lauritz (123678)","value":{"__isSmartRef__":true,"id":39901},"isListItem":true},"39901":{"rev":123678,"author":"lauritz","date":{"__isSmartRef__":true,"id":39902},"url":{"__isSmartRef__":true,"id":39903},"changes":[{"__isSmartRef__":true,"id":39904}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39902":{"isSerializedDate":true,"string":"Tue Dec 13 2011 21:03:07 GMT+0100 (Mitteleuropäische Zeit)"},"39903":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39904":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"39905":{"string":"2011-12-13 17:55 lauritz (123652)","value":{"__isSmartRef__":true,"id":39906},"isListItem":true},"39906":{"rev":123652,"author":"lauritz","date":{"__isSmartRef__":true,"id":39907},"url":{"__isSmartRef__":true,"id":39908},"changes":[{"__isSmartRef__":true,"id":39909}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39907":{"isSerializedDate":true,"string":"Tue Dec 13 2011 17:55:01 GMT+0100 (Mitteleuropäische Zeit)"},"39908":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39909":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"39910":{"string":"2011-12-07 05:11 lauritz (121416)","value":{"__isSmartRef__":true,"id":39911},"isListItem":true},"39911":{"rev":121416,"author":"lauritz","date":{"__isSmartRef__":true,"id":39912},"url":{"__isSmartRef__":true,"id":39913},"changes":[{"__isSmartRef__":true,"id":39914}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39912":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:11:47 GMT+0100 (Mitteleuropäische Zeit)"},"39913":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39914":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"39915":{"string":"2011-12-07 03:30 lauritz (121413)","value":{"__isSmartRef__":true,"id":39916},"isListItem":true},"39916":{"rev":121413,"author":"lauritz","date":{"__isSmartRef__":true,"id":39917},"url":{"__isSmartRef__":true,"id":39918},"changes":[{"__isSmartRef__":true,"id":39919}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39917":{"isSerializedDate":true,"string":"Wed Dec 07 2011 03:30:34 GMT+0100 (Mitteleuropäische Zeit)"},"39918":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39919":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"39920":{"string":"2011-11-30 22:54 lauritz (120057)","value":{"__isSmartRef__":true,"id":39921},"isListItem":true},"39921":{"rev":120057,"author":"lauritz","date":{"__isSmartRef__":true,"id":39922},"url":{"__isSmartRef__":true,"id":39923},"changes":[{"__isSmartRef__":true,"id":39924}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39922":{"isSerializedDate":true,"string":"Wed Nov 30 2011 22:54:16 GMT+0100 (Mitteleuropäische Zeit)"},"39923":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39924":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"39925":{"string":"2011-11-29 03:49 lauritz (119544)","value":{"__isSmartRef__":true,"id":39926},"isListItem":true},"39926":{"rev":119544,"author":"lauritz","date":{"__isSmartRef__":true,"id":39927},"url":{"__isSmartRef__":true,"id":39928},"changes":[{"__isSmartRef__":true,"id":39929}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39927":{"isSerializedDate":true,"string":"Tue Nov 29 2011 03:49:55 GMT+0100 (Mitteleuropäische Zeit)"},"39928":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39929":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"39930":{"string":"2011-11-29 03:43 lauritz (119539)","value":{"__isSmartRef__":true,"id":39931},"isListItem":true},"39931":{"rev":119539,"author":"lauritz","date":{"__isSmartRef__":true,"id":39932},"url":{"__isSmartRef__":true,"id":39933},"changes":[{"__isSmartRef__":true,"id":39934}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39932":{"isSerializedDate":true,"string":"Tue Nov 29 2011 03:43:54 GMT+0100 (Mitteleuropäische Zeit)"},"39933":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39934":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"39935":{"string":"2011-11-23 17:26 lauritz (118955)","value":{"__isSmartRef__":true,"id":39936},"isListItem":true},"39936":{"rev":118955,"author":"lauritz","date":{"__isSmartRef__":true,"id":39937},"url":{"__isSmartRef__":true,"id":39938},"changes":[{"__isSmartRef__":true,"id":39939}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39937":{"isSerializedDate":true,"string":"Wed Nov 23 2011 17:26:20 GMT+0100 (Mitteleuropäische Zeit)"},"39938":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39939":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"39940":{"string":"2011-11-22 22:01 lauritz (118855)","value":{"__isSmartRef__":true,"id":39941},"isListItem":true},"39941":{"rev":118855,"author":"lauritz","date":{"__isSmartRef__":true,"id":39942},"url":{"__isSmartRef__":true,"id":39943},"changes":[{"__isSmartRef__":true,"id":39944}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39942":{"isSerializedDate":true,"string":"Tue Nov 22 2011 22:01:54 GMT+0100 (Mitteleuropäische Zeit)"},"39943":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39944":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"39945":{"string":"2011-11-21 22:13 lauritz (118771)","value":{"__isSmartRef__":true,"id":39946},"isListItem":true},"39946":{"rev":118771,"author":"lauritz","date":{"__isSmartRef__":true,"id":39947},"url":{"__isSmartRef__":true,"id":39948},"changes":[{"__isSmartRef__":true,"id":39949}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39947":{"isSerializedDate":true,"string":"Mon Nov 21 2011 22:13:39 GMT+0100 (Mitteleuropäische Zeit)"},"39948":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39949":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"39950":{"string":"2011-11-18 19:18 lauritz (118637)","value":{"__isSmartRef__":true,"id":39951},"isListItem":true},"39951":{"rev":118637,"author":"lauritz","date":{"__isSmartRef__":true,"id":39952},"url":{"__isSmartRef__":true,"id":39953},"changes":[{"__isSmartRef__":true,"id":39954}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39952":{"isSerializedDate":true,"string":"Fri Nov 18 2011 19:18:36 GMT+0100 (Mitteleuropäische Zeit)"},"39953":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39954":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"39955":{"string":"2011-11-18 14:26 jenslincke (118510)","value":{"__isSmartRef__":true,"id":39956},"isListItem":true},"39956":{"rev":118510,"author":"jenslincke","date":{"__isSmartRef__":true,"id":39957},"url":{"__isSmartRef__":true,"id":39958},"changes":[{"__isSmartRef__":true,"id":39959}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39957":{"isSerializedDate":true,"string":"Fri Nov 18 2011 14:26:39 GMT+0100 (Mitteleuropäische Zeit)"},"39958":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39959":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"39960":{"string":"2011-11-17 22:22 lauritz (118339)","value":{"__isSmartRef__":true,"id":39961},"isListItem":true},"39961":{"rev":118339,"author":"lauritz","date":{"__isSmartRef__":true,"id":39962},"url":{"__isSmartRef__":true,"id":39963},"changes":[{"__isSmartRef__":true,"id":39964}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39962":{"isSerializedDate":true,"string":"Thu Nov 17 2011 22:22:28 GMT+0100 (Mitteleuropäische Zeit)"},"39963":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39964":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"39965":{"string":"2011-11-16 01:12 lauritz (117853)","value":{"__isSmartRef__":true,"id":39966},"isListItem":true},"39966":{"rev":117853,"author":"lauritz","date":{"__isSmartRef__":true,"id":39967},"url":{"__isSmartRef__":true,"id":39968},"changes":[{"__isSmartRef__":true,"id":39969}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39967":{"isSerializedDate":true,"string":"Wed Nov 16 2011 01:12:00 GMT+0100 (Mitteleuropäische Zeit)"},"39968":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39969":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"39970":{"string":"2011-11-15 19:10 lauritz (117786)","value":{"__isSmartRef__":true,"id":39971},"isListItem":true},"39971":{"rev":117786,"author":"lauritz","date":{"__isSmartRef__":true,"id":39972},"url":{"__isSmartRef__":true,"id":39973},"changes":[{"__isSmartRef__":true,"id":39974}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39972":{"isSerializedDate":true,"string":"Tue Nov 15 2011 19:10:58 GMT+0100 (Mitteleuropäische Zeit)"},"39973":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39974":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"39975":{"string":"2011-11-11 00:46 lauritz (117156)","value":{"__isSmartRef__":true,"id":39976},"isListItem":true},"39976":{"rev":117156,"author":"lauritz","date":{"__isSmartRef__":true,"id":39977},"url":{"__isSmartRef__":true,"id":39978},"changes":[{"__isSmartRef__":true,"id":39979}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39977":{"isSerializedDate":true,"string":"Fri Nov 11 2011 00:46:07 GMT+0100 (Mitteleuropäische Zeit)"},"39978":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39979":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"39980":{"string":"2011-11-11 00:41 lauritz (117152)","value":{"__isSmartRef__":true,"id":39981},"isListItem":true},"39981":{"rev":117152,"author":"lauritz","date":{"__isSmartRef__":true,"id":39982},"url":{"__isSmartRef__":true,"id":39983},"changes":[{"__isSmartRef__":true,"id":39984}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39982":{"isSerializedDate":true,"string":"Fri Nov 11 2011 00:41:40 GMT+0100 (Mitteleuropäische Zeit)"},"39983":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39984":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"39985":{"string":"2011-11-04 12:43 jenslincke (113658)","value":{"__isSmartRef__":true,"id":39986},"isListItem":true},"39986":{"rev":113658,"author":"jenslincke","date":{"__isSmartRef__":true,"id":39987},"url":{"__isSmartRef__":true,"id":39988},"changes":[{"__isSmartRef__":true,"id":39989}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39987":{"isSerializedDate":true,"string":"Fri Nov 04 2011 12:43:52 GMT+0100 (Mitteleuropäische Zeit)"},"39988":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39989":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"39990":{"string":"2011-11-04 12:40 jenslincke (113656)","value":{"__isSmartRef__":true,"id":39991},"isListItem":true},"39991":{"rev":113656,"author":"jenslincke","date":{"__isSmartRef__":true,"id":39992},"url":{"__isSmartRef__":true,"id":39993},"changes":[{"__isSmartRef__":true,"id":39994}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39992":{"isSerializedDate":true,"string":"Fri Nov 04 2011 12:40:43 GMT+0100 (Mitteleuropäische Zeit)"},"39993":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39994":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"39995":{"string":"2011-10-28 03:35 lauritz (112222)","value":{"__isSmartRef__":true,"id":39996},"isListItem":true},"39996":{"rev":112222,"author":"lauritz","date":{"__isSmartRef__":true,"id":39997},"url":{"__isSmartRef__":true,"id":39998},"changes":[{"__isSmartRef__":true,"id":39999}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"39997":{"isSerializedDate":true,"string":"Fri Oct 28 2011 03:35:40 GMT+0200 (Mitteleuropäische Sommerzeit)"},"39998":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"39999":{"type":"S:modified","url":"/core/PartsBin/Tools/ObjectEditor.json"},"40000":{"string":"2011-10-28 01:02 lauritz (112200)","value":{"__isSmartRef__":true,"id":40001},"isListItem":true},"40001":{"rev":112200,"author":"lauritz","date":{"__isSmartRef__":true,"id":40002},"url":{"__isSmartRef__":true,"id":40003},"changes":[{"__isSmartRef__":true,"id":40004},{"__isSmartRef__":true,"id":40005},{"__isSmartRef__":true,"id":40006},{"__isSmartRef__":true,"id":40007},{"__isSmartRef__":true,"id":40008},{"__isSmartRef__":true,"id":40009},{"__isSmartRef__":true,"id":40010},{"__isSmartRef__":true,"id":40011},{"__isSmartRef__":true,"id":40012},{"__isSmartRef__":true,"id":40013},{"__isSmartRef__":true,"id":40014},{"__isSmartRef__":true,"id":40015},{"__isSmartRef__":true,"id":40016},{"__isSmartRef__":true,"id":40017},{"__isSmartRef__":true,"id":40018},{"__isSmartRef__":true,"id":40019},{"__isSmartRef__":true,"id":40020},{"__isSmartRef__":true,"id":40021},{"__isSmartRef__":true,"id":40022},{"__isSmartRef__":true,"id":40023},{"__isSmartRef__":true,"id":40024},{"__isSmartRef__":true,"id":40025},{"__isSmartRef__":true,"id":40026},{"__isSmartRef__":true,"id":40027},{"__isSmartRef__":true,"id":40028},{"__isSmartRef__":true,"id":40029},{"__isSmartRef__":true,"id":40030},{"__isSmartRef__":true,"id":40031},{"__isSmartRef__":true,"id":40032},{"__isSmartRef__":true,"id":40033},{"__isSmartRef__":true,"id":40034},{"__isSmartRef__":true,"id":40035},{"__isSmartRef__":true,"id":40036},{"__isSmartRef__":true,"id":40037},{"__isSmartRef__":true,"id":40038},{"__isSmartRef__":true,"id":40039},{"__isSmartRef__":true,"id":40040},{"__isSmartRef__":true,"id":40041},{"__isSmartRef__":true,"id":40042},{"__isSmartRef__":true,"id":40043},{"__isSmartRef__":true,"id":40044},{"__isSmartRef__":true,"id":40045},{"__isSmartRef__":true,"id":40046},{"__isSmartRef__":true,"id":40047},{"__isSmartRef__":true,"id":40048},{"__isSmartRef__":true,"id":40049},{"__isSmartRef__":true,"id":40050},{"__isSmartRef__":true,"id":40051},{"__isSmartRef__":true,"id":40052},{"__isSmartRef__":true,"id":40053},{"__isSmartRef__":true,"id":40054},{"__isSmartRef__":true,"id":40055},{"__isSmartRef__":true,"id":40056},{"__isSmartRef__":true,"id":40057},{"__isSmartRef__":true,"id":40058},{"__isSmartRef__":true,"id":40059},{"__isSmartRef__":true,"id":40060},{"__isSmartRef__":true,"id":40061},{"__isSmartRef__":true,"id":40062},{"__isSmartRef__":true,"id":40063},{"__isSmartRef__":true,"id":40064},{"__isSmartRef__":true,"id":40065},{"__isSmartRef__":true,"id":40066},{"__isSmartRef__":true,"id":40067},{"__isSmartRef__":true,"id":40068},{"__isSmartRef__":true,"id":40069},{"__isSmartRef__":true,"id":40070},{"__isSmartRef__":true,"id":40071},{"__isSmartRef__":true,"id":40072},{"__isSmartRef__":true,"id":40073},{"__isSmartRef__":true,"id":40074},{"__isSmartRef__":true,"id":40075},{"__isSmartRef__":true,"id":40076},{"__isSmartRef__":true,"id":40077},{"__isSmartRef__":true,"id":40078},{"__isSmartRef__":true,"id":40079},{"__isSmartRef__":true,"id":40080},{"__isSmartRef__":true,"id":40081},{"__isSmartRef__":true,"id":40082},{"__isSmartRef__":true,"id":40083},{"__isSmartRef__":true,"id":40084},{"__isSmartRef__":true,"id":40085},{"__isSmartRef__":true,"id":40086},{"__isSmartRef__":true,"id":40087},{"__isSmartRef__":true,"id":40088},{"__isSmartRef__":true,"id":40089},{"__isSmartRef__":true,"id":40090},{"__isSmartRef__":true,"id":40091},{"__isSmartRef__":true,"id":40092},{"__isSmartRef__":true,"id":40093},{"__isSmartRef__":true,"id":40094},{"__isSmartRef__":true,"id":40095},{"__isSmartRef__":true,"id":40096},{"__isSmartRef__":true,"id":40097},{"__isSmartRef__":true,"id":40098},{"__isSmartRef__":true,"id":40099},{"__isSmartRef__":true,"id":40100},{"__isSmartRef__":true,"id":40101},{"__isSmartRef__":true,"id":40102},{"__isSmartRef__":true,"id":40103},{"__isSmartRef__":true,"id":40104},{"__isSmartRef__":true,"id":40105},{"__isSmartRef__":true,"id":40106},{"__isSmartRef__":true,"id":40107},{"__isSmartRef__":true,"id":40108},{"__isSmartRef__":true,"id":40109},{"__isSmartRef__":true,"id":40110},{"__isSmartRef__":true,"id":40111},{"__isSmartRef__":true,"id":40112},{"__isSmartRef__":true,"id":40113},{"__isSmartRef__":true,"id":40114},{"__isSmartRef__":true,"id":40115},{"__isSmartRef__":true,"id":40116},{"__isSmartRef__":true,"id":40117},{"__isSmartRef__":true,"id":40118},{"__isSmartRef__":true,"id":40119},{"__isSmartRef__":true,"id":40120},{"__isSmartRef__":true,"id":40121},{"__isSmartRef__":true,"id":40122},{"__isSmartRef__":true,"id":40123},{"__isSmartRef__":true,"id":40124},{"__isSmartRef__":true,"id":40125},{"__isSmartRef__":true,"id":40126},{"__isSmartRef__":true,"id":40127},{"__isSmartRef__":true,"id":40128},{"__isSmartRef__":true,"id":40129},{"__isSmartRef__":true,"id":40130},{"__isSmartRef__":true,"id":40131},{"__isSmartRef__":true,"id":40132},{"__isSmartRef__":true,"id":40133},{"__isSmartRef__":true,"id":40134},{"__isSmartRef__":true,"id":40135},{"__isSmartRef__":true,"id":40136},{"__isSmartRef__":true,"id":40137},{"__isSmartRef__":true,"id":40138},{"__isSmartRef__":true,"id":40139},{"__isSmartRef__":true,"id":40140},{"__isSmartRef__":true,"id":40141},{"__isSmartRef__":true,"id":40142},{"__isSmartRef__":true,"id":40143},{"__isSmartRef__":true,"id":40144},{"__isSmartRef__":true,"id":40145},{"__isSmartRef__":true,"id":40146},{"__isSmartRef__":true,"id":40147},{"__isSmartRef__":true,"id":40148},{"__isSmartRef__":true,"id":40149},{"__isSmartRef__":true,"id":40150},{"__isSmartRef__":true,"id":40151},{"__isSmartRef__":true,"id":40152},{"__isSmartRef__":true,"id":40153},{"__isSmartRef__":true,"id":40154},{"__isSmartRef__":true,"id":40155},{"__isSmartRef__":true,"id":40156},{"__isSmartRef__":true,"id":40157},{"__isSmartRef__":true,"id":40158},{"__isSmartRef__":true,"id":40159},{"__isSmartRef__":true,"id":40160},{"__isSmartRef__":true,"id":40161},{"__isSmartRef__":true,"id":40162},{"__isSmartRef__":true,"id":40163},{"__isSmartRef__":true,"id":40164},{"__isSmartRef__":true,"id":40165},{"__isSmartRef__":true,"id":40166},{"__isSmartRef__":true,"id":40167},{"__isSmartRef__":true,"id":40168},{"__isSmartRef__":true,"id":40169},{"__isSmartRef__":true,"id":40170},{"__isSmartRef__":true,"id":40171},{"__isSmartRef__":true,"id":40172},{"__isSmartRef__":true,"id":40173},{"__isSmartRef__":true,"id":40174},{"__isSmartRef__":true,"id":40175},{"__isSmartRef__":true,"id":40176},{"__isSmartRef__":true,"id":40177},{"__isSmartRef__":true,"id":40178},{"__isSmartRef__":true,"id":40179},{"__isSmartRef__":true,"id":40180},{"__isSmartRef__":true,"id":40181},{"__isSmartRef__":true,"id":40182},{"__isSmartRef__":true,"id":40183},{"__isSmartRef__":true,"id":40184},{"__isSmartRef__":true,"id":40185},{"__isSmartRef__":true,"id":40186},{"__isSmartRef__":true,"id":40187},{"__isSmartRef__":true,"id":40188},{"__isSmartRef__":true,"id":40189},{"__isSmartRef__":true,"id":40190},{"__isSmartRef__":true,"id":40191},{"__isSmartRef__":true,"id":40192},{"__isSmartRef__":true,"id":40193},{"__isSmartRef__":true,"id":40194},{"__isSmartRef__":true,"id":40195},{"__isSmartRef__":true,"id":40196},{"__isSmartRef__":true,"id":40197},{"__isSmartRef__":true,"id":40198},{"__isSmartRef__":true,"id":40199},{"__isSmartRef__":true,"id":40200},{"__isSmartRef__":true,"id":40201},{"__isSmartRef__":true,"id":40202},{"__isSmartRef__":true,"id":40203},{"__isSmartRef__":true,"id":40204},{"__isSmartRef__":true,"id":40205},{"__isSmartRef__":true,"id":40206},{"__isSmartRef__":true,"id":40207},{"__isSmartRef__":true,"id":40208},{"__isSmartRef__":true,"id":40209},{"__isSmartRef__":true,"id":40210},{"__isSmartRef__":true,"id":40211},{"__isSmartRef__":true,"id":40212},{"__isSmartRef__":true,"id":40213},{"__isSmartRef__":true,"id":40214},{"__isSmartRef__":true,"id":40215},{"__isSmartRef__":true,"id":40216},{"__isSmartRef__":true,"id":40217},{"__isSmartRef__":true,"id":40218},{"__isSmartRef__":true,"id":40219},{"__isSmartRef__":true,"id":40220},{"__isSmartRef__":true,"id":40221},{"__isSmartRef__":true,"id":40222},{"__isSmartRef__":true,"id":40223},{"__isSmartRef__":true,"id":40224},{"__isSmartRef__":true,"id":40225},{"__isSmartRef__":true,"id":40226},{"__isSmartRef__":true,"id":40227},{"__isSmartRef__":true,"id":40228},{"__isSmartRef__":true,"id":40229},{"__isSmartRef__":true,"id":40230},{"__isSmartRef__":true,"id":40231},{"__isSmartRef__":true,"id":40232},{"__isSmartRef__":true,"id":40233},{"__isSmartRef__":true,"id":40234},{"__isSmartRef__":true,"id":40235},{"__isSmartRef__":true,"id":40236},{"__isSmartRef__":true,"id":40237},{"__isSmartRef__":true,"id":40238},{"__isSmartRef__":true,"id":40239},{"__isSmartRef__":true,"id":40240},{"__isSmartRef__":true,"id":40241},{"__isSmartRef__":true,"id":40242},{"__isSmartRef__":true,"id":40243},{"__isSmartRef__":true,"id":40244},{"__isSmartRef__":true,"id":40245},{"__isSmartRef__":true,"id":40246},{"__isSmartRef__":true,"id":40247},{"__isSmartRef__":true,"id":40248},{"__isSmartRef__":true,"id":40249},{"__isSmartRef__":true,"id":40250},{"__isSmartRef__":true,"id":40251},{"__isSmartRef__":true,"id":40252},{"__isSmartRef__":true,"id":40253},{"__isSmartRef__":true,"id":40254},{"__isSmartRef__":true,"id":40255},{"__isSmartRef__":true,"id":40256},{"__isSmartRef__":true,"id":40257},{"__isSmartRef__":true,"id":40258},{"__isSmartRef__":true,"id":40259},{"__isSmartRef__":true,"id":40260},{"__isSmartRef__":true,"id":40261},{"__isSmartRef__":true,"id":40262},{"__isSmartRef__":true,"id":40263},{"__isSmartRef__":true,"id":40264},{"__isSmartRef__":true,"id":40265},{"__isSmartRef__":true,"id":40266},{"__isSmartRef__":true,"id":40267},{"__isSmartRef__":true,"id":40268},{"__isSmartRef__":true,"id":40269},{"__isSmartRef__":true,"id":40270},{"__isSmartRef__":true,"id":40271},{"__isSmartRef__":true,"id":40272},{"__isSmartRef__":true,"id":40273},{"__isSmartRef__":true,"id":40274},{"__isSmartRef__":true,"id":40275},{"__isSmartRef__":true,"id":40276},{"__isSmartRef__":true,"id":40277},{"__isSmartRef__":true,"id":40278},{"__isSmartRef__":true,"id":40279},{"__isSmartRef__":true,"id":40280},{"__isSmartRef__":true,"id":40281},{"__isSmartRef__":true,"id":40282},{"__isSmartRef__":true,"id":40283},{"__isSmartRef__":true,"id":40284},{"__isSmartRef__":true,"id":40285},{"__isSmartRef__":true,"id":40286},{"__isSmartRef__":true,"id":40287},{"__isSmartRef__":true,"id":40288},{"__isSmartRef__":true,"id":40289},{"__isSmartRef__":true,"id":40290},{"__isSmartRef__":true,"id":40291},{"__isSmartRef__":true,"id":40292},{"__isSmartRef__":true,"id":40293},{"__isSmartRef__":true,"id":40294},{"__isSmartRef__":true,"id":40295},{"__isSmartRef__":true,"id":40296},{"__isSmartRef__":true,"id":40297},{"__isSmartRef__":true,"id":40298},{"__isSmartRef__":true,"id":40299},{"__isSmartRef__":true,"id":40300},{"__isSmartRef__":true,"id":40301},{"__isSmartRef__":true,"id":40302},{"__isSmartRef__":true,"id":40303},{"__isSmartRef__":true,"id":40304},{"__isSmartRef__":true,"id":40305},{"__isSmartRef__":true,"id":40306},{"__isSmartRef__":true,"id":40307},{"__isSmartRef__":true,"id":40308},{"__isSmartRef__":true,"id":40309},{"__isSmartRef__":true,"id":40310},{"__isSmartRef__":true,"id":40311},{"__isSmartRef__":true,"id":40312},{"__isSmartRef__":true,"id":40313},{"__isSmartRef__":true,"id":40314},{"__isSmartRef__":true,"id":40315},{"__isSmartRef__":true,"id":40316},{"__isSmartRef__":true,"id":40317},{"__isSmartRef__":true,"id":40318},{"__isSmartRef__":true,"id":40319},{"__isSmartRef__":true,"id":40320},{"__isSmartRef__":true,"id":40321},{"__isSmartRef__":true,"id":40322},{"__isSmartRef__":true,"id":40323},{"__isSmartRef__":true,"id":40324},{"__isSmartRef__":true,"id":40325},{"__isSmartRef__":true,"id":40326},{"__isSmartRef__":true,"id":40327},{"__isSmartRef__":true,"id":40328},{"__isSmartRef__":true,"id":40329},{"__isSmartRef__":true,"id":40330},{"__isSmartRef__":true,"id":40331},{"__isSmartRef__":true,"id":40332},{"__isSmartRef__":true,"id":40333},{"__isSmartRef__":true,"id":40334},{"__isSmartRef__":true,"id":40335},{"__isSmartRef__":true,"id":40336},{"__isSmartRef__":true,"id":40337},{"__isSmartRef__":true,"id":40338},{"__isSmartRef__":true,"id":40339},{"__isSmartRef__":true,"id":40340},{"__isSmartRef__":true,"id":40341},{"__isSmartRef__":true,"id":40342},{"__isSmartRef__":true,"id":40343},{"__isSmartRef__":true,"id":40344},{"__isSmartRef__":true,"id":40345},{"__isSmartRef__":true,"id":40346},{"__isSmartRef__":true,"id":40347},{"__isSmartRef__":true,"id":40348},{"__isSmartRef__":true,"id":40349},{"__isSmartRef__":true,"id":40350},{"__isSmartRef__":true,"id":40351},{"__isSmartRef__":true,"id":40352},{"__isSmartRef__":true,"id":40353},{"__isSmartRef__":true,"id":40354},{"__isSmartRef__":true,"id":40355},{"__isSmartRef__":true,"id":40356},{"__isSmartRef__":true,"id":40357},{"__isSmartRef__":true,"id":40358},{"__isSmartRef__":true,"id":40359},{"__isSmartRef__":true,"id":40360},{"__isSmartRef__":true,"id":40361},{"__isSmartRef__":true,"id":40362},{"__isSmartRef__":true,"id":40363},{"__isSmartRef__":true,"id":40364},{"__isSmartRef__":true,"id":40365},{"__isSmartRef__":true,"id":40366},{"__isSmartRef__":true,"id":40367},{"__isSmartRef__":true,"id":40368},{"__isSmartRef__":true,"id":40369},{"__isSmartRef__":true,"id":40370},{"__isSmartRef__":true,"id":40371},{"__isSmartRef__":true,"id":40372},{"__isSmartRef__":true,"id":40373},{"__isSmartRef__":true,"id":40374},{"__isSmartRef__":true,"id":40375},{"__isSmartRef__":true,"id":40376},{"__isSmartRef__":true,"id":40377},{"__isSmartRef__":true,"id":40378},{"__isSmartRef__":true,"id":40379},{"__isSmartRef__":true,"id":40380},{"__isSmartRef__":true,"id":40381},{"__isSmartRef__":true,"id":40382},{"__isSmartRef__":true,"id":40383},{"__isSmartRef__":true,"id":40384},{"__isSmartRef__":true,"id":40385},{"__isSmartRef__":true,"id":40386},{"__isSmartRef__":true,"id":40387},{"__isSmartRef__":true,"id":40388},{"__isSmartRef__":true,"id":40389},{"__isSmartRef__":true,"id":40390},{"__isSmartRef__":true,"id":40391},{"__isSmartRef__":true,"id":40392},{"__isSmartRef__":true,"id":40393},{"__isSmartRef__":true,"id":40394},{"__isSmartRef__":true,"id":40395},{"__isSmartRef__":true,"id":40396},{"__isSmartRef__":true,"id":40397},{"__isSmartRef__":true,"id":40398},{"__isSmartRef__":true,"id":40399},{"__isSmartRef__":true,"id":40400},{"__isSmartRef__":true,"id":40401},{"__isSmartRef__":true,"id":40402},{"__isSmartRef__":true,"id":40403},{"__isSmartRef__":true,"id":40404},{"__isSmartRef__":true,"id":40405},{"__isSmartRef__":true,"id":40406},{"__isSmartRef__":true,"id":40407},{"__isSmartRef__":true,"id":40408},{"__isSmartRef__":true,"id":40409},{"__isSmartRef__":true,"id":40410},{"__isSmartRef__":true,"id":40411},{"__isSmartRef__":true,"id":40412},{"__isSmartRef__":true,"id":40413},{"__isSmartRef__":true,"id":40414},{"__isSmartRef__":true,"id":40415},{"__isSmartRef__":true,"id":40416},{"__isSmartRef__":true,"id":40417},{"__isSmartRef__":true,"id":40418},{"__isSmartRef__":true,"id":40419},{"__isSmartRef__":true,"id":40420},{"__isSmartRef__":true,"id":40421},{"__isSmartRef__":true,"id":40422},{"__isSmartRef__":true,"id":40423},{"__isSmartRef__":true,"id":40424},{"__isSmartRef__":true,"id":40425},{"__isSmartRef__":true,"id":40426},{"__isSmartRef__":true,"id":40427},{"__isSmartRef__":true,"id":40428},{"__isSmartRef__":true,"id":40429},{"__isSmartRef__":true,"id":40430},{"__isSmartRef__":true,"id":40431},{"__isSmartRef__":true,"id":40432},{"__isSmartRef__":true,"id":40433},{"__isSmartRef__":true,"id":40434},{"__isSmartRef__":true,"id":40435},{"__isSmartRef__":true,"id":40436},{"__isSmartRef__":true,"id":40437},{"__isSmartRef__":true,"id":40438},{"__isSmartRef__":true,"id":40439},{"__isSmartRef__":true,"id":40440},{"__isSmartRef__":true,"id":40441},{"__isSmartRef__":true,"id":40442},{"__isSmartRef__":true,"id":40443},{"__isSmartRef__":true,"id":40444},{"__isSmartRef__":true,"id":40445},{"__isSmartRef__":true,"id":40446},{"__isSmartRef__":true,"id":40447},{"__isSmartRef__":true,"id":40448},{"__isSmartRef__":true,"id":40449},{"__isSmartRef__":true,"id":40450},{"__isSmartRef__":true,"id":40451},{"__isSmartRef__":true,"id":40452},{"__isSmartRef__":true,"id":40453},{"__isSmartRef__":true,"id":40454},{"__isSmartRef__":true,"id":40455},{"__isSmartRef__":true,"id":40456},{"__isSmartRef__":true,"id":40457},{"__isSmartRef__":true,"id":40458},{"__isSmartRef__":true,"id":40459},{"__isSmartRef__":true,"id":40460},{"__isSmartRef__":true,"id":40461},{"__isSmartRef__":true,"id":40462},{"__isSmartRef__":true,"id":40463},{"__isSmartRef__":true,"id":40464},{"__isSmartRef__":true,"id":40465},{"__isSmartRef__":true,"id":40466},{"__isSmartRef__":true,"id":40467},{"__isSmartRef__":true,"id":40468},{"__isSmartRef__":true,"id":40469},{"__isSmartRef__":true,"id":40470},{"__isSmartRef__":true,"id":40471},{"__isSmartRef__":true,"id":40472},{"__isSmartRef__":true,"id":40473},{"__isSmartRef__":true,"id":40474},{"__isSmartRef__":true,"id":40475},{"__isSmartRef__":true,"id":40476},{"__isSmartRef__":true,"id":40477},{"__isSmartRef__":true,"id":40478},{"__isSmartRef__":true,"id":40479},{"__isSmartRef__":true,"id":40480},{"__isSmartRef__":true,"id":40481},{"__isSmartRef__":true,"id":40482},{"__isSmartRef__":true,"id":40483},{"__isSmartRef__":true,"id":40484},{"__isSmartRef__":true,"id":40485},{"__isSmartRef__":true,"id":40486},{"__isSmartRef__":true,"id":40487},{"__isSmartRef__":true,"id":40488},{"__isSmartRef__":true,"id":40489},{"__isSmartRef__":true,"id":40490},{"__isSmartRef__":true,"id":40491},{"__isSmartRef__":true,"id":40492},{"__isSmartRef__":true,"id":40493},{"__isSmartRef__":true,"id":40494},{"__isSmartRef__":true,"id":40495},{"__isSmartRef__":true,"id":40496},{"__isSmartRef__":true,"id":40497},{"__isSmartRef__":true,"id":40498},{"__isSmartRef__":true,"id":40499},{"__isSmartRef__":true,"id":40500},{"__isSmartRef__":true,"id":40501},{"__isSmartRef__":true,"id":40502},{"__isSmartRef__":true,"id":40503},{"__isSmartRef__":true,"id":40504},{"__isSmartRef__":true,"id":40505},{"__isSmartRef__":true,"id":40506},{"__isSmartRef__":true,"id":40507},{"__isSmartRef__":true,"id":40508},{"__isSmartRef__":true,"id":40509},{"__isSmartRef__":true,"id":40510},{"__isSmartRef__":true,"id":40511},{"__isSmartRef__":true,"id":40512},{"__isSmartRef__":true,"id":40513},{"__isSmartRef__":true,"id":40514},{"__isSmartRef__":true,"id":40515},{"__isSmartRef__":true,"id":40516},{"__isSmartRef__":true,"id":40517},{"__isSmartRef__":true,"id":40518},{"__isSmartRef__":true,"id":40519},{"__isSmartRef__":true,"id":40520},{"__isSmartRef__":true,"id":40521},{"__isSmartRef__":true,"id":40522},{"__isSmartRef__":true,"id":40523},{"__isSmartRef__":true,"id":40524},{"__isSmartRef__":true,"id":40525},{"__isSmartRef__":true,"id":40526},{"__isSmartRef__":true,"id":40527},{"__isSmartRef__":true,"id":40528},{"__isSmartRef__":true,"id":40529},{"__isSmartRef__":true,"id":40530},{"__isSmartRef__":true,"id":40531},{"__isSmartRef__":true,"id":40532},{"__isSmartRef__":true,"id":40533},{"__isSmartRef__":true,"id":40534},{"__isSmartRef__":true,"id":40535},{"__isSmartRef__":true,"id":40536},{"__isSmartRef__":true,"id":40537},{"__isSmartRef__":true,"id":40538},{"__isSmartRef__":true,"id":40539},{"__isSmartRef__":true,"id":40540},{"__isSmartRef__":true,"id":40541},{"__isSmartRef__":true,"id":40542},{"__isSmartRef__":true,"id":40543},{"__isSmartRef__":true,"id":40544},{"__isSmartRef__":true,"id":40545},{"__isSmartRef__":true,"id":40546},{"__isSmartRef__":true,"id":40547},{"__isSmartRef__":true,"id":40548},{"__isSmartRef__":true,"id":40549},{"__isSmartRef__":true,"id":40550},{"__isSmartRef__":true,"id":40551},{"__isSmartRef__":true,"id":40552},{"__isSmartRef__":true,"id":40553},{"__isSmartRef__":true,"id":40554},{"__isSmartRef__":true,"id":40555},{"__isSmartRef__":true,"id":40556},{"__isSmartRef__":true,"id":40557},{"__isSmartRef__":true,"id":40558},{"__isSmartRef__":true,"id":40559},{"__isSmartRef__":true,"id":40560},{"__isSmartRef__":true,"id":40561},{"__isSmartRef__":true,"id":40562},{"__isSmartRef__":true,"id":40563},{"__isSmartRef__":true,"id":40564},{"__isSmartRef__":true,"id":40565},{"__isSmartRef__":true,"id":40566},{"__isSmartRef__":true,"id":40567},{"__isSmartRef__":true,"id":40568},{"__isSmartRef__":true,"id":40569},{"__isSmartRef__":true,"id":40570},{"__isSmartRef__":true,"id":40571},{"__isSmartRef__":true,"id":40572},{"__isSmartRef__":true,"id":40573},{"__isSmartRef__":true,"id":40574},{"__isSmartRef__":true,"id":40575},{"__isSmartRef__":true,"id":40576},{"__isSmartRef__":true,"id":40577},{"__isSmartRef__":true,"id":40578},{"__isSmartRef__":true,"id":40579},{"__isSmartRef__":true,"id":40580},{"__isSmartRef__":true,"id":40581},{"__isSmartRef__":true,"id":40582},{"__isSmartRef__":true,"id":40583},{"__isSmartRef__":true,"id":40584},{"__isSmartRef__":true,"id":40585},{"__isSmartRef__":true,"id":40586},{"__isSmartRef__":true,"id":40587},{"__isSmartRef__":true,"id":40588},{"__isSmartRef__":true,"id":40589},{"__isSmartRef__":true,"id":40590}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40002":{"isSerializedDate":true,"string":"Fri Oct 28 2011 01:02:08 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40003":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/users/lauritz/miniprojects/annotationPart.xhtml","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40004":{"type":"S:modified","url":"/users/jennek/start.xhtml"},"40005":{"type":"S:modified","url":"/users/Dan/Piano.xhtml"},"40006":{"type":"S:modified","url":"/users/sofia/documentation.xhtml"},"40007":{"type":"S:modified","url":"/users/cschuster/presentation.xhtml"},"40008":{"type":"S:modified","url":"/demos/LiveWeb/NewCPUVisualization.xhtml"},"40009":{"type":"S:modified","url":"/users/lauritz/start.xhtml"},"40010":{"type":"S:modified","url":"/core/lively/bootstrap.js"},"40011":{"type":"S:modified","url":"/draft/NewWorld/ServerPart.xhtml"},"40012":{"type":"S:modified","url":"/users/sofia/georgi/ButtonPrototypes.xhtml"},"40013":{"type":"S:modified","url":"/draft/NewWorld/NotetakingApp.xhtml"},"40014":{"type":"S:modified","url":"/projects/CodeDB2/info_documents.xhtml"},"40015":{"type":"S:modified","url":"/users/cschuster/hello.xhtml"},"40016":{"type":"S:modified","url":"/users/fbo/layoutNoEpiMorphs.xhtml"},"40017":{"type":"S:modified","url":"/issues/110527_RichTextGetsLost.xhtml"},"40018":{"type":"S:modified","url":"/users/fbo/boxTestRange.xhtml"},"40019":{"type":"S:modified","url":"/demos/LiveWeb/CPUVisualization.xhtml"},"40020":{"type":"S:modified","url":"/demos/contextjs/Syntax.xhtml"},"40021":{"type":"S:modified","url":"/draft/NewWorld/Connectors.xhtml"},"40022":{"type":"S:modified","url":"/users/sofia/documentationXXX.xhtml"},"40023":{"type":"S:modified","url":"/demos/VisualConnect.xhtml"},"40024":{"type":"S:modified","url":"/users/MrSteve/Test1.xhtml"},"40025":{"type":"S:modified","url":"/issues/110614_ClickingOnLinesHackIsBroken.xhtml"},"40026":{"type":"S:modified","url":"/ChangeLog.xhtml"},"40027":{"type":"S:modified","url":"/gettingStarted.xhtml"},"40028":{"type":"S:modified","url":"/users/martin/oldWorkspace.xhtml"},"40029":{"type":"S:modified","url":"/demos/Clean.xhtml"},"40030":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/prototypeSaved.xhtml"},"40031":{"type":"S:modified","url":"/issues/110613_ConnectorsAreBroken.xhtml"},"40032":{"type":"S:modified","url":"/draft/NewWorld/ModuleDependencies.xhtml"},"40033":{"type":"S:modified","url":"/issues/fixed/110412_ListDroppingBroken.xhtml"},"40034":{"type":"S:modified","url":"/demos/LiveWeb/Empty.xhtml"},"40035":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/dev2.xhtml"},"40036":{"type":"S:modified","url":"/users/fbo/dropJournalBug.xhtml"},"40037":{"type":"S:modified","url":"/users/tfleig/start.xhtml"},"40038":{"type":"S:modified","url":"/specs/Scrolling.xhtml"},"40039":{"type":"S:modified","url":"/users/fbo/dataGridTests.xhtml"},"40040":{"type":"S:modified","url":"/users/tmohr/newWorld2.xhtml"},"40041":{"type":"S:modified","url":"/users/sofia/georgi/new_world.xhtml"},"40042":{"type":"S:modified","url":"/users/tmohr/slide5.xhtml"},"40043":{"type":"S:modified","url":"/users/fbo/constraintLayoutExampleSerialized.xhtml"},"40044":{"type":"S:modified","url":"/draft/NewWorld/TextBugfixes.xhtml"},"40045":{"type":"S:modified","url":"/users/ahold/new/usertracking.xhtml"},"40046":{"type":"S:modified","url":"/issues/110512_WrappingTextInTextMorph.xhtml"},"40047":{"type":"S:modified","url":"/users/constantin/doku.xhtml"},"40048":{"type":"S:modified","url":"/users/Dan/PartsBin.xhtml"},"40049":{"type":"S:modified","url":"/users/fbo/chat.xhtml"},"40050":{"type":"S:modified","url":"/users/Dan/NewPresentation.xhtml"},"40051":{"type":"S:modified","url":"/users/markoroeder/TablePartDev.xhtml"},"40052":{"type":"S:modified","url":"/users/fbo/renderingHooks.xhtml"},"40053":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/prototype_saved.xhtml"},"40054":{"type":"S:modified","url":"/users/bert/start.xhtml"},"40055":{"type":"S:modified","url":"/users/Dan/TestWorld.xhtml"},"40056":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksHubert.xhtml"},"40057":{"type":"S:modified","url":"/issues/110603_SvgRenderIsNotYetGoodEnoughForOurIcons.xhtml"},"40058":{"type":"S:modified","url":"/issues/111006_DisableGrabbingDoesNotDisableGrabbing.xhtml"},"40059":{"type":"S:modified","url":"/users/robertkrahn/writing.xhtml"},"40060":{"type":"S:modified","url":"/issues/111020_ClassBrowserPartShouldRememberChanges.xhtml"},"40061":{"type":"S:modified","url":"/users/ahold/serverDevNew.xhtml"},"40062":{"type":"S:modified","url":"/demos/LiveWeb/LiveWebSummary.xhtml"},"40063":{"type":"S:modified","url":"/users/lauritz/miniprojects/jQueryEffects.xhtml"},"40064":{"type":"S:modified","url":"/users/Dan/BorderTest.xhtml"},"40065":{"type":"S:modified","url":"/draft/NewWorld/PartsBin.xhtml"},"40066":{"type":"S:modified","url":"/users/sofia/georgi/splitter.xhtml"},"40067":{"type":"S:modified","url":"/users/martin/stats.xhtml"},"40068":{"type":"S:modified","url":"/users/ahold/newWorld.xhtml"},"40069":{"type":"S:modified","url":"/draft/NewWorld/SVGLines.xhtml"},"40070":{"type":"S:added","url":null},"40071":{"type":"S:modified","url":"/issues/fixed/110507_CommentsForParts.xhtml"},"40072":{"type":"S:modified","url":"/demos/contextjs/OpenImplementation.xhtml"},"40073":{"type":"S:modified","url":"/users/Dan/QBF2Ba.xhtml"},"40074":{"type":"S:modified","url":"/users/fbo/welcome.xhtml"},"40075":{"type":"S:modified","url":"/issues/111026_CouchDB>>saveDoesNotAskForCredentialsInSafari.xhtml"},"40076":{"type":"S:modified","url":"/users/martin/measurements/FAQ.xhtml"},"40077":{"type":"S:modified","url":"/users/gerald24/temp.xhtml"},"40078":{"type":"S:modified","url":"/users/markoroeder/MetadataVisualization.xhtml"},"40079":{"type":"S:modified","url":"/demos/WorldSerializationGraph.xhtml"},"40080":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/ImageDroppin.xhtml"},"40081":{"type":"S:modified","url":"/users/Dan/LiveWeb-NewLayout.xhtml"},"40082":{"type":"S:modified","url":"/core/lively/DOMAbstraction.js"},"40083":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/Slider.xhtml"},"40084":{"type":"S:modified","url":"/demos/ScriptingClock.xhtml"},"40085":{"type":"S:modified","url":"/issues/111017_BrowsingSubmorphsWithObjectExplorerBroken.xhtml"},"40086":{"type":"S:modified","url":"/users/Dan/Tutorial1.xhtml"},"40087":{"type":"S:modified","url":"/users/fbo/empty3.xhtml"},"40088":{"type":"S:modified","url":"/demos/visualizations/FPSProtovis.xhtml"},"40089":{"type":"S:modified","url":"/draft/NewWorld/ObjectTracerPart.xhtml"},"40090":{"type":"S:modified","url":"/issues/110629_SlideoverlayIsBrokenAfterSavingItHidden.xhtml"},"40091":{"type":"S:modified","url":"/users/markoroeder/GOTY2011.xhtml"},"40092":{"type":"S:modified","url":"/users/fbo/DraftLayout.xhtml"},"40093":{"type":"S:modified","url":"/users/fbo/onMouseMoveRefactoring.xhtml"},"40094":{"type":"S:modified","url":"/users/Dan/PM/ScripterDev.xhtml"},"40095":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksSebastian.xhtml"},"40096":{"type":"S:modified","url":"/users/fbo/DataTables.xhtml"},"40097":{"type":"S:modified","url":"/users/fbo/myLineWorld.xhtml"},"40098":{"type":"S:modified","url":"/issues/110526_ConnectorsInTheNewWorld.xhtml"},"40099":{"type":"S:modified","url":"/users/Dan/PM/FormLayoutExpt.xhtml"},"40100":{"type":"S:modified","url":"/users/Dan/MyQBF.xhtml"},"40101":{"type":"S:modified","url":"/users/Dan/LiveWeb2.xhtml"},"40102":{"type":"S:modified","url":"/users/fbo/layoutPlaceholdersForDragging.xhtml"},"40103":{"type":"S:modified","url":"/webwerkstatt.xhtml"},"40104":{"type":"S:modified","url":"/users/sofia/georgi/Versions.xhtml"},"40105":{"type":"S:modified","url":"/issues/fixed/110506_CompletelyEmphasizedTextDoesNotSerialize.xhtml"},"40106":{"type":"S:modified","url":"/issues/110518_ShadowOfAMorphDoesNotReflectRotation.xhtml"},"40107":{"type":"S:modified","url":"/users/olmeca/start.xhtml"},"40108":{"type":"S:modified","url":"/users/sofia/martin/3.xhtml"},"40109":{"type":"S:modified","url":"/issues/110514_DontShowEditCursorForHalosMenusEtc.xhtml"},"40110":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/Lists.xhtml"},"40111":{"type":"S:modified","url":"/users/fbo/layoutDragSnap.xhtml"},"40112":{"type":"S:modified","url":"/users/sofia/georgi/new.xhtml"},"40113":{"type":"S:modified","url":"/users/mkilling/ikuh.xhtml"},"40114":{"type":"S:modified","url":"/draft/NewWorld/ClassBrowser.xhtml"},"40115":{"type":"S:modified","url":"/users/fbo/xamppInstaller.xhtml"},"40116":{"type":"S:modified","url":"/users/Kat/QBF2B.xhtml"},"40117":{"type":"S:modified","url":"/demos/visualizations/protovis.xhtml"},"40118":{"type":"S:modified","url":"/users/NikolaySuslov/start.xhtml"},"40119":{"type":"S:modified","url":"/documentation/Lively2Installation.xhtml"},"40120":{"type":"S:modified","url":"/issues/110518_ProblemToOpenDialogs.xhtml"},"40121":{"type":"S:modified","url":"/users/sofia/learning_prototype_js.xhtml"},"40122":{"type":"S:modified","url":"/issues/110809_AsScriptOfMethodDoesNotChangeFunctionName.xhtml"},"40123":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksBenjamin.xhtml"},"40124":{"type":"S:modified","url":"/users/sofia/video1.xhtml"},"40125":{"type":"S:modified","url":"/empty.xhtml"},"40126":{"type":"S:modified","url":"/demos/LiveWeb/LiveWeb.xhtml"},"40127":{"type":"S:modified","url":"/users/cschuster/start.xhtml"},"40128":{"type":"S:modified","url":"/issues/fixed/110509_WorldMenuDoesNotWork.xhtml"},"40129":{"type":"S:modified","url":"/users/Dan/QuickBrownFox.xhtml"},"40130":{"type":"S:modified","url":"/projects/Lively2/Minimal.xhtml"},"40131":{"type":"S:modified","url":"/issues/111005_LineIssues.xhtml"},"40132":{"type":"S:modified","url":"/issues/fixed/110506_PartsbinHasNoAddOrRemoveCategoryButtons.xhtml"},"40133":{"type":"S:modified","url":"/users/sofia/experiments/css_theming.xhtml"},"40134":{"type":"S:modified","url":"/documentation/videoTutorials/110630_CPUVis.xhtml"},"40135":{"type":"S:modified","url":"/users/template/start.xhtml"},"40136":{"type":"S:modified","url":"/documentation/Traits.xhtml"},"40137":{"type":"S:modified","url":"/issues/110717_ShapeOffsetMakesEventsGoMad.xhtml"},"40138":{"type":"S:modified","url":"/users/fbo/jQueryUi.xhtml"},"40139":{"type":"S:modified","url":"/users/robertkrahn/nonexisting.xhtml"},"40140":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/DroppingForImport.xhtml"},"40141":{"type":"S:modified","url":"/cleanup.xhtml"},"40142":{"type":"S:modified","url":"/issues/110522_ListAndTextScrollWorldAfterReachingTheirScrollBounds.xhtml"},"40143":{"type":"S:modified","url":"/projects/BP2012/simple.xhtml"},"40144":{"type":"S:modified","url":"/issues/110831_ScrolingWithNewClippingCodeDoesNotWork.xhtml"},"40145":{"type":"S:modified","url":"/issues/110923_ProtovisVisualizationBroken.xhtml"},"40146":{"type":"S:modified","url":"/issues/111019_PublishingPartsWithCommitMessages.xhtml"},"40147":{"type":"S:modified","url":"/demos/visualizations/jsl4tv-world-000.xhtml"},"40148":{"type":"S:modified","url":"/users/markoroeder/SVN2CodeDB.xhtml"},"40149":{"type":"S:modified","url":"/users/sofia/trac_tickets_pavel.xhtml"},"40150":{"type":"S:modified","url":"/projects/BP2012/2011-11-02-talk.xhtml"},"40151":{"type":"S:modified","url":"/users/fbo/dojoWorld.xhtml"},"40152":{"type":"S:modified","url":"/users/Dan/NewPresentation2.xhtml"},"40153":{"type":"S:modified","url":"/users/tmohr/slide6.xhtml"},"40154":{"type":"S:modified","url":"/projects/DebuggingJS/draft.xhtml"},"40155":{"type":"S:modified","url":"/draft/NewWorld/DirectGrabDragAndCopy.xhtml"},"40156":{"type":"S:modified","url":"/users/sofia/protovis.xhtml"},"40157":{"type":"S:modified","url":"/blank.xhtml"},"40158":{"type":"S:modified","url":"/users/robertkrahn/testCPUVis.xhtml"},"40159":{"type":"S:modified","url":"/projects/Lively2/Converting.xhtml"},"40160":{"type":"S:modified","url":"/users/andyburnett/start.xhtml"},"40161":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/RichText.xhtml"},"40162":{"type":"S:modified","url":"/draft/NewWorld/Presentations.xhtml"},"40163":{"type":"S:modified","url":"/users/robertkrahn/garminExport.xhtml"},"40164":{"type":"S:modified","url":"/tests.xhtml"},"40165":{"type":"S:modified","url":"/issues/110625_PartUploadBroken.xhtml"},"40166":{"type":"S:modified","url":"/issues/fixed/110517_ConnectionsWantToAccessClosureValues.xhtml"},"40167":{"type":"S:modified","url":"/users/markoroeder/DataVisualization.xhtml"},"40168":{"type":"S:modified","url":"/draft/NewWorld/PartsBinSearch.xhtml"},"40169":{"type":"S:modified","url":"/issues/110529_InsertingSomethingInTextRemovesFocus.xhtml"},"40170":{"type":"S:modified","url":"/issues/110512_ListSelectionInScbDoesNotWorkCorrectly.xhtml"},"40171":{"type":"S:modified","url":"/issues/111017_StaticBindingOfSuperInClosures.xhtml"},"40172":{"type":"S:modified","url":"/demos/contextjs/flattening.xhtml"},"40173":{"type":"S:modified","url":"/issues/110511_LinesCannotBeClicked.xhtml"},"40174":{"type":"S:modified","url":"/users/lauritz/miniprojects/gettingStarted.xhtml"},"40175":{"type":"S:modified","url":"/users/markoroeder/Part2Class.xhtml"},"40176":{"type":"S:modified","url":"/users/Dan/EmptyWorld2.xhtml"},"40177":{"type":"S:modified","url":"/projects/LivelyKernel/nextSteps.xhtml"},"40178":{"type":"S:modified","url":"/users/wlcleveland/start.xhtml"},"40179":{"type":"S:modified","url":"/users/swart/start.xhtml"},"40180":{"type":"S:modified","url":"/users/Dan/QBF2Bb.xhtml"},"40181":{"type":"S:modified","url":"/users/tmohr/slide1.xhtml"},"40182":{"type":"S:modified","url":"/users/robertkrahn/DetermineModuleDependencies.xhtml"},"40183":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksHubert2.xhtml"},"40184":{"type":"S:modified","url":"/projects/CodeDB2/info_restructuring.xhtml"},"40185":{"type":"S:modified","url":"/users/Dan/PM/DemoForm.xhtml"},"40186":{"type":"S:modified","url":"/issues/110728_GraffleLayerGrabsWorld.xhtml"},"40187":{"type":"S:modified","url":"/users/Dan/Activities1.xhtml"},"40188":{"type":"S:modified","url":"/users/tmohr/emtpy.xhtml"},"40189":{"type":"S:modified","url":"/documentation/ElProfesor.xhtml"},"40190":{"type":"S:modified","url":"/issues/111022_TheExplorerScrollingIsBroken.xhtml"},"40191":{"type":"S:modified","url":"/users/Dan/WindowPlay.xhtml"},"40192":{"type":"S:modified","url":"/users/martin/Measurements.xhtml"},"40193":{"type":"S:modified","url":"/users/fbo/layoutCycle.xhtml"},"40194":{"type":"S:modified","url":"/documentation/7funthings.xhtml"},"40195":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/jensWorld.xhtml"},"40196":{"type":"S:modified","url":"/users/iho/start.xhtml"},"40197":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/NewMorphicIntroduction.xhtml"},"40198":{"type":"S:modified","url":"/BrokenWorldRepairSite.xhtml"},"40199":{"type":"S:modified","url":"/users/fbo/serverDevPlayground.xhtml"},"40200":{"type":"S:modified","url":"/users/ahold/TrackerDev.xhtml"},"40201":{"type":"S:modified","url":"/users/Dan/LiveWeb3.xhtml"},"40202":{"type":"S:modified","url":"/documentation/Template.xhtml"},"40203":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/secondWorld.xhtml"},"40204":{"type":"S:modified","url":"/documentation/ContextJS.xhtml"},"40205":{"type":"S:modified","url":"/projects/CodeDB2/CodeDB2Dev.xhtml"},"40206":{"type":"S:modified","url":"/users/markoroeder/GrammarTesting.xhtml"},"40207":{"type":"S:modified","url":"/documentation/ScriptingTutorial.xhtml"},"40208":{"type":"S:modified","url":"/users/fbo/deserializeMorphs.xhtml"},"40209":{"type":"S:modified","url":"/issues/110722_ClipModeShouldClipMorphsInTheirBounds.xhtml"},"40210":{"type":"S:modified","url":"/documentation/videoTutorials/110714_NodeJSServerCreation.xhtml"},"40211":{"type":"S:modified","url":"/users/fbo/scrollFixes.xhtml"},"40212":{"type":"S:modified","url":"/users/fbo/empty.xhtml"},"40213":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksConrad.xhtml"},"40214":{"type":"S:modified","url":"/users/keith/deadly.xhtml"},"40215":{"type":"S:modified","url":"/users/robertkrahn/nonexisting2.xhtml"},"40216":{"type":"S:modified","url":"/users/Dan/QBFa.xhtml"},"40217":{"type":"S:modified","url":"/users/cschuster/debugging2.xhtml"},"40218":{"type":"S:modified","url":"/users/fbo/SlickGrid.xhtml"},"40219":{"type":"S:modified","url":"/users/constantin/Snake.xhtml"},"40220":{"type":"S:modified","url":"/documentation/worlds.xhtml"},"40221":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/firstWorld2.xhtml"},"40222":{"type":"S:modified","url":"/issues/110609_TabIndentionForBulletPoints.xhtml"},"40223":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksAstrid.xhtml"},"40224":{"type":"S:modified","url":"/users/sofia/video2.xhtml"},"40225":{"type":"S:modified","url":"/users/keith/notes.xhtml"},"40226":{"type":"S:modified","url":"/issues/110528_ClickBehaviorOfScbIsStrange.xhtml"},"40227":{"type":"S:modified","url":"/demos/Parts.xhtml"},"40228":{"type":"S:modified","url":"/demos/WhereArePeopleFrom.xhtml"},"40229":{"type":"S:modified","url":"/issues/110510_MorphsAreDroppedWhenDndedFromPartsbin.xhtml"},"40230":{"type":"S:modified","url":"/users/fbo/jqueryTabulate.xhtml"},"40231":{"type":"S:modified","url":"/issues/111026_CustomFormattedBinsInPartsBin.xhtml"},"40232":{"type":"S:modified","url":"/users/fbo/learningLively2.xhtml"},"40233":{"type":"S:modified","url":"/issues/111017_svgIssues.xhtml"},"40234":{"type":"S:modified","url":"/users/markoroeder/NewStreamwork.xhtml"},"40235":{"type":"S:modified","url":"/users/markoroeder/MapImport.xhtml"},"40236":{"type":"S:modified","url":"/documentation/Serialization-Interface.xhtml"},"40237":{"type":"S:modified","url":"/issues/fixed/110511_DroppablebehaviorParts.xhtml"},"40238":{"type":"S:modified","url":"/users/markoroeder/newDraft.xhtml"},"40239":{"type":"S:modified","url":"/projects/Lively2/ReleasePlanning.xhtml"},"40240":{"type":"S:modified","url":"/draft/NewWorld/LinesAndCurves.xhtml"},"40241":{"type":"S:modified","url":"/users/Dan/HaloExpt.xhtml"},"40242":{"type":"S:modified","url":"/issues/110921_DropshadowIsOff.xhtml"},"40243":{"type":"S:modified","url":"/users/keith/versionControl.xhtml"},"40244":{"type":"S:modified","url":"/issues/111021_HowToStoreObjectsOnTheServer.xhtml"},"40245":{"type":"S:modified","url":"/documentation/videoTutorials/SystemBrowserDiffingVersions.xhtml"},"40246":{"type":"S:modified","url":"/users/fbo/blank.xhtml"},"40247":{"type":"S:modified","url":"/demos/Clock.xhtml"},"40248":{"type":"S:modified","url":"/users/fbo/scrolling.xhtml"},"40249":{"type":"S:modified","url":"/users/markoroeder/DraftInfoItem.xhtml"},"40250":{"type":"S:modified","url":"/documentation/HowConnectWorks.xhtml"},"40251":{"type":"S:modified","url":"/users/fbo/layoutTests.xhtml"},"40252":{"type":"S:modified","url":"/issues/fixed/110407_NoScriptEditorInNewWorld.xhtml"},"40253":{"type":"S:modified","url":"/projects/BP2012/Requests.xhtml"},"40254":{"type":"S:modified","url":"/users/template/pleaseDoNotChangeOrRemoveWorldsInThisDirectory.xhtml"},"40255":{"type":"S:modified","url":"/users/fbo/journalBug.xhtml"},"40256":{"type":"S:modified","url":"/issues/110701_VisualBindingToStarBroken.xhtml"},"40257":{"type":"S:modified","url":"/users/tmohr/slide7.xhtml"},"40258":{"type":"S:modified","url":"/issues/110723_PathBroken.xhtml"},"40259":{"type":"S:modified","url":"/demos/MyNewWikiPage.xhtml"},"40260":{"type":"S:modified","url":"/issues/fixed/110510_SafariWontOpenToolsFromPartsbin.xhtml"},"40261":{"type":"S:modified","url":"/issues/110720_FirefoxCannotDisplaySvgBasedMorphs.xhtml"},"40262":{"type":"S:modified","url":"/draft/NewWorld/RichText.xhtml"},"40263":{"type":"S:modified","url":"/users/alexwarth/start.xhtml"},"40264":{"type":"S:modified","url":"/draft/NewWorld/SimpleBrowser.xhtml"},"40265":{"type":"S:modified","url":"/draft/NewWorld/OldMorphicObjectConversion.xhtml"},"40266":{"type":"S:modified","url":"/documentation/profesores.xhtml"},"40267":{"type":"S:modified","url":"/documentation/videoTutorials/template.xhtml"},"40268":{"type":"S:modified","url":"/issues/110629_WindmillDoesNotShowInThePartsBin.xhtml"},"40269":{"type":"S:modified","url":"/issues/110519_PasteBug.xhtml"},"40270":{"type":"S:modified","url":"/draft/NewWorld/Engine.xhtml"},"40271":{"type":"S:modified","url":"/draft/NewWorld/ProgressForRequests.xhtml"},"40272":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/Sliders.xhtml"},"40273":{"type":"S:modified","url":"/users/tmohr/bespin.xhtml"},"40274":{"type":"S:modified","url":"/users/fbo/scrollPlayground.xhtml"},"40275":{"type":"S:modified","url":"/users/tfleig/test1.xhtml"},"40276":{"type":"S:modified","url":"/users/fbo/gitSetup.xhtml"},"40277":{"type":"S:modified","url":"/users/constantin/start.xhtml"},"40278":{"type":"S:modified","url":"/users/Dan/Test.xhtml"},"40279":{"type":"S:modified","url":"/issues/110630_MenusLeaveVisibleBounds.xhtml"},"40280":{"type":"S:modified","url":"/projects/CodeDB2/playground_tilman.xhtml"},"40281":{"type":"S:modified","url":"/users/ohshima/start.xhtml"},"40282":{"type":"S:modified","url":"/issues/110704_MapsAreBlacksAfterDeserialization.xhtml"},"40283":{"type":"S:modified","url":"/users/Kat/MyQBF.xhtml"},"40284":{"type":"S:modified","url":"/users/markoroeder/SerializationDebug.xhtml"},"40285":{"type":"S:modified","url":"/issues/111012_BorderWidthIssue.xhtml"},"40286":{"type":"S:modified","url":"/users/mzimmerm/etoys-development-notes.xhtml"},"40287":{"type":"S:modified","url":"/users/Dan/EngineTest.xhtml"},"40288":{"type":"S:modified","url":"/users/tmohr/slide2.xhtml"},"40289":{"type":"S:modified","url":"/users/sofia/protovisPrototype.xhtml"},"40290":{"type":"S:modified","url":"/users/sofia/sofia/georgi/new_world.xhtml"},"40291":{"type":"S:modified","url":"/documentation/FAQ.xhtml"},"40292":{"type":"S:modified","url":"/demos/contextjs/SimpleObjectTracing.xhtml"},"40293":{"type":"S:modified","url":"/users/Dan/PM/Dan.xhtml"},"40294":{"type":"S:modified","url":"/issues/fixed/110518_PartsbinMoveIsNoRealMove.xhtml"},"40295":{"type":"S:modified","url":"/sandbox/sandbox-dgc.xhtml"},"40296":{"type":"S:modified","url":"/issues/110610_AddNewMethodBroken.xhtml"},"40297":{"type":"S:modified","url":"/users/Dan/CC.xhtml"},"40298":{"type":"S:modified","url":"/draft/NewWorld/StringsAsRichText.xhtml"},"40299":{"type":"S:modified","url":"/issues/110704_ClickingOnProtoVisDrawing.xhtml"},"40300":{"type":"S:modified","url":"/users/fbo/layoutGrid.xhtml"},"40301":{"type":"S:modified","url":"/users/Dan/Garbage.xhtml"},"40302":{"type":"S:modified","url":"/welcome.xhtml"},"40303":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/textEditor.xhtml"},"40304":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/prototypeQBF.xhtml"},"40305":{"type":"S:modified","url":"/documentation/videoTutorials/110429_TextAttributes.xhtml"},"40306":{"type":"S:modified","url":"/users/fbo/pongServer.xhtml"},"40307":{"type":"S:modified","url":"/users/miku/start.xhtml"},"40308":{"type":"S:modified","url":"/users/Dan/PM/Lively2.xhtml"},"40309":{"type":"S:modified","url":"/users/cschuster/dev-alpha.xhtml"},"40310":{"type":"S:modified","url":"/users/Dan/PM/PowerPointNot.xhtml"},"40311":{"type":"S:modified","url":"/users/fbo/layoutConfigurator.xhtml"},"40312":{"type":"S:modified","url":"/draft/NewWorld/Diffing.xhtml"},"40313":{"type":"S:modified","url":"/issues/110604_GriddingDoesNotWorkRight.xhtml"},"40314":{"type":"S:modified","url":"/issues/110927_TranslationAndPositionAreNotEqualWhenMorphHasAOwnerWithModifiedOrigin.xhtml"},"40315":{"type":"S:modified","url":"/issues/110809_ChangeOrRemovedScriptsAfterSerializationWrong.xhtml"},"40316":{"type":"S:modified","url":"/issues/110729_ShowHaloItemDuringHaloAction.xhtml"},"40317":{"type":"S:modified","url":"/users/tmohr/demo.xhtml"},"40318":{"type":"S:modified","url":"/documentation/overview.xhtml"},"40319":{"type":"S:modified","url":"/demos/LiveWeb/iPad.xhtml"},"40320":{"type":"S:modified","url":"/issues/110628_MorphOffsetsAfterGrabbingAreBroken.xhtml"},"40321":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/SCBMigration.xhtml"},"40322":{"type":"S:modified","url":"/users/Dan/LiveWeb4.xhtml"},"40323":{"type":"S:modified","url":"/users/olmeca/olmeca3.xhtml"},"40324":{"type":"S:deleted","url":null},"40325":{"type":"S:modified","url":"/issues/111026_AccessingVersionsUsesWrongURLAndVersionCombination.xhtml"},"40326":{"type":"S:modified","url":"/users/sofia/sofia/georgi/video_experiments1.xhtml"},"40327":{"type":"S:modified","url":"/users/wlcleveland/shadowworld.xhtml"},"40328":{"type":"S:modified","url":"/users/mzimmerm/mz-world-from-start-xhtml.xhtml"},"40329":{"type":"S:modified","url":"/users/Dan/FormLayoutExpt.xhtml.xhtml"},"40330":{"type":"S:modified","url":"/users/robertkrahn/writeSite.xhtml"},"40331":{"type":"S:modified","url":"/draft/NewWorld/CurveDrafting.xhtml"},"40332":{"type":"S:modified","url":"/draft/NewWorld/ParseApacheServerLog.xhtml"},"40333":{"type":"S:modified","url":"/issues/fixed/110516_EnterAtTextEndDoesNotAddLineBreak.xhtml"},"40334":{"type":"S:modified","url":"/projects/BP2012/h2.xhtml"},"40335":{"type":"S:modified","url":"/draft/NewWorld/110521_BetterLists.xhtml"},"40336":{"type":"S:modified","url":"/users/Dan/PM/layoutExpts.xhtml"},"40337":{"type":"S:modified","url":"/users/test50/start.xhtml"},"40338":{"type":"S:modified","url":"/MovePages.xhtml"},"40339":{"type":"S:modified","url":"/documentation/Rendering.xhtml"},"40340":{"type":"S:modified","url":"/users/fbo/layoutPlayground.xhtml"},"40341":{"type":"S:modified","url":"/users/martin/measurements/webwerkstatt.xhtml"},"40342":{"type":"S:modified","url":"/issues/111005_MouseMoveChangesFocus.xhtml"},"40343":{"type":"S:modified","url":"/documentation/videoTutorials/110419_ManipulateMorphs.xhtml"},"40344":{"type":"S:modified","url":"/projects/Lively2/Release.xhtml"},"40345":{"type":"S:modified","url":"/issues/110523_RelayMouseEventsToMorphBeneath.xhtml"},"40346":{"type":"S:modified","url":"/users/tmohr/myNewWorld.xhtml"},"40347":{"type":"S:modified","url":"/users/robertkrahn/thingsToExplain.xhtml"},"40348":{"type":"S:modified","url":"/users/fbo/start.xhtml"},"40349":{"type":"S:modified","url":"/issues/110511_WeHaveNoCheckbox.xhtml"},"40350":{"type":"S:modified","url":"/users/Dan/PM/FormsDraft1.xhtml"},"40351":{"type":"S:modified","url":"/users/Dan/EmptyWorld.xhtml"},"40352":{"type":"S:modified","url":"/users/sofia/georgi/empty.xhtml"},"40353":{"type":"S:modified","url":"/issues/110609_AccidentalGrabbing.xhtml"},"40354":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/NewMorphicDevelopment.xhtml"},"40355":{"type":"S:modified","url":"/users/lauritz/personal/snippets.xhtml"},"40356":{"type":"S:modified","url":"/users/lauritz/personal/thoughts.xhtml"},"40357":{"type":"S:modified","url":"/users/Dan/NewEmptyWorld.xhtml"},"40358":{"type":"S:modified","url":"/users/markoroeder/DOMRemovalPlugin.xhtml"},"40359":{"type":"S:modified","url":"/documentation/LivelyInstallation.xhtml"},"40360":{"type":"S:modified","url":"/issues/110530_MakeSyntaxHighlightingFaster.xhtml"},"40361":{"type":"S:modified","url":"/users/lauritz/miniprojects/pongClient.xhtml"},"40362":{"type":"S:modified","url":"/issues/110831_ButtonLabelsAreNotCenteredAnymore.xhtml"},"40363":{"type":"S:modified","url":"/sandbox/ColorfulWindmills.xhtml"},"40364":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/todo.xhtml"},"40365":{"type":"S:modified","url":"/users/robertkrahn/simple.xhtml"},"40366":{"type":"S:modified","url":"/issues/111004_SavingAnEmptyTextObjectSetsTheStringToUndefined.xhtml"},"40367":{"type":"S:modified","url":"/issues/TextDebugWorld.xhtml"},"40368":{"type":"S:modified","url":"/documentation/ShortcutList.xhtml"},"40369":{"type":"S:modified","url":"/users/tmohr/slide8.xhtml"},"40370":{"type":"S:modified","url":"/issues/110522_ClickingTheScrollbarInListsDoesNotWork.xhtml"},"40371":{"type":"S:modified","url":"/draft/NewWorld/ObjectSerializationGraph.xhtml"},"40372":{"type":"S:modified","url":"/users/Dan/TextTest.xhtml"},"40373":{"type":"S:modified","url":"/users/dtornow/start.xhtml"},"40374":{"type":"S:modified","url":"/projects/BP2012/start.xhtml"},"40375":{"type":"S:modified","url":"/users/Dan/Empty.xhtml"},"40376":{"type":"S:modified","url":"/users/keith/start.xhtml"},"40377":{"type":"S:modified","url":"/users/gerald24/start.xhtml"},"40378":{"type":"S:modified","url":"/documentation/videoTutorial.xhtml"},"40379":{"type":"S:modified","url":"/draft/NewWorld/DraftSelection.xhtml"},"40380":{"type":"S:modified","url":"/demos/LiveWeb/Pheonix.xhtml"},"40381":{"type":"S:modified","url":"/users/ahold/siteTracking.xhtml"},"40382":{"type":"S:modified","url":"/issues/110608_GetterAndSettersInIe9.xhtml"},"40383":{"type":"S:modified","url":"/users/iho/1.xhtml"},"40384":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/bootstrap.xhtml"},"40385":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasks.xhtml"},"40386":{"type":"S:modified","url":"/users/Dan/PM/FormsScripter.xhtml"},"40387":{"type":"S:modified","url":"/users/fbo/cassowary.xhtml"},"40388":{"type":"S:modified","url":"/users/MrSteve/start.xhtml"},"40389":{"type":"S:modified","url":"/issues/CreateIssuePage.xhtml"},"40390":{"type":"S:modified","url":"/users/fbo/xamppInstallerWindows.xhtml"},"40391":{"type":"S:modified","url":"/users/Dan/PM/Phoenix.xhtml"},"40392":{"type":"S:modified","url":"/users/tmohr/WebGL.xhtml"},"40393":{"type":"S:modified","url":"/documentation/PartsBin.xhtml"},"40394":{"type":"S:modified","url":"/users/mzimmerm/start.xhtml"},"40395":{"type":"S:modified","url":"/users/markoroeder/SequenceDiagram.xhtml"},"40396":{"type":"S:modified","url":"/demos/Wiki.xhtml"},"40397":{"type":"S:modified","url":"/documentation/Events.xhtml"},"40398":{"type":"S:modified","url":"/users/tmohr/slide3.xhtml"},"40399":{"type":"S:modified","url":"/users/hjust/blank.xhtml"},"40400":{"type":"S:modified","url":"/Lively2.xhtml"},"40401":{"type":"S:modified","url":"/users/tfleig/template.xhtml"},"40402":{"type":"S:modified","url":"/issues/111021_PianoDoesNotMakeASound.xhtml"},"40403":{"type":"S:modified","url":"/issues/fixed/110426_NewStatusMessagesWithMore.xhtml"},"40404":{"type":"S:modified","url":"/users/martin/tests.xhtml"},"40405":{"type":"S:modified","url":"/users/sofia/empty.xhtml"},"40406":{"type":"S:modified","url":"/issues/110601_PartsDoNotLoadThereRequireModulesOnWorldLoad.xhtml"},"40407":{"type":"S:modified","url":"/draft/NewWorld/Sliders.xhtml"},"40408":{"type":"S:modified","url":"/users/davidorban/start.xhtml"},"40409":{"type":"S:modified","url":"/users/orjan/start.xhtml"},"40410":{"type":"S:modified","url":"/users/Dan/PM/FormLayoutExpt-Final.xhtml"},"40411":{"type":"S:modified","url":"/users/sofia/video.xhtml"},"40412":{"type":"S:modified","url":"/demos/contextjs/PersonExample.xhtml"},"40413":{"type":"S:modified","url":"/users/zeebeedee/start.xhtml"},"40414":{"type":"S:modified","url":"/users/robertkrahn/textRain.xhtml"},"40415":{"type":"S:modified","url":"/users/fbo/databaseForms.xhtml"},"40416":{"type":"S:modified","url":"/draft/NewWorld/DraftUploadPDFs.xhtml"},"40417":{"type":"S:modified","url":"/users/olmeca/olmeca4.xhtml"},"40418":{"type":"S:modified","url":"/users/lauritz/miniprojects/livelyExplorer.xhtml"},"40419":{"type":"S:modified","url":"/documentation/videoTutorials/110421_CreatingVideoTutorials.xhtml"},"40420":{"type":"S:modified","url":"/draft/NewWorld/MartinsObjectDiffInNewWorlds.xhtml"},"40421":{"type":"S:modified","url":"/users/Dan/LineTest.xhtml"},"40422":{"type":"S:modified","url":"/draft/NewWorld/Translator.xhtml"},"40423":{"type":"S:modified","url":"/documentation/Styles.xhtml"},"40424":{"type":"S:modified","url":"/draft/NewWorld/MorphOrigin.xhtml"},"40425":{"type":"S:modified","url":"/screenshots.xhtml"},"40426":{"type":"S:modified","url":"/users/Dan/LiveWeb.xhtml"},"40427":{"type":"S:modified","url":"/demos/AntotherPageWithAClock.xhtml"},"40428":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/halloJens2.xhtml"},"40429":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/improvingTheWebPag.xhtml"},"40430":{"type":"S:modified","url":"/users/fbo/constraintLayoutExample.xhtml"},"40431":{"type":"S:modified","url":"/documentation/TutorialList.xhtml"},"40432":{"type":"S:modified","url":"/draft/NewWorld/MakeEventsTriggerOnCapture.xhtml"},"40433":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/prototype.xhtml"},"40434":{"type":"S:modified","url":"/users/Dan/PM/FormLayoutExpt-bk.xhtml"},"40435":{"type":"S:modified","url":"/users/Dan/QBF.xhtml"},"40436":{"type":"S:modified","url":"/users/tmohr/slides.xhtml"},"40437":{"type":"S:modified","url":"/users/Dan/ButtonTest.xhtml"},"40438":{"type":"S:modified","url":"/users/fbo/textInVbox.xhtml"},"40439":{"type":"S:modified","url":"/users/sofia/externalShapeExample.xhtml"},"40440":{"type":"S:modified","url":"/users/hjust/playground.xhtml"},"40441":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/halloJens.xhtml"},"40442":{"type":"S:modified","url":"/users/tmohr/morphSpecificRendering.xhtml"},"40443":{"type":"S:modified","url":"/users/fbo/dataGrid.xhtml"},"40444":{"type":"S:modified","url":"/issues/111020_HighlightTheTargetOfDropping.xhtml"},"40445":{"type":"S:modified","url":"/users/mzimmerm/help.xhtml"},"40446":{"type":"S:modified","url":"/users/fbo/jqGrid.xhtml"},"40447":{"type":"S:modified","url":"/projects/CodeDB2/contents.xhtml"},"40448":{"type":"S:modified","url":"/demos/PartsBin.xhtml"},"40449":{"type":"S:modified","url":"/users/sofia/martin/empty.xhtml"},"40450":{"type":"S:modified","url":"/users/markoroeder/research/Internship.xhtml"},"40451":{"type":"S:modified","url":"/users/tmohr/NewWorld.xhtml"},"40452":{"type":"S:modified","url":"/users/bert/sandbox.xhtml"},"40453":{"type":"S:modified","url":"/draft/NewWorld/GoogleMaps.xhtml"},"40454":{"type":"S:modified","url":"/demos/contextjs/NewContents.xhtml"},"40455":{"type":"S:modified","url":"/users/fbo/meteora.xhtml"},"40456":{"type":"S:modified","url":"/users/Dan/PM/Forms.xhtml"},"40457":{"type":"S:modified","url":"/issues/draft/NewWorld/CurveDrafting_EmbeddableWorld.xhtml"},"40458":{"type":"S:modified","url":"/projects/LivelyHelping/draftLK2.xhtml"},"40459":{"type":"S:modified","url":"/users/lauritz/miniprojects/objectEditor.xhtml"},"40460":{"type":"S:modified","url":"/users/fbo/blank2.xhtml"},"40461":{"type":"S:modified","url":"/issues/110509_ConnectionsInputsGetStackedUp.xhtml"},"40462":{"type":"S:modified","url":"/draft/NewWorld/SimpleLayout.xhtml"},"40463":{"type":"S:modified","url":"/users/mkilling/iKuh2.xhtml"},"40464":{"type":"S:modified","url":"/users/fbo/profesorControls.xhtml"},"40465":{"type":"S:modified","url":"/documentation/Serialization-Overview.xhtml"},"40466":{"type":"S:modified","url":"/users/sofia/georgi/PropertySheet.xhtml"},"40467":{"type":"S:modified","url":"/users/sofia/martin/1.xhtml"},"40468":{"type":"S:modified","url":"/issues/110828_HaloInfoLabelsWontShowUp.xhtml"},"40469":{"type":"S:modified","url":"/users/sofia/georgi/styles.xhtml"},"40470":{"type":"S:modified","url":"/users/fbo/doc/profesores.xhtml"},"40471":{"type":"S:modified","url":"/users/markoroeder/MorphicProtoVis2.xhtml"},"40472":{"type":"S:modified","url":"/issues/110516_EnterAtTextEndDoesNotAddLineBreak.xhtml"},"40473":{"type":"S:modified","url":"/projects/Lively2/LivelyMap.xhtml"},"40474":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/colorFiel.xhtml"},"40475":{"type":"S:modified","url":"/users/tmohr/slide9.xhtml"},"40476":{"type":"S:modified","url":"/issues/110518_TextAttributesBreakOnPaste.xhtml"},"40477":{"type":"S:modified","url":"/demos/LiveWeb/VisualBindings.xhtml"},"40478":{"type":"S:modified","url":"/documentation/Layout.xhtml"},"40479":{"type":"S:modified","url":"/documentation/repository.xhtml"},"40480":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/DontOverwriteChangedFile.xhtml"},"40481":{"type":"S:modified","url":"/users/Dan/Tests/TextTest.xhtml"},"40482":{"type":"S:modified","url":"/issues/fixed/110412_NewSimpleBrowser.xhtml"},"40483":{"type":"S:modified","url":"/users/fbo/proposedUiFixes.xhtml"},"40484":{"type":"S:modified","url":"/issues/NewTemplate.xhtml"},"40485":{"type":"S:modified","url":"/documentation/SVNOnServer.xhtml"},"40486":{"type":"S:modified","url":"/issues/110524_PartsSerializeTheirWorldsSometimes.xhtml"},"40487":{"type":"S:modified","url":"/users/Dan/PM/May.xhtml"},"40488":{"type":"S:modified","url":"/documentation/ignoreOrDisableEvents.xhtml"},"40489":{"type":"S:modified","url":"/issues/110522_FixSubmorphOrderWhenAddingMorphs.xhtml"},"40490":{"type":"S:modified","url":"/users/Dan/CCbkup.xhtml"},"40491":{"type":"S:modified","url":"/users/Dan/LiveWeb2-bk.xhtml"},"40492":{"type":"S:modified","url":"/issues/110704_DontGrabTextWithJensFancyGrabber.xhtml"},"40493":{"type":"S:modified","url":"/users/lauritz/blank.xhtml"},"40494":{"type":"S:modified","url":"/draft/NewWorld/Dragging.xhtml"},"40495":{"type":"S:modified","url":"/users/lauritz/personal/todo.xhtml"},"40496":{"type":"S:modified","url":"/users/fbo/flexigrid.xhtml"},"40497":{"type":"S:modified","url":"/draft/NewWorld/LatestFileChangeViewer.xhtml"},"40498":{"type":"S:modified","url":"/issues/fixed/110729_QucikBrownFoxBackspaceBug.xhtml"},"40499":{"type":"S:modified","url":"/users/lauritz/miniprojects/elProfesorWerkstatt.xhtml"},"40500":{"type":"S:modified","url":"/documentation/VisualBindings.xhtml"},"40501":{"type":"S:modified","url":"/users/robertkrahn/notexisting.xhtml"},"40502":{"type":"S:modified","url":"/draft/NewWorld/TreeMap.xhtml"},"40503":{"type":"S:modified","url":"/draft/NewWorld/Empty.xhtml"},"40504":{"type":"S:modified","url":"/users/Dan/QBF2B.xhtml"},"40505":{"type":"S:modified","url":"/issues/111019_MergingVersionsOfAnObject.xhtml"},"40506":{"type":"S:modified","url":"/issues/110619_SerializingMorphsThatAreNotInTheSceneGraphGivesStrangeErrors.xhtml"},"40507":{"type":"S:modified","url":"/users/lauritz/test.xhtml"},"40508":{"type":"S:modified","url":"/users/tilman.giese/start.xhtml"},"40509":{"type":"S:modified","url":"/users/tmohr/slide4.xhtml"},"40510":{"type":"S:modified","url":"/sandbox/PartsBin.xhtml"},"40511":{"type":"S:modified","url":"/users/markoroeder/DraftObjectExplorer.xhtml"},"40512":{"type":"S:modified","url":"/demos/WhereArePeopleFrom2.xhtml"},"40513":{"type":"S:modified","url":"/projects/CodeDB2/SVN2CodeDB.xhtml"},"40514":{"type":"S:modified","url":"/users/fbo/sqliteQueryServer.xhtml"},"40515":{"type":"S:modified","url":"/issues/fixed/110513_ScrollingWhenSearching.xhtml"},"40516":{"type":"S:modified","url":"/users/lauritz/miniprojects/bugFixing/referencedTextBug.xhtml"},"40517":{"type":"S:modified","url":"/issues/fixed/111020_ScrollingInScripteditorIsBroken.xhtml"},"40518":{"type":"S:modified","url":"/issues/110513_FindMethodsShouldSearchInClassMethodsAndObjects.xhtml"},"40519":{"type":"S:modified","url":"/draft/NewWorld/NewTestWidgetAgain.xhtml"},"40520":{"type":"S:modified","url":"/users/Dan/DansSlideOverview.xhtml"},"40521":{"type":"S:modified","url":"/users/fbo/exportCore.xhtml"},"40522":{"type":"S:modified","url":"/users/olmeca/olmeca.xhtml"},"40523":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/firstWorld.xhtml"},"40524":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/SearchSourceCodeWidge.xhtml"},"40525":{"type":"S:modified","url":"/users/Dan/CircleTest.xhtml"},"40526":{"type":"S:modified","url":"/users/Dan/Tests/SerializationTest2.xhtml"},"40527":{"type":"S:modified","url":"/users/fbo/sandbox.xhtml"},"40528":{"type":"S:modified","url":"/issues/110728_BackspaceTriggersBrowserBack.xhtml"},"40529":{"type":"S:modified","url":"/users/markoroeder/empty.xhtml"},"40530":{"type":"S:modified","url":"/draft/NewWorld/DropStyles.xhtml"},"40531":{"type":"S:modified","url":"/issues/fixed/110513_MakeSyntaxHighlightingWorkInNewWorld.xhtml"},"40532":{"type":"S:modified","url":"/users/MrSteve/lorenzo.start.xhtml"},"40533":{"type":"S:modified","url":"/users/Dan/PM/LiveWeb.xhtml"},"40534":{"type":"S:modified","url":"/users/Dan/PM/FormLayoutExpt-start.xhtml"},"40535":{"type":"S:modified","url":"/draft/NewWorld/ScriptEditor.xhtml"},"40536":{"type":"S:modified","url":"/users/mzimmerm/test-build-simple-webapp.xhtml"},"40537":{"type":"S:modified","url":"/issues/110628_SettingTetAttributesDoesNotAlwaysWork.xhtml"},"40538":{"type":"S:modified","url":"/users/lauritz/miniprojects/spiel.xhtml"},"40539":{"type":"S:modified","url":"/users/robertkrahn/DraftPresentation.xhtml"},"40540":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/layouting.xhtml"},"40541":{"type":"S:modified","url":"/users/Dan/Tests/SerializationTest.xhtml"},"40542":{"type":"S:modified","url":"/users/lauritz/miniprojects/spikes/connectedExplorer.xhtml"},"40543":{"type":"S:modified","url":"/users/fbo/nodejsServerDevelopment.xhtml"},"40544":{"type":"S:modified","url":"/draft/NewWorld/QBFForPartsBin.xhtml"},"40545":{"type":"S:modified","url":"/issues/fixed/110628_CommandAndCurlyBracketGoesBackInBrowserHistory.xhtml"},"40546":{"type":"S:modified","url":"/users/lauritz/miniprojects/connections.xhtml"},"40547":{"type":"S:modified","url":"/users/ahold/start.xhtml"},"40548":{"type":"S:modified","url":"/users/markus/FileBrowser.xhtml"},"40549":{"type":"S:modified","url":"/demos/LiveWeb/CPUVisualizationFinal.xhtml"},"40550":{"type":"S:modified","url":"/users/fbo/jsUiWidgetLibResearch.xhtml"},"40551":{"type":"S:modified","url":"/users/fbo/constraintLayout.xhtml"},"40552":{"type":"S:modified","url":"/users/Dan/Tests/LineTest.xhtml"},"40553":{"type":"S:modified","url":"/sandbox/sandbox.xhtml"},"40554":{"type":"S:modified","url":"/users/fbo/versionControl.xhtml"},"40555":{"type":"S:modified","url":"/draft/NewWorld/CreateDirWhenSaving.xhtml"},"40556":{"type":"S:modified","url":"/demos/Lively2.xhtml"},"40557":{"type":"S:modified","url":"/users/fbo/userIsolationAndGit.xhtml"},"40558":{"type":"S:modified","url":"/draft/NewWorld/KeyboardFocusForMorphs.xhtml"},"40559":{"type":"S:modified","url":"/users/fbo/dwarfcassowaryExample2.xhtml"},"40560":{"type":"S:modified","url":"/users/oudenampsen/start.xhtml"},"40561":{"type":"S:modified","url":"/issues/110517_VlayoutShouldGrowAndShrink.xhtml"},"40562":{"type":"S:modified","url":"/users/fbo/dwarfcassowaryExample.xhtml"},"40563":{"type":"S:modified","url":"/users/tmohr/ace.xhtml"},"40564":{"type":"S:modified","url":"/users/fbo/empty2.xhtml"},"40565":{"type":"S:modified","url":"/users/martin/Workspace.xhtml"},"40566":{"type":"S:modified","url":"/users/Dan/Bug-List.xhtml"},"40567":{"type":"S:modified","url":"/users/Dan/QuickBrownFoxx.xhtml"},"40568":{"type":"S:modified","url":"/demos/LiveWeb/ServerScripting.xhtml"},"40569":{"type":"S:modified","url":"/demos/contextjs/WordCompletion.xhtml"},"40570":{"type":"S:modified","url":"/issues/110715_PartModuleRequirementsAreNotLoadedOnWorldLoad.xhtml"},"40571":{"type":"S:modified","url":"/users/fbo/fabiansTickets.xhtml"},"40572":{"type":"S:modified","url":"/issues/111020_ViewOfTextFieldsAfterSaving.xhtml"},"40573":{"type":"S:modified","url":"/users/martin/Template.xhtml"},"40574":{"type":"S:modified","url":"/projects/CodeDB2/Testing.xhtml"},"40575":{"type":"S:modified","url":"/users/keith/MySetup.xhtml"},"40576":{"type":"S:modified","url":"/users/fbo/noGrabLayer.xhtml"},"40577":{"type":"S:modified","url":"/demos/CPUVisualization.xhtml"},"40578":{"type":"S:modified","url":"/users/sofia/georgi/trac-report.xhtml"},"40579":{"type":"S:modified","url":"/users/fbo/HtmlWrapperMorph.xhtml"},"40580":{"type":"S:modified","url":"/users/sofia/documentation_afterLunch.xhtml"},"40581":{"type":"S:modified","url":"/demos/contextjs/Empty.xhtml"},"40582":{"type":"S:modified","url":"/users/fbo/setExtent.xhtml"},"40583":{"type":"S:modified","url":"/users/sofia/martin/2.xhtml"},"40584":{"type":"S:modified","url":"/users/markoroeder/DropboxUpload.xhtml"},"40585":{"type":"S:modified","url":"/users/fbo/newMouseDownLayer.xhtml"},"40586":{"type":"S:modified","url":"/issues/fixed/110914_StraightLineIssue.xhtml"},"40587":{"type":"S:modified","url":"/users/cschuster/debugging.xhtml"},"40588":{"type":"S:modified","url":"/users/sofia/prototVisPrototype.xhtml"},"40589":{"type":"S:modified","url":"/draft/NewWorld/DraggingAndGrabbing.xhtml"},"40590":{"type":"S:modified","url":"/users/lauritz/miniprojects/annotationPart.xhtml"},"40591":{"string":"2011-10-26 22:42 fbo (111628)","value":{"__isSmartRef__":true,"id":40592},"isListItem":true},"40592":{"rev":111628,"author":"fbo","date":{"__isSmartRef__":true,"id":40593},"url":{"__isSmartRef__":true,"id":40594},"changes":[{"__isSmartRef__":true,"id":40595},{"__isSmartRef__":true,"id":40596}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40593":{"isSerializedDate":true,"string":"Wed Oct 26 2011 22:42:15 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40594":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/kernel/PartsBin","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40595":{"type":"S:deleted","url":null},"40596":{"type":"S:added","url":null},"40597":{"string":"2011-10-20 22:32 lauritz (110429)","value":{"__isSmartRef__":true,"id":40598},"isListItem":true},"40598":{"rev":110429,"author":"lauritz","date":{"__isSmartRef__":true,"id":40599},"url":{"__isSmartRef__":true,"id":40600},"changes":[{"__isSmartRef__":true,"id":40601}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40599":{"isSerializedDate":true,"string":"Thu Oct 20 2011 22:32:58 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40600":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40601":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40602":{"string":"2011-10-19 12:36 jenslincke (109892)","value":{"__isSmartRef__":true,"id":40603},"isListItem":true},"40603":{"rev":109892,"author":"jenslincke","date":{"__isSmartRef__":true,"id":40604},"url":{"__isSmartRef__":true,"id":40605},"changes":[{"__isSmartRef__":true,"id":40606}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40604":{"isSerializedDate":true,"string":"Wed Oct 19 2011 12:36:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40605":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40606":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40607":{"string":"2011-10-17 22:28 lauritz (109190)","value":{"__isSmartRef__":true,"id":40608},"isListItem":true},"40608":{"rev":109190,"author":"lauritz","date":{"__isSmartRef__":true,"id":40609},"url":{"__isSmartRef__":true,"id":40610},"changes":[{"__isSmartRef__":true,"id":40611}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40609":{"isSerializedDate":true,"string":"Mon Oct 17 2011 22:28:15 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40610":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40611":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40612":{"string":"2011-10-17 18:22 lauritz (109167)","value":{"__isSmartRef__":true,"id":40613},"isListItem":true},"40613":{"rev":109167,"author":"lauritz","date":{"__isSmartRef__":true,"id":40614},"url":{"__isSmartRef__":true,"id":40615},"changes":[{"__isSmartRef__":true,"id":40616}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40614":{"isSerializedDate":true,"string":"Mon Oct 17 2011 18:22:20 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40615":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40616":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40617":{"string":"2011-10-17 17:45 lauritz (109164)","value":{"__isSmartRef__":true,"id":40618},"isListItem":true},"40618":{"rev":109164,"author":"lauritz","date":{"__isSmartRef__":true,"id":40619},"url":{"__isSmartRef__":true,"id":40620},"changes":[{"__isSmartRef__":true,"id":40621}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40619":{"isSerializedDate":true,"string":"Mon Oct 17 2011 17:45:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40620":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40621":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40622":{"string":"2011-10-14 22:16 lauritz (109022)","value":{"__isSmartRef__":true,"id":40623},"isListItem":true},"40623":{"rev":109022,"author":"lauritz","date":{"__isSmartRef__":true,"id":40624},"url":{"__isSmartRef__":true,"id":40625},"changes":[{"__isSmartRef__":true,"id":40626}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40624":{"isSerializedDate":true,"string":"Fri Oct 14 2011 22:16:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40625":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40626":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40627":{"string":"2011-10-14 21:55 lauritz (109012)","value":{"__isSmartRef__":true,"id":40628},"isListItem":true},"40628":{"rev":109012,"author":"lauritz","date":{"__isSmartRef__":true,"id":40629},"url":{"__isSmartRef__":true,"id":40630},"changes":[{"__isSmartRef__":true,"id":40631}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40629":{"isSerializedDate":true,"string":"Fri Oct 14 2011 21:55:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40630":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40631":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40632":{"string":"2011-10-04 17:40 cschuster (107432)","value":{"__isSmartRef__":true,"id":40633},"isListItem":true},"40633":{"rev":107432,"author":"cschuster","date":{"__isSmartRef__":true,"id":40634},"url":{"__isSmartRef__":true,"id":40635},"changes":[{"__isSmartRef__":true,"id":40636}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40634":{"isSerializedDate":true,"string":"Tue Oct 04 2011 17:40:19 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40635":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40636":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40637":{"string":"2011-09-27 23:26 lauritz (106789)","value":{"__isSmartRef__":true,"id":40638},"isListItem":true},"40638":{"rev":106789,"author":"lauritz","date":{"__isSmartRef__":true,"id":40639},"url":{"__isSmartRef__":true,"id":40640},"changes":[{"__isSmartRef__":true,"id":40641}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40639":{"isSerializedDate":true,"string":"Tue Sep 27 2011 23:26:26 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40640":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40641":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40642":{"string":"2011-09-27 21:31 lauritz (106765)","value":{"__isSmartRef__":true,"id":40643},"isListItem":true},"40643":{"rev":106765,"author":"lauritz","date":{"__isSmartRef__":true,"id":40644},"url":{"__isSmartRef__":true,"id":40645},"changes":[{"__isSmartRef__":true,"id":40646}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40644":{"isSerializedDate":true,"string":"Tue Sep 27 2011 21:31:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40645":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40646":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40647":{"string":"2011-09-27 21:07 lauritz (106756)","value":{"__isSmartRef__":true,"id":40648},"isListItem":true},"40648":{"rev":106756,"author":"lauritz","date":{"__isSmartRef__":true,"id":40649},"url":{"__isSmartRef__":true,"id":40650},"changes":[{"__isSmartRef__":true,"id":40651}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40649":{"isSerializedDate":true,"string":"Tue Sep 27 2011 21:07:46 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40650":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40651":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40652":{"string":"2011-09-27 20:54 lauritz (106745)","value":{"__isSmartRef__":true,"id":40653},"isListItem":true},"40653":{"rev":106745,"author":"lauritz","date":{"__isSmartRef__":true,"id":40654},"url":{"__isSmartRef__":true,"id":40655},"changes":[{"__isSmartRef__":true,"id":40656}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40654":{"isSerializedDate":true,"string":"Tue Sep 27 2011 20:54:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40655":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40656":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40657":{"string":"2011-09-27 19:53 lauritz (106695)","value":{"__isSmartRef__":true,"id":40658},"isListItem":true},"40658":{"rev":106695,"author":"lauritz","date":{"__isSmartRef__":true,"id":40659},"url":{"__isSmartRef__":true,"id":40660},"changes":[{"__isSmartRef__":true,"id":40661}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40659":{"isSerializedDate":true,"string":"Tue Sep 27 2011 19:53:50 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40660":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40661":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40662":{"string":"2011-09-27 19:47 lauritz (106691)","value":{"__isSmartRef__":true,"id":40663},"isListItem":true},"40663":{"rev":106691,"author":"lauritz","date":{"__isSmartRef__":true,"id":40664},"url":{"__isSmartRef__":true,"id":40665},"changes":[{"__isSmartRef__":true,"id":40666}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40664":{"isSerializedDate":true,"string":"Tue Sep 27 2011 19:47:23 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40665":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40666":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40667":{"string":"2011-09-27 19:44 lauritz (106687)","value":{"__isSmartRef__":true,"id":40668},"isListItem":true},"40668":{"rev":106687,"author":"lauritz","date":{"__isSmartRef__":true,"id":40669},"url":{"__isSmartRef__":true,"id":40670},"changes":[{"__isSmartRef__":true,"id":40671}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40669":{"isSerializedDate":true,"string":"Tue Sep 27 2011 19:44:40 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40670":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40671":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40672":{"string":"2011-09-27 18:15 lauritz (106625)","value":{"__isSmartRef__":true,"id":40673},"isListItem":true},"40673":{"rev":106625,"author":"lauritz","date":{"__isSmartRef__":true,"id":40674},"url":{"__isSmartRef__":true,"id":40675},"changes":[{"__isSmartRef__":true,"id":40676}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40674":{"isSerializedDate":true,"string":"Tue Sep 27 2011 18:15:06 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40675":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40676":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40677":{"string":"2011-09-27 18:11 lauritz (106620)","value":{"__isSmartRef__":true,"id":40678},"isListItem":true},"40678":{"rev":106620,"author":"lauritz","date":{"__isSmartRef__":true,"id":40679},"url":{"__isSmartRef__":true,"id":40680},"changes":[{"__isSmartRef__":true,"id":40681}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40679":{"isSerializedDate":true,"string":"Tue Sep 27 2011 18:11:55 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40680":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40681":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40682":{"string":"2011-09-26 20:33 lauritz (106279)","value":{"__isSmartRef__":true,"id":40683},"isListItem":true},"40683":{"rev":106279,"author":"lauritz","date":{"__isSmartRef__":true,"id":40684},"url":{"__isSmartRef__":true,"id":40685},"changes":[{"__isSmartRef__":true,"id":40686}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40684":{"isSerializedDate":true,"string":"Mon Sep 26 2011 20:33:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40685":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40686":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40687":{"string":"2011-09-26 20:32 lauritz (106276)","value":{"__isSmartRef__":true,"id":40688},"isListItem":true},"40688":{"rev":106276,"author":"lauritz","date":{"__isSmartRef__":true,"id":40689},"url":{"__isSmartRef__":true,"id":40690},"changes":[{"__isSmartRef__":true,"id":40691}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40689":{"isSerializedDate":true,"string":"Mon Sep 26 2011 20:32:57 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40690":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40691":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40692":{"string":"2011-09-26 20:30 lauritz (106273)","value":{"__isSmartRef__":true,"id":40693},"isListItem":true},"40693":{"rev":106273,"author":"lauritz","date":{"__isSmartRef__":true,"id":40694},"url":{"__isSmartRef__":true,"id":40695},"changes":[{"__isSmartRef__":true,"id":40696}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40694":{"isSerializedDate":true,"string":"Mon Sep 26 2011 20:30:51 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40695":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40696":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40697":{"string":"2011-08-02 13:53 jenslincke (96169)","value":{"__isSmartRef__":true,"id":40698},"isListItem":true},"40698":{"rev":96169,"author":"jenslincke","date":{"__isSmartRef__":true,"id":40699},"url":{"__isSmartRef__":true,"id":40700},"changes":[{"__isSmartRef__":true,"id":40701}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40699":{"isSerializedDate":true,"string":"Tue Aug 02 2011 13:53:11 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40700":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40701":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40702":{"string":"2011-08-02 13:47 jenslincke (96166)","value":{"__isSmartRef__":true,"id":40703},"isListItem":true},"40703":{"rev":96166,"author":"jenslincke","date":{"__isSmartRef__":true,"id":40704},"url":{"__isSmartRef__":true,"id":40705},"changes":[{"__isSmartRef__":true,"id":40706}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40704":{"isSerializedDate":true,"string":"Tue Aug 02 2011 13:47:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40705":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40706":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40707":{"string":"2011-08-02 13:27 jenslincke (96159)","value":{"__isSmartRef__":true,"id":40708},"isListItem":true},"40708":{"rev":96159,"author":"jenslincke","date":{"__isSmartRef__":true,"id":40709},"url":{"__isSmartRef__":true,"id":40710},"changes":[{"__isSmartRef__":true,"id":40711}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40709":{"isSerializedDate":true,"string":"Tue Aug 02 2011 13:27:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40710":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40711":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40712":{"string":"2011-08-02 11:47 jenslincke (96088)","value":{"__isSmartRef__":true,"id":40713},"isListItem":true},"40713":{"rev":96088,"author":"jenslincke","date":{"__isSmartRef__":true,"id":40714},"url":{"__isSmartRef__":true,"id":40715},"changes":[{"__isSmartRef__":true,"id":40716}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40714":{"isSerializedDate":true,"string":"Tue Aug 02 2011 11:47:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40715":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40716":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40717":{"string":"2011-06-16 09:02 lauritz (85436)","value":{"__isSmartRef__":true,"id":40718},"isListItem":true},"40718":{"rev":85436,"author":"lauritz","date":{"__isSmartRef__":true,"id":40719},"url":{"__isSmartRef__":true,"id":40720},"changes":[{"__isSmartRef__":true,"id":40721}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40719":{"isSerializedDate":true,"string":"Thu Jun 16 2011 09:02:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40720":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40721":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40722":{"string":"2011-06-16 08:58 lauritz (85430)","value":{"__isSmartRef__":true,"id":40723},"isListItem":true},"40723":{"rev":85430,"author":"lauritz","date":{"__isSmartRef__":true,"id":40724},"url":{"__isSmartRef__":true,"id":40725},"changes":[{"__isSmartRef__":true,"id":40726}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40724":{"isSerializedDate":true,"string":"Thu Jun 16 2011 08:58:49 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40725":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40726":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40727":{"string":"2011-06-16 08:40 lauritz (85412)","value":{"__isSmartRef__":true,"id":40728},"isListItem":true},"40728":{"rev":85412,"author":"lauritz","date":{"__isSmartRef__":true,"id":40729},"url":{"__isSmartRef__":true,"id":40730},"changes":[{"__isSmartRef__":true,"id":40731}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40729":{"isSerializedDate":true,"string":"Thu Jun 16 2011 08:40:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40730":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40731":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40732":{"string":"2011-06-16 07:28 lauritz (85328)","value":{"__isSmartRef__":true,"id":40733},"isListItem":true},"40733":{"rev":85328,"author":"lauritz","date":{"__isSmartRef__":true,"id":40734},"url":{"__isSmartRef__":true,"id":40735},"changes":[{"__isSmartRef__":true,"id":40736}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40734":{"isSerializedDate":true,"string":"Thu Jun 16 2011 07:28:20 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40735":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40736":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40737":{"string":"2011-06-15 23:09 robertkrahn (85292)","value":{"__isSmartRef__":true,"id":40738},"isListItem":true},"40738":{"rev":85292,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":40739},"url":{"__isSmartRef__":true,"id":40740},"changes":[{"__isSmartRef__":true,"id":40741},{"__isSmartRef__":true,"id":40742},{"__isSmartRef__":true,"id":40743},{"__isSmartRef__":true,"id":40744},{"__isSmartRef__":true,"id":40745},{"__isSmartRef__":true,"id":40746},{"__isSmartRef__":true,"id":40747},{"__isSmartRef__":true,"id":40748},{"__isSmartRef__":true,"id":40749},{"__isSmartRef__":true,"id":40750},{"__isSmartRef__":true,"id":40751}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40739":{"isSerializedDate":true,"string":"Wed Jun 15 2011 23:09:22 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40740":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.svg","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40741":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.metainfo"},"40742":{"type":"S:modified","url":"/lively/ide.js"},"40743":{"type":"S:modified","url":"/PartsBin/Debugging/Benchmarker.html"},"40744":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.html"},"40745":{"type":"S:modified","url":"/lively/morphic/Events.js"},"40746":{"type":"S:modified","url":"/PartsBin/Debugging/Benchmarker.json"},"40747":{"type":"S:modified","url":"/lively/morphic/Widgets.js"},"40748":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40749":{"type":"S:modified","url":"/cop/Flatten.js"},"40750":{"type":"S:modified","url":"/cop/Layers.js"},"40751":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.svg"},"40752":{"string":"2011-06-15 09:46 lauritz (84928)","value":{"__isSmartRef__":true,"id":40753},"isListItem":true},"40753":{"rev":84928,"author":"lauritz","date":{"__isSmartRef__":true,"id":40754},"url":{"__isSmartRef__":true,"id":40755},"changes":[{"__isSmartRef__":true,"id":40756}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40754":{"isSerializedDate":true,"string":"Wed Jun 15 2011 09:46:59 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40755":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40756":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40757":{"string":"2011-06-15 09:44 lauritz (84921)","value":{"__isSmartRef__":true,"id":40758},"isListItem":true},"40758":{"rev":84921,"author":"lauritz","date":{"__isSmartRef__":true,"id":40759},"url":{"__isSmartRef__":true,"id":40760},"changes":[{"__isSmartRef__":true,"id":40761}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40759":{"isSerializedDate":true,"string":"Wed Jun 15 2011 09:44:27 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40760":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40761":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40762":{"string":"2011-06-15 09:29 lauritz (84890)","value":{"__isSmartRef__":true,"id":40763},"isListItem":true},"40763":{"rev":84890,"author":"lauritz","date":{"__isSmartRef__":true,"id":40764},"url":{"__isSmartRef__":true,"id":40765},"changes":[{"__isSmartRef__":true,"id":40766}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40764":{"isSerializedDate":true,"string":"Wed Jun 15 2011 09:29:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40765":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40766":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40767":{"string":"2011-06-14 16:33 Hank (84431)","value":{"__isSmartRef__":true,"id":40768},"isListItem":true},"40768":{"rev":84431,"author":"Hank","date":{"__isSmartRef__":true,"id":40769},"url":{"__isSmartRef__":true,"id":40770},"changes":[{"__isSmartRef__":true,"id":40771}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40769":{"isSerializedDate":true,"string":"Tue Jun 14 2011 16:33:15 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40770":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40771":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40772":{"string":"2011-06-14 16:32 Hank (84427)","value":{"__isSmartRef__":true,"id":40773},"isListItem":true},"40773":{"rev":84427,"author":"Hank","date":{"__isSmartRef__":true,"id":40774},"url":{"__isSmartRef__":true,"id":40775},"changes":[{"__isSmartRef__":true,"id":40776}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40774":{"isSerializedDate":true,"string":"Tue Jun 14 2011 16:32:52 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40775":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40776":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40777":{"string":"2011-06-07 11:08 lauritz (82559)","value":{"__isSmartRef__":true,"id":40778},"isListItem":true},"40778":{"rev":82559,"author":"lauritz","date":{"__isSmartRef__":true,"id":40779},"url":{"__isSmartRef__":true,"id":40780},"changes":[{"__isSmartRef__":true,"id":40781}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40779":{"isSerializedDate":true,"string":"Tue Jun 07 2011 11:08:40 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40780":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40781":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40782":{"string":"2011-06-07 10:26 lauritz (82542)","value":{"__isSmartRef__":true,"id":40783},"isListItem":true},"40783":{"rev":82542,"author":"lauritz","date":{"__isSmartRef__":true,"id":40784},"url":{"__isSmartRef__":true,"id":40785},"changes":[{"__isSmartRef__":true,"id":40786}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40784":{"isSerializedDate":true,"string":"Tue Jun 07 2011 10:26:37 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40785":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40786":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40787":{"string":"2011-06-06 23:19 robertkrahn (82502)","value":{"__isSmartRef__":true,"id":40788},"isListItem":true},"40788":{"rev":82502,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":40789},"url":{"__isSmartRef__":true,"id":40790},"changes":[{"__isSmartRef__":true,"id":40791}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40789":{"isSerializedDate":true,"string":"Mon Jun 06 2011 23:19:51 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40790":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40791":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40792":{"string":"2011-06-05 14:28 robertkrahn (82119)","value":{"__isSmartRef__":true,"id":40793},"isListItem":true},"40793":{"rev":82119,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":40794},"url":{"__isSmartRef__":true,"id":40795},"changes":[{"__isSmartRef__":true,"id":40796}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40794":{"isSerializedDate":true,"string":"Sun Jun 05 2011 14:28:50 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40795":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40796":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40797":{"string":"2011-06-05 14:27 robertkrahn (82115)","value":{"__isSmartRef__":true,"id":40798},"isListItem":true},"40798":{"rev":82115,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":40799},"url":{"__isSmartRef__":true,"id":40800},"changes":[{"__isSmartRef__":true,"id":40801}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40799":{"isSerializedDate":true,"string":"Sun Jun 05 2011 14:27:01 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40800":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40801":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40802":{"string":"2011-06-03 18:22 lauritz (81803)","value":{"__isSmartRef__":true,"id":40803},"isListItem":true},"40803":{"rev":81803,"author":"lauritz","date":{"__isSmartRef__":true,"id":40804},"url":{"__isSmartRef__":true,"id":40805},"changes":[{"__isSmartRef__":true,"id":40806}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40804":{"isSerializedDate":true,"string":"Fri Jun 03 2011 18:22:06 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40805":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40806":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40807":{"string":"2011-06-03 17:54 lauritz (81796)","value":{"__isSmartRef__":true,"id":40808},"isListItem":true},"40808":{"rev":81796,"author":"lauritz","date":{"__isSmartRef__":true,"id":40809},"url":{"__isSmartRef__":true,"id":40810},"changes":[{"__isSmartRef__":true,"id":40811}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40809":{"isSerializedDate":true,"string":"Fri Jun 03 2011 17:54:06 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40810":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40811":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40812":{"string":"2011-06-03 17:21 jenslincke (81681)","value":{"__isSmartRef__":true,"id":40813},"isListItem":true},"40813":{"rev":81681,"author":"jenslincke","date":{"__isSmartRef__":true,"id":40814},"url":{"__isSmartRef__":true,"id":40815},"changes":[{"__isSmartRef__":true,"id":40816}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40814":{"isSerializedDate":true,"string":"Fri Jun 03 2011 17:21:55 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40815":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40816":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40817":{"string":"2011-06-01 23:04 lauritz (80056)","value":{"__isSmartRef__":true,"id":40818},"isListItem":true},"40818":{"rev":80056,"author":"lauritz","date":{"__isSmartRef__":true,"id":40819},"url":{"__isSmartRef__":true,"id":40820},"changes":[{"__isSmartRef__":true,"id":40821}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40819":{"isSerializedDate":true,"string":"Wed Jun 01 2011 23:04:07 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40820":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40821":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40822":{"string":"2011-06-01 01:48 robertkrahn (79541)","value":{"__isSmartRef__":true,"id":40823},"isListItem":true},"40823":{"rev":79541,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":40824},"url":{"__isSmartRef__":true,"id":40825},"changes":[{"__isSmartRef__":true,"id":40826}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40824":{"isSerializedDate":true,"string":"Wed Jun 01 2011 01:48:05 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40825":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40826":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40827":{"string":"2011-06-01 01:47 robertkrahn (79538)","value":{"__isSmartRef__":true,"id":40828},"isListItem":true},"40828":{"rev":79538,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":40829},"url":{"__isSmartRef__":true,"id":40830},"changes":[{"__isSmartRef__":true,"id":40831}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40829":{"isSerializedDate":true,"string":"Wed Jun 01 2011 01:47:34 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40830":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40831":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40832":{"string":"2011-05-26 07:56 robertkrahn (77087)","value":{"__isSmartRef__":true,"id":40833},"isListItem":true},"40833":{"rev":77087,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":40834},"url":{"__isSmartRef__":true,"id":40835},"changes":[{"__isSmartRef__":true,"id":40836}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40834":{"isSerializedDate":true,"string":"Thu May 26 2011 07:56:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40835":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40836":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40837":{"string":"2011-05-25 21:19 lauritz (76989)","value":{"__isSmartRef__":true,"id":40838},"isListItem":true},"40838":{"rev":76989,"author":"lauritz","date":{"__isSmartRef__":true,"id":40839},"url":{"__isSmartRef__":true,"id":40840},"changes":[{"__isSmartRef__":true,"id":40841}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40839":{"isSerializedDate":true,"string":"Wed May 25 2011 21:19:49 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40840":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40841":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40842":{"string":"2011-05-25 21:17 lauritz (76986)","value":{"__isSmartRef__":true,"id":40843},"isListItem":true},"40843":{"rev":76986,"author":"lauritz","date":{"__isSmartRef__":true,"id":40844},"url":{"__isSmartRef__":true,"id":40845},"changes":[{"__isSmartRef__":true,"id":40846}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40844":{"isSerializedDate":true,"string":"Wed May 25 2011 21:17:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40845":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40846":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40847":{"string":"2011-05-25 20:51 lauritz (76972)","value":{"__isSmartRef__":true,"id":40848},"isListItem":true},"40848":{"rev":76972,"author":"lauritz","date":{"__isSmartRef__":true,"id":40849},"url":{"__isSmartRef__":true,"id":40850},"changes":[{"__isSmartRef__":true,"id":40851}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40849":{"isSerializedDate":true,"string":"Wed May 25 2011 20:51:58 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40850":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40851":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40852":{"string":"2011-05-25 20:48 lauritz (76969)","value":{"__isSmartRef__":true,"id":40853},"isListItem":true},"40853":{"rev":76969,"author":"lauritz","date":{"__isSmartRef__":true,"id":40854},"url":{"__isSmartRef__":true,"id":40855},"changes":[{"__isSmartRef__":true,"id":40856}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40854":{"isSerializedDate":true,"string":"Wed May 25 2011 20:48:22 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40855":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40856":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40857":{"string":"2011-05-25 20:38 lauritz (76965)","value":{"__isSmartRef__":true,"id":40858},"isListItem":true},"40858":{"rev":76965,"author":"lauritz","date":{"__isSmartRef__":true,"id":40859},"url":{"__isSmartRef__":true,"id":40860},"changes":[{"__isSmartRef__":true,"id":40861}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40859":{"isSerializedDate":true,"string":"Wed May 25 2011 20:38:56 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40860":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40861":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40862":{"string":"2011-05-25 20:20 lauritz (76952)","value":{"__isSmartRef__":true,"id":40863},"isListItem":true},"40863":{"rev":76952,"author":"lauritz","date":{"__isSmartRef__":true,"id":40864},"url":{"__isSmartRef__":true,"id":40865},"changes":[{"__isSmartRef__":true,"id":40866}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40864":{"isSerializedDate":true,"string":"Wed May 25 2011 20:20:56 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40865":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40866":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40867":{"string":"2011-05-25 20:15 lauritz (76948)","value":{"__isSmartRef__":true,"id":40868},"isListItem":true},"40868":{"rev":76948,"author":"lauritz","date":{"__isSmartRef__":true,"id":40869},"url":{"__isSmartRef__":true,"id":40870},"changes":[{"__isSmartRef__":true,"id":40871}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40869":{"isSerializedDate":true,"string":"Wed May 25 2011 20:15:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40870":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40871":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40872":{"string":"2011-05-25 20:07 lauritz (76944)","value":{"__isSmartRef__":true,"id":40873},"isListItem":true},"40873":{"rev":76944,"author":"lauritz","date":{"__isSmartRef__":true,"id":40874},"url":{"__isSmartRef__":true,"id":40875},"changes":[{"__isSmartRef__":true,"id":40876}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40874":{"isSerializedDate":true,"string":"Wed May 25 2011 20:07:28 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40875":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40876":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40877":{"string":"2011-05-25 20:02 lauritz (76941)","value":{"__isSmartRef__":true,"id":40878},"isListItem":true},"40878":{"rev":76941,"author":"lauritz","date":{"__isSmartRef__":true,"id":40879},"url":{"__isSmartRef__":true,"id":40880},"changes":[{"__isSmartRef__":true,"id":40881}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40879":{"isSerializedDate":true,"string":"Wed May 25 2011 20:02:56 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40880":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40881":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40882":{"string":"2011-05-25 20:02 lauritz (76938)","value":{"__isSmartRef__":true,"id":40883},"isListItem":true},"40883":{"rev":76938,"author":"lauritz","date":{"__isSmartRef__":true,"id":40884},"url":{"__isSmartRef__":true,"id":40885},"changes":[{"__isSmartRef__":true,"id":40886}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40884":{"isSerializedDate":true,"string":"Wed May 25 2011 20:02:48 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40885":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40886":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40887":{"string":"2011-05-25 19:58 lauritz (76929)","value":{"__isSmartRef__":true,"id":40888},"isListItem":true},"40888":{"rev":76929,"author":"lauritz","date":{"__isSmartRef__":true,"id":40889},"url":{"__isSmartRef__":true,"id":40890},"changes":[{"__isSmartRef__":true,"id":40891}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40889":{"isSerializedDate":true,"string":"Wed May 25 2011 19:58:46 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40890":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40891":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40892":{"string":"2011-05-25 19:55 lauritz (76925)","value":{"__isSmartRef__":true,"id":40893},"isListItem":true},"40893":{"rev":76925,"author":"lauritz","date":{"__isSmartRef__":true,"id":40894},"url":{"__isSmartRef__":true,"id":40895},"changes":[{"__isSmartRef__":true,"id":40896}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40894":{"isSerializedDate":true,"string":"Wed May 25 2011 19:55:37 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40895":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40896":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40897":{"string":"2011-05-25 19:43 lauritz (76921)","value":{"__isSmartRef__":true,"id":40898},"isListItem":true},"40898":{"rev":76921,"author":"lauritz","date":{"__isSmartRef__":true,"id":40899},"url":{"__isSmartRef__":true,"id":40900},"changes":[{"__isSmartRef__":true,"id":40901}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40899":{"isSerializedDate":true,"string":"Wed May 25 2011 19:43:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40900":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40901":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40902":{"string":"2011-05-25 19:34 lauritz (76917)","value":{"__isSmartRef__":true,"id":40903},"isListItem":true},"40903":{"rev":76917,"author":"lauritz","date":{"__isSmartRef__":true,"id":40904},"url":{"__isSmartRef__":true,"id":40905},"changes":[{"__isSmartRef__":true,"id":40906}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40904":{"isSerializedDate":true,"string":"Wed May 25 2011 19:34:49 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40905":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40906":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40907":{"string":"2011-05-25 19:34 lauritz (76914)","value":{"__isSmartRef__":true,"id":40908},"isListItem":true},"40908":{"rev":76914,"author":"lauritz","date":{"__isSmartRef__":true,"id":40909},"url":{"__isSmartRef__":true,"id":40910},"changes":[{"__isSmartRef__":true,"id":40911}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40909":{"isSerializedDate":true,"string":"Wed May 25 2011 19:34:37 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40910":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40911":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40912":{"string":"2011-05-25 19:17 lauritz (76909)","value":{"__isSmartRef__":true,"id":40913},"isListItem":true},"40913":{"rev":76909,"author":"lauritz","date":{"__isSmartRef__":true,"id":40914},"url":{"__isSmartRef__":true,"id":40915},"changes":[{"__isSmartRef__":true,"id":40916}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40914":{"isSerializedDate":true,"string":"Wed May 25 2011 19:17:27 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40915":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40916":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40917":{"string":"2011-05-24 15:48 robertkrahn (76272)","value":{"__isSmartRef__":true,"id":40918},"isListItem":true},"40918":{"rev":76272,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":40919},"url":{"__isSmartRef__":true,"id":40920},"changes":[{"__isSmartRef__":true,"id":40921}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40919":{"isSerializedDate":true,"string":"Tue May 24 2011 15:48:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40920":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40921":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40922":{"string":"2011-05-24 14:39 jenslincke (76203)","value":{"__isSmartRef__":true,"id":40923},"isListItem":true},"40923":{"rev":76203,"author":"jenslincke","date":{"__isSmartRef__":true,"id":40924},"url":{"__isSmartRef__":true,"id":40925},"changes":[{"__isSmartRef__":true,"id":40926}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40924":{"isSerializedDate":true,"string":"Tue May 24 2011 14:39:33 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40925":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40926":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40927":{"string":"2011-05-24 14:35 jenslincke (76197)","value":{"__isSmartRef__":true,"id":40928},"isListItem":true},"40928":{"rev":76197,"author":"jenslincke","date":{"__isSmartRef__":true,"id":40929},"url":{"__isSmartRef__":true,"id":40930},"changes":[{"__isSmartRef__":true,"id":40931}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40929":{"isSerializedDate":true,"string":"Tue May 24 2011 14:35:59 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40930":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40931":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40932":{"string":"2011-05-24 14:35 jenslincke (76194)","value":{"__isSmartRef__":true,"id":40933},"isListItem":true},"40933":{"rev":76194,"author":"jenslincke","date":{"__isSmartRef__":true,"id":40934},"url":{"__isSmartRef__":true,"id":40935},"changes":[{"__isSmartRef__":true,"id":40936}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40934":{"isSerializedDate":true,"string":"Tue May 24 2011 14:35:20 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40935":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40936":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40937":{"string":"2011-05-24 14:26 jenslincke (76171)","value":{"__isSmartRef__":true,"id":40938},"isListItem":true},"40938":{"rev":76171,"author":"jenslincke","date":{"__isSmartRef__":true,"id":40939},"url":{"__isSmartRef__":true,"id":40940},"changes":[{"__isSmartRef__":true,"id":40941}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40939":{"isSerializedDate":true,"string":"Tue May 24 2011 14:26:26 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40940":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40941":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40942":{"string":"2011-05-22 20:08 robertkrahn (75078)","value":{"__isSmartRef__":true,"id":40943},"isListItem":true},"40943":{"rev":75078,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":40944},"url":{"__isSmartRef__":true,"id":40945},"changes":[{"__isSmartRef__":true,"id":40946}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40944":{"isSerializedDate":true,"string":"Sun May 22 2011 20:08:14 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40945":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40946":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40947":{"string":"2011-05-21 10:25 lauritz (74975)","value":{"__isSmartRef__":true,"id":40948},"isListItem":true},"40948":{"rev":74975,"author":"lauritz","date":{"__isSmartRef__":true,"id":40949},"url":{"__isSmartRef__":true,"id":40950},"changes":[{"__isSmartRef__":true,"id":40951}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40949":{"isSerializedDate":true,"string":"Sat May 21 2011 10:25:59 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40950":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40951":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40952":{"string":"2011-05-21 10:12 lauritz (74972)","value":{"__isSmartRef__":true,"id":40953},"isListItem":true},"40953":{"rev":74972,"author":"lauritz","date":{"__isSmartRef__":true,"id":40954},"url":{"__isSmartRef__":true,"id":40955},"changes":[{"__isSmartRef__":true,"id":40956}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40954":{"isSerializedDate":true,"string":"Sat May 21 2011 10:12:50 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40955":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40956":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40957":{"string":"2011-05-21 00:44 robertkrahn (74941)","value":{"__isSmartRef__":true,"id":40958},"isListItem":true},"40958":{"rev":74941,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":40959},"url":{"__isSmartRef__":true,"id":40960},"changes":[{"__isSmartRef__":true,"id":40961}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40959":{"isSerializedDate":true,"string":"Sat May 21 2011 00:44:24 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40960":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40961":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40962":{"string":"2011-05-21 00:24 robertkrahn (74931)","value":{"__isSmartRef__":true,"id":40963},"isListItem":true},"40963":{"rev":74931,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":40964},"url":{"__isSmartRef__":true,"id":40965},"changes":[{"__isSmartRef__":true,"id":40966}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40964":{"isSerializedDate":true,"string":"Sat May 21 2011 00:24:31 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40965":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40966":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40967":{"string":"2011-05-20 18:24 lauritz (74843)","value":{"__isSmartRef__":true,"id":40968},"isListItem":true},"40968":{"rev":74843,"author":"lauritz","date":{"__isSmartRef__":true,"id":40969},"url":{"__isSmartRef__":true,"id":40970},"changes":[{"__isSmartRef__":true,"id":40971}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40969":{"isSerializedDate":true,"string":"Fri May 20 2011 18:24:22 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40970":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40971":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40972":{"string":"2011-05-20 17:58 lauritz (74826)","value":{"__isSmartRef__":true,"id":40973},"isListItem":true},"40973":{"rev":74826,"author":"lauritz","date":{"__isSmartRef__":true,"id":40974},"url":{"__isSmartRef__":true,"id":40975},"changes":[{"__isSmartRef__":true,"id":40976}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40974":{"isSerializedDate":true,"string":"Fri May 20 2011 17:58:56 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40975":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40976":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40977":{"string":"2011-05-20 15:27 lauritz (74748)","value":{"__isSmartRef__":true,"id":40978},"isListItem":true},"40978":{"rev":74748,"author":"lauritz","date":{"__isSmartRef__":true,"id":40979},"url":{"__isSmartRef__":true,"id":40980},"changes":[{"__isSmartRef__":true,"id":40981}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40979":{"isSerializedDate":true,"string":"Fri May 20 2011 15:27:05 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40980":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40981":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40982":{"string":"2011-05-17 00:20 robertkrahn (72758)","value":{"__isSmartRef__":true,"id":40983},"isListItem":true},"40983":{"rev":72758,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":40984},"url":{"__isSmartRef__":true,"id":40985},"changes":[{"__isSmartRef__":true,"id":40986}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40984":{"isSerializedDate":true,"string":"Tue May 17 2011 00:20:13 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40985":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40986":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40987":{"string":"2011-05-17 00:18 robertkrahn (72755)","value":{"__isSmartRef__":true,"id":40988},"isListItem":true},"40988":{"rev":72755,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":40989},"url":{"__isSmartRef__":true,"id":40990},"changes":[{"__isSmartRef__":true,"id":40991}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40989":{"isSerializedDate":true,"string":"Tue May 17 2011 00:18:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40990":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40991":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40992":{"string":"2011-05-17 00:14 robertkrahn (72752)","value":{"__isSmartRef__":true,"id":40993},"isListItem":true},"40993":{"rev":72752,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":40994},"url":{"__isSmartRef__":true,"id":40995},"changes":[{"__isSmartRef__":true,"id":40996}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40994":{"isSerializedDate":true,"string":"Tue May 17 2011 00:14:34 GMT+0200 (Mitteleuropäische Sommerzeit)"},"40995":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"40996":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"40997":{"string":"2011-05-17 00:07 robertkrahn (72749)","value":{"__isSmartRef__":true,"id":40998},"isListItem":true},"40998":{"rev":72749,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":40999},"url":{"__isSmartRef__":true,"id":41000},"changes":[{"__isSmartRef__":true,"id":41001}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"40999":{"isSerializedDate":true,"string":"Tue May 17 2011 00:07:35 GMT+0200 (Mitteleuropäische Sommerzeit)"},"41000":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"41001":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"41002":{"string":"2011-05-16 20:42 lauritz (72672)","value":{"__isSmartRef__":true,"id":41003},"isListItem":true},"41003":{"rev":72672,"author":"lauritz","date":{"__isSmartRef__":true,"id":41004},"url":{"__isSmartRef__":true,"id":41005},"changes":[{"__isSmartRef__":true,"id":41006}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"41004":{"isSerializedDate":true,"string":"Mon May 16 2011 20:42:59 GMT+0200 (Mitteleuropäische Sommerzeit)"},"41005":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"41006":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"41007":{"string":"2011-05-16 18:14 lauritz (72667)","value":{"__isSmartRef__":true,"id":41008},"isListItem":true},"41008":{"rev":72667,"author":"lauritz","date":{"__isSmartRef__":true,"id":41009},"url":{"__isSmartRef__":true,"id":41010},"changes":[{"__isSmartRef__":true,"id":41011}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"41009":{"isSerializedDate":true,"string":"Mon May 16 2011 18:14:53 GMT+0200 (Mitteleuropäische Sommerzeit)"},"41010":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"41011":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"41012":{"string":"2011-05-16 18:02 lauritz (72661)","value":{"__isSmartRef__":true,"id":41013},"isListItem":true},"41013":{"rev":72661,"author":"lauritz","date":{"__isSmartRef__":true,"id":41014},"url":{"__isSmartRef__":true,"id":41015},"changes":[{"__isSmartRef__":true,"id":41016}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"41014":{"isSerializedDate":true,"string":"Mon May 16 2011 18:02:26 GMT+0200 (Mitteleuropäische Sommerzeit)"},"41015":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"41016":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"41017":{"string":"2011-05-16 17:47 lauritz (72653)","value":{"__isSmartRef__":true,"id":41018},"isListItem":true},"41018":{"rev":72653,"author":"lauritz","date":{"__isSmartRef__":true,"id":41019},"url":{"__isSmartRef__":true,"id":41020},"changes":[{"__isSmartRef__":true,"id":41021}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"41019":{"isSerializedDate":true,"string":"Mon May 16 2011 17:47:29 GMT+0200 (Mitteleuropäische Sommerzeit)"},"41020":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"41021":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"41022":{"string":"2011-05-16 17:45 lauritz (72649)","value":{"__isSmartRef__":true,"id":41023},"isListItem":true},"41023":{"rev":72649,"author":"lauritz","date":{"__isSmartRef__":true,"id":41024},"url":{"__isSmartRef__":true,"id":41025},"changes":[{"__isSmartRef__":true,"id":41026}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"41024":{"isSerializedDate":true,"string":"Mon May 16 2011 17:45:25 GMT+0200 (Mitteleuropäische Sommerzeit)"},"41025":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"41026":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"41027":{"string":"2011-05-16 17:18 lauritz (72590)","value":{"__isSmartRef__":true,"id":41028},"isListItem":true},"41028":{"rev":72590,"author":"lauritz","date":{"__isSmartRef__":true,"id":41029},"url":{"__isSmartRef__":true,"id":41030},"changes":[{"__isSmartRef__":true,"id":41031}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"41029":{"isSerializedDate":true,"string":"Mon May 16 2011 17:18:48 GMT+0200 (Mitteleuropäische Sommerzeit)"},"41030":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"41031":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"41032":{"string":"2011-05-15 16:10 lauritz (72267)","value":{"__isSmartRef__":true,"id":41033},"isListItem":true},"41033":{"rev":72267,"author":"lauritz","date":{"__isSmartRef__":true,"id":41034},"url":{"__isSmartRef__":true,"id":41035},"changes":[{"__isSmartRef__":true,"id":41036}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"41034":{"isSerializedDate":true,"string":"Sun May 15 2011 16:10:06 GMT+0200 (Mitteleuropäische Sommerzeit)"},"41035":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"41036":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"41037":{"string":"2011-05-15 16:07 lauritz (72263)","value":{"__isSmartRef__":true,"id":41038},"isListItem":true},"41038":{"rev":72263,"author":"lauritz","date":{"__isSmartRef__":true,"id":41039},"url":{"__isSmartRef__":true,"id":41040},"changes":[{"__isSmartRef__":true,"id":41041}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"41039":{"isSerializedDate":true,"string":"Sun May 15 2011 16:07:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"41040":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"41041":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"41042":{"string":"2011-05-15 16:05 lauritz (72259)","value":{"__isSmartRef__":true,"id":41043},"isListItem":true},"41043":{"rev":72259,"author":"lauritz","date":{"__isSmartRef__":true,"id":41044},"url":{"__isSmartRef__":true,"id":41045},"changes":[{"__isSmartRef__":true,"id":41046}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"41044":{"isSerializedDate":true,"string":"Sun May 15 2011 16:05:00 GMT+0200 (Mitteleuropäische Sommerzeit)"},"41045":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"41046":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"41047":{"string":"2011-05-15 15:58 lauritz (72255)","value":{"__isSmartRef__":true,"id":41048},"isListItem":true},"41048":{"rev":72255,"author":"lauritz","date":{"__isSmartRef__":true,"id":41049},"url":{"__isSmartRef__":true,"id":41050},"changes":[{"__isSmartRef__":true,"id":41051}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"41049":{"isSerializedDate":true,"string":"Sun May 15 2011 15:58:26 GMT+0200 (Mitteleuropäische Sommerzeit)"},"41050":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"41051":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"41052":{"string":"2011-05-15 15:48 lauritz (72252)","value":{"__isSmartRef__":true,"id":41053},"isListItem":true},"41053":{"rev":72252,"author":"lauritz","date":{"__isSmartRef__":true,"id":41054},"url":{"__isSmartRef__":true,"id":41055},"changes":[{"__isSmartRef__":true,"id":41056}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"41054":{"isSerializedDate":true,"string":"Sun May 15 2011 15:48:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"41055":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"41056":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"41057":{"string":"2011-05-15 15:43 lauritz (72249)","value":{"__isSmartRef__":true,"id":41058},"isListItem":true},"41058":{"rev":72249,"author":"lauritz","date":{"__isSmartRef__":true,"id":41059},"url":{"__isSmartRef__":true,"id":41060},"changes":[{"__isSmartRef__":true,"id":41061}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"41059":{"isSerializedDate":true,"string":"Sun May 15 2011 15:43:25 GMT+0200 (Mitteleuropäische Sommerzeit)"},"41060":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"41061":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"41062":{"string":"2011-05-15 15:16 lauritz (72246)","value":{"__isSmartRef__":true,"id":41063},"isListItem":true},"41063":{"rev":72246,"author":"lauritz","date":{"__isSmartRef__":true,"id":41064},"url":{"__isSmartRef__":true,"id":41065},"changes":[{"__isSmartRef__":true,"id":41066}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"41064":{"isSerializedDate":true,"string":"Sun May 15 2011 15:16:15 GMT+0200 (Mitteleuropäische Sommerzeit)"},"41065":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"41066":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"41067":{"string":"2011-05-15 15:08 lauritz (72243)","value":{"__isSmartRef__":true,"id":41068},"isListItem":true},"41068":{"rev":72243,"author":"lauritz","date":{"__isSmartRef__":true,"id":41069},"url":{"__isSmartRef__":true,"id":41070},"changes":[{"__isSmartRef__":true,"id":41071}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"41069":{"isSerializedDate":true,"string":"Sun May 15 2011 15:08:25 GMT+0200 (Mitteleuropäische Sommerzeit)"},"41070":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"41071":{"type":"S:modified","url":"/PartsBin/Tools/ObjectEditor.json"},"41072":{"string":"2011-05-15 14:35 lauritz (72235)","value":{"__isSmartRef__":true,"id":41073},"isListItem":true},"41073":{"rev":72235,"author":"lauritz","date":{"__isSmartRef__":true,"id":41074},"url":{"__isSmartRef__":true,"id":41075},"changes":[{"__isSmartRef__":true,"id":41076}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"41074":{"isSerializedDate":true,"string":"Sun May 15 2011 14:35:54 GMT+0200 (Mitteleuropäische Sommerzeit)"},"41075":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"41076":{"type":"S:added","url":null},"41077":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":2,"__SourceModuleName__":"Global.lively.PartsBin","idOnLoad":"A4825C8A-4C30-436D-8F28-1C2E38248A4C","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"41078":{"resizeWidth":true},"41079":{"x":330.7762078882963,"y":122.97632273920658,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41080":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateListContent":"updateListContentHTML","resizeList":"resizeListHTML","getItemIndexFromEvent":"getItemIndexFromEventHTML","getListExtent":"getListExtentHTML","setSize":"setSizeHTML","renderAsDropDownList":"renderAsDropDownListHTML","setFontSize":"setFontSizeHTML","setFontFamily":"setFontFamilyHTML","getSelectedIndexes":"getSelectedIndexesHTML","enableMultipleSelections":"enableMultipleSelectionsHTML","selectAllAt":"selectAllAtHTML","clearSelections":"clearSelectionsHTML","deselectAt":"deselectAtHTML"},"41081":{"morph":{"__isSmartRef__":true,"id":39637},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"41082":{"submorphs":[],"scripts":[],"id":"5393CA28-11A7-4443-AD3B-40FCA161A88B","shape":{"__isSmartRef__":true,"id":41083},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":41089},"_MaxTextWidth":313.04,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":41090},"showsHalos":false,"_FontSize":11,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"selectedPartComment","partsBinMetaInfo":{"__isSmartRef__":true,"id":41091},"textChunks":[{"__isSmartRef__":true,"id":41092}],"charsReplaced":"","lastFindLoc":6,"prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":39464},"_ClipMode":"auto","priorExtent":{"__isSmartRef__":true,"id":41094},"attributeConnections":[{"__isSmartRef__":true,"id":41095}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"layout":{"__isSmartRef__":true,"id":41096},"renderContextTable":{"__isSmartRef__":true,"id":41097},"eventHandler":{"__isSmartRef__":true,"id":41098},"_MinTextWidth":313.04,"_MinTextHeight":null,"_WhiteSpaceHandling":"pre-wrap","derivationIds":[1226,"DD9BD765-ADCE-4F83-BD29-D46C4F70D065","FAF93200-3F45-458D-A09A-150A9A564E17","45B7AF6D-BAB6-4C3A-A200-A6A7A709499B","65E31DB6-BFDA-4D8A-9EF2-EB1D94C2E253","74C3EFF9-4889-452C-A456-5A5B6778CE47","38D7BE76-BC2A-4B09-92FC-C08352382C88","96002B07-9CDB-4008-A195-09BD239923F2","DAA476D0-F42A-43C3-B4C4-BC880BD80E65","BA992D77-C2D5-466E-A47A-4322BB7146A8","34167D7E-66D9-41B2-AD62-D4C9AB410B96","E701BCEE-C44A-47CB-BE90-50C8CF47AA08","459DECD4-11D7-4B8C-8444-2B602BCDFF28","D0B2AEDB-8A3F-462F-A869-9BECE3D20A80","0BD25F0F-D0C4-46D7-8911-E8FF36AE1AA6","CE77BB5F-B2A7-4B69-83E5-EA36EE064597","D34A0C4A-A6BD-4FE7-82A4-93CB9B2F030B","50A2EC62-7A15-43E5-BB1C-B33C3AE91666","2513159B-9CA2-4F02-92E8-C637FB0EF5FF"],"distanceToDragEvent":{"__isSmartRef__":true,"id":41099},"_Rotation":0,"_Scale":1,"savedTextString":"A todo list. Pretty straightforward. If your are looking for the todo item proto, it's in front of you ;)\n\nWhen a todo item text is selected you can use TAB / Shift+TAB to go to the next / prev item.\n\nWith Ctrl+c Ctrl+c (2x) you can toggle the done state.","__LivelyClassName__":"lively.morphic.Text"},"41083":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":41084},"_Extent":{"__isSmartRef__":true,"id":41085},"_BorderWidth":1.4800000000000002,"_BorderColor":{"__isSmartRef__":true,"id":41086},"renderContextTable":{"__isSmartRef__":true,"id":41087},"_BorderRadius":7.400000000000001,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":41088},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"41084":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41085":{"x":333,"y":70,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41086":{"r":0.753,"g":0.753,"b":0.753,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"41087":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41088":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"41089":{"x":20,"y":180,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41090":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"41091":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"5393CA28-11A7-4443-AD3B-40FCA161A88B","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"41092":{"style":{"__isSmartRef__":true,"id":41093},"chunkOwner":{"__isSmartRef__":true,"id":41082},"storedString":"Edit scripts and connections of a morph.","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41093":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41094":{"x":333,"y":70,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41095":{"sourceObj":{"__isSmartRef__":true,"id":41082},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":39463},"targetMethodName":"saveCommentForSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"41096":{"resizeWidth":true,"resizeHeight":true},"41097":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"41098":{"morph":{"__isSmartRef__":true,"id":41082},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"41099":{"x":227.14764051653037,"y":-11.693836156918564,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41100":{"submorphs":[],"scripts":[],"id":"89A194AF-6F81-4B30-8752-792E87DF2AB6","shape":{"__isSmartRef__":true,"id":41101},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":41107},"_MaxTextWidth":265,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":41104},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"selectedPartSpaceName","partsBinMetaInfo":{"__isSmartRef__":true,"id":41108},"textChunks":[{"__isSmartRef__":true,"id":41109}],"charsReplaced":"some text","lastFindLoc":-9,"prevScroll":[0,0],"_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":41111},"renderContextTable":{"__isSmartRef__":true,"id":41112},"eventHandler":{"__isSmartRef__":true,"id":41113},"owner":{"__isSmartRef__":true,"id":39464},"_Align":"left","_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":265,"_MinTextHeight":null,"previousSelection":[9,15],"derivationIds":[1227,"6CE972BD-83CD-4BBB-80ED-D454164C5FEB","157A323D-D969-49B0-B93C-8BD36505D2FC","5D8E7DE9-5E77-4A78-85CC-2BCE68CE557D","EC218021-7880-4AB3-85E1-D09C4BF93D8A","2439308A-9CEB-46A8-8601-F268A4F47F4A","13F42C03-8A95-489F-A557-40F9DF434A0E","DE538AF0-B066-47FC-87FB-FDAC3C147AA1","2E3F7404-39E8-40D4-8CE5-9562B3E28CAF","19B83978-E82E-42BE-9A3B-C419E6106819","8F070B4E-A3FA-4663-A95B-20D3D45962BC","E20FD539-F6B4-4E0D-ADC8-5C1A0D0072C6","36FAB4CF-8F58-4056-9FE5-86FB1D114016","899DC007-45DC-4170-A759-8E6CA26498C7","E0AE05D7-0D12-4B46-82DF-B4079C0204E4","5BE3D953-8D17-450C-825A-0C7F990524F6","E6EFDAE7-8884-4FDD-A117-A31DD8AEAC9C","5DC5F055-B6FC-443A-A68B-113E25FEF8AC","960BBFE5-B8D9-4AE2-BE5F-F3F7D3470B6E"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"41101":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":41102},"_Extent":{"__isSmartRef__":true,"id":41103},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":41104},"renderContextTable":{"__isSmartRef__":true,"id":41105},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":41106},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"41102":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41103":{"x":265,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41104":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"41105":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41106":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"41107":{"x":22.381974001732715,"y":30.870025607392563,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41108":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"89A194AF-6F81-4B30-8752-792E87DF2AB6","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"41109":{"style":{"__isSmartRef__":true,"id":41110},"chunkOwner":{"__isSmartRef__":true,"id":41100},"storedString":"PartsBin/Tools/","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41110":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41111":{"x":265,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41112":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"41113":{"morph":{"__isSmartRef__":true,"id":41100},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"41114":{"submorphs":[{"__isSmartRef__":true,"id":41115}],"scripts":[],"id":"0DDB8EBD-1999-4E4D-A59F-C5419693D788","shape":{"__isSmartRef__":true,"id":41131},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":41147},"value":true,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":41148},"lighterFill":{"__isSmartRef__":true,"id":41134},"label":{"__isSmartRef__":true,"id":41115},"attributeConnections":[{"__isSmartRef__":true,"id":41157},{"__isSmartRef__":true,"id":41158}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":41159},"name":"copyPartButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":41160},"layout":{"__isSmartRef__":true,"id":41161},"renderContextTable":{"__isSmartRef__":true,"id":41162},"eventHandler":{"__isSmartRef__":true,"id":41163},"owner":{"__isSmartRef__":true,"id":39464},"distanceToDragEvent":{"__isSmartRef__":true,"id":41164},"priorExtent":{"__isSmartRef__":true,"id":41165},"derivationIds":[1228,"A7EE497C-3BC4-48A3-8B6D-193804223319","1F02DAAA-E458-41C2-8A98-B61020A2E0A2","8324EE8D-1ABC-4E9E-96A9-C36215559902","85744E70-8D7A-4836-B64D-5D72BEB47A24","DAB27C35-5025-4060-AFA0-24DB71031B79","7490C0EB-B488-4F98-9C66-E48F89F2A921","EADFC9A5-98FD-4150-BCE8-0ACA0351474D","3A50497B-C8BD-4EAF-915B-E3790C33AD66","E6302DFE-3CE2-45C3-AE75-DE059CCC03FA","8846EE9D-80E1-4E56-9709-E2407578BA4F","73BBBF7E-E245-4A74-B34B-1EAC6C38F0B5","CE44810D-6BAA-4406-8062-31A87EF0EF87","15DE6651-BEE1-4C4E-9CBD-38AC49163509","BA420413-8A66-447A-8E91-AA2C591805C7","C691FCE3-D94F-40F9-8DC8-41A8F9E64EB5","65F52EB7-20DF-4B10-862D-3629BA23FD11","8AB30725-556C-476C-8872-9AA68903803E","7D39FF18-1229-4797-83D8-F016DDAF0601"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Button"},"41115":{"submorphs":[],"scripts":[],"id":"FFAD7D37-B14F-445D-A688-F532960D0EC1","shape":{"__isSmartRef__":true,"id":41116},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":83,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":41122},"textColor":{"__isSmartRef__":true,"id":41119},"owner":{"__isSmartRef__":true,"id":41114},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":41123}],"padding":{"__isSmartRef__":true,"id":41125},"_Padding":{"__isSmartRef__":true,"id":41126},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":41127},"renderContextTable":{"__isSmartRef__":true,"id":41128},"eventHandler":{"__isSmartRef__":true,"id":41129},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":83,"_MinTextHeight":null,"derivationIds":[1229,"48944567-0B6F-46EA-AD76-2677296C53EA","E68189FB-262E-412F-B5CE-00D5F9ED451C","4AB6AC8D-F0E4-44F7-A6A9-ED45C6B3FA16","BBAE8D78-82FB-4D7F-9F2D-D2358BC706F5","3F40AADC-4450-4508-8A3B-53779974E210","F55D05B5-34A2-4509-8B14-8929A97BDE5B","A9917EAE-88D7-49DF-86CA-8EF5155DC125","8B1BF7BF-63FD-4069-B895-FB093499508B","0F5810CB-D842-4192-A607-6D731E3887DE","9AA6C8A4-A06A-4BF0-8609-7F9C82304D02","E7062D98-E822-49C7-A6C0-23D9E5008454","7078A684-8907-4ED0-8F10-6E67DB2F5274","E9381BFD-779B-43D4-906F-6CB2BDA97999","DFD93A7D-7247-4E8B-8E62-A35FC5B50423","5DC95437-1D19-4F67-9EC2-E6F93E735962","3CA34522-1EC9-475C-96B5-7326BC8AA938","BFEC85B9-B501-4764-A00E-884B9521D79F","52B460BA-3A0E-4BF2-B035-FE3EA19D4FD1"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":41130},"__LivelyClassName__":"lively.morphic.Text"},"41116":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":41117},"_Extent":{"__isSmartRef__":true,"id":41118},"_BorderColor":{"__isSmartRef__":true,"id":41119},"renderContextTable":{"__isSmartRef__":true,"id":41120},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":41121},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"41117":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41118":{"x":85,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41119":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"41120":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41121":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"41122":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41123":{"style":{"__isSmartRef__":true,"id":41124},"chunkOwner":{"__isSmartRef__":true,"id":41115},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"copy","__LivelyClassName__":"lively.morphic.TextChunk"},"41124":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"41125":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"41126":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"41127":{"x":85,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41128":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"41129":{"morph":{"__isSmartRef__":true,"id":41115},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"41130":{"requiredModules":[],"idOnLoad":"FFAD7D37-B14F-445D-A688-F532960D0EC1","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"41131":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":41132},"_Extent":{"__isSmartRef__":true,"id":41133},"_Fill":{"__isSmartRef__":true,"id":41134},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":41144},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":41145},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":41146},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"41132":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41133":{"x":85,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41134":{"stops":[{"__isSmartRef__":true,"id":41135},{"__isSmartRef__":true,"id":41137},{"__isSmartRef__":true,"id":41139},{"__isSmartRef__":true,"id":41141}],"vector":{"__isSmartRef__":true,"id":41143},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"41135":{"offset":0,"color":{"__isSmartRef__":true,"id":41136}},"41136":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"41137":{"offset":0.4,"color":{"__isSmartRef__":true,"id":41138}},"41138":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"41139":{"offset":0.6,"color":{"__isSmartRef__":true,"id":41140}},"41140":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"41141":{"offset":1,"color":{"__isSmartRef__":true,"id":41142}},"41142":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"41143":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"41144":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"41145":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41146":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"41147":{"x":196,"y":393,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41148":{"stops":[{"__isSmartRef__":true,"id":41149},{"__isSmartRef__":true,"id":41151},{"__isSmartRef__":true,"id":41153},{"__isSmartRef__":true,"id":41155}],"vector":{"__isSmartRef__":true,"id":41143},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"41149":{"offset":0,"color":{"__isSmartRef__":true,"id":41150}},"41150":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"41151":{"offset":0.4,"color":{"__isSmartRef__":true,"id":41152}},"41152":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"41153":{"offset":0.6,"color":{"__isSmartRef__":true,"id":41154}},"41154":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"41155":{"offset":1,"color":{"__isSmartRef__":true,"id":41156}},"41156":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"41157":{"sourceObj":{"__isSmartRef__":true,"id":41114},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":39463},"targetMethodName":"interactivelyMoveSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"41158":{"sourceObj":{"__isSmartRef__":true,"id":41114},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":39463},"targetMethodName":"interactivelyCopySelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"41159":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"41160":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"0DDB8EBD-1999-4E4D-A59F-C5419693D788","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"41161":{"moveVertical":true},"41162":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41163":{"morph":{"__isSmartRef__":true,"id":41114},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"41164":{"x":50.41301952728122,"y":-17.360760576407074,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41165":{"x":83,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41166":{"submorphs":[],"scripts":[],"id":"EAC55FB5-B2CF-4037-9FE3-2B51510FC774","shape":{"__isSmartRef__":true,"id":41167},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":41173},"_MaxTextWidth":67,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":41170},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"shareLink","partsBinMetaInfo":{"__isSmartRef__":true,"id":41174},"textChunks":[{"__isSmartRef__":true,"id":41175}],"charsReplaced":"this part with others:","lastFindLoc":28,"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":41177},"renderContextTable":{"__isSmartRef__":true,"id":41178},"eventHandler":{"__isSmartRef__":true,"id":41179},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":41180},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","owner":{"__isSmartRef__":true,"id":39464},"_MinTextWidth":67,"_MinTextHeight":null,"distanceToDragEvent":{"__isSmartRef__":true,"id":41181},"previousSelection":[0,11],"isBeingDragged":false,"derivationIds":[1232,"B9D2A879-DE55-4FCE-A39E-A49A5C513DB5","9B2052B5-A239-453D-BB12-7E8C6D47F9A3","EBBE29B3-CFB1-4F29-B063-3151F39F05EE","F4E1E4A0-3E52-4122-AA40-813B7DE11F76","838CC24A-7BA4-4FE8-9F17-0095855C98BB","31AE717F-70AF-471F-A274-C083B4D1AA99","8A4D997E-3528-421C-92E3-C9C6D3E71D7A","B7149BC1-13A4-4E74-8875-3D491C3D241D","F2E52A05-0BA8-4E2C-A15B-F2DCC738D984","35C3114B-9B72-4002-B572-01AE597A11E5","E3655B71-EA3B-4183-B0B4-310D0D2C4DCF","B3EE45E9-6582-4594-8CBB-655811150765","37D86999-5FCB-446D-9517-5DD6B4276A33","EE34DEAB-F3B3-460C-B9CA-7DADF59423FA","AC84A8AB-4DF0-4C1F-98E0-33B877C575C4","0F00D02E-5855-4186-84D6-37F19F8E7E2F","ED1E5AC0-1DA3-4AF3-B965-84149B5F8DBC","973F365C-6DAB-42E2-A628-0C5FC5D4C446"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"41167":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":41168},"_Extent":{"__isSmartRef__":true,"id":41169},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":41170},"renderContextTable":{"__isSmartRef__":true,"id":41171},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":41172},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"41168":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41169":{"x":67,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41170":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"41171":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41172":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"41173":{"x":289,"y":31,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41174":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","idOnLoad":"EAC55FB5-B2CF-4037-9FE3-2B51510FC774","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"41175":{"style":{"__isSmartRef__":true,"id":41176},"chunkOwner":{"__isSmartRef__":true,"id":41166},"storedString":"Share Link","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41176":{"uri":"http://www.lively-kernel.org/viral?part=ObjectEditor&path=PartsBin/Tools/","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41177":{"x":67,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41178":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"41179":{"morph":{"__isSmartRef__":true,"id":41166},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"41180":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"41181":{"x":47.59213818423041,"y":-17.492989485982434,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41182":{"submorphs":[{"__isSmartRef__":true,"id":41183}],"scripts":[],"id":"40065C4E-E641-451C-B7DF-77023C922BF6","shape":{"__isSmartRef__":true,"id":41199},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":41215},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":41202},"lighterFill":{"__isSmartRef__":true,"id":41216},"label":{"__isSmartRef__":true,"id":41183},"attributeConnections":[{"__isSmartRef__":true,"id":41225}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":41227},"name":"editModulesButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":41228},"layout":{"__isSmartRef__":true,"id":41229},"renderContextTable":{"__isSmartRef__":true,"id":41230},"eventHandler":{"__isSmartRef__":true,"id":41231},"distanceToDragEvent":{"__isSmartRef__":true,"id":41232},"priorExtent":{"__isSmartRef__":true,"id":41233},"derivationIds":[1228,"A7EE497C-3BC4-48A3-8B6D-193804223319","1F02DAAA-E458-41C2-8A98-B61020A2E0A2","8324EE8D-1ABC-4E9E-96A9-C36215559902","85744E70-8D7A-4836-B64D-5D72BEB47A24","DAB27C35-5025-4060-AFA0-24DB71031B79","7490C0EB-B488-4F98-9C66-E48F89F2A921","560C20B1-25AC-44A3-AEFB-D1BF530F949F","BFA181FE-2E54-4F33-B095-AFDB42B6BDF5","5A129B5C-19E8-4F9F-8EE3-965642773E8D","950927A9-0B66-4641-BF3B-AB7AA29E66E2","8304D920-645F-4AD4-ACE7-A38F24AB5D56","70072C5E-4EC6-4FE8-AE8D-0063E8C5C429","78B5D0D4-37C6-48D0-BCDC-42831A6A3B10","E08BFEC8-4724-411F-B2C9-27B45D8D5B60","856E27F5-D879-4196-AD79-1F320AE5A2F5","44E3D67D-28B4-4B2B-B13E-ED9DA00E896C","5F21413A-418D-4594-9F22-604D1D07E8B6","F22C835D-31F3-4912-AE38-BAA069A45FCC","BE13CC1D-6085-414D-B757-D3B8840BBD25","17259AF0-5B53-4DDD-9C8D-F8EEEBA17A54"],"owner":{"__isSmartRef__":true,"id":39464},"_Rotation":0,"_Scale":0.9920279440699424,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Button"},"41183":{"submorphs":[],"scripts":[],"id":"F7EDE27B-C53C-4EB7-89D4-6693D0882110","shape":{"__isSmartRef__":true,"id":41184},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":62.378312347756264,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":41190},"textColor":{"__isSmartRef__":true,"id":41187},"owner":{"__isSmartRef__":true,"id":41182},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":41191}],"padding":{"__isSmartRef__":true,"id":41193},"_Padding":{"__isSmartRef__":true,"id":41194},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":41195},"renderContextTable":{"__isSmartRef__":true,"id":41196},"eventHandler":{"__isSmartRef__":true,"id":41197},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":62.378312347756264,"_MinTextHeight":null,"derivationIds":[1229,"48944567-0B6F-46EA-AD76-2677296C53EA","E68189FB-262E-412F-B5CE-00D5F9ED451C","4AB6AC8D-F0E4-44F7-A6A9-ED45C6B3FA16","BBAE8D78-82FB-4D7F-9F2D-D2358BC706F5","3F40AADC-4450-4508-8A3B-53779974E210","F55D05B5-34A2-4509-8B14-8929A97BDE5B","57E00BE5-A979-4932-A6BF-82E922915547","3F2A56C8-300D-48C4-AEC6-2B6D57BB4AFA","59668791-500C-47F3-BB68-9E3128E1368E","9F26A844-331F-4C72-9C1F-317F97684DDC","47F7E9D0-6F7E-4A60-BB12-C4E348651067","D6D1CB99-F4D0-4279-81F4-B95FCA0DE172","0F1A41BA-2391-44D6-B03B-8ACB97D2F626","9813528A-089C-414B-A3C4-9E02F0E9E422","23F98A90-8A22-46A9-B2D6-DF287B5C4681","EE9BCAB9-9781-46F5-A2A9-FFB5D11ECF29","F3623320-595F-45C5-9235-612BABDF0402","4263733A-8D31-4A62-ABB9-9D29CFEB1BDB","730EC70E-9E7A-44E3-8715-4589916635F2","60DDE4EC-47FC-4E76-8D24-583559FBA501"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":41198},"__LivelyClassName__":"lively.morphic.Text"},"41184":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":41185},"_Extent":{"__isSmartRef__":true,"id":41186},"_BorderColor":{"__isSmartRef__":true,"id":41187},"renderContextTable":{"__isSmartRef__":true,"id":41188},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":41189},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"41185":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41186":{"x":64.37831234775626,"y":21.69293479284704,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41187":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"41188":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41189":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"41190":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41191":{"style":{"__isSmartRef__":true,"id":41192},"chunkOwner":{"__isSmartRef__":true,"id":41183},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"modules","__LivelyClassName__":"lively.morphic.TextChunk"},"41192":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"41193":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"41194":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"41195":{"x":64.37831234775626,"y":21.69293479284704,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41196":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"41197":{"morph":{"__isSmartRef__":true,"id":41183},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"41198":{"requiredModules":[],"idOnLoad":"F7EDE27B-C53C-4EB7-89D4-6693D0882110","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"41199":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":41200},"_Extent":{"__isSmartRef__":true,"id":41201},"_Fill":{"__isSmartRef__":true,"id":41202},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":41212},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":41213},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":41214},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"41200":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41201":{"x":64.37831234775626,"y":21.69293479284704,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41202":{"stops":[{"__isSmartRef__":true,"id":41203},{"__isSmartRef__":true,"id":41205},{"__isSmartRef__":true,"id":41207},{"__isSmartRef__":true,"id":41209}],"vector":{"__isSmartRef__":true,"id":41211},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"41203":{"offset":0,"color":{"__isSmartRef__":true,"id":41204}},"41204":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"41205":{"offset":0.4,"color":{"__isSmartRef__":true,"id":41206}},"41206":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"41207":{"offset":0.6,"color":{"__isSmartRef__":true,"id":41208}},"41208":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"41209":{"offset":1,"color":{"__isSmartRef__":true,"id":41210}},"41210":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"41211":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"41212":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"41213":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41214":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"41215":{"x":285.00468966732456,"y":393.95580708060504,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41216":{"stops":[{"__isSmartRef__":true,"id":41217},{"__isSmartRef__":true,"id":41219},{"__isSmartRef__":true,"id":41221},{"__isSmartRef__":true,"id":41223}],"vector":{"__isSmartRef__":true,"id":41211},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"41217":{"offset":0,"color":{"__isSmartRef__":true,"id":41218}},"41218":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"41219":{"offset":0.4,"color":{"__isSmartRef__":true,"id":41220}},"41220":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"41221":{"offset":0.6,"color":{"__isSmartRef__":true,"id":41222}},"41222":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"41223":{"offset":1,"color":{"__isSmartRef__":true,"id":41224}},"41224":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"41225":{"sourceObj":{"__isSmartRef__":true,"id":41182},"sourceAttrName":"fire","targetMethodName":"showRequiredModules","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":41226},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"41226":{"source":{"__isSmartRef__":true,"id":41182}},"41227":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"41228":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"40065C4E-E641-451C-B7DF-77023C922BF6","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"41229":{"moveVertical":true},"41230":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41231":{"morph":{"__isSmartRef__":true,"id":41182},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"41232":{"x":48.17656337858898,"y":-13.247949828198443,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41233":{"x":63.91140505366775,"y":21.69293479284704,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41234":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41235},"derivationIds":[null,"074C2A5B-DB0A-47F0-A589-2DD872B13343","A8A6CA38-F1A7-4072-AC76-F667C20E1A28","E4076130-19FC-4FF2-A735-34F038892965","53A19BCB-248D-4752-A030-42E6E2FB058A","03EC7CDC-FEB2-40DC-8DB5-DFB9E562D7AD","1CBF94A0-4332-4B18-9332-45E2DD64F32C","AAB6B212-3779-48E1-AF91-947E29A54CAC","E849326B-286B-4A46-A16F-947D59B9F689","C4FB7428-2907-491D-A57B-5DDE1CD03756","486B6DA7-48F1-48E9-993B-30AE235D0A5C"],"id":"9A7BDA82-3DBD-489E-8933-90925A044143","renderContextTable":{"__isSmartRef__":true,"id":41241},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":41242}],"eventHandler":{"__isSmartRef__":true,"id":41244},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"auto","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Monaco,monospace","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":41245},"priorExtent":{"__isSmartRef__":true,"id":41246},"_MaxTextWidth":306,"_MinTextWidth":306,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":39464},"layout":{"__isSmartRef__":true,"id":41247},"syntaxHighlightingWhileTyping":false,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"lastSyntaxHighlightTime":1328037408581,"accessibleInInactiveWindow":true,"showsHalos":false,"name":"CommitLog","__SourceModuleName__":"Global.lively.morphic.TextCore","_Rotation":0,"_Scale":0.992027944069942,"prevScroll":[0,0],"partsBinMetaInfo":{"__isSmartRef__":true,"id":41248},"__LivelyClassName__":"lively.morphic.Text"},"41235":{"_Position":{"__isSmartRef__":true,"id":41236},"renderContextTable":{"__isSmartRef__":true,"id":41237},"_Extent":{"__isSmartRef__":true,"id":41238},"_ClipMode":"auto","_Padding":{"__isSmartRef__":true,"id":41239},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":41240},"_Fill":null,"_BorderRadius":7.405,"_Opacity":1,"_BorderStyle":"solid","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"41236":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41237":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41238":{"x":333,"y":124,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41239":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"41240":{"r":0.662,"g":0.662,"b":0.662,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"41241":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"41242":{"style":{"__isSmartRef__":true,"id":41243},"chunkOwner":{"__isSmartRef__":true,"id":41234},"storedString":"2012-06-06 18:29 lauritz: \n clicking twice on the magnifier will keep the selection at the current target. schau mal jetze. oy vey.\n2012-06-06 18:07 lauritz: \n fix bad interaction b/w highlight and tracking in magnifier\n2012-06-06 17:29 lauritz: \n no comment\n2012-06-06 17:25 lauritz: \n fixed magnifier-tool: highlight-rectangle property of the object, now.\n2012-06-06 16:21 tessi: \n Fix for target highlights. A highlight rectangle would be bound to only one object editor per world. Now, each explorer will load and use its own rectangle\n2012-05-29 13:18 lauritz: \n hover over the magnifier button to see the current target\n2012-05-29 13:10 lauritz: \n reduced global variable usage\n2012-05-24 16:48 timfelgentreff: \n no comment\n2012-05-24 16:48 timfelgentreff: \n no comment\n2012-04-26 11:15 fbo: \n No more addScript and better support for Firefox\n2012-04-26 11:14 fbo: \n No more addScript and better support for Firefox\n2012-03-07 22:55 fabian: \n no comment\n2012-03-07 22:48 fabian: \n no comment\n2012-03-07 22:37 fabian: \n no comment\n2012-03-07 21:27 fabian: \n no comment\n2012-03-07 20:52 fabian: \n no comment\n2012-03-07 20:40 undefined: \n no comment\n2012-03-07 20:09 fabian: \n no comment\n2012-03-07 20:08 fabian: \n no comment\n2012-02-25 02:47 fbo: \n no comment\n2012-02-02 15:00 conradcalmez: \n set selection of lists to null\n2012-02-02 14:55 conradcalmez: \n added run button for trying out methods\n2012-01-27 17:50 robertkrahn: \n show scripts even if they are wrapped\n2012-01-06 07:15 lauritz: \n no comment\n2011-12-16 20:28 lauritz: \n top-most entry of the tag list is \"all\" now.\n2011-12-16 20:23 lauritz: \n sorted tag list.\n2011-12-13 22:04 lauritz: \n tries to get user directly from localStorage now. if there's no user set, then we don't call CGI - logging into trac should not be necessary for developing parts.\n2011-12-13 18:56 lauritz: \n removed a workaround\n2011-12-07 06:13 lauritz: \n workaround for issue #161 - target morph list is scrollable\n2011-12-07 04:31 lauritz: \n fixed a bug regarding anonymous morphs.\n2011-11-30 23:55 lauritz: \n fixed a defect (weeeeeird property caused an error on deserialization of copies)\n2011-11-29 04:44 lauritz: \n renamed .categorize to .tag\n2011-11-22 23:02 lauritz: \n added a border to notifications, centered notification text\n2011-11-18 20:19 lauritz: \n removed a missed debugger statement. corrected setting of target.\n2011-11-15 20:12 lauritz: \n set a minExtent\n2011-11-04 13:44 jenslincke: \n set min extent to pt(500,300)\n2011-11-04 13:41 jenslincke: \n bring resize handle to front\n2011-10-28 05:36 lauritz: \n Locked down submorphs of the editor pane. Grabbing and dragging disabled. \n2011-10-21 00:40 lauritz: \n Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items.\n2011-11-11 01:42 lauritz: \n added confirmation before removal of scripts or connections.\n2011-11-11 01:47 lauritz: \n two more checks on attempts to remove scripts or connections.\n2011-11-16 02:12 lauritz: \n layout adaptions\n2011-11-17 23:22 lauritz: \n Refactoring of script annotations (now at scripts not morphs). Added category tagging. Layout changes.\n2011-11-18 15:26 jenslincke: \n - reset title bar and borders\n2011-11-21 23:14 lauritz: \n fixed a bug (onBlur event handling) and added the world to the target chooser\n2011-11-23 18:26 lauritz: \n adapted layout of notifications\n2011-11-29 04:50 lauritz: \n changed label \"Category:\" to \"Tag:\".\n2012-02-02 17:36 bsiegmund: \n Run Button now moving when window is resized\n2012-02-03 11:45 sstamm: \n added save button\n2012-03-07 20:37 fabian: \n no comment\n2012-03-07 20:42 fabian: \n no comment\n2012-03-07 20:57 fabian: \n no comment\n2012-03-07 22:14 fabian: \n no comment\n2012-03-07 22:34 fabian: \n no comment\n2012-03-07 22:46 fabian: \n no comment\n2012-03-07 22:51 fabian: \n no comment\n2012-03-08 19:12 robertkrahn: \n - Tags text morph now is a input line, fixed a bug in generateSourceForScript()\n2012-04-26 11:16 fbo: \n No more addScript and better support for Firefox\n2012-04-26 22:03 robertkrahn: \n restored old version for addressing immediate save problems\n2012-05-24 16:54 timfelgentreff: \n no comment\n2012-05-24 17:21 timfelgentreff: \n Add a magnifiying glass to select target (similar to developer tools DOM selection)\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41243":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41244":{"morph":{"__isSmartRef__":true,"id":41234},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"41245":{"x":21.16240762993516,"y":257.9370085150181,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41246":{"x":333,"y":124,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41247":{"resizeWidth":true,"resizeHeight":true},"41248":{"partName":"CommitLog","requiredModules":[],"idOnLoad":"9A7BDA82-3DBD-489E-8933-90925A044143","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"41249":{"position":{"__isSmartRef__":true,"id":41250},"_Extent":{"__isSmartRef__":true,"id":41251},"_BorderWidth":2.294,"_BorderColor":{"__isSmartRef__":true,"id":41252},"_Fill":{"__isSmartRef__":true,"id":41253},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":41254},"_BorderRadius":6.12,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":41255},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"41250":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41251":{"x":373,"y":433,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41252":{"r":0.258,"g":0.258,"b":0.258,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"41253":{"r":0.921,"g":0.921,"b":0.921,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41254":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41255":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"41256":{"x":763.5732305084431,"y":38,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41257":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","comment":"A simple box morph","migrationLevel":2,"idOnLoad":"8FFE3760-DB2B-4613-9EA4-0A7D244300ED","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"41258":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41259":{"morph":{"__isSmartRef__":true,"id":39464},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"41260":{"x":383,"y":433,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41261":{"moveHorizontal":true},"41262":{"submorphs":[],"scripts":[],"id":"946E77C2-7C2B-4CE8-A436-8346FE10D13F","shape":{"__isSmartRef__":true,"id":41263},"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":41270},"itemList":["*all*","*latest*","*search*","Backgrounds","Basic","BP2012","CodeSnippets","Constantin","Controls","Database","DatabaseDemo","Debugging","Demos","Dialogs","Documentation","DroppableBehaviors","ElProfesor","Fabian","FreedomOfSpeech","Fun","Games","Grid","groupBejeweled","Holger","Inputs","iPadWidgets","Issues","Jens","Layout","Maps","Martin","Math","morphic.js","MP2011WS","NewWorld","PartsClasses","Pictures","Presenting","Productivity","prova","Robert","Sandbox","Scripting","Server","SketchyInputs","SWD2011","Tests","Text","Tiles","Tools","uncategorized","Visualization","Widgets","Wiki"],"showsHalos":false,"name":"categoryList","partsBinMetaInfo":{"__isSmartRef__":true,"id":41271},"__SourceModuleName__":"Global.lively.morphic.Core","owner":{"__isSmartRef__":true,"id":39463},"_ClipMode":"auto","prevScroll":[0,64],"attributeConnections":[{"__isSmartRef__":true,"id":41272}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"priorExtent":{"__isSmartRef__":true,"id":41273},"layout":{"__isSmartRef__":true,"id":41274},"renderContextTable":{"__isSmartRef__":true,"id":41275},"eventHandler":{"__isSmartRef__":true,"id":41276},"isBeingDragged":false,"derivationIds":[1234,"E4573A4B-7457-4A85-B5E0-8634CF6B5A32","36ABD56F-22FB-466E-911F-B5A54713AC62","C5B5D3B3-C81B-4BF1-AF14-AD010028B8E8","0E406F2D-69F9-4AB8-8D75-02815B9FE8AB","AB7C35D1-2411-4621-AEF1-4B26A3B06611","134793DC-D7FD-429A-8303-7E57B5B7B24A","37D6C084-5E43-4B73-9710-E05DEA0B8D9B","C98A36F4-D242-4A3E-82C9-9DF7443A3BC6","C3570FAB-192B-4D80-8400-751E3DD8720B","C2FE8FA7-4EA1-4C9D-80F6-79C11F913648","8F4F6AB0-12EB-41C0-8D58-A77552E84513","51C37965-82DC-42C3-8156-18C2B8BEEECE","99CAEA25-7AB9-46F2-82ED-969208DEDF24","6A42ED52-B82A-4F6D-8A14-F83CB210F7F6","169EBC93-B142-4138-80E3-5FB92BD3CEB6","8C059D61-0E96-4978-9636-66BAF103AD61","FEEE89FC-5929-4378-BE7B-6059E02339F3","AF14E500-F1A1-49BA-987C-C9126B05DAD9"],"selectedLineNo":49,"_Rotation":0,"_Scale":1,"selection":"Tools","__LivelyClassName__":"lively.morphic.List"},"41263":{"position":{"__isSmartRef__":true,"id":41264},"_Extent":{"__isSmartRef__":true,"id":41265},"_BorderWidth":1.258,"_BorderColor":{"__isSmartRef__":true,"id":41266},"_Fill":{"__isSmartRef__":true,"id":41267},"__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderRadius":0,"renderContextTable":{"__isSmartRef__":true,"id":41268},"_Padding":{"__isSmartRef__":true,"id":41269},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"41264":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41265":{"x":145.0100150200251,"y":441.23781865967146,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41266":{"r":0.8280587561201496,"g":0.8280587561201496,"b":0.8280587561201496,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"41267":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41268":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41269":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"41270":{"x":9,"y":37,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41271":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":1,"__SourceModuleName__":"Global.lively.PartsBin","idOnLoad":"946E77C2-7C2B-4CE8-A436-8346FE10D13F","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"41272":{"sourceObj":{"__isSmartRef__":true,"id":41262},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":39463},"targetMethodName":"categoryName","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"41273":{"x":145.0100150200251,"y":440.23781865967146,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41274":{"resizeHeight":true},"41275":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateListContent":"updateListContentHTML","resizeList":"resizeListHTML","getItemIndexFromEvent":"getItemIndexFromEventHTML","getListExtent":"getListExtentHTML","setSize":"setSizeHTML","renderAsDropDownList":"renderAsDropDownListHTML","setFontSize":"setFontSizeHTML","setFontFamily":"setFontFamilyHTML","getSelectedIndexes":"getSelectedIndexesHTML","enableMultipleSelections":"enableMultipleSelectionsHTML","selectAllAt":"selectAllAtHTML","clearSelections":"clearSelectionsHTML","deselectAt":"deselectAtHTML"},"41276":{"morph":{"__isSmartRef__":true,"id":41262},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"41277":{"submorphs":[{"__isSmartRef__":true,"id":41278}],"scripts":[],"id":"B65B4B7C-7C7B-44E1-BBEC-DDA0D025C26B","shape":{"__isSmartRef__":true,"id":41294},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":41310},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":41297},"lighterFill":{"__isSmartRef__":true,"id":41311},"label":{"__isSmartRef__":true,"id":41278},"attributeConnections":[{"__isSmartRef__":true,"id":41320}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":41322},"name":"reloadButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":41323},"owner":{"__isSmartRef__":true,"id":39463},"renderContextTable":{"__isSmartRef__":true,"id":41324},"eventHandler":{"__isSmartRef__":true,"id":41325},"priorExtent":{"__isSmartRef__":true,"id":41326},"derivationIds":[1235,"1004C6DF-84F6-4345-B2CA-055AA4F773F6","E89AF462-CFE4-4AC3-B827-CB2505E2A7BA","E2DDE5E0-43A1-4195-90A8-91408473DCDA","03920DC7-DC2D-4C3F-A927-AAD2960216A5","A72AAFB6-23CC-4F29-9DAD-27A67A7577E9","2B4287A8-196C-42F0-828E-4CE4381C9D7F","528F8789-646A-46B1-B4BE-1E5382D1FC89","75DE0100-DA4C-43AC-BD8B-23EFB260EAF4","EA00D1F3-F11C-438A-9B70-1B08F358EB5C","8579EE52-28C3-4D4B-B137-ABE47C0A9E42","51DB8874-CA5A-4DAD-B23E-194CE47C8662","2770196E-663B-4618-A54A-84D5F9CDA489","34C78B01-37DE-4F8C-BD88-0D17FC632772","64ACFD9C-F0C2-4AA7-A30E-58BDDF6FE4BD","50E01FF5-1DCE-44CF-A959-D3664885DE6B","F4FF0113-404D-4EEE-B095-185CD84B7BE9","3FB7C823-28E4-4117-A9DA-442ECABA7BFA","E4711B14-CD69-4EF9-ADF3-B80780C4CD19"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Button"},"41278":{"submorphs":[],"scripts":[],"id":"83D8EF06-08AB-4062-916A-CC93EA11E585","shape":{"__isSmartRef__":true,"id":41279},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":18,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":41285},"textColor":{"__isSmartRef__":true,"id":41282},"owner":{"__isSmartRef__":true,"id":41277},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":41286}],"padding":{"__isSmartRef__":true,"id":41288},"_Padding":{"__isSmartRef__":true,"id":41289},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":41290},"renderContextTable":{"__isSmartRef__":true,"id":41291},"eventHandler":{"__isSmartRef__":true,"id":41292},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":18,"_MinTextHeight":null,"derivationIds":[1236,"0AABC7BC-431F-4F28-A475-694B57A56F0A","E508F35D-1887-4A79-A395-19186427F9C7","4878087E-76B4-401E-AAFB-3A98B1DC2B76","B415B743-575F-4D4A-A6C6-6C97E4DC54A4","EA639CD5-A12C-425C-AD35-FF77947DFC67","5E535C29-89AB-424F-A50E-40D7E6794ACE","44B3E0BB-A9AF-46E4-A2A3-EB76BB87610A","905CD9C3-1327-4130-B76B-72609D9578A8","11C63B11-BCA5-4131-A18B-A4A42D1894A8","011E0634-4488-4902-9A4C-5755634994EA","2889F48B-DFF4-447E-800B-ACFDBE39907E","D0E97658-D3F9-4EF1-A44C-94053ACC7F5B","59DD8173-ED98-4207-82B2-5A95FACEC902","1C2F66E8-3F97-4ACF-AF5C-3E6F994B9584","3AD61C32-09BF-4CCC-B7AA-4CCF3F93A821","D7046839-D241-4DC4-BD4B-D76B0B70835C","9ACFE363-381B-430A-8233-9B7079D7EB1D","9E7D958C-EFB6-4772-8589-F8870872BF4A"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":41293},"__LivelyClassName__":"lively.morphic.Text"},"41279":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":41280},"_Extent":{"__isSmartRef__":true,"id":41281},"_BorderColor":{"__isSmartRef__":true,"id":41282},"renderContextTable":{"__isSmartRef__":true,"id":41283},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":41284},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"41280":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41281":{"x":20,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41282":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"41283":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41284":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"41285":{"x":0,"y":-2,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41286":{"style":{"__isSmartRef__":true,"id":41287},"chunkOwner":{"__isSmartRef__":true,"id":41278},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"⟳","__LivelyClassName__":"lively.morphic.TextChunk"},"41287":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"41288":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"41289":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"41290":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41291":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"41292":{"morph":{"__isSmartRef__":true,"id":41278},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"41293":{"requiredModules":[],"idOnLoad":"83D8EF06-08AB-4062-916A-CC93EA11E585","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"41294":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":41295},"_Extent":{"__isSmartRef__":true,"id":41296},"_Fill":{"__isSmartRef__":true,"id":41297},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":41307},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":41308},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":41309},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"41295":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41296":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41297":{"stops":[{"__isSmartRef__":true,"id":41298},{"__isSmartRef__":true,"id":41300},{"__isSmartRef__":true,"id":41302},{"__isSmartRef__":true,"id":41304}],"vector":{"__isSmartRef__":true,"id":41306},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"41298":{"offset":0,"color":{"__isSmartRef__":true,"id":41299}},"41299":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"41300":{"offset":0.4,"color":{"__isSmartRef__":true,"id":41301}},"41301":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"41302":{"offset":0.6,"color":{"__isSmartRef__":true,"id":41303}},"41303":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"41304":{"offset":1,"color":{"__isSmartRef__":true,"id":41305}},"41305":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"41306":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"41307":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"41308":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41309":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"41310":{"x":79,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41311":{"stops":[{"__isSmartRef__":true,"id":41312},{"__isSmartRef__":true,"id":41314},{"__isSmartRef__":true,"id":41316},{"__isSmartRef__":true,"id":41318}],"vector":{"__isSmartRef__":true,"id":41306},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"41312":{"offset":0,"color":{"__isSmartRef__":true,"id":41313}},"41313":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"41314":{"offset":0.4,"color":{"__isSmartRef__":true,"id":41315}},"41315":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"41316":{"offset":0.6,"color":{"__isSmartRef__":true,"id":41317}},"41317":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"41318":{"offset":1,"color":{"__isSmartRef__":true,"id":41319}},"41319":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"41320":{"sourceObj":{"__isSmartRef__":true,"id":41277},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":39463},"targetMethodName":"reloadEverything","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":41321},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"41321":{"source":{"__isSmartRef__":true,"id":41277},"target":{"__isSmartRef__":true,"id":39463}},"41322":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"41323":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"B65B4B7C-7C7B-44E1-BBEC-DDA0D025C26B","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"41324":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41325":{"morph":{"__isSmartRef__":true,"id":41277},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"41326":{"x":140,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"41327":{"submorphs":[{"__isSmartRef__":true,"id":41328},{"__isSmartRef__":true,"id":41361},{"__isSmartRef__":true,"id":41394},{"__isSmartRef__":true,"id":41427},{"__isSmartRef__":true,"id":41460},{"__isSmartRef__":true,"id":41493},{"__isSmartRef__":true,"id":41526},{"__isSmartRef__":true,"id":41559},{"__isSmartRef__":true,"id":41592},{"__isSmartRef__":true,"id":41625},{"__isSmartRef__":true,"id":41658},{"__isSmartRef__":true,"id":41691},{"__isSmartRef__":true,"id":41724},{"__isSmartRef__":true,"id":41757},{"__isSmartRef__":true,"id":41790},{"__isSmartRef__":true,"id":41823},{"__isSmartRef__":true,"id":41856},{"__isSmartRef__":true,"id":41889},{"__isSmartRef__":true,"id":41922},{"__isSmartRef__":true,"id":41955},{"__isSmartRef__":true,"id":41988},{"__isSmartRef__":true,"id":42021},{"__isSmartRef__":true,"id":42054},{"__isSmartRef__":true,"id":42087},{"__isSmartRef__":true,"id":42120},{"__isSmartRef__":true,"id":42153},{"__isSmartRef__":true,"id":42186},{"__isSmartRef__":true,"id":42219},{"__isSmartRef__":true,"id":42252},{"__isSmartRef__":true,"id":42285},{"__isSmartRef__":true,"id":42318},{"__isSmartRef__":true,"id":42351},{"__isSmartRef__":true,"id":42384},{"__isSmartRef__":true,"id":42417},{"__isSmartRef__":true,"id":42450},{"__isSmartRef__":true,"id":42483}],"scripts":[],"id":"28254684-6AA0-4937-976A-94DC15D0E96C","shape":{"__isSmartRef__":true,"id":42516},"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"partsBinContents","partsBinMetaInfo":{"__isSmartRef__":true,"id":42523},"__SourceModuleName__":"Global.lively.morphic.Core","_ClipMode":"scroll","priorExtent":{"__isSmartRef__":true,"id":42524},"attributeConnections":[{"__isSmartRef__":true,"id":42525}],"doNotSerialize":["$$selectedItem"],"doNotCopyProperties":["$$selectedItem"],"layout":{"__isSmartRef__":true,"id":42526},"renderContextTable":{"__isSmartRef__":true,"id":42527},"eventHandler":{"__isSmartRef__":true,"id":42528},"_Position":{"__isSmartRef__":true,"id":42529},"owner":{"__isSmartRef__":true,"id":39463},"derivationIds":[1237,"36E894B8-0363-4580-8726-268CF8708422","24FF45E0-75DD-4A18-8279-472DDC2F411C","83558E66-F5C3-400C-A4C2-47A948B8136A","260D6B4C-06A4-45A2-B702-887829835D7E","86BCFBDB-66C5-4DD5-AC0E-FBCA02BB1698","D46AEB64-D1DC-46EF-822C-E86588905880","6DA46DD0-D2A0-46BE-BE8F-82D3E98A8696","24A0F2AB-B88F-494D-9EE9-F877A4619BD8","E46F739C-7FB0-451B-BFD2-7CFAEB01EF65","6BCD3F84-BE4C-4A45-92E2-D5F99FE41856","B6A2AD2D-CB4B-42BB-8790-81E87F96A774","6C871473-36BA-45B4-8D20-5396A7706FF8","8DF8249E-11A2-4CEF-8BBD-A3EFAEDF67B3","9CEB0BDD-1280-4953-992E-659D7023012A","19392237-EE49-4D2C-864D-392FDED1D4D4","ACCF1CE2-EFF4-47F8-B5AB-754C2542D519","F44C877B-AD23-4387-8FD2-D23B32E9FB1B","46B912BD-42EA-475C-8FE7-B8E7B89E6CA8"],"isBeingDragged":false,"_Rotation":0,"_Scale":1,"selectedItem":{"__isSmartRef__":true,"id":42530},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":44570},"__LivelyClassName__":"lively.morphic.Box"},"41328":{"submorphs":[{"__isSmartRef__":true,"id":41329},{"__isSmartRef__":true,"id":41339}],"scripts":[],"shape":{"__isSmartRef__":true,"id":41351},"derivationIds":[null],"id":"D09D9CC0-219A-4E7C-9DE8-2DA5E2EAE7D4","renderContextTable":{"__isSmartRef__":true,"id":41357},"eventHandler":{"__isSmartRef__":true,"id":41358},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":41359},"partsBinURL":{"__isSmartRef__":true,"id":41360},"targetName":"Benchmarker","partItem":{"__isSmartRef__":true,"id":32745},"owner":{"__isSmartRef__":true,"id":41327},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"41329":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41330},"derivationIds":[null],"id":"9ECACAAC-AD17-4D50-85EF-C93AE7BEE548","renderContextTable":{"__isSmartRef__":true,"id":41335},"eventHandler":{"__isSmartRef__":true,"id":41336},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":41337},"priorExtent":{"__isSmartRef__":true,"id":41338},"owner":{"__isSmartRef__":true,"id":41328},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"41330":{"renderContextTable":{"__isSmartRef__":true,"id":41331},"_NodeClass":["morph"],"_NodeId":"morph-9ecacaac-ad17-4d50-85ef-c93ae7bee548","_Extent":{"__isSmartRef__":true,"id":41332},"_Padding":{"__isSmartRef__":true,"id":41333},"stringifiedShapeNode":"
setup
var list = [];\nfor (var i = 0; i < 100; i++) {\n list.push(i);\n}
test
var sum = 0;\nlist.forEach(function(i) {\n sum += i;\n}
Run
Benchmarker
X
M
","extent":{"__isSmartRef__":true,"id":41334},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41331":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"41332":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41333":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41334":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41335":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41336":{"morph":{"__isSmartRef__":true,"id":41329},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41337":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41338":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41339":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41340},"derivationIds":[null],"id":"D90DCC15-BA1E-45CA-BC82-6A5A1C6F096E","renderContextTable":{"__isSmartRef__":true,"id":41346},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":41347}],"eventHandler":{"__isSmartRef__":true,"id":41349},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":41328},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":41350},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41340":{"_Position":{"__isSmartRef__":true,"id":41341},"renderContextTable":{"__isSmartRef__":true,"id":41342},"_Extent":{"__isSmartRef__":true,"id":41343},"_Padding":{"__isSmartRef__":true,"id":41344},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41345},"_NodeClass":["morph","text"],"_NodeId":"morph-d90dcc15-ba1e-45ca-bc82-6a5a1c6f096e","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41341":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41342":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41343":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41344":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41345":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41346":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"41347":{"style":{"__isSmartRef__":true,"id":41348},"chunkOwner":{"__isSmartRef__":true,"id":41339},"storedString":"Benchmarker","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41348":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41349":{"morph":{"__isSmartRef__":true,"id":41339},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41350":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41351":{"_Position":{"__isSmartRef__":true,"id":41352},"renderContextTable":{"__isSmartRef__":true,"id":41353},"_Extent":{"__isSmartRef__":true,"id":41354},"_Padding":{"__isSmartRef__":true,"id":41355},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-d09d9cc0-219a-4e7c-9de8-2da5e2eae7d4","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41356},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41352":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41353":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41354":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41355":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41356":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41357":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41358":{"morph":{"__isSmartRef__":true,"id":41328},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41359":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41360":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"41361":{"submorphs":[{"__isSmartRef__":true,"id":41362},{"__isSmartRef__":true,"id":41372}],"scripts":[],"shape":{"__isSmartRef__":true,"id":41384},"derivationIds":[null],"id":"0A923B1A-F097-468D-A337-7968ECC98D49","renderContextTable":{"__isSmartRef__":true,"id":41390},"eventHandler":{"__isSmartRef__":true,"id":41391},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":41392},"partsBinURL":{"__isSmartRef__":true,"id":41393},"targetName":"BootstrapParts","partItem":{"__isSmartRef__":true,"id":32779},"owner":{"__isSmartRef__":true,"id":41327},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"41362":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41363},"derivationIds":[null],"id":"F5870D43-C320-497B-93A9-9BD7D2202157","renderContextTable":{"__isSmartRef__":true,"id":41368},"eventHandler":{"__isSmartRef__":true,"id":41369},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":41370},"priorExtent":{"__isSmartRef__":true,"id":41371},"owner":{"__isSmartRef__":true,"id":41361},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"41363":{"renderContextTable":{"__isSmartRef__":true,"id":41364},"_NodeClass":["morph"],"_NodeId":"morph-f5870d43-c320-497b-93a9-9bd7d2202157","_Extent":{"__isSmartRef__":true,"id":41365},"_Padding":{"__isSmartRef__":true,"id":41366},"stringifiedShapeNode":"
bootstrap
to:
http://lively-kernel.org/repository/webwerkstatt/
from:
http://localhost/LivelyWiki
Bootstrap Parts
X
M
","extent":{"__isSmartRef__":true,"id":41367},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41364":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"41365":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41366":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41367":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41368":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41369":{"morph":{"__isSmartRef__":true,"id":41362},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41370":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41371":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41372":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41373},"derivationIds":[null],"id":"7FD9A803-8782-4858-9060-C183A67ED201","renderContextTable":{"__isSmartRef__":true,"id":41379},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":41380}],"eventHandler":{"__isSmartRef__":true,"id":41382},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":41361},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":41383},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41373":{"_Position":{"__isSmartRef__":true,"id":41374},"renderContextTable":{"__isSmartRef__":true,"id":41375},"_Extent":{"__isSmartRef__":true,"id":41376},"_Padding":{"__isSmartRef__":true,"id":41377},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41378},"_NodeClass":["morph","text"],"_NodeId":"morph-7fd9a803-8782-4858-9060-c183a67ed201","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41374":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41375":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41376":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41377":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41378":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41379":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"41380":{"style":{"__isSmartRef__":true,"id":41381},"chunkOwner":{"__isSmartRef__":true,"id":41372},"storedString":"BootstrapParts","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41381":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41382":{"morph":{"__isSmartRef__":true,"id":41372},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41383":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41384":{"_Position":{"__isSmartRef__":true,"id":41385},"renderContextTable":{"__isSmartRef__":true,"id":41386},"_Extent":{"__isSmartRef__":true,"id":41387},"_Padding":{"__isSmartRef__":true,"id":41388},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-0a923b1a-f097-468d-a337-7968ecc98d49","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41389},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41385":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41386":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41387":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41388":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41389":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41390":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41391":{"morph":{"__isSmartRef__":true,"id":41361},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41392":{"x":105,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41393":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"41394":{"submorphs":[{"__isSmartRef__":true,"id":41395},{"__isSmartRef__":true,"id":41405}],"scripts":[],"shape":{"__isSmartRef__":true,"id":41417},"derivationIds":[null],"id":"0A0B766F-7240-4CDD-BB7A-08A38EB59112","renderContextTable":{"__isSmartRef__":true,"id":41423},"eventHandler":{"__isSmartRef__":true,"id":41424},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":41425},"partsBinURL":{"__isSmartRef__":true,"id":41426},"targetName":"ClassBrowser","partItem":{"__isSmartRef__":true,"id":32813},"owner":{"__isSmartRef__":true,"id":41327},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"41395":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41396},"derivationIds":[null],"id":"40921C0D-330E-4D7A-AA41-D5B478798871","renderContextTable":{"__isSmartRef__":true,"id":41401},"eventHandler":{"__isSmartRef__":true,"id":41402},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":41403},"priorExtent":{"__isSmartRef__":true,"id":41404},"owner":{"__isSmartRef__":true,"id":41394},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"41396":{"renderContextTable":{"__isSmartRef__":true,"id":41397},"_NodeClass":["morph"],"_NodeId":"morph-40921c0d-330e-4d7a-aa41-d5b478798871","_Extent":{"__isSmartRef__":true,"id":41398},"_Padding":{"__isSmartRef__":true,"id":41399},"stringifiedShapeNode":"
update
no code
Class Browser
X
M
","extent":{"__isSmartRef__":true,"id":41400},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41397":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"41398":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41399":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41400":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41401":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41402":{"morph":{"__isSmartRef__":true,"id":41395},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41403":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41404":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41405":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41406},"derivationIds":[null],"id":"456F5B40-3CE4-4654-BE0F-2735FAEDF996","renderContextTable":{"__isSmartRef__":true,"id":41412},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":41413}],"eventHandler":{"__isSmartRef__":true,"id":41415},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":41394},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":41416},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41406":{"_Position":{"__isSmartRef__":true,"id":41407},"renderContextTable":{"__isSmartRef__":true,"id":41408},"_Extent":{"__isSmartRef__":true,"id":41409},"_Padding":{"__isSmartRef__":true,"id":41410},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41411},"_NodeClass":["morph","text"],"_NodeId":"morph-456f5b40-3ce4-4654-be0f-2735faedf996","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41407":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41408":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41409":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41410":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41411":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41412":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"41413":{"style":{"__isSmartRef__":true,"id":41414},"chunkOwner":{"__isSmartRef__":true,"id":41405},"storedString":"ClassBrowser","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41414":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41415":{"morph":{"__isSmartRef__":true,"id":41405},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41416":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41417":{"_Position":{"__isSmartRef__":true,"id":41418},"renderContextTable":{"__isSmartRef__":true,"id":41419},"_Extent":{"__isSmartRef__":true,"id":41420},"_Padding":{"__isSmartRef__":true,"id":41421},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-0a0b766f-7240-4cdd-bb7a-08a38eb59112","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41422},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41418":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41419":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41420":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41421":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41422":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41423":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41424":{"morph":{"__isSmartRef__":true,"id":41394},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41425":{"x":210,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41426":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"41427":{"submorphs":[{"__isSmartRef__":true,"id":41428},{"__isSmartRef__":true,"id":41438}],"scripts":[],"shape":{"__isSmartRef__":true,"id":41450},"derivationIds":[null],"id":"D6C7890C-E477-4971-A08C-0EBF8973A024","renderContextTable":{"__isSmartRef__":true,"id":41456},"eventHandler":{"__isSmartRef__":true,"id":41457},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":41458},"partsBinURL":{"__isSmartRef__":true,"id":41459},"targetName":"CodeBrowser","partItem":{"__isSmartRef__":true,"id":32847},"owner":{"__isSmartRef__":true,"id":41327},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"41428":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41429},"derivationIds":[null],"id":"207390A3-61A1-4AB3-8F04-830965F116E9","renderContextTable":{"__isSmartRef__":true,"id":41434},"eventHandler":{"__isSmartRef__":true,"id":41435},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":41436},"priorExtent":{"__isSmartRef__":true,"id":41437},"owner":{"__isSmartRef__":true,"id":41427},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"41429":{"renderContextTable":{"__isSmartRef__":true,"id":41430},"_NodeClass":["morph"],"_NodeId":"morph-207390a3-61a1-4ab3-8f04-830965f116e9","_Extent":{"__isSmartRef__":true,"id":41431},"_Padding":{"__isSmartRef__":true,"id":41432},"stringifiedShapeNode":"
commit
update
CodeBrowser
X
M
","extent":{"__isSmartRef__":true,"id":41433},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41430":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"41431":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41432":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41433":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41434":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41435":{"morph":{"__isSmartRef__":true,"id":41428},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41436":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41437":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41438":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41439},"derivationIds":[null],"id":"0F2E2F57-A4E5-4515-8188-BE10B2382466","renderContextTable":{"__isSmartRef__":true,"id":41445},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":41446}],"eventHandler":{"__isSmartRef__":true,"id":41448},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":41427},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":41449},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41439":{"_Position":{"__isSmartRef__":true,"id":41440},"renderContextTable":{"__isSmartRef__":true,"id":41441},"_Extent":{"__isSmartRef__":true,"id":41442},"_Padding":{"__isSmartRef__":true,"id":41443},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41444},"_NodeClass":["morph","text"],"_NodeId":"morph-0f2e2f57-a4e5-4515-8188-be10b2382466","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41440":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41441":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41442":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41443":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41444":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41445":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"41446":{"style":{"__isSmartRef__":true,"id":41447},"chunkOwner":{"__isSmartRef__":true,"id":41438},"storedString":"CodeBrowser","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41447":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41448":{"morph":{"__isSmartRef__":true,"id":41438},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41449":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41450":{"_Position":{"__isSmartRef__":true,"id":41451},"renderContextTable":{"__isSmartRef__":true,"id":41452},"_Extent":{"__isSmartRef__":true,"id":41453},"_Padding":{"__isSmartRef__":true,"id":41454},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-d6c7890c-e477-4971-a08c-0ebf8973a024","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41455},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41451":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41452":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41453":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41454":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41455":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41456":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41457":{"morph":{"__isSmartRef__":true,"id":41427},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41458":{"x":315,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41459":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"41460":{"submorphs":[{"__isSmartRef__":true,"id":41461},{"__isSmartRef__":true,"id":41471}],"scripts":[],"shape":{"__isSmartRef__":true,"id":41483},"derivationIds":[null],"id":"7C088A8A-3453-4A2C-BA5D-82D14E775E39","renderContextTable":{"__isSmartRef__":true,"id":41489},"eventHandler":{"__isSmartRef__":true,"id":41490},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":41491},"partsBinURL":{"__isSmartRef__":true,"id":41492},"targetName":"ColorReplacer","partItem":{"__isSmartRef__":true,"id":32881},"owner":{"__isSmartRef__":true,"id":41327},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"41461":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41462},"derivationIds":[null],"id":"7EDD9EC6-6E39-4E02-BB93-BEF31193AD16","renderContextTable":{"__isSmartRef__":true,"id":41467},"eventHandler":{"__isSmartRef__":true,"id":41468},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":41469},"priorExtent":{"__isSmartRef__":true,"id":41470},"owner":{"__isSmartRef__":true,"id":41460},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"41462":{"renderContextTable":{"__isSmartRef__":true,"id":41463},"_NodeClass":["morph"],"_NodeId":"morph-7edd9ec6-6e39-4e02-bb93-bef31193ad16","_Extent":{"__isSmartRef__":true,"id":41464},"_Padding":{"__isSmartRef__":true,"id":41465},"stringifiedShapeNode":"
->
found 46 morphs
reset
ColorReplacer
X
M
","extent":{"__isSmartRef__":true,"id":41466},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41463":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"41464":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41465":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41466":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41467":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41468":{"morph":{"__isSmartRef__":true,"id":41461},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41469":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41470":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41471":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41472},"derivationIds":[null],"id":"6E634287-191B-41B5-A945-A1647595C06E","renderContextTable":{"__isSmartRef__":true,"id":41478},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":41479}],"eventHandler":{"__isSmartRef__":true,"id":41481},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":41460},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":41482},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41472":{"_Position":{"__isSmartRef__":true,"id":41473},"renderContextTable":{"__isSmartRef__":true,"id":41474},"_Extent":{"__isSmartRef__":true,"id":41475},"_Padding":{"__isSmartRef__":true,"id":41476},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41477},"_NodeClass":["morph","text"],"_NodeId":"morph-6e634287-191b-41b5-a945-a1647595c06e","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41473":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41474":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41475":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41476":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41477":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41478":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"41479":{"style":{"__isSmartRef__":true,"id":41480},"chunkOwner":{"__isSmartRef__":true,"id":41471},"storedString":"ColorReplacer","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41480":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41481":{"morph":{"__isSmartRef__":true,"id":41471},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41482":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41483":{"_Position":{"__isSmartRef__":true,"id":41484},"renderContextTable":{"__isSmartRef__":true,"id":41485},"_Extent":{"__isSmartRef__":true,"id":41486},"_Padding":{"__isSmartRef__":true,"id":41487},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-7c088a8a-3453-4a2c-ba5d-82d14e775e39","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41488},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41484":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41485":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41486":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41487":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41488":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41489":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41490":{"morph":{"__isSmartRef__":true,"id":41460},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41491":{"x":420,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41492":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"41493":{"submorphs":[{"__isSmartRef__":true,"id":41494},{"__isSmartRef__":true,"id":41504}],"scripts":[],"shape":{"__isSmartRef__":true,"id":41516},"derivationIds":[null],"id":"CE6A2F3E-6BFF-409A-8AF9-714E10C13C8E","renderContextTable":{"__isSmartRef__":true,"id":41522},"eventHandler":{"__isSmartRef__":true,"id":41523},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":41524},"partsBinURL":{"__isSmartRef__":true,"id":41525},"targetName":"CompactTestRunner","partItem":{"__isSmartRef__":true,"id":32915},"owner":{"__isSmartRef__":true,"id":41327},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"41494":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41495},"derivationIds":[null],"id":"61075031-9239-412C-9F1C-56D5C3888B05","renderContextTable":{"__isSmartRef__":true,"id":41500},"eventHandler":{"__isSmartRef__":true,"id":41501},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":41502},"priorExtent":{"__isSmartRef__":true,"id":41503},"owner":{"__isSmartRef__":true,"id":41493},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"41495":{"renderContextTable":{"__isSmartRef__":true,"id":41496},"_NodeClass":["morph"],"_NodeId":"morph-61075031-9239-412c-9f1c-56d5c3888b05","_Extent":{"__isSmartRef__":true,"id":41497},"_Padding":{"__isSmartRef__":true,"id":41498},"stringifiedShapeNode":"
2ms for 0 tests
Results
select none
select all
run selected
remove selected
add all available
TestRunner
X
M
","extent":{"__isSmartRef__":true,"id":41499},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41496":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"41497":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41498":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41499":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41500":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41501":{"morph":{"__isSmartRef__":true,"id":41494},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41502":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41503":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41504":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41505},"derivationIds":[null],"id":"A448977A-A9E1-4BD4-83DE-6B2285CF1C92","renderContextTable":{"__isSmartRef__":true,"id":41511},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":41512}],"eventHandler":{"__isSmartRef__":true,"id":41514},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":41493},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":41515},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41505":{"_Position":{"__isSmartRef__":true,"id":41506},"renderContextTable":{"__isSmartRef__":true,"id":41507},"_Extent":{"__isSmartRef__":true,"id":41508},"_Padding":{"__isSmartRef__":true,"id":41509},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41510},"_NodeClass":["morph","text"],"_NodeId":"morph-a448977a-a9e1-4bd4-83de-6b2285cf1c92","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41506":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41507":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41508":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41509":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41510":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41511":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"41512":{"style":{"__isSmartRef__":true,"id":41513},"chunkOwner":{"__isSmartRef__":true,"id":41504},"storedString":"CompactTestRunner","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41513":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41514":{"morph":{"__isSmartRef__":true,"id":41504},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41515":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41516":{"_Position":{"__isSmartRef__":true,"id":41517},"renderContextTable":{"__isSmartRef__":true,"id":41518},"_Extent":{"__isSmartRef__":true,"id":41519},"_Padding":{"__isSmartRef__":true,"id":41520},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-ce6a2f3e-6bff-409a-8af9-714e10c13c8e","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41521},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41517":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41518":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41519":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41520":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41521":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41522":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41523":{"morph":{"__isSmartRef__":true,"id":41493},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41524":{"x":0,"y":105,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41525":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"41526":{"submorphs":[{"__isSmartRef__":true,"id":41527},{"__isSmartRef__":true,"id":41537}],"scripts":[],"shape":{"__isSmartRef__":true,"id":41549},"derivationIds":[null],"id":"7E6E941A-82C0-486F-98C3-79BCDA091B47","renderContextTable":{"__isSmartRef__":true,"id":41555},"eventHandler":{"__isSmartRef__":true,"id":41556},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":41557},"partsBinURL":{"__isSmartRef__":true,"id":41558},"targetName":"DropboxBrowser","partItem":{"__isSmartRef__":true,"id":32949},"owner":{"__isSmartRef__":true,"id":41327},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"41527":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41528},"derivationIds":[null],"id":"9E95BAA4-0BCE-4A12-BAAC-E361628BD0F2","renderContextTable":{"__isSmartRef__":true,"id":41533},"eventHandler":{"__isSmartRef__":true,"id":41534},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":41535},"priorExtent":{"__isSmartRef__":true,"id":41536},"owner":{"__isSmartRef__":true,"id":41526},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"41528":{"renderContextTable":{"__isSmartRef__":true,"id":41529},"_NodeClass":["morph"],"_NodeId":"morph-9e95baa4-0bce-4a12-baac-e361628bd0f2","_Extent":{"__isSmartRef__":true,"id":41530},"_Padding":{"__isSmartRef__":true,"id":41531},"stringifiedShapeNode":"
Login
under development
Dropbox
X
M
","extent":{"__isSmartRef__":true,"id":41532},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41529":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"41530":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41531":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41532":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41533":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41534":{"morph":{"__isSmartRef__":true,"id":41527},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41535":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41536":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41537":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41538},"derivationIds":[null],"id":"F4DBCA05-64E7-410C-A40A-A87B8B452493","renderContextTable":{"__isSmartRef__":true,"id":41544},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":41545}],"eventHandler":{"__isSmartRef__":true,"id":41547},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":41526},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":41548},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41538":{"_Position":{"__isSmartRef__":true,"id":41539},"renderContextTable":{"__isSmartRef__":true,"id":41540},"_Extent":{"__isSmartRef__":true,"id":41541},"_Padding":{"__isSmartRef__":true,"id":41542},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41543},"_NodeClass":["morph","text"],"_NodeId":"morph-f4dbca05-64e7-410c-a40a-a87b8b452493","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41539":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41540":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41541":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41542":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41543":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41544":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"41545":{"style":{"__isSmartRef__":true,"id":41546},"chunkOwner":{"__isSmartRef__":true,"id":41537},"storedString":"DropboxBrowser","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41546":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41547":{"morph":{"__isSmartRef__":true,"id":41537},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41548":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41549":{"_Position":{"__isSmartRef__":true,"id":41550},"renderContextTable":{"__isSmartRef__":true,"id":41551},"_Extent":{"__isSmartRef__":true,"id":41552},"_Padding":{"__isSmartRef__":true,"id":41553},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-7e6e941a-82c0-486f-98c3-79bcda091b47","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41554},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41550":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41551":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41552":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41553":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41554":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41555":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41556":{"morph":{"__isSmartRef__":true,"id":41526},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41557":{"x":105,"y":105,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41558":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"41559":{"submorphs":[{"__isSmartRef__":true,"id":41560},{"__isSmartRef__":true,"id":41570}],"scripts":[],"shape":{"__isSmartRef__":true,"id":41582},"derivationIds":[null],"id":"086C4D01-B203-4E48-9AAF-C329B9C66D4A","renderContextTable":{"__isSmartRef__":true,"id":41588},"eventHandler":{"__isSmartRef__":true,"id":41589},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":41590},"partsBinURL":{"__isSmartRef__":true,"id":41591},"targetName":"ErrorStackViewer","partItem":{"__isSmartRef__":true,"id":32983},"owner":{"__isSmartRef__":true,"id":41327},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"41560":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41561},"derivationIds":[null],"id":"2F1703A1-8821-428B-9126-08D90BD0A22A","renderContextTable":{"__isSmartRef__":true,"id":41566},"eventHandler":{"__isSmartRef__":true,"id":41567},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":41568},"priorExtent":{"__isSmartRef__":true,"id":41569},"owner":{"__isSmartRef__":true,"id":41559},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"41561":{"renderContextTable":{"__isSmartRef__":true,"id":41562},"_NodeClass":["morph"],"_NodeId":"morph-2f1703a1-8821-428b-9126-08d90bd0a22a","_Extent":{"__isSmartRef__":true,"id":41563},"_Padding":{"__isSmartRef__":true,"id":41564},"stringifiedShapeNode":"
browse
ErrorStackViewer
X
M
","extent":{"__isSmartRef__":true,"id":41565},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41562":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"41563":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41564":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41565":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41566":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41567":{"morph":{"__isSmartRef__":true,"id":41560},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41568":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41569":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41570":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41571},"derivationIds":[null],"id":"C3B9B64D-6233-482D-ABB8-F95BC4DC9372","renderContextTable":{"__isSmartRef__":true,"id":41577},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":41578}],"eventHandler":{"__isSmartRef__":true,"id":41580},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":41559},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":41581},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41571":{"_Position":{"__isSmartRef__":true,"id":41572},"renderContextTable":{"__isSmartRef__":true,"id":41573},"_Extent":{"__isSmartRef__":true,"id":41574},"_Padding":{"__isSmartRef__":true,"id":41575},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41576},"_NodeClass":["morph","text"],"_NodeId":"morph-c3b9b64d-6233-482d-abb8-f95bc4dc9372","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41572":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41573":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41574":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41575":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41576":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41577":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"41578":{"style":{"__isSmartRef__":true,"id":41579},"chunkOwner":{"__isSmartRef__":true,"id":41570},"storedString":"ErrorStackViewer","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41579":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41580":{"morph":{"__isSmartRef__":true,"id":41570},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41581":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41582":{"_Position":{"__isSmartRef__":true,"id":41583},"renderContextTable":{"__isSmartRef__":true,"id":41584},"_Extent":{"__isSmartRef__":true,"id":41585},"_Padding":{"__isSmartRef__":true,"id":41586},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-086c4d01-b203-4e48-9aaf-c329b9c66d4a","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41587},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41583":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41584":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41585":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41586":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41587":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41588":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41589":{"morph":{"__isSmartRef__":true,"id":41559},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41590":{"x":210,"y":105,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41591":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"41592":{"submorphs":[{"__isSmartRef__":true,"id":41593},{"__isSmartRef__":true,"id":41603}],"scripts":[],"shape":{"__isSmartRef__":true,"id":41615},"derivationIds":[null],"id":"F2032985-6BBD-47E7-83A5-77B0226DC8B1","renderContextTable":{"__isSmartRef__":true,"id":41621},"eventHandler":{"__isSmartRef__":true,"id":41622},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":41623},"partsBinURL":{"__isSmartRef__":true,"id":41624},"targetName":"Explorer","partItem":{"__isSmartRef__":true,"id":33017},"owner":{"__isSmartRef__":true,"id":41327},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"41593":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41594},"derivationIds":[null],"id":"23CD2393-3537-4D03-9330-384A1A2A4CBB","renderContextTable":{"__isSmartRef__":true,"id":41599},"eventHandler":{"__isSmartRef__":true,"id":41600},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":41601},"priorExtent":{"__isSmartRef__":true,"id":41602},"owner":{"__isSmartRef__":true,"id":41592},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"41594":{"renderContextTable":{"__isSmartRef__":true,"id":41595},"_NodeClass":["morph"],"_NodeId":"morph-23cd2393-3537-4d03-9330-384a1a2a4cbb","_Extent":{"__isSmartRef__":true,"id":41596},"_Padding":{"__isSmartRef__":true,"id":41597},"stringifiedShapeNode":"
Explorer
X
M
","extent":{"__isSmartRef__":true,"id":41598},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41595":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"41596":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41597":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41598":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41599":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41600":{"morph":{"__isSmartRef__":true,"id":41593},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41601":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41602":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41603":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41604},"derivationIds":[null],"id":"463639E9-7547-411D-8724-09B0EA632FC8","renderContextTable":{"__isSmartRef__":true,"id":41610},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":41611}],"eventHandler":{"__isSmartRef__":true,"id":41613},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":41592},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":41614},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41604":{"_Position":{"__isSmartRef__":true,"id":41605},"renderContextTable":{"__isSmartRef__":true,"id":41606},"_Extent":{"__isSmartRef__":true,"id":41607},"_Padding":{"__isSmartRef__":true,"id":41608},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41609},"_NodeClass":["morph","text"],"_NodeId":"morph-463639e9-7547-411d-8724-09b0ea632fc8","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41605":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41606":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41607":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41608":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41609":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41610":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"41611":{"style":{"__isSmartRef__":true,"id":41612},"chunkOwner":{"__isSmartRef__":true,"id":41603},"storedString":"Explorer","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41612":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41613":{"morph":{"__isSmartRef__":true,"id":41603},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41614":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41615":{"_Position":{"__isSmartRef__":true,"id":41616},"renderContextTable":{"__isSmartRef__":true,"id":41617},"_Extent":{"__isSmartRef__":true,"id":41618},"_Padding":{"__isSmartRef__":true,"id":41619},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-f2032985-6bbd-47e7-83a5-77b0226dc8b1","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41620},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41616":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41617":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41618":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41619":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41620":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41621":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41622":{"morph":{"__isSmartRef__":true,"id":41592},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41623":{"x":315,"y":105,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41624":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"41625":{"submorphs":[{"__isSmartRef__":true,"id":41626},{"__isSmartRef__":true,"id":41636}],"scripts":[],"shape":{"__isSmartRef__":true,"id":41648},"derivationIds":[null],"id":"A1528A49-CA3B-47DA-9B40-AE38CB7585A7","renderContextTable":{"__isSmartRef__":true,"id":41654},"eventHandler":{"__isSmartRef__":true,"id":41655},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":41656},"partsBinURL":{"__isSmartRef__":true,"id":41657},"targetName":"HTMLPrinter","partItem":{"__isSmartRef__":true,"id":33051},"owner":{"__isSmartRef__":true,"id":41327},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"41626":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41627},"derivationIds":[null],"id":"6DB9CA33-5DE9-4FD6-B440-40AF17654629","renderContextTable":{"__isSmartRef__":true,"id":41632},"eventHandler":{"__isSmartRef__":true,"id":41633},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":41634},"priorExtent":{"__isSmartRef__":true,"id":41635},"owner":{"__isSmartRef__":true,"id":41625},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"41627":{"renderContextTable":{"__isSmartRef__":true,"id":41628},"_NodeClass":["morph"],"_NodeId":"morph-6db9ca33-5de9-4fd6-b440-40af17654629","_Extent":{"__isSmartRef__":true,"id":41629},"_Padding":{"__isSmartRef__":true,"id":41630},"stringifiedShapeNode":"
show HTML
<div xmlns=\"http://www.w3.org/1999/xhtml\" tabindex=\"-1\" style=\"-webkit-transform-origin-x: 0px; -moz-transform-origin-x: 0px; -o-transform-origin-x: 0px; -webkit-transform-origin-y: 0px; -moz-transform-origin-y: 0px; -o-transform-origin-y: 0px; position: absolute; left: 228.56621700000142px; top: 70.85807099999985px; -webkit-transform: rotate(0deg) scale(0.998001, 0.998001); -moz-transform: rotate(0deg) scale(0.998001, 0.998001); -o-transform: rotate(0deg) scale(0.998001, 0.998001); \"><div style=\"overflow-x: visible; overflow-y: visible; position: absolute; left: -50px; top: -50px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(0, 204, 0); opacity: 1; border-top-width: 3.184px; border-right-width: 3.184px; border-bottom-width: 3.184px; border-left-width: 3.184px; border-top-color: rgb(0, 0, 0); border-right-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0); border-left-color: rgb(0, 0, 0); border-image: initial; width: 94px; height: 94px; border-top-left-radius: 100px; border-top-right-radius: 100px; border-bottom-right-radius: 100px; border-bottom-left-radius: 100px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; \"></div></div>
showHTML
X
M
","extent":{"__isSmartRef__":true,"id":41631},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41628":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"41629":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41630":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41631":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41632":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41633":{"morph":{"__isSmartRef__":true,"id":41626},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41634":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41635":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41636":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41637},"derivationIds":[null],"id":"B2709062-4357-4785-989F-48651C12F30F","renderContextTable":{"__isSmartRef__":true,"id":41643},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":41644}],"eventHandler":{"__isSmartRef__":true,"id":41646},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":41625},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":41647},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41637":{"_Position":{"__isSmartRef__":true,"id":41638},"renderContextTable":{"__isSmartRef__":true,"id":41639},"_Extent":{"__isSmartRef__":true,"id":41640},"_Padding":{"__isSmartRef__":true,"id":41641},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41642},"_NodeClass":["morph","text"],"_NodeId":"morph-b2709062-4357-4785-989f-48651c12f30f","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41638":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41639":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41640":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41641":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41642":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41643":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"41644":{"style":{"__isSmartRef__":true,"id":41645},"chunkOwner":{"__isSmartRef__":true,"id":41636},"storedString":"HTMLPrinter","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41645":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41646":{"morph":{"__isSmartRef__":true,"id":41636},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41647":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41648":{"_Position":{"__isSmartRef__":true,"id":41649},"renderContextTable":{"__isSmartRef__":true,"id":41650},"_Extent":{"__isSmartRef__":true,"id":41651},"_Padding":{"__isSmartRef__":true,"id":41652},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-a1528a49-ca3b-47da-9b40-ae38cb7585a7","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41653},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41649":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41650":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41651":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41652":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41653":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41654":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41655":{"morph":{"__isSmartRef__":true,"id":41625},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41656":{"x":420,"y":105,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41657":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"41658":{"submorphs":[{"__isSmartRef__":true,"id":41659},{"__isSmartRef__":true,"id":41669}],"scripts":[],"shape":{"__isSmartRef__":true,"id":41681},"derivationIds":[null],"id":"B4172A6C-30C9-40AA-A20E-34A02B8E75CB","renderContextTable":{"__isSmartRef__":true,"id":41687},"eventHandler":{"__isSmartRef__":true,"id":41688},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":41689},"partsBinURL":{"__isSmartRef__":true,"id":41690},"targetName":"IFrameLoader","partItem":{"__isSmartRef__":true,"id":33085},"owner":{"__isSmartRef__":true,"id":41327},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"41659":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41660},"derivationIds":[null],"id":"BC835B66-39AB-4EB8-89F0-8ECAB63BDDDD","renderContextTable":{"__isSmartRef__":true,"id":41665},"eventHandler":{"__isSmartRef__":true,"id":41666},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":41667},"priorExtent":{"__isSmartRef__":true,"id":41668},"owner":{"__isSmartRef__":true,"id":41658},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"41660":{"renderContextTable":{"__isSmartRef__":true,"id":41661},"_NodeClass":["morph"],"_NodeId":"morph-bc835b66-39ab-4eb8-89f0-8ecab63bdddd","_Extent":{"__isSmartRef__":true,"id":41662},"_Padding":{"__isSmartRef__":true,"id":41663},"stringifiedShapeNode":"
http://lively-kernel.org/repository/webwerkstatt/robert/simple.xhtml
load
remove
","extent":{"__isSmartRef__":true,"id":41664},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41661":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"41662":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41663":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41664":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41665":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41666":{"morph":{"__isSmartRef__":true,"id":41659},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41667":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41668":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41669":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41670},"derivationIds":[null],"id":"F6FA6187-5791-4A45-AC15-230B8613500B","renderContextTable":{"__isSmartRef__":true,"id":41676},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":41677}],"eventHandler":{"__isSmartRef__":true,"id":41679},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":41658},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":41680},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41670":{"_Position":{"__isSmartRef__":true,"id":41671},"renderContextTable":{"__isSmartRef__":true,"id":41672},"_Extent":{"__isSmartRef__":true,"id":41673},"_Padding":{"__isSmartRef__":true,"id":41674},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41675},"_NodeClass":["morph","text"],"_NodeId":"morph-f6fa6187-5791-4a45-ac15-230b8613500b","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41671":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41672":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41673":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41674":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41675":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41676":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"41677":{"style":{"__isSmartRef__":true,"id":41678},"chunkOwner":{"__isSmartRef__":true,"id":41669},"storedString":"IFrameLoader","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41678":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41679":{"morph":{"__isSmartRef__":true,"id":41669},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41680":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41681":{"_Position":{"__isSmartRef__":true,"id":41682},"renderContextTable":{"__isSmartRef__":true,"id":41683},"_Extent":{"__isSmartRef__":true,"id":41684},"_Padding":{"__isSmartRef__":true,"id":41685},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-b4172a6c-30c9-40aa-a20e-34a02b8e75cb","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41686},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41682":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41683":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41684":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41685":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41686":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41687":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41688":{"morph":{"__isSmartRef__":true,"id":41658},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41689":{"x":0,"y":210,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41690":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"41691":{"submorphs":[{"__isSmartRef__":true,"id":41692},{"__isSmartRef__":true,"id":41702}],"scripts":[],"shape":{"__isSmartRef__":true,"id":41714},"derivationIds":[null],"id":"75BEBE21-33FE-45C5-AE1B-0A05F3479022","renderContextTable":{"__isSmartRef__":true,"id":41720},"eventHandler":{"__isSmartRef__":true,"id":41721},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":41722},"partsBinURL":{"__isSmartRef__":true,"id":41723},"targetName":"LivelyTweets","partItem":{"__isSmartRef__":true,"id":33119},"owner":{"__isSmartRef__":true,"id":41327},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"41692":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41693},"derivationIds":[null],"id":"FE75BB22-E68F-4108-BED9-379DC5A03014","renderContextTable":{"__isSmartRef__":true,"id":41698},"eventHandler":{"__isSmartRef__":true,"id":41699},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":41700},"priorExtent":{"__isSmartRef__":true,"id":41701},"owner":{"__isSmartRef__":true,"id":41691},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"41693":{"renderContextTable":{"__isSmartRef__":true,"id":41694},"_NodeClass":["morph"],"_NodeId":"morph-fe75bb22-e68f-4108-bed9-379dc5a03014","_Extent":{"__isSmartRef__":true,"id":41695},"_Padding":{"__isSmartRef__":true,"id":41696},"stringifiedShapeNode":"
Lively Kernel
Update
LivelyTweets
X
M
","extent":{"__isSmartRef__":true,"id":41697},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41694":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"41695":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41696":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41697":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41698":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41699":{"morph":{"__isSmartRef__":true,"id":41692},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41700":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41701":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41702":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41703},"derivationIds":[null],"id":"6C46D394-35CA-4AE1-A0F4-EEC524FBF0C6","renderContextTable":{"__isSmartRef__":true,"id":41709},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":41710}],"eventHandler":{"__isSmartRef__":true,"id":41712},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":41691},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":41713},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41703":{"_Position":{"__isSmartRef__":true,"id":41704},"renderContextTable":{"__isSmartRef__":true,"id":41705},"_Extent":{"__isSmartRef__":true,"id":41706},"_Padding":{"__isSmartRef__":true,"id":41707},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41708},"_NodeClass":["morph","text"],"_NodeId":"morph-6c46d394-35ca-4ae1-a0f4-eec524fbf0c6","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41704":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41705":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41706":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41707":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41708":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41709":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"41710":{"style":{"__isSmartRef__":true,"id":41711},"chunkOwner":{"__isSmartRef__":true,"id":41702},"storedString":"LivelyTweets","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41711":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41712":{"morph":{"__isSmartRef__":true,"id":41702},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41713":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41714":{"_Position":{"__isSmartRef__":true,"id":41715},"renderContextTable":{"__isSmartRef__":true,"id":41716},"_Extent":{"__isSmartRef__":true,"id":41717},"_Padding":{"__isSmartRef__":true,"id":41718},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-75bebe21-33fe-45c5-ae1b-0a05f3479022","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41719},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41715":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41716":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41717":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41718":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41719":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41720":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41721":{"morph":{"__isSmartRef__":true,"id":41691},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41722":{"x":105,"y":210,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41723":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"41724":{"submorphs":[{"__isSmartRef__":true,"id":41725},{"__isSmartRef__":true,"id":41735}],"scripts":[],"shape":{"__isSmartRef__":true,"id":41747},"derivationIds":[null],"id":"7C61BFA5-556C-46FF-902A-E402D3277ED1","renderContextTable":{"__isSmartRef__":true,"id":41753},"eventHandler":{"__isSmartRef__":true,"id":41754},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":41755},"partsBinURL":{"__isSmartRef__":true,"id":41756},"targetName":"MethodFinder","partItem":{"__isSmartRef__":true,"id":33153},"owner":{"__isSmartRef__":true,"id":41327},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"41725":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41726},"derivationIds":[null],"id":"CCD65684-52F9-46CE-9D2F-20F4CE228B8A","renderContextTable":{"__isSmartRef__":true,"id":41731},"eventHandler":{"__isSmartRef__":true,"id":41732},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":41733},"priorExtent":{"__isSmartRef__":true,"id":41734},"owner":{"__isSmartRef__":true,"id":41724},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"41726":{"renderContextTable":{"__isSmartRef__":true,"id":41727},"_NodeClass":["morph"],"_NodeId":"morph-ccd65684-52f9-46ce-9d2f-20f4ce228b8a","_Extent":{"__isSmartRef__":true,"id":41728},"_Padding":{"__isSmartRef__":true,"id":41729},"stringifiedShapeNode":"
MethodFinder
X
M
enter method name here
search
no code
browse
search on server
","extent":{"__isSmartRef__":true,"id":41730},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41727":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"41728":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41729":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41730":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41731":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41732":{"morph":{"__isSmartRef__":true,"id":41725},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41733":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41734":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41735":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41736},"derivationIds":[null],"id":"42DE48A7-8046-44B8-B7AB-5206E519C705","renderContextTable":{"__isSmartRef__":true,"id":41742},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":41743}],"eventHandler":{"__isSmartRef__":true,"id":41745},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":41724},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":41746},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41736":{"_Position":{"__isSmartRef__":true,"id":41737},"renderContextTable":{"__isSmartRef__":true,"id":41738},"_Extent":{"__isSmartRef__":true,"id":41739},"_Padding":{"__isSmartRef__":true,"id":41740},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41741},"_NodeClass":["morph","text"],"_NodeId":"morph-42de48a7-8046-44b8-b7ab-5206e519c705","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41737":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41738":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41739":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41740":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41741":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41742":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"41743":{"style":{"__isSmartRef__":true,"id":41744},"chunkOwner":{"__isSmartRef__":true,"id":41735},"storedString":"MethodFinder","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41744":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41745":{"morph":{"__isSmartRef__":true,"id":41735},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41746":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41747":{"_Position":{"__isSmartRef__":true,"id":41748},"renderContextTable":{"__isSmartRef__":true,"id":41749},"_Extent":{"__isSmartRef__":true,"id":41750},"_Padding":{"__isSmartRef__":true,"id":41751},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-7c61bfa5-556c-46ff-902a-e402d3277ed1","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41752},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41748":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41749":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41750":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41751":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41752":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41753":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41754":{"morph":{"__isSmartRef__":true,"id":41724},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41755":{"x":210,"y":210,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41756":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"41757":{"submorphs":[{"__isSmartRef__":true,"id":41758},{"__isSmartRef__":true,"id":41768}],"scripts":[],"shape":{"__isSmartRef__":true,"id":41780},"derivationIds":[null],"id":"DD0ABCCA-0E40-4408-9BB5-94CC937B156A","renderContextTable":{"__isSmartRef__":true,"id":41786},"eventHandler":{"__isSmartRef__":true,"id":41787},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":41788},"partsBinURL":{"__isSmartRef__":true,"id":41789},"targetName":"ModulePart","partItem":{"__isSmartRef__":true,"id":33187},"owner":{"__isSmartRef__":true,"id":41327},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"41758":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41759},"derivationIds":[null],"id":"4BBA9F28-B1E3-4078-809C-563F305483F3","renderContextTable":{"__isSmartRef__":true,"id":41764},"eventHandler":{"__isSmartRef__":true,"id":41765},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":41766},"priorExtent":{"__isSmartRef__":true,"id":41767},"owner":{"__isSmartRef__":true,"id":41757},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"41759":{"renderContextTable":{"__isSmartRef__":true,"id":41760},"_NodeClass":["morph"],"_NodeId":"morph-4bba9f28-b1e3-4078-809c-563f305483f3","_Extent":{"__isSmartRef__":true,"id":41761},"_Padding":{"__isSmartRef__":true,"id":41762},"stringifiedShapeNode":"
lively.morphic.Core
browse
load now
is loaded
ModulePart
X
M
","extent":{"__isSmartRef__":true,"id":41763},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41760":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"41761":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41762":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41763":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41764":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41765":{"morph":{"__isSmartRef__":true,"id":41758},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41766":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41767":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41768":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41769},"derivationIds":[null],"id":"7C82E300-537C-4F09-8DFF-2CA0CA88DF0E","renderContextTable":{"__isSmartRef__":true,"id":41775},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":41776}],"eventHandler":{"__isSmartRef__":true,"id":41778},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":41757},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":41779},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41769":{"_Position":{"__isSmartRef__":true,"id":41770},"renderContextTable":{"__isSmartRef__":true,"id":41771},"_Extent":{"__isSmartRef__":true,"id":41772},"_Padding":{"__isSmartRef__":true,"id":41773},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41774},"_NodeClass":["morph","text"],"_NodeId":"morph-7c82e300-537c-4f09-8dff-2ca0ca88df0e","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41770":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41771":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41772":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41773":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41774":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41775":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"41776":{"style":{"__isSmartRef__":true,"id":41777},"chunkOwner":{"__isSmartRef__":true,"id":41768},"storedString":"ModulePart","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41777":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41778":{"morph":{"__isSmartRef__":true,"id":41768},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41779":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41780":{"_Position":{"__isSmartRef__":true,"id":41781},"renderContextTable":{"__isSmartRef__":true,"id":41782},"_Extent":{"__isSmartRef__":true,"id":41783},"_Padding":{"__isSmartRef__":true,"id":41784},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-dd0abcca-0e40-4408-9bb5-94cc937b156a","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41785},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41781":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41782":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41783":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41784":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41785":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41786":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41787":{"morph":{"__isSmartRef__":true,"id":41757},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41788":{"x":315,"y":210,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41789":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"41790":{"submorphs":[{"__isSmartRef__":true,"id":41791},{"__isSmartRef__":true,"id":41801}],"scripts":[],"shape":{"__isSmartRef__":true,"id":41813},"derivationIds":[null],"id":"AE8A20A8-34C2-4514-AD06-E6E81CA0A69A","renderContextTable":{"__isSmartRef__":true,"id":41819},"eventHandler":{"__isSmartRef__":true,"id":41820},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":41821},"partsBinURL":{"__isSmartRef__":true,"id":41822},"targetName":"MorphDiffer","partItem":{"__isSmartRef__":true,"id":33221},"owner":{"__isSmartRef__":true,"id":41327},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"41791":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41792},"derivationIds":[null],"id":"CF7035AD-4314-4EB7-B9B9-521690A0EFE1","renderContextTable":{"__isSmartRef__":true,"id":41797},"eventHandler":{"__isSmartRef__":true,"id":41798},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":41799},"priorExtent":{"__isSmartRef__":true,"id":41800},"owner":{"__isSmartRef__":true,"id":41790},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"41792":{"renderContextTable":{"__isSmartRef__":true,"id":41793},"_NodeClass":["morph"],"_NodeId":"morph-cf7035ad-4314-4eb7-b9b9-521690a0efe1","_Extent":{"__isSmartRef__":true,"id":41794},"_Padding":{"__isSmartRef__":true,"id":41795},"stringifiedShapeNode":"
your value:
value in PartsBin:
conflicted
added
removed
updated
MorphDiffer
X
M
","extent":{"__isSmartRef__":true,"id":41796},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41793":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"41794":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41795":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41796":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41797":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41798":{"morph":{"__isSmartRef__":true,"id":41791},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41799":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41800":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41801":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41802},"derivationIds":[null],"id":"6248011C-DE6F-48C4-A646-ECA236EB8B35","renderContextTable":{"__isSmartRef__":true,"id":41808},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":41809}],"eventHandler":{"__isSmartRef__":true,"id":41811},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":41790},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":41812},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41802":{"_Position":{"__isSmartRef__":true,"id":41803},"renderContextTable":{"__isSmartRef__":true,"id":41804},"_Extent":{"__isSmartRef__":true,"id":41805},"_Padding":{"__isSmartRef__":true,"id":41806},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41807},"_NodeClass":["morph","text"],"_NodeId":"morph-6248011c-de6f-48c4-a646-eca236eb8b35","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41803":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41804":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41805":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41806":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41807":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41808":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"41809":{"style":{"__isSmartRef__":true,"id":41810},"chunkOwner":{"__isSmartRef__":true,"id":41801},"storedString":"MorphDiffer","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41810":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41811":{"morph":{"__isSmartRef__":true,"id":41801},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41812":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41813":{"_Position":{"__isSmartRef__":true,"id":41814},"renderContextTable":{"__isSmartRef__":true,"id":41815},"_Extent":{"__isSmartRef__":true,"id":41816},"_Padding":{"__isSmartRef__":true,"id":41817},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-ae8a20a8-34c2-4514-ad06-e6e81ca0a69a","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41818},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41814":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41815":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41816":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41817":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41818":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41819":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41820":{"morph":{"__isSmartRef__":true,"id":41790},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41821":{"x":420,"y":210,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41822":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"41823":{"submorphs":[{"__isSmartRef__":true,"id":41824},{"__isSmartRef__":true,"id":41834}],"scripts":[],"shape":{"__isSmartRef__":true,"id":41846},"derivationIds":[null],"id":"500B7981-5E92-4846-B613-BB18F0397CEB","renderContextTable":{"__isSmartRef__":true,"id":41852},"eventHandler":{"__isSmartRef__":true,"id":41853},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":41854},"partsBinURL":{"__isSmartRef__":true,"id":41855},"targetName":"MorphProfiler","partItem":{"__isSmartRef__":true,"id":33255},"owner":{"__isSmartRef__":true,"id":41327},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"41824":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41825},"derivationIds":[null],"id":"6C257523-68A5-4BBC-ACC1-8634E661D45C","renderContextTable":{"__isSmartRef__":true,"id":41830},"eventHandler":{"__isSmartRef__":true,"id":41831},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":41832},"priorExtent":{"__isSmartRef__":true,"id":41833},"owner":{"__isSmartRef__":true,"id":41823},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"41825":{"renderContextTable":{"__isSmartRef__":true,"id":41826},"_NodeClass":["morph"],"_NodeId":"morph-6c257523-68a5-4bbc-acc1-8634e661d45c","_Extent":{"__isSmartRef__":true,"id":41827},"_Padding":{"__isSmartRef__":true,"id":41828},"stringifiedShapeNode":"
Run
Method to Benchmark
500
Result (per call):
1.278ms
Times
Parameters
Morph Profiler
X
M
Morph to Profile
","extent":{"__isSmartRef__":true,"id":41829},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41826":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"41827":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41828":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41829":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41830":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41831":{"morph":{"__isSmartRef__":true,"id":41824},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41832":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41833":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41834":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41835},"derivationIds":[null],"id":"93B85F8A-0729-4059-A984-158B259ED410","renderContextTable":{"__isSmartRef__":true,"id":41841},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":41842}],"eventHandler":{"__isSmartRef__":true,"id":41844},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":41823},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":41845},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41835":{"_Position":{"__isSmartRef__":true,"id":41836},"renderContextTable":{"__isSmartRef__":true,"id":41837},"_Extent":{"__isSmartRef__":true,"id":41838},"_Padding":{"__isSmartRef__":true,"id":41839},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41840},"_NodeClass":["morph","text"],"_NodeId":"morph-93b85f8a-0729-4059-a984-158b259ed410","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41836":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41837":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41838":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41839":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41840":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41841":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"41842":{"style":{"__isSmartRef__":true,"id":41843},"chunkOwner":{"__isSmartRef__":true,"id":41834},"storedString":"MorphProfiler","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41843":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41844":{"morph":{"__isSmartRef__":true,"id":41834},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41845":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41846":{"_Position":{"__isSmartRef__":true,"id":41847},"renderContextTable":{"__isSmartRef__":true,"id":41848},"_Extent":{"__isSmartRef__":true,"id":41849},"_Padding":{"__isSmartRef__":true,"id":41850},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-500b7981-5e92-4846-b613-bb18f0397ceb","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41851},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41847":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41848":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41849":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41850":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41851":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41852":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41853":{"morph":{"__isSmartRef__":true,"id":41823},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41854":{"x":0,"y":315,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41855":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"41856":{"submorphs":[{"__isSmartRef__":true,"id":41857},{"__isSmartRef__":true,"id":41867}],"scripts":[],"shape":{"__isSmartRef__":true,"id":41879},"derivationIds":[null],"id":"861B7AC5-D165-49EB-A115-CFA802414D6E","renderContextTable":{"__isSmartRef__":true,"id":41885},"eventHandler":{"__isSmartRef__":true,"id":41886},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":41887},"partsBinURL":{"__isSmartRef__":true,"id":41888},"targetName":"ObjectEditor","partItem":{"__isSmartRef__":true,"id":33344},"owner":{"__isSmartRef__":true,"id":41327},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"41857":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41858},"derivationIds":[null],"id":"5D5CD3F1-E8AE-410C-95D3-9F5F5951D8C5","renderContextTable":{"__isSmartRef__":true,"id":41863},"eventHandler":{"__isSmartRef__":true,"id":41864},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":41865},"priorExtent":{"__isSmartRef__":true,"id":41866},"owner":{"__isSmartRef__":true,"id":41856},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"41858":{"renderContextTable":{"__isSmartRef__":true,"id":41859},"_NodeClass":["morph"],"_NodeId":"morph-5d5cd3f1-e8ae-410c-95d3-9f5f5951d8c5","_Extent":{"__isSmartRef__":true,"id":41860},"_Padding":{"__isSmartRef__":true,"id":41861},"stringifiedShapeNode":"
Scripts
Connections
+
+
-
-
empty
Target:
Tag:
all
run
save
Tests
ObjectEditor
X
M
","extent":{"__isSmartRef__":true,"id":41862},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41859":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"41860":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41861":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41862":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41863":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41864":{"morph":{"__isSmartRef__":true,"id":41857},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41865":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41866":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41867":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41868},"derivationIds":[null],"id":"CB98420D-5D5D-446C-849F-F5B9B973357A","renderContextTable":{"__isSmartRef__":true,"id":41874},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":41875}],"eventHandler":{"__isSmartRef__":true,"id":41877},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":41856},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":41878},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41868":{"_Position":{"__isSmartRef__":true,"id":41869},"renderContextTable":{"__isSmartRef__":true,"id":41870},"_Extent":{"__isSmartRef__":true,"id":41871},"_Padding":{"__isSmartRef__":true,"id":41872},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41873},"_NodeClass":["morph","text"],"_NodeId":"morph-cb98420d-5d5d-446c-849f-f5b9b973357a","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41869":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41870":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41871":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41872":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41873":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41874":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"41875":{"style":{"__isSmartRef__":true,"id":41876},"chunkOwner":{"__isSmartRef__":true,"id":41867},"storedString":"ObjectEditor","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41876":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41877":{"morph":{"__isSmartRef__":true,"id":41867},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41878":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41879":{"_Position":{"__isSmartRef__":true,"id":41880},"renderContextTable":{"__isSmartRef__":true,"id":41881},"_Extent":{"__isSmartRef__":true,"id":41882},"_Padding":{"__isSmartRef__":true,"id":41883},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-861b7ac5-d165-49eb-a115-cfa802414d6e","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41884},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41880":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41881":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41882":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41883":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41884":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41885":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41886":{"morph":{"__isSmartRef__":true,"id":41856},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41887":{"x":105,"y":315,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41888":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"41889":{"submorphs":[{"__isSmartRef__":true,"id":41890},{"__isSmartRef__":true,"id":41900}],"scripts":[],"shape":{"__isSmartRef__":true,"id":41912},"derivationIds":[null],"id":"18C57164-3A97-48CA-8286-8D6C17380E57","renderContextTable":{"__isSmartRef__":true,"id":41918},"eventHandler":{"__isSmartRef__":true,"id":41919},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":41920},"partsBinURL":{"__isSmartRef__":true,"id":41921},"targetName":"ObjectEditorLegacy","partItem":{"__isSmartRef__":true,"id":36793},"owner":{"__isSmartRef__":true,"id":41327},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"41890":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41891},"derivationIds":[null],"id":"81CC965A-DBCA-47FB-AE89-BCD116A92FCD","renderContextTable":{"__isSmartRef__":true,"id":41896},"eventHandler":{"__isSmartRef__":true,"id":41897},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":41898},"priorExtent":{"__isSmartRef__":true,"id":41899},"owner":{"__isSmartRef__":true,"id":41889},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"41891":{"renderContextTable":{"__isSmartRef__":true,"id":41892},"_NodeClass":["morph"],"_NodeId":"morph-81cc965a-dbca-47fb-ae89-bcd116a92fcd","_Extent":{"__isSmartRef__":true,"id":41893},"_Padding":{"__isSmartRef__":true,"id":41894},"stringifiedShapeNode":"
Scripts
Connections
+
+
-
-
empty
Target:
Tag:
all
run
save
Tests
ObjectEditorLegacy
X
M
","extent":{"__isSmartRef__":true,"id":41895},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41892":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"41893":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41894":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41895":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41896":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41897":{"morph":{"__isSmartRef__":true,"id":41890},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41898":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41899":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41900":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41901},"derivationIds":[null],"id":"2E237D9C-9D65-4593-85B7-862FE378D946","renderContextTable":{"__isSmartRef__":true,"id":41907},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":41908}],"eventHandler":{"__isSmartRef__":true,"id":41910},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":41889},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":41911},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41901":{"_Position":{"__isSmartRef__":true,"id":41902},"renderContextTable":{"__isSmartRef__":true,"id":41903},"_Extent":{"__isSmartRef__":true,"id":41904},"_Padding":{"__isSmartRef__":true,"id":41905},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41906},"_NodeClass":["morph","text"],"_NodeId":"morph-2e237d9c-9d65-4593-85b7-862fe378d946","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41902":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41903":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41904":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41905":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41906":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41907":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"41908":{"style":{"__isSmartRef__":true,"id":41909},"chunkOwner":{"__isSmartRef__":true,"id":41900},"storedString":"ObjectEditorLegacy","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41909":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41910":{"morph":{"__isSmartRef__":true,"id":41900},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41911":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41912":{"_Position":{"__isSmartRef__":true,"id":41913},"renderContextTable":{"__isSmartRef__":true,"id":41914},"_Extent":{"__isSmartRef__":true,"id":41915},"_Padding":{"__isSmartRef__":true,"id":41916},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-18c57164-3a97-48ca-8286-8d6c17380e57","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41917},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41913":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41914":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41915":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41916":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41917":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41918":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41919":{"morph":{"__isSmartRef__":true,"id":41889},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41920":{"x":210,"y":315,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41921":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"41922":{"submorphs":[{"__isSmartRef__":true,"id":41923},{"__isSmartRef__":true,"id":41933}],"scripts":[],"shape":{"__isSmartRef__":true,"id":41945},"derivationIds":[null],"id":"2B0D1D26-1981-47E8-8689-437F4F76E620","renderContextTable":{"__isSmartRef__":true,"id":41951},"eventHandler":{"__isSmartRef__":true,"id":41952},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":41953},"partsBinURL":{"__isSmartRef__":true,"id":41954},"targetName":"ObjectGroupEditor","partItem":{"__isSmartRef__":true,"id":36827},"owner":{"__isSmartRef__":true,"id":41327},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"41923":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41924},"derivationIds":[null],"id":"0DD14ECB-0EC6-4EF6-ADF3-9C2DC2BD6CAB","renderContextTable":{"__isSmartRef__":true,"id":41929},"eventHandler":{"__isSmartRef__":true,"id":41930},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":41931},"priorExtent":{"__isSmartRef__":true,"id":41932},"owner":{"__isSmartRef__":true,"id":41922},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"41924":{"renderContextTable":{"__isSmartRef__":true,"id":41925},"_NodeClass":["morph"],"_NodeId":"morph-0dd14ecb-0ec6-4ef6-adf3-9c2dc2bd6cab","_Extent":{"__isSmartRef__":true,"id":41926},"_Padding":{"__isSmartRef__":true,"id":41927},"stringifiedShapeNode":"
Scripts
Connections
+
+
-
-
Tag:
all
run
save
Tests
Name group
empty
ObjectEditor (WebDev'12)
X
M
","extent":{"__isSmartRef__":true,"id":41928},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41925":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"41926":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41927":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41928":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41929":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41930":{"morph":{"__isSmartRef__":true,"id":41923},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41931":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41932":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41933":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41934},"derivationIds":[null],"id":"43D836F6-243A-49A1-A840-43BC44D64608","renderContextTable":{"__isSmartRef__":true,"id":41940},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":41941}],"eventHandler":{"__isSmartRef__":true,"id":41943},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":41922},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":41944},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41934":{"_Position":{"__isSmartRef__":true,"id":41935},"renderContextTable":{"__isSmartRef__":true,"id":41936},"_Extent":{"__isSmartRef__":true,"id":41937},"_Padding":{"__isSmartRef__":true,"id":41938},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41939},"_NodeClass":["morph","text"],"_NodeId":"morph-43d836f6-243a-49a1-a840-43bc44d64608","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41935":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41936":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41937":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41938":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41939":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41940":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"41941":{"style":{"__isSmartRef__":true,"id":41942},"chunkOwner":{"__isSmartRef__":true,"id":41933},"storedString":"ObjectGroupEditor","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41942":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41943":{"morph":{"__isSmartRef__":true,"id":41933},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41944":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41945":{"_Position":{"__isSmartRef__":true,"id":41946},"renderContextTable":{"__isSmartRef__":true,"id":41947},"_Extent":{"__isSmartRef__":true,"id":41948},"_Padding":{"__isSmartRef__":true,"id":41949},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-2b0d1d26-1981-47e8-8689-437f4f76e620","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41950},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41946":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41947":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41948":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41949":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41950":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41951":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41952":{"morph":{"__isSmartRef__":true,"id":41922},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41953":{"x":315,"y":315,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41954":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"41955":{"submorphs":[{"__isSmartRef__":true,"id":41956},{"__isSmartRef__":true,"id":41966}],"scripts":[],"shape":{"__isSmartRef__":true,"id":41978},"derivationIds":[null],"id":"4B3D5CAE-BA39-40BB-B37F-C2AB23989011","renderContextTable":{"__isSmartRef__":true,"id":41984},"eventHandler":{"__isSmartRef__":true,"id":41985},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":41986},"partsBinURL":{"__isSmartRef__":true,"id":41987},"targetName":"ObjectInspector","partItem":{"__isSmartRef__":true,"id":36861},"owner":{"__isSmartRef__":true,"id":41327},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"41956":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41957},"derivationIds":[null],"id":"32E77F64-86A2-4333-B0D4-898A4A388431","renderContextTable":{"__isSmartRef__":true,"id":41962},"eventHandler":{"__isSmartRef__":true,"id":41963},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":41964},"priorExtent":{"__isSmartRef__":true,"id":41965},"owner":{"__isSmartRef__":true,"id":41955},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"41957":{"renderContextTable":{"__isSmartRef__":true,"id":41958},"_NodeClass":["morph"],"_NodeId":"morph-32e77f64-86a2-4333-b0d4-898a4a388431","_Extent":{"__isSmartRef__":true,"id":41959},"_Padding":{"__isSmartRef__":true,"id":41960},"stringifiedShapeNode":"
this
Filter:
ObjectInspector
X
M
","extent":{"__isSmartRef__":true,"id":41961},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41958":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"41959":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41960":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41961":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41962":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41963":{"morph":{"__isSmartRef__":true,"id":41956},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41964":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41965":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41966":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41967},"derivationIds":[null],"id":"4CF9291F-DBF4-4315-B179-117047D56BDF","renderContextTable":{"__isSmartRef__":true,"id":41973},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":41974}],"eventHandler":{"__isSmartRef__":true,"id":41976},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":41955},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":41977},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41967":{"_Position":{"__isSmartRef__":true,"id":41968},"renderContextTable":{"__isSmartRef__":true,"id":41969},"_Extent":{"__isSmartRef__":true,"id":41970},"_Padding":{"__isSmartRef__":true,"id":41971},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41972},"_NodeClass":["morph","text"],"_NodeId":"morph-4cf9291f-dbf4-4315-b179-117047d56bdf","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41968":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41969":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41970":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41971":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41972":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41973":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"41974":{"style":{"__isSmartRef__":true,"id":41975},"chunkOwner":{"__isSmartRef__":true,"id":41966},"storedString":"ObjectInspector","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41975":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"41976":{"morph":{"__isSmartRef__":true,"id":41966},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41977":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41978":{"_Position":{"__isSmartRef__":true,"id":41979},"renderContextTable":{"__isSmartRef__":true,"id":41980},"_Extent":{"__isSmartRef__":true,"id":41981},"_Padding":{"__isSmartRef__":true,"id":41982},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-4b3d5cae-ba39-40bb-b37f-c2ab23989011","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":41983},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41979":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41980":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"41981":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41982":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41983":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41984":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41985":{"morph":{"__isSmartRef__":true,"id":41955},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41986":{"x":420,"y":315,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41987":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"41988":{"submorphs":[{"__isSmartRef__":true,"id":41989},{"__isSmartRef__":true,"id":41999}],"scripts":[],"shape":{"__isSmartRef__":true,"id":42011},"derivationIds":[null],"id":"07BEF170-39FC-4FBC-9B40-B37479FF398A","renderContextTable":{"__isSmartRef__":true,"id":42017},"eventHandler":{"__isSmartRef__":true,"id":42018},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":42019},"partsBinURL":{"__isSmartRef__":true,"id":42020},"targetName":"PartsBinBrowser","partItem":{"__isSmartRef__":true,"id":36895},"owner":{"__isSmartRef__":true,"id":41327},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"41989":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":41990},"derivationIds":[null],"id":"40C7E830-9B1F-4527-9B72-04C2875D2AB3","renderContextTable":{"__isSmartRef__":true,"id":41995},"eventHandler":{"__isSmartRef__":true,"id":41996},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":41997},"priorExtent":{"__isSmartRef__":true,"id":41998},"owner":{"__isSmartRef__":true,"id":41988},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"41990":{"renderContextTable":{"__isSmartRef__":true,"id":41991},"_NodeClass":["morph"],"_NodeId":"morph-40c7e830-9b1f-4527-9b72-04c2875d2ab3","_Extent":{"__isSmartRef__":true,"id":41992},"_Padding":{"__isSmartRef__":true,"id":41993},"stringifiedShapeNode":"
move
remove
load
nothing selected
copy
Share Link
modules
2012-01-25 19:29 athomschke: \n renamed threeWayDiff() to threeWayMerge()\n2012-01-25 17:58 athomschke: \n beautify\n2012-01-25 16:42 athomschke: \n typo\n2012-01-25 16:22 athomschke: \n no comment\n2012-01-21 12:43 athomschke: \n refactored\n2012-01-20 16:27 athomschke: \n foobar Highlight foobar\n2012-01-20 15:46 athomschke: \n initilaizeMarkerMorph on initialize\n2012-01-18 14:04 athomschke: \n changedFontSize\n2012-01-18 13:52 athomschke: \n it is possible to burn down the diff chart now\n2012-01-17 16:08 athomschke: \n removed marker morph\n2012-01-17 15:48 athomschke: \n textDiffing\n2012-01-17 14:38 athomschke: \n remove marker morph completely\n2012-01-17 14:34 athomschke: \n close marker morph\n2012-01-17 14:19 athomschke: \n markerMorph fix\n2012-01-13 21:36 athomschke: \n enable clicking on list after showing the marker morph\n2012-01-13 20:43 athomschke: \n foo\n2012-01-13 20:41 athomschke: \n so far...\n2012-01-13 20:39 athomschke: \n marking focused morph\n2012-01-12 18:09 athomschke: \n iCandy\n2012-01-12 17:49 athomschke: \n works fine for accepting or rejecting ;)\n2012-01-12 17:41 athomschke: \n set a property\n2012-01-12 17:29 athomschke: \n more\n2012-01-12 17:07 athomschke: \n trolololo\n2012-01-12 16:28 athomschke: \n typo\n2011-10-20 16:08 sebastian.stamm: \n Now with fancy text field name!\n2011-10-20 16:05 sebastian.stamm: \n now with accept and reject!\n2012-01-12 16:29 athomschke: \n screwed the window\n2012-01-12 16:32 athomschke: \n gets boring\n2012-01-12 17:04 athomschke: \n something went wrong\n2012-01-12 18:01 athomschke: \n second initial commit\n2012-01-12 19:50 athomschke: \n Overcommit with MorphDiffingLayer\n2012-01-12 20:04 athomschke: \n trigger new Diff on accepting value.\n2012-01-12 22:18 athomschke: \n no comment\n2012-01-13 11:52 athomschke: \n removing me after applying a property.\n2012-01-18 13:53 athomschke: \n proper removement\n
-
+
search
more
PartsBinBrowser
X
M
","extent":{"__isSmartRef__":true,"id":41994},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"41991":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"41992":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41993":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41994":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41995":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"41996":{"morph":{"__isSmartRef__":true,"id":41989},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"41997":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41998":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"41999":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":42000},"derivationIds":[null],"id":"6BDDD553-348E-484E-B404-71FDDA55167A","renderContextTable":{"__isSmartRef__":true,"id":42006},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":42007}],"eventHandler":{"__isSmartRef__":true,"id":42009},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":41988},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":42010},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42000":{"_Position":{"__isSmartRef__":true,"id":42001},"renderContextTable":{"__isSmartRef__":true,"id":42002},"_Extent":{"__isSmartRef__":true,"id":42003},"_Padding":{"__isSmartRef__":true,"id":42004},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":42005},"_NodeClass":["morph","text"],"_NodeId":"morph-6bddd553-348e-484e-b404-71fdda55167a","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42001":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42002":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"42003":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42004":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42005":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42006":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"42007":{"style":{"__isSmartRef__":true,"id":42008},"chunkOwner":{"__isSmartRef__":true,"id":41999},"storedString":"PartsBinBrowser","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42008":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42009":{"morph":{"__isSmartRef__":true,"id":41999},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42010":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42011":{"_Position":{"__isSmartRef__":true,"id":42012},"renderContextTable":{"__isSmartRef__":true,"id":42013},"_Extent":{"__isSmartRef__":true,"id":42014},"_Padding":{"__isSmartRef__":true,"id":42015},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-07bef170-39fc-4fbc-9b40-b37479ff398a","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":42016},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42012":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42013":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"42014":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42015":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42016":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42017":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"42018":{"morph":{"__isSmartRef__":true,"id":41988},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42019":{"x":0,"y":420,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42020":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"42021":{"submorphs":[{"__isSmartRef__":true,"id":42022},{"__isSmartRef__":true,"id":42032}],"scripts":[],"shape":{"__isSmartRef__":true,"id":42044},"derivationIds":[null],"id":"01BC590A-7C51-4C65-8A18-8472034752D5","renderContextTable":{"__isSmartRef__":true,"id":42050},"eventHandler":{"__isSmartRef__":true,"id":42051},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":42052},"partsBinURL":{"__isSmartRef__":true,"id":42053},"targetName":"PartsBinBrowser2","partItem":{"__isSmartRef__":true,"id":36929},"owner":{"__isSmartRef__":true,"id":41327},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"42022":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":42023},"derivationIds":[null],"id":"594134A5-97C8-42D8-B9AA-6FA49807BCA6","renderContextTable":{"__isSmartRef__":true,"id":42028},"eventHandler":{"__isSmartRef__":true,"id":42029},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":42030},"priorExtent":{"__isSmartRef__":true,"id":42031},"owner":{"__isSmartRef__":true,"id":42021},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"42023":{"renderContextTable":{"__isSmartRef__":true,"id":42024},"_NodeClass":["morph"],"_NodeId":"morph-594134a5-97c8-42d8-b9aa-6fa49807bca6","_Extent":{"__isSmartRef__":true,"id":42025},"_Padding":{"__isSmartRef__":true,"id":42026},"stringifiedShapeNode":"
move
remove
load
nothing selected
copy
Fri Jan 06 2012 07:15:04 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nno comment\n\nFri Dec 16 2011 20:28:30 GMT+0100 (Mitteleuropäische Zeit) lauritz: \ntop-most entry of the tag list is \"all\" now.\n\nFri Dec 16 2011 20:23:14 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nsorted tag list.\n\nTue Dec 13 2011 22:04:53 GMT+0100 (Mitteleuropäische Zeit) lauritz: \ntries to get user directly from localStorage now. if there's no user set, then we don't call CGI - logging into trac should not be necessary for developing parts.\n\nTue Dec 13 2011 18:56:45 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nremoved a workaround\n\nWed Dec 07 2011 06:13:13 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nworkaround for issue #161 - target morph list is scrollable\n\nWed Dec 07 2011 04:31:58 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nfixed a bug regarding anonymous morphs.\n\nWed Nov 30 2011 23:55:11 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nfixed a defect (weeeeeird property caused an error on deserialization of copies)\n\nTue Nov 29 2011 04:44:44 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nrenamed .categorize to .tag\n\nTue Nov 22 2011 23:02:14 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nadded a border to notifications, centered notification text\n\nFri Nov 18 2011 20:19:07 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nremoved a missed debugger statement. corrected setting of target.\n\nTue Nov 15 2011 20:12:45 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nset a minExtent\n\nFri Nov 04 2011 13:44:45 GMT+0100 (Mitteleuropäische Zeit) jenslincke: \nset min extent to pt(500,300)\n\nFri Nov 04 2011 13:41:36 GMT+0100 (Mitteleuropäische Zeit) jenslincke: \nbring resize handle to front\n\nFri Oct 28 2011 05:36:22 GMT+0200 (Mitteleuropäische Sommerzeit) lauritz: \nLocked down submorphs of the editor pane. Grabbing and dragging disabled. \n\nFri Oct 21 2011 00:40:22 GMT+0200 (Mitteleuropäische Sommerzeit) lauritz: \nAdapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items.\n\nFri Nov 11 2011 01:42:28 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nadded confirmation before removal of scripts or connections.\n\nFri Nov 11 2011 01:47:27 GMT+0100 (Mitteleuropäische Zeit) lauritz: \ntwo more checks on attempts to remove scripts or connections.\n\nWed Nov 16 2011 02:12:15 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nlayout adaptions\n\nThu Nov 17 2011 23:22:54 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nRefactoring of script annotations (now at scripts not morphs). Added category tagging. Layout changes.\n\nFri Nov 18 2011 15:26:49 GMT+0100 (Mitteleuropäische Zeit) jenslincke: \n- reset title bar and borders\n\nMon Nov 21 2011 23:14:00 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nfixed a bug (onBlur event handling) and added the world to the target chooser\n\nWed Nov 23 2011 18:26:48 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nadapted layout of notifications\n\nTue Nov 29 2011 04:50:45 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nchanged label \"Category:\" to \"Tag:\".
http://www.lively-kernel.org/viral?part=ObjectEditor&path=PartsBin/Tools/
Share link:
Commits:
DiffViewer
X
M
accept this property
accept this property
accept merged property
MorphDiffViewer
Car2
Class nameWMCNOCDIT
lively.morphic.Morph402211
lively.morphic.Text23832
lively.morphic.World12102
lively.ide.BasicBrowser10533
lively.morphic.List7213
lively.morphic.Shapes.Shape6851
WebResource5001
lively.morphic.DataGrid4402
ObjectGraphLinearizer4401
lively.morphic.Shapes.Path4302
lively.ide.FileFragment4211
lively.morphic.Rendering.DOMInterface3901
NetRequest3902
Change3761
URL3601
lively.morphic.Selection3603
lively.morphic.ControlPoint3501
ChangeSet3502
AttributeConnection3411
lively.PartsBin.PartItem3301
AnotherSourceDatabase2901
lively.morphic.TextEmphasis2801
lively.morphic.Path2802
lively.morphic.RichText2701
SVNResource2703
lively.morphic.TextChunk2601
lively.morphic.Similitude2501
lively.morphic.Window2502
lively.morphic.Layout.Layout2441
Resource2412
lively.ide.ModuleWrapper2301
lively.ide.BrowserNode2251
lively.Main.Examples2211
lively.morphic.Halo21183
lively.morphic.Slider2103
RealTrait2101
Layer2001
lively.FileUploader2001
lively.morphic.Rendering.RenderContext1931
lively.morphic.EventHandler1811
lively.morphic.Menu1803
CodeParser1721
lively.Main.Loader1721
lively.morphic.PartsBinItem1703
LayerableObject1701
MethodCategoryChange1602
lively.morphic.Tab1602
lively.PartsBin.PartsSpace1601
View1531
lively.morphic.Button1512
lively.morphic.Layout.GridLayout1502
lively.PartsBin.PartsBinMetaInfo1501
lively.morphic.TextEditor1503
DocLinkConverter1501
ClassChange1402
lively.morphic.DataGridCell1403
lively.morphic.Script1321
lively.morphic.Magnet1311
lively.morphic.TabBar1302
lively.morphic.Image1302
OMetaSupport1301
Query1302
SyntheticModel1302
lively.morphic.HandMorph1302
lively.ide.FileFragmentNode12142
lively.ide.AddNewFileCommand1202
lively.Main.WorldDataAccessor1131
lively.ide.CompleteFileFragmentNode1113
lively.morphic.Shapes.Image1102
ClassPlugin1102
ConversionPlugin1102
lively.ide.SystemBrowser1104
lively.morphic.Shapes.PathElement10101
lively.ide.ChangeNode1052
lively.ide.AddToFileFragmentCommand1042
lively.morphic.AbstractDialog1032
lively.ide.MultiFileFragmentsNode1013
lively.morphic.Shapes.External1002
lively.morphic.TitleBar1003
NetRequestStatus1001
ProtoChange1002
lively.morphic.LinearGradient1002
lively.morphic.RotateHalo1004
lively.morphic.PathVertexControlPointHalo1005
lively.morphic.HorizontalDivider1003
lively.ide.BrowserCommand9191
lively.morphic.Shapes.MoveTo902
lively.morphic.ProgressBar903
lively.ide.RemoteChangeSetNode904
lively.morph.ConnectionBuilder903
lively.morphic.DraggableBehaviorMorph903
lively.morphic.RadialGradient902
lively.morphic.Canvas.RenderContext902
lively.morphic.Layout.ConstraintLayout902
StaticChange902
JsParser902
lively.ide.ChangeSetMenuCommand902
lively.morphic.PathInsertPointHalo905
lively.morphic.App831
lively.morphic.Layout.HorizontalLayout812
Model811
lively.morphic.Layout.VerticalLayout812
lively.ide.BrowserPanel804
ClosurePlugin802
lively.morphic.RenameHalo804
DoitChange802
lively.ide.SourceControlNode802
lively.morphic.Shapes.ArcTo802
LivelyWrapperPlugin802
lively.morphic.HtmlWrapperMorph802
lively.morphic.Shapes.BezierCurve1CtlTo802
lively.morphic.Shapes.BezierCurve2CtlTo802
lively.morphic.Shapes.QuadCurveTo802
lively.ide.MethodCategoryFragmentNode804
lively.ide.CategorizedClassFragmentNode803
lively.morphic.CheckBox802
lively.morphic.GeometryTransformConnection803
lively.morphic.Shapes.CurveTo802
lively.morphic.Shapes.Ellipse802
lively.morphic.Shapes.VerticalTo802
Styles801
lively.ide.RunTestMethodCommand802
lively.morphic.Shapes.HorizontalTo802
OldModelFilter802
lively.morphic.Shapes.LineTo802
lively.morphic.GeometryConnection712
DoWeakSerializePlugin702
lively.ide.NamespaceNode702
lively.morphic.TabContainer702
SVNVersionInfo701
CopyOnlySubmorphsPlugin702
lively.morphic.LockHalo704
lively.morphic.Shapes.ClosePath702
lively.ide.SortCommand702
LayerPlugin702
lively.morphic.CopyHalo704
DeprecatedView701
lively.morphic.SliderKnob703
GenericFilter702
lively.morphic.FunctionScript702
lively.morphic.DropDownList704
lively.morphic.Layout.JournalLayout703
lively.ide.ChangeSetDoitNode703
lively.morphic.MagnetHalo703
lively.morphic.Gradient621
lively.ide.ChangeSetNode613
lively.Main.JSONWorldData612
lively.ide.ChangesGotoChangeSetCommand602
lively.morphic.HTMLParser601
lively.morphic.BoundsHalo604
lively.ide.EvaluateCommand602
lively.ide.ParserDebugCommand602
lively.ide.RefreshCommand602
lively.ide.ShowLineNumbersCommand602
lively.ide.ClassHierarchyViewCommand602
lively.morphic.GrabHalo604
lively.ide.OpenVersionsOfFile602
lively.morphic.FrameRateMorph603
lively.ide.AllModulesLoadCommand602
lively.ide.ClassChangeMenuCommand602
lively.ide.ClassElemFragmentNode603
lively.ide.AllMethodCategoryFragmentNode603
lively.morphic.PromptDialog603
lively.morphic.TabStrategyTop601
lively.morphic.EditDialog603
lively.ide.SaveChangesCommand602
lively.ide.ViewSourceCommand602
lively.ide.CompleteOmetaFragmentNode604
lively.Main.HTMLExamples602
lively.morphic.TargetScript602
StoreAndRestorePlugin602
lively.Main.HTMLLoader602
lively.morphic.MagnetSet601
lively.ide.BrowseWorldCommand602
lively.morphic.Layout.ConstraintLayoutInfo601
lively.morphic.Shapes.Rectangle602
lively.ide.OpenDiffViewerCommand602
lively.ide.OpenInFileEditorCommand602
ObjectLinearizerPlugin5181
DEPRECATEDScriptFilter502
lively.morphic.DragHalo504
lively.Main.NewMorphicData503
lively.morphic.MenuHalo504
lively.morphic.OriginHalo504
lively.ide.WikiCodeNode502
RegExpPlugin502
lively.morphic.Layout.TightHorizontalLayout503
lively.ide.WikiCodeBrowser504
lively.morphic.RescaleHalo504
lively.morphic.ResizeHalo504
lively.Main.XMLWorldData502
CrayonColors501
lively.ide.ObjectFragmentNode503
lively.ide.NodeTypeFilter502
Importer502
AnotherCodeMarkupParser501
XPathEmulator501
lively.morphic.TabPane502
lively.ide.LocalCodeBrowser504
lively.ide.NodeFilter421
lively.morphic.PathControlPointHalo424
lively.morphic.Panel413
lively.morphic.RelayEventHandler402
DoNotSerializePlugin402
lively.ide.ChangeSetClassNode403
lively.ide.ChangeSetMethodCategoryNode403
NetRequestReporter401
lively.ide.FunctionFragmentNode403
lively.ide.CopFragmentNode403
lively.ide.CopRefineFragmentNode403
lively.ide.ParseErrorFileFragment402
lively.ide.TraitFragmentNode403
XPathEmulatorResult401
lively.ide.OMetaGrammarNode403
lively.ide.ChangeSetClassElemNode403
lively.morphic.RelativeMagnet402
lively.persistence.DatePlugin402
lively.morphic.Clip403
COPError401
Exporter401
lively.ide.AddMethodToFileFragmentCommand403
lively.ide.AddLayerToFileFragmentCommand403
lively.ide.AddObjectExtendToFileFragmentCommand403
lively.ide.AddClassToFileFragmentCommand403
lively.morphic.Layout.GridLayoutPlaceholder402
lively.Main.NewWorldData402
lively.morphic.DataGridColHead403
lively.morphic.Box3192
lively.morphic.WindowedApp322
Copier311
lively.ide.OMetaRuleNode303
lively.morphic.ScriptEditorHalo304
lively.morphic.InspectHalo304
lively.morphic.PublishHalo304
SyntaxHighlighter301
OMetaParser302
IgnoreEpiMorphsPlugin302
lively.ide.TraitElemFragmentNode303
lively.ide.CopMemberFragmentNode303
lively.morphic.CloseHalo304
lively.morphic.SetImageURLHalo304
lively.morphic.StyleHalo304
lively.morphic.ConfirmDialog303
lively.morphic.Compat.Text301
lively.ide.SortFilter302
lively.morphic.HTML.RenderContext302
lively.morphic.SVG.RenderContext302
lively.morphic.WindowControl303
IgnoreDOMElementsPlugin302
AttributeConnectionPlugin302
lively.Main.CanvasLoader302
IgnoreFunctionsPlugin302
cop.PartialLayerComposition301
Module:
Module
lively.morphic
World
MetricsView
windmill
Windmill
collect
drop
Efficient Layer Activation in ContextJS
Robert Krahn, Jens Lincke, and Robert Hirschfeld\n\nSoftware Architecture Group\nHasso-Plattner-Institut Potsdam\nwww.hpi.uni-potsdam.de/swa\n\n\nPlaya Vista, CA USA\n 2012-01-18\n
The Tenth International Conference on Creating, Connecting and Collaborating through Computing\n
Contents
■ Bulletpoint\n □ another\n
Motivation
■ Bulletpoint\n □ another\n
Layer Composition and Method Activation in COP
■ Activation of Behavior Variation\n □ another\n\n■ Layer Composition in ContextJS\n\n
Layer Composition and Method Activation in COP
■ Activation of Behavior Variation\n □ another\n\n■ Layer Composition in ContextJS\n\n
Partial Method Inlining and Composition Caching
■ Inlining\n\n■ Composition Validation\n\n■ Composition Caching\n\n
Implementation
■ Method Generation\n\n■ Dealing with Closures\n\n■ Source Code Transformation\n\n■ Composition Validation\n\n
PresentationContainer
X
M
EfficientLayerA...
collect
drop
PresentationContainer
X
M
PresentationCon...
slides
create new
add existing
remove
collect all
print
remove all
presentation
start
overlay
edit
PresentationController
X
M
PresentationCon...
Car
merge & publish
undefined
accept
reject
DiffViewer
X
M
UserStoryDiffVi...
Date
Text
User name
TweetTile
continue
step into
step over
Debugger
X
M
Debugger
Results
X
M
CrabsResults
Prototype Inher...
4
TestMorph
Add Comment
conradcalmez
2011-12-07 10:12:41
Publish
Add text field
Add media field
BlogEntry
New Entry
Sync it
Blog
12
1
2
3
4
5
6
7
8
9
10
11
Clock
Scripts
Connections
+
+
-
-
undefined
empty
Target:
Tag:
all
ObjectEditor
X
M
ObjectEditor
Explorer
X
M
Explorer
-
+
search
more
PartsBinBrowser
X
M
","extent":{"__isSmartRef__":true,"id":42027},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42024":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"42025":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42026":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42027":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42028":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"42029":{"morph":{"__isSmartRef__":true,"id":42022},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42030":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42031":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42032":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":42033},"derivationIds":[null],"id":"32072DCF-BF96-4263-8FEF-24B621038F5C","renderContextTable":{"__isSmartRef__":true,"id":42039},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":42040}],"eventHandler":{"__isSmartRef__":true,"id":42042},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":42021},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":42043},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42033":{"_Position":{"__isSmartRef__":true,"id":42034},"renderContextTable":{"__isSmartRef__":true,"id":42035},"_Extent":{"__isSmartRef__":true,"id":42036},"_Padding":{"__isSmartRef__":true,"id":42037},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":42038},"_NodeClass":["morph","text"],"_NodeId":"morph-32072dcf-bf96-4263-8fef-24b621038f5c","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42034":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42035":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"42036":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42037":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42038":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42039":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"42040":{"style":{"__isSmartRef__":true,"id":42041},"chunkOwner":{"__isSmartRef__":true,"id":42032},"storedString":"PartsBinBrowser2","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42041":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42042":{"morph":{"__isSmartRef__":true,"id":42032},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42043":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42044":{"_Position":{"__isSmartRef__":true,"id":42045},"renderContextTable":{"__isSmartRef__":true,"id":42046},"_Extent":{"__isSmartRef__":true,"id":42047},"_Padding":{"__isSmartRef__":true,"id":42048},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-01bc590a-7c51-4c65-8a18-8472034752d5","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":42049},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42045":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42046":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"42047":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42048":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42049":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42050":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"42051":{"morph":{"__isSmartRef__":true,"id":42021},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42052":{"x":105,"y":420,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42053":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"42054":{"submorphs":[{"__isSmartRef__":true,"id":42055},{"__isSmartRef__":true,"id":42065}],"scripts":[],"shape":{"__isSmartRef__":true,"id":42077},"derivationIds":[null],"id":"E3DB088D-613C-46A5-AF4A-0A8E4923A74D","renderContextTable":{"__isSmartRef__":true,"id":42083},"eventHandler":{"__isSmartRef__":true,"id":42084},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":42085},"partsBinURL":{"__isSmartRef__":true,"id":42086},"targetName":"PartTester","partItem":{"__isSmartRef__":true,"id":36963},"owner":{"__isSmartRef__":true,"id":41327},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"42055":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":42056},"derivationIds":[null],"id":"05B082A6-2295-47A2-A40E-8630C575676F","renderContextTable":{"__isSmartRef__":true,"id":42061},"eventHandler":{"__isSmartRef__":true,"id":42062},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":42063},"priorExtent":{"__isSmartRef__":true,"id":42064},"owner":{"__isSmartRef__":true,"id":42054},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"42056":{"renderContextTable":{"__isSmartRef__":true,"id":42057},"_NodeClass":["morph"],"_NodeId":"morph-05b082a6-2295-47a2-a40e-8630c575676f","_Extent":{"__isSmartRef__":true,"id":42058},"_Padding":{"__isSmartRef__":true,"id":42059},"stringifiedShapeNode":"
World
Hello\nWorld
run tests
","extent":{"__isSmartRef__":true,"id":42060},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42057":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"42058":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42059":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42060":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42061":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"42062":{"morph":{"__isSmartRef__":true,"id":42055},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42063":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42064":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42065":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":42066},"derivationIds":[null],"id":"A3189215-65B4-458E-B164-68B84829BCF7","renderContextTable":{"__isSmartRef__":true,"id":42072},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":42073}],"eventHandler":{"__isSmartRef__":true,"id":42075},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":42054},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":42076},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42066":{"_Position":{"__isSmartRef__":true,"id":42067},"renderContextTable":{"__isSmartRef__":true,"id":42068},"_Extent":{"__isSmartRef__":true,"id":42069},"_Padding":{"__isSmartRef__":true,"id":42070},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":42071},"_NodeClass":["morph","text"],"_NodeId":"morph-a3189215-65b4-458e-b164-68b84829bcf7","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42067":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42068":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"42069":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42070":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42071":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42072":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"42073":{"style":{"__isSmartRef__":true,"id":42074},"chunkOwner":{"__isSmartRef__":true,"id":42065},"storedString":"PartTester","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42074":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42075":{"morph":{"__isSmartRef__":true,"id":42065},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42076":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42077":{"_Position":{"__isSmartRef__":true,"id":42078},"renderContextTable":{"__isSmartRef__":true,"id":42079},"_Extent":{"__isSmartRef__":true,"id":42080},"_Padding":{"__isSmartRef__":true,"id":42081},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-e3db088d-613c-46a5-af4a-0a8e4923a74d","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":42082},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42078":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42079":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"42080":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42081":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42082":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42083":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"42084":{"morph":{"__isSmartRef__":true,"id":42054},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42085":{"x":210,"y":420,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42086":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"42087":{"submorphs":[{"__isSmartRef__":true,"id":42088},{"__isSmartRef__":true,"id":42098}],"scripts":[],"shape":{"__isSmartRef__":true,"id":42110},"derivationIds":[null],"id":"97DC4C15-0AD4-4012-BA0E-AE88A5EBF584","renderContextTable":{"__isSmartRef__":true,"id":42116},"eventHandler":{"__isSmartRef__":true,"id":42117},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":42118},"partsBinURL":{"__isSmartRef__":true,"id":42119},"targetName":"PartTestRunner","partItem":{"__isSmartRef__":true,"id":36997},"owner":{"__isSmartRef__":true,"id":41327},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"42088":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":42089},"derivationIds":[null],"id":"55195E4A-10C8-4720-8B8F-2DD764DFE7CF","renderContextTable":{"__isSmartRef__":true,"id":42094},"eventHandler":{"__isSmartRef__":true,"id":42095},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":42096},"priorExtent":{"__isSmartRef__":true,"id":42097},"owner":{"__isSmartRef__":true,"id":42087},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"42089":{"renderContextTable":{"__isSmartRef__":true,"id":42090},"_NodeClass":["morph"],"_NodeId":"morph-55195e4a-10c8-4720-8b8f-2dd764dfe7cf","_Extent":{"__isSmartRef__":true,"id":42091},"_Padding":{"__isSmartRef__":true,"id":42092},"stringifiedShapeNode":"
PartTestRunner
X
M
+
-
run
save
","extent":{"__isSmartRef__":true,"id":42093},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42090":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"42091":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42092":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42093":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42094":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"42095":{"morph":{"__isSmartRef__":true,"id":42088},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42096":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42097":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42098":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":42099},"derivationIds":[null],"id":"02384E45-0EB1-49D4-AE08-3AD72F2E9D26","renderContextTable":{"__isSmartRef__":true,"id":42105},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":42106}],"eventHandler":{"__isSmartRef__":true,"id":42108},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":42087},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":42109},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42099":{"_Position":{"__isSmartRef__":true,"id":42100},"renderContextTable":{"__isSmartRef__":true,"id":42101},"_Extent":{"__isSmartRef__":true,"id":42102},"_Padding":{"__isSmartRef__":true,"id":42103},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":42104},"_NodeClass":["morph","text"],"_NodeId":"morph-02384e45-0eb1-49d4-ae08-3ad72f2e9d26","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42100":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42101":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"42102":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42103":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42104":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42105":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"42106":{"style":{"__isSmartRef__":true,"id":42107},"chunkOwner":{"__isSmartRef__":true,"id":42098},"storedString":"PartTestRunner","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42107":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42108":{"morph":{"__isSmartRef__":true,"id":42098},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42109":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42110":{"_Position":{"__isSmartRef__":true,"id":42111},"renderContextTable":{"__isSmartRef__":true,"id":42112},"_Extent":{"__isSmartRef__":true,"id":42113},"_Padding":{"__isSmartRef__":true,"id":42114},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-97dc4c15-0ad4-4012-ba0e-ae88a5ebf584","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":42115},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42111":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42112":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"42113":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42114":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42115":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42116":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"42117":{"morph":{"__isSmartRef__":true,"id":42087},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42118":{"x":315,"y":420,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42119":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"42120":{"submorphs":[{"__isSmartRef__":true,"id":42121},{"__isSmartRef__":true,"id":42131}],"scripts":[],"shape":{"__isSmartRef__":true,"id":42143},"derivationIds":[null],"id":"F92327B0-AC2A-48DE-A1AF-864429DA34D2","renderContextTable":{"__isSmartRef__":true,"id":42149},"eventHandler":{"__isSmartRef__":true,"id":42150},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":42151},"partsBinURL":{"__isSmartRef__":true,"id":42152},"targetName":"PrettyPrintJavascript","partItem":{"__isSmartRef__":true,"id":37031},"owner":{"__isSmartRef__":true,"id":41327},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"42121":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":42122},"derivationIds":[null],"id":"34D94159-7C90-4075-B3CD-4A7747BB7E94","renderContextTable":{"__isSmartRef__":true,"id":42127},"eventHandler":{"__isSmartRef__":true,"id":42128},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":42129},"priorExtent":{"__isSmartRef__":true,"id":42130},"owner":{"__isSmartRef__":true,"id":42120},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"42122":{"renderContextTable":{"__isSmartRef__":true,"id":42123},"_NodeClass":["morph"],"_NodeId":"morph-34d94159-7c90-4075-b3cd-4a7747bb7e94","_Extent":{"__isSmartRef__":true,"id":42124},"_Padding":{"__isSmartRef__":true,"id":42125},"stringifiedShapeNode":"
// changed at Fri May 04 2012 11:38:06 GMT+0200 (Mitteleuropäische Sommerzeit) by undefined \nthis.addScript(function format() {\n var text = this.textString;\n \n var i = 0;\n var tokens = {};\n \n while(text.match(/([=\\(:;][\\n ]*)(\\/([^\\n\\/]|\\\\\\/)+[^\\\\]\\/)/)){\n tokens[i] = text.match(/([=\\(:;][\\n ]*)(\\/([^\\n\\/]|\\\\\\/)+[^\\\\]\\/)/)[2];\n text = text.replace(/([=\\(:;][\\n ]*)(\\/([^\\n\\/]|\\\\\\/)+[^\\\\]\\/)/, \"$1\\u0007\"+i);\n i++;\n }\n \n while(text.match(/\"[^\"\\n]*\"/)){\n tokens[i] = text.match(/\"[^\"]*\"/)[0];\n text = text.replace(/\"[^\"]*\"/, \"\\u0007\"+i);\n i++;\n }\n while(text.match(/'[^'\\n]*'/)){\n tokens[i] = text.match(/'[^']*'/)[0];\n text = text.replace(/'[^']*'/, \"\\u0007\"+i);\n i++;\n }\n \n while(text.match(/\\/\\/[^\\n]*\\n/)){\n tokens[i] = text.match(/\\/\\/[^\\n]*\\n/)[0];\n text = text.replace(/\\/\\/[^\\n]*\\n/, \"\\u0007\"+i);\n i++;\n }\n \n while(text.match(/\\/\\*(.|\\n)*?\\*\\//)){\n tokens[i] = text.match(/\\/\\*(.|\\n)*?\\*\\//)[0];\n text = text.replace(/\\/\\*(.|\\n)*?\\*\\//, \"\\u0007\"+i);\n i++;\n }\n \n if(this.doInsertLinebreaks){\n text = this.insertLinebreaks_noStrings(text);\n }\n if(this.doInsertWhitespace){\n text = this.insertSpaces_noStrings(text);\n }\n text = this.indent_noStrings(text);\n \n while(i > 0){\n i--;\n text= text.replace(new RegExp(\"\\u0007\"+i),tokens[i]);\n }\n \n this.textString = text;\n}).tag([]);\n\n
Print it pretty
Insert Linebreaks
Insert Whitespace
Pretty Print Javascript
X
M
","extent":{"__isSmartRef__":true,"id":42126},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42123":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"42124":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42125":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42126":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42127":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"42128":{"morph":{"__isSmartRef__":true,"id":42121},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42129":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42130":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42131":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":42132},"derivationIds":[null],"id":"C12E7E86-29D0-4E1F-89F1-1A0DA914BE8A","renderContextTable":{"__isSmartRef__":true,"id":42138},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":42139}],"eventHandler":{"__isSmartRef__":true,"id":42141},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":42120},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":42142},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42132":{"_Position":{"__isSmartRef__":true,"id":42133},"renderContextTable":{"__isSmartRef__":true,"id":42134},"_Extent":{"__isSmartRef__":true,"id":42135},"_Padding":{"__isSmartRef__":true,"id":42136},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":42137},"_NodeClass":["morph","text"],"_NodeId":"morph-c12e7e86-29d0-4e1f-89f1-1a0da914be8a","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42133":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42134":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"42135":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42136":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42137":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42138":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"42139":{"style":{"__isSmartRef__":true,"id":42140},"chunkOwner":{"__isSmartRef__":true,"id":42131},"storedString":"PrettyPrintJava...","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42140":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42141":{"morph":{"__isSmartRef__":true,"id":42131},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42142":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42143":{"_Position":{"__isSmartRef__":true,"id":42144},"renderContextTable":{"__isSmartRef__":true,"id":42145},"_Extent":{"__isSmartRef__":true,"id":42146},"_Padding":{"__isSmartRef__":true,"id":42147},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-f92327b0-ac2a-48de-a1af-864429da34d2","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":42148},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42144":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42145":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"42146":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42147":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42148":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42149":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"42150":{"morph":{"__isSmartRef__":true,"id":42120},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42151":{"x":420,"y":420,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42152":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"42153":{"submorphs":[{"__isSmartRef__":true,"id":42154},{"__isSmartRef__":true,"id":42164}],"scripts":[],"shape":{"__isSmartRef__":true,"id":42176},"derivationIds":[null],"id":"843C6A8A-3F05-4910-88D5-8E635968BE82","renderContextTable":{"__isSmartRef__":true,"id":42182},"eventHandler":{"__isSmartRef__":true,"id":42183},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":42184},"partsBinURL":{"__isSmartRef__":true,"id":42185},"targetName":"SearchSourceCode","partItem":{"__isSmartRef__":true,"id":37065},"owner":{"__isSmartRef__":true,"id":41327},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"42154":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":42155},"derivationIds":[null],"id":"C256952A-42CF-4263-9FAD-F230E3E593F1","renderContextTable":{"__isSmartRef__":true,"id":42160},"eventHandler":{"__isSmartRef__":true,"id":42161},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":42162},"priorExtent":{"__isSmartRef__":true,"id":42163},"owner":{"__isSmartRef__":true,"id":42153},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"42155":{"renderContextTable":{"__isSmartRef__":true,"id":42156},"_NodeClass":["morph"],"_NodeId":"morph-c256952a-42cf-4263-9fad-f230e3e593f1","_Extent":{"__isSmartRef__":true,"id":42157},"_Padding":{"__isSmartRef__":true,"id":42158},"stringifiedShapeNode":"
enter search term here
search
SearchSourceCode
X
M
","extent":{"__isSmartRef__":true,"id":42159},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42156":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"42157":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42158":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42159":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42160":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"42161":{"morph":{"__isSmartRef__":true,"id":42154},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42162":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42163":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42164":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":42165},"derivationIds":[null],"id":"BCF45EA1-EAE4-4E86-B799-95CFF8A42849","renderContextTable":{"__isSmartRef__":true,"id":42171},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":42172}],"eventHandler":{"__isSmartRef__":true,"id":42174},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":42153},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":42175},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42165":{"_Position":{"__isSmartRef__":true,"id":42166},"renderContextTable":{"__isSmartRef__":true,"id":42167},"_Extent":{"__isSmartRef__":true,"id":42168},"_Padding":{"__isSmartRef__":true,"id":42169},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":42170},"_NodeClass":["morph","text"],"_NodeId":"morph-bcf45ea1-eae4-4e86-b799-95cff8a42849","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42166":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42167":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"42168":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42169":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42170":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42171":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"42172":{"style":{"__isSmartRef__":true,"id":42173},"chunkOwner":{"__isSmartRef__":true,"id":42164},"storedString":"SearchSourceCode","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42173":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42174":{"morph":{"__isSmartRef__":true,"id":42164},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42175":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42176":{"_Position":{"__isSmartRef__":true,"id":42177},"renderContextTable":{"__isSmartRef__":true,"id":42178},"_Extent":{"__isSmartRef__":true,"id":42179},"_Padding":{"__isSmartRef__":true,"id":42180},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-843c6a8a-3f05-4910-88d5-8e635968be82","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":42181},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42177":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42178":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"42179":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42180":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42181":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42182":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"42183":{"morph":{"__isSmartRef__":true,"id":42153},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42184":{"x":0,"y":525,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42185":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"42186":{"submorphs":[{"__isSmartRef__":true,"id":42187},{"__isSmartRef__":true,"id":42197}],"scripts":[],"shape":{"__isSmartRef__":true,"id":42209},"derivationIds":[null],"id":"0CEFC364-5987-4CA1-A526-D8BF3AD72D28","renderContextTable":{"__isSmartRef__":true,"id":42215},"eventHandler":{"__isSmartRef__":true,"id":42216},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":42217},"partsBinURL":{"__isSmartRef__":true,"id":42218},"targetName":"ServerSearch","partItem":{"__isSmartRef__":true,"id":37099},"owner":{"__isSmartRef__":true,"id":41327},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"42187":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":42188},"derivationIds":[null],"id":"EC802A7C-6849-4097-B831-B529F1DD2192","renderContextTable":{"__isSmartRef__":true,"id":42193},"eventHandler":{"__isSmartRef__":true,"id":42194},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":42195},"priorExtent":{"__isSmartRef__":true,"id":42196},"owner":{"__isSmartRef__":true,"id":42186},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"42188":{"renderContextTable":{"__isSmartRef__":true,"id":42189},"_NodeClass":["morph"],"_NodeId":"morph-ec802a7c-6849-4097-b831-b529f1dd2192","_Extent":{"__isSmartRef__":true,"id":42190},"_Padding":{"__isSmartRef__":true,"id":42191},"stringifiedShapeNode":"
no path
no status
depth
file pattern
4
*js
dir
core/lively/
update search base
browse
ServerSearch
X
M
","extent":{"__isSmartRef__":true,"id":42192},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42189":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"42190":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42191":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42192":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42193":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"42194":{"morph":{"__isSmartRef__":true,"id":42187},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42195":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42196":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42197":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":42198},"derivationIds":[null],"id":"6B12BB4C-EB70-413B-BCBB-90A1A2EDBCE5","renderContextTable":{"__isSmartRef__":true,"id":42204},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":42205}],"eventHandler":{"__isSmartRef__":true,"id":42207},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":42186},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":42208},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42198":{"_Position":{"__isSmartRef__":true,"id":42199},"renderContextTable":{"__isSmartRef__":true,"id":42200},"_Extent":{"__isSmartRef__":true,"id":42201},"_Padding":{"__isSmartRef__":true,"id":42202},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":42203},"_NodeClass":["morph","text"],"_NodeId":"morph-6b12bb4c-eb70-413b-bcbb-90a1a2edbce5","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42199":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42200":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"42201":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42202":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42203":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42204":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"42205":{"style":{"__isSmartRef__":true,"id":42206},"chunkOwner":{"__isSmartRef__":true,"id":42197},"storedString":"ServerSearch","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42206":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42207":{"morph":{"__isSmartRef__":true,"id":42197},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42208":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42209":{"_Position":{"__isSmartRef__":true,"id":42210},"renderContextTable":{"__isSmartRef__":true,"id":42211},"_Extent":{"__isSmartRef__":true,"id":42212},"_Padding":{"__isSmartRef__":true,"id":42213},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-0cefc364-5987-4ca1-a526-d8bf3ad72d28","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":42214},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42210":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42211":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"42212":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42213":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42214":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42215":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"42216":{"morph":{"__isSmartRef__":true,"id":42186},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42217":{"x":105,"y":525,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42218":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"42219":{"submorphs":[{"__isSmartRef__":true,"id":42220},{"__isSmartRef__":true,"id":42230}],"scripts":[],"shape":{"__isSmartRef__":true,"id":42242},"derivationIds":[null],"id":"887AFEBD-687F-4C15-B562-F4D660D69213","renderContextTable":{"__isSmartRef__":true,"id":42248},"eventHandler":{"__isSmartRef__":true,"id":42249},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":42250},"partsBinURL":{"__isSmartRef__":true,"id":42251},"targetName":"StyleEditor","partItem":{"__isSmartRef__":true,"id":37133},"owner":{"__isSmartRef__":true,"id":41327},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"42220":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":42221},"derivationIds":[null],"id":"4CF712AB-E08C-4756-A1C3-316DE73D1EDB","renderContextTable":{"__isSmartRef__":true,"id":42226},"eventHandler":{"__isSmartRef__":true,"id":42227},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":42228},"priorExtent":{"__isSmartRef__":true,"id":42229},"owner":{"__isSmartRef__":true,"id":42219},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"42221":{"renderContextTable":{"__isSmartRef__":true,"id":42222},"_NodeClass":["morph"],"_NodeId":"morph-4cf712ab-e08c-4756-a1c3-316de73d1edb","_Extent":{"__isSmartRef__":true,"id":42223},"_Padding":{"__isSmartRef__":true,"id":42224},"stringifiedShapeNode":"
no target
Border color\n
Fill\n
Border width 
Border radius 
Layout
adjustForNewBounds
resizeWidth
resizeHeight
moveVertical
Border style 
Opacity
centeredVertical
scaleHorizontal
scaleVertical
configure
centeredHorizontal
moveHorizontal
StyleEditor
X
M
","extent":{"__isSmartRef__":true,"id":42225},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42222":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"42223":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42224":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42225":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42226":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"42227":{"morph":{"__isSmartRef__":true,"id":42220},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42228":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42229":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42230":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":42231},"derivationIds":[null],"id":"F5EA611B-99C6-4A37-A217-F4BB2902A61A","renderContextTable":{"__isSmartRef__":true,"id":42237},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":42238}],"eventHandler":{"__isSmartRef__":true,"id":42240},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":42219},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":42241},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42231":{"_Position":{"__isSmartRef__":true,"id":42232},"renderContextTable":{"__isSmartRef__":true,"id":42233},"_Extent":{"__isSmartRef__":true,"id":42234},"_Padding":{"__isSmartRef__":true,"id":42235},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":42236},"_NodeClass":["morph","text"],"_NodeId":"morph-f5ea611b-99c6-4a37-a217-f4bb2902a61a","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42232":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42233":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"42234":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42235":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42236":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42237":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"42238":{"style":{"__isSmartRef__":true,"id":42239},"chunkOwner":{"__isSmartRef__":true,"id":42230},"storedString":"StyleEditor","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42239":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42240":{"morph":{"__isSmartRef__":true,"id":42230},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42241":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42242":{"_Position":{"__isSmartRef__":true,"id":42243},"renderContextTable":{"__isSmartRef__":true,"id":42244},"_Extent":{"__isSmartRef__":true,"id":42245},"_Padding":{"__isSmartRef__":true,"id":42246},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-887afebd-687f-4c15-b562-f4d660d69213","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":42247},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42243":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42244":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"42245":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42246":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42247":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42248":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"42249":{"morph":{"__isSmartRef__":true,"id":42219},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42250":{"x":210,"y":525,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42251":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"42252":{"submorphs":[{"__isSmartRef__":true,"id":42253},{"__isSmartRef__":true,"id":42263}],"scripts":[],"shape":{"__isSmartRef__":true,"id":42275},"derivationIds":[null],"id":"8FB9E14B-4AD5-45E3-BEBF-2262CC2534B3","renderContextTable":{"__isSmartRef__":true,"id":42281},"eventHandler":{"__isSmartRef__":true,"id":42282},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":42283},"partsBinURL":{"__isSmartRef__":true,"id":42284},"targetName":"SystemConsole","partItem":{"__isSmartRef__":true,"id":37167},"owner":{"__isSmartRef__":true,"id":41327},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"42253":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":42254},"derivationIds":[null],"id":"34F71FD1-B16B-4606-B1F8-4BEDF5B67BFA","renderContextTable":{"__isSmartRef__":true,"id":42259},"eventHandler":{"__isSmartRef__":true,"id":42260},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":42261},"priorExtent":{"__isSmartRef__":true,"id":42262},"owner":{"__isSmartRef__":true,"id":42252},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"42254":{"renderContextTable":{"__isSmartRef__":true,"id":42255},"_NodeClass":["morph"],"_NodeId":"morph-34f71fd1-b16b-4606-b1f8-4bedf5b67bfa","_Extent":{"__isSmartRef__":true,"id":42256},"_Padding":{"__isSmartRef__":true,"id":42257},"stringifiedShapeNode":"
X
M
C
G
\n15:59:02 Global.lively.morphic.GrabbingLayer\n15:59:02 Global.lively.morphic.GrabbingLayer\n15:59:06 Text>>rememberSelectionForDoMore setting charsReplaced=no comment
System Console
","extent":{"__isSmartRef__":true,"id":42258},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42255":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"42256":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42257":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42258":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42259":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"42260":{"morph":{"__isSmartRef__":true,"id":42253},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42261":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42262":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42263":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":42264},"derivationIds":[null],"id":"378FE82A-7F49-4C85-8E26-9557D4809469","renderContextTable":{"__isSmartRef__":true,"id":42270},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":42271}],"eventHandler":{"__isSmartRef__":true,"id":42273},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":42252},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":42274},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42264":{"_Position":{"__isSmartRef__":true,"id":42265},"renderContextTable":{"__isSmartRef__":true,"id":42266},"_Extent":{"__isSmartRef__":true,"id":42267},"_Padding":{"__isSmartRef__":true,"id":42268},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":42269},"_NodeClass":["morph","text"],"_NodeId":"morph-378fe82a-7f49-4c85-8e26-9557d4809469","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42265":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42266":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"42267":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42268":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42269":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42270":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"42271":{"style":{"__isSmartRef__":true,"id":42272},"chunkOwner":{"__isSmartRef__":true,"id":42263},"storedString":"SystemConsole","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42272":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42273":{"morph":{"__isSmartRef__":true,"id":42263},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42274":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42275":{"_Position":{"__isSmartRef__":true,"id":42276},"renderContextTable":{"__isSmartRef__":true,"id":42277},"_Extent":{"__isSmartRef__":true,"id":42278},"_Padding":{"__isSmartRef__":true,"id":42279},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-8fb9e14b-4ad5-45e3-bebf-2262cc2534b3","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":42280},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42276":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42277":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"42278":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42279":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42280":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42281":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"42282":{"morph":{"__isSmartRef__":true,"id":42252},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42283":{"x":315,"y":525,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42284":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"42285":{"submorphs":[{"__isSmartRef__":true,"id":42286},{"__isSmartRef__":true,"id":42296}],"scripts":[],"shape":{"__isSmartRef__":true,"id":42308},"derivationIds":[null],"id":"A9E2F8E2-0FF7-4549-8C3C-F0A07FB630A0","renderContextTable":{"__isSmartRef__":true,"id":42314},"eventHandler":{"__isSmartRef__":true,"id":42315},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":42316},"partsBinURL":{"__isSmartRef__":true,"id":42317},"targetName":"TestRunner","partItem":{"__isSmartRef__":true,"id":37201},"owner":{"__isSmartRef__":true,"id":41327},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"42286":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":42287},"derivationIds":[null],"id":"56857ED8-A6BA-4AA2-AED9-439E076DCC1B","renderContextTable":{"__isSmartRef__":true,"id":42292},"eventHandler":{"__isSmartRef__":true,"id":42293},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":42294},"priorExtent":{"__isSmartRef__":true,"id":42295},"owner":{"__isSmartRef__":true,"id":42285},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"42287":{"renderContextTable":{"__isSmartRef__":true,"id":42288},"_NodeClass":["morph"],"_NodeId":"morph-56857ed8-a6ba-4aa2-aed9-439e076dcc1b","_Extent":{"__isSmartRef__":true,"id":42289},"_Padding":{"__isSmartRef__":true,"id":42290},"stringifiedShapeNode":"
add
load selected
select all
select none
remove selected
add defaults
Test Modules
Test Classes
Results
select none
select all
run selected
remove selected
add all available
TestRunner
X
M
","extent":{"__isSmartRef__":true,"id":42291},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42288":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"42289":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42290":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42291":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42292":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"42293":{"morph":{"__isSmartRef__":true,"id":42286},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42294":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42295":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42296":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":42297},"derivationIds":[null],"id":"000864A0-519D-46F3-805A-DFEF34446A0E","renderContextTable":{"__isSmartRef__":true,"id":42303},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":42304}],"eventHandler":{"__isSmartRef__":true,"id":42306},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":42285},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":42307},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42297":{"_Position":{"__isSmartRef__":true,"id":42298},"renderContextTable":{"__isSmartRef__":true,"id":42299},"_Extent":{"__isSmartRef__":true,"id":42300},"_Padding":{"__isSmartRef__":true,"id":42301},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":42302},"_NodeClass":["morph","text"],"_NodeId":"morph-000864a0-519d-46f3-805a-dfef34446a0e","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42298":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42299":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"42300":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42301":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42302":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42303":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"42304":{"style":{"__isSmartRef__":true,"id":42305},"chunkOwner":{"__isSmartRef__":true,"id":42296},"storedString":"TestRunner","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42305":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42306":{"morph":{"__isSmartRef__":true,"id":42296},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42307":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42308":{"_Position":{"__isSmartRef__":true,"id":42309},"renderContextTable":{"__isSmartRef__":true,"id":42310},"_Extent":{"__isSmartRef__":true,"id":42311},"_Padding":{"__isSmartRef__":true,"id":42312},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-a9e2f8e2-0ff7-4549-8c3c-f0a07fb630a0","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":42313},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42309":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42310":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"42311":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42312":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42313":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42314":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"42315":{"morph":{"__isSmartRef__":true,"id":42285},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42316":{"x":420,"y":525,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42317":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"42318":{"submorphs":[{"__isSmartRef__":true,"id":42319},{"__isSmartRef__":true,"id":42329}],"scripts":[],"shape":{"__isSmartRef__":true,"id":42341},"derivationIds":[null],"id":"61BDA80D-B13D-4C8D-AE7B-EBE9455B298B","renderContextTable":{"__isSmartRef__":true,"id":42347},"eventHandler":{"__isSmartRef__":true,"id":42348},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":42349},"partsBinURL":{"__isSmartRef__":true,"id":42350},"targetName":"TestRunnerWithDebuggingSupport","partItem":{"__isSmartRef__":true,"id":37235},"owner":{"__isSmartRef__":true,"id":41327},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"42319":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":42320},"derivationIds":[null],"id":"E30C7AB0-6F3B-472B-AC39-CA454B6950DF","renderContextTable":{"__isSmartRef__":true,"id":42325},"eventHandler":{"__isSmartRef__":true,"id":42326},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":42327},"priorExtent":{"__isSmartRef__":true,"id":42328},"owner":{"__isSmartRef__":true,"id":42318},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"42320":{"renderContextTable":{"__isSmartRef__":true,"id":42321},"_NodeClass":["morph"],"_NodeId":"morph-e30c7ab0-6f3b-472b-ac39-ca454b6950df","_Extent":{"__isSmartRef__":true,"id":42322},"_Padding":{"__isSmartRef__":true,"id":42323},"stringifiedShapeNode":"
add
load selected
select all
select none
remove selected
add defaults
Test Modules
Test Classes
Results
select none
select all
run
remove selected
add all available
debug
TestRunner
X
M
","extent":{"__isSmartRef__":true,"id":42324},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42321":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"42322":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42323":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42324":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42325":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"42326":{"morph":{"__isSmartRef__":true,"id":42319},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42327":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42328":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42329":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":42330},"derivationIds":[null],"id":"5A2355F3-A9A2-4BE8-8C8B-C48503680514","renderContextTable":{"__isSmartRef__":true,"id":42336},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":42337}],"eventHandler":{"__isSmartRef__":true,"id":42339},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":42318},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":42340},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42330":{"_Position":{"__isSmartRef__":true,"id":42331},"renderContextTable":{"__isSmartRef__":true,"id":42332},"_Extent":{"__isSmartRef__":true,"id":42333},"_Padding":{"__isSmartRef__":true,"id":42334},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":42335},"_NodeClass":["morph","text"],"_NodeId":"morph-5a2355f3-a9a2-4be8-8c8b-c48503680514","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42331":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42332":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"42333":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42334":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42335":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42336":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"42337":{"style":{"__isSmartRef__":true,"id":42338},"chunkOwner":{"__isSmartRef__":true,"id":42329},"storedString":"TestRunnerWithD...","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42338":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42339":{"morph":{"__isSmartRef__":true,"id":42329},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42340":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42341":{"_Position":{"__isSmartRef__":true,"id":42342},"renderContextTable":{"__isSmartRef__":true,"id":42343},"_Extent":{"__isSmartRef__":true,"id":42344},"_Padding":{"__isSmartRef__":true,"id":42345},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-61bda80d-b13d-4c8d-ae7b-ebe9455b298b","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":42346},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42342":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42343":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"42344":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42345":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42346":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42347":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"42348":{"morph":{"__isSmartRef__":true,"id":42318},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42349":{"x":0,"y":630,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42350":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"42351":{"submorphs":[{"__isSmartRef__":true,"id":42352},{"__isSmartRef__":true,"id":42362}],"scripts":[],"shape":{"__isSmartRef__":true,"id":42374},"derivationIds":[null],"id":"9AF5A9FE-481E-4DB0-990D-85BD0784BB09","renderContextTable":{"__isSmartRef__":true,"id":42380},"eventHandler":{"__isSmartRef__":true,"id":42381},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":42382},"partsBinURL":{"__isSmartRef__":true,"id":42383},"targetName":"TextAttributePanel","partItem":{"__isSmartRef__":true,"id":37269},"owner":{"__isSmartRef__":true,"id":41327},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"42352":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":42353},"derivationIds":[null],"id":"FBEB7801-2591-4FF6-93F5-7115DC16527F","renderContextTable":{"__isSmartRef__":true,"id":42358},"eventHandler":{"__isSmartRef__":true,"id":42359},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":42360},"priorExtent":{"__isSmartRef__":true,"id":42361},"owner":{"__isSmartRef__":true,"id":42351},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"42353":{"renderContextTable":{"__isSmartRef__":true,"id":42354},"_NodeClass":["morph"],"_NodeId":"morph-fbeb7801-2591-4ff6-93f5-7115dc16527f","_Extent":{"__isSmartRef__":true,"id":42355},"_Padding":{"__isSmartRef__":true,"id":42356},"stringifiedShapeNode":"
TextAttributePanel
X
M
font color:
size:
14
font size:
weight:
normal
font weight:
decoration:
normal
font decoration:
font family:
Arial, sans-serif
font family:
clip mode:
auto
background color:
fixed width:
<lively.morphic.Text#121>
text:
padding:
rect(pt(0.0,0.0),pt(0.0,0.0))
fixed height:
","extent":{"__isSmartRef__":true,"id":42357},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42354":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"42355":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42356":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42357":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42358":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"42359":{"morph":{"__isSmartRef__":true,"id":42352},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42360":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42361":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42362":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":42363},"derivationIds":[null],"id":"C21BB5AB-EEDE-47EF-A9CD-F92C118D959E","renderContextTable":{"__isSmartRef__":true,"id":42369},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":42370}],"eventHandler":{"__isSmartRef__":true,"id":42372},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":42351},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":42373},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42363":{"_Position":{"__isSmartRef__":true,"id":42364},"renderContextTable":{"__isSmartRef__":true,"id":42365},"_Extent":{"__isSmartRef__":true,"id":42366},"_Padding":{"__isSmartRef__":true,"id":42367},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":42368},"_NodeClass":["morph","text"],"_NodeId":"morph-c21bb5ab-eede-47ef-a9cd-f92c118d959e","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42364":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42365":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"42366":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42367":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42368":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42369":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"42370":{"style":{"__isSmartRef__":true,"id":42371},"chunkOwner":{"__isSmartRef__":true,"id":42362},"storedString":"TextAttributePanel","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42371":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42372":{"morph":{"__isSmartRef__":true,"id":42362},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42373":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42374":{"_Position":{"__isSmartRef__":true,"id":42375},"renderContextTable":{"__isSmartRef__":true,"id":42376},"_Extent":{"__isSmartRef__":true,"id":42377},"_Padding":{"__isSmartRef__":true,"id":42378},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-9af5a9fe-481e-4db0-990d-85bd0784bb09","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":42379},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42375":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42376":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"42377":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42378":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42379":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42380":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"42381":{"morph":{"__isSmartRef__":true,"id":42351},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42382":{"x":105,"y":630,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42383":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"42384":{"submorphs":[{"__isSmartRef__":true,"id":42385},{"__isSmartRef__":true,"id":42395}],"scripts":[],"shape":{"__isSmartRef__":true,"id":42407},"derivationIds":[null],"id":"4C5CD529-9C09-4D0F-AA02-5A14E16905A7","renderContextTable":{"__isSmartRef__":true,"id":42413},"eventHandler":{"__isSmartRef__":true,"id":42414},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":42415},"partsBinURL":{"__isSmartRef__":true,"id":42416},"targetName":"TextEditor","partItem":{"__isSmartRef__":true,"id":37303},"owner":{"__isSmartRef__":true,"id":41327},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"42385":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":42386},"derivationIds":[null],"id":"ED5F41C4-EC2D-4300-BFB9-03DE1AAC5CAE","renderContextTable":{"__isSmartRef__":true,"id":42391},"eventHandler":{"__isSmartRef__":true,"id":42392},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":42393},"priorExtent":{"__isSmartRef__":true,"id":42394},"owner":{"__isSmartRef__":true,"id":42384},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"42386":{"renderContextTable":{"__isSmartRef__":true,"id":42387},"_NodeClass":["morph"],"_NodeId":"morph-ed5f41c4-ec2d-4300-bfb9-03de1aac5cae","_Extent":{"__isSmartRef__":true,"id":42388},"_Padding":{"__isSmartRef__":true,"id":42389},"stringifiedShapeNode":"
http://lively-kernel.org/repository/webwerkstatt/webwerkstatt.xhtml
save
load
remove
emtpy
TextEditor
X
M
","extent":{"__isSmartRef__":true,"id":42390},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42387":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"42388":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42389":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42390":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42391":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"42392":{"morph":{"__isSmartRef__":true,"id":42385},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42393":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42394":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42395":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":42396},"derivationIds":[null],"id":"E9B0C1A3-2955-46C0-A5EB-CCCC6B1A847A","renderContextTable":{"__isSmartRef__":true,"id":42402},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":42403}],"eventHandler":{"__isSmartRef__":true,"id":42405},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":42384},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":42406},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42396":{"_Position":{"__isSmartRef__":true,"id":42397},"renderContextTable":{"__isSmartRef__":true,"id":42398},"_Extent":{"__isSmartRef__":true,"id":42399},"_Padding":{"__isSmartRef__":true,"id":42400},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":42401},"_NodeClass":["morph","text"],"_NodeId":"morph-e9b0c1a3-2955-46c0-a5eb-cccc6b1a847a","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42397":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42398":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"42399":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42400":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42401":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42402":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"42403":{"style":{"__isSmartRef__":true,"id":42404},"chunkOwner":{"__isSmartRef__":true,"id":42395},"storedString":"TextEditor","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42404":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42405":{"morph":{"__isSmartRef__":true,"id":42395},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42406":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42407":{"_Position":{"__isSmartRef__":true,"id":42408},"renderContextTable":{"__isSmartRef__":true,"id":42409},"_Extent":{"__isSmartRef__":true,"id":42410},"_Padding":{"__isSmartRef__":true,"id":42411},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-4c5cd529-9c09-4d0f-aa02-5a14e16905a7","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":42412},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42408":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42409":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"42410":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42411":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42412":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42413":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"42414":{"morph":{"__isSmartRef__":true,"id":42384},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42415":{"x":210,"y":630,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42416":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"42417":{"submorphs":[{"__isSmartRef__":true,"id":42418},{"__isSmartRef__":true,"id":42428}],"scripts":[],"shape":{"__isSmartRef__":true,"id":42440},"derivationIds":[null],"id":"325497B8-0090-42F7-A4FC-DE4CD999501D","renderContextTable":{"__isSmartRef__":true,"id":42446},"eventHandler":{"__isSmartRef__":true,"id":42447},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":42448},"partsBinURL":{"__isSmartRef__":true,"id":42449},"targetName":"VersionDiffer","partItem":{"__isSmartRef__":true,"id":37337},"owner":{"__isSmartRef__":true,"id":41327},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"42418":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":42419},"derivationIds":[null],"id":"2525A6F3-0A14-4EC9-86D0-05811E7B4052","renderContextTable":{"__isSmartRef__":true,"id":42424},"eventHandler":{"__isSmartRef__":true,"id":42425},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":42426},"priorExtent":{"__isSmartRef__":true,"id":42427},"owner":{"__isSmartRef__":true,"id":42417},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"42419":{"renderContextTable":{"__isSmartRef__":true,"id":42420},"_NodeClass":["morph"],"_NodeId":"morph-2525a6f3-0a14-4ec9-86d0-05811e7b4052","_Extent":{"__isSmartRef__":true,"id":42421},"_Padding":{"__isSmartRef__":true,"id":42422},"stringifiedShapeNode":"
0.10.20.30.40.50.60.70.80.91.00510
reset
show history
enter url here
update
visit
diff
no diff
more
VersionDiffer
X
M
","extent":{"__isSmartRef__":true,"id":42423},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42420":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"42421":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42422":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42423":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42424":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"42425":{"morph":{"__isSmartRef__":true,"id":42418},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42426":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42427":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42428":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":42429},"derivationIds":[null],"id":"1771DFE9-4D71-4BCF-A09E-3310221CD61D","renderContextTable":{"__isSmartRef__":true,"id":42435},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":42436}],"eventHandler":{"__isSmartRef__":true,"id":42438},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":42417},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":42439},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42429":{"_Position":{"__isSmartRef__":true,"id":42430},"renderContextTable":{"__isSmartRef__":true,"id":42431},"_Extent":{"__isSmartRef__":true,"id":42432},"_Padding":{"__isSmartRef__":true,"id":42433},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":42434},"_NodeClass":["morph","text"],"_NodeId":"morph-1771dfe9-4d71-4bcf-a09e-3310221cd61d","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42430":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42431":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"42432":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42433":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42434":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42435":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"42436":{"style":{"__isSmartRef__":true,"id":42437},"chunkOwner":{"__isSmartRef__":true,"id":42428},"storedString":"VersionDiffer","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42437":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42438":{"morph":{"__isSmartRef__":true,"id":42428},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42439":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42440":{"_Position":{"__isSmartRef__":true,"id":42441},"renderContextTable":{"__isSmartRef__":true,"id":42442},"_Extent":{"__isSmartRef__":true,"id":42443},"_Padding":{"__isSmartRef__":true,"id":42444},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-325497b8-0090-42f7-a4fc-de4cd999501d","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":42445},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42441":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42442":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"42443":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42444":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42445":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42446":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"42447":{"morph":{"__isSmartRef__":true,"id":42417},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42448":{"x":315,"y":630,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42449":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"42450":{"submorphs":[{"__isSmartRef__":true,"id":42451},{"__isSmartRef__":true,"id":42461}],"scripts":[],"shape":{"__isSmartRef__":true,"id":42473},"derivationIds":[null],"id":"E8346039-2F34-4150-9B83-EE775C49B6EC","renderContextTable":{"__isSmartRef__":true,"id":42479},"eventHandler":{"__isSmartRef__":true,"id":42480},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":42481},"partsBinURL":{"__isSmartRef__":true,"id":42482},"targetName":"VerticalSpaceMaker","partItem":{"__isSmartRef__":true,"id":37371},"owner":{"__isSmartRef__":true,"id":41327},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"42451":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":42452},"derivationIds":[null],"id":"0151C7E0-FEAE-4FEE-8DB2-8C3D38EB7707","renderContextTable":{"__isSmartRef__":true,"id":42457},"eventHandler":{"__isSmartRef__":true,"id":42458},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":42459},"priorExtent":{"__isSmartRef__":true,"id":42460},"owner":{"__isSmartRef__":true,"id":42450},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"42452":{"renderContextTable":{"__isSmartRef__":true,"id":42453},"_NodeClass":["morph"],"_NodeId":"morph-0151c7e0-feae-4fee-8db2-8c3d38eb7707","_Extent":{"__isSmartRef__":true,"id":42454},"_Padding":{"__isSmartRef__":true,"id":42455},"stringifiedShapeNode":"
make vertical space
","extent":{"__isSmartRef__":true,"id":42456},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42453":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"42454":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42455":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42456":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42457":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"42458":{"morph":{"__isSmartRef__":true,"id":42451},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42459":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42460":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42461":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":42462},"derivationIds":[null],"id":"9C5A0E1B-4907-40C4-A974-CE97016ECFA5","renderContextTable":{"__isSmartRef__":true,"id":42468},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":42469}],"eventHandler":{"__isSmartRef__":true,"id":42471},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":42450},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":42472},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42462":{"_Position":{"__isSmartRef__":true,"id":42463},"renderContextTable":{"__isSmartRef__":true,"id":42464},"_Extent":{"__isSmartRef__":true,"id":42465},"_Padding":{"__isSmartRef__":true,"id":42466},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":42467},"_NodeClass":["morph","text"],"_NodeId":"morph-9c5a0e1b-4907-40c4-a974-ce97016ecfa5","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42463":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42464":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"42465":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42466":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42467":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42468":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"42469":{"style":{"__isSmartRef__":true,"id":42470},"chunkOwner":{"__isSmartRef__":true,"id":42461},"storedString":"VerticalSpaceMaker","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42470":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42471":{"morph":{"__isSmartRef__":true,"id":42461},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42472":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42473":{"_Position":{"__isSmartRef__":true,"id":42474},"renderContextTable":{"__isSmartRef__":true,"id":42475},"_Extent":{"__isSmartRef__":true,"id":42476},"_Padding":{"__isSmartRef__":true,"id":42477},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-e8346039-2f34-4150-9b83-ee775c49b6ec","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":42478},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42474":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42475":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"42476":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42477":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42478":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42479":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"42480":{"morph":{"__isSmartRef__":true,"id":42450},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42481":{"x":420,"y":630,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42482":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"42483":{"submorphs":[{"__isSmartRef__":true,"id":42484},{"__isSmartRef__":true,"id":42494}],"scripts":[],"shape":{"__isSmartRef__":true,"id":42506},"derivationIds":[null],"id":"9B537ADC-3FEA-4551-AA81-5103A35DE259","renderContextTable":{"__isSmartRef__":true,"id":42512},"eventHandler":{"__isSmartRef__":true,"id":42513},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":42514},"partsBinURL":{"__isSmartRef__":true,"id":42515},"targetName":"WindowFinder","partItem":{"__isSmartRef__":true,"id":37405},"owner":{"__isSmartRef__":true,"id":41327},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"42484":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":42485},"derivationIds":[null],"id":"B350DDC5-F61A-4FBD-9981-E14C0FA6EF2E","renderContextTable":{"__isSmartRef__":true,"id":42490},"eventHandler":{"__isSmartRef__":true,"id":42491},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":42492},"priorExtent":{"__isSmartRef__":true,"id":42493},"owner":{"__isSmartRef__":true,"id":42483},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"42485":{"renderContextTable":{"__isSmartRef__":true,"id":42486},"_NodeClass":["morph"],"_NodeId":"morph-b350ddc5-f61a-4fbd-9981-e14c0fa6ef2e","_Extent":{"__isSmartRef__":true,"id":42487},"_Padding":{"__isSmartRef__":true,"id":42488},"stringifiedShapeNode":"
List Windows
WindowFinder
X
M
","extent":{"__isSmartRef__":true,"id":42489},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42486":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"42487":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42488":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42489":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42490":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"42491":{"morph":{"__isSmartRef__":true,"id":42484},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42492":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42493":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42494":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":42495},"derivationIds":[null],"id":"38E22DBB-6CCC-4CD6-A118-58BDFE622E0F","renderContextTable":{"__isSmartRef__":true,"id":42501},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":42502}],"eventHandler":{"__isSmartRef__":true,"id":42504},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":42483},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":42505},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42495":{"_Position":{"__isSmartRef__":true,"id":42496},"renderContextTable":{"__isSmartRef__":true,"id":42497},"_Extent":{"__isSmartRef__":true,"id":42498},"_Padding":{"__isSmartRef__":true,"id":42499},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":42500},"_NodeClass":["morph","text"],"_NodeId":"morph-38e22dbb-6ccc-4cd6-a118-58bdfe622e0f","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42496":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42497":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"42498":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42499":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42500":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42501":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"42502":{"style":{"__isSmartRef__":true,"id":42503},"chunkOwner":{"__isSmartRef__":true,"id":42494},"storedString":"WindowFinder","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42503":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"42504":{"morph":{"__isSmartRef__":true,"id":42494},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42505":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42506":{"_Position":{"__isSmartRef__":true,"id":42507},"renderContextTable":{"__isSmartRef__":true,"id":42508},"_Extent":{"__isSmartRef__":true,"id":42509},"_Padding":{"__isSmartRef__":true,"id":42510},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-9b537adc-3fea-4551-aa81-5103a35de259","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":42511},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"42507":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42508":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"42509":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42510":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42511":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42512":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"42513":{"morph":{"__isSmartRef__":true,"id":42483},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"42514":{"x":0,"y":735,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42515":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"42516":{"position":{"__isSmartRef__":true,"id":42517},"_Extent":{"__isSmartRef__":true,"id":42518},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":42519},"_Fill":{"__isSmartRef__":true,"id":42520},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":42521},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"scroll","_Padding":{"__isSmartRef__":true,"id":42522},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"42517":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"42518":{"x":607.573230508443,"y":437.2498366837016,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"42519":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"42520":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42521":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"42522":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"42523":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"idOnLoad":"28254684-6AA0-4937-976A-94DC15D0E96C","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"42524":{"x":607.573230508443,"y":437.2498366837016,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"42525":{"sourceObj":{"__isSmartRef__":true,"id":41327},"sourceAttrName":"selectedItem","targetObj":{"__isSmartRef__":true,"id":39463},"targetMethodName":"setSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"42526":{"resizeHeight":true,"resizeWidth":true},"42527":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"42528":{"morph":{"__isSmartRef__":true,"id":41327},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"42529":{"x":156,"y":38,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"42530":{"partsSpaceName":"PartsBin/Tools/","name":"ObjectEditor","json":"{\"id\":0,\"registry\":{\"0\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1},{\"__isSmartRef__\":true,\"id\":1668},{\"__isSmartRef__\":true,\"id\":1708}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1856},\"id\":\"2F4F6161-9F4C-469E-AF56-24765FF03B72\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1861},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1862},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":1863},\"LK2\":true,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1864},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":1},\"titleBar\":{\"__isSmartRef__\":true,\"id\":1708},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":1865},\"collapsedTransform\":{\"__isSmartRef__\":true,\"id\":1866},\"collapsedExtent\":{\"__isSmartRef__\":true,\"id\":1867},\"expandedTransform\":{\"__isSmartRef__\":true,\"id\":1868},\"expandedExtent\":{\"__isSmartRef__\":true,\"id\":1869},\"ignoreEventsOnExpand\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1870},\"name\":\"ObjectEditor\",\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":1931},\"highlighted\":false,\"cameForward\":false,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"expandedPosition\":{\"__isSmartRef__\":true,\"id\":1932},\"state\":\"expanded\",\"collapsedPosition\":{\"__isSmartRef__\":true,\"id\":1933},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isBeingDragged\":false,\"prevScroll\":[0,0],\"minSize\":{\"__isSmartRef__\":true,\"id\":1934},\"minExtent\":{\"__isSmartRef__\":true,\"id\":1935},\"isCopyMorphRef\":true,\"morphRefId\":16,\"derivationIds\":[205,\"2951753B-EB95-4093-A0DD-249E83AC2204\",\"A32DE788-E06D-492C-B2E6-19C3710B5AE0\",\"96D56291-98FB-42C4-A247-0A20B4183B14\",\"1E6BCC46-3FE3-4950-AE50-9751458F7E18\",\"22248328-5B04-4E39-ADDE-460C107C790F\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":1936},\"moved\":true,\"_Rotation\":0,\"_Scale\":1.008036120330794,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1937},\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"1\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2},{\"__isSmartRef__\":true,\"id\":855},{\"__isSmartRef__\":true,\"id\":637},{\"__isSmartRef__\":true,\"id\":870},{\"__isSmartRef__\":true,\"id\":886},{\"__isSmartRef__\":true,\"id\":937},{\"__isSmartRef__\":true,\"id\":987},{\"__isSmartRef__\":true,\"id\":1043},{\"__isSmartRef__\":true,\"id\":497},{\"__isSmartRef__\":true,\"id\":514},{\"__isSmartRef__\":true,\"id\":1098},{\"__isSmartRef__\":true,\"id\":1216},{\"__isSmartRef__\":true,\"id\":1231},{\"__isSmartRef__\":true,\"id\":1246},{\"__isSmartRef__\":true,\"id\":1331},{\"__isSmartRef__\":true,\"id\":1415},{\"__isSmartRef__\":true,\"id\":1499}],\"scripts\":[],\"id\":\"BA6D5198-5AC2-4A63-9597-D4CF98A99CA9\",\"shape\":{\"__isSmartRef__\":true,\"id\":1547},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"showsHalos\":false,\"name\":\"ObjectEditorPane\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1554},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1557},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1558},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1559},\"layout\":{\"__isSmartRef__\":true,\"id\":1560},\"target\":null,\"scriptPane\":{\"__isSmartRef__\":true,\"id\":497},\"scriptList\":{\"__isSmartRef__\":true,\"id\":2},\"connectionList\":{\"__isSmartRef__\":true,\"id\":637},\"morphSelector\":{\"__isSmartRef__\":true,\"id\":1098},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"changeIndicator\":{\"__isSmartRef__\":true,\"id\":514},\"isBeingDragged\":false,\"prevScroll\":[0,0],\"grabbingEnabled\":false,\"draggingEnabled\":false,\"currentCategory\":null,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1561},\"tagChooser\":{\"__isSmartRef__\":true,\"id\":1246},\"currentTag\":null,\"derivationIds\":[206,\"3BDE080D-3D60-4BB9-A690-E6001350F596\",\"00E28CBF-E803-4BC0-93CC-651AC21008A5\",\"1B7E7936-0145-47E4-8433-DFE58134E74B\",\"422B98E3-E52B-4057-9C28-865873682DE1\",\"BCDE8D30-ECC2-4883-9587-2518B6822233\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":1562},\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1563},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"2\":{\"submorphs\":[],\"scripts\":[],\"id\":\"CA99FFE7-13DD-4721-8DE2-6A587B0C65D9\",\"shape\":{\"__isSmartRef__\":true,\"id\":3},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":10},\"itemList\":[],\"selectedLineNo\":1,\"showsHalos\":false,\"name\":\"ObjectEditorScriptList\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":11},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"_ClipMode\":\"auto\",\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":12},\"prevScroll\":[0,0],\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":13}],\"doNotSerialize\":[\"$$selection\"],\"doNotCopyProperties\":[\"$$selection\"],\"layout\":{\"__isSmartRef__\":true,\"id\":18},\"doitContext\":{\"__isSmartRef__\":true,\"id\":19},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":844},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":845},\"_FontSize\":10,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":846},\"isBeingDragged\":false,\"grabbingEnabled\":false,\"draggingEnabled\":false,\"isCopyMorphRef\":true,\"morphRefId\":17,\"currentCategory\":null,\"derivationIds\":[207,\"D87334B5-DFB8-438D-8038-D2C55A798E3B\",\"4242A24B-D284-4130-BB19-C1AB8C7E96CB\",\"1F2230C1-4745-4EED-8827-5D3FC0EA8D8A\",\"1260A8AA-AD41-451A-A761-BE75A33282E8\",\"11AABB24-1595-4EDC-95DF-8BC66785F47A\"],\"selection\":null,\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":847},\"__LivelyClassName__\":\"lively.morphic.List\"},\"3\":{\"position\":{\"__isSmartRef__\":true,\"id\":4},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6},\"_Fill\":{\"__isSmartRef__\":true,\"id\":7},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":8},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":9},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5\":{\"x\":180,\"y\":337.61253261443596,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"8\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"9\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"10\":{\"x\":10,\"y\":63.027958027992966,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"11\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"migrationLevel\":2,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"12\":{\"x\":180,\"y\":338.61253261443596,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"13\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2},\"sourceAttrName\":\"selection\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"displaySourceForScript\",\"converterString\":\"function (value) {\\n return (value === '-- ALL --') ? null : value;\\n}\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":14},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":15},\"__LivelyClassName__\":\"AttributeConnection\"},\"14\":{\"source\":{\"__isSmartRef__\":true,\"id\":2},\"target\":{\"__isSmartRef__\":true,\"id\":1}},\"15\":{\"converter\":{\"__isSmartRef__\":true,\"id\":16}},\"16\":{\"originalFunc\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":14},\"source\":\"function (value) {\\n return (value === '-- ALL --') ? null : value;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":17},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"17\":{},\"18\":{\"resizeHeight\":true},\"19\":{\"submorphs\":[],\"scripts\":[],\"id\":836,\"shape\":{\"__isSmartRef__\":true,\"id\":20},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":25},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":26},\"titleBar\":{\"__isSmartRef__\":true,\"id\":27},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":168},\"collapsedTransform\":null,\"collapsedExtent\":null,\"expandedTransform\":{\"__isSmartRef__\":true,\"id\":169},\"expandedExtent\":{\"__isSmartRef__\":true,\"id\":170},\"highlighted\":true,\"_Rotation\":0,\"_Scale\":1,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":171},\"showsHalos\":false,\"name\":\"ObjectEditor\",\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"target\":{\"__isSmartRef__\":true,\"id\":172},\"expandedPosition\":{\"__isSmartRef__\":true,\"id\":495},\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":496},\"scriptList\":{\"__isSmartRef__\":true,\"id\":2},\"scriptPane\":{\"__isSmartRef__\":true,\"id\":497},\"classButton\":{\"__isSmartRef__\":true,\"id\":592},\"connectionList\":{\"__isSmartRef__\":true,\"id\":637},\"targetButton\":{\"__isSmartRef__\":true,\"id\":662},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":705},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Position\":{\"__isSmartRef__\":true,\"id\":706},\"morphSelector\":{\"__isSmartRef__\":true,\"id\":707},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":791},\"cameForward\":false,\"isCopyMorphRef\":true,\"morphRefId\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":792},\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"20\":{\"_BorderWidth\":1,\"_Fill\":{\"__isSmartRef__\":true,\"id\":21},\"_StrokeOpacity\":0,\"_BorderRadius\":9.25,\"_Extent\":{\"__isSmartRef__\":true,\"id\":22},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":23},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":24},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"21\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"22\":{\"x\":981,\"y\":585.2,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"23\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"24\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"25\":{\"adjustForNewBounds\":true},\"26\":{\"x\":981,\"y\":585.2,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"27\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":28},{\"__isSmartRef__\":true,\"id\":41},{\"__isSmartRef__\":true,\"id\":85},{\"__isSmartRef__\":true,\"id\":117}],\"scripts\":[],\"id\":837,\"shape\":{\"__isSmartRef__\":true,\"id\":150},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":163},\"_Position\":{\"__isSmartRef__\":true,\"id\":164},\"eventsAreIgnored\":true,\"windowMorph\":{\"__isSmartRef__\":true,\"id\":19},\"label\":{\"__isSmartRef__\":true,\"id\":28},\"closeButton\":{\"__isSmartRef__\":true,\"id\":41},\"menuButton\":{\"__isSmartRef__\":true,\"id\":85},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":117},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":165},\"owner\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"name\":\"ObjectEditorTitleBar\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":166},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":167},\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"28\":{\"submorphs\":[],\"scripts\":[],\"id\":838,\"shape\":{\"__isSmartRef__\":true,\"id\":29},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":34},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":35},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":36},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":37}],\"evalEnabled\":false,\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":10,\"_Align\":\"center\",\"owner\":{\"__isSmartRef__\":true,\"id\":27},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":39},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":40},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"29\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":30},\"_Extent\":{\"__isSmartRef__\":true,\"id\":31},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":32},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":33},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"30\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"31\":{\"x\":921.9776803724167,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"32\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"33\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"34\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"35\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"36\":{\"x\":921.9776803724167,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"37\":{\"style\":{\"__isSmartRef__\":true,\"id\":38},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":28},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"38\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"39\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"40\":{\"morph\":{\"__isSmartRef__\":true,\"id\":28},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"41\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":42}],\"scripts\":[],\"id\":839,\"shape\":{\"__isSmartRef__\":true,\"id\":54},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":69},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":70},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":58},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":71},\"label\":{\"__isSmartRef__\":true,\"id\":42},\"owner\":{\"__isSmartRef__\":true,\"id\":27},\"layout\":{\"__isSmartRef__\":true,\"id\":80},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":81},{\"__isSmartRef__\":true,\"id\":82}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":83},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":84},\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"42\":{\"submorphs\":[],\"scripts\":[],\"id\":840,\"shape\":{\"__isSmartRef__\":true,\"id\":43},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":47},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":48},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":49},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":50}],\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":41},\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":8,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":52},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":53},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"43\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":44},\"_Extent\":{\"__isSmartRef__\":true,\"id\":45},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":32},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":46},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"44\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"45\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"46\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"47\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"48\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"49\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"50\":{\"style\":{\"__isSmartRef__\":true,\"id\":51},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":42},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"51\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"52\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"53\":{\"morph\":{\"__isSmartRef__\":true,\"id\":42},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"54\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":55},\"_Extent\":{\"__isSmartRef__\":true,\"id\":56},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":57},\"_Fill\":{\"__isSmartRef__\":true,\"id\":58},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":68},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"55\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"56\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"57\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"58\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":59},{\"__isSmartRef__\":true,\"id\":61},{\"__isSmartRef__\":true,\"id\":63},{\"__isSmartRef__\":true,\"id\":65}],\"vector\":{\"__isSmartRef__\":true,\"id\":67},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"59\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":60}},\"60\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"61\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":62}},\"62\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"63\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":64}},\"64\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"65\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":66}},\"66\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"67\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"68\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"69\":{\"x\":960.9776803724167,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"70\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"71\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":72},{\"__isSmartRef__\":true,\"id\":74},{\"__isSmartRef__\":true,\"id\":76},{\"__isSmartRef__\":true,\"id\":78}],\"vector\":{\"__isSmartRef__\":true,\"id\":67},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"72\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":73}},\"73\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"74\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":75}},\"75\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"76\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":77}},\"77\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"78\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":79}},\"79\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"80\":{\"moveHorizontal\":true},\"81\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":41},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"82\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":41},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"83\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"84\":{\"morph\":{\"__isSmartRef__\":true,\"id\":41},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"85\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":86}],\"scripts\":[],\"id\":841,\"shape\":{\"__isSmartRef__\":true,\"id\":98},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":102},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":103},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":58},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":104},\"label\":{\"__isSmartRef__\":true,\"id\":86},\"owner\":{\"__isSmartRef__\":true,\"id\":27},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":113},{\"__isSmartRef__\":true,\"id\":114}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"showsHalos\":false,\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":115},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":116},\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"86\":{\"submorphs\":[],\"scripts\":[],\"id\":842,\"shape\":{\"__isSmartRef__\":true,\"id\":87},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":91},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":92},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":93},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":94}],\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":85},\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":8,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":96},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":97},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"87\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":88},\"_Extent\":{\"__isSmartRef__\":true,\"id\":89},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":32},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":90},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"88\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"89\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"90\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"91\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"92\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"93\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"94\":{\"style\":{\"__isSmartRef__\":true,\"id\":95},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":86},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"95\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"96\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"97\":{\"morph\":{\"__isSmartRef__\":true,\"id\":86},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"98\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":99},\"_Extent\":{\"__isSmartRef__\":true,\"id\":100},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":57},\"_Fill\":{\"__isSmartRef__\":true,\"id\":58},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":101},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"99\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"100\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"101\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"102\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"103\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"104\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":105},{\"__isSmartRef__\":true,\"id\":107},{\"__isSmartRef__\":true,\"id\":109},{\"__isSmartRef__\":true,\"id\":111}],\"vector\":{\"__isSmartRef__\":true,\"id\":67},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"105\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":106}},\"106\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"107\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":108}},\"108\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"109\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":110}},\"110\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"111\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":112}},\"112\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"113\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":85},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"114\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":85},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"115\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"116\":{\"morph\":{\"__isSmartRef__\":true,\"id\":85},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"117\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":118}],\"scripts\":[],\"id\":843,\"shape\":{\"__isSmartRef__\":true,\"id\":130},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":134},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":135},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":58},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":136},\"label\":{\"__isSmartRef__\":true,\"id\":118},\"owner\":{\"__isSmartRef__\":true,\"id\":27},\"layout\":{\"__isSmartRef__\":true,\"id\":145},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":146},{\"__isSmartRef__\":true,\"id\":147}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":148},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":149},\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"118\":{\"submorphs\":[],\"scripts\":[],\"id\":844,\"shape\":{\"__isSmartRef__\":true,\"id\":119},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":123},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":124},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":125},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":126}],\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":117},\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":8,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":128},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":129},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"119\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":120},\"_Extent\":{\"__isSmartRef__\":true,\"id\":121},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":32},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":122},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"120\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"121\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"122\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"123\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"124\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"125\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"126\":{\"style\":{\"__isSmartRef__\":true,\"id\":127},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":118},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"127\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"128\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"129\":{\"morph\":{\"__isSmartRef__\":true,\"id\":118},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"130\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":131},\"_Extent\":{\"__isSmartRef__\":true,\"id\":132},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":57},\"_Fill\":{\"__isSmartRef__\":true,\"id\":58},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":133},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"131\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"132\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"133\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"134\":{\"x\":941.9776803724167,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"135\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"136\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":137},{\"__isSmartRef__\":true,\"id\":139},{\"__isSmartRef__\":true,\"id\":141},{\"__isSmartRef__\":true,\"id\":143}],\"vector\":{\"__isSmartRef__\":true,\"id\":67},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"137\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":138}},\"138\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"139\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":140}},\"140\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"141\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":142}},\"142\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"143\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":144}},\"144\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"145\":{\"moveHorizontal\":true},\"146\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":117},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"147\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":117},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"148\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"149\":{\"morph\":{\"__isSmartRef__\":true,\"id\":117},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"150\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":151},\"_Extent\":{\"__isSmartRef__\":true,\"id\":152},\"_BorderWidth\":2,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":153},\"_Fill\":{\"__isSmartRef__\":true,\"id\":154},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":162},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"151\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"152\":{\"x\":980.9776803724167,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"153\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"154\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":155},{\"__isSmartRef__\":true,\"id\":157},{\"__isSmartRef__\":true,\"id\":159}],\"vector\":{\"__isSmartRef__\":true,\"id\":161},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"155\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":156}},\"156\":{\"r\":0.7200000000000001,\"g\":0.7200000000000001,\"b\":0.7200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"157\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":158}},\"158\":{\"r\":0.9,\"g\":0.9,\"b\":0.9,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"159\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":160}},\"160\":{\"r\":0.7200000000000001,\"g\":0.7200000000000001,\"b\":0.7200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"161\":{\"x\":0,\"y\":1,\"width\":0,\"height\":-1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"162\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"163\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"164\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"165\":{\"x\":980.9776803724167,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"166\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"167\":{\"morph\":{\"__isSmartRef__\":true,\"id\":27},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"168\":{\"x\":0,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"169\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":377.6609726943286,\"f\":419.5142810783999,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"lively.morphic.Similitude\"},\"170\":{\"x\":861.5223196275833,\"y\":575.166499196892,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"171\":{\"x\":613,\"y\":129,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"172\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":173},\"id\":394,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":179},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":180}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":182},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":183},\"_ClipMode\":\"auto\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":184},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":185},\"_MaxTextWidth\":500,\"_MaxTextHeight\":200,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":186},\"layout\":{\"__isSmartRef__\":true,\"id\":333},\"doitContext\":{\"__isSmartRef__\":true,\"id\":334},\"priorSelectionRange\":[0,36],\"charsReplaced\":\"\",\"lastFindLoc\":20,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"173\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":174},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":175},\"_Extent\":{\"__isSmartRef__\":true,\"id\":176},\"_BorderWidth\":2,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":{\"__isSmartRef__\":true,\"id\":178},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"174\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"175\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"176\":{\"x\":500,\"y\":200,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"177\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"178\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"179\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"180\":{\"style\":{\"__isSmartRef__\":true,\"id\":181},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":172},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"181\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"182\":{\"morph\":{\"__isSmartRef__\":true,\"id\":172},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"183\":{\"x\":2,\"y\":1,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"184\":{\"x\":0,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"185\":{\"x\":500,\"y\":200,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"186\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":172},{\"__isSmartRef__\":true,\"id\":187}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":324},\"id\":395,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":327},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":328},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":329},\"LK2\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":330},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":331},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":172},\"titleBar\":{\"__isSmartRef__\":true,\"id\":187},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":184},\"collapsedTransform\":null,\"collapsedExtent\":null,\"expandedTransform\":null,\"expandedExtent\":null,\"ignoreEventsOnExpand\":false,\"highlighted\":true,\"_Rotation\":0,\"_Scale\":1,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":332},\"cameForward\":false,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"187\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":188},{\"__isSmartRef__\":true,\"id\":201},{\"__isSmartRef__\":true,\"id\":247},{\"__isSmartRef__\":true,\"id\":280}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":314},\"id\":396,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":319},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":320},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":321},\"_Position\":{\"__isSmartRef__\":true,\"id\":322},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":186},\"label\":{\"__isSmartRef__\":true,\"id\":188},\"closeButton\":{\"__isSmartRef__\":true,\"id\":201},\"menuButton\":{\"__isSmartRef__\":true,\"id\":247},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":280},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":323},\"owner\":{\"__isSmartRef__\":true,\"id\":186},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"188\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":189},\"id\":397,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":193},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":194}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":196},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":197},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"layout\":{\"__isSmartRef__\":true,\"id\":198},\"_FontSize\":10,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"owner\":{\"__isSmartRef__\":true,\"id\":187},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":199},\"_MaxTextWidth\":441,\"_MaxTextHeight\":17,\"_Position\":{\"__isSmartRef__\":true,\"id\":200},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"189\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":190},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":191},\"_Extent\":{\"__isSmartRef__\":true,\"id\":192},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"190\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"191\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"192\":{\"x\":441,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"193\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"194\":{\"style\":{\"__isSmartRef__\":true,\"id\":195},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":188},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"195\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"196\":{\"morph\":{\"__isSmartRef__\":true,\"id\":188},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"197\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"198\":{\"resizeWidth\":true},\"199\":{\"x\":0,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"200\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"201\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":202}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":214},\"id\":398,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":229},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":230},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":231},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":232},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":233},\"label\":{\"__isSmartRef__\":true,\"id\":202},\"owner\":{\"__isSmartRef__\":true,\"id\":187},\"layout\":{\"__isSmartRef__\":true,\"id\":242},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":243},{\"__isSmartRef__\":true,\"id\":245}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"202\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":203},\"id\":399,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":207},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":208}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":210},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":212},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":213},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":201},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"203\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":204},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":205},\"_Extent\":{\"__isSmartRef__\":true,\"id\":206},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"204\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"205\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"206\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"207\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"208\":{\"style\":{\"__isSmartRef__\":true,\"id\":209},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":202},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"209\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"210\":{\"morph\":{\"__isSmartRef__\":true,\"id\":202},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"211\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"212\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"213\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"214\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":215},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":216},\"_Extent\":{\"__isSmartRef__\":true,\"id\":217},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"215\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"216\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"217\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"218\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"219\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":220},{\"__isSmartRef__\":true,\"id\":222},{\"__isSmartRef__\":true,\"id\":224},{\"__isSmartRef__\":true,\"id\":226}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"220\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":221}},\"221\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"222\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":223}},\"223\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"224\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":225}},\"225\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"226\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":227}},\"227\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"228\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"229\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"230\":{\"morph\":{\"__isSmartRef__\":true,\"id\":201},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"231\":{\"x\":480,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"232\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"233\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":234},{\"__isSmartRef__\":true,\"id\":236},{\"__isSmartRef__\":true,\"id\":238},{\"__isSmartRef__\":true,\"id\":240}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"234\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":235}},\"235\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"236\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":237}},\"237\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"238\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":239}},\"239\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"240\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":241}},\"241\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"242\":{\"moveHorizontal\":true},\"243\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":201},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":244},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"244\":{\"source\":{\"__isSmartRef__\":true,\"id\":201},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"245\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":201},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":246},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"246\":{\"source\":{\"__isSmartRef__\":true,\"id\":201},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"247\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":248}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":259},\"id\":400,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":263},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":264},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":265},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":266},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":267},\"label\":{\"__isSmartRef__\":true,\"id\":248},\"owner\":{\"__isSmartRef__\":true,\"id\":187},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":276},{\"__isSmartRef__\":true,\"id\":278}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"248\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":249},\"id\":401,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":253},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":254}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":256},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":257},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":258},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":247},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"249\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":250},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":251},\"_Extent\":{\"__isSmartRef__\":true,\"id\":252},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"250\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"251\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"252\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"253\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"254\":{\"style\":{\"__isSmartRef__\":true,\"id\":255},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":248},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"255\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"256\":{\"morph\":{\"__isSmartRef__\":true,\"id\":248},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"257\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"258\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"259\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":260},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":261},\"_Extent\":{\"__isSmartRef__\":true,\"id\":262},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"260\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"261\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"262\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"263\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"264\":{\"morph\":{\"__isSmartRef__\":true,\"id\":247},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"265\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"266\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"267\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":268},{\"__isSmartRef__\":true,\"id\":270},{\"__isSmartRef__\":true,\"id\":272},{\"__isSmartRef__\":true,\"id\":274}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"268\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":269}},\"269\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"270\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":271}},\"271\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"272\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":273}},\"273\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"274\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":275}},\"275\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"276\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":247},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":277},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"277\":{\"source\":{\"__isSmartRef__\":true,\"id\":247},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"278\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":247},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":279},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"279\":{\"source\":{\"__isSmartRef__\":true,\"id\":247},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"280\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":281}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":292},\"id\":402,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":296},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":297},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":298},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":299},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":300},\"label\":{\"__isSmartRef__\":true,\"id\":281},\"owner\":{\"__isSmartRef__\":true,\"id\":187},\"layout\":{\"__isSmartRef__\":true,\"id\":309},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":310},{\"__isSmartRef__\":true,\"id\":312}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"281\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":282},\"id\":403,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":286},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":287}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":289},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":290},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":291},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":280},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"282\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":283},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":284},\"_Extent\":{\"__isSmartRef__\":true,\"id\":285},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"283\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"284\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"285\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"286\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"287\":{\"style\":{\"__isSmartRef__\":true,\"id\":288},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":281},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"288\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"289\":{\"morph\":{\"__isSmartRef__\":true,\"id\":281},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"290\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"291\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"292\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":293},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":294},\"_Extent\":{\"__isSmartRef__\":true,\"id\":295},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"293\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"294\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"295\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"296\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"297\":{\"morph\":{\"__isSmartRef__\":true,\"id\":280},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"298\":{\"x\":461,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"299\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"300\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":301},{\"__isSmartRef__\":true,\"id\":303},{\"__isSmartRef__\":true,\"id\":305},{\"__isSmartRef__\":true,\"id\":307}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"301\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":302}},\"302\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"303\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":304}},\"304\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"305\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":306}},\"306\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"307\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":308}},\"308\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"309\":{\"moveHorizontal\":true},\"310\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":280},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":311},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"311\":{\"source\":{\"__isSmartRef__\":true,\"id\":280},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"312\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":280},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":313},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"313\":{\"source\":{\"__isSmartRef__\":true,\"id\":280},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"314\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":315},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":316},\"_Extent\":{\"__isSmartRef__\":true,\"id\":317},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":318},\"_Fill\":{\"__isSmartRef__\":true,\"id\":154},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"315\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"316\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"317\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"318\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"319\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"320\":{\"morph\":{\"__isSmartRef__\":true,\"id\":187},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"321\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"322\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"323\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"324\":{\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":325},\"_BorderWidth\":0,\"_Fill\":null,\"_StrokeOpacity\":0,\"_BorderRadius\":0,\"_Extent\":{\"__isSmartRef__\":true,\"id\":326},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"325\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"326\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"327\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"328\":{\"morph\":{\"__isSmartRef__\":true,\"id\":186},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"329\":{\"adjustForNewBounds\":true},\"330\":{\"x\":1234,\"y\":448,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"331\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"332\":{\"x\":1478,\"y\":453,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"333\":{\"resizeWidth\":true,\"resizeHeight\":true},\"334\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":335},{\"__isSmartRef__\":true,\"id\":349}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":479},\"id\":361,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":483},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":484},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":485},\"LK2\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":486},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":487},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":335},\"titleBar\":{\"__isSmartRef__\":true,\"id\":349},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":345},\"collapsedTransform\":{\"__isSmartRef__\":true,\"id\":488},\"collapsedExtent\":{\"__isSmartRef__\":true,\"id\":489},\"expandedTransform\":{\"__isSmartRef__\":true,\"id\":490},\"expandedExtent\":{\"__isSmartRef__\":true,\"id\":491},\"ignoreEventsOnExpand\":false,\"owner\":null,\"showsHalos\":false,\"highlighted\":true,\"_Rotation\":0,\"_Scale\":1,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":492},\"expandedPosition\":{\"__isSmartRef__\":true,\"id\":493},\"state\":\"shutdown\",\"collapsedPosition\":{\"__isSmartRef__\":true,\"id\":494},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"335\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":336},\"id\":360,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":341},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":342}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":344},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":183},\"_ClipMode\":\"auto\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Monaco,monospace\",\"_Position\":{\"__isSmartRef__\":true,\"id\":345},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":346},\"_MaxTextWidth\":500,\"_MaxTextHeight\":0,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":334},\"layout\":{\"__isSmartRef__\":true,\"id\":347},\"syntaxHighlightingWhileTyping\":true,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":348}],\"doNotSerialize\":[\"$$textString\"],\"doNotCopyProperties\":[\"$$textString\"],\"lastSyntaxHighlightTime\":1307282796737,\"accessibleInInactiveWindow\":true,\"eventsAreIgnored\":false,\"_HandStyle\":\"default\",\"_PointerEvents\":\"auto\",\"_Visible\":true,\"priorSelectionRange\":[0,22],\"charsReplaced\":\"\",\"lastFindLoc\":15,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textString\":\"undefined\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"336\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":337},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":338},\"_Extent\":{\"__isSmartRef__\":true,\"id\":339},\"_BorderWidth\":2,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":{\"__isSmartRef__\":true,\"id\":340},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"337\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"338\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"339\":{\"x\":500,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"340\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"341\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"342\":{\"style\":{\"__isSmartRef__\":true,\"id\":343},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":335},\"storedString\":\"undefined\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"343\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"344\":{\"morph\":{\"__isSmartRef__\":true,\"id\":335},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"345\":{\"x\":0,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"346\":{\"x\":500,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"347\":{\"resizeWidth\":true,\"resizeHeight\":true},\"348\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":335},\"sourceAttrName\":\"textString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":335},\"targetMethodName\":\"highlightJavaScriptSyntax\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"349\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":350},{\"__isSmartRef__\":true,\"id\":362},{\"__isSmartRef__\":true,\"id\":396},{\"__isSmartRef__\":true,\"id\":429}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":463},\"id\":362,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":474},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":475},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":476},\"_Position\":{\"__isSmartRef__\":true,\"id\":477},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":334},\"label\":{\"__isSmartRef__\":true,\"id\":350},\"closeButton\":{\"__isSmartRef__\":true,\"id\":362},\"menuButton\":{\"__isSmartRef__\":true,\"id\":396},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":429},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":478},\"owner\":{\"__isSmartRef__\":true,\"id\":334},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"350\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":351},\"id\":363,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":355},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":356}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":358},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":197},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"layout\":{\"__isSmartRef__\":true,\"id\":359},\"_FontSize\":10,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"owner\":{\"__isSmartRef__\":true,\"id\":349},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":360},\"_MaxTextWidth\":441,\"_MaxTextHeight\":17,\"_Position\":{\"__isSmartRef__\":true,\"id\":361},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"351\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":352},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":353},\"_Extent\":{\"__isSmartRef__\":true,\"id\":354},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"352\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"353\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"354\":{\"x\":441,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"355\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"356\":{\"style\":{\"__isSmartRef__\":true,\"id\":357},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":350},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"357\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"358\":{\"morph\":{\"__isSmartRef__\":true,\"id\":350},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"359\":{\"resizeWidth\":true},\"360\":{\"x\":0,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"361\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"362\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":363}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":374},\"id\":364,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":378},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":379},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":380},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":381},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":382},\"label\":{\"__isSmartRef__\":true,\"id\":363},\"owner\":{\"__isSmartRef__\":true,\"id\":349},\"layout\":{\"__isSmartRef__\":true,\"id\":391},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":392},{\"__isSmartRef__\":true,\"id\":394}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"363\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":364},\"id\":365,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":368},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":369}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":371},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":372},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":373},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":362},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"364\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":365},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":366},\"_Extent\":{\"__isSmartRef__\":true,\"id\":367},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"365\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"366\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"367\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"368\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"369\":{\"style\":{\"__isSmartRef__\":true,\"id\":370},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":363},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"370\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"371\":{\"morph\":{\"__isSmartRef__\":true,\"id\":363},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"372\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"373\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"374\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":375},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":376},\"_Extent\":{\"__isSmartRef__\":true,\"id\":377},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"375\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"376\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"377\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"378\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"379\":{\"morph\":{\"__isSmartRef__\":true,\"id\":362},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"380\":{\"x\":480,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"381\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"382\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":383},{\"__isSmartRef__\":true,\"id\":385},{\"__isSmartRef__\":true,\"id\":387},{\"__isSmartRef__\":true,\"id\":389}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"383\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":384}},\"384\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"385\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":386}},\"386\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"387\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":388}},\"388\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"389\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":390}},\"390\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"391\":{\"moveHorizontal\":true},\"392\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":362},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":393},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"393\":{\"source\":{\"__isSmartRef__\":true,\"id\":362},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"394\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":362},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":395},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"395\":{\"source\":{\"__isSmartRef__\":true,\"id\":362},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"396\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":397}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":408},\"id\":366,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":412},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":413},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":414},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":415},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":416},\"label\":{\"__isSmartRef__\":true,\"id\":397},\"owner\":{\"__isSmartRef__\":true,\"id\":349},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":425},{\"__isSmartRef__\":true,\"id\":427}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"397\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":398},\"id\":367,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":402},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":403}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":405},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":406},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":407},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":396},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"398\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":399},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":400},\"_Extent\":{\"__isSmartRef__\":true,\"id\":401},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"399\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"400\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"401\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"402\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"403\":{\"style\":{\"__isSmartRef__\":true,\"id\":404},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":397},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"404\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"405\":{\"morph\":{\"__isSmartRef__\":true,\"id\":397},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"406\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"407\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"408\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":409},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":410},\"_Extent\":{\"__isSmartRef__\":true,\"id\":411},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"409\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"410\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"411\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"412\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"413\":{\"morph\":{\"__isSmartRef__\":true,\"id\":396},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"414\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"415\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"416\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":417},{\"__isSmartRef__\":true,\"id\":419},{\"__isSmartRef__\":true,\"id\":421},{\"__isSmartRef__\":true,\"id\":423}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"417\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":418}},\"418\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"419\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":420}},\"420\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"421\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":422}},\"422\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"423\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":424}},\"424\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"425\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":396},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":426},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"426\":{\"source\":{\"__isSmartRef__\":true,\"id\":396},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"427\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":396},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":428},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"428\":{\"source\":{\"__isSmartRef__\":true,\"id\":396},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"429\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":430}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":441},\"id\":368,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":445},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":446},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":447},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":448},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":449},\"label\":{\"__isSmartRef__\":true,\"id\":430},\"owner\":{\"__isSmartRef__\":true,\"id\":349},\"layout\":{\"__isSmartRef__\":true,\"id\":458},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":459},{\"__isSmartRef__\":true,\"id\":461}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"430\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":431},\"id\":369,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":435},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":436}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":438},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":439},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":440},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":429},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"431\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":432},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":433},\"_Extent\":{\"__isSmartRef__\":true,\"id\":434},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"432\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"433\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"434\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"435\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"436\":{\"style\":{\"__isSmartRef__\":true,\"id\":437},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":430},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"437\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"438\":{\"morph\":{\"__isSmartRef__\":true,\"id\":430},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"439\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"440\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"441\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":442},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":443},\"_Extent\":{\"__isSmartRef__\":true,\"id\":444},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"442\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"443\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"444\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"445\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"446\":{\"morph\":{\"__isSmartRef__\":true,\"id\":429},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"447\":{\"x\":461,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"448\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"449\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":450},{\"__isSmartRef__\":true,\"id\":452},{\"__isSmartRef__\":true,\"id\":454},{\"__isSmartRef__\":true,\"id\":456}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"450\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":451}},\"451\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"452\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":453}},\"453\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"454\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":455}},\"455\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"456\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":457}},\"457\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"458\":{\"moveHorizontal\":true},\"459\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":429},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":460},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"460\":{\"source\":{\"__isSmartRef__\":true,\"id\":429},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"461\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":429},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":462},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"462\":{\"source\":{\"__isSmartRef__\":true,\"id\":429},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"463\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":464},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":465},\"_Extent\":{\"__isSmartRef__\":true,\"id\":466},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":318},\"_Fill\":{\"__isSmartRef__\":true,\"id\":467},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"464\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"465\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"466\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"467\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":468},{\"__isSmartRef__\":true,\"id\":470},{\"__isSmartRef__\":true,\"id\":472}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"468\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":469}},\"469\":{\"r\":0.8600000000000001,\"g\":0.8600000000000001,\"b\":0.8600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"470\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":471}},\"471\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"472\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":473}},\"473\":{\"r\":0.8600000000000001,\"g\":0.8600000000000001,\"b\":0.8600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"474\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"475\":{\"morph\":{\"__isSmartRef__\":true,\"id\":349},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"476\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"477\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"478\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"479\":{\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":480},\"_BorderWidth\":0,\"_Fill\":null,\"_StrokeOpacity\":0,\"_BorderRadius\":0,\"_Extent\":{\"__isSmartRef__\":true,\"id\":481},\"_Position\":{\"__isSmartRef__\":true,\"id\":482},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"480\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"481\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"482\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"483\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"484\":{\"morph\":{\"__isSmartRef__\":true,\"id\":334},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"485\":{\"adjustForNewBounds\":true},\"486\":{\"x\":1131,\"y\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"487\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"488\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":1131,\"f\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"lively.morphic.Similitude\"},\"489\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"490\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":1131,\"f\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"lively.morphic.Similitude\"},\"491\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"492\":{\"x\":1507,\"y\":76,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"493\":{\"x\":1131,\"y\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"494\":{\"x\":1131,\"y\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"495\":{\"x\":377.6609726943286,\"y\":419.5142810783999,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"496\":{\"requiredModules\":[],\"migrationLevel\":2,\"partsSpaceName\":\"PartsBin/Tools\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"Edit scripts and connections of a specific morph. Early version.\",\"partName\":\"ObjectEditor\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"497\":{\"submorphs\":[],\"scripts\":[],\"id\":\"C1E8D5BB-56F9-47B3-A520-BEEFEF791823\",\"shape\":{\"__isSmartRef__\":true,\"id\":498},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":505},\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Monaco,courier\",\"_MaxTextWidth\":689.0285365288845,\"_MaxTextHeight\":null,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":506}],\"layout\":{\"__isSmartRef__\":true,\"id\":508},\"showsHalos\":false,\"prevScroll\":[0,0],\"priorSelectionRange\":[156,156],\"name\":\"ObjectEditorScriptPane\",\"charsReplaced\":\"\",\"lastFindLoc\":152,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":509},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":510},\"_ClipMode\":\"auto\",\"_FontSize\":9,\"lastSyntaxHighlightTime\":1330134471606,\"doitContext\":null,\"savedTextString\":\"// changed at Thu Feb 02 2012 14:37:57 GMT+0100 (CET) by conradcalmez \\nthis.addScript(function createMenuItems(items) {\\n alertOK(\\\"creating menu items ... like a boss\\\");\\n}).tag([]);\",\"_Align\":\"left\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":511},\"lastSearchString\":\"stringsformat\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":512},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":513}],\"doNotSerialize\":[\"$$textString\"],\"doNotCopyProperties\":[\"$$textString\"],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":538},\"_MinTextWidth\":689.0285365288845,\"_MinTextHeight\":null,\"previousSelection\":[120,120],\"lastSaveSource\":\"\",\"isBeingDragged\":false,\"draggingEnabled\":false,\"objectEditorPane\":{\"__isSmartRef__\":true,\"id\":1},\"isCopyMorphRef\":true,\"morphRefId\":1,\"statusMorph\":{\"__isSmartRef__\":true,\"id\":539},\"derivationIds\":[219,\"DD5046D0-C1D6-412A-83C9-CD7EE63D40E0\",\"4D92BDFD-A599-4154-A197-A4B1292C1619\",\"98551F68-B128-4262-9BC2-6B8AC7C8D7C0\",\"47731662-FF8E-4C0F-A170-FD5C56A06021\",\"3FC7FDE6-156F-4056-BB04-B76D8B6C5472\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":554},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"textString\":\"\",\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":555},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"498\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":499},\"_Extent\":{\"__isSmartRef__\":true,\"id\":500},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":501},\"_Fill\":{\"__isSmartRef__\":true,\"id\":502},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":503},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_ClipMode\":\"auto\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":504},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"499\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"500\":{\"x\":691.0285365288845,\"y\":475.61253261443596,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"501\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"502\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"503\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"504\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"505\":{\"x\":2,\"y\":1,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"506\":{\"style\":{\"__isSmartRef__\":true,\"id\":507},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":497},\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"507\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"508\":{\"resizeWidth\":true,\"resizeHeight\":true},\"509\":{\"requiredModules\":[],\"partsSpaceName\":\"PartsBin/Widgets/\",\"migrationLevel\":2,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"510\":{\"x\":691.0285365288845,\"y\":475.61253261443596,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"511\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"512\":{\"morph\":{\"__isSmartRef__\":true,\"id\":497},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"513\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":497},\"sourceAttrName\":\"textString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":514},\"targetMethodName\":\"indicateUnsavedChanges\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"514\":{\"submorphs\":[],\"scripts\":[],\"id\":\"97CA61D3-E09B-43CD-9880-D8B36FA303F3\",\"shape\":{\"__isSmartRef__\":true,\"id\":515},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":521},\"showsHalos\":false,\"name\":\"ChangeIndicator\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":522},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":523},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":524},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":525},\"layout\":{\"__isSmartRef__\":true,\"id\":526},\"isBeingDragged\":false,\"savedColor\":{\"__isSmartRef__\":true,\"id\":518},\"alarmColor\":{\"__isSmartRef__\":true,\"id\":527},\"grabbingEnabled\":false,\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":528},\"isCopyMorphRef\":true,\"morphRefId\":26,\"derivationIds\":[220,\"EE491D24-F056-4AFE-A669-7B7048C6C3D1\",\"3FA4A8C3-0FC0-43A0-8C00-00A96F9022E2\",\"62DAD3C6-A81D-450F-B32F-601EA7E619D8\",\"EEDB0C58-5990-481A-A7FF-ACB1A2DF08DD\",\"16F708CB-1259-4A75-BAEF-1A5216C6CB19\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":529},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"515\":{\"position\":{\"__isSmartRef__\":true,\"id\":516},\"_Extent\":{\"__isSmartRef__\":true,\"id\":517},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":518},\"_Fill\":{\"__isSmartRef__\":true,\"id\":518},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":519},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":520},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"516\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"517\":{\"x\":8.637782619743348,\"y\":9.712632235981744,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"518\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"519\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"520\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"521\":{\"x\":883.0245425248855,\"y\":39.999999999999986,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"522\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!\",\"migrationLevel\":2,\"partName\":\"Rectangle\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"523\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"524\":{\"morph\":{\"__isSmartRef__\":true,\"id\":514},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"525\":{\"x\":8.637782619743348,\"y\":10.787481852220026,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"526\":{\"moveHorizontal\":true,\"adjustForNewBounds\":true},\"527\":{\"r\":0.9411764705882353,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"528\":{\"x\":37.328206296760186,\"y\":-17.53316489131697,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"529\":{\"indicateUnsavedChanges\":{\"__isSmartRef__\":true,\"id\":530},\"setColors\":{\"__isSmartRef__\":true,\"id\":534}},\"530\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":531},\"source\":\"function indicateUnsavedChanges() {\\n if (this.owner.scriptPane.hasChanged()) {\\n this.setColors(this.alarmColor);\\n } else {\\n this.setColors(this.savedColor);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":532},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"531\":{\"this\":{\"__isSmartRef__\":true,\"id\":514}},\"532\":{\"user\":\"lauritz\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":533}},\"533\":{\"isSerializedDate\":true,\"string\":\"Tue Sep 27 2011 11:09:19 GMT-0700 (PDT)\"},\"534\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":535},\"source\":\"function setColors(color) {\\n this.setFill(color);\\n this.setBorderColor(color);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":536},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"535\":{\"this\":{\"__isSmartRef__\":true,\"id\":514}},\"536\":{\"user\":\"lauritz\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":537}},\"537\":{\"isSerializedDate\":true,\"string\":\"Tue Sep 27 2011 10:06:09 GMT-0700 (PDT)\"},\"538\":{\"x\":341.1979959929888,\"y\":-18.288721442524036,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"539\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":540},\"id\":553,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":547},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":548}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":550},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"visible\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":11,\"_Position\":{\"__isSmartRef__\":true,\"id\":551},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":552},\"_MaxTextWidth\":90,\"_MinTextWidth\":90,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"_Align\":\"center\",\"_VerticalAlign\":\"center\",\"_TextColor\":{\"__isSmartRef__\":true,\"id\":553},\"owner\":null,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"540\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":541},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":542},\"_Extent\":{\"__isSmartRef__\":true,\"id\":543},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":544},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":545},\"_Fill\":{\"__isSmartRef__\":true,\"id\":546},\"_StrokeOpacity\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"541\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"542\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"543\":{\"x\":100,\"y\":25,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"544\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"545\":{\"r\":0.8,\"g\":0.8,\"b\":0.8,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"546\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"547\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"548\":{\"style\":{\"__isSmartRef__\":true,\"id\":549},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":539},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"549\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"550\":{\"morph\":{\"__isSmartRef__\":true,\"id\":539},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"551\":{\"x\":313.51426826444225,\"y\":228.80626630721798,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"552\":{\"x\":100,\"y\":25,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"553\":{\"r\":0,\"g\":0.8,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"554\":{\"x\":200,\"y\":40,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"555\":{\"doSave\":{\"__isSmartRef__\":true,\"id\":556},\"boundEval\":{\"__isSmartRef__\":true,\"id\":564},\"reset\":{\"__isSmartRef__\":true,\"id\":572},\"display\":{\"__isSmartRef__\":true,\"id\":576},\"hasChanged\":{\"__isSmartRef__\":true,\"id\":580},\"setTarget\":{\"__isSmartRef__\":true,\"id\":584},\"displayStatus\":{\"__isSmartRef__\":true,\"id\":588}},\"556\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":557},\"source\":\"function doSave() {\\n $super();\\n var saved = this.boundEval(this.getTextString());\\n if (saved) {\\n this.lastSaveSource = this.textString;\\n this.owner.changeIndicator.indicateUnsavedChanges();\\n this.owner.updateLists();\\n this.owner.selectChangedContent(this.getTextString());\\n this.displayStatus(\\\"saved source\\\", Color.green);\\n } else {\\n this.displayStatus(\\\"not saved\\\", Color.red);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":562},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"557\":{\"this\":{\"__isSmartRef__\":true,\"id\":497},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":558}},\"558\":{\"$super\":{\"__isSmartRef__\":true,\"id\":559}},\"559\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":560},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":561},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"560\":{\"obj\":{\"__isSmartRef__\":true,\"id\":497},\"name\":\"doSave\"},\"561\":{},\"562\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":563},\"user\":\"lauritz\"},\"563\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 14:15:19 GMT-0800 (PST)\"},\"564\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":565},\"source\":\"function boundEval(str) {\\n var result;\\n\\n this.objectEditorPane.ensureAnnotationLayer();\\n withLayers([ScriptAnnotationLayer], function() {\\n result = $super(str);\\n })\\n \\n return result\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":570},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"565\":{\"this\":{\"__isSmartRef__\":true,\"id\":497},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":566}},\"566\":{\"$super\":{\"__isSmartRef__\":true,\"id\":567}},\"567\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":568},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":569},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"568\":{\"obj\":{\"__isSmartRef__\":true,\"id\":497},\"name\":\"boundEval\"},\"569\":{},\"570\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":571},\"user\":\"lauritz\",\"categories\":[]},\"571\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 15 2011 20:41:53 GMT-0800 (PST)\"},\"572\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":573},\"source\":\"function reset() {\\n this.doitContext = null;\\n this.lastSaveSource = \\\"\\\";\\n this.textString = \\\"\\\";\\n this.lastSaveSource = this.textString;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":574},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"573\":{\"this\":{\"__isSmartRef__\":true,\"id\":497}},\"574\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":575},\"user\":\"lauritz\",\"categories\":[]},\"575\":{\"isSerializedDate\":true,\"string\":\"Tue Sep 27 2011 11:14:35 GMT-0700 (PDT)\"},\"576\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":577},\"source\":\"function display(jsCode) {\\n this.lastSaveSource = jsCode;\\n this.setTextString(jsCode);\\n this.highlightJavaScriptSyntax();\\n this.applyStyle({align: 'left'});\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":578},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"577\":{\"this\":{\"__isSmartRef__\":true,\"id\":497}},\"578\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":579},\"user\":\"lauritz\",\"categories\":[]},\"579\":{\"isSerializedDate\":true,\"string\":\"Tue Sep 27 2011 10:47:57 GMT-0700 (PDT)\"},\"580\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":581},\"source\":\"function hasChanged() {\\n var cleanText = function (string) {\\n var source = string.trim();\\n if (source.substring(0,2) === \\\"//\\\") {\\n // removes annotation line\\n source = source.substring(source.indexOf(\\\"\\\\n\\\"), source.length);\\n source = source.trim();\\n }\\n if (source === 'undefined' || source === 'null') source = '';\\n return source;\\n }\\n var cleanedTextString = cleanText(this.textString);\\n var cleanedLastSource = cleanText(this.lastSaveSource);\\n return cleanedTextString !== cleanedLastSource;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":582},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"581\":{\"this\":{\"__isSmartRef__\":true,\"id\":497}},\"582\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":583},\"user\":\"lauritz\",\"categories\":[]},\"583\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 03 2011 09:29:45 GMT-0700 (PDT)\"},\"584\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":585},\"source\":\"function setTarget(target) {\\n module('lively.ide.SyntaxHighlighting').load(true);\\n this.doitContext = target;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":586},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"585\":{\"this\":{\"__isSmartRef__\":true,\"id\":497}},\"586\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":587},\"user\":\"lauritz\",\"categories\":[]},\"587\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 16 2011 19:30:39 GMT-0800 (PST)\"},\"588\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":589},\"source\":\"function displayStatus(msg, color, delay) {\\n if (!this.statusMorph) {\\n this.statusMorph = new TextMorph(pt(100,25).extentAsRectangle());\\n this.statusMorph.applyStyle({borderWidth: 1, strokeOpacity: 0, borderColor: Color.gray});\\n this.statusMorph.setFill(this.owner.getFill());\\n this.statusMorph.setFontSize(11);\\n this.statusMorph.setAlign('center');\\n this.statusMorph.setVerticalAlign('center');\\n }\\n this.statusMorph.setTextString(msg);\\n this.statusMorph.centerAt(this.innerBounds().center());\\n this.statusMorph.setTextColor(color || Color.black);\\n this.addMorph(this.statusMorph);\\n (function() { this.statusMorph.remove() }).bind(this).delay(delay || 2); \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":590},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"589\":{\"this\":{\"__isSmartRef__\":true,\"id\":497}},\"590\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":591},\"user\":\"lauritz\",\"categories\":[]},\"591\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 23 2011 09:23:05 GMT-0800 (PST)\"},\"592\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":593}],\"scripts\":[],\"id\":847,\"shape\":{\"__isSmartRef__\":true,\"id\":607},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":622},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":610},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":623},\"label\":{\"__isSmartRef__\":true,\"id\":593},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Rotation\":0,\"padding\":{\"__isSmartRef__\":true,\"id\":632},\"name\":\"ObjectEditorClassButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":633},\"_Scale\":1,\"owner\":null,\"layout\":{\"__isSmartRef__\":true,\"id\":634},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":635},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":636},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"593\":{\"submorphs\":[],\"scripts\":[],\"id\":848,\"shape\":{\"__isSmartRef__\":true,\"id\":594},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":116,\"_MaxTextHeight\":18,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":599},\"textColor\":{\"__isSmartRef__\":true,\"id\":597},\"owner\":{\"__isSmartRef__\":true,\"id\":592},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":600}],\"padding\":{\"__isSmartRef__\":true,\"id\":602},\"_Padding\":{\"__isSmartRef__\":true,\"id\":603},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":604},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":605},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":606},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"594\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":595},\"_Extent\":{\"__isSmartRef__\":true,\"id\":596},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":597},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":598},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"595\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"596\":{\"x\":116,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"597\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"598\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"599\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"600\":{\"style\":{\"__isSmartRef__\":true,\"id\":601},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":593},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"601\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"602\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"603\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"604\":{\"x\":116,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"605\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"606\":{\"morph\":{\"__isSmartRef__\":true,\"id\":593},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"607\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":608},\"_Extent\":{\"__isSmartRef__\":true,\"id\":609},\"_Fill\":{\"__isSmartRef__\":true,\"id\":610},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":620},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":621},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"608\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"609\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"610\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":611},{\"__isSmartRef__\":true,\"id\":613},{\"__isSmartRef__\":true,\"id\":615},{\"__isSmartRef__\":true,\"id\":617}],\"vector\":{\"__isSmartRef__\":true,\"id\":619},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"611\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":612}},\"612\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"613\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":614}},\"614\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"615\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":616}},\"616\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"617\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":618}},\"618\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"619\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"620\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"621\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"622\":{\"x\":820,\"y\":8.999999999999972,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"623\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":624},{\"__isSmartRef__\":true,\"id\":626},{\"__isSmartRef__\":true,\"id\":628},{\"__isSmartRef__\":true,\"id\":630}],\"vector\":{\"__isSmartRef__\":true,\"id\":619},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"624\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":625}},\"625\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"626\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":627}},\"627\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"628\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":629}},\"629\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"630\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":631}},\"631\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"632\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"633\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"634\":{\"moveHorizontal\":true},\"635\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"636\":{\"morph\":{\"__isSmartRef__\":true,\"id\":592},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"637\":{\"submorphs\":[],\"scripts\":[],\"id\":\"8B59E237-F372-4F70-9768-7E9C1A7A021D\",\"shape\":{\"__isSmartRef__\":true,\"id\":638},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":645},\"itemList\":[],\"selectedLineNo\":1,\"showsHalos\":false,\"name\":\"ObjectEditorConnectionList\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":646},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"_ClipMode\":\"auto\",\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":647},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":648}],\"doNotSerialize\":[\"$$selection\"],\"doNotCopyProperties\":[\"$$selection\"],\"prevScroll\":[0,0],\"layout\":{\"__isSmartRef__\":true,\"id\":653},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":654},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":655},\"_FontSize\":10,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":656},\"grabbingEnabled\":false,\"draggingEnabled\":false,\"isCopyMorphRef\":true,\"morphRefId\":19,\"derivationIds\":[209,\"3900F5DF-0FF7-4C94-8BDB-44AAE12B4A3E\",\"35301083-B60D-4A43-8566-23860EEB4C04\",\"9CC401CC-5A35-4643-935B-FD049C284E16\",\"C9879D40-5E79-4C56-AA79-562ED82BF052\",\"9F6F9261-EB76-4B58-B77D-7D70813A1ED7\"],\"selection\":null,\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":657},\"__LivelyClassName__\":\"lively.morphic.List\"},\"638\":{\"position\":{\"__isSmartRef__\":true,\"id\":639},\"_Extent\":{\"__isSmartRef__\":true,\"id\":640},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":641},\"_Fill\":{\"__isSmartRef__\":true,\"id\":642},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":643},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":644},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"639\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"640\":{\"x\":180,\"y\":74,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"641\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"642\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"643\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"644\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"645\":{\"x\":10,\"y\":441.5965565984398,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"646\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"migrationLevel\":2,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"647\":{\"x\":180,\"y\":75,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"648\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":637},\"sourceAttrName\":\"selection\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"displaySourceForConnection\",\"converterString\":\"function (value) {\\n if (!value) return;\\n return (value === '-- ALL --') ? null : value[1];\\n}\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":649},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":650},\"__LivelyClassName__\":\"AttributeConnection\"},\"649\":{\"source\":{\"__isSmartRef__\":true,\"id\":637},\"target\":{\"__isSmartRef__\":true,\"id\":1}},\"650\":{\"converter\":{\"__isSmartRef__\":true,\"id\":651}},\"651\":{\"originalFunc\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":649},\"source\":\"function (value) {\\n if (!value) return;\\n return (value === '-- ALL --') ? null : value[1];\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":652},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"652\":{},\"653\":{\"resizeHeight\":false,\"moveVertical\":true},\"654\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateListContent\":\"updateListContentHTML\",\"resizeList\":\"resizeListHTML\",\"getItemIndexFromEvent\":\"getItemIndexFromEventHTML\",\"getListExtent\":\"getListExtentHTML\",\"setSize\":\"setSizeHTML\",\"renderAsDropDownList\":\"renderAsDropDownListHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"getSelectedIndexes\":\"getSelectedIndexesHTML\",\"enableMultipleSelections\":\"enableMultipleSelectionsHTML\",\"selectAllAt\":\"selectAllAtHTML\",\"clearSelections\":\"clearSelectionsHTML\",\"deselectAt\":\"deselectAtHTML\"},\"655\":{\"morph\":{\"__isSmartRef__\":true,\"id\":637},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"656\":{\"x\":124.95989979964943,\"y\":-17.076643708895745,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"657\":{\"preselectItem\":{\"__isSmartRef__\":true,\"id\":658}},\"658\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":659},\"source\":\"function preselectItem() {\\n if (this.getList().size() === 2) {\\n this.selectAt(1);\\n } else {\\n this.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":660},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"659\":{\"this\":{\"__isSmartRef__\":true,\"id\":637}},\"660\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":661},\"user\":\"lauritz\"},\"661\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 16 2011 19:12:58 GMT-0800 (PST)\"},\"662\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":663}],\"scripts\":[],\"id\":47,\"shape\":{\"__isSmartRef__\":true,\"id\":676},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":691},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":679},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":692},\"label\":{\"__isSmartRef__\":true,\"id\":663},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":701}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Rotation\":0,\"padding\":{\"__isSmartRef__\":true,\"id\":702},\"name\":\"ObjectEditorTargetButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":703},\"_Scale\":1,\"owner\":null,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":704},\"isCopyMorphRef\":true,\"morphRefId\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"663\":{\"submorphs\":[],\"scripts\":[],\"id\":48,\"shape\":{\"__isSmartRef__\":true,\"id\":664},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":116,\"_MaxTextHeight\":20,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":669},\"textColor\":{\"__isSmartRef__\":true,\"id\":667},\"owner\":{\"__isSmartRef__\":true,\"id\":662},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":670}],\"padding\":{\"__isSmartRef__\":true,\"id\":672},\"_Padding\":{\"__isSmartRef__\":true,\"id\":673},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":674},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":675},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"664\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":665},\"_Extent\":{\"__isSmartRef__\":true,\"id\":666},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":667},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":668},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"665\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"666\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"667\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"668\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setOpacity\":\"setOpacityHTML\"},\"669\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"670\":{\"style\":{\"__isSmartRef__\":true,\"id\":671},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":663},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"671\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"672\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"673\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"674\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"675\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"676\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":677},\"_Extent\":{\"__isSmartRef__\":true,\"id\":678},\"_Fill\":{\"__isSmartRef__\":true,\"id\":679},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":689},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":690},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"677\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"678\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"679\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":680},{\"__isSmartRef__\":true,\"id\":682},{\"__isSmartRef__\":true,\"id\":684},{\"__isSmartRef__\":true,\"id\":686}],\"vector\":{\"__isSmartRef__\":true,\"id\":688},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"680\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":681}},\"681\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"682\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":683}},\"683\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"684\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":685}},\"685\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"686\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":687}},\"687\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"688\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"689\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"690\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setOpacity\":\"setOpacityHTML\"},\"691\":{\"x\":215,\"y\":35,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"692\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":693},{\"__isSmartRef__\":true,\"id\":695},{\"__isSmartRef__\":true,\"id\":697},{\"__isSmartRef__\":true,\"id\":699}],\"vector\":{\"__isSmartRef__\":true,\"id\":688},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"693\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":694}},\"694\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"695\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":696}},\"696\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"697\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":698}},\"698\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"699\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":700}},\"700\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"701\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":662},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"chooseTargetMorphMenu\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__LivelyClassName__\":\"AttributeConnection\"},\"702\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"703\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"704\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\"},\"705\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"706\":{\"x\":715.5,\"y\":73.89999999999998,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"707\":{\"submorphs\":[],\"scripts\":[],\"id\":435,\"shape\":{\"__isSmartRef__\":true,\"id\":708},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":true,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":715},\"_MaxTextWidth\":218,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":716},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorMorphSelector\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":717},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":718}],\"charsReplaced\":\"\",\"lastFindLoc\":5,\"priorSelectionRange\":[15,15],\"prevScroll\":[0,0],\"_ClipMode\":\"visible\",\"list\":[],\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":720}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"listMorph\":null,\"_WhiteSpaceHandling\":\"pre-wrap\",\"owner\":null,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":722},\"_Align\":\"left\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":723},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":724},\"_MinTextWidth\":218,\"_MinTextHeight\":null,\"scriptAnnotations\":{\"__isSmartRef__\":true,\"id\":725},\"selection\":{\"__isSmartRef__\":true,\"id\":0},\"previousSelection\":[0,13],\"isCopyMorphRef\":true,\"morphRefId\":1,\"isBeingDragged\":false,\"draggingEnabled\":false,\"layout\":{\"__isSmartRef__\":true,\"id\":744},\"_Rotation\":0,\"_Scale\":1,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":745},\"savedTextString\":\"100\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":746},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"708\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":709},\"_Extent\":{\"__isSmartRef__\":true,\"id\":710},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":711},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":712},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":713},\"_BorderRadius\":3.7000000000000006,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_Fill\":{\"__isSmartRef__\":true,\"id\":714},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"709\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"710\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"711\":{\"r\":0.753,\"g\":0.753,\"b\":0.753,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"712\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"713\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"714\":{\"r\":0.9548430751559654,\"g\":0.9548430751559654,\"b\":0.9548430751559654,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"715\":{\"x\":200,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"716\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"717\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"718\":{\"style\":{\"__isSmartRef__\":true,\"id\":719},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":707},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"719\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"720\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":707},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"setTarget\",\"converter\":null,\"converterString\":\"function (name) { return $world.get(name)}\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":721},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"721\":{\"source\":{\"__isSmartRef__\":true,\"id\":707},\"target\":{\"__isSmartRef__\":true,\"id\":1}},\"722\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"723\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"724\":{\"morph\":{\"__isSmartRef__\":true,\"id\":707},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"725\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":726},\"displayTopLevelMorphs\":{\"__isSmartRef__\":true,\"id\":728},\"onMouseUp\":{\"__isSmartRef__\":true,\"id\":730},\"resetConnections\":{\"__isSmartRef__\":true,\"id\":732},\"setTargetToListSelection\":{\"__isSmartRef__\":true,\"id\":734},\"setTargetOfPane\":{\"__isSmartRef__\":true,\"id\":736},\"onBlur\":{\"__isSmartRef__\":true,\"id\":738},\"reset\":{\"__isSmartRef__\":true,\"id\":740},\"onMouseDown\":{\"__isSmartRef__\":true,\"id\":742}},\"726\":{\"time\":{\"__isSmartRef__\":true,\"id\":727},\"user\":\"lauritz\"},\"727\":{\"isSerializedDate\":true,\"string\":\"Thu Oct 27 2011 20:27:29 GMT-0700 (PDT)\"},\"728\":{\"time\":{\"__isSmartRef__\":true,\"id\":729},\"user\":\"lauritz\"},\"729\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 14 2011 14:48:37 GMT-0700 (PDT)\"},\"730\":{\"time\":{\"__isSmartRef__\":true,\"id\":731},\"user\":\"lauritz\"},\"731\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 03 2011 09:51:14 GMT-0700 (PDT)\"},\"732\":{\"time\":{\"__isSmartRef__\":true,\"id\":733},\"user\":\"lauritz\"},\"733\":{\"isSerializedDate\":true,\"string\":\"Tue Sep 27 2011 16:03:17 GMT-0700 (PDT)\"},\"734\":{\"time\":{\"__isSmartRef__\":true,\"id\":735},\"user\":\"lauritz\"},\"735\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 14 2011 15:00:58 GMT-0700 (PDT)\"},\"736\":{\"time\":{\"__isSmartRef__\":true,\"id\":737},\"user\":\"lauritz\"},\"737\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 03 2011 09:34:37 GMT-0700 (PDT)\"},\"738\":{\"time\":{\"__isSmartRef__\":true,\"id\":739},\"user\":\"lauritz\"},\"739\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 07 2011 10:24:18 GMT-0700 (PDT)\"},\"740\":{\"time\":{\"__isSmartRef__\":true,\"id\":741},\"user\":\"lauritz\"},\"741\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 07 2011 10:26:15 GMT-0700 (PDT)\"},\"742\":{\"time\":{\"__isSmartRef__\":true,\"id\":743},\"user\":\"lauritz\"},\"743\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 17 2011 10:49:00 GMT-0700 (PDT)\"},\"744\":{},\"745\":{\"x\":153.8540395186758,\"y\":-23.74126935194758,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"746\":{\"getList\":{\"__isSmartRef__\":true,\"id\":747},\"setList\":{\"__isSmartRef__\":true,\"id\":750},\"reset\":{\"__isSmartRef__\":true,\"id\":753},\"example\":{\"__isSmartRef__\":true,\"id\":756},\"removeList\":{\"__isSmartRef__\":true,\"id\":759},\"onBlur\":{\"__isSmartRef__\":true,\"id\":762},\"createListMorph\":{\"__isSmartRef__\":true,\"id\":769},\"resetConnections\":{\"__isSmartRef__\":true,\"id\":772},\"displayTopLevelMorphs\":{\"__isSmartRef__\":true,\"id\":775},\"setTargetToListSelection\":{\"__isSmartRef__\":true,\"id\":778},\"setTargetOfPane\":{\"__isSmartRef__\":true,\"id\":781},\"onMouseDown\":{\"__isSmartRef__\":true,\"id\":784}},\"747\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":748},\"source\":\"function getList() {\\n return this.world().indentedListItemsOfMorphNames();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":749},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"748\":{\"this\":{\"__isSmartRef__\":true,\"id\":707}},\"749\":{},\"750\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":751},\"source\":\"function setList(list) {\\n return this.list = list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":752},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"751\":{\"this\":{\"__isSmartRef__\":true,\"id\":707}},\"752\":{},\"753\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":754},\"source\":\"function reset() {\\n this.list = [];\\n this.textString = 'empty';\\n this.removeList();\\n this.resetConnections();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":755},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"754\":{\"this\":{\"__isSmartRef__\":true,\"id\":707}},\"755\":{},\"756\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":757},\"source\":\"function example() {\\n/*\\nthis.example()\\nthis.getList()\\n*/\\n this.setList(Array.range(0,100));\\n this.textString = 'empty';\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":758},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"757\":{\"this\":{\"__isSmartRef__\":true,\"id\":707}},\"758\":{},\"759\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":760},\"source\":\"function removeList() {\\n this.listMorph && this.listMorph.remove()\\n this.listMorph = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":761},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"760\":{\"this\":{\"__isSmartRef__\":true,\"id\":707}},\"761\":{},\"762\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":763},\"source\":\"function onBlur() {\\n $super();\\n this.removeList();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":768},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"763\":{\"this\":{\"__isSmartRef__\":true,\"id\":707},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":764}},\"764\":{\"$super\":{\"__isSmartRef__\":true,\"id\":765}},\"765\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":766},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":767},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"766\":{\"obj\":{\"__isSmartRef__\":true,\"id\":707},\"name\":\"onBlur\"},\"767\":{},\"768\":{},\"769\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":770},\"source\":\"function createListMorph() {\\n var list = new lively.morphic.List(new Rectangle(0,0, this.getExtent().x, 520));\\n list.setList(this.getList());\\n list.setFontSize(12);\\n\\n list.disableGrabbing();\\n list.disableDragging();\\n \\n this.addMorph(list);\\n list.setPosition(pt(0,0));\\n\\n connect(list, 'selection', this, 'setTargetToListSelection');\\n \\n return list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":771},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"770\":{\"this\":{\"__isSmartRef__\":true,\"id\":707}},\"771\":{},\"772\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":773},\"source\":\"function resetConnections() {\\n disconnectAll(this);\\n connect(this, 'savedTextString', this.owner, 'setTarget', {converter: \\n\\tfunction (name) { return $world.get(name)}});\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":774},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"773\":{\"this\":{\"__isSmartRef__\":true,\"id\":707}},\"774\":{},\"775\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":776},\"source\":\"function displayTopLevelMorphs() {\\n if (this.listMorph) { this.removeList(); return true }\\n var list = this.createListMorph(); \\n this.addMorph(list);\\n this.listMorph = list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":777},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"776\":{\"this\":{\"__isSmartRef__\":true,\"id\":707}},\"777\":{},\"778\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":779},\"source\":\"function setTargetToListSelection(selection) { \\n this.removeList();\\n if (!selection) return;\\n if (this.owner.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function (confirmed) {\\n if (confirmed) that.setTargetOfPane(selection);\\n }\\n this.owner.confirmUnsavedChanges(callback);\\n } else {\\n this.setTargetOfPane(selection);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":780},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"779\":{\"this\":{\"__isSmartRef__\":true,\"id\":707}},\"780\":{},\"781\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":782},\"source\":\"function setTargetOfPane(selection) {\\n this.owner.setTarget(selection);\\n this.setTextString(selection.getName());\\n this.removeList();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":783},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"782\":{\"this\":{\"__isSmartRef__\":true,\"id\":707}},\"783\":{},\"784\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":785},\"source\":\"function onMouseDown(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n return false;\\n } else {\\n this.displayTopLevelMorphs();\\n return true;\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":790},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"785\":{\"this\":{\"__isSmartRef__\":true,\"id\":707},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":786}},\"786\":{\"$super\":{\"__isSmartRef__\":true,\"id\":787}},\"787\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":788},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":789},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"788\":{\"obj\":{\"__isSmartRef__\":true,\"id\":707},\"name\":\"onMouseDown\"},\"789\":{},\"790\":{},\"791\":{\"morph\":{\"__isSmartRef__\":true,\"id\":19},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"792\":{\"sortedScriptNamesOfObj\":{\"__isSmartRef__\":true,\"id\":793},\"setTarget\":{\"__isSmartRef__\":true,\"id\":796},\"generateSourceForScript\":{\"__isSmartRef__\":true,\"id\":799},\"generateSourceForConnection\":{\"__isSmartRef__\":true,\"id\":802},\"generateTargetCode\":{\"__isSmartRef__\":true,\"id\":805},\"sortedConnectionNamesOfObj\":{\"__isSmartRef__\":true,\"id\":808},\"displayJavaScriptSource\":{\"__isSmartRef__\":true,\"id\":811},\"displaySourceForScript\":{\"__isSmartRef__\":true,\"id\":814},\"displaySourceForConnection\":{\"__isSmartRef__\":true,\"id\":817},\"newScript\":{\"__isSmartRef__\":true,\"id\":820},\"newConnection\":{\"__isSmartRef__\":true,\"id\":823},\"deleteSelectedScript\":{\"__isSmartRef__\":true,\"id\":826},\"disconnectConnection\":{\"__isSmartRef__\":true,\"id\":829},\"updateLists\":{\"__isSmartRef__\":true,\"id\":832},\"displayInitialScript\":{\"__isSmartRef__\":true,\"id\":835},\"reset\":{\"__isSmartRef__\":true,\"id\":838},\"selectChangedContent\":{\"__isSmartRef__\":true,\"id\":841}},\"793\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":794},\"source\":\"function sortedScriptNamesOfObj(obj) {\\n if (!Functions.own(obj) || Functions.own(obj).size() == 0) return [];\\n return Functions.own(obj)\\n\\t.select(function(name) { return obj[name].hasLivelyClosure })\\n\\t.sortBy(function(name) { return name.toLowerCase() });\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":795},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"794\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"795\":{},\"796\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":797},\"source\":\"function setTarget(morph) {\\n this.reset();\\n module('lively.ide.SyntaxHighlighting').load(true);\\n this.target = morph;\\n this.morphSelector.textString = (this.target.getName() || this.target.toString());\\n this.scriptPane.doitContext = this.target;\\n this.updateLists();\\n this.displayInitialScript();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":798},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"797\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"798\":{},\"799\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":800},\"source\":\"function generateSourceForScript(scriptName) {\\n var script = this.target[scriptName].getOriginal();\\n return Strings.format('this.addScript(%s);' ,script)\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":801},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"800\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"801\":{},\"802\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":803},\"source\":\"function generateSourceForConnection(connection) {\\n var c = connection, targetObject = this.target;\\n\\tif (!c.getTargetObj() || !c.getTargetObj().name || \\n\\t\\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\\n\\n\\tvar optConfig = []\\n\\tif (c.converterString)\\n\\t\\toptConfig.push(\\\"converter: \\\\n\\\\t\\\" + c.converterString)\\n\\tif (c.updaterString)\\n\\t\\toptConfig.push(\\\"updater: \\\\n\\\\t\\\" + c.updaterString)\\n\\treturn Strings.format('connect(%s, \\\"%s\\\", %s, \\\"%s\\\", {%s});', \\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getSourceObj()),\\n\\t\\t\\tc.getSourceAttrName(),\\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getTargetObj()),\\n\\t\\t\\tc.getTargetMethodName(),\\n\\t\\t\\toptConfig.join(','));\\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":804},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"803\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"804\":{},\"805\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":806},\"source\":\"function generateTargetCode(baseObject, targetObject) {\\n\\tvar name = targetObject.name;\\n\\tif (baseObject === targetObject) \\n\\t\\treturn \\\"this\\\";\\n\\telse if (baseObject[name] === targetObject) \\n\\t\\treturn \\\"this.\\\" + name;\\n\\telse if (baseObject.testObject === targetObject) \\n\\t\\treturn \\\"this.testObject\\\";\\n\\telse if (baseObject.get(name) === targetObject) \\n\\t\\treturn 'this.get(\\\"' + name + '\\\")';\\n\\telse if (targetObject instanceof Morph) \\n\\t\\treturn '$morph(\\\"' + name + '\\\")';\\n\\telse \\n\\t\\treturn \\\"????\\\";\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":807},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"806\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"807\":{},\"808\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":809},\"source\":\"function sortedConnectionNamesOfObj(obj) {\\n if (\\\"attributeConnections\\\" in obj) {\\n return obj.attributeConnections\\n .sortBy(function(each) {return name.toLowerCase() })\\n .collect(function(each) {return [each.getSourceAttrName(), each]});\\n } else {\\n return [];\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":810},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"809\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"810\":{},\"811\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":812},\"source\":\"function displayJavaScriptSource(jsCode) {\\n this.scriptPane.setTextString(jsCode);\\n this.scriptPane.highlightJavaScriptSyntax();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":813},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"812\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"813\":{},\"814\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":815},\"source\":\"function displaySourceForScript(scriptName) {\\n if (!scriptName) return;\\n var code = \\\"\\\", that = this;\\n if (scriptName === \\\"-- ALL --\\\") {\\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForScript(each)).concat(\\\"\\\\n\\\\n\\\");\\n });\\n } else {\\n code = this.generateSourceForScript(scriptName); \\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":816},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"815\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"816\":{},\"817\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":818},\"source\":\"function displaySourceForConnection(connection) {\\n if (!connection) return;\\n var code = \\\"\\\", that = this;\\n if ((typeof connection === \\\"string\\\") && connection === \\\"-- ALL --\\\") {\\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\\\"\\\\n\\\\n\\\");\\n })\\n } else {\\n code = this.generateSourceForConnection(connection);\\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":819},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"818\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"819\":{},\"820\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":821},\"source\":\"function newScript() {\\n if (this.target) {\\n var code = \\\"this.addScript(function SCRIPTNAME() {\\\\n\\\\t\\\\n});\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":822},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"821\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"822\":{},\"823\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":824},\"source\":\"function newConnection() {\\n if (this.target) {\\n var code = \\\"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":825},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"824\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"825\":{},\"826\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":827},\"source\":\"function deleteSelectedScript() {\\n if (this.scriptList.selection && this.target) {\\n if (!this.target.hasOwnProperty(this.scriptList.selection)) return;\\n delete this.target[this.scriptList.selection];\\n this.updateLists();\\n this.displayInitialScript();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":828},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"827\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"828\":{},\"829\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":830},\"source\":\"function disconnectConnection() {\\n var selection = this.connectionList.selection;\\n if (selection && \\n (typeof selection !== \\\"string\\\") &&\\n this.target.attributeConnections.indexOf(selection[1]) > -1) {\\n var c = this.connectionList.selection[1];\\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\\n this.updateLists();\\n this.displayInitialScript();\\n } \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":831},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"830\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"831\":{},\"832\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":833},\"source\":\"function updateLists() {\\n this.scriptList.setList(this.sortedScriptNamesOfObj(this.target));\\n var scriptListItems = this.scriptList.getList();\\n scriptListItems.unshift(\\\"-- ALL --\\\");\\n this.scriptList.setList(scriptListItems);\\n\\n this.connectionList.setList(this.sortedConnectionNamesOfObj(this.target));\\n var connectionListItems = this.connectionList.getList();\\n connectionListItems.unshift(\\\"-- ALL --\\\");\\n this.connectionList.setList(connectionListItems);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":834},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"833\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"834\":{},\"835\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":836},\"source\":\"function displayInitialScript() {\\n if (this.scriptList.getList().size() > 1) {\\n this.scriptList.selectAt(0);\\n } else if (this.connectionList.getList().size() > 1) {\\n this.connectionList.selectAt(0);\\n } else {\\n this.scriptList.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":837},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"836\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"837\":{},\"838\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":839},\"source\":\"function reset() {\\n this.target = null;\\n this.scriptPane.doitContext = null;\\n this.scriptList.setList();\\n this.connectionList.setList();\\n this.scriptPane.setTextString(\\\"\\\");\\n this.morphSelector.reset();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":840},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"839\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"840\":{},\"841\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":842},\"source\":\"function selectChangedContent(source) {\\n\\n var addScriptRegex = /this\\\\.addScript\\\\s*\\\\(\\\\s*function\\\\s*([^\\\\(]*)/g;\\n var addScriptMatches = [];\\n var addScriptMatch = addScriptRegex.exec(source);\\n while (addScriptMatch) {\\n addScriptMatches.push(addScriptMatch[1]);\\n addScriptMatch = addScriptRegex.exec(source);\\n }\\n \\n // if scripts were added, select either a specific one or all\\n if (addScriptMatches.length > 0) { \\n if (addScriptMatches.length === 1) {\\n var index = this.scriptList.getList().indexOf(addScriptMatches[0]);\\n if (index > -1) { \\n return this.scriptList.selectAt(index);\\n }\\n }\\n return this.scriptList.selectAt(0);\\n }\\n\\n var connectionRegex = \\n /connect\\\\(\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"\\\\s*,\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"/g;\\n var connectionMatches = [];\\n var connectionMatch = connectionRegex.exec(source);\\n while (connectionMatch) {\\n connectionMatches.push(connectionMatch);\\n connectionMatch = connectionRegex.exec(source);\\n }\\n\\n // if connections were made, select either a specific one or all\\n if (connectionMatches.length > 0) {\\n if (connectionMatches.length === 1) {\\n var match = connectionMatches[0];\\n for (var i=0; i -1) {\\n var c = selection[1];\\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\\n editor.updateLists();\\n editor.displayInitialScript();\\n } \\n }\\n\\n var message = 'Disconnect \\\"' + selection[0] +'\\\" connection?';\\n var callback = disconnectConnection;\\n\\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\\n\\n return this.world().openDialog(dialog);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1041},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1040\":{\"this\":{\"__isSmartRef__\":true,\"id\":987}},\"1041\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1042},\"user\":\"lauritz\",\"categories\":[]},\"1042\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 10 2011 16:46:54 GMT-0800 (PST)\"},\"1043\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1044}],\"scripts\":[],\"id\":\"ED34F9B5-9E00-41B3-8313-D9C3D6B3B231\",\"shape\":{\"__isSmartRef__\":true,\"id\":1059},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1075},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1062},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1076},\"label\":{\"__isSmartRef__\":true,\"id\":1044},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1085}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1087},\"name\":\"ObjectEditorRemoveScriptButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1088},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1089},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1090},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1091},\"isCopyMorphRef\":true,\"morphRefId\":24,\"draggingEnabled\":false,\"objectEditorPane\":{\"__isSmartRef__\":true,\"id\":1},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1092},\"derivationIds\":[217,\"FDC10087-12CF-4570-9211-8309CB6A9AA3\",\"E18FC530-4B1F-4F08-8DA6-3866A3519E56\",\"04A2AAC3-6A9E-40BB-9408-EBB2567EE63B\",\"8C1A42CE-840C-4AAE-BD79-C93A445B9EBF\",\"61FC11FA-B87E-4EFE-BD15-564D3178B68B\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1093},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1044\":{\"submorphs\":[],\"scripts\":[],\"id\":\"F0C6C298-3B8B-42B2-B5E9-E5B82F607B01\",\"shape\":{\"__isSmartRef__\":true,\"id\":1045},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":25,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1051},\"textColor\":{\"__isSmartRef__\":true,\"id\":1048},\"owner\":{\"__isSmartRef__\":true,\"id\":1043},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1052}],\"padding\":{\"__isSmartRef__\":true,\"id\":1054},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1055},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1056},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1057},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1058},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":25,\"_MinTextHeight\":null,\"draggingEnabled\":false,\"derivationIds\":[218,\"852A7BD9-52EE-4708-A2D5-1BDECF33C958\",\"7B4F173E-9726-472A-9B30-530D4AA92AD9\",\"CBA217F6-2832-4213-9ABE-47753C1A4180\",\"E6B97D1D-95D5-4644-9359-1D08D42A51F4\",\"4391A57E-70C2-4628-9828-DD668CCE546E\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1045\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1046},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1047},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1048},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1049},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1050},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1046\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1047\":{\"x\":25,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1048\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1049\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1050\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1051\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1052\":{\"style\":{\"__isSmartRef__\":true,\"id\":1053},\"morph\":{\"__isSmartRef__\":true,\"id\":1044},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1044},\"storedString\":\"-\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1053\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1054\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1055\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1056\":{\"x\":25,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1057\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1058\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1044},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1059\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1060},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1061},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1062},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1072},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1073},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1074},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1060\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1061\":{\"x\":25,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1062\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1063},{\"__isSmartRef__\":true,\"id\":1065},{\"__isSmartRef__\":true,\"id\":1067},{\"__isSmartRef__\":true,\"id\":1069}],\"vector\":{\"__isSmartRef__\":true,\"id\":1071},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1063\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1064}},\"1064\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1065\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1066}},\"1066\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1067\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1068}},\"1068\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1069\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1070}},\"1070\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1071\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1072\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1073\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1074\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1075\":{\"x\":160,\"y\":40,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1076\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1077},{\"__isSmartRef__\":true,\"id\":1079},{\"__isSmartRef__\":true,\"id\":1081},{\"__isSmartRef__\":true,\"id\":1083}],\"vector\":{\"__isSmartRef__\":true,\"id\":1071},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1077\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1078}},\"1078\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1079\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1080}},\"1080\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1081\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1082}},\"1082\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1083\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1084}},\"1084\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1085\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1043},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1043},\"targetMethodName\":\"deleteSelectedScript\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1086},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1086\":{\"source\":{\"__isSmartRef__\":true,\"id\":1043},\"target\":{\"__isSmartRef__\":true,\"id\":1043}},\"1087\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1088\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1089\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1090\":{\"x\":30,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1091\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1043},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1092\":{\"x\":33.35839679439101,\"y\":-21.324811622839547,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1093\":{\"deleteSelectedScript\":{\"__isSmartRef__\":true,\"id\":1094}},\"1094\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1095},\"source\":\"function deleteSelectedScript() {\\n\\n var editor = this.objectEditorPane;\\n var selection = editor.scriptList.selection;\\n\\n if (!editor.target || editor.scriptList.getList().size() < 2) \\n return; \\n\\n var deleteScript = function (confirmed) {\\n if (!confirmed) return;\\n \\n if (selection && editor.target) {\\n if (!editor.target.hasOwnProperty(selection)) \\n return;\\n delete editor.target[selection];\\n editor.updateLists();\\n editor.displayInitialScript();\\n }\\n }\\n\\n var message = 'Delete \\\"' + selection + '\\\" script?';\\n var callback = deleteScript;\\n\\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\\n\\n return this.world().openDialog(dialog);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1096},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1095\":{\"this\":{\"__isSmartRef__\":true,\"id\":1043}},\"1096\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1097},\"user\":\"lauritz\"},\"1097\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 09:12:21 GMT-0800 (PST)\"},\"1098\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1099}],\"scripts\":[],\"id\":\"0CD057F2-3517-4849-A69E-1EF79B05ACE8\",\"shape\":{\"__isSmartRef__\":true,\"id\":1114},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1130},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1117},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1131},\"label\":{\"__isSmartRef__\":true,\"id\":1099},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1140},\"name\":\"ObjectEditorMorphSelector\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1141},\"list\":[],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1142},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1143},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1144},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1145},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"textString\":\"\",\"selection\":{\"__isSmartRef__\":true,\"id\":1146},\"_ClipMode\":\"visible\",\"prevScroll\":[0,0],\"listMorph\":null,\"derivationIds\":[221,\"4AC64FBA-95AC-42B2-A078-B6DA97889093\",\"E26ED0E6-C4CE-4C82-94D5-175270E8459E\",\"D292F2FC-C2B6-48AE-B779-8CC5868FFA49\",\"53A862EB-032C-4BF0-9B21-58C7E0C0A9B2\",\"CC4D188B-510F-48DE-A0E1-EC8D2CD63F9F\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1163},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1099\":{\"submorphs\":[],\"scripts\":[],\"id\":\"8B2F743A-98C5-45E1-B03C-5019114EAC47\",\"shape\":{\"__isSmartRef__\":true,\"id\":1100},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":220,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1106},\"textColor\":{\"__isSmartRef__\":true,\"id\":1103},\"owner\":{\"__isSmartRef__\":true,\"id\":1098},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1107}],\"padding\":{\"__isSmartRef__\":true,\"id\":1109},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1109},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1110},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1111}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1112},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1113},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":220,\"_MinTextHeight\":null,\"_Align\":\"left\",\"_FontFamily\":\"Arial\",\"_FontSize\":11,\"derivationIds\":[222,\"30F054A3-7658-405B-8098-B7D87AA8A9ED\",\"556D6E07-45B7-42EC-A486-DE275EF0B034\",\"06B0B080-467A-46CC-8B0D-9C0A9B9A71F1\",\"5E2D96C9-BB9B-4735-8673-A79847435197\",\"B48AA022-2022-4A2A-9090-4D884FB3DFD3\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1100\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1101},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1102},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1103},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1104},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1105},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1101\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1102\":{\"x\":220,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1103\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1104\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1105\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__LivelyClassName__\":\"Rectangle\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1106\":{\"x\":2,\"y\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1107\":{\"style\":{\"__isSmartRef__\":true,\"id\":1108},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1099},\"storedString\":\"empty\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1108\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1109\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1110\":{\"x\":220,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1111\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1099},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1098},\"targetMethodName\":\"selection\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1112\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1113\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1099},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1114\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1115},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1116},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1117},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1127},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1128},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1129},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1115\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1116\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1117\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1118},{\"__isSmartRef__\":true,\"id\":1120},{\"__isSmartRef__\":true,\"id\":1122},{\"__isSmartRef__\":true,\"id\":1124}],\"vector\":{\"__isSmartRef__\":true,\"id\":1126},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1118\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1119}},\"1119\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1120\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1121}},\"1121\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1122\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1123}},\"1123\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1124\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1125}},\"1125\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1126\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1127\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1128\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1129\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1130\":{\"x\":240.1308656788165,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1131\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1132},{\"__isSmartRef__\":true,\"id\":1134},{\"__isSmartRef__\":true,\"id\":1136},{\"__isSmartRef__\":true,\"id\":1138}],\"vector\":{\"__isSmartRef__\":true,\"id\":1126},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1132\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1133}},\"1133\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1134\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1135}},\"1135\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1136\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1137}},\"1137\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1138\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1139}},\"1139\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1140\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1141\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"partName\":\"ChoiceButton\",\"comment\":\"Click on it and you get a list of things to choose from.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1142\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1143\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1098},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1144\":{\"x\":122.93118375058827,\"y\":-11.582832083333244,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1145\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1146\":{\"submorphs\":[],\"scripts\":[],\"id\":181,\"shape\":{\"__isSmartRef__\":true,\"id\":1147},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1153},\"_MaxTextWidth\":580,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1154},\"showsHalos\":false,\"_FontSize\":28,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Title\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1155},\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1156},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1157},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1158}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1160},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1161},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":580,\"_MinTextHeight\":null,\"_Rotation\":0,\"_Scale\":1.002003004005006,\"previousSelection\":[35,35],\"priorSelectionRange\":[23,23],\"charsReplaced\":\"WIP / Proof of Concept\",\"lastFindLoc\":22,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1162},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"isCopyMorphRef\":true,\"morphRefId\":2,\"prevScroll\":[0,0],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1147\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1148},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1149},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1150},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1151},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1152},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1148\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1149\":{\"x\":580,\"y\":43,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1150\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1151\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1152\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1153\":{\"x\":37,\"y\":23,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1154\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1155\":{\"partsSpaceName\":\"PartsBin/Worlds/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"For example a world title.\",\"partName\":\"Title\",\"migrationLevel\":2,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1156\":{\"r\":0,\"g\":0.309,\"b\":0.595,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1157\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1158\":{\"style\":{\"__isSmartRef__\":true,\"id\":1159},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1146},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1159\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1160\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1146},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1161\":{\"x\":580,\"y\":43,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1162\":{\"x\":221,\"y\":-12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1163\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":1164},\"getList\":{\"__isSmartRef__\":true,\"id\":1168},\"removeList\":{\"__isSmartRef__\":true,\"id\":1172},\"reset\":{\"__isSmartRef__\":true,\"id\":1176},\"displayTopLevelMorphs\":{\"__isSmartRef__\":true,\"id\":1180},\"onMouseDown\":{\"__isSmartRef__\":true,\"id\":1184},\"setTargetOfPane\":{\"__isSmartRef__\":true,\"id\":1192},\"setTargetToListSelection\":{\"__isSmartRef__\":true,\"id\":1196},\"onBlur\":{\"__isSmartRef__\":true,\"id\":1200},\"setTarget\":{\"__isSmartRef__\":true,\"id\":1208},\"setTargetOnSelection\":{\"__isSmartRef__\":true,\"id\":1212}},\"1164\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1165},\"source\":\"function createListMorph() {\\n var items = this.getList();\\n \\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\\n\\n var listMorph = new lively.morphic.List(extent);\\n listMorph.setList(items);\\n listMorph.setFontSize(10);\\n\\n listMorph.disableGrabbing();\\n listMorph.disableDragging();\\n\\n connect(listMorph, 'selection', this, 'setTargetToListSelection');\\n \\n return listMorph;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1166},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1165\":{\"this\":{\"__isSmartRef__\":true,\"id\":1098}},\"1166\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1167},\"user\":\"lauritz\",\"tags\":[]},\"1167\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 13 2011 09:55:41 GMT-0800 (PST)\"},\"1168\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1169},\"source\":\"function getList() {\\n var worldEntry = {\\n isListItem: true,\\n selectionString: 'World',\\n string: 'World',\\n value: this.world()\\n };\\n var list = this.world().indentedListItemsOfMorphNames();\\n list.unshift(worldEntry);\\n return list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1170},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1169\":{\"this\":{\"__isSmartRef__\":true,\"id\":1098}},\"1170\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1171},\"user\":\"lauritz\",\"tags\":[]},\"1171\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 21 2011 14:12:23 GMT-0800 (PST)\"},\"1172\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1173},\"source\":\"function removeList() {\\n this.listMorph && this.listMorph.remove();\\n this.listMorph = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1174},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1173\":{\"this\":{\"__isSmartRef__\":true,\"id\":1098}},\"1174\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1175},\"user\":\"lauritz\",\"tags\":[]},\"1175\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 06 2011 20:51:07 GMT-0800 (PST)\"},\"1176\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1177},\"source\":\"function reset() {\\n this.list = [];\\n this.setLabel('empty');\\n this.label.setAlign('left');\\n this.removeList();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'});\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1178},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1177\":{\"this\":{\"__isSmartRef__\":true,\"id\":1098}},\"1178\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1179},\"user\":\"lauritz\",\"tags\":[]},\"1179\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 06 2011 20:34:06 GMT-0800 (PST)\"},\"1180\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1181},\"source\":\"function displayTopLevelMorphs() {\\n var list = this.createListMorph(); \\n if (this.getList().length === 0) return;\\n this.addMorph(list);\\n this.listMorph = list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1182},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1181\":{\"this\":{\"__isSmartRef__\":true,\"id\":1098}},\"1182\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1183},\"user\":\"lauritz\",\"tags\":[]},\"1183\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 13 2011 09:53:20 GMT-0800 (PST)\"},\"1184\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1185},\"source\":\"function onMouseDown(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n // clicked on morph, not the list, not the list's scrollbar\\n if (evt.target === this.renderContext().shapeNode)\\n this.removeList();\\n } else {\\n this.displayTopLevelMorphs();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1190},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1185\":{\"this\":{\"__isSmartRef__\":true,\"id\":1098},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1186}},\"1186\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1187}},\"1187\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1188},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1189},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1188\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1098},\"name\":\"onMouseDown\"},\"1189\":{},\"1190\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1191},\"user\":\"lauritz\",\"tags\":[]},\"1191\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 06 2011 20:30:39 GMT-0800 (PST)\"},\"1192\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1193},\"source\":\"function setTargetOfPane(selection) {\\n this.owner.setTarget(selection);\\n this.label.setAlign('left');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1194},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1193\":{\"this\":{\"__isSmartRef__\":true,\"id\":1098}},\"1194\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1195},\"user\":\"lauritz\",\"tags\":[]},\"1195\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 06 2011 19:30:42 GMT-0800 (PST)\"},\"1196\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1197},\"source\":\"function setTargetToListSelection() { \\n var selection = this.listMorph.selection;\\n this.removeList();\\n if (!selection) return;\\n if (this.owner.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function (confirmed) {\\n if (confirmed) that.setTargetOfPane(selection);\\n }\\n this.owner.confirmUnsavedChanges(callback);\\n } else {\\n this.setTargetOfPane(selection);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1198},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1197\":{\"this\":{\"__isSmartRef__\":true,\"id\":1098}},\"1198\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1199},\"user\":\"lauritz\",\"tags\":[]},\"1199\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 06 2011 21:06:48 GMT-0800 (PST)\"},\"1200\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1201},\"source\":\"function onBlur(evt) {\\n $super(evt);\\n \\n // workaround - otherwise other morphs get this event\\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\\n this.removeList();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1206},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1201\":{\"this\":{\"__isSmartRef__\":true,\"id\":1098},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1202}},\"1202\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1203}},\"1203\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1204},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1205},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1204\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1098},\"name\":\"onBlur\"},\"1205\":{},\"1206\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1207},\"user\":\"lauritz\",\"tags\":[]},\"1207\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 06 2011 20:30:08 GMT-0800 (PST)\"},\"1208\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1209},\"source\":\"function setTarget(target) {\\n this.label.setTextString(target.getName() || target.toString());\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1210},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1209\":{\"this\":{\"__isSmartRef__\":true,\"id\":1098}},\"1210\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1211},\"user\":\"lauritz\",\"tags\":[]},\"1211\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 06 2011 19:29:39 GMT-0800 (PST)\"},\"1212\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1213},\"source\":\"function setTargetOnSelection() {\\n if (this.listMorph && this.listMorph.renderContext() && this.listMorph.renderContext().listNode.value) {\\n this.setTargetToListSelection();\\n this.stopStepping();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1214},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1213\":{\"this\":{\"__isSmartRef__\":true,\"id\":1098}},\"1214\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1215},\"user\":\"lauritz\",\"tags\":[]},\"1215\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 06 2011 21:12:06 GMT-0800 (PST)\"},\"1216\":{\"submorphs\":[],\"scripts\":[],\"id\":\"4B9F9B4B-C7D3-418D-9AC9-10503A4EBF8E\",\"shape\":{\"__isSmartRef__\":true,\"id\":1217},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":false,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1223},\"_MaxTextWidth\":64.8979476392384,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1220},\"showsHalos\":false,\"_FontSize\":9,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorScriptsText1\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1224},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1225}],\"charsReplaced\":\"Scripts\",\"lastFindLoc\":-7,\"priorSelectionRange\":[0,7],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1227},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1228},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1229},\"_WhiteSpaceHandling\":\"pre-wrap\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":64.8979476392384,\"_MinTextHeight\":null,\"_ClipMode\":\"visible\",\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1230},\"eventsAreIgnored\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"isCopyMorphRef\":true,\"morphRefId\":27,\"derivationIds\":[223,\"5E3A69EF-26C1-4D0D-B04C-8C3894017F56\",\"14AB1B91-3ED6-49AE-AA58-47D18B6C569F\",\"991D4A54-1FC4-4BC7-AA82-F814AC52CDE3\",\"DB9B19F7-4390-4CE5-9B1D-62177CB8D605\",\"8F7B2EE9-9538-4044-B75B-6A12F3108B70\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1217\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1218},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1219},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1220},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1221},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1222},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1218\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1219\":{\"x\":64.8979476392384,\"y\":14,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1220\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1221\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1222\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1223\":{\"x\":198.16434648623274,\"y\":12.911539589748486,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1224\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1225\":{\"style\":{\"__isSmartRef__\":true,\"id\":1226},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1216},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Target:\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1226\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1227\":{\"x\":64.8979476392384,\"y\":14,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1228\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1229\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1216},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1230\":{\"x\":41.065989525935834,\"y\":-10.506047005169194,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1231\":{\"submorphs\":[],\"scripts\":[],\"id\":\"DD3C23F8-6463-4EAE-959B-C486E27D9BDA\",\"shape\":{\"__isSmartRef__\":true,\"id\":1232},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":false,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1238},\"_MaxTextWidth\":64.8979476392384,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1235},\"showsHalos\":false,\"_FontSize\":9,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorScriptsText2\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1239},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1240}],\"charsReplaced\":\"Scripts\",\"lastFindLoc\":-7,\"priorSelectionRange\":[0,7],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1242},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1243},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1244},\"_WhiteSpaceHandling\":\"pre-wrap\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":64.8979476392384,\"_MinTextHeight\":null,\"_ClipMode\":\"visible\",\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1245},\"eventsAreIgnored\":true,\"isCopyMorphRef\":true,\"morphRefId\":27,\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"derivationIds\":[224,\"35EF8FE5-067D-45B6-AF21-77040F11D340\",\"80DC09DD-22D4-4089-B5C3-857B32C9BE9B\",\"EF080074-E6B9-47F3-A87F-26313B40C430\",\"F6977801-C1A7-445C-9BF1-8A1019E202FB\",\"8C9157AE-0343-4CFB-8186-1D5E05D2ECBE\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1232\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1233},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1234},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1235},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1236},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1237},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1233\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1234\":{\"x\":64.8979476392384,\"y\":14,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1235\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1236\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1237\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1238\":{\"x\":10,\"y\":12.911539589749026,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1239\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1240\":{\"style\":{\"__isSmartRef__\":true,\"id\":1241},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1231},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Tag:\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1241\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1242\":{\"x\":64.8979476392384,\"y\":14,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1243\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1244\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1231},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1245\":{\"x\":45.76052154281416,\"y\":-27.783027415339603,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1246\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1247}],\"scripts\":[],\"id\":\"9B650AA3-271B-4E72-B230-51C6F64B7462\",\"shape\":{\"__isSmartRef__\":true,\"id\":1262},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1278},\"value\":true,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1279},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1265},\"label\":{\"__isSmartRef__\":true,\"id\":1247},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1288},\"name\":\"ObjectEditorTagChooser\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1289},\"listMorph\":null,\"list\":[],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1290},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1291},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1292},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1293},\"textString\":\"PartsBinBrowser\",\"selection\":\"\",\"_ClipMode\":\"visible\",\"prevScroll\":[0,0],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"setTargetToListSelection\":\"all\",\"savedTextString\":\"all\",\"derivationIds\":[225,\"7F83847B-D0B1-4A31-8601-43424B97C858\",\"E08FC110-71D7-4FFD-B4A8-08F8147B95BA\",\"5534107D-C5C9-48DD-A1ED-B87E9D9B672C\",\"0B89FA7A-768C-4062-98AE-C455E8DAFF19\",\"799320C6-CFBA-40E7-B03D-64BFE9B78248\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1294},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1247\":{\"submorphs\":[],\"scripts\":[],\"id\":\"132C2A9E-3466-4051-AAEA-6E485A91F408\",\"shape\":{\"__isSmartRef__\":true,\"id\":1248},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":130,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1254},\"textColor\":{\"__isSmartRef__\":true,\"id\":1251},\"owner\":{\"__isSmartRef__\":true,\"id\":1246},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1255}],\"padding\":{\"__isSmartRef__\":true,\"id\":1257},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1257},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1258},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1259}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1260},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1261},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":130,\"_MinTextHeight\":null,\"_Align\":\"left\",\"_FontFamily\":\"Arial\",\"_FontSize\":11,\"derivationIds\":[226,\"03DBF3F8-8EA2-4426-BA64-C4297DDAB015\",\"B8F87302-BEC3-48CD-9BBA-6C7DBB6287E1\",\"4AA6AE51-338B-4E3E-814B-9F99C693A2D5\",\"08F6CE56-AD91-4C27-9429-C3DEA313696C\",\"D39C963C-FD24-4498-A6D8-71E5102CE58A\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1248\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1249},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1250},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1251},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1252},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1253},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1249\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1250\":{\"x\":130,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1251\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1252\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1253\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__LivelyClassName__\":\"Rectangle\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1254\":{\"x\":2,\"y\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1255\":{\"style\":{\"__isSmartRef__\":true,\"id\":1256},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1247},\"storedString\":\"all\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1256\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1257\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1258\":{\"x\":130,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1259\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1247},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1246},\"targetMethodName\":\"selection\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1260\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1261\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1247},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1262\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1263},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1264},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1265},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1275},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1276},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1277},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1263\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1264\":{\"x\":130,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1265\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1266},{\"__isSmartRef__\":true,\"id\":1268},{\"__isSmartRef__\":true,\"id\":1270},{\"__isSmartRef__\":true,\"id\":1272}],\"vector\":{\"__isSmartRef__\":true,\"id\":1274},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1266\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1267}},\"1267\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1268\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1269}},\"1269\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1270\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1271}},\"1271\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1272\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1273}},\"1273\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1274\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1275\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1276\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1277\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1278\":{\"x\":39.12381412396891,\"y\":10.000000000000057,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1279\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1280},{\"__isSmartRef__\":true,\"id\":1282},{\"__isSmartRef__\":true,\"id\":1284},{\"__isSmartRef__\":true,\"id\":1286}],\"vector\":{\"__isSmartRef__\":true,\"id\":1274},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1280\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1281}},\"1281\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1282\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1283}},\"1283\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1284\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1285}},\"1285\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1286\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1287}},\"1287\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1288\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1289\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"partName\":\"ChoiceButton\",\"comment\":\"Click on it and you get a list of things to choose from.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1290\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1291\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1246},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1292\":{\"x\":85.7442776093583,\"y\":-11.582832083333244,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1293\":{\"x\":130,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1294\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":1295},\"getList\":{\"__isSmartRef__\":true,\"id\":1299},\"removeList\":{\"__isSmartRef__\":true,\"id\":1303},\"reset\":{\"__isSmartRef__\":true,\"id\":1307},\"onMouseUp\":{\"__isSmartRef__\":true,\"id\":1311},\"onBlur\":{\"__isSmartRef__\":true,\"id\":1319},\"setTag\":{\"__isSmartRef__\":true,\"id\":1327}},\"1295\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1296},\"source\":\"function createListMorph() {\\n var items = this.getList();\\n\\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\\n\\n var listMorph = new lively.morphic.List(extent);\\n listMorph.setList(items);\\n listMorph.setFontSize(10);\\n\\n listMorph.disableGrabbing();\\n listMorph.disableDragging();\\n \\n connect(listMorph, 'selection', this, 'setTag');\\n \\n return listMorph;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1297},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1296\":{\"this\":{\"__isSmartRef__\":true,\"id\":1246}},\"1297\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1298},\"user\":\"lauritz\",\"categories\":[]},\"1298\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 28 2011 19:35:59 GMT-0800 (PST)\"},\"1299\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1300},\"source\":\"function getList() {\\n if (!this.owner.target) return [''];\\n\\n var target = this.owner.target;\\n\\n var tags = Functions.own(target).collect(function (each) {\\n return target[each].tags || [];\\n }).flatten().uniq();\\n\\n var sortedTags = tags.sortBy(function(name) { \\n return name.toLowerCase() \\n });\\n \\n sortedTags.unshift('all'); \\n return sortedTags;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1301},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1300\":{\"this\":{\"__isSmartRef__\":true,\"id\":1246}},\"1301\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1302},\"user\":\"lauritz\",\"tags\":[]},\"1302\":{\"isSerializedDate\":true,\"string\":\"Fri Dec 16 2011 11:27:25 GMT-0800 (PST)\"},\"1303\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1304},\"source\":\"function removeList() {\\n this.listMorph && this.listMorph.remove()\\n this.listMorph = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1305},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1304\":{\"this\":{\"__isSmartRef__\":true,\"id\":1246}},\"1305\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1306},\"user\":\"lauritz\",\"categories\":[]},\"1306\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 10:06:51 GMT-0800 (PST)\"},\"1307\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1308},\"source\":\"function reset() {\\n this.list = [];\\n this.setLabel('all');\\n this.label.setAlign('left');\\n this.removeList();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1309},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1308\":{\"this\":{\"__isSmartRef__\":true,\"id\":1246}},\"1309\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1310},\"user\":\"lauritz\",\"tags\":[]},\"1310\":{\"isSerializedDate\":true,\"string\":\"Fri Dec 16 2011 11:27:53 GMT-0800 (PST)\"},\"1311\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1312},\"source\":\"function onMouseUp(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n this.removeList();\\n return true;\\n } \\n if (this.getList().size() < 2) return;\\n var list = this.createListMorph();\\n this.addMorph(list);\\n this.listMorph = list;\\n return true;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1317},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1312\":{\"this\":{\"__isSmartRef__\":true,\"id\":1246},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1313}},\"1313\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1314}},\"1314\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1315},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1316},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1315\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1246},\"name\":\"onMouseUp\"},\"1316\":{},\"1317\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1318},\"user\":\"lauritz\",\"categories\":[]},\"1318\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 09:59:16 GMT-0800 (PST)\"},\"1319\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1320},\"source\":\"function onBlur(evt) {\\n $super(evt);\\n \\n // workaround - otherwise other morphs get this event\\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\\n this.removeList();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1325},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1320\":{\"this\":{\"__isSmartRef__\":true,\"id\":1246},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1321}},\"1321\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1322}},\"1322\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1323},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1324},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1323\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1246},\"name\":\"onBlur\"},\"1324\":{},\"1325\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1326},\"user\":\"lauritz\",\"categories\":[]},\"1326\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 21 2011 14:10:03 GMT-0800 (PST)\"},\"1327\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1328},\"source\":\"function setTag(tag) {\\n this.setLabel(tag || '');\\n this.label.setAlign('left');\\n this.owner.setTag(tag);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1329},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1328\":{\"this\":{\"__isSmartRef__\":true,\"id\":1246}},\"1329\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1330},\"user\":\"lauritz\",\"categories\":[]},\"1330\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 28 2011 19:36:12 GMT-0800 (PST)\"},\"1331\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1332}],\"scripts\":[],\"id\":\"87E42FF6-3862-481D-97D6-643676E15F32\",\"shape\":{\"__isSmartRef__\":true,\"id\":1347},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1351},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1363},\"label\":{\"__isSmartRef__\":true,\"id\":1332},\"name\":\"Button\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1372},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1373}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1409},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1410},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1411},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1412},\"derivationIds\":[7251,\"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1\",\"79FE3D3F-77C4-4B39-8243-D672185B416D\",\"A4D2FEDF-2654-4381-AB43-8F89B9CA2E86\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":1413},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"layout\":{\"__isSmartRef__\":true,\"id\":1414},\"_Rotation\":0,\"_Scale\":0.994014980014994,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1332\":{\"submorphs\":[],\"scripts\":[],\"id\":\"BA4EC8D2-AB29-4F9F-B5A0-715A4746A4C4\",\"shape\":{\"__isSmartRef__\":true,\"id\":1333},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1339},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1340},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1341},\"owner\":{\"__isSmartRef__\":true,\"id\":1331},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1342},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1343}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1345},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1346},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED\",\"307A3596-1175-4EA6-AA27-5BA4C9D95AB7\",\"0EF99131-C569-4C2C-B613-E0D8423C1334\"],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1333\":{\"position\":{\"__isSmartRef__\":true,\"id\":1334},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1335},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1336},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1337},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1338},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1334\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1335\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1336\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1337\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1338\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1339\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1340\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1341\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1342\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1343\":{\"style\":{\"__isSmartRef__\":true,\"id\":1344},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1332},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"run\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1344\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1345\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1346\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1332},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1347\":{\"position\":{\"__isSmartRef__\":true,\"id\":1348},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1349},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1350},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1351},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1361},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1362},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1348\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1349\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1350\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1351\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1352},{\"__isSmartRef__\":true,\"id\":1354},{\"__isSmartRef__\":true,\"id\":1356},{\"__isSmartRef__\":true,\"id\":1358}],\"vector\":{\"__isSmartRef__\":true,\"id\":1360},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1352\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1353}},\"1353\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1354\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1355}},\"1355\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1356\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1357}},\"1357\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1358\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1359}},\"1359\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1360\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1361\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1362\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1363\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1364},{\"__isSmartRef__\":true,\"id\":1366},{\"__isSmartRef__\":true,\"id\":1368},{\"__isSmartRef__\":true,\"id\":1370}],\"vector\":{\"__isSmartRef__\":true,\"id\":1360},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1364\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1365}},\"1365\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1366\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1367}},\"1367\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1368\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1369}},\"1369\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1370\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1371}},\"1371\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1372\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1373\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1331},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"runScript\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":1374},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1374\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1375}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1390},\"derivationIds\":[null],\"id\":\"C89B50A0-17E7-4D22-AE1D-5112520DAEE7\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1397},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1398},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":1399},{\"__isSmartRef__\":true,\"id\":1400}],\"con\":{\"__isSmartRef__\":true,\"id\":1373},\"showsMorphMenu\":true,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1401},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1375\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1376},\"derivationIds\":[null],\"id\":\"2A71BE9E-6820-46AF-ACED-3C9BDCC918AF\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1387},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1388},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1389},\"owner\":{\"__isSmartRef__\":true,\"id\":1374},\"_Rotation\":-3.130064002485303,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1376\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1377},{\"__isSmartRef__\":true,\"id\":1378},{\"__isSmartRef__\":true,\"id\":1379},{\"__isSmartRef__\":true,\"id\":1380}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1381},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1382},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1383},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1384},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1385},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1386},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1377\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1378\":{\"isAbsolute\":true,\"x\":-12,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1379\":{\"isAbsolute\":true,\"x\":4,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1380\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1381\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1382\":{\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1383\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1384\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1385\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1386\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1387\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1388\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1375},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1389\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1390\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1391},{\"__isSmartRef__\":true,\"id\":1392}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1393},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1394},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1395},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1396},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1385},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1391\":{\"isAbsolute\":true,\"x\":829.7085000406639,\"y\":9.565843617262885,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1392\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1393\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1394\":{\"x\":-1,\"y\":-1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1395\":{\"x\":831,\"y\":11,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1396\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1397\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1398\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1374},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1399\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1374},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1400\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1374},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":1375},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1401\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":1402}},\"1402\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1403},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString ||\\n 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true,\\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(),\\n visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1408},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1403\":{\"this\":{\"__isSmartRef__\":true,\"id\":1374},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1404}},\"1404\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1405}},\"1405\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1406},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1407},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1406\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1374},\"name\":\"morphMenuItems\"},\"1407\":{},\"1408\":{},\"1409\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1410\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1411\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1331},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1412\":{\"x\":71.99397894387357,\"y\":-13.030105280631261,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1413\":{\"x\":788.7426780861911,\"y\":9.508591852040126,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1414\":{\"centeredHorizontal\":false,\"moveHorizontal\":true},\"1415\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1416}],\"scripts\":[],\"id\":\"F51327CB-803E-4234-BFB3-6F5252D1C936\",\"shape\":{\"__isSmartRef__\":true,\"id\":1431},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1435},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1447},\"label\":{\"__isSmartRef__\":true,\"id\":1416},\"name\":\"saveButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1456},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1457}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1493},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1494},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1495},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1496},\"derivationIds\":[7251,\"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1\",\"79FE3D3F-77C4-4B39-8243-D672185B416D\",\"A4D2FEDF-2654-4381-AB43-8F89B9CA2E86\",\"D686F0CB-027B-4CA9-8B8D-9306389B219D\"],\"layout\":{\"__isSmartRef__\":true,\"id\":1497},\"_Position\":{\"__isSmartRef__\":true,\"id\":1498},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"_Rotation\":0,\"_Scale\":0.9880657804942089,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1416\":{\"submorphs\":[],\"scripts\":[],\"id\":\"918C6CC4-3540-4341-BAFD-B195F7807FEE\",\"shape\":{\"__isSmartRef__\":true,\"id\":1417},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1423},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1424},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1425},\"owner\":{\"__isSmartRef__\":true,\"id\":1415},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1426},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1427}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1429},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1430},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED\",\"307A3596-1175-4EA6-AA27-5BA4C9D95AB7\",\"0EF99131-C569-4C2C-B613-E0D8423C1334\",\"9AECBFB8-25A5-483F-86AD-D7CF9ABC9A25\"],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1417\":{\"position\":{\"__isSmartRef__\":true,\"id\":1418},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1419},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1420},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1421},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1422},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1418\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1419\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1420\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1421\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1422\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1423\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1424\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1425\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1426\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1427\":{\"style\":{\"__isSmartRef__\":true,\"id\":1428},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1416},\"storedString\":\"save\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1428\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1429\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1430\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1416},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1431\":{\"position\":{\"__isSmartRef__\":true,\"id\":1432},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1433},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1434},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1435},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1445},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1446},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1432\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1433\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1434\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1435\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1436},{\"__isSmartRef__\":true,\"id\":1438},{\"__isSmartRef__\":true,\"id\":1440},{\"__isSmartRef__\":true,\"id\":1442}],\"vector\":{\"__isSmartRef__\":true,\"id\":1444},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1436\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1437}},\"1437\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1438\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1439}},\"1439\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1440\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1441}},\"1441\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1442\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1443}},\"1443\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1444\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1445\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1446\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1447\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1448},{\"__isSmartRef__\":true,\"id\":1450},{\"__isSmartRef__\":true,\"id\":1452},{\"__isSmartRef__\":true,\"id\":1454}],\"vector\":{\"__isSmartRef__\":true,\"id\":1444},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1448\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1449}},\"1449\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1450\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1451}},\"1451\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1452\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1453}},\"1453\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1454\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1455}},\"1455\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1456\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1457\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1415},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":497},\"targetMethodName\":\"doSave\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":1458},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1458\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1459}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1474},\"derivationIds\":[null],\"id\":\"F46012D5-C8BE-4E52-BF98-D052FDAAE17A\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1481},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1482},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":1483},{\"__isSmartRef__\":true,\"id\":1484}],\"con\":{\"__isSmartRef__\":true,\"id\":1457},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1485},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1459\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1460},\"derivationIds\":[null],\"id\":\"A2A83C78-09B8-473C-829B-198206D7A9E4\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1471},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1472},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1473},\"owner\":{\"__isSmartRef__\":true,\"id\":1458},\"_Rotation\":3.077607197692381,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1460\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1461},{\"__isSmartRef__\":true,\"id\":1462},{\"__isSmartRef__\":true,\"id\":1463},{\"__isSmartRef__\":true,\"id\":1464}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1465},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1466},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1467},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1468},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1469},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1470},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1461\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1462\":{\"isAbsolute\":true,\"x\":-12,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1463\":{\"isAbsolute\":true,\"x\":4,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1464\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1465\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1466\":{\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1467\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1468\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1469\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1470\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1471\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1472\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1459},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1473\":{\"x\":201.20421122525056,\"y\":40.24084224505009,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1474\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1475},{\"__isSmartRef__\":true,\"id\":1476}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1477},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1478},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1479},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1480},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1469},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1475\":{\"isAbsolute\":true,\"x\":679.4857209639925,\"y\":9.595948897894004,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1476\":{\"isAbsolute\":true,\"x\":201.20421122525056,\"y\":40.24084224505009,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1477\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1478\":{\"x\":200,\"y\":9,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1479\":{\"x\":480,\"y\":32,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1480\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1481\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1482\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1458},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1483\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1458},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1484\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1458},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":1459},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1485\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":1486}},\"1486\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1487},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString ||\\n 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true,\\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(),\\n visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1492},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1487\":{\"this\":{\"__isSmartRef__\":true,\"id\":1458},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1488}},\"1488\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1489}},\"1489\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1490},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1491},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1490\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1458},\"name\":\"morphMenuItems\"},\"1491\":{},\"1492\":{},\"1493\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1494\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1495\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1415},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1496\":{\"x\":68.77671624028653,\"y\":-14.497241813457947,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1497\":{\"centeredHorizontal\":false,\"moveHorizontal\":true},\"1498\":{\"x\":675.4189853444968,\"y\":9.53851695196505,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1499\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1500}],\"scripts\":[],\"id\":\"84054D2E-8176-440D-B413-279956A34FC2\",\"shape\":{\"__isSmartRef__\":true,\"id\":1515},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1531},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1519},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1532},\"label\":{\"__isSmartRef__\":true,\"id\":1500},\"name\":\"openTestsButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1541},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1542}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1543},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1544},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1545},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1546},\"derivationIds\":[7251],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"_Rotation\":0,\"_Scale\":0.9940149800149939,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1500\":{\"submorphs\":[],\"scripts\":[],\"id\":\"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2\",\"shape\":{\"__isSmartRef__\":true,\"id\":1501},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1507},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1508},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1509},\"owner\":{\"__isSmartRef__\":true,\"id\":1499},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1510},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1511}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1513},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1514},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1501\":{\"position\":{\"__isSmartRef__\":true,\"id\":1502},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1503},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1504},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1505},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1506},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1502\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1503\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1504\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1505\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1506\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__LivelyClassName__\":\"Rectangle\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1507\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1508\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1509\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1510\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1511\":{\"style\":{\"__isSmartRef__\":true,\"id\":1512},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1500},\"storedString\":\"Tests\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1512\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1513\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1514\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1500},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1515\":{\"position\":{\"__isSmartRef__\":true,\"id\":1516},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1517},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1518},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1519},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1529},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1530},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1516\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1517\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1518\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1519\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1520},{\"__isSmartRef__\":true,\"id\":1522},{\"__isSmartRef__\":true,\"id\":1524},{\"__isSmartRef__\":true,\"id\":1526}],\"vector\":{\"__isSmartRef__\":true,\"id\":1528},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1520\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1521}},\"1521\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1522\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1523}},\"1523\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1524\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1525}},\"1525\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1526\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1527}},\"1527\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1528\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1529\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1530\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__LivelyClassName__\":\"Rectangle\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1531\":{\"x\":510,\"y\":10,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1532\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1533},{\"__isSmartRef__\":true,\"id\":1535},{\"__isSmartRef__\":true,\"id\":1537},{\"__isSmartRef__\":true,\"id\":1539}],\"vector\":{\"__isSmartRef__\":true,\"id\":1528},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1533\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1534}},\"1534\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1535\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1536}},\"1536\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1537\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1538}},\"1538\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1539\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1540}},\"1540\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1541\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1542\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1499},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"openPartTestRunner\",\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings\"},\"1543\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1544\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1545\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1499},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1546\":{\"x\":65.95178327801523,\"y\":-8.024108360992386,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1547\":{\"position\":{\"__isSmartRef__\":true,\"id\":1548},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1549},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1550},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1551},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1552},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1553},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1548\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1549\":{\"x\":909.0285365288845,\"y\":526.612532614436,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1550\":{\"r\":0.372,\"g\":0.369,\"b\":0.372,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1551\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1552\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1553\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1554\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"Edit scripts and connections of a specific morph.\",\"migrationLevel\":4,\"partName\":\"ObjectEditorPane\",\"changes\":[{\"__isSmartRef__\":true,\"id\":1555}],\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1555\":{\"date\":{\"__isSmartRef__\":true,\"id\":1556},\"author\":\"lauritz\",\"message\":\"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items.\"},\"1556\":{\"isSerializedDate\":true,\"string\":\"Thu Oct 20 2011 15:39:30 GMT-0700 (PDT)\"},\"1557\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1558\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1559\":{\"x\":909.0285365288845,\"y\":526.612532614436,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1560\":{\"resizeWidth\":true,\"resizeHeight\":true,\"adjustForNewBounds\":true},\"1561\":{\"x\":350.2386236582805,\"y\":-3.2455173507596555,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1562\":{\"x\":0.971126750461849,\"y\":21.45669012569269,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1563\":{\"displayInitialScript\":{\"__isSmartRef__\":true,\"id\":1564},\"displayJavaScriptSource\":{\"__isSmartRef__\":true,\"id\":1568},\"displaySourceForConnection\":{\"__isSmartRef__\":true,\"id\":1572},\"displaySourceForScript\":{\"__isSmartRef__\":true,\"id\":1576},\"generateSourceForConnection\":{\"__isSmartRef__\":true,\"id\":1580},\"generateSourceForScript\":{\"__isSmartRef__\":true,\"id\":1584},\"generateTargetCode\":{\"__isSmartRef__\":true,\"id\":1588},\"newConnection\":{\"__isSmartRef__\":true,\"id\":1592},\"newScript\":{\"__isSmartRef__\":true,\"id\":1596},\"reset\":{\"__isSmartRef__\":true,\"id\":1600},\"selectChangedContent\":{\"__isSmartRef__\":true,\"id\":1604},\"setTarget\":{\"__isSmartRef__\":true,\"id\":1608},\"sortedConnectionNamesOfObj\":{\"__isSmartRef__\":true,\"id\":1612},\"sortedScriptNamesOfObj\":{\"__isSmartRef__\":true,\"id\":1616},\"updateLists\":{\"__isSmartRef__\":true,\"id\":1620},\"onShutdown\":{\"__isSmartRef__\":true,\"id\":1624},\"confirmUnsavedChanges\":{\"__isSmartRef__\":true,\"id\":1628},\"update\":{\"__isSmartRef__\":true,\"id\":1632},\"ensureAnnotationLayer\":{\"__isSmartRef__\":true,\"id\":1636},\"migrateOldScriptAnnotations\":{\"__isSmartRef__\":true,\"id\":1640},\"copyToPartsBinWithUserRequest\":{\"__isSmartRef__\":true,\"id\":1644},\"printTags\":{\"__isSmartRef__\":true,\"id\":1652},\"setTag\":{\"__isSmartRef__\":true,\"id\":1656},\"runScript\":{\"__isSmartRef__\":true,\"id\":1660},\"openPartTestRunner\":{\"__isSmartRef__\":true,\"id\":1664}},\"1564\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1565},\"source\":\"function displayInitialScript() {\\n if (this.scriptList.getList().size() > 1) {\\n this.scriptList.preselectItem();\\n } else if (this.connectionList.getList().size() > 1) {\\n this.connectionList.preselectItem();\\n } else {\\n this.scriptList.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1566},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1565\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1566\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1567},\"user\":\"lauritz\",\"tags\":[]},\"1567\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 16 2011 19:13:43 GMT-0800 (PST)\"},\"1568\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1569},\"source\":\"function displayJavaScriptSource(jsCode) {\\n if (this.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function(confirmed) {\\n if (confirmed) that.scriptPane.display(jsCode)\\n };\\n this.confirmUnsavedChanges(callback);\\n } else {\\n this.scriptPane.display(jsCode);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1570},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1569\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1570\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1571},\"user\":\"lauritz\",\"tags\":[]},\"1571\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 16 2011 19:59:26 GMT-0800 (PST)\"},\"1572\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1573},\"source\":\"function displaySourceForConnection(connection) {\\n var code = \\\"\\\", that = this;\\n if (connection === undefined) return;\\n if (connection === null) {\\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\\\"\\\\n\\\\n\\\");\\n });\\n code = code.substring(0, code.length - \\\"\\\\n\\\\n\\\".length - 1);\\n } else {\\n code = this.generateSourceForConnection(connection);\\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1574},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1573\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1574\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1575},\"user\":\"conradcalmez\",\"tags\":[]},\"1575\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 05:59:30 GMT-0800 (PST)\"},\"1576\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1577},\"source\":\"function displaySourceForScript(scriptName) {\\n var code = \\\"\\\",\\n that = this;\\n if (scriptName === null) {\\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForScript(each)).concat(\\\"\\\\n\\\\n\\\\n\\\");\\n });\\n code = code.substring(0, code.length - \\\"\\\\n\\\\n\\\\n\\\".length - 1);\\n } else {\\n code = this.generateSourceForScript(scriptName); \\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1578},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1577\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1578\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1579},\"user\":\"lauritz\",\"tags\":[]},\"1579\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 16 2011 19:51:37 GMT-0800 (PST)\"},\"1580\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1581},\"source\":\"function generateSourceForConnection(connection) {\\n var c = connection, targetObject = this.target;\\n\\tif (!c.getTargetObj() || !c.getTargetObj().name || \\n\\t\\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\\n\\n\\tvar optConfig = []\\n\\tif (c.converterString)\\n\\t\\toptConfig.push(\\\"converter: \\\\n\\\\t\\\" + c.converterString)\\n\\tif (c.updaterString)\\n\\t\\toptConfig.push(\\\"updater: \\\\n\\\\t\\\" + c.updaterString)\\n\\treturn Strings.format('connect(%s, \\\"%s\\\", %s, \\\"%s\\\", {%s});', \\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getSourceObj()),\\n\\t\\t\\tc.getSourceAttrName(),\\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getTargetObj()),\\n\\t\\t\\tc.getTargetMethodName(),\\n\\t\\t\\toptConfig.join(','));\\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1582},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1581\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1582\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1583},\"user\":\"lauritz\",\"tags\":[]},\"1583\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 16 2011 19:59:26 GMT-0800 (PST)\"},\"1584\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1585},\"source\":\"function generateSourceForScript(scriptName) {\\n var script = this.target[scriptName],\\n annotation = '',\\n scriptSource = '',\\n tagScript = '';\\n\\n if (script.timestamp && script.user) \\n annotation = Strings.format('// changed at %s by %s \\\\n', script.timestamp, script.user);\\n scriptSource = Strings.format('this.addScript(%s)', script.getOriginal());\\n tagScript = Strings.format('.tag(%s);', this.printTags(script));\\n\\n return annotation + scriptSource + tagScript;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1586},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1585\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1586\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1587},\"user\":\"lauritz\",\"tags\":[]},\"1587\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 28 2011 19:32:42 GMT-0800 (PST)\"},\"1588\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1589},\"source\":\"function generateTargetCode(baseObject, targetObject) {\\n\\tvar name = targetObject.name;\\n\\tif (baseObject === targetObject) \\n\\t\\treturn \\\"this\\\";\\n\\telse if (baseObject[name] === targetObject) \\n\\t\\treturn \\\"this.\\\" + name;\\n\\telse if (baseObject.testObject === targetObject) \\n\\t\\treturn \\\"this.testObject\\\";\\n\\telse if (baseObject.get(name) === targetObject) \\n\\t\\treturn 'this.get(\\\"' + name + '\\\")';\\n\\telse if (targetObject instanceof Morph) \\n\\t\\treturn '$morph(\\\"' + name + '\\\")';\\n\\telse \\n\\t\\treturn \\\"????\\\";\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1590},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1589\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1590\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1591},\"user\":\"lauritz\",\"tags\":[]},\"1591\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 16 2011 19:59:26 GMT-0800 (PST)\"},\"1592\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1593},\"source\":\"function newConnection() {\\n if (this.target) {\\n var code = \\\"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1594},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1593\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1594\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1595},\"user\":\"lauritz\",\"tags\":[]},\"1595\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 16 2011 19:59:26 GMT-0800 (PST)\"},\"1596\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1597},\"source\":\"function newScript() {\\n if (this.target) {\\n var code = \\\"this.addScript(function SCRIPTNAME() {\\\\n \\\\n}).tag([]);\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1598},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1597\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1598\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1599},\"user\":\"lauritz\",\"tags\":[]},\"1599\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 28 2011 19:24:25 GMT-0800 (PST)\"},\"1600\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1601},\"source\":\"function reset() {\\n this.scriptPane = this.get('ObjectEditorScriptPane')\\n this.scriptList = this.get('ObjectEditorScriptList')\\n this.connectionList = this.get('ObjectEditorConnectionList')\\n this.morphSelector = this.get('ObjectEditorMorphSelector')\\n this.target = null;\\n this.scriptPane.reset();\\n this.scriptList.setList();\\n this.scriptList.selection = null;\\n this.connectionList.setList();\\n this.connectionList.selection = null;\\n this.morphSelector.reset();\\n this.tagChooser.reset();\\n this.currentTag = null;\\n this.stopStepping();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1602},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1601\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1602\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1603},\"user\":\"conradcalmez\",\"tags\":[]},\"1603\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 05:57:50 GMT-0800 (PST)\"},\"1604\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1605},\"source\":\"function selectChangedContent(source) {\\n\\n var addScriptRegex = /this\\\\.addScript\\\\s*\\\\(\\\\s*function\\\\s*([^\\\\(]*)/g;\\n var addScriptMatches = [];\\n var addScriptMatch = addScriptRegex.exec(source);\\n while (addScriptMatch) {\\n addScriptMatches.push(addScriptMatch[1]);\\n addScriptMatch = addScriptRegex.exec(source);\\n }\\n \\n // if scripts were added, select either a specific one or all\\n if (addScriptMatches.length > 0) { \\n if (addScriptMatches.length === 1) {\\n return this.scriptList.selectAddedScript(addScriptMatches[0]);\\n }\\n return this.scriptList.selectAt(0);\\n }\\n\\n var connectionRegex = \\n /connect\\\\(\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"\\\\s*,\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"/g;\\n var connectionMatches = [];\\n var connectionMatch = connectionRegex.exec(source);\\n while (connectionMatch) {\\n connectionMatches.push(connectionMatch);\\n connectionMatch = connectionRegex.exec(source);\\n }\\n\\n // if connections were made, select either a specific one or all\\n if (connectionMatches.length > 0) {\\n if (connectionMatches.length === 1) {\\n var match = connectionMatches[0];\\n for (var i=0; i -1) {\n var c = this.connectionList.selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n this.updateLists();\n this.displayInitialScript();\n } \n}","funcProperties":{"__isSmartRef__":true,"id":43491},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"43490":{"this":{"__isSmartRef__":true,"id":42678}},"43491":{},"43492":{"varMapping":{"__isSmartRef__":true,"id":43493},"source":"function updateLists() {\n this.scriptList.setList(this.sortedScriptNamesOfObj(this.target));\n var scriptListItems = this.scriptList.getList();\n scriptListItems.unshift(\"-- ALL --\");\n this.scriptList.setList(scriptListItems);\n\n this.connectionList.setList(this.sortedConnectionNamesOfObj(this.target));\n var connectionListItems = this.connectionList.getList();\n connectionListItems.unshift(\"-- ALL --\");\n this.connectionList.setList(connectionListItems);\n}","funcProperties":{"__isSmartRef__":true,"id":43494},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"43493":{"this":{"__isSmartRef__":true,"id":42678}},"43494":{},"43495":{"varMapping":{"__isSmartRef__":true,"id":43496},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.selectAt(0);\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.selectAt(0);\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":43497},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"43496":{"this":{"__isSmartRef__":true,"id":42678}},"43497":{},"43498":{"varMapping":{"__isSmartRef__":true,"id":43499},"source":"function reset() {\n this.target = null;\n this.scriptPane.doitContext = null;\n this.scriptList.setList();\n this.connectionList.setList();\n this.scriptPane.setTextString(\"\");\n this.morphSelector.reset();\n}","funcProperties":{"__isSmartRef__":true,"id":43500},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"43499":{"this":{"__isSmartRef__":true,"id":42678}},"43500":{},"43501":{"varMapping":{"__isSmartRef__":true,"id":43502},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n var index = this.scriptList.getList().indexOf(addScriptMatches[0]);\n if (index > -1) { \n return this.scriptList.selectAt(index);\n }\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i -1) {\n var c = selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n editor.updateLists();\n editor.displayInitialScript();\n } \n }\n\n var message = 'Disconnect \"' + selection[0] +'\" connection?';\n var callback = disconnectConnection;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":43704},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"43703":{"this":{"__isSmartRef__":true,"id":43649}},"43704":{"timestamp":{"__isSmartRef__":true,"id":43705},"user":"lauritz","categories":[]},"43705":{"isSerializedDate":true,"string":"Fri Nov 11 2011 01:46:54 GMT+0100 (Mitteleuropäische Zeit)"},"43706":{"submorphs":[{"__isSmartRef__":true,"id":43707}],"scripts":[],"id":"ED34F9B5-9E00-41B3-8313-D9C3D6B3B231","shape":{"__isSmartRef__":true,"id":43723},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":43739},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":43726},"lighterFill":{"__isSmartRef__":true,"id":43740},"label":{"__isSmartRef__":true,"id":43707},"attributeConnections":[{"__isSmartRef__":true,"id":43749}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":43751},"name":"ObjectEditorRemoveScriptButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":43752},"renderContextTable":{"__isSmartRef__":true,"id":43753},"priorExtent":{"__isSmartRef__":true,"id":43754},"owner":{"__isSmartRef__":true,"id":42660},"eventHandler":{"__isSmartRef__":true,"id":43755},"isCopyMorphRef":true,"morphRefId":24,"draggingEnabled":false,"objectEditorPane":{"__isSmartRef__":true,"id":42660},"distanceToDragEvent":{"__isSmartRef__":true,"id":43756},"derivationIds":[217,"FDC10087-12CF-4570-9211-8309CB6A9AA3","E18FC530-4B1F-4F08-8DA6-3866A3519E56","04A2AAC3-6A9E-40BB-9408-EBB2567EE63B","8C1A42CE-840C-4AAE-BD79-C93A445B9EBF","61FC11FA-B87E-4EFE-BD15-564D3178B68B"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":43757},"__LivelyClassName__":"lively.morphic.Button"},"43707":{"submorphs":[],"scripts":[],"id":"F0C6C298-3B8B-42B2-B5E9-E5B82F607B01","shape":{"__isSmartRef__":true,"id":43708},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":25,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":43714},"textColor":{"__isSmartRef__":true,"id":43711},"owner":{"__isSmartRef__":true,"id":43706},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":43715}],"padding":{"__isSmartRef__":true,"id":43717},"_Padding":{"__isSmartRef__":true,"id":43718},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":43719},"_FontFamily":"Helvetica, Sans-Serif","renderContextTable":{"__isSmartRef__":true,"id":43720},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_Align":"center","eventHandler":{"__isSmartRef__":true,"id":43721},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":25,"_MinTextHeight":null,"draggingEnabled":false,"derivationIds":[218,"852A7BD9-52EE-4708-A2D5-1BDECF33C958","7B4F173E-9726-472A-9B30-530D4AA92AD9","CBA217F6-2832-4213-9ABE-47753C1A4180","E6B97D1D-95D5-4644-9359-1D08D42A51F4","4391A57E-70C2-4628-9828-DD668CCE546E"],"partsBinMetaInfo":{"__isSmartRef__":true,"id":43722},"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"43708":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":43709},"_Extent":{"__isSmartRef__":true,"id":43710},"_BorderColor":{"__isSmartRef__":true,"id":43711},"renderContextTable":{"__isSmartRef__":true,"id":43712},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":43713},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"43709":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"43710":{"x":25,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"43711":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"43712":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"43713":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"43714":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"43715":{"style":{"__isSmartRef__":true,"id":43716},"morph":{"__isSmartRef__":true,"id":43707},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":43707},"storedString":"-","__LivelyClassName__":"lively.morphic.TextChunk"},"43716":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"43717":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"43718":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"43719":{"x":25,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"43720":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"43721":{"morph":{"__isSmartRef__":true,"id":43707},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"43722":{"requiredModules":[],"idOnLoad":"29A5A6FD-CD47-4C38-B416-1B248718DE6C","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"43723":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":43724},"_Extent":{"__isSmartRef__":true,"id":43725},"_Fill":{"__isSmartRef__":true,"id":43726},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":43736},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":43737},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":43738},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"43724":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"43725":{"x":25,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"43726":{"stops":[{"__isSmartRef__":true,"id":43727},{"__isSmartRef__":true,"id":43729},{"__isSmartRef__":true,"id":43731},{"__isSmartRef__":true,"id":43733}],"vector":{"__isSmartRef__":true,"id":43735},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"43727":{"offset":0,"color":{"__isSmartRef__":true,"id":43728}},"43728":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"43729":{"offset":0.4,"color":{"__isSmartRef__":true,"id":43730}},"43730":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"43731":{"offset":0.6,"color":{"__isSmartRef__":true,"id":43732}},"43732":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"43733":{"offset":1,"color":{"__isSmartRef__":true,"id":43734}},"43734":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"43735":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"43736":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"43737":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"43738":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"43739":{"x":160,"y":40,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"43740":{"stops":[{"__isSmartRef__":true,"id":43741},{"__isSmartRef__":true,"id":43743},{"__isSmartRef__":true,"id":43745},{"__isSmartRef__":true,"id":43747}],"vector":{"__isSmartRef__":true,"id":43735},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"43741":{"offset":0,"color":{"__isSmartRef__":true,"id":43742}},"43742":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"43743":{"offset":0.4,"color":{"__isSmartRef__":true,"id":43744}},"43744":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"43745":{"offset":0.6,"color":{"__isSmartRef__":true,"id":43746}},"43746":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"43747":{"offset":1,"color":{"__isSmartRef__":true,"id":43748}},"43748":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"43749":{"sourceObj":{"__isSmartRef__":true,"id":43706},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":43706},"targetMethodName":"deleteSelectedScript","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":43750},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"43750":{"source":{"__isSmartRef__":true,"id":43706},"target":{"__isSmartRef__":true,"id":43706}},"43751":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"43752":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","idOnLoad":"5086B5DF-B2D8-4C1B-83A7-27C4F7F2479D","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"43753":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"43754":{"x":30,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"43755":{"morph":{"__isSmartRef__":true,"id":43706},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"43756":{"x":33.35839679439101,"y":-21.324811622839547,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"43757":{"deleteSelectedScript":{"__isSmartRef__":true,"id":43758}},"43758":{"varMapping":{"__isSmartRef__":true,"id":43759},"source":"function deleteSelectedScript() {\n\n var editor = this.objectEditorPane;\n var selection = editor.scriptList.selection;\n\n if (!editor.target || editor.scriptList.getList().size() < 2) \n return; \n\n var deleteScript = function (confirmed) {\n if (!confirmed) return;\n \n if (selection && editor.target) {\n if (!editor.target.hasOwnProperty(selection)) \n return;\n delete editor.target[selection];\n editor.updateLists();\n editor.displayInitialScript();\n }\n }\n\n var message = 'Delete \"' + selection + '\" script?';\n var callback = deleteScript;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":43760},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"43759":{"this":{"__isSmartRef__":true,"id":43706}},"43760":{"timestamp":{"__isSmartRef__":true,"id":43761},"user":"lauritz"},"43761":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:12:21 GMT+0100 (Mitteleuropäische Zeit)"},"43762":{"submorphs":[{"__isSmartRef__":true,"id":43763}],"scripts":[],"id":"0CD057F2-3517-4849-A69E-1EF79B05ACE8","shape":{"__isSmartRef__":true,"id":43779},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":43795},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":43782},"lighterFill":{"__isSmartRef__":true,"id":43796},"label":{"__isSmartRef__":true,"id":43763},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":43805},"name":"ObjectEditorMorphSelector","partsBinMetaInfo":{"__isSmartRef__":true,"id":43806},"list":[],"renderContextTable":{"__isSmartRef__":true,"id":43807},"eventHandler":{"__isSmartRef__":true,"id":43808},"distanceToDragEvent":{"__isSmartRef__":true,"id":43809},"priorExtent":{"__isSmartRef__":true,"id":43810},"owner":{"__isSmartRef__":true,"id":42660},"textString":"","selection":{"__isSmartRef__":true,"id":43811},"_ClipMode":"visible","prevScroll":[0,0],"listMorph":null,"derivationIds":[221,"4AC64FBA-95AC-42B2-A078-B6DA97889093","E26ED0E6-C4CE-4C82-94D5-175270E8459E","D292F2FC-C2B6-48AE-B779-8CC5868FFA49","53A862EB-032C-4BF0-9B21-58C7E0C0A9B2","CC4D188B-510F-48DE-A0E1-EC8D2CD63F9F"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":43828},"__LivelyClassName__":"lively.morphic.Button"},"43763":{"submorphs":[],"scripts":[],"id":"8B2F743A-98C5-45E1-B03C-5019114EAC47","shape":{"__isSmartRef__":true,"id":43764},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":220,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":43770},"textColor":{"__isSmartRef__":true,"id":43767},"owner":{"__isSmartRef__":true,"id":43762},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":43771}],"padding":{"__isSmartRef__":true,"id":43773},"_Padding":{"__isSmartRef__":true,"id":43773},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":43774},"attributeConnections":[{"__isSmartRef__":true,"id":43775}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"renderContextTable":{"__isSmartRef__":true,"id":43776},"eventHandler":{"__isSmartRef__":true,"id":43777},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":220,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":11,"derivationIds":[222,"30F054A3-7658-405B-8098-B7D87AA8A9ED","556D6E07-45B7-42EC-A486-DE275EF0B034","06B0B080-467A-46CC-8B0D-9C0A9B9A71F1","5E2D96C9-BB9B-4735-8673-A79847435197","B48AA022-2022-4A2A-9090-4D884FB3DFD3"],"partsBinMetaInfo":{"__isSmartRef__":true,"id":43778},"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"43764":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":43765},"_Extent":{"__isSmartRef__":true,"id":43766},"_BorderColor":{"__isSmartRef__":true,"id":43767},"renderContextTable":{"__isSmartRef__":true,"id":43768},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":43769},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"43765":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"43766":{"x":220,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"43767":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"43768":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"43769":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"43770":{"x":2,"y":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"43771":{"style":{"__isSmartRef__":true,"id":43772},"chunkOwner":{"__isSmartRef__":true,"id":43763},"storedString":"empty","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"43772":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"43773":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"43774":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"43775":{"sourceObj":{"__isSmartRef__":true,"id":43763},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":43762},"targetMethodName":"selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"43776":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"43777":{"morph":{"__isSmartRef__":true,"id":43763},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"43778":{"requiredModules":[],"idOnLoad":"0DAF4C62-51CF-4349-A507-961CAF239A87","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"43779":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":43780},"_Extent":{"__isSmartRef__":true,"id":43781},"_Fill":{"__isSmartRef__":true,"id":43782},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":43792},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":43793},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":43794},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"43780":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"43781":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"43782":{"stops":[{"__isSmartRef__":true,"id":43783},{"__isSmartRef__":true,"id":43785},{"__isSmartRef__":true,"id":43787},{"__isSmartRef__":true,"id":43789}],"vector":{"__isSmartRef__":true,"id":43791},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"43783":{"offset":0,"color":{"__isSmartRef__":true,"id":43784}},"43784":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"43785":{"offset":0.4,"color":{"__isSmartRef__":true,"id":43786}},"43786":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"43787":{"offset":0.6,"color":{"__isSmartRef__":true,"id":43788}},"43788":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"43789":{"offset":1,"color":{"__isSmartRef__":true,"id":43790}},"43790":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"43791":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"43792":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"43793":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"43794":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"43795":{"x":240.1308656788165,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"43796":{"stops":[{"__isSmartRef__":true,"id":43797},{"__isSmartRef__":true,"id":43799},{"__isSmartRef__":true,"id":43801},{"__isSmartRef__":true,"id":43803}],"vector":{"__isSmartRef__":true,"id":43791},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"43797":{"offset":0,"color":{"__isSmartRef__":true,"id":43798}},"43798":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"43799":{"offset":0.4,"color":{"__isSmartRef__":true,"id":43800}},"43800":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"43801":{"offset":0.6,"color":{"__isSmartRef__":true,"id":43802}},"43802":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"43803":{"offset":1,"color":{"__isSmartRef__":true,"id":43804}},"43804":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"43805":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"43806":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","idOnLoad":"297D320A-7476-490C-B05F-FCDC040F68C0","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"43807":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"43808":{"morph":{"__isSmartRef__":true,"id":43762},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"43809":{"x":122.93118375058827,"y":-11.582832083333244,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"43810":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"43811":{"submorphs":[],"scripts":[],"id":181,"shape":{"__isSmartRef__":true,"id":43812},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":43818},"_MaxTextWidth":580,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":43819},"showsHalos":false,"_FontSize":28,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Title","partsBinMetaInfo":{"__isSmartRef__":true,"id":43820},"_TextColor":{"__isSmartRef__":true,"id":43821},"renderContextTable":{"__isSmartRef__":true,"id":43822},"textChunks":[{"__isSmartRef__":true,"id":43823}],"eventHandler":{"__isSmartRef__":true,"id":43825},"priorExtent":{"__isSmartRef__":true,"id":43826},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":580,"_MinTextHeight":null,"_Rotation":0,"_Scale":1.002003004005006,"previousSelection":[35,35],"priorSelectionRange":[23,23],"charsReplaced":"WIP / Proof of Concept","lastFindLoc":22,"distanceToDragEvent":{"__isSmartRef__":true,"id":43827},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","isCopyMorphRef":true,"morphRefId":2,"prevScroll":[0,0],"__LivelyClassName__":"lively.morphic.Text"},"43812":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":43813},"_Extent":{"__isSmartRef__":true,"id":43814},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":43815},"renderContextTable":{"__isSmartRef__":true,"id":43816},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":43817},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"43813":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"43814":{"x":580,"y":43,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"43815":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"43816":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"43817":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"43818":{"x":37,"y":23,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"43819":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"43820":{"partsSpaceName":"PartsBin/Worlds/","__SourceModuleName__":"Global.lively.PartsBin","comment":"For example a world title.","partName":"Title","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"43821":{"r":0,"g":0.309,"b":0.595,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"43822":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"43823":{"style":{"__isSmartRef__":true,"id":43824},"chunkOwner":{"__isSmartRef__":true,"id":43811},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"43824":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"43825":{"morph":{"__isSmartRef__":true,"id":43811},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"43826":{"x":580,"y":43,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"43827":{"x":221,"y":-12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"43828":{"createListMorph":{"__isSmartRef__":true,"id":43829},"getList":{"__isSmartRef__":true,"id":43833},"removeList":{"__isSmartRef__":true,"id":43837},"reset":{"__isSmartRef__":true,"id":43841},"displayTopLevelMorphs":{"__isSmartRef__":true,"id":43845},"onMouseDown":{"__isSmartRef__":true,"id":43849},"setTargetOfPane":{"__isSmartRef__":true,"id":43857},"setTargetToListSelection":{"__isSmartRef__":true,"id":43861},"onBlur":{"__isSmartRef__":true,"id":43865},"setTarget":{"__isSmartRef__":true,"id":43873},"setTargetOnSelection":{"__isSmartRef__":true,"id":43877}},"43829":{"varMapping":{"__isSmartRef__":true,"id":43830},"source":"function createListMorph() {\n var items = this.getList();\n \n var height = Math.min(this.owner.getExtent().y, items.length * 17);\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\n\n var listMorph = new lively.morphic.List(extent);\n listMorph.setList(items);\n listMorph.setFontSize(10);\n\n listMorph.disableGrabbing();\n listMorph.disableDragging();\n\n connect(listMorph, 'selection', this, 'setTargetToListSelection');\n \n return listMorph;\n}","funcProperties":{"__isSmartRef__":true,"id":43831},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"43830":{"this":{"__isSmartRef__":true,"id":43762}},"43831":{"timestamp":{"__isSmartRef__":true,"id":43832},"user":"lauritz","tags":[]},"43832":{"isSerializedDate":true,"string":"Tue Dec 13 2011 18:55:41 GMT+0100 (Mitteleuropäische Zeit)"},"43833":{"varMapping":{"__isSmartRef__":true,"id":43834},"source":"function getList() {\n var worldEntry = {\n isListItem: true,\n selectionString: 'World',\n string: 'World',\n value: this.world()\n };\n var list = this.world().indentedListItemsOfMorphNames();\n list.unshift(worldEntry);\n return list;\n}","funcProperties":{"__isSmartRef__":true,"id":43835},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"43834":{"this":{"__isSmartRef__":true,"id":43762}},"43835":{"timestamp":{"__isSmartRef__":true,"id":43836},"user":"lauritz","tags":[]},"43836":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:12:23 GMT+0100 (Mitteleuropäische Zeit)"},"43837":{"varMapping":{"__isSmartRef__":true,"id":43838},"source":"function removeList() {\n this.listMorph && this.listMorph.remove();\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":43839},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"43838":{"this":{"__isSmartRef__":true,"id":43762}},"43839":{"timestamp":{"__isSmartRef__":true,"id":43840},"user":"lauritz","tags":[]},"43840":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:51:07 GMT+0100 (Mitteleuropäische Zeit)"},"43841":{"varMapping":{"__isSmartRef__":true,"id":43842},"source":"function reset() {\n this.list = [];\n this.setLabel('empty');\n this.label.setAlign('left');\n this.removeList();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'});\n}","funcProperties":{"__isSmartRef__":true,"id":43843},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"43842":{"this":{"__isSmartRef__":true,"id":43762}},"43843":{"timestamp":{"__isSmartRef__":true,"id":43844},"user":"lauritz","tags":[]},"43844":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:34:06 GMT+0100 (Mitteleuropäische Zeit)"},"43845":{"varMapping":{"__isSmartRef__":true,"id":43846},"source":"function displayTopLevelMorphs() {\n var list = this.createListMorph(); \n if (this.getList().length === 0) return;\n this.addMorph(list);\n this.listMorph = list;\n}","funcProperties":{"__isSmartRef__":true,"id":43847},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"43846":{"this":{"__isSmartRef__":true,"id":43762}},"43847":{"timestamp":{"__isSmartRef__":true,"id":43848},"user":"lauritz","tags":[]},"43848":{"isSerializedDate":true,"string":"Tue Dec 13 2011 18:53:20 GMT+0100 (Mitteleuropäische Zeit)"},"43849":{"varMapping":{"__isSmartRef__":true,"id":43850},"source":"function onMouseDown(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n // clicked on morph, not the list, not the list's scrollbar\n if (evt.target === this.renderContext().shapeNode)\n this.removeList();\n } else {\n this.displayTopLevelMorphs();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":43855},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"43850":{"this":{"__isSmartRef__":true,"id":43762},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":43851}},"43851":{"$super":{"__isSmartRef__":true,"id":43852}},"43852":{"varMapping":{"__isSmartRef__":true,"id":43853},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":43854},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"43853":{"obj":{"__isSmartRef__":true,"id":43762},"name":"onMouseDown"},"43854":{},"43855":{"timestamp":{"__isSmartRef__":true,"id":43856},"user":"lauritz","tags":[]},"43856":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:30:39 GMT+0100 (Mitteleuropäische Zeit)"},"43857":{"varMapping":{"__isSmartRef__":true,"id":43858},"source":"function setTargetOfPane(selection) {\n this.owner.setTarget(selection);\n this.label.setAlign('left');\n}","funcProperties":{"__isSmartRef__":true,"id":43859},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"43858":{"this":{"__isSmartRef__":true,"id":43762}},"43859":{"timestamp":{"__isSmartRef__":true,"id":43860},"user":"lauritz","tags":[]},"43860":{"isSerializedDate":true,"string":"Wed Dec 07 2011 04:30:42 GMT+0100 (Mitteleuropäische Zeit)"},"43861":{"varMapping":{"__isSmartRef__":true,"id":43862},"source":"function setTargetToListSelection() { \n var selection = this.listMorph.selection;\n this.removeList();\n if (!selection) return;\n if (this.owner.scriptPane.hasChanged()) {\n var that = this;\n var callback = function (confirmed) {\n if (confirmed) that.setTargetOfPane(selection);\n }\n this.owner.confirmUnsavedChanges(callback);\n } else {\n this.setTargetOfPane(selection);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":43863},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"43862":{"this":{"__isSmartRef__":true,"id":43762}},"43863":{"timestamp":{"__isSmartRef__":true,"id":43864},"user":"lauritz","tags":[]},"43864":{"isSerializedDate":true,"string":"Wed Dec 07 2011 06:06:48 GMT+0100 (Mitteleuropäische Zeit)"},"43865":{"varMapping":{"__isSmartRef__":true,"id":43866},"source":"function onBlur(evt) {\n $super(evt);\n \n // workaround - otherwise other morphs get this event\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\n this.removeList();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":43871},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"43866":{"this":{"__isSmartRef__":true,"id":43762},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":43867}},"43867":{"$super":{"__isSmartRef__":true,"id":43868}},"43868":{"varMapping":{"__isSmartRef__":true,"id":43869},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":43870},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"43869":{"obj":{"__isSmartRef__":true,"id":43762},"name":"onBlur"},"43870":{},"43871":{"timestamp":{"__isSmartRef__":true,"id":43872},"user":"lauritz","tags":[]},"43872":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:30:08 GMT+0100 (Mitteleuropäische Zeit)"},"43873":{"varMapping":{"__isSmartRef__":true,"id":43874},"source":"function setTarget(target) {\n this.label.setTextString(target.getName() || target.toString());\n}","funcProperties":{"__isSmartRef__":true,"id":43875},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"43874":{"this":{"__isSmartRef__":true,"id":43762}},"43875":{"timestamp":{"__isSmartRef__":true,"id":43876},"user":"lauritz","tags":[]},"43876":{"isSerializedDate":true,"string":"Wed Dec 07 2011 04:29:39 GMT+0100 (Mitteleuropäische Zeit)"},"43877":{"varMapping":{"__isSmartRef__":true,"id":43878},"source":"function setTargetOnSelection() {\n if (this.listMorph && this.listMorph.renderContext() && this.listMorph.renderContext().listNode.value) {\n this.setTargetToListSelection();\n this.stopStepping();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":43879},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"43878":{"this":{"__isSmartRef__":true,"id":43762}},"43879":{"timestamp":{"__isSmartRef__":true,"id":43880},"user":"lauritz","tags":[]},"43880":{"isSerializedDate":true,"string":"Wed Dec 07 2011 06:12:06 GMT+0100 (Mitteleuropäische Zeit)"},"43881":{"submorphs":[],"scripts":[],"id":"4B9F9B4B-C7D3-418D-9AC9-10503A4EBF8E","shape":{"__isSmartRef__":true,"id":43882},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":false,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":43888},"_MaxTextWidth":64.8979476392384,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":43885},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"ObjectEditorScriptsText1","partsBinMetaInfo":{"__isSmartRef__":true,"id":43889},"textChunks":[{"__isSmartRef__":true,"id":43890}],"charsReplaced":"Scripts","lastFindLoc":-7,"priorSelectionRange":[0,7],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":43892},"renderContextTable":{"__isSmartRef__":true,"id":43893},"eventHandler":{"__isSmartRef__":true,"id":43894},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64.8979476392384,"_MinTextHeight":null,"_ClipMode":"visible","draggingEnabled":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":43895},"eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":42660},"isCopyMorphRef":true,"morphRefId":27,"derivationIds":[223,"5E3A69EF-26C1-4D0D-B04C-8C3894017F56","14AB1B91-3ED6-49AE-AA58-47D18B6C569F","991D4A54-1FC4-4BC7-AA82-F814AC52CDE3","DB9B19F7-4390-4CE5-9B1D-62177CB8D605","8F7B2EE9-9538-4044-B75B-6A12F3108B70"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"43882":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":43883},"_Extent":{"__isSmartRef__":true,"id":43884},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":43885},"renderContextTable":{"__isSmartRef__":true,"id":43886},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":43887},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"43883":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"43884":{"x":64.8979476392384,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"43885":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"43886":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"43887":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"43888":{"x":198.16434648623274,"y":12.911539589748486,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"43889":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"DE46325A-E886-4AB3-BE82-A383E2A38565","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"43890":{"style":{"__isSmartRef__":true,"id":43891},"chunkOwner":{"__isSmartRef__":true,"id":43881},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Target:","__LivelyClassName__":"lively.morphic.TextChunk"},"43891":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"43892":{"x":64.8979476392384,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"43893":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"43894":{"morph":{"__isSmartRef__":true,"id":43881},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"43895":{"x":41.065989525935834,"y":-10.506047005169194,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"43896":{"submorphs":[],"scripts":[],"id":"DD3C23F8-6463-4EAE-959B-C486E27D9BDA","shape":{"__isSmartRef__":true,"id":43897},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":false,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":43903},"_MaxTextWidth":64.8979476392384,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":43900},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"ObjectEditorScriptsText2","partsBinMetaInfo":{"__isSmartRef__":true,"id":43904},"textChunks":[{"__isSmartRef__":true,"id":43905}],"charsReplaced":"Scripts","lastFindLoc":-7,"priorSelectionRange":[0,7],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":43907},"renderContextTable":{"__isSmartRef__":true,"id":43908},"eventHandler":{"__isSmartRef__":true,"id":43909},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64.8979476392384,"_MinTextHeight":null,"_ClipMode":"visible","draggingEnabled":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":43910},"eventsAreIgnored":true,"isCopyMorphRef":true,"morphRefId":27,"owner":{"__isSmartRef__":true,"id":42660},"derivationIds":[224,"35EF8FE5-067D-45B6-AF21-77040F11D340","80DC09DD-22D4-4089-B5C3-857B32C9BE9B","EF080074-E6B9-47F3-A87F-26313B40C430","F6977801-C1A7-445C-9BF1-8A1019E202FB","8C9157AE-0343-4CFB-8186-1D5E05D2ECBE"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"43897":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":43898},"_Extent":{"__isSmartRef__":true,"id":43899},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":43900},"renderContextTable":{"__isSmartRef__":true,"id":43901},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":43902},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"43898":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"43899":{"x":64.8979476392384,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"43900":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"43901":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"43902":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"43903":{"x":10,"y":12.911539589749026,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"43904":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"CE9FC27F-9437-4A34-9677-D8414A9DC5E7","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"43905":{"style":{"__isSmartRef__":true,"id":43906},"chunkOwner":{"__isSmartRef__":true,"id":43896},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Tag:","__LivelyClassName__":"lively.morphic.TextChunk"},"43906":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"43907":{"x":64.8979476392384,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"43908":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"43909":{"morph":{"__isSmartRef__":true,"id":43896},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"43910":{"x":45.76052154281416,"y":-27.783027415339603,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"43911":{"submorphs":[{"__isSmartRef__":true,"id":43912}],"scripts":[],"id":"9B650AA3-271B-4E72-B230-51C6F64B7462","shape":{"__isSmartRef__":true,"id":43928},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":43944},"value":true,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":43945},"lighterFill":{"__isSmartRef__":true,"id":43931},"label":{"__isSmartRef__":true,"id":43912},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":43954},"name":"ObjectEditorTagChooser","partsBinMetaInfo":{"__isSmartRef__":true,"id":43955},"listMorph":null,"list":[],"renderContextTable":{"__isSmartRef__":true,"id":43956},"eventHandler":{"__isSmartRef__":true,"id":43957},"distanceToDragEvent":{"__isSmartRef__":true,"id":43958},"priorExtent":{"__isSmartRef__":true,"id":43959},"textString":"PartsBinBrowser","selection":"","_ClipMode":"visible","prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":42660},"setTargetToListSelection":"all","savedTextString":"all","derivationIds":[225,"7F83847B-D0B1-4A31-8601-43424B97C858","E08FC110-71D7-4FFD-B4A8-08F8147B95BA","5534107D-C5C9-48DD-A1ED-B87E9D9B672C","0B89FA7A-768C-4062-98AE-C455E8DAFF19","799320C6-CFBA-40E7-B03D-64BFE9B78248"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":43960},"__LivelyClassName__":"lively.morphic.Button"},"43912":{"submorphs":[],"scripts":[],"id":"132C2A9E-3466-4051-AAEA-6E485A91F408","shape":{"__isSmartRef__":true,"id":43913},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":130,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":43919},"textColor":{"__isSmartRef__":true,"id":43916},"owner":{"__isSmartRef__":true,"id":43911},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":43920}],"padding":{"__isSmartRef__":true,"id":43922},"_Padding":{"__isSmartRef__":true,"id":43922},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":43923},"attributeConnections":[{"__isSmartRef__":true,"id":43924}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"renderContextTable":{"__isSmartRef__":true,"id":43925},"eventHandler":{"__isSmartRef__":true,"id":43926},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":130,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":11,"derivationIds":[226,"03DBF3F8-8EA2-4426-BA64-C4297DDAB015","B8F87302-BEC3-48CD-9BBA-6C7DBB6287E1","4AA6AE51-338B-4E3E-814B-9F99C693A2D5","08F6CE56-AD91-4C27-9429-C3DEA313696C","D39C963C-FD24-4498-A6D8-71E5102CE58A"],"partsBinMetaInfo":{"__isSmartRef__":true,"id":43927},"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"43913":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":43914},"_Extent":{"__isSmartRef__":true,"id":43915},"_BorderColor":{"__isSmartRef__":true,"id":43916},"renderContextTable":{"__isSmartRef__":true,"id":43917},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":43918},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"43914":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"43915":{"x":130,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"43916":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"43917":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"43918":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"43919":{"x":2,"y":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"43920":{"style":{"__isSmartRef__":true,"id":43921},"chunkOwner":{"__isSmartRef__":true,"id":43912},"storedString":"all","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"43921":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"43922":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"43923":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"43924":{"sourceObj":{"__isSmartRef__":true,"id":43912},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":43911},"targetMethodName":"selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"43925":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"43926":{"morph":{"__isSmartRef__":true,"id":43912},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"43927":{"requiredModules":[],"idOnLoad":"6690402E-F08D-425E-94CE-BC592D4FD3C5","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"43928":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":43929},"_Extent":{"__isSmartRef__":true,"id":43930},"_Fill":{"__isSmartRef__":true,"id":43931},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":43941},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":43942},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":43943},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"43929":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"43930":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"43931":{"stops":[{"__isSmartRef__":true,"id":43932},{"__isSmartRef__":true,"id":43934},{"__isSmartRef__":true,"id":43936},{"__isSmartRef__":true,"id":43938}],"vector":{"__isSmartRef__":true,"id":43940},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"43932":{"offset":0,"color":{"__isSmartRef__":true,"id":43933}},"43933":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"43934":{"offset":0.4,"color":{"__isSmartRef__":true,"id":43935}},"43935":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"43936":{"offset":0.6,"color":{"__isSmartRef__":true,"id":43937}},"43937":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"43938":{"offset":1,"color":{"__isSmartRef__":true,"id":43939}},"43939":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"43940":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"43941":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"43942":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"43943":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"43944":{"x":39.12381412396891,"y":10.000000000000057,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"43945":{"stops":[{"__isSmartRef__":true,"id":43946},{"__isSmartRef__":true,"id":43948},{"__isSmartRef__":true,"id":43950},{"__isSmartRef__":true,"id":43952}],"vector":{"__isSmartRef__":true,"id":43940},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"43946":{"offset":0,"color":{"__isSmartRef__":true,"id":43947}},"43947":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"43948":{"offset":0.4,"color":{"__isSmartRef__":true,"id":43949}},"43949":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"43950":{"offset":0.6,"color":{"__isSmartRef__":true,"id":43951}},"43951":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"43952":{"offset":1,"color":{"__isSmartRef__":true,"id":43953}},"43953":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"43954":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"43955":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","idOnLoad":"A62EEF71-EE13-40C9-974E-A619E6B49335","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"43956":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"43957":{"morph":{"__isSmartRef__":true,"id":43911},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"43958":{"x":85.7442776093583,"y":-11.582832083333244,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"43959":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"43960":{"createListMorph":{"__isSmartRef__":true,"id":43961},"getList":{"__isSmartRef__":true,"id":43965},"removeList":{"__isSmartRef__":true,"id":43969},"reset":{"__isSmartRef__":true,"id":43973},"onMouseUp":{"__isSmartRef__":true,"id":43977},"onBlur":{"__isSmartRef__":true,"id":43985},"setTag":{"__isSmartRef__":true,"id":43993}},"43961":{"varMapping":{"__isSmartRef__":true,"id":43962},"source":"function createListMorph() {\n var items = this.getList();\n\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\n\n var listMorph = new lively.morphic.List(extent);\n listMorph.setList(items);\n listMorph.setFontSize(10);\n\n listMorph.disableGrabbing();\n listMorph.disableDragging();\n \n connect(listMorph, 'selection', this, 'setTag');\n \n return listMorph;\n}","funcProperties":{"__isSmartRef__":true,"id":43963},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"43962":{"this":{"__isSmartRef__":true,"id":43911}},"43963":{"timestamp":{"__isSmartRef__":true,"id":43964},"user":"lauritz","categories":[]},"43964":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:35:59 GMT+0100 (Mitteleuropäische Zeit)"},"43965":{"varMapping":{"__isSmartRef__":true,"id":43966},"source":"function getList() {\n if (!this.owner.target) return [''];\n\n var target = this.owner.target;\n\n var tags = Functions.own(target).collect(function (each) {\n return target[each].tags || [];\n }).flatten().uniq();\n\n var sortedTags = tags.sortBy(function(name) { \n return name.toLowerCase() \n });\n \n sortedTags.unshift('all'); \n return sortedTags;\n}","funcProperties":{"__isSmartRef__":true,"id":43967},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"43966":{"this":{"__isSmartRef__":true,"id":43911}},"43967":{"timestamp":{"__isSmartRef__":true,"id":43968},"user":"lauritz","tags":[]},"43968":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:25 GMT+0100 (Mitteleuropäische Zeit)"},"43969":{"varMapping":{"__isSmartRef__":true,"id":43970},"source":"function removeList() {\n this.listMorph && this.listMorph.remove()\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":43971},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"43970":{"this":{"__isSmartRef__":true,"id":43911}},"43971":{"timestamp":{"__isSmartRef__":true,"id":43972},"user":"lauritz","categories":[]},"43972":{"isSerializedDate":true,"string":"Thu Nov 17 2011 19:06:51 GMT+0100 (Mitteleuropäische Zeit)"},"43973":{"varMapping":{"__isSmartRef__":true,"id":43974},"source":"function reset() {\n this.list = [];\n this.setLabel('all');\n this.label.setAlign('left');\n this.removeList();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\n}","funcProperties":{"__isSmartRef__":true,"id":43975},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"43974":{"this":{"__isSmartRef__":true,"id":43911}},"43975":{"timestamp":{"__isSmartRef__":true,"id":43976},"user":"lauritz","tags":[]},"43976":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:53 GMT+0100 (Mitteleuropäische Zeit)"},"43977":{"varMapping":{"__isSmartRef__":true,"id":43978},"source":"function onMouseUp(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n this.removeList();\n return true;\n } \n if (this.getList().size() < 2) return;\n var list = this.createListMorph();\n this.addMorph(list);\n this.listMorph = list;\n return true;\n}","funcProperties":{"__isSmartRef__":true,"id":43983},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"43978":{"this":{"__isSmartRef__":true,"id":43911},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":43979}},"43979":{"$super":{"__isSmartRef__":true,"id":43980}},"43980":{"varMapping":{"__isSmartRef__":true,"id":43981},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":43982},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"43981":{"obj":{"__isSmartRef__":true,"id":43911},"name":"onMouseUp"},"43982":{},"43983":{"timestamp":{"__isSmartRef__":true,"id":43984},"user":"lauritz","categories":[]},"43984":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:59:16 GMT+0100 (Mitteleuropäische Zeit)"},"43985":{"varMapping":{"__isSmartRef__":true,"id":43986},"source":"function onBlur(evt) {\n $super(evt);\n \n // workaround - otherwise other morphs get this event\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\n this.removeList();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":43991},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"43986":{"this":{"__isSmartRef__":true,"id":43911},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":43987}},"43987":{"$super":{"__isSmartRef__":true,"id":43988}},"43988":{"varMapping":{"__isSmartRef__":true,"id":43989},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":43990},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"43989":{"obj":{"__isSmartRef__":true,"id":43911},"name":"onBlur"},"43990":{},"43991":{"timestamp":{"__isSmartRef__":true,"id":43992},"user":"lauritz","categories":[]},"43992":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:10:03 GMT+0100 (Mitteleuropäische Zeit)"},"43993":{"varMapping":{"__isSmartRef__":true,"id":43994},"source":"function setTag(tag) {\n this.setLabel(tag || '');\n this.label.setAlign('left');\n this.owner.setTag(tag);\n}","funcProperties":{"__isSmartRef__":true,"id":43995},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"43994":{"this":{"__isSmartRef__":true,"id":43911}},"43995":{"timestamp":{"__isSmartRef__":true,"id":43996},"user":"lauritz","categories":[]},"43996":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:36:12 GMT+0100 (Mitteleuropäische Zeit)"},"43997":{"submorphs":[{"__isSmartRef__":true,"id":43998}],"scripts":[],"id":"87E42FF6-3862-481D-97D6-643676E15F32","shape":{"__isSmartRef__":true,"id":44014},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":44018},"lighterFill":{"__isSmartRef__":true,"id":44030},"label":{"__isSmartRef__":true,"id":43998},"name":"Button","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":44039},"attributeConnections":[{"__isSmartRef__":true,"id":44040}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":44076},"renderContextTable":{"__isSmartRef__":true,"id":44077},"eventHandler":{"__isSmartRef__":true,"id":44078},"distanceToDragEvent":{"__isSmartRef__":true,"id":44079},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86"],"_Position":{"__isSmartRef__":true,"id":44080},"owner":{"__isSmartRef__":true,"id":42660},"layout":{"__isSmartRef__":true,"id":44081},"_ClipMode":"visible","_Rotation":0,"_Scale":0.994014980014994,"__LivelyClassName__":"lively.morphic.Button"},"43998":{"submorphs":[],"scripts":[],"id":"BA4EC8D2-AB29-4F9F-B5A0-715A4746A4C4","shape":{"__isSmartRef__":true,"id":43999},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":44005},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":44006},"_Padding":{"__isSmartRef__":true,"id":44007},"owner":{"__isSmartRef__":true,"id":43997},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":44008},"textChunks":[{"__isSmartRef__":true,"id":44009}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":44011},"eventHandler":{"__isSmartRef__":true,"id":44012},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334"],"_MinTextWidth":101,"_MinTextHeight":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":44013},"__LivelyClassName__":"lively.morphic.Text"},"43999":{"position":{"__isSmartRef__":true,"id":44000},"_Extent":{"__isSmartRef__":true,"id":44001},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":44002},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":44003},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":44004},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"44000":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44001":{"x":101,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"44002":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44003":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"44004":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44005":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44006":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44007":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44008":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44009":{"style":{"__isSmartRef__":true,"id":44010},"chunkOwner":{"__isSmartRef__":true,"id":43998},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"run","__LivelyClassName__":"lively.morphic.TextChunk"},"44010":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"44011":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"44012":{"morph":{"__isSmartRef__":true,"id":43998},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"44013":{"requiredModules":[],"idOnLoad":"7C67D7DA-4022-49DB-92F9-D5C539174680","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"44014":{"position":{"__isSmartRef__":true,"id":44015},"_Extent":{"__isSmartRef__":true,"id":44016},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":44017},"_Fill":{"__isSmartRef__":true,"id":44018},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":44028},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":44029},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"44015":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44016":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44017":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44018":{"stops":[{"__isSmartRef__":true,"id":44019},{"__isSmartRef__":true,"id":44021},{"__isSmartRef__":true,"id":44023},{"__isSmartRef__":true,"id":44025}],"vector":{"__isSmartRef__":true,"id":44027},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"44019":{"offset":0,"color":{"__isSmartRef__":true,"id":44020}},"44020":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44021":{"offset":0.4,"color":{"__isSmartRef__":true,"id":44022}},"44022":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44023":{"offset":0.6,"color":{"__isSmartRef__":true,"id":44024}},"44024":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44025":{"offset":1,"color":{"__isSmartRef__":true,"id":44026}},"44026":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44027":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44028":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"44029":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44030":{"stops":[{"__isSmartRef__":true,"id":44031},{"__isSmartRef__":true,"id":44033},{"__isSmartRef__":true,"id":44035},{"__isSmartRef__":true,"id":44037}],"vector":{"__isSmartRef__":true,"id":44027},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"44031":{"offset":0,"color":{"__isSmartRef__":true,"id":44032}},"44032":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44033":{"offset":0.4,"color":{"__isSmartRef__":true,"id":44034}},"44034":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44035":{"offset":0.6,"color":{"__isSmartRef__":true,"id":44036}},"44036":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44037":{"offset":1,"color":{"__isSmartRef__":true,"id":44038}},"44038":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44039":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"4BB5FEF3-C197-421F-A7CD-0115F48F4C00","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"44040":{"sourceObj":{"__isSmartRef__":true,"id":43997},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":42660},"targetMethodName":"runScript","visualConnector":{"__isSmartRef__":true,"id":44041},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"44041":{"submorphs":[{"__isSmartRef__":true,"id":44042}],"scripts":[],"shape":{"__isSmartRef__":true,"id":44057},"derivationIds":[null],"id":"C89B50A0-17E7-4D22-AE1D-5112520DAEE7","renderContextTable":{"__isSmartRef__":true,"id":44064},"eventHandler":{"__isSmartRef__":true,"id":44065},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":44066},{"__isSmartRef__":true,"id":44067}],"con":{"__isSmartRef__":true,"id":44040},"showsMorphMenu":true,"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":44068},"__LivelyClassName__":"lively.morphic.Path"},"44042":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":44043},"derivationIds":[null],"id":"2A71BE9E-6820-46AF-ACED-3C9BDCC918AF","renderContextTable":{"__isSmartRef__":true,"id":44054},"eventHandler":{"__isSmartRef__":true,"id":44055},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":44056},"owner":{"__isSmartRef__":true,"id":44041},"_Rotation":-3.130064002485303,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"44043":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":44044},{"__isSmartRef__":true,"id":44045},{"__isSmartRef__":true,"id":44046},{"__isSmartRef__":true,"id":44047}],"renderContextTable":{"__isSmartRef__":true,"id":44048},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":44049},"_Extent":{"__isSmartRef__":true,"id":44050},"_Padding":{"__isSmartRef__":true,"id":44051},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":44052},"_Fill":{"__isSmartRef__":true,"id":44053},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"44044":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"44045":{"isAbsolute":true,"x":-12,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"44046":{"isAbsolute":true,"x":4,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"44047":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"44048":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"44049":{"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44050":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44051":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44052":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44053":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44054":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"44055":{"morph":{"__isSmartRef__":true,"id":44042},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"44056":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44057":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":44058},{"__isSmartRef__":true,"id":44059}],"renderContextTable":{"__isSmartRef__":true,"id":44060},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":44061},"_Extent":{"__isSmartRef__":true,"id":44062},"_Padding":{"__isSmartRef__":true,"id":44063},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":44052},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"44058":{"isAbsolute":true,"x":829.7085000406639,"y":9.565843617262885,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"44059":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"44060":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"44061":{"x":-1,"y":-1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44062":{"x":831,"y":11,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44063":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44064":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"44065":{"morph":{"__isSmartRef__":true,"id":44041},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"44066":{"morph":{"__isSmartRef__":true,"id":44041},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"44067":{"morph":{"__isSmartRef__":true,"id":44041},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":44042},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"44068":{"morphMenuItems":{"__isSmartRef__":true,"id":44069}},"44069":{"varMapping":{"__isSmartRef__":true,"id":44070},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":44075},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"44070":{"this":{"__isSmartRef__":true,"id":44041},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":44071}},"44071":{"$super":{"__isSmartRef__":true,"id":44072}},"44072":{"varMapping":{"__isSmartRef__":true,"id":44073},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":44074},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"44073":{"obj":{"__isSmartRef__":true,"id":44041},"name":"morphMenuItems"},"44074":{},"44075":{},"44076":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44077":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"44078":{"morph":{"__isSmartRef__":true,"id":43997},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"44079":{"x":71.99397894387357,"y":-13.030105280631261,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44080":{"x":788.7426780861911,"y":9.508591852040126,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44081":{"centeredHorizontal":false,"moveHorizontal":true},"44082":{"submorphs":[{"__isSmartRef__":true,"id":44083}],"scripts":[],"id":"F51327CB-803E-4234-BFB3-6F5252D1C936","shape":{"__isSmartRef__":true,"id":44099},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":44103},"lighterFill":{"__isSmartRef__":true,"id":44115},"label":{"__isSmartRef__":true,"id":44083},"name":"saveButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":44124},"attributeConnections":[{"__isSmartRef__":true,"id":44125}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":44161},"renderContextTable":{"__isSmartRef__":true,"id":44162},"eventHandler":{"__isSmartRef__":true,"id":44163},"distanceToDragEvent":{"__isSmartRef__":true,"id":44164},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","D686F0CB-027B-4CA9-8B8D-9306389B219D"],"layout":{"__isSmartRef__":true,"id":44165},"_Position":{"__isSmartRef__":true,"id":44166},"owner":{"__isSmartRef__":true,"id":42660},"_ClipMode":"visible","_Rotation":0,"_Scale":0.9880657804942089,"isPressed":false,"__LivelyClassName__":"lively.morphic.Button"},"44083":{"submorphs":[],"scripts":[],"id":"918C6CC4-3540-4341-BAFD-B195F7807FEE","shape":{"__isSmartRef__":true,"id":44084},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":44090},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":44091},"_Padding":{"__isSmartRef__":true,"id":44092},"owner":{"__isSmartRef__":true,"id":44082},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":44093},"textChunks":[{"__isSmartRef__":true,"id":44094}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":44096},"eventHandler":{"__isSmartRef__":true,"id":44097},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","9AECBFB8-25A5-483F-86AD-D7CF9ABC9A25"],"_MinTextWidth":101,"_MinTextHeight":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":44098},"__LivelyClassName__":"lively.morphic.Text"},"44084":{"position":{"__isSmartRef__":true,"id":44085},"_Extent":{"__isSmartRef__":true,"id":44086},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":44087},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":44088},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":44089},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"44085":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44086":{"x":101,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"44087":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44088":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"44089":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44090":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44091":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44092":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44093":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44094":{"style":{"__isSmartRef__":true,"id":44095},"chunkOwner":{"__isSmartRef__":true,"id":44083},"storedString":"save","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"44095":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"44096":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"44097":{"morph":{"__isSmartRef__":true,"id":44083},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"44098":{"requiredModules":[],"idOnLoad":"D578E933-4CED-4D91-9A04-598C27FB09AE","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"44099":{"position":{"__isSmartRef__":true,"id":44100},"_Extent":{"__isSmartRef__":true,"id":44101},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":44102},"_Fill":{"__isSmartRef__":true,"id":44103},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":44113},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":44114},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"44100":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44101":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44102":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44103":{"stops":[{"__isSmartRef__":true,"id":44104},{"__isSmartRef__":true,"id":44106},{"__isSmartRef__":true,"id":44108},{"__isSmartRef__":true,"id":44110}],"vector":{"__isSmartRef__":true,"id":44112},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"44104":{"offset":0,"color":{"__isSmartRef__":true,"id":44105}},"44105":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44106":{"offset":0.4,"color":{"__isSmartRef__":true,"id":44107}},"44107":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44108":{"offset":0.6,"color":{"__isSmartRef__":true,"id":44109}},"44109":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44110":{"offset":1,"color":{"__isSmartRef__":true,"id":44111}},"44111":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44112":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44113":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"44114":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44115":{"stops":[{"__isSmartRef__":true,"id":44116},{"__isSmartRef__":true,"id":44118},{"__isSmartRef__":true,"id":44120},{"__isSmartRef__":true,"id":44122}],"vector":{"__isSmartRef__":true,"id":44112},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"44116":{"offset":0,"color":{"__isSmartRef__":true,"id":44117}},"44117":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44118":{"offset":0.4,"color":{"__isSmartRef__":true,"id":44119}},"44119":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44120":{"offset":0.6,"color":{"__isSmartRef__":true,"id":44121}},"44121":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44122":{"offset":1,"color":{"__isSmartRef__":true,"id":44123}},"44123":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44124":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"242F2195-B710-42BE-90BF-CAFB6467D2A7","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"44125":{"sourceObj":{"__isSmartRef__":true,"id":44082},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":43156},"targetMethodName":"doSave","visualConnector":{"__isSmartRef__":true,"id":44126},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"44126":{"submorphs":[{"__isSmartRef__":true,"id":44127}],"scripts":[],"shape":{"__isSmartRef__":true,"id":44142},"derivationIds":[null],"id":"F46012D5-C8BE-4E52-BF98-D052FDAAE17A","renderContextTable":{"__isSmartRef__":true,"id":44149},"eventHandler":{"__isSmartRef__":true,"id":44150},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":44151},{"__isSmartRef__":true,"id":44152}],"con":{"__isSmartRef__":true,"id":44125},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":44153},"__LivelyClassName__":"lively.morphic.Path"},"44127":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":44128},"derivationIds":[null],"id":"A2A83C78-09B8-473C-829B-198206D7A9E4","renderContextTable":{"__isSmartRef__":true,"id":44139},"eventHandler":{"__isSmartRef__":true,"id":44140},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":44141},"owner":{"__isSmartRef__":true,"id":44126},"_Rotation":3.077607197692381,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"44128":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":44129},{"__isSmartRef__":true,"id":44130},{"__isSmartRef__":true,"id":44131},{"__isSmartRef__":true,"id":44132}],"renderContextTable":{"__isSmartRef__":true,"id":44133},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":44134},"_Extent":{"__isSmartRef__":true,"id":44135},"_Padding":{"__isSmartRef__":true,"id":44136},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":44137},"_Fill":{"__isSmartRef__":true,"id":44138},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"44129":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"44130":{"isAbsolute":true,"x":-12,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"44131":{"isAbsolute":true,"x":4,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"44132":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"44133":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"44134":{"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44135":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44136":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44137":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44138":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44139":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"44140":{"morph":{"__isSmartRef__":true,"id":44127},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"44141":{"x":201.20421122525056,"y":40.24084224505009,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44142":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":44143},{"__isSmartRef__":true,"id":44144}],"renderContextTable":{"__isSmartRef__":true,"id":44145},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":44146},"_Extent":{"__isSmartRef__":true,"id":44147},"_Padding":{"__isSmartRef__":true,"id":44148},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":44137},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"44143":{"isAbsolute":true,"x":679.4857209639925,"y":9.595948897894004,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"44144":{"isAbsolute":true,"x":201.20421122525056,"y":40.24084224505009,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"44145":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"44146":{"x":200,"y":9,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44147":{"x":480,"y":32,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44148":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44149":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"44150":{"morph":{"__isSmartRef__":true,"id":44126},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"44151":{"morph":{"__isSmartRef__":true,"id":44126},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"44152":{"morph":{"__isSmartRef__":true,"id":44126},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":44127},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"44153":{"morphMenuItems":{"__isSmartRef__":true,"id":44154}},"44154":{"varMapping":{"__isSmartRef__":true,"id":44155},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":44160},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"44155":{"this":{"__isSmartRef__":true,"id":44126},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":44156}},"44156":{"$super":{"__isSmartRef__":true,"id":44157}},"44157":{"varMapping":{"__isSmartRef__":true,"id":44158},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":44159},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"44158":{"obj":{"__isSmartRef__":true,"id":44126},"name":"morphMenuItems"},"44159":{},"44160":{},"44161":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44162":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"44163":{"morph":{"__isSmartRef__":true,"id":44082},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"44164":{"x":68.77671624028653,"y":-14.497241813457947,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44165":{"centeredHorizontal":false,"moveHorizontal":true},"44166":{"x":675.4189853444968,"y":9.53851695196505,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44167":{"submorphs":[{"__isSmartRef__":true,"id":44168}],"scripts":[],"id":"84054D2E-8176-440D-B413-279956A34FC2","shape":{"__isSmartRef__":true,"id":44184},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":44200},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":44188},"lighterFill":{"__isSmartRef__":true,"id":44201},"label":{"__isSmartRef__":true,"id":44168},"name":"openTestsButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":44210},"attributeConnections":[{"__isSmartRef__":true,"id":44211}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":44212},"renderContextTable":{"__isSmartRef__":true,"id":44213},"eventHandler":{"__isSmartRef__":true,"id":44214},"distanceToDragEvent":{"__isSmartRef__":true,"id":44215},"derivationIds":[7251],"owner":{"__isSmartRef__":true,"id":42660},"_ClipMode":"visible","_Rotation":0,"_Scale":0.9940149800149939,"__LivelyClassName__":"lively.morphic.Button"},"44168":{"submorphs":[],"scripts":[],"id":"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2","shape":{"__isSmartRef__":true,"id":44169},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":44175},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":44176},"_Padding":{"__isSmartRef__":true,"id":44177},"owner":{"__isSmartRef__":true,"id":44167},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":44178},"textChunks":[{"__isSmartRef__":true,"id":44179}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":44181},"eventHandler":{"__isSmartRef__":true,"id":44182},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252],"_MinTextWidth":101,"_MinTextHeight":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":44183},"__LivelyClassName__":"lively.morphic.Text"},"44169":{"position":{"__isSmartRef__":true,"id":44170},"_Extent":{"__isSmartRef__":true,"id":44171},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":44172},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":44173},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":44174},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"44170":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44171":{"x":101,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"44172":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44173":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"44174":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44175":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44176":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44177":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44178":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44179":{"style":{"__isSmartRef__":true,"id":44180},"chunkOwner":{"__isSmartRef__":true,"id":44168},"storedString":"Tests","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"44180":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"44181":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"44182":{"morph":{"__isSmartRef__":true,"id":44168},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"44183":{"requiredModules":[],"idOnLoad":"C5E7F7F1-E071-409D-92C4-2CDB564D0E62","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"44184":{"position":{"__isSmartRef__":true,"id":44185},"_Extent":{"__isSmartRef__":true,"id":44186},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":44187},"_Fill":{"__isSmartRef__":true,"id":44188},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":44198},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":44199},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"44185":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44186":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44187":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44188":{"stops":[{"__isSmartRef__":true,"id":44189},{"__isSmartRef__":true,"id":44191},{"__isSmartRef__":true,"id":44193},{"__isSmartRef__":true,"id":44195}],"vector":{"__isSmartRef__":true,"id":44197},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"44189":{"offset":0,"color":{"__isSmartRef__":true,"id":44190}},"44190":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44191":{"offset":0.4,"color":{"__isSmartRef__":true,"id":44192}},"44192":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44193":{"offset":0.6,"color":{"__isSmartRef__":true,"id":44194}},"44194":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44195":{"offset":1,"color":{"__isSmartRef__":true,"id":44196}},"44196":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44197":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44198":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"44199":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44200":{"x":510,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44201":{"stops":[{"__isSmartRef__":true,"id":44202},{"__isSmartRef__":true,"id":44204},{"__isSmartRef__":true,"id":44206},{"__isSmartRef__":true,"id":44208}],"vector":{"__isSmartRef__":true,"id":44197},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"44202":{"offset":0,"color":{"__isSmartRef__":true,"id":44203}},"44203":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44204":{"offset":0.4,"color":{"__isSmartRef__":true,"id":44205}},"44205":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44206":{"offset":0.6,"color":{"__isSmartRef__":true,"id":44207}},"44207":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44208":{"offset":1,"color":{"__isSmartRef__":true,"id":44209}},"44209":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44210":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"99807707-013B-4D84-BAC2-9A808308555B","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"44211":{"sourceObj":{"__isSmartRef__":true,"id":44167},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":42660},"targetMethodName":"openPartTestRunner","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"44212":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44213":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"44214":{"morph":{"__isSmartRef__":true,"id":44167},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"44215":{"x":65.95178327801523,"y":-8.024108360992386,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44216":{"position":{"__isSmartRef__":true,"id":44217},"_Extent":{"__isSmartRef__":true,"id":44218},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":44219},"_Fill":{"__isSmartRef__":true,"id":44220},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":44221},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":44222},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"44217":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44218":{"x":909.0285365288845,"y":526.612532614436,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44219":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44220":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"44221":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"44222":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44223":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","comment":"Edit scripts and connections of a specific morph.","migrationLevel":4,"partName":"ObjectEditorPane","changes":[{"__isSmartRef__":true,"id":44224}],"idOnLoad":"694FE3F0-B352-4E44-B9CF-16334DE02387","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"44224":{"date":{"__isSmartRef__":true,"id":44225},"author":"lauritz","message":"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items."},"44225":{"isSerializedDate":true,"string":"Fri Oct 21 2011 00:39:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"44226":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"44227":{"morph":{"__isSmartRef__":true,"id":42660},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"44228":{"x":909.0285365288845,"y":526.612532614436,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44229":{"resizeWidth":true,"resizeHeight":true,"adjustForNewBounds":true},"44230":{"x":350.2386236582805,"y":-3.2455173507596555,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44231":{"x":0.971126750461849,"y":21.45669012569269,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44232":{"displayInitialScript":{"__isSmartRef__":true,"id":44233},"displayJavaScriptSource":{"__isSmartRef__":true,"id":44237},"displaySourceForConnection":{"__isSmartRef__":true,"id":44241},"displaySourceForScript":{"__isSmartRef__":true,"id":44245},"generateSourceForConnection":{"__isSmartRef__":true,"id":44249},"generateSourceForScript":{"__isSmartRef__":true,"id":44253},"generateTargetCode":{"__isSmartRef__":true,"id":44257},"newConnection":{"__isSmartRef__":true,"id":44261},"newScript":{"__isSmartRef__":true,"id":44265},"reset":{"__isSmartRef__":true,"id":44269},"selectChangedContent":{"__isSmartRef__":true,"id":44273},"setTarget":{"__isSmartRef__":true,"id":44277},"sortedConnectionNamesOfObj":{"__isSmartRef__":true,"id":44281},"sortedScriptNamesOfObj":{"__isSmartRef__":true,"id":44285},"updateLists":{"__isSmartRef__":true,"id":44289},"onShutdown":{"__isSmartRef__":true,"id":44293},"confirmUnsavedChanges":{"__isSmartRef__":true,"id":44297},"update":{"__isSmartRef__":true,"id":44301},"ensureAnnotationLayer":{"__isSmartRef__":true,"id":44305},"migrateOldScriptAnnotations":{"__isSmartRef__":true,"id":44309},"copyToPartsBinWithUserRequest":{"__isSmartRef__":true,"id":44313},"printTags":{"__isSmartRef__":true,"id":44321},"setTag":{"__isSmartRef__":true,"id":44325},"runScript":{"__isSmartRef__":true,"id":44329},"openPartTestRunner":{"__isSmartRef__":true,"id":44333}},"44233":{"varMapping":{"__isSmartRef__":true,"id":44234},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.preselectItem();\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.preselectItem();\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":44235},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"44234":{"this":{"__isSmartRef__":true,"id":42660}},"44235":{"timestamp":{"__isSmartRef__":true,"id":44236},"user":"lauritz","tags":[]},"44236":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:13:43 GMT+0100 (Mitteleuropäische Zeit)"},"44237":{"varMapping":{"__isSmartRef__":true,"id":44238},"source":"function displayJavaScriptSource(jsCode) {\n if (this.scriptPane.hasChanged()) {\n var that = this;\n var callback = function(confirmed) {\n if (confirmed) that.scriptPane.display(jsCode)\n };\n this.confirmUnsavedChanges(callback);\n } else {\n this.scriptPane.display(jsCode);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":44239},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"44238":{"this":{"__isSmartRef__":true,"id":42660}},"44239":{"timestamp":{"__isSmartRef__":true,"id":44240},"user":"lauritz","tags":[]},"44240":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"44241":{"varMapping":{"__isSmartRef__":true,"id":44242},"source":"function displaySourceForConnection(connection) {\n var code = \"\", that = this;\n if (connection === undefined) return;\n if (connection === null) {\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\"\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForConnection(connection);\n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":44243},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"44242":{"this":{"__isSmartRef__":true,"id":42660}},"44243":{"timestamp":{"__isSmartRef__":true,"id":44244},"user":"conradcalmez","tags":[]},"44244":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:59:30 GMT+0100 (Mitteleuropäische Zeit)"},"44245":{"varMapping":{"__isSmartRef__":true,"id":44246},"source":"function displaySourceForScript(scriptName) {\n var code = \"\",\n that = this;\n if (scriptName === null) {\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForScript(each)).concat(\"\\n\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForScript(scriptName); \n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":44247},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"44246":{"this":{"__isSmartRef__":true,"id":42660}},"44247":{"timestamp":{"__isSmartRef__":true,"id":44248},"user":"lauritz","tags":[]},"44248":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:51:37 GMT+0100 (Mitteleuropäische Zeit)"},"44249":{"varMapping":{"__isSmartRef__":true,"id":44250},"source":"function generateSourceForConnection(connection) {\n var c = connection, targetObject = this.target;\n\tif (!c.getTargetObj() || !c.getTargetObj().name || \n\t\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\n\n\tvar optConfig = []\n\tif (c.converterString)\n\t\toptConfig.push(\"converter: \\n\\t\" + c.converterString)\n\tif (c.updaterString)\n\t\toptConfig.push(\"updater: \\n\\t\" + c.updaterString)\n\treturn Strings.format('connect(%s, \"%s\", %s, \"%s\", {%s});', \n\t\t\tthis.generateTargetCode(targetObject, c.getSourceObj()),\n\t\t\tc.getSourceAttrName(),\n\t\t\tthis.generateTargetCode(targetObject, c.getTargetObj()),\n\t\t\tc.getTargetMethodName(),\n\t\t\toptConfig.join(','));\n\n}","funcProperties":{"__isSmartRef__":true,"id":44251},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"44250":{"this":{"__isSmartRef__":true,"id":42660}},"44251":{"timestamp":{"__isSmartRef__":true,"id":44252},"user":"lauritz","tags":[]},"44252":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"44253":{"varMapping":{"__isSmartRef__":true,"id":44254},"source":"function generateSourceForScript(scriptName) {\n var script = this.target[scriptName],\n annotation = '',\n scriptSource = '',\n tagScript = '';\n\n if (script.timestamp && script.user) \n annotation = Strings.format('// changed at %s by %s \\n', script.timestamp, script.user);\n scriptSource = Strings.format('this.addScript(%s)', script.getOriginal());\n tagScript = Strings.format('.tag(%s);', this.printTags(script));\n\n return annotation + scriptSource + tagScript;\n}","funcProperties":{"__isSmartRef__":true,"id":44255},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"44254":{"this":{"__isSmartRef__":true,"id":42660}},"44255":{"timestamp":{"__isSmartRef__":true,"id":44256},"user":"lauritz","tags":[]},"44256":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:32:42 GMT+0100 (Mitteleuropäische Zeit)"},"44257":{"varMapping":{"__isSmartRef__":true,"id":44258},"source":"function generateTargetCode(baseObject, targetObject) {\n\tvar name = targetObject.name;\n\tif (baseObject === targetObject) \n\t\treturn \"this\";\n\telse if (baseObject[name] === targetObject) \n\t\treturn \"this.\" + name;\n\telse if (baseObject.testObject === targetObject) \n\t\treturn \"this.testObject\";\n\telse if (baseObject.get(name) === targetObject) \n\t\treturn 'this.get(\"' + name + '\")';\n\telse if (targetObject instanceof Morph) \n\t\treturn '$morph(\"' + name + '\")';\n\telse \n\t\treturn \"????\";\n}","funcProperties":{"__isSmartRef__":true,"id":44259},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"44258":{"this":{"__isSmartRef__":true,"id":42660}},"44259":{"timestamp":{"__isSmartRef__":true,"id":44260},"user":"lauritz","tags":[]},"44260":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"44261":{"varMapping":{"__isSmartRef__":true,"id":44262},"source":"function newConnection() {\n if (this.target) {\n var code = \"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":44263},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"44262":{"this":{"__isSmartRef__":true,"id":42660}},"44263":{"timestamp":{"__isSmartRef__":true,"id":44264},"user":"lauritz","tags":[]},"44264":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"44265":{"varMapping":{"__isSmartRef__":true,"id":44266},"source":"function newScript() {\n if (this.target) {\n var code = \"this.addScript(function SCRIPTNAME() {\\n \\n}).tag([]);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":44267},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"44266":{"this":{"__isSmartRef__":true,"id":42660}},"44267":{"timestamp":{"__isSmartRef__":true,"id":44268},"user":"lauritz","tags":[]},"44268":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:24:25 GMT+0100 (Mitteleuropäische Zeit)"},"44269":{"varMapping":{"__isSmartRef__":true,"id":44270},"source":"function reset() {\n this.scriptPane = this.get('ObjectEditorScriptPane')\n this.scriptList = this.get('ObjectEditorScriptList')\n this.connectionList = this.get('ObjectEditorConnectionList')\n this.morphSelector = this.get('ObjectEditorMorphSelector')\n this.target = null;\n this.scriptPane.reset();\n this.scriptList.setList();\n this.scriptList.selection = null;\n this.connectionList.setList();\n this.connectionList.selection = null;\n this.morphSelector.reset();\n this.tagChooser.reset();\n this.currentTag = null;\n this.stopStepping();\n}","funcProperties":{"__isSmartRef__":true,"id":44271},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"44270":{"this":{"__isSmartRef__":true,"id":42660}},"44271":{"timestamp":{"__isSmartRef__":true,"id":44272},"user":"conradcalmez","tags":[]},"44272":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:57:50 GMT+0100 (Mitteleuropäische Zeit)"},"44273":{"varMapping":{"__isSmartRef__":true,"id":44274},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n return this.scriptList.selectAddedScript(addScriptMatches[0]);\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i width) {\n\t\t\tx = 0;\n\t\t\ty += extent.y + 5;\n\t\t}\n\t\tmorph.setPosition(pt(x,y))\n\t\tx += extent.x + 5;\n\t})\n}","funcProperties":{"__isSmartRef__":true,"id":44577},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"44572":{"this":{"__isSmartRef__":true,"id":41327},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":44573}},"44573":{"$super":{"__isSmartRef__":true,"id":44574}},"44574":{"varMapping":{"__isSmartRef__":true,"id":44575},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":44576},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"44575":{"obj":{"__isSmartRef__":true,"id":41327},"name":"adjustForNewBounds"},"44576":{},"44577":{},"44578":{"varMapping":{"__isSmartRef__":true,"id":44579},"source":"function unselectAll() {\n\tthis.submorphs.invoke('showAsNotSelected');\n}","funcProperties":{"__isSmartRef__":true,"id":44580},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"44579":{"this":{"__isSmartRef__":true,"id":41327}},"44580":{},"44581":{"varMapping":{"__isSmartRef__":true,"id":44582},"source":"function selectPartItem(item) {\n\tthis.selectedItem = item && item.partItem;\n\tthis.submorphs.without(item).invoke('showAsNotSelected');\n}","funcProperties":{"__isSmartRef__":true,"id":44583},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"44582":{"this":{"__isSmartRef__":true,"id":41327}},"44583":{},"44584":{"varMapping":{"__isSmartRef__":true,"id":44585},"source":"function startAddingPartItems(partItems) {\n this.partItemsToBeAdded = partItems.clone();\n this.startStepping(0, 'addPartItemAsync')\n}","funcProperties":{"__isSmartRef__":true,"id":44586},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"44585":{"this":{"__isSmartRef__":true,"id":41327}},"44586":{"user":"robertkrahn","timestamp":{"__isSmartRef__":true,"id":44587}},"44587":{"isSerializedDate":true,"string":"Fri Jul 01 2011 02:00:58 GMT+0200 (Mitteleuropäische Sommerzeit)"},"44588":{"varMapping":{"__isSmartRef__":true,"id":44589},"source":"function addPartItemAsync() {\n if (!this.partItemsToBeAdded || this.partItemsToBeAdded.length == 0) {\n this.stopAddingPartItemsAsync();\n return;\n }\n\n var partItem = this.partItemsToBeAdded.shift();\n var morph = partItem.asPartsBinItem();\n this.addMorph(morph);\n this.adjustForNewBounds() \n}","funcProperties":{"__isSmartRef__":true,"id":44590},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"44589":{"this":{"__isSmartRef__":true,"id":41327}},"44590":{"user":"robertkrahn","timestamp":{"__isSmartRef__":true,"id":44591}},"44591":{"isSerializedDate":true,"string":"Fri Jul 01 2011 02:03:38 GMT+0200 (Mitteleuropäische Sommerzeit)"},"44592":{"varMapping":{"__isSmartRef__":true,"id":44593},"source":"function stopAddingPartItemsAsync() {\n this.stopStepping();\n delete this.partItemsToBeAdded;\n}","funcProperties":{"__isSmartRef__":true,"id":44594},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"44593":{"this":{"__isSmartRef__":true,"id":41327}},"44594":{"user":"robertkrahn","timestamp":{"__isSmartRef__":true,"id":44595}},"44595":{"isSerializedDate":true,"string":"Fri Jul 01 2011 02:03:46 GMT+0200 (Mitteleuropäische Sommerzeit)"},"44596":{"submorphs":[{"__isSmartRef__":true,"id":44597}],"scripts":[],"id":"C8D14715-44DE-4BB6-8B42-F331985854B0","shape":{"__isSmartRef__":true,"id":44613},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":44629},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":44617},"lighterFill":{"__isSmartRef__":true,"id":44630},"label":{"__isSmartRef__":true,"id":44597},"name":"removeCategoryButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":44639},"attributeConnections":[{"__isSmartRef__":true,"id":44640}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":44641},"owner":{"__isSmartRef__":true,"id":39463},"layout":{"__isSmartRef__":true,"id":44642},"renderContextTable":{"__isSmartRef__":true,"id":44643},"eventHandler":{"__isSmartRef__":true,"id":44644},"derivationIds":[1238,"779C0566-5466-4191-9056-3A104C7EFAEC","F8319D79-817B-415B-80D1-ACE5F12CDD01","37900DC1-0689-4E1B-9709-A65C15C40367","399B28D7-03E3-4E38-8710-E7A5F5F513D1","8EA24F2B-6E35-4013-8CCB-18016701673B","C5991ECA-726A-42D6-8AB1-1B6DA1AAD119","7C6FC789-C7D6-482C-906E-5EABA9E0E151","7C90668B-396F-43DB-AB44-3277DA8BE863","CDE8D251-2EED-4992-B316-64B64110C044","5D293BC5-06E6-425F-B654-F22EF9E8225E","A568DFA0-B5A0-42C6-A370-F4C23551D3DA","8FAE443C-8E8F-44EF-B5C8-7E103E74AD92","3FD3C7A0-B776-41AF-86DF-DC5A4EE9403E","115E4AE3-4DA0-482F-91C6-DB88E0E266D0","36F8D23F-3ADC-40FB-9A9B-D726CA8560D2","F32C1526-A32B-46B5-B550-44C9A527EB19","B075E4A4-D511-45BC-A05D-E9FEB4D8EF29","D554E6AE-A18D-4BBA-AB29-419B75691B79"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":44645},"__LivelyClassName__":"lively.morphic.Button"},"44597":{"submorphs":[],"scripts":[],"id":"F6E2640E-0522-46D4-91FB-7625F3959188","shape":{"__isSmartRef__":true,"id":44598},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":44604},"_MaxTextWidth":18,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":44605},"_Padding":{"__isSmartRef__":true,"id":44606},"owner":{"__isSmartRef__":true,"id":44596},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":44607},"textChunks":[{"__isSmartRef__":true,"id":44608}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":44610},"eventHandler":{"__isSmartRef__":true,"id":44611},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":18,"_MinTextHeight":null,"derivationIds":[1239,"0950594A-94D2-49BB-8E22-06789654760D","9E11E76B-89E8-4AF1-8D7F-24952002D1DE","39E0A384-A8F7-4ECE-A3F3-3B39C85B1DBA","7970902A-4F1C-4337-8A61-02D5AEA5697B","DE30399C-D0BE-412E-B0C6-18B37109F841","E311AA2E-9F6A-4DF4-AAD2-6631660E1203","AA4706D6-6736-4F85-80F2-48443DC7DA44","C2A120EC-B8B5-44A6-801B-F8E9FDE230BF","34EB9510-4D09-4B14-8B09-45852E807EEC","578C10D1-9557-441C-ABD1-303291DEFD1A","680618F4-7A7D-43A9-B75C-4515C8D3A904","1631FBD4-94FC-4C42-A426-822A8D107F36","574DCB97-CFE4-470B-944F-567F9CBAD365","81CA5687-24FD-462D-BFD3-A33C82169582","B85E3B2A-7437-47F6-BDF5-D02C7F6C5A0F","0375365E-D522-4331-BCA3-1B9C85143F76","34D3646F-8812-4695-9CFD-CD9AF31869F4","D8EE495F-73DC-4FA7-83BA-744F42C42961"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":44612},"__LivelyClassName__":"lively.morphic.Text"},"44598":{"position":{"__isSmartRef__":true,"id":44599},"_Extent":{"__isSmartRef__":true,"id":44600},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":44601},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":44602},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":44603},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"44599":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44600":{"x":20,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"44601":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44602":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"44603":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44604":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44605":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44606":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44607":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44608":{"style":{"__isSmartRef__":true,"id":44609},"chunkOwner":{"__isSmartRef__":true,"id":44597},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"-","__LivelyClassName__":"lively.morphic.TextChunk"},"44609":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"44610":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"44611":{"morph":{"__isSmartRef__":true,"id":44597},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"44612":{"requiredModules":[],"idOnLoad":"F6E2640E-0522-46D4-91FB-7625F3959188","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"44613":{"position":{"__isSmartRef__":true,"id":44614},"_Extent":{"__isSmartRef__":true,"id":44615},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":44616},"_Fill":{"__isSmartRef__":true,"id":44617},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":44627},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":44628},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"44614":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44615":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44616":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44617":{"stops":[{"__isSmartRef__":true,"id":44618},{"__isSmartRef__":true,"id":44620},{"__isSmartRef__":true,"id":44622},{"__isSmartRef__":true,"id":44624}],"vector":{"__isSmartRef__":true,"id":44626},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"44618":{"offset":0,"color":{"__isSmartRef__":true,"id":44619}},"44619":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44620":{"offset":0.4,"color":{"__isSmartRef__":true,"id":44621}},"44621":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44622":{"offset":0.6,"color":{"__isSmartRef__":true,"id":44623}},"44623":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44624":{"offset":1,"color":{"__isSmartRef__":true,"id":44625}},"44625":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44626":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44627":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"44628":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44629":{"x":120,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44630":{"stops":[{"__isSmartRef__":true,"id":44631},{"__isSmartRef__":true,"id":44633},{"__isSmartRef__":true,"id":44635},{"__isSmartRef__":true,"id":44637}],"vector":{"__isSmartRef__":true,"id":44626},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"44631":{"offset":0,"color":{"__isSmartRef__":true,"id":44632}},"44632":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44633":{"offset":0.4,"color":{"__isSmartRef__":true,"id":44634}},"44634":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44635":{"offset":0.6,"color":{"__isSmartRef__":true,"id":44636}},"44636":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44637":{"offset":1,"color":{"__isSmartRef__":true,"id":44638}},"44638":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44639":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"idOnLoad":"C8D14715-44DE-4BB6-8B42-F331985854B0","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"44640":{"sourceObj":{"__isSmartRef__":true,"id":44596},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":44596},"targetMethodName":"onFire","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"44641":{"x":134.06609913216516,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44642":{"moveVertical":false},"44643":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"44644":{"morph":{"__isSmartRef__":true,"id":44596},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"44645":{"onFire":{"__isSmartRef__":true,"id":44646}},"44646":{"varMapping":{"__isSmartRef__":true,"id":44647},"source":"function onFire() {\n\tthis.get('PartsBinBrowser').removeCategoryInteractively()\n}","funcProperties":{"__isSmartRef__":true,"id":44648},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"44647":{"this":{"__isSmartRef__":true,"id":44596}},"44648":{},"44649":{"submorphs":[{"__isSmartRef__":true,"id":44650}],"scripts":[],"id":"66ECD6EF-E1F1-4BCE-A7EE-6E83209714E0","shape":{"__isSmartRef__":true,"id":44666},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":44682},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":44670},"lighterFill":{"__isSmartRef__":true,"id":44683},"label":{"__isSmartRef__":true,"id":44650},"name":"addCategoryButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":44692},"attributeConnections":[{"__isSmartRef__":true,"id":44693}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":44694},"owner":{"__isSmartRef__":true,"id":39463},"layout":{"__isSmartRef__":true,"id":44695},"renderContextTable":{"__isSmartRef__":true,"id":44696},"eventHandler":{"__isSmartRef__":true,"id":44697},"derivationIds":[1240,"4C2C10AA-3167-4B7D-9518-38AA200B5BC6","03AA66B1-0216-4615-BC50-CD240729363E","E4ECDC08-B9DE-4716-97F1-FA4A9D84B22D","AA637DB5-981E-4875-A449-4FEA2FC1C13F","55DB5207-1834-4135-81B3-4F1837BD85E0","30C8FE48-BA9E-43F9-B4FC-0341EC392ACF","2C20BACF-1CEC-44C2-8F56-12470A7027A9","C650BBE2-143B-4BC5-8EF1-1A524E123AE5","F33FAD3D-DBA2-49AD-84F4-4754F4036D2D","1482E0D5-DF16-48E6-8815-B26DA5EE5818","EAC37F08-BCB6-4170-8667-1B6CFCF4E5A1","B09187AF-0ADE-40E9-8854-F43365D6200B","45D0DBA7-4458-4FB4-A7DE-5D5F8FA7C07C","B8FF07C9-562A-462B-9E72-0374A9AF23B6","5BDD2225-268A-48C3-9D60-A54BE7218F3E","024166B5-514F-42E9-9B8F-92BE1B1B561F","1A0825CD-8DCC-4F32-93FF-4912FB1E4F15","3320CEA7-B9AF-42CD-AD29-0D52B7739050"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":44698},"__LivelyClassName__":"lively.morphic.Button"},"44650":{"submorphs":[],"scripts":[],"id":"1FDF9E5F-7DFF-4861-B431-119493106BF5","shape":{"__isSmartRef__":true,"id":44651},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":44657},"_MaxTextWidth":18,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":44658},"_Padding":{"__isSmartRef__":true,"id":44659},"owner":{"__isSmartRef__":true,"id":44649},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":44660},"textChunks":[{"__isSmartRef__":true,"id":44661}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":44663},"eventHandler":{"__isSmartRef__":true,"id":44664},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":18,"_MinTextHeight":null,"derivationIds":[1241,"4FB5FB12-B7A2-4FF0-A0A1-C45C2FAE8274","7FFD3B07-E2DB-4CA7-A11B-327EBF88268D","3AD91228-BC6B-4030-A2C5-4055DF856DE4","B0F178B5-2384-4150-9E8E-F9F630407349","B62BAE98-D2F9-4769-A7A2-64403D5C2C21","F208698E-6181-438F-8C96-4E6B9739967E","DA6A940F-C968-47AC-AC35-59D17BBB71BC","D72F3161-DE66-4A55-827B-FE95CB3855C1","38222CFF-F285-4D8C-8CE9-49E289A8DB01","27598E1E-5C29-40E9-9828-BDA39C7A14D0","2ED00864-0FC6-4DF5-98A8-E6C0D982098E","C1578206-028D-4DFF-8D5C-B8B472E478BD","AE545D90-295C-4BA2-B148-7CD56762EEC8","5A3C8159-95EC-45BA-A630-50FFF32492DB","4558E404-B6A2-456D-86CD-6A7ABD655AEB","70C14ABA-91D0-4910-9A6B-DE34408484EE","0D747327-F2BD-41C9-943C-E50F4EF2B5E3","C3C7355F-DF3C-4032-9C6D-55899FFC46DD"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":44665},"__LivelyClassName__":"lively.morphic.Text"},"44651":{"position":{"__isSmartRef__":true,"id":44652},"_Extent":{"__isSmartRef__":true,"id":44653},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":44654},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":44655},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":44656},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"44652":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44653":{"x":20,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"44654":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44655":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"44656":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44657":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44658":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44659":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44660":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44661":{"style":{"__isSmartRef__":true,"id":44662},"chunkOwner":{"__isSmartRef__":true,"id":44650},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"+","__LivelyClassName__":"lively.morphic.TextChunk"},"44662":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"44663":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"44664":{"morph":{"__isSmartRef__":true,"id":44650},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"44665":{"requiredModules":[],"idOnLoad":"1FDF9E5F-7DFF-4861-B431-119493106BF5","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"44666":{"position":{"__isSmartRef__":true,"id":44667},"_Extent":{"__isSmartRef__":true,"id":44668},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":44669},"_Fill":{"__isSmartRef__":true,"id":44670},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":44680},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":44681},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"44667":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44668":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44669":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44670":{"stops":[{"__isSmartRef__":true,"id":44671},{"__isSmartRef__":true,"id":44673},{"__isSmartRef__":true,"id":44675},{"__isSmartRef__":true,"id":44677}],"vector":{"__isSmartRef__":true,"id":44679},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"44671":{"offset":0,"color":{"__isSmartRef__":true,"id":44672}},"44672":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44673":{"offset":0.4,"color":{"__isSmartRef__":true,"id":44674}},"44674":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44675":{"offset":0.6,"color":{"__isSmartRef__":true,"id":44676}},"44676":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44677":{"offset":1,"color":{"__isSmartRef__":true,"id":44678}},"44678":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44679":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44680":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"44681":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44682":{"x":100,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44683":{"stops":[{"__isSmartRef__":true,"id":44684},{"__isSmartRef__":true,"id":44686},{"__isSmartRef__":true,"id":44688},{"__isSmartRef__":true,"id":44690}],"vector":{"__isSmartRef__":true,"id":44679},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"44684":{"offset":0,"color":{"__isSmartRef__":true,"id":44685}},"44685":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44686":{"offset":0.4,"color":{"__isSmartRef__":true,"id":44687}},"44687":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44688":{"offset":0.6,"color":{"__isSmartRef__":true,"id":44689}},"44689":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44690":{"offset":1,"color":{"__isSmartRef__":true,"id":44691}},"44691":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44692":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"idOnLoad":"66ECD6EF-E1F1-4BCE-A7EE-6E83209714E0","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"44693":{"sourceObj":{"__isSmartRef__":true,"id":44649},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":44649},"targetMethodName":"onFire","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"44694":{"x":134.06609913216516,"y":19.99799699599498,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44695":{"moveVertical":false},"44696":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"44697":{"morph":{"__isSmartRef__":true,"id":44649},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"44698":{"onFire":{"__isSmartRef__":true,"id":44699}},"44699":{"varMapping":{"__isSmartRef__":true,"id":44700},"source":"function onFire() {\n\tthis.get('PartsBinBrowser').addCategoryInteractively()\n}","funcProperties":{"__isSmartRef__":true,"id":44701},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"44700":{"this":{"__isSmartRef__":true,"id":44649}},"44701":{},"44702":{"submorphs":[],"scripts":[],"id":"80BF5F88-AE0F-4B89-9300-552A2E858749","shape":{"__isSmartRef__":true,"id":44703},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":44709},"_MaxTextWidth":531.2024292894854,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":44710},"showsHalos":false,"_FontSize":11,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"searchText","partsBinMetaInfo":{"__isSmartRef__":true,"id":44711},"textChunks":[{"__isSmartRef__":true,"id":44712}],"charsReplaced":"Search","lastFindLoc":-6,"priorSelectionRange":[0,0],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":44714},"renderContextTable":{"__isSmartRef__":true,"id":44715},"eventHandler":{"__isSmartRef__":true,"id":44716},"owner":{"__isSmartRef__":true,"id":39463},"isInputLine":true,"attributeConnections":[{"__isSmartRef__":true,"id":44717}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"layout":{"__isSmartRef__":true,"id":44718},"_WhiteSpaceHandling":"pre-wrap","_ClipMode":"visible","_MinTextWidth":531.2024292894854,"_MinTextHeight":null,"previousSelection":[0,7],"derivationIds":[1242,"A22EEABD-CB29-4C5C-8C48-F766E326BC3F","6A6D6852-0ACD-4AFB-B78D-5C1767FC64BF","9D304E91-4077-4112-BBAA-EA47623B1BD8","178FCB01-0879-494A-9F87-056D582D689E","26B6A9F2-7F9D-4666-AB17-65E0DCD0BA0A","74080715-3CAE-431E-94C4-C98DDDF12BCD","54094B9D-EC29-4193-AE36-80A09F2E996E","3C430B51-E92E-42CF-9F28-9155B1DD75BE","95739011-C77B-4A83-92C9-404E7678E001","CE98D4C0-8E1E-40C3-AA60-10700C5B09B8","9FCABE52-F360-4ABC-81B7-C64D6A931C03","AFE833D0-7AAD-4F80-9FA0-E34F01873FB9","0519742E-9514-4066-9CD3-ED884C62AE77","2175C2DC-5DAA-4A1A-803E-8B55C07D6806","3148E12F-D9FA-4141-9A5E-73E3F8A65776","86933F48-407D-458F-ADB7-865018746EDD","0C9ED1AC-B0C4-4C07-AC29-B9CF795F80FB","CF02BEE5-9294-42D6-AA95-2DCAD8E1D80E"],"_Rotation":0,"_Scale":1,"savedTextString":"resize","__LivelyClassName__":"lively.morphic.Text"},"44703":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":44704},"_Extent":{"__isSmartRef__":true,"id":44705},"_BorderWidth":2.3680000000000003,"_BorderColor":{"__isSmartRef__":true,"id":44706},"renderContextTable":{"__isSmartRef__":true,"id":44707},"_BorderRadius":1.8500000000000003,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":44708},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"44704":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44705":{"x":552.9384292894854,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"44706":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44707":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"44708":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44709":{"x":154.76802363450668,"y":13.108574301564317,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44710":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44711":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"80BF5F88-AE0F-4B89-9300-552A2E858749","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"44712":{"style":{"__isSmartRef__":true,"id":44713},"chunkOwner":{"__isSmartRef__":true,"id":44702},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"44713":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"44714":{"x":552.9384292894854,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44715":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"44716":{"morph":{"__isSmartRef__":true,"id":44702},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"44717":{"sourceObj":{"__isSmartRef__":true,"id":44702},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":39463},"targetMethodName":"search","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"44718":{"resizeWidth":true},"44719":{"submorphs":[],"scripts":[],"id":"714E1238-4F6B-458F-AAD8-5B873775B43F","shape":{"__isSmartRef__":true,"id":44720},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":44726},"_MaxTextWidth":168,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":44723},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text4","partsBinMetaInfo":{"__isSmartRef__":true,"id":44727},"textChunks":[{"__isSmartRef__":true,"id":44728}],"charsReplaced":"some text","lastFindLoc":-9,"priorSelectionRange":[6,6],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":44730},"renderContextTable":{"__isSmartRef__":true,"id":44731},"eventHandler":{"__isSmartRef__":true,"id":44732},"owner":{"__isSmartRef__":true,"id":39463},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":168,"_MinTextHeight":null,"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","previousSelection":[0,6],"derivationIds":[1243,"5346A257-CAB6-48DA-B412-636917F28280","E611ABED-3298-4027-89C5-503BFCFE4CA3","27AE40EC-F949-496E-8968-BA32D5E3A431","025BE71F-60AB-4115-B745-04714CE7774C","A2845EF4-117F-4AC3-AD19-E09D78C3C866","B854DD97-9BE2-44B9-BFF5-93AA931B4385","2FEEF365-D284-4F58-A92B-A8E11A69DAA6","41171B50-1911-4C21-A067-633FFB938163","6FF550A7-CD2A-48AA-B67F-9E24ACDEB0C1","107A1C0E-D268-4536-AF57-603A206E6460","108F5C5C-B711-4859-8463-980AD2E5EC4C","B78A07FF-977F-4CC1-8870-16B4756D22A1","EACE9426-8983-4C7C-9388-7829A84E90FB","01449D54-8A3D-46AD-9B4F-7CB12D5FF2A9","705CF292-539B-4A18-81B5-3D2B962B1D82","7810B7C5-9EAF-4413-85AB-8FE6E928F162","5B5C10A0-4921-4667-85C7-D7C5966142AF","6A39CF0A-97A8-49DF-9B54-020670AD0468"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"44720":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":44721},"_Extent":{"__isSmartRef__":true,"id":44722},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":44723},"renderContextTable":{"__isSmartRef__":true,"id":44724},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":44725},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"44721":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44722":{"x":168,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"44723":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44724":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"44725":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44726":{"x":154.76802363450668,"y":0.10857430156420378,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44727":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"714E1238-4F6B-458F-AAD8-5B873775B43F","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"44728":{"style":{"__isSmartRef__":true,"id":44729},"morph":{"__isSmartRef__":true,"id":44719},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":44719},"storedString":"search","__LivelyClassName__":"lively.morphic.TextChunk"},"44729":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"44730":{"x":168,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44731":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"44732":{"morph":{"__isSmartRef__":true,"id":44719},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"44733":{"submorphs":[{"__isSmartRef__":true,"id":44734}],"scripts":[],"id":"753D8FA7-7EBE-4A76-B595-FF5FD66EE6A7","shape":{"__isSmartRef__":true,"id":44749},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":44762},"lighterFill":{"__isSmartRef__":true,"id":44772},"label":{"__isSmartRef__":true,"id":44734},"attributeConnections":[{"__isSmartRef__":true,"id":44781},{"__isSmartRef__":true,"id":44806},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810}],"doNotSerialize":["$$fire","$$_Position","$$_Scale","$$_Rotation","$$owner"],"doNotCopyProperties":["$$fire","$$_Position","$$_Scale","$$_Rotation","$$owner"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":45107},"name":"moreButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":45108},"renderContextTable":{"__isSmartRef__":true,"id":45109},"eventHandler":{"__isSmartRef__":true,"id":45110},"priorExtent":{"__isSmartRef__":true,"id":45111},"layout":{"__isSmartRef__":true,"id":45112},"derivationIds":[1244,"C5093924-2C24-4CFD-B800-F131C46037DC","AB03EF5D-3025-4CB5-BEC2-E2C320D01FA0","817FF716-6521-4E26-BB87-16FA8F03677B","0F06625C-5212-45B6-A7D7-A07176D879F3","0ED68E94-8AB8-4A9A-A901-B500D901EAED","EF0C5FDE-98A3-45BD-8272-258EA652B5ED","98806A3E-629D-4352-BAA2-478838A8B085","A4F6BA8D-523C-411E-833E-DD810C034DB5","0CB2D4BC-8186-4D2F-BEA4-96BA094171C6","C0346302-E4FA-4685-861D-BF6C4697D40B","AC1B5887-56E7-4158-A93C-AD0CF60B3D87","9F28E804-B1DF-407A-90D2-DCF53D9BB909","1E73CC75-8F5D-42BD-9B81-7A64FDD0D205","484DD2FD-5AA0-4CEC-BB6C-1BBE9F32F6DC","AEACC2BC-5D09-41B9-A05D-2437E76BE49B","8A20C95D-D4D9-4AD5-8A55-CF241DB05538","65CA7334-2870-4045-BA15-D73FD78E21D0","19F6AD8A-BD21-4E66-9D47-F9B68C652286"],"_Position":{"__isSmartRef__":true,"id":45113},"_Scale":1,"_Rotation":0,"owner":{"__isSmartRef__":true,"id":39463},"_ClipMode":"visible","isPressed":false,"__LivelyClassName__":"lively.morphic.Button"},"44734":{"submorphs":[],"scripts":[],"id":"7EDE2950-3A64-4A3F-9CA4-C0873B3FDAC7","shape":{"__isSmartRef__":true,"id":44735},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":45.76199368290986,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":44740},"textColor":{"__isSmartRef__":true,"id":44738},"owner":{"__isSmartRef__":true,"id":44733},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":44741}],"padding":{"__isSmartRef__":true,"id":44743},"_Padding":{"__isSmartRef__":true,"id":44744},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":44745},"_FontFamily":"Helvetica, Sans-Serif","renderContextTable":{"__isSmartRef__":true,"id":44746},"eventHandler":{"__isSmartRef__":true,"id":44747},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_Align":"center","_FontSize":10,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":45.76199368290986,"_MinTextHeight":null,"derivationIds":[1245,"0125C72B-2B04-4872-A0B1-0292F9733F9D","99E6F0CD-AA33-42BD-B6E6-3154AA491D70","DAFB157F-4F83-4402-894A-12549438C7E9","98F29C75-DB67-470E-8F9F-4B7135CE21D9","D4509212-C332-45F0-B768-69E4E0D59537","735C22EC-309F-484F-B643-48229EC6D6E5","72386EBF-DE01-4B53-9084-32841E59EE3C","8AB3572C-52F6-4F6A-B59F-9EFA069C1601","C882377D-6F5C-43E4-AEAB-996ECA6A82A1","DA159A64-D6F8-4A2F-834D-71C6289A1FC8","58923C3A-4492-4DB3-871A-DEE1219F199C","B4024F35-8AB7-43DE-BE23-2758B0EB4C26","93871BBA-3E5C-4B6F-8A5A-CB2AA4DDA546","98E9C433-F2D7-4ED4-B286-33CDFC7F8B7F","82135AAD-8041-4CA4-B78C-0D80FBA43722","358F966D-679E-4DC3-98C0-8D697712CD4E","0D4E0BD4-0743-470F-8F3B-E0602F5CE408","7F61D12A-0120-49DD-A4D5-CB25BB23ED74"],"_Scale":1,"_TextColor":{"__isSmartRef__":true,"id":118},"partsBinMetaInfo":{"__isSmartRef__":true,"id":44748},"__LivelyClassName__":"lively.morphic.Text"},"44735":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":44736},"_Extent":{"__isSmartRef__":true,"id":44737},"_BorderColor":{"__isSmartRef__":true,"id":44738},"renderContextTable":{"__isSmartRef__":true,"id":44739},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":7607},"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"44736":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44737":{"x":45.76199368290986,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"44738":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44739":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"44740":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44741":{"style":{"__isSmartRef__":true,"id":44742},"chunkOwner":{"__isSmartRef__":true,"id":44734},"storedString":"hide","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"44742":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"44743":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44744":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44745":{"x":45.76199368290986,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"44746":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"44747":{"morph":{"__isSmartRef__":true,"id":44734},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"44748":{"requiredModules":[],"idOnLoad":"7EDE2950-3A64-4A3F-9CA4-C0873B3FDAC7","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"44749":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":44750},"_Extent":{"__isSmartRef__":true,"id":44751},"_Fill":{"__isSmartRef__":true,"id":44752},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":44759},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":44760},"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":44761},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"44750":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44751":{"x":45.76199368290986,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44752":{"stops":[{"__isSmartRef__":true,"id":44753},{"__isSmartRef__":true,"id":44755},{"__isSmartRef__":true,"id":44756},{"__isSmartRef__":true,"id":44757}],"vector":{"__isSmartRef__":true,"id":153},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"44753":{"offset":0,"color":{"__isSmartRef__":true,"id":44754}},"44754":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"44755":{"offset":0.3,"color":{"__isSmartRef__":true,"id":149}},"44756":{"offset":0.7,"color":{"__isSmartRef__":true,"id":149}},"44757":{"offset":1,"color":{"__isSmartRef__":true,"id":44758}},"44758":{"r":0.7973333333333334,"g":0.7973333333333334,"b":0.7973333333333334,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"44759":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44760":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"44761":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44762":{"stops":[{"__isSmartRef__":true,"id":44763},{"__isSmartRef__":true,"id":44765},{"__isSmartRef__":true,"id":44767},{"__isSmartRef__":true,"id":44769}],"vector":{"__isSmartRef__":true,"id":44771},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"44763":{"offset":0,"color":{"__isSmartRef__":true,"id":44764}},"44764":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44765":{"offset":0.4,"color":{"__isSmartRef__":true,"id":44766}},"44766":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44767":{"offset":0.6,"color":{"__isSmartRef__":true,"id":44768}},"44768":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44769":{"offset":1,"color":{"__isSmartRef__":true,"id":44770}},"44770":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44771":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44772":{"stops":[{"__isSmartRef__":true,"id":44773},{"__isSmartRef__":true,"id":44775},{"__isSmartRef__":true,"id":44777},{"__isSmartRef__":true,"id":44779}],"vector":{"__isSmartRef__":true,"id":44771},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"44773":{"offset":0,"color":{"__isSmartRef__":true,"id":44774}},"44774":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44775":{"offset":0.4,"color":{"__isSmartRef__":true,"id":44776}},"44776":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44777":{"offset":0.6,"color":{"__isSmartRef__":true,"id":44778}},"44778":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44779":{"offset":1,"color":{"__isSmartRef__":true,"id":44780}},"44780":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44781":{"sourceObj":{"__isSmartRef__":true,"id":44733},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":39463},"targetMethodName":"toggleMorePane","visualConnector":{"__isSmartRef__":true,"id":44782},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"44782":{"submorphs":[],"scripts":[],"id":7318,"renderContextTable":{"__isSmartRef__":true,"id":44783},"shape":{"__isSmartRef__":true,"id":44784},"droppingEnabled":true,"halosEnabled":true,"eventHandler":{"__isSmartRef__":true,"id":44791},"controlPoints":[{"__isSmartRef__":true,"id":44792},{"__isSmartRef__":true,"id":44795}],"con":{"__isSmartRef__":true,"id":44781},"showsMorphMenu":true,"isCopyMorphRef":true,"morphRefId":1,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":44798},"__LivelyClassName__":"lively.morphic.Path"},"44783":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"44784":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":44785},{"__isSmartRef__":true,"id":44786}],"renderContextTable":{"__isSmartRef__":true,"id":44787},"_Position":{"__isSmartRef__":true,"id":44788},"_Extent":{"__isSmartRef__":true,"id":44789},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":44790},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"44785":{"isAbsolute":true,"x":1046.8221585389101,"y":967.65574413064,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"44786":{"isAbsolute":true,"x":321.26745902716374,"y":953.5438324747307,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"44787":{},"44788":{"x":-2,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44789":{"x":720.7977294921875,"y":13.972190856933594,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44790":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44791":{"morph":{"__isSmartRef__":true,"id":44782},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"44792":{"morph":{"__isSmartRef__":true,"id":44782},"index":0,"connectedMagnet":{"__isSmartRef__":true,"id":44793},"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"44793":{"morph":{"__isSmartRef__":true,"id":44733},"position":{"__isSmartRef__":true,"id":44794},"connectedControlPoints":[{"__isSmartRef__":true,"id":44792}],"__SourceModuleName__":"Global.lively.morphic.Connectors","__LivelyClassName__":"lively.morphic.Magnet"},"44794":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44795":{"morph":{"__isSmartRef__":true,"id":44782},"index":1,"connectedMagnet":{"__isSmartRef__":true,"id":44796},"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"44796":{"morph":{"__isSmartRef__":true,"id":39463},"position":{"__isSmartRef__":true,"id":44797},"connectedControlPoints":[{"__isSmartRef__":true,"id":44795}],"__SourceModuleName__":"Global.lively.morphic.Connectors","__LivelyClassName__":"lively.morphic.Magnet"},"44797":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44798":{"morphMenuItems":{"__isSmartRef__":true,"id":44799}},"44799":{"varMapping":{"__isSmartRef__":true,"id":44800},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":44805},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"44800":{"this":{"__isSmartRef__":true,"id":44782},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":44801}},"44801":{"$super":{"__isSmartRef__":true,"id":44802}},"44802":{"varMapping":{"__isSmartRef__":true,"id":44803},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":44804},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"44803":{"obj":{"__isSmartRef__":true,"id":44782},"name":"morphMenuItems"},"44804":{},"44805":{},"44806":{"sourceObj":{"__isSmartRef__":true,"id":44733},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":44792},"targetMethodName":"alignToMagnet","dependendConnections":[{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44821},{"__isSmartRef__":true,"id":45049},{"__isSmartRef__":true,"id":45050},{"__isSmartRef__":true,"id":45051},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44821},{"__isSmartRef__":true,"id":45049},{"__isSmartRef__":true,"id":45050},{"__isSmartRef__":true,"id":45051},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44821},{"__isSmartRef__":true,"id":45049},{"__isSmartRef__":true,"id":45050},{"__isSmartRef__":true,"id":45051},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44821},{"__isSmartRef__":true,"id":45049},{"__isSmartRef__":true,"id":45050},{"__isSmartRef__":true,"id":45051},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44821},{"__isSmartRef__":true,"id":45049},{"__isSmartRef__":true,"id":45050},{"__isSmartRef__":true,"id":45051},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44821},{"__isSmartRef__":true,"id":45049},{"__isSmartRef__":true,"id":45050},{"__isSmartRef__":true,"id":45051},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44821},{"__isSmartRef__":true,"id":45049},{"__isSmartRef__":true,"id":45050},{"__isSmartRef__":true,"id":45051},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44821},{"__isSmartRef__":true,"id":45049},{"__isSmartRef__":true,"id":45050},{"__isSmartRef__":true,"id":45051},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44821},{"__isSmartRef__":true,"id":45049},{"__isSmartRef__":true,"id":45050},{"__isSmartRef__":true,"id":45051},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44821},{"__isSmartRef__":true,"id":45049},{"__isSmartRef__":true,"id":45050},{"__isSmartRef__":true,"id":45051},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44821},{"__isSmartRef__":true,"id":45049},{"__isSmartRef__":true,"id":45050},{"__isSmartRef__":true,"id":45051},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44821},{"__isSmartRef__":true,"id":45049},{"__isSmartRef__":true,"id":45050},{"__isSmartRef__":true,"id":45051},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44821},{"__isSmartRef__":true,"id":45049},{"__isSmartRef__":true,"id":45050},{"__isSmartRef__":true,"id":45051},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44821},{"__isSmartRef__":true,"id":45049},{"__isSmartRef__":true,"id":45050},{"__isSmartRef__":true,"id":45051},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44821},{"__isSmartRef__":true,"id":45049},{"__isSmartRef__":true,"id":45050},{"__isSmartRef__":true,"id":45051},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44821},{"__isSmartRef__":true,"id":45049},{"__isSmartRef__":true,"id":45050},{"__isSmartRef__":true,"id":45051},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44821},{"__isSmartRef__":true,"id":45049},{"__isSmartRef__":true,"id":45050},{"__isSmartRef__":true,"id":45051},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44821},{"__isSmartRef__":true,"id":45049},{"__isSmartRef__":true,"id":45050},{"__isSmartRef__":true,"id":45051},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44821},{"__isSmartRef__":true,"id":45049},{"__isSmartRef__":true,"id":45050},{"__isSmartRef__":true,"id":45051},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44821},{"__isSmartRef__":true,"id":45049},{"__isSmartRef__":true,"id":45050},{"__isSmartRef__":true,"id":45051},{"__isSmartRef__":true,"id":44807},{"__isSmartRef__":true,"id":44808},{"__isSmartRef__":true,"id":44809},{"__isSmartRef__":true,"id":44810},{"__isSmartRef__":true,"id":44812},{"__isSmartRef__":true,"id":44813},{"__isSmartRef__":true,"id":44814},{"__isSmartRef__":true,"id":44815},{"__isSmartRef__":true,"id":44821},{"__isSmartRef__":true,"id":45049},{"__isSmartRef__":true,"id":45050},{"__isSmartRef__":true,"id":45051}],"oldTransform":{"__isSmartRef__":true,"id":45105},"__SourceModuleName__":"Global.lively.bindings.GeometryBindings","__LivelyClassName__":"lively.morphic.GeometryTransformConnection"},"44807":{"sourceObj":{"__isSmartRef__":true,"id":44733},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":44806},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":44806},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"44808":{"sourceObj":{"__isSmartRef__":true,"id":44733},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":44806},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":44806},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"44809":{"sourceObj":{"__isSmartRef__":true,"id":44733},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":44806},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":44806},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"44810":{"sourceObj":{"__isSmartRef__":true,"id":44733},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":44806},"targetMethodName":"updateOwners","converter":null,"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":44811},"dependedBy":{"__isSmartRef__":true,"id":44806},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"44811":{"source":{"__isSmartRef__":true,"id":44733},"target":{"__isSmartRef__":true,"id":44806}},"44812":{"sourceObj":{"__isSmartRef__":true,"id":39463},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":44806},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":44806},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"44813":{"sourceObj":{"__isSmartRef__":true,"id":39463},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":44806},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":44806},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"44814":{"sourceObj":{"__isSmartRef__":true,"id":39463},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":44806},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":44806},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"44815":{"sourceObj":{"__isSmartRef__":true,"id":39463},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":44806},"targetMethodName":"updateOwners","converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":44816},"dependedBy":{"__isSmartRef__":true,"id":44806},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":44817},"__LivelyClassName__":"AttributeConnection"},"44816":{"source":{"__isSmartRef__":true,"id":39463},"target":{"__isSmartRef__":true,"id":44806}},"44817":{"converter":{"__isSmartRef__":true,"id":44818}},"44818":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":44819},"source":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","funcProperties":{"__isSmartRef__":true,"id":44820},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"44819":{"source":{"__isSmartRef__":true,"id":39463},"target":{"__isSmartRef__":true,"id":44806}},"44820":{},"44821":{"sourceObj":{"__isSmartRef__":true,"id":44822},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":44806},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":44806},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"44822":{"submorphs":[{"__isSmartRef__":true,"id":39463},{"__isSmartRef__":true,"id":44823},{"__isSmartRef__":true,"id":44988}],"scripts":[],"shape":{"__isSmartRef__":true,"id":45041},"id":"6788D102-989F-46D6-B48F-CD97218472FD","renderContextTable":{"__isSmartRef__":true,"id":45045},"eventHandler":{"__isSmartRef__":true,"id":45046},"droppingEnabled":false,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":45047},"LK2":true,"priorExtent":{"__isSmartRef__":true,"id":45048},"attributeConnections":[{"__isSmartRef__":true,"id":44821},{"__isSmartRef__":true,"id":45049},{"__isSmartRef__":true,"id":45050},{"__isSmartRef__":true,"id":45051},{"__isSmartRef__":true,"id":45057},{"__isSmartRef__":true,"id":45068},{"__isSmartRef__":true,"id":45069},{"__isSmartRef__":true,"id":45070}],"doNotSerialize":["$$_Position","$$_Scale","$$_Rotation","$$owner"],"doNotCopyProperties":["$$_Position","$$_Scale","$$_Rotation","$$owner"],"targetMorph":{"__isSmartRef__":true,"id":39463},"titleBar":{"__isSmartRef__":true,"id":44823},"contentOffset":{"__isSmartRef__":true,"id":45078},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":45079},"name":"PartsBinBrowser","prevDragPos":{"__isSmartRef__":true,"id":45094},"showsHalos":false,"highlighted":true,"__SourceModuleName__":"Global.lively.morphic.Widgets","isBeingDragged":false,"prevScroll":[0,0],"derivationIds":[1215,"CD1D2132-9803-45F0-938B-A3EBEFBF00C0","3DA45E92-65EE-4204-9FD1-B2937182D2A2","355D68D8-8232-482A-9523-6DB0E52810A0","A0BB5BEF-7109-48C0-A62E-DF7F9AF31E34","0C777EAA-8FAE-4CC7-9F13-BE5705616FE8","802A0A68-43C2-490F-8B92-F39EFC70898F","B3516BD2-CAA3-483F-BAFC-2CDE09EF880F","430E7A9A-C67D-44B4-A5D9-D07D7426B9D7","9DE2C4AC-0928-4F92-988A-29DD071EEC06","1BC6994F-E9DC-43BE-BC0A-76D1F52D5F13","23324C62-C0B2-40BC-901A-F734825A4726","4C8C3D09-70B0-4DBB-ABF0-03A08BD59980","BE34E85D-7B10-4886-9120-D1EB4297D09D","86EB8656-FBE4-4954-9035-0FE9EB68DCCD","35542C80-CA9F-4F55-BAB6-1481C899EFBC","5A67CE7B-B699-41DB-A547-FDC68922F28F","2155F4FD-E8CB-406E-B300-BB7A1D57515F","A80968D8-D7C7-4599-A868-4214D2A043B0"],"showLog":false,"cameForward":false,"_Position":{"__isSmartRef__":true,"id":45095},"_Scale":1.01,"_Rotation":0,"_ClipMode":"visible","owner":null,"state":"shutdown","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":45096},"__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"44823":{"submorphs":[{"__isSmartRef__":true,"id":44824},{"__isSmartRef__":true,"id":44840},{"__isSmartRef__":true,"id":44896},{"__isSmartRef__":true,"id":44933}],"scripts":[],"shape":{"__isSmartRef__":true,"id":44971},"derivationIds":[null,"CB9A7942-A126-4FEA-92F7-97C70D060BEB","FA9B3561-DB28-470D-A1EC-B8150D4DEF2A","36D680CF-892E-407E-8105-DAA6B09D71D6","1CAA1D0A-D71B-4BFE-8240-865CB7F05E0E","66C69699-50EE-40ED-8CA9-B86D0DD4E47B","BBA3CE3B-99B8-4E44-B846-2C780BAE5F52","1D8D1A51-894F-48AF-A187-A7A6A6038424","0B3AD9C5-800E-438E-9874-EAADEE1BF050","791045F5-5FFE-433E-AB6E-66953008D5BD","4FB22ED4-3DE1-44DA-A468-858694FCBEDC","069F6161-0417-4EAB-B7EE-EA3C0F0DBE2C","ACF1346E-D482-4988-8218-5C696A2A3C6D","6F3DC859-2D3F-492E-910C-0C096B44D29D","8809FE81-20B4-4A1A-BB07-C2928B51A98E","C1048D8A-113D-4A07-B546-FD3871F7E616","DAD50CCC-8DD8-4B46-8D3A-1AA617EA10C5"],"id":"715D1C96-CA8A-47CB-B817-D79E054BEFFE","renderContextTable":{"__isSmartRef__":true,"id":44982},"eventHandler":{"__isSmartRef__":true,"id":44983},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":44984},"_Position":{"__isSmartRef__":true,"id":44985},"windowMorph":{"__isSmartRef__":true,"id":44822},"label":{"__isSmartRef__":true,"id":44824},"closeButton":{"__isSmartRef__":true,"id":44840},"menuButton":{"__isSmartRef__":true,"id":44896},"collapseButton":{"__isSmartRef__":true,"id":44933},"priorExtent":{"__isSmartRef__":true,"id":44986},"owner":{"__isSmartRef__":true,"id":44822},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_ClipMode":"visible","partsBinMetaInfo":{"__isSmartRef__":true,"id":44987},"__LivelyClassName__":"lively.morphic.TitleBar"},"44824":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":44825},"derivationIds":[null,"35225DC7-6AD1-4EAA-9640-2B20FCEAB44B","ED05473C-5327-4DDB-A6D6-F89AE10B9058","A8D18394-0903-41C0-B752-8734202D9666","804FDA9E-028E-4AB2-B5A6-8AE21C38056D","6AB19EC9-B24B-4260-B303-9EEBCCF28B2F","ABFDEE17-F1C9-40C0-948B-89CCE44C80BF","462C3183-AF6C-410F-B603-423FAF163161","6D943AA6-F870-468B-AA11-55A08BCE4E76","7FDA8148-A98A-40B6-8B91-AD819EFC057D","6B3F2781-16C8-4041-9146-CA879CF69017","3030E57E-86F6-443F-8A3A-F58FA7E9B6E6","BED5E2AC-01EA-4628-A64B-0B6EC3F7FA45","587AF0B0-D04D-48CD-A139-9B6E04C92260","E7304AEB-0D79-41B8-99C0-1093B2551E5A","B91F0B75-EB62-4C86-AB0E-C6ADB6ED1A5E","6409A438-1F2D-4009-ACD3-037EA3DB72F9"],"id":"2C1366D8-1CB6-4A5E-A940-E9C8024E4DD9","renderContextTable":{"__isSmartRef__":true,"id":44831},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":44832}],"eventHandler":{"__isSmartRef__":true,"id":44834},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":44835},"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":44823},"priorExtent":{"__isSmartRef__":true,"id":44836},"_MaxTextWidth":711.7575068769036,"_MinTextWidth":711.7575068769036,"_MaxTextHeight":null,"_MinTextHeight":null,"_Position":{"__isSmartRef__":true,"id":44837},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_TextColor":{"__isSmartRef__":true,"id":44838},"partsBinMetaInfo":{"__isSmartRef__":true,"id":44839},"__LivelyClassName__":"lively.morphic.Text"},"44825":{"_Position":{"__isSmartRef__":true,"id":44826},"renderContextTable":{"__isSmartRef__":true,"id":44827},"_Extent":{"__isSmartRef__":true,"id":44828},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":44829},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":44830},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"44826":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44827":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"44828":{"x":711.7575068769036,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"44829":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44830":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44831":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"44832":{"style":{"__isSmartRef__":true,"id":44833},"chunkOwner":{"__isSmartRef__":true,"id":44824},"storedString":"PartsBinBrowser","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"44833":{"fontWeight":"bold","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"44834":{"morph":{"__isSmartRef__":true,"id":44824},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"44835":{"resizeWidth":true},"44836":{"x":711.7575068769036,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44837":{"x":20,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44838":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44839":{"requiredModules":[],"idOnLoad":"2C1366D8-1CB6-4A5E-A940-E9C8024E4DD9","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"44840":{"submorphs":[{"__isSmartRef__":true,"id":44841}],"scripts":[],"shape":{"__isSmartRef__":true,"id":44854},"derivationIds":[null,"84C6AD5C-08E4-4D3E-AE1C-80ED065C7447","1EDA2278-A2B9-4AB4-9516-3DC25ACB4C27","55BA9050-F318-4DDE-AE70-6219D439298D","49C4D74C-7648-4A50-A5D6-2F0F753509B2","861E4568-E439-4FF5-8D7E-CDA56A1E95F3","C3698C70-6388-47F7-947A-5C34A6B60700","93DB8FA4-5D5C-4600-9742-3F67068D5CED","0FF9EAA0-E03A-4E1F-8771-4E0275A5AAD4","C0E85752-8EF2-42D2-BFF0-E061C4D46819","DFFC1C4F-9B94-4D3B-8A83-273625FA1D00","CB20FC8E-CA7C-4C0E-A88B-1D31ED8BC28B","4C0606D0-4382-41A7-8527-E0B161498782","984F539E-6470-4B12-9C45-EA5C47CD3424","54C7BEED-A423-4D4B-83C1-3A5E77EB9B0F","BFF0B730-20B5-4597-AE11-6A187C2F238D","B3E88B19-7A69-4033-B400-02BDC0A0A9BC"],"id":"7E9228ED-FCFD-4439-8927-60FE75D90528","renderContextTable":{"__isSmartRef__":true,"id":44867},"eventHandler":{"__isSmartRef__":true,"id":44868},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":44869},"priorExtent":{"__isSmartRef__":true,"id":44870},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":44871},"lighterFill":{"__isSmartRef__":true,"id":44881},"label":{"__isSmartRef__":true,"id":44841},"owner":{"__isSmartRef__":true,"id":44823},"layout":{"__isSmartRef__":true,"id":44890},"attributeConnections":[{"__isSmartRef__":true,"id":44891},{"__isSmartRef__":true,"id":44893}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_ClipMode":"visible","partsBinMetaInfo":{"__isSmartRef__":true,"id":44895},"isPressed":false,"__LivelyClassName__":"lively.morphic.WindowControl"},"44841":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":44842},"derivationIds":[null,"57529DB3-5359-4B56-9F8B-0110DAFAFC52","9921C550-09B9-4C17-8111-D8FE86FB228B","69344588-0544-4FC7-BE21-29C4A98D0D23","81E014B3-6896-4E77-BA4A-F9EA8356F1E2","32EE1337-35F3-4EA6-93FC-58BD22920993","90D97708-997D-47B7-836D-C3951B871800","536FAD0F-5661-46AF-BD86-2FEB8DBC2962","414ED04A-576A-4076-A7B2-159032CE1614","976659CC-6C23-4928-80F8-DF0704CB4FA1","C63202CA-8588-41EA-98DE-3A3C29EAD556","1237F886-758C-4599-9D7B-2316D4920995","1ED30BF6-8E11-43B9-8FF6-7E824D85F92F","142A1685-42D6-4BC2-8624-D1432DDF09E9","7C28FD2A-4140-4DA6-A88B-ED0FD16CE7F8","207F7962-C8A4-4B3E-9550-B95B75ACD704","69AC209E-C03E-4AEB-BBCF-44554E5354E6"],"id":"4E079740-0CCA-4331-BD8F-B3026800154A","renderContextTable":{"__isSmartRef__":true,"id":44847},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":44848}],"eventHandler":{"__isSmartRef__":true,"id":44850},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":44851},"priorExtent":{"__isSmartRef__":true,"id":44852},"_MaxTextWidth":15,"_MinTextWidth":15,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":44840},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"partsBinMetaInfo":{"__isSmartRef__":true,"id":44853},"__LivelyClassName__":"lively.morphic.Text"},"44842":{"_Position":{"__isSmartRef__":true,"id":44843},"renderContextTable":{"__isSmartRef__":true,"id":44844},"_Extent":{"__isSmartRef__":true,"id":44845},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":44846},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":44830},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"44843":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44844":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"44845":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"44846":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44847":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"44848":{"style":{"__isSmartRef__":true,"id":44849},"chunkOwner":{"__isSmartRef__":true,"id":44841},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk"},"44849":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"44850":{"morph":{"__isSmartRef__":true,"id":44841},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"44851":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44852":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44853":{"requiredModules":[],"idOnLoad":"4E079740-0CCA-4331-BD8F-B3026800154A","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"44854":{"_Position":{"__isSmartRef__":true,"id":44855},"renderContextTable":{"__isSmartRef__":true,"id":44856},"_Extent":{"__isSmartRef__":true,"id":44857},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":44858},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":44859},"_Fill":{"__isSmartRef__":true,"id":44860},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"44855":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44856":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"44857":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44858":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44859":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44860":{"stops":[{"__isSmartRef__":true,"id":44861},{"__isSmartRef__":true,"id":44863},{"__isSmartRef__":true,"id":44864},{"__isSmartRef__":true,"id":44865}],"vector":{"__isSmartRef__":true,"id":153},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"44861":{"offset":0,"color":{"__isSmartRef__":true,"id":44862}},"44862":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"44863":{"offset":0.3,"color":{"__isSmartRef__":true,"id":149}},"44864":{"offset":0.7,"color":{"__isSmartRef__":true,"id":149}},"44865":{"offset":1,"color":{"__isSmartRef__":true,"id":44866}},"44866":{"r":0.7973333333333334,"g":0.7973333333333334,"b":0.7973333333333334,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"44867":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"44868":{"morph":{"__isSmartRef__":true,"id":44840},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"44869":{"x":750.7575068769036,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44870":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44871":{"stops":[{"__isSmartRef__":true,"id":44872},{"__isSmartRef__":true,"id":44874},{"__isSmartRef__":true,"id":44876},{"__isSmartRef__":true,"id":44878}],"vector":{"__isSmartRef__":true,"id":44880},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"44872":{"offset":0,"color":{"__isSmartRef__":true,"id":44873}},"44873":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44874":{"offset":0.4,"color":{"__isSmartRef__":true,"id":44875}},"44875":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44876":{"offset":0.6,"color":{"__isSmartRef__":true,"id":44877}},"44877":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44878":{"offset":1,"color":{"__isSmartRef__":true,"id":44879}},"44879":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44880":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44881":{"stops":[{"__isSmartRef__":true,"id":44882},{"__isSmartRef__":true,"id":44884},{"__isSmartRef__":true,"id":44886},{"__isSmartRef__":true,"id":44888}],"vector":{"__isSmartRef__":true,"id":44880},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"44882":{"offset":0,"color":{"__isSmartRef__":true,"id":44883}},"44883":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44884":{"offset":0.4,"color":{"__isSmartRef__":true,"id":44885}},"44885":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44886":{"offset":0.6,"color":{"__isSmartRef__":true,"id":44887}},"44887":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44888":{"offset":1,"color":{"__isSmartRef__":true,"id":44889}},"44889":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44890":{"moveHorizontal":true},"44891":{"sourceObj":{"__isSmartRef__":true,"id":44840},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":44822},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":44892},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"44892":{"source":{"__isSmartRef__":true,"id":44840},"target":{"__isSmartRef__":true,"id":44822}},"44893":{"sourceObj":{"__isSmartRef__":true,"id":44840},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":44822},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":44894},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"44894":{"source":{"__isSmartRef__":true,"id":44840},"target":{"__isSmartRef__":true,"id":44822}},"44895":{"requiredModules":[],"idOnLoad":"7E9228ED-FCFD-4439-8927-60FE75D90528","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"44896":{"submorphs":[{"__isSmartRef__":true,"id":44897}],"scripts":[],"shape":{"__isSmartRef__":true,"id":44910},"derivationIds":[null,"36CC1066-451F-4248-A272-77B1EA5736D7","69CDBF77-3059-4F05-8245-F654E7C609BF","1AC294AF-CF26-40BF-9B2B-39E2E2A22384","A392DCC9-50D0-478A-A26F-7235BA3B34F1","5FD70964-AD0A-4804-B34A-2E9F0F6A4B52","6A97C30C-330D-4980-90B1-0C07F3D260ED","213D23B8-6B28-40E7-9059-7F7905901965","F627C325-BB22-4CD8-A082-4CF657415475","52CBC51E-591E-4E04-9D14-7796B2DB047A","4CF896A7-5611-4441-BB8B-E9F4D5AEBD88","F4A18010-80C9-493C-A5E5-F90AA8A38EF0","6D48D797-48B6-4459-B111-46A4CDDC5DCF","263D697D-34CA-44E5-89B5-142F34284AE1","175A2DE0-9632-4E31-B6D5-A9C2DCA45E0A","B2445A17-7E07-46C6-AAB4-E84C0351FD01","DB1A19D4-9B65-445C-ADEF-440D8A363B3A"],"id":"35D39CD1-ABAA-4697-B8AA-DC3980A4B368","renderContextTable":{"__isSmartRef__":true,"id":44915},"eventHandler":{"__isSmartRef__":true,"id":44916},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":44917},"priorExtent":{"__isSmartRef__":true,"id":44918},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":44871},"lighterFill":{"__isSmartRef__":true,"id":44919},"label":{"__isSmartRef__":true,"id":44897},"owner":{"__isSmartRef__":true,"id":44823},"attributeConnections":[{"__isSmartRef__":true,"id":44928},{"__isSmartRef__":true,"id":44930}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_ClipMode":"visible","partsBinMetaInfo":{"__isSmartRef__":true,"id":44932},"__LivelyClassName__":"lively.morphic.WindowControl"},"44897":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":44898},"derivationIds":[null,"11B8870D-6BAE-4862-8B99-5833D01F50B0","D7C837FB-858D-4C7A-93EF-C5AB424C3DAA","BBB55BCF-2370-440F-9C6B-FE87F65F8E09","6D5114EB-4653-4D3C-9C75-B218CB866171","48C098C9-00C0-4448-893D-EDA16C579071","563C793B-CDC3-41BE-BF58-DF6EA19556FD","ED1430B6-0141-43F2-BDD7-1AE954359582","AE5AF7F3-132A-47CD-9803-3EB60C869BAF","A840CE15-1B07-43B3-B17E-453C077BB03F","2A630580-1BC7-486C-8635-3D0985509B61","15DFD406-C3BE-442C-AF19-F41C6D05E2BA","4E96384C-2791-49B8-95E0-4A76FA9E66AB","44289495-79AE-41BC-AE2E-154E37D66352","EDBDA2D0-C659-4774-ABD5-50FDA47C490C","548B5A98-8852-4E8C-806F-2530B20A2F06","3F0D1A16-CF18-4E0A-BA6A-02EDD1831765"],"id":"21F06104-2A91-44EE-91A7-912A7A4C435C","renderContextTable":{"__isSmartRef__":true,"id":44903},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":44904}],"eventHandler":{"__isSmartRef__":true,"id":44906},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":44907},"priorExtent":{"__isSmartRef__":true,"id":44908},"_MaxTextWidth":15,"_MinTextWidth":15,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":44896},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"partsBinMetaInfo":{"__isSmartRef__":true,"id":44909},"__LivelyClassName__":"lively.morphic.Text"},"44898":{"_Position":{"__isSmartRef__":true,"id":44899},"renderContextTable":{"__isSmartRef__":true,"id":44900},"_Extent":{"__isSmartRef__":true,"id":44901},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":44902},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":44830},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"44899":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44900":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"44901":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"44902":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44903":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"44904":{"style":{"__isSmartRef__":true,"id":44905},"chunkOwner":{"__isSmartRef__":true,"id":44897},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk"},"44905":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"44906":{"morph":{"__isSmartRef__":true,"id":44897},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"44907":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44908":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44909":{"requiredModules":[],"idOnLoad":"21F06104-2A91-44EE-91A7-912A7A4C435C","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"44910":{"_Position":{"__isSmartRef__":true,"id":44911},"renderContextTable":{"__isSmartRef__":true,"id":44912},"_Extent":{"__isSmartRef__":true,"id":44913},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":44914},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":44859},"_Fill":{"__isSmartRef__":true,"id":44871},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"44911":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44912":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"44913":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44914":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44915":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"44916":{"morph":{"__isSmartRef__":true,"id":44896},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"44917":{"x":3,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44918":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44919":{"stops":[{"__isSmartRef__":true,"id":44920},{"__isSmartRef__":true,"id":44922},{"__isSmartRef__":true,"id":44924},{"__isSmartRef__":true,"id":44926}],"vector":{"__isSmartRef__":true,"id":44880},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"44920":{"offset":0,"color":{"__isSmartRef__":true,"id":44921}},"44921":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44922":{"offset":0.4,"color":{"__isSmartRef__":true,"id":44923}},"44923":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44924":{"offset":0.6,"color":{"__isSmartRef__":true,"id":44925}},"44925":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44926":{"offset":1,"color":{"__isSmartRef__":true,"id":44927}},"44927":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44928":{"sourceObj":{"__isSmartRef__":true,"id":44896},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":44822},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":44929},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"44929":{"source":{"__isSmartRef__":true,"id":44896},"target":{"__isSmartRef__":true,"id":44822}},"44930":{"sourceObj":{"__isSmartRef__":true,"id":44896},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":44822},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":44931},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"44931":{"source":{"__isSmartRef__":true,"id":44896},"target":{"__isSmartRef__":true,"id":44822}},"44932":{"requiredModules":[],"idOnLoad":"35D39CD1-ABAA-4697-B8AA-DC3980A4B368","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"44933":{"submorphs":[{"__isSmartRef__":true,"id":44934}],"scripts":[],"shape":{"__isSmartRef__":true,"id":44947},"derivationIds":[null,"A4716D24-333D-4F87-B30D-693046A4CC11","09521FBD-32DD-4AD7-B9E6-7B3E537AF883","D971E4B7-1DF3-4B21-A73D-24F6EF12F679","C69F70E3-3EBE-4169-AB1B-B6C8A043B95B","F8D9EA1D-0D64-4375-B8B5-4F1F2C5E8541","9FEA18A8-D928-4A43-8017-C0FD088C4B63","F7BA92FD-2CCD-457D-9CD7-19DAEB009515","42A9124E-92FB-4186-8BBF-77CCF3B1002D","E4B2ACF0-0CFD-48E0-9FC7-88AB03BFEB57","47122BD1-0F90-476F-B57A-CFB1E83C3454","99132533-64B7-4959-87A7-6A49B7BA9484","EED63A15-CE25-476F-9DD2-049DB7D07635","665D04DB-D28A-4C4F-957B-532239267CDB","E4A0074C-58B4-4984-9F8D-D5351BECE693","12892E3C-39E1-43D3-B9C1-225F0F6763CF","E1836464-B7F9-4C9D-B59D-847BFE6F255E"],"id":"73B2BC26-5795-4862-92FA-180CC8999102","renderContextTable":{"__isSmartRef__":true,"id":44952},"eventHandler":{"__isSmartRef__":true,"id":44953},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":44954},"priorExtent":{"__isSmartRef__":true,"id":44955},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":44871},"lighterFill":{"__isSmartRef__":true,"id":44956},"label":{"__isSmartRef__":true,"id":44934},"owner":{"__isSmartRef__":true,"id":44823},"layout":{"__isSmartRef__":true,"id":44965},"attributeConnections":[{"__isSmartRef__":true,"id":44966},{"__isSmartRef__":true,"id":44968}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_ClipMode":"visible","partsBinMetaInfo":{"__isSmartRef__":true,"id":44970},"isPressed":false,"__LivelyClassName__":"lively.morphic.WindowControl"},"44934":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":44935},"derivationIds":[null,"862E80E4-0CC5-48AC-A76F-A35D7FE1FC5B","C6CA8AE7-6702-4867-9BD1-9D3A42821A1F","BA5B9281-B182-4EBA-9D02-BBA304CC959B","2289C593-75CE-45EE-B698-E0E9DB527628","3FDADAEC-E6C1-4220-A68C-8FAA386B6562","2D55EBB5-8584-4626-AD2C-EA1DCF3BF923","50B8B19C-917D-4AE4-8231-9FDDAA188B87","B9607C92-DDD9-4801-9B70-45F2A69CEF51","3628DA72-F4AC-4E17-AB7D-7CCF7A5C83EA","BC0DDE29-DC64-424F-A5DE-0E0444CA46F8","869BA70C-9DE5-4BF0-A4BC-49166294A98D","4A1D1888-02A8-4F46-9021-0EDD77D72BFD","38E2DF86-6A85-4423-80C4-D27E21393E62","738C83E8-15DD-479B-9E84-DC5BBA74D812","B26A29AF-3FDE-4D29-9B9C-112202A4F0CB","5C9E346F-566B-48C8-A5EF-9511A1D0D0B1"],"id":"69015B62-18BE-449D-9858-F92C1690BD83","renderContextTable":{"__isSmartRef__":true,"id":44940},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":44941}],"eventHandler":{"__isSmartRef__":true,"id":44943},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":44944},"priorExtent":{"__isSmartRef__":true,"id":44945},"_MaxTextWidth":15,"_MinTextWidth":15,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":44933},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"partsBinMetaInfo":{"__isSmartRef__":true,"id":44946},"__LivelyClassName__":"lively.morphic.Text"},"44935":{"_Position":{"__isSmartRef__":true,"id":44936},"renderContextTable":{"__isSmartRef__":true,"id":44937},"_Extent":{"__isSmartRef__":true,"id":44938},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":44939},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":44830},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"44936":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44937":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"44938":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"44939":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44940":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"44941":{"style":{"__isSmartRef__":true,"id":44942},"chunkOwner":{"__isSmartRef__":true,"id":44934},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk"},"44942":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"44943":{"morph":{"__isSmartRef__":true,"id":44934},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"44944":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44945":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44946":{"requiredModules":[],"idOnLoad":"69015B62-18BE-449D-9858-F92C1690BD83","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"44947":{"_Position":{"__isSmartRef__":true,"id":44948},"renderContextTable":{"__isSmartRef__":true,"id":44949},"_Extent":{"__isSmartRef__":true,"id":44950},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":44951},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":44859},"_Fill":{"__isSmartRef__":true,"id":44871},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"44948":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44949":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"44950":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44951":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44952":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"44953":{"morph":{"__isSmartRef__":true,"id":44933},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"44954":{"x":731.7575068769036,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44955":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44956":{"stops":[{"__isSmartRef__":true,"id":44957},{"__isSmartRef__":true,"id":44959},{"__isSmartRef__":true,"id":44961},{"__isSmartRef__":true,"id":44963}],"vector":{"__isSmartRef__":true,"id":44880},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"44957":{"offset":0,"color":{"__isSmartRef__":true,"id":44958}},"44958":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44959":{"offset":0.4,"color":{"__isSmartRef__":true,"id":44960}},"44960":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44961":{"offset":0.6,"color":{"__isSmartRef__":true,"id":44962}},"44962":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44963":{"offset":1,"color":{"__isSmartRef__":true,"id":44964}},"44964":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44965":{"moveHorizontal":true},"44966":{"sourceObj":{"__isSmartRef__":true,"id":44933},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":44822},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":44967},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"44967":{"source":{"__isSmartRef__":true,"id":44933},"target":{"__isSmartRef__":true,"id":44822}},"44968":{"sourceObj":{"__isSmartRef__":true,"id":44933},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":44822},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":44969},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"44969":{"source":{"__isSmartRef__":true,"id":44933},"target":{"__isSmartRef__":true,"id":44822}},"44970":{"requiredModules":[],"idOnLoad":"73B2BC26-5795-4862-92FA-180CC8999102","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"44971":{"_Position":{"__isSmartRef__":true,"id":44972},"renderContextTable":{"__isSmartRef__":true,"id":44973},"_Extent":{"__isSmartRef__":true,"id":44974},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":44975},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":44976},"_Fill":{"__isSmartRef__":true,"id":44977},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"44972":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44973":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"44974":{"x":770.7575068769036,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44975":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44976":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44977":{"stops":[{"__isSmartRef__":true,"id":44978},{"__isSmartRef__":true,"id":44980}],"vector":{"__isSmartRef__":true,"id":153},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"44978":{"offset":0,"color":{"__isSmartRef__":true,"id":44979}},"44979":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"44980":{"offset":1,"color":{"__isSmartRef__":true,"id":44981}},"44981":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"44982":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"44983":{"morph":{"__isSmartRef__":true,"id":44823},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"44984":{"resizeWidth":true,"adjustForNewBounds":true},"44985":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44986":{"x":770.7575068769036,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44987":{"requiredModules":[],"idOnLoad":"715D1C96-CA8A-47CB-B817-D79E054BEFFE","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"44988":{"submorphs":[],"scripts":[],"id":"AE56F6E1-925B-4321-8734-91B813E455CC","shape":{"__isSmartRef__":true,"id":44989},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":44996},"showsHalos":false,"name":"ResizeCorner","partsBinMetaInfo":{"__isSmartRef__":true,"id":44997},"__SourceModuleName__":"Global.lively.morphic.Core","draggingEnabled":true,"dragStartPoint":null,"originalExtent":{"__isSmartRef__":true,"id":44998},"originalTargetExtent":null,"renderContextTable":{"__isSmartRef__":true,"id":44999},"eventHandler":{"__isSmartRef__":true,"id":45000},"priorExtent":{"__isSmartRef__":true,"id":45001},"originalTargetInnerBounds":null,"isResizeCorner":true,"relativeOrigin":null,"derivationIds":[7147,"16E962DF-21E9-4FE6-8B9B-953F0E908113","ADD0B5C0-0DC6-4D8E-9C2A-0EC7E3C71F21","25C53CC1-53E0-44A6-8E16-A56606A19EF0","50F19BF2-9607-4419-A8C2-0352B0A6FF57","56B7FFB1-61EA-47B9-AC63-A78EA3203E0F","7ED9D491-F8A0-41CA-ADCC-D29EB7805558"],"moved":true,"attributeConnections":[{"__isSmartRef__":true,"id":45002}],"doNotSerialize":["$$cornerName"],"doNotCopyProperties":["$$cornerName"],"originalTargetBounds":null,"cornerName":"bottomRight","owner":{"__isSmartRef__":true,"id":44822},"_Rotation":0,"_Scale":0.9920279440699439,"_ClipMode":"visible","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":45003},"__LivelyClassName__":"lively.morphic.Box"},"44989":{"position":{"__isSmartRef__":true,"id":44990},"_Extent":{"__isSmartRef__":true,"id":44991},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":44992},"_Fill":{"__isSmartRef__":true,"id":44993},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":44994},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":44995},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"44990":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44991":{"x":10,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44992":{"r":0.568,"g":0.568,"b":0.568,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"44993":{"r":0.258,"g":0.258,"b":0.258,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"44994":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"44995":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"44996":{"x":760.8372274362041,"y":497.3295572430021,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44997":{"partsSpaceName":"PartsBin/Widgets/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Resize an object without using halos.","partName":"ResizeCorner","revisionOnLoad":140152,"idOnLoad":"AE56F6E1-925B-4321-8734-91B813E455CC","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"44998":{"x":239,"y":138,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"44999":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"45000":{"morph":{"__isSmartRef__":true,"id":44988},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"45001":{"x":10,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"45002":{"sourceObj":{"__isSmartRef__":true,"id":44988},"sourceAttrName":"cornerName","targetObj":{"__isSmartRef__":true,"id":44988},"targetMethodName":"alignToOwner","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"45003":{"onDrag":{"__isSmartRef__":true,"id":45004},"onDragEnd":{"__isSmartRef__":true,"id":45012},"onDragStart":{"__isSmartRef__":true,"id":45020},"reset":{"__isSmartRef__":true,"id":45028},"morphMenuItems":{"__isSmartRef__":true,"id":45031},"alignToOwner":{"__isSmartRef__":true,"id":45038}},"45004":{"varMapping":{"__isSmartRef__":true,"id":45005},"source":"function onDrag(evt) {\n // alert(\"onDrag\")\n // this.owner.setPosition(pt(0,0))\n // this.owner.setOrigin(pt(0,0))\n var moveDelta = evt.mousePoint.subPt(this.dragStartPoint)\n \n // moveDelta = moveDelta.maxPt(pt(0,0))\n var ownerExtent = this.owner.getExtent();\n\n // TODO does not work\n if (evt.isShiftDown()) {\n var maxDelta = Math.max(moveDelta.x, moveDelta.y);\n if (maxDelta == 0) return;\n var factor = ownerExtent.x / ownerExtent.y\n moveDelta = pt(maxDelta * factor, maxDelta )\n }\n var accessor = \"with\" + this.cornerName.charAt(0).toUpperCase() + this.cornerName.substring(1);\n\n var newCorner = this.originalTargetBounds[this.cornerName]().addPt(moveDelta);\n var newBounds = this.originalTargetBounds[accessor ](newCorner);\n\n this.owner.setBounds(newBounds);\n \n // var newExtent = this.originalTargetExtent.addPt(moveDelta)\n // alertOK(\"new extent\" + newExtent)\n // this.owner.setExtent(newExtent);\n this.owner.submorphs.select(function(ea) {\n return ea.isResizeCorner\n }).invoke('alignToOwner');\n if (this.owner.halos) {\n this.owner.halos.invoke('alignAtTarget')\n }\n // alertOK(\"relative \" + this.relativeOrigin)\n var newOrigin = pt(0,0).extent(this.owner.getExtent()).relativeToAbsPoint(this.relativeOrigin)\n\n // TODO IMPLEMENT updating the origin does not work yet\n // this.owner.setOrigin(newOrigin);\n // alertOK(\"new origin \" + newOrigin)\n\n}","funcProperties":{"__isSmartRef__":true,"id":45010},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"45005":{"this":{"__isSmartRef__":true,"id":44988},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":45006}},"45006":{"$super":{"__isSmartRef__":true,"id":45007}},"45007":{"varMapping":{"__isSmartRef__":true,"id":45008},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":45009},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"45008":{"obj":{"__isSmartRef__":true,"id":44988},"name":"onDrag"},"45009":{},"45010":{"timestamp":{"__isSmartRef__":true,"id":45011},"user":"sstamm","tags":[]},"45011":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:08:52 GMT+0100 (Mitteleuropäische Zeit)"},"45012":{"varMapping":{"__isSmartRef__":true,"id":45013},"source":"function onDragEnd(evt) {\n this.dragStartPoint = null;\n this.originalTargetBounds = null;\n this.relativeOrigin = null;\n}","funcProperties":{"__isSmartRef__":true,"id":45018},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"45013":{"this":{"__isSmartRef__":true,"id":44988},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":45014}},"45014":{"$super":{"__isSmartRef__":true,"id":45015}},"45015":{"varMapping":{"__isSmartRef__":true,"id":45016},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":45017},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"45016":{"obj":{"__isSmartRef__":true,"id":44988},"name":"onDragEnd"},"45017":{},"45018":{"timestamp":{"__isSmartRef__":true,"id":45019},"user":"sstamm","tags":[]},"45019":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:09:00 GMT+0100 (Mitteleuropäische Zeit)"},"45020":{"varMapping":{"__isSmartRef__":true,"id":45021},"source":"function onDragStart(evt) {\n var absToRelativePoint = function (r, absPt) {\n\t\treturn new Point(\n\t\t\t(absPt.x - r.x) / r.width,\n\t\t\t(absPt.y - r.y) / r.height)\n\t}\n // absToRelativePoint(new Rectangle(10,10,100,100), pt(20,20))\n // absToRelativePoint(new Rectangle(10,10,100,100), pt(0,0))\n // absToRelativePoint(new Rectangle(-100,-100,200,200), pt(0,0))\n\n\n this.dragStartPoint = evt.mousePoint;\n this.originalTargetBounds= this.owner.bounds();\n this.relativeOrigin = absToRelativePoint(pt(0,0).extent(this.owner.getExtent()), this.owner.getOrigin())\n}","funcProperties":{"__isSmartRef__":true,"id":45026},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"45021":{"this":{"__isSmartRef__":true,"id":44988},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":45022}},"45022":{"$super":{"__isSmartRef__":true,"id":45023}},"45023":{"varMapping":{"__isSmartRef__":true,"id":45024},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":45025},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"45024":{"obj":{"__isSmartRef__":true,"id":44988},"name":"onDragStart"},"45025":{},"45026":{"timestamp":{"__isSmartRef__":true,"id":45027},"user":"sstamm","tags":[]},"45027":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:08:40 GMT+0100 (Mitteleuropäische Zeit)"},"45028":{"varMapping":{"__isSmartRef__":true,"id":45029},"source":"function reset() {\n this.isResizeCorner = true\n this.cornerName = 'bottomRight'\n this.setExtent(pt(10,10));\n this.setPosition(pt(0,0))\n}","funcProperties":{"__isSmartRef__":true,"id":45030},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"45029":{"this":{"__isSmartRef__":true,"id":44988}},"45030":{},"45031":{"varMapping":{"__isSmartRef__":true,"id":45032},"source":"function morphMenuItems() {\n return $super().concat([\n [\"corner\", [\n [\"top left\", function() { this.cornerName = 'topLeft'}.bind(this)],\n [\"top right\", function() { this.cornerName = 'topRight'}.bind(this)],\n [\"bottom right\", function() { this.cornerName = 'bottomRight'}.bind(this)],\n [\"bottom left\", function() { this.cornerName = 'bottomLeft'}.bind(this)],\n ]]\n ])\t\n}","funcProperties":{"__isSmartRef__":true,"id":45037},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"45032":{"this":{"__isSmartRef__":true,"id":44988},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":45033}},"45033":{"$super":{"__isSmartRef__":true,"id":45034}},"45034":{"varMapping":{"__isSmartRef__":true,"id":45035},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":45036},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"45035":{"obj":{"__isSmartRef__":true,"id":44988},"name":"morphMenuItems"},"45036":{},"45037":{},"45038":{"varMapping":{"__isSmartRef__":true,"id":45039},"source":"function alignToOwner() {\n this.align(this.bounds()[this.cornerName](), this.owner.shape.bounds()[this.cornerName]() )\n}","funcProperties":{"__isSmartRef__":true,"id":45040},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"45039":{"this":{"__isSmartRef__":true,"id":44988}},"45040":{},"45041":{"renderContextTable":{"__isSmartRef__":true,"id":45042},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":45043},"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":45044},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"45042":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"45043":{"x":770.7575068769036,"y":507.2498366837016,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"45044":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"45045":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"45046":{"morph":{"__isSmartRef__":true,"id":44822},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"45047":{"adjustForNewBounds":true},"45048":{"x":770.7575068769036,"y":507.2498366837016,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"45049":{"sourceObj":{"__isSmartRef__":true,"id":44822},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":44806},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":44806},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"45050":{"sourceObj":{"__isSmartRef__":true,"id":44822},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":44806},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":44806},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"45051":{"sourceObj":{"__isSmartRef__":true,"id":44822},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":44806},"targetMethodName":"updateOwners","converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":45052},"dependedBy":{"__isSmartRef__":true,"id":44806},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":45053},"__LivelyClassName__":"AttributeConnection"},"45052":{"source":{"__isSmartRef__":true,"id":44822},"target":{"__isSmartRef__":true,"id":44806}},"45053":{"converter":{"__isSmartRef__":true,"id":45054}},"45054":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":45055},"source":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","funcProperties":{"__isSmartRef__":true,"id":45056},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"45055":{"source":{"__isSmartRef__":true,"id":44822},"target":{"__isSmartRef__":true,"id":44806}},"45056":{},"45057":{"sourceObj":{"__isSmartRef__":true,"id":44822},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":45058},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":45058},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"45058":{"sourceObj":{"__isSmartRef__":true,"id":39463},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":44795},"targetMethodName":"alignToMagnet","dependendConnections":[{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45057},{"__isSmartRef__":true,"id":45068},{"__isSmartRef__":true,"id":45069},{"__isSmartRef__":true,"id":45070},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45057},{"__isSmartRef__":true,"id":45068},{"__isSmartRef__":true,"id":45069},{"__isSmartRef__":true,"id":45070},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45057},{"__isSmartRef__":true,"id":45068},{"__isSmartRef__":true,"id":45069},{"__isSmartRef__":true,"id":45070},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45057},{"__isSmartRef__":true,"id":45068},{"__isSmartRef__":true,"id":45069},{"__isSmartRef__":true,"id":45070},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45057},{"__isSmartRef__":true,"id":45068},{"__isSmartRef__":true,"id":45069},{"__isSmartRef__":true,"id":45070},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45057},{"__isSmartRef__":true,"id":45068},{"__isSmartRef__":true,"id":45069},{"__isSmartRef__":true,"id":45070},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45057},{"__isSmartRef__":true,"id":45068},{"__isSmartRef__":true,"id":45069},{"__isSmartRef__":true,"id":45070},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45057},{"__isSmartRef__":true,"id":45068},{"__isSmartRef__":true,"id":45069},{"__isSmartRef__":true,"id":45070},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45057},{"__isSmartRef__":true,"id":45068},{"__isSmartRef__":true,"id":45069},{"__isSmartRef__":true,"id":45070},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45057},{"__isSmartRef__":true,"id":45068},{"__isSmartRef__":true,"id":45069},{"__isSmartRef__":true,"id":45070},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45057},{"__isSmartRef__":true,"id":45068},{"__isSmartRef__":true,"id":45069},{"__isSmartRef__":true,"id":45070},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45057},{"__isSmartRef__":true,"id":45068},{"__isSmartRef__":true,"id":45069},{"__isSmartRef__":true,"id":45070},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45057},{"__isSmartRef__":true,"id":45068},{"__isSmartRef__":true,"id":45069},{"__isSmartRef__":true,"id":45070},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45057},{"__isSmartRef__":true,"id":45068},{"__isSmartRef__":true,"id":45069},{"__isSmartRef__":true,"id":45070},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45057},{"__isSmartRef__":true,"id":45068},{"__isSmartRef__":true,"id":45069},{"__isSmartRef__":true,"id":45070},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45057},{"__isSmartRef__":true,"id":45068},{"__isSmartRef__":true,"id":45069},{"__isSmartRef__":true,"id":45070},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45057},{"__isSmartRef__":true,"id":45068},{"__isSmartRef__":true,"id":45069},{"__isSmartRef__":true,"id":45070},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45057},{"__isSmartRef__":true,"id":45068},{"__isSmartRef__":true,"id":45069},{"__isSmartRef__":true,"id":45070},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45057},{"__isSmartRef__":true,"id":45068},{"__isSmartRef__":true,"id":45069},{"__isSmartRef__":true,"id":45070},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45057},{"__isSmartRef__":true,"id":45068},{"__isSmartRef__":true,"id":45069},{"__isSmartRef__":true,"id":45070},{"__isSmartRef__":true,"id":45059},{"__isSmartRef__":true,"id":45060},{"__isSmartRef__":true,"id":45061},{"__isSmartRef__":true,"id":45062},{"__isSmartRef__":true,"id":45057},{"__isSmartRef__":true,"id":45068},{"__isSmartRef__":true,"id":45069},{"__isSmartRef__":true,"id":45070}],"oldTransform":{"__isSmartRef__":true,"id":45076},"__SourceModuleName__":"Global.lively.bindings.GeometryBindings","__LivelyClassName__":"lively.morphic.GeometryTransformConnection"},"45059":{"sourceObj":{"__isSmartRef__":true,"id":39463},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":45058},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":45058},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"45060":{"sourceObj":{"__isSmartRef__":true,"id":39463},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":45058},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":45058},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"45061":{"sourceObj":{"__isSmartRef__":true,"id":39463},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":45058},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":45058},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"45062":{"sourceObj":{"__isSmartRef__":true,"id":39463},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":45058},"targetMethodName":"updateOwners","converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":45063},"dependedBy":{"__isSmartRef__":true,"id":45058},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":45064},"__LivelyClassName__":"AttributeConnection"},"45063":{"source":{"__isSmartRef__":true,"id":39463},"target":{"__isSmartRef__":true,"id":45058}},"45064":{"converter":{"__isSmartRef__":true,"id":45065}},"45065":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":45066},"source":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","funcProperties":{"__isSmartRef__":true,"id":45067},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"45066":{"source":{"__isSmartRef__":true,"id":39463},"target":{"__isSmartRef__":true,"id":45058}},"45067":{},"45068":{"sourceObj":{"__isSmartRef__":true,"id":44822},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":45058},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":45058},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"45069":{"sourceObj":{"__isSmartRef__":true,"id":44822},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":45058},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":45058},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"45070":{"sourceObj":{"__isSmartRef__":true,"id":44822},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":45058},"targetMethodName":"updateOwners","converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":45071},"dependedBy":{"__isSmartRef__":true,"id":45058},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":45072},"__LivelyClassName__":"AttributeConnection"},"45071":{"source":{"__isSmartRef__":true,"id":44822},"target":{"__isSmartRef__":true,"id":45058}},"45072":{"converter":{"__isSmartRef__":true,"id":45073}},"45073":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":45074},"source":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","funcProperties":{"__isSmartRef__":true,"id":45075},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"45074":{"source":{"__isSmartRef__":true,"id":44822},"target":{"__isSmartRef__":true,"id":45058}},"45075":{},"45076":{"d":1.01,"a":1.01,"f":953.5438324747307,"e":321.26745902716374,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":45077},"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"45077":{"a":1.01,"b":0,"c":0,"d":1.01,"e":321.26745902716374,"f":953.5438324747307,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"45078":{"x":0,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"45079":{"partsSpaceName":"PartsBin/Tools","__SourceModuleName__":"Global.lively.PartsBin","requiredModules":["lively.PartsBin"],"migrationLevel":4,"comment":"Browser for a Parts repository.","partName":"PartsBinBrowser","changes":[{"__isSmartRef__":true,"id":45080},{"__isSmartRef__":true,"id":45082},{"__isSmartRef__":true,"id":45084},{"__isSmartRef__":true,"id":45086},{"__isSmartRef__":true,"id":45088},{"__isSmartRef__":true,"id":45090},{"__isSmartRef__":true,"id":45092}],"revisionOnLoad":154277,"idOnLoad":"6788D102-989F-46D6-B48F-CD97218472FD","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"45080":{"date":{"__isSmartRef__":true,"id":45081},"author":"athomschke","message":"style","id":"5575D312-033A-47A5-B889-C43BE97C3AAA"},"45081":{"isSerializedDate":true,"string":"Wed Feb 08 2012 12:02:38 GMT+0100 (Mitteleuropäische Zeit)"},"45082":{"date":{"__isSmartRef__":true,"id":45083},"author":"markoroeder","message":"Reset to clean copy. Added this.categories to doNotSerialize list.","id":"1D9493E9-B229-4716-8649-F1333D5133D0"},"45083":{"isSerializedDate":true,"string":"Thu Jan 05 2012 15:19:05 GMT+0100 (Mitteleuropäische Zeit)"},"45084":{"date":{"__isSmartRef__":true,"id":45085},"author":"sstamm","message":"","id":"3466A0DA-C96D-4997-8182-AFB6DF99C988"},"45085":{"isSerializedDate":true,"string":"Wed Feb 08 2012 12:13:30 GMT+0100 (Mitteleuropäische Zeit)"},"45086":{"date":{"__isSmartRef__":true,"id":45087},"author":"fabian","message":"moved PartsBin out of core","id":"69D747F9-EDB5-478D-B0DE-C4CEBFDF1E9A"},"45087":{"isSerializedDate":true,"string":"Wed Feb 22 2012 23:40:13 GMT+0100 (Mitteleuropäische Zeit)"},"45088":{"date":{"__isSmartRef__":true,"id":45089},"author":"fabian","message":"","id":"3DABC39F-D8E9-4EA8-AB40-719739AD92DF"},"45089":{"isSerializedDate":true,"string":"Thu Feb 23 2012 00:14:10 GMT+0100 (Mitteleuropäische Zeit)"},"45090":{"date":{"__isSmartRef__":true,"id":45091},"author":"jenslincke","message":"- fixed searching and latest after moving the parts bin","id":"C6CF2A78-407E-4691-B5D6-914977DEAD8B"},"45091":{"isSerializedDate":true,"string":"Thu Feb 23 2012 18:40:33 GMT+0100 (Mitteleuropäische Zeit)"},"45092":{"date":{"__isSmartRef__":true,"id":45093},"author":"undefined","message":"- reload everything on restore","id":"34468222-F3C8-4636-B202-27DFAD734B8A"},"45093":{"isSerializedDate":true,"string":"Sat Mar 10 2012 11:26:28 GMT+0100 (Mitteleuropäische Zeit)"},"45094":{"x":757,"y":907,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"45095":{"x":321.2674590271637,"y":932.3338324747307,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"45096":{"onLoadFromPartsBin":{"__isSmartRef__":true,"id":45097}},"45097":{"varMapping":{"__isSmartRef__":true,"id":45098},"source":"function onLoadFromPartsBin() {\n\t$super();\n\tthis.targetMorph.reloadEverything();\n}","funcProperties":{"__isSmartRef__":true,"id":45103},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"45098":{"this":{"__isSmartRef__":true,"id":44822},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":45099}},"45099":{"$super":{"__isSmartRef__":true,"id":45100}},"45100":{"varMapping":{"__isSmartRef__":true,"id":45101},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":45102},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"45101":{"obj":{"__isSmartRef__":true,"id":44822},"name":"onLoadFromPartsBin"},"45102":{},"45103":{"user":"robertkrahn","timestamp":{"__isSmartRef__":true,"id":45104}},"45104":{"isSerializedDate":true,"string":"Mon Jun 27 2011 10:54:32 GMT+0200 (Mitteleuropäische Sommerzeit)"},"45105":{"d":1.01,"a":1.01,"f":967.65574413064,"e":1046.8221585389101,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":45106},"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"45106":{"a":1.01,"b":0,"c":0,"d":1.01,"e":1046.8221585389101,"f":967.65574413064,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"45107":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"45108":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","partName":"Button","idOnLoad":"753D8FA7-7EBE-4A76-B595-FF5FD66EE6A7","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"45109":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"45110":{"morph":{"__isSmartRef__":true,"id":44733},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"45111":{"x":46.754037491637405,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"45112":{"moveHorizontal":true},"45113":{"x":718.3709896155905,"y":13.972189758325953,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"45114":{"position":{"__isSmartRef__":true,"id":45115},"_Extent":{"__isSmartRef__":true,"id":45116},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":45117},"_Fill":{"__isSmartRef__":true,"id":45118},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":45119},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":45120},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"45115":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"45116":{"x":770.7575068769036,"y":487.2498366837016,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"45117":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"45118":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"45119":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"45120":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"45121":{"partsSpaceName":"PartsBin/Tools","__SourceModuleName__":"Global.lively.PartsBin","requiredModules":["lively.PartsBin","apps.DateFormat"],"migrationLevel":4,"comment":"Browser for a Parts repository.","partName":"PartsBinBrowser","changes":[{"__isSmartRef__":true,"id":45122}],"idOnLoad":"F65179D0-2726-463D-89E2-5612470446F1","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"45122":{"date":{"__isSmartRef__":true,"id":45123},"author":"markoroeder","message":"Reset to clean copy. Added this.categories to doNotSerialize list.","id":"1D9493E9-B229-4716-8649-F1333D5133D0"},"45123":{"isSerializedDate":true,"string":"Thu Jan 05 2012 15:19:05 GMT+0100 (Mitteleuropäische Zeit)"},"45124":{"sourceObj":{"__isSmartRef__":true,"id":39463},"sourceAttrName":"categoryName","targetObj":{"__isSmartRef__":true,"id":39463},"targetMethodName":"loadPartsOfCategory","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"45125":{"resizeWidth":true,"resizeHeight":true,"adjustForNewBounds":true},"45126":{"x":770.7575068769036,"y":487.2498366837016,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"45127":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"45128":{"morph":{"__isSmartRef__":true,"id":39463},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"45129":{"toggleMorePane":{"__isSmartRef__":true,"id":45130}},"45130":{},"45131":{"x":5.684341886080802e-14,"y":21.000000000000007,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"45132":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Holger/EventsLimiter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45133":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Holger/EventsLimiter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45134":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Holger/EventsLimiter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45135":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/EmptyElProfesor.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45136":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnConnections.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45137":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/EmptyElProfesor.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45138":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnConnections.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45139":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnLivelyKernel.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45140":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnLivelyKernel.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45141":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnMorphs.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45142":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/EmptyElProfesor.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45143":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnConnections.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45144":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnMorphs.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45145":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnLivelyKernel.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45146":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnMorphs.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45147":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomTile.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45148":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomTile.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45149":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TwitterSource.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45150":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomTile.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45151":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TwitterSource.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45152":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataCustomerTile.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45153":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataCustomerTile.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45154":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TwitterSource.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45155":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataCustomerTile.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45156":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImage.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45157":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImage.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45158":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileText.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45159":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileText.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45160":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImage.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45161":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileText.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45162":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileLink.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45163":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataTileSourceSearch.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45164":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileLink.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45165":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataTileSourceSearch.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45166":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomSource.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45167":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileFeed.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45168":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileLink.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45169":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomSource.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45170":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileFeed.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45171":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataTileSourceSearch.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45172":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomSource.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45173":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileFeed.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45174":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/BasicTile.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45175":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataShipperTile.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45176":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/BasicTile.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45177":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataShipperTile.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45178":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImageBase64.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45179":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/BasicTile.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45180":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TweetTile.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45181":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImageBase64.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45182":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataShipperTile.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45183":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TweetTile.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45184":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImageBase64.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45185":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TweetTile.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45186":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BPCGrid.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45187":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/MethodFinderPane.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45188":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45189":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/SeverEditorPane.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45190":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/ToolTabPane.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45191":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/FileEditorPane.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45192":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/SeverEditorPane.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45193":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/MethodFinderPane.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45194":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45195":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/SeverEditorPane.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45196":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/ToolTabPane.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45197":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/FileEditorPane.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45198":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/ToolTabPane.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45199":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/FileEditorPane.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45200":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/MethodFinderPane.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45201":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45202":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridFactory.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45203":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridWorker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45204":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridWorker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45205":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/DummyRegistry.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45206":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridFactory.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45207":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/DummyRegistry.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45208":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridWorker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45209":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/DummyRegistry.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45210":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridFactory.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45211":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Crab.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45212":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/CrazyColorsAgain.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45213":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChineseCheckers.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45214":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChineseCheckers.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45215":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/GridColorArt.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45216":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/GridColorArt.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45217":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChineseCheckers.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45218":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Elephant.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45219":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/GridColorArt.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45220":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Elephant.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45221":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChamaeleonMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45222":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Heart.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45223":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/MonaLisa.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45224":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Pong.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45225":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChamaeleonMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45226":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Pong.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45227":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/MonaLisa.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45228":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Heart.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45229":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Elephant.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45230":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChamaeleonMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45231":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Pong.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45232":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/MonaLisa.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45233":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Heart.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45234":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/FunnyWatcher.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45235":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/FunnyWatcher.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45236":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/HeartsGame.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45237":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/WanderingEye.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45238":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/HeartsGame.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45239":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/WanderingEye.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45240":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/FunnyWatcher.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45241":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ColoredRectCreator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45242":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChatMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45243":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChatMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45244":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ColoredRectCreator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45245":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/HeartsGame.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45246":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/PianoKeyboard.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45247":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Alien.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45248":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/WanderingEye.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45249":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/PianoKeyboard.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45250":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Alien.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45251":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChatMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45252":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ColoredRectCreator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45253":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/PianoKeyboard.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45254":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Alien.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45255":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/QuickBrownFox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45256":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/RefactorMan.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45257":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/QuickBrownFox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45258":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/RefactorMan.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45259":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Crab.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45260":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/QuickBrownFox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45261":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/RefactorMan.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45262":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Crab.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45263":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/CrazyColorsAgain.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45264":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/CrazyColorsAgain.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45265":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle-republished.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45266":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/SandboxBackup.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45267":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ColorfulWindmill.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45268":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/GreenRectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45269":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/SandboxBackup.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45270":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ModifiedGreenRectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45271":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car2.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45272":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ColorfulWindmill.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45273":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/GreenRectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45274":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ModifiedGreenRectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45275":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car2.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45276":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/SandboxBackup.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45277":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ColorfulWindmill.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45278":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/GreenRectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45279":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ModifiedGreenRectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45280":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car2.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45281":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Orange%20Rectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45282":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Orange%20Rectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45283":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle%20Light%20Blue.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45284":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45285":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/MyRedRectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45286":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle%20Light%20Blue.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45287":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/MyRedRectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45288":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45289":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Orange%20Rectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45290":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle-republished.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45291":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle-republished.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45292":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle%20Light%20Blue.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45293":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45294":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/MyRedRectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45295":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WorldOverview.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45296":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/PresentationContainer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45297":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WorldOverview.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45298":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSBenchmarker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45299":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/PresentationContainer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45300":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ReloadLocalRequirements.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45301":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FilterText.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45302":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ColorRect.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45303":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/APIUsageInParts.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45304":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCompletionPresentation.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45305":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/DistributedDoit.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45306":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/APIUsageInParts.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45307":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ChangeRecorder.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45308":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCounter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45309":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GraphLayoutExample.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45310":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MorphFinder.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45311":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ToggleLayer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45312":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ChangeRecorder.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45313":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSControl.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45314":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowConnections.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45315":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/AnimateConnections.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45316":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MorphFinder.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45317":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GrayColorChooser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45318":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SteppingWordCounter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45319":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSControl.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45320":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/TallyConnections.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45321":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowConnections.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45322":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/EditStyleInWorldMenu.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45323":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MassStylingWorkspace.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45324":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowStructure.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45325":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/EditStyleInWorldMenu.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45326":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MassStylingWorkspace.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45327":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/XRayStructure.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45328":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/NameDisplay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45329":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FormatXMLCodeSnippet.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45330":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowStructure.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45331":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/NameDisplay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45332":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FormatXMLCodeSnippet.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45333":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WorldOverview.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45334":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/PresentationContainer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45335":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSBenchmarker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45336":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ReloadLocalRequirements.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45337":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FilterText.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45338":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSBenchmarker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45339":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ColorRect.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45340":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ReloadLocalRequirements.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45341":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCompletionPresentation.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45342":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FilterText.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45343":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/APIUsageInParts.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45344":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/DistributedDoit.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45345":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ColorRect.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45346":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCompletionPresentation.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45347":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/DistributedDoit.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45348":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCounter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45349":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GraphLayoutExample.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45350":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ChangeRecorder.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45351":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ToggleLayer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45352":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MorphFinder.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45353":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/AnimateConnections.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45354":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCounter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45355":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GraphLayoutExample.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45356":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSControl.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45357":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GrayColorChooser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45358":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SteppingWordCounter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45359":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowConnections.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45360":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ToggleLayer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45361":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/TallyConnections.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45362":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/AnimateConnections.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45363":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GrayColorChooser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45364":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SteppingWordCounter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45365":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/EditStyleInWorldMenu.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45366":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MassStylingWorkspace.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45367":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/TallyConnections.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45368":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowStructure.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45369":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/XRayStructure.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45370":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/NameDisplay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45371":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FormatXMLCodeSnippet.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45372":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/XRayStructure.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45373":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTreeMap.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45374":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLCirclePacking.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45375":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/WorldMorphTreeMap.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45376":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTreeMap.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45377":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTree.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45378":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLCirclePacking.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45379":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTree.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45380":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTreeMap.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45381":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisStackDrawing.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45382":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLCirclePacking.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45383":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTree.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45384":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisStackDrawing.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45385":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLSunbursts.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45386":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/TreeMap.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45387":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLIndentedTree.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45388":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLSunbursts.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45389":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisStackDrawing.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45390":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLIndentedTree.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45391":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/TreeMap.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45392":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisDrawing.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45393":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLSunbursts.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45394":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisDrawing.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45395":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLIndentedTree.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45396":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/TreeMap.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45397":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisDrawing.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45398":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/WorldMorphTreeMap.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45399":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/WorldMorphTreeMap.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45400":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LK1Background.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45401":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/WhiteBackground.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45402":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/GrayBackground.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45403":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/WhiteBackground.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45404":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/GrayBackground.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45405":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LivelyBackgroundControl.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45406":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LK1Background.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45407":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LivelyBackgroundControl.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45408":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/WhiteBackground.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45409":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/GrayBackground.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45410":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LK1Background.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45411":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LivelyBackgroundControl.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45412":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/VersionViewer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45413":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/TracLink.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45414":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LatestChangesViewer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45415":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WhatDidIDo.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45416":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WhatDidIDo.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45417":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WhatDidIDo.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45418":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WikiActivities.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45419":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JournalNavigation.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45420":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WikiActivities.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45421":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JournalNavigation.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45422":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WikiActivities.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45423":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/RemoveWorldButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45424":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JournalNavigation.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45425":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/RemoveWorldButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45426":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/RemoveWorldButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45427":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/Title.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45428":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/Title.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45429":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/MovePages.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45430":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/MovePages.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45431":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/CommitCounter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45432":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/Title.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45433":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/CommitCounter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45434":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/URLShortener.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45435":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/MovePages.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45436":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JenkinsButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45437":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/URLShortener.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45438":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JenkinsButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45439":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/CommitCounter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45440":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/URLShortener.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45441":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JenkinsButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45442":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/TracLink.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45443":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/VersionViewer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45444":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LatestChangesViewer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45445":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/VersionViewer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45446":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/TracLink.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45447":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LatestChangesViewer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45448":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CodePane.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45449":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/NameLabel.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45450":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CodePane.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45451":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/NameLabel.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45452":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CodePane.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45453":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/NameLabel.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45454":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/RGBColorChooser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45455":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/RGBColorChooser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45456":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/TabFolder.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45457":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/RGBColorChooser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45458":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/TabFolder.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45459":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/PrintingWorkspace.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45460":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/TabFolder.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45461":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ResizeCorner.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45462":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/PrintingWorkspace.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45463":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ResizeCorner.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45464":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/PrintingWorkspace.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45465":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ResizeCorner.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45466":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressBar.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45467":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressBar.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45468":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/JournalEntry.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45469":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ClipMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45470":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/JournalEntry.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45471":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/MinimizedMorphContainer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45472":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ClipMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45473":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/MinimizedMorphContainer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45474":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressBar.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45475":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressIndicator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45476":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CloseButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45477":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/LabeledBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45478":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CloseButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45479":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressIndicator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45480":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/JournalEntry.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45481":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/LabeledBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45482":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ClipMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45483":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/MinimizedMorphContainer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45484":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/FilterableList.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45485":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/FilterableList.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45486":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressIndicator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45487":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/LabeledBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45488":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CloseButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45489":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/FilterableList.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45490":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/IntegerInput.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45491":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/ReferenceChoice.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45492":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataSelector.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45493":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/IntegerInput.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45494":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/wlsReference.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45495":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/FloatInput.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45496":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/wlsReference.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45497":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/FloatInput.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45498":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/MessageMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45499":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/wlsReference.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45500":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/MessageMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45501":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/FloatInput.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45502":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataForm.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45503":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDisplay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45504":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataForm.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45505":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDisplay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45506":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/MessageMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45507":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TextInput.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45508":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataForm.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45509":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TextInput.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45510":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDisplay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45511":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TableCreator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45512":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TableCreator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45513":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDeclarator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45514":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TextInput.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45515":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDeclarator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45516":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TableCreator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45517":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DatabaseConnector.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45518":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDeclarator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45519":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DatabaseConnector.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45520":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DatabaseConnector.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45521":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataReference.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45522":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataReference.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45523":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/BooleanInput.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45524":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataReference.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45525":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/BooleanInput.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45526":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/BooleanInput.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45527":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/ReferenceChoice.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45528":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataSelector.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45529":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/ReferenceChoice.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45530":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataSelector.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45531":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/IntegerInput.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45532":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HelpfulShortcuts.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45533":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/WebResourceMinimalChatExample.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45534":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelyHelp.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45535":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/ChatApp.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45536":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HelpfulShortcuts.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45537":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/AnnotationPin.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45538":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/ChatApp.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45539":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/AnnotationPin.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45540":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelyHelp.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45541":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HelpfulShortcuts.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45542":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/ChatApp.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45543":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/AnnotationPin.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45544":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelysPartsBin.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45545":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelysPartsBin.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45546":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HowConnectWorks.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45547":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HowConnectWorks.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45548":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelysPartsBin.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45549":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HowConnectWorks.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45550":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/WebResourceMinimalChatExample.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45551":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/WebResourceMinimalChatExample.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45552":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelyHelp.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45553":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/TitleTextStyle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45554":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/RotationBehavior.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45555":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/GradientBehavior.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45556":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/SubtitleTextStyle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45557":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/RotationBehavior.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45558":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/SubtitleTextStyle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45559":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/GradientBehavior.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45560":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/RotationBehavior.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45561":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/SubtitleTextStyle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45562":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/NoteTextStyle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45563":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/NoteTextStyle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45564":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ThrobbingBehavior.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45565":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ColorBehavior.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45566":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ThrobbingBehavior.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45567":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ColorBehavior.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45568":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/NoteTextStyle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45569":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/LaTeXHighlighting.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45570":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/InvisibleBehavior.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45571":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/LaTeXHighlighting.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45572":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ColorBehavior.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45573":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ThrobbingBehavior.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45574":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/InvisibleBehavior.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45575":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/TitleTextStyle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45576":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/TitleTextStyle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45577":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/LaTeXHighlighting.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45578":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/InvisibleBehavior.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45579":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/GradientBehavior.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45580":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUVisualization.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45581":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUWorkload.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45582":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUVisualization.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45583":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUWorkload.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45584":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUVisualization.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45585":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUWorkload.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45586":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Label.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45587":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Label.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45588":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Slider.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45589":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Button.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45590":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/List.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45591":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Text.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45592":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Slider.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45593":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Text.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45594":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Label.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45595":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/DropDownList.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45596":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Slider.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45597":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/ProgressBar.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45598":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/DropDownList.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45599":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Text.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45600":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/ProgressBar.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45601":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/DropDownList.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45602":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/ProgressBar.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45603":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Rectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45604":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Rectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45605":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/List.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45606":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Button.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45607":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Rectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45608":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/List.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45609":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Button.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45610":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationContainer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45611":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationController.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45612":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationContainer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45613":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/EmptySlideOverlay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45614":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationController.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45615":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/EmptySlideOverlay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45616":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationContainer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45617":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationController.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45618":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/EmptySlideOverlay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45619":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TestSlide.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45620":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TestSlide.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45621":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPLogo.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45622":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPLogo.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45623":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TestSlide.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45624":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlide.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45625":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPLogo.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45626":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlide.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45627":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlideOverlay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45628":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWATitleSlide.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45629":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlideOverlay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45630":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWATitleSlide.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45631":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPSWASlideOverlay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45632":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlide.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45633":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPSWASlideOverlay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45634":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlideOverlay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45635":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWATitleSlide.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45636":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideProjector.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45637":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPSWASlideOverlay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45638":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideProjector.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45639":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TemplateSlide.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45640":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TemplateSlide.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45641":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideProjector.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45642":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideOverlay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45643":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/HPITitleSlide.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45644":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TemplateSlide.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45645":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideOverlay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45646":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/HPITitleSlide.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45647":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideOverlay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45648":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/HPITitleSlide.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45649":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Constantin/CardStack.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45650":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Constantin/Kreis.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45651":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Constantin/CardStack.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45652":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Constantin/Kreis.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45653":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Constantin/CardStack.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45654":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Constantin/Kreis.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45655":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fabian/ObjectEditorII.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45656":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fabian/ObjectEditorII.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45657":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fabian/ObjectEditorII.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45658":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/PrimitiveShapes.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45659":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrows.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45660":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Image.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45661":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/PrimitiveShapes.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45662":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrows.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45663":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Image.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45664":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Text.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45665":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Text.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45666":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Line.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45667":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrows.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45668":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Image.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45669":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Line.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45670":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrowOrange.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45671":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Text.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45672":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrowOrange.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45673":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Ellipse.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45674":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrow.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45675":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Line.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45676":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Ellipse.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45677":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrow.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45678":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrowOrange.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45679":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Ellipse.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45680":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Rectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45681":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Triangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45682":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrow.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45683":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Rectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45684":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Triangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45685":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Star.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45686":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Rectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45687":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Star.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45688":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Triangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45689":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Star.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45690":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Marker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45691":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Marker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45692":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Marker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45693":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Cloud.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45694":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Cloud.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45695":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/PrimitiveShapes.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45696":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Cloud.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45697":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/List.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45698":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ScriptableButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45699":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ScriptableButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45700":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/DropDownList.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45701":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/DropDownList.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45702":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ScriptableButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45703":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/DropDownList.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45704":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/StartStopButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45705":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/StartStopButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45706":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ComboText.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45707":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/StartStopButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45708":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ComboText.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45709":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Button.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45710":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ComboText.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45711":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Button.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45712":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Spinner.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45713":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Spinner.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45714":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Button.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45715":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Slider.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45716":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Slider.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45717":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Spinner.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45718":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ChoiceButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45719":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/CheckBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45720":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ChoiceButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45721":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/CheckBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45722":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Slider.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45723":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ChoiceButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45724":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/CheckBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45725":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/InputField.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45726":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/InputField.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45727":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/InputField.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45728":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/List.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45729":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/List.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45730":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Journal.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45731":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/TextBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45732":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/TextBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45733":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FixedLabel.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45734":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/WIP.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45735":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotationAndLine.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45736":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FixedLabel.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45737":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/WIP.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45738":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotationAndLine.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45739":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/TextBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45740":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FixedLabel.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45741":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/WIP.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45742":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotationAndLine.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45743":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/PaperMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45744":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/PaperMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45745":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Label.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45746":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Title.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45747":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Label.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45748":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MetaNoteText.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45749":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Title.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45750":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MetaNoteText.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45751":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/PaperMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45752":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Label.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45753":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MarkdownText.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45754":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Title.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45755":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MetaNoteText.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45756":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Translator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45757":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MarkdownText.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45758":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Translator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45759":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Cool.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45760":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Cool.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45761":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MarkdownText.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45762":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Translator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45763":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FontList.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45764":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Cool.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45765":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FontList.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45766":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotation.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45767":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotation.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45768":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FontList.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45769":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Journal.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45770":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Journal.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45771":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotation.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45772":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Math/MathMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45773":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Math/MathMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45774":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Math/MathMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45775":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/MP2011WS/MetricsView.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45776":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/MP2011WS/MetricsView.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45777":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/MP2011WS/MetricsView.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45778":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Measurements%20Workspace.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45779":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/OfflineIndicator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45780":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Result%20Workspace.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45781":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/OfflineIndicator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45782":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45783":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs1.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45784":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Result%20Workspace.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45785":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/OfflineIndicator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45786":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Measurements%20Workspace.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45787":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Measurements%20Workspace.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45788":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45789":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs1.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45790":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45791":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs1.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45792":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Result%20Workspace.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45793":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectTracer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45794":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/CurveInspector.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45795":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/TextInspector.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45796":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Debugger.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45797":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Debugger.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45798":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Debugger.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45799":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/FPSMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45800":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectAreaTracer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45801":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/FPSMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45802":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectAreaTracer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45803":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/FPSMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45804":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ModuleDependencyVis.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45805":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectAreaTracer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45806":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ModuleDependencyVis.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45807":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ModuleDependencyVis.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45808":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PropertySheet.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45809":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PropertySheet.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45810":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Benchmarker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45811":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Benchmarker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45812":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PropertySheet.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45813":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/AlternativeObjectDiffer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45814":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectDiffer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45815":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectSerializationGraph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45816":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/AlternativeObjectDiffer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45817":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Benchmarker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45818":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectDiffer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45819":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectSerializationGraph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45820":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/AlternativeObjectDiffer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45821":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectDiffer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45822":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectSerializationGraph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45823":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/SerializationGraph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45824":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/SerializationGraph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45825":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PasteInspector.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45826":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PasteInspector.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45827":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/SerializationGraph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45828":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectTracer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45829":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectTracer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45830":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PasteInspector.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45831":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/CurveInspector.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45832":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/TextInspector.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45833":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/CurveInspector.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45834":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/TextInspector.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45835":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/RobertsTransportationMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45836":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/JensTransportationMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45837":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/RobertsTransportationMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45838":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/JensTransportationMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45839":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/RobertsTransportationMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45840":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/JensTransportationMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45841":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Pictures/SAPLogo.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45842":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Pictures/LivelyLogo.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45843":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Pictures/LivelyLogo.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45844":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Pictures/LivelyLogo.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45845":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/GoogleMaps.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45846":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/AddressExtractor.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45847":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/AddressExtractor.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45848":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/GoogleMaps.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45849":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/USMap.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45850":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/WorldMap.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45851":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/USMap.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45852":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/WorldMap.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45853":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/AddressExtractor.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45854":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/USMap.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45855":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/WorldMap.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45856":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/GoogleMaps.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45857":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CodeSnippets/ConvertPartsBinLogos.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45858":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CodeSnippets/ConvertPartsBinLogos.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45859":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CodeSnippets/ConvertPartsBinLogos.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45860":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ModulePart.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45861":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunnerWithDebuggingSupport.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45862":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MethodFinder.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45863":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ClassBrowser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45864":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunnerWithDebuggingSupport.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45865":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45866":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTester.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45867":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ColorReplacer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45868":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ServerSearch.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45869":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTestRunner.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45870":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/Explorer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45871":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTester.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45872":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphDiffer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45873":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTestRunner.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45874":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/StyleEditor.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45875":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser2.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45876":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunner.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45877":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45878":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/StyleEditor.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45879":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser2.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45880":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SearchSourceCode.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45881":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/DropboxBrowser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45882":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45883":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/BootstrapParts.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45884":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextAttributePanel.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45885":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextEditor.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45886":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/IFrameLoader.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45887":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/BootstrapParts.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45888":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/WindowFinder.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45889":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/LivelyTweets.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45890":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextEditor.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45891":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ErrorStackViewer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45892":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/WindowFinder.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45893":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/VerticalSpaceMaker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45894":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/LivelyTweets.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45895":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MethodFinder.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45896":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ClassBrowser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45897":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ModulePart.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45898":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunnerWithDebuggingSupport.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45899":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ModulePart.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45900":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45901":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ColorReplacer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45902":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ServerSearch.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45903":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45904":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTester.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45905":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/Explorer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45906":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTestRunner.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45907":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ColorReplacer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45908":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ServerSearch.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45909":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphDiffer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45910":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/Explorer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45911":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/StyleEditor.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45912":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunner.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45913":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser2.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45914":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphDiffer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45915":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45916":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunner.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45917":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/DropboxBrowser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45918":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SearchSourceCode.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45919":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextAttributePanel.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45920":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/DropboxBrowser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45921":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SearchSourceCode.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45922":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/BootstrapParts.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45923":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/IFrameLoader.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45924":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextEditor.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45925":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextAttributePanel.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45926":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ErrorStackViewer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45927":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/IFrameLoader.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45928":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/WindowFinder.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45929":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/LivelyTweets.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45930":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/VerticalSpaceMaker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45931":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ErrorStackViewer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45932":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MethodFinder.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45933":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ClassBrowser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45934":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/VerticalSpaceMaker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45935":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/CollapsiblePanel.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45936":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserDialog.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45937":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/WordCounter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45938":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/ColorField.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45939":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/MetaNoteText.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45940":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/Text.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45941":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/ColorField.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45942":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/DiffExample.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45943":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserComboBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45944":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/Text.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45945":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/DiffExample.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45946":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/ColorField.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45947":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserComboBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45948":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/StyleEditor1.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45949":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/StyleEditor2.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45950":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/DiffExample.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45951":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/Text.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45952":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VideoCodecTester.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45953":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VideoCodecTester.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45954":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/Cool.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45955":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VideoCodecTester.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45956":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VersionDiffer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45957":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/SAPLogo.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45958":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VersionDiffer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45959":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/CollapsiblePanel.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45960":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserDialog.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45961":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/CollapsiblePanel.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45962":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/WordCounter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45963":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VersionDiffer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45964":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/WordCounter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45965":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/BloomFilter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45966":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/Prototype%20Inheritance.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45967":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/BloomFilter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45968":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/ExampleSWDObject%20%20%20%20.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45969":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/Prototype%20Inheritance.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45970":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/ExampleSWDObject%20%20%20%20.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45971":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/BloomFilter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45972":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/Prototype%20Inheritance.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45973":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/ExampleSWDObject%20%20%20%20.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45974":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONPrinter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45975":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Timer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45976":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Timer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45977":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONPrinter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45978":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Timer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45979":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Iterator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45980":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Iterator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45981":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Iterator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45982":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONConverter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45983":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/TimerWithDisplay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45984":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/DistributedDoit.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45985":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONConverter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45986":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/DistributedDoit.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45987":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/TimerWithDisplay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45988":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONConverter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45989":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/DistributedDoit.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45990":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/TimerWithDisplay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45991":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONPrinter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45992":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommitMessageTest.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45993":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestEllipse.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45994":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/JensContent.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45995":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestObjectDice.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45996":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommitMessageTest.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45997":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestEllipse.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45998":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/GetSelectionTest.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"45999":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/GetSelectionTest.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46000":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/JensContent.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46001":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestObjectDice.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46002":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/GetSelectionTest.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46003":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/JensContent.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46004":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommitMessageTest.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46005":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestEllipse.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46006":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestObjectDice.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46007":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/GrabbingControl.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46008":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/DraggingControl.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46009":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/GrabbingControl.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46010":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/DraggingControl.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46011":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/DraggingControl.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46012":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/GrabbingControl.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46013":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/DatabaseContainer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46014":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataBrowser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46015":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataSource.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46016":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataBrowser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46017":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/SQLiteViewer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46018":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/SQLiteViewer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46019":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/DatabaseContainer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46020":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/DatabaseContainer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46021":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataSource.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46022":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/SQLiteViewer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46023":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataSource.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46024":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataBrowser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46025":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TouchMenu.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46026":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/WorldMenu.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46027":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/SearchField.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46028":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/LoadingMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46029":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/WorldMenu.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46030":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Text.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46031":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/LoadingMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46032":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PartsBinBrowser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46033":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Text.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46034":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/DoAllButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46035":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PartsBinBrowser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46036":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PrintButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46037":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/DoAllButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46038":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PrintButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46039":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/LoadingMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46040":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Text.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46041":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/DoitButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46042":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Ellipse.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46043":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/DoitButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46044":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PartsBinBrowser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46045":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/DoAllButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46046":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Ellipse.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46047":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PrintButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46048":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/DoitButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46049":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Ellipse.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46050":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ResizeCorner.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46051":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Button.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46052":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ResizeCorner.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46053":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Button.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46054":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ObjectEditor.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46055":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TouchList.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46056":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ObjectEditor.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46057":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TouchList.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46058":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Marker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46059":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ResizeCorner.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46060":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ShadowButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46061":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Button.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46062":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Slider.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46063":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Marker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46064":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/HoldIndicator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46065":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ShadowButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46066":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ObjectEditor.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46067":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Slider.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46068":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/HoldIndicator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46069":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TouchList.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46070":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Marker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46071":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ShadowButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46072":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TextField.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46073":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Slider.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46074":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/HoldIndicator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46075":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/SaveButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46076":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TextField.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46077":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/SaveButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46078":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TextField.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46079":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/SaveButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46080":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PinLessTouchMenu.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46081":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PinLessTouchMenu.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46082":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TouchMenu.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46083":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/SearchField.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46084":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TouchMenu.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46085":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/SearchField.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46086":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PinLessTouchMenu.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46087":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/WorldMenu.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46088":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/MorphDiffing%20status%20indicator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46089":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ResetButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46090":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/LayoutStyler.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46091":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Styler.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46092":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Flap.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46093":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BorderStyler.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46094":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/VoteMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46095":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/LeftButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46096":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/LayoutStyler.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46097":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/MorphMerger.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46098":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Styler.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46099":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Flap.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46100":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/LeftButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46101":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/MorphMerger.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46102":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ObjectEditorII.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46103":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Mapscript.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46104":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/IPadCar.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46105":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ObjectEditorII.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46106":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Mapscript.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46107":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/a+Button1.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46108":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/a-Button1.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46109":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStory.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46110":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDestroyer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46111":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/HyperCard.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46112":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BeToolButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46113":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/SyncMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46114":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Rectanglewin.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46115":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Blog.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46116":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStory.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46117":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryBoard.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46118":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDestroyer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46119":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/HyperCard.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46120":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/SyncMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46121":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/StartButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46122":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/DatabaseChooser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46123":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDiffViewer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46124":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Ellipse-win.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46125":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Path.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46126":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryBoard.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46127":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/StartButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46128":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDiffViewer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46129":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ColorChooser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46130":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/HCTextField.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46131":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/NameSign.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46132":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Path.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46133":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/coursebtn.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46134":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Toolbar.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46135":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BlogEntry.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46136":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Car.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46137":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Foobar.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46138":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ColorChooser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46139":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/onlineChecker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46140":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/RightButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46141":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/webAppButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46142":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/HCTextField.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46143":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/coursebtn.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46144":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BlogEntry.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46145":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/MorphDiffing%20status%20indicator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46146":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ResetButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46147":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Foobar.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46148":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/onlineChecker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46149":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/RightButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46150":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BorderStyler.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46151":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/webAppButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46152":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/LayoutStyler.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46153":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/VoteMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46154":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Flap.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46155":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Styler.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46156":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ResetButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46157":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BorderStyler.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46158":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/LeftButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46159":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/MorphMerger.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46160":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/VoteMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46161":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ObjectEditorII.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46162":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/IPadCar.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46163":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Mapscript.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46164":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/a+Button1.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46165":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/IPadCar.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46166":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/a-Button1.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46167":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/a+Button1.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46168":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BeToolButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46169":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStory.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46170":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/a-Button1.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46171":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Rectanglewin.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46172":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDestroyer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46173":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/HyperCard.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46174":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Blog.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46175":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/SyncMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46176":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BeToolButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46177":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/DatabaseChooser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46178":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Ellipse-win.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46179":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Rectanglewin.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46180":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryBoard.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46181":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Blog.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46182":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/StartButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46183":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDiffViewer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46184":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Path.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46185":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/DatabaseChooser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46186":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Ellipse-win.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46187":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/NameSign.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46188":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Toolbar.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46189":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ColorChooser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46190":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Car.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46191":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/HCTextField.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46192":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/coursebtn.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46193":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BlogEntry.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46194":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/NameSign.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46195":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Toolbar.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46196":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Foobar.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46197":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/RightButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46198":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/onlineChecker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46199":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Car.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46200":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/webAppButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46201":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/LogSearch.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46202":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CPUData.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46203":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/NodeJSControl.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46204":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CPUData.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46205":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/NodeJSControl.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46206":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CommandLine.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46207":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerCommands.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46208":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CPUData.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46209":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CommandLine.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46210":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerCommands.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46211":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/NodeJSControl.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46212":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerPart.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46213":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CommandLine.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46214":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/JSRemoteServerWorkspace.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46215":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerPart.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46216":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerCommands.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46217":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/JSRemoteServerWorkspace.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46218":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/FibonacciPart.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46219":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerPart.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46220":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/JSRemoteServerWorkspace.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46221":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/FibonacciPart.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46222":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/LogSearch.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46223":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/LogSearch.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46224":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/FibonacciPart.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46225":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/SillyClock.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46226":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Windmill.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46227":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Windmill.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46228":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Windmill.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46229":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/HighscoreExample.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46230":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/FrameRateGraph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46231":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/HighscoreExample.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46232":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/FrameRateGraph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46233":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46234":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46235":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/HighscoreExample.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46236":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RedRectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46237":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/FrameRateGraph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46238":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RedRectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46239":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46240":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/KClock.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46241":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RedRectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46242":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/KClock.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46243":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/ArchitectureOverview.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46244":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/ArchitectureOverview.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46245":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CrabsResults.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46246":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/KClock.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46247":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CrabsResults.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46248":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/ArchitectureOverview.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46249":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RotatingStar.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46250":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CurrencyConverter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46251":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/TestWidget.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46252":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CrabsResults.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46253":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RotatingStar.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46254":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CurrencyConverter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46255":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/TestWidget.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46256":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RotatingStar.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46257":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CurrencyConverter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46258":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/LivelyEngine.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46259":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/TestWidget.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46260":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/LivelyEngine.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46261":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/LivelyEngine.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46262":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/SillyClock.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46263":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/SillyClock.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46264":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestObject.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46265":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestObject.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46266":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BPCGrid.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46267":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46268":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/SnapJS.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46269":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46270":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld2.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46271":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/SnapJS.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46272":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld2.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46273":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46274":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/SnapJS.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46275":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld2.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46276":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/VBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46277":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/VBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46278":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TabContainer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46279":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/JournalBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46280":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/VBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46281":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/JournalBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46282":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/JournalBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46283":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/FancyList.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46284":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/FancyList.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46285":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/HBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46286":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/LayoutConfigurator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46287":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46288":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/HBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46289":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/LayoutConfigurator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46290":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/FancyList.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46291":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46292":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane5x5.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46293":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane5x5.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46294":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/LayoutConfigurator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46295":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/HBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46296":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46297":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TabContainer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46298":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane5x5.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46299":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TabContainer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46300":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BPCGrid.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46301":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestObject.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"46302":{"onrestore":{"__isSmartRef__":true,"id":46303},"reloadEverything":{"__isSmartRef__":true,"id":46311},"setSelectedPartItem":{"__isSmartRef__":true,"id":46315},"onLoadFromPartsBin":{"__isSmartRef__":true,"id":46319},"ensureCategories":{"__isSmartRef__":true,"id":46327},"updateCategoriesDictFromPartsBin":{"__isSmartRef__":true,"id":46331},"updateCategoryList":{"__isSmartRef__":true,"id":46335},"defaultPartsBinURL":{"__isSmartRef__":true,"id":46339},"reset":{"__isSmartRef__":true,"id":46343},"setupConnections":{"__isSmartRef__":true,"id":46347},"loadPartsOfCategory":{"__isSmartRef__":true,"id":46351},"removeParts":{"__isSmartRef__":true,"id":46355},"getPartsSpaceForCategory":{"__isSmartRef__":true,"id":46359},"addMorphsForPartItems":{"__isSmartRef__":true,"id":46363},"getURLForCategoryNamed":{"__isSmartRef__":true,"id":46367},"makeUpPartNameFor":{"__isSmartRef__":true,"id":46371},"openPart":{"__isSmartRef__":true,"id":46375},"interactivelyRemoveSelectedPartItem":{"__isSmartRef__":true,"id":46379},"loadAndOpenSelectedPartItem":{"__isSmartRef__":true,"id":46383},"addCategory":{"__isSmartRef__":true,"id":46387},"addCategoryInteractively":{"__isSmartRef__":true,"id":46391},"addExternalCategory":{"__isSmartRef__":true,"id":46395},"removeCategory":{"__isSmartRef__":true,"id":46399},"removeCategoryInteractively":{"__isSmartRef__":true,"id":46403},"interactivelyMoveSelectedPartItem":{"__isSmartRef__":true,"id":46407},"setMetaInfoOfSelectedItem":{"__isSmartRef__":true,"id":46411},"saveCommentForSelectedPartItem":{"__isSmartRef__":true,"id":46415},"addPartsOfCategory":{"__isSmartRef__":true,"id":46419},"onLoadLatest":{"__isSmartRef__":true,"id":46423},"onLoadAll":{"__isSmartRef__":true,"id":46427},"onSearch":{"__isSmartRef__":true,"id":46431},"addPartsFromURLs":{"__isSmartRef__":true,"id":46435},"search":{"__isSmartRef__":true,"id":46439},"showMsg":{"__isSmartRef__":true,"id":46443},"toggleMorePane":{"__isSmartRef__":true,"id":46447},"interactivelyCopySelectedPartItem":{"__isSmartRef__":true,"id":46451},"partsBinUrl":{"__isSmartRef__":true,"id":46455},"partsBinURL":{"__isSmartRef__":true,"id":46459},"commitLogString":{"__isSmartRef__":true,"id":46463},"showCommits":{"__isSmartRef__":true,"id":46467},"setShareLink":{"__isSmartRef__":true,"id":46471},"setSelectedPartVersions":{"__isSmartRef__":true,"id":46475}},"46303":{"varMapping":{"__isSmartRef__":true,"id":46304},"source":"function onrestore() {\n (function(){ this.reloadEverything() }.bind(this)).delay(0)\n}","funcProperties":{"__isSmartRef__":true,"id":46309},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46304":{"this":{"__isSmartRef__":true,"id":39463},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":46305}},"46305":{"$super":{"__isSmartRef__":true,"id":46306}},"46306":{"varMapping":{"__isSmartRef__":true,"id":46307},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":46308},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46307":{"obj":{"__isSmartRef__":true,"id":39463},"name":"onrestore"},"46308":{},"46309":{"timestamp":{"__isSmartRef__":true,"id":46310},"user":"undefined","tags":[]},"46310":{"isSerializedDate":true,"string":"Sat Mar 10 2012 11:25:14 GMT+0100 (Mitteleuropäische Zeit)"},"46311":{"varMapping":{"__isSmartRef__":true,"id":46312},"source":"function reloadEverything() {\n this.setSelectedPartItem(null)\n this.updateCategoriesDictFromPartsBin();\n this.addCategory(\"*latest*\", true);\n this.addCategory(\"*all*\", true);\n this.addCategory(\"*search*\", true);\n}","funcProperties":{"__isSmartRef__":true,"id":46313},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46312":{"this":{"__isSmartRef__":true,"id":39463}},"46313":{"timestamp":{"__isSmartRef__":true,"id":46314},"tags":[]},"46314":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:58 GMT+0100 (Mitteleuropäische Zeit)"},"46315":{"varMapping":{"__isSmartRef__":true,"id":46316},"source":"function setSelectedPartItem(item) {\n this.selectedPartItem = item;\n this.get('selectedPartComment').textString = '';\n this.get('selectedPartVersions').updateList(item ? ['Loading versions...']: []);\n this.get('selectedPartVersions').setSelection(null);\n if (!item) {\n this.get('selectedPartName').textString = 'nothing selected'\n this.get('selectedPartSpaceName').textString = ''\n\treturn;\n }\n this.get('selectedPartName').textString = item.name\n this.get('selectedPartSpaceName').textString = item.partsSpaceName\n\n // load versions\n connect(item, 'partVersions', this, 'setSelectedPartVersions');\n item.loadPartVersions(true);\n\n // load meta info\n connect(item, 'loadedMetaInfo', this, 'setMetaInfoOfSelectedItem');\n \n this.setShareLink(item);\n\n item.loadPartMetaInfo(true);\n}","funcProperties":{"__isSmartRef__":true,"id":46317},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46316":{"this":{"__isSmartRef__":true,"id":39463}},"46317":{"timestamp":{"__isSmartRef__":true,"id":46318},"user":"jenslincke","tags":[]},"46318":{"isSerializedDate":true,"string":"Tue Jan 31 2012 19:34:13 GMT+0100 (Mitteleuropäische Zeit)"},"46319":{"varMapping":{"__isSmartRef__":true,"id":46320},"source":"function onLoadFromPartsBin() {\n $super();\n this.reloadEverything();\n}","funcProperties":{"__isSmartRef__":true,"id":46325},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46320":{"this":{"__isSmartRef__":true,"id":39463},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":46321}},"46321":{"$super":{"__isSmartRef__":true,"id":46322}},"46322":{"varMapping":{"__isSmartRef__":true,"id":46323},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":46324},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46323":{"obj":{"__isSmartRef__":true,"id":39463},"name":"onLoadFromPartsBin"},"46324":{},"46325":{"timestamp":{"__isSmartRef__":true,"id":46326},"tags":[]},"46326":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"46327":{"varMapping":{"__isSmartRef__":true,"id":46328},"source":"function ensureCategories() {\n if (!this.categories)\n this.categories = {uncategorized: 'PartsBin/'};\n}","funcProperties":{"__isSmartRef__":true,"id":46329},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46328":{"this":{"__isSmartRef__":true,"id":39463}},"46329":{"timestamp":{"__isSmartRef__":true,"id":46330},"tags":[]},"46330":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"46331":{"varMapping":{"__isSmartRef__":true,"id":46332},"source":"function updateCategoriesDictFromPartsBin() { \n this.ensureCategories();\n var webR = new WebResource(this.partsBinURL());\n webR.beAsync();\n \n var that = this;\n var callback = function(collections) {\n collections.forEach(function(dir) {\n var unescape = Global.urlUnescape || Global.unescape,\n unescaped = unescape(dir.getURL().filename()),\n name = unescaped.replace(/\\/$/,\"\");\n that.categories[name] = that.partsBinURL().withFilename(unescaped);\n });\n that.updateCategoryList(that.categoryName);\n }\n connect(webR, 'subCollections', {cb: callback}, 'cb', {\n updater: function($upd, value) {\n if (!(this.sourceObj.status && this.sourceObj.status.isDone())) return;\n if (!value) return;\n $upd(value);\n },\n });\n webR.getSubElements();\n}","funcProperties":{"__isSmartRef__":true,"id":46333},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46332":{"this":{"__isSmartRef__":true,"id":39463}},"46333":{"timestamp":{"__isSmartRef__":true,"id":46334},"tags":[]},"46334":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:58 GMT+0100 (Mitteleuropäische Zeit)"},"46335":{"varMapping":{"__isSmartRef__":true,"id":46336},"source":"function updateCategoryList(optCategoryName) {\n this.get('categoryList').updateList(\n\tProperties.own(this.categories).sortBy(function(name) { return name.toLowerCase()}));\n this.get('categoryList').setSelection(optCategoryName)\n}","funcProperties":{"__isSmartRef__":true,"id":46337},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46336":{"this":{"__isSmartRef__":true,"id":39463}},"46337":{"timestamp":{"__isSmartRef__":true,"id":46338},"tags":[]},"46338":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"46339":{"varMapping":{"__isSmartRef__":true,"id":46340},"source":"function defaultPartsBinURL() {\n return new URL(Config.rootPath).withFilename('PartsBin/');\n}","funcProperties":{"__isSmartRef__":true,"id":46341},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46340":{"this":{"__isSmartRef__":true,"id":39463}},"46341":{"timestamp":{"__isSmartRef__":true,"id":46342},"user":"fabian","tags":[]},"46342":{"isSerializedDate":true,"string":"Wed Feb 22 2012 23:39:48 GMT+0100 (Mitteleuropäische Zeit)"},"46343":{"varMapping":{"__isSmartRef__":true,"id":46344},"source":"function reset() {\n this.connections = {toggleMorePane: {}} \n this.setSelectedPartItem(null);\n delete this.categories;\n this.getPartsBinMetaInfo().requiredModules= ['lively.PartsBin', 'apps.DateFormat'] \n this.get('categoryList').updateList([]);\n this.get('partsBinContents').removeAllMorphs();\n this.get('searchText').setTextString(\"\");\n}","funcProperties":{"__isSmartRef__":true,"id":46345},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46344":{"this":{"__isSmartRef__":true,"id":39463}},"46345":{"timestamp":{"__isSmartRef__":true,"id":46346},"user":"jenslincke","tags":[]},"46346":{"isSerializedDate":true,"string":"Tue Jan 31 2012 20:28:27 GMT+0100 (Mitteleuropäische Zeit)"},"46347":{"varMapping":{"__isSmartRef__":true,"id":46348},"source":"function setupConnections() {\n connect(this.closeButton, 'fire', this, 'remove')\n connect(this.addCategoryButton, 'fire', this, 'addCategoryInteractively')\n connect(this.get('removeCategoryButton'), 'fire', this, 'removeCategoryInteractively')\n connect(this.get('categoryList'), 'selection', this, 'categoryName')\n connect(this, 'categoryName', this, 'loadPartsOfCategory')\n\n connect(this.get('partsBinContents'), 'selectedItem', this, 'setSelectedPartItem')\n\n connect(this.get('reloadButton'), \"fire\", this, \"reloadEverything\")\n\n connect(this.get('loadPartButton'), \"fire\", this, \"loadAndOpenSelectedPartItem\")\n\n connect(this.get('removePartButton'), \"fire\", this, \"interactivelyRemoveSelectedPartItem\")\n\n connect(this.get('movePartButton'), \"fire\", this, \"interactivelyMoveSelectedPartItem\")\n connect(this.get('copyPartButton'), \"fire\", this, \"interactivelyCopySelectedPartItem\")\n\n connect(this.get('selectedPartComment'), \"savedTextString\", this, \"saveCommentForSelectedPartItem\")\n}","funcProperties":{"__isSmartRef__":true,"id":46349},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46348":{"this":{"__isSmartRef__":true,"id":39463}},"46349":{"timestamp":{"__isSmartRef__":true,"id":46350},"tags":[]},"46350":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"46351":{"varMapping":{"__isSmartRef__":true,"id":46352},"source":"function loadPartsOfCategory(categoryName) {\n this.removeParts();\n this.setSelectedPartItem(null);\n if (!categoryName) return;\n var webR;\n if (categoryName == \"*all*\") {\n this.showMsg(\"loading all...\");\n webR = new WebResource(this.partsBinURL()).beAsync();\n lively.bindings.connect(webR, 'subDocuments', this, 'onLoadAll');\n webR.getSubElements(10)\n } else if (categoryName == \"*latest*\") {\n this.showMsg(\"loading latest...\");\n webR = new WebResource(this.partsBinURL()).beAsync();\n lively.bindings.connect(webR, 'contentDocument', this, 'onLoadLatest');\n webR.propfind('infinity')\n } else if (categoryName == \"*search*\") {\n this.showMsg(\"searching...\");\n webR = new WebResource(this.partsBinURL()).beAsync();\n lively.bindings.connect(webR, 'subDocuments', this, 'allURLs', {\n converter: function(subDocuments) {\n return subDocuments.invoke('getURL')\n }\n });\n lively.bindings.connect(this, 'allURLs', this, 'onSearch', {\n removeAfterUpdate: true});\n webR.getSubElements(10)\n } else {\n this.addPartsOfCategory(categoryName)\n }\n}","funcProperties":{"__isSmartRef__":true,"id":46353},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46352":{"this":{"__isSmartRef__":true,"id":39463}},"46353":{"timestamp":{"__isSmartRef__":true,"id":46354},"tags":[]},"46354":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:58 GMT+0100 (Mitteleuropäische Zeit)"},"46355":{"varMapping":{"__isSmartRef__":true,"id":46356},"source":"function removeParts() {\n this.get('partsBinContents').submorphs.clone().invoke('remove');\n}","funcProperties":{"__isSmartRef__":true,"id":46357},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46356":{"this":{"__isSmartRef__":true,"id":39463}},"46357":{"timestamp":{"__isSmartRef__":true,"id":46358},"tags":[]},"46358":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"46359":{"varMapping":{"__isSmartRef__":true,"id":46360},"source":"function getPartsSpaceForCategory(categoryName) {\n var url = this.getURLForCategoryNamed(categoryName);\n return lively.PartsBin.partsSpaceWithURL(url);\n}","funcProperties":{"__isSmartRef__":true,"id":46361},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46360":{"this":{"__isSmartRef__":true,"id":39463}},"46361":{"timestamp":{"__isSmartRef__":true,"id":46362},"tags":[]},"46362":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"46363":{"varMapping":{"__isSmartRef__":true,"id":46364},"source":"function addMorphsForPartItems(partItems, doNotSort) {\n this.removeParts();\n if (!doNotSort) {\n partItems = partItems.sortBy(function(ea) {\n return ea.name.toLowerCase() \n });\n }\n\n var pContents = this.get('partsBinContents');\n pContents.stopAddingPartItemsAsync();\n pContents.startAddingPartItems(partItems);\n}","funcProperties":{"__isSmartRef__":true,"id":46365},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46364":{"this":{"__isSmartRef__":true,"id":39463}},"46365":{"timestamp":{"__isSmartRef__":true,"id":46366},"tags":[]},"46366":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:26:53 GMT+0100 (Mitteleuropäische Zeit)"},"46367":{"varMapping":{"__isSmartRef__":true,"id":46368},"source":"function getURLForCategoryNamed(categoryName) {\n this.ensureCategories()\n\n var relative = this.categories[categoryName];\n if (!relative) return null;\n return URL.ensureAbsoluteCodeBaseURL(relative).withRelativePartsResolved()\n}","funcProperties":{"__isSmartRef__":true,"id":46369},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46368":{"this":{"__isSmartRef__":true,"id":39463}},"46369":{"timestamp":{"__isSmartRef__":true,"id":46370},"user":"undefined","tags":[]},"46370":{"isSerializedDate":true,"string":"Sat Mar 10 2012 11:20:59 GMT+0100 (Mitteleuropäische Zeit)"},"46371":{"varMapping":{"__isSmartRef__":true,"id":46372},"source":"function makeUpPartNameFor(name) {\n if (!$morph(name)) return name;\n var i = 2;\n while($morph(name + i)) { i++ }\n return name + i;\n}","funcProperties":{"__isSmartRef__":true,"id":46373},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46372":{"this":{"__isSmartRef__":true,"id":39463}},"46373":{"timestamp":{"__isSmartRef__":true,"id":46374},"tags":[]},"46374":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"46375":{"varMapping":{"__isSmartRef__":true,"id":46376},"source":"function openPart(partMorph) {\n partMorph.setName(this.makeUpPartNameFor(partMorph.getName()));\n lively.morphic.World.current().firstHand().grabMorph(partMorph, null);\n if(partMorph.onCreateFromPartsBin) partMorph.onCreateFromPartsBin();\n partMorph.setPosition(pt(0,0));\n}","funcProperties":{"__isSmartRef__":true,"id":46377},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46376":{"this":{"__isSmartRef__":true,"id":39463}},"46377":{"timestamp":{"__isSmartRef__":true,"id":46378},"tags":[]},"46378":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"46379":{"varMapping":{"__isSmartRef__":true,"id":46380},"source":"function interactivelyRemoveSelectedPartItem(partMorph) {\n var item = this.selectedPartItem;\n if (!item) return;\n this.world().confirm(\"really delete \" + item.name + \" in PartsBin?\", function(answer) {\n\tif (!answer) return;\n\titem.del();\n\tthis.reloadEverything();\n\talertOK(\"deleted \" + item.name);\n }.bind(this))\n}","funcProperties":{"__isSmartRef__":true,"id":46381},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46380":{"this":{"__isSmartRef__":true,"id":39463}},"46381":{"timestamp":{"__isSmartRef__":true,"id":46382},"tags":[]},"46382":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"46383":{"varMapping":{"__isSmartRef__":true,"id":46384},"source":"function loadAndOpenSelectedPartItem(partMorph) {\n var item = this.selectedPartItem;\n if (!item) return;\n connect(item, 'part', this, 'openPart');\n var selectedVersion = this.get('selectedPartVersions').selection,\n\trev = selectedVersion ? selectedVersion.rev : null;\n item.loadPart(true, null, rev);\n alert('loading ' + item.name + '...');\n}","funcProperties":{"__isSmartRef__":true,"id":46385},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46384":{"this":{"__isSmartRef__":true,"id":39463}},"46385":{"timestamp":{"__isSmartRef__":true,"id":46386},"tags":[]},"46386":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"46387":{"varMapping":{"__isSmartRef__":true,"id":46388},"source":"function addCategory(categoryName, doNotUpdate) {\n if (!categoryName.startsWith(\"*\")) {\n var url = this.partsBinURL().withFilename(categoryName);\n this.addExternalCategory(categoryName, url, true);\n } else {\n this.categories[categoryName] = {isSpecialCategory: true};\n if (!doNotUpdate) {\n this.updateCategoryList(categoryName);\n }\n }\n}","funcProperties":{"__isSmartRef__":true,"id":46389},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46388":{"this":{"__isSmartRef__":true,"id":39463}},"46389":{"timestamp":{"__isSmartRef__":true,"id":46390},"tags":[]},"46390":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:58 GMT+0100 (Mitteleuropäische Zeit)"},"46391":{"varMapping":{"__isSmartRef__":true,"id":46392},"source":"function addCategoryInteractively() {\n var partsBin = this, world = this.world();\n world.prompt('Name of new category?', function(categoryName) {\n if (!categoryName || categoryName == '') {\n\t alert('no category created!')\n\t return;\n\t}\n partsBin.addCategory(categoryName)\n });\n}","funcProperties":{"__isSmartRef__":true,"id":46393},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46392":{"this":{"__isSmartRef__":true,"id":39463}},"46393":{"timestamp":{"__isSmartRef__":true,"id":46394},"tags":[]},"46394":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"46395":{"varMapping":{"__isSmartRef__":true,"id":46396},"source":"function addExternalCategory(categoryName, url, createPath) {\n url = url.asDirectory();\n this.categories[categoryName] = url;\n if (createPath) {\n this.getPartsSpaceForCategory(categoryName).ensureExistance();\n }\n this.updateCategoryList(categoryName)\n}","funcProperties":{"__isSmartRef__":true,"id":46397},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46396":{"this":{"__isSmartRef__":true,"id":39463}},"46397":{"timestamp":{"__isSmartRef__":true,"id":46398},"tags":[]},"46398":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"46399":{"varMapping":{"__isSmartRef__":true,"id":46400},"source":"function removeCategory(categoryName) {\n var url = this.getURLForCategoryNamed(categoryName);\n if (!url) {\n alert('No category ' + categoryName + ' exists! Doing nothing')\n\treturn;\n }\n var webR = new WebResource(url);\n if (!webR.exists()) {\n alert('Does not exist: ' + url);\n\tdelete this.categories[categoryName];\n\tlively.PartsBin.removePartsSpace(name);\n\tthis.updateCategoryList();\n\treturn\n }\n webR.getSubElements()\n if (!webR.subDocuments || webR.subDocuments.length > 0 ||\n !webR.subCollections || webR.subCollections.length > 0) {\n alert('Will not remove directory ' + url + ' because it is not empty')\n } else {\n webR.del();\n alertOK('Removed ' + categoryName + ' url ' + url);\n }\n delete this.categories[categoryName];\n lively.PartsBin.removePartsSpace(name);\n this.updateCategoryList();\n}","funcProperties":{"__isSmartRef__":true,"id":46401},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46400":{"this":{"__isSmartRef__":true,"id":39463}},"46401":{"timestamp":{"__isSmartRef__":true,"id":46402},"tags":[]},"46402":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"46403":{"varMapping":{"__isSmartRef__":true,"id":46404},"source":"function removeCategoryInteractively() {\n var partsBin = this, world = this.world();\n world.confirm('Really remove ' + this.categoryName + '?', function(result) {\n\tif (!result) {\n\t alert('no category removed!')\n\t return;\n\t}\n\tpartsBin.removeCategory(partsBin.categoryName)\n });\t\n}","funcProperties":{"__isSmartRef__":true,"id":46405},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46404":{"this":{"__isSmartRef__":true,"id":39463}},"46405":{"timestamp":{"__isSmartRef__":true,"id":46406},"tags":[]},"46406":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"46407":{"varMapping":{"__isSmartRef__":true,"id":46408},"source":"function interactivelyMoveSelectedPartItem(partMorph) {\n var partItem = this.selectedPartItem, categories = this.categories, self = this;\n if (!partItem) { alert('no item selected'); return }\n var items = Properties.own(categories).sort()\n .reject(function(ea) { return ea.startsWith(\"*\") || ea === self. categoryName})\n .collect(function(catName) {\n return [catName, function() {\n var url = new URL(categories[catName]);\n var partsSpace = lively.PartsBin.partsSpaceWithURL(url)\n partItem.moveToPartsSpace(partsSpace);\n self.reloadEverything();\n alertOK('Moved ' + partItem.name + ' to ' + url);\n }]\n })\n lively.morphic.Menu.openAtHand('Select category', items);\n}","funcProperties":{"__isSmartRef__":true,"id":46409},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46408":{"this":{"__isSmartRef__":true,"id":39463}},"46409":{"timestamp":{"__isSmartRef__":true,"id":46410},"user":"robertkrahn","tags":[]},"46410":{"isSerializedDate":true,"string":"Thu Jul 07 2011 16:13:12 GMT+0200 (Mitteleuropäische Sommerzeit)"},"46411":{"varMapping":{"__isSmartRef__":true,"id":46412},"source":"function setMetaInfoOfSelectedItem(metaInfo) {\n var comment = (metaInfo && metaInfo.getComment()) ||\n 'No comment yet';\n this.get('CommitLog').setTextString(this.commitLogString(metaInfo))\n\n\n this.get('selectedPartComment').textString = comment;\n}","funcProperties":{"__isSmartRef__":true,"id":46413},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46412":{"this":{"__isSmartRef__":true,"id":39463}},"46413":{"timestamp":{"__isSmartRef__":true,"id":46414},"user":"jenslincke","tags":[]},"46414":{"isSerializedDate":true,"string":"Tue Jan 31 2012 20:15:25 GMT+0100 (Mitteleuropäische Zeit)"},"46415":{"varMapping":{"__isSmartRef__":true,"id":46416},"source":"function saveCommentForSelectedPartItem(comment) {\n if (!this.selectedPartItem) {\n\talert('no part item selected!')\n\treturn;\n }\n var metaInfo = this.selectedPartItem.getMetaInfo();\n metaInfo.setComment(comment);\n this.selectedPartItem.uploadMetaInfoOnly();\n}","funcProperties":{"__isSmartRef__":true,"id":46417},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46416":{"this":{"__isSmartRef__":true,"id":39463}},"46417":{"timestamp":{"__isSmartRef__":true,"id":46418},"tags":[]},"46418":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:26:53 GMT+0100 (Mitteleuropäische Zeit)"},"46419":{"varMapping":{"__isSmartRef__":true,"id":46420},"source":"function addPartsOfCategory(categoryName) {\n var partsSpace = this.getPartsSpaceForCategory(categoryName);\n connect(partsSpace, 'partItems', this, 'addMorphsForPartItems', {\n\tconverter: function(partItemObj) { return Properties.ownValues(partItemObj) }})\n partsSpace.load(true);\n}","funcProperties":{"__isSmartRef__":true,"id":46421},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46420":{"this":{"__isSmartRef__":true,"id":39463}},"46421":{"timestamp":{"__isSmartRef__":true,"id":46422},"tags":[]},"46422":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"46423":{"varMapping":{"__isSmartRef__":true,"id":46424},"source":"function onLoadLatest(propfindXML) {\n var rawNodes = new Query(\"/D:multistatus/D:response\").findAll(propfindXML.documentElement);\n\n var svnVersionInfos = rawNodes.map(function(rawNode) { return SVNVersionInfo.fromPropfindNode(rawNode) });\n\n var top20 = svnVersionInfos\n .select(function(ea) { return ea.url.endsWith(\".json\")})\n .sortBy(function(ea) { return ea.rev}).reverse().slice(0,20);\n var top20URLs = top20.collect(function(ea) { \n return new URL(\"http://\" + URL.codeBase.hostname + ea.url)})\n \n this.addPartsFromURLs(top20URLs) \n}","funcProperties":{"__isSmartRef__":true,"id":46425},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46424":{"this":{"__isSmartRef__":true,"id":39463}},"46425":{"timestamp":{"__isSmartRef__":true,"id":46426},"tags":[]},"46426":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"46427":{"varMapping":{"__isSmartRef__":true,"id":46428},"source":"function onLoadAll(subDocuments) {\n // alertOK(\"load all \" + subDocuments.length)\n var all = subDocuments.invoke('getURL')\n .select(function(ea) {return ea.filename().endsWith(\".json\")})\n .sortBy(function(ea) {return ea.filename()});\n \n this.addPartsFromURLs(all) \n}","funcProperties":{"__isSmartRef__":true,"id":46429},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46428":{"this":{"__isSmartRef__":true,"id":39463}},"46429":{"timestamp":{"__isSmartRef__":true,"id":46430},"tags":[]},"46430":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:38:18 GMT+0100 (Mitteleuropäische Zeit)"},"46431":{"varMapping":{"__isSmartRef__":true,"id":46432},"source":"function onSearch(allPartURLs) {\n var searchString = this.get('searchText').textString;\n var matchingPartURLs = allPartURLs\n .select(function(ea) {return new RegExp(searchString, 'i').test(ea.filename())})\n .sortBy(function(ea) {return ea.filename()});\n this.addPartsFromURLs(matchingPartURLs) \n if (matchingPartURLs.length == 0)\n this.showMsg(\"nothing found for '\" + searchString + \"'\")\n}","funcProperties":{"__isSmartRef__":true,"id":46433},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46432":{"this":{"__isSmartRef__":true,"id":39463}},"46433":{"timestamp":{"__isSmartRef__":true,"id":46434},"user":"lauritz","tags":[]},"46434":{"isSerializedDate":true,"string":"Mon Dec 19 2011 19:59:19 GMT+0100 (Mitteleuropäische Zeit)"},"46435":{"varMapping":{"__isSmartRef__":true,"id":46436},"source":"function addPartsFromURLs(urls) {\n var partsBin = this,\n partItems = [];\n\n urls.forEach(function(ea) {\n var partPath = ea.relativePathFrom(URL.codeBase.withFilename(\"../\")),\n match = partPath.match(/(.*\\/)(.*).json/);\n if (match)\n partItems.push(lively.PartsBin.getPartItem(match[2], match[1]));\n });\n partsBin.addMorphsForPartItems(partItems, true);\n\n}","funcProperties":{"__isSmartRef__":true,"id":46437},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46436":{"this":{"__isSmartRef__":true,"id":39463}},"46437":{"timestamp":{"__isSmartRef__":true,"id":46438},"user":"jenslincke","tags":[]},"46438":{"isSerializedDate":true,"string":"Thu Feb 23 2012 18:39:54 GMT+0100 (Mitteleuropäische Zeit)"},"46439":{"varMapping":{"__isSmartRef__":true,"id":46440},"source":"function search(searchString) {\n this.get('categoryList').setSelection(\"*search*\");\n}","funcProperties":{"__isSmartRef__":true,"id":46441},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46440":{"this":{"__isSmartRef__":true,"id":39463}},"46441":{"timestamp":{"__isSmartRef__":true,"id":46442},"tags":[]},"46442":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"46443":{"varMapping":{"__isSmartRef__":true,"id":46444},"source":"function showMsg(string) {\n var label = new lively.morphic.Text(new Rectangle(0,0,200,30), string);\n label.applyStyle({fill: null, borderWidth: 0})\n this.get('partsBinContents').addMorph(label)\n}","funcProperties":{"__isSmartRef__":true,"id":46445},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46444":{"this":{"__isSmartRef__":true,"id":39463}},"46445":{"timestamp":{"__isSmartRef__":true,"id":46446},"user":"lauritz","tags":[]},"46446":{"isSerializedDate":true,"string":"Mon Dec 19 2011 19:59:19 GMT+0100 (Mitteleuropäische Zeit)"},"46447":{"varMapping":{"__isSmartRef__":true,"id":46448},"source":"function toggleMorePane() {\n var pane = this.get('morePane');\n moveOffset = pane.getExtent().withY(0),\n steps = 5, timePerStep = 10,\n btn = pane.get('moreButton');\n if (pane.isVisible()) {\n var dest = pane.getPosition().addPt(moveOffset.negated());\n pane.animatedInterpolateTo(dest, steps, timePerStep, function() {\n btn.setLabel('more')\n pane.setVisible(false)\n });\n\n } else {\n btn.setLabel('hide')\n pane.setVisible(true)\n this.addMorphBack(pane);\n pane.align(\n pane.bounds().topRight(), \n this.get('partsBinContents').bounds().topRight());\n // move it so that it is completely visible\n var dest = pane.getPosition().addPt(moveOffset);\n pane.animatedInterpolateTo(dest, steps, timePerStep, Functions.Null);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":46449},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46448":{"this":{"__isSmartRef__":true,"id":39463}},"46449":{"timestamp":{"__isSmartRef__":true,"id":46450},"user":"lauritz","tags":[]},"46450":{"isSerializedDate":true,"string":"Mon Dec 19 2011 19:59:19 GMT+0100 (Mitteleuropäische Zeit)"},"46451":{"varMapping":{"__isSmartRef__":true,"id":46452},"source":"function interactivelyCopySelectedPartItem(partMorph) {\n // FIXME duplication with interactivelyMoveSelectedPartItem\n var partItem = this.selectedPartItem, categories = this.categories, self = this;\n if (!partItem) { alert('no item selected'); return }\n var items = Properties.own(categories).sort()\n .reject(function(ea) { return ea.startsWith(\"*\") || ea === self. categoryName})\n .collect(function(catName) {\n return [catName, function() {\n var url = new URL(categories[catName]);\n var partsSpace = lively.PartsBin.partsSpaceWithURL(url)\n partItem.copyToPartsSpace(partsSpace);\n alertOK('Copied ' + partItem.name + ' to ' + url);\n }]\n })\n lively.morphic.Menu.openAtHand('Select category', items);\n}","funcProperties":{"__isSmartRef__":true,"id":46453},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46452":{"this":{"__isSmartRef__":true,"id":39463}},"46453":{"timestamp":{"__isSmartRef__":true,"id":46454},"user":"robertkrahn","tags":[]},"46454":{"isSerializedDate":true,"string":"Thu Jul 07 2011 16:13:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"46455":{"varMapping":{"__isSmartRef__":true,"id":46456},"source":"function partsBinUrl() {\n if (this.url) {\n return url;\n }\n return this.partsBinURL();\n}","funcProperties":{"__isSmartRef__":true,"id":46457},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46456":{"this":{"__isSmartRef__":true,"id":39463}},"46457":{"timestamp":{"__isSmartRef__":true,"id":46458},"tags":[]},"46458":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:58 GMT+0100 (Mitteleuropäische Zeit)"},"46459":{"varMapping":{"__isSmartRef__":true,"id":46460},"source":"function partsBinURL() {\n if (this.url) {\n return this.url;\n }\n return this.defaultPartsBinURL();\n}","funcProperties":{"__isSmartRef__":true,"id":46461},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46460":{"this":{"__isSmartRef__":true,"id":39463}},"46461":{"timestamp":{"__isSmartRef__":true,"id":46462},"tags":[]},"46462":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:06 GMT+0100 (Mitteleuropäische Zeit)"},"46463":{"varMapping":{"__isSmartRef__":true,"id":46464},"source":"function commitLogString(metaInfo) {\n if (!metaInfo.changes) return \"\";\n return metaInfo.changes\n .reverse()\n .collect(function(ea) {\n return Strings.format(\"%s %s: \\n %s\\n\",\n ea.date.format(\"yyyy-mm-dd HH:MM\") , \n ea.author, (ea.message || \"no comment\"));\n })\n .join('');\n}","funcProperties":{"__isSmartRef__":true,"id":46465},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46464":{"this":{"__isSmartRef__":true,"id":39463}},"46465":{"timestamp":{"__isSmartRef__":true,"id":46466},"user":"jenslincke","tags":[]},"46466":{"isSerializedDate":true,"string":"Tue Jan 31 2012 20:19:05 GMT+0100 (Mitteleuropäische Zeit)"},"46467":{"varMapping":{"__isSmartRef__":true,"id":46468},"source":"function showCommits() {\n if (!this.selectedPartItem) {\n alert('nothing selected');\n return;\n }\n var metaInfo = this.selectedPartItem.loadedMetaInfo;\n this.world().addTextWindow({\n title: 'Commits of ' + metaInfo.partName,\n content: this.commitLogString(metaInfo)\n });\n}","funcProperties":{"__isSmartRef__":true,"id":46469},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46468":{"this":{"__isSmartRef__":true,"id":39463}},"46469":{"timestamp":{"__isSmartRef__":true,"id":46470},"user":"robertkrahn","tags":[]},"46470":{"isSerializedDate":true,"string":"Mon Jan 23 2012 19:20:49 GMT+0100 (Mitteleuropäische Zeit)"},"46471":{"varMapping":{"__isSmartRef__":true,"id":46472},"source":"function setShareLink(partItem) {\n var linkText = this.get('shareLink');\n linkText.setTextString('Share Link');\n var url = 'http://www.lively-kernel.org/viral?part='\n + partItem.name + '&path=' + partItem.partsSpaceName;\n linkText.emphasizeAll({uri: url});\n}","funcProperties":{"__isSmartRef__":true,"id":46473},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46472":{"this":{"__isSmartRef__":true,"id":39463}},"46473":{"timestamp":{"__isSmartRef__":true,"id":46474},"user":"robertkrahn","tags":[]},"46474":{"isSerializedDate":true,"string":"Mon Jan 23 2012 19:45:42 GMT+0100 (Mitteleuropäische Zeit)"},"46475":{"varMapping":{"__isSmartRef__":true,"id":46476},"source":"function setSelectedPartVersions(versions) {\n // alertOK(\"set versions:\" + versions.length)\n var list = versions.collect(function(ea) {\n return { \n string: '' + ea.date.format(\"yyyy-mm-dd HH:MM\") \n + \" \" + ea.author + \" (\" + ea.rev + \")\", \n value: ea, isListItem: true}\n })\n this.get('selectedPartVersions').updateList(list)\n}","funcProperties":{"__isSmartRef__":true,"id":46477},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"46476":{"this":{"__isSmartRef__":true,"id":39463}},"46477":{"timestamp":{"__isSmartRef__":true,"id":46478},"user":"jenslincke","tags":[]},"46478":{"isSerializedDate":true,"string":"Tue Jan 31 2012 20:06:52 GMT+0100 (Mitteleuropäische Zeit)"},"46479":{"source":{"__isSmartRef__":true,"id":26167},"target":{"__isSmartRef__":true,"id":39463}},"46480":{"converter":{"__isSmartRef__":true,"id":46481}},"46481":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":46479},"source":"function (partItemObj) { return Properties.ownValues(partItemObj) }","funcProperties":{"__isSmartRef__":true,"id":46482},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"46482":{},"46483":{"sourceObj":{"__isSmartRef__":true,"id":26167},"sourceAttrName":"partItems","targetObj":{"__isSmartRef__":true,"id":46484},"targetMethodName":"addMorphsForPartItems","converterString":"function (partItemObj) { return Properties.ownValues(partItemObj) }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":52368},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":52369},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"46484":{"submorphs":[{"__isSmartRef__":true,"id":46485},{"__isSmartRef__":true,"id":46882},{"__isSmartRef__":true,"id":46897},{"__isSmartRef__":true,"id":46947},{"__isSmartRef__":true,"id":50485},{"__isSmartRef__":true,"id":50538},{"__isSmartRef__":true,"id":50591},{"__isSmartRef__":true,"id":50608},{"__isSmartRef__":true,"id":50622}],"scripts":[],"id":"E4890E7C-FC8D-4A0D-B0B6-368109359F59","shape":{"__isSmartRef__":true,"id":51003},"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"PartsBinBrowser","partsBinMetaInfo":{"__isSmartRef__":true,"id":51010},"__SourceModuleName__":"Global.lively.morphic.Core","attributeConnections":[{"__isSmartRef__":true,"id":51013},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50947},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951}],"doNotSerialize":["$$categoryName","$$_Position","$$_Scale","$$_Rotation","$$owner","categories"],"doNotCopyProperties":["$$categoryName","$$_Position","$$_Scale","$$_Rotation","$$owner"],"selectedPartItem":{"__isSmartRef__":true,"id":48150},"layout":{"__isSmartRef__":true,"id":51014},"priorExtent":{"__isSmartRef__":true,"id":51015},"renderContextTable":{"__isSmartRef__":true,"id":51016},"eventHandler":{"__isSmartRef__":true,"id":51017},"connections":{"__isSmartRef__":true,"id":51018},"isCopyMorphRef":true,"morphRefId":1,"prevScroll":[0,0],"isBeingDragged":false,"derivationIds":[1216,"DCEC3706-0AB9-4A0C-925F-475895BE1DF7","68426E58-E2B1-4674-9B39-B68EBCF20862","2669991A-6DFB-4E8C-B5E0-7AAFEB4C1F1B","28532929-9EF2-46BB-806D-E2DEDDDD7B23","C9A10B70-D314-40FE-8F60-89C176D369BE","AB7C8D37-027C-4F1A-94C9-6D9399870560","6C0D122F-738A-4887-A71E-60CC93389047","78714529-9A42-4AF0-89F3-94DB4F3E87BC","20E86927-BBA6-45B0-AE2E-74C6531A2D8B","7547ECC2-E4E3-4F53-A5E1-54BACD597352","8CA5479C-7CD1-4FAC-90E1-B9BB8C43706D","A1030CA3-704B-46AE-9627-A2843F9D1DC2","1888759D-BC9B-436F-9782-632D1000D7FB","B758B83B-AF79-4410-B88D-5EE31D7C17A9","F4363EF4-1C16-4D29-A79F-7B414DD0F1FD","044C9B49-71AD-499B-938B-CBBF60CD1BDA","E6F808B7-2CCE-4B5C-9B6F-1D7A22B8F936","FE4AD6D7-B486-4DF5-A4A8-C92A799C9FE8"],"_Position":{"__isSmartRef__":true,"id":51020},"_Scale":1,"_Rotation":0,"owner":{"__isSmartRef__":true,"id":50711},"categoryName":"PartsClasses","allURLs":[{"__isSmartRef__":true,"id":51021},{"__isSmartRef__":true,"id":51022},{"__isSmartRef__":true,"id":51023},{"__isSmartRef__":true,"id":51024},{"__isSmartRef__":true,"id":51025},{"__isSmartRef__":true,"id":51026},{"__isSmartRef__":true,"id":51027},{"__isSmartRef__":true,"id":51028},{"__isSmartRef__":true,"id":51029},{"__isSmartRef__":true,"id":51030},{"__isSmartRef__":true,"id":51031},{"__isSmartRef__":true,"id":51032},{"__isSmartRef__":true,"id":51033},{"__isSmartRef__":true,"id":51034},{"__isSmartRef__":true,"id":51035},{"__isSmartRef__":true,"id":51036},{"__isSmartRef__":true,"id":51037},{"__isSmartRef__":true,"id":51038},{"__isSmartRef__":true,"id":51039},{"__isSmartRef__":true,"id":51040},{"__isSmartRef__":true,"id":51041},{"__isSmartRef__":true,"id":51042},{"__isSmartRef__":true,"id":51043},{"__isSmartRef__":true,"id":51044},{"__isSmartRef__":true,"id":51045},{"__isSmartRef__":true,"id":51046},{"__isSmartRef__":true,"id":51047},{"__isSmartRef__":true,"id":51048},{"__isSmartRef__":true,"id":51049},{"__isSmartRef__":true,"id":51050},{"__isSmartRef__":true,"id":51051},{"__isSmartRef__":true,"id":51052},{"__isSmartRef__":true,"id":51053},{"__isSmartRef__":true,"id":51054},{"__isSmartRef__":true,"id":51055},{"__isSmartRef__":true,"id":51056},{"__isSmartRef__":true,"id":51057},{"__isSmartRef__":true,"id":51058},{"__isSmartRef__":true,"id":51059},{"__isSmartRef__":true,"id":51060},{"__isSmartRef__":true,"id":51061},{"__isSmartRef__":true,"id":51062},{"__isSmartRef__":true,"id":51063},{"__isSmartRef__":true,"id":51064},{"__isSmartRef__":true,"id":51065},{"__isSmartRef__":true,"id":51066},{"__isSmartRef__":true,"id":51067},{"__isSmartRef__":true,"id":51068},{"__isSmartRef__":true,"id":51069},{"__isSmartRef__":true,"id":51070},{"__isSmartRef__":true,"id":51071},{"__isSmartRef__":true,"id":51072},{"__isSmartRef__":true,"id":51073},{"__isSmartRef__":true,"id":51074},{"__isSmartRef__":true,"id":51075},{"__isSmartRef__":true,"id":51076},{"__isSmartRef__":true,"id":51077},{"__isSmartRef__":true,"id":51078},{"__isSmartRef__":true,"id":51079},{"__isSmartRef__":true,"id":51080},{"__isSmartRef__":true,"id":51081},{"__isSmartRef__":true,"id":51082},{"__isSmartRef__":true,"id":51083},{"__isSmartRef__":true,"id":51084},{"__isSmartRef__":true,"id":51085},{"__isSmartRef__":true,"id":51086},{"__isSmartRef__":true,"id":51087},{"__isSmartRef__":true,"id":51088},{"__isSmartRef__":true,"id":51089},{"__isSmartRef__":true,"id":51090},{"__isSmartRef__":true,"id":51091},{"__isSmartRef__":true,"id":51092},{"__isSmartRef__":true,"id":51093},{"__isSmartRef__":true,"id":51094},{"__isSmartRef__":true,"id":51095},{"__isSmartRef__":true,"id":51096},{"__isSmartRef__":true,"id":51097},{"__isSmartRef__":true,"id":51098},{"__isSmartRef__":true,"id":51099},{"__isSmartRef__":true,"id":51100},{"__isSmartRef__":true,"id":51101},{"__isSmartRef__":true,"id":51102},{"__isSmartRef__":true,"id":51103},{"__isSmartRef__":true,"id":51104},{"__isSmartRef__":true,"id":51105},{"__isSmartRef__":true,"id":51106},{"__isSmartRef__":true,"id":51107},{"__isSmartRef__":true,"id":51108},{"__isSmartRef__":true,"id":51109},{"__isSmartRef__":true,"id":51110},{"__isSmartRef__":true,"id":51111},{"__isSmartRef__":true,"id":51112},{"__isSmartRef__":true,"id":51113},{"__isSmartRef__":true,"id":51114},{"__isSmartRef__":true,"id":51115},{"__isSmartRef__":true,"id":51116},{"__isSmartRef__":true,"id":51117},{"__isSmartRef__":true,"id":51118},{"__isSmartRef__":true,"id":51119},{"__isSmartRef__":true,"id":51120},{"__isSmartRef__":true,"id":51121},{"__isSmartRef__":true,"id":51122},{"__isSmartRef__":true,"id":51123},{"__isSmartRef__":true,"id":51124},{"__isSmartRef__":true,"id":51125},{"__isSmartRef__":true,"id":51126},{"__isSmartRef__":true,"id":51127},{"__isSmartRef__":true,"id":51128},{"__isSmartRef__":true,"id":51129},{"__isSmartRef__":true,"id":51130},{"__isSmartRef__":true,"id":51131},{"__isSmartRef__":true,"id":51132},{"__isSmartRef__":true,"id":51133},{"__isSmartRef__":true,"id":51134},{"__isSmartRef__":true,"id":51135},{"__isSmartRef__":true,"id":51136},{"__isSmartRef__":true,"id":51137},{"__isSmartRef__":true,"id":51138},{"__isSmartRef__":true,"id":51139},{"__isSmartRef__":true,"id":51140},{"__isSmartRef__":true,"id":51141},{"__isSmartRef__":true,"id":51142},{"__isSmartRef__":true,"id":51143},{"__isSmartRef__":true,"id":51144},{"__isSmartRef__":true,"id":51145},{"__isSmartRef__":true,"id":51146},{"__isSmartRef__":true,"id":51147},{"__isSmartRef__":true,"id":51148},{"__isSmartRef__":true,"id":51149},{"__isSmartRef__":true,"id":51150},{"__isSmartRef__":true,"id":51151},{"__isSmartRef__":true,"id":51152},{"__isSmartRef__":true,"id":51153},{"__isSmartRef__":true,"id":51154},{"__isSmartRef__":true,"id":51155},{"__isSmartRef__":true,"id":51156},{"__isSmartRef__":true,"id":51157},{"__isSmartRef__":true,"id":51158},{"__isSmartRef__":true,"id":51159},{"__isSmartRef__":true,"id":51160},{"__isSmartRef__":true,"id":51161},{"__isSmartRef__":true,"id":51162},{"__isSmartRef__":true,"id":51163},{"__isSmartRef__":true,"id":51164},{"__isSmartRef__":true,"id":51165},{"__isSmartRef__":true,"id":51166},{"__isSmartRef__":true,"id":51167},{"__isSmartRef__":true,"id":51168},{"__isSmartRef__":true,"id":51169},{"__isSmartRef__":true,"id":51170},{"__isSmartRef__":true,"id":51171},{"__isSmartRef__":true,"id":51172},{"__isSmartRef__":true,"id":51173},{"__isSmartRef__":true,"id":51174},{"__isSmartRef__":true,"id":51175},{"__isSmartRef__":true,"id":51176},{"__isSmartRef__":true,"id":51177},{"__isSmartRef__":true,"id":51178},{"__isSmartRef__":true,"id":51179},{"__isSmartRef__":true,"id":51180},{"__isSmartRef__":true,"id":51181},{"__isSmartRef__":true,"id":51182},{"__isSmartRef__":true,"id":51183},{"__isSmartRef__":true,"id":51184},{"__isSmartRef__":true,"id":51185},{"__isSmartRef__":true,"id":51186},{"__isSmartRef__":true,"id":51187},{"__isSmartRef__":true,"id":51188},{"__isSmartRef__":true,"id":51189},{"__isSmartRef__":true,"id":51190},{"__isSmartRef__":true,"id":51191},{"__isSmartRef__":true,"id":51192},{"__isSmartRef__":true,"id":51193},{"__isSmartRef__":true,"id":51194},{"__isSmartRef__":true,"id":51195},{"__isSmartRef__":true,"id":51196},{"__isSmartRef__":true,"id":51197},{"__isSmartRef__":true,"id":51198},{"__isSmartRef__":true,"id":51199},{"__isSmartRef__":true,"id":51200},{"__isSmartRef__":true,"id":51201},{"__isSmartRef__":true,"id":51202},{"__isSmartRef__":true,"id":51203},{"__isSmartRef__":true,"id":51204},{"__isSmartRef__":true,"id":51205},{"__isSmartRef__":true,"id":51206},{"__isSmartRef__":true,"id":51207},{"__isSmartRef__":true,"id":51208},{"__isSmartRef__":true,"id":51209},{"__isSmartRef__":true,"id":51210},{"__isSmartRef__":true,"id":51211},{"__isSmartRef__":true,"id":51212},{"__isSmartRef__":true,"id":51213},{"__isSmartRef__":true,"id":51214},{"__isSmartRef__":true,"id":51215},{"__isSmartRef__":true,"id":51216},{"__isSmartRef__":true,"id":51217},{"__isSmartRef__":true,"id":51218},{"__isSmartRef__":true,"id":51219},{"__isSmartRef__":true,"id":51220},{"__isSmartRef__":true,"id":51221},{"__isSmartRef__":true,"id":51222},{"__isSmartRef__":true,"id":51223},{"__isSmartRef__":true,"id":51224},{"__isSmartRef__":true,"id":51225},{"__isSmartRef__":true,"id":51226},{"__isSmartRef__":true,"id":51227},{"__isSmartRef__":true,"id":51228},{"__isSmartRef__":true,"id":51229},{"__isSmartRef__":true,"id":51230},{"__isSmartRef__":true,"id":51231},{"__isSmartRef__":true,"id":51232},{"__isSmartRef__":true,"id":51233},{"__isSmartRef__":true,"id":51234},{"__isSmartRef__":true,"id":51235},{"__isSmartRef__":true,"id":51236},{"__isSmartRef__":true,"id":51237},{"__isSmartRef__":true,"id":51238},{"__isSmartRef__":true,"id":51239},{"__isSmartRef__":true,"id":51240},{"__isSmartRef__":true,"id":51241},{"__isSmartRef__":true,"id":51242},{"__isSmartRef__":true,"id":51243},{"__isSmartRef__":true,"id":51244},{"__isSmartRef__":true,"id":51245},{"__isSmartRef__":true,"id":51246},{"__isSmartRef__":true,"id":51247},{"__isSmartRef__":true,"id":51248},{"__isSmartRef__":true,"id":51249},{"__isSmartRef__":true,"id":51250},{"__isSmartRef__":true,"id":51251},{"__isSmartRef__":true,"id":51252},{"__isSmartRef__":true,"id":51253},{"__isSmartRef__":true,"id":51254},{"__isSmartRef__":true,"id":51255},{"__isSmartRef__":true,"id":51256},{"__isSmartRef__":true,"id":51257},{"__isSmartRef__":true,"id":51258},{"__isSmartRef__":true,"id":51259},{"__isSmartRef__":true,"id":51260},{"__isSmartRef__":true,"id":51261},{"__isSmartRef__":true,"id":51262},{"__isSmartRef__":true,"id":51263},{"__isSmartRef__":true,"id":51264},{"__isSmartRef__":true,"id":51265},{"__isSmartRef__":true,"id":51266},{"__isSmartRef__":true,"id":51267},{"__isSmartRef__":true,"id":51268},{"__isSmartRef__":true,"id":51269},{"__isSmartRef__":true,"id":51270},{"__isSmartRef__":true,"id":51271},{"__isSmartRef__":true,"id":51272},{"__isSmartRef__":true,"id":51273},{"__isSmartRef__":true,"id":51274},{"__isSmartRef__":true,"id":51275},{"__isSmartRef__":true,"id":51276},{"__isSmartRef__":true,"id":51277},{"__isSmartRef__":true,"id":51278},{"__isSmartRef__":true,"id":51279},{"__isSmartRef__":true,"id":51280},{"__isSmartRef__":true,"id":51281},{"__isSmartRef__":true,"id":51282},{"__isSmartRef__":true,"id":51283},{"__isSmartRef__":true,"id":51284},{"__isSmartRef__":true,"id":51285},{"__isSmartRef__":true,"id":51286},{"__isSmartRef__":true,"id":51287},{"__isSmartRef__":true,"id":51288},{"__isSmartRef__":true,"id":51289},{"__isSmartRef__":true,"id":51290},{"__isSmartRef__":true,"id":51291},{"__isSmartRef__":true,"id":51292},{"__isSmartRef__":true,"id":51293},{"__isSmartRef__":true,"id":51294},{"__isSmartRef__":true,"id":51295},{"__isSmartRef__":true,"id":51296},{"__isSmartRef__":true,"id":51297},{"__isSmartRef__":true,"id":51298},{"__isSmartRef__":true,"id":51299},{"__isSmartRef__":true,"id":51300},{"__isSmartRef__":true,"id":51301},{"__isSmartRef__":true,"id":51302},{"__isSmartRef__":true,"id":51303},{"__isSmartRef__":true,"id":51304},{"__isSmartRef__":true,"id":51305},{"__isSmartRef__":true,"id":51306},{"__isSmartRef__":true,"id":51307},{"__isSmartRef__":true,"id":51308},{"__isSmartRef__":true,"id":51309},{"__isSmartRef__":true,"id":51310},{"__isSmartRef__":true,"id":51311},{"__isSmartRef__":true,"id":51312},{"__isSmartRef__":true,"id":51313},{"__isSmartRef__":true,"id":51314},{"__isSmartRef__":true,"id":51315},{"__isSmartRef__":true,"id":51316},{"__isSmartRef__":true,"id":51317},{"__isSmartRef__":true,"id":51318},{"__isSmartRef__":true,"id":51319},{"__isSmartRef__":true,"id":51320},{"__isSmartRef__":true,"id":51321},{"__isSmartRef__":true,"id":51322},{"__isSmartRef__":true,"id":51323},{"__isSmartRef__":true,"id":51324},{"__isSmartRef__":true,"id":51325},{"__isSmartRef__":true,"id":51326},{"__isSmartRef__":true,"id":51327},{"__isSmartRef__":true,"id":51328},{"__isSmartRef__":true,"id":51329},{"__isSmartRef__":true,"id":51330},{"__isSmartRef__":true,"id":51331},{"__isSmartRef__":true,"id":51332},{"__isSmartRef__":true,"id":51333},{"__isSmartRef__":true,"id":51334},{"__isSmartRef__":true,"id":51335},{"__isSmartRef__":true,"id":51336},{"__isSmartRef__":true,"id":51337},{"__isSmartRef__":true,"id":51338},{"__isSmartRef__":true,"id":51339},{"__isSmartRef__":true,"id":51340},{"__isSmartRef__":true,"id":51341},{"__isSmartRef__":true,"id":51342},{"__isSmartRef__":true,"id":51343},{"__isSmartRef__":true,"id":51344},{"__isSmartRef__":true,"id":51345},{"__isSmartRef__":true,"id":51346},{"__isSmartRef__":true,"id":51347},{"__isSmartRef__":true,"id":51348},{"__isSmartRef__":true,"id":51349},{"__isSmartRef__":true,"id":51350},{"__isSmartRef__":true,"id":51351},{"__isSmartRef__":true,"id":51352},{"__isSmartRef__":true,"id":51353},{"__isSmartRef__":true,"id":51354},{"__isSmartRef__":true,"id":51355},{"__isSmartRef__":true,"id":51356},{"__isSmartRef__":true,"id":51357},{"__isSmartRef__":true,"id":51358},{"__isSmartRef__":true,"id":51359},{"__isSmartRef__":true,"id":51360},{"__isSmartRef__":true,"id":51361},{"__isSmartRef__":true,"id":51362},{"__isSmartRef__":true,"id":51363},{"__isSmartRef__":true,"id":51364},{"__isSmartRef__":true,"id":51365},{"__isSmartRef__":true,"id":51366},{"__isSmartRef__":true,"id":51367},{"__isSmartRef__":true,"id":51368},{"__isSmartRef__":true,"id":51369},{"__isSmartRef__":true,"id":51370},{"__isSmartRef__":true,"id":51371},{"__isSmartRef__":true,"id":51372},{"__isSmartRef__":true,"id":51373},{"__isSmartRef__":true,"id":51374},{"__isSmartRef__":true,"id":51375},{"__isSmartRef__":true,"id":51376},{"__isSmartRef__":true,"id":51377},{"__isSmartRef__":true,"id":51378},{"__isSmartRef__":true,"id":51379},{"__isSmartRef__":true,"id":51380},{"__isSmartRef__":true,"id":51381},{"__isSmartRef__":true,"id":51382},{"__isSmartRef__":true,"id":51383},{"__isSmartRef__":true,"id":51384},{"__isSmartRef__":true,"id":51385},{"__isSmartRef__":true,"id":51386},{"__isSmartRef__":true,"id":51387},{"__isSmartRef__":true,"id":51388},{"__isSmartRef__":true,"id":51389},{"__isSmartRef__":true,"id":51390},{"__isSmartRef__":true,"id":51391},{"__isSmartRef__":true,"id":51392},{"__isSmartRef__":true,"id":51393},{"__isSmartRef__":true,"id":51394},{"__isSmartRef__":true,"id":51395},{"__isSmartRef__":true,"id":51396},{"__isSmartRef__":true,"id":51397},{"__isSmartRef__":true,"id":51398},{"__isSmartRef__":true,"id":51399},{"__isSmartRef__":true,"id":51400},{"__isSmartRef__":true,"id":51401},{"__isSmartRef__":true,"id":51402},{"__isSmartRef__":true,"id":51403},{"__isSmartRef__":true,"id":51404},{"__isSmartRef__":true,"id":51405},{"__isSmartRef__":true,"id":51406},{"__isSmartRef__":true,"id":51407},{"__isSmartRef__":true,"id":51408},{"__isSmartRef__":true,"id":51409},{"__isSmartRef__":true,"id":51410},{"__isSmartRef__":true,"id":51411},{"__isSmartRef__":true,"id":51412},{"__isSmartRef__":true,"id":51413},{"__isSmartRef__":true,"id":51414},{"__isSmartRef__":true,"id":51415},{"__isSmartRef__":true,"id":51416},{"__isSmartRef__":true,"id":51417},{"__isSmartRef__":true,"id":51418},{"__isSmartRef__":true,"id":51419},{"__isSmartRef__":true,"id":51420},{"__isSmartRef__":true,"id":51421},{"__isSmartRef__":true,"id":51422},{"__isSmartRef__":true,"id":51423},{"__isSmartRef__":true,"id":51424},{"__isSmartRef__":true,"id":51425},{"__isSmartRef__":true,"id":51426},{"__isSmartRef__":true,"id":51427},{"__isSmartRef__":true,"id":51428},{"__isSmartRef__":true,"id":51429},{"__isSmartRef__":true,"id":51430},{"__isSmartRef__":true,"id":51431},{"__isSmartRef__":true,"id":51432},{"__isSmartRef__":true,"id":51433},{"__isSmartRef__":true,"id":51434},{"__isSmartRef__":true,"id":51435},{"__isSmartRef__":true,"id":51436},{"__isSmartRef__":true,"id":51437},{"__isSmartRef__":true,"id":51438},{"__isSmartRef__":true,"id":51439},{"__isSmartRef__":true,"id":51440},{"__isSmartRef__":true,"id":51441},{"__isSmartRef__":true,"id":51442},{"__isSmartRef__":true,"id":51443},{"__isSmartRef__":true,"id":51444},{"__isSmartRef__":true,"id":51445},{"__isSmartRef__":true,"id":51446},{"__isSmartRef__":true,"id":51447},{"__isSmartRef__":true,"id":51448},{"__isSmartRef__":true,"id":51449},{"__isSmartRef__":true,"id":51450},{"__isSmartRef__":true,"id":51451},{"__isSmartRef__":true,"id":51452},{"__isSmartRef__":true,"id":51453},{"__isSmartRef__":true,"id":51454},{"__isSmartRef__":true,"id":51455},{"__isSmartRef__":true,"id":51456},{"__isSmartRef__":true,"id":51457},{"__isSmartRef__":true,"id":51458},{"__isSmartRef__":true,"id":51459},{"__isSmartRef__":true,"id":51460},{"__isSmartRef__":true,"id":51461},{"__isSmartRef__":true,"id":51462},{"__isSmartRef__":true,"id":51463},{"__isSmartRef__":true,"id":51464},{"__isSmartRef__":true,"id":51465},{"__isSmartRef__":true,"id":51466},{"__isSmartRef__":true,"id":51467},{"__isSmartRef__":true,"id":51468},{"__isSmartRef__":true,"id":51469},{"__isSmartRef__":true,"id":51470},{"__isSmartRef__":true,"id":51471},{"__isSmartRef__":true,"id":51472},{"__isSmartRef__":true,"id":51473},{"__isSmartRef__":true,"id":51474},{"__isSmartRef__":true,"id":51475},{"__isSmartRef__":true,"id":51476},{"__isSmartRef__":true,"id":51477},{"__isSmartRef__":true,"id":51478},{"__isSmartRef__":true,"id":51479},{"__isSmartRef__":true,"id":51480},{"__isSmartRef__":true,"id":51481},{"__isSmartRef__":true,"id":51482},{"__isSmartRef__":true,"id":51483},{"__isSmartRef__":true,"id":51484},{"__isSmartRef__":true,"id":51485},{"__isSmartRef__":true,"id":51486},{"__isSmartRef__":true,"id":51487},{"__isSmartRef__":true,"id":51488},{"__isSmartRef__":true,"id":51489},{"__isSmartRef__":true,"id":51490},{"__isSmartRef__":true,"id":51491},{"__isSmartRef__":true,"id":51492},{"__isSmartRef__":true,"id":51493},{"__isSmartRef__":true,"id":51494},{"__isSmartRef__":true,"id":51495},{"__isSmartRef__":true,"id":51496},{"__isSmartRef__":true,"id":51497},{"__isSmartRef__":true,"id":51498},{"__isSmartRef__":true,"id":51499},{"__isSmartRef__":true,"id":51500},{"__isSmartRef__":true,"id":51501},{"__isSmartRef__":true,"id":51502},{"__isSmartRef__":true,"id":51503},{"__isSmartRef__":true,"id":51504},{"__isSmartRef__":true,"id":51505},{"__isSmartRef__":true,"id":51506},{"__isSmartRef__":true,"id":51507},{"__isSmartRef__":true,"id":51508},{"__isSmartRef__":true,"id":51509},{"__isSmartRef__":true,"id":51510},{"__isSmartRef__":true,"id":51511},{"__isSmartRef__":true,"id":51512},{"__isSmartRef__":true,"id":51513},{"__isSmartRef__":true,"id":51514},{"__isSmartRef__":true,"id":51515},{"__isSmartRef__":true,"id":51516},{"__isSmartRef__":true,"id":51517},{"__isSmartRef__":true,"id":51518},{"__isSmartRef__":true,"id":51519},{"__isSmartRef__":true,"id":51520},{"__isSmartRef__":true,"id":51521},{"__isSmartRef__":true,"id":51522},{"__isSmartRef__":true,"id":51523},{"__isSmartRef__":true,"id":51524},{"__isSmartRef__":true,"id":51525},{"__isSmartRef__":true,"id":51526},{"__isSmartRef__":true,"id":51527},{"__isSmartRef__":true,"id":51528},{"__isSmartRef__":true,"id":51529},{"__isSmartRef__":true,"id":51530},{"__isSmartRef__":true,"id":51531},{"__isSmartRef__":true,"id":51532},{"__isSmartRef__":true,"id":51533},{"__isSmartRef__":true,"id":51534},{"__isSmartRef__":true,"id":51535},{"__isSmartRef__":true,"id":51536},{"__isSmartRef__":true,"id":51537},{"__isSmartRef__":true,"id":51538},{"__isSmartRef__":true,"id":51539},{"__isSmartRef__":true,"id":51540},{"__isSmartRef__":true,"id":51541},{"__isSmartRef__":true,"id":51542},{"__isSmartRef__":true,"id":51543},{"__isSmartRef__":true,"id":51544},{"__isSmartRef__":true,"id":51545},{"__isSmartRef__":true,"id":51546},{"__isSmartRef__":true,"id":51547},{"__isSmartRef__":true,"id":51548},{"__isSmartRef__":true,"id":51549},{"__isSmartRef__":true,"id":51550},{"__isSmartRef__":true,"id":51551},{"__isSmartRef__":true,"id":51552},{"__isSmartRef__":true,"id":51553},{"__isSmartRef__":true,"id":51554},{"__isSmartRef__":true,"id":51555},{"__isSmartRef__":true,"id":51556},{"__isSmartRef__":true,"id":51557},{"__isSmartRef__":true,"id":51558},{"__isSmartRef__":true,"id":51559},{"__isSmartRef__":true,"id":51560},{"__isSmartRef__":true,"id":51561},{"__isSmartRef__":true,"id":51562},{"__isSmartRef__":true,"id":51563},{"__isSmartRef__":true,"id":51564},{"__isSmartRef__":true,"id":51565},{"__isSmartRef__":true,"id":51566},{"__isSmartRef__":true,"id":51567},{"__isSmartRef__":true,"id":51568},{"__isSmartRef__":true,"id":51569},{"__isSmartRef__":true,"id":51570},{"__isSmartRef__":true,"id":51571},{"__isSmartRef__":true,"id":51572},{"__isSmartRef__":true,"id":51573},{"__isSmartRef__":true,"id":51574},{"__isSmartRef__":true,"id":51575},{"__isSmartRef__":true,"id":51576},{"__isSmartRef__":true,"id":51577},{"__isSmartRef__":true,"id":51578},{"__isSmartRef__":true,"id":51579},{"__isSmartRef__":true,"id":51580},{"__isSmartRef__":true,"id":51581},{"__isSmartRef__":true,"id":51582},{"__isSmartRef__":true,"id":51583},{"__isSmartRef__":true,"id":51584},{"__isSmartRef__":true,"id":51585},{"__isSmartRef__":true,"id":51586},{"__isSmartRef__":true,"id":51587},{"__isSmartRef__":true,"id":51588},{"__isSmartRef__":true,"id":51589},{"__isSmartRef__":true,"id":51590},{"__isSmartRef__":true,"id":51591},{"__isSmartRef__":true,"id":51592},{"__isSmartRef__":true,"id":51593},{"__isSmartRef__":true,"id":51594},{"__isSmartRef__":true,"id":51595},{"__isSmartRef__":true,"id":51596},{"__isSmartRef__":true,"id":51597},{"__isSmartRef__":true,"id":51598},{"__isSmartRef__":true,"id":51599},{"__isSmartRef__":true,"id":51600},{"__isSmartRef__":true,"id":51601},{"__isSmartRef__":true,"id":51602},{"__isSmartRef__":true,"id":51603},{"__isSmartRef__":true,"id":51604},{"__isSmartRef__":true,"id":51605},{"__isSmartRef__":true,"id":51606},{"__isSmartRef__":true,"id":51607},{"__isSmartRef__":true,"id":51608},{"__isSmartRef__":true,"id":51609},{"__isSmartRef__":true,"id":51610},{"__isSmartRef__":true,"id":51611},{"__isSmartRef__":true,"id":51612},{"__isSmartRef__":true,"id":51613},{"__isSmartRef__":true,"id":51614},{"__isSmartRef__":true,"id":51615},{"__isSmartRef__":true,"id":51616},{"__isSmartRef__":true,"id":51617},{"__isSmartRef__":true,"id":51618},{"__isSmartRef__":true,"id":51619},{"__isSmartRef__":true,"id":51620},{"__isSmartRef__":true,"id":51621},{"__isSmartRef__":true,"id":51622},{"__isSmartRef__":true,"id":51623},{"__isSmartRef__":true,"id":51624},{"__isSmartRef__":true,"id":51625},{"__isSmartRef__":true,"id":51626},{"__isSmartRef__":true,"id":51627},{"__isSmartRef__":true,"id":51628},{"__isSmartRef__":true,"id":51629},{"__isSmartRef__":true,"id":51630},{"__isSmartRef__":true,"id":51631},{"__isSmartRef__":true,"id":51632},{"__isSmartRef__":true,"id":51633},{"__isSmartRef__":true,"id":51634},{"__isSmartRef__":true,"id":51635},{"__isSmartRef__":true,"id":51636},{"__isSmartRef__":true,"id":51637},{"__isSmartRef__":true,"id":51638},{"__isSmartRef__":true,"id":51639},{"__isSmartRef__":true,"id":51640},{"__isSmartRef__":true,"id":51641},{"__isSmartRef__":true,"id":51642},{"__isSmartRef__":true,"id":51643},{"__isSmartRef__":true,"id":51644},{"__isSmartRef__":true,"id":51645},{"__isSmartRef__":true,"id":51646},{"__isSmartRef__":true,"id":51647},{"__isSmartRef__":true,"id":51648},{"__isSmartRef__":true,"id":51649},{"__isSmartRef__":true,"id":51650},{"__isSmartRef__":true,"id":51651},{"__isSmartRef__":true,"id":51652},{"__isSmartRef__":true,"id":51653},{"__isSmartRef__":true,"id":51654},{"__isSmartRef__":true,"id":51655},{"__isSmartRef__":true,"id":51656},{"__isSmartRef__":true,"id":51657},{"__isSmartRef__":true,"id":51658},{"__isSmartRef__":true,"id":51659},{"__isSmartRef__":true,"id":51660},{"__isSmartRef__":true,"id":51661},{"__isSmartRef__":true,"id":51662},{"__isSmartRef__":true,"id":51663},{"__isSmartRef__":true,"id":51664},{"__isSmartRef__":true,"id":51665},{"__isSmartRef__":true,"id":51666},{"__isSmartRef__":true,"id":51667},{"__isSmartRef__":true,"id":51668},{"__isSmartRef__":true,"id":51669},{"__isSmartRef__":true,"id":51670},{"__isSmartRef__":true,"id":51671},{"__isSmartRef__":true,"id":51672},{"__isSmartRef__":true,"id":51673},{"__isSmartRef__":true,"id":51674},{"__isSmartRef__":true,"id":51675},{"__isSmartRef__":true,"id":51676},{"__isSmartRef__":true,"id":51677},{"__isSmartRef__":true,"id":51678},{"__isSmartRef__":true,"id":51679},{"__isSmartRef__":true,"id":51680},{"__isSmartRef__":true,"id":51681},{"__isSmartRef__":true,"id":51682},{"__isSmartRef__":true,"id":51683},{"__isSmartRef__":true,"id":51684},{"__isSmartRef__":true,"id":51685},{"__isSmartRef__":true,"id":51686},{"__isSmartRef__":true,"id":51687},{"__isSmartRef__":true,"id":51688},{"__isSmartRef__":true,"id":51689},{"__isSmartRef__":true,"id":51690},{"__isSmartRef__":true,"id":51691},{"__isSmartRef__":true,"id":51692},{"__isSmartRef__":true,"id":51693},{"__isSmartRef__":true,"id":51694},{"__isSmartRef__":true,"id":51695},{"__isSmartRef__":true,"id":51696},{"__isSmartRef__":true,"id":51697},{"__isSmartRef__":true,"id":51698},{"__isSmartRef__":true,"id":51699},{"__isSmartRef__":true,"id":51700},{"__isSmartRef__":true,"id":51701},{"__isSmartRef__":true,"id":51702},{"__isSmartRef__":true,"id":51703},{"__isSmartRef__":true,"id":51704},{"__isSmartRef__":true,"id":51705},{"__isSmartRef__":true,"id":51706},{"__isSmartRef__":true,"id":51707},{"__isSmartRef__":true,"id":51708},{"__isSmartRef__":true,"id":51709},{"__isSmartRef__":true,"id":51710},{"__isSmartRef__":true,"id":51711},{"__isSmartRef__":true,"id":51712},{"__isSmartRef__":true,"id":51713},{"__isSmartRef__":true,"id":51714},{"__isSmartRef__":true,"id":51715},{"__isSmartRef__":true,"id":51716},{"__isSmartRef__":true,"id":51717},{"__isSmartRef__":true,"id":51718},{"__isSmartRef__":true,"id":51719},{"__isSmartRef__":true,"id":51720},{"__isSmartRef__":true,"id":51721},{"__isSmartRef__":true,"id":51722},{"__isSmartRef__":true,"id":51723},{"__isSmartRef__":true,"id":51724},{"__isSmartRef__":true,"id":51725},{"__isSmartRef__":true,"id":51726},{"__isSmartRef__":true,"id":51727},{"__isSmartRef__":true,"id":51728},{"__isSmartRef__":true,"id":51729},{"__isSmartRef__":true,"id":51730},{"__isSmartRef__":true,"id":51731},{"__isSmartRef__":true,"id":51732},{"__isSmartRef__":true,"id":51733},{"__isSmartRef__":true,"id":51734},{"__isSmartRef__":true,"id":51735},{"__isSmartRef__":true,"id":51736},{"__isSmartRef__":true,"id":51737},{"__isSmartRef__":true,"id":51738},{"__isSmartRef__":true,"id":51739},{"__isSmartRef__":true,"id":51740},{"__isSmartRef__":true,"id":51741},{"__isSmartRef__":true,"id":51742},{"__isSmartRef__":true,"id":51743},{"__isSmartRef__":true,"id":51744},{"__isSmartRef__":true,"id":51745},{"__isSmartRef__":true,"id":51746},{"__isSmartRef__":true,"id":51747},{"__isSmartRef__":true,"id":51748},{"__isSmartRef__":true,"id":51749},{"__isSmartRef__":true,"id":51750},{"__isSmartRef__":true,"id":51751},{"__isSmartRef__":true,"id":51752},{"__isSmartRef__":true,"id":51753},{"__isSmartRef__":true,"id":51754},{"__isSmartRef__":true,"id":51755},{"__isSmartRef__":true,"id":51756},{"__isSmartRef__":true,"id":51757},{"__isSmartRef__":true,"id":51758},{"__isSmartRef__":true,"id":51759},{"__isSmartRef__":true,"id":51760},{"__isSmartRef__":true,"id":51761},{"__isSmartRef__":true,"id":51762},{"__isSmartRef__":true,"id":51763},{"__isSmartRef__":true,"id":51764},{"__isSmartRef__":true,"id":51765},{"__isSmartRef__":true,"id":51766},{"__isSmartRef__":true,"id":51767},{"__isSmartRef__":true,"id":51768},{"__isSmartRef__":true,"id":51769},{"__isSmartRef__":true,"id":51770},{"__isSmartRef__":true,"id":51771},{"__isSmartRef__":true,"id":51772},{"__isSmartRef__":true,"id":51773},{"__isSmartRef__":true,"id":51774},{"__isSmartRef__":true,"id":51775},{"__isSmartRef__":true,"id":51776},{"__isSmartRef__":true,"id":51777},{"__isSmartRef__":true,"id":51778},{"__isSmartRef__":true,"id":51779},{"__isSmartRef__":true,"id":51780},{"__isSmartRef__":true,"id":51781},{"__isSmartRef__":true,"id":51782},{"__isSmartRef__":true,"id":51783},{"__isSmartRef__":true,"id":51784},{"__isSmartRef__":true,"id":51785},{"__isSmartRef__":true,"id":51786},{"__isSmartRef__":true,"id":51787},{"__isSmartRef__":true,"id":51788},{"__isSmartRef__":true,"id":51789},{"__isSmartRef__":true,"id":51790},{"__isSmartRef__":true,"id":51791},{"__isSmartRef__":true,"id":51792},{"__isSmartRef__":true,"id":51793},{"__isSmartRef__":true,"id":51794},{"__isSmartRef__":true,"id":51795},{"__isSmartRef__":true,"id":51796},{"__isSmartRef__":true,"id":51797},{"__isSmartRef__":true,"id":51798},{"__isSmartRef__":true,"id":51799},{"__isSmartRef__":true,"id":51800},{"__isSmartRef__":true,"id":51801},{"__isSmartRef__":true,"id":51802},{"__isSmartRef__":true,"id":51803},{"__isSmartRef__":true,"id":51804},{"__isSmartRef__":true,"id":51805},{"__isSmartRef__":true,"id":51806},{"__isSmartRef__":true,"id":51807},{"__isSmartRef__":true,"id":51808},{"__isSmartRef__":true,"id":51809},{"__isSmartRef__":true,"id":51810},{"__isSmartRef__":true,"id":51811},{"__isSmartRef__":true,"id":51812},{"__isSmartRef__":true,"id":51813},{"__isSmartRef__":true,"id":51814},{"__isSmartRef__":true,"id":51815},{"__isSmartRef__":true,"id":51816},{"__isSmartRef__":true,"id":51817},{"__isSmartRef__":true,"id":51818},{"__isSmartRef__":true,"id":51819},{"__isSmartRef__":true,"id":51820},{"__isSmartRef__":true,"id":51821},{"__isSmartRef__":true,"id":51822},{"__isSmartRef__":true,"id":51823},{"__isSmartRef__":true,"id":51824},{"__isSmartRef__":true,"id":51825},{"__isSmartRef__":true,"id":51826},{"__isSmartRef__":true,"id":51827},{"__isSmartRef__":true,"id":51828},{"__isSmartRef__":true,"id":51829},{"__isSmartRef__":true,"id":51830},{"__isSmartRef__":true,"id":51831},{"__isSmartRef__":true,"id":51832},{"__isSmartRef__":true,"id":51833},{"__isSmartRef__":true,"id":51834},{"__isSmartRef__":true,"id":51835},{"__isSmartRef__":true,"id":51836},{"__isSmartRef__":true,"id":51837},{"__isSmartRef__":true,"id":51838},{"__isSmartRef__":true,"id":51839},{"__isSmartRef__":true,"id":51840},{"__isSmartRef__":true,"id":51841},{"__isSmartRef__":true,"id":51842},{"__isSmartRef__":true,"id":51843},{"__isSmartRef__":true,"id":51844},{"__isSmartRef__":true,"id":51845},{"__isSmartRef__":true,"id":51846},{"__isSmartRef__":true,"id":51847},{"__isSmartRef__":true,"id":51848},{"__isSmartRef__":true,"id":51849},{"__isSmartRef__":true,"id":51850},{"__isSmartRef__":true,"id":51851},{"__isSmartRef__":true,"id":51852},{"__isSmartRef__":true,"id":51853},{"__isSmartRef__":true,"id":51854},{"__isSmartRef__":true,"id":51855},{"__isSmartRef__":true,"id":51856},{"__isSmartRef__":true,"id":51857},{"__isSmartRef__":true,"id":51858},{"__isSmartRef__":true,"id":51859},{"__isSmartRef__":true,"id":51860},{"__isSmartRef__":true,"id":51861},{"__isSmartRef__":true,"id":51862},{"__isSmartRef__":true,"id":51863},{"__isSmartRef__":true,"id":51864},{"__isSmartRef__":true,"id":51865},{"__isSmartRef__":true,"id":51866},{"__isSmartRef__":true,"id":51867},{"__isSmartRef__":true,"id":51868},{"__isSmartRef__":true,"id":51869},{"__isSmartRef__":true,"id":51870},{"__isSmartRef__":true,"id":51871},{"__isSmartRef__":true,"id":51872},{"__isSmartRef__":true,"id":51873},{"__isSmartRef__":true,"id":51874},{"__isSmartRef__":true,"id":51875},{"__isSmartRef__":true,"id":51876},{"__isSmartRef__":true,"id":51877},{"__isSmartRef__":true,"id":51878},{"__isSmartRef__":true,"id":51879},{"__isSmartRef__":true,"id":51880},{"__isSmartRef__":true,"id":51881},{"__isSmartRef__":true,"id":51882},{"__isSmartRef__":true,"id":51883},{"__isSmartRef__":true,"id":51884},{"__isSmartRef__":true,"id":51885},{"__isSmartRef__":true,"id":51886},{"__isSmartRef__":true,"id":51887},{"__isSmartRef__":true,"id":51888},{"__isSmartRef__":true,"id":51889},{"__isSmartRef__":true,"id":51890},{"__isSmartRef__":true,"id":51891},{"__isSmartRef__":true,"id":51892},{"__isSmartRef__":true,"id":51893},{"__isSmartRef__":true,"id":51894},{"__isSmartRef__":true,"id":51895},{"__isSmartRef__":true,"id":51896},{"__isSmartRef__":true,"id":51897},{"__isSmartRef__":true,"id":51898},{"__isSmartRef__":true,"id":51899},{"__isSmartRef__":true,"id":51900},{"__isSmartRef__":true,"id":51901},{"__isSmartRef__":true,"id":51902},{"__isSmartRef__":true,"id":51903},{"__isSmartRef__":true,"id":51904},{"__isSmartRef__":true,"id":51905},{"__isSmartRef__":true,"id":51906},{"__isSmartRef__":true,"id":51907},{"__isSmartRef__":true,"id":51908},{"__isSmartRef__":true,"id":51909},{"__isSmartRef__":true,"id":51910},{"__isSmartRef__":true,"id":51911},{"__isSmartRef__":true,"id":51912},{"__isSmartRef__":true,"id":51913},{"__isSmartRef__":true,"id":51914},{"__isSmartRef__":true,"id":51915},{"__isSmartRef__":true,"id":51916},{"__isSmartRef__":true,"id":51917},{"__isSmartRef__":true,"id":51918},{"__isSmartRef__":true,"id":51919},{"__isSmartRef__":true,"id":51920},{"__isSmartRef__":true,"id":51921},{"__isSmartRef__":true,"id":51922},{"__isSmartRef__":true,"id":51923},{"__isSmartRef__":true,"id":51924},{"__isSmartRef__":true,"id":51925},{"__isSmartRef__":true,"id":51926},{"__isSmartRef__":true,"id":51927},{"__isSmartRef__":true,"id":51928},{"__isSmartRef__":true,"id":51929},{"__isSmartRef__":true,"id":51930},{"__isSmartRef__":true,"id":51931},{"__isSmartRef__":true,"id":51932},{"__isSmartRef__":true,"id":51933},{"__isSmartRef__":true,"id":51934},{"__isSmartRef__":true,"id":51935},{"__isSmartRef__":true,"id":51936},{"__isSmartRef__":true,"id":51937},{"__isSmartRef__":true,"id":51938},{"__isSmartRef__":true,"id":51939},{"__isSmartRef__":true,"id":51940},{"__isSmartRef__":true,"id":51941},{"__isSmartRef__":true,"id":51942},{"__isSmartRef__":true,"id":51943},{"__isSmartRef__":true,"id":51944},{"__isSmartRef__":true,"id":51945},{"__isSmartRef__":true,"id":51946},{"__isSmartRef__":true,"id":51947},{"__isSmartRef__":true,"id":51948},{"__isSmartRef__":true,"id":51949},{"__isSmartRef__":true,"id":51950},{"__isSmartRef__":true,"id":51951},{"__isSmartRef__":true,"id":51952},{"__isSmartRef__":true,"id":51953},{"__isSmartRef__":true,"id":51954},{"__isSmartRef__":true,"id":51955},{"__isSmartRef__":true,"id":51956},{"__isSmartRef__":true,"id":51957},{"__isSmartRef__":true,"id":51958},{"__isSmartRef__":true,"id":51959},{"__isSmartRef__":true,"id":51960},{"__isSmartRef__":true,"id":51961},{"__isSmartRef__":true,"id":51962},{"__isSmartRef__":true,"id":51963},{"__isSmartRef__":true,"id":51964},{"__isSmartRef__":true,"id":51965},{"__isSmartRef__":true,"id":51966},{"__isSmartRef__":true,"id":51967},{"__isSmartRef__":true,"id":51968},{"__isSmartRef__":true,"id":51969},{"__isSmartRef__":true,"id":51970},{"__isSmartRef__":true,"id":51971},{"__isSmartRef__":true,"id":51972},{"__isSmartRef__":true,"id":51973},{"__isSmartRef__":true,"id":51974},{"__isSmartRef__":true,"id":51975},{"__isSmartRef__":true,"id":51976},{"__isSmartRef__":true,"id":51977},{"__isSmartRef__":true,"id":51978},{"__isSmartRef__":true,"id":51979},{"__isSmartRef__":true,"id":51980},{"__isSmartRef__":true,"id":51981},{"__isSmartRef__":true,"id":51982},{"__isSmartRef__":true,"id":51983},{"__isSmartRef__":true,"id":51984},{"__isSmartRef__":true,"id":51985},{"__isSmartRef__":true,"id":51986},{"__isSmartRef__":true,"id":51987},{"__isSmartRef__":true,"id":51988},{"__isSmartRef__":true,"id":51989},{"__isSmartRef__":true,"id":51990},{"__isSmartRef__":true,"id":51991},{"__isSmartRef__":true,"id":51992},{"__isSmartRef__":true,"id":51993},{"__isSmartRef__":true,"id":51994},{"__isSmartRef__":true,"id":51995},{"__isSmartRef__":true,"id":51996},{"__isSmartRef__":true,"id":51997},{"__isSmartRef__":true,"id":51998},{"__isSmartRef__":true,"id":51999},{"__isSmartRef__":true,"id":52000},{"__isSmartRef__":true,"id":52001},{"__isSmartRef__":true,"id":52002},{"__isSmartRef__":true,"id":52003},{"__isSmartRef__":true,"id":52004},{"__isSmartRef__":true,"id":52005},{"__isSmartRef__":true,"id":52006},{"__isSmartRef__":true,"id":52007},{"__isSmartRef__":true,"id":52008},{"__isSmartRef__":true,"id":52009},{"__isSmartRef__":true,"id":52010},{"__isSmartRef__":true,"id":52011},{"__isSmartRef__":true,"id":52012},{"__isSmartRef__":true,"id":52013},{"__isSmartRef__":true,"id":52014},{"__isSmartRef__":true,"id":52015},{"__isSmartRef__":true,"id":52016},{"__isSmartRef__":true,"id":52017},{"__isSmartRef__":true,"id":52018},{"__isSmartRef__":true,"id":52019},{"__isSmartRef__":true,"id":52020},{"__isSmartRef__":true,"id":52021},{"__isSmartRef__":true,"id":52022},{"__isSmartRef__":true,"id":52023},{"__isSmartRef__":true,"id":52024},{"__isSmartRef__":true,"id":52025},{"__isSmartRef__":true,"id":52026},{"__isSmartRef__":true,"id":52027},{"__isSmartRef__":true,"id":52028},{"__isSmartRef__":true,"id":52029},{"__isSmartRef__":true,"id":52030},{"__isSmartRef__":true,"id":52031},{"__isSmartRef__":true,"id":52032},{"__isSmartRef__":true,"id":52033},{"__isSmartRef__":true,"id":52034},{"__isSmartRef__":true,"id":52035},{"__isSmartRef__":true,"id":52036},{"__isSmartRef__":true,"id":52037},{"__isSmartRef__":true,"id":52038},{"__isSmartRef__":true,"id":52039},{"__isSmartRef__":true,"id":52040},{"__isSmartRef__":true,"id":52041},{"__isSmartRef__":true,"id":52042},{"__isSmartRef__":true,"id":52043},{"__isSmartRef__":true,"id":52044},{"__isSmartRef__":true,"id":52045},{"__isSmartRef__":true,"id":52046},{"__isSmartRef__":true,"id":52047},{"__isSmartRef__":true,"id":52048},{"__isSmartRef__":true,"id":52049},{"__isSmartRef__":true,"id":52050},{"__isSmartRef__":true,"id":52051},{"__isSmartRef__":true,"id":52052},{"__isSmartRef__":true,"id":52053},{"__isSmartRef__":true,"id":52054},{"__isSmartRef__":true,"id":52055},{"__isSmartRef__":true,"id":52056},{"__isSmartRef__":true,"id":52057},{"__isSmartRef__":true,"id":52058},{"__isSmartRef__":true,"id":52059},{"__isSmartRef__":true,"id":52060},{"__isSmartRef__":true,"id":52061},{"__isSmartRef__":true,"id":52062},{"__isSmartRef__":true,"id":52063},{"__isSmartRef__":true,"id":52064},{"__isSmartRef__":true,"id":52065},{"__isSmartRef__":true,"id":52066},{"__isSmartRef__":true,"id":52067},{"__isSmartRef__":true,"id":52068},{"__isSmartRef__":true,"id":52069},{"__isSmartRef__":true,"id":52070},{"__isSmartRef__":true,"id":52071},{"__isSmartRef__":true,"id":52072},{"__isSmartRef__":true,"id":52073},{"__isSmartRef__":true,"id":52074},{"__isSmartRef__":true,"id":52075},{"__isSmartRef__":true,"id":52076},{"__isSmartRef__":true,"id":52077},{"__isSmartRef__":true,"id":52078},{"__isSmartRef__":true,"id":52079},{"__isSmartRef__":true,"id":52080},{"__isSmartRef__":true,"id":52081},{"__isSmartRef__":true,"id":52082},{"__isSmartRef__":true,"id":52083},{"__isSmartRef__":true,"id":52084},{"__isSmartRef__":true,"id":52085},{"__isSmartRef__":true,"id":52086},{"__isSmartRef__":true,"id":52087},{"__isSmartRef__":true,"id":52088},{"__isSmartRef__":true,"id":52089},{"__isSmartRef__":true,"id":52090},{"__isSmartRef__":true,"id":52091},{"__isSmartRef__":true,"id":52092},{"__isSmartRef__":true,"id":52093},{"__isSmartRef__":true,"id":52094},{"__isSmartRef__":true,"id":52095},{"__isSmartRef__":true,"id":52096},{"__isSmartRef__":true,"id":52097},{"__isSmartRef__":true,"id":52098},{"__isSmartRef__":true,"id":52099},{"__isSmartRef__":true,"id":52100},{"__isSmartRef__":true,"id":52101},{"__isSmartRef__":true,"id":52102},{"__isSmartRef__":true,"id":52103},{"__isSmartRef__":true,"id":52104},{"__isSmartRef__":true,"id":52105},{"__isSmartRef__":true,"id":52106},{"__isSmartRef__":true,"id":52107},{"__isSmartRef__":true,"id":52108},{"__isSmartRef__":true,"id":52109},{"__isSmartRef__":true,"id":52110},{"__isSmartRef__":true,"id":52111},{"__isSmartRef__":true,"id":52112},{"__isSmartRef__":true,"id":52113},{"__isSmartRef__":true,"id":52114},{"__isSmartRef__":true,"id":52115},{"__isSmartRef__":true,"id":52116},{"__isSmartRef__":true,"id":52117},{"__isSmartRef__":true,"id":52118},{"__isSmartRef__":true,"id":52119},{"__isSmartRef__":true,"id":52120},{"__isSmartRef__":true,"id":52121},{"__isSmartRef__":true,"id":52122},{"__isSmartRef__":true,"id":52123},{"__isSmartRef__":true,"id":52124},{"__isSmartRef__":true,"id":52125},{"__isSmartRef__":true,"id":52126},{"__isSmartRef__":true,"id":52127},{"__isSmartRef__":true,"id":52128},{"__isSmartRef__":true,"id":52129},{"__isSmartRef__":true,"id":52130},{"__isSmartRef__":true,"id":52131},{"__isSmartRef__":true,"id":52132},{"__isSmartRef__":true,"id":52133},{"__isSmartRef__":true,"id":52134},{"__isSmartRef__":true,"id":52135},{"__isSmartRef__":true,"id":52136},{"__isSmartRef__":true,"id":52137},{"__isSmartRef__":true,"id":52138},{"__isSmartRef__":true,"id":52139},{"__isSmartRef__":true,"id":52140},{"__isSmartRef__":true,"id":52141},{"__isSmartRef__":true,"id":52142},{"__isSmartRef__":true,"id":52143},{"__isSmartRef__":true,"id":52144},{"__isSmartRef__":true,"id":52145},{"__isSmartRef__":true,"id":52146},{"__isSmartRef__":true,"id":52147},{"__isSmartRef__":true,"id":52148},{"__isSmartRef__":true,"id":52149},{"__isSmartRef__":true,"id":52150},{"__isSmartRef__":true,"id":52151},{"__isSmartRef__":true,"id":52152},{"__isSmartRef__":true,"id":52153},{"__isSmartRef__":true,"id":52154},{"__isSmartRef__":true,"id":52155},{"__isSmartRef__":true,"id":52156},{"__isSmartRef__":true,"id":52157},{"__isSmartRef__":true,"id":52158},{"__isSmartRef__":true,"id":52159},{"__isSmartRef__":true,"id":52160},{"__isSmartRef__":true,"id":52161},{"__isSmartRef__":true,"id":52162},{"__isSmartRef__":true,"id":52163},{"__isSmartRef__":true,"id":52164},{"__isSmartRef__":true,"id":52165},{"__isSmartRef__":true,"id":52166},{"__isSmartRef__":true,"id":52167},{"__isSmartRef__":true,"id":52168},{"__isSmartRef__":true,"id":52169},{"__isSmartRef__":true,"id":52170},{"__isSmartRef__":true,"id":52171},{"__isSmartRef__":true,"id":52172},{"__isSmartRef__":true,"id":52173},{"__isSmartRef__":true,"id":52174},{"__isSmartRef__":true,"id":52175},{"__isSmartRef__":true,"id":52176},{"__isSmartRef__":true,"id":52177},{"__isSmartRef__":true,"id":52178},{"__isSmartRef__":true,"id":52179},{"__isSmartRef__":true,"id":52180},{"__isSmartRef__":true,"id":52181},{"__isSmartRef__":true,"id":52182},{"__isSmartRef__":true,"id":52183},{"__isSmartRef__":true,"id":52184},{"__isSmartRef__":true,"id":52185},{"__isSmartRef__":true,"id":52186},{"__isSmartRef__":true,"id":52187},{"__isSmartRef__":true,"id":52188},{"__isSmartRef__":true,"id":52189},{"__isSmartRef__":true,"id":52190}],"_ClipMode":"visible","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":52191},"__LivelyClassName__":"lively.morphic.Box"},"46485":{"submorphs":[{"__isSmartRef__":true,"id":46486},{"__isSmartRef__":true,"id":46536},{"__isSmartRef__":true,"id":46586},{"__isSmartRef__":true,"id":46643},{"__isSmartRef__":true,"id":46658},{"__isSmartRef__":true,"id":46702},{"__isSmartRef__":true,"id":46720},{"__isSmartRef__":true,"id":46734},{"__isSmartRef__":true,"id":46786},{"__isSmartRef__":true,"id":46802},{"__isSmartRef__":true,"id":46854}],"scripts":[],"id":"BD201AF1-7B47-4740-966E-16BFF07D4749","shape":{"__isSmartRef__":true,"id":46869},"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":46876},"showsHalos":false,"name":"morePane","partsBinMetaInfo":{"__isSmartRef__":true,"id":46877},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":46878},"eventHandler":{"__isSmartRef__":true,"id":46879},"owner":{"__isSmartRef__":true,"id":46484},"priorExtent":{"__isSmartRef__":true,"id":46880},"layout":{"__isSmartRef__":true,"id":46881},"_Visible":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[1217,"8FB7EEAA-27C3-4BCC-9905-59A59B8AB602","B4102745-8642-4F09-A5B5-0452D29E993C","02282C11-7C56-4C33-A2D1-E4C92F9F5575","83E2A61C-0119-4597-ADC8-8CB3AEDF35C1","119E4FE1-420B-4FDF-BD03-CF15F07B3538","6D70BD64-C7F8-4A79-9BE9-FA4C5A1E7892","C116FCDA-BB4D-4543-BE17-4D5586813CAF","1EAD9C62-350F-40EB-B5EA-B9441BB280C9","A3B24A35-589E-460F-9B54-45B0D0B7D7DD","8993FD1D-9082-40F4-A2AD-5501D16913A7","EBCB5B06-08CA-4535-9EAC-F15893F70129","45BAF3E4-EAEE-4925-B2D6-042C01B0AD29","09B7283C-6DDB-4A06-A4BA-563018D46DFD","46022025-E2FE-4A0A-924F-3266509C66DB","538BB82D-3068-480C-A5C0-6B4E8CE1C9CA","45290AD5-33C4-41F3-B72B-D538DCA37F31","6FA9BB6D-52D5-49A5-930A-1F93456E6CF4","9D57135F-8E4B-41D0-ACBC-B19396812B35"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Box"},"46486":{"submorphs":[{"__isSmartRef__":true,"id":46487}],"scripts":[],"id":"F6514ECE-71ED-4AB3-A530-3F3EDAF10575","shape":{"__isSmartRef__":true,"id":46503},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":46519},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":46506},"lighterFill":{"__isSmartRef__":true,"id":46520},"label":{"__isSmartRef__":true,"id":46487},"attributeConnections":[{"__isSmartRef__":true,"id":46529}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":46530},"name":"movePartButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":46531},"owner":{"__isSmartRef__":true,"id":46485},"layout":{"__isSmartRef__":true,"id":46532},"renderContextTable":{"__isSmartRef__":true,"id":46533},"eventHandler":{"__isSmartRef__":true,"id":46534},"priorExtent":{"__isSmartRef__":true,"id":46535},"derivationIds":[1218,"F5D21B41-BD0E-49D3-80E5-F1624416C143","1E157243-B0DC-4138-B660-EF05198FA3C8","4D60CECB-66FD-4865-BD46-45F0C9CAB399","0E997A95-CCA0-4BBF-B55B-62B5C6EC32DF","FA30D56E-17FE-4B1F-BE8A-7CBCCABEFF1D","A5A7F641-F783-4649-A154-1AD81607B7CE","D10ED7E0-21BA-463D-996E-6D458B557F68","606309D2-7D9D-4122-A64C-CFE582E6D738","998D7B7C-CF5D-401C-9594-FA8956C326A1","EA15F569-B871-4824-B0DE-550285BEB165","3FB1C9FB-F654-42C9-BE17-315287EB2FAB","7B3720C6-D365-4B41-B530-98E4D5EE238F","92F53BEA-E1EF-49C4-9DD1-7939D08941C5","0A7A011F-C6D8-4B81-85F4-F3CCF5F30A31","6543B591-A693-4D11-8114-D385115F8E65","758492FF-7087-4EE4-9054-00E680646A03","F6A6E55C-CF01-4EB9-8593-E71BEFB4EE59","5DBAE530-E39F-472D-A5D4-6E34FDCE6227"],"prevScroll":[0,0],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","isPressed":false,"__LivelyClassName__":"lively.morphic.Button"},"46487":{"submorphs":[],"scripts":[],"id":"60522E3D-957B-4991-9F7A-147DA6EEA666","shape":{"__isSmartRef__":true,"id":46488},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":56,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":46494},"textColor":{"__isSmartRef__":true,"id":46491},"owner":{"__isSmartRef__":true,"id":46486},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":46495}],"padding":{"__isSmartRef__":true,"id":46497},"_Padding":{"__isSmartRef__":true,"id":46498},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":46499},"renderContextTable":{"__isSmartRef__":true,"id":46500},"eventHandler":{"__isSmartRef__":true,"id":46501},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":56,"_MinTextHeight":null,"derivationIds":[1219,"46E7D2D8-D7A5-4476-8AD1-FB81FAE717FE","7B2A54CD-6423-4B77-A082-B5A1DA2BCE66","6C3B231E-5C42-449F-9425-8EE874A6EC57","7ACD0BA3-074C-461F-8C6B-ECEBA0B09C7A","556A1D2F-8F3F-4BCD-A602-FD3C257F1859","6C05BE2D-BB66-44E3-9765-65B24D7579E1","9F6A58E1-A23D-4A56-8D85-71FD5AA872B9","EDEC5AA1-080B-42AE-A9D6-F6FAB0CD3E1A","FE4530BA-6D31-4472-A351-4DCB0F9FE121","3F3B3887-CFF1-40A7-9228-D95F3594F2CB","B10968A4-7C77-4AAE-A2E1-FC76E16D36E8","DBC8455A-4562-4202-A7EB-543948664FEE","048B902B-C02C-44C6-9357-32663639FE23","C8B116B7-082D-4D6B-A035-EE71E8F3AC72","78B43404-A2E4-4BFF-B022-C4DA2CBBABBD","D271DCF7-62B5-428D-8B91-30B500F6F461","79934637-FCF5-4C27-B392-E9392BB5BA66","310851E0-6B77-43C0-A13B-BA0DF2777459"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":46502},"__LivelyClassName__":"lively.morphic.Text"},"46488":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":46489},"_Extent":{"__isSmartRef__":true,"id":46490},"_BorderColor":{"__isSmartRef__":true,"id":46491},"renderContextTable":{"__isSmartRef__":true,"id":46492},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":46493},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"46489":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46490":{"x":58,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46491":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46492":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"46493":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46494":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46495":{"style":{"__isSmartRef__":true,"id":46496},"morph":{"__isSmartRef__":true,"id":46487},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":46487},"storedString":"move","__LivelyClassName__":"lively.morphic.TextChunk"},"46496":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"46497":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46498":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46499":{"x":58,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46500":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"46501":{"morph":{"__isSmartRef__":true,"id":46487},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"46502":{"requiredModules":[],"idOnLoad":"60522E3D-957B-4991-9F7A-147DA6EEA666","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"46503":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":46504},"_Extent":{"__isSmartRef__":true,"id":46505},"_Fill":{"__isSmartRef__":true,"id":46506},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":46516},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":46517},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":46518},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"46504":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46505":{"x":58,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46506":{"stops":[{"__isSmartRef__":true,"id":46507},{"__isSmartRef__":true,"id":46509},{"__isSmartRef__":true,"id":46511},{"__isSmartRef__":true,"id":46513}],"vector":{"__isSmartRef__":true,"id":46515},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"46507":{"offset":0,"color":{"__isSmartRef__":true,"id":46508}},"46508":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46509":{"offset":0.4,"color":{"__isSmartRef__":true,"id":46510}},"46510":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46511":{"offset":0.6,"color":{"__isSmartRef__":true,"id":46512}},"46512":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46513":{"offset":1,"color":{"__isSmartRef__":true,"id":46514}},"46514":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46515":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46516":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46517":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"46518":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46519":{"x":137.67911865694913,"y":393.86777109042464,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46520":{"stops":[{"__isSmartRef__":true,"id":46521},{"__isSmartRef__":true,"id":46523},{"__isSmartRef__":true,"id":46525},{"__isSmartRef__":true,"id":46527}],"vector":{"__isSmartRef__":true,"id":46515},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"46521":{"offset":0,"color":{"__isSmartRef__":true,"id":46522}},"46522":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46523":{"offset":0.4,"color":{"__isSmartRef__":true,"id":46524}},"46524":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46525":{"offset":0.6,"color":{"__isSmartRef__":true,"id":46526}},"46526":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46527":{"offset":1,"color":{"__isSmartRef__":true,"id":46528}},"46528":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46529":{"sourceObj":{"__isSmartRef__":true,"id":46486},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":46484},"targetMethodName":"interactivelyMoveSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"46530":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46531":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"F6514ECE-71ED-4AB3-A530-3F3EDAF10575","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"46532":{"moveVertical":true},"46533":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"46534":{"morph":{"__isSmartRef__":true,"id":46486},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"46535":{"x":59,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46536":{"submorphs":[{"__isSmartRef__":true,"id":46537}],"scripts":[],"id":"99D6B264-E70C-4A94-AEC6-531ADDAAFB97","shape":{"__isSmartRef__":true,"id":46553},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":46569},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":46556},"lighterFill":{"__isSmartRef__":true,"id":46570},"label":{"__isSmartRef__":true,"id":46537},"attributeConnections":[{"__isSmartRef__":true,"id":46579},{"__isSmartRef__":true,"id":46580}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":46581},"name":"removePartButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":46582},"owner":{"__isSmartRef__":true,"id":46485},"layout":{"__isSmartRef__":true,"id":46583},"renderContextTable":{"__isSmartRef__":true,"id":46584},"eventHandler":{"__isSmartRef__":true,"id":46585},"derivationIds":[1220,"6104A033-57FD-4F65-B785-3F32FC278E39","BF7EFB0E-5EBE-4F44-9F5E-0576880F8E75","1E4BFB46-60C5-46A6-970A-CE2825840F25","6F766455-545A-496A-88AE-84737A5534A7","38DFF15E-9F34-46E9-BF1D-A4E46C497541","06C3D4D0-C1C1-4664-9899-5F7C61544400","4C448623-A82F-4C77-87AF-D6EA63A59B8D","9A0208AE-4752-4CEC-ABFE-69A8DCADDEC1","B622D1E6-1113-45B0-B7F1-D476B7187C6F","063AEB5B-6476-4381-80CE-3223D5217E84","6156BDE1-9147-41C6-AA8D-BAFBE8D74659","76C8D1EC-5DEB-4813-B4A3-DEE275EB63CA","38EF1DBF-4047-4FAD-9A38-3782659C845B","64AA08B4-79A2-4CF4-9FA4-C642BE08A736","D7C852FA-BE85-4DE9-A4D1-6E6E99E6A959","80F62CA1-A854-4470-B387-629B81C0618F","59DC61C0-DC00-497D-815B-6ED5BA0E6F47","DF47355E-361B-4236-A5DA-EDA365A6EE37"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","isPressed":false,"__LivelyClassName__":"lively.morphic.Button"},"46537":{"submorphs":[],"scripts":[],"id":"1F27A27F-D170-4135-A2E7-3378A2342E06","shape":{"__isSmartRef__":true,"id":46538},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":64,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":46544},"textColor":{"__isSmartRef__":true,"id":46541},"owner":{"__isSmartRef__":true,"id":46536},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":46545}],"padding":{"__isSmartRef__":true,"id":46547},"_Padding":{"__isSmartRef__":true,"id":46548},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":46549},"renderContextTable":{"__isSmartRef__":true,"id":46550},"eventHandler":{"__isSmartRef__":true,"id":46551},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64,"_MinTextHeight":null,"derivationIds":[1221,"9DA2513A-CC83-4283-AB2A-ACF15C86C674","5F885FF0-B156-4674-9C69-74CB7C257A00","58A5253D-0C92-4B09-9B0B-50BAF7062B0D","C655EA28-0996-4C54-8E49-F908BCA93FCE","E7DE43DD-20AF-4E46-9928-2D26F325AB7F","7B24B946-C7AF-4E42-AC8B-BAC6D5D6FB5E","43456CD2-B83E-455A-89EA-E2EAC5B41399","3ACAECEE-6384-4EBE-9736-CAD24C3B3762","8005E82C-FA8E-4695-B93B-D9B2E924E896","D5AB5A5F-B23E-44D4-A8E2-DBF9366166C6","892409CD-C1D6-48CA-BEC2-6CBADF38465D","D74F66BA-4390-448A-B522-8F05178E7350","0B784218-10B5-4A37-B773-7620CC059EB7","C5685084-134C-46FD-9102-61A063AC889C","C47B92E3-5285-4067-B358-1A4324DF8A22","F7DC9949-A305-4AC0-AE45-7EE864EE9337","3D5444C3-7F8C-4D4F-A042-7908B72CECC7","B10D0811-3BD7-4D45-B876-055475EB1FC1"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":46552},"__LivelyClassName__":"lively.morphic.Text"},"46538":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":46539},"_Extent":{"__isSmartRef__":true,"id":46540},"_BorderColor":{"__isSmartRef__":true,"id":46541},"renderContextTable":{"__isSmartRef__":true,"id":46542},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":46543},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"46539":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46540":{"x":66,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46541":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46542":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"46543":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46544":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46545":{"style":{"__isSmartRef__":true,"id":46546},"morph":{"__isSmartRef__":true,"id":46537},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":46537},"storedString":"remove","__LivelyClassName__":"lively.morphic.TextChunk"},"46546":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"46547":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46548":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46549":{"x":66,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46550":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"46551":{"morph":{"__isSmartRef__":true,"id":46537},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"46552":{"requiredModules":[],"idOnLoad":"1F27A27F-D170-4135-A2E7-3378A2342E06","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"46553":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":46554},"_Extent":{"__isSmartRef__":true,"id":46555},"_Fill":{"__isSmartRef__":true,"id":46556},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":46566},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":46567},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":46568},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"46554":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46555":{"x":66,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46556":{"stops":[{"__isSmartRef__":true,"id":46557},{"__isSmartRef__":true,"id":46559},{"__isSmartRef__":true,"id":46561},{"__isSmartRef__":true,"id":46563}],"vector":{"__isSmartRef__":true,"id":46565},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"46557":{"offset":0,"color":{"__isSmartRef__":true,"id":46558}},"46558":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46559":{"offset":0.4,"color":{"__isSmartRef__":true,"id":46560}},"46560":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46561":{"offset":0.6,"color":{"__isSmartRef__":true,"id":46562}},"46562":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46563":{"offset":1,"color":{"__isSmartRef__":true,"id":46564}},"46564":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46565":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46566":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46567":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"46568":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46569":{"x":70.12005863445097,"y":393.8518587078797,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46570":{"stops":[{"__isSmartRef__":true,"id":46571},{"__isSmartRef__":true,"id":46573},{"__isSmartRef__":true,"id":46575},{"__isSmartRef__":true,"id":46577}],"vector":{"__isSmartRef__":true,"id":46565},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"46571":{"offset":0,"color":{"__isSmartRef__":true,"id":46572}},"46572":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46573":{"offset":0.4,"color":{"__isSmartRef__":true,"id":46574}},"46574":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46575":{"offset":0.6,"color":{"__isSmartRef__":true,"id":46576}},"46576":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46577":{"offset":1,"color":{"__isSmartRef__":true,"id":46578}},"46578":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46579":{"sourceObj":{"__isSmartRef__":true,"id":46536},"sourceAttrName":"fire","targetMethodName":"reloadEverything","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"46580":{"sourceObj":{"__isSmartRef__":true,"id":46536},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":46484},"targetMethodName":"interactivelyRemoveSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"46581":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46582":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"99D6B264-E70C-4A94-AEC6-531ADDAAFB97","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"46583":{"moveVertical":true},"46584":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"46585":{"morph":{"__isSmartRef__":true,"id":46536},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"46586":{"submorphs":[{"__isSmartRef__":true,"id":46587}],"scripts":[],"id":"71445C71-7E94-450A-B5FB-2326A41555B9","shape":{"__isSmartRef__":true,"id":46602},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":46615},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":46616},"lighterFill":{"__isSmartRef__":true,"id":46626},"label":{"__isSmartRef__":true,"id":46587},"attributeConnections":[{"__isSmartRef__":true,"id":46635},{"__isSmartRef__":true,"id":46636}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":46637},"name":"loadPartButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":46638},"owner":{"__isSmartRef__":true,"id":46485},"layout":{"__isSmartRef__":true,"id":46639},"renderContextTable":{"__isSmartRef__":true,"id":46640},"eventHandler":{"__isSmartRef__":true,"id":46641},"derivationIds":[1222,"53143161-6C64-48C5-8E55-E5914F0EF97D","00D6DD0A-007D-478E-B625-602F218C4635","F420150F-FC88-4A76-8B6B-EA48495DAD2A","7E7374D3-E099-45D6-A873-E111BC557971","69B710F0-9A8E-4B16-9936-5C3E2512043F","1B1D4C76-8DF1-460A-ACCE-80568FE703DC","334778F7-689B-4D27-9891-059110F5122A","8B321CE5-31C5-4333-ADDF-E464DDE059A0","BC069425-0C12-4A28-867E-6C5A5B1334AE","F4B8B757-4B31-4438-B170-D36080178829","C491F2B7-A6A8-4A4A-B729-6F8D829A1966","A3A93C3D-0FC6-4D8B-8244-2B9003FD82A6","DB35D070-7293-4FEE-A170-8C31C4417699","0A3F38FF-C91B-4EA5-B235-0B73774AFCA2","8E4F2D2F-9F28-4BDA-882E-5E76E956D188","D6409CB9-24F9-40E8-A9A9-281F97370D72","B5CB0156-0C30-4C8C-861E-72E6B73E8E32","829B5CC8-E112-41DA-9BE5-1532570063F1"],"priorExtent":{"__isSmartRef__":true,"id":46642},"_Rotation":0,"_Scale":1,"_ClipMode":"visible","isPressed":false,"__LivelyClassName__":"lively.morphic.Button"},"46587":{"submorphs":[],"scripts":[],"id":"9D28584C-9492-42C6-8774-F3401873E059","shape":{"__isSmartRef__":true,"id":46588},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":50,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":46593},"textColor":{"__isSmartRef__":true,"id":46591},"owner":{"__isSmartRef__":true,"id":46586},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":46594}],"padding":{"__isSmartRef__":true,"id":46596},"_Padding":{"__isSmartRef__":true,"id":46597},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":46598},"renderContextTable":{"__isSmartRef__":true,"id":46599},"eventHandler":{"__isSmartRef__":true,"id":46600},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":50,"_MinTextHeight":null,"derivationIds":[1223,"CA1AEDF7-8E87-433B-9CD1-DDA8D5A3EBCF","86BD113F-64BA-49A6-B42F-E561F4E0D67E","272B9AB5-11DE-4885-89B6-C3438FC53A90","8A9A437F-D683-4B7F-AE55-35EB605AFB78","A990A9CC-15E4-4E0C-BB5B-16023C399575","F9EF7A21-3B37-4964-B000-6276E90F9807","7C3782C1-9B87-4C58-8D9B-699E9789DA5F","519AE5D6-2EFD-48C5-B983-5A9CA44B7361","3C6B09E0-A6F9-42D6-902B-CF03B209261C","B861397A-5D9E-4C49-B16C-B7C4213F553F","3946FAFB-8E68-4B61-B3D8-C17D2D779198","1DCA3B7F-0D7F-4729-8FD9-2B33A6361A28","6CF99508-4E30-43E9-9945-7A4C4439936A","5990A154-6EFE-48B1-8390-087C7FAF9F35","507F3F9A-523B-4381-8F92-9886C7000F06","7F2ABCE4-A243-4264-8C19-2AE81B3CE9DE","8D86C24D-83CE-40F0-B79B-A0DB20ED1B25","A14FF23F-CBB9-49BF-B4B5-52F63B3AFE40"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":46601},"__LivelyClassName__":"lively.morphic.Text"},"46588":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":46589},"_Extent":{"__isSmartRef__":true,"id":46590},"_BorderColor":{"__isSmartRef__":true,"id":46591},"renderContextTable":{"__isSmartRef__":true,"id":46592},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":7607},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"46589":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46590":{"x":50,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46591":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46592":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"46593":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46594":{"style":{"__isSmartRef__":true,"id":46595},"morph":{"__isSmartRef__":true,"id":46587},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":46587},"storedString":"load","__LivelyClassName__":"lively.morphic.TextChunk"},"46595":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"46596":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46597":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46598":{"x":50,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46599":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"46600":{"morph":{"__isSmartRef__":true,"id":46587},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"46601":{"requiredModules":[],"idOnLoad":"9D28584C-9492-42C6-8774-F3401873E059","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"46602":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":46603},"_Extent":{"__isSmartRef__":true,"id":46604},"_Fill":{"__isSmartRef__":true,"id":46605},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":46612},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":46613},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":46614},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"46603":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46604":{"x":50,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46605":{"stops":[{"__isSmartRef__":true,"id":46606},{"__isSmartRef__":true,"id":46608},{"__isSmartRef__":true,"id":46609},{"__isSmartRef__":true,"id":46610}],"vector":{"__isSmartRef__":true,"id":153},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"46606":{"offset":0,"color":{"__isSmartRef__":true,"id":46607}},"46607":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46608":{"offset":0.3,"color":{"__isSmartRef__":true,"id":149}},"46609":{"offset":0.7,"color":{"__isSmartRef__":true,"id":149}},"46610":{"offset":1,"color":{"__isSmartRef__":true,"id":46611}},"46611":{"r":0.7973333333333334,"g":0.7973333333333334,"b":0.7973333333333334,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46612":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46613":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"46614":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46615":{"x":19.154971194602297,"y":393.89144835121806,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46616":{"stops":[{"__isSmartRef__":true,"id":46617},{"__isSmartRef__":true,"id":46619},{"__isSmartRef__":true,"id":46621},{"__isSmartRef__":true,"id":46623}],"vector":{"__isSmartRef__":true,"id":46625},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"46617":{"offset":0,"color":{"__isSmartRef__":true,"id":46618}},"46618":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46619":{"offset":0.4,"color":{"__isSmartRef__":true,"id":46620}},"46620":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46621":{"offset":0.6,"color":{"__isSmartRef__":true,"id":46622}},"46622":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46623":{"offset":1,"color":{"__isSmartRef__":true,"id":46624}},"46624":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46625":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46626":{"stops":[{"__isSmartRef__":true,"id":46627},{"__isSmartRef__":true,"id":46629},{"__isSmartRef__":true,"id":46631},{"__isSmartRef__":true,"id":46633}],"vector":{"__isSmartRef__":true,"id":46625},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"46627":{"offset":0,"color":{"__isSmartRef__":true,"id":46628}},"46628":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46629":{"offset":0.4,"color":{"__isSmartRef__":true,"id":46630}},"46630":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46631":{"offset":0.6,"color":{"__isSmartRef__":true,"id":46632}},"46632":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46633":{"offset":1,"color":{"__isSmartRef__":true,"id":46634}},"46634":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46635":{"sourceObj":{"__isSmartRef__":true,"id":46586},"sourceAttrName":"fire","targetMethodName":"reloadEverything","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"46636":{"sourceObj":{"__isSmartRef__":true,"id":46586},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":46484},"targetMethodName":"loadAndOpenSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"46637":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46638":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"71445C71-7E94-450A-B5FB-2326A41555B9","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"46639":{"moveVertical":true},"46640":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"46641":{"morph":{"__isSmartRef__":true,"id":46586},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"46642":{"x":51,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46643":{"submorphs":[],"scripts":[],"id":"D7E72890-DAB9-4175-80D2-BEDAA976CA20","shape":{"__isSmartRef__":true,"id":46644},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":46650},"_MaxTextWidth":258,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":46647},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"selectedPartName","partsBinMetaInfo":{"__isSmartRef__":true,"id":46651},"textChunks":[{"__isSmartRef__":true,"id":46652}],"charsReplaced":"some text","lastFindLoc":-9,"prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":46485},"_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":46654},"renderContextTable":{"__isSmartRef__":true,"id":46655},"eventHandler":{"__isSmartRef__":true,"id":46656},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":258,"_MinTextHeight":null,"distanceToDragEvent":{"__isSmartRef__":true,"id":46657},"previousSelection":[11,11],"derivationIds":[1224,"25E0FB99-9B39-4754-932D-DB6A01B4A95D","61627613-C999-40E7-9DB0-BDF996D1ECC4","C4D29785-0782-4706-806D-FF6038713C2F","4C2E106A-1F4C-48A0-A435-1FAA967054BC","BCB8A5BC-CD57-4495-8E0B-67AA5E474FA4","BC6B6857-9FAE-499A-BBFC-4F98A28D555D","A33D26A2-77A9-4F7B-B01E-E011C3AEAB93","12CBEF1F-E269-417E-ACEA-4DE2E29A0CE3","FCA464B3-A849-409D-BC5B-6D9EBAFB43BE","ED534055-8E5A-4649-BB57-BDC3E5CBC17F","B3F598DC-FB73-4FE9-8996-49419A4CD741","F43C5DD4-BE88-4B9F-A804-83D767B93FF8","E8A14541-A23C-4109-82E1-D4DCA740BF52","7A379D20-CC5D-4FB1-9898-854686E034C5","E7A76532-D8EF-4115-9B51-C3A2754C7983","70045544-6706-4A32-A67A-A439454F90CF","5AB7DDB3-7240-4C63-9F17-5A96AC90D9CC","786477A0-CF47-4332-985A-FD492FB8E7C6"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"46644":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":46645},"_Extent":{"__isSmartRef__":true,"id":46646},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":46647},"renderContextTable":{"__isSmartRef__":true,"id":46648},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":46649},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"46645":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46646":{"x":258,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46647":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46648":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"46649":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46650":{"x":22.074220912172564,"y":8.635794805933187,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46651":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"D7E72890-DAB9-4175-80D2-BEDAA976CA20","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"46652":{"style":{"__isSmartRef__":true,"id":46653},"chunkOwner":{"__isSmartRef__":true,"id":46643},"storedString":"ObjectEditor","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"46653":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"46654":{"x":258,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46655":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"46656":{"morph":{"__isSmartRef__":true,"id":46643},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"46657":{"x":167.51791727205773,"y":-12.628784291915622,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46658":{"submorphs":[],"scripts":[],"id":"8F6CC160-24F6-48AE-A430-4568D3EBD9DB","shape":{"__isSmartRef__":true,"id":46659},"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":46666},"itemList":[{"__isSmartRef__":true,"id":46667},{"__isSmartRef__":true,"id":46672},{"__isSmartRef__":true,"id":46677},{"__isSmartRef__":true,"id":46682},{"__isSmartRef__":true,"id":46687},{"__isSmartRef__":true,"id":46692}],"showsHalos":false,"name":"selectedPartVersions","partsBinMetaInfo":{"__isSmartRef__":true,"id":46697},"__SourceModuleName__":"Global.lively.morphic.Core","_ClipMode":"scroll","owner":{"__isSmartRef__":true,"id":46485},"prevScroll":[0,96],"layout":{"__isSmartRef__":true,"id":46698},"priorExtent":{"__isSmartRef__":true,"id":46699},"renderContextTable":{"__isSmartRef__":true,"id":46700},"eventHandler":{"__isSmartRef__":true,"id":46701},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[1225,"9B936EA2-F23D-497C-A53E-4396CA9256F6","E333E76B-0723-4359-B687-2AA820C0D677","25D90D11-0432-4E82-891D-54FFA3BB9FB1","914D1CD5-B925-47EC-B766-212629CF18AC","06903DED-2228-497A-A5E4-BD39CDAC9286","87BCD5EE-A9F5-41E6-AF60-2E0F4B187B25","7FF89F4C-C131-4DAD-A2E3-E3891D43F801","4C4F847E-E079-4B30-BD21-99ACC266B3A6","CD3F6BEF-CFAC-4D1D-9EDE-645D9A1BD064","58EBD102-9E1B-4DF6-AEB7-917764F6D2F3","71365E97-4664-4E67-8AE4-3038A922F65E","BD9C5EBB-4660-4030-8F82-D7F96BBF1B94","189C43AE-811E-4F28-8B30-B6CC11F41CA9","EB043866-95BE-49E0-A54B-14BB5C4BD692","55CDE267-DC7E-42B4-8270-1BBC412A4B36","253560AE-9FB0-4EC3-8C26-0DB0DF9BBE02","FD68C62E-0D04-4421-A9A2-254D853E2044","CCE0CD46-F614-405D-A86B-C21A5CD0A81D"],"_Rotation":0,"_Scale":1,"isBeingDragged":false,"__LivelyClassName__":"lively.morphic.List"},"46659":{"position":{"__isSmartRef__":true,"id":46660},"_Extent":{"__isSmartRef__":true,"id":46661},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":46662},"_Fill":{"__isSmartRef__":true,"id":46663},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":46664},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_Padding":{"__isSmartRef__":true,"id":46665},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"46660":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46661":{"x":330.7762078882963,"y":121.97632273920658,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46662":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46663":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46664":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"46665":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46666":{"x":19.98146549080036,"y":56.349422571268406,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46667":{"string":"2012-05-29 10:08 willy.scheibel (167050)","value":{"__isSmartRef__":true,"id":46668},"isListItem":true},"46668":{"rev":167050,"author":"willy.scheibel","date":{"__isSmartRef__":true,"id":46669},"url":{"__isSmartRef__":true,"id":46670},"changes":[{"__isSmartRef__":true,"id":46671}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"46669":{"isSerializedDate":true,"string":"Tue May 29 2012 10:08:50 GMT+0200 (Mitteleuropäische Sommerzeit)"},"46670":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"46671":{"type":"S:modified","url":"/PartsBin/PartsClasses/ObjectEditor.json"},"46672":{"string":"2012-05-29 09:41 willy.scheibel (167033)","value":{"__isSmartRef__":true,"id":46673},"isListItem":true},"46673":{"rev":167033,"author":"willy.scheibel","date":{"__isSmartRef__":true,"id":46674},"url":{"__isSmartRef__":true,"id":46675},"changes":[{"__isSmartRef__":true,"id":46676}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"46674":{"isSerializedDate":true,"string":"Tue May 29 2012 09:41:48 GMT+0200 (Mitteleuropäische Sommerzeit)"},"46675":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"46676":{"type":"S:modified","url":"/PartsBin/PartsClasses/ObjectEditor.json"},"46677":{"string":"2012-05-29 09:40 willy.scheibel (167032)","value":{"__isSmartRef__":true,"id":46678},"isListItem":true},"46678":{"rev":167032,"author":"willy.scheibel","date":{"__isSmartRef__":true,"id":46679},"url":{"__isSmartRef__":true,"id":46680},"changes":[{"__isSmartRef__":true,"id":46681}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"46679":{"isSerializedDate":true,"string":"Tue May 29 2012 09:40:32 GMT+0200 (Mitteleuropäische Sommerzeit)"},"46680":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"46681":{"type":"S:modified","url":"/PartsBin/PartsClasses/ObjectEditor.json"},"46682":{"string":"2012-05-29 09:31 willy.scheibel (167027)","value":{"__isSmartRef__":true,"id":46683},"isListItem":true},"46683":{"rev":167027,"author":"willy.scheibel","date":{"__isSmartRef__":true,"id":46684},"url":{"__isSmartRef__":true,"id":46685},"changes":[{"__isSmartRef__":true,"id":46686}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"46684":{"isSerializedDate":true,"string":"Tue May 29 2012 09:31:57 GMT+0200 (Mitteleuropäische Sommerzeit)"},"46685":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"46686":{"type":"S:modified","url":"/PartsBin/PartsClasses/ObjectEditor.json"},"46687":{"string":"2012-05-29 08:49 willy.scheibel (166998)","value":{"__isSmartRef__":true,"id":46688},"isListItem":true},"46688":{"rev":166998,"author":"willy.scheibel","date":{"__isSmartRef__":true,"id":46689},"url":{"__isSmartRef__":true,"id":46690},"changes":[{"__isSmartRef__":true,"id":46691}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"46689":{"isSerializedDate":true,"string":"Tue May 29 2012 08:49:27 GMT+0200 (Mitteleuropäische Sommerzeit)"},"46690":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"46691":{"type":"S:modified","url":"/PartsBin/PartsClasses/ObjectEditor.json"},"46692":{"string":"2012-05-29 08:33 willy.scheibel (166983)","value":{"__isSmartRef__":true,"id":46693},"isListItem":true},"46693":{"rev":166983,"author":"willy.scheibel","date":{"__isSmartRef__":true,"id":46694},"url":{"__isSmartRef__":true,"id":46695},"changes":[{"__isSmartRef__":true,"id":46696}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"46694":{"isSerializedDate":true,"string":"Tue May 29 2012 08:33:22 GMT+0200 (Mitteleuropäische Sommerzeit)"},"46695":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"46696":{"type":"S:added","url":null},"46697":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":2,"__SourceModuleName__":"Global.lively.PartsBin","idOnLoad":"8F6CC160-24F6-48AE-A430-4568D3EBD9DB","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"46698":{"resizeWidth":true},"46699":{"x":330.7762078882963,"y":122.97632273920658,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46700":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateListContent":"updateListContentHTML","resizeList":"resizeListHTML","getItemIndexFromEvent":"getItemIndexFromEventHTML","getListExtent":"getListExtentHTML","setSize":"setSizeHTML","renderAsDropDownList":"renderAsDropDownListHTML","setFontSize":"setFontSizeHTML","setFontFamily":"setFontFamilyHTML","getSelectedIndexes":"getSelectedIndexesHTML","enableMultipleSelections":"enableMultipleSelectionsHTML","selectAllAt":"selectAllAtHTML","clearSelections":"clearSelectionsHTML","deselectAt":"deselectAtHTML"},"46701":{"morph":{"__isSmartRef__":true,"id":46658},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"46702":{"submorphs":[],"scripts":[],"id":"1A4A1E88-CF59-4FD7-BCFF-242E0C00F51C","shape":{"__isSmartRef__":true,"id":46703},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":46709},"_MaxTextWidth":313.04,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":46710},"showsHalos":false,"_FontSize":11,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"selectedPartComment","partsBinMetaInfo":{"__isSmartRef__":true,"id":46711},"textChunks":[{"__isSmartRef__":true,"id":46712}],"charsReplaced":"","lastFindLoc":6,"prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":46485},"_ClipMode":"auto","priorExtent":{"__isSmartRef__":true,"id":46714},"attributeConnections":[{"__isSmartRef__":true,"id":46715}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"layout":{"__isSmartRef__":true,"id":46716},"renderContextTable":{"__isSmartRef__":true,"id":46717},"eventHandler":{"__isSmartRef__":true,"id":46718},"_MinTextWidth":313.04,"_MinTextHeight":null,"_WhiteSpaceHandling":"pre-wrap","derivationIds":[1226,"DD9BD765-ADCE-4F83-BD29-D46C4F70D065","FAF93200-3F45-458D-A09A-150A9A564E17","45B7AF6D-BAB6-4C3A-A200-A6A7A709499B","65E31DB6-BFDA-4D8A-9EF2-EB1D94C2E253","74C3EFF9-4889-452C-A456-5A5B6778CE47","38D7BE76-BC2A-4B09-92FC-C08352382C88","96002B07-9CDB-4008-A195-09BD239923F2","DAA476D0-F42A-43C3-B4C4-BC880BD80E65","BA992D77-C2D5-466E-A47A-4322BB7146A8","34167D7E-66D9-41B2-AD62-D4C9AB410B96","E701BCEE-C44A-47CB-BE90-50C8CF47AA08","459DECD4-11D7-4B8C-8444-2B602BCDFF28","D0B2AEDB-8A3F-462F-A869-9BECE3D20A80","0BD25F0F-D0C4-46D7-8911-E8FF36AE1AA6","CE77BB5F-B2A7-4B69-83E5-EA36EE064597","D34A0C4A-A6BD-4FE7-82A4-93CB9B2F030B","50A2EC62-7A15-43E5-BB1C-B33C3AE91666","2513159B-9CA2-4F02-92E8-C637FB0EF5FF"],"distanceToDragEvent":{"__isSmartRef__":true,"id":46719},"_Rotation":0,"_Scale":1,"savedTextString":"A todo list. Pretty straightforward. If your are looking for the todo item proto, it's in front of you ;)\n\nWhen a todo item text is selected you can use TAB / Shift+TAB to go to the next / prev item.\n\nWith Ctrl+c Ctrl+c (2x) you can toggle the done state.","__LivelyClassName__":"lively.morphic.Text"},"46703":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":46704},"_Extent":{"__isSmartRef__":true,"id":46705},"_BorderWidth":1.4800000000000002,"_BorderColor":{"__isSmartRef__":true,"id":46706},"renderContextTable":{"__isSmartRef__":true,"id":46707},"_BorderRadius":7.400000000000001,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":46708},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"46704":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46705":{"x":333,"y":70,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46706":{"r":0.753,"g":0.753,"b":0.753,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46707":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"46708":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46709":{"x":20,"y":180,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46710":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46711":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"1A4A1E88-CF59-4FD7-BCFF-242E0C00F51C","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"46712":{"style":{"__isSmartRef__":true,"id":46713},"chunkOwner":{"__isSmartRef__":true,"id":46702},"storedString":"Edit scripts and connections of a morph.","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"46713":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"46714":{"x":333,"y":70,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46715":{"sourceObj":{"__isSmartRef__":true,"id":46702},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":46484},"targetMethodName":"saveCommentForSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"46716":{"resizeWidth":true,"resizeHeight":true},"46717":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"46718":{"morph":{"__isSmartRef__":true,"id":46702},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"46719":{"x":227.14764051653037,"y":-11.693836156918564,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46720":{"submorphs":[],"scripts":[],"id":"2EA77798-F48E-4FE9-B677-AF135C318FF8","shape":{"__isSmartRef__":true,"id":46721},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":46727},"_MaxTextWidth":265,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":46724},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"selectedPartSpaceName","partsBinMetaInfo":{"__isSmartRef__":true,"id":46728},"textChunks":[{"__isSmartRef__":true,"id":46729}],"charsReplaced":"some text","lastFindLoc":-9,"prevScroll":[0,0],"_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":46731},"renderContextTable":{"__isSmartRef__":true,"id":46732},"eventHandler":{"__isSmartRef__":true,"id":46733},"owner":{"__isSmartRef__":true,"id":46485},"_Align":"left","_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":265,"_MinTextHeight":null,"previousSelection":[9,15],"derivationIds":[1227,"6CE972BD-83CD-4BBB-80ED-D454164C5FEB","157A323D-D969-49B0-B93C-8BD36505D2FC","5D8E7DE9-5E77-4A78-85CC-2BCE68CE557D","EC218021-7880-4AB3-85E1-D09C4BF93D8A","2439308A-9CEB-46A8-8601-F268A4F47F4A","13F42C03-8A95-489F-A557-40F9DF434A0E","DE538AF0-B066-47FC-87FB-FDAC3C147AA1","2E3F7404-39E8-40D4-8CE5-9562B3E28CAF","19B83978-E82E-42BE-9A3B-C419E6106819","8F070B4E-A3FA-4663-A95B-20D3D45962BC","E20FD539-F6B4-4E0D-ADC8-5C1A0D0072C6","36FAB4CF-8F58-4056-9FE5-86FB1D114016","899DC007-45DC-4170-A759-8E6CA26498C7","E0AE05D7-0D12-4B46-82DF-B4079C0204E4","5BE3D953-8D17-450C-825A-0C7F990524F6","E6EFDAE7-8884-4FDD-A117-A31DD8AEAC9C","5DC5F055-B6FC-443A-A68B-113E25FEF8AC","960BBFE5-B8D9-4AE2-BE5F-F3F7D3470B6E"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"46721":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":46722},"_Extent":{"__isSmartRef__":true,"id":46723},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":46724},"renderContextTable":{"__isSmartRef__":true,"id":46725},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":46726},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"46722":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46723":{"x":265,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46724":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46725":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"46726":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46727":{"x":22.381974001732715,"y":30.870025607392563,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46728":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"2EA77798-F48E-4FE9-B677-AF135C318FF8","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"46729":{"style":{"__isSmartRef__":true,"id":46730},"chunkOwner":{"__isSmartRef__":true,"id":46720},"storedString":"PartsBin/PartsClasses/","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"46730":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"46731":{"x":265,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46732":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"46733":{"morph":{"__isSmartRef__":true,"id":46720},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"46734":{"submorphs":[{"__isSmartRef__":true,"id":46735}],"scripts":[],"id":"274E290E-C1B0-4DD5-97EB-D3B94D565592","shape":{"__isSmartRef__":true,"id":46751},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":46767},"value":true,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":46768},"lighterFill":{"__isSmartRef__":true,"id":46754},"label":{"__isSmartRef__":true,"id":46735},"attributeConnections":[{"__isSmartRef__":true,"id":46777},{"__isSmartRef__":true,"id":46778}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":46779},"name":"copyPartButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":46780},"layout":{"__isSmartRef__":true,"id":46781},"renderContextTable":{"__isSmartRef__":true,"id":46782},"eventHandler":{"__isSmartRef__":true,"id":46783},"owner":{"__isSmartRef__":true,"id":46485},"distanceToDragEvent":{"__isSmartRef__":true,"id":46784},"priorExtent":{"__isSmartRef__":true,"id":46785},"derivationIds":[1228,"A7EE497C-3BC4-48A3-8B6D-193804223319","1F02DAAA-E458-41C2-8A98-B61020A2E0A2","8324EE8D-1ABC-4E9E-96A9-C36215559902","85744E70-8D7A-4836-B64D-5D72BEB47A24","DAB27C35-5025-4060-AFA0-24DB71031B79","7490C0EB-B488-4F98-9C66-E48F89F2A921","EADFC9A5-98FD-4150-BCE8-0ACA0351474D","3A50497B-C8BD-4EAF-915B-E3790C33AD66","E6302DFE-3CE2-45C3-AE75-DE059CCC03FA","8846EE9D-80E1-4E56-9709-E2407578BA4F","73BBBF7E-E245-4A74-B34B-1EAC6C38F0B5","CE44810D-6BAA-4406-8062-31A87EF0EF87","15DE6651-BEE1-4C4E-9CBD-38AC49163509","BA420413-8A66-447A-8E91-AA2C591805C7","C691FCE3-D94F-40F9-8DC8-41A8F9E64EB5","65F52EB7-20DF-4B10-862D-3629BA23FD11","8AB30725-556C-476C-8872-9AA68903803E","7D39FF18-1229-4797-83D8-F016DDAF0601"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","isPressed":false,"__LivelyClassName__":"lively.morphic.Button"},"46735":{"submorphs":[],"scripts":[],"id":"C84CDDDF-DC94-4C31-ABB4-FB7133241366","shape":{"__isSmartRef__":true,"id":46736},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":83,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":46742},"textColor":{"__isSmartRef__":true,"id":46739},"owner":{"__isSmartRef__":true,"id":46734},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":46743}],"padding":{"__isSmartRef__":true,"id":46745},"_Padding":{"__isSmartRef__":true,"id":46746},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":46747},"renderContextTable":{"__isSmartRef__":true,"id":46748},"eventHandler":{"__isSmartRef__":true,"id":46749},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":83,"_MinTextHeight":null,"derivationIds":[1229,"48944567-0B6F-46EA-AD76-2677296C53EA","E68189FB-262E-412F-B5CE-00D5F9ED451C","4AB6AC8D-F0E4-44F7-A6A9-ED45C6B3FA16","BBAE8D78-82FB-4D7F-9F2D-D2358BC706F5","3F40AADC-4450-4508-8A3B-53779974E210","F55D05B5-34A2-4509-8B14-8929A97BDE5B","A9917EAE-88D7-49DF-86CA-8EF5155DC125","8B1BF7BF-63FD-4069-B895-FB093499508B","0F5810CB-D842-4192-A607-6D731E3887DE","9AA6C8A4-A06A-4BF0-8609-7F9C82304D02","E7062D98-E822-49C7-A6C0-23D9E5008454","7078A684-8907-4ED0-8F10-6E67DB2F5274","E9381BFD-779B-43D4-906F-6CB2BDA97999","DFD93A7D-7247-4E8B-8E62-A35FC5B50423","5DC95437-1D19-4F67-9EC2-E6F93E735962","3CA34522-1EC9-475C-96B5-7326BC8AA938","BFEC85B9-B501-4764-A00E-884B9521D79F","52B460BA-3A0E-4BF2-B035-FE3EA19D4FD1"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":46750},"__LivelyClassName__":"lively.morphic.Text"},"46736":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":46737},"_Extent":{"__isSmartRef__":true,"id":46738},"_BorderColor":{"__isSmartRef__":true,"id":46739},"renderContextTable":{"__isSmartRef__":true,"id":46740},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":46741},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"46737":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46738":{"x":85,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46739":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46740":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"46741":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46742":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46743":{"style":{"__isSmartRef__":true,"id":46744},"chunkOwner":{"__isSmartRef__":true,"id":46735},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"copy","__LivelyClassName__":"lively.morphic.TextChunk"},"46744":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"46745":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46746":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46747":{"x":85,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46748":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"46749":{"morph":{"__isSmartRef__":true,"id":46735},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"46750":{"requiredModules":[],"idOnLoad":"C84CDDDF-DC94-4C31-ABB4-FB7133241366","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"46751":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":46752},"_Extent":{"__isSmartRef__":true,"id":46753},"_Fill":{"__isSmartRef__":true,"id":46754},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":46764},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":46765},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":46766},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"46752":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46753":{"x":85,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46754":{"stops":[{"__isSmartRef__":true,"id":46755},{"__isSmartRef__":true,"id":46757},{"__isSmartRef__":true,"id":46759},{"__isSmartRef__":true,"id":46761}],"vector":{"__isSmartRef__":true,"id":46763},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"46755":{"offset":0,"color":{"__isSmartRef__":true,"id":46756}},"46756":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46757":{"offset":0.4,"color":{"__isSmartRef__":true,"id":46758}},"46758":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46759":{"offset":0.6,"color":{"__isSmartRef__":true,"id":46760}},"46760":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46761":{"offset":1,"color":{"__isSmartRef__":true,"id":46762}},"46762":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46763":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46764":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46765":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"46766":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46767":{"x":196,"y":393,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46768":{"stops":[{"__isSmartRef__":true,"id":46769},{"__isSmartRef__":true,"id":46771},{"__isSmartRef__":true,"id":46773},{"__isSmartRef__":true,"id":46775}],"vector":{"__isSmartRef__":true,"id":46763},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"46769":{"offset":0,"color":{"__isSmartRef__":true,"id":46770}},"46770":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46771":{"offset":0.4,"color":{"__isSmartRef__":true,"id":46772}},"46772":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46773":{"offset":0.6,"color":{"__isSmartRef__":true,"id":46774}},"46774":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46775":{"offset":1,"color":{"__isSmartRef__":true,"id":46776}},"46776":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46777":{"sourceObj":{"__isSmartRef__":true,"id":46734},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":46484},"targetMethodName":"interactivelyMoveSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"46778":{"sourceObj":{"__isSmartRef__":true,"id":46734},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":46484},"targetMethodName":"interactivelyCopySelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"46779":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46780":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"274E290E-C1B0-4DD5-97EB-D3B94D565592","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"46781":{"moveVertical":true},"46782":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"46783":{"morph":{"__isSmartRef__":true,"id":46734},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"46784":{"x":50.41301952728122,"y":-17.360760576407074,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46785":{"x":83,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46786":{"submorphs":[],"scripts":[],"id":"5EBFC153-F6D3-434D-B154-94A42CC5A5AB","shape":{"__isSmartRef__":true,"id":46787},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":46793},"_MaxTextWidth":67,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":46790},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"shareLink","partsBinMetaInfo":{"__isSmartRef__":true,"id":46794},"textChunks":[{"__isSmartRef__":true,"id":46795}],"charsReplaced":"this part with others:","lastFindLoc":28,"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":46797},"renderContextTable":{"__isSmartRef__":true,"id":46798},"eventHandler":{"__isSmartRef__":true,"id":46799},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":46800},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","owner":{"__isSmartRef__":true,"id":46485},"_MinTextWidth":67,"_MinTextHeight":null,"distanceToDragEvent":{"__isSmartRef__":true,"id":46801},"previousSelection":[0,11],"isBeingDragged":false,"derivationIds":[1232,"B9D2A879-DE55-4FCE-A39E-A49A5C513DB5","9B2052B5-A239-453D-BB12-7E8C6D47F9A3","EBBE29B3-CFB1-4F29-B063-3151F39F05EE","F4E1E4A0-3E52-4122-AA40-813B7DE11F76","838CC24A-7BA4-4FE8-9F17-0095855C98BB","31AE717F-70AF-471F-A274-C083B4D1AA99","8A4D997E-3528-421C-92E3-C9C6D3E71D7A","B7149BC1-13A4-4E74-8875-3D491C3D241D","F2E52A05-0BA8-4E2C-A15B-F2DCC738D984","35C3114B-9B72-4002-B572-01AE597A11E5","E3655B71-EA3B-4183-B0B4-310D0D2C4DCF","B3EE45E9-6582-4594-8CBB-655811150765","37D86999-5FCB-446D-9517-5DD6B4276A33","EE34DEAB-F3B3-460C-B9CA-7DADF59423FA","AC84A8AB-4DF0-4C1F-98E0-33B877C575C4","0F00D02E-5855-4186-84D6-37F19F8E7E2F","ED1E5AC0-1DA3-4AF3-B965-84149B5F8DBC","973F365C-6DAB-42E2-A628-0C5FC5D4C446"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"46787":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":46788},"_Extent":{"__isSmartRef__":true,"id":46789},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":46790},"renderContextTable":{"__isSmartRef__":true,"id":46791},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":46792},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"46788":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46789":{"x":67,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46790":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46791":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"46792":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46793":{"x":289,"y":31,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46794":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","idOnLoad":"5EBFC153-F6D3-434D-B154-94A42CC5A5AB","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"46795":{"style":{"__isSmartRef__":true,"id":46796},"chunkOwner":{"__isSmartRef__":true,"id":46786},"storedString":"Share Link","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"46796":{"uri":"http://www.lively-kernel.org/viral?part=ObjectEditor&path=PartsBin/PartsClasses/","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"46797":{"x":67,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46798":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"46799":{"morph":{"__isSmartRef__":true,"id":46786},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"46800":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46801":{"x":47.59213818423041,"y":-17.492989485982434,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46802":{"submorphs":[{"__isSmartRef__":true,"id":46803}],"scripts":[],"id":"2110E56A-6098-4C52-BBDD-5ECA0D065A71","shape":{"__isSmartRef__":true,"id":46819},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":46835},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":46822},"lighterFill":{"__isSmartRef__":true,"id":46836},"label":{"__isSmartRef__":true,"id":46803},"attributeConnections":[{"__isSmartRef__":true,"id":46845}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":46847},"name":"editModulesButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":46848},"layout":{"__isSmartRef__":true,"id":46849},"renderContextTable":{"__isSmartRef__":true,"id":46850},"eventHandler":{"__isSmartRef__":true,"id":46851},"distanceToDragEvent":{"__isSmartRef__":true,"id":46852},"priorExtent":{"__isSmartRef__":true,"id":46853},"derivationIds":[1228,"A7EE497C-3BC4-48A3-8B6D-193804223319","1F02DAAA-E458-41C2-8A98-B61020A2E0A2","8324EE8D-1ABC-4E9E-96A9-C36215559902","85744E70-8D7A-4836-B64D-5D72BEB47A24","DAB27C35-5025-4060-AFA0-24DB71031B79","7490C0EB-B488-4F98-9C66-E48F89F2A921","560C20B1-25AC-44A3-AEFB-D1BF530F949F","BFA181FE-2E54-4F33-B095-AFDB42B6BDF5","5A129B5C-19E8-4F9F-8EE3-965642773E8D","950927A9-0B66-4641-BF3B-AB7AA29E66E2","8304D920-645F-4AD4-ACE7-A38F24AB5D56","70072C5E-4EC6-4FE8-AE8D-0063E8C5C429","78B5D0D4-37C6-48D0-BCDC-42831A6A3B10","E08BFEC8-4724-411F-B2C9-27B45D8D5B60","856E27F5-D879-4196-AD79-1F320AE5A2F5","44E3D67D-28B4-4B2B-B13E-ED9DA00E896C","5F21413A-418D-4594-9F22-604D1D07E8B6","F22C835D-31F3-4912-AE38-BAA069A45FCC","BE13CC1D-6085-414D-B757-D3B8840BBD25","17259AF0-5B53-4DDD-9C8D-F8EEEBA17A54"],"owner":{"__isSmartRef__":true,"id":46485},"_Rotation":0,"_Scale":0.9920279440699424,"_ClipMode":"visible","isPressed":false,"__LivelyClassName__":"lively.morphic.Button"},"46803":{"submorphs":[],"scripts":[],"id":"B616FD6B-1E33-475A-A962-1E85A3E80B2B","shape":{"__isSmartRef__":true,"id":46804},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":62.378312347756264,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":46810},"textColor":{"__isSmartRef__":true,"id":46807},"owner":{"__isSmartRef__":true,"id":46802},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":46811}],"padding":{"__isSmartRef__":true,"id":46813},"_Padding":{"__isSmartRef__":true,"id":46814},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":46815},"renderContextTable":{"__isSmartRef__":true,"id":46816},"eventHandler":{"__isSmartRef__":true,"id":46817},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":62.378312347756264,"_MinTextHeight":null,"derivationIds":[1229,"48944567-0B6F-46EA-AD76-2677296C53EA","E68189FB-262E-412F-B5CE-00D5F9ED451C","4AB6AC8D-F0E4-44F7-A6A9-ED45C6B3FA16","BBAE8D78-82FB-4D7F-9F2D-D2358BC706F5","3F40AADC-4450-4508-8A3B-53779974E210","F55D05B5-34A2-4509-8B14-8929A97BDE5B","57E00BE5-A979-4932-A6BF-82E922915547","3F2A56C8-300D-48C4-AEC6-2B6D57BB4AFA","59668791-500C-47F3-BB68-9E3128E1368E","9F26A844-331F-4C72-9C1F-317F97684DDC","47F7E9D0-6F7E-4A60-BB12-C4E348651067","D6D1CB99-F4D0-4279-81F4-B95FCA0DE172","0F1A41BA-2391-44D6-B03B-8ACB97D2F626","9813528A-089C-414B-A3C4-9E02F0E9E422","23F98A90-8A22-46A9-B2D6-DF287B5C4681","EE9BCAB9-9781-46F5-A2A9-FFB5D11ECF29","F3623320-595F-45C5-9235-612BABDF0402","4263733A-8D31-4A62-ABB9-9D29CFEB1BDB","730EC70E-9E7A-44E3-8715-4589916635F2","60DDE4EC-47FC-4E76-8D24-583559FBA501"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":46818},"__LivelyClassName__":"lively.morphic.Text"},"46804":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":46805},"_Extent":{"__isSmartRef__":true,"id":46806},"_BorderColor":{"__isSmartRef__":true,"id":46807},"renderContextTable":{"__isSmartRef__":true,"id":46808},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":46809},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"46805":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46806":{"x":64.37831234775626,"y":21.69293479284704,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46807":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46808":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"46809":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46810":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46811":{"style":{"__isSmartRef__":true,"id":46812},"chunkOwner":{"__isSmartRef__":true,"id":46803},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"modules","__LivelyClassName__":"lively.morphic.TextChunk"},"46812":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"46813":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46814":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46815":{"x":64.37831234775626,"y":21.69293479284704,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46816":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"46817":{"morph":{"__isSmartRef__":true,"id":46803},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"46818":{"requiredModules":[],"idOnLoad":"B616FD6B-1E33-475A-A962-1E85A3E80B2B","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"46819":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":46820},"_Extent":{"__isSmartRef__":true,"id":46821},"_Fill":{"__isSmartRef__":true,"id":46822},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":46832},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":46833},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":46834},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"46820":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46821":{"x":64.37831234775626,"y":21.69293479284704,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46822":{"stops":[{"__isSmartRef__":true,"id":46823},{"__isSmartRef__":true,"id":46825},{"__isSmartRef__":true,"id":46827},{"__isSmartRef__":true,"id":46829}],"vector":{"__isSmartRef__":true,"id":46831},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"46823":{"offset":0,"color":{"__isSmartRef__":true,"id":46824}},"46824":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46825":{"offset":0.4,"color":{"__isSmartRef__":true,"id":46826}},"46826":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46827":{"offset":0.6,"color":{"__isSmartRef__":true,"id":46828}},"46828":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46829":{"offset":1,"color":{"__isSmartRef__":true,"id":46830}},"46830":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46831":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46832":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46833":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"46834":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46835":{"x":285.00468966732456,"y":393.95580708060504,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46836":{"stops":[{"__isSmartRef__":true,"id":46837},{"__isSmartRef__":true,"id":46839},{"__isSmartRef__":true,"id":46841},{"__isSmartRef__":true,"id":46843}],"vector":{"__isSmartRef__":true,"id":46831},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"46837":{"offset":0,"color":{"__isSmartRef__":true,"id":46838}},"46838":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46839":{"offset":0.4,"color":{"__isSmartRef__":true,"id":46840}},"46840":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46841":{"offset":0.6,"color":{"__isSmartRef__":true,"id":46842}},"46842":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46843":{"offset":1,"color":{"__isSmartRef__":true,"id":46844}},"46844":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46845":{"sourceObj":{"__isSmartRef__":true,"id":46802},"sourceAttrName":"fire","targetMethodName":"showRequiredModules","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":46846},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"46846":{"source":{"__isSmartRef__":true,"id":46802}},"46847":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46848":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"2110E56A-6098-4C52-BBDD-5ECA0D065A71","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"46849":{"moveVertical":true},"46850":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"46851":{"morph":{"__isSmartRef__":true,"id":46802},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"46852":{"x":48.17656337858898,"y":-13.247949828198443,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46853":{"x":63.91140505366775,"y":21.69293479284704,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46854":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":46855},"derivationIds":[null,"074C2A5B-DB0A-47F0-A589-2DD872B13343","A8A6CA38-F1A7-4072-AC76-F667C20E1A28","E4076130-19FC-4FF2-A735-34F038892965","53A19BCB-248D-4752-A030-42E6E2FB058A","03EC7CDC-FEB2-40DC-8DB5-DFB9E562D7AD","1CBF94A0-4332-4B18-9332-45E2DD64F32C","AAB6B212-3779-48E1-AF91-947E29A54CAC","E849326B-286B-4A46-A16F-947D59B9F689","C4FB7428-2907-491D-A57B-5DDE1CD03756","486B6DA7-48F1-48E9-993B-30AE235D0A5C"],"id":"10CAAB57-6B94-4C7E-8CC6-E9E86E5D6D0C","renderContextTable":{"__isSmartRef__":true,"id":46861},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":46862}],"eventHandler":{"__isSmartRef__":true,"id":46864},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"auto","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Monaco,monospace","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":46865},"priorExtent":{"__isSmartRef__":true,"id":46866},"_MaxTextWidth":306,"_MinTextWidth":306,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":46485},"layout":{"__isSmartRef__":true,"id":46867},"syntaxHighlightingWhileTyping":false,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"lastSyntaxHighlightTime":1328037408581,"accessibleInInactiveWindow":true,"showsHalos":false,"name":"CommitLog","__SourceModuleName__":"Global.lively.morphic.TextCore","_Rotation":0,"_Scale":0.992027944069942,"prevScroll":[0,0],"partsBinMetaInfo":{"__isSmartRef__":true,"id":46868},"__LivelyClassName__":"lively.morphic.Text"},"46855":{"_Position":{"__isSmartRef__":true,"id":46856},"renderContextTable":{"__isSmartRef__":true,"id":46857},"_Extent":{"__isSmartRef__":true,"id":46858},"_ClipMode":"auto","_Padding":{"__isSmartRef__":true,"id":46859},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":46860},"_Fill":null,"_BorderRadius":7.405,"_Opacity":1,"_BorderStyle":"solid","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"46856":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46857":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"46858":{"x":333,"y":124,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46859":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46860":{"r":0.662,"g":0.662,"b":0.662,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46861":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"46862":{"style":{"__isSmartRef__":true,"id":46863},"chunkOwner":{"__isSmartRef__":true,"id":46854},"storedString":"2012-05-29 10:46 willy.scheibel: \n no comment\n2012-05-24 17:21 timfelgentreff: \n Add a magnifiying glass to select target (similar to developer tools DOM selection)\n2012-05-24 16:54 timfelgentreff: \n no comment\n2012-04-26 22:03 robertkrahn: \n restored old version for addressing immediate save problems\n2012-04-26 11:16 fbo: \n No more addScript and better support for Firefox\n2012-03-08 19:12 robertkrahn: \n - Tags text morph now is a input line, fixed a bug in generateSourceForScript()\n2012-03-07 22:51 fabian: \n no comment\n2012-03-07 22:46 fabian: \n no comment\n2012-03-07 22:34 fabian: \n no comment\n2012-03-07 22:14 fabian: \n no comment\n2012-03-07 20:57 fabian: \n no comment\n2012-03-07 20:42 fabian: \n no comment\n2012-03-07 20:37 fabian: \n no comment\n2012-02-03 11:45 sstamm: \n added save button\n2012-02-02 17:36 bsiegmund: \n Run Button now moving when window is resized\n2011-11-29 04:50 lauritz: \n changed label \"Category:\" to \"Tag:\".\n2011-11-23 18:26 lauritz: \n adapted layout of notifications\n2011-11-21 23:14 lauritz: \n fixed a bug (onBlur event handling) and added the world to the target chooser\n2011-11-18 15:26 jenslincke: \n - reset title bar and borders\n2011-11-17 23:22 lauritz: \n Refactoring of script annotations (now at scripts not morphs). Added category tagging. Layout changes.\n2011-11-16 02:12 lauritz: \n layout adaptions\n2011-11-11 01:47 lauritz: \n two more checks on attempts to remove scripts or connections.\n2011-11-11 01:42 lauritz: \n added confirmation before removal of scripts or connections.\n2011-10-21 00:40 lauritz: \n Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items.\n2011-10-28 05:36 lauritz: \n Locked down submorphs of the editor pane. Grabbing and dragging disabled. \n2011-11-04 13:41 jenslincke: \n bring resize handle to front\n2011-11-04 13:44 jenslincke: \n set min extent to pt(500,300)\n2011-11-15 20:12 lauritz: \n set a minExtent\n2011-11-18 20:19 lauritz: \n removed a missed debugger statement. corrected setting of target.\n2011-11-22 23:02 lauritz: \n added a border to notifications, centered notification text\n2011-11-29 04:44 lauritz: \n renamed .categorize to .tag\n2011-11-30 23:55 lauritz: \n fixed a defect (weeeeeird property caused an error on deserialization of copies)\n2011-12-07 04:31 lauritz: \n fixed a bug regarding anonymous morphs.\n2011-12-07 06:13 lauritz: \n workaround for issue #161 - target morph list is scrollable\n2011-12-13 18:56 lauritz: \n removed a workaround\n2011-12-13 22:04 lauritz: \n tries to get user directly from localStorage now. if there's no user set, then we don't call CGI - logging into trac should not be necessary for developing parts.\n2011-12-16 20:23 lauritz: \n sorted tag list.\n2011-12-16 20:28 lauritz: \n top-most entry of the tag list is \"all\" now.\n2012-01-06 07:15 lauritz: \n no comment\n2012-01-27 17:50 robertkrahn: \n show scripts even if they are wrapped\n2012-02-02 14:55 conradcalmez: \n added run button for trying out methods\n2012-02-02 15:00 conradcalmez: \n set selection of lists to null\n2012-02-25 02:47 fbo: \n no comment\n2012-03-07 20:08 fabian: \n no comment\n2012-03-07 20:09 fabian: \n no comment\n2012-03-07 20:40 undefined: \n no comment\n2012-03-07 20:52 fabian: \n no comment\n2012-03-07 21:27 fabian: \n no comment\n2012-03-07 22:37 fabian: \n no comment\n2012-03-07 22:48 fabian: \n no comment\n2012-03-07 22:55 fabian: \n no comment\n2012-04-26 11:14 fbo: \n No more addScript and better support for Firefox\n2012-04-26 11:15 fbo: \n No more addScript and better support for Firefox\n2012-05-24 16:48 timfelgentreff: \n no comment\n2012-05-24 16:48 timfelgentreff: \n no comment\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"46863":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"46864":{"morph":{"__isSmartRef__":true,"id":46854},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"46865":{"x":21.16240762993516,"y":257.9370085150181,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46866":{"x":333,"y":124,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46867":{"resizeWidth":true,"resizeHeight":true},"46868":{"partName":"CommitLog","requiredModules":[],"idOnLoad":"10CAAB57-6B94-4C7E-8CC6-E9E86E5D6D0C","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"46869":{"position":{"__isSmartRef__":true,"id":46870},"_Extent":{"__isSmartRef__":true,"id":46871},"_BorderWidth":2.294,"_BorderColor":{"__isSmartRef__":true,"id":46872},"_Fill":{"__isSmartRef__":true,"id":46873},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":46874},"_BorderRadius":6.12,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":46875},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"46870":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46871":{"x":373,"y":433,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46872":{"r":0.258,"g":0.258,"b":0.258,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46873":{"r":0.921,"g":0.921,"b":0.921,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46874":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"46875":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46876":{"x":763.5732305084431,"y":38,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46877":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","comment":"A simple box morph","migrationLevel":2,"idOnLoad":"BD201AF1-7B47-4740-966E-16BFF07D4749","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"46878":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"46879":{"morph":{"__isSmartRef__":true,"id":46485},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"46880":{"x":383,"y":433,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46881":{"moveHorizontal":true},"46882":{"submorphs":[],"scripts":[],"id":"0CF26D2E-CA95-4BE1-9B26-374246EB6F9E","shape":{"__isSmartRef__":true,"id":46883},"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":46890},"itemList":["*all*","*latest*","*search*","Backgrounds","Basic","BP2012","CodeSnippets","Constantin","Controls","Database","DatabaseDemo","Debugging","Demos","Dialogs","Documentation","DroppableBehaviors","ElProfesor","Fabian","FreedomOfSpeech","Fun","Games","Grid","groupBejeweled","Holger","Inputs","iPadWidgets","Issues","Jens","Layout","Maps","Martin","Math","morphic.js","MP2011WS","NewWorld","PartsClasses","Pictures","Presenting","Productivity","prova","Robert","Sandbox","Scripting","Server","SketchyInputs","SWD2011","Tests","Text","Tiles","Tools","uncategorized","Visualization","Widgets","Wiki"],"showsHalos":false,"name":"categoryList","partsBinMetaInfo":{"__isSmartRef__":true,"id":46891},"__SourceModuleName__":"Global.lively.morphic.Core","owner":{"__isSmartRef__":true,"id":46484},"_ClipMode":"auto","prevScroll":[0,64],"attributeConnections":[{"__isSmartRef__":true,"id":46892}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"priorExtent":{"__isSmartRef__":true,"id":46893},"layout":{"__isSmartRef__":true,"id":46894},"renderContextTable":{"__isSmartRef__":true,"id":46895},"eventHandler":{"__isSmartRef__":true,"id":46896},"isBeingDragged":false,"derivationIds":[1234,"E4573A4B-7457-4A85-B5E0-8634CF6B5A32","36ABD56F-22FB-466E-911F-B5A54713AC62","C5B5D3B3-C81B-4BF1-AF14-AD010028B8E8","0E406F2D-69F9-4AB8-8D75-02815B9FE8AB","AB7C35D1-2411-4621-AEF1-4B26A3B06611","134793DC-D7FD-429A-8303-7E57B5B7B24A","37D6C084-5E43-4B73-9710-E05DEA0B8D9B","C98A36F4-D242-4A3E-82C9-9DF7443A3BC6","C3570FAB-192B-4D80-8400-751E3DD8720B","C2FE8FA7-4EA1-4C9D-80F6-79C11F913648","8F4F6AB0-12EB-41C0-8D58-A77552E84513","51C37965-82DC-42C3-8156-18C2B8BEEECE","99CAEA25-7AB9-46F2-82ED-969208DEDF24","6A42ED52-B82A-4F6D-8A14-F83CB210F7F6","169EBC93-B142-4138-80E3-5FB92BD3CEB6","8C059D61-0E96-4978-9636-66BAF103AD61","FEEE89FC-5929-4378-BE7B-6059E02339F3","AF14E500-F1A1-49BA-987C-C9126B05DAD9"],"selectedLineNo":35,"_Rotation":0,"_Scale":1,"selection":"PartsClasses","__LivelyClassName__":"lively.morphic.List"},"46883":{"position":{"__isSmartRef__":true,"id":46884},"_Extent":{"__isSmartRef__":true,"id":46885},"_BorderWidth":1.258,"_BorderColor":{"__isSmartRef__":true,"id":46886},"_Fill":{"__isSmartRef__":true,"id":46887},"__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderRadius":0,"renderContextTable":{"__isSmartRef__":true,"id":46888},"_Padding":{"__isSmartRef__":true,"id":46889},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"46884":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46885":{"x":145.0100150200251,"y":441.23781865967146,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46886":{"r":0.8280587561201496,"g":0.8280587561201496,"b":0.8280587561201496,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46887":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46888":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"46889":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46890":{"x":9,"y":37,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46891":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":1,"__SourceModuleName__":"Global.lively.PartsBin","idOnLoad":"0CF26D2E-CA95-4BE1-9B26-374246EB6F9E","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"46892":{"sourceObj":{"__isSmartRef__":true,"id":46882},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":46484},"targetMethodName":"categoryName","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"46893":{"x":145.0100150200251,"y":440.23781865967146,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46894":{"resizeHeight":true},"46895":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateListContent":"updateListContentHTML","resizeList":"resizeListHTML","getItemIndexFromEvent":"getItemIndexFromEventHTML","getListExtent":"getListExtentHTML","setSize":"setSizeHTML","renderAsDropDownList":"renderAsDropDownListHTML","setFontSize":"setFontSizeHTML","setFontFamily":"setFontFamilyHTML","getSelectedIndexes":"getSelectedIndexesHTML","enableMultipleSelections":"enableMultipleSelectionsHTML","selectAllAt":"selectAllAtHTML","clearSelections":"clearSelectionsHTML","deselectAt":"deselectAtHTML"},"46896":{"morph":{"__isSmartRef__":true,"id":46882},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"46897":{"submorphs":[{"__isSmartRef__":true,"id":46898}],"scripts":[],"id":"74BBF9F9-BDED-4D75-A4FD-2FFFDDD377FC","shape":{"__isSmartRef__":true,"id":46914},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":46930},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":46917},"lighterFill":{"__isSmartRef__":true,"id":46931},"label":{"__isSmartRef__":true,"id":46898},"attributeConnections":[{"__isSmartRef__":true,"id":46940}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":46942},"name":"reloadButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":46943},"owner":{"__isSmartRef__":true,"id":46484},"renderContextTable":{"__isSmartRef__":true,"id":46944},"eventHandler":{"__isSmartRef__":true,"id":46945},"priorExtent":{"__isSmartRef__":true,"id":46946},"derivationIds":[1235,"1004C6DF-84F6-4345-B2CA-055AA4F773F6","E89AF462-CFE4-4AC3-B827-CB2505E2A7BA","E2DDE5E0-43A1-4195-90A8-91408473DCDA","03920DC7-DC2D-4C3F-A927-AAD2960216A5","A72AAFB6-23CC-4F29-9DAD-27A67A7577E9","2B4287A8-196C-42F0-828E-4CE4381C9D7F","528F8789-646A-46B1-B4BE-1E5382D1FC89","75DE0100-DA4C-43AC-BD8B-23EFB260EAF4","EA00D1F3-F11C-438A-9B70-1B08F358EB5C","8579EE52-28C3-4D4B-B137-ABE47C0A9E42","51DB8874-CA5A-4DAD-B23E-194CE47C8662","2770196E-663B-4618-A54A-84D5F9CDA489","34C78B01-37DE-4F8C-BD88-0D17FC632772","64ACFD9C-F0C2-4AA7-A30E-58BDDF6FE4BD","50E01FF5-1DCE-44CF-A959-D3664885DE6B","F4FF0113-404D-4EEE-B095-185CD84B7BE9","3FB7C823-28E4-4117-A9DA-442ECABA7BFA","E4711B14-CD69-4EF9-ADF3-B80780C4CD19"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Button"},"46898":{"submorphs":[],"scripts":[],"id":"04A05835-4D26-48E9-925A-E5CB50449374","shape":{"__isSmartRef__":true,"id":46899},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":18,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":46905},"textColor":{"__isSmartRef__":true,"id":46902},"owner":{"__isSmartRef__":true,"id":46897},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":46906}],"padding":{"__isSmartRef__":true,"id":46908},"_Padding":{"__isSmartRef__":true,"id":46909},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":46910},"renderContextTable":{"__isSmartRef__":true,"id":46911},"eventHandler":{"__isSmartRef__":true,"id":46912},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":18,"_MinTextHeight":null,"derivationIds":[1236,"0AABC7BC-431F-4F28-A475-694B57A56F0A","E508F35D-1887-4A79-A395-19186427F9C7","4878087E-76B4-401E-AAFB-3A98B1DC2B76","B415B743-575F-4D4A-A6C6-6C97E4DC54A4","EA639CD5-A12C-425C-AD35-FF77947DFC67","5E535C29-89AB-424F-A50E-40D7E6794ACE","44B3E0BB-A9AF-46E4-A2A3-EB76BB87610A","905CD9C3-1327-4130-B76B-72609D9578A8","11C63B11-BCA5-4131-A18B-A4A42D1894A8","011E0634-4488-4902-9A4C-5755634994EA","2889F48B-DFF4-447E-800B-ACFDBE39907E","D0E97658-D3F9-4EF1-A44C-94053ACC7F5B","59DD8173-ED98-4207-82B2-5A95FACEC902","1C2F66E8-3F97-4ACF-AF5C-3E6F994B9584","3AD61C32-09BF-4CCC-B7AA-4CCF3F93A821","D7046839-D241-4DC4-BD4B-D76B0B70835C","9ACFE363-381B-430A-8233-9B7079D7EB1D","9E7D958C-EFB6-4772-8589-F8870872BF4A"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":46913},"__LivelyClassName__":"lively.morphic.Text"},"46899":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":46900},"_Extent":{"__isSmartRef__":true,"id":46901},"_BorderColor":{"__isSmartRef__":true,"id":46902},"renderContextTable":{"__isSmartRef__":true,"id":46903},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":46904},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"46900":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46901":{"x":20,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46902":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46903":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"46904":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46905":{"x":0,"y":-2,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46906":{"style":{"__isSmartRef__":true,"id":46907},"chunkOwner":{"__isSmartRef__":true,"id":46898},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"⟳","__LivelyClassName__":"lively.morphic.TextChunk"},"46907":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"46908":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46909":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46910":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46911":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"46912":{"morph":{"__isSmartRef__":true,"id":46898},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"46913":{"requiredModules":[],"idOnLoad":"04A05835-4D26-48E9-925A-E5CB50449374","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"46914":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":46915},"_Extent":{"__isSmartRef__":true,"id":46916},"_Fill":{"__isSmartRef__":true,"id":46917},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":46927},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":46928},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":46929},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"46915":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46916":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46917":{"stops":[{"__isSmartRef__":true,"id":46918},{"__isSmartRef__":true,"id":46920},{"__isSmartRef__":true,"id":46922},{"__isSmartRef__":true,"id":46924}],"vector":{"__isSmartRef__":true,"id":46926},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"46918":{"offset":0,"color":{"__isSmartRef__":true,"id":46919}},"46919":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46920":{"offset":0.4,"color":{"__isSmartRef__":true,"id":46921}},"46921":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46922":{"offset":0.6,"color":{"__isSmartRef__":true,"id":46923}},"46923":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46924":{"offset":1,"color":{"__isSmartRef__":true,"id":46925}},"46925":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46926":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46927":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46928":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"46929":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46930":{"x":79,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46931":{"stops":[{"__isSmartRef__":true,"id":46932},{"__isSmartRef__":true,"id":46934},{"__isSmartRef__":true,"id":46936},{"__isSmartRef__":true,"id":46938}],"vector":{"__isSmartRef__":true,"id":46926},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"46932":{"offset":0,"color":{"__isSmartRef__":true,"id":46933}},"46933":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46934":{"offset":0.4,"color":{"__isSmartRef__":true,"id":46935}},"46935":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46936":{"offset":0.6,"color":{"__isSmartRef__":true,"id":46937}},"46937":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46938":{"offset":1,"color":{"__isSmartRef__":true,"id":46939}},"46939":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"46940":{"sourceObj":{"__isSmartRef__":true,"id":46897},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":46484},"targetMethodName":"reloadEverything","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":46941},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"46941":{"source":{"__isSmartRef__":true,"id":46897},"target":{"__isSmartRef__":true,"id":46484}},"46942":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"46943":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"74BBF9F9-BDED-4D75-A4FD-2FFFDDD377FC","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"46944":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"46945":{"morph":{"__isSmartRef__":true,"id":46897},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"46946":{"x":140,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"46947":{"submorphs":[{"__isSmartRef__":true,"id":46948},{"__isSmartRef__":true,"id":46981},{"__isSmartRef__":true,"id":47014},{"__isSmartRef__":true,"id":47047},{"__isSmartRef__":true,"id":47080},{"__isSmartRef__":true,"id":47113},{"__isSmartRef__":true,"id":47146},{"__isSmartRef__":true,"id":47179},{"__isSmartRef__":true,"id":47212},{"__isSmartRef__":true,"id":47245},{"__isSmartRef__":true,"id":47278},{"__isSmartRef__":true,"id":47311},{"__isSmartRef__":true,"id":47344},{"__isSmartRef__":true,"id":47377},{"__isSmartRef__":true,"id":47410},{"__isSmartRef__":true,"id":47443},{"__isSmartRef__":true,"id":47476},{"__isSmartRef__":true,"id":47509},{"__isSmartRef__":true,"id":47542},{"__isSmartRef__":true,"id":47575},{"__isSmartRef__":true,"id":47608},{"__isSmartRef__":true,"id":47641},{"__isSmartRef__":true,"id":47674},{"__isSmartRef__":true,"id":47707},{"__isSmartRef__":true,"id":47740},{"__isSmartRef__":true,"id":47773},{"__isSmartRef__":true,"id":47806},{"__isSmartRef__":true,"id":47839},{"__isSmartRef__":true,"id":47872},{"__isSmartRef__":true,"id":47905},{"__isSmartRef__":true,"id":47938},{"__isSmartRef__":true,"id":47971},{"__isSmartRef__":true,"id":48004},{"__isSmartRef__":true,"id":48037},{"__isSmartRef__":true,"id":48070},{"__isSmartRef__":true,"id":48103}],"scripts":[],"id":"C169C7CB-74AA-46AE-AC31-D0C3179509D8","shape":{"__isSmartRef__":true,"id":48136},"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"partsBinContents","partsBinMetaInfo":{"__isSmartRef__":true,"id":48143},"__SourceModuleName__":"Global.lively.morphic.Core","_ClipMode":"scroll","priorExtent":{"__isSmartRef__":true,"id":48144},"attributeConnections":[{"__isSmartRef__":true,"id":48145}],"doNotSerialize":["$$selectedItem"],"doNotCopyProperties":["$$selectedItem"],"layout":{"__isSmartRef__":true,"id":48146},"renderContextTable":{"__isSmartRef__":true,"id":48147},"eventHandler":{"__isSmartRef__":true,"id":48148},"_Position":{"__isSmartRef__":true,"id":48149},"owner":{"__isSmartRef__":true,"id":46484},"derivationIds":[1237,"36E894B8-0363-4580-8726-268CF8708422","24FF45E0-75DD-4A18-8279-472DDC2F411C","83558E66-F5C3-400C-A4C2-47A948B8136A","260D6B4C-06A4-45A2-B702-887829835D7E","86BCFBDB-66C5-4DD5-AC0E-FBCA02BB1698","D46AEB64-D1DC-46EF-822C-E86588905880","6DA46DD0-D2A0-46BE-BE8F-82D3E98A8696","24A0F2AB-B88F-494D-9EE9-F877A4619BD8","E46F739C-7FB0-451B-BFD2-7CFAEB01EF65","6BCD3F84-BE4C-4A45-92E2-D5F99FE41856","B6A2AD2D-CB4B-42BB-8790-81E87F96A774","6C871473-36BA-45B4-8D20-5396A7706FF8","8DF8249E-11A2-4CEF-8BBD-A3EFAEDF67B3","9CEB0BDD-1280-4953-992E-659D7023012A","19392237-EE49-4D2C-864D-392FDED1D4D4","ACCF1CE2-EFF4-47F8-B5AB-754C2542D519","F44C877B-AD23-4387-8FD2-D23B32E9FB1B","46B912BD-42EA-475C-8FE7-B8E7B89E6CA8"],"isBeingDragged":false,"_Rotation":0,"_Scale":1,"selectedItem":{"__isSmartRef__":true,"id":48150},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":50459},"__LivelyClassName__":"lively.morphic.Box"},"46948":{"submorphs":[{"__isSmartRef__":true,"id":46949},{"__isSmartRef__":true,"id":46959}],"scripts":[],"shape":{"__isSmartRef__":true,"id":46971},"derivationIds":[null],"id":"7CF50B09-DCB9-4902-A2FF-3CAD1431A998","renderContextTable":{"__isSmartRef__":true,"id":46977},"eventHandler":{"__isSmartRef__":true,"id":46978},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":46979},"partsBinURL":{"__isSmartRef__":true,"id":46980},"targetName":"Benchmarker","partItem":{"__isSmartRef__":true,"id":32745},"owner":{"__isSmartRef__":true,"id":46947},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"46949":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":46950},"derivationIds":[null],"id":"00C6466C-058C-44A2-9DB6-F23CCCA06BB0","renderContextTable":{"__isSmartRef__":true,"id":46955},"eventHandler":{"__isSmartRef__":true,"id":46956},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":46957},"priorExtent":{"__isSmartRef__":true,"id":46958},"owner":{"__isSmartRef__":true,"id":46948},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"46950":{"renderContextTable":{"__isSmartRef__":true,"id":46951},"_NodeClass":["morph"],"_NodeId":"morph-00c6466c-058c-44a2-9db6-f23ccca06bb0","_Extent":{"__isSmartRef__":true,"id":46952},"_Padding":{"__isSmartRef__":true,"id":46953},"stringifiedShapeNode":"
setup
var list = [];\nfor (var i = 0; i < 100; i++) {\n list.push(i);\n}
test
var sum = 0;\nlist.forEach(function(i) {\n sum += i;\n}
Run
Benchmarker
X
M
","extent":{"__isSmartRef__":true,"id":46954},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"46951":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"46952":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46953":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46954":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46955":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"46956":{"morph":{"__isSmartRef__":true,"id":46949},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"46957":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46958":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46959":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":46960},"derivationIds":[null],"id":"244A8A66-8898-4170-9CE3-12BE876E86CD","renderContextTable":{"__isSmartRef__":true,"id":46966},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":46967}],"eventHandler":{"__isSmartRef__":true,"id":46969},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":46948},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":46970},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"46960":{"_Position":{"__isSmartRef__":true,"id":46961},"renderContextTable":{"__isSmartRef__":true,"id":46962},"_Extent":{"__isSmartRef__":true,"id":46963},"_Padding":{"__isSmartRef__":true,"id":46964},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":46965},"_NodeClass":["morph","text"],"_NodeId":"morph-244a8a66-8898-4170-9ce3-12be876e86cd","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"46961":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46962":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"46963":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46964":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46965":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46966":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"46967":{"style":{"__isSmartRef__":true,"id":46968},"chunkOwner":{"__isSmartRef__":true,"id":46959},"storedString":"Benchmarker","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"46968":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"46969":{"morph":{"__isSmartRef__":true,"id":46959},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"46970":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46971":{"_Position":{"__isSmartRef__":true,"id":46972},"renderContextTable":{"__isSmartRef__":true,"id":46973},"_Extent":{"__isSmartRef__":true,"id":46974},"_Padding":{"__isSmartRef__":true,"id":46975},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-7cf50b09-dcb9-4902-a2ff-3cad1431a998","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":46976},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"46972":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46973":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"46974":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46975":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46976":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46977":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"46978":{"morph":{"__isSmartRef__":true,"id":46948},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"46979":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46980":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"46981":{"submorphs":[{"__isSmartRef__":true,"id":46982},{"__isSmartRef__":true,"id":46992}],"scripts":[],"shape":{"__isSmartRef__":true,"id":47004},"derivationIds":[null],"id":"5696677E-A296-4491-A224-4C99494460BA","renderContextTable":{"__isSmartRef__":true,"id":47010},"eventHandler":{"__isSmartRef__":true,"id":47011},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":47012},"partsBinURL":{"__isSmartRef__":true,"id":47013},"targetName":"BootstrapParts","partItem":{"__isSmartRef__":true,"id":32779},"owner":{"__isSmartRef__":true,"id":46947},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"46982":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":46983},"derivationIds":[null],"id":"E5D3BA33-A678-42DF-9EFB-C77FA636E7A6","renderContextTable":{"__isSmartRef__":true,"id":46988},"eventHandler":{"__isSmartRef__":true,"id":46989},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":46990},"priorExtent":{"__isSmartRef__":true,"id":46991},"owner":{"__isSmartRef__":true,"id":46981},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"46983":{"renderContextTable":{"__isSmartRef__":true,"id":46984},"_NodeClass":["morph"],"_NodeId":"morph-e5d3ba33-a678-42df-9efb-c77fa636e7a6","_Extent":{"__isSmartRef__":true,"id":46985},"_Padding":{"__isSmartRef__":true,"id":46986},"stringifiedShapeNode":"
bootstrap
to:
http://lively-kernel.org/repository/webwerkstatt/
from:
http://localhost/LivelyWiki
Bootstrap Parts
X
M
","extent":{"__isSmartRef__":true,"id":46987},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"46984":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"46985":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46986":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46987":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46988":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"46989":{"morph":{"__isSmartRef__":true,"id":46982},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"46990":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46991":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46992":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":46993},"derivationIds":[null],"id":"5921C169-BB7B-4776-8C77-A84B2DBF9163","renderContextTable":{"__isSmartRef__":true,"id":46999},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":47000}],"eventHandler":{"__isSmartRef__":true,"id":47002},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":46981},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":47003},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"46993":{"_Position":{"__isSmartRef__":true,"id":46994},"renderContextTable":{"__isSmartRef__":true,"id":46995},"_Extent":{"__isSmartRef__":true,"id":46996},"_Padding":{"__isSmartRef__":true,"id":46997},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":46998},"_NodeClass":["morph","text"],"_NodeId":"morph-5921c169-bb7b-4776-8c77-a84b2dbf9163","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"46994":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46995":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"46996":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46997":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46998":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"46999":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"47000":{"style":{"__isSmartRef__":true,"id":47001},"chunkOwner":{"__isSmartRef__":true,"id":46992},"storedString":"BootstrapParts","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47001":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47002":{"morph":{"__isSmartRef__":true,"id":46992},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47003":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47004":{"_Position":{"__isSmartRef__":true,"id":47005},"renderContextTable":{"__isSmartRef__":true,"id":47006},"_Extent":{"__isSmartRef__":true,"id":47007},"_Padding":{"__isSmartRef__":true,"id":47008},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-5696677e-a296-4491-a224-4c99494460ba","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47009},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47005":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47006":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47007":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47008":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47009":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47010":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47011":{"morph":{"__isSmartRef__":true,"id":46981},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47012":{"x":105,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47013":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"47014":{"submorphs":[{"__isSmartRef__":true,"id":47015},{"__isSmartRef__":true,"id":47025}],"scripts":[],"shape":{"__isSmartRef__":true,"id":47037},"derivationIds":[null],"id":"31BA1B91-380F-4DC1-94B5-863D09569F8A","renderContextTable":{"__isSmartRef__":true,"id":47043},"eventHandler":{"__isSmartRef__":true,"id":47044},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":47045},"partsBinURL":{"__isSmartRef__":true,"id":47046},"targetName":"ClassBrowser","partItem":{"__isSmartRef__":true,"id":32813},"owner":{"__isSmartRef__":true,"id":46947},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"47015":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47016},"derivationIds":[null],"id":"C1060563-262E-4BE6-ACA8-10824FB890B0","renderContextTable":{"__isSmartRef__":true,"id":47021},"eventHandler":{"__isSmartRef__":true,"id":47022},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":47023},"priorExtent":{"__isSmartRef__":true,"id":47024},"owner":{"__isSmartRef__":true,"id":47014},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"47016":{"renderContextTable":{"__isSmartRef__":true,"id":47017},"_NodeClass":["morph"],"_NodeId":"morph-c1060563-262e-4be6-aca8-10824fb890b0","_Extent":{"__isSmartRef__":true,"id":47018},"_Padding":{"__isSmartRef__":true,"id":47019},"stringifiedShapeNode":"
update
no code
Class Browser
X
M
","extent":{"__isSmartRef__":true,"id":47020},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47017":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"47018":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47019":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47020":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47021":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47022":{"morph":{"__isSmartRef__":true,"id":47015},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47023":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47024":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47025":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47026},"derivationIds":[null],"id":"78771737-64EF-40CB-9340-AA77FC548D89","renderContextTable":{"__isSmartRef__":true,"id":47032},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":47033}],"eventHandler":{"__isSmartRef__":true,"id":47035},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":47014},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":47036},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47026":{"_Position":{"__isSmartRef__":true,"id":47027},"renderContextTable":{"__isSmartRef__":true,"id":47028},"_Extent":{"__isSmartRef__":true,"id":47029},"_Padding":{"__isSmartRef__":true,"id":47030},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47031},"_NodeClass":["morph","text"],"_NodeId":"morph-78771737-64ef-40cb-9340-aa77fc548d89","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47027":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47028":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47029":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47030":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47031":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47032":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"47033":{"style":{"__isSmartRef__":true,"id":47034},"chunkOwner":{"__isSmartRef__":true,"id":47025},"storedString":"ClassBrowser","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47034":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47035":{"morph":{"__isSmartRef__":true,"id":47025},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47036":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47037":{"_Position":{"__isSmartRef__":true,"id":47038},"renderContextTable":{"__isSmartRef__":true,"id":47039},"_Extent":{"__isSmartRef__":true,"id":47040},"_Padding":{"__isSmartRef__":true,"id":47041},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-31ba1b91-380f-4dc1-94b5-863d09569f8a","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47042},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47038":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47039":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47040":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47041":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47042":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47043":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47044":{"morph":{"__isSmartRef__":true,"id":47014},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47045":{"x":210,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47046":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"47047":{"submorphs":[{"__isSmartRef__":true,"id":47048},{"__isSmartRef__":true,"id":47058}],"scripts":[],"shape":{"__isSmartRef__":true,"id":47070},"derivationIds":[null],"id":"77A11B9E-B196-4FA2-A29C-EC21FDB8A8B5","renderContextTable":{"__isSmartRef__":true,"id":47076},"eventHandler":{"__isSmartRef__":true,"id":47077},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":47078},"partsBinURL":{"__isSmartRef__":true,"id":47079},"targetName":"CodeBrowser","partItem":{"__isSmartRef__":true,"id":32847},"owner":{"__isSmartRef__":true,"id":46947},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"47048":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47049},"derivationIds":[null],"id":"82A6A182-4270-44E3-8790-C7C6B6D2507B","renderContextTable":{"__isSmartRef__":true,"id":47054},"eventHandler":{"__isSmartRef__":true,"id":47055},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":47056},"priorExtent":{"__isSmartRef__":true,"id":47057},"owner":{"__isSmartRef__":true,"id":47047},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"47049":{"renderContextTable":{"__isSmartRef__":true,"id":47050},"_NodeClass":["morph"],"_NodeId":"morph-82a6a182-4270-44e3-8790-c7c6b6d2507b","_Extent":{"__isSmartRef__":true,"id":47051},"_Padding":{"__isSmartRef__":true,"id":47052},"stringifiedShapeNode":"
commit
update
CodeBrowser
X
M
","extent":{"__isSmartRef__":true,"id":47053},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47050":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"47051":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47052":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47053":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47054":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47055":{"morph":{"__isSmartRef__":true,"id":47048},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47056":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47057":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47058":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47059},"derivationIds":[null],"id":"118FF4CA-9A78-4308-8ADE-98E9EA579039","renderContextTable":{"__isSmartRef__":true,"id":47065},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":47066}],"eventHandler":{"__isSmartRef__":true,"id":47068},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":47047},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":47069},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47059":{"_Position":{"__isSmartRef__":true,"id":47060},"renderContextTable":{"__isSmartRef__":true,"id":47061},"_Extent":{"__isSmartRef__":true,"id":47062},"_Padding":{"__isSmartRef__":true,"id":47063},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47064},"_NodeClass":["morph","text"],"_NodeId":"morph-118ff4ca-9a78-4308-8ade-98e9ea579039","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47060":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47061":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47062":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47063":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47064":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47065":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"47066":{"style":{"__isSmartRef__":true,"id":47067},"chunkOwner":{"__isSmartRef__":true,"id":47058},"storedString":"CodeBrowser","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47067":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47068":{"morph":{"__isSmartRef__":true,"id":47058},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47069":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47070":{"_Position":{"__isSmartRef__":true,"id":47071},"renderContextTable":{"__isSmartRef__":true,"id":47072},"_Extent":{"__isSmartRef__":true,"id":47073},"_Padding":{"__isSmartRef__":true,"id":47074},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-77a11b9e-b196-4fa2-a29c-ec21fdb8a8b5","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47075},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47071":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47072":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47073":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47074":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47075":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47076":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47077":{"morph":{"__isSmartRef__":true,"id":47047},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47078":{"x":315,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47079":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"47080":{"submorphs":[{"__isSmartRef__":true,"id":47081},{"__isSmartRef__":true,"id":47091}],"scripts":[],"shape":{"__isSmartRef__":true,"id":47103},"derivationIds":[null],"id":"BDD1D97E-6A73-4FE0-A155-B3FC355923CF","renderContextTable":{"__isSmartRef__":true,"id":47109},"eventHandler":{"__isSmartRef__":true,"id":47110},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":47111},"partsBinURL":{"__isSmartRef__":true,"id":47112},"targetName":"ColorReplacer","partItem":{"__isSmartRef__":true,"id":32881},"owner":{"__isSmartRef__":true,"id":46947},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"47081":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47082},"derivationIds":[null],"id":"C1F1F79A-D97D-497D-A8A0-46A589199DEC","renderContextTable":{"__isSmartRef__":true,"id":47087},"eventHandler":{"__isSmartRef__":true,"id":47088},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":47089},"priorExtent":{"__isSmartRef__":true,"id":47090},"owner":{"__isSmartRef__":true,"id":47080},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"47082":{"renderContextTable":{"__isSmartRef__":true,"id":47083},"_NodeClass":["morph"],"_NodeId":"morph-c1f1f79a-d97d-497d-a8a0-46a589199dec","_Extent":{"__isSmartRef__":true,"id":47084},"_Padding":{"__isSmartRef__":true,"id":47085},"stringifiedShapeNode":"
->
found 46 morphs
reset
ColorReplacer
X
M
","extent":{"__isSmartRef__":true,"id":47086},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47083":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"47084":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47085":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47086":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47087":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47088":{"morph":{"__isSmartRef__":true,"id":47081},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47089":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47090":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47091":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47092},"derivationIds":[null],"id":"EA7064A3-8A78-40B4-A3CA-EF33C14414FB","renderContextTable":{"__isSmartRef__":true,"id":47098},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":47099}],"eventHandler":{"__isSmartRef__":true,"id":47101},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":47080},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":47102},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47092":{"_Position":{"__isSmartRef__":true,"id":47093},"renderContextTable":{"__isSmartRef__":true,"id":47094},"_Extent":{"__isSmartRef__":true,"id":47095},"_Padding":{"__isSmartRef__":true,"id":47096},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47097},"_NodeClass":["morph","text"],"_NodeId":"morph-ea7064a3-8a78-40b4-a3ca-ef33c14414fb","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47093":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47094":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47095":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47096":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47097":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47098":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"47099":{"style":{"__isSmartRef__":true,"id":47100},"chunkOwner":{"__isSmartRef__":true,"id":47091},"storedString":"ColorReplacer","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47100":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47101":{"morph":{"__isSmartRef__":true,"id":47091},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47102":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47103":{"_Position":{"__isSmartRef__":true,"id":47104},"renderContextTable":{"__isSmartRef__":true,"id":47105},"_Extent":{"__isSmartRef__":true,"id":47106},"_Padding":{"__isSmartRef__":true,"id":47107},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-bdd1d97e-6a73-4fe0-a155-b3fc355923cf","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47108},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47104":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47105":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47106":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47107":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47108":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47109":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47110":{"morph":{"__isSmartRef__":true,"id":47080},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47111":{"x":420,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47112":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"47113":{"submorphs":[{"__isSmartRef__":true,"id":47114},{"__isSmartRef__":true,"id":47124}],"scripts":[],"shape":{"__isSmartRef__":true,"id":47136},"derivationIds":[null],"id":"EF698231-4F57-4B55-97AF-E6618006B38C","renderContextTable":{"__isSmartRef__":true,"id":47142},"eventHandler":{"__isSmartRef__":true,"id":47143},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":47144},"partsBinURL":{"__isSmartRef__":true,"id":47145},"targetName":"CompactTestRunner","partItem":{"__isSmartRef__":true,"id":32915},"owner":{"__isSmartRef__":true,"id":46947},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"47114":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47115},"derivationIds":[null],"id":"C7B541F6-D811-4DF9-A321-8B6207AAB8D7","renderContextTable":{"__isSmartRef__":true,"id":47120},"eventHandler":{"__isSmartRef__":true,"id":47121},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":47122},"priorExtent":{"__isSmartRef__":true,"id":47123},"owner":{"__isSmartRef__":true,"id":47113},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"47115":{"renderContextTable":{"__isSmartRef__":true,"id":47116},"_NodeClass":["morph"],"_NodeId":"morph-c7b541f6-d811-4df9-a321-8b6207aab8d7","_Extent":{"__isSmartRef__":true,"id":47117},"_Padding":{"__isSmartRef__":true,"id":47118},"stringifiedShapeNode":"
2ms for 0 tests
Results
select none
select all
run selected
remove selected
add all available
TestRunner
X
M
","extent":{"__isSmartRef__":true,"id":47119},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47116":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"47117":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47118":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47119":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47120":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47121":{"morph":{"__isSmartRef__":true,"id":47114},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47122":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47123":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47124":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47125},"derivationIds":[null],"id":"520C3D50-101F-4707-A072-633D57396AD0","renderContextTable":{"__isSmartRef__":true,"id":47131},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":47132}],"eventHandler":{"__isSmartRef__":true,"id":47134},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":47113},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":47135},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47125":{"_Position":{"__isSmartRef__":true,"id":47126},"renderContextTable":{"__isSmartRef__":true,"id":47127},"_Extent":{"__isSmartRef__":true,"id":47128},"_Padding":{"__isSmartRef__":true,"id":47129},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47130},"_NodeClass":["morph","text"],"_NodeId":"morph-520c3d50-101f-4707-a072-633d57396ad0","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47126":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47127":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47128":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47129":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47130":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47131":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"47132":{"style":{"__isSmartRef__":true,"id":47133},"chunkOwner":{"__isSmartRef__":true,"id":47124},"storedString":"CompactTestRunner","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47133":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47134":{"morph":{"__isSmartRef__":true,"id":47124},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47135":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47136":{"_Position":{"__isSmartRef__":true,"id":47137},"renderContextTable":{"__isSmartRef__":true,"id":47138},"_Extent":{"__isSmartRef__":true,"id":47139},"_Padding":{"__isSmartRef__":true,"id":47140},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-ef698231-4f57-4b55-97af-e6618006b38c","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47141},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47137":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47138":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47139":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47140":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47141":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47142":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47143":{"morph":{"__isSmartRef__":true,"id":47113},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47144":{"x":0,"y":105,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47145":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"47146":{"submorphs":[{"__isSmartRef__":true,"id":47147},{"__isSmartRef__":true,"id":47157}],"scripts":[],"shape":{"__isSmartRef__":true,"id":47169},"derivationIds":[null],"id":"F7ACC3D4-0882-4AE7-958D-5F3C394084FF","renderContextTable":{"__isSmartRef__":true,"id":47175},"eventHandler":{"__isSmartRef__":true,"id":47176},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":47177},"partsBinURL":{"__isSmartRef__":true,"id":47178},"targetName":"DropboxBrowser","partItem":{"__isSmartRef__":true,"id":32949},"owner":{"__isSmartRef__":true,"id":46947},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"47147":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47148},"derivationIds":[null],"id":"774A89FF-7FE7-477F-AF85-1779819D8D5D","renderContextTable":{"__isSmartRef__":true,"id":47153},"eventHandler":{"__isSmartRef__":true,"id":47154},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":47155},"priorExtent":{"__isSmartRef__":true,"id":47156},"owner":{"__isSmartRef__":true,"id":47146},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"47148":{"renderContextTable":{"__isSmartRef__":true,"id":47149},"_NodeClass":["morph"],"_NodeId":"morph-774a89ff-7fe7-477f-af85-1779819d8d5d","_Extent":{"__isSmartRef__":true,"id":47150},"_Padding":{"__isSmartRef__":true,"id":47151},"stringifiedShapeNode":"
Login
under development
Dropbox
X
M
","extent":{"__isSmartRef__":true,"id":47152},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47149":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"47150":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47151":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47152":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47153":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47154":{"morph":{"__isSmartRef__":true,"id":47147},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47155":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47156":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47157":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47158},"derivationIds":[null],"id":"7194F42C-B430-493E-91B1-FC23EE4663FF","renderContextTable":{"__isSmartRef__":true,"id":47164},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":47165}],"eventHandler":{"__isSmartRef__":true,"id":47167},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":47146},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":47168},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47158":{"_Position":{"__isSmartRef__":true,"id":47159},"renderContextTable":{"__isSmartRef__":true,"id":47160},"_Extent":{"__isSmartRef__":true,"id":47161},"_Padding":{"__isSmartRef__":true,"id":47162},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47163},"_NodeClass":["morph","text"],"_NodeId":"morph-7194f42c-b430-493e-91b1-fc23ee4663ff","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47159":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47160":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47161":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47162":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47163":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47164":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"47165":{"style":{"__isSmartRef__":true,"id":47166},"chunkOwner":{"__isSmartRef__":true,"id":47157},"storedString":"DropboxBrowser","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47166":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47167":{"morph":{"__isSmartRef__":true,"id":47157},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47168":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47169":{"_Position":{"__isSmartRef__":true,"id":47170},"renderContextTable":{"__isSmartRef__":true,"id":47171},"_Extent":{"__isSmartRef__":true,"id":47172},"_Padding":{"__isSmartRef__":true,"id":47173},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-f7acc3d4-0882-4ae7-958d-5f3c394084ff","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47174},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47170":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47171":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47172":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47173":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47174":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47175":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47176":{"morph":{"__isSmartRef__":true,"id":47146},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47177":{"x":105,"y":105,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47178":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"47179":{"submorphs":[{"__isSmartRef__":true,"id":47180},{"__isSmartRef__":true,"id":47190}],"scripts":[],"shape":{"__isSmartRef__":true,"id":47202},"derivationIds":[null],"id":"4B9CC538-0892-45EA-B6F2-60EA0EC33915","renderContextTable":{"__isSmartRef__":true,"id":47208},"eventHandler":{"__isSmartRef__":true,"id":47209},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":47210},"partsBinURL":{"__isSmartRef__":true,"id":47211},"targetName":"ErrorStackViewer","partItem":{"__isSmartRef__":true,"id":32983},"owner":{"__isSmartRef__":true,"id":46947},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"47180":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47181},"derivationIds":[null],"id":"DD3DCF39-87AC-4509-9E17-675E94AC7A27","renderContextTable":{"__isSmartRef__":true,"id":47186},"eventHandler":{"__isSmartRef__":true,"id":47187},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":47188},"priorExtent":{"__isSmartRef__":true,"id":47189},"owner":{"__isSmartRef__":true,"id":47179},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"47181":{"renderContextTable":{"__isSmartRef__":true,"id":47182},"_NodeClass":["morph"],"_NodeId":"morph-dd3dcf39-87ac-4509-9e17-675e94ac7a27","_Extent":{"__isSmartRef__":true,"id":47183},"_Padding":{"__isSmartRef__":true,"id":47184},"stringifiedShapeNode":"
browse
ErrorStackViewer
X
M
","extent":{"__isSmartRef__":true,"id":47185},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47182":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"47183":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47184":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47185":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47186":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47187":{"morph":{"__isSmartRef__":true,"id":47180},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47188":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47189":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47190":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47191},"derivationIds":[null],"id":"F0C2D852-3CAB-4CB7-B239-33139D66306E","renderContextTable":{"__isSmartRef__":true,"id":47197},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":47198}],"eventHandler":{"__isSmartRef__":true,"id":47200},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":47179},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":47201},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47191":{"_Position":{"__isSmartRef__":true,"id":47192},"renderContextTable":{"__isSmartRef__":true,"id":47193},"_Extent":{"__isSmartRef__":true,"id":47194},"_Padding":{"__isSmartRef__":true,"id":47195},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47196},"_NodeClass":["morph","text"],"_NodeId":"morph-f0c2d852-3cab-4cb7-b239-33139d66306e","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47192":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47193":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47194":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47195":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47196":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47197":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"47198":{"style":{"__isSmartRef__":true,"id":47199},"chunkOwner":{"__isSmartRef__":true,"id":47190},"storedString":"ErrorStackViewer","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47199":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47200":{"morph":{"__isSmartRef__":true,"id":47190},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47201":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47202":{"_Position":{"__isSmartRef__":true,"id":47203},"renderContextTable":{"__isSmartRef__":true,"id":47204},"_Extent":{"__isSmartRef__":true,"id":47205},"_Padding":{"__isSmartRef__":true,"id":47206},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-4b9cc538-0892-45ea-b6f2-60ea0ec33915","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47207},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47203":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47204":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47205":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47206":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47207":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47208":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47209":{"morph":{"__isSmartRef__":true,"id":47179},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47210":{"x":210,"y":105,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47211":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"47212":{"submorphs":[{"__isSmartRef__":true,"id":47213},{"__isSmartRef__":true,"id":47223}],"scripts":[],"shape":{"__isSmartRef__":true,"id":47235},"derivationIds":[null],"id":"EB733C5F-35BD-408A-B95C-E8B2C1A911B9","renderContextTable":{"__isSmartRef__":true,"id":47241},"eventHandler":{"__isSmartRef__":true,"id":47242},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":47243},"partsBinURL":{"__isSmartRef__":true,"id":47244},"targetName":"Explorer","partItem":{"__isSmartRef__":true,"id":33017},"owner":{"__isSmartRef__":true,"id":46947},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"47213":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47214},"derivationIds":[null],"id":"0DD56DBB-5B2D-45F2-BC9D-97127EBDAC67","renderContextTable":{"__isSmartRef__":true,"id":47219},"eventHandler":{"__isSmartRef__":true,"id":47220},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":47221},"priorExtent":{"__isSmartRef__":true,"id":47222},"owner":{"__isSmartRef__":true,"id":47212},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"47214":{"renderContextTable":{"__isSmartRef__":true,"id":47215},"_NodeClass":["morph"],"_NodeId":"morph-0dd56dbb-5b2d-45f2-bc9d-97127ebdac67","_Extent":{"__isSmartRef__":true,"id":47216},"_Padding":{"__isSmartRef__":true,"id":47217},"stringifiedShapeNode":"
Explorer
X
M
","extent":{"__isSmartRef__":true,"id":47218},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47215":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"47216":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47217":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47218":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47219":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47220":{"morph":{"__isSmartRef__":true,"id":47213},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47221":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47222":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47223":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47224},"derivationIds":[null],"id":"599FFB60-A705-4A18-AE9A-A6CBE16F5B44","renderContextTable":{"__isSmartRef__":true,"id":47230},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":47231}],"eventHandler":{"__isSmartRef__":true,"id":47233},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":47212},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":47234},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47224":{"_Position":{"__isSmartRef__":true,"id":47225},"renderContextTable":{"__isSmartRef__":true,"id":47226},"_Extent":{"__isSmartRef__":true,"id":47227},"_Padding":{"__isSmartRef__":true,"id":47228},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47229},"_NodeClass":["morph","text"],"_NodeId":"morph-599ffb60-a705-4a18-ae9a-a6cbe16f5b44","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47225":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47226":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47227":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47228":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47229":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47230":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"47231":{"style":{"__isSmartRef__":true,"id":47232},"chunkOwner":{"__isSmartRef__":true,"id":47223},"storedString":"Explorer","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47232":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47233":{"morph":{"__isSmartRef__":true,"id":47223},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47234":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47235":{"_Position":{"__isSmartRef__":true,"id":47236},"renderContextTable":{"__isSmartRef__":true,"id":47237},"_Extent":{"__isSmartRef__":true,"id":47238},"_Padding":{"__isSmartRef__":true,"id":47239},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-eb733c5f-35bd-408a-b95c-e8b2c1a911b9","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47240},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47236":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47237":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47238":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47239":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47240":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47241":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47242":{"morph":{"__isSmartRef__":true,"id":47212},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47243":{"x":315,"y":105,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47244":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"47245":{"submorphs":[{"__isSmartRef__":true,"id":47246},{"__isSmartRef__":true,"id":47256}],"scripts":[],"shape":{"__isSmartRef__":true,"id":47268},"derivationIds":[null],"id":"10D93F8D-0E07-4700-B8DD-B9A8E049BE1E","renderContextTable":{"__isSmartRef__":true,"id":47274},"eventHandler":{"__isSmartRef__":true,"id":47275},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":47276},"partsBinURL":{"__isSmartRef__":true,"id":47277},"targetName":"HTMLPrinter","partItem":{"__isSmartRef__":true,"id":33051},"owner":{"__isSmartRef__":true,"id":46947},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"47246":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47247},"derivationIds":[null],"id":"63C08AB5-6861-4648-B31F-A742E80768DA","renderContextTable":{"__isSmartRef__":true,"id":47252},"eventHandler":{"__isSmartRef__":true,"id":47253},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":47254},"priorExtent":{"__isSmartRef__":true,"id":47255},"owner":{"__isSmartRef__":true,"id":47245},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"47247":{"renderContextTable":{"__isSmartRef__":true,"id":47248},"_NodeClass":["morph"],"_NodeId":"morph-63c08ab5-6861-4648-b31f-a742e80768da","_Extent":{"__isSmartRef__":true,"id":47249},"_Padding":{"__isSmartRef__":true,"id":47250},"stringifiedShapeNode":"
show HTML
<div xmlns=\"http://www.w3.org/1999/xhtml\" tabindex=\"-1\" style=\"-webkit-transform-origin-x: 0px; -moz-transform-origin-x: 0px; -o-transform-origin-x: 0px; -webkit-transform-origin-y: 0px; -moz-transform-origin-y: 0px; -o-transform-origin-y: 0px; position: absolute; left: 228.56621700000142px; top: 70.85807099999985px; -webkit-transform: rotate(0deg) scale(0.998001, 0.998001); -moz-transform: rotate(0deg) scale(0.998001, 0.998001); -o-transform: rotate(0deg) scale(0.998001, 0.998001); \"><div style=\"overflow-x: visible; overflow-y: visible; position: absolute; left: -50px; top: -50px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(0, 204, 0); opacity: 1; border-top-width: 3.184px; border-right-width: 3.184px; border-bottom-width: 3.184px; border-left-width: 3.184px; border-top-color: rgb(0, 0, 0); border-right-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0); border-left-color: rgb(0, 0, 0); border-image: initial; width: 94px; height: 94px; border-top-left-radius: 100px; border-top-right-radius: 100px; border-bottom-right-radius: 100px; border-bottom-left-radius: 100px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; \"></div></div>
showHTML
X
M
","extent":{"__isSmartRef__":true,"id":47251},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47248":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"47249":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47250":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47251":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47252":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47253":{"morph":{"__isSmartRef__":true,"id":47246},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47254":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47255":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47256":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47257},"derivationIds":[null],"id":"FA9FE42E-CEE6-4D29-BC36-B1D1D87025D1","renderContextTable":{"__isSmartRef__":true,"id":47263},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":47264}],"eventHandler":{"__isSmartRef__":true,"id":47266},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":47245},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":47267},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47257":{"_Position":{"__isSmartRef__":true,"id":47258},"renderContextTable":{"__isSmartRef__":true,"id":47259},"_Extent":{"__isSmartRef__":true,"id":47260},"_Padding":{"__isSmartRef__":true,"id":47261},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47262},"_NodeClass":["morph","text"],"_NodeId":"morph-fa9fe42e-cee6-4d29-bc36-b1d1d87025d1","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47258":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47259":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47260":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47261":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47262":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47263":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"47264":{"style":{"__isSmartRef__":true,"id":47265},"chunkOwner":{"__isSmartRef__":true,"id":47256},"storedString":"HTMLPrinter","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47265":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47266":{"morph":{"__isSmartRef__":true,"id":47256},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47267":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47268":{"_Position":{"__isSmartRef__":true,"id":47269},"renderContextTable":{"__isSmartRef__":true,"id":47270},"_Extent":{"__isSmartRef__":true,"id":47271},"_Padding":{"__isSmartRef__":true,"id":47272},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-10d93f8d-0e07-4700-b8dd-b9a8e049be1e","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47273},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47269":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47270":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47271":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47272":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47273":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47274":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47275":{"morph":{"__isSmartRef__":true,"id":47245},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47276":{"x":420,"y":105,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47277":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"47278":{"submorphs":[{"__isSmartRef__":true,"id":47279},{"__isSmartRef__":true,"id":47289}],"scripts":[],"shape":{"__isSmartRef__":true,"id":47301},"derivationIds":[null],"id":"3FB22B5F-EB44-423C-B7F9-374B4ED00C8F","renderContextTable":{"__isSmartRef__":true,"id":47307},"eventHandler":{"__isSmartRef__":true,"id":47308},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":47309},"partsBinURL":{"__isSmartRef__":true,"id":47310},"targetName":"IFrameLoader","partItem":{"__isSmartRef__":true,"id":33085},"owner":{"__isSmartRef__":true,"id":46947},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"47279":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47280},"derivationIds":[null],"id":"B56AD580-37A9-4FC8-A6E1-76F376BC56D6","renderContextTable":{"__isSmartRef__":true,"id":47285},"eventHandler":{"__isSmartRef__":true,"id":47286},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":47287},"priorExtent":{"__isSmartRef__":true,"id":47288},"owner":{"__isSmartRef__":true,"id":47278},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"47280":{"renderContextTable":{"__isSmartRef__":true,"id":47281},"_NodeClass":["morph"],"_NodeId":"morph-b56ad580-37a9-4fc8-a6e1-76f376bc56d6","_Extent":{"__isSmartRef__":true,"id":47282},"_Padding":{"__isSmartRef__":true,"id":47283},"stringifiedShapeNode":"
http://lively-kernel.org/repository/webwerkstatt/robert/simple.xhtml
load
remove
","extent":{"__isSmartRef__":true,"id":47284},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47281":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"47282":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47283":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47284":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47285":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47286":{"morph":{"__isSmartRef__":true,"id":47279},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47287":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47288":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47289":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47290},"derivationIds":[null],"id":"7BAAB374-4A83-46F8-8389-72141CDBEE5B","renderContextTable":{"__isSmartRef__":true,"id":47296},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":47297}],"eventHandler":{"__isSmartRef__":true,"id":47299},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":47278},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":47300},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47290":{"_Position":{"__isSmartRef__":true,"id":47291},"renderContextTable":{"__isSmartRef__":true,"id":47292},"_Extent":{"__isSmartRef__":true,"id":47293},"_Padding":{"__isSmartRef__":true,"id":47294},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47295},"_NodeClass":["morph","text"],"_NodeId":"morph-7baab374-4a83-46f8-8389-72141cdbee5b","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47291":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47292":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47293":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47294":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47295":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47296":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"47297":{"style":{"__isSmartRef__":true,"id":47298},"chunkOwner":{"__isSmartRef__":true,"id":47289},"storedString":"IFrameLoader","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47298":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47299":{"morph":{"__isSmartRef__":true,"id":47289},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47300":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47301":{"_Position":{"__isSmartRef__":true,"id":47302},"renderContextTable":{"__isSmartRef__":true,"id":47303},"_Extent":{"__isSmartRef__":true,"id":47304},"_Padding":{"__isSmartRef__":true,"id":47305},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-3fb22b5f-eb44-423c-b7f9-374b4ed00c8f","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47306},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47302":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47303":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47304":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47305":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47306":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47307":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47308":{"morph":{"__isSmartRef__":true,"id":47278},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47309":{"x":0,"y":210,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47310":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"47311":{"submorphs":[{"__isSmartRef__":true,"id":47312},{"__isSmartRef__":true,"id":47322}],"scripts":[],"shape":{"__isSmartRef__":true,"id":47334},"derivationIds":[null],"id":"433ECF20-B6AF-4AE2-ABD7-30CB66D6722F","renderContextTable":{"__isSmartRef__":true,"id":47340},"eventHandler":{"__isSmartRef__":true,"id":47341},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":47342},"partsBinURL":{"__isSmartRef__":true,"id":47343},"targetName":"LivelyTweets","partItem":{"__isSmartRef__":true,"id":33119},"owner":{"__isSmartRef__":true,"id":46947},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"47312":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47313},"derivationIds":[null],"id":"D930CF41-A406-48F1-8FC1-C88281ECA366","renderContextTable":{"__isSmartRef__":true,"id":47318},"eventHandler":{"__isSmartRef__":true,"id":47319},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":47320},"priorExtent":{"__isSmartRef__":true,"id":47321},"owner":{"__isSmartRef__":true,"id":47311},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"47313":{"renderContextTable":{"__isSmartRef__":true,"id":47314},"_NodeClass":["morph"],"_NodeId":"morph-d930cf41-a406-48f1-8fc1-c88281eca366","_Extent":{"__isSmartRef__":true,"id":47315},"_Padding":{"__isSmartRef__":true,"id":47316},"stringifiedShapeNode":"
Lively Kernel
Update
LivelyTweets
X
M
","extent":{"__isSmartRef__":true,"id":47317},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47314":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"47315":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47316":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47317":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47318":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47319":{"morph":{"__isSmartRef__":true,"id":47312},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47320":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47321":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47322":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47323},"derivationIds":[null],"id":"62D7BA73-9652-4237-BDA6-CC4338628062","renderContextTable":{"__isSmartRef__":true,"id":47329},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":47330}],"eventHandler":{"__isSmartRef__":true,"id":47332},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":47311},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":47333},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47323":{"_Position":{"__isSmartRef__":true,"id":47324},"renderContextTable":{"__isSmartRef__":true,"id":47325},"_Extent":{"__isSmartRef__":true,"id":47326},"_Padding":{"__isSmartRef__":true,"id":47327},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47328},"_NodeClass":["morph","text"],"_NodeId":"morph-62d7ba73-9652-4237-bda6-cc4338628062","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47324":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47325":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47326":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47327":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47328":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47329":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"47330":{"style":{"__isSmartRef__":true,"id":47331},"chunkOwner":{"__isSmartRef__":true,"id":47322},"storedString":"LivelyTweets","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47331":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47332":{"morph":{"__isSmartRef__":true,"id":47322},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47333":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47334":{"_Position":{"__isSmartRef__":true,"id":47335},"renderContextTable":{"__isSmartRef__":true,"id":47336},"_Extent":{"__isSmartRef__":true,"id":47337},"_Padding":{"__isSmartRef__":true,"id":47338},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-433ecf20-b6af-4ae2-abd7-30cb66d6722f","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47339},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47335":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47336":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47337":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47338":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47339":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47340":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47341":{"morph":{"__isSmartRef__":true,"id":47311},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47342":{"x":105,"y":210,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47343":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"47344":{"submorphs":[{"__isSmartRef__":true,"id":47345},{"__isSmartRef__":true,"id":47355}],"scripts":[],"shape":{"__isSmartRef__":true,"id":47367},"derivationIds":[null],"id":"35B5AC96-5AFA-4B0E-9CC1-4F7719CFF9E8","renderContextTable":{"__isSmartRef__":true,"id":47373},"eventHandler":{"__isSmartRef__":true,"id":47374},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":47375},"partsBinURL":{"__isSmartRef__":true,"id":47376},"targetName":"MethodFinder","partItem":{"__isSmartRef__":true,"id":33153},"owner":{"__isSmartRef__":true,"id":46947},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"47345":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47346},"derivationIds":[null],"id":"BDF56573-2A8B-47BC-9071-86253F547160","renderContextTable":{"__isSmartRef__":true,"id":47351},"eventHandler":{"__isSmartRef__":true,"id":47352},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":47353},"priorExtent":{"__isSmartRef__":true,"id":47354},"owner":{"__isSmartRef__":true,"id":47344},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"47346":{"renderContextTable":{"__isSmartRef__":true,"id":47347},"_NodeClass":["morph"],"_NodeId":"morph-bdf56573-2a8b-47bc-9071-86253f547160","_Extent":{"__isSmartRef__":true,"id":47348},"_Padding":{"__isSmartRef__":true,"id":47349},"stringifiedShapeNode":"
MethodFinder
X
M
enter method name here
search
no code
browse
search on server
","extent":{"__isSmartRef__":true,"id":47350},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47347":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"47348":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47349":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47350":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47351":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47352":{"morph":{"__isSmartRef__":true,"id":47345},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47353":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47354":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47355":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47356},"derivationIds":[null],"id":"635E5DC4-B1CD-4C0D-B6F3-AFA437C96172","renderContextTable":{"__isSmartRef__":true,"id":47362},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":47363}],"eventHandler":{"__isSmartRef__":true,"id":47365},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":47344},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":47366},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47356":{"_Position":{"__isSmartRef__":true,"id":47357},"renderContextTable":{"__isSmartRef__":true,"id":47358},"_Extent":{"__isSmartRef__":true,"id":47359},"_Padding":{"__isSmartRef__":true,"id":47360},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47361},"_NodeClass":["morph","text"],"_NodeId":"morph-635e5dc4-b1cd-4c0d-b6f3-afa437c96172","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47357":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47358":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47359":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47360":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47361":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47362":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"47363":{"style":{"__isSmartRef__":true,"id":47364},"chunkOwner":{"__isSmartRef__":true,"id":47355},"storedString":"MethodFinder","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47364":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47365":{"morph":{"__isSmartRef__":true,"id":47355},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47366":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47367":{"_Position":{"__isSmartRef__":true,"id":47368},"renderContextTable":{"__isSmartRef__":true,"id":47369},"_Extent":{"__isSmartRef__":true,"id":47370},"_Padding":{"__isSmartRef__":true,"id":47371},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-35b5ac96-5afa-4b0e-9cc1-4f7719cff9e8","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47372},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47368":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47369":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47370":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47371":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47372":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47373":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47374":{"morph":{"__isSmartRef__":true,"id":47344},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47375":{"x":210,"y":210,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47376":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"47377":{"submorphs":[{"__isSmartRef__":true,"id":47378},{"__isSmartRef__":true,"id":47388}],"scripts":[],"shape":{"__isSmartRef__":true,"id":47400},"derivationIds":[null],"id":"5086DE6F-FAD8-45DF-937C-763B1F335D1D","renderContextTable":{"__isSmartRef__":true,"id":47406},"eventHandler":{"__isSmartRef__":true,"id":47407},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":47408},"partsBinURL":{"__isSmartRef__":true,"id":47409},"targetName":"ModulePart","partItem":{"__isSmartRef__":true,"id":33187},"owner":{"__isSmartRef__":true,"id":46947},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"47378":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47379},"derivationIds":[null],"id":"955C3712-8845-4A37-88E7-BA82DB3C7508","renderContextTable":{"__isSmartRef__":true,"id":47384},"eventHandler":{"__isSmartRef__":true,"id":47385},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":47386},"priorExtent":{"__isSmartRef__":true,"id":47387},"owner":{"__isSmartRef__":true,"id":47377},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"47379":{"renderContextTable":{"__isSmartRef__":true,"id":47380},"_NodeClass":["morph"],"_NodeId":"morph-955c3712-8845-4a37-88e7-ba82db3c7508","_Extent":{"__isSmartRef__":true,"id":47381},"_Padding":{"__isSmartRef__":true,"id":47382},"stringifiedShapeNode":"
lively.morphic.Core
browse
load now
is loaded
ModulePart
X
M
","extent":{"__isSmartRef__":true,"id":47383},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47380":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"47381":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47382":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47383":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47384":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47385":{"morph":{"__isSmartRef__":true,"id":47378},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47386":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47387":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47388":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47389},"derivationIds":[null],"id":"4FCEE301-E847-4B24-A05A-4F8367B0F598","renderContextTable":{"__isSmartRef__":true,"id":47395},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":47396}],"eventHandler":{"__isSmartRef__":true,"id":47398},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":47377},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":47399},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47389":{"_Position":{"__isSmartRef__":true,"id":47390},"renderContextTable":{"__isSmartRef__":true,"id":47391},"_Extent":{"__isSmartRef__":true,"id":47392},"_Padding":{"__isSmartRef__":true,"id":47393},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47394},"_NodeClass":["morph","text"],"_NodeId":"morph-4fcee301-e847-4b24-a05a-4f8367b0f598","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47390":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47391":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47392":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47393":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47394":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47395":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"47396":{"style":{"__isSmartRef__":true,"id":47397},"chunkOwner":{"__isSmartRef__":true,"id":47388},"storedString":"ModulePart","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47397":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47398":{"morph":{"__isSmartRef__":true,"id":47388},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47399":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47400":{"_Position":{"__isSmartRef__":true,"id":47401},"renderContextTable":{"__isSmartRef__":true,"id":47402},"_Extent":{"__isSmartRef__":true,"id":47403},"_Padding":{"__isSmartRef__":true,"id":47404},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-5086de6f-fad8-45df-937c-763b1f335d1d","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47405},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47401":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47402":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47403":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47404":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47405":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47406":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47407":{"morph":{"__isSmartRef__":true,"id":47377},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47408":{"x":315,"y":210,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47409":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"47410":{"submorphs":[{"__isSmartRef__":true,"id":47411},{"__isSmartRef__":true,"id":47421}],"scripts":[],"shape":{"__isSmartRef__":true,"id":47433},"derivationIds":[null],"id":"7EB84006-F84F-44C4-A744-39C5FFD4A566","renderContextTable":{"__isSmartRef__":true,"id":47439},"eventHandler":{"__isSmartRef__":true,"id":47440},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":47441},"partsBinURL":{"__isSmartRef__":true,"id":47442},"targetName":"MorphDiffer","partItem":{"__isSmartRef__":true,"id":33221},"owner":{"__isSmartRef__":true,"id":46947},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"47411":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47412},"derivationIds":[null],"id":"A1AAC6CE-3836-4D53-9C50-739507734DCA","renderContextTable":{"__isSmartRef__":true,"id":47417},"eventHandler":{"__isSmartRef__":true,"id":47418},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":47419},"priorExtent":{"__isSmartRef__":true,"id":47420},"owner":{"__isSmartRef__":true,"id":47410},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"47412":{"renderContextTable":{"__isSmartRef__":true,"id":47413},"_NodeClass":["morph"],"_NodeId":"morph-a1aac6ce-3836-4d53-9c50-739507734dca","_Extent":{"__isSmartRef__":true,"id":47414},"_Padding":{"__isSmartRef__":true,"id":47415},"stringifiedShapeNode":"
your value:
value in PartsBin:
conflicted
added
removed
updated
MorphDiffer
X
M
","extent":{"__isSmartRef__":true,"id":47416},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47413":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"47414":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47415":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47416":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47417":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47418":{"morph":{"__isSmartRef__":true,"id":47411},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47419":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47420":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47421":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47422},"derivationIds":[null],"id":"870469AE-6A75-4567-8A82-9278F2B96D38","renderContextTable":{"__isSmartRef__":true,"id":47428},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":47429}],"eventHandler":{"__isSmartRef__":true,"id":47431},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":47410},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":47432},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47422":{"_Position":{"__isSmartRef__":true,"id":47423},"renderContextTable":{"__isSmartRef__":true,"id":47424},"_Extent":{"__isSmartRef__":true,"id":47425},"_Padding":{"__isSmartRef__":true,"id":47426},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47427},"_NodeClass":["morph","text"],"_NodeId":"morph-870469ae-6a75-4567-8a82-9278f2b96d38","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47423":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47424":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47425":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47426":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47427":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47428":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"47429":{"style":{"__isSmartRef__":true,"id":47430},"chunkOwner":{"__isSmartRef__":true,"id":47421},"storedString":"MorphDiffer","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47430":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47431":{"morph":{"__isSmartRef__":true,"id":47421},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47432":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47433":{"_Position":{"__isSmartRef__":true,"id":47434},"renderContextTable":{"__isSmartRef__":true,"id":47435},"_Extent":{"__isSmartRef__":true,"id":47436},"_Padding":{"__isSmartRef__":true,"id":47437},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-7eb84006-f84f-44c4-a744-39c5ffd4a566","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47438},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47434":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47435":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47436":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47437":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47438":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47439":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47440":{"morph":{"__isSmartRef__":true,"id":47410},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47441":{"x":420,"y":210,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47442":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"47443":{"submorphs":[{"__isSmartRef__":true,"id":47444},{"__isSmartRef__":true,"id":47454}],"scripts":[],"shape":{"__isSmartRef__":true,"id":47466},"derivationIds":[null],"id":"743E2B07-62CC-4028-8A67-F69E2F1E9177","renderContextTable":{"__isSmartRef__":true,"id":47472},"eventHandler":{"__isSmartRef__":true,"id":47473},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":47474},"partsBinURL":{"__isSmartRef__":true,"id":47475},"targetName":"MorphProfiler","partItem":{"__isSmartRef__":true,"id":33255},"owner":{"__isSmartRef__":true,"id":46947},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"47444":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47445},"derivationIds":[null],"id":"FCD3357A-B3F6-47CF-BAA4-0D163E72066E","renderContextTable":{"__isSmartRef__":true,"id":47450},"eventHandler":{"__isSmartRef__":true,"id":47451},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":47452},"priorExtent":{"__isSmartRef__":true,"id":47453},"owner":{"__isSmartRef__":true,"id":47443},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"47445":{"renderContextTable":{"__isSmartRef__":true,"id":47446},"_NodeClass":["morph"],"_NodeId":"morph-fcd3357a-b3f6-47cf-baa4-0d163e72066e","_Extent":{"__isSmartRef__":true,"id":47447},"_Padding":{"__isSmartRef__":true,"id":47448},"stringifiedShapeNode":"
Run
Method to Benchmark
500
Result (per call):
1.278ms
Times
Parameters
Morph Profiler
X
M
Morph to Profile
","extent":{"__isSmartRef__":true,"id":47449},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47446":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"47447":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47448":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47449":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47450":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47451":{"morph":{"__isSmartRef__":true,"id":47444},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47452":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47453":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47454":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47455},"derivationIds":[null],"id":"CE4E61C3-E0EA-40B4-A0D5-B6AAA4A1A7FD","renderContextTable":{"__isSmartRef__":true,"id":47461},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":47462}],"eventHandler":{"__isSmartRef__":true,"id":47464},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":47443},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":47465},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47455":{"_Position":{"__isSmartRef__":true,"id":47456},"renderContextTable":{"__isSmartRef__":true,"id":47457},"_Extent":{"__isSmartRef__":true,"id":47458},"_Padding":{"__isSmartRef__":true,"id":47459},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47460},"_NodeClass":["morph","text"],"_NodeId":"morph-ce4e61c3-e0ea-40b4-a0d5-b6aaa4a1a7fd","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47456":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47457":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47458":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47459":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47460":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47461":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"47462":{"style":{"__isSmartRef__":true,"id":47463},"chunkOwner":{"__isSmartRef__":true,"id":47454},"storedString":"MorphProfiler","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47463":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47464":{"morph":{"__isSmartRef__":true,"id":47454},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47465":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47466":{"_Position":{"__isSmartRef__":true,"id":47467},"renderContextTable":{"__isSmartRef__":true,"id":47468},"_Extent":{"__isSmartRef__":true,"id":47469},"_Padding":{"__isSmartRef__":true,"id":47470},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-743e2b07-62cc-4028-8a67-f69e2f1e9177","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47471},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47467":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47468":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47469":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47470":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47471":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47472":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47473":{"morph":{"__isSmartRef__":true,"id":47443},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47474":{"x":0,"y":315,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47475":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"47476":{"submorphs":[{"__isSmartRef__":true,"id":47477},{"__isSmartRef__":true,"id":47487}],"scripts":[],"shape":{"__isSmartRef__":true,"id":47499},"derivationIds":[null],"id":"07A56FEE-88F6-4D85-9F61-2CBC02E04431","renderContextTable":{"__isSmartRef__":true,"id":47505},"eventHandler":{"__isSmartRef__":true,"id":47506},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":47507},"partsBinURL":{"__isSmartRef__":true,"id":47508},"targetName":"ObjectEditor","partItem":{"__isSmartRef__":true,"id":33344},"owner":{"__isSmartRef__":true,"id":46947},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"47477":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47478},"derivationIds":[null],"id":"0C3B071F-44E5-4987-84AF-49ADEB306A16","renderContextTable":{"__isSmartRef__":true,"id":47483},"eventHandler":{"__isSmartRef__":true,"id":47484},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":47485},"priorExtent":{"__isSmartRef__":true,"id":47486},"owner":{"__isSmartRef__":true,"id":47476},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"47478":{"renderContextTable":{"__isSmartRef__":true,"id":47479},"_NodeClass":["morph"],"_NodeId":"morph-0c3b071f-44e5-4987-84af-49adeb306a16","_Extent":{"__isSmartRef__":true,"id":47480},"_Padding":{"__isSmartRef__":true,"id":47481},"stringifiedShapeNode":"
Scripts
Connections
+
+
-
-
empty
Target:
Tag:
all
run
save
Tests
ObjectEditor
X
M
","extent":{"__isSmartRef__":true,"id":47482},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47479":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"47480":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47481":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47482":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47483":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47484":{"morph":{"__isSmartRef__":true,"id":47477},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47485":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47486":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47487":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47488},"derivationIds":[null],"id":"FC6C900B-62A3-4615-8B86-95863C93001F","renderContextTable":{"__isSmartRef__":true,"id":47494},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":47495}],"eventHandler":{"__isSmartRef__":true,"id":47497},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":47476},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":47498},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47488":{"_Position":{"__isSmartRef__":true,"id":47489},"renderContextTable":{"__isSmartRef__":true,"id":47490},"_Extent":{"__isSmartRef__":true,"id":47491},"_Padding":{"__isSmartRef__":true,"id":47492},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47493},"_NodeClass":["morph","text"],"_NodeId":"morph-fc6c900b-62a3-4615-8b86-95863c93001f","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47489":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47490":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47491":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47492":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47493":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47494":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"47495":{"style":{"__isSmartRef__":true,"id":47496},"chunkOwner":{"__isSmartRef__":true,"id":47487},"storedString":"ObjectEditor","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47496":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47497":{"morph":{"__isSmartRef__":true,"id":47487},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47498":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47499":{"_Position":{"__isSmartRef__":true,"id":47500},"renderContextTable":{"__isSmartRef__":true,"id":47501},"_Extent":{"__isSmartRef__":true,"id":47502},"_Padding":{"__isSmartRef__":true,"id":47503},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-07a56fee-88f6-4d85-9f61-2cbc02e04431","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47504},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47500":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47501":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47502":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47503":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47504":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47505":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47506":{"morph":{"__isSmartRef__":true,"id":47476},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47507":{"x":105,"y":315,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47508":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"47509":{"submorphs":[{"__isSmartRef__":true,"id":47510},{"__isSmartRef__":true,"id":47520}],"scripts":[],"shape":{"__isSmartRef__":true,"id":47532},"derivationIds":[null],"id":"D30704E5-1DC9-4897-A145-B7A9E93FC597","renderContextTable":{"__isSmartRef__":true,"id":47538},"eventHandler":{"__isSmartRef__":true,"id":47539},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":47540},"partsBinURL":{"__isSmartRef__":true,"id":47541},"targetName":"ObjectEditorLegacy","partItem":{"__isSmartRef__":true,"id":36793},"owner":{"__isSmartRef__":true,"id":46947},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"47510":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47511},"derivationIds":[null],"id":"71FA15CD-2F17-4EF9-B66F-1638647FB33A","renderContextTable":{"__isSmartRef__":true,"id":47516},"eventHandler":{"__isSmartRef__":true,"id":47517},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":47518},"priorExtent":{"__isSmartRef__":true,"id":47519},"owner":{"__isSmartRef__":true,"id":47509},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"47511":{"renderContextTable":{"__isSmartRef__":true,"id":47512},"_NodeClass":["morph"],"_NodeId":"morph-71fa15cd-2f17-4ef9-b66f-1638647fb33a","_Extent":{"__isSmartRef__":true,"id":47513},"_Padding":{"__isSmartRef__":true,"id":47514},"stringifiedShapeNode":"
Scripts
Connections
+
+
-
-
empty
Target:
Tag:
all
run
save
Tests
ObjectEditorLegacy
X
M
","extent":{"__isSmartRef__":true,"id":47515},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47512":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"47513":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47514":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47515":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47516":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47517":{"morph":{"__isSmartRef__":true,"id":47510},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47518":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47519":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47520":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47521},"derivationIds":[null],"id":"BE998750-22B1-4048-AD0C-DB71EE1DC114","renderContextTable":{"__isSmartRef__":true,"id":47527},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":47528}],"eventHandler":{"__isSmartRef__":true,"id":47530},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":47509},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":47531},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47521":{"_Position":{"__isSmartRef__":true,"id":47522},"renderContextTable":{"__isSmartRef__":true,"id":47523},"_Extent":{"__isSmartRef__":true,"id":47524},"_Padding":{"__isSmartRef__":true,"id":47525},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47526},"_NodeClass":["morph","text"],"_NodeId":"morph-be998750-22b1-4048-ad0c-db71ee1dc114","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47522":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47523":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47524":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47525":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47526":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47527":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"47528":{"style":{"__isSmartRef__":true,"id":47529},"chunkOwner":{"__isSmartRef__":true,"id":47520},"storedString":"ObjectEditorLegacy","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47529":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47530":{"morph":{"__isSmartRef__":true,"id":47520},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47531":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47532":{"_Position":{"__isSmartRef__":true,"id":47533},"renderContextTable":{"__isSmartRef__":true,"id":47534},"_Extent":{"__isSmartRef__":true,"id":47535},"_Padding":{"__isSmartRef__":true,"id":47536},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-d30704e5-1dc9-4897-a145-b7a9e93fc597","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47537},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47533":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47534":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47535":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47536":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47537":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47538":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47539":{"morph":{"__isSmartRef__":true,"id":47509},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47540":{"x":210,"y":315,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47541":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"47542":{"submorphs":[{"__isSmartRef__":true,"id":47543},{"__isSmartRef__":true,"id":47553}],"scripts":[],"shape":{"__isSmartRef__":true,"id":47565},"derivationIds":[null],"id":"B9E39629-D070-4304-AACA-651A9C79BE6B","renderContextTable":{"__isSmartRef__":true,"id":47571},"eventHandler":{"__isSmartRef__":true,"id":47572},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":47573},"partsBinURL":{"__isSmartRef__":true,"id":47574},"targetName":"ObjectGroupEditor","partItem":{"__isSmartRef__":true,"id":36827},"owner":{"__isSmartRef__":true,"id":46947},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"47543":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47544},"derivationIds":[null],"id":"F3955BA2-09AF-42C4-AD56-E610BF1BADD3","renderContextTable":{"__isSmartRef__":true,"id":47549},"eventHandler":{"__isSmartRef__":true,"id":47550},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":47551},"priorExtent":{"__isSmartRef__":true,"id":47552},"owner":{"__isSmartRef__":true,"id":47542},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"47544":{"renderContextTable":{"__isSmartRef__":true,"id":47545},"_NodeClass":["morph"],"_NodeId":"morph-f3955ba2-09af-42c4-ad56-e610bf1badd3","_Extent":{"__isSmartRef__":true,"id":47546},"_Padding":{"__isSmartRef__":true,"id":47547},"stringifiedShapeNode":"
Scripts
Connections
+
+
-
-
Tag:
all
run
save
Tests
Name group
empty
ObjectEditor (WebDev'12)
X
M
","extent":{"__isSmartRef__":true,"id":47548},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47545":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"47546":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47547":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47548":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47549":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47550":{"morph":{"__isSmartRef__":true,"id":47543},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47551":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47552":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47553":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47554},"derivationIds":[null],"id":"E3046D62-0454-4E72-AF8D-DE4DB8F1E0F9","renderContextTable":{"__isSmartRef__":true,"id":47560},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":47561}],"eventHandler":{"__isSmartRef__":true,"id":47563},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":47542},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":47564},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47554":{"_Position":{"__isSmartRef__":true,"id":47555},"renderContextTable":{"__isSmartRef__":true,"id":47556},"_Extent":{"__isSmartRef__":true,"id":47557},"_Padding":{"__isSmartRef__":true,"id":47558},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47559},"_NodeClass":["morph","text"],"_NodeId":"morph-e3046d62-0454-4e72-af8d-de4db8f1e0f9","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47555":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47556":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47557":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47558":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47559":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47560":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"47561":{"style":{"__isSmartRef__":true,"id":47562},"chunkOwner":{"__isSmartRef__":true,"id":47553},"storedString":"ObjectGroupEditor","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47562":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47563":{"morph":{"__isSmartRef__":true,"id":47553},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47564":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47565":{"_Position":{"__isSmartRef__":true,"id":47566},"renderContextTable":{"__isSmartRef__":true,"id":47567},"_Extent":{"__isSmartRef__":true,"id":47568},"_Padding":{"__isSmartRef__":true,"id":47569},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-b9e39629-d070-4304-aaca-651a9c79be6b","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47570},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47566":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47567":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47568":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47569":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47570":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47571":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47572":{"morph":{"__isSmartRef__":true,"id":47542},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47573":{"x":315,"y":315,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47574":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"47575":{"submorphs":[{"__isSmartRef__":true,"id":47576},{"__isSmartRef__":true,"id":47586}],"scripts":[],"shape":{"__isSmartRef__":true,"id":47598},"derivationIds":[null],"id":"4AA72A29-AC9B-4417-84EB-A991A845400A","renderContextTable":{"__isSmartRef__":true,"id":47604},"eventHandler":{"__isSmartRef__":true,"id":47605},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":47606},"partsBinURL":{"__isSmartRef__":true,"id":47607},"targetName":"ObjectInspector","partItem":{"__isSmartRef__":true,"id":36861},"owner":{"__isSmartRef__":true,"id":46947},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"47576":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47577},"derivationIds":[null],"id":"8C0A88C0-064F-4482-8BF7-25142D9BA904","renderContextTable":{"__isSmartRef__":true,"id":47582},"eventHandler":{"__isSmartRef__":true,"id":47583},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":47584},"priorExtent":{"__isSmartRef__":true,"id":47585},"owner":{"__isSmartRef__":true,"id":47575},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"47577":{"renderContextTable":{"__isSmartRef__":true,"id":47578},"_NodeClass":["morph"],"_NodeId":"morph-8c0a88c0-064f-4482-8bf7-25142d9ba904","_Extent":{"__isSmartRef__":true,"id":47579},"_Padding":{"__isSmartRef__":true,"id":47580},"stringifiedShapeNode":"
this
Filter:
ObjectInspector
X
M
","extent":{"__isSmartRef__":true,"id":47581},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47578":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"47579":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47580":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47581":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47582":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47583":{"morph":{"__isSmartRef__":true,"id":47576},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47584":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47585":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47586":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47587},"derivationIds":[null],"id":"AC8924D9-1349-47D6-9125-A4D367A4AB16","renderContextTable":{"__isSmartRef__":true,"id":47593},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":47594}],"eventHandler":{"__isSmartRef__":true,"id":47596},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":47575},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":47597},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47587":{"_Position":{"__isSmartRef__":true,"id":47588},"renderContextTable":{"__isSmartRef__":true,"id":47589},"_Extent":{"__isSmartRef__":true,"id":47590},"_Padding":{"__isSmartRef__":true,"id":47591},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47592},"_NodeClass":["morph","text"],"_NodeId":"morph-ac8924d9-1349-47d6-9125-a4d367a4ab16","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47588":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47589":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47590":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47591":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47592":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47593":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"47594":{"style":{"__isSmartRef__":true,"id":47595},"chunkOwner":{"__isSmartRef__":true,"id":47586},"storedString":"ObjectInspector","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47595":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47596":{"morph":{"__isSmartRef__":true,"id":47586},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47597":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47598":{"_Position":{"__isSmartRef__":true,"id":47599},"renderContextTable":{"__isSmartRef__":true,"id":47600},"_Extent":{"__isSmartRef__":true,"id":47601},"_Padding":{"__isSmartRef__":true,"id":47602},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-4aa72a29-ac9b-4417-84eb-a991a845400a","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47603},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47599":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47600":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47601":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47602":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47603":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47604":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47605":{"morph":{"__isSmartRef__":true,"id":47575},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47606":{"x":420,"y":315,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47607":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"47608":{"submorphs":[{"__isSmartRef__":true,"id":47609},{"__isSmartRef__":true,"id":47619}],"scripts":[],"shape":{"__isSmartRef__":true,"id":47631},"derivationIds":[null],"id":"22C78325-A85F-4303-93BA-1CB95B817823","renderContextTable":{"__isSmartRef__":true,"id":47637},"eventHandler":{"__isSmartRef__":true,"id":47638},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":47639},"partsBinURL":{"__isSmartRef__":true,"id":47640},"targetName":"PartsBinBrowser","partItem":{"__isSmartRef__":true,"id":36895},"owner":{"__isSmartRef__":true,"id":46947},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"47609":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47610},"derivationIds":[null],"id":"9C0BD20C-4ACE-4CC8-BE76-627F81C96909","renderContextTable":{"__isSmartRef__":true,"id":47615},"eventHandler":{"__isSmartRef__":true,"id":47616},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":47617},"priorExtent":{"__isSmartRef__":true,"id":47618},"owner":{"__isSmartRef__":true,"id":47608},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"47610":{"renderContextTable":{"__isSmartRef__":true,"id":47611},"_NodeClass":["morph"],"_NodeId":"morph-9c0bd20c-4ace-4cc8-be76-627f81c96909","_Extent":{"__isSmartRef__":true,"id":47612},"_Padding":{"__isSmartRef__":true,"id":47613},"stringifiedShapeNode":"
move
remove
load
nothing selected
copy
Share Link
modules
2012-01-25 19:29 athomschke: \n renamed threeWayDiff() to threeWayMerge()\n2012-01-25 17:58 athomschke: \n beautify\n2012-01-25 16:42 athomschke: \n typo\n2012-01-25 16:22 athomschke: \n no comment\n2012-01-21 12:43 athomschke: \n refactored\n2012-01-20 16:27 athomschke: \n foobar Highlight foobar\n2012-01-20 15:46 athomschke: \n initilaizeMarkerMorph on initialize\n2012-01-18 14:04 athomschke: \n changedFontSize\n2012-01-18 13:52 athomschke: \n it is possible to burn down the diff chart now\n2012-01-17 16:08 athomschke: \n removed marker morph\n2012-01-17 15:48 athomschke: \n textDiffing\n2012-01-17 14:38 athomschke: \n remove marker morph completely\n2012-01-17 14:34 athomschke: \n close marker morph\n2012-01-17 14:19 athomschke: \n markerMorph fix\n2012-01-13 21:36 athomschke: \n enable clicking on list after showing the marker morph\n2012-01-13 20:43 athomschke: \n foo\n2012-01-13 20:41 athomschke: \n so far...\n2012-01-13 20:39 athomschke: \n marking focused morph\n2012-01-12 18:09 athomschke: \n iCandy\n2012-01-12 17:49 athomschke: \n works fine for accepting or rejecting ;)\n2012-01-12 17:41 athomschke: \n set a property\n2012-01-12 17:29 athomschke: \n more\n2012-01-12 17:07 athomschke: \n trolololo\n2012-01-12 16:28 athomschke: \n typo\n2011-10-20 16:08 sebastian.stamm: \n Now with fancy text field name!\n2011-10-20 16:05 sebastian.stamm: \n now with accept and reject!\n2012-01-12 16:29 athomschke: \n screwed the window\n2012-01-12 16:32 athomschke: \n gets boring\n2012-01-12 17:04 athomschke: \n something went wrong\n2012-01-12 18:01 athomschke: \n second initial commit\n2012-01-12 19:50 athomschke: \n Overcommit with MorphDiffingLayer\n2012-01-12 20:04 athomschke: \n trigger new Diff on accepting value.\n2012-01-12 22:18 athomschke: \n no comment\n2012-01-13 11:52 athomschke: \n removing me after applying a property.\n2012-01-18 13:53 athomschke: \n proper removement\n
-
+
search
more
PartsBinBrowser
X
M
","extent":{"__isSmartRef__":true,"id":47614},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47611":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"47612":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47613":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47614":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47615":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47616":{"morph":{"__isSmartRef__":true,"id":47609},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47617":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47618":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47619":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47620},"derivationIds":[null],"id":"90A99EED-FB3E-40DC-A1CF-6EE7C69B98CC","renderContextTable":{"__isSmartRef__":true,"id":47626},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":47627}],"eventHandler":{"__isSmartRef__":true,"id":47629},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":47608},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":47630},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47620":{"_Position":{"__isSmartRef__":true,"id":47621},"renderContextTable":{"__isSmartRef__":true,"id":47622},"_Extent":{"__isSmartRef__":true,"id":47623},"_Padding":{"__isSmartRef__":true,"id":47624},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47625},"_NodeClass":["morph","text"],"_NodeId":"morph-90a99eed-fb3e-40dc-a1cf-6ee7c69b98cc","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47621":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47622":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47623":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47624":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47625":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47626":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"47627":{"style":{"__isSmartRef__":true,"id":47628},"chunkOwner":{"__isSmartRef__":true,"id":47619},"storedString":"PartsBinBrowser","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47628":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47629":{"morph":{"__isSmartRef__":true,"id":47619},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47630":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47631":{"_Position":{"__isSmartRef__":true,"id":47632},"renderContextTable":{"__isSmartRef__":true,"id":47633},"_Extent":{"__isSmartRef__":true,"id":47634},"_Padding":{"__isSmartRef__":true,"id":47635},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-22c78325-a85f-4303-93ba-1cb95b817823","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47636},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47632":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47633":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47634":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47635":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47636":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47637":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47638":{"morph":{"__isSmartRef__":true,"id":47608},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47639":{"x":0,"y":420,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47640":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"47641":{"submorphs":[{"__isSmartRef__":true,"id":47642},{"__isSmartRef__":true,"id":47652}],"scripts":[],"shape":{"__isSmartRef__":true,"id":47664},"derivationIds":[null],"id":"B537B84C-7BB7-4482-BEF3-8C859520C84D","renderContextTable":{"__isSmartRef__":true,"id":47670},"eventHandler":{"__isSmartRef__":true,"id":47671},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":47672},"partsBinURL":{"__isSmartRef__":true,"id":47673},"targetName":"PartsBinBrowser2","partItem":{"__isSmartRef__":true,"id":36929},"owner":{"__isSmartRef__":true,"id":46947},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"47642":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47643},"derivationIds":[null],"id":"C93A1577-A2C6-4F10-B3E5-FF91BF25D1DF","renderContextTable":{"__isSmartRef__":true,"id":47648},"eventHandler":{"__isSmartRef__":true,"id":47649},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":47650},"priorExtent":{"__isSmartRef__":true,"id":47651},"owner":{"__isSmartRef__":true,"id":47641},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"47643":{"renderContextTable":{"__isSmartRef__":true,"id":47644},"_NodeClass":["morph"],"_NodeId":"morph-c93a1577-a2c6-4f10-b3e5-ff91bf25d1df","_Extent":{"__isSmartRef__":true,"id":47645},"_Padding":{"__isSmartRef__":true,"id":47646},"stringifiedShapeNode":"
move
remove
load
nothing selected
copy
Fri Jan 06 2012 07:15:04 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nno comment\n\nFri Dec 16 2011 20:28:30 GMT+0100 (Mitteleuropäische Zeit) lauritz: \ntop-most entry of the tag list is \"all\" now.\n\nFri Dec 16 2011 20:23:14 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nsorted tag list.\n\nTue Dec 13 2011 22:04:53 GMT+0100 (Mitteleuropäische Zeit) lauritz: \ntries to get user directly from localStorage now. if there's no user set, then we don't call CGI - logging into trac should not be necessary for developing parts.\n\nTue Dec 13 2011 18:56:45 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nremoved a workaround\n\nWed Dec 07 2011 06:13:13 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nworkaround for issue #161 - target morph list is scrollable\n\nWed Dec 07 2011 04:31:58 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nfixed a bug regarding anonymous morphs.\n\nWed Nov 30 2011 23:55:11 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nfixed a defect (weeeeeird property caused an error on deserialization of copies)\n\nTue Nov 29 2011 04:44:44 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nrenamed .categorize to .tag\n\nTue Nov 22 2011 23:02:14 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nadded a border to notifications, centered notification text\n\nFri Nov 18 2011 20:19:07 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nremoved a missed debugger statement. corrected setting of target.\n\nTue Nov 15 2011 20:12:45 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nset a minExtent\n\nFri Nov 04 2011 13:44:45 GMT+0100 (Mitteleuropäische Zeit) jenslincke: \nset min extent to pt(500,300)\n\nFri Nov 04 2011 13:41:36 GMT+0100 (Mitteleuropäische Zeit) jenslincke: \nbring resize handle to front\n\nFri Oct 28 2011 05:36:22 GMT+0200 (Mitteleuropäische Sommerzeit) lauritz: \nLocked down submorphs of the editor pane. Grabbing and dragging disabled. \n\nFri Oct 21 2011 00:40:22 GMT+0200 (Mitteleuropäische Sommerzeit) lauritz: \nAdapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items.\n\nFri Nov 11 2011 01:42:28 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nadded confirmation before removal of scripts or connections.\n\nFri Nov 11 2011 01:47:27 GMT+0100 (Mitteleuropäische Zeit) lauritz: \ntwo more checks on attempts to remove scripts or connections.\n\nWed Nov 16 2011 02:12:15 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nlayout adaptions\n\nThu Nov 17 2011 23:22:54 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nRefactoring of script annotations (now at scripts not morphs). Added category tagging. Layout changes.\n\nFri Nov 18 2011 15:26:49 GMT+0100 (Mitteleuropäische Zeit) jenslincke: \n- reset title bar and borders\n\nMon Nov 21 2011 23:14:00 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nfixed a bug (onBlur event handling) and added the world to the target chooser\n\nWed Nov 23 2011 18:26:48 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nadapted layout of notifications\n\nTue Nov 29 2011 04:50:45 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nchanged label \"Category:\" to \"Tag:\".
http://www.lively-kernel.org/viral?part=ObjectEditor&path=PartsBin/Tools/
Share link:
Commits:
DiffViewer
X
M
accept this property
accept this property
accept merged property
MorphDiffViewer
Car2
Class nameWMCNOCDIT
lively.morphic.Morph402211
lively.morphic.Text23832
lively.morphic.World12102
lively.ide.BasicBrowser10533
lively.morphic.List7213
lively.morphic.Shapes.Shape6851
WebResource5001
lively.morphic.DataGrid4402
ObjectGraphLinearizer4401
lively.morphic.Shapes.Path4302
lively.ide.FileFragment4211
lively.morphic.Rendering.DOMInterface3901
NetRequest3902
Change3761
URL3601
lively.morphic.Selection3603
lively.morphic.ControlPoint3501
ChangeSet3502
AttributeConnection3411
lively.PartsBin.PartItem3301
AnotherSourceDatabase2901
lively.morphic.TextEmphasis2801
lively.morphic.Path2802
lively.morphic.RichText2701
SVNResource2703
lively.morphic.TextChunk2601
lively.morphic.Similitude2501
lively.morphic.Window2502
lively.morphic.Layout.Layout2441
Resource2412
lively.ide.ModuleWrapper2301
lively.ide.BrowserNode2251
lively.Main.Examples2211
lively.morphic.Halo21183
lively.morphic.Slider2103
RealTrait2101
Layer2001
lively.FileUploader2001
lively.morphic.Rendering.RenderContext1931
lively.morphic.EventHandler1811
lively.morphic.Menu1803
CodeParser1721
lively.Main.Loader1721
lively.morphic.PartsBinItem1703
LayerableObject1701
MethodCategoryChange1602
lively.morphic.Tab1602
lively.PartsBin.PartsSpace1601
View1531
lively.morphic.Button1512
lively.morphic.Layout.GridLayout1502
lively.PartsBin.PartsBinMetaInfo1501
lively.morphic.TextEditor1503
DocLinkConverter1501
ClassChange1402
lively.morphic.DataGridCell1403
lively.morphic.Script1321
lively.morphic.Magnet1311
lively.morphic.TabBar1302
lively.morphic.Image1302
OMetaSupport1301
Query1302
SyntheticModel1302
lively.morphic.HandMorph1302
lively.ide.FileFragmentNode12142
lively.ide.AddNewFileCommand1202
lively.Main.WorldDataAccessor1131
lively.ide.CompleteFileFragmentNode1113
lively.morphic.Shapes.Image1102
ClassPlugin1102
ConversionPlugin1102
lively.ide.SystemBrowser1104
lively.morphic.Shapes.PathElement10101
lively.ide.ChangeNode1052
lively.ide.AddToFileFragmentCommand1042
lively.morphic.AbstractDialog1032
lively.ide.MultiFileFragmentsNode1013
lively.morphic.Shapes.External1002
lively.morphic.TitleBar1003
NetRequestStatus1001
ProtoChange1002
lively.morphic.LinearGradient1002
lively.morphic.RotateHalo1004
lively.morphic.PathVertexControlPointHalo1005
lively.morphic.HorizontalDivider1003
lively.ide.BrowserCommand9191
lively.morphic.Shapes.MoveTo902
lively.morphic.ProgressBar903
lively.ide.RemoteChangeSetNode904
lively.morph.ConnectionBuilder903
lively.morphic.DraggableBehaviorMorph903
lively.morphic.RadialGradient902
lively.morphic.Canvas.RenderContext902
lively.morphic.Layout.ConstraintLayout902
StaticChange902
JsParser902
lively.ide.ChangeSetMenuCommand902
lively.morphic.PathInsertPointHalo905
lively.morphic.App831
lively.morphic.Layout.HorizontalLayout812
Model811
lively.morphic.Layout.VerticalLayout812
lively.ide.BrowserPanel804
ClosurePlugin802
lively.morphic.RenameHalo804
DoitChange802
lively.ide.SourceControlNode802
lively.morphic.Shapes.ArcTo802
LivelyWrapperPlugin802
lively.morphic.HtmlWrapperMorph802
lively.morphic.Shapes.BezierCurve1CtlTo802
lively.morphic.Shapes.BezierCurve2CtlTo802
lively.morphic.Shapes.QuadCurveTo802
lively.ide.MethodCategoryFragmentNode804
lively.ide.CategorizedClassFragmentNode803
lively.morphic.CheckBox802
lively.morphic.GeometryTransformConnection803
lively.morphic.Shapes.CurveTo802
lively.morphic.Shapes.Ellipse802
lively.morphic.Shapes.VerticalTo802
Styles801
lively.ide.RunTestMethodCommand802
lively.morphic.Shapes.HorizontalTo802
OldModelFilter802
lively.morphic.Shapes.LineTo802
lively.morphic.GeometryConnection712
DoWeakSerializePlugin702
lively.ide.NamespaceNode702
lively.morphic.TabContainer702
SVNVersionInfo701
CopyOnlySubmorphsPlugin702
lively.morphic.LockHalo704
lively.morphic.Shapes.ClosePath702
lively.ide.SortCommand702
LayerPlugin702
lively.morphic.CopyHalo704
DeprecatedView701
lively.morphic.SliderKnob703
GenericFilter702
lively.morphic.FunctionScript702
lively.morphic.DropDownList704
lively.morphic.Layout.JournalLayout703
lively.ide.ChangeSetDoitNode703
lively.morphic.MagnetHalo703
lively.morphic.Gradient621
lively.ide.ChangeSetNode613
lively.Main.JSONWorldData612
lively.ide.ChangesGotoChangeSetCommand602
lively.morphic.HTMLParser601
lively.morphic.BoundsHalo604
lively.ide.EvaluateCommand602
lively.ide.ParserDebugCommand602
lively.ide.RefreshCommand602
lively.ide.ShowLineNumbersCommand602
lively.ide.ClassHierarchyViewCommand602
lively.morphic.GrabHalo604
lively.ide.OpenVersionsOfFile602
lively.morphic.FrameRateMorph603
lively.ide.AllModulesLoadCommand602
lively.ide.ClassChangeMenuCommand602
lively.ide.ClassElemFragmentNode603
lively.ide.AllMethodCategoryFragmentNode603
lively.morphic.PromptDialog603
lively.morphic.TabStrategyTop601
lively.morphic.EditDialog603
lively.ide.SaveChangesCommand602
lively.ide.ViewSourceCommand602
lively.ide.CompleteOmetaFragmentNode604
lively.Main.HTMLExamples602
lively.morphic.TargetScript602
StoreAndRestorePlugin602
lively.Main.HTMLLoader602
lively.morphic.MagnetSet601
lively.ide.BrowseWorldCommand602
lively.morphic.Layout.ConstraintLayoutInfo601
lively.morphic.Shapes.Rectangle602
lively.ide.OpenDiffViewerCommand602
lively.ide.OpenInFileEditorCommand602
ObjectLinearizerPlugin5181
DEPRECATEDScriptFilter502
lively.morphic.DragHalo504
lively.Main.NewMorphicData503
lively.morphic.MenuHalo504
lively.morphic.OriginHalo504
lively.ide.WikiCodeNode502
RegExpPlugin502
lively.morphic.Layout.TightHorizontalLayout503
lively.ide.WikiCodeBrowser504
lively.morphic.RescaleHalo504
lively.morphic.ResizeHalo504
lively.Main.XMLWorldData502
CrayonColors501
lively.ide.ObjectFragmentNode503
lively.ide.NodeTypeFilter502
Importer502
AnotherCodeMarkupParser501
XPathEmulator501
lively.morphic.TabPane502
lively.ide.LocalCodeBrowser504
lively.ide.NodeFilter421
lively.morphic.PathControlPointHalo424
lively.morphic.Panel413
lively.morphic.RelayEventHandler402
DoNotSerializePlugin402
lively.ide.ChangeSetClassNode403
lively.ide.ChangeSetMethodCategoryNode403
NetRequestReporter401
lively.ide.FunctionFragmentNode403
lively.ide.CopFragmentNode403
lively.ide.CopRefineFragmentNode403
lively.ide.ParseErrorFileFragment402
lively.ide.TraitFragmentNode403
XPathEmulatorResult401
lively.ide.OMetaGrammarNode403
lively.ide.ChangeSetClassElemNode403
lively.morphic.RelativeMagnet402
lively.persistence.DatePlugin402
lively.morphic.Clip403
COPError401
Exporter401
lively.ide.AddMethodToFileFragmentCommand403
lively.ide.AddLayerToFileFragmentCommand403
lively.ide.AddObjectExtendToFileFragmentCommand403
lively.ide.AddClassToFileFragmentCommand403
lively.morphic.Layout.GridLayoutPlaceholder402
lively.Main.NewWorldData402
lively.morphic.DataGridColHead403
lively.morphic.Box3192
lively.morphic.WindowedApp322
Copier311
lively.ide.OMetaRuleNode303
lively.morphic.ScriptEditorHalo304
lively.morphic.InspectHalo304
lively.morphic.PublishHalo304
SyntaxHighlighter301
OMetaParser302
IgnoreEpiMorphsPlugin302
lively.ide.TraitElemFragmentNode303
lively.ide.CopMemberFragmentNode303
lively.morphic.CloseHalo304
lively.morphic.SetImageURLHalo304
lively.morphic.StyleHalo304
lively.morphic.ConfirmDialog303
lively.morphic.Compat.Text301
lively.ide.SortFilter302
lively.morphic.HTML.RenderContext302
lively.morphic.SVG.RenderContext302
lively.morphic.WindowControl303
IgnoreDOMElementsPlugin302
AttributeConnectionPlugin302
lively.Main.CanvasLoader302
IgnoreFunctionsPlugin302
cop.PartialLayerComposition301
Module:
Module
lively.morphic
World
MetricsView
windmill
Windmill
collect
drop
Efficient Layer Activation in ContextJS
Robert Krahn, Jens Lincke, and Robert Hirschfeld\n\nSoftware Architecture Group\nHasso-Plattner-Institut Potsdam\nwww.hpi.uni-potsdam.de/swa\n\n\nPlaya Vista, CA USA\n 2012-01-18\n
The Tenth International Conference on Creating, Connecting and Collaborating through Computing\n
Contents
■ Bulletpoint\n □ another\n
Motivation
■ Bulletpoint\n □ another\n
Layer Composition and Method Activation in COP
■ Activation of Behavior Variation\n □ another\n\n■ Layer Composition in ContextJS\n\n
Layer Composition and Method Activation in COP
■ Activation of Behavior Variation\n □ another\n\n■ Layer Composition in ContextJS\n\n
Partial Method Inlining and Composition Caching
■ Inlining\n\n■ Composition Validation\n\n■ Composition Caching\n\n
Implementation
■ Method Generation\n\n■ Dealing with Closures\n\n■ Source Code Transformation\n\n■ Composition Validation\n\n
PresentationContainer
X
M
EfficientLayerA...
collect
drop
PresentationContainer
X
M
PresentationCon...
slides
create new
add existing
remove
collect all
print
remove all
presentation
start
overlay
edit
PresentationController
X
M
PresentationCon...
Car
merge & publish
undefined
accept
reject
DiffViewer
X
M
UserStoryDiffVi...
Date
Text
User name
TweetTile
continue
step into
step over
Debugger
X
M
Debugger
Results
X
M
CrabsResults
Prototype Inher...
4
TestMorph
Add Comment
conradcalmez
2011-12-07 10:12:41
Publish
Add text field
Add media field
BlogEntry
New Entry
Sync it
Blog
12
1
2
3
4
5
6
7
8
9
10
11
Clock
Scripts
Connections
+
+
-
-
undefined
empty
Target:
Tag:
all
ObjectEditor
X
M
ObjectEditor
Explorer
X
M
Explorer
-
+
search
more
PartsBinBrowser
X
M
","extent":{"__isSmartRef__":true,"id":47647},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47644":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"47645":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47646":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47647":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47648":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47649":{"morph":{"__isSmartRef__":true,"id":47642},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47650":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47651":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47652":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47653},"derivationIds":[null],"id":"30C2B4EA-4F5F-4C51-AF85-9D55C2644D21","renderContextTable":{"__isSmartRef__":true,"id":47659},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":47660}],"eventHandler":{"__isSmartRef__":true,"id":47662},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":47641},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":47663},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47653":{"_Position":{"__isSmartRef__":true,"id":47654},"renderContextTable":{"__isSmartRef__":true,"id":47655},"_Extent":{"__isSmartRef__":true,"id":47656},"_Padding":{"__isSmartRef__":true,"id":47657},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47658},"_NodeClass":["morph","text"],"_NodeId":"morph-30c2b4ea-4f5f-4c51-af85-9d55c2644d21","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47654":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47655":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47656":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47657":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47658":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47659":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"47660":{"style":{"__isSmartRef__":true,"id":47661},"chunkOwner":{"__isSmartRef__":true,"id":47652},"storedString":"PartsBinBrowser2","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47661":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47662":{"morph":{"__isSmartRef__":true,"id":47652},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47663":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47664":{"_Position":{"__isSmartRef__":true,"id":47665},"renderContextTable":{"__isSmartRef__":true,"id":47666},"_Extent":{"__isSmartRef__":true,"id":47667},"_Padding":{"__isSmartRef__":true,"id":47668},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-b537b84c-7bb7-4482-bef3-8c859520c84d","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47669},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47665":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47666":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47667":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47668":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47669":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47670":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47671":{"morph":{"__isSmartRef__":true,"id":47641},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47672":{"x":105,"y":420,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47673":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"47674":{"submorphs":[{"__isSmartRef__":true,"id":47675},{"__isSmartRef__":true,"id":47685}],"scripts":[],"shape":{"__isSmartRef__":true,"id":47697},"derivationIds":[null],"id":"C0B8A1C6-4348-4387-981D-5AFF10FA55D7","renderContextTable":{"__isSmartRef__":true,"id":47703},"eventHandler":{"__isSmartRef__":true,"id":47704},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":47705},"partsBinURL":{"__isSmartRef__":true,"id":47706},"targetName":"PartTester","partItem":{"__isSmartRef__":true,"id":36963},"owner":{"__isSmartRef__":true,"id":46947},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"47675":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47676},"derivationIds":[null],"id":"8AEDC005-8B26-40F4-B9E9-21450050048A","renderContextTable":{"__isSmartRef__":true,"id":47681},"eventHandler":{"__isSmartRef__":true,"id":47682},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":47683},"priorExtent":{"__isSmartRef__":true,"id":47684},"owner":{"__isSmartRef__":true,"id":47674},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"47676":{"renderContextTable":{"__isSmartRef__":true,"id":47677},"_NodeClass":["morph"],"_NodeId":"morph-8aedc005-8b26-40f4-b9e9-21450050048a","_Extent":{"__isSmartRef__":true,"id":47678},"_Padding":{"__isSmartRef__":true,"id":47679},"stringifiedShapeNode":"
World
Hello\nWorld
run tests
","extent":{"__isSmartRef__":true,"id":47680},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47677":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"47678":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47679":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47680":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47681":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47682":{"morph":{"__isSmartRef__":true,"id":47675},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47683":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47684":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47685":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47686},"derivationIds":[null],"id":"EF0FDB7A-13B7-4F01-AD9D-825FC1B5B395","renderContextTable":{"__isSmartRef__":true,"id":47692},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":47693}],"eventHandler":{"__isSmartRef__":true,"id":47695},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":47674},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":47696},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47686":{"_Position":{"__isSmartRef__":true,"id":47687},"renderContextTable":{"__isSmartRef__":true,"id":47688},"_Extent":{"__isSmartRef__":true,"id":47689},"_Padding":{"__isSmartRef__":true,"id":47690},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47691},"_NodeClass":["morph","text"],"_NodeId":"morph-ef0fdb7a-13b7-4f01-ad9d-825fc1b5b395","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47687":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47688":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47689":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47690":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47691":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47692":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"47693":{"style":{"__isSmartRef__":true,"id":47694},"chunkOwner":{"__isSmartRef__":true,"id":47685},"storedString":"PartTester","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47694":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47695":{"morph":{"__isSmartRef__":true,"id":47685},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47696":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47697":{"_Position":{"__isSmartRef__":true,"id":47698},"renderContextTable":{"__isSmartRef__":true,"id":47699},"_Extent":{"__isSmartRef__":true,"id":47700},"_Padding":{"__isSmartRef__":true,"id":47701},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-c0b8a1c6-4348-4387-981d-5aff10fa55d7","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47702},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47698":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47699":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47700":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47701":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47702":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47703":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47704":{"morph":{"__isSmartRef__":true,"id":47674},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47705":{"x":210,"y":420,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47706":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"47707":{"submorphs":[{"__isSmartRef__":true,"id":47708},{"__isSmartRef__":true,"id":47718}],"scripts":[],"shape":{"__isSmartRef__":true,"id":47730},"derivationIds":[null],"id":"7953D7CB-04C4-4D3C-A12D-89048A5E2745","renderContextTable":{"__isSmartRef__":true,"id":47736},"eventHandler":{"__isSmartRef__":true,"id":47737},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":47738},"partsBinURL":{"__isSmartRef__":true,"id":47739},"targetName":"PartTestRunner","partItem":{"__isSmartRef__":true,"id":36997},"owner":{"__isSmartRef__":true,"id":46947},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"47708":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47709},"derivationIds":[null],"id":"0BCBA203-18C4-4707-B6D1-866882B41BF6","renderContextTable":{"__isSmartRef__":true,"id":47714},"eventHandler":{"__isSmartRef__":true,"id":47715},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":47716},"priorExtent":{"__isSmartRef__":true,"id":47717},"owner":{"__isSmartRef__":true,"id":47707},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"47709":{"renderContextTable":{"__isSmartRef__":true,"id":47710},"_NodeClass":["morph"],"_NodeId":"morph-0bcba203-18c4-4707-b6d1-866882b41bf6","_Extent":{"__isSmartRef__":true,"id":47711},"_Padding":{"__isSmartRef__":true,"id":47712},"stringifiedShapeNode":"
PartTestRunner
X
M
+
-
run
save
","extent":{"__isSmartRef__":true,"id":47713},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47710":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"47711":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47712":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47713":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47714":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47715":{"morph":{"__isSmartRef__":true,"id":47708},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47716":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47717":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47718":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47719},"derivationIds":[null],"id":"5694B1B1-58B1-4111-AC2E-AD059AE8DBD4","renderContextTable":{"__isSmartRef__":true,"id":47725},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":47726}],"eventHandler":{"__isSmartRef__":true,"id":47728},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":47707},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":47729},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47719":{"_Position":{"__isSmartRef__":true,"id":47720},"renderContextTable":{"__isSmartRef__":true,"id":47721},"_Extent":{"__isSmartRef__":true,"id":47722},"_Padding":{"__isSmartRef__":true,"id":47723},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47724},"_NodeClass":["morph","text"],"_NodeId":"morph-5694b1b1-58b1-4111-ac2e-ad059ae8dbd4","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47720":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47721":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47722":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47723":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47724":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47725":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"47726":{"style":{"__isSmartRef__":true,"id":47727},"chunkOwner":{"__isSmartRef__":true,"id":47718},"storedString":"PartTestRunner","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47727":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47728":{"morph":{"__isSmartRef__":true,"id":47718},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47729":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47730":{"_Position":{"__isSmartRef__":true,"id":47731},"renderContextTable":{"__isSmartRef__":true,"id":47732},"_Extent":{"__isSmartRef__":true,"id":47733},"_Padding":{"__isSmartRef__":true,"id":47734},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-7953d7cb-04c4-4d3c-a12d-89048a5e2745","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47735},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47731":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47732":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47733":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47734":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47735":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47736":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47737":{"morph":{"__isSmartRef__":true,"id":47707},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47738":{"x":315,"y":420,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47739":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"47740":{"submorphs":[{"__isSmartRef__":true,"id":47741},{"__isSmartRef__":true,"id":47751}],"scripts":[],"shape":{"__isSmartRef__":true,"id":47763},"derivationIds":[null],"id":"C90E317B-4FFF-4AD6-B095-A56E70E658BD","renderContextTable":{"__isSmartRef__":true,"id":47769},"eventHandler":{"__isSmartRef__":true,"id":47770},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":47771},"partsBinURL":{"__isSmartRef__":true,"id":47772},"targetName":"PrettyPrintJavascript","partItem":{"__isSmartRef__":true,"id":37031},"owner":{"__isSmartRef__":true,"id":46947},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"47741":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47742},"derivationIds":[null],"id":"421ABC12-65D7-4109-8757-EEB2D4796B32","renderContextTable":{"__isSmartRef__":true,"id":47747},"eventHandler":{"__isSmartRef__":true,"id":47748},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":47749},"priorExtent":{"__isSmartRef__":true,"id":47750},"owner":{"__isSmartRef__":true,"id":47740},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"47742":{"renderContextTable":{"__isSmartRef__":true,"id":47743},"_NodeClass":["morph"],"_NodeId":"morph-421abc12-65d7-4109-8757-eeb2d4796b32","_Extent":{"__isSmartRef__":true,"id":47744},"_Padding":{"__isSmartRef__":true,"id":47745},"stringifiedShapeNode":"
// changed at Fri May 04 2012 11:38:06 GMT+0200 (Mitteleuropäische Sommerzeit) by undefined \nthis.addScript(function format() {\n var text = this.textString;\n \n var i = 0;\n var tokens = {};\n \n while(text.match(/([=\\(:;][\\n ]*)(\\/([^\\n\\/]|\\\\\\/)+[^\\\\]\\/)/)){\n tokens[i] = text.match(/([=\\(:;][\\n ]*)(\\/([^\\n\\/]|\\\\\\/)+[^\\\\]\\/)/)[2];\n text = text.replace(/([=\\(:;][\\n ]*)(\\/([^\\n\\/]|\\\\\\/)+[^\\\\]\\/)/, \"$1\\u0007\"+i);\n i++;\n }\n \n while(text.match(/\"[^\"\\n]*\"/)){\n tokens[i] = text.match(/\"[^\"]*\"/)[0];\n text = text.replace(/\"[^\"]*\"/, \"\\u0007\"+i);\n i++;\n }\n while(text.match(/'[^'\\n]*'/)){\n tokens[i] = text.match(/'[^']*'/)[0];\n text = text.replace(/'[^']*'/, \"\\u0007\"+i);\n i++;\n }\n \n while(text.match(/\\/\\/[^\\n]*\\n/)){\n tokens[i] = text.match(/\\/\\/[^\\n]*\\n/)[0];\n text = text.replace(/\\/\\/[^\\n]*\\n/, \"\\u0007\"+i);\n i++;\n }\n \n while(text.match(/\\/\\*(.|\\n)*?\\*\\//)){\n tokens[i] = text.match(/\\/\\*(.|\\n)*?\\*\\//)[0];\n text = text.replace(/\\/\\*(.|\\n)*?\\*\\//, \"\\u0007\"+i);\n i++;\n }\n \n if(this.doInsertLinebreaks){\n text = this.insertLinebreaks_noStrings(text);\n }\n if(this.doInsertWhitespace){\n text = this.insertSpaces_noStrings(text);\n }\n text = this.indent_noStrings(text);\n \n while(i > 0){\n i--;\n text= text.replace(new RegExp(\"\\u0007\"+i),tokens[i]);\n }\n \n this.textString = text;\n}).tag([]);\n\n
Print it pretty
Insert Linebreaks
Insert Whitespace
Pretty Print Javascript
X
M
","extent":{"__isSmartRef__":true,"id":47746},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47743":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"47744":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47745":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47746":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47747":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47748":{"morph":{"__isSmartRef__":true,"id":47741},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47749":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47750":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47751":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47752},"derivationIds":[null],"id":"C9AF08B0-DD97-45F6-902D-EF123CC43171","renderContextTable":{"__isSmartRef__":true,"id":47758},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":47759}],"eventHandler":{"__isSmartRef__":true,"id":47761},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":47740},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":47762},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47752":{"_Position":{"__isSmartRef__":true,"id":47753},"renderContextTable":{"__isSmartRef__":true,"id":47754},"_Extent":{"__isSmartRef__":true,"id":47755},"_Padding":{"__isSmartRef__":true,"id":47756},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47757},"_NodeClass":["morph","text"],"_NodeId":"morph-c9af08b0-dd97-45f6-902d-ef123cc43171","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47753":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47754":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47755":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47756":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47757":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47758":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"47759":{"style":{"__isSmartRef__":true,"id":47760},"chunkOwner":{"__isSmartRef__":true,"id":47751},"storedString":"PrettyPrintJava...","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47760":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47761":{"morph":{"__isSmartRef__":true,"id":47751},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47762":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47763":{"_Position":{"__isSmartRef__":true,"id":47764},"renderContextTable":{"__isSmartRef__":true,"id":47765},"_Extent":{"__isSmartRef__":true,"id":47766},"_Padding":{"__isSmartRef__":true,"id":47767},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-c90e317b-4fff-4ad6-b095-a56e70e658bd","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47768},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47764":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47765":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47766":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47767":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47768":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47769":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47770":{"morph":{"__isSmartRef__":true,"id":47740},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47771":{"x":420,"y":420,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47772":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"47773":{"submorphs":[{"__isSmartRef__":true,"id":47774},{"__isSmartRef__":true,"id":47784}],"scripts":[],"shape":{"__isSmartRef__":true,"id":47796},"derivationIds":[null],"id":"378F9B20-7FDF-46A8-A923-B151710131EC","renderContextTable":{"__isSmartRef__":true,"id":47802},"eventHandler":{"__isSmartRef__":true,"id":47803},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":47804},"partsBinURL":{"__isSmartRef__":true,"id":47805},"targetName":"SearchSourceCode","partItem":{"__isSmartRef__":true,"id":37065},"owner":{"__isSmartRef__":true,"id":46947},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"47774":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47775},"derivationIds":[null],"id":"51162BCD-8508-4F52-A163-98080BD0DC39","renderContextTable":{"__isSmartRef__":true,"id":47780},"eventHandler":{"__isSmartRef__":true,"id":47781},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":47782},"priorExtent":{"__isSmartRef__":true,"id":47783},"owner":{"__isSmartRef__":true,"id":47773},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"47775":{"renderContextTable":{"__isSmartRef__":true,"id":47776},"_NodeClass":["morph"],"_NodeId":"morph-51162bcd-8508-4f52-a163-98080bd0dc39","_Extent":{"__isSmartRef__":true,"id":47777},"_Padding":{"__isSmartRef__":true,"id":47778},"stringifiedShapeNode":"
enter search term here
search
SearchSourceCode
X
M
","extent":{"__isSmartRef__":true,"id":47779},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47776":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"47777":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47778":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47779":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47780":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47781":{"morph":{"__isSmartRef__":true,"id":47774},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47782":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47783":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47784":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47785},"derivationIds":[null],"id":"AB21CD94-4920-4890-812B-3EFF58DEE737","renderContextTable":{"__isSmartRef__":true,"id":47791},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":47792}],"eventHandler":{"__isSmartRef__":true,"id":47794},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":47773},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":47795},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47785":{"_Position":{"__isSmartRef__":true,"id":47786},"renderContextTable":{"__isSmartRef__":true,"id":47787},"_Extent":{"__isSmartRef__":true,"id":47788},"_Padding":{"__isSmartRef__":true,"id":47789},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47790},"_NodeClass":["morph","text"],"_NodeId":"morph-ab21cd94-4920-4890-812b-3eff58dee737","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47786":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47787":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47788":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47789":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47790":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47791":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"47792":{"style":{"__isSmartRef__":true,"id":47793},"chunkOwner":{"__isSmartRef__":true,"id":47784},"storedString":"SearchSourceCode","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47793":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47794":{"morph":{"__isSmartRef__":true,"id":47784},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47795":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47796":{"_Position":{"__isSmartRef__":true,"id":47797},"renderContextTable":{"__isSmartRef__":true,"id":47798},"_Extent":{"__isSmartRef__":true,"id":47799},"_Padding":{"__isSmartRef__":true,"id":47800},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-378f9b20-7fdf-46a8-a923-b151710131ec","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47801},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47797":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47798":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47799":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47800":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47801":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47802":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47803":{"morph":{"__isSmartRef__":true,"id":47773},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47804":{"x":0,"y":525,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47805":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"47806":{"submorphs":[{"__isSmartRef__":true,"id":47807},{"__isSmartRef__":true,"id":47817}],"scripts":[],"shape":{"__isSmartRef__":true,"id":47829},"derivationIds":[null],"id":"8CEC0480-08F3-47B7-AC16-AAC9D4AEEBD1","renderContextTable":{"__isSmartRef__":true,"id":47835},"eventHandler":{"__isSmartRef__":true,"id":47836},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":47837},"partsBinURL":{"__isSmartRef__":true,"id":47838},"targetName":"ServerSearch","partItem":{"__isSmartRef__":true,"id":37099},"owner":{"__isSmartRef__":true,"id":46947},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"47807":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47808},"derivationIds":[null],"id":"A5B1E9EF-E9BD-4720-8762-14E7C97251DF","renderContextTable":{"__isSmartRef__":true,"id":47813},"eventHandler":{"__isSmartRef__":true,"id":47814},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":47815},"priorExtent":{"__isSmartRef__":true,"id":47816},"owner":{"__isSmartRef__":true,"id":47806},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"47808":{"renderContextTable":{"__isSmartRef__":true,"id":47809},"_NodeClass":["morph"],"_NodeId":"morph-a5b1e9ef-e9bd-4720-8762-14e7c97251df","_Extent":{"__isSmartRef__":true,"id":47810},"_Padding":{"__isSmartRef__":true,"id":47811},"stringifiedShapeNode":"
no path
no status
depth
file pattern
4
*js
dir
core/lively/
update search base
browse
ServerSearch
X
M
","extent":{"__isSmartRef__":true,"id":47812},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47809":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"47810":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47811":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47812":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47813":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47814":{"morph":{"__isSmartRef__":true,"id":47807},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47815":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47816":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47817":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47818},"derivationIds":[null],"id":"26E57AF9-1B9B-4348-BF17-BE6CCC121E50","renderContextTable":{"__isSmartRef__":true,"id":47824},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":47825}],"eventHandler":{"__isSmartRef__":true,"id":47827},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":47806},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":47828},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47818":{"_Position":{"__isSmartRef__":true,"id":47819},"renderContextTable":{"__isSmartRef__":true,"id":47820},"_Extent":{"__isSmartRef__":true,"id":47821},"_Padding":{"__isSmartRef__":true,"id":47822},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47823},"_NodeClass":["morph","text"],"_NodeId":"morph-26e57af9-1b9b-4348-bf17-be6ccc121e50","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47819":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47820":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47821":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47822":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47823":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47824":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"47825":{"style":{"__isSmartRef__":true,"id":47826},"chunkOwner":{"__isSmartRef__":true,"id":47817},"storedString":"ServerSearch","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47826":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47827":{"morph":{"__isSmartRef__":true,"id":47817},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47828":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47829":{"_Position":{"__isSmartRef__":true,"id":47830},"renderContextTable":{"__isSmartRef__":true,"id":47831},"_Extent":{"__isSmartRef__":true,"id":47832},"_Padding":{"__isSmartRef__":true,"id":47833},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-8cec0480-08f3-47b7-ac16-aac9d4aeebd1","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47834},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47830":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47831":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47832":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47833":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47834":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47835":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47836":{"morph":{"__isSmartRef__":true,"id":47806},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47837":{"x":105,"y":525,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47838":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"47839":{"submorphs":[{"__isSmartRef__":true,"id":47840},{"__isSmartRef__":true,"id":47850}],"scripts":[],"shape":{"__isSmartRef__":true,"id":47862},"derivationIds":[null],"id":"69EE1076-A3E7-4DB6-86E8-9BFAB79ECF99","renderContextTable":{"__isSmartRef__":true,"id":47868},"eventHandler":{"__isSmartRef__":true,"id":47869},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":47870},"partsBinURL":{"__isSmartRef__":true,"id":47871},"targetName":"StyleEditor","partItem":{"__isSmartRef__":true,"id":37133},"owner":{"__isSmartRef__":true,"id":46947},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"47840":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47841},"derivationIds":[null],"id":"3FB0BBDA-332D-4FA2-93B3-B3816C1365AE","renderContextTable":{"__isSmartRef__":true,"id":47846},"eventHandler":{"__isSmartRef__":true,"id":47847},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":47848},"priorExtent":{"__isSmartRef__":true,"id":47849},"owner":{"__isSmartRef__":true,"id":47839},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"47841":{"renderContextTable":{"__isSmartRef__":true,"id":47842},"_NodeClass":["morph"],"_NodeId":"morph-3fb0bbda-332d-4fa2-93b3-b3816c1365ae","_Extent":{"__isSmartRef__":true,"id":47843},"_Padding":{"__isSmartRef__":true,"id":47844},"stringifiedShapeNode":"
no target
Border color\n
Fill\n
Border width 
Border radius 
Layout
adjustForNewBounds
resizeWidth
resizeHeight
moveVertical
Border style 
Opacity
centeredVertical
scaleHorizontal
scaleVertical
configure
centeredHorizontal
moveHorizontal
StyleEditor
X
M
","extent":{"__isSmartRef__":true,"id":47845},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47842":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"47843":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47844":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47845":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47846":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47847":{"morph":{"__isSmartRef__":true,"id":47840},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47848":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47849":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47850":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47851},"derivationIds":[null],"id":"32EB91FA-2883-4068-B07C-041CF745FFB7","renderContextTable":{"__isSmartRef__":true,"id":47857},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":47858}],"eventHandler":{"__isSmartRef__":true,"id":47860},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":47839},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":47861},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47851":{"_Position":{"__isSmartRef__":true,"id":47852},"renderContextTable":{"__isSmartRef__":true,"id":47853},"_Extent":{"__isSmartRef__":true,"id":47854},"_Padding":{"__isSmartRef__":true,"id":47855},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47856},"_NodeClass":["morph","text"],"_NodeId":"morph-32eb91fa-2883-4068-b07c-041cf745ffb7","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47852":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47853":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47854":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47855":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47856":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47857":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"47858":{"style":{"__isSmartRef__":true,"id":47859},"chunkOwner":{"__isSmartRef__":true,"id":47850},"storedString":"StyleEditor","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47859":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47860":{"morph":{"__isSmartRef__":true,"id":47850},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47861":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47862":{"_Position":{"__isSmartRef__":true,"id":47863},"renderContextTable":{"__isSmartRef__":true,"id":47864},"_Extent":{"__isSmartRef__":true,"id":47865},"_Padding":{"__isSmartRef__":true,"id":47866},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-69ee1076-a3e7-4db6-86e8-9bfab79ecf99","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47867},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47863":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47864":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47865":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47866":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47867":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47868":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47869":{"morph":{"__isSmartRef__":true,"id":47839},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47870":{"x":210,"y":525,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47871":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"47872":{"submorphs":[{"__isSmartRef__":true,"id":47873},{"__isSmartRef__":true,"id":47883}],"scripts":[],"shape":{"__isSmartRef__":true,"id":47895},"derivationIds":[null],"id":"4B814C82-6836-479C-82FB-3827931296CE","renderContextTable":{"__isSmartRef__":true,"id":47901},"eventHandler":{"__isSmartRef__":true,"id":47902},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":47903},"partsBinURL":{"__isSmartRef__":true,"id":47904},"targetName":"SystemConsole","partItem":{"__isSmartRef__":true,"id":37167},"owner":{"__isSmartRef__":true,"id":46947},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"47873":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47874},"derivationIds":[null],"id":"F7A4CE77-EC84-4988-AA6C-11895E8D71DA","renderContextTable":{"__isSmartRef__":true,"id":47879},"eventHandler":{"__isSmartRef__":true,"id":47880},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":47881},"priorExtent":{"__isSmartRef__":true,"id":47882},"owner":{"__isSmartRef__":true,"id":47872},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"47874":{"renderContextTable":{"__isSmartRef__":true,"id":47875},"_NodeClass":["morph"],"_NodeId":"morph-f7a4ce77-ec84-4988-aa6c-11895e8d71da","_Extent":{"__isSmartRef__":true,"id":47876},"_Padding":{"__isSmartRef__":true,"id":47877},"stringifiedShapeNode":"
X
M
C
G
\n15:59:02 Global.lively.morphic.GrabbingLayer\n15:59:02 Global.lively.morphic.GrabbingLayer\n15:59:06 Text>>rememberSelectionForDoMore setting charsReplaced=no comment
System Console
","extent":{"__isSmartRef__":true,"id":47878},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47875":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"47876":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47877":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47878":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47879":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47880":{"morph":{"__isSmartRef__":true,"id":47873},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47881":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47882":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47883":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47884},"derivationIds":[null],"id":"470A01FF-22F9-40DA-9973-2BF7E6A19A07","renderContextTable":{"__isSmartRef__":true,"id":47890},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":47891}],"eventHandler":{"__isSmartRef__":true,"id":47893},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":47872},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":47894},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47884":{"_Position":{"__isSmartRef__":true,"id":47885},"renderContextTable":{"__isSmartRef__":true,"id":47886},"_Extent":{"__isSmartRef__":true,"id":47887},"_Padding":{"__isSmartRef__":true,"id":47888},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47889},"_NodeClass":["morph","text"],"_NodeId":"morph-470a01ff-22f9-40da-9973-2bf7e6a19a07","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47885":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47886":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47887":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47888":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47889":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47890":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"47891":{"style":{"__isSmartRef__":true,"id":47892},"chunkOwner":{"__isSmartRef__":true,"id":47883},"storedString":"SystemConsole","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47892":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47893":{"morph":{"__isSmartRef__":true,"id":47883},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47894":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47895":{"_Position":{"__isSmartRef__":true,"id":47896},"renderContextTable":{"__isSmartRef__":true,"id":47897},"_Extent":{"__isSmartRef__":true,"id":47898},"_Padding":{"__isSmartRef__":true,"id":47899},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-4b814c82-6836-479c-82fb-3827931296ce","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47900},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47896":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47897":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47898":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47899":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47900":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47901":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47902":{"morph":{"__isSmartRef__":true,"id":47872},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47903":{"x":315,"y":525,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47904":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"47905":{"submorphs":[{"__isSmartRef__":true,"id":47906},{"__isSmartRef__":true,"id":47916}],"scripts":[],"shape":{"__isSmartRef__":true,"id":47928},"derivationIds":[null],"id":"C3BD76B2-EB01-45DF-AF83-48CC37A92EC0","renderContextTable":{"__isSmartRef__":true,"id":47934},"eventHandler":{"__isSmartRef__":true,"id":47935},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":47936},"partsBinURL":{"__isSmartRef__":true,"id":47937},"targetName":"TestRunner","partItem":{"__isSmartRef__":true,"id":37201},"owner":{"__isSmartRef__":true,"id":46947},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"47906":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47907},"derivationIds":[null],"id":"5181C431-6DEE-459F-9356-5F4F59281ECA","renderContextTable":{"__isSmartRef__":true,"id":47912},"eventHandler":{"__isSmartRef__":true,"id":47913},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":47914},"priorExtent":{"__isSmartRef__":true,"id":47915},"owner":{"__isSmartRef__":true,"id":47905},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"47907":{"renderContextTable":{"__isSmartRef__":true,"id":47908},"_NodeClass":["morph"],"_NodeId":"morph-5181c431-6dee-459f-9356-5f4f59281eca","_Extent":{"__isSmartRef__":true,"id":47909},"_Padding":{"__isSmartRef__":true,"id":47910},"stringifiedShapeNode":"
add
load selected
select all
select none
remove selected
add defaults
Test Modules
Test Classes
Results
select none
select all
run selected
remove selected
add all available
TestRunner
X
M
","extent":{"__isSmartRef__":true,"id":47911},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47908":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"47909":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47910":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47911":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47912":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47913":{"morph":{"__isSmartRef__":true,"id":47906},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47914":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47915":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47916":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47917},"derivationIds":[null],"id":"0D616E06-DD9A-43F0-8A4C-6176501F1085","renderContextTable":{"__isSmartRef__":true,"id":47923},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":47924}],"eventHandler":{"__isSmartRef__":true,"id":47926},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":47905},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":47927},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47917":{"_Position":{"__isSmartRef__":true,"id":47918},"renderContextTable":{"__isSmartRef__":true,"id":47919},"_Extent":{"__isSmartRef__":true,"id":47920},"_Padding":{"__isSmartRef__":true,"id":47921},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47922},"_NodeClass":["morph","text"],"_NodeId":"morph-0d616e06-dd9a-43f0-8a4c-6176501f1085","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47918":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47919":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47920":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47921":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47922":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47923":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"47924":{"style":{"__isSmartRef__":true,"id":47925},"chunkOwner":{"__isSmartRef__":true,"id":47916},"storedString":"TestRunner","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47925":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47926":{"morph":{"__isSmartRef__":true,"id":47916},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47927":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47928":{"_Position":{"__isSmartRef__":true,"id":47929},"renderContextTable":{"__isSmartRef__":true,"id":47930},"_Extent":{"__isSmartRef__":true,"id":47931},"_Padding":{"__isSmartRef__":true,"id":47932},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-c3bd76b2-eb01-45df-af83-48cc37a92ec0","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47933},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47929":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47930":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47931":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47932":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47933":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47934":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47935":{"morph":{"__isSmartRef__":true,"id":47905},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47936":{"x":420,"y":525,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47937":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"47938":{"submorphs":[{"__isSmartRef__":true,"id":47939},{"__isSmartRef__":true,"id":47949}],"scripts":[],"shape":{"__isSmartRef__":true,"id":47961},"derivationIds":[null],"id":"FB68859B-13F0-4BB0-AB15-50BD7B86A6A7","renderContextTable":{"__isSmartRef__":true,"id":47967},"eventHandler":{"__isSmartRef__":true,"id":47968},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":47969},"partsBinURL":{"__isSmartRef__":true,"id":47970},"targetName":"TestRunnerWithDebuggingSupport","partItem":{"__isSmartRef__":true,"id":37235},"owner":{"__isSmartRef__":true,"id":46947},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"47939":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47940},"derivationIds":[null],"id":"11EF7845-1D91-4CBB-B4A8-EB3FD1B59EA0","renderContextTable":{"__isSmartRef__":true,"id":47945},"eventHandler":{"__isSmartRef__":true,"id":47946},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":47947},"priorExtent":{"__isSmartRef__":true,"id":47948},"owner":{"__isSmartRef__":true,"id":47938},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"47940":{"renderContextTable":{"__isSmartRef__":true,"id":47941},"_NodeClass":["morph"],"_NodeId":"morph-11ef7845-1d91-4cbb-b4a8-eb3fd1b59ea0","_Extent":{"__isSmartRef__":true,"id":47942},"_Padding":{"__isSmartRef__":true,"id":47943},"stringifiedShapeNode":"
add
load selected
select all
select none
remove selected
add defaults
Test Modules
Test Classes
Results
select none
select all
run
remove selected
add all available
debug
TestRunner
X
M
","extent":{"__isSmartRef__":true,"id":47944},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47941":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"47942":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47943":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47944":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47945":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47946":{"morph":{"__isSmartRef__":true,"id":47939},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47947":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47948":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47949":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47950},"derivationIds":[null],"id":"9037EF0E-4A5A-4DFA-8EA2-D567038438E5","renderContextTable":{"__isSmartRef__":true,"id":47956},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":47957}],"eventHandler":{"__isSmartRef__":true,"id":47959},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":47938},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":47960},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47950":{"_Position":{"__isSmartRef__":true,"id":47951},"renderContextTable":{"__isSmartRef__":true,"id":47952},"_Extent":{"__isSmartRef__":true,"id":47953},"_Padding":{"__isSmartRef__":true,"id":47954},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47955},"_NodeClass":["morph","text"],"_NodeId":"morph-9037ef0e-4a5a-4dfa-8ea2-d567038438e5","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47951":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47952":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47953":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47954":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47955":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47956":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"47957":{"style":{"__isSmartRef__":true,"id":47958},"chunkOwner":{"__isSmartRef__":true,"id":47949},"storedString":"TestRunnerWithD...","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47958":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47959":{"morph":{"__isSmartRef__":true,"id":47949},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47960":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47961":{"_Position":{"__isSmartRef__":true,"id":47962},"renderContextTable":{"__isSmartRef__":true,"id":47963},"_Extent":{"__isSmartRef__":true,"id":47964},"_Padding":{"__isSmartRef__":true,"id":47965},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-fb68859b-13f0-4bb0-ab15-50bd7b86a6a7","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47966},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47962":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47963":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47964":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47965":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47966":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47967":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47968":{"morph":{"__isSmartRef__":true,"id":47938},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47969":{"x":0,"y":630,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47970":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"47971":{"submorphs":[{"__isSmartRef__":true,"id":47972},{"__isSmartRef__":true,"id":47982}],"scripts":[],"shape":{"__isSmartRef__":true,"id":47994},"derivationIds":[null],"id":"38110C72-F2D4-4DD7-8BA4-8310A88A67ED","renderContextTable":{"__isSmartRef__":true,"id":48000},"eventHandler":{"__isSmartRef__":true,"id":48001},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":48002},"partsBinURL":{"__isSmartRef__":true,"id":48003},"targetName":"TextAttributePanel","partItem":{"__isSmartRef__":true,"id":37269},"owner":{"__isSmartRef__":true,"id":46947},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"47972":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47973},"derivationIds":[null],"id":"FD5D61A8-3E84-4F33-949F-3A8082B67B0F","renderContextTable":{"__isSmartRef__":true,"id":47978},"eventHandler":{"__isSmartRef__":true,"id":47979},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":47980},"priorExtent":{"__isSmartRef__":true,"id":47981},"owner":{"__isSmartRef__":true,"id":47971},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"47973":{"renderContextTable":{"__isSmartRef__":true,"id":47974},"_NodeClass":["morph"],"_NodeId":"morph-fd5d61a8-3e84-4f33-949f-3a8082b67b0f","_Extent":{"__isSmartRef__":true,"id":47975},"_Padding":{"__isSmartRef__":true,"id":47976},"stringifiedShapeNode":"
TextAttributePanel
X
M
font color:
size:
14
font size:
weight:
normal
font weight:
decoration:
normal
font decoration:
font family:
Arial, sans-serif
font family:
clip mode:
auto
background color:
fixed width:
<lively.morphic.Text#121>
text:
padding:
rect(pt(0.0,0.0),pt(0.0,0.0))
fixed height:
","extent":{"__isSmartRef__":true,"id":47977},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47974":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"47975":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47976":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47977":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47978":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"47979":{"morph":{"__isSmartRef__":true,"id":47972},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47980":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47981":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47982":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":47983},"derivationIds":[null],"id":"49C46D2F-1E97-4A53-9BFD-5F94C51B5EB2","renderContextTable":{"__isSmartRef__":true,"id":47989},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":47990}],"eventHandler":{"__isSmartRef__":true,"id":47992},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":47971},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":47993},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47983":{"_Position":{"__isSmartRef__":true,"id":47984},"renderContextTable":{"__isSmartRef__":true,"id":47985},"_Extent":{"__isSmartRef__":true,"id":47986},"_Padding":{"__isSmartRef__":true,"id":47987},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47988},"_NodeClass":["morph","text"],"_NodeId":"morph-49c46d2f-1e97-4a53-9bfd-5f94c51b5eb2","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47984":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47985":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47986":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47987":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47988":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47989":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"47990":{"style":{"__isSmartRef__":true,"id":47991},"chunkOwner":{"__isSmartRef__":true,"id":47982},"storedString":"TextAttributePanel","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47991":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"47992":{"morph":{"__isSmartRef__":true,"id":47982},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"47993":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47994":{"_Position":{"__isSmartRef__":true,"id":47995},"renderContextTable":{"__isSmartRef__":true,"id":47996},"_Extent":{"__isSmartRef__":true,"id":47997},"_Padding":{"__isSmartRef__":true,"id":47998},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-38110c72-f2d4-4dd7-8ba4-8310a88a67ed","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":47999},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"47995":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47996":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"47997":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47998":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"47999":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48000":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"48001":{"morph":{"__isSmartRef__":true,"id":47971},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"48002":{"x":105,"y":630,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48003":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"48004":{"submorphs":[{"__isSmartRef__":true,"id":48005},{"__isSmartRef__":true,"id":48015}],"scripts":[],"shape":{"__isSmartRef__":true,"id":48027},"derivationIds":[null],"id":"87EFC865-834F-4B85-8BD9-413643496CCA","renderContextTable":{"__isSmartRef__":true,"id":48033},"eventHandler":{"__isSmartRef__":true,"id":48034},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":48035},"partsBinURL":{"__isSmartRef__":true,"id":48036},"targetName":"TextEditor","partItem":{"__isSmartRef__":true,"id":37303},"owner":{"__isSmartRef__":true,"id":46947},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"48005":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":48006},"derivationIds":[null],"id":"BF0B97F3-69BD-4588-B109-E3F26EA9BEFC","renderContextTable":{"__isSmartRef__":true,"id":48011},"eventHandler":{"__isSmartRef__":true,"id":48012},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":48013},"priorExtent":{"__isSmartRef__":true,"id":48014},"owner":{"__isSmartRef__":true,"id":48004},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"48006":{"renderContextTable":{"__isSmartRef__":true,"id":48007},"_NodeClass":["morph"],"_NodeId":"morph-bf0b97f3-69bd-4588-b109-e3f26ea9befc","_Extent":{"__isSmartRef__":true,"id":48008},"_Padding":{"__isSmartRef__":true,"id":48009},"stringifiedShapeNode":"
http://lively-kernel.org/repository/webwerkstatt/webwerkstatt.xhtml
save
load
remove
emtpy
TextEditor
X
M
","extent":{"__isSmartRef__":true,"id":48010},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"48007":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"48008":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48009":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48010":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48011":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"48012":{"morph":{"__isSmartRef__":true,"id":48005},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"48013":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48014":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48015":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":48016},"derivationIds":[null],"id":"91ACDCE5-906A-433C-BBF5-9F7C110BB69D","renderContextTable":{"__isSmartRef__":true,"id":48022},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":48023}],"eventHandler":{"__isSmartRef__":true,"id":48025},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":48004},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":48026},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"48016":{"_Position":{"__isSmartRef__":true,"id":48017},"renderContextTable":{"__isSmartRef__":true,"id":48018},"_Extent":{"__isSmartRef__":true,"id":48019},"_Padding":{"__isSmartRef__":true,"id":48020},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":48021},"_NodeClass":["morph","text"],"_NodeId":"morph-91acdce5-906a-433c-bbf5-9f7c110bb69d","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"48017":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48018":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"48019":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48020":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48021":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48022":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"48023":{"style":{"__isSmartRef__":true,"id":48024},"chunkOwner":{"__isSmartRef__":true,"id":48015},"storedString":"TextEditor","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"48024":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"48025":{"morph":{"__isSmartRef__":true,"id":48015},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"48026":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48027":{"_Position":{"__isSmartRef__":true,"id":48028},"renderContextTable":{"__isSmartRef__":true,"id":48029},"_Extent":{"__isSmartRef__":true,"id":48030},"_Padding":{"__isSmartRef__":true,"id":48031},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-87efc865-834f-4b85-8bd9-413643496cca","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":48032},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"48028":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48029":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"48030":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48031":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48032":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48033":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"48034":{"morph":{"__isSmartRef__":true,"id":48004},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"48035":{"x":210,"y":630,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48036":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"48037":{"submorphs":[{"__isSmartRef__":true,"id":48038},{"__isSmartRef__":true,"id":48048}],"scripts":[],"shape":{"__isSmartRef__":true,"id":48060},"derivationIds":[null],"id":"0073CDB0-E9F9-4F4D-ADE0-B635199530F0","renderContextTable":{"__isSmartRef__":true,"id":48066},"eventHandler":{"__isSmartRef__":true,"id":48067},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":48068},"partsBinURL":{"__isSmartRef__":true,"id":48069},"targetName":"VersionDiffer","partItem":{"__isSmartRef__":true,"id":37337},"owner":{"__isSmartRef__":true,"id":46947},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"48038":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":48039},"derivationIds":[null],"id":"227C8101-B103-4672-BAD4-EB0AB283B7A2","renderContextTable":{"__isSmartRef__":true,"id":48044},"eventHandler":{"__isSmartRef__":true,"id":48045},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":48046},"priorExtent":{"__isSmartRef__":true,"id":48047},"owner":{"__isSmartRef__":true,"id":48037},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"48039":{"renderContextTable":{"__isSmartRef__":true,"id":48040},"_NodeClass":["morph"],"_NodeId":"morph-227c8101-b103-4672-bad4-eb0ab283b7a2","_Extent":{"__isSmartRef__":true,"id":48041},"_Padding":{"__isSmartRef__":true,"id":48042},"stringifiedShapeNode":"
0.10.20.30.40.50.60.70.80.91.00510
reset
show history
enter url here
update
visit
diff
no diff
more
VersionDiffer
X
M
","extent":{"__isSmartRef__":true,"id":48043},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"48040":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"48041":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48042":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48043":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48044":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"48045":{"morph":{"__isSmartRef__":true,"id":48038},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"48046":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48047":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48048":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":48049},"derivationIds":[null],"id":"F8139F86-3904-435D-B7BC-BF195689CE5A","renderContextTable":{"__isSmartRef__":true,"id":48055},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":48056}],"eventHandler":{"__isSmartRef__":true,"id":48058},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":48037},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":48059},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"48049":{"_Position":{"__isSmartRef__":true,"id":48050},"renderContextTable":{"__isSmartRef__":true,"id":48051},"_Extent":{"__isSmartRef__":true,"id":48052},"_Padding":{"__isSmartRef__":true,"id":48053},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":48054},"_NodeClass":["morph","text"],"_NodeId":"morph-f8139f86-3904-435d-b7bc-bf195689ce5a","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"48050":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48051":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"48052":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48053":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48054":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48055":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"48056":{"style":{"__isSmartRef__":true,"id":48057},"chunkOwner":{"__isSmartRef__":true,"id":48048},"storedString":"VersionDiffer","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"48057":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"48058":{"morph":{"__isSmartRef__":true,"id":48048},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"48059":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48060":{"_Position":{"__isSmartRef__":true,"id":48061},"renderContextTable":{"__isSmartRef__":true,"id":48062},"_Extent":{"__isSmartRef__":true,"id":48063},"_Padding":{"__isSmartRef__":true,"id":48064},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-0073cdb0-e9f9-4f4d-ade0-b635199530f0","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":48065},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"48061":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48062":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"48063":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48064":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48065":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48066":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"48067":{"morph":{"__isSmartRef__":true,"id":48037},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"48068":{"x":315,"y":630,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48069":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"48070":{"submorphs":[{"__isSmartRef__":true,"id":48071},{"__isSmartRef__":true,"id":48081}],"scripts":[],"shape":{"__isSmartRef__":true,"id":48093},"derivationIds":[null],"id":"B9D1738F-CA93-4005-B39F-DDBA711CD9DD","renderContextTable":{"__isSmartRef__":true,"id":48099},"eventHandler":{"__isSmartRef__":true,"id":48100},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":48101},"partsBinURL":{"__isSmartRef__":true,"id":48102},"targetName":"VerticalSpaceMaker","partItem":{"__isSmartRef__":true,"id":37371},"owner":{"__isSmartRef__":true,"id":46947},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"48071":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":48072},"derivationIds":[null],"id":"519D9722-C268-4625-8125-999BD6AFB2A3","renderContextTable":{"__isSmartRef__":true,"id":48077},"eventHandler":{"__isSmartRef__":true,"id":48078},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":48079},"priorExtent":{"__isSmartRef__":true,"id":48080},"owner":{"__isSmartRef__":true,"id":48070},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"48072":{"renderContextTable":{"__isSmartRef__":true,"id":48073},"_NodeClass":["morph"],"_NodeId":"morph-519d9722-c268-4625-8125-999bd6afb2a3","_Extent":{"__isSmartRef__":true,"id":48074},"_Padding":{"__isSmartRef__":true,"id":48075},"stringifiedShapeNode":"
make vertical space
","extent":{"__isSmartRef__":true,"id":48076},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"48073":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"48074":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48075":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48076":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48077":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"48078":{"morph":{"__isSmartRef__":true,"id":48071},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"48079":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48080":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48081":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":48082},"derivationIds":[null],"id":"CE4DABBE-0EEE-4306-A044-687CF2B47EB6","renderContextTable":{"__isSmartRef__":true,"id":48088},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":48089}],"eventHandler":{"__isSmartRef__":true,"id":48091},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":48070},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":48092},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"48082":{"_Position":{"__isSmartRef__":true,"id":48083},"renderContextTable":{"__isSmartRef__":true,"id":48084},"_Extent":{"__isSmartRef__":true,"id":48085},"_Padding":{"__isSmartRef__":true,"id":48086},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":48087},"_NodeClass":["morph","text"],"_NodeId":"morph-ce4dabbe-0eee-4306-a044-687cf2b47eb6","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"48083":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48084":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"48085":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48086":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48087":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48088":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"48089":{"style":{"__isSmartRef__":true,"id":48090},"chunkOwner":{"__isSmartRef__":true,"id":48081},"storedString":"VerticalSpaceMaker","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"48090":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"48091":{"morph":{"__isSmartRef__":true,"id":48081},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"48092":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48093":{"_Position":{"__isSmartRef__":true,"id":48094},"renderContextTable":{"__isSmartRef__":true,"id":48095},"_Extent":{"__isSmartRef__":true,"id":48096},"_Padding":{"__isSmartRef__":true,"id":48097},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-b9d1738f-ca93-4005-b39f-ddba711cd9dd","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":48098},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"48094":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48095":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"48096":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48097":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48098":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48099":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"48100":{"morph":{"__isSmartRef__":true,"id":48070},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"48101":{"x":420,"y":630,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48102":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"48103":{"submorphs":[{"__isSmartRef__":true,"id":48104},{"__isSmartRef__":true,"id":48114}],"scripts":[],"shape":{"__isSmartRef__":true,"id":48126},"derivationIds":[null],"id":"5DF69EA2-AD56-451E-865C-7835C7FB8798","renderContextTable":{"__isSmartRef__":true,"id":48132},"eventHandler":{"__isSmartRef__":true,"id":48133},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":48134},"partsBinURL":{"__isSmartRef__":true,"id":48135},"targetName":"WindowFinder","partItem":{"__isSmartRef__":true,"id":37405},"owner":{"__isSmartRef__":true,"id":46947},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"48104":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":48105},"derivationIds":[null],"id":"CF432F80-EE5D-470C-8DA3-887AF7A84E38","renderContextTable":{"__isSmartRef__":true,"id":48110},"eventHandler":{"__isSmartRef__":true,"id":48111},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":48112},"priorExtent":{"__isSmartRef__":true,"id":48113},"owner":{"__isSmartRef__":true,"id":48103},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"48105":{"renderContextTable":{"__isSmartRef__":true,"id":48106},"_NodeClass":["morph"],"_NodeId":"morph-cf432f80-ee5d-470c-8da3-887af7a84e38","_Extent":{"__isSmartRef__":true,"id":48107},"_Padding":{"__isSmartRef__":true,"id":48108},"stringifiedShapeNode":"
List Windows
WindowFinder
X
M
","extent":{"__isSmartRef__":true,"id":48109},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"48106":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"48107":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48108":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48109":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48110":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"48111":{"morph":{"__isSmartRef__":true,"id":48104},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"48112":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48113":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48114":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":48115},"derivationIds":[null],"id":"32F814BD-3710-4CB7-9AD7-ACE01A249707","renderContextTable":{"__isSmartRef__":true,"id":48121},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":48122}],"eventHandler":{"__isSmartRef__":true,"id":48124},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":48103},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":48125},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"48115":{"_Position":{"__isSmartRef__":true,"id":48116},"renderContextTable":{"__isSmartRef__":true,"id":48117},"_Extent":{"__isSmartRef__":true,"id":48118},"_Padding":{"__isSmartRef__":true,"id":48119},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":48120},"_NodeClass":["morph","text"],"_NodeId":"morph-32f814bd-3710-4cb7-9ad7-ace01a249707","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"48116":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48117":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"48118":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48119":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48120":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48121":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"48122":{"style":{"__isSmartRef__":true,"id":48123},"chunkOwner":{"__isSmartRef__":true,"id":48114},"storedString":"WindowFinder","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"48123":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"48124":{"morph":{"__isSmartRef__":true,"id":48114},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"48125":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48126":{"_Position":{"__isSmartRef__":true,"id":48127},"renderContextTable":{"__isSmartRef__":true,"id":48128},"_Extent":{"__isSmartRef__":true,"id":48129},"_Padding":{"__isSmartRef__":true,"id":48130},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-5df69ea2-ad56-451e-865c-7835c7fb8798","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":48131},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"48127":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48128":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"48129":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48130":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48131":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48132":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"48133":{"morph":{"__isSmartRef__":true,"id":48103},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"48134":{"x":0,"y":735,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48135":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"48136":{"position":{"__isSmartRef__":true,"id":48137},"_Extent":{"__isSmartRef__":true,"id":48138},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":48139},"_Fill":{"__isSmartRef__":true,"id":48140},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":48141},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"scroll","_Padding":{"__isSmartRef__":true,"id":48142},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"48137":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"48138":{"x":607.573230508443,"y":437.2498366837016,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"48139":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"48140":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48141":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"48142":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"48143":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"idOnLoad":"C169C7CB-74AA-46AE-AC31-D0C3179509D8","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"48144":{"x":607.573230508443,"y":437.2498366837016,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"48145":{"sourceObj":{"__isSmartRef__":true,"id":46947},"sourceAttrName":"selectedItem","targetObj":{"__isSmartRef__":true,"id":46484},"targetMethodName":"setSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"48146":{"resizeHeight":true,"resizeWidth":true},"48147":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"48148":{"morph":{"__isSmartRef__":true,"id":46947},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"48149":{"x":156,"y":38,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"48150":{"partsSpaceName":"PartsBin/PartsClasses/","name":"ObjectEditor","json":"{\"id\":0,\"registry\":{\"0\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1},{\"__isSmartRef__\":true,\"id\":1831},{\"__isSmartRef__\":true,\"id\":1871}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2022},\"id\":\"4AA40E1F-648E-4E05-89B7-65F7AF8EB32A\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2027},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2028},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":2029},\"LK2\":true,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2030},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":1},\"titleBar\":{\"__isSmartRef__\":true,\"id\":1871},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":2031},\"collapsedTransform\":{\"__isSmartRef__\":true,\"id\":2032},\"collapsedExtent\":{\"__isSmartRef__\":true,\"id\":2033},\"expandedTransform\":{\"__isSmartRef__\":true,\"id\":2034},\"expandedExtent\":{\"__isSmartRef__\":true,\"id\":2035},\"ignoreEventsOnExpand\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":2036},\"name\":\"ObjectEditor\",\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":2153},\"highlighted\":false,\"cameForward\":false,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"expandedPosition\":{\"__isSmartRef__\":true,\"id\":2154},\"state\":\"shutdown\",\"collapsedPosition\":{\"__isSmartRef__\":true,\"id\":2155},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isBeingDragged\":false,\"prevScroll\":[0,0],\"minSize\":{\"__isSmartRef__\":true,\"id\":2156},\"minExtent\":{\"__isSmartRef__\":true,\"id\":2157},\"isCopyMorphRef\":true,\"morphRefId\":16,\"derivationIds\":[205,\"2951753B-EB95-4093-A0DD-249E83AC2204\",\"A32DE788-E06D-492C-B2E6-19C3710B5AE0\",\"96D56291-98FB-42C4-A247-0A20B4183B14\",\"1E6BCC46-3FE3-4950-AE50-9751458F7E18\",\"22248328-5B04-4E39-ADDE-460C107C790F\",\"2F4F6161-9F4C-469E-AF56-24765FF03B72\",\"88EF08D5-C1E7-4B5B-B393-FFF5921009D7\",\"FF731ED6-5217-4053-9B85-77F1BF344BF3\",\"496332F8-A328-4625-A7D5-0DCE90C3D2AE\",\"E57F1D4E-AE08-4CAA-A62D-4E69FC0BFF47\",\"94783CDE-55B0-4198-8477-C0756F2C812F\",\"F03206B8-2964-470C-A335-FF321C7743E5\",\"C60ABA94-4D2A-4524-9239-9B7EA074A0B5\",\"4F0B726F-B136-433E-8549-6A61DE78AEFA\",\"5D9BCA93-7ED9-4D44-9ED2-67CC2C518326\",\"35713FCD-1FDB-48C3-B9ED-2D37D05C031F\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":2158},\"moved\":true,\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1.008036120330794,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":2159},\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"1\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2},{\"__isSmartRef__\":true,\"id\":889},{\"__isSmartRef__\":true,\"id\":671},{\"__isSmartRef__\":true,\"id\":904},{\"__isSmartRef__\":true,\"id\":920},{\"__isSmartRef__\":true,\"id\":971},{\"__isSmartRef__\":true,\"id\":1021},{\"__isSmartRef__\":true,\"id\":1077},{\"__isSmartRef__\":true,\"id\":497},{\"__isSmartRef__\":true,\"id\":547},{\"__isSmartRef__\":true,\"id\":1132},{\"__isSmartRef__\":true,\"id\":1251},{\"__isSmartRef__\":true,\"id\":1266},{\"__isSmartRef__\":true,\"id\":1281},{\"__isSmartRef__\":true,\"id\":1365},{\"__isSmartRef__\":true,\"id\":1449},{\"__isSmartRef__\":true,\"id\":1533},{\"__isSmartRef__\":true,\"id\":1581},{\"__isSmartRef__\":true,\"id\":1654}],\"scripts\":[{\"__isSmartRef__\":true,\"id\":1704}],\"id\":\"A30001A0-7D1E-48E6-954A-45FACCA9E624\",\"shape\":{\"__isSmartRef__\":true,\"id\":1705},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"showsHalos\":false,\"name\":\"ObjectEditorPane\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1712},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1715},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1716},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1717},\"layout\":{\"__isSmartRef__\":true,\"id\":1718},\"target\":{\"__isSmartRef__\":true,\"id\":511},\"scriptPane\":{\"__isSmartRef__\":true,\"id\":497},\"scriptList\":{\"__isSmartRef__\":true,\"id\":2},\"connectionList\":{\"__isSmartRef__\":true,\"id\":671},\"morphSelector\":{\"__isSmartRef__\":true,\"id\":1132},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"changeIndicator\":{\"__isSmartRef__\":true,\"id\":547},\"isBeingDragged\":false,\"prevScroll\":[0,0],\"grabbingEnabled\":false,\"draggingEnabled\":false,\"currentCategory\":null,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1719},\"tagChooser\":{\"__isSmartRef__\":true,\"id\":1281},\"currentTag\":null,\"derivationIds\":[206,\"3BDE080D-3D60-4BB9-A690-E6001350F596\",\"00E28CBF-E803-4BC0-93CC-651AC21008A5\",\"1B7E7936-0145-47E4-8433-DFE58134E74B\",\"422B98E3-E52B-4057-9C28-865873682DE1\",\"BCDE8D30-ECC2-4883-9587-2518B6822233\",\"BA6D5198-5AC2-4A63-9597-D4CF98A99CA9\",\"17E22972-5EBC-4511-9779-05E9E665D899\",\"C6F34039-F423-4223-8D6A-85611A138372\",\"7EC3BECE-1BDA-471D-B14C-C4FB822AA55C\",\"88F702A6-6067-4160-8561-54FAD27ADB17\",\"738F5E09-C109-4CD0-B5F5-418A6227ABA0\",\"0DC59884-6397-4391-A9A7-FB6F9F97E5AD\",\"14C76016-3134-4E27-8E8F-AF9EE6ACCF4E\",\"F30C2D8B-7A94-4DA6-9F35-BB440C24757E\",\"25C982C9-F95A-41C7-89FC-B55B8D5CD02C\",\"58B0081D-FF4C-421C-94B4-2F2E884D3F8C\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":1720},\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"partTests\":{\"__isSmartRef__\":true,\"id\":1721},\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1722},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"2\":{\"submorphs\":[],\"scripts\":[],\"id\":\"F6A74BD3-93CA-4655-BA81-BF14BCB8AE44\",\"shape\":{\"__isSmartRef__\":true,\"id\":3},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":10},\"itemList\":[\"-- ALL --\"],\"selectedLineNo\":0,\"showsHalos\":false,\"name\":\"ObjectEditorScriptList\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":11},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"_ClipMode\":\"auto\",\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":12},\"prevScroll\":[0,0],\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":13}],\"doNotSerialize\":[\"$$selection\"],\"doNotCopyProperties\":[\"$$selection\"],\"layout\":{\"__isSmartRef__\":true,\"id\":18},\"doitContext\":{\"__isSmartRef__\":true,\"id\":19},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":878},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":879},\"_FontSize\":10,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":880},\"isBeingDragged\":false,\"grabbingEnabled\":false,\"draggingEnabled\":false,\"isCopyMorphRef\":true,\"morphRefId\":17,\"currentCategory\":null,\"derivationIds\":[207,\"D87334B5-DFB8-438D-8038-D2C55A798E3B\",\"4242A24B-D284-4130-BB19-C1AB8C7E96CB\",\"1F2230C1-4745-4EED-8827-5D3FC0EA8D8A\",\"1260A8AA-AD41-451A-A761-BE75A33282E8\",\"11AABB24-1595-4EDC-95DF-8BC66785F47A\",\"CA99FFE7-13DD-4721-8DE2-6A587B0C65D9\",\"E01A3DAA-0001-4C7C-A6A7-449C3945A3E6\",\"8C3C70BF-E1CE-4FB9-8407-24EA990D4E49\",\"D70897C1-82FA-42AD-9D81-A0698E9072CC\",\"69BB0838-2830-4831-A681-185E03308396\",\"434D4493-4DD6-466F-A202-7364A5829C52\",\"93D99F39-CC07-45EB-9459-5230A80A20D2\",\"4756DE7D-3422-46FC-B24B-5565F597D490\",\"37CBA04A-FDC4-4D08-8DB9-0B334A9BBF4C\",\"E73B4ED4-9926-4246-99E1-305ECC913331\",\"63C2A3E0-6CAA-4AE6-895D-2AE85C4E6D9C\"],\"selection\":\"-- ALL --\",\"_Rotation\":0,\"_Scale\":1,\"changeTriggered\":true,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":881},\"__LivelyClassName__\":\"lively.morphic.List\"},\"3\":{\"position\":{\"__isSmartRef__\":true,\"id\":4},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6},\"_Fill\":{\"__isSmartRef__\":true,\"id\":7},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":8},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":9},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5\":{\"x\":180,\"y\":375.61253261443596,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"8\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"9\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"10\":{\"x\":10,\"y\":63.027958027992966,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"11\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"migrationLevel\":2,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"12\":{\"x\":180,\"y\":374.61253261443596,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"13\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2},\"sourceAttrName\":\"selection\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"displaySourceForScript\",\"converterString\":\"function (value) {\\n return (value === '-- ALL --') ? null : value;\\n}\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":14},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":15},\"__LivelyClassName__\":\"AttributeConnection\"},\"14\":{\"source\":{\"__isSmartRef__\":true,\"id\":2},\"target\":{\"__isSmartRef__\":true,\"id\":1}},\"15\":{\"converter\":{\"__isSmartRef__\":true,\"id\":16}},\"16\":{\"originalFunc\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":14},\"source\":\"function (value) {\\n return (value === '-- ALL --') ? null : value;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":17},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"17\":{},\"18\":{\"resizeHeight\":true},\"19\":{\"submorphs\":[],\"scripts\":[],\"id\":836,\"shape\":{\"__isSmartRef__\":true,\"id\":20},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":25},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":26},\"titleBar\":{\"__isSmartRef__\":true,\"id\":27},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":168},\"collapsedTransform\":null,\"collapsedExtent\":null,\"expandedTransform\":{\"__isSmartRef__\":true,\"id\":169},\"expandedExtent\":{\"__isSmartRef__\":true,\"id\":170},\"highlighted\":true,\"_Rotation\":0,\"_Scale\":1,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":171},\"showsHalos\":false,\"name\":\"ObjectEditor\",\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"target\":{\"__isSmartRef__\":true,\"id\":172},\"expandedPosition\":{\"__isSmartRef__\":true,\"id\":495},\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":496},\"scriptList\":{\"__isSmartRef__\":true,\"id\":2},\"scriptPane\":{\"__isSmartRef__\":true,\"id\":497},\"classButton\":{\"__isSmartRef__\":true,\"id\":626},\"connectionList\":{\"__isSmartRef__\":true,\"id\":671},\"targetButton\":{\"__isSmartRef__\":true,\"id\":696},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":739},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Position\":{\"__isSmartRef__\":true,\"id\":740},\"morphSelector\":{\"__isSmartRef__\":true,\"id\":741},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":825},\"cameForward\":false,\"isCopyMorphRef\":true,\"morphRefId\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":826},\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"20\":{\"_BorderWidth\":1,\"_Fill\":{\"__isSmartRef__\":true,\"id\":21},\"_StrokeOpacity\":0,\"_BorderRadius\":9.25,\"_Extent\":{\"__isSmartRef__\":true,\"id\":22},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":23},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":24},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"21\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"22\":{\"x\":981,\"y\":585.2,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"23\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"24\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"25\":{\"adjustForNewBounds\":true},\"26\":{\"x\":981,\"y\":585.2,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"27\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":28},{\"__isSmartRef__\":true,\"id\":41},{\"__isSmartRef__\":true,\"id\":85},{\"__isSmartRef__\":true,\"id\":117}],\"scripts\":[],\"id\":837,\"shape\":{\"__isSmartRef__\":true,\"id\":150},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":163},\"_Position\":{\"__isSmartRef__\":true,\"id\":164},\"eventsAreIgnored\":true,\"windowMorph\":{\"__isSmartRef__\":true,\"id\":19},\"label\":{\"__isSmartRef__\":true,\"id\":28},\"closeButton\":{\"__isSmartRef__\":true,\"id\":41},\"menuButton\":{\"__isSmartRef__\":true,\"id\":85},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":117},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":165},\"owner\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"name\":\"ObjectEditorTitleBar\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":166},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":167},\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"28\":{\"submorphs\":[],\"scripts\":[],\"id\":838,\"shape\":{\"__isSmartRef__\":true,\"id\":29},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":34},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":35},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":36},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":37}],\"evalEnabled\":false,\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":10,\"_Align\":\"center\",\"owner\":{\"__isSmartRef__\":true,\"id\":27},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":39},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":40},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"29\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":30},\"_Extent\":{\"__isSmartRef__\":true,\"id\":31},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":32},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":33},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"30\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"31\":{\"x\":921.9776803724167,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"32\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"33\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"34\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"35\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"36\":{\"x\":921.9776803724167,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"37\":{\"style\":{\"__isSmartRef__\":true,\"id\":38},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":28},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"38\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"39\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"40\":{\"morph\":{\"__isSmartRef__\":true,\"id\":28},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"41\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":42}],\"scripts\":[],\"id\":839,\"shape\":{\"__isSmartRef__\":true,\"id\":54},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":69},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":70},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":58},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":71},\"label\":{\"__isSmartRef__\":true,\"id\":42},\"owner\":{\"__isSmartRef__\":true,\"id\":27},\"layout\":{\"__isSmartRef__\":true,\"id\":80},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":81},{\"__isSmartRef__\":true,\"id\":82}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":83},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":84},\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"42\":{\"submorphs\":[],\"scripts\":[],\"id\":840,\"shape\":{\"__isSmartRef__\":true,\"id\":43},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":47},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":48},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":49},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":50}],\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":41},\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":8,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":52},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":53},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"43\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":44},\"_Extent\":{\"__isSmartRef__\":true,\"id\":45},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":32},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":46},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"44\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"45\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"46\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"47\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"48\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"49\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"50\":{\"style\":{\"__isSmartRef__\":true,\"id\":51},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":42},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"51\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"52\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"53\":{\"morph\":{\"__isSmartRef__\":true,\"id\":42},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"54\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":55},\"_Extent\":{\"__isSmartRef__\":true,\"id\":56},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":57},\"_Fill\":{\"__isSmartRef__\":true,\"id\":58},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":68},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"55\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"56\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"57\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"58\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":59},{\"__isSmartRef__\":true,\"id\":61},{\"__isSmartRef__\":true,\"id\":63},{\"__isSmartRef__\":true,\"id\":65}],\"vector\":{\"__isSmartRef__\":true,\"id\":67},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"59\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":60}},\"60\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"61\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":62}},\"62\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"63\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":64}},\"64\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"65\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":66}},\"66\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"67\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"68\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"69\":{\"x\":960.9776803724167,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"70\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"71\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":72},{\"__isSmartRef__\":true,\"id\":74},{\"__isSmartRef__\":true,\"id\":76},{\"__isSmartRef__\":true,\"id\":78}],\"vector\":{\"__isSmartRef__\":true,\"id\":67},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"72\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":73}},\"73\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"74\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":75}},\"75\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"76\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":77}},\"77\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"78\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":79}},\"79\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"80\":{\"moveHorizontal\":true},\"81\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":41},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"82\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":41},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"83\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"84\":{\"morph\":{\"__isSmartRef__\":true,\"id\":41},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"85\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":86}],\"scripts\":[],\"id\":841,\"shape\":{\"__isSmartRef__\":true,\"id\":98},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":102},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":103},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":58},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":104},\"label\":{\"__isSmartRef__\":true,\"id\":86},\"owner\":{\"__isSmartRef__\":true,\"id\":27},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":113},{\"__isSmartRef__\":true,\"id\":114}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"showsHalos\":false,\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":115},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":116},\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"86\":{\"submorphs\":[],\"scripts\":[],\"id\":842,\"shape\":{\"__isSmartRef__\":true,\"id\":87},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":91},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":92},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":93},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":94}],\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":85},\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":8,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":96},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":97},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"87\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":88},\"_Extent\":{\"__isSmartRef__\":true,\"id\":89},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":32},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":90},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"88\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"89\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"90\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"91\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"92\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"93\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"94\":{\"style\":{\"__isSmartRef__\":true,\"id\":95},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":86},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"95\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"96\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"97\":{\"morph\":{\"__isSmartRef__\":true,\"id\":86},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"98\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":99},\"_Extent\":{\"__isSmartRef__\":true,\"id\":100},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":57},\"_Fill\":{\"__isSmartRef__\":true,\"id\":58},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":101},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"99\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"100\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"101\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"102\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"103\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"104\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":105},{\"__isSmartRef__\":true,\"id\":107},{\"__isSmartRef__\":true,\"id\":109},{\"__isSmartRef__\":true,\"id\":111}],\"vector\":{\"__isSmartRef__\":true,\"id\":67},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"105\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":106}},\"106\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"107\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":108}},\"108\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"109\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":110}},\"110\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"111\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":112}},\"112\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"113\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":85},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"114\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":85},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"115\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"116\":{\"morph\":{\"__isSmartRef__\":true,\"id\":85},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"117\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":118}],\"scripts\":[],\"id\":843,\"shape\":{\"__isSmartRef__\":true,\"id\":130},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":134},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":135},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":58},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":136},\"label\":{\"__isSmartRef__\":true,\"id\":118},\"owner\":{\"__isSmartRef__\":true,\"id\":27},\"layout\":{\"__isSmartRef__\":true,\"id\":145},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":146},{\"__isSmartRef__\":true,\"id\":147}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":148},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":149},\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"118\":{\"submorphs\":[],\"scripts\":[],\"id\":844,\"shape\":{\"__isSmartRef__\":true,\"id\":119},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":123},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":124},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":125},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":126}],\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":117},\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":8,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":128},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":129},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"119\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":120},\"_Extent\":{\"__isSmartRef__\":true,\"id\":121},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":32},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":122},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"120\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"121\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"122\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"123\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"124\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"125\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"126\":{\"style\":{\"__isSmartRef__\":true,\"id\":127},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":118},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"127\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"128\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"129\":{\"morph\":{\"__isSmartRef__\":true,\"id\":118},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"130\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":131},\"_Extent\":{\"__isSmartRef__\":true,\"id\":132},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":57},\"_Fill\":{\"__isSmartRef__\":true,\"id\":58},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":133},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"131\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"132\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"133\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"134\":{\"x\":941.9776803724167,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"135\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"136\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":137},{\"__isSmartRef__\":true,\"id\":139},{\"__isSmartRef__\":true,\"id\":141},{\"__isSmartRef__\":true,\"id\":143}],\"vector\":{\"__isSmartRef__\":true,\"id\":67},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"137\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":138}},\"138\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"139\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":140}},\"140\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"141\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":142}},\"142\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"143\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":144}},\"144\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"145\":{\"moveHorizontal\":true},\"146\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":117},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"147\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":117},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"148\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"149\":{\"morph\":{\"__isSmartRef__\":true,\"id\":117},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"150\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":151},\"_Extent\":{\"__isSmartRef__\":true,\"id\":152},\"_BorderWidth\":2,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":153},\"_Fill\":{\"__isSmartRef__\":true,\"id\":154},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":162},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"151\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"152\":{\"x\":980.9776803724167,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"153\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"154\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":155},{\"__isSmartRef__\":true,\"id\":157},{\"__isSmartRef__\":true,\"id\":159}],\"vector\":{\"__isSmartRef__\":true,\"id\":161},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"155\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":156}},\"156\":{\"r\":0.7200000000000001,\"g\":0.7200000000000001,\"b\":0.7200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"157\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":158}},\"158\":{\"r\":0.9,\"g\":0.9,\"b\":0.9,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"159\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":160}},\"160\":{\"r\":0.7200000000000001,\"g\":0.7200000000000001,\"b\":0.7200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"161\":{\"x\":0,\"y\":1,\"width\":0,\"height\":-1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"162\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"163\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"164\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"165\":{\"x\":980.9776803724167,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"166\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"167\":{\"morph\":{\"__isSmartRef__\":true,\"id\":27},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"168\":{\"x\":0,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"169\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":377.6609726943286,\"f\":419.5142810783999,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"lively.morphic.Similitude\"},\"170\":{\"x\":861.5223196275833,\"y\":575.166499196892,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"171\":{\"x\":613,\"y\":129,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"172\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":173},\"id\":394,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":179},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":180}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":182},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":183},\"_ClipMode\":\"auto\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":184},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":185},\"_MaxTextWidth\":500,\"_MaxTextHeight\":200,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":186},\"layout\":{\"__isSmartRef__\":true,\"id\":333},\"doitContext\":{\"__isSmartRef__\":true,\"id\":334},\"priorSelectionRange\":[0,36],\"charsReplaced\":\"\",\"lastFindLoc\":20,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"173\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":174},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":175},\"_Extent\":{\"__isSmartRef__\":true,\"id\":176},\"_BorderWidth\":2,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":{\"__isSmartRef__\":true,\"id\":178},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"174\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"175\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"176\":{\"x\":500,\"y\":200,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"177\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"178\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"179\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"180\":{\"style\":{\"__isSmartRef__\":true,\"id\":181},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":172},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"181\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"182\":{\"morph\":{\"__isSmartRef__\":true,\"id\":172},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"183\":{\"x\":2,\"y\":1,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"184\":{\"x\":0,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"185\":{\"x\":500,\"y\":200,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"186\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":172},{\"__isSmartRef__\":true,\"id\":187}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":324},\"id\":395,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":327},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":328},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":329},\"LK2\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":330},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":331},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":172},\"titleBar\":{\"__isSmartRef__\":true,\"id\":187},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":184},\"collapsedTransform\":null,\"collapsedExtent\":null,\"expandedTransform\":null,\"expandedExtent\":null,\"ignoreEventsOnExpand\":false,\"highlighted\":true,\"_Rotation\":0,\"_Scale\":1,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":332},\"cameForward\":false,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"187\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":188},{\"__isSmartRef__\":true,\"id\":201},{\"__isSmartRef__\":true,\"id\":247},{\"__isSmartRef__\":true,\"id\":280}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":314},\"id\":396,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":319},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":320},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":321},\"_Position\":{\"__isSmartRef__\":true,\"id\":322},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":186},\"label\":{\"__isSmartRef__\":true,\"id\":188},\"closeButton\":{\"__isSmartRef__\":true,\"id\":201},\"menuButton\":{\"__isSmartRef__\":true,\"id\":247},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":280},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":323},\"owner\":{\"__isSmartRef__\":true,\"id\":186},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"188\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":189},\"id\":397,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":193},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":194}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":196},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":197},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"layout\":{\"__isSmartRef__\":true,\"id\":198},\"_FontSize\":10,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"owner\":{\"__isSmartRef__\":true,\"id\":187},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":199},\"_MaxTextWidth\":441,\"_MaxTextHeight\":17,\"_Position\":{\"__isSmartRef__\":true,\"id\":200},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"189\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":190},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":191},\"_Extent\":{\"__isSmartRef__\":true,\"id\":192},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"190\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"191\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"192\":{\"x\":441,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"193\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"194\":{\"style\":{\"__isSmartRef__\":true,\"id\":195},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":188},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"195\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"196\":{\"morph\":{\"__isSmartRef__\":true,\"id\":188},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"197\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"198\":{\"resizeWidth\":true},\"199\":{\"x\":0,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"200\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"201\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":202}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":214},\"id\":398,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":229},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":230},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":231},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":232},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":233},\"label\":{\"__isSmartRef__\":true,\"id\":202},\"owner\":{\"__isSmartRef__\":true,\"id\":187},\"layout\":{\"__isSmartRef__\":true,\"id\":242},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":243},{\"__isSmartRef__\":true,\"id\":245}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"202\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":203},\"id\":399,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":207},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":208}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":210},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":212},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":213},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":201},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"203\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":204},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":205},\"_Extent\":{\"__isSmartRef__\":true,\"id\":206},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"204\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"205\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"206\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"207\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"208\":{\"style\":{\"__isSmartRef__\":true,\"id\":209},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":202},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"209\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"210\":{\"morph\":{\"__isSmartRef__\":true,\"id\":202},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"211\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"212\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"213\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"214\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":215},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":216},\"_Extent\":{\"__isSmartRef__\":true,\"id\":217},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"215\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"216\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"217\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"218\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"219\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":220},{\"__isSmartRef__\":true,\"id\":222},{\"__isSmartRef__\":true,\"id\":224},{\"__isSmartRef__\":true,\"id\":226}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"220\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":221}},\"221\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"222\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":223}},\"223\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"224\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":225}},\"225\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"226\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":227}},\"227\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"228\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"229\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"230\":{\"morph\":{\"__isSmartRef__\":true,\"id\":201},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"231\":{\"x\":480,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"232\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"233\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":234},{\"__isSmartRef__\":true,\"id\":236},{\"__isSmartRef__\":true,\"id\":238},{\"__isSmartRef__\":true,\"id\":240}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"234\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":235}},\"235\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"236\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":237}},\"237\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"238\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":239}},\"239\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"240\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":241}},\"241\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"242\":{\"moveHorizontal\":true},\"243\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":201},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":244},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"244\":{\"source\":{\"__isSmartRef__\":true,\"id\":201},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"245\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":201},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":246},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"246\":{\"source\":{\"__isSmartRef__\":true,\"id\":201},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"247\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":248}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":259},\"id\":400,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":263},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":264},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":265},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":266},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":267},\"label\":{\"__isSmartRef__\":true,\"id\":248},\"owner\":{\"__isSmartRef__\":true,\"id\":187},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":276},{\"__isSmartRef__\":true,\"id\":278}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"248\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":249},\"id\":401,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":253},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":254}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":256},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":257},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":258},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":247},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"249\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":250},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":251},\"_Extent\":{\"__isSmartRef__\":true,\"id\":252},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"250\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"251\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"252\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"253\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"254\":{\"style\":{\"__isSmartRef__\":true,\"id\":255},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":248},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"255\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"256\":{\"morph\":{\"__isSmartRef__\":true,\"id\":248},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"257\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"258\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"259\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":260},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":261},\"_Extent\":{\"__isSmartRef__\":true,\"id\":262},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"260\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"261\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"262\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"263\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"264\":{\"morph\":{\"__isSmartRef__\":true,\"id\":247},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"265\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"266\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"267\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":268},{\"__isSmartRef__\":true,\"id\":270},{\"__isSmartRef__\":true,\"id\":272},{\"__isSmartRef__\":true,\"id\":274}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"268\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":269}},\"269\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"270\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":271}},\"271\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"272\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":273}},\"273\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"274\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":275}},\"275\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"276\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":247},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":277},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"277\":{\"source\":{\"__isSmartRef__\":true,\"id\":247},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"278\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":247},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":279},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"279\":{\"source\":{\"__isSmartRef__\":true,\"id\":247},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"280\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":281}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":292},\"id\":402,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":296},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":297},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":298},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":299},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":300},\"label\":{\"__isSmartRef__\":true,\"id\":281},\"owner\":{\"__isSmartRef__\":true,\"id\":187},\"layout\":{\"__isSmartRef__\":true,\"id\":309},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":310},{\"__isSmartRef__\":true,\"id\":312}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"281\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":282},\"id\":403,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":286},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":287}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":289},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":290},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":291},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":280},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"282\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":283},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":284},\"_Extent\":{\"__isSmartRef__\":true,\"id\":285},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"283\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"284\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"285\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"286\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"287\":{\"style\":{\"__isSmartRef__\":true,\"id\":288},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":281},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"288\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"289\":{\"morph\":{\"__isSmartRef__\":true,\"id\":281},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"290\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"291\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"292\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":293},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":294},\"_Extent\":{\"__isSmartRef__\":true,\"id\":295},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"293\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"294\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"295\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"296\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"297\":{\"morph\":{\"__isSmartRef__\":true,\"id\":280},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"298\":{\"x\":461,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"299\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"300\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":301},{\"__isSmartRef__\":true,\"id\":303},{\"__isSmartRef__\":true,\"id\":305},{\"__isSmartRef__\":true,\"id\":307}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"301\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":302}},\"302\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"303\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":304}},\"304\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"305\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":306}},\"306\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"307\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":308}},\"308\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"309\":{\"moveHorizontal\":true},\"310\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":280},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":311},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"311\":{\"source\":{\"__isSmartRef__\":true,\"id\":280},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"312\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":280},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":313},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"313\":{\"source\":{\"__isSmartRef__\":true,\"id\":280},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"314\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":315},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":316},\"_Extent\":{\"__isSmartRef__\":true,\"id\":317},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":318},\"_Fill\":{\"__isSmartRef__\":true,\"id\":154},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"315\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"316\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"317\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"318\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"319\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"320\":{\"morph\":{\"__isSmartRef__\":true,\"id\":187},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"321\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"322\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"323\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"324\":{\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":325},\"_BorderWidth\":0,\"_Fill\":null,\"_StrokeOpacity\":0,\"_BorderRadius\":0,\"_Extent\":{\"__isSmartRef__\":true,\"id\":326},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"325\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"326\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"327\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"328\":{\"morph\":{\"__isSmartRef__\":true,\"id\":186},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"329\":{\"adjustForNewBounds\":true},\"330\":{\"x\":1234,\"y\":448,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"331\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"332\":{\"x\":1478,\"y\":453,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"333\":{\"resizeWidth\":true,\"resizeHeight\":true},\"334\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":335},{\"__isSmartRef__\":true,\"id\":349}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":479},\"id\":361,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":483},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":484},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":485},\"LK2\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":486},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":487},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":335},\"titleBar\":{\"__isSmartRef__\":true,\"id\":349},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":345},\"collapsedTransform\":{\"__isSmartRef__\":true,\"id\":488},\"collapsedExtent\":{\"__isSmartRef__\":true,\"id\":489},\"expandedTransform\":{\"__isSmartRef__\":true,\"id\":490},\"expandedExtent\":{\"__isSmartRef__\":true,\"id\":491},\"ignoreEventsOnExpand\":false,\"owner\":null,\"showsHalos\":false,\"highlighted\":true,\"_Rotation\":0,\"_Scale\":1,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":492},\"expandedPosition\":{\"__isSmartRef__\":true,\"id\":493},\"state\":\"shutdown\",\"collapsedPosition\":{\"__isSmartRef__\":true,\"id\":494},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"335\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":336},\"id\":360,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":341},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":342}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":344},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":183},\"_ClipMode\":\"auto\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Monaco,monospace\",\"_Position\":{\"__isSmartRef__\":true,\"id\":345},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":346},\"_MaxTextWidth\":500,\"_MaxTextHeight\":0,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":334},\"layout\":{\"__isSmartRef__\":true,\"id\":347},\"syntaxHighlightingWhileTyping\":true,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":348}],\"doNotSerialize\":[\"$$textString\"],\"doNotCopyProperties\":[\"$$textString\"],\"lastSyntaxHighlightTime\":1307282796737,\"accessibleInInactiveWindow\":true,\"eventsAreIgnored\":false,\"_HandStyle\":\"default\",\"_PointerEvents\":\"auto\",\"_Visible\":true,\"priorSelectionRange\":[0,22],\"charsReplaced\":\"\",\"lastFindLoc\":15,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textString\":\"undefined\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"336\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":337},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":338},\"_Extent\":{\"__isSmartRef__\":true,\"id\":339},\"_BorderWidth\":2,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":{\"__isSmartRef__\":true,\"id\":340},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"337\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"338\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"339\":{\"x\":500,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"340\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"341\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"342\":{\"style\":{\"__isSmartRef__\":true,\"id\":343},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":335},\"storedString\":\"undefined\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"343\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"344\":{\"morph\":{\"__isSmartRef__\":true,\"id\":335},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"345\":{\"x\":0,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"346\":{\"x\":500,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"347\":{\"resizeWidth\":true,\"resizeHeight\":true},\"348\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":335},\"sourceAttrName\":\"textString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":335},\"targetMethodName\":\"highlightJavaScriptSyntax\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"349\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":350},{\"__isSmartRef__\":true,\"id\":362},{\"__isSmartRef__\":true,\"id\":396},{\"__isSmartRef__\":true,\"id\":429}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":463},\"id\":362,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":474},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":475},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":476},\"_Position\":{\"__isSmartRef__\":true,\"id\":477},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":334},\"label\":{\"__isSmartRef__\":true,\"id\":350},\"closeButton\":{\"__isSmartRef__\":true,\"id\":362},\"menuButton\":{\"__isSmartRef__\":true,\"id\":396},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":429},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":478},\"owner\":{\"__isSmartRef__\":true,\"id\":334},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"350\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":351},\"id\":363,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":355},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":356}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":358},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":197},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"layout\":{\"__isSmartRef__\":true,\"id\":359},\"_FontSize\":10,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"owner\":{\"__isSmartRef__\":true,\"id\":349},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":360},\"_MaxTextWidth\":441,\"_MaxTextHeight\":17,\"_Position\":{\"__isSmartRef__\":true,\"id\":361},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"351\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":352},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":353},\"_Extent\":{\"__isSmartRef__\":true,\"id\":354},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"352\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"353\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"354\":{\"x\":441,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"355\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"356\":{\"style\":{\"__isSmartRef__\":true,\"id\":357},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":350},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"357\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"358\":{\"morph\":{\"__isSmartRef__\":true,\"id\":350},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"359\":{\"resizeWidth\":true},\"360\":{\"x\":0,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"361\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"362\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":363}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":374},\"id\":364,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":378},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":379},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":380},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":381},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":382},\"label\":{\"__isSmartRef__\":true,\"id\":363},\"owner\":{\"__isSmartRef__\":true,\"id\":349},\"layout\":{\"__isSmartRef__\":true,\"id\":391},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":392},{\"__isSmartRef__\":true,\"id\":394}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"363\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":364},\"id\":365,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":368},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":369}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":371},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":372},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":373},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":362},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"364\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":365},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":366},\"_Extent\":{\"__isSmartRef__\":true,\"id\":367},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"365\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"366\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"367\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"368\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"369\":{\"style\":{\"__isSmartRef__\":true,\"id\":370},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":363},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"370\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"371\":{\"morph\":{\"__isSmartRef__\":true,\"id\":363},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"372\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"373\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"374\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":375},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":376},\"_Extent\":{\"__isSmartRef__\":true,\"id\":377},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"375\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"376\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"377\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"378\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"379\":{\"morph\":{\"__isSmartRef__\":true,\"id\":362},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"380\":{\"x\":480,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"381\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"382\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":383},{\"__isSmartRef__\":true,\"id\":385},{\"__isSmartRef__\":true,\"id\":387},{\"__isSmartRef__\":true,\"id\":389}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"383\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":384}},\"384\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"385\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":386}},\"386\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"387\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":388}},\"388\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"389\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":390}},\"390\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"391\":{\"moveHorizontal\":true},\"392\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":362},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":393},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"393\":{\"source\":{\"__isSmartRef__\":true,\"id\":362},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"394\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":362},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":395},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"395\":{\"source\":{\"__isSmartRef__\":true,\"id\":362},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"396\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":397}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":408},\"id\":366,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":412},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":413},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":414},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":415},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":416},\"label\":{\"__isSmartRef__\":true,\"id\":397},\"owner\":{\"__isSmartRef__\":true,\"id\":349},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":425},{\"__isSmartRef__\":true,\"id\":427}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"397\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":398},\"id\":367,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":402},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":403}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":405},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":406},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":407},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":396},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"398\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":399},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":400},\"_Extent\":{\"__isSmartRef__\":true,\"id\":401},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"399\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"400\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"401\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"402\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"403\":{\"style\":{\"__isSmartRef__\":true,\"id\":404},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":397},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"404\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"405\":{\"morph\":{\"__isSmartRef__\":true,\"id\":397},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"406\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"407\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"408\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":409},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":410},\"_Extent\":{\"__isSmartRef__\":true,\"id\":411},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"409\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"410\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"411\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"412\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"413\":{\"morph\":{\"__isSmartRef__\":true,\"id\":396},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"414\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"415\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"416\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":417},{\"__isSmartRef__\":true,\"id\":419},{\"__isSmartRef__\":true,\"id\":421},{\"__isSmartRef__\":true,\"id\":423}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"417\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":418}},\"418\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"419\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":420}},\"420\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"421\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":422}},\"422\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"423\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":424}},\"424\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"425\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":396},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":426},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"426\":{\"source\":{\"__isSmartRef__\":true,\"id\":396},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"427\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":396},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":428},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"428\":{\"source\":{\"__isSmartRef__\":true,\"id\":396},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"429\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":430}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":441},\"id\":368,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":445},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":446},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":447},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":448},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":449},\"label\":{\"__isSmartRef__\":true,\"id\":430},\"owner\":{\"__isSmartRef__\":true,\"id\":349},\"layout\":{\"__isSmartRef__\":true,\"id\":458},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":459},{\"__isSmartRef__\":true,\"id\":461}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"430\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":431},\"id\":369,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":435},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":436}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":438},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":439},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":440},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":429},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"431\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":432},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":433},\"_Extent\":{\"__isSmartRef__\":true,\"id\":434},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"432\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"433\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"434\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"435\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"436\":{\"style\":{\"__isSmartRef__\":true,\"id\":437},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":430},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"437\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"438\":{\"morph\":{\"__isSmartRef__\":true,\"id\":430},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"439\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"440\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"441\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":442},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":443},\"_Extent\":{\"__isSmartRef__\":true,\"id\":444},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"442\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"443\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"444\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"445\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"446\":{\"morph\":{\"__isSmartRef__\":true,\"id\":429},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"447\":{\"x\":461,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"448\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"449\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":450},{\"__isSmartRef__\":true,\"id\":452},{\"__isSmartRef__\":true,\"id\":454},{\"__isSmartRef__\":true,\"id\":456}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"450\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":451}},\"451\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"452\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":453}},\"453\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"454\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":455}},\"455\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"456\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":457}},\"457\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"458\":{\"moveHorizontal\":true},\"459\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":429},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":460},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"460\":{\"source\":{\"__isSmartRef__\":true,\"id\":429},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"461\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":429},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":462},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"462\":{\"source\":{\"__isSmartRef__\":true,\"id\":429},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"463\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":464},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":465},\"_Extent\":{\"__isSmartRef__\":true,\"id\":466},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":318},\"_Fill\":{\"__isSmartRef__\":true,\"id\":467},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"464\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"465\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"466\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"467\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":468},{\"__isSmartRef__\":true,\"id\":470},{\"__isSmartRef__\":true,\"id\":472}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"468\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":469}},\"469\":{\"r\":0.8600000000000001,\"g\":0.8600000000000001,\"b\":0.8600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"470\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":471}},\"471\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"472\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":473}},\"473\":{\"r\":0.8600000000000001,\"g\":0.8600000000000001,\"b\":0.8600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"474\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"475\":{\"morph\":{\"__isSmartRef__\":true,\"id\":349},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"476\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"477\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"478\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"479\":{\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":480},\"_BorderWidth\":0,\"_Fill\":null,\"_StrokeOpacity\":0,\"_BorderRadius\":0,\"_Extent\":{\"__isSmartRef__\":true,\"id\":481},\"_Position\":{\"__isSmartRef__\":true,\"id\":482},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"480\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"481\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"482\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"483\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"484\":{\"morph\":{\"__isSmartRef__\":true,\"id\":334},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"485\":{\"adjustForNewBounds\":true},\"486\":{\"x\":1131,\"y\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"487\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"488\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":1131,\"f\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"lively.morphic.Similitude\"},\"489\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"490\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":1131,\"f\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"lively.morphic.Similitude\"},\"491\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"492\":{\"x\":1507,\"y\":76,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"493\":{\"x\":1131,\"y\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"494\":{\"x\":1131,\"y\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"495\":{\"x\":377.6609726943286,\"y\":419.5142810783999,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"496\":{\"requiredModules\":[],\"migrationLevel\":2,\"partsSpaceName\":\"PartsBin/Tools\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"Edit scripts and connections of a specific morph. Early version.\",\"partName\":\"ObjectEditor\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"497\":{\"submorphs\":[],\"scripts\":[],\"id\":\"3A885093-095A-49D2-901D-340CD4967758\",\"shape\":{\"__isSmartRef__\":true,\"id\":498},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":505},\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Monaco,courier\",\"_MaxTextWidth\":805.0285365288846,\"_MaxTextHeight\":null,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":506}],\"layout\":{\"__isSmartRef__\":true,\"id\":508},\"showsHalos\":false,\"prevScroll\":[0,0],\"name\":\"ObjectEditorScriptPane\",\"charsReplaced\":\"\",\"lastFindLoc\":348,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":509},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":510},\"_ClipMode\":\"auto\",\"_FontSize\":9,\"lastSyntaxHighlightTime\":1338286787223,\"doitContext\":{\"__isSmartRef__\":true,\"id\":511},\"savedTextString\":\"// changed at Tue May 29 2012 12:15:44 GMT+0200 (CEST) by willy.scheibel \\nthis.addScript(function editClassesFor(morph) {\\n this.morph = morph;\\n var list = [];\\n var classes = this.morph.getPrivateClasses();\\n for (className in classes) {\\n list.push({ isStringItem: true, value: classes[className], string: className });\\n }\\n \\n this.get('modulesList').updateList(list);\\n}).tag([]);\",\"_Align\":\"left\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":544},\"lastSearchString\":\"stringsformat\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":545},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":546},{\"__isSmartRef__\":true,\"id\":571}],\"doNotSerialize\":[\"$$textString\"],\"doNotCopyProperties\":[\"$$textString\"],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":572},\"_MinTextWidth\":805.0285365288846,\"_MinTextHeight\":null,\"previousSelection\":[343,406],\"lastSaveSource\":\"\",\"isBeingDragged\":false,\"draggingEnabled\":false,\"objectEditorPane\":{\"__isSmartRef__\":true,\"id\":1},\"isCopyMorphRef\":true,\"morphRefId\":1,\"statusMorph\":{\"__isSmartRef__\":true,\"id\":573},\"derivationIds\":[219,\"DD5046D0-C1D6-412A-83C9-CD7EE63D40E0\",\"4D92BDFD-A599-4154-A197-A4B1292C1619\",\"98551F68-B128-4262-9BC2-6B8AC7C8D7C0\",\"47731662-FF8E-4C0F-A170-FD5C56A06021\",\"3FC7FDE6-156F-4056-BB04-B76D8B6C5472\",\"C1E8D5BB-56F9-47B3-A520-BEEFEF791823\",\"115FC149-EEF9-415A-A5B7-AB0B9D0170A4\",\"0D66FA39-01E7-4F16-840C-4FA0FA14DD10\",\"B0A74693-DE3F-4867-8DC0-61B098A8F0D1\",\"3547765B-E224-48EC-B58F-278C1DC7422E\",\"8561ACCF-315A-46EC-9412-BC5D4C55D437\",\"533D6602-9E1A-414A-9646-0FEF9ECCEBF7\",\"5141CF81-6EA1-419B-97AC-62C22FEFC658\",\"82C4625A-0535-4F85-8FB8-1DB498B0CB54\",\"E50C4FBB-6436-4050-8B83-57671610F644\",\"7F72FEC2-9D38-4C47-948E-5954E2CB8A10\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":588},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"syntaxHighlightingWhileTyping\":true,\"parseErrors\":null,\"#startLetters\":\"enable\",\"_Rotation\":0,\"_Scale\":1,\"textString\":\"\",\"priorSelectionRange\":[343,406],\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":589},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"498\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":499},\"_Extent\":{\"__isSmartRef__\":true,\"id\":500},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":501},\"_Fill\":{\"__isSmartRef__\":true,\"id\":502},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":503},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_ClipMode\":\"auto\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":504},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"499\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"500\":{\"x\":807.0285365288846,\"y\":513.612532614436,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"501\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"502\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"503\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"504\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"505\":{\"x\":2,\"y\":1,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"506\":{\"style\":{\"__isSmartRef__\":true,\"id\":507},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":497},\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"507\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"508\":{\"resizeWidth\":true,\"resizeHeight\":true},\"509\":{\"requiredModules\":[],\"partsSpaceName\":\"PartsBin/Widgets/\",\"migrationLevel\":2,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"510\":{\"x\":807.0285365288846,\"y\":513.612532614436,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"511\":{\"submorphs\":[],\"scripts\":[],\"id\":\"A3B0F9E2-B1D4-4C35-8159-EC0EC5972AD9\",\"shape\":{\"__isSmartRef__\":true,\"id\":512},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":519},\"showsHalos\":false,\"name\":\"Rectangle Test\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":520},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":537},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":538},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[127,\"F0291F62-F100-480C-AEBF-0230398F7983\",\"AE8B5ED7-E305-45BC-BE4A-1C28A49EE12B\",\"39BA345C-17FA-45A0-BAC2-F0CF5654ACF8\",\"FE91EA31-D8AE-461B-8A49-95DA5FBAE5B4\",\"F38439A3-2F4E-4AC2-BF73-2633C00B1393\",\"6748F5B5-2284-4748-A6EE-F1A261CBAD0B\"],\"partTests\":{\"__isSmartRef__\":true,\"id\":539},\"_ClipMode\":\"visible\",\"moved\":true,\"_Rotation\":0,\"_Scale\":1.0040100200350561,\"__LivelyClassName__\":\"lively.morphic.Box\"},\"512\":{\"position\":{\"__isSmartRef__\":true,\"id\":513},\"_Extent\":{\"__isSmartRef__\":true,\"id\":514},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":515},\"_Fill\":{\"__isSmartRef__\":true,\"id\":516},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":517},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":518},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"513\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"514\":{\"x\":100,\"y\":100,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"515\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"516\":{\"r\":1,\"g\":0.56,\"b\":0,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"517\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"518\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"519\":{\"x\":395,\"y\":673,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"520\":{\"partsSpaceName\":\"PartsBin/PartsClasses\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"no comment\",\"migrationLevel\":4,\"partName\":\"Rectangle Test\",\"changes\":[{\"__isSmartRef__\":true,\"id\":521},{\"__isSmartRef__\":true,\"id\":523},{\"__isSmartRef__\":true,\"id\":525},{\"__isSmartRef__\":true,\"id\":527},{\"__isSmartRef__\":true,\"id\":529},{\"__isSmartRef__\":true,\"id\":531},{\"__isSmartRef__\":true,\"id\":533},{\"__isSmartRef__\":true,\"id\":535}],\"revisionOnLoad\":166257,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"521\":{\"date\":{\"__isSmartRef__\":true,\"id\":522},\"author\":\"undefined\",\"message\":\"suddenly, the rectangle became a CarDemo\",\"id\":\"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350\"},\"522\":{\"isSerializedDate\":true,\"string\":\"Mon Apr 09 2012 13:42:07 GMT+0200 (CEST)\"},\"523\":{\"date\":{\"__isSmartRef__\":true,\"id\":524},\"author\":\"undefined\",\"message\":\"css transitions\",\"id\":\"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7\"},\"524\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 14 2012 10:42:26 GMT+0100 (CET)\"},\"525\":{\"date\":{\"__isSmartRef__\":true,\"id\":526},\"author\":\"fbo\",\"message\":\"\",\"id\":\"BD1C654D-9100-4B66-BC62-B15FF2498B2B\"},\"526\":{\"isSerializedDate\":true,\"string\":\"Sat Feb 25 2012 02:59:09 GMT+0100 (CET)\"},\"527\":{\"date\":{\"__isSmartRef__\":true,\"id\":528},\"author\":\"undefined\",\"message\":\"sorry\",\"id\":\"44B56D2E-9B59-4C67-A305-49A6E10E66C2\"},\"528\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 14 2012 10:53:45 GMT+0100 (CET)\"},\"529\":{\"date\":{\"__isSmartRef__\":true,\"id\":530},\"author\":\"undefined\",\"message\":\"whoopsie\",\"id\":\"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC\"},\"530\":{\"isSerializedDate\":true,\"string\":\"Thu May 03 2012 15:51:30 GMT+0200 (CEST)\"},\"531\":{\"date\":{\"__isSmartRef__\":true,\"id\":532},\"author\":\"undefined\",\"message\":\"whoopsie\",\"id\":\"3F17A2D2-3C24-424B-B0FA-E43112267D23\"},\"532\":{\"isSerializedDate\":true,\"string\":\"Thu May 03 2012 15:51:36 GMT+0200 (CEST)\"},\"533\":{\"date\":{\"__isSmartRef__\":true,\"id\":534},\"author\":\"willy.scheibel\",\"message\":\"no comment\",\"id\":\"64C9D59B-FCEC-4971-885B-2F06149EB7D1\"},\"534\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 12:07:34 GMT+0200 (CEST)\"},\"535\":{\"date\":{\"__isSmartRef__\":true,\"id\":536},\"author\":\"willy.scheibel\",\"message\":\"no comment\",\"id\":\"99A6628E-A530-4399-998D-55FB39348672\"},\"536\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 12:09:13 GMT+0200 (CEST)\"},\"537\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"538\":{\"morph\":{\"__isSmartRef__\":true,\"id\":511},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"539\":{\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":540}},\"540\":{\"test01IsMorph\":{\"__isSmartRef__\":true,\"id\":541}},\"541\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":542},\"source\":\"function test01IsMorph(aPart) {\\n this.assert(aPart.isMorph, 'rectangle should be a morph');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":543},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"542\":{\"this\":{\"__isSmartRef__\":true,\"id\":539}},\"543\":{},\"544\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"545\":{\"morph\":{\"__isSmartRef__\":true,\"id\":497},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"546\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":497},\"sourceAttrName\":\"textString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":547},\"targetMethodName\":\"indicateUnsavedChanges\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"547\":{\"submorphs\":[],\"scripts\":[],\"id\":\"428A91FB-3F18-4753-B0C5-95E728683F1F\",\"shape\":{\"__isSmartRef__\":true,\"id\":548},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":554},\"showsHalos\":false,\"name\":\"ChangeIndicator\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":555},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":556},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":557},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":558},\"layout\":{\"__isSmartRef__\":true,\"id\":559},\"isBeingDragged\":false,\"savedColor\":{\"__isSmartRef__\":true,\"id\":551},\"alarmColor\":{\"__isSmartRef__\":true,\"id\":560},\"grabbingEnabled\":false,\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":561},\"isCopyMorphRef\":true,\"morphRefId\":26,\"derivationIds\":[220,\"EE491D24-F056-4AFE-A669-7B7048C6C3D1\",\"3FA4A8C3-0FC0-43A0-8C00-00A96F9022E2\",\"62DAD3C6-A81D-450F-B32F-601EA7E619D8\",\"EEDB0C58-5990-481A-A7FF-ACB1A2DF08DD\",\"16F708CB-1259-4A75-BAEF-1A5216C6CB19\",\"97CA61D3-E09B-43CD-9880-D8B36FA303F3\",\"0AF6BEEC-8A57-44FF-9D8D-40BA6CC6A0CD\",\"AF2BEE76-C34F-457E-8699-9896327A4C07\",\"5EC39FF0-602F-44A2-BE3A-04FCA127E5D1\",\"44CEBF61-9A92-4E36-9576-425D5054B471\",\"E9ACF86B-B775-4125-83BC-7E4500597D40\",\"FE62294A-F891-45E4-AAE7-6F386B5A8CB5\",\"8771140D-0D57-4CAF-A57B-857F858CCC73\",\"08396A80-BB67-4727-84CE-571647BD09E1\",\"001D35C1-751C-4CAC-8A29-ED3C58382597\",\"EBA7C0C6-BE68-4EEE-9A1A-2EFE346BF113\"],\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":562},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"548\":{\"position\":{\"__isSmartRef__\":true,\"id\":549},\"_Extent\":{\"__isSmartRef__\":true,\"id\":550},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":551},\"_Fill\":{\"__isSmartRef__\":true,\"id\":551},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":552},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":553},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"549\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"550\":{\"x\":8.637782619743348,\"y\":9.712632235981744,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"551\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"552\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"553\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"554\":{\"x\":999.0245425248856,\"y\":39.999999999999986,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"555\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!\",\"migrationLevel\":2,\"partName\":\"Rectangle\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"556\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"557\":{\"morph\":{\"__isSmartRef__\":true,\"id\":547},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"558\":{\"x\":8.637782619743348,\"y\":10.787481852220026,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"559\":{\"moveHorizontal\":true,\"adjustForNewBounds\":true},\"560\":{\"r\":0.9411764705882353,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"561\":{\"x\":37.328206296760186,\"y\":-17.53316489131697,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"562\":{\"indicateUnsavedChanges\":{\"__isSmartRef__\":true,\"id\":563},\"setColors\":{\"__isSmartRef__\":true,\"id\":567}},\"563\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":564},\"source\":\"function indicateUnsavedChanges() {\\n if (this.owner.scriptPane.hasChanged()) {\\n this.setColors(this.alarmColor);\\n } else {\\n this.setColors(this.savedColor);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":565},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"564\":{\"this\":{\"__isSmartRef__\":true,\"id\":547}},\"565\":{\"user\":\"lauritz\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":566}},\"566\":{\"isSerializedDate\":true,\"string\":\"Tue Sep 27 2011 20:09:19 GMT+0200 (CEST)\"},\"567\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":568},\"source\":\"function setColors(color) {\\n this.setFill(color);\\n this.setBorderColor(color);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":569},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"568\":{\"this\":{\"__isSmartRef__\":true,\"id\":547}},\"569\":{\"user\":\"lauritz\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":570}},\"570\":{\"isSerializedDate\":true,\"string\":\"Tue Sep 27 2011 19:06:09 GMT+0200 (CEST)\"},\"571\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":497},\"sourceAttrName\":\"textString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":497},\"targetMethodName\":\"highlightJavaScriptSyntax\",\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings\"},\"572\":{\"x\":341.1979959929888,\"y\":-18.288721442524036,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"573\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":574},\"id\":553,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":581},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":582}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":584},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"visible\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":11,\"_Position\":{\"__isSmartRef__\":true,\"id\":585},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":586},\"_MaxTextWidth\":90,\"_MinTextWidth\":90,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"_Align\":\"center\",\"_VerticalAlign\":\"center\",\"_TextColor\":{\"__isSmartRef__\":true,\"id\":587},\"owner\":null,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"574\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":575},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":576},\"_Extent\":{\"__isSmartRef__\":true,\"id\":577},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":578},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":579},\"_Fill\":{\"__isSmartRef__\":true,\"id\":580},\"_StrokeOpacity\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"575\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"576\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"577\":{\"x\":100,\"y\":25,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"578\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"579\":{\"r\":0.8,\"g\":0.8,\"b\":0.8,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"580\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"581\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"582\":{\"style\":{\"__isSmartRef__\":true,\"id\":583},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":573},\"storedString\":\"saved source\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"583\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"584\":{\"morph\":{\"__isSmartRef__\":true,\"id\":573},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"585\":{\"x\":353.5142682644423,\"y\":244.30626630721798,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"586\":{\"x\":100,\"y\":25,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"587\":{\"r\":0,\"g\":0.8,\"b\":0,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"588\":{\"x\":200,\"y\":40,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"589\":{\"doSave\":{\"__isSmartRef__\":true,\"id\":590},\"boundEval\":{\"__isSmartRef__\":true,\"id\":598},\"reset\":{\"__isSmartRef__\":true,\"id\":606},\"display\":{\"__isSmartRef__\":true,\"id\":610},\"hasChanged\":{\"__isSmartRef__\":true,\"id\":614},\"setTarget\":{\"__isSmartRef__\":true,\"id\":618},\"displayStatus\":{\"__isSmartRef__\":true,\"id\":622}},\"590\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":591},\"source\":\"function doSave() {\\n $super();\\n var saved = this.boundEval(this.getTextString());\\n if (saved) {\\n this.lastSaveSource = this.textString;\\n this.owner.changeIndicator.indicateUnsavedChanges();\\n this.owner.updateLists();\\n this.owner.selectChangedContent(this.getTextString());\\n this.displayStatus(\\\"saved source\\\", Color.green);\\n } else {\\n this.displayStatus(\\\"not saved\\\", Color.red);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":596},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"591\":{\"this\":{\"__isSmartRef__\":true,\"id\":497},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":592}},\"592\":{\"$super\":{\"__isSmartRef__\":true,\"id\":593}},\"593\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":594},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":595},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"594\":{\"obj\":{\"__isSmartRef__\":true,\"id\":497},\"name\":\"doSave\"},\"595\":{},\"596\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":597},\"user\":\"lauritz\"},\"597\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 23:15:19 GMT+0100 (CET)\"},\"598\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":599},\"source\":\"function boundEval(str) {\\n var result;\\n\\n this.objectEditorPane.ensureAnnotationLayer();\\n withLayers([ScriptAnnotationLayer], function() {\\n result = $super(str);\\n })\\n \\n return result\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":604},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"599\":{\"this\":{\"__isSmartRef__\":true,\"id\":497},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":600}},\"600\":{\"$super\":{\"__isSmartRef__\":true,\"id\":601}},\"601\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":602},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":603},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"602\":{\"obj\":{\"__isSmartRef__\":true,\"id\":497},\"name\":\"boundEval\"},\"603\":{},\"604\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":605},\"user\":\"lauritz\",\"categories\":[]},\"605\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 16 2011 05:41:53 GMT+0100 (CET)\"},\"606\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":607},\"source\":\"function reset() {\\n this.doitContext = null;\\n this.lastSaveSource = \\\"\\\";\\n this.textString = \\\"\\\";\\n this.lastSaveSource = this.textString;\\n this.enableSyntaxHighlighting();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":608},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"607\":{\"this\":{\"__isSmartRef__\":true,\"id\":497}},\"608\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":609},\"user\":\"cschuster\",\"tags\":[]},\"609\":{\"isSerializedDate\":true,\"string\":\"Wed May 16 2012 20:52:57 GMT+0200 (CEST)\"},\"610\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":611},\"source\":\"function display(jsCode) {\\n this.lastSaveSource = jsCode;\\n this.setTextString(jsCode);\\n this.highlightJavaScriptSyntax();\\n this.applyStyle({align: 'left'});\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":612},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"611\":{\"this\":{\"__isSmartRef__\":true,\"id\":497}},\"612\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":613},\"user\":\"lauritz\",\"categories\":[]},\"613\":{\"isSerializedDate\":true,\"string\":\"Tue Sep 27 2011 19:47:57 GMT+0200 (CEST)\"},\"614\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":615},\"source\":\"function hasChanged() {\\n var cleanText = function (string) {\\n var source = string.trim();\\n if (source.substring(0,2) === \\\"//\\\") {\\n // removes annotation line\\n source = source.substring(source.indexOf(\\\"\\\\n\\\"), source.length);\\n source = source.trim();\\n }\\n if (source === 'undefined' || source === 'null') source = '';\\n return source;\\n }\\n var cleanedTextString = cleanText(this.textString);\\n var cleanedLastSource = cleanText(this.lastSaveSource);\\n return cleanedTextString !== cleanedLastSource;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":616},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"615\":{\"this\":{\"__isSmartRef__\":true,\"id\":497}},\"616\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":617},\"user\":\"lauritz\",\"categories\":[]},\"617\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 03 2011 18:29:45 GMT+0200 (CEST)\"},\"618\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":619},\"source\":\"function setTarget(target) {\\n module('lively.ide.SyntaxHighlighting').load(true);\\n this.doitContext = target;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":620},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"619\":{\"this\":{\"__isSmartRef__\":true,\"id\":497}},\"620\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":621},\"user\":\"lauritz\",\"categories\":[]},\"621\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:30:39 GMT+0100 (CET)\"},\"622\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":623},\"source\":\"function displayStatus(msg, color, delay) {\\n if (!this.statusMorph) {\\n this.statusMorph = new TextMorph(pt(100,25).extentAsRectangle());\\n this.statusMorph.applyStyle({borderWidth: 1, strokeOpacity: 0, borderColor: Color.gray});\\n this.statusMorph.setFill(this.owner.getFill());\\n this.statusMorph.setFontSize(11);\\n this.statusMorph.setAlign('center');\\n this.statusMorph.setVerticalAlign('center');\\n }\\n this.statusMorph.setTextString(msg);\\n this.statusMorph.centerAt(this.innerBounds().center());\\n this.statusMorph.setTextColor(color || Color.black);\\n this.addMorph(this.statusMorph);\\n (function() { this.statusMorph.remove() }).bind(this).delay(delay || 2); \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":624},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"623\":{\"this\":{\"__isSmartRef__\":true,\"id\":497}},\"624\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":625},\"user\":\"lauritz\",\"categories\":[]},\"625\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 23 2011 18:23:05 GMT+0100 (CET)\"},\"626\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":627}],\"scripts\":[],\"id\":847,\"shape\":{\"__isSmartRef__\":true,\"id\":641},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":656},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":644},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":657},\"label\":{\"__isSmartRef__\":true,\"id\":627},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Rotation\":0,\"padding\":{\"__isSmartRef__\":true,\"id\":666},\"name\":\"ObjectEditorClassButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":667},\"_Scale\":1,\"owner\":null,\"layout\":{\"__isSmartRef__\":true,\"id\":668},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":669},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":670},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"627\":{\"submorphs\":[],\"scripts\":[],\"id\":848,\"shape\":{\"__isSmartRef__\":true,\"id\":628},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":116,\"_MaxTextHeight\":18,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":633},\"textColor\":{\"__isSmartRef__\":true,\"id\":631},\"owner\":{\"__isSmartRef__\":true,\"id\":626},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":634}],\"padding\":{\"__isSmartRef__\":true,\"id\":636},\"_Padding\":{\"__isSmartRef__\":true,\"id\":637},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":638},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":639},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":640},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"628\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":629},\"_Extent\":{\"__isSmartRef__\":true,\"id\":630},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":631},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":632},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"629\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"630\":{\"x\":116,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"631\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"632\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"633\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"634\":{\"style\":{\"__isSmartRef__\":true,\"id\":635},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":627},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"635\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"636\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"637\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"638\":{\"x\":116,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"639\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"640\":{\"morph\":{\"__isSmartRef__\":true,\"id\":627},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"641\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":642},\"_Extent\":{\"__isSmartRef__\":true,\"id\":643},\"_Fill\":{\"__isSmartRef__\":true,\"id\":644},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":654},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":655},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"642\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"643\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"644\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":645},{\"__isSmartRef__\":true,\"id\":647},{\"__isSmartRef__\":true,\"id\":649},{\"__isSmartRef__\":true,\"id\":651}],\"vector\":{\"__isSmartRef__\":true,\"id\":653},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"645\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":646}},\"646\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"647\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":648}},\"648\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"649\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":650}},\"650\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"651\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":652}},\"652\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"653\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"654\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"655\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"656\":{\"x\":820,\"y\":8.999999999999972,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"657\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":658},{\"__isSmartRef__\":true,\"id\":660},{\"__isSmartRef__\":true,\"id\":662},{\"__isSmartRef__\":true,\"id\":664}],\"vector\":{\"__isSmartRef__\":true,\"id\":653},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"658\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":659}},\"659\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"660\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":661}},\"661\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"662\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":663}},\"663\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"664\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":665}},\"665\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"666\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"667\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"668\":{\"moveHorizontal\":true},\"669\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"670\":{\"morph\":{\"__isSmartRef__\":true,\"id\":626},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"671\":{\"submorphs\":[],\"scripts\":[],\"id\":\"2EF0D8D9-7AA6-460B-8816-A11D2A78269A\",\"shape\":{\"__isSmartRef__\":true,\"id\":672},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":679},\"itemList\":[\"-- ALL --\"],\"selectedLineNo\":1,\"showsHalos\":false,\"name\":\"ObjectEditorConnectionList\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":680},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"_ClipMode\":\"auto\",\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":681},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":682}],\"doNotSerialize\":[\"$$selection\"],\"doNotCopyProperties\":[\"$$selection\"],\"prevScroll\":[0,0],\"layout\":{\"__isSmartRef__\":true,\"id\":687},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":688},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":689},\"_FontSize\":10,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":690},\"grabbingEnabled\":false,\"draggingEnabled\":false,\"isCopyMorphRef\":true,\"morphRefId\":19,\"derivationIds\":[209,\"3900F5DF-0FF7-4C94-8BDB-44AAE12B4A3E\",\"35301083-B60D-4A43-8566-23860EEB4C04\",\"9CC401CC-5A35-4643-935B-FD049C284E16\",\"C9879D40-5E79-4C56-AA79-562ED82BF052\",\"9F6F9261-EB76-4B58-B77D-7D70813A1ED7\",\"8B59E237-F372-4F70-9768-7E9C1A7A021D\",\"FC85F1B9-1978-42D2-850C-BD249981E8B4\",\"D2B607C6-A89B-4B3F-91BB-720451EAB98D\",\"CC361093-FF73-479B-9431-C645CB48F518\",\"307D3B7C-C0E1-484F-8D7E-39FBA9D8EDA5\",\"038AF132-861E-4A77-8756-E6B476413639\",\"65B6CA87-98DE-4473-B4DD-F8763BC3B06A\",\"0AA0E45B-6DCC-4AE0-938C-E53794A511DF\",\"F974A2D9-6C8E-431A-B65B-D692411CCBB3\",\"B161AA6E-B595-4432-AF5B-926337A73AE9\",\"EA638727-D40D-44A6-B240-4F50E7684E35\"],\"selection\":null,\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":691},\"__LivelyClassName__\":\"lively.morphic.List\"},\"672\":{\"position\":{\"__isSmartRef__\":true,\"id\":673},\"_Extent\":{\"__isSmartRef__\":true,\"id\":674},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":675},\"_Fill\":{\"__isSmartRef__\":true,\"id\":676},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":677},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":678},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"673\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"674\":{\"x\":180,\"y\":74,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"675\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"676\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"677\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"678\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"679\":{\"x\":10,\"y\":479.5965565984398,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"680\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"migrationLevel\":2,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"681\":{\"x\":180,\"y\":75,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"682\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":671},\"sourceAttrName\":\"selection\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"displaySourceForConnection\",\"converterString\":\"function (value) {\\n if (!value) return;\\n return (value === '-- ALL --') ? null : value[1];\\n}\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":683},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":684},\"__LivelyClassName__\":\"AttributeConnection\"},\"683\":{\"source\":{\"__isSmartRef__\":true,\"id\":671},\"target\":{\"__isSmartRef__\":true,\"id\":1}},\"684\":{\"converter\":{\"__isSmartRef__\":true,\"id\":685}},\"685\":{\"originalFunc\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":683},\"source\":\"function (value) {\\n if (!value) return;\\n return (value === '-- ALL --') ? null : value[1];\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":686},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"686\":{},\"687\":{\"resizeHeight\":false,\"moveVertical\":true},\"688\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateListContent\":\"updateListContentHTML\",\"resizeList\":\"resizeListHTML\",\"getItemIndexFromEvent\":\"getItemIndexFromEventHTML\",\"getListExtent\":\"getListExtentHTML\",\"setSize\":\"setSizeHTML\",\"renderAsDropDownList\":\"renderAsDropDownListHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"getSelectedIndexes\":\"getSelectedIndexesHTML\",\"enableMultipleSelections\":\"enableMultipleSelectionsHTML\",\"selectAllAt\":\"selectAllAtHTML\",\"clearSelections\":\"clearSelectionsHTML\",\"deselectAt\":\"deselectAtHTML\"},\"689\":{\"morph\":{\"__isSmartRef__\":true,\"id\":671},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"690\":{\"x\":124.95989979964943,\"y\":-17.076643708895745,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"691\":{\"preselectItem\":{\"__isSmartRef__\":true,\"id\":692}},\"692\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":693},\"source\":\"function preselectItem() {\\n if (this.getList().size() === 2) {\\n this.selectAt(1);\\n } else {\\n this.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":694},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"693\":{\"this\":{\"__isSmartRef__\":true,\"id\":671}},\"694\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":695},\"user\":\"lauritz\"},\"695\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:12:58 GMT+0100 (CET)\"},\"696\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":697}],\"scripts\":[],\"id\":47,\"shape\":{\"__isSmartRef__\":true,\"id\":710},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":725},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":713},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":726},\"label\":{\"__isSmartRef__\":true,\"id\":697},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":735}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Rotation\":0,\"padding\":{\"__isSmartRef__\":true,\"id\":736},\"name\":\"ObjectEditorTargetButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":737},\"_Scale\":1,\"owner\":null,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":738},\"isCopyMorphRef\":true,\"morphRefId\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"697\":{\"submorphs\":[],\"scripts\":[],\"id\":48,\"shape\":{\"__isSmartRef__\":true,\"id\":698},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":116,\"_MaxTextHeight\":20,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":703},\"textColor\":{\"__isSmartRef__\":true,\"id\":701},\"owner\":{\"__isSmartRef__\":true,\"id\":696},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":704}],\"padding\":{\"__isSmartRef__\":true,\"id\":706},\"_Padding\":{\"__isSmartRef__\":true,\"id\":707},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":708},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":709},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"698\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":699},\"_Extent\":{\"__isSmartRef__\":true,\"id\":700},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":701},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":702},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"699\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"700\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"701\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"702\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setOpacity\":\"setOpacityHTML\"},\"703\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"704\":{\"style\":{\"__isSmartRef__\":true,\"id\":705},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":697},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"705\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"706\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"707\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"708\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"709\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"710\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":711},\"_Extent\":{\"__isSmartRef__\":true,\"id\":712},\"_Fill\":{\"__isSmartRef__\":true,\"id\":713},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":723},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":724},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"711\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"712\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"713\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":714},{\"__isSmartRef__\":true,\"id\":716},{\"__isSmartRef__\":true,\"id\":718},{\"__isSmartRef__\":true,\"id\":720}],\"vector\":{\"__isSmartRef__\":true,\"id\":722},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"714\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":715}},\"715\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"716\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":717}},\"717\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"718\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":719}},\"719\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"720\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":721}},\"721\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"722\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"723\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"724\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setOpacity\":\"setOpacityHTML\"},\"725\":{\"x\":215,\"y\":35,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"726\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":727},{\"__isSmartRef__\":true,\"id\":729},{\"__isSmartRef__\":true,\"id\":731},{\"__isSmartRef__\":true,\"id\":733}],\"vector\":{\"__isSmartRef__\":true,\"id\":722},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"727\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":728}},\"728\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"729\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":730}},\"730\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"731\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":732}},\"732\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"733\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":734}},\"734\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"735\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":696},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"chooseTargetMorphMenu\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__LivelyClassName__\":\"AttributeConnection\"},\"736\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"737\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"738\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\"},\"739\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"740\":{\"x\":715.5,\"y\":73.89999999999998,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"741\":{\"submorphs\":[],\"scripts\":[],\"id\":435,\"shape\":{\"__isSmartRef__\":true,\"id\":742},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":true,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":749},\"_MaxTextWidth\":218,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":750},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorMorphSelector\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":751},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":752}],\"charsReplaced\":\"\",\"lastFindLoc\":5,\"priorSelectionRange\":[15,15],\"prevScroll\":[0,0],\"_ClipMode\":\"visible\",\"list\":[],\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":754}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"listMorph\":null,\"_WhiteSpaceHandling\":\"pre-wrap\",\"owner\":null,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":756},\"_Align\":\"left\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":757},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":758},\"_MinTextWidth\":218,\"_MinTextHeight\":null,\"scriptAnnotations\":{\"__isSmartRef__\":true,\"id\":759},\"selection\":{\"__isSmartRef__\":true,\"id\":0},\"previousSelection\":[0,13],\"isCopyMorphRef\":true,\"morphRefId\":1,\"isBeingDragged\":false,\"draggingEnabled\":false,\"layout\":{\"__isSmartRef__\":true,\"id\":778},\"_Rotation\":0,\"_Scale\":1,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":779},\"savedTextString\":\"100\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":780},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"742\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":743},\"_Extent\":{\"__isSmartRef__\":true,\"id\":744},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":745},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":746},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":747},\"_BorderRadius\":3.7000000000000006,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_Fill\":{\"__isSmartRef__\":true,\"id\":748},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"743\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"744\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"745\":{\"r\":0.753,\"g\":0.753,\"b\":0.753,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"746\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"747\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"748\":{\"r\":0.9548430751559654,\"g\":0.9548430751559654,\"b\":0.9548430751559654,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"749\":{\"x\":200,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"750\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"751\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"752\":{\"style\":{\"__isSmartRef__\":true,\"id\":753},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":741},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"753\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"754\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":741},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"setTarget\",\"converter\":null,\"converterString\":\"function (name) { return $world.get(name)}\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":755},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"755\":{\"source\":{\"__isSmartRef__\":true,\"id\":741},\"target\":{\"__isSmartRef__\":true,\"id\":1}},\"756\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"757\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"758\":{\"morph\":{\"__isSmartRef__\":true,\"id\":741},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"759\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":760},\"displayTopLevelMorphs\":{\"__isSmartRef__\":true,\"id\":762},\"onMouseUp\":{\"__isSmartRef__\":true,\"id\":764},\"resetConnections\":{\"__isSmartRef__\":true,\"id\":766},\"setTargetToListSelection\":{\"__isSmartRef__\":true,\"id\":768},\"setTargetOfPane\":{\"__isSmartRef__\":true,\"id\":770},\"onBlur\":{\"__isSmartRef__\":true,\"id\":772},\"reset\":{\"__isSmartRef__\":true,\"id\":774},\"onMouseDown\":{\"__isSmartRef__\":true,\"id\":776}},\"760\":{\"time\":{\"__isSmartRef__\":true,\"id\":761},\"user\":\"lauritz\"},\"761\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 05:27:29 GMT+0200 (CEST)\"},\"762\":{\"time\":{\"__isSmartRef__\":true,\"id\":763},\"user\":\"lauritz\"},\"763\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 14 2011 23:48:37 GMT+0200 (CEST)\"},\"764\":{\"time\":{\"__isSmartRef__\":true,\"id\":765},\"user\":\"lauritz\"},\"765\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 03 2011 18:51:14 GMT+0200 (CEST)\"},\"766\":{\"time\":{\"__isSmartRef__\":true,\"id\":767},\"user\":\"lauritz\"},\"767\":{\"isSerializedDate\":true,\"string\":\"Wed Sep 28 2011 01:03:17 GMT+0200 (CEST)\"},\"768\":{\"time\":{\"__isSmartRef__\":true,\"id\":769},\"user\":\"lauritz\"},\"769\":{\"isSerializedDate\":true,\"string\":\"Sat Oct 15 2011 00:00:58 GMT+0200 (CEST)\"},\"770\":{\"time\":{\"__isSmartRef__\":true,\"id\":771},\"user\":\"lauritz\"},\"771\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 03 2011 18:34:37 GMT+0200 (CEST)\"},\"772\":{\"time\":{\"__isSmartRef__\":true,\"id\":773},\"user\":\"lauritz\"},\"773\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 07 2011 19:24:18 GMT+0200 (CEST)\"},\"774\":{\"time\":{\"__isSmartRef__\":true,\"id\":775},\"user\":\"lauritz\"},\"775\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 07 2011 19:26:15 GMT+0200 (CEST)\"},\"776\":{\"time\":{\"__isSmartRef__\":true,\"id\":777},\"user\":\"lauritz\"},\"777\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 17 2011 19:49:00 GMT+0200 (CEST)\"},\"778\":{},\"779\":{\"x\":153.8540395186758,\"y\":-23.74126935194758,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"780\":{\"getList\":{\"__isSmartRef__\":true,\"id\":781},\"setList\":{\"__isSmartRef__\":true,\"id\":784},\"reset\":{\"__isSmartRef__\":true,\"id\":787},\"example\":{\"__isSmartRef__\":true,\"id\":790},\"removeList\":{\"__isSmartRef__\":true,\"id\":793},\"onBlur\":{\"__isSmartRef__\":true,\"id\":796},\"createListMorph\":{\"__isSmartRef__\":true,\"id\":803},\"resetConnections\":{\"__isSmartRef__\":true,\"id\":806},\"displayTopLevelMorphs\":{\"__isSmartRef__\":true,\"id\":809},\"setTargetToListSelection\":{\"__isSmartRef__\":true,\"id\":812},\"setTargetOfPane\":{\"__isSmartRef__\":true,\"id\":815},\"onMouseDown\":{\"__isSmartRef__\":true,\"id\":818}},\"781\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":782},\"source\":\"function getList() {\\n return this.world().indentedListItemsOfMorphNames();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":783},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"782\":{\"this\":{\"__isSmartRef__\":true,\"id\":741}},\"783\":{},\"784\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":785},\"source\":\"function setList(list) {\\n return this.list = list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":786},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"785\":{\"this\":{\"__isSmartRef__\":true,\"id\":741}},\"786\":{},\"787\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":788},\"source\":\"function reset() {\\n this.list = [];\\n this.textString = 'empty';\\n this.removeList();\\n this.resetConnections();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":789},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"788\":{\"this\":{\"__isSmartRef__\":true,\"id\":741}},\"789\":{},\"790\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":791},\"source\":\"function example() {\\n/*\\nthis.example()\\nthis.getList()\\n*/\\n this.setList(Array.range(0,100));\\n this.textString = 'empty';\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":792},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"791\":{\"this\":{\"__isSmartRef__\":true,\"id\":741}},\"792\":{},\"793\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":794},\"source\":\"function removeList() {\\n this.listMorph && this.listMorph.remove()\\n this.listMorph = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":795},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"794\":{\"this\":{\"__isSmartRef__\":true,\"id\":741}},\"795\":{},\"796\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":797},\"source\":\"function onBlur() {\\n $super();\\n this.removeList();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":802},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"797\":{\"this\":{\"__isSmartRef__\":true,\"id\":741},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":798}},\"798\":{\"$super\":{\"__isSmartRef__\":true,\"id\":799}},\"799\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":800},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":801},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"800\":{\"obj\":{\"__isSmartRef__\":true,\"id\":741},\"name\":\"onBlur\"},\"801\":{},\"802\":{},\"803\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":804},\"source\":\"function createListMorph() {\\n var list = new lively.morphic.List(new Rectangle(0,0, this.getExtent().x, 520));\\n list.setList(this.getList());\\n list.setFontSize(12);\\n\\n list.disableGrabbing();\\n list.disableDragging();\\n \\n this.addMorph(list);\\n list.setPosition(pt(0,0));\\n\\n connect(list, 'selection', this, 'setTargetToListSelection');\\n \\n return list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":805},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"804\":{\"this\":{\"__isSmartRef__\":true,\"id\":741}},\"805\":{},\"806\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":807},\"source\":\"function resetConnections() {\\n disconnectAll(this);\\n connect(this, 'savedTextString', this.owner, 'setTarget', {converter: \\n\\tfunction (name) { return $world.get(name)}});\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":808},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"807\":{\"this\":{\"__isSmartRef__\":true,\"id\":741}},\"808\":{},\"809\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":810},\"source\":\"function displayTopLevelMorphs() {\\n if (this.listMorph) { this.removeList(); return true }\\n var list = this.createListMorph(); \\n this.addMorph(list);\\n this.listMorph = list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":811},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"810\":{\"this\":{\"__isSmartRef__\":true,\"id\":741}},\"811\":{},\"812\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":813},\"source\":\"function setTargetToListSelection(selection) { \\n this.removeList();\\n if (!selection) return;\\n if (this.owner.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function (confirmed) {\\n if (confirmed) that.setTargetOfPane(selection);\\n }\\n this.owner.confirmUnsavedChanges(callback);\\n } else {\\n this.setTargetOfPane(selection);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":814},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"813\":{\"this\":{\"__isSmartRef__\":true,\"id\":741}},\"814\":{},\"815\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":816},\"source\":\"function setTargetOfPane(selection) {\\n this.owner.setTarget(selection);\\n this.setTextString(selection.getName());\\n this.removeList();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":817},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"816\":{\"this\":{\"__isSmartRef__\":true,\"id\":741}},\"817\":{},\"818\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":819},\"source\":\"function onMouseDown(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n return false;\\n } else {\\n this.displayTopLevelMorphs();\\n return true;\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":824},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"819\":{\"this\":{\"__isSmartRef__\":true,\"id\":741},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":820}},\"820\":{\"$super\":{\"__isSmartRef__\":true,\"id\":821}},\"821\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":822},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":823},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"822\":{\"obj\":{\"__isSmartRef__\":true,\"id\":741},\"name\":\"onMouseDown\"},\"823\":{},\"824\":{},\"825\":{\"morph\":{\"__isSmartRef__\":true,\"id\":19},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"826\":{\"sortedScriptNamesOfObj\":{\"__isSmartRef__\":true,\"id\":827},\"setTarget\":{\"__isSmartRef__\":true,\"id\":830},\"generateSourceForScript\":{\"__isSmartRef__\":true,\"id\":833},\"generateSourceForConnection\":{\"__isSmartRef__\":true,\"id\":836},\"generateTargetCode\":{\"__isSmartRef__\":true,\"id\":839},\"sortedConnectionNamesOfObj\":{\"__isSmartRef__\":true,\"id\":842},\"displayJavaScriptSource\":{\"__isSmartRef__\":true,\"id\":845},\"displaySourceForScript\":{\"__isSmartRef__\":true,\"id\":848},\"displaySourceForConnection\":{\"__isSmartRef__\":true,\"id\":851},\"newScript\":{\"__isSmartRef__\":true,\"id\":854},\"newConnection\":{\"__isSmartRef__\":true,\"id\":857},\"deleteSelectedScript\":{\"__isSmartRef__\":true,\"id\":860},\"disconnectConnection\":{\"__isSmartRef__\":true,\"id\":863},\"updateLists\":{\"__isSmartRef__\":true,\"id\":866},\"displayInitialScript\":{\"__isSmartRef__\":true,\"id\":869},\"reset\":{\"__isSmartRef__\":true,\"id\":872},\"selectChangedContent\":{\"__isSmartRef__\":true,\"id\":875}},\"827\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":828},\"source\":\"function sortedScriptNamesOfObj(obj) {\\n if (!Functions.own(obj) || Functions.own(obj).size() == 0) return [];\\n return Functions.own(obj)\\n\\t.select(function(name) { return obj[name].hasLivelyClosure })\\n\\t.sortBy(function(name) { return name.toLowerCase() });\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":829},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"828\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"829\":{},\"830\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":831},\"source\":\"function setTarget(morph) {\\n this.reset();\\n module('lively.ide.SyntaxHighlighting').load(true);\\n this.target = morph;\\n this.morphSelector.textString = (this.target.getName() || this.target.toString());\\n this.scriptPane.doitContext = this.target;\\n this.updateLists();\\n this.displayInitialScript();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":832},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"831\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"832\":{},\"833\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":834},\"source\":\"function generateSourceForScript(scriptName) {\\n var script = this.target[scriptName].getOriginal();\\n return Strings.format('this.addScript(%s);' ,script)\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":835},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"834\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"835\":{},\"836\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":837},\"source\":\"function generateSourceForConnection(connection) {\\n var c = connection, targetObject = this.target;\\n\\tif (!c.getTargetObj() || !c.getTargetObj().name || \\n\\t\\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\\n\\n\\tvar optConfig = []\\n\\tif (c.converterString)\\n\\t\\toptConfig.push(\\\"converter: \\\\n\\\\t\\\" + c.converterString)\\n\\tif (c.updaterString)\\n\\t\\toptConfig.push(\\\"updater: \\\\n\\\\t\\\" + c.updaterString)\\n\\treturn Strings.format('connect(%s, \\\"%s\\\", %s, \\\"%s\\\", {%s});', \\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getSourceObj()),\\n\\t\\t\\tc.getSourceAttrName(),\\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getTargetObj()),\\n\\t\\t\\tc.getTargetMethodName(),\\n\\t\\t\\toptConfig.join(','));\\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":838},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"837\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"838\":{},\"839\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":840},\"source\":\"function generateTargetCode(baseObject, targetObject) {\\n\\tvar name = targetObject.name;\\n\\tif (baseObject === targetObject) \\n\\t\\treturn \\\"this\\\";\\n\\telse if (baseObject[name] === targetObject) \\n\\t\\treturn \\\"this.\\\" + name;\\n\\telse if (baseObject.testObject === targetObject) \\n\\t\\treturn \\\"this.testObject\\\";\\n\\telse if (baseObject.get(name) === targetObject) \\n\\t\\treturn 'this.get(\\\"' + name + '\\\")';\\n\\telse if (targetObject instanceof Morph) \\n\\t\\treturn '$morph(\\\"' + name + '\\\")';\\n\\telse \\n\\t\\treturn \\\"????\\\";\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":841},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"840\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"841\":{},\"842\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":843},\"source\":\"function sortedConnectionNamesOfObj(obj) {\\n if (\\\"attributeConnections\\\" in obj) {\\n return obj.attributeConnections\\n .sortBy(function(each) {return name.toLowerCase() })\\n .collect(function(each) {return [each.getSourceAttrName(), each]});\\n } else {\\n return [];\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":844},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"843\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"844\":{},\"845\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":846},\"source\":\"function displayJavaScriptSource(jsCode) {\\n this.scriptPane.setTextString(jsCode);\\n this.scriptPane.highlightJavaScriptSyntax();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":847},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"846\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"847\":{},\"848\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":849},\"source\":\"function displaySourceForScript(scriptName) {\\n if (!scriptName) return;\\n var code = \\\"\\\", that = this;\\n if (scriptName === \\\"-- ALL --\\\") {\\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForScript(each)).concat(\\\"\\\\n\\\\n\\\");\\n });\\n } else {\\n code = this.generateSourceForScript(scriptName); \\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":850},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"849\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"850\":{},\"851\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":852},\"source\":\"function displaySourceForConnection(connection) {\\n if (!connection) return;\\n var code = \\\"\\\", that = this;\\n if ((typeof connection === \\\"string\\\") && connection === \\\"-- ALL --\\\") {\\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\\\"\\\\n\\\\n\\\");\\n })\\n } else {\\n code = this.generateSourceForConnection(connection);\\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":853},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"852\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"853\":{},\"854\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":855},\"source\":\"function newScript() {\\n if (this.target) {\\n var code = \\\"this.addScript(function SCRIPTNAME() {\\\\n\\\\t\\\\n});\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":856},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"855\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"856\":{},\"857\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":858},\"source\":\"function newConnection() {\\n if (this.target) {\\n var code = \\\"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":859},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"858\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"859\":{},\"860\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":861},\"source\":\"function deleteSelectedScript() {\\n if (this.scriptList.selection && this.target) {\\n if (!this.target.hasOwnProperty(this.scriptList.selection)) return;\\n delete this.target[this.scriptList.selection];\\n this.updateLists();\\n this.displayInitialScript();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":862},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"861\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"862\":{},\"863\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":864},\"source\":\"function disconnectConnection() {\\n var selection = this.connectionList.selection;\\n if (selection && \\n (typeof selection !== \\\"string\\\") &&\\n this.target.attributeConnections.indexOf(selection[1]) > -1) {\\n var c = this.connectionList.selection[1];\\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\\n this.updateLists();\\n this.displayInitialScript();\\n } \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":865},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"864\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"865\":{},\"866\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":867},\"source\":\"function updateLists() {\\n this.scriptList.setList(this.sortedScriptNamesOfObj(this.target));\\n var scriptListItems = this.scriptList.getList();\\n scriptListItems.unshift(\\\"-- ALL --\\\");\\n this.scriptList.setList(scriptListItems);\\n\\n this.connectionList.setList(this.sortedConnectionNamesOfObj(this.target));\\n var connectionListItems = this.connectionList.getList();\\n connectionListItems.unshift(\\\"-- ALL --\\\");\\n this.connectionList.setList(connectionListItems);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":868},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"867\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"868\":{},\"869\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":870},\"source\":\"function displayInitialScript() {\\n if (this.scriptList.getList().size() > 1) {\\n this.scriptList.selectAt(0);\\n } else if (this.connectionList.getList().size() > 1) {\\n this.connectionList.selectAt(0);\\n } else {\\n this.scriptList.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":871},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"870\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"871\":{},\"872\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":873},\"source\":\"function reset() {\\n this.target = null;\\n this.scriptPane.doitContext = null;\\n this.scriptList.setList();\\n this.connectionList.setList();\\n this.scriptPane.setTextString(\\\"\\\");\\n this.morphSelector.reset();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":874},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"873\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"874\":{},\"875\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":876},\"source\":\"function selectChangedContent(source) {\\n\\n var addScriptRegex = /this\\\\.addScript\\\\s*\\\\(\\\\s*function\\\\s*([^\\\\(]*)/g;\\n var addScriptMatches = [];\\n var addScriptMatch = addScriptRegex.exec(source);\\n while (addScriptMatch) {\\n addScriptMatches.push(addScriptMatch[1]);\\n addScriptMatch = addScriptRegex.exec(source);\\n }\\n \\n // if scripts were added, select either a specific one or all\\n if (addScriptMatches.length > 0) { \\n if (addScriptMatches.length === 1) {\\n var index = this.scriptList.getList().indexOf(addScriptMatches[0]);\\n if (index > -1) { \\n return this.scriptList.selectAt(index);\\n }\\n }\\n return this.scriptList.selectAt(0);\\n }\\n\\n var connectionRegex = \\n /connect\\\\(\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"\\\\s*,\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"/g;\\n var connectionMatches = [];\\n var connectionMatch = connectionRegex.exec(source);\\n while (connectionMatch) {\\n connectionMatches.push(connectionMatch);\\n connectionMatch = connectionRegex.exec(source);\\n }\\n\\n // if connections were made, select either a specific one or all\\n if (connectionMatches.length > 0) {\\n if (connectionMatches.length === 1) {\\n var match = connectionMatches[0];\\n for (var i=0; i -1) {\\n var c = selection[1];\\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\\n editor.updateLists();\\n editor.displayInitialScript();\\n } \\n }\\n\\n var message = 'Disconnect \\\"' + selection[0] +'\\\" connection?';\\n var callback = disconnectConnection;\\n\\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\\n\\n return this.world().openDialog(dialog);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1075},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1074\":{\"this\":{\"__isSmartRef__\":true,\"id\":1021}},\"1075\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1076},\"user\":\"lauritz\",\"categories\":[]},\"1076\":{\"isSerializedDate\":true,\"string\":\"Fri Nov 11 2011 01:46:54 GMT+0100 (CET)\"},\"1077\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1078}],\"scripts\":[],\"id\":\"DF5B9D85-D091-46B6-B401-A99C05B77546\",\"shape\":{\"__isSmartRef__\":true,\"id\":1093},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1109},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1096},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1110},\"label\":{\"__isSmartRef__\":true,\"id\":1078},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1119}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1121},\"name\":\"ObjectEditorRemoveScriptButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1122},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1123},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1124},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1125},\"isCopyMorphRef\":true,\"morphRefId\":24,\"draggingEnabled\":false,\"objectEditorPane\":{\"__isSmartRef__\":true,\"id\":1},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1126},\"derivationIds\":[217,\"FDC10087-12CF-4570-9211-8309CB6A9AA3\",\"E18FC530-4B1F-4F08-8DA6-3866A3519E56\",\"04A2AAC3-6A9E-40BB-9408-EBB2567EE63B\",\"8C1A42CE-840C-4AAE-BD79-C93A445B9EBF\",\"61FC11FA-B87E-4EFE-BD15-564D3178B68B\",\"ED34F9B5-9E00-41B3-8313-D9C3D6B3B231\",\"A7481F4B-D444-4B4F-BDA2-4F9F03AEC24D\",\"7DDF7175-34FC-4521-A7C3-580A8BE63351\",\"DEA39C05-FAD7-4882-AB3D-0EE12C3408F9\",\"99186A50-1411-4B6F-B1CB-FF0742C20D7D\",\"10F3E467-6BB8-4D07-BD17-8C50593FD6B8\",\"7260818C-6472-4288-8BDD-1E7798A543F3\",\"DEBB5BDB-018D-4BA1-9FB9-73DC84C51D89\",\"B31BD7D3-4819-4560-9661-C317568903A5\",\"0BDA92F0-9453-44D3-A9A9-B77A27B0BAE0\",\"23E309F8-AF01-4EA7-98B5-37DC538986EF\"],\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1127},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1078\":{\"submorphs\":[],\"scripts\":[],\"id\":\"105D0F82-1C3C-43AA-9648-B381882D91EC\",\"shape\":{\"__isSmartRef__\":true,\"id\":1079},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":21,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1085},\"textColor\":{\"__isSmartRef__\":true,\"id\":1082},\"owner\":{\"__isSmartRef__\":true,\"id\":1077},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1086}],\"padding\":{\"__isSmartRef__\":true,\"id\":1088},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1089},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1090},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1091},\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1092},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":21,\"_MinTextHeight\":null,\"draggingEnabled\":false,\"derivationIds\":[218,\"852A7BD9-52EE-4708-A2D5-1BDECF33C958\",\"7B4F173E-9726-472A-9B30-530D4AA92AD9\",\"CBA217F6-2832-4213-9ABE-47753C1A4180\",\"E6B97D1D-95D5-4644-9359-1D08D42A51F4\",\"4391A57E-70C2-4628-9828-DD668CCE546E\",\"F0C6C298-3B8B-42B2-B5E9-E5B82F607B01\",\"DF0CAF75-4247-4797-B1A0-AD7444391E2A\",\"B4C4F09B-F663-47A1-B85F-461D5452F5F8\",\"FD966AB1-4685-4151-9A38-B1B21B0237EF\",\"CA91FC2C-D7CC-4123-AFD2-108F8F0C2E97\",\"88F1581A-7AEF-4646-B7F9-3890CDDB8494\",\"DC577877-7F00-4238-9246-08C2A10C0CC9\",\"818C9467-71A2-44D6-B01F-1523A0CD5476\",\"A084816B-1BB2-4B7F-A5E9-38960006EC1D\",\"6E699952-E650-4E6C-B809-8DD4B6E81EF5\",\"0AC95454-A91A-4812-BEE9-E726706C4B30\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1079\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1080},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1081},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1082},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1083},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1084},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1080\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1081\":{\"x\":25,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1082\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1083\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1084\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1085\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1086\":{\"style\":{\"__isSmartRef__\":true,\"id\":1087},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1078},\"storedString\":\"-\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1087\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1088\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1089\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1090\":{\"x\":25,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1091\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1092\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1078},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1093\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1094},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1095},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1096},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1106},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1107},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1108},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1094\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1095\":{\"x\":25,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1096\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1097},{\"__isSmartRef__\":true,\"id\":1099},{\"__isSmartRef__\":true,\"id\":1101},{\"__isSmartRef__\":true,\"id\":1103}],\"vector\":{\"__isSmartRef__\":true,\"id\":1105},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1097\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1098}},\"1098\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1099\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1100}},\"1100\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1101\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1102}},\"1102\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1103\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1104}},\"1104\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1105\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1106\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1107\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1108\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1109\":{\"x\":160,\"y\":40,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1110\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1111},{\"__isSmartRef__\":true,\"id\":1113},{\"__isSmartRef__\":true,\"id\":1115},{\"__isSmartRef__\":true,\"id\":1117}],\"vector\":{\"__isSmartRef__\":true,\"id\":1105},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1111\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1112}},\"1112\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1113\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1114}},\"1114\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1115\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1116}},\"1116\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1117\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1118}},\"1118\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1119\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1077},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1077},\"targetMethodName\":\"deleteSelectedScript\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1120},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1120\":{\"source\":{\"__isSmartRef__\":true,\"id\":1077},\"target\":{\"__isSmartRef__\":true,\"id\":1077}},\"1121\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1122\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1123\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1124\":{\"x\":30,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1125\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1077},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1126\":{\"x\":33.35839679439101,\"y\":-21.324811622839547,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1127\":{\"deleteSelectedScript\":{\"__isSmartRef__\":true,\"id\":1128}},\"1128\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1129},\"source\":\"function deleteSelectedScript() {\\n\\n var editor = this.objectEditorPane;\\n var selection = editor.scriptList.selection;\\n\\n if (!editor.target || editor.scriptList.getList().size() < 2) \\n return; \\n\\n var deleteScript = function (confirmed) {\\n if (!confirmed) return;\\n \\n if (selection && editor.target) {\\n if (!editor.target.hasOwnProperty(selection)) \\n return;\\n delete editor.target[selection];\\n editor.updateLists();\\n editor.displayInitialScript();\\n }\\n }\\n\\n var message = 'Delete \\\"' + selection + '\\\" script?';\\n var callback = deleteScript;\\n\\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\\n\\n return this.world().openDialog(dialog);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1130},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1129\":{\"this\":{\"__isSmartRef__\":true,\"id\":1077}},\"1130\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1131},\"user\":\"lauritz\"},\"1131\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 18:12:21 GMT+0100 (CET)\"},\"1132\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1133}],\"scripts\":[],\"id\":\"96FFEAC0-FD04-4E22-9ABC-ABAE3FA0A736\",\"shape\":{\"__isSmartRef__\":true,\"id\":1149},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1165},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1152},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1166},\"label\":{\"__isSmartRef__\":true,\"id\":1133},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1175},\"name\":\"ObjectEditorMorphSelector\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1176},\"list\":[],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1177},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1178},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1179},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1180},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"textString\":\"\",\"selection\":{\"__isSmartRef__\":true,\"id\":1181},\"_ClipMode\":\"visible\",\"prevScroll\":[0,0],\"listMorph\":null,\"derivationIds\":[221,\"4AC64FBA-95AC-42B2-A078-B6DA97889093\",\"E26ED0E6-C4CE-4C82-94D5-175270E8459E\",\"D292F2FC-C2B6-48AE-B779-8CC5868FFA49\",\"53A862EB-032C-4BF0-9B21-58C7E0C0A9B2\",\"CC4D188B-510F-48DE-A0E1-EC8D2CD63F9F\",\"0CD057F2-3517-4849-A69E-1EF79B05ACE8\",\"66EBBB7D-8FA7-4D43-AE78-A18DA3B970BA\",\"A50C1893-4138-4E29-865B-92F53F76D08A\",\"1EC5D2B9-3539-419A-8DD6-CE82DEABB02C\",\"95DC06D5-F4C7-49E2-8A01-110D1B0AFBD0\",\"672DEFAB-2BE5-4C60-9779-3B44694FBEB1\",\"E3476213-5872-492C-BE29-0C6A5A150ED8\",\"AA2F6ABE-1CCB-403D-94DD-8FB371F3DDCE\",\"7CF7B24B-9888-448A-9010-E8B15DDBA004\",\"86A320D7-ECDB-43EC-B2B7-27A1D5CA8C53\",\"3D6ECBD3-EC4A-4EEB-8640-4D078EFF8AAF\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1198},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1133\":{\"submorphs\":[],\"scripts\":[],\"id\":\"A4127ACD-F316-45A3-837C-2C592509CA24\",\"shape\":{\"__isSmartRef__\":true,\"id\":1134},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":220,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1140},\"textColor\":{\"__isSmartRef__\":true,\"id\":1137},\"owner\":{\"__isSmartRef__\":true,\"id\":1132},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1141}],\"padding\":{\"__isSmartRef__\":true,\"id\":1143},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1143},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1144},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1145}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1146},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1147},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":220,\"_MinTextHeight\":null,\"_Align\":\"left\",\"_FontFamily\":\"Arial\",\"_FontSize\":10,\"derivationIds\":[222,\"30F054A3-7658-405B-8098-B7D87AA8A9ED\",\"556D6E07-45B7-42EC-A486-DE275EF0B034\",\"06B0B080-467A-46CC-8B0D-9C0A9B9A71F1\",\"5E2D96C9-BB9B-4735-8673-A79847435197\",\"B48AA022-2022-4A2A-9090-4D884FB3DFD3\",\"8B2F743A-98C5-45E1-B03C-5019114EAC47\",\"D09C56C3-A2DC-4BDF-B8A1-6365138ECD01\",\"74158C3D-B79E-43E7-B111-48701B10ACE2\",\"B19E117B-E40F-4B9F-86AC-BFB2AAFD5336\",\"4E3B3D72-E52C-44ED-AE32-78939BA1ECFD\",\"2459D1F0-E49C-4882-AB4C-D78C1A496962\",\"3D8D3B02-0459-45C1-A606-D0DB4B07958C\",\"78AAE288-D261-4BEA-9436-C8C31B890B44\",\"62387523-F02D-471C-8758-988647710CDC\",\"A7EE8B19-A2F0-4D26-80AD-0F027B34F504\",\"16C034BF-CCED-4F4A-8315-130685824270\"],\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1148},\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1134\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1135},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1136},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1137},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1138},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1139},\"_BorderWidth\":0,\"_Fill\":null,\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1135\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1136\":{\"x\":220,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1137\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1138\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1139\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__LivelyClassName__\":\"Rectangle\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1140\":{\"x\":2,\"y\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1141\":{\"style\":{\"__isSmartRef__\":true,\"id\":1142},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1133},\"storedString\":\"Rectangle Test\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1142\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1143\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1144\":{\"x\":220,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1145\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1133},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1132},\"targetMethodName\":\"selection\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1146\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1147\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1133},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1148\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1149\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1150},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1151},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1152},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1162},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1163},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1164},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1150\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1151\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1152\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1153},{\"__isSmartRef__\":true,\"id\":1155},{\"__isSmartRef__\":true,\"id\":1157},{\"__isSmartRef__\":true,\"id\":1159}],\"vector\":{\"__isSmartRef__\":true,\"id\":1161},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1153\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1154}},\"1154\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1155\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1156}},\"1156\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1157\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1158}},\"1158\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1159\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1160}},\"1160\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1161\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1162\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1163\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1164\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1165\":{\"x\":240.1308656788165,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1166\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1167},{\"__isSmartRef__\":true,\"id\":1169},{\"__isSmartRef__\":true,\"id\":1171},{\"__isSmartRef__\":true,\"id\":1173}],\"vector\":{\"__isSmartRef__\":true,\"id\":1161},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1167\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1168}},\"1168\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1169\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1170}},\"1170\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1171\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1172}},\"1172\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1173\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1174}},\"1174\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1175\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1176\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"partName\":\"ChoiceButton\",\"comment\":\"Click on it and you get a list of things to choose from.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1177\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1178\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1132},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1179\":{\"x\":122.93118375058827,\"y\":-11.582832083333244,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1180\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1181\":{\"submorphs\":[],\"scripts\":[],\"id\":181,\"shape\":{\"__isSmartRef__\":true,\"id\":1182},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1188},\"_MaxTextWidth\":580,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1189},\"showsHalos\":false,\"_FontSize\":28,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Title\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1190},\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1191},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1192},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1193}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1195},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1196},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":580,\"_MinTextHeight\":null,\"_Rotation\":0,\"_Scale\":1.002003004005006,\"previousSelection\":[35,35],\"priorSelectionRange\":[23,23],\"charsReplaced\":\"WIP / Proof of Concept\",\"lastFindLoc\":22,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1197},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"isCopyMorphRef\":true,\"morphRefId\":2,\"prevScroll\":[0,0],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1182\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1183},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1184},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1185},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1186},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1187},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1183\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1184\":{\"x\":580,\"y\":43,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1185\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1186\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1187\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1188\":{\"x\":37,\"y\":23,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1189\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1190\":{\"partsSpaceName\":\"PartsBin/Worlds/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"For example a world title.\",\"partName\":\"Title\",\"migrationLevel\":2,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1191\":{\"r\":0,\"g\":0.309,\"b\":0.595,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1192\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1193\":{\"style\":{\"__isSmartRef__\":true,\"id\":1194},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1181},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1194\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1195\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1181},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1196\":{\"x\":580,\"y\":43,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1197\":{\"x\":221,\"y\":-12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1198\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":1199},\"getList\":{\"__isSmartRef__\":true,\"id\":1203},\"removeList\":{\"__isSmartRef__\":true,\"id\":1207},\"reset\":{\"__isSmartRef__\":true,\"id\":1211},\"displayTopLevelMorphs\":{\"__isSmartRef__\":true,\"id\":1215},\"onMouseDown\":{\"__isSmartRef__\":true,\"id\":1219},\"setTargetOfPane\":{\"__isSmartRef__\":true,\"id\":1227},\"setTargetToListSelection\":{\"__isSmartRef__\":true,\"id\":1231},\"onBlur\":{\"__isSmartRef__\":true,\"id\":1235},\"setTarget\":{\"__isSmartRef__\":true,\"id\":1243},\"setTargetOnSelection\":{\"__isSmartRef__\":true,\"id\":1247}},\"1199\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1200},\"source\":\"function createListMorph() {\\n var items = this.getList();\\n \\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\\n\\n var listMorph = new lively.morphic.List(extent);\\n listMorph.setList(items);\\n listMorph.setFontSize(10);\\n\\n listMorph.disableGrabbing();\\n listMorph.disableDragging();\\n\\n connect(listMorph, 'selection', this, 'setTargetToListSelection');\\n \\n return listMorph;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1201},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1200\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132}},\"1201\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1202},\"user\":\"lauritz\",\"tags\":[]},\"1202\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 13 2011 18:55:41 GMT+0100 (CET)\"},\"1203\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1204},\"source\":\"function getList() {\\n var worldEntry = {\\n isListItem: true,\\n selectionString: 'World',\\n string: 'World',\\n value: this.world()\\n };\\n var list = this.world().indentedListItemsOfMorphNames();\\n list.unshift(worldEntry);\\n return list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1205},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1204\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132}},\"1205\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1206},\"user\":\"lauritz\",\"tags\":[]},\"1206\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 21 2011 23:12:23 GMT+0100 (CET)\"},\"1207\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1208},\"source\":\"function removeList() {\\n this.listMorph && this.listMorph.remove();\\n this.listMorph = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1209},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1208\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132}},\"1209\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1210},\"user\":\"lauritz\",\"tags\":[]},\"1210\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:51:07 GMT+0100 (CET)\"},\"1211\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1212},\"source\":\"function reset() {\\n this.list = [];\\n this.setLabel('empty');\\n this.label.setAlign('left');\\n this.removeList();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'});\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1213},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1212\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132}},\"1213\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1214},\"user\":\"lauritz\",\"tags\":[]},\"1214\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:34:06 GMT+0100 (CET)\"},\"1215\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1216},\"source\":\"function displayTopLevelMorphs() {\\n var list = this.createListMorph(); \\n if (this.getList().length === 0) return;\\n this.addMorph(list);\\n this.listMorph = list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1217},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1216\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132}},\"1217\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1218},\"user\":\"lauritz\",\"tags\":[]},\"1218\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 13 2011 18:53:20 GMT+0100 (CET)\"},\"1219\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1220},\"source\":\"function onMouseDown(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n // clicked on morph, not the list, not the list's scrollbar\\n if (evt.target === this.renderContext().shapeNode)\\n this.removeList();\\n } else {\\n this.displayTopLevelMorphs();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1225},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1220\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1221}},\"1221\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1222}},\"1222\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1223},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1224},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1223\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1132},\"name\":\"onMouseDown\"},\"1224\":{},\"1225\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1226},\"user\":\"lauritz\",\"tags\":[]},\"1226\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:30:39 GMT+0100 (CET)\"},\"1227\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1228},\"source\":\"function setTargetOfPane(selection) {\\n this.owner.setTarget(selection);\\n this.label.setAlign('left');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1229},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1228\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132}},\"1229\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1230},\"user\":\"lauritz\",\"tags\":[]},\"1230\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 04:30:42 GMT+0100 (CET)\"},\"1231\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1232},\"source\":\"function setTargetToListSelection() { \\n var selection = this.listMorph.selection;\\n this.removeList();\\n if (!selection) return;\\n if (this.owner.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function (confirmed) {\\n if (confirmed) that.setTargetOfPane(selection);\\n }\\n this.owner.confirmUnsavedChanges(callback);\\n } else {\\n this.setTargetOfPane(selection);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1233},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1232\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132}},\"1233\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1234},\"user\":\"lauritz\",\"tags\":[]},\"1234\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 06:06:48 GMT+0100 (CET)\"},\"1235\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1236},\"source\":\"function onBlur(evt) {\\n $super(evt);\\n \\n // workaround - otherwise other morphs get this event\\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\\n this.removeList();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1241},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1236\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1237}},\"1237\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1238}},\"1238\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1239},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1240},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1239\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1132},\"name\":\"onBlur\"},\"1240\":{},\"1241\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1242},\"user\":\"lauritz\",\"tags\":[]},\"1242\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:30:08 GMT+0100 (CET)\"},\"1243\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1244},\"source\":\"function setTarget(target) {\\n this.label.setTextString(target.getName() || target.toString());\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1245},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1244\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132}},\"1245\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1246},\"user\":\"lauritz\",\"tags\":[]},\"1246\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 04:29:39 GMT+0100 (CET)\"},\"1247\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1248},\"source\":\"function setTargetOnSelection() {\\n if (this.listMorph && this.listMorph.renderContext() && this.listMorph.renderContext().listNode.value) {\\n this.setTargetToListSelection();\\n this.stopStepping();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1249},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1248\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132}},\"1249\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1250},\"user\":\"lauritz\",\"tags\":[]},\"1250\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 06:12:06 GMT+0100 (CET)\"},\"1251\":{\"submorphs\":[],\"scripts\":[],\"id\":\"94A0088B-93EF-4DA6-9BAB-9910767CB753\",\"shape\":{\"__isSmartRef__\":true,\"id\":1252},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":false,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1258},\"_MaxTextWidth\":64.8979476392384,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1255},\"showsHalos\":false,\"_FontSize\":9,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorScriptsText1\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1259},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1260}],\"charsReplaced\":\"Scripts\",\"lastFindLoc\":-7,\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1262},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1263},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1264},\"_WhiteSpaceHandling\":\"pre-wrap\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":64.8979476392384,\"_MinTextHeight\":null,\"_ClipMode\":\"visible\",\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1265},\"eventsAreIgnored\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"isCopyMorphRef\":true,\"morphRefId\":27,\"derivationIds\":[223,\"5E3A69EF-26C1-4D0D-B04C-8C3894017F56\",\"14AB1B91-3ED6-49AE-AA58-47D18B6C569F\",\"991D4A54-1FC4-4BC7-AA82-F814AC52CDE3\",\"DB9B19F7-4390-4CE5-9B1D-62177CB8D605\",\"8F7B2EE9-9538-4044-B75B-6A12F3108B70\",\"4B9F9B4B-C7D3-418D-9AC9-10503A4EBF8E\",\"324EE422-8C94-43CE-B964-A3150830C25F\",\"36D1ECF9-591F-426B-A4F6-B337D7DB053B\",\"CB52849C-BE64-4053-8D07-758F969F84EB\",\"F1C241D4-A689-4DB7-942F-ADB5F39D9CAA\",\"F9D413A0-184F-47F5-9B55-D05D511915CB\",\"F4C5DA2D-8203-47EB-834D-2D03338B0419\",\"1E089341-3FFF-45CD-9C21-BA7A8B4CF6F2\",\"2E3BA43D-DE5E-4EEA-8DF6-97BE9BDB9EE8\",\"5622156A-68BA-441A-9AE4-19B7BB321E95\",\"913CDF62-CF29-4172-AFDF-4505CF7A364F\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1252\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1253},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1254},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1255},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1256},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1257},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1253\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1254\":{\"x\":64.8979476392384,\"y\":14,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1255\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1256\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1257\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1258\":{\"x\":198.16434648623274,\"y\":12.911539589748486,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1259\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1260\":{\"style\":{\"__isSmartRef__\":true,\"id\":1261},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1251},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Target:\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1261\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1262\":{\"x\":64.8979476392384,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1263\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1264\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1251},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1265\":{\"x\":41.065989525935834,\"y\":-10.506047005169194,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1266\":{\"submorphs\":[],\"scripts\":[],\"id\":\"75AACE15-9C62-4EF9-A7FA-03371C768139\",\"shape\":{\"__isSmartRef__\":true,\"id\":1267},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":false,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1273},\"_MaxTextWidth\":64.8979476392384,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1270},\"showsHalos\":false,\"_FontSize\":9,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorScriptsText2\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1274},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1275}],\"charsReplaced\":\"Scripts\",\"lastFindLoc\":-7,\"priorSelectionRange\":[0,7],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1277},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1278},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1279},\"_WhiteSpaceHandling\":\"pre-wrap\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":64.8979476392384,\"_MinTextHeight\":null,\"_ClipMode\":\"visible\",\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1280},\"eventsAreIgnored\":true,\"isCopyMorphRef\":true,\"morphRefId\":27,\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"derivationIds\":[224,\"35EF8FE5-067D-45B6-AF21-77040F11D340\",\"80DC09DD-22D4-4089-B5C3-857B32C9BE9B\",\"EF080074-E6B9-47F3-A87F-26313B40C430\",\"F6977801-C1A7-445C-9BF1-8A1019E202FB\",\"8C9157AE-0343-4CFB-8186-1D5E05D2ECBE\",\"DD3C23F8-6463-4EAE-959B-C486E27D9BDA\",\"1E8D3752-D212-41F8-BC63-B094E0C80707\",\"75C07D11-AE5D-4A36-B2D0-F2A6EA414E72\",\"494AB1C0-2C09-49DE-B4AA-1F24DC7495FF\",\"25199967-E3BA-4763-A704-37BD3152A5F7\",\"8E4A5937-D1FA-4AF7-BD8D-B542C636CEF9\",\"DDB23EF0-540C-4046-AD4D-C001E8A5F20C\",\"FF45AAB3-E5C7-42A0-A704-F068DB2E2AF9\",\"7DE7E9A4-D30D-4E76-8C56-E5E0B58CD488\",\"15023644-FA2D-4B48-BED2-63CA31B6B670\",\"DB44519F-74E5-4E10-A5CE-4F93A0694A4B\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1267\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1268},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1269},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1270},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1271},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1272},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1268\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1269\":{\"x\":64.8979476392384,\"y\":14,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1270\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1271\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1272\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1273\":{\"x\":10,\"y\":12.911539589749026,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1274\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1275\":{\"style\":{\"__isSmartRef__\":true,\"id\":1276},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1266},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Tag:\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1276\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1277\":{\"x\":64.8979476392384,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1278\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1279\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1266},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1280\":{\"x\":45.76052154281416,\"y\":-27.783027415339603,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1281\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1282}],\"scripts\":[],\"id\":\"0A056822-1094-4756-A996-B9E272E0D21D\",\"shape\":{\"__isSmartRef__\":true,\"id\":1296},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1312},\"value\":true,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1313},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1299},\"label\":{\"__isSmartRef__\":true,\"id\":1282},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1322},\"name\":\"ObjectEditorTagChooser\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1323},\"listMorph\":null,\"list\":[],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1324},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1325},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1326},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1327},\"textString\":\"PartsBinBrowser\",\"selection\":\"\",\"_ClipMode\":\"visible\",\"prevScroll\":[0,0],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"setTargetToListSelection\":\"all\",\"savedTextString\":\"all\",\"derivationIds\":[225,\"7F83847B-D0B1-4A31-8601-43424B97C858\",\"E08FC110-71D7-4FFD-B4A8-08F8147B95BA\",\"5534107D-C5C9-48DD-A1ED-B87E9D9B672C\",\"0B89FA7A-768C-4062-98AE-C455E8DAFF19\",\"799320C6-CFBA-40E7-B03D-64BFE9B78248\",\"9B650AA3-271B-4E72-B230-51C6F64B7462\",\"C95D3672-724C-4C2C-9CDD-EF308062F627\",\"C66EBEEC-B7CE-4DD9-8BDF-905F071F965D\",\"D68B143A-A712-4FD0-8803-62CCB4C7F763\",\"ED802271-AE5C-4BE9-AC4E-7CED44BC864B\",\"1BD989CB-146C-431F-8B15-9199C4CD5D32\",\"42172AA4-1B06-4C5B-9BB7-FAED1206CF34\",\"32DFAF99-E6F8-426B-829D-FD6C2BCB8FAA\",\"90F68286-09C1-4B33-B9F6-1685A0D9FAB0\",\"B6AE9317-6B32-4477-94C3-988E11D52818\",\"E4CC49BE-7E93-48CE-9CCF-494898817F92\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1328},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1282\":{\"submorphs\":[],\"scripts\":[],\"id\":\"6B53F28E-EFDB-4FA1-88BD-73AF9CD3E06A\",\"shape\":{\"__isSmartRef__\":true,\"id\":1283},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":130,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1288},\"textColor\":{\"__isSmartRef__\":true,\"id\":1286},\"owner\":{\"__isSmartRef__\":true,\"id\":1281},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1289}],\"padding\":{\"__isSmartRef__\":true,\"id\":1291},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1291},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1292},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1293}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1294},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1295},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":130,\"_MinTextHeight\":null,\"_Align\":\"left\",\"_FontFamily\":\"Arial\",\"_FontSize\":10,\"derivationIds\":[226,\"03DBF3F8-8EA2-4426-BA64-C4297DDAB015\",\"B8F87302-BEC3-48CD-9BBA-6C7DBB6287E1\",\"4AA6AE51-338B-4E3E-814B-9F99C693A2D5\",\"08F6CE56-AD91-4C27-9429-C3DEA313696C\",\"D39C963C-FD24-4498-A6D8-71E5102CE58A\",\"132C2A9E-3466-4051-AAEA-6E485A91F408\",\"DB8BC4A1-ED41-446B-AB6C-7E73DD857B5D\",\"567FC668-A57C-41CB-8252-8912826B3144\",\"D0B0775F-C8E7-49EB-BBB2-C7BB7DD464BF\",\"AABED87D-D7C0-494A-8803-26F4601E35FF\",\"696C3A2A-C695-4D17-A044-41A73436AB8D\",\"206A0BFD-6997-4E0E-9193-089D1F66B22A\",\"F2F1F966-6C41-4EBA-AFCE-FAE8C79AA696\",\"DACDEF8A-8791-4FF3-8DEC-70227F2294D8\",\"D25F7CAB-9828-452E-B2BD-F13D930CC8B3\",\"09CCDF11-EB1A-4085-8DE3-5B3E18D779BB\"],\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1148},\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1283\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1284},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1285},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1286},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1287},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1139},\"_BorderWidth\":0,\"_Fill\":null,\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1284\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1285\":{\"x\":130,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1286\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1287\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1288\":{\"x\":2,\"y\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1289\":{\"style\":{\"__isSmartRef__\":true,\"id\":1290},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1282},\"storedString\":\"all\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1290\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1291\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1292\":{\"x\":130,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1293\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1282},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1281},\"targetMethodName\":\"selection\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1294\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1295\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1282},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1296\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1297},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1298},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1299},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1309},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1310},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1311},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1297\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1298\":{\"x\":130,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1299\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1300},{\"__isSmartRef__\":true,\"id\":1302},{\"__isSmartRef__\":true,\"id\":1304},{\"__isSmartRef__\":true,\"id\":1306}],\"vector\":{\"__isSmartRef__\":true,\"id\":1308},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1300\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1301}},\"1301\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1302\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1303}},\"1303\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1304\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1305}},\"1305\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1306\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1307}},\"1307\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1308\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1309\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1310\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1311\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1312\":{\"x\":39.12381412396891,\"y\":10.000000000000057,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1313\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1314},{\"__isSmartRef__\":true,\"id\":1316},{\"__isSmartRef__\":true,\"id\":1318},{\"__isSmartRef__\":true,\"id\":1320}],\"vector\":{\"__isSmartRef__\":true,\"id\":1308},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1314\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1315}},\"1315\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1316\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1317}},\"1317\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1318\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1319}},\"1319\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1320\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1321}},\"1321\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1322\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1323\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"partName\":\"ChoiceButton\",\"comment\":\"Click on it and you get a list of things to choose from.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1324\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1325\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1281},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1326\":{\"x\":85.7442776093583,\"y\":-11.582832083333244,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1327\":{\"x\":130,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1328\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":1329},\"getList\":{\"__isSmartRef__\":true,\"id\":1333},\"removeList\":{\"__isSmartRef__\":true,\"id\":1337},\"reset\":{\"__isSmartRef__\":true,\"id\":1341},\"onMouseUp\":{\"__isSmartRef__\":true,\"id\":1345},\"onBlur\":{\"__isSmartRef__\":true,\"id\":1353},\"setTag\":{\"__isSmartRef__\":true,\"id\":1361}},\"1329\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1330},\"source\":\"function createListMorph() {\\n var items = this.getList();\\n\\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\\n\\n var listMorph = new lively.morphic.List(extent);\\n listMorph.setList(items);\\n listMorph.setFontSize(10);\\n\\n listMorph.disableGrabbing();\\n listMorph.disableDragging();\\n \\n connect(listMorph, 'selection', this, 'setTag');\\n \\n return listMorph;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1331},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1330\":{\"this\":{\"__isSmartRef__\":true,\"id\":1281}},\"1331\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1332},\"user\":\"lauritz\",\"categories\":[]},\"1332\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:35:59 GMT+0100 (CET)\"},\"1333\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1334},\"source\":\"function getList() {\\n if (!this.owner.target) return [''];\\n\\n var target = this.owner.target;\\n\\n var tags = Functions.own(target).collect(function (each) {\\n return target[each].tags || [];\\n }).flatten().uniq();\\n\\n var sortedTags = tags.sortBy(function(name) { \\n return name.toLowerCase() \\n });\\n \\n sortedTags.unshift('all'); \\n return sortedTags;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1335},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1334\":{\"this\":{\"__isSmartRef__\":true,\"id\":1281}},\"1335\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1336},\"user\":\"lauritz\",\"tags\":[]},\"1336\":{\"isSerializedDate\":true,\"string\":\"Fri Dec 16 2011 20:27:25 GMT+0100 (CET)\"},\"1337\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1338},\"source\":\"function removeList() {\\n this.listMorph && this.listMorph.remove()\\n this.listMorph = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1339},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1338\":{\"this\":{\"__isSmartRef__\":true,\"id\":1281}},\"1339\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1340},\"user\":\"lauritz\",\"categories\":[]},\"1340\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 19:06:51 GMT+0100 (CET)\"},\"1341\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1342},\"source\":\"function reset() {\\n this.list = [];\\n this.setLabel('all');\\n this.label.setAlign('left');\\n this.removeList();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1343},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1342\":{\"this\":{\"__isSmartRef__\":true,\"id\":1281}},\"1343\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1344},\"user\":\"lauritz\",\"tags\":[]},\"1344\":{\"isSerializedDate\":true,\"string\":\"Fri Dec 16 2011 20:27:53 GMT+0100 (CET)\"},\"1345\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1346},\"source\":\"function onMouseUp(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n this.removeList();\\n return true;\\n } \\n if (this.getList().size() < 2) return;\\n var list = this.createListMorph();\\n this.addMorph(list);\\n this.listMorph = list;\\n return true;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1351},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1346\":{\"this\":{\"__isSmartRef__\":true,\"id\":1281},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1347}},\"1347\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1348}},\"1348\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1349},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1350},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1349\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1281},\"name\":\"onMouseUp\"},\"1350\":{},\"1351\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1352},\"user\":\"lauritz\",\"categories\":[]},\"1352\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 18:59:16 GMT+0100 (CET)\"},\"1353\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1354},\"source\":\"function onBlur(evt) {\\n $super(evt);\\n \\n // workaround - otherwise other morphs get this event\\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\\n this.removeList();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1359},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1354\":{\"this\":{\"__isSmartRef__\":true,\"id\":1281},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1355}},\"1355\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1356}},\"1356\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1357},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1358},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1357\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1281},\"name\":\"onBlur\"},\"1358\":{},\"1359\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1360},\"user\":\"lauritz\",\"categories\":[]},\"1360\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 21 2011 23:10:03 GMT+0100 (CET)\"},\"1361\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1362},\"source\":\"function setTag(tag) {\\n this.setLabel(tag || '');\\n this.label.setAlign('left');\\n this.owner.setTag(tag);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1363},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1362\":{\"this\":{\"__isSmartRef__\":true,\"id\":1281}},\"1363\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1364},\"user\":\"lauritz\",\"categories\":[]},\"1364\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:36:12 GMT+0100 (CET)\"},\"1365\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1366}],\"scripts\":[],\"id\":\"E7954648-00B9-4CF8-B63D-44010AC413B3\",\"shape\":{\"__isSmartRef__\":true,\"id\":1381},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1385},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1397},\"label\":{\"__isSmartRef__\":true,\"id\":1366},\"name\":\"Button\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1406},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1407}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1443},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1444},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1445},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1446},\"derivationIds\":[7251,\"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1\",\"79FE3D3F-77C4-4B39-8243-D672185B416D\",\"A4D2FEDF-2654-4381-AB43-8F89B9CA2E86\",\"87E42FF6-3862-481D-97D6-643676E15F32\",\"4F370A81-5A80-4821-8ECC-D52B56F31E15\",\"1C6D1DC9-2F9B-4DC4-B453-1CA45B17C516\",\"0E8EC0BF-934B-410B-AEC2-0ECA8C8F774D\",\"97086CE7-CD46-4035-A371-02A41D555A66\",\"E342B91D-F54B-4DA8-8AE7-10C59CE22B41\",\"A838C48E-4033-4688-8DCF-20659BD824FF\",\"E9BBC453-FFF6-4EE8-BDB0-605D5D4557AE\",\"DD123E3A-E1EF-40DE-82E9-EA8E6F5D15E4\",\"5D26E764-C634-42B5-9DBF-09A29A7C5029\",\"EC986366-1D98-4E21-8A89-7043623D7A47\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":1447},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"layout\":{\"__isSmartRef__\":true,\"id\":1448},\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":0.994014980014994,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1366\":{\"submorphs\":[],\"scripts\":[],\"id\":\"7C2DF166-319E-48AB-9A2A-493D0F85493A\",\"shape\":{\"__isSmartRef__\":true,\"id\":1367},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1373},\"_MaxTextWidth\":97,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1374},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1375},\"owner\":{\"__isSmartRef__\":true,\"id\":1365},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1376},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1377}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1379},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1380},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED\",\"307A3596-1175-4EA6-AA27-5BA4C9D95AB7\",\"0EF99131-C569-4C2C-B613-E0D8423C1334\",\"BA4EC8D2-AB29-4F9F-B5A0-715A4746A4C4\",\"56735895-BA99-4D98-9866-AA5DBD86237E\",\"81041CF7-31DB-4F65-BB39-FE438A4F266F\",\"D03829B3-268E-40A0-A440-3E4BAC344F30\",\"714637F0-714A-4833-909B-BA4AF1B4628B\",\"DC956E73-7398-4CAF-B6F2-9A226E344396\",\"C1F72D31-1F49-4C0C-ACF3-C3AD7E698D2F\",\"39386C7E-9099-4159-BFE9-80AD37319211\",\"F63474CC-1C55-4B77-8CB0-55530DE9AAE4\",\"896FEA5A-B14C-4BB5-B2EB-780F04327765\",\"DE806D35-1988-44BC-9AE7-F9C1A003A9B7\"],\"_MinTextWidth\":97,\"_MinTextHeight\":null,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1367\":{\"position\":{\"__isSmartRef__\":true,\"id\":1368},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1369},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1370},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1371},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1372},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1368\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1369\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1370\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1371\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1372\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1373\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1374\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1375\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1376\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1377\":{\"style\":{\"__isSmartRef__\":true,\"id\":1378},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1366},\"storedString\":\"run\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1378\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1379\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1380\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1366},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1381\":{\"position\":{\"__isSmartRef__\":true,\"id\":1382},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1383},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1384},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1385},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1395},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1396},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1382\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1383\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1384\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1385\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1386},{\"__isSmartRef__\":true,\"id\":1388},{\"__isSmartRef__\":true,\"id\":1390},{\"__isSmartRef__\":true,\"id\":1392}],\"vector\":{\"__isSmartRef__\":true,\"id\":1394},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1386\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1387}},\"1387\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1388\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1389}},\"1389\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1390\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1391}},\"1391\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1392\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1393}},\"1393\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1394\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1395\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1396\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1397\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1398},{\"__isSmartRef__\":true,\"id\":1400},{\"__isSmartRef__\":true,\"id\":1402},{\"__isSmartRef__\":true,\"id\":1404}],\"vector\":{\"__isSmartRef__\":true,\"id\":1394},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1398\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1399}},\"1399\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1400\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1401}},\"1401\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1402\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1403}},\"1403\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1404\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1405}},\"1405\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1406\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1407\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1365},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"runScript\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":1408},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1408\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1409}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1424},\"derivationIds\":[null],\"id\":\"C89B50A0-17E7-4D22-AE1D-5112520DAEE7\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1431},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1432},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":1433},{\"__isSmartRef__\":true,\"id\":1434}],\"con\":{\"__isSmartRef__\":true,\"id\":1407},\"showsMorphMenu\":true,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1435},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1409\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1410},\"derivationIds\":[null],\"id\":\"2A71BE9E-6820-46AF-ACED-3C9BDCC918AF\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1421},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1422},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1423},\"owner\":{\"__isSmartRef__\":true,\"id\":1408},\"_Rotation\":-3.130064002485303,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1410\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1411},{\"__isSmartRef__\":true,\"id\":1412},{\"__isSmartRef__\":true,\"id\":1413},{\"__isSmartRef__\":true,\"id\":1414}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1415},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1416},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1417},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1418},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1419},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1420},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1411\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1412\":{\"isAbsolute\":true,\"x\":-12,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1413\":{\"isAbsolute\":true,\"x\":4,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1414\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1415\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1416\":{\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1417\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1418\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1419\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1420\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1421\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1422\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1409},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1423\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1424\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1425},{\"__isSmartRef__\":true,\"id\":1426}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1427},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1428},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1429},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1430},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1419},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1425\":{\"isAbsolute\":true,\"x\":829.7085000406639,\"y\":9.565843617262885,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1426\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1427\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1428\":{\"x\":-1,\"y\":-1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1429\":{\"x\":831,\"y\":11,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1430\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1431\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1432\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1408},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1433\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1408},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1434\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1408},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":1409},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1435\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":1436}},\"1436\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1437},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString ||\\n 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true,\\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(),\\n visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1442},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1437\":{\"this\":{\"__isSmartRef__\":true,\"id\":1408},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1438}},\"1438\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1439}},\"1439\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1440},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1441},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1440\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1408},\"name\":\"morphMenuItems\"},\"1441\":{},\"1442\":{},\"1443\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1444\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1445\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1365},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1446\":{\"x\":71.99397894387357,\"y\":-13.030105280631261,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1447\":{\"x\":904.7426780861912,\"y\":9.508591852040126,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1448\":{\"centeredHorizontal\":false,\"moveHorizontal\":true},\"1449\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1450}],\"scripts\":[],\"id\":\"68829C23-D93D-4770-ACBC-475FD541703B\",\"shape\":{\"__isSmartRef__\":true,\"id\":1465},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1469},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1481},\"label\":{\"__isSmartRef__\":true,\"id\":1450},\"name\":\"saveButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1490},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1491}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1527},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1528},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1529},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1530},\"derivationIds\":[7251,\"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1\",\"79FE3D3F-77C4-4B39-8243-D672185B416D\",\"A4D2FEDF-2654-4381-AB43-8F89B9CA2E86\",\"D686F0CB-027B-4CA9-8B8D-9306389B219D\",\"F51327CB-803E-4234-BFB3-6F5252D1C936\",\"A79280E8-6AE3-4016-AF47-CE78F71924C6\",\"B05829EB-D452-4D81-983B-E2CE425C8260\",\"32B117E5-52D8-4843-B80E-090B9817E099\",\"49AC923E-5272-4E3C-8F02-4F2AED2BC4E9\",\"85AAEA9C-5E12-4DEC-8994-9A5FE655A740\",\"2A7FF9BF-85D3-4962-8EB4-0F7016C672EB\",\"3BB17748-B91B-43F5-84BE-2537402A6382\",\"E1848E9A-6086-4596-9796-93FD076B9089\",\"F87D446B-B081-4982-8153-3F2C6CD0A925\",\"EA8A901D-5974-4BAF-8E84-78A319764BEA\"],\"layout\":{\"__isSmartRef__\":true,\"id\":1531},\"_Position\":{\"__isSmartRef__\":true,\"id\":1532},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":0.9880657804942089,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1450\":{\"submorphs\":[],\"scripts\":[],\"id\":\"E509E4EB-8946-4D11-813A-EF4A0EC3F820\",\"shape\":{\"__isSmartRef__\":true,\"id\":1451},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1457},\"_MaxTextWidth\":97,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1458},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1459},\"owner\":{\"__isSmartRef__\":true,\"id\":1449},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1460},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1461}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1463},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1464},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED\",\"307A3596-1175-4EA6-AA27-5BA4C9D95AB7\",\"0EF99131-C569-4C2C-B613-E0D8423C1334\",\"9AECBFB8-25A5-483F-86AD-D7CF9ABC9A25\",\"918C6CC4-3540-4341-BAFD-B195F7807FEE\",\"5AABB138-5EE8-40A5-AB3C-5A9625D0A353\",\"4529D79B-4CC5-467E-91F8-661C3A5F49F8\",\"1E5E570C-FD42-45E3-A7F6-768BB14ACD14\",\"A13FB4E0-72F2-4E7C-A861-EDCBA1393860\",\"B8E4C964-4FFF-4A9F-B0A9-612546B1DC8C\",\"002A2173-D26D-4EED-8906-A489C1E158C0\",\"63362D04-B829-41E6-9E68-5B8DB03D382F\",\"96A392BE-37E6-44CC-A1B6-F56FBF28E714\",\"7ECA80D8-6FF0-4E54-A0B6-E9104A9A89CB\",\"CE592117-9AEF-4431-94F5-3C9991FBC798\"],\"_MinTextWidth\":97,\"_MinTextHeight\":null,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1451\":{\"position\":{\"__isSmartRef__\":true,\"id\":1452},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1453},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1454},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1455},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1456},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1452\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1453\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1454\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1455\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1456\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1457\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1458\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1459\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1460\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1461\":{\"style\":{\"__isSmartRef__\":true,\"id\":1462},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1450},\"storedString\":\"save\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1462\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1463\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1464\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1450},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1465\":{\"position\":{\"__isSmartRef__\":true,\"id\":1466},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1467},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1468},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1469},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1479},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1480},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1466\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1467\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1468\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1469\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1470},{\"__isSmartRef__\":true,\"id\":1472},{\"__isSmartRef__\":true,\"id\":1474},{\"__isSmartRef__\":true,\"id\":1476}],\"vector\":{\"__isSmartRef__\":true,\"id\":1478},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1470\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1471}},\"1471\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1472\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1473}},\"1473\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1474\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1475}},\"1475\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1476\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1477}},\"1477\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1478\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1479\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1480\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1481\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1482},{\"__isSmartRef__\":true,\"id\":1484},{\"__isSmartRef__\":true,\"id\":1486},{\"__isSmartRef__\":true,\"id\":1488}],\"vector\":{\"__isSmartRef__\":true,\"id\":1478},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1482\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1483}},\"1483\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1484\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1485}},\"1485\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1486\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1487}},\"1487\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1488\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1489}},\"1489\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1490\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1491\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1449},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":497},\"targetMethodName\":\"doSave\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":1492},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1492\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1493}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1508},\"derivationIds\":[null],\"id\":\"F46012D5-C8BE-4E52-BF98-D052FDAAE17A\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1515},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1516},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":1517},{\"__isSmartRef__\":true,\"id\":1518}],\"con\":{\"__isSmartRef__\":true,\"id\":1491},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1519},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1493\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1494},\"derivationIds\":[null],\"id\":\"A2A83C78-09B8-473C-829B-198206D7A9E4\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1505},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1506},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1507},\"owner\":{\"__isSmartRef__\":true,\"id\":1492},\"_Rotation\":3.077607197692381,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1494\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1495},{\"__isSmartRef__\":true,\"id\":1496},{\"__isSmartRef__\":true,\"id\":1497},{\"__isSmartRef__\":true,\"id\":1498}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1499},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1500},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1501},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1502},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1503},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1504},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1495\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1496\":{\"isAbsolute\":true,\"x\":-12,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1497\":{\"isAbsolute\":true,\"x\":4,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1498\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1499\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1500\":{\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1501\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1502\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1503\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1504\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1505\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1506\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1493},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1507\":{\"x\":201.20421122525056,\"y\":40.24084224505009,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1508\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1509},{\"__isSmartRef__\":true,\"id\":1510}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1511},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1512},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1513},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1514},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1503},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1509\":{\"isAbsolute\":true,\"x\":679.4857209639925,\"y\":9.595948897894004,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1510\":{\"isAbsolute\":true,\"x\":201.20421122525056,\"y\":40.24084224505009,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1511\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1512\":{\"x\":200,\"y\":9,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1513\":{\"x\":480,\"y\":32,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1514\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1515\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1516\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1492},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1517\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1492},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1518\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1492},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":1493},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1519\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":1520}},\"1520\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1521},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString ||\\n 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true,\\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(),\\n visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1526},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1521\":{\"this\":{\"__isSmartRef__\":true,\"id\":1492},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1522}},\"1522\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1523}},\"1523\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1524},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1525},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1524\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1492},\"name\":\"morphMenuItems\"},\"1525\":{},\"1526\":{},\"1527\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1528\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1529\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1449},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1530\":{\"x\":68.77671624028653,\"y\":-14.497241813457947,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1531\":{\"centeredHorizontal\":false,\"moveHorizontal\":true},\"1532\":{\"x\":791.418985344497,\"y\":9.53851695196505,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1533\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1534}],\"scripts\":[],\"id\":\"E8437C71-2A25-47C0-BB28-77DA5B862FA6\",\"shape\":{\"__isSmartRef__\":true,\"id\":1549},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1565},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1553},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1566},\"label\":{\"__isSmartRef__\":true,\"id\":1534},\"name\":\"openTestsButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1575},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1576}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1577},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1578},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1579},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1580},\"derivationIds\":[7251,\"84054D2E-8176-440D-B413-279956A34FC2\",\"79434046-F834-490E-B705-0CE871D9E8B3\",\"FF38CA79-C0DF-4F2F-8FC3-407571EF6A54\",\"B1D50332-9F4F-4F7C-AC3F-95DC6C73EAA4\",\"5B8D7C39-987A-4849-BFFD-3F316CE03852\",\"F7C30F5C-7270-44B1-ADFF-7473F2012DB0\",\"5142302E-3E9A-476B-AB24-B2448DA6D3E4\",\"FEA3C508-593D-4BC7-B645-8B5630CF2EDE\",\"998B5390-DE13-4D05-A800-F4AC603D1885\",\"65BB10BA-DC60-4250-A1DC-BC7A62F7F15B\",\"B7603252-A129-428A-BF01-3A47579E279C\"],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":0.9940149800149939,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1534\":{\"submorphs\":[],\"scripts\":[],\"id\":\"1E3B5251-3955-48D6-9C82-FB11A810AE80\",\"shape\":{\"__isSmartRef__\":true,\"id\":1535},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1541},\"_MaxTextWidth\":97,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1542},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1543},\"owner\":{\"__isSmartRef__\":true,\"id\":1533},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1544},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1545}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1547},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1548},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2\",\"CB475566-05CE-43E2-B04D-EE32BC4CB718\",\"6BB077CE-92E6-47BE-BE88-9A48488562D1\",\"9E359973-2FDB-417B-BB06-AB34D52BD310\",\"58F098ED-A190-44F2-B73E-80802B2CF2F6\",\"AEA84B35-B349-4307-92C6-8F229705DFC2\",\"A677CADF-24FF-4177-9A3A-FE9AAE7D60FE\",\"0F875AD9-E54C-4735-9BA9-7B89574233A1\",\"A8194A65-54EC-4815-9129-50452470B583\",\"0590416C-3818-48B8-83EF-DB2F57F8897E\",\"77E62CFF-2234-43B0-AC8A-E3330A43A536\"],\"_MinTextWidth\":97,\"_MinTextHeight\":null,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1535\":{\"position\":{\"__isSmartRef__\":true,\"id\":1536},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1537},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1538},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1539},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1540},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1536\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1537\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1538\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1539\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1540\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1541\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1542\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1543\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1544\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1545\":{\"style\":{\"__isSmartRef__\":true,\"id\":1546},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1534},\"storedString\":\"Tests\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1546\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1547\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1548\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1534},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1549\":{\"position\":{\"__isSmartRef__\":true,\"id\":1550},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1551},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1552},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1553},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1563},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1564},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1550\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1551\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1552\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1553\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1554},{\"__isSmartRef__\":true,\"id\":1556},{\"__isSmartRef__\":true,\"id\":1558},{\"__isSmartRef__\":true,\"id\":1560}],\"vector\":{\"__isSmartRef__\":true,\"id\":1562},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1554\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1555}},\"1555\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1556\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1557}},\"1557\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1558\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1559}},\"1559\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1560\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1561}},\"1561\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1562\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1563\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1564\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1565\":{\"x\":569.4738443086164,\"y\":9,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1566\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1567},{\"__isSmartRef__\":true,\"id\":1569},{\"__isSmartRef__\":true,\"id\":1571},{\"__isSmartRef__\":true,\"id\":1573}],\"vector\":{\"__isSmartRef__\":true,\"id\":1562},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1567\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1568}},\"1568\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1569\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1570}},\"1570\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1571\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1572}},\"1572\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1573\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1574}},\"1574\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1575\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1576\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1533},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"openPartTestRunner\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1577\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1578\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1579\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1533},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1580\":{\"x\":72.12712954861536,\"y\":-12.46465727058387,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1581\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1582},{\"__isSmartRef__\":true,\"id\":1600}],\"scripts\":[],\"id\":\"D3F3EA30-BE52-40B4-89F0-9ED9E25C33C9\",\"shape\":{\"__isSmartRef__\":true,\"id\":1611},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1627},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1615},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1628},\"label\":{\"__isSmartRef__\":true,\"id\":1582},\"name\":\"ScriptableButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1637},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1640}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1641},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1642},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1643},\"derivationIds\":[2588,\"22797D34-67DE-4A06-81F0-4DF0A87ADBBC\",\"81CB4C12-BCF0-4097-8B6D-D9419046367A\",\"0767A57D-9BB2-48C6-9654-753D2B9D00A6\",\"A4A83F8F-69ED-4308-9FB6-D06F13273328\",\"89715886-1537-4093-ADC5-45A903B114A5\",\"EB203767-7D8A-4844-AA7F-B66BAA2A6DE9\"],\"_ClipMode\":\"visible\",\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1644},\"_Rotation\":0,\"_Scale\":0.9920279440699439,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1645},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1582\":{\"submorphs\":[],\"scripts\":[],\"id\":\"1E64BCD7-FF88-4B35-8397-D4EDE1E8D19E\",\"shape\":{\"__isSmartRef__\":true,\"id\":1583},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1589},\"_MaxTextWidth\":24,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1590},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1591},\"owner\":{\"__isSmartRef__\":true,\"id\":1581},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1592},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1593},{\"__isSmartRef__\":true,\"id\":1595}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1597},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1598},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"derivationIds\":[2589,\"024C5ADE-C4CF-4E8E-BEC5-F93AD4839702\",\"A2CC4D56-B9D8-4A48-B6FF-DDDD85ACDC2E\",\"5AC5C4DE-00B0-43DB-B7F1-765674CE818B\",\"0352BB0D-AC31-4F0C-A467-058B39939556\",\"2839F254-4CA0-4179-A2D7-DC4A0D60F0F4\",\"14FD943F-9707-46F1-AA3D-88E09B19FABA\"],\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":24,\"_MinTextHeight\":null,\"_FontSize\":10,\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1599},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1583\":{\"position\":{\"__isSmartRef__\":true,\"id\":1584},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1585},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1586},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1587},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1588},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1584\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1585\":{\"x\":24,\"y\":24,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1586\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1587\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1588\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1589\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1590\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1591\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1592\":{\"x\":24,\"y\":24,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1593\":{\"style\":{\"__isSmartRef__\":true,\"id\":1594},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1582},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1594\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1595\":{\"style\":{\"__isSmartRef__\":true,\"id\":1596},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1582},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1596\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1597\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1598\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1582},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1599\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1600\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1601},\"derivationIds\":[null,\"29E543E0-AE93-493A-A694-FC1C330D0544\",\"F0366E4C-E97F-4C77-BEE4-340A0668ADD5\",\"454D6446-C309-4BC0-BFBB-3E8F62427767\",\"A76575CF-7113-4994-BBB2-5DAEAE4486E9\",\"EC8CB82C-3C5E-4A00-8133-780F9A670040\"],\"id\":\"467F3640-91BC-407F-9053-FB0EE2F56FF4\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1606},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1607},\"_ClipMode\":\"visible\",\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1608},\"owner\":{\"__isSmartRef__\":true,\"id\":1581},\"name\":\"leftpointing_magnifying_glass.png\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1609},\"isBeingDragged\":false,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1610},\"eventsAreDisabled\":true,\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Image\"},\"1601\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1602},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1603},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1604},\"_ImageURL\":\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAABAAAAAQBPJcTWAAAALnRFWHRUaXRsZQBMRUZULVBPSU5USU5HIE1BR05JRllJTkcgR0xBU1MgKFUrMUY1MEQpw88haQAAABV0RVh0QXV0aG9yAEFuZHJldyBNYXJjdXNl5zc3gwAAAC90RVh0U29mdHdhcmUAaW5mby5maWxlZm9ybWF0LmRhdGEuVW5pY29kZVBuZ1NlcnZsZXRoAX8wAAAAQ3RFWHREZXNjcmlwdGlvbgBodHRwOi8vd3d3LmZpbGVmb3JtYXQuaW5mby9pbmZvL3VuaWNvZGUvMWY1MGQvaW5kZXguaHRtk2hNQgAAADt0RVh0Q29weXJpZ2h0AGh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LW5jLXNhLzIuMC9siJKDAAAIDklEQVR42u1daWxVRRQeCi0tIqCAQCTIUtEIGlk0ilqEkEbiQhSKGAyCooIIggsiQuMWZNGwVMUFNIhKZBMobZClgK1FwAU3wIpSREDcUFZFEM/JOzf3vPHet9ze1/eYe77k+zNzl5nz3ZlzZntPKYFAcHojDXimmKH6cQbwZuBM4HLgx8A9wBPAU8BjwJ3ADcDFwMnArsCaYjr/0BB4DwlwjAwfL38DzgX2AdYWk3pDJnAM8E/NuN8BpwEHAq8DXgpsCswANgN2APak/BeBu7T7sQX1A9YQE8fuDwYAf2BG/JrEaefxmSjaeOAO9syNwBwxd2Q0o/7fMhr6h8Fx+oBIX346cATwF/aON6Qbc0ZH4G4y0lHgOGAdD8/Be/KAs4AFwKsdrqkHnAA8Tu8rAzYWCWz0Bh5hraKTT11fL+AH1FXlA8/SrsEu61fmW9qLFEqNAv5LRsEw9twEvKMzcAvwJ3LoHG2AW+n9B4HdgixGHhNjiccuKlbUp9aC7yoGnqflraa8A8C2QRTjMvIVaITyKI61BjnkqiILWEjvPAwcxvLqAj+nvAqH7s1oNAfupcpjeNskhnvQOQ/xYfxQCziHRVl3sjxsNfspvYSuNR4Ywn5ClT5CA7lYkUPRU0YVy4CivkVlOE7TKxa6AP+ivKlBEORe9nUO8XD/QhWay6oqmlK3dYoirTYs70FK/wd4ocli1KVIByu7XXmb9BsOPEmj76riSfZxbAM2oPQMmqLB9GUmC/I0M8AtHp9xCd3/rM8fCHISy+vH0ruaOi3Coyqv6ETPKPSpXEOZ4X9XoSl+y89sovTNJgoyklW8rw8+aKFP5apFo3SrbMNcWsnFpgmylkU19R3yY4mc0mk0j88Z62PZ5jHDV7DQugE5dkx/3CQxzlb2qt6aCF1HtJH6BHoGju4v97F8+Sp8zeRGlldCaZtMEmQAq+zICL5hpUvrwfXy19gzZvhcvj6aILNZ3ij2ETQzRZA3WWU7RrgOfQsu05YCnyLxcFS9h91fTlMgfqKdJsg6lteBpQ8wRZASVqmmUa7txvwEJ/qe8SoxGxYymK+wpnMsNGHpxviRbVShkzEatAb5iEHUSrqzQVuiUMkMf5IFGWnM/71giiAHqEL7U7iMf2gtkk/B7/M51E4qMlklvzwNymgxl+VvobQPTRCkMavkDpaelkJlbOkgyDUsv0LZu19Oe/A++BBLvyIB0ZJX9HIQhHdZBymt1BQfso9V1Jorag28PUXKN8tBkHqUV4elLTJFkM9YpVqzllOcAmXDiG6vJsZhlt+Kpc80RZBiF2eJK4fZSS5bd4fWUcTyc1n6Y6YIMpVVii+LTgFOTHLZNjoIMpTlT2fpXUwRpIcKn021gHuwcDN0ss525Cnn3fIt2DXfK3vPljGbHtK1gdcFmkNdkYTK4gz0Tgcxytg1fI6rUBkGvubA54Ta0lTFK9VYFhS/xKV18PEHX3MfYpogfPUND9DwuamFlP5oNZXlZRcxlmsDWutsCl/aNQYZWhfBnTlOceNsLq459E1wyyhwEeNvFb7ZusClrEbhNlbJoyp8Y3UejehxPWS08v/MBrbIlcr92BvfwZit7KMKOC3f3FRBcBC2mRlBnz0dpOzN17gvqrdP7+2p7PkoJz7Hrq2pCfeqMhzXasbI1/KHa/m4Y93reRFcU1mrIh8IXaLCJzpnsLyfKRozHrNZpbFF9NHyx2pGw2tWAZ8H3gW8UjmvvWdSlIQb3raq6Kdzp6vwBbOhWn5/FRCggy9lFcdN1521ax5Q0Y9B41o7nkn8Rv1/gSkS0T/crb0vV4Uv465UAUNjLerCkfAN2jUXKef19apwnYP4AynK4tfNU6m1ZlMtaK/stQZrLXu0Q6g6OIpTjoVfAK/Xnp1GDp1fhy0th1rwHLqmEbXYHkEQJYcGitwouG2onoPx0Ne8q+yDmtGIs8lPUFCgH/Q5R4XPQlt8nfKzKB9/ouNHLT/ddFEw7t+uGQbPko90GY+gOHgcoRc5+YeBj1DY3JPyGrq8qy6JdMhBDAyz8azhZLq2JRuP4HE3a6f8KhNH7k4Dt9UORqoE3qGqfiAUo7L7lX1kjfMd4H0UHGTTFMpLzH8VUAS3iN2znsQ1GugvprCvkvMYdSFouBYxPu98FdoKusblmZXUoiz0J1FuYgPUfCrXAof7S4MgimXIRVH8wwHq5vBLna9Cs8ULyEgVWrCg8zAJ79TtjGDXjSMx5kd4Fk7XB+a3uq5Sob1QfoW86JzxR2zcjjyj3/mKTafUpCAi2nPLVcB+QA379YdoGuWEBxEwars1hujIOpZQQS1jWhzvKXeIDAOBRhT+YgQ2kcYK71NLwgOauAKJ50jwpFW8J2jHKHvLKwYBuENmVxyibAiqKIlCOkVY1g8HZHkQ5SOXeTaBR9RW9vT7agp34xVlo4jiL7KoG0TjriCR4hVlk0r8EYrAtZQiZa+14wx1qzhF2Syi+C+K5VOWko8RUVJIlPc8irIhKCP6ZItSqeJbh8kSU/qHDCbKMuZT4hFlrpgxcaIUUcuJR5TdYsLEiFLIQuLMOESZJOZLnCjLyMhrabqkZRRR1qsArDQmW5SlZOxPVWhJ2E2UNRJlVQ/wi19CRv9WhXbJoCh8zb+IujVBNYqymIyPP55ZxsQoVvK78kkBrp28rXVThSJGcoE7YZ5RoTMlc8SBpw7kj2IEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgSAZ+A+0ucC4BysctgAAAABJRU5ErkJggg==\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1605},\"_NodeClass\":[\"image\"],\"_NodeId\":\"29E543E0-AE93-493A-A694-FC1C330D0544\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isLoaded\":true,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Image\"},\"1602\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1603\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setImageURL\":\"setImageURLHTML\",\"getNativeExtent\":\"getNativeExtentHTML\"},\"1604\":{\"x\":29,\"y\":29,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1605\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1606\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1607\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1600},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1608\":{\"x\":-3.024108360992159,\"y\":0.008036120330757512,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1609\":{\"x\":28,\"y\":29,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1610\":{\"x\":39.935711037353485,\"y\":-9.032144481323257,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1611\":{\"position\":{\"__isSmartRef__\":true,\"id\":1612},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1613},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1614},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1615},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1625},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1626},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1612\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1613\":{\"x\":24,\"y\":24,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1614\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1615\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1616},{\"__isSmartRef__\":true,\"id\":1618},{\"__isSmartRef__\":true,\"id\":1620},{\"__isSmartRef__\":true,\"id\":1622}],\"vector\":{\"__isSmartRef__\":true,\"id\":1624},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1616\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1617}},\"1617\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1618\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1619}},\"1619\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1620\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1621}},\"1621\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1622\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1623}},\"1623\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1624\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1625\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1626\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1627\":{\"x\":464.5087747493862,\"y\":8.483242611655214,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1628\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1629},{\"__isSmartRef__\":true,\"id\":1631},{\"__isSmartRef__\":true,\"id\":1633},{\"__isSmartRef__\":true,\"id\":1635}],\"vector\":{\"__isSmartRef__\":true,\"id\":1624},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1629\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1630}},\"1630\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1631\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1632}},\"1632\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1633\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1634}},\"1634\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1635\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1636}},\"1636\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1637\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"ScriptableButton\",\"comment\":\"Has a script that is called on button press\",\"changes\":[{\"__isSmartRef__\":true,\"id\":1638}],\"revisionOnLoad\":154251,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1638\":{\"date\":{\"__isSmartRef__\":true,\"id\":1639},\"author\":\"robertkrahn\",\"message\":\"no comment\",\"id\":\"0366C0A2-0C8E-4AEB-AAC3-120434134545\"},\"1639\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 14:10:10 GMT+0200 (CEST)\"},\"1640\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1581},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1581},\"targetMethodName\":\"onFire\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1641\":{\"x\":24.405327095521386,\"y\":24.0321444813232,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1642\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1643\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1581},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1644\":{\"x\":37.935711037353656,\"y\":-7.943747157684584,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1645\":{\"onFire\":{\"__isSmartRef__\":true,\"id\":1646},\"removeHighlighting\":{\"__isSmartRef__\":true,\"id\":1650}},\"1646\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1647},\"source\":\"function onFire() {\\n // $world.firstHand().highlightRectangle = null\\n\\n var hand = $world.firstHand(),\\n rect = hand.highlightRectangle,\\n that = this\\n\\n if (!rect) {\\n rect = $world.loadPartItem(\\\"HighlightRectangle\\\", \\\"PartsBin/Tools\\\")\\n connect(rect, \\\"onMouseMove\\\", rect, \\\"updateOnMove\\\")\\n connect(rect, \\\"onMouseUp\\\", this, \\\"removeHighlighting\\\")\\n connect(rect, \\\"onMouseUp\\\", this.owner, \\\"setTarget\\\",\\n {converter: function () {\\n return this.sourceObj.coveredMorph()\\n }\\n })\\n hand.highlightRectangle = rect\\n }\\n\\n if (hand.highlightConnection) {\\n this.removeHighlighting()\\n } else {\\n $world.addMorph(rect)\\n hand.highlightConnection = connect(hand, \\\"scrollFocusMorph\\\", rect, \\\"update\\\")\\n // on click we need to remove, remove on update\\n // connect\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1648},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1647\":{\"this\":{\"__isSmartRef__\":true,\"id\":1581}},\"1648\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1649},\"user\":\"timfelgentreff\",\"tags\":[]},\"1649\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 17:16:33 GMT+0200 (CEST)\"},\"1650\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1651},\"source\":\"function removeHighlighting() {\\n var hand = $world.firstHand(),\\n rect = hand.highlightRectangle\\n rect.remove()\\n hand.attributeConnections.removeAt(\\n hand.attributeConnections.indexOf(hand.highlightConnection))\\n hand.highlightConnection = null\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1652},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1651\":{\"this\":{\"__isSmartRef__\":true,\"id\":1581}},\"1652\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1653},\"user\":\"timfelgentreff\",\"tags\":[]},\"1653\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:46:39 GMT+0200 (CEST)\"},\"1654\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1655}],\"scripts\":[],\"id\":\"F83222FD-4AF5-407A-A34F-85AD9789CED9\",\"shape\":{\"__isSmartRef__\":true,\"id\":1671},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1687},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1675},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1688},\"label\":{\"__isSmartRef__\":true,\"id\":1655},\"name\":\"openTestsButton1\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1697},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1698}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1700},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1701},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1702},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1703},\"derivationIds\":[7251,\"84054D2E-8176-440D-B413-279956A34FC2\",\"79434046-F834-490E-B705-0CE871D9E8B3\",\"FF38CA79-C0DF-4F2F-8FC3-407571EF6A54\",\"B1D50332-9F4F-4F7C-AC3F-95DC6C73EAA4\",\"5B8D7C39-987A-4849-BFFD-3F316CE03852\",\"F7C30F5C-7270-44B1-ADFF-7473F2012DB0\",\"5142302E-3E9A-476B-AB24-B2448DA6D3E4\",\"FEA3C508-593D-4BC7-B645-8B5630CF2EDE\",\"998B5390-DE13-4D05-A800-F4AC603D1885\",\"65BB10BA-DC60-4250-A1DC-BC7A62F7F15B\",\"B7603252-A129-428A-BF01-3A47579E279C\",\"4DCE0C82-7BF6-4C64-8104-83FFD3D2AE15\"],\"_ClipMode\":\"visible\",\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"_Rotation\":0,\"_Scale\":0.9860906369990009,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1655\":{\"submorphs\":[],\"scripts\":[],\"id\":\"959BA66D-C9A2-428A-9887-6D93CB520B83\",\"shape\":{\"__isSmartRef__\":true,\"id\":1656},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1662},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1663},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1664},\"owner\":{\"__isSmartRef__\":true,\"id\":1654},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1665},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1666}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1668},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1669},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2\",\"CB475566-05CE-43E2-B04D-EE32BC4CB718\",\"6BB077CE-92E6-47BE-BE88-9A48488562D1\",\"9E359973-2FDB-417B-BB06-AB34D52BD310\",\"58F098ED-A190-44F2-B73E-80802B2CF2F6\",\"AEA84B35-B349-4307-92C6-8F229705DFC2\",\"A677CADF-24FF-4177-9A3A-FE9AAE7D60FE\",\"0F875AD9-E54C-4735-9BA9-7B89574233A1\",\"A8194A65-54EC-4815-9129-50452470B583\",\"0590416C-3818-48B8-83EF-DB2F57F8897E\",\"77E62CFF-2234-43B0-AC8A-E3330A43A536\",\"041C4AD6-3C67-454C-8D5E-4FD17BDD241D\"],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"_FontSize\":10,\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1670},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1656\":{\"position\":{\"__isSmartRef__\":true,\"id\":1657},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1658},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1659},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1660},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1661},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1657\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1658\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1659\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1660\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1661\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1662\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1663\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1664\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1665\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1666\":{\"style\":{\"__isSmartRef__\":true,\"id\":1667},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1655},\"storedString\":\"Classes\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1667\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1668\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1669\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1655},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1670\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1671\":{\"position\":{\"__isSmartRef__\":true,\"id\":1672},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1673},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1674},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1675},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1685},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1686},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1672\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1673\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1674\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1675\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1676},{\"__isSmartRef__\":true,\"id\":1678},{\"__isSmartRef__\":true,\"id\":1680},{\"__isSmartRef__\":true,\"id\":1682}],\"vector\":{\"__isSmartRef__\":true,\"id\":1684},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1676\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1677}},\"1677\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1678\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1679}},\"1679\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1680\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1681}},\"1681\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1682\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1683}},\"1683\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1684\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1685\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1686\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1687\":{\"x\":679.6846107715411,\"y\":9.000000000001592,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1688\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1689},{\"__isSmartRef__\":true,\"id\":1691},{\"__isSmartRef__\":true,\"id\":1693},{\"__isSmartRef__\":true,\"id\":1695}],\"vector\":{\"__isSmartRef__\":true,\"id\":1684},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1689\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1690}},\"1690\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1691\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1692}},\"1692\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1693\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1694}},\"1694\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1695\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1696}},\"1696\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1697\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1698\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1654},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"openPartClassesEditor\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1699},\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings\"},\"1699\":{\"source\":{\"__isSmartRef__\":true,\"id\":1654},\"target\":{\"__isSmartRef__\":true,\"id\":1}},\"1700\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1701\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1702\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1654},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1703\":{\"x\":68.53069610464559,\"y\":-11.464657270585036,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1704\":{\"target\":{\"__isSmartRef__\":true,\"id\":1},\"selector\":\"update\",\"args\":[],\"stopped\":false,\"tickTime\":500,\"currentTimeout\":37614,\"suspended\":false,\"__LivelyClassName__\":\"lively.morphic.TargetScript\",\"__SourceModuleName__\":\"Global.lively.morphic.Core\"},\"1705\":{\"position\":{\"__isSmartRef__\":true,\"id\":1706},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1707},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1708},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1709},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1710},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1711},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1706\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1707\":{\"x\":1025.0285365288846,\"y\":564.612532614436,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1708\":{\"r\":0.372,\"g\":0.369,\"b\":0.372,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1709\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1710\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1711\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1712\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"Edit scripts and connections of a specific morph.\",\"migrationLevel\":4,\"partName\":\"ObjectEditorPane\",\"changes\":[{\"__isSmartRef__\":true,\"id\":1713}],\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1713\":{\"date\":{\"__isSmartRef__\":true,\"id\":1714},\"author\":\"lauritz\",\"message\":\"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items.\"},\"1714\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 21 2011 00:39:30 GMT+0200 (CEST)\"},\"1715\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1716\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1717\":{\"x\":1025.0285365288846,\"y\":564.612532614436,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1718\":{\"resizeWidth\":true,\"resizeHeight\":true,\"adjustForNewBounds\":true},\"1719\":{\"x\":350.2386236582805,\"y\":-3.2455173507596555,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1720\":{\"x\":0.971126750461849,\"y\":21.45669012569269,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1721\":{},\"1722\":{\"displayInitialScript\":{\"__isSmartRef__\":true,\"id\":1723},\"displayJavaScriptSource\":{\"__isSmartRef__\":true,\"id\":1727},\"displaySourceForConnection\":{\"__isSmartRef__\":true,\"id\":1731},\"displaySourceForScript\":{\"__isSmartRef__\":true,\"id\":1735},\"generateSourceForConnection\":{\"__isSmartRef__\":true,\"id\":1739},\"generateSourceForScript\":{\"__isSmartRef__\":true,\"id\":1743},\"generateTargetCode\":{\"__isSmartRef__\":true,\"id\":1747},\"newConnection\":{\"__isSmartRef__\":true,\"id\":1751},\"newScript\":{\"__isSmartRef__\":true,\"id\":1755},\"reset\":{\"__isSmartRef__\":true,\"id\":1759},\"selectChangedContent\":{\"__isSmartRef__\":true,\"id\":1763},\"setTarget\":{\"__isSmartRef__\":true,\"id\":1767},\"sortedConnectionNamesOfObj\":{\"__isSmartRef__\":true,\"id\":1771},\"sortedScriptNamesOfObj\":{\"__isSmartRef__\":true,\"id\":1775},\"updateLists\":{\"__isSmartRef__\":true,\"id\":1779},\"onShutdown\":{\"__isSmartRef__\":true,\"id\":1783},\"confirmUnsavedChanges\":{\"__isSmartRef__\":true,\"id\":1787},\"update\":{\"__isSmartRef__\":true,\"id\":1791},\"ensureAnnotationLayer\":{\"__isSmartRef__\":true,\"id\":1795},\"migrateOldScriptAnnotations\":{\"__isSmartRef__\":true,\"id\":1799},\"copyToPartsBinWithUserRequest\":{\"__isSmartRef__\":true,\"id\":1803},\"printTags\":{\"__isSmartRef__\":true,\"id\":1811},\"setTag\":{\"__isSmartRef__\":true,\"id\":1815},\"runScript\":{\"__isSmartRef__\":true,\"id\":1819},\"openPartTestRunner\":{\"__isSmartRef__\":true,\"id\":1823},\"openPartClassesEditor\":{\"__isSmartRef__\":true,\"id\":1827}},\"1723\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1724},\"source\":\"function displayInitialScript() {\\n if (this.scriptList.getList().size() > 1) {\\n this.scriptList.preselectItem();\\n } else if (this.connectionList.getList().size() > 1) {\\n this.connectionList.preselectItem();\\n } else {\\n this.scriptList.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1725},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1724\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1725\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1726},\"user\":\"lauritz\",\"tags\":[]},\"1726\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:13:43 GMT+0100 (CET)\"},\"1727\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1728},\"source\":\"function displayJavaScriptSource(jsCode) {\\n if (this.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function(confirmed) {\\n if (confirmed) that.scriptPane.display(jsCode)\\n };\\n this.confirmUnsavedChanges(callback);\\n } else {\\n this.scriptPane.display(jsCode);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1729},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1728\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1729\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1730},\"user\":\"lauritz\",\"tags\":[]},\"1730\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)\"},\"1731\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1732},\"source\":\"function displaySourceForConnection(connection) {\\n var code = \\\"\\\", that = this;\\n if (connection === undefined) return;\\n if (connection === null) {\\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\\\"\\\\n\\\\n\\\");\\n });\\n code = code.substring(0, code.length - \\\"\\\\n\\\\n\\\".length - 1);\\n } else {\\n code = this.generateSourceForConnection(connection);\\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1733},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1732\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1733\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1734},\"user\":\"conradcalmez\",\"tags\":[]},\"1734\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 14:59:30 GMT+0100 (CET)\"},\"1735\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1736},\"source\":\"function displaySourceForScript(scriptName) {\\n var code = \\\"\\\",\\n that = this;\\n if (scriptName === null) {\\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForScript(each)).concat(\\\"\\\\n\\\\n\\\\n\\\");\\n });\\n code = code.substring(0, code.length - \\\"\\\\n\\\\n\\\\n\\\".length - 1);\\n } else {\\n code = this.generateSourceForScript(scriptName); \\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1737},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1736\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1737\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1738},\"user\":\"lauritz\",\"tags\":[]},\"1738\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:51:37 GMT+0100 (CET)\"},\"1739\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1740},\"source\":\"function generateSourceForConnection(connection) {\\n var c = connection, targetObject = this.target;\\n\\tif (!c.getTargetObj() || !c.getTargetObj().name || \\n\\t\\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\\n\\n\\tvar optConfig = []\\n\\tif (c.converterString)\\n\\t\\toptConfig.push(\\\"converter: \\\\n\\\\t\\\" + c.converterString)\\n\\tif (c.updaterString)\\n\\t\\toptConfig.push(\\\"updater: \\\\n\\\\t\\\" + c.updaterString)\\n\\treturn Strings.format('connect(%s, \\\"%s\\\", %s, \\\"%s\\\", {%s});', \\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getSourceObj()),\\n\\t\\t\\tc.getSourceAttrName(),\\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getTargetObj()),\\n\\t\\t\\tc.getTargetMethodName(),\\n\\t\\t\\toptConfig.join(','));\\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1741},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1740\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1741\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1742},\"user\":\"lauritz\",\"tags\":[]},\"1742\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)\"},\"1743\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1744},\"source\":\"function generateSourceForScript(scriptName) {\\n var script = this.target[scriptName],\\n annotation = '',\\n scriptSource = '',\\n tagScript = '';\\n\\n if (script.timestamp && script.user) \\n annotation = Strings.format('// changed at %s by %s \\\\n', script.timestamp, script.user);\\n scriptSource = Strings.format('this.addScript(%s)', script.getOriginal());\\n tagScript = Strings.format('.tag(%s);', this.printTags(script));\\n\\n return annotation + scriptSource + tagScript;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1745},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1744\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1745\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1746},\"user\":\"lauritz\",\"tags\":[]},\"1746\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:32:42 GMT+0100 (CET)\"},\"1747\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1748},\"source\":\"function generateTargetCode(baseObject, targetObject) {\\n\\tvar name = targetObject.name;\\n\\tif (baseObject === targetObject) \\n\\t\\treturn \\\"this\\\";\\n\\telse if (baseObject[name] === targetObject) \\n\\t\\treturn \\\"this.\\\" + name;\\n\\telse if (baseObject.testObject === targetObject) \\n\\t\\treturn \\\"this.testObject\\\";\\n\\telse if (baseObject.get(name) === targetObject) \\n\\t\\treturn 'this.get(\\\"' + name + '\\\")';\\n\\telse if (targetObject instanceof Morph) \\n\\t\\treturn '$morph(\\\"' + name + '\\\")';\\n\\telse \\n\\t\\treturn \\\"????\\\";\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1749},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1748\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1749\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1750},\"user\":\"lauritz\",\"tags\":[]},\"1750\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)\"},\"1751\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1752},\"source\":\"function newConnection() {\\n if (this.target) {\\n var code = \\\"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1753},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1752\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1753\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1754},\"user\":\"lauritz\",\"tags\":[]},\"1754\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)\"},\"1755\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1756},\"source\":\"function newScript() {\\n if (this.target) {\\n var code = \\\"this.addScript(function SCRIPTNAME() {\\\\n \\\\n}).tag([]);\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1757},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1756\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1757\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1758},\"user\":\"lauritz\",\"tags\":[]},\"1758\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:24:25 GMT+0100 (CET)\"},\"1759\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1760},\"source\":\"function reset() {\\n this.scriptPane = this.get('ObjectEditorScriptPane')\\n this.scriptList = this.get('ObjectEditorScriptList')\\n this.connectionList = this.get('ObjectEditorConnectionList')\\n this.morphSelector = this.get('ObjectEditorMorphSelector')\\n this.target = null;\\n this.scriptPane.reset();\\n this.scriptList.setList();\\n this.scriptList.selection = null;\\n this.connectionList.setList();\\n this.connectionList.selection = null;\\n this.morphSelector.reset();\\n this.tagChooser.reset();\\n this.currentTag = null;\\n this.stopStepping();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1761},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1760\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1761\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1762},\"user\":\"conradcalmez\",\"tags\":[]},\"1762\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 14:57:50 GMT+0100 (CET)\"},\"1763\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1764},\"source\":\"function selectChangedContent(source) {\\n\\n var addScriptRegex = /this\\\\.addScript\\\\s*\\\\(\\\\s*function\\\\s*([^\\\\(]*)/g;\\n var addScriptMatches = [];\\n var addScriptMatch = addScriptRegex.exec(source);\\n while (addScriptMatch) {\\n addScriptMatches.push(addScriptMatch[1]);\\n addScriptMatch = addScriptRegex.exec(source);\\n }\\n \\n // if scripts were added, select either a specific one or all\\n if (addScriptMatches.length > 0) { \\n if (addScriptMatches.length === 1) {\\n return this.scriptList.selectAddedScript(addScriptMatches[0]);\\n }\\n return this.scriptList.selectAt(0);\\n }\\n\\n var connectionRegex = \\n /connect\\\\(\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"\\\\s*,\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"/g;\\n var connectionMatches = [];\\n var connectionMatch = connectionRegex.exec(source);\\n while (connectionMatch) {\\n connectionMatches.push(connectionMatch);\\n connectionMatch = connectionRegex.exec(source);\\n }\\n\\n // if connections were made, select either a specific one or all\\n if (connectionMatches.length > 0) {\\n if (connectionMatches.length === 1) {\\n var match = connectionMatches[0];\\n for (var i=0; i -1) {\n var c = this.connectionList.selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n this.updateLists();\n this.displayInitialScript();\n } \n}","funcProperties":{"__isSmartRef__":true,"id":49132},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"49131":{"this":{"__isSmartRef__":true,"id":48285}},"49132":{},"49133":{"varMapping":{"__isSmartRef__":true,"id":49134},"source":"function updateLists() {\n this.scriptList.setList(this.sortedScriptNamesOfObj(this.target));\n var scriptListItems = this.scriptList.getList();\n scriptListItems.unshift(\"-- ALL --\");\n this.scriptList.setList(scriptListItems);\n\n this.connectionList.setList(this.sortedConnectionNamesOfObj(this.target));\n var connectionListItems = this.connectionList.getList();\n connectionListItems.unshift(\"-- ALL --\");\n this.connectionList.setList(connectionListItems);\n}","funcProperties":{"__isSmartRef__":true,"id":49135},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"49134":{"this":{"__isSmartRef__":true,"id":48285}},"49135":{},"49136":{"varMapping":{"__isSmartRef__":true,"id":49137},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.selectAt(0);\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.selectAt(0);\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":49138},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"49137":{"this":{"__isSmartRef__":true,"id":48285}},"49138":{},"49139":{"varMapping":{"__isSmartRef__":true,"id":49140},"source":"function reset() {\n this.target = null;\n this.scriptPane.doitContext = null;\n this.scriptList.setList();\n this.connectionList.setList();\n this.scriptPane.setTextString(\"\");\n this.morphSelector.reset();\n}","funcProperties":{"__isSmartRef__":true,"id":49141},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"49140":{"this":{"__isSmartRef__":true,"id":48285}},"49141":{},"49142":{"varMapping":{"__isSmartRef__":true,"id":49143},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n var index = this.scriptList.getList().indexOf(addScriptMatches[0]);\n if (index > -1) { \n return this.scriptList.selectAt(index);\n }\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i -1) {\n var c = selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n editor.updateLists();\n editor.displayInitialScript();\n } \n }\n\n var message = 'Disconnect \"' + selection[0] +'\" connection?';\n var callback = disconnectConnection;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":49345},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"49344":{"this":{"__isSmartRef__":true,"id":49290}},"49345":{"timestamp":{"__isSmartRef__":true,"id":49346},"user":"lauritz","categories":[]},"49346":{"isSerializedDate":true,"string":"Fri Nov 11 2011 01:46:54 GMT+0100 (Mitteleuropäische Zeit)"},"49347":{"submorphs":[{"__isSmartRef__":true,"id":49348}],"scripts":[],"id":"A6220B09-4E88-4DE2-91CA-D98AA8D058E2","shape":{"__isSmartRef__":true,"id":49364},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":49380},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":49367},"lighterFill":{"__isSmartRef__":true,"id":49381},"label":{"__isSmartRef__":true,"id":49348},"attributeConnections":[{"__isSmartRef__":true,"id":49390}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":49392},"name":"ObjectEditorRemoveScriptButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":49393},"renderContextTable":{"__isSmartRef__":true,"id":49394},"priorExtent":{"__isSmartRef__":true,"id":49395},"owner":{"__isSmartRef__":true,"id":48267},"eventHandler":{"__isSmartRef__":true,"id":49396},"isCopyMorphRef":true,"morphRefId":24,"draggingEnabled":false,"objectEditorPane":{"__isSmartRef__":true,"id":48267},"distanceToDragEvent":{"__isSmartRef__":true,"id":49397},"derivationIds":[217,"FDC10087-12CF-4570-9211-8309CB6A9AA3","E18FC530-4B1F-4F08-8DA6-3866A3519E56","04A2AAC3-6A9E-40BB-9408-EBB2567EE63B","8C1A42CE-840C-4AAE-BD79-C93A445B9EBF","61FC11FA-B87E-4EFE-BD15-564D3178B68B","ED34F9B5-9E00-41B3-8313-D9C3D6B3B231","A7481F4B-D444-4B4F-BDA2-4F9F03AEC24D","7DDF7175-34FC-4521-A7C3-580A8BE63351","DEA39C05-FAD7-4882-AB3D-0EE12C3408F9","99186A50-1411-4B6F-B1CB-FF0742C20D7D","10F3E467-6BB8-4D07-BD17-8C50593FD6B8","7260818C-6472-4288-8BDD-1E7798A543F3","DEBB5BDB-018D-4BA1-9FB9-73DC84C51D89","B31BD7D3-4819-4560-9661-C317568903A5","0BDA92F0-9453-44D3-A9A9-B77A27B0BAE0","23E309F8-AF01-4EA7-98B5-37DC538986EF","DF5B9D85-D091-46B6-B401-A99C05B77546"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"isPressed":false,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":49398},"__LivelyClassName__":"lively.morphic.Button"},"49348":{"submorphs":[],"scripts":[],"id":"3D74ED9A-0441-48A4-8290-338A1A3A6C6F","shape":{"__isSmartRef__":true,"id":49349},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":21,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":49355},"textColor":{"__isSmartRef__":true,"id":49352},"owner":{"__isSmartRef__":true,"id":49347},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":49356}],"padding":{"__isSmartRef__":true,"id":49358},"_Padding":{"__isSmartRef__":true,"id":49359},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":49360},"_FontFamily":"Helvetica, Sans-Serif","renderContextTable":{"__isSmartRef__":true,"id":49361},"_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_Align":"center","eventHandler":{"__isSmartRef__":true,"id":49362},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":21,"_MinTextHeight":null,"draggingEnabled":false,"derivationIds":[218,"852A7BD9-52EE-4708-A2D5-1BDECF33C958","7B4F173E-9726-472A-9B30-530D4AA92AD9","CBA217F6-2832-4213-9ABE-47753C1A4180","E6B97D1D-95D5-4644-9359-1D08D42A51F4","4391A57E-70C2-4628-9828-DD668CCE546E","F0C6C298-3B8B-42B2-B5E9-E5B82F607B01","DF0CAF75-4247-4797-B1A0-AD7444391E2A","B4C4F09B-F663-47A1-B85F-461D5452F5F8","FD966AB1-4685-4151-9A38-B1B21B0237EF","CA91FC2C-D7CC-4123-AFD2-108F8F0C2E97","88F1581A-7AEF-4646-B7F9-3890CDDB8494","DC577877-7F00-4238-9246-08C2A10C0CC9","818C9467-71A2-44D6-B01F-1523A0CD5476","A084816B-1BB2-4B7F-A5E9-38960006EC1D","6E699952-E650-4E6C-B809-8DD4B6E81EF5","0AC95454-A91A-4812-BEE9-E726706C4B30","105D0F82-1C3C-43AA-9648-B381882D91EC"],"partsBinMetaInfo":{"__isSmartRef__":true,"id":49363},"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"49349":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":49350},"_Extent":{"__isSmartRef__":true,"id":49351},"_BorderColor":{"__isSmartRef__":true,"id":49352},"renderContextTable":{"__isSmartRef__":true,"id":49353},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":49354},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"49350":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49351":{"x":25,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"49352":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49353":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"49354":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49355":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49356":{"style":{"__isSmartRef__":true,"id":49357},"chunkOwner":{"__isSmartRef__":true,"id":49348},"storedString":"-","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"49357":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"49358":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49359":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49360":{"x":25,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49361":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"49362":{"morph":{"__isSmartRef__":true,"id":49348},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"49363":{"requiredModules":[],"idOnLoad":"3D74ED9A-0441-48A4-8290-338A1A3A6C6F","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"49364":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":49365},"_Extent":{"__isSmartRef__":true,"id":49366},"_Fill":{"__isSmartRef__":true,"id":49367},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":49377},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":49378},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":49379},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"49365":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49366":{"x":25,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49367":{"stops":[{"__isSmartRef__":true,"id":49368},{"__isSmartRef__":true,"id":49370},{"__isSmartRef__":true,"id":49372},{"__isSmartRef__":true,"id":49374}],"vector":{"__isSmartRef__":true,"id":49376},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"49368":{"offset":0,"color":{"__isSmartRef__":true,"id":49369}},"49369":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49370":{"offset":0.4,"color":{"__isSmartRef__":true,"id":49371}},"49371":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49372":{"offset":0.6,"color":{"__isSmartRef__":true,"id":49373}},"49373":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49374":{"offset":1,"color":{"__isSmartRef__":true,"id":49375}},"49375":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49376":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49377":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49378":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"49379":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49380":{"x":160,"y":40,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49381":{"stops":[{"__isSmartRef__":true,"id":49382},{"__isSmartRef__":true,"id":49384},{"__isSmartRef__":true,"id":49386},{"__isSmartRef__":true,"id":49388}],"vector":{"__isSmartRef__":true,"id":49376},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"49382":{"offset":0,"color":{"__isSmartRef__":true,"id":49383}},"49383":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49384":{"offset":0.4,"color":{"__isSmartRef__":true,"id":49385}},"49385":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49386":{"offset":0.6,"color":{"__isSmartRef__":true,"id":49387}},"49387":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49388":{"offset":1,"color":{"__isSmartRef__":true,"id":49389}},"49389":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49390":{"sourceObj":{"__isSmartRef__":true,"id":49347},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":49347},"targetMethodName":"deleteSelectedScript","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":49391},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"49391":{"source":{"__isSmartRef__":true,"id":49347},"target":{"__isSmartRef__":true,"id":49347}},"49392":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49393":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","idOnLoad":"A6220B09-4E88-4DE2-91CA-D98AA8D058E2","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"49394":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"49395":{"x":30,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49396":{"morph":{"__isSmartRef__":true,"id":49347},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"49397":{"x":33.35839679439101,"y":-21.324811622839547,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49398":{"deleteSelectedScript":{"__isSmartRef__":true,"id":49399}},"49399":{"varMapping":{"__isSmartRef__":true,"id":49400},"source":"function deleteSelectedScript() {\n\n var editor = this.objectEditorPane;\n var selection = editor.scriptList.selection;\n\n if (!editor.target || editor.scriptList.getList().size() < 2) \n return; \n\n var deleteScript = function (confirmed) {\n if (!confirmed) return;\n \n if (selection && editor.target) {\n if (!editor.target.hasOwnProperty(selection)) \n return;\n delete editor.target[selection];\n editor.updateLists();\n editor.displayInitialScript();\n }\n }\n\n var message = 'Delete \"' + selection + '\" script?';\n var callback = deleteScript;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":49401},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"49400":{"this":{"__isSmartRef__":true,"id":49347}},"49401":{"timestamp":{"__isSmartRef__":true,"id":49402},"user":"lauritz"},"49402":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:12:21 GMT+0100 (Mitteleuropäische Zeit)"},"49403":{"submorphs":[{"__isSmartRef__":true,"id":49404}],"scripts":[],"id":"62AF113F-2093-43E2-896B-7FD9565001D8","shape":{"__isSmartRef__":true,"id":49421},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":49437},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":49424},"lighterFill":{"__isSmartRef__":true,"id":49438},"label":{"__isSmartRef__":true,"id":49404},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":49447},"name":"ObjectEditorMorphSelector","partsBinMetaInfo":{"__isSmartRef__":true,"id":49448},"list":[],"renderContextTable":{"__isSmartRef__":true,"id":49449},"eventHandler":{"__isSmartRef__":true,"id":49450},"distanceToDragEvent":{"__isSmartRef__":true,"id":49451},"priorExtent":{"__isSmartRef__":true,"id":49452},"owner":{"__isSmartRef__":true,"id":48267},"textString":"","selection":{"__isSmartRef__":true,"id":49453},"_ClipMode":"visible","prevScroll":[0,0],"listMorph":null,"derivationIds":[221,"4AC64FBA-95AC-42B2-A078-B6DA97889093","E26ED0E6-C4CE-4C82-94D5-175270E8459E","D292F2FC-C2B6-48AE-B779-8CC5868FFA49","53A862EB-032C-4BF0-9B21-58C7E0C0A9B2","CC4D188B-510F-48DE-A0E1-EC8D2CD63F9F","0CD057F2-3517-4849-A69E-1EF79B05ACE8","66EBBB7D-8FA7-4D43-AE78-A18DA3B970BA","A50C1893-4138-4E29-865B-92F53F76D08A","1EC5D2B9-3539-419A-8DD6-CE82DEABB02C","95DC06D5-F4C7-49E2-8A01-110D1B0AFBD0","672DEFAB-2BE5-4C60-9779-3B44694FBEB1","E3476213-5872-492C-BE29-0C6A5A150ED8","AA2F6ABE-1CCB-403D-94DD-8FB371F3DDCE","7CF7B24B-9888-448A-9010-E8B15DDBA004","86A320D7-ECDB-43EC-B2B7-27A1D5CA8C53","3D6ECBD3-EC4A-4EEB-8640-4D078EFF8AAF","96FFEAC0-FD04-4E22-9ABC-ABAE3FA0A736"],"_Rotation":0,"_Scale":1,"isPressed":false,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":49470},"__LivelyClassName__":"lively.morphic.Button"},"49404":{"submorphs":[],"scripts":[],"id":"3EC6B217-5D2D-4666-A1F0-CF5105861C0F","shape":{"__isSmartRef__":true,"id":49405},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":220,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":49411},"textColor":{"__isSmartRef__":true,"id":49408},"owner":{"__isSmartRef__":true,"id":49403},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":49412}],"padding":{"__isSmartRef__":true,"id":49414},"_Padding":{"__isSmartRef__":true,"id":49414},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":49415},"attributeConnections":[{"__isSmartRef__":true,"id":49416}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"renderContextTable":{"__isSmartRef__":true,"id":49417},"eventHandler":{"__isSmartRef__":true,"id":49418},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":220,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":10,"derivationIds":[222,"30F054A3-7658-405B-8098-B7D87AA8A9ED","556D6E07-45B7-42EC-A486-DE275EF0B034","06B0B080-467A-46CC-8B0D-9C0A9B9A71F1","5E2D96C9-BB9B-4735-8673-A79847435197","B48AA022-2022-4A2A-9090-4D884FB3DFD3","8B2F743A-98C5-45E1-B03C-5019114EAC47","D09C56C3-A2DC-4BDF-B8A1-6365138ECD01","74158C3D-B79E-43E7-B111-48701B10ACE2","B19E117B-E40F-4B9F-86AC-BFB2AAFD5336","4E3B3D72-E52C-44ED-AE32-78939BA1ECFD","2459D1F0-E49C-4882-AB4C-D78C1A496962","3D8D3B02-0459-45C1-A606-D0DB4B07958C","78AAE288-D261-4BEA-9436-C8C31B890B44","62387523-F02D-471C-8758-988647710CDC","A7EE8B19-A2F0-4D26-80AD-0F027B34F504","16C034BF-CCED-4F4A-8315-130685824270","A4127ACD-F316-45A3-837C-2C592509CA24"],"_TextColor":{"__isSmartRef__":true,"id":49419},"partsBinMetaInfo":{"__isSmartRef__":true,"id":49420},"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"49405":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":49406},"_Extent":{"__isSmartRef__":true,"id":49407},"_BorderColor":{"__isSmartRef__":true,"id":49408},"renderContextTable":{"__isSmartRef__":true,"id":49409},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":49410},"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"49406":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49407":{"x":220,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"49408":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49409":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"49410":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49411":{"x":2,"y":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49412":{"style":{"__isSmartRef__":true,"id":49413},"chunkOwner":{"__isSmartRef__":true,"id":49404},"storedString":"Rectangle Test","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"49413":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"49414":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49415":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49416":{"sourceObj":{"__isSmartRef__":true,"id":49404},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":49403},"targetMethodName":"selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"49417":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"49418":{"morph":{"__isSmartRef__":true,"id":49404},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"49419":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49420":{"requiredModules":[],"idOnLoad":"3EC6B217-5D2D-4666-A1F0-CF5105861C0F","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"49421":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":49422},"_Extent":{"__isSmartRef__":true,"id":49423},"_Fill":{"__isSmartRef__":true,"id":49424},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":49434},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":49435},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":49436},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"49422":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49423":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49424":{"stops":[{"__isSmartRef__":true,"id":49425},{"__isSmartRef__":true,"id":49427},{"__isSmartRef__":true,"id":49429},{"__isSmartRef__":true,"id":49431}],"vector":{"__isSmartRef__":true,"id":49433},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"49425":{"offset":0,"color":{"__isSmartRef__":true,"id":49426}},"49426":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49427":{"offset":0.4,"color":{"__isSmartRef__":true,"id":49428}},"49428":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49429":{"offset":0.6,"color":{"__isSmartRef__":true,"id":49430}},"49430":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49431":{"offset":1,"color":{"__isSmartRef__":true,"id":49432}},"49432":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49433":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49434":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49435":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"49436":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49437":{"x":240.1308656788165,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49438":{"stops":[{"__isSmartRef__":true,"id":49439},{"__isSmartRef__":true,"id":49441},{"__isSmartRef__":true,"id":49443},{"__isSmartRef__":true,"id":49445}],"vector":{"__isSmartRef__":true,"id":49433},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"49439":{"offset":0,"color":{"__isSmartRef__":true,"id":49440}},"49440":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49441":{"offset":0.4,"color":{"__isSmartRef__":true,"id":49442}},"49442":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49443":{"offset":0.6,"color":{"__isSmartRef__":true,"id":49444}},"49444":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49445":{"offset":1,"color":{"__isSmartRef__":true,"id":49446}},"49446":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49447":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49448":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","idOnLoad":"62AF113F-2093-43E2-896B-7FD9565001D8","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"49449":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"49450":{"morph":{"__isSmartRef__":true,"id":49403},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"49451":{"x":122.93118375058827,"y":-11.582832083333244,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49452":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49453":{"submorphs":[],"scripts":[],"id":181,"shape":{"__isSmartRef__":true,"id":49454},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":49460},"_MaxTextWidth":580,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":49461},"showsHalos":false,"_FontSize":28,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Title","partsBinMetaInfo":{"__isSmartRef__":true,"id":49462},"_TextColor":{"__isSmartRef__":true,"id":49463},"renderContextTable":{"__isSmartRef__":true,"id":49464},"textChunks":[{"__isSmartRef__":true,"id":49465}],"eventHandler":{"__isSmartRef__":true,"id":49467},"priorExtent":{"__isSmartRef__":true,"id":49468},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":580,"_MinTextHeight":null,"_Rotation":0,"_Scale":1.002003004005006,"previousSelection":[35,35],"priorSelectionRange":[23,23],"charsReplaced":"WIP / Proof of Concept","lastFindLoc":22,"distanceToDragEvent":{"__isSmartRef__":true,"id":49469},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","isCopyMorphRef":true,"morphRefId":2,"prevScroll":[0,0],"__LivelyClassName__":"lively.morphic.Text"},"49454":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":49455},"_Extent":{"__isSmartRef__":true,"id":49456},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":49457},"renderContextTable":{"__isSmartRef__":true,"id":49458},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":49459},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"49455":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49456":{"x":580,"y":43,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49457":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49458":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"49459":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49460":{"x":37,"y":23,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49461":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49462":{"partsSpaceName":"PartsBin/Worlds/","__SourceModuleName__":"Global.lively.PartsBin","comment":"For example a world title.","partName":"Title","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"49463":{"r":0,"g":0.309,"b":0.595,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49464":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"49465":{"style":{"__isSmartRef__":true,"id":49466},"chunkOwner":{"__isSmartRef__":true,"id":49453},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"49466":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"49467":{"morph":{"__isSmartRef__":true,"id":49453},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"49468":{"x":580,"y":43,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49469":{"x":221,"y":-12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49470":{"createListMorph":{"__isSmartRef__":true,"id":49471},"getList":{"__isSmartRef__":true,"id":49475},"removeList":{"__isSmartRef__":true,"id":49479},"reset":{"__isSmartRef__":true,"id":49483},"displayTopLevelMorphs":{"__isSmartRef__":true,"id":49487},"onMouseDown":{"__isSmartRef__":true,"id":49491},"setTargetOfPane":{"__isSmartRef__":true,"id":49499},"setTargetToListSelection":{"__isSmartRef__":true,"id":49503},"onBlur":{"__isSmartRef__":true,"id":49507},"setTarget":{"__isSmartRef__":true,"id":49515},"setTargetOnSelection":{"__isSmartRef__":true,"id":49519}},"49471":{"varMapping":{"__isSmartRef__":true,"id":49472},"source":"function createListMorph() {\n var items = this.getList();\n \n var height = Math.min(this.owner.getExtent().y, items.length * 17);\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\n\n var listMorph = new lively.morphic.List(extent);\n listMorph.setList(items);\n listMorph.setFontSize(10);\n\n listMorph.disableGrabbing();\n listMorph.disableDragging();\n\n connect(listMorph, 'selection', this, 'setTargetToListSelection');\n \n return listMorph;\n}","funcProperties":{"__isSmartRef__":true,"id":49473},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"49472":{"this":{"__isSmartRef__":true,"id":49403}},"49473":{"timestamp":{"__isSmartRef__":true,"id":49474},"user":"lauritz","tags":[]},"49474":{"isSerializedDate":true,"string":"Tue Dec 13 2011 18:55:41 GMT+0100 (Mitteleuropäische Zeit)"},"49475":{"varMapping":{"__isSmartRef__":true,"id":49476},"source":"function getList() {\n var worldEntry = {\n isListItem: true,\n selectionString: 'World',\n string: 'World',\n value: this.world()\n };\n var list = this.world().indentedListItemsOfMorphNames();\n list.unshift(worldEntry);\n return list;\n}","funcProperties":{"__isSmartRef__":true,"id":49477},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"49476":{"this":{"__isSmartRef__":true,"id":49403}},"49477":{"timestamp":{"__isSmartRef__":true,"id":49478},"user":"lauritz","tags":[]},"49478":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:12:23 GMT+0100 (Mitteleuropäische Zeit)"},"49479":{"varMapping":{"__isSmartRef__":true,"id":49480},"source":"function removeList() {\n this.listMorph && this.listMorph.remove();\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":49481},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"49480":{"this":{"__isSmartRef__":true,"id":49403}},"49481":{"timestamp":{"__isSmartRef__":true,"id":49482},"user":"lauritz","tags":[]},"49482":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:51:07 GMT+0100 (Mitteleuropäische Zeit)"},"49483":{"varMapping":{"__isSmartRef__":true,"id":49484},"source":"function reset() {\n this.list = [];\n this.setLabel('empty');\n this.label.setAlign('left');\n this.removeList();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'});\n}","funcProperties":{"__isSmartRef__":true,"id":49485},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"49484":{"this":{"__isSmartRef__":true,"id":49403}},"49485":{"timestamp":{"__isSmartRef__":true,"id":49486},"user":"lauritz","tags":[]},"49486":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:34:06 GMT+0100 (Mitteleuropäische Zeit)"},"49487":{"varMapping":{"__isSmartRef__":true,"id":49488},"source":"function displayTopLevelMorphs() {\n var list = this.createListMorph(); \n if (this.getList().length === 0) return;\n this.addMorph(list);\n this.listMorph = list;\n}","funcProperties":{"__isSmartRef__":true,"id":49489},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"49488":{"this":{"__isSmartRef__":true,"id":49403}},"49489":{"timestamp":{"__isSmartRef__":true,"id":49490},"user":"lauritz","tags":[]},"49490":{"isSerializedDate":true,"string":"Tue Dec 13 2011 18:53:20 GMT+0100 (Mitteleuropäische Zeit)"},"49491":{"varMapping":{"__isSmartRef__":true,"id":49492},"source":"function onMouseDown(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n // clicked on morph, not the list, not the list's scrollbar\n if (evt.target === this.renderContext().shapeNode)\n this.removeList();\n } else {\n this.displayTopLevelMorphs();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":49497},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"49492":{"this":{"__isSmartRef__":true,"id":49403},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":49493}},"49493":{"$super":{"__isSmartRef__":true,"id":49494}},"49494":{"varMapping":{"__isSmartRef__":true,"id":49495},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":49496},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"49495":{"obj":{"__isSmartRef__":true,"id":49403},"name":"onMouseDown"},"49496":{},"49497":{"timestamp":{"__isSmartRef__":true,"id":49498},"user":"lauritz","tags":[]},"49498":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:30:39 GMT+0100 (Mitteleuropäische Zeit)"},"49499":{"varMapping":{"__isSmartRef__":true,"id":49500},"source":"function setTargetOfPane(selection) {\n this.owner.setTarget(selection);\n this.label.setAlign('left');\n}","funcProperties":{"__isSmartRef__":true,"id":49501},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"49500":{"this":{"__isSmartRef__":true,"id":49403}},"49501":{"timestamp":{"__isSmartRef__":true,"id":49502},"user":"lauritz","tags":[]},"49502":{"isSerializedDate":true,"string":"Wed Dec 07 2011 04:30:42 GMT+0100 (Mitteleuropäische Zeit)"},"49503":{"varMapping":{"__isSmartRef__":true,"id":49504},"source":"function setTargetToListSelection() { \n var selection = this.listMorph.selection;\n this.removeList();\n if (!selection) return;\n if (this.owner.scriptPane.hasChanged()) {\n var that = this;\n var callback = function (confirmed) {\n if (confirmed) that.setTargetOfPane(selection);\n }\n this.owner.confirmUnsavedChanges(callback);\n } else {\n this.setTargetOfPane(selection);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":49505},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"49504":{"this":{"__isSmartRef__":true,"id":49403}},"49505":{"timestamp":{"__isSmartRef__":true,"id":49506},"user":"lauritz","tags":[]},"49506":{"isSerializedDate":true,"string":"Wed Dec 07 2011 06:06:48 GMT+0100 (Mitteleuropäische Zeit)"},"49507":{"varMapping":{"__isSmartRef__":true,"id":49508},"source":"function onBlur(evt) {\n $super(evt);\n \n // workaround - otherwise other morphs get this event\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\n this.removeList();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":49513},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"49508":{"this":{"__isSmartRef__":true,"id":49403},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":49509}},"49509":{"$super":{"__isSmartRef__":true,"id":49510}},"49510":{"varMapping":{"__isSmartRef__":true,"id":49511},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":49512},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"49511":{"obj":{"__isSmartRef__":true,"id":49403},"name":"onBlur"},"49512":{},"49513":{"timestamp":{"__isSmartRef__":true,"id":49514},"user":"lauritz","tags":[]},"49514":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:30:08 GMT+0100 (Mitteleuropäische Zeit)"},"49515":{"varMapping":{"__isSmartRef__":true,"id":49516},"source":"function setTarget(target) {\n this.label.setTextString(target.getName() || target.toString());\n}","funcProperties":{"__isSmartRef__":true,"id":49517},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"49516":{"this":{"__isSmartRef__":true,"id":49403}},"49517":{"timestamp":{"__isSmartRef__":true,"id":49518},"user":"lauritz","tags":[]},"49518":{"isSerializedDate":true,"string":"Wed Dec 07 2011 04:29:39 GMT+0100 (Mitteleuropäische Zeit)"},"49519":{"varMapping":{"__isSmartRef__":true,"id":49520},"source":"function setTargetOnSelection() {\n if (this.listMorph && this.listMorph.renderContext() && this.listMorph.renderContext().listNode.value) {\n this.setTargetToListSelection();\n this.stopStepping();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":49521},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"49520":{"this":{"__isSmartRef__":true,"id":49403}},"49521":{"timestamp":{"__isSmartRef__":true,"id":49522},"user":"lauritz","tags":[]},"49522":{"isSerializedDate":true,"string":"Wed Dec 07 2011 06:12:06 GMT+0100 (Mitteleuropäische Zeit)"},"49523":{"submorphs":[],"scripts":[],"id":"DF04F06F-7B28-4AA6-8FA6-57E1A9D05332","shape":{"__isSmartRef__":true,"id":49524},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":false,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":49530},"_MaxTextWidth":64.8979476392384,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":49527},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"ObjectEditorScriptsText1","partsBinMetaInfo":{"__isSmartRef__":true,"id":49531},"textChunks":[{"__isSmartRef__":true,"id":49532}],"charsReplaced":"Scripts","lastFindLoc":-7,"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":49534},"renderContextTable":{"__isSmartRef__":true,"id":49535},"eventHandler":{"__isSmartRef__":true,"id":49536},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64.8979476392384,"_MinTextHeight":null,"_ClipMode":"visible","draggingEnabled":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":49537},"eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":48267},"isCopyMorphRef":true,"morphRefId":27,"derivationIds":[223,"5E3A69EF-26C1-4D0D-B04C-8C3894017F56","14AB1B91-3ED6-49AE-AA58-47D18B6C569F","991D4A54-1FC4-4BC7-AA82-F814AC52CDE3","DB9B19F7-4390-4CE5-9B1D-62177CB8D605","8F7B2EE9-9538-4044-B75B-6A12F3108B70","4B9F9B4B-C7D3-418D-9AC9-10503A4EBF8E","324EE422-8C94-43CE-B964-A3150830C25F","36D1ECF9-591F-426B-A4F6-B337D7DB053B","CB52849C-BE64-4053-8D07-758F969F84EB","F1C241D4-A689-4DB7-942F-ADB5F39D9CAA","F9D413A0-184F-47F5-9B55-D05D511915CB","F4C5DA2D-8203-47EB-834D-2D03338B0419","1E089341-3FFF-45CD-9C21-BA7A8B4CF6F2","2E3BA43D-DE5E-4EEA-8DF6-97BE9BDB9EE8","5622156A-68BA-441A-9AE4-19B7BB321E95","913CDF62-CF29-4172-AFDF-4505CF7A364F","94A0088B-93EF-4DA6-9BAB-9910767CB753"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"49524":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":49525},"_Extent":{"__isSmartRef__":true,"id":49526},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":49527},"renderContextTable":{"__isSmartRef__":true,"id":49528},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":49529},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"49525":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49526":{"x":64.8979476392384,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"49527":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49528":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"49529":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49530":{"x":198.16434648623274,"y":12.911539589748486,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49531":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"DF04F06F-7B28-4AA6-8FA6-57E1A9D05332","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"49532":{"style":{"__isSmartRef__":true,"id":49533},"chunkOwner":{"__isSmartRef__":true,"id":49523},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Target:","__LivelyClassName__":"lively.morphic.TextChunk"},"49533":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"49534":{"x":64.8979476392384,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49535":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"49536":{"morph":{"__isSmartRef__":true,"id":49523},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"49537":{"x":41.065989525935834,"y":-10.506047005169194,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49538":{"submorphs":[],"scripts":[],"id":"49E4650F-A0BC-4A13-AEA3-BA678759988B","shape":{"__isSmartRef__":true,"id":49539},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":false,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":49545},"_MaxTextWidth":64.8979476392384,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":49542},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"ObjectEditorScriptsText2","partsBinMetaInfo":{"__isSmartRef__":true,"id":49546},"textChunks":[{"__isSmartRef__":true,"id":49547}],"charsReplaced":"Scripts","lastFindLoc":-7,"priorSelectionRange":[0,7],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":49549},"renderContextTable":{"__isSmartRef__":true,"id":49550},"eventHandler":{"__isSmartRef__":true,"id":49551},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64.8979476392384,"_MinTextHeight":null,"_ClipMode":"visible","draggingEnabled":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":49552},"eventsAreIgnored":true,"isCopyMorphRef":true,"morphRefId":27,"owner":{"__isSmartRef__":true,"id":48267},"derivationIds":[224,"35EF8FE5-067D-45B6-AF21-77040F11D340","80DC09DD-22D4-4089-B5C3-857B32C9BE9B","EF080074-E6B9-47F3-A87F-26313B40C430","F6977801-C1A7-445C-9BF1-8A1019E202FB","8C9157AE-0343-4CFB-8186-1D5E05D2ECBE","DD3C23F8-6463-4EAE-959B-C486E27D9BDA","1E8D3752-D212-41F8-BC63-B094E0C80707","75C07D11-AE5D-4A36-B2D0-F2A6EA414E72","494AB1C0-2C09-49DE-B4AA-1F24DC7495FF","25199967-E3BA-4763-A704-37BD3152A5F7","8E4A5937-D1FA-4AF7-BD8D-B542C636CEF9","DDB23EF0-540C-4046-AD4D-C001E8A5F20C","FF45AAB3-E5C7-42A0-A704-F068DB2E2AF9","7DE7E9A4-D30D-4E76-8C56-E5E0B58CD488","15023644-FA2D-4B48-BED2-63CA31B6B670","DB44519F-74E5-4E10-A5CE-4F93A0694A4B","75AACE15-9C62-4EF9-A7FA-03371C768139"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"49539":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":49540},"_Extent":{"__isSmartRef__":true,"id":49541},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":49542},"renderContextTable":{"__isSmartRef__":true,"id":49543},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":49544},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"49540":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49541":{"x":64.8979476392384,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"49542":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49543":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"49544":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49545":{"x":10,"y":12.911539589749026,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49546":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"49E4650F-A0BC-4A13-AEA3-BA678759988B","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"49547":{"style":{"__isSmartRef__":true,"id":49548},"chunkOwner":{"__isSmartRef__":true,"id":49538},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Tag:","__LivelyClassName__":"lively.morphic.TextChunk"},"49548":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"49549":{"x":64.8979476392384,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49550":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"49551":{"morph":{"__isSmartRef__":true,"id":49538},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"49552":{"x":45.76052154281416,"y":-27.783027415339603,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49553":{"submorphs":[{"__isSmartRef__":true,"id":49554}],"scripts":[],"id":"7FACC018-C096-484D-B37B-633AAEB273D2","shape":{"__isSmartRef__":true,"id":49569},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":49585},"value":true,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":49586},"lighterFill":{"__isSmartRef__":true,"id":49572},"label":{"__isSmartRef__":true,"id":49554},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":49595},"name":"ObjectEditorTagChooser","partsBinMetaInfo":{"__isSmartRef__":true,"id":49596},"listMorph":null,"list":[],"renderContextTable":{"__isSmartRef__":true,"id":49597},"eventHandler":{"__isSmartRef__":true,"id":49598},"distanceToDragEvent":{"__isSmartRef__":true,"id":49599},"priorExtent":{"__isSmartRef__":true,"id":49600},"textString":"PartsBinBrowser","selection":"","_ClipMode":"visible","prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":48267},"setTargetToListSelection":"all","savedTextString":"all","derivationIds":[225,"7F83847B-D0B1-4A31-8601-43424B97C858","E08FC110-71D7-4FFD-B4A8-08F8147B95BA","5534107D-C5C9-48DD-A1ED-B87E9D9B672C","0B89FA7A-768C-4062-98AE-C455E8DAFF19","799320C6-CFBA-40E7-B03D-64BFE9B78248","9B650AA3-271B-4E72-B230-51C6F64B7462","C95D3672-724C-4C2C-9CDD-EF308062F627","C66EBEEC-B7CE-4DD9-8BDF-905F071F965D","D68B143A-A712-4FD0-8803-62CCB4C7F763","ED802271-AE5C-4BE9-AC4E-7CED44BC864B","1BD989CB-146C-431F-8B15-9199C4CD5D32","42172AA4-1B06-4C5B-9BB7-FAED1206CF34","32DFAF99-E6F8-426B-829D-FD6C2BCB8FAA","90F68286-09C1-4B33-B9F6-1685A0D9FAB0","B6AE9317-6B32-4477-94C3-988E11D52818","E4CC49BE-7E93-48CE-9CCF-494898817F92","0A056822-1094-4756-A996-B9E272E0D21D"],"_Rotation":0,"_Scale":1,"isPressed":false,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":49601},"__LivelyClassName__":"lively.morphic.Button"},"49554":{"submorphs":[],"scripts":[],"id":"CD02E894-840F-4E43-B1D6-83148D2953BE","shape":{"__isSmartRef__":true,"id":49555},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":130,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":49560},"textColor":{"__isSmartRef__":true,"id":49558},"owner":{"__isSmartRef__":true,"id":49553},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":49561}],"padding":{"__isSmartRef__":true,"id":49563},"_Padding":{"__isSmartRef__":true,"id":49563},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":49564},"attributeConnections":[{"__isSmartRef__":true,"id":49565}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"renderContextTable":{"__isSmartRef__":true,"id":49566},"eventHandler":{"__isSmartRef__":true,"id":49567},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":130,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":10,"derivationIds":[226,"03DBF3F8-8EA2-4426-BA64-C4297DDAB015","B8F87302-BEC3-48CD-9BBA-6C7DBB6287E1","4AA6AE51-338B-4E3E-814B-9F99C693A2D5","08F6CE56-AD91-4C27-9429-C3DEA313696C","D39C963C-FD24-4498-A6D8-71E5102CE58A","132C2A9E-3466-4051-AAEA-6E485A91F408","DB8BC4A1-ED41-446B-AB6C-7E73DD857B5D","567FC668-A57C-41CB-8252-8912826B3144","D0B0775F-C8E7-49EB-BBB2-C7BB7DD464BF","AABED87D-D7C0-494A-8803-26F4601E35FF","696C3A2A-C695-4D17-A044-41A73436AB8D","206A0BFD-6997-4E0E-9193-089D1F66B22A","F2F1F966-6C41-4EBA-AFCE-FAE8C79AA696","DACDEF8A-8791-4FF3-8DEC-70227F2294D8","D25F7CAB-9828-452E-B2BD-F13D930CC8B3","09CCDF11-EB1A-4085-8DE3-5B3E18D779BB","6B53F28E-EFDB-4FA1-88BD-73AF9CD3E06A"],"_TextColor":{"__isSmartRef__":true,"id":49419},"partsBinMetaInfo":{"__isSmartRef__":true,"id":49568},"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"49555":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":49556},"_Extent":{"__isSmartRef__":true,"id":49557},"_BorderColor":{"__isSmartRef__":true,"id":49558},"renderContextTable":{"__isSmartRef__":true,"id":49559},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":49410},"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"49556":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49557":{"x":130,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"49558":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49559":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"49560":{"x":2,"y":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49561":{"style":{"__isSmartRef__":true,"id":49562},"chunkOwner":{"__isSmartRef__":true,"id":49554},"storedString":"all","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"49562":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"49563":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49564":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49565":{"sourceObj":{"__isSmartRef__":true,"id":49554},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":49553},"targetMethodName":"selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"49566":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"49567":{"morph":{"__isSmartRef__":true,"id":49554},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"49568":{"requiredModules":[],"idOnLoad":"CD02E894-840F-4E43-B1D6-83148D2953BE","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"49569":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":49570},"_Extent":{"__isSmartRef__":true,"id":49571},"_Fill":{"__isSmartRef__":true,"id":49572},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":49582},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":49583},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":49584},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"49570":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49571":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49572":{"stops":[{"__isSmartRef__":true,"id":49573},{"__isSmartRef__":true,"id":49575},{"__isSmartRef__":true,"id":49577},{"__isSmartRef__":true,"id":49579}],"vector":{"__isSmartRef__":true,"id":49581},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"49573":{"offset":0,"color":{"__isSmartRef__":true,"id":49574}},"49574":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49575":{"offset":0.4,"color":{"__isSmartRef__":true,"id":49576}},"49576":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49577":{"offset":0.6,"color":{"__isSmartRef__":true,"id":49578}},"49578":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49579":{"offset":1,"color":{"__isSmartRef__":true,"id":49580}},"49580":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49581":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49582":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49583":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"49584":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49585":{"x":39.12381412396891,"y":10.000000000000057,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49586":{"stops":[{"__isSmartRef__":true,"id":49587},{"__isSmartRef__":true,"id":49589},{"__isSmartRef__":true,"id":49591},{"__isSmartRef__":true,"id":49593}],"vector":{"__isSmartRef__":true,"id":49581},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"49587":{"offset":0,"color":{"__isSmartRef__":true,"id":49588}},"49588":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49589":{"offset":0.4,"color":{"__isSmartRef__":true,"id":49590}},"49590":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49591":{"offset":0.6,"color":{"__isSmartRef__":true,"id":49592}},"49592":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49593":{"offset":1,"color":{"__isSmartRef__":true,"id":49594}},"49594":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49595":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49596":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","idOnLoad":"7FACC018-C096-484D-B37B-633AAEB273D2","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"49597":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"49598":{"morph":{"__isSmartRef__":true,"id":49553},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"49599":{"x":85.7442776093583,"y":-11.582832083333244,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49600":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49601":{"createListMorph":{"__isSmartRef__":true,"id":49602},"getList":{"__isSmartRef__":true,"id":49606},"removeList":{"__isSmartRef__":true,"id":49610},"reset":{"__isSmartRef__":true,"id":49614},"onMouseUp":{"__isSmartRef__":true,"id":49618},"onBlur":{"__isSmartRef__":true,"id":49626},"setTag":{"__isSmartRef__":true,"id":49634}},"49602":{"varMapping":{"__isSmartRef__":true,"id":49603},"source":"function createListMorph() {\n var items = this.getList();\n\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\n\n var listMorph = new lively.morphic.List(extent);\n listMorph.setList(items);\n listMorph.setFontSize(10);\n\n listMorph.disableGrabbing();\n listMorph.disableDragging();\n \n connect(listMorph, 'selection', this, 'setTag');\n \n return listMorph;\n}","funcProperties":{"__isSmartRef__":true,"id":49604},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"49603":{"this":{"__isSmartRef__":true,"id":49553}},"49604":{"timestamp":{"__isSmartRef__":true,"id":49605},"user":"lauritz","categories":[]},"49605":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:35:59 GMT+0100 (Mitteleuropäische Zeit)"},"49606":{"varMapping":{"__isSmartRef__":true,"id":49607},"source":"function getList() {\n if (!this.owner.target) return [''];\n\n var target = this.owner.target;\n\n var tags = Functions.own(target).collect(function (each) {\n return target[each].tags || [];\n }).flatten().uniq();\n\n var sortedTags = tags.sortBy(function(name) { \n return name.toLowerCase() \n });\n \n sortedTags.unshift('all'); \n return sortedTags;\n}","funcProperties":{"__isSmartRef__":true,"id":49608},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"49607":{"this":{"__isSmartRef__":true,"id":49553}},"49608":{"timestamp":{"__isSmartRef__":true,"id":49609},"user":"lauritz","tags":[]},"49609":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:25 GMT+0100 (Mitteleuropäische Zeit)"},"49610":{"varMapping":{"__isSmartRef__":true,"id":49611},"source":"function removeList() {\n this.listMorph && this.listMorph.remove()\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":49612},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"49611":{"this":{"__isSmartRef__":true,"id":49553}},"49612":{"timestamp":{"__isSmartRef__":true,"id":49613},"user":"lauritz","categories":[]},"49613":{"isSerializedDate":true,"string":"Thu Nov 17 2011 19:06:51 GMT+0100 (Mitteleuropäische Zeit)"},"49614":{"varMapping":{"__isSmartRef__":true,"id":49615},"source":"function reset() {\n this.list = [];\n this.setLabel('all');\n this.label.setAlign('left');\n this.removeList();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\n}","funcProperties":{"__isSmartRef__":true,"id":49616},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"49615":{"this":{"__isSmartRef__":true,"id":49553}},"49616":{"timestamp":{"__isSmartRef__":true,"id":49617},"user":"lauritz","tags":[]},"49617":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:53 GMT+0100 (Mitteleuropäische Zeit)"},"49618":{"varMapping":{"__isSmartRef__":true,"id":49619},"source":"function onMouseUp(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n this.removeList();\n return true;\n } \n if (this.getList().size() < 2) return;\n var list = this.createListMorph();\n this.addMorph(list);\n this.listMorph = list;\n return true;\n}","funcProperties":{"__isSmartRef__":true,"id":49624},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"49619":{"this":{"__isSmartRef__":true,"id":49553},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":49620}},"49620":{"$super":{"__isSmartRef__":true,"id":49621}},"49621":{"varMapping":{"__isSmartRef__":true,"id":49622},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":49623},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"49622":{"obj":{"__isSmartRef__":true,"id":49553},"name":"onMouseUp"},"49623":{},"49624":{"timestamp":{"__isSmartRef__":true,"id":49625},"user":"lauritz","categories":[]},"49625":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:59:16 GMT+0100 (Mitteleuropäische Zeit)"},"49626":{"varMapping":{"__isSmartRef__":true,"id":49627},"source":"function onBlur(evt) {\n $super(evt);\n \n // workaround - otherwise other morphs get this event\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\n this.removeList();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":49632},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"49627":{"this":{"__isSmartRef__":true,"id":49553},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":49628}},"49628":{"$super":{"__isSmartRef__":true,"id":49629}},"49629":{"varMapping":{"__isSmartRef__":true,"id":49630},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":49631},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"49630":{"obj":{"__isSmartRef__":true,"id":49553},"name":"onBlur"},"49631":{},"49632":{"timestamp":{"__isSmartRef__":true,"id":49633},"user":"lauritz","categories":[]},"49633":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:10:03 GMT+0100 (Mitteleuropäische Zeit)"},"49634":{"varMapping":{"__isSmartRef__":true,"id":49635},"source":"function setTag(tag) {\n this.setLabel(tag || '');\n this.label.setAlign('left');\n this.owner.setTag(tag);\n}","funcProperties":{"__isSmartRef__":true,"id":49636},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"49635":{"this":{"__isSmartRef__":true,"id":49553}},"49636":{"timestamp":{"__isSmartRef__":true,"id":49637},"user":"lauritz","categories":[]},"49637":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:36:12 GMT+0100 (Mitteleuropäische Zeit)"},"49638":{"submorphs":[{"__isSmartRef__":true,"id":49639}],"scripts":[],"id":"DF3113F0-CDCF-4119-9DD0-4CF17D25EFC3","shape":{"__isSmartRef__":true,"id":49655},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":49659},"lighterFill":{"__isSmartRef__":true,"id":49671},"label":{"__isSmartRef__":true,"id":49639},"name":"Button","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":49680},"attributeConnections":[{"__isSmartRef__":true,"id":49681}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":49717},"renderContextTable":{"__isSmartRef__":true,"id":49718},"eventHandler":{"__isSmartRef__":true,"id":49719},"distanceToDragEvent":{"__isSmartRef__":true,"id":49720},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","87E42FF6-3862-481D-97D6-643676E15F32","4F370A81-5A80-4821-8ECC-D52B56F31E15","1C6D1DC9-2F9B-4DC4-B453-1CA45B17C516","0E8EC0BF-934B-410B-AEC2-0ECA8C8F774D","97086CE7-CD46-4035-A371-02A41D555A66","E342B91D-F54B-4DA8-8AE7-10C59CE22B41","A838C48E-4033-4688-8DCF-20659BD824FF","E9BBC453-FFF6-4EE8-BDB0-605D5D4557AE","DD123E3A-E1EF-40DE-82E9-EA8E6F5D15E4","5D26E764-C634-42B5-9DBF-09A29A7C5029","EC986366-1D98-4E21-8A89-7043623D7A47","E7954648-00B9-4CF8-B63D-44010AC413B3"],"_Position":{"__isSmartRef__":true,"id":49721},"owner":{"__isSmartRef__":true,"id":48267},"layout":{"__isSmartRef__":true,"id":49722},"_ClipMode":"visible","_Rotation":0,"_Scale":0.994014980014994,"isPressed":false,"__LivelyClassName__":"lively.morphic.Button"},"49639":{"submorphs":[],"scripts":[],"id":"DBF6AFE5-2DFE-4268-81B1-46FF0371E999","shape":{"__isSmartRef__":true,"id":49640},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":49646},"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":49647},"_Padding":{"__isSmartRef__":true,"id":49648},"owner":{"__isSmartRef__":true,"id":49638},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":49649},"textChunks":[{"__isSmartRef__":true,"id":49650}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":49652},"eventHandler":{"__isSmartRef__":true,"id":49653},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","BA4EC8D2-AB29-4F9F-B5A0-715A4746A4C4","56735895-BA99-4D98-9866-AA5DBD86237E","81041CF7-31DB-4F65-BB39-FE438A4F266F","D03829B3-268E-40A0-A440-3E4BAC344F30","714637F0-714A-4833-909B-BA4AF1B4628B","DC956E73-7398-4CAF-B6F2-9A226E344396","C1F72D31-1F49-4C0C-ACF3-C3AD7E698D2F","39386C7E-9099-4159-BFE9-80AD37319211","F63474CC-1C55-4B77-8CB0-55530DE9AAE4","896FEA5A-B14C-4BB5-B2EB-780F04327765","DE806D35-1988-44BC-9AE7-F9C1A003A9B7","7C2DF166-319E-48AB-9A2A-493D0F85493A"],"_MinTextWidth":97,"_MinTextHeight":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":49654},"__LivelyClassName__":"lively.morphic.Text"},"49640":{"position":{"__isSmartRef__":true,"id":49641},"_Extent":{"__isSmartRef__":true,"id":49642},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":49643},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":49644},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":49645},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"49641":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49642":{"x":101,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"49643":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49644":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"49645":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49646":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49647":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49648":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49649":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49650":{"style":{"__isSmartRef__":true,"id":49651},"chunkOwner":{"__isSmartRef__":true,"id":49639},"storedString":"run","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"49651":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"49652":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"49653":{"morph":{"__isSmartRef__":true,"id":49639},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"49654":{"requiredModules":[],"idOnLoad":"DBF6AFE5-2DFE-4268-81B1-46FF0371E999","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"49655":{"position":{"__isSmartRef__":true,"id":49656},"_Extent":{"__isSmartRef__":true,"id":49657},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":49658},"_Fill":{"__isSmartRef__":true,"id":49659},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":49669},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":49670},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"49656":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49657":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49658":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49659":{"stops":[{"__isSmartRef__":true,"id":49660},{"__isSmartRef__":true,"id":49662},{"__isSmartRef__":true,"id":49664},{"__isSmartRef__":true,"id":49666}],"vector":{"__isSmartRef__":true,"id":49668},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"49660":{"offset":0,"color":{"__isSmartRef__":true,"id":49661}},"49661":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49662":{"offset":0.4,"color":{"__isSmartRef__":true,"id":49663}},"49663":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49664":{"offset":0.6,"color":{"__isSmartRef__":true,"id":49665}},"49665":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49666":{"offset":1,"color":{"__isSmartRef__":true,"id":49667}},"49667":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49668":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49669":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"49670":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49671":{"stops":[{"__isSmartRef__":true,"id":49672},{"__isSmartRef__":true,"id":49674},{"__isSmartRef__":true,"id":49676},{"__isSmartRef__":true,"id":49678}],"vector":{"__isSmartRef__":true,"id":49668},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"49672":{"offset":0,"color":{"__isSmartRef__":true,"id":49673}},"49673":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49674":{"offset":0.4,"color":{"__isSmartRef__":true,"id":49675}},"49675":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49676":{"offset":0.6,"color":{"__isSmartRef__":true,"id":49677}},"49677":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49678":{"offset":1,"color":{"__isSmartRef__":true,"id":49679}},"49679":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49680":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"DF3113F0-CDCF-4119-9DD0-4CF17D25EFC3","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"49681":{"sourceObj":{"__isSmartRef__":true,"id":49638},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":48267},"targetMethodName":"runScript","visualConnector":{"__isSmartRef__":true,"id":49682},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"49682":{"submorphs":[{"__isSmartRef__":true,"id":49683}],"scripts":[],"shape":{"__isSmartRef__":true,"id":49698},"derivationIds":[null],"id":"C89B50A0-17E7-4D22-AE1D-5112520DAEE7","renderContextTable":{"__isSmartRef__":true,"id":49705},"eventHandler":{"__isSmartRef__":true,"id":49706},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":49707},{"__isSmartRef__":true,"id":49708}],"con":{"__isSmartRef__":true,"id":49681},"showsMorphMenu":true,"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":49709},"__LivelyClassName__":"lively.morphic.Path"},"49683":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":49684},"derivationIds":[null],"id":"2A71BE9E-6820-46AF-ACED-3C9BDCC918AF","renderContextTable":{"__isSmartRef__":true,"id":49695},"eventHandler":{"__isSmartRef__":true,"id":49696},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":49697},"owner":{"__isSmartRef__":true,"id":49682},"_Rotation":-3.130064002485303,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"49684":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":49685},{"__isSmartRef__":true,"id":49686},{"__isSmartRef__":true,"id":49687},{"__isSmartRef__":true,"id":49688}],"renderContextTable":{"__isSmartRef__":true,"id":49689},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":49690},"_Extent":{"__isSmartRef__":true,"id":49691},"_Padding":{"__isSmartRef__":true,"id":49692},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":49693},"_Fill":{"__isSmartRef__":true,"id":49694},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"49685":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"49686":{"isAbsolute":true,"x":-12,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"49687":{"isAbsolute":true,"x":4,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"49688":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"49689":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"49690":{"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49691":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49692":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49693":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49694":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49695":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"49696":{"morph":{"__isSmartRef__":true,"id":49683},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"49697":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49698":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":49699},{"__isSmartRef__":true,"id":49700}],"renderContextTable":{"__isSmartRef__":true,"id":49701},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":49702},"_Extent":{"__isSmartRef__":true,"id":49703},"_Padding":{"__isSmartRef__":true,"id":49704},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":49693},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"49699":{"isAbsolute":true,"x":829.7085000406639,"y":9.565843617262885,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"49700":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"49701":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"49702":{"x":-1,"y":-1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49703":{"x":831,"y":11,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49704":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49705":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"49706":{"morph":{"__isSmartRef__":true,"id":49682},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"49707":{"morph":{"__isSmartRef__":true,"id":49682},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"49708":{"morph":{"__isSmartRef__":true,"id":49682},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":49683},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"49709":{"morphMenuItems":{"__isSmartRef__":true,"id":49710}},"49710":{"varMapping":{"__isSmartRef__":true,"id":49711},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":49716},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"49711":{"this":{"__isSmartRef__":true,"id":49682},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":49712}},"49712":{"$super":{"__isSmartRef__":true,"id":49713}},"49713":{"varMapping":{"__isSmartRef__":true,"id":49714},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":49715},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"49714":{"obj":{"__isSmartRef__":true,"id":49682},"name":"morphMenuItems"},"49715":{},"49716":{},"49717":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49718":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"49719":{"morph":{"__isSmartRef__":true,"id":49638},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"49720":{"x":71.99397894387357,"y":-13.030105280631261,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49721":{"x":904.7426780861912,"y":9.508591852040126,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49722":{"centeredHorizontal":false,"moveHorizontal":true},"49723":{"submorphs":[{"__isSmartRef__":true,"id":49724}],"scripts":[],"id":"F0D64B80-89E1-487C-BF18-FE6F43EABEEE","shape":{"__isSmartRef__":true,"id":49740},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":49744},"lighterFill":{"__isSmartRef__":true,"id":49756},"label":{"__isSmartRef__":true,"id":49724},"name":"saveButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":49765},"attributeConnections":[{"__isSmartRef__":true,"id":49766}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":49802},"renderContextTable":{"__isSmartRef__":true,"id":49803},"eventHandler":{"__isSmartRef__":true,"id":49804},"distanceToDragEvent":{"__isSmartRef__":true,"id":49805},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","D686F0CB-027B-4CA9-8B8D-9306389B219D","F51327CB-803E-4234-BFB3-6F5252D1C936","A79280E8-6AE3-4016-AF47-CE78F71924C6","B05829EB-D452-4D81-983B-E2CE425C8260","32B117E5-52D8-4843-B80E-090B9817E099","49AC923E-5272-4E3C-8F02-4F2AED2BC4E9","85AAEA9C-5E12-4DEC-8994-9A5FE655A740","2A7FF9BF-85D3-4962-8EB4-0F7016C672EB","3BB17748-B91B-43F5-84BE-2537402A6382","E1848E9A-6086-4596-9796-93FD076B9089","F87D446B-B081-4982-8153-3F2C6CD0A925","EA8A901D-5974-4BAF-8E84-78A319764BEA","68829C23-D93D-4770-ACBC-475FD541703B"],"layout":{"__isSmartRef__":true,"id":49806},"_Position":{"__isSmartRef__":true,"id":49807},"owner":{"__isSmartRef__":true,"id":48267},"_ClipMode":"visible","_Rotation":0,"_Scale":0.9880657804942089,"isPressed":false,"__LivelyClassName__":"lively.morphic.Button"},"49724":{"submorphs":[],"scripts":[],"id":"499614D3-940B-4604-AF5F-00005684C907","shape":{"__isSmartRef__":true,"id":49725},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":49731},"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":49732},"_Padding":{"__isSmartRef__":true,"id":49733},"owner":{"__isSmartRef__":true,"id":49723},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":49734},"textChunks":[{"__isSmartRef__":true,"id":49735}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":49737},"eventHandler":{"__isSmartRef__":true,"id":49738},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","9AECBFB8-25A5-483F-86AD-D7CF9ABC9A25","918C6CC4-3540-4341-BAFD-B195F7807FEE","5AABB138-5EE8-40A5-AB3C-5A9625D0A353","4529D79B-4CC5-467E-91F8-661C3A5F49F8","1E5E570C-FD42-45E3-A7F6-768BB14ACD14","A13FB4E0-72F2-4E7C-A861-EDCBA1393860","B8E4C964-4FFF-4A9F-B0A9-612546B1DC8C","002A2173-D26D-4EED-8906-A489C1E158C0","63362D04-B829-41E6-9E68-5B8DB03D382F","96A392BE-37E6-44CC-A1B6-F56FBF28E714","7ECA80D8-6FF0-4E54-A0B6-E9104A9A89CB","CE592117-9AEF-4431-94F5-3C9991FBC798","E509E4EB-8946-4D11-813A-EF4A0EC3F820"],"_MinTextWidth":97,"_MinTextHeight":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":49739},"__LivelyClassName__":"lively.morphic.Text"},"49725":{"position":{"__isSmartRef__":true,"id":49726},"_Extent":{"__isSmartRef__":true,"id":49727},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":49728},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":49729},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":49730},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"49726":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49727":{"x":101,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"49728":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49729":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"49730":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49731":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49732":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49733":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49734":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49735":{"style":{"__isSmartRef__":true,"id":49736},"chunkOwner":{"__isSmartRef__":true,"id":49724},"storedString":"save","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"49736":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"49737":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"49738":{"morph":{"__isSmartRef__":true,"id":49724},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"49739":{"requiredModules":[],"idOnLoad":"499614D3-940B-4604-AF5F-00005684C907","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"49740":{"position":{"__isSmartRef__":true,"id":49741},"_Extent":{"__isSmartRef__":true,"id":49742},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":49743},"_Fill":{"__isSmartRef__":true,"id":49744},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":49754},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":49755},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"49741":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49742":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49743":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49744":{"stops":[{"__isSmartRef__":true,"id":49745},{"__isSmartRef__":true,"id":49747},{"__isSmartRef__":true,"id":49749},{"__isSmartRef__":true,"id":49751}],"vector":{"__isSmartRef__":true,"id":49753},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"49745":{"offset":0,"color":{"__isSmartRef__":true,"id":49746}},"49746":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49747":{"offset":0.4,"color":{"__isSmartRef__":true,"id":49748}},"49748":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49749":{"offset":0.6,"color":{"__isSmartRef__":true,"id":49750}},"49750":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49751":{"offset":1,"color":{"__isSmartRef__":true,"id":49752}},"49752":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49753":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49754":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"49755":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49756":{"stops":[{"__isSmartRef__":true,"id":49757},{"__isSmartRef__":true,"id":49759},{"__isSmartRef__":true,"id":49761},{"__isSmartRef__":true,"id":49763}],"vector":{"__isSmartRef__":true,"id":49753},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"49757":{"offset":0,"color":{"__isSmartRef__":true,"id":49758}},"49758":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49759":{"offset":0.4,"color":{"__isSmartRef__":true,"id":49760}},"49760":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49761":{"offset":0.6,"color":{"__isSmartRef__":true,"id":49762}},"49762":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49763":{"offset":1,"color":{"__isSmartRef__":true,"id":49764}},"49764":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49765":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"F0D64B80-89E1-487C-BF18-FE6F43EABEEE","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"49766":{"sourceObj":{"__isSmartRef__":true,"id":49723},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":48763},"targetMethodName":"doSave","visualConnector":{"__isSmartRef__":true,"id":49767},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"49767":{"submorphs":[{"__isSmartRef__":true,"id":49768}],"scripts":[],"shape":{"__isSmartRef__":true,"id":49783},"derivationIds":[null],"id":"F46012D5-C8BE-4E52-BF98-D052FDAAE17A","renderContextTable":{"__isSmartRef__":true,"id":49790},"eventHandler":{"__isSmartRef__":true,"id":49791},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":49792},{"__isSmartRef__":true,"id":49793}],"con":{"__isSmartRef__":true,"id":49766},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":49794},"__LivelyClassName__":"lively.morphic.Path"},"49768":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":49769},"derivationIds":[null],"id":"A2A83C78-09B8-473C-829B-198206D7A9E4","renderContextTable":{"__isSmartRef__":true,"id":49780},"eventHandler":{"__isSmartRef__":true,"id":49781},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":49782},"owner":{"__isSmartRef__":true,"id":49767},"_Rotation":3.077607197692381,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"49769":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":49770},{"__isSmartRef__":true,"id":49771},{"__isSmartRef__":true,"id":49772},{"__isSmartRef__":true,"id":49773}],"renderContextTable":{"__isSmartRef__":true,"id":49774},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":49775},"_Extent":{"__isSmartRef__":true,"id":49776},"_Padding":{"__isSmartRef__":true,"id":49777},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":49778},"_Fill":{"__isSmartRef__":true,"id":49779},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"49770":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"49771":{"isAbsolute":true,"x":-12,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"49772":{"isAbsolute":true,"x":4,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"49773":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"49774":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"49775":{"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49776":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49777":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49778":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49779":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49780":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"49781":{"morph":{"__isSmartRef__":true,"id":49768},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"49782":{"x":201.20421122525056,"y":40.24084224505009,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49783":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":49784},{"__isSmartRef__":true,"id":49785}],"renderContextTable":{"__isSmartRef__":true,"id":49786},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":49787},"_Extent":{"__isSmartRef__":true,"id":49788},"_Padding":{"__isSmartRef__":true,"id":49789},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":49778},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"49784":{"isAbsolute":true,"x":679.4857209639925,"y":9.595948897894004,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"49785":{"isAbsolute":true,"x":201.20421122525056,"y":40.24084224505009,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"49786":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"49787":{"x":200,"y":9,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49788":{"x":480,"y":32,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49789":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49790":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"49791":{"morph":{"__isSmartRef__":true,"id":49767},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"49792":{"morph":{"__isSmartRef__":true,"id":49767},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"49793":{"morph":{"__isSmartRef__":true,"id":49767},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":49768},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"49794":{"morphMenuItems":{"__isSmartRef__":true,"id":49795}},"49795":{"varMapping":{"__isSmartRef__":true,"id":49796},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":49801},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"49796":{"this":{"__isSmartRef__":true,"id":49767},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":49797}},"49797":{"$super":{"__isSmartRef__":true,"id":49798}},"49798":{"varMapping":{"__isSmartRef__":true,"id":49799},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":49800},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"49799":{"obj":{"__isSmartRef__":true,"id":49767},"name":"morphMenuItems"},"49800":{},"49801":{},"49802":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49803":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"49804":{"morph":{"__isSmartRef__":true,"id":49723},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"49805":{"x":68.77671624028653,"y":-14.497241813457947,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49806":{"centeredHorizontal":false,"moveHorizontal":true},"49807":{"x":791.418985344497,"y":9.53851695196505,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49808":{"submorphs":[{"__isSmartRef__":true,"id":49809}],"scripts":[],"id":"5D2C23F6-E700-4B67-8594-841EDCDC6ACA","shape":{"__isSmartRef__":true,"id":49825},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":49841},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":49829},"lighterFill":{"__isSmartRef__":true,"id":49842},"label":{"__isSmartRef__":true,"id":49809},"name":"openTestsButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":49851},"attributeConnections":[{"__isSmartRef__":true,"id":49852}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":49853},"renderContextTable":{"__isSmartRef__":true,"id":49854},"eventHandler":{"__isSmartRef__":true,"id":49855},"distanceToDragEvent":{"__isSmartRef__":true,"id":49856},"derivationIds":[7251,"84054D2E-8176-440D-B413-279956A34FC2","79434046-F834-490E-B705-0CE871D9E8B3","FF38CA79-C0DF-4F2F-8FC3-407571EF6A54","B1D50332-9F4F-4F7C-AC3F-95DC6C73EAA4","5B8D7C39-987A-4849-BFFD-3F316CE03852","F7C30F5C-7270-44B1-ADFF-7473F2012DB0","5142302E-3E9A-476B-AB24-B2448DA6D3E4","FEA3C508-593D-4BC7-B645-8B5630CF2EDE","998B5390-DE13-4D05-A800-F4AC603D1885","65BB10BA-DC60-4250-A1DC-BC7A62F7F15B","B7603252-A129-428A-BF01-3A47579E279C","E8437C71-2A25-47C0-BB28-77DA5B862FA6"],"owner":{"__isSmartRef__":true,"id":48267},"_ClipMode":"visible","_Rotation":0,"_Scale":0.9940149800149939,"isPressed":false,"__LivelyClassName__":"lively.morphic.Button"},"49809":{"submorphs":[],"scripts":[],"id":"07D13421-C49C-45CF-A2F5-842FE797DB2E","shape":{"__isSmartRef__":true,"id":49810},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":49816},"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":49817},"_Padding":{"__isSmartRef__":true,"id":49818},"owner":{"__isSmartRef__":true,"id":49808},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":49819},"textChunks":[{"__isSmartRef__":true,"id":49820}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":49822},"eventHandler":{"__isSmartRef__":true,"id":49823},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2","CB475566-05CE-43E2-B04D-EE32BC4CB718","6BB077CE-92E6-47BE-BE88-9A48488562D1","9E359973-2FDB-417B-BB06-AB34D52BD310","58F098ED-A190-44F2-B73E-80802B2CF2F6","AEA84B35-B349-4307-92C6-8F229705DFC2","A677CADF-24FF-4177-9A3A-FE9AAE7D60FE","0F875AD9-E54C-4735-9BA9-7B89574233A1","A8194A65-54EC-4815-9129-50452470B583","0590416C-3818-48B8-83EF-DB2F57F8897E","77E62CFF-2234-43B0-AC8A-E3330A43A536","1E3B5251-3955-48D6-9C82-FB11A810AE80"],"_MinTextWidth":97,"_MinTextHeight":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":49824},"__LivelyClassName__":"lively.morphic.Text"},"49810":{"position":{"__isSmartRef__":true,"id":49811},"_Extent":{"__isSmartRef__":true,"id":49812},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":49813},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":49814},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":49815},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"49811":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49812":{"x":101,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"49813":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49814":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"49815":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49816":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49817":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49818":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49819":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49820":{"style":{"__isSmartRef__":true,"id":49821},"chunkOwner":{"__isSmartRef__":true,"id":49809},"storedString":"Tests","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"49821":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"49822":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"49823":{"morph":{"__isSmartRef__":true,"id":49809},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"49824":{"requiredModules":[],"idOnLoad":"07D13421-C49C-45CF-A2F5-842FE797DB2E","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"49825":{"position":{"__isSmartRef__":true,"id":49826},"_Extent":{"__isSmartRef__":true,"id":49827},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":49828},"_Fill":{"__isSmartRef__":true,"id":49829},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":49839},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":49840},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"49826":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49827":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49828":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49829":{"stops":[{"__isSmartRef__":true,"id":49830},{"__isSmartRef__":true,"id":49832},{"__isSmartRef__":true,"id":49834},{"__isSmartRef__":true,"id":49836}],"vector":{"__isSmartRef__":true,"id":49838},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"49830":{"offset":0,"color":{"__isSmartRef__":true,"id":49831}},"49831":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49832":{"offset":0.4,"color":{"__isSmartRef__":true,"id":49833}},"49833":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49834":{"offset":0.6,"color":{"__isSmartRef__":true,"id":49835}},"49835":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49836":{"offset":1,"color":{"__isSmartRef__":true,"id":49837}},"49837":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49838":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49839":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"49840":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49841":{"x":569.4738443086164,"y":9,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49842":{"stops":[{"__isSmartRef__":true,"id":49843},{"__isSmartRef__":true,"id":49845},{"__isSmartRef__":true,"id":49847},{"__isSmartRef__":true,"id":49849}],"vector":{"__isSmartRef__":true,"id":49838},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"49843":{"offset":0,"color":{"__isSmartRef__":true,"id":49844}},"49844":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49845":{"offset":0.4,"color":{"__isSmartRef__":true,"id":49846}},"49846":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49847":{"offset":0.6,"color":{"__isSmartRef__":true,"id":49848}},"49848":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49849":{"offset":1,"color":{"__isSmartRef__":true,"id":49850}},"49850":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49851":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"5D2C23F6-E700-4B67-8594-841EDCDC6ACA","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"49852":{"sourceObj":{"__isSmartRef__":true,"id":49808},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":48267},"targetMethodName":"openPartTestRunner","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"49853":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49854":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"49855":{"morph":{"__isSmartRef__":true,"id":49808},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"49856":{"x":72.12712954861536,"y":-12.46465727058387,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49857":{"submorphs":[{"__isSmartRef__":true,"id":49858},{"__isSmartRef__":true,"id":49877}],"scripts":[],"id":"68634A92-1757-4DA1-98CE-6AD90BBBCADA","shape":{"__isSmartRef__":true,"id":49889},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":49905},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":49893},"lighterFill":{"__isSmartRef__":true,"id":49906},"label":{"__isSmartRef__":true,"id":49858},"name":"ScriptableButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":49915},"attributeConnections":[{"__isSmartRef__":true,"id":49918}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":49919},"renderContextTable":{"__isSmartRef__":true,"id":49920},"eventHandler":{"__isSmartRef__":true,"id":49921},"derivationIds":[2588,"22797D34-67DE-4A06-81F0-4DF0A87ADBBC","81CB4C12-BCF0-4097-8B6D-D9419046367A","0767A57D-9BB2-48C6-9654-753D2B9D00A6","A4A83F8F-69ED-4308-9FB6-D06F13273328","89715886-1537-4093-ADC5-45A903B114A5","EB203767-7D8A-4844-AA7F-B66BAA2A6DE9","D3F3EA30-BE52-40B4-89F0-9ED9E25C33C9"],"_ClipMode":"visible","owner":{"__isSmartRef__":true,"id":48267},"distanceToDragEvent":{"__isSmartRef__":true,"id":49922},"_Rotation":0,"_Scale":0.9920279440699439,"isPressed":false,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":49923},"__LivelyClassName__":"lively.morphic.Button"},"49858":{"submorphs":[],"scripts":[],"id":"2A61E954-4B1A-4F5B-9085-C756AA1DFCB7","shape":{"__isSmartRef__":true,"id":49859},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":49865},"_MaxTextWidth":24,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":49866},"_Padding":{"__isSmartRef__":true,"id":49867},"owner":{"__isSmartRef__":true,"id":49857},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":49868},"textChunks":[{"__isSmartRef__":true,"id":49869},{"__isSmartRef__":true,"id":49871}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":49873},"eventHandler":{"__isSmartRef__":true,"id":49874},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[2589,"024C5ADE-C4CF-4E8E-BEC5-F93AD4839702","A2CC4D56-B9D8-4A48-B6FF-DDDD85ACDC2E","5AC5C4DE-00B0-43DB-B7F1-765674CE818B","0352BB0D-AC31-4F0C-A467-058B39939556","2839F254-4CA0-4179-A2D7-DC4A0D60F0F4","14FD943F-9707-46F1-AA3D-88E09B19FABA","1E64BCD7-FF88-4B35-8397-D4EDE1E8D19E"],"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":24,"_MinTextHeight":null,"_FontSize":10,"_TextColor":{"__isSmartRef__":true,"id":49875},"partsBinMetaInfo":{"__isSmartRef__":true,"id":49876},"__LivelyClassName__":"lively.morphic.Text"},"49859":{"position":{"__isSmartRef__":true,"id":49860},"_Extent":{"__isSmartRef__":true,"id":49861},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":49862},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":49863},"_Padding":{"__isSmartRef__":true,"id":49864},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"49860":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49861":{"x":24,"y":24,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"49862":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49863":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"49864":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49865":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49866":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49867":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49868":{"x":24,"y":24,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49869":{"style":{"__isSmartRef__":true,"id":49870},"chunkOwner":{"__isSmartRef__":true,"id":49858},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"49870":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"49871":{"style":{"__isSmartRef__":true,"id":49872},"chunkOwner":{"__isSmartRef__":true,"id":49858},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"49872":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"49873":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"49874":{"morph":{"__isSmartRef__":true,"id":49858},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"49875":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49876":{"requiredModules":[],"idOnLoad":"2A61E954-4B1A-4F5B-9085-C756AA1DFCB7","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"49877":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":49878},"derivationIds":[null,"29E543E0-AE93-493A-A694-FC1C330D0544","F0366E4C-E97F-4C77-BEE4-340A0668ADD5","454D6446-C309-4BC0-BFBB-3E8F62427767","A76575CF-7113-4994-BBB2-5DAEAE4486E9","EC8CB82C-3C5E-4A00-8133-780F9A670040","467F3640-91BC-407F-9053-FB0EE2F56FF4"],"id":"AD4783D6-9969-4ABE-B717-C0D5EF27AEF4","renderContextTable":{"__isSmartRef__":true,"id":49883},"eventHandler":{"__isSmartRef__":true,"id":49884},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":49885},"owner":{"__isSmartRef__":true,"id":49857},"name":"leftpointing_magnifying_glass.png","priorExtent":{"__isSmartRef__":true,"id":49886},"isBeingDragged":false,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":49887},"eventsAreDisabled":true,"_HandStyle":"default","_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.Widgets","partsBinMetaInfo":{"__isSmartRef__":true,"id":49888},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Image"},"49878":{"_Position":{"__isSmartRef__":true,"id":49879},"renderContextTable":{"__isSmartRef__":true,"id":49880},"_Extent":{"__isSmartRef__":true,"id":49881},"_ImageURL":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAABAAAAAQBPJcTWAAAALnRFWHRUaXRsZQBMRUZULVBPSU5USU5HIE1BR05JRllJTkcgR0xBU1MgKFUrMUY1MEQpw88haQAAABV0RVh0QXV0aG9yAEFuZHJldyBNYXJjdXNl5zc3gwAAAC90RVh0U29mdHdhcmUAaW5mby5maWxlZm9ybWF0LmRhdGEuVW5pY29kZVBuZ1NlcnZsZXRoAX8wAAAAQ3RFWHREZXNjcmlwdGlvbgBodHRwOi8vd3d3LmZpbGVmb3JtYXQuaW5mby9pbmZvL3VuaWNvZGUvMWY1MGQvaW5kZXguaHRtk2hNQgAAADt0RVh0Q29weXJpZ2h0AGh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LW5jLXNhLzIuMC9siJKDAAAIDklEQVR42u1daWxVRRQeCi0tIqCAQCTIUtEIGlk0ilqEkEbiQhSKGAyCooIIggsiQuMWZNGwVMUFNIhKZBMobZClgK1FwAU3wIpSREDcUFZFEM/JOzf3vPHet9ze1/eYe77k+zNzl5nz3ZlzZntPKYFAcHojDXimmKH6cQbwZuBM4HLgx8A9wBPAU8BjwJ3ADcDFwMnArsCaYjr/0BB4DwlwjAwfL38DzgX2AdYWk3pDJnAM8E/NuN8BpwEHAq8DXgpsCswANgN2APak/BeBu7T7sQX1A9YQE8fuDwYAf2BG/JrEaefxmSjaeOAO9syNwBwxd2Q0o/7fMhr6h8Fx+oBIX346cATwF/aON6Qbc0ZH4G4y0lHgOGAdD8/Be/KAs4AFwKsdrqkHnAA8Tu8rAzYWCWz0Bh5hraKTT11fL+AH1FXlA8/SrsEu61fmW9qLFEqNAv5LRsEw9twEvKMzcAvwJ3LoHG2AW+n9B4HdgixGHhNjiccuKlbUp9aC7yoGnqflraa8A8C2QRTjMvIVaITyKI61BjnkqiILWEjvPAwcxvLqAj+nvAqH7s1oNAfupcpjeNskhnvQOQ/xYfxQCziHRVl3sjxsNfspvYSuNR4Ywn5ClT5CA7lYkUPRU0YVy4CivkVlOE7TKxa6AP+ivKlBEORe9nUO8XD/QhWay6oqmlK3dYoirTYs70FK/wd4ocli1KVIByu7XXmb9BsOPEmj76riSfZxbAM2oPQMmqLB9GUmC/I0M8AtHp9xCd3/rM8fCHISy+vH0ruaOi3Coyqv6ETPKPSpXEOZ4X9XoSl+y89sovTNJgoyklW8rw8+aKFP5apFo3SrbMNcWsnFpgmylkU19R3yY4mc0mk0j88Z62PZ5jHDV7DQugE5dkx/3CQxzlb2qt6aCF1HtJH6BHoGju4v97F8+Sp8zeRGlldCaZtMEmQAq+zICL5hpUvrwfXy19gzZvhcvj6aILNZ3ij2ETQzRZA3WWU7RrgOfQsu05YCnyLxcFS9h91fTlMgfqKdJsg6lteBpQ8wRZASVqmmUa7txvwEJ/qe8SoxGxYymK+wpnMsNGHpxviRbVShkzEatAb5iEHUSrqzQVuiUMkMf5IFGWnM/71giiAHqEL7U7iMf2gtkk/B7/M51E4qMlklvzwNymgxl+VvobQPTRCkMavkDpaelkJlbOkgyDUsv0LZu19Oe/A++BBLvyIB0ZJX9HIQhHdZBymt1BQfso9V1Jorag28PUXKN8tBkHqUV4elLTJFkM9YpVqzllOcAmXDiG6vJsZhlt+Kpc80RZBiF2eJK4fZSS5bd4fWUcTyc1n6Y6YIMpVVii+LTgFOTHLZNjoIMpTlT2fpXUwRpIcKn021gHuwcDN0ss525Cnn3fIt2DXfK3vPljGbHtK1gdcFmkNdkYTK4gz0Tgcxytg1fI6rUBkGvubA54Ta0lTFK9VYFhS/xKV18PEHX3MfYpogfPUND9DwuamFlP5oNZXlZRcxlmsDWutsCl/aNQYZWhfBnTlOceNsLq459E1wyyhwEeNvFb7ZusClrEbhNlbJoyp8Y3UejehxPWS08v/MBrbIlcr92BvfwZit7KMKOC3f3FRBcBC2mRlBnz0dpOzN17gvqrdP7+2p7PkoJz7Hrq2pCfeqMhzXasbI1/KHa/m4Y93reRFcU1mrIh8IXaLCJzpnsLyfKRozHrNZpbFF9NHyx2pGw2tWAZ8H3gW8UjmvvWdSlIQb3raq6Kdzp6vwBbOhWn5/FRCggy9lFcdN1521ax5Q0Y9B41o7nkn8Rv1/gSkS0T/crb0vV4Uv465UAUNjLerCkfAN2jUXKef19apwnYP4AynK4tfNU6m1ZlMtaK/stQZrLXu0Q6g6OIpTjoVfAK/Xnp1GDp1fhy0th1rwHLqmEbXYHkEQJYcGitwouG2onoPx0Ne8q+yDmtGIs8lPUFCgH/Q5R4XPQlt8nfKzKB9/ouNHLT/ddFEw7t+uGQbPko90GY+gOHgcoRc5+YeBj1DY3JPyGrq8qy6JdMhBDAyz8azhZLq2JRuP4HE3a6f8KhNH7k4Dt9UORqoE3qGqfiAUo7L7lX1kjfMd4H0UHGTTFMpLzH8VUAS3iN2znsQ1GugvprCvkvMYdSFouBYxPu98FdoKusblmZXUoiz0J1FuYgPUfCrXAof7S4MgimXIRVH8wwHq5vBLna9Cs8ULyEgVWrCg8zAJ79TtjGDXjSMx5kd4Fk7XB+a3uq5Sob1QfoW86JzxR2zcjjyj3/mKTafUpCAi2nPLVcB+QA379YdoGuWEBxEwars1hujIOpZQQS1jWhzvKXeIDAOBRhT+YgQ2kcYK71NLwgOauAKJ50jwpFW8J2jHKHvLKwYBuENmVxyibAiqKIlCOkVY1g8HZHkQ5SOXeTaBR9RW9vT7agp34xVlo4jiL7KoG0TjriCR4hVlk0r8EYrAtZQiZa+14wx1qzhF2Syi+C+K5VOWko8RUVJIlPc8irIhKCP6ZItSqeJbh8kSU/qHDCbKMuZT4hFlrpgxcaIUUcuJR5TdYsLEiFLIQuLMOESZJOZLnCjLyMhrabqkZRRR1qsArDQmW5SlZOxPVWhJ2E2UNRJlVQ/wi19CRv9WhXbJoCh8zb+IujVBNYqymIyPP55ZxsQoVvK78kkBrp28rXVThSJGcoE7YZ5RoTMlc8SBpw7kj2IEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgSAZ+A+0ucC4BysctgAAAABJRU5ErkJggg==","_Padding":{"__isSmartRef__":true,"id":49882},"_NodeClass":["image"],"_NodeId":"29E543E0-AE93-493A-A694-FC1C330D0544","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLoaded":true,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Image"},"49879":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49880":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","setImageURL":"setImageURLHTML","getNativeExtent":"getNativeExtentHTML"},"49881":{"x":29,"y":29,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49882":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49883":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"49884":{"morph":{"__isSmartRef__":true,"id":49877},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"49885":{"x":-3.024108360992159,"y":0.008036120330757512,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49886":{"x":28,"y":29,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49887":{"x":39.935711037353485,"y":-9.032144481323257,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49888":{"partName":"leftpointing_magnifying_glass.png","requiredModules":[],"idOnLoad":"AD4783D6-9969-4ABE-B717-C0D5EF27AEF4","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"49889":{"position":{"__isSmartRef__":true,"id":49890},"_Extent":{"__isSmartRef__":true,"id":49891},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":49892},"_Fill":{"__isSmartRef__":true,"id":49893},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":49903},"_Padding":{"__isSmartRef__":true,"id":49904},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"49890":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49891":{"x":24,"y":24,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49892":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49893":{"stops":[{"__isSmartRef__":true,"id":49894},{"__isSmartRef__":true,"id":49896},{"__isSmartRef__":true,"id":49898},{"__isSmartRef__":true,"id":49900}],"vector":{"__isSmartRef__":true,"id":49902},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"49894":{"offset":0,"color":{"__isSmartRef__":true,"id":49895}},"49895":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49896":{"offset":0.4,"color":{"__isSmartRef__":true,"id":49897}},"49897":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49898":{"offset":0.6,"color":{"__isSmartRef__":true,"id":49899}},"49899":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49900":{"offset":1,"color":{"__isSmartRef__":true,"id":49901}},"49901":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49902":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49903":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"49904":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49905":{"x":464.5087747493862,"y":8.483242611655214,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49906":{"stops":[{"__isSmartRef__":true,"id":49907},{"__isSmartRef__":true,"id":49909},{"__isSmartRef__":true,"id":49911},{"__isSmartRef__":true,"id":49913}],"vector":{"__isSmartRef__":true,"id":49902},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"49907":{"offset":0,"color":{"__isSmartRef__":true,"id":49908}},"49908":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49909":{"offset":0.4,"color":{"__isSmartRef__":true,"id":49910}},"49910":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49911":{"offset":0.6,"color":{"__isSmartRef__":true,"id":49912}},"49912":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49913":{"offset":1,"color":{"__isSmartRef__":true,"id":49914}},"49914":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49915":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"ScriptableButton","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":49916}],"revisionOnLoad":154251,"idOnLoad":"68634A92-1757-4DA1-98CE-6AD90BBBCADA","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"49916":{"date":{"__isSmartRef__":true,"id":49917},"author":"robertkrahn","message":"no comment","id":"0366C0A2-0C8E-4AEB-AAC3-120434134545"},"49917":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:10:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"49918":{"sourceObj":{"__isSmartRef__":true,"id":49857},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":49857},"targetMethodName":"onFire","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"49919":{"x":24.405327095521386,"y":24.0321444813232,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49920":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"49921":{"morph":{"__isSmartRef__":true,"id":49857},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"49922":{"x":37.935711037353656,"y":-7.943747157684584,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49923":{"onFire":{"__isSmartRef__":true,"id":49924},"removeHighlighting":{"__isSmartRef__":true,"id":49928}},"49924":{"varMapping":{"__isSmartRef__":true,"id":49925},"source":"function onFire() {\n // $world.firstHand().highlightRectangle = null\n\n var hand = $world.firstHand(),\n rect = hand.highlightRectangle,\n that = this\n\n if (!rect) {\n rect = $world.loadPartItem(\"HighlightRectangle\", \"PartsBin/Tools\")\n connect(rect, \"onMouseMove\", rect, \"updateOnMove\")\n connect(rect, \"onMouseUp\", this, \"removeHighlighting\")\n connect(rect, \"onMouseUp\", this.owner, \"setTarget\",\n {converter: function () {\n return this.sourceObj.coveredMorph()\n }\n })\n hand.highlightRectangle = rect\n }\n\n if (hand.highlightConnection) {\n this.removeHighlighting()\n } else {\n $world.addMorph(rect)\n hand.highlightConnection = connect(hand, \"scrollFocusMorph\", rect, \"update\")\n // on click we need to remove, remove on update\n // connect\n }\n}","funcProperties":{"__isSmartRef__":true,"id":49926},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"49925":{"this":{"__isSmartRef__":true,"id":49857}},"49926":{"timestamp":{"__isSmartRef__":true,"id":49927},"user":"timfelgentreff","tags":[]},"49927":{"isSerializedDate":true,"string":"Thu May 24 2012 17:16:33 GMT+0200 (Mitteleuropäische Sommerzeit)"},"49928":{"varMapping":{"__isSmartRef__":true,"id":49929},"source":"function removeHighlighting() {\n var hand = $world.firstHand(),\n rect = hand.highlightRectangle\n rect.remove()\n hand.attributeConnections.removeAt(\n hand.attributeConnections.indexOf(hand.highlightConnection))\n hand.highlightConnection = null\n}","funcProperties":{"__isSmartRef__":true,"id":49930},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"49929":{"this":{"__isSmartRef__":true,"id":49857}},"49930":{"timestamp":{"__isSmartRef__":true,"id":49931},"user":"timfelgentreff","tags":[]},"49931":{"isSerializedDate":true,"string":"Thu May 24 2012 16:46:39 GMT+0200 (Mitteleuropäische Sommerzeit)"},"49932":{"submorphs":[{"__isSmartRef__":true,"id":49933}],"scripts":[],"id":"FF3FA6B1-1850-46BA-A35A-D20270F971ED","shape":{"__isSmartRef__":true,"id":49950},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":49966},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":49954},"lighterFill":{"__isSmartRef__":true,"id":49967},"label":{"__isSmartRef__":true,"id":49933},"name":"openTestsButton1","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":49976},"attributeConnections":[{"__isSmartRef__":true,"id":49977}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":49979},"renderContextTable":{"__isSmartRef__":true,"id":49980},"eventHandler":{"__isSmartRef__":true,"id":49981},"distanceToDragEvent":{"__isSmartRef__":true,"id":49982},"derivationIds":[7251,"84054D2E-8176-440D-B413-279956A34FC2","79434046-F834-490E-B705-0CE871D9E8B3","FF38CA79-C0DF-4F2F-8FC3-407571EF6A54","B1D50332-9F4F-4F7C-AC3F-95DC6C73EAA4","5B8D7C39-987A-4849-BFFD-3F316CE03852","F7C30F5C-7270-44B1-ADFF-7473F2012DB0","5142302E-3E9A-476B-AB24-B2448DA6D3E4","FEA3C508-593D-4BC7-B645-8B5630CF2EDE","998B5390-DE13-4D05-A800-F4AC603D1885","65BB10BA-DC60-4250-A1DC-BC7A62F7F15B","B7603252-A129-428A-BF01-3A47579E279C","4DCE0C82-7BF6-4C64-8104-83FFD3D2AE15","F83222FD-4AF5-407A-A34F-85AD9789CED9"],"_ClipMode":"visible","owner":{"__isSmartRef__":true,"id":48267},"_Rotation":0,"_Scale":0.9860906369990009,"isPressed":false,"__LivelyClassName__":"lively.morphic.Button"},"49933":{"submorphs":[],"scripts":[],"id":"A049BE28-886D-4EBD-88AD-169E2610E001","shape":{"__isSmartRef__":true,"id":49934},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":49940},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":49941},"_Padding":{"__isSmartRef__":true,"id":49942},"owner":{"__isSmartRef__":true,"id":49932},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":49943},"textChunks":[{"__isSmartRef__":true,"id":49944}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":49946},"eventHandler":{"__isSmartRef__":true,"id":49947},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2","CB475566-05CE-43E2-B04D-EE32BC4CB718","6BB077CE-92E6-47BE-BE88-9A48488562D1","9E359973-2FDB-417B-BB06-AB34D52BD310","58F098ED-A190-44F2-B73E-80802B2CF2F6","AEA84B35-B349-4307-92C6-8F229705DFC2","A677CADF-24FF-4177-9A3A-FE9AAE7D60FE","0F875AD9-E54C-4735-9BA9-7B89574233A1","A8194A65-54EC-4815-9129-50452470B583","0590416C-3818-48B8-83EF-DB2F57F8897E","77E62CFF-2234-43B0-AC8A-E3330A43A536","041C4AD6-3C67-454C-8D5E-4FD17BDD241D","959BA66D-C9A2-428A-9887-6D93CB520B83"],"_MinTextWidth":101,"_MinTextHeight":null,"_FontSize":10,"_TextColor":{"__isSmartRef__":true,"id":49948},"partsBinMetaInfo":{"__isSmartRef__":true,"id":49949},"__LivelyClassName__":"lively.morphic.Text"},"49934":{"position":{"__isSmartRef__":true,"id":49935},"_Extent":{"__isSmartRef__":true,"id":49936},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":49937},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":49938},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":49939},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"49935":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49936":{"x":101,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"49937":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49938":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"49939":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49940":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49941":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49942":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49943":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49944":{"style":{"__isSmartRef__":true,"id":49945},"chunkOwner":{"__isSmartRef__":true,"id":49933},"storedString":"Classes","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"49945":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"49946":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"49947":{"morph":{"__isSmartRef__":true,"id":49933},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"49948":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49949":{"requiredModules":[],"idOnLoad":"A049BE28-886D-4EBD-88AD-169E2610E001","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"49950":{"position":{"__isSmartRef__":true,"id":49951},"_Extent":{"__isSmartRef__":true,"id":49952},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":49953},"_Fill":{"__isSmartRef__":true,"id":49954},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":49964},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":49965},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"49951":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49952":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49953":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49954":{"stops":[{"__isSmartRef__":true,"id":49955},{"__isSmartRef__":true,"id":49957},{"__isSmartRef__":true,"id":49959},{"__isSmartRef__":true,"id":49961}],"vector":{"__isSmartRef__":true,"id":49963},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"49955":{"offset":0,"color":{"__isSmartRef__":true,"id":49956}},"49956":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49957":{"offset":0.4,"color":{"__isSmartRef__":true,"id":49958}},"49958":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49959":{"offset":0.6,"color":{"__isSmartRef__":true,"id":49960}},"49960":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49961":{"offset":1,"color":{"__isSmartRef__":true,"id":49962}},"49962":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49963":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49964":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"49965":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49966":{"x":679.6846107715411,"y":9.000000000001592,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49967":{"stops":[{"__isSmartRef__":true,"id":49968},{"__isSmartRef__":true,"id":49970},{"__isSmartRef__":true,"id":49972},{"__isSmartRef__":true,"id":49974}],"vector":{"__isSmartRef__":true,"id":49963},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"49968":{"offset":0,"color":{"__isSmartRef__":true,"id":49969}},"49969":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49970":{"offset":0.4,"color":{"__isSmartRef__":true,"id":49971}},"49971":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49972":{"offset":0.6,"color":{"__isSmartRef__":true,"id":49973}},"49973":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49974":{"offset":1,"color":{"__isSmartRef__":true,"id":49975}},"49975":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49976":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"FF3FA6B1-1850-46BA-A35A-D20270F971ED","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"49977":{"sourceObj":{"__isSmartRef__":true,"id":49932},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":48267},"targetMethodName":"openPartClassesEditor","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":49978},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"49978":{"source":{"__isSmartRef__":true,"id":49932},"target":{"__isSmartRef__":true,"id":48267}},"49979":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49980":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"49981":{"morph":{"__isSmartRef__":true,"id":49932},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"49982":{"x":68.53069610464559,"y":-11.464657270585036,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49983":{"target":{"__isSmartRef__":true,"id":48267},"selector":"update","args":[],"stopped":true,"tickTime":500,"currentTimeout":54474,"suspended":true,"__SourceModuleName__":"Global.lively.morphic.Core","__LivelyClassName__":"lively.morphic.TargetScript"},"49984":{"position":{"__isSmartRef__":true,"id":49985},"_Extent":{"__isSmartRef__":true,"id":49986},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":49987},"_Fill":{"__isSmartRef__":true,"id":49988},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":49989},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":49990},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"49985":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49986":{"x":1025.0285365288846,"y":564.612532614436,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49987":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"49988":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"49989":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"49990":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"49991":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","comment":"Edit scripts and connections of a specific morph.","migrationLevel":4,"partName":"ObjectEditorPane","changes":[{"__isSmartRef__":true,"id":49992}],"idOnLoad":"FBA77443-13D9-462D-8949-F7A0E20A5013","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"49992":{"date":{"__isSmartRef__":true,"id":49993},"author":"lauritz","message":"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items."},"49993":{"isSerializedDate":true,"string":"Fri Oct 21 2011 00:39:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"49994":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"49995":{"morph":{"__isSmartRef__":true,"id":48267},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"49996":{"x":1025.0285365288846,"y":564.612532614436,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49997":{"resizeWidth":true,"resizeHeight":true,"adjustForNewBounds":true},"49998":{"x":350.2386236582805,"y":-3.2455173507596555,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"49999":{"x":0.971126750461849,"y":21.45669012569269,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50000":{},"50001":{"displayInitialScript":{"__isSmartRef__":true,"id":50002},"displayJavaScriptSource":{"__isSmartRef__":true,"id":50006},"displaySourceForConnection":{"__isSmartRef__":true,"id":50010},"displaySourceForScript":{"__isSmartRef__":true,"id":50014},"generateSourceForConnection":{"__isSmartRef__":true,"id":50018},"generateSourceForScript":{"__isSmartRef__":true,"id":50022},"generateTargetCode":{"__isSmartRef__":true,"id":50026},"newConnection":{"__isSmartRef__":true,"id":50030},"newScript":{"__isSmartRef__":true,"id":50034},"reset":{"__isSmartRef__":true,"id":50038},"selectChangedContent":{"__isSmartRef__":true,"id":50042},"setTarget":{"__isSmartRef__":true,"id":50046},"sortedConnectionNamesOfObj":{"__isSmartRef__":true,"id":50050},"sortedScriptNamesOfObj":{"__isSmartRef__":true,"id":50054},"updateLists":{"__isSmartRef__":true,"id":50058},"onShutdown":{"__isSmartRef__":true,"id":50062},"confirmUnsavedChanges":{"__isSmartRef__":true,"id":50066},"update":{"__isSmartRef__":true,"id":50070},"ensureAnnotationLayer":{"__isSmartRef__":true,"id":50074},"migrateOldScriptAnnotations":{"__isSmartRef__":true,"id":50078},"copyToPartsBinWithUserRequest":{"__isSmartRef__":true,"id":50082},"printTags":{"__isSmartRef__":true,"id":50090},"setTag":{"__isSmartRef__":true,"id":50094},"runScript":{"__isSmartRef__":true,"id":50098},"openPartTestRunner":{"__isSmartRef__":true,"id":50102},"openPartClassesEditor":{"__isSmartRef__":true,"id":50106}},"50002":{"varMapping":{"__isSmartRef__":true,"id":50003},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.preselectItem();\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.preselectItem();\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":50004},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"50003":{"this":{"__isSmartRef__":true,"id":48267}},"50004":{"timestamp":{"__isSmartRef__":true,"id":50005},"user":"lauritz","tags":[]},"50005":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:13:43 GMT+0100 (Mitteleuropäische Zeit)"},"50006":{"varMapping":{"__isSmartRef__":true,"id":50007},"source":"function displayJavaScriptSource(jsCode) {\n if (this.scriptPane.hasChanged()) {\n var that = this;\n var callback = function(confirmed) {\n if (confirmed) that.scriptPane.display(jsCode)\n };\n this.confirmUnsavedChanges(callback);\n } else {\n this.scriptPane.display(jsCode);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":50008},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"50007":{"this":{"__isSmartRef__":true,"id":48267}},"50008":{"timestamp":{"__isSmartRef__":true,"id":50009},"user":"lauritz","tags":[]},"50009":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"50010":{"varMapping":{"__isSmartRef__":true,"id":50011},"source":"function displaySourceForConnection(connection) {\n var code = \"\", that = this;\n if (connection === undefined) return;\n if (connection === null) {\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\"\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForConnection(connection);\n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":50012},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"50011":{"this":{"__isSmartRef__":true,"id":48267}},"50012":{"timestamp":{"__isSmartRef__":true,"id":50013},"user":"conradcalmez","tags":[]},"50013":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:59:30 GMT+0100 (Mitteleuropäische Zeit)"},"50014":{"varMapping":{"__isSmartRef__":true,"id":50015},"source":"function displaySourceForScript(scriptName) {\n var code = \"\",\n that = this;\n if (scriptName === null) {\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForScript(each)).concat(\"\\n\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForScript(scriptName); \n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":50016},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"50015":{"this":{"__isSmartRef__":true,"id":48267}},"50016":{"timestamp":{"__isSmartRef__":true,"id":50017},"user":"lauritz","tags":[]},"50017":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:51:37 GMT+0100 (Mitteleuropäische Zeit)"},"50018":{"varMapping":{"__isSmartRef__":true,"id":50019},"source":"function generateSourceForConnection(connection) {\n var c = connection, targetObject = this.target;\n\tif (!c.getTargetObj() || !c.getTargetObj().name || \n\t\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\n\n\tvar optConfig = []\n\tif (c.converterString)\n\t\toptConfig.push(\"converter: \\n\\t\" + c.converterString)\n\tif (c.updaterString)\n\t\toptConfig.push(\"updater: \\n\\t\" + c.updaterString)\n\treturn Strings.format('connect(%s, \"%s\", %s, \"%s\", {%s});', \n\t\t\tthis.generateTargetCode(targetObject, c.getSourceObj()),\n\t\t\tc.getSourceAttrName(),\n\t\t\tthis.generateTargetCode(targetObject, c.getTargetObj()),\n\t\t\tc.getTargetMethodName(),\n\t\t\toptConfig.join(','));\n\n}","funcProperties":{"__isSmartRef__":true,"id":50020},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"50019":{"this":{"__isSmartRef__":true,"id":48267}},"50020":{"timestamp":{"__isSmartRef__":true,"id":50021},"user":"lauritz","tags":[]},"50021":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"50022":{"varMapping":{"__isSmartRef__":true,"id":50023},"source":"function generateSourceForScript(scriptName) {\n var script = this.target[scriptName],\n annotation = '',\n scriptSource = '',\n tagScript = '';\n\n if (script.timestamp && script.user) \n annotation = Strings.format('// changed at %s by %s \\n', script.timestamp, script.user);\n scriptSource = Strings.format('this.addScript(%s)', script.getOriginal());\n tagScript = Strings.format('.tag(%s);', this.printTags(script));\n\n return annotation + scriptSource + tagScript;\n}","funcProperties":{"__isSmartRef__":true,"id":50024},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"50023":{"this":{"__isSmartRef__":true,"id":48267}},"50024":{"timestamp":{"__isSmartRef__":true,"id":50025},"user":"lauritz","tags":[]},"50025":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:32:42 GMT+0100 (Mitteleuropäische Zeit)"},"50026":{"varMapping":{"__isSmartRef__":true,"id":50027},"source":"function generateTargetCode(baseObject, targetObject) {\n\tvar name = targetObject.name;\n\tif (baseObject === targetObject) \n\t\treturn \"this\";\n\telse if (baseObject[name] === targetObject) \n\t\treturn \"this.\" + name;\n\telse if (baseObject.testObject === targetObject) \n\t\treturn \"this.testObject\";\n\telse if (baseObject.get(name) === targetObject) \n\t\treturn 'this.get(\"' + name + '\")';\n\telse if (targetObject instanceof Morph) \n\t\treturn '$morph(\"' + name + '\")';\n\telse \n\t\treturn \"????\";\n}","funcProperties":{"__isSmartRef__":true,"id":50028},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"50027":{"this":{"__isSmartRef__":true,"id":48267}},"50028":{"timestamp":{"__isSmartRef__":true,"id":50029},"user":"lauritz","tags":[]},"50029":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"50030":{"varMapping":{"__isSmartRef__":true,"id":50031},"source":"function newConnection() {\n if (this.target) {\n var code = \"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":50032},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"50031":{"this":{"__isSmartRef__":true,"id":48267}},"50032":{"timestamp":{"__isSmartRef__":true,"id":50033},"user":"lauritz","tags":[]},"50033":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"50034":{"varMapping":{"__isSmartRef__":true,"id":50035},"source":"function newScript() {\n if (this.target) {\n var code = \"this.addScript(function SCRIPTNAME() {\\n \\n}).tag([]);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":50036},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"50035":{"this":{"__isSmartRef__":true,"id":48267}},"50036":{"timestamp":{"__isSmartRef__":true,"id":50037},"user":"lauritz","tags":[]},"50037":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:24:25 GMT+0100 (Mitteleuropäische Zeit)"},"50038":{"varMapping":{"__isSmartRef__":true,"id":50039},"source":"function reset() {\n this.scriptPane = this.get('ObjectEditorScriptPane')\n this.scriptList = this.get('ObjectEditorScriptList')\n this.connectionList = this.get('ObjectEditorConnectionList')\n this.morphSelector = this.get('ObjectEditorMorphSelector')\n this.target = null;\n this.scriptPane.reset();\n this.scriptList.setList();\n this.scriptList.selection = null;\n this.connectionList.setList();\n this.connectionList.selection = null;\n this.morphSelector.reset();\n this.tagChooser.reset();\n this.currentTag = null;\n this.stopStepping();\n}","funcProperties":{"__isSmartRef__":true,"id":50040},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"50039":{"this":{"__isSmartRef__":true,"id":48267}},"50040":{"timestamp":{"__isSmartRef__":true,"id":50041},"user":"conradcalmez","tags":[]},"50041":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:57:50 GMT+0100 (Mitteleuropäische Zeit)"},"50042":{"varMapping":{"__isSmartRef__":true,"id":50043},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n return this.scriptList.selectAddedScript(addScriptMatches[0]);\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i width) {\n\t\t\tx = 0;\n\t\t\ty += extent.y + 5;\n\t\t}\n\t\tmorph.setPosition(pt(x,y))\n\t\tx += extent.x + 5;\n\t})\n}","funcProperties":{"__isSmartRef__":true,"id":50466},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"50461":{"this":{"__isSmartRef__":true,"id":46947},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":50462}},"50462":{"$super":{"__isSmartRef__":true,"id":50463}},"50463":{"varMapping":{"__isSmartRef__":true,"id":50464},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":50465},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"50464":{"obj":{"__isSmartRef__":true,"id":46947},"name":"adjustForNewBounds"},"50465":{},"50466":{},"50467":{"varMapping":{"__isSmartRef__":true,"id":50468},"source":"function unselectAll() {\n\tthis.submorphs.invoke('showAsNotSelected');\n}","funcProperties":{"__isSmartRef__":true,"id":50469},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"50468":{"this":{"__isSmartRef__":true,"id":46947}},"50469":{},"50470":{"varMapping":{"__isSmartRef__":true,"id":50471},"source":"function selectPartItem(item) {\n\tthis.selectedItem = item && item.partItem;\n\tthis.submorphs.without(item).invoke('showAsNotSelected');\n}","funcProperties":{"__isSmartRef__":true,"id":50472},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"50471":{"this":{"__isSmartRef__":true,"id":46947}},"50472":{},"50473":{"varMapping":{"__isSmartRef__":true,"id":50474},"source":"function startAddingPartItems(partItems) {\n this.partItemsToBeAdded = partItems.clone();\n this.startStepping(0, 'addPartItemAsync')\n}","funcProperties":{"__isSmartRef__":true,"id":50475},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"50474":{"this":{"__isSmartRef__":true,"id":46947}},"50475":{"user":"robertkrahn","timestamp":{"__isSmartRef__":true,"id":50476}},"50476":{"isSerializedDate":true,"string":"Fri Jul 01 2011 02:00:58 GMT+0200 (Mitteleuropäische Sommerzeit)"},"50477":{"varMapping":{"__isSmartRef__":true,"id":50478},"source":"function addPartItemAsync() {\n if (!this.partItemsToBeAdded || this.partItemsToBeAdded.length == 0) {\n this.stopAddingPartItemsAsync();\n return;\n }\n\n var partItem = this.partItemsToBeAdded.shift();\n var morph = partItem.asPartsBinItem();\n this.addMorph(morph);\n this.adjustForNewBounds() \n}","funcProperties":{"__isSmartRef__":true,"id":50479},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"50478":{"this":{"__isSmartRef__":true,"id":46947}},"50479":{"user":"robertkrahn","timestamp":{"__isSmartRef__":true,"id":50480}},"50480":{"isSerializedDate":true,"string":"Fri Jul 01 2011 02:03:38 GMT+0200 (Mitteleuropäische Sommerzeit)"},"50481":{"varMapping":{"__isSmartRef__":true,"id":50482},"source":"function stopAddingPartItemsAsync() {\n this.stopStepping();\n delete this.partItemsToBeAdded;\n}","funcProperties":{"__isSmartRef__":true,"id":50483},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"50482":{"this":{"__isSmartRef__":true,"id":46947}},"50483":{"user":"robertkrahn","timestamp":{"__isSmartRef__":true,"id":50484}},"50484":{"isSerializedDate":true,"string":"Fri Jul 01 2011 02:03:46 GMT+0200 (Mitteleuropäische Sommerzeit)"},"50485":{"submorphs":[{"__isSmartRef__":true,"id":50486}],"scripts":[],"id":"BD890836-3EA1-4DFB-9376-99A4145E6CE4","shape":{"__isSmartRef__":true,"id":50502},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":50518},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":50506},"lighterFill":{"__isSmartRef__":true,"id":50519},"label":{"__isSmartRef__":true,"id":50486},"name":"removeCategoryButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":50528},"attributeConnections":[{"__isSmartRef__":true,"id":50529}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":50530},"owner":{"__isSmartRef__":true,"id":46484},"layout":{"__isSmartRef__":true,"id":50531},"renderContextTable":{"__isSmartRef__":true,"id":50532},"eventHandler":{"__isSmartRef__":true,"id":50533},"derivationIds":[1238,"779C0566-5466-4191-9056-3A104C7EFAEC","F8319D79-817B-415B-80D1-ACE5F12CDD01","37900DC1-0689-4E1B-9709-A65C15C40367","399B28D7-03E3-4E38-8710-E7A5F5F513D1","8EA24F2B-6E35-4013-8CCB-18016701673B","C5991ECA-726A-42D6-8AB1-1B6DA1AAD119","7C6FC789-C7D6-482C-906E-5EABA9E0E151","7C90668B-396F-43DB-AB44-3277DA8BE863","CDE8D251-2EED-4992-B316-64B64110C044","5D293BC5-06E6-425F-B654-F22EF9E8225E","A568DFA0-B5A0-42C6-A370-F4C23551D3DA","8FAE443C-8E8F-44EF-B5C8-7E103E74AD92","3FD3C7A0-B776-41AF-86DF-DC5A4EE9403E","115E4AE3-4DA0-482F-91C6-DB88E0E266D0","36F8D23F-3ADC-40FB-9A9B-D726CA8560D2","F32C1526-A32B-46B5-B550-44C9A527EB19","B075E4A4-D511-45BC-A05D-E9FEB4D8EF29","D554E6AE-A18D-4BBA-AB29-419B75691B79"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","isPressed":false,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":50534},"__LivelyClassName__":"lively.morphic.Button"},"50486":{"submorphs":[],"scripts":[],"id":"5ADD4E8E-AF81-49C0-AFCC-1A8303DF9962","shape":{"__isSmartRef__":true,"id":50487},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":50493},"_MaxTextWidth":18,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":50494},"_Padding":{"__isSmartRef__":true,"id":50495},"owner":{"__isSmartRef__":true,"id":50485},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":50496},"textChunks":[{"__isSmartRef__":true,"id":50497}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":50499},"eventHandler":{"__isSmartRef__":true,"id":50500},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":18,"_MinTextHeight":null,"derivationIds":[1239,"0950594A-94D2-49BB-8E22-06789654760D","9E11E76B-89E8-4AF1-8D7F-24952002D1DE","39E0A384-A8F7-4ECE-A3F3-3B39C85B1DBA","7970902A-4F1C-4337-8A61-02D5AEA5697B","DE30399C-D0BE-412E-B0C6-18B37109F841","E311AA2E-9F6A-4DF4-AAD2-6631660E1203","AA4706D6-6736-4F85-80F2-48443DC7DA44","C2A120EC-B8B5-44A6-801B-F8E9FDE230BF","34EB9510-4D09-4B14-8B09-45852E807EEC","578C10D1-9557-441C-ABD1-303291DEFD1A","680618F4-7A7D-43A9-B75C-4515C8D3A904","1631FBD4-94FC-4C42-A426-822A8D107F36","574DCB97-CFE4-470B-944F-567F9CBAD365","81CA5687-24FD-462D-BFD3-A33C82169582","B85E3B2A-7437-47F6-BDF5-D02C7F6C5A0F","0375365E-D522-4331-BCA3-1B9C85143F76","34D3646F-8812-4695-9CFD-CD9AF31869F4","D8EE495F-73DC-4FA7-83BA-744F42C42961"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":50501},"__LivelyClassName__":"lively.morphic.Text"},"50487":{"position":{"__isSmartRef__":true,"id":50488},"_Extent":{"__isSmartRef__":true,"id":50489},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":50490},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":50491},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":50492},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"50488":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50489":{"x":20,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"50490":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50491":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"50492":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"50493":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50494":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"50495":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"50496":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50497":{"style":{"__isSmartRef__":true,"id":50498},"chunkOwner":{"__isSmartRef__":true,"id":50486},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"-","__LivelyClassName__":"lively.morphic.TextChunk"},"50498":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"50499":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"50500":{"morph":{"__isSmartRef__":true,"id":50486},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"50501":{"requiredModules":[],"idOnLoad":"5ADD4E8E-AF81-49C0-AFCC-1A8303DF9962","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"50502":{"position":{"__isSmartRef__":true,"id":50503},"_Extent":{"__isSmartRef__":true,"id":50504},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":50505},"_Fill":{"__isSmartRef__":true,"id":50506},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":50516},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":50517},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"50503":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50504":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50505":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50506":{"stops":[{"__isSmartRef__":true,"id":50507},{"__isSmartRef__":true,"id":50509},{"__isSmartRef__":true,"id":50511},{"__isSmartRef__":true,"id":50513}],"vector":{"__isSmartRef__":true,"id":50515},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"50507":{"offset":0,"color":{"__isSmartRef__":true,"id":50508}},"50508":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50509":{"offset":0.4,"color":{"__isSmartRef__":true,"id":50510}},"50510":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50511":{"offset":0.6,"color":{"__isSmartRef__":true,"id":50512}},"50512":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50513":{"offset":1,"color":{"__isSmartRef__":true,"id":50514}},"50514":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50515":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"50516":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"50517":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"50518":{"x":120,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50519":{"stops":[{"__isSmartRef__":true,"id":50520},{"__isSmartRef__":true,"id":50522},{"__isSmartRef__":true,"id":50524},{"__isSmartRef__":true,"id":50526}],"vector":{"__isSmartRef__":true,"id":50515},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"50520":{"offset":0,"color":{"__isSmartRef__":true,"id":50521}},"50521":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50522":{"offset":0.4,"color":{"__isSmartRef__":true,"id":50523}},"50523":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50524":{"offset":0.6,"color":{"__isSmartRef__":true,"id":50525}},"50525":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50526":{"offset":1,"color":{"__isSmartRef__":true,"id":50527}},"50527":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50528":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"idOnLoad":"BD890836-3EA1-4DFB-9376-99A4145E6CE4","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"50529":{"sourceObj":{"__isSmartRef__":true,"id":50485},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":50485},"targetMethodName":"onFire","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"50530":{"x":134.06609913216516,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50531":{"moveVertical":false},"50532":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"50533":{"morph":{"__isSmartRef__":true,"id":50485},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"50534":{"onFire":{"__isSmartRef__":true,"id":50535}},"50535":{"varMapping":{"__isSmartRef__":true,"id":50536},"source":"function onFire() {\n\tthis.get('PartsBinBrowser').removeCategoryInteractively()\n}","funcProperties":{"__isSmartRef__":true,"id":50537},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"50536":{"this":{"__isSmartRef__":true,"id":50485}},"50537":{},"50538":{"submorphs":[{"__isSmartRef__":true,"id":50539}],"scripts":[],"id":"B38876CD-DEEE-4C8E-8C4E-79C33D4B2193","shape":{"__isSmartRef__":true,"id":50555},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":50571},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":50559},"lighterFill":{"__isSmartRef__":true,"id":50572},"label":{"__isSmartRef__":true,"id":50539},"name":"addCategoryButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":50581},"attributeConnections":[{"__isSmartRef__":true,"id":50582}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":50583},"owner":{"__isSmartRef__":true,"id":46484},"layout":{"__isSmartRef__":true,"id":50584},"renderContextTable":{"__isSmartRef__":true,"id":50585},"eventHandler":{"__isSmartRef__":true,"id":50586},"derivationIds":[1240,"4C2C10AA-3167-4B7D-9518-38AA200B5BC6","03AA66B1-0216-4615-BC50-CD240729363E","E4ECDC08-B9DE-4716-97F1-FA4A9D84B22D","AA637DB5-981E-4875-A449-4FEA2FC1C13F","55DB5207-1834-4135-81B3-4F1837BD85E0","30C8FE48-BA9E-43F9-B4FC-0341EC392ACF","2C20BACF-1CEC-44C2-8F56-12470A7027A9","C650BBE2-143B-4BC5-8EF1-1A524E123AE5","F33FAD3D-DBA2-49AD-84F4-4754F4036D2D","1482E0D5-DF16-48E6-8815-B26DA5EE5818","EAC37F08-BCB6-4170-8667-1B6CFCF4E5A1","B09187AF-0ADE-40E9-8854-F43365D6200B","45D0DBA7-4458-4FB4-A7DE-5D5F8FA7C07C","B8FF07C9-562A-462B-9E72-0374A9AF23B6","5BDD2225-268A-48C3-9D60-A54BE7218F3E","024166B5-514F-42E9-9B8F-92BE1B1B561F","1A0825CD-8DCC-4F32-93FF-4912FB1E4F15","3320CEA7-B9AF-42CD-AD29-0D52B7739050"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":50587},"__LivelyClassName__":"lively.morphic.Button"},"50539":{"submorphs":[],"scripts":[],"id":"0F2996B2-FE62-4AAD-A989-2342DD9EAF04","shape":{"__isSmartRef__":true,"id":50540},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":50546},"_MaxTextWidth":18,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":50547},"_Padding":{"__isSmartRef__":true,"id":50548},"owner":{"__isSmartRef__":true,"id":50538},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":50549},"textChunks":[{"__isSmartRef__":true,"id":50550}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":50552},"eventHandler":{"__isSmartRef__":true,"id":50553},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":18,"_MinTextHeight":null,"derivationIds":[1241,"4FB5FB12-B7A2-4FF0-A0A1-C45C2FAE8274","7FFD3B07-E2DB-4CA7-A11B-327EBF88268D","3AD91228-BC6B-4030-A2C5-4055DF856DE4","B0F178B5-2384-4150-9E8E-F9F630407349","B62BAE98-D2F9-4769-A7A2-64403D5C2C21","F208698E-6181-438F-8C96-4E6B9739967E","DA6A940F-C968-47AC-AC35-59D17BBB71BC","D72F3161-DE66-4A55-827B-FE95CB3855C1","38222CFF-F285-4D8C-8CE9-49E289A8DB01","27598E1E-5C29-40E9-9828-BDA39C7A14D0","2ED00864-0FC6-4DF5-98A8-E6C0D982098E","C1578206-028D-4DFF-8D5C-B8B472E478BD","AE545D90-295C-4BA2-B148-7CD56762EEC8","5A3C8159-95EC-45BA-A630-50FFF32492DB","4558E404-B6A2-456D-86CD-6A7ABD655AEB","70C14ABA-91D0-4910-9A6B-DE34408484EE","0D747327-F2BD-41C9-943C-E50F4EF2B5E3","C3C7355F-DF3C-4032-9C6D-55899FFC46DD"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":50554},"__LivelyClassName__":"lively.morphic.Text"},"50540":{"position":{"__isSmartRef__":true,"id":50541},"_Extent":{"__isSmartRef__":true,"id":50542},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":50543},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":50544},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":50545},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"50541":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50542":{"x":20,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"50543":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50544":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"50545":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"50546":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50547":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"50548":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"50549":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50550":{"style":{"__isSmartRef__":true,"id":50551},"chunkOwner":{"__isSmartRef__":true,"id":50539},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"+","__LivelyClassName__":"lively.morphic.TextChunk"},"50551":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"50552":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"50553":{"morph":{"__isSmartRef__":true,"id":50539},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"50554":{"requiredModules":[],"idOnLoad":"0F2996B2-FE62-4AAD-A989-2342DD9EAF04","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"50555":{"position":{"__isSmartRef__":true,"id":50556},"_Extent":{"__isSmartRef__":true,"id":50557},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":50558},"_Fill":{"__isSmartRef__":true,"id":50559},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":50569},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":50570},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"50556":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50557":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50558":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50559":{"stops":[{"__isSmartRef__":true,"id":50560},{"__isSmartRef__":true,"id":50562},{"__isSmartRef__":true,"id":50564},{"__isSmartRef__":true,"id":50566}],"vector":{"__isSmartRef__":true,"id":50568},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"50560":{"offset":0,"color":{"__isSmartRef__":true,"id":50561}},"50561":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50562":{"offset":0.4,"color":{"__isSmartRef__":true,"id":50563}},"50563":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50564":{"offset":0.6,"color":{"__isSmartRef__":true,"id":50565}},"50565":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50566":{"offset":1,"color":{"__isSmartRef__":true,"id":50567}},"50567":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50568":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"50569":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"50570":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"50571":{"x":100,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50572":{"stops":[{"__isSmartRef__":true,"id":50573},{"__isSmartRef__":true,"id":50575},{"__isSmartRef__":true,"id":50577},{"__isSmartRef__":true,"id":50579}],"vector":{"__isSmartRef__":true,"id":50568},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"50573":{"offset":0,"color":{"__isSmartRef__":true,"id":50574}},"50574":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50575":{"offset":0.4,"color":{"__isSmartRef__":true,"id":50576}},"50576":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50577":{"offset":0.6,"color":{"__isSmartRef__":true,"id":50578}},"50578":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50579":{"offset":1,"color":{"__isSmartRef__":true,"id":50580}},"50580":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50581":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"idOnLoad":"B38876CD-DEEE-4C8E-8C4E-79C33D4B2193","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"50582":{"sourceObj":{"__isSmartRef__":true,"id":50538},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":50538},"targetMethodName":"onFire","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"50583":{"x":134.06609913216516,"y":19.99799699599498,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50584":{"moveVertical":false},"50585":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"50586":{"morph":{"__isSmartRef__":true,"id":50538},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"50587":{"onFire":{"__isSmartRef__":true,"id":50588}},"50588":{"varMapping":{"__isSmartRef__":true,"id":50589},"source":"function onFire() {\n\tthis.get('PartsBinBrowser').addCategoryInteractively()\n}","funcProperties":{"__isSmartRef__":true,"id":50590},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"50589":{"this":{"__isSmartRef__":true,"id":50538}},"50590":{},"50591":{"submorphs":[],"scripts":[],"id":"23109E6F-903B-4009-902A-C81BCF49AFAE","shape":{"__isSmartRef__":true,"id":50592},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":50598},"_MaxTextWidth":531.2024292894854,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":50599},"showsHalos":false,"_FontSize":11,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"searchText","partsBinMetaInfo":{"__isSmartRef__":true,"id":50600},"textChunks":[{"__isSmartRef__":true,"id":50601}],"charsReplaced":"Search","lastFindLoc":-6,"priorSelectionRange":[0,0],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":50603},"renderContextTable":{"__isSmartRef__":true,"id":50604},"eventHandler":{"__isSmartRef__":true,"id":50605},"owner":{"__isSmartRef__":true,"id":46484},"isInputLine":true,"attributeConnections":[{"__isSmartRef__":true,"id":50606}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"layout":{"__isSmartRef__":true,"id":50607},"_WhiteSpaceHandling":"pre-wrap","_ClipMode":"visible","_MinTextWidth":531.2024292894854,"_MinTextHeight":null,"previousSelection":[0,7],"derivationIds":[1242,"A22EEABD-CB29-4C5C-8C48-F766E326BC3F","6A6D6852-0ACD-4AFB-B78D-5C1767FC64BF","9D304E91-4077-4112-BBAA-EA47623B1BD8","178FCB01-0879-494A-9F87-056D582D689E","26B6A9F2-7F9D-4666-AB17-65E0DCD0BA0A","74080715-3CAE-431E-94C4-C98DDDF12BCD","54094B9D-EC29-4193-AE36-80A09F2E996E","3C430B51-E92E-42CF-9F28-9155B1DD75BE","95739011-C77B-4A83-92C9-404E7678E001","CE98D4C0-8E1E-40C3-AA60-10700C5B09B8","9FCABE52-F360-4ABC-81B7-C64D6A931C03","AFE833D0-7AAD-4F80-9FA0-E34F01873FB9","0519742E-9514-4066-9CD3-ED884C62AE77","2175C2DC-5DAA-4A1A-803E-8B55C07D6806","3148E12F-D9FA-4141-9A5E-73E3F8A65776","86933F48-407D-458F-ADB7-865018746EDD","0C9ED1AC-B0C4-4C07-AC29-B9CF795F80FB","CF02BEE5-9294-42D6-AA95-2DCAD8E1D80E"],"_Rotation":0,"_Scale":1,"savedTextString":"resize","__LivelyClassName__":"lively.morphic.Text"},"50592":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":50593},"_Extent":{"__isSmartRef__":true,"id":50594},"_BorderWidth":2.3680000000000003,"_BorderColor":{"__isSmartRef__":true,"id":50595},"renderContextTable":{"__isSmartRef__":true,"id":50596},"_BorderRadius":1.8500000000000003,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":50597},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"50593":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50594":{"x":552.9384292894854,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"50595":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50596":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"50597":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"50598":{"x":154.76802363450668,"y":13.108574301564317,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50599":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50600":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"23109E6F-903B-4009-902A-C81BCF49AFAE","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"50601":{"style":{"__isSmartRef__":true,"id":50602},"chunkOwner":{"__isSmartRef__":true,"id":50591},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"50602":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"50603":{"x":552.9384292894854,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50604":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"50605":{"morph":{"__isSmartRef__":true,"id":50591},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"50606":{"sourceObj":{"__isSmartRef__":true,"id":50591},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":46484},"targetMethodName":"search","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"50607":{"resizeWidth":true},"50608":{"submorphs":[],"scripts":[],"id":"A13890F6-A77E-4D25-B1A7-E2EB745070D4","shape":{"__isSmartRef__":true,"id":50609},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":50615},"_MaxTextWidth":168,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":50612},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text4","partsBinMetaInfo":{"__isSmartRef__":true,"id":50616},"textChunks":[{"__isSmartRef__":true,"id":50617}],"charsReplaced":"some text","lastFindLoc":-9,"priorSelectionRange":[6,6],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":50619},"renderContextTable":{"__isSmartRef__":true,"id":50620},"eventHandler":{"__isSmartRef__":true,"id":50621},"owner":{"__isSmartRef__":true,"id":46484},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":168,"_MinTextHeight":null,"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","previousSelection":[0,6],"derivationIds":[1243,"5346A257-CAB6-48DA-B412-636917F28280","E611ABED-3298-4027-89C5-503BFCFE4CA3","27AE40EC-F949-496E-8968-BA32D5E3A431","025BE71F-60AB-4115-B745-04714CE7774C","A2845EF4-117F-4AC3-AD19-E09D78C3C866","B854DD97-9BE2-44B9-BFF5-93AA931B4385","2FEEF365-D284-4F58-A92B-A8E11A69DAA6","41171B50-1911-4C21-A067-633FFB938163","6FF550A7-CD2A-48AA-B67F-9E24ACDEB0C1","107A1C0E-D268-4536-AF57-603A206E6460","108F5C5C-B711-4859-8463-980AD2E5EC4C","B78A07FF-977F-4CC1-8870-16B4756D22A1","EACE9426-8983-4C7C-9388-7829A84E90FB","01449D54-8A3D-46AD-9B4F-7CB12D5FF2A9","705CF292-539B-4A18-81B5-3D2B962B1D82","7810B7C5-9EAF-4413-85AB-8FE6E928F162","5B5C10A0-4921-4667-85C7-D7C5966142AF","6A39CF0A-97A8-49DF-9B54-020670AD0468"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"50609":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":50610},"_Extent":{"__isSmartRef__":true,"id":50611},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":50612},"renderContextTable":{"__isSmartRef__":true,"id":50613},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":50614},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"50610":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50611":{"x":168,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"50612":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50613":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"50614":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"50615":{"x":154.76802363450668,"y":0.10857430156420378,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50616":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"A13890F6-A77E-4D25-B1A7-E2EB745070D4","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"50617":{"style":{"__isSmartRef__":true,"id":50618},"morph":{"__isSmartRef__":true,"id":50608},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":50608},"storedString":"search","__LivelyClassName__":"lively.morphic.TextChunk"},"50618":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"50619":{"x":168,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50620":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"50621":{"morph":{"__isSmartRef__":true,"id":50608},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"50622":{"submorphs":[{"__isSmartRef__":true,"id":50623}],"scripts":[],"id":"A6C71D4A-D41E-47A4-AF72-9DDCB0E2D52B","shape":{"__isSmartRef__":true,"id":50638},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":50651},"lighterFill":{"__isSmartRef__":true,"id":50661},"label":{"__isSmartRef__":true,"id":50623},"attributeConnections":[{"__isSmartRef__":true,"id":50670},{"__isSmartRef__":true,"id":50695},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699}],"doNotSerialize":["$$fire","$$_Position","$$_Scale","$$_Rotation","$$owner"],"doNotCopyProperties":["$$fire","$$_Position","$$_Scale","$$_Rotation","$$owner"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":50996},"name":"moreButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":50997},"renderContextTable":{"__isSmartRef__":true,"id":50998},"eventHandler":{"__isSmartRef__":true,"id":50999},"priorExtent":{"__isSmartRef__":true,"id":51000},"layout":{"__isSmartRef__":true,"id":51001},"derivationIds":[1244,"C5093924-2C24-4CFD-B800-F131C46037DC","AB03EF5D-3025-4CB5-BEC2-E2C320D01FA0","817FF716-6521-4E26-BB87-16FA8F03677B","0F06625C-5212-45B6-A7D7-A07176D879F3","0ED68E94-8AB8-4A9A-A901-B500D901EAED","EF0C5FDE-98A3-45BD-8272-258EA652B5ED","98806A3E-629D-4352-BAA2-478838A8B085","A4F6BA8D-523C-411E-833E-DD810C034DB5","0CB2D4BC-8186-4D2F-BEA4-96BA094171C6","C0346302-E4FA-4685-861D-BF6C4697D40B","AC1B5887-56E7-4158-A93C-AD0CF60B3D87","9F28E804-B1DF-407A-90D2-DCF53D9BB909","1E73CC75-8F5D-42BD-9B81-7A64FDD0D205","484DD2FD-5AA0-4CEC-BB6C-1BBE9F32F6DC","AEACC2BC-5D09-41B9-A05D-2437E76BE49B","8A20C95D-D4D9-4AD5-8A55-CF241DB05538","65CA7334-2870-4045-BA15-D73FD78E21D0","19F6AD8A-BD21-4E66-9D47-F9B68C652286"],"_Position":{"__isSmartRef__":true,"id":51002},"_Scale":1,"_Rotation":0,"owner":{"__isSmartRef__":true,"id":46484},"_ClipMode":"visible","isPressed":false,"__LivelyClassName__":"lively.morphic.Button"},"50623":{"submorphs":[],"scripts":[],"id":"FF67363C-1567-41FB-AD6D-B2392D7A9AF1","shape":{"__isSmartRef__":true,"id":50624},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":45.76199368290986,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":50629},"textColor":{"__isSmartRef__":true,"id":50627},"owner":{"__isSmartRef__":true,"id":50622},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":50630}],"padding":{"__isSmartRef__":true,"id":50632},"_Padding":{"__isSmartRef__":true,"id":50633},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":50634},"_FontFamily":"Helvetica, Sans-Serif","renderContextTable":{"__isSmartRef__":true,"id":50635},"eventHandler":{"__isSmartRef__":true,"id":50636},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_Align":"center","_FontSize":10,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":45.76199368290986,"_MinTextHeight":null,"derivationIds":[1245,"0125C72B-2B04-4872-A0B1-0292F9733F9D","99E6F0CD-AA33-42BD-B6E6-3154AA491D70","DAFB157F-4F83-4402-894A-12549438C7E9","98F29C75-DB67-470E-8F9F-4B7135CE21D9","D4509212-C332-45F0-B768-69E4E0D59537","735C22EC-309F-484F-B643-48229EC6D6E5","72386EBF-DE01-4B53-9084-32841E59EE3C","8AB3572C-52F6-4F6A-B59F-9EFA069C1601","C882377D-6F5C-43E4-AEAB-996ECA6A82A1","DA159A64-D6F8-4A2F-834D-71C6289A1FC8","58923C3A-4492-4DB3-871A-DEE1219F199C","B4024F35-8AB7-43DE-BE23-2758B0EB4C26","93871BBA-3E5C-4B6F-8A5A-CB2AA4DDA546","98E9C433-F2D7-4ED4-B286-33CDFC7F8B7F","82135AAD-8041-4CA4-B78C-0D80FBA43722","358F966D-679E-4DC3-98C0-8D697712CD4E","0D4E0BD4-0743-470F-8F3B-E0602F5CE408","7F61D12A-0120-49DD-A4D5-CB25BB23ED74"],"_Scale":1,"_TextColor":{"__isSmartRef__":true,"id":118},"partsBinMetaInfo":{"__isSmartRef__":true,"id":50637},"__LivelyClassName__":"lively.morphic.Text"},"50624":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":50625},"_Extent":{"__isSmartRef__":true,"id":50626},"_BorderColor":{"__isSmartRef__":true,"id":50627},"renderContextTable":{"__isSmartRef__":true,"id":50628},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":7607},"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"50625":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50626":{"x":45.76199368290986,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"50627":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50628":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"50629":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50630":{"style":{"__isSmartRef__":true,"id":50631},"chunkOwner":{"__isSmartRef__":true,"id":50623},"storedString":"hide","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"50631":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"50632":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"50633":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"50634":{"x":45.76199368290986,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"50635":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"50636":{"morph":{"__isSmartRef__":true,"id":50623},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"50637":{"requiredModules":[],"idOnLoad":"FF67363C-1567-41FB-AD6D-B2392D7A9AF1","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"50638":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":50639},"_Extent":{"__isSmartRef__":true,"id":50640},"_Fill":{"__isSmartRef__":true,"id":50641},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":50648},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":50649},"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":50650},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"50639":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50640":{"x":45.76199368290986,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50641":{"stops":[{"__isSmartRef__":true,"id":50642},{"__isSmartRef__":true,"id":50644},{"__isSmartRef__":true,"id":50645},{"__isSmartRef__":true,"id":50646}],"vector":{"__isSmartRef__":true,"id":153},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"50642":{"offset":0,"color":{"__isSmartRef__":true,"id":50643}},"50643":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"50644":{"offset":0.3,"color":{"__isSmartRef__":true,"id":149}},"50645":{"offset":0.7,"color":{"__isSmartRef__":true,"id":149}},"50646":{"offset":1,"color":{"__isSmartRef__":true,"id":50647}},"50647":{"r":0.7973333333333334,"g":0.7973333333333334,"b":0.7973333333333334,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"50648":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50649":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"50650":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"50651":{"stops":[{"__isSmartRef__":true,"id":50652},{"__isSmartRef__":true,"id":50654},{"__isSmartRef__":true,"id":50656},{"__isSmartRef__":true,"id":50658}],"vector":{"__isSmartRef__":true,"id":50660},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"50652":{"offset":0,"color":{"__isSmartRef__":true,"id":50653}},"50653":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50654":{"offset":0.4,"color":{"__isSmartRef__":true,"id":50655}},"50655":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50656":{"offset":0.6,"color":{"__isSmartRef__":true,"id":50657}},"50657":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50658":{"offset":1,"color":{"__isSmartRef__":true,"id":50659}},"50659":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50660":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"50661":{"stops":[{"__isSmartRef__":true,"id":50662},{"__isSmartRef__":true,"id":50664},{"__isSmartRef__":true,"id":50666},{"__isSmartRef__":true,"id":50668}],"vector":{"__isSmartRef__":true,"id":50660},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"50662":{"offset":0,"color":{"__isSmartRef__":true,"id":50663}},"50663":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50664":{"offset":0.4,"color":{"__isSmartRef__":true,"id":50665}},"50665":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50666":{"offset":0.6,"color":{"__isSmartRef__":true,"id":50667}},"50667":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50668":{"offset":1,"color":{"__isSmartRef__":true,"id":50669}},"50669":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50670":{"sourceObj":{"__isSmartRef__":true,"id":50622},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":46484},"targetMethodName":"toggleMorePane","visualConnector":{"__isSmartRef__":true,"id":50671},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"50671":{"submorphs":[],"scripts":[],"id":7318,"renderContextTable":{"__isSmartRef__":true,"id":50672},"shape":{"__isSmartRef__":true,"id":50673},"droppingEnabled":true,"halosEnabled":true,"eventHandler":{"__isSmartRef__":true,"id":50680},"controlPoints":[{"__isSmartRef__":true,"id":50681},{"__isSmartRef__":true,"id":50684}],"con":{"__isSmartRef__":true,"id":50670},"showsMorphMenu":true,"isCopyMorphRef":true,"morphRefId":1,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":50687},"__LivelyClassName__":"lively.morphic.Path"},"50672":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"50673":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":50674},{"__isSmartRef__":true,"id":50675}],"renderContextTable":{"__isSmartRef__":true,"id":50676},"_Position":{"__isSmartRef__":true,"id":50677},"_Extent":{"__isSmartRef__":true,"id":50678},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":50679},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"50674":{"isAbsolute":true,"x":854.8221585389102,"y":486.6557441306399,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"50675":{"isAbsolute":true,"x":129.26745902716374,"y":472.5438324747307,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"50676":{},"50677":{"x":-2,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50678":{"x":720.7977294921875,"y":13.972190856933594,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50679":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50680":{"morph":{"__isSmartRef__":true,"id":50671},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"50681":{"morph":{"__isSmartRef__":true,"id":50671},"index":0,"connectedMagnet":{"__isSmartRef__":true,"id":50682},"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"50682":{"morph":{"__isSmartRef__":true,"id":50622},"position":{"__isSmartRef__":true,"id":50683},"connectedControlPoints":[{"__isSmartRef__":true,"id":50681}],"__SourceModuleName__":"Global.lively.morphic.Connectors","__LivelyClassName__":"lively.morphic.Magnet"},"50683":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50684":{"morph":{"__isSmartRef__":true,"id":50671},"index":1,"connectedMagnet":{"__isSmartRef__":true,"id":50685},"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"50685":{"morph":{"__isSmartRef__":true,"id":46484},"position":{"__isSmartRef__":true,"id":50686},"connectedControlPoints":[{"__isSmartRef__":true,"id":50684}],"__SourceModuleName__":"Global.lively.morphic.Connectors","__LivelyClassName__":"lively.morphic.Magnet"},"50686":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50687":{"morphMenuItems":{"__isSmartRef__":true,"id":50688}},"50688":{"varMapping":{"__isSmartRef__":true,"id":50689},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":50694},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"50689":{"this":{"__isSmartRef__":true,"id":50671},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":50690}},"50690":{"$super":{"__isSmartRef__":true,"id":50691}},"50691":{"varMapping":{"__isSmartRef__":true,"id":50692},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":50693},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"50692":{"obj":{"__isSmartRef__":true,"id":50671},"name":"morphMenuItems"},"50693":{},"50694":{},"50695":{"sourceObj":{"__isSmartRef__":true,"id":50622},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":50681},"targetMethodName":"alignToMagnet","dependendConnections":[{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50710},{"__isSmartRef__":true,"id":50938},{"__isSmartRef__":true,"id":50939},{"__isSmartRef__":true,"id":50940},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50710},{"__isSmartRef__":true,"id":50938},{"__isSmartRef__":true,"id":50939},{"__isSmartRef__":true,"id":50940},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50710},{"__isSmartRef__":true,"id":50938},{"__isSmartRef__":true,"id":50939},{"__isSmartRef__":true,"id":50940},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50710},{"__isSmartRef__":true,"id":50938},{"__isSmartRef__":true,"id":50939},{"__isSmartRef__":true,"id":50940},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50710},{"__isSmartRef__":true,"id":50938},{"__isSmartRef__":true,"id":50939},{"__isSmartRef__":true,"id":50940},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50710},{"__isSmartRef__":true,"id":50938},{"__isSmartRef__":true,"id":50939},{"__isSmartRef__":true,"id":50940},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50710},{"__isSmartRef__":true,"id":50938},{"__isSmartRef__":true,"id":50939},{"__isSmartRef__":true,"id":50940},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50710},{"__isSmartRef__":true,"id":50938},{"__isSmartRef__":true,"id":50939},{"__isSmartRef__":true,"id":50940},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50710},{"__isSmartRef__":true,"id":50938},{"__isSmartRef__":true,"id":50939},{"__isSmartRef__":true,"id":50940},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50710},{"__isSmartRef__":true,"id":50938},{"__isSmartRef__":true,"id":50939},{"__isSmartRef__":true,"id":50940},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50710},{"__isSmartRef__":true,"id":50938},{"__isSmartRef__":true,"id":50939},{"__isSmartRef__":true,"id":50940},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50710},{"__isSmartRef__":true,"id":50938},{"__isSmartRef__":true,"id":50939},{"__isSmartRef__":true,"id":50940},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50710},{"__isSmartRef__":true,"id":50938},{"__isSmartRef__":true,"id":50939},{"__isSmartRef__":true,"id":50940},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50710},{"__isSmartRef__":true,"id":50938},{"__isSmartRef__":true,"id":50939},{"__isSmartRef__":true,"id":50940},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50710},{"__isSmartRef__":true,"id":50938},{"__isSmartRef__":true,"id":50939},{"__isSmartRef__":true,"id":50940},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50710},{"__isSmartRef__":true,"id":50938},{"__isSmartRef__":true,"id":50939},{"__isSmartRef__":true,"id":50940},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50710},{"__isSmartRef__":true,"id":50938},{"__isSmartRef__":true,"id":50939},{"__isSmartRef__":true,"id":50940},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50710},{"__isSmartRef__":true,"id":50938},{"__isSmartRef__":true,"id":50939},{"__isSmartRef__":true,"id":50940},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50710},{"__isSmartRef__":true,"id":50938},{"__isSmartRef__":true,"id":50939},{"__isSmartRef__":true,"id":50940},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50710},{"__isSmartRef__":true,"id":50938},{"__isSmartRef__":true,"id":50939},{"__isSmartRef__":true,"id":50940},{"__isSmartRef__":true,"id":50696},{"__isSmartRef__":true,"id":50697},{"__isSmartRef__":true,"id":50698},{"__isSmartRef__":true,"id":50699},{"__isSmartRef__":true,"id":50701},{"__isSmartRef__":true,"id":50702},{"__isSmartRef__":true,"id":50703},{"__isSmartRef__":true,"id":50704},{"__isSmartRef__":true,"id":50710},{"__isSmartRef__":true,"id":50938},{"__isSmartRef__":true,"id":50939},{"__isSmartRef__":true,"id":50940}],"oldTransform":{"__isSmartRef__":true,"id":50994},"__SourceModuleName__":"Global.lively.bindings.GeometryBindings","__LivelyClassName__":"lively.morphic.GeometryTransformConnection"},"50696":{"sourceObj":{"__isSmartRef__":true,"id":50622},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":50695},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":50695},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"50697":{"sourceObj":{"__isSmartRef__":true,"id":50622},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":50695},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":50695},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"50698":{"sourceObj":{"__isSmartRef__":true,"id":50622},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":50695},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":50695},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"50699":{"sourceObj":{"__isSmartRef__":true,"id":50622},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":50695},"targetMethodName":"updateOwners","converter":null,"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":50700},"dependedBy":{"__isSmartRef__":true,"id":50695},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"50700":{"source":{"__isSmartRef__":true,"id":50622},"target":{"__isSmartRef__":true,"id":50695}},"50701":{"sourceObj":{"__isSmartRef__":true,"id":46484},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":50695},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":50695},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"50702":{"sourceObj":{"__isSmartRef__":true,"id":46484},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":50695},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":50695},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"50703":{"sourceObj":{"__isSmartRef__":true,"id":46484},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":50695},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":50695},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"50704":{"sourceObj":{"__isSmartRef__":true,"id":46484},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":50695},"targetMethodName":"updateOwners","converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":50705},"dependedBy":{"__isSmartRef__":true,"id":50695},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":50706},"__LivelyClassName__":"AttributeConnection"},"50705":{"source":{"__isSmartRef__":true,"id":46484},"target":{"__isSmartRef__":true,"id":50695}},"50706":{"converter":{"__isSmartRef__":true,"id":50707}},"50707":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":50708},"source":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","funcProperties":{"__isSmartRef__":true,"id":50709},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"50708":{"source":{"__isSmartRef__":true,"id":46484},"target":{"__isSmartRef__":true,"id":50695}},"50709":{},"50710":{"sourceObj":{"__isSmartRef__":true,"id":50711},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":50695},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":50695},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"50711":{"submorphs":[{"__isSmartRef__":true,"id":46484},{"__isSmartRef__":true,"id":50712},{"__isSmartRef__":true,"id":50877}],"scripts":[],"shape":{"__isSmartRef__":true,"id":50930},"id":"E9483F22-1BC2-4C7D-9F20-9A355119B4B1","renderContextTable":{"__isSmartRef__":true,"id":50934},"eventHandler":{"__isSmartRef__":true,"id":50935},"droppingEnabled":false,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":50936},"LK2":true,"priorExtent":{"__isSmartRef__":true,"id":50937},"attributeConnections":[{"__isSmartRef__":true,"id":50710},{"__isSmartRef__":true,"id":50938},{"__isSmartRef__":true,"id":50939},{"__isSmartRef__":true,"id":50940},{"__isSmartRef__":true,"id":50946},{"__isSmartRef__":true,"id":50957},{"__isSmartRef__":true,"id":50958},{"__isSmartRef__":true,"id":50959}],"doNotSerialize":["$$_Position","$$_Scale","$$_Rotation","$$owner"],"doNotCopyProperties":["$$_Position","$$_Scale","$$_Rotation","$$owner"],"targetMorph":{"__isSmartRef__":true,"id":46484},"titleBar":{"__isSmartRef__":true,"id":50712},"contentOffset":{"__isSmartRef__":true,"id":50967},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":50968},"name":"PartsBinBrowser","prevDragPos":{"__isSmartRef__":true,"id":50983},"showsHalos":false,"highlighted":true,"__SourceModuleName__":"Global.lively.morphic.Widgets","isBeingDragged":false,"prevScroll":[0,0],"derivationIds":[1215,"CD1D2132-9803-45F0-938B-A3EBEFBF00C0","3DA45E92-65EE-4204-9FD1-B2937182D2A2","355D68D8-8232-482A-9523-6DB0E52810A0","A0BB5BEF-7109-48C0-A62E-DF7F9AF31E34","0C777EAA-8FAE-4CC7-9F13-BE5705616FE8","802A0A68-43C2-490F-8B92-F39EFC70898F","B3516BD2-CAA3-483F-BAFC-2CDE09EF880F","430E7A9A-C67D-44B4-A5D9-D07D7426B9D7","9DE2C4AC-0928-4F92-988A-29DD071EEC06","1BC6994F-E9DC-43BE-BC0A-76D1F52D5F13","23324C62-C0B2-40BC-901A-F734825A4726","4C8C3D09-70B0-4DBB-ABF0-03A08BD59980","BE34E85D-7B10-4886-9120-D1EB4297D09D","86EB8656-FBE4-4954-9035-0FE9EB68DCCD","35542C80-CA9F-4F55-BAB6-1481C899EFBC","5A67CE7B-B699-41DB-A547-FDC68922F28F","2155F4FD-E8CB-406E-B300-BB7A1D57515F","A80968D8-D7C7-4599-A868-4214D2A043B0"],"showLog":false,"cameForward":false,"_Position":{"__isSmartRef__":true,"id":50984},"_Scale":1.01,"_Rotation":0,"_ClipMode":"visible","owner":null,"state":"shutdown","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":50985},"__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"50712":{"submorphs":[{"__isSmartRef__":true,"id":50713},{"__isSmartRef__":true,"id":50729},{"__isSmartRef__":true,"id":50785},{"__isSmartRef__":true,"id":50822}],"scripts":[],"shape":{"__isSmartRef__":true,"id":50860},"derivationIds":[null,"CB9A7942-A126-4FEA-92F7-97C70D060BEB","FA9B3561-DB28-470D-A1EC-B8150D4DEF2A","36D680CF-892E-407E-8105-DAA6B09D71D6","1CAA1D0A-D71B-4BFE-8240-865CB7F05E0E","66C69699-50EE-40ED-8CA9-B86D0DD4E47B","BBA3CE3B-99B8-4E44-B846-2C780BAE5F52","1D8D1A51-894F-48AF-A187-A7A6A6038424","0B3AD9C5-800E-438E-9874-EAADEE1BF050","791045F5-5FFE-433E-AB6E-66953008D5BD","4FB22ED4-3DE1-44DA-A468-858694FCBEDC","069F6161-0417-4EAB-B7EE-EA3C0F0DBE2C","ACF1346E-D482-4988-8218-5C696A2A3C6D","6F3DC859-2D3F-492E-910C-0C096B44D29D","8809FE81-20B4-4A1A-BB07-C2928B51A98E","C1048D8A-113D-4A07-B546-FD3871F7E616","DAD50CCC-8DD8-4B46-8D3A-1AA617EA10C5"],"id":"22FA5EFF-447D-4313-95ED-EBBC295A0CBE","renderContextTable":{"__isSmartRef__":true,"id":50871},"eventHandler":{"__isSmartRef__":true,"id":50872},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":50873},"_Position":{"__isSmartRef__":true,"id":50874},"windowMorph":{"__isSmartRef__":true,"id":50711},"label":{"__isSmartRef__":true,"id":50713},"closeButton":{"__isSmartRef__":true,"id":50729},"menuButton":{"__isSmartRef__":true,"id":50785},"collapseButton":{"__isSmartRef__":true,"id":50822},"priorExtent":{"__isSmartRef__":true,"id":50875},"owner":{"__isSmartRef__":true,"id":50711},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_ClipMode":"visible","partsBinMetaInfo":{"__isSmartRef__":true,"id":50876},"__LivelyClassName__":"lively.morphic.TitleBar"},"50713":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":50714},"derivationIds":[null,"35225DC7-6AD1-4EAA-9640-2B20FCEAB44B","ED05473C-5327-4DDB-A6D6-F89AE10B9058","A8D18394-0903-41C0-B752-8734202D9666","804FDA9E-028E-4AB2-B5A6-8AE21C38056D","6AB19EC9-B24B-4260-B303-9EEBCCF28B2F","ABFDEE17-F1C9-40C0-948B-89CCE44C80BF","462C3183-AF6C-410F-B603-423FAF163161","6D943AA6-F870-468B-AA11-55A08BCE4E76","7FDA8148-A98A-40B6-8B91-AD819EFC057D","6B3F2781-16C8-4041-9146-CA879CF69017","3030E57E-86F6-443F-8A3A-F58FA7E9B6E6","BED5E2AC-01EA-4628-A64B-0B6EC3F7FA45","587AF0B0-D04D-48CD-A139-9B6E04C92260","E7304AEB-0D79-41B8-99C0-1093B2551E5A","B91F0B75-EB62-4C86-AB0E-C6ADB6ED1A5E","6409A438-1F2D-4009-ACD3-037EA3DB72F9"],"id":"627BCE15-F71C-4426-8337-D2108B7C5267","renderContextTable":{"__isSmartRef__":true,"id":50720},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":50721}],"eventHandler":{"__isSmartRef__":true,"id":50723},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":50724},"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":50712},"priorExtent":{"__isSmartRef__":true,"id":50725},"_MaxTextWidth":711.7575068769036,"_MinTextWidth":711.7575068769036,"_MaxTextHeight":null,"_MinTextHeight":null,"_Position":{"__isSmartRef__":true,"id":50726},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_TextColor":{"__isSmartRef__":true,"id":50727},"partsBinMetaInfo":{"__isSmartRef__":true,"id":50728},"__LivelyClassName__":"lively.morphic.Text"},"50714":{"_Position":{"__isSmartRef__":true,"id":50715},"renderContextTable":{"__isSmartRef__":true,"id":50716},"_Extent":{"__isSmartRef__":true,"id":50717},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":50718},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":50719},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"50715":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50716":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"50717":{"x":711.7575068769036,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"50718":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"50719":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50720":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"50721":{"style":{"__isSmartRef__":true,"id":50722},"chunkOwner":{"__isSmartRef__":true,"id":50713},"storedString":"PartsBinBrowser","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"50722":{"fontWeight":"bold","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"50723":{"morph":{"__isSmartRef__":true,"id":50713},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"50724":{"resizeWidth":true},"50725":{"x":711.7575068769036,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50726":{"x":20,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50727":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50728":{"requiredModules":[],"idOnLoad":"627BCE15-F71C-4426-8337-D2108B7C5267","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"50729":{"submorphs":[{"__isSmartRef__":true,"id":50730}],"scripts":[],"shape":{"__isSmartRef__":true,"id":50743},"derivationIds":[null,"84C6AD5C-08E4-4D3E-AE1C-80ED065C7447","1EDA2278-A2B9-4AB4-9516-3DC25ACB4C27","55BA9050-F318-4DDE-AE70-6219D439298D","49C4D74C-7648-4A50-A5D6-2F0F753509B2","861E4568-E439-4FF5-8D7E-CDA56A1E95F3","C3698C70-6388-47F7-947A-5C34A6B60700","93DB8FA4-5D5C-4600-9742-3F67068D5CED","0FF9EAA0-E03A-4E1F-8771-4E0275A5AAD4","C0E85752-8EF2-42D2-BFF0-E061C4D46819","DFFC1C4F-9B94-4D3B-8A83-273625FA1D00","CB20FC8E-CA7C-4C0E-A88B-1D31ED8BC28B","4C0606D0-4382-41A7-8527-E0B161498782","984F539E-6470-4B12-9C45-EA5C47CD3424","54C7BEED-A423-4D4B-83C1-3A5E77EB9B0F","BFF0B730-20B5-4597-AE11-6A187C2F238D","B3E88B19-7A69-4033-B400-02BDC0A0A9BC"],"id":"34A0B81C-6F33-4AD0-8199-A31D882CFC83","renderContextTable":{"__isSmartRef__":true,"id":50756},"eventHandler":{"__isSmartRef__":true,"id":50757},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":50758},"priorExtent":{"__isSmartRef__":true,"id":50759},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":50760},"lighterFill":{"__isSmartRef__":true,"id":50770},"label":{"__isSmartRef__":true,"id":50730},"owner":{"__isSmartRef__":true,"id":50712},"layout":{"__isSmartRef__":true,"id":50779},"attributeConnections":[{"__isSmartRef__":true,"id":50780},{"__isSmartRef__":true,"id":50782}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_ClipMode":"visible","partsBinMetaInfo":{"__isSmartRef__":true,"id":50784},"isPressed":false,"__LivelyClassName__":"lively.morphic.WindowControl"},"50730":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":50731},"derivationIds":[null,"57529DB3-5359-4B56-9F8B-0110DAFAFC52","9921C550-09B9-4C17-8111-D8FE86FB228B","69344588-0544-4FC7-BE21-29C4A98D0D23","81E014B3-6896-4E77-BA4A-F9EA8356F1E2","32EE1337-35F3-4EA6-93FC-58BD22920993","90D97708-997D-47B7-836D-C3951B871800","536FAD0F-5661-46AF-BD86-2FEB8DBC2962","414ED04A-576A-4076-A7B2-159032CE1614","976659CC-6C23-4928-80F8-DF0704CB4FA1","C63202CA-8588-41EA-98DE-3A3C29EAD556","1237F886-758C-4599-9D7B-2316D4920995","1ED30BF6-8E11-43B9-8FF6-7E824D85F92F","142A1685-42D6-4BC2-8624-D1432DDF09E9","7C28FD2A-4140-4DA6-A88B-ED0FD16CE7F8","207F7962-C8A4-4B3E-9550-B95B75ACD704","69AC209E-C03E-4AEB-BBCF-44554E5354E6"],"id":"17430C97-0D2F-4360-BB87-BC5477706737","renderContextTable":{"__isSmartRef__":true,"id":50736},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":50737}],"eventHandler":{"__isSmartRef__":true,"id":50739},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":50740},"priorExtent":{"__isSmartRef__":true,"id":50741},"_MaxTextWidth":15,"_MinTextWidth":15,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":50729},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"partsBinMetaInfo":{"__isSmartRef__":true,"id":50742},"__LivelyClassName__":"lively.morphic.Text"},"50731":{"_Position":{"__isSmartRef__":true,"id":50732},"renderContextTable":{"__isSmartRef__":true,"id":50733},"_Extent":{"__isSmartRef__":true,"id":50734},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":50735},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":50719},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"50732":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50733":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"50734":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"50735":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"50736":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"50737":{"style":{"__isSmartRef__":true,"id":50738},"chunkOwner":{"__isSmartRef__":true,"id":50730},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk"},"50738":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"50739":{"morph":{"__isSmartRef__":true,"id":50730},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"50740":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50741":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50742":{"requiredModules":[],"idOnLoad":"17430C97-0D2F-4360-BB87-BC5477706737","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"50743":{"_Position":{"__isSmartRef__":true,"id":50744},"renderContextTable":{"__isSmartRef__":true,"id":50745},"_Extent":{"__isSmartRef__":true,"id":50746},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":50747},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":50748},"_Fill":{"__isSmartRef__":true,"id":50749},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"50744":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50745":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"50746":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50747":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"50748":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50749":{"stops":[{"__isSmartRef__":true,"id":50750},{"__isSmartRef__":true,"id":50752},{"__isSmartRef__":true,"id":50753},{"__isSmartRef__":true,"id":50754}],"vector":{"__isSmartRef__":true,"id":153},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"50750":{"offset":0,"color":{"__isSmartRef__":true,"id":50751}},"50751":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"50752":{"offset":0.3,"color":{"__isSmartRef__":true,"id":149}},"50753":{"offset":0.7,"color":{"__isSmartRef__":true,"id":149}},"50754":{"offset":1,"color":{"__isSmartRef__":true,"id":50755}},"50755":{"r":0.7973333333333334,"g":0.7973333333333334,"b":0.7973333333333334,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"50756":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"50757":{"morph":{"__isSmartRef__":true,"id":50729},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"50758":{"x":750.7575068769036,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50759":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50760":{"stops":[{"__isSmartRef__":true,"id":50761},{"__isSmartRef__":true,"id":50763},{"__isSmartRef__":true,"id":50765},{"__isSmartRef__":true,"id":50767}],"vector":{"__isSmartRef__":true,"id":50769},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"50761":{"offset":0,"color":{"__isSmartRef__":true,"id":50762}},"50762":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50763":{"offset":0.4,"color":{"__isSmartRef__":true,"id":50764}},"50764":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50765":{"offset":0.6,"color":{"__isSmartRef__":true,"id":50766}},"50766":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50767":{"offset":1,"color":{"__isSmartRef__":true,"id":50768}},"50768":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50769":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"50770":{"stops":[{"__isSmartRef__":true,"id":50771},{"__isSmartRef__":true,"id":50773},{"__isSmartRef__":true,"id":50775},{"__isSmartRef__":true,"id":50777}],"vector":{"__isSmartRef__":true,"id":50769},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"50771":{"offset":0,"color":{"__isSmartRef__":true,"id":50772}},"50772":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50773":{"offset":0.4,"color":{"__isSmartRef__":true,"id":50774}},"50774":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50775":{"offset":0.6,"color":{"__isSmartRef__":true,"id":50776}},"50776":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50777":{"offset":1,"color":{"__isSmartRef__":true,"id":50778}},"50778":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50779":{"moveHorizontal":true},"50780":{"sourceObj":{"__isSmartRef__":true,"id":50729},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":50711},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":50781},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"50781":{"source":{"__isSmartRef__":true,"id":50729},"target":{"__isSmartRef__":true,"id":50711}},"50782":{"sourceObj":{"__isSmartRef__":true,"id":50729},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":50711},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":50783},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"50783":{"source":{"__isSmartRef__":true,"id":50729},"target":{"__isSmartRef__":true,"id":50711}},"50784":{"requiredModules":[],"idOnLoad":"34A0B81C-6F33-4AD0-8199-A31D882CFC83","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"50785":{"submorphs":[{"__isSmartRef__":true,"id":50786}],"scripts":[],"shape":{"__isSmartRef__":true,"id":50799},"derivationIds":[null,"36CC1066-451F-4248-A272-77B1EA5736D7","69CDBF77-3059-4F05-8245-F654E7C609BF","1AC294AF-CF26-40BF-9B2B-39E2E2A22384","A392DCC9-50D0-478A-A26F-7235BA3B34F1","5FD70964-AD0A-4804-B34A-2E9F0F6A4B52","6A97C30C-330D-4980-90B1-0C07F3D260ED","213D23B8-6B28-40E7-9059-7F7905901965","F627C325-BB22-4CD8-A082-4CF657415475","52CBC51E-591E-4E04-9D14-7796B2DB047A","4CF896A7-5611-4441-BB8B-E9F4D5AEBD88","F4A18010-80C9-493C-A5E5-F90AA8A38EF0","6D48D797-48B6-4459-B111-46A4CDDC5DCF","263D697D-34CA-44E5-89B5-142F34284AE1","175A2DE0-9632-4E31-B6D5-A9C2DCA45E0A","B2445A17-7E07-46C6-AAB4-E84C0351FD01","DB1A19D4-9B65-445C-ADEF-440D8A363B3A"],"id":"2C32AA81-C3D9-4503-944F-D26CE61227E5","renderContextTable":{"__isSmartRef__":true,"id":50804},"eventHandler":{"__isSmartRef__":true,"id":50805},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":50806},"priorExtent":{"__isSmartRef__":true,"id":50807},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":50760},"lighterFill":{"__isSmartRef__":true,"id":50808},"label":{"__isSmartRef__":true,"id":50786},"owner":{"__isSmartRef__":true,"id":50712},"attributeConnections":[{"__isSmartRef__":true,"id":50817},{"__isSmartRef__":true,"id":50819}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_ClipMode":"visible","partsBinMetaInfo":{"__isSmartRef__":true,"id":50821},"__LivelyClassName__":"lively.morphic.WindowControl"},"50786":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":50787},"derivationIds":[null,"11B8870D-6BAE-4862-8B99-5833D01F50B0","D7C837FB-858D-4C7A-93EF-C5AB424C3DAA","BBB55BCF-2370-440F-9C6B-FE87F65F8E09","6D5114EB-4653-4D3C-9C75-B218CB866171","48C098C9-00C0-4448-893D-EDA16C579071","563C793B-CDC3-41BE-BF58-DF6EA19556FD","ED1430B6-0141-43F2-BDD7-1AE954359582","AE5AF7F3-132A-47CD-9803-3EB60C869BAF","A840CE15-1B07-43B3-B17E-453C077BB03F","2A630580-1BC7-486C-8635-3D0985509B61","15DFD406-C3BE-442C-AF19-F41C6D05E2BA","4E96384C-2791-49B8-95E0-4A76FA9E66AB","44289495-79AE-41BC-AE2E-154E37D66352","EDBDA2D0-C659-4774-ABD5-50FDA47C490C","548B5A98-8852-4E8C-806F-2530B20A2F06","3F0D1A16-CF18-4E0A-BA6A-02EDD1831765"],"id":"954767F5-2C2D-4059-814F-33668EB8FB5B","renderContextTable":{"__isSmartRef__":true,"id":50792},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":50793}],"eventHandler":{"__isSmartRef__":true,"id":50795},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":50796},"priorExtent":{"__isSmartRef__":true,"id":50797},"_MaxTextWidth":15,"_MinTextWidth":15,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":50785},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"partsBinMetaInfo":{"__isSmartRef__":true,"id":50798},"__LivelyClassName__":"lively.morphic.Text"},"50787":{"_Position":{"__isSmartRef__":true,"id":50788},"renderContextTable":{"__isSmartRef__":true,"id":50789},"_Extent":{"__isSmartRef__":true,"id":50790},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":50791},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":50719},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"50788":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50789":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"50790":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"50791":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"50792":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"50793":{"style":{"__isSmartRef__":true,"id":50794},"chunkOwner":{"__isSmartRef__":true,"id":50786},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk"},"50794":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"50795":{"morph":{"__isSmartRef__":true,"id":50786},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"50796":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50797":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50798":{"requiredModules":[],"idOnLoad":"954767F5-2C2D-4059-814F-33668EB8FB5B","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"50799":{"_Position":{"__isSmartRef__":true,"id":50800},"renderContextTable":{"__isSmartRef__":true,"id":50801},"_Extent":{"__isSmartRef__":true,"id":50802},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":50803},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":50748},"_Fill":{"__isSmartRef__":true,"id":50760},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"50800":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50801":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"50802":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50803":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"50804":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"50805":{"morph":{"__isSmartRef__":true,"id":50785},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"50806":{"x":3,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50807":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50808":{"stops":[{"__isSmartRef__":true,"id":50809},{"__isSmartRef__":true,"id":50811},{"__isSmartRef__":true,"id":50813},{"__isSmartRef__":true,"id":50815}],"vector":{"__isSmartRef__":true,"id":50769},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"50809":{"offset":0,"color":{"__isSmartRef__":true,"id":50810}},"50810":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50811":{"offset":0.4,"color":{"__isSmartRef__":true,"id":50812}},"50812":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50813":{"offset":0.6,"color":{"__isSmartRef__":true,"id":50814}},"50814":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50815":{"offset":1,"color":{"__isSmartRef__":true,"id":50816}},"50816":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50817":{"sourceObj":{"__isSmartRef__":true,"id":50785},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":50711},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":50818},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"50818":{"source":{"__isSmartRef__":true,"id":50785},"target":{"__isSmartRef__":true,"id":50711}},"50819":{"sourceObj":{"__isSmartRef__":true,"id":50785},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":50711},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":50820},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"50820":{"source":{"__isSmartRef__":true,"id":50785},"target":{"__isSmartRef__":true,"id":50711}},"50821":{"requiredModules":[],"idOnLoad":"2C32AA81-C3D9-4503-944F-D26CE61227E5","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"50822":{"submorphs":[{"__isSmartRef__":true,"id":50823}],"scripts":[],"shape":{"__isSmartRef__":true,"id":50836},"derivationIds":[null,"A4716D24-333D-4F87-B30D-693046A4CC11","09521FBD-32DD-4AD7-B9E6-7B3E537AF883","D971E4B7-1DF3-4B21-A73D-24F6EF12F679","C69F70E3-3EBE-4169-AB1B-B6C8A043B95B","F8D9EA1D-0D64-4375-B8B5-4F1F2C5E8541","9FEA18A8-D928-4A43-8017-C0FD088C4B63","F7BA92FD-2CCD-457D-9CD7-19DAEB009515","42A9124E-92FB-4186-8BBF-77CCF3B1002D","E4B2ACF0-0CFD-48E0-9FC7-88AB03BFEB57","47122BD1-0F90-476F-B57A-CFB1E83C3454","99132533-64B7-4959-87A7-6A49B7BA9484","EED63A15-CE25-476F-9DD2-049DB7D07635","665D04DB-D28A-4C4F-957B-532239267CDB","E4A0074C-58B4-4984-9F8D-D5351BECE693","12892E3C-39E1-43D3-B9C1-225F0F6763CF","E1836464-B7F9-4C9D-B59D-847BFE6F255E"],"id":"52DE703A-ECAF-42B5-8080-C28FFBA36C02","renderContextTable":{"__isSmartRef__":true,"id":50841},"eventHandler":{"__isSmartRef__":true,"id":50842},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":50843},"priorExtent":{"__isSmartRef__":true,"id":50844},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":50760},"lighterFill":{"__isSmartRef__":true,"id":50845},"label":{"__isSmartRef__":true,"id":50823},"owner":{"__isSmartRef__":true,"id":50712},"layout":{"__isSmartRef__":true,"id":50854},"attributeConnections":[{"__isSmartRef__":true,"id":50855},{"__isSmartRef__":true,"id":50857}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_ClipMode":"visible","partsBinMetaInfo":{"__isSmartRef__":true,"id":50859},"isPressed":false,"__LivelyClassName__":"lively.morphic.WindowControl"},"50823":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":50824},"derivationIds":[null,"862E80E4-0CC5-48AC-A76F-A35D7FE1FC5B","C6CA8AE7-6702-4867-9BD1-9D3A42821A1F","BA5B9281-B182-4EBA-9D02-BBA304CC959B","2289C593-75CE-45EE-B698-E0E9DB527628","3FDADAEC-E6C1-4220-A68C-8FAA386B6562","2D55EBB5-8584-4626-AD2C-EA1DCF3BF923","50B8B19C-917D-4AE4-8231-9FDDAA188B87","B9607C92-DDD9-4801-9B70-45F2A69CEF51","3628DA72-F4AC-4E17-AB7D-7CCF7A5C83EA","BC0DDE29-DC64-424F-A5DE-0E0444CA46F8","869BA70C-9DE5-4BF0-A4BC-49166294A98D","4A1D1888-02A8-4F46-9021-0EDD77D72BFD","38E2DF86-6A85-4423-80C4-D27E21393E62","738C83E8-15DD-479B-9E84-DC5BBA74D812","B26A29AF-3FDE-4D29-9B9C-112202A4F0CB","5C9E346F-566B-48C8-A5EF-9511A1D0D0B1"],"id":"A76347C0-4CD9-408A-983F-76B8AC21BE33","renderContextTable":{"__isSmartRef__":true,"id":50829},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":50830}],"eventHandler":{"__isSmartRef__":true,"id":50832},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":50833},"priorExtent":{"__isSmartRef__":true,"id":50834},"_MaxTextWidth":15,"_MinTextWidth":15,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":50822},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"partsBinMetaInfo":{"__isSmartRef__":true,"id":50835},"__LivelyClassName__":"lively.morphic.Text"},"50824":{"_Position":{"__isSmartRef__":true,"id":50825},"renderContextTable":{"__isSmartRef__":true,"id":50826},"_Extent":{"__isSmartRef__":true,"id":50827},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":50828},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":50719},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"50825":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50826":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"50827":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"50828":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"50829":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"50830":{"style":{"__isSmartRef__":true,"id":50831},"chunkOwner":{"__isSmartRef__":true,"id":50823},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk"},"50831":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"50832":{"morph":{"__isSmartRef__":true,"id":50823},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"50833":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50834":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50835":{"requiredModules":[],"idOnLoad":"A76347C0-4CD9-408A-983F-76B8AC21BE33","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"50836":{"_Position":{"__isSmartRef__":true,"id":50837},"renderContextTable":{"__isSmartRef__":true,"id":50838},"_Extent":{"__isSmartRef__":true,"id":50839},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":50840},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":50748},"_Fill":{"__isSmartRef__":true,"id":50760},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"50837":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50838":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"50839":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50840":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"50841":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"50842":{"morph":{"__isSmartRef__":true,"id":50822},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"50843":{"x":731.7575068769036,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50844":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50845":{"stops":[{"__isSmartRef__":true,"id":50846},{"__isSmartRef__":true,"id":50848},{"__isSmartRef__":true,"id":50850},{"__isSmartRef__":true,"id":50852}],"vector":{"__isSmartRef__":true,"id":50769},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"50846":{"offset":0,"color":{"__isSmartRef__":true,"id":50847}},"50847":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50848":{"offset":0.4,"color":{"__isSmartRef__":true,"id":50849}},"50849":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50850":{"offset":0.6,"color":{"__isSmartRef__":true,"id":50851}},"50851":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50852":{"offset":1,"color":{"__isSmartRef__":true,"id":50853}},"50853":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50854":{"moveHorizontal":true},"50855":{"sourceObj":{"__isSmartRef__":true,"id":50822},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":50711},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":50856},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"50856":{"source":{"__isSmartRef__":true,"id":50822},"target":{"__isSmartRef__":true,"id":50711}},"50857":{"sourceObj":{"__isSmartRef__":true,"id":50822},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":50711},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":50858},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"50858":{"source":{"__isSmartRef__":true,"id":50822},"target":{"__isSmartRef__":true,"id":50711}},"50859":{"requiredModules":[],"idOnLoad":"52DE703A-ECAF-42B5-8080-C28FFBA36C02","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"50860":{"_Position":{"__isSmartRef__":true,"id":50861},"renderContextTable":{"__isSmartRef__":true,"id":50862},"_Extent":{"__isSmartRef__":true,"id":50863},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":50864},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":50865},"_Fill":{"__isSmartRef__":true,"id":50866},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"50861":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50862":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"50863":{"x":770.7575068769036,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50864":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"50865":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50866":{"stops":[{"__isSmartRef__":true,"id":50867},{"__isSmartRef__":true,"id":50869}],"vector":{"__isSmartRef__":true,"id":153},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"50867":{"offset":0,"color":{"__isSmartRef__":true,"id":50868}},"50868":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"50869":{"offset":1,"color":{"__isSmartRef__":true,"id":50870}},"50870":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"50871":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"50872":{"morph":{"__isSmartRef__":true,"id":50712},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"50873":{"resizeWidth":true,"adjustForNewBounds":true},"50874":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50875":{"x":770.7575068769036,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50876":{"requiredModules":[],"idOnLoad":"22FA5EFF-447D-4313-95ED-EBBC295A0CBE","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"50877":{"submorphs":[],"scripts":[],"id":"063B76BB-383E-44D9-AF09-EA0B9C9CC036","shape":{"__isSmartRef__":true,"id":50878},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":50885},"showsHalos":false,"name":"ResizeCorner","partsBinMetaInfo":{"__isSmartRef__":true,"id":50886},"__SourceModuleName__":"Global.lively.morphic.Core","draggingEnabled":true,"dragStartPoint":null,"originalExtent":{"__isSmartRef__":true,"id":50887},"originalTargetExtent":null,"renderContextTable":{"__isSmartRef__":true,"id":50888},"eventHandler":{"__isSmartRef__":true,"id":50889},"priorExtent":{"__isSmartRef__":true,"id":50890},"originalTargetInnerBounds":null,"isResizeCorner":true,"relativeOrigin":null,"derivationIds":[7147,"16E962DF-21E9-4FE6-8B9B-953F0E908113","ADD0B5C0-0DC6-4D8E-9C2A-0EC7E3C71F21","25C53CC1-53E0-44A6-8E16-A56606A19EF0","50F19BF2-9607-4419-A8C2-0352B0A6FF57","56B7FFB1-61EA-47B9-AC63-A78EA3203E0F","7ED9D491-F8A0-41CA-ADCC-D29EB7805558"],"moved":true,"attributeConnections":[{"__isSmartRef__":true,"id":50891}],"doNotSerialize":["$$cornerName"],"doNotCopyProperties":["$$cornerName"],"originalTargetBounds":null,"cornerName":"bottomRight","owner":{"__isSmartRef__":true,"id":50711},"_Rotation":0,"_Scale":0.9920279440699439,"_ClipMode":"visible","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":50892},"__LivelyClassName__":"lively.morphic.Box"},"50878":{"position":{"__isSmartRef__":true,"id":50879},"_Extent":{"__isSmartRef__":true,"id":50880},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":50881},"_Fill":{"__isSmartRef__":true,"id":50882},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":50883},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":50884},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"50879":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50880":{"x":10,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50881":{"r":0.568,"g":0.568,"b":0.568,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"50882":{"r":0.258,"g":0.258,"b":0.258,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"50883":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"50884":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"50885":{"x":760.8372274362041,"y":497.3295572430021,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50886":{"partsSpaceName":"PartsBin/Widgets/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Resize an object without using halos.","partName":"ResizeCorner","revisionOnLoad":140152,"idOnLoad":"063B76BB-383E-44D9-AF09-EA0B9C9CC036","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"50887":{"x":239,"y":138,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50888":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"50889":{"morph":{"__isSmartRef__":true,"id":50877},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"50890":{"x":10,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50891":{"sourceObj":{"__isSmartRef__":true,"id":50877},"sourceAttrName":"cornerName","targetObj":{"__isSmartRef__":true,"id":50877},"targetMethodName":"alignToOwner","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"50892":{"onDrag":{"__isSmartRef__":true,"id":50893},"onDragEnd":{"__isSmartRef__":true,"id":50901},"onDragStart":{"__isSmartRef__":true,"id":50909},"reset":{"__isSmartRef__":true,"id":50917},"morphMenuItems":{"__isSmartRef__":true,"id":50920},"alignToOwner":{"__isSmartRef__":true,"id":50927}},"50893":{"varMapping":{"__isSmartRef__":true,"id":50894},"source":"function onDrag(evt) {\n // alert(\"onDrag\")\n // this.owner.setPosition(pt(0,0))\n // this.owner.setOrigin(pt(0,0))\n var moveDelta = evt.mousePoint.subPt(this.dragStartPoint)\n \n // moveDelta = moveDelta.maxPt(pt(0,0))\n var ownerExtent = this.owner.getExtent();\n\n // TODO does not work\n if (evt.isShiftDown()) {\n var maxDelta = Math.max(moveDelta.x, moveDelta.y);\n if (maxDelta == 0) return;\n var factor = ownerExtent.x / ownerExtent.y\n moveDelta = pt(maxDelta * factor, maxDelta )\n }\n var accessor = \"with\" + this.cornerName.charAt(0).toUpperCase() + this.cornerName.substring(1);\n\n var newCorner = this.originalTargetBounds[this.cornerName]().addPt(moveDelta);\n var newBounds = this.originalTargetBounds[accessor ](newCorner);\n\n this.owner.setBounds(newBounds);\n \n // var newExtent = this.originalTargetExtent.addPt(moveDelta)\n // alertOK(\"new extent\" + newExtent)\n // this.owner.setExtent(newExtent);\n this.owner.submorphs.select(function(ea) {\n return ea.isResizeCorner\n }).invoke('alignToOwner');\n if (this.owner.halos) {\n this.owner.halos.invoke('alignAtTarget')\n }\n // alertOK(\"relative \" + this.relativeOrigin)\n var newOrigin = pt(0,0).extent(this.owner.getExtent()).relativeToAbsPoint(this.relativeOrigin)\n\n // TODO IMPLEMENT updating the origin does not work yet\n // this.owner.setOrigin(newOrigin);\n // alertOK(\"new origin \" + newOrigin)\n\n}","funcProperties":{"__isSmartRef__":true,"id":50899},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"50894":{"this":{"__isSmartRef__":true,"id":50877},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":50895}},"50895":{"$super":{"__isSmartRef__":true,"id":50896}},"50896":{"varMapping":{"__isSmartRef__":true,"id":50897},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":50898},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"50897":{"obj":{"__isSmartRef__":true,"id":50877},"name":"onDrag"},"50898":{},"50899":{"timestamp":{"__isSmartRef__":true,"id":50900},"user":"sstamm","tags":[]},"50900":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:08:52 GMT+0100 (Mitteleuropäische Zeit)"},"50901":{"varMapping":{"__isSmartRef__":true,"id":50902},"source":"function onDragEnd(evt) {\n this.dragStartPoint = null;\n this.originalTargetBounds = null;\n this.relativeOrigin = null;\n}","funcProperties":{"__isSmartRef__":true,"id":50907},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"50902":{"this":{"__isSmartRef__":true,"id":50877},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":50903}},"50903":{"$super":{"__isSmartRef__":true,"id":50904}},"50904":{"varMapping":{"__isSmartRef__":true,"id":50905},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":50906},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"50905":{"obj":{"__isSmartRef__":true,"id":50877},"name":"onDragEnd"},"50906":{},"50907":{"timestamp":{"__isSmartRef__":true,"id":50908},"user":"sstamm","tags":[]},"50908":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:09:00 GMT+0100 (Mitteleuropäische Zeit)"},"50909":{"varMapping":{"__isSmartRef__":true,"id":50910},"source":"function onDragStart(evt) {\n var absToRelativePoint = function (r, absPt) {\n\t\treturn new Point(\n\t\t\t(absPt.x - r.x) / r.width,\n\t\t\t(absPt.y - r.y) / r.height)\n\t}\n // absToRelativePoint(new Rectangle(10,10,100,100), pt(20,20))\n // absToRelativePoint(new Rectangle(10,10,100,100), pt(0,0))\n // absToRelativePoint(new Rectangle(-100,-100,200,200), pt(0,0))\n\n\n this.dragStartPoint = evt.mousePoint;\n this.originalTargetBounds= this.owner.bounds();\n this.relativeOrigin = absToRelativePoint(pt(0,0).extent(this.owner.getExtent()), this.owner.getOrigin())\n}","funcProperties":{"__isSmartRef__":true,"id":50915},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"50910":{"this":{"__isSmartRef__":true,"id":50877},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":50911}},"50911":{"$super":{"__isSmartRef__":true,"id":50912}},"50912":{"varMapping":{"__isSmartRef__":true,"id":50913},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":50914},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"50913":{"obj":{"__isSmartRef__":true,"id":50877},"name":"onDragStart"},"50914":{},"50915":{"timestamp":{"__isSmartRef__":true,"id":50916},"user":"sstamm","tags":[]},"50916":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:08:40 GMT+0100 (Mitteleuropäische Zeit)"},"50917":{"varMapping":{"__isSmartRef__":true,"id":50918},"source":"function reset() {\n this.isResizeCorner = true\n this.cornerName = 'bottomRight'\n this.setExtent(pt(10,10));\n this.setPosition(pt(0,0))\n}","funcProperties":{"__isSmartRef__":true,"id":50919},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"50918":{"this":{"__isSmartRef__":true,"id":50877}},"50919":{},"50920":{"varMapping":{"__isSmartRef__":true,"id":50921},"source":"function morphMenuItems() {\n return $super().concat([\n [\"corner\", [\n [\"top left\", function() { this.cornerName = 'topLeft'}.bind(this)],\n [\"top right\", function() { this.cornerName = 'topRight'}.bind(this)],\n [\"bottom right\", function() { this.cornerName = 'bottomRight'}.bind(this)],\n [\"bottom left\", function() { this.cornerName = 'bottomLeft'}.bind(this)],\n ]]\n ])\t\n}","funcProperties":{"__isSmartRef__":true,"id":50926},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"50921":{"this":{"__isSmartRef__":true,"id":50877},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":50922}},"50922":{"$super":{"__isSmartRef__":true,"id":50923}},"50923":{"varMapping":{"__isSmartRef__":true,"id":50924},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":50925},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"50924":{"obj":{"__isSmartRef__":true,"id":50877},"name":"morphMenuItems"},"50925":{},"50926":{},"50927":{"varMapping":{"__isSmartRef__":true,"id":50928},"source":"function alignToOwner() {\n this.align(this.bounds()[this.cornerName](), this.owner.shape.bounds()[this.cornerName]() )\n}","funcProperties":{"__isSmartRef__":true,"id":50929},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"50928":{"this":{"__isSmartRef__":true,"id":50877}},"50929":{},"50930":{"renderContextTable":{"__isSmartRef__":true,"id":50931},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":50932},"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":50933},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"50931":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"50932":{"x":770.7575068769036,"y":507.2498366837016,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50933":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"50934":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"50935":{"morph":{"__isSmartRef__":true,"id":50711},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"50936":{"adjustForNewBounds":true},"50937":{"x":770.7575068769036,"y":507.2498366837016,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50938":{"sourceObj":{"__isSmartRef__":true,"id":50711},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":50695},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":50695},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"50939":{"sourceObj":{"__isSmartRef__":true,"id":50711},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":50695},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":50695},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"50940":{"sourceObj":{"__isSmartRef__":true,"id":50711},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":50695},"targetMethodName":"updateOwners","converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":50941},"dependedBy":{"__isSmartRef__":true,"id":50695},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":50942},"__LivelyClassName__":"AttributeConnection"},"50941":{"source":{"__isSmartRef__":true,"id":50711},"target":{"__isSmartRef__":true,"id":50695}},"50942":{"converter":{"__isSmartRef__":true,"id":50943}},"50943":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":50944},"source":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","funcProperties":{"__isSmartRef__":true,"id":50945},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"50944":{"source":{"__isSmartRef__":true,"id":50711},"target":{"__isSmartRef__":true,"id":50695}},"50945":{},"50946":{"sourceObj":{"__isSmartRef__":true,"id":50711},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":50947},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":50947},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"50947":{"sourceObj":{"__isSmartRef__":true,"id":46484},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":50684},"targetMethodName":"alignToMagnet","dependendConnections":[{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50946},{"__isSmartRef__":true,"id":50957},{"__isSmartRef__":true,"id":50958},{"__isSmartRef__":true,"id":50959},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50946},{"__isSmartRef__":true,"id":50957},{"__isSmartRef__":true,"id":50958},{"__isSmartRef__":true,"id":50959},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50946},{"__isSmartRef__":true,"id":50957},{"__isSmartRef__":true,"id":50958},{"__isSmartRef__":true,"id":50959},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50946},{"__isSmartRef__":true,"id":50957},{"__isSmartRef__":true,"id":50958},{"__isSmartRef__":true,"id":50959},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50946},{"__isSmartRef__":true,"id":50957},{"__isSmartRef__":true,"id":50958},{"__isSmartRef__":true,"id":50959},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50946},{"__isSmartRef__":true,"id":50957},{"__isSmartRef__":true,"id":50958},{"__isSmartRef__":true,"id":50959},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50946},{"__isSmartRef__":true,"id":50957},{"__isSmartRef__":true,"id":50958},{"__isSmartRef__":true,"id":50959},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50946},{"__isSmartRef__":true,"id":50957},{"__isSmartRef__":true,"id":50958},{"__isSmartRef__":true,"id":50959},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50946},{"__isSmartRef__":true,"id":50957},{"__isSmartRef__":true,"id":50958},{"__isSmartRef__":true,"id":50959},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50946},{"__isSmartRef__":true,"id":50957},{"__isSmartRef__":true,"id":50958},{"__isSmartRef__":true,"id":50959},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50946},{"__isSmartRef__":true,"id":50957},{"__isSmartRef__":true,"id":50958},{"__isSmartRef__":true,"id":50959},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50946},{"__isSmartRef__":true,"id":50957},{"__isSmartRef__":true,"id":50958},{"__isSmartRef__":true,"id":50959},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50946},{"__isSmartRef__":true,"id":50957},{"__isSmartRef__":true,"id":50958},{"__isSmartRef__":true,"id":50959},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50946},{"__isSmartRef__":true,"id":50957},{"__isSmartRef__":true,"id":50958},{"__isSmartRef__":true,"id":50959},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50946},{"__isSmartRef__":true,"id":50957},{"__isSmartRef__":true,"id":50958},{"__isSmartRef__":true,"id":50959},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50946},{"__isSmartRef__":true,"id":50957},{"__isSmartRef__":true,"id":50958},{"__isSmartRef__":true,"id":50959},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50946},{"__isSmartRef__":true,"id":50957},{"__isSmartRef__":true,"id":50958},{"__isSmartRef__":true,"id":50959},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50946},{"__isSmartRef__":true,"id":50957},{"__isSmartRef__":true,"id":50958},{"__isSmartRef__":true,"id":50959},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50946},{"__isSmartRef__":true,"id":50957},{"__isSmartRef__":true,"id":50958},{"__isSmartRef__":true,"id":50959},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50946},{"__isSmartRef__":true,"id":50957},{"__isSmartRef__":true,"id":50958},{"__isSmartRef__":true,"id":50959},{"__isSmartRef__":true,"id":50948},{"__isSmartRef__":true,"id":50949},{"__isSmartRef__":true,"id":50950},{"__isSmartRef__":true,"id":50951},{"__isSmartRef__":true,"id":50946},{"__isSmartRef__":true,"id":50957},{"__isSmartRef__":true,"id":50958},{"__isSmartRef__":true,"id":50959}],"oldTransform":{"__isSmartRef__":true,"id":50965},"__SourceModuleName__":"Global.lively.bindings.GeometryBindings","__LivelyClassName__":"lively.morphic.GeometryTransformConnection"},"50948":{"sourceObj":{"__isSmartRef__":true,"id":46484},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":50947},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":50947},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"50949":{"sourceObj":{"__isSmartRef__":true,"id":46484},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":50947},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":50947},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"50950":{"sourceObj":{"__isSmartRef__":true,"id":46484},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":50947},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":50947},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"50951":{"sourceObj":{"__isSmartRef__":true,"id":46484},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":50947},"targetMethodName":"updateOwners","converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":50952},"dependedBy":{"__isSmartRef__":true,"id":50947},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":50953},"__LivelyClassName__":"AttributeConnection"},"50952":{"source":{"__isSmartRef__":true,"id":46484},"target":{"__isSmartRef__":true,"id":50947}},"50953":{"converter":{"__isSmartRef__":true,"id":50954}},"50954":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":50955},"source":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","funcProperties":{"__isSmartRef__":true,"id":50956},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"50955":{"source":{"__isSmartRef__":true,"id":46484},"target":{"__isSmartRef__":true,"id":50947}},"50956":{},"50957":{"sourceObj":{"__isSmartRef__":true,"id":50711},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":50947},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":50947},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"50958":{"sourceObj":{"__isSmartRef__":true,"id":50711},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":50947},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":50947},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"50959":{"sourceObj":{"__isSmartRef__":true,"id":50711},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":50947},"targetMethodName":"updateOwners","converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":50960},"dependedBy":{"__isSmartRef__":true,"id":50947},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":50961},"__LivelyClassName__":"AttributeConnection"},"50960":{"source":{"__isSmartRef__":true,"id":50711},"target":{"__isSmartRef__":true,"id":50947}},"50961":{"converter":{"__isSmartRef__":true,"id":50962}},"50962":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":50963},"source":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","funcProperties":{"__isSmartRef__":true,"id":50964},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"50963":{"source":{"__isSmartRef__":true,"id":50711},"target":{"__isSmartRef__":true,"id":50947}},"50964":{},"50965":{"d":1.01,"a":1.01,"f":472.5438324747307,"e":129.26745902716374,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":50966},"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"50966":{"a":1.01,"b":0,"c":0,"d":1.01,"e":129.26745902716374,"f":472.5438324747307,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"50967":{"x":0,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"50968":{"partsSpaceName":"PartsBin/Tools","__SourceModuleName__":"Global.lively.PartsBin","requiredModules":["lively.PartsBin"],"migrationLevel":4,"comment":"Browser for a Parts repository.","partName":"PartsBinBrowser","changes":[{"__isSmartRef__":true,"id":50969},{"__isSmartRef__":true,"id":50971},{"__isSmartRef__":true,"id":50973},{"__isSmartRef__":true,"id":50975},{"__isSmartRef__":true,"id":50977},{"__isSmartRef__":true,"id":50979},{"__isSmartRef__":true,"id":50981}],"revisionOnLoad":154277,"idOnLoad":"E9483F22-1BC2-4C7D-9F20-9A355119B4B1","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"50969":{"date":{"__isSmartRef__":true,"id":50970},"author":"athomschke","message":"style","id":"5575D312-033A-47A5-B889-C43BE97C3AAA"},"50970":{"isSerializedDate":true,"string":"Wed Feb 08 2012 12:02:38 GMT+0100 (Mitteleuropäische Zeit)"},"50971":{"date":{"__isSmartRef__":true,"id":50972},"author":"markoroeder","message":"Reset to clean copy. Added this.categories to doNotSerialize list.","id":"1D9493E9-B229-4716-8649-F1333D5133D0"},"50972":{"isSerializedDate":true,"string":"Thu Jan 05 2012 15:19:05 GMT+0100 (Mitteleuropäische Zeit)"},"50973":{"date":{"__isSmartRef__":true,"id":50974},"author":"sstamm","message":"","id":"3466A0DA-C96D-4997-8182-AFB6DF99C988"},"50974":{"isSerializedDate":true,"string":"Wed Feb 08 2012 12:13:30 GMT+0100 (Mitteleuropäische Zeit)"},"50975":{"date":{"__isSmartRef__":true,"id":50976},"author":"fabian","message":"moved PartsBin out of core","id":"69D747F9-EDB5-478D-B0DE-C4CEBFDF1E9A"},"50976":{"isSerializedDate":true,"string":"Wed Feb 22 2012 23:40:13 GMT+0100 (Mitteleuropäische Zeit)"},"50977":{"date":{"__isSmartRef__":true,"id":50978},"author":"fabian","message":"","id":"3DABC39F-D8E9-4EA8-AB40-719739AD92DF"},"50978":{"isSerializedDate":true,"string":"Thu Feb 23 2012 00:14:10 GMT+0100 (Mitteleuropäische Zeit)"},"50979":{"date":{"__isSmartRef__":true,"id":50980},"author":"jenslincke","message":"- fixed searching and latest after moving the parts bin","id":"C6CF2A78-407E-4691-B5D6-914977DEAD8B"},"50980":{"isSerializedDate":true,"string":"Thu Feb 23 2012 18:40:33 GMT+0100 (Mitteleuropäische Zeit)"},"50981":{"date":{"__isSmartRef__":true,"id":50982},"author":"undefined","message":"- reload everything on restore","id":"34468222-F3C8-4636-B202-27DFAD734B8A"},"50982":{"isSerializedDate":true,"string":"Sat Mar 10 2012 11:26:28 GMT+0100 (Mitteleuropäische Zeit)"},"50983":{"x":781,"y":474,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"50984":{"x":129.26745902716368,"y":451.3338324747307,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"50985":{"onLoadFromPartsBin":{"__isSmartRef__":true,"id":50986}},"50986":{"varMapping":{"__isSmartRef__":true,"id":50987},"source":"function onLoadFromPartsBin() {\n\t$super();\n\tthis.targetMorph.reloadEverything();\n}","funcProperties":{"__isSmartRef__":true,"id":50992},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"50987":{"this":{"__isSmartRef__":true,"id":50711},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":50988}},"50988":{"$super":{"__isSmartRef__":true,"id":50989}},"50989":{"varMapping":{"__isSmartRef__":true,"id":50990},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":50991},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"50990":{"obj":{"__isSmartRef__":true,"id":50711},"name":"onLoadFromPartsBin"},"50991":{},"50992":{"user":"robertkrahn","timestamp":{"__isSmartRef__":true,"id":50993}},"50993":{"isSerializedDate":true,"string":"Mon Jun 27 2011 10:54:32 GMT+0200 (Mitteleuropäische Sommerzeit)"},"50994":{"d":1.01,"a":1.01,"f":486.6557441306399,"e":854.8221585389102,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":50995},"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"50995":{"a":1.01,"b":0,"c":0,"d":1.01,"e":854.8221585389102,"f":486.6557441306399,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"50996":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"50997":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","partName":"Button","idOnLoad":"A6C71D4A-D41E-47A4-AF72-9DDCB0E2D52B","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"50998":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"50999":{"morph":{"__isSmartRef__":true,"id":50622},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"51000":{"x":46.754037491637405,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"51001":{"moveHorizontal":true},"51002":{"x":718.3709896155905,"y":13.972189758325953,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"51003":{"position":{"__isSmartRef__":true,"id":51004},"_Extent":{"__isSmartRef__":true,"id":51005},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":51006},"_Fill":{"__isSmartRef__":true,"id":51007},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":51008},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":51009},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"51004":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"51005":{"x":770.7575068769036,"y":487.2498366837016,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"51006":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"51007":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"51008":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"51009":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"51010":{"partsSpaceName":"PartsBin/Tools","__SourceModuleName__":"Global.lively.PartsBin","requiredModules":["lively.PartsBin","apps.DateFormat"],"migrationLevel":4,"comment":"Browser for a Parts repository.","partName":"PartsBinBrowser","changes":[{"__isSmartRef__":true,"id":51011}],"idOnLoad":"E4890E7C-FC8D-4A0D-B0B6-368109359F59","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"51011":{"date":{"__isSmartRef__":true,"id":51012},"author":"markoroeder","message":"Reset to clean copy. Added this.categories to doNotSerialize list.","id":"1D9493E9-B229-4716-8649-F1333D5133D0"},"51012":{"isSerializedDate":true,"string":"Thu Jan 05 2012 15:19:05 GMT+0100 (Mitteleuropäische Zeit)"},"51013":{"sourceObj":{"__isSmartRef__":true,"id":46484},"sourceAttrName":"categoryName","targetObj":{"__isSmartRef__":true,"id":46484},"targetMethodName":"loadPartsOfCategory","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"51014":{"resizeWidth":true,"resizeHeight":true,"adjustForNewBounds":true},"51015":{"x":770.7575068769036,"y":487.2498366837016,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"51016":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"51017":{"morph":{"__isSmartRef__":true,"id":46484},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"51018":{"toggleMorePane":{"__isSmartRef__":true,"id":51019}},"51019":{},"51020":{"x":5.684341886080802e-14,"y":21.000000000000007,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"51021":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Holger/EventsLimiter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51022":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Holger/EventsLimiter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51023":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Holger/EventsLimiter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51024":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/EmptyElProfesor.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51025":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnConnections.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51026":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/EmptyElProfesor.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51027":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnConnections.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51028":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnLivelyKernel.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51029":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnLivelyKernel.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51030":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnMorphs.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51031":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/EmptyElProfesor.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51032":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnConnections.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51033":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnMorphs.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51034":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnLivelyKernel.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51035":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnMorphs.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51036":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomTile.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51037":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomTile.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51038":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TwitterSource.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51039":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomTile.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51040":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TwitterSource.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51041":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataCustomerTile.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51042":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataCustomerTile.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51043":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TwitterSource.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51044":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataCustomerTile.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51045":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImage.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51046":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImage.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51047":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileText.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51048":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileText.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51049":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImage.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51050":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileText.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51051":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileLink.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51052":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataTileSourceSearch.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51053":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileLink.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51054":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataTileSourceSearch.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51055":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomSource.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51056":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileFeed.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51057":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileLink.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51058":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomSource.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51059":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileFeed.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51060":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataTileSourceSearch.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51061":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomSource.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51062":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileFeed.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51063":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/BasicTile.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51064":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataShipperTile.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51065":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/BasicTile.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51066":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataShipperTile.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51067":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImageBase64.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51068":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/BasicTile.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51069":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TweetTile.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51070":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImageBase64.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51071":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataShipperTile.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51072":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TweetTile.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51073":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImageBase64.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51074":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TweetTile.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51075":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BPCGrid.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51076":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/MethodFinderPane.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51077":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51078":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/SeverEditorPane.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51079":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/ToolTabPane.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51080":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/FileEditorPane.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51081":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/SeverEditorPane.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51082":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/MethodFinderPane.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51083":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51084":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/SeverEditorPane.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51085":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/ToolTabPane.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51086":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/FileEditorPane.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51087":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/ToolTabPane.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51088":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/FileEditorPane.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51089":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/MethodFinderPane.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51090":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51091":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridFactory.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51092":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridWorker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51093":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridWorker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51094":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/DummyRegistry.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51095":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridFactory.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51096":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/DummyRegistry.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51097":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridWorker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51098":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/DummyRegistry.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51099":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridFactory.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51100":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Crab.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51101":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/CrazyColorsAgain.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51102":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChineseCheckers.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51103":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChineseCheckers.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51104":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/GridColorArt.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51105":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/GridColorArt.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51106":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChineseCheckers.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51107":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Elephant.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51108":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/GridColorArt.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51109":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Elephant.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51110":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChamaeleonMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51111":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Heart.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51112":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/MonaLisa.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51113":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Pong.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51114":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChamaeleonMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51115":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Pong.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51116":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/MonaLisa.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51117":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Heart.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51118":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Elephant.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51119":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChamaeleonMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51120":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Pong.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51121":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/MonaLisa.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51122":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Heart.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51123":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/FunnyWatcher.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51124":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/FunnyWatcher.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51125":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/HeartsGame.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51126":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/WanderingEye.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51127":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/HeartsGame.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51128":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/WanderingEye.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51129":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/FunnyWatcher.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51130":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ColoredRectCreator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51131":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChatMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51132":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChatMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51133":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ColoredRectCreator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51134":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/HeartsGame.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51135":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/PianoKeyboard.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51136":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Alien.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51137":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/WanderingEye.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51138":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/PianoKeyboard.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51139":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Alien.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51140":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChatMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51141":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ColoredRectCreator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51142":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/PianoKeyboard.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51143":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Alien.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51144":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/QuickBrownFox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51145":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/RefactorMan.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51146":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/QuickBrownFox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51147":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/RefactorMan.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51148":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Crab.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51149":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/QuickBrownFox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51150":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/RefactorMan.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51151":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Crab.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51152":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/CrazyColorsAgain.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51153":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/CrazyColorsAgain.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51154":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle-republished.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51155":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/SandboxBackup.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51156":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ColorfulWindmill.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51157":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/GreenRectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51158":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/SandboxBackup.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51159":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ModifiedGreenRectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51160":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car2.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51161":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ColorfulWindmill.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51162":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/GreenRectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51163":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ModifiedGreenRectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51164":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car2.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51165":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/SandboxBackup.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51166":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ColorfulWindmill.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51167":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/GreenRectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51168":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ModifiedGreenRectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51169":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car2.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51170":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Orange%20Rectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51171":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Orange%20Rectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51172":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle%20Light%20Blue.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51173":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51174":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/MyRedRectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51175":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle%20Light%20Blue.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51176":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/MyRedRectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51177":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51178":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Orange%20Rectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51179":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle-republished.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51180":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle-republished.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51181":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle%20Light%20Blue.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51182":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51183":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/MyRedRectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51184":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WorldOverview.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51185":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/PresentationContainer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51186":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WorldOverview.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51187":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSBenchmarker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51188":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/PresentationContainer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51189":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ReloadLocalRequirements.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51190":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FilterText.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51191":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ColorRect.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51192":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/APIUsageInParts.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51193":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCompletionPresentation.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51194":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/DistributedDoit.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51195":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/APIUsageInParts.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51196":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ChangeRecorder.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51197":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCounter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51198":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GraphLayoutExample.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51199":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MorphFinder.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51200":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ToggleLayer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51201":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ChangeRecorder.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51202":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSControl.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51203":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowConnections.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51204":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/AnimateConnections.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51205":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MorphFinder.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51206":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GrayColorChooser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51207":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SteppingWordCounter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51208":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSControl.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51209":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/TallyConnections.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51210":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowConnections.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51211":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/EditStyleInWorldMenu.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51212":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MassStylingWorkspace.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51213":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowStructure.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51214":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/EditStyleInWorldMenu.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51215":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MassStylingWorkspace.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51216":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/XRayStructure.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51217":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/NameDisplay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51218":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FormatXMLCodeSnippet.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51219":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowStructure.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51220":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/NameDisplay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51221":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FormatXMLCodeSnippet.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51222":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WorldOverview.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51223":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/PresentationContainer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51224":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSBenchmarker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51225":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ReloadLocalRequirements.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51226":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FilterText.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51227":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSBenchmarker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51228":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ColorRect.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51229":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ReloadLocalRequirements.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51230":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCompletionPresentation.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51231":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FilterText.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51232":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/APIUsageInParts.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51233":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/DistributedDoit.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51234":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ColorRect.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51235":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCompletionPresentation.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51236":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/DistributedDoit.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51237":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCounter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51238":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GraphLayoutExample.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51239":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ChangeRecorder.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51240":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ToggleLayer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51241":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MorphFinder.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51242":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/AnimateConnections.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51243":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCounter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51244":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GraphLayoutExample.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51245":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSControl.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51246":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GrayColorChooser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51247":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SteppingWordCounter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51248":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowConnections.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51249":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ToggleLayer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51250":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/TallyConnections.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51251":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/AnimateConnections.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51252":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GrayColorChooser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51253":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SteppingWordCounter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51254":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/EditStyleInWorldMenu.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51255":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MassStylingWorkspace.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51256":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/TallyConnections.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51257":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowStructure.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51258":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/XRayStructure.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51259":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/NameDisplay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51260":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FormatXMLCodeSnippet.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51261":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/XRayStructure.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51262":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTreeMap.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51263":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLCirclePacking.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51264":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/WorldMorphTreeMap.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51265":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTreeMap.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51266":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTree.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51267":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLCirclePacking.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51268":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTree.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51269":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTreeMap.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51270":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisStackDrawing.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51271":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLCirclePacking.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51272":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTree.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51273":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisStackDrawing.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51274":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLSunbursts.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51275":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/TreeMap.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51276":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLIndentedTree.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51277":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLSunbursts.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51278":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisStackDrawing.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51279":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLIndentedTree.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51280":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/TreeMap.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51281":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisDrawing.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51282":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLSunbursts.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51283":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisDrawing.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51284":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLIndentedTree.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51285":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/TreeMap.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51286":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisDrawing.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51287":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/WorldMorphTreeMap.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51288":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/WorldMorphTreeMap.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51289":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LK1Background.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51290":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/WhiteBackground.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51291":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/GrayBackground.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51292":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/WhiteBackground.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51293":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/GrayBackground.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51294":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LivelyBackgroundControl.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51295":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LK1Background.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51296":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LivelyBackgroundControl.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51297":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/WhiteBackground.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51298":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/GrayBackground.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51299":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LK1Background.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51300":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LivelyBackgroundControl.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51301":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/VersionViewer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51302":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/TracLink.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51303":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LatestChangesViewer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51304":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WhatDidIDo.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51305":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WhatDidIDo.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51306":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WhatDidIDo.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51307":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WikiActivities.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51308":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JournalNavigation.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51309":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WikiActivities.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51310":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JournalNavigation.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51311":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WikiActivities.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51312":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/RemoveWorldButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51313":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JournalNavigation.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51314":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/RemoveWorldButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51315":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/RemoveWorldButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51316":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/Title.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51317":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/Title.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51318":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/MovePages.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51319":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/MovePages.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51320":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/CommitCounter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51321":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/Title.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51322":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/CommitCounter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51323":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/URLShortener.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51324":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/MovePages.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51325":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JenkinsButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51326":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/URLShortener.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51327":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JenkinsButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51328":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/CommitCounter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51329":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/URLShortener.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51330":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JenkinsButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51331":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/TracLink.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51332":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/VersionViewer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51333":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LatestChangesViewer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51334":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/VersionViewer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51335":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/TracLink.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51336":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LatestChangesViewer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51337":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CodePane.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51338":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/NameLabel.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51339":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CodePane.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51340":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/NameLabel.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51341":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CodePane.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51342":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/NameLabel.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51343":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/RGBColorChooser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51344":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/RGBColorChooser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51345":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/TabFolder.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51346":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/RGBColorChooser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51347":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/TabFolder.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51348":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/PrintingWorkspace.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51349":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/TabFolder.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51350":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ResizeCorner.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51351":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/PrintingWorkspace.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51352":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ResizeCorner.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51353":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/PrintingWorkspace.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51354":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ResizeCorner.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51355":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressBar.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51356":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressBar.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51357":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/JournalEntry.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51358":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ClipMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51359":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/JournalEntry.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51360":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/MinimizedMorphContainer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51361":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ClipMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51362":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/MinimizedMorphContainer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51363":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressBar.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51364":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressIndicator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51365":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CloseButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51366":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/LabeledBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51367":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CloseButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51368":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressIndicator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51369":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/JournalEntry.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51370":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/LabeledBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51371":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ClipMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51372":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/MinimizedMorphContainer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51373":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/FilterableList.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51374":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/FilterableList.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51375":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressIndicator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51376":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/LabeledBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51377":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CloseButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51378":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/FilterableList.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51379":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/IntegerInput.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51380":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/ReferenceChoice.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51381":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataSelector.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51382":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/IntegerInput.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51383":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/wlsReference.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51384":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/FloatInput.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51385":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/wlsReference.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51386":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/FloatInput.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51387":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/MessageMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51388":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/wlsReference.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51389":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/MessageMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51390":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/FloatInput.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51391":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataForm.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51392":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDisplay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51393":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataForm.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51394":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDisplay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51395":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/MessageMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51396":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TextInput.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51397":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataForm.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51398":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TextInput.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51399":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDisplay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51400":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TableCreator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51401":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TableCreator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51402":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDeclarator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51403":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TextInput.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51404":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDeclarator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51405":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TableCreator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51406":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DatabaseConnector.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51407":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDeclarator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51408":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DatabaseConnector.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51409":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DatabaseConnector.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51410":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataReference.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51411":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataReference.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51412":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/BooleanInput.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51413":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataReference.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51414":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/BooleanInput.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51415":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/BooleanInput.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51416":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/ReferenceChoice.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51417":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataSelector.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51418":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/ReferenceChoice.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51419":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataSelector.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51420":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/IntegerInput.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51421":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HelpfulShortcuts.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51422":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/WebResourceMinimalChatExample.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51423":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelyHelp.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51424":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/ChatApp.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51425":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HelpfulShortcuts.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51426":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/AnnotationPin.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51427":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/ChatApp.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51428":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/AnnotationPin.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51429":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelyHelp.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51430":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HelpfulShortcuts.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51431":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/ChatApp.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51432":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/AnnotationPin.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51433":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelysPartsBin.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51434":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelysPartsBin.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51435":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HowConnectWorks.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51436":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HowConnectWorks.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51437":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelysPartsBin.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51438":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HowConnectWorks.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51439":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/WebResourceMinimalChatExample.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51440":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/WebResourceMinimalChatExample.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51441":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelyHelp.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51442":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/TitleTextStyle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51443":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/RotationBehavior.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51444":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/GradientBehavior.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51445":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/SubtitleTextStyle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51446":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/RotationBehavior.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51447":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/SubtitleTextStyle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51448":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/GradientBehavior.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51449":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/RotationBehavior.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51450":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/SubtitleTextStyle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51451":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/NoteTextStyle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51452":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/NoteTextStyle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51453":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ThrobbingBehavior.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51454":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ColorBehavior.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51455":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ThrobbingBehavior.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51456":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ColorBehavior.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51457":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/NoteTextStyle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51458":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/LaTeXHighlighting.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51459":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/InvisibleBehavior.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51460":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/LaTeXHighlighting.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51461":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ColorBehavior.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51462":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ThrobbingBehavior.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51463":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/InvisibleBehavior.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51464":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/TitleTextStyle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51465":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/TitleTextStyle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51466":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/LaTeXHighlighting.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51467":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/InvisibleBehavior.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51468":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/GradientBehavior.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51469":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUVisualization.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51470":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUWorkload.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51471":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUVisualization.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51472":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUWorkload.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51473":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUVisualization.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51474":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUWorkload.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51475":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Label.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51476":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Label.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51477":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Slider.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51478":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Button.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51479":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/List.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51480":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Text.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51481":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Slider.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51482":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Text.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51483":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Label.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51484":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/DropDownList.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51485":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Slider.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51486":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/ProgressBar.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51487":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/DropDownList.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51488":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Text.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51489":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/ProgressBar.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51490":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/DropDownList.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51491":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/ProgressBar.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51492":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Rectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51493":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Rectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51494":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/List.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51495":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Button.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51496":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Rectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51497":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/List.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51498":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Button.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51499":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationContainer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51500":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationController.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51501":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationContainer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51502":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/EmptySlideOverlay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51503":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationController.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51504":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/EmptySlideOverlay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51505":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationContainer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51506":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationController.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51507":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/EmptySlideOverlay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51508":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TestSlide.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51509":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TestSlide.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51510":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPLogo.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51511":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPLogo.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51512":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TestSlide.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51513":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlide.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51514":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPLogo.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51515":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlide.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51516":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlideOverlay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51517":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWATitleSlide.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51518":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlideOverlay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51519":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWATitleSlide.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51520":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPSWASlideOverlay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51521":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlide.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51522":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPSWASlideOverlay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51523":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlideOverlay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51524":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWATitleSlide.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51525":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideProjector.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51526":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPSWASlideOverlay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51527":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideProjector.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51528":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TemplateSlide.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51529":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TemplateSlide.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51530":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideProjector.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51531":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideOverlay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51532":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/HPITitleSlide.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51533":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TemplateSlide.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51534":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideOverlay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51535":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/HPITitleSlide.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51536":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideOverlay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51537":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/HPITitleSlide.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51538":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Constantin/CardStack.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51539":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Constantin/Kreis.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51540":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Constantin/CardStack.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51541":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Constantin/Kreis.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51542":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Constantin/CardStack.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51543":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Constantin/Kreis.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51544":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fabian/ObjectEditorII.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51545":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fabian/ObjectEditorII.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51546":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fabian/ObjectEditorII.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51547":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/PrimitiveShapes.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51548":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrows.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51549":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Image.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51550":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/PrimitiveShapes.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51551":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrows.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51552":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Image.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51553":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Text.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51554":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Text.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51555":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Line.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51556":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrows.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51557":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Image.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51558":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Line.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51559":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrowOrange.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51560":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Text.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51561":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrowOrange.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51562":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Ellipse.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51563":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrow.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51564":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Line.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51565":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Ellipse.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51566":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrow.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51567":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrowOrange.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51568":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Ellipse.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51569":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Rectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51570":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Triangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51571":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrow.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51572":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Rectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51573":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Triangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51574":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Star.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51575":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Rectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51576":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Star.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51577":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Triangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51578":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Star.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51579":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Marker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51580":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Marker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51581":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Marker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51582":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Cloud.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51583":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Cloud.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51584":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/PrimitiveShapes.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51585":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Cloud.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51586":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/List.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51587":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ScriptableButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51588":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ScriptableButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51589":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/DropDownList.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51590":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/DropDownList.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51591":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ScriptableButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51592":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/DropDownList.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51593":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/StartStopButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51594":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/StartStopButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51595":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ComboText.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51596":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/StartStopButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51597":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ComboText.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51598":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Button.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51599":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ComboText.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51600":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Button.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51601":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Spinner.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51602":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Spinner.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51603":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Button.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51604":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Slider.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51605":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Slider.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51606":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Spinner.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51607":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ChoiceButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51608":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/CheckBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51609":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ChoiceButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51610":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/CheckBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51611":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Slider.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51612":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ChoiceButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51613":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/CheckBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51614":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/InputField.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51615":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/InputField.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51616":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/InputField.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51617":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/List.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51618":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/List.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51619":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Journal.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51620":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/TextBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51621":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/TextBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51622":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FixedLabel.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51623":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/WIP.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51624":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotationAndLine.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51625":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FixedLabel.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51626":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/WIP.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51627":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotationAndLine.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51628":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/TextBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51629":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FixedLabel.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51630":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/WIP.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51631":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotationAndLine.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51632":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/PaperMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51633":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/PaperMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51634":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Label.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51635":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Title.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51636":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Label.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51637":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MetaNoteText.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51638":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Title.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51639":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MetaNoteText.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51640":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/PaperMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51641":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Label.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51642":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MarkdownText.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51643":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Title.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51644":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MetaNoteText.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51645":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Translator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51646":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MarkdownText.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51647":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Translator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51648":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Cool.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51649":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Cool.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51650":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MarkdownText.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51651":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Translator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51652":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FontList.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51653":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Cool.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51654":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FontList.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51655":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotation.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51656":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotation.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51657":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FontList.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51658":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Journal.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51659":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Journal.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51660":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotation.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51661":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Math/MathMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51662":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Math/MathMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51663":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Math/MathMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51664":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/MP2011WS/MetricsView.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51665":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/MP2011WS/MetricsView.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51666":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/MP2011WS/MetricsView.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51667":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Measurements%20Workspace.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51668":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/OfflineIndicator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51669":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Result%20Workspace.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51670":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/OfflineIndicator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51671":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51672":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs1.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51673":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Result%20Workspace.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51674":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/OfflineIndicator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51675":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Measurements%20Workspace.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51676":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Measurements%20Workspace.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51677":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51678":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs1.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51679":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51680":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs1.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51681":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Result%20Workspace.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51682":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectTracer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51683":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/CurveInspector.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51684":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/TextInspector.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51685":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Debugger.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51686":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Debugger.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51687":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Debugger.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51688":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/FPSMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51689":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectAreaTracer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51690":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/FPSMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51691":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectAreaTracer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51692":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/FPSMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51693":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ModuleDependencyVis.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51694":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectAreaTracer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51695":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ModuleDependencyVis.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51696":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ModuleDependencyVis.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51697":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PropertySheet.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51698":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PropertySheet.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51699":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Benchmarker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51700":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Benchmarker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51701":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PropertySheet.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51702":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/AlternativeObjectDiffer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51703":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectDiffer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51704":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectSerializationGraph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51705":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/AlternativeObjectDiffer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51706":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Benchmarker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51707":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectDiffer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51708":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectSerializationGraph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51709":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/AlternativeObjectDiffer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51710":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectDiffer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51711":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectSerializationGraph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51712":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/SerializationGraph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51713":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/SerializationGraph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51714":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PasteInspector.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51715":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PasteInspector.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51716":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/SerializationGraph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51717":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectTracer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51718":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectTracer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51719":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PasteInspector.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51720":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/CurveInspector.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51721":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/TextInspector.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51722":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/CurveInspector.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51723":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/TextInspector.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51724":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/RobertsTransportationMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51725":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/JensTransportationMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51726":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/RobertsTransportationMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51727":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/JensTransportationMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51728":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/RobertsTransportationMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51729":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/JensTransportationMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51730":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Pictures/SAPLogo.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51731":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Pictures/LivelyLogo.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51732":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Pictures/LivelyLogo.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51733":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Pictures/LivelyLogo.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51734":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/GoogleMaps.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51735":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/AddressExtractor.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51736":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/AddressExtractor.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51737":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/GoogleMaps.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51738":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/USMap.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51739":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/WorldMap.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51740":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/USMap.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51741":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/WorldMap.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51742":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/AddressExtractor.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51743":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/USMap.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51744":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/WorldMap.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51745":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/GoogleMaps.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51746":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CodeSnippets/ConvertPartsBinLogos.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51747":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CodeSnippets/ConvertPartsBinLogos.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51748":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CodeSnippets/ConvertPartsBinLogos.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51749":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ModulePart.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51750":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunnerWithDebuggingSupport.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51751":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MethodFinder.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51752":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ClassBrowser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51753":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunnerWithDebuggingSupport.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51754":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51755":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTester.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51756":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ColorReplacer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51757":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ServerSearch.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51758":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTestRunner.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51759":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/Explorer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51760":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTester.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51761":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphDiffer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51762":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTestRunner.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51763":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/StyleEditor.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51764":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser2.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51765":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunner.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51766":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51767":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/StyleEditor.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51768":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser2.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51769":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SearchSourceCode.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51770":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/DropboxBrowser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51771":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51772":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/BootstrapParts.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51773":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextAttributePanel.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51774":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextEditor.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51775":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/IFrameLoader.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51776":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/BootstrapParts.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51777":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/WindowFinder.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51778":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/LivelyTweets.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51779":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextEditor.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51780":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ErrorStackViewer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51781":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/WindowFinder.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51782":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/VerticalSpaceMaker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51783":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/LivelyTweets.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51784":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MethodFinder.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51785":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ClassBrowser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51786":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ModulePart.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51787":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunnerWithDebuggingSupport.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51788":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ModulePart.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51789":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51790":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ColorReplacer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51791":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ServerSearch.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51792":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51793":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTester.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51794":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/Explorer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51795":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTestRunner.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51796":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ColorReplacer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51797":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ServerSearch.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51798":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphDiffer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51799":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/Explorer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51800":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/StyleEditor.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51801":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunner.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51802":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser2.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51803":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphDiffer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51804":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51805":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunner.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51806":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/DropboxBrowser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51807":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SearchSourceCode.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51808":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextAttributePanel.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51809":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/DropboxBrowser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51810":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SearchSourceCode.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51811":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/BootstrapParts.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51812":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/IFrameLoader.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51813":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextEditor.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51814":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextAttributePanel.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51815":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ErrorStackViewer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51816":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/IFrameLoader.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51817":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/WindowFinder.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51818":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/LivelyTweets.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51819":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/VerticalSpaceMaker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51820":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ErrorStackViewer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51821":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MethodFinder.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51822":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ClassBrowser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51823":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/VerticalSpaceMaker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51824":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/CollapsiblePanel.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51825":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserDialog.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51826":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/WordCounter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51827":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/ColorField.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51828":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/MetaNoteText.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51829":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/Text.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51830":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/ColorField.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51831":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/DiffExample.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51832":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserComboBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51833":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/Text.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51834":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/DiffExample.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51835":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/ColorField.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51836":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserComboBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51837":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/StyleEditor1.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51838":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/StyleEditor2.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51839":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/DiffExample.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51840":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/Text.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51841":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VideoCodecTester.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51842":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VideoCodecTester.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51843":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/Cool.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51844":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VideoCodecTester.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51845":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VersionDiffer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51846":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/SAPLogo.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51847":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VersionDiffer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51848":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/CollapsiblePanel.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51849":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserDialog.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51850":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/CollapsiblePanel.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51851":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/WordCounter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51852":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VersionDiffer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51853":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/WordCounter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51854":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/BloomFilter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51855":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/Prototype%20Inheritance.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51856":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/BloomFilter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51857":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/ExampleSWDObject%20%20%20%20.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51858":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/Prototype%20Inheritance.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51859":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/ExampleSWDObject%20%20%20%20.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51860":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/BloomFilter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51861":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/Prototype%20Inheritance.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51862":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/ExampleSWDObject%20%20%20%20.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51863":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONPrinter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51864":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Timer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51865":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Timer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51866":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONPrinter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51867":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Timer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51868":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Iterator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51869":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Iterator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51870":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Iterator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51871":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONConverter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51872":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/TimerWithDisplay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51873":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/DistributedDoit.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51874":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONConverter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51875":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/DistributedDoit.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51876":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/TimerWithDisplay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51877":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONConverter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51878":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/DistributedDoit.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51879":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/TimerWithDisplay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51880":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONPrinter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51881":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommitMessageTest.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51882":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestEllipse.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51883":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/JensContent.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51884":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestObjectDice.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51885":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommitMessageTest.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51886":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestEllipse.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51887":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/GetSelectionTest.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51888":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/GetSelectionTest.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51889":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/JensContent.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51890":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestObjectDice.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51891":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/GetSelectionTest.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51892":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/JensContent.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51893":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommitMessageTest.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51894":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestEllipse.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51895":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestObjectDice.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51896":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/GrabbingControl.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51897":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/DraggingControl.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51898":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/GrabbingControl.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51899":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/DraggingControl.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51900":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/DraggingControl.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51901":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/GrabbingControl.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51902":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/DatabaseContainer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51903":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataBrowser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51904":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataSource.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51905":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataBrowser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51906":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/SQLiteViewer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51907":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/SQLiteViewer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51908":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/DatabaseContainer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51909":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/DatabaseContainer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51910":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataSource.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51911":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/SQLiteViewer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51912":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataSource.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51913":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataBrowser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51914":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TouchMenu.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51915":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/WorldMenu.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51916":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/SearchField.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51917":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/LoadingMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51918":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/WorldMenu.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51919":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Text.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51920":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/LoadingMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51921":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PartsBinBrowser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51922":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Text.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51923":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/DoAllButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51924":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PartsBinBrowser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51925":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PrintButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51926":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/DoAllButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51927":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PrintButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51928":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/LoadingMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51929":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Text.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51930":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/DoitButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51931":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Ellipse.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51932":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/DoitButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51933":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PartsBinBrowser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51934":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/DoAllButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51935":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Ellipse.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51936":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PrintButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51937":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/DoitButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51938":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Ellipse.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51939":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ResizeCorner.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51940":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Button.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51941":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ResizeCorner.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51942":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Button.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51943":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ObjectEditor.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51944":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TouchList.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51945":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ObjectEditor.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51946":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TouchList.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51947":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Marker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51948":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ResizeCorner.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51949":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ShadowButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51950":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Button.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51951":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Slider.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51952":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Marker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51953":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/HoldIndicator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51954":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ShadowButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51955":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ObjectEditor.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51956":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Slider.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51957":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/HoldIndicator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51958":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TouchList.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51959":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Marker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51960":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ShadowButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51961":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TextField.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51962":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Slider.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51963":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/HoldIndicator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51964":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/SaveButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51965":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TextField.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51966":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/SaveButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51967":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TextField.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51968":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/SaveButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51969":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PinLessTouchMenu.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51970":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PinLessTouchMenu.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51971":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TouchMenu.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51972":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/SearchField.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51973":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TouchMenu.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51974":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/SearchField.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51975":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PinLessTouchMenu.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51976":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/WorldMenu.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51977":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/MorphDiffing%20status%20indicator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51978":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ResetButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51979":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/LayoutStyler.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51980":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Styler.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51981":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Flap.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51982":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BorderStyler.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51983":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/VoteMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51984":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/LeftButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51985":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/LayoutStyler.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51986":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/MorphMerger.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51987":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Styler.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51988":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Flap.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51989":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/LeftButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51990":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/MorphMerger.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51991":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ObjectEditorII.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51992":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Mapscript.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51993":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/IPadCar.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51994":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ObjectEditorII.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51995":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Mapscript.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51996":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/a+Button1.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51997":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/a-Button1.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51998":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStory.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"51999":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDestroyer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52000":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/HyperCard.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52001":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BeToolButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52002":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/SyncMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52003":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Rectanglewin.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52004":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Blog.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52005":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStory.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52006":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryBoard.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52007":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDestroyer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52008":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/HyperCard.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52009":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/SyncMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52010":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/StartButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52011":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/DatabaseChooser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52012":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDiffViewer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52013":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Ellipse-win.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52014":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Path.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52015":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryBoard.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52016":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/StartButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52017":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDiffViewer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52018":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ColorChooser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52019":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/HCTextField.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52020":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/NameSign.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52021":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Path.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52022":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/coursebtn.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52023":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Toolbar.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52024":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BlogEntry.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52025":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Car.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52026":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Foobar.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52027":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ColorChooser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52028":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/onlineChecker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52029":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/RightButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52030":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/webAppButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52031":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/HCTextField.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52032":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/coursebtn.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52033":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BlogEntry.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52034":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/MorphDiffing%20status%20indicator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52035":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ResetButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52036":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Foobar.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52037":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/onlineChecker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52038":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/RightButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52039":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BorderStyler.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52040":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/webAppButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52041":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/LayoutStyler.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52042":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/VoteMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52043":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Flap.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52044":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Styler.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52045":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ResetButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52046":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BorderStyler.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52047":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/LeftButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52048":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/MorphMerger.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52049":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/VoteMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52050":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ObjectEditorII.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52051":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/IPadCar.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52052":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Mapscript.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52053":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/a+Button1.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52054":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/IPadCar.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52055":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/a-Button1.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52056":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/a+Button1.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52057":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BeToolButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52058":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStory.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52059":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/a-Button1.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52060":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Rectanglewin.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52061":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDestroyer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52062":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/HyperCard.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52063":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Blog.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52064":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/SyncMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52065":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BeToolButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52066":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/DatabaseChooser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52067":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Ellipse-win.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52068":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Rectanglewin.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52069":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryBoard.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52070":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Blog.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52071":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/StartButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52072":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDiffViewer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52073":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Path.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52074":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/DatabaseChooser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52075":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Ellipse-win.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52076":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/NameSign.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52077":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Toolbar.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52078":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ColorChooser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52079":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Car.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52080":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/HCTextField.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52081":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/coursebtn.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52082":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BlogEntry.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52083":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/NameSign.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52084":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Toolbar.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52085":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Foobar.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52086":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/RightButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52087":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/onlineChecker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52088":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Car.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52089":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/webAppButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52090":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/LogSearch.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52091":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CPUData.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52092":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/NodeJSControl.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52093":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CPUData.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52094":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/NodeJSControl.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52095":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CommandLine.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52096":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerCommands.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52097":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CPUData.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52098":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CommandLine.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52099":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerCommands.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52100":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/NodeJSControl.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52101":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerPart.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52102":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CommandLine.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52103":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/JSRemoteServerWorkspace.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52104":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerPart.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52105":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerCommands.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52106":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/JSRemoteServerWorkspace.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52107":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/FibonacciPart.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52108":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerPart.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52109":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/JSRemoteServerWorkspace.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52110":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/FibonacciPart.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52111":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/LogSearch.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52112":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/LogSearch.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52113":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/FibonacciPart.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52114":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/SillyClock.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52115":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Windmill.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52116":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Windmill.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52117":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Windmill.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52118":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/HighscoreExample.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52119":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/FrameRateGraph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52120":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/HighscoreExample.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52121":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/FrameRateGraph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52122":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52123":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52124":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/HighscoreExample.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52125":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RedRectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52126":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/FrameRateGraph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52127":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RedRectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52128":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52129":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/KClock.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52130":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RedRectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52131":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/KClock.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52132":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/ArchitectureOverview.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52133":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/ArchitectureOverview.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52134":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CrabsResults.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52135":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/KClock.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52136":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CrabsResults.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52137":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/ArchitectureOverview.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52138":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RotatingStar.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52139":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CurrencyConverter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52140":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/TestWidget.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52141":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CrabsResults.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52142":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RotatingStar.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52143":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CurrencyConverter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52144":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/TestWidget.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52145":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RotatingStar.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52146":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CurrencyConverter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52147":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/LivelyEngine.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52148":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/TestWidget.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52149":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/LivelyEngine.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52150":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/LivelyEngine.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52151":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/SillyClock.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52152":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/SillyClock.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52153":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestObject.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52154":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestObject.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52155":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BPCGrid.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52156":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52157":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/SnapJS.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52158":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52159":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld2.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52160":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/SnapJS.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52161":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld2.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52162":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52163":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/SnapJS.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52164":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld2.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52165":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/VBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52166":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/VBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52167":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TabContainer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52168":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/JournalBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52169":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/VBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52170":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/JournalBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52171":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/JournalBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52172":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/FancyList.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52173":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/FancyList.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52174":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/HBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52175":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/LayoutConfigurator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52176":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52177":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/HBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52178":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/LayoutConfigurator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52179":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/FancyList.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52180":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52181":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane5x5.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52182":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane5x5.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52183":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/LayoutConfigurator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52184":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/HBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52185":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52186":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TabContainer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52187":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane5x5.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52188":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TabContainer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52189":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BPCGrid.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52190":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestObject.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"52191":{"onrestore":{"__isSmartRef__":true,"id":52192},"reloadEverything":{"__isSmartRef__":true,"id":52200},"setSelectedPartItem":{"__isSmartRef__":true,"id":52204},"onLoadFromPartsBin":{"__isSmartRef__":true,"id":52208},"ensureCategories":{"__isSmartRef__":true,"id":52216},"updateCategoriesDictFromPartsBin":{"__isSmartRef__":true,"id":52220},"updateCategoryList":{"__isSmartRef__":true,"id":52224},"defaultPartsBinURL":{"__isSmartRef__":true,"id":52228},"reset":{"__isSmartRef__":true,"id":52232},"setupConnections":{"__isSmartRef__":true,"id":52236},"loadPartsOfCategory":{"__isSmartRef__":true,"id":52240},"removeParts":{"__isSmartRef__":true,"id":52244},"getPartsSpaceForCategory":{"__isSmartRef__":true,"id":52248},"addMorphsForPartItems":{"__isSmartRef__":true,"id":52252},"getURLForCategoryNamed":{"__isSmartRef__":true,"id":52256},"makeUpPartNameFor":{"__isSmartRef__":true,"id":52260},"openPart":{"__isSmartRef__":true,"id":52264},"interactivelyRemoveSelectedPartItem":{"__isSmartRef__":true,"id":52268},"loadAndOpenSelectedPartItem":{"__isSmartRef__":true,"id":52272},"addCategory":{"__isSmartRef__":true,"id":52276},"addCategoryInteractively":{"__isSmartRef__":true,"id":52280},"addExternalCategory":{"__isSmartRef__":true,"id":52284},"removeCategory":{"__isSmartRef__":true,"id":52288},"removeCategoryInteractively":{"__isSmartRef__":true,"id":52292},"interactivelyMoveSelectedPartItem":{"__isSmartRef__":true,"id":52296},"setMetaInfoOfSelectedItem":{"__isSmartRef__":true,"id":52300},"saveCommentForSelectedPartItem":{"__isSmartRef__":true,"id":52304},"addPartsOfCategory":{"__isSmartRef__":true,"id":52308},"onLoadLatest":{"__isSmartRef__":true,"id":52312},"onLoadAll":{"__isSmartRef__":true,"id":52316},"onSearch":{"__isSmartRef__":true,"id":52320},"addPartsFromURLs":{"__isSmartRef__":true,"id":52324},"search":{"__isSmartRef__":true,"id":52328},"showMsg":{"__isSmartRef__":true,"id":52332},"toggleMorePane":{"__isSmartRef__":true,"id":52336},"interactivelyCopySelectedPartItem":{"__isSmartRef__":true,"id":52340},"partsBinUrl":{"__isSmartRef__":true,"id":52344},"partsBinURL":{"__isSmartRef__":true,"id":52348},"commitLogString":{"__isSmartRef__":true,"id":52352},"showCommits":{"__isSmartRef__":true,"id":52356},"setShareLink":{"__isSmartRef__":true,"id":52360},"setSelectedPartVersions":{"__isSmartRef__":true,"id":52364}},"52192":{"varMapping":{"__isSmartRef__":true,"id":52193},"source":"function onrestore() {\n (function(){ this.reloadEverything() }.bind(this)).delay(0)\n}","funcProperties":{"__isSmartRef__":true,"id":52198},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52193":{"this":{"__isSmartRef__":true,"id":46484},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":52194}},"52194":{"$super":{"__isSmartRef__":true,"id":52195}},"52195":{"varMapping":{"__isSmartRef__":true,"id":52196},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":52197},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52196":{"obj":{"__isSmartRef__":true,"id":46484},"name":"onrestore"},"52197":{},"52198":{"timestamp":{"__isSmartRef__":true,"id":52199},"user":"undefined","tags":[]},"52199":{"isSerializedDate":true,"string":"Sat Mar 10 2012 11:25:14 GMT+0100 (Mitteleuropäische Zeit)"},"52200":{"varMapping":{"__isSmartRef__":true,"id":52201},"source":"function reloadEverything() {\n this.setSelectedPartItem(null)\n this.updateCategoriesDictFromPartsBin();\n this.addCategory(\"*latest*\", true);\n this.addCategory(\"*all*\", true);\n this.addCategory(\"*search*\", true);\n}","funcProperties":{"__isSmartRef__":true,"id":52202},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52201":{"this":{"__isSmartRef__":true,"id":46484}},"52202":{"timestamp":{"__isSmartRef__":true,"id":52203},"tags":[]},"52203":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:58 GMT+0100 (Mitteleuropäische Zeit)"},"52204":{"varMapping":{"__isSmartRef__":true,"id":52205},"source":"function setSelectedPartItem(item) {\n this.selectedPartItem = item;\n this.get('selectedPartComment').textString = '';\n this.get('selectedPartVersions').updateList(item ? ['Loading versions...']: []);\n this.get('selectedPartVersions').setSelection(null);\n if (!item) {\n this.get('selectedPartName').textString = 'nothing selected'\n this.get('selectedPartSpaceName').textString = ''\n\treturn;\n }\n this.get('selectedPartName').textString = item.name\n this.get('selectedPartSpaceName').textString = item.partsSpaceName\n\n // load versions\n connect(item, 'partVersions', this, 'setSelectedPartVersions');\n item.loadPartVersions(true);\n\n // load meta info\n connect(item, 'loadedMetaInfo', this, 'setMetaInfoOfSelectedItem');\n \n this.setShareLink(item);\n\n item.loadPartMetaInfo(true);\n}","funcProperties":{"__isSmartRef__":true,"id":52206},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52205":{"this":{"__isSmartRef__":true,"id":46484}},"52206":{"timestamp":{"__isSmartRef__":true,"id":52207},"user":"jenslincke","tags":[]},"52207":{"isSerializedDate":true,"string":"Tue Jan 31 2012 19:34:13 GMT+0100 (Mitteleuropäische Zeit)"},"52208":{"varMapping":{"__isSmartRef__":true,"id":52209},"source":"function onLoadFromPartsBin() {\n $super();\n this.reloadEverything();\n}","funcProperties":{"__isSmartRef__":true,"id":52214},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52209":{"this":{"__isSmartRef__":true,"id":46484},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":52210}},"52210":{"$super":{"__isSmartRef__":true,"id":52211}},"52211":{"varMapping":{"__isSmartRef__":true,"id":52212},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":52213},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52212":{"obj":{"__isSmartRef__":true,"id":46484},"name":"onLoadFromPartsBin"},"52213":{},"52214":{"timestamp":{"__isSmartRef__":true,"id":52215},"tags":[]},"52215":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"52216":{"varMapping":{"__isSmartRef__":true,"id":52217},"source":"function ensureCategories() {\n if (!this.categories)\n this.categories = {uncategorized: 'PartsBin/'};\n}","funcProperties":{"__isSmartRef__":true,"id":52218},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52217":{"this":{"__isSmartRef__":true,"id":46484}},"52218":{"timestamp":{"__isSmartRef__":true,"id":52219},"tags":[]},"52219":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"52220":{"varMapping":{"__isSmartRef__":true,"id":52221},"source":"function updateCategoriesDictFromPartsBin() { \n this.ensureCategories();\n var webR = new WebResource(this.partsBinURL());\n webR.beAsync();\n \n var that = this;\n var callback = function(collections) {\n collections.forEach(function(dir) {\n var unescape = Global.urlUnescape || Global.unescape,\n unescaped = unescape(dir.getURL().filename()),\n name = unescaped.replace(/\\/$/,\"\");\n that.categories[name] = that.partsBinURL().withFilename(unescaped);\n });\n that.updateCategoryList(that.categoryName);\n }\n connect(webR, 'subCollections', {cb: callback}, 'cb', {\n updater: function($upd, value) {\n if (!(this.sourceObj.status && this.sourceObj.status.isDone())) return;\n if (!value) return;\n $upd(value);\n },\n });\n webR.getSubElements();\n}","funcProperties":{"__isSmartRef__":true,"id":52222},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52221":{"this":{"__isSmartRef__":true,"id":46484}},"52222":{"timestamp":{"__isSmartRef__":true,"id":52223},"tags":[]},"52223":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:58 GMT+0100 (Mitteleuropäische Zeit)"},"52224":{"varMapping":{"__isSmartRef__":true,"id":52225},"source":"function updateCategoryList(optCategoryName) {\n this.get('categoryList').updateList(\n\tProperties.own(this.categories).sortBy(function(name) { return name.toLowerCase()}));\n this.get('categoryList').setSelection(optCategoryName)\n}","funcProperties":{"__isSmartRef__":true,"id":52226},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52225":{"this":{"__isSmartRef__":true,"id":46484}},"52226":{"timestamp":{"__isSmartRef__":true,"id":52227},"tags":[]},"52227":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"52228":{"varMapping":{"__isSmartRef__":true,"id":52229},"source":"function defaultPartsBinURL() {\n return new URL(Config.rootPath).withFilename('PartsBin/');\n}","funcProperties":{"__isSmartRef__":true,"id":52230},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52229":{"this":{"__isSmartRef__":true,"id":46484}},"52230":{"timestamp":{"__isSmartRef__":true,"id":52231},"user":"fabian","tags":[]},"52231":{"isSerializedDate":true,"string":"Wed Feb 22 2012 23:39:48 GMT+0100 (Mitteleuropäische Zeit)"},"52232":{"varMapping":{"__isSmartRef__":true,"id":52233},"source":"function reset() {\n this.connections = {toggleMorePane: {}} \n this.setSelectedPartItem(null);\n delete this.categories;\n this.getPartsBinMetaInfo().requiredModules= ['lively.PartsBin', 'apps.DateFormat'] \n this.get('categoryList').updateList([]);\n this.get('partsBinContents').removeAllMorphs();\n this.get('searchText').setTextString(\"\");\n}","funcProperties":{"__isSmartRef__":true,"id":52234},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52233":{"this":{"__isSmartRef__":true,"id":46484}},"52234":{"timestamp":{"__isSmartRef__":true,"id":52235},"user":"jenslincke","tags":[]},"52235":{"isSerializedDate":true,"string":"Tue Jan 31 2012 20:28:27 GMT+0100 (Mitteleuropäische Zeit)"},"52236":{"varMapping":{"__isSmartRef__":true,"id":52237},"source":"function setupConnections() {\n connect(this.closeButton, 'fire', this, 'remove')\n connect(this.addCategoryButton, 'fire', this, 'addCategoryInteractively')\n connect(this.get('removeCategoryButton'), 'fire', this, 'removeCategoryInteractively')\n connect(this.get('categoryList'), 'selection', this, 'categoryName')\n connect(this, 'categoryName', this, 'loadPartsOfCategory')\n\n connect(this.get('partsBinContents'), 'selectedItem', this, 'setSelectedPartItem')\n\n connect(this.get('reloadButton'), \"fire\", this, \"reloadEverything\")\n\n connect(this.get('loadPartButton'), \"fire\", this, \"loadAndOpenSelectedPartItem\")\n\n connect(this.get('removePartButton'), \"fire\", this, \"interactivelyRemoveSelectedPartItem\")\n\n connect(this.get('movePartButton'), \"fire\", this, \"interactivelyMoveSelectedPartItem\")\n connect(this.get('copyPartButton'), \"fire\", this, \"interactivelyCopySelectedPartItem\")\n\n connect(this.get('selectedPartComment'), \"savedTextString\", this, \"saveCommentForSelectedPartItem\")\n}","funcProperties":{"__isSmartRef__":true,"id":52238},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52237":{"this":{"__isSmartRef__":true,"id":46484}},"52238":{"timestamp":{"__isSmartRef__":true,"id":52239},"tags":[]},"52239":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"52240":{"varMapping":{"__isSmartRef__":true,"id":52241},"source":"function loadPartsOfCategory(categoryName) {\n this.removeParts();\n this.setSelectedPartItem(null);\n if (!categoryName) return;\n var webR;\n if (categoryName == \"*all*\") {\n this.showMsg(\"loading all...\");\n webR = new WebResource(this.partsBinURL()).beAsync();\n lively.bindings.connect(webR, 'subDocuments', this, 'onLoadAll');\n webR.getSubElements(10)\n } else if (categoryName == \"*latest*\") {\n this.showMsg(\"loading latest...\");\n webR = new WebResource(this.partsBinURL()).beAsync();\n lively.bindings.connect(webR, 'contentDocument', this, 'onLoadLatest');\n webR.propfind('infinity')\n } else if (categoryName == \"*search*\") {\n this.showMsg(\"searching...\");\n webR = new WebResource(this.partsBinURL()).beAsync();\n lively.bindings.connect(webR, 'subDocuments', this, 'allURLs', {\n converter: function(subDocuments) {\n return subDocuments.invoke('getURL')\n }\n });\n lively.bindings.connect(this, 'allURLs', this, 'onSearch', {\n removeAfterUpdate: true});\n webR.getSubElements(10)\n } else {\n this.addPartsOfCategory(categoryName)\n }\n}","funcProperties":{"__isSmartRef__":true,"id":52242},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52241":{"this":{"__isSmartRef__":true,"id":46484}},"52242":{"timestamp":{"__isSmartRef__":true,"id":52243},"tags":[]},"52243":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:58 GMT+0100 (Mitteleuropäische Zeit)"},"52244":{"varMapping":{"__isSmartRef__":true,"id":52245},"source":"function removeParts() {\n this.get('partsBinContents').submorphs.clone().invoke('remove');\n}","funcProperties":{"__isSmartRef__":true,"id":52246},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52245":{"this":{"__isSmartRef__":true,"id":46484}},"52246":{"timestamp":{"__isSmartRef__":true,"id":52247},"tags":[]},"52247":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"52248":{"varMapping":{"__isSmartRef__":true,"id":52249},"source":"function getPartsSpaceForCategory(categoryName) {\n var url = this.getURLForCategoryNamed(categoryName);\n return lively.PartsBin.partsSpaceWithURL(url);\n}","funcProperties":{"__isSmartRef__":true,"id":52250},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52249":{"this":{"__isSmartRef__":true,"id":46484}},"52250":{"timestamp":{"__isSmartRef__":true,"id":52251},"tags":[]},"52251":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"52252":{"varMapping":{"__isSmartRef__":true,"id":52253},"source":"function addMorphsForPartItems(partItems, doNotSort) {\n this.removeParts();\n if (!doNotSort) {\n partItems = partItems.sortBy(function(ea) {\n return ea.name.toLowerCase() \n });\n }\n\n var pContents = this.get('partsBinContents');\n pContents.stopAddingPartItemsAsync();\n pContents.startAddingPartItems(partItems);\n}","funcProperties":{"__isSmartRef__":true,"id":52254},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52253":{"this":{"__isSmartRef__":true,"id":46484}},"52254":{"timestamp":{"__isSmartRef__":true,"id":52255},"tags":[]},"52255":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:26:53 GMT+0100 (Mitteleuropäische Zeit)"},"52256":{"varMapping":{"__isSmartRef__":true,"id":52257},"source":"function getURLForCategoryNamed(categoryName) {\n this.ensureCategories()\n\n var relative = this.categories[categoryName];\n if (!relative) return null;\n return URL.ensureAbsoluteCodeBaseURL(relative).withRelativePartsResolved()\n}","funcProperties":{"__isSmartRef__":true,"id":52258},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52257":{"this":{"__isSmartRef__":true,"id":46484}},"52258":{"timestamp":{"__isSmartRef__":true,"id":52259},"user":"undefined","tags":[]},"52259":{"isSerializedDate":true,"string":"Sat Mar 10 2012 11:20:59 GMT+0100 (Mitteleuropäische Zeit)"},"52260":{"varMapping":{"__isSmartRef__":true,"id":52261},"source":"function makeUpPartNameFor(name) {\n if (!$morph(name)) return name;\n var i = 2;\n while($morph(name + i)) { i++ }\n return name + i;\n}","funcProperties":{"__isSmartRef__":true,"id":52262},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52261":{"this":{"__isSmartRef__":true,"id":46484}},"52262":{"timestamp":{"__isSmartRef__":true,"id":52263},"tags":[]},"52263":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"52264":{"varMapping":{"__isSmartRef__":true,"id":52265},"source":"function openPart(partMorph) {\n partMorph.setName(this.makeUpPartNameFor(partMorph.getName()));\n lively.morphic.World.current().firstHand().grabMorph(partMorph, null);\n if(partMorph.onCreateFromPartsBin) partMorph.onCreateFromPartsBin();\n partMorph.setPosition(pt(0,0));\n}","funcProperties":{"__isSmartRef__":true,"id":52266},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52265":{"this":{"__isSmartRef__":true,"id":46484}},"52266":{"timestamp":{"__isSmartRef__":true,"id":52267},"tags":[]},"52267":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"52268":{"varMapping":{"__isSmartRef__":true,"id":52269},"source":"function interactivelyRemoveSelectedPartItem(partMorph) {\n var item = this.selectedPartItem;\n if (!item) return;\n this.world().confirm(\"really delete \" + item.name + \" in PartsBin?\", function(answer) {\n\tif (!answer) return;\n\titem.del();\n\tthis.reloadEverything();\n\talertOK(\"deleted \" + item.name);\n }.bind(this))\n}","funcProperties":{"__isSmartRef__":true,"id":52270},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52269":{"this":{"__isSmartRef__":true,"id":46484}},"52270":{"timestamp":{"__isSmartRef__":true,"id":52271},"tags":[]},"52271":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"52272":{"varMapping":{"__isSmartRef__":true,"id":52273},"source":"function loadAndOpenSelectedPartItem(partMorph) {\n var item = this.selectedPartItem;\n if (!item) return;\n connect(item, 'part', this, 'openPart');\n var selectedVersion = this.get('selectedPartVersions').selection,\n\trev = selectedVersion ? selectedVersion.rev : null;\n item.loadPart(true, null, rev);\n alert('loading ' + item.name + '...');\n}","funcProperties":{"__isSmartRef__":true,"id":52274},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52273":{"this":{"__isSmartRef__":true,"id":46484}},"52274":{"timestamp":{"__isSmartRef__":true,"id":52275},"tags":[]},"52275":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"52276":{"varMapping":{"__isSmartRef__":true,"id":52277},"source":"function addCategory(categoryName, doNotUpdate) {\n if (!categoryName.startsWith(\"*\")) {\n var url = this.partsBinURL().withFilename(categoryName);\n this.addExternalCategory(categoryName, url, true);\n } else {\n this.categories[categoryName] = {isSpecialCategory: true};\n if (!doNotUpdate) {\n this.updateCategoryList(categoryName);\n }\n }\n}","funcProperties":{"__isSmartRef__":true,"id":52278},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52277":{"this":{"__isSmartRef__":true,"id":46484}},"52278":{"timestamp":{"__isSmartRef__":true,"id":52279},"tags":[]},"52279":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:58 GMT+0100 (Mitteleuropäische Zeit)"},"52280":{"varMapping":{"__isSmartRef__":true,"id":52281},"source":"function addCategoryInteractively() {\n var partsBin = this, world = this.world();\n world.prompt('Name of new category?', function(categoryName) {\n if (!categoryName || categoryName == '') {\n\t alert('no category created!')\n\t return;\n\t}\n partsBin.addCategory(categoryName)\n });\n}","funcProperties":{"__isSmartRef__":true,"id":52282},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52281":{"this":{"__isSmartRef__":true,"id":46484}},"52282":{"timestamp":{"__isSmartRef__":true,"id":52283},"tags":[]},"52283":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"52284":{"varMapping":{"__isSmartRef__":true,"id":52285},"source":"function addExternalCategory(categoryName, url, createPath) {\n url = url.asDirectory();\n this.categories[categoryName] = url;\n if (createPath) {\n this.getPartsSpaceForCategory(categoryName).ensureExistance();\n }\n this.updateCategoryList(categoryName)\n}","funcProperties":{"__isSmartRef__":true,"id":52286},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52285":{"this":{"__isSmartRef__":true,"id":46484}},"52286":{"timestamp":{"__isSmartRef__":true,"id":52287},"tags":[]},"52287":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"52288":{"varMapping":{"__isSmartRef__":true,"id":52289},"source":"function removeCategory(categoryName) {\n var url = this.getURLForCategoryNamed(categoryName);\n if (!url) {\n alert('No category ' + categoryName + ' exists! Doing nothing')\n\treturn;\n }\n var webR = new WebResource(url);\n if (!webR.exists()) {\n alert('Does not exist: ' + url);\n\tdelete this.categories[categoryName];\n\tlively.PartsBin.removePartsSpace(name);\n\tthis.updateCategoryList();\n\treturn\n }\n webR.getSubElements()\n if (!webR.subDocuments || webR.subDocuments.length > 0 ||\n !webR.subCollections || webR.subCollections.length > 0) {\n alert('Will not remove directory ' + url + ' because it is not empty')\n } else {\n webR.del();\n alertOK('Removed ' + categoryName + ' url ' + url);\n }\n delete this.categories[categoryName];\n lively.PartsBin.removePartsSpace(name);\n this.updateCategoryList();\n}","funcProperties":{"__isSmartRef__":true,"id":52290},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52289":{"this":{"__isSmartRef__":true,"id":46484}},"52290":{"timestamp":{"__isSmartRef__":true,"id":52291},"tags":[]},"52291":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"52292":{"varMapping":{"__isSmartRef__":true,"id":52293},"source":"function removeCategoryInteractively() {\n var partsBin = this, world = this.world();\n world.confirm('Really remove ' + this.categoryName + '?', function(result) {\n\tif (!result) {\n\t alert('no category removed!')\n\t return;\n\t}\n\tpartsBin.removeCategory(partsBin.categoryName)\n });\t\n}","funcProperties":{"__isSmartRef__":true,"id":52294},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52293":{"this":{"__isSmartRef__":true,"id":46484}},"52294":{"timestamp":{"__isSmartRef__":true,"id":52295},"tags":[]},"52295":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"52296":{"varMapping":{"__isSmartRef__":true,"id":52297},"source":"function interactivelyMoveSelectedPartItem(partMorph) {\n var partItem = this.selectedPartItem, categories = this.categories, self = this;\n if (!partItem) { alert('no item selected'); return }\n var items = Properties.own(categories).sort()\n .reject(function(ea) { return ea.startsWith(\"*\") || ea === self. categoryName})\n .collect(function(catName) {\n return [catName, function() {\n var url = new URL(categories[catName]);\n var partsSpace = lively.PartsBin.partsSpaceWithURL(url)\n partItem.moveToPartsSpace(partsSpace);\n self.reloadEverything();\n alertOK('Moved ' + partItem.name + ' to ' + url);\n }]\n })\n lively.morphic.Menu.openAtHand('Select category', items);\n}","funcProperties":{"__isSmartRef__":true,"id":52298},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52297":{"this":{"__isSmartRef__":true,"id":46484}},"52298":{"timestamp":{"__isSmartRef__":true,"id":52299},"user":"robertkrahn","tags":[]},"52299":{"isSerializedDate":true,"string":"Thu Jul 07 2011 16:13:12 GMT+0200 (Mitteleuropäische Sommerzeit)"},"52300":{"varMapping":{"__isSmartRef__":true,"id":52301},"source":"function setMetaInfoOfSelectedItem(metaInfo) {\n var comment = (metaInfo && metaInfo.getComment()) ||\n 'No comment yet';\n this.get('CommitLog').setTextString(this.commitLogString(metaInfo))\n\n\n this.get('selectedPartComment').textString = comment;\n}","funcProperties":{"__isSmartRef__":true,"id":52302},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52301":{"this":{"__isSmartRef__":true,"id":46484}},"52302":{"timestamp":{"__isSmartRef__":true,"id":52303},"user":"jenslincke","tags":[]},"52303":{"isSerializedDate":true,"string":"Tue Jan 31 2012 20:15:25 GMT+0100 (Mitteleuropäische Zeit)"},"52304":{"varMapping":{"__isSmartRef__":true,"id":52305},"source":"function saveCommentForSelectedPartItem(comment) {\n if (!this.selectedPartItem) {\n\talert('no part item selected!')\n\treturn;\n }\n var metaInfo = this.selectedPartItem.getMetaInfo();\n metaInfo.setComment(comment);\n this.selectedPartItem.uploadMetaInfoOnly();\n}","funcProperties":{"__isSmartRef__":true,"id":52306},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52305":{"this":{"__isSmartRef__":true,"id":46484}},"52306":{"timestamp":{"__isSmartRef__":true,"id":52307},"tags":[]},"52307":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:26:53 GMT+0100 (Mitteleuropäische Zeit)"},"52308":{"varMapping":{"__isSmartRef__":true,"id":52309},"source":"function addPartsOfCategory(categoryName) {\n var partsSpace = this.getPartsSpaceForCategory(categoryName);\n connect(partsSpace, 'partItems', this, 'addMorphsForPartItems', {\n\tconverter: function(partItemObj) { return Properties.ownValues(partItemObj) }})\n partsSpace.load(true);\n}","funcProperties":{"__isSmartRef__":true,"id":52310},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52309":{"this":{"__isSmartRef__":true,"id":46484}},"52310":{"timestamp":{"__isSmartRef__":true,"id":52311},"tags":[]},"52311":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"52312":{"varMapping":{"__isSmartRef__":true,"id":52313},"source":"function onLoadLatest(propfindXML) {\n var rawNodes = new Query(\"/D:multistatus/D:response\").findAll(propfindXML.documentElement);\n\n var svnVersionInfos = rawNodes.map(function(rawNode) { return SVNVersionInfo.fromPropfindNode(rawNode) });\n\n var top20 = svnVersionInfos\n .select(function(ea) { return ea.url.endsWith(\".json\")})\n .sortBy(function(ea) { return ea.rev}).reverse().slice(0,20);\n var top20URLs = top20.collect(function(ea) { \n return new URL(\"http://\" + URL.codeBase.hostname + ea.url)})\n \n this.addPartsFromURLs(top20URLs) \n}","funcProperties":{"__isSmartRef__":true,"id":52314},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52313":{"this":{"__isSmartRef__":true,"id":46484}},"52314":{"timestamp":{"__isSmartRef__":true,"id":52315},"tags":[]},"52315":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"52316":{"varMapping":{"__isSmartRef__":true,"id":52317},"source":"function onLoadAll(subDocuments) {\n // alertOK(\"load all \" + subDocuments.length)\n var all = subDocuments.invoke('getURL')\n .select(function(ea) {return ea.filename().endsWith(\".json\")})\n .sortBy(function(ea) {return ea.filename()});\n \n this.addPartsFromURLs(all) \n}","funcProperties":{"__isSmartRef__":true,"id":52318},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52317":{"this":{"__isSmartRef__":true,"id":46484}},"52318":{"timestamp":{"__isSmartRef__":true,"id":52319},"tags":[]},"52319":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:38:18 GMT+0100 (Mitteleuropäische Zeit)"},"52320":{"varMapping":{"__isSmartRef__":true,"id":52321},"source":"function onSearch(allPartURLs) {\n var searchString = this.get('searchText').textString;\n var matchingPartURLs = allPartURLs\n .select(function(ea) {return new RegExp(searchString, 'i').test(ea.filename())})\n .sortBy(function(ea) {return ea.filename()});\n this.addPartsFromURLs(matchingPartURLs) \n if (matchingPartURLs.length == 0)\n this.showMsg(\"nothing found for '\" + searchString + \"'\")\n}","funcProperties":{"__isSmartRef__":true,"id":52322},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52321":{"this":{"__isSmartRef__":true,"id":46484}},"52322":{"timestamp":{"__isSmartRef__":true,"id":52323},"user":"lauritz","tags":[]},"52323":{"isSerializedDate":true,"string":"Mon Dec 19 2011 19:59:19 GMT+0100 (Mitteleuropäische Zeit)"},"52324":{"varMapping":{"__isSmartRef__":true,"id":52325},"source":"function addPartsFromURLs(urls) {\n var partsBin = this,\n partItems = [];\n\n urls.forEach(function(ea) {\n var partPath = ea.relativePathFrom(URL.codeBase.withFilename(\"../\")),\n match = partPath.match(/(.*\\/)(.*).json/);\n if (match)\n partItems.push(lively.PartsBin.getPartItem(match[2], match[1]));\n });\n partsBin.addMorphsForPartItems(partItems, true);\n\n}","funcProperties":{"__isSmartRef__":true,"id":52326},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52325":{"this":{"__isSmartRef__":true,"id":46484}},"52326":{"timestamp":{"__isSmartRef__":true,"id":52327},"user":"jenslincke","tags":[]},"52327":{"isSerializedDate":true,"string":"Thu Feb 23 2012 18:39:54 GMT+0100 (Mitteleuropäische Zeit)"},"52328":{"varMapping":{"__isSmartRef__":true,"id":52329},"source":"function search(searchString) {\n this.get('categoryList').setSelection(\"*search*\");\n}","funcProperties":{"__isSmartRef__":true,"id":52330},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52329":{"this":{"__isSmartRef__":true,"id":46484}},"52330":{"timestamp":{"__isSmartRef__":true,"id":52331},"tags":[]},"52331":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"52332":{"varMapping":{"__isSmartRef__":true,"id":52333},"source":"function showMsg(string) {\n var label = new lively.morphic.Text(new Rectangle(0,0,200,30), string);\n label.applyStyle({fill: null, borderWidth: 0})\n this.get('partsBinContents').addMorph(label)\n}","funcProperties":{"__isSmartRef__":true,"id":52334},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52333":{"this":{"__isSmartRef__":true,"id":46484}},"52334":{"timestamp":{"__isSmartRef__":true,"id":52335},"user":"lauritz","tags":[]},"52335":{"isSerializedDate":true,"string":"Mon Dec 19 2011 19:59:19 GMT+0100 (Mitteleuropäische Zeit)"},"52336":{"varMapping":{"__isSmartRef__":true,"id":52337},"source":"function toggleMorePane() {\n var pane = this.get('morePane');\n moveOffset = pane.getExtent().withY(0),\n steps = 5, timePerStep = 10,\n btn = pane.get('moreButton');\n if (pane.isVisible()) {\n var dest = pane.getPosition().addPt(moveOffset.negated());\n pane.animatedInterpolateTo(dest, steps, timePerStep, function() {\n btn.setLabel('more')\n pane.setVisible(false)\n });\n\n } else {\n btn.setLabel('hide')\n pane.setVisible(true)\n this.addMorphBack(pane);\n pane.align(\n pane.bounds().topRight(), \n this.get('partsBinContents').bounds().topRight());\n // move it so that it is completely visible\n var dest = pane.getPosition().addPt(moveOffset);\n pane.animatedInterpolateTo(dest, steps, timePerStep, Functions.Null);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":52338},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52337":{"this":{"__isSmartRef__":true,"id":46484}},"52338":{"timestamp":{"__isSmartRef__":true,"id":52339},"user":"lauritz","tags":[]},"52339":{"isSerializedDate":true,"string":"Mon Dec 19 2011 19:59:19 GMT+0100 (Mitteleuropäische Zeit)"},"52340":{"varMapping":{"__isSmartRef__":true,"id":52341},"source":"function interactivelyCopySelectedPartItem(partMorph) {\n // FIXME duplication with interactivelyMoveSelectedPartItem\n var partItem = this.selectedPartItem, categories = this.categories, self = this;\n if (!partItem) { alert('no item selected'); return }\n var items = Properties.own(categories).sort()\n .reject(function(ea) { return ea.startsWith(\"*\") || ea === self. categoryName})\n .collect(function(catName) {\n return [catName, function() {\n var url = new URL(categories[catName]);\n var partsSpace = lively.PartsBin.partsSpaceWithURL(url)\n partItem.copyToPartsSpace(partsSpace);\n alertOK('Copied ' + partItem.name + ' to ' + url);\n }]\n })\n lively.morphic.Menu.openAtHand('Select category', items);\n}","funcProperties":{"__isSmartRef__":true,"id":52342},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52341":{"this":{"__isSmartRef__":true,"id":46484}},"52342":{"timestamp":{"__isSmartRef__":true,"id":52343},"user":"robertkrahn","tags":[]},"52343":{"isSerializedDate":true,"string":"Thu Jul 07 2011 16:13:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"52344":{"varMapping":{"__isSmartRef__":true,"id":52345},"source":"function partsBinUrl() {\n if (this.url) {\n return url;\n }\n return this.partsBinURL();\n}","funcProperties":{"__isSmartRef__":true,"id":52346},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52345":{"this":{"__isSmartRef__":true,"id":46484}},"52346":{"timestamp":{"__isSmartRef__":true,"id":52347},"tags":[]},"52347":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:58 GMT+0100 (Mitteleuropäische Zeit)"},"52348":{"varMapping":{"__isSmartRef__":true,"id":52349},"source":"function partsBinURL() {\n if (this.url) {\n return this.url;\n }\n return this.defaultPartsBinURL();\n}","funcProperties":{"__isSmartRef__":true,"id":52350},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52349":{"this":{"__isSmartRef__":true,"id":46484}},"52350":{"timestamp":{"__isSmartRef__":true,"id":52351},"tags":[]},"52351":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:06 GMT+0100 (Mitteleuropäische Zeit)"},"52352":{"varMapping":{"__isSmartRef__":true,"id":52353},"source":"function commitLogString(metaInfo) {\n if (!metaInfo.changes) return \"\";\n return metaInfo.changes\n .reverse()\n .collect(function(ea) {\n return Strings.format(\"%s %s: \\n %s\\n\",\n ea.date.format(\"yyyy-mm-dd HH:MM\") , \n ea.author, (ea.message || \"no comment\"));\n })\n .join('');\n}","funcProperties":{"__isSmartRef__":true,"id":52354},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52353":{"this":{"__isSmartRef__":true,"id":46484}},"52354":{"timestamp":{"__isSmartRef__":true,"id":52355},"user":"jenslincke","tags":[]},"52355":{"isSerializedDate":true,"string":"Tue Jan 31 2012 20:19:05 GMT+0100 (Mitteleuropäische Zeit)"},"52356":{"varMapping":{"__isSmartRef__":true,"id":52357},"source":"function showCommits() {\n if (!this.selectedPartItem) {\n alert('nothing selected');\n return;\n }\n var metaInfo = this.selectedPartItem.loadedMetaInfo;\n this.world().addTextWindow({\n title: 'Commits of ' + metaInfo.partName,\n content: this.commitLogString(metaInfo)\n });\n}","funcProperties":{"__isSmartRef__":true,"id":52358},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52357":{"this":{"__isSmartRef__":true,"id":46484}},"52358":{"timestamp":{"__isSmartRef__":true,"id":52359},"user":"robertkrahn","tags":[]},"52359":{"isSerializedDate":true,"string":"Mon Jan 23 2012 19:20:49 GMT+0100 (Mitteleuropäische Zeit)"},"52360":{"varMapping":{"__isSmartRef__":true,"id":52361},"source":"function setShareLink(partItem) {\n var linkText = this.get('shareLink');\n linkText.setTextString('Share Link');\n var url = 'http://www.lively-kernel.org/viral?part='\n + partItem.name + '&path=' + partItem.partsSpaceName;\n linkText.emphasizeAll({uri: url});\n}","funcProperties":{"__isSmartRef__":true,"id":52362},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52361":{"this":{"__isSmartRef__":true,"id":46484}},"52362":{"timestamp":{"__isSmartRef__":true,"id":52363},"user":"robertkrahn","tags":[]},"52363":{"isSerializedDate":true,"string":"Mon Jan 23 2012 19:45:42 GMT+0100 (Mitteleuropäische Zeit)"},"52364":{"varMapping":{"__isSmartRef__":true,"id":52365},"source":"function setSelectedPartVersions(versions) {\n // alertOK(\"set versions:\" + versions.length)\n var list = versions.collect(function(ea) {\n return { \n string: '' + ea.date.format(\"yyyy-mm-dd HH:MM\") \n + \" \" + ea.author + \" (\" + ea.rev + \")\", \n value: ea, isListItem: true}\n })\n this.get('selectedPartVersions').updateList(list)\n}","funcProperties":{"__isSmartRef__":true,"id":52366},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"52365":{"this":{"__isSmartRef__":true,"id":46484}},"52366":{"timestamp":{"__isSmartRef__":true,"id":52367},"user":"jenslincke","tags":[]},"52367":{"isSerializedDate":true,"string":"Tue Jan 31 2012 20:06:52 GMT+0100 (Mitteleuropäische Zeit)"},"52368":{"source":{"__isSmartRef__":true,"id":26167},"target":{"__isSmartRef__":true,"id":46484}},"52369":{"converter":{"__isSmartRef__":true,"id":52370}},"52370":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":52368},"source":"function (partItemObj) { return Properties.ownValues(partItemObj) }","funcProperties":{"__isSmartRef__":true,"id":52371},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"52371":{},"52372":{"sourceObj":{"__isSmartRef__":true,"id":26167},"sourceAttrName":"partItems","targetObj":{"__isSmartRef__":true,"id":52373},"targetMethodName":"addMorphsForPartItems","converterString":"function (partItemObj) { return Properties.ownValues(partItemObj) }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":58400},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":58401},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"52373":{"submorphs":[{"__isSmartRef__":true,"id":52374},{"__isSmartRef__":true,"id":52756},{"__isSmartRef__":true,"id":52771},{"__isSmartRef__":true,"id":52821},{"__isSmartRef__":true,"id":56517},{"__isSmartRef__":true,"id":56570},{"__isSmartRef__":true,"id":56623},{"__isSmartRef__":true,"id":56640},{"__isSmartRef__":true,"id":56654}],"scripts":[],"id":"CBCBF2C7-8A54-439C-935B-31C3F054DB0E","shape":{"__isSmartRef__":true,"id":57035},"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"PartsBinBrowser","partsBinMetaInfo":{"__isSmartRef__":true,"id":57042},"__SourceModuleName__":"Global.lively.morphic.Core","attributeConnections":[{"__isSmartRef__":true,"id":57045},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56979},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983}],"doNotSerialize":["$$categoryName","$$_Position","$$_Scale","$$_Rotation","$$owner","categories"],"doNotCopyProperties":["$$categoryName","$$_Position","$$_Scale","$$_Rotation","$$owner"],"selectedPartItem":{"__isSmartRef__":true,"id":54024},"layout":{"__isSmartRef__":true,"id":57046},"priorExtent":{"__isSmartRef__":true,"id":57047},"renderContextTable":{"__isSmartRef__":true,"id":57048},"eventHandler":{"__isSmartRef__":true,"id":57049},"connections":{"__isSmartRef__":true,"id":57050},"isCopyMorphRef":true,"morphRefId":1,"prevScroll":[0,0],"isBeingDragged":false,"derivationIds":[1216,"DCEC3706-0AB9-4A0C-925F-475895BE1DF7","68426E58-E2B1-4674-9B39-B68EBCF20862","2669991A-6DFB-4E8C-B5E0-7AAFEB4C1F1B","28532929-9EF2-46BB-806D-E2DEDDDD7B23","C9A10B70-D314-40FE-8F60-89C176D369BE","AB7C8D37-027C-4F1A-94C9-6D9399870560","6C0D122F-738A-4887-A71E-60CC93389047","78714529-9A42-4AF0-89F3-94DB4F3E87BC","20E86927-BBA6-45B0-AE2E-74C6531A2D8B","7547ECC2-E4E3-4F53-A5E1-54BACD597352","8CA5479C-7CD1-4FAC-90E1-B9BB8C43706D","A1030CA3-704B-46AE-9627-A2843F9D1DC2","1888759D-BC9B-436F-9782-632D1000D7FB","B758B83B-AF79-4410-B88D-5EE31D7C17A9","F4363EF4-1C16-4D29-A79F-7B414DD0F1FD","044C9B49-71AD-499B-938B-CBBF60CD1BDA","E6F808B7-2CCE-4B5C-9B6F-1D7A22B8F936","FE4AD6D7-B486-4DF5-A4A8-C92A799C9FE8"],"_Position":{"__isSmartRef__":true,"id":57052},"_Scale":1,"_Rotation":0,"owner":{"__isSmartRef__":true,"id":56743},"categoryName":"BP2012","allURLs":[{"__isSmartRef__":true,"id":57053},{"__isSmartRef__":true,"id":57054},{"__isSmartRef__":true,"id":57055},{"__isSmartRef__":true,"id":57056},{"__isSmartRef__":true,"id":57057},{"__isSmartRef__":true,"id":57058},{"__isSmartRef__":true,"id":57059},{"__isSmartRef__":true,"id":57060},{"__isSmartRef__":true,"id":57061},{"__isSmartRef__":true,"id":57062},{"__isSmartRef__":true,"id":57063},{"__isSmartRef__":true,"id":57064},{"__isSmartRef__":true,"id":57065},{"__isSmartRef__":true,"id":57066},{"__isSmartRef__":true,"id":57067},{"__isSmartRef__":true,"id":57068},{"__isSmartRef__":true,"id":57069},{"__isSmartRef__":true,"id":57070},{"__isSmartRef__":true,"id":57071},{"__isSmartRef__":true,"id":57072},{"__isSmartRef__":true,"id":57073},{"__isSmartRef__":true,"id":57074},{"__isSmartRef__":true,"id":57075},{"__isSmartRef__":true,"id":57076},{"__isSmartRef__":true,"id":57077},{"__isSmartRef__":true,"id":57078},{"__isSmartRef__":true,"id":57079},{"__isSmartRef__":true,"id":57080},{"__isSmartRef__":true,"id":57081},{"__isSmartRef__":true,"id":57082},{"__isSmartRef__":true,"id":57083},{"__isSmartRef__":true,"id":57084},{"__isSmartRef__":true,"id":57085},{"__isSmartRef__":true,"id":57086},{"__isSmartRef__":true,"id":57087},{"__isSmartRef__":true,"id":57088},{"__isSmartRef__":true,"id":57089},{"__isSmartRef__":true,"id":57090},{"__isSmartRef__":true,"id":57091},{"__isSmartRef__":true,"id":57092},{"__isSmartRef__":true,"id":57093},{"__isSmartRef__":true,"id":57094},{"__isSmartRef__":true,"id":57095},{"__isSmartRef__":true,"id":57096},{"__isSmartRef__":true,"id":57097},{"__isSmartRef__":true,"id":57098},{"__isSmartRef__":true,"id":57099},{"__isSmartRef__":true,"id":57100},{"__isSmartRef__":true,"id":57101},{"__isSmartRef__":true,"id":57102},{"__isSmartRef__":true,"id":57103},{"__isSmartRef__":true,"id":57104},{"__isSmartRef__":true,"id":57105},{"__isSmartRef__":true,"id":57106},{"__isSmartRef__":true,"id":57107},{"__isSmartRef__":true,"id":57108},{"__isSmartRef__":true,"id":57109},{"__isSmartRef__":true,"id":57110},{"__isSmartRef__":true,"id":57111},{"__isSmartRef__":true,"id":57112},{"__isSmartRef__":true,"id":57113},{"__isSmartRef__":true,"id":57114},{"__isSmartRef__":true,"id":57115},{"__isSmartRef__":true,"id":57116},{"__isSmartRef__":true,"id":57117},{"__isSmartRef__":true,"id":57118},{"__isSmartRef__":true,"id":57119},{"__isSmartRef__":true,"id":57120},{"__isSmartRef__":true,"id":57121},{"__isSmartRef__":true,"id":57122},{"__isSmartRef__":true,"id":57123},{"__isSmartRef__":true,"id":57124},{"__isSmartRef__":true,"id":57125},{"__isSmartRef__":true,"id":57126},{"__isSmartRef__":true,"id":57127},{"__isSmartRef__":true,"id":57128},{"__isSmartRef__":true,"id":57129},{"__isSmartRef__":true,"id":57130},{"__isSmartRef__":true,"id":57131},{"__isSmartRef__":true,"id":57132},{"__isSmartRef__":true,"id":57133},{"__isSmartRef__":true,"id":57134},{"__isSmartRef__":true,"id":57135},{"__isSmartRef__":true,"id":57136},{"__isSmartRef__":true,"id":57137},{"__isSmartRef__":true,"id":57138},{"__isSmartRef__":true,"id":57139},{"__isSmartRef__":true,"id":57140},{"__isSmartRef__":true,"id":57141},{"__isSmartRef__":true,"id":57142},{"__isSmartRef__":true,"id":57143},{"__isSmartRef__":true,"id":57144},{"__isSmartRef__":true,"id":57145},{"__isSmartRef__":true,"id":57146},{"__isSmartRef__":true,"id":57147},{"__isSmartRef__":true,"id":57148},{"__isSmartRef__":true,"id":57149},{"__isSmartRef__":true,"id":57150},{"__isSmartRef__":true,"id":57151},{"__isSmartRef__":true,"id":57152},{"__isSmartRef__":true,"id":57153},{"__isSmartRef__":true,"id":57154},{"__isSmartRef__":true,"id":57155},{"__isSmartRef__":true,"id":57156},{"__isSmartRef__":true,"id":57157},{"__isSmartRef__":true,"id":57158},{"__isSmartRef__":true,"id":57159},{"__isSmartRef__":true,"id":57160},{"__isSmartRef__":true,"id":57161},{"__isSmartRef__":true,"id":57162},{"__isSmartRef__":true,"id":57163},{"__isSmartRef__":true,"id":57164},{"__isSmartRef__":true,"id":57165},{"__isSmartRef__":true,"id":57166},{"__isSmartRef__":true,"id":57167},{"__isSmartRef__":true,"id":57168},{"__isSmartRef__":true,"id":57169},{"__isSmartRef__":true,"id":57170},{"__isSmartRef__":true,"id":57171},{"__isSmartRef__":true,"id":57172},{"__isSmartRef__":true,"id":57173},{"__isSmartRef__":true,"id":57174},{"__isSmartRef__":true,"id":57175},{"__isSmartRef__":true,"id":57176},{"__isSmartRef__":true,"id":57177},{"__isSmartRef__":true,"id":57178},{"__isSmartRef__":true,"id":57179},{"__isSmartRef__":true,"id":57180},{"__isSmartRef__":true,"id":57181},{"__isSmartRef__":true,"id":57182},{"__isSmartRef__":true,"id":57183},{"__isSmartRef__":true,"id":57184},{"__isSmartRef__":true,"id":57185},{"__isSmartRef__":true,"id":57186},{"__isSmartRef__":true,"id":57187},{"__isSmartRef__":true,"id":57188},{"__isSmartRef__":true,"id":57189},{"__isSmartRef__":true,"id":57190},{"__isSmartRef__":true,"id":57191},{"__isSmartRef__":true,"id":57192},{"__isSmartRef__":true,"id":57193},{"__isSmartRef__":true,"id":57194},{"__isSmartRef__":true,"id":57195},{"__isSmartRef__":true,"id":57196},{"__isSmartRef__":true,"id":57197},{"__isSmartRef__":true,"id":57198},{"__isSmartRef__":true,"id":57199},{"__isSmartRef__":true,"id":57200},{"__isSmartRef__":true,"id":57201},{"__isSmartRef__":true,"id":57202},{"__isSmartRef__":true,"id":57203},{"__isSmartRef__":true,"id":57204},{"__isSmartRef__":true,"id":57205},{"__isSmartRef__":true,"id":57206},{"__isSmartRef__":true,"id":57207},{"__isSmartRef__":true,"id":57208},{"__isSmartRef__":true,"id":57209},{"__isSmartRef__":true,"id":57210},{"__isSmartRef__":true,"id":57211},{"__isSmartRef__":true,"id":57212},{"__isSmartRef__":true,"id":57213},{"__isSmartRef__":true,"id":57214},{"__isSmartRef__":true,"id":57215},{"__isSmartRef__":true,"id":57216},{"__isSmartRef__":true,"id":57217},{"__isSmartRef__":true,"id":57218},{"__isSmartRef__":true,"id":57219},{"__isSmartRef__":true,"id":57220},{"__isSmartRef__":true,"id":57221},{"__isSmartRef__":true,"id":57222},{"__isSmartRef__":true,"id":57223},{"__isSmartRef__":true,"id":57224},{"__isSmartRef__":true,"id":57225},{"__isSmartRef__":true,"id":57226},{"__isSmartRef__":true,"id":57227},{"__isSmartRef__":true,"id":57228},{"__isSmartRef__":true,"id":57229},{"__isSmartRef__":true,"id":57230},{"__isSmartRef__":true,"id":57231},{"__isSmartRef__":true,"id":57232},{"__isSmartRef__":true,"id":57233},{"__isSmartRef__":true,"id":57234},{"__isSmartRef__":true,"id":57235},{"__isSmartRef__":true,"id":57236},{"__isSmartRef__":true,"id":57237},{"__isSmartRef__":true,"id":57238},{"__isSmartRef__":true,"id":57239},{"__isSmartRef__":true,"id":57240},{"__isSmartRef__":true,"id":57241},{"__isSmartRef__":true,"id":57242},{"__isSmartRef__":true,"id":57243},{"__isSmartRef__":true,"id":57244},{"__isSmartRef__":true,"id":57245},{"__isSmartRef__":true,"id":57246},{"__isSmartRef__":true,"id":57247},{"__isSmartRef__":true,"id":57248},{"__isSmartRef__":true,"id":57249},{"__isSmartRef__":true,"id":57250},{"__isSmartRef__":true,"id":57251},{"__isSmartRef__":true,"id":57252},{"__isSmartRef__":true,"id":57253},{"__isSmartRef__":true,"id":57254},{"__isSmartRef__":true,"id":57255},{"__isSmartRef__":true,"id":57256},{"__isSmartRef__":true,"id":57257},{"__isSmartRef__":true,"id":57258},{"__isSmartRef__":true,"id":57259},{"__isSmartRef__":true,"id":57260},{"__isSmartRef__":true,"id":57261},{"__isSmartRef__":true,"id":57262},{"__isSmartRef__":true,"id":57263},{"__isSmartRef__":true,"id":57264},{"__isSmartRef__":true,"id":57265},{"__isSmartRef__":true,"id":57266},{"__isSmartRef__":true,"id":57267},{"__isSmartRef__":true,"id":57268},{"__isSmartRef__":true,"id":57269},{"__isSmartRef__":true,"id":57270},{"__isSmartRef__":true,"id":57271},{"__isSmartRef__":true,"id":57272},{"__isSmartRef__":true,"id":57273},{"__isSmartRef__":true,"id":57274},{"__isSmartRef__":true,"id":57275},{"__isSmartRef__":true,"id":57276},{"__isSmartRef__":true,"id":57277},{"__isSmartRef__":true,"id":57278},{"__isSmartRef__":true,"id":57279},{"__isSmartRef__":true,"id":57280},{"__isSmartRef__":true,"id":57281},{"__isSmartRef__":true,"id":57282},{"__isSmartRef__":true,"id":57283},{"__isSmartRef__":true,"id":57284},{"__isSmartRef__":true,"id":57285},{"__isSmartRef__":true,"id":57286},{"__isSmartRef__":true,"id":57287},{"__isSmartRef__":true,"id":57288},{"__isSmartRef__":true,"id":57289},{"__isSmartRef__":true,"id":57290},{"__isSmartRef__":true,"id":57291},{"__isSmartRef__":true,"id":57292},{"__isSmartRef__":true,"id":57293},{"__isSmartRef__":true,"id":57294},{"__isSmartRef__":true,"id":57295},{"__isSmartRef__":true,"id":57296},{"__isSmartRef__":true,"id":57297},{"__isSmartRef__":true,"id":57298},{"__isSmartRef__":true,"id":57299},{"__isSmartRef__":true,"id":57300},{"__isSmartRef__":true,"id":57301},{"__isSmartRef__":true,"id":57302},{"__isSmartRef__":true,"id":57303},{"__isSmartRef__":true,"id":57304},{"__isSmartRef__":true,"id":57305},{"__isSmartRef__":true,"id":57306},{"__isSmartRef__":true,"id":57307},{"__isSmartRef__":true,"id":57308},{"__isSmartRef__":true,"id":57309},{"__isSmartRef__":true,"id":57310},{"__isSmartRef__":true,"id":57311},{"__isSmartRef__":true,"id":57312},{"__isSmartRef__":true,"id":57313},{"__isSmartRef__":true,"id":57314},{"__isSmartRef__":true,"id":57315},{"__isSmartRef__":true,"id":57316},{"__isSmartRef__":true,"id":57317},{"__isSmartRef__":true,"id":57318},{"__isSmartRef__":true,"id":57319},{"__isSmartRef__":true,"id":57320},{"__isSmartRef__":true,"id":57321},{"__isSmartRef__":true,"id":57322},{"__isSmartRef__":true,"id":57323},{"__isSmartRef__":true,"id":57324},{"__isSmartRef__":true,"id":57325},{"__isSmartRef__":true,"id":57326},{"__isSmartRef__":true,"id":57327},{"__isSmartRef__":true,"id":57328},{"__isSmartRef__":true,"id":57329},{"__isSmartRef__":true,"id":57330},{"__isSmartRef__":true,"id":57331},{"__isSmartRef__":true,"id":57332},{"__isSmartRef__":true,"id":57333},{"__isSmartRef__":true,"id":57334},{"__isSmartRef__":true,"id":57335},{"__isSmartRef__":true,"id":57336},{"__isSmartRef__":true,"id":57337},{"__isSmartRef__":true,"id":57338},{"__isSmartRef__":true,"id":57339},{"__isSmartRef__":true,"id":57340},{"__isSmartRef__":true,"id":57341},{"__isSmartRef__":true,"id":57342},{"__isSmartRef__":true,"id":57343},{"__isSmartRef__":true,"id":57344},{"__isSmartRef__":true,"id":57345},{"__isSmartRef__":true,"id":57346},{"__isSmartRef__":true,"id":57347},{"__isSmartRef__":true,"id":57348},{"__isSmartRef__":true,"id":57349},{"__isSmartRef__":true,"id":57350},{"__isSmartRef__":true,"id":57351},{"__isSmartRef__":true,"id":57352},{"__isSmartRef__":true,"id":57353},{"__isSmartRef__":true,"id":57354},{"__isSmartRef__":true,"id":57355},{"__isSmartRef__":true,"id":57356},{"__isSmartRef__":true,"id":57357},{"__isSmartRef__":true,"id":57358},{"__isSmartRef__":true,"id":57359},{"__isSmartRef__":true,"id":57360},{"__isSmartRef__":true,"id":57361},{"__isSmartRef__":true,"id":57362},{"__isSmartRef__":true,"id":57363},{"__isSmartRef__":true,"id":57364},{"__isSmartRef__":true,"id":57365},{"__isSmartRef__":true,"id":57366},{"__isSmartRef__":true,"id":57367},{"__isSmartRef__":true,"id":57368},{"__isSmartRef__":true,"id":57369},{"__isSmartRef__":true,"id":57370},{"__isSmartRef__":true,"id":57371},{"__isSmartRef__":true,"id":57372},{"__isSmartRef__":true,"id":57373},{"__isSmartRef__":true,"id":57374},{"__isSmartRef__":true,"id":57375},{"__isSmartRef__":true,"id":57376},{"__isSmartRef__":true,"id":57377},{"__isSmartRef__":true,"id":57378},{"__isSmartRef__":true,"id":57379},{"__isSmartRef__":true,"id":57380},{"__isSmartRef__":true,"id":57381},{"__isSmartRef__":true,"id":57382},{"__isSmartRef__":true,"id":57383},{"__isSmartRef__":true,"id":57384},{"__isSmartRef__":true,"id":57385},{"__isSmartRef__":true,"id":57386},{"__isSmartRef__":true,"id":57387},{"__isSmartRef__":true,"id":57388},{"__isSmartRef__":true,"id":57389},{"__isSmartRef__":true,"id":57390},{"__isSmartRef__":true,"id":57391},{"__isSmartRef__":true,"id":57392},{"__isSmartRef__":true,"id":57393},{"__isSmartRef__":true,"id":57394},{"__isSmartRef__":true,"id":57395},{"__isSmartRef__":true,"id":57396},{"__isSmartRef__":true,"id":57397},{"__isSmartRef__":true,"id":57398},{"__isSmartRef__":true,"id":57399},{"__isSmartRef__":true,"id":57400},{"__isSmartRef__":true,"id":57401},{"__isSmartRef__":true,"id":57402},{"__isSmartRef__":true,"id":57403},{"__isSmartRef__":true,"id":57404},{"__isSmartRef__":true,"id":57405},{"__isSmartRef__":true,"id":57406},{"__isSmartRef__":true,"id":57407},{"__isSmartRef__":true,"id":57408},{"__isSmartRef__":true,"id":57409},{"__isSmartRef__":true,"id":57410},{"__isSmartRef__":true,"id":57411},{"__isSmartRef__":true,"id":57412},{"__isSmartRef__":true,"id":57413},{"__isSmartRef__":true,"id":57414},{"__isSmartRef__":true,"id":57415},{"__isSmartRef__":true,"id":57416},{"__isSmartRef__":true,"id":57417},{"__isSmartRef__":true,"id":57418},{"__isSmartRef__":true,"id":57419},{"__isSmartRef__":true,"id":57420},{"__isSmartRef__":true,"id":57421},{"__isSmartRef__":true,"id":57422},{"__isSmartRef__":true,"id":57423},{"__isSmartRef__":true,"id":57424},{"__isSmartRef__":true,"id":57425},{"__isSmartRef__":true,"id":57426},{"__isSmartRef__":true,"id":57427},{"__isSmartRef__":true,"id":57428},{"__isSmartRef__":true,"id":57429},{"__isSmartRef__":true,"id":57430},{"__isSmartRef__":true,"id":57431},{"__isSmartRef__":true,"id":57432},{"__isSmartRef__":true,"id":57433},{"__isSmartRef__":true,"id":57434},{"__isSmartRef__":true,"id":57435},{"__isSmartRef__":true,"id":57436},{"__isSmartRef__":true,"id":57437},{"__isSmartRef__":true,"id":57438},{"__isSmartRef__":true,"id":57439},{"__isSmartRef__":true,"id":57440},{"__isSmartRef__":true,"id":57441},{"__isSmartRef__":true,"id":57442},{"__isSmartRef__":true,"id":57443},{"__isSmartRef__":true,"id":57444},{"__isSmartRef__":true,"id":57445},{"__isSmartRef__":true,"id":57446},{"__isSmartRef__":true,"id":57447},{"__isSmartRef__":true,"id":57448},{"__isSmartRef__":true,"id":57449},{"__isSmartRef__":true,"id":57450},{"__isSmartRef__":true,"id":57451},{"__isSmartRef__":true,"id":57452},{"__isSmartRef__":true,"id":57453},{"__isSmartRef__":true,"id":57454},{"__isSmartRef__":true,"id":57455},{"__isSmartRef__":true,"id":57456},{"__isSmartRef__":true,"id":57457},{"__isSmartRef__":true,"id":57458},{"__isSmartRef__":true,"id":57459},{"__isSmartRef__":true,"id":57460},{"__isSmartRef__":true,"id":57461},{"__isSmartRef__":true,"id":57462},{"__isSmartRef__":true,"id":57463},{"__isSmartRef__":true,"id":57464},{"__isSmartRef__":true,"id":57465},{"__isSmartRef__":true,"id":57466},{"__isSmartRef__":true,"id":57467},{"__isSmartRef__":true,"id":57468},{"__isSmartRef__":true,"id":57469},{"__isSmartRef__":true,"id":57470},{"__isSmartRef__":true,"id":57471},{"__isSmartRef__":true,"id":57472},{"__isSmartRef__":true,"id":57473},{"__isSmartRef__":true,"id":57474},{"__isSmartRef__":true,"id":57475},{"__isSmartRef__":true,"id":57476},{"__isSmartRef__":true,"id":57477},{"__isSmartRef__":true,"id":57478},{"__isSmartRef__":true,"id":57479},{"__isSmartRef__":true,"id":57480},{"__isSmartRef__":true,"id":57481},{"__isSmartRef__":true,"id":57482},{"__isSmartRef__":true,"id":57483},{"__isSmartRef__":true,"id":57484},{"__isSmartRef__":true,"id":57485},{"__isSmartRef__":true,"id":57486},{"__isSmartRef__":true,"id":57487},{"__isSmartRef__":true,"id":57488},{"__isSmartRef__":true,"id":57489},{"__isSmartRef__":true,"id":57490},{"__isSmartRef__":true,"id":57491},{"__isSmartRef__":true,"id":57492},{"__isSmartRef__":true,"id":57493},{"__isSmartRef__":true,"id":57494},{"__isSmartRef__":true,"id":57495},{"__isSmartRef__":true,"id":57496},{"__isSmartRef__":true,"id":57497},{"__isSmartRef__":true,"id":57498},{"__isSmartRef__":true,"id":57499},{"__isSmartRef__":true,"id":57500},{"__isSmartRef__":true,"id":57501},{"__isSmartRef__":true,"id":57502},{"__isSmartRef__":true,"id":57503},{"__isSmartRef__":true,"id":57504},{"__isSmartRef__":true,"id":57505},{"__isSmartRef__":true,"id":57506},{"__isSmartRef__":true,"id":57507},{"__isSmartRef__":true,"id":57508},{"__isSmartRef__":true,"id":57509},{"__isSmartRef__":true,"id":57510},{"__isSmartRef__":true,"id":57511},{"__isSmartRef__":true,"id":57512},{"__isSmartRef__":true,"id":57513},{"__isSmartRef__":true,"id":57514},{"__isSmartRef__":true,"id":57515},{"__isSmartRef__":true,"id":57516},{"__isSmartRef__":true,"id":57517},{"__isSmartRef__":true,"id":57518},{"__isSmartRef__":true,"id":57519},{"__isSmartRef__":true,"id":57520},{"__isSmartRef__":true,"id":57521},{"__isSmartRef__":true,"id":57522},{"__isSmartRef__":true,"id":57523},{"__isSmartRef__":true,"id":57524},{"__isSmartRef__":true,"id":57525},{"__isSmartRef__":true,"id":57526},{"__isSmartRef__":true,"id":57527},{"__isSmartRef__":true,"id":57528},{"__isSmartRef__":true,"id":57529},{"__isSmartRef__":true,"id":57530},{"__isSmartRef__":true,"id":57531},{"__isSmartRef__":true,"id":57532},{"__isSmartRef__":true,"id":57533},{"__isSmartRef__":true,"id":57534},{"__isSmartRef__":true,"id":57535},{"__isSmartRef__":true,"id":57536},{"__isSmartRef__":true,"id":57537},{"__isSmartRef__":true,"id":57538},{"__isSmartRef__":true,"id":57539},{"__isSmartRef__":true,"id":57540},{"__isSmartRef__":true,"id":57541},{"__isSmartRef__":true,"id":57542},{"__isSmartRef__":true,"id":57543},{"__isSmartRef__":true,"id":57544},{"__isSmartRef__":true,"id":57545},{"__isSmartRef__":true,"id":57546},{"__isSmartRef__":true,"id":57547},{"__isSmartRef__":true,"id":57548},{"__isSmartRef__":true,"id":57549},{"__isSmartRef__":true,"id":57550},{"__isSmartRef__":true,"id":57551},{"__isSmartRef__":true,"id":57552},{"__isSmartRef__":true,"id":57553},{"__isSmartRef__":true,"id":57554},{"__isSmartRef__":true,"id":57555},{"__isSmartRef__":true,"id":57556},{"__isSmartRef__":true,"id":57557},{"__isSmartRef__":true,"id":57558},{"__isSmartRef__":true,"id":57559},{"__isSmartRef__":true,"id":57560},{"__isSmartRef__":true,"id":57561},{"__isSmartRef__":true,"id":57562},{"__isSmartRef__":true,"id":57563},{"__isSmartRef__":true,"id":57564},{"__isSmartRef__":true,"id":57565},{"__isSmartRef__":true,"id":57566},{"__isSmartRef__":true,"id":57567},{"__isSmartRef__":true,"id":57568},{"__isSmartRef__":true,"id":57569},{"__isSmartRef__":true,"id":57570},{"__isSmartRef__":true,"id":57571},{"__isSmartRef__":true,"id":57572},{"__isSmartRef__":true,"id":57573},{"__isSmartRef__":true,"id":57574},{"__isSmartRef__":true,"id":57575},{"__isSmartRef__":true,"id":57576},{"__isSmartRef__":true,"id":57577},{"__isSmartRef__":true,"id":57578},{"__isSmartRef__":true,"id":57579},{"__isSmartRef__":true,"id":57580},{"__isSmartRef__":true,"id":57581},{"__isSmartRef__":true,"id":57582},{"__isSmartRef__":true,"id":57583},{"__isSmartRef__":true,"id":57584},{"__isSmartRef__":true,"id":57585},{"__isSmartRef__":true,"id":57586},{"__isSmartRef__":true,"id":57587},{"__isSmartRef__":true,"id":57588},{"__isSmartRef__":true,"id":57589},{"__isSmartRef__":true,"id":57590},{"__isSmartRef__":true,"id":57591},{"__isSmartRef__":true,"id":57592},{"__isSmartRef__":true,"id":57593},{"__isSmartRef__":true,"id":57594},{"__isSmartRef__":true,"id":57595},{"__isSmartRef__":true,"id":57596},{"__isSmartRef__":true,"id":57597},{"__isSmartRef__":true,"id":57598},{"__isSmartRef__":true,"id":57599},{"__isSmartRef__":true,"id":57600},{"__isSmartRef__":true,"id":57601},{"__isSmartRef__":true,"id":57602},{"__isSmartRef__":true,"id":57603},{"__isSmartRef__":true,"id":57604},{"__isSmartRef__":true,"id":57605},{"__isSmartRef__":true,"id":57606},{"__isSmartRef__":true,"id":57607},{"__isSmartRef__":true,"id":57608},{"__isSmartRef__":true,"id":57609},{"__isSmartRef__":true,"id":57610},{"__isSmartRef__":true,"id":57611},{"__isSmartRef__":true,"id":57612},{"__isSmartRef__":true,"id":57613},{"__isSmartRef__":true,"id":57614},{"__isSmartRef__":true,"id":57615},{"__isSmartRef__":true,"id":57616},{"__isSmartRef__":true,"id":57617},{"__isSmartRef__":true,"id":57618},{"__isSmartRef__":true,"id":57619},{"__isSmartRef__":true,"id":57620},{"__isSmartRef__":true,"id":57621},{"__isSmartRef__":true,"id":57622},{"__isSmartRef__":true,"id":57623},{"__isSmartRef__":true,"id":57624},{"__isSmartRef__":true,"id":57625},{"__isSmartRef__":true,"id":57626},{"__isSmartRef__":true,"id":57627},{"__isSmartRef__":true,"id":57628},{"__isSmartRef__":true,"id":57629},{"__isSmartRef__":true,"id":57630},{"__isSmartRef__":true,"id":57631},{"__isSmartRef__":true,"id":57632},{"__isSmartRef__":true,"id":57633},{"__isSmartRef__":true,"id":57634},{"__isSmartRef__":true,"id":57635},{"__isSmartRef__":true,"id":57636},{"__isSmartRef__":true,"id":57637},{"__isSmartRef__":true,"id":57638},{"__isSmartRef__":true,"id":57639},{"__isSmartRef__":true,"id":57640},{"__isSmartRef__":true,"id":57641},{"__isSmartRef__":true,"id":57642},{"__isSmartRef__":true,"id":57643},{"__isSmartRef__":true,"id":57644},{"__isSmartRef__":true,"id":57645},{"__isSmartRef__":true,"id":57646},{"__isSmartRef__":true,"id":57647},{"__isSmartRef__":true,"id":57648},{"__isSmartRef__":true,"id":57649},{"__isSmartRef__":true,"id":57650},{"__isSmartRef__":true,"id":57651},{"__isSmartRef__":true,"id":57652},{"__isSmartRef__":true,"id":57653},{"__isSmartRef__":true,"id":57654},{"__isSmartRef__":true,"id":57655},{"__isSmartRef__":true,"id":57656},{"__isSmartRef__":true,"id":57657},{"__isSmartRef__":true,"id":57658},{"__isSmartRef__":true,"id":57659},{"__isSmartRef__":true,"id":57660},{"__isSmartRef__":true,"id":57661},{"__isSmartRef__":true,"id":57662},{"__isSmartRef__":true,"id":57663},{"__isSmartRef__":true,"id":57664},{"__isSmartRef__":true,"id":57665},{"__isSmartRef__":true,"id":57666},{"__isSmartRef__":true,"id":57667},{"__isSmartRef__":true,"id":57668},{"__isSmartRef__":true,"id":57669},{"__isSmartRef__":true,"id":57670},{"__isSmartRef__":true,"id":57671},{"__isSmartRef__":true,"id":57672},{"__isSmartRef__":true,"id":57673},{"__isSmartRef__":true,"id":57674},{"__isSmartRef__":true,"id":57675},{"__isSmartRef__":true,"id":57676},{"__isSmartRef__":true,"id":57677},{"__isSmartRef__":true,"id":57678},{"__isSmartRef__":true,"id":57679},{"__isSmartRef__":true,"id":57680},{"__isSmartRef__":true,"id":57681},{"__isSmartRef__":true,"id":57682},{"__isSmartRef__":true,"id":57683},{"__isSmartRef__":true,"id":57684},{"__isSmartRef__":true,"id":57685},{"__isSmartRef__":true,"id":57686},{"__isSmartRef__":true,"id":57687},{"__isSmartRef__":true,"id":57688},{"__isSmartRef__":true,"id":57689},{"__isSmartRef__":true,"id":57690},{"__isSmartRef__":true,"id":57691},{"__isSmartRef__":true,"id":57692},{"__isSmartRef__":true,"id":57693},{"__isSmartRef__":true,"id":57694},{"__isSmartRef__":true,"id":57695},{"__isSmartRef__":true,"id":57696},{"__isSmartRef__":true,"id":57697},{"__isSmartRef__":true,"id":57698},{"__isSmartRef__":true,"id":57699},{"__isSmartRef__":true,"id":57700},{"__isSmartRef__":true,"id":57701},{"__isSmartRef__":true,"id":57702},{"__isSmartRef__":true,"id":57703},{"__isSmartRef__":true,"id":57704},{"__isSmartRef__":true,"id":57705},{"__isSmartRef__":true,"id":57706},{"__isSmartRef__":true,"id":57707},{"__isSmartRef__":true,"id":57708},{"__isSmartRef__":true,"id":57709},{"__isSmartRef__":true,"id":57710},{"__isSmartRef__":true,"id":57711},{"__isSmartRef__":true,"id":57712},{"__isSmartRef__":true,"id":57713},{"__isSmartRef__":true,"id":57714},{"__isSmartRef__":true,"id":57715},{"__isSmartRef__":true,"id":57716},{"__isSmartRef__":true,"id":57717},{"__isSmartRef__":true,"id":57718},{"__isSmartRef__":true,"id":57719},{"__isSmartRef__":true,"id":57720},{"__isSmartRef__":true,"id":57721},{"__isSmartRef__":true,"id":57722},{"__isSmartRef__":true,"id":57723},{"__isSmartRef__":true,"id":57724},{"__isSmartRef__":true,"id":57725},{"__isSmartRef__":true,"id":57726},{"__isSmartRef__":true,"id":57727},{"__isSmartRef__":true,"id":57728},{"__isSmartRef__":true,"id":57729},{"__isSmartRef__":true,"id":57730},{"__isSmartRef__":true,"id":57731},{"__isSmartRef__":true,"id":57732},{"__isSmartRef__":true,"id":57733},{"__isSmartRef__":true,"id":57734},{"__isSmartRef__":true,"id":57735},{"__isSmartRef__":true,"id":57736},{"__isSmartRef__":true,"id":57737},{"__isSmartRef__":true,"id":57738},{"__isSmartRef__":true,"id":57739},{"__isSmartRef__":true,"id":57740},{"__isSmartRef__":true,"id":57741},{"__isSmartRef__":true,"id":57742},{"__isSmartRef__":true,"id":57743},{"__isSmartRef__":true,"id":57744},{"__isSmartRef__":true,"id":57745},{"__isSmartRef__":true,"id":57746},{"__isSmartRef__":true,"id":57747},{"__isSmartRef__":true,"id":57748},{"__isSmartRef__":true,"id":57749},{"__isSmartRef__":true,"id":57750},{"__isSmartRef__":true,"id":57751},{"__isSmartRef__":true,"id":57752},{"__isSmartRef__":true,"id":57753},{"__isSmartRef__":true,"id":57754},{"__isSmartRef__":true,"id":57755},{"__isSmartRef__":true,"id":57756},{"__isSmartRef__":true,"id":57757},{"__isSmartRef__":true,"id":57758},{"__isSmartRef__":true,"id":57759},{"__isSmartRef__":true,"id":57760},{"__isSmartRef__":true,"id":57761},{"__isSmartRef__":true,"id":57762},{"__isSmartRef__":true,"id":57763},{"__isSmartRef__":true,"id":57764},{"__isSmartRef__":true,"id":57765},{"__isSmartRef__":true,"id":57766},{"__isSmartRef__":true,"id":57767},{"__isSmartRef__":true,"id":57768},{"__isSmartRef__":true,"id":57769},{"__isSmartRef__":true,"id":57770},{"__isSmartRef__":true,"id":57771},{"__isSmartRef__":true,"id":57772},{"__isSmartRef__":true,"id":57773},{"__isSmartRef__":true,"id":57774},{"__isSmartRef__":true,"id":57775},{"__isSmartRef__":true,"id":57776},{"__isSmartRef__":true,"id":57777},{"__isSmartRef__":true,"id":57778},{"__isSmartRef__":true,"id":57779},{"__isSmartRef__":true,"id":57780},{"__isSmartRef__":true,"id":57781},{"__isSmartRef__":true,"id":57782},{"__isSmartRef__":true,"id":57783},{"__isSmartRef__":true,"id":57784},{"__isSmartRef__":true,"id":57785},{"__isSmartRef__":true,"id":57786},{"__isSmartRef__":true,"id":57787},{"__isSmartRef__":true,"id":57788},{"__isSmartRef__":true,"id":57789},{"__isSmartRef__":true,"id":57790},{"__isSmartRef__":true,"id":57791},{"__isSmartRef__":true,"id":57792},{"__isSmartRef__":true,"id":57793},{"__isSmartRef__":true,"id":57794},{"__isSmartRef__":true,"id":57795},{"__isSmartRef__":true,"id":57796},{"__isSmartRef__":true,"id":57797},{"__isSmartRef__":true,"id":57798},{"__isSmartRef__":true,"id":57799},{"__isSmartRef__":true,"id":57800},{"__isSmartRef__":true,"id":57801},{"__isSmartRef__":true,"id":57802},{"__isSmartRef__":true,"id":57803},{"__isSmartRef__":true,"id":57804},{"__isSmartRef__":true,"id":57805},{"__isSmartRef__":true,"id":57806},{"__isSmartRef__":true,"id":57807},{"__isSmartRef__":true,"id":57808},{"__isSmartRef__":true,"id":57809},{"__isSmartRef__":true,"id":57810},{"__isSmartRef__":true,"id":57811},{"__isSmartRef__":true,"id":57812},{"__isSmartRef__":true,"id":57813},{"__isSmartRef__":true,"id":57814},{"__isSmartRef__":true,"id":57815},{"__isSmartRef__":true,"id":57816},{"__isSmartRef__":true,"id":57817},{"__isSmartRef__":true,"id":57818},{"__isSmartRef__":true,"id":57819},{"__isSmartRef__":true,"id":57820},{"__isSmartRef__":true,"id":57821},{"__isSmartRef__":true,"id":57822},{"__isSmartRef__":true,"id":57823},{"__isSmartRef__":true,"id":57824},{"__isSmartRef__":true,"id":57825},{"__isSmartRef__":true,"id":57826},{"__isSmartRef__":true,"id":57827},{"__isSmartRef__":true,"id":57828},{"__isSmartRef__":true,"id":57829},{"__isSmartRef__":true,"id":57830},{"__isSmartRef__":true,"id":57831},{"__isSmartRef__":true,"id":57832},{"__isSmartRef__":true,"id":57833},{"__isSmartRef__":true,"id":57834},{"__isSmartRef__":true,"id":57835},{"__isSmartRef__":true,"id":57836},{"__isSmartRef__":true,"id":57837},{"__isSmartRef__":true,"id":57838},{"__isSmartRef__":true,"id":57839},{"__isSmartRef__":true,"id":57840},{"__isSmartRef__":true,"id":57841},{"__isSmartRef__":true,"id":57842},{"__isSmartRef__":true,"id":57843},{"__isSmartRef__":true,"id":57844},{"__isSmartRef__":true,"id":57845},{"__isSmartRef__":true,"id":57846},{"__isSmartRef__":true,"id":57847},{"__isSmartRef__":true,"id":57848},{"__isSmartRef__":true,"id":57849},{"__isSmartRef__":true,"id":57850},{"__isSmartRef__":true,"id":57851},{"__isSmartRef__":true,"id":57852},{"__isSmartRef__":true,"id":57853},{"__isSmartRef__":true,"id":57854},{"__isSmartRef__":true,"id":57855},{"__isSmartRef__":true,"id":57856},{"__isSmartRef__":true,"id":57857},{"__isSmartRef__":true,"id":57858},{"__isSmartRef__":true,"id":57859},{"__isSmartRef__":true,"id":57860},{"__isSmartRef__":true,"id":57861},{"__isSmartRef__":true,"id":57862},{"__isSmartRef__":true,"id":57863},{"__isSmartRef__":true,"id":57864},{"__isSmartRef__":true,"id":57865},{"__isSmartRef__":true,"id":57866},{"__isSmartRef__":true,"id":57867},{"__isSmartRef__":true,"id":57868},{"__isSmartRef__":true,"id":57869},{"__isSmartRef__":true,"id":57870},{"__isSmartRef__":true,"id":57871},{"__isSmartRef__":true,"id":57872},{"__isSmartRef__":true,"id":57873},{"__isSmartRef__":true,"id":57874},{"__isSmartRef__":true,"id":57875},{"__isSmartRef__":true,"id":57876},{"__isSmartRef__":true,"id":57877},{"__isSmartRef__":true,"id":57878},{"__isSmartRef__":true,"id":57879},{"__isSmartRef__":true,"id":57880},{"__isSmartRef__":true,"id":57881},{"__isSmartRef__":true,"id":57882},{"__isSmartRef__":true,"id":57883},{"__isSmartRef__":true,"id":57884},{"__isSmartRef__":true,"id":57885},{"__isSmartRef__":true,"id":57886},{"__isSmartRef__":true,"id":57887},{"__isSmartRef__":true,"id":57888},{"__isSmartRef__":true,"id":57889},{"__isSmartRef__":true,"id":57890},{"__isSmartRef__":true,"id":57891},{"__isSmartRef__":true,"id":57892},{"__isSmartRef__":true,"id":57893},{"__isSmartRef__":true,"id":57894},{"__isSmartRef__":true,"id":57895},{"__isSmartRef__":true,"id":57896},{"__isSmartRef__":true,"id":57897},{"__isSmartRef__":true,"id":57898},{"__isSmartRef__":true,"id":57899},{"__isSmartRef__":true,"id":57900},{"__isSmartRef__":true,"id":57901},{"__isSmartRef__":true,"id":57902},{"__isSmartRef__":true,"id":57903},{"__isSmartRef__":true,"id":57904},{"__isSmartRef__":true,"id":57905},{"__isSmartRef__":true,"id":57906},{"__isSmartRef__":true,"id":57907},{"__isSmartRef__":true,"id":57908},{"__isSmartRef__":true,"id":57909},{"__isSmartRef__":true,"id":57910},{"__isSmartRef__":true,"id":57911},{"__isSmartRef__":true,"id":57912},{"__isSmartRef__":true,"id":57913},{"__isSmartRef__":true,"id":57914},{"__isSmartRef__":true,"id":57915},{"__isSmartRef__":true,"id":57916},{"__isSmartRef__":true,"id":57917},{"__isSmartRef__":true,"id":57918},{"__isSmartRef__":true,"id":57919},{"__isSmartRef__":true,"id":57920},{"__isSmartRef__":true,"id":57921},{"__isSmartRef__":true,"id":57922},{"__isSmartRef__":true,"id":57923},{"__isSmartRef__":true,"id":57924},{"__isSmartRef__":true,"id":57925},{"__isSmartRef__":true,"id":57926},{"__isSmartRef__":true,"id":57927},{"__isSmartRef__":true,"id":57928},{"__isSmartRef__":true,"id":57929},{"__isSmartRef__":true,"id":57930},{"__isSmartRef__":true,"id":57931},{"__isSmartRef__":true,"id":57932},{"__isSmartRef__":true,"id":57933},{"__isSmartRef__":true,"id":57934},{"__isSmartRef__":true,"id":57935},{"__isSmartRef__":true,"id":57936},{"__isSmartRef__":true,"id":57937},{"__isSmartRef__":true,"id":57938},{"__isSmartRef__":true,"id":57939},{"__isSmartRef__":true,"id":57940},{"__isSmartRef__":true,"id":57941},{"__isSmartRef__":true,"id":57942},{"__isSmartRef__":true,"id":57943},{"__isSmartRef__":true,"id":57944},{"__isSmartRef__":true,"id":57945},{"__isSmartRef__":true,"id":57946},{"__isSmartRef__":true,"id":57947},{"__isSmartRef__":true,"id":57948},{"__isSmartRef__":true,"id":57949},{"__isSmartRef__":true,"id":57950},{"__isSmartRef__":true,"id":57951},{"__isSmartRef__":true,"id":57952},{"__isSmartRef__":true,"id":57953},{"__isSmartRef__":true,"id":57954},{"__isSmartRef__":true,"id":57955},{"__isSmartRef__":true,"id":57956},{"__isSmartRef__":true,"id":57957},{"__isSmartRef__":true,"id":57958},{"__isSmartRef__":true,"id":57959},{"__isSmartRef__":true,"id":57960},{"__isSmartRef__":true,"id":57961},{"__isSmartRef__":true,"id":57962},{"__isSmartRef__":true,"id":57963},{"__isSmartRef__":true,"id":57964},{"__isSmartRef__":true,"id":57965},{"__isSmartRef__":true,"id":57966},{"__isSmartRef__":true,"id":57967},{"__isSmartRef__":true,"id":57968},{"__isSmartRef__":true,"id":57969},{"__isSmartRef__":true,"id":57970},{"__isSmartRef__":true,"id":57971},{"__isSmartRef__":true,"id":57972},{"__isSmartRef__":true,"id":57973},{"__isSmartRef__":true,"id":57974},{"__isSmartRef__":true,"id":57975},{"__isSmartRef__":true,"id":57976},{"__isSmartRef__":true,"id":57977},{"__isSmartRef__":true,"id":57978},{"__isSmartRef__":true,"id":57979},{"__isSmartRef__":true,"id":57980},{"__isSmartRef__":true,"id":57981},{"__isSmartRef__":true,"id":57982},{"__isSmartRef__":true,"id":57983},{"__isSmartRef__":true,"id":57984},{"__isSmartRef__":true,"id":57985},{"__isSmartRef__":true,"id":57986},{"__isSmartRef__":true,"id":57987},{"__isSmartRef__":true,"id":57988},{"__isSmartRef__":true,"id":57989},{"__isSmartRef__":true,"id":57990},{"__isSmartRef__":true,"id":57991},{"__isSmartRef__":true,"id":57992},{"__isSmartRef__":true,"id":57993},{"__isSmartRef__":true,"id":57994},{"__isSmartRef__":true,"id":57995},{"__isSmartRef__":true,"id":57996},{"__isSmartRef__":true,"id":57997},{"__isSmartRef__":true,"id":57998},{"__isSmartRef__":true,"id":57999},{"__isSmartRef__":true,"id":58000},{"__isSmartRef__":true,"id":58001},{"__isSmartRef__":true,"id":58002},{"__isSmartRef__":true,"id":58003},{"__isSmartRef__":true,"id":58004},{"__isSmartRef__":true,"id":58005},{"__isSmartRef__":true,"id":58006},{"__isSmartRef__":true,"id":58007},{"__isSmartRef__":true,"id":58008},{"__isSmartRef__":true,"id":58009},{"__isSmartRef__":true,"id":58010},{"__isSmartRef__":true,"id":58011},{"__isSmartRef__":true,"id":58012},{"__isSmartRef__":true,"id":58013},{"__isSmartRef__":true,"id":58014},{"__isSmartRef__":true,"id":58015},{"__isSmartRef__":true,"id":58016},{"__isSmartRef__":true,"id":58017},{"__isSmartRef__":true,"id":58018},{"__isSmartRef__":true,"id":58019},{"__isSmartRef__":true,"id":58020},{"__isSmartRef__":true,"id":58021},{"__isSmartRef__":true,"id":58022},{"__isSmartRef__":true,"id":58023},{"__isSmartRef__":true,"id":58024},{"__isSmartRef__":true,"id":58025},{"__isSmartRef__":true,"id":58026},{"__isSmartRef__":true,"id":58027},{"__isSmartRef__":true,"id":58028},{"__isSmartRef__":true,"id":58029},{"__isSmartRef__":true,"id":58030},{"__isSmartRef__":true,"id":58031},{"__isSmartRef__":true,"id":58032},{"__isSmartRef__":true,"id":58033},{"__isSmartRef__":true,"id":58034},{"__isSmartRef__":true,"id":58035},{"__isSmartRef__":true,"id":58036},{"__isSmartRef__":true,"id":58037},{"__isSmartRef__":true,"id":58038},{"__isSmartRef__":true,"id":58039},{"__isSmartRef__":true,"id":58040},{"__isSmartRef__":true,"id":58041},{"__isSmartRef__":true,"id":58042},{"__isSmartRef__":true,"id":58043},{"__isSmartRef__":true,"id":58044},{"__isSmartRef__":true,"id":58045},{"__isSmartRef__":true,"id":58046},{"__isSmartRef__":true,"id":58047},{"__isSmartRef__":true,"id":58048},{"__isSmartRef__":true,"id":58049},{"__isSmartRef__":true,"id":58050},{"__isSmartRef__":true,"id":58051},{"__isSmartRef__":true,"id":58052},{"__isSmartRef__":true,"id":58053},{"__isSmartRef__":true,"id":58054},{"__isSmartRef__":true,"id":58055},{"__isSmartRef__":true,"id":58056},{"__isSmartRef__":true,"id":58057},{"__isSmartRef__":true,"id":58058},{"__isSmartRef__":true,"id":58059},{"__isSmartRef__":true,"id":58060},{"__isSmartRef__":true,"id":58061},{"__isSmartRef__":true,"id":58062},{"__isSmartRef__":true,"id":58063},{"__isSmartRef__":true,"id":58064},{"__isSmartRef__":true,"id":58065},{"__isSmartRef__":true,"id":58066},{"__isSmartRef__":true,"id":58067},{"__isSmartRef__":true,"id":58068},{"__isSmartRef__":true,"id":58069},{"__isSmartRef__":true,"id":58070},{"__isSmartRef__":true,"id":58071},{"__isSmartRef__":true,"id":58072},{"__isSmartRef__":true,"id":58073},{"__isSmartRef__":true,"id":58074},{"__isSmartRef__":true,"id":58075},{"__isSmartRef__":true,"id":58076},{"__isSmartRef__":true,"id":58077},{"__isSmartRef__":true,"id":58078},{"__isSmartRef__":true,"id":58079},{"__isSmartRef__":true,"id":58080},{"__isSmartRef__":true,"id":58081},{"__isSmartRef__":true,"id":58082},{"__isSmartRef__":true,"id":58083},{"__isSmartRef__":true,"id":58084},{"__isSmartRef__":true,"id":58085},{"__isSmartRef__":true,"id":58086},{"__isSmartRef__":true,"id":58087},{"__isSmartRef__":true,"id":58088},{"__isSmartRef__":true,"id":58089},{"__isSmartRef__":true,"id":58090},{"__isSmartRef__":true,"id":58091},{"__isSmartRef__":true,"id":58092},{"__isSmartRef__":true,"id":58093},{"__isSmartRef__":true,"id":58094},{"__isSmartRef__":true,"id":58095},{"__isSmartRef__":true,"id":58096},{"__isSmartRef__":true,"id":58097},{"__isSmartRef__":true,"id":58098},{"__isSmartRef__":true,"id":58099},{"__isSmartRef__":true,"id":58100},{"__isSmartRef__":true,"id":58101},{"__isSmartRef__":true,"id":58102},{"__isSmartRef__":true,"id":58103},{"__isSmartRef__":true,"id":58104},{"__isSmartRef__":true,"id":58105},{"__isSmartRef__":true,"id":58106},{"__isSmartRef__":true,"id":58107},{"__isSmartRef__":true,"id":58108},{"__isSmartRef__":true,"id":58109},{"__isSmartRef__":true,"id":58110},{"__isSmartRef__":true,"id":58111},{"__isSmartRef__":true,"id":58112},{"__isSmartRef__":true,"id":58113},{"__isSmartRef__":true,"id":58114},{"__isSmartRef__":true,"id":58115},{"__isSmartRef__":true,"id":58116},{"__isSmartRef__":true,"id":58117},{"__isSmartRef__":true,"id":58118},{"__isSmartRef__":true,"id":58119},{"__isSmartRef__":true,"id":58120},{"__isSmartRef__":true,"id":58121},{"__isSmartRef__":true,"id":58122},{"__isSmartRef__":true,"id":58123},{"__isSmartRef__":true,"id":58124},{"__isSmartRef__":true,"id":58125},{"__isSmartRef__":true,"id":58126},{"__isSmartRef__":true,"id":58127},{"__isSmartRef__":true,"id":58128},{"__isSmartRef__":true,"id":58129},{"__isSmartRef__":true,"id":58130},{"__isSmartRef__":true,"id":58131},{"__isSmartRef__":true,"id":58132},{"__isSmartRef__":true,"id":58133},{"__isSmartRef__":true,"id":58134},{"__isSmartRef__":true,"id":58135},{"__isSmartRef__":true,"id":58136},{"__isSmartRef__":true,"id":58137},{"__isSmartRef__":true,"id":58138},{"__isSmartRef__":true,"id":58139},{"__isSmartRef__":true,"id":58140},{"__isSmartRef__":true,"id":58141},{"__isSmartRef__":true,"id":58142},{"__isSmartRef__":true,"id":58143},{"__isSmartRef__":true,"id":58144},{"__isSmartRef__":true,"id":58145},{"__isSmartRef__":true,"id":58146},{"__isSmartRef__":true,"id":58147},{"__isSmartRef__":true,"id":58148},{"__isSmartRef__":true,"id":58149},{"__isSmartRef__":true,"id":58150},{"__isSmartRef__":true,"id":58151},{"__isSmartRef__":true,"id":58152},{"__isSmartRef__":true,"id":58153},{"__isSmartRef__":true,"id":58154},{"__isSmartRef__":true,"id":58155},{"__isSmartRef__":true,"id":58156},{"__isSmartRef__":true,"id":58157},{"__isSmartRef__":true,"id":58158},{"__isSmartRef__":true,"id":58159},{"__isSmartRef__":true,"id":58160},{"__isSmartRef__":true,"id":58161},{"__isSmartRef__":true,"id":58162},{"__isSmartRef__":true,"id":58163},{"__isSmartRef__":true,"id":58164},{"__isSmartRef__":true,"id":58165},{"__isSmartRef__":true,"id":58166},{"__isSmartRef__":true,"id":58167},{"__isSmartRef__":true,"id":58168},{"__isSmartRef__":true,"id":58169},{"__isSmartRef__":true,"id":58170},{"__isSmartRef__":true,"id":58171},{"__isSmartRef__":true,"id":58172},{"__isSmartRef__":true,"id":58173},{"__isSmartRef__":true,"id":58174},{"__isSmartRef__":true,"id":58175},{"__isSmartRef__":true,"id":58176},{"__isSmartRef__":true,"id":58177},{"__isSmartRef__":true,"id":58178},{"__isSmartRef__":true,"id":58179},{"__isSmartRef__":true,"id":58180},{"__isSmartRef__":true,"id":58181},{"__isSmartRef__":true,"id":58182},{"__isSmartRef__":true,"id":58183},{"__isSmartRef__":true,"id":58184},{"__isSmartRef__":true,"id":58185},{"__isSmartRef__":true,"id":58186},{"__isSmartRef__":true,"id":58187},{"__isSmartRef__":true,"id":58188},{"__isSmartRef__":true,"id":58189},{"__isSmartRef__":true,"id":58190},{"__isSmartRef__":true,"id":58191},{"__isSmartRef__":true,"id":58192},{"__isSmartRef__":true,"id":58193},{"__isSmartRef__":true,"id":58194},{"__isSmartRef__":true,"id":58195},{"__isSmartRef__":true,"id":58196},{"__isSmartRef__":true,"id":58197},{"__isSmartRef__":true,"id":58198},{"__isSmartRef__":true,"id":58199},{"__isSmartRef__":true,"id":58200},{"__isSmartRef__":true,"id":58201},{"__isSmartRef__":true,"id":58202},{"__isSmartRef__":true,"id":58203},{"__isSmartRef__":true,"id":58204},{"__isSmartRef__":true,"id":58205},{"__isSmartRef__":true,"id":58206},{"__isSmartRef__":true,"id":58207},{"__isSmartRef__":true,"id":58208},{"__isSmartRef__":true,"id":58209},{"__isSmartRef__":true,"id":58210},{"__isSmartRef__":true,"id":58211},{"__isSmartRef__":true,"id":58212},{"__isSmartRef__":true,"id":58213},{"__isSmartRef__":true,"id":58214},{"__isSmartRef__":true,"id":58215},{"__isSmartRef__":true,"id":58216},{"__isSmartRef__":true,"id":58217},{"__isSmartRef__":true,"id":58218},{"__isSmartRef__":true,"id":58219},{"__isSmartRef__":true,"id":58220},{"__isSmartRef__":true,"id":58221},{"__isSmartRef__":true,"id":58222}],"_ClipMode":"visible","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":58223},"__LivelyClassName__":"lively.morphic.Box"},"52374":{"submorphs":[{"__isSmartRef__":true,"id":52375},{"__isSmartRef__":true,"id":52425},{"__isSmartRef__":true,"id":52475},{"__isSmartRef__":true,"id":52532},{"__isSmartRef__":true,"id":52547},{"__isSmartRef__":true,"id":52576},{"__isSmartRef__":true,"id":52594},{"__isSmartRef__":true,"id":52608},{"__isSmartRef__":true,"id":52660},{"__isSmartRef__":true,"id":52676},{"__isSmartRef__":true,"id":52728}],"scripts":[],"id":"DADF4668-8FB8-4E3F-A2BB-1D706769C7E4","shape":{"__isSmartRef__":true,"id":52743},"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":52750},"showsHalos":false,"name":"morePane","partsBinMetaInfo":{"__isSmartRef__":true,"id":52751},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":52752},"eventHandler":{"__isSmartRef__":true,"id":52753},"owner":{"__isSmartRef__":true,"id":52373},"priorExtent":{"__isSmartRef__":true,"id":52754},"layout":{"__isSmartRef__":true,"id":52755},"_Visible":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[1217,"8FB7EEAA-27C3-4BCC-9905-59A59B8AB602","B4102745-8642-4F09-A5B5-0452D29E993C","02282C11-7C56-4C33-A2D1-E4C92F9F5575","83E2A61C-0119-4597-ADC8-8CB3AEDF35C1","119E4FE1-420B-4FDF-BD03-CF15F07B3538","6D70BD64-C7F8-4A79-9BE9-FA4C5A1E7892","C116FCDA-BB4D-4543-BE17-4D5586813CAF","1EAD9C62-350F-40EB-B5EA-B9441BB280C9","A3B24A35-589E-460F-9B54-45B0D0B7D7DD","8993FD1D-9082-40F4-A2AD-5501D16913A7","EBCB5B06-08CA-4535-9EAC-F15893F70129","45BAF3E4-EAEE-4925-B2D6-042C01B0AD29","09B7283C-6DDB-4A06-A4BA-563018D46DFD","46022025-E2FE-4A0A-924F-3266509C66DB","538BB82D-3068-480C-A5C0-6B4E8CE1C9CA","45290AD5-33C4-41F3-B72B-D538DCA37F31","6FA9BB6D-52D5-49A5-930A-1F93456E6CF4","9D57135F-8E4B-41D0-ACBC-B19396812B35"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Box"},"52375":{"submorphs":[{"__isSmartRef__":true,"id":52376}],"scripts":[],"id":"B61DAB6D-2771-4F40-977C-E89C84A06364","shape":{"__isSmartRef__":true,"id":52392},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":52408},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":52395},"lighterFill":{"__isSmartRef__":true,"id":52409},"label":{"__isSmartRef__":true,"id":52376},"attributeConnections":[{"__isSmartRef__":true,"id":52418}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":52419},"name":"movePartButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":52420},"owner":{"__isSmartRef__":true,"id":52374},"layout":{"__isSmartRef__":true,"id":52421},"renderContextTable":{"__isSmartRef__":true,"id":52422},"eventHandler":{"__isSmartRef__":true,"id":52423},"priorExtent":{"__isSmartRef__":true,"id":52424},"derivationIds":[1218,"F5D21B41-BD0E-49D3-80E5-F1624416C143","1E157243-B0DC-4138-B660-EF05198FA3C8","4D60CECB-66FD-4865-BD46-45F0C9CAB399","0E997A95-CCA0-4BBF-B55B-62B5C6EC32DF","FA30D56E-17FE-4B1F-BE8A-7CBCCABEFF1D","A5A7F641-F783-4649-A154-1AD81607B7CE","D10ED7E0-21BA-463D-996E-6D458B557F68","606309D2-7D9D-4122-A64C-CFE582E6D738","998D7B7C-CF5D-401C-9594-FA8956C326A1","EA15F569-B871-4824-B0DE-550285BEB165","3FB1C9FB-F654-42C9-BE17-315287EB2FAB","7B3720C6-D365-4B41-B530-98E4D5EE238F","92F53BEA-E1EF-49C4-9DD1-7939D08941C5","0A7A011F-C6D8-4B81-85F4-F3CCF5F30A31","6543B591-A693-4D11-8114-D385115F8E65","758492FF-7087-4EE4-9054-00E680646A03","F6A6E55C-CF01-4EB9-8593-E71BEFB4EE59","5DBAE530-E39F-472D-A5D4-6E34FDCE6227"],"prevScroll":[0,0],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","isPressed":false,"__LivelyClassName__":"lively.morphic.Button"},"52376":{"submorphs":[],"scripts":[],"id":"47E4FD5E-8683-4066-8E60-C52EDD597783","shape":{"__isSmartRef__":true,"id":52377},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":56,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":52383},"textColor":{"__isSmartRef__":true,"id":52380},"owner":{"__isSmartRef__":true,"id":52375},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":52384}],"padding":{"__isSmartRef__":true,"id":52386},"_Padding":{"__isSmartRef__":true,"id":52387},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":52388},"renderContextTable":{"__isSmartRef__":true,"id":52389},"eventHandler":{"__isSmartRef__":true,"id":52390},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":56,"_MinTextHeight":null,"derivationIds":[1219,"46E7D2D8-D7A5-4476-8AD1-FB81FAE717FE","7B2A54CD-6423-4B77-A082-B5A1DA2BCE66","6C3B231E-5C42-449F-9425-8EE874A6EC57","7ACD0BA3-074C-461F-8C6B-ECEBA0B09C7A","556A1D2F-8F3F-4BCD-A602-FD3C257F1859","6C05BE2D-BB66-44E3-9765-65B24D7579E1","9F6A58E1-A23D-4A56-8D85-71FD5AA872B9","EDEC5AA1-080B-42AE-A9D6-F6FAB0CD3E1A","FE4530BA-6D31-4472-A351-4DCB0F9FE121","3F3B3887-CFF1-40A7-9228-D95F3594F2CB","B10968A4-7C77-4AAE-A2E1-FC76E16D36E8","DBC8455A-4562-4202-A7EB-543948664FEE","048B902B-C02C-44C6-9357-32663639FE23","C8B116B7-082D-4D6B-A035-EE71E8F3AC72","78B43404-A2E4-4BFF-B022-C4DA2CBBABBD","D271DCF7-62B5-428D-8B91-30B500F6F461","79934637-FCF5-4C27-B392-E9392BB5BA66","310851E0-6B77-43C0-A13B-BA0DF2777459"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":52391},"__LivelyClassName__":"lively.morphic.Text"},"52377":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":52378},"_Extent":{"__isSmartRef__":true,"id":52379},"_BorderColor":{"__isSmartRef__":true,"id":52380},"renderContextTable":{"__isSmartRef__":true,"id":52381},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":52382},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"52378":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52379":{"x":58,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52380":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52381":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"52382":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52383":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52384":{"style":{"__isSmartRef__":true,"id":52385},"morph":{"__isSmartRef__":true,"id":52376},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":52376},"storedString":"move","__LivelyClassName__":"lively.morphic.TextChunk"},"52385":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"52386":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52387":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52388":{"x":58,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52389":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"52390":{"morph":{"__isSmartRef__":true,"id":52376},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"52391":{"requiredModules":[],"idOnLoad":"47E4FD5E-8683-4066-8E60-C52EDD597783","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"52392":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":52393},"_Extent":{"__isSmartRef__":true,"id":52394},"_Fill":{"__isSmartRef__":true,"id":52395},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":52405},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":52406},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":52407},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"52393":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52394":{"x":58,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52395":{"stops":[{"__isSmartRef__":true,"id":52396},{"__isSmartRef__":true,"id":52398},{"__isSmartRef__":true,"id":52400},{"__isSmartRef__":true,"id":52402}],"vector":{"__isSmartRef__":true,"id":52404},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"52396":{"offset":0,"color":{"__isSmartRef__":true,"id":52397}},"52397":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52398":{"offset":0.4,"color":{"__isSmartRef__":true,"id":52399}},"52399":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52400":{"offset":0.6,"color":{"__isSmartRef__":true,"id":52401}},"52401":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52402":{"offset":1,"color":{"__isSmartRef__":true,"id":52403}},"52403":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52404":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52405":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52406":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"52407":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52408":{"x":137.67911865694913,"y":393.86777109042464,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52409":{"stops":[{"__isSmartRef__":true,"id":52410},{"__isSmartRef__":true,"id":52412},{"__isSmartRef__":true,"id":52414},{"__isSmartRef__":true,"id":52416}],"vector":{"__isSmartRef__":true,"id":52404},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"52410":{"offset":0,"color":{"__isSmartRef__":true,"id":52411}},"52411":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52412":{"offset":0.4,"color":{"__isSmartRef__":true,"id":52413}},"52413":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52414":{"offset":0.6,"color":{"__isSmartRef__":true,"id":52415}},"52415":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52416":{"offset":1,"color":{"__isSmartRef__":true,"id":52417}},"52417":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52418":{"sourceObj":{"__isSmartRef__":true,"id":52375},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":52373},"targetMethodName":"interactivelyMoveSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"52419":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52420":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"B61DAB6D-2771-4F40-977C-E89C84A06364","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"52421":{"moveVertical":true},"52422":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"52423":{"morph":{"__isSmartRef__":true,"id":52375},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"52424":{"x":59,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52425":{"submorphs":[{"__isSmartRef__":true,"id":52426}],"scripts":[],"id":"B9BA7EB6-D6D2-4059-A931-63571DB8CF5E","shape":{"__isSmartRef__":true,"id":52442},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":52458},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":52445},"lighterFill":{"__isSmartRef__":true,"id":52459},"label":{"__isSmartRef__":true,"id":52426},"attributeConnections":[{"__isSmartRef__":true,"id":52468},{"__isSmartRef__":true,"id":52469}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":52470},"name":"removePartButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":52471},"owner":{"__isSmartRef__":true,"id":52374},"layout":{"__isSmartRef__":true,"id":52472},"renderContextTable":{"__isSmartRef__":true,"id":52473},"eventHandler":{"__isSmartRef__":true,"id":52474},"derivationIds":[1220,"6104A033-57FD-4F65-B785-3F32FC278E39","BF7EFB0E-5EBE-4F44-9F5E-0576880F8E75","1E4BFB46-60C5-46A6-970A-CE2825840F25","6F766455-545A-496A-88AE-84737A5534A7","38DFF15E-9F34-46E9-BF1D-A4E46C497541","06C3D4D0-C1C1-4664-9899-5F7C61544400","4C448623-A82F-4C77-87AF-D6EA63A59B8D","9A0208AE-4752-4CEC-ABFE-69A8DCADDEC1","B622D1E6-1113-45B0-B7F1-D476B7187C6F","063AEB5B-6476-4381-80CE-3223D5217E84","6156BDE1-9147-41C6-AA8D-BAFBE8D74659","76C8D1EC-5DEB-4813-B4A3-DEE275EB63CA","38EF1DBF-4047-4FAD-9A38-3782659C845B","64AA08B4-79A2-4CF4-9FA4-C642BE08A736","D7C852FA-BE85-4DE9-A4D1-6E6E99E6A959","80F62CA1-A854-4470-B387-629B81C0618F","59DC61C0-DC00-497D-815B-6ED5BA0E6F47","DF47355E-361B-4236-A5DA-EDA365A6EE37"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Button"},"52426":{"submorphs":[],"scripts":[],"id":"D2DA0908-167B-43A8-A7D4-F0994E2792AF","shape":{"__isSmartRef__":true,"id":52427},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":64,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":52433},"textColor":{"__isSmartRef__":true,"id":52430},"owner":{"__isSmartRef__":true,"id":52425},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":52434}],"padding":{"__isSmartRef__":true,"id":52436},"_Padding":{"__isSmartRef__":true,"id":52437},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":52438},"renderContextTable":{"__isSmartRef__":true,"id":52439},"eventHandler":{"__isSmartRef__":true,"id":52440},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64,"_MinTextHeight":null,"derivationIds":[1221,"9DA2513A-CC83-4283-AB2A-ACF15C86C674","5F885FF0-B156-4674-9C69-74CB7C257A00","58A5253D-0C92-4B09-9B0B-50BAF7062B0D","C655EA28-0996-4C54-8E49-F908BCA93FCE","E7DE43DD-20AF-4E46-9928-2D26F325AB7F","7B24B946-C7AF-4E42-AC8B-BAC6D5D6FB5E","43456CD2-B83E-455A-89EA-E2EAC5B41399","3ACAECEE-6384-4EBE-9736-CAD24C3B3762","8005E82C-FA8E-4695-B93B-D9B2E924E896","D5AB5A5F-B23E-44D4-A8E2-DBF9366166C6","892409CD-C1D6-48CA-BEC2-6CBADF38465D","D74F66BA-4390-448A-B522-8F05178E7350","0B784218-10B5-4A37-B773-7620CC059EB7","C5685084-134C-46FD-9102-61A063AC889C","C47B92E3-5285-4067-B358-1A4324DF8A22","F7DC9949-A305-4AC0-AE45-7EE864EE9337","3D5444C3-7F8C-4D4F-A042-7908B72CECC7","B10D0811-3BD7-4D45-B876-055475EB1FC1"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":52441},"__LivelyClassName__":"lively.morphic.Text"},"52427":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":52428},"_Extent":{"__isSmartRef__":true,"id":52429},"_BorderColor":{"__isSmartRef__":true,"id":52430},"renderContextTable":{"__isSmartRef__":true,"id":52431},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":52432},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"52428":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52429":{"x":66,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52430":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52431":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"52432":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52433":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52434":{"style":{"__isSmartRef__":true,"id":52435},"morph":{"__isSmartRef__":true,"id":52426},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":52426},"storedString":"remove","__LivelyClassName__":"lively.morphic.TextChunk"},"52435":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"52436":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52437":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52438":{"x":66,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52439":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"52440":{"morph":{"__isSmartRef__":true,"id":52426},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"52441":{"requiredModules":[],"idOnLoad":"D2DA0908-167B-43A8-A7D4-F0994E2792AF","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"52442":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":52443},"_Extent":{"__isSmartRef__":true,"id":52444},"_Fill":{"__isSmartRef__":true,"id":52445},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":52455},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":52456},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":52457},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"52443":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52444":{"x":66,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52445":{"stops":[{"__isSmartRef__":true,"id":52446},{"__isSmartRef__":true,"id":52448},{"__isSmartRef__":true,"id":52450},{"__isSmartRef__":true,"id":52452}],"vector":{"__isSmartRef__":true,"id":52454},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"52446":{"offset":0,"color":{"__isSmartRef__":true,"id":52447}},"52447":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52448":{"offset":0.4,"color":{"__isSmartRef__":true,"id":52449}},"52449":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52450":{"offset":0.6,"color":{"__isSmartRef__":true,"id":52451}},"52451":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52452":{"offset":1,"color":{"__isSmartRef__":true,"id":52453}},"52453":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52454":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52455":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52456":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"52457":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52458":{"x":70.12005863445097,"y":393.8518587078797,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52459":{"stops":[{"__isSmartRef__":true,"id":52460},{"__isSmartRef__":true,"id":52462},{"__isSmartRef__":true,"id":52464},{"__isSmartRef__":true,"id":52466}],"vector":{"__isSmartRef__":true,"id":52454},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"52460":{"offset":0,"color":{"__isSmartRef__":true,"id":52461}},"52461":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52462":{"offset":0.4,"color":{"__isSmartRef__":true,"id":52463}},"52463":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52464":{"offset":0.6,"color":{"__isSmartRef__":true,"id":52465}},"52465":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52466":{"offset":1,"color":{"__isSmartRef__":true,"id":52467}},"52467":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52468":{"sourceObj":{"__isSmartRef__":true,"id":52425},"sourceAttrName":"fire","targetMethodName":"reloadEverything","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"52469":{"sourceObj":{"__isSmartRef__":true,"id":52425},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":52373},"targetMethodName":"interactivelyRemoveSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"52470":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52471":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"B9BA7EB6-D6D2-4059-A931-63571DB8CF5E","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"52472":{"moveVertical":true},"52473":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"52474":{"morph":{"__isSmartRef__":true,"id":52425},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"52475":{"submorphs":[{"__isSmartRef__":true,"id":52476}],"scripts":[],"id":"FE318E1E-079B-45E9-8DF2-EBDE81E69BF6","shape":{"__isSmartRef__":true,"id":52491},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":52504},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":52505},"lighterFill":{"__isSmartRef__":true,"id":52515},"label":{"__isSmartRef__":true,"id":52476},"attributeConnections":[{"__isSmartRef__":true,"id":52524},{"__isSmartRef__":true,"id":52525}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":52526},"name":"loadPartButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":52527},"owner":{"__isSmartRef__":true,"id":52374},"layout":{"__isSmartRef__":true,"id":52528},"renderContextTable":{"__isSmartRef__":true,"id":52529},"eventHandler":{"__isSmartRef__":true,"id":52530},"derivationIds":[1222,"53143161-6C64-48C5-8E55-E5914F0EF97D","00D6DD0A-007D-478E-B625-602F218C4635","F420150F-FC88-4A76-8B6B-EA48495DAD2A","7E7374D3-E099-45D6-A873-E111BC557971","69B710F0-9A8E-4B16-9936-5C3E2512043F","1B1D4C76-8DF1-460A-ACCE-80568FE703DC","334778F7-689B-4D27-9891-059110F5122A","8B321CE5-31C5-4333-ADDF-E464DDE059A0","BC069425-0C12-4A28-867E-6C5A5B1334AE","F4B8B757-4B31-4438-B170-D36080178829","C491F2B7-A6A8-4A4A-B729-6F8D829A1966","A3A93C3D-0FC6-4D8B-8244-2B9003FD82A6","DB35D070-7293-4FEE-A170-8C31C4417699","0A3F38FF-C91B-4EA5-B235-0B73774AFCA2","8E4F2D2F-9F28-4BDA-882E-5E76E956D188","D6409CB9-24F9-40E8-A9A9-281F97370D72","B5CB0156-0C30-4C8C-861E-72E6B73E8E32","829B5CC8-E112-41DA-9BE5-1532570063F1"],"priorExtent":{"__isSmartRef__":true,"id":52531},"_Rotation":0,"_Scale":1,"_ClipMode":"visible","isPressed":false,"__LivelyClassName__":"lively.morphic.Button"},"52476":{"submorphs":[],"scripts":[],"id":"598E1F91-C2D1-4BF1-A08D-360519585413","shape":{"__isSmartRef__":true,"id":52477},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":50,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":52482},"textColor":{"__isSmartRef__":true,"id":52480},"owner":{"__isSmartRef__":true,"id":52475},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":52483}],"padding":{"__isSmartRef__":true,"id":52485},"_Padding":{"__isSmartRef__":true,"id":52486},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":52487},"renderContextTable":{"__isSmartRef__":true,"id":52488},"eventHandler":{"__isSmartRef__":true,"id":52489},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":50,"_MinTextHeight":null,"derivationIds":[1223,"CA1AEDF7-8E87-433B-9CD1-DDA8D5A3EBCF","86BD113F-64BA-49A6-B42F-E561F4E0D67E","272B9AB5-11DE-4885-89B6-C3438FC53A90","8A9A437F-D683-4B7F-AE55-35EB605AFB78","A990A9CC-15E4-4E0C-BB5B-16023C399575","F9EF7A21-3B37-4964-B000-6276E90F9807","7C3782C1-9B87-4C58-8D9B-699E9789DA5F","519AE5D6-2EFD-48C5-B983-5A9CA44B7361","3C6B09E0-A6F9-42D6-902B-CF03B209261C","B861397A-5D9E-4C49-B16C-B7C4213F553F","3946FAFB-8E68-4B61-B3D8-C17D2D779198","1DCA3B7F-0D7F-4729-8FD9-2B33A6361A28","6CF99508-4E30-43E9-9945-7A4C4439936A","5990A154-6EFE-48B1-8390-087C7FAF9F35","507F3F9A-523B-4381-8F92-9886C7000F06","7F2ABCE4-A243-4264-8C19-2AE81B3CE9DE","8D86C24D-83CE-40F0-B79B-A0DB20ED1B25","A14FF23F-CBB9-49BF-B4B5-52F63B3AFE40"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":52490},"__LivelyClassName__":"lively.morphic.Text"},"52477":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":52478},"_Extent":{"__isSmartRef__":true,"id":52479},"_BorderColor":{"__isSmartRef__":true,"id":52480},"renderContextTable":{"__isSmartRef__":true,"id":52481},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":7607},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"52478":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52479":{"x":50,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52480":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52481":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"52482":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52483":{"style":{"__isSmartRef__":true,"id":52484},"morph":{"__isSmartRef__":true,"id":52476},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":52476},"storedString":"load","__LivelyClassName__":"lively.morphic.TextChunk"},"52484":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"52485":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52486":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52487":{"x":50,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52488":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"52489":{"morph":{"__isSmartRef__":true,"id":52476},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"52490":{"requiredModules":[],"idOnLoad":"598E1F91-C2D1-4BF1-A08D-360519585413","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"52491":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":52492},"_Extent":{"__isSmartRef__":true,"id":52493},"_Fill":{"__isSmartRef__":true,"id":52494},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":52501},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":52502},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":52503},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"52492":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52493":{"x":50,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52494":{"stops":[{"__isSmartRef__":true,"id":52495},{"__isSmartRef__":true,"id":52497},{"__isSmartRef__":true,"id":52498},{"__isSmartRef__":true,"id":52499}],"vector":{"__isSmartRef__":true,"id":153},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"52495":{"offset":0,"color":{"__isSmartRef__":true,"id":52496}},"52496":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52497":{"offset":0.3,"color":{"__isSmartRef__":true,"id":149}},"52498":{"offset":0.7,"color":{"__isSmartRef__":true,"id":149}},"52499":{"offset":1,"color":{"__isSmartRef__":true,"id":52500}},"52500":{"r":0.7973333333333334,"g":0.7973333333333334,"b":0.7973333333333334,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52501":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52502":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"52503":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52504":{"x":19.154971194602297,"y":393.89144835121806,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52505":{"stops":[{"__isSmartRef__":true,"id":52506},{"__isSmartRef__":true,"id":52508},{"__isSmartRef__":true,"id":52510},{"__isSmartRef__":true,"id":52512}],"vector":{"__isSmartRef__":true,"id":52514},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"52506":{"offset":0,"color":{"__isSmartRef__":true,"id":52507}},"52507":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52508":{"offset":0.4,"color":{"__isSmartRef__":true,"id":52509}},"52509":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52510":{"offset":0.6,"color":{"__isSmartRef__":true,"id":52511}},"52511":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52512":{"offset":1,"color":{"__isSmartRef__":true,"id":52513}},"52513":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52514":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52515":{"stops":[{"__isSmartRef__":true,"id":52516},{"__isSmartRef__":true,"id":52518},{"__isSmartRef__":true,"id":52520},{"__isSmartRef__":true,"id":52522}],"vector":{"__isSmartRef__":true,"id":52514},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"52516":{"offset":0,"color":{"__isSmartRef__":true,"id":52517}},"52517":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52518":{"offset":0.4,"color":{"__isSmartRef__":true,"id":52519}},"52519":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52520":{"offset":0.6,"color":{"__isSmartRef__":true,"id":52521}},"52521":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52522":{"offset":1,"color":{"__isSmartRef__":true,"id":52523}},"52523":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52524":{"sourceObj":{"__isSmartRef__":true,"id":52475},"sourceAttrName":"fire","targetMethodName":"reloadEverything","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"52525":{"sourceObj":{"__isSmartRef__":true,"id":52475},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":52373},"targetMethodName":"loadAndOpenSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"52526":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52527":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"FE318E1E-079B-45E9-8DF2-EBDE81E69BF6","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"52528":{"moveVertical":true},"52529":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"52530":{"morph":{"__isSmartRef__":true,"id":52475},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"52531":{"x":51,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52532":{"submorphs":[],"scripts":[],"id":"3F6907E5-1886-47AC-82B8-39BFC87EA913","shape":{"__isSmartRef__":true,"id":52533},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":52539},"_MaxTextWidth":258,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":52536},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"selectedPartName","partsBinMetaInfo":{"__isSmartRef__":true,"id":52540},"textChunks":[{"__isSmartRef__":true,"id":52541}],"charsReplaced":"some text","lastFindLoc":-9,"prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":52374},"_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":52543},"renderContextTable":{"__isSmartRef__":true,"id":52544},"eventHandler":{"__isSmartRef__":true,"id":52545},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":258,"_MinTextHeight":null,"distanceToDragEvent":{"__isSmartRef__":true,"id":52546},"previousSelection":[11,11],"derivationIds":[1224,"25E0FB99-9B39-4754-932D-DB6A01B4A95D","61627613-C999-40E7-9DB0-BDF996D1ECC4","C4D29785-0782-4706-806D-FF6038713C2F","4C2E106A-1F4C-48A0-A435-1FAA967054BC","BCB8A5BC-CD57-4495-8E0B-67AA5E474FA4","BC6B6857-9FAE-499A-BBFC-4F98A28D555D","A33D26A2-77A9-4F7B-B01E-E011C3AEAB93","12CBEF1F-E269-417E-ACEA-4DE2E29A0CE3","FCA464B3-A849-409D-BC5B-6D9EBAFB43BE","ED534055-8E5A-4649-BB57-BDC3E5CBC17F","B3F598DC-FB73-4FE9-8996-49419A4CD741","F43C5DD4-BE88-4B9F-A804-83D767B93FF8","E8A14541-A23C-4109-82E1-D4DCA740BF52","7A379D20-CC5D-4FB1-9898-854686E034C5","E7A76532-D8EF-4115-9B51-C3A2754C7983","70045544-6706-4A32-A67A-A439454F90CF","5AB7DDB3-7240-4C63-9F17-5A96AC90D9CC","786477A0-CF47-4332-985A-FD492FB8E7C6"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"52533":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":52534},"_Extent":{"__isSmartRef__":true,"id":52535},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":52536},"renderContextTable":{"__isSmartRef__":true,"id":52537},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":52538},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"52534":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52535":{"x":258,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52536":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52537":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"52538":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52539":{"x":22.074220912172564,"y":8.635794805933187,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52540":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"3F6907E5-1886-47AC-82B8-39BFC87EA913","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"52541":{"style":{"__isSmartRef__":true,"id":52542},"chunkOwner":{"__isSmartRef__":true,"id":52532},"storedString":"ObjectEditor","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"52542":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"52543":{"x":258,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52544":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"52545":{"morph":{"__isSmartRef__":true,"id":52532},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"52546":{"x":167.51791727205773,"y":-12.628784291915622,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52547":{"submorphs":[],"scripts":[],"id":"639686DE-56C9-4207-96C4-E884BA8F7ABA","shape":{"__isSmartRef__":true,"id":52548},"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":52555},"itemList":[{"__isSmartRef__":true,"id":52556},{"__isSmartRef__":true,"id":52561},{"__isSmartRef__":true,"id":52566}],"showsHalos":false,"name":"selectedPartVersions","partsBinMetaInfo":{"__isSmartRef__":true,"id":52571},"__SourceModuleName__":"Global.lively.morphic.Core","_ClipMode":"scroll","owner":{"__isSmartRef__":true,"id":52374},"prevScroll":[0,96],"layout":{"__isSmartRef__":true,"id":52572},"priorExtent":{"__isSmartRef__":true,"id":52573},"renderContextTable":{"__isSmartRef__":true,"id":52574},"eventHandler":{"__isSmartRef__":true,"id":52575},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[1225,"9B936EA2-F23D-497C-A53E-4396CA9256F6","E333E76B-0723-4359-B687-2AA820C0D677","25D90D11-0432-4E82-891D-54FFA3BB9FB1","914D1CD5-B925-47EC-B766-212629CF18AC","06903DED-2228-497A-A5E4-BD39CDAC9286","87BCD5EE-A9F5-41E6-AF60-2E0F4B187B25","7FF89F4C-C131-4DAD-A2E3-E3891D43F801","4C4F847E-E079-4B30-BD21-99ACC266B3A6","CD3F6BEF-CFAC-4D1D-9EDE-645D9A1BD064","58EBD102-9E1B-4DF6-AEB7-917764F6D2F3","71365E97-4664-4E67-8AE4-3038A922F65E","BD9C5EBB-4660-4030-8F82-D7F96BBF1B94","189C43AE-811E-4F28-8B30-B6CC11F41CA9","EB043866-95BE-49E0-A54B-14BB5C4BD692","55CDE267-DC7E-42B4-8270-1BBC412A4B36","253560AE-9FB0-4EC3-8C26-0DB0DF9BBE02","FD68C62E-0D04-4421-A9A2-254D853E2044","CCE0CD46-F614-405D-A86B-C21A5CD0A81D"],"_Rotation":0,"_Scale":1,"isBeingDragged":false,"__LivelyClassName__":"lively.morphic.List"},"52548":{"position":{"__isSmartRef__":true,"id":52549},"_Extent":{"__isSmartRef__":true,"id":52550},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":52551},"_Fill":{"__isSmartRef__":true,"id":52552},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":52553},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_Padding":{"__isSmartRef__":true,"id":52554},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"52549":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52550":{"x":330.7762078882963,"y":121.97632273920658,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52551":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52552":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52553":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"52554":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52555":{"x":19.98146549080036,"y":56.349422571268406,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52556":{"string":"2012-06-27 00:11 athomschke (172926)","value":{"__isSmartRef__":true,"id":52557},"isListItem":true},"52557":{"rev":172926,"author":"athomschke","date":{"__isSmartRef__":true,"id":52558},"url":{"__isSmartRef__":true,"id":52559},"changes":[{"__isSmartRef__":true,"id":52560}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"52558":{"isSerializedDate":true,"string":"Wed Jun 27 2012 00:11:35 GMT+0200 (Mitteleuropäische Sommerzeit)"},"52559":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"52560":{"type":"S:modified","url":"/PartsBin/BP2012/ObjectEditor.json"},"52561":{"string":"2012-06-27 00:03 athomschke (172921)","value":{"__isSmartRef__":true,"id":52562},"isListItem":true},"52562":{"rev":172921,"author":"athomschke","date":{"__isSmartRef__":true,"id":52563},"url":{"__isSmartRef__":true,"id":52564},"changes":[{"__isSmartRef__":true,"id":52565}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"52563":{"isSerializedDate":true,"string":"Wed Jun 27 2012 00:03:42 GMT+0200 (Mitteleuropäische Sommerzeit)"},"52564":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"52565":{"type":"S:modified","url":"/PartsBin/BP2012/ObjectEditor.json"},"52566":{"string":"2012-06-26 23:46 athomschke (172902)","value":{"__isSmartRef__":true,"id":52567},"isListItem":true},"52567":{"rev":172902,"author":"athomschke","date":{"__isSmartRef__":true,"id":52568},"url":{"__isSmartRef__":true,"id":52569},"changes":[{"__isSmartRef__":true,"id":52570}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"52568":{"isSerializedDate":true,"string":"Tue Jun 26 2012 23:46:14 GMT+0200 (Mitteleuropäische Sommerzeit)"},"52569":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"52570":{"type":"S:added","url":null},"52571":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":2,"__SourceModuleName__":"Global.lively.PartsBin","idOnLoad":"639686DE-56C9-4207-96C4-E884BA8F7ABA","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"52572":{"resizeWidth":true},"52573":{"x":330.7762078882963,"y":122.97632273920658,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52574":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateListContent":"updateListContentHTML","resizeList":"resizeListHTML","getItemIndexFromEvent":"getItemIndexFromEventHTML","getListExtent":"getListExtentHTML","setSize":"setSizeHTML","renderAsDropDownList":"renderAsDropDownListHTML","setFontSize":"setFontSizeHTML","setFontFamily":"setFontFamilyHTML","getSelectedIndexes":"getSelectedIndexesHTML","enableMultipleSelections":"enableMultipleSelectionsHTML","selectAllAt":"selectAllAtHTML","clearSelections":"clearSelectionsHTML","deselectAt":"deselectAtHTML"},"52575":{"morph":{"__isSmartRef__":true,"id":52547},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"52576":{"submorphs":[],"scripts":[],"id":"B6FA9ED1-E67D-4111-9FEB-5098A22E3513","shape":{"__isSmartRef__":true,"id":52577},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":52583},"_MaxTextWidth":313.04,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":52584},"showsHalos":false,"_FontSize":11,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"selectedPartComment","partsBinMetaInfo":{"__isSmartRef__":true,"id":52585},"textChunks":[{"__isSmartRef__":true,"id":52586}],"charsReplaced":"","lastFindLoc":6,"prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":52374},"_ClipMode":"auto","priorExtent":{"__isSmartRef__":true,"id":52588},"attributeConnections":[{"__isSmartRef__":true,"id":52589}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"layout":{"__isSmartRef__":true,"id":52590},"renderContextTable":{"__isSmartRef__":true,"id":52591},"eventHandler":{"__isSmartRef__":true,"id":52592},"_MinTextWidth":313.04,"_MinTextHeight":null,"_WhiteSpaceHandling":"pre-wrap","derivationIds":[1226,"DD9BD765-ADCE-4F83-BD29-D46C4F70D065","FAF93200-3F45-458D-A09A-150A9A564E17","45B7AF6D-BAB6-4C3A-A200-A6A7A709499B","65E31DB6-BFDA-4D8A-9EF2-EB1D94C2E253","74C3EFF9-4889-452C-A456-5A5B6778CE47","38D7BE76-BC2A-4B09-92FC-C08352382C88","96002B07-9CDB-4008-A195-09BD239923F2","DAA476D0-F42A-43C3-B4C4-BC880BD80E65","BA992D77-C2D5-466E-A47A-4322BB7146A8","34167D7E-66D9-41B2-AD62-D4C9AB410B96","E701BCEE-C44A-47CB-BE90-50C8CF47AA08","459DECD4-11D7-4B8C-8444-2B602BCDFF28","D0B2AEDB-8A3F-462F-A869-9BECE3D20A80","0BD25F0F-D0C4-46D7-8911-E8FF36AE1AA6","CE77BB5F-B2A7-4B69-83E5-EA36EE064597","D34A0C4A-A6BD-4FE7-82A4-93CB9B2F030B","50A2EC62-7A15-43E5-BB1C-B33C3AE91666","2513159B-9CA2-4F02-92E8-C637FB0EF5FF"],"distanceToDragEvent":{"__isSmartRef__":true,"id":52593},"_Rotation":0,"_Scale":1,"savedTextString":"A todo list. Pretty straightforward. If your are looking for the todo item proto, it's in front of you ;)\n\nWhen a todo item text is selected you can use TAB / Shift+TAB to go to the next / prev item.\n\nWith Ctrl+c Ctrl+c (2x) you can toggle the done state.","__LivelyClassName__":"lively.morphic.Text"},"52577":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":52578},"_Extent":{"__isSmartRef__":true,"id":52579},"_BorderWidth":1.4800000000000002,"_BorderColor":{"__isSmartRef__":true,"id":52580},"renderContextTable":{"__isSmartRef__":true,"id":52581},"_BorderRadius":7.400000000000001,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":52582},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"52578":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52579":{"x":333,"y":70,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52580":{"r":0.753,"g":0.753,"b":0.753,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52581":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"52582":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52583":{"x":20,"y":180,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52584":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52585":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"B6FA9ED1-E67D-4111-9FEB-5098A22E3513","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"52586":{"style":{"__isSmartRef__":true,"id":52587},"chunkOwner":{"__isSmartRef__":true,"id":52576},"storedString":"Merging 5(!) versions of the Object Editor","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"52587":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"52588":{"x":333,"y":70,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52589":{"sourceObj":{"__isSmartRef__":true,"id":52576},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":52373},"targetMethodName":"saveCommentForSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"52590":{"resizeWidth":true,"resizeHeight":true},"52591":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"52592":{"morph":{"__isSmartRef__":true,"id":52576},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"52593":{"x":227.14764051653037,"y":-11.693836156918564,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52594":{"submorphs":[],"scripts":[],"id":"AF2FA745-C7C4-4867-A3AE-CF71FAB8F8F2","shape":{"__isSmartRef__":true,"id":52595},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":52601},"_MaxTextWidth":265,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":52598},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"selectedPartSpaceName","partsBinMetaInfo":{"__isSmartRef__":true,"id":52602},"textChunks":[{"__isSmartRef__":true,"id":52603}],"charsReplaced":"some text","lastFindLoc":-9,"prevScroll":[0,0],"_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":52605},"renderContextTable":{"__isSmartRef__":true,"id":52606},"eventHandler":{"__isSmartRef__":true,"id":52607},"owner":{"__isSmartRef__":true,"id":52374},"_Align":"left","_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":265,"_MinTextHeight":null,"previousSelection":[9,15],"derivationIds":[1227,"6CE972BD-83CD-4BBB-80ED-D454164C5FEB","157A323D-D969-49B0-B93C-8BD36505D2FC","5D8E7DE9-5E77-4A78-85CC-2BCE68CE557D","EC218021-7880-4AB3-85E1-D09C4BF93D8A","2439308A-9CEB-46A8-8601-F268A4F47F4A","13F42C03-8A95-489F-A557-40F9DF434A0E","DE538AF0-B066-47FC-87FB-FDAC3C147AA1","2E3F7404-39E8-40D4-8CE5-9562B3E28CAF","19B83978-E82E-42BE-9A3B-C419E6106819","8F070B4E-A3FA-4663-A95B-20D3D45962BC","E20FD539-F6B4-4E0D-ADC8-5C1A0D0072C6","36FAB4CF-8F58-4056-9FE5-86FB1D114016","899DC007-45DC-4170-A759-8E6CA26498C7","E0AE05D7-0D12-4B46-82DF-B4079C0204E4","5BE3D953-8D17-450C-825A-0C7F990524F6","E6EFDAE7-8884-4FDD-A117-A31DD8AEAC9C","5DC5F055-B6FC-443A-A68B-113E25FEF8AC","960BBFE5-B8D9-4AE2-BE5F-F3F7D3470B6E"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"52595":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":52596},"_Extent":{"__isSmartRef__":true,"id":52597},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":52598},"renderContextTable":{"__isSmartRef__":true,"id":52599},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":52600},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"52596":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52597":{"x":265,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52598":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52599":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"52600":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52601":{"x":22.381974001732715,"y":30.870025607392563,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52602":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"AF2FA745-C7C4-4867-A3AE-CF71FAB8F8F2","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"52603":{"style":{"__isSmartRef__":true,"id":52604},"chunkOwner":{"__isSmartRef__":true,"id":52594},"storedString":"PartsBin/BP2012/","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"52604":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"52605":{"x":265,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52606":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"52607":{"morph":{"__isSmartRef__":true,"id":52594},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"52608":{"submorphs":[{"__isSmartRef__":true,"id":52609}],"scripts":[],"id":"B9C5D5F6-A9B6-408F-9631-BA033BB9B7AD","shape":{"__isSmartRef__":true,"id":52625},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":52641},"value":true,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":52642},"lighterFill":{"__isSmartRef__":true,"id":52628},"label":{"__isSmartRef__":true,"id":52609},"attributeConnections":[{"__isSmartRef__":true,"id":52651},{"__isSmartRef__":true,"id":52652}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":52653},"name":"copyPartButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":52654},"layout":{"__isSmartRef__":true,"id":52655},"renderContextTable":{"__isSmartRef__":true,"id":52656},"eventHandler":{"__isSmartRef__":true,"id":52657},"owner":{"__isSmartRef__":true,"id":52374},"distanceToDragEvent":{"__isSmartRef__":true,"id":52658},"priorExtent":{"__isSmartRef__":true,"id":52659},"derivationIds":[1228,"A7EE497C-3BC4-48A3-8B6D-193804223319","1F02DAAA-E458-41C2-8A98-B61020A2E0A2","8324EE8D-1ABC-4E9E-96A9-C36215559902","85744E70-8D7A-4836-B64D-5D72BEB47A24","DAB27C35-5025-4060-AFA0-24DB71031B79","7490C0EB-B488-4F98-9C66-E48F89F2A921","EADFC9A5-98FD-4150-BCE8-0ACA0351474D","3A50497B-C8BD-4EAF-915B-E3790C33AD66","E6302DFE-3CE2-45C3-AE75-DE059CCC03FA","8846EE9D-80E1-4E56-9709-E2407578BA4F","73BBBF7E-E245-4A74-B34B-1EAC6C38F0B5","CE44810D-6BAA-4406-8062-31A87EF0EF87","15DE6651-BEE1-4C4E-9CBD-38AC49163509","BA420413-8A66-447A-8E91-AA2C591805C7","C691FCE3-D94F-40F9-8DC8-41A8F9E64EB5","65F52EB7-20DF-4B10-862D-3629BA23FD11","8AB30725-556C-476C-8872-9AA68903803E","7D39FF18-1229-4797-83D8-F016DDAF0601"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Button"},"52609":{"submorphs":[],"scripts":[],"id":"E6C9344D-74F7-4C5B-B769-70525F29A0AE","shape":{"__isSmartRef__":true,"id":52610},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":83,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":52616},"textColor":{"__isSmartRef__":true,"id":52613},"owner":{"__isSmartRef__":true,"id":52608},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":52617}],"padding":{"__isSmartRef__":true,"id":52619},"_Padding":{"__isSmartRef__":true,"id":52620},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":52621},"renderContextTable":{"__isSmartRef__":true,"id":52622},"eventHandler":{"__isSmartRef__":true,"id":52623},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":83,"_MinTextHeight":null,"derivationIds":[1229,"48944567-0B6F-46EA-AD76-2677296C53EA","E68189FB-262E-412F-B5CE-00D5F9ED451C","4AB6AC8D-F0E4-44F7-A6A9-ED45C6B3FA16","BBAE8D78-82FB-4D7F-9F2D-D2358BC706F5","3F40AADC-4450-4508-8A3B-53779974E210","F55D05B5-34A2-4509-8B14-8929A97BDE5B","A9917EAE-88D7-49DF-86CA-8EF5155DC125","8B1BF7BF-63FD-4069-B895-FB093499508B","0F5810CB-D842-4192-A607-6D731E3887DE","9AA6C8A4-A06A-4BF0-8609-7F9C82304D02","E7062D98-E822-49C7-A6C0-23D9E5008454","7078A684-8907-4ED0-8F10-6E67DB2F5274","E9381BFD-779B-43D4-906F-6CB2BDA97999","DFD93A7D-7247-4E8B-8E62-A35FC5B50423","5DC95437-1D19-4F67-9EC2-E6F93E735962","3CA34522-1EC9-475C-96B5-7326BC8AA938","BFEC85B9-B501-4764-A00E-884B9521D79F","52B460BA-3A0E-4BF2-B035-FE3EA19D4FD1"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":52624},"__LivelyClassName__":"lively.morphic.Text"},"52610":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":52611},"_Extent":{"__isSmartRef__":true,"id":52612},"_BorderColor":{"__isSmartRef__":true,"id":52613},"renderContextTable":{"__isSmartRef__":true,"id":52614},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":52615},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"52611":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52612":{"x":85,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52613":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52614":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"52615":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52616":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52617":{"style":{"__isSmartRef__":true,"id":52618},"chunkOwner":{"__isSmartRef__":true,"id":52609},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"copy","__LivelyClassName__":"lively.morphic.TextChunk"},"52618":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"52619":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52620":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52621":{"x":85,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52622":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"52623":{"morph":{"__isSmartRef__":true,"id":52609},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"52624":{"requiredModules":[],"idOnLoad":"E6C9344D-74F7-4C5B-B769-70525F29A0AE","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"52625":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":52626},"_Extent":{"__isSmartRef__":true,"id":52627},"_Fill":{"__isSmartRef__":true,"id":52628},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":52638},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":52639},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":52640},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"52626":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52627":{"x":85,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52628":{"stops":[{"__isSmartRef__":true,"id":52629},{"__isSmartRef__":true,"id":52631},{"__isSmartRef__":true,"id":52633},{"__isSmartRef__":true,"id":52635}],"vector":{"__isSmartRef__":true,"id":52637},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"52629":{"offset":0,"color":{"__isSmartRef__":true,"id":52630}},"52630":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52631":{"offset":0.4,"color":{"__isSmartRef__":true,"id":52632}},"52632":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52633":{"offset":0.6,"color":{"__isSmartRef__":true,"id":52634}},"52634":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52635":{"offset":1,"color":{"__isSmartRef__":true,"id":52636}},"52636":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52637":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52638":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52639":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"52640":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52641":{"x":196,"y":393,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52642":{"stops":[{"__isSmartRef__":true,"id":52643},{"__isSmartRef__":true,"id":52645},{"__isSmartRef__":true,"id":52647},{"__isSmartRef__":true,"id":52649}],"vector":{"__isSmartRef__":true,"id":52637},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"52643":{"offset":0,"color":{"__isSmartRef__":true,"id":52644}},"52644":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52645":{"offset":0.4,"color":{"__isSmartRef__":true,"id":52646}},"52646":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52647":{"offset":0.6,"color":{"__isSmartRef__":true,"id":52648}},"52648":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52649":{"offset":1,"color":{"__isSmartRef__":true,"id":52650}},"52650":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52651":{"sourceObj":{"__isSmartRef__":true,"id":52608},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":52373},"targetMethodName":"interactivelyMoveSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"52652":{"sourceObj":{"__isSmartRef__":true,"id":52608},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":52373},"targetMethodName":"interactivelyCopySelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"52653":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52654":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"B9C5D5F6-A9B6-408F-9631-BA033BB9B7AD","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"52655":{"moveVertical":true},"52656":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"52657":{"morph":{"__isSmartRef__":true,"id":52608},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"52658":{"x":50.41301952728122,"y":-17.360760576407074,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52659":{"x":83,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52660":{"submorphs":[],"scripts":[],"id":"89710202-0E21-45BD-8B87-9C7146EE5587","shape":{"__isSmartRef__":true,"id":52661},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":52667},"_MaxTextWidth":67,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":52664},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"shareLink","partsBinMetaInfo":{"__isSmartRef__":true,"id":52668},"textChunks":[{"__isSmartRef__":true,"id":52669}],"charsReplaced":"this part with others:","lastFindLoc":28,"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":52671},"renderContextTable":{"__isSmartRef__":true,"id":52672},"eventHandler":{"__isSmartRef__":true,"id":52673},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":52674},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","owner":{"__isSmartRef__":true,"id":52374},"_MinTextWidth":67,"_MinTextHeight":null,"distanceToDragEvent":{"__isSmartRef__":true,"id":52675},"previousSelection":[0,11],"isBeingDragged":false,"derivationIds":[1232,"B9D2A879-DE55-4FCE-A39E-A49A5C513DB5","9B2052B5-A239-453D-BB12-7E8C6D47F9A3","EBBE29B3-CFB1-4F29-B063-3151F39F05EE","F4E1E4A0-3E52-4122-AA40-813B7DE11F76","838CC24A-7BA4-4FE8-9F17-0095855C98BB","31AE717F-70AF-471F-A274-C083B4D1AA99","8A4D997E-3528-421C-92E3-C9C6D3E71D7A","B7149BC1-13A4-4E74-8875-3D491C3D241D","F2E52A05-0BA8-4E2C-A15B-F2DCC738D984","35C3114B-9B72-4002-B572-01AE597A11E5","E3655B71-EA3B-4183-B0B4-310D0D2C4DCF","B3EE45E9-6582-4594-8CBB-655811150765","37D86999-5FCB-446D-9517-5DD6B4276A33","EE34DEAB-F3B3-460C-B9CA-7DADF59423FA","AC84A8AB-4DF0-4C1F-98E0-33B877C575C4","0F00D02E-5855-4186-84D6-37F19F8E7E2F","ED1E5AC0-1DA3-4AF3-B965-84149B5F8DBC","973F365C-6DAB-42E2-A628-0C5FC5D4C446"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"52661":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":52662},"_Extent":{"__isSmartRef__":true,"id":52663},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":52664},"renderContextTable":{"__isSmartRef__":true,"id":52665},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":52666},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"52662":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52663":{"x":67,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52664":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52665":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"52666":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52667":{"x":289,"y":31,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52668":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","idOnLoad":"89710202-0E21-45BD-8B87-9C7146EE5587","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"52669":{"style":{"__isSmartRef__":true,"id":52670},"chunkOwner":{"__isSmartRef__":true,"id":52660},"storedString":"Share Link","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"52670":{"uri":"http://www.lively-kernel.org/viral?part=ObjectEditor&path=PartsBin/BP2012/","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"52671":{"x":67,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52672":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"52673":{"morph":{"__isSmartRef__":true,"id":52660},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"52674":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52675":{"x":47.59213818423041,"y":-17.492989485982434,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52676":{"submorphs":[{"__isSmartRef__":true,"id":52677}],"scripts":[],"id":"E8DBF3CA-3C98-4DE9-BDC6-4E6D7536E2C9","shape":{"__isSmartRef__":true,"id":52693},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":52709},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":52696},"lighterFill":{"__isSmartRef__":true,"id":52710},"label":{"__isSmartRef__":true,"id":52677},"attributeConnections":[{"__isSmartRef__":true,"id":52719}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":52721},"name":"editModulesButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":52722},"layout":{"__isSmartRef__":true,"id":52723},"renderContextTable":{"__isSmartRef__":true,"id":52724},"eventHandler":{"__isSmartRef__":true,"id":52725},"distanceToDragEvent":{"__isSmartRef__":true,"id":52726},"priorExtent":{"__isSmartRef__":true,"id":52727},"derivationIds":[1228,"A7EE497C-3BC4-48A3-8B6D-193804223319","1F02DAAA-E458-41C2-8A98-B61020A2E0A2","8324EE8D-1ABC-4E9E-96A9-C36215559902","85744E70-8D7A-4836-B64D-5D72BEB47A24","DAB27C35-5025-4060-AFA0-24DB71031B79","7490C0EB-B488-4F98-9C66-E48F89F2A921","560C20B1-25AC-44A3-AEFB-D1BF530F949F","BFA181FE-2E54-4F33-B095-AFDB42B6BDF5","5A129B5C-19E8-4F9F-8EE3-965642773E8D","950927A9-0B66-4641-BF3B-AB7AA29E66E2","8304D920-645F-4AD4-ACE7-A38F24AB5D56","70072C5E-4EC6-4FE8-AE8D-0063E8C5C429","78B5D0D4-37C6-48D0-BCDC-42831A6A3B10","E08BFEC8-4724-411F-B2C9-27B45D8D5B60","856E27F5-D879-4196-AD79-1F320AE5A2F5","44E3D67D-28B4-4B2B-B13E-ED9DA00E896C","5F21413A-418D-4594-9F22-604D1D07E8B6","F22C835D-31F3-4912-AE38-BAA069A45FCC","BE13CC1D-6085-414D-B757-D3B8840BBD25","17259AF0-5B53-4DDD-9C8D-F8EEEBA17A54"],"owner":{"__isSmartRef__":true,"id":52374},"_Rotation":0,"_Scale":0.9920279440699424,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Button"},"52677":{"submorphs":[],"scripts":[],"id":"4FDCE3AD-CE20-4018-A092-8DFB042014EE","shape":{"__isSmartRef__":true,"id":52678},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":62.378312347756264,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":52684},"textColor":{"__isSmartRef__":true,"id":52681},"owner":{"__isSmartRef__":true,"id":52676},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":52685}],"padding":{"__isSmartRef__":true,"id":52687},"_Padding":{"__isSmartRef__":true,"id":52688},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":52689},"renderContextTable":{"__isSmartRef__":true,"id":52690},"eventHandler":{"__isSmartRef__":true,"id":52691},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":62.378312347756264,"_MinTextHeight":null,"derivationIds":[1229,"48944567-0B6F-46EA-AD76-2677296C53EA","E68189FB-262E-412F-B5CE-00D5F9ED451C","4AB6AC8D-F0E4-44F7-A6A9-ED45C6B3FA16","BBAE8D78-82FB-4D7F-9F2D-D2358BC706F5","3F40AADC-4450-4508-8A3B-53779974E210","F55D05B5-34A2-4509-8B14-8929A97BDE5B","57E00BE5-A979-4932-A6BF-82E922915547","3F2A56C8-300D-48C4-AEC6-2B6D57BB4AFA","59668791-500C-47F3-BB68-9E3128E1368E","9F26A844-331F-4C72-9C1F-317F97684DDC","47F7E9D0-6F7E-4A60-BB12-C4E348651067","D6D1CB99-F4D0-4279-81F4-B95FCA0DE172","0F1A41BA-2391-44D6-B03B-8ACB97D2F626","9813528A-089C-414B-A3C4-9E02F0E9E422","23F98A90-8A22-46A9-B2D6-DF287B5C4681","EE9BCAB9-9781-46F5-A2A9-FFB5D11ECF29","F3623320-595F-45C5-9235-612BABDF0402","4263733A-8D31-4A62-ABB9-9D29CFEB1BDB","730EC70E-9E7A-44E3-8715-4589916635F2","60DDE4EC-47FC-4E76-8D24-583559FBA501"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":52692},"__LivelyClassName__":"lively.morphic.Text"},"52678":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":52679},"_Extent":{"__isSmartRef__":true,"id":52680},"_BorderColor":{"__isSmartRef__":true,"id":52681},"renderContextTable":{"__isSmartRef__":true,"id":52682},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":52683},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"52679":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52680":{"x":64.37831234775626,"y":21.69293479284704,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52681":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52682":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"52683":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52684":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52685":{"style":{"__isSmartRef__":true,"id":52686},"chunkOwner":{"__isSmartRef__":true,"id":52677},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"modules","__LivelyClassName__":"lively.morphic.TextChunk"},"52686":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"52687":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52688":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52689":{"x":64.37831234775626,"y":21.69293479284704,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52690":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"52691":{"morph":{"__isSmartRef__":true,"id":52677},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"52692":{"requiredModules":[],"idOnLoad":"4FDCE3AD-CE20-4018-A092-8DFB042014EE","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"52693":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":52694},"_Extent":{"__isSmartRef__":true,"id":52695},"_Fill":{"__isSmartRef__":true,"id":52696},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":52706},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":52707},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":52708},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"52694":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52695":{"x":64.37831234775626,"y":21.69293479284704,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52696":{"stops":[{"__isSmartRef__":true,"id":52697},{"__isSmartRef__":true,"id":52699},{"__isSmartRef__":true,"id":52701},{"__isSmartRef__":true,"id":52703}],"vector":{"__isSmartRef__":true,"id":52705},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"52697":{"offset":0,"color":{"__isSmartRef__":true,"id":52698}},"52698":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52699":{"offset":0.4,"color":{"__isSmartRef__":true,"id":52700}},"52700":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52701":{"offset":0.6,"color":{"__isSmartRef__":true,"id":52702}},"52702":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52703":{"offset":1,"color":{"__isSmartRef__":true,"id":52704}},"52704":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52705":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52706":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52707":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"52708":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52709":{"x":285.00468966732456,"y":393.95580708060504,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52710":{"stops":[{"__isSmartRef__":true,"id":52711},{"__isSmartRef__":true,"id":52713},{"__isSmartRef__":true,"id":52715},{"__isSmartRef__":true,"id":52717}],"vector":{"__isSmartRef__":true,"id":52705},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"52711":{"offset":0,"color":{"__isSmartRef__":true,"id":52712}},"52712":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52713":{"offset":0.4,"color":{"__isSmartRef__":true,"id":52714}},"52714":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52715":{"offset":0.6,"color":{"__isSmartRef__":true,"id":52716}},"52716":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52717":{"offset":1,"color":{"__isSmartRef__":true,"id":52718}},"52718":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52719":{"sourceObj":{"__isSmartRef__":true,"id":52676},"sourceAttrName":"fire","targetMethodName":"showRequiredModules","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":52720},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"52720":{"source":{"__isSmartRef__":true,"id":52676}},"52721":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52722":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"E8DBF3CA-3C98-4DE9-BDC6-4E6D7536E2C9","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"52723":{"moveVertical":true},"52724":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"52725":{"morph":{"__isSmartRef__":true,"id":52676},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"52726":{"x":48.17656337858898,"y":-13.247949828198443,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52727":{"x":63.91140505366775,"y":21.69293479284704,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52728":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":52729},"derivationIds":[null,"074C2A5B-DB0A-47F0-A589-2DD872B13343","A8A6CA38-F1A7-4072-AC76-F667C20E1A28","E4076130-19FC-4FF2-A735-34F038892965","53A19BCB-248D-4752-A030-42E6E2FB058A","03EC7CDC-FEB2-40DC-8DB5-DFB9E562D7AD","1CBF94A0-4332-4B18-9332-45E2DD64F32C","AAB6B212-3779-48E1-AF91-947E29A54CAC","E849326B-286B-4A46-A16F-947D59B9F689","C4FB7428-2907-491D-A57B-5DDE1CD03756","486B6DA7-48F1-48E9-993B-30AE235D0A5C"],"id":"5F5327D1-1033-4AC2-98AB-B9F5588A7CA6","renderContextTable":{"__isSmartRef__":true,"id":52735},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":52736}],"eventHandler":{"__isSmartRef__":true,"id":52738},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"auto","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Monaco,monospace","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":52739},"priorExtent":{"__isSmartRef__":true,"id":52740},"_MaxTextWidth":306,"_MinTextWidth":306,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":52374},"layout":{"__isSmartRef__":true,"id":52741},"syntaxHighlightingWhileTyping":false,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"lastSyntaxHighlightTime":1328037408581,"accessibleInInactiveWindow":true,"showsHalos":false,"name":"CommitLog","__SourceModuleName__":"Global.lively.morphic.TextCore","_Rotation":0,"_Scale":0.992027944069942,"prevScroll":[0,0],"partsBinMetaInfo":{"__isSmartRef__":true,"id":52742},"__LivelyClassName__":"lively.morphic.Text"},"52729":{"_Position":{"__isSmartRef__":true,"id":52730},"renderContextTable":{"__isSmartRef__":true,"id":52731},"_Extent":{"__isSmartRef__":true,"id":52732},"_ClipMode":"auto","_Padding":{"__isSmartRef__":true,"id":52733},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":52734},"_Fill":null,"_BorderRadius":7.405,"_Opacity":1,"_BorderStyle":"solid","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"52730":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52731":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"52732":{"x":333,"y":124,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52733":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52734":{"r":0.662,"g":0.662,"b":0.662,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52735":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"52736":{"style":{"__isSmartRef__":true,"id":52737},"chunkOwner":{"__isSmartRef__":true,"id":52728},"storedString":"2012-06-27 02:25 athomschke: \n 2. Merge PartsBin/PartsClasses/ObjectEditor, rev. 166983 (current) into the result. Common Parent: Tools/ObjectEditor, rev. 166414\n2012-06-06 18:29 lauritz: \n clicking twice on the magnifier will keep the selection at the current target. schau mal jetze. oy vey.\n2012-06-06 18:07 lauritz: \n fix bad interaction b/w highlight and tracking in magnifier\n2012-06-06 17:29 lauritz: \n no comment\n2012-06-06 17:25 lauritz: \n fixed magnifier-tool: highlight-rectangle property of the object, now.\n2012-06-06 16:21 tessi: \n Fix for target highlights. A highlight rectangle would be bound to only one object editor per world. Now, each explorer will load and use its own rectangle\n2012-05-29 13:18 lauritz: \n hover over the magnifier button to see the current target\n2012-05-29 13:10 lauritz: \n reduced global variable usage\n2012-05-24 16:48 timfelgentreff: \n no comment\n2012-05-24 16:48 timfelgentreff: \n no comment\n2012-04-26 11:15 fbo: \n No more addScript and better support for Firefox\n2012-04-26 11:14 fbo: \n No more addScript and better support for Firefox\n2012-03-07 22:55 fabian: \n no comment\n2012-03-07 22:48 fabian: \n no comment\n2012-03-07 22:37 fabian: \n no comment\n2012-03-07 21:27 fabian: \n no comment\n2012-03-07 20:52 fabian: \n no comment\n2012-03-07 20:40 undefined: \n no comment\n2012-03-07 20:09 fabian: \n no comment\n2012-03-07 20:08 fabian: \n no comment\n2012-02-25 02:47 fbo: \n no comment\n2012-02-02 15:00 conradcalmez: \n set selection of lists to null\n2012-02-02 14:55 conradcalmez: \n added run button for trying out methods\n2012-01-27 17:50 robertkrahn: \n show scripts even if they are wrapped\n2012-01-06 07:15 lauritz: \n no comment\n2011-12-16 20:28 lauritz: \n top-most entry of the tag list is \"all\" now.\n2011-12-16 20:23 lauritz: \n sorted tag list.\n2011-12-13 22:04 lauritz: \n tries to get user directly from localStorage now. if there's no user set, then we don't call CGI - logging into trac should not be necessary for developing parts.\n2011-12-13 18:56 lauritz: \n removed a workaround\n2011-12-07 06:13 lauritz: \n workaround for issue #161 - target morph list is scrollable\n2011-12-07 04:31 lauritz: \n fixed a bug regarding anonymous morphs.\n2011-11-30 23:55 lauritz: \n fixed a defect (weeeeeird property caused an error on deserialization of copies)\n2011-11-29 04:44 lauritz: \n renamed .categorize to .tag\n2011-11-22 23:02 lauritz: \n added a border to notifications, centered notification text\n2011-11-18 20:19 lauritz: \n removed a missed debugger statement. corrected setting of target.\n2011-11-15 20:12 lauritz: \n set a minExtent\n2011-11-04 13:44 jenslincke: \n set min extent to pt(500,300)\n2011-11-04 13:41 jenslincke: \n bring resize handle to front\n2011-10-28 05:36 lauritz: \n Locked down submorphs of the editor pane. Grabbing and dragging disabled. \n2011-10-21 00:40 lauritz: \n Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items.\n2011-11-11 01:42 lauritz: \n added confirmation before removal of scripts or connections.\n2011-11-11 01:47 lauritz: \n two more checks on attempts to remove scripts or connections.\n2011-11-16 02:12 lauritz: \n layout adaptions\n2011-11-17 23:22 lauritz: \n Refactoring of script annotations (now at scripts not morphs). Added category tagging. Layout changes.\n2011-11-18 15:26 jenslincke: \n - reset title bar and borders\n2011-11-21 23:14 lauritz: \n fixed a bug (onBlur event handling) and added the world to the target chooser\n2011-11-23 18:26 lauritz: \n adapted layout of notifications\n2011-11-29 04:50 lauritz: \n changed label \"Category:\" to \"Tag:\".\n2012-02-02 17:36 bsiegmund: \n Run Button now moving when window is resized\n2012-02-03 11:45 sstamm: \n added save button\n2012-03-07 20:37 fabian: \n no comment\n2012-03-07 20:42 fabian: \n no comment\n2012-03-07 20:57 fabian: \n no comment\n2012-03-07 22:14 fabian: \n no comment\n2012-03-07 22:34 fabian: \n no comment\n2012-03-07 22:46 fabian: \n no comment\n2012-03-07 22:51 fabian: \n no comment\n2012-03-08 19:12 robertkrahn: \n - Tags text morph now is a input line, fixed a bug in generateSourceForScript()\n2012-04-26 11:16 fbo: \n No more addScript and better support for Firefox\n2012-04-26 22:03 robertkrahn: \n restored old version for addressing immediate save problems\n2012-05-24 16:54 timfelgentreff: \n no comment\n2012-05-24 17:21 timfelgentreff: \n Add a magnifiying glass to select target (similar to developer tools DOM selection)\n2012-06-27 02:17 athomschke: \n step 1 correct order this time\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"52737":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"52738":{"morph":{"__isSmartRef__":true,"id":52728},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"52739":{"x":21.16240762993516,"y":257.9370085150181,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52740":{"x":333,"y":124,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52741":{"resizeWidth":true,"resizeHeight":true},"52742":{"partName":"CommitLog","requiredModules":[],"idOnLoad":"5F5327D1-1033-4AC2-98AB-B9F5588A7CA6","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"52743":{"position":{"__isSmartRef__":true,"id":52744},"_Extent":{"__isSmartRef__":true,"id":52745},"_BorderWidth":2.294,"_BorderColor":{"__isSmartRef__":true,"id":52746},"_Fill":{"__isSmartRef__":true,"id":52747},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":52748},"_BorderRadius":6.12,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":52749},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"52744":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52745":{"x":373,"y":433,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52746":{"r":0.258,"g":0.258,"b":0.258,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52747":{"r":0.921,"g":0.921,"b":0.921,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52748":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"52749":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52750":{"x":763.5732305084431,"y":38,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52751":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","comment":"A simple box morph","migrationLevel":2,"idOnLoad":"DADF4668-8FB8-4E3F-A2BB-1D706769C7E4","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"52752":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"52753":{"morph":{"__isSmartRef__":true,"id":52374},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"52754":{"x":383,"y":433,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52755":{"moveHorizontal":true},"52756":{"submorphs":[],"scripts":[],"id":"95552165-E18F-4403-B830-405C3B90E9B2","shape":{"__isSmartRef__":true,"id":52757},"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":52764},"itemList":["*all*","*latest*","*search*","Backgrounds","Basic","BP2012","CodeSnippets","Constantin","Controls","Database","DatabaseDemo","Debugging","Demos","Dialogs","Documentation","DroppableBehaviors","ElProfesor","Fabian","FreedomOfSpeech","Fun","Games","Grid","groupBejeweled","Holger","Inputs","iPadWidgets","Issues","Jens","Layout","Maps","Martin","Math","morphic.js","MP2011WS","NewWorld","PartsClasses","Pictures","Presenting","Productivity","prova","Robert","Sandbox","Scripting","Server","SketchyInputs","SWD2011","Tests","Text","Tiles","Tools","uncategorized","Visualization","Widgets","Wiki"],"showsHalos":false,"name":"categoryList","partsBinMetaInfo":{"__isSmartRef__":true,"id":52765},"__SourceModuleName__":"Global.lively.morphic.Core","owner":{"__isSmartRef__":true,"id":52373},"_ClipMode":"auto","prevScroll":[0,64],"attributeConnections":[{"__isSmartRef__":true,"id":52766}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"priorExtent":{"__isSmartRef__":true,"id":52767},"layout":{"__isSmartRef__":true,"id":52768},"renderContextTable":{"__isSmartRef__":true,"id":52769},"eventHandler":{"__isSmartRef__":true,"id":52770},"isBeingDragged":false,"derivationIds":[1234,"E4573A4B-7457-4A85-B5E0-8634CF6B5A32","36ABD56F-22FB-466E-911F-B5A54713AC62","C5B5D3B3-C81B-4BF1-AF14-AD010028B8E8","0E406F2D-69F9-4AB8-8D75-02815B9FE8AB","AB7C35D1-2411-4621-AEF1-4B26A3B06611","134793DC-D7FD-429A-8303-7E57B5B7B24A","37D6C084-5E43-4B73-9710-E05DEA0B8D9B","C98A36F4-D242-4A3E-82C9-9DF7443A3BC6","C3570FAB-192B-4D80-8400-751E3DD8720B","C2FE8FA7-4EA1-4C9D-80F6-79C11F913648","8F4F6AB0-12EB-41C0-8D58-A77552E84513","51C37965-82DC-42C3-8156-18C2B8BEEECE","99CAEA25-7AB9-46F2-82ED-969208DEDF24","6A42ED52-B82A-4F6D-8A14-F83CB210F7F6","169EBC93-B142-4138-80E3-5FB92BD3CEB6","8C059D61-0E96-4978-9636-66BAF103AD61","FEEE89FC-5929-4378-BE7B-6059E02339F3","AF14E500-F1A1-49BA-987C-C9126B05DAD9"],"selectedLineNo":5,"_Rotation":0,"_Scale":1,"selection":"BP2012","__LivelyClassName__":"lively.morphic.List"},"52757":{"position":{"__isSmartRef__":true,"id":52758},"_Extent":{"__isSmartRef__":true,"id":52759},"_BorderWidth":1.258,"_BorderColor":{"__isSmartRef__":true,"id":52760},"_Fill":{"__isSmartRef__":true,"id":52761},"__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderRadius":0,"renderContextTable":{"__isSmartRef__":true,"id":52762},"_Padding":{"__isSmartRef__":true,"id":52763},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"52758":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52759":{"x":145.0100150200251,"y":441.23781865967146,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52760":{"r":0.8280587561201496,"g":0.8280587561201496,"b":0.8280587561201496,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52761":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52762":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"52763":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52764":{"x":9,"y":37,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52765":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":1,"__SourceModuleName__":"Global.lively.PartsBin","idOnLoad":"95552165-E18F-4403-B830-405C3B90E9B2","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"52766":{"sourceObj":{"__isSmartRef__":true,"id":52756},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":52373},"targetMethodName":"categoryName","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"52767":{"x":145.0100150200251,"y":440.23781865967146,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52768":{"resizeHeight":true},"52769":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateListContent":"updateListContentHTML","resizeList":"resizeListHTML","getItemIndexFromEvent":"getItemIndexFromEventHTML","getListExtent":"getListExtentHTML","setSize":"setSizeHTML","renderAsDropDownList":"renderAsDropDownListHTML","setFontSize":"setFontSizeHTML","setFontFamily":"setFontFamilyHTML","getSelectedIndexes":"getSelectedIndexesHTML","enableMultipleSelections":"enableMultipleSelectionsHTML","selectAllAt":"selectAllAtHTML","clearSelections":"clearSelectionsHTML","deselectAt":"deselectAtHTML"},"52770":{"morph":{"__isSmartRef__":true,"id":52756},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"52771":{"submorphs":[{"__isSmartRef__":true,"id":52772}],"scripts":[],"id":"D53AE6B0-CB4C-4242-B038-47797CF637A2","shape":{"__isSmartRef__":true,"id":52788},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":52804},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":52791},"lighterFill":{"__isSmartRef__":true,"id":52805},"label":{"__isSmartRef__":true,"id":52772},"attributeConnections":[{"__isSmartRef__":true,"id":52814}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":52816},"name":"reloadButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":52817},"owner":{"__isSmartRef__":true,"id":52373},"renderContextTable":{"__isSmartRef__":true,"id":52818},"eventHandler":{"__isSmartRef__":true,"id":52819},"priorExtent":{"__isSmartRef__":true,"id":52820},"derivationIds":[1235,"1004C6DF-84F6-4345-B2CA-055AA4F773F6","E89AF462-CFE4-4AC3-B827-CB2505E2A7BA","E2DDE5E0-43A1-4195-90A8-91408473DCDA","03920DC7-DC2D-4C3F-A927-AAD2960216A5","A72AAFB6-23CC-4F29-9DAD-27A67A7577E9","2B4287A8-196C-42F0-828E-4CE4381C9D7F","528F8789-646A-46B1-B4BE-1E5382D1FC89","75DE0100-DA4C-43AC-BD8B-23EFB260EAF4","EA00D1F3-F11C-438A-9B70-1B08F358EB5C","8579EE52-28C3-4D4B-B137-ABE47C0A9E42","51DB8874-CA5A-4DAD-B23E-194CE47C8662","2770196E-663B-4618-A54A-84D5F9CDA489","34C78B01-37DE-4F8C-BD88-0D17FC632772","64ACFD9C-F0C2-4AA7-A30E-58BDDF6FE4BD","50E01FF5-1DCE-44CF-A959-D3664885DE6B","F4FF0113-404D-4EEE-B095-185CD84B7BE9","3FB7C823-28E4-4117-A9DA-442ECABA7BFA","E4711B14-CD69-4EF9-ADF3-B80780C4CD19"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Button"},"52772":{"submorphs":[],"scripts":[],"id":"08599737-F124-4FE1-9FEB-62C3016D1510","shape":{"__isSmartRef__":true,"id":52773},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":18,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":52779},"textColor":{"__isSmartRef__":true,"id":52776},"owner":{"__isSmartRef__":true,"id":52771},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":52780}],"padding":{"__isSmartRef__":true,"id":52782},"_Padding":{"__isSmartRef__":true,"id":52783},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":52784},"renderContextTable":{"__isSmartRef__":true,"id":52785},"eventHandler":{"__isSmartRef__":true,"id":52786},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":18,"_MinTextHeight":null,"derivationIds":[1236,"0AABC7BC-431F-4F28-A475-694B57A56F0A","E508F35D-1887-4A79-A395-19186427F9C7","4878087E-76B4-401E-AAFB-3A98B1DC2B76","B415B743-575F-4D4A-A6C6-6C97E4DC54A4","EA639CD5-A12C-425C-AD35-FF77947DFC67","5E535C29-89AB-424F-A50E-40D7E6794ACE","44B3E0BB-A9AF-46E4-A2A3-EB76BB87610A","905CD9C3-1327-4130-B76B-72609D9578A8","11C63B11-BCA5-4131-A18B-A4A42D1894A8","011E0634-4488-4902-9A4C-5755634994EA","2889F48B-DFF4-447E-800B-ACFDBE39907E","D0E97658-D3F9-4EF1-A44C-94053ACC7F5B","59DD8173-ED98-4207-82B2-5A95FACEC902","1C2F66E8-3F97-4ACF-AF5C-3E6F994B9584","3AD61C32-09BF-4CCC-B7AA-4CCF3F93A821","D7046839-D241-4DC4-BD4B-D76B0B70835C","9ACFE363-381B-430A-8233-9B7079D7EB1D","9E7D958C-EFB6-4772-8589-F8870872BF4A"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":52787},"__LivelyClassName__":"lively.morphic.Text"},"52773":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":52774},"_Extent":{"__isSmartRef__":true,"id":52775},"_BorderColor":{"__isSmartRef__":true,"id":52776},"renderContextTable":{"__isSmartRef__":true,"id":52777},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":52778},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"52774":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52775":{"x":20,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52776":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52777":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"52778":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52779":{"x":0,"y":-2,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52780":{"style":{"__isSmartRef__":true,"id":52781},"chunkOwner":{"__isSmartRef__":true,"id":52772},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"⟳","__LivelyClassName__":"lively.morphic.TextChunk"},"52781":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"52782":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52783":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52784":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52785":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"52786":{"morph":{"__isSmartRef__":true,"id":52772},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"52787":{"requiredModules":[],"idOnLoad":"08599737-F124-4FE1-9FEB-62C3016D1510","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"52788":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":52789},"_Extent":{"__isSmartRef__":true,"id":52790},"_Fill":{"__isSmartRef__":true,"id":52791},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":52801},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":52802},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":52803},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"52789":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52790":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52791":{"stops":[{"__isSmartRef__":true,"id":52792},{"__isSmartRef__":true,"id":52794},{"__isSmartRef__":true,"id":52796},{"__isSmartRef__":true,"id":52798}],"vector":{"__isSmartRef__":true,"id":52800},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"52792":{"offset":0,"color":{"__isSmartRef__":true,"id":52793}},"52793":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52794":{"offset":0.4,"color":{"__isSmartRef__":true,"id":52795}},"52795":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52796":{"offset":0.6,"color":{"__isSmartRef__":true,"id":52797}},"52797":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52798":{"offset":1,"color":{"__isSmartRef__":true,"id":52799}},"52799":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52800":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52801":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52802":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"52803":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52804":{"x":79,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52805":{"stops":[{"__isSmartRef__":true,"id":52806},{"__isSmartRef__":true,"id":52808},{"__isSmartRef__":true,"id":52810},{"__isSmartRef__":true,"id":52812}],"vector":{"__isSmartRef__":true,"id":52800},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"52806":{"offset":0,"color":{"__isSmartRef__":true,"id":52807}},"52807":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52808":{"offset":0.4,"color":{"__isSmartRef__":true,"id":52809}},"52809":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52810":{"offset":0.6,"color":{"__isSmartRef__":true,"id":52811}},"52811":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52812":{"offset":1,"color":{"__isSmartRef__":true,"id":52813}},"52813":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"52814":{"sourceObj":{"__isSmartRef__":true,"id":52771},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":52373},"targetMethodName":"reloadEverything","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":52815},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"52815":{"source":{"__isSmartRef__":true,"id":52771},"target":{"__isSmartRef__":true,"id":52373}},"52816":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"52817":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"D53AE6B0-CB4C-4242-B038-47797CF637A2","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"52818":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"52819":{"morph":{"__isSmartRef__":true,"id":52771},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"52820":{"x":140,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"52821":{"submorphs":[{"__isSmartRef__":true,"id":52822},{"__isSmartRef__":true,"id":52855},{"__isSmartRef__":true,"id":52888},{"__isSmartRef__":true,"id":52921},{"__isSmartRef__":true,"id":52954},{"__isSmartRef__":true,"id":52987},{"__isSmartRef__":true,"id":53020},{"__isSmartRef__":true,"id":53053},{"__isSmartRef__":true,"id":53086},{"__isSmartRef__":true,"id":53119},{"__isSmartRef__":true,"id":53152},{"__isSmartRef__":true,"id":53185},{"__isSmartRef__":true,"id":53218},{"__isSmartRef__":true,"id":53251},{"__isSmartRef__":true,"id":53284},{"__isSmartRef__":true,"id":53317},{"__isSmartRef__":true,"id":53350},{"__isSmartRef__":true,"id":53383},{"__isSmartRef__":true,"id":53416},{"__isSmartRef__":true,"id":53449},{"__isSmartRef__":true,"id":53482},{"__isSmartRef__":true,"id":53515},{"__isSmartRef__":true,"id":53548},{"__isSmartRef__":true,"id":53581},{"__isSmartRef__":true,"id":53614},{"__isSmartRef__":true,"id":53647},{"__isSmartRef__":true,"id":53680},{"__isSmartRef__":true,"id":53713},{"__isSmartRef__":true,"id":53746},{"__isSmartRef__":true,"id":53779},{"__isSmartRef__":true,"id":53812},{"__isSmartRef__":true,"id":53845},{"__isSmartRef__":true,"id":53878},{"__isSmartRef__":true,"id":53911},{"__isSmartRef__":true,"id":53944},{"__isSmartRef__":true,"id":53977}],"scripts":[],"id":"C4FA4998-A33C-449C-9C87-77AAACBD39FB","shape":{"__isSmartRef__":true,"id":54010},"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"partsBinContents","partsBinMetaInfo":{"__isSmartRef__":true,"id":54017},"__SourceModuleName__":"Global.lively.morphic.Core","_ClipMode":"scroll","priorExtent":{"__isSmartRef__":true,"id":54018},"attributeConnections":[{"__isSmartRef__":true,"id":54019}],"doNotSerialize":["$$selectedItem"],"doNotCopyProperties":["$$selectedItem"],"layout":{"__isSmartRef__":true,"id":54020},"renderContextTable":{"__isSmartRef__":true,"id":54021},"eventHandler":{"__isSmartRef__":true,"id":54022},"_Position":{"__isSmartRef__":true,"id":54023},"owner":{"__isSmartRef__":true,"id":52373},"derivationIds":[1237,"36E894B8-0363-4580-8726-268CF8708422","24FF45E0-75DD-4A18-8279-472DDC2F411C","83558E66-F5C3-400C-A4C2-47A948B8136A","260D6B4C-06A4-45A2-B702-887829835D7E","86BCFBDB-66C5-4DD5-AC0E-FBCA02BB1698","D46AEB64-D1DC-46EF-822C-E86588905880","6DA46DD0-D2A0-46BE-BE8F-82D3E98A8696","24A0F2AB-B88F-494D-9EE9-F877A4619BD8","E46F739C-7FB0-451B-BFD2-7CFAEB01EF65","6BCD3F84-BE4C-4A45-92E2-D5F99FE41856","B6A2AD2D-CB4B-42BB-8790-81E87F96A774","6C871473-36BA-45B4-8D20-5396A7706FF8","8DF8249E-11A2-4CEF-8BBD-A3EFAEDF67B3","9CEB0BDD-1280-4953-992E-659D7023012A","19392237-EE49-4D2C-864D-392FDED1D4D4","ACCF1CE2-EFF4-47F8-B5AB-754C2542D519","F44C877B-AD23-4387-8FD2-D23B32E9FB1B","46B912BD-42EA-475C-8FE7-B8E7B89E6CA8"],"isBeingDragged":false,"_Rotation":0,"_Scale":1,"selectedItem":{"__isSmartRef__":true,"id":54024},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":56491},"__LivelyClassName__":"lively.morphic.Box"},"52822":{"submorphs":[{"__isSmartRef__":true,"id":52823},{"__isSmartRef__":true,"id":52833}],"scripts":[],"shape":{"__isSmartRef__":true,"id":52845},"derivationIds":[null],"id":"5DFC750A-1CA9-4634-9590-9CB1BB41AB0D","renderContextTable":{"__isSmartRef__":true,"id":52851},"eventHandler":{"__isSmartRef__":true,"id":52852},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":52853},"partsBinURL":{"__isSmartRef__":true,"id":52854},"targetName":"Benchmarker","partItem":{"__isSmartRef__":true,"id":32745},"owner":{"__isSmartRef__":true,"id":52821},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"52823":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":52824},"derivationIds":[null],"id":"0D5EE80C-421A-4D65-8F16-C9E84D4421C8","renderContextTable":{"__isSmartRef__":true,"id":52829},"eventHandler":{"__isSmartRef__":true,"id":52830},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":52831},"priorExtent":{"__isSmartRef__":true,"id":52832},"owner":{"__isSmartRef__":true,"id":52822},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"52824":{"renderContextTable":{"__isSmartRef__":true,"id":52825},"_NodeClass":["morph"],"_NodeId":"morph-0d5ee80c-421a-4d65-8f16-c9e84d4421c8","_Extent":{"__isSmartRef__":true,"id":52826},"_Padding":{"__isSmartRef__":true,"id":52827},"stringifiedShapeNode":"
setup
var list = [];\nfor (var i = 0; i < 100; i++) {\n list.push(i);\n}
test
var sum = 0;\nlist.forEach(function(i) {\n sum += i;\n}
Run
Benchmarker
X
M
","extent":{"__isSmartRef__":true,"id":52828},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"52825":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"52826":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52827":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52828":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52829":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"52830":{"morph":{"__isSmartRef__":true,"id":52823},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"52831":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52832":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52833":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":52834},"derivationIds":[null],"id":"B7AE7C5E-B5F7-4EB2-A686-96A0B02C36E8","renderContextTable":{"__isSmartRef__":true,"id":52840},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":52841}],"eventHandler":{"__isSmartRef__":true,"id":52843},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":52822},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":52844},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"52834":{"_Position":{"__isSmartRef__":true,"id":52835},"renderContextTable":{"__isSmartRef__":true,"id":52836},"_Extent":{"__isSmartRef__":true,"id":52837},"_Padding":{"__isSmartRef__":true,"id":52838},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":52839},"_NodeClass":["morph","text"],"_NodeId":"morph-b7ae7c5e-b5f7-4eb2-a686-96a0b02c36e8","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"52835":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52836":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"52837":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52838":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52839":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52840":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"52841":{"style":{"__isSmartRef__":true,"id":52842},"chunkOwner":{"__isSmartRef__":true,"id":52833},"storedString":"Benchmarker","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"52842":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"52843":{"morph":{"__isSmartRef__":true,"id":52833},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"52844":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52845":{"_Position":{"__isSmartRef__":true,"id":52846},"renderContextTable":{"__isSmartRef__":true,"id":52847},"_Extent":{"__isSmartRef__":true,"id":52848},"_Padding":{"__isSmartRef__":true,"id":52849},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-5dfc750a-1ca9-4634-9590-9cb1bb41ab0d","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":52850},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"52846":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52847":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"52848":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52849":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52850":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52851":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"52852":{"morph":{"__isSmartRef__":true,"id":52822},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"52853":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52854":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"52855":{"submorphs":[{"__isSmartRef__":true,"id":52856},{"__isSmartRef__":true,"id":52866}],"scripts":[],"shape":{"__isSmartRef__":true,"id":52878},"derivationIds":[null],"id":"39C92D26-56B0-44D0-9952-E5CED5657716","renderContextTable":{"__isSmartRef__":true,"id":52884},"eventHandler":{"__isSmartRef__":true,"id":52885},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":52886},"partsBinURL":{"__isSmartRef__":true,"id":52887},"targetName":"BootstrapParts","partItem":{"__isSmartRef__":true,"id":32779},"owner":{"__isSmartRef__":true,"id":52821},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"52856":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":52857},"derivationIds":[null],"id":"F26CB0FD-473E-4BA5-9B75-2409943BDDC2","renderContextTable":{"__isSmartRef__":true,"id":52862},"eventHandler":{"__isSmartRef__":true,"id":52863},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":52864},"priorExtent":{"__isSmartRef__":true,"id":52865},"owner":{"__isSmartRef__":true,"id":52855},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"52857":{"renderContextTable":{"__isSmartRef__":true,"id":52858},"_NodeClass":["morph"],"_NodeId":"morph-f26cb0fd-473e-4ba5-9b75-2409943bddc2","_Extent":{"__isSmartRef__":true,"id":52859},"_Padding":{"__isSmartRef__":true,"id":52860},"stringifiedShapeNode":"
bootstrap
to:
http://lively-kernel.org/repository/webwerkstatt/
from:
http://localhost/LivelyWiki
Bootstrap Parts
X
M
","extent":{"__isSmartRef__":true,"id":52861},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"52858":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"52859":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52860":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52861":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52862":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"52863":{"morph":{"__isSmartRef__":true,"id":52856},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"52864":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52865":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52866":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":52867},"derivationIds":[null],"id":"E6A74847-1C9F-46A5-83C9-FE65F1217DDC","renderContextTable":{"__isSmartRef__":true,"id":52873},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":52874}],"eventHandler":{"__isSmartRef__":true,"id":52876},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":52855},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":52877},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"52867":{"_Position":{"__isSmartRef__":true,"id":52868},"renderContextTable":{"__isSmartRef__":true,"id":52869},"_Extent":{"__isSmartRef__":true,"id":52870},"_Padding":{"__isSmartRef__":true,"id":52871},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":52872},"_NodeClass":["morph","text"],"_NodeId":"morph-e6a74847-1c9f-46a5-83c9-fe65f1217ddc","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"52868":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52869":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"52870":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52871":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52872":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52873":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"52874":{"style":{"__isSmartRef__":true,"id":52875},"chunkOwner":{"__isSmartRef__":true,"id":52866},"storedString":"BootstrapParts","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"52875":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"52876":{"morph":{"__isSmartRef__":true,"id":52866},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"52877":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52878":{"_Position":{"__isSmartRef__":true,"id":52879},"renderContextTable":{"__isSmartRef__":true,"id":52880},"_Extent":{"__isSmartRef__":true,"id":52881},"_Padding":{"__isSmartRef__":true,"id":52882},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-39c92d26-56b0-44d0-9952-e5ced5657716","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":52883},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"52879":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52880":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"52881":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52882":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52883":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52884":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"52885":{"morph":{"__isSmartRef__":true,"id":52855},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"52886":{"x":105,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52887":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"52888":{"submorphs":[{"__isSmartRef__":true,"id":52889},{"__isSmartRef__":true,"id":52899}],"scripts":[],"shape":{"__isSmartRef__":true,"id":52911},"derivationIds":[null],"id":"BB1DB838-A2A3-40AB-8D2B-228FBDF13986","renderContextTable":{"__isSmartRef__":true,"id":52917},"eventHandler":{"__isSmartRef__":true,"id":52918},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":52919},"partsBinURL":{"__isSmartRef__":true,"id":52920},"targetName":"ClassBrowser","partItem":{"__isSmartRef__":true,"id":32813},"owner":{"__isSmartRef__":true,"id":52821},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"52889":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":52890},"derivationIds":[null],"id":"34687BCC-0DA5-4034-8988-390174C977D2","renderContextTable":{"__isSmartRef__":true,"id":52895},"eventHandler":{"__isSmartRef__":true,"id":52896},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":52897},"priorExtent":{"__isSmartRef__":true,"id":52898},"owner":{"__isSmartRef__":true,"id":52888},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"52890":{"renderContextTable":{"__isSmartRef__":true,"id":52891},"_NodeClass":["morph"],"_NodeId":"morph-34687bcc-0da5-4034-8988-390174c977d2","_Extent":{"__isSmartRef__":true,"id":52892},"_Padding":{"__isSmartRef__":true,"id":52893},"stringifiedShapeNode":"
update
no code
Class Browser
X
M
","extent":{"__isSmartRef__":true,"id":52894},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"52891":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"52892":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52893":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52894":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52895":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"52896":{"morph":{"__isSmartRef__":true,"id":52889},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"52897":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52898":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52899":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":52900},"derivationIds":[null],"id":"A532B412-95E9-448F-8D41-12F78B350303","renderContextTable":{"__isSmartRef__":true,"id":52906},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":52907}],"eventHandler":{"__isSmartRef__":true,"id":52909},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":52888},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":52910},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"52900":{"_Position":{"__isSmartRef__":true,"id":52901},"renderContextTable":{"__isSmartRef__":true,"id":52902},"_Extent":{"__isSmartRef__":true,"id":52903},"_Padding":{"__isSmartRef__":true,"id":52904},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":52905},"_NodeClass":["morph","text"],"_NodeId":"morph-a532b412-95e9-448f-8d41-12f78b350303","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"52901":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52902":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"52903":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52904":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52905":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52906":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"52907":{"style":{"__isSmartRef__":true,"id":52908},"chunkOwner":{"__isSmartRef__":true,"id":52899},"storedString":"ClassBrowser","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"52908":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"52909":{"morph":{"__isSmartRef__":true,"id":52899},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"52910":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52911":{"_Position":{"__isSmartRef__":true,"id":52912},"renderContextTable":{"__isSmartRef__":true,"id":52913},"_Extent":{"__isSmartRef__":true,"id":52914},"_Padding":{"__isSmartRef__":true,"id":52915},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-bb1db838-a2a3-40ab-8d2b-228fbdf13986","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":52916},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"52912":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52913":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"52914":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52915":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52916":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52917":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"52918":{"morph":{"__isSmartRef__":true,"id":52888},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"52919":{"x":210,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52920":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"52921":{"submorphs":[{"__isSmartRef__":true,"id":52922},{"__isSmartRef__":true,"id":52932}],"scripts":[],"shape":{"__isSmartRef__":true,"id":52944},"derivationIds":[null],"id":"20764455-7CE1-457E-8BF2-1128F1F8664B","renderContextTable":{"__isSmartRef__":true,"id":52950},"eventHandler":{"__isSmartRef__":true,"id":52951},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":52952},"partsBinURL":{"__isSmartRef__":true,"id":52953},"targetName":"CodeBrowser","partItem":{"__isSmartRef__":true,"id":32847},"owner":{"__isSmartRef__":true,"id":52821},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"52922":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":52923},"derivationIds":[null],"id":"F94E821D-82C2-4245-9FDC-FD0AA11FA15E","renderContextTable":{"__isSmartRef__":true,"id":52928},"eventHandler":{"__isSmartRef__":true,"id":52929},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":52930},"priorExtent":{"__isSmartRef__":true,"id":52931},"owner":{"__isSmartRef__":true,"id":52921},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"52923":{"renderContextTable":{"__isSmartRef__":true,"id":52924},"_NodeClass":["morph"],"_NodeId":"morph-f94e821d-82c2-4245-9fdc-fd0aa11fa15e","_Extent":{"__isSmartRef__":true,"id":52925},"_Padding":{"__isSmartRef__":true,"id":52926},"stringifiedShapeNode":"
commit
update
CodeBrowser
X
M
","extent":{"__isSmartRef__":true,"id":52927},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"52924":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"52925":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52926":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52927":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52928":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"52929":{"morph":{"__isSmartRef__":true,"id":52922},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"52930":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52931":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52932":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":52933},"derivationIds":[null],"id":"6EBDD485-4AA9-41CB-8E40-447A754F0D80","renderContextTable":{"__isSmartRef__":true,"id":52939},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":52940}],"eventHandler":{"__isSmartRef__":true,"id":52942},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":52921},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":52943},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"52933":{"_Position":{"__isSmartRef__":true,"id":52934},"renderContextTable":{"__isSmartRef__":true,"id":52935},"_Extent":{"__isSmartRef__":true,"id":52936},"_Padding":{"__isSmartRef__":true,"id":52937},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":52938},"_NodeClass":["morph","text"],"_NodeId":"morph-6ebdd485-4aa9-41cb-8e40-447a754f0d80","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"52934":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52935":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"52936":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52937":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52938":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52939":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"52940":{"style":{"__isSmartRef__":true,"id":52941},"chunkOwner":{"__isSmartRef__":true,"id":52932},"storedString":"CodeBrowser","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"52941":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"52942":{"morph":{"__isSmartRef__":true,"id":52932},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"52943":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52944":{"_Position":{"__isSmartRef__":true,"id":52945},"renderContextTable":{"__isSmartRef__":true,"id":52946},"_Extent":{"__isSmartRef__":true,"id":52947},"_Padding":{"__isSmartRef__":true,"id":52948},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-20764455-7ce1-457e-8bf2-1128f1f8664b","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":52949},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"52945":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52946":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"52947":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52948":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52949":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52950":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"52951":{"morph":{"__isSmartRef__":true,"id":52921},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"52952":{"x":315,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52953":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"52954":{"submorphs":[{"__isSmartRef__":true,"id":52955},{"__isSmartRef__":true,"id":52965}],"scripts":[],"shape":{"__isSmartRef__":true,"id":52977},"derivationIds":[null],"id":"28BB1D3E-E817-42B2-9BDF-4E37EFFBBB77","renderContextTable":{"__isSmartRef__":true,"id":52983},"eventHandler":{"__isSmartRef__":true,"id":52984},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":52985},"partsBinURL":{"__isSmartRef__":true,"id":52986},"targetName":"ColorReplacer","partItem":{"__isSmartRef__":true,"id":32881},"owner":{"__isSmartRef__":true,"id":52821},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"52955":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":52956},"derivationIds":[null],"id":"FAC1D0A2-86F0-4B12-998C-8208BFB75F9D","renderContextTable":{"__isSmartRef__":true,"id":52961},"eventHandler":{"__isSmartRef__":true,"id":52962},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":52963},"priorExtent":{"__isSmartRef__":true,"id":52964},"owner":{"__isSmartRef__":true,"id":52954},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"52956":{"renderContextTable":{"__isSmartRef__":true,"id":52957},"_NodeClass":["morph"],"_NodeId":"morph-fac1d0a2-86f0-4b12-998c-8208bfb75f9d","_Extent":{"__isSmartRef__":true,"id":52958},"_Padding":{"__isSmartRef__":true,"id":52959},"stringifiedShapeNode":"
->
found 46 morphs
reset
ColorReplacer
X
M
","extent":{"__isSmartRef__":true,"id":52960},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"52957":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"52958":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52959":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52960":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52961":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"52962":{"morph":{"__isSmartRef__":true,"id":52955},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"52963":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52964":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52965":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":52966},"derivationIds":[null],"id":"E74C3273-2669-42B8-95EF-7F8936E0F523","renderContextTable":{"__isSmartRef__":true,"id":52972},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":52973}],"eventHandler":{"__isSmartRef__":true,"id":52975},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":52954},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":52976},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"52966":{"_Position":{"__isSmartRef__":true,"id":52967},"renderContextTable":{"__isSmartRef__":true,"id":52968},"_Extent":{"__isSmartRef__":true,"id":52969},"_Padding":{"__isSmartRef__":true,"id":52970},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":52971},"_NodeClass":["morph","text"],"_NodeId":"morph-e74c3273-2669-42b8-95ef-7f8936e0f523","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"52967":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52968":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"52969":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52970":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52971":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52972":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"52973":{"style":{"__isSmartRef__":true,"id":52974},"chunkOwner":{"__isSmartRef__":true,"id":52965},"storedString":"ColorReplacer","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"52974":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"52975":{"morph":{"__isSmartRef__":true,"id":52965},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"52976":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52977":{"_Position":{"__isSmartRef__":true,"id":52978},"renderContextTable":{"__isSmartRef__":true,"id":52979},"_Extent":{"__isSmartRef__":true,"id":52980},"_Padding":{"__isSmartRef__":true,"id":52981},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-28bb1d3e-e817-42b2-9bdf-4e37effbbb77","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":52982},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"52978":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52979":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"52980":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52981":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52982":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52983":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"52984":{"morph":{"__isSmartRef__":true,"id":52954},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"52985":{"x":420,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52986":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"52987":{"submorphs":[{"__isSmartRef__":true,"id":52988},{"__isSmartRef__":true,"id":52998}],"scripts":[],"shape":{"__isSmartRef__":true,"id":53010},"derivationIds":[null],"id":"330CB1EC-0A69-4B6B-AFC6-213ED5E8240B","renderContextTable":{"__isSmartRef__":true,"id":53016},"eventHandler":{"__isSmartRef__":true,"id":53017},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":53018},"partsBinURL":{"__isSmartRef__":true,"id":53019},"targetName":"CompactTestRunner","partItem":{"__isSmartRef__":true,"id":32915},"owner":{"__isSmartRef__":true,"id":52821},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"52988":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":52989},"derivationIds":[null],"id":"0EE0BB67-DB45-44B0-9B97-1CDD1A352F14","renderContextTable":{"__isSmartRef__":true,"id":52994},"eventHandler":{"__isSmartRef__":true,"id":52995},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":52996},"priorExtent":{"__isSmartRef__":true,"id":52997},"owner":{"__isSmartRef__":true,"id":52987},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"52989":{"renderContextTable":{"__isSmartRef__":true,"id":52990},"_NodeClass":["morph"],"_NodeId":"morph-0ee0bb67-db45-44b0-9b97-1cdd1a352f14","_Extent":{"__isSmartRef__":true,"id":52991},"_Padding":{"__isSmartRef__":true,"id":52992},"stringifiedShapeNode":"
2ms for 0 tests
Results
select none
select all
run selected
remove selected
add all available
TestRunner
X
M
","extent":{"__isSmartRef__":true,"id":52993},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"52990":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"52991":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52992":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52993":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52994":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"52995":{"morph":{"__isSmartRef__":true,"id":52988},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"52996":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52997":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"52998":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":52999},"derivationIds":[null],"id":"8085BAF3-52ED-4DCA-A35C-19999E232322","renderContextTable":{"__isSmartRef__":true,"id":53005},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":53006}],"eventHandler":{"__isSmartRef__":true,"id":53008},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":52987},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":53009},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"52999":{"_Position":{"__isSmartRef__":true,"id":53000},"renderContextTable":{"__isSmartRef__":true,"id":53001},"_Extent":{"__isSmartRef__":true,"id":53002},"_Padding":{"__isSmartRef__":true,"id":53003},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53004},"_NodeClass":["morph","text"],"_NodeId":"morph-8085baf3-52ed-4dca-a35c-19999e232322","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53000":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53001":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53002":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53003":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53004":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53005":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"53006":{"style":{"__isSmartRef__":true,"id":53007},"chunkOwner":{"__isSmartRef__":true,"id":52998},"storedString":"CompactTestRunner","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53007":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53008":{"morph":{"__isSmartRef__":true,"id":52998},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53009":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53010":{"_Position":{"__isSmartRef__":true,"id":53011},"renderContextTable":{"__isSmartRef__":true,"id":53012},"_Extent":{"__isSmartRef__":true,"id":53013},"_Padding":{"__isSmartRef__":true,"id":53014},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-330cb1ec-0a69-4b6b-afc6-213ed5e8240b","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53015},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53011":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53012":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53013":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53014":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53015":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53016":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53017":{"morph":{"__isSmartRef__":true,"id":52987},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53018":{"x":0,"y":105,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53019":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"53020":{"submorphs":[{"__isSmartRef__":true,"id":53021},{"__isSmartRef__":true,"id":53031}],"scripts":[],"shape":{"__isSmartRef__":true,"id":53043},"derivationIds":[null],"id":"0D0AD1BB-BBE1-4D07-AF94-DE331BB8B6E3","renderContextTable":{"__isSmartRef__":true,"id":53049},"eventHandler":{"__isSmartRef__":true,"id":53050},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":53051},"partsBinURL":{"__isSmartRef__":true,"id":53052},"targetName":"DropboxBrowser","partItem":{"__isSmartRef__":true,"id":32949},"owner":{"__isSmartRef__":true,"id":52821},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"53021":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53022},"derivationIds":[null],"id":"97CCF0CB-0FC2-426B-B555-CA7DD224E332","renderContextTable":{"__isSmartRef__":true,"id":53027},"eventHandler":{"__isSmartRef__":true,"id":53028},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":53029},"priorExtent":{"__isSmartRef__":true,"id":53030},"owner":{"__isSmartRef__":true,"id":53020},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"53022":{"renderContextTable":{"__isSmartRef__":true,"id":53023},"_NodeClass":["morph"],"_NodeId":"morph-97ccf0cb-0fc2-426b-b555-ca7dd224e332","_Extent":{"__isSmartRef__":true,"id":53024},"_Padding":{"__isSmartRef__":true,"id":53025},"stringifiedShapeNode":"
Login
under development
Dropbox
X
M
","extent":{"__isSmartRef__":true,"id":53026},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53023":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"53024":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53025":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53026":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53027":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53028":{"morph":{"__isSmartRef__":true,"id":53021},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53029":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53030":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53031":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53032},"derivationIds":[null],"id":"A627D483-7547-4FB9-84A6-2712E2DBE8CE","renderContextTable":{"__isSmartRef__":true,"id":53038},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":53039}],"eventHandler":{"__isSmartRef__":true,"id":53041},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":53020},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":53042},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53032":{"_Position":{"__isSmartRef__":true,"id":53033},"renderContextTable":{"__isSmartRef__":true,"id":53034},"_Extent":{"__isSmartRef__":true,"id":53035},"_Padding":{"__isSmartRef__":true,"id":53036},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53037},"_NodeClass":["morph","text"],"_NodeId":"morph-a627d483-7547-4fb9-84a6-2712e2dbe8ce","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53033":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53034":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53035":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53036":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53037":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53038":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"53039":{"style":{"__isSmartRef__":true,"id":53040},"chunkOwner":{"__isSmartRef__":true,"id":53031},"storedString":"DropboxBrowser","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53040":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53041":{"morph":{"__isSmartRef__":true,"id":53031},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53042":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53043":{"_Position":{"__isSmartRef__":true,"id":53044},"renderContextTable":{"__isSmartRef__":true,"id":53045},"_Extent":{"__isSmartRef__":true,"id":53046},"_Padding":{"__isSmartRef__":true,"id":53047},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-0d0ad1bb-bbe1-4d07-af94-de331bb8b6e3","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53048},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53044":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53045":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53046":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53047":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53048":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53049":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53050":{"morph":{"__isSmartRef__":true,"id":53020},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53051":{"x":105,"y":105,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53052":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"53053":{"submorphs":[{"__isSmartRef__":true,"id":53054},{"__isSmartRef__":true,"id":53064}],"scripts":[],"shape":{"__isSmartRef__":true,"id":53076},"derivationIds":[null],"id":"3EEF94F3-963C-4FCF-A581-70D45641827E","renderContextTable":{"__isSmartRef__":true,"id":53082},"eventHandler":{"__isSmartRef__":true,"id":53083},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":53084},"partsBinURL":{"__isSmartRef__":true,"id":53085},"targetName":"ErrorStackViewer","partItem":{"__isSmartRef__":true,"id":32983},"owner":{"__isSmartRef__":true,"id":52821},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"53054":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53055},"derivationIds":[null],"id":"F5A3F890-F80D-47F6-B841-3219F71AE174","renderContextTable":{"__isSmartRef__":true,"id":53060},"eventHandler":{"__isSmartRef__":true,"id":53061},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":53062},"priorExtent":{"__isSmartRef__":true,"id":53063},"owner":{"__isSmartRef__":true,"id":53053},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"53055":{"renderContextTable":{"__isSmartRef__":true,"id":53056},"_NodeClass":["morph"],"_NodeId":"morph-f5a3f890-f80d-47f6-b841-3219f71ae174","_Extent":{"__isSmartRef__":true,"id":53057},"_Padding":{"__isSmartRef__":true,"id":53058},"stringifiedShapeNode":"
browse
ErrorStackViewer
X
M
","extent":{"__isSmartRef__":true,"id":53059},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53056":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"53057":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53058":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53059":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53060":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53061":{"morph":{"__isSmartRef__":true,"id":53054},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53062":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53063":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53064":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53065},"derivationIds":[null],"id":"8F34CC7A-04FE-4BC9-A552-6B5F53F5AFC2","renderContextTable":{"__isSmartRef__":true,"id":53071},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":53072}],"eventHandler":{"__isSmartRef__":true,"id":53074},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":53053},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":53075},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53065":{"_Position":{"__isSmartRef__":true,"id":53066},"renderContextTable":{"__isSmartRef__":true,"id":53067},"_Extent":{"__isSmartRef__":true,"id":53068},"_Padding":{"__isSmartRef__":true,"id":53069},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53070},"_NodeClass":["morph","text"],"_NodeId":"morph-8f34cc7a-04fe-4bc9-a552-6b5f53f5afc2","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53066":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53067":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53068":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53069":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53070":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53071":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"53072":{"style":{"__isSmartRef__":true,"id":53073},"chunkOwner":{"__isSmartRef__":true,"id":53064},"storedString":"ErrorStackViewer","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53073":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53074":{"morph":{"__isSmartRef__":true,"id":53064},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53075":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53076":{"_Position":{"__isSmartRef__":true,"id":53077},"renderContextTable":{"__isSmartRef__":true,"id":53078},"_Extent":{"__isSmartRef__":true,"id":53079},"_Padding":{"__isSmartRef__":true,"id":53080},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-3eef94f3-963c-4fcf-a581-70d45641827e","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53081},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53077":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53078":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53079":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53080":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53081":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53082":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53083":{"morph":{"__isSmartRef__":true,"id":53053},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53084":{"x":210,"y":105,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53085":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"53086":{"submorphs":[{"__isSmartRef__":true,"id":53087},{"__isSmartRef__":true,"id":53097}],"scripts":[],"shape":{"__isSmartRef__":true,"id":53109},"derivationIds":[null],"id":"57712F65-44B2-47EA-AE26-841E9D6C9576","renderContextTable":{"__isSmartRef__":true,"id":53115},"eventHandler":{"__isSmartRef__":true,"id":53116},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":53117},"partsBinURL":{"__isSmartRef__":true,"id":53118},"targetName":"Explorer","partItem":{"__isSmartRef__":true,"id":33017},"owner":{"__isSmartRef__":true,"id":52821},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"53087":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53088},"derivationIds":[null],"id":"6F9A3FF2-6199-4D99-9063-9602BCF32E09","renderContextTable":{"__isSmartRef__":true,"id":53093},"eventHandler":{"__isSmartRef__":true,"id":53094},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":53095},"priorExtent":{"__isSmartRef__":true,"id":53096},"owner":{"__isSmartRef__":true,"id":53086},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"53088":{"renderContextTable":{"__isSmartRef__":true,"id":53089},"_NodeClass":["morph"],"_NodeId":"morph-6f9a3ff2-6199-4d99-9063-9602bcf32e09","_Extent":{"__isSmartRef__":true,"id":53090},"_Padding":{"__isSmartRef__":true,"id":53091},"stringifiedShapeNode":"
Explorer
X
M
","extent":{"__isSmartRef__":true,"id":53092},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53089":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"53090":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53091":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53092":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53093":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53094":{"morph":{"__isSmartRef__":true,"id":53087},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53095":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53096":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53097":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53098},"derivationIds":[null],"id":"2E4D805E-327F-497B-8141-08A1594293D1","renderContextTable":{"__isSmartRef__":true,"id":53104},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":53105}],"eventHandler":{"__isSmartRef__":true,"id":53107},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":53086},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":53108},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53098":{"_Position":{"__isSmartRef__":true,"id":53099},"renderContextTable":{"__isSmartRef__":true,"id":53100},"_Extent":{"__isSmartRef__":true,"id":53101},"_Padding":{"__isSmartRef__":true,"id":53102},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53103},"_NodeClass":["morph","text"],"_NodeId":"morph-2e4d805e-327f-497b-8141-08a1594293d1","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53099":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53100":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53101":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53102":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53103":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53104":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"53105":{"style":{"__isSmartRef__":true,"id":53106},"chunkOwner":{"__isSmartRef__":true,"id":53097},"storedString":"Explorer","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53106":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53107":{"morph":{"__isSmartRef__":true,"id":53097},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53108":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53109":{"_Position":{"__isSmartRef__":true,"id":53110},"renderContextTable":{"__isSmartRef__":true,"id":53111},"_Extent":{"__isSmartRef__":true,"id":53112},"_Padding":{"__isSmartRef__":true,"id":53113},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-57712f65-44b2-47ea-ae26-841e9d6c9576","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53114},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53110":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53111":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53112":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53113":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53114":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53115":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53116":{"morph":{"__isSmartRef__":true,"id":53086},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53117":{"x":315,"y":105,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53118":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"53119":{"submorphs":[{"__isSmartRef__":true,"id":53120},{"__isSmartRef__":true,"id":53130}],"scripts":[],"shape":{"__isSmartRef__":true,"id":53142},"derivationIds":[null],"id":"FB483781-94D2-4690-A84D-2FB88AE4D535","renderContextTable":{"__isSmartRef__":true,"id":53148},"eventHandler":{"__isSmartRef__":true,"id":53149},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":53150},"partsBinURL":{"__isSmartRef__":true,"id":53151},"targetName":"HTMLPrinter","partItem":{"__isSmartRef__":true,"id":33051},"owner":{"__isSmartRef__":true,"id":52821},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"53120":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53121},"derivationIds":[null],"id":"4F55A2F5-D010-40DB-9B22-4E28D35A91BC","renderContextTable":{"__isSmartRef__":true,"id":53126},"eventHandler":{"__isSmartRef__":true,"id":53127},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":53128},"priorExtent":{"__isSmartRef__":true,"id":53129},"owner":{"__isSmartRef__":true,"id":53119},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"53121":{"renderContextTable":{"__isSmartRef__":true,"id":53122},"_NodeClass":["morph"],"_NodeId":"morph-4f55a2f5-d010-40db-9b22-4e28d35a91bc","_Extent":{"__isSmartRef__":true,"id":53123},"_Padding":{"__isSmartRef__":true,"id":53124},"stringifiedShapeNode":"
show HTML
<div xmlns=\"http://www.w3.org/1999/xhtml\" tabindex=\"-1\" style=\"-webkit-transform-origin-x: 0px; -moz-transform-origin-x: 0px; -o-transform-origin-x: 0px; -webkit-transform-origin-y: 0px; -moz-transform-origin-y: 0px; -o-transform-origin-y: 0px; position: absolute; left: 228.56621700000142px; top: 70.85807099999985px; -webkit-transform: rotate(0deg) scale(0.998001, 0.998001); -moz-transform: rotate(0deg) scale(0.998001, 0.998001); -o-transform: rotate(0deg) scale(0.998001, 0.998001); \"><div style=\"overflow-x: visible; overflow-y: visible; position: absolute; left: -50px; top: -50px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(0, 204, 0); opacity: 1; border-top-width: 3.184px; border-right-width: 3.184px; border-bottom-width: 3.184px; border-left-width: 3.184px; border-top-color: rgb(0, 0, 0); border-right-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0); border-left-color: rgb(0, 0, 0); border-image: initial; width: 94px; height: 94px; border-top-left-radius: 100px; border-top-right-radius: 100px; border-bottom-right-radius: 100px; border-bottom-left-radius: 100px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; \"></div></div>
showHTML
X
M
","extent":{"__isSmartRef__":true,"id":53125},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53122":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"53123":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53124":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53125":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53126":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53127":{"morph":{"__isSmartRef__":true,"id":53120},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53128":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53129":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53130":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53131},"derivationIds":[null],"id":"ED9ADDFF-8296-4296-A04A-AF183FEC9D0C","renderContextTable":{"__isSmartRef__":true,"id":53137},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":53138}],"eventHandler":{"__isSmartRef__":true,"id":53140},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":53119},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":53141},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53131":{"_Position":{"__isSmartRef__":true,"id":53132},"renderContextTable":{"__isSmartRef__":true,"id":53133},"_Extent":{"__isSmartRef__":true,"id":53134},"_Padding":{"__isSmartRef__":true,"id":53135},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53136},"_NodeClass":["morph","text"],"_NodeId":"morph-ed9addff-8296-4296-a04a-af183fec9d0c","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53132":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53133":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53134":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53135":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53136":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53137":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"53138":{"style":{"__isSmartRef__":true,"id":53139},"chunkOwner":{"__isSmartRef__":true,"id":53130},"storedString":"HTMLPrinter","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53139":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53140":{"morph":{"__isSmartRef__":true,"id":53130},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53141":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53142":{"_Position":{"__isSmartRef__":true,"id":53143},"renderContextTable":{"__isSmartRef__":true,"id":53144},"_Extent":{"__isSmartRef__":true,"id":53145},"_Padding":{"__isSmartRef__":true,"id":53146},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-fb483781-94d2-4690-a84d-2fb88ae4d535","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53147},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53143":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53144":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53145":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53146":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53147":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53148":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53149":{"morph":{"__isSmartRef__":true,"id":53119},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53150":{"x":420,"y":105,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53151":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"53152":{"submorphs":[{"__isSmartRef__":true,"id":53153},{"__isSmartRef__":true,"id":53163}],"scripts":[],"shape":{"__isSmartRef__":true,"id":53175},"derivationIds":[null],"id":"E9EADF01-63DE-4AA0-9326-3A18088BA2A4","renderContextTable":{"__isSmartRef__":true,"id":53181},"eventHandler":{"__isSmartRef__":true,"id":53182},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":53183},"partsBinURL":{"__isSmartRef__":true,"id":53184},"targetName":"IFrameLoader","partItem":{"__isSmartRef__":true,"id":33085},"owner":{"__isSmartRef__":true,"id":52821},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"53153":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53154},"derivationIds":[null],"id":"FAFFF045-BBFA-4583-A0C0-F92F4EEBB7F0","renderContextTable":{"__isSmartRef__":true,"id":53159},"eventHandler":{"__isSmartRef__":true,"id":53160},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":53161},"priorExtent":{"__isSmartRef__":true,"id":53162},"owner":{"__isSmartRef__":true,"id":53152},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"53154":{"renderContextTable":{"__isSmartRef__":true,"id":53155},"_NodeClass":["morph"],"_NodeId":"morph-fafff045-bbfa-4583-a0c0-f92f4eebb7f0","_Extent":{"__isSmartRef__":true,"id":53156},"_Padding":{"__isSmartRef__":true,"id":53157},"stringifiedShapeNode":"
http://lively-kernel.org/repository/webwerkstatt/robert/simple.xhtml
load
remove
","extent":{"__isSmartRef__":true,"id":53158},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53155":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"53156":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53157":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53158":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53159":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53160":{"morph":{"__isSmartRef__":true,"id":53153},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53161":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53162":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53163":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53164},"derivationIds":[null],"id":"B69B206A-7C50-46FD-ABDF-D6CADFBB3401","renderContextTable":{"__isSmartRef__":true,"id":53170},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":53171}],"eventHandler":{"__isSmartRef__":true,"id":53173},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":53152},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":53174},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53164":{"_Position":{"__isSmartRef__":true,"id":53165},"renderContextTable":{"__isSmartRef__":true,"id":53166},"_Extent":{"__isSmartRef__":true,"id":53167},"_Padding":{"__isSmartRef__":true,"id":53168},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53169},"_NodeClass":["morph","text"],"_NodeId":"morph-b69b206a-7c50-46fd-abdf-d6cadfbb3401","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53165":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53166":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53167":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53168":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53169":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53170":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"53171":{"style":{"__isSmartRef__":true,"id":53172},"chunkOwner":{"__isSmartRef__":true,"id":53163},"storedString":"IFrameLoader","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53172":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53173":{"morph":{"__isSmartRef__":true,"id":53163},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53174":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53175":{"_Position":{"__isSmartRef__":true,"id":53176},"renderContextTable":{"__isSmartRef__":true,"id":53177},"_Extent":{"__isSmartRef__":true,"id":53178},"_Padding":{"__isSmartRef__":true,"id":53179},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-e9eadf01-63de-4aa0-9326-3a18088ba2a4","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53180},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53176":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53177":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53178":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53179":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53180":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53181":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53182":{"morph":{"__isSmartRef__":true,"id":53152},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53183":{"x":0,"y":210,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53184":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"53185":{"submorphs":[{"__isSmartRef__":true,"id":53186},{"__isSmartRef__":true,"id":53196}],"scripts":[],"shape":{"__isSmartRef__":true,"id":53208},"derivationIds":[null],"id":"7151400E-F033-461D-B2AB-7AE026654F36","renderContextTable":{"__isSmartRef__":true,"id":53214},"eventHandler":{"__isSmartRef__":true,"id":53215},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":53216},"partsBinURL":{"__isSmartRef__":true,"id":53217},"targetName":"LivelyTweets","partItem":{"__isSmartRef__":true,"id":33119},"owner":{"__isSmartRef__":true,"id":52821},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"53186":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53187},"derivationIds":[null],"id":"7AB2EB76-310F-435F-9131-002E39B17A32","renderContextTable":{"__isSmartRef__":true,"id":53192},"eventHandler":{"__isSmartRef__":true,"id":53193},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":53194},"priorExtent":{"__isSmartRef__":true,"id":53195},"owner":{"__isSmartRef__":true,"id":53185},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"53187":{"renderContextTable":{"__isSmartRef__":true,"id":53188},"_NodeClass":["morph"],"_NodeId":"morph-7ab2eb76-310f-435f-9131-002e39b17a32","_Extent":{"__isSmartRef__":true,"id":53189},"_Padding":{"__isSmartRef__":true,"id":53190},"stringifiedShapeNode":"
Lively Kernel
Update
LivelyTweets
X
M
","extent":{"__isSmartRef__":true,"id":53191},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53188":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"53189":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53190":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53191":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53192":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53193":{"morph":{"__isSmartRef__":true,"id":53186},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53194":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53195":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53196":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53197},"derivationIds":[null],"id":"2D4C1917-A781-4C32-B1FC-27DEC486CFCB","renderContextTable":{"__isSmartRef__":true,"id":53203},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":53204}],"eventHandler":{"__isSmartRef__":true,"id":53206},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":53185},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":53207},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53197":{"_Position":{"__isSmartRef__":true,"id":53198},"renderContextTable":{"__isSmartRef__":true,"id":53199},"_Extent":{"__isSmartRef__":true,"id":53200},"_Padding":{"__isSmartRef__":true,"id":53201},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53202},"_NodeClass":["morph","text"],"_NodeId":"morph-2d4c1917-a781-4c32-b1fc-27dec486cfcb","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53198":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53199":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53200":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53201":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53202":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53203":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"53204":{"style":{"__isSmartRef__":true,"id":53205},"chunkOwner":{"__isSmartRef__":true,"id":53196},"storedString":"LivelyTweets","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53205":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53206":{"morph":{"__isSmartRef__":true,"id":53196},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53207":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53208":{"_Position":{"__isSmartRef__":true,"id":53209},"renderContextTable":{"__isSmartRef__":true,"id":53210},"_Extent":{"__isSmartRef__":true,"id":53211},"_Padding":{"__isSmartRef__":true,"id":53212},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-7151400e-f033-461d-b2ab-7ae026654f36","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53213},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53209":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53210":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53211":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53212":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53213":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53214":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53215":{"morph":{"__isSmartRef__":true,"id":53185},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53216":{"x":105,"y":210,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53217":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"53218":{"submorphs":[{"__isSmartRef__":true,"id":53219},{"__isSmartRef__":true,"id":53229}],"scripts":[],"shape":{"__isSmartRef__":true,"id":53241},"derivationIds":[null],"id":"CFF0CACF-7514-45C1-B64F-F20E0B253117","renderContextTable":{"__isSmartRef__":true,"id":53247},"eventHandler":{"__isSmartRef__":true,"id":53248},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":53249},"partsBinURL":{"__isSmartRef__":true,"id":53250},"targetName":"MethodFinder","partItem":{"__isSmartRef__":true,"id":33153},"owner":{"__isSmartRef__":true,"id":52821},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"53219":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53220},"derivationIds":[null],"id":"F176C28C-1C25-4EB6-A893-BC430C688356","renderContextTable":{"__isSmartRef__":true,"id":53225},"eventHandler":{"__isSmartRef__":true,"id":53226},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":53227},"priorExtent":{"__isSmartRef__":true,"id":53228},"owner":{"__isSmartRef__":true,"id":53218},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"53220":{"renderContextTable":{"__isSmartRef__":true,"id":53221},"_NodeClass":["morph"],"_NodeId":"morph-f176c28c-1c25-4eb6-a893-bc430c688356","_Extent":{"__isSmartRef__":true,"id":53222},"_Padding":{"__isSmartRef__":true,"id":53223},"stringifiedShapeNode":"
MethodFinder
X
M
enter method name here
search
no code
browse
search on server
","extent":{"__isSmartRef__":true,"id":53224},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53221":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"53222":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53223":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53224":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53225":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53226":{"morph":{"__isSmartRef__":true,"id":53219},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53227":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53228":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53229":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53230},"derivationIds":[null],"id":"8875B76F-F7D1-4E21-89AE-55A9FBDCC1A9","renderContextTable":{"__isSmartRef__":true,"id":53236},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":53237}],"eventHandler":{"__isSmartRef__":true,"id":53239},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":53218},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":53240},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53230":{"_Position":{"__isSmartRef__":true,"id":53231},"renderContextTable":{"__isSmartRef__":true,"id":53232},"_Extent":{"__isSmartRef__":true,"id":53233},"_Padding":{"__isSmartRef__":true,"id":53234},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53235},"_NodeClass":["morph","text"],"_NodeId":"morph-8875b76f-f7d1-4e21-89ae-55a9fbdcc1a9","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53231":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53232":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53233":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53234":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53235":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53236":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"53237":{"style":{"__isSmartRef__":true,"id":53238},"chunkOwner":{"__isSmartRef__":true,"id":53229},"storedString":"MethodFinder","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53238":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53239":{"morph":{"__isSmartRef__":true,"id":53229},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53240":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53241":{"_Position":{"__isSmartRef__":true,"id":53242},"renderContextTable":{"__isSmartRef__":true,"id":53243},"_Extent":{"__isSmartRef__":true,"id":53244},"_Padding":{"__isSmartRef__":true,"id":53245},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-cff0cacf-7514-45c1-b64f-f20e0b253117","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53246},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53242":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53243":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53244":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53245":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53246":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53247":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53248":{"morph":{"__isSmartRef__":true,"id":53218},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53249":{"x":210,"y":210,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53250":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"53251":{"submorphs":[{"__isSmartRef__":true,"id":53252},{"__isSmartRef__":true,"id":53262}],"scripts":[],"shape":{"__isSmartRef__":true,"id":53274},"derivationIds":[null],"id":"C7E6C1A5-E5FA-4F7D-9B6C-4E7A3FB40293","renderContextTable":{"__isSmartRef__":true,"id":53280},"eventHandler":{"__isSmartRef__":true,"id":53281},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":53282},"partsBinURL":{"__isSmartRef__":true,"id":53283},"targetName":"ModulePart","partItem":{"__isSmartRef__":true,"id":33187},"owner":{"__isSmartRef__":true,"id":52821},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"53252":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53253},"derivationIds":[null],"id":"2641C7E3-0DFE-4884-B8C2-884C2B3FAE94","renderContextTable":{"__isSmartRef__":true,"id":53258},"eventHandler":{"__isSmartRef__":true,"id":53259},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":53260},"priorExtent":{"__isSmartRef__":true,"id":53261},"owner":{"__isSmartRef__":true,"id":53251},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"53253":{"renderContextTable":{"__isSmartRef__":true,"id":53254},"_NodeClass":["morph"],"_NodeId":"morph-2641c7e3-0dfe-4884-b8c2-884c2b3fae94","_Extent":{"__isSmartRef__":true,"id":53255},"_Padding":{"__isSmartRef__":true,"id":53256},"stringifiedShapeNode":"
lively.morphic.Core
browse
load now
is loaded
ModulePart
X
M
","extent":{"__isSmartRef__":true,"id":53257},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53254":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"53255":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53256":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53257":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53258":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53259":{"morph":{"__isSmartRef__":true,"id":53252},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53260":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53261":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53262":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53263},"derivationIds":[null],"id":"09B45A31-3EC9-4D8D-ADC5-D3F3016E3D55","renderContextTable":{"__isSmartRef__":true,"id":53269},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":53270}],"eventHandler":{"__isSmartRef__":true,"id":53272},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":53251},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":53273},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53263":{"_Position":{"__isSmartRef__":true,"id":53264},"renderContextTable":{"__isSmartRef__":true,"id":53265},"_Extent":{"__isSmartRef__":true,"id":53266},"_Padding":{"__isSmartRef__":true,"id":53267},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53268},"_NodeClass":["morph","text"],"_NodeId":"morph-09b45a31-3ec9-4d8d-adc5-d3f3016e3d55","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53264":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53265":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53266":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53267":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53268":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53269":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"53270":{"style":{"__isSmartRef__":true,"id":53271},"chunkOwner":{"__isSmartRef__":true,"id":53262},"storedString":"ModulePart","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53271":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53272":{"morph":{"__isSmartRef__":true,"id":53262},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53273":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53274":{"_Position":{"__isSmartRef__":true,"id":53275},"renderContextTable":{"__isSmartRef__":true,"id":53276},"_Extent":{"__isSmartRef__":true,"id":53277},"_Padding":{"__isSmartRef__":true,"id":53278},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-c7e6c1a5-e5fa-4f7d-9b6c-4e7a3fb40293","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53279},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53275":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53276":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53277":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53278":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53279":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53280":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53281":{"morph":{"__isSmartRef__":true,"id":53251},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53282":{"x":315,"y":210,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53283":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"53284":{"submorphs":[{"__isSmartRef__":true,"id":53285},{"__isSmartRef__":true,"id":53295}],"scripts":[],"shape":{"__isSmartRef__":true,"id":53307},"derivationIds":[null],"id":"72107DAE-CC78-409A-8626-1C53A52AF397","renderContextTable":{"__isSmartRef__":true,"id":53313},"eventHandler":{"__isSmartRef__":true,"id":53314},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":53315},"partsBinURL":{"__isSmartRef__":true,"id":53316},"targetName":"MorphDiffer","partItem":{"__isSmartRef__":true,"id":33221},"owner":{"__isSmartRef__":true,"id":52821},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"53285":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53286},"derivationIds":[null],"id":"6AD804B9-D373-4088-B2AF-40937DDF5BB2","renderContextTable":{"__isSmartRef__":true,"id":53291},"eventHandler":{"__isSmartRef__":true,"id":53292},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":53293},"priorExtent":{"__isSmartRef__":true,"id":53294},"owner":{"__isSmartRef__":true,"id":53284},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"53286":{"renderContextTable":{"__isSmartRef__":true,"id":53287},"_NodeClass":["morph"],"_NodeId":"morph-6ad804b9-d373-4088-b2af-40937ddf5bb2","_Extent":{"__isSmartRef__":true,"id":53288},"_Padding":{"__isSmartRef__":true,"id":53289},"stringifiedShapeNode":"
your value:
value in PartsBin:
conflicted
added
removed
updated
MorphDiffer
X
M
","extent":{"__isSmartRef__":true,"id":53290},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53287":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"53288":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53289":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53290":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53291":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53292":{"morph":{"__isSmartRef__":true,"id":53285},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53293":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53294":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53295":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53296},"derivationIds":[null],"id":"0D800012-F2D0-4845-86A8-DA352E010870","renderContextTable":{"__isSmartRef__":true,"id":53302},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":53303}],"eventHandler":{"__isSmartRef__":true,"id":53305},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":53284},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":53306},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53296":{"_Position":{"__isSmartRef__":true,"id":53297},"renderContextTable":{"__isSmartRef__":true,"id":53298},"_Extent":{"__isSmartRef__":true,"id":53299},"_Padding":{"__isSmartRef__":true,"id":53300},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53301},"_NodeClass":["morph","text"],"_NodeId":"morph-0d800012-f2d0-4845-86a8-da352e010870","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53297":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53298":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53299":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53300":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53301":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53302":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"53303":{"style":{"__isSmartRef__":true,"id":53304},"chunkOwner":{"__isSmartRef__":true,"id":53295},"storedString":"MorphDiffer","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53304":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53305":{"morph":{"__isSmartRef__":true,"id":53295},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53306":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53307":{"_Position":{"__isSmartRef__":true,"id":53308},"renderContextTable":{"__isSmartRef__":true,"id":53309},"_Extent":{"__isSmartRef__":true,"id":53310},"_Padding":{"__isSmartRef__":true,"id":53311},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-72107dae-cc78-409a-8626-1c53a52af397","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53312},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53308":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53309":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53310":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53311":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53312":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53313":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53314":{"morph":{"__isSmartRef__":true,"id":53284},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53315":{"x":420,"y":210,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53316":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"53317":{"submorphs":[{"__isSmartRef__":true,"id":53318},{"__isSmartRef__":true,"id":53328}],"scripts":[],"shape":{"__isSmartRef__":true,"id":53340},"derivationIds":[null],"id":"7B5D379E-DEBF-4F3F-85EF-A42F2178524A","renderContextTable":{"__isSmartRef__":true,"id":53346},"eventHandler":{"__isSmartRef__":true,"id":53347},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":53348},"partsBinURL":{"__isSmartRef__":true,"id":53349},"targetName":"MorphProfiler","partItem":{"__isSmartRef__":true,"id":33255},"owner":{"__isSmartRef__":true,"id":52821},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"53318":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53319},"derivationIds":[null],"id":"AAC2CBDF-4C21-47EC-AAA3-B83B25BC803B","renderContextTable":{"__isSmartRef__":true,"id":53324},"eventHandler":{"__isSmartRef__":true,"id":53325},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":53326},"priorExtent":{"__isSmartRef__":true,"id":53327},"owner":{"__isSmartRef__":true,"id":53317},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"53319":{"renderContextTable":{"__isSmartRef__":true,"id":53320},"_NodeClass":["morph"],"_NodeId":"morph-aac2cbdf-4c21-47ec-aaa3-b83b25bc803b","_Extent":{"__isSmartRef__":true,"id":53321},"_Padding":{"__isSmartRef__":true,"id":53322},"stringifiedShapeNode":"
Run
Method to Benchmark
500
Result (per call):
1.278ms
Times
Parameters
Morph Profiler
X
M
Morph to Profile
","extent":{"__isSmartRef__":true,"id":53323},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53320":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"53321":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53322":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53323":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53324":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53325":{"morph":{"__isSmartRef__":true,"id":53318},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53326":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53327":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53328":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53329},"derivationIds":[null],"id":"2AA375EA-B2A5-4F6B-B256-42E531973ED6","renderContextTable":{"__isSmartRef__":true,"id":53335},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":53336}],"eventHandler":{"__isSmartRef__":true,"id":53338},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":53317},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":53339},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53329":{"_Position":{"__isSmartRef__":true,"id":53330},"renderContextTable":{"__isSmartRef__":true,"id":53331},"_Extent":{"__isSmartRef__":true,"id":53332},"_Padding":{"__isSmartRef__":true,"id":53333},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53334},"_NodeClass":["morph","text"],"_NodeId":"morph-2aa375ea-b2a5-4f6b-b256-42e531973ed6","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53330":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53331":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53332":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53333":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53334":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53335":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"53336":{"style":{"__isSmartRef__":true,"id":53337},"chunkOwner":{"__isSmartRef__":true,"id":53328},"storedString":"MorphProfiler","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53337":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53338":{"morph":{"__isSmartRef__":true,"id":53328},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53339":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53340":{"_Position":{"__isSmartRef__":true,"id":53341},"renderContextTable":{"__isSmartRef__":true,"id":53342},"_Extent":{"__isSmartRef__":true,"id":53343},"_Padding":{"__isSmartRef__":true,"id":53344},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-7b5d379e-debf-4f3f-85ef-a42f2178524a","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53345},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53341":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53342":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53343":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53344":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53345":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53346":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53347":{"morph":{"__isSmartRef__":true,"id":53317},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53348":{"x":0,"y":315,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53349":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"53350":{"submorphs":[{"__isSmartRef__":true,"id":53351},{"__isSmartRef__":true,"id":53361}],"scripts":[],"shape":{"__isSmartRef__":true,"id":53373},"derivationIds":[null],"id":"6461EA5B-6187-4EB3-A06B-99326E69DBF6","renderContextTable":{"__isSmartRef__":true,"id":53379},"eventHandler":{"__isSmartRef__":true,"id":53380},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":53381},"partsBinURL":{"__isSmartRef__":true,"id":53382},"targetName":"ObjectEditor","partItem":{"__isSmartRef__":true,"id":33344},"owner":{"__isSmartRef__":true,"id":52821},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"53351":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53352},"derivationIds":[null],"id":"4A9C00EB-88D9-4FAE-A965-4115F04D0959","renderContextTable":{"__isSmartRef__":true,"id":53357},"eventHandler":{"__isSmartRef__":true,"id":53358},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":53359},"priorExtent":{"__isSmartRef__":true,"id":53360},"owner":{"__isSmartRef__":true,"id":53350},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"53352":{"renderContextTable":{"__isSmartRef__":true,"id":53353},"_NodeClass":["morph"],"_NodeId":"morph-4a9c00eb-88d9-4fae-a965-4115f04d0959","_Extent":{"__isSmartRef__":true,"id":53354},"_Padding":{"__isSmartRef__":true,"id":53355},"stringifiedShapeNode":"
Scripts
Connections
+
+
-
-
empty
Target:
Tag:
all
run
save
Tests
ObjectEditor
X
M
","extent":{"__isSmartRef__":true,"id":53356},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53353":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"53354":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53355":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53356":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53357":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53358":{"morph":{"__isSmartRef__":true,"id":53351},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53359":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53360":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53361":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53362},"derivationIds":[null],"id":"B86B5EAF-0B32-4809-8E2B-611B4F705BC1","renderContextTable":{"__isSmartRef__":true,"id":53368},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":53369}],"eventHandler":{"__isSmartRef__":true,"id":53371},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":53350},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":53372},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53362":{"_Position":{"__isSmartRef__":true,"id":53363},"renderContextTable":{"__isSmartRef__":true,"id":53364},"_Extent":{"__isSmartRef__":true,"id":53365},"_Padding":{"__isSmartRef__":true,"id":53366},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53367},"_NodeClass":["morph","text"],"_NodeId":"morph-b86b5eaf-0b32-4809-8e2b-611b4f705bc1","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53363":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53364":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53365":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53366":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53367":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53368":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"53369":{"style":{"__isSmartRef__":true,"id":53370},"chunkOwner":{"__isSmartRef__":true,"id":53361},"storedString":"ObjectEditor","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53370":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53371":{"morph":{"__isSmartRef__":true,"id":53361},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53372":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53373":{"_Position":{"__isSmartRef__":true,"id":53374},"renderContextTable":{"__isSmartRef__":true,"id":53375},"_Extent":{"__isSmartRef__":true,"id":53376},"_Padding":{"__isSmartRef__":true,"id":53377},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-6461ea5b-6187-4eb3-a06b-99326e69dbf6","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53378},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53374":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53375":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53376":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53377":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53378":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53379":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53380":{"morph":{"__isSmartRef__":true,"id":53350},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53381":{"x":105,"y":315,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53382":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"53383":{"submorphs":[{"__isSmartRef__":true,"id":53384},{"__isSmartRef__":true,"id":53394}],"scripts":[],"shape":{"__isSmartRef__":true,"id":53406},"derivationIds":[null],"id":"937617B0-6CC3-4DC1-8AF1-41A79672CE94","renderContextTable":{"__isSmartRef__":true,"id":53412},"eventHandler":{"__isSmartRef__":true,"id":53413},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":53414},"partsBinURL":{"__isSmartRef__":true,"id":53415},"targetName":"ObjectEditorLegacy","partItem":{"__isSmartRef__":true,"id":36793},"owner":{"__isSmartRef__":true,"id":52821},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"53384":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53385},"derivationIds":[null],"id":"2D8D5DA8-85A5-4987-8F51-1CBFB112794E","renderContextTable":{"__isSmartRef__":true,"id":53390},"eventHandler":{"__isSmartRef__":true,"id":53391},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":53392},"priorExtent":{"__isSmartRef__":true,"id":53393},"owner":{"__isSmartRef__":true,"id":53383},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"53385":{"renderContextTable":{"__isSmartRef__":true,"id":53386},"_NodeClass":["morph"],"_NodeId":"morph-2d8d5da8-85a5-4987-8f51-1cbfb112794e","_Extent":{"__isSmartRef__":true,"id":53387},"_Padding":{"__isSmartRef__":true,"id":53388},"stringifiedShapeNode":"
Scripts
Connections
+
+
-
-
empty
Target:
Tag:
all
run
save
Tests
ObjectEditorLegacy
X
M
","extent":{"__isSmartRef__":true,"id":53389},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53386":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"53387":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53388":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53389":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53390":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53391":{"morph":{"__isSmartRef__":true,"id":53384},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53392":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53393":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53394":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53395},"derivationIds":[null],"id":"DCFE388F-0DFC-4461-8C74-F8AC066616AF","renderContextTable":{"__isSmartRef__":true,"id":53401},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":53402}],"eventHandler":{"__isSmartRef__":true,"id":53404},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":53383},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":53405},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53395":{"_Position":{"__isSmartRef__":true,"id":53396},"renderContextTable":{"__isSmartRef__":true,"id":53397},"_Extent":{"__isSmartRef__":true,"id":53398},"_Padding":{"__isSmartRef__":true,"id":53399},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53400},"_NodeClass":["morph","text"],"_NodeId":"morph-dcfe388f-0dfc-4461-8c74-f8ac066616af","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53396":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53397":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53398":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53399":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53400":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53401":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"53402":{"style":{"__isSmartRef__":true,"id":53403},"chunkOwner":{"__isSmartRef__":true,"id":53394},"storedString":"ObjectEditorLegacy","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53403":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53404":{"morph":{"__isSmartRef__":true,"id":53394},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53405":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53406":{"_Position":{"__isSmartRef__":true,"id":53407},"renderContextTable":{"__isSmartRef__":true,"id":53408},"_Extent":{"__isSmartRef__":true,"id":53409},"_Padding":{"__isSmartRef__":true,"id":53410},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-937617b0-6cc3-4dc1-8af1-41a79672ce94","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53411},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53407":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53408":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53409":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53410":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53411":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53412":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53413":{"morph":{"__isSmartRef__":true,"id":53383},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53414":{"x":210,"y":315,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53415":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"53416":{"submorphs":[{"__isSmartRef__":true,"id":53417},{"__isSmartRef__":true,"id":53427}],"scripts":[],"shape":{"__isSmartRef__":true,"id":53439},"derivationIds":[null],"id":"F211D6D2-4A1D-48C7-A09E-06B29C3FF848","renderContextTable":{"__isSmartRef__":true,"id":53445},"eventHandler":{"__isSmartRef__":true,"id":53446},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":53447},"partsBinURL":{"__isSmartRef__":true,"id":53448},"targetName":"ObjectGroupEditor","partItem":{"__isSmartRef__":true,"id":36827},"owner":{"__isSmartRef__":true,"id":52821},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"53417":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53418},"derivationIds":[null],"id":"AD243788-E921-41A5-9E89-56959D408584","renderContextTable":{"__isSmartRef__":true,"id":53423},"eventHandler":{"__isSmartRef__":true,"id":53424},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":53425},"priorExtent":{"__isSmartRef__":true,"id":53426},"owner":{"__isSmartRef__":true,"id":53416},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"53418":{"renderContextTable":{"__isSmartRef__":true,"id":53419},"_NodeClass":["morph"],"_NodeId":"morph-ad243788-e921-41a5-9e89-56959d408584","_Extent":{"__isSmartRef__":true,"id":53420},"_Padding":{"__isSmartRef__":true,"id":53421},"stringifiedShapeNode":"
Scripts
Connections
+
+
-
-
Tag:
all
run
save
Tests
Name group
empty
ObjectEditor (WebDev'12)
X
M
","extent":{"__isSmartRef__":true,"id":53422},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53419":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"53420":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53421":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53422":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53423":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53424":{"morph":{"__isSmartRef__":true,"id":53417},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53425":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53426":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53427":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53428},"derivationIds":[null],"id":"F960E683-CABA-48D7-93B3-73DDC1230688","renderContextTable":{"__isSmartRef__":true,"id":53434},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":53435}],"eventHandler":{"__isSmartRef__":true,"id":53437},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":53416},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":53438},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53428":{"_Position":{"__isSmartRef__":true,"id":53429},"renderContextTable":{"__isSmartRef__":true,"id":53430},"_Extent":{"__isSmartRef__":true,"id":53431},"_Padding":{"__isSmartRef__":true,"id":53432},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53433},"_NodeClass":["morph","text"],"_NodeId":"morph-f960e683-caba-48d7-93b3-73ddc1230688","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53429":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53430":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53431":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53432":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53433":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53434":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"53435":{"style":{"__isSmartRef__":true,"id":53436},"chunkOwner":{"__isSmartRef__":true,"id":53427},"storedString":"ObjectGroupEditor","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53436":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53437":{"morph":{"__isSmartRef__":true,"id":53427},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53438":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53439":{"_Position":{"__isSmartRef__":true,"id":53440},"renderContextTable":{"__isSmartRef__":true,"id":53441},"_Extent":{"__isSmartRef__":true,"id":53442},"_Padding":{"__isSmartRef__":true,"id":53443},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-f211d6d2-4a1d-48c7-a09e-06b29c3ff848","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53444},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53440":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53441":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53442":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53443":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53444":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53445":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53446":{"morph":{"__isSmartRef__":true,"id":53416},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53447":{"x":315,"y":315,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53448":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"53449":{"submorphs":[{"__isSmartRef__":true,"id":53450},{"__isSmartRef__":true,"id":53460}],"scripts":[],"shape":{"__isSmartRef__":true,"id":53472},"derivationIds":[null],"id":"604A4AAF-CEA2-482E-BF33-9C9978E74A8C","renderContextTable":{"__isSmartRef__":true,"id":53478},"eventHandler":{"__isSmartRef__":true,"id":53479},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":53480},"partsBinURL":{"__isSmartRef__":true,"id":53481},"targetName":"ObjectInspector","partItem":{"__isSmartRef__":true,"id":36861},"owner":{"__isSmartRef__":true,"id":52821},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"53450":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53451},"derivationIds":[null],"id":"7E3075EC-84ED-4372-A39C-EF791A38BE98","renderContextTable":{"__isSmartRef__":true,"id":53456},"eventHandler":{"__isSmartRef__":true,"id":53457},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":53458},"priorExtent":{"__isSmartRef__":true,"id":53459},"owner":{"__isSmartRef__":true,"id":53449},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"53451":{"renderContextTable":{"__isSmartRef__":true,"id":53452},"_NodeClass":["morph"],"_NodeId":"morph-7e3075ec-84ed-4372-a39c-ef791a38be98","_Extent":{"__isSmartRef__":true,"id":53453},"_Padding":{"__isSmartRef__":true,"id":53454},"stringifiedShapeNode":"
this
Filter:
ObjectInspector
X
M
","extent":{"__isSmartRef__":true,"id":53455},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53452":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"53453":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53454":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53455":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53456":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53457":{"morph":{"__isSmartRef__":true,"id":53450},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53458":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53459":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53460":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53461},"derivationIds":[null],"id":"279A61D0-34C0-43AA-B8F0-ECE127D93BF1","renderContextTable":{"__isSmartRef__":true,"id":53467},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":53468}],"eventHandler":{"__isSmartRef__":true,"id":53470},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":53449},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":53471},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53461":{"_Position":{"__isSmartRef__":true,"id":53462},"renderContextTable":{"__isSmartRef__":true,"id":53463},"_Extent":{"__isSmartRef__":true,"id":53464},"_Padding":{"__isSmartRef__":true,"id":53465},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53466},"_NodeClass":["morph","text"],"_NodeId":"morph-279a61d0-34c0-43aa-b8f0-ece127d93bf1","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53462":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53463":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53464":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53465":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53466":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53467":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"53468":{"style":{"__isSmartRef__":true,"id":53469},"chunkOwner":{"__isSmartRef__":true,"id":53460},"storedString":"ObjectInspector","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53469":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53470":{"morph":{"__isSmartRef__":true,"id":53460},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53471":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53472":{"_Position":{"__isSmartRef__":true,"id":53473},"renderContextTable":{"__isSmartRef__":true,"id":53474},"_Extent":{"__isSmartRef__":true,"id":53475},"_Padding":{"__isSmartRef__":true,"id":53476},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-604a4aaf-cea2-482e-bf33-9c9978e74a8c","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53477},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53473":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53474":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53475":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53476":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53477":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53478":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53479":{"morph":{"__isSmartRef__":true,"id":53449},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53480":{"x":420,"y":315,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53481":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"53482":{"submorphs":[{"__isSmartRef__":true,"id":53483},{"__isSmartRef__":true,"id":53493}],"scripts":[],"shape":{"__isSmartRef__":true,"id":53505},"derivationIds":[null],"id":"AA09CE69-BF6A-40A0-B2FC-9364A0187FAA","renderContextTable":{"__isSmartRef__":true,"id":53511},"eventHandler":{"__isSmartRef__":true,"id":53512},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":53513},"partsBinURL":{"__isSmartRef__":true,"id":53514},"targetName":"PartsBinBrowser","partItem":{"__isSmartRef__":true,"id":36895},"owner":{"__isSmartRef__":true,"id":52821},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"53483":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53484},"derivationIds":[null],"id":"868F7929-F011-43F4-B661-0134A6F97057","renderContextTable":{"__isSmartRef__":true,"id":53489},"eventHandler":{"__isSmartRef__":true,"id":53490},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":53491},"priorExtent":{"__isSmartRef__":true,"id":53492},"owner":{"__isSmartRef__":true,"id":53482},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"53484":{"renderContextTable":{"__isSmartRef__":true,"id":53485},"_NodeClass":["morph"],"_NodeId":"morph-868f7929-f011-43f4-b661-0134a6f97057","_Extent":{"__isSmartRef__":true,"id":53486},"_Padding":{"__isSmartRef__":true,"id":53487},"stringifiedShapeNode":"
move
remove
load
nothing selected
copy
Share Link
modules
2012-01-25 19:29 athomschke: \n renamed threeWayDiff() to threeWayMerge()\n2012-01-25 17:58 athomschke: \n beautify\n2012-01-25 16:42 athomschke: \n typo\n2012-01-25 16:22 athomschke: \n no comment\n2012-01-21 12:43 athomschke: \n refactored\n2012-01-20 16:27 athomschke: \n foobar Highlight foobar\n2012-01-20 15:46 athomschke: \n initilaizeMarkerMorph on initialize\n2012-01-18 14:04 athomschke: \n changedFontSize\n2012-01-18 13:52 athomschke: \n it is possible to burn down the diff chart now\n2012-01-17 16:08 athomschke: \n removed marker morph\n2012-01-17 15:48 athomschke: \n textDiffing\n2012-01-17 14:38 athomschke: \n remove marker morph completely\n2012-01-17 14:34 athomschke: \n close marker morph\n2012-01-17 14:19 athomschke: \n markerMorph fix\n2012-01-13 21:36 athomschke: \n enable clicking on list after showing the marker morph\n2012-01-13 20:43 athomschke: \n foo\n2012-01-13 20:41 athomschke: \n so far...\n2012-01-13 20:39 athomschke: \n marking focused morph\n2012-01-12 18:09 athomschke: \n iCandy\n2012-01-12 17:49 athomschke: \n works fine for accepting or rejecting ;)\n2012-01-12 17:41 athomschke: \n set a property\n2012-01-12 17:29 athomschke: \n more\n2012-01-12 17:07 athomschke: \n trolololo\n2012-01-12 16:28 athomschke: \n typo\n2011-10-20 16:08 sebastian.stamm: \n Now with fancy text field name!\n2011-10-20 16:05 sebastian.stamm: \n now with accept and reject!\n2012-01-12 16:29 athomschke: \n screwed the window\n2012-01-12 16:32 athomschke: \n gets boring\n2012-01-12 17:04 athomschke: \n something went wrong\n2012-01-12 18:01 athomschke: \n second initial commit\n2012-01-12 19:50 athomschke: \n Overcommit with MorphDiffingLayer\n2012-01-12 20:04 athomschke: \n trigger new Diff on accepting value.\n2012-01-12 22:18 athomschke: \n no comment\n2012-01-13 11:52 athomschke: \n removing me after applying a property.\n2012-01-18 13:53 athomschke: \n proper removement\n
-
+
search
more
PartsBinBrowser
X
M
","extent":{"__isSmartRef__":true,"id":53488},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53485":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"53486":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53487":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53488":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53489":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53490":{"morph":{"__isSmartRef__":true,"id":53483},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53491":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53492":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53493":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53494},"derivationIds":[null],"id":"25C27661-160C-4E4A-BF20-0B645D704978","renderContextTable":{"__isSmartRef__":true,"id":53500},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":53501}],"eventHandler":{"__isSmartRef__":true,"id":53503},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":53482},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":53504},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53494":{"_Position":{"__isSmartRef__":true,"id":53495},"renderContextTable":{"__isSmartRef__":true,"id":53496},"_Extent":{"__isSmartRef__":true,"id":53497},"_Padding":{"__isSmartRef__":true,"id":53498},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53499},"_NodeClass":["morph","text"],"_NodeId":"morph-25c27661-160c-4e4a-bf20-0b645d704978","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53495":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53496":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53497":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53498":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53499":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53500":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"53501":{"style":{"__isSmartRef__":true,"id":53502},"chunkOwner":{"__isSmartRef__":true,"id":53493},"storedString":"PartsBinBrowser","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53502":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53503":{"morph":{"__isSmartRef__":true,"id":53493},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53504":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53505":{"_Position":{"__isSmartRef__":true,"id":53506},"renderContextTable":{"__isSmartRef__":true,"id":53507},"_Extent":{"__isSmartRef__":true,"id":53508},"_Padding":{"__isSmartRef__":true,"id":53509},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-aa09ce69-bf6a-40a0-b2fc-9364a0187faa","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53510},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53506":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53507":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53508":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53509":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53510":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53511":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53512":{"morph":{"__isSmartRef__":true,"id":53482},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53513":{"x":0,"y":420,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53514":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"53515":{"submorphs":[{"__isSmartRef__":true,"id":53516},{"__isSmartRef__":true,"id":53526}],"scripts":[],"shape":{"__isSmartRef__":true,"id":53538},"derivationIds":[null],"id":"2C3DD73F-D308-4260-9D12-288E252DAFA6","renderContextTable":{"__isSmartRef__":true,"id":53544},"eventHandler":{"__isSmartRef__":true,"id":53545},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":53546},"partsBinURL":{"__isSmartRef__":true,"id":53547},"targetName":"PartsBinBrowser2","partItem":{"__isSmartRef__":true,"id":36929},"owner":{"__isSmartRef__":true,"id":52821},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"53516":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53517},"derivationIds":[null],"id":"913534E1-717B-4494-8DDB-9A7309FFA4F7","renderContextTable":{"__isSmartRef__":true,"id":53522},"eventHandler":{"__isSmartRef__":true,"id":53523},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":53524},"priorExtent":{"__isSmartRef__":true,"id":53525},"owner":{"__isSmartRef__":true,"id":53515},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"53517":{"renderContextTable":{"__isSmartRef__":true,"id":53518},"_NodeClass":["morph"],"_NodeId":"morph-913534e1-717b-4494-8ddb-9a7309ffa4f7","_Extent":{"__isSmartRef__":true,"id":53519},"_Padding":{"__isSmartRef__":true,"id":53520},"stringifiedShapeNode":"
move
remove
load
nothing selected
copy
Fri Jan 06 2012 07:15:04 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nno comment\n\nFri Dec 16 2011 20:28:30 GMT+0100 (Mitteleuropäische Zeit) lauritz: \ntop-most entry of the tag list is \"all\" now.\n\nFri Dec 16 2011 20:23:14 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nsorted tag list.\n\nTue Dec 13 2011 22:04:53 GMT+0100 (Mitteleuropäische Zeit) lauritz: \ntries to get user directly from localStorage now. if there's no user set, then we don't call CGI - logging into trac should not be necessary for developing parts.\n\nTue Dec 13 2011 18:56:45 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nremoved a workaround\n\nWed Dec 07 2011 06:13:13 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nworkaround for issue #161 - target morph list is scrollable\n\nWed Dec 07 2011 04:31:58 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nfixed a bug regarding anonymous morphs.\n\nWed Nov 30 2011 23:55:11 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nfixed a defect (weeeeeird property caused an error on deserialization of copies)\n\nTue Nov 29 2011 04:44:44 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nrenamed .categorize to .tag\n\nTue Nov 22 2011 23:02:14 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nadded a border to notifications, centered notification text\n\nFri Nov 18 2011 20:19:07 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nremoved a missed debugger statement. corrected setting of target.\n\nTue Nov 15 2011 20:12:45 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nset a minExtent\n\nFri Nov 04 2011 13:44:45 GMT+0100 (Mitteleuropäische Zeit) jenslincke: \nset min extent to pt(500,300)\n\nFri Nov 04 2011 13:41:36 GMT+0100 (Mitteleuropäische Zeit) jenslincke: \nbring resize handle to front\n\nFri Oct 28 2011 05:36:22 GMT+0200 (Mitteleuropäische Sommerzeit) lauritz: \nLocked down submorphs of the editor pane. Grabbing and dragging disabled. \n\nFri Oct 21 2011 00:40:22 GMT+0200 (Mitteleuropäische Sommerzeit) lauritz: \nAdapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items.\n\nFri Nov 11 2011 01:42:28 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nadded confirmation before removal of scripts or connections.\n\nFri Nov 11 2011 01:47:27 GMT+0100 (Mitteleuropäische Zeit) lauritz: \ntwo more checks on attempts to remove scripts or connections.\n\nWed Nov 16 2011 02:12:15 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nlayout adaptions\n\nThu Nov 17 2011 23:22:54 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nRefactoring of script annotations (now at scripts not morphs). Added category tagging. Layout changes.\n\nFri Nov 18 2011 15:26:49 GMT+0100 (Mitteleuropäische Zeit) jenslincke: \n- reset title bar and borders\n\nMon Nov 21 2011 23:14:00 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nfixed a bug (onBlur event handling) and added the world to the target chooser\n\nWed Nov 23 2011 18:26:48 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nadapted layout of notifications\n\nTue Nov 29 2011 04:50:45 GMT+0100 (Mitteleuropäische Zeit) lauritz: \nchanged label \"Category:\" to \"Tag:\".
http://www.lively-kernel.org/viral?part=ObjectEditor&path=PartsBin/Tools/
Share link:
Commits:
DiffViewer
X
M
accept this property
accept this property
accept merged property
MorphDiffViewer
Car2
Class nameWMCNOCDIT
lively.morphic.Morph402211
lively.morphic.Text23832
lively.morphic.World12102
lively.ide.BasicBrowser10533
lively.morphic.List7213
lively.morphic.Shapes.Shape6851
WebResource5001
lively.morphic.DataGrid4402
ObjectGraphLinearizer4401
lively.morphic.Shapes.Path4302
lively.ide.FileFragment4211
lively.morphic.Rendering.DOMInterface3901
NetRequest3902
Change3761
URL3601
lively.morphic.Selection3603
lively.morphic.ControlPoint3501
ChangeSet3502
AttributeConnection3411
lively.PartsBin.PartItem3301
AnotherSourceDatabase2901
lively.morphic.TextEmphasis2801
lively.morphic.Path2802
lively.morphic.RichText2701
SVNResource2703
lively.morphic.TextChunk2601
lively.morphic.Similitude2501
lively.morphic.Window2502
lively.morphic.Layout.Layout2441
Resource2412
lively.ide.ModuleWrapper2301
lively.ide.BrowserNode2251
lively.Main.Examples2211
lively.morphic.Halo21183
lively.morphic.Slider2103
RealTrait2101
Layer2001
lively.FileUploader2001
lively.morphic.Rendering.RenderContext1931
lively.morphic.EventHandler1811
lively.morphic.Menu1803
CodeParser1721
lively.Main.Loader1721
lively.morphic.PartsBinItem1703
LayerableObject1701
MethodCategoryChange1602
lively.morphic.Tab1602
lively.PartsBin.PartsSpace1601
View1531
lively.morphic.Button1512
lively.morphic.Layout.GridLayout1502
lively.PartsBin.PartsBinMetaInfo1501
lively.morphic.TextEditor1503
DocLinkConverter1501
ClassChange1402
lively.morphic.DataGridCell1403
lively.morphic.Script1321
lively.morphic.Magnet1311
lively.morphic.TabBar1302
lively.morphic.Image1302
OMetaSupport1301
Query1302
SyntheticModel1302
lively.morphic.HandMorph1302
lively.ide.FileFragmentNode12142
lively.ide.AddNewFileCommand1202
lively.Main.WorldDataAccessor1131
lively.ide.CompleteFileFragmentNode1113
lively.morphic.Shapes.Image1102
ClassPlugin1102
ConversionPlugin1102
lively.ide.SystemBrowser1104
lively.morphic.Shapes.PathElement10101
lively.ide.ChangeNode1052
lively.ide.AddToFileFragmentCommand1042
lively.morphic.AbstractDialog1032
lively.ide.MultiFileFragmentsNode1013
lively.morphic.Shapes.External1002
lively.morphic.TitleBar1003
NetRequestStatus1001
ProtoChange1002
lively.morphic.LinearGradient1002
lively.morphic.RotateHalo1004
lively.morphic.PathVertexControlPointHalo1005
lively.morphic.HorizontalDivider1003
lively.ide.BrowserCommand9191
lively.morphic.Shapes.MoveTo902
lively.morphic.ProgressBar903
lively.ide.RemoteChangeSetNode904
lively.morph.ConnectionBuilder903
lively.morphic.DraggableBehaviorMorph903
lively.morphic.RadialGradient902
lively.morphic.Canvas.RenderContext902
lively.morphic.Layout.ConstraintLayout902
StaticChange902
JsParser902
lively.ide.ChangeSetMenuCommand902
lively.morphic.PathInsertPointHalo905
lively.morphic.App831
lively.morphic.Layout.HorizontalLayout812
Model811
lively.morphic.Layout.VerticalLayout812
lively.ide.BrowserPanel804
ClosurePlugin802
lively.morphic.RenameHalo804
DoitChange802
lively.ide.SourceControlNode802
lively.morphic.Shapes.ArcTo802
LivelyWrapperPlugin802
lively.morphic.HtmlWrapperMorph802
lively.morphic.Shapes.BezierCurve1CtlTo802
lively.morphic.Shapes.BezierCurve2CtlTo802
lively.morphic.Shapes.QuadCurveTo802
lively.ide.MethodCategoryFragmentNode804
lively.ide.CategorizedClassFragmentNode803
lively.morphic.CheckBox802
lively.morphic.GeometryTransformConnection803
lively.morphic.Shapes.CurveTo802
lively.morphic.Shapes.Ellipse802
lively.morphic.Shapes.VerticalTo802
Styles801
lively.ide.RunTestMethodCommand802
lively.morphic.Shapes.HorizontalTo802
OldModelFilter802
lively.morphic.Shapes.LineTo802
lively.morphic.GeometryConnection712
DoWeakSerializePlugin702
lively.ide.NamespaceNode702
lively.morphic.TabContainer702
SVNVersionInfo701
CopyOnlySubmorphsPlugin702
lively.morphic.LockHalo704
lively.morphic.Shapes.ClosePath702
lively.ide.SortCommand702
LayerPlugin702
lively.morphic.CopyHalo704
DeprecatedView701
lively.morphic.SliderKnob703
GenericFilter702
lively.morphic.FunctionScript702
lively.morphic.DropDownList704
lively.morphic.Layout.JournalLayout703
lively.ide.ChangeSetDoitNode703
lively.morphic.MagnetHalo703
lively.morphic.Gradient621
lively.ide.ChangeSetNode613
lively.Main.JSONWorldData612
lively.ide.ChangesGotoChangeSetCommand602
lively.morphic.HTMLParser601
lively.morphic.BoundsHalo604
lively.ide.EvaluateCommand602
lively.ide.ParserDebugCommand602
lively.ide.RefreshCommand602
lively.ide.ShowLineNumbersCommand602
lively.ide.ClassHierarchyViewCommand602
lively.morphic.GrabHalo604
lively.ide.OpenVersionsOfFile602
lively.morphic.FrameRateMorph603
lively.ide.AllModulesLoadCommand602
lively.ide.ClassChangeMenuCommand602
lively.ide.ClassElemFragmentNode603
lively.ide.AllMethodCategoryFragmentNode603
lively.morphic.PromptDialog603
lively.morphic.TabStrategyTop601
lively.morphic.EditDialog603
lively.ide.SaveChangesCommand602
lively.ide.ViewSourceCommand602
lively.ide.CompleteOmetaFragmentNode604
lively.Main.HTMLExamples602
lively.morphic.TargetScript602
StoreAndRestorePlugin602
lively.Main.HTMLLoader602
lively.morphic.MagnetSet601
lively.ide.BrowseWorldCommand602
lively.morphic.Layout.ConstraintLayoutInfo601
lively.morphic.Shapes.Rectangle602
lively.ide.OpenDiffViewerCommand602
lively.ide.OpenInFileEditorCommand602
ObjectLinearizerPlugin5181
DEPRECATEDScriptFilter502
lively.morphic.DragHalo504
lively.Main.NewMorphicData503
lively.morphic.MenuHalo504
lively.morphic.OriginHalo504
lively.ide.WikiCodeNode502
RegExpPlugin502
lively.morphic.Layout.TightHorizontalLayout503
lively.ide.WikiCodeBrowser504
lively.morphic.RescaleHalo504
lively.morphic.ResizeHalo504
lively.Main.XMLWorldData502
CrayonColors501
lively.ide.ObjectFragmentNode503
lively.ide.NodeTypeFilter502
Importer502
AnotherCodeMarkupParser501
XPathEmulator501
lively.morphic.TabPane502
lively.ide.LocalCodeBrowser504
lively.ide.NodeFilter421
lively.morphic.PathControlPointHalo424
lively.morphic.Panel413
lively.morphic.RelayEventHandler402
DoNotSerializePlugin402
lively.ide.ChangeSetClassNode403
lively.ide.ChangeSetMethodCategoryNode403
NetRequestReporter401
lively.ide.FunctionFragmentNode403
lively.ide.CopFragmentNode403
lively.ide.CopRefineFragmentNode403
lively.ide.ParseErrorFileFragment402
lively.ide.TraitFragmentNode403
XPathEmulatorResult401
lively.ide.OMetaGrammarNode403
lively.ide.ChangeSetClassElemNode403
lively.morphic.RelativeMagnet402
lively.persistence.DatePlugin402
lively.morphic.Clip403
COPError401
Exporter401
lively.ide.AddMethodToFileFragmentCommand403
lively.ide.AddLayerToFileFragmentCommand403
lively.ide.AddObjectExtendToFileFragmentCommand403
lively.ide.AddClassToFileFragmentCommand403
lively.morphic.Layout.GridLayoutPlaceholder402
lively.Main.NewWorldData402
lively.morphic.DataGridColHead403
lively.morphic.Box3192
lively.morphic.WindowedApp322
Copier311
lively.ide.OMetaRuleNode303
lively.morphic.ScriptEditorHalo304
lively.morphic.InspectHalo304
lively.morphic.PublishHalo304
SyntaxHighlighter301
OMetaParser302
IgnoreEpiMorphsPlugin302
lively.ide.TraitElemFragmentNode303
lively.ide.CopMemberFragmentNode303
lively.morphic.CloseHalo304
lively.morphic.SetImageURLHalo304
lively.morphic.StyleHalo304
lively.morphic.ConfirmDialog303
lively.morphic.Compat.Text301
lively.ide.SortFilter302
lively.morphic.HTML.RenderContext302
lively.morphic.SVG.RenderContext302
lively.morphic.WindowControl303
IgnoreDOMElementsPlugin302
AttributeConnectionPlugin302
lively.Main.CanvasLoader302
IgnoreFunctionsPlugin302
cop.PartialLayerComposition301
Module:
Module
lively.morphic
World
MetricsView
windmill
Windmill
collect
drop
Efficient Layer Activation in ContextJS
Robert Krahn, Jens Lincke, and Robert Hirschfeld\n\nSoftware Architecture Group\nHasso-Plattner-Institut Potsdam\nwww.hpi.uni-potsdam.de/swa\n\n\nPlaya Vista, CA USA\n 2012-01-18\n
The Tenth International Conference on Creating, Connecting and Collaborating through Computing\n
Contents
■ Bulletpoint\n □ another\n
Motivation
■ Bulletpoint\n □ another\n
Layer Composition and Method Activation in COP
■ Activation of Behavior Variation\n □ another\n\n■ Layer Composition in ContextJS\n\n
Layer Composition and Method Activation in COP
■ Activation of Behavior Variation\n □ another\n\n■ Layer Composition in ContextJS\n\n
Partial Method Inlining and Composition Caching
■ Inlining\n\n■ Composition Validation\n\n■ Composition Caching\n\n
Implementation
■ Method Generation\n\n■ Dealing with Closures\n\n■ Source Code Transformation\n\n■ Composition Validation\n\n
PresentationContainer
X
M
EfficientLayerA...
collect
drop
PresentationContainer
X
M
PresentationCon...
slides
create new
add existing
remove
collect all
print
remove all
presentation
start
overlay
edit
PresentationController
X
M
PresentationCon...
Car
merge & publish
undefined
accept
reject
DiffViewer
X
M
UserStoryDiffVi...
Date
Text
User name
TweetTile
continue
step into
step over
Debugger
X
M
Debugger
Results
X
M
CrabsResults
Prototype Inher...
4
TestMorph
Add Comment
conradcalmez
2011-12-07 10:12:41
Publish
Add text field
Add media field
BlogEntry
New Entry
Sync it
Blog
12
1
2
3
4
5
6
7
8
9
10
11
Clock
Scripts
Connections
+
+
-
-
undefined
empty
Target:
Tag:
all
ObjectEditor
X
M
ObjectEditor
Explorer
X
M
Explorer
-
+
search
more
PartsBinBrowser
X
M
","extent":{"__isSmartRef__":true,"id":53521},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53518":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"53519":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53520":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53521":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53522":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53523":{"morph":{"__isSmartRef__":true,"id":53516},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53524":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53525":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53526":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53527},"derivationIds":[null],"id":"D19789C6-9C45-4BCE-A19F-109AB0294969","renderContextTable":{"__isSmartRef__":true,"id":53533},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":53534}],"eventHandler":{"__isSmartRef__":true,"id":53536},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":53515},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":53537},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53527":{"_Position":{"__isSmartRef__":true,"id":53528},"renderContextTable":{"__isSmartRef__":true,"id":53529},"_Extent":{"__isSmartRef__":true,"id":53530},"_Padding":{"__isSmartRef__":true,"id":53531},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53532},"_NodeClass":["morph","text"],"_NodeId":"morph-d19789c6-9c45-4bce-a19f-109ab0294969","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53528":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53529":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53530":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53531":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53532":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53533":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"53534":{"style":{"__isSmartRef__":true,"id":53535},"chunkOwner":{"__isSmartRef__":true,"id":53526},"storedString":"PartsBinBrowser2","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53535":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53536":{"morph":{"__isSmartRef__":true,"id":53526},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53537":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53538":{"_Position":{"__isSmartRef__":true,"id":53539},"renderContextTable":{"__isSmartRef__":true,"id":53540},"_Extent":{"__isSmartRef__":true,"id":53541},"_Padding":{"__isSmartRef__":true,"id":53542},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-2c3dd73f-d308-4260-9d12-288e252dafa6","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53543},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53539":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53540":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53541":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53542":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53543":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53544":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53545":{"morph":{"__isSmartRef__":true,"id":53515},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53546":{"x":105,"y":420,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53547":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"53548":{"submorphs":[{"__isSmartRef__":true,"id":53549},{"__isSmartRef__":true,"id":53559}],"scripts":[],"shape":{"__isSmartRef__":true,"id":53571},"derivationIds":[null],"id":"E6641DE4-D2AC-4D33-B9E6-1058E75C38A6","renderContextTable":{"__isSmartRef__":true,"id":53577},"eventHandler":{"__isSmartRef__":true,"id":53578},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":53579},"partsBinURL":{"__isSmartRef__":true,"id":53580},"targetName":"PartTester","partItem":{"__isSmartRef__":true,"id":36963},"owner":{"__isSmartRef__":true,"id":52821},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"53549":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53550},"derivationIds":[null],"id":"F8EDD34A-8A90-49F1-BE29-A2A52B123C38","renderContextTable":{"__isSmartRef__":true,"id":53555},"eventHandler":{"__isSmartRef__":true,"id":53556},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":53557},"priorExtent":{"__isSmartRef__":true,"id":53558},"owner":{"__isSmartRef__":true,"id":53548},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"53550":{"renderContextTable":{"__isSmartRef__":true,"id":53551},"_NodeClass":["morph"],"_NodeId":"morph-f8edd34a-8a90-49f1-be29-a2a52b123c38","_Extent":{"__isSmartRef__":true,"id":53552},"_Padding":{"__isSmartRef__":true,"id":53553},"stringifiedShapeNode":"
World
Hello\nWorld
run tests
","extent":{"__isSmartRef__":true,"id":53554},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53551":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"53552":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53553":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53554":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53555":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53556":{"morph":{"__isSmartRef__":true,"id":53549},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53557":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53558":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53559":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53560},"derivationIds":[null],"id":"1AA2C123-2D8D-48CF-B30B-A1E695434009","renderContextTable":{"__isSmartRef__":true,"id":53566},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":53567}],"eventHandler":{"__isSmartRef__":true,"id":53569},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":53548},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":53570},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53560":{"_Position":{"__isSmartRef__":true,"id":53561},"renderContextTable":{"__isSmartRef__":true,"id":53562},"_Extent":{"__isSmartRef__":true,"id":53563},"_Padding":{"__isSmartRef__":true,"id":53564},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53565},"_NodeClass":["morph","text"],"_NodeId":"morph-1aa2c123-2d8d-48cf-b30b-a1e695434009","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53561":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53562":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53563":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53564":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53565":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53566":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"53567":{"style":{"__isSmartRef__":true,"id":53568},"chunkOwner":{"__isSmartRef__":true,"id":53559},"storedString":"PartTester","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53568":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53569":{"morph":{"__isSmartRef__":true,"id":53559},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53570":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53571":{"_Position":{"__isSmartRef__":true,"id":53572},"renderContextTable":{"__isSmartRef__":true,"id":53573},"_Extent":{"__isSmartRef__":true,"id":53574},"_Padding":{"__isSmartRef__":true,"id":53575},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-e6641de4-d2ac-4d33-b9e6-1058e75c38a6","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53576},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53572":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53573":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53574":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53575":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53576":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53577":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53578":{"morph":{"__isSmartRef__":true,"id":53548},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53579":{"x":210,"y":420,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53580":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"53581":{"submorphs":[{"__isSmartRef__":true,"id":53582},{"__isSmartRef__":true,"id":53592}],"scripts":[],"shape":{"__isSmartRef__":true,"id":53604},"derivationIds":[null],"id":"19405D4C-764A-49F6-9069-B5461ECE73DC","renderContextTable":{"__isSmartRef__":true,"id":53610},"eventHandler":{"__isSmartRef__":true,"id":53611},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":53612},"partsBinURL":{"__isSmartRef__":true,"id":53613},"targetName":"PartTestRunner","partItem":{"__isSmartRef__":true,"id":36997},"owner":{"__isSmartRef__":true,"id":52821},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"53582":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53583},"derivationIds":[null],"id":"786C6817-431C-45BF-BB43-6C94CD96788C","renderContextTable":{"__isSmartRef__":true,"id":53588},"eventHandler":{"__isSmartRef__":true,"id":53589},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":53590},"priorExtent":{"__isSmartRef__":true,"id":53591},"owner":{"__isSmartRef__":true,"id":53581},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"53583":{"renderContextTable":{"__isSmartRef__":true,"id":53584},"_NodeClass":["morph"],"_NodeId":"morph-786c6817-431c-45bf-bb43-6c94cd96788c","_Extent":{"__isSmartRef__":true,"id":53585},"_Padding":{"__isSmartRef__":true,"id":53586},"stringifiedShapeNode":"
PartTestRunner
X
M
+
-
run
save
","extent":{"__isSmartRef__":true,"id":53587},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53584":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"53585":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53586":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53587":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53588":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53589":{"morph":{"__isSmartRef__":true,"id":53582},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53590":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53591":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53592":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53593},"derivationIds":[null],"id":"FCCB4325-F964-4D00-B453-1CCB51A04945","renderContextTable":{"__isSmartRef__":true,"id":53599},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":53600}],"eventHandler":{"__isSmartRef__":true,"id":53602},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":53581},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":53603},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53593":{"_Position":{"__isSmartRef__":true,"id":53594},"renderContextTable":{"__isSmartRef__":true,"id":53595},"_Extent":{"__isSmartRef__":true,"id":53596},"_Padding":{"__isSmartRef__":true,"id":53597},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53598},"_NodeClass":["morph","text"],"_NodeId":"morph-fccb4325-f964-4d00-b453-1ccb51a04945","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53594":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53595":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53596":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53597":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53598":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53599":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"53600":{"style":{"__isSmartRef__":true,"id":53601},"chunkOwner":{"__isSmartRef__":true,"id":53592},"storedString":"PartTestRunner","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53601":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53602":{"morph":{"__isSmartRef__":true,"id":53592},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53603":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53604":{"_Position":{"__isSmartRef__":true,"id":53605},"renderContextTable":{"__isSmartRef__":true,"id":53606},"_Extent":{"__isSmartRef__":true,"id":53607},"_Padding":{"__isSmartRef__":true,"id":53608},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-19405d4c-764a-49f6-9069-b5461ece73dc","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53609},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53605":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53606":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53607":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53608":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53609":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53610":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53611":{"morph":{"__isSmartRef__":true,"id":53581},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53612":{"x":315,"y":420,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53613":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"53614":{"submorphs":[{"__isSmartRef__":true,"id":53615},{"__isSmartRef__":true,"id":53625}],"scripts":[],"shape":{"__isSmartRef__":true,"id":53637},"derivationIds":[null],"id":"BDCC307C-E4D6-4999-8950-DBDB0101DBB5","renderContextTable":{"__isSmartRef__":true,"id":53643},"eventHandler":{"__isSmartRef__":true,"id":53644},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":53645},"partsBinURL":{"__isSmartRef__":true,"id":53646},"targetName":"PrettyPrintJavascript","partItem":{"__isSmartRef__":true,"id":37031},"owner":{"__isSmartRef__":true,"id":52821},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"53615":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53616},"derivationIds":[null],"id":"A67E3684-C6A4-4654-B249-BE64D7020ECE","renderContextTable":{"__isSmartRef__":true,"id":53621},"eventHandler":{"__isSmartRef__":true,"id":53622},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":53623},"priorExtent":{"__isSmartRef__":true,"id":53624},"owner":{"__isSmartRef__":true,"id":53614},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"53616":{"renderContextTable":{"__isSmartRef__":true,"id":53617},"_NodeClass":["morph"],"_NodeId":"morph-a67e3684-c6a4-4654-b249-be64d7020ece","_Extent":{"__isSmartRef__":true,"id":53618},"_Padding":{"__isSmartRef__":true,"id":53619},"stringifiedShapeNode":"
// changed at Fri May 04 2012 11:38:06 GMT+0200 (Mitteleuropäische Sommerzeit) by undefined \nthis.addScript(function format() {\n var text = this.textString;\n \n var i = 0;\n var tokens = {};\n \n while(text.match(/([=\\(:;][\\n ]*)(\\/([^\\n\\/]|\\\\\\/)+[^\\\\]\\/)/)){\n tokens[i] = text.match(/([=\\(:;][\\n ]*)(\\/([^\\n\\/]|\\\\\\/)+[^\\\\]\\/)/)[2];\n text = text.replace(/([=\\(:;][\\n ]*)(\\/([^\\n\\/]|\\\\\\/)+[^\\\\]\\/)/, \"$1\\u0007\"+i);\n i++;\n }\n \n while(text.match(/\"[^\"\\n]*\"/)){\n tokens[i] = text.match(/\"[^\"]*\"/)[0];\n text = text.replace(/\"[^\"]*\"/, \"\\u0007\"+i);\n i++;\n }\n while(text.match(/'[^'\\n]*'/)){\n tokens[i] = text.match(/'[^']*'/)[0];\n text = text.replace(/'[^']*'/, \"\\u0007\"+i);\n i++;\n }\n \n while(text.match(/\\/\\/[^\\n]*\\n/)){\n tokens[i] = text.match(/\\/\\/[^\\n]*\\n/)[0];\n text = text.replace(/\\/\\/[^\\n]*\\n/, \"\\u0007\"+i);\n i++;\n }\n \n while(text.match(/\\/\\*(.|\\n)*?\\*\\//)){\n tokens[i] = text.match(/\\/\\*(.|\\n)*?\\*\\//)[0];\n text = text.replace(/\\/\\*(.|\\n)*?\\*\\//, \"\\u0007\"+i);\n i++;\n }\n \n if(this.doInsertLinebreaks){\n text = this.insertLinebreaks_noStrings(text);\n }\n if(this.doInsertWhitespace){\n text = this.insertSpaces_noStrings(text);\n }\n text = this.indent_noStrings(text);\n \n while(i > 0){\n i--;\n text= text.replace(new RegExp(\"\\u0007\"+i),tokens[i]);\n }\n \n this.textString = text;\n}).tag([]);\n\n
Print it pretty
Insert Linebreaks
Insert Whitespace
Pretty Print Javascript
X
M
","extent":{"__isSmartRef__":true,"id":53620},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53617":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"53618":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53619":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53620":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53621":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53622":{"morph":{"__isSmartRef__":true,"id":53615},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53623":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53624":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53625":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53626},"derivationIds":[null],"id":"3B799502-8726-4D60-B786-746751670E6B","renderContextTable":{"__isSmartRef__":true,"id":53632},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":53633}],"eventHandler":{"__isSmartRef__":true,"id":53635},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":53614},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":53636},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53626":{"_Position":{"__isSmartRef__":true,"id":53627},"renderContextTable":{"__isSmartRef__":true,"id":53628},"_Extent":{"__isSmartRef__":true,"id":53629},"_Padding":{"__isSmartRef__":true,"id":53630},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53631},"_NodeClass":["morph","text"],"_NodeId":"morph-3b799502-8726-4d60-b786-746751670e6b","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53627":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53628":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53629":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53630":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53631":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53632":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"53633":{"style":{"__isSmartRef__":true,"id":53634},"chunkOwner":{"__isSmartRef__":true,"id":53625},"storedString":"PrettyPrintJava...","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53634":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53635":{"morph":{"__isSmartRef__":true,"id":53625},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53636":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53637":{"_Position":{"__isSmartRef__":true,"id":53638},"renderContextTable":{"__isSmartRef__":true,"id":53639},"_Extent":{"__isSmartRef__":true,"id":53640},"_Padding":{"__isSmartRef__":true,"id":53641},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-bdcc307c-e4d6-4999-8950-dbdb0101dbb5","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53642},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53638":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53639":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53640":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53641":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53642":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53643":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53644":{"morph":{"__isSmartRef__":true,"id":53614},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53645":{"x":420,"y":420,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53646":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"53647":{"submorphs":[{"__isSmartRef__":true,"id":53648},{"__isSmartRef__":true,"id":53658}],"scripts":[],"shape":{"__isSmartRef__":true,"id":53670},"derivationIds":[null],"id":"4510AA6E-2184-4625-AAA9-674C9F0E3542","renderContextTable":{"__isSmartRef__":true,"id":53676},"eventHandler":{"__isSmartRef__":true,"id":53677},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":53678},"partsBinURL":{"__isSmartRef__":true,"id":53679},"targetName":"SearchSourceCode","partItem":{"__isSmartRef__":true,"id":37065},"owner":{"__isSmartRef__":true,"id":52821},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"53648":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53649},"derivationIds":[null],"id":"9D06EC47-4CCB-4D17-BC82-3F6198B175B2","renderContextTable":{"__isSmartRef__":true,"id":53654},"eventHandler":{"__isSmartRef__":true,"id":53655},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":53656},"priorExtent":{"__isSmartRef__":true,"id":53657},"owner":{"__isSmartRef__":true,"id":53647},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"53649":{"renderContextTable":{"__isSmartRef__":true,"id":53650},"_NodeClass":["morph"],"_NodeId":"morph-9d06ec47-4ccb-4d17-bc82-3f6198b175b2","_Extent":{"__isSmartRef__":true,"id":53651},"_Padding":{"__isSmartRef__":true,"id":53652},"stringifiedShapeNode":"
enter search term here
search
SearchSourceCode
X
M
","extent":{"__isSmartRef__":true,"id":53653},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53650":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"53651":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53652":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53653":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53654":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53655":{"morph":{"__isSmartRef__":true,"id":53648},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53656":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53657":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53658":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53659},"derivationIds":[null],"id":"71D8398B-8014-4795-B923-69B3DBCBB588","renderContextTable":{"__isSmartRef__":true,"id":53665},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":53666}],"eventHandler":{"__isSmartRef__":true,"id":53668},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":53647},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":53669},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53659":{"_Position":{"__isSmartRef__":true,"id":53660},"renderContextTable":{"__isSmartRef__":true,"id":53661},"_Extent":{"__isSmartRef__":true,"id":53662},"_Padding":{"__isSmartRef__":true,"id":53663},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53664},"_NodeClass":["morph","text"],"_NodeId":"morph-71d8398b-8014-4795-b923-69b3dbcbb588","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53660":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53661":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53662":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53663":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53664":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53665":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"53666":{"style":{"__isSmartRef__":true,"id":53667},"chunkOwner":{"__isSmartRef__":true,"id":53658},"storedString":"SearchSourceCode","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53667":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53668":{"morph":{"__isSmartRef__":true,"id":53658},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53669":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53670":{"_Position":{"__isSmartRef__":true,"id":53671},"renderContextTable":{"__isSmartRef__":true,"id":53672},"_Extent":{"__isSmartRef__":true,"id":53673},"_Padding":{"__isSmartRef__":true,"id":53674},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-4510aa6e-2184-4625-aaa9-674c9f0e3542","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53675},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53671":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53672":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53673":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53674":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53675":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53676":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53677":{"morph":{"__isSmartRef__":true,"id":53647},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53678":{"x":0,"y":525,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53679":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"53680":{"submorphs":[{"__isSmartRef__":true,"id":53681},{"__isSmartRef__":true,"id":53691}],"scripts":[],"shape":{"__isSmartRef__":true,"id":53703},"derivationIds":[null],"id":"D7339B85-01F6-48E4-A362-79EB9D92064C","renderContextTable":{"__isSmartRef__":true,"id":53709},"eventHandler":{"__isSmartRef__":true,"id":53710},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":53711},"partsBinURL":{"__isSmartRef__":true,"id":53712},"targetName":"ServerSearch","partItem":{"__isSmartRef__":true,"id":37099},"owner":{"__isSmartRef__":true,"id":52821},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"53681":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53682},"derivationIds":[null],"id":"D0B5DE8C-4903-4616-A460-8DEC27B20078","renderContextTable":{"__isSmartRef__":true,"id":53687},"eventHandler":{"__isSmartRef__":true,"id":53688},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":53689},"priorExtent":{"__isSmartRef__":true,"id":53690},"owner":{"__isSmartRef__":true,"id":53680},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"53682":{"renderContextTable":{"__isSmartRef__":true,"id":53683},"_NodeClass":["morph"],"_NodeId":"morph-d0b5de8c-4903-4616-a460-8dec27b20078","_Extent":{"__isSmartRef__":true,"id":53684},"_Padding":{"__isSmartRef__":true,"id":53685},"stringifiedShapeNode":"
no path
no status
depth
file pattern
4
*js
dir
core/lively/
update search base
browse
ServerSearch
X
M
","extent":{"__isSmartRef__":true,"id":53686},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53683":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"53684":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53685":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53686":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53687":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53688":{"morph":{"__isSmartRef__":true,"id":53681},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53689":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53690":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53691":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53692},"derivationIds":[null],"id":"A8F3CB5E-77DB-4CFA-8B52-CC8700A080BD","renderContextTable":{"__isSmartRef__":true,"id":53698},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":53699}],"eventHandler":{"__isSmartRef__":true,"id":53701},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":53680},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":53702},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53692":{"_Position":{"__isSmartRef__":true,"id":53693},"renderContextTable":{"__isSmartRef__":true,"id":53694},"_Extent":{"__isSmartRef__":true,"id":53695},"_Padding":{"__isSmartRef__":true,"id":53696},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53697},"_NodeClass":["morph","text"],"_NodeId":"morph-a8f3cb5e-77db-4cfa-8b52-cc8700a080bd","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53693":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53694":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53695":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53696":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53697":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53698":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"53699":{"style":{"__isSmartRef__":true,"id":53700},"chunkOwner":{"__isSmartRef__":true,"id":53691},"storedString":"ServerSearch","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53700":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53701":{"morph":{"__isSmartRef__":true,"id":53691},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53702":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53703":{"_Position":{"__isSmartRef__":true,"id":53704},"renderContextTable":{"__isSmartRef__":true,"id":53705},"_Extent":{"__isSmartRef__":true,"id":53706},"_Padding":{"__isSmartRef__":true,"id":53707},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-d7339b85-01f6-48e4-a362-79eb9d92064c","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53708},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53704":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53705":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53706":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53707":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53708":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53709":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53710":{"morph":{"__isSmartRef__":true,"id":53680},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53711":{"x":105,"y":525,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53712":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"53713":{"submorphs":[{"__isSmartRef__":true,"id":53714},{"__isSmartRef__":true,"id":53724}],"scripts":[],"shape":{"__isSmartRef__":true,"id":53736},"derivationIds":[null],"id":"AED4E6CD-91C6-47BF-95AF-B074263395A5","renderContextTable":{"__isSmartRef__":true,"id":53742},"eventHandler":{"__isSmartRef__":true,"id":53743},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":53744},"partsBinURL":{"__isSmartRef__":true,"id":53745},"targetName":"StyleEditor","partItem":{"__isSmartRef__":true,"id":37133},"owner":{"__isSmartRef__":true,"id":52821},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"53714":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53715},"derivationIds":[null],"id":"C539F85A-76AC-4F92-82C3-1EFDC3D0FAFB","renderContextTable":{"__isSmartRef__":true,"id":53720},"eventHandler":{"__isSmartRef__":true,"id":53721},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":53722},"priorExtent":{"__isSmartRef__":true,"id":53723},"owner":{"__isSmartRef__":true,"id":53713},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"53715":{"renderContextTable":{"__isSmartRef__":true,"id":53716},"_NodeClass":["morph"],"_NodeId":"morph-c539f85a-76ac-4f92-82c3-1efdc3d0fafb","_Extent":{"__isSmartRef__":true,"id":53717},"_Padding":{"__isSmartRef__":true,"id":53718},"stringifiedShapeNode":"
no target
Border color\n
Fill\n
Border width 
Border radius 
Layout
adjustForNewBounds
resizeWidth
resizeHeight
moveVertical
Border style 
Opacity
centeredVertical
scaleHorizontal
scaleVertical
configure
centeredHorizontal
moveHorizontal
StyleEditor
X
M
","extent":{"__isSmartRef__":true,"id":53719},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53716":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"53717":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53718":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53719":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53720":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53721":{"morph":{"__isSmartRef__":true,"id":53714},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53722":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53723":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53724":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53725},"derivationIds":[null],"id":"CC4B8AFE-7B07-4DC3-9B84-F5A2E25309C7","renderContextTable":{"__isSmartRef__":true,"id":53731},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":53732}],"eventHandler":{"__isSmartRef__":true,"id":53734},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":53713},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":53735},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53725":{"_Position":{"__isSmartRef__":true,"id":53726},"renderContextTable":{"__isSmartRef__":true,"id":53727},"_Extent":{"__isSmartRef__":true,"id":53728},"_Padding":{"__isSmartRef__":true,"id":53729},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53730},"_NodeClass":["morph","text"],"_NodeId":"morph-cc4b8afe-7b07-4dc3-9b84-f5a2e25309c7","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53726":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53727":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53728":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53729":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53730":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53731":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"53732":{"style":{"__isSmartRef__":true,"id":53733},"chunkOwner":{"__isSmartRef__":true,"id":53724},"storedString":"StyleEditor","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53733":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53734":{"morph":{"__isSmartRef__":true,"id":53724},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53735":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53736":{"_Position":{"__isSmartRef__":true,"id":53737},"renderContextTable":{"__isSmartRef__":true,"id":53738},"_Extent":{"__isSmartRef__":true,"id":53739},"_Padding":{"__isSmartRef__":true,"id":53740},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-aed4e6cd-91c6-47bf-95af-b074263395a5","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53741},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53737":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53738":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53739":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53740":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53741":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53742":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53743":{"morph":{"__isSmartRef__":true,"id":53713},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53744":{"x":210,"y":525,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53745":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"53746":{"submorphs":[{"__isSmartRef__":true,"id":53747},{"__isSmartRef__":true,"id":53757}],"scripts":[],"shape":{"__isSmartRef__":true,"id":53769},"derivationIds":[null],"id":"F7DC5BAB-EF28-4065-A9AE-AF8C45C84B51","renderContextTable":{"__isSmartRef__":true,"id":53775},"eventHandler":{"__isSmartRef__":true,"id":53776},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":53777},"partsBinURL":{"__isSmartRef__":true,"id":53778},"targetName":"SystemConsole","partItem":{"__isSmartRef__":true,"id":37167},"owner":{"__isSmartRef__":true,"id":52821},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"53747":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53748},"derivationIds":[null],"id":"5EC03522-F820-488B-8285-4AEEF0F9F582","renderContextTable":{"__isSmartRef__":true,"id":53753},"eventHandler":{"__isSmartRef__":true,"id":53754},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":53755},"priorExtent":{"__isSmartRef__":true,"id":53756},"owner":{"__isSmartRef__":true,"id":53746},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"53748":{"renderContextTable":{"__isSmartRef__":true,"id":53749},"_NodeClass":["morph"],"_NodeId":"morph-5ec03522-f820-488b-8285-4aeef0f9f582","_Extent":{"__isSmartRef__":true,"id":53750},"_Padding":{"__isSmartRef__":true,"id":53751},"stringifiedShapeNode":"
X
M
C
G
\n15:59:02 Global.lively.morphic.GrabbingLayer\n15:59:02 Global.lively.morphic.GrabbingLayer\n15:59:06 Text>>rememberSelectionForDoMore setting charsReplaced=no comment
System Console
","extent":{"__isSmartRef__":true,"id":53752},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53749":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"53750":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53751":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53752":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53753":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53754":{"morph":{"__isSmartRef__":true,"id":53747},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53755":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53756":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53757":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53758},"derivationIds":[null],"id":"3651314C-AFA0-421D-8CBB-B91B5A9538EB","renderContextTable":{"__isSmartRef__":true,"id":53764},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":53765}],"eventHandler":{"__isSmartRef__":true,"id":53767},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":53746},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":53768},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53758":{"_Position":{"__isSmartRef__":true,"id":53759},"renderContextTable":{"__isSmartRef__":true,"id":53760},"_Extent":{"__isSmartRef__":true,"id":53761},"_Padding":{"__isSmartRef__":true,"id":53762},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53763},"_NodeClass":["morph","text"],"_NodeId":"morph-3651314c-afa0-421d-8cbb-b91b5a9538eb","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53759":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53760":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53761":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53762":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53763":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53764":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"53765":{"style":{"__isSmartRef__":true,"id":53766},"chunkOwner":{"__isSmartRef__":true,"id":53757},"storedString":"SystemConsole","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53766":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53767":{"morph":{"__isSmartRef__":true,"id":53757},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53768":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53769":{"_Position":{"__isSmartRef__":true,"id":53770},"renderContextTable":{"__isSmartRef__":true,"id":53771},"_Extent":{"__isSmartRef__":true,"id":53772},"_Padding":{"__isSmartRef__":true,"id":53773},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-f7dc5bab-ef28-4065-a9ae-af8c45c84b51","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53774},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53770":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53771":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53772":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53773":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53774":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53775":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53776":{"morph":{"__isSmartRef__":true,"id":53746},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53777":{"x":315,"y":525,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53778":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"53779":{"submorphs":[{"__isSmartRef__":true,"id":53780},{"__isSmartRef__":true,"id":53790}],"scripts":[],"shape":{"__isSmartRef__":true,"id":53802},"derivationIds":[null],"id":"E9B7623B-A143-4649-BFC8-6A30746DB50C","renderContextTable":{"__isSmartRef__":true,"id":53808},"eventHandler":{"__isSmartRef__":true,"id":53809},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":53810},"partsBinURL":{"__isSmartRef__":true,"id":53811},"targetName":"TestRunner","partItem":{"__isSmartRef__":true,"id":37201},"owner":{"__isSmartRef__":true,"id":52821},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"53780":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53781},"derivationIds":[null],"id":"7EE1B5D6-7774-4351-8D5C-EFE3F5F7FBA5","renderContextTable":{"__isSmartRef__":true,"id":53786},"eventHandler":{"__isSmartRef__":true,"id":53787},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":53788},"priorExtent":{"__isSmartRef__":true,"id":53789},"owner":{"__isSmartRef__":true,"id":53779},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"53781":{"renderContextTable":{"__isSmartRef__":true,"id":53782},"_NodeClass":["morph"],"_NodeId":"morph-7ee1b5d6-7774-4351-8d5c-efe3f5f7fba5","_Extent":{"__isSmartRef__":true,"id":53783},"_Padding":{"__isSmartRef__":true,"id":53784},"stringifiedShapeNode":"
add
load selected
select all
select none
remove selected
add defaults
Test Modules
Test Classes
Results
select none
select all
run selected
remove selected
add all available
TestRunner
X
M
","extent":{"__isSmartRef__":true,"id":53785},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53782":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"53783":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53784":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53785":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53786":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53787":{"morph":{"__isSmartRef__":true,"id":53780},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53788":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53789":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53790":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53791},"derivationIds":[null],"id":"6334C377-5676-4B69-B312-A7B38A4E4605","renderContextTable":{"__isSmartRef__":true,"id":53797},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":53798}],"eventHandler":{"__isSmartRef__":true,"id":53800},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":53779},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":53801},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53791":{"_Position":{"__isSmartRef__":true,"id":53792},"renderContextTable":{"__isSmartRef__":true,"id":53793},"_Extent":{"__isSmartRef__":true,"id":53794},"_Padding":{"__isSmartRef__":true,"id":53795},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53796},"_NodeClass":["morph","text"],"_NodeId":"morph-6334c377-5676-4b69-b312-a7b38a4e4605","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53792":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53793":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53794":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53795":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53796":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53797":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"53798":{"style":{"__isSmartRef__":true,"id":53799},"chunkOwner":{"__isSmartRef__":true,"id":53790},"storedString":"TestRunner","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53799":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53800":{"morph":{"__isSmartRef__":true,"id":53790},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53801":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53802":{"_Position":{"__isSmartRef__":true,"id":53803},"renderContextTable":{"__isSmartRef__":true,"id":53804},"_Extent":{"__isSmartRef__":true,"id":53805},"_Padding":{"__isSmartRef__":true,"id":53806},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-e9b7623b-a143-4649-bfc8-6a30746db50c","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53807},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53803":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53804":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53805":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53806":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53807":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53808":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53809":{"morph":{"__isSmartRef__":true,"id":53779},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53810":{"x":420,"y":525,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53811":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"53812":{"submorphs":[{"__isSmartRef__":true,"id":53813},{"__isSmartRef__":true,"id":53823}],"scripts":[],"shape":{"__isSmartRef__":true,"id":53835},"derivationIds":[null],"id":"8859D9D2-ECF3-432B-8FAF-96592E10C39B","renderContextTable":{"__isSmartRef__":true,"id":53841},"eventHandler":{"__isSmartRef__":true,"id":53842},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":53843},"partsBinURL":{"__isSmartRef__":true,"id":53844},"targetName":"TestRunnerWithDebuggingSupport","partItem":{"__isSmartRef__":true,"id":37235},"owner":{"__isSmartRef__":true,"id":52821},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"53813":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53814},"derivationIds":[null],"id":"BDA18F60-AB81-4E8D-8BC2-A654F6CEA985","renderContextTable":{"__isSmartRef__":true,"id":53819},"eventHandler":{"__isSmartRef__":true,"id":53820},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":53821},"priorExtent":{"__isSmartRef__":true,"id":53822},"owner":{"__isSmartRef__":true,"id":53812},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"53814":{"renderContextTable":{"__isSmartRef__":true,"id":53815},"_NodeClass":["morph"],"_NodeId":"morph-bda18f60-ab81-4e8d-8bc2-a654f6cea985","_Extent":{"__isSmartRef__":true,"id":53816},"_Padding":{"__isSmartRef__":true,"id":53817},"stringifiedShapeNode":"
add
load selected
select all
select none
remove selected
add defaults
Test Modules
Test Classes
Results
select none
select all
run
remove selected
add all available
debug
TestRunner
X
M
","extent":{"__isSmartRef__":true,"id":53818},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53815":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"53816":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53817":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53818":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53819":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53820":{"morph":{"__isSmartRef__":true,"id":53813},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53821":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53822":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53823":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53824},"derivationIds":[null],"id":"2FCC617E-048B-413D-9CCE-B19937D0E020","renderContextTable":{"__isSmartRef__":true,"id":53830},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":53831}],"eventHandler":{"__isSmartRef__":true,"id":53833},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":53812},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":53834},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53824":{"_Position":{"__isSmartRef__":true,"id":53825},"renderContextTable":{"__isSmartRef__":true,"id":53826},"_Extent":{"__isSmartRef__":true,"id":53827},"_Padding":{"__isSmartRef__":true,"id":53828},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53829},"_NodeClass":["morph","text"],"_NodeId":"morph-2fcc617e-048b-413d-9cce-b19937d0e020","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53825":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53826":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53827":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53828":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53829":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53830":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"53831":{"style":{"__isSmartRef__":true,"id":53832},"chunkOwner":{"__isSmartRef__":true,"id":53823},"storedString":"TestRunnerWithD...","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53832":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53833":{"morph":{"__isSmartRef__":true,"id":53823},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53834":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53835":{"_Position":{"__isSmartRef__":true,"id":53836},"renderContextTable":{"__isSmartRef__":true,"id":53837},"_Extent":{"__isSmartRef__":true,"id":53838},"_Padding":{"__isSmartRef__":true,"id":53839},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-8859d9d2-ecf3-432b-8faf-96592e10c39b","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53840},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53836":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53837":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53838":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53839":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53840":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53841":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53842":{"morph":{"__isSmartRef__":true,"id":53812},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53843":{"x":0,"y":630,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53844":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"53845":{"submorphs":[{"__isSmartRef__":true,"id":53846},{"__isSmartRef__":true,"id":53856}],"scripts":[],"shape":{"__isSmartRef__":true,"id":53868},"derivationIds":[null],"id":"F21CABCB-156B-4E7A-AC89-C14C0E87CD1A","renderContextTable":{"__isSmartRef__":true,"id":53874},"eventHandler":{"__isSmartRef__":true,"id":53875},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":53876},"partsBinURL":{"__isSmartRef__":true,"id":53877},"targetName":"TextAttributePanel","partItem":{"__isSmartRef__":true,"id":37269},"owner":{"__isSmartRef__":true,"id":52821},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"53846":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53847},"derivationIds":[null],"id":"361B0C70-6A0B-444B-976A-43BA415ECA14","renderContextTable":{"__isSmartRef__":true,"id":53852},"eventHandler":{"__isSmartRef__":true,"id":53853},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":53854},"priorExtent":{"__isSmartRef__":true,"id":53855},"owner":{"__isSmartRef__":true,"id":53845},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"53847":{"renderContextTable":{"__isSmartRef__":true,"id":53848},"_NodeClass":["morph"],"_NodeId":"morph-361b0c70-6a0b-444b-976a-43ba415eca14","_Extent":{"__isSmartRef__":true,"id":53849},"_Padding":{"__isSmartRef__":true,"id":53850},"stringifiedShapeNode":"
TextAttributePanel
X
M
font color:
size:
14
font size:
weight:
normal
font weight:
decoration:
normal
font decoration:
font family:
Arial, sans-serif
font family:
clip mode:
auto
background color:
fixed width:
<lively.morphic.Text#121>
text:
padding:
rect(pt(0.0,0.0),pt(0.0,0.0))
fixed height:
","extent":{"__isSmartRef__":true,"id":53851},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53848":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"53849":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53850":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53851":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53852":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53853":{"morph":{"__isSmartRef__":true,"id":53846},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53854":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53855":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53856":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53857},"derivationIds":[null],"id":"F21326E7-1DBC-403C-AEE0-6B54D8A9AC72","renderContextTable":{"__isSmartRef__":true,"id":53863},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":53864}],"eventHandler":{"__isSmartRef__":true,"id":53866},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":53845},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":53867},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53857":{"_Position":{"__isSmartRef__":true,"id":53858},"renderContextTable":{"__isSmartRef__":true,"id":53859},"_Extent":{"__isSmartRef__":true,"id":53860},"_Padding":{"__isSmartRef__":true,"id":53861},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53862},"_NodeClass":["morph","text"],"_NodeId":"morph-f21326e7-1dbc-403c-aee0-6b54d8a9ac72","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53858":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53859":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53860":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53861":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53862":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53863":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"53864":{"style":{"__isSmartRef__":true,"id":53865},"chunkOwner":{"__isSmartRef__":true,"id":53856},"storedString":"TextAttributePanel","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53865":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53866":{"morph":{"__isSmartRef__":true,"id":53856},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53867":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53868":{"_Position":{"__isSmartRef__":true,"id":53869},"renderContextTable":{"__isSmartRef__":true,"id":53870},"_Extent":{"__isSmartRef__":true,"id":53871},"_Padding":{"__isSmartRef__":true,"id":53872},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-f21cabcb-156b-4e7a-ac89-c14c0e87cd1a","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53873},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53869":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53870":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53871":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53872":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53873":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53874":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53875":{"morph":{"__isSmartRef__":true,"id":53845},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53876":{"x":105,"y":630,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53877":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"53878":{"submorphs":[{"__isSmartRef__":true,"id":53879},{"__isSmartRef__":true,"id":53889}],"scripts":[],"shape":{"__isSmartRef__":true,"id":53901},"derivationIds":[null],"id":"E74FDA74-C5AA-4FD4-9DAC-B14C69F13CB2","renderContextTable":{"__isSmartRef__":true,"id":53907},"eventHandler":{"__isSmartRef__":true,"id":53908},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":53909},"partsBinURL":{"__isSmartRef__":true,"id":53910},"targetName":"TextEditor","partItem":{"__isSmartRef__":true,"id":37303},"owner":{"__isSmartRef__":true,"id":52821},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"53879":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53880},"derivationIds":[null],"id":"AFF491AF-89E2-4B89-871B-20938196E447","renderContextTable":{"__isSmartRef__":true,"id":53885},"eventHandler":{"__isSmartRef__":true,"id":53886},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":53887},"priorExtent":{"__isSmartRef__":true,"id":53888},"owner":{"__isSmartRef__":true,"id":53878},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"53880":{"renderContextTable":{"__isSmartRef__":true,"id":53881},"_NodeClass":["morph"],"_NodeId":"morph-aff491af-89e2-4b89-871b-20938196e447","_Extent":{"__isSmartRef__":true,"id":53882},"_Padding":{"__isSmartRef__":true,"id":53883},"stringifiedShapeNode":"
http://lively-kernel.org/repository/webwerkstatt/webwerkstatt.xhtml
save
load
remove
emtpy
TextEditor
X
M
","extent":{"__isSmartRef__":true,"id":53884},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53881":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"53882":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53883":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53884":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53885":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53886":{"morph":{"__isSmartRef__":true,"id":53879},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53887":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53888":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53889":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53890},"derivationIds":[null],"id":"50E1631B-81CA-422D-8101-D78695199D0B","renderContextTable":{"__isSmartRef__":true,"id":53896},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":53897}],"eventHandler":{"__isSmartRef__":true,"id":53899},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":53878},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":53900},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53890":{"_Position":{"__isSmartRef__":true,"id":53891},"renderContextTable":{"__isSmartRef__":true,"id":53892},"_Extent":{"__isSmartRef__":true,"id":53893},"_Padding":{"__isSmartRef__":true,"id":53894},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53895},"_NodeClass":["morph","text"],"_NodeId":"morph-50e1631b-81ca-422d-8101-d78695199d0b","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53891":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53892":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53893":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53894":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53895":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53896":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"53897":{"style":{"__isSmartRef__":true,"id":53898},"chunkOwner":{"__isSmartRef__":true,"id":53889},"storedString":"TextEditor","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53898":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53899":{"morph":{"__isSmartRef__":true,"id":53889},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53900":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53901":{"_Position":{"__isSmartRef__":true,"id":53902},"renderContextTable":{"__isSmartRef__":true,"id":53903},"_Extent":{"__isSmartRef__":true,"id":53904},"_Padding":{"__isSmartRef__":true,"id":53905},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-e74fda74-c5aa-4fd4-9dac-b14c69f13cb2","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53906},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53902":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53903":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53904":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53905":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53906":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53907":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53908":{"morph":{"__isSmartRef__":true,"id":53878},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53909":{"x":210,"y":630,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53910":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"53911":{"submorphs":[{"__isSmartRef__":true,"id":53912},{"__isSmartRef__":true,"id":53922}],"scripts":[],"shape":{"__isSmartRef__":true,"id":53934},"derivationIds":[null],"id":"E528CD61-EDAF-4F98-AF9D-F48F18152F4C","renderContextTable":{"__isSmartRef__":true,"id":53940},"eventHandler":{"__isSmartRef__":true,"id":53941},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":53942},"partsBinURL":{"__isSmartRef__":true,"id":53943},"targetName":"VersionDiffer","partItem":{"__isSmartRef__":true,"id":37337},"owner":{"__isSmartRef__":true,"id":52821},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"53912":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53913},"derivationIds":[null],"id":"6195C9F8-6004-4488-A78C-5B8ACCBD351A","renderContextTable":{"__isSmartRef__":true,"id":53918},"eventHandler":{"__isSmartRef__":true,"id":53919},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":53920},"priorExtent":{"__isSmartRef__":true,"id":53921},"owner":{"__isSmartRef__":true,"id":53911},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"53913":{"renderContextTable":{"__isSmartRef__":true,"id":53914},"_NodeClass":["morph"],"_NodeId":"morph-6195c9f8-6004-4488-a78c-5b8accbd351a","_Extent":{"__isSmartRef__":true,"id":53915},"_Padding":{"__isSmartRef__":true,"id":53916},"stringifiedShapeNode":"
0.10.20.30.40.50.60.70.80.91.00510
reset
show history
enter url here
update
visit
diff
no diff
more
VersionDiffer
X
M
","extent":{"__isSmartRef__":true,"id":53917},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53914":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"53915":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53916":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53917":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53918":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53919":{"morph":{"__isSmartRef__":true,"id":53912},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53920":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53921":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53922":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53923},"derivationIds":[null],"id":"FDA160E8-0D68-43F4-9BE0-2AF95DF78C29","renderContextTable":{"__isSmartRef__":true,"id":53929},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":53930}],"eventHandler":{"__isSmartRef__":true,"id":53932},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":53911},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":53933},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53923":{"_Position":{"__isSmartRef__":true,"id":53924},"renderContextTable":{"__isSmartRef__":true,"id":53925},"_Extent":{"__isSmartRef__":true,"id":53926},"_Padding":{"__isSmartRef__":true,"id":53927},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53928},"_NodeClass":["morph","text"],"_NodeId":"morph-fda160e8-0d68-43f4-9be0-2af95df78c29","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53924":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53925":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53926":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53927":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53928":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53929":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"53930":{"style":{"__isSmartRef__":true,"id":53931},"chunkOwner":{"__isSmartRef__":true,"id":53922},"storedString":"VersionDiffer","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53931":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53932":{"morph":{"__isSmartRef__":true,"id":53922},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53933":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53934":{"_Position":{"__isSmartRef__":true,"id":53935},"renderContextTable":{"__isSmartRef__":true,"id":53936},"_Extent":{"__isSmartRef__":true,"id":53937},"_Padding":{"__isSmartRef__":true,"id":53938},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-e528cd61-edaf-4f98-af9d-f48f18152f4c","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53939},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53935":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53936":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53937":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53938":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53939":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53940":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53941":{"morph":{"__isSmartRef__":true,"id":53911},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53942":{"x":315,"y":630,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53943":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"53944":{"submorphs":[{"__isSmartRef__":true,"id":53945},{"__isSmartRef__":true,"id":53955}],"scripts":[],"shape":{"__isSmartRef__":true,"id":53967},"derivationIds":[null],"id":"11E3AD25-74FC-4BFD-8287-A77E3794510D","renderContextTable":{"__isSmartRef__":true,"id":53973},"eventHandler":{"__isSmartRef__":true,"id":53974},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":53975},"partsBinURL":{"__isSmartRef__":true,"id":53976},"targetName":"VerticalSpaceMaker","partItem":{"__isSmartRef__":true,"id":37371},"owner":{"__isSmartRef__":true,"id":52821},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"53945":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53946},"derivationIds":[null],"id":"77853ED3-9424-4AD7-BFC1-D82725AC8825","renderContextTable":{"__isSmartRef__":true,"id":53951},"eventHandler":{"__isSmartRef__":true,"id":53952},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":53953},"priorExtent":{"__isSmartRef__":true,"id":53954},"owner":{"__isSmartRef__":true,"id":53944},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"53946":{"renderContextTable":{"__isSmartRef__":true,"id":53947},"_NodeClass":["morph"],"_NodeId":"morph-77853ed3-9424-4ad7-bfc1-d82725ac8825","_Extent":{"__isSmartRef__":true,"id":53948},"_Padding":{"__isSmartRef__":true,"id":53949},"stringifiedShapeNode":"
make vertical space
","extent":{"__isSmartRef__":true,"id":53950},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53947":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"53948":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53949":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53950":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53951":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53952":{"morph":{"__isSmartRef__":true,"id":53945},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53953":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53954":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53955":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53956},"derivationIds":[null],"id":"2142139C-2058-4C43-849E-5B28D0244BEB","renderContextTable":{"__isSmartRef__":true,"id":53962},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":53963}],"eventHandler":{"__isSmartRef__":true,"id":53965},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":53944},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":53966},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53956":{"_Position":{"__isSmartRef__":true,"id":53957},"renderContextTable":{"__isSmartRef__":true,"id":53958},"_Extent":{"__isSmartRef__":true,"id":53959},"_Padding":{"__isSmartRef__":true,"id":53960},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53961},"_NodeClass":["morph","text"],"_NodeId":"morph-2142139c-2058-4c43-849e-5b28d0244beb","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53957":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53958":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53959":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53960":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53961":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53962":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"53963":{"style":{"__isSmartRef__":true,"id":53964},"chunkOwner":{"__isSmartRef__":true,"id":53955},"storedString":"VerticalSpaceMaker","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53964":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53965":{"morph":{"__isSmartRef__":true,"id":53955},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53966":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53967":{"_Position":{"__isSmartRef__":true,"id":53968},"renderContextTable":{"__isSmartRef__":true,"id":53969},"_Extent":{"__isSmartRef__":true,"id":53970},"_Padding":{"__isSmartRef__":true,"id":53971},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-11e3ad25-74fc-4bfd-8287-a77e3794510d","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53972},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53968":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53969":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53970":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53971":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53972":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53973":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53974":{"morph":{"__isSmartRef__":true,"id":53944},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53975":{"x":420,"y":630,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53976":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"53977":{"submorphs":[{"__isSmartRef__":true,"id":53978},{"__isSmartRef__":true,"id":53988}],"scripts":[],"shape":{"__isSmartRef__":true,"id":54000},"derivationIds":[null],"id":"5CF84AF2-D995-47B8-B90B-00AF7C6C5F3A","renderContextTable":{"__isSmartRef__":true,"id":54006},"eventHandler":{"__isSmartRef__":true,"id":54007},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":54008},"partsBinURL":{"__isSmartRef__":true,"id":54009},"targetName":"WindowFinder","partItem":{"__isSmartRef__":true,"id":37405},"owner":{"__isSmartRef__":true,"id":52821},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"53978":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53979},"derivationIds":[null],"id":"5299EBE0-F112-478C-88C1-87792878BEDF","renderContextTable":{"__isSmartRef__":true,"id":53984},"eventHandler":{"__isSmartRef__":true,"id":53985},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_Position":{"__isSmartRef__":true,"id":53986},"priorExtent":{"__isSmartRef__":true,"id":53987},"owner":{"__isSmartRef__":true,"id":53977},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"53979":{"renderContextTable":{"__isSmartRef__":true,"id":53980},"_NodeClass":["morph"],"_NodeId":"morph-5299ebe0-f112-478c-88c1-87792878bedf","_Extent":{"__isSmartRef__":true,"id":53981},"_Padding":{"__isSmartRef__":true,"id":53982},"stringifiedShapeNode":"
List Windows
WindowFinder
X
M
","extent":{"__isSmartRef__":true,"id":53983},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53980":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getExtent":"getExtentHTML","initFromStringifiedShapeNode":"initFromStringifiedShapeNodeHTML"},"53981":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53982":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53983":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53984":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"53985":{"morph":{"__isSmartRef__":true,"id":53978},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53986":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53987":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53988":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":53989},"derivationIds":[null],"id":"DEAD34E3-04E8-471C-BFCF-0BBC7F28B3F7","renderContextTable":{"__isSmartRef__":true,"id":53995},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":53996}],"eventHandler":{"__isSmartRef__":true,"id":53998},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":false,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":53977},"_Visible":true,"_Position":{"__isSmartRef__":true,"id":53999},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53989":{"_Position":{"__isSmartRef__":true,"id":53990},"renderContextTable":{"__isSmartRef__":true,"id":53991},"_Extent":{"__isSmartRef__":true,"id":53992},"_Padding":{"__isSmartRef__":true,"id":53993},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":53994},"_NodeClass":["morph","text"],"_NodeId":"morph-dead34e3-04e8-471c-bfcf-0bbc7f28b3f7","_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"53990":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53991":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"53992":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53993":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53994":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"53995":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"53996":{"style":{"__isSmartRef__":true,"id":53997},"chunkOwner":{"__isSmartRef__":true,"id":53988},"storedString":"WindowFinder","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53997":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"53998":{"morph":{"__isSmartRef__":true,"id":53988},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"53999":{"x":20,"y":76,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"54000":{"_Position":{"__isSmartRef__":true,"id":54001},"renderContextTable":{"__isSmartRef__":true,"id":54002},"_Extent":{"__isSmartRef__":true,"id":54003},"_Padding":{"__isSmartRef__":true,"id":54004},"_NodeClass":["morph","box","partsbinitem"],"_NodeId":"morph-5cf84af2-d995-47b8-b90b-00af7c6c5f3a","_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":{"__isSmartRef__":true,"id":54005},"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"54001":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"54002":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"54003":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"54004":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"54005":{"r":0.9019607843137255,"g":0.9019607843137255,"b":0.9019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"54006":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"54007":{"morph":{"__isSmartRef__":true,"id":53977},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"54008":{"x":0,"y":735,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"54009":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"54010":{"position":{"__isSmartRef__":true,"id":54011},"_Extent":{"__isSmartRef__":true,"id":54012},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":54013},"_Fill":{"__isSmartRef__":true,"id":54014},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":54015},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"scroll","_Padding":{"__isSmartRef__":true,"id":54016},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"54011":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54012":{"x":607.573230508443,"y":437.2498366837016,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54013":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54014":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"54015":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"54016":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"54017":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"idOnLoad":"C4FA4998-A33C-449C-9C87-77AAACBD39FB","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"54018":{"x":607.573230508443,"y":437.2498366837016,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"54019":{"sourceObj":{"__isSmartRef__":true,"id":52821},"sourceAttrName":"selectedItem","targetObj":{"__isSmartRef__":true,"id":52373},"targetMethodName":"setSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"54020":{"resizeHeight":true,"resizeWidth":true},"54021":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"54022":{"morph":{"__isSmartRef__":true,"id":52821},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"54023":{"x":156,"y":38,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54024":{"partsSpaceName":"PartsBin/BP2012/","name":"ObjectEditor","json":"{\"id\":0,\"registry\":{\"0\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1},{\"__isSmartRef__\":true,\"id\":168},{\"__isSmartRef__\":true,\"id\":208}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2204},\"id\":\"D84EDE6D-62C6-4772-A606-6D16ECE2EACE\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2209},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2210},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":2211},\"LK2\":true,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2212},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":208},\"titleBar\":{\"__isSmartRef__\":true,\"id\":1},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":2213},\"collapsedTransform\":{\"__isSmartRef__\":true,\"id\":2214},\"collapsedExtent\":{\"__isSmartRef__\":true,\"id\":2215},\"expandedTransform\":{\"__isSmartRef__\":true,\"id\":2216},\"expandedExtent\":{\"__isSmartRef__\":true,\"id\":2217},\"ignoreEventsOnExpand\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":2218},\"name\":\"ObjectEditor\",\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":2345},\"highlighted\":false,\"cameForward\":false,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"expandedPosition\":{\"__isSmartRef__\":true,\"id\":2346},\"collapsedPosition\":{\"__isSmartRef__\":true,\"id\":2347},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isBeingDragged\":false,\"prevScroll\":[0,0],\"minSize\":{\"__isSmartRef__\":true,\"id\":2348},\"minExtent\":{\"__isSmartRef__\":true,\"id\":2349},\"isCopyMorphRef\":true,\"morphRefId\":16,\"derivationIds\":[205,\"2951753B-EB95-4093-A0DD-249E83AC2204\",\"A32DE788-E06D-492C-B2E6-19C3710B5AE0\",\"96D56291-98FB-42C4-A247-0A20B4183B14\",\"1E6BCC46-3FE3-4950-AE50-9751458F7E18\",\"22248328-5B04-4E39-ADDE-460C107C790F\",\"2F4F6161-9F4C-469E-AF56-24765FF03B72\",\"88EF08D5-C1E7-4B5B-B393-FFF5921009D7\",\"FF731ED6-5217-4053-9B85-77F1BF344BF3\",\"496332F8-A328-4625-A7D5-0DCE90C3D2AE\",\"E57F1D4E-AE08-4CAA-A62D-4E69FC0BFF47\",\"94783CDE-55B0-4198-8477-C0756F2C812F\",\"F03206B8-2964-470C-A335-FF321C7743E5\",\"C60ABA94-4D2A-4524-9239-9B7EA074A0B5\",\"D3FBB0FA-2BFF-4D8C-9632-41EEEDB053AE\",\"FDF9A68D-1149-4666-9946-600CCA238B76\",\"118B9F76-0089-47CC-9C18-9F9FF646339B\",\"B0FFB231-7805-4F89-B4B3-4ACD87687613\",\"76631A8F-F752-4DB8-93ED-1496BC458DF0\",\"04D3062E-744B-4E3D-8B25-5602772A307B\",\"89687ECD-A53A-4C95-B6E8-235EBB9198E9\",\"0A43B411-B372-494A-9237-1B2F103DEA7F\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":2350},\"moved\":true,\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1.03,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":2351},\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"1\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2},{\"__isSmartRef__\":true,\"id\":18},{\"__isSmartRef__\":true,\"id\":67},{\"__isSmartRef__\":true,\"id\":113}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":151},\"id\":\"1FBD8BD7-17E1-4A4D-9570-1716306E9625\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":162},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":163},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":164},\"_Position\":{\"__isSmartRef__\":true,\"id\":165},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":0},\"label\":{\"__isSmartRef__\":true,\"id\":2},\"closeButton\":{\"__isSmartRef__\":true,\"id\":18},\"menuButton\":{\"__isSmartRef__\":true,\"id\":67},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":113},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":166},\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"prevScroll\":[0,0],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"derivationIds\":[228,\"084DFF55-BC61-4772-8BF7-F6A87C08DE9F\",\"D22EFB93-AC9B-4FCE-9464-3B314FFA4C11\",\"A5F9692A-C657-42B0-B8AA-D2E922A1DE8D\",\"C47683FE-BA01-4AAB-BDE0-4862C049BCE7\",\"BD427B66-7BE7-4205-84EC-825840E59F49\",\"9C39A352-DBDD-48CE-BEB0-99806EDB5253\",\"E813CB65-A28C-4433-BBE5-EB70FBBB3289\",\"33484DF7-DDF3-465F-96EE-215BEC4B3FAD\",\"F96A68D7-1FC3-472C-BADB-56A6682C39E1\",\"817A94F6-2E25-4C40-9602-8B67B1078AAA\",\"2E8EBC07-1155-469B-BFFC-11C498DCC0A1\",\"FCBF2B5C-35B5-47CB-9184-3E1943DD9898\",\"7492FC87-6C18-4F4E-9D77-44DA5F83A458\",\"7FCB8A47-9567-494E-9413-88D13A955736\",\"DD21FC02-8A2F-4CA6-84C0-CEBF0851C41E\",\"CB786813-3A97-4AAA-9264-F52F6020D029\",\"A30DDD23-6D03-4EE7-B98B-4E494F72481C\",\"E46F8E20-617D-4CF6-90BB-9087D55742DD\",\"92AC1F5C-A086-406B-AE6C-91646CA339D5\",\"EC73968A-5BB2-43BD-9125-C2183767648C\",\"E8D29D66-BF37-489D-9F5A-277C523030E6\"],\"_ClipMode\":\"visible\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":167},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"2\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":3},\"id\":\"93B39593-72EE-4F8A-90A5-C5FD17F516B8\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":9},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":10}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":12},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"layout\":{\"__isSmartRef__\":true,\"id\":13},\"_Align\":\"center\",\"eventsAreIgnored\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":14},\"_MaxTextWidth\":966,\"_MinTextWidth\":966,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"_Position\":{\"__isSmartRef__\":true,\"id\":15},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[229,\"D760A244-216E-4A66-8201-25AFC3AB6CC3\",\"D0DE1BA6-E69D-4C19-A257-9D846EA6D12C\",\"7590D64D-7524-4378-BB7E-845EC8CAE745\",\"8996B9DB-C10E-41E4-8286-056BBCF8E151\",\"18942143-8626-4D26-A7D9-153295EE4B23\",\"A410C3F9-F31A-4BC9-A998-ABA33334F720\",\"BEEB144B-EFF3-4E29-A539-41264A731D6C\",\"28B7F25C-B8D9-4D07-B94A-C4A9A35D67B2\",\"395D4415-072D-4BEC-AA6C-195D1347972A\",\"EC2D8014-4D60-448C-A874-3BD6C9604EA7\",\"DE4577EA-7D34-4421-AAC8-83F47657C444\",\"57A9B659-D46C-4300-8F2D-74D46571698A\",\"B1883C55-5E91-4942-A525-4CAB01379672\",\"7633C47A-9577-4388-B87C-2C2E46E21037\",\"A2C35D16-8A3E-4500-B2C8-5FAEC09E0486\",\"B7396D6C-0BDE-4089-80A5-6E455C618AD9\",\"7A868C2D-ECF3-4D77-AA1F-A97215694CA4\",\"610C16AD-4536-41E8-9E5C-449629544F55\",\"C0B1955F-45B1-4142-8A7C-8E5E73E0A112\",\"99A6416E-FA95-491C-8EF1-5E74BBE1BBC9\",\"5A72D342-B54D-4DB5-93A1-019FBFD30B6F\"],\"_TextColor\":{\"__isSmartRef__\":true,\"id\":16},\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":17},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"3\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":4},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":7},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":8},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"6\":{\"x\":966,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"7\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"8\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"9\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"10\":{\"style\":{\"__isSmartRef__\":true,\"id\":11},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2},\"storedString\":\"ObjectEditor\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"11\":{\"fontWeight\":\"normal\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"12\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"13\":{\"resizeWidth\":true},\"14\":{\"x\":966,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"15\":{\"x\":19.999999999999773,\"y\":2.9999999999997726,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"16\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"17\":{\"requiredModules\":[],\"idOnLoad\":\"93B39593-72EE-4F8A-90A5-C5FD17F516B8\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"18\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":19}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":32},\"id\":\"6AEF5621-F4D6-4978-B230-DA786237C9FC\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":48},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":49},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":50},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":51},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":38},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":52},\"label\":{\"__isSmartRef__\":true,\"id\":19},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"layout\":{\"__isSmartRef__\":true,\"id\":61},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":62},{\"__isSmartRef__\":true,\"id\":64}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"derivationIds\":[230,\"EE58E329-4B81-4ABE-A8D6-A3E1AA5BF908\",\"418BD036-5123-49E3-A68D-B2CA74DD4EBA\",\"AB2EC618-F852-4DB4-8601-C98F851F983A\",\"84444904-5A59-41A9-9200-77C2DFC28F0A\",\"BCDE4CA6-1D56-45F5-980B-4BF689C874DD\",\"C3377671-C2BC-4F1B-93B3-CF0083C27FC9\",\"F8D02126-AD53-4ED0-9EA5-6EB71D788E14\",\"CD6A0659-264E-4175-8900-DC5D9CD9CAE6\",\"25A69395-9A9F-46AD-9D7B-BE62EC93A84D\",\"4A50008D-7B6C-4077-AD8A-F0ABFEE54609\",\"D027A273-D3F7-4C76-8EC8-A657761EF2A6\",\"CC29371C-6136-4432-A14B-8CDE6D0E356A\",\"0D2F3233-0176-4B81-8060-39FFD170E6C1\",\"08587E9E-6A99-4A75-B242-B131DF1F7D4B\",\"B8BC3EB3-F857-4A8A-8EA3-04705684668B\",\"39E80212-8228-40CF-A2A5-4BD9A18D63DF\",\"B91C0DA6-57B6-440D-835B-963BFF5EB71C\",\"DEFD70A9-7FF0-4020-A24E-3751C70D1F40\",\"9B0FCB3B-5AE3-4B7A-B18A-38A98826CD26\",\"133BF7B0-0741-4F09-9D15-091FAC6FD6F2\",\"CE2B4490-3F17-481E-A327-7493E1DA9ABF\"],\"_ClipMode\":\"visible\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":66},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"19\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":20},\"id\":\"CE138C3F-FCB0-4053-9D42-BBEAF545A667\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":25},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":26}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":28},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":29},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":30},\"_MaxTextWidth\":13,\"_MinTextWidth\":13,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":18},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[231,\"8DB42E03-8473-4B83-81E2-61EE04DF890A\",\"B50E6B6E-F836-4B3E-8AD1-2B34DA86CE3B\",\"60439D94-5083-4977-8470-BD8843FF782A\",\"5EC44375-A7D5-4BD3-AFC7-C507DF8D60C8\",\"5BDCC4F6-C579-4A6F-96BB-2F59131EFD32\",\"712DF12F-50C4-4EEB-9C4C-47A4DC15E968\",\"6A46E35D-28F8-4F0F-B812-E79D2A1994B3\",\"5A9F3A61-DA02-432F-B92D-90126253AD44\",\"EF5811A8-74EC-4FA1-B994-FC261C7FD3F3\",\"52AE2953-CEAB-4A6A-8F94-7B47368D663D\",\"11A1DAEC-0A39-4089-8294-98ADB33B5E50\",\"2D286778-5885-4888-91BF-35075D2F972B\",\"A48CDD90-B0F1-46D9-928F-DA44C16A8B77\",\"CF0E7690-780A-45E1-BADB-CE246971030C\",\"A7AACEA7-EFAA-4F3E-B8EC-279EA4C34BC6\",\"59706A46-7F3B-4643-8C45-BDEF14AD5040\",\"015990FD-76AE-4D22-808E-1245F0C80C7B\",\"3D6823A4-A7BF-4BD2-BDAC-8631E9C915BA\",\"C03FEC40-C900-4685-8975-7005C6693E82\",\"94666091-57DC-4032-AE34-F499206CAF00\",\"AAB4384F-9538-4031-A041-087B22FE4AF3\"],\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":31},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"20\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":21},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":22},\"_Extent\":{\"__isSmartRef__\":true,\"id\":23},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":24},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":8},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"21\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"22\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"23\":{\"x\":17,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"24\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"25\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"26\":{\"style\":{\"__isSmartRef__\":true,\"id\":27},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":19},\"storedString\":\"X\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"27\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"28\":{\"morph\":{\"__isSmartRef__\":true,\"id\":19},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"29\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"30\":{\"x\":17,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"31\":{\"requiredModules\":[],\"idOnLoad\":\"CE138C3F-FCB0-4053-9D42-BBEAF545A667\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"32\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":33},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":34},\"_Extent\":{\"__isSmartRef__\":true,\"id\":35},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":36},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":37},\"_Fill\":{\"__isSmartRef__\":true,\"id\":38},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"33\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"34\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"35\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"36\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"37\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"38\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":39},{\"__isSmartRef__\":true,\"id\":41},{\"__isSmartRef__\":true,\"id\":43},{\"__isSmartRef__\":true,\"id\":45}],\"vector\":{\"__isSmartRef__\":true,\"id\":47},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"39\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":40}},\"40\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"41\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":42}},\"42\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"43\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":44}},\"44\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"45\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":46}},\"46\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"47\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"48\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"49\":{\"morph\":{\"__isSmartRef__\":true,\"id\":18},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"50\":{\"x\":1005.0000000000002,\"y\":2.9999999999997726,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"51\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"52\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":53},{\"__isSmartRef__\":true,\"id\":55},{\"__isSmartRef__\":true,\"id\":57},{\"__isSmartRef__\":true,\"id\":59}],\"vector\":{\"__isSmartRef__\":true,\"id\":47},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"53\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":54}},\"54\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"55\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":56}},\"56\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"57\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":58}},\"58\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"59\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":60}},\"60\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"61\":{\"moveHorizontal\":true},\"62\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":18},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":63},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"63\":{\"source\":{\"__isSmartRef__\":true,\"id\":18},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"64\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":18},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":65},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"65\":{\"source\":{\"__isSmartRef__\":true,\"id\":18},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"66\":{\"requiredModules\":[],\"idOnLoad\":\"6AEF5621-F4D6-4978-B230-DA786237C9FC\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"67\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":68}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":81},\"id\":\"A01D1ECF-EFA4-43C5-B676-D3468DF63710\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":95},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":96},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":97},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":98},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":38},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":99},\"label\":{\"__isSmartRef__\":true,\"id\":68},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":108},{\"__isSmartRef__\":true,\"id\":110}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"derivationIds\":[232,\"F393CBFF-A15D-4D1D-A3A3-DA0C7EF93B66\",\"5BC57B43-1661-4C92-827E-E6CCB6E519E1\",\"DDA3D28B-E4EA-4F17-9B68-D6964E9A2524\",\"93D34CE0-A8E8-43DA-AA3B-3B32912E0BC1\",\"93EA3F6A-3D2D-41E5-8FBD-16CDD8BD7946\",\"C32E10BE-5DA5-46B4-B508-BDA50452B006\",\"39B24C04-E0C8-46B6-91D3-A7CB1A79DF2A\",\"33E45199-4C9B-4815-8760-E9BB50B17AE7\",\"C25CBD71-C31B-4AA9-A244-4F689F7343B9\",\"320E4A47-80DF-45B8-8997-6F8BD9D14C16\",\"6D5959E7-D752-47B3-8F18-DB1D38739937\",\"9F07D24A-8FD4-4B5C-B1B7-0204B89741E5\",\"B3AC0AD0-2563-413C-A675-C3667C27B889\",\"0F42ECA6-D7C4-4D66-8962-0BF4E60600EB\",\"01EC08C0-C205-4B5B-BF9F-501946C17F89\",\"17021EB0-BD8D-4B7E-8AF0-9DFBBE68A4D3\",\"DB0C7576-12EA-44DA-BB28-CBA69177BAA6\",\"864EE754-794E-4DBF-82C6-E83D0A1E4CA3\",\"80FA2D1D-193A-4B70-BFBF-1E7DEAF545B4\",\"40C3676B-76F6-43D5-AA8C-A99A422D3B1B\",\"57F03029-C52C-400C-8D15-CC5A2FF7A9AF\"],\"_ClipMode\":\"visible\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":112},\"isPressed\":false,\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"68\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":69},\"id\":\"AC280C2F-FD43-436D-BE6A-C5971BD55DF7\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":74},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":75}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":77},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":78},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":79},\"_MaxTextWidth\":13,\"_MinTextWidth\":13,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":67},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[233,\"E1DC624A-DE6A-4680-92DA-803BFFE6CD54\",\"2EB42409-E0C2-408B-8F84-EDF9EBFB2590\",\"0684F49F-5338-4D44-82C9-5A4E2D62EE72\",\"0B73719D-BC87-4B8D-890D-30C0714B5584\",\"90D2BAAA-EB9D-45AF-8770-9616421A5762\",\"1FAA3617-0517-49D7-ADCB-15357C49A9BB\",\"F746D14F-BC62-4FAC-A5F0-DCC9D1DF650A\",\"6F027012-81B2-4760-B5ED-11342DEAAE72\",\"922D9F59-AB45-4279-9919-69D11CA2CC2D\",\"1BE57CCE-1EE8-4CBF-9989-873B82709981\",\"F3EB613F-A6B4-4174-906A-FD347063B359\",\"65712D5D-80A0-461C-BC56-3C771CEC295C\",\"8CDF04CC-3F0F-43B9-B953-DEA8D0C8AE8E\",\"C953211B-F2ED-4E67-B40F-802E801928F0\",\"32060BF7-DF78-4F32-8570-DFB1C2DE1AD4\",\"0BC6F0C8-A974-426A-86CA-4E1FABFE62BE\",\"D2BF2C89-051D-49B6-83DC-A731C64B821B\",\"9987DC1E-083F-4D9B-AC9F-EF6A05FE454A\",\"E5DEA953-C609-4B8E-A794-E09AF75A1BA8\",\"39598890-B08D-4E68-9D4A-9298FCFE00A6\",\"352DB28F-A951-474B-87B5-4F90B399CFD4\"],\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":80},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"69\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":70},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":71},\"_Extent\":{\"__isSmartRef__\":true,\"id\":72},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":73},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":8},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"70\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"71\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"72\":{\"x\":17,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"73\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"74\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"75\":{\"style\":{\"__isSmartRef__\":true,\"id\":76},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":68},\"storedString\":\"M\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"76\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"77\":{\"morph\":{\"__isSmartRef__\":true,\"id\":68},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"78\":{\"x\":2.2737367544323206e-13,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"79\":{\"x\":17,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"80\":{\"requiredModules\":[],\"idOnLoad\":\"AC280C2F-FD43-436D-BE6A-C5971BD55DF7\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"81\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":82},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":83},\"_Extent\":{\"__isSmartRef__\":true,\"id\":84},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":85},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":37},\"_Fill\":{\"__isSmartRef__\":true,\"id\":86},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"82\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"83\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"84\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"85\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"86\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":87},{\"__isSmartRef__\":true,\"id\":89},{\"__isSmartRef__\":true,\"id\":91},{\"__isSmartRef__\":true,\"id\":92}],\"vector\":{\"__isSmartRef__\":true,\"id\":94},\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\"},\"87\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":88}},\"88\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"89\":{\"offset\":0.3,\"color\":{\"__isSmartRef__\":true,\"id\":90}},\"90\":{\"r\":0.8666666666666667,\"g\":0.8666666666666667,\"b\":0.8666666666666667,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"91\":{\"offset\":0.7,\"color\":{\"__isSmartRef__\":true,\"id\":90}},\"92\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":93}},\"93\":{\"r\":0.7973333333333334,\"g\":0.7973333333333334,\"b\":0.7973333333333334,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"94\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__LivelyClassName__\":\"Rectangle\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"95\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"96\":{\"morph\":{\"__isSmartRef__\":true,\"id\":67},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"97\":{\"x\":2.9999999999997726,\"y\":2.9999999999997726,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"98\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"99\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":100},{\"__isSmartRef__\":true,\"id\":102},{\"__isSmartRef__\":true,\"id\":104},{\"__isSmartRef__\":true,\"id\":106}],\"vector\":{\"__isSmartRef__\":true,\"id\":47},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"100\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":101}},\"101\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"102\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":103}},\"103\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"104\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":105}},\"105\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"106\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":107}},\"107\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"108\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":67},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":109},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"109\":{\"source\":{\"__isSmartRef__\":true,\"id\":67},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"110\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":67},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":111},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"111\":{\"source\":{\"__isSmartRef__\":true,\"id\":67},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"112\":{\"requiredModules\":[],\"idOnLoad\":\"A01D1ECF-EFA4-43C5-B676-D3468DF63710\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"113\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":114}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":127},\"id\":\"0DF63950-3A4D-4217-8990-FBE8FDE7970B\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":132},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":133},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":134},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":135},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":38},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":136},\"label\":{\"__isSmartRef__\":true,\"id\":114},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"layout\":{\"__isSmartRef__\":true,\"id\":145},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":146},{\"__isSmartRef__\":true,\"id\":148}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"derivationIds\":[234,\"EC7EDE8E-294A-46CF-85BB-BBC525336E13\",\"F24B29EE-0964-499D-834F-E3D087DC6003\",\"F6F3659F-9229-46AA-9B9E-46627A7062B2\",\"A88C4D93-582A-4C0D-9F97-F2F0E291BB7E\",\"AA05682F-3E98-433C-8C01-422A46068DFC\",\"A12AF6EA-E1A6-4527-8E16-D276C19A3A0E\",\"4C7D6ACD-B49F-4877-889E-F26C1CC71D95\",\"7AB2CBD2-B47B-4414-8053-0488FB51D18C\",\"47BF14A4-BBD6-42CA-AF7A-9A29CD80DE50\",\"CC8F7059-EA26-45D8-B311-D21333B72ED9\",\"247902EB-2D95-48A7-890A-5F22856E0397\",\"11F20F21-5097-47F4-B440-94CB42631F86\",\"C823344E-DCF7-4940-818A-35F6706F9FE9\",\"B22E1C30-F84F-4C87-A019-F9246469158E\",\"9995E9C7-FB6C-4B86-A5A9-C2C67D9A0C13\",\"737A2985-745C-4E84-8C7C-8A1D07E58867\",\"D37F954E-6ADB-4D71-971D-3F0A919B675D\",\"5229284B-E4D1-4459-847F-4D97AB4BBC7A\",\"E1D480F8-C039-418B-889B-8B3A7C4792CC\",\"A2FE4C89-F1B6-4D31-9FD2-B5B7489C5EF4\",\"6778E1B0-92B8-4A2F-9440-37410371C749\"],\"_ClipMode\":\"visible\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":150},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"114\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":115},\"id\":\"7F2BDA07-313F-4C45-9EA0-6E16B35FA6B3\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":120},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":121}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":123},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":124},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":125},\"_MaxTextWidth\":13,\"_MinTextWidth\":13,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":113},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[235,\"F92ECC97-5F5B-4CDA-A829-270D000F0D88\",\"A7CDAD5D-BCA1-4AF0-A092-9E81DF1F5C1B\",\"35639FEE-51E8-4469-BB0E-5D1650F1E695\",\"65EBC411-8078-4C93-9A62-F3E8D325DBA7\",\"3F66B345-86BE-4AF4-84FC-BA468E960283\",\"5CA475ED-1D1C-4934-9671-012AA9BAA280\",\"CAC47AC8-FBAF-42E5-9BDA-15414CDFBDDE\",\"8B27F43D-0C2C-4217-9FBC-EC95AE8A708D\",\"6B04D1E4-D30D-4CF1-B117-D3BDEE6BA8AD\",\"C3C98596-F14C-4BDD-A87A-73B964C92577\",\"D1D0BD50-D401-411A-B179-6C1620DBFF84\",\"602DCA3B-3172-420D-9C12-CD36CD749955\",\"E8C5C4F0-759B-4AB5-9062-386DFF130EC7\",\"F4C99B11-335B-4C4F-B817-2999228A3675\",\"CB7DF7B3-E657-494E-83D2-19F7E68563D1\",\"63BBF733-1096-47D3-A8EA-35B045B12F63\",\"455938D2-B6E9-4BAA-BC62-C256BE04B003\",\"B8552CAD-F213-45DA-B5DB-0DAF15CF7F07\",\"F43A5C46-A593-47FF-8828-790035C27A85\",\"8EE687B1-98FB-4F8B-B1EF-9D5AA904955A\",\"73371B55-3645-43A6-A395-30E77530672A\"],\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":126},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"115\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":116},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":117},\"_Extent\":{\"__isSmartRef__\":true,\"id\":118},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":119},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":8},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"116\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"117\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"118\":{\"x\":17,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"119\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"120\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"121\":{\"style\":{\"__isSmartRef__\":true,\"id\":122},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":114},\"storedString\":\"–\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"122\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"123\":{\"morph\":{\"__isSmartRef__\":true,\"id\":114},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"124\":{\"x\":-4.547473508864641e-13,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"125\":{\"x\":17,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"126\":{\"requiredModules\":[],\"idOnLoad\":\"7F2BDA07-313F-4C45-9EA0-6E16B35FA6B3\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"127\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":128},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":129},\"_Extent\":{\"__isSmartRef__\":true,\"id\":130},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":131},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":37},\"_Fill\":{\"__isSmartRef__\":true,\"id\":38},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"128\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"129\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"130\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"131\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"132\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"133\":{\"morph\":{\"__isSmartRef__\":true,\"id\":113},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"134\":{\"x\":985.9999999999998,\"y\":2.9999999999997726,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"135\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"136\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":137},{\"__isSmartRef__\":true,\"id\":139},{\"__isSmartRef__\":true,\"id\":141},{\"__isSmartRef__\":true,\"id\":143}],\"vector\":{\"__isSmartRef__\":true,\"id\":47},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"137\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":138}},\"138\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"139\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":140}},\"140\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"141\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":142}},\"142\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"143\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":144}},\"144\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"145\":{\"moveHorizontal\":true},\"146\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":113},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":147},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"147\":{\"source\":{\"__isSmartRef__\":true,\"id\":113},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"148\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":113},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":149},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"149\":{\"source\":{\"__isSmartRef__\":true,\"id\":113},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"150\":{\"requiredModules\":[],\"idOnLoad\":\"0DF63950-3A4D-4217-8990-FBE8FDE7970B\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"151\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":152},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":153},\"_Extent\":{\"__isSmartRef__\":true,\"id\":154},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":155},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":156},\"_Fill\":{\"__isSmartRef__\":true,\"id\":157},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"152\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"153\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"154\":{\"x\":1025,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"155\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"156\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"157\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":158},{\"__isSmartRef__\":true,\"id\":160}],\"vector\":{\"__isSmartRef__\":true,\"id\":94},\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\"},\"158\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":159}},\"159\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"160\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":161}},\"161\":{\"r\":0.6400000000000001,\"g\":0.6400000000000001,\"b\":0.6400000000000001,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"162\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"163\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"164\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"165\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"166\":{\"x\":909,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"167\":{\"requiredModules\":[],\"idOnLoad\":\"1FBD8BD7-17E1-4A4D-9570-1716306E9625\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"168\":{\"submorphs\":[],\"scripts\":[],\"id\":\"EDE76952-CCDA-432A-B217-CF5F19A20370\",\"shape\":{\"__isSmartRef__\":true,\"id\":169},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":176},\"showsHalos\":false,\"name\":\"ResizeCorner4\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":177},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"__layered_draggingEnabled__\":true,\"dragStartPoint\":null,\"originalExtent\":{\"__isSmartRef__\":true,\"id\":178},\"originalTargetExtent\":null,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":179},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":180},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":181},\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":182},\"isCopyMorphRef\":true,\"morphRefId\":1,\"prevScroll\":[0,0],\"derivationIds\":[227,\"83D58336-D35B-44FB-9AB1-4467EC058CFA\",\"0141EF2D-898D-4A88-93BF-1B9FEE7E56E6\",\"F343780D-46A1-490F-8347-08939D52329C\",\"DCD3B012-B22F-4037-B24A-FCF858D154D4\",\"E6EDFE95-F114-4F7E-84D5-60B3212BC420\",\"D39E5489-4C7C-4BB7-8D11-83F82F09FF84\",\"B262116A-CEFD-4CEF-AAE0-BE2BED9E7CAF\",\"C289A2CC-E646-4E9C-8715-EAECD92D3C9B\",\"6596C37A-0FA3-441B-87A8-14A6496C6A1C\",\"9BA1ABBC-4195-4B48-8D5C-680E4B57802D\",\"ECCB7823-3C66-42F2-AF0D-71D4BB066366\",\"27021602-5080-41C9-90D6-29FA6E1C12E7\",\"6D098B01-3779-46A2-811A-07B035970C89\",\"5B2B7668-A71F-4123-ACF0-54EC44AF40BF\",\"91F121EF-0A48-4F3C-9D6E-676727E6BE47\",\"B2204956-B9D3-45E2-A5E5-C775FDF24ACC\",\"75F56068-8646-41D2-899F-94DE5CEF3263\",\"8189ED29-38FA-4DF8-8C08-D1956D240917\",\"506C8857-B65B-4EF9-8970-8DA8BC1A7077\",\"E5262413-3A41-4EFB-B2FF-8CC3641D1147\",\"CB46EFD5-F8F8-4B9A-9B05-BD728EA0D34F\"],\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":183},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"169\":{\"position\":{\"__isSmartRef__\":true,\"id\":170},\"_Extent\":{\"__isSmartRef__\":true,\"id\":171},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":172},\"_Fill\":{\"__isSmartRef__\":true,\"id\":173},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":174},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":175},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"170\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"171\":{\"x\":13,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"172\":{\"r\":0.568,\"g\":0.568,\"b\":0.568,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"173\":{\"r\":0.258,\"g\":0.258,\"b\":0.258,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"174\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"175\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"176\":{\"x\":1012.0000000000002,\"y\":571.0000000000002,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"177\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"idOnLoad\":\"EDE76952-CCDA-432A-B217-CF5F19A20370\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"178\":{\"x\":239,\"y\":138,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"179\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"180\":{\"morph\":{\"__isSmartRef__\":true,\"id\":168},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"181\":{\"x\":42.327599102410886,\"y\":-22.830104041830054,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"182\":{\"x\":12,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"183\":{\"onDrag\":{\"__isSmartRef__\":true,\"id\":184},\"onDragEnd\":{\"__isSmartRef__\":true,\"id\":192},\"onDragStart\":{\"__isSmartRef__\":true,\"id\":200}},\"184\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":185},\"source\":\"function onDrag(evt) {\\n var moveDelta = evt.mousePoint.subPt(this.dragStartPoint)\\n if (evt.isShiftDown()) {\\n var maxDelta = Math.max(moveDelta.x, moveDelta.y);\\n\\tmoveDelta = pt(maxDelta, maxDelta);\\n }\\n this.owner.setExtent(this.originalTargetExtent.addPt(moveDelta));\\n this.align(this.bounds().bottomRight(), this.owner.getExtent())\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":190},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"185\":{\"this\":{\"__isSmartRef__\":true,\"id\":168},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":186}},\"186\":{\"$super\":{\"__isSmartRef__\":true,\"id\":187}},\"187\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":188},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":189},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"188\":{\"obj\":{\"__isSmartRef__\":true,\"id\":168},\"name\":\"onDrag\"},\"189\":{},\"190\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":191},\"user\":\"lauritz\"},\"191\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 05:05:30 GMT+0100 (Mitteleuropäische Zeit)\"},\"192\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":193},\"source\":\"function onDragEnd(evt) {\\n this.dragStartPoint = null;\\n this.originalTargetExtent = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":198},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"193\":{\"this\":{\"__isSmartRef__\":true,\"id\":168},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":194}},\"194\":{\"$super\":{\"__isSmartRef__\":true,\"id\":195}},\"195\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":196},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":197},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"196\":{\"obj\":{\"__isSmartRef__\":true,\"id\":168},\"name\":\"onDragEnd\"},\"197\":{},\"198\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":199},\"user\":\"lauritz\"},\"199\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 05:05:30 GMT+0100 (Mitteleuropäische Zeit)\"},\"200\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":201},\"source\":\"function onDragStart(evt) {\\n this.dragStartPoint = evt.mousePoint;\\n this.originalTargetExtent = this.owner.getExtent();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":206},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"201\":{\"this\":{\"__isSmartRef__\":true,\"id\":168},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":202}},\"202\":{\"$super\":{\"__isSmartRef__\":true,\"id\":203}},\"203\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":204},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":205},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"204\":{\"obj\":{\"__isSmartRef__\":true,\"id\":168},\"name\":\"onDragStart\"},\"205\":{},\"206\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":207},\"user\":\"lauritz\"},\"207\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 05:05:35 GMT+0100 (Mitteleuropäische Zeit)\"},\"208\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":209},{\"__isSmartRef__\":true,\"id\":329},{\"__isSmartRef__\":true,\"id\":344},{\"__isSmartRef__\":true,\"id\":396},{\"__isSmartRef__\":true,\"id\":481},{\"__isSmartRef__\":true,\"id\":566},{\"__isSmartRef__\":true,\"id\":623},{\"__isSmartRef__\":true,\"id\":638},{\"__isSmartRef__\":true,\"id\":822},{\"__isSmartRef__\":true,\"id\":871},{\"__isSmartRef__\":true,\"id\":922},{\"__isSmartRef__\":true,\"id\":978},{\"__isSmartRef__\":true,\"id\":682},{\"__isSmartRef__\":true,\"id\":1171},{\"__isSmartRef__\":true,\"id\":1186},{\"__isSmartRef__\":true,\"id\":1944},{\"__isSmartRef__\":true,\"id\":1963},{\"__isSmartRef__\":true,\"id\":1978},{\"__isSmartRef__\":true,\"id\":1726},{\"__isSmartRef__\":true,\"id\":2029},{\"__isSmartRef__\":true,\"id\":699}],\"scripts\":[],\"id\":\"99BDD6C0-CC06-469A-A2DA-531F622F9546\",\"shape\":{\"__isSmartRef__\":true,\"id\":2045},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"showsHalos\":false,\"name\":\"ObjectEditorPane\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":2052},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2055},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2056},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2057},\"layout\":{\"__isSmartRef__\":true,\"id\":2058},\"target\":{\"__isSmartRef__\":true,\"id\":2059},\"scriptPane\":{\"__isSmartRef__\":true,\"id\":682},\"scriptList\":{\"__isSmartRef__\":true,\"id\":1186},\"connectionList\":{\"__isSmartRef__\":true,\"id\":1726},\"morphSelector\":{\"__isSmartRef__\":true,\"id\":209},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"changeIndicator\":{\"__isSmartRef__\":true,\"id\":699},\"isBeingDragged\":false,\"prevScroll\":[0,0],\"grabbingEnabled\":false,\"draggingEnabled\":false,\"currentCategory\":null,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":2092},\"tagChooser\":{\"__isSmartRef__\":true,\"id\":396},\"currentTag\":null,\"derivationIds\":[206,\"3BDE080D-3D60-4BB9-A690-E6001350F596\",\"00E28CBF-E803-4BC0-93CC-651AC21008A5\",\"1B7E7936-0145-47E4-8433-DFE58134E74B\",\"422B98E3-E52B-4057-9C28-865873682DE1\",\"BCDE8D30-ECC2-4883-9587-2518B6822233\",\"BA6D5198-5AC2-4A63-9597-D4CF98A99CA9\",\"17E22972-5EBC-4511-9779-05E9E665D899\",\"C6F34039-F423-4223-8D6A-85611A138372\",\"7EC3BECE-1BDA-471D-B14C-C4FB822AA55C\",\"88F702A6-6067-4160-8561-54FAD27ADB17\",\"738F5E09-C109-4CD0-B5F5-418A6227ABA0\",\"0DC59884-6397-4391-A9A7-FB6F9F97E5AD\",\"14C76016-3134-4E27-8E8F-AF9EE6ACCF4E\",\"FEB1641E-DEA0-449B-B5E5-D3946457A986\",\"5A09E61D-0939-46DD-B099-6337F45EAD81\",\"42A37CDC-8F21-49BA-A701-B98418EF4AEC\",\"FCE84B47-1667-482B-B035-D2C3C7F53837\",\"F49E6D79-2AEB-41FC-8057-A25A4C7D4F92\",\"7B115C74-E409-42A1-9FCB-2DEB53C88CD6\",\"1D3B45A6-5E60-4FD3-900A-288DB80F5262\",\"A41D8F44-9418-4758-91F0-03633FAA0208\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":2093},\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"partTests\":{\"__isSmartRef__\":true,\"id\":2094},\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":2095},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"209\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":210}],\"scripts\":[],\"id\":\"5A6C6654-2943-456D-ADD5-9BABB678CCEB\",\"shape\":{\"__isSmartRef__\":true,\"id\":227},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":243},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":230},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":244},\"label\":{\"__isSmartRef__\":true,\"id\":210},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":253},\"name\":\"ObjectEditorMorphSelector\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":254},\"list\":[],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":255},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":256},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":257},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":258},\"owner\":{\"__isSmartRef__\":true,\"id\":208},\"textString\":\"\",\"selection\":{\"__isSmartRef__\":true,\"id\":259},\"_ClipMode\":\"visible\",\"prevScroll\":[0,0],\"listMorph\":null,\"derivationIds\":[221,\"4AC64FBA-95AC-42B2-A078-B6DA97889093\",\"E26ED0E6-C4CE-4C82-94D5-175270E8459E\",\"D292F2FC-C2B6-48AE-B779-8CC5868FFA49\",\"53A862EB-032C-4BF0-9B21-58C7E0C0A9B2\",\"CC4D188B-510F-48DE-A0E1-EC8D2CD63F9F\",\"0CD057F2-3517-4849-A69E-1EF79B05ACE8\",\"66EBBB7D-8FA7-4D43-AE78-A18DA3B970BA\",\"A50C1893-4138-4E29-865B-92F53F76D08A\",\"1EC5D2B9-3539-419A-8DD6-CE82DEABB02C\",\"95DC06D5-F4C7-49E2-8A01-110D1B0AFBD0\",\"672DEFAB-2BE5-4C60-9779-3B44694FBEB1\",\"E3476213-5872-492C-BE29-0C6A5A150ED8\",\"AA2F6ABE-1CCB-403D-94DD-8FB371F3DDCE\",\"54B67D51-AB19-40A0-A2A6-EC51F3171CAC\",\"1CF44342-896F-4ACB-847F-7CB3CD10ED5A\",\"279A9257-1667-4E0C-844B-A4E0D02462F0\",\"DDCBD835-4B3F-4B8F-9623-696DA76C3A2C\",\"D2CB17F3-5DD0-4E97-BF99-40A95ABF976B\",\"FA519665-2394-43D3-8DCF-802A158F3291\",\"90519BB5-7419-46E0-B7E3-4C26304F3414\",\"3282D25E-B004-4531-8508-173EB73B479E\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":276},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"210\":{\"submorphs\":[],\"scripts\":[],\"id\":\"74A5D564-D190-453E-BBC6-1A142995D7C8\",\"shape\":{\"__isSmartRef__\":true,\"id\":211},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":220,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":217},\"textColor\":{\"__isSmartRef__\":true,\"id\":214},\"owner\":{\"__isSmartRef__\":true,\"id\":209},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":218}],\"padding\":{\"__isSmartRef__\":true,\"id\":220},\"_Padding\":{\"__isSmartRef__\":true,\"id\":220},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":221},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":222}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":223},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":224},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":220,\"_MinTextHeight\":null,\"_Align\":\"left\",\"_FontFamily\":\"Arial\",\"_FontSize\":10,\"derivationIds\":[222,\"30F054A3-7658-405B-8098-B7D87AA8A9ED\",\"556D6E07-45B7-42EC-A486-DE275EF0B034\",\"06B0B080-467A-46CC-8B0D-9C0A9B9A71F1\",\"5E2D96C9-BB9B-4735-8673-A79847435197\",\"B48AA022-2022-4A2A-9090-4D884FB3DFD3\",\"8B2F743A-98C5-45E1-B03C-5019114EAC47\",\"D09C56C3-A2DC-4BDF-B8A1-6365138ECD01\",\"74158C3D-B79E-43E7-B111-48701B10ACE2\",\"B19E117B-E40F-4B9F-86AC-BFB2AAFD5336\",\"4E3B3D72-E52C-44ED-AE32-78939BA1ECFD\",\"2459D1F0-E49C-4882-AB4C-D78C1A496962\",\"3D8D3B02-0459-45C1-A606-D0DB4B07958C\",\"78AAE288-D261-4BEA-9436-C8C31B890B44\",\"2E10F795-9892-4BF7-9A46-BCB90FD6112E\",\"DE32EFA9-C920-42F6-9F2E-7EDABEC006AF\",\"23FBFC79-1927-48FD-8C1C-09FFD7539784\",\"3409506C-9BAE-43DA-BCAF-94392F9646DF\",\"ED94289E-98FC-4126-9EED-25FDC98D5BFC\",\"63C2F1D8-3A1B-464B-9945-1F661D4CFE26\",\"782AAB82-32E9-4A37-9DC0-3118636C2CCE\",\"C07C687C-4B3D-4283-8791-5718737E1552\"],\"_TextColor\":{\"__isSmartRef__\":true,\"id\":225},\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":226},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"211\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":212},\"_Extent\":{\"__isSmartRef__\":true,\"id\":213},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":214},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":215},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":216},\"_BorderWidth\":0,\"_Fill\":null,\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"212\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"213\":{\"x\":220,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"214\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"215\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"216\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"217\":{\"x\":2.0000000000002274,\"y\":1.0000000000002274,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"218\":{\"style\":{\"__isSmartRef__\":true,\"id\":219},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":210},\"storedString\":\"empty\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"219\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"220\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"221\":{\"x\":220,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"222\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":210},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":209},\"targetMethodName\":\"selection\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"223\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"224\":{\"morph\":{\"__isSmartRef__\":true,\"id\":210},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"225\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"226\":{\"requiredModules\":[],\"idOnLoad\":\"74A5D564-D190-453E-BBC6-1A142995D7C8\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"227\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":228},\"_Extent\":{\"__isSmartRef__\":true,\"id\":229},\"_Fill\":{\"__isSmartRef__\":true,\"id\":230},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":240},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":241},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":242},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"228\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"229\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"230\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":231},{\"__isSmartRef__\":true,\"id\":233},{\"__isSmartRef__\":true,\"id\":235},{\"__isSmartRef__\":true,\"id\":237}],\"vector\":{\"__isSmartRef__\":true,\"id\":239},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"231\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":232}},\"232\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"233\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":234}},\"234\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"235\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":236}},\"236\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"237\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":238}},\"238\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"239\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"240\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"241\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"242\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"243\":{\"x\":241.156543263932,\"y\":10.051355170230863,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"244\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":245},{\"__isSmartRef__\":true,\"id\":247},{\"__isSmartRef__\":true,\"id\":249},{\"__isSmartRef__\":true,\"id\":251}],\"vector\":{\"__isSmartRef__\":true,\"id\":239},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"245\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":246}},\"246\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"247\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":248}},\"248\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"249\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":250}},\"250\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"251\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":252}},\"252\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"253\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"254\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"partName\":\"ChoiceButton\",\"comment\":\"Click on it and you get a list of things to choose from.\",\"idOnLoad\":\"5A6C6654-2943-456D-ADD5-9BABB678CCEB\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"255\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"256\":{\"morph\":{\"__isSmartRef__\":true,\"id\":209},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"257\":{\"x\":163.49122475735174,\"y\":-15.233000571157135,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"258\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"259\":{\"submorphs\":[],\"scripts\":[],\"id\":181,\"shape\":{\"__isSmartRef__\":true,\"id\":260},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":266},\"_MaxTextWidth\":580,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":267},\"showsHalos\":false,\"_FontSize\":28,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Title\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":268},\"_TextColor\":{\"__isSmartRef__\":true,\"id\":269},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":270},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":271}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":273},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":274},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":580,\"_MinTextHeight\":null,\"_Rotation\":0,\"_Scale\":1.002003004005006,\"previousSelection\":[35,35],\"priorSelectionRange\":[23,23],\"charsReplaced\":\"WIP / Proof of Concept\",\"lastFindLoc\":22,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":275},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"isCopyMorphRef\":true,\"morphRefId\":2,\"prevScroll\":[0,0],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"260\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":261},\"_Extent\":{\"__isSmartRef__\":true,\"id\":262},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":263},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":264},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":265},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"261\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"262\":{\"x\":580,\"y\":43,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"263\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"264\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"265\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"266\":{\"x\":37,\"y\":23,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"267\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"268\":{\"partsSpaceName\":\"PartsBin/Worlds/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"For example a world title.\",\"partName\":\"Title\",\"migrationLevel\":2,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"269\":{\"r\":0,\"g\":0.309,\"b\":0.595,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"270\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"271\":{\"style\":{\"__isSmartRef__\":true,\"id\":272},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":259},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"272\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"273\":{\"morph\":{\"__isSmartRef__\":true,\"id\":259},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"274\":{\"x\":580,\"y\":43,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"275\":{\"x\":221,\"y\":-12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"276\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":277},\"getList\":{\"__isSmartRef__\":true,\"id\":281},\"removeList\":{\"__isSmartRef__\":true,\"id\":285},\"reset\":{\"__isSmartRef__\":true,\"id\":289},\"displayTopLevelMorphs\":{\"__isSmartRef__\":true,\"id\":293},\"onMouseDown\":{\"__isSmartRef__\":true,\"id\":297},\"setTargetOfPane\":{\"__isSmartRef__\":true,\"id\":305},\"setTargetToListSelection\":{\"__isSmartRef__\":true,\"id\":309},\"onBlur\":{\"__isSmartRef__\":true,\"id\":313},\"setTarget\":{\"__isSmartRef__\":true,\"id\":321},\"setTargetOnSelection\":{\"__isSmartRef__\":true,\"id\":325}},\"277\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":278},\"source\":\"function createListMorph() {\\n var items = this.getList();\\n \\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\\n\\n var listMorph = new lively.morphic.List(extent);\\n listMorph.setList(items);\\n listMorph.setFontSize(10);\\n\\n listMorph.disableGrabbing();\\n listMorph.disableDragging();\\n\\n connect(listMorph, 'selection', this, 'setTargetToListSelection');\\n \\n return listMorph;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":279},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"278\":{\"this\":{\"__isSmartRef__\":true,\"id\":209}},\"279\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":280},\"user\":\"lauritz\",\"tags\":[]},\"280\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 13 2011 18:55:41 GMT+0100 (Mitteleuropäische Zeit)\"},\"281\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":282},\"source\":\"function getList() {\\n var worldEntry = {\\n isListItem: true,\\n selectionString: 'World',\\n string: 'World',\\n value: this.world()\\n };\\n var list = this.world().indentedListItemsOfMorphNames();\\n list.unshift(worldEntry);\\n return list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":283},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"282\":{\"this\":{\"__isSmartRef__\":true,\"id\":209}},\"283\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":284},\"user\":\"lauritz\",\"tags\":[]},\"284\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 21 2011 23:12:23 GMT+0100 (Mitteleuropäische Zeit)\"},\"285\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":286},\"source\":\"function removeList() {\\n this.listMorph && this.listMorph.remove();\\n this.listMorph = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":287},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"286\":{\"this\":{\"__isSmartRef__\":true,\"id\":209}},\"287\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":288},\"user\":\"lauritz\",\"tags\":[]},\"288\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:51:07 GMT+0100 (Mitteleuropäische Zeit)\"},\"289\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":290},\"source\":\"function reset() {\\n this.list = [];\\n this.setLabel('empty');\\n this.label.setAlign('left');\\n this.removeList();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'});\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":291},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"290\":{\"this\":{\"__isSmartRef__\":true,\"id\":209}},\"291\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":292},\"user\":\"lauritz\",\"tags\":[]},\"292\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:34:06 GMT+0100 (Mitteleuropäische Zeit)\"},\"293\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":294},\"source\":\"function displayTopLevelMorphs() {\\n var list = this.createListMorph(); \\n if (this.getList().length === 0) return;\\n this.addMorph(list);\\n this.listMorph = list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":295},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"294\":{\"this\":{\"__isSmartRef__\":true,\"id\":209}},\"295\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":296},\"user\":\"lauritz\",\"tags\":[]},\"296\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 13 2011 18:53:20 GMT+0100 (Mitteleuropäische Zeit)\"},\"297\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":298},\"source\":\"function onMouseDown(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n // clicked on morph, not the list, not the list's scrollbar\\n if (evt.target === this.renderContext().shapeNode)\\n this.removeList();\\n } else {\\n this.displayTopLevelMorphs();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":303},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"298\":{\"this\":{\"__isSmartRef__\":true,\"id\":209},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":299}},\"299\":{\"$super\":{\"__isSmartRef__\":true,\"id\":300}},\"300\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":301},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":302},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"301\":{\"obj\":{\"__isSmartRef__\":true,\"id\":209},\"name\":\"onMouseDown\"},\"302\":{},\"303\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":304},\"user\":\"lauritz\",\"tags\":[]},\"304\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:30:39 GMT+0100 (Mitteleuropäische Zeit)\"},\"305\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":306},\"source\":\"function setTargetOfPane(selection) {\\n this.owner.setTarget(selection);\\n this.label.setAlign('left');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":307},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"306\":{\"this\":{\"__isSmartRef__\":true,\"id\":209}},\"307\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":308},\"user\":\"lauritz\",\"tags\":[]},\"308\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 04:30:42 GMT+0100 (Mitteleuropäische Zeit)\"},\"309\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":310},\"source\":\"function setTargetToListSelection() { \\n var selection = this.listMorph.selection;\\n this.removeList();\\n if (!selection) return;\\n if (this.owner.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function (confirmed) {\\n if (confirmed) that.setTargetOfPane(selection);\\n }\\n this.owner.confirmUnsavedChanges(callback);\\n } else {\\n this.setTargetOfPane(selection);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":311},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"310\":{\"this\":{\"__isSmartRef__\":true,\"id\":209}},\"311\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":312},\"user\":\"lauritz\",\"tags\":[]},\"312\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 06:06:48 GMT+0100 (Mitteleuropäische Zeit)\"},\"313\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":314},\"source\":\"function onBlur(evt) {\\n $super(evt);\\n \\n // workaround - otherwise other morphs get this event\\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\\n this.removeList();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":319},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"314\":{\"this\":{\"__isSmartRef__\":true,\"id\":209},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":315}},\"315\":{\"$super\":{\"__isSmartRef__\":true,\"id\":316}},\"316\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":317},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":318},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"317\":{\"obj\":{\"__isSmartRef__\":true,\"id\":209},\"name\":\"onBlur\"},\"318\":{},\"319\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":320},\"user\":\"lauritz\",\"tags\":[]},\"320\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:30:08 GMT+0100 (Mitteleuropäische Zeit)\"},\"321\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":322},\"source\":\"function setTarget(target) {\\n this.label.setTextString(target.getName() || target.toString());\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":323},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"322\":{\"this\":{\"__isSmartRef__\":true,\"id\":209}},\"323\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":324},\"user\":\"lauritz\",\"tags\":[]},\"324\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 04:29:39 GMT+0100 (Mitteleuropäische Zeit)\"},\"325\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":326},\"source\":\"function setTargetOnSelection() {\\n if (this.listMorph && this.listMorph.renderContext() && this.listMorph.renderContext().listNode.value) {\\n this.setTargetToListSelection();\\n this.stopStepping();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":327},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"326\":{\"this\":{\"__isSmartRef__\":true,\"id\":209}},\"327\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":328},\"user\":\"lauritz\",\"tags\":[]},\"328\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 06:12:06 GMT+0100 (Mitteleuropäische Zeit)\"},\"329\":{\"submorphs\":[],\"scripts\":[],\"id\":\"A8D88BDC-B27E-44E1-AAC2-DD0A3C2EA004\",\"shape\":{\"__isSmartRef__\":true,\"id\":330},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":false,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":336},\"_MaxTextWidth\":64.8979476392384,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":333},\"showsHalos\":false,\"_FontSize\":9,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorScriptsText1\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":337},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":338}],\"charsReplaced\":\"Scripts\",\"lastFindLoc\":-7,\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":340},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":341},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":342},\"_WhiteSpaceHandling\":\"pre-wrap\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":64.8979476392384,\"_MinTextHeight\":null,\"_ClipMode\":\"visible\",\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":343},\"eventsAreIgnored\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":208},\"isCopyMorphRef\":true,\"morphRefId\":27,\"derivationIds\":[223,\"5E3A69EF-26C1-4D0D-B04C-8C3894017F56\",\"14AB1B91-3ED6-49AE-AA58-47D18B6C569F\",\"991D4A54-1FC4-4BC7-AA82-F814AC52CDE3\",\"DB9B19F7-4390-4CE5-9B1D-62177CB8D605\",\"8F7B2EE9-9538-4044-B75B-6A12F3108B70\",\"4B9F9B4B-C7D3-418D-9AC9-10503A4EBF8E\",\"324EE422-8C94-43CE-B964-A3150830C25F\",\"36D1ECF9-591F-426B-A4F6-B337D7DB053B\",\"CB52849C-BE64-4053-8D07-758F969F84EB\",\"F1C241D4-A689-4DB7-942F-ADB5F39D9CAA\",\"F9D413A0-184F-47F5-9B55-D05D511915CB\",\"F4C5DA2D-8203-47EB-834D-2D03338B0419\",\"1E089341-3FFF-45CD-9C21-BA7A8B4CF6F2\",\"87F8B14A-C122-40D7-8405-CA07248E60D3\",\"A8E7E359-A02C-427B-8D23-C707CE9664B2\",\"695927E1-0410-434B-A716-F030B4ECD84D\",\"B2857406-8534-4160-AC2C-6D8008C5EE1C\",\"9C4879F3-2A68-4EDC-ACC3-22438F66B654\",\"F53397C6-6F57-4E8E-B094-E168D20383E5\",\"2BCC47EC-7C72-4E05-9136-D6950CF1B4C8\",\"7227F62B-AAF3-40E0-A83E-DFAB0951D2A5\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"330\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":331},\"_Extent\":{\"__isSmartRef__\":true,\"id\":332},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":333},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":334},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":335},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"331\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"332\":{\"x\":64.8979476392384,\"y\":15,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"333\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"334\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"335\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"336\":{\"x\":198.16434648623317,\"y\":12.9115395897486,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"337\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"idOnLoad\":\"A8D88BDC-B27E-44E1-AAC2-DD0A3C2EA004\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"338\":{\"style\":{\"__isSmartRef__\":true,\"id\":339},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":329},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Target:\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"339\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"340\":{\"x\":64.8979476392384,\"y\":15,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"341\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"342\":{\"morph\":{\"__isSmartRef__\":true,\"id\":329},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"343\":{\"x\":41.065989525935834,\"y\":-10.506047005169194,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"344\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":345}],\"scripts\":[],\"id\":\"3B2DF4E1-1421-434D-8560-17D806FC41E4\",\"shape\":{\"__isSmartRef__\":true,\"id\":361},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":377},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":364},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":378},\"label\":{\"__isSmartRef__\":true,\"id\":345},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":387}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":389},\"name\":\"ObjectEditorAddConnectionButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":390},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":391},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":392},\"owner\":{\"__isSmartRef__\":true,\"id\":208},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":393},\"layout\":{\"__isSmartRef__\":true,\"id\":394},\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":395},\"isCopyMorphRef\":true,\"morphRefId\":21,\"derivationIds\":[211,\"3037655C-DA7B-44EA-BA12-F4079688C953\",\"75A1CB74-1CC4-4818-9C72-5ABDB57E856B\",\"2500B5DB-7C3D-4C95-B0A6-239C5876AD50\",\"1E8E75D5-28A5-4303-9DD4-95810FC25C89\",\"23FCA415-364D-4EB3-BEF7-235AA7301DC1\",\"456BCA9E-DF1C-4132-B145-D9C543BC2AA5\",\"947AE751-18C7-4E75-83EA-B58FDC3957DD\",\"EF32CA97-3FB2-46E8-BB28-6D7E9D75E785\",\"F9EC8656-C6FC-4B95-9543-F88CB0F2A858\",\"C9F7F76F-A604-45F4-A37A-F91FEB593CDC\",\"9F494BE8-A4FF-41F6-AB36-C283D24A4407\",\"45A73CE1-64C7-459A-AF81-C5709E5AC9C9\",\"CF371F02-EC78-4A2F-9EE2-378932693C1E\",\"BD55918E-773D-4175-AABF-83F7CF487433\",\"927C26F1-7906-423F-B724-6EEA41241042\",\"D0079D71-C612-4BDF-B515-6E9E1CC88347\",\"383B7D93-C18A-406B-BA2F-94634858B527\",\"C14F4C74-5F2B-4250-B4C3-34D76F2B5DDA\",\"9B2016B9-B5B7-494A-8D62-349E2052954E\",\"A7B899E7-64C7-47AA-9C9A-7264EE8191D6\",\"4E5618EB-477A-4193-8D72-7DA6AB8B7E38\"],\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"345\":{\"submorphs\":[],\"scripts\":[],\"id\":\"782EDED9-7EBC-45D5-B0A3-C803633BA432\",\"shape\":{\"__isSmartRef__\":true,\"id\":346},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":21,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":352},\"textColor\":{\"__isSmartRef__\":true,\"id\":349},\"owner\":{\"__isSmartRef__\":true,\"id\":344},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":353}],\"padding\":{\"__isSmartRef__\":true,\"id\":355},\"_Padding\":{\"__isSmartRef__\":true,\"id\":356},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":357},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":358},\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":359},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":21,\"_MinTextHeight\":null,\"draggingEnabled\":false,\"derivationIds\":[212,\"28CD4A90-F73B-43CD-B1C7-035C4B278AEA\",\"01C38CAD-30FC-4DE4-AC0D-E4C7B786073D\",\"526B86BC-10CC-449C-A3CD-601BF36EECCD\",\"41ACFD86-FC52-4FF2-8E87-B6C3542C93F1\",\"B47DD984-4390-4773-87AC-80F4AEE1677A\",\"A11B90F0-D395-4DD9-8FCC-E10A1C5BBED9\",\"41F9D772-7EB5-4319-AAA7-4D81488FD246\",\"D436832C-03BF-4F40-B14A-9F1EE3938C8B\",\"B1AD14AC-4E7B-4A56-AF2E-5B626B3BFF32\",\"7993C09E-5D43-4E15-9E3C-519F1983BE9D\",\"4D23912E-CF81-4AC5-8F56-2856BDE25CFA\",\"ABC9115D-C930-4C54-A9DD-5D5EF85DD51A\",\"1986F0DB-9496-4B90-8A42-C063C1618CEB\",\"597DDECD-C06C-402F-A7F9-27317C146AEC\",\"4A18F2F3-AB79-43A3-80D0-471CD696629A\",\"A9728043-6848-4FEF-953E-84970AE39FDB\",\"8701EE6B-3B47-4FF8-B775-629FEEE375FD\",\"606D265E-85FE-41AF-9DA0-EC03202F816B\",\"ACCA8CD1-4D66-4B96-96E5-30FAAA45BF4C\",\"291F244E-52B4-4173-BE45-4B1CA1E1EAD9\",\"705C6F21-5F1A-4CD5-A508-C622C595747F\"],\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":360},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"346\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":347},\"_Extent\":{\"__isSmartRef__\":true,\"id\":348},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":349},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":350},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":351},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"347\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"348\":{\"x\":25,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"349\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"350\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"351\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"352\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"353\":{\"style\":{\"__isSmartRef__\":true,\"id\":354},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":345},\"storedString\":\"+\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"354\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"355\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"356\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"357\":{\"x\":25,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"358\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"359\":{\"morph\":{\"__isSmartRef__\":true,\"id\":345},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"360\":{\"requiredModules\":[],\"idOnLoad\":\"782EDED9-7EBC-45D5-B0A3-C803633BA432\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"361\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":362},\"_Extent\":{\"__isSmartRef__\":true,\"id\":363},\"_Fill\":{\"__isSmartRef__\":true,\"id\":364},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":374},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":375},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":376},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"362\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"363\":{\"x\":25,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"364\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":365},{\"__isSmartRef__\":true,\"id\":367},{\"__isSmartRef__\":true,\"id\":369},{\"__isSmartRef__\":true,\"id\":371}],\"vector\":{\"__isSmartRef__\":true,\"id\":373},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"365\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":366}},\"366\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"367\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":368}},\"368\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"369\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":370}},\"370\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"371\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":372}},\"372\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"373\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"374\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"375\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"376\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"377\":{\"x\":130.00000000000023,\"y\":455.6125326144361,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"378\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":379},{\"__isSmartRef__\":true,\"id\":381},{\"__isSmartRef__\":true,\"id\":383},{\"__isSmartRef__\":true,\"id\":385}],\"vector\":{\"__isSmartRef__\":true,\"id\":373},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"379\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":380}},\"380\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"381\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":382}},\"382\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"383\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":384}},\"384\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"385\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":386}},\"386\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"387\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":344},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":208},\"targetMethodName\":\"newConnection\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":388},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"388\":{\"source\":{\"__isSmartRef__\":true,\"id\":344},\"target\":{\"__isSmartRef__\":true,\"id\":208}},\"389\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"390\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"idOnLoad\":\"3B2DF4E1-1421-434D-8560-17D806FC41E4\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"391\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"392\":{\"x\":30,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"393\":{\"morph\":{\"__isSmartRef__\":true,\"id\":344},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"394\":{\"moveVertical\":true},\"395\":{\"x\":33.47869739544274,\"y\":-11.010525048834154,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"396\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":397}],\"scripts\":[],\"id\":\"12662B7D-B7EF-45ED-BADF-B4CE53280493\",\"shape\":{\"__isSmartRef__\":true,\"id\":412},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":428},\"value\":true,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":429},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":415},\"label\":{\"__isSmartRef__\":true,\"id\":397},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":438},\"name\":\"ObjectEditorTagChooser\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":439},\"listMorph\":null,\"list\":[],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":440},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":441},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":442},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":443},\"textString\":\"PartsBinBrowser\",\"selection\":\"\",\"_ClipMode\":\"visible\",\"prevScroll\":[0,0],\"owner\":{\"__isSmartRef__\":true,\"id\":208},\"setTargetToListSelection\":\"all\",\"savedTextString\":\"all\",\"derivationIds\":[225,\"7F83847B-D0B1-4A31-8601-43424B97C858\",\"E08FC110-71D7-4FFD-B4A8-08F8147B95BA\",\"5534107D-C5C9-48DD-A1ED-B87E9D9B672C\",\"0B89FA7A-768C-4062-98AE-C455E8DAFF19\",\"799320C6-CFBA-40E7-B03D-64BFE9B78248\",\"9B650AA3-271B-4E72-B230-51C6F64B7462\",\"C95D3672-724C-4C2C-9CDD-EF308062F627\",\"C66EBEEC-B7CE-4DD9-8BDF-905F071F965D\",\"D68B143A-A712-4FD0-8803-62CCB4C7F763\",\"ED802271-AE5C-4BE9-AC4E-7CED44BC864B\",\"1BD989CB-146C-431F-8B15-9199C4CD5D32\",\"42172AA4-1B06-4C5B-9BB7-FAED1206CF34\",\"32DFAF99-E6F8-426B-829D-FD6C2BCB8FAA\",\"9B4BF2BE-49D5-4B9D-8F38-1692443069A9\",\"FCAB3690-731A-45E7-984F-843DFE705AF1\",\"94B10A66-8219-43AD-B902-DA999A66222D\",\"BB0E2EB7-ABCE-44C7-96E7-6679FB2981D1\",\"2FCEE551-302B-46C9-B646-3B9BE9187182\",\"B4267F52-1ACC-42A1-904D-E9F7D485D8AB\",\"14770110-045A-4BE4-BCF2-7C886DF70F7D\",\"DE943A23-FE79-4113-A167-788C618CBBAD\"],\"isPressed\":false,\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":444},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"397\":{\"submorphs\":[],\"scripts\":[],\"id\":\"F3FEB00B-CDEB-40C4-88B6-BDBBCC6F28D6\",\"shape\":{\"__isSmartRef__\":true,\"id\":398},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":130,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":403},\"textColor\":{\"__isSmartRef__\":true,\"id\":401},\"owner\":{\"__isSmartRef__\":true,\"id\":396},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":404}],\"padding\":{\"__isSmartRef__\":true,\"id\":406},\"_Padding\":{\"__isSmartRef__\":true,\"id\":406},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":407},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":408}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":409},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":410},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":130,\"_MinTextHeight\":null,\"_Align\":\"left\",\"_FontFamily\":\"Arial\",\"_FontSize\":10,\"derivationIds\":[226,\"03DBF3F8-8EA2-4426-BA64-C4297DDAB015\",\"B8F87302-BEC3-48CD-9BBA-6C7DBB6287E1\",\"4AA6AE51-338B-4E3E-814B-9F99C693A2D5\",\"08F6CE56-AD91-4C27-9429-C3DEA313696C\",\"D39C963C-FD24-4498-A6D8-71E5102CE58A\",\"132C2A9E-3466-4051-AAEA-6E485A91F408\",\"DB8BC4A1-ED41-446B-AB6C-7E73DD857B5D\",\"567FC668-A57C-41CB-8252-8912826B3144\",\"D0B0775F-C8E7-49EB-BBB2-C7BB7DD464BF\",\"AABED87D-D7C0-494A-8803-26F4601E35FF\",\"696C3A2A-C695-4D17-A044-41A73436AB8D\",\"206A0BFD-6997-4E0E-9193-089D1F66B22A\",\"F2F1F966-6C41-4EBA-AFCE-FAE8C79AA696\",\"64A754E9-7083-4CAE-B5C2-7B436EFFE4BA\",\"64737503-A352-42CC-A249-667DA2B42746\",\"9218F1CA-E23F-4E1A-89C3-DB19DE720861\",\"CF7EAC38-1041-4B83-B087-359885B8528B\",\"84469C7C-C93D-4F16-ACAA-0045A4A37FCA\",\"9D3DD447-66A0-4B4A-B378-FB864D8C1468\",\"163D1C2B-EDE9-4F8F-B466-EF9F4CB14384\",\"C9949B3A-5711-4549-A125-83200D9DF3BB\"],\"_TextColor\":{\"__isSmartRef__\":true,\"id\":225},\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":411},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"398\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":399},\"_Extent\":{\"__isSmartRef__\":true,\"id\":400},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":401},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":402},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":216},\"_BorderWidth\":0,\"_Fill\":null,\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"399\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"400\":{\"x\":130,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"401\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"402\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"403\":{\"x\":2,\"y\":0.9999999999997726,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"404\":{\"style\":{\"__isSmartRef__\":true,\"id\":405},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":397},\"storedString\":\"all\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"405\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"406\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"407\":{\"x\":130,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"408\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":397},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":396},\"targetMethodName\":\"selection\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"409\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"410\":{\"morph\":{\"__isSmartRef__\":true,\"id\":397},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"411\":{\"requiredModules\":[],\"idOnLoad\":\"F3FEB00B-CDEB-40C4-88B6-BDBBCC6F28D6\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"412\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":413},\"_Extent\":{\"__isSmartRef__\":true,\"id\":414},\"_Fill\":{\"__isSmartRef__\":true,\"id\":415},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":425},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":426},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":427},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"413\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"414\":{\"x\":130,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"415\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":416},{\"__isSmartRef__\":true,\"id\":418},{\"__isSmartRef__\":true,\"id\":420},{\"__isSmartRef__\":true,\"id\":422}],\"vector\":{\"__isSmartRef__\":true,\"id\":424},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"416\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":417}},\"417\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"418\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":419}},\"419\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"420\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":421}},\"421\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"422\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":423}},\"423\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"424\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"425\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"426\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"427\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"428\":{\"x\":39.12381412396894,\"y\":10,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"429\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":430},{\"__isSmartRef__\":true,\"id\":432},{\"__isSmartRef__\":true,\"id\":434},{\"__isSmartRef__\":true,\"id\":436}],\"vector\":{\"__isSmartRef__\":true,\"id\":424},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"430\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":431}},\"431\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"432\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":433}},\"433\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"434\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":435}},\"435\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"436\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":437}},\"437\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"438\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"439\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"partName\":\"ChoiceButton\",\"comment\":\"Click on it and you get a list of things to choose from.\",\"idOnLoad\":\"12662B7D-B7EF-45ED-BADF-B4CE53280493\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"440\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"441\":{\"morph\":{\"__isSmartRef__\":true,\"id\":396},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"442\":{\"x\":85.7442776093583,\"y\":-11.582832083333244,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"443\":{\"x\":130,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"444\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":445},\"getList\":{\"__isSmartRef__\":true,\"id\":449},\"removeList\":{\"__isSmartRef__\":true,\"id\":453},\"reset\":{\"__isSmartRef__\":true,\"id\":457},\"onMouseUp\":{\"__isSmartRef__\":true,\"id\":461},\"onBlur\":{\"__isSmartRef__\":true,\"id\":469},\"setTag\":{\"__isSmartRef__\":true,\"id\":477}},\"445\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":446},\"source\":\"function createListMorph() {\\n var items = this.getList();\\n\\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\\n\\n var listMorph = new lively.morphic.List(extent);\\n listMorph.setList(items);\\n listMorph.setFontSize(10);\\n\\n listMorph.disableGrabbing();\\n listMorph.disableDragging();\\n \\n connect(listMorph, 'selection', this, 'setTag');\\n \\n return listMorph;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":447},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"446\":{\"this\":{\"__isSmartRef__\":true,\"id\":396}},\"447\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":448},\"user\":\"lauritz\",\"categories\":[]},\"448\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:35:59 GMT+0100 (Mitteleuropäische Zeit)\"},\"449\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":450},\"source\":\"function getList() {\\n if (!this.owner.target) return [''];\\n\\n var target = this.owner.target;\\n\\n var tags = Functions.own(target).collect(function (each) {\\n return target[each].tags || [];\\n }).flatten().uniq();\\n\\n var sortedTags = tags.sortBy(function(name) { \\n return name.toLowerCase() \\n });\\n \\n sortedTags.unshift('all'); \\n return sortedTags;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":451},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"450\":{\"this\":{\"__isSmartRef__\":true,\"id\":396}},\"451\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":452},\"user\":\"lauritz\",\"tags\":[]},\"452\":{\"isSerializedDate\":true,\"string\":\"Fri Dec 16 2011 20:27:25 GMT+0100 (Mitteleuropäische Zeit)\"},\"453\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":454},\"source\":\"function removeList() {\\n this.listMorph && this.listMorph.remove()\\n this.listMorph = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":455},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"454\":{\"this\":{\"__isSmartRef__\":true,\"id\":396}},\"455\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":456},\"user\":\"lauritz\",\"categories\":[]},\"456\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 19:06:51 GMT+0100 (Mitteleuropäische Zeit)\"},\"457\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":458},\"source\":\"function reset() {\\n this.list = [];\\n this.setLabel('all');\\n this.label.setAlign('left');\\n this.removeList();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":459},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"458\":{\"this\":{\"__isSmartRef__\":true,\"id\":396}},\"459\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":460},\"user\":\"lauritz\",\"tags\":[]},\"460\":{\"isSerializedDate\":true,\"string\":\"Fri Dec 16 2011 20:27:53 GMT+0100 (Mitteleuropäische Zeit)\"},\"461\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":462},\"source\":\"function onMouseUp(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n this.removeList();\\n return true;\\n } \\n if (this.getList().size() < 2) return;\\n var list = this.createListMorph();\\n this.addMorph(list);\\n this.listMorph = list;\\n return true;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":467},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"462\":{\"this\":{\"__isSmartRef__\":true,\"id\":396},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":463}},\"463\":{\"$super\":{\"__isSmartRef__\":true,\"id\":464}},\"464\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":465},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":466},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"465\":{\"obj\":{\"__isSmartRef__\":true,\"id\":396},\"name\":\"onMouseUp\"},\"466\":{},\"467\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":468},\"user\":\"lauritz\",\"categories\":[]},\"468\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 18:59:16 GMT+0100 (Mitteleuropäische Zeit)\"},\"469\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":470},\"source\":\"function onBlur(evt) {\\n $super(evt);\\n \\n // workaround - otherwise other morphs get this event\\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\\n this.removeList();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":475},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"470\":{\"this\":{\"__isSmartRef__\":true,\"id\":396},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":471}},\"471\":{\"$super\":{\"__isSmartRef__\":true,\"id\":472}},\"472\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":473},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":474},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"473\":{\"obj\":{\"__isSmartRef__\":true,\"id\":396},\"name\":\"onBlur\"},\"474\":{},\"475\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":476},\"user\":\"lauritz\",\"categories\":[]},\"476\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 21 2011 23:10:03 GMT+0100 (Mitteleuropäische Zeit)\"},\"477\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":478},\"source\":\"function setTag(tag) {\\n this.setLabel(tag || '');\\n this.label.setAlign('left');\\n this.owner.setTag(tag);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":479},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"478\":{\"this\":{\"__isSmartRef__\":true,\"id\":396}},\"479\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":480},\"user\":\"lauritz\",\"categories\":[]},\"480\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:36:12 GMT+0100 (Mitteleuropäische Zeit)\"},\"481\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":482}],\"scripts\":[],\"id\":\"101A783E-9C53-4FBF-AEFC-C34E99A84A9E\",\"shape\":{\"__isSmartRef__\":true,\"id\":498},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":502},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":514},\"label\":{\"__isSmartRef__\":true,\"id\":482},\"name\":\"Button\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":523},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":524}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":560},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":561},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":562},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":563},\"derivationIds\":[7251,\"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1\",\"79FE3D3F-77C4-4B39-8243-D672185B416D\",\"A4D2FEDF-2654-4381-AB43-8F89B9CA2E86\",\"87E42FF6-3862-481D-97D6-643676E15F32\",\"4F370A81-5A80-4821-8ECC-D52B56F31E15\",\"1C6D1DC9-2F9B-4DC4-B453-1CA45B17C516\",\"0E8EC0BF-934B-410B-AEC2-0ECA8C8F774D\",\"97086CE7-CD46-4035-A371-02A41D555A66\",\"E342B91D-F54B-4DA8-8AE7-10C59CE22B41\",\"A838C48E-4033-4688-8DCF-20659BD824FF\",\"E9BBC453-FFF6-4EE8-BDB0-605D5D4557AE\",\"B6FB81D1-145B-40F9-ACF1-17276DA45EBA\",\"09C79781-5461-4815-88DE-22FB67558136\",\"85A5FA10-01D9-4051-8D56-29DB02CF8817\",\"6E2F44D0-D69A-4DD7-91AD-0B0E1E871633\",\"66FB4A47-82E6-417D-8248-4038D0CBBF5A\",\"3CDC67E7-CAC7-4636-B7FF-50D008C6EB0D\",\"4475CB12-8CFB-41DB-9399-EC6B68E18BA3\",\"D7263570-69FA-4CF9-AB28-3258EB26011A\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":564},\"owner\":{\"__isSmartRef__\":true,\"id\":208},\"layout\":{\"__isSmartRef__\":true,\"id\":565},\"_ClipMode\":\"visible\",\"isPressed\":false,\"_Rotation\":0,\"_Scale\":0.9940149800149941,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"482\":{\"submorphs\":[],\"scripts\":[],\"id\":\"92AEBE71-2756-486C-9475-6D5F324C7FED\",\"shape\":{\"__isSmartRef__\":true,\"id\":483},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":489},\"_MaxTextWidth\":97,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":490},\"_Padding\":{\"__isSmartRef__\":true,\"id\":491},\"owner\":{\"__isSmartRef__\":true,\"id\":481},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":492},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":493}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":495},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":496},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED\",\"307A3596-1175-4EA6-AA27-5BA4C9D95AB7\",\"0EF99131-C569-4C2C-B613-E0D8423C1334\",\"BA4EC8D2-AB29-4F9F-B5A0-715A4746A4C4\",\"56735895-BA99-4D98-9866-AA5DBD86237E\",\"81041CF7-31DB-4F65-BB39-FE438A4F266F\",\"D03829B3-268E-40A0-A440-3E4BAC344F30\",\"714637F0-714A-4833-909B-BA4AF1B4628B\",\"DC956E73-7398-4CAF-B6F2-9A226E344396\",\"C1F72D31-1F49-4C0C-ACF3-C3AD7E698D2F\",\"39386C7E-9099-4159-BFE9-80AD37319211\",\"2764FB6E-70D1-4BC5-B3CB-9979A48B8205\",\"C55C8A7C-412C-453E-A99F-CE78C2AADB94\",\"4BD9A8D4-2EC1-40AC-A1CE-5F1347B0152D\",\"3450EAEB-E3D2-4FAF-98DF-354B3B8715D6\",\"C906736E-48DF-4054-BA5A-A089610456D7\",\"DE5C59FB-90A6-4DD4-AC39-5CC8B3912969\",\"5830FB93-49A1-4A31-A687-69C4579D5FA7\",\"44FE9333-5550-48F0-95DB-7C2A0DA03743\"],\"_MinTextWidth\":97,\"_MinTextHeight\":null,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":497},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"483\":{\"position\":{\"__isSmartRef__\":true,\"id\":484},\"_Extent\":{\"__isSmartRef__\":true,\"id\":485},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":486},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":487},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":488},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"484\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"485\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"486\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"487\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"488\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"489\":{\"x\":-2.2737367544323206e-13,\"y\":2.2737367544323206e-13,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"490\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"491\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"492\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"493\":{\"style\":{\"__isSmartRef__\":true,\"id\":494},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":482},\"storedString\":\"run\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"494\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"495\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"496\":{\"morph\":{\"__isSmartRef__\":true,\"id\":482},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"497\":{\"requiredModules\":[],\"idOnLoad\":\"92AEBE71-2756-486C-9475-6D5F324C7FED\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"498\":{\"position\":{\"__isSmartRef__\":true,\"id\":499},\"_Extent\":{\"__isSmartRef__\":true,\"id\":500},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":501},\"_Fill\":{\"__isSmartRef__\":true,\"id\":502},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":512},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":513},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"499\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"500\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"501\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"502\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":503},{\"__isSmartRef__\":true,\"id\":505},{\"__isSmartRef__\":true,\"id\":507},{\"__isSmartRef__\":true,\"id\":509}],\"vector\":{\"__isSmartRef__\":true,\"id\":511},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"503\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":504}},\"504\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"505\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":506}},\"506\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"507\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":508}},\"508\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"509\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":510}},\"510\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"511\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"512\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"513\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"514\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":515},{\"__isSmartRef__\":true,\"id\":517},{\"__isSmartRef__\":true,\"id\":519},{\"__isSmartRef__\":true,\"id\":521}],\"vector\":{\"__isSmartRef__\":true,\"id\":511},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"515\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":516}},\"516\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"517\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":518}},\"518\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"519\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":520}},\"520\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"521\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":522}},\"522\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"523\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"idOnLoad\":\"101A783E-9C53-4FBF-AEFC-C34E99A84A9E\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"524\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":481},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":208},\"targetMethodName\":\"runScript\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":525},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"525\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":526}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":541},\"derivationIds\":[null],\"id\":\"C89B50A0-17E7-4D22-AE1D-5112520DAEE7\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":548},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":549},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":550},{\"__isSmartRef__\":true,\"id\":551}],\"con\":{\"__isSmartRef__\":true,\"id\":524},\"showsMorphMenu\":true,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":552},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"526\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":527},\"derivationIds\":[null],\"id\":\"2A71BE9E-6820-46AF-ACED-3C9BDCC918AF\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":538},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":539},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":540},\"owner\":{\"__isSmartRef__\":true,\"id\":525},\"_Rotation\":-3.130064002485303,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"527\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":528},{\"__isSmartRef__\":true,\"id\":529},{\"__isSmartRef__\":true,\"id\":530},{\"__isSmartRef__\":true,\"id\":531}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":532},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":533},\"_Extent\":{\"__isSmartRef__\":true,\"id\":534},\"_Padding\":{\"__isSmartRef__\":true,\"id\":535},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":536},\"_Fill\":{\"__isSmartRef__\":true,\"id\":537},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"528\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"529\":{\"isAbsolute\":true,\"x\":-12,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"530\":{\"isAbsolute\":true,\"x\":4,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"531\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"532\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"533\":{\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"534\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"535\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"536\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"537\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"538\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"539\":{\"morph\":{\"__isSmartRef__\":true,\"id\":526},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"540\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"541\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":542},{\"__isSmartRef__\":true,\"id\":543}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":544},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":545},\"_Extent\":{\"__isSmartRef__\":true,\"id\":546},\"_Padding\":{\"__isSmartRef__\":true,\"id\":547},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":536},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"542\":{\"isAbsolute\":true,\"x\":829.7085000406639,\"y\":9.565843617262885,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"543\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"544\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"545\":{\"x\":-1,\"y\":-1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"546\":{\"x\":831,\"y\":11,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"547\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"548\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"549\":{\"morph\":{\"__isSmartRef__\":true,\"id\":525},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"550\":{\"morph\":{\"__isSmartRef__\":true,\"id\":525},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"551\":{\"morph\":{\"__isSmartRef__\":true,\"id\":525},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":526},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"552\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":553}},\"553\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":554},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString ||\\n 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true,\\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(),\\n visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":559},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"554\":{\"this\":{\"__isSmartRef__\":true,\"id\":525},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":555}},\"555\":{\"$super\":{\"__isSmartRef__\":true,\"id\":556}},\"556\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":557},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":558},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"557\":{\"obj\":{\"__isSmartRef__\":true,\"id\":525},\"name\":\"morphMenuItems\"},\"558\":{},\"559\":{},\"560\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"561\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"562\":{\"morph\":{\"__isSmartRef__\":true,\"id\":481},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"563\":{\"x\":71.99397894387357,\"y\":-13.030105280631261,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"564\":{\"x\":904.7426780861915,\"y\":9.508591852039899,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"565\":{\"centeredHorizontal\":false,\"moveHorizontal\":true},\"566\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":567}],\"scripts\":[],\"id\":\"A8A0A77B-85DB-4B0F-A164-3AB416DB1A43\",\"shape\":{\"__isSmartRef__\":true,\"id\":583},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":599},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":586},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":600},\"label\":{\"__isSmartRef__\":true,\"id\":567},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":609}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":611},\"name\":\"ObjectEditorRemoveConnectionButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":612},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":613},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":614},\"owner\":{\"__isSmartRef__\":true,\"id\":208},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":615},\"layout\":{\"__isSmartRef__\":true,\"id\":616},\"draggingEnabled\":false,\"objectEditorPane\":{\"__isSmartRef__\":true,\"id\":208},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":617},\"isCopyMorphRef\":true,\"morphRefId\":23,\"derivationIds\":[215,\"2AC1A4EE-A289-4C26-8496-1926AA216B30\",\"F72C26A6-F58A-4E0C-A5B9-CBED184D4235\",\"64E9140E-E314-40CA-B555-063FBF8FA5DD\",\"90DF0634-0570-4E03-8B56-6A649D6B6BA3\",\"D9CC390A-090C-446B-8C0F-B619BA2D22B3\",\"AEA46871-0960-4830-ACDF-F859B5E00DE3\",\"4390F987-A2DC-4FF7-A388-A9BE68E69328\",\"A4CA7DF7-80BD-4817-9AEC-0BB8D92A5621\",\"A22CFE62-E012-4AAC-96D0-B64BDD12AE58\",\"C2B5E9C7-3F2C-4C85-8AB5-3832FBDCB3BF\",\"73C7BA23-2488-4708-837F-AE45390BEE8C\",\"3E4A15B9-ABAA-4FEF-88B6-65899B6EC44D\",\"5EB37A5E-C5FD-4CAB-84FE-319903F9CEE0\",\"C33287B9-E168-4F88-927C-91D819381FEA\",\"E4BB2EEC-5AFB-4E90-9451-E1602A302602\",\"79A3C605-0E10-48E7-9339-F7B2A6751F57\",\"A47CC315-CA2B-488C-B33E-545C810BA4A4\",\"6E00DDE2-C76C-4831-A40B-24126FFE6BC7\",\"787B96A4-3030-4F1C-858E-BCDD3040A4CD\",\"B1FD742C-08E8-4F83-9ABC-E40A97EE5149\",\"2D474D41-C50C-4B0B-A86E-AC24D2E7D082\"],\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":618},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"567\":{\"submorphs\":[],\"scripts\":[],\"id\":\"75ADB3E1-A35E-41D3-9E11-09E3F840C272\",\"shape\":{\"__isSmartRef__\":true,\"id\":568},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":21,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":574},\"textColor\":{\"__isSmartRef__\":true,\"id\":571},\"owner\":{\"__isSmartRef__\":true,\"id\":566},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":575}],\"padding\":{\"__isSmartRef__\":true,\"id\":577},\"_Padding\":{\"__isSmartRef__\":true,\"id\":578},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":579},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":580},\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":581},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":21,\"_MinTextHeight\":null,\"draggingEnabled\":false,\"derivationIds\":[216,\"18CA5E17-24C7-4077-93FE-3EC54B94EEAF\",\"EAEC20CA-0440-4B49-9BB9-03621DB7DEB2\",\"B816073C-6992-45C6-8D86-2449217C1A8B\",\"FF0CAA98-E5CF-4678-9D8E-96F02BBDE605\",\"A7946D5B-4E92-449B-83D4-EDF8C30E257E\",\"FC7C0053-36C0-49E4-ACA7-952BCCFB861E\",\"515B6FC0-94C1-43DE-97A9-E2462F26563C\",\"6B27A5A0-78D0-4BB1-B9A9-4AD558E7429D\",\"98A88493-0E72-43EE-8E5E-760F52577DA5\",\"512216B5-57CE-4277-87BF-79F62900C153\",\"A9ABB4DD-32FA-4B50-809E-7B7D22D12CE9\",\"DE32F748-8AC7-41BC-B495-FB28E1259771\",\"DFD524AE-C0EF-471E-8CBB-ECC52241903E\",\"5C21250D-1364-4FC4-95C1-0BDF965C063F\",\"528A70DE-1860-4037-AEF6-99ACFB2E2256\",\"7F7F3151-AF20-4E45-B066-A3071643BDA0\",\"3C053E35-C3F7-4D83-AAA0-7E1AC38093E0\",\"C22B4613-1F52-4A98-86D8-E084F026FF3D\",\"D20C4FE8-0531-46C9-864F-419232DD7B4D\",\"C91367AC-7ACD-4CFC-A4A7-A1302CDBCC3D\",\"A59D03A2-5211-41DF-98F4-FA0DC2525750\"],\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":582},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"568\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":569},\"_Extent\":{\"__isSmartRef__\":true,\"id\":570},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":571},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":572},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":573},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"569\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"570\":{\"x\":25,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"571\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"572\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"573\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"574\":{\"x\":-2.2737367544323206e-13,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"575\":{\"style\":{\"__isSmartRef__\":true,\"id\":576},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":567},\"storedString\":\"-\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"576\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"577\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"578\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"579\":{\"x\":25,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"580\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"581\":{\"morph\":{\"__isSmartRef__\":true,\"id\":567},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"582\":{\"requiredModules\":[],\"idOnLoad\":\"75ADB3E1-A35E-41D3-9E11-09E3F840C272\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"583\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":584},\"_Extent\":{\"__isSmartRef__\":true,\"id\":585},\"_Fill\":{\"__isSmartRef__\":true,\"id\":586},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":596},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":597},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":598},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"584\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"585\":{\"x\":25,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"586\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":587},{\"__isSmartRef__\":true,\"id\":589},{\"__isSmartRef__\":true,\"id\":591},{\"__isSmartRef__\":true,\"id\":593}],\"vector\":{\"__isSmartRef__\":true,\"id\":595},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"587\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":588}},\"588\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"589\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":590}},\"590\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"591\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":592}},\"592\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"593\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":594}},\"594\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"595\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"596\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"597\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"598\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"599\":{\"x\":160.00000000000023,\"y\":455.6125326144361,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"600\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":601},{\"__isSmartRef__\":true,\"id\":603},{\"__isSmartRef__\":true,\"id\":605},{\"__isSmartRef__\":true,\"id\":607}],\"vector\":{\"__isSmartRef__\":true,\"id\":595},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"601\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":602}},\"602\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"603\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":604}},\"604\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"605\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":606}},\"606\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"607\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":608}},\"608\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"609\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":566},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":566},\"targetMethodName\":\"disconnectSelectedConnection\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":610},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"610\":{\"source\":{\"__isSmartRef__\":true,\"id\":566},\"target\":{\"__isSmartRef__\":true,\"id\":566}},\"611\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"612\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"idOnLoad\":\"A8A0A77B-85DB-4B0F-A164-3AB416DB1A43\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"613\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"614\":{\"x\":30,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"615\":{\"morph\":{\"__isSmartRef__\":true,\"id\":566},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"616\":{\"moveVertical\":true},\"617\":{\"x\":32.35839679439101,\"y\":-17.090725449535284,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"618\":{\"disconnectSelectedConnection\":{\"__isSmartRef__\":true,\"id\":619}},\"619\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":620},\"source\":\"function disconnectSelectedConnection() {\\n\\n var editor = this.objectEditorPane;\\n var selection = editor.connectionList.selection;\\n\\n if (!editor.target || editor.connectionList.getList().size() < 2) \\n return;\\n\\n var disconnectConnection = function (confirmed) {\\n if (!confirmed) return;\\n\\n var listIndex = editor.target.attributeConnections.indexOf(selection[1]);\\n if (selection && (typeof selection !== \\\"string\\\") && listIndex > -1) {\\n var c = selection[1];\\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\\n editor.updateLists();\\n editor.displayInitialScript();\\n } \\n }\\n\\n var message = 'Disconnect \\\"' + selection[0] +'\\\" connection?';\\n var callback = disconnectConnection;\\n\\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\\n\\n return this.world().openDialog(dialog);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":621},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"620\":{\"this\":{\"__isSmartRef__\":true,\"id\":566}},\"621\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":622},\"user\":\"lauritz\",\"categories\":[]},\"622\":{\"isSerializedDate\":true,\"string\":\"Fri Nov 11 2011 01:46:54 GMT+0100 (Mitteleuropäische Zeit)\"},\"623\":{\"submorphs\":[],\"scripts\":[],\"id\":\"247EA8CF-36AA-4CD7-B6F2-35103A069B03\",\"shape\":{\"__isSmartRef__\":true,\"id\":624},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":false,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":630},\"_MaxTextWidth\":64.8979476392384,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":627},\"showsHalos\":false,\"_FontSize\":9,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorScriptsText2\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":631},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":632}],\"charsReplaced\":\"Scripts\",\"lastFindLoc\":-7,\"priorSelectionRange\":[0,7],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":634},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":635},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":636},\"_WhiteSpaceHandling\":\"pre-wrap\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":64.8979476392384,\"_MinTextHeight\":null,\"_ClipMode\":\"visible\",\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":637},\"eventsAreIgnored\":true,\"isCopyMorphRef\":true,\"morphRefId\":27,\"owner\":{\"__isSmartRef__\":true,\"id\":208},\"derivationIds\":[224,\"35EF8FE5-067D-45B6-AF21-77040F11D340\",\"80DC09DD-22D4-4089-B5C3-857B32C9BE9B\",\"EF080074-E6B9-47F3-A87F-26313B40C430\",\"F6977801-C1A7-445C-9BF1-8A1019E202FB\",\"8C9157AE-0343-4CFB-8186-1D5E05D2ECBE\",\"DD3C23F8-6463-4EAE-959B-C486E27D9BDA\",\"1E8D3752-D212-41F8-BC63-B094E0C80707\",\"75C07D11-AE5D-4A36-B2D0-F2A6EA414E72\",\"494AB1C0-2C09-49DE-B4AA-1F24DC7495FF\",\"25199967-E3BA-4763-A704-37BD3152A5F7\",\"8E4A5937-D1FA-4AF7-BD8D-B542C636CEF9\",\"DDB23EF0-540C-4046-AD4D-C001E8A5F20C\",\"FF45AAB3-E5C7-42A0-A704-F068DB2E2AF9\",\"52850E3E-BE46-467C-A381-902F5E4859FD\",\"147F9160-7168-44A4-9EA4-A36466EE1F52\",\"8E4FB238-FC20-4DA7-AC9F-6921EBBD5609\",\"3D09A998-5E60-4E94-9C6A-B08E7D98F02A\",\"B8986B95-68A4-4212-8560-C86C8F7B3B3C\",\"81BAFCDC-090F-4A92-8AD6-C3127620CCF4\",\"3663625F-2BB0-494C-A467-04148A441F42\",\"678285B4-45A1-4244-A1E2-0369CA364A7A\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"624\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":625},\"_Extent\":{\"__isSmartRef__\":true,\"id\":626},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":627},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":628},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":629},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"625\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"626\":{\"x\":64.8979476392384,\"y\":15,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"627\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"628\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"629\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"630\":{\"x\":10,\"y\":12.911539589749282,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"631\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"idOnLoad\":\"247EA8CF-36AA-4CD7-B6F2-35103A069B03\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"632\":{\"style\":{\"__isSmartRef__\":true,\"id\":633},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":623},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Tag:\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"633\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"634\":{\"x\":64.8979476392384,\"y\":15,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"635\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"636\":{\"morph\":{\"__isSmartRef__\":true,\"id\":623},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"637\":{\"x\":45.76052154281416,\"y\":-27.783027415339603,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"638\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":639}],\"scripts\":[],\"id\":\"F70FE5E3-2CD8-4DE8-BA67-2E043578F518\",\"shape\":{\"__isSmartRef__\":true,\"id\":655},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":659},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":671},\"label\":{\"__isSmartRef__\":true,\"id\":639},\"name\":\"saveButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":680},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":681}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":816},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":817},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":818},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":819},\"derivationIds\":[7251,\"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1\",\"79FE3D3F-77C4-4B39-8243-D672185B416D\",\"A4D2FEDF-2654-4381-AB43-8F89B9CA2E86\",\"D686F0CB-027B-4CA9-8B8D-9306389B219D\",\"F51327CB-803E-4234-BFB3-6F5252D1C936\",\"A79280E8-6AE3-4016-AF47-CE78F71924C6\",\"B05829EB-D452-4D81-983B-E2CE425C8260\",\"32B117E5-52D8-4843-B80E-090B9817E099\",\"49AC923E-5272-4E3C-8F02-4F2AED2BC4E9\",\"85AAEA9C-5E12-4DEC-8994-9A5FE655A740\",\"2A7FF9BF-85D3-4962-8EB4-0F7016C672EB\",\"3BB17748-B91B-43F5-84BE-2537402A6382\",\"8BA10BD3-43C5-4A41-B9D9-DCD8C74EA208\",\"8BADA640-EDC1-41B2-BEF3-0F2520EA25DD\",\"CAFB5342-EFD3-483E-AE4A-343D211653EF\",\"C3DC8C6F-A36C-4456-AF34-B0A318C1AAD8\",\"88093937-29BB-43FC-AD82-4A0A4BDC349F\",\"27E1FA12-CE4A-4C1F-891F-EEEF92BD672F\",\"A12311D6-23C1-4711-9271-5B582F89F15B\",\"6FB89C12-39F8-483E-8DFA-71BDD80323B9\"],\"layout\":{\"__isSmartRef__\":true,\"id\":820},\"_Position\":{\"__isSmartRef__\":true,\"id\":821},\"owner\":{\"__isSmartRef__\":true,\"id\":208},\"_ClipMode\":\"visible\",\"isPressed\":false,\"_Rotation\":0,\"_Scale\":0.9880657804942089,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"639\":{\"submorphs\":[],\"scripts\":[],\"id\":\"8B611445-FB88-4DFD-8CC5-011707F24A66\",\"shape\":{\"__isSmartRef__\":true,\"id\":640},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":646},\"_MaxTextWidth\":97,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":647},\"_Padding\":{\"__isSmartRef__\":true,\"id\":648},\"owner\":{\"__isSmartRef__\":true,\"id\":638},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":649},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":650}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":652},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":653},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED\",\"307A3596-1175-4EA6-AA27-5BA4C9D95AB7\",\"0EF99131-C569-4C2C-B613-E0D8423C1334\",\"9AECBFB8-25A5-483F-86AD-D7CF9ABC9A25\",\"918C6CC4-3540-4341-BAFD-B195F7807FEE\",\"5AABB138-5EE8-40A5-AB3C-5A9625D0A353\",\"4529D79B-4CC5-467E-91F8-661C3A5F49F8\",\"1E5E570C-FD42-45E3-A7F6-768BB14ACD14\",\"A13FB4E0-72F2-4E7C-A861-EDCBA1393860\",\"B8E4C964-4FFF-4A9F-B0A9-612546B1DC8C\",\"002A2173-D26D-4EED-8906-A489C1E158C0\",\"63362D04-B829-41E6-9E68-5B8DB03D382F\",\"996B60A4-8698-448F-A35F-79C768B4976B\",\"F0727398-A1F0-47F5-92CF-BB9677FA05FA\",\"38707063-D664-49A0-B2FB-F0666EC532D5\",\"0402FB51-915F-4491-8FA1-553F0D8F7F35\",\"5A35285D-C6A5-4830-97D9-0890A3F33F39\",\"53121F0B-7DA5-4622-AC08-DD4805D53374\",\"6C84E15D-112D-4C04-87C1-937691E296A7\",\"C613D8FB-010E-4AA4-8EE9-CD99A2F14B99\"],\"_MinTextWidth\":97,\"_MinTextHeight\":null,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":654},\"_Rotation\":0,\"_Scale\":1.0000000000000002,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"640\":{\"position\":{\"__isSmartRef__\":true,\"id\":641},\"_Extent\":{\"__isSmartRef__\":true,\"id\":642},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":643},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":644},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":645},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"641\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"642\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"643\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"644\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"645\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"646\":{\"x\":2.2737367544323206e-13,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"647\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"648\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"649\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"650\":{\"style\":{\"__isSmartRef__\":true,\"id\":651},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":639},\"storedString\":\"save\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"651\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"652\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"653\":{\"morph\":{\"__isSmartRef__\":true,\"id\":639},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"654\":{\"requiredModules\":[],\"idOnLoad\":\"8B611445-FB88-4DFD-8CC5-011707F24A66\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"655\":{\"position\":{\"__isSmartRef__\":true,\"id\":656},\"_Extent\":{\"__isSmartRef__\":true,\"id\":657},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":658},\"_Fill\":{\"__isSmartRef__\":true,\"id\":659},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":669},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":670},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"656\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"657\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"658\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"659\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":660},{\"__isSmartRef__\":true,\"id\":662},{\"__isSmartRef__\":true,\"id\":664},{\"__isSmartRef__\":true,\"id\":666}],\"vector\":{\"__isSmartRef__\":true,\"id\":668},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"660\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":661}},\"661\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"662\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":663}},\"663\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"664\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":665}},\"665\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"666\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":667}},\"667\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"668\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"669\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"670\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"671\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":672},{\"__isSmartRef__\":true,\"id\":674},{\"__isSmartRef__\":true,\"id\":676},{\"__isSmartRef__\":true,\"id\":678}],\"vector\":{\"__isSmartRef__\":true,\"id\":668},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"672\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":673}},\"673\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"674\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":675}},\"675\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"676\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":677}},\"677\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"678\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":679}},\"679\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"680\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"idOnLoad\":\"F70FE5E3-2CD8-4DE8-BA67-2E043578F518\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"681\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":638},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":682},\"targetMethodName\":\"doSave\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":781},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"682\":{\"submorphs\":[],\"scripts\":[],\"id\":\"A254B7C0-77BF-42A2-9652-8874468C2E81\",\"shape\":{\"__isSmartRef__\":true,\"id\":683},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":690},\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Monaco,courier\",\"_MaxTextWidth\":802,\"_MaxTextHeight\":null,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":691}],\"layout\":{\"__isSmartRef__\":true,\"id\":693},\"showsHalos\":false,\"prevScroll\":[0,0],\"name\":\"ObjectEditorScriptPane\",\"charsReplaced\":\"\",\"lastFindLoc\":7,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":694},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":695},\"_ClipMode\":\"auto\",\"_FontSize\":9,\"lastSyntaxHighlightTime\":3,\"doitContext\":null,\"savedTextString\":\"this.addScript(function currentTarget() {\\n return this.owner.target;\\n}).tag([]);\",\"_Align\":\"left\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":696},\"lastSearchString\":\"stringsformat\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":697},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":698},{\"__isSmartRef__\":true,\"id\":724}],\"doNotSerialize\":[\"$$textString\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\"],\"doNotCopyProperties\":[\"$$textString\"],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":725},\"_MinTextWidth\":802,\"_MinTextHeight\":null,\"lastSaveSource\":\"\",\"isBeingDragged\":false,\"draggingEnabled\":false,\"objectEditorPane\":{\"__isSmartRef__\":true,\"id\":208},\"isCopyMorphRef\":true,\"morphRefId\":1,\"statusMorph\":{\"__isSmartRef__\":true,\"id\":726},\"derivationIds\":[219,\"DD5046D0-C1D6-412A-83C9-CD7EE63D40E0\",\"4D92BDFD-A599-4154-A197-A4B1292C1619\",\"98551F68-B128-4262-9BC2-6B8AC7C8D7C0\",\"47731662-FF8E-4C0F-A170-FD5C56A06021\",\"3FC7FDE6-156F-4056-BB04-B76D8B6C5472\",\"C1E8D5BB-56F9-47B3-A520-BEEFEF791823\",\"115FC149-EEF9-415A-A5B7-AB0B9D0170A4\",\"0D66FA39-01E7-4F16-840C-4FA0FA14DD10\",\"B0A74693-DE3F-4867-8DC0-61B098A8F0D1\",\"3547765B-E224-48EC-B58F-278C1DC7422E\",\"8561ACCF-315A-46EC-9412-BC5D4C55D437\",\"533D6602-9E1A-414A-9646-0FEF9ECCEBF7\",\"5141CF81-6EA1-419B-97AC-62C22FEFC658\",\"B9E83FD9-9781-4F00-8A07-0C96E0D29D3D\",\"034F48B5-B4B1-4DF5-9FA5-9A9CFB99F43A\",\"70FBC800-1914-4F9C-A8E4-2190F72E2902\",\"64465644-E389-4AA2-BE05-93FB591B45D0\",\"E80928FE-6AC8-4FE0-B0A2-7C7A0C7D5E85\",\"E24E50AD-DCA6-4D01-A523-CC1E4FB09222\",\"27E050B0-3192-426E-B01D-907ECF280A68\",\"DD29F724-4D9E-45DC-B39B-860DE937B0F7\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":741},\"owner\":{\"__isSmartRef__\":true,\"id\":208},\"syntaxHighlightingWhileTyping\":true,\"#startLetters\":\"enable\",\"_syntaxHighlightTimeout\":null,\"previousSelection\":[33,33],\"textString\":\"\",\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":742},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"683\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":684},\"_Extent\":{\"__isSmartRef__\":true,\"id\":685},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":686},\"_Fill\":{\"__isSmartRef__\":true,\"id\":687},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":688},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_ClipMode\":\"auto\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":689},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"684\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"685\":{\"x\":804,\"y\":473,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"686\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"687\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"688\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"689\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"690\":{\"x\":2,\"y\":1,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"691\":{\"style\":{\"__isSmartRef__\":true,\"id\":692},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":682},\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"692\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"693\":{\"resizeWidth\":true,\"resizeHeight\":true},\"694\":{\"requiredModules\":[],\"partsSpaceName\":\"PartsBin/Widgets/\",\"migrationLevel\":2,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"idOnLoad\":\"A254B7C0-77BF-42A2-9652-8874468C2E81\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"695\":{\"x\":801,\"y\":473,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"696\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"697\":{\"morph\":{\"__isSmartRef__\":true,\"id\":682},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"698\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":682},\"sourceAttrName\":\"textString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":699},\"targetMethodName\":\"indicateUnsavedChanges\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"699\":{\"submorphs\":[],\"scripts\":[],\"id\":\"66C96884-55B2-4546-95DA-D0C4FEEE34F9\",\"shape\":{\"__isSmartRef__\":true,\"id\":700},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":707},\"showsHalos\":false,\"name\":\"ChangeIndicator\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":708},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":709},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":710},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":208},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":711},\"layout\":{\"__isSmartRef__\":true,\"id\":712},\"isBeingDragged\":false,\"savedColor\":{\"__isSmartRef__\":true,\"id\":703},\"alarmColor\":{\"__isSmartRef__\":true,\"id\":713},\"grabbingEnabled\":false,\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":714},\"isCopyMorphRef\":true,\"morphRefId\":26,\"derivationIds\":[220,\"EE491D24-F056-4AFE-A669-7B7048C6C3D1\",\"3FA4A8C3-0FC0-43A0-8C00-00A96F9022E2\",\"62DAD3C6-A81D-450F-B32F-601EA7E619D8\",\"EEDB0C58-5990-481A-A7FF-ACB1A2DF08DD\",\"16F708CB-1259-4A75-BAEF-1A5216C6CB19\",\"97CA61D3-E09B-43CD-9880-D8B36FA303F3\",\"0AF6BEEC-8A57-44FF-9D8D-40BA6CC6A0CD\",\"AF2BEE76-C34F-457E-8699-9896327A4C07\",\"5EC39FF0-602F-44A2-BE3A-04FCA127E5D1\",\"44CEBF61-9A92-4E36-9576-425D5054B471\",\"E9ACF86B-B775-4125-83BC-7E4500597D40\",\"FE62294A-F891-45E4-AAE7-6F386B5A8CB5\",\"8771140D-0D57-4CAF-A57B-857F858CCC73\",\"BE774795-5889-4DB8-A366-1C774555761B\",\"89DA16ED-5636-4C0D-B52F-A327A5526DD6\",\"94DAC0EC-79E9-48E5-90D5-2BB59495BD0B\",\"048AE915-30CF-4DE4-819B-F7D41CE99585\",\"0417EEDD-6B12-4AF1-B7BC-875E32521980\",\"5DFAFB2A-C915-429E-A58C-030C229C9AB8\",\"BD996DFA-D248-4D9C-AF33-C5BA2511A09E\",\"2B0DBBE1-5245-4CF9-A95B-7AE804E41FB5\"],\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":715},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"700\":{\"position\":{\"__isSmartRef__\":true,\"id\":701},\"_Extent\":{\"__isSmartRef__\":true,\"id\":702},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":703},\"_Fill\":{\"__isSmartRef__\":true,\"id\":704},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":705},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":706},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"701\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"702\":{\"x\":8.637782619743348,\"y\":9.712632235981744,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"703\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"704\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"705\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"706\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"707\":{\"x\":995.9954163112991,\"y\":81.30097087378613,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"708\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!\",\"migrationLevel\":2,\"partName\":\"Rectangle\",\"idOnLoad\":\"66C96884-55B2-4546-95DA-D0C4FEEE34F9\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"709\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"710\":{\"morph\":{\"__isSmartRef__\":true,\"id\":699},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"711\":{\"x\":8.637782619743348,\"y\":10.787481852220026,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"712\":{\"moveHorizontal\":true,\"adjustForNewBounds\":true},\"713\":{\"r\":0.9411764705882353,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"714\":{\"x\":39.12446064638789,\"y\":-18.840390829461512,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"715\":{\"indicateUnsavedChanges\":{\"__isSmartRef__\":true,\"id\":716},\"setColors\":{\"__isSmartRef__\":true,\"id\":720}},\"716\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":717},\"source\":\"function indicateUnsavedChanges() {\\n if (this.owner.scriptPane.hasChanged()) {\\n this.setColors(this.alarmColor);\\n } else {\\n this.setColors(this.savedColor);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":718},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"717\":{\"this\":{\"__isSmartRef__\":true,\"id\":699}},\"718\":{\"user\":\"lauritz\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":719}},\"719\":{\"isSerializedDate\":true,\"string\":\"Tue Sep 27 2011 20:09:19 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"720\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":721},\"source\":\"function setColors(color) {\\n this.setFill(color);\\n this.setBorderColor(color);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":722},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"721\":{\"this\":{\"__isSmartRef__\":true,\"id\":699}},\"722\":{\"user\":\"lauritz\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":723}},\"723\":{\"isSerializedDate\":true,\"string\":\"Tue Sep 27 2011 19:06:09 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"724\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":682},\"sourceAttrName\":\"textString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":682},\"targetMethodName\":\"highlightJavaScriptSyntax\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"725\":{\"x\":470.9669354941989,\"y\":-16.547710076960584,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"726\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":727},\"id\":553,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":734},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":735}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":737},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"visible\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":11,\"_Position\":{\"__isSmartRef__\":true,\"id\":738},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":739},\"_MaxTextWidth\":90,\"_MinTextWidth\":90,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"_Align\":\"center\",\"_VerticalAlign\":\"center\",\"_TextColor\":{\"__isSmartRef__\":true,\"id\":740},\"owner\":null,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"727\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":728},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":729},\"_Extent\":{\"__isSmartRef__\":true,\"id\":730},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":731},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":732},\"_Fill\":{\"__isSmartRef__\":true,\"id\":733},\"_StrokeOpacity\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"728\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"729\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\"},\"730\":{\"x\":100,\"y\":25,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"731\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"732\":{\"r\":0.8,\"g\":0.8,\"b\":0.8,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"733\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"734\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"735\":{\"style\":{\"__isSmartRef__\":true,\"id\":736},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":726},\"storedString\":\"saved source\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"736\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"737\":{\"morph\":{\"__isSmartRef__\":true,\"id\":726},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"738\":{\"x\":353.5142682644423,\"y\":244.30626630721798,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"739\":{\"x\":100,\"y\":25,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"740\":{\"r\":0,\"g\":0.8,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"741\":{\"x\":200.00000000000068,\"y\":80.00000000000159,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"742\":{\"doSave\":{\"__isSmartRef__\":true,\"id\":743},\"boundEval\":{\"__isSmartRef__\":true,\"id\":750},\"reset\":{\"__isSmartRef__\":true,\"id\":758},\"display\":{\"__isSmartRef__\":true,\"id\":762},\"hasChanged\":{\"__isSmartRef__\":true,\"id\":766},\"setTarget\":{\"__isSmartRef__\":true,\"id\":770},\"displayStatus\":{\"__isSmartRef__\":true,\"id\":774},\"onSaved\":{\"__isSmartRef__\":true,\"id\":778}},\"743\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":744},\"source\":\"function doSave() {\\n $super();\\n this.owner.saveScriptWithSource(this.textString);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":749},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"744\":{\"this\":{\"__isSmartRef__\":true,\"id\":682},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":745}},\"745\":{\"$super\":{\"__isSmartRef__\":true,\"id\":746}},\"746\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":747},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n if ($world)\\n $world.logError(e, 'Error in $super call')\\n else\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":748},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"747\":{\"obj\":{\"__isSmartRef__\":true,\"id\":682},\"name\":\"doSave\"},\"748\":{},\"749\":{},\"750\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":751},\"source\":\"function boundEval(str) {\\n var result;\\n\\n this.objectEditorPane.ensureAnnotationLayer();\\n withLayers([ScriptAnnotationLayer], function() {\\n result = $super(str);\\n })\\n \\n return result\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":756},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"751\":{\"this\":{\"__isSmartRef__\":true,\"id\":682},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":752}},\"752\":{\"$super\":{\"__isSmartRef__\":true,\"id\":753}},\"753\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":754},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":755},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"754\":{\"obj\":{\"__isSmartRef__\":true,\"id\":682},\"name\":\"boundEval\"},\"755\":{},\"756\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":757},\"user\":\"lauritz\",\"categories\":[]},\"757\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 16 2011 05:41:53 GMT+0100 (Mitteleuropäische Zeit)\"},\"758\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":759},\"source\":\"function reset() {\\n this.doitContext = null;\\n this.lastSaveSource = \\\"\\\";\\n this.textString = \\\"\\\";\\n this.lastSaveSource = this.textString;\\n this.enableSyntaxHighlighting();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":760},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"759\":{\"this\":{\"__isSmartRef__\":true,\"id\":682}},\"760\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":761},\"user\":\"cschuster\",\"tags\":[]},\"761\":{\"isSerializedDate\":true,\"string\":\"Wed May 16 2012 20:52:57 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"762\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":763},\"source\":\"function display(jsCode) {\\n this.lastSaveSource = jsCode;\\n this.setTextString(jsCode);\\n this.highlightJavaScriptSyntax();\\n this.applyStyle({align: 'left'});\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":764},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"763\":{\"this\":{\"__isSmartRef__\":true,\"id\":682}},\"764\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":765},\"user\":\"lauritz\",\"categories\":[]},\"765\":{\"isSerializedDate\":true,\"string\":\"Tue Sep 27 2011 19:47:57 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"766\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":767},\"source\":\"function hasChanged() {\\n var cleanText = function (string) {\\n var source = string.trim();\\n if (source.substring(0,2) === \\\"//\\\") {\\n // removes annotation line\\n source = source.substring(source.indexOf(\\\"\\\\n\\\"), source.length);\\n source = source.trim();\\n }\\n if (source === 'undefined' || source === 'null') source = '';\\n return source;\\n }\\n var cleanedTextString = cleanText(this.textString);\\n var cleanedLastSource = cleanText(this.lastSaveSource);\\n return cleanedTextString !== cleanedLastSource;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":768},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"767\":{\"this\":{\"__isSmartRef__\":true,\"id\":682}},\"768\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":769},\"user\":\"lauritz\",\"categories\":[]},\"769\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 03 2011 18:29:45 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"770\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":771},\"source\":\"function setTarget(target) {\\n module('lively.ide.SyntaxHighlighting').load(true);\\n this.doitContext = target;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":772},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"771\":{\"this\":{\"__isSmartRef__\":true,\"id\":682}},\"772\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":773},\"user\":\"lauritz\",\"categories\":[]},\"773\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:30:39 GMT+0100 (Mitteleuropäische Zeit)\"},\"774\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":775},\"source\":\"function displayStatus(msg, color, delay) {\\n if (!this.statusMorph) {\\n this.statusMorph = new TextMorph(pt(100,25).extentAsRectangle());\\n this.statusMorph.applyStyle({borderWidth: 1, strokeOpacity: 0, borderColor: Color.gray});\\n this.statusMorph.setFill(this.owner.getFill());\\n this.statusMorph.setFontSize(11);\\n this.statusMorph.setAlign('center');\\n this.statusMorph.setVerticalAlign('center');\\n }\\n this.statusMorph.setTextString(msg);\\n this.statusMorph.centerAt(this.innerBounds().center());\\n this.statusMorph.setTextColor(color || Color.black);\\n this.addMorph(this.statusMorph);\\n (function() { this.statusMorph.remove() }).bind(this).delay(delay || 2); \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":776},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"775\":{\"this\":{\"__isSmartRef__\":true,\"id\":682}},\"776\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":777},\"user\":\"lauritz\",\"categories\":[]},\"777\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 23 2011 18:23:05 GMT+0100 (Mitteleuropäische Zeit)\"},\"778\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":779},\"source\":\"function onSaved(success) {\\n // executed when this.owner has tried to saved the source;\\n if (success) {\\n this.displayStatus(\\\"saved source\\\", Color.green);\\n } else {\\n this.lastSaveSource = this.getTextString();\\n this.displayStatus(\\\"not saved\\\", Color.red);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":780},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"779\":{\"this\":{\"__isSmartRef__\":true,\"id\":682}},\"780\":{},\"781\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":782}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":797},\"derivationIds\":[null],\"id\":\"F46012D5-C8BE-4E52-BF98-D052FDAAE17A\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":804},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":805},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":806},{\"__isSmartRef__\":true,\"id\":807}],\"con\":{\"__isSmartRef__\":true,\"id\":681},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":808},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"782\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":783},\"derivationIds\":[null],\"id\":\"A2A83C78-09B8-473C-829B-198206D7A9E4\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":794},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":795},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":796},\"owner\":{\"__isSmartRef__\":true,\"id\":781},\"_Rotation\":3.077607197692381,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"783\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":784},{\"__isSmartRef__\":true,\"id\":785},{\"__isSmartRef__\":true,\"id\":786},{\"__isSmartRef__\":true,\"id\":787}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":788},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":789},\"_Extent\":{\"__isSmartRef__\":true,\"id\":790},\"_Padding\":{\"__isSmartRef__\":true,\"id\":791},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":792},\"_Fill\":{\"__isSmartRef__\":true,\"id\":793},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"784\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"785\":{\"isAbsolute\":true,\"x\":-12,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"786\":{\"isAbsolute\":true,\"x\":4,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"787\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"788\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"789\":{\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"790\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"791\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"792\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"793\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"794\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"795\":{\"morph\":{\"__isSmartRef__\":true,\"id\":782},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"796\":{\"x\":201.20421122525056,\"y\":40.24084224505009,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"797\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":798},{\"__isSmartRef__\":true,\"id\":799}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":800},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":801},\"_Extent\":{\"__isSmartRef__\":true,\"id\":802},\"_Padding\":{\"__isSmartRef__\":true,\"id\":803},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":792},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"798\":{\"isAbsolute\":true,\"x\":679.4857209639925,\"y\":9.595948897894004,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"799\":{\"isAbsolute\":true,\"x\":201.20421122525056,\"y\":40.24084224505009,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"800\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"801\":{\"x\":200,\"y\":9,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"802\":{\"x\":480,\"y\":32,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"803\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"804\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"805\":{\"morph\":{\"__isSmartRef__\":true,\"id\":781},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"806\":{\"morph\":{\"__isSmartRef__\":true,\"id\":781},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"807\":{\"morph\":{\"__isSmartRef__\":true,\"id\":781},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":782},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"808\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":809}},\"809\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":810},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString ||\\n 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true,\\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(),\\n visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":815},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"810\":{\"this\":{\"__isSmartRef__\":true,\"id\":781},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":811}},\"811\":{\"$super\":{\"__isSmartRef__\":true,\"id\":812}},\"812\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":813},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":814},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"813\":{\"obj\":{\"__isSmartRef__\":true,\"id\":781},\"name\":\"morphMenuItems\"},\"814\":{},\"815\":{},\"816\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"817\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"818\":{\"morph\":{\"__isSmartRef__\":true,\"id\":638},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"819\":{\"x\":68.77671624028653,\"y\":-14.497241813457947,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"820\":{\"centeredHorizontal\":false,\"moveHorizontal\":true},\"821\":{\"x\":791.4189853444973,\"y\":9.538516951964993,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"822\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":823}],\"scripts\":[],\"id\":\"B4B72612-573A-4B4E-AFB2-747E251DB214\",\"shape\":{\"__isSmartRef__\":true,\"id\":839},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":855},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":843},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":856},\"label\":{\"__isSmartRef__\":true,\"id\":823},\"name\":\"openTestsButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":865},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":866}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":867},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":868},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":869},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":870},\"derivationIds\":[7251,\"84054D2E-8176-440D-B413-279956A34FC2\",\"79434046-F834-490E-B705-0CE871D9E8B3\",\"FF38CA79-C0DF-4F2F-8FC3-407571EF6A54\",\"B1D50332-9F4F-4F7C-AC3F-95DC6C73EAA4\",\"5B8D7C39-987A-4849-BFFD-3F316CE03852\",\"F7C30F5C-7270-44B1-ADFF-7473F2012DB0\",\"5142302E-3E9A-476B-AB24-B2448DA6D3E4\",\"FEA3C508-593D-4BC7-B645-8B5630CF2EDE\",\"34DBC442-E1DE-42D7-8C63-BA9A1890C994\",\"4F9067A3-5A5C-4637-A76F-7E590CEE2BDA\",\"ADF74818-537A-4669-A455-9509BA7BD7E5\",\"AFCD7FA7-5429-4B1A-B8B8-AB03C18ABA08\",\"604C352D-0347-4329-A299-EAA3FF90B543\",\"46C5ED11-DE03-428F-A758-5308B3D323B5\",\"7C978B2A-9109-42E1-95C5-A59CC74BD31B\",\"79E81B39-53EC-40DA-A7D3-B40E5FE5F963\"],\"owner\":{\"__isSmartRef__\":true,\"id\":208},\"_ClipMode\":\"visible\",\"isPressed\":false,\"_Rotation\":0,\"_Scale\":0.9940149800149941,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"823\":{\"submorphs\":[],\"scripts\":[],\"id\":\"D47D2AFE-CB58-4519-8F11-1B5EA1694B90\",\"shape\":{\"__isSmartRef__\":true,\"id\":824},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":830},\"_MaxTextWidth\":97,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":831},\"_Padding\":{\"__isSmartRef__\":true,\"id\":832},\"owner\":{\"__isSmartRef__\":true,\"id\":822},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":833},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":834}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":836},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":837},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2\",\"CB475566-05CE-43E2-B04D-EE32BC4CB718\",\"6BB077CE-92E6-47BE-BE88-9A48488562D1\",\"9E359973-2FDB-417B-BB06-AB34D52BD310\",\"58F098ED-A190-44F2-B73E-80802B2CF2F6\",\"AEA84B35-B349-4307-92C6-8F229705DFC2\",\"A677CADF-24FF-4177-9A3A-FE9AAE7D60FE\",\"0F875AD9-E54C-4735-9BA9-7B89574233A1\",\"840EBE92-3BC2-42EC-819E-3CD002576490\",\"78C4969D-2C33-4B17-9027-89B411B9F496\",\"C9A3D112-C2BC-43A3-A3CA-A68F41A0E4CF\",\"78CF2F1A-6697-4D03-AB2B-CAF862B4EDD6\",\"8B416918-CA4B-46D1-8A3C-40F8A754E44D\",\"01510710-A85B-4054-B0ED-7F2F02434806\",\"8ABD23FB-E90C-4EEB-BF53-DF3C6ACF2BD4\",\"8B151A25-F472-4637-8EAE-06CA2F2B3BB0\"],\"_MinTextWidth\":97,\"_MinTextHeight\":null,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":838},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"824\":{\"position\":{\"__isSmartRef__\":true,\"id\":825},\"_Extent\":{\"__isSmartRef__\":true,\"id\":826},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":827},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":828},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":829},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"825\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"826\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"827\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"828\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"829\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"830\":{\"x\":-2.2737367544323206e-13,\"y\":-2.2737367544323206e-13,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"831\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"832\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"833\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"834\":{\"style\":{\"__isSmartRef__\":true,\"id\":835},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":823},\"storedString\":\"Tests\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"835\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"836\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"837\":{\"morph\":{\"__isSmartRef__\":true,\"id\":823},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"838\":{\"requiredModules\":[],\"idOnLoad\":\"D47D2AFE-CB58-4519-8F11-1B5EA1694B90\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"839\":{\"position\":{\"__isSmartRef__\":true,\"id\":840},\"_Extent\":{\"__isSmartRef__\":true,\"id\":841},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":842},\"_Fill\":{\"__isSmartRef__\":true,\"id\":843},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":853},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":854},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"840\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"841\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"842\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"843\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":844},{\"__isSmartRef__\":true,\"id\":846},{\"__isSmartRef__\":true,\"id\":848},{\"__isSmartRef__\":true,\"id\":850}],\"vector\":{\"__isSmartRef__\":true,\"id\":852},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"844\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":845}},\"845\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"846\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":847}},\"847\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"848\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":849}},\"849\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"850\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":851}},\"851\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"852\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"853\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"854\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"855\":{\"x\":569.4738443086167,\"y\":9,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"856\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":857},{\"__isSmartRef__\":true,\"id\":859},{\"__isSmartRef__\":true,\"id\":861},{\"__isSmartRef__\":true,\"id\":863}],\"vector\":{\"__isSmartRef__\":true,\"id\":852},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"857\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":858}},\"858\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"859\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":860}},\"860\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"861\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":862}},\"862\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"863\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":864}},\"864\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"865\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"idOnLoad\":\"B4B72612-573A-4B4E-AFB2-747E251DB214\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"866\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":822},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":208},\"targetMethodName\":\"openPartTestRunner\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"867\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"868\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"869\":{\"morph\":{\"__isSmartRef__\":true,\"id\":822},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"870\":{\"x\":72.12712954861536,\"y\":-12.46465727058387,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"871\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":872}],\"scripts\":[],\"id\":\"846F744E-241C-47FA-AF13-0D935549D529\",\"shape\":{\"__isSmartRef__\":true,\"id\":888},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":904},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":891},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":905},\"label\":{\"__isSmartRef__\":true,\"id\":872},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":914}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":916},\"name\":\"ObjectEditorAddScriptButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":917},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":918},\"owner\":{\"__isSmartRef__\":true,\"id\":208},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":919},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":920},\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":921},\"isCopyMorphRef\":true,\"morphRefId\":22,\"derivationIds\":[213,\"67D577AB-1BB3-4252-B0D4-99A23697F70A\",\"A2FCBD72-EE0A-4D04-8A92-348AE43B41D7\",\"A2345795-D086-4B81-84AF-2DEB8C0C2FFA\",\"0A260566-FCDD-4DCF-8E29-9A08EACF6825\",\"9AD1B434-5F24-4772-B3D6-D23B387A75A9\",\"B62B376D-67B2-40F8-AE4F-5884DEF6B16A\",\"06AA26F7-7C3E-4BCB-8027-1383B04A6F58\",\"E3C22463-022D-4899-A7BA-D751657BC15C\",\"28307DF8-D8AC-43BF-B497-29D0A95CF545\",\"98A0F5BB-817E-49FD-BF57-FE80C78FA0F1\",\"A4CF1743-CC5B-49EF-9E2E-11252EA4698A\",\"45A0137C-E059-4654-85EC-AB8019A43F07\",\"80B0B66E-616F-40A2-B4A4-0F9FF023F934\",\"64D0C971-C3B8-4129-85F3-BFF99333379F\",\"C532F920-824E-4473-A3CD-1F04A9B71A55\",\"D86CDFAC-7FFB-4D74-9AF6-AB09FECCD994\",\"E9D2976A-8516-462B-A563-8F9F137171B1\",\"1CB3DA2B-9617-4E68-B741-53535B1976CF\",\"40F9062B-54BE-4096-9406-1CC9C9A28C9B\",\"C64D8FAA-9689-4A0F-8DD9-02C44B609339\",\"0D6103A6-6AF2-41C9-BB43-94300340202A\"],\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"872\":{\"submorphs\":[],\"scripts\":[],\"id\":\"E7AFA7CC-9A5F-4998-AA4E-5BB82EAF2793\",\"shape\":{\"__isSmartRef__\":true,\"id\":873},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":21,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":879},\"textColor\":{\"__isSmartRef__\":true,\"id\":876},\"owner\":{\"__isSmartRef__\":true,\"id\":871},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":880}],\"padding\":{\"__isSmartRef__\":true,\"id\":882},\"_Padding\":{\"__isSmartRef__\":true,\"id\":883},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":884},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":885},\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":886},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":21,\"_MinTextHeight\":null,\"draggingEnabled\":false,\"derivationIds\":[214,\"523747A8-85D2-4FA2-9C4A-C51786457E22\",\"95516A91-5268-4C7E-A2E0-40B45D2EE1FA\",\"FFE672EF-5731-4472-B296-7F6C7CA559FC\",\"E2EECCEE-F80F-4AFD-BF9E-95BB6A9A1C93\",\"355346D2-A7A5-4445-8845-6B44FDC07A7B\",\"BD870722-965F-435D-B412-3AF6D1F49DF3\",\"CAC90849-49A0-4533-887C-E4B3A100B9A2\",\"94723505-AA06-4EF3-969A-A8530DCF581F\",\"0E2A5248-3657-4ED7-9A21-C6E3021AF608\",\"7837CC2E-FE26-45DC-BEAE-9418AF62BB79\",\"93C34EDE-0F2B-47B3-A7AB-23BAA561EE53\",\"5E9AE67B-CC7A-47CB-85A6-A7DAE15D3E8C\",\"3D899C9E-4DA1-4007-A696-590EA94CCA90\",\"86D9B98E-A51D-4055-AA61-41021CC73CEA\",\"63BE316B-B51E-44AC-8236-52C170B614A7\",\"982E45CB-34B3-466D-A37B-7E57DA577154\",\"42BD0A1B-A063-475C-B078-619776AECACD\",\"D5567684-86C5-4CEE-9A34-8A02EF93833A\",\"D6633ADA-2E55-4893-8257-0694CD831B8C\",\"2ACE5CA8-358B-41CB-ADF6-FE58C3F63EC8\",\"20F5DA55-961D-4F2A-AB0B-9239DECFA5B4\"],\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":887},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"873\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":874},\"_Extent\":{\"__isSmartRef__\":true,\"id\":875},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":876},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":877},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":878},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"874\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"875\":{\"x\":25,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"876\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"877\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"878\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"879\":{\"x\":0,\"y\":2.2737367544323206e-13,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"880\":{\"style\":{\"__isSmartRef__\":true,\"id\":881},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":872},\"storedString\":\"+\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"881\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"882\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"883\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"884\":{\"x\":25,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"885\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"886\":{\"morph\":{\"__isSmartRef__\":true,\"id\":872},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"887\":{\"requiredModules\":[],\"idOnLoad\":\"E7AFA7CC-9A5F-4998-AA4E-5BB82EAF2793\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"888\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":889},\"_Extent\":{\"__isSmartRef__\":true,\"id\":890},\"_Fill\":{\"__isSmartRef__\":true,\"id\":891},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":901},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":902},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":903},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"889\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"890\":{\"x\":25,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"891\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":892},{\"__isSmartRef__\":true,\"id\":894},{\"__isSmartRef__\":true,\"id\":896},{\"__isSmartRef__\":true,\"id\":898}],\"vector\":{\"__isSmartRef__\":true,\"id\":900},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"892\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":893}},\"893\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"894\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":895}},\"895\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"896\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":897}},\"897\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"898\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":899}},\"899\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"900\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"901\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"902\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"903\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"904\":{\"x\":130.00000000000023,\"y\":40.00000000000023,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"905\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":906},{\"__isSmartRef__\":true,\"id\":908},{\"__isSmartRef__\":true,\"id\":910},{\"__isSmartRef__\":true,\"id\":912}],\"vector\":{\"__isSmartRef__\":true,\"id\":900},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"906\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":907}},\"907\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"908\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":909}},\"909\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"910\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":911}},\"911\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"912\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":913}},\"913\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"914\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":871},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":208},\"targetMethodName\":\"newScript\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":915},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"915\":{\"source\":{\"__isSmartRef__\":true,\"id\":871},\"target\":{\"__isSmartRef__\":true,\"id\":208}},\"916\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"917\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"idOnLoad\":\"846F744E-241C-47FA-AF13-0D935549D529\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"918\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"919\":{\"x\":30,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"920\":{\"morph\":{\"__isSmartRef__\":true,\"id\":871},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"921\":{\"x\":29.478697395442737,\"y\":-26.32481162283952,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"922\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":923}],\"scripts\":[],\"id\":\"2EFCB510-BBCF-45D9-8813-62A90CB5DADF\",\"shape\":{\"__isSmartRef__\":true,\"id\":939},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":955},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":942},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":956},\"label\":{\"__isSmartRef__\":true,\"id\":923},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":965}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":967},\"name\":\"ObjectEditorRemoveScriptButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":968},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":969},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":970},\"owner\":{\"__isSmartRef__\":true,\"id\":208},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":971},\"isCopyMorphRef\":true,\"morphRefId\":24,\"draggingEnabled\":false,\"objectEditorPane\":{\"__isSmartRef__\":true,\"id\":208},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":972},\"derivationIds\":[217,\"FDC10087-12CF-4570-9211-8309CB6A9AA3\",\"E18FC530-4B1F-4F08-8DA6-3866A3519E56\",\"04A2AAC3-6A9E-40BB-9408-EBB2567EE63B\",\"8C1A42CE-840C-4AAE-BD79-C93A445B9EBF\",\"61FC11FA-B87E-4EFE-BD15-564D3178B68B\",\"ED34F9B5-9E00-41B3-8313-D9C3D6B3B231\",\"A7481F4B-D444-4B4F-BDA2-4F9F03AEC24D\",\"7DDF7175-34FC-4521-A7C3-580A8BE63351\",\"DEA39C05-FAD7-4882-AB3D-0EE12C3408F9\",\"99186A50-1411-4B6F-B1CB-FF0742C20D7D\",\"10F3E467-6BB8-4D07-BD17-8C50593FD6B8\",\"7260818C-6472-4288-8BDD-1E7798A543F3\",\"DEBB5BDB-018D-4BA1-9FB9-73DC84C51D89\",\"D75BCAED-3029-46EB-B944-4A102BB1BC0F\",\"9A977DA2-B325-4DFA-9683-3DC9ECEFAAC0\",\"48A5078F-B4A5-4F4E-884D-84CCDFFBE6F0\",\"33905494-AA01-4311-8398-1F6C3D4F1BAC\",\"5D7201A7-1374-49AD-851F-E3167EFED99E\",\"9B69B6C6-71F2-402E-89D1-E97FC2D3AE13\",\"DA1B3A74-F4A6-427B-8FBD-3D2E9D8CD866\",\"F530E7B6-0EE0-4B09-AB7F-A8ED4B4A3B6C\"],\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":973},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"923\":{\"submorphs\":[],\"scripts\":[],\"id\":\"AB1018FC-1D8F-4401-8F32-3F33E56AFFB8\",\"shape\":{\"__isSmartRef__\":true,\"id\":924},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":21,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":930},\"textColor\":{\"__isSmartRef__\":true,\"id\":927},\"owner\":{\"__isSmartRef__\":true,\"id\":922},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":931}],\"padding\":{\"__isSmartRef__\":true,\"id\":933},\"_Padding\":{\"__isSmartRef__\":true,\"id\":934},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":935},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":936},\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":937},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":21,\"_MinTextHeight\":null,\"draggingEnabled\":false,\"derivationIds\":[218,\"852A7BD9-52EE-4708-A2D5-1BDECF33C958\",\"7B4F173E-9726-472A-9B30-530D4AA92AD9\",\"CBA217F6-2832-4213-9ABE-47753C1A4180\",\"E6B97D1D-95D5-4644-9359-1D08D42A51F4\",\"4391A57E-70C2-4628-9828-DD668CCE546E\",\"F0C6C298-3B8B-42B2-B5E9-E5B82F607B01\",\"DF0CAF75-4247-4797-B1A0-AD7444391E2A\",\"B4C4F09B-F663-47A1-B85F-461D5452F5F8\",\"FD966AB1-4685-4151-9A38-B1B21B0237EF\",\"CA91FC2C-D7CC-4123-AFD2-108F8F0C2E97\",\"88F1581A-7AEF-4646-B7F9-3890CDDB8494\",\"DC577877-7F00-4238-9246-08C2A10C0CC9\",\"818C9467-71A2-44D6-B01F-1523A0CD5476\",\"C0CF3DDB-AA12-49E0-B12A-6B620552BB47\",\"853E19A1-E97D-463D-A24F-0148671EB696\",\"0203CA4C-E523-4F7D-824B-F09BA3914BDD\",\"18B98A59-6C8E-4386-B3EF-A17259C51C0F\",\"24D84E0A-FA16-47DE-934D-E60729EEB227\",\"7035F1EB-4B8C-4F20-B3AC-966403F55C0A\",\"69831817-0662-4848-8481-44558987D21D\",\"BA722932-77FE-4169-846F-011A03167C4D\"],\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":938},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"924\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":925},\"_Extent\":{\"__isSmartRef__\":true,\"id\":926},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":927},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":928},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":929},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"925\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"926\":{\"x\":25,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"927\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"928\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"929\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"930\":{\"x\":-2.2737367544323206e-13,\"y\":2.2737367544323206e-13,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"931\":{\"style\":{\"__isSmartRef__\":true,\"id\":932},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":923},\"storedString\":\"-\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"932\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"933\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"934\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"935\":{\"x\":25,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"936\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"937\":{\"morph\":{\"__isSmartRef__\":true,\"id\":923},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"938\":{\"requiredModules\":[],\"idOnLoad\":\"AB1018FC-1D8F-4401-8F32-3F33E56AFFB8\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"939\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":940},\"_Extent\":{\"__isSmartRef__\":true,\"id\":941},\"_Fill\":{\"__isSmartRef__\":true,\"id\":942},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":952},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":953},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":954},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"940\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"941\":{\"x\":25,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"942\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":943},{\"__isSmartRef__\":true,\"id\":945},{\"__isSmartRef__\":true,\"id\":947},{\"__isSmartRef__\":true,\"id\":949}],\"vector\":{\"__isSmartRef__\":true,\"id\":951},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"943\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":944}},\"944\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"945\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":946}},\"946\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"947\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":948}},\"948\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"949\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":950}},\"950\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"951\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"952\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"953\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"954\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"955\":{\"x\":160.00000000000023,\"y\":40.00000000000023,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"956\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":957},{\"__isSmartRef__\":true,\"id\":959},{\"__isSmartRef__\":true,\"id\":961},{\"__isSmartRef__\":true,\"id\":963}],\"vector\":{\"__isSmartRef__\":true,\"id\":951},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"957\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":958}},\"958\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"959\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":960}},\"960\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"961\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":962}},\"962\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"963\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":964}},\"964\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"965\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":922},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":922},\"targetMethodName\":\"deleteSelectedScript\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":966},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"966\":{\"source\":{\"__isSmartRef__\":true,\"id\":922},\"target\":{\"__isSmartRef__\":true,\"id\":922}},\"967\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"968\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"idOnLoad\":\"2EFCB510-BBCF-45D9-8813-62A90CB5DADF\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"969\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"970\":{\"x\":30,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"971\":{\"morph\":{\"__isSmartRef__\":true,\"id\":922},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"972\":{\"x\":33.35839679439101,\"y\":-21.324811622839547,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"973\":{\"deleteSelectedScript\":{\"__isSmartRef__\":true,\"id\":974}},\"974\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":975},\"source\":\"function deleteSelectedScript() {\\n\\n var editor = this.objectEditorPane;\\n var selection = editor.scriptList.selection;\\n\\n if (!editor.target || editor.scriptList.getList().size() < 2) \\n return; \\n\\n var deleteScript = function (confirmed) {\\n if (!confirmed) return;\\n \\n if (selection && editor.target) {\\n if (!editor.target.hasOwnProperty(selection)) \\n return;\\n delete editor.target[selection];\\n editor.updateLists();\\n editor.displayInitialScript();\\n }\\n }\\n\\n var message = 'Delete \\\"' + selection + '\\\" script?';\\n var callback = deleteScript;\\n\\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\\n\\n return this.world().openDialog(dialog);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":976},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"975\":{\"this\":{\"__isSmartRef__\":true,\"id\":922}},\"976\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":977},\"user\":\"lauritz\"},\"977\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 18:12:21 GMT+0100 (Mitteleuropäische Zeit)\"},\"978\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":979},{\"__isSmartRef__\":true,\"id\":998}],\"scripts\":[],\"id\":\"E360E02D-3494-4B28-AACB-CAB72A84F915\",\"shape\":{\"__isSmartRef__\":true,\"id\":1010},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1026},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1014},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1027},\"label\":{\"__isSmartRef__\":true,\"id\":979},\"name\":\"MagnifierButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1036},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1039}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1040},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1041},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1042},\"derivationIds\":[2588,\"22797D34-67DE-4A06-81F0-4DF0A87ADBBC\",\"81CB4C12-BCF0-4097-8B6D-D9419046367A\",\"0767A57D-9BB2-48C6-9654-753D2B9D00A6\",\"42871246-6725-4E41-A2C1-5A5BCF041097\",\"BCE6E775-B5DF-4D6B-9F06-CDC02C1B1D0F\",\"797EC165-A639-42D9-A059-669F6BEB92A7\",\"FA498EFD-E50E-4CE0-9FA8-9AE2E8AE9580\",\"4B68C371-CB37-45B4-910A-611E5FFC23DD\",\"94E374B9-7ED4-4E39-96F1-6FD4E7AC3428\",\"34D63515-7CC7-43FB-B7BB-87AFCA377D63\",\"77911975-0D70-4F68-82ED-6634E1F93591\"],\"_ClipMode\":\"visible\",\"owner\":{\"__isSmartRef__\":true,\"id\":208},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1043},\"highlightRectangle\":{\"__isSmartRef__\":true,\"id\":1044},\"_Rotation\":0,\"_Scale\":0.9920279440699439,\"isPressed\":false,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1130},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"979\":{\"submorphs\":[],\"scripts\":[],\"id\":\"418D7FB5-DBB7-406B-ACB2-CF846C6B9787\",\"shape\":{\"__isSmartRef__\":true,\"id\":980},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":986},\"_MaxTextWidth\":24,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":987},\"_Padding\":{\"__isSmartRef__\":true,\"id\":988},\"owner\":{\"__isSmartRef__\":true,\"id\":978},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":989},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":990},{\"__isSmartRef__\":true,\"id\":992}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":994},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":995},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"derivationIds\":[2589,\"024C5ADE-C4CF-4E8E-BEC5-F93AD4839702\",\"A2CC4D56-B9D8-4A48-B6FF-DDDD85ACDC2E\",\"5AC5C4DE-00B0-43DB-B7F1-765674CE818B\",\"750A11C6-766E-4B48-AE32-D71DE811EB4A\",\"66A7B56E-A94E-44AE-8AED-C0C1B07554D4\",\"CA8596D3-2D4F-453B-BE1B-DCEC8F85389B\",\"4D7DC32F-79CB-4AF8-8B21-AB4F1809D4A8\",\"439DE430-7651-470E-97D8-00E7F96B04DA\",\"DAC920E6-217B-4515-AC09-2F9DCBA7375C\",\"BD48C003-0502-451D-B6AA-7369FF3D1030\",\"F002D1A0-3FC8-40EC-913D-7AFC81DC1675\"],\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":24,\"_MinTextHeight\":null,\"_FontSize\":10,\"_TextColor\":{\"__isSmartRef__\":true,\"id\":996},\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":997},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"980\":{\"position\":{\"__isSmartRef__\":true,\"id\":981},\"_Extent\":{\"__isSmartRef__\":true,\"id\":982},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":983},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":984},\"_Padding\":{\"__isSmartRef__\":true,\"id\":985},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"981\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"982\":{\"x\":24,\"y\":24,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"983\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"984\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"985\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"986\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"987\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"988\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"989\":{\"x\":24,\"y\":24,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"990\":{\"style\":{\"__isSmartRef__\":true,\"id\":991},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":979},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"991\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"992\":{\"style\":{\"__isSmartRef__\":true,\"id\":993},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":979},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"993\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"994\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"995\":{\"morph\":{\"__isSmartRef__\":true,\"id\":979},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"996\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"997\":{\"requiredModules\":[],\"idOnLoad\":\"418D7FB5-DBB7-406B-ACB2-CF846C6B9787\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"998\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":999},\"derivationIds\":[null,\"29E543E0-AE93-493A-A694-FC1C330D0544\",\"F0366E4C-E97F-4C77-BEE4-340A0668ADD5\",\"347F6028-5092-4F54-9A34-3EFF3FF0B815\",\"BF7387E7-BCD7-4A5B-B9D2-C14ECF59EFCA\",\"85BA370B-966E-41F7-8C2F-F3A926EC2AA2\",\"1652172B-339A-43A1-9589-70E68B35A28E\",\"705524F7-129B-4102-834E-2A1A45985BB5\",\"5707DF70-CD77-4D53-96ED-5A0AEB227FB7\",\"257E62CE-C668-4317-B5B7-8D394BDC3F6C\",\"8211C6FC-6C6A-40D7-A259-BB830C13EB27\"],\"id\":\"175E9982-A09B-4DF6-A1DF-57A4B0FEF3AA\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1004},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1005},\"_ClipMode\":\"visible\",\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1006},\"owner\":{\"__isSmartRef__\":true,\"id\":978},\"name\":\"leftpointing_magnifying_glass.png\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1007},\"isBeingDragged\":false,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1008},\"eventsAreDisabled\":true,\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1009},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Image\"},\"999\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1000},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1001},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1002},\"_ImageURL\":\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAABAAAAAQBPJcTWAAAALnRFWHRUaXRsZQBMRUZULVBPSU5USU5HIE1BR05JRllJTkcgR0xBU1MgKFUrMUY1MEQpw88haQAAABV0RVh0QXV0aG9yAEFuZHJldyBNYXJjdXNl5zc3gwAAAC90RVh0U29mdHdhcmUAaW5mby5maWxlZm9ybWF0LmRhdGEuVW5pY29kZVBuZ1NlcnZsZXRoAX8wAAAAQ3RFWHREZXNjcmlwdGlvbgBodHRwOi8vd3d3LmZpbGVmb3JtYXQuaW5mby9pbmZvL3VuaWNvZGUvMWY1MGQvaW5kZXguaHRtk2hNQgAAADt0RVh0Q29weXJpZ2h0AGh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LW5jLXNhLzIuMC9siJKDAAAIDklEQVR42u1daWxVRRQeCi0tIqCAQCTIUtEIGlk0ilqEkEbiQhSKGAyCooIIggsiQuMWZNGwVMUFNIhKZBMobZClgK1FwAU3wIpSREDcUFZFEM/JOzf3vPHet9ze1/eYe77k+zNzl5nz3ZlzZntPKYFAcHojDXimmKH6cQbwZuBM4HLgx8A9wBPAU8BjwJ3ADcDFwMnArsCaYjr/0BB4DwlwjAwfL38DzgX2AdYWk3pDJnAM8E/NuN8BpwEHAq8DXgpsCswANgN2APak/BeBu7T7sQX1A9YQE8fuDwYAf2BG/JrEaefxmSjaeOAO9syNwBwxd2Q0o/7fMhr6h8Fx+oBIX346cATwF/aON6Qbc0ZH4G4y0lHgOGAdD8/Be/KAs4AFwKsdrqkHnAA8Tu8rAzYWCWz0Bh5hraKTT11fL+AH1FXlA8/SrsEu61fmW9qLFEqNAv5LRsEw9twEvKMzcAvwJ3LoHG2AW+n9B4HdgixGHhNjiccuKlbUp9aC7yoGnqflraa8A8C2QRTjMvIVaITyKI61BjnkqiILWEjvPAwcxvLqAj+nvAqH7s1oNAfupcpjeNskhnvQOQ/xYfxQCziHRVl3sjxsNfspvYSuNR4Ywn5ClT5CA7lYkUPRU0YVy4CivkVlOE7TKxa6AP+ivKlBEORe9nUO8XD/QhWay6oqmlK3dYoirTYs70FK/wd4ocli1KVIByu7XXmb9BsOPEmj76riSfZxbAM2oPQMmqLB9GUmC/I0M8AtHp9xCd3/rM8fCHISy+vH0ruaOi3Coyqv6ETPKPSpXEOZ4X9XoSl+y89sovTNJgoyklW8rw8+aKFP5apFo3SrbMNcWsnFpgmylkU19R3yY4mc0mk0j88Z62PZ5jHDV7DQugE5dkx/3CQxzlb2qt6aCF1HtJH6BHoGju4v97F8+Sp8zeRGlldCaZtMEmQAq+zICL5hpUvrwfXy19gzZvhcvj6aILNZ3ij2ETQzRZA3WWU7RrgOfQsu05YCnyLxcFS9h91fTlMgfqKdJsg6lteBpQ8wRZASVqmmUa7txvwEJ/qe8SoxGxYymK+wpnMsNGHpxviRbVShkzEatAb5iEHUSrqzQVuiUMkMf5IFGWnM/71giiAHqEL7U7iMf2gtkk/B7/M51E4qMlklvzwNymgxl+VvobQPTRCkMavkDpaelkJlbOkgyDUsv0LZu19Oe/A++BBLvyIB0ZJX9HIQhHdZBymt1BQfso9V1Jorag28PUXKN8tBkHqUV4elLTJFkM9YpVqzllOcAmXDiG6vJsZhlt+Kpc80RZBiF2eJK4fZSS5bd4fWUcTyc1n6Y6YIMpVVii+LTgFOTHLZNjoIMpTlT2fpXUwRpIcKn021gHuwcDN0ss525Cnn3fIt2DXfK3vPljGbHtK1gdcFmkNdkYTK4gz0Tgcxytg1fI6rUBkGvubA54Ta0lTFK9VYFhS/xKV18PEHX3MfYpogfPUND9DwuamFlP5oNZXlZRcxlmsDWutsCl/aNQYZWhfBnTlOceNsLq459E1wyyhwEeNvFb7ZusClrEbhNlbJoyp8Y3UejehxPWS08v/MBrbIlcr92BvfwZit7KMKOC3f3FRBcBC2mRlBnz0dpOzN17gvqrdP7+2p7PkoJz7Hrq2pCfeqMhzXasbI1/KHa/m4Y93reRFcU1mrIh8IXaLCJzpnsLyfKRozHrNZpbFF9NHyx2pGw2tWAZ8H3gW8UjmvvWdSlIQb3raq6Kdzp6vwBbOhWn5/FRCggy9lFcdN1521ax5Q0Y9B41o7nkn8Rv1/gSkS0T/crb0vV4Uv465UAUNjLerCkfAN2jUXKef19apwnYP4AynK4tfNU6m1ZlMtaK/stQZrLXu0Q6g6OIpTjoVfAK/Xnp1GDp1fhy0th1rwHLqmEbXYHkEQJYcGitwouG2onoPx0Ne8q+yDmtGIs8lPUFCgH/Q5R4XPQlt8nfKzKB9/ouNHLT/ddFEw7t+uGQbPko90GY+gOHgcoRc5+YeBj1DY3JPyGrq8qy6JdMhBDAyz8azhZLq2JRuP4HE3a6f8KhNH7k4Dt9UORqoE3qGqfiAUo7L7lX1kjfMd4H0UHGTTFMpLzH8VUAS3iN2znsQ1GugvprCvkvMYdSFouBYxPu98FdoKusblmZXUoiz0J1FuYgPUfCrXAof7S4MgimXIRVH8wwHq5vBLna9Cs8ULyEgVWrCg8zAJ79TtjGDXjSMx5kd4Fk7XB+a3uq5Sob1QfoW86JzxR2zcjjyj3/mKTafUpCAi2nPLVcB+QA379YdoGuWEBxEwars1hujIOpZQQS1jWhzvKXeIDAOBRhT+YgQ2kcYK71NLwgOauAKJ50jwpFW8J2jHKHvLKwYBuENmVxyibAiqKIlCOkVY1g8HZHkQ5SOXeTaBR9RW9vT7agp34xVlo4jiL7KoG0TjriCR4hVlk0r8EYrAtZQiZa+14wx1qzhF2Syi+C+K5VOWko8RUVJIlPc8irIhKCP6ZItSqeJbh8kSU/qHDCbKMuZT4hFlrpgxcaIUUcuJR5TdYsLEiFLIQuLMOESZJOZLnCjLyMhrabqkZRRR1qsArDQmW5SlZOxPVWhJ2E2UNRJlVQ/wi19CRv9WhXbJoCh8zb+IujVBNYqymIyPP55ZxsQoVvK78kkBrp28rXVThSJGcoE7YZ5RoTMlc8SBpw7kj2IEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgSAZ+A+0ucC4BysctgAAAABJRU5ErkJggg==\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1003},\"_NodeClass\":[\"image\"],\"_NodeId\":\"29E543E0-AE93-493A-A694-FC1C330D0544\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isLoaded\":true,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Image\"},\"1000\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1001\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\",\"setImageURL\":\"setImageURLHTML\",\"getNativeExtent\":\"getNativeExtentHTML\"},\"1002\":{\"x\":29,\"y\":29,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1003\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1004\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1005\":{\"morph\":{\"__isSmartRef__\":true,\"id\":998},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1006\":{\"x\":-3.024108360992159,\"y\":0.008036120330757512,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1007\":{\"x\":28,\"y\":29,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1008\":{\"x\":39.935711037353485,\"y\":-9.032144481323257,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1009\":{\"partName\":\"leftpointing_magnifying_glass.png\",\"requiredModules\":[],\"idOnLoad\":\"175E9982-A09B-4DF6-A1DF-57A4B0FEF3AA\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1010\":{\"position\":{\"__isSmartRef__\":true,\"id\":1011},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1012},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1013},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1014},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1024},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1025},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1011\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1012\":{\"x\":24,\"y\":24,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1013\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1014\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1015},{\"__isSmartRef__\":true,\"id\":1017},{\"__isSmartRef__\":true,\"id\":1019},{\"__isSmartRef__\":true,\"id\":1021}],\"vector\":{\"__isSmartRef__\":true,\"id\":1023},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1015\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1016}},\"1016\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1017\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1018}},\"1018\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1019\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1020}},\"1020\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1021\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1022}},\"1022\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1023\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1024\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1025\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1026\":{\"x\":464.5087747493865,\"y\":8.483242611654987,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1027\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1028},{\"__isSmartRef__\":true,\"id\":1030},{\"__isSmartRef__\":true,\"id\":1032},{\"__isSmartRef__\":true,\"id\":1034}],\"vector\":{\"__isSmartRef__\":true,\"id\":1023},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1028\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1029}},\"1029\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1030\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1031}},\"1031\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1032\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1033}},\"1033\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1034\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1035}},\"1035\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1036\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"ScriptableButton\",\"comment\":\"Has a script that is called on button press\",\"changes\":[{\"__isSmartRef__\":true,\"id\":1037}],\"revisionOnLoad\":154251,\"idOnLoad\":\"E360E02D-3494-4B28-AACB-CAB72A84F915\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1037\":{\"date\":{\"__isSmartRef__\":true,\"id\":1038},\"author\":\"robertkrahn\",\"message\":\"no comment\",\"id\":\"0366C0A2-0C8E-4AEB-AAC3-120434134545\"},\"1038\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 14:10:10 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1039\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":978},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":978},\"targetMethodName\":\"onFire\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1040\":{\"x\":24.405327095521386,\"y\":24.0321444813232,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1041\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1042\":{\"morph\":{\"__isSmartRef__\":true,\"id\":978},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1043\":{\"x\":37.935711037353656,\"y\":-7.943747157684584,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1044\":{\"submorphs\":[],\"scripts\":[],\"id\":\"364FF344-E489-461B-BC8C-ED45E4823ED4\",\"shape\":{\"__isSmartRef__\":true,\"id\":1045},\"__layered_droppingEnabled__\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1052},\"showsHalos\":false,\"name\":\"HighlightRectangle\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1053},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1094},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1095},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1096},{\"__isSmartRef__\":true,\"id\":1097},{\"__isSmartRef__\":true,\"id\":1098}],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[127,\"F0291F62-F100-480C-AEBF-0230398F7983\",\"AE8B5ED7-E305-45BC-BE4A-1C28A49EE12B\",\"39BA345C-17FA-45A0-BAC2-F0CF5654ACF8\",\"FE91EA31-D8AE-461B-8A49-95DA5FBAE5B4\",\"F38439A3-2F4E-4AC2-BF73-2633C00B1393\",\"6748F5B5-2284-4748-A6EE-F1A261CBAD0B\",\"6FECB598-D130-4242-BF1B-E18767608129\",\"0B23F218-078F-4912-A262-31B957885F41\",\"C56BA290-B836-4946-B4EF-DBB6FBA2368C\",\"61176BAF-CFE6-4F2C-9F0A-971AAD6595A1\",\"CB4127B2-0AA5-4B50-9978-F1FF39924A82\",\"113050BB-CF0E-4193-91C6-9C25FC857EE8\",\"EFF939E4-317B-4662-943F-77A6E6F65BD0\",\"AA288E7F-3972-4F0D-87DD-61E4BD9C9C97\",\"903E8C60-1158-42D5-85D2-DF134DA6CEC1\",\"28FD6210-A549-4A11-9178-04E77FF556C0\",\"B3312E29-D786-469F-865E-91FD69475A52\",\"D947A1C1-DCBE-4485-A33D-DF549F6978E0\",\"56CE0E60-45BE-43FF-9C6C-296D8AC326B6\",\"CC61E3F8-8C8D-4F24-A591-023D3C88DEC8\"],\"partTests\":{\"__isSmartRef__\":true,\"id\":1103},\"_ClipMode\":\"visible\",\"moved\":true,\"isBeingDragged\":false,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1047},\"prevScroll\":[0,0],\"#startLetters\":\"\",\"eventsAreDisabled\":false,\"_HandStyle\":\"default\",\"_PointerEvents\":\"auto\",\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1108},\"_Rotation\":0,\"_Scale\":1.0060210561262526,\"owner\":null,\"magnifierButton\":{\"__isSmartRef__\":true,\"id\":978},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1109},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"1045\":{\"position\":{\"__isSmartRef__\":true,\"id\":1046},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1047},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1048},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1049},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1050},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1051},\"_BorderRadius\":0,\"_Opacity\":0.2597,\"_BorderStyle\":\"hidden\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1046\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1047\":{\"x\":691.0285365288845,\"y\":475.61253261443596,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1048\":{\"r\":0.8,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1049\":{\"r\":0.227,\"g\":0,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1050\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\"},\"1051\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1052\":{\"x\":305.41698041467214,\"y\":406.2845608379535,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1053\":{\"partsSpaceName\":\"PartsBin/Tools\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A rectangle which highlights the object under the first hand of the world\",\"migrationLevel\":4,\"partName\":\"HighlightRectangle\",\"changes\":[{\"__isSmartRef__\":true,\"id\":1054},{\"__isSmartRef__\":true,\"id\":1056},{\"__isSmartRef__\":true,\"id\":1058},{\"__isSmartRef__\":true,\"id\":1060},{\"__isSmartRef__\":true,\"id\":1062},{\"__isSmartRef__\":true,\"id\":1064},{\"__isSmartRef__\":true,\"id\":1066},{\"__isSmartRef__\":true,\"id\":1068},{\"__isSmartRef__\":true,\"id\":1070},{\"__isSmartRef__\":true,\"id\":1072},{\"__isSmartRef__\":true,\"id\":1074},{\"__isSmartRef__\":true,\"id\":1076},{\"__isSmartRef__\":true,\"id\":1078},{\"__isSmartRef__\":true,\"id\":1080},{\"__isSmartRef__\":true,\"id\":1082},{\"__isSmartRef__\":true,\"id\":1084},{\"__isSmartRef__\":true,\"id\":1086},{\"__isSmartRef__\":true,\"id\":1088},{\"__isSmartRef__\":true,\"id\":1090},{\"__isSmartRef__\":true,\"id\":1092}],\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1054\":{\"date\":{\"__isSmartRef__\":true,\"id\":1055},\"author\":\"timfelgentreff\",\"message\":\"no comment\",\"id\":\"3DB7DB40-210A-4BED-91FD-9287005703EC\"},\"1055\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 17:04:54 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1056\":{\"date\":{\"__isSmartRef__\":true,\"id\":1057},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"23D7AA12-66A9-4C3B-B494-131256C291AC\"},\"1057\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:57:13 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1058\":{\"date\":{\"__isSmartRef__\":true,\"id\":1059},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"2C30B7CA-388F-4F51-B4CF-A2E50E381148\"},\"1059\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:23:11 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1060\":{\"date\":{\"__isSmartRef__\":true,\"id\":1061},\"author\":\"tessi\",\"message\":\"diable events\",\"id\":\"7C1F71A3-FDAC-470A-B9A9-E1F2C9FEF18E\"},\"1061\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 14:46:08 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1062\":{\"date\":{\"__isSmartRef__\":true,\"id\":1063},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"01996A33-11BC-4C15-96D7-B7D219E2E961\"},\"1063\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 14:39:50 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1064\":{\"date\":{\"__isSmartRef__\":true,\"id\":1065},\"author\":\"undefined\",\"message\":\"whoopsie\",\"id\":\"3F17A2D2-3C24-424B-B0FA-E43112267D23\"},\"1065\":{\"isSerializedDate\":true,\"string\":\"Thu May 03 2012 15:51:36 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1066\":{\"date\":{\"__isSmartRef__\":true,\"id\":1067},\"author\":\"undefined\",\"message\":\"whoopsie\",\"id\":\"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC\"},\"1067\":{\"isSerializedDate\":true,\"string\":\"Thu May 03 2012 15:51:30 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1068\":{\"date\":{\"__isSmartRef__\":true,\"id\":1069},\"author\":\"undefined\",\"message\":\"sorry\",\"id\":\"44B56D2E-9B59-4C67-A305-49A6E10E66C2\"},\"1069\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 14 2012 10:53:45 GMT+0100 (Mitteleuropäische Zeit)\"},\"1070\":{\"date\":{\"__isSmartRef__\":true,\"id\":1071},\"author\":\"fbo\",\"message\":\"\",\"id\":\"BD1C654D-9100-4B66-BC62-B15FF2498B2B\"},\"1071\":{\"isSerializedDate\":true,\"string\":\"Sat Feb 25 2012 02:59:09 GMT+0100 (Mitteleuropäische Zeit)\"},\"1072\":{\"date\":{\"__isSmartRef__\":true,\"id\":1073},\"author\":\"undefined\",\"message\":\"css transitions\",\"id\":\"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7\"},\"1073\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 14 2012 10:42:26 GMT+0100 (Mitteleuropäische Zeit)\"},\"1074\":{\"date\":{\"__isSmartRef__\":true,\"id\":1075},\"author\":\"undefined\",\"message\":\"suddenly, the rectangle became a CarDemo\",\"id\":\"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350\"},\"1075\":{\"isSerializedDate\":true,\"string\":\"Mon Apr 09 2012 13:42:07 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1076\":{\"date\":{\"__isSmartRef__\":true,\"id\":1077},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"4B982A01-25B3-455A-848D-89C2C3C471D7\"},\"1077\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 13:58:01 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1078\":{\"date\":{\"__isSmartRef__\":true,\"id\":1079},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"2FD6CB7B-3BC7-4666-98B4-AACF1001954D\"},\"1079\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 14:07:32 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1080\":{\"date\":{\"__isSmartRef__\":true,\"id\":1081},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"09CF5ECF-2C87-4B66-A164-39848628596F\"},\"1081\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 15:34:59 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1082\":{\"date\":{\"__isSmartRef__\":true,\"id\":1083},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"252A3EB5-DB00-4CF9-BF38-2927DD1C5229\"},\"1083\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:34:29 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1084\":{\"date\":{\"__isSmartRef__\":true,\"id\":1085},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"81534551-62C1-4FC9-96CB-A5AC6642CA1E\"},\"1085\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:45:49 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1086\":{\"date\":{\"__isSmartRef__\":true,\"id\":1087},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"5125DE3A-D50E-4621-8490-F3A9D99C2C4C\"},\"1087\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:47:20 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1088\":{\"date\":{\"__isSmartRef__\":true,\"id\":1089},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"C81A2FBF-CB0B-4A0B-9D63-F9AEDFCB5DA6\"},\"1089\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:51:06 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1090\":{\"date\":{\"__isSmartRef__\":true,\"id\":1091},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"DC8EF5EC-7563-45B6-816D-20E2DC218525\"},\"1091\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:52:10 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1092\":{\"date\":{\"__isSmartRef__\":true,\"id\":1093},\"author\":\"timfelgentreff\",\"message\":\"no comment\",\"id\":\"E7515DFB-DE7D-4E1F-A2C3-85166DCE4942\"},\"1093\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:59:39 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1094\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1095\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1044},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1096\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1044},\"sourceAttrName\":\"onMouseMove\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1044},\"targetMethodName\":\"updateOnMove\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1097\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1044},\"sourceAttrName\":\"onMouseUp\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":978},\"targetMethodName\":\"removeHighlighting\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1098\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1044},\"sourceAttrName\":\"onMouseUp\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":208},\"targetMethodName\":\"setTarget\",\"converterString\":\"function () {\\n return this.sourceObj.coveredMorph()\\n }\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1099},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1100},\"__LivelyClassName__\":\"AttributeConnection\"},\"1099\":{\"source\":{\"__isSmartRef__\":true,\"id\":1044},\"target\":{\"__isSmartRef__\":true,\"id\":208}},\"1100\":{\"converter\":{\"__isSmartRef__\":true,\"id\":1101}},\"1101\":{\"originalFunc\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1099},\"source\":\"function () {\\n return this.sourceObj.coveredMorph()\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1102},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1102\":{},\"1103\":{\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1104}},\"1104\":{\"test01IsMorph\":{\"__isSmartRef__\":true,\"id\":1105}},\"1105\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1106},\"source\":\"function test01IsMorph(aPart) {\\n this.assert(aPart.isMorph, 'rectangle should be a morph');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1107},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1106\":{\"this\":{\"__isSmartRef__\":true,\"id\":1103}},\"1107\":{},\"1108\":{\"x\":43.995993991989735,\"y\":-14.012018024029999,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1109\":{\"update\":{\"__isSmartRef__\":true,\"id\":1110},\"coveredMorph\":{\"__isSmartRef__\":true,\"id\":1114},\"updateOnMove\":{\"__isSmartRef__\":true,\"id\":1118},\"bringToFront\":{\"__isSmartRef__\":true,\"id\":1122}},\"1110\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1111},\"source\":\"function update(morph) {\\n if (morph === this.magnifierButton ||\\n this.magnifierButton.submorphs.indexOf(morph) >= 0) {\\n morph = this.magnifierButton.currentTarget()\\n }\\n\\n if (morph) {\\n this.setPosition(morph.getPositionInWorld())\\n this.setExtent(morph.getExtent())\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1112},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1111\":{\"this\":{\"__isSmartRef__\":true,\"id\":1044}},\"1112\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1113},\"user\":\"lauritz\",\"tags\":[]},\"1113\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 18:30:09 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1114\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1115},\"source\":\"function coveredMorph() {\\n var that = this\\n return $world.morphsContainingPoint($world.firstHand().getPosition()).detect(\\n function(ea) {\\n return !ea.isPlaceholder &&\\n !ea.isHalo &&\\n (!ea.owner || !ea.owner.isHalo) &&\\n !(ea === that);\\n });\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1116},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1115\":{\"this\":{\"__isSmartRef__\":true,\"id\":1044}},\"1116\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1117},\"user\":\"lauritz\",\"tags\":[]},\"1117\":{\"isSerializedDate\":true,\"string\":\"Tue May 29 2012 13:24:20 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1118\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1119},\"source\":\"function updateOnMove() {\\n this.update(this.coveredMorph())\\n this.bringToFront();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1120},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1119\":{\"this\":{\"__isSmartRef__\":true,\"id\":1044}},\"1120\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1121},\"user\":\"lauritz\",\"tags\":[]},\"1121\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 17:28:21 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1122\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1123},\"source\":\"function bringToFront() {\\n this.renderContext().morphNode.style.zIndex= 1000\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1128},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1123\":{\"this\":{\"__isSmartRef__\":true,\"id\":1044},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1124}},\"1124\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1125}},\"1125\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1126},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n if ($world) \\n $world.logError(e, 'Error in $super call')\\n else\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1127},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1126\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1044},\"name\":\"bringToFront\"},\"1127\":{},\"1128\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1129},\"user\":\"lauritz\",\"tags\":[]},\"1129\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 17:28:10 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1130\":{\"onFire\":{\"__isSmartRef__\":true,\"id\":1131},\"removeHighlighting\":{\"__isSmartRef__\":true,\"id\":1135},\"onMouseMove\":{\"__isSmartRef__\":true,\"id\":1139},\"onMouseOut\":{\"__isSmartRef__\":true,\"id\":1147},\"reset\":{\"__isSmartRef__\":true,\"id\":1155},\"isTracking\":{\"__isSmartRef__\":true,\"id\":1159},\"isHighlighting\":{\"__isSmartRef__\":true,\"id\":1163},\"currentTarget\":{\"__isSmartRef__\":true,\"id\":1167}},\"1131\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1132},\"source\":\"function onFire() {\\n var hand = this.world().firstHand(),\\n rect = this.highlightRectangle,\\n that = this\\n\\n if (this.isTracking()) {\\n this.removeHighlighting()\\n } else {\\n this.world().addMorph(rect)\\n hand.highlightConnection = connect(hand, \\\"scrollFocusMorph\\\", rect, \\\"update\\\")\\n rect.bringToFront()\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1133},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1132\":{\"this\":{\"__isSmartRef__\":true,\"id\":978}},\"1133\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1134},\"user\":\"lauritz\",\"tags\":[]},\"1134\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 18:04:33 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1135\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1136},\"source\":\"function removeHighlighting() {\\n var hand = this.world().firstHand(),\\n rect = this.highlightRectangle\\n if (rect) {\\n rect.remove()\\n }\\n hand.attributeConnections.removeAt(\\n hand.attributeConnections.indexOf(hand.highlightConnection))\\n hand.highlightConnection = null\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1137},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1136\":{\"this\":{\"__isSmartRef__\":true,\"id\":978}},\"1137\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1138},\"user\":\"lauritz\",\"tags\":[]},\"1138\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 17:20:20 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1139\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1140},\"source\":\"function onMouseMove(evt) {\\n var rect = this.highlightRectangle\\n\\n var target = this.currentTarget()\\n if (target && !this.isHighlighting()) {\\n rect.update(target)\\n this.world().addMorph(rect)\\n rect.bringToFront()\\n this.targetHighlight = rect\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1145},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1140\":{\"this\":{\"__isSmartRef__\":true,\"id\":978},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1141}},\"1141\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1142}},\"1142\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1143},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n if ($world) \\n $world.logError(e, 'Error in $super call')\\n else\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1144},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1143\":{\"obj\":{\"__isSmartRef__\":true,\"id\":978},\"name\":\"onMouseMove\"},\"1144\":{},\"1145\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1146},\"user\":\"lauritz\",\"tags\":[]},\"1146\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 18:25:44 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1147\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1148},\"source\":\"function onMouseOut() {\\n if (this.isHighlighting()) {\\n if (!this.isTracking()) {\\n this.targetHighlight.remove()\\n }\\n delete this.targetHighlight\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1153},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1148\":{\"this\":{\"__isSmartRef__\":true,\"id\":978},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1149}},\"1149\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1150}},\"1150\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1151},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n if ($world) \\n $world.logError(e, 'Error in $super call')\\n else\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1152},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1151\":{\"obj\":{\"__isSmartRef__\":true,\"id\":978},\"name\":\"onMouseOut\"},\"1152\":{},\"1153\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1154},\"user\":\"lauritz\",\"tags\":[]},\"1154\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 18:05:25 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1155\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1156},\"source\":\"function reset() {\\n var rect = this.highlightRectangle\\n rect.attributeConnections = []\\n connect(rect, \\\"onMouseMove\\\", rect, \\\"updateOnMove\\\")\\n connect(rect, \\\"onMouseUp\\\", this, \\\"removeHighlighting\\\")\\n connect(rect, \\\"onMouseUp\\\", this.owner, \\\"setTarget\\\",\\n {converter: function () {\\n return this.sourceObj.coveredMorph()\\n }\\n })\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1157},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1156\":{\"this\":{\"__isSmartRef__\":true,\"id\":978}},\"1157\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1158},\"user\":\"lauritz\",\"tags\":[]},\"1158\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 17:23:51 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1159\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1160},\"source\":\"function isTracking() {\\n return !!this.world().firstHand().highlightConnection\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1161},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1160\":{\"this\":{\"__isSmartRef__\":true,\"id\":978}},\"1161\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1162},\"user\":\"lauritz\",\"tags\":[]},\"1162\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 18:04:17 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1163\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1164},\"source\":\"function isHighlighting() {\\n return !!this.targetHighlight\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1165},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1164\":{\"this\":{\"__isSmartRef__\":true,\"id\":978}},\"1165\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1166},\"user\":\"lauritz\",\"tags\":[]},\"1166\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 18:04:53 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1167\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1168},\"source\":\"function currentTarget() {\\n return this.owner.target;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1169},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1168\":{\"this\":{\"__isSmartRef__\":true,\"id\":978}},\"1169\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1170},\"user\":\"lauritz\",\"tags\":[]},\"1170\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 18:26:02 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1171\":{\"submorphs\":[],\"scripts\":[],\"id\":\"E741ADC4-E3F4-4E96-A5D8-D6A53C7C92FC\",\"shape\":{\"__isSmartRef__\":true,\"id\":1172},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":false,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1178},\"_MaxTextWidth\":64.8979476392384,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1175},\"showsHalos\":false,\"_FontSize\":9,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorScriptsText5\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1179},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1180}],\"charsReplaced\":\"Scripts\",\"lastFindLoc\":-7,\"priorSelectionRange\":[0,7],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1182},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1183},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1184},\"_WhiteSpaceHandling\":\"pre-wrap\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":64.8979476392384,\"_MinTextHeight\":null,\"_ClipMode\":\"visible\",\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1185},\"eventsAreIgnored\":true,\"isCopyMorphRef\":true,\"morphRefId\":27,\"derivationIds\":[223,\"5E3A69EF-26C1-4D0D-B04C-8C3894017F56\",\"14AB1B91-3ED6-49AE-AA58-47D18B6C569F\",\"991D4A54-1FC4-4BC7-AA82-F814AC52CDE3\",\"DB9B19F7-4390-4CE5-9B1D-62177CB8D605\",\"8F7B2EE9-9538-4044-B75B-6A12F3108B70\",\"4B9F9B4B-C7D3-418D-9AC9-10503A4EBF8E\",\"BBD8C74C-AA36-42AB-BC9B-14102EB539F6\",\"1B71CADF-9C83-490E-87DC-23E0CA2298CE\",\"DCC82F37-4930-439A-B2D2-54E8679BAC76\",\"39B9F5C7-0B53-47A6-A41C-FE197CDBBDDB\",\"E35E39E1-789C-444C-81E6-60F90AD951DD\",\"7C8690CD-9111-49BB-8A2A-3BC7969AE88C\",\"98DBBC76-0182-4A73-9DFB-FA3389CB026B\",\"3F4F1891-B298-4AC4-808B-24CEEA557459\",\"6BE7AD80-1782-467C-B033-54DF1E1F55C0\",\"59849D96-B264-44C4-9ECD-7A12A832DA74\",\"EAAB9569-E0AC-4102-B798-7D0570DF524F\",\"C8CC8285-06DE-4331-8938-988F7B181E5D\",\"F53E2457-3876-4CB0-BAD0-E5EB21D7715E\",\"99DDD6A7-FE39-4A97-91CC-43F66109E234\",\"A6BD7A38-4119-48E4-A97A-7C016B197EE2\",\"77B25A3C-D482-42B2-91B5-ACBE8D322312\"],\"isLockOwner\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":208},\"_Rotation\":0,\"_Scale\":0.9801888648295339,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1172\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1173},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1174},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1175},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1176},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1177},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1173\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1174\":{\"x\":64.8979476392384,\"y\":15,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1175\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1176\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1177\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1178\":{\"x\":201.0851019455509,\"y\":50.257772129123396,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1179\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"idOnLoad\":\"E741ADC4-E3F4-4E96-A5D8-D6A53C7C92FC\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1180\":{\"style\":{\"__isSmartRef__\":true,\"id\":1181},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1171},\"storedString\":\"Tags:\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1181\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1182\":{\"x\":64.8979476392384,\"y\":15,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1183\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1184\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1171},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1185\":{\"x\":46.85990195761653,\"y\":-9.163922615350018,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1186\":{\"submorphs\":[],\"scripts\":[],\"id\":\"88050660-622A-4E55-9AB3-63E53BAC2F12\",\"shape\":{\"__isSmartRef__\":true,\"id\":1187},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1194},\"itemList\":[\"-- ALL --\"],\"selectedLineNo\":0,\"showsHalos\":false,\"name\":\"ObjectEditorScriptList\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1195},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"_ClipMode\":\"auto\",\"owner\":{\"__isSmartRef__\":true,\"id\":208},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1196},\"prevScroll\":[0,51],\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1197}],\"doNotSerialize\":[\"$$selection\"],\"doNotCopyProperties\":[\"$$selection\"],\"layout\":{\"__isSmartRef__\":true,\"id\":1202},\"doitContext\":{\"__isSmartRef__\":true,\"id\":1203},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1933},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1934},\"_FontSize\":10,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1935},\"isBeingDragged\":false,\"grabbingEnabled\":false,\"draggingEnabled\":false,\"isCopyMorphRef\":true,\"morphRefId\":17,\"currentCategory\":null,\"derivationIds\":[207,\"D87334B5-DFB8-438D-8038-D2C55A798E3B\",\"4242A24B-D284-4130-BB19-C1AB8C7E96CB\",\"1F2230C1-4745-4EED-8827-5D3FC0EA8D8A\",\"1260A8AA-AD41-451A-A761-BE75A33282E8\",\"11AABB24-1595-4EDC-95DF-8BC66785F47A\",\"CA99FFE7-13DD-4721-8DE2-6A587B0C65D9\",\"E01A3DAA-0001-4C7C-A6A7-449C3945A3E6\",\"8C3C70BF-E1CE-4FB9-8407-24EA990D4E49\",\"D70897C1-82FA-42AD-9D81-A0698E9072CC\",\"69BB0838-2830-4831-A681-185E03308396\",\"434D4493-4DD6-466F-A202-7364A5829C52\",\"93D99F39-CC07-45EB-9459-5230A80A20D2\",\"4756DE7D-3422-46FC-B24B-5565F597D490\",\"7AF59BEC-20A9-4451-AD6E-39E86979D18D\",\"07109F49-B19B-4C20-8632-697478AA1FFB\",\"DD6C1E85-89E4-4619-A9B8-6CF6A5E7AD71\",\"C9C566DA-2167-4866-B606-6D9467CC5763\",\"43A75FC1-E0E6-4B7B-84B5-382D18881361\",\"1EE4A800-07BC-4687-B972-0360A139A335\",\"52766A7B-F1AC-4B5D-AFA9-3CBEC45A4175\",\"09DCFB18-9BBC-4B13-AFF0-25833B2FD99F\"],\"selection\":\"-- ALL --\",\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1936},\"__LivelyClassName__\":\"lively.morphic.List\"},\"1187\":{\"position\":{\"__isSmartRef__\":true,\"id\":1188},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1189},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1190},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1191},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1192},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1193},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1188\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1189\":{\"x\":180,\"y\":375.61253261443596,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1190\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1191\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1192\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1193\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1194\":{\"x\":10,\"y\":63.027958027993236,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1195\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"migrationLevel\":2,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"idOnLoad\":\"88050660-622A-4E55-9AB3-63E53BAC2F12\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1196\":{\"x\":180,\"y\":338.61253261443596,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1197\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1186},\"sourceAttrName\":\"selection\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":208},\"targetMethodName\":\"displaySourceForScript\",\"converterString\":\"function (value) {\\n return (value === '-- ALL --') ? null : value;\\n}\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1198},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1199},\"__LivelyClassName__\":\"AttributeConnection\"},\"1198\":{\"source\":{\"__isSmartRef__\":true,\"id\":1186},\"target\":{\"__isSmartRef__\":true,\"id\":208}},\"1199\":{\"converter\":{\"__isSmartRef__\":true,\"id\":1200}},\"1200\":{\"originalFunc\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1198},\"source\":\"function (value) {\\n return (value === '-- ALL --') ? null : value;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1201},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1201\":{},\"1202\":{\"resizeHeight\":true},\"1203\":{\"submorphs\":[],\"scripts\":[],\"id\":836,\"shape\":{\"__isSmartRef__\":true,\"id\":1204},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":1209},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1210},\"titleBar\":{\"__isSmartRef__\":true,\"id\":1211},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":1352},\"collapsedTransform\":null,\"collapsedExtent\":null,\"expandedTransform\":{\"__isSmartRef__\":true,\"id\":1353},\"expandedExtent\":{\"__isSmartRef__\":true,\"id\":1354},\"highlighted\":true,\"_Rotation\":0,\"_Scale\":1,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":1355},\"showsHalos\":false,\"name\":\"ObjectEditor\",\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"target\":{\"__isSmartRef__\":true,\"id\":1356},\"expandedPosition\":{\"__isSmartRef__\":true,\"id\":1679},\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1680},\"scriptList\":{\"__isSmartRef__\":true,\"id\":1186},\"scriptPane\":{\"__isSmartRef__\":true,\"id\":682},\"classButton\":{\"__isSmartRef__\":true,\"id\":1681},\"connectionList\":{\"__isSmartRef__\":true,\"id\":1726},\"targetButton\":{\"__isSmartRef__\":true,\"id\":1751},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1794},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Position\":{\"__isSmartRef__\":true,\"id\":1795},\"morphSelector\":{\"__isSmartRef__\":true,\"id\":1796},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1880},\"cameForward\":false,\"isCopyMorphRef\":true,\"morphRefId\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1881},\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"1204\":{\"_BorderWidth\":1,\"_Fill\":{\"__isSmartRef__\":true,\"id\":1205},\"_StrokeOpacity\":0,\"_BorderRadius\":9.25,\"_Extent\":{\"__isSmartRef__\":true,\"id\":1206},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1207},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1208},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1205\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1206\":{\"x\":981,\"y\":585.2,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1207\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1208\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1209\":{\"adjustForNewBounds\":true},\"1210\":{\"x\":981,\"y\":585.2,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1211\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1212},{\"__isSmartRef__\":true,\"id\":1225},{\"__isSmartRef__\":true,\"id\":1269},{\"__isSmartRef__\":true,\"id\":1301}],\"scripts\":[],\"id\":837,\"shape\":{\"__isSmartRef__\":true,\"id\":1334},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":1347},\"_Position\":{\"__isSmartRef__\":true,\"id\":1348},\"eventsAreIgnored\":true,\"windowMorph\":{\"__isSmartRef__\":true,\"id\":1203},\"label\":{\"__isSmartRef__\":true,\"id\":1212},\"closeButton\":{\"__isSmartRef__\":true,\"id\":1225},\"menuButton\":{\"__isSmartRef__\":true,\"id\":1269},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":1301},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1349},\"owner\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"name\":\"ObjectEditorTitleBar\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1350},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1351},\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"1212\":{\"submorphs\":[],\"scripts\":[],\"id\":838,\"shape\":{\"__isSmartRef__\":true,\"id\":1213},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":1218},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1219},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1220},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1221}],\"evalEnabled\":false,\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":10,\"_Align\":\"center\",\"owner\":{\"__isSmartRef__\":true,\"id\":1211},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1223},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1224},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1213\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1214},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1215},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1216},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1217},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1214\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1215\":{\"x\":921.9776803724167,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1216\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1217\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1218\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1219\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1220\":{\"x\":921.9776803724167,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1221\":{\"style\":{\"__isSmartRef__\":true,\"id\":1222},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1212},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1222\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1223\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1224\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1212},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1225\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1226}],\"scripts\":[],\"id\":839,\"shape\":{\"__isSmartRef__\":true,\"id\":1238},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1253},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1254},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1242},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1255},\"label\":{\"__isSmartRef__\":true,\"id\":1226},\"owner\":{\"__isSmartRef__\":true,\"id\":1211},\"layout\":{\"__isSmartRef__\":true,\"id\":1264},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1265},{\"__isSmartRef__\":true,\"id\":1266}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1267},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1268},\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"1226\":{\"submorphs\":[],\"scripts\":[],\"id\":840,\"shape\":{\"__isSmartRef__\":true,\"id\":1227},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":1231},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1232},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1233},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1234}],\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":1225},\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":8,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1236},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1237},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1227\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1228},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1229},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1216},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1230},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1228\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1229\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1230\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1231\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1232\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1233\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1234\":{\"style\":{\"__isSmartRef__\":true,\"id\":1235},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1226},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1235\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1236\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1237\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1226},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1238\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1239},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1240},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1241},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1242},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1252},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1239\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1240\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1241\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1242\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1243},{\"__isSmartRef__\":true,\"id\":1245},{\"__isSmartRef__\":true,\"id\":1247},{\"__isSmartRef__\":true,\"id\":1249}],\"vector\":{\"__isSmartRef__\":true,\"id\":1251},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1243\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1244}},\"1244\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1245\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1246}},\"1246\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1247\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1248}},\"1248\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1249\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1250}},\"1250\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1251\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1252\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1253\":{\"x\":960.9776803724167,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1254\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1255\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1256},{\"__isSmartRef__\":true,\"id\":1258},{\"__isSmartRef__\":true,\"id\":1260},{\"__isSmartRef__\":true,\"id\":1262}],\"vector\":{\"__isSmartRef__\":true,\"id\":1251},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1256\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1257}},\"1257\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1258\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1259}},\"1259\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1260\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1261}},\"1261\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1262\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1263}},\"1263\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1264\":{\"moveHorizontal\":true},\"1265\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1225},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1203},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1266\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1225},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1203},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1267\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"1268\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1225},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1269\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1270}],\"scripts\":[],\"id\":841,\"shape\":{\"__isSmartRef__\":true,\"id\":1282},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1286},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1287},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1242},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1288},\"label\":{\"__isSmartRef__\":true,\"id\":1270},\"owner\":{\"__isSmartRef__\":true,\"id\":1211},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1297},{\"__isSmartRef__\":true,\"id\":1298}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"showsHalos\":false,\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1299},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1300},\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"1270\":{\"submorphs\":[],\"scripts\":[],\"id\":842,\"shape\":{\"__isSmartRef__\":true,\"id\":1271},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":1275},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1276},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1277},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1278}],\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":1269},\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":8,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1280},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1281},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1271\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1272},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1273},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1216},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1274},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1272\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1273\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1274\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1275\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1276\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1277\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1278\":{\"style\":{\"__isSmartRef__\":true,\"id\":1279},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1270},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1279\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1280\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1281\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1270},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1282\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1283},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1284},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1241},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1242},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1285},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1283\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1284\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1285\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1286\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1287\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1288\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1289},{\"__isSmartRef__\":true,\"id\":1291},{\"__isSmartRef__\":true,\"id\":1293},{\"__isSmartRef__\":true,\"id\":1295}],\"vector\":{\"__isSmartRef__\":true,\"id\":1251},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1289\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1290}},\"1290\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1291\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1292}},\"1292\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1293\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1294}},\"1294\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1295\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1296}},\"1296\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1297\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1269},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1203},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1298\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1269},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1203},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1299\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"1300\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1269},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1301\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1302}],\"scripts\":[],\"id\":843,\"shape\":{\"__isSmartRef__\":true,\"id\":1314},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1318},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1319},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1242},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1320},\"label\":{\"__isSmartRef__\":true,\"id\":1302},\"owner\":{\"__isSmartRef__\":true,\"id\":1211},\"layout\":{\"__isSmartRef__\":true,\"id\":1329},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1330},{\"__isSmartRef__\":true,\"id\":1331}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1332},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1333},\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"1302\":{\"submorphs\":[],\"scripts\":[],\"id\":844,\"shape\":{\"__isSmartRef__\":true,\"id\":1303},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":1307},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1308},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1309},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1310}],\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":1301},\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":8,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1312},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1313},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1303\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1304},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1305},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1216},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1306},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1304\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1305\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1306\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1307\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1308\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1309\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1310\":{\"style\":{\"__isSmartRef__\":true,\"id\":1311},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1302},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1311\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1312\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1313\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1302},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1314\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1315},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1316},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1241},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1242},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1317},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1315\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1316\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1317\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1318\":{\"x\":941.9776803724167,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1319\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1320\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1321},{\"__isSmartRef__\":true,\"id\":1323},{\"__isSmartRef__\":true,\"id\":1325},{\"__isSmartRef__\":true,\"id\":1327}],\"vector\":{\"__isSmartRef__\":true,\"id\":1251},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1321\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1322}},\"1322\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1323\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1324}},\"1324\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1325\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1326}},\"1326\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1327\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1328}},\"1328\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1329\":{\"moveHorizontal\":true},\"1330\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1301},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1203},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1331\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1301},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1203},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1332\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"1333\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1301},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1334\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1335},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1336},\"_BorderWidth\":2,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1337},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1338},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1346},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1335\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1336\":{\"x\":980.9776803724167,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1337\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1338\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1339},{\"__isSmartRef__\":true,\"id\":1341},{\"__isSmartRef__\":true,\"id\":1343}],\"vector\":{\"__isSmartRef__\":true,\"id\":1345},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1339\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1340}},\"1340\":{\"r\":0.7200000000000001,\"g\":0.7200000000000001,\"b\":0.7200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1341\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1342}},\"1342\":{\"r\":0.9,\"g\":0.9,\"b\":0.9,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1343\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1344}},\"1344\":{\"r\":0.7200000000000001,\"g\":0.7200000000000001,\"b\":0.7200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1345\":{\"x\":0,\"y\":1,\"width\":0,\"height\":-1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1346\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1347\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"1348\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1349\":{\"x\":980.9776803724167,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1350\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"1351\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1211},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1352\":{\"x\":0,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1353\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":377.6609726943286,\"f\":419.5142810783999,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"lively.morphic.Similitude\"},\"1354\":{\"x\":861.5223196275833,\"y\":575.166499196892,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1355\":{\"x\":613,\"y\":129,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1356\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1357},\"id\":394,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1363},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1364}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1366},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":1367},\"_ClipMode\":\"auto\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1368},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1369},\"_MaxTextWidth\":500,\"_MaxTextHeight\":200,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":1370},\"layout\":{\"__isSmartRef__\":true,\"id\":1517},\"doitContext\":{\"__isSmartRef__\":true,\"id\":1518},\"priorSelectionRange\":[0,36],\"charsReplaced\":\"\",\"lastFindLoc\":20,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1357\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1358},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1359},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1360},\"_BorderWidth\":2,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1361},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1362},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1358\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1359\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1360\":{\"x\":500,\"y\":200,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1361\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1362\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1363\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1364\":{\"style\":{\"__isSmartRef__\":true,\"id\":1365},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1356},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1365\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1366\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1356},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1367\":{\"x\":2,\"y\":1,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1368\":{\"x\":0,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1369\":{\"x\":500,\"y\":200,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1370\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1356},{\"__isSmartRef__\":true,\"id\":1371}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1508},\"id\":395,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1511},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1512},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":1513},\"LK2\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1514},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1515},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":1356},\"titleBar\":{\"__isSmartRef__\":true,\"id\":1371},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":1368},\"collapsedTransform\":null,\"collapsedExtent\":null,\"expandedTransform\":null,\"expandedExtent\":null,\"ignoreEventsOnExpand\":false,\"highlighted\":true,\"_Rotation\":0,\"_Scale\":1,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":1516},\"cameForward\":false,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"1371\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1372},{\"__isSmartRef__\":true,\"id\":1385},{\"__isSmartRef__\":true,\"id\":1431},{\"__isSmartRef__\":true,\"id\":1464}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1498},\"id\":396,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1503},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1504},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":1505},\"_Position\":{\"__isSmartRef__\":true,\"id\":1506},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":1370},\"label\":{\"__isSmartRef__\":true,\"id\":1372},\"closeButton\":{\"__isSmartRef__\":true,\"id\":1385},\"menuButton\":{\"__isSmartRef__\":true,\"id\":1431},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":1464},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1507},\"owner\":{\"__isSmartRef__\":true,\"id\":1370},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"1372\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1373},\"id\":397,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1377},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1378}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1380},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":1381},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"layout\":{\"__isSmartRef__\":true,\"id\":1382},\"_FontSize\":10,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"owner\":{\"__isSmartRef__\":true,\"id\":1371},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1383},\"_MaxTextWidth\":441,\"_MaxTextHeight\":17,\"_Position\":{\"__isSmartRef__\":true,\"id\":1384},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1373\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1374},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1375},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1376},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1361},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1374\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1375\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1376\":{\"x\":441,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1377\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1378\":{\"style\":{\"__isSmartRef__\":true,\"id\":1379},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1372},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1379\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1380\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1372},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1381\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1382\":{\"resizeWidth\":true},\"1383\":{\"x\":0,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1384\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1385\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1386}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1398},\"id\":398,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1413},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1414},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1415},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1416},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1403},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1417},\"label\":{\"__isSmartRef__\":true,\"id\":1386},\"owner\":{\"__isSmartRef__\":true,\"id\":1371},\"layout\":{\"__isSmartRef__\":true,\"id\":1426},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1427},{\"__isSmartRef__\":true,\"id\":1429}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"1386\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1387},\"id\":399,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1391},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1392}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1394},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":1395},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1396},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1397},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":1385},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1387\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1388},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1389},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1390},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1361},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1388\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1389\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1390\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1391\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1392\":{\"style\":{\"__isSmartRef__\":true,\"id\":1393},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1386},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1393\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1394\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1386},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1395\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1396\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1397\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1398\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1399},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1400},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1401},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1402},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1403},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1399\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1400\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1401\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1402\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1403\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1404},{\"__isSmartRef__\":true,\"id\":1406},{\"__isSmartRef__\":true,\"id\":1408},{\"__isSmartRef__\":true,\"id\":1410}],\"vector\":{\"__isSmartRef__\":true,\"id\":1412},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1404\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1405}},\"1405\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1406\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1407}},\"1407\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1408\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1409}},\"1409\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1410\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1411}},\"1411\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1412\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1413\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"1414\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1385},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1415\":{\"x\":480,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1416\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1417\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1418},{\"__isSmartRef__\":true,\"id\":1420},{\"__isSmartRef__\":true,\"id\":1422},{\"__isSmartRef__\":true,\"id\":1424}],\"vector\":{\"__isSmartRef__\":true,\"id\":1412},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1418\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1419}},\"1419\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1420\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1421}},\"1421\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1422\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1423}},\"1423\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1424\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1425}},\"1425\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1426\":{\"moveHorizontal\":true},\"1427\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1385},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1370},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1428},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1428\":{\"source\":{\"__isSmartRef__\":true,\"id\":1385},\"target\":{\"__isSmartRef__\":true,\"id\":1370}},\"1429\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1385},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1370},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1430},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1430\":{\"source\":{\"__isSmartRef__\":true,\"id\":1385},\"target\":{\"__isSmartRef__\":true,\"id\":1370}},\"1431\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1432}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1443},\"id\":400,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1447},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1448},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1449},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1450},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1403},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1451},\"label\":{\"__isSmartRef__\":true,\"id\":1432},\"owner\":{\"__isSmartRef__\":true,\"id\":1371},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1460},{\"__isSmartRef__\":true,\"id\":1462}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"1432\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1433},\"id\":401,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1437},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1438}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1440},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":1395},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1441},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1442},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":1431},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1433\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1434},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1435},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1436},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1361},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1434\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1435\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1436\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1437\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1438\":{\"style\":{\"__isSmartRef__\":true,\"id\":1439},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1432},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1439\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1440\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1432},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1441\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1442\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1443\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1444},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1445},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1446},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1402},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1403},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1444\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1445\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1446\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1447\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"1448\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1431},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1449\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1450\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1451\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1452},{\"__isSmartRef__\":true,\"id\":1454},{\"__isSmartRef__\":true,\"id\":1456},{\"__isSmartRef__\":true,\"id\":1458}],\"vector\":{\"__isSmartRef__\":true,\"id\":1412},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1452\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1453}},\"1453\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1454\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1455}},\"1455\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1456\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1457}},\"1457\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1458\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1459}},\"1459\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1460\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1431},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1370},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1461},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1461\":{\"source\":{\"__isSmartRef__\":true,\"id\":1431},\"target\":{\"__isSmartRef__\":true,\"id\":1370}},\"1462\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1431},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1370},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1463},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1463\":{\"source\":{\"__isSmartRef__\":true,\"id\":1431},\"target\":{\"__isSmartRef__\":true,\"id\":1370}},\"1464\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1465}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1476},\"id\":402,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1480},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1481},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1482},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1483},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1403},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1484},\"label\":{\"__isSmartRef__\":true,\"id\":1465},\"owner\":{\"__isSmartRef__\":true,\"id\":1371},\"layout\":{\"__isSmartRef__\":true,\"id\":1493},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1494},{\"__isSmartRef__\":true,\"id\":1496}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"1465\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1466},\"id\":403,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1470},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1471}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1473},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":1395},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1474},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1475},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":1464},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1466\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1467},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1468},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1469},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1361},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1467\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1468\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1469\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1470\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1471\":{\"style\":{\"__isSmartRef__\":true,\"id\":1472},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1465},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1472\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1473\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1465},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1474\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1475\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1476\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1477},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1478},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1479},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1402},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1403},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1477\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1478\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1479\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1480\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"1481\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1464},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1482\":{\"x\":461,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1483\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1484\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1485},{\"__isSmartRef__\":true,\"id\":1487},{\"__isSmartRef__\":true,\"id\":1489},{\"__isSmartRef__\":true,\"id\":1491}],\"vector\":{\"__isSmartRef__\":true,\"id\":1412},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1485\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1486}},\"1486\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1487\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1488}},\"1488\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1489\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1490}},\"1490\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1491\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1492}},\"1492\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1493\":{\"moveHorizontal\":true},\"1494\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1464},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1370},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1495},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1495\":{\"source\":{\"__isSmartRef__\":true,\"id\":1464},\"target\":{\"__isSmartRef__\":true,\"id\":1370}},\"1496\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1464},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1370},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1497},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1497\":{\"source\":{\"__isSmartRef__\":true,\"id\":1464},\"target\":{\"__isSmartRef__\":true,\"id\":1370}},\"1498\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1499},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1500},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1501},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1502},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1338},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1499\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1500\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1501\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1502\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1503\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"1504\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1371},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1505\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"1506\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1507\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1508\":{\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1509},\"_BorderWidth\":0,\"_Fill\":null,\"_StrokeOpacity\":0,\"_BorderRadius\":0,\"_Extent\":{\"__isSmartRef__\":true,\"id\":1510},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1509\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1510\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1511\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"1512\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1370},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1513\":{\"adjustForNewBounds\":true},\"1514\":{\"x\":1234,\"y\":448,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1515\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1516\":{\"x\":1478,\"y\":453,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1517\":{\"resizeWidth\":true,\"resizeHeight\":true},\"1518\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1519},{\"__isSmartRef__\":true,\"id\":1533}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1663},\"id\":361,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1667},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1668},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":1669},\"LK2\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1670},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1671},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":1519},\"titleBar\":{\"__isSmartRef__\":true,\"id\":1533},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":1529},\"collapsedTransform\":{\"__isSmartRef__\":true,\"id\":1672},\"collapsedExtent\":{\"__isSmartRef__\":true,\"id\":1673},\"expandedTransform\":{\"__isSmartRef__\":true,\"id\":1674},\"expandedExtent\":{\"__isSmartRef__\":true,\"id\":1675},\"ignoreEventsOnExpand\":false,\"owner\":null,\"showsHalos\":false,\"highlighted\":true,\"_Rotation\":0,\"_Scale\":1,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":1676},\"expandedPosition\":{\"__isSmartRef__\":true,\"id\":1677},\"state\":\"shutdown\",\"collapsedPosition\":{\"__isSmartRef__\":true,\"id\":1678},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"1519\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1520},\"id\":360,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1525},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1526}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1528},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":1367},\"_ClipMode\":\"auto\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Monaco,monospace\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1529},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1530},\"_MaxTextWidth\":500,\"_MaxTextHeight\":0,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":1518},\"layout\":{\"__isSmartRef__\":true,\"id\":1531},\"syntaxHighlightingWhileTyping\":true,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1532}],\"doNotSerialize\":[\"$$textString\"],\"doNotCopyProperties\":[\"$$textString\"],\"lastSyntaxHighlightTime\":1307282796737,\"accessibleInInactiveWindow\":true,\"eventsAreIgnored\":false,\"_HandStyle\":\"default\",\"_PointerEvents\":\"auto\",\"_Visible\":true,\"charsReplaced\":\"\",\"lastFindLoc\":15,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textString\":\"undefined\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1520\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1521},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1522},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1523},\"_BorderWidth\":2,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1361},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1524},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1521\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1522\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1523\":{\"x\":500,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1524\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1525\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1526\":{\"style\":{\"__isSmartRef__\":true,\"id\":1527},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1519},\"storedString\":\"undefined\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1527\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1528\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1519},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1529\":{\"x\":0,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1530\":{\"x\":500,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1531\":{\"resizeWidth\":true,\"resizeHeight\":true},\"1532\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1519},\"sourceAttrName\":\"textString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1519},\"targetMethodName\":\"highlightJavaScriptSyntax\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1533\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1534},{\"__isSmartRef__\":true,\"id\":1546},{\"__isSmartRef__\":true,\"id\":1580},{\"__isSmartRef__\":true,\"id\":1613}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1647},\"id\":362,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1658},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1659},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":1660},\"_Position\":{\"__isSmartRef__\":true,\"id\":1661},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":1518},\"label\":{\"__isSmartRef__\":true,\"id\":1534},\"closeButton\":{\"__isSmartRef__\":true,\"id\":1546},\"menuButton\":{\"__isSmartRef__\":true,\"id\":1580},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":1613},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1662},\"owner\":{\"__isSmartRef__\":true,\"id\":1518},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"1534\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1535},\"id\":363,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1539},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1540}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1542},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":1381},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"layout\":{\"__isSmartRef__\":true,\"id\":1543},\"_FontSize\":10,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"owner\":{\"__isSmartRef__\":true,\"id\":1533},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1544},\"_MaxTextWidth\":441,\"_MaxTextHeight\":17,\"_Position\":{\"__isSmartRef__\":true,\"id\":1545},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1535\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1536},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1537},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1538},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1361},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1536\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1537\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1538\":{\"x\":441,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1539\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1540\":{\"style\":{\"__isSmartRef__\":true,\"id\":1541},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1534},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1541\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1542\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1534},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1543\":{\"resizeWidth\":true},\"1544\":{\"x\":0,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1545\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1546\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1547}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1558},\"id\":364,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1562},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1563},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1564},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1565},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1403},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1566},\"label\":{\"__isSmartRef__\":true,\"id\":1547},\"owner\":{\"__isSmartRef__\":true,\"id\":1533},\"layout\":{\"__isSmartRef__\":true,\"id\":1575},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1576},{\"__isSmartRef__\":true,\"id\":1578}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"1547\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1548},\"id\":365,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1552},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1553}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1555},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":1395},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1556},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1557},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":1546},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1548\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1549},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1550},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1551},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1361},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1549\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1550\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1551\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1552\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1553\":{\"style\":{\"__isSmartRef__\":true,\"id\":1554},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1547},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1554\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1555\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1547},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1556\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1557\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1558\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1559},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1560},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1561},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1402},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1403},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1559\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1560\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1561\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1562\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"1563\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1546},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1564\":{\"x\":480,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1565\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1566\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1567},{\"__isSmartRef__\":true,\"id\":1569},{\"__isSmartRef__\":true,\"id\":1571},{\"__isSmartRef__\":true,\"id\":1573}],\"vector\":{\"__isSmartRef__\":true,\"id\":1412},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1567\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1568}},\"1568\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1569\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1570}},\"1570\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1571\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1572}},\"1572\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1573\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1574}},\"1574\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1575\":{\"moveHorizontal\":true},\"1576\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1546},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1518},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1577},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1577\":{\"source\":{\"__isSmartRef__\":true,\"id\":1546},\"target\":{\"__isSmartRef__\":true,\"id\":1518}},\"1578\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1546},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1518},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1579},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1579\":{\"source\":{\"__isSmartRef__\":true,\"id\":1546},\"target\":{\"__isSmartRef__\":true,\"id\":1518}},\"1580\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1581}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1592},\"id\":366,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1596},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1597},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1598},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1599},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1403},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1600},\"label\":{\"__isSmartRef__\":true,\"id\":1581},\"owner\":{\"__isSmartRef__\":true,\"id\":1533},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1609},{\"__isSmartRef__\":true,\"id\":1611}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"1581\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1582},\"id\":367,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1586},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1587}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1589},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":1395},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1590},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1591},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":1580},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1582\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1583},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1584},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1585},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1361},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1583\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1584\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1585\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1586\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1587\":{\"style\":{\"__isSmartRef__\":true,\"id\":1588},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1581},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1588\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1589\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1581},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1590\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1591\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1592\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1593},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1594},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1595},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1402},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1403},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1593\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1594\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1595\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1596\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"1597\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1580},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1598\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1599\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1600\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1601},{\"__isSmartRef__\":true,\"id\":1603},{\"__isSmartRef__\":true,\"id\":1605},{\"__isSmartRef__\":true,\"id\":1607}],\"vector\":{\"__isSmartRef__\":true,\"id\":1412},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1601\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1602}},\"1602\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1603\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1604}},\"1604\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1605\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1606}},\"1606\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1607\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1608}},\"1608\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1609\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1580},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1518},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1610},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1610\":{\"source\":{\"__isSmartRef__\":true,\"id\":1580},\"target\":{\"__isSmartRef__\":true,\"id\":1518}},\"1611\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1580},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1518},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1612},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1612\":{\"source\":{\"__isSmartRef__\":true,\"id\":1580},\"target\":{\"__isSmartRef__\":true,\"id\":1518}},\"1613\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1614}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1625},\"id\":368,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1629},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1630},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1631},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1632},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1403},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1633},\"label\":{\"__isSmartRef__\":true,\"id\":1614},\"owner\":{\"__isSmartRef__\":true,\"id\":1533},\"layout\":{\"__isSmartRef__\":true,\"id\":1642},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1643},{\"__isSmartRef__\":true,\"id\":1645}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"1614\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1615},\"id\":369,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1619},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1620}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1622},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":1395},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1623},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1624},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":1613},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1615\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1616},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1617},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1618},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1361},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1616\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1617\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1618\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1619\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1620\":{\"style\":{\"__isSmartRef__\":true,\"id\":1621},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1614},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1621\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1622\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1614},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1623\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1624\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1625\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1626},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1627},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1628},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1402},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1403},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1626\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1627\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1628\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1629\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"1630\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1613},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1631\":{\"x\":461,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1632\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1633\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1634},{\"__isSmartRef__\":true,\"id\":1636},{\"__isSmartRef__\":true,\"id\":1638},{\"__isSmartRef__\":true,\"id\":1640}],\"vector\":{\"__isSmartRef__\":true,\"id\":1412},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1634\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1635}},\"1635\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1636\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1637}},\"1637\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1638\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1639}},\"1639\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1640\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1641}},\"1641\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1642\":{\"moveHorizontal\":true},\"1643\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1613},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1518},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1644},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1644\":{\"source\":{\"__isSmartRef__\":true,\"id\":1613},\"target\":{\"__isSmartRef__\":true,\"id\":1518}},\"1645\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1613},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1518},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1646},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1646\":{\"source\":{\"__isSmartRef__\":true,\"id\":1613},\"target\":{\"__isSmartRef__\":true,\"id\":1518}},\"1647\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1648},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1649},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1650},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1502},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1651},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1648\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1649\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1650\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1651\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1652},{\"__isSmartRef__\":true,\"id\":1654},{\"__isSmartRef__\":true,\"id\":1656}],\"vector\":{\"__isSmartRef__\":true,\"id\":1412},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1652\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1653}},\"1653\":{\"r\":0.8600000000000001,\"g\":0.8600000000000001,\"b\":0.8600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1654\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1655}},\"1655\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1656\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1657}},\"1657\":{\"r\":0.8600000000000001,\"g\":0.8600000000000001,\"b\":0.8600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1658\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"1659\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1533},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1660\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"1661\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1662\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1663\":{\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1664},\"_BorderWidth\":0,\"_Fill\":null,\"_StrokeOpacity\":0,\"_BorderRadius\":0,\"_Extent\":{\"__isSmartRef__\":true,\"id\":1665},\"_Position\":{\"__isSmartRef__\":true,\"id\":1666},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1664\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1665\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1666\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1667\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"1668\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1518},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1669\":{\"adjustForNewBounds\":true},\"1670\":{\"x\":1131,\"y\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1671\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1672\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":1131,\"f\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"lively.morphic.Similitude\"},\"1673\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1674\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":1131,\"f\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"lively.morphic.Similitude\"},\"1675\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1676\":{\"x\":1507,\"y\":76,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1677\":{\"x\":1131,\"y\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1678\":{\"x\":1131,\"y\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1679\":{\"x\":377.6609726943286,\"y\":419.5142810783999,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1680\":{\"requiredModules\":[],\"migrationLevel\":2,\"partsSpaceName\":\"PartsBin/Tools\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"Edit scripts and connections of a specific morph. Early version.\",\"partName\":\"ObjectEditor\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1681\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1682}],\"scripts\":[],\"id\":847,\"shape\":{\"__isSmartRef__\":true,\"id\":1696},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1711},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1699},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1712},\"label\":{\"__isSmartRef__\":true,\"id\":1682},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Rotation\":0,\"padding\":{\"__isSmartRef__\":true,\"id\":1721},\"name\":\"ObjectEditorClassButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1722},\"_Scale\":1,\"owner\":null,\"layout\":{\"__isSmartRef__\":true,\"id\":1723},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1724},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1725},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1682\":{\"submorphs\":[],\"scripts\":[],\"id\":848,\"shape\":{\"__isSmartRef__\":true,\"id\":1683},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":116,\"_MaxTextHeight\":18,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1688},\"textColor\":{\"__isSmartRef__\":true,\"id\":1686},\"owner\":{\"__isSmartRef__\":true,\"id\":1681},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1689}],\"padding\":{\"__isSmartRef__\":true,\"id\":1691},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1692},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1693},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1694},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1695},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1683\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1684},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1685},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1686},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1687},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1684\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1685\":{\"x\":116,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1686\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1687\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1688\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1689\":{\"style\":{\"__isSmartRef__\":true,\"id\":1690},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1682},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1690\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1691\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1692\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1693\":{\"x\":116,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1694\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1695\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1682},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1696\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1697},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1698},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1699},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1709},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1710},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1697\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1698\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1699\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1700},{\"__isSmartRef__\":true,\"id\":1702},{\"__isSmartRef__\":true,\"id\":1704},{\"__isSmartRef__\":true,\"id\":1706}],\"vector\":{\"__isSmartRef__\":true,\"id\":1708},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1700\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1701}},\"1701\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1702\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1703}},\"1703\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1704\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1705}},\"1705\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1706\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1707}},\"1707\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1708\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1709\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1710\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1711\":{\"x\":820,\"y\":8.999999999999972,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1712\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1713},{\"__isSmartRef__\":true,\"id\":1715},{\"__isSmartRef__\":true,\"id\":1717},{\"__isSmartRef__\":true,\"id\":1719}],\"vector\":{\"__isSmartRef__\":true,\"id\":1708},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1713\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1714}},\"1714\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1715\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1716}},\"1716\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1717\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1718}},\"1718\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1719\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1720}},\"1720\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1721\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1722\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1723\":{\"moveHorizontal\":true},\"1724\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"1725\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1681},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1726\":{\"submorphs\":[],\"scripts\":[],\"id\":\"7762E65E-3A27-4110-84BE-CF9F2A3E536E\",\"shape\":{\"__isSmartRef__\":true,\"id\":1727},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1734},\"itemList\":[\"-- ALL --\"],\"selectedLineNo\":1,\"showsHalos\":false,\"name\":\"ObjectEditorConnectionList\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1735},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"_ClipMode\":\"auto\",\"owner\":{\"__isSmartRef__\":true,\"id\":208},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1736},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1737}],\"doNotSerialize\":[\"$$selection\"],\"doNotCopyProperties\":[\"$$selection\"],\"prevScroll\":[0,0],\"layout\":{\"__isSmartRef__\":true,\"id\":1742},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1743},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1744},\"_FontSize\":10,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1745},\"grabbingEnabled\":false,\"draggingEnabled\":false,\"isCopyMorphRef\":true,\"morphRefId\":19,\"derivationIds\":[209,\"3900F5DF-0FF7-4C94-8BDB-44AAE12B4A3E\",\"35301083-B60D-4A43-8566-23860EEB4C04\",\"9CC401CC-5A35-4643-935B-FD049C284E16\",\"C9879D40-5E79-4C56-AA79-562ED82BF052\",\"9F6F9261-EB76-4B58-B77D-7D70813A1ED7\",\"8B59E237-F372-4F70-9768-7E9C1A7A021D\",\"FC85F1B9-1978-42D2-850C-BD249981E8B4\",\"D2B607C6-A89B-4B3F-91BB-720451EAB98D\",\"CC361093-FF73-479B-9431-C645CB48F518\",\"307D3B7C-C0E1-484F-8D7E-39FBA9D8EDA5\",\"038AF132-861E-4A77-8756-E6B476413639\",\"65B6CA87-98DE-4473-B4DD-F8763BC3B06A\",\"0AA0E45B-6DCC-4AE0-938C-E53794A511DF\",\"806ACC1C-1353-436B-B1FE-568846777C17\",\"C74AE022-1184-4FDF-A53D-A17627FF61EA\",\"686AF565-EEB0-4AB7-A12E-26727DAD9291\",\"1102A5B3-9973-4471-9EDD-FD7AB802DEA6\",\"BEB06225-53D0-4ACC-9154-DC2DEB5728B7\",\"E32FE34B-7520-4612-B927-C8F9EDFC69BB\",\"D21F598A-4E44-4752-B205-9595DF0E9AE3\",\"208BA0D2-C03C-4E1A-B3F8-DEA512F5BEE0\"],\"selection\":null,\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1746},\"__LivelyClassName__\":\"lively.morphic.List\"},\"1727\":{\"position\":{\"__isSmartRef__\":true,\"id\":1728},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1729},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1730},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1731},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1732},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1733},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1728\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1729\":{\"x\":180,\"y\":74,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1730\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1731\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1732\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1733\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1734\":{\"x\":10,\"y\":479.5965565984398,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1735\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"migrationLevel\":2,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"idOnLoad\":\"7762E65E-3A27-4110-84BE-CF9F2A3E536E\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1736\":{\"x\":180,\"y\":75,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1737\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1726},\"sourceAttrName\":\"selection\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":208},\"targetMethodName\":\"displaySourceForConnection\",\"converterString\":\"function (value) {\\n if (!value) return;\\n return (value === '-- ALL --') ? null : value[1];\\n}\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1738},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1739},\"__LivelyClassName__\":\"AttributeConnection\"},\"1738\":{\"source\":{\"__isSmartRef__\":true,\"id\":1726},\"target\":{\"__isSmartRef__\":true,\"id\":208}},\"1739\":{\"converter\":{\"__isSmartRef__\":true,\"id\":1740}},\"1740\":{\"originalFunc\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1738},\"source\":\"function (value) {\\n if (!value) return;\\n return (value === '-- ALL --') ? null : value[1];\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1741},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1741\":{},\"1742\":{\"resizeHeight\":false,\"moveVertical\":true},\"1743\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateListContent\":\"updateListContentHTML\",\"resizeList\":\"resizeListHTML\",\"getItemIndexFromEvent\":\"getItemIndexFromEventHTML\",\"getListExtent\":\"getListExtentHTML\",\"setSize\":\"setSizeHTML\",\"renderAsDropDownList\":\"renderAsDropDownListHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"getSelectedIndexes\":\"getSelectedIndexesHTML\",\"enableMultipleSelections\":\"enableMultipleSelectionsHTML\",\"selectAllAt\":\"selectAllAtHTML\",\"clearSelections\":\"clearSelectionsHTML\",\"deselectAt\":\"deselectAtHTML\"},\"1744\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1726},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1745\":{\"x\":124.95989979964943,\"y\":-17.076643708895745,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1746\":{\"preselectItem\":{\"__isSmartRef__\":true,\"id\":1747}},\"1747\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1748},\"source\":\"function preselectItem() {\\n if (this.getList().size() === 2) {\\n this.selectAt(1);\\n } else {\\n this.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1749},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1748\":{\"this\":{\"__isSmartRef__\":true,\"id\":1726}},\"1749\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1750},\"user\":\"lauritz\"},\"1750\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:12:58 GMT+0100 (Mitteleuropäische Zeit)\"},\"1751\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1752}],\"scripts\":[],\"id\":47,\"shape\":{\"__isSmartRef__\":true,\"id\":1765},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1780},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1768},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1781},\"label\":{\"__isSmartRef__\":true,\"id\":1752},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1790}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Rotation\":0,\"padding\":{\"__isSmartRef__\":true,\"id\":1791},\"name\":\"ObjectEditorTargetButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1792},\"_Scale\":1,\"owner\":null,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1793},\"isCopyMorphRef\":true,\"morphRefId\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1752\":{\"submorphs\":[],\"scripts\":[],\"id\":48,\"shape\":{\"__isSmartRef__\":true,\"id\":1753},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":116,\"_MaxTextHeight\":20,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1758},\"textColor\":{\"__isSmartRef__\":true,\"id\":1756},\"owner\":{\"__isSmartRef__\":true,\"id\":1751},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1759}],\"padding\":{\"__isSmartRef__\":true,\"id\":1761},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1762},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1763},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1764},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1753\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1754},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1755},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1756},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1757},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1754\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1755\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1756\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1757\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1758\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1759\":{\"style\":{\"__isSmartRef__\":true,\"id\":1760},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1752},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1760\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1761\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1762\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1763\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1764\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1765\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1766},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1767},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1768},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1778},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1779},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1766\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1767\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1768\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1769},{\"__isSmartRef__\":true,\"id\":1771},{\"__isSmartRef__\":true,\"id\":1773},{\"__isSmartRef__\":true,\"id\":1775}],\"vector\":{\"__isSmartRef__\":true,\"id\":1777},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1769\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1770}},\"1770\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1771\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1772}},\"1772\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1773\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1774}},\"1774\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1775\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1776}},\"1776\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1777\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1778\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1779\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1780\":{\"x\":215,\"y\":35,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1781\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1782},{\"__isSmartRef__\":true,\"id\":1784},{\"__isSmartRef__\":true,\"id\":1786},{\"__isSmartRef__\":true,\"id\":1788}],\"vector\":{\"__isSmartRef__\":true,\"id\":1777},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1782\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1783}},\"1783\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1784\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1785}},\"1785\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1786\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1787}},\"1787\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1788\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1789}},\"1789\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1790\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1751},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1203},\"targetMethodName\":\"chooseTargetMorphMenu\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__LivelyClassName__\":\"AttributeConnection\"},\"1791\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1792\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1793\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\"},\"1794\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"1795\":{\"x\":715.5,\"y\":73.89999999999998,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1796\":{\"submorphs\":[],\"scripts\":[],\"id\":435,\"shape\":{\"__isSmartRef__\":true,\"id\":1797},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":true,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1804},\"_MaxTextWidth\":218,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1805},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorMorphSelector\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1806},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1807}],\"charsReplaced\":\"\",\"lastFindLoc\":5,\"priorSelectionRange\":[15,15],\"prevScroll\":[0,0],\"_ClipMode\":\"visible\",\"list\":[],\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1809}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"listMorph\":null,\"_WhiteSpaceHandling\":\"pre-wrap\",\"owner\":null,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1811},\"_Align\":\"left\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1812},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1813},\"_MinTextWidth\":218,\"_MinTextHeight\":null,\"scriptAnnotations\":{\"__isSmartRef__\":true,\"id\":1814},\"selection\":{\"__isSmartRef__\":true,\"id\":0},\"previousSelection\":[0,13],\"isCopyMorphRef\":true,\"morphRefId\":1,\"isBeingDragged\":false,\"draggingEnabled\":false,\"layout\":{\"__isSmartRef__\":true,\"id\":1833},\"_Rotation\":0,\"_Scale\":1,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1834},\"savedTextString\":\"100\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1835},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1797\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1798},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1799},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1800},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1801},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1802},\"_BorderRadius\":3.7000000000000006,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_Fill\":{\"__isSmartRef__\":true,\"id\":1803},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1798\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1799\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1800\":{\"r\":0.753,\"g\":0.753,\"b\":0.753,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1801\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1802\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1803\":{\"r\":0.9548430751559654,\"g\":0.9548430751559654,\"b\":0.9548430751559654,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1804\":{\"x\":200,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1805\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1806\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1807\":{\"style\":{\"__isSmartRef__\":true,\"id\":1808},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1796},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1808\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1809\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1796},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":208},\"targetMethodName\":\"setTarget\",\"converter\":null,\"converterString\":\"function (name) { return $world.get(name)}\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1810},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1810\":{\"source\":{\"__isSmartRef__\":true,\"id\":1796},\"target\":{\"__isSmartRef__\":true,\"id\":208}},\"1811\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1812\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1813\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1796},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1814\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":1815},\"displayTopLevelMorphs\":{\"__isSmartRef__\":true,\"id\":1817},\"onMouseUp\":{\"__isSmartRef__\":true,\"id\":1819},\"resetConnections\":{\"__isSmartRef__\":true,\"id\":1821},\"setTargetToListSelection\":{\"__isSmartRef__\":true,\"id\":1823},\"setTargetOfPane\":{\"__isSmartRef__\":true,\"id\":1825},\"onBlur\":{\"__isSmartRef__\":true,\"id\":1827},\"reset\":{\"__isSmartRef__\":true,\"id\":1829},\"onMouseDown\":{\"__isSmartRef__\":true,\"id\":1831}},\"1815\":{\"time\":{\"__isSmartRef__\":true,\"id\":1816},\"user\":\"lauritz\"},\"1816\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 05:27:29 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1817\":{\"time\":{\"__isSmartRef__\":true,\"id\":1818},\"user\":\"lauritz\"},\"1818\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 14 2011 23:48:37 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1819\":{\"time\":{\"__isSmartRef__\":true,\"id\":1820},\"user\":\"lauritz\"},\"1820\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 03 2011 18:51:14 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1821\":{\"time\":{\"__isSmartRef__\":true,\"id\":1822},\"user\":\"lauritz\"},\"1822\":{\"isSerializedDate\":true,\"string\":\"Wed Sep 28 2011 01:03:17 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1823\":{\"time\":{\"__isSmartRef__\":true,\"id\":1824},\"user\":\"lauritz\"},\"1824\":{\"isSerializedDate\":true,\"string\":\"Sat Oct 15 2011 00:00:58 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1825\":{\"time\":{\"__isSmartRef__\":true,\"id\":1826},\"user\":\"lauritz\"},\"1826\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 03 2011 18:34:37 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1827\":{\"time\":{\"__isSmartRef__\":true,\"id\":1828},\"user\":\"lauritz\"},\"1828\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 07 2011 19:24:18 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1829\":{\"time\":{\"__isSmartRef__\":true,\"id\":1830},\"user\":\"lauritz\"},\"1830\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 07 2011 19:26:15 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1831\":{\"time\":{\"__isSmartRef__\":true,\"id\":1832},\"user\":\"lauritz\"},\"1832\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 17 2011 19:49:00 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1833\":{},\"1834\":{\"x\":153.8540395186758,\"y\":-23.74126935194758,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1835\":{\"getList\":{\"__isSmartRef__\":true,\"id\":1836},\"setList\":{\"__isSmartRef__\":true,\"id\":1839},\"reset\":{\"__isSmartRef__\":true,\"id\":1842},\"example\":{\"__isSmartRef__\":true,\"id\":1845},\"removeList\":{\"__isSmartRef__\":true,\"id\":1848},\"onBlur\":{\"__isSmartRef__\":true,\"id\":1851},\"createListMorph\":{\"__isSmartRef__\":true,\"id\":1858},\"resetConnections\":{\"__isSmartRef__\":true,\"id\":1861},\"displayTopLevelMorphs\":{\"__isSmartRef__\":true,\"id\":1864},\"setTargetToListSelection\":{\"__isSmartRef__\":true,\"id\":1867},\"setTargetOfPane\":{\"__isSmartRef__\":true,\"id\":1870},\"onMouseDown\":{\"__isSmartRef__\":true,\"id\":1873}},\"1836\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1837},\"source\":\"function getList() {\\n return this.world().indentedListItemsOfMorphNames();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1838},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1837\":{\"this\":{\"__isSmartRef__\":true,\"id\":1796}},\"1838\":{},\"1839\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1840},\"source\":\"function setList(list) {\\n return this.list = list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1841},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1840\":{\"this\":{\"__isSmartRef__\":true,\"id\":1796}},\"1841\":{},\"1842\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1843},\"source\":\"function reset() {\\n this.list = [];\\n this.textString = 'empty';\\n this.removeList();\\n this.resetConnections();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1844},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1843\":{\"this\":{\"__isSmartRef__\":true,\"id\":1796}},\"1844\":{},\"1845\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1846},\"source\":\"function example() {\\n/*\\nthis.example()\\nthis.getList()\\n*/\\n this.setList(Array.range(0,100));\\n this.textString = 'empty';\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1847},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1846\":{\"this\":{\"__isSmartRef__\":true,\"id\":1796}},\"1847\":{},\"1848\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1849},\"source\":\"function removeList() {\\n this.listMorph && this.listMorph.remove()\\n this.listMorph = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1850},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1849\":{\"this\":{\"__isSmartRef__\":true,\"id\":1796}},\"1850\":{},\"1851\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1852},\"source\":\"function onBlur() {\\n $super();\\n this.removeList();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1857},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1852\":{\"this\":{\"__isSmartRef__\":true,\"id\":1796},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1853}},\"1853\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1854}},\"1854\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1855},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1856},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1855\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1796},\"name\":\"onBlur\"},\"1856\":{},\"1857\":{},\"1858\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1859},\"source\":\"function createListMorph() {\\n var list = new lively.morphic.List(new Rectangle(0,0, this.getExtent().x, 520));\\n list.setList(this.getList());\\n list.setFontSize(12);\\n\\n list.disableGrabbing();\\n list.disableDragging();\\n \\n this.addMorph(list);\\n list.setPosition(pt(0,0));\\n\\n connect(list, 'selection', this, 'setTargetToListSelection');\\n \\n return list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1860},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1859\":{\"this\":{\"__isSmartRef__\":true,\"id\":1796}},\"1860\":{},\"1861\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1862},\"source\":\"function resetConnections() {\\n disconnectAll(this);\\n connect(this, 'savedTextString', this.owner, 'setTarget', {converter: \\n\\tfunction (name) { return $world.get(name)}});\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1863},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1862\":{\"this\":{\"__isSmartRef__\":true,\"id\":1796}},\"1863\":{},\"1864\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1865},\"source\":\"function displayTopLevelMorphs() {\\n if (this.listMorph) { this.removeList(); return true }\\n var list = this.createListMorph(); \\n this.addMorph(list);\\n this.listMorph = list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1866},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1865\":{\"this\":{\"__isSmartRef__\":true,\"id\":1796}},\"1866\":{},\"1867\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1868},\"source\":\"function setTargetToListSelection(selection) { \\n this.removeList();\\n if (!selection) return;\\n if (this.owner.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function (confirmed) {\\n if (confirmed) that.setTargetOfPane(selection);\\n }\\n this.owner.confirmUnsavedChanges(callback);\\n } else {\\n this.setTargetOfPane(selection);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1869},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1868\":{\"this\":{\"__isSmartRef__\":true,\"id\":1796}},\"1869\":{},\"1870\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1871},\"source\":\"function setTargetOfPane(selection) {\\n this.owner.setTarget(selection);\\n this.setTextString(selection.getName());\\n this.removeList();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1872},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1871\":{\"this\":{\"__isSmartRef__\":true,\"id\":1796}},\"1872\":{},\"1873\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1874},\"source\":\"function onMouseDown(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n return false;\\n } else {\\n this.displayTopLevelMorphs();\\n return true;\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1879},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1874\":{\"this\":{\"__isSmartRef__\":true,\"id\":1796},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1875}},\"1875\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1876}},\"1876\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1877},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1878},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1877\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1796},\"name\":\"onMouseDown\"},\"1878\":{},\"1879\":{},\"1880\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1203},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1881\":{\"sortedScriptNamesOfObj\":{\"__isSmartRef__\":true,\"id\":1882},\"setTarget\":{\"__isSmartRef__\":true,\"id\":1885},\"generateSourceForScript\":{\"__isSmartRef__\":true,\"id\":1888},\"generateSourceForConnection\":{\"__isSmartRef__\":true,\"id\":1891},\"generateTargetCode\":{\"__isSmartRef__\":true,\"id\":1894},\"sortedConnectionNamesOfObj\":{\"__isSmartRef__\":true,\"id\":1897},\"displayJavaScriptSource\":{\"__isSmartRef__\":true,\"id\":1900},\"displaySourceForScript\":{\"__isSmartRef__\":true,\"id\":1903},\"displaySourceForConnection\":{\"__isSmartRef__\":true,\"id\":1906},\"newScript\":{\"__isSmartRef__\":true,\"id\":1909},\"newConnection\":{\"__isSmartRef__\":true,\"id\":1912},\"deleteSelectedScript\":{\"__isSmartRef__\":true,\"id\":1915},\"disconnectConnection\":{\"__isSmartRef__\":true,\"id\":1918},\"updateLists\":{\"__isSmartRef__\":true,\"id\":1921},\"displayInitialScript\":{\"__isSmartRef__\":true,\"id\":1924},\"reset\":{\"__isSmartRef__\":true,\"id\":1927},\"selectChangedContent\":{\"__isSmartRef__\":true,\"id\":1930}},\"1882\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1883},\"source\":\"function sortedScriptNamesOfObj(obj) {\\n if (!Functions.own(obj) || Functions.own(obj).size() == 0) return [];\\n return Functions.own(obj)\\n\\t.select(function(name) { return obj[name].hasLivelyClosure })\\n\\t.sortBy(function(name) { return name.toLowerCase() });\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1884},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1883\":{\"this\":{\"__isSmartRef__\":true,\"id\":1203}},\"1884\":{},\"1885\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1886},\"source\":\"function setTarget(morph) {\\n this.reset();\\n module('lively.ide.SyntaxHighlighting').load(true);\\n this.target = morph;\\n this.morphSelector.textString = (this.target.getName() || this.target.toString());\\n this.scriptPane.doitContext = this.target;\\n this.updateLists();\\n this.displayInitialScript();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1887},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1886\":{\"this\":{\"__isSmartRef__\":true,\"id\":1203}},\"1887\":{},\"1888\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1889},\"source\":\"function generateSourceForScript(scriptName) {\\n var script = this.target[scriptName].getOriginal();\\n return Strings.format('this.addScript(%s);' ,script)\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1890},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1889\":{\"this\":{\"__isSmartRef__\":true,\"id\":1203}},\"1890\":{},\"1891\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1892},\"source\":\"function generateSourceForConnection(connection) {\\n var c = connection, targetObject = this.target;\\n\\tif (!c.getTargetObj() || !c.getTargetObj().name || \\n\\t\\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\\n\\n\\tvar optConfig = []\\n\\tif (c.converterString)\\n\\t\\toptConfig.push(\\\"converter: \\\\n\\\\t\\\" + c.converterString)\\n\\tif (c.updaterString)\\n\\t\\toptConfig.push(\\\"updater: \\\\n\\\\t\\\" + c.updaterString)\\n\\treturn Strings.format('connect(%s, \\\"%s\\\", %s, \\\"%s\\\", {%s});', \\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getSourceObj()),\\n\\t\\t\\tc.getSourceAttrName(),\\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getTargetObj()),\\n\\t\\t\\tc.getTargetMethodName(),\\n\\t\\t\\toptConfig.join(','));\\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1893},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1892\":{\"this\":{\"__isSmartRef__\":true,\"id\":1203}},\"1893\":{},\"1894\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1895},\"source\":\"function generateTargetCode(baseObject, targetObject) {\\n\\tvar name = targetObject.name;\\n\\tif (baseObject === targetObject) \\n\\t\\treturn \\\"this\\\";\\n\\telse if (baseObject[name] === targetObject) \\n\\t\\treturn \\\"this.\\\" + name;\\n\\telse if (baseObject.testObject === targetObject) \\n\\t\\treturn \\\"this.testObject\\\";\\n\\telse if (baseObject.get(name) === targetObject) \\n\\t\\treturn 'this.get(\\\"' + name + '\\\")';\\n\\telse if (targetObject instanceof Morph) \\n\\t\\treturn '$morph(\\\"' + name + '\\\")';\\n\\telse \\n\\t\\treturn \\\"????\\\";\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1896},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1895\":{\"this\":{\"__isSmartRef__\":true,\"id\":1203}},\"1896\":{},\"1897\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1898},\"source\":\"function sortedConnectionNamesOfObj(obj) {\\n if (\\\"attributeConnections\\\" in obj) {\\n return obj.attributeConnections\\n .sortBy(function(each) {return name.toLowerCase() })\\n .collect(function(each) {return [each.getSourceAttrName(), each]});\\n } else {\\n return [];\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1899},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1898\":{\"this\":{\"__isSmartRef__\":true,\"id\":1203}},\"1899\":{},\"1900\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1901},\"source\":\"function displayJavaScriptSource(jsCode) {\\n this.scriptPane.setTextString(jsCode);\\n this.scriptPane.highlightJavaScriptSyntax();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1902},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1901\":{\"this\":{\"__isSmartRef__\":true,\"id\":1203}},\"1902\":{},\"1903\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1904},\"source\":\"function displaySourceForScript(scriptName) {\\n if (!scriptName) return;\\n var code = \\\"\\\", that = this;\\n if (scriptName === \\\"-- ALL --\\\") {\\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForScript(each)).concat(\\\"\\\\n\\\\n\\\");\\n });\\n } else {\\n code = this.generateSourceForScript(scriptName); \\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1905},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1904\":{\"this\":{\"__isSmartRef__\":true,\"id\":1203}},\"1905\":{},\"1906\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1907},\"source\":\"function displaySourceForConnection(connection) {\\n if (!connection) return;\\n var code = \\\"\\\", that = this;\\n if ((typeof connection === \\\"string\\\") && connection === \\\"-- ALL --\\\") {\\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\\\"\\\\n\\\\n\\\");\\n })\\n } else {\\n code = this.generateSourceForConnection(connection);\\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1908},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1907\":{\"this\":{\"__isSmartRef__\":true,\"id\":1203}},\"1908\":{},\"1909\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1910},\"source\":\"function newScript() {\\n if (this.target) {\\n var code = \\\"this.addScript(function SCRIPTNAME() {\\\\n\\\\t\\\\n});\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1911},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1910\":{\"this\":{\"__isSmartRef__\":true,\"id\":1203}},\"1911\":{},\"1912\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1913},\"source\":\"function newConnection() {\\n if (this.target) {\\n var code = \\\"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1914},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1913\":{\"this\":{\"__isSmartRef__\":true,\"id\":1203}},\"1914\":{},\"1915\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1916},\"source\":\"function deleteSelectedScript() {\\n if (this.scriptList.selection && this.target) {\\n if (!this.target.hasOwnProperty(this.scriptList.selection)) return;\\n delete this.target[this.scriptList.selection];\\n this.updateLists();\\n this.displayInitialScript();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1917},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1916\":{\"this\":{\"__isSmartRef__\":true,\"id\":1203}},\"1917\":{},\"1918\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1919},\"source\":\"function disconnectConnection() {\\n var selection = this.connectionList.selection;\\n if (selection && \\n (typeof selection !== \\\"string\\\") &&\\n this.target.attributeConnections.indexOf(selection[1]) > -1) {\\n var c = this.connectionList.selection[1];\\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\\n this.updateLists();\\n this.displayInitialScript();\\n } \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1920},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1919\":{\"this\":{\"__isSmartRef__\":true,\"id\":1203}},\"1920\":{},\"1921\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1922},\"source\":\"function updateLists() {\\n this.scriptList.setList(this.sortedScriptNamesOfObj(this.target));\\n var scriptListItems = this.scriptList.getList();\\n scriptListItems.unshift(\\\"-- ALL --\\\");\\n this.scriptList.setList(scriptListItems);\\n\\n this.connectionList.setList(this.sortedConnectionNamesOfObj(this.target));\\n var connectionListItems = this.connectionList.getList();\\n connectionListItems.unshift(\\\"-- ALL --\\\");\\n this.connectionList.setList(connectionListItems);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1923},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1922\":{\"this\":{\"__isSmartRef__\":true,\"id\":1203}},\"1923\":{},\"1924\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1925},\"source\":\"function displayInitialScript() {\\n if (this.scriptList.getList().size() > 1) {\\n this.scriptList.selectAt(0);\\n } else if (this.connectionList.getList().size() > 1) {\\n this.connectionList.selectAt(0);\\n } else {\\n this.scriptList.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1926},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1925\":{\"this\":{\"__isSmartRef__\":true,\"id\":1203}},\"1926\":{},\"1927\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1928},\"source\":\"function reset() {\\n this.target = null;\\n this.scriptPane.doitContext = null;\\n this.scriptList.setList();\\n this.connectionList.setList();\\n this.scriptPane.setTextString(\\\"\\\");\\n this.morphSelector.reset();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1929},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1928\":{\"this\":{\"__isSmartRef__\":true,\"id\":1203}},\"1929\":{},\"1930\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1931},\"source\":\"function selectChangedContent(source) {\\n\\n var addScriptRegex = /this\\\\.addScript\\\\s*\\\\(\\\\s*function\\\\s*([^\\\\(]*)/g;\\n var addScriptMatches = [];\\n var addScriptMatch = addScriptRegex.exec(source);\\n while (addScriptMatch) {\\n addScriptMatches.push(addScriptMatch[1]);\\n addScriptMatch = addScriptRegex.exec(source);\\n }\\n \\n // if scripts were added, select either a specific one or all\\n if (addScriptMatches.length > 0) { \\n if (addScriptMatches.length === 1) {\\n var index = this.scriptList.getList().indexOf(addScriptMatches[0]);\\n if (index > -1) { \\n return this.scriptList.selectAt(index);\\n }\\n }\\n return this.scriptList.selectAt(0);\\n }\\n\\n var connectionRegex = \\n /connect\\\\(\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"\\\\s*,\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"/g;\\n var connectionMatches = [];\\n var connectionMatch = connectionRegex.exec(source);\\n while (connectionMatch) {\\n connectionMatches.push(connectionMatch);\\n connectionMatch = connectionRegex.exec(source);\\n }\\n\\n // if connections were made, select either a specific one or all\\n if (connectionMatches.length > 0) {\\n if (connectionMatches.length === 1) {\\n var match = connectionMatches[0];\\n for (var i=0; i 1) {\\n this.scriptList.preselectItem();\\n } else if (this.connectionList.getList().size() > 1) {\\n this.connectionList.preselectItem();\\n } else {\\n this.scriptList.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2098},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2097\":{\"this\":{\"__isSmartRef__\":true,\"id\":208}},\"2098\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2099},\"user\":\"lauritz\",\"tags\":[]},\"2099\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:13:43 GMT+0100 (Mitteleuropäische Zeit)\"},\"2100\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2101},\"source\":\"function displayJavaScriptSource(jsCode, scriptName) {\\n if (this.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function(confirmed) {\\n if (confirmed) that.scriptPane.display(jsCode)\\n };\\n this.confirmUnsavedChanges(callback);\\n } else {\\n this.scriptPane.display(jsCode);\\n if (scriptName) {\\n this.get('TagsEntry').textString = this.printTags(this.target[scriptName]);\\n }\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2102},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2101\":{\"this\":{\"__isSmartRef__\":true,\"id\":208}},\"2102\":{},\"2103\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2104},\"source\":\"function displaySourceForConnection(connection) {\\n var code = \\\"\\\", that = this;\\n if (connection === undefined) return;\\n if (connection === null) {\\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\\\"\\\\n\\\\n\\\");\\n });\\n code = code.substring(0, code.length - \\\"\\\\n\\\\n\\\".length - 1);\\n } else {\\n code = this.generateSourceForConnection(connection);\\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2105},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2104\":{\"this\":{\"__isSmartRef__\":true,\"id\":208}},\"2105\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2106},\"user\":\"conradcalmez\",\"tags\":[]},\"2106\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 14:59:30 GMT+0100 (Mitteleuropäische Zeit)\"},\"2107\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2108},\"source\":\"function displaySourceForScript(scriptName) {\\n var code = \\\"\\\",\\n that = this;\\n if (scriptName === null) {\\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForScript(each)).concat(\\\"\\\\n\\\\n\\\\n\\\");\\n });\\n code = code.substring(0, code.length - \\\"\\\\n\\\\n\\\\n\\\".length - 1);\\n } else {\\n code = this.generateSourceForScript(scriptName); \\n }\\n this.displayJavaScriptSource(code, scriptName);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2109},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2108\":{\"this\":{\"__isSmartRef__\":true,\"id\":208}},\"2109\":{},\"2110\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2111},\"source\":\"function generateSourceForConnection(connection) {\\n var c = connection, targetObject = this.target;\\n\\tif (!c.getTargetObj() || !c.getTargetObj().name || \\n\\t\\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\\n\\n\\tvar optConfig = []\\n\\tif (c.converterString)\\n\\t\\toptConfig.push(\\\"converter: \\\\n\\\\t\\\" + c.converterString)\\n\\tif (c.updaterString)\\n\\t\\toptConfig.push(\\\"updater: \\\\n\\\\t\\\" + c.updaterString)\\n\\treturn Strings.format('connect(%s, \\\"%s\\\", %s, \\\"%s\\\", {%s});', \\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getSourceObj()),\\n\\t\\t\\tc.getSourceAttrName(),\\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getTargetObj()),\\n\\t\\t\\tc.getTargetMethodName(),\\n\\t\\t\\toptConfig.join(','));\\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2112},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2111\":{\"this\":{\"__isSmartRef__\":true,\"id\":208}},\"2112\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2113},\"user\":\"lauritz\",\"tags\":[]},\"2113\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)\"},\"2114\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2115},\"source\":\"function generateSourceForScript(scriptName) {\\n var script = this.target[scriptName],\\n annotation = '',\\n scriptSource = script.sourceString ||\\n script.getOriginal().sourceString ||\\n String(script);\\n\\n scriptSource = this.removeTimeStampComment(scriptSource);\\n\\n if (script.timestamp && script.user) \\n annotation = Strings.format('// changed on %s by %s \\\\n', script.timestamp, script.user);\\n \\n // FIXME: fix getOriginal!\\n scriptSource = Strings.format('%s', scriptSource);\\n\\n return annotation + scriptSource;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2116},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2115\":{\"this\":{\"__isSmartRef__\":true,\"id\":208}},\"2116\":{},\"2117\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2118},\"source\":\"function generateTargetCode(baseObject, targetObject) {\\n\\tvar name = targetObject.name;\\n\\tif (baseObject === targetObject) \\n\\t\\treturn \\\"this\\\";\\n\\telse if (baseObject[name] === targetObject) \\n\\t\\treturn \\\"this.\\\" + name;\\n\\telse if (baseObject.testObject === targetObject) \\n\\t\\treturn \\\"this.testObject\\\";\\n\\telse if (baseObject.get(name) === targetObject) \\n\\t\\treturn 'this.get(\\\"' + name + '\\\")';\\n\\telse if (targetObject instanceof Morph) \\n\\t\\treturn '$morph(\\\"' + name + '\\\")';\\n\\telse \\n\\t\\treturn \\\"????\\\";\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2119},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2118\":{\"this\":{\"__isSmartRef__\":true,\"id\":208}},\"2119\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2120},\"user\":\"lauritz\",\"tags\":[]},\"2120\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)\"},\"2121\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2122},\"source\":\"function newConnection() {\\n if (this.target) {\\n var code = \\\"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2123},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2122\":{\"this\":{\"__isSmartRef__\":true,\"id\":208}},\"2123\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2124},\"user\":\"lauritz\",\"tags\":[]},\"2124\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)\"},\"2125\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2126},\"source\":\"function newScript() {\\n if (this.target) {\\n var code = \\\"function SCRIPTNAME() {\\\\n \\\\n}\\\";\\n this.displayJavaScriptSource(code);\\n this.get('TagsEntry').textString = '[]';\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2127},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2126\":{\"this\":{\"__isSmartRef__\":true,\"id\":208}},\"2127\":{},\"2128\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2129},\"source\":\"function reset() {\\n this.scriptPane = this.get('ObjectEditorScriptPane')\\n this.scriptList = this.get('ObjectEditorScriptList')\\n this.connectionList = this.get('ObjectEditorConnectionList')\\n this.morphSelector = this.get('ObjectEditorMorphSelector')\\n this.get('TagsEntry').textString = '[]';\\n this.target = null;\\n this.scriptPane.reset();\\n this.scriptList.setList();\\n this.scriptList.selection = null;\\n this.connectionList.setList();\\n this.connectionList.selection = null;\\n this.morphSelector.reset();\\n this.tagChooser.reset();\\n this.currentTag = null;\\n this.stopStepping();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2130},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2129\":{\"this\":{\"__isSmartRef__\":true,\"id\":208}},\"2130\":{},\"2131\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2132},\"source\":\"function selectChangedContent(source) {\\n\\n var addScriptRegex = /this\\\\.addScript\\\\s*\\\\(\\\\s*function\\\\s*([^\\\\(]*)/g;\\n var addScriptMatches = [];\\n var addScriptMatch = addScriptRegex.exec(source);\\n while (addScriptMatch) {\\n addScriptMatches.push(addScriptMatch[1]);\\n addScriptMatch = addScriptRegex.exec(source);\\n }\\n \\n // if scripts were added, select either a specific one or all\\n if (addScriptMatches.length > 0) { \\n if (addScriptMatches.length === 1) {\\n return this.scriptList.selectAddedScript(addScriptMatches[0]);\\n }\\n return this.scriptList.selectAt(0);\\n }\\n\\n var connectionRegex = \\n /connect\\\\(\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"\\\\s*,\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"/g;\\n var connectionMatches = [];\\n var connectionMatch = connectionRegex.exec(source);\\n while (connectionMatch) {\\n connectionMatches.push(connectionMatch);\\n connectionMatch = connectionRegex.exec(source);\\n }\\n\\n // if connections were made, select either a specific one or all\\n if (connectionMatches.length > 0) {\\n if (connectionMatches.length === 1) {\\n var match = connectionMatches[0];\\n for (var i=0; i= 0) {\n morph = this.magnifierButton.currentTarget()\n }\n\n if (morph) {\n this.setPosition(morph.getPositionInWorld())\n this.setExtent(morph.getExtent())\n }\n}","funcProperties":{"__isSmartRef__":true,"id":54571},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"54570":{"this":{"__isSmartRef__":true,"id":54502}},"54571":{"timestamp":{"__isSmartRef__":true,"id":54572},"user":"lauritz","tags":[]},"54572":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:30:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"54573":{"varMapping":{"__isSmartRef__":true,"id":54574},"source":"function coveredMorph() {\n var that = this\n return $world.morphsContainingPoint($world.firstHand().getPosition()).detect(\n function(ea) {\n return !ea.isPlaceholder &&\n !ea.isHalo &&\n (!ea.owner || !ea.owner.isHalo) &&\n !(ea === that);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":54575},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"54574":{"this":{"__isSmartRef__":true,"id":54502}},"54575":{"timestamp":{"__isSmartRef__":true,"id":54576},"user":"lauritz","tags":[]},"54576":{"isSerializedDate":true,"string":"Tue May 29 2012 13:24:20 GMT+0200 (Mitteleuropäische Sommerzeit)"},"54577":{"varMapping":{"__isSmartRef__":true,"id":54578},"source":"function updateOnMove() {\n this.update(this.coveredMorph())\n this.bringToFront();\n}","funcProperties":{"__isSmartRef__":true,"id":54579},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"54578":{"this":{"__isSmartRef__":true,"id":54502}},"54579":{"timestamp":{"__isSmartRef__":true,"id":54580},"user":"lauritz","tags":[]},"54580":{"isSerializedDate":true,"string":"Wed Jun 06 2012 17:28:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"54581":{"varMapping":{"__isSmartRef__":true,"id":54582},"source":"function bringToFront() {\n this.renderContext().morphNode.style.zIndex= 1000\n}","funcProperties":{"__isSmartRef__":true,"id":54587},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"54582":{"this":{"__isSmartRef__":true,"id":54502},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":54583}},"54583":{"$super":{"__isSmartRef__":true,"id":54584}},"54584":{"varMapping":{"__isSmartRef__":true,"id":54585},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world) \n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":54586},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"54585":{"obj":{"__isSmartRef__":true,"id":54502},"name":"bringToFront"},"54586":{},"54587":{"timestamp":{"__isSmartRef__":true,"id":54588},"user":"lauritz","tags":[]},"54588":{"isSerializedDate":true,"string":"Wed Jun 06 2012 17:28:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"54589":{"onFire":{"__isSmartRef__":true,"id":54590},"removeHighlighting":{"__isSmartRef__":true,"id":54593},"onMouseMove":{"__isSmartRef__":true,"id":54597},"onMouseOut":{"__isSmartRef__":true,"id":54604},"reset":{"__isSmartRef__":true,"id":54611},"isTracking":{"__isSmartRef__":true,"id":54614},"isHighlighting":{"__isSmartRef__":true,"id":54618},"currentTarget":{"__isSmartRef__":true,"id":54621},"setTarget":{"__isSmartRef__":true,"id":54625},"currentTargetIsMultiSelection":{"__isSmartRef__":true,"id":54628},"newMultiSelection":{"__isSmartRef__":true,"id":54631},"newGreenRectangle":{"__isSmartRef__":true,"id":54634},"stopTracking":{"__isSmartRef__":true,"id":54637},"startTracking":{"__isSmartRef__":true,"id":54640},"stopHighlighting":{"__isSmartRef__":true,"id":54643},"startHighlighting":{"__isSmartRef__":true,"id":54646},"onRectangleKeyPress":{"__isSmartRef__":true,"id":54649}},"54590":{"varMapping":{"__isSmartRef__":true,"id":54591},"source":"function onFire() {\n this.stopHighlighting()\n if (this.isTracking()) {\n this.stopTracking()\n } else {\n this.startTracking()\n }\n this.onMouseMove()\n}","funcProperties":{"__isSmartRef__":true,"id":54592},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"54591":{"this":{"__isSmartRef__":true,"id":54436}},"54592":{},"54593":{"varMapping":{"__isSmartRef__":true,"id":54594},"source":"function removeHighlighting() {\n var hand = this.world().firstHand(),\n rect = this.highlightRectangle\n if (rect) {\n rect.remove()\n }\n hand.attributeConnections.removeAt(\n hand.attributeConnections.indexOf(hand.highlightConnection))\n hand.highlightConnection = null\n}","funcProperties":{"__isSmartRef__":true,"id":54595},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"54594":{"this":{"__isSmartRef__":true,"id":54436}},"54595":{"timestamp":{"__isSmartRef__":true,"id":54596},"user":"lauritz","tags":[]},"54596":{"isSerializedDate":true,"string":"Wed Jun 06 2012 17:20:20 GMT+0200 (Mitteleuropäische Sommerzeit)"},"54597":{"varMapping":{"__isSmartRef__":true,"id":54598},"source":"function onMouseMove(evt) {\n if (!this.isHighlighting()) {\n this.startHighlighting()\n }\n}","funcProperties":{"__isSmartRef__":true,"id":54603},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"54598":{"this":{"__isSmartRef__":true,"id":54436},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":54599}},"54599":{"$super":{"__isSmartRef__":true,"id":54600}},"54600":{"varMapping":{"__isSmartRef__":true,"id":54601},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":54602},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"54601":{"obj":{"__isSmartRef__":true,"id":54436},"name":"onMouseMove"},"54602":{},"54603":{},"54604":{"varMapping":{"__isSmartRef__":true,"id":54605},"source":"function onMouseOut() {\n this.stopHighlighting()\n}","funcProperties":{"__isSmartRef__":true,"id":54610},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"54605":{"this":{"__isSmartRef__":true,"id":54436},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":54606}},"54606":{"$super":{"__isSmartRef__":true,"id":54607}},"54607":{"varMapping":{"__isSmartRef__":true,"id":54608},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":54609},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"54608":{"obj":{"__isSmartRef__":true,"id":54436},"name":"onMouseOut"},"54609":{},"54610":{},"54611":{"varMapping":{"__isSmartRef__":true,"id":54612},"source":"function reset() {\n var rect = this.highlightRectangle\n rect.attributeConnections = []\n connect(rect, \"onMouseMove\", rect, \"updateOnMove\")\n connect(rect, \"onMouseUp\", this, \"setTarget\")\n}","funcProperties":{"__isSmartRef__":true,"id":54613},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"54612":{"this":{"__isSmartRef__":true,"id":54436}},"54613":{},"54614":{"varMapping":{"__isSmartRef__":true,"id":54615},"source":"function isTracking() {\n return !!this.world().firstHand().highlightConnection\n}","funcProperties":{"__isSmartRef__":true,"id":54616},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"54615":{"this":{"__isSmartRef__":true,"id":54436}},"54616":{"timestamp":{"__isSmartRef__":true,"id":54617},"user":"lauritz","tags":[]},"54617":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:04:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"54618":{"varMapping":{"__isSmartRef__":true,"id":54619},"source":"function isHighlighting() {\n return !!this.greenRectangle\n}","funcProperties":{"__isSmartRef__":true,"id":54620},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"54619":{"this":{"__isSmartRef__":true,"id":54436}},"54620":{},"54621":{"varMapping":{"__isSmartRef__":true,"id":54622},"source":"function currentTarget() {\n return this.owner.target;\n}","funcProperties":{"__isSmartRef__":true,"id":54623},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"54622":{"this":{"__isSmartRef__":true,"id":54436}},"54623":{"timestamp":{"__isSmartRef__":true,"id":54624},"user":"lauritz","tags":[]},"54624":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:26:02 GMT+0200 (Mitteleuropäische Sommerzeit)"},"54625":{"varMapping":{"__isSmartRef__":true,"id":54626},"source":"function setTarget() {\n var e = window.event,\n shiftPressed = e.shiftKey,\n target = this.highlightRectangle.coveredMorph()\n\n if (shiftPressed) {\n if (this.currentTargetIsMultiSelection()) {\n this.currentTarget().push(target)\n target = this.currentTarget()\n } else {\n var selection = this.newMultiSelection()\n selection.push(this.currentTarget())\n selection.push(target)\n target = selection\n }\n }\n\n this.stopTracking()\n this.stopHighlighting()\n this.owner.setTarget(target)\n\n if (shiftPressed) {\n this.startTracking()\n this.startHighlighting()\n }\n}","funcProperties":{"__isSmartRef__":true,"id":54627},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"54626":{"this":{"__isSmartRef__":true,"id":54436}},"54627":{},"54628":{"varMapping":{"__isSmartRef__":true,"id":54629},"source":"function currentTargetIsMultiSelection() {\n return !!(this.currentTarget() && this.currentTarget().__multi_selection_proxy__)\n}","funcProperties":{"__isSmartRef__":true,"id":54630},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"54629":{"this":{"__isSmartRef__":true,"id":54436}},"54630":{},"54631":{"varMapping":{"__isSmartRef__":true,"id":54632},"source":"function newMultiSelection() {\n var ms = {\n __multi_selection_proxy__: true,\n targets: [],\n highlights: [],\n setName: function (n) {\n this.name = n\n },\n getName: function () {\n if (!this.name) {\n return \"Unnamed Group\" + \" [\" + this.targets.length + \"]\"\n } else {\n return this.name + \" [\" + this.targets.length + \"]\"\n }\n },\n push: function (obj) {\n var idx = this.targets.indexOf(obj)\n if (idx < 0) {\n this.targets.push(obj)\n } else {\n this.targets.removeAt(idx)\n }\n },\n getFunction: function (name) {\n var funcs = this.privateTargetFunctions()\n return funcs.find(function(f) { return f[0] === name })[1]\n },\n targetFunctions: function () {\n var funcs = this.privateTargetFunctions()\n return funcs.collect(function(f) { return f[0] });\n },\n privateTargetFunctions: function () {\n if (!this.targets.length)\n return []\n\n var that = this;\n var funcs = Functions.own(this.targets[0]).collect(function (fname) {\n return [fname, that.targets[0][fname]]\n })\n this.targets.each(function(target) {\n //debugger\n funcs = funcs.select(function(f){\n return Functions.own(target).include(f[0]) &&\n target[f[0]].toString() == f[1].toString();\n });\n });\n return funcs\n },\n highlight: function (rect) {\n this.removeHighlight()\n this.highlights = this.targets.collect(function (ea) {\n var r = rect.copy()\n ea.world().addMorph(r)\n r.update(ea)\n return r\n })\n },\n removeHighlight: function () {\n this.highlights.each(function (h) {\n h.remove()\n })\n this.highlights = []\n },\n addScript: function (func) {\n var fs = []\n this.targets.each(function (t) {\n fs.push(t.addScript(func))\n })\n return {\n tag: function (t) {\n fs.each(function (f) { f.tag(t) })\n return true\n }\n }\n }\n }\n\n Functions.own(ms).each(function (name) { ms[name].asScriptOf(ms, name) })\n return ms\n}","funcProperties":{"__isSmartRef__":true,"id":54633},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"54632":{"this":{"__isSmartRef__":true,"id":54436}},"54633":{},"54634":{"varMapping":{"__isSmartRef__":true,"id":54635},"source":"function newGreenRectangle() {\n var rect = this.highlightRectangle.copy()\n rect.setFill(Color.rgba(0,58,0,128))\n rect.disableEvents()\n rect.isHalo = true\n return rect\n}","funcProperties":{"__isSmartRef__":true,"id":54636},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"54635":{"this":{"__isSmartRef__":true,"id":54436}},"54636":{},"54637":{"varMapping":{"__isSmartRef__":true,"id":54638},"source":"function stopTracking() {\n var hand = this.world().firstHand(),\n rect = this.highlightRectangle\n \n if (rect) {\n rect.remove()\n }\n hand.attributeConnections.removeAt(\n hand.attributeConnections.indexOf(hand.highlightConnection))\n hand.highlightConnection = null\n this.owner.focus()\n}","funcProperties":{"__isSmartRef__":true,"id":54639},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"54638":{"this":{"__isSmartRef__":true,"id":54436}},"54639":{},"54640":{"varMapping":{"__isSmartRef__":true,"id":54641},"source":"function startTracking() {\n var hand = this.world().firstHand(),\n rect = this.highlightRectangle\n\n this.world().addMorph(rect)\n if (!hand.highlightConnection) {\n hand.highlightConnection = connect(hand, \"scrollFocusMorph\", rect, \"update\")\n }\n rect.bringToFront()\n rect.focus()\n}","funcProperties":{"__isSmartRef__":true,"id":54642},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"54641":{"this":{"__isSmartRef__":true,"id":54436}},"54642":{},"54643":{"varMapping":{"__isSmartRef__":true,"id":54644},"source":"function stopHighlighting() {\n if (this.greenRectangle) {\n this.greenRectangle.remove()\n delete this.greenRectangle\n }\n if (this.currentTargetIsMultiSelection()) {\n this.currentTarget().removeHighlight()\n }\n}","funcProperties":{"__isSmartRef__":true,"id":54645},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"54644":{"this":{"__isSmartRef__":true,"id":54436}},"54645":{},"54646":{"varMapping":{"__isSmartRef__":true,"id":54647},"source":"function startHighlighting() {\n if (!this.currentTarget()) {\n return\n }\n // start only if neccessary\n if (!this.greenRectangle) {\n var rect = this.newGreenRectangle(),\n target = this.currentTarget()\n\n if (this.currentTargetIsMultiSelection()) {\n target.highlight(rect)\n } else {\n rect.update(target)\n this.world().addMorph(rect)\n rect.bringToFront()\n }\n this.greenRectangle = rect\n }\n}","funcProperties":{"__isSmartRef__":true,"id":54648},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"54647":{"this":{"__isSmartRef__":true,"id":54436}},"54648":{},"54649":{"varMapping":{"__isSmartRef__":true,"id":54650},"source":"function onRectangleKeyPress() {\n debugger\n}","funcProperties":{"__isSmartRef__":true,"id":54651},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"54650":{"this":{"__isSmartRef__":true,"id":54436}},"54651":{},"54652":{"submorphs":[{"__isSmartRef__":true,"id":54653}],"scripts":[],"id":"5673B961-0798-476A-B6F2-E0726B7F879F","shape":{"__isSmartRef__":true,"id":54669},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":54685},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":54672},"lighterFill":{"__isSmartRef__":true,"id":54686},"label":{"__isSmartRef__":true,"id":54653},"attributeConnections":[{"__isSmartRef__":true,"id":54695}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":54697},"name":"ObjectEditorRemoveScriptButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":54698},"renderContextTable":{"__isSmartRef__":true,"id":54699},"priorExtent":{"__isSmartRef__":true,"id":54700},"owner":{"__isSmartRef__":true,"id":54371},"eventHandler":{"__isSmartRef__":true,"id":54701},"isCopyMorphRef":true,"morphRefId":150,"draggingEnabled":false,"objectEditorPane":{"__isSmartRef__":true,"id":54371},"distanceToDragEvent":{"__isSmartRef__":true,"id":54702},"derivationIds":[217,"FDC10087-12CF-4570-9211-8309CB6A9AA3","E18FC530-4B1F-4F08-8DA6-3866A3519E56","04A2AAC3-6A9E-40BB-9408-EBB2567EE63B","8C1A42CE-840C-4AAE-BD79-C93A445B9EBF","61FC11FA-B87E-4EFE-BD15-564D3178B68B","ED34F9B5-9E00-41B3-8313-D9C3D6B3B231","A7481F4B-D444-4B4F-BDA2-4F9F03AEC24D","7DDF7175-34FC-4521-A7C3-580A8BE63351","DEA39C05-FAD7-4882-AB3D-0EE12C3408F9","99186A50-1411-4B6F-B1CB-FF0742C20D7D","10F3E467-6BB8-4D07-BD17-8C50593FD6B8","7260818C-6472-4288-8BDD-1E7798A543F3","DEBB5BDB-018D-4BA1-9FB9-73DC84C51D89","D75BCAED-3029-46EB-B944-4A102BB1BC0F","9A977DA2-B325-4DFA-9683-3DC9ECEFAAC0","48A5078F-B4A5-4F4E-884D-84CCDFFBE6F0","33905494-AA01-4311-8398-1F6C3D4F1BAC","5D7201A7-1374-49AD-851F-E3167EFED99E","9B69B6C6-71F2-402E-89D1-E97FC2D3AE13","DA1B3A74-F4A6-427B-8FBD-3D2E9D8CD866","F530E7B6-0EE0-4B09-AB7F-A8ED4B4A3B6C","2EFCB510-BBCF-45D9-8813-62A90CB5DADF"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":54703},"__LivelyClassName__":"lively.morphic.Button"},"54653":{"submorphs":[],"scripts":[],"id":"433493AD-BB25-4326-A6E3-647D3FBFD21D","shape":{"__isSmartRef__":true,"id":54654},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":21,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":54660},"textColor":{"__isSmartRef__":true,"id":54657},"owner":{"__isSmartRef__":true,"id":54652},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":54661}],"padding":{"__isSmartRef__":true,"id":54663},"_Padding":{"__isSmartRef__":true,"id":54664},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":54665},"_FontFamily":"Helvetica, Sans-Serif","renderContextTable":{"__isSmartRef__":true,"id":54666},"_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_Align":"center","eventHandler":{"__isSmartRef__":true,"id":54667},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":21,"_MinTextHeight":null,"draggingEnabled":false,"derivationIds":[218,"852A7BD9-52EE-4708-A2D5-1BDECF33C958","7B4F173E-9726-472A-9B30-530D4AA92AD9","CBA217F6-2832-4213-9ABE-47753C1A4180","E6B97D1D-95D5-4644-9359-1D08D42A51F4","4391A57E-70C2-4628-9828-DD668CCE546E","F0C6C298-3B8B-42B2-B5E9-E5B82F607B01","DF0CAF75-4247-4797-B1A0-AD7444391E2A","B4C4F09B-F663-47A1-B85F-461D5452F5F8","FD966AB1-4685-4151-9A38-B1B21B0237EF","CA91FC2C-D7CC-4123-AFD2-108F8F0C2E97","88F1581A-7AEF-4646-B7F9-3890CDDB8494","DC577877-7F00-4238-9246-08C2A10C0CC9","818C9467-71A2-44D6-B01F-1523A0CD5476","C0CF3DDB-AA12-49E0-B12A-6B620552BB47","853E19A1-E97D-463D-A24F-0148671EB696","0203CA4C-E523-4F7D-824B-F09BA3914BDD","18B98A59-6C8E-4386-B3EF-A17259C51C0F","24D84E0A-FA16-47DE-934D-E60729EEB227","7035F1EB-4B8C-4F20-B3AC-966403F55C0A","69831817-0662-4848-8481-44558987D21D","BA722932-77FE-4169-846F-011A03167C4D","AB1018FC-1D8F-4401-8F32-3F33E56AFFB8"],"partsBinMetaInfo":{"__isSmartRef__":true,"id":54668},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"54654":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":54655},"_Extent":{"__isSmartRef__":true,"id":54656},"_BorderColor":{"__isSmartRef__":true,"id":54657},"renderContextTable":{"__isSmartRef__":true,"id":54658},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":54659},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"54655":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54656":{"x":25,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"54657":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54658":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"54659":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"54660":{"x":-4.547473508864641e-13,"y":2.2737367544323206e-13,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"54661":{"style":{"__isSmartRef__":true,"id":54662},"chunkOwner":{"__isSmartRef__":true,"id":54653},"storedString":"-","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"54662":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"54663":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"54664":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"54665":{"x":25,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"54666":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"54667":{"morph":{"__isSmartRef__":true,"id":54653},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"54668":{"requiredModules":[],"idOnLoad":"433493AD-BB25-4326-A6E3-647D3FBFD21D","__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"54669":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":54670},"_Extent":{"__isSmartRef__":true,"id":54671},"_Fill":{"__isSmartRef__":true,"id":54672},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":54682},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":54683},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":54684},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"54670":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54671":{"x":25,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54672":{"stops":[{"__isSmartRef__":true,"id":54673},{"__isSmartRef__":true,"id":54675},{"__isSmartRef__":true,"id":54677},{"__isSmartRef__":true,"id":54679}],"vector":{"__isSmartRef__":true,"id":54681},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"54673":{"offset":0,"color":{"__isSmartRef__":true,"id":54674}},"54674":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54675":{"offset":0.4,"color":{"__isSmartRef__":true,"id":54676}},"54676":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54677":{"offset":0.6,"color":{"__isSmartRef__":true,"id":54678}},"54678":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54679":{"offset":1,"color":{"__isSmartRef__":true,"id":54680}},"54680":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54681":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"54682":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54683":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"54684":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"54685":{"x":159.99999999999977,"y":40.00000000000023,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"54686":{"stops":[{"__isSmartRef__":true,"id":54687},{"__isSmartRef__":true,"id":54689},{"__isSmartRef__":true,"id":54691},{"__isSmartRef__":true,"id":54693}],"vector":{"__isSmartRef__":true,"id":54681},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"54687":{"offset":0,"color":{"__isSmartRef__":true,"id":54688}},"54688":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54689":{"offset":0.4,"color":{"__isSmartRef__":true,"id":54690}},"54690":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54691":{"offset":0.6,"color":{"__isSmartRef__":true,"id":54692}},"54692":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54693":{"offset":1,"color":{"__isSmartRef__":true,"id":54694}},"54694":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54695":{"sourceObj":{"__isSmartRef__":true,"id":54652},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":54652},"targetMethodName":"deleteSelectedScript","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":54696},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"54696":{"source":{"__isSmartRef__":true,"id":54652},"target":{"__isSmartRef__":true,"id":54652}},"54697":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"54698":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","idOnLoad":"5673B961-0798-476A-B6F2-E0726B7F879F","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"54699":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"54700":{"x":30,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54701":{"morph":{"__isSmartRef__":true,"id":54652},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"54702":{"x":33.35839679439101,"y":-21.324811622839547,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54703":{"deleteSelectedScript":{"__isSmartRef__":true,"id":54704}},"54704":{"varMapping":{"__isSmartRef__":true,"id":54705},"source":"function deleteSelectedScript() {\n\n var editor = this.objectEditorPane;\n var selection = editor.scriptList.selection;\n\n if (!editor.target || editor.scriptList.getList().size() < 2) \n return; \n\n var deleteScript = function (confirmed) {\n if (!confirmed) return;\n \n if (selection && editor.target) {\n if (!editor.target.hasOwnProperty(selection)) \n return;\n delete editor.target[selection];\n editor.updateLists();\n editor.displayInitialScript();\n }\n }\n\n var message = 'Delete \"' + selection + '\" script?';\n var callback = deleteScript;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":54706},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"54705":{"this":{"__isSmartRef__":true,"id":54652}},"54706":{"timestamp":{"__isSmartRef__":true,"id":54707},"user":"lauritz"},"54707":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:12:21 GMT+0100 (Mitteleuropäische Zeit)"},"54708":{"submorphs":[],"scripts":[],"id":"1E02AF57-0D1F-4EB6-8EA7-519D493BCA52","shape":{"__isSmartRef__":true,"id":54709},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":54716},"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Monaco,courier","_MaxTextWidth":802,"_MaxTextHeight":null,"textChunks":[{"__isSmartRef__":true,"id":54717}],"layout":{"__isSmartRef__":true,"id":54719},"showsHalos":false,"prevScroll":[0,0],"name":"ObjectEditorScriptPane","charsReplaced":"// changed at Wed Jun 13 2012 16:23:24 GMT+0200 (CEST) by tessi \nthis.addScript(function foo() {\n return \"foo!\";\n}).tag([\"tagged\"]);\n\n\n// changed at Wed Jun 13 2012 16:26:48 GMT+0200 (CEST) by tessi \nthis.addScript(function baz() {\n return \"icke\"\n}).tag([\"due\"])","lastFindLoc":270,"partsBinMetaInfo":{"__isSmartRef__":true,"id":54720},"__SourceModuleName__":"Global.lively.morphic.TextCore","priorExtent":{"__isSmartRef__":true,"id":54721},"_ClipMode":"auto","_FontSize":9,"lastSyntaxHighlightTime":4,"doitContext":null,"savedTextString":"// changed at Wed Jun 13 2012 16:23:24 GMT+0200 (CEST) by tessi \nthis.addScript(function foo() {\n return \"foo!\";\n}).tag([\"tagged\"]);\n\n// changed at Wed Jun 13 2012 16:26:48 GMT+0200 (CEST) by tessi \nthis.addScript(function baz() {\n return \"icke\"\n}).tag([\"due\"])","_Align":"left","renderContextTable":{"__isSmartRef__":true,"id":54722},"lastSearchString":"stringsformat","eventHandler":{"__isSmartRef__":true,"id":54723},"attributeConnections":[{"__isSmartRef__":true,"id":54724},{"__isSmartRef__":true,"id":54750}],"doNotSerialize":["$$textString","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors"],"doNotCopyProperties":["$$textString"],"distanceToDragEvent":{"__isSmartRef__":true,"id":54751},"_MinTextWidth":802,"_MinTextHeight":null,"lastSaveSource":"","isBeingDragged":false,"draggingEnabled":false,"objectEditorPane":{"__isSmartRef__":true,"id":54371},"isCopyMorphRef":true,"morphRefId":151,"statusMorph":{"__isSmartRef__":true,"id":54752},"derivationIds":[219,"DD5046D0-C1D6-412A-83C9-CD7EE63D40E0","4D92BDFD-A599-4154-A197-A4B1292C1619","98551F68-B128-4262-9BC2-6B8AC7C8D7C0","47731662-FF8E-4C0F-A170-FD5C56A06021","3FC7FDE6-156F-4056-BB04-B76D8B6C5472","C1E8D5BB-56F9-47B3-A520-BEEFEF791823","115FC149-EEF9-415A-A5B7-AB0B9D0170A4","0D66FA39-01E7-4F16-840C-4FA0FA14DD10","B0A74693-DE3F-4867-8DC0-61B098A8F0D1","3547765B-E224-48EC-B58F-278C1DC7422E","8561ACCF-315A-46EC-9412-BC5D4C55D437","533D6602-9E1A-414A-9646-0FEF9ECCEBF7","5141CF81-6EA1-419B-97AC-62C22FEFC658","B9E83FD9-9781-4F00-8A07-0C96E0D29D3D","034F48B5-B4B1-4DF5-9FA5-9A9CFB99F43A","70FBC800-1914-4F9C-A8E4-2190F72E2902","64465644-E389-4AA2-BE05-93FB591B45D0","E80928FE-6AC8-4FE0-B0A2-7C7A0C7D5E85","E24E50AD-DCA6-4D01-A523-CC1E4FB09222","27E050B0-3192-426E-B01D-907ECF280A68","DD29F724-4D9E-45DC-B39B-860DE937B0F7","A254B7C0-77BF-42A2-9652-8874468C2E81"],"_Position":{"__isSmartRef__":true,"id":54767},"owner":{"__isSmartRef__":true,"id":54371},"syntaxHighlightingWhileTyping":true,"#startLetters":"enable","_syntaxHighlightTimeout":null,"previousSelection":[73,80],"textString":"","_Rotation":0,"_Scale":1,"cachedTextString":"","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":54768},"__LivelyClassName__":"lively.morphic.Text"},"54709":{"_Position":{"__isSmartRef__":true,"id":54710},"_Extent":{"__isSmartRef__":true,"id":54711},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":54712},"_Fill":{"__isSmartRef__":true,"id":54713},"__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderRadius":0,"renderContextTable":{"__isSmartRef__":true,"id":54714},"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"auto","_Padding":{"__isSmartRef__":true,"id":54715},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"54710":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54711":{"x":804,"y":473,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"54712":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54713":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"54714":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"54715":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"54716":{"x":2,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"54717":{"style":{"__isSmartRef__":true,"id":54718},"chunkOwner":{"__isSmartRef__":true,"id":54708},"storedString":"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"54718":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"54719":{"resizeWidth":true,"resizeHeight":true},"54720":{"requiredModules":[],"partsSpaceName":"PartsBin/Widgets/","migrationLevel":2,"__SourceModuleName__":"Global.lively.PartsBin","idOnLoad":"1E02AF57-0D1F-4EB6-8EA7-519D493BCA52","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"54721":{"x":804,"y":473,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"54722":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"54723":{"morph":{"__isSmartRef__":true,"id":54708},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"54724":{"sourceObj":{"__isSmartRef__":true,"id":54708},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":54725},"targetMethodName":"indicateUnsavedChanges","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"54725":{"submorphs":[],"scripts":[],"id":"A42E7B2C-38F6-4C10-840B-AD516BAD9216","shape":{"__isSmartRef__":true,"id":54726},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":54733},"showsHalos":false,"name":"ChangeIndicator","partsBinMetaInfo":{"__isSmartRef__":true,"id":54734},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":54735},"eventHandler":{"__isSmartRef__":true,"id":54736},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"owner":{"__isSmartRef__":true,"id":54371},"priorExtent":{"__isSmartRef__":true,"id":54737},"layout":{"__isSmartRef__":true,"id":54738},"isBeingDragged":false,"savedColor":{"__isSmartRef__":true,"id":54729},"alarmColor":{"__isSmartRef__":true,"id":54739},"grabbingEnabled":false,"draggingEnabled":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":54740},"isCopyMorphRef":true,"morphRefId":152,"derivationIds":[220,"EE491D24-F056-4AFE-A669-7B7048C6C3D1","3FA4A8C3-0FC0-43A0-8C00-00A96F9022E2","62DAD3C6-A81D-450F-B32F-601EA7E619D8","EEDB0C58-5990-481A-A7FF-ACB1A2DF08DD","16F708CB-1259-4A75-BAEF-1A5216C6CB19","97CA61D3-E09B-43CD-9880-D8B36FA303F3","0AF6BEEC-8A57-44FF-9D8D-40BA6CC6A0CD","AF2BEE76-C34F-457E-8699-9896327A4C07","5EC39FF0-602F-44A2-BE3A-04FCA127E5D1","44CEBF61-9A92-4E36-9576-425D5054B471","E9ACF86B-B775-4125-83BC-7E4500597D40","FE62294A-F891-45E4-AAE7-6F386B5A8CB5","8771140D-0D57-4CAF-A57B-857F858CCC73","BE774795-5889-4DB8-A366-1C774555761B","89DA16ED-5636-4C0D-B52F-A327A5526DD6","94DAC0EC-79E9-48E5-90D5-2BB59495BD0B","048AE915-30CF-4DE4-819B-F7D41CE99585","0417EEDD-6B12-4AF1-B7BC-875E32521980","5DFAFB2A-C915-429E-A58C-030C229C9AB8","BD996DFA-D248-4D9C-AF33-C5BA2511A09E","2B0DBBE1-5245-4CF9-A95B-7AE804E41FB5","66C96884-55B2-4546-95DA-D0C4FEEE34F9"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":54741},"__LivelyClassName__":"lively.morphic.Box"},"54726":{"position":{"__isSmartRef__":true,"id":54727},"_Extent":{"__isSmartRef__":true,"id":54728},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":54729},"_Fill":{"__isSmartRef__":true,"id":54730},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":54731},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":54732},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"54727":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54728":{"x":8.637782619743348,"y":9.712632235981744,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54729":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54730":{"r":0,"g":0,"b":0,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"54731":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"54732":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"54733":{"x":995.9954163112993,"y":81.30097087378613,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"54734":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","comment":"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!","migrationLevel":2,"partName":"Rectangle","idOnLoad":"A42E7B2C-38F6-4C10-840B-AD516BAD9216","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"54735":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"54736":{"morph":{"__isSmartRef__":true,"id":54725},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"54737":{"x":8.637782619743348,"y":10.787481852220026,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54738":{"moveHorizontal":true,"adjustForNewBounds":true},"54739":{"r":0.9411764705882353,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54740":{"x":39.12446064638789,"y":-18.840390829461512,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54741":{"indicateUnsavedChanges":{"__isSmartRef__":true,"id":54742},"setColors":{"__isSmartRef__":true,"id":54746}},"54742":{"varMapping":{"__isSmartRef__":true,"id":54743},"source":"function indicateUnsavedChanges() {\n if (this.owner.scriptPane.hasChanged()) {\n this.setColors(this.alarmColor);\n } else {\n this.setColors(this.savedColor);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":54744},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"54743":{"this":{"__isSmartRef__":true,"id":54725}},"54744":{"user":"lauritz","timestamp":{"__isSmartRef__":true,"id":54745}},"54745":{"isSerializedDate":true,"string":"Tue Sep 27 2011 20:09:19 GMT+0200 (Mitteleuropäische Sommerzeit)"},"54746":{"varMapping":{"__isSmartRef__":true,"id":54747},"source":"function setColors(color) {\n this.setFill(color);\n this.setBorderColor(color);\n}","funcProperties":{"__isSmartRef__":true,"id":54748},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"54747":{"this":{"__isSmartRef__":true,"id":54725}},"54748":{"user":"lauritz","timestamp":{"__isSmartRef__":true,"id":54749}},"54749":{"isSerializedDate":true,"string":"Tue Sep 27 2011 19:06:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"54750":{"sourceObj":{"__isSmartRef__":true,"id":54708},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":54708},"targetMethodName":"highlightJavaScriptSyntax","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"54751":{"x":470.9669354941989,"y":-16.547710076960584,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54752":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":54753},"id":553,"renderContextTable":{"__isSmartRef__":true,"id":54760},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":54761}],"eventHandler":{"__isSmartRef__":true,"id":54763},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"visible","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":11,"_Position":{"__isSmartRef__":true,"id":54764},"priorExtent":{"__isSmartRef__":true,"id":54765},"_MaxTextWidth":90,"_MinTextWidth":90,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"_Align":"center","_VerticalAlign":"center","_TextColor":{"__isSmartRef__":true,"id":54766},"owner":null,"__SourceModuleName__":"Global.lively.morphic.TextCore","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"54753":{"_Position":{"__isSmartRef__":true,"id":54754},"renderContextTable":{"__isSmartRef__":true,"id":54755},"_Extent":{"__isSmartRef__":true,"id":54756},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":54757},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":54758},"_Fill":{"__isSmartRef__":true,"id":54759},"_StrokeOpacity":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"54754":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54755":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML"},"54756":{"x":100,"y":25,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54757":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"54758":{"r":0.8,"g":0.8,"b":0.8,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54759":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54760":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"54761":{"style":{"__isSmartRef__":true,"id":54762},"chunkOwner":{"__isSmartRef__":true,"id":54752},"storedString":"saved source","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"54762":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"54763":{"morph":{"__isSmartRef__":true,"id":54752},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"54764":{"x":353.5142682644423,"y":244.30626630721798,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54765":{"x":100,"y":25,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54766":{"r":0,"g":0.8,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54767":{"x":200.00000000000023,"y":80.00000000000159,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"54768":{"doSave":{"__isSmartRef__":true,"id":54769},"boundEval":{"__isSmartRef__":true,"id":54776},"reset":{"__isSmartRef__":true,"id":54783},"display":{"__isSmartRef__":true,"id":54787},"hasChanged":{"__isSmartRef__":true,"id":54791},"setTarget":{"__isSmartRef__":true,"id":54795},"displayStatus":{"__isSmartRef__":true,"id":54799},"onSaved":{"__isSmartRef__":true,"id":54803}},"54769":{"varMapping":{"__isSmartRef__":true,"id":54770},"source":"function doSave() {\n $super();\n this.owner.saveScriptWithSource(this.textString);\n}","funcProperties":{"__isSmartRef__":true,"id":54775},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"54770":{"this":{"__isSmartRef__":true,"id":54708},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":54771}},"54771":{"$super":{"__isSmartRef__":true,"id":54772}},"54772":{"varMapping":{"__isSmartRef__":true,"id":54773},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":54774},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"54773":{"obj":{"__isSmartRef__":true,"id":54708},"name":"doSave"},"54774":{},"54775":{},"54776":{"varMapping":{"__isSmartRef__":true,"id":54777},"source":"function boundEval(str) {\n var result,\n that = this,\n ctx = that.getDoitContext()\n\n this.objectEditorPane.ensureAnnotationLayer();\n\n withLayers([ScriptAnnotationLayer], function() { \n if (that.getDoitContext().isMorph || !str.include(\"this\")) {\n result = $super(str);\n } else {\n var targets = ctx.targets\n result = targets.collect(function (t) {\n try {\n that.doitContext = t\n return $super(str)\n } catch(e) {\n return e\n } finally {\n that.doitContext = ctx\n }\n })\n }\n })\n return result\n}","funcProperties":{"__isSmartRef__":true,"id":54782},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"54777":{"this":{"__isSmartRef__":true,"id":54708},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":54778}},"54778":{"$super":{"__isSmartRef__":true,"id":54779}},"54779":{"varMapping":{"__isSmartRef__":true,"id":54780},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":54781},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"54780":{"obj":{"__isSmartRef__":true,"id":54708},"name":"boundEval"},"54781":{},"54782":{},"54783":{"varMapping":{"__isSmartRef__":true,"id":54784},"source":"function reset() {\n this.doitContext = null;\n this.lastSaveSource = \"\";\n this.textString = \"\";\n this.lastSaveSource = this.textString;\n this.enableSyntaxHighlighting();\n}","funcProperties":{"__isSmartRef__":true,"id":54785},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"54784":{"this":{"__isSmartRef__":true,"id":54708}},"54785":{"timestamp":{"__isSmartRef__":true,"id":54786},"user":"cschuster","tags":[]},"54786":{"isSerializedDate":true,"string":"Wed May 16 2012 20:52:57 GMT+0200 (Mitteleuropäische Sommerzeit)"},"54787":{"varMapping":{"__isSmartRef__":true,"id":54788},"source":"function display(jsCode) {\n this.lastSaveSource = jsCode;\n this.setTextString(jsCode);\n this.highlightJavaScriptSyntax();\n this.applyStyle({align: 'left'});\n}","funcProperties":{"__isSmartRef__":true,"id":54789},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"54788":{"this":{"__isSmartRef__":true,"id":54708}},"54789":{"timestamp":{"__isSmartRef__":true,"id":54790},"user":"lauritz","categories":[]},"54790":{"isSerializedDate":true,"string":"Tue Sep 27 2011 19:47:57 GMT+0200 (Mitteleuropäische Sommerzeit)"},"54791":{"varMapping":{"__isSmartRef__":true,"id":54792},"source":"function hasChanged() {\n var cleanText = function (string) {\n var source = string.trim();\n if (source.substring(0,2) === \"//\") {\n // removes annotation line\n source = source.substring(source.indexOf(\"\\n\"), source.length);\n source = source.trim();\n }\n if (source === 'undefined' || source === 'null') source = '';\n return source;\n }\n var cleanedTextString = cleanText(this.textString);\n var cleanedLastSource = cleanText(this.lastSaveSource);\n return cleanedTextString !== cleanedLastSource;\n}","funcProperties":{"__isSmartRef__":true,"id":54793},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"54792":{"this":{"__isSmartRef__":true,"id":54708}},"54793":{"timestamp":{"__isSmartRef__":true,"id":54794},"user":"lauritz","categories":[]},"54794":{"isSerializedDate":true,"string":"Mon Oct 03 2011 18:29:45 GMT+0200 (Mitteleuropäische Sommerzeit)"},"54795":{"varMapping":{"__isSmartRef__":true,"id":54796},"source":"function setTarget(target) {\n module('lively.ide.SyntaxHighlighting').load(true);\n this.doitContext = target;\n}","funcProperties":{"__isSmartRef__":true,"id":54797},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"54796":{"this":{"__isSmartRef__":true,"id":54708}},"54797":{"timestamp":{"__isSmartRef__":true,"id":54798},"user":"lauritz","categories":[]},"54798":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:30:39 GMT+0100 (Mitteleuropäische Zeit)"},"54799":{"varMapping":{"__isSmartRef__":true,"id":54800},"source":"function displayStatus(msg, color, delay) {\n if (!this.statusMorph) {\n this.statusMorph = new TextMorph(pt(100,25).extentAsRectangle());\n this.statusMorph.applyStyle({borderWidth: 1, strokeOpacity: 0, borderColor: Color.gray});\n this.statusMorph.setFill(this.owner.getFill());\n this.statusMorph.setFontSize(11);\n this.statusMorph.setAlign('center');\n this.statusMorph.setVerticalAlign('center');\n }\n this.statusMorph.setTextString(msg);\n this.statusMorph.centerAt(this.innerBounds().center());\n this.statusMorph.setTextColor(color || Color.black);\n this.addMorph(this.statusMorph);\n (function() { this.statusMorph.remove() }).bind(this).delay(delay || 2); \n}","funcProperties":{"__isSmartRef__":true,"id":54801},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"54800":{"this":{"__isSmartRef__":true,"id":54708}},"54801":{"timestamp":{"__isSmartRef__":true,"id":54802},"user":"lauritz","categories":[]},"54802":{"isSerializedDate":true,"string":"Wed Nov 23 2011 18:23:05 GMT+0100 (Mitteleuropäische Zeit)"},"54803":{"varMapping":{"__isSmartRef__":true,"id":54804},"source":"function onSaved(success) {\n // executed when this.owner has tried to saved the source;\n if (success) {\n this.displayStatus(\"saved source\", Color.green);\n } else {\n this.lastSaveSource = this.getTextString();\n this.displayStatus(\"not saved\", Color.red);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":54805},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"54804":{"this":{"__isSmartRef__":true,"id":54708}},"54805":{},"54806":{"submorphs":[{"__isSmartRef__":true,"id":54807}],"scripts":[],"id":"B8F6648E-9176-4F5A-AD1C-E9DC67DD198B","shape":{"__isSmartRef__":true,"id":54823},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":54839},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":54826},"lighterFill":{"__isSmartRef__":true,"id":54840},"label":{"__isSmartRef__":true,"id":54807},"attributeConnections":[{"__isSmartRef__":true,"id":54849}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":54851},"name":"ObjectEditorAddScriptButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":54852},"renderContextTable":{"__isSmartRef__":true,"id":54853},"owner":{"__isSmartRef__":true,"id":54371},"priorExtent":{"__isSmartRef__":true,"id":54854},"eventHandler":{"__isSmartRef__":true,"id":54855},"draggingEnabled":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":54856},"isCopyMorphRef":true,"morphRefId":148,"derivationIds":[213,"67D577AB-1BB3-4252-B0D4-99A23697F70A","A2FCBD72-EE0A-4D04-8A92-348AE43B41D7","A2345795-D086-4B81-84AF-2DEB8C0C2FFA","0A260566-FCDD-4DCF-8E29-9A08EACF6825","9AD1B434-5F24-4772-B3D6-D23B387A75A9","B62B376D-67B2-40F8-AE4F-5884DEF6B16A","06AA26F7-7C3E-4BCB-8027-1383B04A6F58","E3C22463-022D-4899-A7BA-D751657BC15C","28307DF8-D8AC-43BF-B497-29D0A95CF545","98A0F5BB-817E-49FD-BF57-FE80C78FA0F1","A4CF1743-CC5B-49EF-9E2E-11252EA4698A","45A0137C-E059-4654-85EC-AB8019A43F07","80B0B66E-616F-40A2-B4A4-0F9FF023F934","64D0C971-C3B8-4129-85F3-BFF99333379F","C532F920-824E-4473-A3CD-1F04A9B71A55","D86CDFAC-7FFB-4D74-9AF6-AB09FECCD994","E9D2976A-8516-462B-A563-8F9F137171B1","1CB3DA2B-9617-4E68-B741-53535B1976CF","40F9062B-54BE-4096-9406-1CC9C9A28C9B","C64D8FAA-9689-4A0F-8DD9-02C44B609339","0D6103A6-6AF2-41C9-BB43-94300340202A","846F744E-241C-47FA-AF13-0D935549D529"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Button"},"54807":{"submorphs":[],"scripts":[],"id":"10AB8280-AD10-4455-AD6E-2301F2B18766","shape":{"__isSmartRef__":true,"id":54808},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":21,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":54814},"textColor":{"__isSmartRef__":true,"id":54811},"owner":{"__isSmartRef__":true,"id":54806},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":54815}],"padding":{"__isSmartRef__":true,"id":54817},"_Padding":{"__isSmartRef__":true,"id":54818},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":54819},"_FontFamily":"Helvetica, Sans-Serif","renderContextTable":{"__isSmartRef__":true,"id":54820},"_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_Align":"center","eventHandler":{"__isSmartRef__":true,"id":54821},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":21,"_MinTextHeight":null,"draggingEnabled":false,"derivationIds":[214,"523747A8-85D2-4FA2-9C4A-C51786457E22","95516A91-5268-4C7E-A2E0-40B45D2EE1FA","FFE672EF-5731-4472-B296-7F6C7CA559FC","E2EECCEE-F80F-4AFD-BF9E-95BB6A9A1C93","355346D2-A7A5-4445-8845-6B44FDC07A7B","BD870722-965F-435D-B412-3AF6D1F49DF3","CAC90849-49A0-4533-887C-E4B3A100B9A2","94723505-AA06-4EF3-969A-A8530DCF581F","0E2A5248-3657-4ED7-9A21-C6E3021AF608","7837CC2E-FE26-45DC-BEAE-9418AF62BB79","93C34EDE-0F2B-47B3-A7AB-23BAA561EE53","5E9AE67B-CC7A-47CB-85A6-A7DAE15D3E8C","3D899C9E-4DA1-4007-A696-590EA94CCA90","86D9B98E-A51D-4055-AA61-41021CC73CEA","63BE316B-B51E-44AC-8236-52C170B614A7","982E45CB-34B3-466D-A37B-7E57DA577154","42BD0A1B-A063-475C-B078-619776AECACD","D5567684-86C5-4CEE-9A34-8A02EF93833A","D6633ADA-2E55-4893-8257-0694CD831B8C","2ACE5CA8-358B-41CB-ADF6-FE58C3F63EC8","20F5DA55-961D-4F2A-AB0B-9239DECFA5B4","E7AFA7CC-9A5F-4998-AA4E-5BB82EAF2793"],"partsBinMetaInfo":{"__isSmartRef__":true,"id":54822},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"54808":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":54809},"_Extent":{"__isSmartRef__":true,"id":54810},"_BorderColor":{"__isSmartRef__":true,"id":54811},"renderContextTable":{"__isSmartRef__":true,"id":54812},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":54813},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"54809":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54810":{"x":25,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"54811":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54812":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"54813":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"54814":{"x":0,"y":2.2737367544323206e-13,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"54815":{"style":{"__isSmartRef__":true,"id":54816},"chunkOwner":{"__isSmartRef__":true,"id":54807},"storedString":"+","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"54816":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"54817":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"54818":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"54819":{"x":25,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"54820":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"54821":{"morph":{"__isSmartRef__":true,"id":54807},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"54822":{"requiredModules":[],"idOnLoad":"10AB8280-AD10-4455-AD6E-2301F2B18766","__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"54823":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":54824},"_Extent":{"__isSmartRef__":true,"id":54825},"_Fill":{"__isSmartRef__":true,"id":54826},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":54836},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":54837},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":54838},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"54824":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54825":{"x":25,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54826":{"stops":[{"__isSmartRef__":true,"id":54827},{"__isSmartRef__":true,"id":54829},{"__isSmartRef__":true,"id":54831},{"__isSmartRef__":true,"id":54833}],"vector":{"__isSmartRef__":true,"id":54835},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"54827":{"offset":0,"color":{"__isSmartRef__":true,"id":54828}},"54828":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54829":{"offset":0.4,"color":{"__isSmartRef__":true,"id":54830}},"54830":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54831":{"offset":0.6,"color":{"__isSmartRef__":true,"id":54832}},"54832":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54833":{"offset":1,"color":{"__isSmartRef__":true,"id":54834}},"54834":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54835":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"54836":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54837":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"54838":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"54839":{"x":130.00000000000023,"y":40.00000000000023,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"54840":{"stops":[{"__isSmartRef__":true,"id":54841},{"__isSmartRef__":true,"id":54843},{"__isSmartRef__":true,"id":54845},{"__isSmartRef__":true,"id":54847}],"vector":{"__isSmartRef__":true,"id":54835},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"54841":{"offset":0,"color":{"__isSmartRef__":true,"id":54842}},"54842":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54843":{"offset":0.4,"color":{"__isSmartRef__":true,"id":54844}},"54844":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54845":{"offset":0.6,"color":{"__isSmartRef__":true,"id":54846}},"54846":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54847":{"offset":1,"color":{"__isSmartRef__":true,"id":54848}},"54848":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54849":{"sourceObj":{"__isSmartRef__":true,"id":54806},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":54371},"targetMethodName":"newScript","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":54850},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"54850":{"source":{"__isSmartRef__":true,"id":54806},"target":{"__isSmartRef__":true,"id":54371}},"54851":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"54852":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","idOnLoad":"B8F6648E-9176-4F5A-AD1C-E9DC67DD198B","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"54853":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"54854":{"x":30,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54855":{"morph":{"__isSmartRef__":true,"id":54806},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"54856":{"x":29.478697395442737,"y":-26.32481162283952,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54857":{"submorphs":[],"scripts":[],"id":"3DE765D5-6E06-49D9-B5B3-9539043B796C","shape":{"__isSmartRef__":true,"id":54858},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":54865},"itemList":["-- ALL --"],"selectedLineNo":0,"showsHalos":false,"name":"ObjectEditorScriptList","partsBinMetaInfo":{"__isSmartRef__":true,"id":54866},"__SourceModuleName__":"Global.lively.morphic.Core","_ClipMode":"auto","owner":{"__isSmartRef__":true,"id":54371},"priorExtent":{"__isSmartRef__":true,"id":54867},"prevScroll":[0,0],"attributeConnections":[{"__isSmartRef__":true,"id":54868}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"layout":{"__isSmartRef__":true,"id":54873},"doitContext":{"__isSmartRef__":true,"id":54874},"renderContextTable":{"__isSmartRef__":true,"id":55604},"eventHandler":{"__isSmartRef__":true,"id":55605},"_FontSize":10,"distanceToDragEvent":{"__isSmartRef__":true,"id":55606},"isBeingDragged":false,"grabbingEnabled":false,"draggingEnabled":false,"isCopyMorphRef":true,"morphRefId":143,"currentCategory":null,"derivationIds":[207,"D87334B5-DFB8-438D-8038-D2C55A798E3B","4242A24B-D284-4130-BB19-C1AB8C7E96CB","1F2230C1-4745-4EED-8827-5D3FC0EA8D8A","1260A8AA-AD41-451A-A761-BE75A33282E8","11AABB24-1595-4EDC-95DF-8BC66785F47A","CA99FFE7-13DD-4721-8DE2-6A587B0C65D9","E01A3DAA-0001-4C7C-A6A7-449C3945A3E6","8C3C70BF-E1CE-4FB9-8407-24EA990D4E49","D70897C1-82FA-42AD-9D81-A0698E9072CC","69BB0838-2830-4831-A681-185E03308396","434D4493-4DD6-466F-A202-7364A5829C52","93D99F39-CC07-45EB-9459-5230A80A20D2","4756DE7D-3422-46FC-B24B-5565F597D490","7AF59BEC-20A9-4451-AD6E-39E86979D18D","07109F49-B19B-4C20-8632-697478AA1FFB","DD6C1E85-89E4-4619-A9B8-6CF6A5E7AD71","C9C566DA-2167-4866-B606-6D9467CC5763","43A75FC1-E0E6-4B7B-84B5-382D18881361","1EE4A800-07BC-4687-B972-0360A139A335","52766A7B-F1AC-4B5D-AFA9-3CBEC45A4175","09DCFB18-9BBC-4B13-AFF0-25833B2FD99F","88050660-622A-4E55-9AB3-63E53BAC2F12"],"selection":"-- ALL --","_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":55607},"__LivelyClassName__":"lively.morphic.List"},"54858":{"position":{"__isSmartRef__":true,"id":54859},"_Extent":{"__isSmartRef__":true,"id":54860},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":54861},"_Fill":{"__isSmartRef__":true,"id":54862},"__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderRadius":0,"renderContextTable":{"__isSmartRef__":true,"id":54863},"_Opacity":1,"_BorderStyle":"solid","_Padding":{"__isSmartRef__":true,"id":54864},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"54859":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54860":{"x":180,"y":375.61253261443596,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54861":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54862":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"54863":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"54864":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"54865":{"x":9.999999999999773,"y":63.027958027993236,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"54866":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":2,"__SourceModuleName__":"Global.lively.PartsBin","idOnLoad":"3DE765D5-6E06-49D9-B5B3-9539043B796C","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"54867":{"x":180,"y":338.61253261443596,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54868":{"sourceObj":{"__isSmartRef__":true,"id":54857},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":54371},"targetMethodName":"displaySourceForScript","converterString":"function (value) {\n return (value === '-- ALL --') ? null : value;\n}","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":54869},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":54870},"__LivelyClassName__":"AttributeConnection"},"54869":{"source":{"__isSmartRef__":true,"id":54857},"target":{"__isSmartRef__":true,"id":54371}},"54870":{"converter":{"__isSmartRef__":true,"id":54871}},"54871":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":54869},"source":"function (value) {\n return (value === '-- ALL --') ? null : value;\n}","funcProperties":{"__isSmartRef__":true,"id":54872},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"54872":{},"54873":{"resizeHeight":true},"54874":{"submorphs":[],"scripts":[],"id":836,"shape":{"__isSmartRef__":true,"id":54875},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":54880},"priorExtent":{"__isSmartRef__":true,"id":54881},"titleBar":{"__isSmartRef__":true,"id":54882},"contentOffset":{"__isSmartRef__":true,"id":55023},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":{"__isSmartRef__":true,"id":55024},"expandedExtent":{"__isSmartRef__":true,"id":55025},"highlighted":true,"_Rotation":0,"_Scale":1,"prevDragPos":{"__isSmartRef__":true,"id":55026},"showsHalos":false,"name":"ObjectEditor","__SourceModuleName__":"Global.lively.morphic.Widgets","target":{"__isSmartRef__":true,"id":55027},"expandedPosition":{"__isSmartRef__":true,"id":55350},"partsBinMetaInfo":{"__isSmartRef__":true,"id":55351},"scriptList":{"__isSmartRef__":true,"id":54857},"scriptPane":{"__isSmartRef__":true,"id":54708},"classButton":{"__isSmartRef__":true,"id":55352},"connectionList":{"__isSmartRef__":true,"id":55397},"targetButton":{"__isSmartRef__":true,"id":55422},"renderContextTable":{"__isSmartRef__":true,"id":55465},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Position":{"__isSmartRef__":true,"id":55466},"morphSelector":{"__isSmartRef__":true,"id":55467},"eventHandler":{"__isSmartRef__":true,"id":55551},"cameForward":false,"isCopyMorphRef":true,"morphRefId":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":55552},"__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"54875":{"_BorderWidth":1,"_Fill":{"__isSmartRef__":true,"id":54876},"_StrokeOpacity":0,"_BorderRadius":9.25,"_Extent":{"__isSmartRef__":true,"id":54877},"__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":{"__isSmartRef__":true,"id":54878},"renderContextTable":{"__isSmartRef__":true,"id":54879},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"54876":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54877":{"x":981,"y":585.2,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54878":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54879":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"54880":{"adjustForNewBounds":true},"54881":{"x":981,"y":585.2,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54882":{"submorphs":[{"__isSmartRef__":true,"id":54883},{"__isSmartRef__":true,"id":54896},{"__isSmartRef__":true,"id":54940},{"__isSmartRef__":true,"id":54972}],"scripts":[],"id":837,"shape":{"__isSmartRef__":true,"id":55005},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":55018},"_Position":{"__isSmartRef__":true,"id":55019},"eventsAreIgnored":true,"windowMorph":{"__isSmartRef__":true,"id":54874},"label":{"__isSmartRef__":true,"id":54883},"closeButton":{"__isSmartRef__":true,"id":54896},"menuButton":{"__isSmartRef__":true,"id":54940},"collapseButton":{"__isSmartRef__":true,"id":54972},"priorExtent":{"__isSmartRef__":true,"id":55020},"owner":null,"__SourceModuleName__":"Global.lively.morphic.Widgets","name":"ObjectEditorTitleBar","_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":55021},"eventHandler":{"__isSmartRef__":true,"id":55022},"__LivelyClassName__":"lively.morphic.TitleBar"},"54883":{"submorphs":[],"scripts":[],"id":838,"shape":{"__isSmartRef__":true,"id":54884},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":54889},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":54890},"priorExtent":{"__isSmartRef__":true,"id":54891},"_MaxTextWidth":null,"_MaxTextHeight":17,"textChunks":[{"__isSmartRef__":true,"id":54892}],"evalEnabled":false,"isLabel":true,"eventsAreIgnored":true,"_FontSize":10,"_Align":"center","owner":{"__isSmartRef__":true,"id":54882},"__SourceModuleName__":"Global.lively.morphic.TextCore","_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":54894},"eventHandler":{"__isSmartRef__":true,"id":54895},"_HandStyle":"default","_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text"},"54884":{"_Position":{"__isSmartRef__":true,"id":54885},"_Extent":{"__isSmartRef__":true,"id":54886},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":54887},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":54888},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"54885":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54886":{"x":921.9776803724167,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54887":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54888":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"54889":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"54890":{"x":20,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54891":{"x":921.9776803724167,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54892":{"style":{"__isSmartRef__":true,"id":54893},"chunkOwner":{"__isSmartRef__":true,"id":54883},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"54893":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"54894":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"54895":{"morph":{"__isSmartRef__":true,"id":54883},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"54896":{"submorphs":[{"__isSmartRef__":true,"id":54897}],"scripts":[],"id":839,"shape":{"__isSmartRef__":true,"id":54909},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":54924},"priorExtent":{"__isSmartRef__":true,"id":54925},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":54913},"lighterFill":{"__isSmartRef__":true,"id":54926},"label":{"__isSmartRef__":true,"id":54897},"owner":{"__isSmartRef__":true,"id":54882},"layout":{"__isSmartRef__":true,"id":54935},"attributeConnections":[{"__isSmartRef__":true,"id":54936},{"__isSmartRef__":true,"id":54937}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":54938},"eventHandler":{"__isSmartRef__":true,"id":54939},"__LivelyClassName__":"lively.morphic.WindowControl"},"54897":{"submorphs":[],"scripts":[],"id":840,"shape":{"__isSmartRef__":true,"id":54898},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":54902},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":54903},"priorExtent":{"__isSmartRef__":true,"id":54904},"_MaxTextWidth":null,"_MaxTextHeight":17,"textChunks":[{"__isSmartRef__":true,"id":54905}],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":54896},"isLabel":true,"eventsAreIgnored":true,"_FontSize":8,"__SourceModuleName__":"Global.lively.morphic.TextCore","_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":54907},"eventHandler":{"__isSmartRef__":true,"id":54908},"_HandStyle":"default","_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text"},"54898":{"_Position":{"__isSmartRef__":true,"id":54899},"_Extent":{"__isSmartRef__":true,"id":54900},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":54887},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":54901},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"54899":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54900":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54901":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"54902":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"54903":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54904":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54905":{"style":{"__isSmartRef__":true,"id":54906},"chunkOwner":{"__isSmartRef__":true,"id":54897},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"54906":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"54907":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"54908":{"morph":{"__isSmartRef__":true,"id":54897},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"54909":{"_Position":{"__isSmartRef__":true,"id":54910},"_Extent":{"__isSmartRef__":true,"id":54911},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":54912},"_Fill":{"__isSmartRef__":true,"id":54913},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":54923},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"54910":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54911":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54912":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54913":{"stops":[{"__isSmartRef__":true,"id":54914},{"__isSmartRef__":true,"id":54916},{"__isSmartRef__":true,"id":54918},{"__isSmartRef__":true,"id":54920}],"vector":{"__isSmartRef__":true,"id":54922},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"54914":{"offset":0,"color":{"__isSmartRef__":true,"id":54915}},"54915":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54916":{"offset":0.4,"color":{"__isSmartRef__":true,"id":54917}},"54917":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54918":{"offset":0.6,"color":{"__isSmartRef__":true,"id":54919}},"54919":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54920":{"offset":1,"color":{"__isSmartRef__":true,"id":54921}},"54921":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54922":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"54923":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"54924":{"x":960.9776803724167,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54925":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54926":{"stops":[{"__isSmartRef__":true,"id":54927},{"__isSmartRef__":true,"id":54929},{"__isSmartRef__":true,"id":54931},{"__isSmartRef__":true,"id":54933}],"vector":{"__isSmartRef__":true,"id":54922},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"54927":{"offset":0,"color":{"__isSmartRef__":true,"id":54928}},"54928":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54929":{"offset":0.4,"color":{"__isSmartRef__":true,"id":54930}},"54930":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54931":{"offset":0.6,"color":{"__isSmartRef__":true,"id":54932}},"54932":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54933":{"offset":1,"color":{"__isSmartRef__":true,"id":54934}},"54934":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54935":{"moveHorizontal":true},"54936":{"sourceObj":{"__isSmartRef__":true,"id":54896},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":54874},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"54937":{"sourceObj":{"__isSmartRef__":true,"id":54896},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":54874},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"54938":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"54939":{"morph":{"__isSmartRef__":true,"id":54896},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"54940":{"submorphs":[{"__isSmartRef__":true,"id":54941}],"scripts":[],"id":841,"shape":{"__isSmartRef__":true,"id":54953},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":54957},"priorExtent":{"__isSmartRef__":true,"id":54958},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":54913},"lighterFill":{"__isSmartRef__":true,"id":54959},"label":{"__isSmartRef__":true,"id":54941},"owner":{"__isSmartRef__":true,"id":54882},"attributeConnections":[{"__isSmartRef__":true,"id":54968},{"__isSmartRef__":true,"id":54969}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","showsHalos":false,"_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":54970},"eventHandler":{"__isSmartRef__":true,"id":54971},"__LivelyClassName__":"lively.morphic.WindowControl"},"54941":{"submorphs":[],"scripts":[],"id":842,"shape":{"__isSmartRef__":true,"id":54942},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":54946},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":54947},"priorExtent":{"__isSmartRef__":true,"id":54948},"_MaxTextWidth":null,"_MaxTextHeight":17,"textChunks":[{"__isSmartRef__":true,"id":54949}],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":54940},"isLabel":true,"eventsAreIgnored":true,"_FontSize":8,"__SourceModuleName__":"Global.lively.morphic.TextCore","_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":54951},"eventHandler":{"__isSmartRef__":true,"id":54952},"_HandStyle":"default","_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text"},"54942":{"_Position":{"__isSmartRef__":true,"id":54943},"_Extent":{"__isSmartRef__":true,"id":54944},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":54887},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":54945},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"54943":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54944":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54945":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"54946":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"54947":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54948":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54949":{"style":{"__isSmartRef__":true,"id":54950},"chunkOwner":{"__isSmartRef__":true,"id":54941},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"54950":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"54951":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"54952":{"morph":{"__isSmartRef__":true,"id":54941},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"54953":{"_Position":{"__isSmartRef__":true,"id":54954},"_Extent":{"__isSmartRef__":true,"id":54955},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":54912},"_Fill":{"__isSmartRef__":true,"id":54913},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":54956},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"54954":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54955":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54956":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"54957":{"x":3,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54958":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54959":{"stops":[{"__isSmartRef__":true,"id":54960},{"__isSmartRef__":true,"id":54962},{"__isSmartRef__":true,"id":54964},{"__isSmartRef__":true,"id":54966}],"vector":{"__isSmartRef__":true,"id":54922},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"54960":{"offset":0,"color":{"__isSmartRef__":true,"id":54961}},"54961":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54962":{"offset":0.4,"color":{"__isSmartRef__":true,"id":54963}},"54963":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54964":{"offset":0.6,"color":{"__isSmartRef__":true,"id":54965}},"54965":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54966":{"offset":1,"color":{"__isSmartRef__":true,"id":54967}},"54967":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54968":{"sourceObj":{"__isSmartRef__":true,"id":54940},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":54874},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"54969":{"sourceObj":{"__isSmartRef__":true,"id":54940},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":54874},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"54970":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"54971":{"morph":{"__isSmartRef__":true,"id":54940},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"54972":{"submorphs":[{"__isSmartRef__":true,"id":54973}],"scripts":[],"id":843,"shape":{"__isSmartRef__":true,"id":54985},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":54989},"priorExtent":{"__isSmartRef__":true,"id":54990},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":54913},"lighterFill":{"__isSmartRef__":true,"id":54991},"label":{"__isSmartRef__":true,"id":54973},"owner":{"__isSmartRef__":true,"id":54882},"layout":{"__isSmartRef__":true,"id":55000},"attributeConnections":[{"__isSmartRef__":true,"id":55001},{"__isSmartRef__":true,"id":55002}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":55003},"eventHandler":{"__isSmartRef__":true,"id":55004},"__LivelyClassName__":"lively.morphic.WindowControl"},"54973":{"submorphs":[],"scripts":[],"id":844,"shape":{"__isSmartRef__":true,"id":54974},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":54978},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":54979},"priorExtent":{"__isSmartRef__":true,"id":54980},"_MaxTextWidth":null,"_MaxTextHeight":17,"textChunks":[{"__isSmartRef__":true,"id":54981}],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":54972},"isLabel":true,"eventsAreIgnored":true,"_FontSize":8,"__SourceModuleName__":"Global.lively.morphic.TextCore","_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":54983},"eventHandler":{"__isSmartRef__":true,"id":54984},"_HandStyle":"default","_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text"},"54974":{"_Position":{"__isSmartRef__":true,"id":54975},"_Extent":{"__isSmartRef__":true,"id":54976},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":54887},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":54977},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"54975":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54976":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54977":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"54978":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"54979":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54980":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54981":{"style":{"__isSmartRef__":true,"id":54982},"chunkOwner":{"__isSmartRef__":true,"id":54973},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"54982":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"54983":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"54984":{"morph":{"__isSmartRef__":true,"id":54973},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"54985":{"_Position":{"__isSmartRef__":true,"id":54986},"_Extent":{"__isSmartRef__":true,"id":54987},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":54912},"_Fill":{"__isSmartRef__":true,"id":54913},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":54988},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"54986":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54987":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54988":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"54989":{"x":941.9776803724167,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54990":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"54991":{"stops":[{"__isSmartRef__":true,"id":54992},{"__isSmartRef__":true,"id":54994},{"__isSmartRef__":true,"id":54996},{"__isSmartRef__":true,"id":54998}],"vector":{"__isSmartRef__":true,"id":54922},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"54992":{"offset":0,"color":{"__isSmartRef__":true,"id":54993}},"54993":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54994":{"offset":0.4,"color":{"__isSmartRef__":true,"id":54995}},"54995":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54996":{"offset":0.6,"color":{"__isSmartRef__":true,"id":54997}},"54997":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"54998":{"offset":1,"color":{"__isSmartRef__":true,"id":54999}},"54999":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55000":{"moveHorizontal":true},"55001":{"sourceObj":{"__isSmartRef__":true,"id":54972},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":54874},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"55002":{"sourceObj":{"__isSmartRef__":true,"id":54972},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":54874},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"55003":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"55004":{"morph":{"__isSmartRef__":true,"id":54972},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"55005":{"_Position":{"__isSmartRef__":true,"id":55006},"_Extent":{"__isSmartRef__":true,"id":55007},"_BorderWidth":2,"_BorderColor":{"__isSmartRef__":true,"id":55008},"_Fill":{"__isSmartRef__":true,"id":55009},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":55017},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"55006":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55007":{"x":980.9776803724167,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55008":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55009":{"stops":[{"__isSmartRef__":true,"id":55010},{"__isSmartRef__":true,"id":55012},{"__isSmartRef__":true,"id":55014}],"vector":{"__isSmartRef__":true,"id":55016},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"55010":{"offset":0,"color":{"__isSmartRef__":true,"id":55011}},"55011":{"r":0.7200000000000001,"g":0.7200000000000001,"b":0.7200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55012":{"offset":0.6,"color":{"__isSmartRef__":true,"id":55013}},"55013":{"r":0.9,"g":0.9,"b":0.9,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55014":{"offset":1,"color":{"__isSmartRef__":true,"id":55015}},"55015":{"r":0.7200000000000001,"g":0.7200000000000001,"b":0.7200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55016":{"x":0,"y":1,"width":0,"height":-1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"55017":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"55018":{"resizeWidth":true,"adjustForNewBounds":true},"55019":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55020":{"x":980.9776803724167,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55021":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"55022":{"morph":{"__isSmartRef__":true,"id":54882},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"55023":{"x":0,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55024":{"a":1,"b":0,"c":0,"d":1,"e":377.6609726943286,"f":419.5142810783999,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"lively.morphic.Similitude"},"55025":{"x":861.5223196275833,"y":575.166499196892,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55026":{"x":613,"y":129,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55027":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":55028},"id":394,"renderContextTable":{"__isSmartRef__":true,"id":55034},"textChunks":[{"__isSmartRef__":true,"id":55035}],"eventHandler":{"__isSmartRef__":true,"id":55037},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":55038},"_ClipMode":"auto","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":55039},"priorExtent":{"__isSmartRef__":true,"id":55040},"_MaxTextWidth":500,"_MaxTextHeight":200,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":55041},"layout":{"__isSmartRef__":true,"id":55188},"doitContext":{"__isSmartRef__":true,"id":55189},"priorSelectionRange":[0,36],"charsReplaced":"","lastFindLoc":20,"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"55028":{"_Position":{"__isSmartRef__":true,"id":55029},"renderContextTable":{"__isSmartRef__":true,"id":55030},"_Extent":{"__isSmartRef__":true,"id":55031},"_BorderWidth":2,"_BorderColor":{"__isSmartRef__":true,"id":55032},"_Fill":{"__isSmartRef__":true,"id":55033},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"55029":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55030":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"55031":{"x":500,"y":200,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55032":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55033":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55034":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"55035":{"style":{"__isSmartRef__":true,"id":55036},"chunkOwner":{"__isSmartRef__":true,"id":55027},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"55036":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"55037":{"morph":{"__isSmartRef__":true,"id":55027},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"55038":{"x":2,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"55039":{"x":0,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55040":{"x":500,"y":200,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55041":{"submorphs":[{"__isSmartRef__":true,"id":55027},{"__isSmartRef__":true,"id":55042}],"scripts":[],"shape":{"__isSmartRef__":true,"id":55179},"id":395,"renderContextTable":{"__isSmartRef__":true,"id":55182},"eventHandler":{"__isSmartRef__":true,"id":55183},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":55184},"LK2":true,"_Position":{"__isSmartRef__":true,"id":55185},"priorExtent":{"__isSmartRef__":true,"id":55186},"targetMorph":{"__isSmartRef__":true,"id":55027},"titleBar":{"__isSmartRef__":true,"id":55042},"contentOffset":{"__isSmartRef__":true,"id":55039},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"highlighted":true,"_Rotation":0,"_Scale":1,"prevDragPos":{"__isSmartRef__":true,"id":55187},"cameForward":false,"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"55042":{"submorphs":[{"__isSmartRef__":true,"id":55043},{"__isSmartRef__":true,"id":55056},{"__isSmartRef__":true,"id":55102},{"__isSmartRef__":true,"id":55135}],"scripts":[],"shape":{"__isSmartRef__":true,"id":55169},"id":396,"renderContextTable":{"__isSmartRef__":true,"id":55174},"eventHandler":{"__isSmartRef__":true,"id":55175},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":55176},"_Position":{"__isSmartRef__":true,"id":55177},"windowMorph":{"__isSmartRef__":true,"id":55041},"label":{"__isSmartRef__":true,"id":55043},"closeButton":{"__isSmartRef__":true,"id":55056},"menuButton":{"__isSmartRef__":true,"id":55102},"collapseButton":{"__isSmartRef__":true,"id":55135},"priorExtent":{"__isSmartRef__":true,"id":55178},"owner":{"__isSmartRef__":true,"id":55041},"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.TitleBar"},"55043":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":55044},"id":397,"renderContextTable":{"__isSmartRef__":true,"id":55048},"textChunks":[{"__isSmartRef__":true,"id":55049}],"eventHandler":{"__isSmartRef__":true,"id":55051},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":55052},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":55053},"_FontSize":10,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":55042},"priorExtent":{"__isSmartRef__":true,"id":55054},"_MaxTextWidth":441,"_MaxTextHeight":17,"_Position":{"__isSmartRef__":true,"id":55055},"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"55044":{"_Position":{"__isSmartRef__":true,"id":55045},"renderContextTable":{"__isSmartRef__":true,"id":55046},"_Extent":{"__isSmartRef__":true,"id":55047},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":55032},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"55045":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55046":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"55047":{"x":441,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55048":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"55049":{"style":{"__isSmartRef__":true,"id":55050},"chunkOwner":{"__isSmartRef__":true,"id":55043},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"55050":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"55051":{"morph":{"__isSmartRef__":true,"id":55043},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"55052":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"55053":{"resizeWidth":true},"55054":{"x":0,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55055":{"x":20,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55056":{"submorphs":[{"__isSmartRef__":true,"id":55057}],"scripts":[],"shape":{"__isSmartRef__":true,"id":55069},"id":398,"renderContextTable":{"__isSmartRef__":true,"id":55084},"eventHandler":{"__isSmartRef__":true,"id":55085},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":55086},"priorExtent":{"__isSmartRef__":true,"id":55087},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":55074},"lighterFill":{"__isSmartRef__":true,"id":55088},"label":{"__isSmartRef__":true,"id":55057},"owner":{"__isSmartRef__":true,"id":55042},"layout":{"__isSmartRef__":true,"id":55097},"attributeConnections":[{"__isSmartRef__":true,"id":55098},{"__isSmartRef__":true,"id":55100}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"55057":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":55058},"id":399,"renderContextTable":{"__isSmartRef__":true,"id":55062},"textChunks":[{"__isSmartRef__":true,"id":55063}],"eventHandler":{"__isSmartRef__":true,"id":55065},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":55066},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":55067},"priorExtent":{"__isSmartRef__":true,"id":55068},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":55056},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"55058":{"_Position":{"__isSmartRef__":true,"id":55059},"renderContextTable":{"__isSmartRef__":true,"id":55060},"_Extent":{"__isSmartRef__":true,"id":55061},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":55032},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"55059":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55060":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"55061":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55062":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"55063":{"style":{"__isSmartRef__":true,"id":55064},"chunkOwner":{"__isSmartRef__":true,"id":55057},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"55064":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"55065":{"morph":{"__isSmartRef__":true,"id":55057},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"55066":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"55067":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55068":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55069":{"_Position":{"__isSmartRef__":true,"id":55070},"renderContextTable":{"__isSmartRef__":true,"id":55071},"_Extent":{"__isSmartRef__":true,"id":55072},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":55073},"_Fill":{"__isSmartRef__":true,"id":55074},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"55070":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55071":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"55072":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55073":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55074":{"stops":[{"__isSmartRef__":true,"id":55075},{"__isSmartRef__":true,"id":55077},{"__isSmartRef__":true,"id":55079},{"__isSmartRef__":true,"id":55081}],"vector":{"__isSmartRef__":true,"id":55083},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"55075":{"offset":0,"color":{"__isSmartRef__":true,"id":55076}},"55076":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55077":{"offset":0.4,"color":{"__isSmartRef__":true,"id":55078}},"55078":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55079":{"offset":0.6,"color":{"__isSmartRef__":true,"id":55080}},"55080":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55081":{"offset":1,"color":{"__isSmartRef__":true,"id":55082}},"55082":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55083":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"55084":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"55085":{"morph":{"__isSmartRef__":true,"id":55056},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"55086":{"x":480,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55087":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55088":{"stops":[{"__isSmartRef__":true,"id":55089},{"__isSmartRef__":true,"id":55091},{"__isSmartRef__":true,"id":55093},{"__isSmartRef__":true,"id":55095}],"vector":{"__isSmartRef__":true,"id":55083},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"55089":{"offset":0,"color":{"__isSmartRef__":true,"id":55090}},"55090":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55091":{"offset":0.4,"color":{"__isSmartRef__":true,"id":55092}},"55092":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55093":{"offset":0.6,"color":{"__isSmartRef__":true,"id":55094}},"55094":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55095":{"offset":1,"color":{"__isSmartRef__":true,"id":55096}},"55096":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55097":{"moveHorizontal":true},"55098":{"sourceObj":{"__isSmartRef__":true,"id":55056},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":55041},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":55099},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"55099":{"source":{"__isSmartRef__":true,"id":55056},"target":{"__isSmartRef__":true,"id":55041}},"55100":{"sourceObj":{"__isSmartRef__":true,"id":55056},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":55041},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":55101},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"55101":{"source":{"__isSmartRef__":true,"id":55056},"target":{"__isSmartRef__":true,"id":55041}},"55102":{"submorphs":[{"__isSmartRef__":true,"id":55103}],"scripts":[],"shape":{"__isSmartRef__":true,"id":55114},"id":400,"renderContextTable":{"__isSmartRef__":true,"id":55118},"eventHandler":{"__isSmartRef__":true,"id":55119},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":55120},"priorExtent":{"__isSmartRef__":true,"id":55121},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":55074},"lighterFill":{"__isSmartRef__":true,"id":55122},"label":{"__isSmartRef__":true,"id":55103},"owner":{"__isSmartRef__":true,"id":55042},"attributeConnections":[{"__isSmartRef__":true,"id":55131},{"__isSmartRef__":true,"id":55133}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"55103":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":55104},"id":401,"renderContextTable":{"__isSmartRef__":true,"id":55108},"textChunks":[{"__isSmartRef__":true,"id":55109}],"eventHandler":{"__isSmartRef__":true,"id":55111},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":55066},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":55112},"priorExtent":{"__isSmartRef__":true,"id":55113},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":55102},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"55104":{"_Position":{"__isSmartRef__":true,"id":55105},"renderContextTable":{"__isSmartRef__":true,"id":55106},"_Extent":{"__isSmartRef__":true,"id":55107},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":55032},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"55105":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55106":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"55107":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55108":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"55109":{"style":{"__isSmartRef__":true,"id":55110},"chunkOwner":{"__isSmartRef__":true,"id":55103},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"55110":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"55111":{"morph":{"__isSmartRef__":true,"id":55103},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"55112":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55113":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55114":{"_Position":{"__isSmartRef__":true,"id":55115},"renderContextTable":{"__isSmartRef__":true,"id":55116},"_Extent":{"__isSmartRef__":true,"id":55117},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":55073},"_Fill":{"__isSmartRef__":true,"id":55074},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"55115":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55116":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"55117":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55118":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"55119":{"morph":{"__isSmartRef__":true,"id":55102},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"55120":{"x":3,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55121":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55122":{"stops":[{"__isSmartRef__":true,"id":55123},{"__isSmartRef__":true,"id":55125},{"__isSmartRef__":true,"id":55127},{"__isSmartRef__":true,"id":55129}],"vector":{"__isSmartRef__":true,"id":55083},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"55123":{"offset":0,"color":{"__isSmartRef__":true,"id":55124}},"55124":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55125":{"offset":0.4,"color":{"__isSmartRef__":true,"id":55126}},"55126":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55127":{"offset":0.6,"color":{"__isSmartRef__":true,"id":55128}},"55128":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55129":{"offset":1,"color":{"__isSmartRef__":true,"id":55130}},"55130":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55131":{"sourceObj":{"__isSmartRef__":true,"id":55102},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":55041},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":55132},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"55132":{"source":{"__isSmartRef__":true,"id":55102},"target":{"__isSmartRef__":true,"id":55041}},"55133":{"sourceObj":{"__isSmartRef__":true,"id":55102},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":55041},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":55134},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"55134":{"source":{"__isSmartRef__":true,"id":55102},"target":{"__isSmartRef__":true,"id":55041}},"55135":{"submorphs":[{"__isSmartRef__":true,"id":55136}],"scripts":[],"shape":{"__isSmartRef__":true,"id":55147},"id":402,"renderContextTable":{"__isSmartRef__":true,"id":55151},"eventHandler":{"__isSmartRef__":true,"id":55152},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":55153},"priorExtent":{"__isSmartRef__":true,"id":55154},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":55074},"lighterFill":{"__isSmartRef__":true,"id":55155},"label":{"__isSmartRef__":true,"id":55136},"owner":{"__isSmartRef__":true,"id":55042},"layout":{"__isSmartRef__":true,"id":55164},"attributeConnections":[{"__isSmartRef__":true,"id":55165},{"__isSmartRef__":true,"id":55167}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"55136":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":55137},"id":403,"renderContextTable":{"__isSmartRef__":true,"id":55141},"textChunks":[{"__isSmartRef__":true,"id":55142}],"eventHandler":{"__isSmartRef__":true,"id":55144},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":55066},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":55145},"priorExtent":{"__isSmartRef__":true,"id":55146},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":55135},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"55137":{"_Position":{"__isSmartRef__":true,"id":55138},"renderContextTable":{"__isSmartRef__":true,"id":55139},"_Extent":{"__isSmartRef__":true,"id":55140},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":55032},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"55138":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55139":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"55140":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55141":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"55142":{"style":{"__isSmartRef__":true,"id":55143},"chunkOwner":{"__isSmartRef__":true,"id":55136},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"55143":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"55144":{"morph":{"__isSmartRef__":true,"id":55136},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"55145":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55146":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55147":{"_Position":{"__isSmartRef__":true,"id":55148},"renderContextTable":{"__isSmartRef__":true,"id":55149},"_Extent":{"__isSmartRef__":true,"id":55150},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":55073},"_Fill":{"__isSmartRef__":true,"id":55074},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"55148":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55149":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"55150":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55151":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"55152":{"morph":{"__isSmartRef__":true,"id":55135},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"55153":{"x":461,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55154":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55155":{"stops":[{"__isSmartRef__":true,"id":55156},{"__isSmartRef__":true,"id":55158},{"__isSmartRef__":true,"id":55160},{"__isSmartRef__":true,"id":55162}],"vector":{"__isSmartRef__":true,"id":55083},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"55156":{"offset":0,"color":{"__isSmartRef__":true,"id":55157}},"55157":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55158":{"offset":0.4,"color":{"__isSmartRef__":true,"id":55159}},"55159":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55160":{"offset":0.6,"color":{"__isSmartRef__":true,"id":55161}},"55161":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55162":{"offset":1,"color":{"__isSmartRef__":true,"id":55163}},"55163":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55164":{"moveHorizontal":true},"55165":{"sourceObj":{"__isSmartRef__":true,"id":55135},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":55041},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":55166},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"55166":{"source":{"__isSmartRef__":true,"id":55135},"target":{"__isSmartRef__":true,"id":55041}},"55167":{"sourceObj":{"__isSmartRef__":true,"id":55135},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":55041},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":55168},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"55168":{"source":{"__isSmartRef__":true,"id":55135},"target":{"__isSmartRef__":true,"id":55041}},"55169":{"_Position":{"__isSmartRef__":true,"id":55170},"renderContextTable":{"__isSmartRef__":true,"id":55171},"_Extent":{"__isSmartRef__":true,"id":55172},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":55173},"_Fill":{"__isSmartRef__":true,"id":55009},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"55170":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55171":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"55172":{"x":500,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55173":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55174":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"55175":{"morph":{"__isSmartRef__":true,"id":55042},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"55176":{"resizeWidth":true,"adjustForNewBounds":true},"55177":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55178":{"x":500,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55179":{"renderContextTable":{"__isSmartRef__":true,"id":55180},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":55181},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"55180":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"55181":{"x":500,"y":222,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55182":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"55183":{"morph":{"__isSmartRef__":true,"id":55041},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"55184":{"adjustForNewBounds":true},"55185":{"x":1234,"y":448,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55186":{"x":500,"y":222,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55187":{"x":1478,"y":453,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55188":{"resizeWidth":true,"resizeHeight":true},"55189":{"submorphs":[{"__isSmartRef__":true,"id":55190},{"__isSmartRef__":true,"id":55204}],"scripts":[],"shape":{"__isSmartRef__":true,"id":55334},"id":361,"renderContextTable":{"__isSmartRef__":true,"id":55338},"eventHandler":{"__isSmartRef__":true,"id":55339},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":55340},"LK2":true,"_Position":{"__isSmartRef__":true,"id":55341},"priorExtent":{"__isSmartRef__":true,"id":55342},"targetMorph":{"__isSmartRef__":true,"id":55190},"titleBar":{"__isSmartRef__":true,"id":55204},"contentOffset":{"__isSmartRef__":true,"id":55200},"collapsedTransform":{"__isSmartRef__":true,"id":55343},"collapsedExtent":{"__isSmartRef__":true,"id":55344},"expandedTransform":{"__isSmartRef__":true,"id":55345},"expandedExtent":{"__isSmartRef__":true,"id":55346},"ignoreEventsOnExpand":false,"owner":null,"showsHalos":false,"highlighted":true,"_Rotation":0,"_Scale":1,"prevDragPos":{"__isSmartRef__":true,"id":55347},"expandedPosition":{"__isSmartRef__":true,"id":55348},"state":"shutdown","collapsedPosition":{"__isSmartRef__":true,"id":55349},"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"55190":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":55191},"id":360,"renderContextTable":{"__isSmartRef__":true,"id":55196},"textChunks":[{"__isSmartRef__":true,"id":55197}],"eventHandler":{"__isSmartRef__":true,"id":55199},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":55038},"_ClipMode":"auto","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Monaco,monospace","_Position":{"__isSmartRef__":true,"id":55200},"priorExtent":{"__isSmartRef__":true,"id":55201},"_MaxTextWidth":500,"_MaxTextHeight":0,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":55189},"layout":{"__isSmartRef__":true,"id":55202},"syntaxHighlightingWhileTyping":true,"attributeConnections":[{"__isSmartRef__":true,"id":55203}],"doNotSerialize":["$$textString"],"doNotCopyProperties":["$$textString"],"lastSyntaxHighlightTime":1307282796737,"accessibleInInactiveWindow":true,"eventsAreIgnored":false,"_HandStyle":"default","_PointerEvents":"auto","_Visible":true,"charsReplaced":"","lastFindLoc":15,"__SourceModuleName__":"Global.lively.morphic.TextCore","textString":"undefined","cachedTextString":"undefined","__LivelyClassName__":"lively.morphic.Text"},"55191":{"_Position":{"__isSmartRef__":true,"id":55192},"renderContextTable":{"__isSmartRef__":true,"id":55193},"_Extent":{"__isSmartRef__":true,"id":55194},"_BorderWidth":2,"_BorderColor":{"__isSmartRef__":true,"id":55032},"_Fill":{"__isSmartRef__":true,"id":55195},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"55192":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55193":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"55194":{"x":500,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55195":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55196":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"55197":{"style":{"__isSmartRef__":true,"id":55198},"chunkOwner":{"__isSmartRef__":true,"id":55190},"storedString":"undefined","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"55198":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"55199":{"morph":{"__isSmartRef__":true,"id":55190},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"55200":{"x":0,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55201":{"x":500,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55202":{"resizeWidth":true,"resizeHeight":true},"55203":{"sourceObj":{"__isSmartRef__":true,"id":55190},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":55190},"targetMethodName":"highlightJavaScriptSyntax","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"55204":{"submorphs":[{"__isSmartRef__":true,"id":55205},{"__isSmartRef__":true,"id":55217},{"__isSmartRef__":true,"id":55251},{"__isSmartRef__":true,"id":55284}],"scripts":[],"shape":{"__isSmartRef__":true,"id":55318},"id":362,"renderContextTable":{"__isSmartRef__":true,"id":55329},"eventHandler":{"__isSmartRef__":true,"id":55330},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":55331},"_Position":{"__isSmartRef__":true,"id":55332},"windowMorph":{"__isSmartRef__":true,"id":55189},"label":{"__isSmartRef__":true,"id":55205},"closeButton":{"__isSmartRef__":true,"id":55217},"menuButton":{"__isSmartRef__":true,"id":55251},"collapseButton":{"__isSmartRef__":true,"id":55284},"priorExtent":{"__isSmartRef__":true,"id":55333},"owner":{"__isSmartRef__":true,"id":55189},"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.TitleBar"},"55205":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":55206},"id":363,"renderContextTable":{"__isSmartRef__":true,"id":55210},"textChunks":[{"__isSmartRef__":true,"id":55211}],"eventHandler":{"__isSmartRef__":true,"id":55213},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":55052},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":55214},"_FontSize":10,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":55204},"priorExtent":{"__isSmartRef__":true,"id":55215},"_MaxTextWidth":441,"_MaxTextHeight":17,"_Position":{"__isSmartRef__":true,"id":55216},"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"55206":{"_Position":{"__isSmartRef__":true,"id":55207},"renderContextTable":{"__isSmartRef__":true,"id":55208},"_Extent":{"__isSmartRef__":true,"id":55209},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":55032},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"55207":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55208":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"55209":{"x":441,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55210":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"55211":{"style":{"__isSmartRef__":true,"id":55212},"chunkOwner":{"__isSmartRef__":true,"id":55205},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"55212":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"55213":{"morph":{"__isSmartRef__":true,"id":55205},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"55214":{"resizeWidth":true},"55215":{"x":0,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55216":{"x":20,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55217":{"submorphs":[{"__isSmartRef__":true,"id":55218}],"scripts":[],"shape":{"__isSmartRef__":true,"id":55229},"id":364,"renderContextTable":{"__isSmartRef__":true,"id":55233},"eventHandler":{"__isSmartRef__":true,"id":55234},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":55235},"priorExtent":{"__isSmartRef__":true,"id":55236},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":55074},"lighterFill":{"__isSmartRef__":true,"id":55237},"label":{"__isSmartRef__":true,"id":55218},"owner":{"__isSmartRef__":true,"id":55204},"layout":{"__isSmartRef__":true,"id":55246},"attributeConnections":[{"__isSmartRef__":true,"id":55247},{"__isSmartRef__":true,"id":55249}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"55218":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":55219},"id":365,"renderContextTable":{"__isSmartRef__":true,"id":55223},"textChunks":[{"__isSmartRef__":true,"id":55224}],"eventHandler":{"__isSmartRef__":true,"id":55226},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":55066},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":55227},"priorExtent":{"__isSmartRef__":true,"id":55228},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":55217},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"55219":{"_Position":{"__isSmartRef__":true,"id":55220},"renderContextTable":{"__isSmartRef__":true,"id":55221},"_Extent":{"__isSmartRef__":true,"id":55222},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":55032},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"55220":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55221":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"55222":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55223":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"55224":{"style":{"__isSmartRef__":true,"id":55225},"chunkOwner":{"__isSmartRef__":true,"id":55218},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"55225":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"55226":{"morph":{"__isSmartRef__":true,"id":55218},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"55227":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55228":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55229":{"_Position":{"__isSmartRef__":true,"id":55230},"renderContextTable":{"__isSmartRef__":true,"id":55231},"_Extent":{"__isSmartRef__":true,"id":55232},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":55073},"_Fill":{"__isSmartRef__":true,"id":55074},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"55230":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55231":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"55232":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55233":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"55234":{"morph":{"__isSmartRef__":true,"id":55217},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"55235":{"x":480,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55236":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55237":{"stops":[{"__isSmartRef__":true,"id":55238},{"__isSmartRef__":true,"id":55240},{"__isSmartRef__":true,"id":55242},{"__isSmartRef__":true,"id":55244}],"vector":{"__isSmartRef__":true,"id":55083},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"55238":{"offset":0,"color":{"__isSmartRef__":true,"id":55239}},"55239":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55240":{"offset":0.4,"color":{"__isSmartRef__":true,"id":55241}},"55241":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55242":{"offset":0.6,"color":{"__isSmartRef__":true,"id":55243}},"55243":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55244":{"offset":1,"color":{"__isSmartRef__":true,"id":55245}},"55245":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55246":{"moveHorizontal":true},"55247":{"sourceObj":{"__isSmartRef__":true,"id":55217},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":55189},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":55248},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"55248":{"source":{"__isSmartRef__":true,"id":55217},"target":{"__isSmartRef__":true,"id":55189}},"55249":{"sourceObj":{"__isSmartRef__":true,"id":55217},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":55189},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":55250},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"55250":{"source":{"__isSmartRef__":true,"id":55217},"target":{"__isSmartRef__":true,"id":55189}},"55251":{"submorphs":[{"__isSmartRef__":true,"id":55252}],"scripts":[],"shape":{"__isSmartRef__":true,"id":55263},"id":366,"renderContextTable":{"__isSmartRef__":true,"id":55267},"eventHandler":{"__isSmartRef__":true,"id":55268},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":55269},"priorExtent":{"__isSmartRef__":true,"id":55270},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":55074},"lighterFill":{"__isSmartRef__":true,"id":55271},"label":{"__isSmartRef__":true,"id":55252},"owner":{"__isSmartRef__":true,"id":55204},"attributeConnections":[{"__isSmartRef__":true,"id":55280},{"__isSmartRef__":true,"id":55282}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"55252":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":55253},"id":367,"renderContextTable":{"__isSmartRef__":true,"id":55257},"textChunks":[{"__isSmartRef__":true,"id":55258}],"eventHandler":{"__isSmartRef__":true,"id":55260},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":55066},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":55261},"priorExtent":{"__isSmartRef__":true,"id":55262},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":55251},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"55253":{"_Position":{"__isSmartRef__":true,"id":55254},"renderContextTable":{"__isSmartRef__":true,"id":55255},"_Extent":{"__isSmartRef__":true,"id":55256},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":55032},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"55254":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55255":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"55256":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55257":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"55258":{"style":{"__isSmartRef__":true,"id":55259},"chunkOwner":{"__isSmartRef__":true,"id":55252},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"55259":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"55260":{"morph":{"__isSmartRef__":true,"id":55252},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"55261":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55262":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55263":{"_Position":{"__isSmartRef__":true,"id":55264},"renderContextTable":{"__isSmartRef__":true,"id":55265},"_Extent":{"__isSmartRef__":true,"id":55266},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":55073},"_Fill":{"__isSmartRef__":true,"id":55074},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"55264":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55265":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"55266":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55267":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"55268":{"morph":{"__isSmartRef__":true,"id":55251},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"55269":{"x":3,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55270":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55271":{"stops":[{"__isSmartRef__":true,"id":55272},{"__isSmartRef__":true,"id":55274},{"__isSmartRef__":true,"id":55276},{"__isSmartRef__":true,"id":55278}],"vector":{"__isSmartRef__":true,"id":55083},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"55272":{"offset":0,"color":{"__isSmartRef__":true,"id":55273}},"55273":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55274":{"offset":0.4,"color":{"__isSmartRef__":true,"id":55275}},"55275":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55276":{"offset":0.6,"color":{"__isSmartRef__":true,"id":55277}},"55277":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55278":{"offset":1,"color":{"__isSmartRef__":true,"id":55279}},"55279":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55280":{"sourceObj":{"__isSmartRef__":true,"id":55251},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":55189},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":55281},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"55281":{"source":{"__isSmartRef__":true,"id":55251},"target":{"__isSmartRef__":true,"id":55189}},"55282":{"sourceObj":{"__isSmartRef__":true,"id":55251},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":55189},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":55283},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"55283":{"source":{"__isSmartRef__":true,"id":55251},"target":{"__isSmartRef__":true,"id":55189}},"55284":{"submorphs":[{"__isSmartRef__":true,"id":55285}],"scripts":[],"shape":{"__isSmartRef__":true,"id":55296},"id":368,"renderContextTable":{"__isSmartRef__":true,"id":55300},"eventHandler":{"__isSmartRef__":true,"id":55301},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":55302},"priorExtent":{"__isSmartRef__":true,"id":55303},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":55074},"lighterFill":{"__isSmartRef__":true,"id":55304},"label":{"__isSmartRef__":true,"id":55285},"owner":{"__isSmartRef__":true,"id":55204},"layout":{"__isSmartRef__":true,"id":55313},"attributeConnections":[{"__isSmartRef__":true,"id":55314},{"__isSmartRef__":true,"id":55316}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"55285":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":55286},"id":369,"renderContextTable":{"__isSmartRef__":true,"id":55290},"textChunks":[{"__isSmartRef__":true,"id":55291}],"eventHandler":{"__isSmartRef__":true,"id":55293},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":55066},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_Position":{"__isSmartRef__":true,"id":55294},"priorExtent":{"__isSmartRef__":true,"id":55295},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":55284},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"55286":{"_Position":{"__isSmartRef__":true,"id":55287},"renderContextTable":{"__isSmartRef__":true,"id":55288},"_Extent":{"__isSmartRef__":true,"id":55289},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":55032},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"55287":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55288":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"55289":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55290":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"55291":{"style":{"__isSmartRef__":true,"id":55292},"chunkOwner":{"__isSmartRef__":true,"id":55285},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"55292":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"55293":{"morph":{"__isSmartRef__":true,"id":55285},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"55294":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55295":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55296":{"_Position":{"__isSmartRef__":true,"id":55297},"renderContextTable":{"__isSmartRef__":true,"id":55298},"_Extent":{"__isSmartRef__":true,"id":55299},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":55073},"_Fill":{"__isSmartRef__":true,"id":55074},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"55297":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55298":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"55299":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55300":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"55301":{"morph":{"__isSmartRef__":true,"id":55284},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"55302":{"x":461,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55303":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55304":{"stops":[{"__isSmartRef__":true,"id":55305},{"__isSmartRef__":true,"id":55307},{"__isSmartRef__":true,"id":55309},{"__isSmartRef__":true,"id":55311}],"vector":{"__isSmartRef__":true,"id":55083},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"55305":{"offset":0,"color":{"__isSmartRef__":true,"id":55306}},"55306":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55307":{"offset":0.4,"color":{"__isSmartRef__":true,"id":55308}},"55308":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55309":{"offset":0.6,"color":{"__isSmartRef__":true,"id":55310}},"55310":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55311":{"offset":1,"color":{"__isSmartRef__":true,"id":55312}},"55312":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55313":{"moveHorizontal":true},"55314":{"sourceObj":{"__isSmartRef__":true,"id":55284},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":55189},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":55315},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"55315":{"source":{"__isSmartRef__":true,"id":55284},"target":{"__isSmartRef__":true,"id":55189}},"55316":{"sourceObj":{"__isSmartRef__":true,"id":55284},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":55189},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":55317},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"55317":{"source":{"__isSmartRef__":true,"id":55284},"target":{"__isSmartRef__":true,"id":55189}},"55318":{"_Position":{"__isSmartRef__":true,"id":55319},"renderContextTable":{"__isSmartRef__":true,"id":55320},"_Extent":{"__isSmartRef__":true,"id":55321},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":55173},"_Fill":{"__isSmartRef__":true,"id":55322},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"55319":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55320":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"55321":{"x":500,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55322":{"stops":[{"__isSmartRef__":true,"id":55323},{"__isSmartRef__":true,"id":55325},{"__isSmartRef__":true,"id":55327}],"vector":{"__isSmartRef__":true,"id":55083},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"55323":{"offset":0,"color":{"__isSmartRef__":true,"id":55324}},"55324":{"r":0.8600000000000001,"g":0.8600000000000001,"b":0.8600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55325":{"offset":0.6,"color":{"__isSmartRef__":true,"id":55326}},"55326":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55327":{"offset":1,"color":{"__isSmartRef__":true,"id":55328}},"55328":{"r":0.8600000000000001,"g":0.8600000000000001,"b":0.8600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55329":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"55330":{"morph":{"__isSmartRef__":true,"id":55204},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"55331":{"resizeWidth":true,"adjustForNewBounds":true},"55332":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55333":{"x":500,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55334":{"renderContextTable":{"__isSmartRef__":true,"id":55335},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":55336},"_Position":{"__isSmartRef__":true,"id":55337},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"55335":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"55336":{"x":500,"y":222,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55337":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55338":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"55339":{"morph":{"__isSmartRef__":true,"id":55189},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"55340":{"adjustForNewBounds":true},"55341":{"x":1131,"y":79,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55342":{"x":500,"y":222,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55343":{"a":1,"b":0,"c":0,"d":1,"e":1131,"f":79,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"lively.morphic.Similitude"},"55344":{"x":500,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55345":{"a":1,"b":0,"c":0,"d":1,"e":1131,"f":79,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"lively.morphic.Similitude"},"55346":{"x":500,"y":222,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55347":{"x":1507,"y":76,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55348":{"x":1131,"y":79,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55349":{"x":1131,"y":79,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55350":{"x":377.6609726943286,"y":419.5142810783999,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55351":{"requiredModules":[],"migrationLevel":2,"partsSpaceName":"PartsBin/Tools","__SourceModuleName__":"Global.lively.PartsBin","comment":"Edit scripts and connections of a specific morph. Early version.","partName":"ObjectEditor","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"55352":{"submorphs":[{"__isSmartRef__":true,"id":55353}],"scripts":[],"id":847,"shape":{"__isSmartRef__":true,"id":55367},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":55382},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":55370},"lighterFill":{"__isSmartRef__":true,"id":55383},"label":{"__isSmartRef__":true,"id":55353},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","_Rotation":0,"padding":{"__isSmartRef__":true,"id":55392},"name":"ObjectEditorClassButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":55393},"_Scale":1,"owner":null,"layout":{"__isSmartRef__":true,"id":55394},"renderContextTable":{"__isSmartRef__":true,"id":55395},"eventHandler":{"__isSmartRef__":true,"id":55396},"__LivelyClassName__":"lively.morphic.Button"},"55353":{"submorphs":[],"scripts":[],"id":848,"shape":{"__isSmartRef__":true,"id":55354},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":116,"_MaxTextHeight":18,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":55359},"textColor":{"__isSmartRef__":true,"id":55357},"owner":{"__isSmartRef__":true,"id":55352},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":55360}],"padding":{"__isSmartRef__":true,"id":55362},"_Padding":{"__isSmartRef__":true,"id":55363},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":55364},"_FontFamily":"Helvetica, Sans-Serif","_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_Align":"center","_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":55365},"eventHandler":{"__isSmartRef__":true,"id":55366},"_HandStyle":"default","_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text"},"55354":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":55355},"_Extent":{"__isSmartRef__":true,"id":55356},"_BorderColor":{"__isSmartRef__":true,"id":55357},"renderContextTable":{"__isSmartRef__":true,"id":55358},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"55355":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55356":{"x":116,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55357":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55358":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"55359":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55360":{"style":{"__isSmartRef__":true,"id":55361},"chunkOwner":{"__isSmartRef__":true,"id":55353},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"55361":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"55362":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"55363":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"55364":{"x":116,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55365":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"55366":{"morph":{"__isSmartRef__":true,"id":55353},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"55367":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":55368},"_Extent":{"__isSmartRef__":true,"id":55369},"_Fill":{"__isSmartRef__":true,"id":55370},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":55380},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":55381},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"55368":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55369":{"x":116,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55370":{"stops":[{"__isSmartRef__":true,"id":55371},{"__isSmartRef__":true,"id":55373},{"__isSmartRef__":true,"id":55375},{"__isSmartRef__":true,"id":55377}],"vector":{"__isSmartRef__":true,"id":55379},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"55371":{"offset":0,"color":{"__isSmartRef__":true,"id":55372}},"55372":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55373":{"offset":0.4,"color":{"__isSmartRef__":true,"id":55374}},"55374":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55375":{"offset":0.6,"color":{"__isSmartRef__":true,"id":55376}},"55376":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55377":{"offset":1,"color":{"__isSmartRef__":true,"id":55378}},"55378":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55379":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"55380":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55381":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"55382":{"x":820,"y":8.999999999999972,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55383":{"stops":[{"__isSmartRef__":true,"id":55384},{"__isSmartRef__":true,"id":55386},{"__isSmartRef__":true,"id":55388},{"__isSmartRef__":true,"id":55390}],"vector":{"__isSmartRef__":true,"id":55379},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"55384":{"offset":0,"color":{"__isSmartRef__":true,"id":55385}},"55385":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55386":{"offset":0.4,"color":{"__isSmartRef__":true,"id":55387}},"55387":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55388":{"offset":0.6,"color":{"__isSmartRef__":true,"id":55389}},"55389":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55390":{"offset":1,"color":{"__isSmartRef__":true,"id":55391}},"55391":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55392":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"55393":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"55394":{"moveHorizontal":true},"55395":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"55396":{"morph":{"__isSmartRef__":true,"id":55352},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"55397":{"submorphs":[],"scripts":[],"id":"98CF7D03-4903-4AAB-9545-63AAC771A73A","shape":{"__isSmartRef__":true,"id":55398},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":55405},"itemList":["-- ALL --"],"selectedLineNo":1,"showsHalos":false,"name":"ObjectEditorConnectionList","partsBinMetaInfo":{"__isSmartRef__":true,"id":55406},"__SourceModuleName__":"Global.lively.morphic.Core","_ClipMode":"auto","owner":{"__isSmartRef__":true,"id":54371},"priorExtent":{"__isSmartRef__":true,"id":55407},"attributeConnections":[{"__isSmartRef__":true,"id":55408}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"prevScroll":[0,0],"layout":{"__isSmartRef__":true,"id":55413},"renderContextTable":{"__isSmartRef__":true,"id":55414},"eventHandler":{"__isSmartRef__":true,"id":55415},"_FontSize":10,"distanceToDragEvent":{"__isSmartRef__":true,"id":55416},"grabbingEnabled":false,"draggingEnabled":false,"isCopyMorphRef":true,"morphRefId":145,"derivationIds":[209,"3900F5DF-0FF7-4C94-8BDB-44AAE12B4A3E","35301083-B60D-4A43-8566-23860EEB4C04","9CC401CC-5A35-4643-935B-FD049C284E16","C9879D40-5E79-4C56-AA79-562ED82BF052","9F6F9261-EB76-4B58-B77D-7D70813A1ED7","8B59E237-F372-4F70-9768-7E9C1A7A021D","FC85F1B9-1978-42D2-850C-BD249981E8B4","D2B607C6-A89B-4B3F-91BB-720451EAB98D","CC361093-FF73-479B-9431-C645CB48F518","307D3B7C-C0E1-484F-8D7E-39FBA9D8EDA5","038AF132-861E-4A77-8756-E6B476413639","65B6CA87-98DE-4473-B4DD-F8763BC3B06A","0AA0E45B-6DCC-4AE0-938C-E53794A511DF","806ACC1C-1353-436B-B1FE-568846777C17","C74AE022-1184-4FDF-A53D-A17627FF61EA","686AF565-EEB0-4AB7-A12E-26727DAD9291","1102A5B3-9973-4471-9EDD-FD7AB802DEA6","BEB06225-53D0-4ACC-9154-DC2DEB5728B7","E32FE34B-7520-4612-B927-C8F9EDFC69BB","D21F598A-4E44-4752-B205-9595DF0E9AE3","208BA0D2-C03C-4E1A-B3F8-DEA512F5BEE0","7762E65E-3A27-4110-84BE-CF9F2A3E536E"],"selection":null,"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":55417},"__LivelyClassName__":"lively.morphic.List"},"55398":{"position":{"__isSmartRef__":true,"id":55399},"_Extent":{"__isSmartRef__":true,"id":55400},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":55401},"_Fill":{"__isSmartRef__":true,"id":55402},"__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderRadius":0,"renderContextTable":{"__isSmartRef__":true,"id":55403},"_Opacity":1,"_BorderStyle":"solid","_Padding":{"__isSmartRef__":true,"id":55404},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"55399":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55400":{"x":180,"y":74,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55401":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55402":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"55403":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"55404":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"55405":{"x":9.999999999999773,"y":479.59655659844,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"55406":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":2,"__SourceModuleName__":"Global.lively.PartsBin","idOnLoad":"98CF7D03-4903-4AAB-9545-63AAC771A73A","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"55407":{"x":180,"y":75,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55408":{"sourceObj":{"__isSmartRef__":true,"id":55397},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":54371},"targetMethodName":"displaySourceForConnection","converterString":"function (value) {\n if (!value) return;\n return (value === '-- ALL --') ? null : value[1];\n}","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":55409},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":55410},"__LivelyClassName__":"AttributeConnection"},"55409":{"source":{"__isSmartRef__":true,"id":55397},"target":{"__isSmartRef__":true,"id":54371}},"55410":{"converter":{"__isSmartRef__":true,"id":55411}},"55411":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":55409},"source":"function (value) {\n if (!value) return;\n return (value === '-- ALL --') ? null : value[1];\n}","funcProperties":{"__isSmartRef__":true,"id":55412},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55412":{},"55413":{"resizeHeight":false,"moveVertical":true},"55414":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateListContent":"updateListContentHTML","resizeList":"resizeListHTML","getItemIndexFromEvent":"getItemIndexFromEventHTML","getListExtent":"getListExtentHTML","setSize":"setSizeHTML","renderAsDropDownList":"renderAsDropDownListHTML","setFontSize":"setFontSizeHTML","setFontFamily":"setFontFamilyHTML","getSelectedIndexes":"getSelectedIndexesHTML","enableMultipleSelections":"enableMultipleSelectionsHTML","selectAllAt":"selectAllAtHTML","clearSelections":"clearSelectionsHTML","deselectAt":"deselectAtHTML"},"55415":{"morph":{"__isSmartRef__":true,"id":55397},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"55416":{"x":124.95989979964943,"y":-17.076643708895745,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55417":{"preselectItem":{"__isSmartRef__":true,"id":55418}},"55418":{"varMapping":{"__isSmartRef__":true,"id":55419},"source":"function preselectItem() {\n if (this.getList().size() === 2) {\n this.selectAt(1);\n } else {\n this.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":55420},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55419":{"this":{"__isSmartRef__":true,"id":55397}},"55420":{"timestamp":{"__isSmartRef__":true,"id":55421},"user":"lauritz"},"55421":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:12:58 GMT+0100 (Mitteleuropäische Zeit)"},"55422":{"submorphs":[{"__isSmartRef__":true,"id":55423}],"scripts":[],"id":47,"shape":{"__isSmartRef__":true,"id":55436},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":55451},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":55439},"lighterFill":{"__isSmartRef__":true,"id":55452},"label":{"__isSmartRef__":true,"id":55423},"attributeConnections":[{"__isSmartRef__":true,"id":55461}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","_Rotation":0,"padding":{"__isSmartRef__":true,"id":55462},"name":"ObjectEditorTargetButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":55463},"_Scale":1,"owner":null,"renderContextTable":{"__isSmartRef__":true,"id":55464},"isCopyMorphRef":true,"morphRefId":1,"__LivelyClassName__":"lively.morphic.Button"},"55423":{"submorphs":[],"scripts":[],"id":48,"shape":{"__isSmartRef__":true,"id":55424},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":116,"_MaxTextHeight":20,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":55429},"textColor":{"__isSmartRef__":true,"id":55427},"owner":{"__isSmartRef__":true,"id":55422},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":55430}],"padding":{"__isSmartRef__":true,"id":55432},"_Padding":{"__isSmartRef__":true,"id":55433},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":55434},"_FontFamily":"Helvetica, Sans-Serif","_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_Align":"center","_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":55435},"__LivelyClassName__":"lively.morphic.Text"},"55424":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":55425},"_Extent":{"__isSmartRef__":true,"id":55426},"_BorderColor":{"__isSmartRef__":true,"id":55427},"renderContextTable":{"__isSmartRef__":true,"id":55428},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"55425":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55426":{"x":116,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55427":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55428":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setOpacity":"setOpacityHTML"},"55429":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55430":{"style":{"__isSmartRef__":true,"id":55431},"chunkOwner":{"__isSmartRef__":true,"id":55423},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"55431":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"55432":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"55433":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"55434":{"x":116,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55435":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"55436":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":55437},"_Extent":{"__isSmartRef__":true,"id":55438},"_Fill":{"__isSmartRef__":true,"id":55439},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":55449},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":55450},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"55437":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55438":{"x":116,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55439":{"stops":[{"__isSmartRef__":true,"id":55440},{"__isSmartRef__":true,"id":55442},{"__isSmartRef__":true,"id":55444},{"__isSmartRef__":true,"id":55446}],"vector":{"__isSmartRef__":true,"id":55448},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"55440":{"offset":0,"color":{"__isSmartRef__":true,"id":55441}},"55441":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55442":{"offset":0.4,"color":{"__isSmartRef__":true,"id":55443}},"55443":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55444":{"offset":0.6,"color":{"__isSmartRef__":true,"id":55445}},"55445":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55446":{"offset":1,"color":{"__isSmartRef__":true,"id":55447}},"55447":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55448":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"55449":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55450":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setOpacity":"setOpacityHTML"},"55451":{"x":215,"y":35,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55452":{"stops":[{"__isSmartRef__":true,"id":55453},{"__isSmartRef__":true,"id":55455},{"__isSmartRef__":true,"id":55457},{"__isSmartRef__":true,"id":55459}],"vector":{"__isSmartRef__":true,"id":55448},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"55453":{"offset":0,"color":{"__isSmartRef__":true,"id":55454}},"55454":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55455":{"offset":0.4,"color":{"__isSmartRef__":true,"id":55456}},"55456":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55457":{"offset":0.6,"color":{"__isSmartRef__":true,"id":55458}},"55458":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55459":{"offset":1,"color":{"__isSmartRef__":true,"id":55460}},"55460":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55461":{"sourceObj":{"__isSmartRef__":true,"id":55422},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":54874},"targetMethodName":"chooseTargetMorphMenu","__SourceModuleName__":"Global.lively.bindings","converter":null,"converterString":null,"updater":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection"},"55462":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"55463":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"55464":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML"},"55465":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"55466":{"x":715.5,"y":73.89999999999998,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55467":{"submorphs":[],"scripts":[],"id":435,"shape":{"__isSmartRef__":true,"id":55468},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":55475},"_MaxTextWidth":218,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":55476},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"ObjectEditorMorphSelector","partsBinMetaInfo":{"__isSmartRef__":true,"id":55477},"textChunks":[{"__isSmartRef__":true,"id":55478}],"charsReplaced":"","lastFindLoc":5,"priorSelectionRange":[15,15],"prevScroll":[0,0],"_ClipMode":"visible","list":[],"attributeConnections":[{"__isSmartRef__":true,"id":55480}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"listMorph":null,"_WhiteSpaceHandling":"pre-wrap","owner":null,"priorExtent":{"__isSmartRef__":true,"id":55482},"_Align":"left","renderContextTable":{"__isSmartRef__":true,"id":55483},"eventHandler":{"__isSmartRef__":true,"id":55484},"_MinTextWidth":218,"_MinTextHeight":null,"scriptAnnotations":{"__isSmartRef__":true,"id":55485},"selection":{"__isSmartRef__":true,"id":54158},"previousSelection":[0,13],"isCopyMorphRef":true,"morphRefId":1,"isBeingDragged":false,"draggingEnabled":false,"layout":{"__isSmartRef__":true,"id":55504},"_Rotation":0,"_Scale":1,"distanceToDragEvent":{"__isSmartRef__":true,"id":55505},"savedTextString":"100","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":55506},"__LivelyClassName__":"lively.morphic.Text"},"55468":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":55469},"_Extent":{"__isSmartRef__":true,"id":55470},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":55471},"renderContextTable":{"__isSmartRef__":true,"id":55472},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":55473},"_BorderRadius":3.7000000000000006,"_Opacity":1,"_BorderStyle":"solid","_Fill":{"__isSmartRef__":true,"id":55474},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"55469":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55470":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55471":{"r":0.753,"g":0.753,"b":0.753,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55472":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"55473":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"55474":{"r":0.9548430751559654,"g":0.9548430751559654,"b":0.9548430751559654,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55475":{"x":200,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55476":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55477":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"55478":{"style":{"__isSmartRef__":true,"id":55479},"chunkOwner":{"__isSmartRef__":true,"id":55467},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"55479":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"55480":{"sourceObj":{"__isSmartRef__":true,"id":55467},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":54371},"targetMethodName":"setTarget","converter":null,"converterString":"function (name) { return $world.get(name)}","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":55481},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"55481":{"source":{"__isSmartRef__":true,"id":55467},"target":{"__isSmartRef__":true,"id":54371}},"55482":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55483":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"55484":{"morph":{"__isSmartRef__":true,"id":55467},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"55485":{"createListMorph":{"__isSmartRef__":true,"id":55486},"displayTopLevelMorphs":{"__isSmartRef__":true,"id":55488},"onMouseUp":{"__isSmartRef__":true,"id":55490},"resetConnections":{"__isSmartRef__":true,"id":55492},"setTargetToListSelection":{"__isSmartRef__":true,"id":55494},"setTargetOfPane":{"__isSmartRef__":true,"id":55496},"onBlur":{"__isSmartRef__":true,"id":55498},"reset":{"__isSmartRef__":true,"id":55500},"onMouseDown":{"__isSmartRef__":true,"id":55502}},"55486":{"time":{"__isSmartRef__":true,"id":55487},"user":"lauritz"},"55487":{"isSerializedDate":true,"string":"Fri Oct 28 2011 05:27:29 GMT+0200 (Mitteleuropäische Sommerzeit)"},"55488":{"time":{"__isSmartRef__":true,"id":55489},"user":"lauritz"},"55489":{"isSerializedDate":true,"string":"Fri Oct 14 2011 23:48:37 GMT+0200 (Mitteleuropäische Sommerzeit)"},"55490":{"time":{"__isSmartRef__":true,"id":55491},"user":"lauritz"},"55491":{"isSerializedDate":true,"string":"Mon Oct 03 2011 18:51:14 GMT+0200 (Mitteleuropäische Sommerzeit)"},"55492":{"time":{"__isSmartRef__":true,"id":55493},"user":"lauritz"},"55493":{"isSerializedDate":true,"string":"Wed Sep 28 2011 01:03:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"55494":{"time":{"__isSmartRef__":true,"id":55495},"user":"lauritz"},"55495":{"isSerializedDate":true,"string":"Sat Oct 15 2011 00:00:58 GMT+0200 (Mitteleuropäische Sommerzeit)"},"55496":{"time":{"__isSmartRef__":true,"id":55497},"user":"lauritz"},"55497":{"isSerializedDate":true,"string":"Mon Oct 03 2011 18:34:37 GMT+0200 (Mitteleuropäische Sommerzeit)"},"55498":{"time":{"__isSmartRef__":true,"id":55499},"user":"lauritz"},"55499":{"isSerializedDate":true,"string":"Fri Oct 07 2011 19:24:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"55500":{"time":{"__isSmartRef__":true,"id":55501},"user":"lauritz"},"55501":{"isSerializedDate":true,"string":"Fri Oct 07 2011 19:26:15 GMT+0200 (Mitteleuropäische Sommerzeit)"},"55502":{"time":{"__isSmartRef__":true,"id":55503},"user":"lauritz"},"55503":{"isSerializedDate":true,"string":"Mon Oct 17 2011 19:49:00 GMT+0200 (Mitteleuropäische Sommerzeit)"},"55504":{},"55505":{"x":153.8540395186758,"y":-23.74126935194758,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55506":{"getList":{"__isSmartRef__":true,"id":55507},"setList":{"__isSmartRef__":true,"id":55510},"reset":{"__isSmartRef__":true,"id":55513},"example":{"__isSmartRef__":true,"id":55516},"removeList":{"__isSmartRef__":true,"id":55519},"onBlur":{"__isSmartRef__":true,"id":55522},"createListMorph":{"__isSmartRef__":true,"id":55529},"resetConnections":{"__isSmartRef__":true,"id":55532},"displayTopLevelMorphs":{"__isSmartRef__":true,"id":55535},"setTargetToListSelection":{"__isSmartRef__":true,"id":55538},"setTargetOfPane":{"__isSmartRef__":true,"id":55541},"onMouseDown":{"__isSmartRef__":true,"id":55544}},"55507":{"varMapping":{"__isSmartRef__":true,"id":55508},"source":"function getList() {\n return this.world().indentedListItemsOfMorphNames();\n}","funcProperties":{"__isSmartRef__":true,"id":55509},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55508":{"this":{"__isSmartRef__":true,"id":55467}},"55509":{},"55510":{"varMapping":{"__isSmartRef__":true,"id":55511},"source":"function setList(list) {\n return this.list = list;\n}","funcProperties":{"__isSmartRef__":true,"id":55512},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55511":{"this":{"__isSmartRef__":true,"id":55467}},"55512":{},"55513":{"varMapping":{"__isSmartRef__":true,"id":55514},"source":"function reset() {\n this.list = [];\n this.textString = 'empty';\n this.removeList();\n this.resetConnections();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\n}","funcProperties":{"__isSmartRef__":true,"id":55515},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55514":{"this":{"__isSmartRef__":true,"id":55467}},"55515":{},"55516":{"varMapping":{"__isSmartRef__":true,"id":55517},"source":"function example() {\n/*\nthis.example()\nthis.getList()\n*/\n this.setList(Array.range(0,100));\n this.textString = 'empty';\n}","funcProperties":{"__isSmartRef__":true,"id":55518},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55517":{"this":{"__isSmartRef__":true,"id":55467}},"55518":{},"55519":{"varMapping":{"__isSmartRef__":true,"id":55520},"source":"function removeList() {\n this.listMorph && this.listMorph.remove()\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":55521},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55520":{"this":{"__isSmartRef__":true,"id":55467}},"55521":{},"55522":{"varMapping":{"__isSmartRef__":true,"id":55523},"source":"function onBlur() {\n $super();\n this.removeList();\n}","funcProperties":{"__isSmartRef__":true,"id":55528},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55523":{"this":{"__isSmartRef__":true,"id":55467},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":55524}},"55524":{"$super":{"__isSmartRef__":true,"id":55525}},"55525":{"varMapping":{"__isSmartRef__":true,"id":55526},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":55527},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55526":{"obj":{"__isSmartRef__":true,"id":55467},"name":"onBlur"},"55527":{},"55528":{},"55529":{"varMapping":{"__isSmartRef__":true,"id":55530},"source":"function createListMorph() {\n var list = new lively.morphic.List(new Rectangle(0,0, this.getExtent().x, 520));\n list.setList(this.getList());\n list.setFontSize(12);\n\n list.disableGrabbing();\n list.disableDragging();\n \n this.addMorph(list);\n list.setPosition(pt(0,0));\n\n connect(list, 'selection', this, 'setTargetToListSelection');\n \n return list;\n}","funcProperties":{"__isSmartRef__":true,"id":55531},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55530":{"this":{"__isSmartRef__":true,"id":55467}},"55531":{},"55532":{"varMapping":{"__isSmartRef__":true,"id":55533},"source":"function resetConnections() {\n disconnectAll(this);\n connect(this, 'savedTextString', this.owner, 'setTarget', {converter: \n\tfunction (name) { return $world.get(name)}});\n}","funcProperties":{"__isSmartRef__":true,"id":55534},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55533":{"this":{"__isSmartRef__":true,"id":55467}},"55534":{},"55535":{"varMapping":{"__isSmartRef__":true,"id":55536},"source":"function displayTopLevelMorphs() {\n if (this.listMorph) { this.removeList(); return true }\n var list = this.createListMorph(); \n this.addMorph(list);\n this.listMorph = list;\n}","funcProperties":{"__isSmartRef__":true,"id":55537},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55536":{"this":{"__isSmartRef__":true,"id":55467}},"55537":{},"55538":{"varMapping":{"__isSmartRef__":true,"id":55539},"source":"function setTargetToListSelection(selection) { \n this.removeList();\n if (!selection) return;\n if (this.owner.scriptPane.hasChanged()) {\n var that = this;\n var callback = function (confirmed) {\n if (confirmed) that.setTargetOfPane(selection);\n }\n this.owner.confirmUnsavedChanges(callback);\n } else {\n this.setTargetOfPane(selection);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":55540},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55539":{"this":{"__isSmartRef__":true,"id":55467}},"55540":{},"55541":{"varMapping":{"__isSmartRef__":true,"id":55542},"source":"function setTargetOfPane(selection) {\n this.owner.setTarget(selection);\n this.setTextString(selection.getName());\n this.removeList();\n}","funcProperties":{"__isSmartRef__":true,"id":55543},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55542":{"this":{"__isSmartRef__":true,"id":55467}},"55543":{},"55544":{"varMapping":{"__isSmartRef__":true,"id":55545},"source":"function onMouseDown(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n return false;\n } else {\n this.displayTopLevelMorphs();\n return true;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":55550},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55545":{"this":{"__isSmartRef__":true,"id":55467},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":55546}},"55546":{"$super":{"__isSmartRef__":true,"id":55547}},"55547":{"varMapping":{"__isSmartRef__":true,"id":55548},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":55549},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55548":{"obj":{"__isSmartRef__":true,"id":55467},"name":"onMouseDown"},"55549":{},"55550":{},"55551":{"morph":{"__isSmartRef__":true,"id":54874},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"55552":{"sortedScriptNamesOfObj":{"__isSmartRef__":true,"id":55553},"setTarget":{"__isSmartRef__":true,"id":55556},"generateSourceForScript":{"__isSmartRef__":true,"id":55559},"generateSourceForConnection":{"__isSmartRef__":true,"id":55562},"generateTargetCode":{"__isSmartRef__":true,"id":55565},"sortedConnectionNamesOfObj":{"__isSmartRef__":true,"id":55568},"displayJavaScriptSource":{"__isSmartRef__":true,"id":55571},"displaySourceForScript":{"__isSmartRef__":true,"id":55574},"displaySourceForConnection":{"__isSmartRef__":true,"id":55577},"newScript":{"__isSmartRef__":true,"id":55580},"newConnection":{"__isSmartRef__":true,"id":55583},"deleteSelectedScript":{"__isSmartRef__":true,"id":55586},"disconnectConnection":{"__isSmartRef__":true,"id":55589},"updateLists":{"__isSmartRef__":true,"id":55592},"displayInitialScript":{"__isSmartRef__":true,"id":55595},"reset":{"__isSmartRef__":true,"id":55598},"selectChangedContent":{"__isSmartRef__":true,"id":55601}},"55553":{"varMapping":{"__isSmartRef__":true,"id":55554},"source":"function sortedScriptNamesOfObj(obj) {\n if (!Functions.own(obj) || Functions.own(obj).size() == 0) return [];\n return Functions.own(obj)\n\t.select(function(name) { return obj[name].hasLivelyClosure })\n\t.sortBy(function(name) { return name.toLowerCase() });\n}","funcProperties":{"__isSmartRef__":true,"id":55555},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55554":{"this":{"__isSmartRef__":true,"id":54874}},"55555":{},"55556":{"varMapping":{"__isSmartRef__":true,"id":55557},"source":"function setTarget(morph) {\n this.reset();\n module('lively.ide.SyntaxHighlighting').load(true);\n this.target = morph;\n this.morphSelector.textString = (this.target.getName() || this.target.toString());\n this.scriptPane.doitContext = this.target;\n this.updateLists();\n this.displayInitialScript();\n}","funcProperties":{"__isSmartRef__":true,"id":55558},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55557":{"this":{"__isSmartRef__":true,"id":54874}},"55558":{},"55559":{"varMapping":{"__isSmartRef__":true,"id":55560},"source":"function generateSourceForScript(scriptName) {\n var script = this.target[scriptName].getOriginal();\n return Strings.format('this.addScript(%s);' ,script)\n}","funcProperties":{"__isSmartRef__":true,"id":55561},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55560":{"this":{"__isSmartRef__":true,"id":54874}},"55561":{},"55562":{"varMapping":{"__isSmartRef__":true,"id":55563},"source":"function generateSourceForConnection(connection) {\n var c = connection, targetObject = this.target;\n\tif (!c.getTargetObj() || !c.getTargetObj().name || \n\t\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\n\n\tvar optConfig = []\n\tif (c.converterString)\n\t\toptConfig.push(\"converter: \\n\\t\" + c.converterString)\n\tif (c.updaterString)\n\t\toptConfig.push(\"updater: \\n\\t\" + c.updaterString)\n\treturn Strings.format('connect(%s, \"%s\", %s, \"%s\", {%s});', \n\t\t\tthis.generateTargetCode(targetObject, c.getSourceObj()),\n\t\t\tc.getSourceAttrName(),\n\t\t\tthis.generateTargetCode(targetObject, c.getTargetObj()),\n\t\t\tc.getTargetMethodName(),\n\t\t\toptConfig.join(','));\n\n}","funcProperties":{"__isSmartRef__":true,"id":55564},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55563":{"this":{"__isSmartRef__":true,"id":54874}},"55564":{},"55565":{"varMapping":{"__isSmartRef__":true,"id":55566},"source":"function generateTargetCode(baseObject, targetObject) {\n\tvar name = targetObject.name;\n\tif (baseObject === targetObject) \n\t\treturn \"this\";\n\telse if (baseObject[name] === targetObject) \n\t\treturn \"this.\" + name;\n\telse if (baseObject.testObject === targetObject) \n\t\treturn \"this.testObject\";\n\telse if (baseObject.get(name) === targetObject) \n\t\treturn 'this.get(\"' + name + '\")';\n\telse if (targetObject instanceof Morph) \n\t\treturn '$morph(\"' + name + '\")';\n\telse \n\t\treturn \"????\";\n}","funcProperties":{"__isSmartRef__":true,"id":55567},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55566":{"this":{"__isSmartRef__":true,"id":54874}},"55567":{},"55568":{"varMapping":{"__isSmartRef__":true,"id":55569},"source":"function sortedConnectionNamesOfObj(obj) {\n if (\"attributeConnections\" in obj) {\n return obj.attributeConnections\n .sortBy(function(each) {return name.toLowerCase() })\n .collect(function(each) {return [each.getSourceAttrName(), each]});\n } else {\n return [];\n }\n}","funcProperties":{"__isSmartRef__":true,"id":55570},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55569":{"this":{"__isSmartRef__":true,"id":54874}},"55570":{},"55571":{"varMapping":{"__isSmartRef__":true,"id":55572},"source":"function displayJavaScriptSource(jsCode) {\n this.scriptPane.setTextString(jsCode);\n this.scriptPane.highlightJavaScriptSyntax();\n}","funcProperties":{"__isSmartRef__":true,"id":55573},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55572":{"this":{"__isSmartRef__":true,"id":54874}},"55573":{},"55574":{"varMapping":{"__isSmartRef__":true,"id":55575},"source":"function displaySourceForScript(scriptName) {\n if (!scriptName) return;\n var code = \"\", that = this;\n if (scriptName === \"-- ALL --\") {\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForScript(each)).concat(\"\\n\\n\");\n });\n } else {\n code = this.generateSourceForScript(scriptName); \n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":55576},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55575":{"this":{"__isSmartRef__":true,"id":54874}},"55576":{},"55577":{"varMapping":{"__isSmartRef__":true,"id":55578},"source":"function displaySourceForConnection(connection) {\n if (!connection) return;\n var code = \"\", that = this;\n if ((typeof connection === \"string\") && connection === \"-- ALL --\") {\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\"\\n\\n\");\n })\n } else {\n code = this.generateSourceForConnection(connection);\n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":55579},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55578":{"this":{"__isSmartRef__":true,"id":54874}},"55579":{},"55580":{"varMapping":{"__isSmartRef__":true,"id":55581},"source":"function newScript() {\n if (this.target) {\n var code = \"this.addScript(function SCRIPTNAME() {\\n\\t\\n});\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":55582},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55581":{"this":{"__isSmartRef__":true,"id":54874}},"55582":{},"55583":{"varMapping":{"__isSmartRef__":true,"id":55584},"source":"function newConnection() {\n if (this.target) {\n var code = \"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":55585},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55584":{"this":{"__isSmartRef__":true,"id":54874}},"55585":{},"55586":{"varMapping":{"__isSmartRef__":true,"id":55587},"source":"function deleteSelectedScript() {\n if (this.scriptList.selection && this.target) {\n if (!this.target.hasOwnProperty(this.scriptList.selection)) return;\n delete this.target[this.scriptList.selection];\n this.updateLists();\n this.displayInitialScript();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":55588},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55587":{"this":{"__isSmartRef__":true,"id":54874}},"55588":{},"55589":{"varMapping":{"__isSmartRef__":true,"id":55590},"source":"function disconnectConnection() {\n var selection = this.connectionList.selection;\n if (selection && \n (typeof selection !== \"string\") &&\n this.target.attributeConnections.indexOf(selection[1]) > -1) {\n var c = this.connectionList.selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n this.updateLists();\n this.displayInitialScript();\n } \n}","funcProperties":{"__isSmartRef__":true,"id":55591},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55590":{"this":{"__isSmartRef__":true,"id":54874}},"55591":{},"55592":{"varMapping":{"__isSmartRef__":true,"id":55593},"source":"function updateLists() {\n this.scriptList.setList(this.sortedScriptNamesOfObj(this.target));\n var scriptListItems = this.scriptList.getList();\n scriptListItems.unshift(\"-- ALL --\");\n this.scriptList.setList(scriptListItems);\n\n this.connectionList.setList(this.sortedConnectionNamesOfObj(this.target));\n var connectionListItems = this.connectionList.getList();\n connectionListItems.unshift(\"-- ALL --\");\n this.connectionList.setList(connectionListItems);\n}","funcProperties":{"__isSmartRef__":true,"id":55594},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55593":{"this":{"__isSmartRef__":true,"id":54874}},"55594":{},"55595":{"varMapping":{"__isSmartRef__":true,"id":55596},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.selectAt(0);\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.selectAt(0);\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":55597},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55596":{"this":{"__isSmartRef__":true,"id":54874}},"55597":{},"55598":{"varMapping":{"__isSmartRef__":true,"id":55599},"source":"function reset() {\n this.target = null;\n this.scriptPane.doitContext = null;\n this.scriptList.setList();\n this.connectionList.setList();\n this.scriptPane.setTextString(\"\");\n this.morphSelector.reset();\n}","funcProperties":{"__isSmartRef__":true,"id":55600},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55599":{"this":{"__isSmartRef__":true,"id":54874}},"55600":{},"55601":{"varMapping":{"__isSmartRef__":true,"id":55602},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n var index = this.scriptList.getList().indexOf(addScriptMatches[0]);\n if (index > -1) { \n return this.scriptList.selectAt(index);\n }\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i","selection":{"__isSmartRef__":true,"id":55781},"_ClipMode":"visible","prevScroll":[0,0],"listMorph":null,"derivationIds":[221,"4AC64FBA-95AC-42B2-A078-B6DA97889093","E26ED0E6-C4CE-4C82-94D5-175270E8459E","D292F2FC-C2B6-48AE-B779-8CC5868FFA49","53A862EB-032C-4BF0-9B21-58C7E0C0A9B2","CC4D188B-510F-48DE-A0E1-EC8D2CD63F9F","0CD057F2-3517-4849-A69E-1EF79B05ACE8","66EBBB7D-8FA7-4D43-AE78-A18DA3B970BA","A50C1893-4138-4E29-865B-92F53F76D08A","1EC5D2B9-3539-419A-8DD6-CE82DEABB02C","95DC06D5-F4C7-49E2-8A01-110D1B0AFBD0","672DEFAB-2BE5-4C60-9779-3B44694FBEB1","E3476213-5872-492C-BE29-0C6A5A150ED8","AA2F6ABE-1CCB-403D-94DD-8FB371F3DDCE","54B67D51-AB19-40A0-A2A6-EC51F3171CAC","1CF44342-896F-4ACB-847F-7CB3CD10ED5A","279A9257-1667-4E0C-844B-A4E0D02462F0","DDCBD835-4B3F-4B8F-9623-696DA76C3A2C","D2CB17F3-5DD0-4E97-BF99-40A95ABF976B","FA519665-2394-43D3-8DCF-802A158F3291","90519BB5-7419-46E0-B7E3-4C26304F3414","3282D25E-B004-4531-8508-173EB73B479E","5A6C6654-2943-456D-ADD5-9BABB678CCEB"],"_Rotation":0,"_Scale":1.0000000000000002,"isPressed":false,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":55798},"__LivelyClassName__":"lively.morphic.Button"},"55732":{"submorphs":[],"scripts":[],"id":"57D69FC8-C0A7-4222-A115-D0728F5C223E","shape":{"__isSmartRef__":true,"id":55733},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":220,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":55739},"textColor":{"__isSmartRef__":true,"id":55736},"owner":{"__isSmartRef__":true,"id":55731},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":55740}],"padding":{"__isSmartRef__":true,"id":55742},"_Padding":{"__isSmartRef__":true,"id":55742},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":55743},"attributeConnections":[{"__isSmartRef__":true,"id":55744}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"renderContextTable":{"__isSmartRef__":true,"id":55745},"eventHandler":{"__isSmartRef__":true,"id":55746},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":220,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":10,"derivationIds":[222,"30F054A3-7658-405B-8098-B7D87AA8A9ED","556D6E07-45B7-42EC-A486-DE275EF0B034","06B0B080-467A-46CC-8B0D-9C0A9B9A71F1","5E2D96C9-BB9B-4735-8673-A79847435197","B48AA022-2022-4A2A-9090-4D884FB3DFD3","8B2F743A-98C5-45E1-B03C-5019114EAC47","D09C56C3-A2DC-4BDF-B8A1-6365138ECD01","74158C3D-B79E-43E7-B111-48701B10ACE2","B19E117B-E40F-4B9F-86AC-BFB2AAFD5336","4E3B3D72-E52C-44ED-AE32-78939BA1ECFD","2459D1F0-E49C-4882-AB4C-D78C1A496962","3D8D3B02-0459-45C1-A606-D0DB4B07958C","78AAE288-D261-4BEA-9436-C8C31B890B44","2E10F795-9892-4BF7-9A46-BCB90FD6112E","DE32EFA9-C920-42F6-9F2E-7EDABEC006AF","23FBFC79-1927-48FD-8C1C-09FFD7539784","3409506C-9BAE-43DA-BCAF-94392F9646DF","ED94289E-98FC-4126-9EED-25FDC98D5BFC","63C2F1D8-3A1B-464B-9945-1F661D4CFE26","782AAB82-32E9-4A37-9DC0-3118636C2CCE","C07C687C-4B3D-4283-8791-5718737E1552","74A5D564-D190-453E-BBC6-1A142995D7C8"],"_TextColor":{"__isSmartRef__":true,"id":55747},"partsBinMetaInfo":{"__isSmartRef__":true,"id":55748},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"55733":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":55734},"_Extent":{"__isSmartRef__":true,"id":55735},"_BorderColor":{"__isSmartRef__":true,"id":55736},"renderContextTable":{"__isSmartRef__":true,"id":55737},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":55738},"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"55734":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55735":{"x":220,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"55736":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55737":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"55738":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"55739":{"x":2.0000000000004547,"y":1.0000000000002274,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"55740":{"style":{"__isSmartRef__":true,"id":55741},"chunkOwner":{"__isSmartRef__":true,"id":55732},"storedString":"empty","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"55741":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"55742":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"55743":{"x":220,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"55744":{"sourceObj":{"__isSmartRef__":true,"id":55732},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":55731},"targetMethodName":"selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"55745":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"55746":{"morph":{"__isSmartRef__":true,"id":55732},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"55747":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55748":{"requiredModules":[],"idOnLoad":"57D69FC8-C0A7-4222-A115-D0728F5C223E","__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"55749":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":55750},"_Extent":{"__isSmartRef__":true,"id":55751},"_Fill":{"__isSmartRef__":true,"id":55752},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":55762},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":55763},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":55764},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"55750":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55751":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55752":{"stops":[{"__isSmartRef__":true,"id":55753},{"__isSmartRef__":true,"id":55755},{"__isSmartRef__":true,"id":55757},{"__isSmartRef__":true,"id":55759}],"vector":{"__isSmartRef__":true,"id":55761},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"55753":{"offset":0,"color":{"__isSmartRef__":true,"id":55754}},"55754":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55755":{"offset":0.4,"color":{"__isSmartRef__":true,"id":55756}},"55756":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55757":{"offset":0.6,"color":{"__isSmartRef__":true,"id":55758}},"55758":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55759":{"offset":1,"color":{"__isSmartRef__":true,"id":55760}},"55760":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55761":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"55762":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55763":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"55764":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"55765":{"x":241.15654326393178,"y":10.051355170230863,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"55766":{"stops":[{"__isSmartRef__":true,"id":55767},{"__isSmartRef__":true,"id":55769},{"__isSmartRef__":true,"id":55771},{"__isSmartRef__":true,"id":55773}],"vector":{"__isSmartRef__":true,"id":55761},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"55767":{"offset":0,"color":{"__isSmartRef__":true,"id":55768}},"55768":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55769":{"offset":0.4,"color":{"__isSmartRef__":true,"id":55770}},"55770":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55771":{"offset":0.6,"color":{"__isSmartRef__":true,"id":55772}},"55772":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55773":{"offset":1,"color":{"__isSmartRef__":true,"id":55774}},"55774":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55775":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"55776":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","idOnLoad":"2CE14C8B-AC56-448D-B64E-FF044AF082CA","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"55777":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"55778":{"morph":{"__isSmartRef__":true,"id":55731},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"55779":{"x":163.49122475735174,"y":-15.233000571157135,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55780":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55781":{"submorphs":[],"scripts":[],"id":181,"shape":{"__isSmartRef__":true,"id":55782},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":55788},"_MaxTextWidth":580,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":55789},"showsHalos":false,"_FontSize":28,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Title","partsBinMetaInfo":{"__isSmartRef__":true,"id":55790},"_TextColor":{"__isSmartRef__":true,"id":55791},"renderContextTable":{"__isSmartRef__":true,"id":55792},"textChunks":[{"__isSmartRef__":true,"id":55793}],"eventHandler":{"__isSmartRef__":true,"id":55795},"priorExtent":{"__isSmartRef__":true,"id":55796},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":580,"_MinTextHeight":null,"_Rotation":0,"_Scale":1.002003004005006,"previousSelection":[35,35],"priorSelectionRange":[23,23],"charsReplaced":"WIP / Proof of Concept","lastFindLoc":22,"distanceToDragEvent":{"__isSmartRef__":true,"id":55797},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","isCopyMorphRef":true,"morphRefId":2,"prevScroll":[0,0],"__LivelyClassName__":"lively.morphic.Text"},"55782":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":55783},"_Extent":{"__isSmartRef__":true,"id":55784},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":55785},"renderContextTable":{"__isSmartRef__":true,"id":55786},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":55787},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"55783":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55784":{"x":580,"y":43,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55785":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55786":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"55787":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"55788":{"x":37,"y":23,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55789":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55790":{"partsSpaceName":"PartsBin/Worlds/","__SourceModuleName__":"Global.lively.PartsBin","comment":"For example a world title.","partName":"Title","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"55791":{"r":0,"g":0.309,"b":0.595,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55792":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"55793":{"style":{"__isSmartRef__":true,"id":55794},"chunkOwner":{"__isSmartRef__":true,"id":55781},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"55794":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"55795":{"morph":{"__isSmartRef__":true,"id":55781},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"55796":{"x":580,"y":43,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55797":{"x":221,"y":-12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55798":{"createListMorph":{"__isSmartRef__":true,"id":55799},"getList":{"__isSmartRef__":true,"id":55802},"removeList":{"__isSmartRef__":true,"id":55806},"reset":{"__isSmartRef__":true,"id":55809},"displayTopLevelMorphs":{"__isSmartRef__":true,"id":55813},"onMouseDown":{"__isSmartRef__":true,"id":55816},"setTargetOfPane":{"__isSmartRef__":true,"id":55824},"setTargetToListSelection":{"__isSmartRef__":true,"id":55828},"onBlur":{"__isSmartRef__":true,"id":55832},"setTarget":{"__isSmartRef__":true,"id":55839},"setTargetOnSelection":{"__isSmartRef__":true,"id":55843},"getItems":{"__isSmartRef__":true,"id":55847},"createGroupTree":{"__isSmartRef__":true,"id":55850},"createWorldTree":{"__isSmartRef__":true,"id":55853},"highlightCurrentTarget":{"__isSmartRef__":true,"id":55856},"setHighlight":{"__isSmartRef__":true,"id":55859},"removeHighlight":{"__isSmartRef__":true,"id":55862}},"55799":{"varMapping":{"__isSmartRef__":true,"id":55800},"source":"function createListMorph() {\n var items = this.getItems(),\n height = this.owner.getExtent().y,\n bounds = new Rectangle(0, this.getExtent().y, this.getExtent().x, height),\n that = this\n\n var listMorph = new lively.morphic.Tree();\n listMorph.setName(\"MorphSelectorTree\")\n listMorph.getLayouter().defer()\n listMorph.setItem(items);\n listMorph.setBounds(bounds)\n listMorph.disableGrabbing()\n listMorph.disableDragging()\n listMorph.setBorderWidth(1)\n listMorph.setBorderColor(Color.rgb(150,150,150))\n listMorph.childNodes.each(function (n) {\n n.expand()\n })\n this.highlightCurrentTarget(listMorph)\n\n return listMorph;\n}","funcProperties":{"__isSmartRef__":true,"id":55801},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"55800":{"this":{"__isSmartRef__":true,"id":55731}},"55801":{},"55802":{"varMapping":{"__isSmartRef__":true,"id":55803},"source":"function getList() {\n var worldEntry = {\n isListItem: true,\n selectionString: 'World',\n string: 'World',\n value: this.world()\n };\n var list = this.world().indentedListItemsOfMorphNames();\n list.unshift(worldEntry);\n return list;\n}","funcProperties":{"__isSmartRef__":true,"id":55804},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55803":{"this":{"__isSmartRef__":true,"id":55731}},"55804":{"timestamp":{"__isSmartRef__":true,"id":55805},"user":"lauritz","tags":[]},"55805":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:12:23 GMT+0100 (Mitteleuropäische Zeit)"},"55806":{"varMapping":{"__isSmartRef__":true,"id":55807},"source":"function removeList() {\n if (this.listMorph && !this.listMorph.stayUp) {\n this.listMorph.remove()\n this.listMorph = null\n } else {\n this.listMorph && delete this.listMorph.stayUp\n }\n}","funcProperties":{"__isSmartRef__":true,"id":55808},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"55807":{"this":{"__isSmartRef__":true,"id":55731}},"55808":{},"55809":{"varMapping":{"__isSmartRef__":true,"id":55810},"source":"function reset() {\n this.list = [];\n this.setLabel('empty');\n this.label.setAlign('left');\n this.removeList();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'});\n}","funcProperties":{"__isSmartRef__":true,"id":55811},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55810":{"this":{"__isSmartRef__":true,"id":55731}},"55811":{"timestamp":{"__isSmartRef__":true,"id":55812},"user":"lauritz","tags":[]},"55812":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:34:06 GMT+0100 (Mitteleuropäische Zeit)"},"55813":{"varMapping":{"__isSmartRef__":true,"id":55814},"source":"function displayTopLevelMorphs() {\n var listMorph = this.createListMorph();\n listMorph.setVisible(false)\n this.addMorph(listMorph)\n this.listMorph = listMorph\n\n // need temp here, doesn't work otherwise, strange errors... Javascript WAT\n var layouting = function() {\n listMorph.setVisible(true)\n listMorph.getLayouter().resume()\n }\n layouting.morphicDelay(1)\n}","funcProperties":{"__isSmartRef__":true,"id":55815},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"55814":{"this":{"__isSmartRef__":true,"id":55731}},"55815":{},"55816":{"varMapping":{"__isSmartRef__":true,"id":55817},"source":"function onMouseDown(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n // clicked on morph, not the list, not the list's scrollbar\n if (evt.target === this.renderContext().shapeNode)\n this.removeList();\n } else {\n this.displayTopLevelMorphs();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":55822},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55817":{"this":{"__isSmartRef__":true,"id":55731},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":55818}},"55818":{"$super":{"__isSmartRef__":true,"id":55819}},"55819":{"varMapping":{"__isSmartRef__":true,"id":55820},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":55821},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55820":{"obj":{"__isSmartRef__":true,"id":55731},"name":"onMouseDown"},"55821":{},"55822":{"timestamp":{"__isSmartRef__":true,"id":55823},"user":"lauritz","tags":[]},"55823":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:30:39 GMT+0100 (Mitteleuropäische Zeit)"},"55824":{"varMapping":{"__isSmartRef__":true,"id":55825},"source":"function setTargetOfPane(selection) {\n this.owner.setTarget(selection);\n this.label.setAlign('left');\n}","funcProperties":{"__isSmartRef__":true,"id":55826},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55825":{"this":{"__isSmartRef__":true,"id":55731}},"55826":{"timestamp":{"__isSmartRef__":true,"id":55827},"user":"lauritz","tags":[]},"55827":{"isSerializedDate":true,"string":"Wed Dec 07 2011 04:30:42 GMT+0100 (Mitteleuropäische Zeit)"},"55828":{"varMapping":{"__isSmartRef__":true,"id":55829},"source":"function setTargetToListSelection() { \n var selection = this.listMorph.selection;\n this.removeList();\n if (!selection) return;\n if (this.owner.scriptPane.hasChanged()) {\n var that = this;\n var callback = function (confirmed) {\n if (confirmed) that.setTargetOfPane(selection);\n }\n this.owner.confirmUnsavedChanges(callback);\n } else {\n this.setTargetOfPane(selection);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":55830},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55829":{"this":{"__isSmartRef__":true,"id":55731}},"55830":{"timestamp":{"__isSmartRef__":true,"id":55831},"user":"lauritz","tags":[]},"55831":{"isSerializedDate":true,"string":"Wed Dec 07 2011 06:06:48 GMT+0100 (Mitteleuropäische Zeit)"},"55832":{"varMapping":{"__isSmartRef__":true,"id":55833},"source":"function onBlur(evt) {\n $super(evt);\n \n // workaround - otherwise other morphs get this event\n var target = evt.world.clickedOnMorph\n if (!this.listMorph || !this.listMorph.isAncestorOf(target)) {\n this.removeList();\n } else {\n this.focus()\n }\n}","funcProperties":{"__isSmartRef__":true,"id":55838},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"55833":{"this":{"__isSmartRef__":true,"id":55731},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":55834}},"55834":{"$super":{"__isSmartRef__":true,"id":55835}},"55835":{"varMapping":{"__isSmartRef__":true,"id":55836},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":55837},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"55836":{"obj":{"__isSmartRef__":true,"id":55731},"name":"onBlur"},"55837":{},"55838":{},"55839":{"varMapping":{"__isSmartRef__":true,"id":55840},"source":"function setTarget(target) {\n this.label.setTextString(target.getName() || target.toString());\n}","funcProperties":{"__isSmartRef__":true,"id":55841},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55840":{"this":{"__isSmartRef__":true,"id":55731}},"55841":{"timestamp":{"__isSmartRef__":true,"id":55842},"user":"lauritz","tags":[]},"55842":{"isSerializedDate":true,"string":"Wed Dec 07 2011 04:29:39 GMT+0100 (Mitteleuropäische Zeit)"},"55843":{"varMapping":{"__isSmartRef__":true,"id":55844},"source":"function setTargetOnSelection() {\n if (this.listMorph && this.listMorph.renderContext() && this.listMorph.renderContext().listNode.value) {\n this.setTargetToListSelection();\n this.stopStepping();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":55845},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55844":{"this":{"__isSmartRef__":true,"id":55731}},"55845":{"timestamp":{"__isSmartRef__":true,"id":55846},"user":"lauritz","tags":[]},"55846":{"isSerializedDate":true,"string":"Wed Dec 07 2011 06:12:06 GMT+0100 (Mitteleuropäische Zeit)"},"55847":{"varMapping":{"__isSmartRef__":true,"id":55848},"source":"function getItems() {\n var worldEntry = this.createWorldTree(),\n groups = this.createGroupTree()\n\n return {children: [groups, worldEntry]};\n}","funcProperties":{"__isSmartRef__":true,"id":55849},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"55848":{"this":{"__isSmartRef__":true,"id":55731}},"55849":{},"55850":{"varMapping":{"__isSmartRef__":true,"id":55851},"source":"function createGroupTree() {\n // groups\n var morphList = this.world().indentedListItemsOfMorphNames(),\n that = this,\n children = morphList.collect(function (element) {\n return element.value.behaviorGroups\n }).compact().flatten().uniq().sort().collect(function (groupName) {\n var selection = that.get(\"MagnifierButton\").newMultiSelection()\n selection.targets = morphList.select(function (element) {\n return element.value.behaviorGroups &&\n element.value.behaviorGroups.indexOf(groupName) >= 0\n }).collect(function (element) {\n return element.value\n })\n selection.setName(groupName)\n var listName = groupName + \" [\" + selection.targets.length + \"]\"\n return {\n isListItem: true,\n selectionString: listName,\n name: listName,\n editorPane: that.owner,\n value: selection\n }\n })\n \n children.each(function (c) {\n Object.addScript(c, function onSelect() {\n this.editorPane.setTarget(this.value)\n })\n })\n \n if (children.length === 0) {\n children = null\n }\n \n return {\n isListItem: true,\n selectionString: 'Groups',\n name: 'Groups',\n value: 'groups',\n children: children\n };\n}","funcProperties":{"__isSmartRef__":true,"id":55852},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"55851":{"this":{"__isSmartRef__":true,"id":55731}},"55852":{},"55853":{"varMapping":{"__isSmartRef__":true,"id":55854},"source":"function createWorldTree() {\n var scripts = [\n function onSelect(tree) {\n if (window.event.isShiftDown()) {\n this.editorPane.get(\"MorphSelectorTree\").stayUp = true\n if (!this.editorPane.target) {\n var targets = []\n } else if (this.editorPane.target.isMorph) {\n var targets = [this.editorPane.target]\n } else {\n var targets = this.editorPane.target.targets\n }\n var idx = targets.indexOf(this.value)\n if (idx >= 0) {\n this.selector.removeHighlight(tree)\n targets.removeAt(idx)\n } else {\n this.selector.setHighlight(tree)\n targets.push(this.value)\n }\n if (targets.length === 0) {\n this.editorPane.reset()\n } else {\n this.editorPane.setTarget(targets)\n }\n } else {\n this.editorPane.setTarget(this.value)\n }\n }\n ],\n properties = {\n editorPane: this.owner,\n selector: this\n }\n \n return {\n name: 'World',\n value: this.world(),\n editorPane: this.owner,\n selector: this,\n onSelect: scripts[0],\n children: this.world().submorphs.invoke('treeItemsOfMorphNames',\n {scripts: scripts,\n properties: properties,\n showUnnamed: true}).compact()\n };\n}","funcProperties":{"__isSmartRef__":true,"id":55855},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"55854":{"this":{"__isSmartRef__":true,"id":55731}},"55855":{},"55856":{"varMapping":{"__isSmartRef__":true,"id":55857},"source":"function highlightCurrentTarget(tree) {\n var target = this.owner.target,\n nodes = tree.childNodes,\n highlightNode\n\n if (!target) {\n return\n } else if (target.isMorph) {\n var expandables = [target],\n nextOwner = target,\n currentNode\n while (nextOwner.owner) {\n expandables.push(nextOwner.owner)\n nextOwner = nextOwner.owner\n }\n expandables.reverse().each(function (m) {\n currentNode = nodes.detect(function (n) {\n return n.item.value === m\n })\n if (currentNode) {\n nodes = currentNode.childNodes\n if (!nodes && currentNode.item.children) {\n currentNode.expand()\n nodes = currentNode.childNodes\n }\n } else {\n return\n }\n })\n if (currentNode && currentNode.item.value === target) {\n highlightNode = currentNode\n }\n } else {\n var groupNodes = nodes.detect(function (n) {\n return n.item.value === 'groups'\n }).childNodes\n highlightNode = groupNodes.detect(function (n) {\n // group names are unique\n return n.item.value.name === target.name\n })\n }\n\n if (highlightNode) {\n this.setHighlight(highlightNode)\n }\n}","funcProperties":{"__isSmartRef__":true,"id":55858},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"55857":{"this":{"__isSmartRef__":true,"id":55731}},"55858":{},"55859":{"varMapping":{"__isSmartRef__":true,"id":55860},"source":"function setHighlight(tree) {\n tree.submorphs[0].setFill(Color.rgb(218,218,218))\n}","funcProperties":{"__isSmartRef__":true,"id":55861},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"55860":{"this":{"__isSmartRef__":true,"id":55731}},"55861":{},"55862":{"varMapping":{"__isSmartRef__":true,"id":55863},"source":"function removeHighlight(tree) {\n tree.submorphs[0].setFill(Color.rgb(255,255,255))\n}","funcProperties":{"__isSmartRef__":true,"id":55864},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"55863":{"this":{"__isSmartRef__":true,"id":55731}},"55864":{},"55865":{"submorphs":[{"__isSmartRef__":true,"id":55866},{"__isSmartRef__":true,"id":55883}],"scripts":[],"id":"573DB024-4E4A-4288-9A65-766BAFDCAFC1","shape":{"__isSmartRef__":true,"id":55895},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":55911},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":55899},"lighterFill":{"__isSmartRef__":true,"id":55912},"label":{"__isSmartRef__":true,"id":55866},"name":"NameGroupButton2","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":55921},"attributeConnections":[{"__isSmartRef__":true,"id":55926}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":55927},"renderContextTable":{"__isSmartRef__":true,"id":55928},"eventHandler":{"__isSmartRef__":true,"id":55929},"derivationIds":[2588,"22797D34-67DE-4A06-81F0-4DF0A87ADBBC","11C83D57-E873-4516-9585-B62D3DF729A3","8E161AB6-CEB1-4993-B81A-94A59114005E","2F620ADA-09C2-420E-A5CD-A6F8D3E31D8D","3AA42C7C-0734-4F4B-A604-C0D5FA0F06EF","D0F3611A-53F9-4995-996F-E49E21D1AC10","90D64A7D-714C-43E6-A082-69FFC0689CC7","FBAA1361-847D-489E-BC30-80490288D128","2CC76200-BA09-4BE2-9D60-E30E3B1DB993"],"_ClipMode":"visible","distanceToDragEvent":{"__isSmartRef__":true,"id":55930},"_Visible":true,"isCopyMorphRef":true,"morphRefId":162,"isPressed":false,"_Rotation":0,"_Scale":0.990044880209748,"owner":{"__isSmartRef__":true,"id":54371},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":55931},"__LivelyClassName__":"lively.morphic.Button"},"55866":{"submorphs":[],"scripts":[],"id":"750347EB-73E2-4FDF-9BE7-FAAB5F4830C5","shape":{"__isSmartRef__":true,"id":55867},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":55873},"_MaxTextWidth":106.05027610358519,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":55874},"_Padding":{"__isSmartRef__":true,"id":55875},"owner":{"__isSmartRef__":true,"id":55865},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":55876},"textChunks":[{"__isSmartRef__":true,"id":55877}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":55879},"eventHandler":{"__isSmartRef__":true,"id":55880},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[2589,"024C5ADE-C4CF-4E8E-BEC5-F93AD4839702","14B58111-F7FC-48C0-B90D-92C2C566AD98","B6252EA2-DF44-4D7B-9976-ACEC742FEBF7","B333DC78-5941-48C2-B69A-FCCF9F8B8A2C","AFFE9117-3F98-4763-B2E1-1F6F354C86ED","B7C73214-57FC-4888-AF8D-058F3959D17E","007F3267-D6A9-45EE-A0A1-C597BFC0CBBC","5E7CFA25-381E-4152-BE2D-90447228DB55","917D67E3-2C69-4476-91B7-86C62446C0E9"],"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":106.05027610358519,"_MinTextHeight":null,"_FontSize":10,"_TextColor":{"__isSmartRef__":true,"id":55881},"partsBinMetaInfo":{"__isSmartRef__":true,"id":55882},"__LivelyClassName__":"lively.morphic.Text"},"55867":{"position":{"__isSmartRef__":true,"id":55868},"_Extent":{"__isSmartRef__":true,"id":55869},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":55870},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":55871},"_Padding":{"__isSmartRef__":true,"id":55872},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"55868":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55869":{"x":106.05027610358519,"y":21.000000000000057,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"55870":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55871":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"55872":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"55873":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55874":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"55875":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"55876":{"x":106.05027610358519,"y":21.000000000000057,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55877":{"style":{"__isSmartRef__":true,"id":55878},"chunkOwner":{"__isSmartRef__":true,"id":55866},"storedString":" Name group","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"55878":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"55879":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"55880":{"morph":{"__isSmartRef__":true,"id":55866},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"55881":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55882":{"requiredModules":[],"idOnLoad":"3818C464-3529-481B-8867-52EC3E0C2441","__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"55883":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":55884},"derivationIds":[null,"59B9C10F-5E4E-48BE-AC11-E220B20EA1A9","6D62AF0B-53FD-42BF-A88B-D2E547A364F1","8D560BB3-D273-4254-8671-22E828288124","C3AB4E52-B0E0-48C8-B9C7-0B760F4C4B82","23CB95B6-7C1D-47D9-B722-B538FFC4FE1D","D43E3E4E-9612-4A57-BCB6-B75B818AC68F","F8ED790A-78A9-4AEF-A1F2-43442B51727A"],"id":"19C1FE86-2FC6-421E-AC6C-6037188B7F80","renderContextTable":{"__isSmartRef__":true,"id":55889},"eventHandler":{"__isSmartRef__":true,"id":55890},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":55891},"owner":{"__isSmartRef__":true,"id":55865},"name":"document_rename.png","priorExtent":{"__isSmartRef__":true,"id":55892},"showsHalos":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":55893},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__SourceModuleName__":"Global.lively.morphic.Widgets","isCopyMorphRef":true,"morphRefId":163,"partsBinMetaInfo":{"__isSmartRef__":true,"id":55894},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Image"},"55884":{"_Position":{"__isSmartRef__":true,"id":55885},"renderContextTable":{"__isSmartRef__":true,"id":55886},"_Extent":{"__isSmartRef__":true,"id":55887},"_ImageURL":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAApdJREFUeNqMU01IVFEU/t6bN86MMwOOMIkWSUkbdVOSuQxbuMgSdFyMWGuhrRW0UHHlIjclYdJqEAQJjVqIShFEaaE2YAmZIqOOqcxo4zg/zLx5t3Pu/GBE0YHDgXPu+b77nXuu4unpwUlTFOUGhXL8294YhrFmZDLQ1ubmUNXQUKgIISp8vb3DKSqm2Q0DGSE4L+t+vx++2dku5iL/rjLAu9FRMFrOFYOb0mnpqWQSiVgMx8fHiEajMj7v7x+mc9cI4IKpqKgIkVAI4c1NnK6uZqbLnsbG60sLC5idmoKqqng9PS3Z3WVlWFlZwaflZZxzu5tfzczsw+FwyEPs7spKNHd334mn0+JnPC4OYjExMDgofkQiYiMUEt92d8XXnR3xJRgUgaMjwWc1s9nsLS4uPssMiXAYC+PjZ56Ul0vNUjXJ8Y2M4FRFBa42NQG6Dp1ybDrJ1Wpra8t8Pt/A38Y9NjYGr9eLD/PzsJrN2SSB0Gsho+uK5na7M1arFQ+eqQgENrC9HaSiHaWl5zHx0IlEIgGu2+12mE2mArApC6BqJSUlBkmgVPIPds4n6RU42mw2qNSUBzFR1BnA6XQaXHx630ZpF/ml30AYgOsWi0UCsDGIiYauswRCD/b19XXlG45Sqapb7e13RXarpITFpSW4XK4CQEFCOq1qNIyX/IRsB3T4YzB471F9PXiZGOTx0BAu1tXBIDAjN33k1pAlqPlEOB7H+0BAXouLkxMT6OzowM2WFtzu7MSLycnsvlA171ICN+/Tir5dXc1jyZzH40FbW5tkbm1tlVH+B+akmzAJrbimLa6vw0/MJ8xy4mdKJm5UcpGvbBCIQh45PLRoUe0KnA4L9vY+53/jlqOmZgD/YQSy9UuAAQDK5EM/6vIOCwAAAABJRU5ErkJggg==","_Padding":{"__isSmartRef__":true,"id":55888},"_NodeClass":["morph","image"],"_NodeId":"morph-59b9c10f-5e4e-48be-ac11-e220b20ea1a9","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLoaded":true,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Image"},"55885":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55886":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","setImageURL":"setImageURLHTML","getNativeExtent":"getNativeExtentHTML"},"55887":{"x":16,"y":16,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55888":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"55889":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"55890":{"morph":{"__isSmartRef__":true,"id":55883},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"55891":{"x":-0.8692821306790393,"y":2.969834337849022,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55892":{"x":200,"y":200,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55893":{"x":39,"y":-10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55894":{"partName":"document_rename.png","requiredModules":[],"idOnLoad":"195DFF3C-BC5A-40BF-BC9E-65DBD9BC8523","__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"55895":{"position":{"__isSmartRef__":true,"id":55896},"_Extent":{"__isSmartRef__":true,"id":55897},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":55898},"_Fill":{"__isSmartRef__":true,"id":55899},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":55909},"_Padding":{"__isSmartRef__":true,"id":55910},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"55896":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55897":{"x":106.05027610358519,"y":21.000000000000057,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55898":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55899":{"stops":[{"__isSmartRef__":true,"id":55900},{"__isSmartRef__":true,"id":55902},{"__isSmartRef__":true,"id":55904},{"__isSmartRef__":true,"id":55906}],"vector":{"__isSmartRef__":true,"id":55908},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"55900":{"offset":0,"color":{"__isSmartRef__":true,"id":55901}},"55901":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55902":{"offset":0.4,"color":{"__isSmartRef__":true,"id":55903}},"55903":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55904":{"offset":0.6,"color":{"__isSmartRef__":true,"id":55905}},"55905":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55906":{"offset":1,"color":{"__isSmartRef__":true,"id":55907}},"55907":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55908":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"55909":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"55910":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"55911":{"x":490.0359264595939,"y":9.49203779350779,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55912":{"stops":[{"__isSmartRef__":true,"id":55913},{"__isSmartRef__":true,"id":55915},{"__isSmartRef__":true,"id":55917},{"__isSmartRef__":true,"id":55919}],"vector":{"__isSmartRef__":true,"id":55908},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"55913":{"offset":0,"color":{"__isSmartRef__":true,"id":55914}},"55914":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55915":{"offset":0.4,"color":{"__isSmartRef__":true,"id":55916}},"55916":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55917":{"offset":0.6,"color":{"__isSmartRef__":true,"id":55918}},"55918":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55919":{"offset":1,"color":{"__isSmartRef__":true,"id":55920}},"55920":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55921":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"ScriptableButton","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":55922},{"__isSmartRef__":true,"id":55924}],"revisionOnLoad":170561,"idOnLoad":"0EF26BF0-FAE8-4693-8C99-0F37D445345C","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"55922":{"date":{"__isSmartRef__":true,"id":55923},"author":"robertkrahn","message":"no comment","id":"0366C0A2-0C8E-4AEB-AAC3-120434134545"},"55923":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:10:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"55924":{"date":{"__isSmartRef__":true,"id":55925},"author":"huberthesse","message":"Restore scriptable button","id":"7DCED89C-C162-4A42-94E3-6B4D2CBA4932"},"55925":{"isSerializedDate":true,"string":"Tue Jun 12 2012 11:12:07 GMT+0200 (Mitteleuropäische Sommerzeit)"},"55926":{"sourceObj":{"__isSmartRef__":true,"id":55865},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":55865},"targetMethodName":"onFire","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"55927":{"x":106.05027610358519,"y":21.000000000000057,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55928":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"55929":{"morph":{"__isSmartRef__":true,"id":55865},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"55930":{"x":69.13071786932096,"y":-13.969834337848965,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55931":{"onFire":{"__isSmartRef__":true,"id":55932}},"55932":{"varMapping":{"__isSmartRef__":true,"id":55933},"source":"function onFire() {\n if (!(this.owner.target && this.owner.target.targets)) {\n return\n }\n var that = this\n var oldName = this.owner.target.name\n this.world().prompt(\"Please enter a name for this group\", function (newName) {\n if (newName !== oldName) {\n that.owner.target.targets.each(function (target) {\n if (!target.behaviorGroups) {\n target.behaviorGroups = []\n } else {\n var idx = target.behaviorGroups.indexOf(oldName)\n if (idx > -1) {\n target.behaviorGroups.removeAt(idx)\n }\n }\n if (newName !== \"\") {\n target.behaviorGroups.push(newName)\n }\n })\n if (newName !== \"\") {\n that.owner.target.setName(newName)\n } else {\n that.owner.target.setName(undefined)\n }\n }\n that.get(\"ObjectEditorMorphSelector\").setTarget(that.owner.target)\n }, oldName)\n}","funcProperties":{"__isSmartRef__":true,"id":55934},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"55933":{"this":{"__isSmartRef__":true,"id":55865}},"55934":{"timestamp":{"__isSmartRef__":true,"id":55935},"user":"timfelgentreff","tags":[]},"55935":{"isSerializedDate":true,"string":"Thu Jun 14 2012 13:04:34 GMT+0200 (Mitteleuropäische Sommerzeit)"},"55936":{"submorphs":[{"__isSmartRef__":true,"id":55937}],"scripts":[],"id":"50F3A100-7F6C-4A0F-83C1-C249872A75D7","shape":{"__isSmartRef__":true,"id":55953},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":55969},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":55956},"lighterFill":{"__isSmartRef__":true,"id":55970},"label":{"__isSmartRef__":true,"id":55937},"attributeConnections":[{"__isSmartRef__":true,"id":55979}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":55981},"name":"ObjectEditorAddConnectionButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":55982},"renderContextTable":{"__isSmartRef__":true,"id":55983},"priorExtent":{"__isSmartRef__":true,"id":55984},"owner":{"__isSmartRef__":true,"id":54371},"eventHandler":{"__isSmartRef__":true,"id":55985},"layout":{"__isSmartRef__":true,"id":55986},"draggingEnabled":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":55987},"isCopyMorphRef":true,"morphRefId":147,"derivationIds":[211,"3037655C-DA7B-44EA-BA12-F4079688C953","75A1CB74-1CC4-4818-9C72-5ABDB57E856B","2500B5DB-7C3D-4C95-B0A6-239C5876AD50","1E8E75D5-28A5-4303-9DD4-95810FC25C89","23FCA415-364D-4EB3-BEF7-235AA7301DC1","456BCA9E-DF1C-4132-B145-D9C543BC2AA5","947AE751-18C7-4E75-83EA-B58FDC3957DD","EF32CA97-3FB2-46E8-BB28-6D7E9D75E785","F9EC8656-C6FC-4B95-9543-F88CB0F2A858","C9F7F76F-A604-45F4-A37A-F91FEB593CDC","9F494BE8-A4FF-41F6-AB36-C283D24A4407","45A73CE1-64C7-459A-AF81-C5709E5AC9C9","CF371F02-EC78-4A2F-9EE2-378932693C1E","BD55918E-773D-4175-AABF-83F7CF487433","927C26F1-7906-423F-B724-6EEA41241042","D0079D71-C612-4BDF-B515-6E9E1CC88347","383B7D93-C18A-406B-BA2F-94634858B527","C14F4C74-5F2B-4250-B4C3-34D76F2B5DDA","9B2016B9-B5B7-494A-8D62-349E2052954E","A7B899E7-64C7-47AA-9C9A-7264EE8191D6","4E5618EB-477A-4193-8D72-7DA6AB8B7E38","3B2DF4E1-1421-434D-8560-17D806FC41E4"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Button"},"55937":{"submorphs":[],"scripts":[],"id":"212ECCF1-03BB-433E-AD52-1B139EF96E4D","shape":{"__isSmartRef__":true,"id":55938},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":21,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":55944},"textColor":{"__isSmartRef__":true,"id":55941},"owner":{"__isSmartRef__":true,"id":55936},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":55945}],"padding":{"__isSmartRef__":true,"id":55947},"_Padding":{"__isSmartRef__":true,"id":55948},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":55949},"_FontFamily":"Helvetica, Sans-Serif","renderContextTable":{"__isSmartRef__":true,"id":55950},"_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_Align":"center","eventHandler":{"__isSmartRef__":true,"id":55951},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":21,"_MinTextHeight":null,"draggingEnabled":false,"derivationIds":[212,"28CD4A90-F73B-43CD-B1C7-035C4B278AEA","01C38CAD-30FC-4DE4-AC0D-E4C7B786073D","526B86BC-10CC-449C-A3CD-601BF36EECCD","41ACFD86-FC52-4FF2-8E87-B6C3542C93F1","B47DD984-4390-4773-87AC-80F4AEE1677A","A11B90F0-D395-4DD9-8FCC-E10A1C5BBED9","41F9D772-7EB5-4319-AAA7-4D81488FD246","D436832C-03BF-4F40-B14A-9F1EE3938C8B","B1AD14AC-4E7B-4A56-AF2E-5B626B3BFF32","7993C09E-5D43-4E15-9E3C-519F1983BE9D","4D23912E-CF81-4AC5-8F56-2856BDE25CFA","ABC9115D-C930-4C54-A9DD-5D5EF85DD51A","1986F0DB-9496-4B90-8A42-C063C1618CEB","597DDECD-C06C-402F-A7F9-27317C146AEC","4A18F2F3-AB79-43A3-80D0-471CD696629A","A9728043-6848-4FEF-953E-84970AE39FDB","8701EE6B-3B47-4FF8-B775-629FEEE375FD","606D265E-85FE-41AF-9DA0-EC03202F816B","ACCA8CD1-4D66-4B96-96E5-30FAAA45BF4C","291F244E-52B4-4173-BE45-4B1CA1E1EAD9","705C6F21-5F1A-4CD5-A508-C622C595747F","782EDED9-7EBC-45D5-B0A3-C803633BA432"],"partsBinMetaInfo":{"__isSmartRef__":true,"id":55952},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"55938":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":55939},"_Extent":{"__isSmartRef__":true,"id":55940},"_BorderColor":{"__isSmartRef__":true,"id":55941},"renderContextTable":{"__isSmartRef__":true,"id":55942},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":55943},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"55939":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55940":{"x":25,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"55941":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55942":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"55943":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"55944":{"x":0,"y":-4.547473508864641e-13,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"55945":{"style":{"__isSmartRef__":true,"id":55946},"chunkOwner":{"__isSmartRef__":true,"id":55937},"storedString":"+","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"55946":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"55947":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"55948":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"55949":{"x":25,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"55950":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"55951":{"morph":{"__isSmartRef__":true,"id":55937},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"55952":{"requiredModules":[],"idOnLoad":"212ECCF1-03BB-433E-AD52-1B139EF96E4D","__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"55953":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":55954},"_Extent":{"__isSmartRef__":true,"id":55955},"_Fill":{"__isSmartRef__":true,"id":55956},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":55966},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":55967},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":55968},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"55954":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55955":{"x":25,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55956":{"stops":[{"__isSmartRef__":true,"id":55957},{"__isSmartRef__":true,"id":55959},{"__isSmartRef__":true,"id":55961},{"__isSmartRef__":true,"id":55963}],"vector":{"__isSmartRef__":true,"id":55965},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"55957":{"offset":0,"color":{"__isSmartRef__":true,"id":55958}},"55958":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55959":{"offset":0.4,"color":{"__isSmartRef__":true,"id":55960}},"55960":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55961":{"offset":0.6,"color":{"__isSmartRef__":true,"id":55962}},"55962":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55963":{"offset":1,"color":{"__isSmartRef__":true,"id":55964}},"55964":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55965":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"55966":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55967":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"55968":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"55969":{"x":130.00000000000023,"y":455.61253261443585,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"55970":{"stops":[{"__isSmartRef__":true,"id":55971},{"__isSmartRef__":true,"id":55973},{"__isSmartRef__":true,"id":55975},{"__isSmartRef__":true,"id":55977}],"vector":{"__isSmartRef__":true,"id":55965},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"55971":{"offset":0,"color":{"__isSmartRef__":true,"id":55972}},"55972":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55973":{"offset":0.4,"color":{"__isSmartRef__":true,"id":55974}},"55974":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55975":{"offset":0.6,"color":{"__isSmartRef__":true,"id":55976}},"55976":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55977":{"offset":1,"color":{"__isSmartRef__":true,"id":55978}},"55978":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55979":{"sourceObj":{"__isSmartRef__":true,"id":55936},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":54371},"targetMethodName":"newConnection","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":55980},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"55980":{"source":{"__isSmartRef__":true,"id":55936},"target":{"__isSmartRef__":true,"id":54371}},"55981":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"55982":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","idOnLoad":"50F3A100-7F6C-4A0F-83C1-C249872A75D7","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"55983":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"55984":{"x":30,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55985":{"morph":{"__isSmartRef__":true,"id":55936},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"55986":{"moveVertical":true},"55987":{"x":33.47869739544274,"y":-11.010525048834154,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55988":{"submorphs":[{"__isSmartRef__":true,"id":55989}],"scripts":[],"id":"AF7E1E72-F4C9-4C1E-9129-B27A9E0FE385","shape":{"__isSmartRef__":true,"id":56004},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":56020},"value":true,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":56021},"lighterFill":{"__isSmartRef__":true,"id":56007},"label":{"__isSmartRef__":true,"id":55989},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":56030},"name":"ObjectEditorTagChooser","partsBinMetaInfo":{"__isSmartRef__":true,"id":56031},"listMorph":null,"list":[],"renderContextTable":{"__isSmartRef__":true,"id":56032},"eventHandler":{"__isSmartRef__":true,"id":56033},"distanceToDragEvent":{"__isSmartRef__":true,"id":56034},"priorExtent":{"__isSmartRef__":true,"id":56035},"textString":"PartsBinBrowser","selection":"","_ClipMode":"visible","prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":54371},"setTargetToListSelection":"all","savedTextString":"all","derivationIds":[225,"7F83847B-D0B1-4A31-8601-43424B97C858","E08FC110-71D7-4FFD-B4A8-08F8147B95BA","5534107D-C5C9-48DD-A1ED-B87E9D9B672C","0B89FA7A-768C-4062-98AE-C455E8DAFF19","799320C6-CFBA-40E7-B03D-64BFE9B78248","9B650AA3-271B-4E72-B230-51C6F64B7462","C95D3672-724C-4C2C-9CDD-EF308062F627","C66EBEEC-B7CE-4DD9-8BDF-905F071F965D","D68B143A-A712-4FD0-8803-62CCB4C7F763","ED802271-AE5C-4BE9-AC4E-7CED44BC864B","1BD989CB-146C-431F-8B15-9199C4CD5D32","42172AA4-1B06-4C5B-9BB7-FAED1206CF34","32DFAF99-E6F8-426B-829D-FD6C2BCB8FAA","9B4BF2BE-49D5-4B9D-8F38-1692443069A9","FCAB3690-731A-45E7-984F-843DFE705AF1","94B10A66-8219-43AD-B902-DA999A66222D","BB0E2EB7-ABCE-44C7-96E7-6679FB2981D1","2FCEE551-302B-46C9-B646-3B9BE9187182","B4267F52-1ACC-42A1-904D-E9F7D485D8AB","14770110-045A-4BE4-BCF2-7C886DF70F7D","DE943A23-FE79-4113-A167-788C618CBBAD","12662B7D-B7EF-45ED-BADF-B4CE53280493"],"isPressed":false,"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":56036},"__LivelyClassName__":"lively.morphic.Button"},"55989":{"submorphs":[],"scripts":[],"id":"C65A04B9-003A-4E9E-8F17-33018207587F","shape":{"__isSmartRef__":true,"id":55990},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":130,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":55995},"textColor":{"__isSmartRef__":true,"id":55993},"owner":{"__isSmartRef__":true,"id":55988},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":55996}],"padding":{"__isSmartRef__":true,"id":55998},"_Padding":{"__isSmartRef__":true,"id":55998},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":55999},"attributeConnections":[{"__isSmartRef__":true,"id":56000}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"renderContextTable":{"__isSmartRef__":true,"id":56001},"eventHandler":{"__isSmartRef__":true,"id":56002},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":130,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":10,"derivationIds":[226,"03DBF3F8-8EA2-4426-BA64-C4297DDAB015","B8F87302-BEC3-48CD-9BBA-6C7DBB6287E1","4AA6AE51-338B-4E3E-814B-9F99C693A2D5","08F6CE56-AD91-4C27-9429-C3DEA313696C","D39C963C-FD24-4498-A6D8-71E5102CE58A","132C2A9E-3466-4051-AAEA-6E485A91F408","DB8BC4A1-ED41-446B-AB6C-7E73DD857B5D","567FC668-A57C-41CB-8252-8912826B3144","D0B0775F-C8E7-49EB-BBB2-C7BB7DD464BF","AABED87D-D7C0-494A-8803-26F4601E35FF","696C3A2A-C695-4D17-A044-41A73436AB8D","206A0BFD-6997-4E0E-9193-089D1F66B22A","F2F1F966-6C41-4EBA-AFCE-FAE8C79AA696","64A754E9-7083-4CAE-B5C2-7B436EFFE4BA","64737503-A352-42CC-A249-667DA2B42746","9218F1CA-E23F-4E1A-89C3-DB19DE720861","CF7EAC38-1041-4B83-B087-359885B8528B","84469C7C-C93D-4F16-ACAA-0045A4A37FCA","9D3DD447-66A0-4B4A-B378-FB864D8C1468","163D1C2B-EDE9-4F8F-B466-EF9F4CB14384","C9949B3A-5711-4549-A125-83200D9DF3BB","F3FEB00B-CDEB-40C4-88B6-BDBBCC6F28D6"],"_TextColor":{"__isSmartRef__":true,"id":55747},"partsBinMetaInfo":{"__isSmartRef__":true,"id":56003},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"55990":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":55991},"_Extent":{"__isSmartRef__":true,"id":55992},"_BorderColor":{"__isSmartRef__":true,"id":55993},"renderContextTable":{"__isSmartRef__":true,"id":55994},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":55738},"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"55991":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"55992":{"x":130,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"55993":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"55994":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"55995":{"x":2,"y":0.9999999999995453,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"55996":{"style":{"__isSmartRef__":true,"id":55997},"chunkOwner":{"__isSmartRef__":true,"id":55989},"storedString":"all","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"55997":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"55998":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"55999":{"x":130,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"56000":{"sourceObj":{"__isSmartRef__":true,"id":55989},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":55988},"targetMethodName":"selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"56001":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"56002":{"morph":{"__isSmartRef__":true,"id":55989},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"56003":{"requiredModules":[],"idOnLoad":"C65A04B9-003A-4E9E-8F17-33018207587F","__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"56004":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":56005},"_Extent":{"__isSmartRef__":true,"id":56006},"_Fill":{"__isSmartRef__":true,"id":56007},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":56017},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":56018},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":56019},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"56005":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56006":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56007":{"stops":[{"__isSmartRef__":true,"id":56008},{"__isSmartRef__":true,"id":56010},{"__isSmartRef__":true,"id":56012},{"__isSmartRef__":true,"id":56014}],"vector":{"__isSmartRef__":true,"id":56016},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"56008":{"offset":0,"color":{"__isSmartRef__":true,"id":56009}},"56009":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56010":{"offset":0.4,"color":{"__isSmartRef__":true,"id":56011}},"56011":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56012":{"offset":0.6,"color":{"__isSmartRef__":true,"id":56013}},"56013":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56014":{"offset":1,"color":{"__isSmartRef__":true,"id":56015}},"56015":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56016":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56017":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56018":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"56019":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56020":{"x":39.123814123968714,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"56021":{"stops":[{"__isSmartRef__":true,"id":56022},{"__isSmartRef__":true,"id":56024},{"__isSmartRef__":true,"id":56026},{"__isSmartRef__":true,"id":56028}],"vector":{"__isSmartRef__":true,"id":56016},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"56022":{"offset":0,"color":{"__isSmartRef__":true,"id":56023}},"56023":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56024":{"offset":0.4,"color":{"__isSmartRef__":true,"id":56025}},"56025":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56026":{"offset":0.6,"color":{"__isSmartRef__":true,"id":56027}},"56027":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56028":{"offset":1,"color":{"__isSmartRef__":true,"id":56029}},"56029":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56030":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56031":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","idOnLoad":"AF7E1E72-F4C9-4C1E-9129-B27A9E0FE385","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"56032":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"56033":{"morph":{"__isSmartRef__":true,"id":55988},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"56034":{"x":85.7442776093583,"y":-11.582832083333244,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56035":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56036":{"createListMorph":{"__isSmartRef__":true,"id":56037},"getList":{"__isSmartRef__":true,"id":56041},"removeList":{"__isSmartRef__":true,"id":56045},"reset":{"__isSmartRef__":true,"id":56049},"onMouseUp":{"__isSmartRef__":true,"id":56053},"onBlur":{"__isSmartRef__":true,"id":56061},"setTag":{"__isSmartRef__":true,"id":56069}},"56037":{"varMapping":{"__isSmartRef__":true,"id":56038},"source":"function createListMorph() {\n var items = this.getList();\n\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\n\n var listMorph = new lively.morphic.List(extent);\n listMorph.setList(items);\n listMorph.setFontSize(10);\n\n listMorph.disableGrabbing();\n listMorph.disableDragging();\n \n connect(listMorph, 'selection', this, 'setTag');\n \n return listMorph;\n}","funcProperties":{"__isSmartRef__":true,"id":56039},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56038":{"this":{"__isSmartRef__":true,"id":55988}},"56039":{"timestamp":{"__isSmartRef__":true,"id":56040},"user":"lauritz","categories":[]},"56040":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:35:59 GMT+0100 (Mitteleuropäische Zeit)"},"56041":{"varMapping":{"__isSmartRef__":true,"id":56042},"source":"function getList() {\n if (!this.owner.target) return [''];\n\n var target = this.owner.target;\n\n var tags = Functions.own(target).collect(function (each) {\n return target[each].tags || [];\n }).flatten().uniq();\n\n var sortedTags = tags.sortBy(function(name) { \n return name.toLowerCase() \n });\n \n sortedTags.unshift('all'); \n return sortedTags;\n}","funcProperties":{"__isSmartRef__":true,"id":56043},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56042":{"this":{"__isSmartRef__":true,"id":55988}},"56043":{"timestamp":{"__isSmartRef__":true,"id":56044},"user":"lauritz","tags":[]},"56044":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:25 GMT+0100 (Mitteleuropäische Zeit)"},"56045":{"varMapping":{"__isSmartRef__":true,"id":56046},"source":"function removeList() {\n this.listMorph && this.listMorph.remove()\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":56047},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56046":{"this":{"__isSmartRef__":true,"id":55988}},"56047":{"timestamp":{"__isSmartRef__":true,"id":56048},"user":"lauritz","categories":[]},"56048":{"isSerializedDate":true,"string":"Thu Nov 17 2011 19:06:51 GMT+0100 (Mitteleuropäische Zeit)"},"56049":{"varMapping":{"__isSmartRef__":true,"id":56050},"source":"function reset() {\n this.list = [];\n this.setLabel('all');\n this.label.setAlign('left');\n this.removeList();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\n}","funcProperties":{"__isSmartRef__":true,"id":56051},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56050":{"this":{"__isSmartRef__":true,"id":55988}},"56051":{"timestamp":{"__isSmartRef__":true,"id":56052},"user":"lauritz","tags":[]},"56052":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:53 GMT+0100 (Mitteleuropäische Zeit)"},"56053":{"varMapping":{"__isSmartRef__":true,"id":56054},"source":"function onMouseUp(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n this.removeList();\n return true;\n } \n if (this.getList().size() < 2) return;\n var list = this.createListMorph();\n this.addMorph(list);\n this.listMorph = list;\n return true;\n}","funcProperties":{"__isSmartRef__":true,"id":56059},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56054":{"this":{"__isSmartRef__":true,"id":55988},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":56055}},"56055":{"$super":{"__isSmartRef__":true,"id":56056}},"56056":{"varMapping":{"__isSmartRef__":true,"id":56057},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":56058},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56057":{"obj":{"__isSmartRef__":true,"id":55988},"name":"onMouseUp"},"56058":{},"56059":{"timestamp":{"__isSmartRef__":true,"id":56060},"user":"lauritz","categories":[]},"56060":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:59:16 GMT+0100 (Mitteleuropäische Zeit)"},"56061":{"varMapping":{"__isSmartRef__":true,"id":56062},"source":"function onBlur(evt) {\n $super(evt);\n \n // workaround - otherwise other morphs get this event\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\n this.removeList();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":56067},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56062":{"this":{"__isSmartRef__":true,"id":55988},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":56063}},"56063":{"$super":{"__isSmartRef__":true,"id":56064}},"56064":{"varMapping":{"__isSmartRef__":true,"id":56065},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":56066},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56065":{"obj":{"__isSmartRef__":true,"id":55988},"name":"onBlur"},"56066":{},"56067":{"timestamp":{"__isSmartRef__":true,"id":56068},"user":"lauritz","categories":[]},"56068":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:10:03 GMT+0100 (Mitteleuropäische Zeit)"},"56069":{"varMapping":{"__isSmartRef__":true,"id":56070},"source":"function setTag(tag) {\n this.setLabel(tag || '');\n this.label.setAlign('left');\n this.owner.setTag(tag);\n}","funcProperties":{"__isSmartRef__":true,"id":56071},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56070":{"this":{"__isSmartRef__":true,"id":55988}},"56071":{"timestamp":{"__isSmartRef__":true,"id":56072},"user":"lauritz","categories":[]},"56072":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:36:12 GMT+0100 (Mitteleuropäische Zeit)"},"56073":{"submorphs":[{"__isSmartRef__":true,"id":56074}],"scripts":[],"id":"68967CC1-D75E-49E3-8359-FE607E144C8B","shape":{"__isSmartRef__":true,"id":56090},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":56094},"lighterFill":{"__isSmartRef__":true,"id":56106},"label":{"__isSmartRef__":true,"id":56074},"name":"Button","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":56115},"attributeConnections":[{"__isSmartRef__":true,"id":56116}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":56152},"renderContextTable":{"__isSmartRef__":true,"id":56153},"eventHandler":{"__isSmartRef__":true,"id":56154},"distanceToDragEvent":{"__isSmartRef__":true,"id":56155},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","87E42FF6-3862-481D-97D6-643676E15F32","4F370A81-5A80-4821-8ECC-D52B56F31E15","1C6D1DC9-2F9B-4DC4-B453-1CA45B17C516","0E8EC0BF-934B-410B-AEC2-0ECA8C8F774D","97086CE7-CD46-4035-A371-02A41D555A66","E342B91D-F54B-4DA8-8AE7-10C59CE22B41","A838C48E-4033-4688-8DCF-20659BD824FF","E9BBC453-FFF6-4EE8-BDB0-605D5D4557AE","B6FB81D1-145B-40F9-ACF1-17276DA45EBA","09C79781-5461-4815-88DE-22FB67558136","85A5FA10-01D9-4051-8D56-29DB02CF8817","6E2F44D0-D69A-4DD7-91AD-0B0E1E871633","66FB4A47-82E6-417D-8248-4038D0CBBF5A","3CDC67E7-CAC7-4636-B7FF-50D008C6EB0D","4475CB12-8CFB-41DB-9399-EC6B68E18BA3","D7263570-69FA-4CF9-AB28-3258EB26011A","101A783E-9C53-4FBF-AEFC-C34E99A84A9E"],"_Position":{"__isSmartRef__":true,"id":56156},"owner":{"__isSmartRef__":true,"id":54371},"layout":{"__isSmartRef__":true,"id":56157},"_ClipMode":"visible","isPressed":false,"_Rotation":0,"_Scale":0.9940149800149941,"__LivelyClassName__":"lively.morphic.Button"},"56074":{"submorphs":[],"scripts":[],"id":"19389716-A0FE-477A-B845-2060D529C573","shape":{"__isSmartRef__":true,"id":56075},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":56081},"_MaxTextWidth":81.90968415810595,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":56082},"_Padding":{"__isSmartRef__":true,"id":56083},"owner":{"__isSmartRef__":true,"id":56073},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":56084},"textChunks":[{"__isSmartRef__":true,"id":56085}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":56087},"eventHandler":{"__isSmartRef__":true,"id":56088},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","BA4EC8D2-AB29-4F9F-B5A0-715A4746A4C4","56735895-BA99-4D98-9866-AA5DBD86237E","81041CF7-31DB-4F65-BB39-FE438A4F266F","D03829B3-268E-40A0-A440-3E4BAC344F30","714637F0-714A-4833-909B-BA4AF1B4628B","DC956E73-7398-4CAF-B6F2-9A226E344396","C1F72D31-1F49-4C0C-ACF3-C3AD7E698D2F","39386C7E-9099-4159-BFE9-80AD37319211","2764FB6E-70D1-4BC5-B3CB-9979A48B8205","C55C8A7C-412C-453E-A99F-CE78C2AADB94","4BD9A8D4-2EC1-40AC-A1CE-5F1347B0152D","3450EAEB-E3D2-4FAF-98DF-354B3B8715D6","C906736E-48DF-4054-BA5A-A089610456D7","DE5C59FB-90A6-4DD4-AC39-5CC8B3912969","5830FB93-49A1-4A31-A687-69C4579D5FA7","44FE9333-5550-48F0-95DB-7C2A0DA03743","92AEBE71-2756-486C-9475-6D5F324C7FED"],"_MinTextWidth":81.90968415810595,"_MinTextHeight":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":56089},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"56075":{"position":{"__isSmartRef__":true,"id":56076},"_Extent":{"__isSmartRef__":true,"id":56077},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":56078},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":56079},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":56080},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"56076":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56077":{"x":85.90968415810595,"y":20.99999999999992,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"56078":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56079":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"56080":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56081":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"56082":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56083":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56084":{"x":85.90968415810595,"y":20.99999999999992,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"56085":{"style":{"__isSmartRef__":true,"id":56086},"chunkOwner":{"__isSmartRef__":true,"id":56074},"storedString":"run","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"56086":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"56087":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"56088":{"morph":{"__isSmartRef__":true,"id":56074},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"56089":{"requiredModules":[],"idOnLoad":"19389716-A0FE-477A-B845-2060D529C573","__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"56090":{"position":{"__isSmartRef__":true,"id":56091},"_Extent":{"__isSmartRef__":true,"id":56092},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":56093},"_Fill":{"__isSmartRef__":true,"id":56094},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":56104},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":56105},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"56091":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56092":{"x":85.90968415810595,"y":20.99999999999992,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56093":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56094":{"stops":[{"__isSmartRef__":true,"id":56095},{"__isSmartRef__":true,"id":56097},{"__isSmartRef__":true,"id":56099},{"__isSmartRef__":true,"id":56101}],"vector":{"__isSmartRef__":true,"id":56103},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"56095":{"offset":0,"color":{"__isSmartRef__":true,"id":56096}},"56096":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56097":{"offset":0.4,"color":{"__isSmartRef__":true,"id":56098}},"56098":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56099":{"offset":0.6,"color":{"__isSmartRef__":true,"id":56100}},"56100":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56101":{"offset":1,"color":{"__isSmartRef__":true,"id":56102}},"56102":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56103":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56104":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"56105":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56106":{"stops":[{"__isSmartRef__":true,"id":56107},{"__isSmartRef__":true,"id":56109},{"__isSmartRef__":true,"id":56111},{"__isSmartRef__":true,"id":56113}],"vector":{"__isSmartRef__":true,"id":56103},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"56107":{"offset":0,"color":{"__isSmartRef__":true,"id":56108}},"56108":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56109":{"offset":0.4,"color":{"__isSmartRef__":true,"id":56110}},"56110":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56111":{"offset":0.6,"color":{"__isSmartRef__":true,"id":56112}},"56112":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56113":{"offset":1,"color":{"__isSmartRef__":true,"id":56114}},"56114":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56115":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"68967CC1-D75E-49E3-8359-FE607E144C8B","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"56116":{"sourceObj":{"__isSmartRef__":true,"id":56073},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":54371},"targetMethodName":"runScript","visualConnector":{"__isSmartRef__":true,"id":56117},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"56117":{"submorphs":[{"__isSmartRef__":true,"id":56118}],"scripts":[],"shape":{"__isSmartRef__":true,"id":56133},"derivationIds":[null],"id":"C89B50A0-17E7-4D22-AE1D-5112520DAEE7","renderContextTable":{"__isSmartRef__":true,"id":56140},"eventHandler":{"__isSmartRef__":true,"id":56141},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":56142},{"__isSmartRef__":true,"id":56143}],"con":{"__isSmartRef__":true,"id":56116},"showsMorphMenu":true,"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":56144},"__LivelyClassName__":"lively.morphic.Path"},"56118":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":56119},"derivationIds":[null],"id":"2A71BE9E-6820-46AF-ACED-3C9BDCC918AF","renderContextTable":{"__isSmartRef__":true,"id":56130},"eventHandler":{"__isSmartRef__":true,"id":56131},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":56132},"owner":{"__isSmartRef__":true,"id":56117},"_Rotation":-3.130064002485303,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"56119":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":56120},{"__isSmartRef__":true,"id":56121},{"__isSmartRef__":true,"id":56122},{"__isSmartRef__":true,"id":56123}],"renderContextTable":{"__isSmartRef__":true,"id":56124},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":56125},"_Extent":{"__isSmartRef__":true,"id":56126},"_Padding":{"__isSmartRef__":true,"id":56127},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":56128},"_Fill":{"__isSmartRef__":true,"id":56129},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"56120":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"56121":{"isAbsolute":true,"x":-12,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"56122":{"isAbsolute":true,"x":4,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"56123":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"56124":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"56125":{"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56126":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56127":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56128":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56129":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56130":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"56131":{"morph":{"__isSmartRef__":true,"id":56118},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"56132":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56133":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":56134},{"__isSmartRef__":true,"id":56135}],"renderContextTable":{"__isSmartRef__":true,"id":56136},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":56137},"_Extent":{"__isSmartRef__":true,"id":56138},"_Padding":{"__isSmartRef__":true,"id":56139},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":56128},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"56134":{"isAbsolute":true,"x":829.7085000406639,"y":9.565843617262885,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"56135":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"56136":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"56137":{"x":-1,"y":-1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56138":{"x":831,"y":11,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56139":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56140":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"56141":{"morph":{"__isSmartRef__":true,"id":56117},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"56142":{"morph":{"__isSmartRef__":true,"id":56117},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"56143":{"morph":{"__isSmartRef__":true,"id":56117},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":56118},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"56144":{"morphMenuItems":{"__isSmartRef__":true,"id":56145}},"56145":{"varMapping":{"__isSmartRef__":true,"id":56146},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":56151},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56146":{"this":{"__isSmartRef__":true,"id":56117},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":56147}},"56147":{"$super":{"__isSmartRef__":true,"id":56148}},"56148":{"varMapping":{"__isSmartRef__":true,"id":56149},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":56150},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56149":{"obj":{"__isSmartRef__":true,"id":56117},"name":"morphMenuItems"},"56150":{},"56151":{},"56152":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56153":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"56154":{"morph":{"__isSmartRef__":true,"id":56073},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"56155":{"x":65.36007260115605,"y":-14.046886175395628,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56156":{"x":919.7426780861917,"y":9.508591852039672,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"56157":{"centeredHorizontal":false,"moveHorizontal":true},"56158":{"submorphs":[{"__isSmartRef__":true,"id":56159}],"scripts":[],"id":"0370BA40-7CD7-48DC-86B6-1280E2554C5F","shape":{"__isSmartRef__":true,"id":56175},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":56191},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":56178},"lighterFill":{"__isSmartRef__":true,"id":56192},"label":{"__isSmartRef__":true,"id":56159},"attributeConnections":[{"__isSmartRef__":true,"id":56201}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":56203},"name":"ObjectEditorRemoveConnectionButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":56204},"renderContextTable":{"__isSmartRef__":true,"id":56205},"priorExtent":{"__isSmartRef__":true,"id":56206},"owner":{"__isSmartRef__":true,"id":54371},"eventHandler":{"__isSmartRef__":true,"id":56207},"layout":{"__isSmartRef__":true,"id":56208},"draggingEnabled":false,"objectEditorPane":{"__isSmartRef__":true,"id":54371},"distanceToDragEvent":{"__isSmartRef__":true,"id":56209},"isCopyMorphRef":true,"morphRefId":149,"derivationIds":[215,"2AC1A4EE-A289-4C26-8496-1926AA216B30","F72C26A6-F58A-4E0C-A5B9-CBED184D4235","64E9140E-E314-40CA-B555-063FBF8FA5DD","90DF0634-0570-4E03-8B56-6A649D6B6BA3","D9CC390A-090C-446B-8C0F-B619BA2D22B3","AEA46871-0960-4830-ACDF-F859B5E00DE3","4390F987-A2DC-4FF7-A388-A9BE68E69328","A4CA7DF7-80BD-4817-9AEC-0BB8D92A5621","A22CFE62-E012-4AAC-96D0-B64BDD12AE58","C2B5E9C7-3F2C-4C85-8AB5-3832FBDCB3BF","73C7BA23-2488-4708-837F-AE45390BEE8C","3E4A15B9-ABAA-4FEF-88B6-65899B6EC44D","5EB37A5E-C5FD-4CAB-84FE-319903F9CEE0","C33287B9-E168-4F88-927C-91D819381FEA","E4BB2EEC-5AFB-4E90-9451-E1602A302602","79A3C605-0E10-48E7-9339-F7B2A6751F57","A47CC315-CA2B-488C-B33E-545C810BA4A4","6E00DDE2-C76C-4831-A40B-24126FFE6BC7","787B96A4-3030-4F1C-858E-BCDD3040A4CD","B1FD742C-08E8-4F83-9ABC-E40A97EE5149","2D474D41-C50C-4B0B-A86E-AC24D2E7D082","A8A0A77B-85DB-4B0F-A164-3AB416DB1A43"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":56210},"__LivelyClassName__":"lively.morphic.Button"},"56159":{"submorphs":[],"scripts":[],"id":"F3D6D3F3-8D8A-423C-A197-B6C67A41928F","shape":{"__isSmartRef__":true,"id":56160},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":21,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":56166},"textColor":{"__isSmartRef__":true,"id":56163},"owner":{"__isSmartRef__":true,"id":56158},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":56167}],"padding":{"__isSmartRef__":true,"id":56169},"_Padding":{"__isSmartRef__":true,"id":56170},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":56171},"_FontFamily":"Helvetica, Sans-Serif","renderContextTable":{"__isSmartRef__":true,"id":56172},"_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_Align":"center","eventHandler":{"__isSmartRef__":true,"id":56173},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":21,"_MinTextHeight":null,"draggingEnabled":false,"derivationIds":[216,"18CA5E17-24C7-4077-93FE-3EC54B94EEAF","EAEC20CA-0440-4B49-9BB9-03621DB7DEB2","B816073C-6992-45C6-8D86-2449217C1A8B","FF0CAA98-E5CF-4678-9D8E-96F02BBDE605","A7946D5B-4E92-449B-83D4-EDF8C30E257E","FC7C0053-36C0-49E4-ACA7-952BCCFB861E","515B6FC0-94C1-43DE-97A9-E2462F26563C","6B27A5A0-78D0-4BB1-B9A9-4AD558E7429D","98A88493-0E72-43EE-8E5E-760F52577DA5","512216B5-57CE-4277-87BF-79F62900C153","A9ABB4DD-32FA-4B50-809E-7B7D22D12CE9","DE32F748-8AC7-41BC-B495-FB28E1259771","DFD524AE-C0EF-471E-8CBB-ECC52241903E","5C21250D-1364-4FC4-95C1-0BDF965C063F","528A70DE-1860-4037-AEF6-99ACFB2E2256","7F7F3151-AF20-4E45-B066-A3071643BDA0","3C053E35-C3F7-4D83-AAA0-7E1AC38093E0","C22B4613-1F52-4A98-86D8-E084F026FF3D","D20C4FE8-0531-46C9-864F-419232DD7B4D","C91367AC-7ACD-4CFC-A4A7-A1302CDBCC3D","A59D03A2-5211-41DF-98F4-FA0DC2525750","75ADB3E1-A35E-41D3-9E11-09E3F840C272"],"partsBinMetaInfo":{"__isSmartRef__":true,"id":56174},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"56160":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":56161},"_Extent":{"__isSmartRef__":true,"id":56162},"_BorderColor":{"__isSmartRef__":true,"id":56163},"renderContextTable":{"__isSmartRef__":true,"id":56164},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":56165},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"56161":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56162":{"x":25,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"56163":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56164":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"56165":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56166":{"x":-4.547473508864641e-13,"y":-4.547473508864641e-13,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"56167":{"style":{"__isSmartRef__":true,"id":56168},"chunkOwner":{"__isSmartRef__":true,"id":56159},"storedString":"-","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"56168":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"56169":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56170":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56171":{"x":25,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"56172":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"56173":{"morph":{"__isSmartRef__":true,"id":56159},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"56174":{"requiredModules":[],"idOnLoad":"F3D6D3F3-8D8A-423C-A197-B6C67A41928F","__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"56175":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":56176},"_Extent":{"__isSmartRef__":true,"id":56177},"_Fill":{"__isSmartRef__":true,"id":56178},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":56188},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":56189},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":56190},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"56176":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56177":{"x":25,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56178":{"stops":[{"__isSmartRef__":true,"id":56179},{"__isSmartRef__":true,"id":56181},{"__isSmartRef__":true,"id":56183},{"__isSmartRef__":true,"id":56185}],"vector":{"__isSmartRef__":true,"id":56187},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"56179":{"offset":0,"color":{"__isSmartRef__":true,"id":56180}},"56180":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56181":{"offset":0.4,"color":{"__isSmartRef__":true,"id":56182}},"56182":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56183":{"offset":0.6,"color":{"__isSmartRef__":true,"id":56184}},"56184":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56185":{"offset":1,"color":{"__isSmartRef__":true,"id":56186}},"56186":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56187":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56188":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56189":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"56190":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56191":{"x":159.99999999999977,"y":455.61253261443585,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"56192":{"stops":[{"__isSmartRef__":true,"id":56193},{"__isSmartRef__":true,"id":56195},{"__isSmartRef__":true,"id":56197},{"__isSmartRef__":true,"id":56199}],"vector":{"__isSmartRef__":true,"id":56187},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"56193":{"offset":0,"color":{"__isSmartRef__":true,"id":56194}},"56194":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56195":{"offset":0.4,"color":{"__isSmartRef__":true,"id":56196}},"56196":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56197":{"offset":0.6,"color":{"__isSmartRef__":true,"id":56198}},"56198":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56199":{"offset":1,"color":{"__isSmartRef__":true,"id":56200}},"56200":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56201":{"sourceObj":{"__isSmartRef__":true,"id":56158},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":56158},"targetMethodName":"disconnectSelectedConnection","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":56202},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"56202":{"source":{"__isSmartRef__":true,"id":56158},"target":{"__isSmartRef__":true,"id":56158}},"56203":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56204":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","idOnLoad":"0370BA40-7CD7-48DC-86B6-1280E2554C5F","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"56205":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"56206":{"x":30,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56207":{"morph":{"__isSmartRef__":true,"id":56158},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"56208":{"moveVertical":true},"56209":{"x":32.35839679439101,"y":-17.090725449535284,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56210":{"disconnectSelectedConnection":{"__isSmartRef__":true,"id":56211}},"56211":{"varMapping":{"__isSmartRef__":true,"id":56212},"source":"function disconnectSelectedConnection() {\n\n var editor = this.objectEditorPane;\n var selection = editor.connectionList.selection;\n\n if (!editor.target || editor.connectionList.getList().size() < 2) \n return;\n\n var disconnectConnection = function (confirmed) {\n if (!confirmed) return;\n\n var listIndex = editor.target.attributeConnections.indexOf(selection[1]);\n if (selection && (typeof selection !== \"string\") && listIndex > -1) {\n var c = selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n editor.updateLists();\n editor.displayInitialScript();\n } \n }\n\n var message = 'Disconnect \"' + selection[0] +'\" connection?';\n var callback = disconnectConnection;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":56213},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56212":{"this":{"__isSmartRef__":true,"id":56158}},"56213":{"timestamp":{"__isSmartRef__":true,"id":56214},"user":"lauritz","categories":[]},"56214":{"isSerializedDate":true,"string":"Fri Nov 11 2011 01:46:54 GMT+0100 (Mitteleuropäische Zeit)"},"56215":{"submorphs":[{"__isSmartRef__":true,"id":56216}],"scripts":[],"id":"6460ED5D-5914-4719-A2D7-9C7A90CB482B","shape":{"__isSmartRef__":true,"id":56232},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":56236},"lighterFill":{"__isSmartRef__":true,"id":56248},"label":{"__isSmartRef__":true,"id":56216},"name":"saveButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":56257},"attributeConnections":[{"__isSmartRef__":true,"id":56258}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":56294},"renderContextTable":{"__isSmartRef__":true,"id":56295},"eventHandler":{"__isSmartRef__":true,"id":56296},"distanceToDragEvent":{"__isSmartRef__":true,"id":56297},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","D686F0CB-027B-4CA9-8B8D-9306389B219D","F51327CB-803E-4234-BFB3-6F5252D1C936","A79280E8-6AE3-4016-AF47-CE78F71924C6","B05829EB-D452-4D81-983B-E2CE425C8260","32B117E5-52D8-4843-B80E-090B9817E099","49AC923E-5272-4E3C-8F02-4F2AED2BC4E9","85AAEA9C-5E12-4DEC-8994-9A5FE655A740","2A7FF9BF-85D3-4962-8EB4-0F7016C672EB","3BB17748-B91B-43F5-84BE-2537402A6382","8BA10BD3-43C5-4A41-B9D9-DCD8C74EA208","8BADA640-EDC1-41B2-BEF3-0F2520EA25DD","CAFB5342-EFD3-483E-AE4A-343D211653EF","C3DC8C6F-A36C-4456-AF34-B0A318C1AAD8","88093937-29BB-43FC-AD82-4A0A4BDC349F","27E1FA12-CE4A-4C1F-891F-EEEF92BD672F","A12311D6-23C1-4711-9271-5B582F89F15B","6FB89C12-39F8-483E-8DFA-71BDD80323B9","F70FE5E3-2CD8-4DE8-BA67-2E043578F518"],"layout":{"__isSmartRef__":true,"id":56298},"_Position":{"__isSmartRef__":true,"id":56299},"owner":{"__isSmartRef__":true,"id":54371},"_ClipMode":"visible","isPressed":false,"_Rotation":0,"_Scale":0.9902912621359223,"__LivelyClassName__":"lively.morphic.Button"},"56216":{"submorphs":[],"scripts":[],"id":"94660747-47FA-4DF4-82C9-6F9330E43166","shape":{"__isSmartRef__":true,"id":56217},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":56223},"_MaxTextWidth":78.78258942335096,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":56224},"_Padding":{"__isSmartRef__":true,"id":56225},"owner":{"__isSmartRef__":true,"id":56215},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":56226},"textChunks":[{"__isSmartRef__":true,"id":56227}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":56229},"eventHandler":{"__isSmartRef__":true,"id":56230},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","9AECBFB8-25A5-483F-86AD-D7CF9ABC9A25","918C6CC4-3540-4341-BAFD-B195F7807FEE","5AABB138-5EE8-40A5-AB3C-5A9625D0A353","4529D79B-4CC5-467E-91F8-661C3A5F49F8","1E5E570C-FD42-45E3-A7F6-768BB14ACD14","A13FB4E0-72F2-4E7C-A861-EDCBA1393860","B8E4C964-4FFF-4A9F-B0A9-612546B1DC8C","002A2173-D26D-4EED-8906-A489C1E158C0","63362D04-B829-41E6-9E68-5B8DB03D382F","996B60A4-8698-448F-A35F-79C768B4976B","F0727398-A1F0-47F5-92CF-BB9677FA05FA","38707063-D664-49A0-B2FB-F0666EC532D5","0402FB51-915F-4491-8FA1-553F0D8F7F35","5A35285D-C6A5-4830-97D9-0890A3F33F39","53121F0B-7DA5-4622-AC08-DD4805D53374","6C84E15D-112D-4C04-87C1-937691E296A7","C613D8FB-010E-4AA4-8EE9-CD99A2F14B99","8B611445-FB88-4DFD-8CC5-011707F24A66"],"_MinTextWidth":78.78258942335096,"_MinTextHeight":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":56231},"_Rotation":0,"_Scale":1.0000000000000002,"__LivelyClassName__":"lively.morphic.Text"},"56217":{"position":{"__isSmartRef__":true,"id":56218},"_Extent":{"__isSmartRef__":true,"id":56219},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":56220},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":56221},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":56222},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"56218":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56219":{"x":82.78258942335096,"y":20.99999999999999,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"56220":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56221":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"56222":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56223":{"x":4.547473508864641e-13,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"56224":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56225":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56226":{"x":82.78258942335096,"y":20.99999999999999,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"56227":{"style":{"__isSmartRef__":true,"id":56228},"chunkOwner":{"__isSmartRef__":true,"id":56216},"storedString":"save","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"56228":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"56229":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"56230":{"morph":{"__isSmartRef__":true,"id":56216},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"56231":{"requiredModules":[],"idOnLoad":"94660747-47FA-4DF4-82C9-6F9330E43166","__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"56232":{"position":{"__isSmartRef__":true,"id":56233},"_Extent":{"__isSmartRef__":true,"id":56234},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":56235},"_Fill":{"__isSmartRef__":true,"id":56236},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":56246},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":56247},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"56233":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56234":{"x":82.78258942335096,"y":20.99999999999999,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56235":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56236":{"stops":[{"__isSmartRef__":true,"id":56237},{"__isSmartRef__":true,"id":56239},{"__isSmartRef__":true,"id":56241},{"__isSmartRef__":true,"id":56243}],"vector":{"__isSmartRef__":true,"id":56245},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"56237":{"offset":0,"color":{"__isSmartRef__":true,"id":56238}},"56238":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56239":{"offset":0.4,"color":{"__isSmartRef__":true,"id":56240}},"56240":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56241":{"offset":0.6,"color":{"__isSmartRef__":true,"id":56242}},"56242":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56243":{"offset":1,"color":{"__isSmartRef__":true,"id":56244}},"56244":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56245":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56246":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"56247":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56248":{"stops":[{"__isSmartRef__":true,"id":56249},{"__isSmartRef__":true,"id":56251},{"__isSmartRef__":true,"id":56253},{"__isSmartRef__":true,"id":56255}],"vector":{"__isSmartRef__":true,"id":56245},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"56249":{"offset":0,"color":{"__isSmartRef__":true,"id":56250}},"56250":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56251":{"offset":0.4,"color":{"__isSmartRef__":true,"id":56252}},"56252":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56253":{"offset":0.6,"color":{"__isSmartRef__":true,"id":56254}},"56254":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56255":{"offset":1,"color":{"__isSmartRef__":true,"id":56256}},"56256":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56257":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"6460ED5D-5914-4719-A2D7-9C7A90CB482B","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"56258":{"sourceObj":{"__isSmartRef__":true,"id":56215},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":54708},"targetMethodName":"doSave","visualConnector":{"__isSmartRef__":true,"id":56259},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"56259":{"submorphs":[{"__isSmartRef__":true,"id":56260}],"scripts":[],"shape":{"__isSmartRef__":true,"id":56275},"derivationIds":[null],"id":"F46012D5-C8BE-4E52-BF98-D052FDAAE17A","renderContextTable":{"__isSmartRef__":true,"id":56282},"eventHandler":{"__isSmartRef__":true,"id":56283},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":56284},{"__isSmartRef__":true,"id":56285}],"con":{"__isSmartRef__":true,"id":56258},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":56286},"__LivelyClassName__":"lively.morphic.Path"},"56260":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":56261},"derivationIds":[null],"id":"A2A83C78-09B8-473C-829B-198206D7A9E4","renderContextTable":{"__isSmartRef__":true,"id":56272},"eventHandler":{"__isSmartRef__":true,"id":56273},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":56274},"owner":{"__isSmartRef__":true,"id":56259},"_Rotation":3.077607197692381,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"56261":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":56262},{"__isSmartRef__":true,"id":56263},{"__isSmartRef__":true,"id":56264},{"__isSmartRef__":true,"id":56265}],"renderContextTable":{"__isSmartRef__":true,"id":56266},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":56267},"_Extent":{"__isSmartRef__":true,"id":56268},"_Padding":{"__isSmartRef__":true,"id":56269},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":56270},"_Fill":{"__isSmartRef__":true,"id":56271},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"56262":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"56263":{"isAbsolute":true,"x":-12,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"56264":{"isAbsolute":true,"x":4,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"56265":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"56266":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"56267":{"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56268":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56269":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56270":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56271":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56272":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"56273":{"morph":{"__isSmartRef__":true,"id":56260},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"56274":{"x":201.20421122525056,"y":40.24084224505009,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56275":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":56276},{"__isSmartRef__":true,"id":56277}],"renderContextTable":{"__isSmartRef__":true,"id":56278},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":56279},"_Extent":{"__isSmartRef__":true,"id":56280},"_Padding":{"__isSmartRef__":true,"id":56281},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":56270},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"56276":{"isAbsolute":true,"x":679.4857209639925,"y":9.595948897894004,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"56277":{"isAbsolute":true,"x":201.20421122525056,"y":40.24084224505009,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"56278":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"56279":{"x":200,"y":9,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56280":{"x":480,"y":32,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56281":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56282":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"56283":{"morph":{"__isSmartRef__":true,"id":56259},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"56284":{"morph":{"__isSmartRef__":true,"id":56259},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"56285":{"morph":{"__isSmartRef__":true,"id":56259},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":56260},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"56286":{"morphMenuItems":{"__isSmartRef__":true,"id":56287}},"56287":{"varMapping":{"__isSmartRef__":true,"id":56288},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":56293},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56288":{"this":{"__isSmartRef__":true,"id":56259},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":56289}},"56289":{"$super":{"__isSmartRef__":true,"id":56290}},"56290":{"varMapping":{"__isSmartRef__":true,"id":56291},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":56292},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56291":{"obj":{"__isSmartRef__":true,"id":56259},"name":"morphMenuItems"},"56292":{},"56293":{},"56294":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56295":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"56296":{"morph":{"__isSmartRef__":true,"id":56215},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"56297":{"x":63.63818454219199,"y":-12.925063289985928,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"56298":{"centeredHorizontal":false,"moveHorizontal":true},"56299":{"x":831.4189853444975,"y":7.596769379149691,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"56300":{"position":{"__isSmartRef__":true,"id":56301},"_Extent":{"__isSmartRef__":true,"id":56302},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":56303},"_Fill":{"__isSmartRef__":true,"id":56304},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":56305},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":56306},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"56301":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56302":{"x":1025.0285365288846,"y":564.612532614436,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56303":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56304":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"56305":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"56306":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56307":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","comment":"Edit scripts and connections of a specific morph.","migrationLevel":4,"partName":"ObjectEditorPane","changes":[{"__isSmartRef__":true,"id":56308}],"idOnLoad":"FA58AE1C-CA25-4090-AB8D-A3995C470668","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"56308":{"date":{"__isSmartRef__":true,"id":56309},"author":"lauritz","message":"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items."},"56309":{"isSerializedDate":true,"string":"Fri Oct 21 2011 00:39:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"56310":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"56311":{"morph":{"__isSmartRef__":true,"id":54371},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"56312":{"x":909.0285365288845,"y":526.612532614436,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56313":{"resizeWidth":true,"resizeHeight":true,"adjustForNewBounds":true},"56314":{"submorphs":[],"scripts":[],"id":"A3B0F9E2-B1D4-4C35-8159-EC0EC5972AD9","shape":{"__isSmartRef__":true,"id":56315},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":56322},"showsHalos":false,"name":"Rectangle Test","partsBinMetaInfo":{"__isSmartRef__":true,"id":56323},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":56340},"eventHandler":{"__isSmartRef__":true,"id":56341},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[127,"F0291F62-F100-480C-AEBF-0230398F7983","AE8B5ED7-E305-45BC-BE4A-1C28A49EE12B","39BA345C-17FA-45A0-BAC2-F0CF5654ACF8","FE91EA31-D8AE-461B-8A49-95DA5FBAE5B4","F38439A3-2F4E-4AC2-BF73-2633C00B1393","6748F5B5-2284-4748-A6EE-F1A261CBAD0B"],"partTests":{"__isSmartRef__":true,"id":56342},"_ClipMode":"visible","moved":true,"_Rotation":0,"_Scale":1.0040100200350561,"__LivelyClassName__":"lively.morphic.Box"},"56315":{"position":{"__isSmartRef__":true,"id":56316},"_Extent":{"__isSmartRef__":true,"id":56317},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":56318},"_Fill":{"__isSmartRef__":true,"id":56319},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":56320},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":56321},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"56316":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56317":{"x":100,"y":100,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56318":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56319":{"r":1,"g":0.56,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56320":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML"},"56321":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56322":{"x":395,"y":673,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56323":{"partsSpaceName":"PartsBin/PartsClasses","__SourceModuleName__":"Global.lively.PartsBin","comment":"no comment","migrationLevel":4,"partName":"Rectangle Test","changes":[{"__isSmartRef__":true,"id":56324},{"__isSmartRef__":true,"id":56326},{"__isSmartRef__":true,"id":56328},{"__isSmartRef__":true,"id":56330},{"__isSmartRef__":true,"id":56332},{"__isSmartRef__":true,"id":56334},{"__isSmartRef__":true,"id":56336},{"__isSmartRef__":true,"id":56338}],"revisionOnLoad":166257,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"56324":{"date":{"__isSmartRef__":true,"id":56325},"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350"},"56325":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (Mitteleuropäische Sommerzeit)"},"56326":{"date":{"__isSmartRef__":true,"id":56327},"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7"},"56327":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (Mitteleuropäische Zeit)"},"56328":{"date":{"__isSmartRef__":true,"id":56329},"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B"},"56329":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (Mitteleuropäische Zeit)"},"56330":{"date":{"__isSmartRef__":true,"id":56331},"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2"},"56331":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (Mitteleuropäische Zeit)"},"56332":{"date":{"__isSmartRef__":true,"id":56333},"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC"},"56333":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"56334":{"date":{"__isSmartRef__":true,"id":56335},"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23"},"56335":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"56336":{"date":{"__isSmartRef__":true,"id":56337},"author":"willy.scheibel","message":"no comment","id":"64C9D59B-FCEC-4971-885B-2F06149EB7D1"},"56337":{"isSerializedDate":true,"string":"Thu May 24 2012 12:07:34 GMT+0200 (Mitteleuropäische Sommerzeit)"},"56338":{"date":{"__isSmartRef__":true,"id":56339},"author":"willy.scheibel","message":"no comment","id":"99A6628E-A530-4399-998D-55FB39348672"},"56339":{"isSerializedDate":true,"string":"Thu May 24 2012 12:09:13 GMT+0200 (Mitteleuropäische Sommerzeit)"},"56340":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"56341":{"morph":{"__isSmartRef__":true,"id":56314},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"56342":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":56343}},"56343":{"test01IsMorph":{"__isSmartRef__":true,"id":56344}},"56344":{"varMapping":{"__isSmartRef__":true,"id":56345},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":56346},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56345":{"this":{"__isSmartRef__":true,"id":56342}},"56346":{},"56347":{"x":350.2386236582805,"y":-3.2455173507596555,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56348":{"x":0.9711267504617354,"y":21.45669012569101,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"56349":{},"56350":{"displayInitialScript":{"__isSmartRef__":true,"id":56351},"displayJavaScriptSource":{"__isSmartRef__":true,"id":56355},"displaySourceForConnection":{"__isSmartRef__":true,"id":56358},"displaySourceForScript":{"__isSmartRef__":true,"id":56362},"generateSourceForConnection":{"__isSmartRef__":true,"id":56365},"generateSourceForScript":{"__isSmartRef__":true,"id":56369},"generateTargetCode":{"__isSmartRef__":true,"id":56373},"newConnection":{"__isSmartRef__":true,"id":56377},"newScript":{"__isSmartRef__":true,"id":56381},"reset":{"__isSmartRef__":true,"id":56384},"selectChangedContent":{"__isSmartRef__":true,"id":56387},"setTarget":{"__isSmartRef__":true,"id":56391},"sortedConnectionNamesOfObj":{"__isSmartRef__":true,"id":56394},"sortedScriptNamesOfObj":{"__isSmartRef__":true,"id":56398},"updateLists":{"__isSmartRef__":true,"id":56401},"onShutdown":{"__isSmartRef__":true,"id":56405},"confirmUnsavedChanges":{"__isSmartRef__":true,"id":56409},"update":{"__isSmartRef__":true,"id":56413},"ensureAnnotationLayer":{"__isSmartRef__":true,"id":56417},"migrateOldScriptAnnotations":{"__isSmartRef__":true,"id":56421},"copyToPartsBinWithUserRequest":{"__isSmartRef__":true,"id":56425},"printTags":{"__isSmartRef__":true,"id":56433},"setTag":{"__isSmartRef__":true,"id":56437},"runScript":{"__isSmartRef__":true,"id":56441},"openPartTestRunner":{"__isSmartRef__":true,"id":56445},"saveScriptWithSource":{"__isSmartRef__":true,"id":56449},"removeTimeStampComment":{"__isSmartRef__":true,"id":56452},"openPartClassesEditor":{"__isSmartRef__":true,"id":56455}},"56351":{"varMapping":{"__isSmartRef__":true,"id":56352},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.preselectItem();\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.preselectItem();\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":56353},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56352":{"this":{"__isSmartRef__":true,"id":54371}},"56353":{"timestamp":{"__isSmartRef__":true,"id":56354},"user":"lauritz","tags":[]},"56354":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:13:43 GMT+0100 (Mitteleuropäische Zeit)"},"56355":{"varMapping":{"__isSmartRef__":true,"id":56356},"source":"function displayJavaScriptSource(jsCode, scriptName) {\n if (this.scriptPane.hasChanged()) {\n var that = this;\n var callback = function(confirmed) {\n if (confirmed) that.scriptPane.display(jsCode)\n };\n this.confirmUnsavedChanges(callback);\n } else {\n this.scriptPane.display(jsCode);\n if (scriptName) {\n this.get('TagsEntry').textString = this.printTags(this.target[scriptName]);\n }\n }\n}","funcProperties":{"__isSmartRef__":true,"id":56357},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56356":{"this":{"__isSmartRef__":true,"id":54371}},"56357":{},"56358":{"varMapping":{"__isSmartRef__":true,"id":56359},"source":"function displaySourceForConnection(connection) {\n var code = \"\", that = this;\n if (connection === undefined) return;\n if (connection === null) {\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\"\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForConnection(connection);\n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":56360},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56359":{"this":{"__isSmartRef__":true,"id":54371}},"56360":{"timestamp":{"__isSmartRef__":true,"id":56361},"user":"conradcalmez","tags":[]},"56361":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:59:30 GMT+0100 (Mitteleuropäische Zeit)"},"56362":{"varMapping":{"__isSmartRef__":true,"id":56363},"source":"function displaySourceForScript(scriptName) {\n var code = \"\",\n that = this;\n if (scriptName === null) {\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForScript(each)).concat(\"\\n\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForScript(scriptName); \n }\n this.displayJavaScriptSource(code, scriptName);\n}","funcProperties":{"__isSmartRef__":true,"id":56364},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56363":{"this":{"__isSmartRef__":true,"id":54371}},"56364":{},"56365":{"varMapping":{"__isSmartRef__":true,"id":56366},"source":"function generateSourceForConnection(connection) {\n var c = connection, targetObject = this.target;\n\tif (!c.getTargetObj() || !c.getTargetObj().name || \n\t\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\n\n\tvar optConfig = []\n\tif (c.converterString)\n\t\toptConfig.push(\"converter: \\n\\t\" + c.converterString)\n\tif (c.updaterString)\n\t\toptConfig.push(\"updater: \\n\\t\" + c.updaterString)\n\treturn Strings.format('connect(%s, \"%s\", %s, \"%s\", {%s});', \n\t\t\tthis.generateTargetCode(targetObject, c.getSourceObj()),\n\t\t\tc.getSourceAttrName(),\n\t\t\tthis.generateTargetCode(targetObject, c.getTargetObj()),\n\t\t\tc.getTargetMethodName(),\n\t\t\toptConfig.join(','));\n\n}","funcProperties":{"__isSmartRef__":true,"id":56367},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56366":{"this":{"__isSmartRef__":true,"id":54371}},"56367":{"timestamp":{"__isSmartRef__":true,"id":56368},"user":"lauritz","tags":[]},"56368":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"56369":{"varMapping":{"__isSmartRef__":true,"id":56370},"source":"function generateSourceForScript(scriptName) {\n var script = this.target[scriptName],\n annotation = '',\n scriptSource = script.sourceString ||\n script.getOriginal().sourceString ||\n String(script);\n\n if (!script && !this.target.isMorph) {\n script = this.target.getFunction(scriptName)\n }\n\n scriptSource = this.removeTimeStampComment(scriptSource);\n\n if (script.timestamp && script.user) \n annotation = Strings.format('// changed on %s by %s \\n', script.timestamp, script.user);\n \n // FIXME: fix getOriginal!\n scriptSource = Strings.format('%s', scriptSource);\n\n return annotation + scriptSource;\n}","funcProperties":{"__isSmartRef__":true,"id":56371},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"56370":{"this":{"__isSmartRef__":true,"id":54371}},"56371":{"timestamp":{"__isSmartRef__":true,"id":56372},"user":"athomschke","tags":[]},"56372":{"isSerializedDate":true,"string":"Wed Jun 27 2012 02:37:28 GMT+0200 (Mitteleuropäische Sommerzeit)"},"56373":{"varMapping":{"__isSmartRef__":true,"id":56374},"source":"function generateTargetCode(baseObject, targetObject) {\n\tvar name = targetObject.name;\n\tif (baseObject === targetObject) \n\t\treturn \"this\";\n\telse if (baseObject[name] === targetObject) \n\t\treturn \"this.\" + name;\n\telse if (baseObject.testObject === targetObject) \n\t\treturn \"this.testObject\";\n\telse if (baseObject.get(name) === targetObject) \n\t\treturn 'this.get(\"' + name + '\")';\n\telse if (targetObject instanceof Morph) \n\t\treturn '$morph(\"' + name + '\")';\n\telse \n\t\treturn \"????\";\n}","funcProperties":{"__isSmartRef__":true,"id":56375},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56374":{"this":{"__isSmartRef__":true,"id":54371}},"56375":{"timestamp":{"__isSmartRef__":true,"id":56376},"user":"lauritz","tags":[]},"56376":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"56377":{"varMapping":{"__isSmartRef__":true,"id":56378},"source":"function newConnection() {\n if (this.target) {\n var code = \"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":56379},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56378":{"this":{"__isSmartRef__":true,"id":54371}},"56379":{"timestamp":{"__isSmartRef__":true,"id":56380},"user":"lauritz","tags":[]},"56380":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"56381":{"varMapping":{"__isSmartRef__":true,"id":56382},"source":"function newScript() {\n if (this.target) {\n var code = \"function SCRIPTNAME() {\\n \\n}\";\n this.displayJavaScriptSource(code);\n this.get('TagsEntry').textString = '[]';\n }\n}","funcProperties":{"__isSmartRef__":true,"id":56383},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56382":{"this":{"__isSmartRef__":true,"id":54371}},"56383":{},"56384":{"varMapping":{"__isSmartRef__":true,"id":56385},"source":"function reset() {\n this.scriptPane = this.get('ObjectEditorScriptPane')\n this.scriptList = this.get('ObjectEditorScriptList')\n this.connectionList = this.get('ObjectEditorConnectionList')\n this.morphSelector = this.get('ObjectEditorMorphSelector')\n this.get('TagsEntry').textString = '[]';\n this.target = null;\n this.scriptPane.reset();\n this.scriptList.setList();\n this.scriptList.selection = null;\n this.connectionList.setList();\n this.connectionList.selection = null;\n this.morphSelector.reset();\n this.tagChooser.reset();\n this.currentTag = null;\n this.stopStepping();\n}","funcProperties":{"__isSmartRef__":true,"id":56386},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56385":{"this":{"__isSmartRef__":true,"id":54371}},"56386":{},"56387":{"varMapping":{"__isSmartRef__":true,"id":56388},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n return this.scriptList.selectAddedScript(addScriptMatches[0]);\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i 0 && morph.all(function (e) {\n return e.isMorph\n })) {\n var group = this.get(\"MagnifierButton\").newMultiSelection()\n group.targets = morph\n this.target = morph = group\n }\n\n this.migrateOldScriptAnnotations();\n\n this.morphSelector.setTarget(morph);\n this.scriptPane.setTarget(morph);\n\n this.updateLists();\n this.displayInitialScript();\n\n this.startStepping(500/*ms*/, 'update'); \n}","funcProperties":{"__isSmartRef__":true,"id":56393},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"56392":{"this":{"__isSmartRef__":true,"id":54371}},"56393":{},"56394":{"varMapping":{"__isSmartRef__":true,"id":56395},"source":"function sortedConnectionNamesOfObj(obj) {\n if (\"attributeConnections\" in obj) {\n return obj.attributeConnections.\n sortBy(function(each) {return name.toLowerCase() }).\n collect(function(each) {return [each.getSourceAttrName(), each]});\n } else {\n return [];\n }\n}","funcProperties":{"__isSmartRef__":true,"id":56396},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56395":{"this":{"__isSmartRef__":true,"id":54371}},"56396":{"timestamp":{"__isSmartRef__":true,"id":56397},"user":"lauritz","tags":[]},"56397":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"56398":{"varMapping":{"__isSmartRef__":true,"id":56399},"source":"function sortedScriptNamesOfObj(obj) {\n\n if (!obj)\n return [];\n\n if (obj && obj.isMorph) {\n \n if (!Functions.own(obj) || Functions.own(obj).size() == 0) return [];\n\n var selectedScripts = Functions.own(obj).\n \tselect(function(name) { return obj[name].getOriginal().hasLivelyClosure }).\n \tsortBy(function(name) { return name.toLowerCase() });\n\n if (!this.currentTag) return selectedScripts;\n\n var that = this;\n var selectedScripts = selectedScripts.select(function(scriptName) {\n return obj[scriptName].tags && \n obj[scriptName].tags.include(that.currentTag);\n });\n\n return selectedScripts;\n } else {\n // obj is a multiselection-target group \n return obj.targetFunctions();\n }\n\n \n}","funcProperties":{"__isSmartRef__":true,"id":56400},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"56399":{"this":{"__isSmartRef__":true,"id":54371}},"56400":{},"56401":{"varMapping":{"__isSmartRef__":true,"id":56402},"source":"function updateLists() {\n\n var scriptListItems = this.sortedScriptNamesOfObj(this.target);\n scriptListItems.unshift(\"-- ALL --\");\n if (!Arrays.equal(scriptListItems, this.scriptList.getList())) {\n this.scriptList.setList(scriptListItems);\n }\n \n var connectionListItems = this.sortedConnectionNamesOfObj(this.target);\n connectionListItems.unshift(\"-- ALL --\");\n if (!Arrays.equal(connectionListItems, this.connectionList.getList())) {\n this.connectionList.setList(connectionListItems);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":56403},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56402":{"this":{"__isSmartRef__":true,"id":54371}},"56403":{"timestamp":{"__isSmartRef__":true,"id":56404},"user":"lauritz","tags":[]},"56404":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"56405":{"varMapping":{"__isSmartRef__":true,"id":56406},"source":"function onShutdown() {\n if (this.scriptPane.hasChanged()) {\n var that = this;\n // callback is executed asynchronously since waits on user input.\n // however, the editor should not be closed before input\n // therefore, we patch the remove method until the user reacted\n this.owner.remove = function() {};\n var callback = function(confirmed) {\n if (that.owner.state === \"shutdown\") delete that.owner.state;\n that.owner.remove = that.owner.__proto__.remove;\n if (confirmed) that.owner.remove();\n }\n this.confirmUnsavedChanges(callback);\n } \n}","funcProperties":{"__isSmartRef__":true,"id":56407},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56406":{"this":{"__isSmartRef__":true,"id":54371}},"56407":{"timestamp":{"__isSmartRef__":true,"id":56408},"user":"lauritz","tags":[]},"56408":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"56409":{"varMapping":{"__isSmartRef__":true,"id":56410},"source":"function confirmUnsavedChanges(callback) {\n var message = \"Discard unsaved changes?\";\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":56411},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56410":{"this":{"__isSmartRef__":true,"id":54371}},"56411":{"timestamp":{"__isSmartRef__":true,"id":56412},"user":"lauritz","tags":[]},"56412":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:52:56 GMT+0100 (Mitteleuropäische Zeit)"},"56413":{"varMapping":{"__isSmartRef__":true,"id":56414},"source":"function update() {\n // alias to conform to convention\n this.updateLists();\n}","funcProperties":{"__isSmartRef__":true,"id":56415},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56414":{"this":{"__isSmartRef__":true,"id":54371}},"56415":{"timestamp":{"__isSmartRef__":true,"id":56416},"user":"lauritz","tags":[]},"56416":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"56417":{"varMapping":{"__isSmartRef__":true,"id":56418},"source":"function ensureAnnotationLayer() {\n module('lively.LayerableMorphs').load(true);\n\n if (\"ScriptAnnotationLayer\" in Global) return;\n \n cop.create(\"ScriptAnnotationLayer\");\n ScriptAnnotationLayer.refineClass(\n lively.morphic.Morph,{\n \n addScript: function(funcOrString) {\n var func = Function.fromString(funcOrString),\n oldFunction = this[func.name],\n changed = oldFunction && oldFunction.toString() !== func.toString();\n \n var result = cop.proceed.apply(this, arguments);\n\n if (oldFunction && !changed) {\n this[func.name].setTimestampAndUser(oldFunction.timestamp, oldFunction.user);\n } else {\n this[func.name].setTimestampAndUser();\n }\n return result;\n },\n\n tagScript: function(scriptName, tags) {\n return this[scriptName].tag(tags);\n }\n\n }); \n ScriptAnnotationLayer.refineObject(\n Function.prototype,{\n\n setTimestampAndUser: function(timestamp, user) {\n this.setProperty('timestamp', timestamp || new Date());\n this.setProperty('user', user || (lively.LocalStorage && lively.LocalStorage.get('UserName')));\n },\n \n tag: function(tags) {\n var tags = (typeof tags === 'string') ? [tags] : tags;\n this.setProperty(\"tags\", tags);\n return true; \n } \n });\n\n}","funcProperties":{"__isSmartRef__":true,"id":56419},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56418":{"this":{"__isSmartRef__":true,"id":54371}},"56419":{"timestamp":{"__isSmartRef__":true,"id":56420},"user":"lauritz","tags":[]},"56420":{"isSerializedDate":true,"string":"Tue Dec 13 2011 22:03:17 GMT+0100 (Mitteleuropäische Zeit)"},"56421":{"varMapping":{"__isSmartRef__":true,"id":56422},"source":"function migrateOldScriptAnnotations() {\n var target = this.target;\n\n if (!target) return;\n\n if (target.scriptAnnotations) {\n Functions.own(target).forEach(function (scriptName){\n var scriptAnnotation = target.scriptAnnotations[scriptName];\n if (!scriptAnnotation) return;\n if (scriptAnnotation.user) {\n target[scriptName].setProperty('user', scriptAnnotation.user);\n }\n if (scriptAnnotation.time) {\n target[scriptName].setProperty('timestamp', scriptAnnotation.time);\n }\n if (scriptAnnotation.categories) {\n target[scriptName].setProperty('tags', scriptAnnotation.categories);\n }\n });\n delete target.scriptAnnotations;\n } \n\n Functions.own(target).forEach(function (scriptName) {\n if (target[scriptName].categories) {\n target[scriptName].tags = target[scriptName].categories;\n delete target[scriptName].categories;\n } \n });\n\n}","funcProperties":{"__isSmartRef__":true,"id":56423},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56422":{"this":{"__isSmartRef__":true,"id":54371}},"56423":{"timestamp":{"__isSmartRef__":true,"id":56424},"user":"lauritz","tags":[]},"56424":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:41:00 GMT+0100 (Mitteleuropäische Zeit)"},"56425":{"varMapping":{"__isSmartRef__":true,"id":56426},"source":"function copyToPartsBinWithUserRequest() {\n this.owner.copyToPartsBinWithUserRequest();\n}","funcProperties":{"__isSmartRef__":true,"id":56431},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56426":{"this":{"__isSmartRef__":true,"id":54371},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":56427}},"56427":{"$super":{"__isSmartRef__":true,"id":56428}},"56428":{"varMapping":{"__isSmartRef__":true,"id":56429},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":56430},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56429":{"obj":{"__isSmartRef__":true,"id":54371},"name":"copyToPartsBinWithUserRequest"},"56430":{},"56431":{"timestamp":{"__isSmartRef__":true,"id":56432},"user":"lauritz","tags":[]},"56432":{"isSerializedDate":true,"string":"Thu Nov 17 2011 20:04:19 GMT+0100 (Mitteleuropäische Zeit)"},"56433":{"varMapping":{"__isSmartRef__":true,"id":56434},"source":"function printTags(script) {\n if (!script.tags) return \"[]\";\n\n var printString = '[';\n for (var i=0; i < script.tags.length; i++) {\n if (i !== 0) printString += ', ';\n printString += '\"' + script.tags[i] + '\"';\n }\n printString += ']';\n return printString;\n}","funcProperties":{"__isSmartRef__":true,"id":56435},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56434":{"this":{"__isSmartRef__":true,"id":54371}},"56435":{"timestamp":{"__isSmartRef__":true,"id":56436},"user":"lauritz","tags":[]},"56436":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:33:20 GMT+0100 (Mitteleuropäische Zeit)"},"56437":{"varMapping":{"__isSmartRef__":true,"id":56438},"source":"function setTag(tag) {\n if (tag === 'all') {\n this.currentTag = '';\n } else {\n this.currentTag = tag;\n }\n this.updateLists();\n this.displayInitialScript();\n}","funcProperties":{"__isSmartRef__":true,"id":56439},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56438":{"this":{"__isSmartRef__":true,"id":54371}},"56439":{"timestamp":{"__isSmartRef__":true,"id":56440},"user":"lauritz","tags":[]},"56440":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:35 GMT+0100 (Mitteleuropäische Zeit)"},"56441":{"varMapping":{"__isSmartRef__":true,"id":56442},"source":"function runScript() {\n var scriptName = this.get(\"ObjectEditorScriptList\").selection;\n if (!scriptName || !this.target) return;\n this.target[scriptName]();\n}","funcProperties":{"__isSmartRef__":true,"id":56443},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56442":{"this":{"__isSmartRef__":true,"id":54371}},"56443":{"timestamp":{"__isSmartRef__":true,"id":56444},"user":"conradcalmez","tags":[]},"56444":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:53:29 GMT+0100 (Mitteleuropäische Zeit)"},"56445":{"varMapping":{"__isSmartRef__":true,"id":56446},"source":"function openPartTestRunner() {\n module('lively.PartsTestFramework').load();\n var runner = $part('PartTestRunner', 'PartsBin/Tools');\n runner.setPartUnderTest(this.target);\n runner.openInWorld();\n runner.align(runner.bounds().topLeft(),\n this.owner.bounds().topLeft().addPt(pt(30,30)))\n}","funcProperties":{"__isSmartRef__":true,"id":56447},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56446":{"this":{"__isSmartRef__":true,"id":54371}},"56447":{"timestamp":{"__isSmartRef__":true,"id":56448},"user":"jenslincke","tags":[]},"56448":{"isSerializedDate":true,"string":"Wed Mar 14 2012 15:48:07 GMT+0100 (Mitteleuropäische Zeit)"},"56449":{"varMapping":{"__isSmartRef__":true,"id":56450},"source":"function saveScriptWithSource(sourceString) {\n var strippedSource = this.removeTimeStampComment(sourceString),\n scriptName = eval('(' + strippedSource + ')').name,\n fullSource,\n scriptPane = this.get('ObjectEditorScriptPane'),\n saved,\n tagsEntry = this.get('TagsEntry'),\n tags = '[]';\n \n if (tagsEntry) {\n tags = tagsEntry.textString;\n }\n fullSource = Strings.format('this.addScript(%s).tag(%s);', strippedSource, tags),\n saved = scriptPane.boundEval(fullSource);\n if (saved) {\n this.changeIndicator.indicateUnsavedChanges();\n this.updateLists();\n this.selectChangedContent(sourceString);\n this.target[scriptName].sourceString = strippedSource;\n } \n scriptPane.onSaved(saved);\n}","funcProperties":{"__isSmartRef__":true,"id":56451},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56450":{"this":{"__isSmartRef__":true,"id":54371}},"56451":{},"56452":{"varMapping":{"__isSmartRef__":true,"id":56453},"source":"function removeTimeStampComment(scriptSource) {\n if (scriptSource.match(/\\/\\/ changed on .* by .*/)) {\n scriptSource = scriptSource.split('\\n').slice(1).join('\\n');\n }\n return scriptSource;\n}","funcProperties":{"__isSmartRef__":true,"id":56454},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56453":{"this":{"__isSmartRef__":true,"id":54371}},"56454":{},"56455":{"varMapping":{"__isSmartRef__":true,"id":56456},"source":"function openPartClassesEditor() {\n var browser = $part('ClassBrowser', 'PartsBin/PartsClasses');\n try {\n browser.targetMorph.editClassesFor(this.target);\n } catch(e) {\n \n }\n browser.openInWorld();\n}","funcProperties":{"__isSmartRef__":true,"id":56457},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56456":{"this":{"__isSmartRef__":true,"id":54371}},"56457":{},"56458":{"renderContextTable":{"__isSmartRef__":true,"id":56459},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":56460},"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":56461},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":56462},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"56459":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"56460":{"x":1025,"y":585,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56461":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56462":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56463":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"56464":{"morph":{"__isSmartRef__":true,"id":54158},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"56465":{"adjustForNewBounds":true},"56466":{"x":909,"y":547,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56467":{"x":0,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56468":{"a":1,"b":0,"c":0,"d":1,"e":21,"f":92.89999999999998,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"lively.morphic.Similitude"},"56469":{"x":723,"y":268,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56470":{"a":1.0040100200350561,"b":0,"c":0,"d":1.0040100200350561,"e":25.958169966165087,"f":125.02070906988553,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"lively.morphic.Similitude"},"56471":{"x":729,"y":365,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56472":{"x":890,"y":1742,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"56473":{"x":25.958169966165087,"y":125.02070906988553,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56474":{"x":21,"y":92.89999999999998,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56475":{"x":500,"y":300,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56476":{"x":455,"y":268,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56477":{"x":587,"y":1734,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"56478":{"setTarget":{"__isSmartRef__":true,"id":56479},"reset":{"__isSmartRef__":true,"id":56483},"onShutdown":{"__isSmartRef__":true,"id":56487}},"56479":{"varMapping":{"__isSmartRef__":true,"id":56480},"source":"function setTarget(t) {\n this.targetMorph.setTarget(t);\n}","funcProperties":{"__isSmartRef__":true,"id":56481},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56480":{"this":{"__isSmartRef__":true,"id":54158}},"56481":{"timestamp":{"__isSmartRef__":true,"id":56482},"user":"lauritz","categories":[]},"56482":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:23 GMT+0100 (Mitteleuropäische Zeit)"},"56483":{"varMapping":{"__isSmartRef__":true,"id":56484},"source":"function reset() {\n this.targetMorph.reset();\n}","funcProperties":{"__isSmartRef__":true,"id":56485},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56484":{"this":{"__isSmartRef__":true,"id":54158}},"56485":{"timestamp":{"__isSmartRef__":true,"id":56486},"user":"lauritz","categories":[]},"56486":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:23 GMT+0100 (Mitteleuropäische Zeit)"},"56487":{"varMapping":{"__isSmartRef__":true,"id":56488},"source":"function onShutdown() {\n this.targetMorph.onShutdown();\n}","funcProperties":{"__isSmartRef__":true,"id":56489},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56488":{"this":{"__isSmartRef__":true,"id":54158}},"56489":{"timestamp":{"__isSmartRef__":true,"id":56490},"user":"lauritz","categories":[]},"56490":{"isSerializedDate":true,"string":"Tue Sep 27 2011 20:25:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"56491":{"adjustForNewBounds":{"__isSmartRef__":true,"id":56492},"unselectAll":{"__isSmartRef__":true,"id":56499},"selectPartItem":{"__isSmartRef__":true,"id":56502},"startAddingPartItems":{"__isSmartRef__":true,"id":56505},"addPartItemAsync":{"__isSmartRef__":true,"id":56509},"stopAddingPartItemsAsync":{"__isSmartRef__":true,"id":56513}},"56492":{"varMapping":{"__isSmartRef__":true,"id":56493},"source":"function adjustForNewBounds() {\n/*\n\tthis.adjustForNewBounds()\n*/\n\t$super();\n\tvar bounds = this.innerBounds(),\n\t\tx = bounds.x,\n\t\ty = bounds.y,\n\t\twidth = bounds.width;\n\tthis.submorphs.forEach(function(morph) {\n\t\tvar extent = morph.getExtent();\n\t\tif (extent.x + x > width) {\n\t\t\tx = 0;\n\t\t\ty += extent.y + 5;\n\t\t}\n\t\tmorph.setPosition(pt(x,y))\n\t\tx += extent.x + 5;\n\t})\n}","funcProperties":{"__isSmartRef__":true,"id":56498},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56493":{"this":{"__isSmartRef__":true,"id":52821},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":56494}},"56494":{"$super":{"__isSmartRef__":true,"id":56495}},"56495":{"varMapping":{"__isSmartRef__":true,"id":56496},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":56497},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56496":{"obj":{"__isSmartRef__":true,"id":52821},"name":"adjustForNewBounds"},"56497":{},"56498":{},"56499":{"varMapping":{"__isSmartRef__":true,"id":56500},"source":"function unselectAll() {\n\tthis.submorphs.invoke('showAsNotSelected');\n}","funcProperties":{"__isSmartRef__":true,"id":56501},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56500":{"this":{"__isSmartRef__":true,"id":52821}},"56501":{},"56502":{"varMapping":{"__isSmartRef__":true,"id":56503},"source":"function selectPartItem(item) {\n\tthis.selectedItem = item && item.partItem;\n\tthis.submorphs.without(item).invoke('showAsNotSelected');\n}","funcProperties":{"__isSmartRef__":true,"id":56504},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56503":{"this":{"__isSmartRef__":true,"id":52821}},"56504":{},"56505":{"varMapping":{"__isSmartRef__":true,"id":56506},"source":"function startAddingPartItems(partItems) {\n this.partItemsToBeAdded = partItems.clone();\n this.startStepping(0, 'addPartItemAsync')\n}","funcProperties":{"__isSmartRef__":true,"id":56507},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56506":{"this":{"__isSmartRef__":true,"id":52821}},"56507":{"user":"robertkrahn","timestamp":{"__isSmartRef__":true,"id":56508}},"56508":{"isSerializedDate":true,"string":"Fri Jul 01 2011 02:00:58 GMT+0200 (Mitteleuropäische Sommerzeit)"},"56509":{"varMapping":{"__isSmartRef__":true,"id":56510},"source":"function addPartItemAsync() {\n if (!this.partItemsToBeAdded || this.partItemsToBeAdded.length == 0) {\n this.stopAddingPartItemsAsync();\n return;\n }\n\n var partItem = this.partItemsToBeAdded.shift();\n var morph = partItem.asPartsBinItem();\n this.addMorph(morph);\n this.adjustForNewBounds() \n}","funcProperties":{"__isSmartRef__":true,"id":56511},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56510":{"this":{"__isSmartRef__":true,"id":52821}},"56511":{"user":"robertkrahn","timestamp":{"__isSmartRef__":true,"id":56512}},"56512":{"isSerializedDate":true,"string":"Fri Jul 01 2011 02:03:38 GMT+0200 (Mitteleuropäische Sommerzeit)"},"56513":{"varMapping":{"__isSmartRef__":true,"id":56514},"source":"function stopAddingPartItemsAsync() {\n this.stopStepping();\n delete this.partItemsToBeAdded;\n}","funcProperties":{"__isSmartRef__":true,"id":56515},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56514":{"this":{"__isSmartRef__":true,"id":52821}},"56515":{"user":"robertkrahn","timestamp":{"__isSmartRef__":true,"id":56516}},"56516":{"isSerializedDate":true,"string":"Fri Jul 01 2011 02:03:46 GMT+0200 (Mitteleuropäische Sommerzeit)"},"56517":{"submorphs":[{"__isSmartRef__":true,"id":56518}],"scripts":[],"id":"D255CA78-BCEB-46EA-A059-7FC886302DE8","shape":{"__isSmartRef__":true,"id":56534},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":56550},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":56538},"lighterFill":{"__isSmartRef__":true,"id":56551},"label":{"__isSmartRef__":true,"id":56518},"name":"removeCategoryButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":56560},"attributeConnections":[{"__isSmartRef__":true,"id":56561}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":56562},"owner":{"__isSmartRef__":true,"id":52373},"layout":{"__isSmartRef__":true,"id":56563},"renderContextTable":{"__isSmartRef__":true,"id":56564},"eventHandler":{"__isSmartRef__":true,"id":56565},"derivationIds":[1238,"779C0566-5466-4191-9056-3A104C7EFAEC","F8319D79-817B-415B-80D1-ACE5F12CDD01","37900DC1-0689-4E1B-9709-A65C15C40367","399B28D7-03E3-4E38-8710-E7A5F5F513D1","8EA24F2B-6E35-4013-8CCB-18016701673B","C5991ECA-726A-42D6-8AB1-1B6DA1AAD119","7C6FC789-C7D6-482C-906E-5EABA9E0E151","7C90668B-396F-43DB-AB44-3277DA8BE863","CDE8D251-2EED-4992-B316-64B64110C044","5D293BC5-06E6-425F-B654-F22EF9E8225E","A568DFA0-B5A0-42C6-A370-F4C23551D3DA","8FAE443C-8E8F-44EF-B5C8-7E103E74AD92","3FD3C7A0-B776-41AF-86DF-DC5A4EE9403E","115E4AE3-4DA0-482F-91C6-DB88E0E266D0","36F8D23F-3ADC-40FB-9A9B-D726CA8560D2","F32C1526-A32B-46B5-B550-44C9A527EB19","B075E4A4-D511-45BC-A05D-E9FEB4D8EF29","D554E6AE-A18D-4BBA-AB29-419B75691B79"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","isPressed":false,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":56566},"__LivelyClassName__":"lively.morphic.Button"},"56518":{"submorphs":[],"scripts":[],"id":"CB16EBD8-9A16-4405-8212-4846E6E6801C","shape":{"__isSmartRef__":true,"id":56519},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":56525},"_MaxTextWidth":18,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":56526},"_Padding":{"__isSmartRef__":true,"id":56527},"owner":{"__isSmartRef__":true,"id":56517},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":56528},"textChunks":[{"__isSmartRef__":true,"id":56529}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":56531},"eventHandler":{"__isSmartRef__":true,"id":56532},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":18,"_MinTextHeight":null,"derivationIds":[1239,"0950594A-94D2-49BB-8E22-06789654760D","9E11E76B-89E8-4AF1-8D7F-24952002D1DE","39E0A384-A8F7-4ECE-A3F3-3B39C85B1DBA","7970902A-4F1C-4337-8A61-02D5AEA5697B","DE30399C-D0BE-412E-B0C6-18B37109F841","E311AA2E-9F6A-4DF4-AAD2-6631660E1203","AA4706D6-6736-4F85-80F2-48443DC7DA44","C2A120EC-B8B5-44A6-801B-F8E9FDE230BF","34EB9510-4D09-4B14-8B09-45852E807EEC","578C10D1-9557-441C-ABD1-303291DEFD1A","680618F4-7A7D-43A9-B75C-4515C8D3A904","1631FBD4-94FC-4C42-A426-822A8D107F36","574DCB97-CFE4-470B-944F-567F9CBAD365","81CA5687-24FD-462D-BFD3-A33C82169582","B85E3B2A-7437-47F6-BDF5-D02C7F6C5A0F","0375365E-D522-4331-BCA3-1B9C85143F76","34D3646F-8812-4695-9CFD-CD9AF31869F4","D8EE495F-73DC-4FA7-83BA-744F42C42961"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":56533},"__LivelyClassName__":"lively.morphic.Text"},"56519":{"position":{"__isSmartRef__":true,"id":56520},"_Extent":{"__isSmartRef__":true,"id":56521},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":56522},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":56523},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":56524},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"56520":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56521":{"x":20,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"56522":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56523":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"56524":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56525":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56526":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56527":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56528":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56529":{"style":{"__isSmartRef__":true,"id":56530},"chunkOwner":{"__isSmartRef__":true,"id":56518},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"-","__LivelyClassName__":"lively.morphic.TextChunk"},"56530":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"56531":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"56532":{"morph":{"__isSmartRef__":true,"id":56518},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"56533":{"requiredModules":[],"idOnLoad":"CB16EBD8-9A16-4405-8212-4846E6E6801C","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"56534":{"position":{"__isSmartRef__":true,"id":56535},"_Extent":{"__isSmartRef__":true,"id":56536},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":56537},"_Fill":{"__isSmartRef__":true,"id":56538},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":56548},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":56549},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"56535":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56536":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56537":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56538":{"stops":[{"__isSmartRef__":true,"id":56539},{"__isSmartRef__":true,"id":56541},{"__isSmartRef__":true,"id":56543},{"__isSmartRef__":true,"id":56545}],"vector":{"__isSmartRef__":true,"id":56547},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"56539":{"offset":0,"color":{"__isSmartRef__":true,"id":56540}},"56540":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56541":{"offset":0.4,"color":{"__isSmartRef__":true,"id":56542}},"56542":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56543":{"offset":0.6,"color":{"__isSmartRef__":true,"id":56544}},"56544":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56545":{"offset":1,"color":{"__isSmartRef__":true,"id":56546}},"56546":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56547":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56548":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"56549":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56550":{"x":120,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56551":{"stops":[{"__isSmartRef__":true,"id":56552},{"__isSmartRef__":true,"id":56554},{"__isSmartRef__":true,"id":56556},{"__isSmartRef__":true,"id":56558}],"vector":{"__isSmartRef__":true,"id":56547},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"56552":{"offset":0,"color":{"__isSmartRef__":true,"id":56553}},"56553":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56554":{"offset":0.4,"color":{"__isSmartRef__":true,"id":56555}},"56555":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56556":{"offset":0.6,"color":{"__isSmartRef__":true,"id":56557}},"56557":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56558":{"offset":1,"color":{"__isSmartRef__":true,"id":56559}},"56559":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56560":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"idOnLoad":"D255CA78-BCEB-46EA-A059-7FC886302DE8","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"56561":{"sourceObj":{"__isSmartRef__":true,"id":56517},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":56517},"targetMethodName":"onFire","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"56562":{"x":134.06609913216516,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56563":{"moveVertical":false},"56564":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"56565":{"morph":{"__isSmartRef__":true,"id":56517},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"56566":{"onFire":{"__isSmartRef__":true,"id":56567}},"56567":{"varMapping":{"__isSmartRef__":true,"id":56568},"source":"function onFire() {\n\tthis.get('PartsBinBrowser').removeCategoryInteractively()\n}","funcProperties":{"__isSmartRef__":true,"id":56569},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56568":{"this":{"__isSmartRef__":true,"id":56517}},"56569":{},"56570":{"submorphs":[{"__isSmartRef__":true,"id":56571}],"scripts":[],"id":"29837AC8-73B5-4412-9CA7-5714C184BC9C","shape":{"__isSmartRef__":true,"id":56587},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":56603},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":56591},"lighterFill":{"__isSmartRef__":true,"id":56604},"label":{"__isSmartRef__":true,"id":56571},"name":"addCategoryButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":56613},"attributeConnections":[{"__isSmartRef__":true,"id":56614}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":56615},"owner":{"__isSmartRef__":true,"id":52373},"layout":{"__isSmartRef__":true,"id":56616},"renderContextTable":{"__isSmartRef__":true,"id":56617},"eventHandler":{"__isSmartRef__":true,"id":56618},"derivationIds":[1240,"4C2C10AA-3167-4B7D-9518-38AA200B5BC6","03AA66B1-0216-4615-BC50-CD240729363E","E4ECDC08-B9DE-4716-97F1-FA4A9D84B22D","AA637DB5-981E-4875-A449-4FEA2FC1C13F","55DB5207-1834-4135-81B3-4F1837BD85E0","30C8FE48-BA9E-43F9-B4FC-0341EC392ACF","2C20BACF-1CEC-44C2-8F56-12470A7027A9","C650BBE2-143B-4BC5-8EF1-1A524E123AE5","F33FAD3D-DBA2-49AD-84F4-4754F4036D2D","1482E0D5-DF16-48E6-8815-B26DA5EE5818","EAC37F08-BCB6-4170-8667-1B6CFCF4E5A1","B09187AF-0ADE-40E9-8854-F43365D6200B","45D0DBA7-4458-4FB4-A7DE-5D5F8FA7C07C","B8FF07C9-562A-462B-9E72-0374A9AF23B6","5BDD2225-268A-48C3-9D60-A54BE7218F3E","024166B5-514F-42E9-9B8F-92BE1B1B561F","1A0825CD-8DCC-4F32-93FF-4912FB1E4F15","3320CEA7-B9AF-42CD-AD29-0D52B7739050"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":56619},"__LivelyClassName__":"lively.morphic.Button"},"56571":{"submorphs":[],"scripts":[],"id":"8B241B16-A4AD-4329-9A45-C1BF19E1030C","shape":{"__isSmartRef__":true,"id":56572},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":56578},"_MaxTextWidth":18,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":56579},"_Padding":{"__isSmartRef__":true,"id":56580},"owner":{"__isSmartRef__":true,"id":56570},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":56581},"textChunks":[{"__isSmartRef__":true,"id":56582}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":56584},"eventHandler":{"__isSmartRef__":true,"id":56585},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":18,"_MinTextHeight":null,"derivationIds":[1241,"4FB5FB12-B7A2-4FF0-A0A1-C45C2FAE8274","7FFD3B07-E2DB-4CA7-A11B-327EBF88268D","3AD91228-BC6B-4030-A2C5-4055DF856DE4","B0F178B5-2384-4150-9E8E-F9F630407349","B62BAE98-D2F9-4769-A7A2-64403D5C2C21","F208698E-6181-438F-8C96-4E6B9739967E","DA6A940F-C968-47AC-AC35-59D17BBB71BC","D72F3161-DE66-4A55-827B-FE95CB3855C1","38222CFF-F285-4D8C-8CE9-49E289A8DB01","27598E1E-5C29-40E9-9828-BDA39C7A14D0","2ED00864-0FC6-4DF5-98A8-E6C0D982098E","C1578206-028D-4DFF-8D5C-B8B472E478BD","AE545D90-295C-4BA2-B148-7CD56762EEC8","5A3C8159-95EC-45BA-A630-50FFF32492DB","4558E404-B6A2-456D-86CD-6A7ABD655AEB","70C14ABA-91D0-4910-9A6B-DE34408484EE","0D747327-F2BD-41C9-943C-E50F4EF2B5E3","C3C7355F-DF3C-4032-9C6D-55899FFC46DD"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":56586},"__LivelyClassName__":"lively.morphic.Text"},"56572":{"position":{"__isSmartRef__":true,"id":56573},"_Extent":{"__isSmartRef__":true,"id":56574},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":56575},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":56576},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":56577},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"56573":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56574":{"x":20,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"56575":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56576":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"56577":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56578":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56579":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56580":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56581":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56582":{"style":{"__isSmartRef__":true,"id":56583},"chunkOwner":{"__isSmartRef__":true,"id":56571},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"+","__LivelyClassName__":"lively.morphic.TextChunk"},"56583":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"56584":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"56585":{"morph":{"__isSmartRef__":true,"id":56571},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"56586":{"requiredModules":[],"idOnLoad":"8B241B16-A4AD-4329-9A45-C1BF19E1030C","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"56587":{"position":{"__isSmartRef__":true,"id":56588},"_Extent":{"__isSmartRef__":true,"id":56589},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":56590},"_Fill":{"__isSmartRef__":true,"id":56591},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":56601},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":56602},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"56588":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56589":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56590":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56591":{"stops":[{"__isSmartRef__":true,"id":56592},{"__isSmartRef__":true,"id":56594},{"__isSmartRef__":true,"id":56596},{"__isSmartRef__":true,"id":56598}],"vector":{"__isSmartRef__":true,"id":56600},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"56592":{"offset":0,"color":{"__isSmartRef__":true,"id":56593}},"56593":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56594":{"offset":0.4,"color":{"__isSmartRef__":true,"id":56595}},"56595":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56596":{"offset":0.6,"color":{"__isSmartRef__":true,"id":56597}},"56597":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56598":{"offset":1,"color":{"__isSmartRef__":true,"id":56599}},"56599":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56600":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56601":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"56602":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56603":{"x":100,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56604":{"stops":[{"__isSmartRef__":true,"id":56605},{"__isSmartRef__":true,"id":56607},{"__isSmartRef__":true,"id":56609},{"__isSmartRef__":true,"id":56611}],"vector":{"__isSmartRef__":true,"id":56600},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"56605":{"offset":0,"color":{"__isSmartRef__":true,"id":56606}},"56606":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56607":{"offset":0.4,"color":{"__isSmartRef__":true,"id":56608}},"56608":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56609":{"offset":0.6,"color":{"__isSmartRef__":true,"id":56610}},"56610":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56611":{"offset":1,"color":{"__isSmartRef__":true,"id":56612}},"56612":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56613":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"idOnLoad":"29837AC8-73B5-4412-9CA7-5714C184BC9C","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"56614":{"sourceObj":{"__isSmartRef__":true,"id":56570},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":56570},"targetMethodName":"onFire","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"56615":{"x":134.06609913216516,"y":19.99799699599498,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56616":{"moveVertical":false},"56617":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"56618":{"morph":{"__isSmartRef__":true,"id":56570},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"56619":{"onFire":{"__isSmartRef__":true,"id":56620}},"56620":{"varMapping":{"__isSmartRef__":true,"id":56621},"source":"function onFire() {\n\tthis.get('PartsBinBrowser').addCategoryInteractively()\n}","funcProperties":{"__isSmartRef__":true,"id":56622},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56621":{"this":{"__isSmartRef__":true,"id":56570}},"56622":{},"56623":{"submorphs":[],"scripts":[],"id":"142A170B-1570-41A0-9C0E-803E2BD4D905","shape":{"__isSmartRef__":true,"id":56624},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":56630},"_MaxTextWidth":531.2024292894854,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":56631},"showsHalos":false,"_FontSize":11,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"searchText","partsBinMetaInfo":{"__isSmartRef__":true,"id":56632},"textChunks":[{"__isSmartRef__":true,"id":56633}],"charsReplaced":"Search","lastFindLoc":-6,"priorSelectionRange":[0,0],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":56635},"renderContextTable":{"__isSmartRef__":true,"id":56636},"eventHandler":{"__isSmartRef__":true,"id":56637},"owner":{"__isSmartRef__":true,"id":52373},"isInputLine":true,"attributeConnections":[{"__isSmartRef__":true,"id":56638}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"layout":{"__isSmartRef__":true,"id":56639},"_WhiteSpaceHandling":"pre-wrap","_ClipMode":"visible","_MinTextWidth":531.2024292894854,"_MinTextHeight":null,"previousSelection":[0,7],"derivationIds":[1242,"A22EEABD-CB29-4C5C-8C48-F766E326BC3F","6A6D6852-0ACD-4AFB-B78D-5C1767FC64BF","9D304E91-4077-4112-BBAA-EA47623B1BD8","178FCB01-0879-494A-9F87-056D582D689E","26B6A9F2-7F9D-4666-AB17-65E0DCD0BA0A","74080715-3CAE-431E-94C4-C98DDDF12BCD","54094B9D-EC29-4193-AE36-80A09F2E996E","3C430B51-E92E-42CF-9F28-9155B1DD75BE","95739011-C77B-4A83-92C9-404E7678E001","CE98D4C0-8E1E-40C3-AA60-10700C5B09B8","9FCABE52-F360-4ABC-81B7-C64D6A931C03","AFE833D0-7AAD-4F80-9FA0-E34F01873FB9","0519742E-9514-4066-9CD3-ED884C62AE77","2175C2DC-5DAA-4A1A-803E-8B55C07D6806","3148E12F-D9FA-4141-9A5E-73E3F8A65776","86933F48-407D-458F-ADB7-865018746EDD","0C9ED1AC-B0C4-4C07-AC29-B9CF795F80FB","CF02BEE5-9294-42D6-AA95-2DCAD8E1D80E"],"_Rotation":0,"_Scale":1,"savedTextString":"resize","__LivelyClassName__":"lively.morphic.Text"},"56624":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":56625},"_Extent":{"__isSmartRef__":true,"id":56626},"_BorderWidth":2.3680000000000003,"_BorderColor":{"__isSmartRef__":true,"id":56627},"renderContextTable":{"__isSmartRef__":true,"id":56628},"_BorderRadius":1.8500000000000003,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":56629},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"56625":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56626":{"x":552.9384292894854,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"56627":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56628":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"56629":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56630":{"x":154.76802363450668,"y":13.108574301564317,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56631":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56632":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"142A170B-1570-41A0-9C0E-803E2BD4D905","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"56633":{"style":{"__isSmartRef__":true,"id":56634},"chunkOwner":{"__isSmartRef__":true,"id":56623},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"56634":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"56635":{"x":552.9384292894854,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56636":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"56637":{"morph":{"__isSmartRef__":true,"id":56623},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"56638":{"sourceObj":{"__isSmartRef__":true,"id":56623},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":52373},"targetMethodName":"search","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"56639":{"resizeWidth":true},"56640":{"submorphs":[],"scripts":[],"id":"9CF70746-1D36-43B0-B652-0F01250F85B4","shape":{"__isSmartRef__":true,"id":56641},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":56647},"_MaxTextWidth":168,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":56644},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text4","partsBinMetaInfo":{"__isSmartRef__":true,"id":56648},"textChunks":[{"__isSmartRef__":true,"id":56649}],"charsReplaced":"some text","lastFindLoc":-9,"priorSelectionRange":[6,6],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":56651},"renderContextTable":{"__isSmartRef__":true,"id":56652},"eventHandler":{"__isSmartRef__":true,"id":56653},"owner":{"__isSmartRef__":true,"id":52373},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":168,"_MinTextHeight":null,"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","previousSelection":[0,6],"derivationIds":[1243,"5346A257-CAB6-48DA-B412-636917F28280","E611ABED-3298-4027-89C5-503BFCFE4CA3","27AE40EC-F949-496E-8968-BA32D5E3A431","025BE71F-60AB-4115-B745-04714CE7774C","A2845EF4-117F-4AC3-AD19-E09D78C3C866","B854DD97-9BE2-44B9-BFF5-93AA931B4385","2FEEF365-D284-4F58-A92B-A8E11A69DAA6","41171B50-1911-4C21-A067-633FFB938163","6FF550A7-CD2A-48AA-B67F-9E24ACDEB0C1","107A1C0E-D268-4536-AF57-603A206E6460","108F5C5C-B711-4859-8463-980AD2E5EC4C","B78A07FF-977F-4CC1-8870-16B4756D22A1","EACE9426-8983-4C7C-9388-7829A84E90FB","01449D54-8A3D-46AD-9B4F-7CB12D5FF2A9","705CF292-539B-4A18-81B5-3D2B962B1D82","7810B7C5-9EAF-4413-85AB-8FE6E928F162","5B5C10A0-4921-4667-85C7-D7C5966142AF","6A39CF0A-97A8-49DF-9B54-020670AD0468"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"56641":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":56642},"_Extent":{"__isSmartRef__":true,"id":56643},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":56644},"renderContextTable":{"__isSmartRef__":true,"id":56645},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":56646},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"56642":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56643":{"x":168,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"56644":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56645":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"56646":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56647":{"x":154.76802363450668,"y":0.10857430156420378,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56648":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"9CF70746-1D36-43B0-B652-0F01250F85B4","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"56649":{"style":{"__isSmartRef__":true,"id":56650},"morph":{"__isSmartRef__":true,"id":56640},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":56640},"storedString":"search","__LivelyClassName__":"lively.morphic.TextChunk"},"56650":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"56651":{"x":168,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56652":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"56653":{"morph":{"__isSmartRef__":true,"id":56640},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"56654":{"submorphs":[{"__isSmartRef__":true,"id":56655}],"scripts":[],"id":"3E064E17-9AD0-4A15-86DC-91578D6EB130","shape":{"__isSmartRef__":true,"id":56670},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":56683},"lighterFill":{"__isSmartRef__":true,"id":56693},"label":{"__isSmartRef__":true,"id":56655},"attributeConnections":[{"__isSmartRef__":true,"id":56702},{"__isSmartRef__":true,"id":56727},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731}],"doNotSerialize":["$$fire","$$_Position","$$_Scale","$$_Rotation","$$owner"],"doNotCopyProperties":["$$fire","$$_Position","$$_Scale","$$_Rotation","$$owner"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":57028},"name":"moreButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":57029},"renderContextTable":{"__isSmartRef__":true,"id":57030},"eventHandler":{"__isSmartRef__":true,"id":57031},"priorExtent":{"__isSmartRef__":true,"id":57032},"layout":{"__isSmartRef__":true,"id":57033},"derivationIds":[1244,"C5093924-2C24-4CFD-B800-F131C46037DC","AB03EF5D-3025-4CB5-BEC2-E2C320D01FA0","817FF716-6521-4E26-BB87-16FA8F03677B","0F06625C-5212-45B6-A7D7-A07176D879F3","0ED68E94-8AB8-4A9A-A901-B500D901EAED","EF0C5FDE-98A3-45BD-8272-258EA652B5ED","98806A3E-629D-4352-BAA2-478838A8B085","A4F6BA8D-523C-411E-833E-DD810C034DB5","0CB2D4BC-8186-4D2F-BEA4-96BA094171C6","C0346302-E4FA-4685-861D-BF6C4697D40B","AC1B5887-56E7-4158-A93C-AD0CF60B3D87","9F28E804-B1DF-407A-90D2-DCF53D9BB909","1E73CC75-8F5D-42BD-9B81-7A64FDD0D205","484DD2FD-5AA0-4CEC-BB6C-1BBE9F32F6DC","AEACC2BC-5D09-41B9-A05D-2437E76BE49B","8A20C95D-D4D9-4AD5-8A55-CF241DB05538","65CA7334-2870-4045-BA15-D73FD78E21D0","19F6AD8A-BD21-4E66-9D47-F9B68C652286"],"_Position":{"__isSmartRef__":true,"id":57034},"_Scale":1,"_Rotation":0,"owner":{"__isSmartRef__":true,"id":52373},"_ClipMode":"visible","isPressed":false,"__LivelyClassName__":"lively.morphic.Button"},"56655":{"submorphs":[],"scripts":[],"id":"1176E4BD-2233-4BFA-A904-628FF51FE3FE","shape":{"__isSmartRef__":true,"id":56656},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":45.76199368290986,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":56661},"textColor":{"__isSmartRef__":true,"id":56659},"owner":{"__isSmartRef__":true,"id":56654},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":56662}],"padding":{"__isSmartRef__":true,"id":56664},"_Padding":{"__isSmartRef__":true,"id":56665},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":56666},"_FontFamily":"Helvetica, Sans-Serif","renderContextTable":{"__isSmartRef__":true,"id":56667},"eventHandler":{"__isSmartRef__":true,"id":56668},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_Align":"center","_FontSize":10,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":45.76199368290986,"_MinTextHeight":null,"derivationIds":[1245,"0125C72B-2B04-4872-A0B1-0292F9733F9D","99E6F0CD-AA33-42BD-B6E6-3154AA491D70","DAFB157F-4F83-4402-894A-12549438C7E9","98F29C75-DB67-470E-8F9F-4B7135CE21D9","D4509212-C332-45F0-B768-69E4E0D59537","735C22EC-309F-484F-B643-48229EC6D6E5","72386EBF-DE01-4B53-9084-32841E59EE3C","8AB3572C-52F6-4F6A-B59F-9EFA069C1601","C882377D-6F5C-43E4-AEAB-996ECA6A82A1","DA159A64-D6F8-4A2F-834D-71C6289A1FC8","58923C3A-4492-4DB3-871A-DEE1219F199C","B4024F35-8AB7-43DE-BE23-2758B0EB4C26","93871BBA-3E5C-4B6F-8A5A-CB2AA4DDA546","98E9C433-F2D7-4ED4-B286-33CDFC7F8B7F","82135AAD-8041-4CA4-B78C-0D80FBA43722","358F966D-679E-4DC3-98C0-8D697712CD4E","0D4E0BD4-0743-470F-8F3B-E0602F5CE408","7F61D12A-0120-49DD-A4D5-CB25BB23ED74"],"_Scale":1,"_TextColor":{"__isSmartRef__":true,"id":118},"partsBinMetaInfo":{"__isSmartRef__":true,"id":56669},"__LivelyClassName__":"lively.morphic.Text"},"56656":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":56657},"_Extent":{"__isSmartRef__":true,"id":56658},"_BorderColor":{"__isSmartRef__":true,"id":56659},"renderContextTable":{"__isSmartRef__":true,"id":56660},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":7607},"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"56657":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56658":{"x":45.76199368290986,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"56659":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56660":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"56661":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56662":{"style":{"__isSmartRef__":true,"id":56663},"chunkOwner":{"__isSmartRef__":true,"id":56655},"storedString":"hide","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"56663":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"56664":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56665":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56666":{"x":45.76199368290986,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"56667":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"56668":{"morph":{"__isSmartRef__":true,"id":56655},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"56669":{"requiredModules":[],"idOnLoad":"1176E4BD-2233-4BFA-A904-628FF51FE3FE","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"56670":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":56671},"_Extent":{"__isSmartRef__":true,"id":56672},"_Fill":{"__isSmartRef__":true,"id":56673},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":56680},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":56681},"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":56682},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"56671":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56672":{"x":45.76199368290986,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56673":{"stops":[{"__isSmartRef__":true,"id":56674},{"__isSmartRef__":true,"id":56676},{"__isSmartRef__":true,"id":56677},{"__isSmartRef__":true,"id":56678}],"vector":{"__isSmartRef__":true,"id":153},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"56674":{"offset":0,"color":{"__isSmartRef__":true,"id":56675}},"56675":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"56676":{"offset":0.3,"color":{"__isSmartRef__":true,"id":149}},"56677":{"offset":0.7,"color":{"__isSmartRef__":true,"id":149}},"56678":{"offset":1,"color":{"__isSmartRef__":true,"id":56679}},"56679":{"r":0.7973333333333334,"g":0.7973333333333334,"b":0.7973333333333334,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"56680":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56681":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"56682":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56683":{"stops":[{"__isSmartRef__":true,"id":56684},{"__isSmartRef__":true,"id":56686},{"__isSmartRef__":true,"id":56688},{"__isSmartRef__":true,"id":56690}],"vector":{"__isSmartRef__":true,"id":56692},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"56684":{"offset":0,"color":{"__isSmartRef__":true,"id":56685}},"56685":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56686":{"offset":0.4,"color":{"__isSmartRef__":true,"id":56687}},"56687":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56688":{"offset":0.6,"color":{"__isSmartRef__":true,"id":56689}},"56689":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56690":{"offset":1,"color":{"__isSmartRef__":true,"id":56691}},"56691":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56692":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56693":{"stops":[{"__isSmartRef__":true,"id":56694},{"__isSmartRef__":true,"id":56696},{"__isSmartRef__":true,"id":56698},{"__isSmartRef__":true,"id":56700}],"vector":{"__isSmartRef__":true,"id":56692},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"56694":{"offset":0,"color":{"__isSmartRef__":true,"id":56695}},"56695":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56696":{"offset":0.4,"color":{"__isSmartRef__":true,"id":56697}},"56697":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56698":{"offset":0.6,"color":{"__isSmartRef__":true,"id":56699}},"56699":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56700":{"offset":1,"color":{"__isSmartRef__":true,"id":56701}},"56701":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56702":{"sourceObj":{"__isSmartRef__":true,"id":56654},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":52373},"targetMethodName":"toggleMorePane","visualConnector":{"__isSmartRef__":true,"id":56703},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"56703":{"submorphs":[],"scripts":[],"id":7318,"renderContextTable":{"__isSmartRef__":true,"id":56704},"shape":{"__isSmartRef__":true,"id":56705},"droppingEnabled":true,"halosEnabled":true,"eventHandler":{"__isSmartRef__":true,"id":56712},"controlPoints":[{"__isSmartRef__":true,"id":56713},{"__isSmartRef__":true,"id":56716}],"con":{"__isSmartRef__":true,"id":56702},"showsMorphMenu":true,"isCopyMorphRef":true,"morphRefId":1,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":56719},"__LivelyClassName__":"lively.morphic.Path"},"56704":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setClipMode":"setClipModeHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML"},"56705":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":56706},{"__isSmartRef__":true,"id":56707}],"renderContextTable":{"__isSmartRef__":true,"id":56708},"_Position":{"__isSmartRef__":true,"id":56709},"_Extent":{"__isSmartRef__":true,"id":56710},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":56711},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"56706":{"isAbsolute":true,"x":1483.3221585389101,"y":733.65574413064,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"56707":{"isAbsolute":true,"x":757.7674590271638,"y":719.5438324747307,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"56708":{},"56709":{"x":-2,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56710":{"x":720.7977294921875,"y":13.972190856933594,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56711":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56712":{"morph":{"__isSmartRef__":true,"id":56703},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"56713":{"morph":{"__isSmartRef__":true,"id":56703},"index":0,"connectedMagnet":{"__isSmartRef__":true,"id":56714},"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"56714":{"morph":{"__isSmartRef__":true,"id":56654},"position":{"__isSmartRef__":true,"id":56715},"connectedControlPoints":[{"__isSmartRef__":true,"id":56713}],"__SourceModuleName__":"Global.lively.morphic.Connectors","__LivelyClassName__":"lively.morphic.Magnet"},"56715":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56716":{"morph":{"__isSmartRef__":true,"id":56703},"index":1,"connectedMagnet":{"__isSmartRef__":true,"id":56717},"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"56717":{"morph":{"__isSmartRef__":true,"id":52373},"position":{"__isSmartRef__":true,"id":56718},"connectedControlPoints":[{"__isSmartRef__":true,"id":56716}],"__SourceModuleName__":"Global.lively.morphic.Connectors","__LivelyClassName__":"lively.morphic.Magnet"},"56718":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56719":{"morphMenuItems":{"__isSmartRef__":true,"id":56720}},"56720":{"varMapping":{"__isSmartRef__":true,"id":56721},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":56726},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56721":{"this":{"__isSmartRef__":true,"id":56703},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":56722}},"56722":{"$super":{"__isSmartRef__":true,"id":56723}},"56723":{"varMapping":{"__isSmartRef__":true,"id":56724},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":56725},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56724":{"obj":{"__isSmartRef__":true,"id":56703},"name":"morphMenuItems"},"56725":{},"56726":{},"56727":{"sourceObj":{"__isSmartRef__":true,"id":56654},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":56713},"targetMethodName":"alignToMagnet","dependendConnections":[{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56742},{"__isSmartRef__":true,"id":56970},{"__isSmartRef__":true,"id":56971},{"__isSmartRef__":true,"id":56972},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56742},{"__isSmartRef__":true,"id":56970},{"__isSmartRef__":true,"id":56971},{"__isSmartRef__":true,"id":56972},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56742},{"__isSmartRef__":true,"id":56970},{"__isSmartRef__":true,"id":56971},{"__isSmartRef__":true,"id":56972},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56742},{"__isSmartRef__":true,"id":56970},{"__isSmartRef__":true,"id":56971},{"__isSmartRef__":true,"id":56972},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56742},{"__isSmartRef__":true,"id":56970},{"__isSmartRef__":true,"id":56971},{"__isSmartRef__":true,"id":56972},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56742},{"__isSmartRef__":true,"id":56970},{"__isSmartRef__":true,"id":56971},{"__isSmartRef__":true,"id":56972},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56742},{"__isSmartRef__":true,"id":56970},{"__isSmartRef__":true,"id":56971},{"__isSmartRef__":true,"id":56972},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56742},{"__isSmartRef__":true,"id":56970},{"__isSmartRef__":true,"id":56971},{"__isSmartRef__":true,"id":56972},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56742},{"__isSmartRef__":true,"id":56970},{"__isSmartRef__":true,"id":56971},{"__isSmartRef__":true,"id":56972},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56742},{"__isSmartRef__":true,"id":56970},{"__isSmartRef__":true,"id":56971},{"__isSmartRef__":true,"id":56972},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56742},{"__isSmartRef__":true,"id":56970},{"__isSmartRef__":true,"id":56971},{"__isSmartRef__":true,"id":56972},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56742},{"__isSmartRef__":true,"id":56970},{"__isSmartRef__":true,"id":56971},{"__isSmartRef__":true,"id":56972},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56742},{"__isSmartRef__":true,"id":56970},{"__isSmartRef__":true,"id":56971},{"__isSmartRef__":true,"id":56972},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56742},{"__isSmartRef__":true,"id":56970},{"__isSmartRef__":true,"id":56971},{"__isSmartRef__":true,"id":56972},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56742},{"__isSmartRef__":true,"id":56970},{"__isSmartRef__":true,"id":56971},{"__isSmartRef__":true,"id":56972},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56742},{"__isSmartRef__":true,"id":56970},{"__isSmartRef__":true,"id":56971},{"__isSmartRef__":true,"id":56972},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56742},{"__isSmartRef__":true,"id":56970},{"__isSmartRef__":true,"id":56971},{"__isSmartRef__":true,"id":56972},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56742},{"__isSmartRef__":true,"id":56970},{"__isSmartRef__":true,"id":56971},{"__isSmartRef__":true,"id":56972},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56742},{"__isSmartRef__":true,"id":56970},{"__isSmartRef__":true,"id":56971},{"__isSmartRef__":true,"id":56972},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56742},{"__isSmartRef__":true,"id":56970},{"__isSmartRef__":true,"id":56971},{"__isSmartRef__":true,"id":56972},{"__isSmartRef__":true,"id":56728},{"__isSmartRef__":true,"id":56729},{"__isSmartRef__":true,"id":56730},{"__isSmartRef__":true,"id":56731},{"__isSmartRef__":true,"id":56733},{"__isSmartRef__":true,"id":56734},{"__isSmartRef__":true,"id":56735},{"__isSmartRef__":true,"id":56736},{"__isSmartRef__":true,"id":56742},{"__isSmartRef__":true,"id":56970},{"__isSmartRef__":true,"id":56971},{"__isSmartRef__":true,"id":56972}],"oldTransform":{"__isSmartRef__":true,"id":57026},"__SourceModuleName__":"Global.lively.bindings.GeometryBindings","__LivelyClassName__":"lively.morphic.GeometryTransformConnection"},"56728":{"sourceObj":{"__isSmartRef__":true,"id":56654},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":56727},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":56727},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"56729":{"sourceObj":{"__isSmartRef__":true,"id":56654},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":56727},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":56727},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"56730":{"sourceObj":{"__isSmartRef__":true,"id":56654},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":56727},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":56727},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"56731":{"sourceObj":{"__isSmartRef__":true,"id":56654},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":56727},"targetMethodName":"updateOwners","converter":null,"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":56732},"dependedBy":{"__isSmartRef__":true,"id":56727},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"56732":{"source":{"__isSmartRef__":true,"id":56654},"target":{"__isSmartRef__":true,"id":56727}},"56733":{"sourceObj":{"__isSmartRef__":true,"id":52373},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":56727},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":56727},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"56734":{"sourceObj":{"__isSmartRef__":true,"id":52373},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":56727},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":56727},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"56735":{"sourceObj":{"__isSmartRef__":true,"id":52373},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":56727},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":56727},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"56736":{"sourceObj":{"__isSmartRef__":true,"id":52373},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":56727},"targetMethodName":"updateOwners","converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":56737},"dependedBy":{"__isSmartRef__":true,"id":56727},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":56738},"__LivelyClassName__":"AttributeConnection"},"56737":{"source":{"__isSmartRef__":true,"id":52373},"target":{"__isSmartRef__":true,"id":56727}},"56738":{"converter":{"__isSmartRef__":true,"id":56739}},"56739":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":56740},"source":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","funcProperties":{"__isSmartRef__":true,"id":56741},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56740":{"source":{"__isSmartRef__":true,"id":52373},"target":{"__isSmartRef__":true,"id":56727}},"56741":{},"56742":{"sourceObj":{"__isSmartRef__":true,"id":56743},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":56727},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":56727},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"56743":{"submorphs":[{"__isSmartRef__":true,"id":52373},{"__isSmartRef__":true,"id":56744},{"__isSmartRef__":true,"id":56909}],"scripts":[],"shape":{"__isSmartRef__":true,"id":56962},"id":"470300FE-C638-486A-BBBE-1F550A59AB2B","renderContextTable":{"__isSmartRef__":true,"id":56966},"eventHandler":{"__isSmartRef__":true,"id":56967},"droppingEnabled":false,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":56968},"LK2":true,"priorExtent":{"__isSmartRef__":true,"id":56969},"attributeConnections":[{"__isSmartRef__":true,"id":56742},{"__isSmartRef__":true,"id":56970},{"__isSmartRef__":true,"id":56971},{"__isSmartRef__":true,"id":56972},{"__isSmartRef__":true,"id":56978},{"__isSmartRef__":true,"id":56989},{"__isSmartRef__":true,"id":56990},{"__isSmartRef__":true,"id":56991}],"doNotSerialize":["$$_Position","$$_Scale","$$_Rotation","$$owner"],"doNotCopyProperties":["$$_Position","$$_Scale","$$_Rotation","$$owner"],"targetMorph":{"__isSmartRef__":true,"id":52373},"titleBar":{"__isSmartRef__":true,"id":56744},"contentOffset":{"__isSmartRef__":true,"id":56999},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":57000},"name":"PartsBinBrowser","prevDragPos":{"__isSmartRef__":true,"id":57015},"showsHalos":false,"highlighted":true,"__SourceModuleName__":"Global.lively.morphic.Widgets","isBeingDragged":false,"prevScroll":[0,0],"derivationIds":[1215,"CD1D2132-9803-45F0-938B-A3EBEFBF00C0","3DA45E92-65EE-4204-9FD1-B2937182D2A2","355D68D8-8232-482A-9523-6DB0E52810A0","A0BB5BEF-7109-48C0-A62E-DF7F9AF31E34","0C777EAA-8FAE-4CC7-9F13-BE5705616FE8","802A0A68-43C2-490F-8B92-F39EFC70898F","B3516BD2-CAA3-483F-BAFC-2CDE09EF880F","430E7A9A-C67D-44B4-A5D9-D07D7426B9D7","9DE2C4AC-0928-4F92-988A-29DD071EEC06","1BC6994F-E9DC-43BE-BC0A-76D1F52D5F13","23324C62-C0B2-40BC-901A-F734825A4726","4C8C3D09-70B0-4DBB-ABF0-03A08BD59980","BE34E85D-7B10-4886-9120-D1EB4297D09D","86EB8656-FBE4-4954-9035-0FE9EB68DCCD","35542C80-CA9F-4F55-BAB6-1481C899EFBC","5A67CE7B-B699-41DB-A547-FDC68922F28F","2155F4FD-E8CB-406E-B300-BB7A1D57515F","A80968D8-D7C7-4599-A868-4214D2A043B0"],"showLog":false,"cameForward":false,"_Position":{"__isSmartRef__":true,"id":57016},"_Scale":1.01,"_Rotation":0,"_ClipMode":"visible","owner":null,"state":"shutdown","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":57017},"__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"56744":{"submorphs":[{"__isSmartRef__":true,"id":56745},{"__isSmartRef__":true,"id":56761},{"__isSmartRef__":true,"id":56817},{"__isSmartRef__":true,"id":56854}],"scripts":[],"shape":{"__isSmartRef__":true,"id":56892},"derivationIds":[null,"CB9A7942-A126-4FEA-92F7-97C70D060BEB","FA9B3561-DB28-470D-A1EC-B8150D4DEF2A","36D680CF-892E-407E-8105-DAA6B09D71D6","1CAA1D0A-D71B-4BFE-8240-865CB7F05E0E","66C69699-50EE-40ED-8CA9-B86D0DD4E47B","BBA3CE3B-99B8-4E44-B846-2C780BAE5F52","1D8D1A51-894F-48AF-A187-A7A6A6038424","0B3AD9C5-800E-438E-9874-EAADEE1BF050","791045F5-5FFE-433E-AB6E-66953008D5BD","4FB22ED4-3DE1-44DA-A468-858694FCBEDC","069F6161-0417-4EAB-B7EE-EA3C0F0DBE2C","ACF1346E-D482-4988-8218-5C696A2A3C6D","6F3DC859-2D3F-492E-910C-0C096B44D29D","8809FE81-20B4-4A1A-BB07-C2928B51A98E","C1048D8A-113D-4A07-B546-FD3871F7E616","DAD50CCC-8DD8-4B46-8D3A-1AA617EA10C5"],"id":"ECFABCA6-6F85-4085-9A08-1D894A154A45","renderContextTable":{"__isSmartRef__":true,"id":56903},"eventHandler":{"__isSmartRef__":true,"id":56904},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":56905},"_Position":{"__isSmartRef__":true,"id":56906},"windowMorph":{"__isSmartRef__":true,"id":56743},"label":{"__isSmartRef__":true,"id":56745},"closeButton":{"__isSmartRef__":true,"id":56761},"menuButton":{"__isSmartRef__":true,"id":56817},"collapseButton":{"__isSmartRef__":true,"id":56854},"priorExtent":{"__isSmartRef__":true,"id":56907},"owner":{"__isSmartRef__":true,"id":56743},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_ClipMode":"visible","partsBinMetaInfo":{"__isSmartRef__":true,"id":56908},"__LivelyClassName__":"lively.morphic.TitleBar"},"56745":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":56746},"derivationIds":[null,"35225DC7-6AD1-4EAA-9640-2B20FCEAB44B","ED05473C-5327-4DDB-A6D6-F89AE10B9058","A8D18394-0903-41C0-B752-8734202D9666","804FDA9E-028E-4AB2-B5A6-8AE21C38056D","6AB19EC9-B24B-4260-B303-9EEBCCF28B2F","ABFDEE17-F1C9-40C0-948B-89CCE44C80BF","462C3183-AF6C-410F-B603-423FAF163161","6D943AA6-F870-468B-AA11-55A08BCE4E76","7FDA8148-A98A-40B6-8B91-AD819EFC057D","6B3F2781-16C8-4041-9146-CA879CF69017","3030E57E-86F6-443F-8A3A-F58FA7E9B6E6","BED5E2AC-01EA-4628-A64B-0B6EC3F7FA45","587AF0B0-D04D-48CD-A139-9B6E04C92260","E7304AEB-0D79-41B8-99C0-1093B2551E5A","B91F0B75-EB62-4C86-AB0E-C6ADB6ED1A5E","6409A438-1F2D-4009-ACD3-037EA3DB72F9"],"id":"86D318DE-94AD-4407-81CD-54F9776A4299","renderContextTable":{"__isSmartRef__":true,"id":56752},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":56753}],"eventHandler":{"__isSmartRef__":true,"id":56755},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":56756},"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":56744},"priorExtent":{"__isSmartRef__":true,"id":56757},"_MaxTextWidth":711.7575068769036,"_MinTextWidth":711.7575068769036,"_MaxTextHeight":null,"_MinTextHeight":null,"_Position":{"__isSmartRef__":true,"id":56758},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_TextColor":{"__isSmartRef__":true,"id":56759},"partsBinMetaInfo":{"__isSmartRef__":true,"id":56760},"__LivelyClassName__":"lively.morphic.Text"},"56746":{"_Position":{"__isSmartRef__":true,"id":56747},"renderContextTable":{"__isSmartRef__":true,"id":56748},"_Extent":{"__isSmartRef__":true,"id":56749},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":56750},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":56751},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"56747":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56748":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"56749":{"x":711.7575068769036,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"56750":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56751":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56752":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"56753":{"style":{"__isSmartRef__":true,"id":56754},"chunkOwner":{"__isSmartRef__":true,"id":56745},"storedString":"PartsBinBrowser","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"56754":{"fontWeight":"bold","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"56755":{"morph":{"__isSmartRef__":true,"id":56745},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"56756":{"resizeWidth":true},"56757":{"x":711.7575068769036,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56758":{"x":20,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56759":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56760":{"requiredModules":[],"idOnLoad":"86D318DE-94AD-4407-81CD-54F9776A4299","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"56761":{"submorphs":[{"__isSmartRef__":true,"id":56762}],"scripts":[],"shape":{"__isSmartRef__":true,"id":56775},"derivationIds":[null,"84C6AD5C-08E4-4D3E-AE1C-80ED065C7447","1EDA2278-A2B9-4AB4-9516-3DC25ACB4C27","55BA9050-F318-4DDE-AE70-6219D439298D","49C4D74C-7648-4A50-A5D6-2F0F753509B2","861E4568-E439-4FF5-8D7E-CDA56A1E95F3","C3698C70-6388-47F7-947A-5C34A6B60700","93DB8FA4-5D5C-4600-9742-3F67068D5CED","0FF9EAA0-E03A-4E1F-8771-4E0275A5AAD4","C0E85752-8EF2-42D2-BFF0-E061C4D46819","DFFC1C4F-9B94-4D3B-8A83-273625FA1D00","CB20FC8E-CA7C-4C0E-A88B-1D31ED8BC28B","4C0606D0-4382-41A7-8527-E0B161498782","984F539E-6470-4B12-9C45-EA5C47CD3424","54C7BEED-A423-4D4B-83C1-3A5E77EB9B0F","BFF0B730-20B5-4597-AE11-6A187C2F238D","B3E88B19-7A69-4033-B400-02BDC0A0A9BC"],"id":"88FA822A-3D27-4E69-A8FB-B671D15476B9","renderContextTable":{"__isSmartRef__":true,"id":56788},"eventHandler":{"__isSmartRef__":true,"id":56789},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":56790},"priorExtent":{"__isSmartRef__":true,"id":56791},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":56792},"lighterFill":{"__isSmartRef__":true,"id":56802},"label":{"__isSmartRef__":true,"id":56762},"owner":{"__isSmartRef__":true,"id":56744},"layout":{"__isSmartRef__":true,"id":56811},"attributeConnections":[{"__isSmartRef__":true,"id":56812},{"__isSmartRef__":true,"id":56814}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_ClipMode":"visible","partsBinMetaInfo":{"__isSmartRef__":true,"id":56816},"isPressed":false,"__LivelyClassName__":"lively.morphic.WindowControl"},"56762":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":56763},"derivationIds":[null,"57529DB3-5359-4B56-9F8B-0110DAFAFC52","9921C550-09B9-4C17-8111-D8FE86FB228B","69344588-0544-4FC7-BE21-29C4A98D0D23","81E014B3-6896-4E77-BA4A-F9EA8356F1E2","32EE1337-35F3-4EA6-93FC-58BD22920993","90D97708-997D-47B7-836D-C3951B871800","536FAD0F-5661-46AF-BD86-2FEB8DBC2962","414ED04A-576A-4076-A7B2-159032CE1614","976659CC-6C23-4928-80F8-DF0704CB4FA1","C63202CA-8588-41EA-98DE-3A3C29EAD556","1237F886-758C-4599-9D7B-2316D4920995","1ED30BF6-8E11-43B9-8FF6-7E824D85F92F","142A1685-42D6-4BC2-8624-D1432DDF09E9","7C28FD2A-4140-4DA6-A88B-ED0FD16CE7F8","207F7962-C8A4-4B3E-9550-B95B75ACD704","69AC209E-C03E-4AEB-BBCF-44554E5354E6"],"id":"795CAD98-3906-4AAB-8287-ADC54043A0D3","renderContextTable":{"__isSmartRef__":true,"id":56768},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":56769}],"eventHandler":{"__isSmartRef__":true,"id":56771},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":56772},"priorExtent":{"__isSmartRef__":true,"id":56773},"_MaxTextWidth":15,"_MinTextWidth":15,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":56761},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"partsBinMetaInfo":{"__isSmartRef__":true,"id":56774},"__LivelyClassName__":"lively.morphic.Text"},"56763":{"_Position":{"__isSmartRef__":true,"id":56764},"renderContextTable":{"__isSmartRef__":true,"id":56765},"_Extent":{"__isSmartRef__":true,"id":56766},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":56767},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":56751},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"56764":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56765":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"56766":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"56767":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56768":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"56769":{"style":{"__isSmartRef__":true,"id":56770},"chunkOwner":{"__isSmartRef__":true,"id":56762},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk"},"56770":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"56771":{"morph":{"__isSmartRef__":true,"id":56762},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"56772":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56773":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56774":{"requiredModules":[],"idOnLoad":"795CAD98-3906-4AAB-8287-ADC54043A0D3","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"56775":{"_Position":{"__isSmartRef__":true,"id":56776},"renderContextTable":{"__isSmartRef__":true,"id":56777},"_Extent":{"__isSmartRef__":true,"id":56778},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":56779},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":56780},"_Fill":{"__isSmartRef__":true,"id":56781},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"56776":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56777":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"56778":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56779":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56780":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56781":{"stops":[{"__isSmartRef__":true,"id":56782},{"__isSmartRef__":true,"id":56784},{"__isSmartRef__":true,"id":56785},{"__isSmartRef__":true,"id":56786}],"vector":{"__isSmartRef__":true,"id":153},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"56782":{"offset":0,"color":{"__isSmartRef__":true,"id":56783}},"56783":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"56784":{"offset":0.3,"color":{"__isSmartRef__":true,"id":149}},"56785":{"offset":0.7,"color":{"__isSmartRef__":true,"id":149}},"56786":{"offset":1,"color":{"__isSmartRef__":true,"id":56787}},"56787":{"r":0.7973333333333334,"g":0.7973333333333334,"b":0.7973333333333334,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"56788":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"56789":{"morph":{"__isSmartRef__":true,"id":56761},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"56790":{"x":750.7575068769036,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56791":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56792":{"stops":[{"__isSmartRef__":true,"id":56793},{"__isSmartRef__":true,"id":56795},{"__isSmartRef__":true,"id":56797},{"__isSmartRef__":true,"id":56799}],"vector":{"__isSmartRef__":true,"id":56801},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"56793":{"offset":0,"color":{"__isSmartRef__":true,"id":56794}},"56794":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56795":{"offset":0.4,"color":{"__isSmartRef__":true,"id":56796}},"56796":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56797":{"offset":0.6,"color":{"__isSmartRef__":true,"id":56798}},"56798":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56799":{"offset":1,"color":{"__isSmartRef__":true,"id":56800}},"56800":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56801":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56802":{"stops":[{"__isSmartRef__":true,"id":56803},{"__isSmartRef__":true,"id":56805},{"__isSmartRef__":true,"id":56807},{"__isSmartRef__":true,"id":56809}],"vector":{"__isSmartRef__":true,"id":56801},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"56803":{"offset":0,"color":{"__isSmartRef__":true,"id":56804}},"56804":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56805":{"offset":0.4,"color":{"__isSmartRef__":true,"id":56806}},"56806":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56807":{"offset":0.6,"color":{"__isSmartRef__":true,"id":56808}},"56808":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56809":{"offset":1,"color":{"__isSmartRef__":true,"id":56810}},"56810":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56811":{"moveHorizontal":true},"56812":{"sourceObj":{"__isSmartRef__":true,"id":56761},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":56743},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":56813},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"56813":{"source":{"__isSmartRef__":true,"id":56761},"target":{"__isSmartRef__":true,"id":56743}},"56814":{"sourceObj":{"__isSmartRef__":true,"id":56761},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":56743},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":56815},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"56815":{"source":{"__isSmartRef__":true,"id":56761},"target":{"__isSmartRef__":true,"id":56743}},"56816":{"requiredModules":[],"idOnLoad":"88FA822A-3D27-4E69-A8FB-B671D15476B9","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"56817":{"submorphs":[{"__isSmartRef__":true,"id":56818}],"scripts":[],"shape":{"__isSmartRef__":true,"id":56831},"derivationIds":[null,"36CC1066-451F-4248-A272-77B1EA5736D7","69CDBF77-3059-4F05-8245-F654E7C609BF","1AC294AF-CF26-40BF-9B2B-39E2E2A22384","A392DCC9-50D0-478A-A26F-7235BA3B34F1","5FD70964-AD0A-4804-B34A-2E9F0F6A4B52","6A97C30C-330D-4980-90B1-0C07F3D260ED","213D23B8-6B28-40E7-9059-7F7905901965","F627C325-BB22-4CD8-A082-4CF657415475","52CBC51E-591E-4E04-9D14-7796B2DB047A","4CF896A7-5611-4441-BB8B-E9F4D5AEBD88","F4A18010-80C9-493C-A5E5-F90AA8A38EF0","6D48D797-48B6-4459-B111-46A4CDDC5DCF","263D697D-34CA-44E5-89B5-142F34284AE1","175A2DE0-9632-4E31-B6D5-A9C2DCA45E0A","B2445A17-7E07-46C6-AAB4-E84C0351FD01","DB1A19D4-9B65-445C-ADEF-440D8A363B3A"],"id":"74A238D5-2137-4697-9698-039B0D27E60A","renderContextTable":{"__isSmartRef__":true,"id":56836},"eventHandler":{"__isSmartRef__":true,"id":56837},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":56838},"priorExtent":{"__isSmartRef__":true,"id":56839},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":56792},"lighterFill":{"__isSmartRef__":true,"id":56840},"label":{"__isSmartRef__":true,"id":56818},"owner":{"__isSmartRef__":true,"id":56744},"attributeConnections":[{"__isSmartRef__":true,"id":56849},{"__isSmartRef__":true,"id":56851}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_ClipMode":"visible","partsBinMetaInfo":{"__isSmartRef__":true,"id":56853},"__LivelyClassName__":"lively.morphic.WindowControl"},"56818":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":56819},"derivationIds":[null,"11B8870D-6BAE-4862-8B99-5833D01F50B0","D7C837FB-858D-4C7A-93EF-C5AB424C3DAA","BBB55BCF-2370-440F-9C6B-FE87F65F8E09","6D5114EB-4653-4D3C-9C75-B218CB866171","48C098C9-00C0-4448-893D-EDA16C579071","563C793B-CDC3-41BE-BF58-DF6EA19556FD","ED1430B6-0141-43F2-BDD7-1AE954359582","AE5AF7F3-132A-47CD-9803-3EB60C869BAF","A840CE15-1B07-43B3-B17E-453C077BB03F","2A630580-1BC7-486C-8635-3D0985509B61","15DFD406-C3BE-442C-AF19-F41C6D05E2BA","4E96384C-2791-49B8-95E0-4A76FA9E66AB","44289495-79AE-41BC-AE2E-154E37D66352","EDBDA2D0-C659-4774-ABD5-50FDA47C490C","548B5A98-8852-4E8C-806F-2530B20A2F06","3F0D1A16-CF18-4E0A-BA6A-02EDD1831765"],"id":"465E0D81-FCE3-4AFE-B660-B9BEFDF8C637","renderContextTable":{"__isSmartRef__":true,"id":56824},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":56825}],"eventHandler":{"__isSmartRef__":true,"id":56827},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":56828},"priorExtent":{"__isSmartRef__":true,"id":56829},"_MaxTextWidth":15,"_MinTextWidth":15,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":56817},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"partsBinMetaInfo":{"__isSmartRef__":true,"id":56830},"__LivelyClassName__":"lively.morphic.Text"},"56819":{"_Position":{"__isSmartRef__":true,"id":56820},"renderContextTable":{"__isSmartRef__":true,"id":56821},"_Extent":{"__isSmartRef__":true,"id":56822},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":56823},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":56751},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"56820":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56821":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"56822":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"56823":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56824":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"56825":{"style":{"__isSmartRef__":true,"id":56826},"chunkOwner":{"__isSmartRef__":true,"id":56818},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk"},"56826":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"56827":{"morph":{"__isSmartRef__":true,"id":56818},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"56828":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56829":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56830":{"requiredModules":[],"idOnLoad":"465E0D81-FCE3-4AFE-B660-B9BEFDF8C637","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"56831":{"_Position":{"__isSmartRef__":true,"id":56832},"renderContextTable":{"__isSmartRef__":true,"id":56833},"_Extent":{"__isSmartRef__":true,"id":56834},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":56835},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":56780},"_Fill":{"__isSmartRef__":true,"id":56792},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"56832":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56833":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"56834":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56835":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56836":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"56837":{"morph":{"__isSmartRef__":true,"id":56817},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"56838":{"x":3,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56839":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56840":{"stops":[{"__isSmartRef__":true,"id":56841},{"__isSmartRef__":true,"id":56843},{"__isSmartRef__":true,"id":56845},{"__isSmartRef__":true,"id":56847}],"vector":{"__isSmartRef__":true,"id":56801},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"56841":{"offset":0,"color":{"__isSmartRef__":true,"id":56842}},"56842":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56843":{"offset":0.4,"color":{"__isSmartRef__":true,"id":56844}},"56844":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56845":{"offset":0.6,"color":{"__isSmartRef__":true,"id":56846}},"56846":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56847":{"offset":1,"color":{"__isSmartRef__":true,"id":56848}},"56848":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56849":{"sourceObj":{"__isSmartRef__":true,"id":56817},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":56743},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":56850},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"56850":{"source":{"__isSmartRef__":true,"id":56817},"target":{"__isSmartRef__":true,"id":56743}},"56851":{"sourceObj":{"__isSmartRef__":true,"id":56817},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":56743},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":56852},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"56852":{"source":{"__isSmartRef__":true,"id":56817},"target":{"__isSmartRef__":true,"id":56743}},"56853":{"requiredModules":[],"idOnLoad":"74A238D5-2137-4697-9698-039B0D27E60A","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"56854":{"submorphs":[{"__isSmartRef__":true,"id":56855}],"scripts":[],"shape":{"__isSmartRef__":true,"id":56868},"derivationIds":[null,"A4716D24-333D-4F87-B30D-693046A4CC11","09521FBD-32DD-4AD7-B9E6-7B3E537AF883","D971E4B7-1DF3-4B21-A73D-24F6EF12F679","C69F70E3-3EBE-4169-AB1B-B6C8A043B95B","F8D9EA1D-0D64-4375-B8B5-4F1F2C5E8541","9FEA18A8-D928-4A43-8017-C0FD088C4B63","F7BA92FD-2CCD-457D-9CD7-19DAEB009515","42A9124E-92FB-4186-8BBF-77CCF3B1002D","E4B2ACF0-0CFD-48E0-9FC7-88AB03BFEB57","47122BD1-0F90-476F-B57A-CFB1E83C3454","99132533-64B7-4959-87A7-6A49B7BA9484","EED63A15-CE25-476F-9DD2-049DB7D07635","665D04DB-D28A-4C4F-957B-532239267CDB","E4A0074C-58B4-4984-9F8D-D5351BECE693","12892E3C-39E1-43D3-B9C1-225F0F6763CF","E1836464-B7F9-4C9D-B59D-847BFE6F255E"],"id":"039D838E-630A-4075-9177-A3C34285B79F","renderContextTable":{"__isSmartRef__":true,"id":56873},"eventHandler":{"__isSmartRef__":true,"id":56874},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":56875},"priorExtent":{"__isSmartRef__":true,"id":56876},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":56792},"lighterFill":{"__isSmartRef__":true,"id":56877},"label":{"__isSmartRef__":true,"id":56855},"owner":{"__isSmartRef__":true,"id":56744},"layout":{"__isSmartRef__":true,"id":56886},"attributeConnections":[{"__isSmartRef__":true,"id":56887},{"__isSmartRef__":true,"id":56889}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_ClipMode":"visible","partsBinMetaInfo":{"__isSmartRef__":true,"id":56891},"isPressed":false,"__LivelyClassName__":"lively.morphic.WindowControl"},"56855":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":56856},"derivationIds":[null,"862E80E4-0CC5-48AC-A76F-A35D7FE1FC5B","C6CA8AE7-6702-4867-9BD1-9D3A42821A1F","BA5B9281-B182-4EBA-9D02-BBA304CC959B","2289C593-75CE-45EE-B698-E0E9DB527628","3FDADAEC-E6C1-4220-A68C-8FAA386B6562","2D55EBB5-8584-4626-AD2C-EA1DCF3BF923","50B8B19C-917D-4AE4-8231-9FDDAA188B87","B9607C92-DDD9-4801-9B70-45F2A69CEF51","3628DA72-F4AC-4E17-AB7D-7CCF7A5C83EA","BC0DDE29-DC64-424F-A5DE-0E0444CA46F8","869BA70C-9DE5-4BF0-A4BC-49166294A98D","4A1D1888-02A8-4F46-9021-0EDD77D72BFD","38E2DF86-6A85-4423-80C4-D27E21393E62","738C83E8-15DD-479B-9E84-DC5BBA74D812","B26A29AF-3FDE-4D29-9B9C-112202A4F0CB","5C9E346F-566B-48C8-A5EF-9511A1D0D0B1"],"id":"1D03C864-8C49-4B1F-9E1B-70D8F5D03733","renderContextTable":{"__isSmartRef__":true,"id":56861},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":56862}],"eventHandler":{"__isSmartRef__":true,"id":56864},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":56865},"priorExtent":{"__isSmartRef__":true,"id":56866},"_MaxTextWidth":15,"_MinTextWidth":15,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":56854},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"partsBinMetaInfo":{"__isSmartRef__":true,"id":56867},"__LivelyClassName__":"lively.morphic.Text"},"56856":{"_Position":{"__isSmartRef__":true,"id":56857},"renderContextTable":{"__isSmartRef__":true,"id":56858},"_Extent":{"__isSmartRef__":true,"id":56859},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":56860},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":56751},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"56857":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56858":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"56859":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"56860":{"x":1,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56861":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"56862":{"style":{"__isSmartRef__":true,"id":56863},"chunkOwner":{"__isSmartRef__":true,"id":56855},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk"},"56863":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"56864":{"morph":{"__isSmartRef__":true,"id":56855},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"56865":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56866":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56867":{"requiredModules":[],"idOnLoad":"1D03C864-8C49-4B1F-9E1B-70D8F5D03733","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"56868":{"_Position":{"__isSmartRef__":true,"id":56869},"renderContextTable":{"__isSmartRef__":true,"id":56870},"_Extent":{"__isSmartRef__":true,"id":56871},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":56872},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":56780},"_Fill":{"__isSmartRef__":true,"id":56792},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"56869":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56870":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"56871":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56872":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56873":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"56874":{"morph":{"__isSmartRef__":true,"id":56854},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"56875":{"x":731.7575068769036,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56876":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56877":{"stops":[{"__isSmartRef__":true,"id":56878},{"__isSmartRef__":true,"id":56880},{"__isSmartRef__":true,"id":56882},{"__isSmartRef__":true,"id":56884}],"vector":{"__isSmartRef__":true,"id":56801},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"56878":{"offset":0,"color":{"__isSmartRef__":true,"id":56879}},"56879":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56880":{"offset":0.4,"color":{"__isSmartRef__":true,"id":56881}},"56881":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56882":{"offset":0.6,"color":{"__isSmartRef__":true,"id":56883}},"56883":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56884":{"offset":1,"color":{"__isSmartRef__":true,"id":56885}},"56885":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56886":{"moveHorizontal":true},"56887":{"sourceObj":{"__isSmartRef__":true,"id":56854},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":56743},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":56888},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"56888":{"source":{"__isSmartRef__":true,"id":56854},"target":{"__isSmartRef__":true,"id":56743}},"56889":{"sourceObj":{"__isSmartRef__":true,"id":56854},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":56743},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":56890},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"56890":{"source":{"__isSmartRef__":true,"id":56854},"target":{"__isSmartRef__":true,"id":56743}},"56891":{"requiredModules":[],"idOnLoad":"039D838E-630A-4075-9177-A3C34285B79F","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"56892":{"_Position":{"__isSmartRef__":true,"id":56893},"renderContextTable":{"__isSmartRef__":true,"id":56894},"_Extent":{"__isSmartRef__":true,"id":56895},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":56896},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":56897},"_Fill":{"__isSmartRef__":true,"id":56898},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"56893":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56894":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"56895":{"x":770.7575068769036,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56896":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56897":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56898":{"stops":[{"__isSmartRef__":true,"id":56899},{"__isSmartRef__":true,"id":56901}],"vector":{"__isSmartRef__":true,"id":153},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"56899":{"offset":0,"color":{"__isSmartRef__":true,"id":56900}},"56900":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"56901":{"offset":1,"color":{"__isSmartRef__":true,"id":56902}},"56902":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"56903":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"56904":{"morph":{"__isSmartRef__":true,"id":56744},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"56905":{"resizeWidth":true,"adjustForNewBounds":true},"56906":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56907":{"x":770.7575068769036,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56908":{"requiredModules":[],"idOnLoad":"ECFABCA6-6F85-4085-9A08-1D894A154A45","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"56909":{"submorphs":[],"scripts":[],"id":"DF4FFEE1-AA5F-4C41-A01E-6FB489F1A7B5","shape":{"__isSmartRef__":true,"id":56910},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":56917},"showsHalos":false,"name":"ResizeCorner","partsBinMetaInfo":{"__isSmartRef__":true,"id":56918},"__SourceModuleName__":"Global.lively.morphic.Core","draggingEnabled":true,"dragStartPoint":null,"originalExtent":{"__isSmartRef__":true,"id":56919},"originalTargetExtent":null,"renderContextTable":{"__isSmartRef__":true,"id":56920},"eventHandler":{"__isSmartRef__":true,"id":56921},"priorExtent":{"__isSmartRef__":true,"id":56922},"originalTargetInnerBounds":null,"isResizeCorner":true,"relativeOrigin":null,"derivationIds":[7147,"16E962DF-21E9-4FE6-8B9B-953F0E908113","ADD0B5C0-0DC6-4D8E-9C2A-0EC7E3C71F21","25C53CC1-53E0-44A6-8E16-A56606A19EF0","50F19BF2-9607-4419-A8C2-0352B0A6FF57","56B7FFB1-61EA-47B9-AC63-A78EA3203E0F","7ED9D491-F8A0-41CA-ADCC-D29EB7805558"],"moved":true,"attributeConnections":[{"__isSmartRef__":true,"id":56923}],"doNotSerialize":["$$cornerName"],"doNotCopyProperties":["$$cornerName"],"originalTargetBounds":null,"cornerName":"bottomRight","owner":{"__isSmartRef__":true,"id":56743},"_Rotation":0,"_Scale":0.9920279440699439,"_ClipMode":"visible","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":56924},"__LivelyClassName__":"lively.morphic.Box"},"56910":{"position":{"__isSmartRef__":true,"id":56911},"_Extent":{"__isSmartRef__":true,"id":56912},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":56913},"_Fill":{"__isSmartRef__":true,"id":56914},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":56915},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":56916},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"56911":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56912":{"x":10,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56913":{"r":0.568,"g":0.568,"b":0.568,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"56914":{"r":0.258,"g":0.258,"b":0.258,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"56915":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"56916":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56917":{"x":760.8372274362041,"y":497.3295572430021,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56918":{"partsSpaceName":"PartsBin/Widgets/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Resize an object without using halos.","partName":"ResizeCorner","revisionOnLoad":140152,"idOnLoad":"DF4FFEE1-AA5F-4C41-A01E-6FB489F1A7B5","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"56919":{"x":239,"y":138,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56920":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"56921":{"morph":{"__isSmartRef__":true,"id":56909},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"56922":{"x":10,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56923":{"sourceObj":{"__isSmartRef__":true,"id":56909},"sourceAttrName":"cornerName","targetObj":{"__isSmartRef__":true,"id":56909},"targetMethodName":"alignToOwner","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"56924":{"onDrag":{"__isSmartRef__":true,"id":56925},"onDragEnd":{"__isSmartRef__":true,"id":56933},"onDragStart":{"__isSmartRef__":true,"id":56941},"reset":{"__isSmartRef__":true,"id":56949},"morphMenuItems":{"__isSmartRef__":true,"id":56952},"alignToOwner":{"__isSmartRef__":true,"id":56959}},"56925":{"varMapping":{"__isSmartRef__":true,"id":56926},"source":"function onDrag(evt) {\n // alert(\"onDrag\")\n // this.owner.setPosition(pt(0,0))\n // this.owner.setOrigin(pt(0,0))\n var moveDelta = evt.mousePoint.subPt(this.dragStartPoint)\n \n // moveDelta = moveDelta.maxPt(pt(0,0))\n var ownerExtent = this.owner.getExtent();\n\n // TODO does not work\n if (evt.isShiftDown()) {\n var maxDelta = Math.max(moveDelta.x, moveDelta.y);\n if (maxDelta == 0) return;\n var factor = ownerExtent.x / ownerExtent.y\n moveDelta = pt(maxDelta * factor, maxDelta )\n }\n var accessor = \"with\" + this.cornerName.charAt(0).toUpperCase() + this.cornerName.substring(1);\n\n var newCorner = this.originalTargetBounds[this.cornerName]().addPt(moveDelta);\n var newBounds = this.originalTargetBounds[accessor ](newCorner);\n\n this.owner.setBounds(newBounds);\n \n // var newExtent = this.originalTargetExtent.addPt(moveDelta)\n // alertOK(\"new extent\" + newExtent)\n // this.owner.setExtent(newExtent);\n this.owner.submorphs.select(function(ea) {\n return ea.isResizeCorner\n }).invoke('alignToOwner');\n if (this.owner.halos) {\n this.owner.halos.invoke('alignAtTarget')\n }\n // alertOK(\"relative \" + this.relativeOrigin)\n var newOrigin = pt(0,0).extent(this.owner.getExtent()).relativeToAbsPoint(this.relativeOrigin)\n\n // TODO IMPLEMENT updating the origin does not work yet\n // this.owner.setOrigin(newOrigin);\n // alertOK(\"new origin \" + newOrigin)\n\n}","funcProperties":{"__isSmartRef__":true,"id":56931},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56926":{"this":{"__isSmartRef__":true,"id":56909},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":56927}},"56927":{"$super":{"__isSmartRef__":true,"id":56928}},"56928":{"varMapping":{"__isSmartRef__":true,"id":56929},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":56930},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56929":{"obj":{"__isSmartRef__":true,"id":56909},"name":"onDrag"},"56930":{},"56931":{"timestamp":{"__isSmartRef__":true,"id":56932},"user":"sstamm","tags":[]},"56932":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:08:52 GMT+0100 (Mitteleuropäische Zeit)"},"56933":{"varMapping":{"__isSmartRef__":true,"id":56934},"source":"function onDragEnd(evt) {\n this.dragStartPoint = null;\n this.originalTargetBounds = null;\n this.relativeOrigin = null;\n}","funcProperties":{"__isSmartRef__":true,"id":56939},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56934":{"this":{"__isSmartRef__":true,"id":56909},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":56935}},"56935":{"$super":{"__isSmartRef__":true,"id":56936}},"56936":{"varMapping":{"__isSmartRef__":true,"id":56937},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":56938},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56937":{"obj":{"__isSmartRef__":true,"id":56909},"name":"onDragEnd"},"56938":{},"56939":{"timestamp":{"__isSmartRef__":true,"id":56940},"user":"sstamm","tags":[]},"56940":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:09:00 GMT+0100 (Mitteleuropäische Zeit)"},"56941":{"varMapping":{"__isSmartRef__":true,"id":56942},"source":"function onDragStart(evt) {\n var absToRelativePoint = function (r, absPt) {\n\t\treturn new Point(\n\t\t\t(absPt.x - r.x) / r.width,\n\t\t\t(absPt.y - r.y) / r.height)\n\t}\n // absToRelativePoint(new Rectangle(10,10,100,100), pt(20,20))\n // absToRelativePoint(new Rectangle(10,10,100,100), pt(0,0))\n // absToRelativePoint(new Rectangle(-100,-100,200,200), pt(0,0))\n\n\n this.dragStartPoint = evt.mousePoint;\n this.originalTargetBounds= this.owner.bounds();\n this.relativeOrigin = absToRelativePoint(pt(0,0).extent(this.owner.getExtent()), this.owner.getOrigin())\n}","funcProperties":{"__isSmartRef__":true,"id":56947},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56942":{"this":{"__isSmartRef__":true,"id":56909},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":56943}},"56943":{"$super":{"__isSmartRef__":true,"id":56944}},"56944":{"varMapping":{"__isSmartRef__":true,"id":56945},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":56946},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56945":{"obj":{"__isSmartRef__":true,"id":56909},"name":"onDragStart"},"56946":{},"56947":{"timestamp":{"__isSmartRef__":true,"id":56948},"user":"sstamm","tags":[]},"56948":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:08:40 GMT+0100 (Mitteleuropäische Zeit)"},"56949":{"varMapping":{"__isSmartRef__":true,"id":56950},"source":"function reset() {\n this.isResizeCorner = true\n this.cornerName = 'bottomRight'\n this.setExtent(pt(10,10));\n this.setPosition(pt(0,0))\n}","funcProperties":{"__isSmartRef__":true,"id":56951},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56950":{"this":{"__isSmartRef__":true,"id":56909}},"56951":{},"56952":{"varMapping":{"__isSmartRef__":true,"id":56953},"source":"function morphMenuItems() {\n return $super().concat([\n [\"corner\", [\n [\"top left\", function() { this.cornerName = 'topLeft'}.bind(this)],\n [\"top right\", function() { this.cornerName = 'topRight'}.bind(this)],\n [\"bottom right\", function() { this.cornerName = 'bottomRight'}.bind(this)],\n [\"bottom left\", function() { this.cornerName = 'bottomLeft'}.bind(this)],\n ]]\n ])\t\n}","funcProperties":{"__isSmartRef__":true,"id":56958},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56953":{"this":{"__isSmartRef__":true,"id":56909},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":56954}},"56954":{"$super":{"__isSmartRef__":true,"id":56955}},"56955":{"varMapping":{"__isSmartRef__":true,"id":56956},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":56957},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56956":{"obj":{"__isSmartRef__":true,"id":56909},"name":"morphMenuItems"},"56957":{},"56958":{},"56959":{"varMapping":{"__isSmartRef__":true,"id":56960},"source":"function alignToOwner() {\n this.align(this.bounds()[this.cornerName](), this.owner.shape.bounds()[this.cornerName]() )\n}","funcProperties":{"__isSmartRef__":true,"id":56961},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56960":{"this":{"__isSmartRef__":true,"id":56909}},"56961":{},"56962":{"renderContextTable":{"__isSmartRef__":true,"id":56963},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":56964},"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":56965},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"56963":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"56964":{"x":770.7575068769036,"y":507.2498366837016,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56965":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"56966":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"56967":{"morph":{"__isSmartRef__":true,"id":56743},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"56968":{"adjustForNewBounds":true},"56969":{"x":770.7575068769036,"y":507.2498366837016,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"56970":{"sourceObj":{"__isSmartRef__":true,"id":56743},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":56727},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":56727},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"56971":{"sourceObj":{"__isSmartRef__":true,"id":56743},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":56727},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":56727},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"56972":{"sourceObj":{"__isSmartRef__":true,"id":56743},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":56727},"targetMethodName":"updateOwners","converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":56973},"dependedBy":{"__isSmartRef__":true,"id":56727},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":56974},"__LivelyClassName__":"AttributeConnection"},"56973":{"source":{"__isSmartRef__":true,"id":56743},"target":{"__isSmartRef__":true,"id":56727}},"56974":{"converter":{"__isSmartRef__":true,"id":56975}},"56975":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":56976},"source":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","funcProperties":{"__isSmartRef__":true,"id":56977},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56976":{"source":{"__isSmartRef__":true,"id":56743},"target":{"__isSmartRef__":true,"id":56727}},"56977":{},"56978":{"sourceObj":{"__isSmartRef__":true,"id":56743},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":56979},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":56979},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"56979":{"sourceObj":{"__isSmartRef__":true,"id":52373},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":56716},"targetMethodName":"alignToMagnet","dependendConnections":[{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56978},{"__isSmartRef__":true,"id":56989},{"__isSmartRef__":true,"id":56990},{"__isSmartRef__":true,"id":56991},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56978},{"__isSmartRef__":true,"id":56989},{"__isSmartRef__":true,"id":56990},{"__isSmartRef__":true,"id":56991},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56978},{"__isSmartRef__":true,"id":56989},{"__isSmartRef__":true,"id":56990},{"__isSmartRef__":true,"id":56991},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56978},{"__isSmartRef__":true,"id":56989},{"__isSmartRef__":true,"id":56990},{"__isSmartRef__":true,"id":56991},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56978},{"__isSmartRef__":true,"id":56989},{"__isSmartRef__":true,"id":56990},{"__isSmartRef__":true,"id":56991},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56978},{"__isSmartRef__":true,"id":56989},{"__isSmartRef__":true,"id":56990},{"__isSmartRef__":true,"id":56991},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56978},{"__isSmartRef__":true,"id":56989},{"__isSmartRef__":true,"id":56990},{"__isSmartRef__":true,"id":56991},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56978},{"__isSmartRef__":true,"id":56989},{"__isSmartRef__":true,"id":56990},{"__isSmartRef__":true,"id":56991},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56978},{"__isSmartRef__":true,"id":56989},{"__isSmartRef__":true,"id":56990},{"__isSmartRef__":true,"id":56991},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56978},{"__isSmartRef__":true,"id":56989},{"__isSmartRef__":true,"id":56990},{"__isSmartRef__":true,"id":56991},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56978},{"__isSmartRef__":true,"id":56989},{"__isSmartRef__":true,"id":56990},{"__isSmartRef__":true,"id":56991},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56978},{"__isSmartRef__":true,"id":56989},{"__isSmartRef__":true,"id":56990},{"__isSmartRef__":true,"id":56991},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56978},{"__isSmartRef__":true,"id":56989},{"__isSmartRef__":true,"id":56990},{"__isSmartRef__":true,"id":56991},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56978},{"__isSmartRef__":true,"id":56989},{"__isSmartRef__":true,"id":56990},{"__isSmartRef__":true,"id":56991},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56978},{"__isSmartRef__":true,"id":56989},{"__isSmartRef__":true,"id":56990},{"__isSmartRef__":true,"id":56991},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56978},{"__isSmartRef__":true,"id":56989},{"__isSmartRef__":true,"id":56990},{"__isSmartRef__":true,"id":56991},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56978},{"__isSmartRef__":true,"id":56989},{"__isSmartRef__":true,"id":56990},{"__isSmartRef__":true,"id":56991},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56978},{"__isSmartRef__":true,"id":56989},{"__isSmartRef__":true,"id":56990},{"__isSmartRef__":true,"id":56991},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56978},{"__isSmartRef__":true,"id":56989},{"__isSmartRef__":true,"id":56990},{"__isSmartRef__":true,"id":56991},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56978},{"__isSmartRef__":true,"id":56989},{"__isSmartRef__":true,"id":56990},{"__isSmartRef__":true,"id":56991},{"__isSmartRef__":true,"id":56980},{"__isSmartRef__":true,"id":56981},{"__isSmartRef__":true,"id":56982},{"__isSmartRef__":true,"id":56983},{"__isSmartRef__":true,"id":56978},{"__isSmartRef__":true,"id":56989},{"__isSmartRef__":true,"id":56990},{"__isSmartRef__":true,"id":56991}],"oldTransform":{"__isSmartRef__":true,"id":56997},"__SourceModuleName__":"Global.lively.bindings.GeometryBindings","__LivelyClassName__":"lively.morphic.GeometryTransformConnection"},"56980":{"sourceObj":{"__isSmartRef__":true,"id":52373},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":56979},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":56979},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"56981":{"sourceObj":{"__isSmartRef__":true,"id":52373},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":56979},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":56979},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"56982":{"sourceObj":{"__isSmartRef__":true,"id":52373},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":56979},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":56979},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"56983":{"sourceObj":{"__isSmartRef__":true,"id":52373},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":56979},"targetMethodName":"updateOwners","converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":56984},"dependedBy":{"__isSmartRef__":true,"id":56979},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":56985},"__LivelyClassName__":"AttributeConnection"},"56984":{"source":{"__isSmartRef__":true,"id":52373},"target":{"__isSmartRef__":true,"id":56979}},"56985":{"converter":{"__isSmartRef__":true,"id":56986}},"56986":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":56987},"source":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","funcProperties":{"__isSmartRef__":true,"id":56988},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56987":{"source":{"__isSmartRef__":true,"id":52373},"target":{"__isSmartRef__":true,"id":56979}},"56988":{},"56989":{"sourceObj":{"__isSmartRef__":true,"id":56743},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":56979},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":56979},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"56990":{"sourceObj":{"__isSmartRef__":true,"id":56743},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":56979},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":56979},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"56991":{"sourceObj":{"__isSmartRef__":true,"id":56743},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":56979},"targetMethodName":"updateOwners","converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":56992},"dependedBy":{"__isSmartRef__":true,"id":56979},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":56993},"__LivelyClassName__":"AttributeConnection"},"56992":{"source":{"__isSmartRef__":true,"id":56743},"target":{"__isSmartRef__":true,"id":56979}},"56993":{"converter":{"__isSmartRef__":true,"id":56994}},"56994":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":56995},"source":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","funcProperties":{"__isSmartRef__":true,"id":56996},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"56995":{"source":{"__isSmartRef__":true,"id":56743},"target":{"__isSmartRef__":true,"id":56979}},"56996":{},"56997":{"d":1.01,"a":1.01,"f":719.5438324747307,"e":757.7674590271638,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":56998},"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"56998":{"a":1.01,"b":0,"c":0,"d":1.01,"e":757.7674590271638,"f":719.5438324747307,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"56999":{"x":0,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"57000":{"partsSpaceName":"PartsBin/Tools","__SourceModuleName__":"Global.lively.PartsBin","requiredModules":["lively.PartsBin"],"migrationLevel":4,"comment":"Browser for a Parts repository.","partName":"PartsBinBrowser","changes":[{"__isSmartRef__":true,"id":57001},{"__isSmartRef__":true,"id":57003},{"__isSmartRef__":true,"id":57005},{"__isSmartRef__":true,"id":57007},{"__isSmartRef__":true,"id":57009},{"__isSmartRef__":true,"id":57011},{"__isSmartRef__":true,"id":57013}],"revisionOnLoad":154277,"idOnLoad":"470300FE-C638-486A-BBBE-1F550A59AB2B","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"57001":{"date":{"__isSmartRef__":true,"id":57002},"author":"athomschke","message":"style","id":"5575D312-033A-47A5-B889-C43BE97C3AAA"},"57002":{"isSerializedDate":true,"string":"Wed Feb 08 2012 12:02:38 GMT+0100 (Mitteleuropäische Zeit)"},"57003":{"date":{"__isSmartRef__":true,"id":57004},"author":"markoroeder","message":"Reset to clean copy. Added this.categories to doNotSerialize list.","id":"1D9493E9-B229-4716-8649-F1333D5133D0"},"57004":{"isSerializedDate":true,"string":"Thu Jan 05 2012 15:19:05 GMT+0100 (Mitteleuropäische Zeit)"},"57005":{"date":{"__isSmartRef__":true,"id":57006},"author":"sstamm","message":"","id":"3466A0DA-C96D-4997-8182-AFB6DF99C988"},"57006":{"isSerializedDate":true,"string":"Wed Feb 08 2012 12:13:30 GMT+0100 (Mitteleuropäische Zeit)"},"57007":{"date":{"__isSmartRef__":true,"id":57008},"author":"fabian","message":"moved PartsBin out of core","id":"69D747F9-EDB5-478D-B0DE-C4CEBFDF1E9A"},"57008":{"isSerializedDate":true,"string":"Wed Feb 22 2012 23:40:13 GMT+0100 (Mitteleuropäische Zeit)"},"57009":{"date":{"__isSmartRef__":true,"id":57010},"author":"fabian","message":"","id":"3DABC39F-D8E9-4EA8-AB40-719739AD92DF"},"57010":{"isSerializedDate":true,"string":"Thu Feb 23 2012 00:14:10 GMT+0100 (Mitteleuropäische Zeit)"},"57011":{"date":{"__isSmartRef__":true,"id":57012},"author":"jenslincke","message":"- fixed searching and latest after moving the parts bin","id":"C6CF2A78-407E-4691-B5D6-914977DEAD8B"},"57012":{"isSerializedDate":true,"string":"Thu Feb 23 2012 18:40:33 GMT+0100 (Mitteleuropäische Zeit)"},"57013":{"date":{"__isSmartRef__":true,"id":57014},"author":"undefined","message":"- reload everything on restore","id":"34468222-F3C8-4636-B202-27DFAD734B8A"},"57014":{"isSerializedDate":true,"string":"Sat Mar 10 2012 11:26:28 GMT+0100 (Mitteleuropäische Zeit)"},"57015":{"x":980,"y":684,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"57016":{"x":757.7674590271637,"y":698.3338324747307,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"57017":{"onLoadFromPartsBin":{"__isSmartRef__":true,"id":57018}},"57018":{"varMapping":{"__isSmartRef__":true,"id":57019},"source":"function onLoadFromPartsBin() {\n\t$super();\n\tthis.targetMorph.reloadEverything();\n}","funcProperties":{"__isSmartRef__":true,"id":57024},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"57019":{"this":{"__isSmartRef__":true,"id":56743},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":57020}},"57020":{"$super":{"__isSmartRef__":true,"id":57021}},"57021":{"varMapping":{"__isSmartRef__":true,"id":57022},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":57023},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"57022":{"obj":{"__isSmartRef__":true,"id":56743},"name":"onLoadFromPartsBin"},"57023":{},"57024":{"user":"robertkrahn","timestamp":{"__isSmartRef__":true,"id":57025}},"57025":{"isSerializedDate":true,"string":"Mon Jun 27 2011 10:54:32 GMT+0200 (Mitteleuropäische Sommerzeit)"},"57026":{"d":1.01,"a":1.01,"f":733.65574413064,"e":1483.3221585389101,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":57027},"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"57027":{"a":1.01,"b":0,"c":0,"d":1.01,"e":1483.3221585389101,"f":733.65574413064,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"57028":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"57029":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","partName":"Button","idOnLoad":"3E064E17-9AD0-4A15-86DC-91578D6EB130","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"57030":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"57031":{"morph":{"__isSmartRef__":true,"id":56654},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"57032":{"x":46.754037491637405,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"57033":{"moveHorizontal":true},"57034":{"x":718.3709896155905,"y":13.972189758325953,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"57035":{"position":{"__isSmartRef__":true,"id":57036},"_Extent":{"__isSmartRef__":true,"id":57037},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":57038},"_Fill":{"__isSmartRef__":true,"id":57039},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":57040},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":57041},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"57036":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"57037":{"x":770.7575068769036,"y":487.2498366837016,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"57038":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"57039":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"57040":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"57041":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"57042":{"partsSpaceName":"PartsBin/Tools","__SourceModuleName__":"Global.lively.PartsBin","requiredModules":["lively.PartsBin","apps.DateFormat"],"migrationLevel":4,"comment":"Browser for a Parts repository.","partName":"PartsBinBrowser","changes":[{"__isSmartRef__":true,"id":57043}],"idOnLoad":"CBCBF2C7-8A54-439C-935B-31C3F054DB0E","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"57043":{"date":{"__isSmartRef__":true,"id":57044},"author":"markoroeder","message":"Reset to clean copy. Added this.categories to doNotSerialize list.","id":"1D9493E9-B229-4716-8649-F1333D5133D0"},"57044":{"isSerializedDate":true,"string":"Thu Jan 05 2012 15:19:05 GMT+0100 (Mitteleuropäische Zeit)"},"57045":{"sourceObj":{"__isSmartRef__":true,"id":52373},"sourceAttrName":"categoryName","targetObj":{"__isSmartRef__":true,"id":52373},"targetMethodName":"loadPartsOfCategory","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"57046":{"resizeWidth":true,"resizeHeight":true,"adjustForNewBounds":true},"57047":{"x":770.7575068769036,"y":487.2498366837016,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"57048":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"57049":{"morph":{"__isSmartRef__":true,"id":52373},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"57050":{"toggleMorePane":{"__isSmartRef__":true,"id":57051}},"57051":{},"57052":{"x":5.684341886080802e-14,"y":21.000000000000007,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"57053":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Holger/EventsLimiter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57054":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Holger/EventsLimiter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57055":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Holger/EventsLimiter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57056":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/EmptyElProfesor.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57057":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnConnections.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57058":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/EmptyElProfesor.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57059":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnConnections.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57060":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnLivelyKernel.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57061":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnLivelyKernel.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57062":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnMorphs.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57063":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/EmptyElProfesor.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57064":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnConnections.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57065":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnMorphs.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57066":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnLivelyKernel.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57067":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnMorphs.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57068":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomTile.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57069":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomTile.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57070":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TwitterSource.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57071":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomTile.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57072":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TwitterSource.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57073":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataCustomerTile.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57074":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataCustomerTile.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57075":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TwitterSource.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57076":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataCustomerTile.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57077":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImage.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57078":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImage.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57079":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileText.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57080":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileText.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57081":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImage.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57082":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileText.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57083":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileLink.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57084":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataTileSourceSearch.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57085":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileLink.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57086":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataTileSourceSearch.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57087":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomSource.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57088":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileFeed.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57089":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileLink.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57090":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomSource.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57091":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileFeed.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57092":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataTileSourceSearch.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57093":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomSource.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57094":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileFeed.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57095":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/BasicTile.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57096":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataShipperTile.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57097":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/BasicTile.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57098":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataShipperTile.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57099":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImageBase64.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57100":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/BasicTile.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57101":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TweetTile.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57102":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImageBase64.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57103":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataShipperTile.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57104":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TweetTile.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57105":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImageBase64.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57106":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TweetTile.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57107":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BPCGrid.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57108":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/MethodFinderPane.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57109":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57110":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/SeverEditorPane.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57111":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/ToolTabPane.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57112":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/FileEditorPane.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57113":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/SeverEditorPane.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57114":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/MethodFinderPane.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57115":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57116":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/SeverEditorPane.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57117":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/ToolTabPane.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57118":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/FileEditorPane.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57119":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/ToolTabPane.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57120":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/FileEditorPane.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57121":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/MethodFinderPane.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57122":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57123":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridFactory.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57124":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridWorker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57125":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridWorker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57126":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/DummyRegistry.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57127":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridFactory.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57128":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/DummyRegistry.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57129":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridWorker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57130":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/DummyRegistry.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57131":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridFactory.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57132":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Crab.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57133":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/CrazyColorsAgain.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57134":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChineseCheckers.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57135":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChineseCheckers.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57136":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/GridColorArt.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57137":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/GridColorArt.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57138":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChineseCheckers.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57139":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Elephant.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57140":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/GridColorArt.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57141":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Elephant.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57142":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChamaeleonMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57143":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Heart.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57144":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/MonaLisa.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57145":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Pong.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57146":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChamaeleonMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57147":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Pong.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57148":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/MonaLisa.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57149":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Heart.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57150":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Elephant.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57151":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChamaeleonMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57152":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Pong.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57153":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/MonaLisa.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57154":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Heart.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57155":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/FunnyWatcher.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57156":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/FunnyWatcher.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57157":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/HeartsGame.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57158":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/WanderingEye.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57159":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/HeartsGame.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57160":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/WanderingEye.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57161":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/FunnyWatcher.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57162":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ColoredRectCreator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57163":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChatMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57164":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChatMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57165":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ColoredRectCreator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57166":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/HeartsGame.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57167":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/PianoKeyboard.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57168":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Alien.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57169":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/WanderingEye.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57170":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/PianoKeyboard.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57171":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Alien.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57172":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChatMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57173":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ColoredRectCreator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57174":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/PianoKeyboard.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57175":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Alien.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57176":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/QuickBrownFox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57177":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/RefactorMan.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57178":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/QuickBrownFox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57179":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/RefactorMan.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57180":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Crab.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57181":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/QuickBrownFox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57182":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/RefactorMan.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57183":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Crab.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57184":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/CrazyColorsAgain.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57185":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/CrazyColorsAgain.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57186":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle-republished.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57187":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/SandboxBackup.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57188":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ColorfulWindmill.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57189":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/GreenRectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57190":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/SandboxBackup.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57191":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ModifiedGreenRectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57192":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car2.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57193":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ColorfulWindmill.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57194":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/GreenRectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57195":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ModifiedGreenRectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57196":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car2.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57197":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/SandboxBackup.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57198":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ColorfulWindmill.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57199":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/GreenRectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57200":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ModifiedGreenRectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57201":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car2.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57202":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Orange%20Rectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57203":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Orange%20Rectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57204":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle%20Light%20Blue.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57205":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57206":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/MyRedRectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57207":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle%20Light%20Blue.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57208":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/MyRedRectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57209":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57210":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Orange%20Rectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57211":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle-republished.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57212":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle-republished.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57213":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle%20Light%20Blue.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57214":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57215":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/MyRedRectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57216":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WorldOverview.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57217":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/PresentationContainer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57218":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WorldOverview.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57219":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSBenchmarker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57220":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/PresentationContainer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57221":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ReloadLocalRequirements.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57222":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FilterText.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57223":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ColorRect.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57224":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/APIUsageInParts.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57225":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCompletionPresentation.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57226":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/DistributedDoit.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57227":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/APIUsageInParts.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57228":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ChangeRecorder.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57229":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCounter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57230":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GraphLayoutExample.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57231":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MorphFinder.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57232":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ToggleLayer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57233":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ChangeRecorder.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57234":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSControl.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57235":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowConnections.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57236":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/AnimateConnections.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57237":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MorphFinder.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57238":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GrayColorChooser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57239":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SteppingWordCounter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57240":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSControl.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57241":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/TallyConnections.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57242":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowConnections.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57243":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/EditStyleInWorldMenu.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57244":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MassStylingWorkspace.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57245":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowStructure.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57246":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/EditStyleInWorldMenu.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57247":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MassStylingWorkspace.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57248":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/XRayStructure.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57249":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/NameDisplay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57250":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FormatXMLCodeSnippet.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57251":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowStructure.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57252":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/NameDisplay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57253":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FormatXMLCodeSnippet.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57254":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WorldOverview.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57255":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/PresentationContainer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57256":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSBenchmarker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57257":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ReloadLocalRequirements.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57258":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FilterText.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57259":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSBenchmarker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57260":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ColorRect.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57261":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ReloadLocalRequirements.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57262":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCompletionPresentation.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57263":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FilterText.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57264":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/APIUsageInParts.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57265":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/DistributedDoit.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57266":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ColorRect.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57267":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCompletionPresentation.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57268":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/DistributedDoit.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57269":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCounter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57270":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GraphLayoutExample.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57271":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ChangeRecorder.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57272":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ToggleLayer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57273":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MorphFinder.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57274":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/AnimateConnections.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57275":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCounter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57276":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GraphLayoutExample.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57277":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSControl.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57278":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GrayColorChooser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57279":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SteppingWordCounter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57280":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowConnections.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57281":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ToggleLayer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57282":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/TallyConnections.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57283":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/AnimateConnections.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57284":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GrayColorChooser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57285":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SteppingWordCounter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57286":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/EditStyleInWorldMenu.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57287":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MassStylingWorkspace.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57288":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/TallyConnections.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57289":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowStructure.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57290":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/XRayStructure.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57291":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/NameDisplay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57292":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FormatXMLCodeSnippet.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57293":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/XRayStructure.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57294":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTreeMap.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57295":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLCirclePacking.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57296":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/WorldMorphTreeMap.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57297":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTreeMap.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57298":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTree.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57299":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLCirclePacking.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57300":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTree.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57301":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTreeMap.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57302":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisStackDrawing.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57303":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLCirclePacking.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57304":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTree.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57305":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisStackDrawing.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57306":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLSunbursts.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57307":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/TreeMap.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57308":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLIndentedTree.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57309":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLSunbursts.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57310":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisStackDrawing.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57311":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLIndentedTree.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57312":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/TreeMap.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57313":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisDrawing.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57314":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLSunbursts.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57315":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisDrawing.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57316":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLIndentedTree.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57317":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/TreeMap.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57318":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisDrawing.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57319":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/WorldMorphTreeMap.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57320":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/WorldMorphTreeMap.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57321":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LK1Background.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57322":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/WhiteBackground.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57323":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/GrayBackground.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57324":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/WhiteBackground.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57325":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/GrayBackground.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57326":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LivelyBackgroundControl.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57327":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LK1Background.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57328":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LivelyBackgroundControl.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57329":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/WhiteBackground.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57330":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/GrayBackground.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57331":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LK1Background.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57332":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LivelyBackgroundControl.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57333":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/VersionViewer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57334":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/TracLink.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57335":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LatestChangesViewer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57336":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WhatDidIDo.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57337":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WhatDidIDo.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57338":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WhatDidIDo.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57339":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WikiActivities.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57340":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JournalNavigation.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57341":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WikiActivities.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57342":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JournalNavigation.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57343":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WikiActivities.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57344":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/RemoveWorldButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57345":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JournalNavigation.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57346":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/RemoveWorldButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57347":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/RemoveWorldButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57348":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/Title.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57349":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/Title.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57350":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/MovePages.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57351":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/MovePages.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57352":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/CommitCounter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57353":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/Title.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57354":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/CommitCounter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57355":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/URLShortener.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57356":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/MovePages.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57357":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JenkinsButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57358":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/URLShortener.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57359":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JenkinsButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57360":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/CommitCounter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57361":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/URLShortener.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57362":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JenkinsButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57363":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/TracLink.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57364":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/VersionViewer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57365":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LatestChangesViewer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57366":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/VersionViewer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57367":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/TracLink.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57368":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LatestChangesViewer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57369":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CodePane.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57370":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/NameLabel.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57371":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CodePane.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57372":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/NameLabel.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57373":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CodePane.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57374":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/NameLabel.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57375":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/RGBColorChooser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57376":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/RGBColorChooser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57377":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/TabFolder.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57378":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/RGBColorChooser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57379":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/TabFolder.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57380":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/PrintingWorkspace.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57381":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/TabFolder.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57382":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ResizeCorner.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57383":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/PrintingWorkspace.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57384":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ResizeCorner.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57385":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/PrintingWorkspace.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57386":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ResizeCorner.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57387":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressBar.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57388":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressBar.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57389":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/JournalEntry.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57390":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ClipMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57391":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/JournalEntry.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57392":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/MinimizedMorphContainer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57393":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ClipMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57394":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/MinimizedMorphContainer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57395":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressBar.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57396":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressIndicator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57397":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CloseButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57398":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/LabeledBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57399":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CloseButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57400":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressIndicator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57401":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/JournalEntry.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57402":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/LabeledBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57403":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ClipMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57404":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/MinimizedMorphContainer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57405":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/FilterableList.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57406":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/FilterableList.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57407":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressIndicator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57408":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/LabeledBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57409":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CloseButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57410":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/FilterableList.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57411":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/IntegerInput.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57412":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/ReferenceChoice.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57413":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataSelector.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57414":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/IntegerInput.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57415":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/wlsReference.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57416":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/FloatInput.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57417":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/wlsReference.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57418":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/FloatInput.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57419":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/MessageMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57420":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/wlsReference.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57421":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/MessageMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57422":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/FloatInput.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57423":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataForm.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57424":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDisplay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57425":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataForm.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57426":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDisplay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57427":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/MessageMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57428":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TextInput.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57429":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataForm.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57430":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TextInput.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57431":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDisplay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57432":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TableCreator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57433":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TableCreator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57434":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDeclarator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57435":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TextInput.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57436":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDeclarator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57437":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TableCreator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57438":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DatabaseConnector.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57439":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDeclarator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57440":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DatabaseConnector.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57441":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DatabaseConnector.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57442":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataReference.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57443":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataReference.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57444":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/BooleanInput.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57445":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataReference.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57446":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/BooleanInput.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57447":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/BooleanInput.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57448":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/ReferenceChoice.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57449":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataSelector.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57450":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/ReferenceChoice.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57451":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataSelector.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57452":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/IntegerInput.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57453":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HelpfulShortcuts.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57454":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/WebResourceMinimalChatExample.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57455":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelyHelp.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57456":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/ChatApp.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57457":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HelpfulShortcuts.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57458":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/AnnotationPin.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57459":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/ChatApp.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57460":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/AnnotationPin.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57461":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelyHelp.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57462":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HelpfulShortcuts.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57463":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/ChatApp.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57464":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/AnnotationPin.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57465":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelysPartsBin.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57466":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelysPartsBin.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57467":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HowConnectWorks.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57468":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HowConnectWorks.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57469":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelysPartsBin.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57470":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HowConnectWorks.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57471":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/WebResourceMinimalChatExample.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57472":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/WebResourceMinimalChatExample.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57473":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelyHelp.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57474":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/TitleTextStyle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57475":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/RotationBehavior.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57476":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/GradientBehavior.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57477":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/SubtitleTextStyle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57478":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/RotationBehavior.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57479":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/SubtitleTextStyle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57480":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/GradientBehavior.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57481":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/RotationBehavior.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57482":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/SubtitleTextStyle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57483":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/NoteTextStyle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57484":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/NoteTextStyle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57485":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ThrobbingBehavior.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57486":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ColorBehavior.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57487":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ThrobbingBehavior.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57488":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ColorBehavior.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57489":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/NoteTextStyle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57490":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/LaTeXHighlighting.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57491":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/InvisibleBehavior.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57492":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/LaTeXHighlighting.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57493":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ColorBehavior.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57494":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ThrobbingBehavior.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57495":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/InvisibleBehavior.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57496":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/TitleTextStyle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57497":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/TitleTextStyle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57498":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/LaTeXHighlighting.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57499":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/InvisibleBehavior.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57500":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/GradientBehavior.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57501":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUVisualization.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57502":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUWorkload.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57503":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUVisualization.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57504":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUWorkload.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57505":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUVisualization.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57506":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUWorkload.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57507":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Label.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57508":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Label.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57509":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Slider.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57510":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Button.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57511":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/List.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57512":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Text.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57513":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Slider.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57514":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Text.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57515":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Label.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57516":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/DropDownList.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57517":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Slider.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57518":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/ProgressBar.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57519":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/DropDownList.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57520":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Text.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57521":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/ProgressBar.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57522":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/DropDownList.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57523":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/ProgressBar.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57524":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Rectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57525":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Rectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57526":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/List.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57527":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Button.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57528":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Rectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57529":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/List.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57530":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Button.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57531":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationContainer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57532":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationController.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57533":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationContainer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57534":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/EmptySlideOverlay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57535":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationController.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57536":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/EmptySlideOverlay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57537":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationContainer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57538":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationController.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57539":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/EmptySlideOverlay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57540":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TestSlide.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57541":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TestSlide.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57542":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPLogo.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57543":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPLogo.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57544":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TestSlide.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57545":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlide.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57546":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPLogo.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57547":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlide.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57548":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlideOverlay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57549":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWATitleSlide.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57550":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlideOverlay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57551":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWATitleSlide.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57552":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPSWASlideOverlay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57553":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlide.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57554":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPSWASlideOverlay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57555":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlideOverlay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57556":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWATitleSlide.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57557":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideProjector.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57558":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPSWASlideOverlay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57559":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideProjector.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57560":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TemplateSlide.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57561":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TemplateSlide.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57562":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideProjector.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57563":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideOverlay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57564":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/HPITitleSlide.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57565":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TemplateSlide.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57566":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideOverlay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57567":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/HPITitleSlide.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57568":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideOverlay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57569":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/HPITitleSlide.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57570":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Constantin/CardStack.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57571":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Constantin/Kreis.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57572":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Constantin/CardStack.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57573":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Constantin/Kreis.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57574":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Constantin/CardStack.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57575":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Constantin/Kreis.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57576":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fabian/ObjectEditorII.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57577":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fabian/ObjectEditorII.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57578":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fabian/ObjectEditorII.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57579":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/PrimitiveShapes.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57580":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrows.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57581":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Image.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57582":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/PrimitiveShapes.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57583":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrows.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57584":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Image.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57585":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Text.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57586":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Text.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57587":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Line.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57588":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrows.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57589":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Image.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57590":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Line.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57591":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrowOrange.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57592":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Text.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57593":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrowOrange.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57594":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Ellipse.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57595":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrow.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57596":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Line.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57597":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Ellipse.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57598":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrow.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57599":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrowOrange.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57600":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Ellipse.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57601":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Rectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57602":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Triangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57603":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrow.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57604":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Rectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57605":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Triangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57606":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Star.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57607":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Rectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57608":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Star.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57609":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Triangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57610":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Star.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57611":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Marker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57612":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Marker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57613":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Marker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57614":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Cloud.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57615":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Cloud.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57616":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/PrimitiveShapes.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57617":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Cloud.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57618":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/List.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57619":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ScriptableButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57620":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ScriptableButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57621":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/DropDownList.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57622":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/DropDownList.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57623":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ScriptableButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57624":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/DropDownList.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57625":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/StartStopButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57626":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/StartStopButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57627":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ComboText.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57628":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/StartStopButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57629":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ComboText.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57630":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Button.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57631":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ComboText.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57632":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Button.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57633":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Spinner.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57634":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Spinner.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57635":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Button.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57636":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Slider.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57637":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Slider.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57638":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Spinner.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57639":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ChoiceButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57640":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/CheckBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57641":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ChoiceButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57642":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/CheckBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57643":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Slider.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57644":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ChoiceButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57645":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/CheckBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57646":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/InputField.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57647":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/InputField.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57648":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/InputField.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57649":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/List.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57650":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/List.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57651":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Journal.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57652":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/TextBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57653":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/TextBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57654":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FixedLabel.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57655":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/WIP.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57656":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotationAndLine.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57657":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FixedLabel.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57658":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/WIP.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57659":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotationAndLine.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57660":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/TextBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57661":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FixedLabel.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57662":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/WIP.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57663":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotationAndLine.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57664":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/PaperMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57665":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/PaperMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57666":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Label.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57667":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Title.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57668":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Label.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57669":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MetaNoteText.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57670":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Title.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57671":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MetaNoteText.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57672":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/PaperMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57673":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Label.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57674":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MarkdownText.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57675":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Title.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57676":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MetaNoteText.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57677":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Translator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57678":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MarkdownText.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57679":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Translator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57680":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Cool.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57681":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Cool.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57682":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MarkdownText.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57683":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Translator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57684":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FontList.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57685":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Cool.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57686":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FontList.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57687":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotation.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57688":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotation.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57689":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FontList.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57690":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Journal.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57691":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Journal.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57692":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotation.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57693":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Math/MathMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57694":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Math/MathMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57695":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Math/MathMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57696":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/MP2011WS/MetricsView.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57697":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/MP2011WS/MetricsView.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57698":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/MP2011WS/MetricsView.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57699":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Measurements%20Workspace.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57700":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/OfflineIndicator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57701":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Result%20Workspace.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57702":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/OfflineIndicator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57703":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57704":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs1.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57705":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Result%20Workspace.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57706":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/OfflineIndicator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57707":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Measurements%20Workspace.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57708":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Measurements%20Workspace.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57709":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57710":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs1.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57711":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57712":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs1.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57713":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Result%20Workspace.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57714":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectTracer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57715":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/CurveInspector.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57716":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/TextInspector.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57717":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Debugger.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57718":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Debugger.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57719":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Debugger.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57720":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/FPSMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57721":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectAreaTracer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57722":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/FPSMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57723":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectAreaTracer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57724":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/FPSMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57725":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ModuleDependencyVis.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57726":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectAreaTracer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57727":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ModuleDependencyVis.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57728":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ModuleDependencyVis.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57729":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PropertySheet.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57730":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PropertySheet.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57731":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Benchmarker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57732":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Benchmarker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57733":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PropertySheet.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57734":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/AlternativeObjectDiffer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57735":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectDiffer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57736":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectSerializationGraph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57737":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/AlternativeObjectDiffer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57738":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Benchmarker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57739":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectDiffer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57740":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectSerializationGraph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57741":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/AlternativeObjectDiffer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57742":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectDiffer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57743":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectSerializationGraph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57744":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/SerializationGraph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57745":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/SerializationGraph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57746":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PasteInspector.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57747":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PasteInspector.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57748":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/SerializationGraph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57749":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectTracer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57750":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectTracer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57751":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PasteInspector.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57752":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/CurveInspector.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57753":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/TextInspector.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57754":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/CurveInspector.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57755":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/TextInspector.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57756":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/RobertsTransportationMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57757":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/JensTransportationMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57758":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/RobertsTransportationMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57759":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/JensTransportationMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57760":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/RobertsTransportationMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57761":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/JensTransportationMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57762":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Pictures/SAPLogo.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57763":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Pictures/LivelyLogo.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57764":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Pictures/LivelyLogo.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57765":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Pictures/LivelyLogo.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57766":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/GoogleMaps.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57767":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/AddressExtractor.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57768":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/AddressExtractor.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57769":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/GoogleMaps.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57770":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/USMap.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57771":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/WorldMap.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57772":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/USMap.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57773":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/WorldMap.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57774":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/AddressExtractor.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57775":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/USMap.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57776":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/WorldMap.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57777":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/GoogleMaps.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57778":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CodeSnippets/ConvertPartsBinLogos.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57779":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CodeSnippets/ConvertPartsBinLogos.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57780":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CodeSnippets/ConvertPartsBinLogos.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57781":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ModulePart.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57782":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunnerWithDebuggingSupport.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57783":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MethodFinder.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57784":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ClassBrowser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57785":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunnerWithDebuggingSupport.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57786":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57787":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTester.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57788":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ColorReplacer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57789":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ServerSearch.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57790":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTestRunner.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57791":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/Explorer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57792":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTester.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57793":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphDiffer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57794":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTestRunner.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57795":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/StyleEditor.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57796":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser2.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57797":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunner.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57798":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57799":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/StyleEditor.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57800":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser2.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57801":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SearchSourceCode.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57802":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/DropboxBrowser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57803":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57804":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/BootstrapParts.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57805":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextAttributePanel.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57806":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextEditor.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57807":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/IFrameLoader.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57808":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/BootstrapParts.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57809":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/WindowFinder.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57810":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/LivelyTweets.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57811":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextEditor.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57812":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ErrorStackViewer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57813":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/WindowFinder.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57814":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/VerticalSpaceMaker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57815":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/LivelyTweets.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57816":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MethodFinder.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57817":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ClassBrowser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57818":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ModulePart.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57819":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunnerWithDebuggingSupport.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57820":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ModulePart.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57821":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57822":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ColorReplacer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57823":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ServerSearch.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57824":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57825":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTester.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57826":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/Explorer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57827":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTestRunner.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57828":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ColorReplacer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57829":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ServerSearch.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57830":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphDiffer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57831":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/Explorer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57832":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/StyleEditor.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57833":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunner.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57834":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser2.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57835":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphDiffer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57836":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57837":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunner.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57838":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/DropboxBrowser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57839":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SearchSourceCode.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57840":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextAttributePanel.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57841":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/DropboxBrowser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57842":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SearchSourceCode.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57843":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/BootstrapParts.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57844":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/IFrameLoader.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57845":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextEditor.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57846":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextAttributePanel.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57847":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ErrorStackViewer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57848":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/IFrameLoader.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57849":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/WindowFinder.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57850":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/LivelyTweets.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57851":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/VerticalSpaceMaker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57852":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ErrorStackViewer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57853":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MethodFinder.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57854":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ClassBrowser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57855":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/VerticalSpaceMaker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57856":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/CollapsiblePanel.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57857":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserDialog.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57858":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/WordCounter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57859":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/ColorField.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57860":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/MetaNoteText.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57861":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/Text.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57862":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/ColorField.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57863":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/DiffExample.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57864":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserComboBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57865":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/Text.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57866":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/DiffExample.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57867":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/ColorField.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57868":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserComboBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57869":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/StyleEditor1.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57870":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/StyleEditor2.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57871":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/DiffExample.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57872":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/Text.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57873":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VideoCodecTester.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57874":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VideoCodecTester.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57875":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/Cool.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57876":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VideoCodecTester.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57877":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VersionDiffer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57878":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/SAPLogo.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57879":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VersionDiffer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57880":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/CollapsiblePanel.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57881":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserDialog.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57882":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/CollapsiblePanel.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57883":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/WordCounter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57884":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VersionDiffer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57885":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/WordCounter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57886":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/BloomFilter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57887":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/Prototype%20Inheritance.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57888":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/BloomFilter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57889":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/ExampleSWDObject%20%20%20%20.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57890":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/Prototype%20Inheritance.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57891":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/ExampleSWDObject%20%20%20%20.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57892":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/BloomFilter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57893":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/Prototype%20Inheritance.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57894":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/ExampleSWDObject%20%20%20%20.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57895":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONPrinter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57896":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Timer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57897":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Timer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57898":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONPrinter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57899":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Timer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57900":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Iterator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57901":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Iterator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57902":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Iterator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57903":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONConverter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57904":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/TimerWithDisplay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57905":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/DistributedDoit.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57906":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONConverter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57907":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/DistributedDoit.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57908":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/TimerWithDisplay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57909":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONConverter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57910":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/DistributedDoit.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57911":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/TimerWithDisplay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57912":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONPrinter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57913":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommitMessageTest.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57914":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestEllipse.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57915":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/JensContent.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57916":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestObjectDice.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57917":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommitMessageTest.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57918":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestEllipse.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57919":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/GetSelectionTest.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57920":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/GetSelectionTest.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57921":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/JensContent.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57922":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestObjectDice.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57923":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/GetSelectionTest.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57924":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/JensContent.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57925":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommitMessageTest.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57926":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestEllipse.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57927":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestObjectDice.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57928":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/GrabbingControl.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57929":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/DraggingControl.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57930":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/GrabbingControl.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57931":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/DraggingControl.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57932":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/DraggingControl.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57933":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/GrabbingControl.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57934":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/DatabaseContainer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57935":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataBrowser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57936":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataSource.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57937":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataBrowser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57938":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/SQLiteViewer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57939":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/SQLiteViewer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57940":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/DatabaseContainer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57941":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/DatabaseContainer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57942":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataSource.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57943":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/SQLiteViewer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57944":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataSource.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57945":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataBrowser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57946":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TouchMenu.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57947":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/WorldMenu.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57948":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/SearchField.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57949":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/LoadingMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57950":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/WorldMenu.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57951":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Text.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57952":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/LoadingMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57953":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PartsBinBrowser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57954":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Text.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57955":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/DoAllButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57956":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PartsBinBrowser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57957":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PrintButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57958":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/DoAllButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57959":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PrintButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57960":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/LoadingMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57961":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Text.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57962":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/DoitButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57963":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Ellipse.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57964":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/DoitButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57965":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PartsBinBrowser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57966":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/DoAllButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57967":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Ellipse.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57968":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PrintButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57969":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/DoitButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57970":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Ellipse.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57971":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ResizeCorner.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57972":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Button.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57973":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ResizeCorner.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57974":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Button.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57975":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ObjectEditor.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57976":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TouchList.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57977":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ObjectEditor.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57978":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TouchList.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57979":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Marker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57980":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ResizeCorner.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57981":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ShadowButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57982":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Button.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57983":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Slider.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57984":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Marker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57985":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/HoldIndicator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57986":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ShadowButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57987":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ObjectEditor.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57988":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Slider.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57989":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/HoldIndicator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57990":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TouchList.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57991":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Marker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57992":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/ShadowButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57993":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TextField.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57994":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/Slider.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57995":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/HoldIndicator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57996":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/SaveButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57997":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TextField.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57998":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/SaveButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"57999":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TextField.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58000":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/SaveButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58001":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PinLessTouchMenu.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58002":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PinLessTouchMenu.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58003":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TouchMenu.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58004":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/SearchField.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58005":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/TouchMenu.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58006":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/SearchField.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58007":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/PinLessTouchMenu.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58008":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPad%20Widgets/WorldMenu.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58009":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/MorphDiffing%20status%20indicator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58010":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ResetButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58011":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/LayoutStyler.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58012":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Styler.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58013":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Flap.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58014":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BorderStyler.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58015":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/VoteMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58016":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/LeftButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58017":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/LayoutStyler.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58018":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/MorphMerger.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58019":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Styler.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58020":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Flap.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58021":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/LeftButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58022":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/MorphMerger.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58023":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ObjectEditorII.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58024":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Mapscript.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58025":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/IPadCar.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58026":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ObjectEditorII.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58027":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Mapscript.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58028":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/a+Button1.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58029":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/a-Button1.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58030":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStory.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58031":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDestroyer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58032":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/HyperCard.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58033":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BeToolButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58034":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/SyncMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58035":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Rectanglewin.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58036":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Blog.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58037":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStory.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58038":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryBoard.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58039":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDestroyer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58040":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/HyperCard.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58041":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/SyncMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58042":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/StartButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58043":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/DatabaseChooser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58044":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDiffViewer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58045":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Ellipse-win.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58046":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Path.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58047":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryBoard.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58048":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/StartButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58049":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDiffViewer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58050":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ColorChooser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58051":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/HCTextField.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58052":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/NameSign.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58053":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Path.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58054":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/coursebtn.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58055":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Toolbar.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58056":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BlogEntry.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58057":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Car.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58058":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Foobar.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58059":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ColorChooser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58060":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/onlineChecker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58061":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/RightButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58062":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/webAppButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58063":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/HCTextField.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58064":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/coursebtn.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58065":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BlogEntry.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58066":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/MorphDiffing%20status%20indicator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58067":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ResetButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58068":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Foobar.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58069":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/onlineChecker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58070":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/RightButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58071":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BorderStyler.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58072":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/webAppButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58073":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/LayoutStyler.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58074":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/VoteMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58075":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Flap.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58076":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Styler.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58077":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ResetButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58078":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BorderStyler.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58079":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/LeftButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58080":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/MorphMerger.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58081":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/VoteMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58082":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ObjectEditorII.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58083":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/IPadCar.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58084":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Mapscript.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58085":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/a+Button1.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58086":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/IPadCar.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58087":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/a-Button1.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58088":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/a+Button1.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58089":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BeToolButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58090":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStory.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58091":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/a-Button1.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58092":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Rectanglewin.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58093":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDestroyer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58094":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/HyperCard.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58095":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Blog.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58096":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/SyncMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58097":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BeToolButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58098":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/DatabaseChooser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58099":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Ellipse-win.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58100":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Rectanglewin.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58101":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryBoard.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58102":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Blog.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58103":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/StartButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58104":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/UserStoryDiffViewer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58105":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Path.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58106":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/DatabaseChooser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58107":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Ellipse-win.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58108":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/NameSign.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58109":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Toolbar.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58110":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ColorChooser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58111":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Car.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58112":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/HCTextField.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58113":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/coursebtn.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58114":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/BlogEntry.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58115":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/NameSign.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58116":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Toolbar.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58117":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Foobar.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58118":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/RightButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58119":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/onlineChecker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58120":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/Car.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58121":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/webAppButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58122":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/LogSearch.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58123":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CPUData.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58124":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/NodeJSControl.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58125":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CPUData.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58126":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/NodeJSControl.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58127":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CommandLine.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58128":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerCommands.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58129":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CPUData.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58130":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CommandLine.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58131":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerCommands.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58132":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/NodeJSControl.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58133":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerPart.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58134":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CommandLine.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58135":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/JSRemoteServerWorkspace.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58136":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerPart.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58137":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerCommands.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58138":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/JSRemoteServerWorkspace.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58139":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/FibonacciPart.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58140":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerPart.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58141":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/JSRemoteServerWorkspace.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58142":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/FibonacciPart.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58143":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/LogSearch.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58144":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/LogSearch.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58145":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/FibonacciPart.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58146":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/SillyClock.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58147":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Windmill.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58148":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Windmill.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58149":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Windmill.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58150":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/HighscoreExample.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58151":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/FrameRateGraph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58152":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/HighscoreExample.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58153":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/FrameRateGraph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58154":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58155":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58156":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/HighscoreExample.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58157":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RedRectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58158":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/FrameRateGraph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58159":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RedRectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58160":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58161":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/KClock.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58162":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RedRectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58163":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/KClock.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58164":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/ArchitectureOverview.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58165":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/ArchitectureOverview.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58166":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CrabsResults.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58167":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/KClock.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58168":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CrabsResults.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58169":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/ArchitectureOverview.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58170":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RotatingStar.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58171":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CurrencyConverter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58172":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/TestWidget.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58173":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CrabsResults.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58174":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RotatingStar.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58175":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CurrencyConverter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58176":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/TestWidget.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58177":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RotatingStar.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58178":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CurrencyConverter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58179":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/LivelyEngine.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58180":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/TestWidget.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58181":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/LivelyEngine.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58182":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/LivelyEngine.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58183":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/SillyClock.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58184":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/SillyClock.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58185":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestObject.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58186":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestObject.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58187":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BPCGrid.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58188":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58189":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/SnapJS.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58190":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58191":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld2.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58192":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/SnapJS.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58193":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld2.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58194":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58195":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/SnapJS.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58196":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld2.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58197":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/VBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58198":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/VBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58199":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TabContainer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58200":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/JournalBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58201":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/VBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58202":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/JournalBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58203":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/JournalBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58204":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/FancyList.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58205":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/FancyList.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58206":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/HBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58207":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/LayoutConfigurator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58208":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58209":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/HBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58210":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/LayoutConfigurator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58211":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/FancyList.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58212":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58213":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane5x5.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58214":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane5x5.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58215":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/LayoutConfigurator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58216":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/HBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58217":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58218":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TabContainer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58219":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane5x5.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58220":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TabContainer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58221":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BPCGrid.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58222":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestObject.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"58223":{"onrestore":{"__isSmartRef__":true,"id":58224},"reloadEverything":{"__isSmartRef__":true,"id":58232},"setSelectedPartItem":{"__isSmartRef__":true,"id":58236},"onLoadFromPartsBin":{"__isSmartRef__":true,"id":58240},"ensureCategories":{"__isSmartRef__":true,"id":58248},"updateCategoriesDictFromPartsBin":{"__isSmartRef__":true,"id":58252},"updateCategoryList":{"__isSmartRef__":true,"id":58256},"defaultPartsBinURL":{"__isSmartRef__":true,"id":58260},"reset":{"__isSmartRef__":true,"id":58264},"setupConnections":{"__isSmartRef__":true,"id":58268},"loadPartsOfCategory":{"__isSmartRef__":true,"id":58272},"removeParts":{"__isSmartRef__":true,"id":58276},"getPartsSpaceForCategory":{"__isSmartRef__":true,"id":58280},"addMorphsForPartItems":{"__isSmartRef__":true,"id":58284},"getURLForCategoryNamed":{"__isSmartRef__":true,"id":58288},"makeUpPartNameFor":{"__isSmartRef__":true,"id":58292},"openPart":{"__isSmartRef__":true,"id":58296},"interactivelyRemoveSelectedPartItem":{"__isSmartRef__":true,"id":58300},"loadAndOpenSelectedPartItem":{"__isSmartRef__":true,"id":58304},"addCategory":{"__isSmartRef__":true,"id":58308},"addCategoryInteractively":{"__isSmartRef__":true,"id":58312},"addExternalCategory":{"__isSmartRef__":true,"id":58316},"removeCategory":{"__isSmartRef__":true,"id":58320},"removeCategoryInteractively":{"__isSmartRef__":true,"id":58324},"interactivelyMoveSelectedPartItem":{"__isSmartRef__":true,"id":58328},"setMetaInfoOfSelectedItem":{"__isSmartRef__":true,"id":58332},"saveCommentForSelectedPartItem":{"__isSmartRef__":true,"id":58336},"addPartsOfCategory":{"__isSmartRef__":true,"id":58340},"onLoadLatest":{"__isSmartRef__":true,"id":58344},"onLoadAll":{"__isSmartRef__":true,"id":58348},"onSearch":{"__isSmartRef__":true,"id":58352},"addPartsFromURLs":{"__isSmartRef__":true,"id":58356},"search":{"__isSmartRef__":true,"id":58360},"showMsg":{"__isSmartRef__":true,"id":58364},"toggleMorePane":{"__isSmartRef__":true,"id":58368},"interactivelyCopySelectedPartItem":{"__isSmartRef__":true,"id":58372},"partsBinUrl":{"__isSmartRef__":true,"id":58376},"partsBinURL":{"__isSmartRef__":true,"id":58380},"commitLogString":{"__isSmartRef__":true,"id":58384},"showCommits":{"__isSmartRef__":true,"id":58388},"setShareLink":{"__isSmartRef__":true,"id":58392},"setSelectedPartVersions":{"__isSmartRef__":true,"id":58396}},"58224":{"varMapping":{"__isSmartRef__":true,"id":58225},"source":"function onrestore() {\n (function(){ this.reloadEverything() }.bind(this)).delay(0)\n}","funcProperties":{"__isSmartRef__":true,"id":58230},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58225":{"this":{"__isSmartRef__":true,"id":52373},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":58226}},"58226":{"$super":{"__isSmartRef__":true,"id":58227}},"58227":{"varMapping":{"__isSmartRef__":true,"id":58228},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":58229},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58228":{"obj":{"__isSmartRef__":true,"id":52373},"name":"onrestore"},"58229":{},"58230":{"timestamp":{"__isSmartRef__":true,"id":58231},"user":"undefined","tags":[]},"58231":{"isSerializedDate":true,"string":"Sat Mar 10 2012 11:25:14 GMT+0100 (Mitteleuropäische Zeit)"},"58232":{"varMapping":{"__isSmartRef__":true,"id":58233},"source":"function reloadEverything() {\n this.setSelectedPartItem(null)\n this.updateCategoriesDictFromPartsBin();\n this.addCategory(\"*latest*\", true);\n this.addCategory(\"*all*\", true);\n this.addCategory(\"*search*\", true);\n}","funcProperties":{"__isSmartRef__":true,"id":58234},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58233":{"this":{"__isSmartRef__":true,"id":52373}},"58234":{"timestamp":{"__isSmartRef__":true,"id":58235},"tags":[]},"58235":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:58 GMT+0100 (Mitteleuropäische Zeit)"},"58236":{"varMapping":{"__isSmartRef__":true,"id":58237},"source":"function setSelectedPartItem(item) {\n this.selectedPartItem = item;\n this.get('selectedPartComment').textString = '';\n this.get('selectedPartVersions').updateList(item ? ['Loading versions...']: []);\n this.get('selectedPartVersions').setSelection(null);\n if (!item) {\n this.get('selectedPartName').textString = 'nothing selected'\n this.get('selectedPartSpaceName').textString = ''\n\treturn;\n }\n this.get('selectedPartName').textString = item.name\n this.get('selectedPartSpaceName').textString = item.partsSpaceName\n\n // load versions\n connect(item, 'partVersions', this, 'setSelectedPartVersions');\n item.loadPartVersions(true);\n\n // load meta info\n connect(item, 'loadedMetaInfo', this, 'setMetaInfoOfSelectedItem');\n \n this.setShareLink(item);\n\n item.loadPartMetaInfo(true);\n}","funcProperties":{"__isSmartRef__":true,"id":58238},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58237":{"this":{"__isSmartRef__":true,"id":52373}},"58238":{"timestamp":{"__isSmartRef__":true,"id":58239},"user":"jenslincke","tags":[]},"58239":{"isSerializedDate":true,"string":"Tue Jan 31 2012 19:34:13 GMT+0100 (Mitteleuropäische Zeit)"},"58240":{"varMapping":{"__isSmartRef__":true,"id":58241},"source":"function onLoadFromPartsBin() {\n $super();\n this.reloadEverything();\n}","funcProperties":{"__isSmartRef__":true,"id":58246},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58241":{"this":{"__isSmartRef__":true,"id":52373},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":58242}},"58242":{"$super":{"__isSmartRef__":true,"id":58243}},"58243":{"varMapping":{"__isSmartRef__":true,"id":58244},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":58245},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58244":{"obj":{"__isSmartRef__":true,"id":52373},"name":"onLoadFromPartsBin"},"58245":{},"58246":{"timestamp":{"__isSmartRef__":true,"id":58247},"tags":[]},"58247":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"58248":{"varMapping":{"__isSmartRef__":true,"id":58249},"source":"function ensureCategories() {\n if (!this.categories)\n this.categories = {uncategorized: 'PartsBin/'};\n}","funcProperties":{"__isSmartRef__":true,"id":58250},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58249":{"this":{"__isSmartRef__":true,"id":52373}},"58250":{"timestamp":{"__isSmartRef__":true,"id":58251},"tags":[]},"58251":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"58252":{"varMapping":{"__isSmartRef__":true,"id":58253},"source":"function updateCategoriesDictFromPartsBin() { \n this.ensureCategories();\n var webR = new WebResource(this.partsBinURL());\n webR.beAsync();\n \n var that = this;\n var callback = function(collections) {\n collections.forEach(function(dir) {\n var unescape = Global.urlUnescape || Global.unescape,\n unescaped = unescape(dir.getURL().filename()),\n name = unescaped.replace(/\\/$/,\"\");\n that.categories[name] = that.partsBinURL().withFilename(unescaped);\n });\n that.updateCategoryList(that.categoryName);\n }\n connect(webR, 'subCollections', {cb: callback}, 'cb', {\n updater: function($upd, value) {\n if (!(this.sourceObj.status && this.sourceObj.status.isDone())) return;\n if (!value) return;\n $upd(value);\n },\n });\n webR.getSubElements();\n}","funcProperties":{"__isSmartRef__":true,"id":58254},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58253":{"this":{"__isSmartRef__":true,"id":52373}},"58254":{"timestamp":{"__isSmartRef__":true,"id":58255},"tags":[]},"58255":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:58 GMT+0100 (Mitteleuropäische Zeit)"},"58256":{"varMapping":{"__isSmartRef__":true,"id":58257},"source":"function updateCategoryList(optCategoryName) {\n this.get('categoryList').updateList(\n\tProperties.own(this.categories).sortBy(function(name) { return name.toLowerCase()}));\n this.get('categoryList').setSelection(optCategoryName)\n}","funcProperties":{"__isSmartRef__":true,"id":58258},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58257":{"this":{"__isSmartRef__":true,"id":52373}},"58258":{"timestamp":{"__isSmartRef__":true,"id":58259},"tags":[]},"58259":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"58260":{"varMapping":{"__isSmartRef__":true,"id":58261},"source":"function defaultPartsBinURL() {\n return new URL(Config.rootPath).withFilename('PartsBin/');\n}","funcProperties":{"__isSmartRef__":true,"id":58262},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58261":{"this":{"__isSmartRef__":true,"id":52373}},"58262":{"timestamp":{"__isSmartRef__":true,"id":58263},"user":"fabian","tags":[]},"58263":{"isSerializedDate":true,"string":"Wed Feb 22 2012 23:39:48 GMT+0100 (Mitteleuropäische Zeit)"},"58264":{"varMapping":{"__isSmartRef__":true,"id":58265},"source":"function reset() {\n this.connections = {toggleMorePane: {}} \n this.setSelectedPartItem(null);\n delete this.categories;\n this.getPartsBinMetaInfo().requiredModules= ['lively.PartsBin', 'apps.DateFormat'] \n this.get('categoryList').updateList([]);\n this.get('partsBinContents').removeAllMorphs();\n this.get('searchText').setTextString(\"\");\n}","funcProperties":{"__isSmartRef__":true,"id":58266},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58265":{"this":{"__isSmartRef__":true,"id":52373}},"58266":{"timestamp":{"__isSmartRef__":true,"id":58267},"user":"jenslincke","tags":[]},"58267":{"isSerializedDate":true,"string":"Tue Jan 31 2012 20:28:27 GMT+0100 (Mitteleuropäische Zeit)"},"58268":{"varMapping":{"__isSmartRef__":true,"id":58269},"source":"function setupConnections() {\n connect(this.closeButton, 'fire', this, 'remove')\n connect(this.addCategoryButton, 'fire', this, 'addCategoryInteractively')\n connect(this.get('removeCategoryButton'), 'fire', this, 'removeCategoryInteractively')\n connect(this.get('categoryList'), 'selection', this, 'categoryName')\n connect(this, 'categoryName', this, 'loadPartsOfCategory')\n\n connect(this.get('partsBinContents'), 'selectedItem', this, 'setSelectedPartItem')\n\n connect(this.get('reloadButton'), \"fire\", this, \"reloadEverything\")\n\n connect(this.get('loadPartButton'), \"fire\", this, \"loadAndOpenSelectedPartItem\")\n\n connect(this.get('removePartButton'), \"fire\", this, \"interactivelyRemoveSelectedPartItem\")\n\n connect(this.get('movePartButton'), \"fire\", this, \"interactivelyMoveSelectedPartItem\")\n connect(this.get('copyPartButton'), \"fire\", this, \"interactivelyCopySelectedPartItem\")\n\n connect(this.get('selectedPartComment'), \"savedTextString\", this, \"saveCommentForSelectedPartItem\")\n}","funcProperties":{"__isSmartRef__":true,"id":58270},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58269":{"this":{"__isSmartRef__":true,"id":52373}},"58270":{"timestamp":{"__isSmartRef__":true,"id":58271},"tags":[]},"58271":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"58272":{"varMapping":{"__isSmartRef__":true,"id":58273},"source":"function loadPartsOfCategory(categoryName) {\n this.removeParts();\n this.setSelectedPartItem(null);\n if (!categoryName) return;\n var webR;\n if (categoryName == \"*all*\") {\n this.showMsg(\"loading all...\");\n webR = new WebResource(this.partsBinURL()).beAsync();\n lively.bindings.connect(webR, 'subDocuments', this, 'onLoadAll');\n webR.getSubElements(10)\n } else if (categoryName == \"*latest*\") {\n this.showMsg(\"loading latest...\");\n webR = new WebResource(this.partsBinURL()).beAsync();\n lively.bindings.connect(webR, 'contentDocument', this, 'onLoadLatest');\n webR.propfind('infinity')\n } else if (categoryName == \"*search*\") {\n this.showMsg(\"searching...\");\n webR = new WebResource(this.partsBinURL()).beAsync();\n lively.bindings.connect(webR, 'subDocuments', this, 'allURLs', {\n converter: function(subDocuments) {\n return subDocuments.invoke('getURL')\n }\n });\n lively.bindings.connect(this, 'allURLs', this, 'onSearch', {\n removeAfterUpdate: true});\n webR.getSubElements(10)\n } else {\n this.addPartsOfCategory(categoryName)\n }\n}","funcProperties":{"__isSmartRef__":true,"id":58274},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58273":{"this":{"__isSmartRef__":true,"id":52373}},"58274":{"timestamp":{"__isSmartRef__":true,"id":58275},"tags":[]},"58275":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:58 GMT+0100 (Mitteleuropäische Zeit)"},"58276":{"varMapping":{"__isSmartRef__":true,"id":58277},"source":"function removeParts() {\n this.get('partsBinContents').submorphs.clone().invoke('remove');\n}","funcProperties":{"__isSmartRef__":true,"id":58278},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58277":{"this":{"__isSmartRef__":true,"id":52373}},"58278":{"timestamp":{"__isSmartRef__":true,"id":58279},"tags":[]},"58279":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"58280":{"varMapping":{"__isSmartRef__":true,"id":58281},"source":"function getPartsSpaceForCategory(categoryName) {\n var url = this.getURLForCategoryNamed(categoryName);\n return lively.PartsBin.partsSpaceWithURL(url);\n}","funcProperties":{"__isSmartRef__":true,"id":58282},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58281":{"this":{"__isSmartRef__":true,"id":52373}},"58282":{"timestamp":{"__isSmartRef__":true,"id":58283},"tags":[]},"58283":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"58284":{"varMapping":{"__isSmartRef__":true,"id":58285},"source":"function addMorphsForPartItems(partItems, doNotSort) {\n this.removeParts();\n if (!doNotSort) {\n partItems = partItems.sortBy(function(ea) {\n return ea.name.toLowerCase() \n });\n }\n\n var pContents = this.get('partsBinContents');\n pContents.stopAddingPartItemsAsync();\n pContents.startAddingPartItems(partItems);\n}","funcProperties":{"__isSmartRef__":true,"id":58286},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58285":{"this":{"__isSmartRef__":true,"id":52373}},"58286":{"timestamp":{"__isSmartRef__":true,"id":58287},"tags":[]},"58287":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:26:53 GMT+0100 (Mitteleuropäische Zeit)"},"58288":{"varMapping":{"__isSmartRef__":true,"id":58289},"source":"function getURLForCategoryNamed(categoryName) {\n this.ensureCategories()\n\n var relative = this.categories[categoryName];\n if (!relative) return null;\n return URL.ensureAbsoluteCodeBaseURL(relative).withRelativePartsResolved()\n}","funcProperties":{"__isSmartRef__":true,"id":58290},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58289":{"this":{"__isSmartRef__":true,"id":52373}},"58290":{"timestamp":{"__isSmartRef__":true,"id":58291},"user":"undefined","tags":[]},"58291":{"isSerializedDate":true,"string":"Sat Mar 10 2012 11:20:59 GMT+0100 (Mitteleuropäische Zeit)"},"58292":{"varMapping":{"__isSmartRef__":true,"id":58293},"source":"function makeUpPartNameFor(name) {\n if (!$morph(name)) return name;\n var i = 2;\n while($morph(name + i)) { i++ }\n return name + i;\n}","funcProperties":{"__isSmartRef__":true,"id":58294},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58293":{"this":{"__isSmartRef__":true,"id":52373}},"58294":{"timestamp":{"__isSmartRef__":true,"id":58295},"tags":[]},"58295":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"58296":{"varMapping":{"__isSmartRef__":true,"id":58297},"source":"function openPart(partMorph) {\n partMorph.setName(this.makeUpPartNameFor(partMorph.getName()));\n lively.morphic.World.current().firstHand().grabMorph(partMorph, null);\n if(partMorph.onCreateFromPartsBin) partMorph.onCreateFromPartsBin();\n partMorph.setPosition(pt(0,0));\n}","funcProperties":{"__isSmartRef__":true,"id":58298},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58297":{"this":{"__isSmartRef__":true,"id":52373}},"58298":{"timestamp":{"__isSmartRef__":true,"id":58299},"tags":[]},"58299":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"58300":{"varMapping":{"__isSmartRef__":true,"id":58301},"source":"function interactivelyRemoveSelectedPartItem(partMorph) {\n var item = this.selectedPartItem;\n if (!item) return;\n this.world().confirm(\"really delete \" + item.name + \" in PartsBin?\", function(answer) {\n\tif (!answer) return;\n\titem.del();\n\tthis.reloadEverything();\n\talertOK(\"deleted \" + item.name);\n }.bind(this))\n}","funcProperties":{"__isSmartRef__":true,"id":58302},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58301":{"this":{"__isSmartRef__":true,"id":52373}},"58302":{"timestamp":{"__isSmartRef__":true,"id":58303},"tags":[]},"58303":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"58304":{"varMapping":{"__isSmartRef__":true,"id":58305},"source":"function loadAndOpenSelectedPartItem(partMorph) {\n var item = this.selectedPartItem;\n if (!item) return;\n connect(item, 'part', this, 'openPart');\n var selectedVersion = this.get('selectedPartVersions').selection,\n\trev = selectedVersion ? selectedVersion.rev : null;\n item.loadPart(true, null, rev);\n alert('loading ' + item.name + '...');\n}","funcProperties":{"__isSmartRef__":true,"id":58306},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58305":{"this":{"__isSmartRef__":true,"id":52373}},"58306":{"timestamp":{"__isSmartRef__":true,"id":58307},"tags":[]},"58307":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"58308":{"varMapping":{"__isSmartRef__":true,"id":58309},"source":"function addCategory(categoryName, doNotUpdate) {\n if (!categoryName.startsWith(\"*\")) {\n var url = this.partsBinURL().withFilename(categoryName);\n this.addExternalCategory(categoryName, url, true);\n } else {\n this.categories[categoryName] = {isSpecialCategory: true};\n if (!doNotUpdate) {\n this.updateCategoryList(categoryName);\n }\n }\n}","funcProperties":{"__isSmartRef__":true,"id":58310},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58309":{"this":{"__isSmartRef__":true,"id":52373}},"58310":{"timestamp":{"__isSmartRef__":true,"id":58311},"tags":[]},"58311":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:58 GMT+0100 (Mitteleuropäische Zeit)"},"58312":{"varMapping":{"__isSmartRef__":true,"id":58313},"source":"function addCategoryInteractively() {\n var partsBin = this, world = this.world();\n world.prompt('Name of new category?', function(categoryName) {\n if (!categoryName || categoryName == '') {\n\t alert('no category created!')\n\t return;\n\t}\n partsBin.addCategory(categoryName)\n });\n}","funcProperties":{"__isSmartRef__":true,"id":58314},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58313":{"this":{"__isSmartRef__":true,"id":52373}},"58314":{"timestamp":{"__isSmartRef__":true,"id":58315},"tags":[]},"58315":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"58316":{"varMapping":{"__isSmartRef__":true,"id":58317},"source":"function addExternalCategory(categoryName, url, createPath) {\n url = url.asDirectory();\n this.categories[categoryName] = url;\n if (createPath) {\n this.getPartsSpaceForCategory(categoryName).ensureExistance();\n }\n this.updateCategoryList(categoryName)\n}","funcProperties":{"__isSmartRef__":true,"id":58318},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58317":{"this":{"__isSmartRef__":true,"id":52373}},"58318":{"timestamp":{"__isSmartRef__":true,"id":58319},"tags":[]},"58319":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"58320":{"varMapping":{"__isSmartRef__":true,"id":58321},"source":"function removeCategory(categoryName) {\n var url = this.getURLForCategoryNamed(categoryName);\n if (!url) {\n alert('No category ' + categoryName + ' exists! Doing nothing')\n\treturn;\n }\n var webR = new WebResource(url);\n if (!webR.exists()) {\n alert('Does not exist: ' + url);\n\tdelete this.categories[categoryName];\n\tlively.PartsBin.removePartsSpace(name);\n\tthis.updateCategoryList();\n\treturn\n }\n webR.getSubElements()\n if (!webR.subDocuments || webR.subDocuments.length > 0 ||\n !webR.subCollections || webR.subCollections.length > 0) {\n alert('Will not remove directory ' + url + ' because it is not empty')\n } else {\n webR.del();\n alertOK('Removed ' + categoryName + ' url ' + url);\n }\n delete this.categories[categoryName];\n lively.PartsBin.removePartsSpace(name);\n this.updateCategoryList();\n}","funcProperties":{"__isSmartRef__":true,"id":58322},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58321":{"this":{"__isSmartRef__":true,"id":52373}},"58322":{"timestamp":{"__isSmartRef__":true,"id":58323},"tags":[]},"58323":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"58324":{"varMapping":{"__isSmartRef__":true,"id":58325},"source":"function removeCategoryInteractively() {\n var partsBin = this, world = this.world();\n world.confirm('Really remove ' + this.categoryName + '?', function(result) {\n\tif (!result) {\n\t alert('no category removed!')\n\t return;\n\t}\n\tpartsBin.removeCategory(partsBin.categoryName)\n });\t\n}","funcProperties":{"__isSmartRef__":true,"id":58326},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58325":{"this":{"__isSmartRef__":true,"id":52373}},"58326":{"timestamp":{"__isSmartRef__":true,"id":58327},"tags":[]},"58327":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"58328":{"varMapping":{"__isSmartRef__":true,"id":58329},"source":"function interactivelyMoveSelectedPartItem(partMorph) {\n var partItem = this.selectedPartItem, categories = this.categories, self = this;\n if (!partItem) { alert('no item selected'); return }\n var items = Properties.own(categories).sort()\n .reject(function(ea) { return ea.startsWith(\"*\") || ea === self. categoryName})\n .collect(function(catName) {\n return [catName, function() {\n var url = new URL(categories[catName]);\n var partsSpace = lively.PartsBin.partsSpaceWithURL(url)\n partItem.moveToPartsSpace(partsSpace);\n self.reloadEverything();\n alertOK('Moved ' + partItem.name + ' to ' + url);\n }]\n })\n lively.morphic.Menu.openAtHand('Select category', items);\n}","funcProperties":{"__isSmartRef__":true,"id":58330},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58329":{"this":{"__isSmartRef__":true,"id":52373}},"58330":{"timestamp":{"__isSmartRef__":true,"id":58331},"user":"robertkrahn","tags":[]},"58331":{"isSerializedDate":true,"string":"Thu Jul 07 2011 16:13:12 GMT+0200 (Mitteleuropäische Sommerzeit)"},"58332":{"varMapping":{"__isSmartRef__":true,"id":58333},"source":"function setMetaInfoOfSelectedItem(metaInfo) {\n var comment = (metaInfo && metaInfo.getComment()) ||\n 'No comment yet';\n this.get('CommitLog').setTextString(this.commitLogString(metaInfo))\n\n\n this.get('selectedPartComment').textString = comment;\n}","funcProperties":{"__isSmartRef__":true,"id":58334},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58333":{"this":{"__isSmartRef__":true,"id":52373}},"58334":{"timestamp":{"__isSmartRef__":true,"id":58335},"user":"jenslincke","tags":[]},"58335":{"isSerializedDate":true,"string":"Tue Jan 31 2012 20:15:25 GMT+0100 (Mitteleuropäische Zeit)"},"58336":{"varMapping":{"__isSmartRef__":true,"id":58337},"source":"function saveCommentForSelectedPartItem(comment) {\n if (!this.selectedPartItem) {\n\talert('no part item selected!')\n\treturn;\n }\n var metaInfo = this.selectedPartItem.getMetaInfo();\n metaInfo.setComment(comment);\n this.selectedPartItem.uploadMetaInfoOnly();\n}","funcProperties":{"__isSmartRef__":true,"id":58338},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58337":{"this":{"__isSmartRef__":true,"id":52373}},"58338":{"timestamp":{"__isSmartRef__":true,"id":58339},"tags":[]},"58339":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:26:53 GMT+0100 (Mitteleuropäische Zeit)"},"58340":{"varMapping":{"__isSmartRef__":true,"id":58341},"source":"function addPartsOfCategory(categoryName) {\n var partsSpace = this.getPartsSpaceForCategory(categoryName);\n connect(partsSpace, 'partItems', this, 'addMorphsForPartItems', {\n\tconverter: function(partItemObj) { return Properties.ownValues(partItemObj) }})\n partsSpace.load(true);\n}","funcProperties":{"__isSmartRef__":true,"id":58342},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58341":{"this":{"__isSmartRef__":true,"id":52373}},"58342":{"timestamp":{"__isSmartRef__":true,"id":58343},"tags":[]},"58343":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"58344":{"varMapping":{"__isSmartRef__":true,"id":58345},"source":"function onLoadLatest(propfindXML) {\n var rawNodes = new Query(\"/D:multistatus/D:response\").findAll(propfindXML.documentElement);\n\n var svnVersionInfos = rawNodes.map(function(rawNode) { return SVNVersionInfo.fromPropfindNode(rawNode) });\n\n var top20 = svnVersionInfos\n .select(function(ea) { return ea.url.endsWith(\".json\")})\n .sortBy(function(ea) { return ea.rev}).reverse().slice(0,20);\n var top20URLs = top20.collect(function(ea) { \n return new URL(\"http://\" + URL.codeBase.hostname + ea.url)})\n \n this.addPartsFromURLs(top20URLs) \n}","funcProperties":{"__isSmartRef__":true,"id":58346},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58345":{"this":{"__isSmartRef__":true,"id":52373}},"58346":{"timestamp":{"__isSmartRef__":true,"id":58347},"tags":[]},"58347":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"58348":{"varMapping":{"__isSmartRef__":true,"id":58349},"source":"function onLoadAll(subDocuments) {\n // alertOK(\"load all \" + subDocuments.length)\n var all = subDocuments.invoke('getURL')\n .select(function(ea) {return ea.filename().endsWith(\".json\")})\n .sortBy(function(ea) {return ea.filename()});\n \n this.addPartsFromURLs(all) \n}","funcProperties":{"__isSmartRef__":true,"id":58350},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58349":{"this":{"__isSmartRef__":true,"id":52373}},"58350":{"timestamp":{"__isSmartRef__":true,"id":58351},"tags":[]},"58351":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:38:18 GMT+0100 (Mitteleuropäische Zeit)"},"58352":{"varMapping":{"__isSmartRef__":true,"id":58353},"source":"function onSearch(allPartURLs) {\n var searchString = this.get('searchText').textString;\n var matchingPartURLs = allPartURLs\n .select(function(ea) {return new RegExp(searchString, 'i').test(ea.filename())})\n .sortBy(function(ea) {return ea.filename()});\n this.addPartsFromURLs(matchingPartURLs) \n if (matchingPartURLs.length == 0)\n this.showMsg(\"nothing found for '\" + searchString + \"'\")\n}","funcProperties":{"__isSmartRef__":true,"id":58354},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58353":{"this":{"__isSmartRef__":true,"id":52373}},"58354":{"timestamp":{"__isSmartRef__":true,"id":58355},"user":"lauritz","tags":[]},"58355":{"isSerializedDate":true,"string":"Mon Dec 19 2011 19:59:19 GMT+0100 (Mitteleuropäische Zeit)"},"58356":{"varMapping":{"__isSmartRef__":true,"id":58357},"source":"function addPartsFromURLs(urls) {\n var partsBin = this,\n partItems = [];\n\n urls.forEach(function(ea) {\n var partPath = ea.relativePathFrom(URL.codeBase.withFilename(\"../\")),\n match = partPath.match(/(.*\\/)(.*).json/);\n if (match)\n partItems.push(lively.PartsBin.getPartItem(match[2], match[1]));\n });\n partsBin.addMorphsForPartItems(partItems, true);\n\n}","funcProperties":{"__isSmartRef__":true,"id":58358},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58357":{"this":{"__isSmartRef__":true,"id":52373}},"58358":{"timestamp":{"__isSmartRef__":true,"id":58359},"user":"jenslincke","tags":[]},"58359":{"isSerializedDate":true,"string":"Thu Feb 23 2012 18:39:54 GMT+0100 (Mitteleuropäische Zeit)"},"58360":{"varMapping":{"__isSmartRef__":true,"id":58361},"source":"function search(searchString) {\n this.get('categoryList').setSelection(\"*search*\");\n}","funcProperties":{"__isSmartRef__":true,"id":58362},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58361":{"this":{"__isSmartRef__":true,"id":52373}},"58362":{"timestamp":{"__isSmartRef__":true,"id":58363},"tags":[]},"58363":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (Mitteleuropäische Zeit)"},"58364":{"varMapping":{"__isSmartRef__":true,"id":58365},"source":"function showMsg(string) {\n var label = new lively.morphic.Text(new Rectangle(0,0,200,30), string);\n label.applyStyle({fill: null, borderWidth: 0})\n this.get('partsBinContents').addMorph(label)\n}","funcProperties":{"__isSmartRef__":true,"id":58366},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58365":{"this":{"__isSmartRef__":true,"id":52373}},"58366":{"timestamp":{"__isSmartRef__":true,"id":58367},"user":"lauritz","tags":[]},"58367":{"isSerializedDate":true,"string":"Mon Dec 19 2011 19:59:19 GMT+0100 (Mitteleuropäische Zeit)"},"58368":{"varMapping":{"__isSmartRef__":true,"id":58369},"source":"function toggleMorePane() {\n var pane = this.get('morePane');\n moveOffset = pane.getExtent().withY(0),\n steps = 5, timePerStep = 10,\n btn = pane.get('moreButton');\n if (pane.isVisible()) {\n var dest = pane.getPosition().addPt(moveOffset.negated());\n pane.animatedInterpolateTo(dest, steps, timePerStep, function() {\n btn.setLabel('more')\n pane.setVisible(false)\n });\n\n } else {\n btn.setLabel('hide')\n pane.setVisible(true)\n this.addMorphBack(pane);\n pane.align(\n pane.bounds().topRight(), \n this.get('partsBinContents').bounds().topRight());\n // move it so that it is completely visible\n var dest = pane.getPosition().addPt(moveOffset);\n pane.animatedInterpolateTo(dest, steps, timePerStep, Functions.Null);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":58370},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58369":{"this":{"__isSmartRef__":true,"id":52373}},"58370":{"timestamp":{"__isSmartRef__":true,"id":58371},"user":"lauritz","tags":[]},"58371":{"isSerializedDate":true,"string":"Mon Dec 19 2011 19:59:19 GMT+0100 (Mitteleuropäische Zeit)"},"58372":{"varMapping":{"__isSmartRef__":true,"id":58373},"source":"function interactivelyCopySelectedPartItem(partMorph) {\n // FIXME duplication with interactivelyMoveSelectedPartItem\n var partItem = this.selectedPartItem, categories = this.categories, self = this;\n if (!partItem) { alert('no item selected'); return }\n var items = Properties.own(categories).sort()\n .reject(function(ea) { return ea.startsWith(\"*\") || ea === self. categoryName})\n .collect(function(catName) {\n return [catName, function() {\n var url = new URL(categories[catName]);\n var partsSpace = lively.PartsBin.partsSpaceWithURL(url)\n partItem.copyToPartsSpace(partsSpace);\n alertOK('Copied ' + partItem.name + ' to ' + url);\n }]\n })\n lively.morphic.Menu.openAtHand('Select category', items);\n}","funcProperties":{"__isSmartRef__":true,"id":58374},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58373":{"this":{"__isSmartRef__":true,"id":52373}},"58374":{"timestamp":{"__isSmartRef__":true,"id":58375},"user":"robertkrahn","tags":[]},"58375":{"isSerializedDate":true,"string":"Thu Jul 07 2011 16:13:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"58376":{"varMapping":{"__isSmartRef__":true,"id":58377},"source":"function partsBinUrl() {\n if (this.url) {\n return url;\n }\n return this.partsBinURL();\n}","funcProperties":{"__isSmartRef__":true,"id":58378},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58377":{"this":{"__isSmartRef__":true,"id":52373}},"58378":{"timestamp":{"__isSmartRef__":true,"id":58379},"tags":[]},"58379":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:58 GMT+0100 (Mitteleuropäische Zeit)"},"58380":{"varMapping":{"__isSmartRef__":true,"id":58381},"source":"function partsBinURL() {\n if (this.url) {\n return this.url;\n }\n return this.defaultPartsBinURL();\n}","funcProperties":{"__isSmartRef__":true,"id":58382},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58381":{"this":{"__isSmartRef__":true,"id":52373}},"58382":{"timestamp":{"__isSmartRef__":true,"id":58383},"tags":[]},"58383":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:06 GMT+0100 (Mitteleuropäische Zeit)"},"58384":{"varMapping":{"__isSmartRef__":true,"id":58385},"source":"function commitLogString(metaInfo) {\n if (!metaInfo.changes) return \"\";\n return metaInfo.changes\n .reverse()\n .collect(function(ea) {\n return Strings.format(\"%s %s: \\n %s\\n\",\n ea.date.format(\"yyyy-mm-dd HH:MM\") , \n ea.author, (ea.message || \"no comment\"));\n })\n .join('');\n}","funcProperties":{"__isSmartRef__":true,"id":58386},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58385":{"this":{"__isSmartRef__":true,"id":52373}},"58386":{"timestamp":{"__isSmartRef__":true,"id":58387},"user":"jenslincke","tags":[]},"58387":{"isSerializedDate":true,"string":"Tue Jan 31 2012 20:19:05 GMT+0100 (Mitteleuropäische Zeit)"},"58388":{"varMapping":{"__isSmartRef__":true,"id":58389},"source":"function showCommits() {\n if (!this.selectedPartItem) {\n alert('nothing selected');\n return;\n }\n var metaInfo = this.selectedPartItem.loadedMetaInfo;\n this.world().addTextWindow({\n title: 'Commits of ' + metaInfo.partName,\n content: this.commitLogString(metaInfo)\n });\n}","funcProperties":{"__isSmartRef__":true,"id":58390},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58389":{"this":{"__isSmartRef__":true,"id":52373}},"58390":{"timestamp":{"__isSmartRef__":true,"id":58391},"user":"robertkrahn","tags":[]},"58391":{"isSerializedDate":true,"string":"Mon Jan 23 2012 19:20:49 GMT+0100 (Mitteleuropäische Zeit)"},"58392":{"varMapping":{"__isSmartRef__":true,"id":58393},"source":"function setShareLink(partItem) {\n var linkText = this.get('shareLink');\n linkText.setTextString('Share Link');\n var url = 'http://www.lively-kernel.org/viral?part='\n + partItem.name + '&path=' + partItem.partsSpaceName;\n linkText.emphasizeAll({uri: url});\n}","funcProperties":{"__isSmartRef__":true,"id":58394},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58393":{"this":{"__isSmartRef__":true,"id":52373}},"58394":{"timestamp":{"__isSmartRef__":true,"id":58395},"user":"robertkrahn","tags":[]},"58395":{"isSerializedDate":true,"string":"Mon Jan 23 2012 19:45:42 GMT+0100 (Mitteleuropäische Zeit)"},"58396":{"varMapping":{"__isSmartRef__":true,"id":58397},"source":"function setSelectedPartVersions(versions) {\n // alertOK(\"set versions:\" + versions.length)\n var list = versions.collect(function(ea) {\n return { \n string: '' + ea.date.format(\"yyyy-mm-dd HH:MM\") \n + \" \" + ea.author + \" (\" + ea.rev + \")\", \n value: ea, isListItem: true}\n })\n this.get('selectedPartVersions').updateList(list)\n}","funcProperties":{"__isSmartRef__":true,"id":58398},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"58397":{"this":{"__isSmartRef__":true,"id":52373}},"58398":{"timestamp":{"__isSmartRef__":true,"id":58399},"user":"jenslincke","tags":[]},"58399":{"isSerializedDate":true,"string":"Tue Jan 31 2012 20:06:52 GMT+0100 (Mitteleuropäische Zeit)"},"58400":{"source":{"__isSmartRef__":true,"id":26167},"target":{"__isSmartRef__":true,"id":52373}},"58401":{"converter":{"__isSmartRef__":true,"id":58402}},"58402":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":58400},"source":"function (partItemObj) { return Properties.ownValues(partItemObj) }","funcProperties":{"__isSmartRef__":true,"id":58403},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"58403":{},"58404":{"sourceObj":{"__isSmartRef__":true,"id":26167},"sourceAttrName":"partItems","targetObj":{"__isSmartRef__":true,"id":7498},"targetMethodName":"addMorphsForPartItems","converterString":"function (partItemObj) { return Properties.ownValues(partItemObj) }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":58405},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":58406},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"58405":{"source":{"__isSmartRef__":true,"id":26167},"target":{"__isSmartRef__":true,"id":7498}},"58406":{"converter":{"__isSmartRef__":true,"id":58407}},"58407":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":58405},"source":"function (partItemObj) { return Properties.ownValues(partItemObj) }","funcProperties":{"__isSmartRef__":true,"id":58408},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"58408":{},"58409":{"name":"PartsBin/BP2012/","partItems":{"__isSmartRef__":true,"id":58410},"attributeConnections":[{"__isSmartRef__":true,"id":58469},{"__isSmartRef__":true,"id":58474},{"__isSmartRef__":true,"id":58479},{"__isSmartRef__":true,"id":58484},{"__isSmartRef__":true,"id":58489}],"doNotSerialize":["$$partItems"],"doNotCopyProperties":["$$partItems"],"__LivelyClassName__":"lively.PartsBin.PartsSpace","__SourceModuleName__":"Global.lively.PartsBin"},"58410":{"WorldMenu":{"__isSmartRef__":true,"id":58411},"Styler":{"__isSmartRef__":true,"id":58412},"Flap":{"__isSmartRef__":true,"id":58413},"MorphMerger":{"__isSmartRef__":true,"id":58414},"PingTool":{"__isSmartRef__":true,"id":58415},"SBahn":{"__isSmartRef__":true,"id":58416},"ObjectEditorII":{"__isSmartRef__":true,"id":58417},"TicketExample":{"__isSmartRef__":true,"id":58418},"Mapscript":{"__isSmartRef__":true,"id":58419},"WhiteBoardSVG":{"__isSmartRef__":true,"id":58420},"Playfield":{"__isSmartRef__":true,"id":58421},"AlmostRealSyncProfiling":{"__isSmartRef__":true,"id":58422},"ObjectEditorTool":{"__isSmartRef__":true,"id":58423},"ObjectEditor":{"__isSmartRef__":true,"id":58424},"UserStory":{"__isSmartRef__":true,"id":58445},"UserStoryDestroyer":{"__isSmartRef__":true,"id":58446},"HyperCard":{"__isSmartRef__":true,"id":58447},"SyncMorph":{"__isSmartRef__":true,"id":58448},"ExampleApplicationForPoster":{"__isSmartRef__":true,"id":58449},"UserStoryBoard":{"__isSmartRef__":true,"id":58450},"WhiteBoardSocketIO":{"__isSmartRef__":true,"id":58451},"UserStoryDiffViewer":{"__isSmartRef__":true,"id":58452},"HCTextField":{"__isSmartRef__":true,"id":58453},"BlogEntry":{"__isSmartRef__":true,"id":58454},"onlineChecker":{"__isSmartRef__":true,"id":58455},"webAppButton":{"__isSmartRef__":true,"id":58456},"DiffingExample":{"__isSmartRef__":true,"id":58457},"VoteMorph":{"__isSmartRef__":true,"id":58458},"WhiteboardSync":{"__isSmartRef__":true,"id":58459},"WhiteBoard":{"__isSmartRef__":true,"id":58460},"Arrow":{"__isSmartRef__":true,"id":58461},"AlmostRealSync":{"__isSmartRef__":true,"id":58462},"BeToolButton":{"__isSmartRef__":true,"id":58463},"Blog":{"__isSmartRef__":true,"id":58464},"DatabaseChooser":{"__isSmartRef__":true,"id":58465},"LayoutExample":{"__isSmartRef__":true,"id":58466},"GlobalLogger":{"__isSmartRef__":true,"id":58467},"Toolbar":{"__isSmartRef__":true,"id":58468}},"58411":{"partsSpaceName":"PartsBin/BP2012/","name":"WorldMenu","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58412":{"partsSpaceName":"PartsBin/BP2012/","name":"Styler","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58413":{"partsSpaceName":"PartsBin/BP2012/","name":"Flap","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58414":{"partsSpaceName":"PartsBin/BP2012/","name":"MorphMerger","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58415":{"partsSpaceName":"PartsBin/BP2012/","name":"PingTool","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58416":{"partsSpaceName":"PartsBin/BP2012/","name":"SBahn","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58417":{"partsSpaceName":"PartsBin/BP2012/","name":"ObjectEditorII","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58418":{"partsSpaceName":"PartsBin/BP2012/","name":"TicketExample","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58419":{"partsSpaceName":"PartsBin/BP2012/","name":"Mapscript","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58420":{"partsSpaceName":"PartsBin/BP2012/","name":"WhiteBoardSVG","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58421":{"partsSpaceName":"PartsBin/BP2012/","name":"Playfield","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58422":{"partsSpaceName":"PartsBin/BP2012/","name":"AlmostRealSyncProfiling","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58423":{"partsSpaceName":"PartsBin/BP2012/","name":"ObjectEditorTool","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58424":{"partsSpaceName":"PartsBin/BP2012/","name":"ObjectEditor","json":"{\"id\":0,\"registry\":{\"0\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1},{\"__isSmartRef__\":true,\"id\":41},{\"__isSmartRef__\":true,\"id\":208}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2295},\"id\":\"150E9D64-E36F-4F60-B8FB-58C99CC02DB7\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2300},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2301},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":2302},\"LK2\":true,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2303},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":208},\"titleBar\":{\"__isSmartRef__\":true,\"id\":41},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":2304},\"collapsedTransform\":{\"__isSmartRef__\":true,\"id\":2305},\"collapsedExtent\":{\"__isSmartRef__\":true,\"id\":2306},\"expandedTransform\":{\"__isSmartRef__\":true,\"id\":2307},\"expandedExtent\":{\"__isSmartRef__\":true,\"id\":2308},\"ignoreEventsOnExpand\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":2309},\"name\":\"ObjectEditor\",\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":2438},\"highlighted\":false,\"cameForward\":false,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"expandedPosition\":{\"__isSmartRef__\":true,\"id\":2439},\"collapsedPosition\":{\"__isSmartRef__\":true,\"id\":2440},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isBeingDragged\":false,\"prevScroll\":[0,0],\"minSize\":{\"__isSmartRef__\":true,\"id\":2441},\"minExtent\":{\"__isSmartRef__\":true,\"id\":2442},\"isCopyMorphRef\":true,\"morphRefId\":3,\"derivationIds\":[205,\"2951753B-EB95-4093-A0DD-249E83AC2204\",\"A32DE788-E06D-492C-B2E6-19C3710B5AE0\",\"96D56291-98FB-42C4-A247-0A20B4183B14\",\"1E6BCC46-3FE3-4950-AE50-9751458F7E18\",\"22248328-5B04-4E39-ADDE-460C107C790F\",\"2F4F6161-9F4C-469E-AF56-24765FF03B72\",\"88EF08D5-C1E7-4B5B-B393-FFF5921009D7\",\"FF731ED6-5217-4053-9B85-77F1BF344BF3\",\"496332F8-A328-4625-A7D5-0DCE90C3D2AE\",\"E57F1D4E-AE08-4CAA-A62D-4E69FC0BFF47\",\"94783CDE-55B0-4198-8477-C0756F2C812F\",\"F03206B8-2964-470C-A335-FF321C7743E5\",\"C60ABA94-4D2A-4524-9239-9B7EA074A0B5\",\"D3FBB0FA-2BFF-4D8C-9632-41EEEDB053AE\",\"FDF9A68D-1149-4666-9946-600CCA238B76\",\"118B9F76-0089-47CC-9C18-9F9FF646339B\",\"B0FFB231-7805-4F89-B4B3-4ACD87687613\",\"76631A8F-F752-4DB8-93ED-1496BC458DF0\",\"04D3062E-744B-4E3D-8B25-5602772A307B\",\"89687ECD-A53A-4C95-B6E8-235EBB9198E9\",\"0A43B411-B372-494A-9237-1B2F103DEA7F\",\"D84EDE6D-62C6-4772-A606-6D16ECE2EACE\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":2443},\"moved\":true,\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1.03,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":2444},\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"1\":{\"submorphs\":[],\"scripts\":[],\"id\":\"107096D2-9B44-40B9-B9EC-D224A8E3CF64\",\"shape\":{\"__isSmartRef__\":true,\"id\":2},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":9},\"showsHalos\":false,\"name\":\"ResizeCorner4\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":10},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"__layered_draggingEnabled__\":true,\"dragStartPoint\":null,\"originalExtent\":{\"__isSmartRef__\":true,\"id\":11},\"originalTargetExtent\":null,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":12},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":13},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":14},\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":15},\"isCopyMorphRef\":true,\"morphRefId\":164,\"prevScroll\":[0,0],\"derivationIds\":[227,\"83D58336-D35B-44FB-9AB1-4467EC058CFA\",\"0141EF2D-898D-4A88-93BF-1B9FEE7E56E6\",\"F343780D-46A1-490F-8347-08939D52329C\",\"DCD3B012-B22F-4037-B24A-FCF858D154D4\",\"E6EDFE95-F114-4F7E-84D5-60B3212BC420\",\"D39E5489-4C7C-4BB7-8D11-83F82F09FF84\",\"B262116A-CEFD-4CEF-AAE0-BE2BED9E7CAF\",\"C289A2CC-E646-4E9C-8715-EAECD92D3C9B\",\"6596C37A-0FA3-441B-87A8-14A6496C6A1C\",\"9BA1ABBC-4195-4B48-8D5C-680E4B57802D\",\"ECCB7823-3C66-42F2-AF0D-71D4BB066366\",\"27021602-5080-41C9-90D6-29FA6E1C12E7\",\"6D098B01-3779-46A2-811A-07B035970C89\",\"5B2B7668-A71F-4123-ACF0-54EC44AF40BF\",\"91F121EF-0A48-4F3C-9D6E-676727E6BE47\",\"B2204956-B9D3-45E2-A5E5-C775FDF24ACC\",\"75F56068-8646-41D2-899F-94DE5CEF3263\",\"8189ED29-38FA-4DF8-8C08-D1956D240917\",\"506C8857-B65B-4EF9-8970-8DA8BC1A7077\",\"E5262413-3A41-4EFB-B2FF-8CC3641D1147\",\"CB46EFD5-F8F8-4B9A-9B05-BD728EA0D34F\",\"EDE76952-CCDA-432A-B217-CF5F19A20370\"],\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":16},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"2\":{\"position\":{\"__isSmartRef__\":true,\"id\":3},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5},\"_Fill\":{\"__isSmartRef__\":true,\"id\":6},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":8},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4\":{\"x\":13,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5\":{\"r\":0.568,\"g\":0.568,\"b\":0.568,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6\":{\"r\":0.258,\"g\":0.258,\"b\":0.258,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"7\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"8\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"9\":{\"x\":1012.0000000000005,\"y\":571,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"10\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"idOnLoad\":\"107096D2-9B44-40B9-B9EC-D224A8E3CF64\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"11\":{\"x\":239,\"y\":138,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"12\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"13\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"14\":{\"x\":42.327599102410886,\"y\":-22.830104041830054,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"15\":{\"x\":12,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"16\":{\"onDrag\":{\"__isSmartRef__\":true,\"id\":17},\"onDragEnd\":{\"__isSmartRef__\":true,\"id\":25},\"onDragStart\":{\"__isSmartRef__\":true,\"id\":33}},\"17\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":18},\"source\":\"function onDrag(evt) {\\n var moveDelta = evt.mousePoint.subPt(this.dragStartPoint)\\n if (evt.isShiftDown()) {\\n var maxDelta = Math.max(moveDelta.x, moveDelta.y);\\n\\tmoveDelta = pt(maxDelta, maxDelta);\\n }\\n this.owner.setExtent(this.originalTargetExtent.addPt(moveDelta));\\n this.align(this.bounds().bottomRight(), this.owner.getExtent())\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":23},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"18\":{\"this\":{\"__isSmartRef__\":true,\"id\":1},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":19}},\"19\":{\"$super\":{\"__isSmartRef__\":true,\"id\":20}},\"20\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":21},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":22},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"21\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1},\"name\":\"onDrag\"},\"22\":{},\"23\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":24},\"user\":\"lauritz\"},\"24\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 05:05:30 GMT+0100 (Mitteleuropäische Zeit)\"},\"25\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":26},\"source\":\"function onDragEnd(evt) {\\n this.dragStartPoint = null;\\n this.originalTargetExtent = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":31},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"26\":{\"this\":{\"__isSmartRef__\":true,\"id\":1},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":27}},\"27\":{\"$super\":{\"__isSmartRef__\":true,\"id\":28}},\"28\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":29},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":30},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"29\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1},\"name\":\"onDragEnd\"},\"30\":{},\"31\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":32},\"user\":\"lauritz\"},\"32\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 05:05:30 GMT+0100 (Mitteleuropäische Zeit)\"},\"33\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":34},\"source\":\"function onDragStart(evt) {\\n this.dragStartPoint = evt.mousePoint;\\n this.originalTargetExtent = this.owner.getExtent();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":39},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"34\":{\"this\":{\"__isSmartRef__\":true,\"id\":1},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":35}},\"35\":{\"$super\":{\"__isSmartRef__\":true,\"id\":36}},\"36\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":37},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":38},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"37\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1},\"name\":\"onDragStart\"},\"38\":{},\"39\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":40},\"user\":\"lauritz\"},\"40\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 05:05:35 GMT+0100 (Mitteleuropäische Zeit)\"},\"41\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":42},{\"__isSmartRef__\":true,\"id\":58},{\"__isSmartRef__\":true,\"id\":107},{\"__isSmartRef__\":true,\"id\":153}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":191},\"id\":\"F72C25D9-C2C2-4605-8601-F4BDA5C5894C\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":202},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":203},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":204},\"_Position\":{\"__isSmartRef__\":true,\"id\":205},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":0},\"label\":{\"__isSmartRef__\":true,\"id\":42},\"closeButton\":{\"__isSmartRef__\":true,\"id\":58},\"menuButton\":{\"__isSmartRef__\":true,\"id\":107},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":153},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":206},\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"prevScroll\":[0,0],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"derivationIds\":[228,\"084DFF55-BC61-4772-8BF7-F6A87C08DE9F\",\"D22EFB93-AC9B-4FCE-9464-3B314FFA4C11\",\"A5F9692A-C657-42B0-B8AA-D2E922A1DE8D\",\"C47683FE-BA01-4AAB-BDE0-4862C049BCE7\",\"BD427B66-7BE7-4205-84EC-825840E59F49\",\"9C39A352-DBDD-48CE-BEB0-99806EDB5253\",\"E813CB65-A28C-4433-BBE5-EB70FBBB3289\",\"33484DF7-DDF3-465F-96EE-215BEC4B3FAD\",\"F96A68D7-1FC3-472C-BADB-56A6682C39E1\",\"817A94F6-2E25-4C40-9602-8B67B1078AAA\",\"2E8EBC07-1155-469B-BFFC-11C498DCC0A1\",\"FCBF2B5C-35B5-47CB-9184-3E1943DD9898\",\"7492FC87-6C18-4F4E-9D77-44DA5F83A458\",\"7FCB8A47-9567-494E-9413-88D13A955736\",\"DD21FC02-8A2F-4CA6-84C0-CEBF0851C41E\",\"CB786813-3A97-4AAA-9264-F52F6020D029\",\"A30DDD23-6D03-4EE7-B98B-4E494F72481C\",\"E46F8E20-617D-4CF6-90BB-9087D55742DD\",\"92AC1F5C-A086-406B-AE6C-91646CA339D5\",\"EC73968A-5BB2-43BD-9125-C2183767648C\",\"E8D29D66-BF37-489D-9F5A-277C523030E6\",\"1FBD8BD7-17E1-4A4D-9570-1716306E9625\"],\"_ClipMode\":\"visible\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":207},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"42\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":43},\"id\":\"FD313483-F979-4A03-AE43-3878EF6E5C31\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":49},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":50}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":52},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"layout\":{\"__isSmartRef__\":true,\"id\":53},\"_Align\":\"center\",\"eventsAreIgnored\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":41},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":54},\"_MaxTextWidth\":966,\"_MinTextWidth\":966,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"_Position\":{\"__isSmartRef__\":true,\"id\":55},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[229,\"D760A244-216E-4A66-8201-25AFC3AB6CC3\",\"D0DE1BA6-E69D-4C19-A257-9D846EA6D12C\",\"7590D64D-7524-4378-BB7E-845EC8CAE745\",\"8996B9DB-C10E-41E4-8286-056BBCF8E151\",\"18942143-8626-4D26-A7D9-153295EE4B23\",\"A410C3F9-F31A-4BC9-A998-ABA33334F720\",\"BEEB144B-EFF3-4E29-A539-41264A731D6C\",\"28B7F25C-B8D9-4D07-B94A-C4A9A35D67B2\",\"395D4415-072D-4BEC-AA6C-195D1347972A\",\"EC2D8014-4D60-448C-A874-3BD6C9604EA7\",\"DE4577EA-7D34-4421-AAC8-83F47657C444\",\"57A9B659-D46C-4300-8F2D-74D46571698A\",\"B1883C55-5E91-4942-A525-4CAB01379672\",\"7633C47A-9577-4388-B87C-2C2E46E21037\",\"A2C35D16-8A3E-4500-B2C8-5FAEC09E0486\",\"B7396D6C-0BDE-4089-80A5-6E455C618AD9\",\"7A868C2D-ECF3-4D77-AA1F-A97215694CA4\",\"610C16AD-4536-41E8-9E5C-449629544F55\",\"C0B1955F-45B1-4142-8A7C-8E5E73E0A112\",\"99A6416E-FA95-491C-8EF1-5E74BBE1BBC9\",\"5A72D342-B54D-4DB5-93A1-019FBFD30B6F\",\"93B39593-72EE-4F8A-90A5-C5FD17F516B8\"],\"_TextColor\":{\"__isSmartRef__\":true,\"id\":56},\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":57},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"43\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":44},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":45},\"_Extent\":{\"__isSmartRef__\":true,\"id\":46},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":47},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":48},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"44\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"45\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"46\":{\"x\":966,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"47\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"48\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"49\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"50\":{\"style\":{\"__isSmartRef__\":true,\"id\":51},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":42},\"storedString\":\"ObjectEditor\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"51\":{\"fontWeight\":\"normal\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"52\":{\"morph\":{\"__isSmartRef__\":true,\"id\":42},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"53\":{\"resizeWidth\":true},\"54\":{\"x\":966,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"55\":{\"x\":19.999999999999545,\"y\":2.9999999999995453,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"56\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"57\":{\"requiredModules\":[],\"idOnLoad\":\"FD313483-F979-4A03-AE43-3878EF6E5C31\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"58\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":59}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":72},\"id\":\"BFECD482-4F65-4E28-BD60-BAA117EA3AF5\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":88},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":89},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":90},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":91},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":78},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":92},\"label\":{\"__isSmartRef__\":true,\"id\":59},\"owner\":{\"__isSmartRef__\":true,\"id\":41},\"layout\":{\"__isSmartRef__\":true,\"id\":101},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":102},{\"__isSmartRef__\":true,\"id\":104}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"derivationIds\":[230,\"EE58E329-4B81-4ABE-A8D6-A3E1AA5BF908\",\"418BD036-5123-49E3-A68D-B2CA74DD4EBA\",\"AB2EC618-F852-4DB4-8601-C98F851F983A\",\"84444904-5A59-41A9-9200-77C2DFC28F0A\",\"BCDE4CA6-1D56-45F5-980B-4BF689C874DD\",\"C3377671-C2BC-4F1B-93B3-CF0083C27FC9\",\"F8D02126-AD53-4ED0-9EA5-6EB71D788E14\",\"CD6A0659-264E-4175-8900-DC5D9CD9CAE6\",\"25A69395-9A9F-46AD-9D7B-BE62EC93A84D\",\"4A50008D-7B6C-4077-AD8A-F0ABFEE54609\",\"D027A273-D3F7-4C76-8EC8-A657761EF2A6\",\"CC29371C-6136-4432-A14B-8CDE6D0E356A\",\"0D2F3233-0176-4B81-8060-39FFD170E6C1\",\"08587E9E-6A99-4A75-B242-B131DF1F7D4B\",\"B8BC3EB3-F857-4A8A-8EA3-04705684668B\",\"39E80212-8228-40CF-A2A5-4BD9A18D63DF\",\"B91C0DA6-57B6-440D-835B-963BFF5EB71C\",\"DEFD70A9-7FF0-4020-A24E-3751C70D1F40\",\"9B0FCB3B-5AE3-4B7A-B18A-38A98826CD26\",\"133BF7B0-0741-4F09-9D15-091FAC6FD6F2\",\"CE2B4490-3F17-481E-A327-7493E1DA9ABF\",\"6AEF5621-F4D6-4978-B230-DA786237C9FC\"],\"_ClipMode\":\"visible\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":106},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"59\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":60},\"id\":\"C56834F8-95AA-4F03-8418-0560ED128C86\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":65},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":66}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":68},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":69},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":70},\"_MaxTextWidth\":13,\"_MinTextWidth\":13,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":58},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[231,\"8DB42E03-8473-4B83-81E2-61EE04DF890A\",\"B50E6B6E-F836-4B3E-8AD1-2B34DA86CE3B\",\"60439D94-5083-4977-8470-BD8843FF782A\",\"5EC44375-A7D5-4BD3-AFC7-C507DF8D60C8\",\"5BDCC4F6-C579-4A6F-96BB-2F59131EFD32\",\"712DF12F-50C4-4EEB-9C4C-47A4DC15E968\",\"6A46E35D-28F8-4F0F-B812-E79D2A1994B3\",\"5A9F3A61-DA02-432F-B92D-90126253AD44\",\"EF5811A8-74EC-4FA1-B994-FC261C7FD3F3\",\"52AE2953-CEAB-4A6A-8F94-7B47368D663D\",\"11A1DAEC-0A39-4089-8294-98ADB33B5E50\",\"2D286778-5885-4888-91BF-35075D2F972B\",\"A48CDD90-B0F1-46D9-928F-DA44C16A8B77\",\"CF0E7690-780A-45E1-BADB-CE246971030C\",\"A7AACEA7-EFAA-4F3E-B8EC-279EA4C34BC6\",\"59706A46-7F3B-4643-8C45-BDEF14AD5040\",\"015990FD-76AE-4D22-808E-1245F0C80C7B\",\"3D6823A4-A7BF-4BD2-BDAC-8631E9C915BA\",\"C03FEC40-C900-4685-8975-7005C6693E82\",\"94666091-57DC-4032-AE34-F499206CAF00\",\"AAB4384F-9538-4031-A041-087B22FE4AF3\",\"CE138C3F-FCB0-4053-9D42-BBEAF545A667\"],\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":71},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"60\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":61},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":62},\"_Extent\":{\"__isSmartRef__\":true,\"id\":63},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":64},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":48},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"61\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"62\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"63\":{\"x\":17,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"64\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"65\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"66\":{\"style\":{\"__isSmartRef__\":true,\"id\":67},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":59},\"storedString\":\"X\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"67\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"68\":{\"morph\":{\"__isSmartRef__\":true,\"id\":59},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"69\":{\"x\":0,\"y\":2.2737367544323206e-13,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"70\":{\"x\":17,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"71\":{\"requiredModules\":[],\"idOnLoad\":\"C56834F8-95AA-4F03-8418-0560ED128C86\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"72\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":73},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":74},\"_Extent\":{\"__isSmartRef__\":true,\"id\":75},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":76},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":77},\"_Fill\":{\"__isSmartRef__\":true,\"id\":78},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"73\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"74\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"75\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"76\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"77\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"78\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":79},{\"__isSmartRef__\":true,\"id\":81},{\"__isSmartRef__\":true,\"id\":83},{\"__isSmartRef__\":true,\"id\":85}],\"vector\":{\"__isSmartRef__\":true,\"id\":87},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"79\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":80}},\"80\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"81\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":82}},\"82\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"83\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":84}},\"84\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"85\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":86}},\"86\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"87\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"88\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"89\":{\"morph\":{\"__isSmartRef__\":true,\"id\":58},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"90\":{\"x\":1005.0000000000005,\"y\":2.9999999999995453,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"91\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"92\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":93},{\"__isSmartRef__\":true,\"id\":95},{\"__isSmartRef__\":true,\"id\":97},{\"__isSmartRef__\":true,\"id\":99}],\"vector\":{\"__isSmartRef__\":true,\"id\":87},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"93\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":94}},\"94\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"95\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":96}},\"96\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"97\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":98}},\"98\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"99\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":100}},\"100\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"101\":{\"moveHorizontal\":true},\"102\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":58},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":103},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"103\":{\"source\":{\"__isSmartRef__\":true,\"id\":58},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"104\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":58},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":105},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"105\":{\"source\":{\"__isSmartRef__\":true,\"id\":58},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"106\":{\"requiredModules\":[],\"idOnLoad\":\"BFECD482-4F65-4E28-BD60-BAA117EA3AF5\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"107\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":108}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":121},\"id\":\"2F5CD2FB-3627-45C7-B9D8-329AFC6634E3\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":135},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":136},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":137},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":138},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":78},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":139},\"label\":{\"__isSmartRef__\":true,\"id\":108},\"owner\":{\"__isSmartRef__\":true,\"id\":41},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":148},{\"__isSmartRef__\":true,\"id\":150}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"derivationIds\":[232,\"F393CBFF-A15D-4D1D-A3A3-DA0C7EF93B66\",\"5BC57B43-1661-4C92-827E-E6CCB6E519E1\",\"DDA3D28B-E4EA-4F17-9B68-D6964E9A2524\",\"93D34CE0-A8E8-43DA-AA3B-3B32912E0BC1\",\"93EA3F6A-3D2D-41E5-8FBD-16CDD8BD7946\",\"C32E10BE-5DA5-46B4-B508-BDA50452B006\",\"39B24C04-E0C8-46B6-91D3-A7CB1A79DF2A\",\"33E45199-4C9B-4815-8760-E9BB50B17AE7\",\"C25CBD71-C31B-4AA9-A244-4F689F7343B9\",\"320E4A47-80DF-45B8-8997-6F8BD9D14C16\",\"6D5959E7-D752-47B3-8F18-DB1D38739937\",\"9F07D24A-8FD4-4B5C-B1B7-0204B89741E5\",\"B3AC0AD0-2563-413C-A675-C3667C27B889\",\"0F42ECA6-D7C4-4D66-8962-0BF4E60600EB\",\"01EC08C0-C205-4B5B-BF9F-501946C17F89\",\"17021EB0-BD8D-4B7E-8AF0-9DFBBE68A4D3\",\"DB0C7576-12EA-44DA-BB28-CBA69177BAA6\",\"864EE754-794E-4DBF-82C6-E83D0A1E4CA3\",\"80FA2D1D-193A-4B70-BFBF-1E7DEAF545B4\",\"40C3676B-76F6-43D5-AA8C-A99A422D3B1B\",\"57F03029-C52C-400C-8D15-CC5A2FF7A9AF\",\"A01D1ECF-EFA4-43C5-B676-D3468DF63710\"],\"_ClipMode\":\"visible\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":152},\"isPressed\":false,\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"108\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":109},\"id\":\"D990928D-4AC7-4918-B5ED-375ECD2F964C\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":114},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":115}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":117},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":118},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":119},\"_MaxTextWidth\":13,\"_MinTextWidth\":13,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":107},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[233,\"E1DC624A-DE6A-4680-92DA-803BFFE6CD54\",\"2EB42409-E0C2-408B-8F84-EDF9EBFB2590\",\"0684F49F-5338-4D44-82C9-5A4E2D62EE72\",\"0B73719D-BC87-4B8D-890D-30C0714B5584\",\"90D2BAAA-EB9D-45AF-8770-9616421A5762\",\"1FAA3617-0517-49D7-ADCB-15357C49A9BB\",\"F746D14F-BC62-4FAC-A5F0-DCC9D1DF650A\",\"6F027012-81B2-4760-B5ED-11342DEAAE72\",\"922D9F59-AB45-4279-9919-69D11CA2CC2D\",\"1BE57CCE-1EE8-4CBF-9989-873B82709981\",\"F3EB613F-A6B4-4174-906A-FD347063B359\",\"65712D5D-80A0-461C-BC56-3C771CEC295C\",\"8CDF04CC-3F0F-43B9-B953-DEA8D0C8AE8E\",\"C953211B-F2ED-4E67-B40F-802E801928F0\",\"32060BF7-DF78-4F32-8570-DFB1C2DE1AD4\",\"0BC6F0C8-A974-426A-86CA-4E1FABFE62BE\",\"D2BF2C89-051D-49B6-83DC-A731C64B821B\",\"9987DC1E-083F-4D9B-AC9F-EF6A05FE454A\",\"E5DEA953-C609-4B8E-A794-E09AF75A1BA8\",\"39598890-B08D-4E68-9D4A-9298FCFE00A6\",\"352DB28F-A951-474B-87B5-4F90B399CFD4\",\"AC280C2F-FD43-436D-BE6A-C5971BD55DF7\"],\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":120},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"109\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":110},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":111},\"_Extent\":{\"__isSmartRef__\":true,\"id\":112},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":113},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":48},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"110\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"111\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"112\":{\"x\":17,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"113\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"114\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"115\":{\"style\":{\"__isSmartRef__\":true,\"id\":116},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":108},\"storedString\":\"M\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"116\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"117\":{\"morph\":{\"__isSmartRef__\":true,\"id\":108},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"118\":{\"x\":0,\"y\":2.2737367544323206e-13,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"119\":{\"x\":17,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"120\":{\"requiredModules\":[],\"idOnLoad\":\"D990928D-4AC7-4918-B5ED-375ECD2F964C\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"121\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":122},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":123},\"_Extent\":{\"__isSmartRef__\":true,\"id\":124},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":125},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":77},\"_Fill\":{\"__isSmartRef__\":true,\"id\":126},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"122\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"123\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"124\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"125\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"126\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":127},{\"__isSmartRef__\":true,\"id\":129},{\"__isSmartRef__\":true,\"id\":131},{\"__isSmartRef__\":true,\"id\":132}],\"vector\":{\"__isSmartRef__\":true,\"id\":134},\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\"},\"127\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":128}},\"128\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"129\":{\"offset\":0.3,\"color\":{\"__isSmartRef__\":true,\"id\":130}},\"130\":{\"r\":0.8666666666666667,\"g\":0.8666666666666667,\"b\":0.8666666666666667,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"131\":{\"offset\":0.7,\"color\":{\"__isSmartRef__\":true,\"id\":130}},\"132\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":133}},\"133\":{\"r\":0.7973333333333334,\"g\":0.7973333333333334,\"b\":0.7973333333333334,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"134\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__LivelyClassName__\":\"Rectangle\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"135\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"136\":{\"morph\":{\"__isSmartRef__\":true,\"id\":107},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"137\":{\"x\":2.9999999999995453,\"y\":2.9999999999995453,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"138\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"139\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":140},{\"__isSmartRef__\":true,\"id\":142},{\"__isSmartRef__\":true,\"id\":144},{\"__isSmartRef__\":true,\"id\":146}],\"vector\":{\"__isSmartRef__\":true,\"id\":87},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"140\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":141}},\"141\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"142\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":143}},\"143\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"144\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":145}},\"145\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"146\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":147}},\"147\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"148\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":107},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":149},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"149\":{\"source\":{\"__isSmartRef__\":true,\"id\":107},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"150\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":107},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":151},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"151\":{\"source\":{\"__isSmartRef__\":true,\"id\":107},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"152\":{\"requiredModules\":[],\"idOnLoad\":\"2F5CD2FB-3627-45C7-B9D8-329AFC6634E3\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"153\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":154}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":167},\"id\":\"56998524-255B-43E2-B2E7-4DB2FC1484B1\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":172},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":173},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":174},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":175},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":78},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":176},\"label\":{\"__isSmartRef__\":true,\"id\":154},\"owner\":{\"__isSmartRef__\":true,\"id\":41},\"layout\":{\"__isSmartRef__\":true,\"id\":185},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":186},{\"__isSmartRef__\":true,\"id\":188}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"derivationIds\":[234,\"EC7EDE8E-294A-46CF-85BB-BBC525336E13\",\"F24B29EE-0964-499D-834F-E3D087DC6003\",\"F6F3659F-9229-46AA-9B9E-46627A7062B2\",\"A88C4D93-582A-4C0D-9F97-F2F0E291BB7E\",\"AA05682F-3E98-433C-8C01-422A46068DFC\",\"A12AF6EA-E1A6-4527-8E16-D276C19A3A0E\",\"4C7D6ACD-B49F-4877-889E-F26C1CC71D95\",\"7AB2CBD2-B47B-4414-8053-0488FB51D18C\",\"47BF14A4-BBD6-42CA-AF7A-9A29CD80DE50\",\"CC8F7059-EA26-45D8-B311-D21333B72ED9\",\"247902EB-2D95-48A7-890A-5F22856E0397\",\"11F20F21-5097-47F4-B440-94CB42631F86\",\"C823344E-DCF7-4940-818A-35F6706F9FE9\",\"B22E1C30-F84F-4C87-A019-F9246469158E\",\"9995E9C7-FB6C-4B86-A5A9-C2C67D9A0C13\",\"737A2985-745C-4E84-8C7C-8A1D07E58867\",\"D37F954E-6ADB-4D71-971D-3F0A919B675D\",\"5229284B-E4D1-4459-847F-4D97AB4BBC7A\",\"E1D480F8-C039-418B-889B-8B3A7C4792CC\",\"A2FE4C89-F1B6-4D31-9FD2-B5B7489C5EF4\",\"6778E1B0-92B8-4A2F-9440-37410371C749\",\"0DF63950-3A4D-4217-8990-FBE8FDE7970B\"],\"_ClipMode\":\"visible\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":190},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"154\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":155},\"id\":\"A7873D65-3EFA-41A9-BBC7-F5377DB4CDCB\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":160},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":161}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":163},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":164},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":165},\"_MaxTextWidth\":13,\"_MinTextWidth\":13,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":153},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[235,\"F92ECC97-5F5B-4CDA-A829-270D000F0D88\",\"A7CDAD5D-BCA1-4AF0-A092-9E81DF1F5C1B\",\"35639FEE-51E8-4469-BB0E-5D1650F1E695\",\"65EBC411-8078-4C93-9A62-F3E8D325DBA7\",\"3F66B345-86BE-4AF4-84FC-BA468E960283\",\"5CA475ED-1D1C-4934-9671-012AA9BAA280\",\"CAC47AC8-FBAF-42E5-9BDA-15414CDFBDDE\",\"8B27F43D-0C2C-4217-9FBC-EC95AE8A708D\",\"6B04D1E4-D30D-4CF1-B117-D3BDEE6BA8AD\",\"C3C98596-F14C-4BDD-A87A-73B964C92577\",\"D1D0BD50-D401-411A-B179-6C1620DBFF84\",\"602DCA3B-3172-420D-9C12-CD36CD749955\",\"E8C5C4F0-759B-4AB5-9062-386DFF130EC7\",\"F4C99B11-335B-4C4F-B817-2999228A3675\",\"CB7DF7B3-E657-494E-83D2-19F7E68563D1\",\"63BBF733-1096-47D3-A8EA-35B045B12F63\",\"455938D2-B6E9-4BAA-BC62-C256BE04B003\",\"B8552CAD-F213-45DA-B5DB-0DAF15CF7F07\",\"F43A5C46-A593-47FF-8828-790035C27A85\",\"8EE687B1-98FB-4F8B-B1EF-9D5AA904955A\",\"73371B55-3645-43A6-A395-30E77530672A\",\"7F2BDA07-313F-4C45-9EA0-6E16B35FA6B3\"],\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":166},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"155\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":156},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":157},\"_Extent\":{\"__isSmartRef__\":true,\"id\":158},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":159},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":48},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"156\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"157\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"158\":{\"x\":17,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"159\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"160\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"161\":{\"style\":{\"__isSmartRef__\":true,\"id\":162},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":154},\"storedString\":\"–\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"162\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"163\":{\"morph\":{\"__isSmartRef__\":true,\"id\":154},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"164\":{\"x\":-4.547473508864641e-13,\"y\":2.2737367544323206e-13,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"165\":{\"x\":17,\"y\":17,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"166\":{\"requiredModules\":[],\"idOnLoad\":\"A7873D65-3EFA-41A9-BBC7-F5377DB4CDCB\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"167\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":168},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":169},\"_Extent\":{\"__isSmartRef__\":true,\"id\":170},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":171},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":77},\"_Fill\":{\"__isSmartRef__\":true,\"id\":78},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"168\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"169\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"170\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"171\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"172\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"173\":{\"morph\":{\"__isSmartRef__\":true,\"id\":153},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"174\":{\"x\":986,\"y\":2.9999999999995453,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"175\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"176\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":177},{\"__isSmartRef__\":true,\"id\":179},{\"__isSmartRef__\":true,\"id\":181},{\"__isSmartRef__\":true,\"id\":183}],\"vector\":{\"__isSmartRef__\":true,\"id\":87},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"177\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":178}},\"178\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"179\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":180}},\"180\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"181\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":182}},\"182\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"183\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":184}},\"184\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"185\":{\"moveHorizontal\":true},\"186\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":153},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":187},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"187\":{\"source\":{\"__isSmartRef__\":true,\"id\":153},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"188\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":153},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":189},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"189\":{\"source\":{\"__isSmartRef__\":true,\"id\":153},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"190\":{\"requiredModules\":[],\"idOnLoad\":\"56998524-255B-43E2-B2E7-4DB2FC1484B1\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"191\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":192},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":193},\"_Extent\":{\"__isSmartRef__\":true,\"id\":194},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":195},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":196},\"_Fill\":{\"__isSmartRef__\":true,\"id\":197},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"192\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"193\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"194\":{\"x\":1025,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"195\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"196\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"197\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":198},{\"__isSmartRef__\":true,\"id\":200}],\"vector\":{\"__isSmartRef__\":true,\"id\":134},\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\"},\"198\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":199}},\"199\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"200\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":201}},\"201\":{\"r\":0.6400000000000001,\"g\":0.6400000000000001,\"b\":0.6400000000000001,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"202\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"203\":{\"morph\":{\"__isSmartRef__\":true,\"id\":41},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"204\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"205\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"206\":{\"x\":909,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"207\":{\"requiredModules\":[],\"idOnLoad\":\"F72C25D9-C2C2-4605-8601-F4BDA5C5894C\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"208\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":209},{\"__isSmartRef__\":true,\"id\":258},{\"__isSmartRef__\":true,\"id\":273},{\"__isSmartRef__\":true,\"id\":489},{\"__isSmartRef__\":true,\"id\":545},{\"__isSmartRef__\":true,\"id\":643},{\"__isSmartRef__\":true,\"id\":694},{\"__isSmartRef__\":true,\"id\":1452},{\"__isSmartRef__\":true,\"id\":1467},{\"__isSmartRef__\":true,\"id\":1482},{\"__isSmartRef__\":true,\"id\":1234},{\"__isSmartRef__\":true,\"id\":1501},{\"__isSmartRef__\":true,\"id\":1517},{\"__isSmartRef__\":true,\"id\":562},{\"__isSmartRef__\":true,\"id\":1568},{\"__isSmartRef__\":true,\"id\":1702},{\"__isSmartRef__\":true,\"id\":1773},{\"__isSmartRef__\":true,\"id\":1825},{\"__isSmartRef__\":true,\"id\":1910},{\"__isSmartRef__\":true,\"id\":1995},{\"__isSmartRef__\":true,\"id\":2052}],\"scripts\":[],\"id\":\"FA58AE1C-CA25-4090-AB8D-A3995C470668\",\"shape\":{\"__isSmartRef__\":true,\"id\":2137},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"showsHalos\":false,\"name\":\"ObjectEditorPane\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":2144},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2147},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2148},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2149},\"layout\":{\"__isSmartRef__\":true,\"id\":2150},\"target\":{\"__isSmartRef__\":true,\"id\":2151},\"scriptPane\":{\"__isSmartRef__\":true,\"id\":545},\"scriptList\":{\"__isSmartRef__\":true,\"id\":694},\"connectionList\":{\"__isSmartRef__\":true,\"id\":1234},\"morphSelector\":{\"__isSmartRef__\":true,\"id\":1568},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"changeIndicator\":{\"__isSmartRef__\":true,\"id\":562},\"isBeingDragged\":false,\"prevScroll\":[0,0],\"grabbingEnabled\":false,\"draggingEnabled\":false,\"currentCategory\":null,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":2184},\"tagChooser\":{\"__isSmartRef__\":true,\"id\":1825},\"currentTag\":null,\"derivationIds\":[206,\"3BDE080D-3D60-4BB9-A690-E6001350F596\",\"00E28CBF-E803-4BC0-93CC-651AC21008A5\",\"1B7E7936-0145-47E4-8433-DFE58134E74B\",\"422B98E3-E52B-4057-9C28-865873682DE1\",\"BCDE8D30-ECC2-4883-9587-2518B6822233\",\"BA6D5198-5AC2-4A63-9597-D4CF98A99CA9\",\"17E22972-5EBC-4511-9779-05E9E665D899\",\"C6F34039-F423-4223-8D6A-85611A138372\",\"7EC3BECE-1BDA-471D-B14C-C4FB822AA55C\",\"88F702A6-6067-4160-8561-54FAD27ADB17\",\"738F5E09-C109-4CD0-B5F5-418A6227ABA0\",\"0DC59884-6397-4391-A9A7-FB6F9F97E5AD\",\"14C76016-3134-4E27-8E8F-AF9EE6ACCF4E\",\"FEB1641E-DEA0-449B-B5E5-D3946457A986\",\"5A09E61D-0939-46DD-B099-6337F45EAD81\",\"42A37CDC-8F21-49BA-A701-B98418EF4AEC\",\"FCE84B47-1667-482B-B035-D2C3C7F53837\",\"F49E6D79-2AEB-41FC-8057-A25A4C7D4F92\",\"7B115C74-E409-42A1-9FCB-2DEB53C88CD6\",\"1D3B45A6-5E60-4FD3-900A-288DB80F5262\",\"A41D8F44-9418-4758-91F0-03633FAA0208\",\"99BDD6C0-CC06-469A-A2DA-531F622F9546\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":2185},\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"partTests\":{\"__isSmartRef__\":true,\"id\":2186},\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":2187},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"209\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":210}],\"scripts\":[],\"id\":\"7E8990D8-4F4F-4D51-8873-F675B92E1616\",\"shape\":{\"__isSmartRef__\":true,\"id\":226},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":242},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":230},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":243},\"label\":{\"__isSmartRef__\":true,\"id\":210},\"name\":\"openTestsButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":252},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":253}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":254},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":255},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":256},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":257},\"derivationIds\":[7251,\"84054D2E-8176-440D-B413-279956A34FC2\",\"79434046-F834-490E-B705-0CE871D9E8B3\",\"FF38CA79-C0DF-4F2F-8FC3-407571EF6A54\",\"B1D50332-9F4F-4F7C-AC3F-95DC6C73EAA4\",\"5B8D7C39-987A-4849-BFFD-3F316CE03852\",\"F7C30F5C-7270-44B1-ADFF-7473F2012DB0\",\"5142302E-3E9A-476B-AB24-B2448DA6D3E4\",\"FEA3C508-593D-4BC7-B645-8B5630CF2EDE\",\"34DBC442-E1DE-42D7-8C63-BA9A1890C994\",\"4F9067A3-5A5C-4637-A76F-7E590CEE2BDA\",\"ADF74818-537A-4669-A455-9509BA7BD7E5\",\"AFCD7FA7-5429-4B1A-B8B8-AB03C18ABA08\",\"604C352D-0347-4329-A299-EAA3FF90B543\",\"46C5ED11-DE03-428F-A758-5308B3D323B5\",\"7C978B2A-9109-42E1-95C5-A59CC74BD31B\",\"79E81B39-53EC-40DA-A7D3-B40E5FE5F963\",\"B4B72612-573A-4B4E-AFB2-747E251DB214\"],\"owner\":{\"__isSmartRef__\":true,\"id\":208},\"_ClipMode\":\"visible\",\"isPressed\":false,\"_Rotation\":0,\"_Scale\":0.9940149800149941,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"210\":{\"submorphs\":[],\"scripts\":[],\"id\":\"3AD08068-C40B-4674-8A15-567CDFB1BA35\",\"shape\":{\"__isSmartRef__\":true,\"id\":211},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":217},\"_MaxTextWidth\":75.8735578213487,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":218},\"_Padding\":{\"__isSmartRef__\":true,\"id\":219},\"owner\":{\"__isSmartRef__\":true,\"id\":209},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":220},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":221}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":223},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":224},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2\",\"CB475566-05CE-43E2-B04D-EE32BC4CB718\",\"6BB077CE-92E6-47BE-BE88-9A48488562D1\",\"9E359973-2FDB-417B-BB06-AB34D52BD310\",\"58F098ED-A190-44F2-B73E-80802B2CF2F6\",\"AEA84B35-B349-4307-92C6-8F229705DFC2\",\"A677CADF-24FF-4177-9A3A-FE9AAE7D60FE\",\"0F875AD9-E54C-4735-9BA9-7B89574233A1\",\"840EBE92-3BC2-42EC-819E-3CD002576490\",\"78C4969D-2C33-4B17-9027-89B411B9F496\",\"C9A3D112-C2BC-43A3-A3CA-A68F41A0E4CF\",\"78CF2F1A-6697-4D03-AB2B-CAF862B4EDD6\",\"8B416918-CA4B-46D1-8A3C-40F8A754E44D\",\"01510710-A85B-4054-B0ED-7F2F02434806\",\"8ABD23FB-E90C-4EEB-BF53-DF3C6ACF2BD4\",\"8B151A25-F472-4637-8EAE-06CA2F2B3BB0\",\"D47D2AFE-CB58-4519-8F11-1B5EA1694B90\"],\"_MinTextWidth\":75.8735578213487,\"_MinTextHeight\":null,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":225},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"211\":{\"position\":{\"__isSmartRef__\":true,\"id\":212},\"_Extent\":{\"__isSmartRef__\":true,\"id\":213},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":214},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":215},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":216},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"212\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"213\":{\"x\":79.8735578213487,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"214\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"215\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"216\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"217\":{\"x\":-4.547473508864641e-13,\"y\":-2.2737367544323206e-13,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"218\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"219\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"220\":{\"x\":79.8735578213487,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"221\":{\"style\":{\"__isSmartRef__\":true,\"id\":222},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":210},\"storedString\":\"Tests\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"222\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"223\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"224\":{\"morph\":{\"__isSmartRef__\":true,\"id\":210},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"225\":{\"requiredModules\":[],\"idOnLoad\":\"3AD08068-C40B-4674-8A15-567CDFB1BA35\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"226\":{\"position\":{\"__isSmartRef__\":true,\"id\":227},\"_Extent\":{\"__isSmartRef__\":true,\"id\":228},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":229},\"_Fill\":{\"__isSmartRef__\":true,\"id\":230},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":240},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":241},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"227\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"228\":{\"x\":79.8735578213487,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"229\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"230\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":231},{\"__isSmartRef__\":true,\"id\":233},{\"__isSmartRef__\":true,\"id\":235},{\"__isSmartRef__\":true,\"id\":237}],\"vector\":{\"__isSmartRef__\":true,\"id\":239},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"231\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":232}},\"232\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"233\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":234}},\"234\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"235\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":236}},\"236\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"237\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":238}},\"238\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"239\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"240\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"241\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"242\":{\"x\":634.015908798265,\"y\":7,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"243\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":244},{\"__isSmartRef__\":true,\"id\":246},{\"__isSmartRef__\":true,\"id\":248},{\"__isSmartRef__\":true,\"id\":250}],\"vector\":{\"__isSmartRef__\":true,\"id\":239},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"244\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":245}},\"245\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"246\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":247}},\"247\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"248\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":249}},\"249\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"250\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":251}},\"251\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"252\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"idOnLoad\":\"7E8990D8-4F4F-4D51-8873-F675B92E1616\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"253\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":209},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":208},\"targetMethodName\":\"openPartTestRunner\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"254\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"255\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"256\":{\"morph\":{\"__isSmartRef__\":true,\"id\":209},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"257\":{\"x\":59.70298502940375,\"y\":-12.472848995726281,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"258\":{\"submorphs\":[],\"scripts\":[],\"id\":\"5A7DC3D3-D853-4B70-9119-F013BF6EC0BA\",\"shape\":{\"__isSmartRef__\":true,\"id\":259},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":false,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":265},\"_MaxTextWidth\":64.8979476392384,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":262},\"showsHalos\":false,\"_FontSize\":9,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorScriptsText2\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":266},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":267}],\"charsReplaced\":\"Scripts\",\"lastFindLoc\":-7,\"priorSelectionRange\":[0,7],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":269},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":270},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":271},\"_WhiteSpaceHandling\":\"pre-wrap\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":64.8979476392384,\"_MinTextHeight\":null,\"_ClipMode\":\"visible\",\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":272},\"eventsAreIgnored\":true,\"isCopyMorphRef\":true,\"morphRefId\":155,\"owner\":{\"__isSmartRef__\":true,\"id\":208},\"derivationIds\":[224,\"35EF8FE5-067D-45B6-AF21-77040F11D340\",\"80DC09DD-22D4-4089-B5C3-857B32C9BE9B\",\"EF080074-E6B9-47F3-A87F-26313B40C430\",\"F6977801-C1A7-445C-9BF1-8A1019E202FB\",\"8C9157AE-0343-4CFB-8186-1D5E05D2ECBE\",\"DD3C23F8-6463-4EAE-959B-C486E27D9BDA\",\"1E8D3752-D212-41F8-BC63-B094E0C80707\",\"75C07D11-AE5D-4A36-B2D0-F2A6EA414E72\",\"494AB1C0-2C09-49DE-B4AA-1F24DC7495FF\",\"25199967-E3BA-4763-A704-37BD3152A5F7\",\"8E4A5937-D1FA-4AF7-BD8D-B542C636CEF9\",\"DDB23EF0-540C-4046-AD4D-C001E8A5F20C\",\"FF45AAB3-E5C7-42A0-A704-F068DB2E2AF9\",\"52850E3E-BE46-467C-A381-902F5E4859FD\",\"147F9160-7168-44A4-9EA4-A36466EE1F52\",\"8E4FB238-FC20-4DA7-AC9F-6921EBBD5609\",\"3D09A998-5E60-4E94-9C6A-B08E7D98F02A\",\"B8986B95-68A4-4212-8560-C86C8F7B3B3C\",\"81BAFCDC-090F-4A92-8AD6-C3127620CCF4\",\"3663625F-2BB0-494C-A467-04148A441F42\",\"678285B4-45A1-4244-A1E2-0369CA364A7A\",\"247EA8CF-36AA-4CD7-B6F2-35103A069B03\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"259\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":260},\"_Extent\":{\"__isSmartRef__\":true,\"id\":261},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":262},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":263},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":264},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"260\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"261\":{\"x\":64.8979476392384,\"y\":15,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"262\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"263\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"264\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"265\":{\"x\":9.999999999999773,\"y\":12.911539589749054,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"266\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"idOnLoad\":\"5A7DC3D3-D853-4B70-9119-F013BF6EC0BA\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"267\":{\"style\":{\"__isSmartRef__\":true,\"id\":268},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":258},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Tag:\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"268\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"269\":{\"x\":64.8979476392384,\"y\":16,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"270\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"271\":{\"morph\":{\"__isSmartRef__\":true,\"id\":258},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"272\":{\"x\":45.76052154281416,\"y\":-27.783027415339603,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"273\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":274},{\"__isSmartRef__\":true,\"id\":286}],\"scripts\":[],\"id\":\"3F3C0AE7-8C64-4016-A867-5AB50F9705B7\",\"shape\":{\"__isSmartRef__\":true,\"id\":305},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":321},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":309},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":322},\"label\":{\"__isSmartRef__\":true,\"id\":286},\"name\":\"MagnifierButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":331},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":334}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":335},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":336},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":337},\"derivationIds\":[2588,\"22797D34-67DE-4A06-81F0-4DF0A87ADBBC\",\"81CB4C12-BCF0-4097-8B6D-D9419046367A\",\"0767A57D-9BB2-48C6-9654-753D2B9D00A6\",\"42871246-6725-4E41-A2C1-5A5BCF041097\",\"BCE6E775-B5DF-4D6B-9F06-CDC02C1B1D0F\",\"797EC165-A639-42D9-A059-669F6BEB92A7\",\"FA498EFD-E50E-4CE0-9FA8-9AE2E8AE9580\",\"4B68C371-CB37-45B4-910A-611E5FFC23DD\",\"94E374B9-7ED4-4E39-96F1-6FD4E7AC3428\",\"34D63515-7CC7-43FB-B7BB-87AFCA377D63\",\"77911975-0D70-4F68-82ED-6634E1F93591\",\"E360E02D-3494-4B28-AACB-CAB72A84F915\"],\"_ClipMode\":\"visible\",\"owner\":{\"__isSmartRef__\":true,\"id\":208},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":338},\"highlightRectangle\":{\"__isSmartRef__\":true,\"id\":339},\"isPressed\":false,\"_Rotation\":0,\"_Scale\":0.9920279440699439,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":426},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"274\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":275},\"derivationIds\":[null,\"29E543E0-AE93-493A-A694-FC1C330D0544\",\"F0366E4C-E97F-4C77-BEE4-340A0668ADD5\",\"347F6028-5092-4F54-9A34-3EFF3FF0B815\",\"BF7387E7-BCD7-4A5B-B9D2-C14ECF59EFCA\",\"85BA370B-966E-41F7-8C2F-F3A926EC2AA2\",\"1652172B-339A-43A1-9589-70E68B35A28E\",\"705524F7-129B-4102-834E-2A1A45985BB5\",\"5707DF70-CD77-4D53-96ED-5A0AEB227FB7\",\"257E62CE-C668-4317-B5B7-8D394BDC3F6C\",\"8211C6FC-6C6A-40D7-A259-BB830C13EB27\",\"175E9982-A09B-4DF6-A1DF-57A4B0FEF3AA\"],\"id\":\"6B73D28F-DD91-4433-94DE-3E41522FE0CB\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":280},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":281},\"_ClipMode\":\"visible\",\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":282},\"owner\":{\"__isSmartRef__\":true,\"id\":273},\"name\":\"leftpointing_magnifying_glass.png\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":283},\"isBeingDragged\":false,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":284},\"eventsAreDisabled\":true,\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":285},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Image\"},\"275\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":276},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":277},\"_Extent\":{\"__isSmartRef__\":true,\"id\":278},\"_ImageURL\":\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAABAAAAAQBPJcTWAAAALnRFWHRUaXRsZQBMRUZULVBPSU5USU5HIE1BR05JRllJTkcgR0xBU1MgKFUrMUY1MEQpw88haQAAABV0RVh0QXV0aG9yAEFuZHJldyBNYXJjdXNl5zc3gwAAAC90RVh0U29mdHdhcmUAaW5mby5maWxlZm9ybWF0LmRhdGEuVW5pY29kZVBuZ1NlcnZsZXRoAX8wAAAAQ3RFWHREZXNjcmlwdGlvbgBodHRwOi8vd3d3LmZpbGVmb3JtYXQuaW5mby9pbmZvL3VuaWNvZGUvMWY1MGQvaW5kZXguaHRtk2hNQgAAADt0RVh0Q29weXJpZ2h0AGh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LW5jLXNhLzIuMC9siJKDAAAIDklEQVR42u1daWxVRRQeCi0tIqCAQCTIUtEIGlk0ilqEkEbiQhSKGAyCooIIggsiQuMWZNGwVMUFNIhKZBMobZClgK1FwAU3wIpSREDcUFZFEM/JOzf3vPHet9ze1/eYe77k+zNzl5nz3ZlzZntPKYFAcHojDXimmKH6cQbwZuBM4HLgx8A9wBPAU8BjwJ3ADcDFwMnArsCaYjr/0BB4DwlwjAwfL38DzgX2AdYWk3pDJnAM8E/NuN8BpwEHAq8DXgpsCswANgN2APak/BeBu7T7sQX1A9YQE8fuDwYAf2BG/JrEaefxmSjaeOAO9syNwBwxd2Q0o/7fMhr6h8Fx+oBIX346cATwF/aON6Qbc0ZH4G4y0lHgOGAdD8/Be/KAs4AFwKsdrqkHnAA8Tu8rAzYWCWz0Bh5hraKTT11fL+AH1FXlA8/SrsEu61fmW9qLFEqNAv5LRsEw9twEvKMzcAvwJ3LoHG2AW+n9B4HdgixGHhNjiccuKlbUp9aC7yoGnqflraa8A8C2QRTjMvIVaITyKI61BjnkqiILWEjvPAwcxvLqAj+nvAqH7s1oNAfupcpjeNskhnvQOQ/xYfxQCziHRVl3sjxsNfspvYSuNR4Ywn5ClT5CA7lYkUPRU0YVy4CivkVlOE7TKxa6AP+ivKlBEORe9nUO8XD/QhWay6oqmlK3dYoirTYs70FK/wd4ocli1KVIByu7XXmb9BsOPEmj76riSfZxbAM2oPQMmqLB9GUmC/I0M8AtHp9xCd3/rM8fCHISy+vH0ruaOi3Coyqv6ETPKPSpXEOZ4X9XoSl+y89sovTNJgoyklW8rw8+aKFP5apFo3SrbMNcWsnFpgmylkU19R3yY4mc0mk0j88Z62PZ5jHDV7DQugE5dkx/3CQxzlb2qt6aCF1HtJH6BHoGju4v97F8+Sp8zeRGlldCaZtMEmQAq+zICL5hpUvrwfXy19gzZvhcvj6aILNZ3ij2ETQzRZA3WWU7RrgOfQsu05YCnyLxcFS9h91fTlMgfqKdJsg6lteBpQ8wRZASVqmmUa7txvwEJ/qe8SoxGxYymK+wpnMsNGHpxviRbVShkzEatAb5iEHUSrqzQVuiUMkMf5IFGWnM/71giiAHqEL7U7iMf2gtkk/B7/M51E4qMlklvzwNymgxl+VvobQPTRCkMavkDpaelkJlbOkgyDUsv0LZu19Oe/A++BBLvyIB0ZJX9HIQhHdZBymt1BQfso9V1Jorag28PUXKN8tBkHqUV4elLTJFkM9YpVqzllOcAmXDiG6vJsZhlt+Kpc80RZBiF2eJK4fZSS5bd4fWUcTyc1n6Y6YIMpVVii+LTgFOTHLZNjoIMpTlT2fpXUwRpIcKn021gHuwcDN0ss525Cnn3fIt2DXfK3vPljGbHtK1gdcFmkNdkYTK4gz0Tgcxytg1fI6rUBkGvubA54Ta0lTFK9VYFhS/xKV18PEHX3MfYpogfPUND9DwuamFlP5oNZXlZRcxlmsDWutsCl/aNQYZWhfBnTlOceNsLq459E1wyyhwEeNvFb7ZusClrEbhNlbJoyp8Y3UejehxPWS08v/MBrbIlcr92BvfwZit7KMKOC3f3FRBcBC2mRlBnz0dpOzN17gvqrdP7+2p7PkoJz7Hrq2pCfeqMhzXasbI1/KHa/m4Y93reRFcU1mrIh8IXaLCJzpnsLyfKRozHrNZpbFF9NHyx2pGw2tWAZ8H3gW8UjmvvWdSlIQb3raq6Kdzp6vwBbOhWn5/FRCggy9lFcdN1521ax5Q0Y9B41o7nkn8Rv1/gSkS0T/crb0vV4Uv465UAUNjLerCkfAN2jUXKef19apwnYP4AynK4tfNU6m1ZlMtaK/stQZrLXu0Q6g6OIpTjoVfAK/Xnp1GDp1fhy0th1rwHLqmEbXYHkEQJYcGitwouG2onoPx0Ne8q+yDmtGIs8lPUFCgH/Q5R4XPQlt8nfKzKB9/ouNHLT/ddFEw7t+uGQbPko90GY+gOHgcoRc5+YeBj1DY3JPyGrq8qy6JdMhBDAyz8azhZLq2JRuP4HE3a6f8KhNH7k4Dt9UORqoE3qGqfiAUo7L7lX1kjfMd4H0UHGTTFMpLzH8VUAS3iN2znsQ1GugvprCvkvMYdSFouBYxPu98FdoKusblmZXUoiz0J1FuYgPUfCrXAof7S4MgimXIRVH8wwHq5vBLna9Cs8ULyEgVWrCg8zAJ79TtjGDXjSMx5kd4Fk7XB+a3uq5Sob1QfoW86JzxR2zcjjyj3/mKTafUpCAi2nPLVcB+QA379YdoGuWEBxEwars1hujIOpZQQS1jWhzvKXeIDAOBRhT+YgQ2kcYK71NLwgOauAKJ50jwpFW8J2jHKHvLKwYBuENmVxyibAiqKIlCOkVY1g8HZHkQ5SOXeTaBR9RW9vT7agp34xVlo4jiL7KoG0TjriCR4hVlk0r8EYrAtZQiZa+14wx1qzhF2Syi+C+K5VOWko8RUVJIlPc8irIhKCP6ZItSqeJbh8kSU/qHDCbKMuZT4hFlrpgxcaIUUcuJR5TdYsLEiFLIQuLMOESZJOZLnCjLyMhrabqkZRRR1qsArDQmW5SlZOxPVWhJ2E2UNRJlVQ/wi19CRv9WhXbJoCh8zb+IujVBNYqymIyPP55ZxsQoVvK78kkBrp28rXVThSJGcoE7YZ5RoTMlc8SBpw7kj2IEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgSAZ+A+0ucC4BysctgAAAABJRU5ErkJggg==\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":279},\"_NodeClass\":[\"image\"],\"_NodeId\":\"29E543E0-AE93-493A-A694-FC1C330D0544\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isLoaded\":true,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Image\"},\"276\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"277\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\",\"setImageURL\":\"setImageURLHTML\",\"getNativeExtent\":\"getNativeExtentHTML\"},\"278\":{\"x\":29,\"y\":29,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"279\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"280\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"281\":{\"morph\":{\"__isSmartRef__\":true,\"id\":274},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"282\":{\"x\":-3.024108360992159,\"y\":0.0080361203308712,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"283\":{\"x\":28,\"y\":29,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"284\":{\"x\":39.935711037353485,\"y\":-9.032144481323257,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"285\":{\"partName\":\"leftpointing_magnifying_glass.png\",\"requiredModules\":[],\"idOnLoad\":\"6B73D28F-DD91-4433-94DE-3E41522FE0CB\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"286\":{\"submorphs\":[],\"scripts\":[],\"id\":\"084D2FB8-6C12-4113-B1A1-06A84EEF71B9\",\"shape\":{\"__isSmartRef__\":true,\"id\":287},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":293},\"_MaxTextWidth\":24,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":294},\"_Padding\":{\"__isSmartRef__\":true,\"id\":295},\"owner\":{\"__isSmartRef__\":true,\"id\":273},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":296},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":297},{\"__isSmartRef__\":true,\"id\":299}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":301},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":302},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"derivationIds\":[2589,\"024C5ADE-C4CF-4E8E-BEC5-F93AD4839702\",\"A2CC4D56-B9D8-4A48-B6FF-DDDD85ACDC2E\",\"5AC5C4DE-00B0-43DB-B7F1-765674CE818B\",\"750A11C6-766E-4B48-AE32-D71DE811EB4A\",\"66A7B56E-A94E-44AE-8AED-C0C1B07554D4\",\"CA8596D3-2D4F-453B-BE1B-DCEC8F85389B\",\"4D7DC32F-79CB-4AF8-8B21-AB4F1809D4A8\",\"439DE430-7651-470E-97D8-00E7F96B04DA\",\"DAC920E6-217B-4515-AC09-2F9DCBA7375C\",\"BD48C003-0502-451D-B6AA-7369FF3D1030\",\"F002D1A0-3FC8-40EC-913D-7AFC81DC1675\",\"418D7FB5-DBB7-406B-ACB2-CF846C6B9787\"],\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":24,\"_MinTextHeight\":null,\"_FontSize\":10,\"_TextColor\":{\"__isSmartRef__\":true,\"id\":303},\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":304},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"287\":{\"position\":{\"__isSmartRef__\":true,\"id\":288},\"_Extent\":{\"__isSmartRef__\":true,\"id\":289},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":290},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":291},\"_Padding\":{\"__isSmartRef__\":true,\"id\":292},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"288\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"289\":{\"x\":24,\"y\":24,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"290\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"291\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"292\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"293\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"294\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"295\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"296\":{\"x\":24,\"y\":24,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"297\":{\"style\":{\"__isSmartRef__\":true,\"id\":298},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":286},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"298\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"299\":{\"style\":{\"__isSmartRef__\":true,\"id\":300},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":286},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"300\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"301\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"302\":{\"morph\":{\"__isSmartRef__\":true,\"id\":286},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"303\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"304\":{\"requiredModules\":[],\"idOnLoad\":\"084D2FB8-6C12-4113-B1A1-06A84EEF71B9\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"305\":{\"position\":{\"__isSmartRef__\":true,\"id\":306},\"_Extent\":{\"__isSmartRef__\":true,\"id\":307},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":308},\"_Fill\":{\"__isSmartRef__\":true,\"id\":309},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":319},\"_Padding\":{\"__isSmartRef__\":true,\"id\":320},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"306\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"307\":{\"x\":24,\"y\":24,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"308\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"309\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":310},{\"__isSmartRef__\":true,\"id\":312},{\"__isSmartRef__\":true,\"id\":314},{\"__isSmartRef__\":true,\"id\":316}],\"vector\":{\"__isSmartRef__\":true,\"id\":318},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"310\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":311}},\"311\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"312\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":313}},\"313\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"314\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":315}},\"315\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"316\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":317}},\"317\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"318\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"319\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"320\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"321\":{\"x\":464.5087747493865,\"y\":8.483242611654987,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"322\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":323},{\"__isSmartRef__\":true,\"id\":325},{\"__isSmartRef__\":true,\"id\":327},{\"__isSmartRef__\":true,\"id\":329}],\"vector\":{\"__isSmartRef__\":true,\"id\":318},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"323\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":324}},\"324\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"325\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":326}},\"326\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"327\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":328}},\"328\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"329\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":330}},\"330\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"331\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"ScriptableButton\",\"comment\":\"Has a script that is called on button press\",\"changes\":[{\"__isSmartRef__\":true,\"id\":332}],\"revisionOnLoad\":154251,\"idOnLoad\":\"3F3C0AE7-8C64-4016-A867-5AB50F9705B7\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"332\":{\"date\":{\"__isSmartRef__\":true,\"id\":333},\"author\":\"robertkrahn\",\"message\":\"no comment\",\"id\":\"0366C0A2-0C8E-4AEB-AAC3-120434134545\"},\"333\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 14:10:10 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"334\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":273},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":273},\"targetMethodName\":\"onFire\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"335\":{\"x\":24.405327095521386,\"y\":24.0321444813232,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"336\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"337\":{\"morph\":{\"__isSmartRef__\":true,\"id\":273},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"338\":{\"x\":37.935711037353656,\"y\":-7.943747157684584,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"339\":{\"submorphs\":[],\"scripts\":[],\"id\":\"364FF344-E489-461B-BC8C-ED45E4823ED4\",\"shape\":{\"__isSmartRef__\":true,\"id\":340},\"__layered_droppingEnabled__\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":347},\"showsHalos\":false,\"name\":\"HighlightRectangle\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":348},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":389},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":390},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":391},{\"__isSmartRef__\":true,\"id\":392},{\"__isSmartRef__\":true,\"id\":393}],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[127,\"F0291F62-F100-480C-AEBF-0230398F7983\",\"AE8B5ED7-E305-45BC-BE4A-1C28A49EE12B\",\"39BA345C-17FA-45A0-BAC2-F0CF5654ACF8\",\"FE91EA31-D8AE-461B-8A49-95DA5FBAE5B4\",\"F38439A3-2F4E-4AC2-BF73-2633C00B1393\",\"6748F5B5-2284-4748-A6EE-F1A261CBAD0B\",\"6FECB598-D130-4242-BF1B-E18767608129\",\"0B23F218-078F-4912-A262-31B957885F41\",\"C56BA290-B836-4946-B4EF-DBB6FBA2368C\",\"61176BAF-CFE6-4F2C-9F0A-971AAD6595A1\",\"CB4127B2-0AA5-4B50-9978-F1FF39924A82\",\"113050BB-CF0E-4193-91C6-9C25FC857EE8\",\"EFF939E4-317B-4662-943F-77A6E6F65BD0\",\"AA288E7F-3972-4F0D-87DD-61E4BD9C9C97\",\"903E8C60-1158-42D5-85D2-DF134DA6CEC1\",\"28FD6210-A549-4A11-9178-04E77FF556C0\",\"B3312E29-D786-469F-865E-91FD69475A52\",\"D947A1C1-DCBE-4485-A33D-DF549F6978E0\",\"56CE0E60-45BE-43FF-9C6C-296D8AC326B6\",\"CC61E3F8-8C8D-4F24-A591-023D3C88DEC8\"],\"partTests\":{\"__isSmartRef__\":true,\"id\":398},\"_ClipMode\":\"visible\",\"moved\":true,\"isBeingDragged\":false,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":403},\"prevScroll\":[0,0],\"#startLetters\":\"\",\"eventsAreDisabled\":false,\"_HandStyle\":\"default\",\"_PointerEvents\":\"auto\",\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":404},\"_Rotation\":0,\"_Scale\":1.0060210561262526,\"owner\":null,\"magnifierButton\":{\"__isSmartRef__\":true,\"id\":273},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":405},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"340\":{\"position\":{\"__isSmartRef__\":true,\"id\":341},\"_Extent\":{\"__isSmartRef__\":true,\"id\":342},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":343},\"_Fill\":{\"__isSmartRef__\":true,\"id\":344},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":345},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":346},\"_BorderRadius\":0,\"_Opacity\":0.2597,\"_BorderStyle\":\"hidden\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"341\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"342\":{\"x\":100,\"y\":100,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"343\":{\"r\":0.8,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"344\":{\"r\":0.227,\"g\":0,\"b\":1,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"345\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"346\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"347\":{\"x\":395,\"y\":673,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"348\":{\"partsSpaceName\":\"PartsBin/Tools\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A rectangle which highlights the object under the first hand of the world\",\"migrationLevel\":4,\"partName\":\"HighlightRectangle\",\"changes\":[{\"__isSmartRef__\":true,\"id\":349},{\"__isSmartRef__\":true,\"id\":351},{\"__isSmartRef__\":true,\"id\":353},{\"__isSmartRef__\":true,\"id\":355},{\"__isSmartRef__\":true,\"id\":357},{\"__isSmartRef__\":true,\"id\":359},{\"__isSmartRef__\":true,\"id\":361},{\"__isSmartRef__\":true,\"id\":363},{\"__isSmartRef__\":true,\"id\":365},{\"__isSmartRef__\":true,\"id\":367},{\"__isSmartRef__\":true,\"id\":369},{\"__isSmartRef__\":true,\"id\":371},{\"__isSmartRef__\":true,\"id\":373},{\"__isSmartRef__\":true,\"id\":375},{\"__isSmartRef__\":true,\"id\":377},{\"__isSmartRef__\":true,\"id\":379},{\"__isSmartRef__\":true,\"id\":381},{\"__isSmartRef__\":true,\"id\":383},{\"__isSmartRef__\":true,\"id\":385},{\"__isSmartRef__\":true,\"id\":387}],\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"349\":{\"date\":{\"__isSmartRef__\":true,\"id\":350},\"author\":\"timfelgentreff\",\"message\":\"no comment\",\"id\":\"3DB7DB40-210A-4BED-91FD-9287005703EC\"},\"350\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 17:04:54 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"351\":{\"date\":{\"__isSmartRef__\":true,\"id\":352},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"23D7AA12-66A9-4C3B-B494-131256C291AC\"},\"352\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:57:13 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"353\":{\"date\":{\"__isSmartRef__\":true,\"id\":354},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"2C30B7CA-388F-4F51-B4CF-A2E50E381148\"},\"354\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:23:11 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"355\":{\"date\":{\"__isSmartRef__\":true,\"id\":356},\"author\":\"tessi\",\"message\":\"diable events\",\"id\":\"7C1F71A3-FDAC-470A-B9A9-E1F2C9FEF18E\"},\"356\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 14:46:08 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"357\":{\"date\":{\"__isSmartRef__\":true,\"id\":358},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"01996A33-11BC-4C15-96D7-B7D219E2E961\"},\"358\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 14:39:50 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"359\":{\"date\":{\"__isSmartRef__\":true,\"id\":360},\"author\":\"undefined\",\"message\":\"whoopsie\",\"id\":\"3F17A2D2-3C24-424B-B0FA-E43112267D23\"},\"360\":{\"isSerializedDate\":true,\"string\":\"Thu May 03 2012 15:51:36 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"361\":{\"date\":{\"__isSmartRef__\":true,\"id\":362},\"author\":\"undefined\",\"message\":\"whoopsie\",\"id\":\"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC\"},\"362\":{\"isSerializedDate\":true,\"string\":\"Thu May 03 2012 15:51:30 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"363\":{\"date\":{\"__isSmartRef__\":true,\"id\":364},\"author\":\"undefined\",\"message\":\"sorry\",\"id\":\"44B56D2E-9B59-4C67-A305-49A6E10E66C2\"},\"364\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 14 2012 10:53:45 GMT+0100 (Mitteleuropäische Zeit)\"},\"365\":{\"date\":{\"__isSmartRef__\":true,\"id\":366},\"author\":\"fbo\",\"message\":\"\",\"id\":\"BD1C654D-9100-4B66-BC62-B15FF2498B2B\"},\"366\":{\"isSerializedDate\":true,\"string\":\"Sat Feb 25 2012 02:59:09 GMT+0100 (Mitteleuropäische Zeit)\"},\"367\":{\"date\":{\"__isSmartRef__\":true,\"id\":368},\"author\":\"undefined\",\"message\":\"css transitions\",\"id\":\"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7\"},\"368\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 14 2012 10:42:26 GMT+0100 (Mitteleuropäische Zeit)\"},\"369\":{\"date\":{\"__isSmartRef__\":true,\"id\":370},\"author\":\"undefined\",\"message\":\"suddenly, the rectangle became a CarDemo\",\"id\":\"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350\"},\"370\":{\"isSerializedDate\":true,\"string\":\"Mon Apr 09 2012 13:42:07 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"371\":{\"date\":{\"__isSmartRef__\":true,\"id\":372},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"4B982A01-25B3-455A-848D-89C2C3C471D7\"},\"372\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 13:58:01 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"373\":{\"date\":{\"__isSmartRef__\":true,\"id\":374},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"2FD6CB7B-3BC7-4666-98B4-AACF1001954D\"},\"374\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 14:07:32 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"375\":{\"date\":{\"__isSmartRef__\":true,\"id\":376},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"09CF5ECF-2C87-4B66-A164-39848628596F\"},\"376\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 15:34:59 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"377\":{\"date\":{\"__isSmartRef__\":true,\"id\":378},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"252A3EB5-DB00-4CF9-BF38-2927DD1C5229\"},\"378\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:34:29 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"379\":{\"date\":{\"__isSmartRef__\":true,\"id\":380},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"81534551-62C1-4FC9-96CB-A5AC6642CA1E\"},\"380\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:45:49 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"381\":{\"date\":{\"__isSmartRef__\":true,\"id\":382},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"5125DE3A-D50E-4621-8490-F3A9D99C2C4C\"},\"382\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:47:20 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"383\":{\"date\":{\"__isSmartRef__\":true,\"id\":384},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"C81A2FBF-CB0B-4A0B-9D63-F9AEDFCB5DA6\"},\"384\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:51:06 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"385\":{\"date\":{\"__isSmartRef__\":true,\"id\":386},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"DC8EF5EC-7563-45B6-816D-20E2DC218525\"},\"386\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:52:10 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"387\":{\"date\":{\"__isSmartRef__\":true,\"id\":388},\"author\":\"timfelgentreff\",\"message\":\"no comment\",\"id\":\"E7515DFB-DE7D-4E1F-A2C3-85166DCE4942\"},\"388\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:59:39 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"389\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"390\":{\"morph\":{\"__isSmartRef__\":true,\"id\":339},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"391\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":339},\"sourceAttrName\":\"onMouseMove\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":339},\"targetMethodName\":\"updateOnMove\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"392\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":339},\"sourceAttrName\":\"onMouseUp\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":273},\"targetMethodName\":\"removeHighlighting\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"393\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":339},\"sourceAttrName\":\"onMouseUp\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":208},\"targetMethodName\":\"setTarget\",\"converterString\":\"function () {\\n return this.sourceObj.coveredMorph()\\n }\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":394},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":395},\"__LivelyClassName__\":\"AttributeConnection\"},\"394\":{\"source\":{\"__isSmartRef__\":true,\"id\":339},\"target\":{\"__isSmartRef__\":true,\"id\":208}},\"395\":{\"converter\":{\"__isSmartRef__\":true,\"id\":396}},\"396\":{\"originalFunc\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":394},\"source\":\"function () {\\n return this.sourceObj.coveredMorph()\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":397},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"397\":{},\"398\":{\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":399}},\"399\":{\"test01IsMorph\":{\"__isSmartRef__\":true,\"id\":400}},\"400\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":401},\"source\":\"function test01IsMorph(aPart) {\\n this.assert(aPart.isMorph, 'rectangle should be a morph');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":402},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"401\":{\"this\":{\"__isSmartRef__\":true,\"id\":398}},\"402\":{},\"403\":{\"x\":691.0285365288845,\"y\":475.61253261443596,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"404\":{\"x\":43.995993991989735,\"y\":-14.012018024029999,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"405\":{\"update\":{\"__isSmartRef__\":true,\"id\":406},\"coveredMorph\":{\"__isSmartRef__\":true,\"id\":410},\"updateOnMove\":{\"__isSmartRef__\":true,\"id\":414},\"bringToFront\":{\"__isSmartRef__\":true,\"id\":418}},\"406\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":407},\"source\":\"function update(morph) {\\n if (morph === this.magnifierButton ||\\n this.magnifierButton.submorphs.indexOf(morph) >= 0) {\\n morph = this.magnifierButton.currentTarget()\\n }\\n\\n if (morph) {\\n this.setPosition(morph.getPositionInWorld())\\n this.setExtent(morph.getExtent())\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":408},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"407\":{\"this\":{\"__isSmartRef__\":true,\"id\":339}},\"408\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":409},\"user\":\"lauritz\",\"tags\":[]},\"409\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 18:30:09 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"410\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":411},\"source\":\"function coveredMorph() {\\n var that = this\\n return $world.morphsContainingPoint($world.firstHand().getPosition()).detect(\\n function(ea) {\\n return !ea.isPlaceholder &&\\n !ea.isHalo &&\\n (!ea.owner || !ea.owner.isHalo) &&\\n !(ea === that);\\n });\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":412},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"411\":{\"this\":{\"__isSmartRef__\":true,\"id\":339}},\"412\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":413},\"user\":\"lauritz\",\"tags\":[]},\"413\":{\"isSerializedDate\":true,\"string\":\"Tue May 29 2012 13:24:20 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"414\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":415},\"source\":\"function updateOnMove() {\\n this.update(this.coveredMorph())\\n this.bringToFront();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":416},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"415\":{\"this\":{\"__isSmartRef__\":true,\"id\":339}},\"416\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":417},\"user\":\"lauritz\",\"tags\":[]},\"417\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 17:28:21 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"418\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":419},\"source\":\"function bringToFront() {\\n this.renderContext().morphNode.style.zIndex= 1000\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":424},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"419\":{\"this\":{\"__isSmartRef__\":true,\"id\":339},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":420}},\"420\":{\"$super\":{\"__isSmartRef__\":true,\"id\":421}},\"421\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":422},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n if ($world) \\n $world.logError(e, 'Error in $super call')\\n else\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":423},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"422\":{\"obj\":{\"__isSmartRef__\":true,\"id\":339},\"name\":\"bringToFront\"},\"423\":{},\"424\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":425},\"user\":\"lauritz\",\"tags\":[]},\"425\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 17:28:10 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"426\":{\"onFire\":{\"__isSmartRef__\":true,\"id\":427},\"removeHighlighting\":{\"__isSmartRef__\":true,\"id\":430},\"onMouseMove\":{\"__isSmartRef__\":true,\"id\":434},\"onMouseOut\":{\"__isSmartRef__\":true,\"id\":441},\"reset\":{\"__isSmartRef__\":true,\"id\":448},\"isTracking\":{\"__isSmartRef__\":true,\"id\":451},\"isHighlighting\":{\"__isSmartRef__\":true,\"id\":455},\"currentTarget\":{\"__isSmartRef__\":true,\"id\":458},\"setTarget\":{\"__isSmartRef__\":true,\"id\":462},\"currentTargetIsMultiSelection\":{\"__isSmartRef__\":true,\"id\":465},\"newMultiSelection\":{\"__isSmartRef__\":true,\"id\":468},\"newGreenRectangle\":{\"__isSmartRef__\":true,\"id\":471},\"stopTracking\":{\"__isSmartRef__\":true,\"id\":474},\"startTracking\":{\"__isSmartRef__\":true,\"id\":477},\"stopHighlighting\":{\"__isSmartRef__\":true,\"id\":480},\"startHighlighting\":{\"__isSmartRef__\":true,\"id\":483},\"onRectangleKeyPress\":{\"__isSmartRef__\":true,\"id\":486}},\"427\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":428},\"source\":\"function onFire() {\\n this.stopHighlighting()\\n if (this.isTracking()) {\\n this.stopTracking()\\n } else {\\n this.startTracking()\\n }\\n this.onMouseMove()\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":429},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"428\":{\"this\":{\"__isSmartRef__\":true,\"id\":273}},\"429\":{},\"430\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":431},\"source\":\"function removeHighlighting() {\\n var hand = this.world().firstHand(),\\n rect = this.highlightRectangle\\n if (rect) {\\n rect.remove()\\n }\\n hand.attributeConnections.removeAt(\\n hand.attributeConnections.indexOf(hand.highlightConnection))\\n hand.highlightConnection = null\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":432},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"431\":{\"this\":{\"__isSmartRef__\":true,\"id\":273}},\"432\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":433},\"user\":\"lauritz\",\"tags\":[]},\"433\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 17:20:20 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"434\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":435},\"source\":\"function onMouseMove(evt) {\\n if (!this.isHighlighting()) {\\n this.startHighlighting()\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":440},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"435\":{\"this\":{\"__isSmartRef__\":true,\"id\":273},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":436}},\"436\":{\"$super\":{\"__isSmartRef__\":true,\"id\":437}},\"437\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":438},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n if ($world)\\n $world.logError(e, 'Error in $super call')\\n else\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":439},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"438\":{\"obj\":{\"__isSmartRef__\":true,\"id\":273},\"name\":\"onMouseMove\"},\"439\":{},\"440\":{},\"441\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":442},\"source\":\"function onMouseOut() {\\n this.stopHighlighting()\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":447},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"442\":{\"this\":{\"__isSmartRef__\":true,\"id\":273},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":443}},\"443\":{\"$super\":{\"__isSmartRef__\":true,\"id\":444}},\"444\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":445},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n if ($world)\\n $world.logError(e, 'Error in $super call')\\n else\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":446},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"445\":{\"obj\":{\"__isSmartRef__\":true,\"id\":273},\"name\":\"onMouseOut\"},\"446\":{},\"447\":{},\"448\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":449},\"source\":\"function reset() {\\n var rect = this.highlightRectangle\\n rect.attributeConnections = []\\n connect(rect, \\\"onMouseMove\\\", rect, \\\"updateOnMove\\\")\\n connect(rect, \\\"onMouseUp\\\", this, \\\"setTarget\\\")\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":450},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"449\":{\"this\":{\"__isSmartRef__\":true,\"id\":273}},\"450\":{},\"451\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":452},\"source\":\"function isTracking() {\\n return !!this.world().firstHand().highlightConnection\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":453},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"452\":{\"this\":{\"__isSmartRef__\":true,\"id\":273}},\"453\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":454},\"user\":\"lauritz\",\"tags\":[]},\"454\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 18:04:17 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"455\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":456},\"source\":\"function isHighlighting() {\\n return !!this.greenRectangle\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":457},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"456\":{\"this\":{\"__isSmartRef__\":true,\"id\":273}},\"457\":{},\"458\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":459},\"source\":\"function currentTarget() {\\n return this.owner.target;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":460},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"459\":{\"this\":{\"__isSmartRef__\":true,\"id\":273}},\"460\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":461},\"user\":\"lauritz\",\"tags\":[]},\"461\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 18:26:02 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"462\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":463},\"source\":\"function setTarget() {\\n var e = window.event,\\n shiftPressed = e.shiftKey,\\n target = this.highlightRectangle.coveredMorph()\\n\\n if (shiftPressed) {\\n if (this.currentTargetIsMultiSelection()) {\\n this.currentTarget().push(target)\\n target = this.currentTarget()\\n } else {\\n var selection = this.newMultiSelection()\\n selection.push(this.currentTarget())\\n selection.push(target)\\n target = selection\\n }\\n }\\n\\n this.stopTracking()\\n this.stopHighlighting()\\n this.owner.setTarget(target)\\n\\n if (shiftPressed) {\\n this.startTracking()\\n this.startHighlighting()\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":464},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"463\":{\"this\":{\"__isSmartRef__\":true,\"id\":273}},\"464\":{},\"465\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":466},\"source\":\"function currentTargetIsMultiSelection() {\\n return !!(this.currentTarget() && this.currentTarget().__multi_selection_proxy__)\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":467},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"466\":{\"this\":{\"__isSmartRef__\":true,\"id\":273}},\"467\":{},\"468\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":469},\"source\":\"function newMultiSelection() {\\n var ms = {\\n __multi_selection_proxy__: true,\\n targets: [],\\n highlights: [],\\n setName: function (n) {\\n this.name = n\\n },\\n getName: function () {\\n if (!this.name) {\\n return \\\"Unnamed Group\\\" + \\\" [\\\" + this.targets.length + \\\"]\\\"\\n } else {\\n return this.name + \\\" [\\\" + this.targets.length + \\\"]\\\"\\n }\\n },\\n push: function (obj) {\\n var idx = this.targets.indexOf(obj)\\n if (idx < 0) {\\n this.targets.push(obj)\\n } else {\\n this.targets.removeAt(idx)\\n }\\n },\\n getFunction: function (name) {\\n var funcs = this.privateTargetFunctions()\\n return funcs.find(function(f) { return f[0] === name })[1]\\n },\\n targetFunctions: function () {\\n var funcs = this.privateTargetFunctions()\\n return funcs.collect(function(f) { return f[0] });\\n },\\n privateTargetFunctions: function () {\\n if (!this.targets.length)\\n return []\\n\\n var that = this;\\n var funcs = Functions.own(this.targets[0]).collect(function (fname) {\\n return [fname, that.targets[0][fname]]\\n })\\n this.targets.each(function(target) {\\n //debugger\\n funcs = funcs.select(function(f){\\n return Functions.own(target).include(f[0]) &&\\n target[f[0]].toString() == f[1].toString();\\n });\\n });\\n return funcs\\n },\\n highlight: function (rect) {\\n this.removeHighlight()\\n this.highlights = this.targets.collect(function (ea) {\\n var r = rect.copy()\\n ea.world().addMorph(r)\\n r.update(ea)\\n return r\\n })\\n },\\n removeHighlight: function () {\\n this.highlights.each(function (h) {\\n h.remove()\\n })\\n this.highlights = []\\n },\\n addScript: function (func) {\\n var fs = []\\n this.targets.each(function (t) {\\n fs.push(t.addScript(func))\\n })\\n return {\\n tag: function (t) {\\n fs.each(function (f) { f.tag(t) })\\n return true\\n }\\n }\\n }\\n }\\n\\n Functions.own(ms).each(function (name) { ms[name].asScriptOf(ms, name) })\\n return ms\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":470},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"469\":{\"this\":{\"__isSmartRef__\":true,\"id\":273}},\"470\":{},\"471\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":472},\"source\":\"function newGreenRectangle() {\\n var rect = this.highlightRectangle.copy()\\n rect.setFill(Color.rgba(0,58,0,128))\\n rect.disableEvents()\\n rect.isHalo = true\\n return rect\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":473},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"472\":{\"this\":{\"__isSmartRef__\":true,\"id\":273}},\"473\":{},\"474\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":475},\"source\":\"function stopTracking() {\\n var hand = this.world().firstHand(),\\n rect = this.highlightRectangle\\n \\n if (rect) {\\n rect.remove()\\n }\\n hand.attributeConnections.removeAt(\\n hand.attributeConnections.indexOf(hand.highlightConnection))\\n hand.highlightConnection = null\\n this.owner.focus()\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":476},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"475\":{\"this\":{\"__isSmartRef__\":true,\"id\":273}},\"476\":{},\"477\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":478},\"source\":\"function startTracking() {\\n var hand = this.world().firstHand(),\\n rect = this.highlightRectangle\\n\\n this.world().addMorph(rect)\\n if (!hand.highlightConnection) {\\n hand.highlightConnection = connect(hand, \\\"scrollFocusMorph\\\", rect, \\\"update\\\")\\n }\\n rect.bringToFront()\\n rect.focus()\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":479},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"478\":{\"this\":{\"__isSmartRef__\":true,\"id\":273}},\"479\":{},\"480\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":481},\"source\":\"function stopHighlighting() {\\n if (this.greenRectangle) {\\n this.greenRectangle.remove()\\n delete this.greenRectangle\\n }\\n if (this.currentTargetIsMultiSelection()) {\\n this.currentTarget().removeHighlight()\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":482},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"481\":{\"this\":{\"__isSmartRef__\":true,\"id\":273}},\"482\":{},\"483\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":484},\"source\":\"function startHighlighting() {\\n if (!this.currentTarget()) {\\n return\\n }\\n // start only if neccessary\\n if (!this.greenRectangle) {\\n var rect = this.newGreenRectangle(),\\n target = this.currentTarget()\\n\\n if (this.currentTargetIsMultiSelection()) {\\n target.highlight(rect)\\n } else {\\n rect.update(target)\\n this.world().addMorph(rect)\\n rect.bringToFront()\\n }\\n this.greenRectangle = rect\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":485},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"484\":{\"this\":{\"__isSmartRef__\":true,\"id\":273}},\"485\":{},\"486\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":487},\"source\":\"function onRectangleKeyPress() {\\n debugger\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":488},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"487\":{\"this\":{\"__isSmartRef__\":true,\"id\":273}},\"488\":{},\"489\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":490}],\"scripts\":[],\"id\":\"5673B961-0798-476A-B6F2-E0726B7F879F\",\"shape\":{\"__isSmartRef__\":true,\"id\":506},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":522},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":509},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":523},\"label\":{\"__isSmartRef__\":true,\"id\":490},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":532}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":534},\"name\":\"ObjectEditorRemoveScriptButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":535},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":536},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":537},\"owner\":{\"__isSmartRef__\":true,\"id\":208},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":538},\"isCopyMorphRef\":true,\"morphRefId\":150,\"draggingEnabled\":false,\"objectEditorPane\":{\"__isSmartRef__\":true,\"id\":208},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":539},\"derivationIds\":[217,\"FDC10087-12CF-4570-9211-8309CB6A9AA3\",\"E18FC530-4B1F-4F08-8DA6-3866A3519E56\",\"04A2AAC3-6A9E-40BB-9408-EBB2567EE63B\",\"8C1A42CE-840C-4AAE-BD79-C93A445B9EBF\",\"61FC11FA-B87E-4EFE-BD15-564D3178B68B\",\"ED34F9B5-9E00-41B3-8313-D9C3D6B3B231\",\"A7481F4B-D444-4B4F-BDA2-4F9F03AEC24D\",\"7DDF7175-34FC-4521-A7C3-580A8BE63351\",\"DEA39C05-FAD7-4882-AB3D-0EE12C3408F9\",\"99186A50-1411-4B6F-B1CB-FF0742C20D7D\",\"10F3E467-6BB8-4D07-BD17-8C50593FD6B8\",\"7260818C-6472-4288-8BDD-1E7798A543F3\",\"DEBB5BDB-018D-4BA1-9FB9-73DC84C51D89\",\"D75BCAED-3029-46EB-B944-4A102BB1BC0F\",\"9A977DA2-B325-4DFA-9683-3DC9ECEFAAC0\",\"48A5078F-B4A5-4F4E-884D-84CCDFFBE6F0\",\"33905494-AA01-4311-8398-1F6C3D4F1BAC\",\"5D7201A7-1374-49AD-851F-E3167EFED99E\",\"9B69B6C6-71F2-402E-89D1-E97FC2D3AE13\",\"DA1B3A74-F4A6-427B-8FBD-3D2E9D8CD866\",\"F530E7B6-0EE0-4B09-AB7F-A8ED4B4A3B6C\",\"2EFCB510-BBCF-45D9-8813-62A90CB5DADF\"],\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":540},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"490\":{\"submorphs\":[],\"scripts\":[],\"id\":\"433493AD-BB25-4326-A6E3-647D3FBFD21D\",\"shape\":{\"__isSmartRef__\":true,\"id\":491},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":21,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":497},\"textColor\":{\"__isSmartRef__\":true,\"id\":494},\"owner\":{\"__isSmartRef__\":true,\"id\":489},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":498}],\"padding\":{\"__isSmartRef__\":true,\"id\":500},\"_Padding\":{\"__isSmartRef__\":true,\"id\":501},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":502},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":503},\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":504},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":21,\"_MinTextHeight\":null,\"draggingEnabled\":false,\"derivationIds\":[218,\"852A7BD9-52EE-4708-A2D5-1BDECF33C958\",\"7B4F173E-9726-472A-9B30-530D4AA92AD9\",\"CBA217F6-2832-4213-9ABE-47753C1A4180\",\"E6B97D1D-95D5-4644-9359-1D08D42A51F4\",\"4391A57E-70C2-4628-9828-DD668CCE546E\",\"F0C6C298-3B8B-42B2-B5E9-E5B82F607B01\",\"DF0CAF75-4247-4797-B1A0-AD7444391E2A\",\"B4C4F09B-F663-47A1-B85F-461D5452F5F8\",\"FD966AB1-4685-4151-9A38-B1B21B0237EF\",\"CA91FC2C-D7CC-4123-AFD2-108F8F0C2E97\",\"88F1581A-7AEF-4646-B7F9-3890CDDB8494\",\"DC577877-7F00-4238-9246-08C2A10C0CC9\",\"818C9467-71A2-44D6-B01F-1523A0CD5476\",\"C0CF3DDB-AA12-49E0-B12A-6B620552BB47\",\"853E19A1-E97D-463D-A24F-0148671EB696\",\"0203CA4C-E523-4F7D-824B-F09BA3914BDD\",\"18B98A59-6C8E-4386-B3EF-A17259C51C0F\",\"24D84E0A-FA16-47DE-934D-E60729EEB227\",\"7035F1EB-4B8C-4F20-B3AC-966403F55C0A\",\"69831817-0662-4848-8481-44558987D21D\",\"BA722932-77FE-4169-846F-011A03167C4D\",\"AB1018FC-1D8F-4401-8F32-3F33E56AFFB8\"],\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":505},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"491\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":492},\"_Extent\":{\"__isSmartRef__\":true,\"id\":493},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":494},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":495},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":496},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"492\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"493\":{\"x\":25,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"494\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"495\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"496\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"497\":{\"x\":-4.547473508864641e-13,\"y\":2.2737367544323206e-13,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"498\":{\"style\":{\"__isSmartRef__\":true,\"id\":499},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":490},\"storedString\":\"-\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"499\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"500\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"501\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"502\":{\"x\":25,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"503\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"504\":{\"morph\":{\"__isSmartRef__\":true,\"id\":490},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"505\":{\"requiredModules\":[],\"idOnLoad\":\"433493AD-BB25-4326-A6E3-647D3FBFD21D\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"506\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":507},\"_Extent\":{\"__isSmartRef__\":true,\"id\":508},\"_Fill\":{\"__isSmartRef__\":true,\"id\":509},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":519},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":520},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":521},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"507\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"508\":{\"x\":25,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"509\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":510},{\"__isSmartRef__\":true,\"id\":512},{\"__isSmartRef__\":true,\"id\":514},{\"__isSmartRef__\":true,\"id\":516}],\"vector\":{\"__isSmartRef__\":true,\"id\":518},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"510\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":511}},\"511\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"512\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":513}},\"513\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"514\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":515}},\"515\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"516\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":517}},\"517\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"518\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"519\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"520\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"521\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"522\":{\"x\":159.99999999999977,\"y\":40.00000000000023,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"523\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":524},{\"__isSmartRef__\":true,\"id\":526},{\"__isSmartRef__\":true,\"id\":528},{\"__isSmartRef__\":true,\"id\":530}],\"vector\":{\"__isSmartRef__\":true,\"id\":518},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"524\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":525}},\"525\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"526\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":527}},\"527\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"528\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":529}},\"529\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"530\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":531}},\"531\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"532\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":489},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":489},\"targetMethodName\":\"deleteSelectedScript\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":533},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"533\":{\"source\":{\"__isSmartRef__\":true,\"id\":489},\"target\":{\"__isSmartRef__\":true,\"id\":489}},\"534\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"535\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"idOnLoad\":\"5673B961-0798-476A-B6F2-E0726B7F879F\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"536\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"537\":{\"x\":30,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"538\":{\"morph\":{\"__isSmartRef__\":true,\"id\":489},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"539\":{\"x\":33.35839679439101,\"y\":-21.324811622839547,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"540\":{\"deleteSelectedScript\":{\"__isSmartRef__\":true,\"id\":541}},\"541\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":542},\"source\":\"function deleteSelectedScript() {\\n\\n var editor = this.objectEditorPane;\\n var selection = editor.scriptList.selection;\\n\\n if (!editor.target || editor.scriptList.getList().size() < 2) \\n return; \\n\\n var deleteScript = function (confirmed) {\\n if (!confirmed) return;\\n \\n if (selection && editor.target) {\\n if (!editor.target.hasOwnProperty(selection)) \\n return;\\n delete editor.target[selection];\\n editor.updateLists();\\n editor.displayInitialScript();\\n }\\n }\\n\\n var message = 'Delete \\\"' + selection + '\\\" script?';\\n var callback = deleteScript;\\n\\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\\n\\n return this.world().openDialog(dialog);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":543},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"542\":{\"this\":{\"__isSmartRef__\":true,\"id\":489}},\"543\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":544},\"user\":\"lauritz\"},\"544\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 18:12:21 GMT+0100 (Mitteleuropäische Zeit)\"},\"545\":{\"submorphs\":[],\"scripts\":[],\"id\":\"1E02AF57-0D1F-4EB6-8EA7-519D493BCA52\",\"shape\":{\"__isSmartRef__\":true,\"id\":546},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":553},\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Monaco,courier\",\"_MaxTextWidth\":802,\"_MaxTextHeight\":null,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":554}],\"layout\":{\"__isSmartRef__\":true,\"id\":556},\"showsHalos\":false,\"prevScroll\":[0,0],\"name\":\"ObjectEditorScriptPane\",\"charsReplaced\":\"// changed at Wed Jun 13 2012 16:23:24 GMT+0200 (CEST) by tessi \\nthis.addScript(function foo() {\\n return \\\"foo!\\\";\\n}).tag([\\\"tagged\\\"]);\\n\\n\\n// changed at Wed Jun 13 2012 16:26:48 GMT+0200 (CEST) by tessi \\nthis.addScript(function baz() {\\n return \\\"icke\\\"\\n}).tag([\\\"due\\\"])\",\"lastFindLoc\":270,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":557},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":558},\"_ClipMode\":\"auto\",\"_FontSize\":9,\"lastSyntaxHighlightTime\":4,\"doitContext\":null,\"savedTextString\":\"// changed at Wed Jun 13 2012 16:23:24 GMT+0200 (CEST) by tessi \\nthis.addScript(function foo() {\\n return \\\"foo!\\\";\\n}).tag([\\\"tagged\\\"]);\\n\\n// changed at Wed Jun 13 2012 16:26:48 GMT+0200 (CEST) by tessi \\nthis.addScript(function baz() {\\n return \\\"icke\\\"\\n}).tag([\\\"due\\\"])\",\"_Align\":\"left\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":559},\"lastSearchString\":\"stringsformat\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":560},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":561},{\"__isSmartRef__\":true,\"id\":587}],\"doNotSerialize\":[\"$$textString\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\"],\"doNotCopyProperties\":[\"$$textString\"],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":588},\"_MinTextWidth\":802,\"_MinTextHeight\":null,\"lastSaveSource\":\"\",\"isBeingDragged\":false,\"draggingEnabled\":false,\"objectEditorPane\":{\"__isSmartRef__\":true,\"id\":208},\"isCopyMorphRef\":true,\"morphRefId\":151,\"statusMorph\":{\"__isSmartRef__\":true,\"id\":589},\"derivationIds\":[219,\"DD5046D0-C1D6-412A-83C9-CD7EE63D40E0\",\"4D92BDFD-A599-4154-A197-A4B1292C1619\",\"98551F68-B128-4262-9BC2-6B8AC7C8D7C0\",\"47731662-FF8E-4C0F-A170-FD5C56A06021\",\"3FC7FDE6-156F-4056-BB04-B76D8B6C5472\",\"C1E8D5BB-56F9-47B3-A520-BEEFEF791823\",\"115FC149-EEF9-415A-A5B7-AB0B9D0170A4\",\"0D66FA39-01E7-4F16-840C-4FA0FA14DD10\",\"B0A74693-DE3F-4867-8DC0-61B098A8F0D1\",\"3547765B-E224-48EC-B58F-278C1DC7422E\",\"8561ACCF-315A-46EC-9412-BC5D4C55D437\",\"533D6602-9E1A-414A-9646-0FEF9ECCEBF7\",\"5141CF81-6EA1-419B-97AC-62C22FEFC658\",\"B9E83FD9-9781-4F00-8A07-0C96E0D29D3D\",\"034F48B5-B4B1-4DF5-9FA5-9A9CFB99F43A\",\"70FBC800-1914-4F9C-A8E4-2190F72E2902\",\"64465644-E389-4AA2-BE05-93FB591B45D0\",\"E80928FE-6AC8-4FE0-B0A2-7C7A0C7D5E85\",\"E24E50AD-DCA6-4D01-A523-CC1E4FB09222\",\"27E050B0-3192-426E-B01D-907ECF280A68\",\"DD29F724-4D9E-45DC-B39B-860DE937B0F7\",\"A254B7C0-77BF-42A2-9652-8874468C2E81\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":604},\"owner\":{\"__isSmartRef__\":true,\"id\":208},\"syntaxHighlightingWhileTyping\":true,\"#startLetters\":\"enable\",\"_syntaxHighlightTimeout\":null,\"previousSelection\":[73,80],\"textString\":\"\",\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":605},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"546\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":547},\"_Extent\":{\"__isSmartRef__\":true,\"id\":548},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":549},\"_Fill\":{\"__isSmartRef__\":true,\"id\":550},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":551},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_ClipMode\":\"auto\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":552},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"547\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"548\":{\"x\":804,\"y\":473,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"549\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"550\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"551\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"552\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"553\":{\"x\":2,\"y\":1,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"554\":{\"style\":{\"__isSmartRef__\":true,\"id\":555},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":545},\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"555\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"556\":{\"resizeWidth\":true,\"resizeHeight\":true},\"557\":{\"requiredModules\":[],\"partsSpaceName\":\"PartsBin/Widgets/\",\"migrationLevel\":2,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"idOnLoad\":\"1E02AF57-0D1F-4EB6-8EA7-519D493BCA52\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"558\":{\"x\":804,\"y\":473,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"559\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"560\":{\"morph\":{\"__isSmartRef__\":true,\"id\":545},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"561\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":545},\"sourceAttrName\":\"textString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":562},\"targetMethodName\":\"indicateUnsavedChanges\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"562\":{\"submorphs\":[],\"scripts\":[],\"id\":\"A42E7B2C-38F6-4C10-840B-AD516BAD9216\",\"shape\":{\"__isSmartRef__\":true,\"id\":563},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":570},\"showsHalos\":false,\"name\":\"ChangeIndicator\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":571},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":572},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":573},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":208},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":574},\"layout\":{\"__isSmartRef__\":true,\"id\":575},\"isBeingDragged\":false,\"savedColor\":{\"__isSmartRef__\":true,\"id\":566},\"alarmColor\":{\"__isSmartRef__\":true,\"id\":576},\"grabbingEnabled\":false,\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":577},\"isCopyMorphRef\":true,\"morphRefId\":152,\"derivationIds\":[220,\"EE491D24-F056-4AFE-A669-7B7048C6C3D1\",\"3FA4A8C3-0FC0-43A0-8C00-00A96F9022E2\",\"62DAD3C6-A81D-450F-B32F-601EA7E619D8\",\"EEDB0C58-5990-481A-A7FF-ACB1A2DF08DD\",\"16F708CB-1259-4A75-BAEF-1A5216C6CB19\",\"97CA61D3-E09B-43CD-9880-D8B36FA303F3\",\"0AF6BEEC-8A57-44FF-9D8D-40BA6CC6A0CD\",\"AF2BEE76-C34F-457E-8699-9896327A4C07\",\"5EC39FF0-602F-44A2-BE3A-04FCA127E5D1\",\"44CEBF61-9A92-4E36-9576-425D5054B471\",\"E9ACF86B-B775-4125-83BC-7E4500597D40\",\"FE62294A-F891-45E4-AAE7-6F386B5A8CB5\",\"8771140D-0D57-4CAF-A57B-857F858CCC73\",\"BE774795-5889-4DB8-A366-1C774555761B\",\"89DA16ED-5636-4C0D-B52F-A327A5526DD6\",\"94DAC0EC-79E9-48E5-90D5-2BB59495BD0B\",\"048AE915-30CF-4DE4-819B-F7D41CE99585\",\"0417EEDD-6B12-4AF1-B7BC-875E32521980\",\"5DFAFB2A-C915-429E-A58C-030C229C9AB8\",\"BD996DFA-D248-4D9C-AF33-C5BA2511A09E\",\"2B0DBBE1-5245-4CF9-A95B-7AE804E41FB5\",\"66C96884-55B2-4546-95DA-D0C4FEEE34F9\"],\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":578},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"563\":{\"position\":{\"__isSmartRef__\":true,\"id\":564},\"_Extent\":{\"__isSmartRef__\":true,\"id\":565},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":566},\"_Fill\":{\"__isSmartRef__\":true,\"id\":567},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":568},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":569},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"564\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"565\":{\"x\":8.637782619743348,\"y\":9.712632235981744,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"566\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"567\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"568\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"569\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"570\":{\"x\":995.9954163112993,\"y\":81.30097087378613,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"571\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!\",\"migrationLevel\":2,\"partName\":\"Rectangle\",\"idOnLoad\":\"A42E7B2C-38F6-4C10-840B-AD516BAD9216\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"572\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"573\":{\"morph\":{\"__isSmartRef__\":true,\"id\":562},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"574\":{\"x\":8.637782619743348,\"y\":10.787481852220026,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"575\":{\"moveHorizontal\":true,\"adjustForNewBounds\":true},\"576\":{\"r\":0.9411764705882353,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"577\":{\"x\":39.12446064638789,\"y\":-18.840390829461512,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"578\":{\"indicateUnsavedChanges\":{\"__isSmartRef__\":true,\"id\":579},\"setColors\":{\"__isSmartRef__\":true,\"id\":583}},\"579\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":580},\"source\":\"function indicateUnsavedChanges() {\\n if (this.owner.scriptPane.hasChanged()) {\\n this.setColors(this.alarmColor);\\n } else {\\n this.setColors(this.savedColor);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":581},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"580\":{\"this\":{\"__isSmartRef__\":true,\"id\":562}},\"581\":{\"user\":\"lauritz\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":582}},\"582\":{\"isSerializedDate\":true,\"string\":\"Tue Sep 27 2011 20:09:19 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"583\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":584},\"source\":\"function setColors(color) {\\n this.setFill(color);\\n this.setBorderColor(color);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":585},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"584\":{\"this\":{\"__isSmartRef__\":true,\"id\":562}},\"585\":{\"user\":\"lauritz\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":586}},\"586\":{\"isSerializedDate\":true,\"string\":\"Tue Sep 27 2011 19:06:09 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"587\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":545},\"sourceAttrName\":\"textString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":545},\"targetMethodName\":\"highlightJavaScriptSyntax\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"588\":{\"x\":470.9669354941989,\"y\":-16.547710076960584,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"589\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":590},\"id\":553,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":597},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":598}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":600},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"visible\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":11,\"_Position\":{\"__isSmartRef__\":true,\"id\":601},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":602},\"_MaxTextWidth\":90,\"_MinTextWidth\":90,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"_Align\":\"center\",\"_VerticalAlign\":\"center\",\"_TextColor\":{\"__isSmartRef__\":true,\"id\":603},\"owner\":null,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"590\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":591},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":592},\"_Extent\":{\"__isSmartRef__\":true,\"id\":593},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":594},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":595},\"_Fill\":{\"__isSmartRef__\":true,\"id\":596},\"_StrokeOpacity\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"591\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"592\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\"},\"593\":{\"x\":100,\"y\":25,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"594\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"595\":{\"r\":0.8,\"g\":0.8,\"b\":0.8,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"596\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"597\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"598\":{\"style\":{\"__isSmartRef__\":true,\"id\":599},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":589},\"storedString\":\"saved source\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"599\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"600\":{\"morph\":{\"__isSmartRef__\":true,\"id\":589},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"601\":{\"x\":353.5142682644423,\"y\":244.30626630721798,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"602\":{\"x\":100,\"y\":25,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"603\":{\"r\":0,\"g\":0.8,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"604\":{\"x\":200.00000000000023,\"y\":80.00000000000159,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"605\":{\"doSave\":{\"__isSmartRef__\":true,\"id\":606},\"boundEval\":{\"__isSmartRef__\":true,\"id\":613},\"reset\":{\"__isSmartRef__\":true,\"id\":620},\"display\":{\"__isSmartRef__\":true,\"id\":624},\"hasChanged\":{\"__isSmartRef__\":true,\"id\":628},\"setTarget\":{\"__isSmartRef__\":true,\"id\":632},\"displayStatus\":{\"__isSmartRef__\":true,\"id\":636},\"onSaved\":{\"__isSmartRef__\":true,\"id\":640}},\"606\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":607},\"source\":\"function doSave() {\\n $super();\\n this.owner.saveScriptWithSource(this.textString);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":612},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"607\":{\"this\":{\"__isSmartRef__\":true,\"id\":545},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":608}},\"608\":{\"$super\":{\"__isSmartRef__\":true,\"id\":609}},\"609\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":610},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n if ($world)\\n $world.logError(e, 'Error in $super call')\\n else\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":611},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"610\":{\"obj\":{\"__isSmartRef__\":true,\"id\":545},\"name\":\"doSave\"},\"611\":{},\"612\":{},\"613\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":614},\"source\":\"function boundEval(str) {\\n var result,\\n that = this,\\n ctx = that.getDoitContext()\\n\\n this.objectEditorPane.ensureAnnotationLayer();\\n\\n withLayers([ScriptAnnotationLayer], function() { \\n if (that.getDoitContext().isMorph || !str.include(\\\"this\\\")) {\\n result = $super(str);\\n } else {\\n var targets = ctx.targets\\n result = targets.collect(function (t) {\\n try {\\n that.doitContext = t\\n return $super(str)\\n } catch(e) {\\n return e\\n } finally {\\n that.doitContext = ctx\\n }\\n })\\n }\\n })\\n return result\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":619},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"614\":{\"this\":{\"__isSmartRef__\":true,\"id\":545},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":615}},\"615\":{\"$super\":{\"__isSmartRef__\":true,\"id\":616}},\"616\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":617},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n if ($world)\\n $world.logError(e, 'Error in $super call')\\n else\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":618},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"617\":{\"obj\":{\"__isSmartRef__\":true,\"id\":545},\"name\":\"boundEval\"},\"618\":{},\"619\":{},\"620\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":621},\"source\":\"function reset() {\\n this.doitContext = null;\\n this.lastSaveSource = \\\"\\\";\\n this.textString = \\\"\\\";\\n this.lastSaveSource = this.textString;\\n this.enableSyntaxHighlighting();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":622},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"621\":{\"this\":{\"__isSmartRef__\":true,\"id\":545}},\"622\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":623},\"user\":\"cschuster\",\"tags\":[]},\"623\":{\"isSerializedDate\":true,\"string\":\"Wed May 16 2012 20:52:57 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"624\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":625},\"source\":\"function display(jsCode) {\\n this.lastSaveSource = jsCode;\\n this.setTextString(jsCode);\\n this.highlightJavaScriptSyntax();\\n this.applyStyle({align: 'left'});\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":626},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"625\":{\"this\":{\"__isSmartRef__\":true,\"id\":545}},\"626\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":627},\"user\":\"lauritz\",\"categories\":[]},\"627\":{\"isSerializedDate\":true,\"string\":\"Tue Sep 27 2011 19:47:57 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"628\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":629},\"source\":\"function hasChanged() {\\n var cleanText = function (string) {\\n var source = string.trim();\\n if (source.substring(0,2) === \\\"//\\\") {\\n // removes annotation line\\n source = source.substring(source.indexOf(\\\"\\\\n\\\"), source.length);\\n source = source.trim();\\n }\\n if (source === 'undefined' || source === 'null') source = '';\\n return source;\\n }\\n var cleanedTextString = cleanText(this.textString);\\n var cleanedLastSource = cleanText(this.lastSaveSource);\\n return cleanedTextString !== cleanedLastSource;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":630},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"629\":{\"this\":{\"__isSmartRef__\":true,\"id\":545}},\"630\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":631},\"user\":\"lauritz\",\"categories\":[]},\"631\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 03 2011 18:29:45 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"632\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":633},\"source\":\"function setTarget(target) {\\n module('lively.ide.SyntaxHighlighting').load(true);\\n this.doitContext = target;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":634},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"633\":{\"this\":{\"__isSmartRef__\":true,\"id\":545}},\"634\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":635},\"user\":\"lauritz\",\"categories\":[]},\"635\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:30:39 GMT+0100 (Mitteleuropäische Zeit)\"},\"636\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":637},\"source\":\"function displayStatus(msg, color, delay) {\\n if (!this.statusMorph) {\\n this.statusMorph = new TextMorph(pt(100,25).extentAsRectangle());\\n this.statusMorph.applyStyle({borderWidth: 1, strokeOpacity: 0, borderColor: Color.gray});\\n this.statusMorph.setFill(this.owner.getFill());\\n this.statusMorph.setFontSize(11);\\n this.statusMorph.setAlign('center');\\n this.statusMorph.setVerticalAlign('center');\\n }\\n this.statusMorph.setTextString(msg);\\n this.statusMorph.centerAt(this.innerBounds().center());\\n this.statusMorph.setTextColor(color || Color.black);\\n this.addMorph(this.statusMorph);\\n (function() { this.statusMorph.remove() }).bind(this).delay(delay || 2); \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":638},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"637\":{\"this\":{\"__isSmartRef__\":true,\"id\":545}},\"638\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":639},\"user\":\"lauritz\",\"categories\":[]},\"639\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 23 2011 18:23:05 GMT+0100 (Mitteleuropäische Zeit)\"},\"640\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":641},\"source\":\"function onSaved(success) {\\n // executed when this.owner has tried to saved the source;\\n if (success) {\\n this.displayStatus(\\\"saved source\\\", Color.green);\\n } else {\\n this.lastSaveSource = this.getTextString();\\n this.displayStatus(\\\"not saved\\\", Color.red);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":642},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"641\":{\"this\":{\"__isSmartRef__\":true,\"id\":545}},\"642\":{},\"643\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":644}],\"scripts\":[],\"id\":\"B8F6648E-9176-4F5A-AD1C-E9DC67DD198B\",\"shape\":{\"__isSmartRef__\":true,\"id\":660},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":676},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":663},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":677},\"label\":{\"__isSmartRef__\":true,\"id\":644},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":686}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":688},\"name\":\"ObjectEditorAddScriptButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":689},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":690},\"owner\":{\"__isSmartRef__\":true,\"id\":208},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":691},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":692},\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":693},\"isCopyMorphRef\":true,\"morphRefId\":148,\"derivationIds\":[213,\"67D577AB-1BB3-4252-B0D4-99A23697F70A\",\"A2FCBD72-EE0A-4D04-8A92-348AE43B41D7\",\"A2345795-D086-4B81-84AF-2DEB8C0C2FFA\",\"0A260566-FCDD-4DCF-8E29-9A08EACF6825\",\"9AD1B434-5F24-4772-B3D6-D23B387A75A9\",\"B62B376D-67B2-40F8-AE4F-5884DEF6B16A\",\"06AA26F7-7C3E-4BCB-8027-1383B04A6F58\",\"E3C22463-022D-4899-A7BA-D751657BC15C\",\"28307DF8-D8AC-43BF-B497-29D0A95CF545\",\"98A0F5BB-817E-49FD-BF57-FE80C78FA0F1\",\"A4CF1743-CC5B-49EF-9E2E-11252EA4698A\",\"45A0137C-E059-4654-85EC-AB8019A43F07\",\"80B0B66E-616F-40A2-B4A4-0F9FF023F934\",\"64D0C971-C3B8-4129-85F3-BFF99333379F\",\"C532F920-824E-4473-A3CD-1F04A9B71A55\",\"D86CDFAC-7FFB-4D74-9AF6-AB09FECCD994\",\"E9D2976A-8516-462B-A563-8F9F137171B1\",\"1CB3DA2B-9617-4E68-B741-53535B1976CF\",\"40F9062B-54BE-4096-9406-1CC9C9A28C9B\",\"C64D8FAA-9689-4A0F-8DD9-02C44B609339\",\"0D6103A6-6AF2-41C9-BB43-94300340202A\",\"846F744E-241C-47FA-AF13-0D935549D529\"],\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"644\":{\"submorphs\":[],\"scripts\":[],\"id\":\"10AB8280-AD10-4455-AD6E-2301F2B18766\",\"shape\":{\"__isSmartRef__\":true,\"id\":645},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":21,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":651},\"textColor\":{\"__isSmartRef__\":true,\"id\":648},\"owner\":{\"__isSmartRef__\":true,\"id\":643},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":652}],\"padding\":{\"__isSmartRef__\":true,\"id\":654},\"_Padding\":{\"__isSmartRef__\":true,\"id\":655},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":656},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":657},\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":658},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":21,\"_MinTextHeight\":null,\"draggingEnabled\":false,\"derivationIds\":[214,\"523747A8-85D2-4FA2-9C4A-C51786457E22\",\"95516A91-5268-4C7E-A2E0-40B45D2EE1FA\",\"FFE672EF-5731-4472-B296-7F6C7CA559FC\",\"E2EECCEE-F80F-4AFD-BF9E-95BB6A9A1C93\",\"355346D2-A7A5-4445-8845-6B44FDC07A7B\",\"BD870722-965F-435D-B412-3AF6D1F49DF3\",\"CAC90849-49A0-4533-887C-E4B3A100B9A2\",\"94723505-AA06-4EF3-969A-A8530DCF581F\",\"0E2A5248-3657-4ED7-9A21-C6E3021AF608\",\"7837CC2E-FE26-45DC-BEAE-9418AF62BB79\",\"93C34EDE-0F2B-47B3-A7AB-23BAA561EE53\",\"5E9AE67B-CC7A-47CB-85A6-A7DAE15D3E8C\",\"3D899C9E-4DA1-4007-A696-590EA94CCA90\",\"86D9B98E-A51D-4055-AA61-41021CC73CEA\",\"63BE316B-B51E-44AC-8236-52C170B614A7\",\"982E45CB-34B3-466D-A37B-7E57DA577154\",\"42BD0A1B-A063-475C-B078-619776AECACD\",\"D5567684-86C5-4CEE-9A34-8A02EF93833A\",\"D6633ADA-2E55-4893-8257-0694CD831B8C\",\"2ACE5CA8-358B-41CB-ADF6-FE58C3F63EC8\",\"20F5DA55-961D-4F2A-AB0B-9239DECFA5B4\",\"E7AFA7CC-9A5F-4998-AA4E-5BB82EAF2793\"],\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":659},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"645\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":646},\"_Extent\":{\"__isSmartRef__\":true,\"id\":647},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":648},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":649},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":650},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"646\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"647\":{\"x\":25,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"648\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"649\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"650\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"651\":{\"x\":0,\"y\":2.2737367544323206e-13,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"652\":{\"style\":{\"__isSmartRef__\":true,\"id\":653},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":644},\"storedString\":\"+\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"653\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"654\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"655\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"656\":{\"x\":25,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"657\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"658\":{\"morph\":{\"__isSmartRef__\":true,\"id\":644},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"659\":{\"requiredModules\":[],\"idOnLoad\":\"10AB8280-AD10-4455-AD6E-2301F2B18766\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"660\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":661},\"_Extent\":{\"__isSmartRef__\":true,\"id\":662},\"_Fill\":{\"__isSmartRef__\":true,\"id\":663},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":673},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":674},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":675},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"661\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"662\":{\"x\":25,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"663\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":664},{\"__isSmartRef__\":true,\"id\":666},{\"__isSmartRef__\":true,\"id\":668},{\"__isSmartRef__\":true,\"id\":670}],\"vector\":{\"__isSmartRef__\":true,\"id\":672},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"664\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":665}},\"665\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"666\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":667}},\"667\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"668\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":669}},\"669\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"670\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":671}},\"671\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"672\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"673\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"674\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"675\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"676\":{\"x\":130.00000000000023,\"y\":40.00000000000023,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"677\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":678},{\"__isSmartRef__\":true,\"id\":680},{\"__isSmartRef__\":true,\"id\":682},{\"__isSmartRef__\":true,\"id\":684}],\"vector\":{\"__isSmartRef__\":true,\"id\":672},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"678\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":679}},\"679\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"680\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":681}},\"681\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"682\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":683}},\"683\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"684\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":685}},\"685\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"686\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":643},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":208},\"targetMethodName\":\"newScript\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":687},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"687\":{\"source\":{\"__isSmartRef__\":true,\"id\":643},\"target\":{\"__isSmartRef__\":true,\"id\":208}},\"688\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"689\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"idOnLoad\":\"B8F6648E-9176-4F5A-AD1C-E9DC67DD198B\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"690\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"691\":{\"x\":30,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"692\":{\"morph\":{\"__isSmartRef__\":true,\"id\":643},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"693\":{\"x\":29.478697395442737,\"y\":-26.32481162283952,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"694\":{\"submorphs\":[],\"scripts\":[],\"id\":\"3DE765D5-6E06-49D9-B5B3-9539043B796C\",\"shape\":{\"__isSmartRef__\":true,\"id\":695},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":702},\"itemList\":[\"-- ALL --\"],\"selectedLineNo\":0,\"showsHalos\":false,\"name\":\"ObjectEditorScriptList\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":703},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"_ClipMode\":\"auto\",\"owner\":{\"__isSmartRef__\":true,\"id\":208},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":704},\"prevScroll\":[0,0],\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":705}],\"doNotSerialize\":[\"$$selection\"],\"doNotCopyProperties\":[\"$$selection\"],\"layout\":{\"__isSmartRef__\":true,\"id\":710},\"doitContext\":{\"__isSmartRef__\":true,\"id\":711},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1441},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1442},\"_FontSize\":10,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1443},\"isBeingDragged\":false,\"grabbingEnabled\":false,\"draggingEnabled\":false,\"isCopyMorphRef\":true,\"morphRefId\":143,\"currentCategory\":null,\"derivationIds\":[207,\"D87334B5-DFB8-438D-8038-D2C55A798E3B\",\"4242A24B-D284-4130-BB19-C1AB8C7E96CB\",\"1F2230C1-4745-4EED-8827-5D3FC0EA8D8A\",\"1260A8AA-AD41-451A-A761-BE75A33282E8\",\"11AABB24-1595-4EDC-95DF-8BC66785F47A\",\"CA99FFE7-13DD-4721-8DE2-6A587B0C65D9\",\"E01A3DAA-0001-4C7C-A6A7-449C3945A3E6\",\"8C3C70BF-E1CE-4FB9-8407-24EA990D4E49\",\"D70897C1-82FA-42AD-9D81-A0698E9072CC\",\"69BB0838-2830-4831-A681-185E03308396\",\"434D4493-4DD6-466F-A202-7364A5829C52\",\"93D99F39-CC07-45EB-9459-5230A80A20D2\",\"4756DE7D-3422-46FC-B24B-5565F597D490\",\"7AF59BEC-20A9-4451-AD6E-39E86979D18D\",\"07109F49-B19B-4C20-8632-697478AA1FFB\",\"DD6C1E85-89E4-4619-A9B8-6CF6A5E7AD71\",\"C9C566DA-2167-4866-B606-6D9467CC5763\",\"43A75FC1-E0E6-4B7B-84B5-382D18881361\",\"1EE4A800-07BC-4687-B972-0360A139A335\",\"52766A7B-F1AC-4B5D-AFA9-3CBEC45A4175\",\"09DCFB18-9BBC-4B13-AFF0-25833B2FD99F\",\"88050660-622A-4E55-9AB3-63E53BAC2F12\"],\"selection\":\"-- ALL --\",\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1444},\"__LivelyClassName__\":\"lively.morphic.List\"},\"695\":{\"position\":{\"__isSmartRef__\":true,\"id\":696},\"_Extent\":{\"__isSmartRef__\":true,\"id\":697},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":698},\"_Fill\":{\"__isSmartRef__\":true,\"id\":699},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":700},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":701},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"696\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"697\":{\"x\":180,\"y\":375.61253261443596,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"698\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"699\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"700\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"701\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"702\":{\"x\":9.999999999999773,\"y\":63.027958027993236,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"703\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"migrationLevel\":2,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"idOnLoad\":\"3DE765D5-6E06-49D9-B5B3-9539043B796C\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"704\":{\"x\":180,\"y\":338.61253261443596,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"705\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":694},\"sourceAttrName\":\"selection\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":208},\"targetMethodName\":\"displaySourceForScript\",\"converterString\":\"function (value) {\\n return (value === '-- ALL --') ? null : value;\\n}\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":706},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":707},\"__LivelyClassName__\":\"AttributeConnection\"},\"706\":{\"source\":{\"__isSmartRef__\":true,\"id\":694},\"target\":{\"__isSmartRef__\":true,\"id\":208}},\"707\":{\"converter\":{\"__isSmartRef__\":true,\"id\":708}},\"708\":{\"originalFunc\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":706},\"source\":\"function (value) {\\n return (value === '-- ALL --') ? null : value;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":709},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"709\":{},\"710\":{\"resizeHeight\":true},\"711\":{\"submorphs\":[],\"scripts\":[],\"id\":836,\"shape\":{\"__isSmartRef__\":true,\"id\":712},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":717},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":718},\"titleBar\":{\"__isSmartRef__\":true,\"id\":719},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":860},\"collapsedTransform\":null,\"collapsedExtent\":null,\"expandedTransform\":{\"__isSmartRef__\":true,\"id\":861},\"expandedExtent\":{\"__isSmartRef__\":true,\"id\":862},\"highlighted\":true,\"_Rotation\":0,\"_Scale\":1,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":863},\"showsHalos\":false,\"name\":\"ObjectEditor\",\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"target\":{\"__isSmartRef__\":true,\"id\":864},\"expandedPosition\":{\"__isSmartRef__\":true,\"id\":1187},\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1188},\"scriptList\":{\"__isSmartRef__\":true,\"id\":694},\"scriptPane\":{\"__isSmartRef__\":true,\"id\":545},\"classButton\":{\"__isSmartRef__\":true,\"id\":1189},\"connectionList\":{\"__isSmartRef__\":true,\"id\":1234},\"targetButton\":{\"__isSmartRef__\":true,\"id\":1259},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1302},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Position\":{\"__isSmartRef__\":true,\"id\":1303},\"morphSelector\":{\"__isSmartRef__\":true,\"id\":1304},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1388},\"cameForward\":false,\"isCopyMorphRef\":true,\"morphRefId\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1389},\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"712\":{\"_BorderWidth\":1,\"_Fill\":{\"__isSmartRef__\":true,\"id\":713},\"_StrokeOpacity\":0,\"_BorderRadius\":9.25,\"_Extent\":{\"__isSmartRef__\":true,\"id\":714},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":715},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":716},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"713\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"714\":{\"x\":981,\"y\":585.2,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"715\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"716\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"717\":{\"adjustForNewBounds\":true},\"718\":{\"x\":981,\"y\":585.2,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"719\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":720},{\"__isSmartRef__\":true,\"id\":733},{\"__isSmartRef__\":true,\"id\":777},{\"__isSmartRef__\":true,\"id\":809}],\"scripts\":[],\"id\":837,\"shape\":{\"__isSmartRef__\":true,\"id\":842},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":855},\"_Position\":{\"__isSmartRef__\":true,\"id\":856},\"eventsAreIgnored\":true,\"windowMorph\":{\"__isSmartRef__\":true,\"id\":711},\"label\":{\"__isSmartRef__\":true,\"id\":720},\"closeButton\":{\"__isSmartRef__\":true,\"id\":733},\"menuButton\":{\"__isSmartRef__\":true,\"id\":777},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":809},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":857},\"owner\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"name\":\"ObjectEditorTitleBar\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":858},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":859},\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"720\":{\"submorphs\":[],\"scripts\":[],\"id\":838,\"shape\":{\"__isSmartRef__\":true,\"id\":721},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":726},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":727},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":728},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":729}],\"evalEnabled\":false,\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":10,\"_Align\":\"center\",\"owner\":{\"__isSmartRef__\":true,\"id\":719},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":731},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":732},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"721\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":722},\"_Extent\":{\"__isSmartRef__\":true,\"id\":723},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":724},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":725},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"722\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"723\":{\"x\":921.9776803724167,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"724\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"725\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"726\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"727\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"728\":{\"x\":921.9776803724167,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"729\":{\"style\":{\"__isSmartRef__\":true,\"id\":730},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":720},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"730\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"731\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"732\":{\"morph\":{\"__isSmartRef__\":true,\"id\":720},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"733\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":734}],\"scripts\":[],\"id\":839,\"shape\":{\"__isSmartRef__\":true,\"id\":746},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":761},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":762},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":750},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":763},\"label\":{\"__isSmartRef__\":true,\"id\":734},\"owner\":{\"__isSmartRef__\":true,\"id\":719},\"layout\":{\"__isSmartRef__\":true,\"id\":772},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":773},{\"__isSmartRef__\":true,\"id\":774}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":775},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":776},\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"734\":{\"submorphs\":[],\"scripts\":[],\"id\":840,\"shape\":{\"__isSmartRef__\":true,\"id\":735},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":739},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":740},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":741},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":742}],\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":733},\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":8,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":744},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":745},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"735\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":736},\"_Extent\":{\"__isSmartRef__\":true,\"id\":737},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":724},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":738},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"736\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"737\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"738\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"739\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"740\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"741\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"742\":{\"style\":{\"__isSmartRef__\":true,\"id\":743},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":734},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"743\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"744\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"745\":{\"morph\":{\"__isSmartRef__\":true,\"id\":734},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"746\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":747},\"_Extent\":{\"__isSmartRef__\":true,\"id\":748},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":749},\"_Fill\":{\"__isSmartRef__\":true,\"id\":750},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":760},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"747\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"748\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"749\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"750\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":751},{\"__isSmartRef__\":true,\"id\":753},{\"__isSmartRef__\":true,\"id\":755},{\"__isSmartRef__\":true,\"id\":757}],\"vector\":{\"__isSmartRef__\":true,\"id\":759},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"751\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":752}},\"752\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"753\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":754}},\"754\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"755\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":756}},\"756\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"757\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":758}},\"758\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"759\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"760\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"761\":{\"x\":960.9776803724167,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"762\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"763\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":764},{\"__isSmartRef__\":true,\"id\":766},{\"__isSmartRef__\":true,\"id\":768},{\"__isSmartRef__\":true,\"id\":770}],\"vector\":{\"__isSmartRef__\":true,\"id\":759},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"764\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":765}},\"765\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"766\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":767}},\"767\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"768\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":769}},\"769\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"770\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":771}},\"771\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"772\":{\"moveHorizontal\":true},\"773\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":733},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":711},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"774\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":733},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":711},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"775\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"776\":{\"morph\":{\"__isSmartRef__\":true,\"id\":733},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"777\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":778}],\"scripts\":[],\"id\":841,\"shape\":{\"__isSmartRef__\":true,\"id\":790},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":794},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":795},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":750},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":796},\"label\":{\"__isSmartRef__\":true,\"id\":778},\"owner\":{\"__isSmartRef__\":true,\"id\":719},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":805},{\"__isSmartRef__\":true,\"id\":806}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"showsHalos\":false,\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":807},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":808},\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"778\":{\"submorphs\":[],\"scripts\":[],\"id\":842,\"shape\":{\"__isSmartRef__\":true,\"id\":779},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":783},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":784},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":785},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":786}],\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":777},\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":8,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":788},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":789},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"779\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":780},\"_Extent\":{\"__isSmartRef__\":true,\"id\":781},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":724},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":782},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"780\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"781\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"782\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"783\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"784\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"785\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"786\":{\"style\":{\"__isSmartRef__\":true,\"id\":787},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":778},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"787\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"788\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"789\":{\"morph\":{\"__isSmartRef__\":true,\"id\":778},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"790\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":791},\"_Extent\":{\"__isSmartRef__\":true,\"id\":792},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":749},\"_Fill\":{\"__isSmartRef__\":true,\"id\":750},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":793},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"791\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"792\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"793\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"794\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"795\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"796\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":797},{\"__isSmartRef__\":true,\"id\":799},{\"__isSmartRef__\":true,\"id\":801},{\"__isSmartRef__\":true,\"id\":803}],\"vector\":{\"__isSmartRef__\":true,\"id\":759},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"797\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":798}},\"798\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"799\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":800}},\"800\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"801\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":802}},\"802\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"803\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":804}},\"804\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"805\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":777},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":711},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"806\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":777},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":711},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"807\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"808\":{\"morph\":{\"__isSmartRef__\":true,\"id\":777},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"809\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":810}],\"scripts\":[],\"id\":843,\"shape\":{\"__isSmartRef__\":true,\"id\":822},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":826},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":827},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":750},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":828},\"label\":{\"__isSmartRef__\":true,\"id\":810},\"owner\":{\"__isSmartRef__\":true,\"id\":719},\"layout\":{\"__isSmartRef__\":true,\"id\":837},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":838},{\"__isSmartRef__\":true,\"id\":839}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":840},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":841},\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"810\":{\"submorphs\":[],\"scripts\":[],\"id\":844,\"shape\":{\"__isSmartRef__\":true,\"id\":811},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":815},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":816},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":817},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":818}],\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":809},\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":8,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":820},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":821},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"811\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":812},\"_Extent\":{\"__isSmartRef__\":true,\"id\":813},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":724},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":814},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"812\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"813\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"814\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"815\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"816\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"817\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"818\":{\"style\":{\"__isSmartRef__\":true,\"id\":819},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":810},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"819\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"820\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"821\":{\"morph\":{\"__isSmartRef__\":true,\"id\":810},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"822\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":823},\"_Extent\":{\"__isSmartRef__\":true,\"id\":824},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":749},\"_Fill\":{\"__isSmartRef__\":true,\"id\":750},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":825},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"823\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"824\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"825\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"826\":{\"x\":941.9776803724167,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"827\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"828\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":829},{\"__isSmartRef__\":true,\"id\":831},{\"__isSmartRef__\":true,\"id\":833},{\"__isSmartRef__\":true,\"id\":835}],\"vector\":{\"__isSmartRef__\":true,\"id\":759},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"829\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":830}},\"830\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"831\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":832}},\"832\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"833\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":834}},\"834\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"835\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":836}},\"836\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"837\":{\"moveHorizontal\":true},\"838\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":809},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":711},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"839\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":809},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":711},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"840\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"841\":{\"morph\":{\"__isSmartRef__\":true,\"id\":809},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"842\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":843},\"_Extent\":{\"__isSmartRef__\":true,\"id\":844},\"_BorderWidth\":2,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":845},\"_Fill\":{\"__isSmartRef__\":true,\"id\":846},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":854},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"843\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"844\":{\"x\":980.9776803724167,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"845\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"846\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":847},{\"__isSmartRef__\":true,\"id\":849},{\"__isSmartRef__\":true,\"id\":851}],\"vector\":{\"__isSmartRef__\":true,\"id\":853},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"847\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":848}},\"848\":{\"r\":0.7200000000000001,\"g\":0.7200000000000001,\"b\":0.7200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"849\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":850}},\"850\":{\"r\":0.9,\"g\":0.9,\"b\":0.9,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"851\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":852}},\"852\":{\"r\":0.7200000000000001,\"g\":0.7200000000000001,\"b\":0.7200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"853\":{\"x\":0,\"y\":1,\"width\":0,\"height\":-1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"854\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"855\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"856\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"857\":{\"x\":980.9776803724167,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"858\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"859\":{\"morph\":{\"__isSmartRef__\":true,\"id\":719},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"860\":{\"x\":0,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"861\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":377.6609726943286,\"f\":419.5142810783999,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"lively.morphic.Similitude\"},\"862\":{\"x\":861.5223196275833,\"y\":575.166499196892,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"863\":{\"x\":613,\"y\":129,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"864\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":865},\"id\":394,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":871},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":872}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":874},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":875},\"_ClipMode\":\"auto\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":876},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":877},\"_MaxTextWidth\":500,\"_MaxTextHeight\":200,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":878},\"layout\":{\"__isSmartRef__\":true,\"id\":1025},\"doitContext\":{\"__isSmartRef__\":true,\"id\":1026},\"priorSelectionRange\":[0,36],\"charsReplaced\":\"\",\"lastFindLoc\":20,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"865\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":866},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":867},\"_Extent\":{\"__isSmartRef__\":true,\"id\":868},\"_BorderWidth\":2,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":869},\"_Fill\":{\"__isSmartRef__\":true,\"id\":870},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"866\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"867\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"868\":{\"x\":500,\"y\":200,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"869\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"870\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"871\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"872\":{\"style\":{\"__isSmartRef__\":true,\"id\":873},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":864},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"873\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"874\":{\"morph\":{\"__isSmartRef__\":true,\"id\":864},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"875\":{\"x\":2,\"y\":1,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"876\":{\"x\":0,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"877\":{\"x\":500,\"y\":200,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"878\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":864},{\"__isSmartRef__\":true,\"id\":879}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1016},\"id\":395,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1019},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1020},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":1021},\"LK2\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1022},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1023},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":864},\"titleBar\":{\"__isSmartRef__\":true,\"id\":879},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":876},\"collapsedTransform\":null,\"collapsedExtent\":null,\"expandedTransform\":null,\"expandedExtent\":null,\"ignoreEventsOnExpand\":false,\"highlighted\":true,\"_Rotation\":0,\"_Scale\":1,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":1024},\"cameForward\":false,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"879\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":880},{\"__isSmartRef__\":true,\"id\":893},{\"__isSmartRef__\":true,\"id\":939},{\"__isSmartRef__\":true,\"id\":972}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1006},\"id\":396,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1011},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1012},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":1013},\"_Position\":{\"__isSmartRef__\":true,\"id\":1014},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":878},\"label\":{\"__isSmartRef__\":true,\"id\":880},\"closeButton\":{\"__isSmartRef__\":true,\"id\":893},\"menuButton\":{\"__isSmartRef__\":true,\"id\":939},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":972},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1015},\"owner\":{\"__isSmartRef__\":true,\"id\":878},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"880\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":881},\"id\":397,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":885},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":886}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":888},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":889},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"layout\":{\"__isSmartRef__\":true,\"id\":890},\"_FontSize\":10,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"owner\":{\"__isSmartRef__\":true,\"id\":879},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":891},\"_MaxTextWidth\":441,\"_MaxTextHeight\":17,\"_Position\":{\"__isSmartRef__\":true,\"id\":892},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"881\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":882},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":883},\"_Extent\":{\"__isSmartRef__\":true,\"id\":884},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":869},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"882\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"883\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"884\":{\"x\":441,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"885\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"886\":{\"style\":{\"__isSmartRef__\":true,\"id\":887},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":880},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"887\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"888\":{\"morph\":{\"__isSmartRef__\":true,\"id\":880},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"889\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"890\":{\"resizeWidth\":true},\"891\":{\"x\":0,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"892\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"893\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":894}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":906},\"id\":398,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":921},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":922},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":923},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":924},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":911},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":925},\"label\":{\"__isSmartRef__\":true,\"id\":894},\"owner\":{\"__isSmartRef__\":true,\"id\":879},\"layout\":{\"__isSmartRef__\":true,\"id\":934},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":935},{\"__isSmartRef__\":true,\"id\":937}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"894\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":895},\"id\":399,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":899},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":900}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":902},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":903},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":904},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":905},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":893},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"895\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":896},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":897},\"_Extent\":{\"__isSmartRef__\":true,\"id\":898},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":869},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"896\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"897\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"898\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"899\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"900\":{\"style\":{\"__isSmartRef__\":true,\"id\":901},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":894},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"901\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"902\":{\"morph\":{\"__isSmartRef__\":true,\"id\":894},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"903\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"904\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"905\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"906\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":907},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":908},\"_Extent\":{\"__isSmartRef__\":true,\"id\":909},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":910},\"_Fill\":{\"__isSmartRef__\":true,\"id\":911},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"907\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"908\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"909\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"910\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"911\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":912},{\"__isSmartRef__\":true,\"id\":914},{\"__isSmartRef__\":true,\"id\":916},{\"__isSmartRef__\":true,\"id\":918}],\"vector\":{\"__isSmartRef__\":true,\"id\":920},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"912\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":913}},\"913\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"914\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":915}},\"915\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"916\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":917}},\"917\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"918\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":919}},\"919\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"920\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"921\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"922\":{\"morph\":{\"__isSmartRef__\":true,\"id\":893},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"923\":{\"x\":480,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"924\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"925\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":926},{\"__isSmartRef__\":true,\"id\":928},{\"__isSmartRef__\":true,\"id\":930},{\"__isSmartRef__\":true,\"id\":932}],\"vector\":{\"__isSmartRef__\":true,\"id\":920},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"926\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":927}},\"927\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"928\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":929}},\"929\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"930\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":931}},\"931\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"932\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":933}},\"933\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"934\":{\"moveHorizontal\":true},\"935\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":893},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":878},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":936},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"936\":{\"source\":{\"__isSmartRef__\":true,\"id\":893},\"target\":{\"__isSmartRef__\":true,\"id\":878}},\"937\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":893},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":878},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":938},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"938\":{\"source\":{\"__isSmartRef__\":true,\"id\":893},\"target\":{\"__isSmartRef__\":true,\"id\":878}},\"939\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":940}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":951},\"id\":400,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":955},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":956},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":957},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":958},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":911},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":959},\"label\":{\"__isSmartRef__\":true,\"id\":940},\"owner\":{\"__isSmartRef__\":true,\"id\":879},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":968},{\"__isSmartRef__\":true,\"id\":970}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"940\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":941},\"id\":401,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":945},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":946}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":948},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":903},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":949},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":950},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":939},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"941\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":942},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":943},\"_Extent\":{\"__isSmartRef__\":true,\"id\":944},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":869},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"942\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"943\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"944\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"945\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"946\":{\"style\":{\"__isSmartRef__\":true,\"id\":947},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":940},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"947\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"948\":{\"morph\":{\"__isSmartRef__\":true,\"id\":940},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"949\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"950\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"951\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":952},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":953},\"_Extent\":{\"__isSmartRef__\":true,\"id\":954},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":910},\"_Fill\":{\"__isSmartRef__\":true,\"id\":911},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"952\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"953\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"954\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"955\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"956\":{\"morph\":{\"__isSmartRef__\":true,\"id\":939},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"957\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"958\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"959\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":960},{\"__isSmartRef__\":true,\"id\":962},{\"__isSmartRef__\":true,\"id\":964},{\"__isSmartRef__\":true,\"id\":966}],\"vector\":{\"__isSmartRef__\":true,\"id\":920},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"960\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":961}},\"961\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"962\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":963}},\"963\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"964\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":965}},\"965\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"966\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":967}},\"967\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"968\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":939},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":878},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":969},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"969\":{\"source\":{\"__isSmartRef__\":true,\"id\":939},\"target\":{\"__isSmartRef__\":true,\"id\":878}},\"970\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":939},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":878},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":971},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"971\":{\"source\":{\"__isSmartRef__\":true,\"id\":939},\"target\":{\"__isSmartRef__\":true,\"id\":878}},\"972\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":973}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":984},\"id\":402,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":988},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":989},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":990},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":991},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":911},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":992},\"label\":{\"__isSmartRef__\":true,\"id\":973},\"owner\":{\"__isSmartRef__\":true,\"id\":879},\"layout\":{\"__isSmartRef__\":true,\"id\":1001},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1002},{\"__isSmartRef__\":true,\"id\":1004}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"973\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":974},\"id\":403,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":978},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":979}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":981},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":903},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":982},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":983},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":972},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"974\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":975},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":976},\"_Extent\":{\"__isSmartRef__\":true,\"id\":977},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":869},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"975\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"976\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"977\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"978\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"979\":{\"style\":{\"__isSmartRef__\":true,\"id\":980},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":973},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"980\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"981\":{\"morph\":{\"__isSmartRef__\":true,\"id\":973},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"982\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"983\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"984\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":985},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":986},\"_Extent\":{\"__isSmartRef__\":true,\"id\":987},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":910},\"_Fill\":{\"__isSmartRef__\":true,\"id\":911},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"985\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"986\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"987\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"988\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"989\":{\"morph\":{\"__isSmartRef__\":true,\"id\":972},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"990\":{\"x\":461,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"991\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"992\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":993},{\"__isSmartRef__\":true,\"id\":995},{\"__isSmartRef__\":true,\"id\":997},{\"__isSmartRef__\":true,\"id\":999}],\"vector\":{\"__isSmartRef__\":true,\"id\":920},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"993\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":994}},\"994\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"995\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":996}},\"996\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"997\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":998}},\"998\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"999\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1000}},\"1000\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1001\":{\"moveHorizontal\":true},\"1002\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":972},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":878},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1003},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1003\":{\"source\":{\"__isSmartRef__\":true,\"id\":972},\"target\":{\"__isSmartRef__\":true,\"id\":878}},\"1004\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":972},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":878},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1005},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1005\":{\"source\":{\"__isSmartRef__\":true,\"id\":972},\"target\":{\"__isSmartRef__\":true,\"id\":878}},\"1006\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1007},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1008},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1009},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1010},\"_Fill\":{\"__isSmartRef__\":true,\"id\":846},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1007\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1008\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1009\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1010\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1011\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"1012\":{\"morph\":{\"__isSmartRef__\":true,\"id\":879},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1013\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"1014\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1015\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1016\":{\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1017},\"_BorderWidth\":0,\"_Fill\":null,\"_StrokeOpacity\":0,\"_BorderRadius\":0,\"_Extent\":{\"__isSmartRef__\":true,\"id\":1018},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1017\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1018\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1019\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"1020\":{\"morph\":{\"__isSmartRef__\":true,\"id\":878},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1021\":{\"adjustForNewBounds\":true},\"1022\":{\"x\":1234,\"y\":448,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1023\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1024\":{\"x\":1478,\"y\":453,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1025\":{\"resizeWidth\":true,\"resizeHeight\":true},\"1026\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1027},{\"__isSmartRef__\":true,\"id\":1041}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1171},\"id\":361,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1175},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1176},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":1177},\"LK2\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1178},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1179},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":1027},\"titleBar\":{\"__isSmartRef__\":true,\"id\":1041},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":1037},\"collapsedTransform\":{\"__isSmartRef__\":true,\"id\":1180},\"collapsedExtent\":{\"__isSmartRef__\":true,\"id\":1181},\"expandedTransform\":{\"__isSmartRef__\":true,\"id\":1182},\"expandedExtent\":{\"__isSmartRef__\":true,\"id\":1183},\"ignoreEventsOnExpand\":false,\"owner\":null,\"showsHalos\":false,\"highlighted\":true,\"_Rotation\":0,\"_Scale\":1,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":1184},\"expandedPosition\":{\"__isSmartRef__\":true,\"id\":1185},\"state\":\"shutdown\",\"collapsedPosition\":{\"__isSmartRef__\":true,\"id\":1186},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"1027\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1028},\"id\":360,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1033},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1034}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1036},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":875},\"_ClipMode\":\"auto\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Monaco,monospace\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1037},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1038},\"_MaxTextWidth\":500,\"_MaxTextHeight\":0,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":1026},\"layout\":{\"__isSmartRef__\":true,\"id\":1039},\"syntaxHighlightingWhileTyping\":true,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1040}],\"doNotSerialize\":[\"$$textString\"],\"doNotCopyProperties\":[\"$$textString\"],\"lastSyntaxHighlightTime\":1307282796737,\"accessibleInInactiveWindow\":true,\"eventsAreIgnored\":false,\"_HandStyle\":\"default\",\"_PointerEvents\":\"auto\",\"_Visible\":true,\"charsReplaced\":\"\",\"lastFindLoc\":15,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textString\":\"undefined\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1028\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1029},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1030},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1031},\"_BorderWidth\":2,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":869},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1032},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1029\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1030\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1031\":{\"x\":500,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1032\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1033\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1034\":{\"style\":{\"__isSmartRef__\":true,\"id\":1035},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1027},\"storedString\":\"undefined\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1035\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1036\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1027},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1037\":{\"x\":0,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1038\":{\"x\":500,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1039\":{\"resizeWidth\":true,\"resizeHeight\":true},\"1040\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1027},\"sourceAttrName\":\"textString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1027},\"targetMethodName\":\"highlightJavaScriptSyntax\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1041\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1042},{\"__isSmartRef__\":true,\"id\":1054},{\"__isSmartRef__\":true,\"id\":1088},{\"__isSmartRef__\":true,\"id\":1121}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1155},\"id\":362,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1166},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1167},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":1168},\"_Position\":{\"__isSmartRef__\":true,\"id\":1169},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":1026},\"label\":{\"__isSmartRef__\":true,\"id\":1042},\"closeButton\":{\"__isSmartRef__\":true,\"id\":1054},\"menuButton\":{\"__isSmartRef__\":true,\"id\":1088},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":1121},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1170},\"owner\":{\"__isSmartRef__\":true,\"id\":1026},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"1042\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1043},\"id\":363,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1047},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1048}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1050},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":889},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"layout\":{\"__isSmartRef__\":true,\"id\":1051},\"_FontSize\":10,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"owner\":{\"__isSmartRef__\":true,\"id\":1041},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1052},\"_MaxTextWidth\":441,\"_MaxTextHeight\":17,\"_Position\":{\"__isSmartRef__\":true,\"id\":1053},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1043\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1044},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1045},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1046},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":869},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1044\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1045\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1046\":{\"x\":441,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1047\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1048\":{\"style\":{\"__isSmartRef__\":true,\"id\":1049},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1042},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1049\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1050\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1042},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1051\":{\"resizeWidth\":true},\"1052\":{\"x\":0,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1053\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1054\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1055}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1066},\"id\":364,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1070},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1071},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1072},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1073},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":911},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1074},\"label\":{\"__isSmartRef__\":true,\"id\":1055},\"owner\":{\"__isSmartRef__\":true,\"id\":1041},\"layout\":{\"__isSmartRef__\":true,\"id\":1083},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1084},{\"__isSmartRef__\":true,\"id\":1086}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"1055\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1056},\"id\":365,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1060},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1061}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1063},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":903},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1064},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1065},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":1054},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1056\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1057},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1058},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1059},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":869},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1057\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1058\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1059\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1060\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1061\":{\"style\":{\"__isSmartRef__\":true,\"id\":1062},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1055},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1062\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1063\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1055},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1064\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1065\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1066\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1067},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1068},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1069},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":910},\"_Fill\":{\"__isSmartRef__\":true,\"id\":911},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1067\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1068\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1069\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1070\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"1071\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1054},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1072\":{\"x\":480,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1073\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1074\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1075},{\"__isSmartRef__\":true,\"id\":1077},{\"__isSmartRef__\":true,\"id\":1079},{\"__isSmartRef__\":true,\"id\":1081}],\"vector\":{\"__isSmartRef__\":true,\"id\":920},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1075\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1076}},\"1076\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1077\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1078}},\"1078\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1079\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1080}},\"1080\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1081\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1082}},\"1082\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1083\":{\"moveHorizontal\":true},\"1084\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1054},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1026},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1085},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1085\":{\"source\":{\"__isSmartRef__\":true,\"id\":1054},\"target\":{\"__isSmartRef__\":true,\"id\":1026}},\"1086\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1054},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1026},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1087},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1087\":{\"source\":{\"__isSmartRef__\":true,\"id\":1054},\"target\":{\"__isSmartRef__\":true,\"id\":1026}},\"1088\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1089}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1100},\"id\":366,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1104},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1105},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1106},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1107},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":911},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1108},\"label\":{\"__isSmartRef__\":true,\"id\":1089},\"owner\":{\"__isSmartRef__\":true,\"id\":1041},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1117},{\"__isSmartRef__\":true,\"id\":1119}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"1089\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1090},\"id\":367,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1094},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1095}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1097},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":903},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1098},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1099},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":1088},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1090\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1091},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1092},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1093},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":869},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1091\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1092\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1093\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1094\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1095\":{\"style\":{\"__isSmartRef__\":true,\"id\":1096},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1089},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1096\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1097\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1089},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1098\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1099\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1100\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1101},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1102},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1103},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":910},\"_Fill\":{\"__isSmartRef__\":true,\"id\":911},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1101\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1102\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1103\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1104\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"1105\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1088},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1106\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1107\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1108\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1109},{\"__isSmartRef__\":true,\"id\":1111},{\"__isSmartRef__\":true,\"id\":1113},{\"__isSmartRef__\":true,\"id\":1115}],\"vector\":{\"__isSmartRef__\":true,\"id\":920},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1109\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1110}},\"1110\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1111\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1112}},\"1112\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1113\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1114}},\"1114\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1115\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1116}},\"1116\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1117\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1088},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1026},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1118},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1118\":{\"source\":{\"__isSmartRef__\":true,\"id\":1088},\"target\":{\"__isSmartRef__\":true,\"id\":1026}},\"1119\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1088},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1026},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1120},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1120\":{\"source\":{\"__isSmartRef__\":true,\"id\":1088},\"target\":{\"__isSmartRef__\":true,\"id\":1026}},\"1121\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1122}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1133},\"id\":368,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1137},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1138},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1139},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1140},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":911},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1141},\"label\":{\"__isSmartRef__\":true,\"id\":1122},\"owner\":{\"__isSmartRef__\":true,\"id\":1041},\"layout\":{\"__isSmartRef__\":true,\"id\":1150},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1151},{\"__isSmartRef__\":true,\"id\":1153}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"1122\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1123},\"id\":369,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1127},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1128}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1130},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":903},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1131},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1132},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":1121},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1123\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1124},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1125},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1126},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":869},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1124\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1125\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1126\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1127\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1128\":{\"style\":{\"__isSmartRef__\":true,\"id\":1129},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1122},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1129\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1130\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1122},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1131\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1132\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1133\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1134},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1135},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1136},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":910},\"_Fill\":{\"__isSmartRef__\":true,\"id\":911},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1134\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1135\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1136\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1137\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"1138\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1121},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1139\":{\"x\":461,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1140\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1141\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1142},{\"__isSmartRef__\":true,\"id\":1144},{\"__isSmartRef__\":true,\"id\":1146},{\"__isSmartRef__\":true,\"id\":1148}],\"vector\":{\"__isSmartRef__\":true,\"id\":920},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1142\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1143}},\"1143\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1144\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1145}},\"1145\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1146\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1147}},\"1147\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1148\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1149}},\"1149\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1150\":{\"moveHorizontal\":true},\"1151\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1121},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1026},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1152},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1152\":{\"source\":{\"__isSmartRef__\":true,\"id\":1121},\"target\":{\"__isSmartRef__\":true,\"id\":1026}},\"1153\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1121},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1026},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1154},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1154\":{\"source\":{\"__isSmartRef__\":true,\"id\":1121},\"target\":{\"__isSmartRef__\":true,\"id\":1026}},\"1155\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1156},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1157},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1158},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1010},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1159},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1156\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1157\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1158\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1159\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1160},{\"__isSmartRef__\":true,\"id\":1162},{\"__isSmartRef__\":true,\"id\":1164}],\"vector\":{\"__isSmartRef__\":true,\"id\":920},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1160\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1161}},\"1161\":{\"r\":0.8600000000000001,\"g\":0.8600000000000001,\"b\":0.8600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1162\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1163}},\"1163\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1164\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1165}},\"1165\":{\"r\":0.8600000000000001,\"g\":0.8600000000000001,\"b\":0.8600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1166\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"1167\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1041},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1168\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"1169\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1170\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1171\":{\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1172},\"_BorderWidth\":0,\"_Fill\":null,\"_StrokeOpacity\":0,\"_BorderRadius\":0,\"_Extent\":{\"__isSmartRef__\":true,\"id\":1173},\"_Position\":{\"__isSmartRef__\":true,\"id\":1174},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1172\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1173\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1174\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1175\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"1176\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1026},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1177\":{\"adjustForNewBounds\":true},\"1178\":{\"x\":1131,\"y\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1179\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1180\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":1131,\"f\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"lively.morphic.Similitude\"},\"1181\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1182\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":1131,\"f\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"lively.morphic.Similitude\"},\"1183\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1184\":{\"x\":1507,\"y\":76,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1185\":{\"x\":1131,\"y\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1186\":{\"x\":1131,\"y\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1187\":{\"x\":377.6609726943286,\"y\":419.5142810783999,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1188\":{\"requiredModules\":[],\"migrationLevel\":2,\"partsSpaceName\":\"PartsBin/Tools\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"Edit scripts and connections of a specific morph. Early version.\",\"partName\":\"ObjectEditor\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1189\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1190}],\"scripts\":[],\"id\":847,\"shape\":{\"__isSmartRef__\":true,\"id\":1204},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1219},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1207},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1220},\"label\":{\"__isSmartRef__\":true,\"id\":1190},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Rotation\":0,\"padding\":{\"__isSmartRef__\":true,\"id\":1229},\"name\":\"ObjectEditorClassButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1230},\"_Scale\":1,\"owner\":null,\"layout\":{\"__isSmartRef__\":true,\"id\":1231},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1232},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1233},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1190\":{\"submorphs\":[],\"scripts\":[],\"id\":848,\"shape\":{\"__isSmartRef__\":true,\"id\":1191},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":116,\"_MaxTextHeight\":18,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1196},\"textColor\":{\"__isSmartRef__\":true,\"id\":1194},\"owner\":{\"__isSmartRef__\":true,\"id\":1189},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1197}],\"padding\":{\"__isSmartRef__\":true,\"id\":1199},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1200},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1201},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1202},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1203},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1191\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1192},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1193},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1194},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1195},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1192\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1193\":{\"x\":116,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1194\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1195\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1196\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1197\":{\"style\":{\"__isSmartRef__\":true,\"id\":1198},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1190},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1198\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1199\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1200\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1201\":{\"x\":116,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1202\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1203\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1190},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1204\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1205},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1206},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1207},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1217},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1218},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1205\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1206\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1207\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1208},{\"__isSmartRef__\":true,\"id\":1210},{\"__isSmartRef__\":true,\"id\":1212},{\"__isSmartRef__\":true,\"id\":1214}],\"vector\":{\"__isSmartRef__\":true,\"id\":1216},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1208\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1209}},\"1209\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1210\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1211}},\"1211\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1212\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1213}},\"1213\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1214\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1215}},\"1215\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1216\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1217\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1218\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1219\":{\"x\":820,\"y\":8.999999999999972,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1220\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1221},{\"__isSmartRef__\":true,\"id\":1223},{\"__isSmartRef__\":true,\"id\":1225},{\"__isSmartRef__\":true,\"id\":1227}],\"vector\":{\"__isSmartRef__\":true,\"id\":1216},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1221\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1222}},\"1222\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1223\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1224}},\"1224\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1225\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1226}},\"1226\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1227\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1228}},\"1228\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1229\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1230\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1231\":{\"moveHorizontal\":true},\"1232\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"1233\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1189},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1234\":{\"submorphs\":[],\"scripts\":[],\"id\":\"98CF7D03-4903-4AAB-9545-63AAC771A73A\",\"shape\":{\"__isSmartRef__\":true,\"id\":1235},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1242},\"itemList\":[\"-- ALL --\"],\"selectedLineNo\":1,\"showsHalos\":false,\"name\":\"ObjectEditorConnectionList\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1243},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"_ClipMode\":\"auto\",\"owner\":{\"__isSmartRef__\":true,\"id\":208},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1244},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1245}],\"doNotSerialize\":[\"$$selection\"],\"doNotCopyProperties\":[\"$$selection\"],\"prevScroll\":[0,0],\"layout\":{\"__isSmartRef__\":true,\"id\":1250},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1251},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1252},\"_FontSize\":10,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1253},\"grabbingEnabled\":false,\"draggingEnabled\":false,\"isCopyMorphRef\":true,\"morphRefId\":145,\"derivationIds\":[209,\"3900F5DF-0FF7-4C94-8BDB-44AAE12B4A3E\",\"35301083-B60D-4A43-8566-23860EEB4C04\",\"9CC401CC-5A35-4643-935B-FD049C284E16\",\"C9879D40-5E79-4C56-AA79-562ED82BF052\",\"9F6F9261-EB76-4B58-B77D-7D70813A1ED7\",\"8B59E237-F372-4F70-9768-7E9C1A7A021D\",\"FC85F1B9-1978-42D2-850C-BD249981E8B4\",\"D2B607C6-A89B-4B3F-91BB-720451EAB98D\",\"CC361093-FF73-479B-9431-C645CB48F518\",\"307D3B7C-C0E1-484F-8D7E-39FBA9D8EDA5\",\"038AF132-861E-4A77-8756-E6B476413639\",\"65B6CA87-98DE-4473-B4DD-F8763BC3B06A\",\"0AA0E45B-6DCC-4AE0-938C-E53794A511DF\",\"806ACC1C-1353-436B-B1FE-568846777C17\",\"C74AE022-1184-4FDF-A53D-A17627FF61EA\",\"686AF565-EEB0-4AB7-A12E-26727DAD9291\",\"1102A5B3-9973-4471-9EDD-FD7AB802DEA6\",\"BEB06225-53D0-4ACC-9154-DC2DEB5728B7\",\"E32FE34B-7520-4612-B927-C8F9EDFC69BB\",\"D21F598A-4E44-4752-B205-9595DF0E9AE3\",\"208BA0D2-C03C-4E1A-B3F8-DEA512F5BEE0\",\"7762E65E-3A27-4110-84BE-CF9F2A3E536E\"],\"selection\":null,\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1254},\"__LivelyClassName__\":\"lively.morphic.List\"},\"1235\":{\"position\":{\"__isSmartRef__\":true,\"id\":1236},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1237},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1238},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1239},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1240},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1241},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1236\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1237\":{\"x\":180,\"y\":74,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1238\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1239\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1240\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1241\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1242\":{\"x\":9.999999999999773,\"y\":479.59655659844,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1243\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"migrationLevel\":2,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"idOnLoad\":\"98CF7D03-4903-4AAB-9545-63AAC771A73A\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1244\":{\"x\":180,\"y\":75,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1245\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1234},\"sourceAttrName\":\"selection\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":208},\"targetMethodName\":\"displaySourceForConnection\",\"converterString\":\"function (value) {\\n if (!value) return;\\n return (value === '-- ALL --') ? null : value[1];\\n}\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1246},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1247},\"__LivelyClassName__\":\"AttributeConnection\"},\"1246\":{\"source\":{\"__isSmartRef__\":true,\"id\":1234},\"target\":{\"__isSmartRef__\":true,\"id\":208}},\"1247\":{\"converter\":{\"__isSmartRef__\":true,\"id\":1248}},\"1248\":{\"originalFunc\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1246},\"source\":\"function (value) {\\n if (!value) return;\\n return (value === '-- ALL --') ? null : value[1];\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1249},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1249\":{},\"1250\":{\"resizeHeight\":false,\"moveVertical\":true},\"1251\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateListContent\":\"updateListContentHTML\",\"resizeList\":\"resizeListHTML\",\"getItemIndexFromEvent\":\"getItemIndexFromEventHTML\",\"getListExtent\":\"getListExtentHTML\",\"setSize\":\"setSizeHTML\",\"renderAsDropDownList\":\"renderAsDropDownListHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"getSelectedIndexes\":\"getSelectedIndexesHTML\",\"enableMultipleSelections\":\"enableMultipleSelectionsHTML\",\"selectAllAt\":\"selectAllAtHTML\",\"clearSelections\":\"clearSelectionsHTML\",\"deselectAt\":\"deselectAtHTML\"},\"1252\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1234},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1253\":{\"x\":124.95989979964943,\"y\":-17.076643708895745,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1254\":{\"preselectItem\":{\"__isSmartRef__\":true,\"id\":1255}},\"1255\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1256},\"source\":\"function preselectItem() {\\n if (this.getList().size() === 2) {\\n this.selectAt(1);\\n } else {\\n this.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1257},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1256\":{\"this\":{\"__isSmartRef__\":true,\"id\":1234}},\"1257\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1258},\"user\":\"lauritz\"},\"1258\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:12:58 GMT+0100 (Mitteleuropäische Zeit)\"},\"1259\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1260}],\"scripts\":[],\"id\":47,\"shape\":{\"__isSmartRef__\":true,\"id\":1273},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1288},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1276},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1289},\"label\":{\"__isSmartRef__\":true,\"id\":1260},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1298}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Rotation\":0,\"padding\":{\"__isSmartRef__\":true,\"id\":1299},\"name\":\"ObjectEditorTargetButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1300},\"_Scale\":1,\"owner\":null,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1301},\"isCopyMorphRef\":true,\"morphRefId\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1260\":{\"submorphs\":[],\"scripts\":[],\"id\":48,\"shape\":{\"__isSmartRef__\":true,\"id\":1261},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":116,\"_MaxTextHeight\":20,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1266},\"textColor\":{\"__isSmartRef__\":true,\"id\":1264},\"owner\":{\"__isSmartRef__\":true,\"id\":1259},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1267}],\"padding\":{\"__isSmartRef__\":true,\"id\":1269},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1270},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1271},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1272},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1261\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1262},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1263},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1264},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1265},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1262\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1263\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1264\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1265\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1266\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1267\":{\"style\":{\"__isSmartRef__\":true,\"id\":1268},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1260},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1268\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1269\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1270\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1271\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1272\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1273\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1274},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1275},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1276},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1286},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1287},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1274\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1275\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1276\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1277},{\"__isSmartRef__\":true,\"id\":1279},{\"__isSmartRef__\":true,\"id\":1281},{\"__isSmartRef__\":true,\"id\":1283}],\"vector\":{\"__isSmartRef__\":true,\"id\":1285},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1277\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1278}},\"1278\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1279\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1280}},\"1280\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1281\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1282}},\"1282\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1283\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1284}},\"1284\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1285\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1286\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1287\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1288\":{\"x\":215,\"y\":35,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1289\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1290},{\"__isSmartRef__\":true,\"id\":1292},{\"__isSmartRef__\":true,\"id\":1294},{\"__isSmartRef__\":true,\"id\":1296}],\"vector\":{\"__isSmartRef__\":true,\"id\":1285},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1290\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1291}},\"1291\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1292\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1293}},\"1293\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1294\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1295}},\"1295\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1296\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1297}},\"1297\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1298\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1259},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":711},\"targetMethodName\":\"chooseTargetMorphMenu\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__LivelyClassName__\":\"AttributeConnection\"},\"1299\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1300\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1301\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\"},\"1302\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"1303\":{\"x\":715.5,\"y\":73.89999999999998,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1304\":{\"submorphs\":[],\"scripts\":[],\"id\":435,\"shape\":{\"__isSmartRef__\":true,\"id\":1305},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":true,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1312},\"_MaxTextWidth\":218,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1313},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorMorphSelector\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1314},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1315}],\"charsReplaced\":\"\",\"lastFindLoc\":5,\"priorSelectionRange\":[15,15],\"prevScroll\":[0,0],\"_ClipMode\":\"visible\",\"list\":[],\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1317}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"listMorph\":null,\"_WhiteSpaceHandling\":\"pre-wrap\",\"owner\":null,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1319},\"_Align\":\"left\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1320},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1321},\"_MinTextWidth\":218,\"_MinTextHeight\":null,\"scriptAnnotations\":{\"__isSmartRef__\":true,\"id\":1322},\"selection\":{\"__isSmartRef__\":true,\"id\":0},\"previousSelection\":[0,13],\"isCopyMorphRef\":true,\"morphRefId\":1,\"isBeingDragged\":false,\"draggingEnabled\":false,\"layout\":{\"__isSmartRef__\":true,\"id\":1341},\"_Rotation\":0,\"_Scale\":1,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1342},\"savedTextString\":\"100\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1343},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1305\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1306},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1307},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1308},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1309},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1310},\"_BorderRadius\":3.7000000000000006,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_Fill\":{\"__isSmartRef__\":true,\"id\":1311},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1306\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1307\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1308\":{\"r\":0.753,\"g\":0.753,\"b\":0.753,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1309\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1310\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1311\":{\"r\":0.9548430751559654,\"g\":0.9548430751559654,\"b\":0.9548430751559654,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1312\":{\"x\":200,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1313\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1314\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1315\":{\"style\":{\"__isSmartRef__\":true,\"id\":1316},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1304},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1316\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1317\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1304},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":208},\"targetMethodName\":\"setTarget\",\"converter\":null,\"converterString\":\"function (name) { return $world.get(name)}\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1318},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1318\":{\"source\":{\"__isSmartRef__\":true,\"id\":1304},\"target\":{\"__isSmartRef__\":true,\"id\":208}},\"1319\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1320\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1321\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1304},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1322\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":1323},\"displayTopLevelMorphs\":{\"__isSmartRef__\":true,\"id\":1325},\"onMouseUp\":{\"__isSmartRef__\":true,\"id\":1327},\"resetConnections\":{\"__isSmartRef__\":true,\"id\":1329},\"setTargetToListSelection\":{\"__isSmartRef__\":true,\"id\":1331},\"setTargetOfPane\":{\"__isSmartRef__\":true,\"id\":1333},\"onBlur\":{\"__isSmartRef__\":true,\"id\":1335},\"reset\":{\"__isSmartRef__\":true,\"id\":1337},\"onMouseDown\":{\"__isSmartRef__\":true,\"id\":1339}},\"1323\":{\"time\":{\"__isSmartRef__\":true,\"id\":1324},\"user\":\"lauritz\"},\"1324\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 05:27:29 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1325\":{\"time\":{\"__isSmartRef__\":true,\"id\":1326},\"user\":\"lauritz\"},\"1326\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 14 2011 23:48:37 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1327\":{\"time\":{\"__isSmartRef__\":true,\"id\":1328},\"user\":\"lauritz\"},\"1328\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 03 2011 18:51:14 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1329\":{\"time\":{\"__isSmartRef__\":true,\"id\":1330},\"user\":\"lauritz\"},\"1330\":{\"isSerializedDate\":true,\"string\":\"Wed Sep 28 2011 01:03:17 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1331\":{\"time\":{\"__isSmartRef__\":true,\"id\":1332},\"user\":\"lauritz\"},\"1332\":{\"isSerializedDate\":true,\"string\":\"Sat Oct 15 2011 00:00:58 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1333\":{\"time\":{\"__isSmartRef__\":true,\"id\":1334},\"user\":\"lauritz\"},\"1334\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 03 2011 18:34:37 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1335\":{\"time\":{\"__isSmartRef__\":true,\"id\":1336},\"user\":\"lauritz\"},\"1336\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 07 2011 19:24:18 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1337\":{\"time\":{\"__isSmartRef__\":true,\"id\":1338},\"user\":\"lauritz\"},\"1338\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 07 2011 19:26:15 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1339\":{\"time\":{\"__isSmartRef__\":true,\"id\":1340},\"user\":\"lauritz\"},\"1340\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 17 2011 19:49:00 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1341\":{},\"1342\":{\"x\":153.8540395186758,\"y\":-23.74126935194758,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1343\":{\"getList\":{\"__isSmartRef__\":true,\"id\":1344},\"setList\":{\"__isSmartRef__\":true,\"id\":1347},\"reset\":{\"__isSmartRef__\":true,\"id\":1350},\"example\":{\"__isSmartRef__\":true,\"id\":1353},\"removeList\":{\"__isSmartRef__\":true,\"id\":1356},\"onBlur\":{\"__isSmartRef__\":true,\"id\":1359},\"createListMorph\":{\"__isSmartRef__\":true,\"id\":1366},\"resetConnections\":{\"__isSmartRef__\":true,\"id\":1369},\"displayTopLevelMorphs\":{\"__isSmartRef__\":true,\"id\":1372},\"setTargetToListSelection\":{\"__isSmartRef__\":true,\"id\":1375},\"setTargetOfPane\":{\"__isSmartRef__\":true,\"id\":1378},\"onMouseDown\":{\"__isSmartRef__\":true,\"id\":1381}},\"1344\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1345},\"source\":\"function getList() {\\n return this.world().indentedListItemsOfMorphNames();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1346},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1345\":{\"this\":{\"__isSmartRef__\":true,\"id\":1304}},\"1346\":{},\"1347\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1348},\"source\":\"function setList(list) {\\n return this.list = list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1349},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1348\":{\"this\":{\"__isSmartRef__\":true,\"id\":1304}},\"1349\":{},\"1350\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1351},\"source\":\"function reset() {\\n this.list = [];\\n this.textString = 'empty';\\n this.removeList();\\n this.resetConnections();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1352},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1351\":{\"this\":{\"__isSmartRef__\":true,\"id\":1304}},\"1352\":{},\"1353\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1354},\"source\":\"function example() {\\n/*\\nthis.example()\\nthis.getList()\\n*/\\n this.setList(Array.range(0,100));\\n this.textString = 'empty';\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1355},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1354\":{\"this\":{\"__isSmartRef__\":true,\"id\":1304}},\"1355\":{},\"1356\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1357},\"source\":\"function removeList() {\\n this.listMorph && this.listMorph.remove()\\n this.listMorph = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1358},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1357\":{\"this\":{\"__isSmartRef__\":true,\"id\":1304}},\"1358\":{},\"1359\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1360},\"source\":\"function onBlur() {\\n $super();\\n this.removeList();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1365},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1360\":{\"this\":{\"__isSmartRef__\":true,\"id\":1304},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1361}},\"1361\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1362}},\"1362\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1363},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1364},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1363\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1304},\"name\":\"onBlur\"},\"1364\":{},\"1365\":{},\"1366\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1367},\"source\":\"function createListMorph() {\\n var list = new lively.morphic.List(new Rectangle(0,0, this.getExtent().x, 520));\\n list.setList(this.getList());\\n list.setFontSize(12);\\n\\n list.disableGrabbing();\\n list.disableDragging();\\n \\n this.addMorph(list);\\n list.setPosition(pt(0,0));\\n\\n connect(list, 'selection', this, 'setTargetToListSelection');\\n \\n return list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1368},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1367\":{\"this\":{\"__isSmartRef__\":true,\"id\":1304}},\"1368\":{},\"1369\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1370},\"source\":\"function resetConnections() {\\n disconnectAll(this);\\n connect(this, 'savedTextString', this.owner, 'setTarget', {converter: \\n\\tfunction (name) { return $world.get(name)}});\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1371},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1370\":{\"this\":{\"__isSmartRef__\":true,\"id\":1304}},\"1371\":{},\"1372\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1373},\"source\":\"function displayTopLevelMorphs() {\\n if (this.listMorph) { this.removeList(); return true }\\n var list = this.createListMorph(); \\n this.addMorph(list);\\n this.listMorph = list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1374},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1373\":{\"this\":{\"__isSmartRef__\":true,\"id\":1304}},\"1374\":{},\"1375\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1376},\"source\":\"function setTargetToListSelection(selection) { \\n this.removeList();\\n if (!selection) return;\\n if (this.owner.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function (confirmed) {\\n if (confirmed) that.setTargetOfPane(selection);\\n }\\n this.owner.confirmUnsavedChanges(callback);\\n } else {\\n this.setTargetOfPane(selection);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1377},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1376\":{\"this\":{\"__isSmartRef__\":true,\"id\":1304}},\"1377\":{},\"1378\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1379},\"source\":\"function setTargetOfPane(selection) {\\n this.owner.setTarget(selection);\\n this.setTextString(selection.getName());\\n this.removeList();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1380},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1379\":{\"this\":{\"__isSmartRef__\":true,\"id\":1304}},\"1380\":{},\"1381\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1382},\"source\":\"function onMouseDown(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n return false;\\n } else {\\n this.displayTopLevelMorphs();\\n return true;\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1387},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1382\":{\"this\":{\"__isSmartRef__\":true,\"id\":1304},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1383}},\"1383\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1384}},\"1384\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1385},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1386},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1385\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1304},\"name\":\"onMouseDown\"},\"1386\":{},\"1387\":{},\"1388\":{\"morph\":{\"__isSmartRef__\":true,\"id\":711},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1389\":{\"sortedScriptNamesOfObj\":{\"__isSmartRef__\":true,\"id\":1390},\"setTarget\":{\"__isSmartRef__\":true,\"id\":1393},\"generateSourceForScript\":{\"__isSmartRef__\":true,\"id\":1396},\"generateSourceForConnection\":{\"__isSmartRef__\":true,\"id\":1399},\"generateTargetCode\":{\"__isSmartRef__\":true,\"id\":1402},\"sortedConnectionNamesOfObj\":{\"__isSmartRef__\":true,\"id\":1405},\"displayJavaScriptSource\":{\"__isSmartRef__\":true,\"id\":1408},\"displaySourceForScript\":{\"__isSmartRef__\":true,\"id\":1411},\"displaySourceForConnection\":{\"__isSmartRef__\":true,\"id\":1414},\"newScript\":{\"__isSmartRef__\":true,\"id\":1417},\"newConnection\":{\"__isSmartRef__\":true,\"id\":1420},\"deleteSelectedScript\":{\"__isSmartRef__\":true,\"id\":1423},\"disconnectConnection\":{\"__isSmartRef__\":true,\"id\":1426},\"updateLists\":{\"__isSmartRef__\":true,\"id\":1429},\"displayInitialScript\":{\"__isSmartRef__\":true,\"id\":1432},\"reset\":{\"__isSmartRef__\":true,\"id\":1435},\"selectChangedContent\":{\"__isSmartRef__\":true,\"id\":1438}},\"1390\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1391},\"source\":\"function sortedScriptNamesOfObj(obj) {\\n if (!Functions.own(obj) || Functions.own(obj).size() == 0) return [];\\n return Functions.own(obj)\\n\\t.select(function(name) { return obj[name].hasLivelyClosure })\\n\\t.sortBy(function(name) { return name.toLowerCase() });\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1392},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1391\":{\"this\":{\"__isSmartRef__\":true,\"id\":711}},\"1392\":{},\"1393\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1394},\"source\":\"function setTarget(morph) {\\n this.reset();\\n module('lively.ide.SyntaxHighlighting').load(true);\\n this.target = morph;\\n this.morphSelector.textString = (this.target.getName() || this.target.toString());\\n this.scriptPane.doitContext = this.target;\\n this.updateLists();\\n this.displayInitialScript();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1395},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1394\":{\"this\":{\"__isSmartRef__\":true,\"id\":711}},\"1395\":{},\"1396\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1397},\"source\":\"function generateSourceForScript(scriptName) {\\n var script = this.target[scriptName].getOriginal();\\n return Strings.format('this.addScript(%s);' ,script)\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1398},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1397\":{\"this\":{\"__isSmartRef__\":true,\"id\":711}},\"1398\":{},\"1399\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1400},\"source\":\"function generateSourceForConnection(connection) {\\n var c = connection, targetObject = this.target;\\n\\tif (!c.getTargetObj() || !c.getTargetObj().name || \\n\\t\\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\\n\\n\\tvar optConfig = []\\n\\tif (c.converterString)\\n\\t\\toptConfig.push(\\\"converter: \\\\n\\\\t\\\" + c.converterString)\\n\\tif (c.updaterString)\\n\\t\\toptConfig.push(\\\"updater: \\\\n\\\\t\\\" + c.updaterString)\\n\\treturn Strings.format('connect(%s, \\\"%s\\\", %s, \\\"%s\\\", {%s});', \\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getSourceObj()),\\n\\t\\t\\tc.getSourceAttrName(),\\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getTargetObj()),\\n\\t\\t\\tc.getTargetMethodName(),\\n\\t\\t\\toptConfig.join(','));\\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1401},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1400\":{\"this\":{\"__isSmartRef__\":true,\"id\":711}},\"1401\":{},\"1402\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1403},\"source\":\"function generateTargetCode(baseObject, targetObject) {\\n\\tvar name = targetObject.name;\\n\\tif (baseObject === targetObject) \\n\\t\\treturn \\\"this\\\";\\n\\telse if (baseObject[name] === targetObject) \\n\\t\\treturn \\\"this.\\\" + name;\\n\\telse if (baseObject.testObject === targetObject) \\n\\t\\treturn \\\"this.testObject\\\";\\n\\telse if (baseObject.get(name) === targetObject) \\n\\t\\treturn 'this.get(\\\"' + name + '\\\")';\\n\\telse if (targetObject instanceof Morph) \\n\\t\\treturn '$morph(\\\"' + name + '\\\")';\\n\\telse \\n\\t\\treturn \\\"????\\\";\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1404},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1403\":{\"this\":{\"__isSmartRef__\":true,\"id\":711}},\"1404\":{},\"1405\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1406},\"source\":\"function sortedConnectionNamesOfObj(obj) {\\n if (\\\"attributeConnections\\\" in obj) {\\n return obj.attributeConnections\\n .sortBy(function(each) {return name.toLowerCase() })\\n .collect(function(each) {return [each.getSourceAttrName(), each]});\\n } else {\\n return [];\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1407},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1406\":{\"this\":{\"__isSmartRef__\":true,\"id\":711}},\"1407\":{},\"1408\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1409},\"source\":\"function displayJavaScriptSource(jsCode) {\\n this.scriptPane.setTextString(jsCode);\\n this.scriptPane.highlightJavaScriptSyntax();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1410},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1409\":{\"this\":{\"__isSmartRef__\":true,\"id\":711}},\"1410\":{},\"1411\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1412},\"source\":\"function displaySourceForScript(scriptName) {\\n if (!scriptName) return;\\n var code = \\\"\\\", that = this;\\n if (scriptName === \\\"-- ALL --\\\") {\\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForScript(each)).concat(\\\"\\\\n\\\\n\\\");\\n });\\n } else {\\n code = this.generateSourceForScript(scriptName); \\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1413},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1412\":{\"this\":{\"__isSmartRef__\":true,\"id\":711}},\"1413\":{},\"1414\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1415},\"source\":\"function displaySourceForConnection(connection) {\\n if (!connection) return;\\n var code = \\\"\\\", that = this;\\n if ((typeof connection === \\\"string\\\") && connection === \\\"-- ALL --\\\") {\\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\\\"\\\\n\\\\n\\\");\\n })\\n } else {\\n code = this.generateSourceForConnection(connection);\\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1416},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1415\":{\"this\":{\"__isSmartRef__\":true,\"id\":711}},\"1416\":{},\"1417\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1418},\"source\":\"function newScript() {\\n if (this.target) {\\n var code = \\\"this.addScript(function SCRIPTNAME() {\\\\n\\\\t\\\\n});\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1419},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1418\":{\"this\":{\"__isSmartRef__\":true,\"id\":711}},\"1419\":{},\"1420\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1421},\"source\":\"function newConnection() {\\n if (this.target) {\\n var code = \\\"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1422},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1421\":{\"this\":{\"__isSmartRef__\":true,\"id\":711}},\"1422\":{},\"1423\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1424},\"source\":\"function deleteSelectedScript() {\\n if (this.scriptList.selection && this.target) {\\n if (!this.target.hasOwnProperty(this.scriptList.selection)) return;\\n delete this.target[this.scriptList.selection];\\n this.updateLists();\\n this.displayInitialScript();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1425},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1424\":{\"this\":{\"__isSmartRef__\":true,\"id\":711}},\"1425\":{},\"1426\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1427},\"source\":\"function disconnectConnection() {\\n var selection = this.connectionList.selection;\\n if (selection && \\n (typeof selection !== \\\"string\\\") &&\\n this.target.attributeConnections.indexOf(selection[1]) > -1) {\\n var c = this.connectionList.selection[1];\\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\\n this.updateLists();\\n this.displayInitialScript();\\n } \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1428},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1427\":{\"this\":{\"__isSmartRef__\":true,\"id\":711}},\"1428\":{},\"1429\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1430},\"source\":\"function updateLists() {\\n this.scriptList.setList(this.sortedScriptNamesOfObj(this.target));\\n var scriptListItems = this.scriptList.getList();\\n scriptListItems.unshift(\\\"-- ALL --\\\");\\n this.scriptList.setList(scriptListItems);\\n\\n this.connectionList.setList(this.sortedConnectionNamesOfObj(this.target));\\n var connectionListItems = this.connectionList.getList();\\n connectionListItems.unshift(\\\"-- ALL --\\\");\\n this.connectionList.setList(connectionListItems);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1431},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1430\":{\"this\":{\"__isSmartRef__\":true,\"id\":711}},\"1431\":{},\"1432\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1433},\"source\":\"function displayInitialScript() {\\n if (this.scriptList.getList().size() > 1) {\\n this.scriptList.selectAt(0);\\n } else if (this.connectionList.getList().size() > 1) {\\n this.connectionList.selectAt(0);\\n } else {\\n this.scriptList.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1434},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1433\":{\"this\":{\"__isSmartRef__\":true,\"id\":711}},\"1434\":{},\"1435\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1436},\"source\":\"function reset() {\\n this.target = null;\\n this.scriptPane.doitContext = null;\\n this.scriptList.setList();\\n this.connectionList.setList();\\n this.scriptPane.setTextString(\\\"\\\");\\n this.morphSelector.reset();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1437},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1436\":{\"this\":{\"__isSmartRef__\":true,\"id\":711}},\"1437\":{},\"1438\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1439},\"source\":\"function selectChangedContent(source) {\\n\\n var addScriptRegex = /this\\\\.addScript\\\\s*\\\\(\\\\s*function\\\\s*([^\\\\(]*)/g;\\n var addScriptMatches = [];\\n var addScriptMatch = addScriptRegex.exec(source);\\n while (addScriptMatch) {\\n addScriptMatches.push(addScriptMatch[1]);\\n addScriptMatch = addScriptRegex.exec(source);\\n }\\n \\n // if scripts were added, select either a specific one or all\\n if (addScriptMatches.length > 0) { \\n if (addScriptMatches.length === 1) {\\n var index = this.scriptList.getList().indexOf(addScriptMatches[0]);\\n if (index > -1) { \\n return this.scriptList.selectAt(index);\\n }\\n }\\n return this.scriptList.selectAt(0);\\n }\\n\\n var connectionRegex = \\n /connect\\\\(\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"\\\\s*,\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"/g;\\n var connectionMatches = [];\\n var connectionMatch = connectionRegex.exec(source);\\n while (connectionMatch) {\\n connectionMatches.push(connectionMatch);\\n connectionMatch = connectionRegex.exec(source);\\n }\\n\\n // if connections were made, select either a specific one or all\\n if (connectionMatches.length > 0) {\\n if (connectionMatches.length === 1) {\\n var match = connectionMatches[0];\\n for (var i=0; i\",\"selection\":{\"__isSmartRef__\":true,\"id\":1618},\"_ClipMode\":\"visible\",\"prevScroll\":[0,0],\"listMorph\":null,\"derivationIds\":[221,\"4AC64FBA-95AC-42B2-A078-B6DA97889093\",\"E26ED0E6-C4CE-4C82-94D5-175270E8459E\",\"D292F2FC-C2B6-48AE-B779-8CC5868FFA49\",\"53A862EB-032C-4BF0-9B21-58C7E0C0A9B2\",\"CC4D188B-510F-48DE-A0E1-EC8D2CD63F9F\",\"0CD057F2-3517-4849-A69E-1EF79B05ACE8\",\"66EBBB7D-8FA7-4D43-AE78-A18DA3B970BA\",\"A50C1893-4138-4E29-865B-92F53F76D08A\",\"1EC5D2B9-3539-419A-8DD6-CE82DEABB02C\",\"95DC06D5-F4C7-49E2-8A01-110D1B0AFBD0\",\"672DEFAB-2BE5-4C60-9779-3B44694FBEB1\",\"E3476213-5872-492C-BE29-0C6A5A150ED8\",\"AA2F6ABE-1CCB-403D-94DD-8FB371F3DDCE\",\"54B67D51-AB19-40A0-A2A6-EC51F3171CAC\",\"1CF44342-896F-4ACB-847F-7CB3CD10ED5A\",\"279A9257-1667-4E0C-844B-A4E0D02462F0\",\"DDCBD835-4B3F-4B8F-9623-696DA76C3A2C\",\"D2CB17F3-5DD0-4E97-BF99-40A95ABF976B\",\"FA519665-2394-43D3-8DCF-802A158F3291\",\"90519BB5-7419-46E0-B7E3-4C26304F3414\",\"3282D25E-B004-4531-8508-173EB73B479E\",\"5A6C6654-2943-456D-ADD5-9BABB678CCEB\"],\"_Rotation\":0,\"_Scale\":1.0000000000000002,\"isPressed\":false,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1635},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1569\":{\"submorphs\":[],\"scripts\":[],\"id\":\"57D69FC8-C0A7-4222-A115-D0728F5C223E\",\"shape\":{\"__isSmartRef__\":true,\"id\":1570},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":220,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1576},\"textColor\":{\"__isSmartRef__\":true,\"id\":1573},\"owner\":{\"__isSmartRef__\":true,\"id\":1568},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1577}],\"padding\":{\"__isSmartRef__\":true,\"id\":1579},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1579},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1580},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1581}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1582},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1583},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":220,\"_MinTextHeight\":null,\"_Align\":\"left\",\"_FontFamily\":\"Arial\",\"_FontSize\":10,\"derivationIds\":[222,\"30F054A3-7658-405B-8098-B7D87AA8A9ED\",\"556D6E07-45B7-42EC-A486-DE275EF0B034\",\"06B0B080-467A-46CC-8B0D-9C0A9B9A71F1\",\"5E2D96C9-BB9B-4735-8673-A79847435197\",\"B48AA022-2022-4A2A-9090-4D884FB3DFD3\",\"8B2F743A-98C5-45E1-B03C-5019114EAC47\",\"D09C56C3-A2DC-4BDF-B8A1-6365138ECD01\",\"74158C3D-B79E-43E7-B111-48701B10ACE2\",\"B19E117B-E40F-4B9F-86AC-BFB2AAFD5336\",\"4E3B3D72-E52C-44ED-AE32-78939BA1ECFD\",\"2459D1F0-E49C-4882-AB4C-D78C1A496962\",\"3D8D3B02-0459-45C1-A606-D0DB4B07958C\",\"78AAE288-D261-4BEA-9436-C8C31B890B44\",\"2E10F795-9892-4BF7-9A46-BCB90FD6112E\",\"DE32EFA9-C920-42F6-9F2E-7EDABEC006AF\",\"23FBFC79-1927-48FD-8C1C-09FFD7539784\",\"3409506C-9BAE-43DA-BCAF-94392F9646DF\",\"ED94289E-98FC-4126-9EED-25FDC98D5BFC\",\"63C2F1D8-3A1B-464B-9945-1F661D4CFE26\",\"782AAB82-32E9-4A37-9DC0-3118636C2CCE\",\"C07C687C-4B3D-4283-8791-5718737E1552\",\"74A5D564-D190-453E-BBC6-1A142995D7C8\"],\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1584},\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1585},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1570\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1571},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1572},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1573},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1574},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1575},\"_BorderWidth\":0,\"_Fill\":null,\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1571\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1572\":{\"x\":220,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1573\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1574\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1575\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1576\":{\"x\":2.0000000000004547,\"y\":1.0000000000002274,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1577\":{\"style\":{\"__isSmartRef__\":true,\"id\":1578},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1569},\"storedString\":\"empty\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1578\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1579\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1580\":{\"x\":220,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1581\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1569},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1568},\"targetMethodName\":\"selection\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1582\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1583\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1569},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1584\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1585\":{\"requiredModules\":[],\"idOnLoad\":\"57D69FC8-C0A7-4222-A115-D0728F5C223E\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1586\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1587},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1588},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1589},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1599},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1600},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1601},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1587\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1588\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1589\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1590},{\"__isSmartRef__\":true,\"id\":1592},{\"__isSmartRef__\":true,\"id\":1594},{\"__isSmartRef__\":true,\"id\":1596}],\"vector\":{\"__isSmartRef__\":true,\"id\":1598},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1590\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1591}},\"1591\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1592\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1593}},\"1593\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1594\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1595}},\"1595\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1596\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1597}},\"1597\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1598\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1599\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1600\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1601\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1602\":{\"x\":241.15654326393178,\"y\":10.051355170230863,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1603\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1604},{\"__isSmartRef__\":true,\"id\":1606},{\"__isSmartRef__\":true,\"id\":1608},{\"__isSmartRef__\":true,\"id\":1610}],\"vector\":{\"__isSmartRef__\":true,\"id\":1598},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1604\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1605}},\"1605\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1606\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1607}},\"1607\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1608\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1609}},\"1609\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1610\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1611}},\"1611\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1612\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1613\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"partName\":\"ChoiceButton\",\"comment\":\"Click on it and you get a list of things to choose from.\",\"idOnLoad\":\"2CE14C8B-AC56-448D-B64E-FF044AF082CA\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1614\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1615\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1568},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1616\":{\"x\":163.49122475735174,\"y\":-15.233000571157135,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1617\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1618\":{\"submorphs\":[],\"scripts\":[],\"id\":181,\"shape\":{\"__isSmartRef__\":true,\"id\":1619},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1625},\"_MaxTextWidth\":580,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1626},\"showsHalos\":false,\"_FontSize\":28,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Title\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1627},\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1628},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1629},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1630}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1632},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1633},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":580,\"_MinTextHeight\":null,\"_Rotation\":0,\"_Scale\":1.002003004005006,\"previousSelection\":[35,35],\"priorSelectionRange\":[23,23],\"charsReplaced\":\"WIP / Proof of Concept\",\"lastFindLoc\":22,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1634},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"isCopyMorphRef\":true,\"morphRefId\":2,\"prevScroll\":[0,0],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1619\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1620},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1621},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1622},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1623},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1624},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1620\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1621\":{\"x\":580,\"y\":43,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1622\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1623\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1624\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1625\":{\"x\":37,\"y\":23,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1626\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1627\":{\"partsSpaceName\":\"PartsBin/Worlds/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"For example a world title.\",\"partName\":\"Title\",\"migrationLevel\":2,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1628\":{\"r\":0,\"g\":0.309,\"b\":0.595,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1629\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1630\":{\"style\":{\"__isSmartRef__\":true,\"id\":1631},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1618},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1631\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1632\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1618},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1633\":{\"x\":580,\"y\":43,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1634\":{\"x\":221,\"y\":-12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1635\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":1636},\"getList\":{\"__isSmartRef__\":true,\"id\":1639},\"removeList\":{\"__isSmartRef__\":true,\"id\":1643},\"reset\":{\"__isSmartRef__\":true,\"id\":1646},\"displayTopLevelMorphs\":{\"__isSmartRef__\":true,\"id\":1650},\"onMouseDown\":{\"__isSmartRef__\":true,\"id\":1653},\"setTargetOfPane\":{\"__isSmartRef__\":true,\"id\":1661},\"setTargetToListSelection\":{\"__isSmartRef__\":true,\"id\":1665},\"onBlur\":{\"__isSmartRef__\":true,\"id\":1669},\"setTarget\":{\"__isSmartRef__\":true,\"id\":1676},\"setTargetOnSelection\":{\"__isSmartRef__\":true,\"id\":1680},\"getItems\":{\"__isSmartRef__\":true,\"id\":1684},\"createGroupTree\":{\"__isSmartRef__\":true,\"id\":1687},\"createWorldTree\":{\"__isSmartRef__\":true,\"id\":1690},\"highlightCurrentTarget\":{\"__isSmartRef__\":true,\"id\":1693},\"setHighlight\":{\"__isSmartRef__\":true,\"id\":1696},\"removeHighlight\":{\"__isSmartRef__\":true,\"id\":1699}},\"1636\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1637},\"source\":\"function createListMorph() {\\n var items = this.getItems(),\\n height = this.owner.getExtent().y,\\n bounds = new Rectangle(0, this.getExtent().y, this.getExtent().x, height),\\n that = this\\n\\n var listMorph = new lively.morphic.Tree();\\n listMorph.setName(\\\"MorphSelectorTree\\\")\\n listMorph.getLayouter().defer()\\n listMorph.setItem(items);\\n listMorph.setBounds(bounds)\\n listMorph.disableGrabbing()\\n listMorph.disableDragging()\\n listMorph.setBorderWidth(1)\\n listMorph.setBorderColor(Color.rgb(150,150,150))\\n listMorph.childNodes.each(function (n) {\\n n.expand()\\n })\\n this.highlightCurrentTarget(listMorph)\\n\\n return listMorph;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1638},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"1637\":{\"this\":{\"__isSmartRef__\":true,\"id\":1568}},\"1638\":{},\"1639\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1640},\"source\":\"function getList() {\\n var worldEntry = {\\n isListItem: true,\\n selectionString: 'World',\\n string: 'World',\\n value: this.world()\\n };\\n var list = this.world().indentedListItemsOfMorphNames();\\n list.unshift(worldEntry);\\n return list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1641},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1640\":{\"this\":{\"__isSmartRef__\":true,\"id\":1568}},\"1641\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1642},\"user\":\"lauritz\",\"tags\":[]},\"1642\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 21 2011 23:12:23 GMT+0100 (Mitteleuropäische Zeit)\"},\"1643\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1644},\"source\":\"function removeList() {\\n if (this.listMorph && !this.listMorph.stayUp) {\\n this.listMorph.remove()\\n this.listMorph = null\\n } else {\\n this.listMorph && delete this.listMorph.stayUp\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1645},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"1644\":{\"this\":{\"__isSmartRef__\":true,\"id\":1568}},\"1645\":{},\"1646\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1647},\"source\":\"function reset() {\\n this.list = [];\\n this.setLabel('empty');\\n this.label.setAlign('left');\\n this.removeList();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'});\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1648},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1647\":{\"this\":{\"__isSmartRef__\":true,\"id\":1568}},\"1648\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1649},\"user\":\"lauritz\",\"tags\":[]},\"1649\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:34:06 GMT+0100 (Mitteleuropäische Zeit)\"},\"1650\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1651},\"source\":\"function displayTopLevelMorphs() {\\n var listMorph = this.createListMorph();\\n listMorph.setVisible(false)\\n this.addMorph(listMorph)\\n this.listMorph = listMorph\\n\\n // need temp here, doesn't work otherwise, strange errors... Javascript WAT\\n var layouting = function() {\\n listMorph.setVisible(true)\\n listMorph.getLayouter().resume()\\n }\\n layouting.morphicDelay(1)\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1652},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"1651\":{\"this\":{\"__isSmartRef__\":true,\"id\":1568}},\"1652\":{},\"1653\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1654},\"source\":\"function onMouseDown(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n // clicked on morph, not the list, not the list's scrollbar\\n if (evt.target === this.renderContext().shapeNode)\\n this.removeList();\\n } else {\\n this.displayTopLevelMorphs();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1659},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1654\":{\"this\":{\"__isSmartRef__\":true,\"id\":1568},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1655}},\"1655\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1656}},\"1656\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1657},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1658},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1657\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1568},\"name\":\"onMouseDown\"},\"1658\":{},\"1659\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1660},\"user\":\"lauritz\",\"tags\":[]},\"1660\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:30:39 GMT+0100 (Mitteleuropäische Zeit)\"},\"1661\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1662},\"source\":\"function setTargetOfPane(selection) {\\n this.owner.setTarget(selection);\\n this.label.setAlign('left');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1663},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1662\":{\"this\":{\"__isSmartRef__\":true,\"id\":1568}},\"1663\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1664},\"user\":\"lauritz\",\"tags\":[]},\"1664\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 04:30:42 GMT+0100 (Mitteleuropäische Zeit)\"},\"1665\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1666},\"source\":\"function setTargetToListSelection() { \\n var selection = this.listMorph.selection;\\n this.removeList();\\n if (!selection) return;\\n if (this.owner.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function (confirmed) {\\n if (confirmed) that.setTargetOfPane(selection);\\n }\\n this.owner.confirmUnsavedChanges(callback);\\n } else {\\n this.setTargetOfPane(selection);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1667},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1666\":{\"this\":{\"__isSmartRef__\":true,\"id\":1568}},\"1667\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1668},\"user\":\"lauritz\",\"tags\":[]},\"1668\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 06:06:48 GMT+0100 (Mitteleuropäische Zeit)\"},\"1669\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1670},\"source\":\"function onBlur(evt) {\\n $super(evt);\\n \\n // workaround - otherwise other morphs get this event\\n var target = evt.world.clickedOnMorph\\n if (!this.listMorph || !this.listMorph.isAncestorOf(target)) {\\n this.removeList();\\n } else {\\n this.focus()\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1675},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"1670\":{\"this\":{\"__isSmartRef__\":true,\"id\":1568},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1671}},\"1671\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1672}},\"1672\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1673},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n if ($world)\\n $world.logError(e, 'Error in $super call')\\n else\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1674},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"1673\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1568},\"name\":\"onBlur\"},\"1674\":{},\"1675\":{},\"1676\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1677},\"source\":\"function setTarget(target) {\\n this.label.setTextString(target.getName() || target.toString());\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1678},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1677\":{\"this\":{\"__isSmartRef__\":true,\"id\":1568}},\"1678\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1679},\"user\":\"lauritz\",\"tags\":[]},\"1679\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 04:29:39 GMT+0100 (Mitteleuropäische Zeit)\"},\"1680\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1681},\"source\":\"function setTargetOnSelection() {\\n if (this.listMorph && this.listMorph.renderContext() && this.listMorph.renderContext().listNode.value) {\\n this.setTargetToListSelection();\\n this.stopStepping();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1682},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1681\":{\"this\":{\"__isSmartRef__\":true,\"id\":1568}},\"1682\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1683},\"user\":\"lauritz\",\"tags\":[]},\"1683\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 06:12:06 GMT+0100 (Mitteleuropäische Zeit)\"},\"1684\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1685},\"source\":\"function getItems() {\\n var worldEntry = this.createWorldTree(),\\n groups = this.createGroupTree()\\n\\n return {children: [groups, worldEntry]};\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1686},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"1685\":{\"this\":{\"__isSmartRef__\":true,\"id\":1568}},\"1686\":{},\"1687\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1688},\"source\":\"function createGroupTree() {\\n // groups\\n var morphList = this.world().indentedListItemsOfMorphNames(),\\n that = this,\\n children = morphList.collect(function (element) {\\n return element.value.behaviorGroups\\n }).compact().flatten().uniq().sort().collect(function (groupName) {\\n var selection = that.get(\\\"MagnifierButton\\\").newMultiSelection()\\n selection.targets = morphList.select(function (element) {\\n return element.value.behaviorGroups &&\\n element.value.behaviorGroups.indexOf(groupName) >= 0\\n }).collect(function (element) {\\n return element.value\\n })\\n selection.setName(groupName)\\n var listName = groupName + \\\" [\\\" + selection.targets.length + \\\"]\\\"\\n return {\\n isListItem: true,\\n selectionString: listName,\\n name: listName,\\n editorPane: that.owner,\\n value: selection\\n }\\n })\\n \\n children.each(function (c) {\\n Object.addScript(c, function onSelect() {\\n this.editorPane.setTarget(this.value)\\n })\\n })\\n \\n if (children.length === 0) {\\n children = null\\n }\\n \\n return {\\n isListItem: true,\\n selectionString: 'Groups',\\n name: 'Groups',\\n value: 'groups',\\n children: children\\n };\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1689},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"1688\":{\"this\":{\"__isSmartRef__\":true,\"id\":1568}},\"1689\":{},\"1690\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1691},\"source\":\"function createWorldTree() {\\n var scripts = [\\n function onSelect(tree) {\\n if (window.event.isShiftDown()) {\\n this.editorPane.get(\\\"MorphSelectorTree\\\").stayUp = true\\n if (!this.editorPane.target) {\\n var targets = []\\n } else if (this.editorPane.target.isMorph) {\\n var targets = [this.editorPane.target]\\n } else {\\n var targets = this.editorPane.target.targets\\n }\\n var idx = targets.indexOf(this.value)\\n if (idx >= 0) {\\n this.selector.removeHighlight(tree)\\n targets.removeAt(idx)\\n } else {\\n this.selector.setHighlight(tree)\\n targets.push(this.value)\\n }\\n if (targets.length === 0) {\\n this.editorPane.reset()\\n } else {\\n this.editorPane.setTarget(targets)\\n }\\n } else {\\n this.editorPane.setTarget(this.value)\\n }\\n }\\n ],\\n properties = {\\n editorPane: this.owner,\\n selector: this\\n }\\n \\n return {\\n name: 'World',\\n value: this.world(),\\n editorPane: this.owner,\\n selector: this,\\n onSelect: scripts[0],\\n children: this.world().submorphs.invoke('treeItemsOfMorphNames',\\n {scripts: scripts,\\n properties: properties,\\n showUnnamed: true}).compact()\\n };\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1692},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"1691\":{\"this\":{\"__isSmartRef__\":true,\"id\":1568}},\"1692\":{},\"1693\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1694},\"source\":\"function highlightCurrentTarget(tree) {\\n var target = this.owner.target,\\n nodes = tree.childNodes,\\n highlightNode\\n\\n if (!target) {\\n return\\n } else if (target.isMorph) {\\n var expandables = [target],\\n nextOwner = target,\\n currentNode\\n while (nextOwner.owner) {\\n expandables.push(nextOwner.owner)\\n nextOwner = nextOwner.owner\\n }\\n expandables.reverse().each(function (m) {\\n currentNode = nodes.detect(function (n) {\\n return n.item.value === m\\n })\\n if (currentNode) {\\n nodes = currentNode.childNodes\\n if (!nodes && currentNode.item.children) {\\n currentNode.expand()\\n nodes = currentNode.childNodes\\n }\\n } else {\\n return\\n }\\n })\\n if (currentNode && currentNode.item.value === target) {\\n highlightNode = currentNode\\n }\\n } else {\\n var groupNodes = nodes.detect(function (n) {\\n return n.item.value === 'groups'\\n }).childNodes\\n highlightNode = groupNodes.detect(function (n) {\\n // group names are unique\\n return n.item.value.name === target.name\\n })\\n }\\n\\n if (highlightNode) {\\n this.setHighlight(highlightNode)\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1695},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"1694\":{\"this\":{\"__isSmartRef__\":true,\"id\":1568}},\"1695\":{},\"1696\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1697},\"source\":\"function setHighlight(tree) {\\n tree.submorphs[0].setFill(Color.rgb(218,218,218))\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1698},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"1697\":{\"this\":{\"__isSmartRef__\":true,\"id\":1568}},\"1698\":{},\"1699\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1700},\"source\":\"function removeHighlight(tree) {\\n tree.submorphs[0].setFill(Color.rgb(255,255,255))\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1701},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"1700\":{\"this\":{\"__isSmartRef__\":true,\"id\":1568}},\"1701\":{},\"1702\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1703},{\"__isSmartRef__\":true,\"id\":1720}],\"scripts\":[],\"id\":\"573DB024-4E4A-4288-9A65-766BAFDCAFC1\",\"shape\":{\"__isSmartRef__\":true,\"id\":1732},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1748},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1736},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1749},\"label\":{\"__isSmartRef__\":true,\"id\":1703},\"name\":\"NameGroupButton2\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1758},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1763}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1764},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1765},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1766},\"derivationIds\":[2588,\"22797D34-67DE-4A06-81F0-4DF0A87ADBBC\",\"11C83D57-E873-4516-9585-B62D3DF729A3\",\"8E161AB6-CEB1-4993-B81A-94A59114005E\",\"2F620ADA-09C2-420E-A5CD-A6F8D3E31D8D\",\"3AA42C7C-0734-4F4B-A604-C0D5FA0F06EF\",\"D0F3611A-53F9-4995-996F-E49E21D1AC10\",\"90D64A7D-714C-43E6-A082-69FFC0689CC7\",\"FBAA1361-847D-489E-BC30-80490288D128\",\"2CC76200-BA09-4BE2-9D60-E30E3B1DB993\"],\"_ClipMode\":\"visible\",\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1767},\"_Visible\":true,\"isCopyMorphRef\":true,\"morphRefId\":162,\"isPressed\":false,\"_Rotation\":0,\"_Scale\":0.990044880209748,\"owner\":{\"__isSmartRef__\":true,\"id\":208},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1768},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1703\":{\"submorphs\":[],\"scripts\":[],\"id\":\"750347EB-73E2-4FDF-9BE7-FAAB5F4830C5\",\"shape\":{\"__isSmartRef__\":true,\"id\":1704},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1710},\"_MaxTextWidth\":106.05027610358519,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1711},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1712},\"owner\":{\"__isSmartRef__\":true,\"id\":1702},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1713},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1714}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1716},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1717},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"derivationIds\":[2589,\"024C5ADE-C4CF-4E8E-BEC5-F93AD4839702\",\"14B58111-F7FC-48C0-B90D-92C2C566AD98\",\"B6252EA2-DF44-4D7B-9976-ACEC742FEBF7\",\"B333DC78-5941-48C2-B69A-FCCF9F8B8A2C\",\"AFFE9117-3F98-4763-B2E1-1F6F354C86ED\",\"B7C73214-57FC-4888-AF8D-058F3959D17E\",\"007F3267-D6A9-45EE-A0A1-C597BFC0CBBC\",\"5E7CFA25-381E-4152-BE2D-90447228DB55\",\"917D67E3-2C69-4476-91B7-86C62446C0E9\"],\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":106.05027610358519,\"_MinTextHeight\":null,\"_FontSize\":10,\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1718},\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1719},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1704\":{\"position\":{\"__isSmartRef__\":true,\"id\":1705},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1706},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1707},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1708},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1709},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1705\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1706\":{\"x\":106.05027610358519,\"y\":21.000000000000057,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1707\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1708\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1709\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1710\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1711\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1712\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1713\":{\"x\":106.05027610358519,\"y\":21.000000000000057,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1714\":{\"style\":{\"__isSmartRef__\":true,\"id\":1715},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1703},\"storedString\":\" Name group\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1715\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1716\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1717\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1703},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1718\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1719\":{\"requiredModules\":[],\"idOnLoad\":\"3818C464-3529-481B-8867-52EC3E0C2441\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1720\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1721},\"derivationIds\":[null,\"59B9C10F-5E4E-48BE-AC11-E220B20EA1A9\",\"6D62AF0B-53FD-42BF-A88B-D2E547A364F1\",\"8D560BB3-D273-4254-8671-22E828288124\",\"C3AB4E52-B0E0-48C8-B9C7-0B760F4C4B82\",\"23CB95B6-7C1D-47D9-B722-B538FFC4FE1D\",\"D43E3E4E-9612-4A57-BCB6-B75B818AC68F\",\"F8ED790A-78A9-4AEF-A1F2-43442B51727A\"],\"id\":\"19C1FE86-2FC6-421E-AC6C-6037188B7F80\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1726},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1727},\"_ClipMode\":\"visible\",\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1728},\"owner\":{\"__isSmartRef__\":true,\"id\":1702},\"name\":\"document_rename.png\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1729},\"showsHalos\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1730},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"isCopyMorphRef\":true,\"morphRefId\":163,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1731},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Image\"},\"1721\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1722},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1723},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1724},\"_ImageURL\":\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAApdJREFUeNqMU01IVFEU/t6bN86MMwOOMIkWSUkbdVOSuQxbuMgSdFyMWGuhrRW0UHHlIjclYdJqEAQJjVqIShFEaaE2YAmZIqOOqcxo4zg/zLx5t3Pu/GBE0YHDgXPu+b77nXuu4unpwUlTFOUGhXL8294YhrFmZDLQ1ubmUNXQUKgIISp8vb3DKSqm2Q0DGSE4L+t+vx++2dku5iL/rjLAu9FRMFrOFYOb0mnpqWQSiVgMx8fHiEajMj7v7x+mc9cI4IKpqKgIkVAI4c1NnK6uZqbLnsbG60sLC5idmoKqqng9PS3Z3WVlWFlZwaflZZxzu5tfzczsw+FwyEPs7spKNHd334mn0+JnPC4OYjExMDgofkQiYiMUEt92d8XXnR3xJRgUgaMjwWc1s9nsLS4uPssMiXAYC+PjZ56Ul0vNUjXJ8Y2M4FRFBa42NQG6Dp1ybDrJ1Wpra8t8Pt/A38Y9NjYGr9eLD/PzsJrN2SSB0Gsho+uK5na7M1arFQ+eqQgENrC9HaSiHaWl5zHx0IlEIgGu2+12mE2mArApC6BqJSUlBkmgVPIPds4n6RU42mw2qNSUBzFR1BnA6XQaXHx630ZpF/ml30AYgOsWi0UCsDGIiYauswRCD/b19XXlG45Sqapb7e13RXarpITFpSW4XK4CQEFCOq1qNIyX/IRsB3T4YzB471F9PXiZGOTx0BAu1tXBIDAjN33k1pAlqPlEOB7H+0BAXouLkxMT6OzowM2WFtzu7MSLycnsvlA171ICN+/Tir5dXc1jyZzH40FbW5tkbm1tlVH+B+akmzAJrbimLa6vw0/MJ8xy4mdKJm5UcpGvbBCIQh45PLRoUe0KnA4L9vY+53/jlqOmZgD/YQSy9UuAAQDK5EM/6vIOCwAAAABJRU5ErkJggg==\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1725},\"_NodeClass\":[\"morph\",\"image\"],\"_NodeId\":\"morph-59b9c10f-5e4e-48be-ac11-e220b20ea1a9\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isLoaded\":true,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Image\"},\"1722\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1723\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\",\"setImageURL\":\"setImageURLHTML\",\"getNativeExtent\":\"getNativeExtentHTML\"},\"1724\":{\"x\":16,\"y\":16,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1725\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1726\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1727\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1720},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1728\":{\"x\":-0.8692821306790393,\"y\":2.969834337849022,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1729\":{\"x\":200,\"y\":200,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1730\":{\"x\":39,\"y\":-10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1731\":{\"partName\":\"document_rename.png\",\"requiredModules\":[],\"idOnLoad\":\"195DFF3C-BC5A-40BF-BC9E-65DBD9BC8523\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1732\":{\"position\":{\"__isSmartRef__\":true,\"id\":1733},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1734},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1735},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1736},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1746},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1747},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1733\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1734\":{\"x\":106.05027610358519,\"y\":21.000000000000057,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1735\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1736\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1737},{\"__isSmartRef__\":true,\"id\":1739},{\"__isSmartRef__\":true,\"id\":1741},{\"__isSmartRef__\":true,\"id\":1743}],\"vector\":{\"__isSmartRef__\":true,\"id\":1745},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1737\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1738}},\"1738\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1739\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1740}},\"1740\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1741\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1742}},\"1742\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1743\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1744}},\"1744\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1745\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1746\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1747\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1748\":{\"x\":490.0359264595939,\"y\":9.49203779350779,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1749\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1750},{\"__isSmartRef__\":true,\"id\":1752},{\"__isSmartRef__\":true,\"id\":1754},{\"__isSmartRef__\":true,\"id\":1756}],\"vector\":{\"__isSmartRef__\":true,\"id\":1745},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1750\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1751}},\"1751\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1752\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1753}},\"1753\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1754\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1755}},\"1755\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1756\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1757}},\"1757\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1758\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"ScriptableButton\",\"comment\":\"Has a script that is called on button press\",\"changes\":[{\"__isSmartRef__\":true,\"id\":1759},{\"__isSmartRef__\":true,\"id\":1761}],\"revisionOnLoad\":170561,\"idOnLoad\":\"0EF26BF0-FAE8-4693-8C99-0F37D445345C\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1759\":{\"date\":{\"__isSmartRef__\":true,\"id\":1760},\"author\":\"robertkrahn\",\"message\":\"no comment\",\"id\":\"0366C0A2-0C8E-4AEB-AAC3-120434134545\"},\"1760\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 14:10:10 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1761\":{\"date\":{\"__isSmartRef__\":true,\"id\":1762},\"author\":\"huberthesse\",\"message\":\"Restore scriptable button\",\"id\":\"7DCED89C-C162-4A42-94E3-6B4D2CBA4932\"},\"1762\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 12 2012 11:12:07 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1763\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1702},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1702},\"targetMethodName\":\"onFire\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1764\":{\"x\":106.05027610358519,\"y\":21.000000000000057,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1765\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1766\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1702},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1767\":{\"x\":69.13071786932096,\"y\":-13.969834337848965,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1768\":{\"onFire\":{\"__isSmartRef__\":true,\"id\":1769}},\"1769\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1770},\"source\":\"function onFire() {\\n if (!(this.owner.target && this.owner.target.targets)) {\\n return\\n }\\n var that = this\\n var oldName = this.owner.target.name\\n this.world().prompt(\\\"Please enter a name for this group\\\", function (newName) {\\n if (newName !== oldName) {\\n that.owner.target.targets.each(function (target) {\\n if (!target.behaviorGroups) {\\n target.behaviorGroups = []\\n } else {\\n var idx = target.behaviorGroups.indexOf(oldName)\\n if (idx > -1) {\\n target.behaviorGroups.removeAt(idx)\\n }\\n }\\n if (newName !== \\\"\\\") {\\n target.behaviorGroups.push(newName)\\n }\\n })\\n if (newName !== \\\"\\\") {\\n that.owner.target.setName(newName)\\n } else {\\n that.owner.target.setName(undefined)\\n }\\n }\\n that.get(\\\"ObjectEditorMorphSelector\\\").setTarget(that.owner.target)\\n }, oldName)\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1771},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1770\":{\"this\":{\"__isSmartRef__\":true,\"id\":1702}},\"1771\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1772},\"user\":\"timfelgentreff\",\"tags\":[]},\"1772\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 14 2012 13:04:34 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1773\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1774}],\"scripts\":[],\"id\":\"50F3A100-7F6C-4A0F-83C1-C249872A75D7\",\"shape\":{\"__isSmartRef__\":true,\"id\":1790},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1806},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1793},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1807},\"label\":{\"__isSmartRef__\":true,\"id\":1774},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1816}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1818},\"name\":\"ObjectEditorAddConnectionButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1819},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1820},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1821},\"owner\":{\"__isSmartRef__\":true,\"id\":208},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1822},\"layout\":{\"__isSmartRef__\":true,\"id\":1823},\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1824},\"isCopyMorphRef\":true,\"morphRefId\":147,\"derivationIds\":[211,\"3037655C-DA7B-44EA-BA12-F4079688C953\",\"75A1CB74-1CC4-4818-9C72-5ABDB57E856B\",\"2500B5DB-7C3D-4C95-B0A6-239C5876AD50\",\"1E8E75D5-28A5-4303-9DD4-95810FC25C89\",\"23FCA415-364D-4EB3-BEF7-235AA7301DC1\",\"456BCA9E-DF1C-4132-B145-D9C543BC2AA5\",\"947AE751-18C7-4E75-83EA-B58FDC3957DD\",\"EF32CA97-3FB2-46E8-BB28-6D7E9D75E785\",\"F9EC8656-C6FC-4B95-9543-F88CB0F2A858\",\"C9F7F76F-A604-45F4-A37A-F91FEB593CDC\",\"9F494BE8-A4FF-41F6-AB36-C283D24A4407\",\"45A73CE1-64C7-459A-AF81-C5709E5AC9C9\",\"CF371F02-EC78-4A2F-9EE2-378932693C1E\",\"BD55918E-773D-4175-AABF-83F7CF487433\",\"927C26F1-7906-423F-B724-6EEA41241042\",\"D0079D71-C612-4BDF-B515-6E9E1CC88347\",\"383B7D93-C18A-406B-BA2F-94634858B527\",\"C14F4C74-5F2B-4250-B4C3-34D76F2B5DDA\",\"9B2016B9-B5B7-494A-8D62-349E2052954E\",\"A7B899E7-64C7-47AA-9C9A-7264EE8191D6\",\"4E5618EB-477A-4193-8D72-7DA6AB8B7E38\",\"3B2DF4E1-1421-434D-8560-17D806FC41E4\"],\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1774\":{\"submorphs\":[],\"scripts\":[],\"id\":\"212ECCF1-03BB-433E-AD52-1B139EF96E4D\",\"shape\":{\"__isSmartRef__\":true,\"id\":1775},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":21,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1781},\"textColor\":{\"__isSmartRef__\":true,\"id\":1778},\"owner\":{\"__isSmartRef__\":true,\"id\":1773},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1782}],\"padding\":{\"__isSmartRef__\":true,\"id\":1784},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1785},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1786},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1787},\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1788},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":21,\"_MinTextHeight\":null,\"draggingEnabled\":false,\"derivationIds\":[212,\"28CD4A90-F73B-43CD-B1C7-035C4B278AEA\",\"01C38CAD-30FC-4DE4-AC0D-E4C7B786073D\",\"526B86BC-10CC-449C-A3CD-601BF36EECCD\",\"41ACFD86-FC52-4FF2-8E87-B6C3542C93F1\",\"B47DD984-4390-4773-87AC-80F4AEE1677A\",\"A11B90F0-D395-4DD9-8FCC-E10A1C5BBED9\",\"41F9D772-7EB5-4319-AAA7-4D81488FD246\",\"D436832C-03BF-4F40-B14A-9F1EE3938C8B\",\"B1AD14AC-4E7B-4A56-AF2E-5B626B3BFF32\",\"7993C09E-5D43-4E15-9E3C-519F1983BE9D\",\"4D23912E-CF81-4AC5-8F56-2856BDE25CFA\",\"ABC9115D-C930-4C54-A9DD-5D5EF85DD51A\",\"1986F0DB-9496-4B90-8A42-C063C1618CEB\",\"597DDECD-C06C-402F-A7F9-27317C146AEC\",\"4A18F2F3-AB79-43A3-80D0-471CD696629A\",\"A9728043-6848-4FEF-953E-84970AE39FDB\",\"8701EE6B-3B47-4FF8-B775-629FEEE375FD\",\"606D265E-85FE-41AF-9DA0-EC03202F816B\",\"ACCA8CD1-4D66-4B96-96E5-30FAAA45BF4C\",\"291F244E-52B4-4173-BE45-4B1CA1E1EAD9\",\"705C6F21-5F1A-4CD5-A508-C622C595747F\",\"782EDED9-7EBC-45D5-B0A3-C803633BA432\"],\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1789},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1775\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1776},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1777},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1778},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1779},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1780},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1776\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1777\":{\"x\":25,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1778\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1779\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1780\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1781\":{\"x\":0,\"y\":-4.547473508864641e-13,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1782\":{\"style\":{\"__isSmartRef__\":true,\"id\":1783},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1774},\"storedString\":\"+\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1783\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1784\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1785\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1786\":{\"x\":25,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1787\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1788\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1774},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1789\":{\"requiredModules\":[],\"idOnLoad\":\"212ECCF1-03BB-433E-AD52-1B139EF96E4D\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1790\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1791},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1792},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1793},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1803},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1804},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1805},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1791\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1792\":{\"x\":25,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1793\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1794},{\"__isSmartRef__\":true,\"id\":1796},{\"__isSmartRef__\":true,\"id\":1798},{\"__isSmartRef__\":true,\"id\":1800}],\"vector\":{\"__isSmartRef__\":true,\"id\":1802},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1794\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1795}},\"1795\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1796\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1797}},\"1797\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1798\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1799}},\"1799\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1800\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1801}},\"1801\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1802\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1803\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1804\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1805\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1806\":{\"x\":130.00000000000023,\"y\":455.61253261443585,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1807\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1808},{\"__isSmartRef__\":true,\"id\":1810},{\"__isSmartRef__\":true,\"id\":1812},{\"__isSmartRef__\":true,\"id\":1814}],\"vector\":{\"__isSmartRef__\":true,\"id\":1802},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1808\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1809}},\"1809\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1810\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1811}},\"1811\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1812\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1813}},\"1813\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1814\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1815}},\"1815\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1816\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1773},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":208},\"targetMethodName\":\"newConnection\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1817},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1817\":{\"source\":{\"__isSmartRef__\":true,\"id\":1773},\"target\":{\"__isSmartRef__\":true,\"id\":208}},\"1818\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1819\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"idOnLoad\":\"50F3A100-7F6C-4A0F-83C1-C249872A75D7\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1820\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1821\":{\"x\":30,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1822\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1773},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1823\":{\"moveVertical\":true},\"1824\":{\"x\":33.47869739544274,\"y\":-11.010525048834154,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1825\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1826}],\"scripts\":[],\"id\":\"AF7E1E72-F4C9-4C1E-9129-B27A9E0FE385\",\"shape\":{\"__isSmartRef__\":true,\"id\":1841},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1857},\"value\":true,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1858},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1844},\"label\":{\"__isSmartRef__\":true,\"id\":1826},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1867},\"name\":\"ObjectEditorTagChooser\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1868},\"listMorph\":null,\"list\":[],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1869},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1870},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1871},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1872},\"textString\":\"PartsBinBrowser\",\"selection\":\"\",\"_ClipMode\":\"visible\",\"prevScroll\":[0,0],\"owner\":{\"__isSmartRef__\":true,\"id\":208},\"setTargetToListSelection\":\"all\",\"savedTextString\":\"all\",\"derivationIds\":[225,\"7F83847B-D0B1-4A31-8601-43424B97C858\",\"E08FC110-71D7-4FFD-B4A8-08F8147B95BA\",\"5534107D-C5C9-48DD-A1ED-B87E9D9B672C\",\"0B89FA7A-768C-4062-98AE-C455E8DAFF19\",\"799320C6-CFBA-40E7-B03D-64BFE9B78248\",\"9B650AA3-271B-4E72-B230-51C6F64B7462\",\"C95D3672-724C-4C2C-9CDD-EF308062F627\",\"C66EBEEC-B7CE-4DD9-8BDF-905F071F965D\",\"D68B143A-A712-4FD0-8803-62CCB4C7F763\",\"ED802271-AE5C-4BE9-AC4E-7CED44BC864B\",\"1BD989CB-146C-431F-8B15-9199C4CD5D32\",\"42172AA4-1B06-4C5B-9BB7-FAED1206CF34\",\"32DFAF99-E6F8-426B-829D-FD6C2BCB8FAA\",\"9B4BF2BE-49D5-4B9D-8F38-1692443069A9\",\"FCAB3690-731A-45E7-984F-843DFE705AF1\",\"94B10A66-8219-43AD-B902-DA999A66222D\",\"BB0E2EB7-ABCE-44C7-96E7-6679FB2981D1\",\"2FCEE551-302B-46C9-B646-3B9BE9187182\",\"B4267F52-1ACC-42A1-904D-E9F7D485D8AB\",\"14770110-045A-4BE4-BCF2-7C886DF70F7D\",\"DE943A23-FE79-4113-A167-788C618CBBAD\",\"12662B7D-B7EF-45ED-BADF-B4CE53280493\"],\"isPressed\":false,\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1873},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1826\":{\"submorphs\":[],\"scripts\":[],\"id\":\"C65A04B9-003A-4E9E-8F17-33018207587F\",\"shape\":{\"__isSmartRef__\":true,\"id\":1827},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":130,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1832},\"textColor\":{\"__isSmartRef__\":true,\"id\":1830},\"owner\":{\"__isSmartRef__\":true,\"id\":1825},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1833}],\"padding\":{\"__isSmartRef__\":true,\"id\":1835},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1835},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1836},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1837}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1838},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1839},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":130,\"_MinTextHeight\":null,\"_Align\":\"left\",\"_FontFamily\":\"Arial\",\"_FontSize\":10,\"derivationIds\":[226,\"03DBF3F8-8EA2-4426-BA64-C4297DDAB015\",\"B8F87302-BEC3-48CD-9BBA-6C7DBB6287E1\",\"4AA6AE51-338B-4E3E-814B-9F99C693A2D5\",\"08F6CE56-AD91-4C27-9429-C3DEA313696C\",\"D39C963C-FD24-4498-A6D8-71E5102CE58A\",\"132C2A9E-3466-4051-AAEA-6E485A91F408\",\"DB8BC4A1-ED41-446B-AB6C-7E73DD857B5D\",\"567FC668-A57C-41CB-8252-8912826B3144\",\"D0B0775F-C8E7-49EB-BBB2-C7BB7DD464BF\",\"AABED87D-D7C0-494A-8803-26F4601E35FF\",\"696C3A2A-C695-4D17-A044-41A73436AB8D\",\"206A0BFD-6997-4E0E-9193-089D1F66B22A\",\"F2F1F966-6C41-4EBA-AFCE-FAE8C79AA696\",\"64A754E9-7083-4CAE-B5C2-7B436EFFE4BA\",\"64737503-A352-42CC-A249-667DA2B42746\",\"9218F1CA-E23F-4E1A-89C3-DB19DE720861\",\"CF7EAC38-1041-4B83-B087-359885B8528B\",\"84469C7C-C93D-4F16-ACAA-0045A4A37FCA\",\"9D3DD447-66A0-4B4A-B378-FB864D8C1468\",\"163D1C2B-EDE9-4F8F-B466-EF9F4CB14384\",\"C9949B3A-5711-4549-A125-83200D9DF3BB\",\"F3FEB00B-CDEB-40C4-88B6-BDBBCC6F28D6\"],\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1584},\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1840},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1827\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1828},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1829},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1830},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1831},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1575},\"_BorderWidth\":0,\"_Fill\":null,\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1828\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1829\":{\"x\":130,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1830\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1831\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1832\":{\"x\":2,\"y\":0.9999999999995453,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1833\":{\"style\":{\"__isSmartRef__\":true,\"id\":1834},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1826},\"storedString\":\"all\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1834\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1835\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1836\":{\"x\":130,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1837\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1826},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1825},\"targetMethodName\":\"selection\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1838\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1839\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1826},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1840\":{\"requiredModules\":[],\"idOnLoad\":\"C65A04B9-003A-4E9E-8F17-33018207587F\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1841\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1842},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1843},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1844},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1854},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1855},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1856},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1842\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1843\":{\"x\":130,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1844\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1845},{\"__isSmartRef__\":true,\"id\":1847},{\"__isSmartRef__\":true,\"id\":1849},{\"__isSmartRef__\":true,\"id\":1851}],\"vector\":{\"__isSmartRef__\":true,\"id\":1853},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1845\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1846}},\"1846\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1847\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1848}},\"1848\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1849\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1850}},\"1850\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1851\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1852}},\"1852\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1853\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1854\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1855\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1856\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1857\":{\"x\":39.123814123968714,\"y\":10,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1858\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1859},{\"__isSmartRef__\":true,\"id\":1861},{\"__isSmartRef__\":true,\"id\":1863},{\"__isSmartRef__\":true,\"id\":1865}],\"vector\":{\"__isSmartRef__\":true,\"id\":1853},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1859\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1860}},\"1860\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1861\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1862}},\"1862\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1863\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1864}},\"1864\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1865\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1866}},\"1866\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1867\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1868\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"partName\":\"ChoiceButton\",\"comment\":\"Click on it and you get a list of things to choose from.\",\"idOnLoad\":\"AF7E1E72-F4C9-4C1E-9129-B27A9E0FE385\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1869\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1870\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1825},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1871\":{\"x\":85.7442776093583,\"y\":-11.582832083333244,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1872\":{\"x\":130,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1873\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":1874},\"getList\":{\"__isSmartRef__\":true,\"id\":1878},\"removeList\":{\"__isSmartRef__\":true,\"id\":1882},\"reset\":{\"__isSmartRef__\":true,\"id\":1886},\"onMouseUp\":{\"__isSmartRef__\":true,\"id\":1890},\"onBlur\":{\"__isSmartRef__\":true,\"id\":1898},\"setTag\":{\"__isSmartRef__\":true,\"id\":1906}},\"1874\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1875},\"source\":\"function createListMorph() {\\n var items = this.getList();\\n\\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\\n\\n var listMorph = new lively.morphic.List(extent);\\n listMorph.setList(items);\\n listMorph.setFontSize(10);\\n\\n listMorph.disableGrabbing();\\n listMorph.disableDragging();\\n \\n connect(listMorph, 'selection', this, 'setTag');\\n \\n return listMorph;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1876},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1875\":{\"this\":{\"__isSmartRef__\":true,\"id\":1825}},\"1876\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1877},\"user\":\"lauritz\",\"categories\":[]},\"1877\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:35:59 GMT+0100 (Mitteleuropäische Zeit)\"},\"1878\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1879},\"source\":\"function getList() {\\n if (!this.owner.target) return [''];\\n\\n var target = this.owner.target;\\n\\n var tags = Functions.own(target).collect(function (each) {\\n return target[each].tags || [];\\n }).flatten().uniq();\\n\\n var sortedTags = tags.sortBy(function(name) { \\n return name.toLowerCase() \\n });\\n \\n sortedTags.unshift('all'); \\n return sortedTags;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1880},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1879\":{\"this\":{\"__isSmartRef__\":true,\"id\":1825}},\"1880\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1881},\"user\":\"lauritz\",\"tags\":[]},\"1881\":{\"isSerializedDate\":true,\"string\":\"Fri Dec 16 2011 20:27:25 GMT+0100 (Mitteleuropäische Zeit)\"},\"1882\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1883},\"source\":\"function removeList() {\\n this.listMorph && this.listMorph.remove()\\n this.listMorph = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1884},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1883\":{\"this\":{\"__isSmartRef__\":true,\"id\":1825}},\"1884\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1885},\"user\":\"lauritz\",\"categories\":[]},\"1885\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 19:06:51 GMT+0100 (Mitteleuropäische Zeit)\"},\"1886\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1887},\"source\":\"function reset() {\\n this.list = [];\\n this.setLabel('all');\\n this.label.setAlign('left');\\n this.removeList();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1888},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1887\":{\"this\":{\"__isSmartRef__\":true,\"id\":1825}},\"1888\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1889},\"user\":\"lauritz\",\"tags\":[]},\"1889\":{\"isSerializedDate\":true,\"string\":\"Fri Dec 16 2011 20:27:53 GMT+0100 (Mitteleuropäische Zeit)\"},\"1890\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1891},\"source\":\"function onMouseUp(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n this.removeList();\\n return true;\\n } \\n if (this.getList().size() < 2) return;\\n var list = this.createListMorph();\\n this.addMorph(list);\\n this.listMorph = list;\\n return true;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1896},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1891\":{\"this\":{\"__isSmartRef__\":true,\"id\":1825},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1892}},\"1892\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1893}},\"1893\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1894},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1895},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1894\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1825},\"name\":\"onMouseUp\"},\"1895\":{},\"1896\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1897},\"user\":\"lauritz\",\"categories\":[]},\"1897\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 18:59:16 GMT+0100 (Mitteleuropäische Zeit)\"},\"1898\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1899},\"source\":\"function onBlur(evt) {\\n $super(evt);\\n \\n // workaround - otherwise other morphs get this event\\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\\n this.removeList();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1904},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1899\":{\"this\":{\"__isSmartRef__\":true,\"id\":1825},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1900}},\"1900\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1901}},\"1901\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1902},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1903},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1902\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1825},\"name\":\"onBlur\"},\"1903\":{},\"1904\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1905},\"user\":\"lauritz\",\"categories\":[]},\"1905\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 21 2011 23:10:03 GMT+0100 (Mitteleuropäische Zeit)\"},\"1906\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1907},\"source\":\"function setTag(tag) {\\n this.setLabel(tag || '');\\n this.label.setAlign('left');\\n this.owner.setTag(tag);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1908},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1907\":{\"this\":{\"__isSmartRef__\":true,\"id\":1825}},\"1908\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1909},\"user\":\"lauritz\",\"categories\":[]},\"1909\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:36:12 GMT+0100 (Mitteleuropäische Zeit)\"},\"1910\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1911}],\"scripts\":[],\"id\":\"68967CC1-D75E-49E3-8359-FE607E144C8B\",\"shape\":{\"__isSmartRef__\":true,\"id\":1927},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1931},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1943},\"label\":{\"__isSmartRef__\":true,\"id\":1911},\"name\":\"Button\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1952},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1953}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1989},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1990},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1991},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1992},\"derivationIds\":[7251,\"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1\",\"79FE3D3F-77C4-4B39-8243-D672185B416D\",\"A4D2FEDF-2654-4381-AB43-8F89B9CA2E86\",\"87E42FF6-3862-481D-97D6-643676E15F32\",\"4F370A81-5A80-4821-8ECC-D52B56F31E15\",\"1C6D1DC9-2F9B-4DC4-B453-1CA45B17C516\",\"0E8EC0BF-934B-410B-AEC2-0ECA8C8F774D\",\"97086CE7-CD46-4035-A371-02A41D555A66\",\"E342B91D-F54B-4DA8-8AE7-10C59CE22B41\",\"A838C48E-4033-4688-8DCF-20659BD824FF\",\"E9BBC453-FFF6-4EE8-BDB0-605D5D4557AE\",\"B6FB81D1-145B-40F9-ACF1-17276DA45EBA\",\"09C79781-5461-4815-88DE-22FB67558136\",\"85A5FA10-01D9-4051-8D56-29DB02CF8817\",\"6E2F44D0-D69A-4DD7-91AD-0B0E1E871633\",\"66FB4A47-82E6-417D-8248-4038D0CBBF5A\",\"3CDC67E7-CAC7-4636-B7FF-50D008C6EB0D\",\"4475CB12-8CFB-41DB-9399-EC6B68E18BA3\",\"D7263570-69FA-4CF9-AB28-3258EB26011A\",\"101A783E-9C53-4FBF-AEFC-C34E99A84A9E\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":1993},\"owner\":{\"__isSmartRef__\":true,\"id\":208},\"layout\":{\"__isSmartRef__\":true,\"id\":1994},\"_ClipMode\":\"visible\",\"isPressed\":false,\"_Rotation\":0,\"_Scale\":0.9940149800149941,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1911\":{\"submorphs\":[],\"scripts\":[],\"id\":\"19389716-A0FE-477A-B845-2060D529C573\",\"shape\":{\"__isSmartRef__\":true,\"id\":1912},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1918},\"_MaxTextWidth\":81.90968415810595,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1919},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1920},\"owner\":{\"__isSmartRef__\":true,\"id\":1910},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1921},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1922}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1924},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1925},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED\",\"307A3596-1175-4EA6-AA27-5BA4C9D95AB7\",\"0EF99131-C569-4C2C-B613-E0D8423C1334\",\"BA4EC8D2-AB29-4F9F-B5A0-715A4746A4C4\",\"56735895-BA99-4D98-9866-AA5DBD86237E\",\"81041CF7-31DB-4F65-BB39-FE438A4F266F\",\"D03829B3-268E-40A0-A440-3E4BAC344F30\",\"714637F0-714A-4833-909B-BA4AF1B4628B\",\"DC956E73-7398-4CAF-B6F2-9A226E344396\",\"C1F72D31-1F49-4C0C-ACF3-C3AD7E698D2F\",\"39386C7E-9099-4159-BFE9-80AD37319211\",\"2764FB6E-70D1-4BC5-B3CB-9979A48B8205\",\"C55C8A7C-412C-453E-A99F-CE78C2AADB94\",\"4BD9A8D4-2EC1-40AC-A1CE-5F1347B0152D\",\"3450EAEB-E3D2-4FAF-98DF-354B3B8715D6\",\"C906736E-48DF-4054-BA5A-A089610456D7\",\"DE5C59FB-90A6-4DD4-AC39-5CC8B3912969\",\"5830FB93-49A1-4A31-A687-69C4579D5FA7\",\"44FE9333-5550-48F0-95DB-7C2A0DA03743\",\"92AEBE71-2756-486C-9475-6D5F324C7FED\"],\"_MinTextWidth\":81.90968415810595,\"_MinTextHeight\":null,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1926},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1912\":{\"position\":{\"__isSmartRef__\":true,\"id\":1913},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1914},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1915},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1916},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1917},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1913\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1914\":{\"x\":85.90968415810595,\"y\":20.99999999999992,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1915\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1916\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1917\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1918\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1919\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1920\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1921\":{\"x\":85.90968415810595,\"y\":20.99999999999992,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1922\":{\"style\":{\"__isSmartRef__\":true,\"id\":1923},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1911},\"storedString\":\"run\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1923\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1924\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1925\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1911},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1926\":{\"requiredModules\":[],\"idOnLoad\":\"19389716-A0FE-477A-B845-2060D529C573\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1927\":{\"position\":{\"__isSmartRef__\":true,\"id\":1928},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1929},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1930},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1931},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1941},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1942},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1928\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1929\":{\"x\":85.90968415810595,\"y\":20.99999999999992,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1930\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1931\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1932},{\"__isSmartRef__\":true,\"id\":1934},{\"__isSmartRef__\":true,\"id\":1936},{\"__isSmartRef__\":true,\"id\":1938}],\"vector\":{\"__isSmartRef__\":true,\"id\":1940},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1932\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1933}},\"1933\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1934\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1935}},\"1935\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1936\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1937}},\"1937\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1938\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1939}},\"1939\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1940\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1941\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1942\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1943\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1944},{\"__isSmartRef__\":true,\"id\":1946},{\"__isSmartRef__\":true,\"id\":1948},{\"__isSmartRef__\":true,\"id\":1950}],\"vector\":{\"__isSmartRef__\":true,\"id\":1940},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1944\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1945}},\"1945\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1946\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1947}},\"1947\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1948\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1949}},\"1949\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1950\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1951}},\"1951\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1952\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"idOnLoad\":\"68967CC1-D75E-49E3-8359-FE607E144C8B\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1953\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1910},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":208},\"targetMethodName\":\"runScript\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":1954},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1954\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1955}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1970},\"derivationIds\":[null],\"id\":\"C89B50A0-17E7-4D22-AE1D-5112520DAEE7\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1977},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1978},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":1979},{\"__isSmartRef__\":true,\"id\":1980}],\"con\":{\"__isSmartRef__\":true,\"id\":1953},\"showsMorphMenu\":true,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1981},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1955\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1956},\"derivationIds\":[null],\"id\":\"2A71BE9E-6820-46AF-ACED-3C9BDCC918AF\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1967},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1968},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1969},\"owner\":{\"__isSmartRef__\":true,\"id\":1954},\"_Rotation\":-3.130064002485303,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1956\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1957},{\"__isSmartRef__\":true,\"id\":1958},{\"__isSmartRef__\":true,\"id\":1959},{\"__isSmartRef__\":true,\"id\":1960}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1961},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1962},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1963},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1964},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1965},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1966},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1957\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1958\":{\"isAbsolute\":true,\"x\":-12,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1959\":{\"isAbsolute\":true,\"x\":4,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1960\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1961\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1962\":{\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1963\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1964\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1965\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1966\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1967\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1968\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1955},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1969\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1970\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1971},{\"__isSmartRef__\":true,\"id\":1972}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1973},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1974},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1975},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1976},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1965},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1971\":{\"isAbsolute\":true,\"x\":829.7085000406639,\"y\":9.565843617262885,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1972\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1973\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1974\":{\"x\":-1,\"y\":-1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1975\":{\"x\":831,\"y\":11,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1976\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1977\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1978\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1954},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1979\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1954},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1980\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1954},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":1955},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1981\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":1982}},\"1982\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1983},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString ||\\n 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true,\\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(),\\n visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1988},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1983\":{\"this\":{\"__isSmartRef__\":true,\"id\":1954},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1984}},\"1984\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1985}},\"1985\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1986},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1987},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1986\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1954},\"name\":\"morphMenuItems\"},\"1987\":{},\"1988\":{},\"1989\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1990\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1991\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1910},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1992\":{\"x\":65.36007260115605,\"y\":-14.046886175395628,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1993\":{\"x\":919.7426780861917,\"y\":9.508591852039672,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1994\":{\"centeredHorizontal\":false,\"moveHorizontal\":true},\"1995\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1996}],\"scripts\":[],\"id\":\"0370BA40-7CD7-48DC-86B6-1280E2554C5F\",\"shape\":{\"__isSmartRef__\":true,\"id\":2012},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":2028},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":2015},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":2029},\"label\":{\"__isSmartRef__\":true,\"id\":1996},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":2038}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":2040},\"name\":\"ObjectEditorRemoveConnectionButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":2041},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2042},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2043},\"owner\":{\"__isSmartRef__\":true,\"id\":208},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2044},\"layout\":{\"__isSmartRef__\":true,\"id\":2045},\"draggingEnabled\":false,\"objectEditorPane\":{\"__isSmartRef__\":true,\"id\":208},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":2046},\"isCopyMorphRef\":true,\"morphRefId\":149,\"derivationIds\":[215,\"2AC1A4EE-A289-4C26-8496-1926AA216B30\",\"F72C26A6-F58A-4E0C-A5B9-CBED184D4235\",\"64E9140E-E314-40CA-B555-063FBF8FA5DD\",\"90DF0634-0570-4E03-8B56-6A649D6B6BA3\",\"D9CC390A-090C-446B-8C0F-B619BA2D22B3\",\"AEA46871-0960-4830-ACDF-F859B5E00DE3\",\"4390F987-A2DC-4FF7-A388-A9BE68E69328\",\"A4CA7DF7-80BD-4817-9AEC-0BB8D92A5621\",\"A22CFE62-E012-4AAC-96D0-B64BDD12AE58\",\"C2B5E9C7-3F2C-4C85-8AB5-3832FBDCB3BF\",\"73C7BA23-2488-4708-837F-AE45390BEE8C\",\"3E4A15B9-ABAA-4FEF-88B6-65899B6EC44D\",\"5EB37A5E-C5FD-4CAB-84FE-319903F9CEE0\",\"C33287B9-E168-4F88-927C-91D819381FEA\",\"E4BB2EEC-5AFB-4E90-9451-E1602A302602\",\"79A3C605-0E10-48E7-9339-F7B2A6751F57\",\"A47CC315-CA2B-488C-B33E-545C810BA4A4\",\"6E00DDE2-C76C-4831-A40B-24126FFE6BC7\",\"787B96A4-3030-4F1C-858E-BCDD3040A4CD\",\"B1FD742C-08E8-4F83-9ABC-E40A97EE5149\",\"2D474D41-C50C-4B0B-A86E-AC24D2E7D082\",\"A8A0A77B-85DB-4B0F-A164-3AB416DB1A43\"],\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":2047},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1996\":{\"submorphs\":[],\"scripts\":[],\"id\":\"F3D6D3F3-8D8A-423C-A197-B6C67A41928F\",\"shape\":{\"__isSmartRef__\":true,\"id\":1997},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":21,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":2003},\"textColor\":{\"__isSmartRef__\":true,\"id\":2000},\"owner\":{\"__isSmartRef__\":true,\"id\":1995},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":2004}],\"padding\":{\"__isSmartRef__\":true,\"id\":2006},\"_Padding\":{\"__isSmartRef__\":true,\"id\":2007},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2008},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2009},\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2010},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":21,\"_MinTextHeight\":null,\"draggingEnabled\":false,\"derivationIds\":[216,\"18CA5E17-24C7-4077-93FE-3EC54B94EEAF\",\"EAEC20CA-0440-4B49-9BB9-03621DB7DEB2\",\"B816073C-6992-45C6-8D86-2449217C1A8B\",\"FF0CAA98-E5CF-4678-9D8E-96F02BBDE605\",\"A7946D5B-4E92-449B-83D4-EDF8C30E257E\",\"FC7C0053-36C0-49E4-ACA7-952BCCFB861E\",\"515B6FC0-94C1-43DE-97A9-E2462F26563C\",\"6B27A5A0-78D0-4BB1-B9A9-4AD558E7429D\",\"98A88493-0E72-43EE-8E5E-760F52577DA5\",\"512216B5-57CE-4277-87BF-79F62900C153\",\"A9ABB4DD-32FA-4B50-809E-7B7D22D12CE9\",\"DE32F748-8AC7-41BC-B495-FB28E1259771\",\"DFD524AE-C0EF-471E-8CBB-ECC52241903E\",\"5C21250D-1364-4FC4-95C1-0BDF965C063F\",\"528A70DE-1860-4037-AEF6-99ACFB2E2256\",\"7F7F3151-AF20-4E45-B066-A3071643BDA0\",\"3C053E35-C3F7-4D83-AAA0-7E1AC38093E0\",\"C22B4613-1F52-4A98-86D8-E084F026FF3D\",\"D20C4FE8-0531-46C9-864F-419232DD7B4D\",\"C91367AC-7ACD-4CFC-A4A7-A1302CDBCC3D\",\"A59D03A2-5211-41DF-98F4-FA0DC2525750\",\"75ADB3E1-A35E-41D3-9E11-09E3F840C272\"],\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":2011},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1997\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1998},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1999},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2000},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2001},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2002},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1998\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1999\":{\"x\":25,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"2000\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2001\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"2002\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2003\":{\"x\":-4.547473508864641e-13,\"y\":-4.547473508864641e-13,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"2004\":{\"style\":{\"__isSmartRef__\":true,\"id\":2005},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1996},\"storedString\":\"-\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"2005\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"2006\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2007\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2008\":{\"x\":25,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"2009\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"2010\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1996},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2011\":{\"requiredModules\":[],\"idOnLoad\":\"F3D6D3F3-8D8A-423C-A197-B6C67A41928F\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"2012\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":2013},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2014},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2015},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2025},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2026},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2027},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2013\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2014\":{\"x\":25,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2015\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":2016},{\"__isSmartRef__\":true,\"id\":2018},{\"__isSmartRef__\":true,\"id\":2020},{\"__isSmartRef__\":true,\"id\":2022}],\"vector\":{\"__isSmartRef__\":true,\"id\":2024},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"2016\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":2017}},\"2017\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2018\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":2019}},\"2019\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2020\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":2021}},\"2021\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2022\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2023}},\"2023\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2024\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2025\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2026\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"2027\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2028\":{\"x\":159.99999999999977,\"y\":455.61253261443585,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"2029\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":2030},{\"__isSmartRef__\":true,\"id\":2032},{\"__isSmartRef__\":true,\"id\":2034},{\"__isSmartRef__\":true,\"id\":2036}],\"vector\":{\"__isSmartRef__\":true,\"id\":2024},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"2030\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":2031}},\"2031\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2032\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":2033}},\"2033\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2034\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":2035}},\"2035\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2036\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2037}},\"2037\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2038\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1995},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1995},\"targetMethodName\":\"disconnectSelectedConnection\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":2039},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2039\":{\"source\":{\"__isSmartRef__\":true,\"id\":1995},\"target\":{\"__isSmartRef__\":true,\"id\":1995}},\"2040\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2041\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"idOnLoad\":\"0370BA40-7CD7-48DC-86B6-1280E2554C5F\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"2042\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"2043\":{\"x\":30,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2044\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1995},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2045\":{\"moveVertical\":true},\"2046\":{\"x\":32.35839679439101,\"y\":-17.090725449535284,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2047\":{\"disconnectSelectedConnection\":{\"__isSmartRef__\":true,\"id\":2048}},\"2048\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2049},\"source\":\"function disconnectSelectedConnection() {\\n\\n var editor = this.objectEditorPane;\\n var selection = editor.connectionList.selection;\\n\\n if (!editor.target || editor.connectionList.getList().size() < 2) \\n return;\\n\\n var disconnectConnection = function (confirmed) {\\n if (!confirmed) return;\\n\\n var listIndex = editor.target.attributeConnections.indexOf(selection[1]);\\n if (selection && (typeof selection !== \\\"string\\\") && listIndex > -1) {\\n var c = selection[1];\\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\\n editor.updateLists();\\n editor.displayInitialScript();\\n } \\n }\\n\\n var message = 'Disconnect \\\"' + selection[0] +'\\\" connection?';\\n var callback = disconnectConnection;\\n\\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\\n\\n return this.world().openDialog(dialog);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2050},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2049\":{\"this\":{\"__isSmartRef__\":true,\"id\":1995}},\"2050\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2051},\"user\":\"lauritz\",\"categories\":[]},\"2051\":{\"isSerializedDate\":true,\"string\":\"Fri Nov 11 2011 01:46:54 GMT+0100 (Mitteleuropäische Zeit)\"},\"2052\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2053}],\"scripts\":[],\"id\":\"6460ED5D-5914-4719-A2D7-9C7A90CB482B\",\"shape\":{\"__isSmartRef__\":true,\"id\":2069},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":2073},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":2085},\"label\":{\"__isSmartRef__\":true,\"id\":2053},\"name\":\"saveButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":2094},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":2095}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2131},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2132},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2133},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":2134},\"derivationIds\":[7251,\"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1\",\"79FE3D3F-77C4-4B39-8243-D672185B416D\",\"A4D2FEDF-2654-4381-AB43-8F89B9CA2E86\",\"D686F0CB-027B-4CA9-8B8D-9306389B219D\",\"F51327CB-803E-4234-BFB3-6F5252D1C936\",\"A79280E8-6AE3-4016-AF47-CE78F71924C6\",\"B05829EB-D452-4D81-983B-E2CE425C8260\",\"32B117E5-52D8-4843-B80E-090B9817E099\",\"49AC923E-5272-4E3C-8F02-4F2AED2BC4E9\",\"85AAEA9C-5E12-4DEC-8994-9A5FE655A740\",\"2A7FF9BF-85D3-4962-8EB4-0F7016C672EB\",\"3BB17748-B91B-43F5-84BE-2537402A6382\",\"8BA10BD3-43C5-4A41-B9D9-DCD8C74EA208\",\"8BADA640-EDC1-41B2-BEF3-0F2520EA25DD\",\"CAFB5342-EFD3-483E-AE4A-343D211653EF\",\"C3DC8C6F-A36C-4456-AF34-B0A318C1AAD8\",\"88093937-29BB-43FC-AD82-4A0A4BDC349F\",\"27E1FA12-CE4A-4C1F-891F-EEEF92BD672F\",\"A12311D6-23C1-4711-9271-5B582F89F15B\",\"6FB89C12-39F8-483E-8DFA-71BDD80323B9\",\"F70FE5E3-2CD8-4DE8-BA67-2E043578F518\"],\"layout\":{\"__isSmartRef__\":true,\"id\":2135},\"_Position\":{\"__isSmartRef__\":true,\"id\":2136},\"owner\":{\"__isSmartRef__\":true,\"id\":208},\"_ClipMode\":\"visible\",\"isPressed\":false,\"_Rotation\":0,\"_Scale\":0.9902912621359223,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"2053\":{\"submorphs\":[],\"scripts\":[],\"id\":\"94660747-47FA-4DF4-82C9-6F9330E43166\",\"shape\":{\"__isSmartRef__\":true,\"id\":2054},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":2060},\"_MaxTextWidth\":78.78258942335096,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":2061},\"_Padding\":{\"__isSmartRef__\":true,\"id\":2062},\"owner\":{\"__isSmartRef__\":true,\"id\":2052},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2063},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":2064}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2066},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2067},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED\",\"307A3596-1175-4EA6-AA27-5BA4C9D95AB7\",\"0EF99131-C569-4C2C-B613-E0D8423C1334\",\"9AECBFB8-25A5-483F-86AD-D7CF9ABC9A25\",\"918C6CC4-3540-4341-BAFD-B195F7807FEE\",\"5AABB138-5EE8-40A5-AB3C-5A9625D0A353\",\"4529D79B-4CC5-467E-91F8-661C3A5F49F8\",\"1E5E570C-FD42-45E3-A7F6-768BB14ACD14\",\"A13FB4E0-72F2-4E7C-A861-EDCBA1393860\",\"B8E4C964-4FFF-4A9F-B0A9-612546B1DC8C\",\"002A2173-D26D-4EED-8906-A489C1E158C0\",\"63362D04-B829-41E6-9E68-5B8DB03D382F\",\"996B60A4-8698-448F-A35F-79C768B4976B\",\"F0727398-A1F0-47F5-92CF-BB9677FA05FA\",\"38707063-D664-49A0-B2FB-F0666EC532D5\",\"0402FB51-915F-4491-8FA1-553F0D8F7F35\",\"5A35285D-C6A5-4830-97D9-0890A3F33F39\",\"53121F0B-7DA5-4622-AC08-DD4805D53374\",\"6C84E15D-112D-4C04-87C1-937691E296A7\",\"C613D8FB-010E-4AA4-8EE9-CD99A2F14B99\",\"8B611445-FB88-4DFD-8CC5-011707F24A66\"],\"_MinTextWidth\":78.78258942335096,\"_MinTextHeight\":null,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":2068},\"_Rotation\":0,\"_Scale\":1.0000000000000002,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"2054\":{\"position\":{\"__isSmartRef__\":true,\"id\":2055},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2056},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2057},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2058},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2059},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2055\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2056\":{\"x\":82.78258942335096,\"y\":20.99999999999999,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"2057\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2058\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"2059\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2060\":{\"x\":4.547473508864641e-13,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"2061\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2062\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2063\":{\"x\":82.78258942335096,\"y\":20.99999999999999,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"2064\":{\"style\":{\"__isSmartRef__\":true,\"id\":2065},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2053},\"storedString\":\"save\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"2065\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"2066\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"2067\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2053},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2068\":{\"requiredModules\":[],\"idOnLoad\":\"94660747-47FA-4DF4-82C9-6F9330E43166\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"2069\":{\"position\":{\"__isSmartRef__\":true,\"id\":2070},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2071},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2072},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2073},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2083},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2084},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2070\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2071\":{\"x\":82.78258942335096,\"y\":20.99999999999999,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2072\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2073\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":2074},{\"__isSmartRef__\":true,\"id\":2076},{\"__isSmartRef__\":true,\"id\":2078},{\"__isSmartRef__\":true,\"id\":2080}],\"vector\":{\"__isSmartRef__\":true,\"id\":2082},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"2074\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":2075}},\"2075\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2076\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":2077}},\"2077\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2078\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":2079}},\"2079\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2080\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2081}},\"2081\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2082\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2083\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"2084\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2085\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":2086},{\"__isSmartRef__\":true,\"id\":2088},{\"__isSmartRef__\":true,\"id\":2090},{\"__isSmartRef__\":true,\"id\":2092}],\"vector\":{\"__isSmartRef__\":true,\"id\":2082},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"2086\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":2087}},\"2087\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2088\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":2089}},\"2089\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2090\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":2091}},\"2091\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2092\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2093}},\"2093\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2094\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"idOnLoad\":\"6460ED5D-5914-4719-A2D7-9C7A90CB482B\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"2095\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2052},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":545},\"targetMethodName\":\"doSave\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":2096},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2096\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2097}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2112},\"derivationIds\":[null],\"id\":\"F46012D5-C8BE-4E52-BF98-D052FDAAE17A\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2119},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2120},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":2121},{\"__isSmartRef__\":true,\"id\":2122}],\"con\":{\"__isSmartRef__\":true,\"id\":2095},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":2123},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"2097\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":2098},\"derivationIds\":[null],\"id\":\"A2A83C78-09B8-473C-829B-198206D7A9E4\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2109},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2110},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":2111},\"owner\":{\"__isSmartRef__\":true,\"id\":2096},\"_Rotation\":3.077607197692381,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"2098\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":2099},{\"__isSmartRef__\":true,\"id\":2100},{\"__isSmartRef__\":true,\"id\":2101},{\"__isSmartRef__\":true,\"id\":2102}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2103},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":2104},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2105},\"_Padding\":{\"__isSmartRef__\":true,\"id\":2106},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2107},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2108},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"2099\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"2100\":{\"isAbsolute\":true,\"x\":-12,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"2101\":{\"isAbsolute\":true,\"x\":4,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"2102\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"2103\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"2104\":{\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2105\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2106\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2107\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2108\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2109\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"2110\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2097},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2111\":{\"x\":201.20421122525056,\"y\":40.24084224505009,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2112\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":2113},{\"__isSmartRef__\":true,\"id\":2114}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2115},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":2116},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2117},\"_Padding\":{\"__isSmartRef__\":true,\"id\":2118},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2107},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"2113\":{\"isAbsolute\":true,\"x\":679.4857209639925,\"y\":9.595948897894004,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"2114\":{\"isAbsolute\":true,\"x\":201.20421122525056,\"y\":40.24084224505009,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"2115\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"2116\":{\"x\":200,\"y\":9,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2117\":{\"x\":480,\"y\":32,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2118\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2119\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"2120\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2096},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2121\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2096},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"2122\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2096},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":2097},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"2123\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":2124}},\"2124\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2125},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString ||\\n 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true,\\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(),\\n visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2130},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2125\":{\"this\":{\"__isSmartRef__\":true,\"id\":2096},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":2126}},\"2126\":{\"$super\":{\"__isSmartRef__\":true,\"id\":2127}},\"2127\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2128},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2129},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2128\":{\"obj\":{\"__isSmartRef__\":true,\"id\":2096},\"name\":\"morphMenuItems\"},\"2129\":{},\"2130\":{},\"2131\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2132\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"2133\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2052},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2134\":{\"x\":63.63818454219199,\"y\":-12.925063289985928,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"2135\":{\"centeredHorizontal\":false,\"moveHorizontal\":true},\"2136\":{\"x\":831.4189853444975,\"y\":7.596769379149691,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"2137\":{\"position\":{\"__isSmartRef__\":true,\"id\":2138},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2139},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2140},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2141},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2142},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2143},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2138\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2139\":{\"x\":1025.0285365288846,\"y\":564.612532614436,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2140\":{\"r\":0.372,\"g\":0.369,\"b\":0.372,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2141\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"2142\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"2143\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2144\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"Edit scripts and connections of a specific morph.\",\"migrationLevel\":4,\"partName\":\"ObjectEditorPane\",\"changes\":[{\"__isSmartRef__\":true,\"id\":2145}],\"idOnLoad\":\"FA58AE1C-CA25-4090-AB8D-A3995C470668\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"2145\":{\"date\":{\"__isSmartRef__\":true,\"id\":2146},\"author\":\"lauritz\",\"message\":\"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items.\"},\"2146\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 21 2011 00:39:30 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2147\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"2148\":{\"morph\":{\"__isSmartRef__\":true,\"id\":208},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2149\":{\"x\":909.0285365288845,\"y\":526.612532614436,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2150\":{\"resizeWidth\":true,\"resizeHeight\":true,\"adjustForNewBounds\":true},\"2151\":{\"submorphs\":[],\"scripts\":[],\"id\":\"A3B0F9E2-B1D4-4C35-8159-EC0EC5972AD9\",\"shape\":{\"__isSmartRef__\":true,\"id\":2152},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":2159},\"showsHalos\":false,\"name\":\"Rectangle Test\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":2160},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2177},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2178},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[127,\"F0291F62-F100-480C-AEBF-0230398F7983\",\"AE8B5ED7-E305-45BC-BE4A-1C28A49EE12B\",\"39BA345C-17FA-45A0-BAC2-F0CF5654ACF8\",\"FE91EA31-D8AE-461B-8A49-95DA5FBAE5B4\",\"F38439A3-2F4E-4AC2-BF73-2633C00B1393\",\"6748F5B5-2284-4748-A6EE-F1A261CBAD0B\"],\"partTests\":{\"__isSmartRef__\":true,\"id\":2179},\"_ClipMode\":\"visible\",\"moved\":true,\"_Rotation\":0,\"_Scale\":1.0040100200350561,\"__LivelyClassName__\":\"lively.morphic.Box\"},\"2152\":{\"position\":{\"__isSmartRef__\":true,\"id\":2153},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2154},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2155},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2156},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2157},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2158},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2153\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2154\":{\"x\":100,\"y\":100,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2155\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2156\":{\"r\":1,\"g\":0.56,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2157\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"2158\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2159\":{\"x\":395,\"y\":673,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2160\":{\"partsSpaceName\":\"PartsBin/PartsClasses\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"no comment\",\"migrationLevel\":4,\"partName\":\"Rectangle Test\",\"changes\":[{\"__isSmartRef__\":true,\"id\":2161},{\"__isSmartRef__\":true,\"id\":2163},{\"__isSmartRef__\":true,\"id\":2165},{\"__isSmartRef__\":true,\"id\":2167},{\"__isSmartRef__\":true,\"id\":2169},{\"__isSmartRef__\":true,\"id\":2171},{\"__isSmartRef__\":true,\"id\":2173},{\"__isSmartRef__\":true,\"id\":2175}],\"revisionOnLoad\":166257,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"2161\":{\"date\":{\"__isSmartRef__\":true,\"id\":2162},\"author\":\"undefined\",\"message\":\"suddenly, the rectangle became a CarDemo\",\"id\":\"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350\"},\"2162\":{\"isSerializedDate\":true,\"string\":\"Mon Apr 09 2012 13:42:07 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2163\":{\"date\":{\"__isSmartRef__\":true,\"id\":2164},\"author\":\"undefined\",\"message\":\"css transitions\",\"id\":\"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7\"},\"2164\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 14 2012 10:42:26 GMT+0100 (Mitteleuropäische Zeit)\"},\"2165\":{\"date\":{\"__isSmartRef__\":true,\"id\":2166},\"author\":\"fbo\",\"message\":\"\",\"id\":\"BD1C654D-9100-4B66-BC62-B15FF2498B2B\"},\"2166\":{\"isSerializedDate\":true,\"string\":\"Sat Feb 25 2012 02:59:09 GMT+0100 (Mitteleuropäische Zeit)\"},\"2167\":{\"date\":{\"__isSmartRef__\":true,\"id\":2168},\"author\":\"undefined\",\"message\":\"sorry\",\"id\":\"44B56D2E-9B59-4C67-A305-49A6E10E66C2\"},\"2168\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 14 2012 10:53:45 GMT+0100 (Mitteleuropäische Zeit)\"},\"2169\":{\"date\":{\"__isSmartRef__\":true,\"id\":2170},\"author\":\"undefined\",\"message\":\"whoopsie\",\"id\":\"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC\"},\"2170\":{\"isSerializedDate\":true,\"string\":\"Thu May 03 2012 15:51:30 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2171\":{\"date\":{\"__isSmartRef__\":true,\"id\":2172},\"author\":\"undefined\",\"message\":\"whoopsie\",\"id\":\"3F17A2D2-3C24-424B-B0FA-E43112267D23\"},\"2172\":{\"isSerializedDate\":true,\"string\":\"Thu May 03 2012 15:51:36 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2173\":{\"date\":{\"__isSmartRef__\":true,\"id\":2174},\"author\":\"willy.scheibel\",\"message\":\"no comment\",\"id\":\"64C9D59B-FCEC-4971-885B-2F06149EB7D1\"},\"2174\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 12:07:34 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2175\":{\"date\":{\"__isSmartRef__\":true,\"id\":2176},\"author\":\"willy.scheibel\",\"message\":\"no comment\",\"id\":\"99A6628E-A530-4399-998D-55FB39348672\"},\"2176\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 12:09:13 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2177\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"2178\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2151},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2179\":{\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":2180}},\"2180\":{\"test01IsMorph\":{\"__isSmartRef__\":true,\"id\":2181}},\"2181\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2182},\"source\":\"function test01IsMorph(aPart) {\\n this.assert(aPart.isMorph, 'rectangle should be a morph');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2183},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2182\":{\"this\":{\"__isSmartRef__\":true,\"id\":2179}},\"2183\":{},\"2184\":{\"x\":350.2386236582805,\"y\":-3.2455173507596555,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2185\":{\"x\":0.9711267504617354,\"y\":21.45669012569101,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"2186\":{},\"2187\":{\"displayInitialScript\":{\"__isSmartRef__\":true,\"id\":2188},\"displayJavaScriptSource\":{\"__isSmartRef__\":true,\"id\":2192},\"displaySourceForConnection\":{\"__isSmartRef__\":true,\"id\":2195},\"displaySourceForScript\":{\"__isSmartRef__\":true,\"id\":2199},\"generateSourceForConnection\":{\"__isSmartRef__\":true,\"id\":2202},\"generateSourceForScript\":{\"__isSmartRef__\":true,\"id\":2206},\"generateTargetCode\":{\"__isSmartRef__\":true,\"id\":2210},\"newConnection\":{\"__isSmartRef__\":true,\"id\":2214},\"newScript\":{\"__isSmartRef__\":true,\"id\":2218},\"reset\":{\"__isSmartRef__\":true,\"id\":2221},\"selectChangedContent\":{\"__isSmartRef__\":true,\"id\":2224},\"setTarget\":{\"__isSmartRef__\":true,\"id\":2228},\"sortedConnectionNamesOfObj\":{\"__isSmartRef__\":true,\"id\":2231},\"sortedScriptNamesOfObj\":{\"__isSmartRef__\":true,\"id\":2235},\"updateLists\":{\"__isSmartRef__\":true,\"id\":2238},\"onShutdown\":{\"__isSmartRef__\":true,\"id\":2242},\"confirmUnsavedChanges\":{\"__isSmartRef__\":true,\"id\":2246},\"update\":{\"__isSmartRef__\":true,\"id\":2250},\"ensureAnnotationLayer\":{\"__isSmartRef__\":true,\"id\":2254},\"migrateOldScriptAnnotations\":{\"__isSmartRef__\":true,\"id\":2258},\"copyToPartsBinWithUserRequest\":{\"__isSmartRef__\":true,\"id\":2262},\"printTags\":{\"__isSmartRef__\":true,\"id\":2270},\"setTag\":{\"__isSmartRef__\":true,\"id\":2274},\"runScript\":{\"__isSmartRef__\":true,\"id\":2278},\"openPartTestRunner\":{\"__isSmartRef__\":true,\"id\":2282},\"saveScriptWithSource\":{\"__isSmartRef__\":true,\"id\":2286},\"removeTimeStampComment\":{\"__isSmartRef__\":true,\"id\":2289},\"openPartClassesEditor\":{\"__isSmartRef__\":true,\"id\":2292}},\"2188\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2189},\"source\":\"function displayInitialScript() {\\n if (this.scriptList.getList().size() > 1) {\\n this.scriptList.preselectItem();\\n } else if (this.connectionList.getList().size() > 1) {\\n this.connectionList.preselectItem();\\n } else {\\n this.scriptList.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2190},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2189\":{\"this\":{\"__isSmartRef__\":true,\"id\":208}},\"2190\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2191},\"user\":\"lauritz\",\"tags\":[]},\"2191\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:13:43 GMT+0100 (Mitteleuropäische Zeit)\"},\"2192\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2193},\"source\":\"function displayJavaScriptSource(jsCode, scriptName) {\\n if (this.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function(confirmed) {\\n if (confirmed) that.scriptPane.display(jsCode)\\n };\\n this.confirmUnsavedChanges(callback);\\n } else {\\n this.scriptPane.display(jsCode);\\n if (scriptName) {\\n this.get('TagsEntry').textString = this.printTags(this.target[scriptName]);\\n }\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2194},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2193\":{\"this\":{\"__isSmartRef__\":true,\"id\":208}},\"2194\":{},\"2195\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2196},\"source\":\"function displaySourceForConnection(connection) {\\n var code = \\\"\\\", that = this;\\n if (connection === undefined) return;\\n if (connection === null) {\\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\\\"\\\\n\\\\n\\\");\\n });\\n code = code.substring(0, code.length - \\\"\\\\n\\\\n\\\".length - 1);\\n } else {\\n code = this.generateSourceForConnection(connection);\\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2197},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2196\":{\"this\":{\"__isSmartRef__\":true,\"id\":208}},\"2197\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2198},\"user\":\"conradcalmez\",\"tags\":[]},\"2198\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 14:59:30 GMT+0100 (Mitteleuropäische Zeit)\"},\"2199\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2200},\"source\":\"function displaySourceForScript(scriptName) {\\n var code = \\\"\\\",\\n that = this;\\n if (scriptName === null) {\\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForScript(each)).concat(\\\"\\\\n\\\\n\\\\n\\\");\\n });\\n code = code.substring(0, code.length - \\\"\\\\n\\\\n\\\\n\\\".length - 1);\\n } else {\\n code = this.generateSourceForScript(scriptName); \\n }\\n this.displayJavaScriptSource(code, scriptName);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2201},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2200\":{\"this\":{\"__isSmartRef__\":true,\"id\":208}},\"2201\":{},\"2202\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2203},\"source\":\"function generateSourceForConnection(connection) {\\n var c = connection, targetObject = this.target;\\n\\tif (!c.getTargetObj() || !c.getTargetObj().name || \\n\\t\\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\\n\\n\\tvar optConfig = []\\n\\tif (c.converterString)\\n\\t\\toptConfig.push(\\\"converter: \\\\n\\\\t\\\" + c.converterString)\\n\\tif (c.updaterString)\\n\\t\\toptConfig.push(\\\"updater: \\\\n\\\\t\\\" + c.updaterString)\\n\\treturn Strings.format('connect(%s, \\\"%s\\\", %s, \\\"%s\\\", {%s});', \\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getSourceObj()),\\n\\t\\t\\tc.getSourceAttrName(),\\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getTargetObj()),\\n\\t\\t\\tc.getTargetMethodName(),\\n\\t\\t\\toptConfig.join(','));\\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2204},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2203\":{\"this\":{\"__isSmartRef__\":true,\"id\":208}},\"2204\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2205},\"user\":\"lauritz\",\"tags\":[]},\"2205\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)\"},\"2206\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2207},\"source\":\"function generateSourceForScript(scriptName) {\\n var script = this.target[scriptName],\\n annotation = '',\\n scriptSource = script.sourceString ||\\n script.getOriginal().sourceString ||\\n String(script);\\n\\n if (!script && !this.target.isMorph) {\\n script = this.target.getFunction(scriptName)\\n }\\n\\n scriptSource = this.removeTimeStampComment(scriptSource);\\n\\n if (script.timestamp && script.user) \\n annotation = Strings.format('// changed on %s by %s \\\\n', script.timestamp, script.user);\\n \\n // FIXME: fix getOriginal!\\n scriptSource = Strings.format('%s', scriptSource);\\n\\n return annotation + scriptSource;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2208},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"2207\":{\"this\":{\"__isSmartRef__\":true,\"id\":208}},\"2208\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2209},\"user\":\"athomschke\",\"tags\":[]},\"2209\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 27 2012 02:37:28 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2210\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2211},\"source\":\"function generateTargetCode(baseObject, targetObject) {\\n\\tvar name = targetObject.name;\\n\\tif (baseObject === targetObject) \\n\\t\\treturn \\\"this\\\";\\n\\telse if (baseObject[name] === targetObject) \\n\\t\\treturn \\\"this.\\\" + name;\\n\\telse if (baseObject.testObject === targetObject) \\n\\t\\treturn \\\"this.testObject\\\";\\n\\telse if (baseObject.get(name) === targetObject) \\n\\t\\treturn 'this.get(\\\"' + name + '\\\")';\\n\\telse if (targetObject instanceof Morph) \\n\\t\\treturn '$morph(\\\"' + name + '\\\")';\\n\\telse \\n\\t\\treturn \\\"????\\\";\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2212},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2211\":{\"this\":{\"__isSmartRef__\":true,\"id\":208}},\"2212\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2213},\"user\":\"lauritz\",\"tags\":[]},\"2213\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)\"},\"2214\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2215},\"source\":\"function newConnection() {\\n if (this.target) {\\n var code = \\\"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2216},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2215\":{\"this\":{\"__isSmartRef__\":true,\"id\":208}},\"2216\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2217},\"user\":\"lauritz\",\"tags\":[]},\"2217\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)\"},\"2218\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2219},\"source\":\"function newScript() {\\n if (this.target) {\\n var code = \\\"function SCRIPTNAME() {\\\\n \\\\n}\\\";\\n this.displayJavaScriptSource(code);\\n this.get('TagsEntry').textString = '[]';\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2220},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2219\":{\"this\":{\"__isSmartRef__\":true,\"id\":208}},\"2220\":{},\"2221\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2222},\"source\":\"function reset() {\\n this.scriptPane = this.get('ObjectEditorScriptPane')\\n this.scriptList = this.get('ObjectEditorScriptList')\\n this.connectionList = this.get('ObjectEditorConnectionList')\\n this.morphSelector = this.get('ObjectEditorMorphSelector')\\n this.get('TagsEntry').textString = '[]';\\n this.target = null;\\n this.scriptPane.reset();\\n this.scriptList.setList();\\n this.scriptList.selection = null;\\n this.connectionList.setList();\\n this.connectionList.selection = null;\\n this.morphSelector.reset();\\n this.tagChooser.reset();\\n this.currentTag = null;\\n this.stopStepping();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2223},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2222\":{\"this\":{\"__isSmartRef__\":true,\"id\":208}},\"2223\":{},\"2224\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2225},\"source\":\"function selectChangedContent(source) {\\n\\n var addScriptRegex = /this\\\\.addScript\\\\s*\\\\(\\\\s*function\\\\s*([^\\\\(]*)/g;\\n var addScriptMatches = [];\\n var addScriptMatch = addScriptRegex.exec(source);\\n while (addScriptMatch) {\\n addScriptMatches.push(addScriptMatch[1]);\\n addScriptMatch = addScriptRegex.exec(source);\\n }\\n \\n // if scripts were added, select either a specific one or all\\n if (addScriptMatches.length > 0) { \\n if (addScriptMatches.length === 1) {\\n return this.scriptList.selectAddedScript(addScriptMatches[0]);\\n }\\n return this.scriptList.selectAt(0);\\n }\\n\\n var connectionRegex = \\n /connect\\\\(\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"\\\\s*,\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"/g;\\n var connectionMatches = [];\\n var connectionMatch = connectionRegex.exec(source);\\n while (connectionMatch) {\\n connectionMatches.push(connectionMatch);\\n connectionMatch = connectionRegex.exec(source);\\n }\\n\\n // if connections were made, select either a specific one or all\\n if (connectionMatches.length > 0) {\\n if (connectionMatches.length === 1) {\\n var match = connectionMatches[0];\\n for (var i=0; i 0 && morph.all(function (e) {\\n return e.isMorph\\n })) {\\n var group = this.get(\\\"MagnifierButton\\\").newMultiSelection()\\n group.targets = morph\\n this.target = morph = group\\n }\\n\\n this.migrateOldScriptAnnotations();\\n\\n this.morphSelector.setTarget(morph);\\n this.scriptPane.setTarget(morph);\\n\\n this.updateLists();\\n this.displayInitialScript();\\n\\n this.startStepping(500/*ms*/, 'update'); \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2230},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"2229\":{\"this\":{\"__isSmartRef__\":true,\"id\":208}},\"2230\":{},\"2231\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2232},\"source\":\"function sortedConnectionNamesOfObj(obj) {\\n if (\\\"attributeConnections\\\" in obj) {\\n return obj.attributeConnections.\\n sortBy(function(each) {return name.toLowerCase() }).\\n collect(function(each) {return [each.getSourceAttrName(), each]});\\n } else {\\n return [];\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2233},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2232\":{\"this\":{\"__isSmartRef__\":true,\"id\":208}},\"2233\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2234},\"user\":\"lauritz\",\"tags\":[]},\"2234\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)\"},\"2235\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2236},\"source\":\"function sortedScriptNamesOfObj(obj) {\\n\\n if (!obj)\\n return [];\\n\\n if (obj && obj.isMorph) {\\n \\n if (!Functions.own(obj) || Functions.own(obj).size() == 0) return [];\\n\\n var selectedScripts = Functions.own(obj).\\n \\tselect(function(name) { return obj[name].getOriginal().hasLivelyClosure }).\\n \\tsortBy(function(name) { return name.toLowerCase() });\\n\\n if (!this.currentTag) return selectedScripts;\\n\\n var that = this;\\n var selectedScripts = selectedScripts.select(function(scriptName) {\\n return obj[scriptName].tags && \\n obj[scriptName].tags.include(that.currentTag);\\n });\\n\\n return selectedScripts;\\n } else {\\n // obj is a multiselection-target group \\n return obj.targetFunctions();\\n }\\n\\n \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2237},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"2236\":{\"this\":{\"__isSmartRef__\":true,\"id\":208}},\"2237\":{},\"2238\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2239},\"source\":\"function updateLists() {\\n\\n var scriptListItems = this.sortedScriptNamesOfObj(this.target);\\n scriptListItems.unshift(\\\"-- ALL --\\\");\\n if (!Arrays.equal(scriptListItems, this.scriptList.getList())) {\\n this.scriptList.setList(scriptListItems);\\n }\\n \\n var connectionListItems = this.sortedConnectionNamesOfObj(this.target);\\n connectionListItems.unshift(\\\"-- ALL --\\\");\\n if (!Arrays.equal(connectionListItems, this.connectionList.getList())) {\\n this.connectionList.setList(connectionListItems);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2240},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2239\":{\"this\":{\"__isSmartRef__\":true,\"id\":208}},\"2240\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2241},\"user\":\"lauritz\",\"tags\":[]},\"2241\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)\"},\"2242\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2243},\"source\":\"function onShutdown() {\\n if (this.scriptPane.hasChanged()) {\\n var that = this;\\n // callback is executed asynchronously since waits on user input.\\n // however, the editor should not be closed before input\\n // therefore, we patch the remove method until the user reacted\\n this.owner.remove = function() {};\\n var callback = function(confirmed) {\\n if (that.owner.state === \\\"shutdown\\\") delete that.owner.state;\\n that.owner.remove = that.owner.__proto__.remove;\\n if (confirmed) that.owner.remove();\\n }\\n this.confirmUnsavedChanges(callback);\\n } \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2244},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2243\":{\"this\":{\"__isSmartRef__\":true,\"id\":208}},\"2244\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2245},\"user\":\"lauritz\",\"tags\":[]},\"2245\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)\"},\"2246\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2247},\"source\":\"function confirmUnsavedChanges(callback) {\\n var message = \\\"Discard unsaved changes?\\\";\\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\\n\\n return this.world().openDialog(dialog);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2248},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2247\":{\"this\":{\"__isSmartRef__\":true,\"id\":208}},\"2248\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2249},\"user\":\"lauritz\",\"tags\":[]},\"2249\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:52:56 GMT+0100 (Mitteleuropäische Zeit)\"},\"2250\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2251},\"source\":\"function update() {\\n // alias to conform to convention\\n this.updateLists();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2252},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2251\":{\"this\":{\"__isSmartRef__\":true,\"id\":208}},\"2252\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2253},\"user\":\"lauritz\",\"tags\":[]},\"2253\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)\"},\"2254\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2255},\"source\":\"function ensureAnnotationLayer() {\\n module('lively.LayerableMorphs').load(true);\\n\\n if (\\\"ScriptAnnotationLayer\\\" in Global) return;\\n \\n cop.create(\\\"ScriptAnnotationLayer\\\");\\n ScriptAnnotationLayer.refineClass(\\n lively.morphic.Morph,{\\n \\n addScript: function(funcOrString) {\\n var func = Function.fromString(funcOrString),\\n oldFunction = this[func.name],\\n changed = oldFunction && oldFunction.toString() !== func.toString();\\n \\n var result = cop.proceed.apply(this, arguments);\\n\\n if (oldFunction && !changed) {\\n this[func.name].setTimestampAndUser(oldFunction.timestamp, oldFunction.user);\\n } else {\\n this[func.name].setTimestampAndUser();\\n }\\n return result;\\n },\\n\\n tagScript: function(scriptName, tags) {\\n return this[scriptName].tag(tags);\\n }\\n\\n }); \\n ScriptAnnotationLayer.refineObject(\\n Function.prototype,{\\n\\n setTimestampAndUser: function(timestamp, user) {\\n this.setProperty('timestamp', timestamp || new Date());\\n this.setProperty('user', user || (lively.LocalStorage && lively.LocalStorage.get('UserName')));\\n },\\n \\n tag: function(tags) {\\n var tags = (typeof tags === 'string') ? [tags] : tags;\\n this.setProperty(\\\"tags\\\", tags);\\n return true; \\n } \\n });\\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2256},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2255\":{\"this\":{\"__isSmartRef__\":true,\"id\":208}},\"2256\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2257},\"user\":\"lauritz\",\"tags\":[]},\"2257\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 13 2011 22:03:17 GMT+0100 (Mitteleuropäische Zeit)\"},\"2258\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2259},\"source\":\"function migrateOldScriptAnnotations() {\\n var target = this.target;\\n\\n if (!target) return;\\n\\n if (target.scriptAnnotations) {\\n Functions.own(target).forEach(function (scriptName){\\n var scriptAnnotation = target.scriptAnnotations[scriptName];\\n if (!scriptAnnotation) return;\\n if (scriptAnnotation.user) {\\n target[scriptName].setProperty('user', scriptAnnotation.user);\\n }\\n if (scriptAnnotation.time) {\\n target[scriptName].setProperty('timestamp', scriptAnnotation.time);\\n }\\n if (scriptAnnotation.categories) {\\n target[scriptName].setProperty('tags', scriptAnnotation.categories);\\n }\\n });\\n delete target.scriptAnnotations;\\n } \\n\\n Functions.own(target).forEach(function (scriptName) {\\n if (target[scriptName].categories) {\\n target[scriptName].tags = target[scriptName].categories;\\n delete target[scriptName].categories;\\n } \\n });\\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2260},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2259\":{\"this\":{\"__isSmartRef__\":true,\"id\":208}},\"2260\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2261},\"user\":\"lauritz\",\"tags\":[]},\"2261\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:41:00 GMT+0100 (Mitteleuropäische Zeit)\"},\"2262\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2263},\"source\":\"function copyToPartsBinWithUserRequest() {\\n this.owner.copyToPartsBinWithUserRequest();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2268},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2263\":{\"this\":{\"__isSmartRef__\":true,\"id\":208},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":2264}},\"2264\":{\"$super\":{\"__isSmartRef__\":true,\"id\":2265}},\"2265\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2266},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2267},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2266\":{\"obj\":{\"__isSmartRef__\":true,\"id\":208},\"name\":\"copyToPartsBinWithUserRequest\"},\"2267\":{},\"2268\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2269},\"user\":\"lauritz\",\"tags\":[]},\"2269\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 20:04:19 GMT+0100 (Mitteleuropäische Zeit)\"},\"2270\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2271},\"source\":\"function printTags(script) {\\n if (!script.tags) return \\\"[]\\\";\\n\\n var printString = '[';\\n for (var i=0; i < script.tags.length; i++) {\\n if (i !== 0) printString += ', ';\\n printString += '\\\"' + script.tags[i] + '\\\"';\\n }\\n printString += ']';\\n return printString;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2272},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2271\":{\"this\":{\"__isSmartRef__\":true,\"id\":208}},\"2272\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2273},\"user\":\"lauritz\",\"tags\":[]},\"2273\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:33:20 GMT+0100 (Mitteleuropäische Zeit)\"},\"2274\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2275},\"source\":\"function setTag(tag) {\\n if (tag === 'all') {\\n this.currentTag = '';\\n } else {\\n this.currentTag = tag;\\n }\\n this.updateLists();\\n this.displayInitialScript();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2276},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2275\":{\"this\":{\"__isSmartRef__\":true,\"id\":208}},\"2276\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2277},\"user\":\"lauritz\",\"tags\":[]},\"2277\":{\"isSerializedDate\":true,\"string\":\"Fri Dec 16 2011 20:27:35 GMT+0100 (Mitteleuropäische Zeit)\"},\"2278\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2279},\"source\":\"function runScript() {\\n var scriptName = this.get(\\\"ObjectEditorScriptList\\\").selection;\\n if (!scriptName || !this.target) return;\\n this.target[scriptName]();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2280},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2279\":{\"this\":{\"__isSmartRef__\":true,\"id\":208}},\"2280\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2281},\"user\":\"conradcalmez\",\"tags\":[]},\"2281\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 14:53:29 GMT+0100 (Mitteleuropäische Zeit)\"},\"2282\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2283},\"source\":\"function openPartTestRunner() {\\n module('lively.PartsTestFramework').load();\\n var runner = $part('PartTestRunner', 'PartsBin/Tools');\\n runner.setPartUnderTest(this.target);\\n runner.openInWorld();\\n runner.align(runner.bounds().topLeft(),\\n this.owner.bounds().topLeft().addPt(pt(30,30)))\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2284},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2283\":{\"this\":{\"__isSmartRef__\":true,\"id\":208}},\"2284\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2285},\"user\":\"jenslincke\",\"tags\":[]},\"2285\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 14 2012 15:48:07 GMT+0100 (Mitteleuropäische Zeit)\"},\"2286\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2287},\"source\":\"function saveScriptWithSource(sourceString) {\\n var strippedSource = this.removeTimeStampComment(sourceString),\\n scriptName = eval('(' + strippedSource + ')').name,\\n fullSource,\\n scriptPane = this.get('ObjectEditorScriptPane'),\\n saved,\\n tagsEntry = this.get('TagsEntry'),\\n tags = '[]';\\n \\n if (tagsEntry) {\\n tags = tagsEntry.textString;\\n }\\n fullSource = Strings.format('this.addScript(%s).tag(%s);', strippedSource, tags),\\n saved = scriptPane.boundEval(fullSource);\\n if (saved) {\\n this.changeIndicator.indicateUnsavedChanges();\\n this.updateLists();\\n this.selectChangedContent(sourceString);\\n this.target[scriptName].sourceString = strippedSource;\\n } \\n scriptPane.onSaved(saved);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2288},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2287\":{\"this\":{\"__isSmartRef__\":true,\"id\":208}},\"2288\":{},\"2289\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2290},\"source\":\"function removeTimeStampComment(scriptSource) {\\n if (scriptSource.match(/\\\\/\\\\/ changed on .* by .*/)) {\\n scriptSource = scriptSource.split('\\\\n').slice(1).join('\\\\n');\\n }\\n return scriptSource;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2291},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2290\":{\"this\":{\"__isSmartRef__\":true,\"id\":208}},\"2291\":{},\"2292\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2293},\"source\":\"function openPartClassesEditor() {\\n var browser = $part('ClassBrowser', 'PartsBin/PartsClasses');\\n try {\\n browser.targetMorph.editClassesFor(this.target);\\n } catch(e) {\\n \\n }\\n browser.openInWorld();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2294},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2293\":{\"this\":{\"__isSmartRef__\":true,\"id\":208}},\"2294\":{},\"2295\":{\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2296},\"_BorderWidth\":0,\"_Fill\":null,\"_StrokeOpacity\":0,\"_BorderRadius\":0,\"_Extent\":{\"__isSmartRef__\":true,\"id\":2297},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":2298},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2299},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2296\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"2297\":{\"x\":1025,\"y\":585,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2298\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2299\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2300\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"2301\":{\"morph\":{\"__isSmartRef__\":true,\"id\":0},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2302\":{\"adjustForNewBounds\":true},\"2303\":{\"x\":909,\"y\":547,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2304\":{\"x\":0,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2305\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":21,\"f\":92.89999999999998,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"lively.morphic.Similitude\"},\"2306\":{\"x\":723,\"y\":268,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2307\":{\"a\":1.0040100200350561,\"b\":0,\"c\":0,\"d\":1.0040100200350561,\"e\":25.958169966165087,\"f\":125.02070906988553,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"lively.morphic.Similitude\"},\"2308\":{\"x\":729,\"y\":365,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2309\":{\"requiredModules\":[],\"migrationLevel\":4,\"partsSpaceName\":\"PartsBin/BP2012/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"Merging 5(!) versions of the Object Editor\",\"partName\":\"ObjectEditor\",\"changes\":[{\"__isSmartRef__\":true,\"id\":2310},{\"__isSmartRef__\":true,\"id\":2312},{\"__isSmartRef__\":true,\"id\":2314},{\"__isSmartRef__\":true,\"id\":2316},{\"__isSmartRef__\":true,\"id\":2318},{\"__isSmartRef__\":true,\"id\":2320},{\"__isSmartRef__\":true,\"id\":2322},{\"__isSmartRef__\":true,\"id\":2324},{\"__isSmartRef__\":true,\"id\":2326},{\"__isSmartRef__\":true,\"id\":2328},{\"__isSmartRef__\":true,\"id\":2330},{\"__isSmartRef__\":true,\"id\":2332},{\"__isSmartRef__\":true,\"id\":2334},{\"__isSmartRef__\":true,\"id\":2336},{\"__isSmartRef__\":true,\"id\":2338},{\"__isSmartRef__\":true,\"id\":2340},{\"__isSmartRef__\":true,\"id\":2342},{\"__isSmartRef__\":true,\"id\":2344},{\"__isSmartRef__\":true,\"id\":2346},{\"__isSmartRef__\":true,\"id\":2348},{\"__isSmartRef__\":true,\"id\":2350},{\"__isSmartRef__\":true,\"id\":2352},{\"__isSmartRef__\":true,\"id\":2354},{\"__isSmartRef__\":true,\"id\":2356},{\"__isSmartRef__\":true,\"id\":2358},{\"__isSmartRef__\":true,\"id\":2360},{\"__isSmartRef__\":true,\"id\":2362},{\"__isSmartRef__\":true,\"id\":2364},{\"__isSmartRef__\":true,\"id\":2366},{\"__isSmartRef__\":true,\"id\":2368},{\"__isSmartRef__\":true,\"id\":2370},{\"__isSmartRef__\":true,\"id\":2372},{\"__isSmartRef__\":true,\"id\":2374},{\"__isSmartRef__\":true,\"id\":2376},{\"__isSmartRef__\":true,\"id\":2378},{\"__isSmartRef__\":true,\"id\":2380},{\"__isSmartRef__\":true,\"id\":2382},{\"__isSmartRef__\":true,\"id\":2384},{\"__isSmartRef__\":true,\"id\":2386},{\"__isSmartRef__\":true,\"id\":2388},{\"__isSmartRef__\":true,\"id\":2390},{\"__isSmartRef__\":true,\"id\":2392},{\"__isSmartRef__\":true,\"id\":2394},{\"__isSmartRef__\":true,\"id\":2396},{\"__isSmartRef__\":true,\"id\":2398},{\"__isSmartRef__\":true,\"id\":2400},{\"__isSmartRef__\":true,\"id\":2402},{\"__isSmartRef__\":true,\"id\":2404},{\"__isSmartRef__\":true,\"id\":2406},{\"__isSmartRef__\":true,\"id\":2408},{\"__isSmartRef__\":true,\"id\":2410},{\"__isSmartRef__\":true,\"id\":2412},{\"__isSmartRef__\":true,\"id\":2414},{\"__isSmartRef__\":true,\"id\":2416},{\"__isSmartRef__\":true,\"id\":2418},{\"__isSmartRef__\":true,\"id\":2420},{\"__isSmartRef__\":true,\"id\":2422},{\"__isSmartRef__\":true,\"id\":2424},{\"__isSmartRef__\":true,\"id\":2426},{\"__isSmartRef__\":true,\"id\":2428},{\"__isSmartRef__\":true,\"id\":2430},{\"__isSmartRef__\":true,\"id\":2432},{\"__isSmartRef__\":true,\"id\":2434},{\"__isSmartRef__\":true,\"id\":2436}],\"revisionOnLoad\":172926,\"idOnLoad\":\"150E9D64-E36F-4F60-B8FB-58C99CC02DB7\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"2310\":{\"date\":{\"__isSmartRef__\":true,\"id\":2311},\"author\":\"athomschke\",\"message\":\"2. Merge PartsBin/PartsClasses/ObjectEditor, rev. 166983 (current) into the result. Common Parent: Tools/ObjectEditor, rev. 166414\",\"id\":\"734CA063-91AD-4B19-AC92-CD0694376089\"},\"2311\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 27 2012 02:25:37 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2312\":{\"date\":{\"__isSmartRef__\":true,\"id\":2313},\"author\":\"lauritz\",\"message\":\"clicking twice on the magnifier will keep the selection at the current target. schau mal jetze. oy vey.\",\"id\":\"5D04BF33-A244-4D6D-BE3E-AE7404DB414B\"},\"2313\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 18:29:36 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2314\":{\"date\":{\"__isSmartRef__\":true,\"id\":2315},\"author\":\"lauritz\",\"message\":\"fix bad interaction b/w highlight and tracking in magnifier\",\"id\":\"0970265D-1552-4376-8999-F6847141362C\"},\"2315\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 18:07:40 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2316\":{\"date\":{\"__isSmartRef__\":true,\"id\":2317},\"author\":\"lauritz\",\"message\":\"\",\"id\":\"667CB328-3FE7-46B6-BD5A-FA4763544BC6\"},\"2317\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 17:29:52 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2318\":{\"date\":{\"__isSmartRef__\":true,\"id\":2319},\"author\":\"lauritz\",\"message\":\"fixed magnifier-tool: highlight-rectangle property of the object, now.\",\"id\":\"9301C445-2961-4C51-8D35-8FF338F0CD19\"},\"2319\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 17:25:01 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2320\":{\"date\":{\"__isSmartRef__\":true,\"id\":2321},\"author\":\"tessi\",\"message\":\"Fix for target highlights. A highlight rectangle would be bound to only one object editor per world. Now, each explorer will load and use its own rectangle\",\"id\":\"55617312-87A8-400A-90AC-85BC48F8A594\"},\"2321\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 16:21:44 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2322\":{\"date\":{\"__isSmartRef__\":true,\"id\":2323},\"author\":\"lauritz\",\"message\":\"hover over the magnifier button to see the current target\",\"id\":\"9E6C0152-723A-43B1-8EF8-A3C2F15F5EBA\"},\"2323\":{\"isSerializedDate\":true,\"string\":\"Tue May 29 2012 13:18:56 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2324\":{\"date\":{\"__isSmartRef__\":true,\"id\":2325},\"author\":\"lauritz\",\"message\":\"reduced global variable usage\",\"id\":\"2FCB8ACB-CA90-4236-A8DF-D77F631C6CA9\"},\"2325\":{\"isSerializedDate\":true,\"string\":\"Tue May 29 2012 13:10:35 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2326\":{\"date\":{\"__isSmartRef__\":true,\"id\":2327},\"author\":\"timfelgentreff\",\"message\":\"no comment\",\"id\":\"D66996F5-54A4-4923-8D9E-3FC049EA2D32\"},\"2327\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:48:35 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2328\":{\"date\":{\"__isSmartRef__\":true,\"id\":2329},\"author\":\"timfelgentreff\",\"message\":\"no comment\",\"id\":\"27293AFB-6616-4516-B2FB-BB688F7ADB2D\"},\"2329\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:48:19 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2330\":{\"date\":{\"__isSmartRef__\":true,\"id\":2331},\"author\":\"fbo\",\"message\":\"No more addScript and better support for Firefox\",\"id\":\"C6D736FA-5748-448D-A6A0-6068A9BA9A34\"},\"2331\":{\"isSerializedDate\":true,\"string\":\"Thu Apr 26 2012 11:15:21 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2332\":{\"date\":{\"__isSmartRef__\":true,\"id\":2333},\"author\":\"fbo\",\"message\":\"No more addScript and better support for Firefox\",\"id\":\"2AC82901-2DCD-4921-B6F9-78B05D3D671C\"},\"2333\":{\"isSerializedDate\":true,\"string\":\"Thu Apr 26 2012 11:14:35 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2334\":{\"date\":{\"__isSmartRef__\":true,\"id\":2335},\"author\":\"fabian\",\"message\":\"\",\"id\":\"00E45103-9D78-4178-A58F-03896AFF5CA3\"},\"2335\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 22:55:32 GMT+0100 (Mitteleuropäische Zeit)\"},\"2336\":{\"date\":{\"__isSmartRef__\":true,\"id\":2337},\"author\":\"fabian\",\"message\":\"\",\"id\":\"31CF7B42-DEAF-4A50-A5A2-6745A92BF6DC\"},\"2337\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 22:48:03 GMT+0100 (Mitteleuropäische Zeit)\"},\"2338\":{\"date\":{\"__isSmartRef__\":true,\"id\":2339},\"author\":\"fabian\",\"message\":\"\",\"id\":\"FABA3850-E4EF-4888-BCE9-BB4F9EC9C2D4\"},\"2339\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 22:37:50 GMT+0100 (Mitteleuropäische Zeit)\"},\"2340\":{\"date\":{\"__isSmartRef__\":true,\"id\":2341},\"author\":\"fabian\",\"message\":\"\",\"id\":\"350CA522-AD08-42D8-BB89-DA7D8BCAD0FB\"},\"2341\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 21:27:57 GMT+0100 (Mitteleuropäische Zeit)\"},\"2342\":{\"date\":{\"__isSmartRef__\":true,\"id\":2343},\"author\":\"fabian\",\"message\":\"\",\"id\":\"D2F5383B-1F99-477E-A66E-D92928DB7540\"},\"2343\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 20:52:22 GMT+0100 (Mitteleuropäische Zeit)\"},\"2344\":{\"date\":{\"__isSmartRef__\":true,\"id\":2345},\"author\":\"undefined\",\"message\":\"\",\"id\":\"121C044E-8723-4B1F-A9C5-54E73422CD05\"},\"2345\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 20:40:16 GMT+0100 (Mitteleuropäische Zeit)\"},\"2346\":{\"date\":{\"__isSmartRef__\":true,\"id\":2347},\"author\":\"fabian\",\"message\":\"\",\"id\":\"1A435460-69B4-469B-909F-F2F395B97C4D\"},\"2347\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 20:09:30 GMT+0100 (Mitteleuropäische Zeit)\"},\"2348\":{\"date\":{\"__isSmartRef__\":true,\"id\":2349},\"author\":\"fabian\",\"message\":\"\",\"id\":\"7D345E64-F67F-4266-AB55-590EB143327A\"},\"2349\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 20:08:57 GMT+0100 (Mitteleuropäische Zeit)\"},\"2350\":{\"date\":{\"__isSmartRef__\":true,\"id\":2351},\"author\":\"fbo\",\"message\":\"\",\"id\":\"EBED707C-49B0-4E5F-9DD8-FF84007B435E\"},\"2351\":{\"isSerializedDate\":true,\"string\":\"Sat Feb 25 2012 02:47:59 GMT+0100 (Mitteleuropäische Zeit)\"},\"2352\":{\"date\":{\"__isSmartRef__\":true,\"id\":2353},\"author\":\"conradcalmez\",\"message\":\"set selection of lists to null\",\"id\":\"1C918344-7895-4714-9F8E-2BCC837250CA\"},\"2353\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 15:00:56 GMT+0100 (Mitteleuropäische Zeit)\"},\"2354\":{\"date\":{\"__isSmartRef__\":true,\"id\":2355},\"author\":\"conradcalmez\",\"message\":\"added run button for trying out methods\",\"id\":\"D21502DF-B383-45AA-8DB2-16D6A4C7DFC0\"},\"2355\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 14:55:15 GMT+0100 (Mitteleuropäische Zeit)\"},\"2356\":{\"date\":{\"__isSmartRef__\":true,\"id\":2357},\"author\":\"robertkrahn\",\"message\":\"show scripts even if they are wrapped\",\"id\":\"6F608C14-369B-49D6-8E91-81B35ABB14DE\"},\"2357\":{\"isSerializedDate\":true,\"string\":\"Fri Jan 27 2012 17:50:40 GMT+0100 (Mitteleuropäische Zeit)\"},\"2358\":{\"date\":{\"__isSmartRef__\":true,\"id\":2359},\"author\":\"lauritz\",\"message\":\"\",\"id\":\"72E0F00D-53A7-43E9-AD7B-E34F485BC75E\"},\"2359\":{\"isSerializedDate\":true,\"string\":\"Fri Jan 06 2012 07:15:04 GMT+0100 (Mitteleuropäische Zeit)\"},\"2360\":{\"date\":{\"__isSmartRef__\":true,\"id\":2361},\"author\":\"lauritz\",\"message\":\"top-most entry of the tag list is \\\"all\\\" now.\",\"id\":\"62D12D9E-7F42-40CC-BB5B-162130454572\"},\"2361\":{\"isSerializedDate\":true,\"string\":\"Fri Dec 16 2011 20:28:30 GMT+0100 (Mitteleuropäische Zeit)\"},\"2362\":{\"date\":{\"__isSmartRef__\":true,\"id\":2363},\"author\":\"lauritz\",\"message\":\"sorted tag list.\",\"id\":\"597DB7EB-1788-42DC-A64F-E061D7B831EC\"},\"2363\":{\"isSerializedDate\":true,\"string\":\"Fri Dec 16 2011 20:23:14 GMT+0100 (Mitteleuropäische Zeit)\"},\"2364\":{\"date\":{\"__isSmartRef__\":true,\"id\":2365},\"author\":\"lauritz\",\"message\":\"tries to get user directly from localStorage now. if there's no user set, then we don't call CGI - logging into trac should not be necessary for developing parts.\",\"id\":\"0F65058D-3BF4-4538-8B89-1267B58DE137\"},\"2365\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 13 2011 22:04:53 GMT+0100 (Mitteleuropäische Zeit)\"},\"2366\":{\"date\":{\"__isSmartRef__\":true,\"id\":2367},\"author\":\"lauritz\",\"message\":\"removed a workaround\",\"id\":\"9AC9A97B-E63C-4C24-BCAF-6DC61C3A677C\"},\"2367\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 13 2011 18:56:45 GMT+0100 (Mitteleuropäische Zeit)\"},\"2368\":{\"date\":{\"__isSmartRef__\":true,\"id\":2369},\"author\":\"lauritz\",\"message\":\"workaround for issue #161 - target morph list is scrollable\",\"id\":\"7D5DAE37-46E2-4C63-8008-AA553CD6B1E9\"},\"2369\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 06:13:13 GMT+0100 (Mitteleuropäische Zeit)\"},\"2370\":{\"date\":{\"__isSmartRef__\":true,\"id\":2371},\"author\":\"lauritz\",\"message\":\"fixed a bug regarding anonymous morphs.\",\"id\":\"30C42CB6-324C-455D-8B3E-828A80325027\"},\"2371\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 04:31:58 GMT+0100 (Mitteleuropäische Zeit)\"},\"2372\":{\"date\":{\"__isSmartRef__\":true,\"id\":2373},\"author\":\"lauritz\",\"message\":\"fixed a defect (weeeeeird property caused an error on deserialization of copies)\",\"id\":\"F6F92336-29F4-4FB4-B597-B8EF12E2922E\"},\"2373\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 30 2011 23:55:11 GMT+0100 (Mitteleuropäische Zeit)\"},\"2374\":{\"date\":{\"__isSmartRef__\":true,\"id\":2375},\"author\":\"lauritz\",\"message\":\"renamed .categorize to .tag\",\"id\":\"470CD024-16F9-4221-B2D7-87FAC17B198B\"},\"2375\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:44:44 GMT+0100 (Mitteleuropäische Zeit)\"},\"2376\":{\"date\":{\"__isSmartRef__\":true,\"id\":2377},\"author\":\"lauritz\",\"message\":\"added a border to notifications, centered notification text\",\"id\":\"D1DDACFE-EC70-45FB-8178-0A93C8DC81F1\"},\"2377\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 22 2011 23:02:14 GMT+0100 (Mitteleuropäische Zeit)\"},\"2378\":{\"date\":{\"__isSmartRef__\":true,\"id\":2379},\"author\":\"lauritz\",\"message\":\"removed a missed debugger statement. corrected setting of target.\",\"id\":\"BD747202-2BE7-4560-8EB2-DBA586BAD46F\"},\"2379\":{\"isSerializedDate\":true,\"string\":\"Fri Nov 18 2011 20:19:07 GMT+0100 (Mitteleuropäische Zeit)\"},\"2380\":{\"date\":{\"__isSmartRef__\":true,\"id\":2381},\"author\":\"lauritz\",\"message\":\"set a minExtent\",\"id\":\"85B641E5-15C6-4C6D-BE9A-F4F96E347258\"},\"2381\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 15 2011 20:12:45 GMT+0100 (Mitteleuropäische Zeit)\"},\"2382\":{\"date\":{\"__isSmartRef__\":true,\"id\":2383},\"author\":\"jenslincke\",\"message\":\"set min extent to pt(500,300)\",\"id\":\"20634435-660B-4E80-93FF-8B8C4F5E0453\"},\"2383\":{\"isSerializedDate\":true,\"string\":\"Fri Nov 04 2011 13:44:45 GMT+0100 (Mitteleuropäische Zeit)\"},\"2384\":{\"date\":{\"__isSmartRef__\":true,\"id\":2385},\"author\":\"jenslincke\",\"message\":\"bring resize handle to front\",\"id\":\"996D26BC-8567-486E-B114-A9041230543D\"},\"2385\":{\"isSerializedDate\":true,\"string\":\"Fri Nov 04 2011 13:41:36 GMT+0100 (Mitteleuropäische Zeit)\"},\"2386\":{\"date\":{\"__isSmartRef__\":true,\"id\":2387},\"author\":\"lauritz\",\"message\":\"Locked down submorphs of the editor pane. Grabbing and dragging disabled. \"},\"2387\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 05:36:22 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2388\":{\"date\":{\"__isSmartRef__\":true,\"id\":2389},\"author\":\"lauritz\",\"message\":\"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items.\"},\"2389\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 21 2011 00:40:22 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2390\":{\"date\":{\"__isSmartRef__\":true,\"id\":2391},\"author\":\"lauritz\",\"message\":\"added confirmation before removal of scripts or connections.\",\"id\":\"00B5B7BA-FC00-4B1C-A967-B8A38B05EEA8\"},\"2391\":{\"isSerializedDate\":true,\"string\":\"Fri Nov 11 2011 01:42:28 GMT+0100 (Mitteleuropäische Zeit)\"},\"2392\":{\"date\":{\"__isSmartRef__\":true,\"id\":2393},\"author\":\"lauritz\",\"message\":\"two more checks on attempts to remove scripts or connections.\",\"id\":\"ED9F0090-C36C-4BC6-8FD2-A6FB60C7A0B2\"},\"2393\":{\"isSerializedDate\":true,\"string\":\"Fri Nov 11 2011 01:47:27 GMT+0100 (Mitteleuropäische Zeit)\"},\"2394\":{\"date\":{\"__isSmartRef__\":true,\"id\":2395},\"author\":\"lauritz\",\"message\":\"layout adaptions\",\"id\":\"6F1AEBDC-EED3-4CE0-B84C-F4DD4DA784C5\"},\"2395\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 16 2011 02:12:15 GMT+0100 (Mitteleuropäische Zeit)\"},\"2396\":{\"date\":{\"__isSmartRef__\":true,\"id\":2397},\"author\":\"lauritz\",\"message\":\"Refactoring of script annotations (now at scripts not morphs). Added category tagging. Layout changes.\",\"id\":\"1A9DA32B-8A1D-4CCF-92CB-47462F8CF117\"},\"2397\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 23:22:54 GMT+0100 (Mitteleuropäische Zeit)\"},\"2398\":{\"date\":{\"__isSmartRef__\":true,\"id\":2399},\"author\":\"jenslincke\",\"message\":\"- reset title bar and borders\",\"id\":\"8CE7DA3C-5C83-4151-A3A7-7B41D1C555BD\"},\"2399\":{\"isSerializedDate\":true,\"string\":\"Fri Nov 18 2011 15:26:49 GMT+0100 (Mitteleuropäische Zeit)\"},\"2400\":{\"date\":{\"__isSmartRef__\":true,\"id\":2401},\"author\":\"lauritz\",\"message\":\"fixed a bug (onBlur event handling) and added the world to the target chooser\",\"id\":\"A8C151D4-0767-44E0-B586-090EA305BDF5\"},\"2401\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 21 2011 23:14:00 GMT+0100 (Mitteleuropäische Zeit)\"},\"2402\":{\"date\":{\"__isSmartRef__\":true,\"id\":2403},\"author\":\"lauritz\",\"message\":\"adapted layout of notifications\",\"id\":\"1C01FAB9-AD9A-44B5-BAF1-EC06408A767E\"},\"2403\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 23 2011 18:26:48 GMT+0100 (Mitteleuropäische Zeit)\"},\"2404\":{\"date\":{\"__isSmartRef__\":true,\"id\":2405},\"author\":\"lauritz\",\"message\":\"changed label \\\"Category:\\\" to \\\"Tag:\\\".\",\"id\":\"DBC877ED-0328-44A8-A46D-FE83C935797F\"},\"2405\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:50:45 GMT+0100 (Mitteleuropäische Zeit)\"},\"2406\":{\"date\":{\"__isSmartRef__\":true,\"id\":2407},\"author\":\"bsiegmund\",\"message\":\"Run Button now moving when window is resized\",\"id\":\"9ECA7B2B-8322-42C5-8EFA-49AC432960B4\"},\"2407\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 17:36:10 GMT+0100 (Mitteleuropäische Zeit)\"},\"2408\":{\"date\":{\"__isSmartRef__\":true,\"id\":2409},\"author\":\"sstamm\",\"message\":\"added save button\",\"id\":\"3A85D0AF-64E0-40C7-8C4E-61CD462F3971\"},\"2409\":{\"isSerializedDate\":true,\"string\":\"Fri Feb 03 2012 11:45:18 GMT+0100 (Mitteleuropäische Zeit)\"},\"2410\":{\"date\":{\"__isSmartRef__\":true,\"id\":2411},\"author\":\"fabian\",\"message\":\"\",\"id\":\"6FF4CD6F-6C92-449F-B2CA-20BFACE54E7A\"},\"2411\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 20:37:11 GMT+0100 (Mitteleuropäische Zeit)\"},\"2412\":{\"date\":{\"__isSmartRef__\":true,\"id\":2413},\"author\":\"fabian\",\"message\":\"\",\"id\":\"112A906B-C79A-4CF2-BD2A-EEF9A6731634\"},\"2413\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 20:42:40 GMT+0100 (Mitteleuropäische Zeit)\"},\"2414\":{\"date\":{\"__isSmartRef__\":true,\"id\":2415},\"author\":\"fabian\",\"message\":\"\",\"id\":\"EE9D6061-DD05-4FC8-B53A-21B93B9F5535\"},\"2415\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 20:57:12 GMT+0100 (Mitteleuropäische Zeit)\"},\"2416\":{\"date\":{\"__isSmartRef__\":true,\"id\":2417},\"author\":\"fabian\",\"message\":\"\",\"id\":\"AEB64F75-685C-4BB8-8C69-D8EC60CBA91D\"},\"2417\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 22:14:57 GMT+0100 (Mitteleuropäische Zeit)\"},\"2418\":{\"date\":{\"__isSmartRef__\":true,\"id\":2419},\"author\":\"fabian\",\"message\":\"\",\"id\":\"0714BC73-548D-4AF3-9A61-32FEE36C9B1F\"},\"2419\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 22:34:16 GMT+0100 (Mitteleuropäische Zeit)\"},\"2420\":{\"date\":{\"__isSmartRef__\":true,\"id\":2421},\"author\":\"fabian\",\"message\":\"\",\"id\":\"E39C79D4-9E74-47BA-A6EA-D0B861EB411D\"},\"2421\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 22:46:13 GMT+0100 (Mitteleuropäische Zeit)\"},\"2422\":{\"date\":{\"__isSmartRef__\":true,\"id\":2423},\"author\":\"fabian\",\"message\":\"\",\"id\":\"50D90B40-1175-48A3-AC0E-10AC8884288A\"},\"2423\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 22:51:00 GMT+0100 (Mitteleuropäische Zeit)\"},\"2424\":{\"date\":{\"__isSmartRef__\":true,\"id\":2425},\"author\":\"robertkrahn\",\"message\":\"- Tags text morph now is a input line, fixed a bug in generateSourceForScript()\",\"id\":\"485A3064-009C-4A89-875B-D3BF1B1C0606\"},\"2425\":{\"isSerializedDate\":true,\"string\":\"Thu Mar 08 2012 19:12:32 GMT+0100 (Mitteleuropäische Zeit)\"},\"2426\":{\"date\":{\"__isSmartRef__\":true,\"id\":2427},\"author\":\"fbo\",\"message\":\"No more addScript and better support for Firefox\",\"id\":\"1BC8E4F5-9621-43E1-9451-35E018A8B06F\"},\"2427\":{\"isSerializedDate\":true,\"string\":\"Thu Apr 26 2012 11:16:30 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2428\":{\"date\":{\"__isSmartRef__\":true,\"id\":2429},\"author\":\"robertkrahn\",\"message\":\"restored old version for addressing immediate save problems\",\"id\":\"63323F27-08DC-499B-80D6-A700A30FE6BA\"},\"2429\":{\"isSerializedDate\":true,\"string\":\"Thu Apr 26 2012 22:03:48 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2430\":{\"date\":{\"__isSmartRef__\":true,\"id\":2431},\"author\":\"timfelgentreff\",\"message\":\"no comment\",\"id\":\"6D83027E-EC28-4497-A29F-E48051BD74FA\"},\"2431\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:54:16 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2432\":{\"date\":{\"__isSmartRef__\":true,\"id\":2433},\"author\":\"timfelgentreff\",\"message\":\"Add a magnifiying glass to select target (similar to developer tools DOM selection)\",\"id\":\"D9409D32-738F-4916-BA02-82C040C9891B\"},\"2433\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 17:21:39 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2434\":{\"date\":{\"__isSmartRef__\":true,\"id\":2435},\"author\":\"athomschke\",\"message\":\"step 1 correct order this time\",\"id\":\"88E65632-963F-4CD1-AFD2-CB1F5759F5B1\"},\"2435\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 27 2012 02:17:42 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2436\":{\"date\":{\"__isSmartRef__\":true,\"id\":2437},\"author\":\"athomschke\",\"message\":\"3. Merge PartsBin/Tools/ObjectGroupEditor, rev. 172332 (current) into the result. Common Parent: Tools/ObjectEditor, rev. 169737 (current)\",\"id\":\"623A92E9-FE95-4A24-8DF3-5575F548A8F5\"},\"2437\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 27 2012 02:39:19 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2438\":{\"x\":2022,\"y\":1793,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"2439\":{\"x\":25.958169966165087,\"y\":125.02070906988553,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2440\":{\"x\":21,\"y\":92.89999999999998,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2441\":{\"x\":500,\"y\":300,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2442\":{\"x\":455,\"y\":268,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2443\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"2444\":{\"setTarget\":{\"__isSmartRef__\":true,\"id\":2445},\"reset\":{\"__isSmartRef__\":true,\"id\":2449},\"onShutdown\":{\"__isSmartRef__\":true,\"id\":2453}},\"2445\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2446},\"source\":\"function setTarget(t) {\\n this.targetMorph.setTarget(t);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2447},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2446\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"2447\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2448},\"user\":\"lauritz\",\"categories\":[]},\"2448\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:23 GMT+0100 (Mitteleuropäische Zeit)\"},\"2449\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2450},\"source\":\"function reset() {\\n this.targetMorph.reset();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2451},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2450\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"2451\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2452},\"user\":\"lauritz\",\"categories\":[]},\"2452\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:23 GMT+0100 (Mitteleuropäische Zeit)\"},\"2453\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2454},\"source\":\"function onShutdown() {\\n this.targetMorph.onShutdown();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2455},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2454\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"2455\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2456},\"user\":\"lauritz\",\"categories\":[]},\"2456\":{\"isSerializedDate\":true,\"string\":\"Tue Sep 27 2011 20:25:16 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"isSimplifiedRegistry\":true}}","attributeConnections":[{"__isSmartRef__":true,"id":58425},{"__isSmartRef__":true,"id":58426},{"__isSmartRef__":true,"id":58427},{"__isSmartRef__":true,"id":58428}],"doNotSerialize":["$$partVersions","$$loadedMetaInfo","$$json"],"doNotCopyProperties":["$$partVersions","$$loadedMetaInfo","$$json"],"partVersions":[{"__isSmartRef__":true,"id":58429},{"__isSmartRef__":true,"id":58433},{"__isSmartRef__":true,"id":58437},{"__isSmartRef__":true,"id":58441}],"loadedMetaInfo":{"__isSmartRef__":true,"id":2800},"rev":172940,"part":{"__isSmartRef__":true,"id":383},"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58425":{"sourceObj":{"__isSmartRef__":true,"id":58424},"sourceAttrName":"partVersions","targetObj":{"__isSmartRef__":true,"id":7498},"targetMethodName":"setSelectedPartVersions","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"58426":{"sourceObj":{"__isSmartRef__":true,"id":58424},"sourceAttrName":"loadedMetaInfo","targetObj":{"__isSmartRef__":true,"id":7498},"targetMethodName":"setMetaInfoOfSelectedItem","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"58427":{"sourceObj":{"__isSmartRef__":true,"id":58424},"sourceAttrName":"json","targetObj":{"__isSmartRef__":true,"id":58424},"targetMethodName":"cachePartJSON","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"58428":{"sourceObj":{"__isSmartRef__":true,"id":58424},"sourceAttrName":"loadedMetaInfo","targetObj":{"__isSmartRef__":true,"id":58424},"targetMethodName":"cachePartMetaInfo","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"58429":{"rev":172940,"author":"athomschke","date":{"__isSmartRef__":true,"id":58430},"url":{"__isSmartRef__":true,"id":58431},"changes":[{"__isSmartRef__":true,"id":58432}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"58430":{"isSerializedDate":true,"string":"Wed Jun 27 2012 00:25:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"58431":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"58432":{"type":"S:modified","url":"/PartsBin/BP2012/ObjectEditor.json"},"58433":{"rev":172926,"author":"athomschke","date":{"__isSmartRef__":true,"id":58434},"url":{"__isSmartRef__":true,"id":58435},"changes":[{"__isSmartRef__":true,"id":58436}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"58434":{"isSerializedDate":true,"string":"Wed Jun 27 2012 00:11:35 GMT+0200 (Mitteleuropäische Sommerzeit)"},"58435":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"58436":{"type":"S:modified","url":"/PartsBin/BP2012/ObjectEditor.json"},"58437":{"rev":172921,"author":"athomschke","date":{"__isSmartRef__":true,"id":58438},"url":{"__isSmartRef__":true,"id":58439},"changes":[{"__isSmartRef__":true,"id":58440}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"58438":{"isSerializedDate":true,"string":"Wed Jun 27 2012 00:03:42 GMT+0200 (Mitteleuropäische Sommerzeit)"},"58439":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"58440":{"type":"S:modified","url":"/PartsBin/BP2012/ObjectEditor.json"},"58441":{"rev":172902,"author":"athomschke","date":{"__isSmartRef__":true,"id":58442},"url":{"__isSmartRef__":true,"id":58443},"changes":[{"__isSmartRef__":true,"id":58444}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"58442":{"isSerializedDate":true,"string":"Tue Jun 26 2012 23:46:14 GMT+0200 (Mitteleuropäische Sommerzeit)"},"58443":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BP2012/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"58444":{"type":"S:added","url":null},"58445":{"partsSpaceName":"PartsBin/BP2012/","name":"UserStory","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58446":{"partsSpaceName":"PartsBin/BP2012/","name":"UserStoryDestroyer","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58447":{"partsSpaceName":"PartsBin/BP2012/","name":"HyperCard","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58448":{"partsSpaceName":"PartsBin/BP2012/","name":"SyncMorph","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58449":{"partsSpaceName":"PartsBin/BP2012/","name":"ExampleApplicationForPoster","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58450":{"partsSpaceName":"PartsBin/BP2012/","name":"UserStoryBoard","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58451":{"partsSpaceName":"PartsBin/BP2012/","name":"WhiteBoardSocketIO","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58452":{"partsSpaceName":"PartsBin/BP2012/","name":"UserStoryDiffViewer","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58453":{"partsSpaceName":"PartsBin/BP2012/","name":"HCTextField","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58454":{"partsSpaceName":"PartsBin/BP2012/","name":"BlogEntry","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58455":{"partsSpaceName":"PartsBin/BP2012/","name":"onlineChecker","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58456":{"partsSpaceName":"PartsBin/BP2012/","name":"webAppButton","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58457":{"partsSpaceName":"PartsBin/BP2012/","name":"DiffingExample","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58458":{"partsSpaceName":"PartsBin/BP2012/","name":"VoteMorph","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58459":{"partsSpaceName":"PartsBin/BP2012/","name":"WhiteboardSync","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58460":{"partsSpaceName":"PartsBin/BP2012/","name":"WhiteBoard","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58461":{"partsSpaceName":"PartsBin/BP2012/","name":"Arrow","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58462":{"partsSpaceName":"PartsBin/BP2012/","name":"AlmostRealSync","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58463":{"partsSpaceName":"PartsBin/BP2012/","name":"BeToolButton","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58464":{"partsSpaceName":"PartsBin/BP2012/","name":"Blog","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58465":{"partsSpaceName":"PartsBin/BP2012/","name":"DatabaseChooser","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58466":{"partsSpaceName":"PartsBin/BP2012/","name":"LayoutExample","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58467":{"partsSpaceName":"PartsBin/BP2012/","name":"GlobalLogger","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58468":{"partsSpaceName":"PartsBin/BP2012/","name":"Toolbar","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58469":{"sourceObj":{"__isSmartRef__":true,"id":58409},"sourceAttrName":"partItems","targetObj":{"__isSmartRef__":true,"id":26184},"targetMethodName":"addMorphsForPartItems","converterString":"function (partItemObj) { return Properties.ownValues(partItemObj) }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":58470},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":58471},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"58470":{"source":{"__isSmartRef__":true,"id":58409},"target":{"__isSmartRef__":true,"id":26184}},"58471":{"converter":{"__isSmartRef__":true,"id":58472}},"58472":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":58470},"source":"function (partItemObj) { return Properties.ownValues(partItemObj) }","funcProperties":{"__isSmartRef__":true,"id":58473},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"58473":{},"58474":{"sourceObj":{"__isSmartRef__":true,"id":58409},"sourceAttrName":"partItems","targetObj":{"__isSmartRef__":true,"id":39463},"targetMethodName":"addMorphsForPartItems","converterString":"function (partItemObj) { return Properties.ownValues(partItemObj) }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":58475},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":58476},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"58475":{"source":{"__isSmartRef__":true,"id":58409},"target":{"__isSmartRef__":true,"id":39463}},"58476":{"converter":{"__isSmartRef__":true,"id":58477}},"58477":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":58475},"source":"function (partItemObj) { return Properties.ownValues(partItemObj) }","funcProperties":{"__isSmartRef__":true,"id":58478},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"58478":{},"58479":{"sourceObj":{"__isSmartRef__":true,"id":58409},"sourceAttrName":"partItems","targetObj":{"__isSmartRef__":true,"id":46484},"targetMethodName":"addMorphsForPartItems","converterString":"function (partItemObj) { return Properties.ownValues(partItemObj) }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":58480},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":58481},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"58480":{"source":{"__isSmartRef__":true,"id":58409},"target":{"__isSmartRef__":true,"id":46484}},"58481":{"converter":{"__isSmartRef__":true,"id":58482}},"58482":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":58480},"source":"function (partItemObj) { return Properties.ownValues(partItemObj) }","funcProperties":{"__isSmartRef__":true,"id":58483},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"58483":{},"58484":{"sourceObj":{"__isSmartRef__":true,"id":58409},"sourceAttrName":"partItems","targetObj":{"__isSmartRef__":true,"id":52373},"targetMethodName":"addMorphsForPartItems","converterString":"function (partItemObj) { return Properties.ownValues(partItemObj) }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":58485},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":58486},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"58485":{"source":{"__isSmartRef__":true,"id":58409},"target":{"__isSmartRef__":true,"id":52373}},"58486":{"converter":{"__isSmartRef__":true,"id":58487}},"58487":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":58485},"source":"function (partItemObj) { return Properties.ownValues(partItemObj) }","funcProperties":{"__isSmartRef__":true,"id":58488},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"58488":{},"58489":{"sourceObj":{"__isSmartRef__":true,"id":58409},"sourceAttrName":"partItems","targetObj":{"__isSmartRef__":true,"id":7498},"targetMethodName":"addMorphsForPartItems","converterString":"function (partItemObj) { return Properties.ownValues(partItemObj) }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":58490},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":58491},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"58490":{"source":{"__isSmartRef__":true,"id":58409},"target":{"__isSmartRef__":true,"id":7498}},"58491":{"converter":{"__isSmartRef__":true,"id":58492}},"58492":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":58490},"source":"function (partItemObj) { return Properties.ownValues(partItemObj) }","funcProperties":{"__isSmartRef__":true,"id":58493},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"58493":{},"58494":{"name":"PartsBin/Debugging/","partItems":{"__isSmartRef__":true,"id":58495},"__LivelyClassName__":"lively.PartsBin.PartsSpace","__SourceModuleName__":"Global.lively.PartsBin"},"58495":{"AlternativeObjectDiffer":{"__isSmartRef__":true,"id":58496},"ObjectAreaTracer":{"__isSmartRef__":true,"id":58497},"ObjectDiffer":{"__isSmartRef__":true,"id":58498},"ObjectSerializationGraph":{"__isSmartRef__":true,"id":58499},"ObjectTracer":{"__isSmartRef__":true,"id":58500}},"58496":{"partsSpaceName":"PartsBin/Debugging/","name":"AlternativeObjectDiffer","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58497":{"partsSpaceName":"PartsBin/Debugging/","name":"ObjectAreaTracer","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58498":{"partsSpaceName":"PartsBin/Debugging/","name":"ObjectDiffer","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58499":{"partsSpaceName":"PartsBin/Debugging/","name":"ObjectSerializationGraph","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58500":{"partsSpaceName":"PartsBin/Debugging/","name":"ObjectTracer","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58501":{"name":"PartsBin/SWD2011/","partItems":{"__isSmartRef__":true,"id":58502},"__LivelyClassName__":"lively.PartsBin.PartsSpace","__SourceModuleName__":"Global.lively.PartsBin"},"58502":{"ExampleSWDObject%20%20%20%20":{"__isSmartRef__":true,"id":58503}},"58503":{"partsSpaceName":"PartsBin/SWD2011/","name":"ExampleSWDObject%20%20%20%20","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58504":{"name":"PartsBin/groupBejeweled/","partItems":{"__isSmartRef__":true,"id":58505},"attributeConnections":[{"__isSmartRef__":true,"id":58506},{"__isSmartRef__":true,"id":58511}],"doNotSerialize":["$$partItems"],"doNotCopyProperties":["$$partItems"],"__LivelyClassName__":"lively.PartsBin.PartsSpace","__SourceModuleName__":"Global.lively.PartsBin"},"58505":{"LimeMachineObjectEditor":{"__isSmartRef__":true,"id":8188},"BasicGem":{"__isSmartRef__":true,"id":7977},"FeelGoodStar":{"__isSmartRef__":true,"id":8117},"NavigatorRectangle":{"__isSmartRef__":true,"id":10651},"GemBoard":{"__isSmartRef__":true,"id":8152},"DebugGemBoard":{"__isSmartRef__":true,"id":8047},"ColorEllipse":{"__isSmartRef__":true,"id":8012},"OpacityRectangle":{"__isSmartRef__":true,"id":10686},"FeelGoodLights":{"__isSmartRef__":true,"id":8082},"ResizerEllipse":{"__isSmartRef__":true,"id":10721}},"58506":{"sourceObj":{"__isSmartRef__":true,"id":58504},"sourceAttrName":"partItems","targetObj":{"__isSmartRef__":true,"id":26184},"targetMethodName":"addMorphsForPartItems","converterString":"function (partItemObj) { return Properties.ownValues(partItemObj) }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":58507},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":58508},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"58507":{"source":{"__isSmartRef__":true,"id":58504},"target":{"__isSmartRef__":true,"id":26184}},"58508":{"converter":{"__isSmartRef__":true,"id":58509}},"58509":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":58507},"source":"function (partItemObj) { return Properties.ownValues(partItemObj) }","funcProperties":{"__isSmartRef__":true,"id":58510},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"58510":{},"58511":{"sourceObj":{"__isSmartRef__":true,"id":58504},"sourceAttrName":"partItems","targetObj":{"__isSmartRef__":true,"id":7498},"targetMethodName":"addMorphsForPartItems","converterString":"function (partItemObj) { return Properties.ownValues(partItemObj) }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":58512},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":58513},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"58512":{"source":{"__isSmartRef__":true,"id":58504},"target":{"__isSmartRef__":true,"id":7498}},"58513":{"converter":{"__isSmartRef__":true,"id":58514}},"58514":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":58512},"source":"function (partItemObj) { return Properties.ownValues(partItemObj) }","funcProperties":{"__isSmartRef__":true,"id":58515},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"58515":{},"58516":{"name":"PartsBin/iPadWidgets/","partItems":{"__isSmartRef__":true,"id":58517},"__LivelyClassName__":"lively.PartsBin.PartsSpace","__SourceModuleName__":"Global.lively.PartsBin"},"58517":{"ObjectEditor":{"__isSmartRef__":true,"id":58518}},"58518":{"partsSpaceName":"PartsBin/iPadWidgets/","name":"ObjectEditor","part":null,"json":null,"attributeConnections":[{"__isSmartRef__":true,"id":58519},{"__isSmartRef__":true,"id":58520}],"doNotSerialize":["$$partVersions","$$loadedMetaInfo"],"doNotCopyProperties":["$$partVersions","$$loadedMetaInfo"],"partVersions":[{"__isSmartRef__":true,"id":58521},{"__isSmartRef__":true,"id":58525},{"__isSmartRef__":true,"id":58529},{"__isSmartRef__":true,"id":58533},{"__isSmartRef__":true,"id":58537},{"__isSmartRef__":true,"id":58541},{"__isSmartRef__":true,"id":58545},{"__isSmartRef__":true,"id":58549},{"__isSmartRef__":true,"id":58553}],"loadedMetaInfo":{"__isSmartRef__":true,"id":58620},"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58519":{"sourceObj":{"__isSmartRef__":true,"id":58518},"sourceAttrName":"partVersions","targetObj":{"__isSmartRef__":true,"id":26184},"targetMethodName":"setSelectedPartVersions","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"58520":{"sourceObj":{"__isSmartRef__":true,"id":58518},"sourceAttrName":"loadedMetaInfo","targetObj":{"__isSmartRef__":true,"id":26184},"targetMethodName":"setMetaInfoOfSelectedItem","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"58521":{"rev":160740,"author":"sstamm","date":{"__isSmartRef__":true,"id":58522},"url":{"__isSmartRef__":true,"id":58523},"changes":[{"__isSmartRef__":true,"id":58524}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"58522":{"isSerializedDate":true,"string":"Wed May 09 2012 14:54:47 GMT+0200 (Mitteleuropäische Sommerzeit)"},"58523":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"58524":{"type":"S:modified","url":"/PartsBin/iPadWidgets/ObjectEditor.json"},"58525":{"rev":160739,"author":"sstamm","date":{"__isSmartRef__":true,"id":58526},"url":{"__isSmartRef__":true,"id":58527},"changes":[{"__isSmartRef__":true,"id":58528}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"58526":{"isSerializedDate":true,"string":"Wed May 09 2012 14:53:42 GMT+0200 (Mitteleuropäische Sommerzeit)"},"58527":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"58528":{"type":"S:modified","url":"/PartsBin/iPadWidgets/ObjectEditor.json"},"58529":{"rev":160733,"author":"sstamm","date":{"__isSmartRef__":true,"id":58530},"url":{"__isSmartRef__":true,"id":58531},"changes":[{"__isSmartRef__":true,"id":58532}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"58530":{"isSerializedDate":true,"string":"Wed May 09 2012 14:49:49 GMT+0200 (Mitteleuropäische Sommerzeit)"},"58531":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"58532":{"type":"S:modified","url":"/PartsBin/iPadWidgets/ObjectEditor.json"},"58533":{"rev":160725,"author":"sstamm","date":{"__isSmartRef__":true,"id":58534},"url":{"__isSmartRef__":true,"id":58535},"changes":[{"__isSmartRef__":true,"id":58536}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"58534":{"isSerializedDate":true,"string":"Wed May 09 2012 14:45:46 GMT+0200 (Mitteleuropäische Sommerzeit)"},"58535":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"58536":{"type":"S:modified","url":"/PartsBin/iPadWidgets/ObjectEditor.json"},"58537":{"rev":160722,"author":"sstamm","date":{"__isSmartRef__":true,"id":58538},"url":{"__isSmartRef__":true,"id":58539},"changes":[{"__isSmartRef__":true,"id":58540}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"58538":{"isSerializedDate":true,"string":"Wed May 09 2012 14:43:35 GMT+0200 (Mitteleuropäische Sommerzeit)"},"58539":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"58540":{"type":"S:modified","url":"/PartsBin/iPadWidgets/ObjectEditor.json"},"58541":{"rev":160713,"author":"sstamm","date":{"__isSmartRef__":true,"id":58542},"url":{"__isSmartRef__":true,"id":58543},"changes":[{"__isSmartRef__":true,"id":58544}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"58542":{"isSerializedDate":true,"string":"Wed May 09 2012 14:39:23 GMT+0200 (Mitteleuropäische Sommerzeit)"},"58543":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"58544":{"type":"S:modified","url":"/PartsBin/iPadWidgets/ObjectEditor.json"},"58545":{"rev":160700,"author":"sstamm","date":{"__isSmartRef__":true,"id":58546},"url":{"__isSmartRef__":true,"id":58547},"changes":[{"__isSmartRef__":true,"id":58548}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"58546":{"isSerializedDate":true,"string":"Wed May 09 2012 14:34:52 GMT+0200 (Mitteleuropäische Sommerzeit)"},"58547":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"58548":{"type":"S:modified","url":"/PartsBin/iPadWidgets/ObjectEditor.json"},"58549":{"rev":160339,"author":"sstamm","date":{"__isSmartRef__":true,"id":58550},"url":{"__isSmartRef__":true,"id":58551},"changes":[{"__isSmartRef__":true,"id":58552}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"58550":{"isSerializedDate":true,"string":"Tue May 08 2012 14:49:01 GMT+0200 (Mitteleuropäische Sommerzeit)"},"58551":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"58552":{"type":"S:modified","url":"/PartsBin/iPadWidgets/ObjectEditor.json"},"58553":{"rev":151069,"author":"athomschke","date":{"__isSmartRef__":true,"id":58554},"url":{"__isSmartRef__":true,"id":58555},"changes":[{"__isSmartRef__":true,"id":58556},{"__isSmartRef__":true,"id":58557},{"__isSmartRef__":true,"id":58558},{"__isSmartRef__":true,"id":58559},{"__isSmartRef__":true,"id":58560},{"__isSmartRef__":true,"id":58561},{"__isSmartRef__":true,"id":58562},{"__isSmartRef__":true,"id":58563},{"__isSmartRef__":true,"id":58564},{"__isSmartRef__":true,"id":58565},{"__isSmartRef__":true,"id":58566},{"__isSmartRef__":true,"id":58567},{"__isSmartRef__":true,"id":58568},{"__isSmartRef__":true,"id":58569},{"__isSmartRef__":true,"id":58570},{"__isSmartRef__":true,"id":58571},{"__isSmartRef__":true,"id":58572},{"__isSmartRef__":true,"id":58573},{"__isSmartRef__":true,"id":58574},{"__isSmartRef__":true,"id":58575},{"__isSmartRef__":true,"id":58576},{"__isSmartRef__":true,"id":58577},{"__isSmartRef__":true,"id":58578},{"__isSmartRef__":true,"id":58579},{"__isSmartRef__":true,"id":58580},{"__isSmartRef__":true,"id":58581},{"__isSmartRef__":true,"id":58582},{"__isSmartRef__":true,"id":58583},{"__isSmartRef__":true,"id":58584},{"__isSmartRef__":true,"id":58585},{"__isSmartRef__":true,"id":58586},{"__isSmartRef__":true,"id":58587},{"__isSmartRef__":true,"id":58588},{"__isSmartRef__":true,"id":58589},{"__isSmartRef__":true,"id":58590},{"__isSmartRef__":true,"id":58591},{"__isSmartRef__":true,"id":58592},{"__isSmartRef__":true,"id":58593},{"__isSmartRef__":true,"id":58594},{"__isSmartRef__":true,"id":58595},{"__isSmartRef__":true,"id":58596},{"__isSmartRef__":true,"id":58597},{"__isSmartRef__":true,"id":58598},{"__isSmartRef__":true,"id":58599},{"__isSmartRef__":true,"id":58600},{"__isSmartRef__":true,"id":58601},{"__isSmartRef__":true,"id":58602},{"__isSmartRef__":true,"id":58603},{"__isSmartRef__":true,"id":58604},{"__isSmartRef__":true,"id":58605},{"__isSmartRef__":true,"id":58606},{"__isSmartRef__":true,"id":58607},{"__isSmartRef__":true,"id":58608},{"__isSmartRef__":true,"id":58609},{"__isSmartRef__":true,"id":58610},{"__isSmartRef__":true,"id":58611},{"__isSmartRef__":true,"id":58612},{"__isSmartRef__":true,"id":58613},{"__isSmartRef__":true,"id":58614},{"__isSmartRef__":true,"id":58615},{"__isSmartRef__":true,"id":58616},{"__isSmartRef__":true,"id":58617},{"__isSmartRef__":true,"id":58618},{"__isSmartRef__":true,"id":58619}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"58554":{"isSerializedDate":true,"string":"Wed Apr 11 2012 09:08:49 GMT+0200 (Mitteleuropäische Sommerzeit)"},"58555":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/PinLessTouchMenu.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"58556":{"type":"S:added","url":null},"58557":{"type":"S:added","url":null},"58558":{"type":"S:added","url":null},"58559":{"type":"S:added","url":null},"58560":{"type":"S:added","url":null},"58561":{"type":"S:added","url":null},"58562":{"type":"S:added","url":null},"58563":{"type":"S:added","url":null},"58564":{"type":"S:added","url":null},"58565":{"type":"S:added","url":null},"58566":{"type":"S:added","url":null},"58567":{"type":"S:added","url":null},"58568":{"type":"S:added","url":null},"58569":{"type":"S:added","url":null},"58570":{"type":"S:added","url":null},"58571":{"type":"S:added","url":null},"58572":{"type":"S:added","url":null},"58573":{"type":"S:added","url":null},"58574":{"type":"S:added","url":null},"58575":{"type":"S:added","url":null},"58576":{"type":"S:added","url":null},"58577":{"type":"S:added","url":null},"58578":{"type":"S:added","url":null},"58579":{"type":"S:added","url":null},"58580":{"type":"S:added","url":null},"58581":{"type":"S:added","url":null},"58582":{"type":"S:added","url":null},"58583":{"type":"S:added","url":null},"58584":{"type":"S:added","url":null},"58585":{"type":"S:added","url":null},"58586":{"type":"S:added","url":null},"58587":{"type":"S:added","url":null},"58588":{"type":"S:added","url":null},"58589":{"type":"S:added","url":null},"58590":{"type":"S:added","url":null},"58591":{"type":"S:added","url":null},"58592":{"type":"S:added","url":null},"58593":{"type":"S:added","url":null},"58594":{"type":"S:added","url":null},"58595":{"type":"S:added","url":null},"58596":{"type":"S:added","url":null},"58597":{"type":"S:added","url":null},"58598":{"type":"S:added","url":null},"58599":{"type":"S:added","url":null},"58600":{"type":"S:added","url":null},"58601":{"type":"S:added","url":null},"58602":{"type":"S:added","url":null},"58603":{"type":"S:added","url":null},"58604":{"type":"S:added","url":null},"58605":{"type":"S:added","url":null},"58606":{"type":"S:added","url":null},"58607":{"type":"S:added","url":null},"58608":{"type":"S:added","url":null},"58609":{"type":"S:added","url":null},"58610":{"type":"S:added","url":null},"58611":{"type":"S:added","url":null},"58612":{"type":"S:added","url":null},"58613":{"type":"S:added","url":null},"58614":{"type":"S:added","url":null},"58615":{"type":"S:added","url":null},"58616":{"type":"S:added","url":null},"58617":{"type":"S:added","url":null},"58618":{"type":"S:added","url":null},"58619":{"type":"S:added","url":null},"58620":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/iPadWidgets/","__SourceModuleName__":"Global.lively.PartsBin","comment":"Edit scripts and connections of a morph.","partName":"ObjectEditor","changes":[{"__isSmartRef__":true,"id":58621},{"__isSmartRef__":true,"id":58623},{"__isSmartRef__":true,"id":58625},{"__isSmartRef__":true,"id":58627},{"__isSmartRef__":true,"id":58629},{"__isSmartRef__":true,"id":58631},{"__isSmartRef__":true,"id":58633},{"__isSmartRef__":true,"id":58635},{"__isSmartRef__":true,"id":58637},{"__isSmartRef__":true,"id":58639},{"__isSmartRef__":true,"id":58641},{"__isSmartRef__":true,"id":58643},{"__isSmartRef__":true,"id":58645},{"__isSmartRef__":true,"id":58647},{"__isSmartRef__":true,"id":58649},{"__isSmartRef__":true,"id":58651},{"__isSmartRef__":true,"id":58653},{"__isSmartRef__":true,"id":58655},{"__isSmartRef__":true,"id":58657},{"__isSmartRef__":true,"id":58659},{"__isSmartRef__":true,"id":58661},{"__isSmartRef__":true,"id":58663},{"__isSmartRef__":true,"id":58665},{"__isSmartRef__":true,"id":58667},{"__isSmartRef__":true,"id":58669},{"__isSmartRef__":true,"id":58671},{"__isSmartRef__":true,"id":58673},{"__isSmartRef__":true,"id":58675},{"__isSmartRef__":true,"id":58677},{"__isSmartRef__":true,"id":58679},{"__isSmartRef__":true,"id":58681},{"__isSmartRef__":true,"id":58683},{"__isSmartRef__":true,"id":58685},{"__isSmartRef__":true,"id":58687},{"__isSmartRef__":true,"id":58689},{"__isSmartRef__":true,"id":58691},{"__isSmartRef__":true,"id":58693},{"__isSmartRef__":true,"id":58695},{"__isSmartRef__":true,"id":58697},{"__isSmartRef__":true,"id":58699},{"__isSmartRef__":true,"id":58701},{"__isSmartRef__":true,"id":58703},{"__isSmartRef__":true,"id":58705},{"__isSmartRef__":true,"id":58707}],"revisionOnLoad":151069,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"58621":{"date":{"__isSmartRef__":true,"id":58622},"author":"sstamm","message":"use code of touchmenu","id":"5404F97B-3668-458C-885E-7363170A4FE9"},"58622":{"isSerializedDate":true,"string":"Tue May 08 2012 17:00:22 GMT+0200 (Mitteleuropäische Sommerzeit)"},"58623":{"date":{"__isSmartRef__":true,"id":58624},"author":"athomschke","message":"höhöhö","id":"8D2D9868-550F-44B8-967C-3B5D246E0DBE"},"58624":{"isSerializedDate":true,"string":"Thu Feb 09 2012 17:45:27 GMT+0100 (Mitteleuropäische Zeit)"},"58625":{"date":{"__isSmartRef__":true,"id":58626},"author":"athomschke","message":"style","id":"9E24C53F-9384-43DC-BD72-C1CAC4B54154"},"58626":{"isSerializedDate":true,"string":"Thu Feb 09 2012 10:51:12 GMT+0100 (Mitteleuropäische Zeit)"},"58627":{"date":{"__isSmartRef__":true,"id":58628},"author":"athomschke","message":"style","id":"C3F2E312-C855-4741-937B-ADFC4B09A438"},"58628":{"isSerializedDate":true,"string":"Thu Feb 09 2012 10:47:39 GMT+0100 (Mitteleuropäische Zeit)"},"58629":{"date":{"__isSmartRef__":true,"id":58630},"author":"sstamm","message":"added save button","id":"3A85D0AF-64E0-40C7-8C4E-61CD462F3971"},"58630":{"isSerializedDate":true,"string":"Fri Feb 03 2012 11:45:18 GMT+0100 (Mitteleuropäische Zeit)"},"58631":{"date":{"__isSmartRef__":true,"id":58632},"author":"bsiegmund","message":"Run Button now moving when window is resized","id":"9ECA7B2B-8322-42C5-8EFA-49AC432960B4"},"58632":{"isSerializedDate":true,"string":"Thu Feb 02 2012 17:36:10 GMT+0100 (Mitteleuropäische Zeit)"},"58633":{"date":{"__isSmartRef__":true,"id":58634},"author":"lauritz","message":"changed label \"Category:\" to \"Tag:\".","id":"DBC877ED-0328-44A8-A46D-FE83C935797F"},"58634":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:50:45 GMT+0100 (Mitteleuropäische Zeit)"},"58635":{"date":{"__isSmartRef__":true,"id":58636},"author":"lauritz","message":"adapted layout of notifications","id":"1C01FAB9-AD9A-44B5-BAF1-EC06408A767E"},"58636":{"isSerializedDate":true,"string":"Wed Nov 23 2011 18:26:48 GMT+0100 (Mitteleuropäische Zeit)"},"58637":{"date":{"__isSmartRef__":true,"id":58638},"author":"lauritz","message":"fixed a bug (onBlur event handling) and added the world to the target chooser","id":"A8C151D4-0767-44E0-B586-090EA305BDF5"},"58638":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:14:00 GMT+0100 (Mitteleuropäische Zeit)"},"58639":{"date":{"__isSmartRef__":true,"id":58640},"author":"jenslincke","message":"- reset title bar and borders","id":"8CE7DA3C-5C83-4151-A3A7-7B41D1C555BD"},"58640":{"isSerializedDate":true,"string":"Fri Nov 18 2011 15:26:49 GMT+0100 (Mitteleuropäische Zeit)"},"58641":{"date":{"__isSmartRef__":true,"id":58642},"author":"lauritz","message":"Refactoring of script annotations (now at scripts not morphs). Added category tagging. Layout changes.","id":"1A9DA32B-8A1D-4CCF-92CB-47462F8CF117"},"58642":{"isSerializedDate":true,"string":"Thu Nov 17 2011 23:22:54 GMT+0100 (Mitteleuropäische Zeit)"},"58643":{"date":{"__isSmartRef__":true,"id":58644},"author":"lauritz","message":"layout adaptions","id":"6F1AEBDC-EED3-4CE0-B84C-F4DD4DA784C5"},"58644":{"isSerializedDate":true,"string":"Wed Nov 16 2011 02:12:15 GMT+0100 (Mitteleuropäische Zeit)"},"58645":{"date":{"__isSmartRef__":true,"id":58646},"author":"lauritz","message":"two more checks on attempts to remove scripts or connections.","id":"ED9F0090-C36C-4BC6-8FD2-A6FB60C7A0B2"},"58646":{"isSerializedDate":true,"string":"Fri Nov 11 2011 01:47:27 GMT+0100 (Mitteleuropäische Zeit)"},"58647":{"date":{"__isSmartRef__":true,"id":58648},"author":"lauritz","message":"added confirmation before removal of scripts or connections.","id":"00B5B7BA-FC00-4B1C-A967-B8A38B05EEA8"},"58648":{"isSerializedDate":true,"string":"Fri Nov 11 2011 01:42:28 GMT+0100 (Mitteleuropäische Zeit)"},"58649":{"date":{"__isSmartRef__":true,"id":58650},"author":"lauritz","message":"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items."},"58650":{"isSerializedDate":true,"string":"Fri Oct 21 2011 00:40:22 GMT+0200 (Mitteleuropäische Sommerzeit)"},"58651":{"date":{"__isSmartRef__":true,"id":58652},"author":"lauritz","message":"Locked down submorphs of the editor pane. Grabbing and dragging disabled. "},"58652":{"isSerializedDate":true,"string":"Fri Oct 28 2011 05:36:22 GMT+0200 (Mitteleuropäische Sommerzeit)"},"58653":{"date":{"__isSmartRef__":true,"id":58654},"author":"jenslincke","message":"bring resize handle to front","id":"996D26BC-8567-486E-B114-A9041230543D"},"58654":{"isSerializedDate":true,"string":"Fri Nov 04 2011 13:41:36 GMT+0100 (Mitteleuropäische Zeit)"},"58655":{"date":{"__isSmartRef__":true,"id":58656},"author":"jenslincke","message":"set min extent to pt(500,300)","id":"20634435-660B-4E80-93FF-8B8C4F5E0453"},"58656":{"isSerializedDate":true,"string":"Fri Nov 04 2011 13:44:45 GMT+0100 (Mitteleuropäische Zeit)"},"58657":{"date":{"__isSmartRef__":true,"id":58658},"author":"lauritz","message":"set a minExtent","id":"85B641E5-15C6-4C6D-BE9A-F4F96E347258"},"58658":{"isSerializedDate":true,"string":"Tue Nov 15 2011 20:12:45 GMT+0100 (Mitteleuropäische Zeit)"},"58659":{"date":{"__isSmartRef__":true,"id":58660},"author":"lauritz","message":"removed a missed debugger statement. corrected setting of target.","id":"BD747202-2BE7-4560-8EB2-DBA586BAD46F"},"58660":{"isSerializedDate":true,"string":"Fri Nov 18 2011 20:19:07 GMT+0100 (Mitteleuropäische Zeit)"},"58661":{"date":{"__isSmartRef__":true,"id":58662},"author":"lauritz","message":"added a border to notifications, centered notification text","id":"D1DDACFE-EC70-45FB-8178-0A93C8DC81F1"},"58662":{"isSerializedDate":true,"string":"Tue Nov 22 2011 23:02:14 GMT+0100 (Mitteleuropäische Zeit)"},"58663":{"date":{"__isSmartRef__":true,"id":58664},"author":"lauritz","message":"renamed .categorize to .tag","id":"470CD024-16F9-4221-B2D7-87FAC17B198B"},"58664":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:44:44 GMT+0100 (Mitteleuropäische Zeit)"},"58665":{"date":{"__isSmartRef__":true,"id":58666},"author":"lauritz","message":"fixed a defect (weeeeeird property caused an error on deserialization of copies)","id":"F6F92336-29F4-4FB4-B597-B8EF12E2922E"},"58666":{"isSerializedDate":true,"string":"Wed Nov 30 2011 23:55:11 GMT+0100 (Mitteleuropäische Zeit)"},"58667":{"date":{"__isSmartRef__":true,"id":58668},"author":"lauritz","message":"fixed a bug regarding anonymous morphs.","id":"30C42CB6-324C-455D-8B3E-828A80325027"},"58668":{"isSerializedDate":true,"string":"Wed Dec 07 2011 04:31:58 GMT+0100 (Mitteleuropäische Zeit)"},"58669":{"date":{"__isSmartRef__":true,"id":58670},"author":"lauritz","message":"workaround for issue #161 - target morph list is scrollable","id":"7D5DAE37-46E2-4C63-8008-AA553CD6B1E9"},"58670":{"isSerializedDate":true,"string":"Wed Dec 07 2011 06:13:13 GMT+0100 (Mitteleuropäische Zeit)"},"58671":{"date":{"__isSmartRef__":true,"id":58672},"author":"lauritz","message":"removed a workaround","id":"9AC9A97B-E63C-4C24-BCAF-6DC61C3A677C"},"58672":{"isSerializedDate":true,"string":"Tue Dec 13 2011 18:56:45 GMT+0100 (Mitteleuropäische Zeit)"},"58673":{"date":{"__isSmartRef__":true,"id":58674},"author":"lauritz","message":"tries to get user directly from localStorage now. if there's no user set, then we don't call CGI - logging into trac should not be necessary for developing parts.","id":"0F65058D-3BF4-4538-8B89-1267B58DE137"},"58674":{"isSerializedDate":true,"string":"Tue Dec 13 2011 22:04:53 GMT+0100 (Mitteleuropäische Zeit)"},"58675":{"date":{"__isSmartRef__":true,"id":58676},"author":"lauritz","message":"sorted tag list.","id":"597DB7EB-1788-42DC-A64F-E061D7B831EC"},"58676":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:23:14 GMT+0100 (Mitteleuropäische Zeit)"},"58677":{"date":{"__isSmartRef__":true,"id":58678},"author":"lauritz","message":"top-most entry of the tag list is \"all\" now.","id":"62D12D9E-7F42-40CC-BB5B-162130454572"},"58678":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:28:30 GMT+0100 (Mitteleuropäische Zeit)"},"58679":{"date":{"__isSmartRef__":true,"id":58680},"author":"lauritz","message":"","id":"72E0F00D-53A7-43E9-AD7B-E34F485BC75E"},"58680":{"isSerializedDate":true,"string":"Fri Jan 06 2012 07:15:04 GMT+0100 (Mitteleuropäische Zeit)"},"58681":{"date":{"__isSmartRef__":true,"id":58682},"author":"robertkrahn","message":"show scripts even if they are wrapped","id":"6F608C14-369B-49D6-8E91-81B35ABB14DE"},"58682":{"isSerializedDate":true,"string":"Fri Jan 27 2012 17:50:40 GMT+0100 (Mitteleuropäische Zeit)"},"58683":{"date":{"__isSmartRef__":true,"id":58684},"author":"conradcalmez","message":"added run button for trying out methods","id":"D21502DF-B383-45AA-8DB2-16D6A4C7DFC0"},"58684":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:55:15 GMT+0100 (Mitteleuropäische Zeit)"},"58685":{"date":{"__isSmartRef__":true,"id":58686},"author":"conradcalmez","message":"set selection of lists to null","id":"1C918344-7895-4714-9F8E-2BCC837250CA"},"58686":{"isSerializedDate":true,"string":"Thu Feb 02 2012 15:00:56 GMT+0100 (Mitteleuropäische Zeit)"},"58687":{"date":{"__isSmartRef__":true,"id":58688},"author":"athomschke","message":"init","id":"49E1E6D6-74F1-420D-9393-B0260E81D55D"},"58688":{"isSerializedDate":true,"string":"Tue Feb 07 2012 12:43:41 GMT+0100 (Mitteleuropäische Zeit)"},"58689":{"date":{"__isSmartRef__":true,"id":58690},"author":"athomschke","message":"dropdownLists","id":"E33C12AD-0891-47A6-A777-E0970EF3EDA8"},"58690":{"isSerializedDate":true,"string":"Tue Feb 07 2012 13:21:51 GMT+0100 (Mitteleuropäische Zeit)"},"58691":{"date":{"__isSmartRef__":true,"id":58692},"author":"athomschke","message":"+ i button fitting","id":"650220E7-AB66-46CE-87B8-8DFD3E79170B"},"58692":{"isSerializedDate":true,"string":"Tue Feb 07 2012 13:36:25 GMT+0100 (Mitteleuropäische Zeit)"},"58693":{"date":{"__isSmartRef__":true,"id":58694},"author":"athomschke","message":"design","id":"06168C0C-789B-41CA-8ACF-13F7EAE03BB1"},"58694":{"isSerializedDate":true,"string":"Tue Feb 07 2012 13:41:00 GMT+0100 (Mitteleuropäische Zeit)"},"58695":{"date":{"__isSmartRef__":true,"id":58696},"author":"athomschke","message":"design","id":"C1FAEF8E-C9F8-4AAB-AEC8-1511577CBE39"},"58696":{"isSerializedDate":true,"string":"Tue Feb 07 2012 13:43:07 GMT+0100 (Mitteleuropäische Zeit)"},"58697":{"date":{"__isSmartRef__":true,"id":58698},"author":"athomschke","message":"included iPad Lists","id":"7AA41632-315F-4C3C-8616-DDD353EC5C54"},"58698":{"isSerializedDate":true,"string":"Tue Feb 07 2012 14:35:29 GMT+0100 (Mitteleuropäische Zeit)"},"58699":{"date":{"__isSmartRef__":true,"id":58700},"author":"athomschke","message":"setupConnections for Lists","id":"6809942F-4847-4AB6-8E81-9E95207A188C"},"58700":{"isSerializedDate":true,"string":"Tue Feb 07 2012 15:19:20 GMT+0100 (Mitteleuropäische Zeit)"},"58701":{"date":{"__isSmartRef__":true,"id":58702},"author":"athomschke","message":"list action","id":"AA64E99D-77FE-45B7-BAE7-973D48714788"},"58702":{"isSerializedDate":true,"string":"Wed Feb 08 2012 13:30:24 GMT+0100 (Mitteleuropäische Zeit)"},"58703":{"date":{"__isSmartRef__":true,"id":58704},"author":"athomschke","message":"styling","id":"48F79170-9A60-4A86-9B7A-CF8AEDF7679A"},"58704":{"isSerializedDate":true,"string":"Thu Feb 09 2012 10:50:12 GMT+0100 (Mitteleuropäische Zeit)"},"58705":{"date":{"__isSmartRef__":true,"id":58706},"author":"athomschke","message":"list action","id":"146841FB-7275-4F16-A06F-6CBE557A3721"},"58706":{"isSerializedDate":true,"string":"Thu Feb 09 2012 17:43:00 GMT+0100 (Mitteleuropäische Zeit)"},"58707":{"date":{"__isSmartRef__":true,"id":58708},"author":"athomschke","message":"larger title bar","id":"A06EF5F6-15E0-430F-BF1B-41E13E0A0FDB"},"58708":{"isSerializedDate":true,"string":"Fri Feb 10 2012 20:25:00 GMT+0100 (Mitteleuropäische Zeit)"},"58709":{"name":"PartsBin/Tools/","partItems":{"__isSmartRef__":true,"id":58710},"attributeConnections":[{"__isSmartRef__":true,"id":58711},{"__isSmartRef__":true,"id":58716},{"__isSmartRef__":true,"id":58721},{"__isSmartRef__":true,"id":58726},{"__isSmartRef__":true,"id":58731},{"__isSmartRef__":true,"id":58736}],"doNotSerialize":["$$partItems"],"doNotCopyProperties":["$$partItems"],"__LivelyClassName__":"lively.PartsBin.PartsSpace","__SourceModuleName__":"Global.lively.PartsBin"},"58710":{"MethodFinder":{"__isSmartRef__":true,"id":33153},"ClassBrowser":{"__isSmartRef__":true,"id":32813},"TestRunnerWithDebuggingSupport":{"__isSmartRef__":true,"id":37235},"CompactTestRunner":{"__isSmartRef__":true,"id":32915},"ObjectGroupEditor":{"__isSmartRef__":true,"id":36827},"PartTester":{"__isSmartRef__":true,"id":36963},"PartTestRunner":{"__isSmartRef__":true,"id":36997},"StyleEditor":{"__isSmartRef__":true,"id":37133},"SystemConsole":{"__isSmartRef__":true,"id":37167},"HTMLPrinter":{"__isSmartRef__":true,"id":33051},"PartsBinBrowser2":{"__isSmartRef__":true,"id":36929},"ObjectEditor":{"__isSmartRef__":true,"id":33344},"BootstrapParts":{"__isSmartRef__":true,"id":32779},"MorphProfiler":{"__isSmartRef__":true,"id":33255},"TextEditor":{"__isSmartRef__":true,"id":37303},"ObjectInspector":{"__isSmartRef__":true,"id":36861},"WindowFinder":{"__isSmartRef__":true,"id":37405},"LivelyTweets":{"__isSmartRef__":true,"id":33119},"ModulePart":{"__isSmartRef__":true,"id":33187},"CodeBrowser":{"__isSmartRef__":true,"id":32847},"PartsBinBrowser":{"__isSmartRef__":true,"id":36895},"ColorReplacer":{"__isSmartRef__":true,"id":32881},"ServerSearch":{"__isSmartRef__":true,"id":37099},"Explorer":{"__isSmartRef__":true,"id":33017},"ObjectEditorLegacy":{"__isSmartRef__":true,"id":36793},"MorphDiffer":{"__isSmartRef__":true,"id":33221},"TestRunner":{"__isSmartRef__":true,"id":37201},"Benchmarker":{"__isSmartRef__":true,"id":32745},"DropboxBrowser":{"__isSmartRef__":true,"id":32949},"SearchSourceCode":{"__isSmartRef__":true,"id":37065},"TextAttributePanel":{"__isSmartRef__":true,"id":37269},"IFrameLoader":{"__isSmartRef__":true,"id":33085},"PrettyPrintJavascript":{"__isSmartRef__":true,"id":37031},"ErrorStackViewer":{"__isSmartRef__":true,"id":32983},"VersionDiffer":{"__isSmartRef__":true,"id":37337},"VerticalSpaceMaker":{"__isSmartRef__":true,"id":37371}},"58711":{"sourceObj":{"__isSmartRef__":true,"id":58709},"sourceAttrName":"partItems","targetObj":{"__isSmartRef__":true,"id":26184},"targetMethodName":"addMorphsForPartItems","converterString":"function (partItemObj) { return Properties.ownValues(partItemObj) }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":58712},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":58713},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"58712":{"source":{"__isSmartRef__":true,"id":58709},"target":{"__isSmartRef__":true,"id":26184}},"58713":{"converter":{"__isSmartRef__":true,"id":58714}},"58714":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":58712},"source":"function (partItemObj) { return Properties.ownValues(partItemObj) }","funcProperties":{"__isSmartRef__":true,"id":58715},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"58715":{},"58716":{"sourceObj":{"__isSmartRef__":true,"id":58709},"sourceAttrName":"partItems","targetObj":{"__isSmartRef__":true,"id":30847},"targetMethodName":"addMorphsForPartItems","converterString":"function (partItemObj) { return Properties.ownValues(partItemObj) }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":58717},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":58718},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"58717":{"source":{"__isSmartRef__":true,"id":58709},"target":{"__isSmartRef__":true,"id":30847}},"58718":{"converter":{"__isSmartRef__":true,"id":58719}},"58719":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":58717},"source":"function (partItemObj) { return Properties.ownValues(partItemObj) }","funcProperties":{"__isSmartRef__":true,"id":58720},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"58720":{},"58721":{"sourceObj":{"__isSmartRef__":true,"id":58709},"sourceAttrName":"partItems","targetObj":{"__isSmartRef__":true,"id":39463},"targetMethodName":"addMorphsForPartItems","converterString":"function (partItemObj) { return Properties.ownValues(partItemObj) }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":58722},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":58723},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"58722":{"source":{"__isSmartRef__":true,"id":58709},"target":{"__isSmartRef__":true,"id":39463}},"58723":{"converter":{"__isSmartRef__":true,"id":58724}},"58724":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":58722},"source":"function (partItemObj) { return Properties.ownValues(partItemObj) }","funcProperties":{"__isSmartRef__":true,"id":58725},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"58725":{},"58726":{"sourceObj":{"__isSmartRef__":true,"id":58709},"sourceAttrName":"partItems","targetObj":{"__isSmartRef__":true,"id":46484},"targetMethodName":"addMorphsForPartItems","converterString":"function (partItemObj) { return Properties.ownValues(partItemObj) }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":58727},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":58728},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"58727":{"source":{"__isSmartRef__":true,"id":58709},"target":{"__isSmartRef__":true,"id":46484}},"58728":{"converter":{"__isSmartRef__":true,"id":58729}},"58729":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":58727},"source":"function (partItemObj) { return Properties.ownValues(partItemObj) }","funcProperties":{"__isSmartRef__":true,"id":58730},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"58730":{},"58731":{"sourceObj":{"__isSmartRef__":true,"id":58709},"sourceAttrName":"partItems","targetObj":{"__isSmartRef__":true,"id":52373},"targetMethodName":"addMorphsForPartItems","converterString":"function (partItemObj) { return Properties.ownValues(partItemObj) }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":58732},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":58733},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"58732":{"source":{"__isSmartRef__":true,"id":58709},"target":{"__isSmartRef__":true,"id":52373}},"58733":{"converter":{"__isSmartRef__":true,"id":58734}},"58734":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":58732},"source":"function (partItemObj) { return Properties.ownValues(partItemObj) }","funcProperties":{"__isSmartRef__":true,"id":58735},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"58735":{},"58736":{"sourceObj":{"__isSmartRef__":true,"id":58709},"sourceAttrName":"partItems","targetObj":{"__isSmartRef__":true,"id":7498},"targetMethodName":"addMorphsForPartItems","converterString":"function (partItemObj) { return Properties.ownValues(partItemObj) }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":58737},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":58738},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"58737":{"source":{"__isSmartRef__":true,"id":58709},"target":{"__isSmartRef__":true,"id":7498}},"58738":{"converter":{"__isSmartRef__":true,"id":58739}},"58739":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":58737},"source":"function (partItemObj) { return Properties.ownValues(partItemObj) }","funcProperties":{"__isSmartRef__":true,"id":58740},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"58740":{},"58741":{"name":"PartsBin/Fabian/","partItems":{"__isSmartRef__":true,"id":58742},"attributeConnections":[{"__isSmartRef__":true,"id":61087},{"__isSmartRef__":true,"id":61092},{"__isSmartRef__":true,"id":61097}],"doNotSerialize":["$$partItems"],"doNotCopyProperties":["$$partItems"],"__LivelyClassName__":"lively.PartsBin.PartsSpace","__SourceModuleName__":"Global.lively.PartsBin"},"58742":{"ObjectEditor":{"__isSmartRef__":true,"id":58743},"ObjectEditorII":{"__isSmartRef__":true,"id":58877}},"58743":{"partsSpaceName":"PartsBin/Fabian/","name":"ObjectEditor","part":null,"json":null,"attributeConnections":[{"__isSmartRef__":true,"id":58744},{"__isSmartRef__":true,"id":58745}],"doNotSerialize":["$$partVersions","$$loadedMetaInfo"],"doNotCopyProperties":["$$partVersions","$$loadedMetaInfo"],"partVersions":[{"__isSmartRef__":true,"id":58746},{"__isSmartRef__":true,"id":58750},{"__isSmartRef__":true,"id":58754},{"__isSmartRef__":true,"id":58758},{"__isSmartRef__":true,"id":58762},{"__isSmartRef__":true,"id":58766},{"__isSmartRef__":true,"id":58770}],"loadedMetaInfo":{"__isSmartRef__":true,"id":58774},"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"58744":{"sourceObj":{"__isSmartRef__":true,"id":58743},"sourceAttrName":"partVersions","targetObj":{"__isSmartRef__":true,"id":52373},"targetMethodName":"setSelectedPartVersions","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"58745":{"sourceObj":{"__isSmartRef__":true,"id":58743},"sourceAttrName":"loadedMetaInfo","targetObj":{"__isSmartRef__":true,"id":52373},"targetMethodName":"setMetaInfoOfSelectedItem","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"58746":{"rev":156567,"author":"fbo","date":{"__isSmartRef__":true,"id":58747},"url":{"__isSmartRef__":true,"id":58748},"changes":[{"__isSmartRef__":true,"id":58749}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"58747":{"isSerializedDate":true,"string":"Thu Apr 26 2012 22:09:33 GMT+0200 (Mitteleuropäische Sommerzeit)"},"58748":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fabian/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"58749":{"type":"S:modified","url":"/PartsBin/Fabian/ObjectEditor.json"},"58750":{"rev":156566,"author":"fbo","date":{"__isSmartRef__":true,"id":58751},"url":{"__isSmartRef__":true,"id":58752},"changes":[{"__isSmartRef__":true,"id":58753}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"58751":{"isSerializedDate":true,"string":"Thu Apr 26 2012 22:06:35 GMT+0200 (Mitteleuropäische Sommerzeit)"},"58752":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fabian/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"58753":{"type":"S:modified","url":"/PartsBin/Fabian/ObjectEditor.json"},"58754":{"rev":156565,"author":"fbo","date":{"__isSmartRef__":true,"id":58755},"url":{"__isSmartRef__":true,"id":58756},"changes":[{"__isSmartRef__":true,"id":58757}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"58755":{"isSerializedDate":true,"string":"Thu Apr 26 2012 22:04:55 GMT+0200 (Mitteleuropäische Sommerzeit)"},"58756":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fabian/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"58757":{"type":"S:modified","url":"/PartsBin/Fabian/ObjectEditor.json"},"58758":{"rev":156564,"author":"fbo","date":{"__isSmartRef__":true,"id":58759},"url":{"__isSmartRef__":true,"id":58760},"changes":[{"__isSmartRef__":true,"id":58761}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"58759":{"isSerializedDate":true,"string":"Thu Apr 26 2012 21:59:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"58760":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fabian/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"58761":{"type":"S:modified","url":"/PartsBin/Fabian/ObjectEditor.json"},"58762":{"rev":156563,"author":"fbo","date":{"__isSmartRef__":true,"id":58763},"url":{"__isSmartRef__":true,"id":58764},"changes":[{"__isSmartRef__":true,"id":58765}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"58763":{"isSerializedDate":true,"string":"Thu Apr 26 2012 21:57:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"58764":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fabian/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"58765":{"type":"S:modified","url":"/PartsBin/Fabian/ObjectEditor.json"},"58766":{"rev":156562,"author":"fbo","date":{"__isSmartRef__":true,"id":58767},"url":{"__isSmartRef__":true,"id":58768},"changes":[{"__isSmartRef__":true,"id":58769}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"58767":{"isSerializedDate":true,"string":"Thu Apr 26 2012 21:54:33 GMT+0200 (Mitteleuropäische Sommerzeit)"},"58768":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fabian/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"58769":{"type":"S:modified","url":"/PartsBin/Fabian/ObjectEditor.json"},"58770":{"rev":156051,"author":"fbo","date":{"__isSmartRef__":true,"id":58771},"url":{"__isSmartRef__":true,"id":58772},"changes":[{"__isSmartRef__":true,"id":58773}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"58771":{"isSerializedDate":true,"string":"Thu Apr 26 2012 09:04:49 GMT+0200 (Mitteleuropäische Sommerzeit)"},"58772":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fabian/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"58773":{"type":"S:added","url":null},"58774":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Fabian/","__SourceModuleName__":"Global.lively.PartsBin","comment":"Edit scripts and connections of a morph.","partName":"ObjectEditor","changes":[{"__isSmartRef__":true,"id":58775},{"__isSmartRef__":true,"id":58777},{"__isSmartRef__":true,"id":58779},{"__isSmartRef__":true,"id":58781},{"__isSmartRef__":true,"id":58783},{"__isSmartRef__":true,"id":58785},{"__isSmartRef__":true,"id":58787},{"__isSmartRef__":true,"id":58789},{"__isSmartRef__":true,"id":58791},{"__isSmartRef__":true,"id":58793},{"__isSmartRef__":true,"id":58795},{"__isSmartRef__":true,"id":58797},{"__isSmartRef__":true,"id":58799},{"__isSmartRef__":true,"id":58801},{"__isSmartRef__":true,"id":58803},{"__isSmartRef__":true,"id":58805},{"__isSmartRef__":true,"id":58807},{"__isSmartRef__":true,"id":58809},{"__isSmartRef__":true,"id":58811},{"__isSmartRef__":true,"id":58813},{"__isSmartRef__":true,"id":58815},{"__isSmartRef__":true,"id":58817},{"__isSmartRef__":true,"id":58819},{"__isSmartRef__":true,"id":58821},{"__isSmartRef__":true,"id":58823},{"__isSmartRef__":true,"id":58825},{"__isSmartRef__":true,"id":58827},{"__isSmartRef__":true,"id":58829},{"__isSmartRef__":true,"id":58831},{"__isSmartRef__":true,"id":58833},{"__isSmartRef__":true,"id":58835},{"__isSmartRef__":true,"id":58837},{"__isSmartRef__":true,"id":58839},{"__isSmartRef__":true,"id":58841},{"__isSmartRef__":true,"id":58843},{"__isSmartRef__":true,"id":58845},{"__isSmartRef__":true,"id":58847},{"__isSmartRef__":true,"id":58849},{"__isSmartRef__":true,"id":58851},{"__isSmartRef__":true,"id":58853},{"__isSmartRef__":true,"id":58855},{"__isSmartRef__":true,"id":58857},{"__isSmartRef__":true,"id":58859},{"__isSmartRef__":true,"id":58861},{"__isSmartRef__":true,"id":58863},{"__isSmartRef__":true,"id":58865},{"__isSmartRef__":true,"id":58867},{"__isSmartRef__":true,"id":58869},{"__isSmartRef__":true,"id":58871},{"__isSmartRef__":true,"id":58873},{"__isSmartRef__":true,"id":58875}],"revisionOnLoad":156107,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"58775":{"date":{"__isSmartRef__":true,"id":58776},"author":"fbo","message":"connect","id":"2BE9B022-52C0-4291-BC50-F591A79875D4"},"58776":{"isSerializedDate":true,"string":"Fri Apr 27 2012 00:04:55 GMT+0200 (Mitteleuropäische Sommerzeit)"},"58777":{"date":{"__isSmartRef__":true,"id":58778},"author":"fbo","message":"No more addScript and better support for Firefox","id":"C6D736FA-5748-448D-A6A0-6068A9BA9A34"},"58778":{"isSerializedDate":true,"string":"Thu Apr 26 2012 11:15:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"58779":{"date":{"__isSmartRef__":true,"id":58780},"author":"fbo","message":"No more addScript and better support for Firefox","id":"2AC82901-2DCD-4921-B6F9-78B05D3D671C"},"58780":{"isSerializedDate":true,"string":"Thu Apr 26 2012 11:14:35 GMT+0200 (Mitteleuropäische Sommerzeit)"},"58781":{"date":{"__isSmartRef__":true,"id":58782},"author":"fabian","message":"","id":"00E45103-9D78-4178-A58F-03896AFF5CA3"},"58782":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:55:32 GMT+0100 (Mitteleuropäische Zeit)"},"58783":{"date":{"__isSmartRef__":true,"id":58784},"author":"fabian","message":"","id":"31CF7B42-DEAF-4A50-A5A2-6745A92BF6DC"},"58784":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:48:03 GMT+0100 (Mitteleuropäische Zeit)"},"58785":{"date":{"__isSmartRef__":true,"id":58786},"author":"fabian","message":"","id":"FABA3850-E4EF-4888-BCE9-BB4F9EC9C2D4"},"58786":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:37:50 GMT+0100 (Mitteleuropäische Zeit)"},"58787":{"date":{"__isSmartRef__":true,"id":58788},"author":"fabian","message":"","id":"350CA522-AD08-42D8-BB89-DA7D8BCAD0FB"},"58788":{"isSerializedDate":true,"string":"Wed Mar 07 2012 21:27:57 GMT+0100 (Mitteleuropäische Zeit)"},"58789":{"date":{"__isSmartRef__":true,"id":58790},"author":"fabian","message":"","id":"D2F5383B-1F99-477E-A66E-D92928DB7540"},"58790":{"isSerializedDate":true,"string":"Wed Mar 07 2012 20:52:22 GMT+0100 (Mitteleuropäische Zeit)"},"58791":{"date":{"__isSmartRef__":true,"id":58792},"author":"undefined","message":"","id":"121C044E-8723-4B1F-A9C5-54E73422CD05"},"58792":{"isSerializedDate":true,"string":"Wed Mar 07 2012 20:40:16 GMT+0100 (Mitteleuropäische Zeit)"},"58793":{"date":{"__isSmartRef__":true,"id":58794},"author":"fabian","message":"","id":"1A435460-69B4-469B-909F-F2F395B97C4D"},"58794":{"isSerializedDate":true,"string":"Wed Mar 07 2012 20:09:30 GMT+0100 (Mitteleuropäische Zeit)"},"58795":{"date":{"__isSmartRef__":true,"id":58796},"author":"fabian","message":"","id":"7D345E64-F67F-4266-AB55-590EB143327A"},"58796":{"isSerializedDate":true,"string":"Wed Mar 07 2012 20:08:57 GMT+0100 (Mitteleuropäische Zeit)"},"58797":{"date":{"__isSmartRef__":true,"id":58798},"author":"fbo","message":"","id":"EBED707C-49B0-4E5F-9DD8-FF84007B435E"},"58798":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:47:59 GMT+0100 (Mitteleuropäische Zeit)"},"58799":{"date":{"__isSmartRef__":true,"id":58800},"author":"conradcalmez","message":"set selection of lists to null","id":"1C918344-7895-4714-9F8E-2BCC837250CA"},"58800":{"isSerializedDate":true,"string":"Thu Feb 02 2012 15:00:56 GMT+0100 (Mitteleuropäische Zeit)"},"58801":{"date":{"__isSmartRef__":true,"id":58802},"author":"conradcalmez","message":"added run button for trying out methods","id":"D21502DF-B383-45AA-8DB2-16D6A4C7DFC0"},"58802":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:55:15 GMT+0100 (Mitteleuropäische Zeit)"},"58803":{"date":{"__isSmartRef__":true,"id":58804},"author":"robertkrahn","message":"show scripts even if they are wrapped","id":"6F608C14-369B-49D6-8E91-81B35ABB14DE"},"58804":{"isSerializedDate":true,"string":"Fri Jan 27 2012 17:50:40 GMT+0100 (Mitteleuropäische Zeit)"},"58805":{"date":{"__isSmartRef__":true,"id":58806},"author":"lauritz","message":"","id":"72E0F00D-53A7-43E9-AD7B-E34F485BC75E"},"58806":{"isSerializedDate":true,"string":"Fri Jan 06 2012 07:15:04 GMT+0100 (Mitteleuropäische Zeit)"},"58807":{"date":{"__isSmartRef__":true,"id":58808},"author":"lauritz","message":"top-most entry of the tag list is \"all\" now.","id":"62D12D9E-7F42-40CC-BB5B-162130454572"},"58808":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:28:30 GMT+0100 (Mitteleuropäische Zeit)"},"58809":{"date":{"__isSmartRef__":true,"id":58810},"author":"lauritz","message":"sorted tag list.","id":"597DB7EB-1788-42DC-A64F-E061D7B831EC"},"58810":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:23:14 GMT+0100 (Mitteleuropäische Zeit)"},"58811":{"date":{"__isSmartRef__":true,"id":58812},"author":"lauritz","message":"tries to get user directly from localStorage now. if there's no user set, then we don't call CGI - logging into trac should not be necessary for developing parts.","id":"0F65058D-3BF4-4538-8B89-1267B58DE137"},"58812":{"isSerializedDate":true,"string":"Tue Dec 13 2011 22:04:53 GMT+0100 (Mitteleuropäische Zeit)"},"58813":{"date":{"__isSmartRef__":true,"id":58814},"author":"lauritz","message":"removed a workaround","id":"9AC9A97B-E63C-4C24-BCAF-6DC61C3A677C"},"58814":{"isSerializedDate":true,"string":"Tue Dec 13 2011 18:56:45 GMT+0100 (Mitteleuropäische Zeit)"},"58815":{"date":{"__isSmartRef__":true,"id":58816},"author":"lauritz","message":"workaround for issue #161 - target morph list is scrollable","id":"7D5DAE37-46E2-4C63-8008-AA553CD6B1E9"},"58816":{"isSerializedDate":true,"string":"Wed Dec 07 2011 06:13:13 GMT+0100 (Mitteleuropäische Zeit)"},"58817":{"date":{"__isSmartRef__":true,"id":58818},"author":"lauritz","message":"fixed a bug regarding anonymous morphs.","id":"30C42CB6-324C-455D-8B3E-828A80325027"},"58818":{"isSerializedDate":true,"string":"Wed Dec 07 2011 04:31:58 GMT+0100 (Mitteleuropäische Zeit)"},"58819":{"date":{"__isSmartRef__":true,"id":58820},"author":"lauritz","message":"fixed a defect (weeeeeird property caused an error on deserialization of copies)","id":"F6F92336-29F4-4FB4-B597-B8EF12E2922E"},"58820":{"isSerializedDate":true,"string":"Wed Nov 30 2011 23:55:11 GMT+0100 (Mitteleuropäische Zeit)"},"58821":{"date":{"__isSmartRef__":true,"id":58822},"author":"lauritz","message":"renamed .categorize to .tag","id":"470CD024-16F9-4221-B2D7-87FAC17B198B"},"58822":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:44:44 GMT+0100 (Mitteleuropäische Zeit)"},"58823":{"date":{"__isSmartRef__":true,"id":58824},"author":"lauritz","message":"added a border to notifications, centered notification text","id":"D1DDACFE-EC70-45FB-8178-0A93C8DC81F1"},"58824":{"isSerializedDate":true,"string":"Tue Nov 22 2011 23:02:14 GMT+0100 (Mitteleuropäische Zeit)"},"58825":{"date":{"__isSmartRef__":true,"id":58826},"author":"lauritz","message":"removed a missed debugger statement. corrected setting of target.","id":"BD747202-2BE7-4560-8EB2-DBA586BAD46F"},"58826":{"isSerializedDate":true,"string":"Fri Nov 18 2011 20:19:07 GMT+0100 (Mitteleuropäische Zeit)"},"58827":{"date":{"__isSmartRef__":true,"id":58828},"author":"lauritz","message":"set a minExtent","id":"85B641E5-15C6-4C6D-BE9A-F4F96E347258"},"58828":{"isSerializedDate":true,"string":"Tue Nov 15 2011 20:12:45 GMT+0100 (Mitteleuropäische Zeit)"},"58829":{"date":{"__isSmartRef__":true,"id":58830},"author":"jenslincke","message":"set min extent to pt(500,300)","id":"20634435-660B-4E80-93FF-8B8C4F5E0453"},"58830":{"isSerializedDate":true,"string":"Fri Nov 04 2011 13:44:45 GMT+0100 (Mitteleuropäische Zeit)"},"58831":{"date":{"__isSmartRef__":true,"id":58832},"author":"jenslincke","message":"bring resize handle to front","id":"996D26BC-8567-486E-B114-A9041230543D"},"58832":{"isSerializedDate":true,"string":"Fri Nov 04 2011 13:41:36 GMT+0100 (Mitteleuropäische Zeit)"},"58833":{"date":{"__isSmartRef__":true,"id":58834},"author":"lauritz","message":"Locked down submorphs of the editor pane. Grabbing and dragging disabled. "},"58834":{"isSerializedDate":true,"string":"Fri Oct 28 2011 05:36:22 GMT+0200 (Mitteleuropäische Sommerzeit)"},"58835":{"date":{"__isSmartRef__":true,"id":58836},"author":"lauritz","message":"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items."},"58836":{"isSerializedDate":true,"string":"Fri Oct 21 2011 00:40:22 GMT+0200 (Mitteleuropäische Sommerzeit)"},"58837":{"date":{"__isSmartRef__":true,"id":58838},"author":"lauritz","message":"added confirmation before removal of scripts or connections.","id":"00B5B7BA-FC00-4B1C-A967-B8A38B05EEA8"},"58838":{"isSerializedDate":true,"string":"Fri Nov 11 2011 01:42:28 GMT+0100 (Mitteleuropäische Zeit)"},"58839":{"date":{"__isSmartRef__":true,"id":58840},"author":"lauritz","message":"two more checks on attempts to remove scripts or connections.","id":"ED9F0090-C36C-4BC6-8FD2-A6FB60C7A0B2"},"58840":{"isSerializedDate":true,"string":"Fri Nov 11 2011 01:47:27 GMT+0100 (Mitteleuropäische Zeit)"},"58841":{"date":{"__isSmartRef__":true,"id":58842},"author":"lauritz","message":"layout adaptions","id":"6F1AEBDC-EED3-4CE0-B84C-F4DD4DA784C5"},"58842":{"isSerializedDate":true,"string":"Wed Nov 16 2011 02:12:15 GMT+0100 (Mitteleuropäische Zeit)"},"58843":{"date":{"__isSmartRef__":true,"id":58844},"author":"lauritz","message":"Refactoring of script annotations (now at scripts not morphs). Added category tagging. Layout changes.","id":"1A9DA32B-8A1D-4CCF-92CB-47462F8CF117"},"58844":{"isSerializedDate":true,"string":"Thu Nov 17 2011 23:22:54 GMT+0100 (Mitteleuropäische Zeit)"},"58845":{"date":{"__isSmartRef__":true,"id":58846},"author":"jenslincke","message":"- reset title bar and borders","id":"8CE7DA3C-5C83-4151-A3A7-7B41D1C555BD"},"58846":{"isSerializedDate":true,"string":"Fri Nov 18 2011 15:26:49 GMT+0100 (Mitteleuropäische Zeit)"},"58847":{"date":{"__isSmartRef__":true,"id":58848},"author":"lauritz","message":"fixed a bug (onBlur event handling) and added the world to the target chooser","id":"A8C151D4-0767-44E0-B586-090EA305BDF5"},"58848":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:14:00 GMT+0100 (Mitteleuropäische Zeit)"},"58849":{"date":{"__isSmartRef__":true,"id":58850},"author":"lauritz","message":"adapted layout of notifications","id":"1C01FAB9-AD9A-44B5-BAF1-EC06408A767E"},"58850":{"isSerializedDate":true,"string":"Wed Nov 23 2011 18:26:48 GMT+0100 (Mitteleuropäische Zeit)"},"58851":{"date":{"__isSmartRef__":true,"id":58852},"author":"lauritz","message":"changed label \"Category:\" to \"Tag:\".","id":"DBC877ED-0328-44A8-A46D-FE83C935797F"},"58852":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:50:45 GMT+0100 (Mitteleuropäische Zeit)"},"58853":{"date":{"__isSmartRef__":true,"id":58854},"author":"bsiegmund","message":"Run Button now moving when window is resized","id":"9ECA7B2B-8322-42C5-8EFA-49AC432960B4"},"58854":{"isSerializedDate":true,"string":"Thu Feb 02 2012 17:36:10 GMT+0100 (Mitteleuropäische Zeit)"},"58855":{"date":{"__isSmartRef__":true,"id":58856},"author":"sstamm","message":"added save button","id":"3A85D0AF-64E0-40C7-8C4E-61CD462F3971"},"58856":{"isSerializedDate":true,"string":"Fri Feb 03 2012 11:45:18 GMT+0100 (Mitteleuropäische Zeit)"},"58857":{"date":{"__isSmartRef__":true,"id":58858},"author":"fabian","message":"","id":"6FF4CD6F-6C92-449F-B2CA-20BFACE54E7A"},"58858":{"isSerializedDate":true,"string":"Wed Mar 07 2012 20:37:11 GMT+0100 (Mitteleuropäische Zeit)"},"58859":{"date":{"__isSmartRef__":true,"id":58860},"author":"fabian","message":"","id":"112A906B-C79A-4CF2-BD2A-EEF9A6731634"},"58860":{"isSerializedDate":true,"string":"Wed Mar 07 2012 20:42:40 GMT+0100 (Mitteleuropäische Zeit)"},"58861":{"date":{"__isSmartRef__":true,"id":58862},"author":"fabian","message":"","id":"EE9D6061-DD05-4FC8-B53A-21B93B9F5535"},"58862":{"isSerializedDate":true,"string":"Wed Mar 07 2012 20:57:12 GMT+0100 (Mitteleuropäische Zeit)"},"58863":{"date":{"__isSmartRef__":true,"id":58864},"author":"fabian","message":"","id":"AEB64F75-685C-4BB8-8C69-D8EC60CBA91D"},"58864":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:14:57 GMT+0100 (Mitteleuropäische Zeit)"},"58865":{"date":{"__isSmartRef__":true,"id":58866},"author":"fabian","message":"","id":"0714BC73-548D-4AF3-9A61-32FEE36C9B1F"},"58866":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:34:16 GMT+0100 (Mitteleuropäische Zeit)"},"58867":{"date":{"__isSmartRef__":true,"id":58868},"author":"fabian","message":"","id":"E39C79D4-9E74-47BA-A6EA-D0B861EB411D"},"58868":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:46:13 GMT+0100 (Mitteleuropäische Zeit)"},"58869":{"date":{"__isSmartRef__":true,"id":58870},"author":"fabian","message":"","id":"50D90B40-1175-48A3-AC0E-10AC8884288A"},"58870":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:51:00 GMT+0100 (Mitteleuropäische Zeit)"},"58871":{"date":{"__isSmartRef__":true,"id":58872},"author":"robertkrahn","message":"- Tags text morph now is a input line, fixed a bug in generateSourceForScript()","id":"485A3064-009C-4A89-875B-D3BF1B1C0606"},"58872":{"isSerializedDate":true,"string":"Thu Mar 08 2012 19:12:32 GMT+0100 (Mitteleuropäische Zeit)"},"58873":{"date":{"__isSmartRef__":true,"id":58874},"author":"fbo","message":"No more addScript and better support for Firefox","id":"1BC8E4F5-9621-43E1-9451-35E018A8B06F"},"58874":{"isSerializedDate":true,"string":"Thu Apr 26 2012 11:16:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"58875":{"date":{"__isSmartRef__":true,"id":58876},"author":"robertkrahn","message":"restored old version for addressing immediate save problems","id":"63323F27-08DC-499B-80D6-A700A30FE6BA"},"58876":{"isSerializedDate":true,"string":"Thu Apr 26 2012 22:03:48 GMT+0200 (Mitteleuropäische Sommerzeit)"},"58877":{"partsSpaceName":"PartsBin/Fabian/","name":"ObjectEditorII","json":"{\"id\":0,\"registry\":{\"0\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1},{\"__isSmartRef__\":true,\"id\":1714},{\"__isSmartRef__\":true,\"id\":1754}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1902},\"id\":\"6CE3FC04-A2C3-4B10-AF04-8CEAF50882B8\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1907},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1908},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":1909},\"LK2\":true,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1910},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":1},\"titleBar\":{\"__isSmartRef__\":true,\"id\":1754},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":1911},\"collapsedTransform\":{\"__isSmartRef__\":true,\"id\":1912},\"collapsedExtent\":{\"__isSmartRef__\":true,\"id\":1913},\"expandedTransform\":{\"__isSmartRef__\":true,\"id\":1914},\"expandedExtent\":{\"__isSmartRef__\":true,\"id\":1915},\"ignoreEventsOnExpand\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1916},\"name\":\"ObjectEditorII\",\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":2009},\"highlighted\":false,\"cameForward\":false,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"expandedPosition\":{\"__isSmartRef__\":true,\"id\":2010},\"state\":\"expanded\",\"collapsedPosition\":{\"__isSmartRef__\":true,\"id\":2011},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isBeingDragged\":false,\"prevScroll\":[0,0],\"minSize\":{\"__isSmartRef__\":true,\"id\":2012},\"minExtent\":{\"__isSmartRef__\":true,\"id\":2013},\"isCopyMorphRef\":true,\"morphRefId\":16,\"derivationIds\":[205,\"2951753B-EB95-4093-A0DD-249E83AC2204\",\"A32DE788-E06D-492C-B2E6-19C3710B5AE0\",\"96D56291-98FB-42C4-A247-0A20B4183B14\",\"1E6BCC46-3FE3-4950-AE50-9751458F7E18\",\"22248328-5B04-4E39-ADDE-460C107C790F\",\"2F4F6161-9F4C-469E-AF56-24765FF03B72\",\"58EC57DC-8315-4719-A172-B8CB71626D4D\",\"DE0F9B83-648D-485C-A280-0F502D8C235D\",\"E7EA05EC-5284-40AB-B37D-D3CB714309D1\",\"EEE752B9-0724-4838-97B5-D5799F53CDE3\",\"DB26118F-70D8-4BE5-9462-E1C66BA1B4FE\",\"AF132B74-7C8A-461B-8EB4-862782A1E998\",\"1E865865-0C88-48E9-86D6-FA10125E908C\",\"43791A54-C094-4557-AE88-4FE8FC267739\",\"950095AB-80F8-4002-92F9-351E37E732BC\",\"41335AA9-566D-4539-8539-03070B57CF54\",\"C1C31792-C6DA-40F7-8ED1-F729DD53B314\",\"750086A9-5E62-4AF5-A858-CADF3C372527\",\"28EF09F8-2A8C-425D-B096-A00BB2CBE90C\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":2014},\"moved\":true,\"headRevision\":144010,\"_Rotation\":0,\"_Scale\":1.0325340367393303,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":2015},\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"1\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2},{\"__isSmartRef__\":true,\"id\":859},{\"__isSmartRef__\":true,\"id\":641},{\"__isSmartRef__\":true,\"id\":874},{\"__isSmartRef__\":true,\"id\":890},{\"__isSmartRef__\":true,\"id\":941},{\"__isSmartRef__\":true,\"id\":991},{\"__isSmartRef__\":true,\"id\":1047},{\"__isSmartRef__\":true,\"id\":497},{\"__isSmartRef__\":true,\"id\":514},{\"__isSmartRef__\":true,\"id\":1102},{\"__isSmartRef__\":true,\"id\":1117},{\"__isSmartRef__\":true,\"id\":1132},{\"__isSmartRef__\":true,\"id\":1217},{\"__isSmartRef__\":true,\"id\":1301},{\"__isSmartRef__\":true,\"id\":1385},{\"__isSmartRef__\":true,\"id\":1433},{\"__isSmartRef__\":true,\"id\":1448},{\"__isSmartRef__\":true,\"id\":1467}],\"scripts\":[],\"id\":\"EF7BEBC5-9166-48D8-8781-C0965B72F35C\",\"shape\":{\"__isSmartRef__\":true,\"id\":1585},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"showsHalos\":false,\"name\":\"ObjectEditorPane\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1592},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1595},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1596},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1597},\"layout\":{\"__isSmartRef__\":true,\"id\":1598},\"target\":null,\"scriptPane\":{\"__isSmartRef__\":true,\"id\":497},\"scriptList\":{\"__isSmartRef__\":true,\"id\":2},\"connectionList\":{\"__isSmartRef__\":true,\"id\":641},\"morphSelector\":{\"__isSmartRef__\":true,\"id\":1467},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"changeIndicator\":{\"__isSmartRef__\":true,\"id\":514},\"isBeingDragged\":false,\"prevScroll\":[0,0],\"grabbingEnabled\":false,\"draggingEnabled\":false,\"currentCategory\":null,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1599},\"tagChooser\":{\"__isSmartRef__\":true,\"id\":1132},\"currentTag\":null,\"derivationIds\":[206,\"3BDE080D-3D60-4BB9-A690-E6001350F596\",\"00E28CBF-E803-4BC0-93CC-651AC21008A5\",\"1B7E7936-0145-47E4-8433-DFE58134E74B\",\"422B98E3-E52B-4057-9C28-865873682DE1\",\"BCDE8D30-ECC2-4883-9587-2518B6822233\",\"BA6D5198-5AC2-4A63-9597-D4CF98A99CA9\",\"929A7653-4634-4D42-8EEA-947BFC1FEA80\",\"2AF1D546-9A4F-4D04-A382-896779ED01B1\",\"EEF5F2E5-B3BE-468B-8A96-76CB136FAD71\",\"F54EAE1D-19D8-49E0-B48D-6118BF837DBF\",\"06E8F104-73F3-470C-AC96-E2D56122A124\",\"1B3377DD-3266-4B73-ADAE-F94731F7BAA3\",\"7E32CE9E-AE83-49F9-BD62-D18CABCEF974\",\"9A6F29CB-3BF2-4763-91C6-6ED674CF89DA\",\"44E18EAE-0E2A-423A-89E4-2E430D0B84D6\",\"C0968E71-AF0A-4192-8C27-90F8BB658056\",\"CACAB2BE-D4F8-42F3-8A2C-66E84CD1A671\",\"F3704F21-52D4-4EBE-9DAB-DF978002EB9B\",\"70993B9A-42C7-444C-9B03-47AF0188459D\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":1600},\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"_Rotation\":0,\"_Scale\":1,\"isLockOwner\":false,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1601},\"__LivelyClassName__\":\"lively.morphic.Box\",\"withLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"2\":{\"submorphs\":[],\"scripts\":[],\"id\":\"74759322-8511-4353-8755-FF0B5AA9D6B8\",\"shape\":{\"__isSmartRef__\":true,\"id\":3},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":10},\"itemList\":[],\"selectedLineNo\":0,\"showsHalos\":false,\"name\":\"ObjectEditorScriptList\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":11},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"_ClipMode\":\"auto\",\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":12},\"prevScroll\":[0,0],\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":13}],\"doNotSerialize\":[\"$$selection\"],\"doNotCopyProperties\":[\"$$selection\"],\"layout\":{\"__isSmartRef__\":true,\"id\":18},\"doitContext\":{\"__isSmartRef__\":true,\"id\":19},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":848},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":849},\"_FontSize\":10,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":850},\"isBeingDragged\":false,\"grabbingEnabled\":false,\"draggingEnabled\":false,\"isCopyMorphRef\":true,\"morphRefId\":17,\"currentCategory\":null,\"derivationIds\":[207,\"D87334B5-DFB8-438D-8038-D2C55A798E3B\",\"4242A24B-D284-4130-BB19-C1AB8C7E96CB\",\"1F2230C1-4745-4EED-8827-5D3FC0EA8D8A\",\"1260A8AA-AD41-451A-A761-BE75A33282E8\",\"11AABB24-1595-4EDC-95DF-8BC66785F47A\",\"CA99FFE7-13DD-4721-8DE2-6A587B0C65D9\",\"D910D84D-D60C-49AD-9903-63F2FFD8841A\",\"F7EFD93B-DC86-4973-8E35-4128B2BE2D2E\",\"AF447D8A-2EC3-45C9-B25A-C3C88A7C11DC\",\"700A8C7D-531C-4422-A1AC-1958FAA4E16B\",\"4F2C543E-E074-4813-9FD8-A85E567C3F31\",\"D2A110A0-921C-4F3F-87AA-E5E34217D040\",\"2D266AAC-D9B9-4DFE-9525-F2F50FAB4A63\",\"AFFA5DF4-E836-41BA-8938-86449E4D987D\",\"452BD987-1FC7-4115-9EFE-3960ABAFE516\",\"7D4AE8AD-D08E-4DA3-8959-C7DEFA9BBA69\",\"243FFBCB-7542-4372-A047-71B3C4B4408A\",\"C3B232ED-CB99-408D-B598-C59F40E531F4\",\"3707A04E-F161-4074-8CB3-0ED184977E74\"],\"selection\":null,\"_Rotation\":0,\"_Scale\":1,\"isLockOwner\":false,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":851},\"__LivelyClassName__\":\"lively.morphic.List\"},\"3\":{\"position\":{\"__isSmartRef__\":true,\"id\":4},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6},\"_Fill\":{\"__isSmartRef__\":true,\"id\":7},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":8},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":9},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5\":{\"x\":180,\"y\":337.61253261443596,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"8\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"9\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"10\":{\"x\":10,\"y\":63.027958027992966,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"11\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"migrationLevel\":2,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"12\":{\"x\":180,\"y\":338.61253261443596,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"13\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2},\"sourceAttrName\":\"selection\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"displaySourceForScript\",\"converterString\":\"function (value) {\\n return (value === '-- ALL --') ? null : value;\\n}\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":14},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":15},\"__LivelyClassName__\":\"AttributeConnection\"},\"14\":{\"source\":{\"__isSmartRef__\":true,\"id\":2},\"target\":{\"__isSmartRef__\":true,\"id\":1}},\"15\":{\"converter\":{\"__isSmartRef__\":true,\"id\":16}},\"16\":{\"originalFunc\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":14},\"source\":\"function (value) {\\n return (value === '-- ALL --') ? null : value;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":17},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"17\":{},\"18\":{\"resizeHeight\":true},\"19\":{\"submorphs\":[],\"scripts\":[],\"id\":836,\"shape\":{\"__isSmartRef__\":true,\"id\":20},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":25},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":26},\"titleBar\":{\"__isSmartRef__\":true,\"id\":27},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":168},\"collapsedTransform\":null,\"collapsedExtent\":null,\"expandedTransform\":{\"__isSmartRef__\":true,\"id\":169},\"expandedExtent\":{\"__isSmartRef__\":true,\"id\":170},\"highlighted\":true,\"_Rotation\":0,\"_Scale\":1,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":171},\"showsHalos\":false,\"name\":\"ObjectEditor\",\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"target\":{\"__isSmartRef__\":true,\"id\":172},\"expandedPosition\":{\"__isSmartRef__\":true,\"id\":495},\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":496},\"scriptList\":{\"__isSmartRef__\":true,\"id\":2},\"scriptPane\":{\"__isSmartRef__\":true,\"id\":497},\"classButton\":{\"__isSmartRef__\":true,\"id\":596},\"connectionList\":{\"__isSmartRef__\":true,\"id\":641},\"targetButton\":{\"__isSmartRef__\":true,\"id\":666},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":709},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Position\":{\"__isSmartRef__\":true,\"id\":710},\"morphSelector\":{\"__isSmartRef__\":true,\"id\":711},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":795},\"cameForward\":false,\"isCopyMorphRef\":true,\"morphRefId\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":796},\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"20\":{\"_BorderWidth\":1,\"_Fill\":{\"__isSmartRef__\":true,\"id\":21},\"_StrokeOpacity\":0,\"_BorderRadius\":9.25,\"_Extent\":{\"__isSmartRef__\":true,\"id\":22},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":23},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":24},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"21\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"22\":{\"x\":981,\"y\":585.2,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"23\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"24\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"25\":{\"adjustForNewBounds\":true},\"26\":{\"x\":981,\"y\":585.2,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"27\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":28},{\"__isSmartRef__\":true,\"id\":41},{\"__isSmartRef__\":true,\"id\":85},{\"__isSmartRef__\":true,\"id\":117}],\"scripts\":[],\"id\":837,\"shape\":{\"__isSmartRef__\":true,\"id\":150},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":163},\"_Position\":{\"__isSmartRef__\":true,\"id\":164},\"eventsAreIgnored\":true,\"windowMorph\":{\"__isSmartRef__\":true,\"id\":19},\"label\":{\"__isSmartRef__\":true,\"id\":28},\"closeButton\":{\"__isSmartRef__\":true,\"id\":41},\"menuButton\":{\"__isSmartRef__\":true,\"id\":85},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":117},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":165},\"owner\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"name\":\"ObjectEditorTitleBar\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":166},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":167},\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"28\":{\"submorphs\":[],\"scripts\":[],\"id\":838,\"shape\":{\"__isSmartRef__\":true,\"id\":29},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":34},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":35},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":36},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":37}],\"evalEnabled\":false,\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":10,\"_Align\":\"center\",\"owner\":{\"__isSmartRef__\":true,\"id\":27},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":39},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":40},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"29\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":30},\"_Extent\":{\"__isSmartRef__\":true,\"id\":31},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":32},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":33},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"30\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"31\":{\"x\":921.9776803724167,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"32\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"33\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"34\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"35\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"36\":{\"x\":921.9776803724167,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"37\":{\"style\":{\"__isSmartRef__\":true,\"id\":38},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":28},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"38\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"39\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"40\":{\"morph\":{\"__isSmartRef__\":true,\"id\":28},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"41\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":42}],\"scripts\":[],\"id\":839,\"shape\":{\"__isSmartRef__\":true,\"id\":54},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":69},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":70},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":58},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":71},\"label\":{\"__isSmartRef__\":true,\"id\":42},\"owner\":{\"__isSmartRef__\":true,\"id\":27},\"layout\":{\"__isSmartRef__\":true,\"id\":80},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":81},{\"__isSmartRef__\":true,\"id\":82}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":83},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":84},\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"42\":{\"submorphs\":[],\"scripts\":[],\"id\":840,\"shape\":{\"__isSmartRef__\":true,\"id\":43},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":47},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":48},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":49},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":50}],\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":41},\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":8,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":52},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":53},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"43\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":44},\"_Extent\":{\"__isSmartRef__\":true,\"id\":45},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":32},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":46},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"44\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"45\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"46\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"47\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"48\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"49\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"50\":{\"style\":{\"__isSmartRef__\":true,\"id\":51},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":42},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"51\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"52\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"53\":{\"morph\":{\"__isSmartRef__\":true,\"id\":42},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"54\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":55},\"_Extent\":{\"__isSmartRef__\":true,\"id\":56},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":57},\"_Fill\":{\"__isSmartRef__\":true,\"id\":58},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":68},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"55\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"56\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"57\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"58\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":59},{\"__isSmartRef__\":true,\"id\":61},{\"__isSmartRef__\":true,\"id\":63},{\"__isSmartRef__\":true,\"id\":65}],\"vector\":{\"__isSmartRef__\":true,\"id\":67},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"59\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":60}},\"60\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"61\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":62}},\"62\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"63\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":64}},\"64\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"65\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":66}},\"66\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"67\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"68\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"69\":{\"x\":960.9776803724167,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"70\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"71\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":72},{\"__isSmartRef__\":true,\"id\":74},{\"__isSmartRef__\":true,\"id\":76},{\"__isSmartRef__\":true,\"id\":78}],\"vector\":{\"__isSmartRef__\":true,\"id\":67},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"72\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":73}},\"73\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"74\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":75}},\"75\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"76\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":77}},\"77\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"78\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":79}},\"79\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"80\":{\"moveHorizontal\":true},\"81\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":41},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"82\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":41},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"83\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"84\":{\"morph\":{\"__isSmartRef__\":true,\"id\":41},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"85\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":86}],\"scripts\":[],\"id\":841,\"shape\":{\"__isSmartRef__\":true,\"id\":98},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":102},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":103},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":58},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":104},\"label\":{\"__isSmartRef__\":true,\"id\":86},\"owner\":{\"__isSmartRef__\":true,\"id\":27},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":113},{\"__isSmartRef__\":true,\"id\":114}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"showsHalos\":false,\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":115},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":116},\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"86\":{\"submorphs\":[],\"scripts\":[],\"id\":842,\"shape\":{\"__isSmartRef__\":true,\"id\":87},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":91},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":92},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":93},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":94}],\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":85},\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":8,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":96},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":97},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"87\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":88},\"_Extent\":{\"__isSmartRef__\":true,\"id\":89},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":32},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":90},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"88\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"89\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"90\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"91\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"92\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"93\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"94\":{\"style\":{\"__isSmartRef__\":true,\"id\":95},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":86},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"95\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"96\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"97\":{\"morph\":{\"__isSmartRef__\":true,\"id\":86},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"98\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":99},\"_Extent\":{\"__isSmartRef__\":true,\"id\":100},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":57},\"_Fill\":{\"__isSmartRef__\":true,\"id\":58},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":101},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"99\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"100\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"101\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"102\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"103\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"104\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":105},{\"__isSmartRef__\":true,\"id\":107},{\"__isSmartRef__\":true,\"id\":109},{\"__isSmartRef__\":true,\"id\":111}],\"vector\":{\"__isSmartRef__\":true,\"id\":67},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"105\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":106}},\"106\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"107\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":108}},\"108\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"109\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":110}},\"110\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"111\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":112}},\"112\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"113\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":85},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"114\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":85},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"115\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"116\":{\"morph\":{\"__isSmartRef__\":true,\"id\":85},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"117\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":118}],\"scripts\":[],\"id\":843,\"shape\":{\"__isSmartRef__\":true,\"id\":130},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":134},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":135},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":58},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":136},\"label\":{\"__isSmartRef__\":true,\"id\":118},\"owner\":{\"__isSmartRef__\":true,\"id\":27},\"layout\":{\"__isSmartRef__\":true,\"id\":145},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":146},{\"__isSmartRef__\":true,\"id\":147}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":148},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":149},\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"118\":{\"submorphs\":[],\"scripts\":[],\"id\":844,\"shape\":{\"__isSmartRef__\":true,\"id\":119},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":123},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":124},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":125},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":126}],\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":117},\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":8,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":128},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":129},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"119\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":120},\"_Extent\":{\"__isSmartRef__\":true,\"id\":121},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":32},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":122},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"120\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"121\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"122\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"123\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"124\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"125\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"126\":{\"style\":{\"__isSmartRef__\":true,\"id\":127},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":118},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"127\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"128\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"129\":{\"morph\":{\"__isSmartRef__\":true,\"id\":118},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"130\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":131},\"_Extent\":{\"__isSmartRef__\":true,\"id\":132},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":57},\"_Fill\":{\"__isSmartRef__\":true,\"id\":58},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":133},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"131\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"132\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"133\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"134\":{\"x\":941.9776803724167,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"135\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"136\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":137},{\"__isSmartRef__\":true,\"id\":139},{\"__isSmartRef__\":true,\"id\":141},{\"__isSmartRef__\":true,\"id\":143}],\"vector\":{\"__isSmartRef__\":true,\"id\":67},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"137\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":138}},\"138\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"139\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":140}},\"140\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"141\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":142}},\"142\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"143\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":144}},\"144\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"145\":{\"moveHorizontal\":true},\"146\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":117},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"147\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":117},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"148\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"149\":{\"morph\":{\"__isSmartRef__\":true,\"id\":117},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"150\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":151},\"_Extent\":{\"__isSmartRef__\":true,\"id\":152},\"_BorderWidth\":2,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":153},\"_Fill\":{\"__isSmartRef__\":true,\"id\":154},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":162},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"151\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"152\":{\"x\":980.9776803724167,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"153\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"154\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":155},{\"__isSmartRef__\":true,\"id\":157},{\"__isSmartRef__\":true,\"id\":159}],\"vector\":{\"__isSmartRef__\":true,\"id\":161},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"155\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":156}},\"156\":{\"r\":0.7200000000000001,\"g\":0.7200000000000001,\"b\":0.7200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"157\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":158}},\"158\":{\"r\":0.9,\"g\":0.9,\"b\":0.9,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"159\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":160}},\"160\":{\"r\":0.7200000000000001,\"g\":0.7200000000000001,\"b\":0.7200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"161\":{\"x\":0,\"y\":1,\"width\":0,\"height\":-1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"162\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"163\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"164\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"165\":{\"x\":980.9776803724167,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"166\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"167\":{\"morph\":{\"__isSmartRef__\":true,\"id\":27},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"168\":{\"x\":0,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"169\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":377.6609726943286,\"f\":419.5142810783999,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"lively.morphic.Similitude\"},\"170\":{\"x\":861.5223196275833,\"y\":575.166499196892,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"171\":{\"x\":613,\"y\":129,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"172\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":173},\"id\":394,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":179},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":180}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":182},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":183},\"_ClipMode\":\"auto\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":184},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":185},\"_MaxTextWidth\":500,\"_MaxTextHeight\":200,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":186},\"layout\":{\"__isSmartRef__\":true,\"id\":333},\"doitContext\":{\"__isSmartRef__\":true,\"id\":334},\"priorSelectionRange\":[0,36],\"charsReplaced\":\"\",\"lastFindLoc\":20,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"173\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":174},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":175},\"_Extent\":{\"__isSmartRef__\":true,\"id\":176},\"_BorderWidth\":2,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":{\"__isSmartRef__\":true,\"id\":178},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"174\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"175\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"176\":{\"x\":500,\"y\":200,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"177\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"178\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"179\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"180\":{\"style\":{\"__isSmartRef__\":true,\"id\":181},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":172},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"181\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"182\":{\"morph\":{\"__isSmartRef__\":true,\"id\":172},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"183\":{\"x\":2,\"y\":1,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"184\":{\"x\":0,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"185\":{\"x\":500,\"y\":200,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"186\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":172},{\"__isSmartRef__\":true,\"id\":187}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":324},\"id\":395,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":327},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":328},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":329},\"LK2\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":330},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":331},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":172},\"titleBar\":{\"__isSmartRef__\":true,\"id\":187},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":184},\"collapsedTransform\":null,\"collapsedExtent\":null,\"expandedTransform\":null,\"expandedExtent\":null,\"ignoreEventsOnExpand\":false,\"highlighted\":true,\"_Rotation\":0,\"_Scale\":1,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":332},\"cameForward\":false,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"187\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":188},{\"__isSmartRef__\":true,\"id\":201},{\"__isSmartRef__\":true,\"id\":247},{\"__isSmartRef__\":true,\"id\":280}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":314},\"id\":396,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":319},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":320},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":321},\"_Position\":{\"__isSmartRef__\":true,\"id\":322},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":186},\"label\":{\"__isSmartRef__\":true,\"id\":188},\"closeButton\":{\"__isSmartRef__\":true,\"id\":201},\"menuButton\":{\"__isSmartRef__\":true,\"id\":247},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":280},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":323},\"owner\":{\"__isSmartRef__\":true,\"id\":186},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"188\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":189},\"id\":397,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":193},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":194}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":196},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":197},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"layout\":{\"__isSmartRef__\":true,\"id\":198},\"_FontSize\":10,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"owner\":{\"__isSmartRef__\":true,\"id\":187},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":199},\"_MaxTextWidth\":441,\"_MaxTextHeight\":17,\"_Position\":{\"__isSmartRef__\":true,\"id\":200},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"189\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":190},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":191},\"_Extent\":{\"__isSmartRef__\":true,\"id\":192},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"190\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"191\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"192\":{\"x\":441,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"193\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"194\":{\"style\":{\"__isSmartRef__\":true,\"id\":195},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":188},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"195\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"196\":{\"morph\":{\"__isSmartRef__\":true,\"id\":188},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"197\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"198\":{\"resizeWidth\":true},\"199\":{\"x\":0,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"200\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"201\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":202}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":214},\"id\":398,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":229},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":230},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":231},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":232},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":233},\"label\":{\"__isSmartRef__\":true,\"id\":202},\"owner\":{\"__isSmartRef__\":true,\"id\":187},\"layout\":{\"__isSmartRef__\":true,\"id\":242},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":243},{\"__isSmartRef__\":true,\"id\":245}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"202\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":203},\"id\":399,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":207},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":208}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":210},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":212},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":213},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":201},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"203\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":204},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":205},\"_Extent\":{\"__isSmartRef__\":true,\"id\":206},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"204\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"205\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"206\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"207\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"208\":{\"style\":{\"__isSmartRef__\":true,\"id\":209},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":202},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"209\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"210\":{\"morph\":{\"__isSmartRef__\":true,\"id\":202},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"211\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"212\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"213\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"214\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":215},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":216},\"_Extent\":{\"__isSmartRef__\":true,\"id\":217},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"215\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"216\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"217\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"218\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"219\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":220},{\"__isSmartRef__\":true,\"id\":222},{\"__isSmartRef__\":true,\"id\":224},{\"__isSmartRef__\":true,\"id\":226}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"220\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":221}},\"221\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"222\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":223}},\"223\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"224\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":225}},\"225\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"226\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":227}},\"227\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"228\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"229\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"230\":{\"morph\":{\"__isSmartRef__\":true,\"id\":201},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"231\":{\"x\":480,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"232\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"233\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":234},{\"__isSmartRef__\":true,\"id\":236},{\"__isSmartRef__\":true,\"id\":238},{\"__isSmartRef__\":true,\"id\":240}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"234\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":235}},\"235\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"236\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":237}},\"237\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"238\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":239}},\"239\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"240\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":241}},\"241\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"242\":{\"moveHorizontal\":true},\"243\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":201},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":244},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"244\":{\"source\":{\"__isSmartRef__\":true,\"id\":201},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"245\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":201},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":246},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"246\":{\"source\":{\"__isSmartRef__\":true,\"id\":201},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"247\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":248}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":259},\"id\":400,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":263},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":264},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":265},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":266},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":267},\"label\":{\"__isSmartRef__\":true,\"id\":248},\"owner\":{\"__isSmartRef__\":true,\"id\":187},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":276},{\"__isSmartRef__\":true,\"id\":278}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"248\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":249},\"id\":401,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":253},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":254}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":256},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":257},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":258},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":247},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"249\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":250},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":251},\"_Extent\":{\"__isSmartRef__\":true,\"id\":252},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"250\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"251\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"252\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"253\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"254\":{\"style\":{\"__isSmartRef__\":true,\"id\":255},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":248},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"255\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"256\":{\"morph\":{\"__isSmartRef__\":true,\"id\":248},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"257\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"258\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"259\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":260},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":261},\"_Extent\":{\"__isSmartRef__\":true,\"id\":262},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"260\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"261\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"262\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"263\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"264\":{\"morph\":{\"__isSmartRef__\":true,\"id\":247},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"265\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"266\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"267\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":268},{\"__isSmartRef__\":true,\"id\":270},{\"__isSmartRef__\":true,\"id\":272},{\"__isSmartRef__\":true,\"id\":274}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"268\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":269}},\"269\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"270\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":271}},\"271\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"272\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":273}},\"273\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"274\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":275}},\"275\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"276\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":247},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":277},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"277\":{\"source\":{\"__isSmartRef__\":true,\"id\":247},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"278\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":247},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":279},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"279\":{\"source\":{\"__isSmartRef__\":true,\"id\":247},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"280\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":281}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":292},\"id\":402,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":296},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":297},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":298},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":299},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":300},\"label\":{\"__isSmartRef__\":true,\"id\":281},\"owner\":{\"__isSmartRef__\":true,\"id\":187},\"layout\":{\"__isSmartRef__\":true,\"id\":309},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":310},{\"__isSmartRef__\":true,\"id\":312}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"281\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":282},\"id\":403,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":286},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":287}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":289},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":290},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":291},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":280},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"282\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":283},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":284},\"_Extent\":{\"__isSmartRef__\":true,\"id\":285},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"283\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"284\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"285\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"286\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"287\":{\"style\":{\"__isSmartRef__\":true,\"id\":288},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":281},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"288\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"289\":{\"morph\":{\"__isSmartRef__\":true,\"id\":281},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"290\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"291\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"292\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":293},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":294},\"_Extent\":{\"__isSmartRef__\":true,\"id\":295},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"293\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"294\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"295\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"296\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"297\":{\"morph\":{\"__isSmartRef__\":true,\"id\":280},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"298\":{\"x\":461,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"299\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"300\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":301},{\"__isSmartRef__\":true,\"id\":303},{\"__isSmartRef__\":true,\"id\":305},{\"__isSmartRef__\":true,\"id\":307}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"301\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":302}},\"302\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"303\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":304}},\"304\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"305\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":306}},\"306\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"307\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":308}},\"308\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"309\":{\"moveHorizontal\":true},\"310\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":280},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":311},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"311\":{\"source\":{\"__isSmartRef__\":true,\"id\":280},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"312\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":280},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":313},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"313\":{\"source\":{\"__isSmartRef__\":true,\"id\":280},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"314\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":315},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":316},\"_Extent\":{\"__isSmartRef__\":true,\"id\":317},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":318},\"_Fill\":{\"__isSmartRef__\":true,\"id\":154},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"315\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"316\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"317\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"318\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"319\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"320\":{\"morph\":{\"__isSmartRef__\":true,\"id\":187},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"321\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"322\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"323\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"324\":{\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":325},\"_BorderWidth\":0,\"_Fill\":null,\"_StrokeOpacity\":0,\"_BorderRadius\":0,\"_Extent\":{\"__isSmartRef__\":true,\"id\":326},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"325\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"326\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"327\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"328\":{\"morph\":{\"__isSmartRef__\":true,\"id\":186},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"329\":{\"adjustForNewBounds\":true},\"330\":{\"x\":1234,\"y\":448,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"331\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"332\":{\"x\":1478,\"y\":453,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"333\":{\"resizeWidth\":true,\"resizeHeight\":true},\"334\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":335},{\"__isSmartRef__\":true,\"id\":349}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":479},\"id\":361,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":483},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":484},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":485},\"LK2\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":486},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":487},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":335},\"titleBar\":{\"__isSmartRef__\":true,\"id\":349},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":345},\"collapsedTransform\":{\"__isSmartRef__\":true,\"id\":488},\"collapsedExtent\":{\"__isSmartRef__\":true,\"id\":489},\"expandedTransform\":{\"__isSmartRef__\":true,\"id\":490},\"expandedExtent\":{\"__isSmartRef__\":true,\"id\":491},\"ignoreEventsOnExpand\":false,\"owner\":null,\"showsHalos\":false,\"highlighted\":true,\"_Rotation\":0,\"_Scale\":1,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":492},\"expandedPosition\":{\"__isSmartRef__\":true,\"id\":493},\"state\":\"shutdown\",\"collapsedPosition\":{\"__isSmartRef__\":true,\"id\":494},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"335\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":336},\"id\":360,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":341},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":342}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":344},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":183},\"_ClipMode\":\"auto\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Monaco,monospace\",\"_Position\":{\"__isSmartRef__\":true,\"id\":345},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":346},\"_MaxTextWidth\":500,\"_MaxTextHeight\":0,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":334},\"layout\":{\"__isSmartRef__\":true,\"id\":347},\"syntaxHighlightingWhileTyping\":true,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":348}],\"doNotSerialize\":[\"$$textString\"],\"doNotCopyProperties\":[\"$$textString\"],\"lastSyntaxHighlightTime\":1307282796737,\"accessibleInInactiveWindow\":true,\"eventsAreIgnored\":false,\"_HandStyle\":\"default\",\"_PointerEvents\":\"auto\",\"_Visible\":true,\"priorSelectionRange\":[0,22],\"charsReplaced\":\"\",\"lastFindLoc\":15,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textString\":\"undefined\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"336\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":337},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":338},\"_Extent\":{\"__isSmartRef__\":true,\"id\":339},\"_BorderWidth\":2,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":{\"__isSmartRef__\":true,\"id\":340},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"337\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"338\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"339\":{\"x\":500,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"340\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"341\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"342\":{\"style\":{\"__isSmartRef__\":true,\"id\":343},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":335},\"storedString\":\"undefined\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"343\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"344\":{\"morph\":{\"__isSmartRef__\":true,\"id\":335},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"345\":{\"x\":0,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"346\":{\"x\":500,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"347\":{\"resizeWidth\":true,\"resizeHeight\":true},\"348\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":335},\"sourceAttrName\":\"textString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":335},\"targetMethodName\":\"highlightJavaScriptSyntax\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"349\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":350},{\"__isSmartRef__\":true,\"id\":362},{\"__isSmartRef__\":true,\"id\":396},{\"__isSmartRef__\":true,\"id\":429}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":463},\"id\":362,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":474},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":475},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":476},\"_Position\":{\"__isSmartRef__\":true,\"id\":477},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":334},\"label\":{\"__isSmartRef__\":true,\"id\":350},\"closeButton\":{\"__isSmartRef__\":true,\"id\":362},\"menuButton\":{\"__isSmartRef__\":true,\"id\":396},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":429},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":478},\"owner\":{\"__isSmartRef__\":true,\"id\":334},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"350\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":351},\"id\":363,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":355},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":356}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":358},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":197},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"layout\":{\"__isSmartRef__\":true,\"id\":359},\"_FontSize\":10,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"owner\":{\"__isSmartRef__\":true,\"id\":349},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":360},\"_MaxTextWidth\":441,\"_MaxTextHeight\":17,\"_Position\":{\"__isSmartRef__\":true,\"id\":361},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"351\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":352},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":353},\"_Extent\":{\"__isSmartRef__\":true,\"id\":354},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"352\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"353\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"354\":{\"x\":441,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"355\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"356\":{\"style\":{\"__isSmartRef__\":true,\"id\":357},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":350},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"357\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"358\":{\"morph\":{\"__isSmartRef__\":true,\"id\":350},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"359\":{\"resizeWidth\":true},\"360\":{\"x\":0,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"361\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"362\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":363}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":374},\"id\":364,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":378},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":379},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":380},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":381},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":382},\"label\":{\"__isSmartRef__\":true,\"id\":363},\"owner\":{\"__isSmartRef__\":true,\"id\":349},\"layout\":{\"__isSmartRef__\":true,\"id\":391},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":392},{\"__isSmartRef__\":true,\"id\":394}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"363\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":364},\"id\":365,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":368},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":369}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":371},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":372},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":373},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":362},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"364\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":365},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":366},\"_Extent\":{\"__isSmartRef__\":true,\"id\":367},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"365\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"366\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"367\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"368\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"369\":{\"style\":{\"__isSmartRef__\":true,\"id\":370},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":363},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"370\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"371\":{\"morph\":{\"__isSmartRef__\":true,\"id\":363},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"372\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"373\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"374\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":375},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":376},\"_Extent\":{\"__isSmartRef__\":true,\"id\":377},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"375\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"376\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"377\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"378\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"379\":{\"morph\":{\"__isSmartRef__\":true,\"id\":362},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"380\":{\"x\":480,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"381\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"382\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":383},{\"__isSmartRef__\":true,\"id\":385},{\"__isSmartRef__\":true,\"id\":387},{\"__isSmartRef__\":true,\"id\":389}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"383\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":384}},\"384\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"385\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":386}},\"386\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"387\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":388}},\"388\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"389\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":390}},\"390\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"391\":{\"moveHorizontal\":true},\"392\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":362},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":393},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"393\":{\"source\":{\"__isSmartRef__\":true,\"id\":362},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"394\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":362},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":395},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"395\":{\"source\":{\"__isSmartRef__\":true,\"id\":362},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"396\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":397}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":408},\"id\":366,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":412},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":413},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":414},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":415},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":416},\"label\":{\"__isSmartRef__\":true,\"id\":397},\"owner\":{\"__isSmartRef__\":true,\"id\":349},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":425},{\"__isSmartRef__\":true,\"id\":427}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"397\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":398},\"id\":367,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":402},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":403}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":405},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":406},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":407},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":396},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"398\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":399},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":400},\"_Extent\":{\"__isSmartRef__\":true,\"id\":401},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"399\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"400\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"401\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"402\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"403\":{\"style\":{\"__isSmartRef__\":true,\"id\":404},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":397},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"404\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"405\":{\"morph\":{\"__isSmartRef__\":true,\"id\":397},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"406\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"407\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"408\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":409},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":410},\"_Extent\":{\"__isSmartRef__\":true,\"id\":411},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"409\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"410\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"411\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"412\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"413\":{\"morph\":{\"__isSmartRef__\":true,\"id\":396},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"414\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"415\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"416\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":417},{\"__isSmartRef__\":true,\"id\":419},{\"__isSmartRef__\":true,\"id\":421},{\"__isSmartRef__\":true,\"id\":423}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"417\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":418}},\"418\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"419\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":420}},\"420\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"421\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":422}},\"422\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"423\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":424}},\"424\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"425\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":396},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":426},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"426\":{\"source\":{\"__isSmartRef__\":true,\"id\":396},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"427\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":396},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":428},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"428\":{\"source\":{\"__isSmartRef__\":true,\"id\":396},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"429\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":430}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":441},\"id\":368,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":445},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":446},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":447},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":448},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":449},\"label\":{\"__isSmartRef__\":true,\"id\":430},\"owner\":{\"__isSmartRef__\":true,\"id\":349},\"layout\":{\"__isSmartRef__\":true,\"id\":458},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":459},{\"__isSmartRef__\":true,\"id\":461}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"430\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":431},\"id\":369,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":435},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":436}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":438},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":439},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":440},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":429},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"431\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":432},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":433},\"_Extent\":{\"__isSmartRef__\":true,\"id\":434},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"432\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"433\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"434\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"435\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"436\":{\"style\":{\"__isSmartRef__\":true,\"id\":437},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":430},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"437\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"438\":{\"morph\":{\"__isSmartRef__\":true,\"id\":430},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"439\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"440\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"441\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":442},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":443},\"_Extent\":{\"__isSmartRef__\":true,\"id\":444},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"442\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"443\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"444\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"445\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"446\":{\"morph\":{\"__isSmartRef__\":true,\"id\":429},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"447\":{\"x\":461,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"448\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"449\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":450},{\"__isSmartRef__\":true,\"id\":452},{\"__isSmartRef__\":true,\"id\":454},{\"__isSmartRef__\":true,\"id\":456}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"450\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":451}},\"451\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"452\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":453}},\"453\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"454\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":455}},\"455\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"456\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":457}},\"457\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"458\":{\"moveHorizontal\":true},\"459\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":429},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":460},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"460\":{\"source\":{\"__isSmartRef__\":true,\"id\":429},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"461\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":429},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":462},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"462\":{\"source\":{\"__isSmartRef__\":true,\"id\":429},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"463\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":464},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":465},\"_Extent\":{\"__isSmartRef__\":true,\"id\":466},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":318},\"_Fill\":{\"__isSmartRef__\":true,\"id\":467},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"464\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"465\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"466\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"467\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":468},{\"__isSmartRef__\":true,\"id\":470},{\"__isSmartRef__\":true,\"id\":472}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"468\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":469}},\"469\":{\"r\":0.8600000000000001,\"g\":0.8600000000000001,\"b\":0.8600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"470\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":471}},\"471\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"472\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":473}},\"473\":{\"r\":0.8600000000000001,\"g\":0.8600000000000001,\"b\":0.8600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"474\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"475\":{\"morph\":{\"__isSmartRef__\":true,\"id\":349},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"476\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"477\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"478\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"479\":{\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":480},\"_BorderWidth\":0,\"_Fill\":null,\"_StrokeOpacity\":0,\"_BorderRadius\":0,\"_Extent\":{\"__isSmartRef__\":true,\"id\":481},\"_Position\":{\"__isSmartRef__\":true,\"id\":482},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"480\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"481\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"482\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"483\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"484\":{\"morph\":{\"__isSmartRef__\":true,\"id\":334},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"485\":{\"adjustForNewBounds\":true},\"486\":{\"x\":1131,\"y\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"487\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"488\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":1131,\"f\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"lively.morphic.Similitude\"},\"489\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"490\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":1131,\"f\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"lively.morphic.Similitude\"},\"491\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"492\":{\"x\":1507,\"y\":76,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"493\":{\"x\":1131,\"y\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"494\":{\"x\":1131,\"y\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"495\":{\"x\":377.6609726943286,\"y\":419.5142810783999,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"496\":{\"requiredModules\":[],\"migrationLevel\":2,\"partsSpaceName\":\"PartsBin/Tools\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"Edit scripts and connections of a specific morph. Early version.\",\"partName\":\"ObjectEditor\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"497\":{\"submorphs\":[],\"scripts\":[],\"id\":\"87FB767C-9EFC-4BEE-A9F3-C8DF345AC9E1\",\"shape\":{\"__isSmartRef__\":true,\"id\":498},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":505},\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Monaco,courier\",\"_MaxTextWidth\":688,\"_MaxTextHeight\":null,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":506}],\"layout\":{\"__isSmartRef__\":true,\"id\":508},\"showsHalos\":false,\"prevScroll\":[0,0],\"priorSelectionRange\":[113,113],\"name\":\"ObjectEditorScriptPane\",\"charsReplaced\":\"\",\"lastFindLoc\":46,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":509},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":510},\"_ClipMode\":\"auto\",\"_FontSize\":9,\"lastSyntaxHighlightTime\":1331230170975,\"doitContext\":null,\"savedTextString\":\"// changed on Thu Mar 08 2012 19:03:04 GMT+0100 (CET) by robertkrahn \\nfunction hello() {\\n alert('hey there');\\n}\",\"_Align\":\"left\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":511},\"lastSearchString\":\"stringsformat\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":512},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":513}],\"doNotSerialize\":[\"$$textString\"],\"doNotCopyProperties\":[\"$$textString\"],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":538},\"_MinTextWidth\":688,\"_MinTextHeight\":null,\"previousSelection\":[0,115],\"lastSaveSource\":\"\",\"isBeingDragged\":false,\"draggingEnabled\":false,\"objectEditorPane\":{\"__isSmartRef__\":true,\"id\":1},\"isCopyMorphRef\":true,\"morphRefId\":1,\"statusMorph\":{\"__isSmartRef__\":true,\"id\":539},\"derivationIds\":[219,\"DD5046D0-C1D6-412A-83C9-CD7EE63D40E0\",\"4D92BDFD-A599-4154-A197-A4B1292C1619\",\"98551F68-B128-4262-9BC2-6B8AC7C8D7C0\",\"47731662-FF8E-4C0F-A170-FD5C56A06021\",\"3FC7FDE6-156F-4056-BB04-B76D8B6C5472\",\"C1E8D5BB-56F9-47B3-A520-BEEFEF791823\",\"402B0881-8841-4E03-A656-F81F20E145B9\",\"16EF1138-83B5-4802-A98B-B5978660FD0A\",\"89B19391-7A9C-4CA4-8CA2-B5C67EF7EC7B\",\"CFBC87C9-19CF-4C25-9AB0-E755EDCCAE06\",\"ACD9BFD0-8CC8-4BF3-8DFA-806F31C93162\",\"F0C50F59-F4FA-46D9-A961-8AC53944F823\",\"71B63646-3AEB-40F0-98C9-48DBDB3FCD0B\",\"CD6AEC19-7323-4638-8556-DC8DFE6F1C23\",\"3B0896BD-7BAE-4571-8CED-029CB84D52C5\",\"2E113F7A-9B12-48AD-817A-E736C870CC96\",\"2F1195C1-4023-4427-9409-38DB45EB641D\",\"122F8208-076F-4105-885B-C46C3514D0DD\",\"B4E6E104-6D43-456F-B70F-E05B5924AE8B\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":554},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"textString\":\"\",\"_Rotation\":0,\"_Scale\":1,\"isLockOwner\":false,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":555},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"498\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":499},\"_Extent\":{\"__isSmartRef__\":true,\"id\":500},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":501},\"_Fill\":{\"__isSmartRef__\":true,\"id\":502},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":503},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_ClipMode\":\"auto\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":504},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"499\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"500\":{\"x\":690,\"y\":430,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"501\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"502\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"503\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"504\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"505\":{\"x\":2,\"y\":1,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"506\":{\"style\":{\"__isSmartRef__\":true,\"id\":507},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":497},\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"507\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"508\":{\"resizeWidth\":true,\"resizeHeight\":true},\"509\":{\"requiredModules\":[],\"partsSpaceName\":\"PartsBin/Widgets/\",\"migrationLevel\":2,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"510\":{\"x\":690,\"y\":430,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"511\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"512\":{\"morph\":{\"__isSmartRef__\":true,\"id\":497},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"513\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":497},\"sourceAttrName\":\"textString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":514},\"targetMethodName\":\"indicateUnsavedChanges\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"514\":{\"submorphs\":[],\"scripts\":[],\"id\":\"5452BEAC-15A0-4D35-B194-C8DA4B1C75C1\",\"shape\":{\"__isSmartRef__\":true,\"id\":515},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":521},\"showsHalos\":false,\"name\":\"ChangeIndicator\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":522},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":523},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":524},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":525},\"layout\":{\"__isSmartRef__\":true,\"id\":526},\"isBeingDragged\":false,\"savedColor\":{\"__isSmartRef__\":true,\"id\":518},\"alarmColor\":{\"__isSmartRef__\":true,\"id\":527},\"grabbingEnabled\":false,\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":528},\"isCopyMorphRef\":true,\"morphRefId\":26,\"derivationIds\":[220,\"EE491D24-F056-4AFE-A669-7B7048C6C3D1\",\"3FA4A8C3-0FC0-43A0-8C00-00A96F9022E2\",\"62DAD3C6-A81D-450F-B32F-601EA7E619D8\",\"EEDB0C58-5990-481A-A7FF-ACB1A2DF08DD\",\"16F708CB-1259-4A75-BAEF-1A5216C6CB19\",\"97CA61D3-E09B-43CD-9880-D8B36FA303F3\",\"A9CFCF68-C0BF-429E-A510-D59B79B3F89F\",\"15275F9F-0E8B-4DB6-8D2B-F0D442054D88\",\"88F786A3-2E1C-45E8-B5BB-90D7F7B3A092\",\"E9960EA4-1A5C-401C-990A-04C13BF3A467\",\"1FE4F823-4B4E-43A4-B65B-18009510C926\",\"E9969E1A-2721-420C-A521-EFE266FB6E0B\",\"6256DD5C-40C0-4F1F-82F0-0C5A9E5BB43A\",\"79559F04-28B5-4C05-A349-E7F26EA78883\",\"D5C77AF6-E1CC-493A-A2B1-E4A8D39ECC68\",\"CC359FC9-10D8-48FA-8260-F306D33057D8\",\"A3B11012-48E4-402A-86E4-6FF1659BDF90\",\"755231ED-FAF9-44CF-827B-BB7CD3E55FA4\",\"79CEA95C-F733-4FA0-9F60-33D6AC4AA82A\"],\"_Rotation\":0,\"_Scale\":1,\"isLockOwner\":false,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":529},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"515\":{\"position\":{\"__isSmartRef__\":true,\"id\":516},\"_Extent\":{\"__isSmartRef__\":true,\"id\":517},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":518},\"_Fill\":{\"__isSmartRef__\":true,\"id\":518},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":519},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":520},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"516\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"517\":{\"x\":8.637782619743348,\"y\":9.712632235981744,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"518\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"519\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"520\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"521\":{\"x\":883.0245425248855,\"y\":39.999999999999986,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"522\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!\",\"migrationLevel\":2,\"partName\":\"Rectangle\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"523\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"524\":{\"morph\":{\"__isSmartRef__\":true,\"id\":514},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"525\":{\"x\":8.637782619743348,\"y\":10.787481852220026,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"526\":{\"moveHorizontal\":true,\"adjustForNewBounds\":true},\"527\":{\"r\":0.9411764705882353,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"528\":{\"x\":37.328206296760186,\"y\":-17.53316489131697,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"529\":{\"indicateUnsavedChanges\":{\"__isSmartRef__\":true,\"id\":530},\"setColors\":{\"__isSmartRef__\":true,\"id\":534}},\"530\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":531},\"source\":\"function indicateUnsavedChanges() {\\n if (this.owner.scriptPane.hasChanged()) {\\n this.setColors(this.alarmColor);\\n } else {\\n this.setColors(this.savedColor);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":532},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"531\":{\"this\":{\"__isSmartRef__\":true,\"id\":514}},\"532\":{\"user\":\"lauritz\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":533}},\"533\":{\"isSerializedDate\":true,\"string\":\"Tue Sep 27 2011 20:09:19 GMT+0200 (CEST)\"},\"534\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":535},\"source\":\"function setColors(color) {\\n this.setFill(color);\\n this.setBorderColor(color);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":536},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"535\":{\"this\":{\"__isSmartRef__\":true,\"id\":514}},\"536\":{\"user\":\"lauritz\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":537}},\"537\":{\"isSerializedDate\":true,\"string\":\"Tue Sep 27 2011 19:06:09 GMT+0200 (CEST)\"},\"538\":{\"x\":470.9669354941989,\"y\":-16.547710076960584,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"539\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":540},\"id\":553,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":547},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":548}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":550},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"visible\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":11,\"_Position\":{\"__isSmartRef__\":true,\"id\":551},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":552},\"_MaxTextWidth\":90,\"_MinTextWidth\":90,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"_Align\":\"center\",\"_VerticalAlign\":\"center\",\"_TextColor\":{\"__isSmartRef__\":true,\"id\":553},\"owner\":null,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"540\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":541},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":542},\"_Extent\":{\"__isSmartRef__\":true,\"id\":543},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":544},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":545},\"_Fill\":{\"__isSmartRef__\":true,\"id\":546},\"_StrokeOpacity\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"541\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"542\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"543\":{\"x\":100,\"y\":25,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"544\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"545\":{\"r\":0.8,\"g\":0.8,\"b\":0.8,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"546\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"547\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"548\":{\"style\":{\"__isSmartRef__\":true,\"id\":549},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":539},\"storedString\":\"saved source\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"549\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"550\":{\"morph\":{\"__isSmartRef__\":true,\"id\":539},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"551\":{\"x\":295,\"y\":202.5,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"552\":{\"x\":100,\"y\":25,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"553\":{\"r\":0,\"g\":0.8,\"b\":0,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"554\":{\"x\":200,\"y\":80,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"555\":{\"doSave\":{\"__isSmartRef__\":true,\"id\":556},\"boundEval\":{\"__isSmartRef__\":true,\"id\":564},\"reset\":{\"__isSmartRef__\":true,\"id\":572},\"display\":{\"__isSmartRef__\":true,\"id\":576},\"hasChanged\":{\"__isSmartRef__\":true,\"id\":580},\"setTarget\":{\"__isSmartRef__\":true,\"id\":584},\"displayStatus\":{\"__isSmartRef__\":true,\"id\":588},\"onSaved\":{\"__isSmartRef__\":true,\"id\":592}},\"556\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":557},\"source\":\"function doSave() {\\n $super();\\n this.owner.saveScriptWithSource(this.textString);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":562},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"557\":{\"this\":{\"__isSmartRef__\":true,\"id\":497},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":558}},\"558\":{\"$super\":{\"__isSmartRef__\":true,\"id\":559}},\"559\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":560},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":561},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"560\":{\"obj\":{\"__isSmartRef__\":true,\"id\":497},\"name\":\"doSave\"},\"561\":{},\"562\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":563},\"user\":\"fabian\",\"tags\":[]},\"563\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 20:19:28 GMT+0100 (CET)\"},\"564\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":565},\"source\":\"function boundEval(str) {\\n var result;\\n\\n this.objectEditorPane.ensureAnnotationLayer();\\n withLayers([ScriptAnnotationLayer], function() {\\n result = $super(str);\\n })\\n \\n return result\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":570},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"565\":{\"this\":{\"__isSmartRef__\":true,\"id\":497},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":566}},\"566\":{\"$super\":{\"__isSmartRef__\":true,\"id\":567}},\"567\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":568},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":569},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"568\":{\"obj\":{\"__isSmartRef__\":true,\"id\":497},\"name\":\"boundEval\"},\"569\":{},\"570\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":571},\"user\":\"lauritz\",\"categories\":[]},\"571\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 16 2011 05:41:53 GMT+0100 (CET)\"},\"572\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":573},\"source\":\"function reset() {\\n this.doitContext = null;\\n this.lastSaveSource = \\\"\\\";\\n this.textString = \\\"\\\";\\n this.lastSaveSource = this.textString;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":574},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"573\":{\"this\":{\"__isSmartRef__\":true,\"id\":497}},\"574\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":575},\"user\":\"lauritz\",\"categories\":[]},\"575\":{\"isSerializedDate\":true,\"string\":\"Tue Sep 27 2011 20:14:35 GMT+0200 (CEST)\"},\"576\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":577},\"source\":\"function display(jsCode) {\\n this.lastSaveSource = jsCode;\\n this.setTextString(jsCode);\\n this.highlightJavaScriptSyntax();\\n this.applyStyle({align: 'left'});\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":578},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"577\":{\"this\":{\"__isSmartRef__\":true,\"id\":497}},\"578\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":579},\"user\":\"lauritz\",\"categories\":[]},\"579\":{\"isSerializedDate\":true,\"string\":\"Tue Sep 27 2011 19:47:57 GMT+0200 (CEST)\"},\"580\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":581},\"source\":\"function hasChanged() {\\n var cleanText = function (string) {\\n var source = string.trim();\\n if (source.substring(0,2) === \\\"//\\\") {\\n // removes annotation line\\n source = source.substring(source.indexOf(\\\"\\\\n\\\"), source.length);\\n source = source.trim();\\n }\\n if (source === 'undefined' || source === 'null') source = '';\\n return source;\\n }\\n var cleanedTextString = cleanText(this.textString);\\n var cleanedLastSource = cleanText(this.lastSaveSource);\\n return cleanedTextString !== cleanedLastSource;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":582},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"581\":{\"this\":{\"__isSmartRef__\":true,\"id\":497}},\"582\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":583},\"user\":\"lauritz\",\"categories\":[]},\"583\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 03 2011 18:29:45 GMT+0200 (CEST)\"},\"584\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":585},\"source\":\"function setTarget(target) {\\n module('lively.ide.SyntaxHighlighting').load(true);\\n this.doitContext = target;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":586},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"585\":{\"this\":{\"__isSmartRef__\":true,\"id\":497}},\"586\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":587},\"user\":\"lauritz\",\"categories\":[]},\"587\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:30:39 GMT+0100 (CET)\"},\"588\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":589},\"source\":\"function displayStatus(msg, color, delay) {\\n if (!this.statusMorph) {\\n this.statusMorph = new TextMorph(pt(100,25).extentAsRectangle());\\n this.statusMorph.applyStyle({borderWidth: 1, strokeOpacity: 0, borderColor: Color.gray});\\n this.statusMorph.setFill(this.owner.getFill());\\n this.statusMorph.setFontSize(11);\\n this.statusMorph.setAlign('center');\\n this.statusMorph.setVerticalAlign('center');\\n }\\n this.statusMorph.setTextString(msg);\\n this.statusMorph.centerAt(this.innerBounds().center());\\n this.statusMorph.setTextColor(color || Color.black);\\n this.addMorph(this.statusMorph);\\n (function() { this.statusMorph.remove() }).bind(this).delay(delay || 2); \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":590},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"589\":{\"this\":{\"__isSmartRef__\":true,\"id\":497}},\"590\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":591},\"user\":\"lauritz\",\"categories\":[]},\"591\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 23 2011 18:23:05 GMT+0100 (CET)\"},\"592\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":593},\"source\":\"function onSaved(success) {\\n // executed when this.owner has tried to saved the source;\\n if (success) {\\n this.displayStatus(\\\"saved source\\\", Color.green);\\n } else {\\n this.lastSaveSource = this.getTextString();\\n this.displayStatus(\\\"not saved\\\", Color.red);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":594},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"593\":{\"this\":{\"__isSmartRef__\":true,\"id\":497}},\"594\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":595},\"user\":\"fabian\",\"tags\":[]},\"595\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 20:24:58 GMT+0100 (CET)\"},\"596\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":597}],\"scripts\":[],\"id\":847,\"shape\":{\"__isSmartRef__\":true,\"id\":611},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":626},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":614},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":627},\"label\":{\"__isSmartRef__\":true,\"id\":597},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Rotation\":0,\"padding\":{\"__isSmartRef__\":true,\"id\":636},\"name\":\"ObjectEditorClassButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":637},\"_Scale\":1,\"owner\":null,\"layout\":{\"__isSmartRef__\":true,\"id\":638},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":639},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":640},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"597\":{\"submorphs\":[],\"scripts\":[],\"id\":848,\"shape\":{\"__isSmartRef__\":true,\"id\":598},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":116,\"_MaxTextHeight\":18,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":603},\"textColor\":{\"__isSmartRef__\":true,\"id\":601},\"owner\":{\"__isSmartRef__\":true,\"id\":596},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":604}],\"padding\":{\"__isSmartRef__\":true,\"id\":606},\"_Padding\":{\"__isSmartRef__\":true,\"id\":607},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":608},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":609},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":610},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"598\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":599},\"_Extent\":{\"__isSmartRef__\":true,\"id\":600},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":601},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":602},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"599\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"600\":{\"x\":116,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"601\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"602\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"603\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"604\":{\"style\":{\"__isSmartRef__\":true,\"id\":605},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":597},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"605\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"606\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"607\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"608\":{\"x\":116,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"609\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"610\":{\"morph\":{\"__isSmartRef__\":true,\"id\":597},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"611\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":612},\"_Extent\":{\"__isSmartRef__\":true,\"id\":613},\"_Fill\":{\"__isSmartRef__\":true,\"id\":614},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":624},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":625},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"612\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"613\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"614\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":615},{\"__isSmartRef__\":true,\"id\":617},{\"__isSmartRef__\":true,\"id\":619},{\"__isSmartRef__\":true,\"id\":621}],\"vector\":{\"__isSmartRef__\":true,\"id\":623},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"615\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":616}},\"616\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"617\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":618}},\"618\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"619\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":620}},\"620\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"621\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":622}},\"622\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"623\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"624\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"625\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"626\":{\"x\":820,\"y\":8.999999999999972,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"627\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":628},{\"__isSmartRef__\":true,\"id\":630},{\"__isSmartRef__\":true,\"id\":632},{\"__isSmartRef__\":true,\"id\":634}],\"vector\":{\"__isSmartRef__\":true,\"id\":623},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"628\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":629}},\"629\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"630\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":631}},\"631\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"632\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":633}},\"633\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"634\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":635}},\"635\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"636\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"637\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"638\":{\"moveHorizontal\":true},\"639\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"640\":{\"morph\":{\"__isSmartRef__\":true,\"id\":596},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"641\":{\"submorphs\":[],\"scripts\":[],\"id\":\"66FF1778-8B7E-4DC6-B985-A07613FFCDDC\",\"shape\":{\"__isSmartRef__\":true,\"id\":642},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":649},\"itemList\":[],\"selectedLineNo\":1,\"showsHalos\":false,\"name\":\"ObjectEditorConnectionList\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":650},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"_ClipMode\":\"auto\",\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":651},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":652}],\"doNotSerialize\":[\"$$selection\"],\"doNotCopyProperties\":[\"$$selection\"],\"prevScroll\":[0,0],\"layout\":{\"__isSmartRef__\":true,\"id\":657},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":658},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":659},\"_FontSize\":10,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":660},\"grabbingEnabled\":false,\"draggingEnabled\":false,\"isCopyMorphRef\":true,\"morphRefId\":19,\"derivationIds\":[209,\"3900F5DF-0FF7-4C94-8BDB-44AAE12B4A3E\",\"35301083-B60D-4A43-8566-23860EEB4C04\",\"9CC401CC-5A35-4643-935B-FD049C284E16\",\"C9879D40-5E79-4C56-AA79-562ED82BF052\",\"9F6F9261-EB76-4B58-B77D-7D70813A1ED7\",\"8B59E237-F372-4F70-9768-7E9C1A7A021D\",\"FB5A3E84-4178-449A-8801-41031ECBD8CF\",\"BCB2DFCC-6BDE-404C-AB55-3C87EF803204\",\"D197A609-296B-4C41-A063-CC805CA05EBD\",\"2F6D4B6E-FC33-4C41-9A4A-CCA4393B079A\",\"D1BCAE00-1C80-497C-810C-52EB2A4AED57\",\"1A941695-5536-49CB-9C79-2877B8003369\",\"AD6DBDC7-DDC0-471A-94AC-6B54B4727A23\",\"62AAABEB-BA98-4632-879D-19633063D84A\",\"9C4331B9-D2E7-4DA7-92B2-CFAFF157EDE9\",\"520A7A10-AF66-4EC0-8368-FF4E99D4D4FA\",\"B77AAEB6-16DD-4FB6-8968-B7BB846A3321\",\"5477FB53-A93A-4941-A8A3-ADBC1F4E25C9\",\"1FBDD3A9-DB54-404E-8DBB-CADD60047AF4\"],\"selection\":null,\"_Rotation\":0,\"_Scale\":1,\"isLockOwner\":false,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":661},\"__LivelyClassName__\":\"lively.morphic.List\"},\"642\":{\"position\":{\"__isSmartRef__\":true,\"id\":643},\"_Extent\":{\"__isSmartRef__\":true,\"id\":644},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":645},\"_Fill\":{\"__isSmartRef__\":true,\"id\":646},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":647},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":648},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"643\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"644\":{\"x\":180,\"y\":74,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"645\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"646\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"647\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"648\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"649\":{\"x\":10,\"y\":441.5965565984398,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"650\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"migrationLevel\":2,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"651\":{\"x\":180,\"y\":75,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"652\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":641},\"sourceAttrName\":\"selection\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"displaySourceForConnection\",\"converterString\":\"function (value) {\\n if (!value) return;\\n return (value === '-- ALL --') ? null : value[1];\\n}\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":653},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":654},\"__LivelyClassName__\":\"AttributeConnection\"},\"653\":{\"source\":{\"__isSmartRef__\":true,\"id\":641},\"target\":{\"__isSmartRef__\":true,\"id\":1}},\"654\":{\"converter\":{\"__isSmartRef__\":true,\"id\":655}},\"655\":{\"originalFunc\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":653},\"source\":\"function (value) {\\n if (!value) return;\\n return (value === '-- ALL --') ? null : value[1];\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":656},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"656\":{},\"657\":{\"resizeHeight\":false,\"moveVertical\":true},\"658\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateListContent\":\"updateListContentHTML\",\"resizeList\":\"resizeListHTML\",\"getItemIndexFromEvent\":\"getItemIndexFromEventHTML\",\"getListExtent\":\"getListExtentHTML\",\"setSize\":\"setSizeHTML\",\"renderAsDropDownList\":\"renderAsDropDownListHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"getSelectedIndexes\":\"getSelectedIndexesHTML\",\"enableMultipleSelections\":\"enableMultipleSelectionsHTML\",\"selectAllAt\":\"selectAllAtHTML\",\"clearSelections\":\"clearSelectionsHTML\",\"deselectAt\":\"deselectAtHTML\"},\"659\":{\"morph\":{\"__isSmartRef__\":true,\"id\":641},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"660\":{\"x\":124.95989979964943,\"y\":-17.076643708895745,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"661\":{\"preselectItem\":{\"__isSmartRef__\":true,\"id\":662}},\"662\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":663},\"source\":\"function preselectItem() {\\n if (this.getList().size() === 2) {\\n this.selectAt(1);\\n } else {\\n this.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":664},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"663\":{\"this\":{\"__isSmartRef__\":true,\"id\":641}},\"664\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":665},\"user\":\"lauritz\"},\"665\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:12:58 GMT+0100 (CET)\"},\"666\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":667}],\"scripts\":[],\"id\":47,\"shape\":{\"__isSmartRef__\":true,\"id\":680},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":695},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":683},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":696},\"label\":{\"__isSmartRef__\":true,\"id\":667},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":705}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Rotation\":0,\"padding\":{\"__isSmartRef__\":true,\"id\":706},\"name\":\"ObjectEditorTargetButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":707},\"_Scale\":1,\"owner\":null,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":708},\"isCopyMorphRef\":true,\"morphRefId\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"667\":{\"submorphs\":[],\"scripts\":[],\"id\":48,\"shape\":{\"__isSmartRef__\":true,\"id\":668},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":116,\"_MaxTextHeight\":20,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":673},\"textColor\":{\"__isSmartRef__\":true,\"id\":671},\"owner\":{\"__isSmartRef__\":true,\"id\":666},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":674}],\"padding\":{\"__isSmartRef__\":true,\"id\":676},\"_Padding\":{\"__isSmartRef__\":true,\"id\":677},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":678},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":679},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"668\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":669},\"_Extent\":{\"__isSmartRef__\":true,\"id\":670},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":671},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":672},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"669\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"670\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"671\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"672\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setOpacity\":\"setOpacityHTML\"},\"673\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"674\":{\"style\":{\"__isSmartRef__\":true,\"id\":675},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":667},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"675\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"676\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"677\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"678\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"679\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"680\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":681},\"_Extent\":{\"__isSmartRef__\":true,\"id\":682},\"_Fill\":{\"__isSmartRef__\":true,\"id\":683},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":693},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":694},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"681\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"682\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"683\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":684},{\"__isSmartRef__\":true,\"id\":686},{\"__isSmartRef__\":true,\"id\":688},{\"__isSmartRef__\":true,\"id\":690}],\"vector\":{\"__isSmartRef__\":true,\"id\":692},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"684\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":685}},\"685\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"686\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":687}},\"687\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"688\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":689}},\"689\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"690\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":691}},\"691\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"692\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"693\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"694\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setOpacity\":\"setOpacityHTML\"},\"695\":{\"x\":215,\"y\":35,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"696\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":697},{\"__isSmartRef__\":true,\"id\":699},{\"__isSmartRef__\":true,\"id\":701},{\"__isSmartRef__\":true,\"id\":703}],\"vector\":{\"__isSmartRef__\":true,\"id\":692},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"697\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":698}},\"698\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"699\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":700}},\"700\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"701\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":702}},\"702\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"703\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":704}},\"704\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"705\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":666},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"chooseTargetMorphMenu\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__LivelyClassName__\":\"AttributeConnection\"},\"706\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"707\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"708\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\"},\"709\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"710\":{\"x\":715.5,\"y\":73.89999999999998,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"711\":{\"submorphs\":[],\"scripts\":[],\"id\":435,\"shape\":{\"__isSmartRef__\":true,\"id\":712},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":true,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":719},\"_MaxTextWidth\":218,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":720},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorMorphSelector\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":721},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":722}],\"charsReplaced\":\"\",\"lastFindLoc\":5,\"priorSelectionRange\":[15,15],\"prevScroll\":[0,0],\"_ClipMode\":\"visible\",\"list\":[],\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":724}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"listMorph\":null,\"_WhiteSpaceHandling\":\"pre-wrap\",\"owner\":null,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":726},\"_Align\":\"left\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":727},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":728},\"_MinTextWidth\":218,\"_MinTextHeight\":null,\"scriptAnnotations\":{\"__isSmartRef__\":true,\"id\":729},\"selection\":{\"__isSmartRef__\":true,\"id\":0},\"previousSelection\":[0,13],\"isCopyMorphRef\":true,\"morphRefId\":1,\"isBeingDragged\":false,\"draggingEnabled\":false,\"layout\":{\"__isSmartRef__\":true,\"id\":748},\"_Rotation\":0,\"_Scale\":1,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":749},\"savedTextString\":\"100\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":750},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"712\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":713},\"_Extent\":{\"__isSmartRef__\":true,\"id\":714},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":715},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":716},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":717},\"_BorderRadius\":3.7000000000000006,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_Fill\":{\"__isSmartRef__\":true,\"id\":718},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"713\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"714\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"715\":{\"r\":0.753,\"g\":0.753,\"b\":0.753,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"716\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"717\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"718\":{\"r\":0.9548430751559654,\"g\":0.9548430751559654,\"b\":0.9548430751559654,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"719\":{\"x\":200,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"720\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"721\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"722\":{\"style\":{\"__isSmartRef__\":true,\"id\":723},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":711},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"723\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"724\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":711},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"setTarget\",\"converter\":null,\"converterString\":\"function (name) { return $world.get(name)}\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":725},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"725\":{\"source\":{\"__isSmartRef__\":true,\"id\":711},\"target\":{\"__isSmartRef__\":true,\"id\":1}},\"726\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"727\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"728\":{\"morph\":{\"__isSmartRef__\":true,\"id\":711},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"729\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":730},\"displayTopLevelMorphs\":{\"__isSmartRef__\":true,\"id\":732},\"onMouseUp\":{\"__isSmartRef__\":true,\"id\":734},\"resetConnections\":{\"__isSmartRef__\":true,\"id\":736},\"setTargetToListSelection\":{\"__isSmartRef__\":true,\"id\":738},\"setTargetOfPane\":{\"__isSmartRef__\":true,\"id\":740},\"onBlur\":{\"__isSmartRef__\":true,\"id\":742},\"reset\":{\"__isSmartRef__\":true,\"id\":744},\"onMouseDown\":{\"__isSmartRef__\":true,\"id\":746}},\"730\":{\"time\":{\"__isSmartRef__\":true,\"id\":731},\"user\":\"lauritz\"},\"731\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 05:27:29 GMT+0200 (CEST)\"},\"732\":{\"time\":{\"__isSmartRef__\":true,\"id\":733},\"user\":\"lauritz\"},\"733\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 14 2011 23:48:37 GMT+0200 (CEST)\"},\"734\":{\"time\":{\"__isSmartRef__\":true,\"id\":735},\"user\":\"lauritz\"},\"735\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 03 2011 18:51:14 GMT+0200 (CEST)\"},\"736\":{\"time\":{\"__isSmartRef__\":true,\"id\":737},\"user\":\"lauritz\"},\"737\":{\"isSerializedDate\":true,\"string\":\"Wed Sep 28 2011 01:03:17 GMT+0200 (CEST)\"},\"738\":{\"time\":{\"__isSmartRef__\":true,\"id\":739},\"user\":\"lauritz\"},\"739\":{\"isSerializedDate\":true,\"string\":\"Sat Oct 15 2011 00:00:58 GMT+0200 (CEST)\"},\"740\":{\"time\":{\"__isSmartRef__\":true,\"id\":741},\"user\":\"lauritz\"},\"741\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 03 2011 18:34:37 GMT+0200 (CEST)\"},\"742\":{\"time\":{\"__isSmartRef__\":true,\"id\":743},\"user\":\"lauritz\"},\"743\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 07 2011 19:24:18 GMT+0200 (CEST)\"},\"744\":{\"time\":{\"__isSmartRef__\":true,\"id\":745},\"user\":\"lauritz\"},\"745\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 07 2011 19:26:15 GMT+0200 (CEST)\"},\"746\":{\"time\":{\"__isSmartRef__\":true,\"id\":747},\"user\":\"lauritz\"},\"747\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 17 2011 19:49:00 GMT+0200 (CEST)\"},\"748\":{},\"749\":{\"x\":153.8540395186758,\"y\":-23.74126935194758,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"750\":{\"getList\":{\"__isSmartRef__\":true,\"id\":751},\"setList\":{\"__isSmartRef__\":true,\"id\":754},\"reset\":{\"__isSmartRef__\":true,\"id\":757},\"example\":{\"__isSmartRef__\":true,\"id\":760},\"removeList\":{\"__isSmartRef__\":true,\"id\":763},\"onBlur\":{\"__isSmartRef__\":true,\"id\":766},\"createListMorph\":{\"__isSmartRef__\":true,\"id\":773},\"resetConnections\":{\"__isSmartRef__\":true,\"id\":776},\"displayTopLevelMorphs\":{\"__isSmartRef__\":true,\"id\":779},\"setTargetToListSelection\":{\"__isSmartRef__\":true,\"id\":782},\"setTargetOfPane\":{\"__isSmartRef__\":true,\"id\":785},\"onMouseDown\":{\"__isSmartRef__\":true,\"id\":788}},\"751\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":752},\"source\":\"function getList() {\\n return this.world().indentedListItemsOfMorphNames();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":753},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"752\":{\"this\":{\"__isSmartRef__\":true,\"id\":711}},\"753\":{},\"754\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":755},\"source\":\"function setList(list) {\\n return this.list = list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":756},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"755\":{\"this\":{\"__isSmartRef__\":true,\"id\":711}},\"756\":{},\"757\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":758},\"source\":\"function reset() {\\n this.list = [];\\n this.textString = 'empty';\\n this.removeList();\\n this.resetConnections();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":759},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"758\":{\"this\":{\"__isSmartRef__\":true,\"id\":711}},\"759\":{},\"760\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":761},\"source\":\"function example() {\\n/*\\nthis.example()\\nthis.getList()\\n*/\\n this.setList(Array.range(0,100));\\n this.textString = 'empty';\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":762},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"761\":{\"this\":{\"__isSmartRef__\":true,\"id\":711}},\"762\":{},\"763\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":764},\"source\":\"function removeList() {\\n this.listMorph && this.listMorph.remove()\\n this.listMorph = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":765},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"764\":{\"this\":{\"__isSmartRef__\":true,\"id\":711}},\"765\":{},\"766\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":767},\"source\":\"function onBlur() {\\n $super();\\n this.removeList();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":772},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"767\":{\"this\":{\"__isSmartRef__\":true,\"id\":711},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":768}},\"768\":{\"$super\":{\"__isSmartRef__\":true,\"id\":769}},\"769\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":770},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":771},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"770\":{\"obj\":{\"__isSmartRef__\":true,\"id\":711},\"name\":\"onBlur\"},\"771\":{},\"772\":{},\"773\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":774},\"source\":\"function createListMorph() {\\n var list = new lively.morphic.List(new Rectangle(0,0, this.getExtent().x, 520));\\n list.setList(this.getList());\\n list.setFontSize(12);\\n\\n list.disableGrabbing();\\n list.disableDragging();\\n \\n this.addMorph(list);\\n list.setPosition(pt(0,0));\\n\\n connect(list, 'selection', this, 'setTargetToListSelection');\\n \\n return list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":775},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"774\":{\"this\":{\"__isSmartRef__\":true,\"id\":711}},\"775\":{},\"776\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":777},\"source\":\"function resetConnections() {\\n disconnectAll(this);\\n connect(this, 'savedTextString', this.owner, 'setTarget', {converter: \\n\\tfunction (name) { return $world.get(name)}});\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":778},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"777\":{\"this\":{\"__isSmartRef__\":true,\"id\":711}},\"778\":{},\"779\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":780},\"source\":\"function displayTopLevelMorphs() {\\n if (this.listMorph) { this.removeList(); return true }\\n var list = this.createListMorph(); \\n this.addMorph(list);\\n this.listMorph = list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":781},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"780\":{\"this\":{\"__isSmartRef__\":true,\"id\":711}},\"781\":{},\"782\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":783},\"source\":\"function setTargetToListSelection(selection) { \\n this.removeList();\\n if (!selection) return;\\n if (this.owner.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function (confirmed) {\\n if (confirmed) that.setTargetOfPane(selection);\\n }\\n this.owner.confirmUnsavedChanges(callback);\\n } else {\\n this.setTargetOfPane(selection);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":784},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"783\":{\"this\":{\"__isSmartRef__\":true,\"id\":711}},\"784\":{},\"785\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":786},\"source\":\"function setTargetOfPane(selection) {\\n this.owner.setTarget(selection);\\n this.setTextString(selection.getName());\\n this.removeList();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":787},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"786\":{\"this\":{\"__isSmartRef__\":true,\"id\":711}},\"787\":{},\"788\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":789},\"source\":\"function onMouseDown(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n return false;\\n } else {\\n this.displayTopLevelMorphs();\\n return true;\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":794},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"789\":{\"this\":{\"__isSmartRef__\":true,\"id\":711},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":790}},\"790\":{\"$super\":{\"__isSmartRef__\":true,\"id\":791}},\"791\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":792},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":793},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"792\":{\"obj\":{\"__isSmartRef__\":true,\"id\":711},\"name\":\"onMouseDown\"},\"793\":{},\"794\":{},\"795\":{\"morph\":{\"__isSmartRef__\":true,\"id\":19},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"796\":{\"sortedScriptNamesOfObj\":{\"__isSmartRef__\":true,\"id\":797},\"setTarget\":{\"__isSmartRef__\":true,\"id\":800},\"generateSourceForScript\":{\"__isSmartRef__\":true,\"id\":803},\"generateSourceForConnection\":{\"__isSmartRef__\":true,\"id\":806},\"generateTargetCode\":{\"__isSmartRef__\":true,\"id\":809},\"sortedConnectionNamesOfObj\":{\"__isSmartRef__\":true,\"id\":812},\"displayJavaScriptSource\":{\"__isSmartRef__\":true,\"id\":815},\"displaySourceForScript\":{\"__isSmartRef__\":true,\"id\":818},\"displaySourceForConnection\":{\"__isSmartRef__\":true,\"id\":821},\"newScript\":{\"__isSmartRef__\":true,\"id\":824},\"newConnection\":{\"__isSmartRef__\":true,\"id\":827},\"deleteSelectedScript\":{\"__isSmartRef__\":true,\"id\":830},\"disconnectConnection\":{\"__isSmartRef__\":true,\"id\":833},\"updateLists\":{\"__isSmartRef__\":true,\"id\":836},\"displayInitialScript\":{\"__isSmartRef__\":true,\"id\":839},\"reset\":{\"__isSmartRef__\":true,\"id\":842},\"selectChangedContent\":{\"__isSmartRef__\":true,\"id\":845}},\"797\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":798},\"source\":\"function sortedScriptNamesOfObj(obj) {\\n if (!Functions.own(obj) || Functions.own(obj).size() == 0) return [];\\n return Functions.own(obj)\\n\\t.select(function(name) { return obj[name].hasLivelyClosure })\\n\\t.sortBy(function(name) { return name.toLowerCase() });\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":799},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"798\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"799\":{},\"800\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":801},\"source\":\"function setTarget(morph) {\\n this.reset();\\n module('lively.ide.SyntaxHighlighting').load(true);\\n this.target = morph;\\n this.morphSelector.textString = (this.target.getName() || this.target.toString());\\n this.scriptPane.doitContext = this.target;\\n this.updateLists();\\n this.displayInitialScript();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":802},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"801\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"802\":{},\"803\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":804},\"source\":\"function generateSourceForScript(scriptName) {\\n var script = this.target[scriptName].getOriginal();\\n return Strings.format('this.addScript(%s);' ,script)\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":805},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"804\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"805\":{},\"806\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":807},\"source\":\"function generateSourceForConnection(connection) {\\n var c = connection, targetObject = this.target;\\n\\tif (!c.getTargetObj() || !c.getTargetObj().name || \\n\\t\\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\\n\\n\\tvar optConfig = []\\n\\tif (c.converterString)\\n\\t\\toptConfig.push(\\\"converter: \\\\n\\\\t\\\" + c.converterString)\\n\\tif (c.updaterString)\\n\\t\\toptConfig.push(\\\"updater: \\\\n\\\\t\\\" + c.updaterString)\\n\\treturn Strings.format('connect(%s, \\\"%s\\\", %s, \\\"%s\\\", {%s});', \\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getSourceObj()),\\n\\t\\t\\tc.getSourceAttrName(),\\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getTargetObj()),\\n\\t\\t\\tc.getTargetMethodName(),\\n\\t\\t\\toptConfig.join(','));\\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":808},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"807\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"808\":{},\"809\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":810},\"source\":\"function generateTargetCode(baseObject, targetObject) {\\n\\tvar name = targetObject.name;\\n\\tif (baseObject === targetObject) \\n\\t\\treturn \\\"this\\\";\\n\\telse if (baseObject[name] === targetObject) \\n\\t\\treturn \\\"this.\\\" + name;\\n\\telse if (baseObject.testObject === targetObject) \\n\\t\\treturn \\\"this.testObject\\\";\\n\\telse if (baseObject.get(name) === targetObject) \\n\\t\\treturn 'this.get(\\\"' + name + '\\\")';\\n\\telse if (targetObject instanceof Morph) \\n\\t\\treturn '$morph(\\\"' + name + '\\\")';\\n\\telse \\n\\t\\treturn \\\"????\\\";\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":811},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"810\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"811\":{},\"812\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":813},\"source\":\"function sortedConnectionNamesOfObj(obj) {\\n if (\\\"attributeConnections\\\" in obj) {\\n return obj.attributeConnections\\n .sortBy(function(each) {return name.toLowerCase() })\\n .collect(function(each) {return [each.getSourceAttrName(), each]});\\n } else {\\n return [];\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":814},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"813\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"814\":{},\"815\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":816},\"source\":\"function displayJavaScriptSource(jsCode) {\\n this.scriptPane.setTextString(jsCode);\\n this.scriptPane.highlightJavaScriptSyntax();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":817},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"816\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"817\":{},\"818\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":819},\"source\":\"function displaySourceForScript(scriptName) {\\n if (!scriptName) return;\\n var code = \\\"\\\", that = this;\\n if (scriptName === \\\"-- ALL --\\\") {\\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForScript(each)).concat(\\\"\\\\n\\\\n\\\");\\n });\\n } else {\\n code = this.generateSourceForScript(scriptName); \\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":820},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"819\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"820\":{},\"821\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":822},\"source\":\"function displaySourceForConnection(connection) {\\n if (!connection) return;\\n var code = \\\"\\\", that = this;\\n if ((typeof connection === \\\"string\\\") && connection === \\\"-- ALL --\\\") {\\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\\\"\\\\n\\\\n\\\");\\n })\\n } else {\\n code = this.generateSourceForConnection(connection);\\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":823},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"822\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"823\":{},\"824\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":825},\"source\":\"function newScript() {\\n if (this.target) {\\n var code = \\\"this.addScript(function SCRIPTNAME() {\\\\n\\\\t\\\\n});\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":826},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"825\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"826\":{},\"827\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":828},\"source\":\"function newConnection() {\\n if (this.target) {\\n var code = \\\"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":829},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"828\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"829\":{},\"830\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":831},\"source\":\"function deleteSelectedScript() {\\n if (this.scriptList.selection && this.target) {\\n if (!this.target.hasOwnProperty(this.scriptList.selection)) return;\\n delete this.target[this.scriptList.selection];\\n this.updateLists();\\n this.displayInitialScript();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":832},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"831\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"832\":{},\"833\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":834},\"source\":\"function disconnectConnection() {\\n var selection = this.connectionList.selection;\\n if (selection && \\n (typeof selection !== \\\"string\\\") &&\\n this.target.attributeConnections.indexOf(selection[1]) > -1) {\\n var c = this.connectionList.selection[1];\\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\\n this.updateLists();\\n this.displayInitialScript();\\n } \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":835},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"834\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"835\":{},\"836\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":837},\"source\":\"function updateLists() {\\n this.scriptList.setList(this.sortedScriptNamesOfObj(this.target));\\n var scriptListItems = this.scriptList.getList();\\n scriptListItems.unshift(\\\"-- ALL --\\\");\\n this.scriptList.setList(scriptListItems);\\n\\n this.connectionList.setList(this.sortedConnectionNamesOfObj(this.target));\\n var connectionListItems = this.connectionList.getList();\\n connectionListItems.unshift(\\\"-- ALL --\\\");\\n this.connectionList.setList(connectionListItems);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":838},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"837\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"838\":{},\"839\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":840},\"source\":\"function displayInitialScript() {\\n if (this.scriptList.getList().size() > 1) {\\n this.scriptList.selectAt(0);\\n } else if (this.connectionList.getList().size() > 1) {\\n this.connectionList.selectAt(0);\\n } else {\\n this.scriptList.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":841},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"840\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"841\":{},\"842\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":843},\"source\":\"function reset() {\\n this.target = null;\\n this.scriptPane.doitContext = null;\\n this.scriptList.setList();\\n this.connectionList.setList();\\n this.scriptPane.setTextString(\\\"\\\");\\n this.morphSelector.reset();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":844},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"843\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"844\":{},\"845\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":846},\"source\":\"function selectChangedContent(source) {\\n\\n var addScriptRegex = /this\\\\.addScript\\\\s*\\\\(\\\\s*function\\\\s*([^\\\\(]*)/g;\\n var addScriptMatches = [];\\n var addScriptMatch = addScriptRegex.exec(source);\\n while (addScriptMatch) {\\n addScriptMatches.push(addScriptMatch[1]);\\n addScriptMatch = addScriptRegex.exec(source);\\n }\\n \\n // if scripts were added, select either a specific one or all\\n if (addScriptMatches.length > 0) { \\n if (addScriptMatches.length === 1) {\\n var index = this.scriptList.getList().indexOf(addScriptMatches[0]);\\n if (index > -1) { \\n return this.scriptList.selectAt(index);\\n }\\n }\\n return this.scriptList.selectAt(0);\\n }\\n\\n var connectionRegex = \\n /connect\\\\(\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"\\\\s*,\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"/g;\\n var connectionMatches = [];\\n var connectionMatch = connectionRegex.exec(source);\\n while (connectionMatch) {\\n connectionMatches.push(connectionMatch);\\n connectionMatch = connectionRegex.exec(source);\\n }\\n\\n // if connections were made, select either a specific one or all\\n if (connectionMatches.length > 0) {\\n if (connectionMatches.length === 1) {\\n var match = connectionMatches[0];\\n for (var i=0; i -1) {\\n var c = selection[1];\\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\\n editor.updateLists();\\n editor.displayInitialScript();\\n } \\n }\\n\\n var message = 'Disconnect \\\"' + selection[0] +'\\\" connection?';\\n var callback = disconnectConnection;\\n\\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\\n\\n return this.world().openDialog(dialog);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1045},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1044\":{\"this\":{\"__isSmartRef__\":true,\"id\":991}},\"1045\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1046},\"user\":\"lauritz\",\"categories\":[]},\"1046\":{\"isSerializedDate\":true,\"string\":\"Fri Nov 11 2011 01:46:54 GMT+0100 (CET)\"},\"1047\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1048}],\"scripts\":[],\"id\":\"C705D7A9-8254-4326-B950-DCD856B516D2\",\"shape\":{\"__isSmartRef__\":true,\"id\":1063},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1079},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1066},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1080},\"label\":{\"__isSmartRef__\":true,\"id\":1048},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1089}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1091},\"name\":\"ObjectEditorRemoveScriptButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1092},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1093},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1094},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1095},\"isCopyMorphRef\":true,\"morphRefId\":24,\"draggingEnabled\":false,\"objectEditorPane\":{\"__isSmartRef__\":true,\"id\":1},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1096},\"derivationIds\":[217,\"FDC10087-12CF-4570-9211-8309CB6A9AA3\",\"E18FC530-4B1F-4F08-8DA6-3866A3519E56\",\"04A2AAC3-6A9E-40BB-9408-EBB2567EE63B\",\"8C1A42CE-840C-4AAE-BD79-C93A445B9EBF\",\"61FC11FA-B87E-4EFE-BD15-564D3178B68B\",\"ED34F9B5-9E00-41B3-8313-D9C3D6B3B231\",\"53BFD03D-D218-488F-AB07-47740A4D619C\",\"4BDF543E-5B60-4A9C-B92A-0CD374DDA207\",\"FD57753F-33FD-4C65-A2D6-27C86C0F540D\",\"E23F1DF0-4558-4649-A79A-0E1D1E5DF302\",\"FE36A65D-E547-4CCB-ACAD-E803D0C7795A\",\"0AD738A2-D4CB-4F01-9193-D561C93E665D\",\"EBBFCB53-DD5F-4575-B7FD-FDEB70077797\",\"37659BBB-D82E-4B3C-A062-2BD2F89574EC\",\"BC31C0B1-E9AC-467F-8567-05133645FF88\",\"8CA7A2C0-2D56-4028-90FA-142119044DF5\",\"53E17DE4-7CA5-43BE-A7D8-B1C64842506A\",\"90FE8129-B1AD-4D43-8CBA-264B2441D3BC\",\"8E72CCFB-1B5C-4B4A-88EF-B97798445330\"],\"_Rotation\":0,\"_Scale\":1,\"isLockOwner\":false,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1097},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1048\":{\"submorphs\":[],\"scripts\":[],\"id\":\"02054249-C97E-43AA-A34C-9019364554A7\",\"shape\":{\"__isSmartRef__\":true,\"id\":1049},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":25,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1055},\"textColor\":{\"__isSmartRef__\":true,\"id\":1052},\"owner\":{\"__isSmartRef__\":true,\"id\":1047},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1056}],\"padding\":{\"__isSmartRef__\":true,\"id\":1058},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1059},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1060},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1061},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1062},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":25,\"_MinTextHeight\":null,\"draggingEnabled\":false,\"derivationIds\":[218,\"852A7BD9-52EE-4708-A2D5-1BDECF33C958\",\"7B4F173E-9726-472A-9B30-530D4AA92AD9\",\"CBA217F6-2832-4213-9ABE-47753C1A4180\",\"E6B97D1D-95D5-4644-9359-1D08D42A51F4\",\"4391A57E-70C2-4628-9828-DD668CCE546E\",\"F0C6C298-3B8B-42B2-B5E9-E5B82F607B01\",\"262ED0F9-A2AF-443B-9319-7D69F0869496\",\"66FFDAD4-4F81-44D2-A8DA-473C32BC124F\",\"7F18F0DD-D79B-440F-B08D-9A74550D6CFA\",\"CC9DC109-0381-47CA-90F3-B292B042A8C9\",\"0AE28989-1EE9-489A-A3F7-FAB737907B08\",\"707F39C2-F668-4485-A6D7-685C2022BF47\",\"CBE59654-8D46-4C71-AAAC-3B310F67F914\",\"85C21C11-AF2B-4462-97E9-0D2F561143E7\",\"82B7849E-AAF2-4684-B5ED-1C710A7805DB\",\"F5710749-2465-4F14-B4A2-F7F6FEFCECAB\",\"D28D1889-5FD1-4C24-A170-844DB84E09B1\",\"E046226D-C0B9-4DA2-8299-7A2FBDC1048B\",\"79663FFA-572A-4762-B213-75E15A272B17\"],\"_Scale\":1,\"isLockOwner\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1049\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1050},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1051},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1052},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1053},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1054},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1050\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1051\":{\"x\":25,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1052\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1053\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1054\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1055\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1056\":{\"style\":{\"__isSmartRef__\":true,\"id\":1057},\"morph\":{\"__isSmartRef__\":true,\"id\":1048},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1048},\"storedString\":\"-\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1057\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1058\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1059\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1060\":{\"x\":25,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1061\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1062\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1048},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1063\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1064},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1065},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1066},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1076},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1077},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1078},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1064\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1065\":{\"x\":25,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1066\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1067},{\"__isSmartRef__\":true,\"id\":1069},{\"__isSmartRef__\":true,\"id\":1071},{\"__isSmartRef__\":true,\"id\":1073}],\"vector\":{\"__isSmartRef__\":true,\"id\":1075},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1067\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1068}},\"1068\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1069\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1070}},\"1070\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1071\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1072}},\"1072\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1073\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1074}},\"1074\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1075\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1076\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1077\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1078\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1079\":{\"x\":160,\"y\":40,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1080\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1081},{\"__isSmartRef__\":true,\"id\":1083},{\"__isSmartRef__\":true,\"id\":1085},{\"__isSmartRef__\":true,\"id\":1087}],\"vector\":{\"__isSmartRef__\":true,\"id\":1075},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1081\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1082}},\"1082\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1083\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1084}},\"1084\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1085\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1086}},\"1086\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1087\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1088}},\"1088\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1089\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1047},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1047},\"targetMethodName\":\"deleteSelectedScript\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1090},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1090\":{\"source\":{\"__isSmartRef__\":true,\"id\":1047},\"target\":{\"__isSmartRef__\":true,\"id\":1047}},\"1091\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1092\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1093\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1094\":{\"x\":30,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1095\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1047},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1096\":{\"x\":33.35839679439101,\"y\":-21.324811622839547,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1097\":{\"deleteSelectedScript\":{\"__isSmartRef__\":true,\"id\":1098}},\"1098\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1099},\"source\":\"function deleteSelectedScript() {\\n\\n var editor = this.objectEditorPane;\\n var selection = editor.scriptList.selection;\\n\\n if (!editor.target || editor.scriptList.getList().size() < 2) \\n return; \\n\\n var deleteScript = function (confirmed) {\\n if (!confirmed) return;\\n \\n if (selection && editor.target) {\\n if (!editor.target.hasOwnProperty(selection)) \\n return;\\n delete editor.target[selection];\\n editor.updateLists();\\n editor.displayInitialScript();\\n }\\n }\\n\\n var message = 'Delete \\\"' + selection + '\\\" script?';\\n var callback = deleteScript;\\n\\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\\n\\n return this.world().openDialog(dialog);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1100},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1099\":{\"this\":{\"__isSmartRef__\":true,\"id\":1047}},\"1100\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1101},\"user\":\"lauritz\"},\"1101\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 18:12:21 GMT+0100 (CET)\"},\"1102\":{\"submorphs\":[],\"scripts\":[],\"id\":\"3E251BAD-210D-417B-9A37-12BD0289C31B\",\"shape\":{\"__isSmartRef__\":true,\"id\":1103},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":false,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1109},\"_MaxTextWidth\":64.8979476392384,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1106},\"showsHalos\":false,\"_FontSize\":9,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorScriptsText1\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1110},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1111}],\"charsReplaced\":\"Scripts\",\"lastFindLoc\":-7,\"priorSelectionRange\":[0,7],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1113},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1114},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1115},\"_WhiteSpaceHandling\":\"pre-wrap\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":64.8979476392384,\"_MinTextHeight\":null,\"_ClipMode\":\"visible\",\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1116},\"eventsAreIgnored\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"isCopyMorphRef\":true,\"morphRefId\":27,\"derivationIds\":[223,\"5E3A69EF-26C1-4D0D-B04C-8C3894017F56\",\"14AB1B91-3ED6-49AE-AA58-47D18B6C569F\",\"991D4A54-1FC4-4BC7-AA82-F814AC52CDE3\",\"DB9B19F7-4390-4CE5-9B1D-62177CB8D605\",\"8F7B2EE9-9538-4044-B75B-6A12F3108B70\",\"4B9F9B4B-C7D3-418D-9AC9-10503A4EBF8E\",\"BBD8C74C-AA36-42AB-BC9B-14102EB539F6\",\"1B71CADF-9C83-490E-87DC-23E0CA2298CE\",\"DCC82F37-4930-439A-B2D2-54E8679BAC76\",\"39B9F5C7-0B53-47A6-A41C-FE197CDBBDDB\",\"E35E39E1-789C-444C-81E6-60F90AD951DD\",\"7C8690CD-9111-49BB-8A2A-3BC7969AE88C\",\"98DBBC76-0182-4A73-9DFB-FA3389CB026B\",\"1B308401-A12A-4B66-9627-7731918E07F0\",\"8B0640D8-6622-460D-BB7E-7556171D63FF\",\"FA43EB14-89D6-44CE-B38A-6D164EA9A51B\",\"1E9691EC-B753-429A-AFEB-B5CF88418FA5\",\"6A64CCE3-240A-42FE-A1BF-7921BE4E502A\",\"820AF339-D4F0-4ACD-9334-2D96576D03B6\"],\"_Rotation\":0,\"_Scale\":1,\"isLockOwner\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1103\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1104},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1105},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1106},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1107},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1108},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1104\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1105\":{\"x\":64.8979476392384,\"y\":14,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1106\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1107\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1108\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1109\":{\"x\":198.16434648623274,\"y\":12.911539589748486,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1110\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1111\":{\"style\":{\"__isSmartRef__\":true,\"id\":1112},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1102},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Target:\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1112\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1113\":{\"x\":64.8979476392384,\"y\":14,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1114\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1115\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1102},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1116\":{\"x\":41.065989525935834,\"y\":-10.506047005169194,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1117\":{\"submorphs\":[],\"scripts\":[],\"id\":\"D72918F3-51B3-48F9-BC34-B908862DE053\",\"shape\":{\"__isSmartRef__\":true,\"id\":1118},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":false,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1124},\"_MaxTextWidth\":64.8979476392384,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1121},\"showsHalos\":false,\"_FontSize\":9,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorScriptsText2\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1125},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1126}],\"charsReplaced\":\"Scripts\",\"lastFindLoc\":-7,\"priorSelectionRange\":[0,7],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1128},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1129},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1130},\"_WhiteSpaceHandling\":\"pre-wrap\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":64.8979476392384,\"_MinTextHeight\":null,\"_ClipMode\":\"visible\",\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1131},\"eventsAreIgnored\":true,\"isCopyMorphRef\":true,\"morphRefId\":27,\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"derivationIds\":[224,\"35EF8FE5-067D-45B6-AF21-77040F11D340\",\"80DC09DD-22D4-4089-B5C3-857B32C9BE9B\",\"EF080074-E6B9-47F3-A87F-26313B40C430\",\"F6977801-C1A7-445C-9BF1-8A1019E202FB\",\"8C9157AE-0343-4CFB-8186-1D5E05D2ECBE\",\"DD3C23F8-6463-4EAE-959B-C486E27D9BDA\",\"F16D4843-E33A-4847-9119-8ADCB2391A2B\",\"93B78FFC-839A-43E2-9E12-DD5E2CDB87FE\",\"93028C86-6A06-4479-BAD4-777E4A51AD4B\",\"4B45454C-7880-4716-ACD4-111FECED492F\",\"B2B84578-EF39-41BB-A9E6-5173BC3490E0\",\"1897E74F-CAE7-4090-AB48-373C2965336D\",\"DF3A0515-9057-45E2-90B7-03C12AFDC2E8\",\"F76A15DB-FB4E-4C48-B625-F793D308DAB8\",\"F160CD4B-1535-41E2-A8CA-C81B8E9C58AE\",\"453065F3-0770-4C4F-800E-63C1178FCDD6\",\"42573583-DA5E-4ADF-810B-4D97C0A9289C\",\"5B9E7444-3499-46FC-B481-ED13EB951905\",\"ED647793-7D2B-434E-881D-21C3CD96FCED\"],\"_Rotation\":0,\"_Scale\":1,\"isLockOwner\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1118\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1119},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1120},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1121},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1122},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1123},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1119\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1120\":{\"x\":64.8979476392384,\"y\":14,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1121\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1122\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1123\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1124\":{\"x\":10,\"y\":12.911539589749026,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1125\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1126\":{\"style\":{\"__isSmartRef__\":true,\"id\":1127},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1117},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Tag:\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1127\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1128\":{\"x\":64.8979476392384,\"y\":14,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1129\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1130\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1117},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1131\":{\"x\":45.76052154281416,\"y\":-27.783027415339603,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1132\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1133}],\"scripts\":[],\"id\":\"DAA21FFE-85D0-412F-8335-C60C47922E6C\",\"shape\":{\"__isSmartRef__\":true,\"id\":1148},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1164},\"value\":true,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1165},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1151},\"label\":{\"__isSmartRef__\":true,\"id\":1133},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1174},\"name\":\"ObjectEditorTagChooser\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1175},\"listMorph\":null,\"list\":[],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1176},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1177},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1178},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1179},\"textString\":\"PartsBinBrowser\",\"selection\":\"\",\"_ClipMode\":\"visible\",\"prevScroll\":[0,0],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"setTargetToListSelection\":\"all\",\"savedTextString\":\"all\",\"derivationIds\":[225,\"7F83847B-D0B1-4A31-8601-43424B97C858\",\"E08FC110-71D7-4FFD-B4A8-08F8147B95BA\",\"5534107D-C5C9-48DD-A1ED-B87E9D9B672C\",\"0B89FA7A-768C-4062-98AE-C455E8DAFF19\",\"799320C6-CFBA-40E7-B03D-64BFE9B78248\",\"9B650AA3-271B-4E72-B230-51C6F64B7462\",\"C62244AF-014B-43A4-8892-D3F1B0BADB42\",\"FE35AB4B-9471-4685-87A8-E33284F9ACC6\",\"0611BF6C-67D9-4AAD-BF6E-DB244C631D74\",\"C89C89E4-7445-450C-AB89-0A9D0F8E93F9\",\"AFEFB4CB-63DD-4210-BBBE-E7B6C58D84FE\",\"E887093C-823E-4C7A-A87F-BA13610C8EAF\",\"C30A7B5C-F11E-45DF-BA45-B031C82CBC3A\",\"20979771-EA41-4553-A23B-C90899AD8592\",\"E359462D-A125-494F-9E62-BAE5A1F01526\",\"4CDA8346-C7EC-4ECE-B6B7-52065F2A7C2F\",\"B0ECD2A8-A0E4-46EB-AC56-0FF3163F369F\",\"B7FC5F94-B421-47C6-8A12-9F663EA2E811\",\"DDA4A513-255A-494E-B422-5A2981AD086B\"],\"_Rotation\":0,\"_Scale\":1,\"isLockOwner\":false,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1180},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1133\":{\"submorphs\":[],\"scripts\":[],\"id\":\"91A07B59-DA99-4A15-BF27-E2789D7B859A\",\"shape\":{\"__isSmartRef__\":true,\"id\":1134},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":130,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1140},\"textColor\":{\"__isSmartRef__\":true,\"id\":1137},\"owner\":{\"__isSmartRef__\":true,\"id\":1132},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1141}],\"padding\":{\"__isSmartRef__\":true,\"id\":1143},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1143},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1144},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1145}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1146},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1147},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":130,\"_MinTextHeight\":null,\"_Align\":\"left\",\"_FontFamily\":\"Arial\",\"_FontSize\":11,\"derivationIds\":[226,\"03DBF3F8-8EA2-4426-BA64-C4297DDAB015\",\"B8F87302-BEC3-48CD-9BBA-6C7DBB6287E1\",\"4AA6AE51-338B-4E3E-814B-9F99C693A2D5\",\"08F6CE56-AD91-4C27-9429-C3DEA313696C\",\"D39C963C-FD24-4498-A6D8-71E5102CE58A\",\"132C2A9E-3466-4051-AAEA-6E485A91F408\",\"147717FC-7714-4F03-BA39-ADED4F708C82\",\"9A8D6D09-A3E4-4F4B-A6E1-EFAA3109C35B\",\"792FB978-5EBB-4618-AC82-741796315B3D\",\"CDDAC758-31F6-40C0-9763-AC0073576977\",\"9869230C-E118-4201-A754-378D03B5A9B2\",\"7C3D3C19-04C9-4327-BBAE-D022C3D01C5B\",\"0856D6A4-1230-44A7-A922-E5E79C9D33FB\",\"A905B43A-EE7F-4CA8-AEE3-1415231E0B25\",\"43379C86-64C4-41B3-B69D-8635FB2C17F8\",\"E218893B-7063-451B-A03E-4A8FC3E53072\",\"2C846D69-5E86-4EBA-9603-3E923A65795F\",\"215D8435-31CD-45B9-91A7-AA0EF4B82BB9\",\"A9138822-D1C1-4186-B7B9-B20A379DA28D\"],\"_Scale\":1,\"isLockOwner\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1134\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1135},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1136},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1137},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1138},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1139},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1135\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1136\":{\"x\":130,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1137\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1138\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1139\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__LivelyClassName__\":\"Rectangle\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1140\":{\"x\":2,\"y\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1141\":{\"style\":{\"__isSmartRef__\":true,\"id\":1142},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1133},\"storedString\":\"all\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1142\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1143\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1144\":{\"x\":130,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1145\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1133},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1132},\"targetMethodName\":\"selection\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1146\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1147\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1133},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1148\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1149},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1150},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1151},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1161},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1162},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1163},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1149\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1150\":{\"x\":130,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1151\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1152},{\"__isSmartRef__\":true,\"id\":1154},{\"__isSmartRef__\":true,\"id\":1156},{\"__isSmartRef__\":true,\"id\":1158}],\"vector\":{\"__isSmartRef__\":true,\"id\":1160},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1152\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1153}},\"1153\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1154\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1155}},\"1155\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1156\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1157}},\"1157\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1158\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1159}},\"1159\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1160\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1161\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1162\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1163\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1164\":{\"x\":39.12381412396891,\"y\":10.000000000000057,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1165\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1166},{\"__isSmartRef__\":true,\"id\":1168},{\"__isSmartRef__\":true,\"id\":1170},{\"__isSmartRef__\":true,\"id\":1172}],\"vector\":{\"__isSmartRef__\":true,\"id\":1160},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1166\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1167}},\"1167\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1168\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1169}},\"1169\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1170\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1171}},\"1171\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1172\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1173}},\"1173\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1174\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1175\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"partName\":\"ChoiceButton\",\"comment\":\"Click on it and you get a list of things to choose from.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1176\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1177\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1132},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1178\":{\"x\":85.7442776093583,\"y\":-11.582832083333244,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1179\":{\"x\":130,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1180\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":1181},\"getList\":{\"__isSmartRef__\":true,\"id\":1185},\"removeList\":{\"__isSmartRef__\":true,\"id\":1189},\"reset\":{\"__isSmartRef__\":true,\"id\":1193},\"onMouseUp\":{\"__isSmartRef__\":true,\"id\":1197},\"onBlur\":{\"__isSmartRef__\":true,\"id\":1205},\"setTag\":{\"__isSmartRef__\":true,\"id\":1213}},\"1181\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1182},\"source\":\"function createListMorph() {\\n var items = this.getList();\\n\\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\\n\\n var listMorph = new lively.morphic.List(extent);\\n listMorph.setList(items);\\n listMorph.setFontSize(10);\\n\\n listMorph.disableGrabbing();\\n listMorph.disableDragging();\\n \\n connect(listMorph, 'selection', this, 'setTag');\\n \\n return listMorph;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1183},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1182\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132}},\"1183\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1184},\"user\":\"lauritz\",\"categories\":[]},\"1184\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:35:59 GMT+0100 (CET)\"},\"1185\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1186},\"source\":\"function getList() {\\n if (!this.owner.target) return [''];\\n\\n var target = this.owner.target;\\n\\n var tags = Functions.own(target).collect(function (each) {\\n return target[each].tags || [];\\n }).flatten().uniq();\\n\\n var sortedTags = tags.sortBy(function(name) { \\n return name.toLowerCase() \\n });\\n \\n sortedTags.unshift('all'); \\n return sortedTags;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1187},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1186\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132}},\"1187\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1188},\"user\":\"lauritz\",\"tags\":[]},\"1188\":{\"isSerializedDate\":true,\"string\":\"Fri Dec 16 2011 20:27:25 GMT+0100 (CET)\"},\"1189\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1190},\"source\":\"function removeList() {\\n this.listMorph && this.listMorph.remove()\\n this.listMorph = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1191},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1190\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132}},\"1191\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1192},\"user\":\"lauritz\",\"categories\":[]},\"1192\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 19:06:51 GMT+0100 (CET)\"},\"1193\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1194},\"source\":\"function reset() {\\n this.list = [];\\n this.setLabel('all');\\n this.label.setAlign('left');\\n this.removeList();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1195},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1194\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132}},\"1195\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1196},\"user\":\"lauritz\",\"tags\":[]},\"1196\":{\"isSerializedDate\":true,\"string\":\"Fri Dec 16 2011 20:27:53 GMT+0100 (CET)\"},\"1197\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1198},\"source\":\"function onMouseUp(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n this.removeList();\\n return true;\\n } \\n if (this.getList().size() < 2) return;\\n var list = this.createListMorph();\\n this.addMorph(list);\\n this.listMorph = list;\\n return true;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1203},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1198\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1199}},\"1199\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1200}},\"1200\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1201},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1202},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1201\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1132},\"name\":\"onMouseUp\"},\"1202\":{},\"1203\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1204},\"user\":\"lauritz\",\"categories\":[]},\"1204\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 18:59:16 GMT+0100 (CET)\"},\"1205\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1206},\"source\":\"function onBlur(evt) {\\n $super(evt);\\n \\n // workaround - otherwise other morphs get this event\\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\\n this.removeList();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1211},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1206\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1207}},\"1207\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1208}},\"1208\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1209},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1210},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1209\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1132},\"name\":\"onBlur\"},\"1210\":{},\"1211\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1212},\"user\":\"lauritz\",\"categories\":[]},\"1212\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 21 2011 23:10:03 GMT+0100 (CET)\"},\"1213\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1214},\"source\":\"function setTag(tag) {\\n this.setLabel(tag || '');\\n this.label.setAlign('left');\\n this.owner.setTag(tag);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1215},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1214\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132}},\"1215\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1216},\"user\":\"lauritz\",\"categories\":[]},\"1216\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:36:12 GMT+0100 (CET)\"},\"1217\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1218}],\"scripts\":[],\"id\":\"FBF87B2F-188C-4149-85EF-8856A53344A4\",\"shape\":{\"__isSmartRef__\":true,\"id\":1233},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1237},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1249},\"label\":{\"__isSmartRef__\":true,\"id\":1218},\"name\":\"Button\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1258},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1259}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1295},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1296},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1297},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1298},\"derivationIds\":[7251,\"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1\",\"79FE3D3F-77C4-4B39-8243-D672185B416D\",\"A4D2FEDF-2654-4381-AB43-8F89B9CA2E86\",\"87E42FF6-3862-481D-97D6-643676E15F32\",\"5C5E9A65-DE2C-4125-9F28-C867C6B51A1E\",\"06ED2586-FDEA-4F80-9DD0-D1CBB50B4C6A\",\"2D3BBB99-E64D-4E47-8635-B7AEA4158433\",\"D635C083-879E-4939-84CF-636CF779425B\",\"9953E688-648B-43BD-90E1-D8E4170D5C65\",\"B5AF8C87-A48C-48EF-A658-944946371F5F\",\"8FCB339F-26BE-456A-9FBF-4C0EBE15FDAB\",\"690F8BBC-426F-4810-AAAE-508D21B39A4F\",\"3DC5576A-6D75-46FE-B603-036A55FA4D13\",\"B52A5C88-FA03-41E5-BA6C-5008A196C1D7\",\"D3341522-A7C9-45BD-A8BA-DFB09094AECC\",\"E9FA78BD-8D5B-405C-A720-03D3657B05CF\",\"99CF3B0A-6670-438E-BB2F-EAE2C57342C4\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":1299},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"layout\":{\"__isSmartRef__\":true,\"id\":1300},\"_Rotation\":0,\"_Scale\":0.994014980014994,\"isLockOwner\":false,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1218\":{\"submorphs\":[],\"scripts\":[],\"id\":\"C9C6BBEF-97D8-4771-B865-F28312928273\",\"shape\":{\"__isSmartRef__\":true,\"id\":1219},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1225},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1226},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1227},\"owner\":{\"__isSmartRef__\":true,\"id\":1217},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1228},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1229}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1231},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1232},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED\",\"307A3596-1175-4EA6-AA27-5BA4C9D95AB7\",\"0EF99131-C569-4C2C-B613-E0D8423C1334\",\"BA4EC8D2-AB29-4F9F-B5A0-715A4746A4C4\",\"DBDAA16D-6F25-453D-812F-8DB5E6251020\",\"375E60B7-D311-4DBC-A130-1F9CBA908DDC\",\"0057F96D-6D90-4047-B07D-EAA6D0149470\",\"50486855-A26E-48B5-BD19-6A7775BD23DE\",\"A40A9DDA-945A-44C9-B038-61A84E61F4A5\",\"6B1BBBED-CDC3-4AB1-8022-D904F036092C\",\"BFEFD8A4-7E89-40B1-A2C3-900445F829DC\",\"E6748E61-A4C6-44EC-919F-C109AB6ACED5\",\"1064BCB6-7D32-48C4-A69B-58BDA4D8ED83\",\"AA336938-1952-49B5-9219-28FA3A0CB2CE\",\"CBF02CF8-4248-4F77-AB44-5429B907D893\",\"C901EFF6-BD79-4440-815B-4976C359E913\",\"B707BADF-A10C-4A49-9C36-81A6367E6BF5\"],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"isLockOwner\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1219\":{\"position\":{\"__isSmartRef__\":true,\"id\":1220},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1221},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1222},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1223},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1224},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1220\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1221\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1222\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1223\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1224\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1225\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1226\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1227\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1228\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1229\":{\"style\":{\"__isSmartRef__\":true,\"id\":1230},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1218},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"run\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1230\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1231\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1232\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1218},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1233\":{\"position\":{\"__isSmartRef__\":true,\"id\":1234},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1235},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1236},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1237},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1247},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1248},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1234\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1235\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1236\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1237\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1238},{\"__isSmartRef__\":true,\"id\":1240},{\"__isSmartRef__\":true,\"id\":1242},{\"__isSmartRef__\":true,\"id\":1244}],\"vector\":{\"__isSmartRef__\":true,\"id\":1246},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1238\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1239}},\"1239\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1240\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1241}},\"1241\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1242\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1243}},\"1243\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1244\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1245}},\"1245\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1246\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1247\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1248\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1249\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1250},{\"__isSmartRef__\":true,\"id\":1252},{\"__isSmartRef__\":true,\"id\":1254},{\"__isSmartRef__\":true,\"id\":1256}],\"vector\":{\"__isSmartRef__\":true,\"id\":1246},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1250\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1251}},\"1251\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1252\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1253}},\"1253\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1254\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1255}},\"1255\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1256\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1257}},\"1257\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1258\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1259\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1217},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"runScript\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":1260},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1260\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1261}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1276},\"derivationIds\":[null],\"id\":\"C89B50A0-17E7-4D22-AE1D-5112520DAEE7\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1283},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1284},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":1285},{\"__isSmartRef__\":true,\"id\":1286}],\"con\":{\"__isSmartRef__\":true,\"id\":1259},\"showsMorphMenu\":true,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1287},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1261\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1262},\"derivationIds\":[null],\"id\":\"2A71BE9E-6820-46AF-ACED-3C9BDCC918AF\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1273},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1274},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1275},\"owner\":{\"__isSmartRef__\":true,\"id\":1260},\"_Rotation\":-3.130064002485303,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1262\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1263},{\"__isSmartRef__\":true,\"id\":1264},{\"__isSmartRef__\":true,\"id\":1265},{\"__isSmartRef__\":true,\"id\":1266}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1267},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1268},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1269},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1270},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1271},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1272},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1263\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1264\":{\"isAbsolute\":true,\"x\":-12,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1265\":{\"isAbsolute\":true,\"x\":4,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1266\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1267\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1268\":{\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1269\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1270\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1271\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1272\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1273\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1274\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1261},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1275\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1276\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1277},{\"__isSmartRef__\":true,\"id\":1278}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1279},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1280},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1281},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1282},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1271},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1277\":{\"isAbsolute\":true,\"x\":829.7085000406639,\"y\":9.565843617262885,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1278\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1279\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1280\":{\"x\":-1,\"y\":-1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1281\":{\"x\":831,\"y\":11,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1282\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1283\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1284\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1260},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1285\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1260},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1286\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1260},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":1261},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1287\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":1288}},\"1288\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1289},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString ||\\n 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true,\\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(),\\n visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1294},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1289\":{\"this\":{\"__isSmartRef__\":true,\"id\":1260},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1290}},\"1290\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1291}},\"1291\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1292},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1293},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1292\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1260},\"name\":\"morphMenuItems\"},\"1293\":{},\"1294\":{},\"1295\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1296\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1297\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1217},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1298\":{\"x\":71.99397894387357,\"y\":-13.030105280631261,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1299\":{\"x\":788.7426780861911,\"y\":9.508591852040126,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1300\":{\"centeredHorizontal\":false,\"moveHorizontal\":true},\"1301\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1302}],\"scripts\":[],\"id\":\"0CFC397B-4700-4F06-9B73-DB54235FDE17\",\"shape\":{\"__isSmartRef__\":true,\"id\":1317},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1321},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1333},\"label\":{\"__isSmartRef__\":true,\"id\":1302},\"name\":\"saveButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1342},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1343}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1379},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1380},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1381},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1382},\"derivationIds\":[7251,\"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1\",\"79FE3D3F-77C4-4B39-8243-D672185B416D\",\"A4D2FEDF-2654-4381-AB43-8F89B9CA2E86\",\"D686F0CB-027B-4CA9-8B8D-9306389B219D\",\"F51327CB-803E-4234-BFB3-6F5252D1C936\",\"38269693-613D-49B5-8E0F-E1A576A6262E\",\"50D597DC-839A-41F0-A1D6-D96E934B7197\",\"36255514-C455-465F-90EC-542C55A80380\",\"C218F04A-5E06-46DD-9433-605F99A1D2D3\",\"9E9AB465-AE41-4003-BC0A-318636599A9D\",\"14F962F9-17A5-4580-926C-246AEE8B7D78\",\"B4CBC78A-08E8-4877-B3CC-B3A8FB31AD81\",\"5731F96D-D99A-4659-848E-F2629661BDE9\",\"DF23D997-26B6-4535-A5D7-E92AF9BBC1C7\",\"48259171-FBC6-479A-846F-A1A5F039883A\",\"A857EF7C-4144-42DC-94BD-782686AFE78E\",\"1AF8F25E-8F1B-4403-BA2E-2844C72BE9E2\",\"6F5B9374-C5A2-4BCA-9BCD-850422A5AEA3\"],\"layout\":{\"__isSmartRef__\":true,\"id\":1383},\"_Position\":{\"__isSmartRef__\":true,\"id\":1384},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"_Rotation\":0,\"_Scale\":0.9880657804942089,\"isLockOwner\":false,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1302\":{\"submorphs\":[],\"scripts\":[],\"id\":\"77947C98-1FCA-41AA-820F-C9AA55B32B88\",\"shape\":{\"__isSmartRef__\":true,\"id\":1303},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1309},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1310},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1311},\"owner\":{\"__isSmartRef__\":true,\"id\":1301},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1312},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1313}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1315},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1316},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED\",\"307A3596-1175-4EA6-AA27-5BA4C9D95AB7\",\"0EF99131-C569-4C2C-B613-E0D8423C1334\",\"9AECBFB8-25A5-483F-86AD-D7CF9ABC9A25\",\"918C6CC4-3540-4341-BAFD-B195F7807FEE\",\"7E65E15F-55D6-413F-B6E5-6891B4148E12\",\"6A62E83E-3291-4A9C-AF4F-78266B4724B3\",\"89D6D436-5905-4FFE-BDF9-EF1948ADF49A\",\"902626A1-BAFA-4EB3-A6EE-2E8F5ECD597A\",\"CACFC81B-4374-4470-A6CC-4890C1D48F9D\",\"0E085F0F-D903-49A1-937F-E489EB61CBD3\",\"51D6BADE-45FF-49DE-B223-96617E2C484C\",\"39EAD7C9-6776-45D6-9671-039A99A65278\",\"69BA3D44-C1FC-44EA-A6E3-ECABBBBE9C22\",\"8EB71B92-8A42-4105-81E2-2B6969CD7D2C\",\"8F6CC7C5-594F-4BA3-B674-6AE608B66650\",\"5BB91069-A944-4662-A8BD-80EF64583561\",\"471328DC-F7BE-4861-8758-AEEB2A78FB71\"],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"isLockOwner\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1303\":{\"position\":{\"__isSmartRef__\":true,\"id\":1304},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1305},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1306},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1307},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1308},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1304\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1305\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1306\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1307\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1308\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1309\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1310\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1311\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1312\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1313\":{\"style\":{\"__isSmartRef__\":true,\"id\":1314},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1302},\"storedString\":\"save\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1314\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1315\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1316\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1302},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1317\":{\"position\":{\"__isSmartRef__\":true,\"id\":1318},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1319},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1320},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1321},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1331},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1332},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1318\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1319\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1320\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1321\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1322},{\"__isSmartRef__\":true,\"id\":1324},{\"__isSmartRef__\":true,\"id\":1326},{\"__isSmartRef__\":true,\"id\":1328}],\"vector\":{\"__isSmartRef__\":true,\"id\":1330},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1322\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1323}},\"1323\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1324\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1325}},\"1325\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1326\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1327}},\"1327\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1328\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1329}},\"1329\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1330\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1331\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1332\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1333\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1334},{\"__isSmartRef__\":true,\"id\":1336},{\"__isSmartRef__\":true,\"id\":1338},{\"__isSmartRef__\":true,\"id\":1340}],\"vector\":{\"__isSmartRef__\":true,\"id\":1330},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1334\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1335}},\"1335\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1336\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1337}},\"1337\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1338\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1339}},\"1339\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1340\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1341}},\"1341\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1342\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1343\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1301},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":497},\"targetMethodName\":\"doSave\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":1344},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1344\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1345}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1360},\"derivationIds\":[null],\"id\":\"F46012D5-C8BE-4E52-BF98-D052FDAAE17A\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1367},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1368},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":1369},{\"__isSmartRef__\":true,\"id\":1370}],\"con\":{\"__isSmartRef__\":true,\"id\":1343},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1371},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1345\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1346},\"derivationIds\":[null],\"id\":\"A2A83C78-09B8-473C-829B-198206D7A9E4\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1357},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1358},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1359},\"owner\":{\"__isSmartRef__\":true,\"id\":1344},\"_Rotation\":3.077607197692381,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1346\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1347},{\"__isSmartRef__\":true,\"id\":1348},{\"__isSmartRef__\":true,\"id\":1349},{\"__isSmartRef__\":true,\"id\":1350}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1351},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1352},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1353},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1354},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1355},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1356},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1347\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1348\":{\"isAbsolute\":true,\"x\":-12,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1349\":{\"isAbsolute\":true,\"x\":4,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1350\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1351\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1352\":{\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1353\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1354\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1355\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1356\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1357\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1358\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1345},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1359\":{\"x\":201.20421122525056,\"y\":40.24084224505009,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1360\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1361},{\"__isSmartRef__\":true,\"id\":1362}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1363},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1364},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1365},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1366},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1355},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1361\":{\"isAbsolute\":true,\"x\":679.4857209639925,\"y\":9.595948897894004,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1362\":{\"isAbsolute\":true,\"x\":201.20421122525056,\"y\":40.24084224505009,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1363\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1364\":{\"x\":200,\"y\":9,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1365\":{\"x\":480,\"y\":32,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1366\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1367\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1368\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1344},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1369\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1344},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1370\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1344},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":1345},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1371\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":1372}},\"1372\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1373},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString ||\\n 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true,\\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(),\\n visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1378},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1373\":{\"this\":{\"__isSmartRef__\":true,\"id\":1344},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1374}},\"1374\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1375}},\"1375\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1376},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1377},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1376\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1344},\"name\":\"morphMenuItems\"},\"1377\":{},\"1378\":{},\"1379\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1380\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1381\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1301},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1382\":{\"x\":68.77671624028653,\"y\":-14.497241813457947,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1383\":{\"centeredHorizontal\":false,\"moveHorizontal\":true},\"1384\":{\"x\":675.4189853444968,\"y\":9.53851695196505,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1385\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1386}],\"scripts\":[],\"id\":\"8942490F-995B-4F02-86B7-3F78FC7772CC\",\"shape\":{\"__isSmartRef__\":true,\"id\":1401},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1417},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1405},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1418},\"label\":{\"__isSmartRef__\":true,\"id\":1386},\"name\":\"openTestsButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1427},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1428}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1429},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1430},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1431},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1432},\"derivationIds\":[7251,\"84054D2E-8176-440D-B413-279956A34FC2\",\"3D238587-ED65-4137-9156-BFC9C8736E26\",\"00595EF3-8058-4924-A096-17D5050C2615\",\"B599ACB2-7293-493C-9377-E233B6C369EF\",\"1F49694F-9CDE-43A8-9D7C-1A902C09936E\",\"D6AD170D-CB11-4A9A-9E4B-D5509CF7BD1E\",\"F57418D2-0EB4-4B97-8840-9C7881708C00\",\"36E12BD5-78E6-4A3F-9C59-CB32E637283A\",\"A0A13AD5-D53E-44D7-96AB-157ED26817D8\",\"3A957C0F-9271-4219-BEAE-28B04FDC2698\",\"0BB80933-2798-4D54-B99C-042D58DC1AD9\",\"F6FDD56C-B63D-4E77-8A49-5FEB80929BFB\",\"4595DB28-C6F0-44EF-AEEC-EF472925E20C\",\"7AB3BB10-C6AD-4EC2-AF77-AB58AFBC4BEE\"],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"_Rotation\":0,\"_Scale\":0.9940149800149939,\"isLockOwner\":false,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1386\":{\"submorphs\":[],\"scripts\":[],\"id\":\"8C65C890-1FA8-466E-B307-11A26D3B7407\",\"shape\":{\"__isSmartRef__\":true,\"id\":1387},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1393},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1394},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1395},\"owner\":{\"__isSmartRef__\":true,\"id\":1385},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1396},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1397}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1399},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1400},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2\",\"6B329FE4-42E0-4EEF-8CBC-77DFB257830F\",\"4550D795-1DFE-4823-9933-A0EE3D492900\",\"A60F7395-3B55-4855-ADD5-54363CA481D8\",\"4C5FBFD1-E919-4D22-9C52-80C95B1ADC20\",\"38FE1E9A-73A0-4885-BDA1-1C6A64554B7A\",\"A50FD742-1B5C-4948-B2AF-8E86B3ED6F30\",\"1F364058-76A9-4F99-8443-2BF5D78A9D63\",\"34913C80-F880-4D3F-9B97-93B98D5625CF\",\"1FE33E11-39E7-4119-B52B-805899EE8D47\",\"F6E2FE73-5067-4AD3-976F-BF4413ADDBF9\",\"B40BA45F-F7DD-4287-99D6-321ED625B633\",\"BC69EEC7-4984-446C-94EA-507BFCE56C86\",\"F508FF53-31C6-498F-B069-4418B2655BA0\"],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"isLockOwner\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1387\":{\"position\":{\"__isSmartRef__\":true,\"id\":1388},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1389},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1390},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1391},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1392},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1388\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1389\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1390\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1391\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1392\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1393\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1394\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1395\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1396\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1397\":{\"style\":{\"__isSmartRef__\":true,\"id\":1398},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1386},\"storedString\":\"Tests\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1398\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1399\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1400\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1386},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1401\":{\"position\":{\"__isSmartRef__\":true,\"id\":1402},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1403},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1404},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1405},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1415},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1416},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1402\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1403\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1404\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1405\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1406},{\"__isSmartRef__\":true,\"id\":1408},{\"__isSmartRef__\":true,\"id\":1410},{\"__isSmartRef__\":true,\"id\":1412}],\"vector\":{\"__isSmartRef__\":true,\"id\":1414},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1406\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1407}},\"1407\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1408\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1409}},\"1409\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1410\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1411}},\"1411\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1412\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1413}},\"1413\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1414\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1415\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1416\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1417\":{\"x\":510,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1418\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1419},{\"__isSmartRef__\":true,\"id\":1421},{\"__isSmartRef__\":true,\"id\":1423},{\"__isSmartRef__\":true,\"id\":1425}],\"vector\":{\"__isSmartRef__\":true,\"id\":1414},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1419\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1420}},\"1420\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1421\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1422}},\"1422\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1423\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1424}},\"1424\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1425\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1426}},\"1426\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1427\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1428\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1385},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"openPartTestRunner\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1429\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1430\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1431\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1385},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1432\":{\"x\":65.95178327801523,\"y\":-8.024108360992386,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1433\":{\"submorphs\":[],\"scripts\":[],\"id\":\"A6BD7A38-4119-48E4-A97A-7C016B197EE2\",\"shape\":{\"__isSmartRef__\":true,\"id\":1434},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":false,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1440},\"_MaxTextWidth\":64.8979476392384,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1437},\"showsHalos\":false,\"_FontSize\":9,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorScriptsText3\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1441},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1442}],\"charsReplaced\":\"Scripts\",\"lastFindLoc\":-7,\"priorSelectionRange\":[0,7],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1444},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1445},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1446},\"_WhiteSpaceHandling\":\"pre-wrap\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":64.8979476392384,\"_MinTextHeight\":null,\"_ClipMode\":\"visible\",\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1447},\"eventsAreIgnored\":true,\"isCopyMorphRef\":true,\"morphRefId\":27,\"derivationIds\":[223,\"5E3A69EF-26C1-4D0D-B04C-8C3894017F56\",\"14AB1B91-3ED6-49AE-AA58-47D18B6C569F\",\"991D4A54-1FC4-4BC7-AA82-F814AC52CDE3\",\"DB9B19F7-4390-4CE5-9B1D-62177CB8D605\",\"8F7B2EE9-9538-4044-B75B-6A12F3108B70\",\"4B9F9B4B-C7D3-418D-9AC9-10503A4EBF8E\",\"BBD8C74C-AA36-42AB-BC9B-14102EB539F6\",\"1B71CADF-9C83-490E-87DC-23E0CA2298CE\",\"DCC82F37-4930-439A-B2D2-54E8679BAC76\",\"39B9F5C7-0B53-47A6-A41C-FE197CDBBDDB\",\"E35E39E1-789C-444C-81E6-60F90AD951DD\",\"7C8690CD-9111-49BB-8A2A-3BC7969AE88C\",\"98DBBC76-0182-4A73-9DFB-FA3389CB026B\",\"3F4F1891-B298-4AC4-808B-24CEEA557459\",\"6BE7AD80-1782-467C-B033-54DF1E1F55C0\",\"59849D96-B264-44C4-9ECD-7A12A832DA74\",\"EAAB9569-E0AC-4102-B798-7D0570DF524F\",\"C8CC8285-06DE-4331-8938-988F7B181E5D\",\"F53E2457-3876-4CB0-BAD0-E5EB21D7715E\",\"99DDD6A7-FE39-4A97-91CC-43F66109E234\"],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"_Rotation\":0,\"_Scale\":0.9801888648295339,\"isLockOwner\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1434\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1435},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1436},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1437},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1438},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1439},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1435\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1436\":{\"x\":64.8979476392384,\"y\":14,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1437\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1438\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1439\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1440\":{\"x\":201.0851019455509,\"y\":50.257772129123396,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1441\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1442\":{\"style\":{\"__isSmartRef__\":true,\"id\":1443},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1433},\"storedString\":\"Tags:\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1443\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1444\":{\"x\":64.8979476392384,\"y\":14,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1445\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1446\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1433},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1447\":{\"x\":46.85990195761653,\"y\":-9.163922615350018,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1448\":{\"submorphs\":[],\"scripts\":[],\"id\":\"EDBD3C78-9151-4F20-BBAD-26FD1C11A7CB\",\"shape\":{\"__isSmartRef__\":true,\"id\":1449},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":true,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1456},\"_MaxTextWidth\":383.508118745059,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1452},\"showsHalos\":false,\"_FontSize\":14,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"TagsEntry\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1457},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1460}],\"charsReplaced\":\"\",\"lastFindLoc\":7,\"priorSelectionRange\":[15,15],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1462},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1463},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1464},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":1465},\"_ClipMode\":\"hidden\",\"derivationIds\":[355,\"1EB1674F-8BF2-419B-B054-86129ED70335\",\"5427549B-2650-4E9A-8D4B-F63501AFF44B\",\"8FF4130A-1A54-481A-B321-4F5E7715B84E\",\"4A142418-922F-4CDA-8C5D-B810D42B543B\",\"0F207504-6F3C-4F9F-8D04-F4260BFA6D2D\",\"5406FAB6-2C7C-456F-94F5-2314478F16B1\"],\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":383.508118745059,\"_MinTextHeight\":null,\"previousSelection\":[12,12],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1466},\"_Rotation\":0,\"_Scale\":0.9801888648295339,\"savedTextString\":\"[\\\"test\\\", 'foo']\",\"isInputLine\":true,\"allowInput\":true,\"isLockOwner\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1449\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1450},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1451},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1452},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1453},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1454},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_Fill\":{\"__isSmartRef__\":true,\"id\":1455},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1450\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1451\":{\"x\":391.508118745059,\"y\":24.979788451102458,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1452\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1453\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1454\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1455\":{\"r\":0.921,\"g\":0.921,\"b\":0.921,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1456\":{\"x\":233.33463002960926,\"y\":48.977392988826864,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1457\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"changes\":[{\"__isSmartRef__\":true,\"id\":1458}],\"revisionOnLoad\":141269,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1458\":{\"date\":{\"__isSmartRef__\":true,\"id\":1459},\"author\":\"undefined\",\"message\":\"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.\",\"id\":\"BD5B0E4C-4830-4863-A013-35BB66D5AD6F\"},\"1459\":{\"isSerializedDate\":true,\"string\":\"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)\"},\"1460\":{\"style\":{\"__isSmartRef__\":true,\"id\":1461},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1448},\"storedString\":\"[]\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1461\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1462\":{\"x\":391.508118745059,\"y\":24.979788451102458,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1463\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1464\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1448},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1465\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1466\":{\"x\":322,\"y\":-13.145815705892545,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1467\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1468}],\"scripts\":[],\"id\":\"A16E6558-2CA9-4166-A965-8C6BA6414E06\",\"shape\":{\"__isSmartRef__\":true,\"id\":1483},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1499},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1486},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1500},\"label\":{\"__isSmartRef__\":true,\"id\":1468},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1509},\"name\":\"ObjectEditorMorphSelector\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1510},\"list\":[],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1511},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1512},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1513},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1514},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"textString\":\"\",\"selection\":{\"__isSmartRef__\":true,\"id\":1515},\"_ClipMode\":\"visible\",\"prevScroll\":[0,0],\"listMorph\":null,\"derivationIds\":[221,\"4AC64FBA-95AC-42B2-A078-B6DA97889093\",\"E26ED0E6-C4CE-4C82-94D5-175270E8459E\",\"D292F2FC-C2B6-48AE-B779-8CC5868FFA49\",\"53A862EB-032C-4BF0-9B21-58C7E0C0A9B2\",\"CC4D188B-510F-48DE-A0E1-EC8D2CD63F9F\",\"0CD057F2-3517-4849-A69E-1EF79B05ACE8\",\"FCB5AC20-8EDD-454C-8060-0D8A819EA8CC\",\"44067B9D-617A-44C0-87C2-34049A67D504\",\"459701D2-8B97-438B-94DB-342D6F020607\",\"B0598300-449A-4BFB-B433-D89ED61D3D80\",\"8BA4395D-FDA1-457C-A16B-0AB9E3CF4BA8\",\"02EBE588-3991-41A8-B178-CDA6D074D5C2\",\"FBC9D2ED-711E-4EB2-A4B5-AF7B1D435F75\",\"24CE2774-4686-49F6-8A8A-96703E5CA4D5\",\"492EBB52-B198-4489-BAE6-CDEFD0E1B4E7\",\"3F5CE1C8-CA5B-4417-ABC1-1EA6C99C3BC7\",\"B3E4AC8B-7ED2-4146-B1DD-53390948A999\",\"F0772CE8-8B74-4712-8449-5C46958F679E\",\"4B86ACDF-0F06-4C0B-823C-C3540ECB7CE2\"],\"_Rotation\":0,\"_Scale\":1,\"isLockOwner\":false,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1532},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1468\":{\"submorphs\":[],\"scripts\":[],\"id\":\"60B14D45-B826-4A25-8424-C21D12AEF90D\",\"shape\":{\"__isSmartRef__\":true,\"id\":1469},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":220,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1475},\"textColor\":{\"__isSmartRef__\":true,\"id\":1472},\"owner\":{\"__isSmartRef__\":true,\"id\":1467},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1476}],\"padding\":{\"__isSmartRef__\":true,\"id\":1478},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1478},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1479},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1480}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1481},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1482},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":220,\"_MinTextHeight\":null,\"_Align\":\"left\",\"_FontFamily\":\"Arial\",\"_FontSize\":11,\"derivationIds\":[222,\"30F054A3-7658-405B-8098-B7D87AA8A9ED\",\"556D6E07-45B7-42EC-A486-DE275EF0B034\",\"06B0B080-467A-46CC-8B0D-9C0A9B9A71F1\",\"5E2D96C9-BB9B-4735-8673-A79847435197\",\"B48AA022-2022-4A2A-9090-4D884FB3DFD3\",\"8B2F743A-98C5-45E1-B03C-5019114EAC47\",\"926741C7-A8EC-4D1C-9C34-A7BA992FF28A\",\"6455B12A-6B80-4CE0-B78B-CE8D3837E4B0\",\"7913F91D-152F-45A4-AE83-4EBFE8BF77ED\",\"2EEFDE09-7582-4267-822E-6F87276CB558\",\"1846050C-8AE6-4CF0-8E82-F0094C07DF1C\",\"8081A950-821A-45C1-AB8A-BE1DEA5A079D\",\"E8BD872D-8359-445C-8598-11921C8DF5C0\",\"628A8ABB-D252-44C2-A691-787E10FB688A\",\"FF42C2CF-EE50-49A8-9CB0-1FE0D9750CB4\",\"B188F008-4C66-4D53-9688-2502DC79AFE4\",\"823A140D-ECB8-4601-A9D3-F94BA4B7113B\",\"0D5505BB-F13D-4FD0-A089-452C2FFA1B04\",\"81A1C9E2-A477-4386-A258-CCC63F3B2EE5\"],\"_Scale\":1,\"isLockOwner\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1469\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1470},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1471},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1472},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1473},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1474},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1470\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1471\":{\"x\":220,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1472\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1473\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1474\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__LivelyClassName__\":\"Rectangle\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1475\":{\"x\":2,\"y\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1476\":{\"style\":{\"__isSmartRef__\":true,\"id\":1477},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1468},\"storedString\":\"empty\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1477\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1478\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1479\":{\"x\":220,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1480\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1468},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1467},\"targetMethodName\":\"selection\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1481\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1482\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1468},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1483\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1484},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1485},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1486},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1496},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1497},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1498},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1484\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1485\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1486\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1487},{\"__isSmartRef__\":true,\"id\":1489},{\"__isSmartRef__\":true,\"id\":1491},{\"__isSmartRef__\":true,\"id\":1493}],\"vector\":{\"__isSmartRef__\":true,\"id\":1495},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1487\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1488}},\"1488\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1489\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1490}},\"1490\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1491\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1492}},\"1492\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1493\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1494}},\"1494\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1495\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1496\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1497\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1498\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1499\":{\"x\":241.15654326393195,\"y\":10.051355170231119,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1500\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1501},{\"__isSmartRef__\":true,\"id\":1503},{\"__isSmartRef__\":true,\"id\":1505},{\"__isSmartRef__\":true,\"id\":1507}],\"vector\":{\"__isSmartRef__\":true,\"id\":1495},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1501\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1502}},\"1502\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1503\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1504}},\"1504\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1505\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1506}},\"1506\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1507\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1508}},\"1508\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1509\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1510\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"partName\":\"ChoiceButton\",\"comment\":\"Click on it and you get a list of things to choose from.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1511\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1512\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1467},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1513\":{\"x\":163.49122475735174,\"y\":-15.233000571157135,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1514\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1515\":{\"submorphs\":[],\"scripts\":[],\"id\":181,\"shape\":{\"__isSmartRef__\":true,\"id\":1516},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1522},\"_MaxTextWidth\":580,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1523},\"showsHalos\":false,\"_FontSize\":28,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Title\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1524},\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1525},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1526},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1527}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1529},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1530},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":580,\"_MinTextHeight\":null,\"_Rotation\":0,\"_Scale\":1.002003004005006,\"previousSelection\":[35,35],\"priorSelectionRange\":[23,23],\"charsReplaced\":\"WIP / Proof of Concept\",\"lastFindLoc\":22,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1531},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"isCopyMorphRef\":true,\"morphRefId\":2,\"prevScroll\":[0,0],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1516\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1517},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1518},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1519},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1520},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1521},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1517\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1518\":{\"x\":580,\"y\":43,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1519\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1520\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1521\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1522\":{\"x\":37,\"y\":23,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1523\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1524\":{\"partsSpaceName\":\"PartsBin/Worlds/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"For example a world title.\",\"partName\":\"Title\",\"migrationLevel\":2,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1525\":{\"r\":0,\"g\":0.309,\"b\":0.595,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1526\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1527\":{\"style\":{\"__isSmartRef__\":true,\"id\":1528},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1515},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1528\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1529\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1515},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1530\":{\"x\":580,\"y\":43,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1531\":{\"x\":221,\"y\":-12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1532\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":1533},\"getList\":{\"__isSmartRef__\":true,\"id\":1537},\"removeList\":{\"__isSmartRef__\":true,\"id\":1541},\"reset\":{\"__isSmartRef__\":true,\"id\":1545},\"displayTopLevelMorphs\":{\"__isSmartRef__\":true,\"id\":1549},\"onMouseDown\":{\"__isSmartRef__\":true,\"id\":1553},\"setTargetOfPane\":{\"__isSmartRef__\":true,\"id\":1561},\"setTargetToListSelection\":{\"__isSmartRef__\":true,\"id\":1565},\"onBlur\":{\"__isSmartRef__\":true,\"id\":1569},\"setTarget\":{\"__isSmartRef__\":true,\"id\":1577},\"setTargetOnSelection\":{\"__isSmartRef__\":true,\"id\":1581}},\"1533\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1534},\"source\":\"function createListMorph() {\\n var items = this.getList();\\n \\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\\n\\n var listMorph = new lively.morphic.List(extent);\\n listMorph.setList(items);\\n listMorph.setFontSize(10);\\n\\n listMorph.disableGrabbing();\\n listMorph.disableDragging();\\n\\n connect(listMorph, 'selection', this, 'setTargetToListSelection');\\n \\n return listMorph;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1535},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1534\":{\"this\":{\"__isSmartRef__\":true,\"id\":1467}},\"1535\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1536},\"user\":\"lauritz\",\"tags\":[]},\"1536\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 13 2011 18:55:41 GMT+0100 (CET)\"},\"1537\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1538},\"source\":\"function getList() {\\n var worldEntry = {\\n isListItem: true,\\n selectionString: 'World',\\n string: 'World',\\n value: this.world()\\n };\\n var list = this.world().indentedListItemsOfMorphNames();\\n list.unshift(worldEntry);\\n return list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1539},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1538\":{\"this\":{\"__isSmartRef__\":true,\"id\":1467}},\"1539\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1540},\"user\":\"lauritz\",\"tags\":[]},\"1540\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 21 2011 23:12:23 GMT+0100 (CET)\"},\"1541\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1542},\"source\":\"function removeList() {\\n this.listMorph && this.listMorph.remove();\\n this.listMorph = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1543},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1542\":{\"this\":{\"__isSmartRef__\":true,\"id\":1467}},\"1543\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1544},\"user\":\"lauritz\",\"tags\":[]},\"1544\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:51:07 GMT+0100 (CET)\"},\"1545\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1546},\"source\":\"function reset() {\\n this.list = [];\\n this.setLabel('empty');\\n this.label.setAlign('left');\\n this.removeList();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'});\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1547},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1546\":{\"this\":{\"__isSmartRef__\":true,\"id\":1467}},\"1547\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1548},\"user\":\"lauritz\",\"tags\":[]},\"1548\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:34:06 GMT+0100 (CET)\"},\"1549\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1550},\"source\":\"function displayTopLevelMorphs() {\\n var list = this.createListMorph(); \\n if (this.getList().length === 0) return;\\n this.addMorph(list);\\n this.listMorph = list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1551},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1550\":{\"this\":{\"__isSmartRef__\":true,\"id\":1467}},\"1551\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1552},\"user\":\"lauritz\",\"tags\":[]},\"1552\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 13 2011 18:53:20 GMT+0100 (CET)\"},\"1553\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1554},\"source\":\"function onMouseDown(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n // clicked on morph, not the list, not the list's scrollbar\\n if (evt.target === this.renderContext().shapeNode)\\n this.removeList();\\n } else {\\n this.displayTopLevelMorphs();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1559},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1554\":{\"this\":{\"__isSmartRef__\":true,\"id\":1467},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1555}},\"1555\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1556}},\"1556\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1557},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1558},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1557\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1467},\"name\":\"onMouseDown\"},\"1558\":{},\"1559\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1560},\"user\":\"lauritz\",\"tags\":[]},\"1560\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:30:39 GMT+0100 (CET)\"},\"1561\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1562},\"source\":\"function setTargetOfPane(selection) {\\n this.owner.setTarget(selection);\\n this.label.setAlign('left');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1563},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1562\":{\"this\":{\"__isSmartRef__\":true,\"id\":1467}},\"1563\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1564},\"user\":\"lauritz\",\"tags\":[]},\"1564\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 04:30:42 GMT+0100 (CET)\"},\"1565\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1566},\"source\":\"function setTargetToListSelection() { \\n var selection = this.listMorph.selection;\\n this.removeList();\\n if (!selection) return;\\n if (this.owner.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function (confirmed) {\\n if (confirmed) that.setTargetOfPane(selection);\\n }\\n this.owner.confirmUnsavedChanges(callback);\\n } else {\\n this.setTargetOfPane(selection);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1567},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1566\":{\"this\":{\"__isSmartRef__\":true,\"id\":1467}},\"1567\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1568},\"user\":\"lauritz\",\"tags\":[]},\"1568\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 06:06:48 GMT+0100 (CET)\"},\"1569\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1570},\"source\":\"function onBlur(evt) {\\n $super(evt);\\n \\n // workaround - otherwise other morphs get this event\\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\\n this.removeList();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1575},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1570\":{\"this\":{\"__isSmartRef__\":true,\"id\":1467},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1571}},\"1571\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1572}},\"1572\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1573},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1574},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1573\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1467},\"name\":\"onBlur\"},\"1574\":{},\"1575\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1576},\"user\":\"lauritz\",\"tags\":[]},\"1576\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:30:08 GMT+0100 (CET)\"},\"1577\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1578},\"source\":\"function setTarget(target) {\\n this.label.setTextString(target.getName() || target.toString());\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1579},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1578\":{\"this\":{\"__isSmartRef__\":true,\"id\":1467}},\"1579\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1580},\"user\":\"lauritz\",\"tags\":[]},\"1580\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 04:29:39 GMT+0100 (CET)\"},\"1581\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1582},\"source\":\"function setTargetOnSelection() {\\n if (this.listMorph && this.listMorph.renderContext() && this.listMorph.renderContext().listNode.value) {\\n this.setTargetToListSelection();\\n this.stopStepping();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1583},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1582\":{\"this\":{\"__isSmartRef__\":true,\"id\":1467}},\"1583\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1584},\"user\":\"lauritz\",\"tags\":[]},\"1584\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 06:12:06 GMT+0100 (CET)\"},\"1585\":{\"position\":{\"__isSmartRef__\":true,\"id\":1586},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1587},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1588},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1589},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1590},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1591},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1586\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1587\":{\"x\":909.0285365288845,\"y\":526.612532614436,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1588\":{\"r\":0.372,\"g\":0.369,\"b\":0.372,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1589\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1590\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1591\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1592\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"Edit scripts and connections of a specific morph.\",\"migrationLevel\":4,\"partName\":\"ObjectEditorPane\",\"changes\":[{\"__isSmartRef__\":true,\"id\":1593}],\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1593\":{\"date\":{\"__isSmartRef__\":true,\"id\":1594},\"author\":\"lauritz\",\"message\":\"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items.\"},\"1594\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 21 2011 00:39:30 GMT+0200 (CEST)\"},\"1595\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1596\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1597\":{\"x\":909.0285365288845,\"y\":526.612532614436,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1598\":{\"resizeWidth\":true,\"resizeHeight\":true,\"adjustForNewBounds\":true},\"1599\":{\"x\":350.2386236582805,\"y\":-3.2455173507596555,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1600\":{\"x\":0.971126750461849,\"y\":21.45669012569269,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1601\":{\"displayInitialScript\":{\"__isSmartRef__\":true,\"id\":1602},\"displayJavaScriptSource\":{\"__isSmartRef__\":true,\"id\":1606},\"displaySourceForConnection\":{\"__isSmartRef__\":true,\"id\":1610},\"displaySourceForScript\":{\"__isSmartRef__\":true,\"id\":1614},\"generateSourceForConnection\":{\"__isSmartRef__\":true,\"id\":1618},\"generateSourceForScript\":{\"__isSmartRef__\":true,\"id\":1622},\"generateTargetCode\":{\"__isSmartRef__\":true,\"id\":1626},\"newConnection\":{\"__isSmartRef__\":true,\"id\":1630},\"newScript\":{\"__isSmartRef__\":true,\"id\":1634},\"reset\":{\"__isSmartRef__\":true,\"id\":1638},\"selectChangedContent\":{\"__isSmartRef__\":true,\"id\":1642},\"setTarget\":{\"__isSmartRef__\":true,\"id\":1646},\"sortedConnectionNamesOfObj\":{\"__isSmartRef__\":true,\"id\":1650},\"sortedScriptNamesOfObj\":{\"__isSmartRef__\":true,\"id\":1654},\"updateLists\":{\"__isSmartRef__\":true,\"id\":1658},\"onShutdown\":{\"__isSmartRef__\":true,\"id\":1662},\"confirmUnsavedChanges\":{\"__isSmartRef__\":true,\"id\":1666},\"update\":{\"__isSmartRef__\":true,\"id\":1670},\"ensureAnnotationLayer\":{\"__isSmartRef__\":true,\"id\":1674},\"migrateOldScriptAnnotations\":{\"__isSmartRef__\":true,\"id\":1678},\"copyToPartsBinWithUserRequest\":{\"__isSmartRef__\":true,\"id\":1682},\"printTags\":{\"__isSmartRef__\":true,\"id\":1690},\"setTag\":{\"__isSmartRef__\":true,\"id\":1694},\"runScript\":{\"__isSmartRef__\":true,\"id\":1698},\"openPartTestRunner\":{\"__isSmartRef__\":true,\"id\":1702},\"saveScriptWithSource\":{\"__isSmartRef__\":true,\"id\":1706},\"removeTimeStampComment\":{\"__isSmartRef__\":true,\"id\":1710}},\"1602\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1603},\"source\":\"function displayInitialScript() {\\n if (this.scriptList.getList().size() > 1) {\\n this.scriptList.preselectItem();\\n } else if (this.connectionList.getList().size() > 1) {\\n this.connectionList.preselectItem();\\n } else {\\n this.scriptList.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1604},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1603\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1604\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1605},\"user\":\"lauritz\",\"tags\":[]},\"1605\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:13:43 GMT+0100 (CET)\"},\"1606\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1607},\"source\":\"function displayJavaScriptSource(jsCode, scriptName) {\\n if (this.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function(confirmed) {\\n if (confirmed) that.scriptPane.display(jsCode)\\n };\\n this.confirmUnsavedChanges(callback);\\n } else {\\n this.scriptPane.display(jsCode);\\n if (scriptName) {\\n this.get('TagsEntry').textString = this.printTags(this.target[scriptName]);\\n }\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1608},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1607\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1608\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1609},\"user\":\"fabian\",\"tags\":[]},\"1609\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 22:50:49 GMT+0100 (CET)\"},\"1610\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1611},\"source\":\"function displaySourceForConnection(connection) {\\n var code = \\\"\\\", that = this;\\n if (connection === undefined) return;\\n if (connection === null) {\\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\\\"\\\\n\\\\n\\\");\\n });\\n code = code.substring(0, code.length - \\\"\\\\n\\\\n\\\".length - 1);\\n } else {\\n code = this.generateSourceForConnection(connection);\\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1612},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1611\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1612\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1613},\"user\":\"conradcalmez\",\"tags\":[]},\"1613\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 14:59:30 GMT+0100 (CET)\"},\"1614\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1615},\"source\":\"function displaySourceForScript(scriptName) {\\n var code = \\\"\\\",\\n that = this;\\n if (scriptName === null) {\\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForScript(each)).concat(\\\"\\\\n\\\\n\\\\n\\\");\\n });\\n code = code.substring(0, code.length - \\\"\\\\n\\\\n\\\\n\\\".length - 1);\\n } else {\\n code = this.generateSourceForScript(scriptName); \\n }\\n this.displayJavaScriptSource(code, scriptName);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1616},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1615\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1616\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1617},\"user\":\"fabian\",\"tags\":[]},\"1617\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 22:28:26 GMT+0100 (CET)\"},\"1618\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1619},\"source\":\"function generateSourceForConnection(connection) {\\n var c = connection, targetObject = this.target;\\n\\tif (!c.getTargetObj() || !c.getTargetObj().name || \\n\\t\\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\\n\\n\\tvar optConfig = []\\n\\tif (c.converterString)\\n\\t\\toptConfig.push(\\\"converter: \\\\n\\\\t\\\" + c.converterString)\\n\\tif (c.updaterString)\\n\\t\\toptConfig.push(\\\"updater: \\\\n\\\\t\\\" + c.updaterString)\\n\\treturn Strings.format('connect(%s, \\\"%s\\\", %s, \\\"%s\\\", {%s});', \\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getSourceObj()),\\n\\t\\t\\tc.getSourceAttrName(),\\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getTargetObj()),\\n\\t\\t\\tc.getTargetMethodName(),\\n\\t\\t\\toptConfig.join(','));\\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1620},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1619\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1620\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1621},\"user\":\"lauritz\",\"tags\":[]},\"1621\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)\"},\"1622\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1623},\"source\":\"function generateSourceForScript(scriptName) {\\n var script = this.target[scriptName],\\n annotation = '',\\n scriptSource = script.sourceString ||\\n script.getOriginal().sourceString ||\\n String(script);\\n\\n scriptSource = this.removeTimeStampComment(scriptSource);\\n\\n if (script.timestamp && script.user) \\n annotation = Strings.format('// changed on %s by %s \\\\n', script.timestamp, script.user);\\n \\n // FIXME: fix getOriginal!\\n scriptSource = Strings.format('%s', scriptSource);\\n\\n return annotation + scriptSource;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1624},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"1623\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1624\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1625},\"user\":\"robertkrahn\",\"tags\":[]},\"1625\":{\"isSerializedDate\":true,\"string\":\"Thu Mar 08 2012 19:08:46 GMT+0100 (CET)\"},\"1626\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1627},\"source\":\"function generateTargetCode(baseObject, targetObject) {\\n\\tvar name = targetObject.name;\\n\\tif (baseObject === targetObject) \\n\\t\\treturn \\\"this\\\";\\n\\telse if (baseObject[name] === targetObject) \\n\\t\\treturn \\\"this.\\\" + name;\\n\\telse if (baseObject.testObject === targetObject) \\n\\t\\treturn \\\"this.testObject\\\";\\n\\telse if (baseObject.get(name) === targetObject) \\n\\t\\treturn 'this.get(\\\"' + name + '\\\")';\\n\\telse if (targetObject instanceof Morph) \\n\\t\\treturn '$morph(\\\"' + name + '\\\")';\\n\\telse \\n\\t\\treturn \\\"????\\\";\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1628},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1627\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1628\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1629},\"user\":\"lauritz\",\"tags\":[]},\"1629\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)\"},\"1630\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1631},\"source\":\"function newConnection() {\\n if (this.target) {\\n var code = \\\"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1632},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1631\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1632\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1633},\"user\":\"lauritz\",\"tags\":[]},\"1633\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)\"},\"1634\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1635},\"source\":\"function newScript() {\\n if (this.target) {\\n var code = \\\"function SCRIPTNAME() {\\\\n \\\\n}\\\";\\n this.displayJavaScriptSource(code);\\n this.get('TagsEntry').textString = '[]';\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1636},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1635\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1636\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1637},\"user\":\"fabian\",\"tags\":[]},\"1637\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 22:55:15 GMT+0100 (CET)\"},\"1638\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1639},\"source\":\"function reset() {\\n this.scriptPane = this.get('ObjectEditorScriptPane')\\n this.scriptList = this.get('ObjectEditorScriptList')\\n this.connectionList = this.get('ObjectEditorConnectionList')\\n this.morphSelector = this.get('ObjectEditorMorphSelector')\\n this.get('TagsEntry').textString = '[]';\\n this.target = null;\\n this.scriptPane.reset();\\n this.scriptList.setList();\\n this.scriptList.selection = null;\\n this.connectionList.setList();\\n this.connectionList.selection = null;\\n this.morphSelector.reset();\\n this.tagChooser.reset();\\n this.currentTag = null;\\n this.stopStepping();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1640},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1639\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1640\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1641},\"user\":\"fabian\",\"tags\":[]},\"1641\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 22:37:40 GMT+0100 (CET)\"},\"1642\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1643},\"source\":\"function selectChangedContent(source) {\\n\\n var addScriptRegex = /this\\\\.addScript\\\\s*\\\\(\\\\s*function\\\\s*([^\\\\(]*)/g;\\n var addScriptMatches = [];\\n var addScriptMatch = addScriptRegex.exec(source);\\n while (addScriptMatch) {\\n addScriptMatches.push(addScriptMatch[1]);\\n addScriptMatch = addScriptRegex.exec(source);\\n }\\n \\n // if scripts were added, select either a specific one or all\\n if (addScriptMatches.length > 0) { \\n if (addScriptMatches.length === 1) {\\n return this.scriptList.selectAddedScript(addScriptMatches[0]);\\n }\\n return this.scriptList.selectAt(0);\\n }\\n\\n var connectionRegex = \\n /connect\\\\(\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"\\\\s*,\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"/g;\\n var connectionMatches = [];\\n var connectionMatch = connectionRegex.exec(source);\\n while (connectionMatch) {\\n connectionMatches.push(connectionMatch);\\n connectionMatch = connectionRegex.exec(source);\\n }\\n\\n // if connections were made, select either a specific one or all\\n if (connectionMatches.length > 0) {\\n if (connectionMatches.length === 1) {\\n var match = connectionMatches[0];\\n for (var i=0; i -1) {\n var c = this.connectionList.selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n this.updateLists();\n this.displayInitialScript();\n } \n}","funcProperties":{"__isSmartRef__":true,"id":59871},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"59870":{"this":{"__isSmartRef__":true,"id":59054}},"59871":{},"59872":{"varMapping":{"__isSmartRef__":true,"id":59873},"source":"function updateLists() {\n this.scriptList.setList(this.sortedScriptNamesOfObj(this.target));\n var scriptListItems = this.scriptList.getList();\n scriptListItems.unshift(\"-- ALL --\");\n this.scriptList.setList(scriptListItems);\n\n this.connectionList.setList(this.sortedConnectionNamesOfObj(this.target));\n var connectionListItems = this.connectionList.getList();\n connectionListItems.unshift(\"-- ALL --\");\n this.connectionList.setList(connectionListItems);\n}","funcProperties":{"__isSmartRef__":true,"id":59874},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"59873":{"this":{"__isSmartRef__":true,"id":59054}},"59874":{},"59875":{"varMapping":{"__isSmartRef__":true,"id":59876},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.selectAt(0);\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.selectAt(0);\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":59877},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"59876":{"this":{"__isSmartRef__":true,"id":59054}},"59877":{},"59878":{"varMapping":{"__isSmartRef__":true,"id":59879},"source":"function reset() {\n this.target = null;\n this.scriptPane.doitContext = null;\n this.scriptList.setList();\n this.connectionList.setList();\n this.scriptPane.setTextString(\"\");\n this.morphSelector.reset();\n}","funcProperties":{"__isSmartRef__":true,"id":59880},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"59879":{"this":{"__isSmartRef__":true,"id":59054}},"59880":{},"59881":{"varMapping":{"__isSmartRef__":true,"id":59882},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n var index = this.scriptList.getList().indexOf(addScriptMatches[0]);\n if (index > -1) { \n return this.scriptList.selectAt(index);\n }\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i -1) {\n var c = selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n editor.updateLists();\n editor.displayInitialScript();\n } \n }\n\n var message = 'Disconnect \"' + selection[0] +'\" connection?';\n var callback = disconnectConnection;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":60084},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"60083":{"this":{"__isSmartRef__":true,"id":60029}},"60084":{"timestamp":{"__isSmartRef__":true,"id":60085},"user":"lauritz","categories":[]},"60085":{"isSerializedDate":true,"string":"Fri Nov 11 2011 01:46:54 GMT+0100 (Mitteleuropäische Zeit)"},"60086":{"submorphs":[{"__isSmartRef__":true,"id":60087}],"scripts":[],"id":"C705D7A9-8254-4326-B950-DCD856B516D2","shape":{"__isSmartRef__":true,"id":60103},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":60119},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":60106},"lighterFill":{"__isSmartRef__":true,"id":60120},"label":{"__isSmartRef__":true,"id":60087},"attributeConnections":[{"__isSmartRef__":true,"id":60129}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":60131},"name":"ObjectEditorRemoveScriptButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":60132},"renderContextTable":{"__isSmartRef__":true,"id":60133},"priorExtent":{"__isSmartRef__":true,"id":60134},"owner":{"__isSmartRef__":true,"id":59036},"eventHandler":{"__isSmartRef__":true,"id":60135},"isCopyMorphRef":true,"morphRefId":24,"draggingEnabled":false,"objectEditorPane":{"__isSmartRef__":true,"id":59036},"distanceToDragEvent":{"__isSmartRef__":true,"id":60136},"derivationIds":[217,"FDC10087-12CF-4570-9211-8309CB6A9AA3","E18FC530-4B1F-4F08-8DA6-3866A3519E56","04A2AAC3-6A9E-40BB-9408-EBB2567EE63B","8C1A42CE-840C-4AAE-BD79-C93A445B9EBF","61FC11FA-B87E-4EFE-BD15-564D3178B68B","ED34F9B5-9E00-41B3-8313-D9C3D6B3B231","53BFD03D-D218-488F-AB07-47740A4D619C","4BDF543E-5B60-4A9C-B92A-0CD374DDA207","FD57753F-33FD-4C65-A2D6-27C86C0F540D","E23F1DF0-4558-4649-A79A-0E1D1E5DF302","FE36A65D-E547-4CCB-ACAD-E803D0C7795A","0AD738A2-D4CB-4F01-9193-D561C93E665D","EBBFCB53-DD5F-4575-B7FD-FDEB70077797","37659BBB-D82E-4B3C-A062-2BD2F89574EC","BC31C0B1-E9AC-467F-8567-05133645FF88","8CA7A2C0-2D56-4028-90FA-142119044DF5","53E17DE4-7CA5-43BE-A7D8-B1C64842506A","90FE8129-B1AD-4D43-8CBA-264B2441D3BC","8E72CCFB-1B5C-4B4A-88EF-B97798445330"],"isLockOwner":false,"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":60137},"__LivelyClassName__":"lively.morphic.Button"},"60087":{"submorphs":[],"scripts":[],"id":"02054249-C97E-43AA-A34C-9019364554A7","shape":{"__isSmartRef__":true,"id":60088},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":25,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":60094},"textColor":{"__isSmartRef__":true,"id":60091},"owner":{"__isSmartRef__":true,"id":60086},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":60095}],"padding":{"__isSmartRef__":true,"id":60097},"_Padding":{"__isSmartRef__":true,"id":60098},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":60099},"_FontFamily":"Helvetica, Sans-Serif","renderContextTable":{"__isSmartRef__":true,"id":60100},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_Align":"center","eventHandler":{"__isSmartRef__":true,"id":60101},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":25,"_MinTextHeight":null,"draggingEnabled":false,"derivationIds":[218,"852A7BD9-52EE-4708-A2D5-1BDECF33C958","7B4F173E-9726-472A-9B30-530D4AA92AD9","CBA217F6-2832-4213-9ABE-47753C1A4180","E6B97D1D-95D5-4644-9359-1D08D42A51F4","4391A57E-70C2-4628-9828-DD668CCE546E","F0C6C298-3B8B-42B2-B5E9-E5B82F607B01","262ED0F9-A2AF-443B-9319-7D69F0869496","66FFDAD4-4F81-44D2-A8DA-473C32BC124F","7F18F0DD-D79B-440F-B08D-9A74550D6CFA","CC9DC109-0381-47CA-90F3-B292B042A8C9","0AE28989-1EE9-489A-A3F7-FAB737907B08","707F39C2-F668-4485-A6D7-685C2022BF47","CBE59654-8D46-4C71-AAAC-3B310F67F914","85C21C11-AF2B-4462-97E9-0D2F561143E7","82B7849E-AAF2-4684-B5ED-1C710A7805DB","F5710749-2465-4F14-B4A2-F7F6FEFCECAB","D28D1889-5FD1-4C24-A170-844DB84E09B1","E046226D-C0B9-4DA2-8299-7A2FBDC1048B","79663FFA-572A-4762-B213-75E15A272B17"],"isLockOwner":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":60102},"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"60088":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":60089},"_Extent":{"__isSmartRef__":true,"id":60090},"_BorderColor":{"__isSmartRef__":true,"id":60091},"renderContextTable":{"__isSmartRef__":true,"id":60092},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":60093},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"60089":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60090":{"x":25,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"60091":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60092":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"60093":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60094":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60095":{"style":{"__isSmartRef__":true,"id":60096},"morph":{"__isSmartRef__":true,"id":60087},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":60087},"storedString":"-","__LivelyClassName__":"lively.morphic.TextChunk"},"60096":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"60097":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60098":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60099":{"x":25,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60100":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"60101":{"morph":{"__isSmartRef__":true,"id":60087},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"60102":{"requiredModules":[],"idOnLoad":"C79EA658-D362-48A0-8838-5890BE834E1C","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"60103":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":60104},"_Extent":{"__isSmartRef__":true,"id":60105},"_Fill":{"__isSmartRef__":true,"id":60106},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":60116},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":60117},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":60118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"60104":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60105":{"x":25,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60106":{"stops":[{"__isSmartRef__":true,"id":60107},{"__isSmartRef__":true,"id":60109},{"__isSmartRef__":true,"id":60111},{"__isSmartRef__":true,"id":60113}],"vector":{"__isSmartRef__":true,"id":60115},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"60107":{"offset":0,"color":{"__isSmartRef__":true,"id":60108}},"60108":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60109":{"offset":0.4,"color":{"__isSmartRef__":true,"id":60110}},"60110":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60111":{"offset":0.6,"color":{"__isSmartRef__":true,"id":60112}},"60112":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60113":{"offset":1,"color":{"__isSmartRef__":true,"id":60114}},"60114":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60115":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60116":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60117":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"60118":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60119":{"x":160,"y":40,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60120":{"stops":[{"__isSmartRef__":true,"id":60121},{"__isSmartRef__":true,"id":60123},{"__isSmartRef__":true,"id":60125},{"__isSmartRef__":true,"id":60127}],"vector":{"__isSmartRef__":true,"id":60115},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"60121":{"offset":0,"color":{"__isSmartRef__":true,"id":60122}},"60122":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60123":{"offset":0.4,"color":{"__isSmartRef__":true,"id":60124}},"60124":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60125":{"offset":0.6,"color":{"__isSmartRef__":true,"id":60126}},"60126":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60127":{"offset":1,"color":{"__isSmartRef__":true,"id":60128}},"60128":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60129":{"sourceObj":{"__isSmartRef__":true,"id":60086},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":60086},"targetMethodName":"deleteSelectedScript","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":60130},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"60130":{"source":{"__isSmartRef__":true,"id":60086},"target":{"__isSmartRef__":true,"id":60086}},"60131":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60132":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","idOnLoad":"1F069D75-7600-45F8-93AC-D1D02A8682ED","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"60133":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"60134":{"x":30,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60135":{"morph":{"__isSmartRef__":true,"id":60086},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"60136":{"x":33.35839679439101,"y":-21.324811622839547,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60137":{"deleteSelectedScript":{"__isSmartRef__":true,"id":60138}},"60138":{"varMapping":{"__isSmartRef__":true,"id":60139},"source":"function deleteSelectedScript() {\n\n var editor = this.objectEditorPane;\n var selection = editor.scriptList.selection;\n\n if (!editor.target || editor.scriptList.getList().size() < 2) \n return; \n\n var deleteScript = function (confirmed) {\n if (!confirmed) return;\n \n if (selection && editor.target) {\n if (!editor.target.hasOwnProperty(selection)) \n return;\n delete editor.target[selection];\n editor.updateLists();\n editor.displayInitialScript();\n }\n }\n\n var message = 'Delete \"' + selection + '\" script?';\n var callback = deleteScript;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":60140},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"60139":{"this":{"__isSmartRef__":true,"id":60086}},"60140":{"timestamp":{"__isSmartRef__":true,"id":60141},"user":"lauritz"},"60141":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:12:21 GMT+0100 (Mitteleuropäische Zeit)"},"60142":{"submorphs":[],"scripts":[],"id":"3E251BAD-210D-417B-9A37-12BD0289C31B","shape":{"__isSmartRef__":true,"id":60143},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":false,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":60149},"_MaxTextWidth":64.8979476392384,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":60146},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"ObjectEditorScriptsText1","partsBinMetaInfo":{"__isSmartRef__":true,"id":60150},"textChunks":[{"__isSmartRef__":true,"id":60151}],"charsReplaced":"Scripts","lastFindLoc":-7,"priorSelectionRange":[0,7],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":60153},"renderContextTable":{"__isSmartRef__":true,"id":60154},"eventHandler":{"__isSmartRef__":true,"id":60155},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64.8979476392384,"_MinTextHeight":null,"_ClipMode":"visible","draggingEnabled":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":60156},"eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":59036},"isCopyMorphRef":true,"morphRefId":27,"derivationIds":[223,"5E3A69EF-26C1-4D0D-B04C-8C3894017F56","14AB1B91-3ED6-49AE-AA58-47D18B6C569F","991D4A54-1FC4-4BC7-AA82-F814AC52CDE3","DB9B19F7-4390-4CE5-9B1D-62177CB8D605","8F7B2EE9-9538-4044-B75B-6A12F3108B70","4B9F9B4B-C7D3-418D-9AC9-10503A4EBF8E","BBD8C74C-AA36-42AB-BC9B-14102EB539F6","1B71CADF-9C83-490E-87DC-23E0CA2298CE","DCC82F37-4930-439A-B2D2-54E8679BAC76","39B9F5C7-0B53-47A6-A41C-FE197CDBBDDB","E35E39E1-789C-444C-81E6-60F90AD951DD","7C8690CD-9111-49BB-8A2A-3BC7969AE88C","98DBBC76-0182-4A73-9DFB-FA3389CB026B","1B308401-A12A-4B66-9627-7731918E07F0","8B0640D8-6622-460D-BB7E-7556171D63FF","FA43EB14-89D6-44CE-B38A-6D164EA9A51B","1E9691EC-B753-429A-AFEB-B5CF88418FA5","6A64CCE3-240A-42FE-A1BF-7921BE4E502A","820AF339-D4F0-4ACD-9334-2D96576D03B6"],"isLockOwner":false,"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"60143":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":60144},"_Extent":{"__isSmartRef__":true,"id":60145},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":60146},"renderContextTable":{"__isSmartRef__":true,"id":60147},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":60148},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"60144":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60145":{"x":64.8979476392384,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"60146":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60147":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"60148":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60149":{"x":198.16434648623274,"y":12.911539589748486,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60150":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"0D4FE4EC-FCDD-4789-BC85-B0194489EF45","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"60151":{"style":{"__isSmartRef__":true,"id":60152},"chunkOwner":{"__isSmartRef__":true,"id":60142},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Target:","__LivelyClassName__":"lively.morphic.TextChunk"},"60152":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"60153":{"x":64.8979476392384,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60154":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"60155":{"morph":{"__isSmartRef__":true,"id":60142},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"60156":{"x":41.065989525935834,"y":-10.506047005169194,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60157":{"submorphs":[],"scripts":[],"id":"D72918F3-51B3-48F9-BC34-B908862DE053","shape":{"__isSmartRef__":true,"id":60158},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":false,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":60164},"_MaxTextWidth":64.8979476392384,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":60161},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"ObjectEditorScriptsText2","partsBinMetaInfo":{"__isSmartRef__":true,"id":60165},"textChunks":[{"__isSmartRef__":true,"id":60166}],"charsReplaced":"Scripts","lastFindLoc":-7,"priorSelectionRange":[0,7],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":60168},"renderContextTable":{"__isSmartRef__":true,"id":60169},"eventHandler":{"__isSmartRef__":true,"id":60170},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64.8979476392384,"_MinTextHeight":null,"_ClipMode":"visible","draggingEnabled":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":60171},"eventsAreIgnored":true,"isCopyMorphRef":true,"morphRefId":27,"owner":{"__isSmartRef__":true,"id":59036},"derivationIds":[224,"35EF8FE5-067D-45B6-AF21-77040F11D340","80DC09DD-22D4-4089-B5C3-857B32C9BE9B","EF080074-E6B9-47F3-A87F-26313B40C430","F6977801-C1A7-445C-9BF1-8A1019E202FB","8C9157AE-0343-4CFB-8186-1D5E05D2ECBE","DD3C23F8-6463-4EAE-959B-C486E27D9BDA","F16D4843-E33A-4847-9119-8ADCB2391A2B","93B78FFC-839A-43E2-9E12-DD5E2CDB87FE","93028C86-6A06-4479-BAD4-777E4A51AD4B","4B45454C-7880-4716-ACD4-111FECED492F","B2B84578-EF39-41BB-A9E6-5173BC3490E0","1897E74F-CAE7-4090-AB48-373C2965336D","DF3A0515-9057-45E2-90B7-03C12AFDC2E8","F76A15DB-FB4E-4C48-B625-F793D308DAB8","F160CD4B-1535-41E2-A8CA-C81B8E9C58AE","453065F3-0770-4C4F-800E-63C1178FCDD6","42573583-DA5E-4ADF-810B-4D97C0A9289C","5B9E7444-3499-46FC-B481-ED13EB951905","ED647793-7D2B-434E-881D-21C3CD96FCED"],"isLockOwner":false,"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"60158":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":60159},"_Extent":{"__isSmartRef__":true,"id":60160},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":60161},"renderContextTable":{"__isSmartRef__":true,"id":60162},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":60163},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"60159":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60160":{"x":64.8979476392384,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"60161":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60162":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"60163":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60164":{"x":10,"y":12.911539589749026,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60165":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"29AC1698-5183-4DB9-86C5-406CD656DFCC","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"60166":{"style":{"__isSmartRef__":true,"id":60167},"chunkOwner":{"__isSmartRef__":true,"id":60157},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Tag:","__LivelyClassName__":"lively.morphic.TextChunk"},"60167":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"60168":{"x":64.8979476392384,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60169":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"60170":{"morph":{"__isSmartRef__":true,"id":60157},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"60171":{"x":45.76052154281416,"y":-27.783027415339603,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60172":{"submorphs":[{"__isSmartRef__":true,"id":60173}],"scripts":[],"id":"DAA21FFE-85D0-412F-8335-C60C47922E6C","shape":{"__isSmartRef__":true,"id":60189},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":60205},"value":true,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":60206},"lighterFill":{"__isSmartRef__":true,"id":60192},"label":{"__isSmartRef__":true,"id":60173},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":60215},"name":"ObjectEditorTagChooser","partsBinMetaInfo":{"__isSmartRef__":true,"id":60216},"listMorph":null,"list":[],"renderContextTable":{"__isSmartRef__":true,"id":60217},"eventHandler":{"__isSmartRef__":true,"id":60218},"distanceToDragEvent":{"__isSmartRef__":true,"id":60219},"priorExtent":{"__isSmartRef__":true,"id":60220},"textString":"PartsBinBrowser","selection":"","_ClipMode":"visible","prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":59036},"setTargetToListSelection":"all","savedTextString":"all","derivationIds":[225,"7F83847B-D0B1-4A31-8601-43424B97C858","E08FC110-71D7-4FFD-B4A8-08F8147B95BA","5534107D-C5C9-48DD-A1ED-B87E9D9B672C","0B89FA7A-768C-4062-98AE-C455E8DAFF19","799320C6-CFBA-40E7-B03D-64BFE9B78248","9B650AA3-271B-4E72-B230-51C6F64B7462","C62244AF-014B-43A4-8892-D3F1B0BADB42","FE35AB4B-9471-4685-87A8-E33284F9ACC6","0611BF6C-67D9-4AAD-BF6E-DB244C631D74","C89C89E4-7445-450C-AB89-0A9D0F8E93F9","AFEFB4CB-63DD-4210-BBBE-E7B6C58D84FE","E887093C-823E-4C7A-A87F-BA13610C8EAF","C30A7B5C-F11E-45DF-BA45-B031C82CBC3A","20979771-EA41-4553-A23B-C90899AD8592","E359462D-A125-494F-9E62-BAE5A1F01526","4CDA8346-C7EC-4ECE-B6B7-52065F2A7C2F","B0ECD2A8-A0E4-46EB-AC56-0FF3163F369F","B7FC5F94-B421-47C6-8A12-9F663EA2E811","DDA4A513-255A-494E-B422-5A2981AD086B"],"isLockOwner":false,"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":60221},"__LivelyClassName__":"lively.morphic.Button"},"60173":{"submorphs":[],"scripts":[],"id":"91A07B59-DA99-4A15-BF27-E2789D7B859A","shape":{"__isSmartRef__":true,"id":60174},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":130,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":60180},"textColor":{"__isSmartRef__":true,"id":60177},"owner":{"__isSmartRef__":true,"id":60172},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":60181}],"padding":{"__isSmartRef__":true,"id":60183},"_Padding":{"__isSmartRef__":true,"id":60183},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":60184},"attributeConnections":[{"__isSmartRef__":true,"id":60185}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"renderContextTable":{"__isSmartRef__":true,"id":60186},"eventHandler":{"__isSmartRef__":true,"id":60187},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":130,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":11,"derivationIds":[226,"03DBF3F8-8EA2-4426-BA64-C4297DDAB015","B8F87302-BEC3-48CD-9BBA-6C7DBB6287E1","4AA6AE51-338B-4E3E-814B-9F99C693A2D5","08F6CE56-AD91-4C27-9429-C3DEA313696C","D39C963C-FD24-4498-A6D8-71E5102CE58A","132C2A9E-3466-4051-AAEA-6E485A91F408","147717FC-7714-4F03-BA39-ADED4F708C82","9A8D6D09-A3E4-4F4B-A6E1-EFAA3109C35B","792FB978-5EBB-4618-AC82-741796315B3D","CDDAC758-31F6-40C0-9763-AC0073576977","9869230C-E118-4201-A754-378D03B5A9B2","7C3D3C19-04C9-4327-BBAE-D022C3D01C5B","0856D6A4-1230-44A7-A922-E5E79C9D33FB","A905B43A-EE7F-4CA8-AEE3-1415231E0B25","43379C86-64C4-41B3-B69D-8635FB2C17F8","E218893B-7063-451B-A03E-4A8FC3E53072","2C846D69-5E86-4EBA-9603-3E923A65795F","215D8435-31CD-45B9-91A7-AA0EF4B82BB9","A9138822-D1C1-4186-B7B9-B20A379DA28D"],"isLockOwner":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":60188},"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"60174":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":60175},"_Extent":{"__isSmartRef__":true,"id":60176},"_BorderColor":{"__isSmartRef__":true,"id":60177},"renderContextTable":{"__isSmartRef__":true,"id":60178},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":60179},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"60175":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60176":{"x":130,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"60177":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60178":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"60179":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60180":{"x":2,"y":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60181":{"style":{"__isSmartRef__":true,"id":60182},"chunkOwner":{"__isSmartRef__":true,"id":60173},"storedString":"all","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"60182":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"60183":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60184":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60185":{"sourceObj":{"__isSmartRef__":true,"id":60173},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":60172},"targetMethodName":"selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"60186":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"60187":{"morph":{"__isSmartRef__":true,"id":60173},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"60188":{"requiredModules":[],"idOnLoad":"0C177CC9-13BD-4885-8C25-4956CC47C7CC","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"60189":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":60190},"_Extent":{"__isSmartRef__":true,"id":60191},"_Fill":{"__isSmartRef__":true,"id":60192},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":60202},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":60203},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":60204},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"60190":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60191":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60192":{"stops":[{"__isSmartRef__":true,"id":60193},{"__isSmartRef__":true,"id":60195},{"__isSmartRef__":true,"id":60197},{"__isSmartRef__":true,"id":60199}],"vector":{"__isSmartRef__":true,"id":60201},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"60193":{"offset":0,"color":{"__isSmartRef__":true,"id":60194}},"60194":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60195":{"offset":0.4,"color":{"__isSmartRef__":true,"id":60196}},"60196":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60197":{"offset":0.6,"color":{"__isSmartRef__":true,"id":60198}},"60198":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60199":{"offset":1,"color":{"__isSmartRef__":true,"id":60200}},"60200":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60201":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60202":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60203":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"60204":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60205":{"x":39.12381412396891,"y":10.000000000000057,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60206":{"stops":[{"__isSmartRef__":true,"id":60207},{"__isSmartRef__":true,"id":60209},{"__isSmartRef__":true,"id":60211},{"__isSmartRef__":true,"id":60213}],"vector":{"__isSmartRef__":true,"id":60201},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"60207":{"offset":0,"color":{"__isSmartRef__":true,"id":60208}},"60208":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60209":{"offset":0.4,"color":{"__isSmartRef__":true,"id":60210}},"60210":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60211":{"offset":0.6,"color":{"__isSmartRef__":true,"id":60212}},"60212":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60213":{"offset":1,"color":{"__isSmartRef__":true,"id":60214}},"60214":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60215":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60216":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","idOnLoad":"C78437BD-A230-4C51-B384-C04AE470A38D","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"60217":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"60218":{"morph":{"__isSmartRef__":true,"id":60172},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"60219":{"x":85.7442776093583,"y":-11.582832083333244,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60220":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60221":{"createListMorph":{"__isSmartRef__":true,"id":60222},"getList":{"__isSmartRef__":true,"id":60226},"removeList":{"__isSmartRef__":true,"id":60230},"reset":{"__isSmartRef__":true,"id":60234},"onMouseUp":{"__isSmartRef__":true,"id":60238},"onBlur":{"__isSmartRef__":true,"id":60246},"setTag":{"__isSmartRef__":true,"id":60254}},"60222":{"varMapping":{"__isSmartRef__":true,"id":60223},"source":"function createListMorph() {\n var items = this.getList();\n\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\n\n var listMorph = new lively.morphic.List(extent);\n listMorph.setList(items);\n listMorph.setFontSize(10);\n\n listMorph.disableGrabbing();\n listMorph.disableDragging();\n \n connect(listMorph, 'selection', this, 'setTag');\n \n return listMorph;\n}","funcProperties":{"__isSmartRef__":true,"id":60224},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"60223":{"this":{"__isSmartRef__":true,"id":60172}},"60224":{"timestamp":{"__isSmartRef__":true,"id":60225},"user":"lauritz","categories":[]},"60225":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:35:59 GMT+0100 (Mitteleuropäische Zeit)"},"60226":{"varMapping":{"__isSmartRef__":true,"id":60227},"source":"function getList() {\n if (!this.owner.target) return [''];\n\n var target = this.owner.target;\n\n var tags = Functions.own(target).collect(function (each) {\n return target[each].tags || [];\n }).flatten().uniq();\n\n var sortedTags = tags.sortBy(function(name) { \n return name.toLowerCase() \n });\n \n sortedTags.unshift('all'); \n return sortedTags;\n}","funcProperties":{"__isSmartRef__":true,"id":60228},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"60227":{"this":{"__isSmartRef__":true,"id":60172}},"60228":{"timestamp":{"__isSmartRef__":true,"id":60229},"user":"lauritz","tags":[]},"60229":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:25 GMT+0100 (Mitteleuropäische Zeit)"},"60230":{"varMapping":{"__isSmartRef__":true,"id":60231},"source":"function removeList() {\n this.listMorph && this.listMorph.remove()\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":60232},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"60231":{"this":{"__isSmartRef__":true,"id":60172}},"60232":{"timestamp":{"__isSmartRef__":true,"id":60233},"user":"lauritz","categories":[]},"60233":{"isSerializedDate":true,"string":"Thu Nov 17 2011 19:06:51 GMT+0100 (Mitteleuropäische Zeit)"},"60234":{"varMapping":{"__isSmartRef__":true,"id":60235},"source":"function reset() {\n this.list = [];\n this.setLabel('all');\n this.label.setAlign('left');\n this.removeList();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\n}","funcProperties":{"__isSmartRef__":true,"id":60236},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"60235":{"this":{"__isSmartRef__":true,"id":60172}},"60236":{"timestamp":{"__isSmartRef__":true,"id":60237},"user":"lauritz","tags":[]},"60237":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:53 GMT+0100 (Mitteleuropäische Zeit)"},"60238":{"varMapping":{"__isSmartRef__":true,"id":60239},"source":"function onMouseUp(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n this.removeList();\n return true;\n } \n if (this.getList().size() < 2) return;\n var list = this.createListMorph();\n this.addMorph(list);\n this.listMorph = list;\n return true;\n}","funcProperties":{"__isSmartRef__":true,"id":60244},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"60239":{"this":{"__isSmartRef__":true,"id":60172},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":60240}},"60240":{"$super":{"__isSmartRef__":true,"id":60241}},"60241":{"varMapping":{"__isSmartRef__":true,"id":60242},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":60243},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"60242":{"obj":{"__isSmartRef__":true,"id":60172},"name":"onMouseUp"},"60243":{},"60244":{"timestamp":{"__isSmartRef__":true,"id":60245},"user":"lauritz","categories":[]},"60245":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:59:16 GMT+0100 (Mitteleuropäische Zeit)"},"60246":{"varMapping":{"__isSmartRef__":true,"id":60247},"source":"function onBlur(evt) {\n $super(evt);\n \n // workaround - otherwise other morphs get this event\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\n this.removeList();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":60252},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"60247":{"this":{"__isSmartRef__":true,"id":60172},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":60248}},"60248":{"$super":{"__isSmartRef__":true,"id":60249}},"60249":{"varMapping":{"__isSmartRef__":true,"id":60250},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":60251},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"60250":{"obj":{"__isSmartRef__":true,"id":60172},"name":"onBlur"},"60251":{},"60252":{"timestamp":{"__isSmartRef__":true,"id":60253},"user":"lauritz","categories":[]},"60253":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:10:03 GMT+0100 (Mitteleuropäische Zeit)"},"60254":{"varMapping":{"__isSmartRef__":true,"id":60255},"source":"function setTag(tag) {\n this.setLabel(tag || '');\n this.label.setAlign('left');\n this.owner.setTag(tag);\n}","funcProperties":{"__isSmartRef__":true,"id":60256},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"60255":{"this":{"__isSmartRef__":true,"id":60172}},"60256":{"timestamp":{"__isSmartRef__":true,"id":60257},"user":"lauritz","categories":[]},"60257":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:36:12 GMT+0100 (Mitteleuropäische Zeit)"},"60258":{"submorphs":[{"__isSmartRef__":true,"id":60259}],"scripts":[],"id":"FBF87B2F-188C-4149-85EF-8856A53344A4","shape":{"__isSmartRef__":true,"id":60275},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":60279},"lighterFill":{"__isSmartRef__":true,"id":60291},"label":{"__isSmartRef__":true,"id":60259},"name":"Button","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":60300},"attributeConnections":[{"__isSmartRef__":true,"id":60301}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":60337},"renderContextTable":{"__isSmartRef__":true,"id":60338},"eventHandler":{"__isSmartRef__":true,"id":60339},"distanceToDragEvent":{"__isSmartRef__":true,"id":60340},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","87E42FF6-3862-481D-97D6-643676E15F32","5C5E9A65-DE2C-4125-9F28-C867C6B51A1E","06ED2586-FDEA-4F80-9DD0-D1CBB50B4C6A","2D3BBB99-E64D-4E47-8635-B7AEA4158433","D635C083-879E-4939-84CF-636CF779425B","9953E688-648B-43BD-90E1-D8E4170D5C65","B5AF8C87-A48C-48EF-A658-944946371F5F","8FCB339F-26BE-456A-9FBF-4C0EBE15FDAB","690F8BBC-426F-4810-AAAE-508D21B39A4F","3DC5576A-6D75-46FE-B603-036A55FA4D13","B52A5C88-FA03-41E5-BA6C-5008A196C1D7","D3341522-A7C9-45BD-A8BA-DFB09094AECC","E9FA78BD-8D5B-405C-A720-03D3657B05CF","99CF3B0A-6670-438E-BB2F-EAE2C57342C4"],"_Position":{"__isSmartRef__":true,"id":60341},"owner":{"__isSmartRef__":true,"id":59036},"layout":{"__isSmartRef__":true,"id":60342},"isLockOwner":false,"_ClipMode":"visible","_Rotation":0,"_Scale":0.994014980014994,"isPressed":false,"__LivelyClassName__":"lively.morphic.Button"},"60259":{"submorphs":[],"scripts":[],"id":"C9C6BBEF-97D8-4771-B865-F28312928273","shape":{"__isSmartRef__":true,"id":60260},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":60266},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":60267},"_Padding":{"__isSmartRef__":true,"id":60268},"owner":{"__isSmartRef__":true,"id":60258},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":60269},"textChunks":[{"__isSmartRef__":true,"id":60270}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":60272},"eventHandler":{"__isSmartRef__":true,"id":60273},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","BA4EC8D2-AB29-4F9F-B5A0-715A4746A4C4","DBDAA16D-6F25-453D-812F-8DB5E6251020","375E60B7-D311-4DBC-A130-1F9CBA908DDC","0057F96D-6D90-4047-B07D-EAA6D0149470","50486855-A26E-48B5-BD19-6A7775BD23DE","A40A9DDA-945A-44C9-B038-61A84E61F4A5","6B1BBBED-CDC3-4AB1-8022-D904F036092C","BFEFD8A4-7E89-40B1-A2C3-900445F829DC","E6748E61-A4C6-44EC-919F-C109AB6ACED5","1064BCB6-7D32-48C4-A69B-58BDA4D8ED83","AA336938-1952-49B5-9219-28FA3A0CB2CE","CBF02CF8-4248-4F77-AB44-5429B907D893","C901EFF6-BD79-4440-815B-4976C359E913","B707BADF-A10C-4A49-9C36-81A6367E6BF5"],"_MinTextWidth":101,"_MinTextHeight":null,"isLockOwner":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":60274},"__LivelyClassName__":"lively.morphic.Text"},"60260":{"position":{"__isSmartRef__":true,"id":60261},"_Extent":{"__isSmartRef__":true,"id":60262},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":60263},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":60264},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":60265},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"60261":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60262":{"x":101,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"60263":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60264":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"60265":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60266":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60267":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60268":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60269":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60270":{"style":{"__isSmartRef__":true,"id":60271},"chunkOwner":{"__isSmartRef__":true,"id":60259},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"run","__LivelyClassName__":"lively.morphic.TextChunk"},"60271":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"60272":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"60273":{"morph":{"__isSmartRef__":true,"id":60259},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"60274":{"requiredModules":[],"idOnLoad":"2A4FAB02-071D-40FA-9F2A-CCFDB1120B73","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"60275":{"position":{"__isSmartRef__":true,"id":60276},"_Extent":{"__isSmartRef__":true,"id":60277},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":60278},"_Fill":{"__isSmartRef__":true,"id":60279},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":60289},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":60290},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"60276":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60277":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60278":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60279":{"stops":[{"__isSmartRef__":true,"id":60280},{"__isSmartRef__":true,"id":60282},{"__isSmartRef__":true,"id":60284},{"__isSmartRef__":true,"id":60286}],"vector":{"__isSmartRef__":true,"id":60288},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"60280":{"offset":0,"color":{"__isSmartRef__":true,"id":60281}},"60281":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60282":{"offset":0.4,"color":{"__isSmartRef__":true,"id":60283}},"60283":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60284":{"offset":0.6,"color":{"__isSmartRef__":true,"id":60285}},"60285":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60286":{"offset":1,"color":{"__isSmartRef__":true,"id":60287}},"60287":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60288":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60289":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"60290":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60291":{"stops":[{"__isSmartRef__":true,"id":60292},{"__isSmartRef__":true,"id":60294},{"__isSmartRef__":true,"id":60296},{"__isSmartRef__":true,"id":60298}],"vector":{"__isSmartRef__":true,"id":60288},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"60292":{"offset":0,"color":{"__isSmartRef__":true,"id":60293}},"60293":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60294":{"offset":0.4,"color":{"__isSmartRef__":true,"id":60295}},"60295":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60296":{"offset":0.6,"color":{"__isSmartRef__":true,"id":60297}},"60297":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60298":{"offset":1,"color":{"__isSmartRef__":true,"id":60299}},"60299":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60300":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"19CE4C73-3DF7-417B-B07B-C1E2C09796FC","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"60301":{"sourceObj":{"__isSmartRef__":true,"id":60258},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":59036},"targetMethodName":"runScript","visualConnector":{"__isSmartRef__":true,"id":60302},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"60302":{"submorphs":[{"__isSmartRef__":true,"id":60303}],"scripts":[],"shape":{"__isSmartRef__":true,"id":60318},"derivationIds":[null],"id":"C89B50A0-17E7-4D22-AE1D-5112520DAEE7","renderContextTable":{"__isSmartRef__":true,"id":60325},"eventHandler":{"__isSmartRef__":true,"id":60326},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":60327},{"__isSmartRef__":true,"id":60328}],"con":{"__isSmartRef__":true,"id":60301},"showsMorphMenu":true,"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":60329},"__LivelyClassName__":"lively.morphic.Path"},"60303":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":60304},"derivationIds":[null],"id":"2A71BE9E-6820-46AF-ACED-3C9BDCC918AF","renderContextTable":{"__isSmartRef__":true,"id":60315},"eventHandler":{"__isSmartRef__":true,"id":60316},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":60317},"owner":{"__isSmartRef__":true,"id":60302},"_Rotation":-3.130064002485303,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"60304":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":60305},{"__isSmartRef__":true,"id":60306},{"__isSmartRef__":true,"id":60307},{"__isSmartRef__":true,"id":60308}],"renderContextTable":{"__isSmartRef__":true,"id":60309},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":60310},"_Extent":{"__isSmartRef__":true,"id":60311},"_Padding":{"__isSmartRef__":true,"id":60312},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":60313},"_Fill":{"__isSmartRef__":true,"id":60314},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"60305":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"60306":{"isAbsolute":true,"x":-12,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"60307":{"isAbsolute":true,"x":4,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"60308":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"60309":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"60310":{"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60311":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60312":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60313":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60314":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60315":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"60316":{"morph":{"__isSmartRef__":true,"id":60303},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"60317":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60318":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":60319},{"__isSmartRef__":true,"id":60320}],"renderContextTable":{"__isSmartRef__":true,"id":60321},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":60322},"_Extent":{"__isSmartRef__":true,"id":60323},"_Padding":{"__isSmartRef__":true,"id":60324},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":60313},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"60319":{"isAbsolute":true,"x":829.7085000406639,"y":9.565843617262885,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"60320":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"60321":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"60322":{"x":-1,"y":-1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60323":{"x":831,"y":11,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60324":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60325":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"60326":{"morph":{"__isSmartRef__":true,"id":60302},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"60327":{"morph":{"__isSmartRef__":true,"id":60302},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"60328":{"morph":{"__isSmartRef__":true,"id":60302},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":60303},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"60329":{"morphMenuItems":{"__isSmartRef__":true,"id":60330}},"60330":{"varMapping":{"__isSmartRef__":true,"id":60331},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":60336},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"60331":{"this":{"__isSmartRef__":true,"id":60302},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":60332}},"60332":{"$super":{"__isSmartRef__":true,"id":60333}},"60333":{"varMapping":{"__isSmartRef__":true,"id":60334},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":60335},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"60334":{"obj":{"__isSmartRef__":true,"id":60302},"name":"morphMenuItems"},"60335":{},"60336":{},"60337":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60338":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"60339":{"morph":{"__isSmartRef__":true,"id":60258},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"60340":{"x":71.99397894387357,"y":-13.030105280631261,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60341":{"x":788.7426780861911,"y":9.508591852040126,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60342":{"centeredHorizontal":false,"moveHorizontal":true},"60343":{"submorphs":[{"__isSmartRef__":true,"id":60344}],"scripts":[],"id":"0CFC397B-4700-4F06-9B73-DB54235FDE17","shape":{"__isSmartRef__":true,"id":60360},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":60364},"lighterFill":{"__isSmartRef__":true,"id":60376},"label":{"__isSmartRef__":true,"id":60344},"name":"saveButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":60385},"attributeConnections":[{"__isSmartRef__":true,"id":60386}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":60422},"renderContextTable":{"__isSmartRef__":true,"id":60423},"eventHandler":{"__isSmartRef__":true,"id":60424},"distanceToDragEvent":{"__isSmartRef__":true,"id":60425},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","D686F0CB-027B-4CA9-8B8D-9306389B219D","F51327CB-803E-4234-BFB3-6F5252D1C936","38269693-613D-49B5-8E0F-E1A576A6262E","50D597DC-839A-41F0-A1D6-D96E934B7197","36255514-C455-465F-90EC-542C55A80380","C218F04A-5E06-46DD-9433-605F99A1D2D3","9E9AB465-AE41-4003-BC0A-318636599A9D","14F962F9-17A5-4580-926C-246AEE8B7D78","B4CBC78A-08E8-4877-B3CC-B3A8FB31AD81","5731F96D-D99A-4659-848E-F2629661BDE9","DF23D997-26B6-4535-A5D7-E92AF9BBC1C7","48259171-FBC6-479A-846F-A1A5F039883A","A857EF7C-4144-42DC-94BD-782686AFE78E","1AF8F25E-8F1B-4403-BA2E-2844C72BE9E2","6F5B9374-C5A2-4BCA-9BCD-850422A5AEA3"],"layout":{"__isSmartRef__":true,"id":60426},"_Position":{"__isSmartRef__":true,"id":60427},"owner":{"__isSmartRef__":true,"id":59036},"isLockOwner":false,"_ClipMode":"visible","_Rotation":0,"_Scale":0.9880657804942089,"__LivelyClassName__":"lively.morphic.Button"},"60344":{"submorphs":[],"scripts":[],"id":"77947C98-1FCA-41AA-820F-C9AA55B32B88","shape":{"__isSmartRef__":true,"id":60345},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":60351},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":60352},"_Padding":{"__isSmartRef__":true,"id":60353},"owner":{"__isSmartRef__":true,"id":60343},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":60354},"textChunks":[{"__isSmartRef__":true,"id":60355}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":60357},"eventHandler":{"__isSmartRef__":true,"id":60358},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","9AECBFB8-25A5-483F-86AD-D7CF9ABC9A25","918C6CC4-3540-4341-BAFD-B195F7807FEE","7E65E15F-55D6-413F-B6E5-6891B4148E12","6A62E83E-3291-4A9C-AF4F-78266B4724B3","89D6D436-5905-4FFE-BDF9-EF1948ADF49A","902626A1-BAFA-4EB3-A6EE-2E8F5ECD597A","CACFC81B-4374-4470-A6CC-4890C1D48F9D","0E085F0F-D903-49A1-937F-E489EB61CBD3","51D6BADE-45FF-49DE-B223-96617E2C484C","39EAD7C9-6776-45D6-9671-039A99A65278","69BA3D44-C1FC-44EA-A6E3-ECABBBBE9C22","8EB71B92-8A42-4105-81E2-2B6969CD7D2C","8F6CC7C5-594F-4BA3-B674-6AE608B66650","5BB91069-A944-4662-A8BD-80EF64583561","471328DC-F7BE-4861-8758-AEEB2A78FB71"],"_MinTextWidth":101,"_MinTextHeight":null,"isLockOwner":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":60359},"__LivelyClassName__":"lively.morphic.Text"},"60345":{"position":{"__isSmartRef__":true,"id":60346},"_Extent":{"__isSmartRef__":true,"id":60347},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":60348},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":60349},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":60350},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"60346":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60347":{"x":101,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"60348":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60349":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"60350":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60351":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60352":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60353":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60354":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60355":{"style":{"__isSmartRef__":true,"id":60356},"chunkOwner":{"__isSmartRef__":true,"id":60344},"storedString":"save","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"60356":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"60357":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"60358":{"morph":{"__isSmartRef__":true,"id":60344},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"60359":{"requiredModules":[],"idOnLoad":"46F13262-CBCB-4E51-A9C2-5497A05D1236","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"60360":{"position":{"__isSmartRef__":true,"id":60361},"_Extent":{"__isSmartRef__":true,"id":60362},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":60363},"_Fill":{"__isSmartRef__":true,"id":60364},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":60374},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":60375},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"60361":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60362":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60363":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60364":{"stops":[{"__isSmartRef__":true,"id":60365},{"__isSmartRef__":true,"id":60367},{"__isSmartRef__":true,"id":60369},{"__isSmartRef__":true,"id":60371}],"vector":{"__isSmartRef__":true,"id":60373},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"60365":{"offset":0,"color":{"__isSmartRef__":true,"id":60366}},"60366":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60367":{"offset":0.4,"color":{"__isSmartRef__":true,"id":60368}},"60368":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60369":{"offset":0.6,"color":{"__isSmartRef__":true,"id":60370}},"60370":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60371":{"offset":1,"color":{"__isSmartRef__":true,"id":60372}},"60372":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60373":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60374":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"60375":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60376":{"stops":[{"__isSmartRef__":true,"id":60377},{"__isSmartRef__":true,"id":60379},{"__isSmartRef__":true,"id":60381},{"__isSmartRef__":true,"id":60383}],"vector":{"__isSmartRef__":true,"id":60373},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"60377":{"offset":0,"color":{"__isSmartRef__":true,"id":60378}},"60378":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60379":{"offset":0.4,"color":{"__isSmartRef__":true,"id":60380}},"60380":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60381":{"offset":0.6,"color":{"__isSmartRef__":true,"id":60382}},"60382":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60383":{"offset":1,"color":{"__isSmartRef__":true,"id":60384}},"60384":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60385":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"BACA5E2D-ED14-4844-A020-D1F5B00F3710","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"60386":{"sourceObj":{"__isSmartRef__":true,"id":60343},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":59532},"targetMethodName":"doSave","visualConnector":{"__isSmartRef__":true,"id":60387},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"60387":{"submorphs":[{"__isSmartRef__":true,"id":60388}],"scripts":[],"shape":{"__isSmartRef__":true,"id":60403},"derivationIds":[null],"id":"F46012D5-C8BE-4E52-BF98-D052FDAAE17A","renderContextTable":{"__isSmartRef__":true,"id":60410},"eventHandler":{"__isSmartRef__":true,"id":60411},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":60412},{"__isSmartRef__":true,"id":60413}],"con":{"__isSmartRef__":true,"id":60386},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":60414},"__LivelyClassName__":"lively.morphic.Path"},"60388":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":60389},"derivationIds":[null],"id":"A2A83C78-09B8-473C-829B-198206D7A9E4","renderContextTable":{"__isSmartRef__":true,"id":60400},"eventHandler":{"__isSmartRef__":true,"id":60401},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":60402},"owner":{"__isSmartRef__":true,"id":60387},"_Rotation":3.077607197692381,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"60389":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":60390},{"__isSmartRef__":true,"id":60391},{"__isSmartRef__":true,"id":60392},{"__isSmartRef__":true,"id":60393}],"renderContextTable":{"__isSmartRef__":true,"id":60394},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":60395},"_Extent":{"__isSmartRef__":true,"id":60396},"_Padding":{"__isSmartRef__":true,"id":60397},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":60398},"_Fill":{"__isSmartRef__":true,"id":60399},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"60390":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"60391":{"isAbsolute":true,"x":-12,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"60392":{"isAbsolute":true,"x":4,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"60393":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"60394":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"60395":{"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60396":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60397":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60398":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60399":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60400":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"60401":{"morph":{"__isSmartRef__":true,"id":60388},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"60402":{"x":201.20421122525056,"y":40.24084224505009,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60403":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":60404},{"__isSmartRef__":true,"id":60405}],"renderContextTable":{"__isSmartRef__":true,"id":60406},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":60407},"_Extent":{"__isSmartRef__":true,"id":60408},"_Padding":{"__isSmartRef__":true,"id":60409},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":60398},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"60404":{"isAbsolute":true,"x":679.4857209639925,"y":9.595948897894004,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"60405":{"isAbsolute":true,"x":201.20421122525056,"y":40.24084224505009,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"60406":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"60407":{"x":200,"y":9,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60408":{"x":480,"y":32,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60409":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60410":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"60411":{"morph":{"__isSmartRef__":true,"id":60387},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"60412":{"morph":{"__isSmartRef__":true,"id":60387},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"60413":{"morph":{"__isSmartRef__":true,"id":60387},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":60388},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"60414":{"morphMenuItems":{"__isSmartRef__":true,"id":60415}},"60415":{"varMapping":{"__isSmartRef__":true,"id":60416},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":60421},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"60416":{"this":{"__isSmartRef__":true,"id":60387},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":60417}},"60417":{"$super":{"__isSmartRef__":true,"id":60418}},"60418":{"varMapping":{"__isSmartRef__":true,"id":60419},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":60420},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"60419":{"obj":{"__isSmartRef__":true,"id":60387},"name":"morphMenuItems"},"60420":{},"60421":{},"60422":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60423":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"60424":{"morph":{"__isSmartRef__":true,"id":60343},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"60425":{"x":68.77671624028653,"y":-14.497241813457947,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60426":{"centeredHorizontal":false,"moveHorizontal":true},"60427":{"x":675.4189853444968,"y":9.53851695196505,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60428":{"submorphs":[{"__isSmartRef__":true,"id":60429}],"scripts":[],"id":"8942490F-995B-4F02-86B7-3F78FC7772CC","shape":{"__isSmartRef__":true,"id":60445},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":60461},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":60449},"lighterFill":{"__isSmartRef__":true,"id":60462},"label":{"__isSmartRef__":true,"id":60429},"name":"openTestsButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":60471},"attributeConnections":[{"__isSmartRef__":true,"id":60472}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":60473},"renderContextTable":{"__isSmartRef__":true,"id":60474},"eventHandler":{"__isSmartRef__":true,"id":60475},"distanceToDragEvent":{"__isSmartRef__":true,"id":60476},"derivationIds":[7251,"84054D2E-8176-440D-B413-279956A34FC2","3D238587-ED65-4137-9156-BFC9C8736E26","00595EF3-8058-4924-A096-17D5050C2615","B599ACB2-7293-493C-9377-E233B6C369EF","1F49694F-9CDE-43A8-9D7C-1A902C09936E","D6AD170D-CB11-4A9A-9E4B-D5509CF7BD1E","F57418D2-0EB4-4B97-8840-9C7881708C00","36E12BD5-78E6-4A3F-9C59-CB32E637283A","A0A13AD5-D53E-44D7-96AB-157ED26817D8","3A957C0F-9271-4219-BEAE-28B04FDC2698","0BB80933-2798-4D54-B99C-042D58DC1AD9","F6FDD56C-B63D-4E77-8A49-5FEB80929BFB","4595DB28-C6F0-44EF-AEEC-EF472925E20C","7AB3BB10-C6AD-4EC2-AF77-AB58AFBC4BEE"],"owner":{"__isSmartRef__":true,"id":59036},"isLockOwner":false,"_ClipMode":"visible","_Rotation":0,"_Scale":0.9940149800149939,"__LivelyClassName__":"lively.morphic.Button"},"60429":{"submorphs":[],"scripts":[],"id":"8C65C890-1FA8-466E-B307-11A26D3B7407","shape":{"__isSmartRef__":true,"id":60430},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":60436},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":60437},"_Padding":{"__isSmartRef__":true,"id":60438},"owner":{"__isSmartRef__":true,"id":60428},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":60439},"textChunks":[{"__isSmartRef__":true,"id":60440}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":60442},"eventHandler":{"__isSmartRef__":true,"id":60443},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2","6B329FE4-42E0-4EEF-8CBC-77DFB257830F","4550D795-1DFE-4823-9933-A0EE3D492900","A60F7395-3B55-4855-ADD5-54363CA481D8","4C5FBFD1-E919-4D22-9C52-80C95B1ADC20","38FE1E9A-73A0-4885-BDA1-1C6A64554B7A","A50FD742-1B5C-4948-B2AF-8E86B3ED6F30","1F364058-76A9-4F99-8443-2BF5D78A9D63","34913C80-F880-4D3F-9B97-93B98D5625CF","1FE33E11-39E7-4119-B52B-805899EE8D47","F6E2FE73-5067-4AD3-976F-BF4413ADDBF9","B40BA45F-F7DD-4287-99D6-321ED625B633","BC69EEC7-4984-446C-94EA-507BFCE56C86","F508FF53-31C6-498F-B069-4418B2655BA0"],"_MinTextWidth":101,"_MinTextHeight":null,"isLockOwner":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":60444},"__LivelyClassName__":"lively.morphic.Text"},"60430":{"position":{"__isSmartRef__":true,"id":60431},"_Extent":{"__isSmartRef__":true,"id":60432},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":60433},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":60434},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":60435},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"60431":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60432":{"x":101,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"60433":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60434":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"60435":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60436":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60437":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60438":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60439":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60440":{"style":{"__isSmartRef__":true,"id":60441},"chunkOwner":{"__isSmartRef__":true,"id":60429},"storedString":"Tests","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"60441":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"60442":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"60443":{"morph":{"__isSmartRef__":true,"id":60429},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"60444":{"requiredModules":[],"idOnLoad":"C19D3539-DC40-4D25-BD6F-3150F9CEF8E2","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"60445":{"position":{"__isSmartRef__":true,"id":60446},"_Extent":{"__isSmartRef__":true,"id":60447},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":60448},"_Fill":{"__isSmartRef__":true,"id":60449},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":60459},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":60460},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"60446":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60447":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60448":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60449":{"stops":[{"__isSmartRef__":true,"id":60450},{"__isSmartRef__":true,"id":60452},{"__isSmartRef__":true,"id":60454},{"__isSmartRef__":true,"id":60456}],"vector":{"__isSmartRef__":true,"id":60458},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"60450":{"offset":0,"color":{"__isSmartRef__":true,"id":60451}},"60451":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60452":{"offset":0.4,"color":{"__isSmartRef__":true,"id":60453}},"60453":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60454":{"offset":0.6,"color":{"__isSmartRef__":true,"id":60455}},"60455":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60456":{"offset":1,"color":{"__isSmartRef__":true,"id":60457}},"60457":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60458":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60459":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"60460":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60461":{"x":510,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60462":{"stops":[{"__isSmartRef__":true,"id":60463},{"__isSmartRef__":true,"id":60465},{"__isSmartRef__":true,"id":60467},{"__isSmartRef__":true,"id":60469}],"vector":{"__isSmartRef__":true,"id":60458},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"60463":{"offset":0,"color":{"__isSmartRef__":true,"id":60464}},"60464":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60465":{"offset":0.4,"color":{"__isSmartRef__":true,"id":60466}},"60466":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60467":{"offset":0.6,"color":{"__isSmartRef__":true,"id":60468}},"60468":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60469":{"offset":1,"color":{"__isSmartRef__":true,"id":60470}},"60470":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60471":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"BD346041-2221-4CB2-B2C7-F141D86DEADD","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"60472":{"sourceObj":{"__isSmartRef__":true,"id":60428},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":59036},"targetMethodName":"openPartTestRunner","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"60473":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60474":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"60475":{"morph":{"__isSmartRef__":true,"id":60428},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"60476":{"x":65.95178327801523,"y":-8.024108360992386,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60477":{"submorphs":[],"scripts":[],"id":"A6BD7A38-4119-48E4-A97A-7C016B197EE2","shape":{"__isSmartRef__":true,"id":60478},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":false,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":60484},"_MaxTextWidth":64.8979476392384,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":60481},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"ObjectEditorScriptsText3","partsBinMetaInfo":{"__isSmartRef__":true,"id":60485},"textChunks":[{"__isSmartRef__":true,"id":60486}],"charsReplaced":"Scripts","lastFindLoc":-7,"priorSelectionRange":[0,7],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":60488},"renderContextTable":{"__isSmartRef__":true,"id":60489},"eventHandler":{"__isSmartRef__":true,"id":60490},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64.8979476392384,"_MinTextHeight":null,"_ClipMode":"visible","draggingEnabled":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":60491},"eventsAreIgnored":true,"isCopyMorphRef":true,"morphRefId":27,"derivationIds":[223,"5E3A69EF-26C1-4D0D-B04C-8C3894017F56","14AB1B91-3ED6-49AE-AA58-47D18B6C569F","991D4A54-1FC4-4BC7-AA82-F814AC52CDE3","DB9B19F7-4390-4CE5-9B1D-62177CB8D605","8F7B2EE9-9538-4044-B75B-6A12F3108B70","4B9F9B4B-C7D3-418D-9AC9-10503A4EBF8E","BBD8C74C-AA36-42AB-BC9B-14102EB539F6","1B71CADF-9C83-490E-87DC-23E0CA2298CE","DCC82F37-4930-439A-B2D2-54E8679BAC76","39B9F5C7-0B53-47A6-A41C-FE197CDBBDDB","E35E39E1-789C-444C-81E6-60F90AD951DD","7C8690CD-9111-49BB-8A2A-3BC7969AE88C","98DBBC76-0182-4A73-9DFB-FA3389CB026B","3F4F1891-B298-4AC4-808B-24CEEA557459","6BE7AD80-1782-467C-B033-54DF1E1F55C0","59849D96-B264-44C4-9ECD-7A12A832DA74","EAAB9569-E0AC-4102-B798-7D0570DF524F","C8CC8285-06DE-4331-8938-988F7B181E5D","F53E2457-3876-4CB0-BAD0-E5EB21D7715E","99DDD6A7-FE39-4A97-91CC-43F66109E234"],"owner":{"__isSmartRef__":true,"id":59036},"isLockOwner":false,"_Rotation":0,"_Scale":0.9801888648295339,"__LivelyClassName__":"lively.morphic.Text"},"60478":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":60479},"_Extent":{"__isSmartRef__":true,"id":60480},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":60481},"renderContextTable":{"__isSmartRef__":true,"id":60482},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":60483},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"60479":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60480":{"x":64.8979476392384,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"60481":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60482":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"60483":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60484":{"x":201.0851019455509,"y":50.257772129123396,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60485":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"AA7D082D-D928-45E5-A9BD-2F57273F98A3","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"60486":{"style":{"__isSmartRef__":true,"id":60487},"chunkOwner":{"__isSmartRef__":true,"id":60477},"storedString":"Tags:","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"60487":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"60488":{"x":64.8979476392384,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60489":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"60490":{"morph":{"__isSmartRef__":true,"id":60477},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"60491":{"x":46.85990195761653,"y":-9.163922615350018,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60492":{"submorphs":[],"scripts":[],"id":"EDBD3C78-9151-4F20-BBAD-26FD1C11A7CB","shape":{"__isSmartRef__":true,"id":60493},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":60500},"_MaxTextWidth":383.508118745059,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":60496},"showsHalos":false,"_FontSize":14,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"TagsEntry","partsBinMetaInfo":{"__isSmartRef__":true,"id":60501},"textChunks":[{"__isSmartRef__":true,"id":60504}],"charsReplaced":"","lastFindLoc":7,"priorSelectionRange":[15,15],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":60506},"renderContextTable":{"__isSmartRef__":true,"id":60507},"eventHandler":{"__isSmartRef__":true,"id":60508},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":60509},"_ClipMode":"hidden","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","5427549B-2650-4E9A-8D4B-F63501AFF44B","8FF4130A-1A54-481A-B321-4F5E7715B84E","4A142418-922F-4CDA-8C5D-B810D42B543B","0F207504-6F3C-4F9F-8D04-F4260BFA6D2D","5406FAB6-2C7C-456F-94F5-2314478F16B1"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":383.508118745059,"_MinTextHeight":null,"previousSelection":[12,12],"owner":{"__isSmartRef__":true,"id":59036},"distanceToDragEvent":{"__isSmartRef__":true,"id":60510},"savedTextString":"[\"test\", 'foo']","isInputLine":true,"allowInput":true,"isLockOwner":false,"_Rotation":0,"_Scale":0.9801888648295339,"__LivelyClassName__":"lively.morphic.Text"},"60493":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":60494},"_Extent":{"__isSmartRef__":true,"id":60495},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":60496},"renderContextTable":{"__isSmartRef__":true,"id":60497},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":60498},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_Fill":{"__isSmartRef__":true,"id":60499},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"60494":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60495":{"x":391.508118745059,"y":24.979788451102458,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"60496":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60497":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"60498":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60499":{"r":0.921,"g":0.921,"b":0.921,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"60500":{"x":233.33463002960926,"y":48.977392988826864,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60501":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":60502}],"revisionOnLoad":141269,"idOnLoad":"CF668F1D-2426-46ED-9B24-BBF2AA1A8206","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"60502":{"date":{"__isSmartRef__":true,"id":60503},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"60503":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"60504":{"style":{"__isSmartRef__":true,"id":60505},"chunkOwner":{"__isSmartRef__":true,"id":60492},"storedString":"[]","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"60505":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"60506":{"x":391.508118745059,"y":24.979788451102458,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60507":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"60508":{"morph":{"__isSmartRef__":true,"id":60492},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"60509":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60510":{"x":322,"y":-13.145815705892545,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60511":{"submorphs":[{"__isSmartRef__":true,"id":60512}],"scripts":[],"id":"A16E6558-2CA9-4166-A965-8C6BA6414E06","shape":{"__isSmartRef__":true,"id":60528},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":60544},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":60531},"lighterFill":{"__isSmartRef__":true,"id":60545},"label":{"__isSmartRef__":true,"id":60512},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":60554},"name":"ObjectEditorMorphSelector","partsBinMetaInfo":{"__isSmartRef__":true,"id":60555},"list":[],"renderContextTable":{"__isSmartRef__":true,"id":60556},"eventHandler":{"__isSmartRef__":true,"id":60557},"distanceToDragEvent":{"__isSmartRef__":true,"id":60558},"priorExtent":{"__isSmartRef__":true,"id":60559},"owner":{"__isSmartRef__":true,"id":59036},"textString":"","selection":{"__isSmartRef__":true,"id":60560},"_ClipMode":"visible","prevScroll":[0,0],"listMorph":null,"derivationIds":[221,"4AC64FBA-95AC-42B2-A078-B6DA97889093","E26ED0E6-C4CE-4C82-94D5-175270E8459E","D292F2FC-C2B6-48AE-B779-8CC5868FFA49","53A862EB-032C-4BF0-9B21-58C7E0C0A9B2","CC4D188B-510F-48DE-A0E1-EC8D2CD63F9F","0CD057F2-3517-4849-A69E-1EF79B05ACE8","FCB5AC20-8EDD-454C-8060-0D8A819EA8CC","44067B9D-617A-44C0-87C2-34049A67D504","459701D2-8B97-438B-94DB-342D6F020607","B0598300-449A-4BFB-B433-D89ED61D3D80","8BA4395D-FDA1-457C-A16B-0AB9E3CF4BA8","02EBE588-3991-41A8-B178-CDA6D074D5C2","FBC9D2ED-711E-4EB2-A4B5-AF7B1D435F75","24CE2774-4686-49F6-8A8A-96703E5CA4D5","492EBB52-B198-4489-BAE6-CDEFD0E1B4E7","3F5CE1C8-CA5B-4417-ABC1-1EA6C99C3BC7","B3E4AC8B-7ED2-4146-B1DD-53390948A999","F0772CE8-8B74-4712-8449-5C46958F679E","4B86ACDF-0F06-4C0B-823C-C3540ECB7CE2"],"isLockOwner":false,"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":60577},"__LivelyClassName__":"lively.morphic.Button"},"60512":{"submorphs":[],"scripts":[],"id":"60B14D45-B826-4A25-8424-C21D12AEF90D","shape":{"__isSmartRef__":true,"id":60513},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":220,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":60519},"textColor":{"__isSmartRef__":true,"id":60516},"owner":{"__isSmartRef__":true,"id":60511},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":60520}],"padding":{"__isSmartRef__":true,"id":60522},"_Padding":{"__isSmartRef__":true,"id":60522},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":60523},"attributeConnections":[{"__isSmartRef__":true,"id":60524}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"renderContextTable":{"__isSmartRef__":true,"id":60525},"eventHandler":{"__isSmartRef__":true,"id":60526},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":220,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":11,"derivationIds":[222,"30F054A3-7658-405B-8098-B7D87AA8A9ED","556D6E07-45B7-42EC-A486-DE275EF0B034","06B0B080-467A-46CC-8B0D-9C0A9B9A71F1","5E2D96C9-BB9B-4735-8673-A79847435197","B48AA022-2022-4A2A-9090-4D884FB3DFD3","8B2F743A-98C5-45E1-B03C-5019114EAC47","926741C7-A8EC-4D1C-9C34-A7BA992FF28A","6455B12A-6B80-4CE0-B78B-CE8D3837E4B0","7913F91D-152F-45A4-AE83-4EBFE8BF77ED","2EEFDE09-7582-4267-822E-6F87276CB558","1846050C-8AE6-4CF0-8E82-F0094C07DF1C","8081A950-821A-45C1-AB8A-BE1DEA5A079D","E8BD872D-8359-445C-8598-11921C8DF5C0","628A8ABB-D252-44C2-A691-787E10FB688A","FF42C2CF-EE50-49A8-9CB0-1FE0D9750CB4","B188F008-4C66-4D53-9688-2502DC79AFE4","823A140D-ECB8-4601-A9D3-F94BA4B7113B","0D5505BB-F13D-4FD0-A089-452C2FFA1B04","81A1C9E2-A477-4386-A258-CCC63F3B2EE5"],"isLockOwner":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":60527},"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"60513":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":60514},"_Extent":{"__isSmartRef__":true,"id":60515},"_BorderColor":{"__isSmartRef__":true,"id":60516},"renderContextTable":{"__isSmartRef__":true,"id":60517},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":60518},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"60514":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60515":{"x":220,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"60516":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60517":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"60518":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60519":{"x":2,"y":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60520":{"style":{"__isSmartRef__":true,"id":60521},"chunkOwner":{"__isSmartRef__":true,"id":60512},"storedString":"empty","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"60521":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"60522":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60523":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60524":{"sourceObj":{"__isSmartRef__":true,"id":60512},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":60511},"targetMethodName":"selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"60525":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"60526":{"morph":{"__isSmartRef__":true,"id":60512},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"60527":{"requiredModules":[],"idOnLoad":"07700721-4628-4416-8A80-063026746AAC","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"60528":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":60529},"_Extent":{"__isSmartRef__":true,"id":60530},"_Fill":{"__isSmartRef__":true,"id":60531},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":60541},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":60542},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":60543},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"60529":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60530":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60531":{"stops":[{"__isSmartRef__":true,"id":60532},{"__isSmartRef__":true,"id":60534},{"__isSmartRef__":true,"id":60536},{"__isSmartRef__":true,"id":60538}],"vector":{"__isSmartRef__":true,"id":60540},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"60532":{"offset":0,"color":{"__isSmartRef__":true,"id":60533}},"60533":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60534":{"offset":0.4,"color":{"__isSmartRef__":true,"id":60535}},"60535":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60536":{"offset":0.6,"color":{"__isSmartRef__":true,"id":60537}},"60537":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60538":{"offset":1,"color":{"__isSmartRef__":true,"id":60539}},"60539":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60540":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60541":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60542":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"60543":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60544":{"x":241.15654326393195,"y":10.051355170231119,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60545":{"stops":[{"__isSmartRef__":true,"id":60546},{"__isSmartRef__":true,"id":60548},{"__isSmartRef__":true,"id":60550},{"__isSmartRef__":true,"id":60552}],"vector":{"__isSmartRef__":true,"id":60540},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"60546":{"offset":0,"color":{"__isSmartRef__":true,"id":60547}},"60547":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60548":{"offset":0.4,"color":{"__isSmartRef__":true,"id":60549}},"60549":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60550":{"offset":0.6,"color":{"__isSmartRef__":true,"id":60551}},"60551":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60552":{"offset":1,"color":{"__isSmartRef__":true,"id":60553}},"60553":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60554":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60555":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","idOnLoad":"CC828D8D-B40E-4FA3-AFD7-9B523C09EE7A","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"60556":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"60557":{"morph":{"__isSmartRef__":true,"id":60511},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"60558":{"x":163.49122475735174,"y":-15.233000571157135,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60559":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60560":{"submorphs":[],"scripts":[],"id":181,"shape":{"__isSmartRef__":true,"id":60561},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":60567},"_MaxTextWidth":580,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":60568},"showsHalos":false,"_FontSize":28,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Title","partsBinMetaInfo":{"__isSmartRef__":true,"id":60569},"_TextColor":{"__isSmartRef__":true,"id":60570},"renderContextTable":{"__isSmartRef__":true,"id":60571},"textChunks":[{"__isSmartRef__":true,"id":60572}],"eventHandler":{"__isSmartRef__":true,"id":60574},"priorExtent":{"__isSmartRef__":true,"id":60575},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":580,"_MinTextHeight":null,"_Rotation":0,"_Scale":1.002003004005006,"previousSelection":[35,35],"priorSelectionRange":[23,23],"charsReplaced":"WIP / Proof of Concept","lastFindLoc":22,"distanceToDragEvent":{"__isSmartRef__":true,"id":60576},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","isCopyMorphRef":true,"morphRefId":2,"prevScroll":[0,0],"__LivelyClassName__":"lively.morphic.Text"},"60561":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":60562},"_Extent":{"__isSmartRef__":true,"id":60563},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":60564},"renderContextTable":{"__isSmartRef__":true,"id":60565},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":60566},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"60562":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60563":{"x":580,"y":43,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60564":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60565":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"60566":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60567":{"x":37,"y":23,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60568":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60569":{"partsSpaceName":"PartsBin/Worlds/","__SourceModuleName__":"Global.lively.PartsBin","comment":"For example a world title.","partName":"Title","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"60570":{"r":0,"g":0.309,"b":0.595,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60571":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"60572":{"style":{"__isSmartRef__":true,"id":60573},"chunkOwner":{"__isSmartRef__":true,"id":60560},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"60573":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"60574":{"morph":{"__isSmartRef__":true,"id":60560},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"60575":{"x":580,"y":43,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60576":{"x":221,"y":-12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60577":{"createListMorph":{"__isSmartRef__":true,"id":60578},"getList":{"__isSmartRef__":true,"id":60582},"removeList":{"__isSmartRef__":true,"id":60586},"reset":{"__isSmartRef__":true,"id":60590},"displayTopLevelMorphs":{"__isSmartRef__":true,"id":60594},"onMouseDown":{"__isSmartRef__":true,"id":60598},"setTargetOfPane":{"__isSmartRef__":true,"id":60606},"setTargetToListSelection":{"__isSmartRef__":true,"id":60610},"onBlur":{"__isSmartRef__":true,"id":60614},"setTarget":{"__isSmartRef__":true,"id":60622},"setTargetOnSelection":{"__isSmartRef__":true,"id":60626}},"60578":{"varMapping":{"__isSmartRef__":true,"id":60579},"source":"function createListMorph() {\n var items = this.getList();\n \n var height = Math.min(this.owner.getExtent().y, items.length * 17);\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\n\n var listMorph = new lively.morphic.List(extent);\n listMorph.setList(items);\n listMorph.setFontSize(10);\n\n listMorph.disableGrabbing();\n listMorph.disableDragging();\n\n connect(listMorph, 'selection', this, 'setTargetToListSelection');\n \n return listMorph;\n}","funcProperties":{"__isSmartRef__":true,"id":60580},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"60579":{"this":{"__isSmartRef__":true,"id":60511}},"60580":{"timestamp":{"__isSmartRef__":true,"id":60581},"user":"lauritz","tags":[]},"60581":{"isSerializedDate":true,"string":"Tue Dec 13 2011 18:55:41 GMT+0100 (Mitteleuropäische Zeit)"},"60582":{"varMapping":{"__isSmartRef__":true,"id":60583},"source":"function getList() {\n var worldEntry = {\n isListItem: true,\n selectionString: 'World',\n string: 'World',\n value: this.world()\n };\n var list = this.world().indentedListItemsOfMorphNames();\n list.unshift(worldEntry);\n return list;\n}","funcProperties":{"__isSmartRef__":true,"id":60584},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"60583":{"this":{"__isSmartRef__":true,"id":60511}},"60584":{"timestamp":{"__isSmartRef__":true,"id":60585},"user":"lauritz","tags":[]},"60585":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:12:23 GMT+0100 (Mitteleuropäische Zeit)"},"60586":{"varMapping":{"__isSmartRef__":true,"id":60587},"source":"function removeList() {\n this.listMorph && this.listMorph.remove();\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":60588},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"60587":{"this":{"__isSmartRef__":true,"id":60511}},"60588":{"timestamp":{"__isSmartRef__":true,"id":60589},"user":"lauritz","tags":[]},"60589":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:51:07 GMT+0100 (Mitteleuropäische Zeit)"},"60590":{"varMapping":{"__isSmartRef__":true,"id":60591},"source":"function reset() {\n this.list = [];\n this.setLabel('empty');\n this.label.setAlign('left');\n this.removeList();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'});\n}","funcProperties":{"__isSmartRef__":true,"id":60592},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"60591":{"this":{"__isSmartRef__":true,"id":60511}},"60592":{"timestamp":{"__isSmartRef__":true,"id":60593},"user":"lauritz","tags":[]},"60593":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:34:06 GMT+0100 (Mitteleuropäische Zeit)"},"60594":{"varMapping":{"__isSmartRef__":true,"id":60595},"source":"function displayTopLevelMorphs() {\n var list = this.createListMorph(); \n if (this.getList().length === 0) return;\n this.addMorph(list);\n this.listMorph = list;\n}","funcProperties":{"__isSmartRef__":true,"id":60596},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"60595":{"this":{"__isSmartRef__":true,"id":60511}},"60596":{"timestamp":{"__isSmartRef__":true,"id":60597},"user":"lauritz","tags":[]},"60597":{"isSerializedDate":true,"string":"Tue Dec 13 2011 18:53:20 GMT+0100 (Mitteleuropäische Zeit)"},"60598":{"varMapping":{"__isSmartRef__":true,"id":60599},"source":"function onMouseDown(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n // clicked on morph, not the list, not the list's scrollbar\n if (evt.target === this.renderContext().shapeNode)\n this.removeList();\n } else {\n this.displayTopLevelMorphs();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":60604},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"60599":{"this":{"__isSmartRef__":true,"id":60511},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":60600}},"60600":{"$super":{"__isSmartRef__":true,"id":60601}},"60601":{"varMapping":{"__isSmartRef__":true,"id":60602},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":60603},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"60602":{"obj":{"__isSmartRef__":true,"id":60511},"name":"onMouseDown"},"60603":{},"60604":{"timestamp":{"__isSmartRef__":true,"id":60605},"user":"lauritz","tags":[]},"60605":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:30:39 GMT+0100 (Mitteleuropäische Zeit)"},"60606":{"varMapping":{"__isSmartRef__":true,"id":60607},"source":"function setTargetOfPane(selection) {\n this.owner.setTarget(selection);\n this.label.setAlign('left');\n}","funcProperties":{"__isSmartRef__":true,"id":60608},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"60607":{"this":{"__isSmartRef__":true,"id":60511}},"60608":{"timestamp":{"__isSmartRef__":true,"id":60609},"user":"lauritz","tags":[]},"60609":{"isSerializedDate":true,"string":"Wed Dec 07 2011 04:30:42 GMT+0100 (Mitteleuropäische Zeit)"},"60610":{"varMapping":{"__isSmartRef__":true,"id":60611},"source":"function setTargetToListSelection() { \n var selection = this.listMorph.selection;\n this.removeList();\n if (!selection) return;\n if (this.owner.scriptPane.hasChanged()) {\n var that = this;\n var callback = function (confirmed) {\n if (confirmed) that.setTargetOfPane(selection);\n }\n this.owner.confirmUnsavedChanges(callback);\n } else {\n this.setTargetOfPane(selection);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":60612},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"60611":{"this":{"__isSmartRef__":true,"id":60511}},"60612":{"timestamp":{"__isSmartRef__":true,"id":60613},"user":"lauritz","tags":[]},"60613":{"isSerializedDate":true,"string":"Wed Dec 07 2011 06:06:48 GMT+0100 (Mitteleuropäische Zeit)"},"60614":{"varMapping":{"__isSmartRef__":true,"id":60615},"source":"function onBlur(evt) {\n $super(evt);\n \n // workaround - otherwise other morphs get this event\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\n this.removeList();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":60620},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"60615":{"this":{"__isSmartRef__":true,"id":60511},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":60616}},"60616":{"$super":{"__isSmartRef__":true,"id":60617}},"60617":{"varMapping":{"__isSmartRef__":true,"id":60618},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":60619},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"60618":{"obj":{"__isSmartRef__":true,"id":60511},"name":"onBlur"},"60619":{},"60620":{"timestamp":{"__isSmartRef__":true,"id":60621},"user":"lauritz","tags":[]},"60621":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:30:08 GMT+0100 (Mitteleuropäische Zeit)"},"60622":{"varMapping":{"__isSmartRef__":true,"id":60623},"source":"function setTarget(target) {\n this.label.setTextString(target.getName() || target.toString());\n}","funcProperties":{"__isSmartRef__":true,"id":60624},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"60623":{"this":{"__isSmartRef__":true,"id":60511}},"60624":{"timestamp":{"__isSmartRef__":true,"id":60625},"user":"lauritz","tags":[]},"60625":{"isSerializedDate":true,"string":"Wed Dec 07 2011 04:29:39 GMT+0100 (Mitteleuropäische Zeit)"},"60626":{"varMapping":{"__isSmartRef__":true,"id":60627},"source":"function setTargetOnSelection() {\n if (this.listMorph && this.listMorph.renderContext() && this.listMorph.renderContext().listNode.value) {\n this.setTargetToListSelection();\n this.stopStepping();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":60628},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"60627":{"this":{"__isSmartRef__":true,"id":60511}},"60628":{"timestamp":{"__isSmartRef__":true,"id":60629},"user":"lauritz","tags":[]},"60629":{"isSerializedDate":true,"string":"Wed Dec 07 2011 06:12:06 GMT+0100 (Mitteleuropäische Zeit)"},"60630":{"position":{"__isSmartRef__":true,"id":60631},"_Extent":{"__isSmartRef__":true,"id":60632},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":60633},"_Fill":{"__isSmartRef__":true,"id":60634},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":60635},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":60636},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"60631":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60632":{"x":909.0285365288845,"y":526.612532614436,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60633":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"60634":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"60635":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"60636":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"60637":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","comment":"Edit scripts and connections of a specific morph.","migrationLevel":4,"partName":"ObjectEditorPane","changes":[{"__isSmartRef__":true,"id":60638}],"idOnLoad":"9E3B2EA9-4308-4A97-8F09-1DE55BC88A01","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"60638":{"date":{"__isSmartRef__":true,"id":60639},"author":"lauritz","message":"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items."},"60639":{"isSerializedDate":true,"string":"Fri Oct 21 2011 00:39:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"60640":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"60641":{"morph":{"__isSmartRef__":true,"id":59036},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"60642":{"x":909.0285365288845,"y":526.612532614436,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60643":{"resizeWidth":true,"resizeHeight":true,"adjustForNewBounds":true},"60644":{"x":350.2386236582805,"y":-3.2455173507596555,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60645":{"x":0.971126750461849,"y":21.45669012569269,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"60646":{"displayInitialScript":{"__isSmartRef__":true,"id":60647},"displayJavaScriptSource":{"__isSmartRef__":true,"id":60651},"displaySourceForConnection":{"__isSmartRef__":true,"id":60655},"displaySourceForScript":{"__isSmartRef__":true,"id":60659},"generateSourceForConnection":{"__isSmartRef__":true,"id":60663},"generateSourceForScript":{"__isSmartRef__":true,"id":60667},"generateTargetCode":{"__isSmartRef__":true,"id":60671},"newConnection":{"__isSmartRef__":true,"id":60675},"newScript":{"__isSmartRef__":true,"id":60679},"reset":{"__isSmartRef__":true,"id":60683},"selectChangedContent":{"__isSmartRef__":true,"id":60687},"setTarget":{"__isSmartRef__":true,"id":60691},"sortedConnectionNamesOfObj":{"__isSmartRef__":true,"id":60695},"sortedScriptNamesOfObj":{"__isSmartRef__":true,"id":60699},"updateLists":{"__isSmartRef__":true,"id":60703},"onShutdown":{"__isSmartRef__":true,"id":60707},"confirmUnsavedChanges":{"__isSmartRef__":true,"id":60711},"update":{"__isSmartRef__":true,"id":60715},"ensureAnnotationLayer":{"__isSmartRef__":true,"id":60719},"migrateOldScriptAnnotations":{"__isSmartRef__":true,"id":60723},"copyToPartsBinWithUserRequest":{"__isSmartRef__":true,"id":60727},"printTags":{"__isSmartRef__":true,"id":60735},"setTag":{"__isSmartRef__":true,"id":60739},"runScript":{"__isSmartRef__":true,"id":60743},"openPartTestRunner":{"__isSmartRef__":true,"id":60747},"saveScriptWithSource":{"__isSmartRef__":true,"id":60751},"removeTimeStampComment":{"__isSmartRef__":true,"id":60755}},"60647":{"varMapping":{"__isSmartRef__":true,"id":60648},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.preselectItem();\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.preselectItem();\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":60649},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"60648":{"this":{"__isSmartRef__":true,"id":59036}},"60649":{"timestamp":{"__isSmartRef__":true,"id":60650},"user":"lauritz","tags":[]},"60650":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:13:43 GMT+0100 (Mitteleuropäische Zeit)"},"60651":{"varMapping":{"__isSmartRef__":true,"id":60652},"source":"function displayJavaScriptSource(jsCode, scriptName) {\n if (this.scriptPane.hasChanged()) {\n var that = this;\n var callback = function(confirmed) {\n if (confirmed) that.scriptPane.display(jsCode)\n };\n this.confirmUnsavedChanges(callback);\n } else {\n this.scriptPane.display(jsCode);\n if (scriptName) {\n this.get('TagsEntry').textString = this.printTags(this.target[scriptName]);\n }\n }\n}","funcProperties":{"__isSmartRef__":true,"id":60653},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"60652":{"this":{"__isSmartRef__":true,"id":59036}},"60653":{"timestamp":{"__isSmartRef__":true,"id":60654},"user":"fabian","tags":[]},"60654":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:50:49 GMT+0100 (Mitteleuropäische Zeit)"},"60655":{"varMapping":{"__isSmartRef__":true,"id":60656},"source":"function displaySourceForConnection(connection) {\n var code = \"\", that = this;\n if (connection === undefined) return;\n if (connection === null) {\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\"\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForConnection(connection);\n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":60657},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"60656":{"this":{"__isSmartRef__":true,"id":59036}},"60657":{"timestamp":{"__isSmartRef__":true,"id":60658},"user":"conradcalmez","tags":[]},"60658":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:59:30 GMT+0100 (Mitteleuropäische Zeit)"},"60659":{"varMapping":{"__isSmartRef__":true,"id":60660},"source":"function displaySourceForScript(scriptName) {\n var code = \"\",\n that = this;\n if (scriptName === null) {\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForScript(each)).concat(\"\\n\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForScript(scriptName); \n }\n this.displayJavaScriptSource(code, scriptName);\n}","funcProperties":{"__isSmartRef__":true,"id":60661},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"60660":{"this":{"__isSmartRef__":true,"id":59036}},"60661":{"timestamp":{"__isSmartRef__":true,"id":60662},"user":"fabian","tags":[]},"60662":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:28:26 GMT+0100 (Mitteleuropäische Zeit)"},"60663":{"varMapping":{"__isSmartRef__":true,"id":60664},"source":"function generateSourceForConnection(connection) {\n var c = connection, targetObject = this.target;\n\tif (!c.getTargetObj() || !c.getTargetObj().name || \n\t\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\n\n\tvar optConfig = []\n\tif (c.converterString)\n\t\toptConfig.push(\"converter: \\n\\t\" + c.converterString)\n\tif (c.updaterString)\n\t\toptConfig.push(\"updater: \\n\\t\" + c.updaterString)\n\treturn Strings.format('connect(%s, \"%s\", %s, \"%s\", {%s});', \n\t\t\tthis.generateTargetCode(targetObject, c.getSourceObj()),\n\t\t\tc.getSourceAttrName(),\n\t\t\tthis.generateTargetCode(targetObject, c.getTargetObj()),\n\t\t\tc.getTargetMethodName(),\n\t\t\toptConfig.join(','));\n\n}","funcProperties":{"__isSmartRef__":true,"id":60665},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"60664":{"this":{"__isSmartRef__":true,"id":59036}},"60665":{"timestamp":{"__isSmartRef__":true,"id":60666},"user":"lauritz","tags":[]},"60666":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"60667":{"varMapping":{"__isSmartRef__":true,"id":60668},"source":"function generateSourceForScript(scriptName) {\n var script = this.target[scriptName],\n annotation = '',\n scriptSource = script.sourceString ||\n script.getOriginal().sourceString ||\n String(script);\n\n scriptSource = this.removeTimeStampComment(scriptSource);\n\n if (script.timestamp && script.user) \n annotation = Strings.format('// changed on %s by %s \\n', script.timestamp, script.user);\n \n // FIXME: fix getOriginal!\n scriptSource = Strings.format('%s', scriptSource);\n\n return annotation + scriptSource;\n}","funcProperties":{"__isSmartRef__":true,"id":60669},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"60668":{"this":{"__isSmartRef__":true,"id":59036}},"60669":{"timestamp":{"__isSmartRef__":true,"id":60670},"user":"robertkrahn","tags":[]},"60670":{"isSerializedDate":true,"string":"Thu Mar 08 2012 19:08:46 GMT+0100 (Mitteleuropäische Zeit)"},"60671":{"varMapping":{"__isSmartRef__":true,"id":60672},"source":"function generateTargetCode(baseObject, targetObject) {\n\tvar name = targetObject.name;\n\tif (baseObject === targetObject) \n\t\treturn \"this\";\n\telse if (baseObject[name] === targetObject) \n\t\treturn \"this.\" + name;\n\telse if (baseObject.testObject === targetObject) \n\t\treturn \"this.testObject\";\n\telse if (baseObject.get(name) === targetObject) \n\t\treturn 'this.get(\"' + name + '\")';\n\telse if (targetObject instanceof Morph) \n\t\treturn '$morph(\"' + name + '\")';\n\telse \n\t\treturn \"????\";\n}","funcProperties":{"__isSmartRef__":true,"id":60673},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"60672":{"this":{"__isSmartRef__":true,"id":59036}},"60673":{"timestamp":{"__isSmartRef__":true,"id":60674},"user":"lauritz","tags":[]},"60674":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"60675":{"varMapping":{"__isSmartRef__":true,"id":60676},"source":"function newConnection() {\n if (this.target) {\n var code = \"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":60677},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"60676":{"this":{"__isSmartRef__":true,"id":59036}},"60677":{"timestamp":{"__isSmartRef__":true,"id":60678},"user":"lauritz","tags":[]},"60678":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"60679":{"varMapping":{"__isSmartRef__":true,"id":60680},"source":"function newScript() {\n if (this.target) {\n var code = \"function SCRIPTNAME() {\\n \\n}\";\n this.displayJavaScriptSource(code);\n this.get('TagsEntry').textString = '[]';\n }\n}","funcProperties":{"__isSmartRef__":true,"id":60681},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"60680":{"this":{"__isSmartRef__":true,"id":59036}},"60681":{"timestamp":{"__isSmartRef__":true,"id":60682},"user":"fabian","tags":[]},"60682":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:55:15 GMT+0100 (Mitteleuropäische Zeit)"},"60683":{"varMapping":{"__isSmartRef__":true,"id":60684},"source":"function reset() {\n this.scriptPane = this.get('ObjectEditorScriptPane')\n this.scriptList = this.get('ObjectEditorScriptList')\n this.connectionList = this.get('ObjectEditorConnectionList')\n this.morphSelector = this.get('ObjectEditorMorphSelector')\n this.get('TagsEntry').textString = '[]';\n this.target = null;\n this.scriptPane.reset();\n this.scriptList.setList();\n this.scriptList.selection = null;\n this.connectionList.setList();\n this.connectionList.selection = null;\n this.morphSelector.reset();\n this.tagChooser.reset();\n this.currentTag = null;\n this.stopStepping();\n}","funcProperties":{"__isSmartRef__":true,"id":60685},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"60684":{"this":{"__isSmartRef__":true,"id":59036}},"60685":{"timestamp":{"__isSmartRef__":true,"id":60686},"user":"fabian","tags":[]},"60686":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:37:40 GMT+0100 (Mitteleuropäische Zeit)"},"60687":{"varMapping":{"__isSmartRef__":true,"id":60688},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n return this.scriptList.selectAddedScript(addScriptMatches[0]);\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i -1) {\\n var c = this.connectionList.selection[1];\\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\\n this.updateLists();\\n this.displayInitialScript();\\n } \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":865},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"864\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"865\":{},\"866\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":867},\"source\":\"function updateLists() {\\n this.scriptList.setList(this.sortedScriptNamesOfObj(this.target));\\n var scriptListItems = this.scriptList.getList();\\n scriptListItems.unshift(\\\"-- ALL --\\\");\\n this.scriptList.setList(scriptListItems);\\n\\n this.connectionList.setList(this.sortedConnectionNamesOfObj(this.target));\\n var connectionListItems = this.connectionList.getList();\\n connectionListItems.unshift(\\\"-- ALL --\\\");\\n this.connectionList.setList(connectionListItems);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":868},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"867\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"868\":{},\"869\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":870},\"source\":\"function displayInitialScript() {\\n if (this.scriptList.getList().size() > 1) {\\n this.scriptList.selectAt(0);\\n } else if (this.connectionList.getList().size() > 1) {\\n this.connectionList.selectAt(0);\\n } else {\\n this.scriptList.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":871},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"870\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"871\":{},\"872\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":873},\"source\":\"function reset() {\\n this.target = null;\\n this.scriptPane.doitContext = null;\\n this.scriptList.setList();\\n this.connectionList.setList();\\n this.scriptPane.setTextString(\\\"\\\");\\n this.morphSelector.reset();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":874},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"873\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"874\":{},\"875\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":876},\"source\":\"function selectChangedContent(source) {\\n\\n var addScriptRegex = /this\\\\.addScript\\\\s*\\\\(\\\\s*function\\\\s*([^\\\\(]*)/g;\\n var addScriptMatches = [];\\n var addScriptMatch = addScriptRegex.exec(source);\\n while (addScriptMatch) {\\n addScriptMatches.push(addScriptMatch[1]);\\n addScriptMatch = addScriptRegex.exec(source);\\n }\\n \\n // if scripts were added, select either a specific one or all\\n if (addScriptMatches.length > 0) { \\n if (addScriptMatches.length === 1) {\\n var index = this.scriptList.getList().indexOf(addScriptMatches[0]);\\n if (index > -1) { \\n return this.scriptList.selectAt(index);\\n }\\n }\\n return this.scriptList.selectAt(0);\\n }\\n\\n var connectionRegex = \\n /connect\\\\(\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"\\\\s*,\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"/g;\\n var connectionMatches = [];\\n var connectionMatch = connectionRegex.exec(source);\\n while (connectionMatch) {\\n connectionMatches.push(connectionMatch);\\n connectionMatch = connectionRegex.exec(source);\\n }\\n\\n // if connections were made, select either a specific one or all\\n if (connectionMatches.length > 0) {\\n if (connectionMatches.length === 1) {\\n var match = connectionMatches[0];\\n for (var i=0; i -1) {\\n var c = selection[1];\\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\\n editor.updateLists();\\n editor.displayInitialScript();\\n } \\n }\\n\\n var message = 'Disconnect \\\"' + selection[0] +'\\\" connection?';\\n var callback = disconnectConnection;\\n\\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\\n\\n return this.world().openDialog(dialog);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1075},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1074\":{\"this\":{\"__isSmartRef__\":true,\"id\":1021}},\"1075\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1076},\"user\":\"lauritz\",\"categories\":[]},\"1076\":{\"isSerializedDate\":true,\"string\":\"Fri Nov 11 2011 01:46:54 GMT+0100 (CET)\"},\"1077\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1078}],\"scripts\":[],\"id\":\"DF5B9D85-D091-46B6-B401-A99C05B77546\",\"shape\":{\"__isSmartRef__\":true,\"id\":1093},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1109},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1096},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1110},\"label\":{\"__isSmartRef__\":true,\"id\":1078},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1119}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1121},\"name\":\"ObjectEditorRemoveScriptButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1122},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1123},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1124},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1125},\"isCopyMorphRef\":true,\"morphRefId\":24,\"draggingEnabled\":false,\"objectEditorPane\":{\"__isSmartRef__\":true,\"id\":1},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1126},\"derivationIds\":[217,\"FDC10087-12CF-4570-9211-8309CB6A9AA3\",\"E18FC530-4B1F-4F08-8DA6-3866A3519E56\",\"04A2AAC3-6A9E-40BB-9408-EBB2567EE63B\",\"8C1A42CE-840C-4AAE-BD79-C93A445B9EBF\",\"61FC11FA-B87E-4EFE-BD15-564D3178B68B\",\"ED34F9B5-9E00-41B3-8313-D9C3D6B3B231\",\"A7481F4B-D444-4B4F-BDA2-4F9F03AEC24D\",\"7DDF7175-34FC-4521-A7C3-580A8BE63351\",\"DEA39C05-FAD7-4882-AB3D-0EE12C3408F9\",\"99186A50-1411-4B6F-B1CB-FF0742C20D7D\",\"10F3E467-6BB8-4D07-BD17-8C50593FD6B8\",\"7260818C-6472-4288-8BDD-1E7798A543F3\",\"DEBB5BDB-018D-4BA1-9FB9-73DC84C51D89\",\"B31BD7D3-4819-4560-9661-C317568903A5\",\"0BDA92F0-9453-44D3-A9A9-B77A27B0BAE0\",\"23E309F8-AF01-4EA7-98B5-37DC538986EF\"],\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1127},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1078\":{\"submorphs\":[],\"scripts\":[],\"id\":\"105D0F82-1C3C-43AA-9648-B381882D91EC\",\"shape\":{\"__isSmartRef__\":true,\"id\":1079},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":21,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1085},\"textColor\":{\"__isSmartRef__\":true,\"id\":1082},\"owner\":{\"__isSmartRef__\":true,\"id\":1077},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1086}],\"padding\":{\"__isSmartRef__\":true,\"id\":1088},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1089},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1090},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1091},\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1092},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":21,\"_MinTextHeight\":null,\"draggingEnabled\":false,\"derivationIds\":[218,\"852A7BD9-52EE-4708-A2D5-1BDECF33C958\",\"7B4F173E-9726-472A-9B30-530D4AA92AD9\",\"CBA217F6-2832-4213-9ABE-47753C1A4180\",\"E6B97D1D-95D5-4644-9359-1D08D42A51F4\",\"4391A57E-70C2-4628-9828-DD668CCE546E\",\"F0C6C298-3B8B-42B2-B5E9-E5B82F607B01\",\"DF0CAF75-4247-4797-B1A0-AD7444391E2A\",\"B4C4F09B-F663-47A1-B85F-461D5452F5F8\",\"FD966AB1-4685-4151-9A38-B1B21B0237EF\",\"CA91FC2C-D7CC-4123-AFD2-108F8F0C2E97\",\"88F1581A-7AEF-4646-B7F9-3890CDDB8494\",\"DC577877-7F00-4238-9246-08C2A10C0CC9\",\"818C9467-71A2-44D6-B01F-1523A0CD5476\",\"A084816B-1BB2-4B7F-A5E9-38960006EC1D\",\"6E699952-E650-4E6C-B809-8DD4B6E81EF5\",\"0AC95454-A91A-4812-BEE9-E726706C4B30\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1079\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1080},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1081},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1082},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1083},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1084},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1080\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1081\":{\"x\":25,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1082\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1083\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1084\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1085\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1086\":{\"style\":{\"__isSmartRef__\":true,\"id\":1087},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1078},\"storedString\":\"-\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1087\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1088\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1089\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1090\":{\"x\":25,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1091\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1092\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1078},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1093\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1094},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1095},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1096},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1106},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1107},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1108},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1094\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1095\":{\"x\":25,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1096\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1097},{\"__isSmartRef__\":true,\"id\":1099},{\"__isSmartRef__\":true,\"id\":1101},{\"__isSmartRef__\":true,\"id\":1103}],\"vector\":{\"__isSmartRef__\":true,\"id\":1105},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1097\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1098}},\"1098\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1099\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1100}},\"1100\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1101\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1102}},\"1102\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1103\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1104}},\"1104\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1105\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1106\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1107\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1108\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1109\":{\"x\":160,\"y\":40,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1110\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1111},{\"__isSmartRef__\":true,\"id\":1113},{\"__isSmartRef__\":true,\"id\":1115},{\"__isSmartRef__\":true,\"id\":1117}],\"vector\":{\"__isSmartRef__\":true,\"id\":1105},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1111\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1112}},\"1112\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1113\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1114}},\"1114\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1115\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1116}},\"1116\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1117\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1118}},\"1118\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1119\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1077},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1077},\"targetMethodName\":\"deleteSelectedScript\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1120},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1120\":{\"source\":{\"__isSmartRef__\":true,\"id\":1077},\"target\":{\"__isSmartRef__\":true,\"id\":1077}},\"1121\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1122\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1123\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1124\":{\"x\":30,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1125\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1077},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1126\":{\"x\":33.35839679439101,\"y\":-21.324811622839547,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1127\":{\"deleteSelectedScript\":{\"__isSmartRef__\":true,\"id\":1128}},\"1128\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1129},\"source\":\"function deleteSelectedScript() {\\n\\n var editor = this.objectEditorPane;\\n var selection = editor.scriptList.selection;\\n\\n if (!editor.target || editor.scriptList.getList().size() < 2) \\n return; \\n\\n var deleteScript = function (confirmed) {\\n if (!confirmed) return;\\n \\n if (selection && editor.target) {\\n if (!editor.target.hasOwnProperty(selection)) \\n return;\\n delete editor.target[selection];\\n editor.updateLists();\\n editor.displayInitialScript();\\n }\\n }\\n\\n var message = 'Delete \\\"' + selection + '\\\" script?';\\n var callback = deleteScript;\\n\\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\\n\\n return this.world().openDialog(dialog);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1130},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1129\":{\"this\":{\"__isSmartRef__\":true,\"id\":1077}},\"1130\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1131},\"user\":\"lauritz\"},\"1131\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 18:12:21 GMT+0100 (CET)\"},\"1132\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1133}],\"scripts\":[],\"id\":\"96FFEAC0-FD04-4E22-9ABC-ABAE3FA0A736\",\"shape\":{\"__isSmartRef__\":true,\"id\":1149},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1165},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1152},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1166},\"label\":{\"__isSmartRef__\":true,\"id\":1133},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1175},\"name\":\"ObjectEditorMorphSelector\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1176},\"list\":[],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1177},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1178},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1179},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1180},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"textString\":\"\",\"selection\":{\"__isSmartRef__\":true,\"id\":1181},\"_ClipMode\":\"visible\",\"prevScroll\":[0,0],\"listMorph\":null,\"derivationIds\":[221,\"4AC64FBA-95AC-42B2-A078-B6DA97889093\",\"E26ED0E6-C4CE-4C82-94D5-175270E8459E\",\"D292F2FC-C2B6-48AE-B779-8CC5868FFA49\",\"53A862EB-032C-4BF0-9B21-58C7E0C0A9B2\",\"CC4D188B-510F-48DE-A0E1-EC8D2CD63F9F\",\"0CD057F2-3517-4849-A69E-1EF79B05ACE8\",\"66EBBB7D-8FA7-4D43-AE78-A18DA3B970BA\",\"A50C1893-4138-4E29-865B-92F53F76D08A\",\"1EC5D2B9-3539-419A-8DD6-CE82DEABB02C\",\"95DC06D5-F4C7-49E2-8A01-110D1B0AFBD0\",\"672DEFAB-2BE5-4C60-9779-3B44694FBEB1\",\"E3476213-5872-492C-BE29-0C6A5A150ED8\",\"AA2F6ABE-1CCB-403D-94DD-8FB371F3DDCE\",\"7CF7B24B-9888-448A-9010-E8B15DDBA004\",\"86A320D7-ECDB-43EC-B2B7-27A1D5CA8C53\",\"3D6ECBD3-EC4A-4EEB-8640-4D078EFF8AAF\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1198},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1133\":{\"submorphs\":[],\"scripts\":[],\"id\":\"A4127ACD-F316-45A3-837C-2C592509CA24\",\"shape\":{\"__isSmartRef__\":true,\"id\":1134},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":220,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1140},\"textColor\":{\"__isSmartRef__\":true,\"id\":1137},\"owner\":{\"__isSmartRef__\":true,\"id\":1132},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1141}],\"padding\":{\"__isSmartRef__\":true,\"id\":1143},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1143},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1144},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1145}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1146},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1147},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":220,\"_MinTextHeight\":null,\"_Align\":\"left\",\"_FontFamily\":\"Arial\",\"_FontSize\":10,\"derivationIds\":[222,\"30F054A3-7658-405B-8098-B7D87AA8A9ED\",\"556D6E07-45B7-42EC-A486-DE275EF0B034\",\"06B0B080-467A-46CC-8B0D-9C0A9B9A71F1\",\"5E2D96C9-BB9B-4735-8673-A79847435197\",\"B48AA022-2022-4A2A-9090-4D884FB3DFD3\",\"8B2F743A-98C5-45E1-B03C-5019114EAC47\",\"D09C56C3-A2DC-4BDF-B8A1-6365138ECD01\",\"74158C3D-B79E-43E7-B111-48701B10ACE2\",\"B19E117B-E40F-4B9F-86AC-BFB2AAFD5336\",\"4E3B3D72-E52C-44ED-AE32-78939BA1ECFD\",\"2459D1F0-E49C-4882-AB4C-D78C1A496962\",\"3D8D3B02-0459-45C1-A606-D0DB4B07958C\",\"78AAE288-D261-4BEA-9436-C8C31B890B44\",\"62387523-F02D-471C-8758-988647710CDC\",\"A7EE8B19-A2F0-4D26-80AD-0F027B34F504\",\"16C034BF-CCED-4F4A-8315-130685824270\"],\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1148},\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1134\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1135},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1136},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1137},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1138},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1139},\"_BorderWidth\":0,\"_Fill\":null,\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1135\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1136\":{\"x\":220,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1137\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1138\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1139\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__LivelyClassName__\":\"Rectangle\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1140\":{\"x\":2,\"y\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1141\":{\"style\":{\"__isSmartRef__\":true,\"id\":1142},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1133},\"storedString\":\"Rectangle Test\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1142\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1143\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1144\":{\"x\":220,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1145\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1133},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1132},\"targetMethodName\":\"selection\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1146\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1147\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1133},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1148\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1149\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1150},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1151},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1152},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1162},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1163},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1164},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1150\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1151\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1152\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1153},{\"__isSmartRef__\":true,\"id\":1155},{\"__isSmartRef__\":true,\"id\":1157},{\"__isSmartRef__\":true,\"id\":1159}],\"vector\":{\"__isSmartRef__\":true,\"id\":1161},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1153\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1154}},\"1154\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1155\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1156}},\"1156\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1157\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1158}},\"1158\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1159\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1160}},\"1160\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1161\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1162\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1163\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1164\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1165\":{\"x\":240.1308656788165,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1166\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1167},{\"__isSmartRef__\":true,\"id\":1169},{\"__isSmartRef__\":true,\"id\":1171},{\"__isSmartRef__\":true,\"id\":1173}],\"vector\":{\"__isSmartRef__\":true,\"id\":1161},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1167\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1168}},\"1168\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1169\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1170}},\"1170\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1171\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1172}},\"1172\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1173\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1174}},\"1174\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1175\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1176\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"partName\":\"ChoiceButton\",\"comment\":\"Click on it and you get a list of things to choose from.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1177\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1178\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1132},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1179\":{\"x\":122.93118375058827,\"y\":-11.582832083333244,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1180\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1181\":{\"submorphs\":[],\"scripts\":[],\"id\":181,\"shape\":{\"__isSmartRef__\":true,\"id\":1182},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1188},\"_MaxTextWidth\":580,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1189},\"showsHalos\":false,\"_FontSize\":28,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Title\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1190},\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1191},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1192},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1193}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1195},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1196},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":580,\"_MinTextHeight\":null,\"_Rotation\":0,\"_Scale\":1.002003004005006,\"previousSelection\":[35,35],\"priorSelectionRange\":[23,23],\"charsReplaced\":\"WIP / Proof of Concept\",\"lastFindLoc\":22,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1197},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"isCopyMorphRef\":true,\"morphRefId\":2,\"prevScroll\":[0,0],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1182\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1183},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1184},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1185},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1186},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1187},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1183\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1184\":{\"x\":580,\"y\":43,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1185\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1186\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1187\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1188\":{\"x\":37,\"y\":23,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1189\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1190\":{\"partsSpaceName\":\"PartsBin/Worlds/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"For example a world title.\",\"partName\":\"Title\",\"migrationLevel\":2,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1191\":{\"r\":0,\"g\":0.309,\"b\":0.595,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1192\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1193\":{\"style\":{\"__isSmartRef__\":true,\"id\":1194},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1181},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1194\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1195\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1181},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1196\":{\"x\":580,\"y\":43,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1197\":{\"x\":221,\"y\":-12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1198\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":1199},\"getList\":{\"__isSmartRef__\":true,\"id\":1203},\"removeList\":{\"__isSmartRef__\":true,\"id\":1207},\"reset\":{\"__isSmartRef__\":true,\"id\":1211},\"displayTopLevelMorphs\":{\"__isSmartRef__\":true,\"id\":1215},\"onMouseDown\":{\"__isSmartRef__\":true,\"id\":1219},\"setTargetOfPane\":{\"__isSmartRef__\":true,\"id\":1227},\"setTargetToListSelection\":{\"__isSmartRef__\":true,\"id\":1231},\"onBlur\":{\"__isSmartRef__\":true,\"id\":1235},\"setTarget\":{\"__isSmartRef__\":true,\"id\":1243},\"setTargetOnSelection\":{\"__isSmartRef__\":true,\"id\":1247}},\"1199\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1200},\"source\":\"function createListMorph() {\\n var items = this.getList();\\n \\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\\n\\n var listMorph = new lively.morphic.List(extent);\\n listMorph.setList(items);\\n listMorph.setFontSize(10);\\n\\n listMorph.disableGrabbing();\\n listMorph.disableDragging();\\n\\n connect(listMorph, 'selection', this, 'setTargetToListSelection');\\n \\n return listMorph;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1201},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1200\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132}},\"1201\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1202},\"user\":\"lauritz\",\"tags\":[]},\"1202\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 13 2011 18:55:41 GMT+0100 (CET)\"},\"1203\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1204},\"source\":\"function getList() {\\n var worldEntry = {\\n isListItem: true,\\n selectionString: 'World',\\n string: 'World',\\n value: this.world()\\n };\\n var list = this.world().indentedListItemsOfMorphNames();\\n list.unshift(worldEntry);\\n return list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1205},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1204\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132}},\"1205\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1206},\"user\":\"lauritz\",\"tags\":[]},\"1206\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 21 2011 23:12:23 GMT+0100 (CET)\"},\"1207\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1208},\"source\":\"function removeList() {\\n this.listMorph && this.listMorph.remove();\\n this.listMorph = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1209},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1208\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132}},\"1209\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1210},\"user\":\"lauritz\",\"tags\":[]},\"1210\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:51:07 GMT+0100 (CET)\"},\"1211\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1212},\"source\":\"function reset() {\\n this.list = [];\\n this.setLabel('empty');\\n this.label.setAlign('left');\\n this.removeList();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'});\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1213},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1212\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132}},\"1213\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1214},\"user\":\"lauritz\",\"tags\":[]},\"1214\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:34:06 GMT+0100 (CET)\"},\"1215\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1216},\"source\":\"function displayTopLevelMorphs() {\\n var list = this.createListMorph(); \\n if (this.getList().length === 0) return;\\n this.addMorph(list);\\n this.listMorph = list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1217},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1216\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132}},\"1217\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1218},\"user\":\"lauritz\",\"tags\":[]},\"1218\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 13 2011 18:53:20 GMT+0100 (CET)\"},\"1219\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1220},\"source\":\"function onMouseDown(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n // clicked on morph, not the list, not the list's scrollbar\\n if (evt.target === this.renderContext().shapeNode)\\n this.removeList();\\n } else {\\n this.displayTopLevelMorphs();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1225},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1220\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1221}},\"1221\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1222}},\"1222\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1223},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1224},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1223\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1132},\"name\":\"onMouseDown\"},\"1224\":{},\"1225\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1226},\"user\":\"lauritz\",\"tags\":[]},\"1226\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:30:39 GMT+0100 (CET)\"},\"1227\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1228},\"source\":\"function setTargetOfPane(selection) {\\n this.owner.setTarget(selection);\\n this.label.setAlign('left');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1229},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1228\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132}},\"1229\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1230},\"user\":\"lauritz\",\"tags\":[]},\"1230\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 04:30:42 GMT+0100 (CET)\"},\"1231\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1232},\"source\":\"function setTargetToListSelection() { \\n var selection = this.listMorph.selection;\\n this.removeList();\\n if (!selection) return;\\n if (this.owner.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function (confirmed) {\\n if (confirmed) that.setTargetOfPane(selection);\\n }\\n this.owner.confirmUnsavedChanges(callback);\\n } else {\\n this.setTargetOfPane(selection);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1233},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1232\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132}},\"1233\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1234},\"user\":\"lauritz\",\"tags\":[]},\"1234\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 06:06:48 GMT+0100 (CET)\"},\"1235\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1236},\"source\":\"function onBlur(evt) {\\n $super(evt);\\n \\n // workaround - otherwise other morphs get this event\\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\\n this.removeList();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1241},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1236\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1237}},\"1237\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1238}},\"1238\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1239},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1240},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1239\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1132},\"name\":\"onBlur\"},\"1240\":{},\"1241\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1242},\"user\":\"lauritz\",\"tags\":[]},\"1242\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:30:08 GMT+0100 (CET)\"},\"1243\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1244},\"source\":\"function setTarget(target) {\\n this.label.setTextString(target.getName() || target.toString());\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1245},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1244\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132}},\"1245\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1246},\"user\":\"lauritz\",\"tags\":[]},\"1246\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 04:29:39 GMT+0100 (CET)\"},\"1247\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1248},\"source\":\"function setTargetOnSelection() {\\n if (this.listMorph && this.listMorph.renderContext() && this.listMorph.renderContext().listNode.value) {\\n this.setTargetToListSelection();\\n this.stopStepping();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1249},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1248\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132}},\"1249\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1250},\"user\":\"lauritz\",\"tags\":[]},\"1250\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 06:12:06 GMT+0100 (CET)\"},\"1251\":{\"submorphs\":[],\"scripts\":[],\"id\":\"94A0088B-93EF-4DA6-9BAB-9910767CB753\",\"shape\":{\"__isSmartRef__\":true,\"id\":1252},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":false,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1258},\"_MaxTextWidth\":64.8979476392384,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1255},\"showsHalos\":false,\"_FontSize\":9,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorScriptsText1\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1259},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1260}],\"charsReplaced\":\"Scripts\",\"lastFindLoc\":-7,\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1262},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1263},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1264},\"_WhiteSpaceHandling\":\"pre-wrap\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":64.8979476392384,\"_MinTextHeight\":null,\"_ClipMode\":\"visible\",\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1265},\"eventsAreIgnored\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"isCopyMorphRef\":true,\"morphRefId\":27,\"derivationIds\":[223,\"5E3A69EF-26C1-4D0D-B04C-8C3894017F56\",\"14AB1B91-3ED6-49AE-AA58-47D18B6C569F\",\"991D4A54-1FC4-4BC7-AA82-F814AC52CDE3\",\"DB9B19F7-4390-4CE5-9B1D-62177CB8D605\",\"8F7B2EE9-9538-4044-B75B-6A12F3108B70\",\"4B9F9B4B-C7D3-418D-9AC9-10503A4EBF8E\",\"324EE422-8C94-43CE-B964-A3150830C25F\",\"36D1ECF9-591F-426B-A4F6-B337D7DB053B\",\"CB52849C-BE64-4053-8D07-758F969F84EB\",\"F1C241D4-A689-4DB7-942F-ADB5F39D9CAA\",\"F9D413A0-184F-47F5-9B55-D05D511915CB\",\"F4C5DA2D-8203-47EB-834D-2D03338B0419\",\"1E089341-3FFF-45CD-9C21-BA7A8B4CF6F2\",\"2E3BA43D-DE5E-4EEA-8DF6-97BE9BDB9EE8\",\"5622156A-68BA-441A-9AE4-19B7BB321E95\",\"913CDF62-CF29-4172-AFDF-4505CF7A364F\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1252\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1253},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1254},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1255},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1256},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1257},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1253\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1254\":{\"x\":64.8979476392384,\"y\":14,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1255\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1256\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1257\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1258\":{\"x\":198.16434648623274,\"y\":12.911539589748486,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1259\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1260\":{\"style\":{\"__isSmartRef__\":true,\"id\":1261},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1251},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Target:\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1261\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1262\":{\"x\":64.8979476392384,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1263\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1264\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1251},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1265\":{\"x\":41.065989525935834,\"y\":-10.506047005169194,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1266\":{\"submorphs\":[],\"scripts\":[],\"id\":\"75AACE15-9C62-4EF9-A7FA-03371C768139\",\"shape\":{\"__isSmartRef__\":true,\"id\":1267},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":false,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1273},\"_MaxTextWidth\":64.8979476392384,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1270},\"showsHalos\":false,\"_FontSize\":9,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorScriptsText2\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1274},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1275}],\"charsReplaced\":\"Scripts\",\"lastFindLoc\":-7,\"priorSelectionRange\":[0,7],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1277},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1278},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1279},\"_WhiteSpaceHandling\":\"pre-wrap\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":64.8979476392384,\"_MinTextHeight\":null,\"_ClipMode\":\"visible\",\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1280},\"eventsAreIgnored\":true,\"isCopyMorphRef\":true,\"morphRefId\":27,\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"derivationIds\":[224,\"35EF8FE5-067D-45B6-AF21-77040F11D340\",\"80DC09DD-22D4-4089-B5C3-857B32C9BE9B\",\"EF080074-E6B9-47F3-A87F-26313B40C430\",\"F6977801-C1A7-445C-9BF1-8A1019E202FB\",\"8C9157AE-0343-4CFB-8186-1D5E05D2ECBE\",\"DD3C23F8-6463-4EAE-959B-C486E27D9BDA\",\"1E8D3752-D212-41F8-BC63-B094E0C80707\",\"75C07D11-AE5D-4A36-B2D0-F2A6EA414E72\",\"494AB1C0-2C09-49DE-B4AA-1F24DC7495FF\",\"25199967-E3BA-4763-A704-37BD3152A5F7\",\"8E4A5937-D1FA-4AF7-BD8D-B542C636CEF9\",\"DDB23EF0-540C-4046-AD4D-C001E8A5F20C\",\"FF45AAB3-E5C7-42A0-A704-F068DB2E2AF9\",\"7DE7E9A4-D30D-4E76-8C56-E5E0B58CD488\",\"15023644-FA2D-4B48-BED2-63CA31B6B670\",\"DB44519F-74E5-4E10-A5CE-4F93A0694A4B\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1267\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1268},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1269},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1270},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1271},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1272},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1268\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1269\":{\"x\":64.8979476392384,\"y\":14,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1270\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1271\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1272\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1273\":{\"x\":10,\"y\":12.911539589749026,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1274\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1275\":{\"style\":{\"__isSmartRef__\":true,\"id\":1276},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1266},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Tag:\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1276\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1277\":{\"x\":64.8979476392384,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1278\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1279\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1266},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1280\":{\"x\":45.76052154281416,\"y\":-27.783027415339603,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1281\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1282}],\"scripts\":[],\"id\":\"0A056822-1094-4756-A996-B9E272E0D21D\",\"shape\":{\"__isSmartRef__\":true,\"id\":1296},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1312},\"value\":true,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1313},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1299},\"label\":{\"__isSmartRef__\":true,\"id\":1282},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1322},\"name\":\"ObjectEditorTagChooser\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1323},\"listMorph\":null,\"list\":[],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1324},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1325},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1326},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1327},\"textString\":\"PartsBinBrowser\",\"selection\":\"\",\"_ClipMode\":\"visible\",\"prevScroll\":[0,0],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"setTargetToListSelection\":\"all\",\"savedTextString\":\"all\",\"derivationIds\":[225,\"7F83847B-D0B1-4A31-8601-43424B97C858\",\"E08FC110-71D7-4FFD-B4A8-08F8147B95BA\",\"5534107D-C5C9-48DD-A1ED-B87E9D9B672C\",\"0B89FA7A-768C-4062-98AE-C455E8DAFF19\",\"799320C6-CFBA-40E7-B03D-64BFE9B78248\",\"9B650AA3-271B-4E72-B230-51C6F64B7462\",\"C95D3672-724C-4C2C-9CDD-EF308062F627\",\"C66EBEEC-B7CE-4DD9-8BDF-905F071F965D\",\"D68B143A-A712-4FD0-8803-62CCB4C7F763\",\"ED802271-AE5C-4BE9-AC4E-7CED44BC864B\",\"1BD989CB-146C-431F-8B15-9199C4CD5D32\",\"42172AA4-1B06-4C5B-9BB7-FAED1206CF34\",\"32DFAF99-E6F8-426B-829D-FD6C2BCB8FAA\",\"90F68286-09C1-4B33-B9F6-1685A0D9FAB0\",\"B6AE9317-6B32-4477-94C3-988E11D52818\",\"E4CC49BE-7E93-48CE-9CCF-494898817F92\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1328},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1282\":{\"submorphs\":[],\"scripts\":[],\"id\":\"6B53F28E-EFDB-4FA1-88BD-73AF9CD3E06A\",\"shape\":{\"__isSmartRef__\":true,\"id\":1283},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":130,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1288},\"textColor\":{\"__isSmartRef__\":true,\"id\":1286},\"owner\":{\"__isSmartRef__\":true,\"id\":1281},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1289}],\"padding\":{\"__isSmartRef__\":true,\"id\":1291},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1291},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1292},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1293}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1294},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1295},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":130,\"_MinTextHeight\":null,\"_Align\":\"left\",\"_FontFamily\":\"Arial\",\"_FontSize\":10,\"derivationIds\":[226,\"03DBF3F8-8EA2-4426-BA64-C4297DDAB015\",\"B8F87302-BEC3-48CD-9BBA-6C7DBB6287E1\",\"4AA6AE51-338B-4E3E-814B-9F99C693A2D5\",\"08F6CE56-AD91-4C27-9429-C3DEA313696C\",\"D39C963C-FD24-4498-A6D8-71E5102CE58A\",\"132C2A9E-3466-4051-AAEA-6E485A91F408\",\"DB8BC4A1-ED41-446B-AB6C-7E73DD857B5D\",\"567FC668-A57C-41CB-8252-8912826B3144\",\"D0B0775F-C8E7-49EB-BBB2-C7BB7DD464BF\",\"AABED87D-D7C0-494A-8803-26F4601E35FF\",\"696C3A2A-C695-4D17-A044-41A73436AB8D\",\"206A0BFD-6997-4E0E-9193-089D1F66B22A\",\"F2F1F966-6C41-4EBA-AFCE-FAE8C79AA696\",\"DACDEF8A-8791-4FF3-8DEC-70227F2294D8\",\"D25F7CAB-9828-452E-B2BD-F13D930CC8B3\",\"09CCDF11-EB1A-4085-8DE3-5B3E18D779BB\"],\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1148},\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1283\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1284},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1285},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1286},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1287},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1139},\"_BorderWidth\":0,\"_Fill\":null,\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1284\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1285\":{\"x\":130,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1286\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1287\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1288\":{\"x\":2,\"y\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1289\":{\"style\":{\"__isSmartRef__\":true,\"id\":1290},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1282},\"storedString\":\"all\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1290\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1291\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1292\":{\"x\":130,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1293\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1282},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1281},\"targetMethodName\":\"selection\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1294\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1295\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1282},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1296\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1297},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1298},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1299},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1309},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1310},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1311},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1297\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1298\":{\"x\":130,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1299\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1300},{\"__isSmartRef__\":true,\"id\":1302},{\"__isSmartRef__\":true,\"id\":1304},{\"__isSmartRef__\":true,\"id\":1306}],\"vector\":{\"__isSmartRef__\":true,\"id\":1308},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1300\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1301}},\"1301\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1302\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1303}},\"1303\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1304\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1305}},\"1305\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1306\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1307}},\"1307\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1308\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1309\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1310\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1311\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1312\":{\"x\":39.12381412396891,\"y\":10.000000000000057,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1313\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1314},{\"__isSmartRef__\":true,\"id\":1316},{\"__isSmartRef__\":true,\"id\":1318},{\"__isSmartRef__\":true,\"id\":1320}],\"vector\":{\"__isSmartRef__\":true,\"id\":1308},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1314\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1315}},\"1315\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1316\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1317}},\"1317\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1318\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1319}},\"1319\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1320\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1321}},\"1321\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1322\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1323\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"partName\":\"ChoiceButton\",\"comment\":\"Click on it and you get a list of things to choose from.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1324\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1325\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1281},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1326\":{\"x\":85.7442776093583,\"y\":-11.582832083333244,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1327\":{\"x\":130,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1328\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":1329},\"getList\":{\"__isSmartRef__\":true,\"id\":1333},\"removeList\":{\"__isSmartRef__\":true,\"id\":1337},\"reset\":{\"__isSmartRef__\":true,\"id\":1341},\"onMouseUp\":{\"__isSmartRef__\":true,\"id\":1345},\"onBlur\":{\"__isSmartRef__\":true,\"id\":1353},\"setTag\":{\"__isSmartRef__\":true,\"id\":1361}},\"1329\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1330},\"source\":\"function createListMorph() {\\n var items = this.getList();\\n\\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\\n\\n var listMorph = new lively.morphic.List(extent);\\n listMorph.setList(items);\\n listMorph.setFontSize(10);\\n\\n listMorph.disableGrabbing();\\n listMorph.disableDragging();\\n \\n connect(listMorph, 'selection', this, 'setTag');\\n \\n return listMorph;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1331},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1330\":{\"this\":{\"__isSmartRef__\":true,\"id\":1281}},\"1331\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1332},\"user\":\"lauritz\",\"categories\":[]},\"1332\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:35:59 GMT+0100 (CET)\"},\"1333\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1334},\"source\":\"function getList() {\\n if (!this.owner.target) return [''];\\n\\n var target = this.owner.target;\\n\\n var tags = Functions.own(target).collect(function (each) {\\n return target[each].tags || [];\\n }).flatten().uniq();\\n\\n var sortedTags = tags.sortBy(function(name) { \\n return name.toLowerCase() \\n });\\n \\n sortedTags.unshift('all'); \\n return sortedTags;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1335},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1334\":{\"this\":{\"__isSmartRef__\":true,\"id\":1281}},\"1335\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1336},\"user\":\"lauritz\",\"tags\":[]},\"1336\":{\"isSerializedDate\":true,\"string\":\"Fri Dec 16 2011 20:27:25 GMT+0100 (CET)\"},\"1337\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1338},\"source\":\"function removeList() {\\n this.listMorph && this.listMorph.remove()\\n this.listMorph = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1339},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1338\":{\"this\":{\"__isSmartRef__\":true,\"id\":1281}},\"1339\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1340},\"user\":\"lauritz\",\"categories\":[]},\"1340\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 19:06:51 GMT+0100 (CET)\"},\"1341\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1342},\"source\":\"function reset() {\\n this.list = [];\\n this.setLabel('all');\\n this.label.setAlign('left');\\n this.removeList();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1343},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1342\":{\"this\":{\"__isSmartRef__\":true,\"id\":1281}},\"1343\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1344},\"user\":\"lauritz\",\"tags\":[]},\"1344\":{\"isSerializedDate\":true,\"string\":\"Fri Dec 16 2011 20:27:53 GMT+0100 (CET)\"},\"1345\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1346},\"source\":\"function onMouseUp(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n this.removeList();\\n return true;\\n } \\n if (this.getList().size() < 2) return;\\n var list = this.createListMorph();\\n this.addMorph(list);\\n this.listMorph = list;\\n return true;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1351},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1346\":{\"this\":{\"__isSmartRef__\":true,\"id\":1281},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1347}},\"1347\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1348}},\"1348\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1349},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1350},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1349\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1281},\"name\":\"onMouseUp\"},\"1350\":{},\"1351\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1352},\"user\":\"lauritz\",\"categories\":[]},\"1352\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 18:59:16 GMT+0100 (CET)\"},\"1353\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1354},\"source\":\"function onBlur(evt) {\\n $super(evt);\\n \\n // workaround - otherwise other morphs get this event\\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\\n this.removeList();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1359},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1354\":{\"this\":{\"__isSmartRef__\":true,\"id\":1281},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1355}},\"1355\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1356}},\"1356\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1357},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1358},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1357\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1281},\"name\":\"onBlur\"},\"1358\":{},\"1359\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1360},\"user\":\"lauritz\",\"categories\":[]},\"1360\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 21 2011 23:10:03 GMT+0100 (CET)\"},\"1361\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1362},\"source\":\"function setTag(tag) {\\n this.setLabel(tag || '');\\n this.label.setAlign('left');\\n this.owner.setTag(tag);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1363},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1362\":{\"this\":{\"__isSmartRef__\":true,\"id\":1281}},\"1363\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1364},\"user\":\"lauritz\",\"categories\":[]},\"1364\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:36:12 GMT+0100 (CET)\"},\"1365\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1366}],\"scripts\":[],\"id\":\"E7954648-00B9-4CF8-B63D-44010AC413B3\",\"shape\":{\"__isSmartRef__\":true,\"id\":1381},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1385},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1397},\"label\":{\"__isSmartRef__\":true,\"id\":1366},\"name\":\"Button\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1406},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1407}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1443},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1444},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1445},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1446},\"derivationIds\":[7251,\"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1\",\"79FE3D3F-77C4-4B39-8243-D672185B416D\",\"A4D2FEDF-2654-4381-AB43-8F89B9CA2E86\",\"87E42FF6-3862-481D-97D6-643676E15F32\",\"4F370A81-5A80-4821-8ECC-D52B56F31E15\",\"1C6D1DC9-2F9B-4DC4-B453-1CA45B17C516\",\"0E8EC0BF-934B-410B-AEC2-0ECA8C8F774D\",\"97086CE7-CD46-4035-A371-02A41D555A66\",\"E342B91D-F54B-4DA8-8AE7-10C59CE22B41\",\"A838C48E-4033-4688-8DCF-20659BD824FF\",\"E9BBC453-FFF6-4EE8-BDB0-605D5D4557AE\",\"DD123E3A-E1EF-40DE-82E9-EA8E6F5D15E4\",\"5D26E764-C634-42B5-9DBF-09A29A7C5029\",\"EC986366-1D98-4E21-8A89-7043623D7A47\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":1447},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"layout\":{\"__isSmartRef__\":true,\"id\":1448},\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":0.994014980014994,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1366\":{\"submorphs\":[],\"scripts\":[],\"id\":\"7C2DF166-319E-48AB-9A2A-493D0F85493A\",\"shape\":{\"__isSmartRef__\":true,\"id\":1367},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1373},\"_MaxTextWidth\":97,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1374},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1375},\"owner\":{\"__isSmartRef__\":true,\"id\":1365},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1376},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1377}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1379},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1380},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED\",\"307A3596-1175-4EA6-AA27-5BA4C9D95AB7\",\"0EF99131-C569-4C2C-B613-E0D8423C1334\",\"BA4EC8D2-AB29-4F9F-B5A0-715A4746A4C4\",\"56735895-BA99-4D98-9866-AA5DBD86237E\",\"81041CF7-31DB-4F65-BB39-FE438A4F266F\",\"D03829B3-268E-40A0-A440-3E4BAC344F30\",\"714637F0-714A-4833-909B-BA4AF1B4628B\",\"DC956E73-7398-4CAF-B6F2-9A226E344396\",\"C1F72D31-1F49-4C0C-ACF3-C3AD7E698D2F\",\"39386C7E-9099-4159-BFE9-80AD37319211\",\"F63474CC-1C55-4B77-8CB0-55530DE9AAE4\",\"896FEA5A-B14C-4BB5-B2EB-780F04327765\",\"DE806D35-1988-44BC-9AE7-F9C1A003A9B7\"],\"_MinTextWidth\":97,\"_MinTextHeight\":null,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1367\":{\"position\":{\"__isSmartRef__\":true,\"id\":1368},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1369},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1370},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1371},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1372},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1368\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1369\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1370\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1371\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1372\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1373\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1374\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1375\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1376\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1377\":{\"style\":{\"__isSmartRef__\":true,\"id\":1378},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1366},\"storedString\":\"run\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1378\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1379\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1380\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1366},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1381\":{\"position\":{\"__isSmartRef__\":true,\"id\":1382},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1383},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1384},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1385},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1395},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1396},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1382\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1383\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1384\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1385\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1386},{\"__isSmartRef__\":true,\"id\":1388},{\"__isSmartRef__\":true,\"id\":1390},{\"__isSmartRef__\":true,\"id\":1392}],\"vector\":{\"__isSmartRef__\":true,\"id\":1394},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1386\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1387}},\"1387\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1388\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1389}},\"1389\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1390\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1391}},\"1391\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1392\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1393}},\"1393\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1394\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1395\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1396\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1397\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1398},{\"__isSmartRef__\":true,\"id\":1400},{\"__isSmartRef__\":true,\"id\":1402},{\"__isSmartRef__\":true,\"id\":1404}],\"vector\":{\"__isSmartRef__\":true,\"id\":1394},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1398\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1399}},\"1399\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1400\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1401}},\"1401\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1402\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1403}},\"1403\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1404\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1405}},\"1405\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1406\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1407\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1365},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"runScript\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":1408},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1408\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1409}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1424},\"derivationIds\":[null],\"id\":\"C89B50A0-17E7-4D22-AE1D-5112520DAEE7\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1431},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1432},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":1433},{\"__isSmartRef__\":true,\"id\":1434}],\"con\":{\"__isSmartRef__\":true,\"id\":1407},\"showsMorphMenu\":true,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1435},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1409\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1410},\"derivationIds\":[null],\"id\":\"2A71BE9E-6820-46AF-ACED-3C9BDCC918AF\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1421},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1422},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1423},\"owner\":{\"__isSmartRef__\":true,\"id\":1408},\"_Rotation\":-3.130064002485303,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1410\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1411},{\"__isSmartRef__\":true,\"id\":1412},{\"__isSmartRef__\":true,\"id\":1413},{\"__isSmartRef__\":true,\"id\":1414}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1415},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1416},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1417},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1418},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1419},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1420},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1411\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1412\":{\"isAbsolute\":true,\"x\":-12,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1413\":{\"isAbsolute\":true,\"x\":4,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1414\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1415\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1416\":{\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1417\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1418\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1419\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1420\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1421\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1422\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1409},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1423\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1424\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1425},{\"__isSmartRef__\":true,\"id\":1426}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1427},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1428},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1429},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1430},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1419},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1425\":{\"isAbsolute\":true,\"x\":829.7085000406639,\"y\":9.565843617262885,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1426\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1427\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1428\":{\"x\":-1,\"y\":-1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1429\":{\"x\":831,\"y\":11,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1430\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1431\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1432\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1408},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1433\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1408},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1434\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1408},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":1409},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1435\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":1436}},\"1436\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1437},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString ||\\n 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true,\\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(),\\n visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1442},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1437\":{\"this\":{\"__isSmartRef__\":true,\"id\":1408},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1438}},\"1438\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1439}},\"1439\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1440},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1441},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1440\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1408},\"name\":\"morphMenuItems\"},\"1441\":{},\"1442\":{},\"1443\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1444\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1445\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1365},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1446\":{\"x\":71.99397894387357,\"y\":-13.030105280631261,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1447\":{\"x\":904.7426780861912,\"y\":9.508591852040126,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1448\":{\"centeredHorizontal\":false,\"moveHorizontal\":true},\"1449\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1450}],\"scripts\":[],\"id\":\"68829C23-D93D-4770-ACBC-475FD541703B\",\"shape\":{\"__isSmartRef__\":true,\"id\":1465},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1469},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1481},\"label\":{\"__isSmartRef__\":true,\"id\":1450},\"name\":\"saveButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1490},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1491}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1527},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1528},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1529},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1530},\"derivationIds\":[7251,\"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1\",\"79FE3D3F-77C4-4B39-8243-D672185B416D\",\"A4D2FEDF-2654-4381-AB43-8F89B9CA2E86\",\"D686F0CB-027B-4CA9-8B8D-9306389B219D\",\"F51327CB-803E-4234-BFB3-6F5252D1C936\",\"A79280E8-6AE3-4016-AF47-CE78F71924C6\",\"B05829EB-D452-4D81-983B-E2CE425C8260\",\"32B117E5-52D8-4843-B80E-090B9817E099\",\"49AC923E-5272-4E3C-8F02-4F2AED2BC4E9\",\"85AAEA9C-5E12-4DEC-8994-9A5FE655A740\",\"2A7FF9BF-85D3-4962-8EB4-0F7016C672EB\",\"3BB17748-B91B-43F5-84BE-2537402A6382\",\"E1848E9A-6086-4596-9796-93FD076B9089\",\"F87D446B-B081-4982-8153-3F2C6CD0A925\",\"EA8A901D-5974-4BAF-8E84-78A319764BEA\"],\"layout\":{\"__isSmartRef__\":true,\"id\":1531},\"_Position\":{\"__isSmartRef__\":true,\"id\":1532},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":0.9880657804942089,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1450\":{\"submorphs\":[],\"scripts\":[],\"id\":\"E509E4EB-8946-4D11-813A-EF4A0EC3F820\",\"shape\":{\"__isSmartRef__\":true,\"id\":1451},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1457},\"_MaxTextWidth\":97,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1458},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1459},\"owner\":{\"__isSmartRef__\":true,\"id\":1449},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1460},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1461}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1463},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1464},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED\",\"307A3596-1175-4EA6-AA27-5BA4C9D95AB7\",\"0EF99131-C569-4C2C-B613-E0D8423C1334\",\"9AECBFB8-25A5-483F-86AD-D7CF9ABC9A25\",\"918C6CC4-3540-4341-BAFD-B195F7807FEE\",\"5AABB138-5EE8-40A5-AB3C-5A9625D0A353\",\"4529D79B-4CC5-467E-91F8-661C3A5F49F8\",\"1E5E570C-FD42-45E3-A7F6-768BB14ACD14\",\"A13FB4E0-72F2-4E7C-A861-EDCBA1393860\",\"B8E4C964-4FFF-4A9F-B0A9-612546B1DC8C\",\"002A2173-D26D-4EED-8906-A489C1E158C0\",\"63362D04-B829-41E6-9E68-5B8DB03D382F\",\"96A392BE-37E6-44CC-A1B6-F56FBF28E714\",\"7ECA80D8-6FF0-4E54-A0B6-E9104A9A89CB\",\"CE592117-9AEF-4431-94F5-3C9991FBC798\"],\"_MinTextWidth\":97,\"_MinTextHeight\":null,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1451\":{\"position\":{\"__isSmartRef__\":true,\"id\":1452},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1453},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1454},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1455},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1456},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1452\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1453\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1454\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1455\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1456\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1457\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1458\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1459\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1460\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1461\":{\"style\":{\"__isSmartRef__\":true,\"id\":1462},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1450},\"storedString\":\"save\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1462\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1463\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1464\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1450},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1465\":{\"position\":{\"__isSmartRef__\":true,\"id\":1466},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1467},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1468},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1469},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1479},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1480},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1466\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1467\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1468\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1469\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1470},{\"__isSmartRef__\":true,\"id\":1472},{\"__isSmartRef__\":true,\"id\":1474},{\"__isSmartRef__\":true,\"id\":1476}],\"vector\":{\"__isSmartRef__\":true,\"id\":1478},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1470\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1471}},\"1471\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1472\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1473}},\"1473\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1474\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1475}},\"1475\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1476\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1477}},\"1477\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1478\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1479\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1480\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1481\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1482},{\"__isSmartRef__\":true,\"id\":1484},{\"__isSmartRef__\":true,\"id\":1486},{\"__isSmartRef__\":true,\"id\":1488}],\"vector\":{\"__isSmartRef__\":true,\"id\":1478},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1482\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1483}},\"1483\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1484\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1485}},\"1485\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1486\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1487}},\"1487\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1488\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1489}},\"1489\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1490\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1491\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1449},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":497},\"targetMethodName\":\"doSave\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":1492},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1492\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1493}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1508},\"derivationIds\":[null],\"id\":\"F46012D5-C8BE-4E52-BF98-D052FDAAE17A\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1515},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1516},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":1517},{\"__isSmartRef__\":true,\"id\":1518}],\"con\":{\"__isSmartRef__\":true,\"id\":1491},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1519},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1493\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1494},\"derivationIds\":[null],\"id\":\"A2A83C78-09B8-473C-829B-198206D7A9E4\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1505},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1506},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1507},\"owner\":{\"__isSmartRef__\":true,\"id\":1492},\"_Rotation\":3.077607197692381,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1494\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1495},{\"__isSmartRef__\":true,\"id\":1496},{\"__isSmartRef__\":true,\"id\":1497},{\"__isSmartRef__\":true,\"id\":1498}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1499},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1500},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1501},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1502},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1503},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1504},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1495\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1496\":{\"isAbsolute\":true,\"x\":-12,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1497\":{\"isAbsolute\":true,\"x\":4,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1498\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1499\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1500\":{\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1501\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1502\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1503\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1504\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1505\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1506\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1493},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1507\":{\"x\":201.20421122525056,\"y\":40.24084224505009,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1508\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1509},{\"__isSmartRef__\":true,\"id\":1510}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1511},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1512},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1513},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1514},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1503},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1509\":{\"isAbsolute\":true,\"x\":679.4857209639925,\"y\":9.595948897894004,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1510\":{\"isAbsolute\":true,\"x\":201.20421122525056,\"y\":40.24084224505009,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1511\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1512\":{\"x\":200,\"y\":9,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1513\":{\"x\":480,\"y\":32,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1514\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1515\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1516\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1492},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1517\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1492},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1518\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1492},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":1493},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1519\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":1520}},\"1520\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1521},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString ||\\n 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true,\\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(),\\n visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1526},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1521\":{\"this\":{\"__isSmartRef__\":true,\"id\":1492},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1522}},\"1522\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1523}},\"1523\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1524},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1525},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1524\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1492},\"name\":\"morphMenuItems\"},\"1525\":{},\"1526\":{},\"1527\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1528\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1529\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1449},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1530\":{\"x\":68.77671624028653,\"y\":-14.497241813457947,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1531\":{\"centeredHorizontal\":false,\"moveHorizontal\":true},\"1532\":{\"x\":791.418985344497,\"y\":9.53851695196505,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1533\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1534}],\"scripts\":[],\"id\":\"E8437C71-2A25-47C0-BB28-77DA5B862FA6\",\"shape\":{\"__isSmartRef__\":true,\"id\":1549},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1565},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1553},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1566},\"label\":{\"__isSmartRef__\":true,\"id\":1534},\"name\":\"openTestsButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1575},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1576}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1577},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1578},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1579},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1580},\"derivationIds\":[7251,\"84054D2E-8176-440D-B413-279956A34FC2\",\"79434046-F834-490E-B705-0CE871D9E8B3\",\"FF38CA79-C0DF-4F2F-8FC3-407571EF6A54\",\"B1D50332-9F4F-4F7C-AC3F-95DC6C73EAA4\",\"5B8D7C39-987A-4849-BFFD-3F316CE03852\",\"F7C30F5C-7270-44B1-ADFF-7473F2012DB0\",\"5142302E-3E9A-476B-AB24-B2448DA6D3E4\",\"FEA3C508-593D-4BC7-B645-8B5630CF2EDE\",\"998B5390-DE13-4D05-A800-F4AC603D1885\",\"65BB10BA-DC60-4250-A1DC-BC7A62F7F15B\",\"B7603252-A129-428A-BF01-3A47579E279C\"],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":0.9940149800149939,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1534\":{\"submorphs\":[],\"scripts\":[],\"id\":\"1E3B5251-3955-48D6-9C82-FB11A810AE80\",\"shape\":{\"__isSmartRef__\":true,\"id\":1535},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1541},\"_MaxTextWidth\":97,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1542},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1543},\"owner\":{\"__isSmartRef__\":true,\"id\":1533},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1544},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1545}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1547},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1548},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2\",\"CB475566-05CE-43E2-B04D-EE32BC4CB718\",\"6BB077CE-92E6-47BE-BE88-9A48488562D1\",\"9E359973-2FDB-417B-BB06-AB34D52BD310\",\"58F098ED-A190-44F2-B73E-80802B2CF2F6\",\"AEA84B35-B349-4307-92C6-8F229705DFC2\",\"A677CADF-24FF-4177-9A3A-FE9AAE7D60FE\",\"0F875AD9-E54C-4735-9BA9-7B89574233A1\",\"A8194A65-54EC-4815-9129-50452470B583\",\"0590416C-3818-48B8-83EF-DB2F57F8897E\",\"77E62CFF-2234-43B0-AC8A-E3330A43A536\"],\"_MinTextWidth\":97,\"_MinTextHeight\":null,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1535\":{\"position\":{\"__isSmartRef__\":true,\"id\":1536},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1537},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1538},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1539},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1540},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1536\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1537\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1538\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1539\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1540\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1541\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1542\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1543\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1544\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1545\":{\"style\":{\"__isSmartRef__\":true,\"id\":1546},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1534},\"storedString\":\"Tests\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1546\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1547\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1548\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1534},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1549\":{\"position\":{\"__isSmartRef__\":true,\"id\":1550},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1551},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1552},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1553},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1563},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1564},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1550\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1551\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1552\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1553\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1554},{\"__isSmartRef__\":true,\"id\":1556},{\"__isSmartRef__\":true,\"id\":1558},{\"__isSmartRef__\":true,\"id\":1560}],\"vector\":{\"__isSmartRef__\":true,\"id\":1562},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1554\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1555}},\"1555\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1556\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1557}},\"1557\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1558\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1559}},\"1559\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1560\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1561}},\"1561\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1562\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1563\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1564\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1565\":{\"x\":569.4738443086164,\"y\":9,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1566\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1567},{\"__isSmartRef__\":true,\"id\":1569},{\"__isSmartRef__\":true,\"id\":1571},{\"__isSmartRef__\":true,\"id\":1573}],\"vector\":{\"__isSmartRef__\":true,\"id\":1562},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1567\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1568}},\"1568\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1569\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1570}},\"1570\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1571\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1572}},\"1572\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1573\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1574}},\"1574\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1575\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1576\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1533},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"openPartTestRunner\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1577\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1578\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1579\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1533},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1580\":{\"x\":72.12712954861536,\"y\":-12.46465727058387,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1581\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1582},{\"__isSmartRef__\":true,\"id\":1600}],\"scripts\":[],\"id\":\"D3F3EA30-BE52-40B4-89F0-9ED9E25C33C9\",\"shape\":{\"__isSmartRef__\":true,\"id\":1611},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1627},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1615},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1628},\"label\":{\"__isSmartRef__\":true,\"id\":1582},\"name\":\"ScriptableButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1637},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1640}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1641},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1642},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1643},\"derivationIds\":[2588,\"22797D34-67DE-4A06-81F0-4DF0A87ADBBC\",\"81CB4C12-BCF0-4097-8B6D-D9419046367A\",\"0767A57D-9BB2-48C6-9654-753D2B9D00A6\",\"A4A83F8F-69ED-4308-9FB6-D06F13273328\",\"89715886-1537-4093-ADC5-45A903B114A5\",\"EB203767-7D8A-4844-AA7F-B66BAA2A6DE9\"],\"_ClipMode\":\"visible\",\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1644},\"_Rotation\":0,\"_Scale\":0.9920279440699439,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1645},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1582\":{\"submorphs\":[],\"scripts\":[],\"id\":\"1E64BCD7-FF88-4B35-8397-D4EDE1E8D19E\",\"shape\":{\"__isSmartRef__\":true,\"id\":1583},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1589},\"_MaxTextWidth\":24,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1590},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1591},\"owner\":{\"__isSmartRef__\":true,\"id\":1581},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1592},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1593},{\"__isSmartRef__\":true,\"id\":1595}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1597},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1598},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"derivationIds\":[2589,\"024C5ADE-C4CF-4E8E-BEC5-F93AD4839702\",\"A2CC4D56-B9D8-4A48-B6FF-DDDD85ACDC2E\",\"5AC5C4DE-00B0-43DB-B7F1-765674CE818B\",\"0352BB0D-AC31-4F0C-A467-058B39939556\",\"2839F254-4CA0-4179-A2D7-DC4A0D60F0F4\",\"14FD943F-9707-46F1-AA3D-88E09B19FABA\"],\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":24,\"_MinTextHeight\":null,\"_FontSize\":10,\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1599},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1583\":{\"position\":{\"__isSmartRef__\":true,\"id\":1584},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1585},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1586},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1587},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1588},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1584\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1585\":{\"x\":24,\"y\":24,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1586\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1587\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1588\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1589\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1590\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1591\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1592\":{\"x\":24,\"y\":24,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1593\":{\"style\":{\"__isSmartRef__\":true,\"id\":1594},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1582},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1594\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1595\":{\"style\":{\"__isSmartRef__\":true,\"id\":1596},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1582},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1596\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1597\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1598\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1582},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1599\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1600\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1601},\"derivationIds\":[null,\"29E543E0-AE93-493A-A694-FC1C330D0544\",\"F0366E4C-E97F-4C77-BEE4-340A0668ADD5\",\"454D6446-C309-4BC0-BFBB-3E8F62427767\",\"A76575CF-7113-4994-BBB2-5DAEAE4486E9\",\"EC8CB82C-3C5E-4A00-8133-780F9A670040\"],\"id\":\"467F3640-91BC-407F-9053-FB0EE2F56FF4\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1606},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1607},\"_ClipMode\":\"visible\",\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1608},\"owner\":{\"__isSmartRef__\":true,\"id\":1581},\"name\":\"leftpointing_magnifying_glass.png\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1609},\"isBeingDragged\":false,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1610},\"eventsAreDisabled\":true,\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Image\"},\"1601\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1602},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1603},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1604},\"_ImageURL\":\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAABAAAAAQBPJcTWAAAALnRFWHRUaXRsZQBMRUZULVBPSU5USU5HIE1BR05JRllJTkcgR0xBU1MgKFUrMUY1MEQpw88haQAAABV0RVh0QXV0aG9yAEFuZHJldyBNYXJjdXNl5zc3gwAAAC90RVh0U29mdHdhcmUAaW5mby5maWxlZm9ybWF0LmRhdGEuVW5pY29kZVBuZ1NlcnZsZXRoAX8wAAAAQ3RFWHREZXNjcmlwdGlvbgBodHRwOi8vd3d3LmZpbGVmb3JtYXQuaW5mby9pbmZvL3VuaWNvZGUvMWY1MGQvaW5kZXguaHRtk2hNQgAAADt0RVh0Q29weXJpZ2h0AGh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LW5jLXNhLzIuMC9siJKDAAAIDklEQVR42u1daWxVRRQeCi0tIqCAQCTIUtEIGlk0ilqEkEbiQhSKGAyCooIIggsiQuMWZNGwVMUFNIhKZBMobZClgK1FwAU3wIpSREDcUFZFEM/JOzf3vPHet9ze1/eYe77k+zNzl5nz3ZlzZntPKYFAcHojDXimmKH6cQbwZuBM4HLgx8A9wBPAU8BjwJ3ADcDFwMnArsCaYjr/0BB4DwlwjAwfL38DzgX2AdYWk3pDJnAM8E/NuN8BpwEHAq8DXgpsCswANgN2APak/BeBu7T7sQX1A9YQE8fuDwYAf2BG/JrEaefxmSjaeOAO9syNwBwxd2Q0o/7fMhr6h8Fx+oBIX346cATwF/aON6Qbc0ZH4G4y0lHgOGAdD8/Be/KAs4AFwKsdrqkHnAA8Tu8rAzYWCWz0Bh5hraKTT11fL+AH1FXlA8/SrsEu61fmW9qLFEqNAv5LRsEw9twEvKMzcAvwJ3LoHG2AW+n9B4HdgixGHhNjiccuKlbUp9aC7yoGnqflraa8A8C2QRTjMvIVaITyKI61BjnkqiILWEjvPAwcxvLqAj+nvAqH7s1oNAfupcpjeNskhnvQOQ/xYfxQCziHRVl3sjxsNfspvYSuNR4Ywn5ClT5CA7lYkUPRU0YVy4CivkVlOE7TKxa6AP+ivKlBEORe9nUO8XD/QhWay6oqmlK3dYoirTYs70FK/wd4ocli1KVIByu7XXmb9BsOPEmj76riSfZxbAM2oPQMmqLB9GUmC/I0M8AtHp9xCd3/rM8fCHISy+vH0ruaOi3Coyqv6ETPKPSpXEOZ4X9XoSl+y89sovTNJgoyklW8rw8+aKFP5apFo3SrbMNcWsnFpgmylkU19R3yY4mc0mk0j88Z62PZ5jHDV7DQugE5dkx/3CQxzlb2qt6aCF1HtJH6BHoGju4v97F8+Sp8zeRGlldCaZtMEmQAq+zICL5hpUvrwfXy19gzZvhcvj6aILNZ3ij2ETQzRZA3WWU7RrgOfQsu05YCnyLxcFS9h91fTlMgfqKdJsg6lteBpQ8wRZASVqmmUa7txvwEJ/qe8SoxGxYymK+wpnMsNGHpxviRbVShkzEatAb5iEHUSrqzQVuiUMkMf5IFGWnM/71giiAHqEL7U7iMf2gtkk/B7/M51E4qMlklvzwNymgxl+VvobQPTRCkMavkDpaelkJlbOkgyDUsv0LZu19Oe/A++BBLvyIB0ZJX9HIQhHdZBymt1BQfso9V1Jorag28PUXKN8tBkHqUV4elLTJFkM9YpVqzllOcAmXDiG6vJsZhlt+Kpc80RZBiF2eJK4fZSS5bd4fWUcTyc1n6Y6YIMpVVii+LTgFOTHLZNjoIMpTlT2fpXUwRpIcKn021gHuwcDN0ss525Cnn3fIt2DXfK3vPljGbHtK1gdcFmkNdkYTK4gz0Tgcxytg1fI6rUBkGvubA54Ta0lTFK9VYFhS/xKV18PEHX3MfYpogfPUND9DwuamFlP5oNZXlZRcxlmsDWutsCl/aNQYZWhfBnTlOceNsLq459E1wyyhwEeNvFb7ZusClrEbhNlbJoyp8Y3UejehxPWS08v/MBrbIlcr92BvfwZit7KMKOC3f3FRBcBC2mRlBnz0dpOzN17gvqrdP7+2p7PkoJz7Hrq2pCfeqMhzXasbI1/KHa/m4Y93reRFcU1mrIh8IXaLCJzpnsLyfKRozHrNZpbFF9NHyx2pGw2tWAZ8H3gW8UjmvvWdSlIQb3raq6Kdzp6vwBbOhWn5/FRCggy9lFcdN1521ax5Q0Y9B41o7nkn8Rv1/gSkS0T/crb0vV4Uv465UAUNjLerCkfAN2jUXKef19apwnYP4AynK4tfNU6m1ZlMtaK/stQZrLXu0Q6g6OIpTjoVfAK/Xnp1GDp1fhy0th1rwHLqmEbXYHkEQJYcGitwouG2onoPx0Ne8q+yDmtGIs8lPUFCgH/Q5R4XPQlt8nfKzKB9/ouNHLT/ddFEw7t+uGQbPko90GY+gOHgcoRc5+YeBj1DY3JPyGrq8qy6JdMhBDAyz8azhZLq2JRuP4HE3a6f8KhNH7k4Dt9UORqoE3qGqfiAUo7L7lX1kjfMd4H0UHGTTFMpLzH8VUAS3iN2znsQ1GugvprCvkvMYdSFouBYxPu98FdoKusblmZXUoiz0J1FuYgPUfCrXAof7S4MgimXIRVH8wwHq5vBLna9Cs8ULyEgVWrCg8zAJ79TtjGDXjSMx5kd4Fk7XB+a3uq5Sob1QfoW86JzxR2zcjjyj3/mKTafUpCAi2nPLVcB+QA379YdoGuWEBxEwars1hujIOpZQQS1jWhzvKXeIDAOBRhT+YgQ2kcYK71NLwgOauAKJ50jwpFW8J2jHKHvLKwYBuENmVxyibAiqKIlCOkVY1g8HZHkQ5SOXeTaBR9RW9vT7agp34xVlo4jiL7KoG0TjriCR4hVlk0r8EYrAtZQiZa+14wx1qzhF2Syi+C+K5VOWko8RUVJIlPc8irIhKCP6ZItSqeJbh8kSU/qHDCbKMuZT4hFlrpgxcaIUUcuJR5TdYsLEiFLIQuLMOESZJOZLnCjLyMhrabqkZRRR1qsArDQmW5SlZOxPVWhJ2E2UNRJlVQ/wi19CRv9WhXbJoCh8zb+IujVBNYqymIyPP55ZxsQoVvK78kkBrp28rXVThSJGcoE7YZ5RoTMlc8SBpw7kj2IEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgSAZ+A+0ucC4BysctgAAAABJRU5ErkJggg==\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1605},\"_NodeClass\":[\"image\"],\"_NodeId\":\"29E543E0-AE93-493A-A694-FC1C330D0544\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isLoaded\":true,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Image\"},\"1602\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1603\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setImageURL\":\"setImageURLHTML\",\"getNativeExtent\":\"getNativeExtentHTML\"},\"1604\":{\"x\":29,\"y\":29,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1605\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1606\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1607\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1600},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1608\":{\"x\":-3.024108360992159,\"y\":0.008036120330757512,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1609\":{\"x\":28,\"y\":29,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1610\":{\"x\":39.935711037353485,\"y\":-9.032144481323257,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1611\":{\"position\":{\"__isSmartRef__\":true,\"id\":1612},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1613},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1614},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1615},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1625},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1626},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1612\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1613\":{\"x\":24,\"y\":24,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1614\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1615\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1616},{\"__isSmartRef__\":true,\"id\":1618},{\"__isSmartRef__\":true,\"id\":1620},{\"__isSmartRef__\":true,\"id\":1622}],\"vector\":{\"__isSmartRef__\":true,\"id\":1624},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1616\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1617}},\"1617\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1618\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1619}},\"1619\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1620\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1621}},\"1621\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1622\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1623}},\"1623\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1624\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1625\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1626\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1627\":{\"x\":464.5087747493862,\"y\":8.483242611655214,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1628\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1629},{\"__isSmartRef__\":true,\"id\":1631},{\"__isSmartRef__\":true,\"id\":1633},{\"__isSmartRef__\":true,\"id\":1635}],\"vector\":{\"__isSmartRef__\":true,\"id\":1624},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1629\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1630}},\"1630\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1631\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1632}},\"1632\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1633\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1634}},\"1634\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1635\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1636}},\"1636\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1637\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"ScriptableButton\",\"comment\":\"Has a script that is called on button press\",\"changes\":[{\"__isSmartRef__\":true,\"id\":1638}],\"revisionOnLoad\":154251,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1638\":{\"date\":{\"__isSmartRef__\":true,\"id\":1639},\"author\":\"robertkrahn\",\"message\":\"no comment\",\"id\":\"0366C0A2-0C8E-4AEB-AAC3-120434134545\"},\"1639\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 14:10:10 GMT+0200 (CEST)\"},\"1640\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1581},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1581},\"targetMethodName\":\"onFire\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1641\":{\"x\":24.405327095521386,\"y\":24.0321444813232,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1642\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1643\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1581},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1644\":{\"x\":37.935711037353656,\"y\":-7.943747157684584,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1645\":{\"onFire\":{\"__isSmartRef__\":true,\"id\":1646},\"removeHighlighting\":{\"__isSmartRef__\":true,\"id\":1650}},\"1646\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1647},\"source\":\"function onFire() {\\n // $world.firstHand().highlightRectangle = null\\n\\n var hand = $world.firstHand(),\\n rect = hand.highlightRectangle,\\n that = this\\n\\n if (!rect) {\\n rect = $world.loadPartItem(\\\"HighlightRectangle\\\", \\\"PartsBin/Tools\\\")\\n connect(rect, \\\"onMouseMove\\\", rect, \\\"updateOnMove\\\")\\n connect(rect, \\\"onMouseUp\\\", this, \\\"removeHighlighting\\\")\\n connect(rect, \\\"onMouseUp\\\", this.owner, \\\"setTarget\\\",\\n {converter: function () {\\n return this.sourceObj.coveredMorph()\\n }\\n })\\n hand.highlightRectangle = rect\\n }\\n\\n if (hand.highlightConnection) {\\n this.removeHighlighting()\\n } else {\\n $world.addMorph(rect)\\n hand.highlightConnection = connect(hand, \\\"scrollFocusMorph\\\", rect, \\\"update\\\")\\n // on click we need to remove, remove on update\\n // connect\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1648},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1647\":{\"this\":{\"__isSmartRef__\":true,\"id\":1581}},\"1648\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1649},\"user\":\"timfelgentreff\",\"tags\":[]},\"1649\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 17:16:33 GMT+0200 (CEST)\"},\"1650\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1651},\"source\":\"function removeHighlighting() {\\n var hand = $world.firstHand(),\\n rect = hand.highlightRectangle\\n rect.remove()\\n hand.attributeConnections.removeAt(\\n hand.attributeConnections.indexOf(hand.highlightConnection))\\n hand.highlightConnection = null\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1652},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1651\":{\"this\":{\"__isSmartRef__\":true,\"id\":1581}},\"1652\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1653},\"user\":\"timfelgentreff\",\"tags\":[]},\"1653\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:46:39 GMT+0200 (CEST)\"},\"1654\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1655}],\"scripts\":[],\"id\":\"F83222FD-4AF5-407A-A34F-85AD9789CED9\",\"shape\":{\"__isSmartRef__\":true,\"id\":1671},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1687},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1675},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1688},\"label\":{\"__isSmartRef__\":true,\"id\":1655},\"name\":\"openTestsButton1\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1697},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1698}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1700},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1701},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1702},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1703},\"derivationIds\":[7251,\"84054D2E-8176-440D-B413-279956A34FC2\",\"79434046-F834-490E-B705-0CE871D9E8B3\",\"FF38CA79-C0DF-4F2F-8FC3-407571EF6A54\",\"B1D50332-9F4F-4F7C-AC3F-95DC6C73EAA4\",\"5B8D7C39-987A-4849-BFFD-3F316CE03852\",\"F7C30F5C-7270-44B1-ADFF-7473F2012DB0\",\"5142302E-3E9A-476B-AB24-B2448DA6D3E4\",\"FEA3C508-593D-4BC7-B645-8B5630CF2EDE\",\"998B5390-DE13-4D05-A800-F4AC603D1885\",\"65BB10BA-DC60-4250-A1DC-BC7A62F7F15B\",\"B7603252-A129-428A-BF01-3A47579E279C\",\"4DCE0C82-7BF6-4C64-8104-83FFD3D2AE15\"],\"_ClipMode\":\"visible\",\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"_Rotation\":0,\"_Scale\":0.9860906369990009,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1655\":{\"submorphs\":[],\"scripts\":[],\"id\":\"959BA66D-C9A2-428A-9887-6D93CB520B83\",\"shape\":{\"__isSmartRef__\":true,\"id\":1656},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1662},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1663},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1664},\"owner\":{\"__isSmartRef__\":true,\"id\":1654},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1665},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1666}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1668},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1669},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2\",\"CB475566-05CE-43E2-B04D-EE32BC4CB718\",\"6BB077CE-92E6-47BE-BE88-9A48488562D1\",\"9E359973-2FDB-417B-BB06-AB34D52BD310\",\"58F098ED-A190-44F2-B73E-80802B2CF2F6\",\"AEA84B35-B349-4307-92C6-8F229705DFC2\",\"A677CADF-24FF-4177-9A3A-FE9AAE7D60FE\",\"0F875AD9-E54C-4735-9BA9-7B89574233A1\",\"A8194A65-54EC-4815-9129-50452470B583\",\"0590416C-3818-48B8-83EF-DB2F57F8897E\",\"77E62CFF-2234-43B0-AC8A-E3330A43A536\",\"041C4AD6-3C67-454C-8D5E-4FD17BDD241D\"],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"_FontSize\":10,\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1670},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1656\":{\"position\":{\"__isSmartRef__\":true,\"id\":1657},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1658},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1659},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1660},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1661},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1657\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1658\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1659\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1660\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1661\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1662\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1663\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1664\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1665\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1666\":{\"style\":{\"__isSmartRef__\":true,\"id\":1667},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1655},\"storedString\":\"Classes\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1667\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1668\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1669\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1655},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1670\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1671\":{\"position\":{\"__isSmartRef__\":true,\"id\":1672},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1673},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1674},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1675},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1685},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1686},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1672\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1673\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1674\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1675\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1676},{\"__isSmartRef__\":true,\"id\":1678},{\"__isSmartRef__\":true,\"id\":1680},{\"__isSmartRef__\":true,\"id\":1682}],\"vector\":{\"__isSmartRef__\":true,\"id\":1684},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1676\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1677}},\"1677\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1678\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1679}},\"1679\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1680\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1681}},\"1681\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1682\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1683}},\"1683\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1684\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1685\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1686\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1687\":{\"x\":679.6846107715411,\"y\":9.000000000001592,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1688\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1689},{\"__isSmartRef__\":true,\"id\":1691},{\"__isSmartRef__\":true,\"id\":1693},{\"__isSmartRef__\":true,\"id\":1695}],\"vector\":{\"__isSmartRef__\":true,\"id\":1684},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1689\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1690}},\"1690\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1691\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1692}},\"1692\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1693\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1694}},\"1694\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1695\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1696}},\"1696\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1697\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1698\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1654},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"openPartClassesEditor\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1699},\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings\"},\"1699\":{\"source\":{\"__isSmartRef__\":true,\"id\":1654},\"target\":{\"__isSmartRef__\":true,\"id\":1}},\"1700\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1701\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1702\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1654},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1703\":{\"x\":68.53069610464559,\"y\":-11.464657270585036,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1704\":{\"target\":{\"__isSmartRef__\":true,\"id\":1},\"selector\":\"update\",\"args\":[],\"stopped\":false,\"tickTime\":500,\"currentTimeout\":37614,\"suspended\":false,\"__LivelyClassName__\":\"lively.morphic.TargetScript\",\"__SourceModuleName__\":\"Global.lively.morphic.Core\"},\"1705\":{\"position\":{\"__isSmartRef__\":true,\"id\":1706},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1707},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1708},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1709},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1710},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1711},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1706\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1707\":{\"x\":1025.0285365288846,\"y\":564.612532614436,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1708\":{\"r\":0.372,\"g\":0.369,\"b\":0.372,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1709\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1710\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1711\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1712\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"Edit scripts and connections of a specific morph.\",\"migrationLevel\":4,\"partName\":\"ObjectEditorPane\",\"changes\":[{\"__isSmartRef__\":true,\"id\":1713}],\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1713\":{\"date\":{\"__isSmartRef__\":true,\"id\":1714},\"author\":\"lauritz\",\"message\":\"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items.\"},\"1714\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 21 2011 00:39:30 GMT+0200 (CEST)\"},\"1715\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1716\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1717\":{\"x\":1025.0285365288846,\"y\":564.612532614436,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1718\":{\"resizeWidth\":true,\"resizeHeight\":true,\"adjustForNewBounds\":true},\"1719\":{\"x\":350.2386236582805,\"y\":-3.2455173507596555,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1720\":{\"x\":0.971126750461849,\"y\":21.45669012569269,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1721\":{},\"1722\":{\"displayInitialScript\":{\"__isSmartRef__\":true,\"id\":1723},\"displayJavaScriptSource\":{\"__isSmartRef__\":true,\"id\":1727},\"displaySourceForConnection\":{\"__isSmartRef__\":true,\"id\":1731},\"displaySourceForScript\":{\"__isSmartRef__\":true,\"id\":1735},\"generateSourceForConnection\":{\"__isSmartRef__\":true,\"id\":1739},\"generateSourceForScript\":{\"__isSmartRef__\":true,\"id\":1743},\"generateTargetCode\":{\"__isSmartRef__\":true,\"id\":1747},\"newConnection\":{\"__isSmartRef__\":true,\"id\":1751},\"newScript\":{\"__isSmartRef__\":true,\"id\":1755},\"reset\":{\"__isSmartRef__\":true,\"id\":1759},\"selectChangedContent\":{\"__isSmartRef__\":true,\"id\":1763},\"setTarget\":{\"__isSmartRef__\":true,\"id\":1767},\"sortedConnectionNamesOfObj\":{\"__isSmartRef__\":true,\"id\":1771},\"sortedScriptNamesOfObj\":{\"__isSmartRef__\":true,\"id\":1775},\"updateLists\":{\"__isSmartRef__\":true,\"id\":1779},\"onShutdown\":{\"__isSmartRef__\":true,\"id\":1783},\"confirmUnsavedChanges\":{\"__isSmartRef__\":true,\"id\":1787},\"update\":{\"__isSmartRef__\":true,\"id\":1791},\"ensureAnnotationLayer\":{\"__isSmartRef__\":true,\"id\":1795},\"migrateOldScriptAnnotations\":{\"__isSmartRef__\":true,\"id\":1799},\"copyToPartsBinWithUserRequest\":{\"__isSmartRef__\":true,\"id\":1803},\"printTags\":{\"__isSmartRef__\":true,\"id\":1811},\"setTag\":{\"__isSmartRef__\":true,\"id\":1815},\"runScript\":{\"__isSmartRef__\":true,\"id\":1819},\"openPartTestRunner\":{\"__isSmartRef__\":true,\"id\":1823},\"openPartClassesEditor\":{\"__isSmartRef__\":true,\"id\":1827}},\"1723\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1724},\"source\":\"function displayInitialScript() {\\n if (this.scriptList.getList().size() > 1) {\\n this.scriptList.preselectItem();\\n } else if (this.connectionList.getList().size() > 1) {\\n this.connectionList.preselectItem();\\n } else {\\n this.scriptList.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1725},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1724\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1725\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1726},\"user\":\"lauritz\",\"tags\":[]},\"1726\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:13:43 GMT+0100 (CET)\"},\"1727\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1728},\"source\":\"function displayJavaScriptSource(jsCode) {\\n if (this.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function(confirmed) {\\n if (confirmed) that.scriptPane.display(jsCode)\\n };\\n this.confirmUnsavedChanges(callback);\\n } else {\\n this.scriptPane.display(jsCode);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1729},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1728\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1729\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1730},\"user\":\"lauritz\",\"tags\":[]},\"1730\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)\"},\"1731\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1732},\"source\":\"function displaySourceForConnection(connection) {\\n var code = \\\"\\\", that = this;\\n if (connection === undefined) return;\\n if (connection === null) {\\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\\\"\\\\n\\\\n\\\");\\n });\\n code = code.substring(0, code.length - \\\"\\\\n\\\\n\\\".length - 1);\\n } else {\\n code = this.generateSourceForConnection(connection);\\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1733},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1732\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1733\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1734},\"user\":\"conradcalmez\",\"tags\":[]},\"1734\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 14:59:30 GMT+0100 (CET)\"},\"1735\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1736},\"source\":\"function displaySourceForScript(scriptName) {\\n var code = \\\"\\\",\\n that = this;\\n if (scriptName === null) {\\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForScript(each)).concat(\\\"\\\\n\\\\n\\\\n\\\");\\n });\\n code = code.substring(0, code.length - \\\"\\\\n\\\\n\\\\n\\\".length - 1);\\n } else {\\n code = this.generateSourceForScript(scriptName); \\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1737},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1736\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1737\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1738},\"user\":\"lauritz\",\"tags\":[]},\"1738\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:51:37 GMT+0100 (CET)\"},\"1739\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1740},\"source\":\"function generateSourceForConnection(connection) {\\n var c = connection, targetObject = this.target;\\n\\tif (!c.getTargetObj() || !c.getTargetObj().name || \\n\\t\\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\\n\\n\\tvar optConfig = []\\n\\tif (c.converterString)\\n\\t\\toptConfig.push(\\\"converter: \\\\n\\\\t\\\" + c.converterString)\\n\\tif (c.updaterString)\\n\\t\\toptConfig.push(\\\"updater: \\\\n\\\\t\\\" + c.updaterString)\\n\\treturn Strings.format('connect(%s, \\\"%s\\\", %s, \\\"%s\\\", {%s});', \\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getSourceObj()),\\n\\t\\t\\tc.getSourceAttrName(),\\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getTargetObj()),\\n\\t\\t\\tc.getTargetMethodName(),\\n\\t\\t\\toptConfig.join(','));\\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1741},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1740\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1741\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1742},\"user\":\"lauritz\",\"tags\":[]},\"1742\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)\"},\"1743\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1744},\"source\":\"function generateSourceForScript(scriptName) {\\n var script = this.target[scriptName],\\n annotation = '',\\n scriptSource = '',\\n tagScript = '';\\n\\n if (script.timestamp && script.user) \\n annotation = Strings.format('// changed at %s by %s \\\\n', script.timestamp, script.user);\\n scriptSource = Strings.format('this.addScript(%s)', script.getOriginal());\\n tagScript = Strings.format('.tag(%s);', this.printTags(script));\\n\\n return annotation + scriptSource + tagScript;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1745},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1744\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1745\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1746},\"user\":\"lauritz\",\"tags\":[]},\"1746\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:32:42 GMT+0100 (CET)\"},\"1747\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1748},\"source\":\"function generateTargetCode(baseObject, targetObject) {\\n\\tvar name = targetObject.name;\\n\\tif (baseObject === targetObject) \\n\\t\\treturn \\\"this\\\";\\n\\telse if (baseObject[name] === targetObject) \\n\\t\\treturn \\\"this.\\\" + name;\\n\\telse if (baseObject.testObject === targetObject) \\n\\t\\treturn \\\"this.testObject\\\";\\n\\telse if (baseObject.get(name) === targetObject) \\n\\t\\treturn 'this.get(\\\"' + name + '\\\")';\\n\\telse if (targetObject instanceof Morph) \\n\\t\\treturn '$morph(\\\"' + name + '\\\")';\\n\\telse \\n\\t\\treturn \\\"????\\\";\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1749},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1748\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1749\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1750},\"user\":\"lauritz\",\"tags\":[]},\"1750\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)\"},\"1751\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1752},\"source\":\"function newConnection() {\\n if (this.target) {\\n var code = \\\"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1753},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1752\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1753\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1754},\"user\":\"lauritz\",\"tags\":[]},\"1754\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)\"},\"1755\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1756},\"source\":\"function newScript() {\\n if (this.target) {\\n var code = \\\"this.addScript(function SCRIPTNAME() {\\\\n \\\\n}).tag([]);\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1757},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1756\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1757\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1758},\"user\":\"lauritz\",\"tags\":[]},\"1758\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:24:25 GMT+0100 (CET)\"},\"1759\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1760},\"source\":\"function reset() {\\n this.scriptPane = this.get('ObjectEditorScriptPane')\\n this.scriptList = this.get('ObjectEditorScriptList')\\n this.connectionList = this.get('ObjectEditorConnectionList')\\n this.morphSelector = this.get('ObjectEditorMorphSelector')\\n this.target = null;\\n this.scriptPane.reset();\\n this.scriptList.setList();\\n this.scriptList.selection = null;\\n this.connectionList.setList();\\n this.connectionList.selection = null;\\n this.morphSelector.reset();\\n this.tagChooser.reset();\\n this.currentTag = null;\\n this.stopStepping();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1761},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1760\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1761\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1762},\"user\":\"conradcalmez\",\"tags\":[]},\"1762\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 14:57:50 GMT+0100 (CET)\"},\"1763\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1764},\"source\":\"function selectChangedContent(source) {\\n\\n var addScriptRegex = /this\\\\.addScript\\\\s*\\\\(\\\\s*function\\\\s*([^\\\\(]*)/g;\\n var addScriptMatches = [];\\n var addScriptMatch = addScriptRegex.exec(source);\\n while (addScriptMatch) {\\n addScriptMatches.push(addScriptMatch[1]);\\n addScriptMatch = addScriptRegex.exec(source);\\n }\\n \\n // if scripts were added, select either a specific one or all\\n if (addScriptMatches.length > 0) { \\n if (addScriptMatches.length === 1) {\\n return this.scriptList.selectAddedScript(addScriptMatches[0]);\\n }\\n return this.scriptList.selectAt(0);\\n }\\n\\n var connectionRegex = \\n /connect\\\\(\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"\\\\s*,\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"/g;\\n var connectionMatches = [];\\n var connectionMatch = connectionRegex.exec(source);\\n while (connectionMatch) {\\n connectionMatches.push(connectionMatch);\\n connectionMatch = connectionRegex.exec(source);\\n }\\n\\n // if connections were made, select either a specific one or all\\n if (connectionMatches.length > 0) {\\n if (connectionMatches.length === 1) {\\n var match = connectionMatches[0];\\n for (var i=0; i -1) {\n var c = this.connectionList.selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n this.updateLists();\n this.displayInitialScript();\n } \n}","funcProperties":{"__isSmartRef__":true,"id":62111},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62110":{"this":{"__isSmartRef__":true,"id":61264}},"62111":{},"62112":{"varMapping":{"__isSmartRef__":true,"id":62113},"source":"function updateLists() {\n this.scriptList.setList(this.sortedScriptNamesOfObj(this.target));\n var scriptListItems = this.scriptList.getList();\n scriptListItems.unshift(\"-- ALL --\");\n this.scriptList.setList(scriptListItems);\n\n this.connectionList.setList(this.sortedConnectionNamesOfObj(this.target));\n var connectionListItems = this.connectionList.getList();\n connectionListItems.unshift(\"-- ALL --\");\n this.connectionList.setList(connectionListItems);\n}","funcProperties":{"__isSmartRef__":true,"id":62114},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62113":{"this":{"__isSmartRef__":true,"id":61264}},"62114":{},"62115":{"varMapping":{"__isSmartRef__":true,"id":62116},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.selectAt(0);\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.selectAt(0);\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":62117},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62116":{"this":{"__isSmartRef__":true,"id":61264}},"62117":{},"62118":{"varMapping":{"__isSmartRef__":true,"id":62119},"source":"function reset() {\n this.target = null;\n this.scriptPane.doitContext = null;\n this.scriptList.setList();\n this.connectionList.setList();\n this.scriptPane.setTextString(\"\");\n this.morphSelector.reset();\n}","funcProperties":{"__isSmartRef__":true,"id":62120},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62119":{"this":{"__isSmartRef__":true,"id":61264}},"62120":{},"62121":{"varMapping":{"__isSmartRef__":true,"id":62122},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n var index = this.scriptList.getList().indexOf(addScriptMatches[0]);\n if (index > -1) { \n return this.scriptList.selectAt(index);\n }\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i -1) {\n var c = selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n editor.updateLists();\n editor.displayInitialScript();\n } \n }\n\n var message = 'Disconnect \"' + selection[0] +'\" connection?';\n var callback = disconnectConnection;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":62324},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62323":{"this":{"__isSmartRef__":true,"id":62269}},"62324":{"timestamp":{"__isSmartRef__":true,"id":62325},"user":"lauritz","categories":[]},"62325":{"isSerializedDate":true,"string":"Fri Nov 11 2011 01:46:54 GMT+0100 (Mitteleuropäische Zeit)"},"62326":{"submorphs":[{"__isSmartRef__":true,"id":62327}],"scripts":[],"id":"DF5B9D85-D091-46B6-B401-A99C05B77546","shape":{"__isSmartRef__":true,"id":62343},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":62359},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":62346},"lighterFill":{"__isSmartRef__":true,"id":62360},"label":{"__isSmartRef__":true,"id":62327},"attributeConnections":[{"__isSmartRef__":true,"id":62369}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":62371},"name":"ObjectEditorRemoveScriptButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":62372},"renderContextTable":{"__isSmartRef__":true,"id":62373},"priorExtent":{"__isSmartRef__":true,"id":62374},"owner":{"__isSmartRef__":true,"id":61246},"eventHandler":{"__isSmartRef__":true,"id":62375},"isCopyMorphRef":true,"morphRefId":24,"draggingEnabled":false,"objectEditorPane":{"__isSmartRef__":true,"id":61246},"distanceToDragEvent":{"__isSmartRef__":true,"id":62376},"derivationIds":[217,"FDC10087-12CF-4570-9211-8309CB6A9AA3","E18FC530-4B1F-4F08-8DA6-3866A3519E56","04A2AAC3-6A9E-40BB-9408-EBB2567EE63B","8C1A42CE-840C-4AAE-BD79-C93A445B9EBF","61FC11FA-B87E-4EFE-BD15-564D3178B68B","ED34F9B5-9E00-41B3-8313-D9C3D6B3B231","A7481F4B-D444-4B4F-BDA2-4F9F03AEC24D","7DDF7175-34FC-4521-A7C3-580A8BE63351","DEA39C05-FAD7-4882-AB3D-0EE12C3408F9","99186A50-1411-4B6F-B1CB-FF0742C20D7D","10F3E467-6BB8-4D07-BD17-8C50593FD6B8","7260818C-6472-4288-8BDD-1E7798A543F3","DEBB5BDB-018D-4BA1-9FB9-73DC84C51D89","B31BD7D3-4819-4560-9661-C317568903A5","0BDA92F0-9453-44D3-A9A9-B77A27B0BAE0","23E309F8-AF01-4EA7-98B5-37DC538986EF"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":62377},"__LivelyClassName__":"lively.morphic.Button"},"62327":{"submorphs":[],"scripts":[],"id":"105D0F82-1C3C-43AA-9648-B381882D91EC","shape":{"__isSmartRef__":true,"id":62328},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":21,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":62334},"textColor":{"__isSmartRef__":true,"id":62331},"owner":{"__isSmartRef__":true,"id":62326},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":62335}],"padding":{"__isSmartRef__":true,"id":62337},"_Padding":{"__isSmartRef__":true,"id":62338},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":62339},"_FontFamily":"Helvetica, Sans-Serif","renderContextTable":{"__isSmartRef__":true,"id":62340},"_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_Align":"center","eventHandler":{"__isSmartRef__":true,"id":62341},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":21,"_MinTextHeight":null,"draggingEnabled":false,"derivationIds":[218,"852A7BD9-52EE-4708-A2D5-1BDECF33C958","7B4F173E-9726-472A-9B30-530D4AA92AD9","CBA217F6-2832-4213-9ABE-47753C1A4180","E6B97D1D-95D5-4644-9359-1D08D42A51F4","4391A57E-70C2-4628-9828-DD668CCE546E","F0C6C298-3B8B-42B2-B5E9-E5B82F607B01","DF0CAF75-4247-4797-B1A0-AD7444391E2A","B4C4F09B-F663-47A1-B85F-461D5452F5F8","FD966AB1-4685-4151-9A38-B1B21B0237EF","CA91FC2C-D7CC-4123-AFD2-108F8F0C2E97","88F1581A-7AEF-4646-B7F9-3890CDDB8494","DC577877-7F00-4238-9246-08C2A10C0CC9","818C9467-71A2-44D6-B01F-1523A0CD5476","A084816B-1BB2-4B7F-A5E9-38960006EC1D","6E699952-E650-4E6C-B809-8DD4B6E81EF5","0AC95454-A91A-4812-BEE9-E726706C4B30"],"partsBinMetaInfo":{"__isSmartRef__":true,"id":62342},"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"62328":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":62329},"_Extent":{"__isSmartRef__":true,"id":62330},"_BorderColor":{"__isSmartRef__":true,"id":62331},"renderContextTable":{"__isSmartRef__":true,"id":62332},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":62333},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"62329":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62330":{"x":25,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"62331":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62332":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"62333":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62334":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62335":{"style":{"__isSmartRef__":true,"id":62336},"chunkOwner":{"__isSmartRef__":true,"id":62327},"storedString":"-","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"62336":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"62337":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62338":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62339":{"x":25,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62340":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"62341":{"morph":{"__isSmartRef__":true,"id":62327},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"62342":{"requiredModules":[],"idOnLoad":"EBDFC3D0-F330-4A02-9152-1E2C8F1E69CF","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"62343":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":62344},"_Extent":{"__isSmartRef__":true,"id":62345},"_Fill":{"__isSmartRef__":true,"id":62346},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":62356},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":62357},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":62358},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"62344":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62345":{"x":25,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62346":{"stops":[{"__isSmartRef__":true,"id":62347},{"__isSmartRef__":true,"id":62349},{"__isSmartRef__":true,"id":62351},{"__isSmartRef__":true,"id":62353}],"vector":{"__isSmartRef__":true,"id":62355},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"62347":{"offset":0,"color":{"__isSmartRef__":true,"id":62348}},"62348":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62349":{"offset":0.4,"color":{"__isSmartRef__":true,"id":62350}},"62350":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62351":{"offset":0.6,"color":{"__isSmartRef__":true,"id":62352}},"62352":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62353":{"offset":1,"color":{"__isSmartRef__":true,"id":62354}},"62354":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62355":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62356":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62357":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"62358":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62359":{"x":160,"y":40,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62360":{"stops":[{"__isSmartRef__":true,"id":62361},{"__isSmartRef__":true,"id":62363},{"__isSmartRef__":true,"id":62365},{"__isSmartRef__":true,"id":62367}],"vector":{"__isSmartRef__":true,"id":62355},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"62361":{"offset":0,"color":{"__isSmartRef__":true,"id":62362}},"62362":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62363":{"offset":0.4,"color":{"__isSmartRef__":true,"id":62364}},"62364":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62365":{"offset":0.6,"color":{"__isSmartRef__":true,"id":62366}},"62366":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62367":{"offset":1,"color":{"__isSmartRef__":true,"id":62368}},"62368":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62369":{"sourceObj":{"__isSmartRef__":true,"id":62326},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":62326},"targetMethodName":"deleteSelectedScript","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":62370},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"62370":{"source":{"__isSmartRef__":true,"id":62326},"target":{"__isSmartRef__":true,"id":62326}},"62371":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62372":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","idOnLoad":"C8FEC005-C049-46CB-8362-276CBA855C7A","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"62373":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"62374":{"x":30,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62375":{"morph":{"__isSmartRef__":true,"id":62326},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"62376":{"x":33.35839679439101,"y":-21.324811622839547,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62377":{"deleteSelectedScript":{"__isSmartRef__":true,"id":62378}},"62378":{"varMapping":{"__isSmartRef__":true,"id":62379},"source":"function deleteSelectedScript() {\n\n var editor = this.objectEditorPane;\n var selection = editor.scriptList.selection;\n\n if (!editor.target || editor.scriptList.getList().size() < 2) \n return; \n\n var deleteScript = function (confirmed) {\n if (!confirmed) return;\n \n if (selection && editor.target) {\n if (!editor.target.hasOwnProperty(selection)) \n return;\n delete editor.target[selection];\n editor.updateLists();\n editor.displayInitialScript();\n }\n }\n\n var message = 'Delete \"' + selection + '\" script?';\n var callback = deleteScript;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":62380},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62379":{"this":{"__isSmartRef__":true,"id":62326}},"62380":{"timestamp":{"__isSmartRef__":true,"id":62381},"user":"lauritz"},"62381":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:12:21 GMT+0100 (Mitteleuropäische Zeit)"},"62382":{"submorphs":[{"__isSmartRef__":true,"id":62383}],"scripts":[],"id":"96FFEAC0-FD04-4E22-9ABC-ABAE3FA0A736","shape":{"__isSmartRef__":true,"id":62400},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":62416},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":62403},"lighterFill":{"__isSmartRef__":true,"id":62417},"label":{"__isSmartRef__":true,"id":62383},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":62426},"name":"ObjectEditorMorphSelector","partsBinMetaInfo":{"__isSmartRef__":true,"id":62427},"list":[],"renderContextTable":{"__isSmartRef__":true,"id":62428},"eventHandler":{"__isSmartRef__":true,"id":62429},"distanceToDragEvent":{"__isSmartRef__":true,"id":62430},"priorExtent":{"__isSmartRef__":true,"id":62431},"owner":{"__isSmartRef__":true,"id":61246},"textString":"","selection":{"__isSmartRef__":true,"id":62432},"_ClipMode":"visible","prevScroll":[0,0],"listMorph":null,"derivationIds":[221,"4AC64FBA-95AC-42B2-A078-B6DA97889093","E26ED0E6-C4CE-4C82-94D5-175270E8459E","D292F2FC-C2B6-48AE-B779-8CC5868FFA49","53A862EB-032C-4BF0-9B21-58C7E0C0A9B2","CC4D188B-510F-48DE-A0E1-EC8D2CD63F9F","0CD057F2-3517-4849-A69E-1EF79B05ACE8","66EBBB7D-8FA7-4D43-AE78-A18DA3B970BA","A50C1893-4138-4E29-865B-92F53F76D08A","1EC5D2B9-3539-419A-8DD6-CE82DEABB02C","95DC06D5-F4C7-49E2-8A01-110D1B0AFBD0","672DEFAB-2BE5-4C60-9779-3B44694FBEB1","E3476213-5872-492C-BE29-0C6A5A150ED8","AA2F6ABE-1CCB-403D-94DD-8FB371F3DDCE","7CF7B24B-9888-448A-9010-E8B15DDBA004","86A320D7-ECDB-43EC-B2B7-27A1D5CA8C53","3D6ECBD3-EC4A-4EEB-8640-4D078EFF8AAF"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":62449},"__LivelyClassName__":"lively.morphic.Button"},"62383":{"submorphs":[],"scripts":[],"id":"A4127ACD-F316-45A3-837C-2C592509CA24","shape":{"__isSmartRef__":true,"id":62384},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":220,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":62390},"textColor":{"__isSmartRef__":true,"id":62387},"owner":{"__isSmartRef__":true,"id":62382},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":62391}],"padding":{"__isSmartRef__":true,"id":62393},"_Padding":{"__isSmartRef__":true,"id":62393},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":62394},"attributeConnections":[{"__isSmartRef__":true,"id":62395}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"renderContextTable":{"__isSmartRef__":true,"id":62396},"eventHandler":{"__isSmartRef__":true,"id":62397},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":220,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":10,"derivationIds":[222,"30F054A3-7658-405B-8098-B7D87AA8A9ED","556D6E07-45B7-42EC-A486-DE275EF0B034","06B0B080-467A-46CC-8B0D-9C0A9B9A71F1","5E2D96C9-BB9B-4735-8673-A79847435197","B48AA022-2022-4A2A-9090-4D884FB3DFD3","8B2F743A-98C5-45E1-B03C-5019114EAC47","D09C56C3-A2DC-4BDF-B8A1-6365138ECD01","74158C3D-B79E-43E7-B111-48701B10ACE2","B19E117B-E40F-4B9F-86AC-BFB2AAFD5336","4E3B3D72-E52C-44ED-AE32-78939BA1ECFD","2459D1F0-E49C-4882-AB4C-D78C1A496962","3D8D3B02-0459-45C1-A606-D0DB4B07958C","78AAE288-D261-4BEA-9436-C8C31B890B44","62387523-F02D-471C-8758-988647710CDC","A7EE8B19-A2F0-4D26-80AD-0F027B34F504","16C034BF-CCED-4F4A-8315-130685824270"],"_TextColor":{"__isSmartRef__":true,"id":62398},"partsBinMetaInfo":{"__isSmartRef__":true,"id":62399},"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"62384":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":62385},"_Extent":{"__isSmartRef__":true,"id":62386},"_BorderColor":{"__isSmartRef__":true,"id":62387},"renderContextTable":{"__isSmartRef__":true,"id":62388},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":62389},"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"62385":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62386":{"x":220,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"62387":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62388":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"62389":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62390":{"x":2,"y":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62391":{"style":{"__isSmartRef__":true,"id":62392},"chunkOwner":{"__isSmartRef__":true,"id":62383},"storedString":"Rectangle Test","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"62392":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"62393":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62394":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62395":{"sourceObj":{"__isSmartRef__":true,"id":62383},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":62382},"targetMethodName":"selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"62396":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"62397":{"morph":{"__isSmartRef__":true,"id":62383},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"62398":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62399":{"requiredModules":[],"idOnLoad":"C230E8C6-D8D9-42BA-A0A9-399BC316E345","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"62400":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":62401},"_Extent":{"__isSmartRef__":true,"id":62402},"_Fill":{"__isSmartRef__":true,"id":62403},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":62413},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":62414},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":62415},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"62401":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62402":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62403":{"stops":[{"__isSmartRef__":true,"id":62404},{"__isSmartRef__":true,"id":62406},{"__isSmartRef__":true,"id":62408},{"__isSmartRef__":true,"id":62410}],"vector":{"__isSmartRef__":true,"id":62412},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"62404":{"offset":0,"color":{"__isSmartRef__":true,"id":62405}},"62405":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62406":{"offset":0.4,"color":{"__isSmartRef__":true,"id":62407}},"62407":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62408":{"offset":0.6,"color":{"__isSmartRef__":true,"id":62409}},"62409":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62410":{"offset":1,"color":{"__isSmartRef__":true,"id":62411}},"62411":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62412":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62413":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62414":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"62415":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62416":{"x":240.1308656788165,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62417":{"stops":[{"__isSmartRef__":true,"id":62418},{"__isSmartRef__":true,"id":62420},{"__isSmartRef__":true,"id":62422},{"__isSmartRef__":true,"id":62424}],"vector":{"__isSmartRef__":true,"id":62412},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"62418":{"offset":0,"color":{"__isSmartRef__":true,"id":62419}},"62419":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62420":{"offset":0.4,"color":{"__isSmartRef__":true,"id":62421}},"62421":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62422":{"offset":0.6,"color":{"__isSmartRef__":true,"id":62423}},"62423":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62424":{"offset":1,"color":{"__isSmartRef__":true,"id":62425}},"62425":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62426":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62427":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","idOnLoad":"C52AACEC-7AFA-4363-96BE-C78D90F1F865","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"62428":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"62429":{"morph":{"__isSmartRef__":true,"id":62382},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"62430":{"x":122.93118375058827,"y":-11.582832083333244,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62431":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62432":{"submorphs":[],"scripts":[],"id":181,"shape":{"__isSmartRef__":true,"id":62433},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":62439},"_MaxTextWidth":580,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":62440},"showsHalos":false,"_FontSize":28,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Title","partsBinMetaInfo":{"__isSmartRef__":true,"id":62441},"_TextColor":{"__isSmartRef__":true,"id":62442},"renderContextTable":{"__isSmartRef__":true,"id":62443},"textChunks":[{"__isSmartRef__":true,"id":62444}],"eventHandler":{"__isSmartRef__":true,"id":62446},"priorExtent":{"__isSmartRef__":true,"id":62447},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":580,"_MinTextHeight":null,"_Rotation":0,"_Scale":1.002003004005006,"previousSelection":[35,35],"priorSelectionRange":[23,23],"charsReplaced":"WIP / Proof of Concept","lastFindLoc":22,"distanceToDragEvent":{"__isSmartRef__":true,"id":62448},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","isCopyMorphRef":true,"morphRefId":2,"prevScroll":[0,0],"__LivelyClassName__":"lively.morphic.Text"},"62433":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":62434},"_Extent":{"__isSmartRef__":true,"id":62435},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":62436},"renderContextTable":{"__isSmartRef__":true,"id":62437},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":62438},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"62434":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62435":{"x":580,"y":43,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62436":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62437":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"62438":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62439":{"x":37,"y":23,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62440":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62441":{"partsSpaceName":"PartsBin/Worlds/","__SourceModuleName__":"Global.lively.PartsBin","comment":"For example a world title.","partName":"Title","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"62442":{"r":0,"g":0.309,"b":0.595,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62443":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"62444":{"style":{"__isSmartRef__":true,"id":62445},"chunkOwner":{"__isSmartRef__":true,"id":62432},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"62445":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"62446":{"morph":{"__isSmartRef__":true,"id":62432},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"62447":{"x":580,"y":43,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62448":{"x":221,"y":-12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62449":{"createListMorph":{"__isSmartRef__":true,"id":62450},"getList":{"__isSmartRef__":true,"id":62454},"removeList":{"__isSmartRef__":true,"id":62458},"reset":{"__isSmartRef__":true,"id":62462},"displayTopLevelMorphs":{"__isSmartRef__":true,"id":62466},"onMouseDown":{"__isSmartRef__":true,"id":62470},"setTargetOfPane":{"__isSmartRef__":true,"id":62478},"setTargetToListSelection":{"__isSmartRef__":true,"id":62482},"onBlur":{"__isSmartRef__":true,"id":62486},"setTarget":{"__isSmartRef__":true,"id":62494},"setTargetOnSelection":{"__isSmartRef__":true,"id":62498}},"62450":{"varMapping":{"__isSmartRef__":true,"id":62451},"source":"function createListMorph() {\n var items = this.getList();\n \n var height = Math.min(this.owner.getExtent().y, items.length * 17);\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\n\n var listMorph = new lively.morphic.List(extent);\n listMorph.setList(items);\n listMorph.setFontSize(10);\n\n listMorph.disableGrabbing();\n listMorph.disableDragging();\n\n connect(listMorph, 'selection', this, 'setTargetToListSelection');\n \n return listMorph;\n}","funcProperties":{"__isSmartRef__":true,"id":62452},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62451":{"this":{"__isSmartRef__":true,"id":62382}},"62452":{"timestamp":{"__isSmartRef__":true,"id":62453},"user":"lauritz","tags":[]},"62453":{"isSerializedDate":true,"string":"Tue Dec 13 2011 18:55:41 GMT+0100 (Mitteleuropäische Zeit)"},"62454":{"varMapping":{"__isSmartRef__":true,"id":62455},"source":"function getList() {\n var worldEntry = {\n isListItem: true,\n selectionString: 'World',\n string: 'World',\n value: this.world()\n };\n var list = this.world().indentedListItemsOfMorphNames();\n list.unshift(worldEntry);\n return list;\n}","funcProperties":{"__isSmartRef__":true,"id":62456},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62455":{"this":{"__isSmartRef__":true,"id":62382}},"62456":{"timestamp":{"__isSmartRef__":true,"id":62457},"user":"lauritz","tags":[]},"62457":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:12:23 GMT+0100 (Mitteleuropäische Zeit)"},"62458":{"varMapping":{"__isSmartRef__":true,"id":62459},"source":"function removeList() {\n this.listMorph && this.listMorph.remove();\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":62460},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62459":{"this":{"__isSmartRef__":true,"id":62382}},"62460":{"timestamp":{"__isSmartRef__":true,"id":62461},"user":"lauritz","tags":[]},"62461":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:51:07 GMT+0100 (Mitteleuropäische Zeit)"},"62462":{"varMapping":{"__isSmartRef__":true,"id":62463},"source":"function reset() {\n this.list = [];\n this.setLabel('empty');\n this.label.setAlign('left');\n this.removeList();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'});\n}","funcProperties":{"__isSmartRef__":true,"id":62464},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62463":{"this":{"__isSmartRef__":true,"id":62382}},"62464":{"timestamp":{"__isSmartRef__":true,"id":62465},"user":"lauritz","tags":[]},"62465":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:34:06 GMT+0100 (Mitteleuropäische Zeit)"},"62466":{"varMapping":{"__isSmartRef__":true,"id":62467},"source":"function displayTopLevelMorphs() {\n var list = this.createListMorph(); \n if (this.getList().length === 0) return;\n this.addMorph(list);\n this.listMorph = list;\n}","funcProperties":{"__isSmartRef__":true,"id":62468},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62467":{"this":{"__isSmartRef__":true,"id":62382}},"62468":{"timestamp":{"__isSmartRef__":true,"id":62469},"user":"lauritz","tags":[]},"62469":{"isSerializedDate":true,"string":"Tue Dec 13 2011 18:53:20 GMT+0100 (Mitteleuropäische Zeit)"},"62470":{"varMapping":{"__isSmartRef__":true,"id":62471},"source":"function onMouseDown(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n // clicked on morph, not the list, not the list's scrollbar\n if (evt.target === this.renderContext().shapeNode)\n this.removeList();\n } else {\n this.displayTopLevelMorphs();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":62476},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62471":{"this":{"__isSmartRef__":true,"id":62382},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":62472}},"62472":{"$super":{"__isSmartRef__":true,"id":62473}},"62473":{"varMapping":{"__isSmartRef__":true,"id":62474},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":62475},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62474":{"obj":{"__isSmartRef__":true,"id":62382},"name":"onMouseDown"},"62475":{},"62476":{"timestamp":{"__isSmartRef__":true,"id":62477},"user":"lauritz","tags":[]},"62477":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:30:39 GMT+0100 (Mitteleuropäische Zeit)"},"62478":{"varMapping":{"__isSmartRef__":true,"id":62479},"source":"function setTargetOfPane(selection) {\n this.owner.setTarget(selection);\n this.label.setAlign('left');\n}","funcProperties":{"__isSmartRef__":true,"id":62480},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62479":{"this":{"__isSmartRef__":true,"id":62382}},"62480":{"timestamp":{"__isSmartRef__":true,"id":62481},"user":"lauritz","tags":[]},"62481":{"isSerializedDate":true,"string":"Wed Dec 07 2011 04:30:42 GMT+0100 (Mitteleuropäische Zeit)"},"62482":{"varMapping":{"__isSmartRef__":true,"id":62483},"source":"function setTargetToListSelection() { \n var selection = this.listMorph.selection;\n this.removeList();\n if (!selection) return;\n if (this.owner.scriptPane.hasChanged()) {\n var that = this;\n var callback = function (confirmed) {\n if (confirmed) that.setTargetOfPane(selection);\n }\n this.owner.confirmUnsavedChanges(callback);\n } else {\n this.setTargetOfPane(selection);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":62484},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62483":{"this":{"__isSmartRef__":true,"id":62382}},"62484":{"timestamp":{"__isSmartRef__":true,"id":62485},"user":"lauritz","tags":[]},"62485":{"isSerializedDate":true,"string":"Wed Dec 07 2011 06:06:48 GMT+0100 (Mitteleuropäische Zeit)"},"62486":{"varMapping":{"__isSmartRef__":true,"id":62487},"source":"function onBlur(evt) {\n $super(evt);\n \n // workaround - otherwise other morphs get this event\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\n this.removeList();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":62492},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62487":{"this":{"__isSmartRef__":true,"id":62382},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":62488}},"62488":{"$super":{"__isSmartRef__":true,"id":62489}},"62489":{"varMapping":{"__isSmartRef__":true,"id":62490},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":62491},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62490":{"obj":{"__isSmartRef__":true,"id":62382},"name":"onBlur"},"62491":{},"62492":{"timestamp":{"__isSmartRef__":true,"id":62493},"user":"lauritz","tags":[]},"62493":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:30:08 GMT+0100 (Mitteleuropäische Zeit)"},"62494":{"varMapping":{"__isSmartRef__":true,"id":62495},"source":"function setTarget(target) {\n this.label.setTextString(target.getName() || target.toString());\n}","funcProperties":{"__isSmartRef__":true,"id":62496},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62495":{"this":{"__isSmartRef__":true,"id":62382}},"62496":{"timestamp":{"__isSmartRef__":true,"id":62497},"user":"lauritz","tags":[]},"62497":{"isSerializedDate":true,"string":"Wed Dec 07 2011 04:29:39 GMT+0100 (Mitteleuropäische Zeit)"},"62498":{"varMapping":{"__isSmartRef__":true,"id":62499},"source":"function setTargetOnSelection() {\n if (this.listMorph && this.listMorph.renderContext() && this.listMorph.renderContext().listNode.value) {\n this.setTargetToListSelection();\n this.stopStepping();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":62500},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62499":{"this":{"__isSmartRef__":true,"id":62382}},"62500":{"timestamp":{"__isSmartRef__":true,"id":62501},"user":"lauritz","tags":[]},"62501":{"isSerializedDate":true,"string":"Wed Dec 07 2011 06:12:06 GMT+0100 (Mitteleuropäische Zeit)"},"62502":{"submorphs":[],"scripts":[],"id":"94A0088B-93EF-4DA6-9BAB-9910767CB753","shape":{"__isSmartRef__":true,"id":62503},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":false,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":62509},"_MaxTextWidth":64.8979476392384,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":62506},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"ObjectEditorScriptsText1","partsBinMetaInfo":{"__isSmartRef__":true,"id":62510},"textChunks":[{"__isSmartRef__":true,"id":62511}],"charsReplaced":"Scripts","lastFindLoc":-7,"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":62513},"renderContextTable":{"__isSmartRef__":true,"id":62514},"eventHandler":{"__isSmartRef__":true,"id":62515},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64.8979476392384,"_MinTextHeight":null,"_ClipMode":"visible","draggingEnabled":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":62516},"eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":61246},"isCopyMorphRef":true,"morphRefId":27,"derivationIds":[223,"5E3A69EF-26C1-4D0D-B04C-8C3894017F56","14AB1B91-3ED6-49AE-AA58-47D18B6C569F","991D4A54-1FC4-4BC7-AA82-F814AC52CDE3","DB9B19F7-4390-4CE5-9B1D-62177CB8D605","8F7B2EE9-9538-4044-B75B-6A12F3108B70","4B9F9B4B-C7D3-418D-9AC9-10503A4EBF8E","324EE422-8C94-43CE-B964-A3150830C25F","36D1ECF9-591F-426B-A4F6-B337D7DB053B","CB52849C-BE64-4053-8D07-758F969F84EB","F1C241D4-A689-4DB7-942F-ADB5F39D9CAA","F9D413A0-184F-47F5-9B55-D05D511915CB","F4C5DA2D-8203-47EB-834D-2D03338B0419","1E089341-3FFF-45CD-9C21-BA7A8B4CF6F2","2E3BA43D-DE5E-4EEA-8DF6-97BE9BDB9EE8","5622156A-68BA-441A-9AE4-19B7BB321E95","913CDF62-CF29-4172-AFDF-4505CF7A364F"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"62503":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":62504},"_Extent":{"__isSmartRef__":true,"id":62505},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":62506},"renderContextTable":{"__isSmartRef__":true,"id":62507},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":62508},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"62504":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62505":{"x":64.8979476392384,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"62506":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62507":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"62508":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62509":{"x":198.16434648623274,"y":12.911539589748486,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62510":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"6812F228-B272-4DEB-AA9C-8FB4DDF06708","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"62511":{"style":{"__isSmartRef__":true,"id":62512},"chunkOwner":{"__isSmartRef__":true,"id":62502},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Target:","__LivelyClassName__":"lively.morphic.TextChunk"},"62512":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"62513":{"x":64.8979476392384,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62514":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"62515":{"morph":{"__isSmartRef__":true,"id":62502},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"62516":{"x":41.065989525935834,"y":-10.506047005169194,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62517":{"submorphs":[],"scripts":[],"id":"75AACE15-9C62-4EF9-A7FA-03371C768139","shape":{"__isSmartRef__":true,"id":62518},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":false,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":62524},"_MaxTextWidth":64.8979476392384,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":62521},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"ObjectEditorScriptsText2","partsBinMetaInfo":{"__isSmartRef__":true,"id":62525},"textChunks":[{"__isSmartRef__":true,"id":62526}],"charsReplaced":"Scripts","lastFindLoc":-7,"priorSelectionRange":[0,7],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":62528},"renderContextTable":{"__isSmartRef__":true,"id":62529},"eventHandler":{"__isSmartRef__":true,"id":62530},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64.8979476392384,"_MinTextHeight":null,"_ClipMode":"visible","draggingEnabled":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":62531},"eventsAreIgnored":true,"isCopyMorphRef":true,"morphRefId":27,"owner":{"__isSmartRef__":true,"id":61246},"derivationIds":[224,"35EF8FE5-067D-45B6-AF21-77040F11D340","80DC09DD-22D4-4089-B5C3-857B32C9BE9B","EF080074-E6B9-47F3-A87F-26313B40C430","F6977801-C1A7-445C-9BF1-8A1019E202FB","8C9157AE-0343-4CFB-8186-1D5E05D2ECBE","DD3C23F8-6463-4EAE-959B-C486E27D9BDA","1E8D3752-D212-41F8-BC63-B094E0C80707","75C07D11-AE5D-4A36-B2D0-F2A6EA414E72","494AB1C0-2C09-49DE-B4AA-1F24DC7495FF","25199967-E3BA-4763-A704-37BD3152A5F7","8E4A5937-D1FA-4AF7-BD8D-B542C636CEF9","DDB23EF0-540C-4046-AD4D-C001E8A5F20C","FF45AAB3-E5C7-42A0-A704-F068DB2E2AF9","7DE7E9A4-D30D-4E76-8C56-E5E0B58CD488","15023644-FA2D-4B48-BED2-63CA31B6B670","DB44519F-74E5-4E10-A5CE-4F93A0694A4B"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"62518":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":62519},"_Extent":{"__isSmartRef__":true,"id":62520},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":62521},"renderContextTable":{"__isSmartRef__":true,"id":62522},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":62523},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"62519":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62520":{"x":64.8979476392384,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"62521":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62522":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"62523":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62524":{"x":10,"y":12.911539589749026,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62525":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"827B4BF8-4F8F-46F8-9AAC-5EDE583C50D1","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"62526":{"style":{"__isSmartRef__":true,"id":62527},"chunkOwner":{"__isSmartRef__":true,"id":62517},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Tag:","__LivelyClassName__":"lively.morphic.TextChunk"},"62527":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"62528":{"x":64.8979476392384,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62529":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"62530":{"morph":{"__isSmartRef__":true,"id":62517},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"62531":{"x":45.76052154281416,"y":-27.783027415339603,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62532":{"submorphs":[{"__isSmartRef__":true,"id":62533}],"scripts":[],"id":"0A056822-1094-4756-A996-B9E272E0D21D","shape":{"__isSmartRef__":true,"id":62548},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":62564},"value":true,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":62565},"lighterFill":{"__isSmartRef__":true,"id":62551},"label":{"__isSmartRef__":true,"id":62533},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":62574},"name":"ObjectEditorTagChooser","partsBinMetaInfo":{"__isSmartRef__":true,"id":62575},"listMorph":null,"list":[],"renderContextTable":{"__isSmartRef__":true,"id":62576},"eventHandler":{"__isSmartRef__":true,"id":62577},"distanceToDragEvent":{"__isSmartRef__":true,"id":62578},"priorExtent":{"__isSmartRef__":true,"id":62579},"textString":"PartsBinBrowser","selection":"","_ClipMode":"visible","prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":61246},"setTargetToListSelection":"all","savedTextString":"all","derivationIds":[225,"7F83847B-D0B1-4A31-8601-43424B97C858","E08FC110-71D7-4FFD-B4A8-08F8147B95BA","5534107D-C5C9-48DD-A1ED-B87E9D9B672C","0B89FA7A-768C-4062-98AE-C455E8DAFF19","799320C6-CFBA-40E7-B03D-64BFE9B78248","9B650AA3-271B-4E72-B230-51C6F64B7462","C95D3672-724C-4C2C-9CDD-EF308062F627","C66EBEEC-B7CE-4DD9-8BDF-905F071F965D","D68B143A-A712-4FD0-8803-62CCB4C7F763","ED802271-AE5C-4BE9-AC4E-7CED44BC864B","1BD989CB-146C-431F-8B15-9199C4CD5D32","42172AA4-1B06-4C5B-9BB7-FAED1206CF34","32DFAF99-E6F8-426B-829D-FD6C2BCB8FAA","90F68286-09C1-4B33-B9F6-1685A0D9FAB0","B6AE9317-6B32-4477-94C3-988E11D52818","E4CC49BE-7E93-48CE-9CCF-494898817F92"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":62580},"__LivelyClassName__":"lively.morphic.Button"},"62533":{"submorphs":[],"scripts":[],"id":"6B53F28E-EFDB-4FA1-88BD-73AF9CD3E06A","shape":{"__isSmartRef__":true,"id":62534},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":130,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":62539},"textColor":{"__isSmartRef__":true,"id":62537},"owner":{"__isSmartRef__":true,"id":62532},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":62540}],"padding":{"__isSmartRef__":true,"id":62542},"_Padding":{"__isSmartRef__":true,"id":62542},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":62543},"attributeConnections":[{"__isSmartRef__":true,"id":62544}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"renderContextTable":{"__isSmartRef__":true,"id":62545},"eventHandler":{"__isSmartRef__":true,"id":62546},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":130,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":10,"derivationIds":[226,"03DBF3F8-8EA2-4426-BA64-C4297DDAB015","B8F87302-BEC3-48CD-9BBA-6C7DBB6287E1","4AA6AE51-338B-4E3E-814B-9F99C693A2D5","08F6CE56-AD91-4C27-9429-C3DEA313696C","D39C963C-FD24-4498-A6D8-71E5102CE58A","132C2A9E-3466-4051-AAEA-6E485A91F408","DB8BC4A1-ED41-446B-AB6C-7E73DD857B5D","567FC668-A57C-41CB-8252-8912826B3144","D0B0775F-C8E7-49EB-BBB2-C7BB7DD464BF","AABED87D-D7C0-494A-8803-26F4601E35FF","696C3A2A-C695-4D17-A044-41A73436AB8D","206A0BFD-6997-4E0E-9193-089D1F66B22A","F2F1F966-6C41-4EBA-AFCE-FAE8C79AA696","DACDEF8A-8791-4FF3-8DEC-70227F2294D8","D25F7CAB-9828-452E-B2BD-F13D930CC8B3","09CCDF11-EB1A-4085-8DE3-5B3E18D779BB"],"_TextColor":{"__isSmartRef__":true,"id":62398},"partsBinMetaInfo":{"__isSmartRef__":true,"id":62547},"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"62534":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":62535},"_Extent":{"__isSmartRef__":true,"id":62536},"_BorderColor":{"__isSmartRef__":true,"id":62537},"renderContextTable":{"__isSmartRef__":true,"id":62538},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":62389},"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"62535":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62536":{"x":130,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"62537":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62538":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"62539":{"x":2,"y":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62540":{"style":{"__isSmartRef__":true,"id":62541},"chunkOwner":{"__isSmartRef__":true,"id":62533},"storedString":"all","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"62541":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"62542":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62543":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62544":{"sourceObj":{"__isSmartRef__":true,"id":62533},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":62532},"targetMethodName":"selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"62545":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"62546":{"morph":{"__isSmartRef__":true,"id":62533},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"62547":{"requiredModules":[],"idOnLoad":"FA27D8F7-ECB0-40F8-9373-045BBF88104A","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"62548":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":62549},"_Extent":{"__isSmartRef__":true,"id":62550},"_Fill":{"__isSmartRef__":true,"id":62551},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":62561},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":62562},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":62563},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"62549":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62550":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62551":{"stops":[{"__isSmartRef__":true,"id":62552},{"__isSmartRef__":true,"id":62554},{"__isSmartRef__":true,"id":62556},{"__isSmartRef__":true,"id":62558}],"vector":{"__isSmartRef__":true,"id":62560},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"62552":{"offset":0,"color":{"__isSmartRef__":true,"id":62553}},"62553":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62554":{"offset":0.4,"color":{"__isSmartRef__":true,"id":62555}},"62555":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62556":{"offset":0.6,"color":{"__isSmartRef__":true,"id":62557}},"62557":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62558":{"offset":1,"color":{"__isSmartRef__":true,"id":62559}},"62559":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62560":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62561":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62562":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"62563":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62564":{"x":39.12381412396891,"y":10.000000000000057,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62565":{"stops":[{"__isSmartRef__":true,"id":62566},{"__isSmartRef__":true,"id":62568},{"__isSmartRef__":true,"id":62570},{"__isSmartRef__":true,"id":62572}],"vector":{"__isSmartRef__":true,"id":62560},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"62566":{"offset":0,"color":{"__isSmartRef__":true,"id":62567}},"62567":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62568":{"offset":0.4,"color":{"__isSmartRef__":true,"id":62569}},"62569":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62570":{"offset":0.6,"color":{"__isSmartRef__":true,"id":62571}},"62571":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62572":{"offset":1,"color":{"__isSmartRef__":true,"id":62573}},"62573":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62574":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62575":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","idOnLoad":"EBCECEA0-40C9-438E-B82D-BDC837B2BAAD","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"62576":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"62577":{"morph":{"__isSmartRef__":true,"id":62532},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"62578":{"x":85.7442776093583,"y":-11.582832083333244,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62579":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62580":{"createListMorph":{"__isSmartRef__":true,"id":62581},"getList":{"__isSmartRef__":true,"id":62585},"removeList":{"__isSmartRef__":true,"id":62589},"reset":{"__isSmartRef__":true,"id":62593},"onMouseUp":{"__isSmartRef__":true,"id":62597},"onBlur":{"__isSmartRef__":true,"id":62605},"setTag":{"__isSmartRef__":true,"id":62613}},"62581":{"varMapping":{"__isSmartRef__":true,"id":62582},"source":"function createListMorph() {\n var items = this.getList();\n\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\n\n var listMorph = new lively.morphic.List(extent);\n listMorph.setList(items);\n listMorph.setFontSize(10);\n\n listMorph.disableGrabbing();\n listMorph.disableDragging();\n \n connect(listMorph, 'selection', this, 'setTag');\n \n return listMorph;\n}","funcProperties":{"__isSmartRef__":true,"id":62583},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62582":{"this":{"__isSmartRef__":true,"id":62532}},"62583":{"timestamp":{"__isSmartRef__":true,"id":62584},"user":"lauritz","categories":[]},"62584":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:35:59 GMT+0100 (Mitteleuropäische Zeit)"},"62585":{"varMapping":{"__isSmartRef__":true,"id":62586},"source":"function getList() {\n if (!this.owner.target) return [''];\n\n var target = this.owner.target;\n\n var tags = Functions.own(target).collect(function (each) {\n return target[each].tags || [];\n }).flatten().uniq();\n\n var sortedTags = tags.sortBy(function(name) { \n return name.toLowerCase() \n });\n \n sortedTags.unshift('all'); \n return sortedTags;\n}","funcProperties":{"__isSmartRef__":true,"id":62587},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62586":{"this":{"__isSmartRef__":true,"id":62532}},"62587":{"timestamp":{"__isSmartRef__":true,"id":62588},"user":"lauritz","tags":[]},"62588":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:25 GMT+0100 (Mitteleuropäische Zeit)"},"62589":{"varMapping":{"__isSmartRef__":true,"id":62590},"source":"function removeList() {\n this.listMorph && this.listMorph.remove()\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":62591},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62590":{"this":{"__isSmartRef__":true,"id":62532}},"62591":{"timestamp":{"__isSmartRef__":true,"id":62592},"user":"lauritz","categories":[]},"62592":{"isSerializedDate":true,"string":"Thu Nov 17 2011 19:06:51 GMT+0100 (Mitteleuropäische Zeit)"},"62593":{"varMapping":{"__isSmartRef__":true,"id":62594},"source":"function reset() {\n this.list = [];\n this.setLabel('all');\n this.label.setAlign('left');\n this.removeList();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\n}","funcProperties":{"__isSmartRef__":true,"id":62595},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62594":{"this":{"__isSmartRef__":true,"id":62532}},"62595":{"timestamp":{"__isSmartRef__":true,"id":62596},"user":"lauritz","tags":[]},"62596":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:53 GMT+0100 (Mitteleuropäische Zeit)"},"62597":{"varMapping":{"__isSmartRef__":true,"id":62598},"source":"function onMouseUp(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n this.removeList();\n return true;\n } \n if (this.getList().size() < 2) return;\n var list = this.createListMorph();\n this.addMorph(list);\n this.listMorph = list;\n return true;\n}","funcProperties":{"__isSmartRef__":true,"id":62603},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62598":{"this":{"__isSmartRef__":true,"id":62532},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":62599}},"62599":{"$super":{"__isSmartRef__":true,"id":62600}},"62600":{"varMapping":{"__isSmartRef__":true,"id":62601},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":62602},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62601":{"obj":{"__isSmartRef__":true,"id":62532},"name":"onMouseUp"},"62602":{},"62603":{"timestamp":{"__isSmartRef__":true,"id":62604},"user":"lauritz","categories":[]},"62604":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:59:16 GMT+0100 (Mitteleuropäische Zeit)"},"62605":{"varMapping":{"__isSmartRef__":true,"id":62606},"source":"function onBlur(evt) {\n $super(evt);\n \n // workaround - otherwise other morphs get this event\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\n this.removeList();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":62611},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62606":{"this":{"__isSmartRef__":true,"id":62532},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":62607}},"62607":{"$super":{"__isSmartRef__":true,"id":62608}},"62608":{"varMapping":{"__isSmartRef__":true,"id":62609},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":62610},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62609":{"obj":{"__isSmartRef__":true,"id":62532},"name":"onBlur"},"62610":{},"62611":{"timestamp":{"__isSmartRef__":true,"id":62612},"user":"lauritz","categories":[]},"62612":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:10:03 GMT+0100 (Mitteleuropäische Zeit)"},"62613":{"varMapping":{"__isSmartRef__":true,"id":62614},"source":"function setTag(tag) {\n this.setLabel(tag || '');\n this.label.setAlign('left');\n this.owner.setTag(tag);\n}","funcProperties":{"__isSmartRef__":true,"id":62615},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62614":{"this":{"__isSmartRef__":true,"id":62532}},"62615":{"timestamp":{"__isSmartRef__":true,"id":62616},"user":"lauritz","categories":[]},"62616":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:36:12 GMT+0100 (Mitteleuropäische Zeit)"},"62617":{"submorphs":[{"__isSmartRef__":true,"id":62618}],"scripts":[],"id":"E7954648-00B9-4CF8-B63D-44010AC413B3","shape":{"__isSmartRef__":true,"id":62634},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":62638},"lighterFill":{"__isSmartRef__":true,"id":62650},"label":{"__isSmartRef__":true,"id":62618},"name":"Button","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":62659},"attributeConnections":[{"__isSmartRef__":true,"id":62660}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":62696},"renderContextTable":{"__isSmartRef__":true,"id":62697},"eventHandler":{"__isSmartRef__":true,"id":62698},"distanceToDragEvent":{"__isSmartRef__":true,"id":62699},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","87E42FF6-3862-481D-97D6-643676E15F32","4F370A81-5A80-4821-8ECC-D52B56F31E15","1C6D1DC9-2F9B-4DC4-B453-1CA45B17C516","0E8EC0BF-934B-410B-AEC2-0ECA8C8F774D","97086CE7-CD46-4035-A371-02A41D555A66","E342B91D-F54B-4DA8-8AE7-10C59CE22B41","A838C48E-4033-4688-8DCF-20659BD824FF","E9BBC453-FFF6-4EE8-BDB0-605D5D4557AE","DD123E3A-E1EF-40DE-82E9-EA8E6F5D15E4","5D26E764-C634-42B5-9DBF-09A29A7C5029","EC986366-1D98-4E21-8A89-7043623D7A47"],"_Position":{"__isSmartRef__":true,"id":62700},"owner":{"__isSmartRef__":true,"id":61246},"layout":{"__isSmartRef__":true,"id":62701},"_ClipMode":"visible","_Rotation":0,"_Scale":0.994014980014994,"__LivelyClassName__":"lively.morphic.Button"},"62618":{"submorphs":[],"scripts":[],"id":"7C2DF166-319E-48AB-9A2A-493D0F85493A","shape":{"__isSmartRef__":true,"id":62619},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":62625},"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":62626},"_Padding":{"__isSmartRef__":true,"id":62627},"owner":{"__isSmartRef__":true,"id":62617},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":62628},"textChunks":[{"__isSmartRef__":true,"id":62629}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":62631},"eventHandler":{"__isSmartRef__":true,"id":62632},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","BA4EC8D2-AB29-4F9F-B5A0-715A4746A4C4","56735895-BA99-4D98-9866-AA5DBD86237E","81041CF7-31DB-4F65-BB39-FE438A4F266F","D03829B3-268E-40A0-A440-3E4BAC344F30","714637F0-714A-4833-909B-BA4AF1B4628B","DC956E73-7398-4CAF-B6F2-9A226E344396","C1F72D31-1F49-4C0C-ACF3-C3AD7E698D2F","39386C7E-9099-4159-BFE9-80AD37319211","F63474CC-1C55-4B77-8CB0-55530DE9AAE4","896FEA5A-B14C-4BB5-B2EB-780F04327765","DE806D35-1988-44BC-9AE7-F9C1A003A9B7"],"_MinTextWidth":97,"_MinTextHeight":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":62633},"__LivelyClassName__":"lively.morphic.Text"},"62619":{"position":{"__isSmartRef__":true,"id":62620},"_Extent":{"__isSmartRef__":true,"id":62621},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":62622},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":62623},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":62624},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"62620":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62621":{"x":101,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"62622":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62623":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"62624":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62625":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62626":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62627":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62628":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62629":{"style":{"__isSmartRef__":true,"id":62630},"chunkOwner":{"__isSmartRef__":true,"id":62618},"storedString":"run","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"62630":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"62631":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"62632":{"morph":{"__isSmartRef__":true,"id":62618},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"62633":{"requiredModules":[],"idOnLoad":"DC42BDE9-0442-4EB9-8D98-E08CBFFF9E84","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"62634":{"position":{"__isSmartRef__":true,"id":62635},"_Extent":{"__isSmartRef__":true,"id":62636},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":62637},"_Fill":{"__isSmartRef__":true,"id":62638},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":62648},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":62649},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"62635":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62636":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62637":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62638":{"stops":[{"__isSmartRef__":true,"id":62639},{"__isSmartRef__":true,"id":62641},{"__isSmartRef__":true,"id":62643},{"__isSmartRef__":true,"id":62645}],"vector":{"__isSmartRef__":true,"id":62647},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"62639":{"offset":0,"color":{"__isSmartRef__":true,"id":62640}},"62640":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62641":{"offset":0.4,"color":{"__isSmartRef__":true,"id":62642}},"62642":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62643":{"offset":0.6,"color":{"__isSmartRef__":true,"id":62644}},"62644":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62645":{"offset":1,"color":{"__isSmartRef__":true,"id":62646}},"62646":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62647":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62648":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"62649":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62650":{"stops":[{"__isSmartRef__":true,"id":62651},{"__isSmartRef__":true,"id":62653},{"__isSmartRef__":true,"id":62655},{"__isSmartRef__":true,"id":62657}],"vector":{"__isSmartRef__":true,"id":62647},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"62651":{"offset":0,"color":{"__isSmartRef__":true,"id":62652}},"62652":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62653":{"offset":0.4,"color":{"__isSmartRef__":true,"id":62654}},"62654":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62655":{"offset":0.6,"color":{"__isSmartRef__":true,"id":62656}},"62656":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62657":{"offset":1,"color":{"__isSmartRef__":true,"id":62658}},"62658":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62659":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"06CE1D4A-906D-437F-B430-41152F9A227C","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"62660":{"sourceObj":{"__isSmartRef__":true,"id":62617},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":61246},"targetMethodName":"runScript","visualConnector":{"__isSmartRef__":true,"id":62661},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"62661":{"submorphs":[{"__isSmartRef__":true,"id":62662}],"scripts":[],"shape":{"__isSmartRef__":true,"id":62677},"derivationIds":[null],"id":"C89B50A0-17E7-4D22-AE1D-5112520DAEE7","renderContextTable":{"__isSmartRef__":true,"id":62684},"eventHandler":{"__isSmartRef__":true,"id":62685},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":62686},{"__isSmartRef__":true,"id":62687}],"con":{"__isSmartRef__":true,"id":62660},"showsMorphMenu":true,"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":62688},"__LivelyClassName__":"lively.morphic.Path"},"62662":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":62663},"derivationIds":[null],"id":"2A71BE9E-6820-46AF-ACED-3C9BDCC918AF","renderContextTable":{"__isSmartRef__":true,"id":62674},"eventHandler":{"__isSmartRef__":true,"id":62675},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":62676},"owner":{"__isSmartRef__":true,"id":62661},"_Rotation":-3.130064002485303,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"62663":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":62664},{"__isSmartRef__":true,"id":62665},{"__isSmartRef__":true,"id":62666},{"__isSmartRef__":true,"id":62667}],"renderContextTable":{"__isSmartRef__":true,"id":62668},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":62669},"_Extent":{"__isSmartRef__":true,"id":62670},"_Padding":{"__isSmartRef__":true,"id":62671},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":62672},"_Fill":{"__isSmartRef__":true,"id":62673},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"62664":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"62665":{"isAbsolute":true,"x":-12,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"62666":{"isAbsolute":true,"x":4,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"62667":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"62668":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"62669":{"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62670":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62671":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62672":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62673":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62674":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"62675":{"morph":{"__isSmartRef__":true,"id":62662},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"62676":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62677":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":62678},{"__isSmartRef__":true,"id":62679}],"renderContextTable":{"__isSmartRef__":true,"id":62680},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":62681},"_Extent":{"__isSmartRef__":true,"id":62682},"_Padding":{"__isSmartRef__":true,"id":62683},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":62672},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"62678":{"isAbsolute":true,"x":829.7085000406639,"y":9.565843617262885,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"62679":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"62680":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"62681":{"x":-1,"y":-1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62682":{"x":831,"y":11,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62683":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62684":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"62685":{"morph":{"__isSmartRef__":true,"id":62661},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"62686":{"morph":{"__isSmartRef__":true,"id":62661},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"62687":{"morph":{"__isSmartRef__":true,"id":62661},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":62662},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"62688":{"morphMenuItems":{"__isSmartRef__":true,"id":62689}},"62689":{"varMapping":{"__isSmartRef__":true,"id":62690},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":62695},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62690":{"this":{"__isSmartRef__":true,"id":62661},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":62691}},"62691":{"$super":{"__isSmartRef__":true,"id":62692}},"62692":{"varMapping":{"__isSmartRef__":true,"id":62693},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":62694},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62693":{"obj":{"__isSmartRef__":true,"id":62661},"name":"morphMenuItems"},"62694":{},"62695":{},"62696":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62697":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"62698":{"morph":{"__isSmartRef__":true,"id":62617},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"62699":{"x":71.99397894387357,"y":-13.030105280631261,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62700":{"x":904.7426780861912,"y":9.508591852040126,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62701":{"centeredHorizontal":false,"moveHorizontal":true},"62702":{"submorphs":[{"__isSmartRef__":true,"id":62703}],"scripts":[],"id":"68829C23-D93D-4770-ACBC-475FD541703B","shape":{"__isSmartRef__":true,"id":62719},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":62723},"lighterFill":{"__isSmartRef__":true,"id":62735},"label":{"__isSmartRef__":true,"id":62703},"name":"saveButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":62744},"attributeConnections":[{"__isSmartRef__":true,"id":62745}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":62781},"renderContextTable":{"__isSmartRef__":true,"id":62782},"eventHandler":{"__isSmartRef__":true,"id":62783},"distanceToDragEvent":{"__isSmartRef__":true,"id":62784},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","D686F0CB-027B-4CA9-8B8D-9306389B219D","F51327CB-803E-4234-BFB3-6F5252D1C936","A79280E8-6AE3-4016-AF47-CE78F71924C6","B05829EB-D452-4D81-983B-E2CE425C8260","32B117E5-52D8-4843-B80E-090B9817E099","49AC923E-5272-4E3C-8F02-4F2AED2BC4E9","85AAEA9C-5E12-4DEC-8994-9A5FE655A740","2A7FF9BF-85D3-4962-8EB4-0F7016C672EB","3BB17748-B91B-43F5-84BE-2537402A6382","E1848E9A-6086-4596-9796-93FD076B9089","F87D446B-B081-4982-8153-3F2C6CD0A925","EA8A901D-5974-4BAF-8E84-78A319764BEA"],"layout":{"__isSmartRef__":true,"id":62785},"_Position":{"__isSmartRef__":true,"id":62786},"owner":{"__isSmartRef__":true,"id":61246},"_ClipMode":"visible","_Rotation":0,"_Scale":0.9880657804942089,"__LivelyClassName__":"lively.morphic.Button"},"62703":{"submorphs":[],"scripts":[],"id":"E509E4EB-8946-4D11-813A-EF4A0EC3F820","shape":{"__isSmartRef__":true,"id":62704},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":62710},"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":62711},"_Padding":{"__isSmartRef__":true,"id":62712},"owner":{"__isSmartRef__":true,"id":62702},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":62713},"textChunks":[{"__isSmartRef__":true,"id":62714}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":62716},"eventHandler":{"__isSmartRef__":true,"id":62717},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","9AECBFB8-25A5-483F-86AD-D7CF9ABC9A25","918C6CC4-3540-4341-BAFD-B195F7807FEE","5AABB138-5EE8-40A5-AB3C-5A9625D0A353","4529D79B-4CC5-467E-91F8-661C3A5F49F8","1E5E570C-FD42-45E3-A7F6-768BB14ACD14","A13FB4E0-72F2-4E7C-A861-EDCBA1393860","B8E4C964-4FFF-4A9F-B0A9-612546B1DC8C","002A2173-D26D-4EED-8906-A489C1E158C0","63362D04-B829-41E6-9E68-5B8DB03D382F","96A392BE-37E6-44CC-A1B6-F56FBF28E714","7ECA80D8-6FF0-4E54-A0B6-E9104A9A89CB","CE592117-9AEF-4431-94F5-3C9991FBC798"],"_MinTextWidth":97,"_MinTextHeight":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":62718},"__LivelyClassName__":"lively.morphic.Text"},"62704":{"position":{"__isSmartRef__":true,"id":62705},"_Extent":{"__isSmartRef__":true,"id":62706},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":62707},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":62708},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":62709},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"62705":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62706":{"x":101,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"62707":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62708":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"62709":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62710":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62711":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62712":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62713":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62714":{"style":{"__isSmartRef__":true,"id":62715},"chunkOwner":{"__isSmartRef__":true,"id":62703},"storedString":"save","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"62715":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"62716":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"62717":{"morph":{"__isSmartRef__":true,"id":62703},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"62718":{"requiredModules":[],"idOnLoad":"58403C65-A220-496A-BEEA-F58FEBCD2D70","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"62719":{"position":{"__isSmartRef__":true,"id":62720},"_Extent":{"__isSmartRef__":true,"id":62721},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":62722},"_Fill":{"__isSmartRef__":true,"id":62723},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":62733},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":62734},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"62720":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62721":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62722":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62723":{"stops":[{"__isSmartRef__":true,"id":62724},{"__isSmartRef__":true,"id":62726},{"__isSmartRef__":true,"id":62728},{"__isSmartRef__":true,"id":62730}],"vector":{"__isSmartRef__":true,"id":62732},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"62724":{"offset":0,"color":{"__isSmartRef__":true,"id":62725}},"62725":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62726":{"offset":0.4,"color":{"__isSmartRef__":true,"id":62727}},"62727":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62728":{"offset":0.6,"color":{"__isSmartRef__":true,"id":62729}},"62729":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62730":{"offset":1,"color":{"__isSmartRef__":true,"id":62731}},"62731":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62732":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62733":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"62734":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62735":{"stops":[{"__isSmartRef__":true,"id":62736},{"__isSmartRef__":true,"id":62738},{"__isSmartRef__":true,"id":62740},{"__isSmartRef__":true,"id":62742}],"vector":{"__isSmartRef__":true,"id":62732},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"62736":{"offset":0,"color":{"__isSmartRef__":true,"id":62737}},"62737":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62738":{"offset":0.4,"color":{"__isSmartRef__":true,"id":62739}},"62739":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62740":{"offset":0.6,"color":{"__isSmartRef__":true,"id":62741}},"62741":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62742":{"offset":1,"color":{"__isSmartRef__":true,"id":62743}},"62743":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62744":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"1AEE4974-4F66-4AA0-A6DD-5CF6A18C7058","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"62745":{"sourceObj":{"__isSmartRef__":true,"id":62702},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":61742},"targetMethodName":"doSave","visualConnector":{"__isSmartRef__":true,"id":62746},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"62746":{"submorphs":[{"__isSmartRef__":true,"id":62747}],"scripts":[],"shape":{"__isSmartRef__":true,"id":62762},"derivationIds":[null],"id":"F46012D5-C8BE-4E52-BF98-D052FDAAE17A","renderContextTable":{"__isSmartRef__":true,"id":62769},"eventHandler":{"__isSmartRef__":true,"id":62770},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":62771},{"__isSmartRef__":true,"id":62772}],"con":{"__isSmartRef__":true,"id":62745},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":62773},"__LivelyClassName__":"lively.morphic.Path"},"62747":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":62748},"derivationIds":[null],"id":"A2A83C78-09B8-473C-829B-198206D7A9E4","renderContextTable":{"__isSmartRef__":true,"id":62759},"eventHandler":{"__isSmartRef__":true,"id":62760},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":62761},"owner":{"__isSmartRef__":true,"id":62746},"_Rotation":3.077607197692381,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"62748":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":62749},{"__isSmartRef__":true,"id":62750},{"__isSmartRef__":true,"id":62751},{"__isSmartRef__":true,"id":62752}],"renderContextTable":{"__isSmartRef__":true,"id":62753},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":62754},"_Extent":{"__isSmartRef__":true,"id":62755},"_Padding":{"__isSmartRef__":true,"id":62756},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":62757},"_Fill":{"__isSmartRef__":true,"id":62758},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"62749":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"62750":{"isAbsolute":true,"x":-12,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"62751":{"isAbsolute":true,"x":4,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"62752":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"62753":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"62754":{"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62755":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62756":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62757":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62758":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62759":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"62760":{"morph":{"__isSmartRef__":true,"id":62747},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"62761":{"x":201.20421122525056,"y":40.24084224505009,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62762":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":62763},{"__isSmartRef__":true,"id":62764}],"renderContextTable":{"__isSmartRef__":true,"id":62765},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":62766},"_Extent":{"__isSmartRef__":true,"id":62767},"_Padding":{"__isSmartRef__":true,"id":62768},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":62757},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"62763":{"isAbsolute":true,"x":679.4857209639925,"y":9.595948897894004,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"62764":{"isAbsolute":true,"x":201.20421122525056,"y":40.24084224505009,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"62765":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"62766":{"x":200,"y":9,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62767":{"x":480,"y":32,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62768":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62769":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"62770":{"morph":{"__isSmartRef__":true,"id":62746},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"62771":{"morph":{"__isSmartRef__":true,"id":62746},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"62772":{"morph":{"__isSmartRef__":true,"id":62746},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":62747},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"62773":{"morphMenuItems":{"__isSmartRef__":true,"id":62774}},"62774":{"varMapping":{"__isSmartRef__":true,"id":62775},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":62780},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62775":{"this":{"__isSmartRef__":true,"id":62746},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":62776}},"62776":{"$super":{"__isSmartRef__":true,"id":62777}},"62777":{"varMapping":{"__isSmartRef__":true,"id":62778},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":62779},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62778":{"obj":{"__isSmartRef__":true,"id":62746},"name":"morphMenuItems"},"62779":{},"62780":{},"62781":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62782":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"62783":{"morph":{"__isSmartRef__":true,"id":62702},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"62784":{"x":68.77671624028653,"y":-14.497241813457947,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62785":{"centeredHorizontal":false,"moveHorizontal":true},"62786":{"x":791.418985344497,"y":9.53851695196505,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62787":{"submorphs":[{"__isSmartRef__":true,"id":62788}],"scripts":[],"id":"E8437C71-2A25-47C0-BB28-77DA5B862FA6","shape":{"__isSmartRef__":true,"id":62804},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":62820},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":62808},"lighterFill":{"__isSmartRef__":true,"id":62821},"label":{"__isSmartRef__":true,"id":62788},"name":"openTestsButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":62830},"attributeConnections":[{"__isSmartRef__":true,"id":62831}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":62832},"renderContextTable":{"__isSmartRef__":true,"id":62833},"eventHandler":{"__isSmartRef__":true,"id":62834},"distanceToDragEvent":{"__isSmartRef__":true,"id":62835},"derivationIds":[7251,"84054D2E-8176-440D-B413-279956A34FC2","79434046-F834-490E-B705-0CE871D9E8B3","FF38CA79-C0DF-4F2F-8FC3-407571EF6A54","B1D50332-9F4F-4F7C-AC3F-95DC6C73EAA4","5B8D7C39-987A-4849-BFFD-3F316CE03852","F7C30F5C-7270-44B1-ADFF-7473F2012DB0","5142302E-3E9A-476B-AB24-B2448DA6D3E4","FEA3C508-593D-4BC7-B645-8B5630CF2EDE","998B5390-DE13-4D05-A800-F4AC603D1885","65BB10BA-DC60-4250-A1DC-BC7A62F7F15B","B7603252-A129-428A-BF01-3A47579E279C"],"owner":{"__isSmartRef__":true,"id":61246},"_ClipMode":"visible","_Rotation":0,"_Scale":0.9940149800149939,"__LivelyClassName__":"lively.morphic.Button"},"62788":{"submorphs":[],"scripts":[],"id":"1E3B5251-3955-48D6-9C82-FB11A810AE80","shape":{"__isSmartRef__":true,"id":62789},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":62795},"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":62796},"_Padding":{"__isSmartRef__":true,"id":62797},"owner":{"__isSmartRef__":true,"id":62787},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":62798},"textChunks":[{"__isSmartRef__":true,"id":62799}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":62801},"eventHandler":{"__isSmartRef__":true,"id":62802},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2","CB475566-05CE-43E2-B04D-EE32BC4CB718","6BB077CE-92E6-47BE-BE88-9A48488562D1","9E359973-2FDB-417B-BB06-AB34D52BD310","58F098ED-A190-44F2-B73E-80802B2CF2F6","AEA84B35-B349-4307-92C6-8F229705DFC2","A677CADF-24FF-4177-9A3A-FE9AAE7D60FE","0F875AD9-E54C-4735-9BA9-7B89574233A1","A8194A65-54EC-4815-9129-50452470B583","0590416C-3818-48B8-83EF-DB2F57F8897E","77E62CFF-2234-43B0-AC8A-E3330A43A536"],"_MinTextWidth":97,"_MinTextHeight":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":62803},"__LivelyClassName__":"lively.morphic.Text"},"62789":{"position":{"__isSmartRef__":true,"id":62790},"_Extent":{"__isSmartRef__":true,"id":62791},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":62792},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":62793},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":62794},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"62790":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62791":{"x":101,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"62792":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62793":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"62794":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62795":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62796":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62797":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62798":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62799":{"style":{"__isSmartRef__":true,"id":62800},"chunkOwner":{"__isSmartRef__":true,"id":62788},"storedString":"Tests","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"62800":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"62801":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"62802":{"morph":{"__isSmartRef__":true,"id":62788},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"62803":{"requiredModules":[],"idOnLoad":"BF1E9295-0FAC-49AE-AA70-1DAA33315BC6","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"62804":{"position":{"__isSmartRef__":true,"id":62805},"_Extent":{"__isSmartRef__":true,"id":62806},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":62807},"_Fill":{"__isSmartRef__":true,"id":62808},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":62818},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":62819},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"62805":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62806":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62807":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62808":{"stops":[{"__isSmartRef__":true,"id":62809},{"__isSmartRef__":true,"id":62811},{"__isSmartRef__":true,"id":62813},{"__isSmartRef__":true,"id":62815}],"vector":{"__isSmartRef__":true,"id":62817},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"62809":{"offset":0,"color":{"__isSmartRef__":true,"id":62810}},"62810":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62811":{"offset":0.4,"color":{"__isSmartRef__":true,"id":62812}},"62812":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62813":{"offset":0.6,"color":{"__isSmartRef__":true,"id":62814}},"62814":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62815":{"offset":1,"color":{"__isSmartRef__":true,"id":62816}},"62816":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62817":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62818":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"62819":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62820":{"x":569.4738443086164,"y":9,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62821":{"stops":[{"__isSmartRef__":true,"id":62822},{"__isSmartRef__":true,"id":62824},{"__isSmartRef__":true,"id":62826},{"__isSmartRef__":true,"id":62828}],"vector":{"__isSmartRef__":true,"id":62817},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"62822":{"offset":0,"color":{"__isSmartRef__":true,"id":62823}},"62823":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62824":{"offset":0.4,"color":{"__isSmartRef__":true,"id":62825}},"62825":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62826":{"offset":0.6,"color":{"__isSmartRef__":true,"id":62827}},"62827":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62828":{"offset":1,"color":{"__isSmartRef__":true,"id":62829}},"62829":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62830":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"5E81D90F-7522-4FDF-87D3-02B7B8B183B4","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"62831":{"sourceObj":{"__isSmartRef__":true,"id":62787},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":61246},"targetMethodName":"openPartTestRunner","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"62832":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62833":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"62834":{"morph":{"__isSmartRef__":true,"id":62787},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"62835":{"x":72.12712954861536,"y":-12.46465727058387,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62836":{"submorphs":[{"__isSmartRef__":true,"id":62837},{"__isSmartRef__":true,"id":62856}],"scripts":[],"id":"D3F3EA30-BE52-40B4-89F0-9ED9E25C33C9","shape":{"__isSmartRef__":true,"id":62868},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":62884},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":62872},"lighterFill":{"__isSmartRef__":true,"id":62885},"label":{"__isSmartRef__":true,"id":62837},"name":"ScriptableButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":62894},"attributeConnections":[{"__isSmartRef__":true,"id":62897}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":62898},"renderContextTable":{"__isSmartRef__":true,"id":62899},"eventHandler":{"__isSmartRef__":true,"id":62900},"derivationIds":[2588,"22797D34-67DE-4A06-81F0-4DF0A87ADBBC","81CB4C12-BCF0-4097-8B6D-D9419046367A","0767A57D-9BB2-48C6-9654-753D2B9D00A6","A4A83F8F-69ED-4308-9FB6-D06F13273328","89715886-1537-4093-ADC5-45A903B114A5","EB203767-7D8A-4844-AA7F-B66BAA2A6DE9"],"_ClipMode":"visible","owner":{"__isSmartRef__":true,"id":61246},"distanceToDragEvent":{"__isSmartRef__":true,"id":62901},"_Rotation":0,"_Scale":0.9920279440699439,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":62902},"__LivelyClassName__":"lively.morphic.Button"},"62837":{"submorphs":[],"scripts":[],"id":"1E64BCD7-FF88-4B35-8397-D4EDE1E8D19E","shape":{"__isSmartRef__":true,"id":62838},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":62844},"_MaxTextWidth":24,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":62845},"_Padding":{"__isSmartRef__":true,"id":62846},"owner":{"__isSmartRef__":true,"id":62836},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":62847},"textChunks":[{"__isSmartRef__":true,"id":62848},{"__isSmartRef__":true,"id":62850}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":62852},"eventHandler":{"__isSmartRef__":true,"id":62853},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[2589,"024C5ADE-C4CF-4E8E-BEC5-F93AD4839702","A2CC4D56-B9D8-4A48-B6FF-DDDD85ACDC2E","5AC5C4DE-00B0-43DB-B7F1-765674CE818B","0352BB0D-AC31-4F0C-A467-058B39939556","2839F254-4CA0-4179-A2D7-DC4A0D60F0F4","14FD943F-9707-46F1-AA3D-88E09B19FABA"],"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":24,"_MinTextHeight":null,"_FontSize":10,"_TextColor":{"__isSmartRef__":true,"id":62854},"partsBinMetaInfo":{"__isSmartRef__":true,"id":62855},"__LivelyClassName__":"lively.morphic.Text"},"62838":{"position":{"__isSmartRef__":true,"id":62839},"_Extent":{"__isSmartRef__":true,"id":62840},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":62841},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":62842},"_Padding":{"__isSmartRef__":true,"id":62843},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"62839":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62840":{"x":24,"y":24,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"62841":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62842":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"62843":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62844":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62845":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62846":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62847":{"x":24,"y":24,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62848":{"style":{"__isSmartRef__":true,"id":62849},"chunkOwner":{"__isSmartRef__":true,"id":62837},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"62849":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"62850":{"style":{"__isSmartRef__":true,"id":62851},"chunkOwner":{"__isSmartRef__":true,"id":62837},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"62851":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"62852":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"62853":{"morph":{"__isSmartRef__":true,"id":62837},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"62854":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62855":{"requiredModules":[],"idOnLoad":"18A8E2CC-7C28-4DAB-9E24-8BDCF129891A","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"62856":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":62857},"derivationIds":[null,"29E543E0-AE93-493A-A694-FC1C330D0544","F0366E4C-E97F-4C77-BEE4-340A0668ADD5","454D6446-C309-4BC0-BFBB-3E8F62427767","A76575CF-7113-4994-BBB2-5DAEAE4486E9","EC8CB82C-3C5E-4A00-8133-780F9A670040"],"id":"467F3640-91BC-407F-9053-FB0EE2F56FF4","renderContextTable":{"__isSmartRef__":true,"id":62862},"eventHandler":{"__isSmartRef__":true,"id":62863},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":62864},"owner":{"__isSmartRef__":true,"id":62836},"name":"leftpointing_magnifying_glass.png","priorExtent":{"__isSmartRef__":true,"id":62865},"isBeingDragged":false,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":62866},"eventsAreDisabled":true,"_HandStyle":"default","_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.Widgets","partsBinMetaInfo":{"__isSmartRef__":true,"id":62867},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Image"},"62857":{"_Position":{"__isSmartRef__":true,"id":62858},"renderContextTable":{"__isSmartRef__":true,"id":62859},"_Extent":{"__isSmartRef__":true,"id":62860},"_ImageURL":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAABAAAAAQBPJcTWAAAALnRFWHRUaXRsZQBMRUZULVBPSU5USU5HIE1BR05JRllJTkcgR0xBU1MgKFUrMUY1MEQpw88haQAAABV0RVh0QXV0aG9yAEFuZHJldyBNYXJjdXNl5zc3gwAAAC90RVh0U29mdHdhcmUAaW5mby5maWxlZm9ybWF0LmRhdGEuVW5pY29kZVBuZ1NlcnZsZXRoAX8wAAAAQ3RFWHREZXNjcmlwdGlvbgBodHRwOi8vd3d3LmZpbGVmb3JtYXQuaW5mby9pbmZvL3VuaWNvZGUvMWY1MGQvaW5kZXguaHRtk2hNQgAAADt0RVh0Q29weXJpZ2h0AGh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LW5jLXNhLzIuMC9siJKDAAAIDklEQVR42u1daWxVRRQeCi0tIqCAQCTIUtEIGlk0ilqEkEbiQhSKGAyCooIIggsiQuMWZNGwVMUFNIhKZBMobZClgK1FwAU3wIpSREDcUFZFEM/JOzf3vPHet9ze1/eYe77k+zNzl5nz3ZlzZntPKYFAcHojDXimmKH6cQbwZuBM4HLgx8A9wBPAU8BjwJ3ADcDFwMnArsCaYjr/0BB4DwlwjAwfL38DzgX2AdYWk3pDJnAM8E/NuN8BpwEHAq8DXgpsCswANgN2APak/BeBu7T7sQX1A9YQE8fuDwYAf2BG/JrEaefxmSjaeOAO9syNwBwxd2Q0o/7fMhr6h8Fx+oBIX346cATwF/aON6Qbc0ZH4G4y0lHgOGAdD8/Be/KAs4AFwKsdrqkHnAA8Tu8rAzYWCWz0Bh5hraKTT11fL+AH1FXlA8/SrsEu61fmW9qLFEqNAv5LRsEw9twEvKMzcAvwJ3LoHG2AW+n9B4HdgixGHhNjiccuKlbUp9aC7yoGnqflraa8A8C2QRTjMvIVaITyKI61BjnkqiILWEjvPAwcxvLqAj+nvAqH7s1oNAfupcpjeNskhnvQOQ/xYfxQCziHRVl3sjxsNfspvYSuNR4Ywn5ClT5CA7lYkUPRU0YVy4CivkVlOE7TKxa6AP+ivKlBEORe9nUO8XD/QhWay6oqmlK3dYoirTYs70FK/wd4ocli1KVIByu7XXmb9BsOPEmj76riSfZxbAM2oPQMmqLB9GUmC/I0M8AtHp9xCd3/rM8fCHISy+vH0ruaOi3Coyqv6ETPKPSpXEOZ4X9XoSl+y89sovTNJgoyklW8rw8+aKFP5apFo3SrbMNcWsnFpgmylkU19R3yY4mc0mk0j88Z62PZ5jHDV7DQugE5dkx/3CQxzlb2qt6aCF1HtJH6BHoGju4v97F8+Sp8zeRGlldCaZtMEmQAq+zICL5hpUvrwfXy19gzZvhcvj6aILNZ3ij2ETQzRZA3WWU7RrgOfQsu05YCnyLxcFS9h91fTlMgfqKdJsg6lteBpQ8wRZASVqmmUa7txvwEJ/qe8SoxGxYymK+wpnMsNGHpxviRbVShkzEatAb5iEHUSrqzQVuiUMkMf5IFGWnM/71giiAHqEL7U7iMf2gtkk/B7/M51E4qMlklvzwNymgxl+VvobQPTRCkMavkDpaelkJlbOkgyDUsv0LZu19Oe/A++BBLvyIB0ZJX9HIQhHdZBymt1BQfso9V1Jorag28PUXKN8tBkHqUV4elLTJFkM9YpVqzllOcAmXDiG6vJsZhlt+Kpc80RZBiF2eJK4fZSS5bd4fWUcTyc1n6Y6YIMpVVii+LTgFOTHLZNjoIMpTlT2fpXUwRpIcKn021gHuwcDN0ss525Cnn3fIt2DXfK3vPljGbHtK1gdcFmkNdkYTK4gz0Tgcxytg1fI6rUBkGvubA54Ta0lTFK9VYFhS/xKV18PEHX3MfYpogfPUND9DwuamFlP5oNZXlZRcxlmsDWutsCl/aNQYZWhfBnTlOceNsLq459E1wyyhwEeNvFb7ZusClrEbhNlbJoyp8Y3UejehxPWS08v/MBrbIlcr92BvfwZit7KMKOC3f3FRBcBC2mRlBnz0dpOzN17gvqrdP7+2p7PkoJz7Hrq2pCfeqMhzXasbI1/KHa/m4Y93reRFcU1mrIh8IXaLCJzpnsLyfKRozHrNZpbFF9NHyx2pGw2tWAZ8H3gW8UjmvvWdSlIQb3raq6Kdzp6vwBbOhWn5/FRCggy9lFcdN1521ax5Q0Y9B41o7nkn8Rv1/gSkS0T/crb0vV4Uv465UAUNjLerCkfAN2jUXKef19apwnYP4AynK4tfNU6m1ZlMtaK/stQZrLXu0Q6g6OIpTjoVfAK/Xnp1GDp1fhy0th1rwHLqmEbXYHkEQJYcGitwouG2onoPx0Ne8q+yDmtGIs8lPUFCgH/Q5R4XPQlt8nfKzKB9/ouNHLT/ddFEw7t+uGQbPko90GY+gOHgcoRc5+YeBj1DY3JPyGrq8qy6JdMhBDAyz8azhZLq2JRuP4HE3a6f8KhNH7k4Dt9UORqoE3qGqfiAUo7L7lX1kjfMd4H0UHGTTFMpLzH8VUAS3iN2znsQ1GugvprCvkvMYdSFouBYxPu98FdoKusblmZXUoiz0J1FuYgPUfCrXAof7S4MgimXIRVH8wwHq5vBLna9Cs8ULyEgVWrCg8zAJ79TtjGDXjSMx5kd4Fk7XB+a3uq5Sob1QfoW86JzxR2zcjjyj3/mKTafUpCAi2nPLVcB+QA379YdoGuWEBxEwars1hujIOpZQQS1jWhzvKXeIDAOBRhT+YgQ2kcYK71NLwgOauAKJ50jwpFW8J2jHKHvLKwYBuENmVxyibAiqKIlCOkVY1g8HZHkQ5SOXeTaBR9RW9vT7agp34xVlo4jiL7KoG0TjriCR4hVlk0r8EYrAtZQiZa+14wx1qzhF2Syi+C+K5VOWko8RUVJIlPc8irIhKCP6ZItSqeJbh8kSU/qHDCbKMuZT4hFlrpgxcaIUUcuJR5TdYsLEiFLIQuLMOESZJOZLnCjLyMhrabqkZRRR1qsArDQmW5SlZOxPVWhJ2E2UNRJlVQ/wi19CRv9WhXbJoCh8zb+IujVBNYqymIyPP55ZxsQoVvK78kkBrp28rXVThSJGcoE7YZ5RoTMlc8SBpw7kj2IEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgSAZ+A+0ucC4BysctgAAAABJRU5ErkJggg==","_Padding":{"__isSmartRef__":true,"id":62861},"_NodeClass":["image"],"_NodeId":"29E543E0-AE93-493A-A694-FC1C330D0544","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLoaded":true,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Image"},"62858":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62859":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","setImageURL":"setImageURLHTML","getNativeExtent":"getNativeExtentHTML"},"62860":{"x":29,"y":29,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62861":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62862":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"62863":{"morph":{"__isSmartRef__":true,"id":62856},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"62864":{"x":-3.024108360992159,"y":0.008036120330757512,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62865":{"x":28,"y":29,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62866":{"x":39.935711037353485,"y":-9.032144481323257,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62867":{"partName":"leftpointing_magnifying_glass.png","requiredModules":[],"idOnLoad":"5D071E6F-CB49-42A1-81F9-E4E3D785461B","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"62868":{"position":{"__isSmartRef__":true,"id":62869},"_Extent":{"__isSmartRef__":true,"id":62870},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":62871},"_Fill":{"__isSmartRef__":true,"id":62872},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":62882},"_Padding":{"__isSmartRef__":true,"id":62883},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"62869":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62870":{"x":24,"y":24,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62871":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62872":{"stops":[{"__isSmartRef__":true,"id":62873},{"__isSmartRef__":true,"id":62875},{"__isSmartRef__":true,"id":62877},{"__isSmartRef__":true,"id":62879}],"vector":{"__isSmartRef__":true,"id":62881},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"62873":{"offset":0,"color":{"__isSmartRef__":true,"id":62874}},"62874":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62875":{"offset":0.4,"color":{"__isSmartRef__":true,"id":62876}},"62876":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62877":{"offset":0.6,"color":{"__isSmartRef__":true,"id":62878}},"62878":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62879":{"offset":1,"color":{"__isSmartRef__":true,"id":62880}},"62880":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62881":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62882":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"62883":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62884":{"x":464.5087747493862,"y":8.483242611655214,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62885":{"stops":[{"__isSmartRef__":true,"id":62886},{"__isSmartRef__":true,"id":62888},{"__isSmartRef__":true,"id":62890},{"__isSmartRef__":true,"id":62892}],"vector":{"__isSmartRef__":true,"id":62881},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"62886":{"offset":0,"color":{"__isSmartRef__":true,"id":62887}},"62887":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62888":{"offset":0.4,"color":{"__isSmartRef__":true,"id":62889}},"62889":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62890":{"offset":0.6,"color":{"__isSmartRef__":true,"id":62891}},"62891":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62892":{"offset":1,"color":{"__isSmartRef__":true,"id":62893}},"62893":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62894":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"ScriptableButton","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":62895}],"revisionOnLoad":154251,"idOnLoad":"CB966892-770C-45D2-933D-4F5966CF94FE","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"62895":{"date":{"__isSmartRef__":true,"id":62896},"author":"robertkrahn","message":"no comment","id":"0366C0A2-0C8E-4AEB-AAC3-120434134545"},"62896":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:10:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"62897":{"sourceObj":{"__isSmartRef__":true,"id":62836},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":62836},"targetMethodName":"onFire","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"62898":{"x":24.405327095521386,"y":24.0321444813232,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62899":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"62900":{"morph":{"__isSmartRef__":true,"id":62836},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"62901":{"x":37.935711037353656,"y":-7.943747157684584,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62902":{"onFire":{"__isSmartRef__":true,"id":62903},"removeHighlighting":{"__isSmartRef__":true,"id":62907}},"62903":{"varMapping":{"__isSmartRef__":true,"id":62904},"source":"function onFire() {\n // $world.firstHand().highlightRectangle = null\n\n var hand = $world.firstHand(),\n rect = hand.highlightRectangle,\n that = this\n\n if (!rect) {\n rect = $world.loadPartItem(\"HighlightRectangle\", \"PartsBin/Tools\")\n connect(rect, \"onMouseMove\", rect, \"updateOnMove\")\n connect(rect, \"onMouseUp\", this, \"removeHighlighting\")\n connect(rect, \"onMouseUp\", this.owner, \"setTarget\",\n {converter: function () {\n return this.sourceObj.coveredMorph()\n }\n })\n hand.highlightRectangle = rect\n }\n\n if (hand.highlightConnection) {\n this.removeHighlighting()\n } else {\n $world.addMorph(rect)\n hand.highlightConnection = connect(hand, \"scrollFocusMorph\", rect, \"update\")\n // on click we need to remove, remove on update\n // connect\n }\n}","funcProperties":{"__isSmartRef__":true,"id":62905},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62904":{"this":{"__isSmartRef__":true,"id":62836}},"62905":{"timestamp":{"__isSmartRef__":true,"id":62906},"user":"timfelgentreff","tags":[]},"62906":{"isSerializedDate":true,"string":"Thu May 24 2012 17:16:33 GMT+0200 (Mitteleuropäische Sommerzeit)"},"62907":{"varMapping":{"__isSmartRef__":true,"id":62908},"source":"function removeHighlighting() {\n var hand = $world.firstHand(),\n rect = hand.highlightRectangle\n rect.remove()\n hand.attributeConnections.removeAt(\n hand.attributeConnections.indexOf(hand.highlightConnection))\n hand.highlightConnection = null\n}","funcProperties":{"__isSmartRef__":true,"id":62909},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62908":{"this":{"__isSmartRef__":true,"id":62836}},"62909":{"timestamp":{"__isSmartRef__":true,"id":62910},"user":"timfelgentreff","tags":[]},"62910":{"isSerializedDate":true,"string":"Thu May 24 2012 16:46:39 GMT+0200 (Mitteleuropäische Sommerzeit)"},"62911":{"submorphs":[{"__isSmartRef__":true,"id":62912}],"scripts":[],"id":"F83222FD-4AF5-407A-A34F-85AD9789CED9","shape":{"__isSmartRef__":true,"id":62929},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":62945},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":62933},"lighterFill":{"__isSmartRef__":true,"id":62946},"label":{"__isSmartRef__":true,"id":62912},"name":"openTestsButton1","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":62955},"attributeConnections":[{"__isSmartRef__":true,"id":62956}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":62958},"renderContextTable":{"__isSmartRef__":true,"id":62959},"eventHandler":{"__isSmartRef__":true,"id":62960},"distanceToDragEvent":{"__isSmartRef__":true,"id":62961},"derivationIds":[7251,"84054D2E-8176-440D-B413-279956A34FC2","79434046-F834-490E-B705-0CE871D9E8B3","FF38CA79-C0DF-4F2F-8FC3-407571EF6A54","B1D50332-9F4F-4F7C-AC3F-95DC6C73EAA4","5B8D7C39-987A-4849-BFFD-3F316CE03852","F7C30F5C-7270-44B1-ADFF-7473F2012DB0","5142302E-3E9A-476B-AB24-B2448DA6D3E4","FEA3C508-593D-4BC7-B645-8B5630CF2EDE","998B5390-DE13-4D05-A800-F4AC603D1885","65BB10BA-DC60-4250-A1DC-BC7A62F7F15B","B7603252-A129-428A-BF01-3A47579E279C","4DCE0C82-7BF6-4C64-8104-83FFD3D2AE15"],"_ClipMode":"visible","owner":{"__isSmartRef__":true,"id":61246},"_Rotation":0,"_Scale":0.9860906369990009,"__LivelyClassName__":"lively.morphic.Button"},"62912":{"submorphs":[],"scripts":[],"id":"959BA66D-C9A2-428A-9887-6D93CB520B83","shape":{"__isSmartRef__":true,"id":62913},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":62919},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":62920},"_Padding":{"__isSmartRef__":true,"id":62921},"owner":{"__isSmartRef__":true,"id":62911},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":62922},"textChunks":[{"__isSmartRef__":true,"id":62923}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":62925},"eventHandler":{"__isSmartRef__":true,"id":62926},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2","CB475566-05CE-43E2-B04D-EE32BC4CB718","6BB077CE-92E6-47BE-BE88-9A48488562D1","9E359973-2FDB-417B-BB06-AB34D52BD310","58F098ED-A190-44F2-B73E-80802B2CF2F6","AEA84B35-B349-4307-92C6-8F229705DFC2","A677CADF-24FF-4177-9A3A-FE9AAE7D60FE","0F875AD9-E54C-4735-9BA9-7B89574233A1","A8194A65-54EC-4815-9129-50452470B583","0590416C-3818-48B8-83EF-DB2F57F8897E","77E62CFF-2234-43B0-AC8A-E3330A43A536","041C4AD6-3C67-454C-8D5E-4FD17BDD241D"],"_MinTextWidth":101,"_MinTextHeight":null,"_FontSize":10,"_TextColor":{"__isSmartRef__":true,"id":62927},"partsBinMetaInfo":{"__isSmartRef__":true,"id":62928},"__LivelyClassName__":"lively.morphic.Text"},"62913":{"position":{"__isSmartRef__":true,"id":62914},"_Extent":{"__isSmartRef__":true,"id":62915},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":62916},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":62917},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":62918},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"62914":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62915":{"x":101,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"62916":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62917":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"62918":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62919":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62920":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62921":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62922":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62923":{"style":{"__isSmartRef__":true,"id":62924},"chunkOwner":{"__isSmartRef__":true,"id":62912},"storedString":"Classes","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"62924":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"62925":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"62926":{"morph":{"__isSmartRef__":true,"id":62912},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"62927":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62928":{"requiredModules":[],"idOnLoad":"4391AAE0-6EFD-4CE9-BB59-121803B7C65B","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"62929":{"position":{"__isSmartRef__":true,"id":62930},"_Extent":{"__isSmartRef__":true,"id":62931},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":62932},"_Fill":{"__isSmartRef__":true,"id":62933},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":62943},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":62944},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"62930":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62931":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62932":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62933":{"stops":[{"__isSmartRef__":true,"id":62934},{"__isSmartRef__":true,"id":62936},{"__isSmartRef__":true,"id":62938},{"__isSmartRef__":true,"id":62940}],"vector":{"__isSmartRef__":true,"id":62942},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"62934":{"offset":0,"color":{"__isSmartRef__":true,"id":62935}},"62935":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62936":{"offset":0.4,"color":{"__isSmartRef__":true,"id":62937}},"62937":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62938":{"offset":0.6,"color":{"__isSmartRef__":true,"id":62939}},"62939":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62940":{"offset":1,"color":{"__isSmartRef__":true,"id":62941}},"62941":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62942":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62943":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"62944":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62945":{"x":679.6846107715411,"y":9.000000000001592,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62946":{"stops":[{"__isSmartRef__":true,"id":62947},{"__isSmartRef__":true,"id":62949},{"__isSmartRef__":true,"id":62951},{"__isSmartRef__":true,"id":62953}],"vector":{"__isSmartRef__":true,"id":62942},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"62947":{"offset":0,"color":{"__isSmartRef__":true,"id":62948}},"62948":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62949":{"offset":0.4,"color":{"__isSmartRef__":true,"id":62950}},"62950":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62951":{"offset":0.6,"color":{"__isSmartRef__":true,"id":62952}},"62952":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62953":{"offset":1,"color":{"__isSmartRef__":true,"id":62954}},"62954":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62955":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"D5D85123-A299-4F51-868C-51C61F95D73F","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"62956":{"sourceObj":{"__isSmartRef__":true,"id":62911},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":61246},"targetMethodName":"openPartClassesEditor","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":62957},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"62957":{"source":{"__isSmartRef__":true,"id":62911},"target":{"__isSmartRef__":true,"id":61246}},"62958":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62959":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"62960":{"morph":{"__isSmartRef__":true,"id":62911},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"62961":{"x":68.53069610464559,"y":-11.464657270585036,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62962":{"target":{"__isSmartRef__":true,"id":61246},"selector":"update","args":[],"stopped":true,"tickTime":500,"currentTimeout":64906,"suspended":true,"__SourceModuleName__":"Global.lively.morphic.Core","__LivelyClassName__":"lively.morphic.TargetScript"},"62963":{"position":{"__isSmartRef__":true,"id":62964},"_Extent":{"__isSmartRef__":true,"id":62965},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":62966},"_Fill":{"__isSmartRef__":true,"id":62967},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":62968},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":62969},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"62964":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62965":{"x":1025.0285365288846,"y":564.612532614436,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62966":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"62967":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"62968":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"62969":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"62970":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","comment":"Edit scripts and connections of a specific morph.","migrationLevel":4,"partName":"ObjectEditorPane","changes":[{"__isSmartRef__":true,"id":62971}],"idOnLoad":"DD9A5090-1452-4043-88A0-4DC79F635562","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"62971":{"date":{"__isSmartRef__":true,"id":62972},"author":"lauritz","message":"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items."},"62972":{"isSerializedDate":true,"string":"Fri Oct 21 2011 00:39:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"62973":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"62974":{"morph":{"__isSmartRef__":true,"id":61246},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"62975":{"x":1025.0285365288846,"y":564.612532614436,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62976":{"resizeWidth":true,"resizeHeight":true,"adjustForNewBounds":true},"62977":{"x":350.2386236582805,"y":-3.2455173507596555,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62978":{"x":0.971126750461849,"y":21.45669012569269,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"62979":{},"62980":{"displayInitialScript":{"__isSmartRef__":true,"id":62981},"displayJavaScriptSource":{"__isSmartRef__":true,"id":62985},"displaySourceForConnection":{"__isSmartRef__":true,"id":62989},"displaySourceForScript":{"__isSmartRef__":true,"id":62993},"generateSourceForConnection":{"__isSmartRef__":true,"id":62997},"generateSourceForScript":{"__isSmartRef__":true,"id":63001},"generateTargetCode":{"__isSmartRef__":true,"id":63005},"newConnection":{"__isSmartRef__":true,"id":63009},"newScript":{"__isSmartRef__":true,"id":63013},"reset":{"__isSmartRef__":true,"id":63017},"selectChangedContent":{"__isSmartRef__":true,"id":63021},"setTarget":{"__isSmartRef__":true,"id":63025},"sortedConnectionNamesOfObj":{"__isSmartRef__":true,"id":63029},"sortedScriptNamesOfObj":{"__isSmartRef__":true,"id":63033},"updateLists":{"__isSmartRef__":true,"id":63037},"onShutdown":{"__isSmartRef__":true,"id":63041},"confirmUnsavedChanges":{"__isSmartRef__":true,"id":63045},"update":{"__isSmartRef__":true,"id":63049},"ensureAnnotationLayer":{"__isSmartRef__":true,"id":63053},"migrateOldScriptAnnotations":{"__isSmartRef__":true,"id":63057},"copyToPartsBinWithUserRequest":{"__isSmartRef__":true,"id":63061},"printTags":{"__isSmartRef__":true,"id":63069},"setTag":{"__isSmartRef__":true,"id":63073},"runScript":{"__isSmartRef__":true,"id":63077},"openPartTestRunner":{"__isSmartRef__":true,"id":63081},"openPartClassesEditor":{"__isSmartRef__":true,"id":63085}},"62981":{"varMapping":{"__isSmartRef__":true,"id":62982},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.preselectItem();\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.preselectItem();\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":62983},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62982":{"this":{"__isSmartRef__":true,"id":61246}},"62983":{"timestamp":{"__isSmartRef__":true,"id":62984},"user":"lauritz","tags":[]},"62984":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:13:43 GMT+0100 (Mitteleuropäische Zeit)"},"62985":{"varMapping":{"__isSmartRef__":true,"id":62986},"source":"function displayJavaScriptSource(jsCode) {\n if (this.scriptPane.hasChanged()) {\n var that = this;\n var callback = function(confirmed) {\n if (confirmed) that.scriptPane.display(jsCode)\n };\n this.confirmUnsavedChanges(callback);\n } else {\n this.scriptPane.display(jsCode);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":62987},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62986":{"this":{"__isSmartRef__":true,"id":61246}},"62987":{"timestamp":{"__isSmartRef__":true,"id":62988},"user":"lauritz","tags":[]},"62988":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"62989":{"varMapping":{"__isSmartRef__":true,"id":62990},"source":"function displaySourceForConnection(connection) {\n var code = \"\", that = this;\n if (connection === undefined) return;\n if (connection === null) {\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\"\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForConnection(connection);\n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":62991},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62990":{"this":{"__isSmartRef__":true,"id":61246}},"62991":{"timestamp":{"__isSmartRef__":true,"id":62992},"user":"conradcalmez","tags":[]},"62992":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:59:30 GMT+0100 (Mitteleuropäische Zeit)"},"62993":{"varMapping":{"__isSmartRef__":true,"id":62994},"source":"function displaySourceForScript(scriptName) {\n var code = \"\",\n that = this;\n if (scriptName === null) {\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForScript(each)).concat(\"\\n\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForScript(scriptName); \n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":62995},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62994":{"this":{"__isSmartRef__":true,"id":61246}},"62995":{"timestamp":{"__isSmartRef__":true,"id":62996},"user":"lauritz","tags":[]},"62996":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:51:37 GMT+0100 (Mitteleuropäische Zeit)"},"62997":{"varMapping":{"__isSmartRef__":true,"id":62998},"source":"function generateSourceForConnection(connection) {\n var c = connection, targetObject = this.target;\n\tif (!c.getTargetObj() || !c.getTargetObj().name || \n\t\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\n\n\tvar optConfig = []\n\tif (c.converterString)\n\t\toptConfig.push(\"converter: \\n\\t\" + c.converterString)\n\tif (c.updaterString)\n\t\toptConfig.push(\"updater: \\n\\t\" + c.updaterString)\n\treturn Strings.format('connect(%s, \"%s\", %s, \"%s\", {%s});', \n\t\t\tthis.generateTargetCode(targetObject, c.getSourceObj()),\n\t\t\tc.getSourceAttrName(),\n\t\t\tthis.generateTargetCode(targetObject, c.getTargetObj()),\n\t\t\tc.getTargetMethodName(),\n\t\t\toptConfig.join(','));\n\n}","funcProperties":{"__isSmartRef__":true,"id":62999},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"62998":{"this":{"__isSmartRef__":true,"id":61246}},"62999":{"timestamp":{"__isSmartRef__":true,"id":63000},"user":"lauritz","tags":[]},"63000":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"63001":{"varMapping":{"__isSmartRef__":true,"id":63002},"source":"function generateSourceForScript(scriptName) {\n var script = this.target[scriptName],\n annotation = '',\n scriptSource = '',\n tagScript = '';\n\n if (script.timestamp && script.user) \n annotation = Strings.format('// changed at %s by %s \\n', script.timestamp, script.user);\n scriptSource = Strings.format('this.addScript(%s)', script.getOriginal());\n tagScript = Strings.format('.tag(%s);', this.printTags(script));\n\n return annotation + scriptSource + tagScript;\n}","funcProperties":{"__isSmartRef__":true,"id":63003},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"63002":{"this":{"__isSmartRef__":true,"id":61246}},"63003":{"timestamp":{"__isSmartRef__":true,"id":63004},"user":"lauritz","tags":[]},"63004":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:32:42 GMT+0100 (Mitteleuropäische Zeit)"},"63005":{"varMapping":{"__isSmartRef__":true,"id":63006},"source":"function generateTargetCode(baseObject, targetObject) {\n\tvar name = targetObject.name;\n\tif (baseObject === targetObject) \n\t\treturn \"this\";\n\telse if (baseObject[name] === targetObject) \n\t\treturn \"this.\" + name;\n\telse if (baseObject.testObject === targetObject) \n\t\treturn \"this.testObject\";\n\telse if (baseObject.get(name) === targetObject) \n\t\treturn 'this.get(\"' + name + '\")';\n\telse if (targetObject instanceof Morph) \n\t\treturn '$morph(\"' + name + '\")';\n\telse \n\t\treturn \"????\";\n}","funcProperties":{"__isSmartRef__":true,"id":63007},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"63006":{"this":{"__isSmartRef__":true,"id":61246}},"63007":{"timestamp":{"__isSmartRef__":true,"id":63008},"user":"lauritz","tags":[]},"63008":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"63009":{"varMapping":{"__isSmartRef__":true,"id":63010},"source":"function newConnection() {\n if (this.target) {\n var code = \"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":63011},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"63010":{"this":{"__isSmartRef__":true,"id":61246}},"63011":{"timestamp":{"__isSmartRef__":true,"id":63012},"user":"lauritz","tags":[]},"63012":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"63013":{"varMapping":{"__isSmartRef__":true,"id":63014},"source":"function newScript() {\n if (this.target) {\n var code = \"this.addScript(function SCRIPTNAME() {\\n \\n}).tag([]);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":63015},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"63014":{"this":{"__isSmartRef__":true,"id":61246}},"63015":{"timestamp":{"__isSmartRef__":true,"id":63016},"user":"lauritz","tags":[]},"63016":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:24:25 GMT+0100 (Mitteleuropäische Zeit)"},"63017":{"varMapping":{"__isSmartRef__":true,"id":63018},"source":"function reset() {\n this.scriptPane = this.get('ObjectEditorScriptPane')\n this.scriptList = this.get('ObjectEditorScriptList')\n this.connectionList = this.get('ObjectEditorConnectionList')\n this.morphSelector = this.get('ObjectEditorMorphSelector')\n this.target = null;\n this.scriptPane.reset();\n this.scriptList.setList();\n this.scriptList.selection = null;\n this.connectionList.setList();\n this.connectionList.selection = null;\n this.morphSelector.reset();\n this.tagChooser.reset();\n this.currentTag = null;\n this.stopStepping();\n}","funcProperties":{"__isSmartRef__":true,"id":63019},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"63018":{"this":{"__isSmartRef__":true,"id":61246}},"63019":{"timestamp":{"__isSmartRef__":true,"id":63020},"user":"conradcalmez","tags":[]},"63020":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:57:50 GMT+0100 (Mitteleuropäische Zeit)"},"63021":{"varMapping":{"__isSmartRef__":true,"id":63022},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n return this.scriptList.selectAddedScript(addScriptMatches[0]);\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i 2) {\n\t\t\t// Polylines become a mere blob for now...\n\t\t\tvar morph = this.makeRectangle(Rectangle.unionPts(verts));\n\t\t\tmorph.setBorderWidth(lineWidth);\n\t\t\tmorph.setBorderColor(lineColor);\n\t\t\tmorph.setFill(null);\n\t\t\treturn morph;\n\t\t} \n\t\t// Okay, it's a simple line...\n\t\tvar p1 = verts[0]; var p2 = verts[1];\n\t\tvar v = p2.subPt(p1);\n \n\t\t// First make a horizontal line of the same length with origin at (0, 0)\n\t\tvar morph = this.makeRectangle(Rectangle.unionPts([pt(0, -lineWidth/2), Point.polar(v.r(), 0).addXY(0, lineWidth/2)]));\n\n\t\t// *** Not right, but we want to make position and center of rot = (0, 0):\n\t\t// morph._Position = pt(0, 0);\n\n\t\tmorph.setBorderWidth(0);\n\t\tmorph.setFill(lineColor);\n\n\t\t// Then move and rotate, with first vertex being the rotation center\n\t\tmorph.moveBy(p1);\n\t\tmorph.setOrigin(pt(0, lineWidth/2));\n\t\tmorph.isLine = true;\n\t\treturn morph.rotateBy(v.theta());\n\t}\n});","textChunks":[{"__isSmartRef__":true,"id":63688}],"_ClipMode":"auto","prevScroll":[0,0],"_FontSize":9,"owner":{"__isSmartRef__":true,"id":63586},"priorExtent":{"__isSmartRef__":true,"id":63691},"lastSyntaxHighlightTime":41,"renderContextTable":{"__isSmartRef__":true,"id":63692},"eventHandler":{"__isSmartRef__":true,"id":63693},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":840.6764200688274,"_MinTextHeight":null,"distanceToDragEvent":{"__isSmartRef__":true,"id":63694},"isBeingDragged":false,"derivationIds":[209,"04D0F127-514D-4BED-841E-6A4CEF4FFDDA","D40D5739-DE56-49F4-B02A-A4ED75AF054A","42528900-D082-4C7A-8E70-1E67923301D9","5167B7DC-8F45-4AD0-96D7-947FF3EE0BB7","D0BFE91E-6EF1-4165-A42C-CC81C9CD2050","04C1BABF-5514-417C-AE67-882A1252EB67","8B053B4D-76D1-4DCB-8E89-8E7ABA3EF3D1","CB2FFA38-BC16-4D98-A807-722CCCC26062","D19D6343-8887-4386-8B87-4560230A5D11","2FFE6CC8-A851-44E9-B6B7-9D9370DEB9C9","A1509C4A-C98B-44CF-ACF8-DA444E7A9B75","3013EDB1-7370-48ED-BF86-BFEFC8B71878"],"_Rotation":0,"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":63695},"_syntaxHighlightTimeout":null,"parseErrors":null,"priorSelectionRange":[234,219],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":63696},"__LivelyClassName__":"lively.morphic.Text"},"63680":{"position":{"__isSmartRef__":true,"id":63681},"_Extent":{"__isSmartRef__":true,"id":63682},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":63591},"_Fill":{"__isSmartRef__":true,"id":63683},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":63684},"_ClipMode":"auto","_Padding":{"__isSmartRef__":true,"id":63685},"_BorderRadius":4,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"63681":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"63682":{"x":845.6764200688274,"y":195.7127101296919,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"63683":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"63684":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"63685":{"x":3,"y":3,"width":-3,"height":-3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"63686":{"x":10,"y":230,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"63687":{"resizeWidth":true,"resizeHeight":true,"moveVertical":false,"moveHorizontal":false},"63688":{"style":{"__isSmartRef__":true,"id":63689},"chunkOwner":{"__isSmartRef__":true,"id":63679},"storedString":"// changes here only affect runtime\nlively.morphic.World.addMethods({\n loadPartItem: function (partName, optPartspaceName) {\n var optPartspaceName = optPartspaceName || 'PartsBin/NewWorld';\n var part = lively.PartsBin.getPart(partName, optPartspaceName);\n if (!part)\n \treturn;\n if (part.onCreateFromPartsBin) part.onCreateFromPartsBin();\n return part;\n }\n});","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"63689":{"color":{"__isSmartRef__":true,"id":63690},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"63690":{"r":0,"g":0.5019607843137255,"b":0,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"63691":{"x":845.6764200688274,"y":195.7127101296919,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"63692":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"63693":{"morph":{"__isSmartRef__":true,"id":63679},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"63694":{"x":582.0068382418127,"y":-20.48073201899024,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"63695":{"partName":"sourceText","requiredModules":[],"idOnLoad":"8EB2DECB-260F-4A54-86F6-0E5C7433C0C9","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"63696":{"doSave":{"__isSmartRef__":true,"id":63697},"getDoitContext":{"__isSmartRef__":true,"id":63704}},"63697":{"varMapping":{"__isSmartRef__":true,"id":63698},"source":"function doSave() {\n\t$super()\n\talertOK(\"eval all for \" + this.getDoitContext())\n\tthis.boundEval(this.textString)\n}","funcProperties":{"__isSmartRef__":true,"id":63703},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"63698":{"this":{"__isSmartRef__":true,"id":63679},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":63699}},"63699":{"$super":{"__isSmartRef__":true,"id":63700}},"63700":{"varMapping":{"__isSmartRef__":true,"id":63701},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":63702},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"63701":{"obj":{"__isSmartRef__":true,"id":63679},"name":"doSave"},"63702":{},"63703":{},"63704":{"varMapping":{"__isSmartRef__":true,"id":63705},"source":"function getDoitContext() {\n\treturn this.owner.targetObject\n}","funcProperties":{"__isSmartRef__":true,"id":63710},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"63705":{"this":{"__isSmartRef__":true,"id":63679},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":63706}},"63706":{"$super":{"__isSmartRef__":true,"id":63707}},"63707":{"varMapping":{"__isSmartRef__":true,"id":63708},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":63709},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"63708":{"obj":{"__isSmartRef__":true,"id":63679},"name":"getDoitContext"},"63709":{},"63710":{},"63711":{"submorphs":[],"scripts":[],"id":"72ECB003-06BD-4DDF-BE5F-69A74D3202B5","shape":{"__isSmartRef__":true,"id":63712},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Monaco, Courier","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":63718},"_MaxTextWidth":841.6764200688274,"_MaxTextHeight":null,"textStyle":null,"layout":{"__isSmartRef__":true,"id":63719},"charsReplaced":"","lastFindLoc":697,"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"infoText","savedTextString":"// MethodFinder (this)\n\n// ** MethodFinder's Scripts **\nthis.addScript(function browse(fileFragment) {\n\tfileFragment && fileFragment.browseIt()\n});\n\nthis.addScript(function reset() {\n\tthis.get('searchResultList').updateList([]);\n\tthis.get('searchResultList').setSelection(null);\n\tthis.get('searchText').setTextString('enter search term here');\n});\n\n\nthis.addScript(function search(searchString) {\n\tvar finds = [];\n\tvar re = new RegExp(searchString)\n\tvar i=0;\n\tvar time = Functions.timeToRun(function() {\n\tGlobal.classes(true).forEach(function(eaClass) {\n\t\tFunctions.own(eaClass.prototype)\n\t\t\t.forEach(function(eaMethod) {\n\t\t\t\ti++;\n\t\t\t\tif (eaMethod.match(re)){\n\t\t\t\t\tfinds.push([eaClass, eaMethod])\n\t\t\t\t}\t\n\t\t\t})\t\n\t})})\n\talert(\"search \" + i + \" methods, found \" + finds.length + \" methods in \" + time + \"ms\")\n\n\tvar items = finds.collect(function(ea) {\n\t\treturn {\n\t\t\tisListItem: true,\n\t\t\tvalue: ea,\n\t\t\tstring: ea[0].name + \": \" + ea[1],\n\t\t}\n\t})\n\tthis.get('searchResultList').updateList(items);\n});","textChunks":[{"__isSmartRef__":true,"id":63720}],"_ClipMode":"hidden","prevScroll":[0,0],"_FontSize":10,"priorExtent":{"__isSmartRef__":true,"id":63722},"owner":{"__isSmartRef__":true,"id":63586},"renderContextTable":{"__isSmartRef__":true,"id":63723},"eventHandler":{"__isSmartRef__":true,"id":63724},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":841.6764200688274,"_MinTextHeight":null,"distanceToDragEvent":{"__isSmartRef__":true,"id":63725},"derivationIds":[210,"E20B9061-6128-4BD4-BE8B-4B50F9BC8EA1","FFFED58E-70A3-4945-A7C8-19E2C0754BB7","1B69878E-8E43-4E25-BAE7-3D64CAE35839","2770B759-8971-45F4-8291-6DA85EBD1155","B0E0F94A-1BB3-405B-87BB-3C1199A8EB79","8EF852C4-A375-4F84-873C-4277F9A99D52","AA10C5AE-8C29-45DA-8CA5-A0E286F80E82","4B3576CB-50DD-49DF-913C-88D34002B5DC","B9692647-A99C-4A20-9C6C-3DF722D48DDE","109C8B5F-DBAA-490E-A061-CB3004CD8634","6494496E-CBF0-4256-ACA4-D7E7B674F7CE","7B312F1D-97DF-400B-B6A2-F871E0D93348"],"_Rotation":0,"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":63726},"__LivelyClassName__":"lively.morphic.Text"},"63712":{"position":{"__isSmartRef__":true,"id":63713},"_Extent":{"__isSmartRef__":true,"id":63714},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":63591},"_Fill":{"__isSmartRef__":true,"id":63715},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":63716},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":63717},"_BorderRadius":4,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"63713":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"63714":{"x":845.6764200688274,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"63715":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"63716":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"63717":{"x":2,"y":1,"width":-2,"height":-1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"63718":{"x":10,"y":200,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"63719":{"resizeWidth":true,"resizeHeight":false,"moveVertical":false,"moveHorizontal":false},"63720":{"style":{"__isSmartRef__":true,"id":63721},"chunkOwner":{"__isSmartRef__":true,"id":63711},"storedString":"module(Global.lively.morphic.Widgets)","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"63721":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"63722":{"x":845.6764200688274,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"63723":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"63724":{"morph":{"__isSmartRef__":true,"id":63711},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"63725":{"x":587.0068382418127,"y":-13.480732018990238,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"63726":{"partName":"infoText","requiredModules":[],"idOnLoad":"72ECB003-06BD-4DDF-BE5F-69A74D3202B5","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"63727":{"submorphs":[{"__isSmartRef__":true,"id":63728}],"scripts":[],"id":"4A1462BF-4DBC-452F-873C-03D60D50F523","shape":{"__isSmartRef__":true,"id":63744},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":63747},"lighterFill":{"__isSmartRef__":true,"id":63759},"label":{"__isSmartRef__":true,"id":63728},"showsHalos":false,"name":"browse","partsBinMetaInfo":{"__isSmartRef__":true,"id":63768},"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[{"__isSmartRef__":true,"id":63769}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"priorExtent":{"__isSmartRef__":true,"id":63770},"renderContextTable":{"__isSmartRef__":true,"id":63771},"eventHandler":{"__isSmartRef__":true,"id":63772},"distanceToDragEvent":{"__isSmartRef__":true,"id":63773},"_Position":{"__isSmartRef__":true,"id":63774},"owner":{"__isSmartRef__":true,"id":63586},"derivationIds":[211,"72C2FBB1-F169-43CC-AC8A-C0889FCB1663","8CF07460-17AC-4EC3-83C4-E31D52336E14","BE09102D-553E-4BB6-84A6-4D428731DD1B","2D43F043-9567-4765-A19C-7C922F0DFFE7","A77836E8-3C83-4A1D-B37A-7DDBA7FE13DE","13EB973D-FF17-4A76-AD4B-13347D80B1A9","8A92D97E-6965-49F7-B2B0-8842FB9ADCDF","662F4742-3BD8-4D39-88CB-EE97BC2306D6","8F15DC2D-892E-4B0F-83CB-8E7012281BEB","57A38C48-8036-4D85-91C8-9F60FE72DACE","5F6BEEC4-A021-4428-AC2A-14F8A4F9B68C","BF69FE04-AF9D-48BC-B4F9-5B9CFB4720D3"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Button"},"63728":{"submorphs":[],"scripts":[],"id":"910D0294-74F9-4FEA-A500-3710AC2525C3","shape":{"__isSmartRef__":true,"id":63729},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":63735},"_MaxTextWidth":78,"_MaxTextHeight":null,"padding":{"__isSmartRef__":true,"id":63736},"_Padding":{"__isSmartRef__":true,"id":63737},"owner":{"__isSmartRef__":true,"id":63727},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textStyle":null,"textChunks":[{"__isSmartRef__":true,"id":63738}],"prevScroll":[0,0],"_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":63740},"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":63741},"eventHandler":{"__isSmartRef__":true,"id":63742},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":78,"_MinTextHeight":null,"derivationIds":[212,"054FD83F-508D-488D-A011-8769DCB647DF","834D337A-5619-4055-B103-7BDAA88CD7A9","3C85FBE2-5C85-4CCF-B86A-25E65015429B","001D6261-96E2-4ACC-880A-8540815DC8D3","90FFCC86-B995-4F2F-872F-55A8A74FC99E","766B1A00-7692-4CAB-B106-01876B4D5F77","C36FA883-C0F4-47DA-B1A9-CB8D82C1C6E4","91BD5A6B-4A46-43EA-8FA0-2A5C4EFDD1A7","B8CDD839-4085-4D54-B360-5F4DAC2DD83C","C25AEC86-A78F-4355-A843-3CACF03215A8","B28C6DEB-10EF-40BF-BA3F-3BFA8EB2B14D","6943F355-5B63-4DAD-8A39-14319936A0E0"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":63743},"__LivelyClassName__":"lively.morphic.Text"},"63729":{"position":{"__isSmartRef__":true,"id":63730},"_Extent":{"__isSmartRef__":true,"id":63731},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":63732},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":63733},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":63734},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"63730":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"63731":{"x":78,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"63732":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"63733":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"63734":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"63735":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"63736":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"63737":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"63738":{"style":{"__isSmartRef__":true,"id":63739},"morph":{"__isSmartRef__":true,"id":63728},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":63728},"storedString":"browse","__LivelyClassName__":"lively.morphic.TextChunk"},"63739":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"63740":{"x":78,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"63741":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"63742":{"morph":{"__isSmartRef__":true,"id":63728},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"63743":{"requiredModules":[],"idOnLoad":"910D0294-74F9-4FEA-A500-3710AC2525C3","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"63744":{"position":{"__isSmartRef__":true,"id":63745},"_Extent":{"__isSmartRef__":true,"id":63746},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":63624},"_Fill":{"__isSmartRef__":true,"id":63747},"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":63757},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":63758},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"63745":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"63746":{"x":78,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"63747":{"stops":[{"__isSmartRef__":true,"id":63748},{"__isSmartRef__":true,"id":63750},{"__isSmartRef__":true,"id":63752},{"__isSmartRef__":true,"id":63754}],"vector":{"__isSmartRef__":true,"id":63756},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"63748":{"offset":0,"color":{"__isSmartRef__":true,"id":63749}},"63749":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"63750":{"offset":0.4,"color":{"__isSmartRef__":true,"id":63751}},"63751":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"63752":{"offset":0.6,"color":{"__isSmartRef__":true,"id":63753}},"63753":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"63754":{"offset":1,"color":{"__isSmartRef__":true,"id":63755}},"63755":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"63756":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"63757":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"63758":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"63759":{"stops":[{"__isSmartRef__":true,"id":63760},{"__isSmartRef__":true,"id":63762},{"__isSmartRef__":true,"id":63764},{"__isSmartRef__":true,"id":63766}],"vector":{"__isSmartRef__":true,"id":63756},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"63760":{"offset":0,"color":{"__isSmartRef__":true,"id":63761}},"63761":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"63762":{"offset":0.4,"color":{"__isSmartRef__":true,"id":63763}},"63763":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"63764":{"offset":0.6,"color":{"__isSmartRef__":true,"id":63765}},"63765":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"63766":{"offset":1,"color":{"__isSmartRef__":true,"id":63767}},"63767":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"63768":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","idOnLoad":"4A1462BF-4DBC-452F-873C-03D60D50F523","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"63769":{"sourceObj":{"__isSmartRef__":true,"id":63727},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":63586},"targetMethodName":"browseMethod","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"63770":{"x":77,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"63771":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"63772":{"morph":{"__isSmartRef__":true,"id":63727},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"63773":{"x":53.66458745330033,"y":-17.22490844717396,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"63774":{"x":400,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"63775":{"submorphs":[{"__isSmartRef__":true,"id":63776}],"scripts":[],"id":"4EB60D07-3973-4D62-99C7-A5427ABA5E7E","shape":{"__isSmartRef__":true,"id":63792},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":63795},"lighterFill":{"__isSmartRef__":true,"id":63807},"label":{"__isSmartRef__":true,"id":63776},"name":"Button1","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":63816},"attributeConnections":[{"__isSmartRef__":true,"id":63817}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":63853},"renderContextTable":{"__isSmartRef__":true,"id":63854},"eventHandler":{"__isSmartRef__":true,"id":63855},"distanceToDragEvent":{"__isSmartRef__":true,"id":63856},"prevScroll":[0,0],"_Position":{"__isSmartRef__":true,"id":63857},"owner":{"__isSmartRef__":true,"id":63586},"layout":{"__isSmartRef__":true,"id":63858},"derivationIds":[213,"EC7B60B8-A81F-4F24-A467-A661149CA045","DF2DEFBB-9271-4448-98A1-D2137526C2C3","EBFAF287-C65D-425B-910E-D6ADC7FA9D02","7F2E684F-7CC3-4CC4-8B18-920427491622","F7E9C68E-814B-4197-9D5B-556DCF0EC4F6","3DC305C0-5A87-4ED4-B263-5E5333B947FB","A8805225-9530-403B-977E-A2929A077DD0","0BF85746-8777-4195-949A-8733B4D79B02","8E485E0B-1832-4C7C-A5B1-D14057A7F5E3","4793FFDA-8803-44C7-97D4-27DE49B5D8D0","3FDA3264-B677-48AF-95D0-46DDD933EFBF","3350B214-FDFD-4143-8AB5-4E475C31F760"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Button"},"63776":{"submorphs":[],"scripts":[],"id":"5CDA5261-CC4A-4A0B-B7E1-24FAF280F16D","shape":{"__isSmartRef__":true,"id":63777},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":63783},"_MaxTextWidth":157.05605605605615,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":63784},"_Padding":{"__isSmartRef__":true,"id":63785},"owner":{"__isSmartRef__":true,"id":63775},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":63786},"textChunks":[{"__isSmartRef__":true,"id":63787}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":63789},"eventHandler":{"__isSmartRef__":true,"id":63790},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":157.05605605605615,"_MinTextHeight":null,"derivationIds":[214,"D88E1591-8BE5-4F54-AEB5-71BC24E2014D","FE6955F2-3796-4030-BD54-73604562225B","0F07A5A7-E04B-412A-8D91-2AA448965A0E","634A262F-940F-4590-8DB1-0738A6DF355A","221F164E-FD6F-40ED-8E18-E055A638CE93","1320C4DD-9213-40AA-A107-5EF8EBE9B22A","098E1029-F36B-4434-B20F-A2100DCCBB9A","39D48D5A-BB94-40BA-AB93-09B3B787EC3D","27F752E4-9705-4F8B-9CC4-6E5131892552","78776F49-7628-4F29-81F1-7AFC77BDAFE0","5ACE871C-A220-4C51-A9E1-9315BE30BB0A","D596A84E-3FB1-4A59-B12D-12FF54B0B37F"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":63791},"__LivelyClassName__":"lively.morphic.Text"},"63777":{"position":{"__isSmartRef__":true,"id":63778},"_Extent":{"__isSmartRef__":true,"id":63779},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":63780},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":63781},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":63782},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"63778":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"63779":{"x":157.05605605605615,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"63780":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"63781":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"63782":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"63783":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"63784":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"63785":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"63786":{"x":157.05605605605615,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"63787":{"style":{"__isSmartRef__":true,"id":63788},"chunkOwner":{"__isSmartRef__":true,"id":63776},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"search on server","__LivelyClassName__":"lively.morphic.TextChunk"},"63788":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"63789":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"63790":{"morph":{"__isSmartRef__":true,"id":63776},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"63791":{"requiredModules":[],"idOnLoad":"5CDA5261-CC4A-4A0B-B7E1-24FAF280F16D","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"63792":{"position":{"__isSmartRef__":true,"id":63793},"_Extent":{"__isSmartRef__":true,"id":63794},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":63624},"_Fill":{"__isSmartRef__":true,"id":63795},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":63805},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":63806},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"63793":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"63794":{"x":157.05605605605615,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"63795":{"stops":[{"__isSmartRef__":true,"id":63796},{"__isSmartRef__":true,"id":63798},{"__isSmartRef__":true,"id":63800},{"__isSmartRef__":true,"id":63802}],"vector":{"__isSmartRef__":true,"id":63804},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"63796":{"offset":0,"color":{"__isSmartRef__":true,"id":63797}},"63797":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"63798":{"offset":0.4,"color":{"__isSmartRef__":true,"id":63799}},"63799":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"63800":{"offset":0.6,"color":{"__isSmartRef__":true,"id":63801}},"63801":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"63802":{"offset":1,"color":{"__isSmartRef__":true,"id":63803}},"63803":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"63804":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"63805":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"63806":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"63807":{"stops":[{"__isSmartRef__":true,"id":63808},{"__isSmartRef__":true,"id":63810},{"__isSmartRef__":true,"id":63812},{"__isSmartRef__":true,"id":63814}],"vector":{"__isSmartRef__":true,"id":63804},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"63808":{"offset":0,"color":{"__isSmartRef__":true,"id":63809}},"63809":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"63810":{"offset":0.4,"color":{"__isSmartRef__":true,"id":63811}},"63811":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"63812":{"offset":0.6,"color":{"__isSmartRef__":true,"id":63813}},"63813":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"63814":{"offset":1,"color":{"__isSmartRef__":true,"id":63815}},"63815":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"63816":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"4EB60D07-3973-4D62-99C7-A5427ABA5E7E","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"63817":{"sourceObj":{"__isSmartRef__":true,"id":63775},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":63586},"targetMethodName":"searchOnServer","visualConnector":{"__isSmartRef__":true,"id":63818},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"63818":{"submorphs":[{"__isSmartRef__":true,"id":63819}],"scripts":[],"shape":{"__isSmartRef__":true,"id":63834},"id":865,"renderContextTable":{"__isSmartRef__":true,"id":63841},"eventHandler":{"__isSmartRef__":true,"id":63842},"__layered_droppingEnabled__":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":63843},{"__isSmartRef__":true,"id":63844}],"con":{"__isSmartRef__":true,"id":63817},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":63845},"__LivelyClassName__":"lively.morphic.Path"},"63819":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":63820},"id":866,"renderContextTable":{"__isSmartRef__":true,"id":63831},"eventHandler":{"__isSmartRef__":true,"id":63832},"__layered_droppingEnabled__":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":63833},"owner":{"__isSmartRef__":true,"id":63818},"_Rotation":-3.113822016996372,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"63820":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":63821},{"__isSmartRef__":true,"id":63822},{"__isSmartRef__":true,"id":63823},{"__isSmartRef__":true,"id":63824}],"renderContextTable":{"__isSmartRef__":true,"id":63825},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":63826},"_Extent":{"__isSmartRef__":true,"id":63827},"_Padding":{"__isSmartRef__":true,"id":63828},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":63829},"_Fill":{"__isSmartRef__":true,"id":63830},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"63821":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"63822":{"isAbsolute":true,"x":-12,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"63823":{"isAbsolute":true,"x":4,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"63824":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"63825":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"63826":{"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"63827":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"63828":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"63829":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"63830":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"63831":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"63832":{"morph":{"__isSmartRef__":true,"id":63819},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"63833":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"63834":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":63835},{"__isSmartRef__":true,"id":63836}],"renderContextTable":{"__isSmartRef__":true,"id":63837},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":63838},"_Extent":{"__isSmartRef__":true,"id":63839},"_Padding":{"__isSmartRef__":true,"id":63840},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":63829},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"63835":{"isAbsolute":true,"x":719.9999999999999,"y":20,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"63836":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"63837":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"63838":{"x":-1,"y":-1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"63839":{"x":721,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"63840":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"63841":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"63842":{"morph":{"__isSmartRef__":true,"id":63818},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"63843":{"morph":{"__isSmartRef__":true,"id":63818},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"63844":{"morph":{"__isSmartRef__":true,"id":63818},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":63819},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"63845":{"morphMenuItems":{"__isSmartRef__":true,"id":63846}},"63846":{"varMapping":{"__isSmartRef__":true,"id":63847},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || \n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, \n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), \n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":63852},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"63847":{"this":{"__isSmartRef__":true,"id":63818},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":63848}},"63848":{"$super":{"__isSmartRef__":true,"id":63849}},"63849":{"varMapping":{"__isSmartRef__":true,"id":63850},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":63851},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"63850":{"obj":{"__isSmartRef__":true,"id":63818},"name":"morphMenuItems"},"63851":{},"63852":{},"63853":{"x":159.05805805805812,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"63854":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"63855":{"morph":{"__isSmartRef__":true,"id":63775},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"63856":{"x":111.36105352154709,"y":-11.352025158627953,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"63857":{"x":490,"y":19,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"63858":{"moveHorizontal":false},"63859":{"submorphs":[{"__isSmartRef__":true,"id":63860}],"scripts":[],"id":"780FA62A-DC74-4BC4-88F9-1168771FC804","shape":{"__isSmartRef__":true,"id":63876},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":63891},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":63879},"lighterFill":{"__isSmartRef__":true,"id":63892},"label":{"__isSmartRef__":true,"id":63860},"name":"ScriptableButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":63901},"attributeConnections":[{"__isSmartRef__":true,"id":63902}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":63903},"renderContextTable":{"__isSmartRef__":true,"id":63904},"eventHandler":{"__isSmartRef__":true,"id":63905},"derivationIds":[2588,"8DA01C71-0A84-4A5A-8027-121F4684BB04","2F4904A6-2C6F-4A39-8C69-7C1E943F91B4","7F6F4EE1-856E-477B-8578-D99400031DBA","374C68BB-3D86-4DA0-9616-2B5320585D0E","23336C67-2F65-4D9F-9380-304876DC628F","8E57191F-E38B-4526-95AA-8D530FAC8156","7146BE6C-6AB9-4A41-89F9-0D6C1906F22C"],"owner":{"__isSmartRef__":true,"id":63586},"distanceToDragEvent":{"__isSmartRef__":true,"id":63906},"_Rotation":0,"_Scale":1,"layout":{"__isSmartRef__":true,"id":63907},"_ClipMode":"visible","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":63908},"__LivelyClassName__":"lively.morphic.Button"},"63860":{"submorphs":[],"scripts":[],"id":"A5CE9FA4-27D6-4370-8E64-87920C66674B","shape":{"__isSmartRef__":true,"id":63861},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":63867},"_MaxTextWidth":20,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":63868},"_Padding":{"__isSmartRef__":true,"id":63869},"owner":{"__isSmartRef__":true,"id":63859},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":63870},"textChunks":[{"__isSmartRef__":true,"id":63871}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":63873},"eventHandler":{"__isSmartRef__":true,"id":63874},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[2589,"784F6E71-6365-4235-A0B6-69F992BB532B","54335D65-DB12-4322-84D0-BA8B85E7ED2F","2EF9D95D-4705-44B3-8D3C-446FEDC6346B","07108773-133C-4F4A-A740-33175849E789","E58C564E-D8F3-481A-821D-447F7C7556D8","D92DDD8E-7733-4909-A5E9-049EC55E90C0","5349ED28-AA73-4C7E-8241-575E1A050868"],"_MinTextWidth":20,"_MinTextHeight":null,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":63875},"__LivelyClassName__":"lively.morphic.Text"},"63861":{"position":{"__isSmartRef__":true,"id":63862},"_Extent":{"__isSmartRef__":true,"id":63863},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":63864},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":63865},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":63866},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"63862":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"63863":{"x":20,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"63864":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"63865":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"63866":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"63867":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"63868":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"63869":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"63870":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"63871":{"style":{"__isSmartRef__":true,"id":63872},"chunkOwner":{"__isSmartRef__":true,"id":63860},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"x","__LivelyClassName__":"lively.morphic.TextChunk"},"63872":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"63873":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"63874":{"morph":{"__isSmartRef__":true,"id":63860},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"63875":{"requiredModules":[],"idOnLoad":"A5CE9FA4-27D6-4370-8E64-87920C66674B","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"63876":{"position":{"__isSmartRef__":true,"id":63877},"_Extent":{"__isSmartRef__":true,"id":63878},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":63624},"_Fill":{"__isSmartRef__":true,"id":63879},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":63889},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":63890},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"63877":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"63878":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"63879":{"stops":[{"__isSmartRef__":true,"id":63880},{"__isSmartRef__":true,"id":63882},{"__isSmartRef__":true,"id":63884},{"__isSmartRef__":true,"id":63886}],"vector":{"__isSmartRef__":true,"id":63888},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"63880":{"offset":0,"color":{"__isSmartRef__":true,"id":63881}},"63881":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"63882":{"offset":0.4,"color":{"__isSmartRef__":true,"id":63883}},"63883":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"63884":{"offset":0.6,"color":{"__isSmartRef__":true,"id":63885}},"63885":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"63886":{"offset":1,"color":{"__isSmartRef__":true,"id":63887}},"63887":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"63888":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"63889":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"63890":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"63891":{"x":836.8179038849663,"y":20.973229619022163,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"63892":{"stops":[{"__isSmartRef__":true,"id":63893},{"__isSmartRef__":true,"id":63895},{"__isSmartRef__":true,"id":63897},{"__isSmartRef__":true,"id":63899}],"vector":{"__isSmartRef__":true,"id":63888},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"63893":{"offset":0,"color":{"__isSmartRef__":true,"id":63894}},"63894":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"63895":{"offset":0.4,"color":{"__isSmartRef__":true,"id":63896}},"63896":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"63897":{"offset":0.6,"color":{"__isSmartRef__":true,"id":63898}},"63898":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"63899":{"offset":1,"color":{"__isSmartRef__":true,"id":63900}},"63900":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"63901":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"partName":"ScriptableButton","comment":"Has a script that is called on button press","idOnLoad":"780FA62A-DC74-4BC4-88F9-1168771FC804","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"63902":{"sourceObj":{"__isSmartRef__":true,"id":63859},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":63859},"targetMethodName":"onFire","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"63903":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"63904":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"63905":{"morph":{"__isSmartRef__":true,"id":63859},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"63906":{"x":34.37010312407733,"y":-11.180760580820959,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"63907":{"moveHorizontal":true},"63908":{"onFire":{"__isSmartRef__":true,"id":63909}},"63909":{"varMapping":{"__isSmartRef__":true,"id":63910},"source":"function onFire() {\n var tab = this.owner.owner.tab\n var toolPane = this.get('ToolTabPane')\n toolPane.tabBar.removeTab(tab)\n if(toolPane.tabBar.getTabs().length == 0) {\n if (toolPane.owner instanceof lively.morphic.Window)\n toolPane.owner.remove();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":63911},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"63910":{"this":{"__isSmartRef__":true,"id":63859}},"63911":{"timestamp":{"__isSmartRef__":true,"id":63912},"user":"undefined","tags":[]},"63912":{"isSerializedDate":true,"string":"Fri Feb 03 2012 16:32:27 GMT+0100 (Mitteleuropäische Zeit)"},"63913":{"position":{"__isSmartRef__":true,"id":63914},"_Extent":{"__isSmartRef__":true,"id":63915},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":63916},"_Fill":{"__isSmartRef__":true,"id":63917},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":63918},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":63919},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"63914":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"63915":{"x":872.0934621532042,"y":440.7147151397129,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"63916":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"63917":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"63918":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"63919":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"63920":{"partsSpaceName":"PartsBin/Dialogs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"requiredModules":["lively.ide"],"partName":"MethodFinderPane","comment":"Pane for new ToolTabs","changes":[{"__isSmartRef__":true,"id":63921},{"__isSmartRef__":true,"id":63923},{"__isSmartRef__":true,"id":63925},{"__isSmartRef__":true,"id":63927},{"__isSmartRef__":true,"id":63929},{"__isSmartRef__":true,"id":63931},{"__isSmartRef__":true,"id":63933},{"__isSmartRef__":true,"id":63935},{"__isSmartRef__":true,"id":63937}],"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"idOnLoad":"A512513B-FEB9-4FA0-BB4D-48CB85AA13C3","revisionOnLoad":171467,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"63921":{"date":{"__isSmartRef__":true,"id":63922},"author":"jenslincke","message":"- fixed browse Global definitions","id":"7DE86114-1D7E-4551-BC8F-E12A980A8EE9"},"63922":{"isSerializedDate":true,"string":"Thu Feb 09 2012 11:27:56 GMT+0100 (Mitteleuropäische Zeit)"},"63923":{"date":{"__isSmartRef__":true,"id":63924},"author":"athomschke","message":"adjusted close button","id":"9EBA6297-7908-4B02-81F5-2B86B2E4B73D"},"63924":{"isSerializedDate":true,"string":"Fri Feb 03 2012 16:57:09 GMT+0100 (Mitteleuropäische Zeit)"},"63925":{"date":{"__isSmartRef__":true,"id":63926},"author":"undefined","message":"","id":"47289007-8CB3-4B03-B9D1-3A8717E85DCB"},"63926":{"isSerializedDate":true,"string":"Fri Feb 03 2012 16:36:31 GMT+0100 (Mitteleuropäische Zeit)"},"63927":{"date":{"__isSmartRef__":true,"id":63928},"author":"undefined","message":"- close button behavior","id":"0AD4C501-1DC4-4DD3-AFDC-A46F4ACD2CE1"},"63928":{"isSerializedDate":true,"string":"Fri Feb 03 2012 16:32:48 GMT+0100 (Mitteleuropäische Zeit)"},"63929":{"date":{"__isSmartRef__":true,"id":63930},"author":"undefined","message":"","id":"CA16FEC1-49E5-4310-BDB6-F744F413F7EF"},"63930":{"isSerializedDate":true,"string":"Fri Feb 03 2012 15:48:35 GMT+0100 (Mitteleuropäische Zeit)"},"63931":{"date":{"__isSmartRef__":true,"id":63932},"author":"undefined","message":"","id":"73F39208-58C9-4040-9948-516A104E5049"},"63932":{"isSerializedDate":true,"string":"Fri Feb 03 2012 15:42:18 GMT+0100 (Mitteleuropäische Zeit)"},"63933":{"date":{"__isSmartRef__":true,"id":63934},"author":"undefined","message":"","id":"7A744B14-C057-4944-AFDD-CC78A910B35F"},"63934":{"isSerializedDate":true,"string":"Fri Feb 03 2012 15:40:30 GMT+0100 (Mitteleuropäische Zeit)"},"63935":{"date":{"__isSmartRef__":true,"id":63936},"author":"undefined","message":"some style adjustments","id":"DA3EFD12-8A45-454C-993B-DB12847BEF94"},"63936":{"isSerializedDate":true,"string":"Mon Mar 26 2012 13:16:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"63937":{"date":{"__isSmartRef__":true,"id":63938},"author":"robertkrahn","message":"fixed scaling","id":"AF2B30BB-64BB-427B-AEF7-FDE01E1B2202"},"63938":{"isSerializedDate":true,"string":"Sat Jun 16 2012 13:51:14 GMT+0200 (Mitteleuropäische Sommerzeit)"},"63939":{"resizeWidth":true,"resizeHeight":true,"adjustForNewBounds":true},"63940":{"x":872.0934621532042,"y":440.7147151397129,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"63941":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"63942":{"morph":{"__isSmartRef__":true,"id":63586},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"63943":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"63944":{"x":583.4236186029176,"y":-13.858684727694055,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"63945":{"search":{"__isSmartRef__":true,"id":63946},"browse":{"__isSmartRef__":true,"id":63950},"reset":{"__isSmartRef__":true,"id":63954},"setSearch":{"__isSmartRef__":true,"id":63958},"emphasizeStringIn":{"__isSmartRef__":true,"id":63961},"withAllMethodsDo":{"__isSmartRef__":true,"id":63964},"itemsFromFinds":{"__isSmartRef__":true,"id":63968},"browseMethod":{"__isSmartRef__":true,"id":63972},"openMethodInSystemBrowser":{"__isSmartRef__":true,"id":63976},"findSourceModule":{"__isSmartRef__":true,"id":63980},"searchOnServer":{"__isSmartRef__":true,"id":63984},"showLayerDefinition":{"__isSmartRef__":true,"id":63988}},"63946":{"varMapping":{"__isSmartRef__":true,"id":63947},"source":"function search(searchString) { \n this.get('searchResultList').updateList([]);\n this.get('sourceText').setTextString('');\n if (!searchString || (searchString.length < 2)) {\n this.get('sourceText').setTextString('\"' + searchString + '\" is to short');\n return;\n }\n var finds = [];\n var i=0;\n var matches = function(s) {\n return s.include(searchString)\n } \n\n // var re = new RegExp(searchString)\n var time = Functions.timeToRun(function() {\n this.withAllMethodsDo(function(object, eaMethod, type, optParent) {\n i++;\n var name;\n if (!object) return;\n\n if (object.constructor.prototype == object)\n name = object.constructor.name\n\n if (object.name) name = object.name;\n if (object.namespaceIdentifier)\n name = object.namespaceIdentifier\n\n if (object.constructor.prototype != object)\n name = name + \"(object)\"\n\n if ((object.constructor.prototype != object) && (object instanceof Morph))\n name = object.name + \"(\" + object.id + \")\"\n\n if (object === Global)\n name = \" \";\n\n if (type == \"layered\") {\n \n name = object._layered_object.constructor.type \n + \" (\" + optParent.name + \")\" \n \n }\n\n var string = name + \": \" + eaMethod; \n var item = {object: object, method: eaMethod, string: string, type: type};\n if (type == \"layered\") {\n item.layerName = optParent.name\n }\n\n if (matches(eaMethod)) {\n item.search= 'implementor',\n finds.push(item)\n return;\n } \n\n var f = object[eaMethod];\n if (!f || !f.getOriginal) return;\n var source = String(f.getOriginal())\n if (matches(source)){\n item.search = 'sender'\n finds.push(item)\n } \n })\n }.bind(this))\n this.get('sourceText').setTextString(\"search \" + i + \" methods, found \" \n + finds.length + \" methods in \" + time + \"ms\");\n var items = this.itemsFromFinds(finds)\n this.get('searchResultList').updateList(items);\n}","funcProperties":{"__isSmartRef__":true,"id":63948},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"63947":{"this":{"__isSmartRef__":true,"id":63586}},"63948":{"timestamp":{"__isSmartRef__":true,"id":63949},"user":"undefined","tags":[]},"63949":{"isSerializedDate":true,"string":"Thu Jan 19 2012 14:46:43 GMT+0100 (Mitteleuropäische Zeit)"},"63950":{"varMapping":{"__isSmartRef__":true,"id":63951},"source":"function browse(methodItem) {\n // methodItem = this.get('searchResultList').selection\n if (! methodItem) return;\n\n // deal with non method findings....\n if (methodItem.type == 'layer') {\n this.showLayerDefinition(methodItem)\n return\n } \n\n // methodItem = this.get('searchResultList').selection\n var methodName = methodItem.method;\n var object = methodItem.object;\n var orgFunc = object[methodName];\n\n if (!orgFunc || !orgFunc.getOriginal) {\n this.get('sourceText').setTextString('no source');\n return\n }\n orgFunc = orgFunc.getOriginal()\n \n this.targetFunction = orgFunc;\n this.targetObject = object;\n\n var source = \"// changes here only affect runtime\\n\", \n tab = lively.morphic.Text.prototype.tab;\n if (methodItem.layerName) {\n var partialMethod = object[methodName];\n source += methodItem.layerName + \".refineClass(\" + \n object._layered_object.constructor.type + \", {\\n\" + \n tab + methodName + \": \" + partialMethod +\"\\n})\";\n } else if (orgFunc.belongsToTrait) {\n source += \"Trait('\" + orgFunc.belongsToTrait.name + \"', {\\n\" \n + tab + methodName + \": \" + orgFunc +\"\\n})\";\n } else if (orgFunc.declaredClass) {\n source += orgFunc.declaredClass + \".addMethods({\\n\" \n + tab + methodName + \": \" \n + orgFunc + \"\\n});\"\n } else if(methodItem.type == 'extend') {\n // perhaps it is a an class object\n source += \"Object.extend(\" + (object.type || object.namespaceIdentifier) \n + \",{\\n\" + tab + methodName + \": \" \n + orgFunc + \"\\n});\"\n } else if(object.isMorph && (object.constructor.prototype !== object) ) {\n // display as script\n source = \"this.addScript(\" + orgFunc + \");\"\n } else if(object === Global) {\n // display as script\n source += \"Object.extend(Global, {\\n\" + tab + methodName + \": \" +\n orgFunc + \"\\n});\"\n }\n\n this.get('sourceText').setTextString(source)\n\n module('lively.ide.SyntaxHighlighting').load(true);\n this.get('sourceText').highlightJavaScriptSyntax();\n\n var searchText = this.get('searchText').textString;\n var m = searchText.match(/[^a-zA-Z0-9_\\.]/g)\n if(m) {\n m.forEach(function (each) {\n var escapedChar = '\\\\' + each;\n var position = searchText.search(\n new RegExp('[^\\\\\\\\]' + '\\\\' + each)) + 1;\n searchText = searchText.substring(0,position) \n + escapedChar + searchText.substr(position + 1);\n });\n }\n this.get('sourceText').emphasizeRegex(new RegExp(searchText, 'g'), {color: Color.red});\n\n var info = '' + this.findSourceModule(orgFunc);\n\n if (orgFunc.belongsToTrait)\n info += ' (' + orgFunc.belongsToTrait + \" in \" + orgFunc.belongsToTrait.sourceModule +\")\";\n\n this.get('infoText').setTextString(info)\n}","funcProperties":{"__isSmartRef__":true,"id":63952},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"63951":{"this":{"__isSmartRef__":true,"id":63586}},"63952":{"timestamp":{"__isSmartRef__":true,"id":63953},"user":"undefined","tags":[]},"63953":{"isSerializedDate":true,"string":"Thu Feb 02 2012 13:55:34 GMT+0100 (Mitteleuropäische Zeit)"},"63954":{"varMapping":{"__isSmartRef__":true,"id":63955},"source":"function reset() {\n this.doNotSerialize = ['targetFunction', 'targetObject']\n this.get('searchResultList').updateList([]);\n this.get('searchResultList').setSelection(null);\n this.get('searchText').setTextString('enter method name here');\n this.get('sourceText').setTextString('no code');\n this.get('infoText').setTextString('');\n this.targetFunction = null;\n this.targetObject = null;\n}","funcProperties":{"__isSmartRef__":true,"id":63956},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"63955":{"this":{"__isSmartRef__":true,"id":63586}},"63956":{"timestamp":{"__isSmartRef__":true,"id":63957},"user":"undefined","tags":[]},"63957":{"isSerializedDate":true,"string":"Fri Feb 03 2012 15:30:14 GMT+0100 (Mitteleuropäische Zeit)"},"63958":{"varMapping":{"__isSmartRef__":true,"id":63959},"source":"function setSearch(searchString) {\n this.get('searchText').setTextString(searchString);\n this.search(searchString)\n var list = this.get('searchResultList').getList();\n if (list.length > 0) this.get('searchResultList').setSelection(list[0])\n}","funcProperties":{"__isSmartRef__":true,"id":63960},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"63959":{"this":{"__isSmartRef__":true,"id":63586}},"63960":{},"63961":{"varMapping":{"__isSmartRef__":true,"id":63962},"source":"function emphasizeStringIn(morph, string, style) {\n var m;\n var re = new RegExp(string, \"g\");\n while(m = re.exec(morph.textString)) {\n var from = m.index,\n to = m.index + m[0].length;\n morph.emphasize(style, from, to)\n }\n}","funcProperties":{"__isSmartRef__":true,"id":63963},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"63962":{"this":{"__isSmartRef__":true,"id":63586}},"63963":{},"63964":{"varMapping":{"__isSmartRef__":true,"id":63965},"source":"function withAllMethodsDo(func) {\n var visited = [];\n\n cop.allLayers().forEach(function(layer) {\n func(eval(layer.namespaceName), layer.name, 'layer')\n layer.layeredObjects().forEach(function(obj) {\n var layerDef = cop.getLayerDefinitionForObject(layer, obj)\n Functions.own(layerDef).forEach(function(eaMethod) {\n func(layerDef, eaMethod, 'layered', layer)\n });\n });\n }); \n\n\n Functions.own(Global).forEach(function(eaMethod) {\n func(Global, eaMethod, 'global')\n }); \n\n this.world().withAllSubmorphsDo(function(ea) {\n Functions.own(ea).forEach(function(eaMethod) {\n func(ea, eaMethod, 'script')\n }); \n });\n\n Global.subNamespaces(true).forEach(function(ea) {\n Functions.own(ea).forEach(function(eaMethod) {\n func(ea, eaMethod, 'extend')\n }); \n });\n\n Global.classes(true).uniq().forEach(function(eaClass) {\n Functions.own(eaClass).forEach(function(eaMethod) {\n func(eaClass, eaMethod, 'extend')\n }); \n\n Functions.own(eaClass.prototype).forEach(function(eaMethod) {\n func(eaClass.prototype, eaMethod, 'class')\n }) \n })\n}","funcProperties":{"__isSmartRef__":true,"id":63966},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"63965":{"this":{"__isSmartRef__":true,"id":63586}},"63966":{"timestamp":{"__isSmartRef__":true,"id":63967},"user":"undefined","tags":[]},"63967":{"isSerializedDate":true,"string":"Thu Jan 19 2012 14:41:57 GMT+0100 (Mitteleuropäische Zeit)"},"63968":{"varMapping":{"__isSmartRef__":true,"id":63969},"source":"function itemsFromFinds(finds) {\n var searchString = this.get('searchText').textString;\n var items = finds.collect(function(ea) {\n var pref = \"\" + ea.type + \" \";\n if (ea.search == \"sender\") pref += \"full: \"\n if (ea.search == \"implementor\") pref += \"name: \"\n var string = pref + ea.string;\n var func = ea.object[ea.method];\n if (func.belongsToTrait) \n string += ' / ' + func.belongsToTrait + '' \n\n var result = {\n isListItem: true,\n value: ea,\n string: string,\n doNotSerialize: ['value'],\n priority: {implementor: \"B\", sender: \"C\"}[ea.search] || \"D\",\n };\n if (ea.method == searchString) result.priority = \"A\"\n return result\n })\n items = items.sortBy(function(ea) {return ea.priority + ea.string})\n return items\n}","funcProperties":{"__isSmartRef__":true,"id":63970},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"63969":{"this":{"__isSmartRef__":true,"id":63586}},"63970":{"timestamp":{"__isSmartRef__":true,"id":63971},"user":"undefined","tags":[]},"63971":{"isSerializedDate":true,"string":"Fri Feb 03 2012 15:31:52 GMT+0100 (Mitteleuropäische Zeit)"},"63972":{"varMapping":{"__isSmartRef__":true,"id":63973},"source":"function browseMethod() {\n alertOK('browseMethod')\n var methodItem = this.get('searchResultList').selection;\n if (methodItem.type == 'layer') {\n var layer = methodItem.object[methodItem.method];\n this.openMethodInSystemBrowser(methodItem.method, \n undefined, layer.sourceModule);\n return\n }\n\n if (!this.targetFunction) return;\n var methodName = this.targetFunction.methodName || this.targetFunction.displayName; \n if(this.targetFunction.declaredClass) {\n var classObj = eval(this.targetFunction.declaredClass)\n this.openMethodInSystemBrowser(classObj.type, methodName);\n return;\n }\n if(this.targetFunction.belongsToTrait) {\n this.openMethodInSystemBrowser(this.targetFunction.belongsToTrait.name, methodName);\n return;\n }\n if(Class.isClass(this.targetObject)) {\n this.openMethodInSystemBrowser(this.targetObject.type, methodName);\n return;\n }\n if(this.targetObject.namespaceIdentifier) {\n this.openMethodInSystemBrowser(this.targetObject.namespaceIdentifier, methodName);\n return;\n }\n if(this.targetObject instanceof lively.morphic.Morph) {\n var editor = this.world().openObjectEditorFor(this.targetObject);\n editor.align(editor.bounds().center(), this.world().visibleBounds().center());\n return;\n }\n if (Class.isClass(this.targetFunction)) {\n // constructor\n this.openMethodInSystemBrowser(this.targetFunction.displayName);\n return;\n }\n \n alertOK('not implemented yet for ' + this.targetFunction)\n}","funcProperties":{"__isSmartRef__":true,"id":63974},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"63973":{"this":{"__isSmartRef__":true,"id":63586}},"63974":{"timestamp":{"__isSmartRef__":true,"id":63975},"user":"undefined","tags":[]},"63975":{"isSerializedDate":true,"string":"Thu Jan 19 2012 16:54:12 GMT+0100 (Mitteleuropäische Zeit)"},"63976":{"varMapping":{"__isSmartRef__":true,"id":63977},"source":"function openMethodInSystemBrowser(objectName, methodName, optSourceModule) {\n if (objectName)\n objectName = objectName.replace(/^Global\\./,\"\");\n // alertOK(\"browse \" + objectName + \":\" + methodName)\n // objectName = 'SelectionMorphTrait', methodName = 'onDrag'\n var sourceModule = optSourceModule ||\n this.findSourceModule(this.targetFunction);\n if (!sourceModule) \n alert('could not browse, since no source module found!')\n var uri = new URL(sourceModule.uri()),\n relative = uri.relativePathFrom(new URL(Config.codeBase)),\n moduleNode = lively.ide.startSourceControl().addModule(relative),\n rootNode = moduleNode.ast();\n\n var fileFragments = rootNode.subElements(10).select(function(ea) {\n var path = ea.getOwnerNamePath()\n if (objectName == \"Global\")\n return path.include(methodName);\n return path.include(objectName) && (!methodName || path.include(methodName)) \n });\n \n\n\n // alertOK(\"found following places to browse: \" + fileFragments)\n if (fileFragments.length > 0) {\n fileFragments[0].browseIt()\n } else {\n alert(\"browse failed. Nothing found for \" + objectName + \">>\" + methodName + \" in \" + sourceModule.uri());\n rootNode.browseIt();\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":63978},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"63977":{"this":{"__isSmartRef__":true,"id":63586}},"63978":{"timestamp":{"__isSmartRef__":true,"id":63979},"user":"jenslincke","tags":[]},"63979":{"isSerializedDate":true,"string":"Thu Feb 09 2012 11:27:23 GMT+0100 (Mitteleuropäische Zeit)"},"63980":{"varMapping":{"__isSmartRef__":true,"id":63981},"source":"function findSourceModule(funcObj) {\n if (this.targetFunction.belongsToTrait) \n return this.targetFunction.belongsToTrait.sourceModule\n if (funcObj.sourceModule)\n return funcObj.sourceModule;\n // look in the class\n if (!funcObj.sourceModule && funcObj.declaredClass) {\n var classObj = eval(funcObj.declaredClass)\n return classObj.sourceModule\n }\n}","funcProperties":{"__isSmartRef__":true,"id":63982},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"63981":{"this":{"__isSmartRef__":true,"id":63586}},"63982":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":63983}},"63983":{"isSerializedDate":true,"string":"Fri Nov 04 2011 15:27:13 GMT+0100 (Mitteleuropäische Zeit)"},"63984":{"varMapping":{"__isSmartRef__":true,"id":63985},"source":"function searchOnServer() {\n var serverSearch = this.world().openPartItem('ServerSearch', 'PartsBin/Tools'); \n serverSearch.setSearch(this.get('searchText').textString)\n}","funcProperties":{"__isSmartRef__":true,"id":63986},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"63985":{"this":{"__isSmartRef__":true,"id":63586}},"63986":{"timestamp":{"__isSmartRef__":true,"id":63987},"user":"jenslincke","categories":[]},"63987":{"isSerializedDate":true,"string":"Fri Nov 18 2011 11:40:23 GMT+0100 (Mitteleuropäische Zeit)"},"63988":{"varMapping":{"__isSmartRef__":true,"id":63989},"source":"function showLayerDefinition(methodItem) {\n var info = \"layer definition\" \n var source = \"TODO: print layer def here...\"\n this.get('infoText').setTextString(info)\n this.get('sourceText').setTextString(source)\n}","funcProperties":{"__isSmartRef__":true,"id":63990},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"63989":{"this":{"__isSmartRef__":true,"id":63586}},"63990":{"timestamp":{"__isSmartRef__":true,"id":63991},"user":"undefined","tags":[]},"63991":{"isSerializedDate":true,"string":"Thu Jan 19 2012 15:30:43 GMT+0100 (Mitteleuropäische Zeit)"},"63992":{"_Position":{"__isSmartRef__":true,"id":63993},"renderContextTable":{"__isSmartRef__":true,"id":63994},"_Extent":{"__isSmartRef__":true,"id":63915},"_Padding":{"__isSmartRef__":true,"id":63995},"_NodeClass":["morph","tabpane"],"_NodeId":"morph-3106d571-304f-4143-9134-99714e5bb072","_Fill":{"__isSmartRef__":true,"id":63996},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":63581},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"63993":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"63994":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"63995":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"63996":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"63997":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"63998":{"morph":{"__isSmartRef__":true,"id":63585},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"63999":{"x":872.0934621532042,"y":440.7147151397129,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64000":{"adjustForNewBounds":true,"resizeWidth":true,"resizeHeight":true},"64001":{"x":0,"y":30,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64002":{"x":90,"y":30,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64003":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64004":{"submorphs":[{"__isSmartRef__":true,"id":64005},{"__isSmartRef__":true,"id":64016}],"scripts":[],"shape":{"__isSmartRef__":true,"id":64045},"derivationIds":[null],"id":"38D884D0-7E3D-4710-A8E0-D3892E3CC1DC","renderContextTable":{"__isSmartRef__":true,"id":64050},"eventHandler":{"__isSmartRef__":true,"id":64051},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"tabBar":{"__isSmartRef__":true,"id":63534},"tabBarOffset":90,"layout":{"__isSmartRef__":true,"id":64052},"pane":{"__isSmartRef__":true,"id":64053},"label":{"__isSmartRef__":true,"id":64005},"name":"S:getPart","grabbingEnabled":false,"draggingEnabled":false,"priorExtent":{"__isSmartRef__":true,"id":64516},"closeButton":{"__isSmartRef__":true,"id":64016},"owner":{"__isSmartRef__":true,"id":63534},"_Position":{"__isSmartRef__":true,"id":64517},"isActive":true,"__LivelyClassName__":"lively.morphic.Tab","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"64005":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":64006},"derivationIds":[null],"id":"440CA203-8A31-47AB-B75E-3062A94C2F19","renderContextTable":{"__isSmartRef__":true,"id":64010},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":64011}],"eventHandler":{"__isSmartRef__":true,"id":64013},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"_Position":{"__isSmartRef__":true,"id":64014},"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"eventsAreDisabled":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":64004},"priorExtent":{"__isSmartRef__":true,"id":64015},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"64006":{"_Position":{"__isSmartRef__":true,"id":64007},"renderContextTable":{"__isSmartRef__":true,"id":64008},"_Extent":{"__isSmartRef__":true,"id":64009},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-440ca203-8a31-47ab-b75e-3062a94c2f19","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"64007":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64008":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"64009":{"x":63,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64010":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"64011":{"style":{"__isSmartRef__":true,"id":64012},"chunkOwner":{"__isSmartRef__":true,"id":64005},"storedString":"S:getPart","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"64012":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"64013":{"morph":{"__isSmartRef__":true,"id":64005},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"64014":{"x":5,"y":5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64015":{"x":80,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64016":{"submorphs":[{"__isSmartRef__":true,"id":64017}],"scripts":[],"shape":{"__isSmartRef__":true,"id":64027},"derivationIds":[null],"id":"EC531E5A-6072-461A-AE6A-C527EF07A2BF","renderContextTable":{"__isSmartRef__":true,"id":64038},"eventHandler":{"__isSmartRef__":true,"id":64039},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":64017},"priorExtent":{"__isSmartRef__":true,"id":64040},"owner":{"__isSmartRef__":true,"id":64004},"_Position":{"__isSmartRef__":true,"id":64041},"layout":{"__isSmartRef__":true,"id":64042},"attributeConnections":[{"__isSmartRef__":true,"id":64043}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"isPressed":false,"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"64017":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":64018},"derivationIds":[null],"id":"304AEDF5-E597-44C3-B7C1-75B9BD45F3C4","renderContextTable":{"__isSmartRef__":true,"id":64022},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":64023}],"eventHandler":{"__isSmartRef__":true,"id":64025},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":64016},"isLabel":true,"_HandStyle":"default","_TextColor":{"__isSmartRef__":true,"id":118},"_Align":"center","eventsAreIgnored":true,"priorExtent":{"__isSmartRef__":true,"id":64026},"_MaxTextWidth":20,"_MinTextWidth":20,"_MaxTextHeight":null,"_MinTextHeight":null,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"64018":{"_Position":{"__isSmartRef__":true,"id":64019},"renderContextTable":{"__isSmartRef__":true,"id":64020},"_Extent":{"__isSmartRef__":true,"id":64021},"_Padding":{"__isSmartRef__":true,"id":7607},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-304aedf5-e597-44c3-b7c1-75b9bd45f3c4","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"64019":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64020":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"64021":{"x":20,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64022":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"64023":{"style":{"__isSmartRef__":true,"id":64024},"chunkOwner":{"__isSmartRef__":true,"id":64017},"storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"64024":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"64025":{"morph":{"__isSmartRef__":true,"id":64017},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"64026":{"x":20,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64027":{"_Position":{"__isSmartRef__":true,"id":64028},"renderContextTable":{"__isSmartRef__":true,"id":64029},"_Extent":{"__isSmartRef__":true,"id":64026},"_Padding":{"__isSmartRef__":true,"id":64030},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":144},"_BorderRadius":5,"_NodeClass":["morph","button"],"_NodeId":"morph-ec531e5a-6072-461a-ae6a-c527ef07a2bf","_Fill":{"__isSmartRef__":true,"id":64031},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"64028":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64029":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"64030":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64031":{"stops":[{"__isSmartRef__":true,"id":64032},{"__isSmartRef__":true,"id":64034},{"__isSmartRef__":true,"id":64035},{"__isSmartRef__":true,"id":64036}],"vector":{"__isSmartRef__":true,"id":153},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"64032":{"offset":0,"color":{"__isSmartRef__":true,"id":64033}},"64033":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64034":{"offset":0.3,"color":{"__isSmartRef__":true,"id":149}},"64035":{"offset":0.7,"color":{"__isSmartRef__":true,"id":149}},"64036":{"offset":1,"color":{"__isSmartRef__":true,"id":64037}},"64037":{"r":0.7973333333333334,"g":0.7973333333333334,"b":0.7973333333333334,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64038":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"64039":{"morph":{"__isSmartRef__":true,"id":64016},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"64040":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64041":{"x":67,"y":6,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64042":{"moveHorizontal":true},"64043":{"sourceObj":{"__isSmartRef__":true,"id":64016},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":64004},"targetMethodName":"closeTab","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":64044},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"64044":{"source":{"__isSmartRef__":true,"id":64016},"target":{"__isSmartRef__":true,"id":64004}},"64045":{"_Position":{"__isSmartRef__":true,"id":64046},"renderContextTable":{"__isSmartRef__":true,"id":64047},"_Extent":{"__isSmartRef__":true,"id":64048},"_Padding":{"__isSmartRef__":true,"id":64049},"_NodeClass":["morph","tab"],"_NodeId":"morph-38d884d0-7e3d-4710-a8e0-d3892e3cc1dc","_Fill":{"__isSmartRef__":true,"id":233},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":63581},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"64046":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64047":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"64048":{"x":90,"y":30,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64049":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64050":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"64051":{"morph":{"__isSmartRef__":true,"id":64004},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"64052":{"adjustForNewBounds":true},"64053":{"submorphs":[{"__isSmartRef__":true,"id":64054}],"scripts":[],"shape":{"__isSmartRef__":true,"id":64506},"derivationIds":[null],"id":"611EF698-7D60-4805-883A-238BEA95C573","renderContextTable":{"__isSmartRef__":true,"id":64511},"eventHandler":{"__isSmartRef__":true,"id":64512},"_ClipMode":"scroll","droppingEnabled":true,"halosEnabled":true,"tab":{"__isSmartRef__":true,"id":64004},"tabBar":{"__isSmartRef__":true,"id":63534},"priorExtent":{"__isSmartRef__":true,"id":64513},"layout":{"__isSmartRef__":true,"id":64514},"grabbingEnabled":false,"draggingEnabled":false,"name":"S:getPart - Pane","owner":{"__isSmartRef__":true,"id":63533},"_Position":{"__isSmartRef__":true,"id":64515},"__LivelyClassName__":"lively.morphic.TabPane","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"64054":{"submorphs":[{"__isSmartRef__":true,"id":64055},{"__isSmartRef__":true,"id":64072},{"__isSmartRef__":true,"id":64121},{"__isSmartRef__":true,"id":64195},{"__isSmartRef__":true,"id":64226},{"__isSmartRef__":true,"id":64242},{"__isSmartRef__":true,"id":64290},{"__isSmartRef__":true,"id":64374}],"scripts":[],"id":"00FBCF2B-FDBA-466D-832E-78DE8CC3ADC2","shape":{"__isSmartRef__":true,"id":64428},"__layered_droppingEnabled__":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"MethodFinderPane2","partsBinMetaInfo":{"__isSmartRef__":true,"id":64434},"__SourceModuleName__":"Global.lively.morphic.Core","isCopyMorphRef":true,"morphRefId":1,"layout":{"__isSmartRef__":true,"id":64453},"priorExtent":{"__isSmartRef__":true,"id":64454},"renderContextTable":{"__isSmartRef__":true,"id":64455},"eventHandler":{"__isSmartRef__":true,"id":64456},"attributeConnections":[],"doNotSerialize":["targetFunction","targetObject"],"doNotCopyProperties":[],"prevScroll":[0,0],"isBeingDragged":false,"_Position":{"__isSmartRef__":true,"id":64457},"derivationIds":[204,"90F6ED76-D56E-436C-96E7-CBFE7106283E","53162F18-6DD1-4230-B30F-EC4BA7B7A9ED","73F374A9-9CEE-4D2E-8BA6-030971E02396","0859BA09-FE36-4B7E-85B5-A141B84A252C","AB402971-988F-4D01-AE49-87C1AFEAA1C3","A80F8C19-12D2-49AF-941A-2454433D2A59","9370F962-CBB6-42C0-8F15-79D0F66045FD","2F24C0FF-1360-4C35-BE22-B5DE5FFAB3F4","81FC43AC-A19A-48A5-B854-601A302E5585","BBF2876B-A928-4012-A9BD-A39052E30483","3E2C739C-3BA6-4C2C-B7FB-A726AA7015BB","B55E78F3-F8DB-4034-91E7-0D1B364B82DA"],"distanceToDragEvent":{"__isSmartRef__":true,"id":64458},"moved":true,"_Rotation":0,"_Scale":1,"_ClipMode":"visible","owner":{"__isSmartRef__":true,"id":64053},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":64459},"__LivelyClassName__":"lively.morphic.Box"},"64055":{"submorphs":[],"scripts":[],"id":"BC15E5C8-2DF0-49B2-8640-FFC2E84C8CF4","shape":{"__isSmartRef__":true,"id":64056},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":64062},"_MaxTextWidth":287,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":64063},"showsHalos":false,"_FontSize":13,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"searchText","partsBinMetaInfo":{"__isSmartRef__":true,"id":64064},"owner":{"__isSmartRef__":true,"id":64054},"charsReplaced":"enter method name here","lastFindLoc":22,"attributeConnections":[{"__isSmartRef__":true,"id":64065}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"isInputLine":true,"_WhiteSpaceHandling":"pre-wrap","allowInput":true,"textChunks":[{"__isSmartRef__":true,"id":64066}],"prevScroll":[0,0],"_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":64068},"lastSearchString":"prev","renderContextTable":{"__isSmartRef__":true,"id":64069},"eventHandler":{"__isSmartRef__":true,"id":64070},"_MinTextWidth":287,"_MinTextHeight":null,"previousSelection":[0,0],"distanceToDragEvent":{"__isSmartRef__":true,"id":64071},"isBeingDragged":false,"derivationIds":[205,"63CD6525-ECE4-4F52-A84B-27633C22F3F9","D7B775A2-513B-4768-AB24-6718580E61A9","FE8FA703-C984-4702-8139-2C4E9353FB41","2C124317-773E-498D-BB6D-9BEC99637AF3","BFDC0BE7-0289-4FA0-A2EC-14EF2BA09445","E16771FE-0062-4803-9678-9625DB0CFBFA","B9D2EC7D-E050-4D3D-8ABC-52D8ACA55936","196DC9F1-78FF-488F-80AB-8129A171A1C9","F2FB3FCC-8AE2-4DFB-AD6F-3DE2513762B0","4897081D-DCA7-4D33-B262-00412C9821FD","9DEE84F9-6727-4802-BD51-456C40E212F1","3868C69C-36F7-42FF-95C8-191FBE40BCA2"],"savedTextString":"bla","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"64056":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":64057},"_Extent":{"__isSmartRef__":true,"id":64058},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":64059},"renderContextTable":{"__isSmartRef__":true,"id":64060},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":64061},"_BorderRadius":4,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"64057":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64058":{"x":292,"y":25,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64059":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64060":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"64061":{"x":3,"y":3,"width":-3,"height":-3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64062":{"x":10,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64063":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64064":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","idOnLoad":"BC15E5C8-2DF0-49B2-8640-FFC2E84C8CF4","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"64065":{"sourceObj":{"__isSmartRef__":true,"id":64055},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":64054},"targetMethodName":"search","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"64066":{"style":{"__isSmartRef__":true,"id":64067},"chunkOwner":{"__isSmartRef__":true,"id":64055},"storedString":"getPart","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"64067":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"64068":{"x":292,"y":25,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64069":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"64070":{"morph":{"__isSmartRef__":true,"id":64055},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"64071":{"x":199.7085210421884,"y":-15.498997494989453,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64072":{"submorphs":[{"__isSmartRef__":true,"id":64073}],"scripts":[],"id":"50E0A813-BFC5-4245-976D-CE39023D83F7","shape":{"__isSmartRef__":true,"id":64089},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":64105},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":64093},"lighterFill":{"__isSmartRef__":true,"id":64106},"label":{"__isSmartRef__":true,"id":64073},"showsHalos":false,"name":"searchButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":64115},"__SourceModuleName__":"Global.lively.morphic.Widgets","owner":{"__isSmartRef__":true,"id":64054},"attributeConnections":[{"__isSmartRef__":true,"id":64116}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"priorExtent":{"__isSmartRef__":true,"id":64117},"renderContextTable":{"__isSmartRef__":true,"id":64118},"eventHandler":{"__isSmartRef__":true,"id":64119},"distanceToDragEvent":{"__isSmartRef__":true,"id":64120},"derivationIds":[206,"CB9026E7-BAD5-49AB-B6E0-88B46D561743","C2FEDA8A-ABCE-426D-BB39-F8B4C0CCBE5F","21DC60CF-D1A0-4B54-9B91-F82A50CF8D3A","6E0B3DCD-9AD6-4AAF-A854-252E628FC222","457022C0-0CD0-426F-89B8-DAA8E3AA15C0","AE87A8FC-A7FF-40D5-B8B3-351194957A1B","0107A29A-C954-43A8-82FD-CEE77E946A25","E82E1B35-1C20-4BE4-A5CB-0936E7D4AD20","7485F277-13B5-4FF4-9B90-10385A227006","216A87FA-4CA8-4657-886E-D2EE1398E86F","051E1CDB-3E9B-41A7-89A7-24E539E5FA37","94585AAD-3EC1-42EB-9974-C981FF5A4539"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","isPressed":false,"__LivelyClassName__":"lively.morphic.Button"},"64073":{"submorphs":[],"scripts":[],"id":"264C8B5D-313E-4D65-973F-AC76923A3976","shape":{"__isSmartRef__":true,"id":64074},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":64080},"_MaxTextWidth":77,"_MaxTextHeight":null,"padding":{"__isSmartRef__":true,"id":64081},"_Padding":{"__isSmartRef__":true,"id":64082},"owner":{"__isSmartRef__":true,"id":64072},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textStyle":null,"textChunks":[{"__isSmartRef__":true,"id":64083}],"prevScroll":[0,0],"_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":64085},"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":64086},"eventHandler":{"__isSmartRef__":true,"id":64087},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":77,"_MinTextHeight":null,"derivationIds":[207,"9A623BA1-A240-454B-B0DD-53932A371FB3","9E828467-210E-44D4-8E3D-17C5F92B1AAE","75AF52F1-0E7E-419A-BC00-5CCC0D52CEDC","F3C81240-9550-45C3-8B7A-8A3C0ED15BE6","70D8CC33-5AEE-45B5-AC0B-B9A6350C7F51","C80D2176-BA4F-4DCF-88D8-540ADE03E6B9","CB9FE42C-61BF-409D-9CC7-1F1B094C61FA","BF7D1270-418D-46A3-95E5-991F82DAD8C6","CDA433D8-442B-4D3A-A58E-F9C5FCED9086","039DDED5-FFAA-423A-99F2-2236BB594511","E618043F-74DF-4D4A-991F-5AA47FD766F8","B41F9418-E248-400B-AD6D-4963C128AB45"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":64088},"__LivelyClassName__":"lively.morphic.Text"},"64074":{"position":{"__isSmartRef__":true,"id":64075},"_Extent":{"__isSmartRef__":true,"id":64076},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":64077},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":64078},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":64079},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"64075":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64076":{"x":77,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64077":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64078":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"64079":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64080":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64081":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64082":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64083":{"style":{"__isSmartRef__":true,"id":64084},"morph":{"__isSmartRef__":true,"id":64073},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":64073},"storedString":"search","__LivelyClassName__":"lively.morphic.TextChunk"},"64084":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"64085":{"x":77,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64086":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"64087":{"morph":{"__isSmartRef__":true,"id":64073},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"64088":{"requiredModules":[],"idOnLoad":"264C8B5D-313E-4D65-973F-AC76923A3976","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"64089":{"position":{"__isSmartRef__":true,"id":64090},"_Extent":{"__isSmartRef__":true,"id":64091},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":64092},"_Fill":{"__isSmartRef__":true,"id":64093},"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":64103},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":64104},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"64090":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64091":{"x":77,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64092":{"r":0.258,"g":0.258,"b":0.258,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64093":{"stops":[{"__isSmartRef__":true,"id":64094},{"__isSmartRef__":true,"id":64096},{"__isSmartRef__":true,"id":64098},{"__isSmartRef__":true,"id":64100}],"vector":{"__isSmartRef__":true,"id":64102},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"64094":{"offset":0,"color":{"__isSmartRef__":true,"id":64095}},"64095":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64096":{"offset":0.4,"color":{"__isSmartRef__":true,"id":64097}},"64097":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64098":{"offset":0.6,"color":{"__isSmartRef__":true,"id":64099}},"64099":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64100":{"offset":1,"color":{"__isSmartRef__":true,"id":64101}},"64101":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64102":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64103":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"64104":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64105":{"x":310,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64106":{"stops":[{"__isSmartRef__":true,"id":64107},{"__isSmartRef__":true,"id":64109},{"__isSmartRef__":true,"id":64111},{"__isSmartRef__":true,"id":64113}],"vector":{"__isSmartRef__":true,"id":64102},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"64107":{"offset":0,"color":{"__isSmartRef__":true,"id":64108}},"64108":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64109":{"offset":0.4,"color":{"__isSmartRef__":true,"id":64110}},"64110":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64111":{"offset":0.6,"color":{"__isSmartRef__":true,"id":64112}},"64112":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64113":{"offset":1,"color":{"__isSmartRef__":true,"id":64114}},"64114":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64115":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","idOnLoad":"50E0A813-BFC5-4245-976D-CE39023D83F7","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"64116":{"sourceObj":{"__isSmartRef__":true,"id":64072},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":64055},"targetMethodName":"doSave","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"64117":{"x":77,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64118":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"64119":{"morph":{"__isSmartRef__":true,"id":64072},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"64120":{"x":53.70852104218841,"y":-21.498997494989453,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64121":{"submorphs":[],"scripts":[],"id":"B21F6F39-5F07-4FEA-A73B-496F3DE87D37","shape":{"__isSmartRef__":true,"id":64122},"__layered_droppingEnabled__":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":64129},"itemList":[{"__isSmartRef__":true,"id":64130},{"__isSmartRef__":true,"id":64131},{"__isSmartRef__":true,"id":64132},{"__isSmartRef__":true,"id":64133},{"__isSmartRef__":true,"id":64134},{"__isSmartRef__":true,"id":64135},{"__isSmartRef__":true,"id":64136},{"__isSmartRef__":true,"id":64137},{"__isSmartRef__":true,"id":64138},{"__isSmartRef__":true,"id":64139},{"__isSmartRef__":true,"id":64140},{"__isSmartRef__":true,"id":64141},{"__isSmartRef__":true,"id":64142},{"__isSmartRef__":true,"id":64143},{"__isSmartRef__":true,"id":64144},{"__isSmartRef__":true,"id":64145},{"__isSmartRef__":true,"id":64146},{"__isSmartRef__":true,"id":64147},{"__isSmartRef__":true,"id":64148},{"__isSmartRef__":true,"id":64149},{"__isSmartRef__":true,"id":64150},{"__isSmartRef__":true,"id":64151},{"__isSmartRef__":true,"id":64152},{"__isSmartRef__":true,"id":64153},{"__isSmartRef__":true,"id":64154},{"__isSmartRef__":true,"id":64155},{"__isSmartRef__":true,"id":64156},{"__isSmartRef__":true,"id":64157},{"__isSmartRef__":true,"id":64158},{"__isSmartRef__":true,"id":64159},{"__isSmartRef__":true,"id":64160},{"__isSmartRef__":true,"id":64161},{"__isSmartRef__":true,"id":64162},{"__isSmartRef__":true,"id":64163},{"__isSmartRef__":true,"id":64164},{"__isSmartRef__":true,"id":64165},{"__isSmartRef__":true,"id":64166},{"__isSmartRef__":true,"id":64167},{"__isSmartRef__":true,"id":64168},{"__isSmartRef__":true,"id":64169},{"__isSmartRef__":true,"id":64170},{"__isSmartRef__":true,"id":64171},{"__isSmartRef__":true,"id":64172},{"__isSmartRef__":true,"id":64173},{"__isSmartRef__":true,"id":64174},{"__isSmartRef__":true,"id":64175},{"__isSmartRef__":true,"id":64176},{"__isSmartRef__":true,"id":64177},{"__isSmartRef__":true,"id":64178},{"__isSmartRef__":true,"id":64179},{"__isSmartRef__":true,"id":64180},{"__isSmartRef__":true,"id":64181},{"__isSmartRef__":true,"id":64182},{"__isSmartRef__":true,"id":64183},{"__isSmartRef__":true,"id":64184},{"__isSmartRef__":true,"id":64185},{"__isSmartRef__":true,"id":64186}],"showsHalos":false,"name":"searchResultList","partsBinMetaInfo":{"__isSmartRef__":true,"id":64187},"__SourceModuleName__":"Global.lively.morphic.Core","owner":{"__isSmartRef__":true,"id":64054},"attributeConnections":[{"__isSmartRef__":true,"id":64188}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"prevScroll":[0,192],"resizeHeight":true,"resizeWidth":true,"layout":{"__isSmartRef__":true,"id":64189},"priorExtent":{"__isSmartRef__":true,"id":64190},"renderContextTable":{"__isSmartRef__":true,"id":64191},"eventHandler":{"__isSmartRef__":true,"id":64192},"distanceToDragEvent":{"__isSmartRef__":true,"id":64193},"isBeingDragged":false,"derivationIds":[208,"884F3C31-F47F-4325-B01C-55796601323C","AF542C45-CFC5-475A-B28E-37B7FC51E468","C6B09735-9683-446C-A39C-E4924083B282","7860DCD2-EC25-4F34-B79B-18C47FBEE925","7ACC50AB-EE77-4AD9-8731-20150C616D1C","6A21BD7F-EC45-467D-BDA4-F218B9407920","0B0BFDF5-91C4-4369-AB7F-07CDAE8813BF","0D9A4870-E562-4C17-A057-3DB8D1C9234C","854096E7-42E2-48F4-B656-D1AE606FAEBF","659ABB8A-3E6D-4E1C-864B-CE8459AD730A","1A73ECB5-B976-457C-8138-8385DBD45070","2A6C9E8E-DFFC-4DE3-A9F0-2624BE97EB96"],"_Rotation":0,"_Scale":1,"selection":{"__isSmartRef__":true,"id":64194},"selectedLineNo":0,"__LivelyClassName__":"lively.morphic.List"},"64122":{"position":{"__isSmartRef__":true,"id":64123},"_Extent":{"__isSmartRef__":true,"id":64124},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":64125},"_Fill":{"__isSmartRef__":true,"id":64126},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":64127},"_Padding":{"__isSmartRef__":true,"id":64128},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"64123":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64124":{"x":845.6764200688274,"y":140,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64125":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64126":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64127":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"64128":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64129":{"x":10,"y":50,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64130":{"isListItem":true,"string":"extend name: Global.lively.PartsBin(object): getPart","doNotSerialize":["value"],"priority":"A"},"64131":{"isListItem":true,"string":"class name: Morph: getPartItem / Trait('lively.PartsBin.PartTrait')","doNotSerialize":["value"],"priority":"B"},"64132":{"isListItem":true,"string":"class name: Morph: getPartsBinMetaInfo / Trait('lively.PartsBin.PartTrait')","doNotSerialize":["value"],"priority":"B"},"64133":{"isListItem":true,"string":"class name: PartItem: getPartsSpace","doNotSerialize":["value"],"priority":"B"},"64134":{"isListItem":true,"string":"class name: PartsBinMetaInfo: getPartsSpace","doNotSerialize":["value"],"priority":"B"},"64135":{"isListItem":true,"string":"class name: PartsBinMetaInfo: getPartsSpaceName","doNotSerialize":["value"],"priority":"B"},"64136":{"isListItem":true,"string":"class name: PartsBinMetaInfo: getPartsSpaceURL","doNotSerialize":["value"],"priority":"B"},"64137":{"isListItem":true,"string":"class name: PartsSpace: getPartItemNamed","doNotSerialize":["value"],"priority":"B"},"64138":{"isListItem":true,"string":"class name: PartsSpace: getPartItems","doNotSerialize":["value"],"priority":"B"},"64139":{"isListItem":true,"string":"class name: PartsSpace: getPartNames","doNotSerialize":["value"],"priority":"B"},"64140":{"isListItem":true,"string":"extend name: Global.lively.PartsBin(object): getPartItem","doNotSerialize":["value"],"priority":"B"},"64141":{"isListItem":true,"string":"script name: PartsBinBrowser(85A86819-7923-4EEE-A741-EE1B0AA37FED): getPartsSpaceForCategory","doNotSerialize":["value"],"priority":"B"},"64142":{"isListItem":true,"string":"class full: Morph: copyToPartsBin / Trait('lively.PartsBin.PartTrait')","doNotSerialize":["value"],"priority":"C"},"64143":{"isListItem":true,"string":"class full: Morph: copyToPartsSpace / Trait('lively.PartsBin.PartTrait')","doNotSerialize":["value"],"priority":"C"},"64144":{"isListItem":true,"string":"class full: Morph: findCommonParentPartVersion","doNotSerialize":["value"],"priority":"C"},"64145":{"isListItem":true,"string":"class full: Morph: findCurrentPartVersion","doNotSerialize":["value"],"priority":"C"},"64146":{"isListItem":true,"string":"class full: Morph: findParentPartVersion","doNotSerialize":["value"],"priority":"C"},"64147":{"isListItem":true,"string":"class full: Morph: getCurrentPartVersion","doNotSerialize":["value"],"priority":"C"},"64148":{"isListItem":true,"string":"class full: Morph: getIdOnLoad","doNotSerialize":["value"],"priority":"C"},"64149":{"isListItem":true,"string":"class full: Morph: getParentPartVersion","doNotSerialize":["value"],"priority":"C"},"64150":{"isListItem":true,"string":"class full: Morph: newThreeWayDiff","doNotSerialize":["value"],"priority":"C"},"64151":{"isListItem":true,"string":"class full: Morph: openInWindow","doNotSerialize":["value"],"priority":"C"},"64152":{"isListItem":true,"string":"class full: Morph: parseDiffTo","doNotSerialize":["value"],"priority":"C"},"64153":{"isListItem":true,"string":"class full: Morph: prepareUpdateUI","doNotSerialize":["value"],"priority":"C"},"64154":{"isListItem":true,"string":"class full: Morph: setIdOnLoad","doNotSerialize":["value"],"priority":"C"},"64155":{"isListItem":true,"string":"class full: OpenDiffViewerCommand: diffVersions","doNotSerialize":["value"],"priority":"C"},"64156":{"isListItem":true,"string":"class full: OpenModulePartCommand: openModulePart","doNotSerialize":["value"],"priority":"C"},"64157":{"isListItem":true,"string":"class full: PartItem: asPartsBinItem","doNotSerialize":["value"],"priority":"C"},"64158":{"isListItem":true,"string":"class full: PartItem: copyToPartsSpace","doNotSerialize":["value"],"priority":"C"},"64159":{"isListItem":true,"string":"class full: PartItem: del","doNotSerialize":["value"],"priority":"C"},"64160":{"isListItem":true,"string":"class full: PartItem: deserializePart","doNotSerialize":["value"],"priority":"C"},"64161":{"isListItem":true,"string":"class full: PartItem: getFileURL","doNotSerialize":["value"],"priority":"C"},"64162":{"isListItem":true,"string":"class full: PartItem: getHTMLLogoURL","doNotSerialize":["value"],"priority":"C"},"64163":{"isListItem":true,"string":"class full: PartItem: getLogoURL","doNotSerialize":["value"],"priority":"C"},"64164":{"isListItem":true,"string":"class full: PartItem: getMetaInfo","doNotSerialize":["value"],"priority":"C"},"64165":{"isListItem":true,"string":"class full: PartItem: getMetaInfoURL","doNotSerialize":["value"],"priority":"C"},"64166":{"isListItem":true,"string":"class full: PartItem: initialize","doNotSerialize":["value"],"priority":"C"},"64167":{"isListItem":true,"string":"class full: PartItem: serializePart","doNotSerialize":["value"],"priority":"C"},"64168":{"isListItem":true,"string":"class full: PartItem: toString","doNotSerialize":["value"],"priority":"C"},"64169":{"isListItem":true,"string":"class full: PartItem: updateRevisionOnLoad","doNotSerialize":["value"],"priority":"C"},"64170":{"isListItem":true,"string":"class full: PartItem: uploadPart","doNotSerialize":["value"],"priority":"C"},"64171":{"isListItem":true,"string":"class full: Text: toggleFont","doNotSerialize":["value"],"priority":"C"},"64172":{"isListItem":true,"string":"class full: World: loadPartItem","doNotSerialize":["value"],"priority":"C"},"64173":{"isListItem":true,"string":"class full: World: morphMenuDefaultPartsItems","doNotSerialize":["value"],"priority":"C"},"64174":{"isListItem":true,"string":"class full: World: morphMenuPartsBinItems","doNotSerialize":["value"],"priority":"C"},"64175":{"isListItem":true,"string":"class full: World: openPublishPartDialogFor","doNotSerialize":["value"],"priority":"C"},"64176":{"isListItem":true,"string":"class full: function () { return this.constructor.type }: testFindCurrentPartVersion","doNotSerialize":["value"],"priority":"C"},"64177":{"isListItem":true,"string":"class full: function () { return this.constructor.type }: testFindParentPartVersion","doNotSerialize":["value"],"priority":"C"},"64178":{"isListItem":true,"string":"extend full: Global.lively.PartCaching(object): setupCache","doNotSerialize":["value"],"priority":"C"},"64179":{"isListItem":true,"string":"global full: : $part","doNotSerialize":["value"],"priority":"C"},"64180":{"isListItem":true,"string":"layered full: lively.PartsBin.PartItem (PartCachingLayer): loadPart","doNotSerialize":["value"],"priority":"C"},"64181":{"isListItem":true,"string":"script full: MethodFinderPane(A512513B-FEB9-4FA0-BB4D-48CB85AA13C3): targetFunction","doNotSerialize":["value"],"priority":"C"},"64182":{"isListItem":true,"string":"script full: MethodFinderPane1(95934D72-C00D-44A2-88BC-75F27745BA45): targetFunction","doNotSerialize":["value"],"priority":"C"},"64183":{"isListItem":true,"string":"script full: PartsBinBrowser(85A86819-7923-4EEE-A741-EE1B0AA37FED): addExternalCategory","doNotSerialize":["value"],"priority":"C"},"64184":{"isListItem":true,"string":"script full: PartsBinBrowser(85A86819-7923-4EEE-A741-EE1B0AA37FED): addPartsFromURLs","doNotSerialize":["value"],"priority":"C"},"64185":{"isListItem":true,"string":"script full: PartsBinBrowser(85A86819-7923-4EEE-A741-EE1B0AA37FED): addPartsOfCategory","doNotSerialize":["value"],"priority":"C"},"64186":{"isListItem":true,"string":"script full: PartsBinBrowser(85A86819-7923-4EEE-A741-EE1B0AA37FED): reset","doNotSerialize":["value"],"priority":"C"},"64187":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","idOnLoad":"B21F6F39-5F07-4FEA-A73B-496F3DE87D37","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"64188":{"sourceObj":{"__isSmartRef__":true,"id":64121},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":64054},"targetMethodName":"browse","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"64189":{"resizeWidth":true},"64190":{"x":850.9484727040478,"y":140,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64191":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateListContent":"updateListContentHTML","resizeList":"resizeListHTML","getItemIndexFromEvent":"getItemIndexFromEventHTML","getListExtent":"getListExtentHTML","setSize":"setSizeHTML","renderAsDropDownList":"renderAsDropDownListHTML","setFontSize":"setFontSizeHTML","setFontFamily":"setFontFamilyHTML","getSelectedIndexes":"getSelectedIndexesHTML","enableMultipleSelections":"enableMultipleSelectionsHTML","selectAllAt":"selectAllAtHTML","clearSelections":"clearSelectionsHTML","deselectAt":"deselectAtHTML"},"64192":{"morph":{"__isSmartRef__":true,"id":64121},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"64193":{"x":589.7085210421884,"y":-14.498997494989453,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64194":{"object":{"__isSmartRef__":true,"id":6160},"method":"getPart","string":"Global.lively.PartsBin(object): getPart","type":"extend","search":"implementor"},"64195":{"submorphs":[],"scripts":[],"id":"1FBDAC75-F4D7-40D2-A71B-804BA7DC9F52","shape":{"__isSmartRef__":true,"id":64196},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Monaco, Courier","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":64202},"_MaxTextWidth":840.6764200688274,"_MaxTextHeight":null,"textStyle":null,"layout":{"__isSmartRef__":true,"id":64203},"doitContext":{"__isSmartRef__":true,"id":64054},"charsReplaced":"","lastFindLoc":130,"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"sourceText","savedTextString":"// changes here only affect runtime\nObject.extend(lively.morphic.Morph,{\n\tmakeLine:function (verts, lineWidth, lineColor) {\n\t\tif (verts.length < 2) return null;\n\t\tif (verts.length > 2) {\n\t\t\t// Polylines become a mere blob for now...\n\t\t\tvar morph = this.makeRectangle(Rectangle.unionPts(verts));\n\t\t\tmorph.setBorderWidth(lineWidth);\n\t\t\tmorph.setBorderColor(lineColor);\n\t\t\tmorph.setFill(null);\n\t\t\treturn morph;\n\t\t} \n\t\t// Okay, it's a simple line...\n\t\tvar p1 = verts[0]; var p2 = verts[1];\n\t\tvar v = p2.subPt(p1);\n \n\t\t// First make a horizontal line of the same length with origin at (0, 0)\n\t\tvar morph = this.makeRectangle(Rectangle.unionPts([pt(0, -lineWidth/2), Point.polar(v.r(), 0).addXY(0, lineWidth/2)]));\n\n\t\t// *** Not right, but we want to make position and center of rot = (0, 0):\n\t\t// morph._Position = pt(0, 0);\n\n\t\tmorph.setBorderWidth(0);\n\t\tmorph.setFill(lineColor);\n\n\t\t// Then move and rotate, with first vertex being the rotation center\n\t\tmorph.moveBy(p1);\n\t\tmorph.setOrigin(pt(0, lineWidth/2));\n\t\tmorph.isLine = true;\n\t\treturn morph.rotateBy(v.theta());\n\t}\n});","textChunks":[{"__isSmartRef__":true,"id":64204}],"_ClipMode":"auto","prevScroll":[0,0],"_FontSize":9,"owner":{"__isSmartRef__":true,"id":64054},"priorExtent":{"__isSmartRef__":true,"id":64206},"lastSyntaxHighlightTime":47,"renderContextTable":{"__isSmartRef__":true,"id":64207},"eventHandler":{"__isSmartRef__":true,"id":64208},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":840.6764200688274,"_MinTextHeight":null,"previousSelection":[248,248],"distanceToDragEvent":{"__isSmartRef__":true,"id":64209},"isBeingDragged":false,"derivationIds":[209,"04D0F127-514D-4BED-841E-6A4CEF4FFDDA","D40D5739-DE56-49F4-B02A-A4ED75AF054A","42528900-D082-4C7A-8E70-1E67923301D9","5167B7DC-8F45-4AD0-96D7-947FF3EE0BB7","D0BFE91E-6EF1-4165-A42C-CC81C9CD2050","04C1BABF-5514-417C-AE67-882A1252EB67","8B053B4D-76D1-4DCB-8E89-8E7ABA3EF3D1","CB2FFA38-BC16-4D98-A807-722CCCC26062","D19D6343-8887-4386-8B87-4560230A5D11","2FFE6CC8-A851-44E9-B6B7-9D9370DEB9C9","A1509C4A-C98B-44CF-ACF8-DA444E7A9B75","3013EDB1-7370-48ED-BF86-BFEFC8B71878"],"_Rotation":0,"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":64210},"_syntaxHighlightTimeout":null,"parseErrors":null,"priorSelectionRange":[251,251],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":64211},"__LivelyClassName__":"lively.morphic.Text"},"64196":{"position":{"__isSmartRef__":true,"id":64197},"_Extent":{"__isSmartRef__":true,"id":64198},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":64059},"_Fill":{"__isSmartRef__":true,"id":64199},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":64200},"_ClipMode":"auto","_Padding":{"__isSmartRef__":true,"id":64201},"_BorderRadius":4,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"64197":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64198":{"x":845.6764200688274,"y":195.7127101296919,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64199":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64200":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"64201":{"x":3,"y":3,"width":-3,"height":-3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64202":{"x":10,"y":230,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64203":{"resizeWidth":true,"resizeHeight":true,"moveVertical":false,"moveHorizontal":false},"64204":{"style":{"__isSmartRef__":true,"id":64205},"chunkOwner":{"__isSmartRef__":true,"id":64195},"storedString":"// changes here only affect runtime\nObject.extend(Global.lively.PartsBin,{\n getPart: function (partName, optPartsSpaceName) {\n var partItem = this.getPartItem(partName, optPartsSpaceName);\n return partItem ? partItem.loadPart().part : null;\n }\n});","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"64205":{"color":{"__isSmartRef__":true,"id":63690},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"64206":{"x":845.6764200688274,"y":195.7127101296919,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64207":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"64208":{"morph":{"__isSmartRef__":true,"id":64195},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"64209":{"x":582.0068382418127,"y":-20.48073201899024,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64210":{"partName":"sourceText","requiredModules":[],"idOnLoad":"1FBDAC75-F4D7-40D2-A71B-804BA7DC9F52","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"64211":{"doSave":{"__isSmartRef__":true,"id":64212},"getDoitContext":{"__isSmartRef__":true,"id":64219}},"64212":{"varMapping":{"__isSmartRef__":true,"id":64213},"source":"function doSave() {\n\t$super()\n\talertOK(\"eval all for \" + this.getDoitContext())\n\tthis.boundEval(this.textString)\n}","funcProperties":{"__isSmartRef__":true,"id":64218},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"64213":{"this":{"__isSmartRef__":true,"id":64195},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":64214}},"64214":{"$super":{"__isSmartRef__":true,"id":64215}},"64215":{"varMapping":{"__isSmartRef__":true,"id":64216},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":64217},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"64216":{"obj":{"__isSmartRef__":true,"id":64195},"name":"doSave"},"64217":{},"64218":{},"64219":{"varMapping":{"__isSmartRef__":true,"id":64220},"source":"function getDoitContext() {\n\treturn this.owner.targetObject\n}","funcProperties":{"__isSmartRef__":true,"id":64225},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"64220":{"this":{"__isSmartRef__":true,"id":64195},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":64221}},"64221":{"$super":{"__isSmartRef__":true,"id":64222}},"64222":{"varMapping":{"__isSmartRef__":true,"id":64223},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":64224},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"64223":{"obj":{"__isSmartRef__":true,"id":64195},"name":"getDoitContext"},"64224":{},"64225":{},"64226":{"submorphs":[],"scripts":[],"id":"B1C29F1F-D76D-4E5A-AEAD-CE15347B7AAF","shape":{"__isSmartRef__":true,"id":64227},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Monaco, Courier","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":64233},"_MaxTextWidth":841.6764200688274,"_MaxTextHeight":null,"textStyle":null,"layout":{"__isSmartRef__":true,"id":64234},"charsReplaced":"","lastFindLoc":697,"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"infoText","savedTextString":"// MethodFinder (this)\n\n// ** MethodFinder's Scripts **\nthis.addScript(function browse(fileFragment) {\n\tfileFragment && fileFragment.browseIt()\n});\n\nthis.addScript(function reset() {\n\tthis.get('searchResultList').updateList([]);\n\tthis.get('searchResultList').setSelection(null);\n\tthis.get('searchText').setTextString('enter search term here');\n});\n\n\nthis.addScript(function search(searchString) {\n\tvar finds = [];\n\tvar re = new RegExp(searchString)\n\tvar i=0;\n\tvar time = Functions.timeToRun(function() {\n\tGlobal.classes(true).forEach(function(eaClass) {\n\t\tFunctions.own(eaClass.prototype)\n\t\t\t.forEach(function(eaMethod) {\n\t\t\t\ti++;\n\t\t\t\tif (eaMethod.match(re)){\n\t\t\t\t\tfinds.push([eaClass, eaMethod])\n\t\t\t\t}\t\n\t\t\t})\t\n\t})})\n\talert(\"search \" + i + \" methods, found \" + finds.length + \" methods in \" + time + \"ms\")\n\n\tvar items = finds.collect(function(ea) {\n\t\treturn {\n\t\t\tisListItem: true,\n\t\t\tvalue: ea,\n\t\t\tstring: ea[0].name + \": \" + ea[1],\n\t\t}\n\t})\n\tthis.get('searchResultList').updateList(items);\n});","textChunks":[{"__isSmartRef__":true,"id":64235}],"_ClipMode":"hidden","prevScroll":[0,0],"_FontSize":10,"priorExtent":{"__isSmartRef__":true,"id":64237},"owner":{"__isSmartRef__":true,"id":64054},"renderContextTable":{"__isSmartRef__":true,"id":64238},"eventHandler":{"__isSmartRef__":true,"id":64239},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":841.6764200688274,"_MinTextHeight":null,"distanceToDragEvent":{"__isSmartRef__":true,"id":64240},"derivationIds":[210,"E20B9061-6128-4BD4-BE8B-4B50F9BC8EA1","FFFED58E-70A3-4945-A7C8-19E2C0754BB7","1B69878E-8E43-4E25-BAE7-3D64CAE35839","2770B759-8971-45F4-8291-6DA85EBD1155","B0E0F94A-1BB3-405B-87BB-3C1199A8EB79","8EF852C4-A375-4F84-873C-4277F9A99D52","AA10C5AE-8C29-45DA-8CA5-A0E286F80E82","4B3576CB-50DD-49DF-913C-88D34002B5DC","B9692647-A99C-4A20-9C6C-3DF722D48DDE","109C8B5F-DBAA-490E-A061-CB3004CD8634","6494496E-CBF0-4256-ACA4-D7E7B674F7CE","7B312F1D-97DF-400B-B6A2-F871E0D93348"],"_Rotation":0,"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":64241},"__LivelyClassName__":"lively.morphic.Text"},"64227":{"position":{"__isSmartRef__":true,"id":64228},"_Extent":{"__isSmartRef__":true,"id":64229},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":64059},"_Fill":{"__isSmartRef__":true,"id":64230},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":64231},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":64232},"_BorderRadius":4,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"64228":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64229":{"x":845.6764200688274,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64230":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64231":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"64232":{"x":2,"y":1,"width":-2,"height":-1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64233":{"x":10,"y":200,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64234":{"resizeWidth":true,"resizeHeight":false,"moveVertical":false,"moveHorizontal":false},"64235":{"style":{"__isSmartRef__":true,"id":64236},"chunkOwner":{"__isSmartRef__":true,"id":64226},"storedString":"module(Global.lively.PartsBin)","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"64236":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"64237":{"x":845.6764200688274,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64238":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"64239":{"morph":{"__isSmartRef__":true,"id":64226},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"64240":{"x":587.0068382418127,"y":-13.480732018990238,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64241":{"partName":"infoText","requiredModules":[],"idOnLoad":"B1C29F1F-D76D-4E5A-AEAD-CE15347B7AAF","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"64242":{"submorphs":[{"__isSmartRef__":true,"id":64243}],"scripts":[],"id":"C96BDFD0-C690-4052-9086-C89F620E68FD","shape":{"__isSmartRef__":true,"id":64259},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":64262},"lighterFill":{"__isSmartRef__":true,"id":64274},"label":{"__isSmartRef__":true,"id":64243},"showsHalos":false,"name":"browse","partsBinMetaInfo":{"__isSmartRef__":true,"id":64283},"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[{"__isSmartRef__":true,"id":64284}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"priorExtent":{"__isSmartRef__":true,"id":64285},"renderContextTable":{"__isSmartRef__":true,"id":64286},"eventHandler":{"__isSmartRef__":true,"id":64287},"distanceToDragEvent":{"__isSmartRef__":true,"id":64288},"_Position":{"__isSmartRef__":true,"id":64289},"owner":{"__isSmartRef__":true,"id":64054},"derivationIds":[211,"72C2FBB1-F169-43CC-AC8A-C0889FCB1663","8CF07460-17AC-4EC3-83C4-E31D52336E14","BE09102D-553E-4BB6-84A6-4D428731DD1B","2D43F043-9567-4765-A19C-7C922F0DFFE7","A77836E8-3C83-4A1D-B37A-7DDBA7FE13DE","13EB973D-FF17-4A76-AD4B-13347D80B1A9","8A92D97E-6965-49F7-B2B0-8842FB9ADCDF","662F4742-3BD8-4D39-88CB-EE97BC2306D6","8F15DC2D-892E-4B0F-83CB-8E7012281BEB","57A38C48-8036-4D85-91C8-9F60FE72DACE","5F6BEEC4-A021-4428-AC2A-14F8A4F9B68C","BF69FE04-AF9D-48BC-B4F9-5B9CFB4720D3"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Button"},"64243":{"submorphs":[],"scripts":[],"id":"7DAA9AE8-9836-4B79-80E2-936814189287","shape":{"__isSmartRef__":true,"id":64244},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":64250},"_MaxTextWidth":78,"_MaxTextHeight":null,"padding":{"__isSmartRef__":true,"id":64251},"_Padding":{"__isSmartRef__":true,"id":64252},"owner":{"__isSmartRef__":true,"id":64242},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textStyle":null,"textChunks":[{"__isSmartRef__":true,"id":64253}],"prevScroll":[0,0],"_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":64255},"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":64256},"eventHandler":{"__isSmartRef__":true,"id":64257},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":78,"_MinTextHeight":null,"derivationIds":[212,"054FD83F-508D-488D-A011-8769DCB647DF","834D337A-5619-4055-B103-7BDAA88CD7A9","3C85FBE2-5C85-4CCF-B86A-25E65015429B","001D6261-96E2-4ACC-880A-8540815DC8D3","90FFCC86-B995-4F2F-872F-55A8A74FC99E","766B1A00-7692-4CAB-B106-01876B4D5F77","C36FA883-C0F4-47DA-B1A9-CB8D82C1C6E4","91BD5A6B-4A46-43EA-8FA0-2A5C4EFDD1A7","B8CDD839-4085-4D54-B360-5F4DAC2DD83C","C25AEC86-A78F-4355-A843-3CACF03215A8","B28C6DEB-10EF-40BF-BA3F-3BFA8EB2B14D","6943F355-5B63-4DAD-8A39-14319936A0E0"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":64258},"__LivelyClassName__":"lively.morphic.Text"},"64244":{"position":{"__isSmartRef__":true,"id":64245},"_Extent":{"__isSmartRef__":true,"id":64246},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":64247},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":64248},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":64249},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"64245":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64246":{"x":78,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64247":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64248":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"64249":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64250":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64251":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64252":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64253":{"style":{"__isSmartRef__":true,"id":64254},"morph":{"__isSmartRef__":true,"id":64243},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":64243},"storedString":"browse","__LivelyClassName__":"lively.morphic.TextChunk"},"64254":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"64255":{"x":78,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64256":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"64257":{"morph":{"__isSmartRef__":true,"id":64243},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"64258":{"requiredModules":[],"idOnLoad":"7DAA9AE8-9836-4B79-80E2-936814189287","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"64259":{"position":{"__isSmartRef__":true,"id":64260},"_Extent":{"__isSmartRef__":true,"id":64261},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":64092},"_Fill":{"__isSmartRef__":true,"id":64262},"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":64272},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":64273},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"64260":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64261":{"x":78,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64262":{"stops":[{"__isSmartRef__":true,"id":64263},{"__isSmartRef__":true,"id":64265},{"__isSmartRef__":true,"id":64267},{"__isSmartRef__":true,"id":64269}],"vector":{"__isSmartRef__":true,"id":64271},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"64263":{"offset":0,"color":{"__isSmartRef__":true,"id":64264}},"64264":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64265":{"offset":0.4,"color":{"__isSmartRef__":true,"id":64266}},"64266":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64267":{"offset":0.6,"color":{"__isSmartRef__":true,"id":64268}},"64268":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64269":{"offset":1,"color":{"__isSmartRef__":true,"id":64270}},"64270":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64271":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64272":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"64273":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64274":{"stops":[{"__isSmartRef__":true,"id":64275},{"__isSmartRef__":true,"id":64277},{"__isSmartRef__":true,"id":64279},{"__isSmartRef__":true,"id":64281}],"vector":{"__isSmartRef__":true,"id":64271},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"64275":{"offset":0,"color":{"__isSmartRef__":true,"id":64276}},"64276":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64277":{"offset":0.4,"color":{"__isSmartRef__":true,"id":64278}},"64278":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64279":{"offset":0.6,"color":{"__isSmartRef__":true,"id":64280}},"64280":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64281":{"offset":1,"color":{"__isSmartRef__":true,"id":64282}},"64282":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64283":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","idOnLoad":"C96BDFD0-C690-4052-9086-C89F620E68FD","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"64284":{"sourceObj":{"__isSmartRef__":true,"id":64242},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":64054},"targetMethodName":"browseMethod","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"64285":{"x":77,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64286":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"64287":{"morph":{"__isSmartRef__":true,"id":64242},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"64288":{"x":53.66458745330033,"y":-17.22490844717396,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64289":{"x":400,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64290":{"submorphs":[{"__isSmartRef__":true,"id":64291}],"scripts":[],"id":"1571312E-25A3-45D1-B365-CF2BEFE2967B","shape":{"__isSmartRef__":true,"id":64307},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":64310},"lighterFill":{"__isSmartRef__":true,"id":64322},"label":{"__isSmartRef__":true,"id":64291},"name":"Button1","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":64331},"attributeConnections":[{"__isSmartRef__":true,"id":64332}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":64368},"renderContextTable":{"__isSmartRef__":true,"id":64369},"eventHandler":{"__isSmartRef__":true,"id":64370},"distanceToDragEvent":{"__isSmartRef__":true,"id":64371},"prevScroll":[0,0],"_Position":{"__isSmartRef__":true,"id":64372},"owner":{"__isSmartRef__":true,"id":64054},"layout":{"__isSmartRef__":true,"id":64373},"derivationIds":[213,"EC7B60B8-A81F-4F24-A467-A661149CA045","DF2DEFBB-9271-4448-98A1-D2137526C2C3","EBFAF287-C65D-425B-910E-D6ADC7FA9D02","7F2E684F-7CC3-4CC4-8B18-920427491622","F7E9C68E-814B-4197-9D5B-556DCF0EC4F6","3DC305C0-5A87-4ED4-B263-5E5333B947FB","A8805225-9530-403B-977E-A2929A077DD0","0BF85746-8777-4195-949A-8733B4D79B02","8E485E0B-1832-4C7C-A5B1-D14057A7F5E3","4793FFDA-8803-44C7-97D4-27DE49B5D8D0","3FDA3264-B677-48AF-95D0-46DDD933EFBF","3350B214-FDFD-4143-8AB5-4E475C31F760"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Button"},"64291":{"submorphs":[],"scripts":[],"id":"D387E1C4-93E0-4551-90AA-3135458B8CFA","shape":{"__isSmartRef__":true,"id":64292},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":64298},"_MaxTextWidth":157.05605605605615,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":64299},"_Padding":{"__isSmartRef__":true,"id":64300},"owner":{"__isSmartRef__":true,"id":64290},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":64301},"textChunks":[{"__isSmartRef__":true,"id":64302}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":64304},"eventHandler":{"__isSmartRef__":true,"id":64305},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":157.05605605605615,"_MinTextHeight":null,"derivationIds":[214,"D88E1591-8BE5-4F54-AEB5-71BC24E2014D","FE6955F2-3796-4030-BD54-73604562225B","0F07A5A7-E04B-412A-8D91-2AA448965A0E","634A262F-940F-4590-8DB1-0738A6DF355A","221F164E-FD6F-40ED-8E18-E055A638CE93","1320C4DD-9213-40AA-A107-5EF8EBE9B22A","098E1029-F36B-4434-B20F-A2100DCCBB9A","39D48D5A-BB94-40BA-AB93-09B3B787EC3D","27F752E4-9705-4F8B-9CC4-6E5131892552","78776F49-7628-4F29-81F1-7AFC77BDAFE0","5ACE871C-A220-4C51-A9E1-9315BE30BB0A","D596A84E-3FB1-4A59-B12D-12FF54B0B37F"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":64306},"__LivelyClassName__":"lively.morphic.Text"},"64292":{"position":{"__isSmartRef__":true,"id":64293},"_Extent":{"__isSmartRef__":true,"id":64294},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":64295},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":64296},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":64297},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"64293":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64294":{"x":157.05605605605615,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64295":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64296":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"64297":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64298":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64299":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64300":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64301":{"x":157.05605605605615,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64302":{"style":{"__isSmartRef__":true,"id":64303},"chunkOwner":{"__isSmartRef__":true,"id":64291},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"search on server","__LivelyClassName__":"lively.morphic.TextChunk"},"64303":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"64304":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"64305":{"morph":{"__isSmartRef__":true,"id":64291},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"64306":{"requiredModules":[],"idOnLoad":"D387E1C4-93E0-4551-90AA-3135458B8CFA","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"64307":{"position":{"__isSmartRef__":true,"id":64308},"_Extent":{"__isSmartRef__":true,"id":64309},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":64092},"_Fill":{"__isSmartRef__":true,"id":64310},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":64320},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":64321},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"64308":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64309":{"x":157.05605605605615,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64310":{"stops":[{"__isSmartRef__":true,"id":64311},{"__isSmartRef__":true,"id":64313},{"__isSmartRef__":true,"id":64315},{"__isSmartRef__":true,"id":64317}],"vector":{"__isSmartRef__":true,"id":64319},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"64311":{"offset":0,"color":{"__isSmartRef__":true,"id":64312}},"64312":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64313":{"offset":0.4,"color":{"__isSmartRef__":true,"id":64314}},"64314":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64315":{"offset":0.6,"color":{"__isSmartRef__":true,"id":64316}},"64316":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64317":{"offset":1,"color":{"__isSmartRef__":true,"id":64318}},"64318":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64319":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64320":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"64321":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64322":{"stops":[{"__isSmartRef__":true,"id":64323},{"__isSmartRef__":true,"id":64325},{"__isSmartRef__":true,"id":64327},{"__isSmartRef__":true,"id":64329}],"vector":{"__isSmartRef__":true,"id":64319},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"64323":{"offset":0,"color":{"__isSmartRef__":true,"id":64324}},"64324":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64325":{"offset":0.4,"color":{"__isSmartRef__":true,"id":64326}},"64326":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64327":{"offset":0.6,"color":{"__isSmartRef__":true,"id":64328}},"64328":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64329":{"offset":1,"color":{"__isSmartRef__":true,"id":64330}},"64330":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64331":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"1571312E-25A3-45D1-B365-CF2BEFE2967B","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"64332":{"sourceObj":{"__isSmartRef__":true,"id":64290},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":64054},"targetMethodName":"searchOnServer","visualConnector":{"__isSmartRef__":true,"id":64333},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"64333":{"submorphs":[{"__isSmartRef__":true,"id":64334}],"scripts":[],"shape":{"__isSmartRef__":true,"id":64349},"id":865,"renderContextTable":{"__isSmartRef__":true,"id":64356},"eventHandler":{"__isSmartRef__":true,"id":64357},"__layered_droppingEnabled__":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":64358},{"__isSmartRef__":true,"id":64359}],"con":{"__isSmartRef__":true,"id":64332},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":64360},"__LivelyClassName__":"lively.morphic.Path"},"64334":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":64335},"id":866,"renderContextTable":{"__isSmartRef__":true,"id":64346},"eventHandler":{"__isSmartRef__":true,"id":64347},"__layered_droppingEnabled__":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":64348},"owner":{"__isSmartRef__":true,"id":64333},"_Rotation":-3.113822016996372,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"64335":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":64336},{"__isSmartRef__":true,"id":64337},{"__isSmartRef__":true,"id":64338},{"__isSmartRef__":true,"id":64339}],"renderContextTable":{"__isSmartRef__":true,"id":64340},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":64341},"_Extent":{"__isSmartRef__":true,"id":64342},"_Padding":{"__isSmartRef__":true,"id":64343},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":64344},"_Fill":{"__isSmartRef__":true,"id":64345},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"64336":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"64337":{"isAbsolute":true,"x":-12,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"64338":{"isAbsolute":true,"x":4,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"64339":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"64340":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"64341":{"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64342":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64343":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64344":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64345":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64346":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"64347":{"morph":{"__isSmartRef__":true,"id":64334},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"64348":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64349":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":64350},{"__isSmartRef__":true,"id":64351}],"renderContextTable":{"__isSmartRef__":true,"id":64352},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":64353},"_Extent":{"__isSmartRef__":true,"id":64354},"_Padding":{"__isSmartRef__":true,"id":64355},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":64344},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"64350":{"isAbsolute":true,"x":719.9999999999999,"y":20,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"64351":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"64352":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"64353":{"x":-1,"y":-1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64354":{"x":721,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64355":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64356":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"64357":{"morph":{"__isSmartRef__":true,"id":64333},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"64358":{"morph":{"__isSmartRef__":true,"id":64333},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"64359":{"morph":{"__isSmartRef__":true,"id":64333},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":64334},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"64360":{"morphMenuItems":{"__isSmartRef__":true,"id":64361}},"64361":{"varMapping":{"__isSmartRef__":true,"id":64362},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || \n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, \n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), \n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":64367},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"64362":{"this":{"__isSmartRef__":true,"id":64333},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":64363}},"64363":{"$super":{"__isSmartRef__":true,"id":64364}},"64364":{"varMapping":{"__isSmartRef__":true,"id":64365},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":64366},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"64365":{"obj":{"__isSmartRef__":true,"id":64333},"name":"morphMenuItems"},"64366":{},"64367":{},"64368":{"x":159.05805805805812,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64369":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"64370":{"morph":{"__isSmartRef__":true,"id":64290},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"64371":{"x":111.36105352154709,"y":-11.352025158627953,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64372":{"x":490,"y":19,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64373":{"moveHorizontal":false},"64374":{"submorphs":[{"__isSmartRef__":true,"id":64375}],"scripts":[],"id":"B9E25C24-CE39-4DF5-B7B4-3246757CDA00","shape":{"__isSmartRef__":true,"id":64391},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":64406},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":64394},"lighterFill":{"__isSmartRef__":true,"id":64407},"label":{"__isSmartRef__":true,"id":64375},"name":"ScriptableButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":64416},"attributeConnections":[{"__isSmartRef__":true,"id":64417}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":64418},"renderContextTable":{"__isSmartRef__":true,"id":64419},"eventHandler":{"__isSmartRef__":true,"id":64420},"derivationIds":[2588,"8DA01C71-0A84-4A5A-8027-121F4684BB04","2F4904A6-2C6F-4A39-8C69-7C1E943F91B4","7F6F4EE1-856E-477B-8578-D99400031DBA","374C68BB-3D86-4DA0-9616-2B5320585D0E","23336C67-2F65-4D9F-9380-304876DC628F","8E57191F-E38B-4526-95AA-8D530FAC8156","7146BE6C-6AB9-4A41-89F9-0D6C1906F22C"],"owner":{"__isSmartRef__":true,"id":64054},"distanceToDragEvent":{"__isSmartRef__":true,"id":64421},"_Rotation":0,"_Scale":1,"layout":{"__isSmartRef__":true,"id":64422},"_ClipMode":"visible","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":64423},"__LivelyClassName__":"lively.morphic.Button"},"64375":{"submorphs":[],"scripts":[],"id":"93BA32B7-F3FD-41AD-931B-6DB6F444111F","shape":{"__isSmartRef__":true,"id":64376},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":64382},"_MaxTextWidth":20,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":64383},"_Padding":{"__isSmartRef__":true,"id":64384},"owner":{"__isSmartRef__":true,"id":64374},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":64385},"textChunks":[{"__isSmartRef__":true,"id":64386}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":64388},"eventHandler":{"__isSmartRef__":true,"id":64389},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[2589,"784F6E71-6365-4235-A0B6-69F992BB532B","54335D65-DB12-4322-84D0-BA8B85E7ED2F","2EF9D95D-4705-44B3-8D3C-446FEDC6346B","07108773-133C-4F4A-A740-33175849E789","E58C564E-D8F3-481A-821D-447F7C7556D8","D92DDD8E-7733-4909-A5E9-049EC55E90C0","5349ED28-AA73-4C7E-8241-575E1A050868"],"_MinTextWidth":20,"_MinTextHeight":null,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":64390},"__LivelyClassName__":"lively.morphic.Text"},"64376":{"position":{"__isSmartRef__":true,"id":64377},"_Extent":{"__isSmartRef__":true,"id":64378},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":64379},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":64380},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":64381},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"64377":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64378":{"x":20,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64379":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64380":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"64381":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64382":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64383":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64384":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64385":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64386":{"style":{"__isSmartRef__":true,"id":64387},"chunkOwner":{"__isSmartRef__":true,"id":64375},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"x","__LivelyClassName__":"lively.morphic.TextChunk"},"64387":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"64388":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"64389":{"morph":{"__isSmartRef__":true,"id":64375},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"64390":{"requiredModules":[],"idOnLoad":"93BA32B7-F3FD-41AD-931B-6DB6F444111F","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"64391":{"position":{"__isSmartRef__":true,"id":64392},"_Extent":{"__isSmartRef__":true,"id":64393},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":64092},"_Fill":{"__isSmartRef__":true,"id":64394},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":64404},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":64405},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"64392":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64393":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64394":{"stops":[{"__isSmartRef__":true,"id":64395},{"__isSmartRef__":true,"id":64397},{"__isSmartRef__":true,"id":64399},{"__isSmartRef__":true,"id":64401}],"vector":{"__isSmartRef__":true,"id":64403},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"64395":{"offset":0,"color":{"__isSmartRef__":true,"id":64396}},"64396":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64397":{"offset":0.4,"color":{"__isSmartRef__":true,"id":64398}},"64398":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64399":{"offset":0.6,"color":{"__isSmartRef__":true,"id":64400}},"64400":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64401":{"offset":1,"color":{"__isSmartRef__":true,"id":64402}},"64402":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64403":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64404":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"64405":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64406":{"x":836.8179038849663,"y":20.973229619022163,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64407":{"stops":[{"__isSmartRef__":true,"id":64408},{"__isSmartRef__":true,"id":64410},{"__isSmartRef__":true,"id":64412},{"__isSmartRef__":true,"id":64414}],"vector":{"__isSmartRef__":true,"id":64403},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"64408":{"offset":0,"color":{"__isSmartRef__":true,"id":64409}},"64409":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64410":{"offset":0.4,"color":{"__isSmartRef__":true,"id":64411}},"64411":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64412":{"offset":0.6,"color":{"__isSmartRef__":true,"id":64413}},"64413":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64414":{"offset":1,"color":{"__isSmartRef__":true,"id":64415}},"64415":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64416":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"partName":"ScriptableButton","comment":"Has a script that is called on button press","idOnLoad":"B9E25C24-CE39-4DF5-B7B4-3246757CDA00","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"64417":{"sourceObj":{"__isSmartRef__":true,"id":64374},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":64374},"targetMethodName":"onFire","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"64418":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64419":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"64420":{"morph":{"__isSmartRef__":true,"id":64374},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"64421":{"x":34.37010312407733,"y":-11.180760580820959,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64422":{"moveHorizontal":true},"64423":{"onFire":{"__isSmartRef__":true,"id":64424}},"64424":{"varMapping":{"__isSmartRef__":true,"id":64425},"source":"function onFire() {\n var tab = this.owner.owner.tab\n var toolPane = this.get('ToolTabPane')\n toolPane.tabBar.removeTab(tab)\n if(toolPane.tabBar.getTabs().length == 0) {\n if (toolPane.owner instanceof lively.morphic.Window)\n toolPane.owner.remove();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":64426},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"64425":{"this":{"__isSmartRef__":true,"id":64374}},"64426":{"timestamp":{"__isSmartRef__":true,"id":64427},"user":"undefined","tags":[]},"64427":{"isSerializedDate":true,"string":"Fri Feb 03 2012 16:32:27 GMT+0100 (Mitteleuropäische Zeit)"},"64428":{"position":{"__isSmartRef__":true,"id":64429},"_Extent":{"__isSmartRef__":true,"id":63915},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":64430},"_Fill":{"__isSmartRef__":true,"id":64431},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":64432},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":64433},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"64429":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64430":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64431":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64432":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"64433":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64434":{"partsSpaceName":"PartsBin/Dialogs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"requiredModules":["lively.ide"],"partName":"MethodFinderPane","comment":"Pane for new ToolTabs","changes":[{"__isSmartRef__":true,"id":64435},{"__isSmartRef__":true,"id":64437},{"__isSmartRef__":true,"id":64439},{"__isSmartRef__":true,"id":64441},{"__isSmartRef__":true,"id":64443},{"__isSmartRef__":true,"id":64445},{"__isSmartRef__":true,"id":64447},{"__isSmartRef__":true,"id":64449},{"__isSmartRef__":true,"id":64451}],"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"idOnLoad":"00FBCF2B-FDBA-466D-832E-78DE8CC3ADC2","revisionOnLoad":171467,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"64435":{"date":{"__isSmartRef__":true,"id":64436},"author":"jenslincke","message":"- fixed browse Global definitions","id":"7DE86114-1D7E-4551-BC8F-E12A980A8EE9"},"64436":{"isSerializedDate":true,"string":"Thu Feb 09 2012 11:27:56 GMT+0100 (Mitteleuropäische Zeit)"},"64437":{"date":{"__isSmartRef__":true,"id":64438},"author":"athomschke","message":"adjusted close button","id":"9EBA6297-7908-4B02-81F5-2B86B2E4B73D"},"64438":{"isSerializedDate":true,"string":"Fri Feb 03 2012 16:57:09 GMT+0100 (Mitteleuropäische Zeit)"},"64439":{"date":{"__isSmartRef__":true,"id":64440},"author":"undefined","message":"","id":"47289007-8CB3-4B03-B9D1-3A8717E85DCB"},"64440":{"isSerializedDate":true,"string":"Fri Feb 03 2012 16:36:31 GMT+0100 (Mitteleuropäische Zeit)"},"64441":{"date":{"__isSmartRef__":true,"id":64442},"author":"undefined","message":"- close button behavior","id":"0AD4C501-1DC4-4DD3-AFDC-A46F4ACD2CE1"},"64442":{"isSerializedDate":true,"string":"Fri Feb 03 2012 16:32:48 GMT+0100 (Mitteleuropäische Zeit)"},"64443":{"date":{"__isSmartRef__":true,"id":64444},"author":"undefined","message":"","id":"CA16FEC1-49E5-4310-BDB6-F744F413F7EF"},"64444":{"isSerializedDate":true,"string":"Fri Feb 03 2012 15:48:35 GMT+0100 (Mitteleuropäische Zeit)"},"64445":{"date":{"__isSmartRef__":true,"id":64446},"author":"undefined","message":"","id":"73F39208-58C9-4040-9948-516A104E5049"},"64446":{"isSerializedDate":true,"string":"Fri Feb 03 2012 15:42:18 GMT+0100 (Mitteleuropäische Zeit)"},"64447":{"date":{"__isSmartRef__":true,"id":64448},"author":"undefined","message":"","id":"7A744B14-C057-4944-AFDD-CC78A910B35F"},"64448":{"isSerializedDate":true,"string":"Fri Feb 03 2012 15:40:30 GMT+0100 (Mitteleuropäische Zeit)"},"64449":{"date":{"__isSmartRef__":true,"id":64450},"author":"undefined","message":"some style adjustments","id":"DA3EFD12-8A45-454C-993B-DB12847BEF94"},"64450":{"isSerializedDate":true,"string":"Mon Mar 26 2012 13:16:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"64451":{"date":{"__isSmartRef__":true,"id":64452},"author":"robertkrahn","message":"fixed scaling","id":"AF2B30BB-64BB-427B-AEF7-FDE01E1B2202"},"64452":{"isSerializedDate":true,"string":"Sat Jun 16 2012 13:51:14 GMT+0200 (Mitteleuropäische Sommerzeit)"},"64453":{"resizeWidth":true,"resizeHeight":true,"adjustForNewBounds":true},"64454":{"x":872.0934621532042,"y":440.7147151397129,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64455":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"64456":{"morph":{"__isSmartRef__":true,"id":64054},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"64457":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64458":{"x":583.4236186029176,"y":-13.858684727694055,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64459":{"search":{"__isSmartRef__":true,"id":64460},"browse":{"__isSmartRef__":true,"id":64464},"reset":{"__isSmartRef__":true,"id":64468},"setSearch":{"__isSmartRef__":true,"id":64472},"emphasizeStringIn":{"__isSmartRef__":true,"id":64475},"withAllMethodsDo":{"__isSmartRef__":true,"id":64478},"itemsFromFinds":{"__isSmartRef__":true,"id":64482},"browseMethod":{"__isSmartRef__":true,"id":64486},"openMethodInSystemBrowser":{"__isSmartRef__":true,"id":64490},"findSourceModule":{"__isSmartRef__":true,"id":64494},"searchOnServer":{"__isSmartRef__":true,"id":64498},"showLayerDefinition":{"__isSmartRef__":true,"id":64502}},"64460":{"varMapping":{"__isSmartRef__":true,"id":64461},"source":"function search(searchString) { \n this.get('searchResultList').updateList([]);\n this.get('sourceText').setTextString('');\n if (!searchString || (searchString.length < 2)) {\n this.get('sourceText').setTextString('\"' + searchString + '\" is to short');\n return;\n }\n var finds = [];\n var i=0;\n var matches = function(s) {\n return s.include(searchString)\n } \n\n // var re = new RegExp(searchString)\n var time = Functions.timeToRun(function() {\n this.withAllMethodsDo(function(object, eaMethod, type, optParent) {\n i++;\n var name;\n if (!object) return;\n\n if (object.constructor.prototype == object)\n name = object.constructor.name\n\n if (object.name) name = object.name;\n if (object.namespaceIdentifier)\n name = object.namespaceIdentifier\n\n if (object.constructor.prototype != object)\n name = name + \"(object)\"\n\n if ((object.constructor.prototype != object) && (object instanceof Morph))\n name = object.name + \"(\" + object.id + \")\"\n\n if (object === Global)\n name = \" \";\n\n if (type == \"layered\") {\n \n name = object._layered_object.constructor.type \n + \" (\" + optParent.name + \")\" \n \n }\n\n var string = name + \": \" + eaMethod; \n var item = {object: object, method: eaMethod, string: string, type: type};\n if (type == \"layered\") {\n item.layerName = optParent.name\n }\n\n if (matches(eaMethod)) {\n item.search= 'implementor',\n finds.push(item)\n return;\n } \n\n var f = object[eaMethod];\n if (!f || !f.getOriginal) return;\n var source = String(f.getOriginal())\n if (matches(source)){\n item.search = 'sender'\n finds.push(item)\n } \n })\n }.bind(this))\n this.get('sourceText').setTextString(\"search \" + i + \" methods, found \" \n + finds.length + \" methods in \" + time + \"ms\");\n var items = this.itemsFromFinds(finds)\n this.get('searchResultList').updateList(items);\n}","funcProperties":{"__isSmartRef__":true,"id":64462},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"64461":{"this":{"__isSmartRef__":true,"id":64054}},"64462":{"timestamp":{"__isSmartRef__":true,"id":64463},"user":"undefined","tags":[]},"64463":{"isSerializedDate":true,"string":"Thu Jan 19 2012 14:46:43 GMT+0100 (Mitteleuropäische Zeit)"},"64464":{"varMapping":{"__isSmartRef__":true,"id":64465},"source":"function browse(methodItem) {\n // methodItem = this.get('searchResultList').selection\n if (! methodItem) return;\n\n // deal with non method findings....\n if (methodItem.type == 'layer') {\n this.showLayerDefinition(methodItem)\n return\n } \n\n // methodItem = this.get('searchResultList').selection\n var methodName = methodItem.method;\n var object = methodItem.object;\n var orgFunc = object[methodName];\n\n if (!orgFunc || !orgFunc.getOriginal) {\n this.get('sourceText').setTextString('no source');\n return\n }\n orgFunc = orgFunc.getOriginal()\n \n this.targetFunction = orgFunc;\n this.targetObject = object;\n\n var source = \"// changes here only affect runtime\\n\", \n tab = lively.morphic.Text.prototype.tab;\n if (methodItem.layerName) {\n var partialMethod = object[methodName];\n source += methodItem.layerName + \".refineClass(\" + \n object._layered_object.constructor.type + \", {\\n\" + \n tab + methodName + \": \" + partialMethod +\"\\n})\";\n } else if (orgFunc.belongsToTrait) {\n source += \"Trait('\" + orgFunc.belongsToTrait.name + \"', {\\n\" \n + tab + methodName + \": \" + orgFunc +\"\\n})\";\n } else if (orgFunc.declaredClass) {\n source += orgFunc.declaredClass + \".addMethods({\\n\" \n + tab + methodName + \": \" \n + orgFunc + \"\\n});\"\n } else if(methodItem.type == 'extend') {\n // perhaps it is a an class object\n source += \"Object.extend(\" + (object.type || object.namespaceIdentifier) \n + \",{\\n\" + tab + methodName + \": \" \n + orgFunc + \"\\n});\"\n } else if(object.isMorph && (object.constructor.prototype !== object) ) {\n // display as script\n source = \"this.addScript(\" + orgFunc + \");\"\n } else if(object === Global) {\n // display as script\n source += \"Object.extend(Global, {\\n\" + tab + methodName + \": \" +\n orgFunc + \"\\n});\"\n }\n\n this.get('sourceText').setTextString(source)\n\n module('lively.ide.SyntaxHighlighting').load(true);\n this.get('sourceText').highlightJavaScriptSyntax();\n\n var searchText = this.get('searchText').textString;\n var m = searchText.match(/[^a-zA-Z0-9_\\.]/g)\n if(m) {\n m.forEach(function (each) {\n var escapedChar = '\\\\' + each;\n var position = searchText.search(\n new RegExp('[^\\\\\\\\]' + '\\\\' + each)) + 1;\n searchText = searchText.substring(0,position) \n + escapedChar + searchText.substr(position + 1);\n });\n }\n this.get('sourceText').emphasizeRegex(new RegExp(searchText, 'g'), {color: Color.red});\n\n var info = '' + this.findSourceModule(orgFunc);\n\n if (orgFunc.belongsToTrait)\n info += ' (' + orgFunc.belongsToTrait + \" in \" + orgFunc.belongsToTrait.sourceModule +\")\";\n\n this.get('infoText').setTextString(info)\n}","funcProperties":{"__isSmartRef__":true,"id":64466},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"64465":{"this":{"__isSmartRef__":true,"id":64054}},"64466":{"timestamp":{"__isSmartRef__":true,"id":64467},"user":"undefined","tags":[]},"64467":{"isSerializedDate":true,"string":"Thu Feb 02 2012 13:55:34 GMT+0100 (Mitteleuropäische Zeit)"},"64468":{"varMapping":{"__isSmartRef__":true,"id":64469},"source":"function reset() {\n this.doNotSerialize = ['targetFunction', 'targetObject']\n this.get('searchResultList').updateList([]);\n this.get('searchResultList').setSelection(null);\n this.get('searchText').setTextString('enter method name here');\n this.get('sourceText').setTextString('no code');\n this.get('infoText').setTextString('');\n this.targetFunction = null;\n this.targetObject = null;\n}","funcProperties":{"__isSmartRef__":true,"id":64470},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"64469":{"this":{"__isSmartRef__":true,"id":64054}},"64470":{"timestamp":{"__isSmartRef__":true,"id":64471},"user":"undefined","tags":[]},"64471":{"isSerializedDate":true,"string":"Fri Feb 03 2012 15:30:14 GMT+0100 (Mitteleuropäische Zeit)"},"64472":{"varMapping":{"__isSmartRef__":true,"id":64473},"source":"function setSearch(searchString) {\n this.get('searchText').setTextString(searchString);\n this.search(searchString)\n var list = this.get('searchResultList').getList();\n if (list.length > 0) this.get('searchResultList').setSelection(list[0])\n}","funcProperties":{"__isSmartRef__":true,"id":64474},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"64473":{"this":{"__isSmartRef__":true,"id":64054}},"64474":{},"64475":{"varMapping":{"__isSmartRef__":true,"id":64476},"source":"function emphasizeStringIn(morph, string, style) {\n var m;\n var re = new RegExp(string, \"g\");\n while(m = re.exec(morph.textString)) {\n var from = m.index,\n to = m.index + m[0].length;\n morph.emphasize(style, from, to)\n }\n}","funcProperties":{"__isSmartRef__":true,"id":64477},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"64476":{"this":{"__isSmartRef__":true,"id":64054}},"64477":{},"64478":{"varMapping":{"__isSmartRef__":true,"id":64479},"source":"function withAllMethodsDo(func) {\n var visited = [];\n\n cop.allLayers().forEach(function(layer) {\n func(eval(layer.namespaceName), layer.name, 'layer')\n layer.layeredObjects().forEach(function(obj) {\n var layerDef = cop.getLayerDefinitionForObject(layer, obj)\n Functions.own(layerDef).forEach(function(eaMethod) {\n func(layerDef, eaMethod, 'layered', layer)\n });\n });\n }); \n\n\n Functions.own(Global).forEach(function(eaMethod) {\n func(Global, eaMethod, 'global')\n }); \n\n this.world().withAllSubmorphsDo(function(ea) {\n Functions.own(ea).forEach(function(eaMethod) {\n func(ea, eaMethod, 'script')\n }); \n });\n\n Global.subNamespaces(true).forEach(function(ea) {\n Functions.own(ea).forEach(function(eaMethod) {\n func(ea, eaMethod, 'extend')\n }); \n });\n\n Global.classes(true).uniq().forEach(function(eaClass) {\n Functions.own(eaClass).forEach(function(eaMethod) {\n func(eaClass, eaMethod, 'extend')\n }); \n\n Functions.own(eaClass.prototype).forEach(function(eaMethod) {\n func(eaClass.prototype, eaMethod, 'class')\n }) \n })\n}","funcProperties":{"__isSmartRef__":true,"id":64480},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"64479":{"this":{"__isSmartRef__":true,"id":64054}},"64480":{"timestamp":{"__isSmartRef__":true,"id":64481},"user":"undefined","tags":[]},"64481":{"isSerializedDate":true,"string":"Thu Jan 19 2012 14:41:57 GMT+0100 (Mitteleuropäische Zeit)"},"64482":{"varMapping":{"__isSmartRef__":true,"id":64483},"source":"function itemsFromFinds(finds) {\n var searchString = this.get('searchText').textString;\n var items = finds.collect(function(ea) {\n var pref = \"\" + ea.type + \" \";\n if (ea.search == \"sender\") pref += \"full: \"\n if (ea.search == \"implementor\") pref += \"name: \"\n var string = pref + ea.string;\n var func = ea.object[ea.method];\n if (func.belongsToTrait) \n string += ' / ' + func.belongsToTrait + '' \n\n var result = {\n isListItem: true,\n value: ea,\n string: string,\n doNotSerialize: ['value'],\n priority: {implementor: \"B\", sender: \"C\"}[ea.search] || \"D\",\n };\n if (ea.method == searchString) result.priority = \"A\"\n return result\n })\n items = items.sortBy(function(ea) {return ea.priority + ea.string})\n return items\n}","funcProperties":{"__isSmartRef__":true,"id":64484},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"64483":{"this":{"__isSmartRef__":true,"id":64054}},"64484":{"timestamp":{"__isSmartRef__":true,"id":64485},"user":"undefined","tags":[]},"64485":{"isSerializedDate":true,"string":"Fri Feb 03 2012 15:31:52 GMT+0100 (Mitteleuropäische Zeit)"},"64486":{"varMapping":{"__isSmartRef__":true,"id":64487},"source":"function browseMethod() {\n alertOK('browseMethod')\n var methodItem = this.get('searchResultList').selection;\n if (methodItem.type == 'layer') {\n var layer = methodItem.object[methodItem.method];\n this.openMethodInSystemBrowser(methodItem.method, \n undefined, layer.sourceModule);\n return\n }\n\n if (!this.targetFunction) return;\n var methodName = this.targetFunction.methodName || this.targetFunction.displayName; \n if(this.targetFunction.declaredClass) {\n var classObj = eval(this.targetFunction.declaredClass)\n this.openMethodInSystemBrowser(classObj.type, methodName);\n return;\n }\n if(this.targetFunction.belongsToTrait) {\n this.openMethodInSystemBrowser(this.targetFunction.belongsToTrait.name, methodName);\n return;\n }\n if(Class.isClass(this.targetObject)) {\n this.openMethodInSystemBrowser(this.targetObject.type, methodName);\n return;\n }\n if(this.targetObject.namespaceIdentifier) {\n this.openMethodInSystemBrowser(this.targetObject.namespaceIdentifier, methodName);\n return;\n }\n if(this.targetObject instanceof lively.morphic.Morph) {\n var editor = this.world().openObjectEditorFor(this.targetObject);\n editor.align(editor.bounds().center(), this.world().visibleBounds().center());\n return;\n }\n if (Class.isClass(this.targetFunction)) {\n // constructor\n this.openMethodInSystemBrowser(this.targetFunction.displayName);\n return;\n }\n \n alertOK('not implemented yet for ' + this.targetFunction)\n}","funcProperties":{"__isSmartRef__":true,"id":64488},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"64487":{"this":{"__isSmartRef__":true,"id":64054}},"64488":{"timestamp":{"__isSmartRef__":true,"id":64489},"user":"undefined","tags":[]},"64489":{"isSerializedDate":true,"string":"Thu Jan 19 2012 16:54:12 GMT+0100 (Mitteleuropäische Zeit)"},"64490":{"varMapping":{"__isSmartRef__":true,"id":64491},"source":"function openMethodInSystemBrowser(objectName, methodName, optSourceModule) {\n if (objectName)\n objectName = objectName.replace(/^Global\\./,\"\");\n // alertOK(\"browse \" + objectName + \":\" + methodName)\n // objectName = 'SelectionMorphTrait', methodName = 'onDrag'\n var sourceModule = optSourceModule ||\n this.findSourceModule(this.targetFunction);\n if (!sourceModule) \n alert('could not browse, since no source module found!')\n var uri = new URL(sourceModule.uri()),\n relative = uri.relativePathFrom(new URL(Config.codeBase)),\n moduleNode = lively.ide.startSourceControl().addModule(relative),\n rootNode = moduleNode.ast();\n\n var fileFragments = rootNode.subElements(10).select(function(ea) {\n var path = ea.getOwnerNamePath()\n if (objectName == \"Global\")\n return path.include(methodName);\n return path.include(objectName) && (!methodName || path.include(methodName)) \n });\n \n\n\n // alertOK(\"found following places to browse: \" + fileFragments)\n if (fileFragments.length > 0) {\n fileFragments[0].browseIt()\n } else {\n alert(\"browse failed. Nothing found for \" + objectName + \">>\" + methodName + \" in \" + sourceModule.uri());\n rootNode.browseIt();\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":64492},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"64491":{"this":{"__isSmartRef__":true,"id":64054}},"64492":{"timestamp":{"__isSmartRef__":true,"id":64493},"user":"jenslincke","tags":[]},"64493":{"isSerializedDate":true,"string":"Thu Feb 09 2012 11:27:23 GMT+0100 (Mitteleuropäische Zeit)"},"64494":{"varMapping":{"__isSmartRef__":true,"id":64495},"source":"function findSourceModule(funcObj) {\n if (this.targetFunction.belongsToTrait) \n return this.targetFunction.belongsToTrait.sourceModule\n if (funcObj.sourceModule)\n return funcObj.sourceModule;\n // look in the class\n if (!funcObj.sourceModule && funcObj.declaredClass) {\n var classObj = eval(funcObj.declaredClass)\n return classObj.sourceModule\n }\n}","funcProperties":{"__isSmartRef__":true,"id":64496},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"64495":{"this":{"__isSmartRef__":true,"id":64054}},"64496":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":64497}},"64497":{"isSerializedDate":true,"string":"Fri Nov 04 2011 15:27:13 GMT+0100 (Mitteleuropäische Zeit)"},"64498":{"varMapping":{"__isSmartRef__":true,"id":64499},"source":"function searchOnServer() {\n var serverSearch = this.world().openPartItem('ServerSearch', 'PartsBin/Tools'); \n serverSearch.setSearch(this.get('searchText').textString)\n}","funcProperties":{"__isSmartRef__":true,"id":64500},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"64499":{"this":{"__isSmartRef__":true,"id":64054}},"64500":{"timestamp":{"__isSmartRef__":true,"id":64501},"user":"jenslincke","categories":[]},"64501":{"isSerializedDate":true,"string":"Fri Nov 18 2011 11:40:23 GMT+0100 (Mitteleuropäische Zeit)"},"64502":{"varMapping":{"__isSmartRef__":true,"id":64503},"source":"function showLayerDefinition(methodItem) {\n var info = \"layer definition\" \n var source = \"TODO: print layer def here...\"\n this.get('infoText').setTextString(info)\n this.get('sourceText').setTextString(source)\n}","funcProperties":{"__isSmartRef__":true,"id":64504},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"64503":{"this":{"__isSmartRef__":true,"id":64054}},"64504":{"timestamp":{"__isSmartRef__":true,"id":64505},"user":"undefined","tags":[]},"64505":{"isSerializedDate":true,"string":"Thu Jan 19 2012 15:30:43 GMT+0100 (Mitteleuropäische Zeit)"},"64506":{"_Position":{"__isSmartRef__":true,"id":64507},"renderContextTable":{"__isSmartRef__":true,"id":64508},"_Extent":{"__isSmartRef__":true,"id":63915},"_Padding":{"__isSmartRef__":true,"id":64509},"_NodeClass":["morph","tabpane"],"_NodeId":"morph-611ef698-7d60-4805-883a-238bea95c573","_Fill":{"__isSmartRef__":true,"id":64510},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":63581},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"64507":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64508":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"64509":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64510":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64511":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"64512":{"morph":{"__isSmartRef__":true,"id":64053},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"64513":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64514":{"adjustForNewBounds":true,"resizeWidth":true,"resizeHeight":true},"64515":{"x":0,"y":30,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64516":{"x":90,"y":30,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64517":{"x":90,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64518":{"submorphs":[{"__isSmartRef__":true,"id":64519},{"__isSmartRef__":true,"id":64530}],"scripts":[],"shape":{"__isSmartRef__":true,"id":64559},"derivationIds":[null],"id":"37D833F7-02A5-4DEF-9EEE-29ADC6126976","renderContextTable":{"__isSmartRef__":true,"id":64564},"eventHandler":{"__isSmartRef__":true,"id":64565},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"tabBar":{"__isSmartRef__":true,"id":63534},"tabBarOffset":180,"layout":{"__isSmartRef__":true,"id":64566},"pane":{"__isSmartRef__":true,"id":64567},"label":{"__isSmartRef__":true,"id":64519},"name":"S:loadPart","grabbingEnabled":false,"draggingEnabled":false,"priorExtent":{"__isSmartRef__":true,"id":65008},"closeButton":{"__isSmartRef__":true,"id":64530},"owner":{"__isSmartRef__":true,"id":63534},"_Position":{"__isSmartRef__":true,"id":65009},"isActive":false,"__LivelyClassName__":"lively.morphic.Tab","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"64519":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":64520},"derivationIds":[null],"id":"C4590FEF-1390-4F4B-9A79-BE5D4A23B356","renderContextTable":{"__isSmartRef__":true,"id":64524},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":64525}],"eventHandler":{"__isSmartRef__":true,"id":64527},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"_Position":{"__isSmartRef__":true,"id":64528},"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"eventsAreDisabled":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":64518},"priorExtent":{"__isSmartRef__":true,"id":64529},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"64520":{"_Position":{"__isSmartRef__":true,"id":64521},"renderContextTable":{"__isSmartRef__":true,"id":64522},"_Extent":{"__isSmartRef__":true,"id":64523},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-c4590fef-1390-4f4b-9a79-be5d4a23b356","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"64521":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64522":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"64523":{"x":69,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64524":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"64525":{"style":{"__isSmartRef__":true,"id":64526},"chunkOwner":{"__isSmartRef__":true,"id":64519},"storedString":"S:loadPart","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"64526":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"64527":{"morph":{"__isSmartRef__":true,"id":64519},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"64528":{"x":5,"y":5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64529":{"x":80,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64530":{"submorphs":[{"__isSmartRef__":true,"id":64531}],"scripts":[],"shape":{"__isSmartRef__":true,"id":64541},"derivationIds":[null],"id":"8C6F177F-2A50-4A0C-839B-8510340AB698","renderContextTable":{"__isSmartRef__":true,"id":64552},"eventHandler":{"__isSmartRef__":true,"id":64553},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":64531},"priorExtent":{"__isSmartRef__":true,"id":64554},"owner":{"__isSmartRef__":true,"id":64518},"_Position":{"__isSmartRef__":true,"id":64555},"layout":{"__isSmartRef__":true,"id":64556},"attributeConnections":[{"__isSmartRef__":true,"id":64557}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"isPressed":false,"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"64531":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":64532},"derivationIds":[null],"id":"FC29F6DD-D903-4566-9DCF-C30FCBD81548","renderContextTable":{"__isSmartRef__":true,"id":64536},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":64537}],"eventHandler":{"__isSmartRef__":true,"id":64539},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":64530},"isLabel":true,"_HandStyle":"default","_TextColor":{"__isSmartRef__":true,"id":118},"_Align":"center","eventsAreIgnored":true,"priorExtent":{"__isSmartRef__":true,"id":64540},"_MaxTextWidth":20,"_MinTextWidth":20,"_MaxTextHeight":null,"_MinTextHeight":null,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"64532":{"_Position":{"__isSmartRef__":true,"id":64533},"renderContextTable":{"__isSmartRef__":true,"id":64534},"_Extent":{"__isSmartRef__":true,"id":64535},"_Padding":{"__isSmartRef__":true,"id":7607},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-fc29f6dd-d903-4566-9dcf-c30fcbd81548","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"64533":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64534":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"64535":{"x":20,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64536":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"64537":{"style":{"__isSmartRef__":true,"id":64538},"chunkOwner":{"__isSmartRef__":true,"id":64531},"storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"64538":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"64539":{"morph":{"__isSmartRef__":true,"id":64531},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"64540":{"x":20,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64541":{"_Position":{"__isSmartRef__":true,"id":64542},"renderContextTable":{"__isSmartRef__":true,"id":64543},"_Extent":{"__isSmartRef__":true,"id":64540},"_Padding":{"__isSmartRef__":true,"id":64544},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":144},"_BorderRadius":5,"_NodeClass":["morph","button"],"_NodeId":"morph-8c6f177f-2a50-4a0c-839b-8510340ab698","_Fill":{"__isSmartRef__":true,"id":64545},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"64542":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64543":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"64544":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64545":{"stops":[{"__isSmartRef__":true,"id":64546},{"__isSmartRef__":true,"id":64548},{"__isSmartRef__":true,"id":64549},{"__isSmartRef__":true,"id":64550}],"vector":{"__isSmartRef__":true,"id":153},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"64546":{"offset":0,"color":{"__isSmartRef__":true,"id":64547}},"64547":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64548":{"offset":0.3,"color":{"__isSmartRef__":true,"id":149}},"64549":{"offset":0.7,"color":{"__isSmartRef__":true,"id":149}},"64550":{"offset":1,"color":{"__isSmartRef__":true,"id":64551}},"64551":{"r":0.7973333333333334,"g":0.7973333333333334,"b":0.7973333333333334,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64552":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"64553":{"morph":{"__isSmartRef__":true,"id":64530},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"64554":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64555":{"x":67,"y":6,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64556":{"moveHorizontal":true},"64557":{"sourceObj":{"__isSmartRef__":true,"id":64530},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":64518},"targetMethodName":"closeTab","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":64558},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"64558":{"source":{"__isSmartRef__":true,"id":64530},"target":{"__isSmartRef__":true,"id":64518}},"64559":{"_Position":{"__isSmartRef__":true,"id":64560},"renderContextTable":{"__isSmartRef__":true,"id":64561},"_Extent":{"__isSmartRef__":true,"id":64562},"_Padding":{"__isSmartRef__":true,"id":64563},"_NodeClass":["morph","tab"],"_NodeId":"morph-37d833f7-02a5-4def-9eee-29adc6126976","_Fill":{"__isSmartRef__":true,"id":63581},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":63581},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"64560":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64561":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"64562":{"x":90,"y":30,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64563":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64564":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"64565":{"morph":{"__isSmartRef__":true,"id":64518},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"64566":{"adjustForNewBounds":true},"64567":{"submorphs":[{"__isSmartRef__":true,"id":64568}],"scripts":[],"shape":{"__isSmartRef__":true,"id":64998},"derivationIds":[null],"id":"6339CB7C-AD3A-4D81-ADD4-FA09A2EB87FF","renderContextTable":{"__isSmartRef__":true,"id":65003},"eventHandler":{"__isSmartRef__":true,"id":65004},"_ClipMode":"scroll","droppingEnabled":true,"halosEnabled":true,"tab":{"__isSmartRef__":true,"id":64518},"tabBar":{"__isSmartRef__":true,"id":63534},"priorExtent":{"__isSmartRef__":true,"id":65005},"layout":{"__isSmartRef__":true,"id":65006},"grabbingEnabled":false,"draggingEnabled":false,"name":"S:loadPart - Pane","owner":{"__isSmartRef__":true,"id":63533},"_Position":{"__isSmartRef__":true,"id":65007},"__LivelyClassName__":"lively.morphic.TabPane","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"64568":{"submorphs":[{"__isSmartRef__":true,"id":64569},{"__isSmartRef__":true,"id":64586},{"__isSmartRef__":true,"id":64635},{"__isSmartRef__":true,"id":64687},{"__isSmartRef__":true,"id":64718},{"__isSmartRef__":true,"id":64734},{"__isSmartRef__":true,"id":64782},{"__isSmartRef__":true,"id":64866}],"scripts":[],"id":"4C648331-CC39-4E47-BCB7-31F150C41780","shape":{"__isSmartRef__":true,"id":64920},"__layered_droppingEnabled__":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"MethodFinderPane1","partsBinMetaInfo":{"__isSmartRef__":true,"id":64926},"__SourceModuleName__":"Global.lively.morphic.Core","isCopyMorphRef":true,"morphRefId":1,"layout":{"__isSmartRef__":true,"id":64945},"priorExtent":{"__isSmartRef__":true,"id":64946},"renderContextTable":{"__isSmartRef__":true,"id":64947},"eventHandler":{"__isSmartRef__":true,"id":64948},"attributeConnections":[],"doNotSerialize":["targetFunction","targetObject"],"doNotCopyProperties":[],"prevScroll":[0,0],"isBeingDragged":false,"_Position":{"__isSmartRef__":true,"id":64949},"derivationIds":[204,"90F6ED76-D56E-436C-96E7-CBFE7106283E","53162F18-6DD1-4230-B30F-EC4BA7B7A9ED","73F374A9-9CEE-4D2E-8BA6-030971E02396","0859BA09-FE36-4B7E-85B5-A141B84A252C","AB402971-988F-4D01-AE49-87C1AFEAA1C3","A80F8C19-12D2-49AF-941A-2454433D2A59","9370F962-CBB6-42C0-8F15-79D0F66045FD","2F24C0FF-1360-4C35-BE22-B5DE5FFAB3F4","81FC43AC-A19A-48A5-B854-601A302E5585","BBF2876B-A928-4012-A9BD-A39052E30483","3E2C739C-3BA6-4C2C-B7FB-A726AA7015BB","B55E78F3-F8DB-4034-91E7-0D1B364B82DA"],"distanceToDragEvent":{"__isSmartRef__":true,"id":64950},"moved":true,"_Rotation":0,"_Scale":1,"_ClipMode":"visible","owner":{"__isSmartRef__":true,"id":64567},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":64951},"__LivelyClassName__":"lively.morphic.Box"},"64569":{"submorphs":[],"scripts":[],"id":"E30C392E-21DE-46F9-953E-E9687750F7EE","shape":{"__isSmartRef__":true,"id":64570},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":64576},"_MaxTextWidth":287,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":64577},"showsHalos":false,"_FontSize":13,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"searchText","partsBinMetaInfo":{"__isSmartRef__":true,"id":64578},"owner":{"__isSmartRef__":true,"id":64568},"charsReplaced":"enter method name here","lastFindLoc":22,"attributeConnections":[{"__isSmartRef__":true,"id":64579}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"isInputLine":true,"_WhiteSpaceHandling":"pre-wrap","allowInput":true,"textChunks":[{"__isSmartRef__":true,"id":64580}],"prevScroll":[0,0],"_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":64582},"lastSearchString":"prev","renderContextTable":{"__isSmartRef__":true,"id":64583},"eventHandler":{"__isSmartRef__":true,"id":64584},"_MinTextWidth":287,"_MinTextHeight":null,"previousSelection":[0,0],"distanceToDragEvent":{"__isSmartRef__":true,"id":64585},"isBeingDragged":false,"derivationIds":[205,"63CD6525-ECE4-4F52-A84B-27633C22F3F9","D7B775A2-513B-4768-AB24-6718580E61A9","FE8FA703-C984-4702-8139-2C4E9353FB41","2C124317-773E-498D-BB6D-9BEC99637AF3","BFDC0BE7-0289-4FA0-A2EC-14EF2BA09445","E16771FE-0062-4803-9678-9625DB0CFBFA","B9D2EC7D-E050-4D3D-8ABC-52D8ACA55936","196DC9F1-78FF-488F-80AB-8129A171A1C9","F2FB3FCC-8AE2-4DFB-AD6F-3DE2513762B0","4897081D-DCA7-4D33-B262-00412C9821FD","9DEE84F9-6727-4802-BD51-456C40E212F1","3868C69C-36F7-42FF-95C8-191FBE40BCA2"],"savedTextString":"bla","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"64570":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":64571},"_Extent":{"__isSmartRef__":true,"id":64572},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":64573},"renderContextTable":{"__isSmartRef__":true,"id":64574},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":64575},"_BorderRadius":4,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"64571":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64572":{"x":292,"y":25,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64573":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64574":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"64575":{"x":3,"y":3,"width":-3,"height":-3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64576":{"x":10,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64577":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64578":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","idOnLoad":"E30C392E-21DE-46F9-953E-E9687750F7EE","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"64579":{"sourceObj":{"__isSmartRef__":true,"id":64569},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":64568},"targetMethodName":"search","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"64580":{"style":{"__isSmartRef__":true,"id":64581},"chunkOwner":{"__isSmartRef__":true,"id":64569},"storedString":"loadPart","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"64581":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"64582":{"x":292,"y":25,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64583":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"64584":{"morph":{"__isSmartRef__":true,"id":64569},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"64585":{"x":199.7085210421884,"y":-15.498997494989453,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64586":{"submorphs":[{"__isSmartRef__":true,"id":64587}],"scripts":[],"id":"42440C32-4D48-4EE8-A237-4EEA3A9BE420","shape":{"__isSmartRef__":true,"id":64603},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":64619},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":64607},"lighterFill":{"__isSmartRef__":true,"id":64620},"label":{"__isSmartRef__":true,"id":64587},"showsHalos":false,"name":"searchButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":64629},"__SourceModuleName__":"Global.lively.morphic.Widgets","owner":{"__isSmartRef__":true,"id":64568},"attributeConnections":[{"__isSmartRef__":true,"id":64630}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"priorExtent":{"__isSmartRef__":true,"id":64631},"renderContextTable":{"__isSmartRef__":true,"id":64632},"eventHandler":{"__isSmartRef__":true,"id":64633},"distanceToDragEvent":{"__isSmartRef__":true,"id":64634},"derivationIds":[206,"CB9026E7-BAD5-49AB-B6E0-88B46D561743","C2FEDA8A-ABCE-426D-BB39-F8B4C0CCBE5F","21DC60CF-D1A0-4B54-9B91-F82A50CF8D3A","6E0B3DCD-9AD6-4AAF-A854-252E628FC222","457022C0-0CD0-426F-89B8-DAA8E3AA15C0","AE87A8FC-A7FF-40D5-B8B3-351194957A1B","0107A29A-C954-43A8-82FD-CEE77E946A25","E82E1B35-1C20-4BE4-A5CB-0936E7D4AD20","7485F277-13B5-4FF4-9B90-10385A227006","216A87FA-4CA8-4657-886E-D2EE1398E86F","051E1CDB-3E9B-41A7-89A7-24E539E5FA37","94585AAD-3EC1-42EB-9974-C981FF5A4539"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Button"},"64587":{"submorphs":[],"scripts":[],"id":"2EC59817-643C-4DFC-BA85-A2F9380EC3D5","shape":{"__isSmartRef__":true,"id":64588},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":64594},"_MaxTextWidth":77,"_MaxTextHeight":null,"padding":{"__isSmartRef__":true,"id":64595},"_Padding":{"__isSmartRef__":true,"id":64596},"owner":{"__isSmartRef__":true,"id":64586},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textStyle":null,"textChunks":[{"__isSmartRef__":true,"id":64597}],"prevScroll":[0,0],"_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":64599},"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":64600},"eventHandler":{"__isSmartRef__":true,"id":64601},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":77,"_MinTextHeight":null,"derivationIds":[207,"9A623BA1-A240-454B-B0DD-53932A371FB3","9E828467-210E-44D4-8E3D-17C5F92B1AAE","75AF52F1-0E7E-419A-BC00-5CCC0D52CEDC","F3C81240-9550-45C3-8B7A-8A3C0ED15BE6","70D8CC33-5AEE-45B5-AC0B-B9A6350C7F51","C80D2176-BA4F-4DCF-88D8-540ADE03E6B9","CB9FE42C-61BF-409D-9CC7-1F1B094C61FA","BF7D1270-418D-46A3-95E5-991F82DAD8C6","CDA433D8-442B-4D3A-A58E-F9C5FCED9086","039DDED5-FFAA-423A-99F2-2236BB594511","E618043F-74DF-4D4A-991F-5AA47FD766F8","B41F9418-E248-400B-AD6D-4963C128AB45"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":64602},"__LivelyClassName__":"lively.morphic.Text"},"64588":{"position":{"__isSmartRef__":true,"id":64589},"_Extent":{"__isSmartRef__":true,"id":64590},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":64591},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":64592},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":64593},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"64589":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64590":{"x":77,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64591":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64592":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"64593":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64594":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64595":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64596":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64597":{"style":{"__isSmartRef__":true,"id":64598},"morph":{"__isSmartRef__":true,"id":64587},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":64587},"storedString":"search","__LivelyClassName__":"lively.morphic.TextChunk"},"64598":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"64599":{"x":77,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64600":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"64601":{"morph":{"__isSmartRef__":true,"id":64587},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"64602":{"requiredModules":[],"idOnLoad":"2EC59817-643C-4DFC-BA85-A2F9380EC3D5","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"64603":{"position":{"__isSmartRef__":true,"id":64604},"_Extent":{"__isSmartRef__":true,"id":64605},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":64606},"_Fill":{"__isSmartRef__":true,"id":64607},"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":64617},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":64618},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"64604":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64605":{"x":77,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64606":{"r":0.258,"g":0.258,"b":0.258,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64607":{"stops":[{"__isSmartRef__":true,"id":64608},{"__isSmartRef__":true,"id":64610},{"__isSmartRef__":true,"id":64612},{"__isSmartRef__":true,"id":64614}],"vector":{"__isSmartRef__":true,"id":64616},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"64608":{"offset":0,"color":{"__isSmartRef__":true,"id":64609}},"64609":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64610":{"offset":0.4,"color":{"__isSmartRef__":true,"id":64611}},"64611":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64612":{"offset":0.6,"color":{"__isSmartRef__":true,"id":64613}},"64613":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64614":{"offset":1,"color":{"__isSmartRef__":true,"id":64615}},"64615":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64616":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64617":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"64618":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64619":{"x":310,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64620":{"stops":[{"__isSmartRef__":true,"id":64621},{"__isSmartRef__":true,"id":64623},{"__isSmartRef__":true,"id":64625},{"__isSmartRef__":true,"id":64627}],"vector":{"__isSmartRef__":true,"id":64616},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"64621":{"offset":0,"color":{"__isSmartRef__":true,"id":64622}},"64622":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64623":{"offset":0.4,"color":{"__isSmartRef__":true,"id":64624}},"64624":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64625":{"offset":0.6,"color":{"__isSmartRef__":true,"id":64626}},"64626":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64627":{"offset":1,"color":{"__isSmartRef__":true,"id":64628}},"64628":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64629":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","idOnLoad":"42440C32-4D48-4EE8-A237-4EEA3A9BE420","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"64630":{"sourceObj":{"__isSmartRef__":true,"id":64586},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":64569},"targetMethodName":"doSave","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"64631":{"x":77,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64632":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"64633":{"morph":{"__isSmartRef__":true,"id":64586},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"64634":{"x":53.70852104218841,"y":-21.498997494989453,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64635":{"submorphs":[],"scripts":[],"id":"BF842D72-FEDF-45BE-842C-CAFAF36759E9","shape":{"__isSmartRef__":true,"id":64636},"__layered_droppingEnabled__":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":64643},"itemList":[{"__isSmartRef__":true,"id":64644},{"__isSmartRef__":true,"id":64645},{"__isSmartRef__":true,"id":64646},{"__isSmartRef__":true,"id":64647},{"__isSmartRef__":true,"id":64648},{"__isSmartRef__":true,"id":64649},{"__isSmartRef__":true,"id":64650},{"__isSmartRef__":true,"id":64651},{"__isSmartRef__":true,"id":64652},{"__isSmartRef__":true,"id":64653},{"__isSmartRef__":true,"id":64654},{"__isSmartRef__":true,"id":64655},{"__isSmartRef__":true,"id":64656},{"__isSmartRef__":true,"id":64657},{"__isSmartRef__":true,"id":64658},{"__isSmartRef__":true,"id":64659},{"__isSmartRef__":true,"id":64660},{"__isSmartRef__":true,"id":64661},{"__isSmartRef__":true,"id":64662},{"__isSmartRef__":true,"id":64663},{"__isSmartRef__":true,"id":64664},{"__isSmartRef__":true,"id":64665},{"__isSmartRef__":true,"id":64666},{"__isSmartRef__":true,"id":64667},{"__isSmartRef__":true,"id":64668},{"__isSmartRef__":true,"id":64669},{"__isSmartRef__":true,"id":64670},{"__isSmartRef__":true,"id":64671},{"__isSmartRef__":true,"id":64672},{"__isSmartRef__":true,"id":64673},{"__isSmartRef__":true,"id":64674},{"__isSmartRef__":true,"id":64675},{"__isSmartRef__":true,"id":64676},{"__isSmartRef__":true,"id":64677}],"showsHalos":false,"name":"searchResultList","partsBinMetaInfo":{"__isSmartRef__":true,"id":64678},"__SourceModuleName__":"Global.lively.morphic.Core","owner":{"__isSmartRef__":true,"id":64568},"attributeConnections":[{"__isSmartRef__":true,"id":64679}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"prevScroll":[0,192],"resizeHeight":true,"resizeWidth":true,"layout":{"__isSmartRef__":true,"id":64680},"priorExtent":{"__isSmartRef__":true,"id":64681},"renderContextTable":{"__isSmartRef__":true,"id":64682},"eventHandler":{"__isSmartRef__":true,"id":64683},"distanceToDragEvent":{"__isSmartRef__":true,"id":64684},"isBeingDragged":false,"derivationIds":[208,"884F3C31-F47F-4325-B01C-55796601323C","AF542C45-CFC5-475A-B28E-37B7FC51E468","C6B09735-9683-446C-A39C-E4924083B282","7860DCD2-EC25-4F34-B79B-18C47FBEE925","7ACC50AB-EE77-4AD9-8731-20150C616D1C","6A21BD7F-EC45-467D-BDA4-F218B9407920","0B0BFDF5-91C4-4369-AB7F-07CDAE8813BF","0D9A4870-E562-4C17-A057-3DB8D1C9234C","854096E7-42E2-48F4-B656-D1AE606FAEBF","659ABB8A-3E6D-4E1C-864B-CE8459AD730A","1A73ECB5-B976-457C-8138-8385DBD45070","2A6C9E8E-DFFC-4DE3-A9F0-2624BE97EB96"],"_Rotation":0,"_Scale":1,"selection":{"__isSmartRef__":true,"id":64685},"selectedLineNo":0,"__LivelyClassName__":"lively.morphic.List"},"64636":{"position":{"__isSmartRef__":true,"id":64637},"_Extent":{"__isSmartRef__":true,"id":64638},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":64639},"_Fill":{"__isSmartRef__":true,"id":64640},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":64641},"_Padding":{"__isSmartRef__":true,"id":64642},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"64637":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64638":{"x":845.6764200688274,"y":140,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64639":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64640":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64641":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"64642":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64643":{"x":10,"y":50,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64644":{"isListItem":true,"string":"class name: PartItem: loadPart","doNotSerialize":["value"],"priority":"A"},"64645":{"isListItem":true,"string":"layered name: lively.PartsBin.PartItem (PartCachingLayer): loadPart","doNotSerialize":["value"],"priority":"A"},"64646":{"isListItem":true,"string":"class name: PartItem: loadPartMetaInfo","doNotSerialize":["value"],"priority":"B"},"64647":{"isListItem":true,"string":"class name: PartItem: loadPartVersions","doNotSerialize":["value"],"priority":"B"},"64648":{"isListItem":true,"string":"class name: PartItem: uploadPart","doNotSerialize":["value"],"priority":"B"},"64649":{"isListItem":true,"string":"class name: World: loadPartItem","doNotSerialize":["value"],"priority":"B"},"64650":{"isListItem":true,"string":"layered name: lively.PartsBin.PartItem (PartCachingLayer): uploadPart","doNotSerialize":["value"],"priority":"B"},"64651":{"isListItem":true,"string":"script name: PartsBinBrowser(85A86819-7923-4EEE-A741-EE1B0AA37FED): loadPartsOfCategory","doNotSerialize":["value"],"priority":"B"},"64652":{"isListItem":true,"string":"class full: Morph: copyToPartsBin / Trait('lively.PartsBin.PartTrait')","doNotSerialize":["value"],"priority":"C"},"64653":{"isListItem":true,"string":"class full: Morph: copyToPartsSpace / Trait('lively.PartsBin.PartTrait')","doNotSerialize":["value"],"priority":"C"},"64654":{"isListItem":true,"string":"class full: Morph: findCommonParentPartVersion","doNotSerialize":["value"],"priority":"C"},"64655":{"isListItem":true,"string":"class full: Morph: findCurrentPartVersion","doNotSerialize":["value"],"priority":"C"},"64656":{"isListItem":true,"string":"class full: Morph: findParentPartVersion","doNotSerialize":["value"],"priority":"C"},"64657":{"isListItem":true,"string":"class full: Morph: getCurrentPartVersion","doNotSerialize":["value"],"priority":"C"},"64658":{"isListItem":true,"string":"class full: Morph: getParentPartVersion","doNotSerialize":["value"],"priority":"C"},"64659":{"isListItem":true,"string":"class full: PartItem: askToOverwrite","doNotSerialize":["value"],"priority":"C"},"64660":{"isListItem":true,"string":"class full: PartItem: getMetaInfo","doNotSerialize":["value"],"priority":"C"},"64661":{"isListItem":true,"string":"class full: PartItem: handleSaveStatus","doNotSerialize":["value"],"priority":"C"},"64662":{"isListItem":true,"string":"class full: PartItem: loadRevision","doNotSerialize":["value"],"priority":"C"},"64663":{"isListItem":true,"string":"class full: PartsBinItem: startLoadingPart","doNotSerialize":["value"],"priority":"C"},"64664":{"isListItem":true,"string":"class full: World: openPartItem","doNotSerialize":["value"],"priority":"C"},"64665":{"isListItem":true,"string":"class full: World: openPublishPartDialogFor","doNotSerialize":["value"],"priority":"C"},"64666":{"isListItem":true,"string":"class full: function () { return this.constructor.type }: testFindCurrentPartVersion","doNotSerialize":["value"],"priority":"C"},"64667":{"isListItem":true,"string":"class full: function () { return this.constructor.type }: testFindParentPartVersion","doNotSerialize":["value"],"priority":"C"},"64668":{"isListItem":true,"string":"class full: function () { return this.constructor.type }: testMorphEqualsWithPartsBinMorphs","doNotSerialize":["value"],"priority":"C"},"64669":{"isListItem":true,"string":"extend full: Global.lively.PartsBin(object): getPart","doNotSerialize":["value"],"priority":"C"},"64670":{"isListItem":true,"string":"global full: : $part","doNotSerialize":["value"],"priority":"C"},"64671":{"isListItem":true,"string":"layered full: lively.morphic.PartsBinItem (Preloader): startLoadingPart","doNotSerialize":["value"],"priority":"C"},"64672":{"isListItem":true,"string":"layered full: lively.morphic.World (Preloader): loadLoadingMorph","doNotSerialize":["value"],"priority":"C"},"64673":{"isListItem":true,"string":"layered full: lively.morphic.World (Preloader): openPartItem","doNotSerialize":["value"],"priority":"C"},"64674":{"isListItem":true,"string":"script full: MethodFinderPane2(00FBCF2B-FDBA-466D-832E-78DE8CC3ADC2): targetFunction","doNotSerialize":["value"],"priority":"C"},"64675":{"isListItem":true,"string":"script full: PartsBinBrowser(85A86819-7923-4EEE-A741-EE1B0AA37FED): loadAndOpenSelectedPartItem","doNotSerialize":["value"],"priority":"C"},"64676":{"isListItem":true,"string":"script full: PartsBinBrowser(85A86819-7923-4EEE-A741-EE1B0AA37FED): setSelectedPartItem","doNotSerialize":["value"],"priority":"C"},"64677":{"isListItem":true,"string":"script full: PartsBinBrowser(85A86819-7923-4EEE-A741-EE1B0AA37FED): setupConnections","doNotSerialize":["value"],"priority":"C"},"64678":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","idOnLoad":"BF842D72-FEDF-45BE-842C-CAFAF36759E9","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"64679":{"sourceObj":{"__isSmartRef__":true,"id":64635},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":64568},"targetMethodName":"browse","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"64680":{"resizeWidth":true},"64681":{"x":850.9484727040478,"y":140,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64682":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateListContent":"updateListContentHTML","resizeList":"resizeListHTML","getItemIndexFromEvent":"getItemIndexFromEventHTML","getListExtent":"getListExtentHTML","setSize":"setSizeHTML","renderAsDropDownList":"renderAsDropDownListHTML","setFontSize":"setFontSizeHTML","setFontFamily":"setFontFamilyHTML","getSelectedIndexes":"getSelectedIndexesHTML","enableMultipleSelections":"enableMultipleSelectionsHTML","selectAllAt":"selectAllAtHTML","clearSelections":"clearSelectionsHTML","deselectAt":"deselectAtHTML"},"64683":{"morph":{"__isSmartRef__":true,"id":64635},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"64684":{"x":589.7085210421884,"y":-14.498997494989453,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64685":{"object":{"__isSmartRef__":true,"id":64686},"method":"loadPart","string":"PartItem: loadPart","type":"class","search":"implementor"},"64686":{"_layer_object_id":12,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"64687":{"submorphs":[],"scripts":[],"id":"20B7CCDD-108C-407F-AC54-239B04733F3A","shape":{"__isSmartRef__":true,"id":64688},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Monaco, Courier","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":64694},"_MaxTextWidth":823.6764200688274,"_MaxTextHeight":null,"textStyle":null,"layout":{"__isSmartRef__":true,"id":64695},"doitContext":{"__isSmartRef__":true,"id":64568},"charsReplaced":"","lastFindLoc":130,"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"sourceText","savedTextString":"// changes here only affect runtime\nObject.extend(lively.morphic.Morph,{\n\tmakeLine:function (verts, lineWidth, lineColor) {\n\t\tif (verts.length < 2) return null;\n\t\tif (verts.length > 2) {\n\t\t\t// Polylines become a mere blob for now...\n\t\t\tvar morph = this.makeRectangle(Rectangle.unionPts(verts));\n\t\t\tmorph.setBorderWidth(lineWidth);\n\t\t\tmorph.setBorderColor(lineColor);\n\t\t\tmorph.setFill(null);\n\t\t\treturn morph;\n\t\t} \n\t\t// Okay, it's a simple line...\n\t\tvar p1 = verts[0]; var p2 = verts[1];\n\t\tvar v = p2.subPt(p1);\n \n\t\t// First make a horizontal line of the same length with origin at (0, 0)\n\t\tvar morph = this.makeRectangle(Rectangle.unionPts([pt(0, -lineWidth/2), Point.polar(v.r(), 0).addXY(0, lineWidth/2)]));\n\n\t\t// *** Not right, but we want to make position and center of rot = (0, 0):\n\t\t// morph._Position = pt(0, 0);\n\n\t\tmorph.setBorderWidth(0);\n\t\tmorph.setFill(lineColor);\n\n\t\t// Then move and rotate, with first vertex being the rotation center\n\t\tmorph.moveBy(p1);\n\t\tmorph.setOrigin(pt(0, lineWidth/2));\n\t\tmorph.isLine = true;\n\t\treturn morph.rotateBy(v.theta());\n\t}\n});","textChunks":[{"__isSmartRef__":true,"id":64696}],"_ClipMode":"auto","prevScroll":[0,0],"_FontSize":9,"owner":{"__isSmartRef__":true,"id":64568},"priorExtent":{"__isSmartRef__":true,"id":64698},"lastSyntaxHighlightTime":86,"renderContextTable":{"__isSmartRef__":true,"id":64699},"eventHandler":{"__isSmartRef__":true,"id":64700},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":823.6764200688274,"_MinTextHeight":null,"distanceToDragEvent":{"__isSmartRef__":true,"id":64701},"isBeingDragged":false,"derivationIds":[209,"04D0F127-514D-4BED-841E-6A4CEF4FFDDA","D40D5739-DE56-49F4-B02A-A4ED75AF054A","42528900-D082-4C7A-8E70-1E67923301D9","5167B7DC-8F45-4AD0-96D7-947FF3EE0BB7","D0BFE91E-6EF1-4165-A42C-CC81C9CD2050","04C1BABF-5514-417C-AE67-882A1252EB67","8B053B4D-76D1-4DCB-8E89-8E7ABA3EF3D1","CB2FFA38-BC16-4D98-A807-722CCCC26062","D19D6343-8887-4386-8B87-4560230A5D11","2FFE6CC8-A851-44E9-B6B7-9D9370DEB9C9","A1509C4A-C98B-44CF-ACF8-DA444E7A9B75","3013EDB1-7370-48ED-BF86-BFEFC8B71878"],"_Rotation":0,"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":64702},"_syntaxHighlightTimeout":null,"parseErrors":null,"priorSelectionRange":[122,98],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":64703},"__LivelyClassName__":"lively.morphic.Text"},"64688":{"position":{"__isSmartRef__":true,"id":64689},"_Extent":{"__isSmartRef__":true,"id":64690},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":64573},"_Fill":{"__isSmartRef__":true,"id":64691},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":64692},"_ClipMode":"auto","_Padding":{"__isSmartRef__":true,"id":64693},"_BorderRadius":4,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"64689":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64690":{"x":845.6764200688274,"y":195.7127101296919,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64691":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64692":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"64693":{"x":3,"y":3,"width":-3,"height":-3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64694":{"x":10,"y":230,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64695":{"resizeWidth":true,"resizeHeight":true,"moveVertical":false,"moveHorizontal":false},"64696":{"style":{"__isSmartRef__":true,"id":64697},"chunkOwner":{"__isSmartRef__":true,"id":64687},"storedString":"// changes here only affect runtime\nlively.PartsBin.PartItem.addMethods({\n loadPart: function (isAsync, optCached, rev) {\n if (optCached) {\n this.setPartFromJSON(this.json);\n return this;\n }\n\n // a revisionOnLoad should always be set! If no PartsBinMetaInfo can be found, the revisionOnLoad is computed via the webresource\n if (rev) {\n this.rev = rev\n }\n else if (this.loadPartVersions && this.loadPartVersions().partVersions) {\n this.rev = this.loadPartVersions().partVersions.first().rev\n }\n else {\n var webR = new WebResource(this.getFileURL());\n this.rev = webR && webR.exists() && webR.getVersions().versions && webR.getVersions().versions.first().rev\n };\n\n // ensure that setPartFromJSON is only called when both json and metaInfo are there.\n var loadTrigger = {\n item: this,\n rev: this.rev,\n triggerSetPart: function() {\n this.item.setPartFromJSON(this.json, this.metaInfo, this.rev);\n },\n jsonLoaded: function(json) {\n this.json = json;\n if (this.metaInfo === undefined) return;\n this.triggerSetPart();\n },\n metaInfoLoaded: function(metaInfo) {\n try {\n this.metaInfo = metaInfo;\n if (!this.json) return;\n this.triggerSetPart();\n } catch(e) {\n console.log('Error on setPartFromJSON: ' + e)\n }\n },\n }\n connect(this, 'json', loadTrigger, 'jsonLoaded', {removeAfterUpdate: true});\n connect(this, 'loadedMetaInfo', loadTrigger, 'metaInfoLoaded', {removeAfterUpdate: true});\n\n this.load(isAsync, rev);\n this.loadPartMetaInfo(isAsync, rev)\n\n return this;\n }\n});","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"64697":{"color":{"__isSmartRef__":true,"id":63690},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"64698":{"x":845.6764200688274,"y":195.7127101296919,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64699":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"64700":{"morph":{"__isSmartRef__":true,"id":64687},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"64701":{"x":582.0068382418127,"y":-20.48073201899024,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64702":{"partName":"sourceText","requiredModules":[],"idOnLoad":"20B7CCDD-108C-407F-AC54-239B04733F3A","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"64703":{"doSave":{"__isSmartRef__":true,"id":64704},"getDoitContext":{"__isSmartRef__":true,"id":64711}},"64704":{"varMapping":{"__isSmartRef__":true,"id":64705},"source":"function doSave() {\n\t$super()\n\talertOK(\"eval all for \" + this.getDoitContext())\n\tthis.boundEval(this.textString)\n}","funcProperties":{"__isSmartRef__":true,"id":64710},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"64705":{"this":{"__isSmartRef__":true,"id":64687},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":64706}},"64706":{"$super":{"__isSmartRef__":true,"id":64707}},"64707":{"varMapping":{"__isSmartRef__":true,"id":64708},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":64709},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"64708":{"obj":{"__isSmartRef__":true,"id":64687},"name":"doSave"},"64709":{},"64710":{},"64711":{"varMapping":{"__isSmartRef__":true,"id":64712},"source":"function getDoitContext() {\n\treturn this.owner.targetObject\n}","funcProperties":{"__isSmartRef__":true,"id":64717},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"64712":{"this":{"__isSmartRef__":true,"id":64687},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":64713}},"64713":{"$super":{"__isSmartRef__":true,"id":64714}},"64714":{"varMapping":{"__isSmartRef__":true,"id":64715},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":64716},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"64715":{"obj":{"__isSmartRef__":true,"id":64687},"name":"getDoitContext"},"64716":{},"64717":{},"64718":{"submorphs":[],"scripts":[],"id":"EA05155A-96BC-4032-9A91-20E9FD58C855","shape":{"__isSmartRef__":true,"id":64719},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Monaco, Courier","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":64725},"_MaxTextWidth":841.6764200688274,"_MaxTextHeight":null,"textStyle":null,"layout":{"__isSmartRef__":true,"id":64726},"charsReplaced":"","lastFindLoc":697,"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"infoText","savedTextString":"// MethodFinder (this)\n\n// ** MethodFinder's Scripts **\nthis.addScript(function browse(fileFragment) {\n\tfileFragment && fileFragment.browseIt()\n});\n\nthis.addScript(function reset() {\n\tthis.get('searchResultList').updateList([]);\n\tthis.get('searchResultList').setSelection(null);\n\tthis.get('searchText').setTextString('enter search term here');\n});\n\n\nthis.addScript(function search(searchString) {\n\tvar finds = [];\n\tvar re = new RegExp(searchString)\n\tvar i=0;\n\tvar time = Functions.timeToRun(function() {\n\tGlobal.classes(true).forEach(function(eaClass) {\n\t\tFunctions.own(eaClass.prototype)\n\t\t\t.forEach(function(eaMethod) {\n\t\t\t\ti++;\n\t\t\t\tif (eaMethod.match(re)){\n\t\t\t\t\tfinds.push([eaClass, eaMethod])\n\t\t\t\t}\t\n\t\t\t})\t\n\t})})\n\talert(\"search \" + i + \" methods, found \" + finds.length + \" methods in \" + time + \"ms\")\n\n\tvar items = finds.collect(function(ea) {\n\t\treturn {\n\t\t\tisListItem: true,\n\t\t\tvalue: ea,\n\t\t\tstring: ea[0].name + \": \" + ea[1],\n\t\t}\n\t})\n\tthis.get('searchResultList').updateList(items);\n});","textChunks":[{"__isSmartRef__":true,"id":64727}],"_ClipMode":"hidden","prevScroll":[0,0],"_FontSize":10,"priorExtent":{"__isSmartRef__":true,"id":64729},"owner":{"__isSmartRef__":true,"id":64568},"renderContextTable":{"__isSmartRef__":true,"id":64730},"eventHandler":{"__isSmartRef__":true,"id":64731},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":841.6764200688274,"_MinTextHeight":null,"distanceToDragEvent":{"__isSmartRef__":true,"id":64732},"derivationIds":[210,"E20B9061-6128-4BD4-BE8B-4B50F9BC8EA1","FFFED58E-70A3-4945-A7C8-19E2C0754BB7","1B69878E-8E43-4E25-BAE7-3D64CAE35839","2770B759-8971-45F4-8291-6DA85EBD1155","B0E0F94A-1BB3-405B-87BB-3C1199A8EB79","8EF852C4-A375-4F84-873C-4277F9A99D52","AA10C5AE-8C29-45DA-8CA5-A0E286F80E82","4B3576CB-50DD-49DF-913C-88D34002B5DC","B9692647-A99C-4A20-9C6C-3DF722D48DDE","109C8B5F-DBAA-490E-A061-CB3004CD8634","6494496E-CBF0-4256-ACA4-D7E7B674F7CE","7B312F1D-97DF-400B-B6A2-F871E0D93348"],"_Rotation":0,"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":64733},"__LivelyClassName__":"lively.morphic.Text"},"64719":{"position":{"__isSmartRef__":true,"id":64720},"_Extent":{"__isSmartRef__":true,"id":64721},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":64573},"_Fill":{"__isSmartRef__":true,"id":64722},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":64723},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":64724},"_BorderRadius":4,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"64720":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64721":{"x":845.6764200688274,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64722":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64723":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"64724":{"x":2,"y":1,"width":-2,"height":-1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64725":{"x":10,"y":200,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64726":{"resizeWidth":true,"resizeHeight":false,"moveVertical":false,"moveHorizontal":false},"64727":{"style":{"__isSmartRef__":true,"id":64728},"chunkOwner":{"__isSmartRef__":true,"id":64718},"storedString":"module(Global.lively.PartsBin)","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"64728":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"64729":{"x":845.6764200688274,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64730":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"64731":{"morph":{"__isSmartRef__":true,"id":64718},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"64732":{"x":587.0068382418127,"y":-13.480732018990238,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64733":{"partName":"infoText","requiredModules":[],"idOnLoad":"EA05155A-96BC-4032-9A91-20E9FD58C855","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"64734":{"submorphs":[{"__isSmartRef__":true,"id":64735}],"scripts":[],"id":"08E2310F-CC9E-4B54-B12F-1A9A93A59BAC","shape":{"__isSmartRef__":true,"id":64751},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":64754},"lighterFill":{"__isSmartRef__":true,"id":64766},"label":{"__isSmartRef__":true,"id":64735},"showsHalos":false,"name":"browse","partsBinMetaInfo":{"__isSmartRef__":true,"id":64775},"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[{"__isSmartRef__":true,"id":64776}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"priorExtent":{"__isSmartRef__":true,"id":64777},"renderContextTable":{"__isSmartRef__":true,"id":64778},"eventHandler":{"__isSmartRef__":true,"id":64779},"distanceToDragEvent":{"__isSmartRef__":true,"id":64780},"_Position":{"__isSmartRef__":true,"id":64781},"owner":{"__isSmartRef__":true,"id":64568},"derivationIds":[211,"72C2FBB1-F169-43CC-AC8A-C0889FCB1663","8CF07460-17AC-4EC3-83C4-E31D52336E14","BE09102D-553E-4BB6-84A6-4D428731DD1B","2D43F043-9567-4765-A19C-7C922F0DFFE7","A77836E8-3C83-4A1D-B37A-7DDBA7FE13DE","13EB973D-FF17-4A76-AD4B-13347D80B1A9","8A92D97E-6965-49F7-B2B0-8842FB9ADCDF","662F4742-3BD8-4D39-88CB-EE97BC2306D6","8F15DC2D-892E-4B0F-83CB-8E7012281BEB","57A38C48-8036-4D85-91C8-9F60FE72DACE","5F6BEEC4-A021-4428-AC2A-14F8A4F9B68C","BF69FE04-AF9D-48BC-B4F9-5B9CFB4720D3"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Button"},"64735":{"submorphs":[],"scripts":[],"id":"9EE90205-32AB-42B2-BF65-7B2DBBE1EC9A","shape":{"__isSmartRef__":true,"id":64736},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":64742},"_MaxTextWidth":78,"_MaxTextHeight":null,"padding":{"__isSmartRef__":true,"id":64743},"_Padding":{"__isSmartRef__":true,"id":64744},"owner":{"__isSmartRef__":true,"id":64734},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textStyle":null,"textChunks":[{"__isSmartRef__":true,"id":64745}],"prevScroll":[0,0],"_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":64747},"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":64748},"eventHandler":{"__isSmartRef__":true,"id":64749},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":78,"_MinTextHeight":null,"derivationIds":[212,"054FD83F-508D-488D-A011-8769DCB647DF","834D337A-5619-4055-B103-7BDAA88CD7A9","3C85FBE2-5C85-4CCF-B86A-25E65015429B","001D6261-96E2-4ACC-880A-8540815DC8D3","90FFCC86-B995-4F2F-872F-55A8A74FC99E","766B1A00-7692-4CAB-B106-01876B4D5F77","C36FA883-C0F4-47DA-B1A9-CB8D82C1C6E4","91BD5A6B-4A46-43EA-8FA0-2A5C4EFDD1A7","B8CDD839-4085-4D54-B360-5F4DAC2DD83C","C25AEC86-A78F-4355-A843-3CACF03215A8","B28C6DEB-10EF-40BF-BA3F-3BFA8EB2B14D","6943F355-5B63-4DAD-8A39-14319936A0E0"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":64750},"__LivelyClassName__":"lively.morphic.Text"},"64736":{"position":{"__isSmartRef__":true,"id":64737},"_Extent":{"__isSmartRef__":true,"id":64738},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":64739},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":64740},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":64741},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"64737":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64738":{"x":78,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64739":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64740":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"64741":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64742":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64743":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64744":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64745":{"style":{"__isSmartRef__":true,"id":64746},"morph":{"__isSmartRef__":true,"id":64735},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":64735},"storedString":"browse","__LivelyClassName__":"lively.morphic.TextChunk"},"64746":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"64747":{"x":78,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64748":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"64749":{"morph":{"__isSmartRef__":true,"id":64735},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"64750":{"requiredModules":[],"idOnLoad":"9EE90205-32AB-42B2-BF65-7B2DBBE1EC9A","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"64751":{"position":{"__isSmartRef__":true,"id":64752},"_Extent":{"__isSmartRef__":true,"id":64753},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":64606},"_Fill":{"__isSmartRef__":true,"id":64754},"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":64764},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":64765},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"64752":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64753":{"x":78,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64754":{"stops":[{"__isSmartRef__":true,"id":64755},{"__isSmartRef__":true,"id":64757},{"__isSmartRef__":true,"id":64759},{"__isSmartRef__":true,"id":64761}],"vector":{"__isSmartRef__":true,"id":64763},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"64755":{"offset":0,"color":{"__isSmartRef__":true,"id":64756}},"64756":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64757":{"offset":0.4,"color":{"__isSmartRef__":true,"id":64758}},"64758":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64759":{"offset":0.6,"color":{"__isSmartRef__":true,"id":64760}},"64760":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64761":{"offset":1,"color":{"__isSmartRef__":true,"id":64762}},"64762":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64763":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64764":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"64765":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64766":{"stops":[{"__isSmartRef__":true,"id":64767},{"__isSmartRef__":true,"id":64769},{"__isSmartRef__":true,"id":64771},{"__isSmartRef__":true,"id":64773}],"vector":{"__isSmartRef__":true,"id":64763},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"64767":{"offset":0,"color":{"__isSmartRef__":true,"id":64768}},"64768":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64769":{"offset":0.4,"color":{"__isSmartRef__":true,"id":64770}},"64770":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64771":{"offset":0.6,"color":{"__isSmartRef__":true,"id":64772}},"64772":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64773":{"offset":1,"color":{"__isSmartRef__":true,"id":64774}},"64774":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64775":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","idOnLoad":"08E2310F-CC9E-4B54-B12F-1A9A93A59BAC","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"64776":{"sourceObj":{"__isSmartRef__":true,"id":64734},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":64568},"targetMethodName":"browseMethod","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"64777":{"x":77,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64778":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"64779":{"morph":{"__isSmartRef__":true,"id":64734},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"64780":{"x":53.66458745330033,"y":-17.22490844717396,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64781":{"x":400,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64782":{"submorphs":[{"__isSmartRef__":true,"id":64783}],"scripts":[],"id":"150B35AB-DFE6-418A-95BC-9FD69515BB9D","shape":{"__isSmartRef__":true,"id":64799},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":64802},"lighterFill":{"__isSmartRef__":true,"id":64814},"label":{"__isSmartRef__":true,"id":64783},"name":"Button1","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":64823},"attributeConnections":[{"__isSmartRef__":true,"id":64824}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":64860},"renderContextTable":{"__isSmartRef__":true,"id":64861},"eventHandler":{"__isSmartRef__":true,"id":64862},"distanceToDragEvent":{"__isSmartRef__":true,"id":64863},"prevScroll":[0,0],"_Position":{"__isSmartRef__":true,"id":64864},"owner":{"__isSmartRef__":true,"id":64568},"layout":{"__isSmartRef__":true,"id":64865},"derivationIds":[213,"EC7B60B8-A81F-4F24-A467-A661149CA045","DF2DEFBB-9271-4448-98A1-D2137526C2C3","EBFAF287-C65D-425B-910E-D6ADC7FA9D02","7F2E684F-7CC3-4CC4-8B18-920427491622","F7E9C68E-814B-4197-9D5B-556DCF0EC4F6","3DC305C0-5A87-4ED4-B263-5E5333B947FB","A8805225-9530-403B-977E-A2929A077DD0","0BF85746-8777-4195-949A-8733B4D79B02","8E485E0B-1832-4C7C-A5B1-D14057A7F5E3","4793FFDA-8803-44C7-97D4-27DE49B5D8D0","3FDA3264-B677-48AF-95D0-46DDD933EFBF","3350B214-FDFD-4143-8AB5-4E475C31F760"],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Button"},"64783":{"submorphs":[],"scripts":[],"id":"ADAD4AA2-2D74-444F-8543-693FE6BB5E88","shape":{"__isSmartRef__":true,"id":64784},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":64790},"_MaxTextWidth":157.05605605605615,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":64791},"_Padding":{"__isSmartRef__":true,"id":64792},"owner":{"__isSmartRef__":true,"id":64782},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":64793},"textChunks":[{"__isSmartRef__":true,"id":64794}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":64796},"eventHandler":{"__isSmartRef__":true,"id":64797},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":157.05605605605615,"_MinTextHeight":null,"derivationIds":[214,"D88E1591-8BE5-4F54-AEB5-71BC24E2014D","FE6955F2-3796-4030-BD54-73604562225B","0F07A5A7-E04B-412A-8D91-2AA448965A0E","634A262F-940F-4590-8DB1-0738A6DF355A","221F164E-FD6F-40ED-8E18-E055A638CE93","1320C4DD-9213-40AA-A107-5EF8EBE9B22A","098E1029-F36B-4434-B20F-A2100DCCBB9A","39D48D5A-BB94-40BA-AB93-09B3B787EC3D","27F752E4-9705-4F8B-9CC4-6E5131892552","78776F49-7628-4F29-81F1-7AFC77BDAFE0","5ACE871C-A220-4C51-A9E1-9315BE30BB0A","D596A84E-3FB1-4A59-B12D-12FF54B0B37F"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":64798},"__LivelyClassName__":"lively.morphic.Text"},"64784":{"position":{"__isSmartRef__":true,"id":64785},"_Extent":{"__isSmartRef__":true,"id":64786},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":64787},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":64788},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":64789},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"64785":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64786":{"x":157.05605605605615,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64787":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64788":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"64789":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64790":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64791":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64792":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64793":{"x":157.05605605605615,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64794":{"style":{"__isSmartRef__":true,"id":64795},"chunkOwner":{"__isSmartRef__":true,"id":64783},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"search on server","__LivelyClassName__":"lively.morphic.TextChunk"},"64795":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"64796":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"64797":{"morph":{"__isSmartRef__":true,"id":64783},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"64798":{"requiredModules":[],"idOnLoad":"ADAD4AA2-2D74-444F-8543-693FE6BB5E88","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"64799":{"position":{"__isSmartRef__":true,"id":64800},"_Extent":{"__isSmartRef__":true,"id":64801},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":64606},"_Fill":{"__isSmartRef__":true,"id":64802},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":64812},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":64813},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"64800":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64801":{"x":157.05605605605615,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64802":{"stops":[{"__isSmartRef__":true,"id":64803},{"__isSmartRef__":true,"id":64805},{"__isSmartRef__":true,"id":64807},{"__isSmartRef__":true,"id":64809}],"vector":{"__isSmartRef__":true,"id":64811},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"64803":{"offset":0,"color":{"__isSmartRef__":true,"id":64804}},"64804":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64805":{"offset":0.4,"color":{"__isSmartRef__":true,"id":64806}},"64806":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64807":{"offset":0.6,"color":{"__isSmartRef__":true,"id":64808}},"64808":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64809":{"offset":1,"color":{"__isSmartRef__":true,"id":64810}},"64810":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64811":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64812":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"64813":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64814":{"stops":[{"__isSmartRef__":true,"id":64815},{"__isSmartRef__":true,"id":64817},{"__isSmartRef__":true,"id":64819},{"__isSmartRef__":true,"id":64821}],"vector":{"__isSmartRef__":true,"id":64811},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"64815":{"offset":0,"color":{"__isSmartRef__":true,"id":64816}},"64816":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64817":{"offset":0.4,"color":{"__isSmartRef__":true,"id":64818}},"64818":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64819":{"offset":0.6,"color":{"__isSmartRef__":true,"id":64820}},"64820":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64821":{"offset":1,"color":{"__isSmartRef__":true,"id":64822}},"64822":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64823":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"150B35AB-DFE6-418A-95BC-9FD69515BB9D","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"64824":{"sourceObj":{"__isSmartRef__":true,"id":64782},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":64568},"targetMethodName":"searchOnServer","visualConnector":{"__isSmartRef__":true,"id":64825},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"64825":{"submorphs":[{"__isSmartRef__":true,"id":64826}],"scripts":[],"shape":{"__isSmartRef__":true,"id":64841},"id":865,"renderContextTable":{"__isSmartRef__":true,"id":64848},"eventHandler":{"__isSmartRef__":true,"id":64849},"__layered_droppingEnabled__":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":64850},{"__isSmartRef__":true,"id":64851}],"con":{"__isSmartRef__":true,"id":64824},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":64852},"__LivelyClassName__":"lively.morphic.Path"},"64826":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":64827},"id":866,"renderContextTable":{"__isSmartRef__":true,"id":64838},"eventHandler":{"__isSmartRef__":true,"id":64839},"__layered_droppingEnabled__":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":64840},"owner":{"__isSmartRef__":true,"id":64825},"_Rotation":-3.113822016996372,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"64827":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":64828},{"__isSmartRef__":true,"id":64829},{"__isSmartRef__":true,"id":64830},{"__isSmartRef__":true,"id":64831}],"renderContextTable":{"__isSmartRef__":true,"id":64832},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":64833},"_Extent":{"__isSmartRef__":true,"id":64834},"_Padding":{"__isSmartRef__":true,"id":64835},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":64836},"_Fill":{"__isSmartRef__":true,"id":64837},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"64828":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"64829":{"isAbsolute":true,"x":-12,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"64830":{"isAbsolute":true,"x":4,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"64831":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"64832":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"64833":{"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64834":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64835":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64836":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64837":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64838":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"64839":{"morph":{"__isSmartRef__":true,"id":64826},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"64840":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64841":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":64842},{"__isSmartRef__":true,"id":64843}],"renderContextTable":{"__isSmartRef__":true,"id":64844},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":64845},"_Extent":{"__isSmartRef__":true,"id":64846},"_Padding":{"__isSmartRef__":true,"id":64847},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":64836},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"64842":{"isAbsolute":true,"x":719.9999999999999,"y":20,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"64843":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"64844":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"64845":{"x":-1,"y":-1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64846":{"x":721,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64847":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64848":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"64849":{"morph":{"__isSmartRef__":true,"id":64825},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"64850":{"morph":{"__isSmartRef__":true,"id":64825},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"64851":{"morph":{"__isSmartRef__":true,"id":64825},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":64826},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"64852":{"morphMenuItems":{"__isSmartRef__":true,"id":64853}},"64853":{"varMapping":{"__isSmartRef__":true,"id":64854},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || \n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, \n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), \n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":64859},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"64854":{"this":{"__isSmartRef__":true,"id":64825},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":64855}},"64855":{"$super":{"__isSmartRef__":true,"id":64856}},"64856":{"varMapping":{"__isSmartRef__":true,"id":64857},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":64858},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"64857":{"obj":{"__isSmartRef__":true,"id":64825},"name":"morphMenuItems"},"64858":{},"64859":{},"64860":{"x":159.05805805805812,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64861":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"64862":{"morph":{"__isSmartRef__":true,"id":64782},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"64863":{"x":111.36105352154709,"y":-11.352025158627953,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64864":{"x":490,"y":19,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64865":{"moveHorizontal":false},"64866":{"submorphs":[{"__isSmartRef__":true,"id":64867}],"scripts":[],"id":"A102EA2B-61B0-4A39-AC62-68B16C61A0D4","shape":{"__isSmartRef__":true,"id":64883},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":64898},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":64886},"lighterFill":{"__isSmartRef__":true,"id":64899},"label":{"__isSmartRef__":true,"id":64867},"name":"ScriptableButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":64908},"attributeConnections":[{"__isSmartRef__":true,"id":64909}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":64910},"renderContextTable":{"__isSmartRef__":true,"id":64911},"eventHandler":{"__isSmartRef__":true,"id":64912},"derivationIds":[2588,"8DA01C71-0A84-4A5A-8027-121F4684BB04","2F4904A6-2C6F-4A39-8C69-7C1E943F91B4","7F6F4EE1-856E-477B-8578-D99400031DBA","374C68BB-3D86-4DA0-9616-2B5320585D0E","23336C67-2F65-4D9F-9380-304876DC628F","8E57191F-E38B-4526-95AA-8D530FAC8156","7146BE6C-6AB9-4A41-89F9-0D6C1906F22C"],"owner":{"__isSmartRef__":true,"id":64568},"distanceToDragEvent":{"__isSmartRef__":true,"id":64913},"_Rotation":0,"_Scale":1,"layout":{"__isSmartRef__":true,"id":64914},"_ClipMode":"visible","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":64915},"__LivelyClassName__":"lively.morphic.Button"},"64867":{"submorphs":[],"scripts":[],"id":"3CFD84C8-08FA-47FC-8906-5C7E525DE929","shape":{"__isSmartRef__":true,"id":64868},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":64874},"_MaxTextWidth":20,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":64875},"_Padding":{"__isSmartRef__":true,"id":64876},"owner":{"__isSmartRef__":true,"id":64866},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":64877},"textChunks":[{"__isSmartRef__":true,"id":64878}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":64880},"eventHandler":{"__isSmartRef__":true,"id":64881},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[2589,"784F6E71-6365-4235-A0B6-69F992BB532B","54335D65-DB12-4322-84D0-BA8B85E7ED2F","2EF9D95D-4705-44B3-8D3C-446FEDC6346B","07108773-133C-4F4A-A740-33175849E789","E58C564E-D8F3-481A-821D-447F7C7556D8","D92DDD8E-7733-4909-A5E9-049EC55E90C0","5349ED28-AA73-4C7E-8241-575E1A050868"],"_MinTextWidth":20,"_MinTextHeight":null,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":64882},"__LivelyClassName__":"lively.morphic.Text"},"64868":{"position":{"__isSmartRef__":true,"id":64869},"_Extent":{"__isSmartRef__":true,"id":64870},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":64871},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":64872},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":64873},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"64869":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64870":{"x":20,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64871":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64872":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"64873":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64874":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64875":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64876":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64877":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64878":{"style":{"__isSmartRef__":true,"id":64879},"chunkOwner":{"__isSmartRef__":true,"id":64867},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"x","__LivelyClassName__":"lively.morphic.TextChunk"},"64879":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"64880":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"64881":{"morph":{"__isSmartRef__":true,"id":64867},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"64882":{"requiredModules":[],"idOnLoad":"3CFD84C8-08FA-47FC-8906-5C7E525DE929","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"64883":{"position":{"__isSmartRef__":true,"id":64884},"_Extent":{"__isSmartRef__":true,"id":64885},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":64606},"_Fill":{"__isSmartRef__":true,"id":64886},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":64896},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":64897},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"64884":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64885":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64886":{"stops":[{"__isSmartRef__":true,"id":64887},{"__isSmartRef__":true,"id":64889},{"__isSmartRef__":true,"id":64891},{"__isSmartRef__":true,"id":64893}],"vector":{"__isSmartRef__":true,"id":64895},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"64887":{"offset":0,"color":{"__isSmartRef__":true,"id":64888}},"64888":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64889":{"offset":0.4,"color":{"__isSmartRef__":true,"id":64890}},"64890":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64891":{"offset":0.6,"color":{"__isSmartRef__":true,"id":64892}},"64892":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64893":{"offset":1,"color":{"__isSmartRef__":true,"id":64894}},"64894":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64895":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64896":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"64897":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64898":{"x":836.8179038849663,"y":20.973229619022163,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64899":{"stops":[{"__isSmartRef__":true,"id":64900},{"__isSmartRef__":true,"id":64902},{"__isSmartRef__":true,"id":64904},{"__isSmartRef__":true,"id":64906}],"vector":{"__isSmartRef__":true,"id":64895},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"64900":{"offset":0,"color":{"__isSmartRef__":true,"id":64901}},"64901":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64902":{"offset":0.4,"color":{"__isSmartRef__":true,"id":64903}},"64903":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64904":{"offset":0.6,"color":{"__isSmartRef__":true,"id":64905}},"64905":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64906":{"offset":1,"color":{"__isSmartRef__":true,"id":64907}},"64907":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64908":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"partName":"ScriptableButton","comment":"Has a script that is called on button press","idOnLoad":"A102EA2B-61B0-4A39-AC62-68B16C61A0D4","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"64909":{"sourceObj":{"__isSmartRef__":true,"id":64866},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":64866},"targetMethodName":"onFire","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"64910":{"x":20,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64911":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"64912":{"morph":{"__isSmartRef__":true,"id":64866},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"64913":{"x":34.37010312407733,"y":-11.180760580820959,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64914":{"moveHorizontal":true},"64915":{"onFire":{"__isSmartRef__":true,"id":64916}},"64916":{"varMapping":{"__isSmartRef__":true,"id":64917},"source":"function onFire() {\n var tab = this.owner.owner.tab\n var toolPane = this.get('ToolTabPane')\n toolPane.tabBar.removeTab(tab)\n if(toolPane.tabBar.getTabs().length == 0) {\n if (toolPane.owner instanceof lively.morphic.Window)\n toolPane.owner.remove();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":64918},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"64917":{"this":{"__isSmartRef__":true,"id":64866}},"64918":{"timestamp":{"__isSmartRef__":true,"id":64919},"user":"undefined","tags":[]},"64919":{"isSerializedDate":true,"string":"Fri Feb 03 2012 16:32:27 GMT+0100 (Mitteleuropäische Zeit)"},"64920":{"position":{"__isSmartRef__":true,"id":64921},"_Extent":{"__isSmartRef__":true,"id":63915},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":64922},"_Fill":{"__isSmartRef__":true,"id":64923},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":64924},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":64925},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"64921":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64922":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"64923":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64924":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"64925":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"64926":{"partsSpaceName":"PartsBin/Dialogs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"requiredModules":["lively.ide"],"partName":"MethodFinderPane","comment":"Pane for new ToolTabs","changes":[{"__isSmartRef__":true,"id":64927},{"__isSmartRef__":true,"id":64929},{"__isSmartRef__":true,"id":64931},{"__isSmartRef__":true,"id":64933},{"__isSmartRef__":true,"id":64935},{"__isSmartRef__":true,"id":64937},{"__isSmartRef__":true,"id":64939},{"__isSmartRef__":true,"id":64941},{"__isSmartRef__":true,"id":64943}],"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"idOnLoad":"4C648331-CC39-4E47-BCB7-31F150C41780","revisionOnLoad":171467,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"64927":{"date":{"__isSmartRef__":true,"id":64928},"author":"jenslincke","message":"- fixed browse Global definitions","id":"7DE86114-1D7E-4551-BC8F-E12A980A8EE9"},"64928":{"isSerializedDate":true,"string":"Thu Feb 09 2012 11:27:56 GMT+0100 (Mitteleuropäische Zeit)"},"64929":{"date":{"__isSmartRef__":true,"id":64930},"author":"athomschke","message":"adjusted close button","id":"9EBA6297-7908-4B02-81F5-2B86B2E4B73D"},"64930":{"isSerializedDate":true,"string":"Fri Feb 03 2012 16:57:09 GMT+0100 (Mitteleuropäische Zeit)"},"64931":{"date":{"__isSmartRef__":true,"id":64932},"author":"undefined","message":"","id":"47289007-8CB3-4B03-B9D1-3A8717E85DCB"},"64932":{"isSerializedDate":true,"string":"Fri Feb 03 2012 16:36:31 GMT+0100 (Mitteleuropäische Zeit)"},"64933":{"date":{"__isSmartRef__":true,"id":64934},"author":"undefined","message":"- close button behavior","id":"0AD4C501-1DC4-4DD3-AFDC-A46F4ACD2CE1"},"64934":{"isSerializedDate":true,"string":"Fri Feb 03 2012 16:32:48 GMT+0100 (Mitteleuropäische Zeit)"},"64935":{"date":{"__isSmartRef__":true,"id":64936},"author":"undefined","message":"","id":"CA16FEC1-49E5-4310-BDB6-F744F413F7EF"},"64936":{"isSerializedDate":true,"string":"Fri Feb 03 2012 15:48:35 GMT+0100 (Mitteleuropäische Zeit)"},"64937":{"date":{"__isSmartRef__":true,"id":64938},"author":"undefined","message":"","id":"73F39208-58C9-4040-9948-516A104E5049"},"64938":{"isSerializedDate":true,"string":"Fri Feb 03 2012 15:42:18 GMT+0100 (Mitteleuropäische Zeit)"},"64939":{"date":{"__isSmartRef__":true,"id":64940},"author":"undefined","message":"","id":"7A744B14-C057-4944-AFDD-CC78A910B35F"},"64940":{"isSerializedDate":true,"string":"Fri Feb 03 2012 15:40:30 GMT+0100 (Mitteleuropäische Zeit)"},"64941":{"date":{"__isSmartRef__":true,"id":64942},"author":"undefined","message":"some style adjustments","id":"DA3EFD12-8A45-454C-993B-DB12847BEF94"},"64942":{"isSerializedDate":true,"string":"Mon Mar 26 2012 13:16:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"64943":{"date":{"__isSmartRef__":true,"id":64944},"author":"robertkrahn","message":"fixed scaling","id":"AF2B30BB-64BB-427B-AEF7-FDE01E1B2202"},"64944":{"isSerializedDate":true,"string":"Sat Jun 16 2012 13:51:14 GMT+0200 (Mitteleuropäische Sommerzeit)"},"64945":{"resizeWidth":true,"resizeHeight":true,"adjustForNewBounds":true},"64946":{"x":872.0934621532042,"y":440.7147151397129,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64947":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"64948":{"morph":{"__isSmartRef__":true,"id":64568},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"64949":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"64950":{"x":583.4236186029176,"y":-13.858684727694055,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"64951":{"search":{"__isSmartRef__":true,"id":64952},"browse":{"__isSmartRef__":true,"id":64956},"reset":{"__isSmartRef__":true,"id":64960},"setSearch":{"__isSmartRef__":true,"id":64964},"emphasizeStringIn":{"__isSmartRef__":true,"id":64967},"withAllMethodsDo":{"__isSmartRef__":true,"id":64970},"itemsFromFinds":{"__isSmartRef__":true,"id":64974},"browseMethod":{"__isSmartRef__":true,"id":64978},"openMethodInSystemBrowser":{"__isSmartRef__":true,"id":64982},"findSourceModule":{"__isSmartRef__":true,"id":64986},"searchOnServer":{"__isSmartRef__":true,"id":64990},"showLayerDefinition":{"__isSmartRef__":true,"id":64994}},"64952":{"varMapping":{"__isSmartRef__":true,"id":64953},"source":"function search(searchString) { \n this.get('searchResultList').updateList([]);\n this.get('sourceText').setTextString('');\n if (!searchString || (searchString.length < 2)) {\n this.get('sourceText').setTextString('\"' + searchString + '\" is to short');\n return;\n }\n var finds = [];\n var i=0;\n var matches = function(s) {\n return s.include(searchString)\n } \n\n // var re = new RegExp(searchString)\n var time = Functions.timeToRun(function() {\n this.withAllMethodsDo(function(object, eaMethod, type, optParent) {\n i++;\n var name;\n if (!object) return;\n\n if (object.constructor.prototype == object)\n name = object.constructor.name\n\n if (object.name) name = object.name;\n if (object.namespaceIdentifier)\n name = object.namespaceIdentifier\n\n if (object.constructor.prototype != object)\n name = name + \"(object)\"\n\n if ((object.constructor.prototype != object) && (object instanceof Morph))\n name = object.name + \"(\" + object.id + \")\"\n\n if (object === Global)\n name = \" \";\n\n if (type == \"layered\") {\n \n name = object._layered_object.constructor.type \n + \" (\" + optParent.name + \")\" \n \n }\n\n var string = name + \": \" + eaMethod; \n var item = {object: object, method: eaMethod, string: string, type: type};\n if (type == \"layered\") {\n item.layerName = optParent.name\n }\n\n if (matches(eaMethod)) {\n item.search= 'implementor',\n finds.push(item)\n return;\n } \n\n var f = object[eaMethod];\n if (!f || !f.getOriginal) return;\n var source = String(f.getOriginal())\n if (matches(source)){\n item.search = 'sender'\n finds.push(item)\n } \n })\n }.bind(this))\n this.get('sourceText').setTextString(\"search \" + i + \" methods, found \" \n + finds.length + \" methods in \" + time + \"ms\");\n var items = this.itemsFromFinds(finds)\n this.get('searchResultList').updateList(items);\n}","funcProperties":{"__isSmartRef__":true,"id":64954},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"64953":{"this":{"__isSmartRef__":true,"id":64568}},"64954":{"timestamp":{"__isSmartRef__":true,"id":64955},"user":"undefined","tags":[]},"64955":{"isSerializedDate":true,"string":"Thu Jan 19 2012 14:46:43 GMT+0100 (Mitteleuropäische Zeit)"},"64956":{"varMapping":{"__isSmartRef__":true,"id":64957},"source":"function browse(methodItem) {\n // methodItem = this.get('searchResultList').selection\n if (! methodItem) return;\n\n // deal with non method findings....\n if (methodItem.type == 'layer') {\n this.showLayerDefinition(methodItem)\n return\n } \n\n // methodItem = this.get('searchResultList').selection\n var methodName = methodItem.method;\n var object = methodItem.object;\n var orgFunc = object[methodName];\n\n if (!orgFunc || !orgFunc.getOriginal) {\n this.get('sourceText').setTextString('no source');\n return\n }\n orgFunc = orgFunc.getOriginal()\n \n this.targetFunction = orgFunc;\n this.targetObject = object;\n\n var source = \"// changes here only affect runtime\\n\", \n tab = lively.morphic.Text.prototype.tab;\n if (methodItem.layerName) {\n var partialMethod = object[methodName];\n source += methodItem.layerName + \".refineClass(\" + \n object._layered_object.constructor.type + \", {\\n\" + \n tab + methodName + \": \" + partialMethod +\"\\n})\";\n } else if (orgFunc.belongsToTrait) {\n source += \"Trait('\" + orgFunc.belongsToTrait.name + \"', {\\n\" \n + tab + methodName + \": \" + orgFunc +\"\\n})\";\n } else if (orgFunc.declaredClass) {\n source += orgFunc.declaredClass + \".addMethods({\\n\" \n + tab + methodName + \": \" \n + orgFunc + \"\\n});\"\n } else if(methodItem.type == 'extend') {\n // perhaps it is a an class object\n source += \"Object.extend(\" + (object.type || object.namespaceIdentifier) \n + \",{\\n\" + tab + methodName + \": \" \n + orgFunc + \"\\n});\"\n } else if(object.isMorph && (object.constructor.prototype !== object) ) {\n // display as script\n source = \"this.addScript(\" + orgFunc + \");\"\n } else if(object === Global) {\n // display as script\n source += \"Object.extend(Global, {\\n\" + tab + methodName + \": \" +\n orgFunc + \"\\n});\"\n }\n\n this.get('sourceText').setTextString(source)\n\n module('lively.ide.SyntaxHighlighting').load(true);\n this.get('sourceText').highlightJavaScriptSyntax();\n\n var searchText = this.get('searchText').textString;\n var m = searchText.match(/[^a-zA-Z0-9_\\.]/g)\n if(m) {\n m.forEach(function (each) {\n var escapedChar = '\\\\' + each;\n var position = searchText.search(\n new RegExp('[^\\\\\\\\]' + '\\\\' + each)) + 1;\n searchText = searchText.substring(0,position) \n + escapedChar + searchText.substr(position + 1);\n });\n }\n this.get('sourceText').emphasizeRegex(new RegExp(searchText, 'g'), {color: Color.red});\n\n var info = '' + this.findSourceModule(orgFunc);\n\n if (orgFunc.belongsToTrait)\n info += ' (' + orgFunc.belongsToTrait + \" in \" + orgFunc.belongsToTrait.sourceModule +\")\";\n\n this.get('infoText').setTextString(info)\n}","funcProperties":{"__isSmartRef__":true,"id":64958},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"64957":{"this":{"__isSmartRef__":true,"id":64568}},"64958":{"timestamp":{"__isSmartRef__":true,"id":64959},"user":"undefined","tags":[]},"64959":{"isSerializedDate":true,"string":"Thu Feb 02 2012 13:55:34 GMT+0100 (Mitteleuropäische Zeit)"},"64960":{"varMapping":{"__isSmartRef__":true,"id":64961},"source":"function reset() {\n this.doNotSerialize = ['targetFunction', 'targetObject']\n this.get('searchResultList').updateList([]);\n this.get('searchResultList').setSelection(null);\n this.get('searchText').setTextString('enter method name here');\n this.get('sourceText').setTextString('no code');\n this.get('infoText').setTextString('');\n this.targetFunction = null;\n this.targetObject = null;\n}","funcProperties":{"__isSmartRef__":true,"id":64962},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"64961":{"this":{"__isSmartRef__":true,"id":64568}},"64962":{"timestamp":{"__isSmartRef__":true,"id":64963},"user":"undefined","tags":[]},"64963":{"isSerializedDate":true,"string":"Fri Feb 03 2012 15:30:14 GMT+0100 (Mitteleuropäische Zeit)"},"64964":{"varMapping":{"__isSmartRef__":true,"id":64965},"source":"function setSearch(searchString) {\n this.get('searchText').setTextString(searchString);\n this.search(searchString)\n var list = this.get('searchResultList').getList();\n if (list.length > 0) this.get('searchResultList').setSelection(list[0])\n}","funcProperties":{"__isSmartRef__":true,"id":64966},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"64965":{"this":{"__isSmartRef__":true,"id":64568}},"64966":{},"64967":{"varMapping":{"__isSmartRef__":true,"id":64968},"source":"function emphasizeStringIn(morph, string, style) {\n var m;\n var re = new RegExp(string, \"g\");\n while(m = re.exec(morph.textString)) {\n var from = m.index,\n to = m.index + m[0].length;\n morph.emphasize(style, from, to)\n }\n}","funcProperties":{"__isSmartRef__":true,"id":64969},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"64968":{"this":{"__isSmartRef__":true,"id":64568}},"64969":{},"64970":{"varMapping":{"__isSmartRef__":true,"id":64971},"source":"function withAllMethodsDo(func) {\n var visited = [];\n\n cop.allLayers().forEach(function(layer) {\n func(eval(layer.namespaceName), layer.name, 'layer')\n layer.layeredObjects().forEach(function(obj) {\n var layerDef = cop.getLayerDefinitionForObject(layer, obj)\n Functions.own(layerDef).forEach(function(eaMethod) {\n func(layerDef, eaMethod, 'layered', layer)\n });\n });\n }); \n\n\n Functions.own(Global).forEach(function(eaMethod) {\n func(Global, eaMethod, 'global')\n }); \n\n this.world().withAllSubmorphsDo(function(ea) {\n Functions.own(ea).forEach(function(eaMethod) {\n func(ea, eaMethod, 'script')\n }); \n });\n\n Global.subNamespaces(true).forEach(function(ea) {\n Functions.own(ea).forEach(function(eaMethod) {\n func(ea, eaMethod, 'extend')\n }); \n });\n\n Global.classes(true).uniq().forEach(function(eaClass) {\n Functions.own(eaClass).forEach(function(eaMethod) {\n func(eaClass, eaMethod, 'extend')\n }); \n\n Functions.own(eaClass.prototype).forEach(function(eaMethod) {\n func(eaClass.prototype, eaMethod, 'class')\n }) \n })\n}","funcProperties":{"__isSmartRef__":true,"id":64972},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"64971":{"this":{"__isSmartRef__":true,"id":64568}},"64972":{"timestamp":{"__isSmartRef__":true,"id":64973},"user":"undefined","tags":[]},"64973":{"isSerializedDate":true,"string":"Thu Jan 19 2012 14:41:57 GMT+0100 (Mitteleuropäische Zeit)"},"64974":{"varMapping":{"__isSmartRef__":true,"id":64975},"source":"function itemsFromFinds(finds) {\n var searchString = this.get('searchText').textString;\n var items = finds.collect(function(ea) {\n var pref = \"\" + ea.type + \" \";\n if (ea.search == \"sender\") pref += \"full: \"\n if (ea.search == \"implementor\") pref += \"name: \"\n var string = pref + ea.string;\n var func = ea.object[ea.method];\n if (func.belongsToTrait) \n string += ' / ' + func.belongsToTrait + '' \n\n var result = {\n isListItem: true,\n value: ea,\n string: string,\n doNotSerialize: ['value'],\n priority: {implementor: \"B\", sender: \"C\"}[ea.search] || \"D\",\n };\n if (ea.method == searchString) result.priority = \"A\"\n return result\n })\n items = items.sortBy(function(ea) {return ea.priority + ea.string})\n return items\n}","funcProperties":{"__isSmartRef__":true,"id":64976},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"64975":{"this":{"__isSmartRef__":true,"id":64568}},"64976":{"timestamp":{"__isSmartRef__":true,"id":64977},"user":"undefined","tags":[]},"64977":{"isSerializedDate":true,"string":"Fri Feb 03 2012 15:31:52 GMT+0100 (Mitteleuropäische Zeit)"},"64978":{"varMapping":{"__isSmartRef__":true,"id":64979},"source":"function browseMethod() {\n alertOK('browseMethod')\n var methodItem = this.get('searchResultList').selection;\n if (methodItem.type == 'layer') {\n var layer = methodItem.object[methodItem.method];\n this.openMethodInSystemBrowser(methodItem.method, \n undefined, layer.sourceModule);\n return\n }\n\n if (!this.targetFunction) return;\n var methodName = this.targetFunction.methodName || this.targetFunction.displayName; \n if(this.targetFunction.declaredClass) {\n var classObj = eval(this.targetFunction.declaredClass)\n this.openMethodInSystemBrowser(classObj.type, methodName);\n return;\n }\n if(this.targetFunction.belongsToTrait) {\n this.openMethodInSystemBrowser(this.targetFunction.belongsToTrait.name, methodName);\n return;\n }\n if(Class.isClass(this.targetObject)) {\n this.openMethodInSystemBrowser(this.targetObject.type, methodName);\n return;\n }\n if(this.targetObject.namespaceIdentifier) {\n this.openMethodInSystemBrowser(this.targetObject.namespaceIdentifier, methodName);\n return;\n }\n if(this.targetObject instanceof lively.morphic.Morph) {\n var editor = this.world().openObjectEditorFor(this.targetObject);\n editor.align(editor.bounds().center(), this.world().visibleBounds().center());\n return;\n }\n if (Class.isClass(this.targetFunction)) {\n // constructor\n this.openMethodInSystemBrowser(this.targetFunction.displayName);\n return;\n }\n \n alertOK('not implemented yet for ' + this.targetFunction)\n}","funcProperties":{"__isSmartRef__":true,"id":64980},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"64979":{"this":{"__isSmartRef__":true,"id":64568}},"64980":{"timestamp":{"__isSmartRef__":true,"id":64981},"user":"undefined","tags":[]},"64981":{"isSerializedDate":true,"string":"Thu Jan 19 2012 16:54:12 GMT+0100 (Mitteleuropäische Zeit)"},"64982":{"varMapping":{"__isSmartRef__":true,"id":64983},"source":"function openMethodInSystemBrowser(objectName, methodName, optSourceModule) {\n if (objectName)\n objectName = objectName.replace(/^Global\\./,\"\");\n // alertOK(\"browse \" + objectName + \":\" + methodName)\n // objectName = 'SelectionMorphTrait', methodName = 'onDrag'\n var sourceModule = optSourceModule ||\n this.findSourceModule(this.targetFunction);\n if (!sourceModule) \n alert('could not browse, since no source module found!')\n var uri = new URL(sourceModule.uri()),\n relative = uri.relativePathFrom(new URL(Config.codeBase)),\n moduleNode = lively.ide.startSourceControl().addModule(relative),\n rootNode = moduleNode.ast();\n\n var fileFragments = rootNode.subElements(10).select(function(ea) {\n var path = ea.getOwnerNamePath()\n if (objectName == \"Global\")\n return path.include(methodName);\n return path.include(objectName) && (!methodName || path.include(methodName)) \n });\n \n\n\n // alertOK(\"found following places to browse: \" + fileFragments)\n if (fileFragments.length > 0) {\n fileFragments[0].browseIt()\n } else {\n alert(\"browse failed. Nothing found for \" + objectName + \">>\" + methodName + \" in \" + sourceModule.uri());\n rootNode.browseIt();\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":64984},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"64983":{"this":{"__isSmartRef__":true,"id":64568}},"64984":{"timestamp":{"__isSmartRef__":true,"id":64985},"user":"jenslincke","tags":[]},"64985":{"isSerializedDate":true,"string":"Thu Feb 09 2012 11:27:23 GMT+0100 (Mitteleuropäische Zeit)"},"64986":{"varMapping":{"__isSmartRef__":true,"id":64987},"source":"function findSourceModule(funcObj) {\n if (this.targetFunction.belongsToTrait) \n return this.targetFunction.belongsToTrait.sourceModule\n if (funcObj.sourceModule)\n return funcObj.sourceModule;\n // look in the class\n if (!funcObj.sourceModule && funcObj.declaredClass) {\n var classObj = eval(funcObj.declaredClass)\n return classObj.sourceModule\n }\n}","funcProperties":{"__isSmartRef__":true,"id":64988},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"64987":{"this":{"__isSmartRef__":true,"id":64568}},"64988":{"user":"jenslincke","timestamp":{"__isSmartRef__":true,"id":64989}},"64989":{"isSerializedDate":true,"string":"Fri Nov 04 2011 15:27:13 GMT+0100 (Mitteleuropäische Zeit)"},"64990":{"varMapping":{"__isSmartRef__":true,"id":64991},"source":"function searchOnServer() {\n var serverSearch = this.world().openPartItem('ServerSearch', 'PartsBin/Tools'); \n serverSearch.setSearch(this.get('searchText').textString)\n}","funcProperties":{"__isSmartRef__":true,"id":64992},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"64991":{"this":{"__isSmartRef__":true,"id":64568}},"64992":{"timestamp":{"__isSmartRef__":true,"id":64993},"user":"jenslincke","categories":[]},"64993":{"isSerializedDate":true,"string":"Fri Nov 18 2011 11:40:23 GMT+0100 (Mitteleuropäische Zeit)"},"64994":{"varMapping":{"__isSmartRef__":true,"id":64995},"source":"function showLayerDefinition(methodItem) {\n var info = \"layer definition\" \n var source = \"TODO: print layer def here...\"\n this.get('infoText').setTextString(info)\n this.get('sourceText').setTextString(source)\n}","funcProperties":{"__isSmartRef__":true,"id":64996},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"64995":{"this":{"__isSmartRef__":true,"id":64568}},"64996":{"timestamp":{"__isSmartRef__":true,"id":64997},"user":"undefined","tags":[]},"64997":{"isSerializedDate":true,"string":"Thu Jan 19 2012 15:30:43 GMT+0100 (Mitteleuropäische Zeit)"},"64998":{"_Position":{"__isSmartRef__":true,"id":64999},"renderContextTable":{"__isSmartRef__":true,"id":65000},"_Extent":{"__isSmartRef__":true,"id":63915},"_Padding":{"__isSmartRef__":true,"id":65001},"_NodeClass":["morph","tabpane"],"_NodeId":"morph-6339cb7c-ad3a-4d81-add4-fa09a2eb87ff","_Fill":{"__isSmartRef__":true,"id":65002},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":63581},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"64999":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65000":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"65001":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65002":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65003":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"65004":{"morph":{"__isSmartRef__":true,"id":64567},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"65005":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65006":{"adjustForNewBounds":true,"resizeWidth":true,"resizeHeight":true},"65007":{"x":0,"y":30,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65008":{"x":90,"y":30,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65009":{"x":180,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65010":{"_Position":{"__isSmartRef__":true,"id":65011},"renderContextTable":{"__isSmartRef__":true,"id":65012},"_Extent":{"__isSmartRef__":true,"id":65013},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":65014},"_Fill":{"__isSmartRef__":true,"id":65015},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":65016},"__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"65011":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65012":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"65013":{"x":872.0934621532042,"y":30,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65014":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65015":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65016":{"r":0.8,"g":0.8,"b":0.8,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65017":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"65018":{"morph":{"__isSmartRef__":true,"id":63534},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"65019":{"x":872.0934621532042,"y":30,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65020":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65021":{"adjustForNewBounds":true,"resizeWidth":true},"65022":{"requiredModules":[],"idOnLoad":"83A8CA1E-4419-4E2A-B23E-B62686774AFC","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"65023":{"_Position":{"__isSmartRef__":true,"id":65024},"renderContextTable":{"__isSmartRef__":true,"id":65025},"_Extent":{"__isSmartRef__":true,"id":65026},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":65027},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":100},"__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"65024":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65025":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"65026":{"x":872.0934621532042,"y":470.7147151397129,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65027":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65028":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"65029":{"morph":{"__isSmartRef__":true,"id":63533},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"65030":{"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.TabStrategyTop"},"65031":{"x":872.0934621532042,"y":470.7147151397129,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65032":{"x":0,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65033":{"x":581.0853111335786,"y":-13.240456448482064,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65034":{"resizeWidth":true,"resizeHeight":true,"adjustForNewBounds":true},"65035":{"submorphs":[{"__isSmartRef__":true,"id":63533},{"__isSmartRef__":true,"id":65036},{"__isSmartRef__":true,"id":65159},{"__isSmartRef__":true,"id":65212}],"scripts":[],"shape":{"__isSmartRef__":true,"id":65247},"derivationIds":[null],"id":"D2BBD36E-4B48-414B-881F-2BB8C51FE73F","renderContextTable":{"__isSmartRef__":true,"id":65251},"eventHandler":{"__isSmartRef__":true,"id":65252},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"layout":{"__isSmartRef__":true,"id":65253},"LK2":true,"_Position":{"__isSmartRef__":true,"id":65254},"priorExtent":{"__isSmartRef__":true,"id":65255},"targetMorph":{"__isSmartRef__":true,"id":63533},"reframeHandle":{"__isSmartRef__":true,"id":65212},"titleBar":{"__isSmartRef__":true,"id":65036},"contentOffset":{"__isSmartRef__":true,"id":65032},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"owner":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":63354},"name":"ToolTabPaneWindow","minExtent":{"__isSmartRef__":true,"id":65256},"_Rotation":0,"_Scale":1,"highlighted":true,"prevDragPos":{"__isSmartRef__":true,"id":65257},"isBeingDragged":false,"state":"shutdown","__LivelyClassName__":"lively.morphic.Window","__SourceModuleName__":"Global.lively.morphic.Widgets","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"65036":{"submorphs":[{"__isSmartRef__":true,"id":65037},{"__isSmartRef__":true,"id":65049},{"__isSmartRef__":true,"id":65081},{"__isSmartRef__":true,"id":65112}],"scripts":[],"shape":{"__isSmartRef__":true,"id":65144},"derivationIds":[null],"id":"81715F21-B859-4389-82DE-820DC4D6C0C8","renderContextTable":{"__isSmartRef__":true,"id":65154},"eventHandler":{"__isSmartRef__":true,"id":65155},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":65156},"_Position":{"__isSmartRef__":true,"id":65157},"windowMorph":{"__isSmartRef__":true,"id":65035},"label":{"__isSmartRef__":true,"id":65037},"closeButton":{"__isSmartRef__":true,"id":65049},"menuButton":{"__isSmartRef__":true,"id":65081},"collapseButton":{"__isSmartRef__":true,"id":65112},"priorExtent":{"__isSmartRef__":true,"id":65158},"owner":{"__isSmartRef__":true,"id":65035},"__LivelyClassName__":"lively.morphic.TitleBar","__SourceModuleName__":"Global.lively.morphic.Widgets"},"65037":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":65038},"derivationIds":[null],"id":"0EB76157-957B-46B7-9FC5-FBAC29755D86","renderContextTable":{"__isSmartRef__":true,"id":65042},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":65043}],"eventHandler":{"__isSmartRef__":true,"id":65045},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":65046},"_TextColor":{"__isSmartRef__":true,"id":124},"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":65036},"_Position":{"__isSmartRef__":true,"id":65047},"priorExtent":{"__isSmartRef__":true,"id":65048},"_MaxTextWidth":813.2688660000002,"_MinTextWidth":813.2688660000002,"_MaxTextHeight":null,"_MinTextHeight":null,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"65038":{"_Position":{"__isSmartRef__":true,"id":65039},"renderContextTable":{"__isSmartRef__":true,"id":65040},"_Extent":{"__isSmartRef__":true,"id":65041},"_Padding":{"__isSmartRef__":true,"id":117},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-0eb76157-957b-46b7-9fc5-fbac29755d86","_BorderRadius":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"65039":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65040":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"65041":{"x":813.2688660000002,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65042":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"65043":{"style":{"__isSmartRef__":true,"id":65044},"chunkOwner":{"__isSmartRef__":true,"id":65037},"storedString":"ToolTabPane","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"65044":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","fontWeight":"bold","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"65045":{"morph":{"__isSmartRef__":true,"id":65037},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"65046":{"resizeWidth":true},"65047":{"x":20,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65048":{"x":813.2688660000002,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65049":{"submorphs":[{"__isSmartRef__":true,"id":65050}],"scripts":[],"shape":{"__isSmartRef__":true,"id":65060},"derivationIds":[null],"id":"A57CE06A-6575-4564-BF5E-20E19C81193E","renderContextTable":{"__isSmartRef__":true,"id":65072},"eventHandler":{"__isSmartRef__":true,"id":65073},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":65074},"priorExtent":{"__isSmartRef__":true,"id":65075},"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":65050},"owner":{"__isSmartRef__":true,"id":65036},"layout":{"__isSmartRef__":true,"id":65076},"attributeConnections":[{"__isSmartRef__":true,"id":65077},{"__isSmartRef__":true,"id":65079}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"isPressed":false,"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets"},"65050":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":65051},"derivationIds":[null],"id":"CF377741-667B-47FA-B0F2-A75762311EFC","renderContextTable":{"__isSmartRef__":true,"id":65055},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":65056}],"eventHandler":{"__isSmartRef__":true,"id":65058},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":65049},"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"priorExtent":{"__isSmartRef__":true,"id":65059},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"65051":{"_Position":{"__isSmartRef__":true,"id":65052},"renderContextTable":{"__isSmartRef__":true,"id":65053},"_Extent":{"__isSmartRef__":true,"id":65054},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-cf377741-667b-47fa-b0f2-a75762311efc","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"65052":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65053":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"65054":{"x":15,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65055":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"65056":{"style":{"__isSmartRef__":true,"id":65057},"chunkOwner":{"__isSmartRef__":true,"id":65050},"storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"65057":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"65058":{"morph":{"__isSmartRef__":true,"id":65050},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"65059":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65060":{"_Position":{"__isSmartRef__":true,"id":65061},"renderContextTable":{"__isSmartRef__":true,"id":65062},"_Extent":{"__isSmartRef__":true,"id":65063},"_Padding":{"__isSmartRef__":true,"id":65064},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":144},"_StrokeOpacity":0,"_BorderRadius":5,"_NodeClass":["morph","button","windowcontrol"],"_NodeId":"morph-a57ce06a-6575-4564-bf5e-20e19c81193e","_Fill":{"__isSmartRef__":true,"id":65065},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"65061":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65062":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"65063":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65064":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65065":{"stops":[{"__isSmartRef__":true,"id":65066},{"__isSmartRef__":true,"id":65068},{"__isSmartRef__":true,"id":65069},{"__isSmartRef__":true,"id":65070}],"vector":{"__isSmartRef__":true,"id":153},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"65066":{"offset":0,"color":{"__isSmartRef__":true,"id":65067}},"65067":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65068":{"offset":0.3,"color":{"__isSmartRef__":true,"id":149}},"65069":{"offset":0.7,"color":{"__isSmartRef__":true,"id":149}},"65070":{"offset":1,"color":{"__isSmartRef__":true,"id":65071}},"65071":{"r":0.7973333333333334,"g":0.7973333333333334,"b":0.7973333333333334,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65072":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"65073":{"morph":{"__isSmartRef__":true,"id":65049},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"65074":{"x":852.2688660000002,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65075":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65076":{"moveHorizontal":true},"65077":{"sourceObj":{"__isSmartRef__":true,"id":65049},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":65035},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":65078},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"65078":{"source":{"__isSmartRef__":true,"id":65049},"target":{"__isSmartRef__":true,"id":65035}},"65079":{"sourceObj":{"__isSmartRef__":true,"id":65049},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":65035},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":65080},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"65080":{"source":{"__isSmartRef__":true,"id":65049},"target":{"__isSmartRef__":true,"id":65035}},"65081":{"submorphs":[{"__isSmartRef__":true,"id":65082}],"scripts":[],"shape":{"__isSmartRef__":true,"id":65092},"derivationIds":[null],"id":"825D9EC7-49B3-4A53-9CFA-6E160CFB0EBE","renderContextTable":{"__isSmartRef__":true,"id":65104},"eventHandler":{"__isSmartRef__":true,"id":65105},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":65106},"priorExtent":{"__isSmartRef__":true,"id":65107},"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":65082},"owner":{"__isSmartRef__":true,"id":65036},"attributeConnections":[{"__isSmartRef__":true,"id":65108},{"__isSmartRef__":true,"id":65110}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets"},"65082":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":65083},"derivationIds":[null],"id":"FEF77630-C35C-4F68-AD11-B5B885446C44","renderContextTable":{"__isSmartRef__":true,"id":65087},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":65088}],"eventHandler":{"__isSmartRef__":true,"id":65090},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":65081},"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"priorExtent":{"__isSmartRef__":true,"id":65091},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"65083":{"_Position":{"__isSmartRef__":true,"id":65084},"renderContextTable":{"__isSmartRef__":true,"id":65085},"_Extent":{"__isSmartRef__":true,"id":65086},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-fef77630-c35c-4f68-ad11-b5b885446c44","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"65084":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65085":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"65086":{"x":16,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65087":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"65088":{"style":{"__isSmartRef__":true,"id":65089},"chunkOwner":{"__isSmartRef__":true,"id":65082},"storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"65089":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"65090":{"morph":{"__isSmartRef__":true,"id":65082},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"65091":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65092":{"_Position":{"__isSmartRef__":true,"id":65093},"renderContextTable":{"__isSmartRef__":true,"id":65094},"_Extent":{"__isSmartRef__":true,"id":65095},"_Padding":{"__isSmartRef__":true,"id":65096},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":144},"_StrokeOpacity":0,"_BorderRadius":5,"_NodeClass":["morph","button","windowcontrol"],"_NodeId":"morph-825d9ec7-49b3-4a53-9cfa-6e160cfb0ebe","_Fill":{"__isSmartRef__":true,"id":65097},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"65093":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65094":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"65095":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65096":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65097":{"stops":[{"__isSmartRef__":true,"id":65098},{"__isSmartRef__":true,"id":65100},{"__isSmartRef__":true,"id":65101},{"__isSmartRef__":true,"id":65102}],"vector":{"__isSmartRef__":true,"id":153},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"65098":{"offset":0,"color":{"__isSmartRef__":true,"id":65099}},"65099":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65100":{"offset":0.3,"color":{"__isSmartRef__":true,"id":149}},"65101":{"offset":0.7,"color":{"__isSmartRef__":true,"id":149}},"65102":{"offset":1,"color":{"__isSmartRef__":true,"id":65103}},"65103":{"r":0.7973333333333334,"g":0.7973333333333334,"b":0.7973333333333334,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65104":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"65105":{"morph":{"__isSmartRef__":true,"id":65081},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"65106":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65107":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65108":{"sourceObj":{"__isSmartRef__":true,"id":65081},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":65035},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":65109},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"65109":{"source":{"__isSmartRef__":true,"id":65081},"target":{"__isSmartRef__":true,"id":65035}},"65110":{"sourceObj":{"__isSmartRef__":true,"id":65081},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":65035},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":65111},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"65111":{"source":{"__isSmartRef__":true,"id":65081},"target":{"__isSmartRef__":true,"id":65035}},"65112":{"submorphs":[{"__isSmartRef__":true,"id":65113}],"scripts":[],"shape":{"__isSmartRef__":true,"id":65123},"derivationIds":[null],"id":"43360790-C193-4596-87DC-79A566D75F86","renderContextTable":{"__isSmartRef__":true,"id":65135},"eventHandler":{"__isSmartRef__":true,"id":65136},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":65137},"priorExtent":{"__isSmartRef__":true,"id":65138},"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":65113},"owner":{"__isSmartRef__":true,"id":65036},"layout":{"__isSmartRef__":true,"id":65139},"attributeConnections":[{"__isSmartRef__":true,"id":65140},{"__isSmartRef__":true,"id":65142}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets"},"65113":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":65114},"derivationIds":[null],"id":"42E4D169-3266-41A2-B380-49203D476721","renderContextTable":{"__isSmartRef__":true,"id":65118},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":65119}],"eventHandler":{"__isSmartRef__":true,"id":65121},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":65112},"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"priorExtent":{"__isSmartRef__":true,"id":65122},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"65114":{"_Position":{"__isSmartRef__":true,"id":65115},"renderContextTable":{"__isSmartRef__":true,"id":65116},"_Extent":{"__isSmartRef__":true,"id":65117},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-42e4d169-3266-41a2-b380-49203d476721","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"65115":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65116":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"65117":{"x":14,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65118":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"65119":{"style":{"__isSmartRef__":true,"id":65120},"chunkOwner":{"__isSmartRef__":true,"id":65113},"storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"65120":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"65121":{"morph":{"__isSmartRef__":true,"id":65113},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"65122":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65123":{"_Position":{"__isSmartRef__":true,"id":65124},"renderContextTable":{"__isSmartRef__":true,"id":65125},"_Extent":{"__isSmartRef__":true,"id":65126},"_Padding":{"__isSmartRef__":true,"id":65127},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":144},"_StrokeOpacity":0,"_BorderRadius":5,"_NodeClass":["morph","button","windowcontrol"],"_NodeId":"morph-43360790-c193-4596-87dc-79a566d75f86","_Fill":{"__isSmartRef__":true,"id":65128},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"65124":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65125":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"65126":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65127":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65128":{"stops":[{"__isSmartRef__":true,"id":65129},{"__isSmartRef__":true,"id":65131},{"__isSmartRef__":true,"id":65132},{"__isSmartRef__":true,"id":65133}],"vector":{"__isSmartRef__":true,"id":153},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"65129":{"offset":0,"color":{"__isSmartRef__":true,"id":65130}},"65130":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65131":{"offset":0.3,"color":{"__isSmartRef__":true,"id":149}},"65132":{"offset":0.7,"color":{"__isSmartRef__":true,"id":149}},"65133":{"offset":1,"color":{"__isSmartRef__":true,"id":65134}},"65134":{"r":0.7973333333333334,"g":0.7973333333333334,"b":0.7973333333333334,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65135":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"65136":{"morph":{"__isSmartRef__":true,"id":65112},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"65137":{"x":833.2688660000002,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65138":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65139":{"moveHorizontal":true},"65140":{"sourceObj":{"__isSmartRef__":true,"id":65112},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":65035},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":65141},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"65141":{"source":{"__isSmartRef__":true,"id":65112},"target":{"__isSmartRef__":true,"id":65035}},"65142":{"sourceObj":{"__isSmartRef__":true,"id":65112},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":65035},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":65143},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"65143":{"source":{"__isSmartRef__":true,"id":65112},"target":{"__isSmartRef__":true,"id":65035}},"65144":{"_Position":{"__isSmartRef__":true,"id":65145},"renderContextTable":{"__isSmartRef__":true,"id":65146},"_Extent":{"__isSmartRef__":true,"id":65147},"_Padding":{"__isSmartRef__":true,"id":65148},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":124},"_Fill":{"__isSmartRef__":true,"id":65149},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","_NodeClass":["morph","box","titlebar"],"_NodeId":"morph-81715f21-b859-4389-82de-820dc4d6c0c8","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"65145":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65146":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"65147":{"x":872.2688660000002,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65148":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65149":{"stops":[{"__isSmartRef__":true,"id":65150},{"__isSmartRef__":true,"id":65152}],"vector":{"__isSmartRef__":true,"id":153},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"65150":{"offset":0,"color":{"__isSmartRef__":true,"id":65151}},"65151":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65152":{"offset":1,"color":{"__isSmartRef__":true,"id":65153}},"65153":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65154":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"65155":{"morph":{"__isSmartRef__":true,"id":65036},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"65156":{"resizeWidth":true,"adjustForNewBounds":true},"65157":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65158":{"x":872.2688660000002,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65159":{"submorphs":[],"scripts":[],"id":"2C40FDE1-933B-45FF-B281-AFEB1873C7BA","shape":{"__isSmartRef__":true,"id":65160},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":65167},"showsHalos":false,"name":"ResizeCorner","partsBinMetaInfo":{"__isSmartRef__":true,"id":65168},"__SourceModuleName__":"Global.lively.morphic.Core","draggingEnabled":true,"dragStartPoint":null,"originalExtent":{"__isSmartRef__":true,"id":65169},"originalTargetExtent":null,"renderContextTable":{"__isSmartRef__":true,"id":65170},"eventHandler":{"__isSmartRef__":true,"id":65171},"priorExtent":{"__isSmartRef__":true,"id":65172},"originalTargetInnerBounds":null,"isResizeCorner":true,"relativeOrigin":null,"derivationIds":[7147,"16E962DF-21E9-4FE6-8B9B-953F0E908113","ADD0B5C0-0DC6-4D8E-9C2A-0EC7E3C71F21","C13BE625-F1AC-4401-AB63-BA50CE744CB6","291119F3-1D44-4861-BAE4-5F142861083D","E10B97BB-8029-4AFE-97F4-D7DEA3EA000F","3BA898DA-1519-4FF8-A0BF-09E180382D50","1D1F4D10-DB39-481C-93FD-21520463295A","92761179-5047-4C14-979F-29A9CF056641","E7B73231-7E5A-4788-81EC-6077698D93B5","6CEE8BC8-59C9-4C03-B5FD-77D84EB324B5","C6C92CCD-4786-4C40-AABF-7716D9FCC08A"],"moved":true,"attributeConnections":[{"__isSmartRef__":true,"id":65173}],"doNotSerialize":["$$cornerName"],"doNotCopyProperties":["$$cornerName"],"originalTargetBounds":null,"owner":{"__isSmartRef__":true,"id":65035},"cornerName":"bottomRight","_Rotation":0,"_Scale":1,"_ClipMode":"visible","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":65174},"__LivelyClassName__":"lively.morphic.Box"},"65160":{"position":{"__isSmartRef__":true,"id":65161},"_Extent":{"__isSmartRef__":true,"id":65162},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":65163},"_Fill":{"__isSmartRef__":true,"id":65164},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":65165},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":65166},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"65161":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65162":{"x":10,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65163":{"r":0.568,"g":0.568,"b":0.568,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65164":{"r":0.258,"g":0.258,"b":0.258,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65165":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"65166":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65167":{"x":862.2688660000002,"y":481.08046000000013,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65168":{"partsSpaceName":"PartsBin/Widgets/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Resize an object without using halos.","partName":"ResizeCorner","revisionOnLoad":140152,"idOnLoad":"2C40FDE1-933B-45FF-B281-AFEB1873C7BA","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"65169":{"x":239,"y":138,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65170":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"65171":{"morph":{"__isSmartRef__":true,"id":65159},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"65172":{"x":10,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65173":{"sourceObj":{"__isSmartRef__":true,"id":65159},"sourceAttrName":"cornerName","targetObj":{"__isSmartRef__":true,"id":65159},"targetMethodName":"alignToOwner","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"65174":{"onDrag":{"__isSmartRef__":true,"id":65175},"onDragEnd":{"__isSmartRef__":true,"id":65183},"onDragStart":{"__isSmartRef__":true,"id":65191},"reset":{"__isSmartRef__":true,"id":65199},"morphMenuItems":{"__isSmartRef__":true,"id":65202},"alignToOwner":{"__isSmartRef__":true,"id":65209}},"65175":{"varMapping":{"__isSmartRef__":true,"id":65176},"source":"function onDrag(evt) {\n // alert(\"onDrag\")\n // this.owner.setPosition(pt(0,0))\n // this.owner.setOrigin(pt(0,0))\n var moveDelta = evt.mousePoint.subPt(this.dragStartPoint)\n \n // moveDelta = moveDelta.maxPt(pt(0,0))\n var ownerExtent = this.owner.getExtent();\n\n // TODO does not work\n if (evt.isShiftDown()) {\n var maxDelta = Math.max(moveDelta.x, moveDelta.y);\n if (maxDelta == 0) return;\n var factor = ownerExtent.x / ownerExtent.y\n moveDelta = pt(maxDelta * factor, maxDelta )\n }\n var accessor = \"with\" + this.cornerName.charAt(0).toUpperCase() + this.cornerName.substring(1);\n\n var newCorner = this.originalTargetBounds[this.cornerName]().addPt(moveDelta);\n var newBounds = this.originalTargetBounds[accessor ](newCorner);\n\n this.owner.setBounds(newBounds);\n \n // var newExtent = this.originalTargetExtent.addPt(moveDelta)\n // alertOK(\"new extent\" + newExtent)\n // this.owner.setExtent(newExtent);\n this.owner.submorphs.select(function(ea) {\n return ea.isResizeCorner\n }).invoke('alignToOwner');\n if (this.owner.halos) {\n this.owner.halos.invoke('alignAtTarget')\n }\n // alertOK(\"relative \" + this.relativeOrigin)\n var newOrigin = pt(0,0).extent(this.owner.getExtent()).relativeToAbsPoint(this.relativeOrigin)\n\n // TODO IMPLEMENT updating the origin does not work yet\n // this.owner.setOrigin(newOrigin);\n // alertOK(\"new origin \" + newOrigin)\n\n}","funcProperties":{"__isSmartRef__":true,"id":65181},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"65176":{"this":{"__isSmartRef__":true,"id":65159},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":65177}},"65177":{"$super":{"__isSmartRef__":true,"id":65178}},"65178":{"varMapping":{"__isSmartRef__":true,"id":65179},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":65180},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"65179":{"obj":{"__isSmartRef__":true,"id":65159},"name":"onDrag"},"65180":{},"65181":{"timestamp":{"__isSmartRef__":true,"id":65182},"user":"sstamm","tags":[]},"65182":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:08:52 GMT+0100 (Mitteleuropäische Zeit)"},"65183":{"varMapping":{"__isSmartRef__":true,"id":65184},"source":"function onDragEnd(evt) {\n this.dragStartPoint = null;\n this.originalTargetBounds = null;\n this.relativeOrigin = null;\n}","funcProperties":{"__isSmartRef__":true,"id":65189},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"65184":{"this":{"__isSmartRef__":true,"id":65159},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":65185}},"65185":{"$super":{"__isSmartRef__":true,"id":65186}},"65186":{"varMapping":{"__isSmartRef__":true,"id":65187},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":65188},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"65187":{"obj":{"__isSmartRef__":true,"id":65159},"name":"onDragEnd"},"65188":{},"65189":{"timestamp":{"__isSmartRef__":true,"id":65190},"user":"sstamm","tags":[]},"65190":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:09:00 GMT+0100 (Mitteleuropäische Zeit)"},"65191":{"varMapping":{"__isSmartRef__":true,"id":65192},"source":"function onDragStart(evt) {\n var absToRelativePoint = function (r, absPt) {\n\t\treturn new Point(\n\t\t\t(absPt.x - r.x) / r.width,\n\t\t\t(absPt.y - r.y) / r.height)\n\t}\n // absToRelativePoint(new Rectangle(10,10,100,100), pt(20,20))\n // absToRelativePoint(new Rectangle(10,10,100,100), pt(0,0))\n // absToRelativePoint(new Rectangle(-100,-100,200,200), pt(0,0))\n\n\n this.dragStartPoint = evt.mousePoint;\n this.originalTargetBounds= this.owner.bounds();\n this.relativeOrigin = absToRelativePoint(pt(0,0).extent(this.owner.getExtent()), this.owner.getOrigin())\n}","funcProperties":{"__isSmartRef__":true,"id":65197},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"65192":{"this":{"__isSmartRef__":true,"id":65159},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":65193}},"65193":{"$super":{"__isSmartRef__":true,"id":65194}},"65194":{"varMapping":{"__isSmartRef__":true,"id":65195},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":65196},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"65195":{"obj":{"__isSmartRef__":true,"id":65159},"name":"onDragStart"},"65196":{},"65197":{"timestamp":{"__isSmartRef__":true,"id":65198},"user":"sstamm","tags":[]},"65198":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:08:40 GMT+0100 (Mitteleuropäische Zeit)"},"65199":{"varMapping":{"__isSmartRef__":true,"id":65200},"source":"function reset() {\n this.isResizeCorner = true\n this.cornerName = 'bottomRight'\n this.setExtent(pt(10,10));\n this.setPosition(pt(0,0))\n}","funcProperties":{"__isSmartRef__":true,"id":65201},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"65200":{"this":{"__isSmartRef__":true,"id":65159}},"65201":{},"65202":{"varMapping":{"__isSmartRef__":true,"id":65203},"source":"function morphMenuItems() {\n return $super().concat([\n [\"corner\", [\n [\"top left\", function() { this.cornerName = 'topLeft'}.bind(this)],\n [\"top right\", function() { this.cornerName = 'topRight'}.bind(this)],\n [\"bottom right\", function() { this.cornerName = 'bottomRight'}.bind(this)],\n [\"bottom left\", function() { this.cornerName = 'bottomLeft'}.bind(this)],\n ]]\n ])\t\n}","funcProperties":{"__isSmartRef__":true,"id":65208},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"65203":{"this":{"__isSmartRef__":true,"id":65159},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":65204}},"65204":{"$super":{"__isSmartRef__":true,"id":65205}},"65205":{"varMapping":{"__isSmartRef__":true,"id":65206},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":65207},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"65206":{"obj":{"__isSmartRef__":true,"id":65159},"name":"morphMenuItems"},"65207":{},"65208":{},"65209":{"varMapping":{"__isSmartRef__":true,"id":65210},"source":"function alignToOwner() {\n this.align(this.bounds()[this.cornerName](), this.owner.shape.bounds()[this.cornerName]() )\n}","funcProperties":{"__isSmartRef__":true,"id":65211},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"65210":{"this":{"__isSmartRef__":true,"id":65159}},"65211":{},"65212":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":65213},"derivationIds":[null],"id":"AAD680A2-F486-41D4-9F02-21B62FE73806","renderContextTable":{"__isSmartRef__":true,"id":65222},"eventHandler":{"__isSmartRef__":true,"id":65223},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"owner":{"__isSmartRef__":true,"id":65035},"_Position":{"__isSmartRef__":true,"id":65224},"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":65225},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"65213":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":65214},{"__isSmartRef__":true,"id":65215},{"__isSmartRef__":true,"id":65216}],"renderContextTable":{"__isSmartRef__":true,"id":65217},"_Position":{"__isSmartRef__":true,"id":65218},"_Extent":{"__isSmartRef__":true,"id":65219},"_Padding":{"__isSmartRef__":true,"id":65220},"_BorderWidth":0,"_BorderColor":null,"_NodeClass":["morph","path"],"_NodeId":"morph-aad680a2-f486-41d4-9f02-21b62fe73806","_Fill":{"__isSmartRef__":true,"id":65221},"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"65214":{"isAbsolute":true,"x":14,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"65215":{"isAbsolute":true,"x":14,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"65216":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"65217":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"65218":{"x":-1,"y":-1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65219":{"x":15,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65220":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65221":{"r":0.8,"g":0.8,"b":0.8,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65222":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"65223":{"morph":{"__isSmartRef__":true,"id":65212},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"65224":{"x":858.2688660000002,"y":477.714715139713,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65225":{"onDragStart":{"__isSmartRef__":true,"id":65226},"onDrag":{"__isSmartRef__":true,"id":65233},"onDragEnd":{"__isSmartRef__":true,"id":65240}},"65226":{"varMapping":{"__isSmartRef__":true,"id":65227},"source":"function onDragStart(evt) {\n this.dragStartPoint = evt.mousePoint;\n this.originalTargetExtent = this.owner.getExtent();\n }","funcProperties":{"__isSmartRef__":true,"id":65232},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"65227":{"this":{"__isSmartRef__":true,"id":65212},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":65228}},"65228":{"$super":{"__isSmartRef__":true,"id":65229}},"65229":{"varMapping":{"__isSmartRef__":true,"id":65230},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":65231},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"65230":{"obj":{"__isSmartRef__":true,"id":65212},"name":"onDragStart"},"65231":{},"65232":{},"65233":{"varMapping":{"__isSmartRef__":true,"id":65234},"source":"function onDrag(evt) {\n var moveDelta = evt.mousePoint.subPt(this.dragStartPoint)\n if (evt.isShiftDown()) {\n var maxDelta = Math.max(moveDelta.x, moveDelta.y);\n\t moveDelta = pt(maxDelta, maxDelta);\n };\n this.owner.setExtent(this.originalTargetExtent.addPt(moveDelta));\n this.align(this.bounds().bottomRight(), this.owner.getExtent());\n }","funcProperties":{"__isSmartRef__":true,"id":65239},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"65234":{"this":{"__isSmartRef__":true,"id":65212},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":65235}},"65235":{"$super":{"__isSmartRef__":true,"id":65236}},"65236":{"varMapping":{"__isSmartRef__":true,"id":65237},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":65238},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"65237":{"obj":{"__isSmartRef__":true,"id":65212},"name":"onDrag"},"65238":{},"65239":{},"65240":{"varMapping":{"__isSmartRef__":true,"id":65241},"source":"function onDragEnd(evt) {\n this.dragStartPoint = null;\n this.originalTargetExtent = null;\n }","funcProperties":{"__isSmartRef__":true,"id":65246},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"65241":{"this":{"__isSmartRef__":true,"id":65212},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":65242}},"65242":{"$super":{"__isSmartRef__":true,"id":65243}},"65243":{"varMapping":{"__isSmartRef__":true,"id":65244},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":65245},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"65244":{"obj":{"__isSmartRef__":true,"id":65212},"name":"onDragEnd"},"65245":{},"65246":{},"65247":{"renderContextTable":{"__isSmartRef__":true,"id":65248},"_Padding":{"__isSmartRef__":true,"id":65249},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_NodeClass":["morph","window"],"_NodeId":"morph-d2bbd36e-4b48-414b-881f-2bb8c51fe73f","_Extent":{"__isSmartRef__":true,"id":65250},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"65248":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"65249":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65250":{"x":872.2688660000002,"y":491.714715139713,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65251":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"65252":{"morph":{"__isSmartRef__":true,"id":65035},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"65253":{"adjustForNewBounds":true},"65254":{"x":659.3655669999998,"y":590.6426424301435,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65255":{"x":872.2688660000002,"y":491.714715139713,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65256":{"x":700,"y":370,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65257":{"x":779,"y":602,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65258":{"onrestore":{"__isSmartRef__":true,"id":65259},"installLayers":{"__isSmartRef__":true,"id":65267},"openMethodFinderFor":{"__isSmartRef__":true,"id":65271}},"65259":{"varMapping":{"__isSmartRef__":true,"id":65260},"source":"function onrestore() {\n this.installLayers();\n $super()\n}","funcProperties":{"__isSmartRef__":true,"id":65265},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"65260":{"this":{"__isSmartRef__":true,"id":63533},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":65261}},"65261":{"$super":{"__isSmartRef__":true,"id":65262}},"65262":{"varMapping":{"__isSmartRef__":true,"id":65263},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":65264},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"65263":{"obj":{"__isSmartRef__":true,"id":63533},"name":"onrestore"},"65264":{},"65265":{"timestamp":{"__isSmartRef__":true,"id":65266},"user":"undefined","tags":[]},"65266":{"isSerializedDate":true,"string":"Fri Feb 03 2012 15:18:55 GMT+0100 (Mitteleuropäische Zeit)"},"65267":{"varMapping":{"__isSmartRef__":true,"id":65268},"source":"function installLayers() {\n \ncop.create(\"TabbedMethodFinderLayer\").refineClass(lively.morphic.Text, {\n doBrowseImplementors: function () {\n var toolTabPane = this.get(\"ToolTabPane\");\n var searchString = this.getSelectionOrLineString();\n if (toolTabPane) {\n toolTabPane.openMethodFinderFor(searchString);\n return;\n }\n this.world().openMethodFinderFor(searchString)\n }\n})\n\n\nthis.setWithLayers([TabbedMethodFinderLayer])\n\n\n}","funcProperties":{"__isSmartRef__":true,"id":65269},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"65268":{"this":{"__isSmartRef__":true,"id":63533}},"65269":{"timestamp":{"__isSmartRef__":true,"id":65270},"user":"undefined","tags":[]},"65270":{"isSerializedDate":true,"string":"Fri Feb 03 2012 15:20:31 GMT+0100 (Mitteleuropäische Zeit)"},"65271":{"varMapping":{"__isSmartRef__":true,"id":65272},"source":"function openMethodFinderFor(searchString) {\n // this.openMethodFinderFor(\"onMouseDown\")\n var tab = this.addTabLabeled(\"S:\" + searchString)\n var part = this.world().openPartItem('MethodFinderPane', 'PartsBin/Dialogs');\n part.setExtent(this.tabPaneExtent)\n tab.pane.addMorph(part);\n tab.pane.layout = tab.pane.layout || {};\n tab.pane.layout.resizeWidth = true;\n tab.pane.layout.resizeHeight = true;\n part.setSearch(searchString);\n part.setPosition(pt(0,0))\n $world.addMorph(this.owner);\n return part;\n}","funcProperties":{"__isSmartRef__":true,"id":65273},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"65272":{"this":{"__isSmartRef__":true,"id":63533}},"65273":{"timestamp":{"__isSmartRef__":true,"id":65274},"user":"undefined","tags":[]},"65274":{"isSerializedDate":true,"string":"Wed Mar 28 2012 13:53:26 GMT+0200 (Mitteleuropäische Sommerzeit)"},"65275":{"partsSpaceName":"PartsBin/Dialogs","name":"MethodFinderPane","json":"{\"id\":0,\"registry\":{\"0\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1},{\"__isSmartRef__\":true,\"id\":18},{\"__isSmartRef__\":true,\"id\":66},{\"__isSmartRef__\":true,\"id\":82},{\"__isSmartRef__\":true,\"id\":112},{\"__isSmartRef__\":true,\"id\":127},{\"__isSmartRef__\":true,\"id\":174},{\"__isSmartRef__\":true,\"id\":257}],\"scripts\":[],\"id\":\"B55E78F3-F8DB-4034-91E7-0D1B364B82DA\",\"shape\":{\"__isSmartRef__\":true,\"id\":310},\"__layered_droppingEnabled__\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"showsHalos\":false,\"name\":\"MethodFinderPane\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":317},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"isCopyMorphRef\":true,\"morphRefId\":1,\"layout\":{\"__isSmartRef__\":true,\"id\":336},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":337},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":338},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":339},\"attributeConnections\":[],\"doNotSerialize\":[\"targetFunction\",\"targetObject\"],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"isBeingDragged\":false,\"_Position\":{\"__isSmartRef__\":true,\"id\":340},\"derivationIds\":[204,\"90F6ED76-D56E-436C-96E7-CBFE7106283E\",\"53162F18-6DD1-4230-B30F-EC4BA7B7A9ED\",\"73F374A9-9CEE-4D2E-8BA6-030971E02396\",\"0859BA09-FE36-4B7E-85B5-A141B84A252C\",\"AB402971-988F-4D01-AE49-87C1AFEAA1C3\",\"A80F8C19-12D2-49AF-941A-2454433D2A59\",\"9370F962-CBB6-42C0-8F15-79D0F66045FD\",\"2F24C0FF-1360-4C35-BE22-B5DE5FFAB3F4\",\"81FC43AC-A19A-48A5-B854-601A302E5585\",\"BBF2876B-A928-4012-A9BD-A39052E30483\",\"3E2C739C-3BA6-4C2C-B7FB-A726AA7015BB\"],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":341},\"moved\":true,\"_Rotation\":0,\"_Scale\":1,\"_ClipMode\":\"visible\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":342},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"1\":{\"submorphs\":[],\"scripts\":[],\"id\":\"3868C69C-36F7-42FF-95C8-191FBE40BCA2\",\"shape\":{\"__isSmartRef__\":true,\"id\":2},\"grabbingEnabled\":false,\"__layered_droppingEnabled__\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":true,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":8},\"_MaxTextWidth\":287,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":9},\"showsHalos\":false,\"_FontSize\":13,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"searchText\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":10},\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"charsReplaced\":\"enter method name here\",\"lastFindLoc\":22,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":11}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"isInputLine\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"allowInput\":true,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":12}],\"priorSelectionRange\":[0,22],\"prevScroll\":[0,0],\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":14},\"lastSearchString\":\"prev\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":15},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":16},\"_MinTextWidth\":287,\"_MinTextHeight\":null,\"previousSelection\":[0,0],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":17},\"isBeingDragged\":false,\"derivationIds\":[205,\"63CD6525-ECE4-4F52-A84B-27633C22F3F9\",\"D7B775A2-513B-4768-AB24-6718580E61A9\",\"FE8FA703-C984-4702-8139-2C4E9353FB41\",\"2C124317-773E-498D-BB6D-9BEC99637AF3\",\"BFDC0BE7-0289-4FA0-A2EC-14EF2BA09445\",\"E16771FE-0062-4803-9678-9625DB0CFBFA\",\"B9D2EC7D-E050-4D3D-8ABC-52D8ACA55936\",\"196DC9F1-78FF-488F-80AB-8129A171A1C9\",\"F2FB3FCC-8AE2-4DFB-AD6F-3DE2513762B0\",\"4897081D-DCA7-4D33-B262-00412C9821FD\",\"9DEE84F9-6727-4802-BD51-456C40E212F1\"],\"savedTextString\":\"bla\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"2\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":3},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":6},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":7},\"_BorderRadius\":4,\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"3\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"4\":{\"x\":292,\"y\":25,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"5\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"6\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"7\":{\"x\":3,\"y\":3,\"width\":-3,\"height\":-3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"8\":{\"x\":10,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"9\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"10\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"11\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"search\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"12\":{\"style\":{\"__isSmartRef__\":true,\"id\":13},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1},\"storedString\":\"enter method name here\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"13\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"14\":{\"x\":292,\"y\":25,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"15\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"16\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"17\":{\"x\":199.7085210421884,\"y\":-15.498997494989453,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"18\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":19}],\"scripts\":[],\"id\":\"94585AAD-3EC1-42EB-9974-C981FF5A4539\",\"shape\":{\"__isSmartRef__\":true,\"id\":34},\"grabbingEnabled\":false,\"__layered_droppingEnabled__\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":50},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":38},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":51},\"label\":{\"__isSmartRef__\":true,\"id\":19},\"showsHalos\":false,\"name\":\"searchButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":60},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":61}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":62},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":63},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":64},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":65},\"derivationIds\":[206,\"CB9026E7-BAD5-49AB-B6E0-88B46D561743\",\"C2FEDA8A-ABCE-426D-BB39-F8B4C0CCBE5F\",\"21DC60CF-D1A0-4B54-9B91-F82A50CF8D3A\",\"6E0B3DCD-9AD6-4AAF-A854-252E628FC222\",\"457022C0-0CD0-426F-89B8-DAA8E3AA15C0\",\"AE87A8FC-A7FF-40D5-B8B3-351194957A1B\",\"0107A29A-C954-43A8-82FD-CEE77E946A25\",\"E82E1B35-1C20-4BE4-A5CB-0936E7D4AD20\",\"7485F277-13B5-4FF4-9B90-10385A227006\",\"216A87FA-4CA8-4657-886E-D2EE1398E86F\",\"051E1CDB-3E9B-41A7-89A7-24E539E5FA37\"],\"_Rotation\":0,\"_Scale\":1,\"_ClipMode\":\"visible\",\"__LivelyClassName__\":\"lively.morphic.Button\"},\"19\":{\"submorphs\":[],\"scripts\":[],\"id\":\"B41F9418-E248-400B-AD6D-4963C128AB45\",\"shape\":{\"__isSmartRef__\":true,\"id\":20},\"grabbingEnabled\":false,\"__layered_droppingEnabled__\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":26},\"_MaxTextWidth\":77,\"_MaxTextHeight\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":27},\"_Padding\":{\"__isSmartRef__\":true,\"id\":28},\"owner\":{\"__isSmartRef__\":true,\"id\":18},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textStyle\":null,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":29}],\"prevScroll\":[0,0],\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":31},\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":32},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":33},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":77,\"_MinTextHeight\":null,\"derivationIds\":[207,\"9A623BA1-A240-454B-B0DD-53932A371FB3\",\"9E828467-210E-44D4-8E3D-17C5F92B1AAE\",\"75AF52F1-0E7E-419A-BC00-5CCC0D52CEDC\",\"F3C81240-9550-45C3-8B7A-8A3C0ED15BE6\",\"70D8CC33-5AEE-45B5-AC0B-B9A6350C7F51\",\"C80D2176-BA4F-4DCF-88D8-540ADE03E6B9\",\"CB9FE42C-61BF-409D-9CC7-1F1B094C61FA\",\"BF7D1270-418D-46A3-95E5-991F82DAD8C6\",\"CDA433D8-442B-4D3A-A58E-F9C5FCED9086\",\"039DDED5-FFAA-423A-99F2-2236BB594511\",\"E618043F-74DF-4D4A-991F-5AA47FD766F8\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"20\":{\"position\":{\"__isSmartRef__\":true,\"id\":21},\"_Extent\":{\"__isSmartRef__\":true,\"id\":22},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":23},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":24},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":25},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"21\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"22\":{\"x\":77,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"23\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"24\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"25\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"26\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"27\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"28\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"29\":{\"style\":{\"__isSmartRef__\":true,\"id\":30},\"morph\":{\"__isSmartRef__\":true,\"id\":19},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":19},\"storedString\":\"search\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"30\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"31\":{\"x\":77,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"32\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"33\":{\"morph\":{\"__isSmartRef__\":true,\"id\":19},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"34\":{\"position\":{\"__isSmartRef__\":true,\"id\":35},\"_Extent\":{\"__isSmartRef__\":true,\"id\":36},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":37},\"_Fill\":{\"__isSmartRef__\":true,\"id\":38},\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":48},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":49},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"35\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"36\":{\"x\":77,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"37\":{\"r\":0.258,\"g\":0.258,\"b\":0.258,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"38\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":39},{\"__isSmartRef__\":true,\"id\":41},{\"__isSmartRef__\":true,\"id\":43},{\"__isSmartRef__\":true,\"id\":45}],\"vector\":{\"__isSmartRef__\":true,\"id\":47},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"39\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":40}},\"40\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"41\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":42}},\"42\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"43\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":44}},\"44\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"45\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":46}},\"46\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"47\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"48\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"49\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"50\":{\"x\":310,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"51\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":52},{\"__isSmartRef__\":true,\"id\":54},{\"__isSmartRef__\":true,\"id\":56},{\"__isSmartRef__\":true,\"id\":58}],\"vector\":{\"__isSmartRef__\":true,\"id\":47},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"52\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":53}},\"53\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"54\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":55}},\"55\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"56\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":57}},\"57\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"58\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":59}},\"59\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"60\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"61\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":18},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"doSave\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"62\":{\"x\":77,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"63\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"64\":{\"morph\":{\"__isSmartRef__\":true,\"id\":18},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"65\":{\"x\":53.70852104218841,\"y\":-21.498997494989453,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"66\":{\"submorphs\":[],\"scripts\":[],\"id\":\"2A6C9E8E-DFFC-4DE3-A9F0-2624BE97EB96\",\"shape\":{\"__isSmartRef__\":true,\"id\":67},\"__layered_droppingEnabled__\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":74},\"itemList\":[],\"showsHalos\":false,\"name\":\"searchResultList\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":75},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":76}],\"doNotSerialize\":[\"$$selection\"],\"doNotCopyProperties\":[\"$$selection\"],\"prevScroll\":[0,192],\"resizeHeight\":true,\"resizeWidth\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":77},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":78},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":79},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":80},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":81},\"isBeingDragged\":false,\"derivationIds\":[208,\"884F3C31-F47F-4325-B01C-55796601323C\",\"AF542C45-CFC5-475A-B28E-37B7FC51E468\",\"C6B09735-9683-446C-A39C-E4924083B282\",\"7860DCD2-EC25-4F34-B79B-18C47FBEE925\",\"7ACC50AB-EE77-4AD9-8731-20150C616D1C\",\"6A21BD7F-EC45-467D-BDA4-F218B9407920\",\"0B0BFDF5-91C4-4369-AB7F-07CDAE8813BF\",\"0D9A4870-E562-4C17-A057-3DB8D1C9234C\",\"854096E7-42E2-48F4-B656-D1AE606FAEBF\",\"659ABB8A-3E6D-4E1C-864B-CE8459AD730A\",\"1A73ECB5-B976-457C-8138-8385DBD45070\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.List\"},\"67\":{\"position\":{\"__isSmartRef__\":true,\"id\":68},\"_Extent\":{\"__isSmartRef__\":true,\"id\":69},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":70},\"_Fill\":{\"__isSmartRef__\":true,\"id\":71},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":72},\"_Padding\":{\"__isSmartRef__\":true,\"id\":73},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"68\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"69\":{\"x\":850.9484727040478,\"y\":140,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"70\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"71\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"72\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"73\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"74\":{\"x\":10,\"y\":50,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"75\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"76\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":66},\"sourceAttrName\":\"selection\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"browse\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"77\":{\"resizeWidth\":true},\"78\":{\"x\":849.9613545280358,\"y\":140,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"79\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateListContent\":\"updateListContentHTML\",\"resizeList\":\"resizeListHTML\",\"getItemIndexFromEvent\":\"getItemIndexFromEventHTML\",\"getListExtent\":\"getListExtentHTML\",\"setSize\":\"setSizeHTML\",\"renderAsDropDownList\":\"renderAsDropDownListHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"getSelectedIndexes\":\"getSelectedIndexesHTML\",\"enableMultipleSelections\":\"enableMultipleSelectionsHTML\",\"selectAllAt\":\"selectAllAtHTML\",\"clearSelections\":\"clearSelectionsHTML\",\"deselectAt\":\"deselectAtHTML\"},\"80\":{\"morph\":{\"__isSmartRef__\":true,\"id\":66},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"81\":{\"x\":589.7085210421884,\"y\":-14.498997494989453,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"82\":{\"submorphs\":[],\"scripts\":[],\"id\":\"3013EDB1-7370-48ED-BF86-BFEFC8B71878\",\"shape\":{\"__isSmartRef__\":true,\"id\":83},\"grabbingEnabled\":false,\"__layered_droppingEnabled__\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Monaco, Courier\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":89},\"_MaxTextWidth\":845.9484727040478,\"_MaxTextHeight\":null,\"textStyle\":null,\"layout\":{\"__isSmartRef__\":true,\"id\":90},\"doitContext\":{\"__isSmartRef__\":true,\"id\":0},\"charsReplaced\":\"\",\"lastFindLoc\":130,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"sourceText\",\"savedTextString\":\"// changes here only affect runtime\\nObject.extend(lively.morphic.Morph,{\\n\\tmakeLine:function (verts, lineWidth, lineColor) {\\n\\t\\tif (verts.length < 2) return null;\\n\\t\\tif (verts.length > 2) {\\n\\t\\t\\t// Polylines become a mere blob for now...\\n\\t\\t\\tvar morph = this.makeRectangle(Rectangle.unionPts(verts));\\n\\t\\t\\tmorph.setBorderWidth(lineWidth);\\n\\t\\t\\tmorph.setBorderColor(lineColor);\\n\\t\\t\\tmorph.setFill(null);\\n\\t\\t\\treturn morph;\\n\\t\\t} \\n\\t\\t// Okay, it's a simple line...\\n\\t\\tvar p1 = verts[0]; var p2 = verts[1];\\n\\t\\tvar v = p2.subPt(p1);\\n \\n\\t\\t// First make a horizontal line of the same length with origin at (0, 0)\\n\\t\\tvar morph = this.makeRectangle(Rectangle.unionPts([pt(0, -lineWidth/2), Point.polar(v.r(), 0).addXY(0, lineWidth/2)]));\\n\\n\\t\\t// *** Not right, but we want to make position and center of rot = (0, 0):\\n\\t\\t// morph._Position = pt(0, 0);\\n\\n\\t\\tmorph.setBorderWidth(0);\\n\\t\\tmorph.setFill(lineColor);\\n\\n\\t\\t// Then move and rotate, with first vertex being the rotation center\\n\\t\\tmorph.moveBy(p1);\\n\\t\\tmorph.setOrigin(pt(0, lineWidth/2));\\n\\t\\tmorph.isLine = true;\\n\\t\\treturn morph.rotateBy(v.theta());\\n\\t}\\n});\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":91}],\"priorSelectionRange\":[73,64],\"_ClipMode\":\"auto\",\"prevScroll\":[0,0],\"_FontSize\":9,\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":93},\"lastSyntaxHighlightTime\":1328782848221,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":94},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":95},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":845.9484727040478,\"_MinTextHeight\":null,\"previousSelection\":[69,69],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":96},\"isBeingDragged\":false,\"derivationIds\":[209,\"04D0F127-514D-4BED-841E-6A4CEF4FFDDA\",\"D40D5739-DE56-49F4-B02A-A4ED75AF054A\",\"42528900-D082-4C7A-8E70-1E67923301D9\",\"5167B7DC-8F45-4AD0-96D7-947FF3EE0BB7\",\"D0BFE91E-6EF1-4165-A42C-CC81C9CD2050\",\"04C1BABF-5514-417C-AE67-882A1252EB67\",\"8B053B4D-76D1-4DCB-8E89-8E7ABA3EF3D1\",\"CB2FFA38-BC16-4D98-A807-722CCCC26062\",\"D19D6343-8887-4386-8B87-4560230A5D11\",\"2FFE6CC8-A851-44E9-B6B7-9D9370DEB9C9\",\"A1509C4A-C98B-44CF-ACF8-DA444E7A9B75\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":97},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"83\":{\"position\":{\"__isSmartRef__\":true,\"id\":84},\"_Extent\":{\"__isSmartRef__\":true,\"id\":85},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5},\"_Fill\":{\"__isSmartRef__\":true,\"id\":86},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":87},\"_ClipMode\":\"auto\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":88},\"_BorderRadius\":4,\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"84\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"85\":{\"x\":850.9484727040478,\"y\":197.97423635202387,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"86\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"87\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"88\":{\"x\":3,\"y\":3,\"width\":-3,\"height\":-3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"89\":{\"x\":10,\"y\":230,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"90\":{\"resizeWidth\":true,\"resizeHeight\":true,\"moveVertical\":false,\"moveHorizontal\":false},\"91\":{\"style\":{\"__isSmartRef__\":true,\"id\":92},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":82},\"storedString\":\"no code\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"92\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"93\":{\"x\":850.9484727040478,\"y\":197.97423635202387,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"94\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"95\":{\"morph\":{\"__isSmartRef__\":true,\"id\":82},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"96\":{\"x\":582.0068382418127,\"y\":-20.48073201899024,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"97\":{\"doSave\":{\"__isSmartRef__\":true,\"id\":98},\"getDoitContext\":{\"__isSmartRef__\":true,\"id\":105}},\"98\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":99},\"source\":\"function doSave() {\\n\\t$super()\\n\\talertOK(\\\"eval all for \\\" + this.getDoitContext())\\n\\tthis.boundEval(this.textString)\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":104},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"99\":{\"this\":{\"__isSmartRef__\":true,\"id\":82},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":100}},\"100\":{\"$super\":{\"__isSmartRef__\":true,\"id\":101}},\"101\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":102},\"source\":\"function () {\\n\\t\\t\\t\\ttry {\\n\\t\\t\\t\\t\\treturn obj.constructor.prototype[name].apply(obj, arguments)\\n\\t\\t\\t\\t} catch(e) {\\n\\t\\t\\t\\t\\talert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n\\t\\t\\t\\t\\treturn null;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":103},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"102\":{\"obj\":{\"__isSmartRef__\":true,\"id\":82},\"name\":\"doSave\"},\"103\":{},\"104\":{},\"105\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":106},\"source\":\"function getDoitContext() {\\n\\treturn this.owner.targetObject\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":111},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"106\":{\"this\":{\"__isSmartRef__\":true,\"id\":82},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":107}},\"107\":{\"$super\":{\"__isSmartRef__\":true,\"id\":108}},\"108\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":109},\"source\":\"function () {\\n\\t\\t\\t\\ttry {\\n\\t\\t\\t\\t\\treturn obj.constructor.prototype[name].apply(obj, arguments)\\n\\t\\t\\t\\t} catch(e) {\\n\\t\\t\\t\\t\\talert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n\\t\\t\\t\\t\\treturn null;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":110},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"109\":{\"obj\":{\"__isSmartRef__\":true,\"id\":82},\"name\":\"getDoitContext\"},\"110\":{},\"111\":{},\"112\":{\"submorphs\":[],\"scripts\":[],\"id\":\"7B312F1D-97DF-400B-B6A2-F871E0D93348\",\"shape\":{\"__isSmartRef__\":true,\"id\":113},\"grabbingEnabled\":false,\"__layered_droppingEnabled__\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Monaco, Courier\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":119},\"_MaxTextWidth\":846.9484727040478,\"_MaxTextHeight\":null,\"textStyle\":null,\"layout\":{\"__isSmartRef__\":true,\"id\":120},\"charsReplaced\":\"\",\"lastFindLoc\":697,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"infoText\",\"savedTextString\":\"// MethodFinder (this)\\n\\n// ** MethodFinder's Scripts **\\nthis.addScript(function browse(fileFragment) {\\n\\tfileFragment && fileFragment.browseIt()\\n});\\n\\nthis.addScript(function reset() {\\n\\tthis.get('searchResultList').updateList([]);\\n\\tthis.get('searchResultList').setSelection(null);\\n\\tthis.get('searchText').setTextString('enter search term here');\\n});\\n\\n\\nthis.addScript(function search(searchString) {\\n\\tvar finds = [];\\n\\tvar re = new RegExp(searchString)\\n\\tvar i=0;\\n\\tvar time = Functions.timeToRun(function() {\\n\\tGlobal.classes(true).forEach(function(eaClass) {\\n\\t\\tFunctions.own(eaClass.prototype)\\n\\t\\t\\t.forEach(function(eaMethod) {\\n\\t\\t\\t\\ti++;\\n\\t\\t\\t\\tif (eaMethod.match(re)){\\n\\t\\t\\t\\t\\tfinds.push([eaClass, eaMethod])\\n\\t\\t\\t\\t}\\t\\n\\t\\t\\t})\\t\\n\\t})})\\n\\talert(\\\"search \\\" + i + \\\" methods, found \\\" + finds.length + \\\" methods in \\\" + time + \\\"ms\\\")\\n\\n\\tvar items = finds.collect(function(ea) {\\n\\t\\treturn {\\n\\t\\t\\tisListItem: true,\\n\\t\\t\\tvalue: ea,\\n\\t\\t\\tstring: ea[0].name + \\\": \\\" + ea[1],\\n\\t\\t}\\n\\t})\\n\\tthis.get('searchResultList').updateList(items);\\n});\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":121}],\"priorSelectionRange\":[37,37],\"_ClipMode\":\"hidden\",\"prevScroll\":[0,0],\"_FontSize\":10,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":123},\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":124},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":125},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":846.9484727040478,\"_MinTextHeight\":null,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":126},\"derivationIds\":[210,\"E20B9061-6128-4BD4-BE8B-4B50F9BC8EA1\",\"FFFED58E-70A3-4945-A7C8-19E2C0754BB7\",\"1B69878E-8E43-4E25-BAE7-3D64CAE35839\",\"2770B759-8971-45F4-8291-6DA85EBD1155\",\"B0E0F94A-1BB3-405B-87BB-3C1199A8EB79\",\"8EF852C4-A375-4F84-873C-4277F9A99D52\",\"AA10C5AE-8C29-45DA-8CA5-A0E286F80E82\",\"4B3576CB-50DD-49DF-913C-88D34002B5DC\",\"B9692647-A99C-4A20-9C6C-3DF722D48DDE\",\"109C8B5F-DBAA-490E-A061-CB3004CD8634\",\"6494496E-CBF0-4256-ACA4-D7E7B674F7CE\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"113\":{\"position\":{\"__isSmartRef__\":true,\"id\":114},\"_Extent\":{\"__isSmartRef__\":true,\"id\":115},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":5},\"_Fill\":{\"__isSmartRef__\":true,\"id\":116},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":117},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":118},\"_BorderRadius\":4,\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"114\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"115\":{\"x\":850.9484727040478,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"116\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"117\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"118\":{\"x\":2,\"y\":1,\"width\":-2,\"height\":-1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"119\":{\"x\":10,\"y\":200,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"120\":{\"resizeWidth\":true,\"resizeHeight\":false,\"moveVertical\":false,\"moveHorizontal\":false},\"121\":{\"style\":{\"__isSmartRef__\":true,\"id\":122},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":112},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"122\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"123\":{\"x\":850.9484727040478,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"124\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"125\":{\"morph\":{\"__isSmartRef__\":true,\"id\":112},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"126\":{\"x\":587.0068382418127,\"y\":-13.480732018990238,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"127\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":128}],\"scripts\":[],\"id\":\"BF69FE04-AF9D-48BC-B4F9-5B9CFB4720D3\",\"shape\":{\"__isSmartRef__\":true,\"id\":143},\"grabbingEnabled\":false,\"__layered_droppingEnabled__\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":146},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":158},\"label\":{\"__isSmartRef__\":true,\"id\":128},\"showsHalos\":false,\"name\":\"browse\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":167},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":168}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":169},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":170},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":171},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":172},\"_Position\":{\"__isSmartRef__\":true,\"id\":173},\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"derivationIds\":[211,\"72C2FBB1-F169-43CC-AC8A-C0889FCB1663\",\"8CF07460-17AC-4EC3-83C4-E31D52336E14\",\"BE09102D-553E-4BB6-84A6-4D428731DD1B\",\"2D43F043-9567-4765-A19C-7C922F0DFFE7\",\"A77836E8-3C83-4A1D-B37A-7DDBA7FE13DE\",\"13EB973D-FF17-4A76-AD4B-13347D80B1A9\",\"8A92D97E-6965-49F7-B2B0-8842FB9ADCDF\",\"662F4742-3BD8-4D39-88CB-EE97BC2306D6\",\"8F15DC2D-892E-4B0F-83CB-8E7012281BEB\",\"57A38C48-8036-4D85-91C8-9F60FE72DACE\",\"5F6BEEC4-A021-4428-AC2A-14F8A4F9B68C\"],\"_Rotation\":0,\"_Scale\":1,\"_ClipMode\":\"visible\",\"__LivelyClassName__\":\"lively.morphic.Button\"},\"128\":{\"submorphs\":[],\"scripts\":[],\"id\":\"6943F355-5B63-4DAD-8A39-14319936A0E0\",\"shape\":{\"__isSmartRef__\":true,\"id\":129},\"grabbingEnabled\":false,\"__layered_droppingEnabled__\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":135},\"_MaxTextWidth\":78,\"_MaxTextHeight\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":136},\"_Padding\":{\"__isSmartRef__\":true,\"id\":137},\"owner\":{\"__isSmartRef__\":true,\"id\":127},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textStyle\":null,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":138}],\"prevScroll\":[0,0],\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":140},\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":141},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":142},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":78,\"_MinTextHeight\":null,\"derivationIds\":[212,\"054FD83F-508D-488D-A011-8769DCB647DF\",\"834D337A-5619-4055-B103-7BDAA88CD7A9\",\"3C85FBE2-5C85-4CCF-B86A-25E65015429B\",\"001D6261-96E2-4ACC-880A-8540815DC8D3\",\"90FFCC86-B995-4F2F-872F-55A8A74FC99E\",\"766B1A00-7692-4CAB-B106-01876B4D5F77\",\"C36FA883-C0F4-47DA-B1A9-CB8D82C1C6E4\",\"91BD5A6B-4A46-43EA-8FA0-2A5C4EFDD1A7\",\"B8CDD839-4085-4D54-B360-5F4DAC2DD83C\",\"C25AEC86-A78F-4355-A843-3CACF03215A8\",\"B28C6DEB-10EF-40BF-BA3F-3BFA8EB2B14D\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"129\":{\"position\":{\"__isSmartRef__\":true,\"id\":130},\"_Extent\":{\"__isSmartRef__\":true,\"id\":131},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":132},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":133},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":134},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"130\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"131\":{\"x\":78,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"132\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"133\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"134\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"135\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"136\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"137\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"138\":{\"style\":{\"__isSmartRef__\":true,\"id\":139},\"morph\":{\"__isSmartRef__\":true,\"id\":128},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":128},\"storedString\":\"browse\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"139\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"140\":{\"x\":78,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"141\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"142\":{\"morph\":{\"__isSmartRef__\":true,\"id\":128},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"143\":{\"position\":{\"__isSmartRef__\":true,\"id\":144},\"_Extent\":{\"__isSmartRef__\":true,\"id\":145},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":37},\"_Fill\":{\"__isSmartRef__\":true,\"id\":146},\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":156},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":157},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"144\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"145\":{\"x\":78,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"146\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":147},{\"__isSmartRef__\":true,\"id\":149},{\"__isSmartRef__\":true,\"id\":151},{\"__isSmartRef__\":true,\"id\":153}],\"vector\":{\"__isSmartRef__\":true,\"id\":155},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"147\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":148}},\"148\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"149\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":150}},\"150\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"151\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":152}},\"152\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"153\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":154}},\"154\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"155\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"156\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"157\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"158\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":159},{\"__isSmartRef__\":true,\"id\":161},{\"__isSmartRef__\":true,\"id\":163},{\"__isSmartRef__\":true,\"id\":165}],\"vector\":{\"__isSmartRef__\":true,\"id\":155},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"159\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":160}},\"160\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"161\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":162}},\"162\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"163\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":164}},\"164\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"165\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":166}},\"166\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"167\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"168\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":127},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"browseMethod\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"169\":{\"x\":77,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"170\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"171\":{\"morph\":{\"__isSmartRef__\":true,\"id\":127},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"172\":{\"x\":53.66458745330033,\"y\":-17.22490844717396,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"173\":{\"x\":400,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"174\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":175}],\"scripts\":[],\"id\":\"3350B214-FDFD-4143-8AB5-4E475C31F760\",\"shape\":{\"__isSmartRef__\":true,\"id\":190},\"grabbingEnabled\":false,\"__layered_droppingEnabled__\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":193},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":205},\"label\":{\"__isSmartRef__\":true,\"id\":175},\"name\":\"Button1\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":214},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":215}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":251},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":252},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":253},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":254},\"prevScroll\":[0,0],\"_Position\":{\"__isSmartRef__\":true,\"id\":255},\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"layout\":{\"__isSmartRef__\":true,\"id\":256},\"derivationIds\":[213,\"EC7B60B8-A81F-4F24-A467-A661149CA045\",\"DF2DEFBB-9271-4448-98A1-D2137526C2C3\",\"EBFAF287-C65D-425B-910E-D6ADC7FA9D02\",\"7F2E684F-7CC3-4CC4-8B18-920427491622\",\"F7E9C68E-814B-4197-9D5B-556DCF0EC4F6\",\"3DC305C0-5A87-4ED4-B263-5E5333B947FB\",\"A8805225-9530-403B-977E-A2929A077DD0\",\"0BF85746-8777-4195-949A-8733B4D79B02\",\"8E485E0B-1832-4C7C-A5B1-D14057A7F5E3\",\"4793FFDA-8803-44C7-97D4-27DE49B5D8D0\",\"3FDA3264-B677-48AF-95D0-46DDD933EFBF\"],\"_Rotation\":0,\"_Scale\":1,\"_ClipMode\":\"visible\",\"__LivelyClassName__\":\"lively.morphic.Button\"},\"175\":{\"submorphs\":[],\"scripts\":[],\"id\":\"D596A84E-3FB1-4A59-B12D-12FF54B0B37F\",\"shape\":{\"__isSmartRef__\":true,\"id\":176},\"grabbingEnabled\":false,\"__layered_droppingEnabled__\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":182},\"_MaxTextWidth\":157.05605605605615,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":183},\"_Padding\":{\"__isSmartRef__\":true,\"id\":184},\"owner\":{\"__isSmartRef__\":true,\"id\":174},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":185},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":186}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":188},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":189},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":157.05605605605615,\"_MinTextHeight\":null,\"derivationIds\":[214,\"D88E1591-8BE5-4F54-AEB5-71BC24E2014D\",\"FE6955F2-3796-4030-BD54-73604562225B\",\"0F07A5A7-E04B-412A-8D91-2AA448965A0E\",\"634A262F-940F-4590-8DB1-0738A6DF355A\",\"221F164E-FD6F-40ED-8E18-E055A638CE93\",\"1320C4DD-9213-40AA-A107-5EF8EBE9B22A\",\"098E1029-F36B-4434-B20F-A2100DCCBB9A\",\"39D48D5A-BB94-40BA-AB93-09B3B787EC3D\",\"27F752E4-9705-4F8B-9CC4-6E5131892552\",\"78776F49-7628-4F29-81F1-7AFC77BDAFE0\",\"5ACE871C-A220-4C51-A9E1-9315BE30BB0A\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"176\":{\"position\":{\"__isSmartRef__\":true,\"id\":177},\"_Extent\":{\"__isSmartRef__\":true,\"id\":178},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":179},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":180},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":181},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"177\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"178\":{\"x\":157.05605605605615,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"179\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"180\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"181\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"182\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"183\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"184\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"185\":{\"x\":157.05605605605615,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"186\":{\"style\":{\"__isSmartRef__\":true,\"id\":187},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":175},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"search on server\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"187\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"188\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"189\":{\"morph\":{\"__isSmartRef__\":true,\"id\":175},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"190\":{\"position\":{\"__isSmartRef__\":true,\"id\":191},\"_Extent\":{\"__isSmartRef__\":true,\"id\":192},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":37},\"_Fill\":{\"__isSmartRef__\":true,\"id\":193},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":203},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":204},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"191\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"192\":{\"x\":157.05605605605615,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"193\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":194},{\"__isSmartRef__\":true,\"id\":196},{\"__isSmartRef__\":true,\"id\":198},{\"__isSmartRef__\":true,\"id\":200}],\"vector\":{\"__isSmartRef__\":true,\"id\":202},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"194\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":195}},\"195\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"196\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":197}},\"197\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"198\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":199}},\"199\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"200\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":201}},\"201\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"202\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"203\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"204\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"205\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":206},{\"__isSmartRef__\":true,\"id\":208},{\"__isSmartRef__\":true,\"id\":210},{\"__isSmartRef__\":true,\"id\":212}],\"vector\":{\"__isSmartRef__\":true,\"id\":202},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"206\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":207}},\"207\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"208\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":209}},\"209\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"210\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":211}},\"211\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"212\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":213}},\"213\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"214\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"215\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":174},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"searchOnServer\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":216},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"216\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":217}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":232},\"id\":865,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":239},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":240},\"__layered_droppingEnabled__\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":241},{\"__isSmartRef__\":true,\"id\":242}],\"con\":{\"__isSmartRef__\":true,\"id\":215},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":243},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"217\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":218},\"id\":866,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":229},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":230},\"__layered_droppingEnabled__\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":231},\"owner\":{\"__isSmartRef__\":true,\"id\":216},\"_Rotation\":-3.113822016996372,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"218\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":219},{\"__isSmartRef__\":true,\"id\":220},{\"__isSmartRef__\":true,\"id\":221},{\"__isSmartRef__\":true,\"id\":222}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":223},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":224},\"_Extent\":{\"__isSmartRef__\":true,\"id\":225},\"_Padding\":{\"__isSmartRef__\":true,\"id\":226},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":227},\"_Fill\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"219\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"220\":{\"isAbsolute\":true,\"x\":-12,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"221\":{\"isAbsolute\":true,\"x\":4,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"222\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"223\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"224\":{\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"225\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"226\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"227\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"228\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"229\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"230\":{\"morph\":{\"__isSmartRef__\":true,\"id\":217},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"231\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"232\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":233},{\"__isSmartRef__\":true,\"id\":234}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":235},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":236},\"_Extent\":{\"__isSmartRef__\":true,\"id\":237},\"_Padding\":{\"__isSmartRef__\":true,\"id\":238},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":227},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"233\":{\"isAbsolute\":true,\"x\":719.9999999999999,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"234\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"235\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"236\":{\"x\":-1,\"y\":-1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"237\":{\"x\":721,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"238\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"239\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"240\":{\"morph\":{\"__isSmartRef__\":true,\"id\":216},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"241\":{\"morph\":{\"__isSmartRef__\":true,\"id\":216},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"242\":{\"morph\":{\"__isSmartRef__\":true,\"id\":216},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":217},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"243\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":244}},\"244\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":245},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString || \\n 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true, \\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(), \\n visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":250},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"245\":{\"this\":{\"__isSmartRef__\":true,\"id\":216},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":246}},\"246\":{\"$super\":{\"__isSmartRef__\":true,\"id\":247}},\"247\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":248},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":249},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"248\":{\"obj\":{\"__isSmartRef__\":true,\"id\":216},\"name\":\"morphMenuItems\"},\"249\":{},\"250\":{},\"251\":{\"x\":159.05805805805812,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"252\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"253\":{\"morph\":{\"__isSmartRef__\":true,\"id\":174},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"254\":{\"x\":111.36105352154709,\"y\":-11.352025158627953,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"255\":{\"x\":490,\"y\":19,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"256\":{\"moveHorizontal\":false},\"257\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":258}],\"scripts\":[],\"id\":\"7146BE6C-6AB9-4A41-89F9-0D6C1906F22C\",\"shape\":{\"__isSmartRef__\":true,\"id\":273},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":288},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":276},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":289},\"label\":{\"__isSmartRef__\":true,\"id\":258},\"name\":\"ScriptableButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":298},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":299}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":300},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":301},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":302},\"derivationIds\":[2588,\"8DA01C71-0A84-4A5A-8027-121F4684BB04\",\"2F4904A6-2C6F-4A39-8C69-7C1E943F91B4\",\"7F6F4EE1-856E-477B-8578-D99400031DBA\",\"374C68BB-3D86-4DA0-9616-2B5320585D0E\",\"23336C67-2F65-4D9F-9380-304876DC628F\",\"8E57191F-E38B-4526-95AA-8D530FAC8156\"],\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":303},\"_Rotation\":0,\"_Scale\":1,\"layout\":{\"__isSmartRef__\":true,\"id\":304},\"_ClipMode\":\"visible\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":305},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"258\":{\"submorphs\":[],\"scripts\":[],\"id\":\"5349ED28-AA73-4C7E-8241-575E1A050868\",\"shape\":{\"__isSmartRef__\":true,\"id\":259},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":265},\"_MaxTextWidth\":20,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":266},\"_Padding\":{\"__isSmartRef__\":true,\"id\":267},\"owner\":{\"__isSmartRef__\":true,\"id\":257},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":268},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":269}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":271},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":272},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"derivationIds\":[2589,\"784F6E71-6365-4235-A0B6-69F992BB532B\",\"54335D65-DB12-4322-84D0-BA8B85E7ED2F\",\"2EF9D95D-4705-44B3-8D3C-446FEDC6346B\",\"07108773-133C-4F4A-A740-33175849E789\",\"E58C564E-D8F3-481A-821D-447F7C7556D8\",\"D92DDD8E-7733-4909-A5E9-049EC55E90C0\"],\"_MinTextWidth\":20,\"_MinTextHeight\":null,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"259\":{\"position\":{\"__isSmartRef__\":true,\"id\":260},\"_Extent\":{\"__isSmartRef__\":true,\"id\":261},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":262},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":263},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":264},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"260\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"261\":{\"x\":20,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"262\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"263\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"264\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"265\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"266\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"267\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"268\":{\"x\":20,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"269\":{\"style\":{\"__isSmartRef__\":true,\"id\":270},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":258},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"x\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"270\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"271\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"272\":{\"morph\":{\"__isSmartRef__\":true,\"id\":258},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"273\":{\"position\":{\"__isSmartRef__\":true,\"id\":274},\"_Extent\":{\"__isSmartRef__\":true,\"id\":275},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":37},\"_Fill\":{\"__isSmartRef__\":true,\"id\":276},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":286},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":287},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"274\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"275\":{\"x\":20,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"276\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":277},{\"__isSmartRef__\":true,\"id\":279},{\"__isSmartRef__\":true,\"id\":281},{\"__isSmartRef__\":true,\"id\":283}],\"vector\":{\"__isSmartRef__\":true,\"id\":285},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"277\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":278}},\"278\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"279\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":280}},\"280\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"281\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":282}},\"282\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"283\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":284}},\"284\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"285\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"286\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"287\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"288\":{\"x\":842.0899565201868,\"y\":20.973229619022163,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"289\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":290},{\"__isSmartRef__\":true,\"id\":292},{\"__isSmartRef__\":true,\"id\":294},{\"__isSmartRef__\":true,\"id\":296}],\"vector\":{\"__isSmartRef__\":true,\"id\":285},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"290\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":291}},\"291\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"292\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":293}},\"293\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"294\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":295}},\"295\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"296\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":297}},\"297\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"298\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"partName\":\"ScriptableButton\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"299\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":257},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":257},\"targetMethodName\":\"onFire\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"300\":{\"x\":20,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"301\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"302\":{\"morph\":{\"__isSmartRef__\":true,\"id\":257},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"303\":{\"x\":34.37010312407733,\"y\":-11.180760580820959,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"304\":{\"moveHorizontal\":true},\"305\":{\"onFire\":{\"__isSmartRef__\":true,\"id\":306}},\"306\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":307},\"source\":\"function onFire() {\\n var tab = this.owner.owner.tab\\n var toolPane = this.get('ToolTabPane')\\n toolPane.tabBar.removeTab(tab)\\n if(toolPane.tabBar.getTabs().length == 0) {\\n if (toolPane.owner instanceof lively.morphic.Window)\\n toolPane.owner.remove();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":308},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"307\":{\"this\":{\"__isSmartRef__\":true,\"id\":257}},\"308\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":309},\"user\":\"undefined\",\"tags\":[]},\"309\":{\"isSerializedDate\":true,\"string\":\"Fri Feb 03 2012 16:32:27 GMT+0100 (CET)\"},\"310\":{\"position\":{\"__isSmartRef__\":true,\"id\":311},\"_Extent\":{\"__isSmartRef__\":true,\"id\":312},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":313},\"_Fill\":{\"__isSmartRef__\":true,\"id\":314},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":315},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":316},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"311\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"312\":{\"x\":877.3655147884247,\"y\":442.97624136204485,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"313\":{\"r\":0.372,\"g\":0.369,\"b\":0.372,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"314\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"315\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"316\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"317\":{\"partsSpaceName\":\"PartsBin/Dialogs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"requiredModules\":[\"lively.ide\"],\"partName\":\"MethodFinderPane\",\"comment\":\"Pane for new ToolTabs\",\"changes\":[{\"__isSmartRef__\":true,\"id\":318},{\"__isSmartRef__\":true,\"id\":320},{\"__isSmartRef__\":true,\"id\":322},{\"__isSmartRef__\":true,\"id\":324},{\"__isSmartRef__\":true,\"id\":326},{\"__isSmartRef__\":true,\"id\":328},{\"__isSmartRef__\":true,\"id\":330},{\"__isSmartRef__\":true,\"id\":332},{\"__isSmartRef__\":true,\"id\":334}],\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"318\":{\"date\":{\"__isSmartRef__\":true,\"id\":319},\"author\":\"jenslincke\",\"message\":\"- fixed browse Global definitions\",\"id\":\"7DE86114-1D7E-4551-BC8F-E12A980A8EE9\"},\"319\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 09 2012 11:27:56 GMT+0100 (CET)\"},\"320\":{\"date\":{\"__isSmartRef__\":true,\"id\":321},\"author\":\"athomschke\",\"message\":\"adjusted close button\",\"id\":\"9EBA6297-7908-4B02-81F5-2B86B2E4B73D\"},\"321\":{\"isSerializedDate\":true,\"string\":\"Fri Feb 03 2012 16:57:09 GMT+0100 (CET)\"},\"322\":{\"date\":{\"__isSmartRef__\":true,\"id\":323},\"author\":\"undefined\",\"message\":\"\",\"id\":\"47289007-8CB3-4B03-B9D1-3A8717E85DCB\"},\"323\":{\"isSerializedDate\":true,\"string\":\"Fri Feb 03 2012 16:36:31 GMT+0100 (CET)\"},\"324\":{\"date\":{\"__isSmartRef__\":true,\"id\":325},\"author\":\"undefined\",\"message\":\"- close button behavior\",\"id\":\"0AD4C501-1DC4-4DD3-AFDC-A46F4ACD2CE1\"},\"325\":{\"isSerializedDate\":true,\"string\":\"Fri Feb 03 2012 16:32:48 GMT+0100 (CET)\"},\"326\":{\"date\":{\"__isSmartRef__\":true,\"id\":327},\"author\":\"undefined\",\"message\":\"\",\"id\":\"CA16FEC1-49E5-4310-BDB6-F744F413F7EF\"},\"327\":{\"isSerializedDate\":true,\"string\":\"Fri Feb 03 2012 15:48:35 GMT+0100 (CET)\"},\"328\":{\"date\":{\"__isSmartRef__\":true,\"id\":329},\"author\":\"undefined\",\"message\":\"\",\"id\":\"73F39208-58C9-4040-9948-516A104E5049\"},\"329\":{\"isSerializedDate\":true,\"string\":\"Fri Feb 03 2012 15:42:18 GMT+0100 (CET)\"},\"330\":{\"date\":{\"__isSmartRef__\":true,\"id\":331},\"author\":\"undefined\",\"message\":\"\",\"id\":\"7A744B14-C057-4944-AFDD-CC78A910B35F\"},\"331\":{\"isSerializedDate\":true,\"string\":\"Fri Feb 03 2012 15:40:30 GMT+0100 (CET)\"},\"332\":{\"date\":{\"__isSmartRef__\":true,\"id\":333},\"author\":\"undefined\",\"message\":\"some style adjustments\",\"id\":\"DA3EFD12-8A45-454C-993B-DB12847BEF94\"},\"333\":{\"isSerializedDate\":true,\"string\":\"Mon Mar 26 2012 13:16:30 GMT+0200 (CEST)\"},\"334\":{\"date\":{\"__isSmartRef__\":true,\"id\":335},\"author\":\"robertkrahn\",\"message\":\"fixed scaling\",\"id\":\"AF2B30BB-64BB-427B-AEF7-FDE01E1B2202\"},\"335\":{\"isSerializedDate\":true,\"string\":\"Sat Jun 16 2012 13:51:14 GMT+0200 (CEST)\"},\"336\":{\"resizeWidth\":true,\"resizeHeight\":true,\"adjustForNewBounds\":true},\"337\":{\"x\":877.3655147884247,\"y\":442.97624136204485,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"338\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"339\":{\"morph\":{\"__isSmartRef__\":true,\"id\":0},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"340\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"341\":{\"x\":583.4236186029176,\"y\":-13.858684727694055,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"342\":{\"search\":{\"__isSmartRef__\":true,\"id\":343},\"browse\":{\"__isSmartRef__\":true,\"id\":347},\"reset\":{\"__isSmartRef__\":true,\"id\":351},\"setSearch\":{\"__isSmartRef__\":true,\"id\":355},\"emphasizeStringIn\":{\"__isSmartRef__\":true,\"id\":358},\"withAllMethodsDo\":{\"__isSmartRef__\":true,\"id\":361},\"itemsFromFinds\":{\"__isSmartRef__\":true,\"id\":365},\"browseMethod\":{\"__isSmartRef__\":true,\"id\":369},\"openMethodInSystemBrowser\":{\"__isSmartRef__\":true,\"id\":373},\"findSourceModule\":{\"__isSmartRef__\":true,\"id\":377},\"searchOnServer\":{\"__isSmartRef__\":true,\"id\":381},\"showLayerDefinition\":{\"__isSmartRef__\":true,\"id\":385}},\"343\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":344},\"source\":\"function search(searchString) { \\n this.get('searchResultList').updateList([]);\\n this.get('sourceText').setTextString('');\\n if (!searchString || (searchString.length < 2)) {\\n this.get('sourceText').setTextString('\\\"' + searchString + '\\\" is to short');\\n return;\\n }\\n var finds = [];\\n var i=0;\\n var matches = function(s) {\\n return s.include(searchString)\\n } \\n\\n // var re = new RegExp(searchString)\\n var time = Functions.timeToRun(function() {\\n this.withAllMethodsDo(function(object, eaMethod, type, optParent) {\\n i++;\\n var name;\\n if (!object) return;\\n\\n if (object.constructor.prototype == object)\\n name = object.constructor.name\\n\\n if (object.name) name = object.name;\\n if (object.namespaceIdentifier)\\n name = object.namespaceIdentifier\\n\\n if (object.constructor.prototype != object)\\n name = name + \\\"(object)\\\"\\n\\n if ((object.constructor.prototype != object) && (object instanceof Morph))\\n name = object.name + \\\"(\\\" + object.id + \\\")\\\"\\n\\n if (object === Global)\\n name = \\\" \\\";\\n\\n if (type == \\\"layered\\\") {\\n \\n name = object._layered_object.constructor.type \\n + \\\" (\\\" + optParent.name + \\\")\\\" \\n \\n }\\n\\n var string = name + \\\": \\\" + eaMethod; \\n var item = {object: object, method: eaMethod, string: string, type: type};\\n if (type == \\\"layered\\\") {\\n item.layerName = optParent.name\\n }\\n\\n if (matches(eaMethod)) {\\n item.search= 'implementor',\\n finds.push(item)\\n return;\\n } \\n\\n var f = object[eaMethod];\\n if (!f || !f.getOriginal) return;\\n var source = String(f.getOriginal())\\n if (matches(source)){\\n item.search = 'sender'\\n finds.push(item)\\n } \\n })\\n }.bind(this))\\n this.get('sourceText').setTextString(\\\"search \\\" + i + \\\" methods, found \\\" \\n + finds.length + \\\" methods in \\\" + time + \\\"ms\\\");\\n var items = this.itemsFromFinds(finds)\\n this.get('searchResultList').updateList(items);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":345},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"344\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"345\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":346},\"user\":\"undefined\",\"tags\":[]},\"346\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 19 2012 14:46:43 GMT+0100 (CET)\"},\"347\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":348},\"source\":\"function browse(methodItem) {\\n // methodItem = this.get('searchResultList').selection\\n if (! methodItem) return;\\n\\n // deal with non method findings....\\n if (methodItem.type == 'layer') {\\n this.showLayerDefinition(methodItem)\\n return\\n } \\n\\n // methodItem = this.get('searchResultList').selection\\n var methodName = methodItem.method;\\n var object = methodItem.object;\\n var orgFunc = object[methodName];\\n\\n if (!orgFunc || !orgFunc.getOriginal) {\\n this.get('sourceText').setTextString('no source');\\n return\\n }\\n orgFunc = orgFunc.getOriginal()\\n \\n this.targetFunction = orgFunc;\\n this.targetObject = object;\\n\\n var source = \\\"// changes here only affect runtime\\\\n\\\", \\n tab = lively.morphic.Text.prototype.tab;\\n if (methodItem.layerName) {\\n var partialMethod = object[methodName];\\n source += methodItem.layerName + \\\".refineClass(\\\" + \\n object._layered_object.constructor.type + \\\", {\\\\n\\\" + \\n tab + methodName + \\\": \\\" + partialMethod +\\\"\\\\n})\\\";\\n } else if (orgFunc.belongsToTrait) {\\n source += \\\"Trait('\\\" + orgFunc.belongsToTrait.name + \\\"', {\\\\n\\\" \\n + tab + methodName + \\\": \\\" + orgFunc +\\\"\\\\n})\\\";\\n } else if (orgFunc.declaredClass) {\\n source += orgFunc.declaredClass + \\\".addMethods({\\\\n\\\" \\n + tab + methodName + \\\": \\\" \\n + orgFunc + \\\"\\\\n});\\\"\\n } else if(methodItem.type == 'extend') {\\n // perhaps it is a an class object\\n source += \\\"Object.extend(\\\" + (object.type || object.namespaceIdentifier) \\n + \\\",{\\\\n\\\" + tab + methodName + \\\": \\\" \\n + orgFunc + \\\"\\\\n});\\\"\\n } else if(object.isMorph && (object.constructor.prototype !== object) ) {\\n // display as script\\n source = \\\"this.addScript(\\\" + orgFunc + \\\");\\\"\\n } else if(object === Global) {\\n // display as script\\n source += \\\"Object.extend(Global, {\\\\n\\\" + tab + methodName + \\\": \\\" +\\n orgFunc + \\\"\\\\n});\\\"\\n }\\n\\n this.get('sourceText').setTextString(source)\\n\\n module('lively.ide.SyntaxHighlighting').load(true);\\n this.get('sourceText').highlightJavaScriptSyntax();\\n\\n var searchText = this.get('searchText').textString;\\n var m = searchText.match(/[^a-zA-Z0-9_\\\\.]/g)\\n if(m) {\\n m.forEach(function (each) {\\n var escapedChar = '\\\\\\\\' + each;\\n var position = searchText.search(\\n new RegExp('[^\\\\\\\\\\\\\\\\]' + '\\\\\\\\' + each)) + 1;\\n searchText = searchText.substring(0,position) \\n + escapedChar + searchText.substr(position + 1);\\n });\\n }\\n this.get('sourceText').emphasizeRegex(new RegExp(searchText, 'g'), {color: Color.red});\\n\\n var info = '' + this.findSourceModule(orgFunc);\\n\\n if (orgFunc.belongsToTrait)\\n info += ' (' + orgFunc.belongsToTrait + \\\" in \\\" + orgFunc.belongsToTrait.sourceModule +\\\")\\\";\\n\\n this.get('infoText').setTextString(info)\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":349},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"348\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"349\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":350},\"user\":\"undefined\",\"tags\":[]},\"350\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 13:55:34 GMT+0100 (CET)\"},\"351\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":352},\"source\":\"function reset() {\\n this.doNotSerialize = ['targetFunction', 'targetObject']\\n this.get('searchResultList').updateList([]);\\n this.get('searchResultList').setSelection(null);\\n this.get('searchText').setTextString('enter method name here');\\n this.get('sourceText').setTextString('no code');\\n this.get('infoText').setTextString('');\\n this.targetFunction = null;\\n this.targetObject = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":353},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"352\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"353\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":354},\"user\":\"undefined\",\"tags\":[]},\"354\":{\"isSerializedDate\":true,\"string\":\"Fri Feb 03 2012 15:30:14 GMT+0100 (CET)\"},\"355\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":356},\"source\":\"function setSearch(searchString) {\\n this.get('searchText').setTextString(searchString);\\n this.search(searchString)\\n var list = this.get('searchResultList').getList();\\n if (list.length > 0) this.get('searchResultList').setSelection(list[0])\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":357},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"356\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"357\":{},\"358\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":359},\"source\":\"function emphasizeStringIn(morph, string, style) {\\n var m;\\n var re = new RegExp(string, \\\"g\\\");\\n while(m = re.exec(morph.textString)) {\\n var from = m.index,\\n to = m.index + m[0].length;\\n morph.emphasize(style, from, to)\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":360},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"359\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"360\":{},\"361\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":362},\"source\":\"function withAllMethodsDo(func) {\\n var visited = [];\\n\\n cop.allLayers().forEach(function(layer) {\\n func(eval(layer.namespaceName), layer.name, 'layer')\\n layer.layeredObjects().forEach(function(obj) {\\n var layerDef = cop.getLayerDefinitionForObject(layer, obj)\\n Functions.own(layerDef).forEach(function(eaMethod) {\\n func(layerDef, eaMethod, 'layered', layer)\\n });\\n });\\n }); \\n\\n\\n Functions.own(Global).forEach(function(eaMethod) {\\n func(Global, eaMethod, 'global')\\n }); \\n\\n this.world().withAllSubmorphsDo(function(ea) {\\n Functions.own(ea).forEach(function(eaMethod) {\\n func(ea, eaMethod, 'script')\\n }); \\n });\\n\\n Global.subNamespaces(true).forEach(function(ea) {\\n Functions.own(ea).forEach(function(eaMethod) {\\n func(ea, eaMethod, 'extend')\\n }); \\n });\\n\\n Global.classes(true).uniq().forEach(function(eaClass) {\\n Functions.own(eaClass).forEach(function(eaMethod) {\\n func(eaClass, eaMethod, 'extend')\\n }); \\n\\n Functions.own(eaClass.prototype).forEach(function(eaMethod) {\\n func(eaClass.prototype, eaMethod, 'class')\\n }) \\n })\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":363},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"362\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"363\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":364},\"user\":\"undefined\",\"tags\":[]},\"364\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 19 2012 14:41:57 GMT+0100 (CET)\"},\"365\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":366},\"source\":\"function itemsFromFinds(finds) {\\n var searchString = this.get('searchText').textString;\\n var items = finds.collect(function(ea) {\\n var pref = \\\"\\\" + ea.type + \\\" \\\";\\n if (ea.search == \\\"sender\\\") pref += \\\"full: \\\"\\n if (ea.search == \\\"implementor\\\") pref += \\\"name: \\\"\\n var string = pref + ea.string;\\n var func = ea.object[ea.method];\\n if (func.belongsToTrait) \\n string += ' / ' + func.belongsToTrait + '' \\n\\n var result = {\\n isListItem: true,\\n value: ea,\\n string: string,\\n doNotSerialize: ['value'],\\n priority: {implementor: \\\"B\\\", sender: \\\"C\\\"}[ea.search] || \\\"D\\\",\\n };\\n if (ea.method == searchString) result.priority = \\\"A\\\"\\n return result\\n })\\n items = items.sortBy(function(ea) {return ea.priority + ea.string})\\n return items\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":367},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"366\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"367\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":368},\"user\":\"undefined\",\"tags\":[]},\"368\":{\"isSerializedDate\":true,\"string\":\"Fri Feb 03 2012 15:31:52 GMT+0100 (CET)\"},\"369\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":370},\"source\":\"function browseMethod() {\\n alertOK('browseMethod')\\n var methodItem = this.get('searchResultList').selection;\\n if (methodItem.type == 'layer') {\\n var layer = methodItem.object[methodItem.method];\\n this.openMethodInSystemBrowser(methodItem.method, \\n undefined, layer.sourceModule);\\n return\\n }\\n\\n if (!this.targetFunction) return;\\n var methodName = this.targetFunction.methodName || this.targetFunction.displayName; \\n if(this.targetFunction.declaredClass) {\\n var classObj = eval(this.targetFunction.declaredClass)\\n this.openMethodInSystemBrowser(classObj.type, methodName);\\n return;\\n }\\n if(this.targetFunction.belongsToTrait) {\\n this.openMethodInSystemBrowser(this.targetFunction.belongsToTrait.name, methodName);\\n return;\\n }\\n if(Class.isClass(this.targetObject)) {\\n this.openMethodInSystemBrowser(this.targetObject.type, methodName);\\n return;\\n }\\n if(this.targetObject.namespaceIdentifier) {\\n this.openMethodInSystemBrowser(this.targetObject.namespaceIdentifier, methodName);\\n return;\\n }\\n if(this.targetObject instanceof lively.morphic.Morph) {\\n var editor = this.world().openObjectEditorFor(this.targetObject);\\n editor.align(editor.bounds().center(), this.world().visibleBounds().center());\\n return;\\n }\\n if (Class.isClass(this.targetFunction)) {\\n // constructor\\n this.openMethodInSystemBrowser(this.targetFunction.displayName);\\n return;\\n }\\n \\n alertOK('not implemented yet for ' + this.targetFunction)\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":371},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"370\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"371\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":372},\"user\":\"undefined\",\"tags\":[]},\"372\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 19 2012 16:54:12 GMT+0100 (CET)\"},\"373\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":374},\"source\":\"function openMethodInSystemBrowser(objectName, methodName, optSourceModule) {\\n if (objectName)\\n objectName = objectName.replace(/^Global\\\\./,\\\"\\\");\\n // alertOK(\\\"browse \\\" + objectName + \\\":\\\" + methodName)\\n // objectName = 'SelectionMorphTrait', methodName = 'onDrag'\\n var sourceModule = optSourceModule ||\\n this.findSourceModule(this.targetFunction);\\n if (!sourceModule) \\n alert('could not browse, since no source module found!')\\n var uri = new URL(sourceModule.uri()),\\n relative = uri.relativePathFrom(new URL(Config.codeBase)),\\n moduleNode = lively.ide.startSourceControl().addModule(relative),\\n rootNode = moduleNode.ast();\\n\\n var fileFragments = rootNode.subElements(10).select(function(ea) {\\n var path = ea.getOwnerNamePath()\\n if (objectName == \\\"Global\\\")\\n return path.include(methodName);\\n return path.include(objectName) && (!methodName || path.include(methodName)) \\n });\\n \\n\\n\\n // alertOK(\\\"found following places to browse: \\\" + fileFragments)\\n if (fileFragments.length > 0) {\\n fileFragments[0].browseIt()\\n } else {\\n alert(\\\"browse failed. Nothing found for \\\" + objectName + \\\">>\\\" + methodName + \\\" in \\\" + sourceModule.uri());\\n rootNode.browseIt();\\n }\\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":375},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"374\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"375\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":376},\"user\":\"jenslincke\",\"tags\":[]},\"376\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 09 2012 11:27:23 GMT+0100 (CET)\"},\"377\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":378},\"source\":\"function findSourceModule(funcObj) {\\n if (this.targetFunction.belongsToTrait) \\n return this.targetFunction.belongsToTrait.sourceModule\\n if (funcObj.sourceModule)\\n return funcObj.sourceModule;\\n // look in the class\\n if (!funcObj.sourceModule && funcObj.declaredClass) {\\n var classObj = eval(funcObj.declaredClass)\\n return classObj.sourceModule\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":379},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"378\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"379\":{\"user\":\"jenslincke\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":380}},\"380\":{\"isSerializedDate\":true,\"string\":\"Fri Nov 04 2011 15:27:13 GMT+0100 (CET)\"},\"381\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":382},\"source\":\"function searchOnServer() {\\n var serverSearch = this.world().openPartItem('ServerSearch', 'PartsBin/Tools'); \\n serverSearch.setSearch(this.get('searchText').textString)\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":383},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"382\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"383\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":384},\"user\":\"jenslincke\",\"categories\":[]},\"384\":{\"isSerializedDate\":true,\"string\":\"Fri Nov 18 2011 11:40:23 GMT+0100 (CET)\"},\"385\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":386},\"source\":\"function showLayerDefinition(methodItem) {\\n var info = \\\"layer definition\\\" \\n var source = \\\"TODO: print layer def here...\\\"\\n this.get('infoText').setTextString(info)\\n this.get('sourceText').setTextString(source)\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":387},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"386\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"387\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":388},\"user\":\"undefined\",\"tags\":[]},\"388\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 19 2012 15:30:43 GMT+0100 (CET)\"},\"isSimplifiedRegistry\":true}}","attributeConnections":[{"__isSmartRef__":true,"id":65276},{"__isSmartRef__":true,"id":65277}],"doNotSerialize":["$$json","$$loadedMetaInfo"],"doNotCopyProperties":["$$json","$$loadedMetaInfo"],"loadedMetaInfo":{"__isSmartRef__":true,"id":64926},"partVersions":[{"__isSmartRef__":true,"id":65278},{"__isSmartRef__":true,"id":65282},{"__isSmartRef__":true,"id":65286},{"__isSmartRef__":true,"id":65290},{"__isSmartRef__":true,"id":65396},{"__isSmartRef__":true,"id":65400},{"__isSmartRef__":true,"id":65404},{"__isSmartRef__":true,"id":65408},{"__isSmartRef__":true,"id":65412},{"__isSmartRef__":true,"id":65416},{"__isSmartRef__":true,"id":65420}],"rev":171467,"part":{"__isSmartRef__":true,"id":64568},"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"65276":{"sourceObj":{"__isSmartRef__":true,"id":65275},"sourceAttrName":"json","targetObj":{"__isSmartRef__":true,"id":65275},"targetMethodName":"cachePartJSON","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"65277":{"sourceObj":{"__isSmartRef__":true,"id":65275},"sourceAttrName":"loadedMetaInfo","targetObj":{"__isSmartRef__":true,"id":65275},"targetMethodName":"cachePartMetaInfo","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"65278":{"rev":171467,"author":"robertkrahn","date":{"__isSmartRef__":true,"id":65279},"url":{"__isSmartRef__":true,"id":65280},"changes":[{"__isSmartRef__":true,"id":65281}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"65279":{"isSerializedDate":true,"string":"Sat Jun 16 2012 11:37:22 GMT+0200 (Mitteleuropäische Sommerzeit)"},"65280":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/MethodFinderPane.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"65281":{"type":"S:modified","url":"/PartsBin/Dialogs/MethodFinderPane.json"},"65282":{"rev":148699,"author":"bert","date":{"__isSmartRef__":true,"id":65283},"url":{"__isSmartRef__":true,"id":65284},"changes":[{"__isSmartRef__":true,"id":65285}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"65283":{"isSerializedDate":true,"string":"Wed Mar 28 2012 20:32:06 GMT+0200 (Mitteleuropäische Sommerzeit)"},"65284":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/MethodFinderPane.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"65285":{"type":"S:modified","url":"/PartsBin/Dialogs/MethodFinderPane.json"},"65286":{"rev":147909,"author":"athomschke","date":{"__isSmartRef__":true,"id":65287},"url":{"__isSmartRef__":true,"id":65288},"changes":[{"__isSmartRef__":true,"id":65289}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"65287":{"isSerializedDate":true,"string":"Mon Mar 26 2012 11:08:11 GMT+0200 (Mitteleuropäische Sommerzeit)"},"65288":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/MethodFinderPane.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"65289":{"type":"S:modified","url":"/PartsBin/Dialogs/MethodFinderPane.json"},"65290":{"rev":140039,"author":"fbo","date":{"__isSmartRef__":true,"id":65291},"url":{"__isSmartRef__":true,"id":65292},"changes":[{"__isSmartRef__":true,"id":65293},{"__isSmartRef__":true,"id":65294},{"__isSmartRef__":true,"id":65295},{"__isSmartRef__":true,"id":65296},{"__isSmartRef__":true,"id":65297},{"__isSmartRef__":true,"id":65298},{"__isSmartRef__":true,"id":65299},{"__isSmartRef__":true,"id":65300},{"__isSmartRef__":true,"id":65301},{"__isSmartRef__":true,"id":65302},{"__isSmartRef__":true,"id":65303},{"__isSmartRef__":true,"id":65304},{"__isSmartRef__":true,"id":65305},{"__isSmartRef__":true,"id":65306},{"__isSmartRef__":true,"id":65307},{"__isSmartRef__":true,"id":65308},{"__isSmartRef__":true,"id":65309},{"__isSmartRef__":true,"id":65310},{"__isSmartRef__":true,"id":65311},{"__isSmartRef__":true,"id":65312},{"__isSmartRef__":true,"id":65313},{"__isSmartRef__":true,"id":65314},{"__isSmartRef__":true,"id":65315},{"__isSmartRef__":true,"id":65316},{"__isSmartRef__":true,"id":65317},{"__isSmartRef__":true,"id":65318},{"__isSmartRef__":true,"id":65319},{"__isSmartRef__":true,"id":65320},{"__isSmartRef__":true,"id":65321},{"__isSmartRef__":true,"id":65322},{"__isSmartRef__":true,"id":65323},{"__isSmartRef__":true,"id":65324},{"__isSmartRef__":true,"id":65325},{"__isSmartRef__":true,"id":65326},{"__isSmartRef__":true,"id":65327},{"__isSmartRef__":true,"id":65328},{"__isSmartRef__":true,"id":65329},{"__isSmartRef__":true,"id":65330},{"__isSmartRef__":true,"id":65331},{"__isSmartRef__":true,"id":65332},{"__isSmartRef__":true,"id":65333},{"__isSmartRef__":true,"id":65334},{"__isSmartRef__":true,"id":65335},{"__isSmartRef__":true,"id":65336},{"__isSmartRef__":true,"id":65337},{"__isSmartRef__":true,"id":65338},{"__isSmartRef__":true,"id":65339},{"__isSmartRef__":true,"id":65340},{"__isSmartRef__":true,"id":65341},{"__isSmartRef__":true,"id":65342},{"__isSmartRef__":true,"id":65343},{"__isSmartRef__":true,"id":65344},{"__isSmartRef__":true,"id":65345},{"__isSmartRef__":true,"id":65346},{"__isSmartRef__":true,"id":65347},{"__isSmartRef__":true,"id":65348},{"__isSmartRef__":true,"id":65349},{"__isSmartRef__":true,"id":65350},{"__isSmartRef__":true,"id":65351},{"__isSmartRef__":true,"id":65352},{"__isSmartRef__":true,"id":65353},{"__isSmartRef__":true,"id":65354},{"__isSmartRef__":true,"id":65355},{"__isSmartRef__":true,"id":65356},{"__isSmartRef__":true,"id":65357},{"__isSmartRef__":true,"id":65358},{"__isSmartRef__":true,"id":65359},{"__isSmartRef__":true,"id":65360},{"__isSmartRef__":true,"id":65361},{"__isSmartRef__":true,"id":65362},{"__isSmartRef__":true,"id":65363},{"__isSmartRef__":true,"id":65364},{"__isSmartRef__":true,"id":65365},{"__isSmartRef__":true,"id":65366},{"__isSmartRef__":true,"id":65367},{"__isSmartRef__":true,"id":65368},{"__isSmartRef__":true,"id":65369},{"__isSmartRef__":true,"id":65370},{"__isSmartRef__":true,"id":65371},{"__isSmartRef__":true,"id":65372},{"__isSmartRef__":true,"id":65373},{"__isSmartRef__":true,"id":65374},{"__isSmartRef__":true,"id":65375},{"__isSmartRef__":true,"id":65376},{"__isSmartRef__":true,"id":65377},{"__isSmartRef__":true,"id":65378},{"__isSmartRef__":true,"id":65379},{"__isSmartRef__":true,"id":65380},{"__isSmartRef__":true,"id":65381},{"__isSmartRef__":true,"id":65382},{"__isSmartRef__":true,"id":65383},{"__isSmartRef__":true,"id":65384},{"__isSmartRef__":true,"id":65385},{"__isSmartRef__":true,"id":65386},{"__isSmartRef__":true,"id":65387},{"__isSmartRef__":true,"id":65388},{"__isSmartRef__":true,"id":65389},{"__isSmartRef__":true,"id":65390},{"__isSmartRef__":true,"id":65391},{"__isSmartRef__":true,"id":65392},{"__isSmartRef__":true,"id":65393},{"__isSmartRef__":true,"id":65394},{"__isSmartRef__":true,"id":65395}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"65291":{"isSerializedDate":true,"string":"Wed Feb 22 2012 22:26:12 GMT+0100 (Mitteleuropäische Zeit)"},"65292":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/lively/lang/UUID.js","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"65293":{"type":"S:modified","url":"/core/lively/ast/Interpreter.js"},"65294":{"type":"S:added","url":null},"65295":{"type":"S:added","url":null},"65296":{"type":"S:modified","url":"/core/lively/OldModel.js"},"65297":{"type":"S:modified","url":"/core/lively/morphic/ScriptingSupport.js"},"65298":{"type":"S:added","url":null},"65299":{"type":"S:added","url":null},"65300":{"type":"S:deleted","url":null},"65301":{"type":"S:added","url":null},"65302":{"type":"S:modified","url":"/core/lively/ast/LivelyJSParser.js"},"65303":{"type":"S:modified","url":"/core/lively/morphic/EventExperiments.js"},"65304":{"type":"S:added","url":null},"65305":{"type":"S:modified","url":"/core/lively/Base.js"},"65306":{"type":"S:added","url":null},"65307":{"type":"S:added","url":null},"65308":{"type":"S:modified","url":"/core/lively/bootstrap.js"},"65309":{"type":"S:added","url":null},"65310":{"type":"S:added","url":null},"65311":{"type":"S:modified","url":"/core/lively/localconfig.js"},"65312":{"type":"S:modified","url":"/core/lively/PartsBin.js"},"65313":{"type":"S:modified","url":"/core/lively/ide/SystemBrowserNodes.js"},"65314":{"type":"S:modified","url":"/core/lively/morphic/tests/PathTests.js"},"65315":{"type":"S:added","url":null},"65316":{"type":"S:modified","url":"/core/lively/bindings/Core.js"},"65317":{"type":"S:added","url":null},"65318":{"type":"S:added","url":null},"65319":{"type":"S:modified","url":"/core/lively/Network.js"},"65320":{"type":"S:modified","url":"/core/lively/morphic/Core.js"},"65321":{"type":"S:added","url":null},"65322":{"type":"S:modified","url":"/core/lively/bindings.js"},"65323":{"type":"S:modified","url":"/core/lively/WidgetsTraits.js"},"65324":{"type":"S:modified","url":"/core/lively/morphic.js"},"65325":{"type":"S:added","url":null},"65326":{"type":"S:added","url":null},"65327":{"type":"S:added","url":null},"65328":{"type":"S:modified","url":"/core/lively/defaultconfig.js"},"65329":{"type":"S:added","url":null},"65330":{"type":"S:added","url":null},"65331":{"type":"S:modified","url":"/core/lively/morphic/Canvas.js"},"65332":{"type":"S:modified","url":"/core/lively/ast/generated/Translator.js"},"65333":{"type":"S:added","url":null},"65334":{"type":"S:modified","url":"/core/lively/ast/Parser.js"},"65335":{"type":"S:modified","url":"/core/lively/Main.js"},"65336":{"type":"S:modified","url":"/core/lively/morphic/tests/Morphic2.js"},"65337":{"type":"S:added","url":null},"65338":{"type":"S:modified","url":"/core/lively/morphic/tests/TabTests.js"},"65339":{"type":"S:modified","url":"/core/lively/persistence/Serializer.js"},"65340":{"type":"S:modified","url":"/core_version.json"},"65341":{"type":"S:added","url":null},"65342":{"type":"S:modified","url":"/core/lively/morphic/PathShapes.js"},"65343":{"type":"S:added","url":null},"65344":{"type":"S:added","url":null},"65345":{"type":"S:modified","url":"/core/lively/morphic/tests/Morphic.js"},"65346":{"type":"S:modified","url":"/core/lively/morphic/tests/DataGridTests.js"},"65347":{"type":"S:modified","url":"/core/lively/morphic/HTML.js"},"65348":{"type":"S:added","url":null},"65349":{"type":"S:added","url":null},"65350":{"type":"S:added","url":null},"65351":{"type":"S:modified","url":"/core/lively/ide/BrowserCommands.js"},"65352":{"type":"S:modified","url":"/core/lively/morphic/Widgets.js"},"65353":{"type":"S:modified","url":"/core/lively/morphic/tests/EventTests.js"},"65354":{"type":"S:modified","url":"/core/lively/ast/StackReification.js"},"65355":{"type":"S:modified","url":"/core/cop/CopBenchmark.js"},"65356":{"type":"S:deleted","url":null},"65357":{"type":"S:added","url":null},"65358":{"type":"S:modified","url":"/core/lively/Helper.js"},"65359":{"type":"S:modified","url":"/core/lively/morphic/MorphAddons.js"},"65360":{"type":"S:added","url":null},"65361":{"type":"S:modified","url":"/core/lively/morphic/tests/Connectors.js"},"65362":{"type":"S:modified","url":"/core/lively/morphic/Shapes.js"},"65363":{"type":"S:modified","url":"/core/lively/ide/SourceDatabase.js"},"65364":{"type":"S:added","url":null},"65365":{"type":"S:modified","url":"/core/lively/Tracing.js"},"65366":{"type":"S:added","url":null},"65367":{"type":"S:modified","url":"/core/lively/ast/Morphic.js"},"65368":{"type":"S:added","url":null},"65369":{"type":"S:added","url":null},"65370":{"type":"S:added","url":null},"65371":{"type":"S:modified","url":"/core/lively/TestFramework.js"},"65372":{"type":"S:modified","url":"/core/lively/ast/generated/Nodes.js"},"65373":{"type":"S:added","url":null},"65374":{"type":"S:modified","url":"/core/lively/morphic/TextCore.js"},"65375":{"type":"S:added","url":null},"65376":{"type":"S:modified","url":"/core/lively/ide.js"},"65377":{"type":"S:modified","url":"/core/cop/Tracing.js"},"65378":{"type":"S:modified","url":"/core/lively/ide/FileParsing.js"},"65379":{"type":"S:modified","url":"/core/lively/morphic/Events.js"},"65380":{"type":"S:modified","url":"/core/lively/morphic/Halos.js"},"65381":{"type":"S:added","url":null},"65382":{"type":"S:added","url":null},"65383":{"type":"S:modified","url":"/core/lively/morphic/Complete.js"},"65384":{"type":"S:added","url":null},"65385":{"type":"S:added","url":null},"65386":{"type":"S:added","url":null},"65387":{"type":"S:added","url":null},"65388":{"type":"S:added","url":null},"65389":{"type":"S:modified","url":"/core/lively/persistence/StandAlonePackaging.js"},"65390":{"type":"S:added","url":null},"65391":{"type":"S:modified","url":"/core/lively/ast/TestFramework.js"},"65392":{"type":"S:modified","url":"/core/lively/ide/SystemCodeBrowser.js"},"65393":{"type":"S:added","url":null},"65394":{"type":"S:added","url":null},"65395":{"type":"S:added","url":null},"65396":{"rev":135632,"author":"jenslincke","date":{"__isSmartRef__":true,"id":65397},"url":{"__isSmartRef__":true,"id":65398},"changes":[{"__isSmartRef__":true,"id":65399}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"65397":{"isSerializedDate":true,"string":"Thu Feb 09 2012 10:22:20 GMT+0100 (Mitteleuropäische Zeit)"},"65398":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Dialogs/MethodFinderPane.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"65399":{"type":"S:modified","url":"/core/PartsBin/Dialogs/MethodFinderPane.json"},"65400":{"rev":132950,"author":"athomschke","date":{"__isSmartRef__":true,"id":65401},"url":{"__isSmartRef__":true,"id":65402},"changes":[{"__isSmartRef__":true,"id":65403}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"65401":{"isSerializedDate":true,"string":"Fri Feb 03 2012 15:52:10 GMT+0100 (Mitteleuropäische Zeit)"},"65402":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Dialogs/MethodFinderPane.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"65403":{"type":"S:modified","url":"/core/PartsBin/Dialogs/MethodFinderPane.json"},"65404":{"rev":132917,"author":"jenslincke","date":{"__isSmartRef__":true,"id":65405},"url":{"__isSmartRef__":true,"id":65406},"changes":[{"__isSmartRef__":true,"id":65407}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"65405":{"isSerializedDate":true,"string":"Fri Feb 03 2012 15:31:21 GMT+0100 (Mitteleuropäische Zeit)"},"65406":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Dialogs/MethodFinderPane.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"65407":{"type":"S:modified","url":"/core/PartsBin/Dialogs/MethodFinderPane.json"},"65408":{"rev":132911,"author":"jenslincke","date":{"__isSmartRef__":true,"id":65409},"url":{"__isSmartRef__":true,"id":65410},"changes":[{"__isSmartRef__":true,"id":65411}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"65409":{"isSerializedDate":true,"string":"Fri Feb 03 2012 15:27:38 GMT+0100 (Mitteleuropäische Zeit)"},"65410":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Dialogs/MethodFinderPane.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"65411":{"type":"S:modified","url":"/core/PartsBin/Dialogs/MethodFinderPane.json"},"65412":{"rev":132876,"author":"jenslincke","date":{"__isSmartRef__":true,"id":65413},"url":{"__isSmartRef__":true,"id":65414},"changes":[{"__isSmartRef__":true,"id":65415}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"65413":{"isSerializedDate":true,"string":"Fri Feb 03 2012 14:43:26 GMT+0100 (Mitteleuropäische Zeit)"},"65414":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Dialogs/MethodFinderPane.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"65415":{"type":"S:modified","url":"/core/PartsBin/Dialogs/MethodFinderPane.json"},"65416":{"rev":132872,"author":"jenslincke","date":{"__isSmartRef__":true,"id":65417},"url":{"__isSmartRef__":true,"id":65418},"changes":[{"__isSmartRef__":true,"id":65419}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"65417":{"isSerializedDate":true,"string":"Fri Feb 03 2012 14:37:08 GMT+0100 (Mitteleuropäische Zeit)"},"65418":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Dialogs/MethodFinderPane.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"65419":{"type":"S:modified","url":"/core/PartsBin/Dialogs/MethodFinderPane.json"},"65420":{"rev":132869,"author":"jenslincke","date":{"__isSmartRef__":true,"id":65421},"url":{"__isSmartRef__":true,"id":65422},"changes":[{"__isSmartRef__":true,"id":65423}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"65421":{"isSerializedDate":true,"string":"Fri Feb 03 2012 14:35:20 GMT+0100 (Mitteleuropäische Zeit)"},"65422":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Dialogs/MethodFinderPane.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"65423":{"type":"S:added","url":null},"65424":{"partsSpaceName":"PartsBin/Dialogs","name":"PublishPartDialog","part":{"__isSmartRef__":true,"id":65425},"json":"{\"id\":0,\"registry\":{\"0\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1},{\"__isSmartRef__\":true,\"id\":151},{\"__isSmartRef__\":true,\"id\":664}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":718},\"id\":\"BD18ABC3-C773-4121-B919-8E27D8B9E0A4\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":722},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":723},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":724},\"LK2\":true,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":725},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":151},\"titleBar\":{\"__isSmartRef__\":true,\"id\":1},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":726},\"collapsedTransform\":null,\"collapsedExtent\":null,\"expandedTransform\":null,\"expandedExtent\":null,\"ignoreEventsOnExpand\":false,\"highlighted\":false,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":727},\"isBeingDragged\":false,\"showsHalos\":false,\"name\":\"PublishPartDialog\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":728},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":753}],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"_Position\":{\"__isSmartRef__\":true,\"id\":754},\"isCopyMorphRef\":true,\"morphRefId\":12,\"derivationIds\":[2879,\"91414FD8-3775-435F-96A6-39E0CB891CD7\",\"9CB574CD-94E3-465A-B85C-91F97E070BC3\",\"C9D390C2-399F-44AF-A316-A4A117E5F7B6\",\"0A0B9181-A04D-441B-944F-585ED335E81B\",\"DEDFDD48-51F2-4C04-9681-6B64D465BE14\",\"FD496905-E054-4BF1-B162-EB0F08C1C829\",\"7A7DC0E8-6CA2-49DC-A660-7E873F834AB2\",\"401B15D2-9AFF-4843-85A2-16186AFFDFD4\",\"D4692AD1-A7CA-4F57-A55F-B485279A8B90\",\"DDF6DDB6-572F-4DC7-911A-4F7E5F310189\",\"41BEABE5-C184-4F59-93F1-139F711489DC\",\"43B559FD-8DA9-41DE-91F3-B4DDD6788A58\",\"C6E534FD-BA26-4A2F-987E-2254EB4D1D7B\",\"7F7C3464-9B3C-4C47-B577-D69567B5AD63\"],\"moved\":true,\"minExtent\":{\"__isSmartRef__\":true,\"id\":755},\"headRevision\":147095,\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"1\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2},{\"__isSmartRef__\":true,\"id\":16},{\"__isSmartRef__\":true,\"id\":63},{\"__isSmartRef__\":true,\"id\":98}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":134},\"id\":\"1EEB7A79-5546-44ED-929C-FA7B2F3352E9\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":146},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":147},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":148},\"_Position\":{\"__isSmartRef__\":true,\"id\":149},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":0},\"label\":{\"__isSmartRef__\":true,\"id\":2},\"closeButton\":{\"__isSmartRef__\":true,\"id\":16},\"menuButton\":{\"__isSmartRef__\":true,\"id\":63},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":98},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":150},\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2880,\"108B5871-F6C8-4442-82D1-F8776D2C85A2\",\"503529CB-0F23-4456-8597-CD5E86CF03F0\",\"4FB4914E-E245-4D67-BE3B-63091E2C8C95\",\"B69B0DCD-8CC6-4A06-B738-A12B5269CD7D\",\"6D1BAF1C-9402-44ED-A26B-9B74CF07DF60\",\"B4808FFA-4EA4-43B1-A7FC-0BEF063FC467\",\"C49A9265-2632-4101-BEB3-C57320C2187A\",\"0E3215D4-8AAB-4F52-8AD0-FC2EEC395A9A\",\"0B36C705-2DB1-4ECE-8E5D-164334FB519B\",\"305AE4E8-ADC7-4C81-BF54-3C180FEF414F\",\"D1F1142B-FB6A-475C-8903-13CCF46FCD5D\",\"5C6E462F-7D1A-4876-8D43-4374443981CD\",\"88DEBD44-6D08-4854-9CA8-A147B160BDAB\",\"4BF8EFA1-572E-4713-A755-97054D0EF029\"],\"_ClipMode\":\"visible\",\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"2\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":3},\"id\":\"4D639952-4608-44C7-A1CC-73DE757149C9\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":9},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":10}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":12},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"layout\":{\"__isSmartRef__\":true,\"id\":13},\"_Align\":\"center\",\"eventsAreIgnored\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":14},\"_MaxTextWidth\":420,\"_MinTextWidth\":420,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"_Position\":{\"__isSmartRef__\":true,\"id\":15},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2881,\"A06A709C-AD42-48D0-A66A-9C21EA4F4E66\",\"EE1A345D-476E-4E22-BE89-E59A0C11001B\",\"90634CE5-77D0-4064-961C-4CBADE59C6F8\",\"C26670E3-5765-406B-972F-888FD1EAF967\",\"E252D4C8-705A-4A40-B4E8-3638444DBAC4\",\"89C11EA9-F897-4A67-9CDD-A79FAF7B04F1\",\"1D2D6235-8732-4E39-829D-8C599DE39537\",\"4819892D-6CED-4387-A505-50ADEC598F02\",\"63A7D46C-A16B-464D-9315-8AD0CFC0FD20\",\"CA96C77F-AAE5-4A7A-9D8A-F4B2DFC9148D\",\"A1B3FB84-D9F7-45FA-9D28-FFDF2664D5BE\",\"DA408E78-CC3F-4430-9268-6C9365622D04\",\"960BDC3B-D0CF-4613-8E6B-5F26D733BD89\",\"7F5621B0-5A9D-4812-9108-85C0997AEE3F\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"3\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":4},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5},\"_Extent\":{\"__isSmartRef__\":true,\"id\":6},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":7},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":8},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"6\":{\"x\":420,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"7\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"8\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"9\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"10\":{\"style\":{\"__isSmartRef__\":true,\"id\":11},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Publish in PartsBin\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"11\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"12\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"13\":{\"resizeWidth\":true},\"14\":{\"x\":420,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"15\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"16\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":17}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":29},\"id\":\"A95DD13F-8C05-4E35-9C89-5BBF4C0D1C71\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":45},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":46},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":47},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":48},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":35},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":49},\"label\":{\"__isSmartRef__\":true,\"id\":17},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"layout\":{\"__isSmartRef__\":true,\"id\":58},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":59},{\"__isSmartRef__\":true,\"id\":61}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"prevScroll\":[0,0],\"derivationIds\":[2882,\"6FF08B49-B1B5-4E12-8CE8-DF895115627D\",\"7F48C6F9-BB0C-405E-991B-410F179F7FE6\",\"8405D63F-4E07-4FE8-9008-DD8AE000B5C8\",\"D81DD158-CA4D-44A9-B0A6-3FD7DF7EFD68\",\"B32CD4CF-CE28-40AB-8F9E-23E12B00C595\",\"581848BC-C01C-443F-B6AD-4A61CE8EB72E\",\"62393865-D1D9-40DE-B048-1249932ECD31\",\"8FB8E2BF-E816-4D6F-8E57-4D1FEAB65258\",\"BE49E07E-D7F5-4EB9-9CED-C5857E3E2E05\",\"8400BD9B-C243-4480-8B72-9881692A9AC4\",\"67A14C8D-9131-4F19-9649-DF83E2220076\",\"2B1EAF02-F491-4C0D-90C4-D0D118EF409B\",\"473E46FF-11E0-4875-80B6-8EE5D321E59F\",\"D1DA13CC-5998-4C2D-803A-094CC9251276\"],\"_ClipMode\":\"visible\",\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"17\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":18},\"id\":\"C397207D-9190-4230-96BF-6A91C483ED49\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":23},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":24}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":26},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":27},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":28},\"_MaxTextWidth\":17,\"_MinTextWidth\":17,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":16},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2883,\"9FBA502B-65B1-4FF2-A0A6-9951E3C50B9C\",\"9F297DAE-65AA-45A3-AFAE-BD35F359E24A\",\"75386CDF-09C9-47F2-8762-F737A49FD645\",\"C43A7038-D61D-47C7-BFA8-8C8A77627643\",\"5BF20970-1750-47F6-8D9D-E7A798428D52\",\"74925934-1F3C-432E-BBD6-02C666263ED7\",\"C4BDF6D3-0621-4923-A192-E4488E7679D1\",\"376C89CF-A021-4CA6-A6AC-47177BFB2062\",\"878C6C67-6B17-432C-B06E-FBBC1FDADE0D\",\"D49A7E68-DC41-42E3-8DC4-073D080B4548\",\"557AD9C4-D5B4-49A0-9508-53CA902EA479\",\"10DA2DAE-51E0-4668-905A-C95891803AE7\",\"FE63ADA2-09D3-415B-90BE-D2B42D51C838\",\"B351C8F1-0939-47C8-8017-69AB7EAE3CFF\"],\"showsHalos\":false,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"18\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":19},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":20},\"_Extent\":{\"__isSmartRef__\":true,\"id\":21},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":22},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":8},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"19\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"20\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"21\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"22\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"23\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"24\":{\"style\":{\"__isSmartRef__\":true,\"id\":25},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":17},\"storedString\":\"X\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"25\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"26\":{\"morph\":{\"__isSmartRef__\":true,\"id\":17},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"27\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"28\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"29\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":30},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":31},\"_Extent\":{\"__isSmartRef__\":true,\"id\":32},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":33},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":34},\"_Fill\":{\"__isSmartRef__\":true,\"id\":35},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"30\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"31\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"32\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"33\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"34\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"35\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":36},{\"__isSmartRef__\":true,\"id\":38},{\"__isSmartRef__\":true,\"id\":40},{\"__isSmartRef__\":true,\"id\":42}],\"vector\":{\"__isSmartRef__\":true,\"id\":44},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"36\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":37}},\"37\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"38\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":39}},\"39\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"40\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":41}},\"41\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"42\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":43}},\"43\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"44\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"45\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"46\":{\"morph\":{\"__isSmartRef__\":true,\"id\":16},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"47\":{\"x\":459,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"48\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"49\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":50},{\"__isSmartRef__\":true,\"id\":52},{\"__isSmartRef__\":true,\"id\":54},{\"__isSmartRef__\":true,\"id\":56}],\"vector\":{\"__isSmartRef__\":true,\"id\":44},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"50\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":51}},\"51\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"52\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":53}},\"53\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"54\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":55}},\"55\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"56\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":57}},\"57\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"58\":{\"moveHorizontal\":true},\"59\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":16},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":60},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"60\":{\"source\":{\"__isSmartRef__\":true,\"id\":16},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"61\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":16},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":62},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"62\":{\"source\":{\"__isSmartRef__\":true,\"id\":16},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"63\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":64}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":76},\"id\":\"0797CCF7-CD32-4ECC-A641-400C7287B414\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":81},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":82},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":83},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":84},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":35},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":85},\"label\":{\"__isSmartRef__\":true,\"id\":64},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":94},{\"__isSmartRef__\":true,\"id\":96}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"derivationIds\":[2884,\"64F20257-1A1D-4B3E-97C4-BC5D1F1E14B5\",\"A377FFCE-0FDC-41B6-BD34-D9F0507B57DA\",\"7334352E-B497-4F10-8C06-FBE36AA778C7\",\"E8269870-961E-49ED-ACE6-3CB90CD1937A\",\"3182A6E6-F492-4D7F-B240-55DC62E7DDF9\",\"5983668D-3862-4DE4-8C9C-57903C2FF112\",\"7EA72C52-A5FE-49D7-B644-F1CF1E948B7A\",\"378BCE5E-C14D-460C-B7E5-BA2B832168F0\",\"3C395E36-6E1E-4715-AE14-CBAB23875359\",\"3A64C38B-ACDD-4EE3-9CB8-1CF3F5338FBC\",\"B5F36159-C71D-48E3-A1A9-7BDA18656622\",\"0E65BDFD-4304-4131-9821-83A87E58A857\",\"335EC22A-00F4-444F-A9A3-6FCC3D3B375B\",\"4C230C0D-A5D1-4E2E-9FB9-67140E87E5CF\"],\"_ClipMode\":\"visible\",\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"64\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":65},\"id\":\"115E4B3E-1C79-4A8A-BCF9-E132122C3995\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":70},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":71}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":73},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":74},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":75},\"_MaxTextWidth\":17,\"_MinTextWidth\":17,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":63},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[2885,\"EC48B50E-CD5B-46FB-BF78-484373EED980\",\"59F8AF9B-799B-413B-86B2-BFD03A4B2559\",\"F8293A60-E9DB-40E3-B202-D547939F8A8D\",\"30E16AEA-8638-441D-A4B6-A7F2EB4D1987\",\"012E89E5-818C-4BAE-B1DB-B01796C23183\",\"D8FA4A79-180A-4D30-B4C8-2AC5E176057B\",\"7184ABDF-8484-4658-8968-C1DD68EFFC46\",\"4BC7DE67-2773-45F7-BA0D-BB473B463C0B\",\"1350953C-3FB0-428F-ADAF-AB46A2A7743D\",\"677531C6-1A55-423B-AD8E-B0CF60EA6AE7\",\"7AC83B39-6446-453C-BE0C-3A985B6F29D7\",\"7F97ADF7-B704-42C0-98D2-BFA189A6C2B8\",\"692C1E4C-8458-4EB7-9179-457C75884C65\",\"5F49459C-26AA-49F6-8216-2CA3571A899B\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"65\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":66},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":67},\"_Extent\":{\"__isSmartRef__\":true,\"id\":68},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":69},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":8},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"66\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"67\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"68\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"69\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"70\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"71\":{\"style\":{\"__isSmartRef__\":true,\"id\":72},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":64},\"storedString\":\"M\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"72\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"73\":{\"morph\":{\"__isSmartRef__\":true,\"id\":64},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"74\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"75\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"76\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":77},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":78},\"_Extent\":{\"__isSmartRef__\":true,\"id\":79},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":80},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":34},\"_Fill\":{\"__isSmartRef__\":true,\"id\":35},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"77\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"78\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"79\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"80\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"81\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"82\":{\"morph\":{\"__isSmartRef__\":true,\"id\":63},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"83\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"84\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"85\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":86},{\"__isSmartRef__\":true,\"id\":88},{\"__isSmartRef__\":true,\"id\":90},{\"__isSmartRef__\":true,\"id\":92}],\"vector\":{\"__isSmartRef__\":true,\"id\":44},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"86\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":87}},\"87\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"88\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":89}},\"89\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"90\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":91}},\"91\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"92\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":93}},\"93\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"94\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":63},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":95},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"95\":{\"source\":{\"__isSmartRef__\":true,\"id\":63},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"96\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":63},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":97},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"97\":{\"source\":{\"__isSmartRef__\":true,\"id\":63},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"98\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":99}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":111},\"id\":\"484A4F26-09F0-4A4E-90E4-A4A0A4C09ACE\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":116},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":117},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"accessibleInInactiveWindow\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":118},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":119},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":35},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":120},\"label\":{\"__isSmartRef__\":true,\"id\":99},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"layout\":{\"__isSmartRef__\":true,\"id\":129},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":130},{\"__isSmartRef__\":true,\"id\":132}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"prevScroll\":[0,0],\"derivationIds\":[2886,\"9FC4F0BE-916D-456B-AEC7-E6C1AC6040CA\",\"A0A4775F-7F2F-4563-840D-CAA5CB435D75\",\"C87D3EB9-4C3B-4230-9794-F5B71B528C74\",\"D62C35A2-6803-4217-9DFD-0E480D4B82AE\",\"D8274457-EA55-431C-BA2E-C227C335C1FB\",\"943A7D62-2DE4-42E8-AC93-4E68B660CEF2\",\"E83FFE4B-9181-44F7-A77C-84E5625F788A\",\"6A34C9A1-6B4C-430B-ACD4-6A29D0F20D42\",\"BD7F031B-2DEE-4151-ABD8-B5A513D25129\",\"AD3F7784-7CB8-4CFE-98B0-83A4D43542C7\",\"52BD4109-B6AE-4A69-83C9-19EB655F4780\",\"82224D11-CDCA-43C8-A6FD-E794D5917E70\",\"6DF19762-00E0-4952-9D0F-ED6A72B7580B\",\"BAE5C2EA-CE02-4EF6-AA20-1FCE523D6634\"],\"_ClipMode\":\"visible\",\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"99\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":100},\"id\":\"700A6EE7-EDB4-4DFF-9BFA-A2FEBA66E699\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":105},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":106}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":108},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":8,\"_Position\":{\"__isSmartRef__\":true,\"id\":109},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":110},\"_MaxTextWidth\":17,\"_MinTextWidth\":17,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":98},\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"prevScroll\":[0,0],\"derivationIds\":[2887,\"42347453-BADB-4DB0-9486-C479B704CD7C\",\"B0BBE9B3-B5DD-4E4F-A1AA-1C03BB1BFF4E\",\"8AE3BC44-F336-420E-A2E9-BBA0DC6A3D72\",\"3DC5BABC-5EF1-4FC6-805B-0FC1CC02282F\",\"C5E01762-30EA-4342-A348-F75EA6C33D11\",\"209EBE14-87CB-44C9-B8C0-1A74CE2ACDB6\",\"1A0CE8F3-7342-484C-BA10-2E8291158E44\",\"28A42BB4-7534-4B0D-BBE9-B4D3FDCF024F\",\"D5D7B12C-1731-4943-BD69-699C99C398E1\",\"DD22A464-4EB8-41F8-9103-DEE095D40932\",\"F16ED660-1D92-485E-B022-9FB466AC307F\",\"AA93DB0B-89EB-44EB-9D56-ADE75D275E62\",\"AB55C6ED-56F9-48F7-A4B1-6D3A6070E047\",\"0CCF4C25-456D-4FF1-89DC-F3601FC379FF\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"100\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":101},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":102},\"_Extent\":{\"__isSmartRef__\":true,\"id\":103},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":104},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":8},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"101\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"102\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"103\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"104\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"105\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"106\":{\"style\":{\"__isSmartRef__\":true,\"id\":107},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":99},\"storedString\":\"–\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"107\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"108\":{\"morph\":{\"__isSmartRef__\":true,\"id\":99},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"109\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"110\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"111\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":112},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":113},\"_Extent\":{\"__isSmartRef__\":true,\"id\":114},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":115},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":34},\"_Fill\":{\"__isSmartRef__\":true,\"id\":35},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"112\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"113\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"114\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"115\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"116\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"117\":{\"morph\":{\"__isSmartRef__\":true,\"id\":98},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"118\":{\"x\":440,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"119\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"120\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":121},{\"__isSmartRef__\":true,\"id\":123},{\"__isSmartRef__\":true,\"id\":125},{\"__isSmartRef__\":true,\"id\":127}],\"vector\":{\"__isSmartRef__\":true,\"id\":44},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"121\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":122}},\"122\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"123\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":124}},\"124\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"125\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":126}},\"126\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"127\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":128}},\"128\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"129\":{\"moveHorizontal\":true},\"130\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":98},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":131},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"131\":{\"source\":{\"__isSmartRef__\":true,\"id\":98},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"132\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":98},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":133},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"133\":{\"source\":{\"__isSmartRef__\":true,\"id\":98},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"134\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":135},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":136},\"_Extent\":{\"__isSmartRef__\":true,\"id\":137},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":138},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":139},\"_Fill\":{\"__isSmartRef__\":true,\"id\":140},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"135\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"136\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"137\":{\"x\":479,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"138\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"139\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"140\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":141},{\"__isSmartRef__\":true,\"id\":143}],\"vector\":{\"__isSmartRef__\":true,\"id\":145},\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\"},\"141\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":142}},\"142\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"143\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":144}},\"144\":{\"r\":0.6400000000000001,\"g\":0.6400000000000001,\"b\":0.6400000000000001,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"145\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__LivelyClassName__\":\"Rectangle\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"146\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"147\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"148\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"149\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"150\":{\"x\":479,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"151\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":152},{\"__isSmartRef__\":true,\"id\":168},{\"__isSmartRef__\":true,\"id\":184},{\"__isSmartRef__\":true,\"id\":201},{\"__isSmartRef__\":true,\"id\":217},{\"__isSmartRef__\":true,\"id\":233},{\"__isSmartRef__\":true,\"id\":250},{\"__isSmartRef__\":true,\"id\":266},{\"__isSmartRef__\":true,\"id\":350},{\"__isSmartRef__\":true,\"id\":433},{\"__isSmartRef__\":true,\"id\":449},{\"__isSmartRef__\":true,\"id\":465}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":515},\"id\":\"C97C0E53-522D-414C-9555-2228E8BA8F71\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":522},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":523},\"droppingEnabled\":true,\"halosEnabled\":true,\"isLockOwner\":false,\"layout\":{\"__isSmartRef__\":true,\"id\":524},\"attributeConnections\":[],\"ownerApp\":{\"__isSmartRef__\":true,\"id\":525},\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"name\":\"PublishPartPanePane\",\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":619},\"isBeingDragged\":false,\"prevScroll\":[0,0],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":620},\"grabbingEnabled\":false,\"_Position\":{\"__isSmartRef__\":true,\"id\":621},\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"target\":null,\"derivationIds\":[2888,\"7CD647EF-2BB4-4CD9-9D3B-4EE7BC59ECC2\",\"B983FB4F-9323-4304-9603-5615E93C6C42\",\"E738FAD5-9C83-4390-B193-06C21B6E51B0\",\"5ED6DC7B-74C2-4149-BF56-1622F302C51E\",\"B125F66F-9D66-44AC-A04B-E3A1CB7C1474\",\"8DD88D93-D7DB-4957-A724-C19836CD8C03\",\"1405B5AF-8461-4497-952D-024E06F6F395\",\"7CD3B3FE-D49D-436B-A738-6F960136F93C\",\"C28EE17A-8653-4C4E-AEAA-89B45CB54684\",\"97E867C3-A9EC-42CF-916F-788C94BE0955\",\"8DBA20C0-E93B-4679-BD70-63D956C8D56B\",\"03F1C6E5-5D38-4B2A-B96A-7545B2EA78A4\",\"101E56F8-6494-4A33-A341-C532CBE53645\",\"7B5BEA4B-7600-495A-8017-6D2CED2DFC29\"],\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":622},\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":623},\"__LivelyClassName__\":\"lively.morphic.Box\",\"withLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"152\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":153},\"id\":\"238498B0-5A4F-416E-9ED6-096FE9C41557\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":160},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":161}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":163},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":164},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":165},\"_MaxTextWidth\":164,\"_MinTextWidth\":164,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":151},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":166},\"previousSelection\":[1,1],\"priorSelectionRange\":[0,10],\"isLockOwner\":false,\"name\":\"NameText\",\"isCopyMorphRef\":true,\"morphRefId\":1,\"derivationIds\":[2889,\"9A8B5C1C-95BB-40F5-B9EF-B89DD5451B64\",\"C49BF160-BBBE-422E-BDDC-B9A98A72ABFF\",\"42B7E940-3BB5-4B79-B5D8-E4C8E780FF3B\",\"50B247C7-D8F3-4CF5-BD3F-2A2867827CF1\",\"674DADA8-0E51-4FAB-8522-A9D91F270267\",\"105181E3-2D4E-49C3-9C63-13D1F9E311AB\",\"54D6890B-898B-44EC-8BDF-688522764BD8\",\"A8821E63-E9F3-4FE1-94FC-897C0E64A537\",\"1A1BA90B-CA62-4F00-8A36-CC210F473907\",\"E8C3B7B8-5E66-4470-A4B0-C4103AA45358\",\"95511FB8-0146-4A7A-900F-72D7EE65877A\",\"7DA33C42-0FC5-4616-B97B-FA67332B7859\",\"D05E45C6-2CC5-44AB-B3FD-904395A33093\",\"83AF3D18-D412-4D65-B8FD-51A225F1371F\"],\"savedTextString\":\"CommitMessageTest1\",\"isBeingDragged\":false,\"charsReplaced\":\"7\",\"lastFindLoc\":2,\"layout\":{\"__isSmartRef__\":true,\"id\":167},\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"153\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":154},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":155},\"_Extent\":{\"__isSmartRef__\":true,\"id\":156},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":157},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":158},\"_Fill\":{\"__isSmartRef__\":true,\"id\":159},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"154\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"155\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"156\":{\"x\":174,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"157\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"158\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"159\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"160\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"161\":{\"style\":{\"__isSmartRef__\":true,\"id\":162},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":152},\"storedString\":\"Anonymous\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"162\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"163\":{\"morph\":{\"__isSmartRef__\":true,\"id\":152},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"164\":{\"x\":10,\"y\":50,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"165\":{\"x\":174,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"166\":{\"x\":119,\"y\":-15,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"167\":{\"adjustForNewBounds\":true,\"resizeWidth\":true},\"168\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":169},\"id\":\"392D7685-0EDA-4891-9220-82C9DC2C3CCD\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":176},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":177}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":179},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":180},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":181},\"_MaxTextWidth\":444,\"_MinTextWidth\":444,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"name\":\"CommitMessageText\",\"owner\":{\"__isSmartRef__\":true,\"id\":151},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":182},\"previousSelection\":[0,15],\"priorSelectionRange\":[0,0],\"charsReplaced\":\"CommitMessageTest1\",\"lastFindLoc\":18,\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2890,\"40048B1D-9547-4EA6-AB66-31168A1C9FAE\",\"8A0DE790-FA6C-41C9-BA2B-84397DA3F39E\",\"DCFEEBC9-D891-408E-A103-19356A96070F\",\"EAEE386C-B48C-44E1-B80C-6830217A2FC6\",\"6CABE716-A9A0-4BED-ACA6-4C0C9C6C8E5E\",\"C2DC6D12-6F98-4236-AA47-1BD438BE5E56\",\"BFEBFDBE-0C30-407F-9B3C-B45A27971468\",\"923C751C-6180-4C96-A3FC-42A8AF1B4298\",\"0D556A07-77CA-478F-95B3-E3051804BF9C\",\"D952B070-654E-40FA-9076-7E8156C9C87C\",\"2EB5AAE4-7C54-466F-8C70-E3BD1E218C90\",\"D6863F0B-0CE5-401F-9646-2A748564AB54\",\"B422EE4A-2E17-4752-812B-1DFCDFBFE4D4\",\"52701E3E-E7F1-4A2F-B8FE-2115D0544509\"],\"savedTextString\":\"\",\"layout\":{\"__isSmartRef__\":true,\"id\":183},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"169\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":170},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":171},\"_Extent\":{\"__isSmartRef__\":true,\"id\":172},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":173},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":174},\"_Fill\":{\"__isSmartRef__\":true,\"id\":175},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"170\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"171\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"172\":{\"x\":454,\"y\":102,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"173\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"174\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"175\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"176\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"177\":{\"style\":{\"__isSmartRef__\":true,\"id\":178},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":168},\"storedString\":\"no comment\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"178\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"179\":{\"morph\":{\"__isSmartRef__\":true,\"id\":168},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"180\":{\"x\":10,\"y\":260,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"181\":{\"x\":454,\"y\":103,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"182\":{\"x\":351,\"y\":-17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"183\":{\"resizeWidth\":true,\"resizeHeight\":true},\"184\":{\"submorphs\":[],\"scripts\":[],\"id\":\"A5589A0F-6873-4F7B-ACEE-A7C2706973BC\",\"shape\":{\"__isSmartRef__\":true,\"id\":185},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":191},\"_MaxTextWidth\":114,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":188},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text5\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":192},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":193}],\"charsReplaced\":\"some text \",\"lastFindLoc\":10,\"priorSelectionRange\":[0,4],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":195},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":196},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":197},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":198},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"owner\":{\"__isSmartRef__\":true,\"id\":151},\"_MinTextWidth\":114,\"_MinTextHeight\":null,\"previousSelection\":[3,3],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":199},\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2891,\"E101CA30-35F9-42F0-A46C-28671530C787\",\"CE7E7640-C507-43BF-88EF-C4ACE8CCF564\",\"F04823B9-5B0B-4CCA-B8F7-00BD8608ED16\",\"DD4402A8-C90A-4187-92DA-813F59FF86E6\",\"90452494-6B16-4189-8CC1-4EB76FCCCBC9\",\"A1BA43C9-3B13-4744-893E-8B39CEDA44D3\",\"A4DDC2E9-14D8-4DA1-A960-4BB1DF3A45CD\",\"97027388-2CC6-4B87-880F-D9048C0EAB5A\",\"97A71E75-471E-4C94-879E-0ECD50A4DA7D\",\"B952E46A-0593-4861-A364-746D14830709\",\"CFEB54E4-C6B5-4DEC-9C82-93FEC6192DF8\",\"8F33B7B6-1D97-4422-9D4C-562576803FAE\",\"EE6FBA69-D693-41BD-A1D6-7852A30ADE28\",\"D0A85886-302D-46FB-8139-F28D0A45D0E2\"],\"layout\":{\"__isSmartRef__\":true,\"id\":200},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"185\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":186},\"_Extent\":{\"__isSmartRef__\":true,\"id\":187},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":188},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":189},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":190},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"186\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"187\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"188\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"189\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"190\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"191\":{\"x\":10,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"192\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"193\":{\"style\":{\"__isSmartRef__\":true,\"id\":194},\"morph\":{\"__isSmartRef__\":true,\"id\":184},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":184},\"storedString\":\"name\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"194\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"195\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"196\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"197\":{\"morph\":{\"__isSmartRef__\":true,\"id\":184},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"198\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"199\":{\"x\":78,\"y\":-3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"200\":{\"moveHorizontal\":false},\"201\":{\"submorphs\":[],\"scripts\":[],\"id\":\"0D191BF2-AA67-4F93-94C2-A719DA9CC670\",\"shape\":{\"__isSmartRef__\":true,\"id\":202},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":208},\"_MaxTextWidth\":250,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":205},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text6\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":209},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":210}],\"charsReplaced\":\"changes\",\"lastFindLoc\":7,\"priorSelectionRange\":[0,14],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":212},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":213},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":214},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":215},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":250,\"_MinTextHeight\":null,\"previousSelection\":[0,14],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":216},\"owner\":{\"__isSmartRef__\":true,\"id\":151},\"isLockOwner\":false,\"derivationIds\":[2892,\"E5DC0070-3EA2-4212-9AA7-E3C865547E5E\",\"809E256F-82F6-4A22-B614-DE8C08FA5970\",\"272C0F9A-E7EF-4ECE-851D-08ACB35EA24D\",\"8AA544F8-6F47-454D-AE18-A264ACDEFA7E\",\"8374F17A-0E7E-4436-931A-1BA6E7CEAB7D\",\"2FA9E6A8-96E0-4B11-B3BE-D625991003B4\",\"EF4AC0A8-BC6A-4E7E-A4A1-838717896172\",\"7E58BFFB-E384-4B68-A4C8-A32E7A93B8FC\",\"BFCA8D00-622E-4E2D-998E-56C8E2DB8351\",\"0DD88B54-97A9-4F81-BEC4-474DB9D20DF5\",\"6400C374-D5C5-4AF3-BDD4-466198D5C4BA\",\"6AB467AF-2289-4696-B2B0-AF36BFC54FDA\",\"1E30FC69-CA06-403F-AE8B-4A12304F1FEB\",\"EB7FBB3F-8989-4980-9DA2-4D10CB466437\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"202\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":203},\"_Extent\":{\"__isSmartRef__\":true,\"id\":204},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":205},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":206},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":207},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"203\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"204\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"205\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"206\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"207\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"208\":{\"x\":10,\"y\":240,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"209\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"210\":{\"style\":{\"__isSmartRef__\":true,\"id\":211},\"morph\":{\"__isSmartRef__\":true,\"id\":201},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":201},\"storedString\":\"commit message\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"211\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"212\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"213\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"214\":{\"morph\":{\"__isSmartRef__\":true,\"id\":201},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"215\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"216\":{\"x\":174,\"y\":-21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"217\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":218},\"id\":\"BD1B8949-BF8B-4B64-A2A5-95E8919FD98B\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":225},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":226}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":228},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":229},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":230},\"_MaxTextWidth\":250,\"_MinTextWidth\":250,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"name\":\"CategoryText\",\"owner\":{\"__isSmartRef__\":true,\"id\":151},\"previousSelection\":[0,14],\"priorSelectionRange\":[5,5],\"charsReplaced\":\"CommitMessageTest1\",\"lastFindLoc\":18,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":231},\"isLockOwner\":false,\"derivationIds\":[2893,\"FBE4B17F-DC2B-4783-899B-CF1B051F14D9\",\"A2C45BC5-C44B-4AEA-A29E-ADE3DAF08638\",\"640BD984-1AB2-45B8-BCEC-AB32A6199D68\",\"BE2E06DB-4DFC-4628-9FED-8F3E87D18E07\",\"6D28F6C5-8D27-4A2D-A13E-55172343909B\",\"9537F96B-5D0E-47CF-9435-5850919DA5A2\",\"B8516280-8A31-4C9E-A9EF-3C058FB084E5\",\"0A41986D-4F2B-4D8B-8A35-AEB659C5D25A\",\"7A7E3053-DA4F-465C-B558-5138BE382156\",\"7024A970-16E6-4DE1-9BD6-6DC50779F4AA\",\"181F12CB-A2A2-4A98-A3B0-9CAC859DFC66\",\"B6176017-4E7E-463E-82DF-DFC54EB00EC9\",\"2956D5AA-C488-4F2E-AEDF-6D795EEECAB3\",\"DB745EE2-3FE0-42B6-8D29-E2B6215E2B17\"],\"savedTextString\":\"PartsBin/Basic\",\"layout\":{\"__isSmartRef__\":true,\"id\":232},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"218\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":219},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":220},\"_Extent\":{\"__isSmartRef__\":true,\"id\":221},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":222},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":223},\"_Fill\":{\"__isSmartRef__\":true,\"id\":224},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"219\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"220\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"221\":{\"x\":260,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"222\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"223\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"224\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"225\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"226\":{\"style\":{\"__isSmartRef__\":true,\"id\":227},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":217},\"storedString\":\"Default\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"227\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"228\":{\"morph\":{\"__isSmartRef__\":true,\"id\":217},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"229\":{\"x\":204,\"y\":50,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"230\":{\"x\":260,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"231\":{\"x\":132,\"y\":-13,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"232\":{\"resizeWidth\":false,\"moveHorizontal\":true},\"233\":{\"submorphs\":[],\"scripts\":[],\"id\":\"037F2BD3-0CFD-4A28-AF42-35D6DEC633C0\",\"shape\":{\"__isSmartRef__\":true,\"id\":234},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":240},\"_MaxTextWidth\":114,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":237},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text7\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":241},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":242}],\"charsReplaced\":\"name\",\"lastFindLoc\":4,\"priorSelectionRange\":[0,8],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":244},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":245},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":246},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":247},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":114,\"_MinTextHeight\":null,\"previousSelection\":[2,2],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":248},\"owner\":{\"__isSmartRef__\":true,\"id\":151},\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2894,\"75F41AE1-CA7A-48D0-AE2C-7AAF6101B89C\",\"CB87A9FB-0776-4109-BDE0-0E8C61F1626C\",\"954BD4D6-BBF2-4D3C-94CA-21A38F66F449\",\"5C78A757-B050-43F1-B4CF-26CE9CC58B03\",\"A90A2B0B-A1A7-4F19-8FFB-1D98E8CF7BE6\",\"181AA91A-3D90-4322-ACB9-3D707A3994E0\",\"8A6171C0-493C-475F-B974-54B0FE5DD81C\",\"246AA662-2B7A-4ABE-AB30-734548540344\",\"708636F1-5D64-47AD-B72E-1E255924638B\",\"3C7D4704-AD28-4978-B6A1-2646B7BAA9B3\",\"D7754A0E-4F0E-4363-907A-4743D1254104\",\"CBD21E5F-99E6-4DDA-BF27-42D3424DB513\",\"BBA77A6C-FD26-4279-8919-1A8114C6F035\",\"BB158E68-208B-4E62-81D2-9B057CA86DBF\"],\"layout\":{\"__isSmartRef__\":true,\"id\":249},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"234\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":235},\"_Extent\":{\"__isSmartRef__\":true,\"id\":236},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":237},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":238},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":239},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"235\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"236\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"237\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"238\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"239\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"240\":{\"x\":205,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"241\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"242\":{\"style\":{\"__isSmartRef__\":true,\"id\":243},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":233},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"category\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"243\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"244\":{\"x\":114,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"245\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"246\":{\"morph\":{\"__isSmartRef__\":true,\"id\":233},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"247\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"248\":{\"x\":87,\"y\":-11,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"249\":{\"moveVertical\":false,\"moveHorizontal\":true},\"250\":{\"submorphs\":[],\"scripts\":[],\"id\":\"BBDFAB6B-53A5-4C6F-BF60-3B29C30AECCF\",\"shape\":{\"__isSmartRef__\":true,\"id\":251},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":257},\"_MaxTextWidth\":325,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":254},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text8\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":258},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":259}],\"charsReplaced\":\"Publish Object in PartsBin\",\"lastFindLoc\":26,\"priorSelectionRange\":[0,36],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":261},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":262},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":263},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":264},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":325,\"_MinTextHeight\":null,\"previousSelection\":[0,36],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":265},\"owner\":{\"__isSmartRef__\":true,\"id\":151},\"isLockOwner\":false,\"isBeingDragged\":false,\"derivationIds\":[2895,\"3AFBC971-95B4-48C4-888D-22FCBB742090\",\"D0394F71-EBB2-452A-A71F-D172D5B1CAD6\",\"79EDAC74-BD6B-42B1-BBBA-71B07578D1E0\",\"C19A8344-D637-44B7-BB1F-FD0153E5A62B\",\"9C41963E-088E-48CA-9CAA-572564F7CA69\",\"F9411AD0-B890-4EA9-9222-209167943D0D\",\"BF073247-EC88-4664-A2E2-A5E520CFD169\",\"3C9640D6-8AED-4E2A-87F1-8F94D4E9F1B7\",\"01AB4BED-5CFA-4FDE-9D09-535678684FC5\",\"929E4D49-C1D6-4DB2-B2E9-562DE9C7861C\",\"CF0E2CD7-7316-4423-80BC-485A9F57DDBD\",\"62300CE2-71BF-4F7E-AC36-4D3DCEA754B5\",\"4180FEEB-3566-4FAA-BF0A-0F21B049922B\",\"A397C34C-C857-4CF3-8D36-F9C6A51978D7\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"251\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":252},\"_Extent\":{\"__isSmartRef__\":true,\"id\":253},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":254},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":255},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":256},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"252\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"253\":{\"x\":325,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"254\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"255\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"256\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"257\":{\"x\":10,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"258\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"259\":{\"style\":{\"__isSmartRef__\":true,\"id\":260},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":250},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Upload part to the shared repository\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"260\":{\"italics\":\"normal\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"261\":{\"x\":325,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"262\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"263\":{\"morph\":{\"__isSmartRef__\":true,\"id\":250},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"264\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"265\":{\"x\":221,\"y\":-12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"266\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":267}],\"scripts\":[],\"id\":\"741803B0-4054-48F3-823E-04D50A704085\",\"shape\":{\"__isSmartRef__\":true,\"id\":282},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":286},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":298},\"label\":{\"__isSmartRef__\":true,\"id\":267},\"name\":\"Button\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":307},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":308}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":344},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":345},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":346},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":347},\"_Position\":{\"__isSmartRef__\":true,\"id\":348},\"owner\":{\"__isSmartRef__\":true,\"id\":151},\"derivationIds\":[2896,\"40384C75-EF01-4AAD-AA1C-A7C19EDB6A0F\",\"21376B8E-78CF-456D-87AA-4D62D86B16D2\",\"E9336A59-C7BF-4C91-88B0-0D0477AA75AE\",\"A5E21E04-05F3-4A15-AAFA-55946EEC5F80\",\"28512033-1B92-4388-B125-1C3DCE6D560F\",\"A7B2B1EE-CD9D-4B35-828A-8F1DE0A24BFC\",\"2E2676E6-1ACE-478E-A54F-49E5754BF3B4\",\"E0DE5483-F457-472E-825E-B6AF8056A1C9\",\"EFBD20B8-E9F6-4777-AA08-A2DA3C8E3E70\",\"D7EF09B6-7888-4F5B-BCEF-E68021A415D6\",\"7FBF982F-F25A-45D8-922E-09822EAC94CE\",\"CBC56727-1E95-4C35-9241-E2876D5B0481\",\"EE9C4AEC-448E-4355-AE9B-D9C3C648F6B4\",\"AAD76550-B8F6-48FF-B41F-B67FB753D845\"],\"layout\":{\"__isSmartRef__\":true,\"id\":349},\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"267\":{\"submorphs\":[],\"scripts\":[],\"id\":\"E5464D79-8548-4E65-8C48-D9046F121681\",\"shape\":{\"__isSmartRef__\":true,\"id\":268},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":274},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":275},\"_Padding\":{\"__isSmartRef__\":true,\"id\":276},\"owner\":{\"__isSmartRef__\":true,\"id\":266},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":277},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":278}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":280},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":281},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"derivationIds\":[2897,\"92EB5E70-61BB-4A71-942C-A34A20789B2F\",\"A9C9F9CF-1BAC-4074-A093-4EB0C3C90866\",\"2FE50303-6361-4A70-9BD5-0D8D1C8B5176\",\"D774C172-7EE9-40AE-9949-340BA8EDBD37\",\"9B5186A1-2B8E-406C-B165-05F327435DC2\",\"9D4948C2-2429-4333-8F3D-89BB96D33894\",\"748160AD-0FF7-4E89-9BB5-486870332207\",\"944E6E30-642C-448D-BBFE-03835C34628C\",\"254F8208-565C-4C75-A5F5-00426CEB4B73\",\"501AF004-4601-4260-8B81-C8F07DB46A9D\",\"A8CA8FB2-5C27-4E5A-8EC1-6697FE1FF0DD\",\"8517C0CE-CE66-435A-B522-21B2A78DFEE9\",\"3CA33CEB-8ACD-4C69-A01F-254F6D1DA196\",\"B1DA64A1-C447-44F0-8186-BB6E6E7DF3CB\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"268\":{\"position\":{\"__isSmartRef__\":true,\"id\":269},\"_Extent\":{\"__isSmartRef__\":true,\"id\":270},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":271},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":272},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":273},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"269\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"270\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"271\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"272\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"273\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"274\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"275\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"276\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"277\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"278\":{\"style\":{\"__isSmartRef__\":true,\"id\":279},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":267},\"storedString\":\"cancel\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"279\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"280\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"281\":{\"morph\":{\"__isSmartRef__\":true,\"id\":267},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"282\":{\"position\":{\"__isSmartRef__\":true,\"id\":283},\"_Extent\":{\"__isSmartRef__\":true,\"id\":284},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":285},\"_Fill\":{\"__isSmartRef__\":true,\"id\":286},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":296},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":297},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"283\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"284\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"285\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"286\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":287},{\"__isSmartRef__\":true,\"id\":289},{\"__isSmartRef__\":true,\"id\":291},{\"__isSmartRef__\":true,\"id\":293}],\"vector\":{\"__isSmartRef__\":true,\"id\":295},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"287\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":288}},\"288\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"289\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":290}},\"290\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"291\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":292}},\"292\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"293\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":294}},\"294\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"295\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"296\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"297\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"298\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":299},{\"__isSmartRef__\":true,\"id\":301},{\"__isSmartRef__\":true,\"id\":303},{\"__isSmartRef__\":true,\"id\":305}],\"vector\":{\"__isSmartRef__\":true,\"id\":295},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"299\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":300}},\"300\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"301\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":302}},\"302\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"303\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":304}},\"304\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"305\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":306}},\"306\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"307\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"308\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":266},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":151},\"targetMethodName\":\"onCancel\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":309},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"309\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":310}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":325},\"id\":352,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":332},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":333},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":334},{\"__isSmartRef__\":true,\"id\":335}],\"con\":{\"__isSmartRef__\":true,\"id\":308},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":336},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"310\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":311},\"id\":353,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":322},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":323},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":324},\"owner\":{\"__isSmartRef__\":true,\"id\":309},\"_Rotation\":-2.716760490670451,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"311\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":312},{\"__isSmartRef__\":true,\"id\":313},{\"__isSmartRef__\":true,\"id\":314},{\"__isSmartRef__\":true,\"id\":315}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":316},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":317},\"_Extent\":{\"__isSmartRef__\":true,\"id\":318},\"_Padding\":{\"__isSmartRef__\":true,\"id\":319},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":320},\"_Fill\":{\"__isSmartRef__\":true,\"id\":321},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"312\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"313\":{\"isAbsolute\":true,\"x\":0,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"314\":{\"isAbsolute\":true,\"x\":16,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"315\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"316\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"317\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"318\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"319\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"320\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"321\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"322\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"323\":{\"morph\":{\"__isSmartRef__\":true,\"id\":310},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"324\":{\"x\":0.5,\"y\":0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"325\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":326},{\"__isSmartRef__\":true,\"id\":327}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":328},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":329},\"_Extent\":{\"__isSmartRef__\":true,\"id\":330},\"_Padding\":{\"__isSmartRef__\":true,\"id\":331},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":320},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"326\":{\"isAbsolute\":true,\"x\":420,\"y\":190,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"327\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"328\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"329\":{\"x\":-0.5,\"y\":-0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"330\":{\"x\":421,\"y\":191,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"331\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"332\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"333\":{\"morph\":{\"__isSmartRef__\":true,\"id\":309},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"334\":{\"morph\":{\"__isSmartRef__\":true,\"id\":309},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"335\":{\"morph\":{\"__isSmartRef__\":true,\"id\":309},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":310},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"336\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":337}},\"337\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":338},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString || 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":343},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"338\":{\"this\":{\"__isSmartRef__\":true,\"id\":309},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":339}},\"339\":{\"$super\":{\"__isSmartRef__\":true,\"id\":340}},\"340\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":341},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":342},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"341\":{\"obj\":{\"__isSmartRef__\":true,\"id\":309},\"name\":\"morphMenuItems\"},\"342\":{},\"343\":{},\"344\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"345\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"346\":{\"morph\":{\"__isSmartRef__\":true,\"id\":266},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"347\":{\"x\":77,\"y\":-5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"348\":{\"x\":355,\"y\":378,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"349\":{\"moveVertical\":true,\"moveHorizontal\":true},\"350\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":351}],\"scripts\":[],\"id\":\"6F234AFA-11CA-48C1-841A-536E5A48FE21\",\"shape\":{\"__isSmartRef__\":true,\"id\":366},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":370},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":382},\"label\":{\"__isSmartRef__\":true,\"id\":351},\"name\":\"Button1\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":391},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":392}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":427},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":428},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":429},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":430},\"_Position\":{\"__isSmartRef__\":true,\"id\":431},\"owner\":{\"__isSmartRef__\":true,\"id\":151},\"derivationIds\":[2898,\"9D27A522-4E3D-482F-97CF-3CA3247A3999\",\"4EBF07AD-25C0-4034-BC06-31F137F70FA1\",\"DC6D6B8E-37AE-4815-A81A-AC7071124A26\",\"42DF6D49-8482-40A3-B901-512013BB5C75\",\"0D3EB4E1-46E7-4B1E-8273-6432575F84B5\",\"733427E4-0BB2-4FB7-917C-4A3D98C50589\",\"001872CD-CE26-4A7A-AB1F-3EFF5AC6D6A3\",\"2FFB821F-9334-4125-8541-31C21E305B78\",\"A3635A2F-B9AE-4CAA-A07F-76E90A2AF718\",\"ACE7DD81-434E-40D4-A12D-CB728F4CFA61\",\"15D1D871-417C-444D-B7E7-4556C755A914\",\"AEC9FEB8-505A-4D19-9C25-747D78D04F17\",\"38C38B49-0343-41FA-BC14-2FAF64266DB0\",\"55C4703F-8F22-4BB7-A09A-4186B8A404F2\"],\"layout\":{\"__isSmartRef__\":true,\"id\":432},\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"351\":{\"submorphs\":[],\"scripts\":[],\"id\":\"34136BAA-3143-44E9-AA72-B7030E66E400\",\"shape\":{\"__isSmartRef__\":true,\"id\":352},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":358},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":359},\"_Padding\":{\"__isSmartRef__\":true,\"id\":360},\"owner\":{\"__isSmartRef__\":true,\"id\":350},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":361},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":362}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":364},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":365},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"derivationIds\":[2899,\"4F00D1F5-B85C-479E-BDDE-322DF2F432A3\",\"5E7BC7AC-9EF9-4CF5-9196-A542A26534CA\",\"46616896-CA46-4B43-B694-9FB001B32989\",\"F73D407C-A72D-414B-AB8D-1E28025BCA1C\",\"C5B395F9-BF24-4FA7-87D3-03E9AE9C4E45\",\"ECEC7694-EF15-4DE7-A847-9DB2D4B99B3C\",\"AE0EC189-A810-44FB-948F-F8667AF67929\",\"CC950242-2CF1-48D3-B3C3-EF03073D145F\",\"181712FB-04E9-40DA-ABEF-E711AC15A136\",\"08CA5C5C-AAE0-4E6D-BFA4-04C9735965CC\",\"F06603E2-E026-4DB9-B64F-71C0F6BE4CAA\",\"5F5EDDF1-7355-4EE9-8286-9B0FC87B4A34\",\"79E77E86-9ABD-4417-A260-E0CAABA3925E\",\"11030354-936E-4E5D-BEB5-643D96C0CE06\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"352\":{\"position\":{\"__isSmartRef__\":true,\"id\":353},\"_Extent\":{\"__isSmartRef__\":true,\"id\":354},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":355},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":356},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":357},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"353\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"354\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"355\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"356\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"357\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"358\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"359\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"360\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"361\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"362\":{\"style\":{\"__isSmartRef__\":true,\"id\":363},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":351},\"storedString\":\"publish\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"363\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"364\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"365\":{\"morph\":{\"__isSmartRef__\":true,\"id\":351},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"366\":{\"position\":{\"__isSmartRef__\":true,\"id\":367},\"_Extent\":{\"__isSmartRef__\":true,\"id\":368},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":369},\"_Fill\":{\"__isSmartRef__\":true,\"id\":370},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":380},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":381},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"367\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"368\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"369\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"370\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":371},{\"__isSmartRef__\":true,\"id\":373},{\"__isSmartRef__\":true,\"id\":375},{\"__isSmartRef__\":true,\"id\":377}],\"vector\":{\"__isSmartRef__\":true,\"id\":379},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"371\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":372}},\"372\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"373\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":374}},\"374\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"375\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":376}},\"376\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"377\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":378}},\"378\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"379\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"380\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"381\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"382\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":383},{\"__isSmartRef__\":true,\"id\":385},{\"__isSmartRef__\":true,\"id\":387},{\"__isSmartRef__\":true,\"id\":389}],\"vector\":{\"__isSmartRef__\":true,\"id\":379},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"383\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":384}},\"384\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"385\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":386}},\"386\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"387\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":388}},\"388\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"389\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":390}},\"390\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"391\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"392\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":350},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":151},\"targetMethodName\":\"onPublish\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":393},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"393\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":394}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":408},\"id\":139,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":415},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":416},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":417},{\"__isSmartRef__\":true,\"id\":418}],\"con\":{\"__isSmartRef__\":true,\"id\":392},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":419},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"394\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":395},\"id\":140,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":405},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":406},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":407},\"owner\":{\"__isSmartRef__\":true,\"id\":393},\"_Rotation\":-2.5917394709132084,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"395\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":396},{\"__isSmartRef__\":true,\"id\":397},{\"__isSmartRef__\":true,\"id\":398},{\"__isSmartRef__\":true,\"id\":399}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":400},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":401},\"_Extent\":{\"__isSmartRef__\":true,\"id\":402},\"_Padding\":{\"__isSmartRef__\":true,\"id\":403},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":320},\"_Fill\":{\"__isSmartRef__\":true,\"id\":404},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"396\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"397\":{\"isAbsolute\":true,\"x\":0,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"398\":{\"isAbsolute\":true,\"x\":16,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"399\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"400\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"401\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"402\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"403\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"404\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"405\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"406\":{\"morph\":{\"__isSmartRef__\":true,\"id\":394},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"407\":{\"x\":0.5,\"y\":0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"408\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":409},{\"__isSmartRef__\":true,\"id\":410}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":411},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":412},\"_Extent\":{\"__isSmartRef__\":true,\"id\":413},\"_Padding\":{\"__isSmartRef__\":true,\"id\":414},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":320},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"409\":{\"isAbsolute\":true,\"x\":310,\"y\":190,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"410\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"411\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"412\":{\"x\":-0.5,\"y\":-0.5,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"413\":{\"x\":311,\"y\":191,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"414\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"415\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"416\":{\"morph\":{\"__isSmartRef__\":true,\"id\":393},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"417\":{\"morph\":{\"__isSmartRef__\":true,\"id\":393},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"418\":{\"morph\":{\"__isSmartRef__\":true,\"id\":393},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":394},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"419\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":420}},\"420\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":421},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString || 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":426},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"421\":{\"this\":{\"__isSmartRef__\":true,\"id\":393},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":422}},\"422\":{\"$super\":{\"__isSmartRef__\":true,\"id\":423}},\"423\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":424},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":425},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"424\":{\"obj\":{\"__isSmartRef__\":true,\"id\":393},\"name\":\"morphMenuItems\"},\"425\":{},\"426\":{},\"427\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"428\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"429\":{\"morph\":{\"__isSmartRef__\":true,\"id\":350},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"430\":{\"x\":62,\"y\":-12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"431\":{\"x\":245,\"y\":378,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"432\":{\"moveVertical\":true,\"moveHorizontal\":true},\"433\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":434},\"id\":\"5D4C09DA-AAFB-4330-8646-23901C1FDB84\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":441},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":442}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":444},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":445},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":446},\"_MaxTextWidth\":445,\"_MinTextWidth\":445,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"isInputLine\":true,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"showsHalos\":false,\"name\":\"CommentText\",\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":447},\"previousSelection\":[0,46],\"priorSelectionRange\":[0,0],\"charsReplaced\":\"CommitMessageTest1\",\"lastFindLoc\":18,\"isLockOwner\":false,\"isBeingDragged\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":151},\"derivationIds\":[2900,\"7E82C349-9FC9-48B5-B84C-30E99FC40DF2\",\"A07EAFD3-B03B-4E4C-BC72-FB29F65F543A\",\"888FB55C-0365-4B40-A9B4-33FD19FA1E91\",\"37AE3F7E-8AF9-413E-BDB9-796C3CE0C0A6\",\"C19CF401-2869-429B-8C7E-3679F2C07B10\",\"16D31632-3C1B-4388-9753-E178F4D74EC3\",\"CE8B7F8B-0B5D-4A03-AFA0-CB5E4A9EE815\",\"A0B7AE1E-340F-4786-A906-37B5D92B955E\",\"6FB3DD7F-E27E-4C14-B6A7-87EE557243E3\",\"8C9DC597-8FB3-409F-9F92-43E22D1EE113\",\"96E19549-1C58-47D1-AABB-06F24696272A\",\"20261F28-5D7A-4D9C-9F1F-79FC901C5E5F\",\"9596C6D2-BEBD-47B3-B8A0-CD4AEBEF927D\",\"420AC273-AA29-49EC-A1C7-C0E272006666\"],\"savedTextString\":\"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!\",\"layout\":{\"__isSmartRef__\":true,\"id\":448},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"434\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":435},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":436},\"_Extent\":{\"__isSmartRef__\":true,\"id\":437},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":438},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":439},\"_Fill\":{\"__isSmartRef__\":true,\"id\":440},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"435\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"436\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"437\":{\"x\":455,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"438\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"439\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"440\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"441\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"442\":{\"style\":{\"__isSmartRef__\":true,\"id\":443},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":433},\"storedString\":\"no comment\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"443\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"444\":{\"morph\":{\"__isSmartRef__\":true,\"id\":433},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"445\":{\"x\":10,\"y\":110,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"446\":{\"x\":455,\"y\":120,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"447\":{\"x\":346,\"y\":-16,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"448\":{\"resizeWidth\":true},\"449\":{\"submorphs\":[],\"scripts\":[],\"id\":\"08ABC4D8-386F-404A-AB0C-E90DC2E84DC0\",\"shape\":{\"__isSmartRef__\":true,\"id\":450},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":456},\"_MaxTextWidth\":250,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":453},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Text9\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":457},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":458}],\"charsReplaced\":\"commit message\",\"lastFindLoc\":14,\"priorSelectionRange\":[0,14],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":460},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":461},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":462},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":463},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":250,\"_MinTextHeight\":null,\"previousSelection\":[0,6],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":464},\"isLockOwner\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":151},\"derivationIds\":[2901,\"8E267E15-1052-4F9C-B863-B733384EF1DA\",\"851C46B4-347F-4AE4-9C04-C321E7CC8EA5\",\"D33CE057-77D6-4CCC-90F9-867C622B3572\",\"F9BFA4FE-D786-4384-B9F8-89EEA1D41685\",\"95D3D9C3-CA8D-42A5-833B-30E01D630A4A\",\"9FC24DFC-050E-423E-A017-2D5704509876\",\"1EF71F38-5BCB-4C26-AB60-E2105330181C\",\"7D191F0F-E475-47CF-BABE-55A543C7158D\",\"F6ACFDD6-981C-4170-82C4-1AA9C3090741\",\"092A05B9-0347-411B-8E2A-89272FF7A531\",\"ABE15D91-8819-412F-9FAA-FC6A2F8AD14A\",\"1F266812-1C31-4C6F-9676-B9E59DEA4864\",\"F99A2F51-81DC-4D7F-93A2-84EFBFBC119F\",\"7C9D55B3-6BFC-4DE2-B574-F4A3A11ECF00\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"450\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":451},\"_Extent\":{\"__isSmartRef__\":true,\"id\":452},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":453},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":454},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":455},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"451\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"452\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"453\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"454\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"455\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"456\":{\"x\":10,\"y\":90,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"457\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"458\":{\"style\":{\"__isSmartRef__\":true,\"id\":459},\"morph\":{\"__isSmartRef__\":true,\"id\":449},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":449},\"storedString\":\"comment\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"459\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"italics\":\"italic\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"460\":{\"x\":250,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"461\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"462\":{\"morph\":{\"__isSmartRef__\":true,\"id\":449},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"463\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"464\":{\"x\":163,\"y\":-17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"465\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":466}],\"scripts\":[],\"id\":\"9E97E660-33C2-4D79-9407-0794A939EBC2\",\"shape\":{\"__isSmartRef__\":true,\"id\":481},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":485},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":497},\"label\":{\"__isSmartRef__\":true,\"id\":466},\"name\":\"DiffButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":506},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":507}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":509},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":510},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":511},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":512},\"_Position\":{\"__isSmartRef__\":true,\"id\":513},\"derivationIds\":[2898,\"9D27A522-4E3D-482F-97CF-3CA3247A3999\",\"4EBF07AD-25C0-4034-BC06-31F137F70FA1\",\"DC6D6B8E-37AE-4815-A81A-AC7071124A26\",\"42DF6D49-8482-40A3-B901-512013BB5C75\",\"132901B3-F9F2-482D-99E6-40EAECDCEF13\",\"7BC760E1-232D-4654-8D89-3E2AF9B63E8A\",\"10CF8C2D-EC10-4718-9BB8-A4D765C25CA2\",\"E1457927-6D7F-4C43-A0D3-4606E937C36C\",\"B2BCD5A8-36BB-4202-B2F1-480CA22D151C\",\"16C66256-7472-4B33-A3FC-D41E1123E484\",\"9D6EC181-02A4-4AA3-9511-97B61299072E\",\"514B5C5C-2E93-4CD5-913F-C4210C8D3803\",\"A4836A2F-5B4D-4F0C-BA65-6DF7DB4D4262\",\"DD94CDA9-6F9F-4B4F-9D75-C57314BFD093\",\"AB91D3DA-E1FA-400A-813B-C9670264E72F\"],\"owner\":{\"__isSmartRef__\":true,\"id\":151},\"layout\":{\"__isSmartRef__\":true,\"id\":514},\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"466\":{\"submorphs\":[],\"scripts\":[],\"id\":\"D81DC308-8273-4F17-A7C0-849953D6454B\",\"shape\":{\"__isSmartRef__\":true,\"id\":467},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":473},\"_MaxTextWidth\":150,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":474},\"_Padding\":{\"__isSmartRef__\":true,\"id\":475},\"owner\":{\"__isSmartRef__\":true,\"id\":465},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":476},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":477}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":479},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":480},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":150,\"_MinTextHeight\":null,\"derivationIds\":[2899,\"4F00D1F5-B85C-479E-BDDE-322DF2F432A3\",\"5E7BC7AC-9EF9-4CF5-9196-A542A26534CA\",\"46616896-CA46-4B43-B694-9FB001B32989\",\"F73D407C-A72D-414B-AB8D-1E28025BCA1C\",\"E34F55EC-06D3-4965-A0D2-625CA896E3B7\",\"2C75B823-DD52-427F-A501-B824B4C4AFFF\",\"B4D1CBE5-9DEA-4728-8803-CCD541086497\",\"6E0FBCF8-EAA4-4635-A092-F3A690EE9EF7\",\"89A9C61E-62E5-4DC5-9ABB-48A97517BF54\",\"7481FBBB-A4A7-4F5E-A153-60033229DE49\",\"FEBD2158-DF74-4EDF-BD2A-2C5A19DDF177\",\"129B298F-732B-46E2-AB44-60B8E8AC2378\",\"92CFB2AD-D63D-4DD7-A729-6D0962A7C5FC\",\"BC6FB6FB-EF63-4C39-9668-0462E42556C2\",\"8BE2159A-9EB3-44EC-8BAD-0CF297F58645\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"467\":{\"position\":{\"__isSmartRef__\":true,\"id\":468},\"_Extent\":{\"__isSmartRef__\":true,\"id\":469},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":470},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":471},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":472},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"468\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"469\":{\"x\":150,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"470\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"471\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"472\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"473\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"474\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"475\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"476\":{\"x\":150,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"477\":{\"style\":{\"__isSmartRef__\":true,\"id\":478},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":466},\"storedString\":\"check for updates\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"478\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"479\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"480\":{\"morph\":{\"__isSmartRef__\":true,\"id\":466},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"481\":{\"position\":{\"__isSmartRef__\":true,\"id\":482},\"_Extent\":{\"__isSmartRef__\":true,\"id\":483},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":484},\"_Fill\":{\"__isSmartRef__\":true,\"id\":485},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":495},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":496},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"482\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"483\":{\"x\":150,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"484\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"485\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":486},{\"__isSmartRef__\":true,\"id\":488},{\"__isSmartRef__\":true,\"id\":490},{\"__isSmartRef__\":true,\"id\":492}],\"vector\":{\"__isSmartRef__\":true,\"id\":494},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"486\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":487}},\"487\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"488\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":489}},\"489\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"490\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":491}},\"491\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"492\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":493}},\"493\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"494\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"495\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"496\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"497\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":498},{\"__isSmartRef__\":true,\"id\":500},{\"__isSmartRef__\":true,\"id\":502},{\"__isSmartRef__\":true,\"id\":504}],\"vector\":{\"__isSmartRef__\":true,\"id\":494},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"498\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":499}},\"499\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"500\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":501}},\"501\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"502\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":503}},\"503\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"504\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":505}},\"505\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"506\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"507\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":465},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":151},\"targetMethodName\":\"checkForUpdates\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":508},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"508\":{\"source\":{\"__isSmartRef__\":true,\"id\":465},\"target\":{\"__isSmartRef__\":true,\"id\":151}},\"509\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"510\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"511\":{\"morph\":{\"__isSmartRef__\":true,\"id\":465},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"512\":{\"x\":69.5,\"y\":-18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"513\":{\"x\":10,\"y\":378,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"514\":{\"moveVertical\":true},\"515\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":516},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":517},\"_Extent\":{\"__isSmartRef__\":true,\"id\":518},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":519},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":520},\"_Fill\":{\"__isSmartRef__\":true,\"id\":521},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"516\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"517\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"518\":{\"x\":479,\"y\":415,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"519\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"520\":{\"r\":0.372,\"g\":0.369,\"b\":0.372,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"521\":{\"r\":0.8235294117647058,\"g\":0.8235294117647058,\"b\":0.8235294117647058,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"522\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"523\":{\"morph\":{\"__isSmartRef__\":true,\"id\":151},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"524\":{\"adjustForNewBounds\":true,\"resizeWidth\":true,\"resizeHeight\":true},\"525\":{\"message\":\"Please enter a name for the part\",\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":526}],\"doNotSerialize\":[\"$$result\"],\"doNotCopyProperties\":[\"$$result\"],\"defaultInput\":\"CommitMessageTest1\",\"panel\":{\"__isSmartRef__\":true,\"id\":151},\"label\":{\"__isSmartRef__\":true,\"id\":527},\"cancelButton\":{\"__isSmartRef__\":true,\"id\":539},\"okButton\":{\"__isSmartRef__\":true,\"id\":585},\"inputText\":{\"__isSmartRef__\":true,\"id\":152},\"view\":{\"__isSmartRef__\":true,\"id\":151},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"result\":\"CommitMessageTest1\",\"__LivelyClassName__\":\"lively.morphic.PromptDialog\"},\"526\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":525},\"sourceAttrName\":\"result\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":525},\"targetMethodName\":\"triggerCallback\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"527\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":528},\"id\":3220,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":533},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":534}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":536},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":537},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":538},\"_MaxTextWidth\":null,\"_MinTextWidth\":null,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":null,\"isLabel\":true,\"_HandStyle\":\"default\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"isCopyMorphRef\":true,\"morphRefId\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"528\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":529},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":530},\"_Extent\":{\"__isSmartRef__\":true,\"id\":531},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":157},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":158},\"_Fill\":{\"__isSmartRef__\":true,\"id\":532},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"529\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"530\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"531\":{\"x\":226,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"532\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"533\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"534\":{\"style\":{\"__isSmartRef__\":true,\"id\":535},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":527},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"535\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"536\":{\"morph\":{\"__isSmartRef__\":true,\"id\":527},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"537\":{\"x\":4,\"y\":4,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"538\":{\"x\":226,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"539\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":540},\"id\":6793,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":556},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":557},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":558},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":559},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":546},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":560},\"label\":{\"__isSmartRef__\":true,\"id\":569},\"layout\":{\"__isSmartRef__\":true,\"id\":581},\"owner\":null,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":582},{\"__isSmartRef__\":true,\"id\":583}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"isCopyMorphRef\":true,\"morphRefId\":1,\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"540\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":541},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":542},\"_Extent\":{\"__isSmartRef__\":true,\"id\":543},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":544},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":545},\"_Fill\":{\"__isSmartRef__\":true,\"id\":546},\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"541\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"542\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"543\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"544\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"545\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"546\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":547},{\"__isSmartRef__\":true,\"id\":549},{\"__isSmartRef__\":true,\"id\":551},{\"__isSmartRef__\":true,\"id\":553}],\"vector\":{\"__isSmartRef__\":true,\"id\":555},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"547\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":548}},\"548\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"549\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":550}},\"550\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"551\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":552}},\"552\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"553\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":554}},\"554\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"555\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"556\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"557\":{\"morph\":{\"__isSmartRef__\":true,\"id\":539},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"558\":{\"x\":478,\"y\":187,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"559\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"560\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":561},{\"__isSmartRef__\":true,\"id\":563},{\"__isSmartRef__\":true,\"id\":565},{\"__isSmartRef__\":true,\"id\":567}],\"vector\":{\"__isSmartRef__\":true,\"id\":555},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"561\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":562}},\"562\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"563\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":564}},\"564\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"565\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":566}},\"566\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"567\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":568}},\"568\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"569\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":570},\"id\":6794,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":575},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":576}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":578},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":579},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":580},\"_MaxTextWidth\":60,\"_MinTextWidth\":60,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":null,\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"570\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":571},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":572},\"_Extent\":{\"__isSmartRef__\":true,\"id\":573},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":574},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":158},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"571\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"572\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"573\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"574\":{\"x\":0,\"y\":6,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"575\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"576\":{\"style\":{\"__isSmartRef__\":true,\"id\":577},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":569},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"577\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"578\":{\"morph\":{\"__isSmartRef__\":true,\"id\":569},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"579\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"580\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"581\":{\"moveVertical\":true,\"moveHorizontal\":true},\"582\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":539},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":525},\"targetMethodName\":\"removeTopLevel\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"583\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":539},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":525},\"targetMethodName\":\"result\",\"converter\":null,\"converterString\":\"function () { return null }\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":584},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"584\":{\"source\":{\"__isSmartRef__\":true,\"id\":539},\"target\":{\"__isSmartRef__\":true,\"id\":525}},\"585\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":586},\"id\":6795,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":591},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":592},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":593},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":594},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":546},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":595},\"label\":{\"__isSmartRef__\":true,\"id\":604},\"layout\":{\"__isSmartRef__\":true,\"id\":616},\"owner\":null,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":617},{\"__isSmartRef__\":true,\"id\":618}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"isCopyMorphRef\":true,\"morphRefId\":2,\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"586\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":587},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":588},\"_Extent\":{\"__isSmartRef__\":true,\"id\":589},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":590},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":545},\"_Fill\":{\"__isSmartRef__\":true,\"id\":546},\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"587\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"588\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"589\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"590\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"591\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"592\":{\"morph\":{\"__isSmartRef__\":true,\"id\":585},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"593\":{\"x\":414,\"y\":187,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"594\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"595\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":596},{\"__isSmartRef__\":true,\"id\":598},{\"__isSmartRef__\":true,\"id\":600},{\"__isSmartRef__\":true,\"id\":602}],\"vector\":{\"__isSmartRef__\":true,\"id\":555},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"596\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":597}},\"597\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"598\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":599}},\"599\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"600\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":601}},\"601\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"602\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":603}},\"603\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"604\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":605},\"id\":6796,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":610},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":611}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":613},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_FontSize\":10,\"_Position\":{\"__isSmartRef__\":true,\"id\":614},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":615},\"_MaxTextWidth\":60,\"_MinTextWidth\":60,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"owner\":null,\"isLabel\":true,\"_HandStyle\":\"default\",\"_Align\":\"center\",\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isLockOwner\":false,\"showsHalos\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"605\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":606},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":607},\"_Extent\":{\"__isSmartRef__\":true,\"id\":608},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":609},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":158},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"606\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"607\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"608\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"609\":{\"x\":0,\"y\":6,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"610\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"611\":{\"style\":{\"__isSmartRef__\":true,\"id\":612},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":604},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"612\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"613\":{\"morph\":{\"__isSmartRef__\":true,\"id\":604},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"614\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"615\":{\"x\":60,\"y\":30,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"616\":{\"moveVertical\":true,\"moveHorizontal\":true},\"617\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":585},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":525},\"targetMethodName\":\"removeTopLevel\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"618\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":585},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":152},\"targetMethodName\":\"doSave\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"619\":{\"x\":479,\"y\":415,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"620\":{\"x\":365,\"y\":-16,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"621\":{\"x\":0,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"622\":{\"partName\":\"PublishPartPanePane\",\"requiredModules\":[],\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"623\":{\"copyToPartsBin\":{\"__isSmartRef__\":true,\"id\":624},\"onPublish\":{\"__isSmartRef__\":true,\"id\":632},\"onCancel\":{\"__isSmartRef__\":true,\"id\":636},\"setTarget\":{\"__isSmartRef__\":true,\"id\":640},\"reset\":{\"__isSmartRef__\":true,\"id\":644},\"showDiff\":{\"__isSmartRef__\":true,\"id\":648},\"checkForUpdates\":{\"__isSmartRef__\":true,\"id\":652},\"askForDiffViewer\":{\"__isSmartRef__\":true,\"id\":656},\"onRemove\":{\"__isSmartRef__\":true,\"id\":660}},\"624\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":625},\"source\":\"function copyToPartsBin(morph) {\\n var name = this.get('NameText').textString\\n\\n var info = morph.getPartsBinMetaInfo();\\n morph.setName(name);\\n\\n info.partsSpaceName = this.get('CategoryText').textString\\n info.comment = this.get('CommentText').textString\\n\\n if (! info.changes) info.changes = [];\\n var change = { \\n date: new Date(), \\n author: this.world().getUserName(), \\n message: this.get('CommitMessageText').textString,\\n id: Strings.newUUID()\\n }\\n info.changes.push(change) \\n\\n morph.copyToPartsBin();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":630},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"625\":{\"this\":{\"__isSmartRef__\":true,\"id\":151},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":626}},\"626\":{\"$super\":{\"__isSmartRef__\":true,\"id\":627}},\"627\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":628},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n if ($world) \\n $world.logError(e, 'Error in $super call')\\n else\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":629},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"628\":{\"obj\":{\"__isSmartRef__\":true,\"id\":151},\"name\":\"copyToPartsBin\"},\"629\":{},\"630\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":631},\"user\":\"jenslincke\",\"tags\":[]},\"631\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 15:13:21 GMT+0200 (CEST)\"},\"632\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":633},\"source\":\"function onPublish() {\\n if (!this.target) alert(\\\"No target to upload\\\");\\n this.copyToPartsBin(this.target);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":634},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"633\":{\"this\":{\"__isSmartRef__\":true,\"id\":151}},\"634\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":635},\"user\":\"undefined\",\"tags\":[]},\"635\":{\"isSerializedDate\":true,\"string\":\"Thu Mar 29 2012 15:46:31 GMT+0200 (CEST)\"},\"636\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":637},\"source\":\"function onCancel() {\\n alertOK(\\\"cancel upload \\\") \\n this.owner.remove()\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":638},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"637\":{\"this\":{\"__isSmartRef__\":true,\"id\":151}},\"638\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":639},\"user\":\"jenslincke\",\"tags\":[]},\"639\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:52:17 GMT+0200 (CEST)\"},\"640\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":641},\"source\":\"function setTarget(morph) {\\n this.target = morph \\n if (!morph) {\\n this.get('NameText').textString = 'Anonymous';\\n this.get('CategoryText').textString = 'Default';\\n this.get('CommentText').textString = 'no comment'; \\n this.get('CommitMessageText').textString = 'no comment' \\n return\\n }\\n var info = this.target.getPartsBinMetaInfo();\\n this.get('NameText').textString = info.partName || morph.getName();\\n if (info.partsSpaceName) this.get('CategoryText').textString = info.partsSpaceName;\\n if (info.comment) this.get('CommentText').textString = info.comment; \\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":642},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"641\":{\"this\":{\"__isSmartRef__\":true,\"id\":151}},\"642\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":643},\"user\":\"jenslincke\",\"tags\":[]},\"643\":{\"isSerializedDate\":true,\"string\":\"Fri Apr 20 2012 11:59:07 GMT+0200 (CEST)\"},\"644\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":645},\"source\":\"function reset() {\\n this.setTarget(null)\\n \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":646},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"645\":{\"this\":{\"__isSmartRef__\":true,\"id\":151}},\"646\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":647},\"user\":\"jenslincke\",\"tags\":[]},\"647\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:45:36 GMT+0200 (CEST)\"},\"648\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":649},\"source\":\"function showDiff() {\\n if (this.target) {\\n if (typeof(this.target.showThreeWayDiff) === 'function') {\\n this.target.showThreeWayDiff();\\n }\\n else {\\n alert('Three Way Diff is not implemented yet')\\n }\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":650},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"649\":{\"this\":{\"__isSmartRef__\":true,\"id\":151}},\"650\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":651},\"user\":\"undefined\",\"tags\":[]},\"651\":{\"isSerializedDate\":true,\"string\":\"Thu Mar 22 2012 10:32:37 GMT+0100 (CET)\"},\"652\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":653},\"source\":\"function checkForUpdates() {\\n var space = lively.PartsBin.partsSpaceNamed(this.get('CategoryText').textString),\\n name = this.get('NameText').textString,\\n fileUrl = space.getURL().withFilename(encodeURI(name))+'.json';\\n\\n var webR = new WebResource(fileUrl);\\n \\n if (webR.exists()) {\\n var rev = webR.getHeadRevision().headRevision;\\n if (this.target.getPartsBinMetaInfo().revisionOnLoad == rev) \\n alertOK(\\\"No changes since last update.\\\")\\n else {\\n this.askForDiffViewer();\\n }\\n }\\n else \\n alertOK(\\\"Part does not exist in PartsBin.\\\") \\n \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":654},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"653\":{\"this\":{\"__isSmartRef__\":true,\"id\":151}},\"654\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":655},\"user\":\"undefined\",\"tags\":[]},\"655\":{\"isSerializedDate\":true,\"string\":\"Fri Mar 23 2012 15:12:03 GMT+0100 (CET)\"},\"656\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":657},\"source\":\"function askForDiffViewer() {\\n $world.confirm('A newer version of '+this.get('NameText').textString+' is available. Show diff?', function (bool) {bool && this.showDiff()}.bind(this))\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":658},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"657\":{\"this\":{\"__isSmartRef__\":true,\"id\":151}},\"658\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":659},\"user\":\"undefined\",\"tags\":[]},\"659\":{\"isSerializedDate\":true,\"string\":\"Fri Mar 23 2012 15:08:43 GMT+0100 (CET)\"},\"660\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":661},\"source\":\"function onRemove() {\\n $world.publishPartDialog && $world.publishPartDialog.remove()\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":662},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"661\":{\"this\":{\"__isSmartRef__\":true,\"id\":151}},\"662\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":663},\"user\":\"undefined\",\"tags\":[]},\"663\":{\"isSerializedDate\":true,\"string\":\"Thu Mar 29 2012 15:54:34 GMT+0200 (CEST)\"},\"664\":{\"submorphs\":[],\"scripts\":[],\"id\":\"06D7E052-8590-4522-B7F3-1A59D4B017E7\",\"shape\":{\"__isSmartRef__\":true,\"id\":665},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":672},\"showsHalos\":false,\"name\":\"ResizeCorner\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":673},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"draggingEnabled\":true,\"dragStartPoint\":null,\"originalExtent\":{\"__isSmartRef__\":true,\"id\":674},\"originalTargetExtent\":null,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":675},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":676},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":677},\"originalTargetInnerBounds\":null,\"isResizeCorner\":true,\"relativeOrigin\":null,\"derivationIds\":[7147,\"16E962DF-21E9-4FE6-8B9B-953F0E908113\",\"ADD0B5C0-0DC6-4D8E-9C2A-0EC7E3C71F21\",\"F0667EB1-BF07-4E63-BA56-99189F82C865\",\"DFDE68D2-3731-46DE-ADC8-56E32998CE07\",\"D914121B-05B0-490E-A9F7-FE9AB53455A3\",\"685BF0CF-E831-4670-98CD-A84F0E9D3C1A\",\"7F4A1B67-C3C5-4398-9FC6-EEECF75FF81D\",\"ABACD15A-2A09-48B6-91CF-E5BD3A9974FB\"],\"moved\":true,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":678}],\"doNotSerialize\":[\"$$cornerName\"],\"doNotCopyProperties\":[\"$$cornerName\"],\"originalTargetBounds\":null,\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":679},\"cornerName\":\"bottomRight\",\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":680},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"665\":{\"position\":{\"__isSmartRef__\":true,\"id\":666},\"_Extent\":{\"__isSmartRef__\":true,\"id\":667},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":668},\"_Fill\":{\"__isSmartRef__\":true,\"id\":669},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":670},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":671},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"666\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"667\":{\"x\":10,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"668\":{\"r\":0.568,\"g\":0.568,\"b\":0.568,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"669\":{\"r\":0.258,\"g\":0.258,\"b\":0.258,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"670\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"671\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"672\":{\"x\":469,\"y\":427,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"673\":{\"partsSpaceName\":\"PartsBin/Widgets/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Resize an object without using halos.\",\"partName\":\"ResizeCorner\",\"revisionOnLoad\":140152,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"674\":{\"x\":239,\"y\":138,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"675\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"676\":{\"morph\":{\"__isSmartRef__\":true,\"id\":664},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"677\":{\"x\":10,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"678\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":664},\"sourceAttrName\":\"cornerName\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":664},\"targetMethodName\":\"alignToOwner\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"679\":{\"x\":42,\"y\":-10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"680\":{\"onDrag\":{\"__isSmartRef__\":true,\"id\":681},\"onDragEnd\":{\"__isSmartRef__\":true,\"id\":689},\"onDragStart\":{\"__isSmartRef__\":true,\"id\":697},\"reset\":{\"__isSmartRef__\":true,\"id\":705},\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":708},\"alignToOwner\":{\"__isSmartRef__\":true,\"id\":715}},\"681\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":682},\"source\":\"function onDrag(evt) {\\n // alert(\\\"onDrag\\\")\\n // this.owner.setPosition(pt(0,0))\\n // this.owner.setOrigin(pt(0,0))\\n var moveDelta = evt.mousePoint.subPt(this.dragStartPoint)\\n \\n // moveDelta = moveDelta.maxPt(pt(0,0))\\n var ownerExtent = this.owner.getExtent();\\n\\n // TODO does not work\\n if (evt.isShiftDown()) {\\n var maxDelta = Math.max(moveDelta.x, moveDelta.y);\\n if (maxDelta == 0) return;\\n var factor = ownerExtent.x / ownerExtent.y\\n moveDelta = pt(maxDelta * factor, maxDelta )\\n }\\n var accessor = \\\"with\\\" + this.cornerName.charAt(0).toUpperCase() + this.cornerName.substring(1);\\n\\n var newCorner = this.originalTargetBounds[this.cornerName]().addPt(moveDelta);\\n var newBounds = this.originalTargetBounds[accessor ](newCorner);\\n\\n this.owner.setBounds(newBounds);\\n \\n // var newExtent = this.originalTargetExtent.addPt(moveDelta)\\n // alertOK(\\\"new extent\\\" + newExtent)\\n // this.owner.setExtent(newExtent);\\n this.owner.submorphs.select(function(ea) {\\n return ea.isResizeCorner\\n }).invoke('alignToOwner');\\n if (this.owner.halos) {\\n this.owner.halos.invoke('alignAtTarget')\\n }\\n // alertOK(\\\"relative \\\" + this.relativeOrigin)\\n var newOrigin = pt(0,0).extent(this.owner.getExtent()).relativeToAbsPoint(this.relativeOrigin)\\n\\n // TODO IMPLEMENT updating the origin does not work yet\\n // this.owner.setOrigin(newOrigin);\\n // alertOK(\\\"new origin \\\" + newOrigin)\\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":687},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"682\":{\"this\":{\"__isSmartRef__\":true,\"id\":664},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":683}},\"683\":{\"$super\":{\"__isSmartRef__\":true,\"id\":684}},\"684\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":685},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":686},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"685\":{\"obj\":{\"__isSmartRef__\":true,\"id\":664},\"name\":\"onDrag\"},\"686\":{},\"687\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":688},\"user\":\"sstamm\",\"tags\":[]},\"688\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 23 2012 12:08:52 GMT+0100 (CET)\"},\"689\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":690},\"source\":\"function onDragEnd(evt) {\\n this.dragStartPoint = null;\\n this.originalTargetBounds = null;\\n this.relativeOrigin = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":695},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"690\":{\"this\":{\"__isSmartRef__\":true,\"id\":664},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":691}},\"691\":{\"$super\":{\"__isSmartRef__\":true,\"id\":692}},\"692\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":693},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":694},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"693\":{\"obj\":{\"__isSmartRef__\":true,\"id\":664},\"name\":\"onDragEnd\"},\"694\":{},\"695\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":696},\"user\":\"sstamm\",\"tags\":[]},\"696\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 23 2012 12:09:00 GMT+0100 (CET)\"},\"697\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":698},\"source\":\"function onDragStart(evt) {\\n var absToRelativePoint = function (r, absPt) {\\n\\t\\treturn new Point(\\n\\t\\t\\t(absPt.x - r.x) / r.width,\\n\\t\\t\\t(absPt.y - r.y) / r.height)\\n\\t}\\n // absToRelativePoint(new Rectangle(10,10,100,100), pt(20,20))\\n // absToRelativePoint(new Rectangle(10,10,100,100), pt(0,0))\\n // absToRelativePoint(new Rectangle(-100,-100,200,200), pt(0,0))\\n\\n\\n this.dragStartPoint = evt.mousePoint;\\n this.originalTargetBounds= this.owner.bounds();\\n this.relativeOrigin = absToRelativePoint(pt(0,0).extent(this.owner.getExtent()), this.owner.getOrigin())\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":703},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"698\":{\"this\":{\"__isSmartRef__\":true,\"id\":664},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":699}},\"699\":{\"$super\":{\"__isSmartRef__\":true,\"id\":700}},\"700\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":701},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":702},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"701\":{\"obj\":{\"__isSmartRef__\":true,\"id\":664},\"name\":\"onDragStart\"},\"702\":{},\"703\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":704},\"user\":\"sstamm\",\"tags\":[]},\"704\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 23 2012 12:08:40 GMT+0100 (CET)\"},\"705\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":706},\"source\":\"function reset() {\\n this.isResizeCorner = true\\n this.cornerName = 'bottomRight'\\n this.setExtent(pt(10,10));\\n this.setPosition(pt(0,0))\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":707},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"706\":{\"this\":{\"__isSmartRef__\":true,\"id\":664}},\"707\":{},\"708\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":709},\"source\":\"function morphMenuItems() {\\n return $super().concat([\\n [\\\"corner\\\", [\\n [\\\"top left\\\", function() { this.cornerName = 'topLeft'}.bind(this)],\\n [\\\"top right\\\", function() { this.cornerName = 'topRight'}.bind(this)],\\n [\\\"bottom right\\\", function() { this.cornerName = 'bottomRight'}.bind(this)],\\n [\\\"bottom left\\\", function() { this.cornerName = 'bottomLeft'}.bind(this)],\\n ]]\\n ])\\t\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":714},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"709\":{\"this\":{\"__isSmartRef__\":true,\"id\":664},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":710}},\"710\":{\"$super\":{\"__isSmartRef__\":true,\"id\":711}},\"711\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":712},\"source\":\"function () {\\n\\t\\t\\t\\ttry {\\n\\t\\t\\t\\t\\treturn obj.constructor.prototype[name].apply(obj, arguments)\\n\\t\\t\\t\\t} catch(e) {\\n\\t\\t\\t\\t\\talert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n\\t\\t\\t\\t\\treturn null;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":713},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"712\":{\"obj\":{\"__isSmartRef__\":true,\"id\":664},\"name\":\"morphMenuItems\"},\"713\":{},\"714\":{},\"715\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":716},\"source\":\"function alignToOwner() {\\n this.align(this.bounds()[this.cornerName](), this.owner.shape.bounds()[this.cornerName]() )\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":717},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"716\":{\"this\":{\"__isSmartRef__\":true,\"id\":664}},\"717\":{},\"718\":{\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":719},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":720},\"_BorderWidth\":0,\"_Fill\":null,\"_StrokeOpacity\":0,\"_BorderRadius\":0,\"_Extent\":{\"__isSmartRef__\":true,\"id\":721},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"719\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"720\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"721\":{\"x\":479,\"y\":437,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"722\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"723\":{\"morph\":{\"__isSmartRef__\":true,\"id\":0},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"724\":{\"adjustForNewBounds\":true},\"725\":{\"x\":479,\"y\":437,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"726\":{\"x\":0,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"727\":{\"x\":1059,\"y\":485,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"728\":{\"partName\":\"PublishPartDialog\",\"requiredModules\":[],\"migrationLevel\":4,\"partsSpaceName\":\"PartsBin/Dialogs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A dialog for publishing parts in the PartsBin.\",\"changes\":[{\"__isSmartRef__\":true,\"id\":729},{\"__isSmartRef__\":true,\"id\":731},{\"__isSmartRef__\":true,\"id\":733},{\"__isSmartRef__\":true,\"id\":735},{\"__isSmartRef__\":true,\"id\":737},{\"__isSmartRef__\":true,\"id\":739},{\"__isSmartRef__\":true,\"id\":741},{\"__isSmartRef__\":true,\"id\":743},{\"__isSmartRef__\":true,\"id\":745},{\"__isSmartRef__\":true,\"id\":747},{\"__isSmartRef__\":true,\"id\":749},{\"__isSmartRef__\":true,\"id\":751}],\"revisionOnLoad\":154051,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"729\":{\"date\":{\"__isSmartRef__\":true,\"id\":730},\"author\":\"undefined\",\"message\":\"resetted view\",\"id\":\"61086210-FA8D-49B7-9E8F-E1E202A9ECD7\"},\"730\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 21 2012 14:50:23 GMT+0100 (CET)\"},\"731\":{\"date\":{\"__isSmartRef__\":true,\"id\":732},\"author\":\"undefined\",\"message\":\"added show diff button\",\"id\":\"93AC78DB-FFE8-40AC-B8FC-34B0936B39A7\"},\"732\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 21 2012 14:49:44 GMT+0100 (CET)\"},\"733\":{\"date\":{\"__isSmartRef__\":true,\"id\":734},\"author\":\"undefined\",\"message\":\"\",\"id\":\"A5F4EACF-EF62-483F-B8B3-65966A895FA4\"},\"734\":{\"isSerializedDate\":true,\"string\":\"Tue Mar 20 2012 13:00:03 GMT+0100 (CET)\"},\"735\":{\"date\":{\"__isSmartRef__\":true,\"id\":736},\"author\":\"jenslincke\",\"message\":\"first commit of Publish dialog using the publish dialog itself!\"},\"736\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:54:16 GMT+0200 (CEST)\"},\"737\":{\"date\":{\"__isSmartRef__\":true,\"id\":738},\"author\":\"jenslincke\",\"message\":\"\"},\"738\":{\"isSerializedDate\":true,\"string\":\"Wed Oct 19 2011 14:52:26 GMT+0200 (CEST)\"},\"739\":{\"date\":{\"__isSmartRef__\":true,\"id\":740},\"author\":\"jenslincke\",\"message\":\"store an uuid when publishing an object\"},\"740\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 15:15:02 GMT+0200 (CEST)\"},\"741\":{\"date\":{\"__isSmartRef__\":true,\"id\":742},\"author\":\"jenslincke\",\"message\":\"\"},\"742\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 16:06:16 GMT+0200 (CEST)\"},\"743\":{\"date\":{\"__isSmartRef__\":true,\"id\":744},\"author\":\"jenslincke\",\"message\":\"- fixed issue 283 (Reproduction: Open part, select publish from menu, focus part name input field in dialog, press enter.-> window pane disappears; window decoration stays; part is not published)\",\"id\":\"1A260BD5-E668-4BD4-B7A2-94E087AB4CE1\"},\"744\":{\"isSerializedDate\":true,\"string\":\"Thu Jan 26 2012 12:10:41 GMT+0100 (CET)\"},\"745\":{\"date\":{\"__isSmartRef__\":true,\"id\":746},\"author\":\"undefined\",\"message\":\"init for change - don't remove on click\",\"id\":\"00A6DFFB-70D2-44A4-B5F9-0778E1CA5724\"},\"746\":{\"isSerializedDate\":true,\"string\":\"Tue Mar 20 2012 12:04:27 GMT+0100 (CET)\"},\"747\":{\"date\":{\"__isSmartRef__\":true,\"id\":748},\"author\":\"undefined\",\"message\":\"added possibility to show diff and adapted to new publishing workflow (check for overwrites)\",\"id\":\"2BD37BED-1605-4FD2-8D2C-25552A379B49\"},\"748\":{\"isSerializedDate\":true,\"string\":\"Thu Mar 22 2012 10:30:02 GMT+0100 (CET)\"},\"749\":{\"date\":{\"__isSmartRef__\":true,\"id\":750},\"author\":\"jenslincke\",\"message\":\"\",\"id\":\"23593A2A-E5EC-4545-8C3B-5299DF4BF7C6\"},\"750\":{\"isSerializedDate\":true,\"string\":\"Fri Apr 20 2012 11:59:16 GMT+0200 (CEST)\"},\"751\":{\"date\":{\"__isSmartRef__\":true,\"id\":752},\"author\":\"jenslincke\",\"message\":\"no comment\",\"id\":\"63A665C6-963D-46F7-AE7A-9B0A5374164A\"},\"752\":{\"isSerializedDate\":true,\"string\":\"Fri Apr 20 2012 11:59:24 GMT+0200 (CEST)\"},\"753\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":0},\"sourceAttrName\":\"remove\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":151},\"targetMethodName\":\"onRemove\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"754\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"755\":{\"x\":479,\"y\":437,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"isSimplifiedRegistry\":true}}","attributeConnections":[{"__isSmartRef__":true,"id":66197},{"__isSmartRef__":true,"id":66198}],"doNotSerialize":["$$json","$$loadedMetaInfo"],"doNotCopyProperties":["$$json","$$loadedMetaInfo"],"loadedMetaInfo":{"__isSmartRef__":true,"id":66173},"partVersions":[{"__isSmartRef__":true,"id":66199},{"__isSmartRef__":true,"id":66203},{"__isSmartRef__":true,"id":66207},{"__isSmartRef__":true,"id":66211},{"__isSmartRef__":true,"id":66215},{"__isSmartRef__":true,"id":66219},{"__isSmartRef__":true,"id":66223},{"__isSmartRef__":true,"id":66227},{"__isSmartRef__":true,"id":66231},{"__isSmartRef__":true,"id":66235},{"__isSmartRef__":true,"id":66239},{"__isSmartRef__":true,"id":66243},{"__isSmartRef__":true,"id":66247},{"__isSmartRef__":true,"id":66251},{"__isSmartRef__":true,"id":66357},{"__isSmartRef__":true,"id":66361},{"__isSmartRef__":true,"id":66365},{"__isSmartRef__":true,"id":66955},{"__isSmartRef__":true,"id":66960},{"__isSmartRef__":true,"id":66964},{"__isSmartRef__":true,"id":66968},{"__isSmartRef__":true,"id":66972},{"__isSmartRef__":true,"id":66976},{"__isSmartRef__":true,"id":66980},{"__isSmartRef__":true,"id":66984},{"__isSmartRef__":true,"id":66988},{"__isSmartRef__":true,"id":66992},{"__isSmartRef__":true,"id":66996},{"__isSmartRef__":true,"id":67000},{"__isSmartRef__":true,"id":67004},{"__isSmartRef__":true,"id":67008}],"rev":154052,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"65425":{"submorphs":[{"__isSmartRef__":true,"id":65426},{"__isSmartRef__":true,"id":65583},{"__isSmartRef__":true,"id":66109}],"scripts":[],"shape":{"__isSmartRef__":true,"id":66163},"id":"AB4228C5-FD82-4D3F-8E29-FEBE058BC7A0","renderContextTable":{"__isSmartRef__":true,"id":66167},"eventHandler":{"__isSmartRef__":true,"id":66168},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":66169},"LK2":true,"priorExtent":{"__isSmartRef__":true,"id":66170},"targetMorph":{"__isSmartRef__":true,"id":65583},"titleBar":{"__isSmartRef__":true,"id":65426},"contentOffset":{"__isSmartRef__":true,"id":66171},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"highlighted":true,"prevDragPos":{"__isSmartRef__":true,"id":66172},"isBeingDragged":false,"showsHalos":false,"name":"PublishPartDialog","partsBinMetaInfo":{"__isSmartRef__":true,"id":66173},"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[{"__isSmartRef__":true,"id":66194}],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"_Position":{"__isSmartRef__":true,"id":66195},"isCopyMorphRef":true,"morphRefId":12,"derivationIds":[2879,"91414FD8-3775-435F-96A6-39E0CB891CD7","9CB574CD-94E3-465A-B85C-91F97E070BC3","C9D390C2-399F-44AF-A316-A4A117E5F7B6","0A0B9181-A04D-441B-944F-585ED335E81B","DEDFDD48-51F2-4C04-9681-6B64D465BE14","FD496905-E054-4BF1-B162-EB0F08C1C829","7A7DC0E8-6CA2-49DC-A660-7E873F834AB2","401B15D2-9AFF-4843-85A2-16186AFFDFD4","D4692AD1-A7CA-4F57-A55F-B485279A8B90","DDF6DDB6-572F-4DC7-911A-4F7E5F310189","41BEABE5-C184-4F59-93F1-139F711489DC","43B559FD-8DA9-41DE-91F3-B4DDD6788A58","C6E534FD-BA26-4A2F-987E-2254EB4D1D7B","7F7C3464-9B3C-4C47-B577-D69567B5AD63","BD18ABC3-C773-4121-B919-8E27D8B9E0A4"],"moved":true,"minExtent":{"__isSmartRef__":true,"id":66196},"headRevision":147095,"_ClipMode":"visible","_Rotation":0,"_Scale":1,"owner":null,"__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"65426":{"submorphs":[{"__isSmartRef__":true,"id":65427},{"__isSmartRef__":true,"id":65442},{"__isSmartRef__":true,"id":65491},{"__isSmartRef__":true,"id":65528}],"scripts":[],"shape":{"__isSmartRef__":true,"id":65566},"id":"9DD6193F-9E98-4376-A731-BDE6925D46A1","renderContextTable":{"__isSmartRef__":true,"id":65577},"eventHandler":{"__isSmartRef__":true,"id":65578},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":65579},"_Position":{"__isSmartRef__":true,"id":65580},"windowMorph":{"__isSmartRef__":true,"id":65425},"label":{"__isSmartRef__":true,"id":65427},"closeButton":{"__isSmartRef__":true,"id":65442},"menuButton":{"__isSmartRef__":true,"id":65491},"collapseButton":{"__isSmartRef__":true,"id":65528},"priorExtent":{"__isSmartRef__":true,"id":65581},"owner":{"__isSmartRef__":true,"id":65425},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2880,"108B5871-F6C8-4442-82D1-F8776D2C85A2","503529CB-0F23-4456-8597-CD5E86CF03F0","4FB4914E-E245-4D67-BE3B-63091E2C8C95","B69B0DCD-8CC6-4A06-B738-A12B5269CD7D","6D1BAF1C-9402-44ED-A26B-9B74CF07DF60","B4808FFA-4EA4-43B1-A7FC-0BEF063FC467","C49A9265-2632-4101-BEB3-C57320C2187A","0E3215D4-8AAB-4F52-8AD0-FC2EEC395A9A","0B36C705-2DB1-4ECE-8E5D-164334FB519B","305AE4E8-ADC7-4C81-BF54-3C180FEF414F","D1F1142B-FB6A-475C-8903-13CCF46FCD5D","5C6E462F-7D1A-4876-8D43-4374443981CD","88DEBD44-6D08-4854-9CA8-A147B160BDAB","4BF8EFA1-572E-4713-A755-97054D0EF029","1EEB7A79-5546-44ED-929C-FA7B2F3352E9"],"_ClipMode":"visible","_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":65582},"__LivelyClassName__":"lively.morphic.TitleBar"},"65427":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":65428},"id":"788BE34F-034F-407F-A3B4-C8D461CFA40E","renderContextTable":{"__isSmartRef__":true,"id":65434},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":65435}],"eventHandler":{"__isSmartRef__":true,"id":65437},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":65438},"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":65426},"priorExtent":{"__isSmartRef__":true,"id":65439},"_MaxTextWidth":420,"_MinTextWidth":420,"_MaxTextHeight":null,"_MinTextHeight":null,"_Position":{"__isSmartRef__":true,"id":65440},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2881,"A06A709C-AD42-48D0-A66A-9C21EA4F4E66","EE1A345D-476E-4E22-BE89-E59A0C11001B","90634CE5-77D0-4064-961C-4CBADE59C6F8","C26670E3-5765-406B-972F-888FD1EAF967","E252D4C8-705A-4A40-B4E8-3638444DBAC4","89C11EA9-F897-4A67-9CDD-A79FAF7B04F1","1D2D6235-8732-4E39-829D-8C599DE39537","4819892D-6CED-4387-A505-50ADEC598F02","63A7D46C-A16B-464D-9315-8AD0CFC0FD20","CA96C77F-AAE5-4A7A-9D8A-F4B2DFC9148D","A1B3FB84-D9F7-45FA-9D28-FFDF2664D5BE","DA408E78-CC3F-4430-9268-6C9365622D04","960BDC3B-D0CF-4613-8E6B-5F26D733BD89","7F5621B0-5A9D-4812-9108-85C0997AEE3F","4D639952-4608-44C7-A1CC-73DE757149C9"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":65441},"__LivelyClassName__":"lively.morphic.Text"},"65428":{"_Position":{"__isSmartRef__":true,"id":65429},"renderContextTable":{"__isSmartRef__":true,"id":65430},"_Extent":{"__isSmartRef__":true,"id":65431},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":65432},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":65433},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"65429":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65430":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"65431":{"x":420,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65432":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65433":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65434":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"65435":{"style":{"__isSmartRef__":true,"id":65436},"chunkOwner":{"__isSmartRef__":true,"id":65427},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Publish in PartsBin","__LivelyClassName__":"lively.morphic.TextChunk"},"65436":{"__SourceModuleName__":"Global.lively.morphic.TextCore","fontWeight":"bold","__LivelyClassName__":"lively.morphic.TextEmphasis"},"65437":{"morph":{"__isSmartRef__":true,"id":65427},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"65438":{"resizeWidth":true},"65439":{"x":420,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65440":{"x":20,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65441":{"requiredModules":[],"idOnLoad":"788BE34F-034F-407F-A3B4-C8D461CFA40E","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"65442":{"submorphs":[{"__isSmartRef__":true,"id":65443}],"scripts":[],"shape":{"__isSmartRef__":true,"id":65456},"id":"AF7FB0B8-7451-4B74-BF0E-47E994B3CACD","renderContextTable":{"__isSmartRef__":true,"id":65472},"eventHandler":{"__isSmartRef__":true,"id":65473},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":65474},"priorExtent":{"__isSmartRef__":true,"id":65475},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":65462},"lighterFill":{"__isSmartRef__":true,"id":65476},"label":{"__isSmartRef__":true,"id":65443},"owner":{"__isSmartRef__":true,"id":65426},"layout":{"__isSmartRef__":true,"id":65485},"attributeConnections":[{"__isSmartRef__":true,"id":65486},{"__isSmartRef__":true,"id":65488}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","prevScroll":[0,0],"derivationIds":[2882,"6FF08B49-B1B5-4E12-8CE8-DF895115627D","7F48C6F9-BB0C-405E-991B-410F179F7FE6","8405D63F-4E07-4FE8-9008-DD8AE000B5C8","D81DD158-CA4D-44A9-B0A6-3FD7DF7EFD68","B32CD4CF-CE28-40AB-8F9E-23E12B00C595","581848BC-C01C-443F-B6AD-4A61CE8EB72E","62393865-D1D9-40DE-B048-1249932ECD31","8FB8E2BF-E816-4D6F-8E57-4D1FEAB65258","BE49E07E-D7F5-4EB9-9CED-C5857E3E2E05","8400BD9B-C243-4480-8B72-9881692A9AC4","67A14C8D-9131-4F19-9649-DF83E2220076","2B1EAF02-F491-4C0D-90C4-D0D118EF409B","473E46FF-11E0-4875-80B6-8EE5D321E59F","D1DA13CC-5998-4C2D-803A-094CC9251276","A95DD13F-8C05-4E35-9C89-5BBF4C0D1C71"],"_ClipMode":"visible","_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":65490},"__LivelyClassName__":"lively.morphic.WindowControl"},"65443":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":65444},"id":"E7B646E7-A38D-43A8-B48D-F81F19A967C8","renderContextTable":{"__isSmartRef__":true,"id":65449},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":65450}],"eventHandler":{"__isSmartRef__":true,"id":65452},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":65453},"priorExtent":{"__isSmartRef__":true,"id":65454},"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":65442},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2883,"9FBA502B-65B1-4FF2-A0A6-9951E3C50B9C","9F297DAE-65AA-45A3-AFAE-BD35F359E24A","75386CDF-09C9-47F2-8762-F737A49FD645","C43A7038-D61D-47C7-BFA8-8C8A77627643","5BF20970-1750-47F6-8D9D-E7A798428D52","74925934-1F3C-432E-BBD6-02C666263ED7","C4BDF6D3-0621-4923-A192-E4488E7679D1","376C89CF-A021-4CA6-A6AC-47177BFB2062","878C6C67-6B17-432C-B06E-FBBC1FDADE0D","D49A7E68-DC41-42E3-8DC4-073D080B4548","557AD9C4-D5B4-49A0-9508-53CA902EA479","10DA2DAE-51E0-4668-905A-C95891803AE7","FE63ADA2-09D3-415B-90BE-D2B42D51C838","B351C8F1-0939-47C8-8017-69AB7EAE3CFF","C397207D-9190-4230-96BF-6A91C483ED49"],"showsHalos":false,"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":65455},"__LivelyClassName__":"lively.morphic.Text"},"65444":{"_Position":{"__isSmartRef__":true,"id":65445},"renderContextTable":{"__isSmartRef__":true,"id":65446},"_Extent":{"__isSmartRef__":true,"id":65447},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":65448},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":65433},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"65445":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65446":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"65447":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65448":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65449":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"65450":{"style":{"__isSmartRef__":true,"id":65451},"chunkOwner":{"__isSmartRef__":true,"id":65443},"storedString":"X","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"65451":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"65452":{"morph":{"__isSmartRef__":true,"id":65443},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"65453":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65454":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65455":{"requiredModules":[],"idOnLoad":"E7B646E7-A38D-43A8-B48D-F81F19A967C8","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"65456":{"_Position":{"__isSmartRef__":true,"id":65457},"renderContextTable":{"__isSmartRef__":true,"id":65458},"_Extent":{"__isSmartRef__":true,"id":65459},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":65460},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":65461},"_Fill":{"__isSmartRef__":true,"id":65462},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"65457":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65458":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"65459":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65460":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65461":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65462":{"stops":[{"__isSmartRef__":true,"id":65463},{"__isSmartRef__":true,"id":65465},{"__isSmartRef__":true,"id":65467},{"__isSmartRef__":true,"id":65469}],"vector":{"__isSmartRef__":true,"id":65471},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"65463":{"offset":0,"color":{"__isSmartRef__":true,"id":65464}},"65464":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65465":{"offset":0.4,"color":{"__isSmartRef__":true,"id":65466}},"65466":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65467":{"offset":0.6,"color":{"__isSmartRef__":true,"id":65468}},"65468":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65469":{"offset":1,"color":{"__isSmartRef__":true,"id":65470}},"65470":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65471":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65472":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"65473":{"morph":{"__isSmartRef__":true,"id":65442},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"65474":{"x":459,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65475":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65476":{"stops":[{"__isSmartRef__":true,"id":65477},{"__isSmartRef__":true,"id":65479},{"__isSmartRef__":true,"id":65481},{"__isSmartRef__":true,"id":65483}],"vector":{"__isSmartRef__":true,"id":65471},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"65477":{"offset":0,"color":{"__isSmartRef__":true,"id":65478}},"65478":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65479":{"offset":0.4,"color":{"__isSmartRef__":true,"id":65480}},"65480":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65481":{"offset":0.6,"color":{"__isSmartRef__":true,"id":65482}},"65482":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65483":{"offset":1,"color":{"__isSmartRef__":true,"id":65484}},"65484":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65485":{"moveHorizontal":true},"65486":{"sourceObj":{"__isSmartRef__":true,"id":65442},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":65425},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":65487},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"65487":{"source":{"__isSmartRef__":true,"id":65442},"target":{"__isSmartRef__":true,"id":65425}},"65488":{"sourceObj":{"__isSmartRef__":true,"id":65442},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":65425},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":65489},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"65489":{"source":{"__isSmartRef__":true,"id":65442},"target":{"__isSmartRef__":true,"id":65425}},"65490":{"requiredModules":[],"idOnLoad":"AF7FB0B8-7451-4B74-BF0E-47E994B3CACD","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"65491":{"submorphs":[{"__isSmartRef__":true,"id":65492}],"scripts":[],"shape":{"__isSmartRef__":true,"id":65505},"id":"3D60F835-9999-4F50-AECB-85EFD1E36B18","renderContextTable":{"__isSmartRef__":true,"id":65510},"eventHandler":{"__isSmartRef__":true,"id":65511},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":65512},"priorExtent":{"__isSmartRef__":true,"id":65513},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":65462},"lighterFill":{"__isSmartRef__":true,"id":65514},"label":{"__isSmartRef__":true,"id":65492},"owner":{"__isSmartRef__":true,"id":65426},"attributeConnections":[{"__isSmartRef__":true,"id":65523},{"__isSmartRef__":true,"id":65525}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","derivationIds":[2884,"64F20257-1A1D-4B3E-97C4-BC5D1F1E14B5","A377FFCE-0FDC-41B6-BD34-D9F0507B57DA","7334352E-B497-4F10-8C06-FBE36AA778C7","E8269870-961E-49ED-ACE6-3CB90CD1937A","3182A6E6-F492-4D7F-B240-55DC62E7DDF9","5983668D-3862-4DE4-8C9C-57903C2FF112","7EA72C52-A5FE-49D7-B644-F1CF1E948B7A","378BCE5E-C14D-460C-B7E5-BA2B832168F0","3C395E36-6E1E-4715-AE14-CBAB23875359","3A64C38B-ACDD-4EE3-9CB8-1CF3F5338FBC","B5F36159-C71D-48E3-A1A9-7BDA18656622","0E65BDFD-4304-4131-9821-83A87E58A857","335EC22A-00F4-444F-A9A3-6FCC3D3B375B","4C230C0D-A5D1-4E2E-9FB9-67140E87E5CF","0797CCF7-CD32-4ECC-A641-400C7287B414"],"_ClipMode":"visible","_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":65527},"__LivelyClassName__":"lively.morphic.WindowControl"},"65492":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":65493},"id":"FCD76E23-CB5F-4E8A-8761-B309A24F0845","renderContextTable":{"__isSmartRef__":true,"id":65498},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":65499}],"eventHandler":{"__isSmartRef__":true,"id":65501},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":65502},"priorExtent":{"__isSmartRef__":true,"id":65503},"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":65491},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[2885,"EC48B50E-CD5B-46FB-BF78-484373EED980","59F8AF9B-799B-413B-86B2-BFD03A4B2559","F8293A60-E9DB-40E3-B202-D547939F8A8D","30E16AEA-8638-441D-A4B6-A7F2EB4D1987","012E89E5-818C-4BAE-B1DB-B01796C23183","D8FA4A79-180A-4D30-B4C8-2AC5E176057B","7184ABDF-8484-4658-8968-C1DD68EFFC46","4BC7DE67-2773-45F7-BA0D-BB473B463C0B","1350953C-3FB0-428F-ADAF-AB46A2A7743D","677531C6-1A55-423B-AD8E-B0CF60EA6AE7","7AC83B39-6446-453C-BE0C-3A985B6F29D7","7F97ADF7-B704-42C0-98D2-BFA189A6C2B8","692C1E4C-8458-4EB7-9179-457C75884C65","5F49459C-26AA-49F6-8216-2CA3571A899B","115E4B3E-1C79-4A8A-BCF9-E132122C3995"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":65504},"__LivelyClassName__":"lively.morphic.Text"},"65493":{"_Position":{"__isSmartRef__":true,"id":65494},"renderContextTable":{"__isSmartRef__":true,"id":65495},"_Extent":{"__isSmartRef__":true,"id":65496},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":65497},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":65433},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"65494":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65495":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"65496":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65497":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65498":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"65499":{"style":{"__isSmartRef__":true,"id":65500},"chunkOwner":{"__isSmartRef__":true,"id":65492},"storedString":"M","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"65500":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"65501":{"morph":{"__isSmartRef__":true,"id":65492},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"65502":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65503":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65504":{"requiredModules":[],"idOnLoad":"FCD76E23-CB5F-4E8A-8761-B309A24F0845","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"65505":{"_Position":{"__isSmartRef__":true,"id":65506},"renderContextTable":{"__isSmartRef__":true,"id":65507},"_Extent":{"__isSmartRef__":true,"id":65508},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":65509},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":65461},"_Fill":{"__isSmartRef__":true,"id":65462},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"65506":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65507":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"65508":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65509":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65510":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"65511":{"morph":{"__isSmartRef__":true,"id":65491},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"65512":{"x":3,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65513":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65514":{"stops":[{"__isSmartRef__":true,"id":65515},{"__isSmartRef__":true,"id":65517},{"__isSmartRef__":true,"id":65519},{"__isSmartRef__":true,"id":65521}],"vector":{"__isSmartRef__":true,"id":65471},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"65515":{"offset":0,"color":{"__isSmartRef__":true,"id":65516}},"65516":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65517":{"offset":0.4,"color":{"__isSmartRef__":true,"id":65518}},"65518":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65519":{"offset":0.6,"color":{"__isSmartRef__":true,"id":65520}},"65520":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65521":{"offset":1,"color":{"__isSmartRef__":true,"id":65522}},"65522":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65523":{"sourceObj":{"__isSmartRef__":true,"id":65491},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":65425},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":65524},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"65524":{"source":{"__isSmartRef__":true,"id":65491},"target":{"__isSmartRef__":true,"id":65425}},"65525":{"sourceObj":{"__isSmartRef__":true,"id":65491},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":65425},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":65526},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"65526":{"source":{"__isSmartRef__":true,"id":65491},"target":{"__isSmartRef__":true,"id":65425}},"65527":{"requiredModules":[],"idOnLoad":"3D60F835-9999-4F50-AECB-85EFD1E36B18","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"65528":{"submorphs":[{"__isSmartRef__":true,"id":65529}],"scripts":[],"shape":{"__isSmartRef__":true,"id":65542},"id":"30CBB95F-5B63-4AF9-9C7B-213D5A5955AD","renderContextTable":{"__isSmartRef__":true,"id":65547},"eventHandler":{"__isSmartRef__":true,"id":65548},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":65549},"priorExtent":{"__isSmartRef__":true,"id":65550},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":65462},"lighterFill":{"__isSmartRef__":true,"id":65551},"label":{"__isSmartRef__":true,"id":65529},"owner":{"__isSmartRef__":true,"id":65426},"layout":{"__isSmartRef__":true,"id":65560},"attributeConnections":[{"__isSmartRef__":true,"id":65561},{"__isSmartRef__":true,"id":65563}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","prevScroll":[0,0],"derivationIds":[2886,"9FC4F0BE-916D-456B-AEC7-E6C1AC6040CA","A0A4775F-7F2F-4563-840D-CAA5CB435D75","C87D3EB9-4C3B-4230-9794-F5B71B528C74","D62C35A2-6803-4217-9DFD-0E480D4B82AE","D8274457-EA55-431C-BA2E-C227C335C1FB","943A7D62-2DE4-42E8-AC93-4E68B660CEF2","E83FFE4B-9181-44F7-A77C-84E5625F788A","6A34C9A1-6B4C-430B-ACD4-6A29D0F20D42","BD7F031B-2DEE-4151-ABD8-B5A513D25129","AD3F7784-7CB8-4CFE-98B0-83A4D43542C7","52BD4109-B6AE-4A69-83C9-19EB655F4780","82224D11-CDCA-43C8-A6FD-E794D5917E70","6DF19762-00E0-4952-9D0F-ED6A72B7580B","BAE5C2EA-CE02-4EF6-AA20-1FCE523D6634","484A4F26-09F0-4A4E-90E4-A4A0A4C09ACE"],"_ClipMode":"visible","_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":65565},"__LivelyClassName__":"lively.morphic.WindowControl"},"65529":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":65530},"id":"AAAAE9DD-9FEC-489A-B829-50257C3D713E","renderContextTable":{"__isSmartRef__":true,"id":65535},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":65536}],"eventHandler":{"__isSmartRef__":true,"id":65538},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":65539},"priorExtent":{"__isSmartRef__":true,"id":65540},"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":65528},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"prevScroll":[0,0],"derivationIds":[2887,"42347453-BADB-4DB0-9486-C479B704CD7C","B0BBE9B3-B5DD-4E4F-A1AA-1C03BB1BFF4E","8AE3BC44-F336-420E-A2E9-BBA0DC6A3D72","3DC5BABC-5EF1-4FC6-805B-0FC1CC02282F","C5E01762-30EA-4342-A348-F75EA6C33D11","209EBE14-87CB-44C9-B8C0-1A74CE2ACDB6","1A0CE8F3-7342-484C-BA10-2E8291158E44","28A42BB4-7534-4B0D-BBE9-B4D3FDCF024F","D5D7B12C-1731-4943-BD69-699C99C398E1","DD22A464-4EB8-41F8-9103-DEE095D40932","F16ED660-1D92-485E-B022-9FB466AC307F","AA93DB0B-89EB-44EB-9D56-ADE75D275E62","AB55C6ED-56F9-48F7-A4B1-6D3A6070E047","0CCF4C25-456D-4FF1-89DC-F3601FC379FF","700A6EE7-EDB4-4DFF-9BFA-A2FEBA66E699"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":65541},"__LivelyClassName__":"lively.morphic.Text"},"65530":{"_Position":{"__isSmartRef__":true,"id":65531},"renderContextTable":{"__isSmartRef__":true,"id":65532},"_Extent":{"__isSmartRef__":true,"id":65533},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":65534},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":65433},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"65531":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65532":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"65533":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65534":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65535":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"65536":{"style":{"__isSmartRef__":true,"id":65537},"chunkOwner":{"__isSmartRef__":true,"id":65529},"storedString":"–","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"65537":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"65538":{"morph":{"__isSmartRef__":true,"id":65529},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"65539":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65540":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65541":{"requiredModules":[],"idOnLoad":"AAAAE9DD-9FEC-489A-B829-50257C3D713E","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"65542":{"_Position":{"__isSmartRef__":true,"id":65543},"renderContextTable":{"__isSmartRef__":true,"id":65544},"_Extent":{"__isSmartRef__":true,"id":65545},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":65546},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":65461},"_Fill":{"__isSmartRef__":true,"id":65462},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"65543":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65544":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"65545":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65546":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65547":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"65548":{"morph":{"__isSmartRef__":true,"id":65528},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"65549":{"x":440,"y":3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65550":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65551":{"stops":[{"__isSmartRef__":true,"id":65552},{"__isSmartRef__":true,"id":65554},{"__isSmartRef__":true,"id":65556},{"__isSmartRef__":true,"id":65558}],"vector":{"__isSmartRef__":true,"id":65471},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"65552":{"offset":0,"color":{"__isSmartRef__":true,"id":65553}},"65553":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65554":{"offset":0.4,"color":{"__isSmartRef__":true,"id":65555}},"65555":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65556":{"offset":0.6,"color":{"__isSmartRef__":true,"id":65557}},"65557":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65558":{"offset":1,"color":{"__isSmartRef__":true,"id":65559}},"65559":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65560":{"moveHorizontal":true},"65561":{"sourceObj":{"__isSmartRef__":true,"id":65528},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":65425},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":65562},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"65562":{"source":{"__isSmartRef__":true,"id":65528},"target":{"__isSmartRef__":true,"id":65425}},"65563":{"sourceObj":{"__isSmartRef__":true,"id":65528},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":65425},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":65564},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"65564":{"source":{"__isSmartRef__":true,"id":65528},"target":{"__isSmartRef__":true,"id":65425}},"65565":{"requiredModules":[],"idOnLoad":"30CBB95F-5B63-4AF9-9C7B-213D5A5955AD","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"65566":{"_Position":{"__isSmartRef__":true,"id":65567},"renderContextTable":{"__isSmartRef__":true,"id":65568},"_Extent":{"__isSmartRef__":true,"id":65569},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":65570},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":65571},"_Fill":{"__isSmartRef__":true,"id":65572},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"65567":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65568":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"65569":{"x":479,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65570":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65571":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65572":{"stops":[{"__isSmartRef__":true,"id":65573},{"__isSmartRef__":true,"id":65575}],"vector":{"__isSmartRef__":true,"id":153},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"65573":{"offset":0,"color":{"__isSmartRef__":true,"id":65574}},"65574":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65575":{"offset":1,"color":{"__isSmartRef__":true,"id":65576}},"65576":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65577":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"65578":{"morph":{"__isSmartRef__":true,"id":65426},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"65579":{"resizeWidth":true,"adjustForNewBounds":true},"65580":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65581":{"x":479,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65582":{"requiredModules":[],"idOnLoad":"9DD6193F-9E98-4376-A731-BDE6925D46A1","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"65583":{"submorphs":[{"__isSmartRef__":true,"id":65584},{"__isSmartRef__":true,"id":65601},{"__isSmartRef__":true,"id":65618},{"__isSmartRef__":true,"id":65635},{"__isSmartRef__":true,"id":65651},{"__isSmartRef__":true,"id":65668},{"__isSmartRef__":true,"id":65685},{"__isSmartRef__":true,"id":65701},{"__isSmartRef__":true,"id":65786},{"__isSmartRef__":true,"id":65876},{"__isSmartRef__":true,"id":65893},{"__isSmartRef__":true,"id":65909}],"scripts":[],"shape":{"__isSmartRef__":true,"id":65960},"id":"8556A9AA-E3C9-4FE1-B0DD-C986E2BD619E","renderContextTable":{"__isSmartRef__":true,"id":65967},"eventHandler":{"__isSmartRef__":true,"id":65968},"droppingEnabled":true,"halosEnabled":true,"isLockOwner":false,"layout":{"__isSmartRef__":true,"id":65969},"attributeConnections":[],"ownerApp":{"__isSmartRef__":true,"id":65970},"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Core","name":"PublishPartPanePane","doNotSerialize":[],"doNotCopyProperties":[],"priorExtent":{"__isSmartRef__":true,"id":66064},"isBeingDragged":false,"prevScroll":[0,0],"distanceToDragEvent":{"__isSmartRef__":true,"id":66065},"grabbingEnabled":false,"_Position":{"__isSmartRef__":true,"id":66066},"owner":{"__isSmartRef__":true,"id":65425},"target":{"__isSmartRef__":true,"id":54158},"derivationIds":[2888,"7CD647EF-2BB4-4CD9-9D3B-4EE7BC59ECC2","B983FB4F-9323-4304-9603-5615E93C6C42","E738FAD5-9C83-4390-B193-06C21B6E51B0","5ED6DC7B-74C2-4149-BF56-1622F302C51E","B125F66F-9D66-44AC-A04B-E3A1CB7C1474","8DD88D93-D7DB-4957-A724-C19836CD8C03","1405B5AF-8461-4497-952D-024E06F6F395","7CD3B3FE-D49D-436B-A738-6F960136F93C","C28EE17A-8653-4C4E-AEAA-89B45CB54684","97E867C3-A9EC-42CF-916F-788C94BE0955","8DBA20C0-E93B-4679-BD70-63D956C8D56B","03F1C6E5-5D38-4B2A-B96A-7545B2EA78A4","101E56F8-6494-4A33-A341-C532CBE53645","7B5BEA4B-7600-495A-8017-6D2CED2DFC29","C97C0E53-522D-414C-9555-2228E8BA8F71"],"partsBinMetaInfo":{"__isSmartRef__":true,"id":66067},"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":66068},"__LivelyClassName__":"lively.morphic.Box","withLayers":["Global.lively.morphic.GrabbingLayer"]},"65584":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":65585},"id":"7E24DDD3-C365-4A14-BC1F-15E0DE24E244","renderContextTable":{"__isSmartRef__":true,"id":65592},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":65593}],"eventHandler":{"__isSmartRef__":true,"id":65595},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":65596},"priorExtent":{"__isSmartRef__":true,"id":65597},"_MaxTextWidth":164,"_MinTextWidth":164,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"owner":{"__isSmartRef__":true,"id":65583},"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":65598},"previousSelection":[1,1],"isLockOwner":false,"name":"NameText","isCopyMorphRef":true,"morphRefId":1,"derivationIds":[2889,"9A8B5C1C-95BB-40F5-B9EF-B89DD5451B64","C49BF160-BBBE-422E-BDDC-B9A98A72ABFF","42B7E940-3BB5-4B79-B5D8-E4C8E780FF3B","50B247C7-D8F3-4CF5-BD3F-2A2867827CF1","674DADA8-0E51-4FAB-8522-A9D91F270267","105181E3-2D4E-49C3-9C63-13D1F9E311AB","54D6890B-898B-44EC-8BDF-688522764BD8","A8821E63-E9F3-4FE1-94FC-897C0E64A537","1A1BA90B-CA62-4F00-8A36-CC210F473907","E8C3B7B8-5E66-4470-A4B0-C4103AA45358","95511FB8-0146-4A7A-900F-72D7EE65877A","7DA33C42-0FC5-4616-B97B-FA67332B7859","D05E45C6-2CC5-44AB-B3FD-904395A33093","83AF3D18-D412-4D65-B8FD-51A225F1371F","238498B0-5A4F-416E-9ED6-096FE9C41557"],"savedTextString":"CommitMessageTest1","isBeingDragged":false,"charsReplaced":"7","lastFindLoc":2,"layout":{"__isSmartRef__":true,"id":65599},"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":65600},"__LivelyClassName__":"lively.morphic.Text"},"65585":{"_Position":{"__isSmartRef__":true,"id":65586},"renderContextTable":{"__isSmartRef__":true,"id":65587},"_Extent":{"__isSmartRef__":true,"id":65588},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":65589},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":65590},"_Fill":{"__isSmartRef__":true,"id":65591},"__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"65586":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65587":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"65588":{"x":174,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65589":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65590":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65591":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65592":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"65593":{"style":{"__isSmartRef__":true,"id":65594},"chunkOwner":{"__isSmartRef__":true,"id":65584},"storedString":"ObjectEditor","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"65594":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"65595":{"morph":{"__isSmartRef__":true,"id":65584},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"65596":{"x":10,"y":50,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65597":{"x":174,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65598":{"x":119,"y":-15,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65599":{"adjustForNewBounds":true,"resizeWidth":true},"65600":{"partName":"NameText","requiredModules":[],"idOnLoad":"7E24DDD3-C365-4A14-BC1F-15E0DE24E244","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"65601":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":65602},"id":"538EF33D-B29E-4BE5-866B-CC8A1179C08C","renderContextTable":{"__isSmartRef__":true,"id":65609},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":65610}],"eventHandler":{"__isSmartRef__":true,"id":65612},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":65613},"priorExtent":{"__isSmartRef__":true,"id":65614},"_MaxTextWidth":444,"_MinTextWidth":444,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"name":"CommitMessageText","owner":{"__isSmartRef__":true,"id":65583},"distanceToDragEvent":{"__isSmartRef__":true,"id":65615},"charsReplaced":"no comment","lastFindLoc":0,"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2890,"40048B1D-9547-4EA6-AB66-31168A1C9FAE","8A0DE790-FA6C-41C9-BA2B-84397DA3F39E","DCFEEBC9-D891-408E-A103-19356A96070F","EAEE386C-B48C-44E1-B80C-6830217A2FC6","6CABE716-A9A0-4BED-ACA6-4C0C9C6C8E5E","C2DC6D12-6F98-4236-AA47-1BD438BE5E56","BFEBFDBE-0C30-407F-9B3C-B45A27971468","923C751C-6180-4C96-A3FC-42A8AF1B4298","0D556A07-77CA-478F-95B3-E3051804BF9C","D952B070-654E-40FA-9076-7E8156C9C87C","2EB5AAE4-7C54-466F-8C70-E3BD1E218C90","D6863F0B-0CE5-401F-9646-2A748564AB54","B422EE4A-2E17-4752-812B-1DFCDFBFE4D4","52701E3E-E7F1-4A2F-B8FE-2115D0544509","392D7685-0EDA-4891-9220-82C9DC2C3CCD"],"savedTextString":"","layout":{"__isSmartRef__":true,"id":65616},"_Rotation":0,"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":65617},"priorSelectionRange":[10,10],"__LivelyClassName__":"lively.morphic.Text"},"65602":{"_Position":{"__isSmartRef__":true,"id":65603},"renderContextTable":{"__isSmartRef__":true,"id":65604},"_Extent":{"__isSmartRef__":true,"id":65605},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":65606},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":65607},"_Fill":{"__isSmartRef__":true,"id":65608},"__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"65603":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65604":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"65605":{"x":454,"y":102,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65606":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65607":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65608":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65609":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"65610":{"style":{"__isSmartRef__":true,"id":65611},"chunkOwner":{"__isSmartRef__":true,"id":65601},"storedString":"3. Merge PartsBin/Tools/ObjectGroupEditor, rev. 172332 (current) into the result. Common Parent: Tools/ObjectEditor, rev. 169737 (current)","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"65611":{"color":"rgb(0,0,0)","fontFamily":"Arial,sans-serif","fontSize":"18px","fontStyle":"normal","fontVariant":"normal","fontWeight":"normal","letterSpacing":"normal","lineHeight":"normal","orphans":"2","textAlign":"-webkit-auto","textIndent":"0px","textTransform":"none","whiteSpace":"pre-wrap","widows":"2","wordSpacing":"0px","webkitTextSizeAdjust":"auto","webkitTextStrokeWidth":"0px","backgroundColor":"rgb(255,255,255)","display":"inline!important","float":"none","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"65612":{"morph":{"__isSmartRef__":true,"id":65601},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"65613":{"x":10,"y":260,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65614":{"x":454,"y":102,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65615":{"x":351,"y":-17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65616":{"resizeWidth":true,"resizeHeight":true},"65617":{"partName":"CommitMessageText","requiredModules":[],"idOnLoad":"538EF33D-B29E-4BE5-866B-CC8A1179C08C","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"65618":{"submorphs":[],"scripts":[],"id":"B9A21B1A-FB98-41B1-9D9D-29105BA3BA5A","shape":{"__isSmartRef__":true,"id":65619},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":65625},"_MaxTextWidth":114,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":65622},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text5","partsBinMetaInfo":{"__isSmartRef__":true,"id":65626},"textChunks":[{"__isSmartRef__":true,"id":65627}],"charsReplaced":"some text ","lastFindLoc":10,"priorSelectionRange":[0,4],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":65629},"renderContextTable":{"__isSmartRef__":true,"id":65630},"eventHandler":{"__isSmartRef__":true,"id":65631},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":65632},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","owner":{"__isSmartRef__":true,"id":65583},"_MinTextWidth":114,"_MinTextHeight":null,"previousSelection":[3,3],"distanceToDragEvent":{"__isSmartRef__":true,"id":65633},"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2891,"E101CA30-35F9-42F0-A46C-28671530C787","CE7E7640-C507-43BF-88EF-C4ACE8CCF564","F04823B9-5B0B-4CCA-B8F7-00BD8608ED16","DD4402A8-C90A-4187-92DA-813F59FF86E6","90452494-6B16-4189-8CC1-4EB76FCCCBC9","A1BA43C9-3B13-4744-893E-8B39CEDA44D3","A4DDC2E9-14D8-4DA1-A960-4BB1DF3A45CD","97027388-2CC6-4B87-880F-D9048C0EAB5A","97A71E75-471E-4C94-879E-0ECD50A4DA7D","B952E46A-0593-4861-A364-746D14830709","CFEB54E4-C6B5-4DEC-9C82-93FEC6192DF8","8F33B7B6-1D97-4422-9D4C-562576803FAE","EE6FBA69-D693-41BD-A1D6-7852A30ADE28","D0A85886-302D-46FB-8139-F28D0A45D0E2","A5589A0F-6873-4F7B-ACEE-A7C2706973BC"],"layout":{"__isSmartRef__":true,"id":65634},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"65619":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":65620},"_Extent":{"__isSmartRef__":true,"id":65621},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":65622},"renderContextTable":{"__isSmartRef__":true,"id":65623},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":65624},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"65620":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65621":{"x":114,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65622":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65623":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"65624":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65625":{"x":10,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65626":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","idOnLoad":"B9A21B1A-FB98-41B1-9D9D-29105BA3BA5A","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"65627":{"style":{"__isSmartRef__":true,"id":65628},"morph":{"__isSmartRef__":true,"id":65618},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":65618},"storedString":"name","__LivelyClassName__":"lively.morphic.TextChunk"},"65628":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"65629":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65630":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"65631":{"morph":{"__isSmartRef__":true,"id":65618},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"65632":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65633":{"x":78,"y":-3,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65634":{"moveHorizontal":false},"65635":{"submorphs":[],"scripts":[],"id":"0B10EE22-90E2-4BF8-BBFB-1E13580FE65B","shape":{"__isSmartRef__":true,"id":65636},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":65642},"_MaxTextWidth":250,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":65639},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text6","partsBinMetaInfo":{"__isSmartRef__":true,"id":65643},"textChunks":[{"__isSmartRef__":true,"id":65644}],"charsReplaced":"changes","lastFindLoc":7,"priorSelectionRange":[0,14],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":65646},"renderContextTable":{"__isSmartRef__":true,"id":65647},"eventHandler":{"__isSmartRef__":true,"id":65648},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":65649},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":250,"_MinTextHeight":null,"previousSelection":[0,14],"distanceToDragEvent":{"__isSmartRef__":true,"id":65650},"owner":{"__isSmartRef__":true,"id":65583},"isLockOwner":false,"derivationIds":[2892,"E5DC0070-3EA2-4212-9AA7-E3C865547E5E","809E256F-82F6-4A22-B614-DE8C08FA5970","272C0F9A-E7EF-4ECE-851D-08ACB35EA24D","8AA544F8-6F47-454D-AE18-A264ACDEFA7E","8374F17A-0E7E-4436-931A-1BA6E7CEAB7D","2FA9E6A8-96E0-4B11-B3BE-D625991003B4","EF4AC0A8-BC6A-4E7E-A4A1-838717896172","7E58BFFB-E384-4B68-A4C8-A32E7A93B8FC","BFCA8D00-622E-4E2D-998E-56C8E2DB8351","0DD88B54-97A9-4F81-BEC4-474DB9D20DF5","6400C374-D5C5-4AF3-BDD4-466198D5C4BA","6AB467AF-2289-4696-B2B0-AF36BFC54FDA","1E30FC69-CA06-403F-AE8B-4A12304F1FEB","EB7FBB3F-8989-4980-9DA2-4D10CB466437","0D191BF2-AA67-4F93-94C2-A719DA9CC670"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"65636":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":65637},"_Extent":{"__isSmartRef__":true,"id":65638},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":65639},"renderContextTable":{"__isSmartRef__":true,"id":65640},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":65641},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"65637":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65638":{"x":250,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65639":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65640":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"65641":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65642":{"x":10,"y":240,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65643":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","idOnLoad":"0B10EE22-90E2-4BF8-BBFB-1E13580FE65B","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"65644":{"style":{"__isSmartRef__":true,"id":65645},"morph":{"__isSmartRef__":true,"id":65635},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":65635},"storedString":"commit message","__LivelyClassName__":"lively.morphic.TextChunk"},"65645":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"65646":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65647":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"65648":{"morph":{"__isSmartRef__":true,"id":65635},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"65649":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65650":{"x":174,"y":-21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65651":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":65652},"id":"75CB5EC7-CB6E-403F-B29F-C58AF4C63948","renderContextTable":{"__isSmartRef__":true,"id":65659},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":65660}],"eventHandler":{"__isSmartRef__":true,"id":65662},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":65663},"priorExtent":{"__isSmartRef__":true,"id":65664},"_MaxTextWidth":250,"_MinTextWidth":250,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"name":"CategoryText","owner":{"__isSmartRef__":true,"id":65583},"charsReplaced":"CommitMessageTest1","lastFindLoc":18,"distanceToDragEvent":{"__isSmartRef__":true,"id":65665},"isLockOwner":false,"derivationIds":[2893,"FBE4B17F-DC2B-4783-899B-CF1B051F14D9","A2C45BC5-C44B-4AEA-A29E-ADE3DAF08638","640BD984-1AB2-45B8-BCEC-AB32A6199D68","BE2E06DB-4DFC-4628-9FED-8F3E87D18E07","6D28F6C5-8D27-4A2D-A13E-55172343909B","9537F96B-5D0E-47CF-9435-5850919DA5A2","B8516280-8A31-4C9E-A9EF-3C058FB084E5","0A41986D-4F2B-4D8B-8A35-AEB659C5D25A","7A7E3053-DA4F-465C-B558-5138BE382156","7024A970-16E6-4DE1-9BD6-6DC50779F4AA","181F12CB-A2A2-4A98-A3B0-9CAC859DFC66","B6176017-4E7E-463E-82DF-DFC54EB00EC9","2956D5AA-C488-4F2E-AEDF-6D795EEECAB3","DB745EE2-3FE0-42B6-8D29-E2B6215E2B17","BD1B8949-BF8B-4B64-A2A5-95E8919FD98B"],"savedTextString":"PartsBin/Basic","layout":{"__isSmartRef__":true,"id":65666},"_Rotation":0,"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":65667},"priorSelectionRange":[16,16],"__LivelyClassName__":"lively.morphic.Text"},"65652":{"_Position":{"__isSmartRef__":true,"id":65653},"renderContextTable":{"__isSmartRef__":true,"id":65654},"_Extent":{"__isSmartRef__":true,"id":65655},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":65656},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":65657},"_Fill":{"__isSmartRef__":true,"id":65658},"__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"65653":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65654":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"65655":{"x":260,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65656":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65657":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65658":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65659":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"65660":{"style":{"__isSmartRef__":true,"id":65661},"chunkOwner":{"__isSmartRef__":true,"id":65651},"storedString":"PartsBin/BP2012/","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"65661":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"65662":{"morph":{"__isSmartRef__":true,"id":65651},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"65663":{"x":204,"y":50,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65664":{"x":260,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65665":{"x":132,"y":-13,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65666":{"resizeWidth":false,"moveHorizontal":true},"65667":{"partName":"CategoryText","requiredModules":[],"idOnLoad":"75CB5EC7-CB6E-403F-B29F-C58AF4C63948","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"65668":{"submorphs":[],"scripts":[],"id":"61B0B093-E1B1-4E2E-9EC4-129D9F465D66","shape":{"__isSmartRef__":true,"id":65669},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":65675},"_MaxTextWidth":114,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":65672},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text7","partsBinMetaInfo":{"__isSmartRef__":true,"id":65676},"textChunks":[{"__isSmartRef__":true,"id":65677}],"charsReplaced":"name","lastFindLoc":4,"priorSelectionRange":[0,8],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":65679},"renderContextTable":{"__isSmartRef__":true,"id":65680},"eventHandler":{"__isSmartRef__":true,"id":65681},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":65682},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":114,"_MinTextHeight":null,"previousSelection":[2,2],"distanceToDragEvent":{"__isSmartRef__":true,"id":65683},"owner":{"__isSmartRef__":true,"id":65583},"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2894,"75F41AE1-CA7A-48D0-AE2C-7AAF6101B89C","CB87A9FB-0776-4109-BDE0-0E8C61F1626C","954BD4D6-BBF2-4D3C-94CA-21A38F66F449","5C78A757-B050-43F1-B4CF-26CE9CC58B03","A90A2B0B-A1A7-4F19-8FFB-1D98E8CF7BE6","181AA91A-3D90-4322-ACB9-3D707A3994E0","8A6171C0-493C-475F-B974-54B0FE5DD81C","246AA662-2B7A-4ABE-AB30-734548540344","708636F1-5D64-47AD-B72E-1E255924638B","3C7D4704-AD28-4978-B6A1-2646B7BAA9B3","D7754A0E-4F0E-4363-907A-4743D1254104","CBD21E5F-99E6-4DDA-BF27-42D3424DB513","BBA77A6C-FD26-4279-8919-1A8114C6F035","BB158E68-208B-4E62-81D2-9B057CA86DBF","037F2BD3-0CFD-4A28-AF42-35D6DEC633C0"],"layout":{"__isSmartRef__":true,"id":65684},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"65669":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":65670},"_Extent":{"__isSmartRef__":true,"id":65671},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":65672},"renderContextTable":{"__isSmartRef__":true,"id":65673},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":65674},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"65670":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65671":{"x":114,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65672":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65673":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"65674":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65675":{"x":205,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65676":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","idOnLoad":"61B0B093-E1B1-4E2E-9EC4-129D9F465D66","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"65677":{"style":{"__isSmartRef__":true,"id":65678},"chunkOwner":{"__isSmartRef__":true,"id":65668},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"category","__LivelyClassName__":"lively.morphic.TextChunk"},"65678":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"65679":{"x":114,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65680":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"65681":{"morph":{"__isSmartRef__":true,"id":65668},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"65682":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65683":{"x":87,"y":-11,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65684":{"moveVertical":false,"moveHorizontal":true},"65685":{"submorphs":[],"scripts":[],"id":"D9F64C5D-830A-449E-91A7-3F388834FA1F","shape":{"__isSmartRef__":true,"id":65686},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":65692},"_MaxTextWidth":325,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":65689},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text8","partsBinMetaInfo":{"__isSmartRef__":true,"id":65693},"textChunks":[{"__isSmartRef__":true,"id":65694}],"charsReplaced":"Publish Object in PartsBin","lastFindLoc":26,"priorSelectionRange":[0,36],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":65696},"renderContextTable":{"__isSmartRef__":true,"id":65697},"eventHandler":{"__isSmartRef__":true,"id":65698},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":65699},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":325,"_MinTextHeight":null,"previousSelection":[0,36],"distanceToDragEvent":{"__isSmartRef__":true,"id":65700},"owner":{"__isSmartRef__":true,"id":65583},"isLockOwner":false,"isBeingDragged":false,"derivationIds":[2895,"3AFBC971-95B4-48C4-888D-22FCBB742090","D0394F71-EBB2-452A-A71F-D172D5B1CAD6","79EDAC74-BD6B-42B1-BBBA-71B07578D1E0","C19A8344-D637-44B7-BB1F-FD0153E5A62B","9C41963E-088E-48CA-9CAA-572564F7CA69","F9411AD0-B890-4EA9-9222-209167943D0D","BF073247-EC88-4664-A2E2-A5E520CFD169","3C9640D6-8AED-4E2A-87F1-8F94D4E9F1B7","01AB4BED-5CFA-4FDE-9D09-535678684FC5","929E4D49-C1D6-4DB2-B2E9-562DE9C7861C","CF0E2CD7-7316-4423-80BC-485A9F57DDBD","62300CE2-71BF-4F7E-AC36-4D3DCEA754B5","4180FEEB-3566-4FAA-BF0A-0F21B049922B","A397C34C-C857-4CF3-8D36-F9C6A51978D7","BBDFAB6B-53A5-4C6F-BF60-3B29C30AECCF"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"65686":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":65687},"_Extent":{"__isSmartRef__":true,"id":65688},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":65689},"renderContextTable":{"__isSmartRef__":true,"id":65690},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":65691},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"65687":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65688":{"x":325,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65689":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65690":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"65691":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65692":{"x":10,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65693":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","idOnLoad":"D9F64C5D-830A-449E-91A7-3F388834FA1F","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"65694":{"style":{"__isSmartRef__":true,"id":65695},"chunkOwner":{"__isSmartRef__":true,"id":65685},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Upload part to the shared repository","__LivelyClassName__":"lively.morphic.TextChunk"},"65695":{"italics":"normal","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"65696":{"x":325,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65697":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"65698":{"morph":{"__isSmartRef__":true,"id":65685},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"65699":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65700":{"x":221,"y":-12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65701":{"submorphs":[{"__isSmartRef__":true,"id":65702}],"scripts":[],"id":"83DB455B-C2F9-46CD-9D32-A9A34C469292","shape":{"__isSmartRef__":true,"id":65718},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":65722},"lighterFill":{"__isSmartRef__":true,"id":65734},"label":{"__isSmartRef__":true,"id":65702},"name":"Button","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":65743},"attributeConnections":[{"__isSmartRef__":true,"id":65744}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":65780},"renderContextTable":{"__isSmartRef__":true,"id":65781},"eventHandler":{"__isSmartRef__":true,"id":65782},"distanceToDragEvent":{"__isSmartRef__":true,"id":65783},"_Position":{"__isSmartRef__":true,"id":65784},"owner":{"__isSmartRef__":true,"id":65583},"derivationIds":[2896,"40384C75-EF01-4AAD-AA1C-A7C19EDB6A0F","21376B8E-78CF-456D-87AA-4D62D86B16D2","E9336A59-C7BF-4C91-88B0-0D0477AA75AE","A5E21E04-05F3-4A15-AAFA-55946EEC5F80","28512033-1B92-4388-B125-1C3DCE6D560F","A7B2B1EE-CD9D-4B35-828A-8F1DE0A24BFC","2E2676E6-1ACE-478E-A54F-49E5754BF3B4","E0DE5483-F457-472E-825E-B6AF8056A1C9","EFBD20B8-E9F6-4777-AA08-A2DA3C8E3E70","D7EF09B6-7888-4F5B-BCEF-E68021A415D6","7FBF982F-F25A-45D8-922E-09822EAC94CE","CBC56727-1E95-4C35-9241-E2876D5B0481","EE9C4AEC-448E-4355-AE9B-D9C3C648F6B4","AAD76550-B8F6-48FF-B41F-B67FB753D845","741803B0-4054-48F3-823E-04D50A704085"],"layout":{"__isSmartRef__":true,"id":65785},"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Button"},"65702":{"submorphs":[],"scripts":[],"id":"863C107D-6F88-481E-B717-00993B0DFAE3","shape":{"__isSmartRef__":true,"id":65703},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":65709},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":65710},"_Padding":{"__isSmartRef__":true,"id":65711},"owner":{"__isSmartRef__":true,"id":65701},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":65712},"textChunks":[{"__isSmartRef__":true,"id":65713}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":65715},"eventHandler":{"__isSmartRef__":true,"id":65716},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":101,"_MinTextHeight":null,"derivationIds":[2897,"92EB5E70-61BB-4A71-942C-A34A20789B2F","A9C9F9CF-1BAC-4074-A093-4EB0C3C90866","2FE50303-6361-4A70-9BD5-0D8D1C8B5176","D774C172-7EE9-40AE-9949-340BA8EDBD37","9B5186A1-2B8E-406C-B165-05F327435DC2","9D4948C2-2429-4333-8F3D-89BB96D33894","748160AD-0FF7-4E89-9BB5-486870332207","944E6E30-642C-448D-BBFE-03835C34628C","254F8208-565C-4C75-A5F5-00426CEB4B73","501AF004-4601-4260-8B81-C8F07DB46A9D","A8CA8FB2-5C27-4E5A-8EC1-6697FE1FF0DD","8517C0CE-CE66-435A-B522-21B2A78DFEE9","3CA33CEB-8ACD-4C69-A01F-254F6D1DA196","B1DA64A1-C447-44F0-8186-BB6E6E7DF3CB","E5464D79-8548-4E65-8C48-D9046F121681"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":65717},"__LivelyClassName__":"lively.morphic.Text"},"65703":{"position":{"__isSmartRef__":true,"id":65704},"_Extent":{"__isSmartRef__":true,"id":65705},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":65706},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":65707},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":65708},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"65704":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65705":{"x":101,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65706":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65707":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"65708":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65709":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65710":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65711":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65712":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65713":{"style":{"__isSmartRef__":true,"id":65714},"chunkOwner":{"__isSmartRef__":true,"id":65702},"storedString":"cancel","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"65714":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"65715":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"65716":{"morph":{"__isSmartRef__":true,"id":65702},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"65717":{"requiredModules":[],"idOnLoad":"863C107D-6F88-481E-B717-00993B0DFAE3","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"65718":{"position":{"__isSmartRef__":true,"id":65719},"_Extent":{"__isSmartRef__":true,"id":65720},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":65721},"_Fill":{"__isSmartRef__":true,"id":65722},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":65732},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":65733},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"65719":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65720":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65721":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65722":{"stops":[{"__isSmartRef__":true,"id":65723},{"__isSmartRef__":true,"id":65725},{"__isSmartRef__":true,"id":65727},{"__isSmartRef__":true,"id":65729}],"vector":{"__isSmartRef__":true,"id":65731},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"65723":{"offset":0,"color":{"__isSmartRef__":true,"id":65724}},"65724":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65725":{"offset":0.4,"color":{"__isSmartRef__":true,"id":65726}},"65726":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65727":{"offset":0.6,"color":{"__isSmartRef__":true,"id":65728}},"65728":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65729":{"offset":1,"color":{"__isSmartRef__":true,"id":65730}},"65730":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65731":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65732":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"65733":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65734":{"stops":[{"__isSmartRef__":true,"id":65735},{"__isSmartRef__":true,"id":65737},{"__isSmartRef__":true,"id":65739},{"__isSmartRef__":true,"id":65741}],"vector":{"__isSmartRef__":true,"id":65731},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"65735":{"offset":0,"color":{"__isSmartRef__":true,"id":65736}},"65736":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65737":{"offset":0.4,"color":{"__isSmartRef__":true,"id":65738}},"65738":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65739":{"offset":0.6,"color":{"__isSmartRef__":true,"id":65740}},"65740":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65741":{"offset":1,"color":{"__isSmartRef__":true,"id":65742}},"65742":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65743":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"83DB455B-C2F9-46CD-9D32-A9A34C469292","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"65744":{"sourceObj":{"__isSmartRef__":true,"id":65701},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":65583},"targetMethodName":"onCancel","visualConnector":{"__isSmartRef__":true,"id":65745},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"65745":{"submorphs":[{"__isSmartRef__":true,"id":65746}],"scripts":[],"shape":{"__isSmartRef__":true,"id":65761},"id":352,"renderContextTable":{"__isSmartRef__":true,"id":65768},"eventHandler":{"__isSmartRef__":true,"id":65769},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":65770},{"__isSmartRef__":true,"id":65771}],"con":{"__isSmartRef__":true,"id":65744},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":65772},"__LivelyClassName__":"lively.morphic.Path"},"65746":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":65747},"id":353,"renderContextTable":{"__isSmartRef__":true,"id":65758},"eventHandler":{"__isSmartRef__":true,"id":65759},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":65760},"owner":{"__isSmartRef__":true,"id":65745},"_Rotation":-2.716760490670451,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"65747":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":65748},{"__isSmartRef__":true,"id":65749},{"__isSmartRef__":true,"id":65750},{"__isSmartRef__":true,"id":65751}],"renderContextTable":{"__isSmartRef__":true,"id":65752},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":65753},"_Extent":{"__isSmartRef__":true,"id":65754},"_Padding":{"__isSmartRef__":true,"id":65755},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":65756},"_Fill":{"__isSmartRef__":true,"id":65757},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"65748":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"65749":{"isAbsolute":true,"x":0,"y":12,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"65750":{"isAbsolute":true,"x":16,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"65751":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"65752":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"65753":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65754":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65755":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65756":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65757":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65758":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"65759":{"morph":{"__isSmartRef__":true,"id":65746},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"65760":{"x":0.5,"y":0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65761":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":65762},{"__isSmartRef__":true,"id":65763}],"renderContextTable":{"__isSmartRef__":true,"id":65764},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":65765},"_Extent":{"__isSmartRef__":true,"id":65766},"_Padding":{"__isSmartRef__":true,"id":65767},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":65756},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"65762":{"isAbsolute":true,"x":420,"y":190,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"65763":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"65764":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"65765":{"x":-0.5,"y":-0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65766":{"x":421,"y":191,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65767":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65768":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"65769":{"morph":{"__isSmartRef__":true,"id":65745},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"65770":{"morph":{"__isSmartRef__":true,"id":65745},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"65771":{"morph":{"__isSmartRef__":true,"id":65745},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":65746},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"65772":{"morphMenuItems":{"__isSmartRef__":true,"id":65773}},"65773":{"varMapping":{"__isSmartRef__":true,"id":65774},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":65779},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"65774":{"this":{"__isSmartRef__":true,"id":65745},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":65775}},"65775":{"$super":{"__isSmartRef__":true,"id":65776}},"65776":{"varMapping":{"__isSmartRef__":true,"id":65777},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":65778},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"65777":{"obj":{"__isSmartRef__":true,"id":65745},"name":"morphMenuItems"},"65778":{},"65779":{},"65780":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65781":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"65782":{"morph":{"__isSmartRef__":true,"id":65701},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"65783":{"x":77,"y":-5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65784":{"x":355,"y":378,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65785":{"moveVertical":true,"moveHorizontal":true},"65786":{"submorphs":[{"__isSmartRef__":true,"id":65787}],"scripts":[],"id":"42587261-D2A4-4068-82D2-CD3A3F40D29C","shape":{"__isSmartRef__":true,"id":65802},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":65815},"lighterFill":{"__isSmartRef__":true,"id":65825},"label":{"__isSmartRef__":true,"id":65787},"name":"Button1","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":65834},"attributeConnections":[{"__isSmartRef__":true,"id":65835}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":65870},"renderContextTable":{"__isSmartRef__":true,"id":65871},"eventHandler":{"__isSmartRef__":true,"id":65872},"distanceToDragEvent":{"__isSmartRef__":true,"id":65873},"_Position":{"__isSmartRef__":true,"id":65874},"owner":{"__isSmartRef__":true,"id":65583},"derivationIds":[2898,"9D27A522-4E3D-482F-97CF-3CA3247A3999","4EBF07AD-25C0-4034-BC06-31F137F70FA1","DC6D6B8E-37AE-4815-A81A-AC7071124A26","42DF6D49-8482-40A3-B901-512013BB5C75","0D3EB4E1-46E7-4B1E-8273-6432575F84B5","733427E4-0BB2-4FB7-917C-4A3D98C50589","001872CD-CE26-4A7A-AB1F-3EFF5AC6D6A3","2FFB821F-9334-4125-8541-31C21E305B78","A3635A2F-B9AE-4CAA-A07F-76E90A2AF718","ACE7DD81-434E-40D4-A12D-CB728F4CFA61","15D1D871-417C-444D-B7E7-4556C755A914","AEC9FEB8-505A-4D19-9C25-747D78D04F17","38C38B49-0343-41FA-BC14-2FAF64266DB0","55C4703F-8F22-4BB7-A09A-4186B8A404F2","6F234AFA-11CA-48C1-841A-536E5A48FE21"],"layout":{"__isSmartRef__":true,"id":65875},"_ClipMode":"visible","_Rotation":0,"_Scale":1,"isPressed":false,"__LivelyClassName__":"lively.morphic.Button"},"65787":{"submorphs":[],"scripts":[],"id":"77E14035-38D3-42AD-AA8D-B0C7C1953F12","shape":{"__isSmartRef__":true,"id":65788},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":65793},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":65794},"_Padding":{"__isSmartRef__":true,"id":65795},"owner":{"__isSmartRef__":true,"id":65786},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":65796},"textChunks":[{"__isSmartRef__":true,"id":65797}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":65799},"eventHandler":{"__isSmartRef__":true,"id":65800},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":101,"_MinTextHeight":null,"derivationIds":[2899,"4F00D1F5-B85C-479E-BDDE-322DF2F432A3","5E7BC7AC-9EF9-4CF5-9196-A542A26534CA","46616896-CA46-4B43-B694-9FB001B32989","F73D407C-A72D-414B-AB8D-1E28025BCA1C","C5B395F9-BF24-4FA7-87D3-03E9AE9C4E45","ECEC7694-EF15-4DE7-A847-9DB2D4B99B3C","AE0EC189-A810-44FB-948F-F8667AF67929","CC950242-2CF1-48D3-B3C3-EF03073D145F","181712FB-04E9-40DA-ABEF-E711AC15A136","08CA5C5C-AAE0-4E6D-BFA4-04C9735965CC","F06603E2-E026-4DB9-B64F-71C0F6BE4CAA","5F5EDDF1-7355-4EE9-8286-9B0FC87B4A34","79E77E86-9ABD-4417-A260-E0CAABA3925E","11030354-936E-4E5D-BEB5-643D96C0CE06","34136BAA-3143-44E9-AA72-B7030E66E400"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":65801},"__LivelyClassName__":"lively.morphic.Text"},"65788":{"position":{"__isSmartRef__":true,"id":65789},"_Extent":{"__isSmartRef__":true,"id":65790},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":65791},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":65792},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":7607},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"65789":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65790":{"x":101,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65791":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65792":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"65793":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65794":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65795":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65796":{"x":101,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65797":{"style":{"__isSmartRef__":true,"id":65798},"chunkOwner":{"__isSmartRef__":true,"id":65787},"storedString":"publish","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"65798":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"65799":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"65800":{"morph":{"__isSmartRef__":true,"id":65787},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"65801":{"requiredModules":[],"idOnLoad":"77E14035-38D3-42AD-AA8D-B0C7C1953F12","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"65802":{"position":{"__isSmartRef__":true,"id":65803},"_Extent":{"__isSmartRef__":true,"id":65804},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":65805},"_Fill":{"__isSmartRef__":true,"id":65806},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":65813},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":65814},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"65803":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65804":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65805":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65806":{"stops":[{"__isSmartRef__":true,"id":65807},{"__isSmartRef__":true,"id":65809},{"__isSmartRef__":true,"id":65810},{"__isSmartRef__":true,"id":65811}],"vector":{"__isSmartRef__":true,"id":153},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"65807":{"offset":0,"color":{"__isSmartRef__":true,"id":65808}},"65808":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65809":{"offset":0.3,"color":{"__isSmartRef__":true,"id":149}},"65810":{"offset":0.7,"color":{"__isSmartRef__":true,"id":149}},"65811":{"offset":1,"color":{"__isSmartRef__":true,"id":65812}},"65812":{"r":0.7973333333333334,"g":0.7973333333333334,"b":0.7973333333333334,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65813":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"65814":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65815":{"stops":[{"__isSmartRef__":true,"id":65816},{"__isSmartRef__":true,"id":65818},{"__isSmartRef__":true,"id":65820},{"__isSmartRef__":true,"id":65822}],"vector":{"__isSmartRef__":true,"id":65824},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"65816":{"offset":0,"color":{"__isSmartRef__":true,"id":65817}},"65817":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65818":{"offset":0.4,"color":{"__isSmartRef__":true,"id":65819}},"65819":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65820":{"offset":0.6,"color":{"__isSmartRef__":true,"id":65821}},"65821":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65822":{"offset":1,"color":{"__isSmartRef__":true,"id":65823}},"65823":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65824":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65825":{"stops":[{"__isSmartRef__":true,"id":65826},{"__isSmartRef__":true,"id":65828},{"__isSmartRef__":true,"id":65830},{"__isSmartRef__":true,"id":65832}],"vector":{"__isSmartRef__":true,"id":65824},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"65826":{"offset":0,"color":{"__isSmartRef__":true,"id":65827}},"65827":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65828":{"offset":0.4,"color":{"__isSmartRef__":true,"id":65829}},"65829":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65830":{"offset":0.6,"color":{"__isSmartRef__":true,"id":65831}},"65831":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65832":{"offset":1,"color":{"__isSmartRef__":true,"id":65833}},"65833":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65834":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"42587261-D2A4-4068-82D2-CD3A3F40D29C","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"65835":{"sourceObj":{"__isSmartRef__":true,"id":65786},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":65583},"targetMethodName":"onPublish","visualConnector":{"__isSmartRef__":true,"id":65836},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"65836":{"submorphs":[{"__isSmartRef__":true,"id":65837}],"scripts":[],"shape":{"__isSmartRef__":true,"id":65851},"id":139,"renderContextTable":{"__isSmartRef__":true,"id":65858},"eventHandler":{"__isSmartRef__":true,"id":65859},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":65860},{"__isSmartRef__":true,"id":65861}],"con":{"__isSmartRef__":true,"id":65835},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":65862},"__LivelyClassName__":"lively.morphic.Path"},"65837":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":65838},"id":140,"renderContextTable":{"__isSmartRef__":true,"id":65848},"eventHandler":{"__isSmartRef__":true,"id":65849},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":65850},"owner":{"__isSmartRef__":true,"id":65836},"_Rotation":-2.5917394709132084,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"65838":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":65839},{"__isSmartRef__":true,"id":65840},{"__isSmartRef__":true,"id":65841},{"__isSmartRef__":true,"id":65842}],"renderContextTable":{"__isSmartRef__":true,"id":65843},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":65844},"_Extent":{"__isSmartRef__":true,"id":65845},"_Padding":{"__isSmartRef__":true,"id":65846},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":65756},"_Fill":{"__isSmartRef__":true,"id":65847},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"65839":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"65840":{"isAbsolute":true,"x":0,"y":12,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"65841":{"isAbsolute":true,"x":16,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"65842":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"65843":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"65844":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65845":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65846":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65847":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65848":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"65849":{"morph":{"__isSmartRef__":true,"id":65837},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"65850":{"x":0.5,"y":0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65851":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":65852},{"__isSmartRef__":true,"id":65853}],"renderContextTable":{"__isSmartRef__":true,"id":65854},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":65855},"_Extent":{"__isSmartRef__":true,"id":65856},"_Padding":{"__isSmartRef__":true,"id":65857},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":65756},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"65852":{"isAbsolute":true,"x":310,"y":190,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"65853":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"65854":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"65855":{"x":-0.5,"y":-0.5,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65856":{"x":311,"y":191,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65857":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65858":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"65859":{"morph":{"__isSmartRef__":true,"id":65836},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"65860":{"morph":{"__isSmartRef__":true,"id":65836},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"65861":{"morph":{"__isSmartRef__":true,"id":65836},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":65837},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"65862":{"morphMenuItems":{"__isSmartRef__":true,"id":65863}},"65863":{"varMapping":{"__isSmartRef__":true,"id":65864},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":65869},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"65864":{"this":{"__isSmartRef__":true,"id":65836},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":65865}},"65865":{"$super":{"__isSmartRef__":true,"id":65866}},"65866":{"varMapping":{"__isSmartRef__":true,"id":65867},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":65868},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"65867":{"obj":{"__isSmartRef__":true,"id":65836},"name":"morphMenuItems"},"65868":{},"65869":{},"65870":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65871":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"65872":{"morph":{"__isSmartRef__":true,"id":65786},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"65873":{"x":62,"y":-12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65874":{"x":245,"y":378,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65875":{"moveVertical":true,"moveHorizontal":true},"65876":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":65877},"id":"17B5F944-4B08-42E5-A96E-70543F35C3C3","renderContextTable":{"__isSmartRef__":true,"id":65884},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":65885}],"eventHandler":{"__isSmartRef__":true,"id":65887},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":65888},"priorExtent":{"__isSmartRef__":true,"id":65889},"_MaxTextWidth":445,"_MinTextWidth":445,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isInputLine":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"name":"CommentText","distanceToDragEvent":{"__isSmartRef__":true,"id":65890},"previousSelection":[0,46],"charsReplaced":"CommitMessageTest1","lastFindLoc":18,"isLockOwner":false,"isBeingDragged":false,"owner":{"__isSmartRef__":true,"id":65583},"derivationIds":[2900,"7E82C349-9FC9-48B5-B84C-30E99FC40DF2","A07EAFD3-B03B-4E4C-BC72-FB29F65F543A","888FB55C-0365-4B40-A9B4-33FD19FA1E91","37AE3F7E-8AF9-413E-BDB9-796C3CE0C0A6","C19CF401-2869-429B-8C7E-3679F2C07B10","16D31632-3C1B-4388-9753-E178F4D74EC3","CE8B7F8B-0B5D-4A03-AFA0-CB5E4A9EE815","A0B7AE1E-340F-4786-A906-37B5D92B955E","6FB3DD7F-E27E-4C14-B6A7-87EE557243E3","8C9DC597-8FB3-409F-9F92-43E22D1EE113","96E19549-1C58-47D1-AABB-06F24696272A","20261F28-5D7A-4D9C-9F1F-79FC901C5E5F","9596C6D2-BEBD-47B3-B8A0-CD4AEBEF927D","420AC273-AA29-49EC-A1C7-C0E272006666","5D4C09DA-AAFB-4330-8646-23901C1FDB84"],"savedTextString":"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!","layout":{"__isSmartRef__":true,"id":65891},"_Rotation":0,"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":65892},"__LivelyClassName__":"lively.morphic.Text"},"65877":{"_Position":{"__isSmartRef__":true,"id":65878},"renderContextTable":{"__isSmartRef__":true,"id":65879},"_Extent":{"__isSmartRef__":true,"id":65880},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":65881},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":65882},"_Fill":{"__isSmartRef__":true,"id":65883},"__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"65878":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65879":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"65880":{"x":455,"y":120,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65881":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65882":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65883":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65884":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"65885":{"style":{"__isSmartRef__":true,"id":65886},"chunkOwner":{"__isSmartRef__":true,"id":65876},"storedString":"Merging 5(!) versions of the Object Editor","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"65886":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"65887":{"morph":{"__isSmartRef__":true,"id":65876},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"65888":{"x":10,"y":110,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65889":{"x":455,"y":120,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65890":{"x":346,"y":-16,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65891":{"resizeWidth":true},"65892":{"partName":"CommentText","requiredModules":[],"idOnLoad":"17B5F944-4B08-42E5-A96E-70543F35C3C3","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"65893":{"submorphs":[],"scripts":[],"id":"E3C50BAD-89B2-47E5-A356-49EC2718F54D","shape":{"__isSmartRef__":true,"id":65894},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":65900},"_MaxTextWidth":250,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":65897},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text9","partsBinMetaInfo":{"__isSmartRef__":true,"id":65901},"textChunks":[{"__isSmartRef__":true,"id":65902}],"charsReplaced":"commit message","lastFindLoc":14,"priorSelectionRange":[0,14],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":65904},"renderContextTable":{"__isSmartRef__":true,"id":65905},"eventHandler":{"__isSmartRef__":true,"id":65906},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":65907},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":250,"_MinTextHeight":null,"previousSelection":[0,6],"distanceToDragEvent":{"__isSmartRef__":true,"id":65908},"isLockOwner":false,"owner":{"__isSmartRef__":true,"id":65583},"derivationIds":[2901,"8E267E15-1052-4F9C-B863-B733384EF1DA","851C46B4-347F-4AE4-9C04-C321E7CC8EA5","D33CE057-77D6-4CCC-90F9-867C622B3572","F9BFA4FE-D786-4384-B9F8-89EEA1D41685","95D3D9C3-CA8D-42A5-833B-30E01D630A4A","9FC24DFC-050E-423E-A017-2D5704509876","1EF71F38-5BCB-4C26-AB60-E2105330181C","7D191F0F-E475-47CF-BABE-55A543C7158D","F6ACFDD6-981C-4170-82C4-1AA9C3090741","092A05B9-0347-411B-8E2A-89272FF7A531","ABE15D91-8819-412F-9FAA-FC6A2F8AD14A","1F266812-1C31-4C6F-9676-B9E59DEA4864","F99A2F51-81DC-4D7F-93A2-84EFBFBC119F","7C9D55B3-6BFC-4DE2-B574-F4A3A11ECF00","08ABC4D8-386F-404A-AB0C-E90DC2E84DC0"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"65894":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":65895},"_Extent":{"__isSmartRef__":true,"id":65896},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":65897},"renderContextTable":{"__isSmartRef__":true,"id":65898},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":65899},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"65895":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65896":{"x":250,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65897":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65898":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"65899":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65900":{"x":10,"y":90,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65901":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","idOnLoad":"E3C50BAD-89B2-47E5-A356-49EC2718F54D","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"65902":{"style":{"__isSmartRef__":true,"id":65903},"morph":{"__isSmartRef__":true,"id":65893},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":65893},"storedString":"comment","__LivelyClassName__":"lively.morphic.TextChunk"},"65903":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"65904":{"x":250,"y":18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65905":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"65906":{"morph":{"__isSmartRef__":true,"id":65893},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"65907":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65908":{"x":163,"y":-17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65909":{"submorphs":[{"__isSmartRef__":true,"id":65910}],"scripts":[],"id":"266D06E2-BFDE-4DF4-B75D-37E556EA67AF","shape":{"__isSmartRef__":true,"id":65926},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":65930},"lighterFill":{"__isSmartRef__":true,"id":65942},"label":{"__isSmartRef__":true,"id":65910},"name":"DiffButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":65951},"attributeConnections":[{"__isSmartRef__":true,"id":65952}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":65954},"renderContextTable":{"__isSmartRef__":true,"id":65955},"eventHandler":{"__isSmartRef__":true,"id":65956},"distanceToDragEvent":{"__isSmartRef__":true,"id":65957},"_Position":{"__isSmartRef__":true,"id":65958},"derivationIds":[2898,"9D27A522-4E3D-482F-97CF-3CA3247A3999","4EBF07AD-25C0-4034-BC06-31F137F70FA1","DC6D6B8E-37AE-4815-A81A-AC7071124A26","42DF6D49-8482-40A3-B901-512013BB5C75","132901B3-F9F2-482D-99E6-40EAECDCEF13","7BC760E1-232D-4654-8D89-3E2AF9B63E8A","10CF8C2D-EC10-4718-9BB8-A4D765C25CA2","E1457927-6D7F-4C43-A0D3-4606E937C36C","B2BCD5A8-36BB-4202-B2F1-480CA22D151C","16C66256-7472-4B33-A3FC-D41E1123E484","9D6EC181-02A4-4AA3-9511-97B61299072E","514B5C5C-2E93-4CD5-913F-C4210C8D3803","A4836A2F-5B4D-4F0C-BA65-6DF7DB4D4262","DD94CDA9-6F9F-4B4F-9D75-C57314BFD093","AB91D3DA-E1FA-400A-813B-C9670264E72F","9E97E660-33C2-4D79-9407-0794A939EBC2"],"owner":{"__isSmartRef__":true,"id":65583},"layout":{"__isSmartRef__":true,"id":65959},"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Button"},"65910":{"submorphs":[],"scripts":[],"id":"CFA611E1-C63E-46FC-AB8A-FBE1CC2E9A86","shape":{"__isSmartRef__":true,"id":65911},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":65917},"_MaxTextWidth":150,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":65918},"_Padding":{"__isSmartRef__":true,"id":65919},"owner":{"__isSmartRef__":true,"id":65909},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":65920},"textChunks":[{"__isSmartRef__":true,"id":65921}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":65923},"eventHandler":{"__isSmartRef__":true,"id":65924},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":150,"_MinTextHeight":null,"derivationIds":[2899,"4F00D1F5-B85C-479E-BDDE-322DF2F432A3","5E7BC7AC-9EF9-4CF5-9196-A542A26534CA","46616896-CA46-4B43-B694-9FB001B32989","F73D407C-A72D-414B-AB8D-1E28025BCA1C","E34F55EC-06D3-4965-A0D2-625CA896E3B7","2C75B823-DD52-427F-A501-B824B4C4AFFF","B4D1CBE5-9DEA-4728-8803-CCD541086497","6E0FBCF8-EAA4-4635-A092-F3A690EE9EF7","89A9C61E-62E5-4DC5-9ABB-48A97517BF54","7481FBBB-A4A7-4F5E-A153-60033229DE49","FEBD2158-DF74-4EDF-BD2A-2C5A19DDF177","129B298F-732B-46E2-AB44-60B8E8AC2378","92CFB2AD-D63D-4DD7-A729-6D0962A7C5FC","BC6FB6FB-EF63-4C39-9668-0462E42556C2","8BE2159A-9EB3-44EC-8BAD-0CF297F58645","D81DC308-8273-4F17-A7C0-849953D6454B"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":65925},"__LivelyClassName__":"lively.morphic.Text"},"65911":{"position":{"__isSmartRef__":true,"id":65912},"_Extent":{"__isSmartRef__":true,"id":65913},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":65914},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":65915},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":65916},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"65912":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65913":{"x":150,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65914":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65915":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"65916":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65917":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65918":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65919":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65920":{"x":150,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65921":{"style":{"__isSmartRef__":true,"id":65922},"chunkOwner":{"__isSmartRef__":true,"id":65910},"storedString":"check for updates","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"65922":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"65923":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"65924":{"morph":{"__isSmartRef__":true,"id":65910},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"65925":{"requiredModules":[],"idOnLoad":"CFA611E1-C63E-46FC-AB8A-FBE1CC2E9A86","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"65926":{"position":{"__isSmartRef__":true,"id":65927},"_Extent":{"__isSmartRef__":true,"id":65928},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":65929},"_Fill":{"__isSmartRef__":true,"id":65930},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":65940},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":65941},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"65927":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65928":{"x":150,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65929":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65930":{"stops":[{"__isSmartRef__":true,"id":65931},{"__isSmartRef__":true,"id":65933},{"__isSmartRef__":true,"id":65935},{"__isSmartRef__":true,"id":65937}],"vector":{"__isSmartRef__":true,"id":65939},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"65931":{"offset":0,"color":{"__isSmartRef__":true,"id":65932}},"65932":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65933":{"offset":0.4,"color":{"__isSmartRef__":true,"id":65934}},"65934":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65935":{"offset":0.6,"color":{"__isSmartRef__":true,"id":65936}},"65936":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65937":{"offset":1,"color":{"__isSmartRef__":true,"id":65938}},"65938":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65939":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65940":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"65941":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65942":{"stops":[{"__isSmartRef__":true,"id":65943},{"__isSmartRef__":true,"id":65945},{"__isSmartRef__":true,"id":65947},{"__isSmartRef__":true,"id":65949}],"vector":{"__isSmartRef__":true,"id":65939},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"65943":{"offset":0,"color":{"__isSmartRef__":true,"id":65944}},"65944":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65945":{"offset":0.4,"color":{"__isSmartRef__":true,"id":65946}},"65946":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65947":{"offset":0.6,"color":{"__isSmartRef__":true,"id":65948}},"65948":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65949":{"offset":1,"color":{"__isSmartRef__":true,"id":65950}},"65950":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65951":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"266D06E2-BFDE-4DF4-B75D-37E556EA67AF","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"65952":{"sourceObj":{"__isSmartRef__":true,"id":65909},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":65583},"targetMethodName":"checkForUpdates","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":65953},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"65953":{"source":{"__isSmartRef__":true,"id":65909},"target":{"__isSmartRef__":true,"id":65583}},"65954":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65955":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"65956":{"morph":{"__isSmartRef__":true,"id":65909},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"65957":{"x":69.5,"y":-18,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65958":{"x":10,"y":378,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65959":{"moveVertical":true},"65960":{"_Position":{"__isSmartRef__":true,"id":65961},"renderContextTable":{"__isSmartRef__":true,"id":65962},"_Extent":{"__isSmartRef__":true,"id":65963},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":65964},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":65965},"_Fill":{"__isSmartRef__":true,"id":65966},"__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"65961":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65962":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"65963":{"x":479,"y":415,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65964":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65965":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65966":{"r":0.8235294117647058,"g":0.8235294117647058,"b":0.8235294117647058,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"65967":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"65968":{"morph":{"__isSmartRef__":true,"id":65583},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"65969":{"adjustForNewBounds":true,"resizeWidth":true,"resizeHeight":true},"65970":{"message":"Please enter a name for the part","attributeConnections":[{"__isSmartRef__":true,"id":65971}],"doNotSerialize":["$$result"],"doNotCopyProperties":["$$result"],"defaultInput":"CommitMessageTest1","panel":{"__isSmartRef__":true,"id":65583},"label":{"__isSmartRef__":true,"id":65972},"cancelButton":{"__isSmartRef__":true,"id":65984},"okButton":{"__isSmartRef__":true,"id":66030},"inputText":{"__isSmartRef__":true,"id":65584},"view":{"__isSmartRef__":true,"id":65583},"__SourceModuleName__":"Global.lively.morphic.Widgets","result":"CommitMessageTest1","__LivelyClassName__":"lively.morphic.PromptDialog"},"65971":{"sourceObj":{"__isSmartRef__":true,"id":65970},"sourceAttrName":"result","targetObj":{"__isSmartRef__":true,"id":65970},"targetMethodName":"triggerCallback","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"65972":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":65973},"id":3220,"renderContextTable":{"__isSmartRef__":true,"id":65978},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":65979}],"eventHandler":{"__isSmartRef__":true,"id":65981},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":false,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":65982},"priorExtent":{"__isSmartRef__":true,"id":65983},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":null,"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"isCopyMorphRef":true,"morphRefId":1,"__LivelyClassName__":"lively.morphic.Text"},"65973":{"_Position":{"__isSmartRef__":true,"id":65974},"renderContextTable":{"__isSmartRef__":true,"id":65975},"_Extent":{"__isSmartRef__":true,"id":65976},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":65589},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":65590},"_Fill":{"__isSmartRef__":true,"id":65977},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"65974":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65975":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"65976":{"x":226,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65977":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65978":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"65979":{"style":{"__isSmartRef__":true,"id":65980},"chunkOwner":{"__isSmartRef__":true,"id":65972},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"65980":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"65981":{"morph":{"__isSmartRef__":true,"id":65972},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"65982":{"x":4,"y":4,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65983":{"x":226,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65984":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":65985},"id":6793,"renderContextTable":{"__isSmartRef__":true,"id":66001},"eventHandler":{"__isSmartRef__":true,"id":66002},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":66003},"priorExtent":{"__isSmartRef__":true,"id":66004},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":65991},"lighterFill":{"__isSmartRef__":true,"id":66005},"label":{"__isSmartRef__":true,"id":66014},"layout":{"__isSmartRef__":true,"id":66026},"owner":null,"attributeConnections":[{"__isSmartRef__":true,"id":66027},{"__isSmartRef__":true,"id":66028}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","isCopyMorphRef":true,"morphRefId":1,"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Button"},"65985":{"_Position":{"__isSmartRef__":true,"id":65986},"renderContextTable":{"__isSmartRef__":true,"id":65987},"_Extent":{"__isSmartRef__":true,"id":65988},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":65989},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":65990},"_Fill":{"__isSmartRef__":true,"id":65991},"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"65986":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65987":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"65988":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"65989":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"65990":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65991":{"stops":[{"__isSmartRef__":true,"id":65992},{"__isSmartRef__":true,"id":65994},{"__isSmartRef__":true,"id":65996},{"__isSmartRef__":true,"id":65998}],"vector":{"__isSmartRef__":true,"id":66000},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"65992":{"offset":0,"color":{"__isSmartRef__":true,"id":65993}},"65993":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65994":{"offset":0.4,"color":{"__isSmartRef__":true,"id":65995}},"65995":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65996":{"offset":0.6,"color":{"__isSmartRef__":true,"id":65997}},"65997":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"65998":{"offset":1,"color":{"__isSmartRef__":true,"id":65999}},"65999":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"66000":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"66001":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"66002":{"morph":{"__isSmartRef__":true,"id":65984},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"66003":{"x":478,"y":187,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"66004":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"66005":{"stops":[{"__isSmartRef__":true,"id":66006},{"__isSmartRef__":true,"id":66008},{"__isSmartRef__":true,"id":66010},{"__isSmartRef__":true,"id":66012}],"vector":{"__isSmartRef__":true,"id":66000},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"66006":{"offset":0,"color":{"__isSmartRef__":true,"id":66007}},"66007":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"66008":{"offset":0.4,"color":{"__isSmartRef__":true,"id":66009}},"66009":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"66010":{"offset":0.6,"color":{"__isSmartRef__":true,"id":66011}},"66011":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"66012":{"offset":1,"color":{"__isSmartRef__":true,"id":66013}},"66013":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"66014":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":66015},"id":6794,"renderContextTable":{"__isSmartRef__":true,"id":66020},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":66021}],"eventHandler":{"__isSmartRef__":true,"id":66023},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":66024},"priorExtent":{"__isSmartRef__":true,"id":66025},"_MaxTextWidth":60,"_MinTextWidth":60,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":null,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Text"},"66015":{"_Position":{"__isSmartRef__":true,"id":66016},"renderContextTable":{"__isSmartRef__":true,"id":66017},"_Extent":{"__isSmartRef__":true,"id":66018},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":66019},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":65590},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"66016":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"66017":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"66018":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"66019":{"x":0,"y":6,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"66020":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"66021":{"style":{"__isSmartRef__":true,"id":66022},"chunkOwner":{"__isSmartRef__":true,"id":66014},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"66022":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"66023":{"morph":{"__isSmartRef__":true,"id":66014},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"66024":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"66025":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"66026":{"moveVertical":true,"moveHorizontal":true},"66027":{"sourceObj":{"__isSmartRef__":true,"id":65984},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":65970},"targetMethodName":"removeTopLevel","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"66028":{"sourceObj":{"__isSmartRef__":true,"id":65984},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":65970},"targetMethodName":"result","converter":null,"converterString":"function () { return null }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":66029},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"66029":{"source":{"__isSmartRef__":true,"id":65984},"target":{"__isSmartRef__":true,"id":65970}},"66030":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":66031},"id":6795,"renderContextTable":{"__isSmartRef__":true,"id":66036},"eventHandler":{"__isSmartRef__":true,"id":66037},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":66038},"priorExtent":{"__isSmartRef__":true,"id":66039},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":65991},"lighterFill":{"__isSmartRef__":true,"id":66040},"label":{"__isSmartRef__":true,"id":66049},"layout":{"__isSmartRef__":true,"id":66061},"owner":null,"attributeConnections":[{"__isSmartRef__":true,"id":66062},{"__isSmartRef__":true,"id":66063}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","isCopyMorphRef":true,"morphRefId":2,"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Button"},"66031":{"_Position":{"__isSmartRef__":true,"id":66032},"renderContextTable":{"__isSmartRef__":true,"id":66033},"_Extent":{"__isSmartRef__":true,"id":66034},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":66035},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":65990},"_Fill":{"__isSmartRef__":true,"id":65991},"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"66032":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"66033":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"66034":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"66035":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"66036":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","setOrigin":"setOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"66037":{"morph":{"__isSmartRef__":true,"id":66030},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"66038":{"x":414,"y":187,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"66039":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"66040":{"stops":[{"__isSmartRef__":true,"id":66041},{"__isSmartRef__":true,"id":66043},{"__isSmartRef__":true,"id":66045},{"__isSmartRef__":true,"id":66047}],"vector":{"__isSmartRef__":true,"id":66000},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"66041":{"offset":0,"color":{"__isSmartRef__":true,"id":66042}},"66042":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"66043":{"offset":0.4,"color":{"__isSmartRef__":true,"id":66044}},"66044":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"66045":{"offset":0.6,"color":{"__isSmartRef__":true,"id":66046}},"66046":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"66047":{"offset":1,"color":{"__isSmartRef__":true,"id":66048}},"66048":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"66049":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":66050},"id":6796,"renderContextTable":{"__isSmartRef__":true,"id":66055},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":66056}],"eventHandler":{"__isSmartRef__":true,"id":66058},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":66059},"priorExtent":{"__isSmartRef__":true,"id":66060},"_MaxTextWidth":60,"_MinTextWidth":60,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":null,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLockOwner":false,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Text"},"66050":{"_Position":{"__isSmartRef__":true,"id":66051},"renderContextTable":{"__isSmartRef__":true,"id":66052},"_Extent":{"__isSmartRef__":true,"id":66053},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":66054},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":65590},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"66051":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"66052":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"66053":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"66054":{"x":0,"y":6,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"66055":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"66056":{"style":{"__isSmartRef__":true,"id":66057},"chunkOwner":{"__isSmartRef__":true,"id":66049},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"66057":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"66058":{"morph":{"__isSmartRef__":true,"id":66049},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"66059":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"66060":{"x":60,"y":30,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"66061":{"moveVertical":true,"moveHorizontal":true},"66062":{"sourceObj":{"__isSmartRef__":true,"id":66030},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":65970},"targetMethodName":"removeTopLevel","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"66063":{"sourceObj":{"__isSmartRef__":true,"id":66030},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":65584},"targetMethodName":"doSave","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"66064":{"x":479,"y":415,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"66065":{"x":365,"y":-16,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"66066":{"x":0,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"66067":{"partName":"PublishPartPanePane","requiredModules":[],"__SourceModuleName__":"Global.lively.PartsBin","idOnLoad":"8556A9AA-E3C9-4FE1-B0DD-C986E2BD619E","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"66068":{"copyToPartsBin":{"__isSmartRef__":true,"id":66069},"onPublish":{"__isSmartRef__":true,"id":66077},"onCancel":{"__isSmartRef__":true,"id":66081},"setTarget":{"__isSmartRef__":true,"id":66085},"reset":{"__isSmartRef__":true,"id":66089},"showDiff":{"__isSmartRef__":true,"id":66093},"checkForUpdates":{"__isSmartRef__":true,"id":66097},"askForDiffViewer":{"__isSmartRef__":true,"id":66101},"onRemove":{"__isSmartRef__":true,"id":66105}},"66069":{"varMapping":{"__isSmartRef__":true,"id":66070},"source":"function copyToPartsBin(morph) {\n var name = this.get('NameText').textString\n\n var info = morph.getPartsBinMetaInfo();\n morph.setName(name);\n\n info.partsSpaceName = this.get('CategoryText').textString\n info.comment = this.get('CommentText').textString\n\n if (! info.changes) info.changes = [];\n var change = { \n date: new Date(), \n author: this.world().getUserName(), \n message: this.get('CommitMessageText').textString,\n id: Strings.newUUID()\n }\n info.changes.push(change) \n\n morph.copyToPartsBin();\n}","funcProperties":{"__isSmartRef__":true,"id":66075},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"66070":{"this":{"__isSmartRef__":true,"id":65583},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":66071}},"66071":{"$super":{"__isSmartRef__":true,"id":66072}},"66072":{"varMapping":{"__isSmartRef__":true,"id":66073},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world) \n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":66074},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"66073":{"obj":{"__isSmartRef__":true,"id":65583},"name":"copyToPartsBin"},"66074":{},"66075":{"timestamp":{"__isSmartRef__":true,"id":66076},"user":"jenslincke","tags":[]},"66076":{"isSerializedDate":true,"string":"Fri Oct 28 2011 15:13:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"66077":{"varMapping":{"__isSmartRef__":true,"id":66078},"source":"function onPublish() {\n if (!this.target) alert(\"No target to upload\");\n this.copyToPartsBin(this.target);\n}","funcProperties":{"__isSmartRef__":true,"id":66079},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"66078":{"this":{"__isSmartRef__":true,"id":65583}},"66079":{"timestamp":{"__isSmartRef__":true,"id":66080},"user":"undefined","tags":[]},"66080":{"isSerializedDate":true,"string":"Thu Mar 29 2012 15:46:31 GMT+0200 (Mitteleuropäische Sommerzeit)"},"66081":{"varMapping":{"__isSmartRef__":true,"id":66082},"source":"function onCancel() {\n alertOK(\"cancel upload \") \n this.owner.remove()\n}","funcProperties":{"__isSmartRef__":true,"id":66083},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"66082":{"this":{"__isSmartRef__":true,"id":65583}},"66083":{"timestamp":{"__isSmartRef__":true,"id":66084},"user":"jenslincke","tags":[]},"66084":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:52:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"66085":{"varMapping":{"__isSmartRef__":true,"id":66086},"source":"function setTarget(morph) {\n this.target = morph \n if (!morph) {\n this.get('NameText').textString = 'Anonymous';\n this.get('CategoryText').textString = 'Default';\n this.get('CommentText').textString = 'no comment'; \n this.get('CommitMessageText').textString = 'no comment' \n return\n }\n var info = this.target.getPartsBinMetaInfo();\n this.get('NameText').textString = info.partName || morph.getName();\n if (info.partsSpaceName) this.get('CategoryText').textString = info.partsSpaceName;\n if (info.comment) this.get('CommentText').textString = info.comment; \n\n}","funcProperties":{"__isSmartRef__":true,"id":66087},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"66086":{"this":{"__isSmartRef__":true,"id":65583}},"66087":{"timestamp":{"__isSmartRef__":true,"id":66088},"user":"jenslincke","tags":[]},"66088":{"isSerializedDate":true,"string":"Fri Apr 20 2012 11:59:07 GMT+0200 (Mitteleuropäische Sommerzeit)"},"66089":{"varMapping":{"__isSmartRef__":true,"id":66090},"source":"function reset() {\n this.setTarget(null)\n \n}","funcProperties":{"__isSmartRef__":true,"id":66091},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"66090":{"this":{"__isSmartRef__":true,"id":65583}},"66091":{"timestamp":{"__isSmartRef__":true,"id":66092},"user":"jenslincke","tags":[]},"66092":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:45:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"66093":{"varMapping":{"__isSmartRef__":true,"id":66094},"source":"function showDiff() {\n if (this.target) {\n if (typeof(this.target.showThreeWayDiff) === 'function') {\n this.target.showThreeWayDiff();\n }\n else {\n alert('Three Way Diff is not implemented yet')\n }\n }\n}","funcProperties":{"__isSmartRef__":true,"id":66095},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"66094":{"this":{"__isSmartRef__":true,"id":65583}},"66095":{"timestamp":{"__isSmartRef__":true,"id":66096},"user":"undefined","tags":[]},"66096":{"isSerializedDate":true,"string":"Thu Mar 22 2012 10:32:37 GMT+0100 (Mitteleuropäische Zeit)"},"66097":{"varMapping":{"__isSmartRef__":true,"id":66098},"source":"function checkForUpdates() {\n var space = lively.PartsBin.partsSpaceNamed(this.get('CategoryText').textString),\n name = this.get('NameText').textString,\n fileUrl = space.getURL().withFilename(encodeURI(name))+'.json';\n\n var webR = new WebResource(fileUrl);\n \n if (webR.exists()) {\n var rev = webR.getHeadRevision().headRevision;\n if (this.target.getPartsBinMetaInfo().revisionOnLoad == rev) \n alertOK(\"No changes since last update.\")\n else {\n this.askForDiffViewer();\n }\n }\n else \n alertOK(\"Part does not exist in PartsBin.\") \n \n}","funcProperties":{"__isSmartRef__":true,"id":66099},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"66098":{"this":{"__isSmartRef__":true,"id":65583}},"66099":{"timestamp":{"__isSmartRef__":true,"id":66100},"user":"undefined","tags":[]},"66100":{"isSerializedDate":true,"string":"Fri Mar 23 2012 15:12:03 GMT+0100 (Mitteleuropäische Zeit)"},"66101":{"varMapping":{"__isSmartRef__":true,"id":66102},"source":"function askForDiffViewer() {\n $world.confirm('A newer version of '+this.get('NameText').textString+' is available. Show diff?', function (bool) {bool && this.showDiff()}.bind(this))\n}","funcProperties":{"__isSmartRef__":true,"id":66103},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"66102":{"this":{"__isSmartRef__":true,"id":65583}},"66103":{"timestamp":{"__isSmartRef__":true,"id":66104},"user":"undefined","tags":[]},"66104":{"isSerializedDate":true,"string":"Fri Mar 23 2012 15:08:43 GMT+0100 (Mitteleuropäische Zeit)"},"66105":{"varMapping":{"__isSmartRef__":true,"id":66106},"source":"function onRemove() {\n $world.publishPartDialog && $world.publishPartDialog.remove()\n}","funcProperties":{"__isSmartRef__":true,"id":66107},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"66106":{"this":{"__isSmartRef__":true,"id":65583}},"66107":{"timestamp":{"__isSmartRef__":true,"id":66108},"user":"undefined","tags":[]},"66108":{"isSerializedDate":true,"string":"Thu Mar 29 2012 15:54:34 GMT+0200 (Mitteleuropäische Sommerzeit)"},"66109":{"submorphs":[],"scripts":[],"id":"517C1F09-A466-4F52-AEEC-9CB52DE52A91","shape":{"__isSmartRef__":true,"id":66110},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":66117},"showsHalos":false,"name":"ResizeCorner","partsBinMetaInfo":{"__isSmartRef__":true,"id":66118},"__SourceModuleName__":"Global.lively.morphic.Core","draggingEnabled":true,"dragStartPoint":null,"originalExtent":{"__isSmartRef__":true,"id":66119},"originalTargetExtent":null,"renderContextTable":{"__isSmartRef__":true,"id":66120},"eventHandler":{"__isSmartRef__":true,"id":66121},"priorExtent":{"__isSmartRef__":true,"id":66122},"originalTargetInnerBounds":null,"isResizeCorner":true,"relativeOrigin":null,"derivationIds":[7147,"16E962DF-21E9-4FE6-8B9B-953F0E908113","ADD0B5C0-0DC6-4D8E-9C2A-0EC7E3C71F21","F0667EB1-BF07-4E63-BA56-99189F82C865","DFDE68D2-3731-46DE-ADC8-56E32998CE07","D914121B-05B0-490E-A9F7-FE9AB53455A3","685BF0CF-E831-4670-98CD-A84F0E9D3C1A","7F4A1B67-C3C5-4398-9FC6-EEECF75FF81D","ABACD15A-2A09-48B6-91CF-E5BD3A9974FB","06D7E052-8590-4522-B7F3-1A59D4B017E7"],"moved":true,"attributeConnections":[{"__isSmartRef__":true,"id":66123}],"doNotSerialize":["$$cornerName"],"doNotCopyProperties":["$$cornerName"],"originalTargetBounds":null,"owner":{"__isSmartRef__":true,"id":65425},"distanceToDragEvent":{"__isSmartRef__":true,"id":66124},"cornerName":"bottomRight","_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":66125},"__LivelyClassName__":"lively.morphic.Box"},"66110":{"position":{"__isSmartRef__":true,"id":66111},"_Extent":{"__isSmartRef__":true,"id":66112},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":66113},"_Fill":{"__isSmartRef__":true,"id":66114},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":66115},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":66116},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"66111":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"66112":{"x":10,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"66113":{"r":0.568,"g":0.568,"b":0.568,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"66114":{"r":0.258,"g":0.258,"b":0.258,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"66115":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"66116":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"66117":{"x":469,"y":427,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"66118":{"partsSpaceName":"PartsBin/Widgets/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Resize an object without using halos.","partName":"ResizeCorner","revisionOnLoad":140152,"idOnLoad":"517C1F09-A466-4F52-AEEC-9CB52DE52A91","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"66119":{"x":239,"y":138,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"66120":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"66121":{"morph":{"__isSmartRef__":true,"id":66109},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"66122":{"x":10,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"66123":{"sourceObj":{"__isSmartRef__":true,"id":66109},"sourceAttrName":"cornerName","targetObj":{"__isSmartRef__":true,"id":66109},"targetMethodName":"alignToOwner","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"66124":{"x":42,"y":-10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"66125":{"onDrag":{"__isSmartRef__":true,"id":66126},"onDragEnd":{"__isSmartRef__":true,"id":66134},"onDragStart":{"__isSmartRef__":true,"id":66142},"reset":{"__isSmartRef__":true,"id":66150},"morphMenuItems":{"__isSmartRef__":true,"id":66153},"alignToOwner":{"__isSmartRef__":true,"id":66160}},"66126":{"varMapping":{"__isSmartRef__":true,"id":66127},"source":"function onDrag(evt) {\n // alert(\"onDrag\")\n // this.owner.setPosition(pt(0,0))\n // this.owner.setOrigin(pt(0,0))\n var moveDelta = evt.mousePoint.subPt(this.dragStartPoint)\n \n // moveDelta = moveDelta.maxPt(pt(0,0))\n var ownerExtent = this.owner.getExtent();\n\n // TODO does not work\n if (evt.isShiftDown()) {\n var maxDelta = Math.max(moveDelta.x, moveDelta.y);\n if (maxDelta == 0) return;\n var factor = ownerExtent.x / ownerExtent.y\n moveDelta = pt(maxDelta * factor, maxDelta )\n }\n var accessor = \"with\" + this.cornerName.charAt(0).toUpperCase() + this.cornerName.substring(1);\n\n var newCorner = this.originalTargetBounds[this.cornerName]().addPt(moveDelta);\n var newBounds = this.originalTargetBounds[accessor ](newCorner);\n\n this.owner.setBounds(newBounds);\n \n // var newExtent = this.originalTargetExtent.addPt(moveDelta)\n // alertOK(\"new extent\" + newExtent)\n // this.owner.setExtent(newExtent);\n this.owner.submorphs.select(function(ea) {\n return ea.isResizeCorner\n }).invoke('alignToOwner');\n if (this.owner.halos) {\n this.owner.halos.invoke('alignAtTarget')\n }\n // alertOK(\"relative \" + this.relativeOrigin)\n var newOrigin = pt(0,0).extent(this.owner.getExtent()).relativeToAbsPoint(this.relativeOrigin)\n\n // TODO IMPLEMENT updating the origin does not work yet\n // this.owner.setOrigin(newOrigin);\n // alertOK(\"new origin \" + newOrigin)\n\n}","funcProperties":{"__isSmartRef__":true,"id":66132},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"66127":{"this":{"__isSmartRef__":true,"id":66109},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":66128}},"66128":{"$super":{"__isSmartRef__":true,"id":66129}},"66129":{"varMapping":{"__isSmartRef__":true,"id":66130},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":66131},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"66130":{"obj":{"__isSmartRef__":true,"id":66109},"name":"onDrag"},"66131":{},"66132":{"timestamp":{"__isSmartRef__":true,"id":66133},"user":"sstamm","tags":[]},"66133":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:08:52 GMT+0100 (Mitteleuropäische Zeit)"},"66134":{"varMapping":{"__isSmartRef__":true,"id":66135},"source":"function onDragEnd(evt) {\n this.dragStartPoint = null;\n this.originalTargetBounds = null;\n this.relativeOrigin = null;\n}","funcProperties":{"__isSmartRef__":true,"id":66140},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"66135":{"this":{"__isSmartRef__":true,"id":66109},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":66136}},"66136":{"$super":{"__isSmartRef__":true,"id":66137}},"66137":{"varMapping":{"__isSmartRef__":true,"id":66138},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":66139},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"66138":{"obj":{"__isSmartRef__":true,"id":66109},"name":"onDragEnd"},"66139":{},"66140":{"timestamp":{"__isSmartRef__":true,"id":66141},"user":"sstamm","tags":[]},"66141":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:09:00 GMT+0100 (Mitteleuropäische Zeit)"},"66142":{"varMapping":{"__isSmartRef__":true,"id":66143},"source":"function onDragStart(evt) {\n var absToRelativePoint = function (r, absPt) {\n\t\treturn new Point(\n\t\t\t(absPt.x - r.x) / r.width,\n\t\t\t(absPt.y - r.y) / r.height)\n\t}\n // absToRelativePoint(new Rectangle(10,10,100,100), pt(20,20))\n // absToRelativePoint(new Rectangle(10,10,100,100), pt(0,0))\n // absToRelativePoint(new Rectangle(-100,-100,200,200), pt(0,0))\n\n\n this.dragStartPoint = evt.mousePoint;\n this.originalTargetBounds= this.owner.bounds();\n this.relativeOrigin = absToRelativePoint(pt(0,0).extent(this.owner.getExtent()), this.owner.getOrigin())\n}","funcProperties":{"__isSmartRef__":true,"id":66148},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"66143":{"this":{"__isSmartRef__":true,"id":66109},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":66144}},"66144":{"$super":{"__isSmartRef__":true,"id":66145}},"66145":{"varMapping":{"__isSmartRef__":true,"id":66146},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":66147},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"66146":{"obj":{"__isSmartRef__":true,"id":66109},"name":"onDragStart"},"66147":{},"66148":{"timestamp":{"__isSmartRef__":true,"id":66149},"user":"sstamm","tags":[]},"66149":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:08:40 GMT+0100 (Mitteleuropäische Zeit)"},"66150":{"varMapping":{"__isSmartRef__":true,"id":66151},"source":"function reset() {\n this.isResizeCorner = true\n this.cornerName = 'bottomRight'\n this.setExtent(pt(10,10));\n this.setPosition(pt(0,0))\n}","funcProperties":{"__isSmartRef__":true,"id":66152},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"66151":{"this":{"__isSmartRef__":true,"id":66109}},"66152":{},"66153":{"varMapping":{"__isSmartRef__":true,"id":66154},"source":"function morphMenuItems() {\n return $super().concat([\n [\"corner\", [\n [\"top left\", function() { this.cornerName = 'topLeft'}.bind(this)],\n [\"top right\", function() { this.cornerName = 'topRight'}.bind(this)],\n [\"bottom right\", function() { this.cornerName = 'bottomRight'}.bind(this)],\n [\"bottom left\", function() { this.cornerName = 'bottomLeft'}.bind(this)],\n ]]\n ])\t\n}","funcProperties":{"__isSmartRef__":true,"id":66159},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"66154":{"this":{"__isSmartRef__":true,"id":66109},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":66155}},"66155":{"$super":{"__isSmartRef__":true,"id":66156}},"66156":{"varMapping":{"__isSmartRef__":true,"id":66157},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":66158},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"66157":{"obj":{"__isSmartRef__":true,"id":66109},"name":"morphMenuItems"},"66158":{},"66159":{},"66160":{"varMapping":{"__isSmartRef__":true,"id":66161},"source":"function alignToOwner() {\n this.align(this.bounds()[this.cornerName](), this.owner.shape.bounds()[this.cornerName]() )\n}","funcProperties":{"__isSmartRef__":true,"id":66162},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"66161":{"this":{"__isSmartRef__":true,"id":66109}},"66162":{},"66163":{"renderContextTable":{"__isSmartRef__":true,"id":66164},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":66165},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":66166},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"66164":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"66165":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"66166":{"x":479,"y":437,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"66167":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"66168":{"morph":{"__isSmartRef__":true,"id":65425},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"66169":{"adjustForNewBounds":true},"66170":{"x":479,"y":437,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"66171":{"x":0,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"66172":{"x":1059,"y":485,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"66173":{"partName":"PublishPartDialog","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Dialogs","__SourceModuleName__":"Global.lively.PartsBin","comment":"A dialog for publishing parts in the PartsBin.","changes":[{"__isSmartRef__":true,"id":66174},{"__isSmartRef__":true,"id":66176},{"__isSmartRef__":true,"id":66178},{"__isSmartRef__":true,"id":66180},{"__isSmartRef__":true,"id":66182},{"__isSmartRef__":true,"id":66184},{"__isSmartRef__":true,"id":66186},{"__isSmartRef__":true,"id":66188},{"__isSmartRef__":true,"id":66190},{"__isSmartRef__":true,"id":66192}],"revisionOnLoad":154052,"idOnLoad":"AB4228C5-FD82-4D3F-8E29-FEBE058BC7A0","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"66174":{"date":{"__isSmartRef__":true,"id":66175},"author":"undefined","message":"resetted view","id":"61086210-FA8D-49B7-9E8F-E1E202A9ECD7"},"66175":{"isSerializedDate":true,"string":"Wed Mar 21 2012 14:50:23 GMT+0100 (Mitteleuropäische Zeit)"},"66176":{"date":{"__isSmartRef__":true,"id":66177},"author":"undefined","message":"added show diff button","id":"93AC78DB-FFE8-40AC-B8FC-34B0936B39A7"},"66177":{"isSerializedDate":true,"string":"Wed Mar 21 2012 14:49:44 GMT+0100 (Mitteleuropäische Zeit)"},"66178":{"date":{"__isSmartRef__":true,"id":66179},"author":"undefined","message":"","id":"A5F4EACF-EF62-483F-B8B3-65966A895FA4"},"66179":{"isSerializedDate":true,"string":"Tue Mar 20 2012 13:00:03 GMT+0100 (Mitteleuropäische Zeit)"},"66180":{"date":{"__isSmartRef__":true,"id":66181},"author":"jenslincke","message":"first commit of Publish dialog using the publish dialog itself!"},"66181":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:54:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"66182":{"date":{"__isSmartRef__":true,"id":66183},"author":"jenslincke","message":""},"66183":{"isSerializedDate":true,"string":"Wed Oct 19 2011 14:52:26 GMT+0200 (Mitteleuropäische Sommerzeit)"},"66184":{"date":{"__isSmartRef__":true,"id":66185},"author":"jenslincke","message":"store an uuid when publishing an object"},"66185":{"isSerializedDate":true,"string":"Fri Oct 28 2011 15:15:02 GMT+0200 (Mitteleuropäische Sommerzeit)"},"66186":{"date":{"__isSmartRef__":true,"id":66187},"author":"jenslincke","message":""},"66187":{"isSerializedDate":true,"string":"Fri Oct 28 2011 16:06:16 GMT+0200 (Mitteleuropäische Sommerzeit)"},"66188":{"date":{"__isSmartRef__":true,"id":66189},"author":"jenslincke","message":"- fixed issue 283 (Reproduction: Open part, select publish from menu, focus part name input field in dialog, press enter.-> window pane disappears; window decoration stays; part is not published)","id":"1A260BD5-E668-4BD4-B7A2-94E087AB4CE1"},"66189":{"isSerializedDate":true,"string":"Thu Jan 26 2012 12:10:41 GMT+0100 (Mitteleuropäische Zeit)"},"66190":{"date":{"__isSmartRef__":true,"id":66191},"author":"undefined","message":"init for change - don't remove on click","id":"00A6DFFB-70D2-44A4-B5F9-0778E1CA5724"},"66191":{"isSerializedDate":true,"string":"Tue Mar 20 2012 12:04:27 GMT+0100 (Mitteleuropäische Zeit)"},"66192":{"date":{"__isSmartRef__":true,"id":66193},"author":"undefined","message":"added possibility to show diff and adapted to new publishing workflow (check for overwrites)","id":"2BD37BED-1605-4FD2-8D2C-25552A379B49"},"66193":{"isSerializedDate":true,"string":"Thu Mar 22 2012 10:30:02 GMT+0100 (Mitteleuropäische Zeit)"},"66194":{"sourceObj":{"__isSmartRef__":true,"id":65425},"sourceAttrName":"remove","targetObj":{"__isSmartRef__":true,"id":65583},"targetMethodName":"onRemove","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"66195":{"x":1145.5,"y":1648.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"66196":{"x":479,"y":437,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"66197":{"sourceObj":{"__isSmartRef__":true,"id":65424},"sourceAttrName":"json","targetObj":{"__isSmartRef__":true,"id":65424},"targetMethodName":"cachePartJSON","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"66198":{"sourceObj":{"__isSmartRef__":true,"id":65424},"sourceAttrName":"loadedMetaInfo","targetObj":{"__isSmartRef__":true,"id":65424},"targetMethodName":"cachePartMetaInfo","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"66199":{"rev":154052,"author":"jenslincke","date":{"__isSmartRef__":true,"id":66200},"url":{"__isSmartRef__":true,"id":66201},"changes":[{"__isSmartRef__":true,"id":66202}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"66200":{"isSerializedDate":true,"string":"Fri Apr 20 2012 09:49:14 GMT+0200 (Mitteleuropäische Sommerzeit)"},"66201":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"66202":{"type":"S:modified","url":"/PartsBin/Dialogs/PublishPartDialog.json"},"66203":{"rev":154051,"author":"jenslincke","date":{"__isSmartRef__":true,"id":66204},"url":{"__isSmartRef__":true,"id":66205},"changes":[{"__isSmartRef__":true,"id":66206}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"66204":{"isSerializedDate":true,"string":"Fri Apr 20 2012 09:49:06 GMT+0200 (Mitteleuropäische Sommerzeit)"},"66205":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"66206":{"type":"S:modified","url":"/PartsBin/Dialogs/PublishPartDialog.json"},"66207":{"rev":154049,"author":"jenslincke","date":{"__isSmartRef__":true,"id":66208},"url":{"__isSmartRef__":true,"id":66209},"changes":[{"__isSmartRef__":true,"id":66210}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"66208":{"isSerializedDate":true,"string":"Fri Apr 20 2012 09:46:02 GMT+0200 (Mitteleuropäische Sommerzeit)"},"66209":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"66210":{"type":"S:modified","url":"/PartsBin/Dialogs/PublishPartDialog.json"},"66211":{"rev":154048,"author":"jenslincke","date":{"__isSmartRef__":true,"id":66212},"url":{"__isSmartRef__":true,"id":66213},"changes":[{"__isSmartRef__":true,"id":66214}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"66212":{"isSerializedDate":true,"string":"Fri Apr 20 2012 09:44:07 GMT+0200 (Mitteleuropäische Sommerzeit)"},"66213":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"66214":{"type":"S:modified","url":"/PartsBin/Dialogs/PublishPartDialog.json"},"66215":{"rev":148936,"author":"athomschke","date":{"__isSmartRef__":true,"id":66216},"url":{"__isSmartRef__":true,"id":66217},"changes":[{"__isSmartRef__":true,"id":66218}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"66216":{"isSerializedDate":true,"string":"Thu Mar 29 2012 13:46:23 GMT+0200 (Mitteleuropäische Sommerzeit)"},"66217":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"66218":{"type":"S:modified","url":"/PartsBin/Dialogs/PublishPartDialog.json"},"66219":{"rev":148932,"author":"athomschke","date":{"__isSmartRef__":true,"id":66220},"url":{"__isSmartRef__":true,"id":66221},"changes":[{"__isSmartRef__":true,"id":66222}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"66220":{"isSerializedDate":true,"string":"Thu Mar 29 2012 13:38:48 GMT+0200 (Mitteleuropäische Sommerzeit)"},"66221":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"66222":{"type":"S:modified","url":"/PartsBin/Dialogs/PublishPartDialog.json"},"66223":{"rev":148693,"author":"bert","date":{"__isSmartRef__":true,"id":66224},"url":{"__isSmartRef__":true,"id":66225},"changes":[{"__isSmartRef__":true,"id":66226}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"66224":{"isSerializedDate":true,"string":"Wed Mar 28 2012 20:31:56 GMT+0200 (Mitteleuropäische Sommerzeit)"},"66225":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"66226":{"type":"S:modified","url":"/PartsBin/Dialogs/PublishPartDialog.json"},"66227":{"rev":147792,"author":"athomschke","date":{"__isSmartRef__":true,"id":66228},"url":{"__isSmartRef__":true,"id":66229},"changes":[{"__isSmartRef__":true,"id":66230}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"66228":{"isSerializedDate":true,"string":"Fri Mar 23 2012 15:10:57 GMT+0100 (Mitteleuropäische Zeit)"},"66229":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"66230":{"type":"S:modified","url":"/PartsBin/Dialogs/PublishPartDialog.json"},"66231":{"rev":147791,"author":"athomschke","date":{"__isSmartRef__":true,"id":66232},"url":{"__isSmartRef__":true,"id":66233},"changes":[{"__isSmartRef__":true,"id":66234}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"66232":{"isSerializedDate":true,"string":"Fri Mar 23 2012 14:57:07 GMT+0100 (Mitteleuropäische Zeit)"},"66233":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"66234":{"type":"S:modified","url":"/PartsBin/Dialogs/PublishPartDialog.json"},"66235":{"rev":147759,"author":"athomschke","date":{"__isSmartRef__":true,"id":66236},"url":{"__isSmartRef__":true,"id":66237},"changes":[{"__isSmartRef__":true,"id":66238}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"66236":{"isSerializedDate":true,"string":"Fri Mar 23 2012 14:04:37 GMT+0100 (Mitteleuropäische Zeit)"},"66237":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"66238":{"type":"S:modified","url":"/PartsBin/Dialogs/PublishPartDialog.json"},"66239":{"rev":147662,"author":"athomschke","date":{"__isSmartRef__":true,"id":66240},"url":{"__isSmartRef__":true,"id":66241},"changes":[{"__isSmartRef__":true,"id":66242}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"66240":{"isSerializedDate":true,"string":"Fri Mar 23 2012 12:42:29 GMT+0100 (Mitteleuropäische Zeit)"},"66241":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"66242":{"type":"S:modified","url":"/PartsBin/Dialogs/PublishPartDialog.json"},"66243":{"rev":147264,"author":"athomschke","date":{"__isSmartRef__":true,"id":66244},"url":{"__isSmartRef__":true,"id":66245},"changes":[{"__isSmartRef__":true,"id":66246}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"66244":{"isSerializedDate":true,"string":"Thu Mar 22 2012 09:25:06 GMT+0100 (Mitteleuropäische Zeit)"},"66245":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"66246":{"type":"S:modified","url":"/PartsBin/Dialogs/PublishPartDialog.json"},"66247":{"rev":147260,"author":"athomschke","date":{"__isSmartRef__":true,"id":66248},"url":{"__isSmartRef__":true,"id":66249},"changes":[{"__isSmartRef__":true,"id":66250}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"66248":{"isSerializedDate":true,"string":"Thu Mar 22 2012 09:22:09 GMT+0100 (Mitteleuropäische Zeit)"},"66249":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"66250":{"type":"S:modified","url":"/PartsBin/Dialogs/PublishPartDialog.json"},"66251":{"rev":140039,"author":"fbo","date":{"__isSmartRef__":true,"id":66252},"url":{"__isSmartRef__":true,"id":66253},"changes":[{"__isSmartRef__":true,"id":66254},{"__isSmartRef__":true,"id":66255},{"__isSmartRef__":true,"id":66256},{"__isSmartRef__":true,"id":66257},{"__isSmartRef__":true,"id":66258},{"__isSmartRef__":true,"id":66259},{"__isSmartRef__":true,"id":66260},{"__isSmartRef__":true,"id":66261},{"__isSmartRef__":true,"id":66262},{"__isSmartRef__":true,"id":66263},{"__isSmartRef__":true,"id":66264},{"__isSmartRef__":true,"id":66265},{"__isSmartRef__":true,"id":66266},{"__isSmartRef__":true,"id":66267},{"__isSmartRef__":true,"id":66268},{"__isSmartRef__":true,"id":66269},{"__isSmartRef__":true,"id":66270},{"__isSmartRef__":true,"id":66271},{"__isSmartRef__":true,"id":66272},{"__isSmartRef__":true,"id":66273},{"__isSmartRef__":true,"id":66274},{"__isSmartRef__":true,"id":66275},{"__isSmartRef__":true,"id":66276},{"__isSmartRef__":true,"id":66277},{"__isSmartRef__":true,"id":66278},{"__isSmartRef__":true,"id":66279},{"__isSmartRef__":true,"id":66280},{"__isSmartRef__":true,"id":66281},{"__isSmartRef__":true,"id":66282},{"__isSmartRef__":true,"id":66283},{"__isSmartRef__":true,"id":66284},{"__isSmartRef__":true,"id":66285},{"__isSmartRef__":true,"id":66286},{"__isSmartRef__":true,"id":66287},{"__isSmartRef__":true,"id":66288},{"__isSmartRef__":true,"id":66289},{"__isSmartRef__":true,"id":66290},{"__isSmartRef__":true,"id":66291},{"__isSmartRef__":true,"id":66292},{"__isSmartRef__":true,"id":66293},{"__isSmartRef__":true,"id":66294},{"__isSmartRef__":true,"id":66295},{"__isSmartRef__":true,"id":66296},{"__isSmartRef__":true,"id":66297},{"__isSmartRef__":true,"id":66298},{"__isSmartRef__":true,"id":66299},{"__isSmartRef__":true,"id":66300},{"__isSmartRef__":true,"id":66301},{"__isSmartRef__":true,"id":66302},{"__isSmartRef__":true,"id":66303},{"__isSmartRef__":true,"id":66304},{"__isSmartRef__":true,"id":66305},{"__isSmartRef__":true,"id":66306},{"__isSmartRef__":true,"id":66307},{"__isSmartRef__":true,"id":66308},{"__isSmartRef__":true,"id":66309},{"__isSmartRef__":true,"id":66310},{"__isSmartRef__":true,"id":66311},{"__isSmartRef__":true,"id":66312},{"__isSmartRef__":true,"id":66313},{"__isSmartRef__":true,"id":66314},{"__isSmartRef__":true,"id":66315},{"__isSmartRef__":true,"id":66316},{"__isSmartRef__":true,"id":66317},{"__isSmartRef__":true,"id":66318},{"__isSmartRef__":true,"id":66319},{"__isSmartRef__":true,"id":66320},{"__isSmartRef__":true,"id":66321},{"__isSmartRef__":true,"id":66322},{"__isSmartRef__":true,"id":66323},{"__isSmartRef__":true,"id":66324},{"__isSmartRef__":true,"id":66325},{"__isSmartRef__":true,"id":66326},{"__isSmartRef__":true,"id":66327},{"__isSmartRef__":true,"id":66328},{"__isSmartRef__":true,"id":66329},{"__isSmartRef__":true,"id":66330},{"__isSmartRef__":true,"id":66331},{"__isSmartRef__":true,"id":66332},{"__isSmartRef__":true,"id":66333},{"__isSmartRef__":true,"id":66334},{"__isSmartRef__":true,"id":66335},{"__isSmartRef__":true,"id":66336},{"__isSmartRef__":true,"id":66337},{"__isSmartRef__":true,"id":66338},{"__isSmartRef__":true,"id":66339},{"__isSmartRef__":true,"id":66340},{"__isSmartRef__":true,"id":66341},{"__isSmartRef__":true,"id":66342},{"__isSmartRef__":true,"id":66343},{"__isSmartRef__":true,"id":66344},{"__isSmartRef__":true,"id":66345},{"__isSmartRef__":true,"id":66346},{"__isSmartRef__":true,"id":66347},{"__isSmartRef__":true,"id":66348},{"__isSmartRef__":true,"id":66349},{"__isSmartRef__":true,"id":66350},{"__isSmartRef__":true,"id":66351},{"__isSmartRef__":true,"id":66352},{"__isSmartRef__":true,"id":66353},{"__isSmartRef__":true,"id":66354},{"__isSmartRef__":true,"id":66355},{"__isSmartRef__":true,"id":66356}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"66252":{"isSerializedDate":true,"string":"Wed Feb 22 2012 22:26:12 GMT+0100 (Mitteleuropäische Zeit)"},"66253":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/lively/lang/UUID.js","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"66254":{"type":"S:modified","url":"/core/lively/ast/Interpreter.js"},"66255":{"type":"S:added","url":null},"66256":{"type":"S:added","url":null},"66257":{"type":"S:modified","url":"/core/lively/OldModel.js"},"66258":{"type":"S:modified","url":"/core/lively/morphic/ScriptingSupport.js"},"66259":{"type":"S:added","url":null},"66260":{"type":"S:added","url":null},"66261":{"type":"S:deleted","url":null},"66262":{"type":"S:added","url":null},"66263":{"type":"S:modified","url":"/core/lively/ast/LivelyJSParser.js"},"66264":{"type":"S:modified","url":"/core/lively/morphic/EventExperiments.js"},"66265":{"type":"S:added","url":null},"66266":{"type":"S:modified","url":"/core/lively/Base.js"},"66267":{"type":"S:added","url":null},"66268":{"type":"S:added","url":null},"66269":{"type":"S:modified","url":"/core/lively/bootstrap.js"},"66270":{"type":"S:added","url":null},"66271":{"type":"S:added","url":null},"66272":{"type":"S:modified","url":"/core/lively/localconfig.js"},"66273":{"type":"S:modified","url":"/core/lively/PartsBin.js"},"66274":{"type":"S:modified","url":"/core/lively/ide/SystemBrowserNodes.js"},"66275":{"type":"S:modified","url":"/core/lively/morphic/tests/PathTests.js"},"66276":{"type":"S:added","url":null},"66277":{"type":"S:modified","url":"/core/lively/bindings/Core.js"},"66278":{"type":"S:added","url":null},"66279":{"type":"S:added","url":null},"66280":{"type":"S:modified","url":"/core/lively/Network.js"},"66281":{"type":"S:modified","url":"/core/lively/morphic/Core.js"},"66282":{"type":"S:added","url":null},"66283":{"type":"S:modified","url":"/core/lively/bindings.js"},"66284":{"type":"S:modified","url":"/core/lively/WidgetsTraits.js"},"66285":{"type":"S:modified","url":"/core/lively/morphic.js"},"66286":{"type":"S:added","url":null},"66287":{"type":"S:added","url":null},"66288":{"type":"S:added","url":null},"66289":{"type":"S:modified","url":"/core/lively/defaultconfig.js"},"66290":{"type":"S:added","url":null},"66291":{"type":"S:added","url":null},"66292":{"type":"S:modified","url":"/core/lively/morphic/Canvas.js"},"66293":{"type":"S:modified","url":"/core/lively/ast/generated/Translator.js"},"66294":{"type":"S:added","url":null},"66295":{"type":"S:modified","url":"/core/lively/ast/Parser.js"},"66296":{"type":"S:modified","url":"/core/lively/Main.js"},"66297":{"type":"S:modified","url":"/core/lively/morphic/tests/Morphic2.js"},"66298":{"type":"S:added","url":null},"66299":{"type":"S:modified","url":"/core/lively/morphic/tests/TabTests.js"},"66300":{"type":"S:modified","url":"/core/lively/persistence/Serializer.js"},"66301":{"type":"S:modified","url":"/core_version.json"},"66302":{"type":"S:added","url":null},"66303":{"type":"S:modified","url":"/core/lively/morphic/PathShapes.js"},"66304":{"type":"S:added","url":null},"66305":{"type":"S:added","url":null},"66306":{"type":"S:modified","url":"/core/lively/morphic/tests/Morphic.js"},"66307":{"type":"S:modified","url":"/core/lively/morphic/tests/DataGridTests.js"},"66308":{"type":"S:modified","url":"/core/lively/morphic/HTML.js"},"66309":{"type":"S:added","url":null},"66310":{"type":"S:added","url":null},"66311":{"type":"S:added","url":null},"66312":{"type":"S:modified","url":"/core/lively/ide/BrowserCommands.js"},"66313":{"type":"S:modified","url":"/core/lively/morphic/Widgets.js"},"66314":{"type":"S:modified","url":"/core/lively/morphic/tests/EventTests.js"},"66315":{"type":"S:modified","url":"/core/lively/ast/StackReification.js"},"66316":{"type":"S:modified","url":"/core/cop/CopBenchmark.js"},"66317":{"type":"S:deleted","url":null},"66318":{"type":"S:added","url":null},"66319":{"type":"S:modified","url":"/core/lively/Helper.js"},"66320":{"type":"S:modified","url":"/core/lively/morphic/MorphAddons.js"},"66321":{"type":"S:added","url":null},"66322":{"type":"S:modified","url":"/core/lively/morphic/tests/Connectors.js"},"66323":{"type":"S:modified","url":"/core/lively/morphic/Shapes.js"},"66324":{"type":"S:modified","url":"/core/lively/ide/SourceDatabase.js"},"66325":{"type":"S:added","url":null},"66326":{"type":"S:modified","url":"/core/lively/Tracing.js"},"66327":{"type":"S:added","url":null},"66328":{"type":"S:modified","url":"/core/lively/ast/Morphic.js"},"66329":{"type":"S:added","url":null},"66330":{"type":"S:added","url":null},"66331":{"type":"S:added","url":null},"66332":{"type":"S:modified","url":"/core/lively/TestFramework.js"},"66333":{"type":"S:modified","url":"/core/lively/ast/generated/Nodes.js"},"66334":{"type":"S:added","url":null},"66335":{"type":"S:modified","url":"/core/lively/morphic/TextCore.js"},"66336":{"type":"S:added","url":null},"66337":{"type":"S:modified","url":"/core/lively/ide.js"},"66338":{"type":"S:modified","url":"/core/cop/Tracing.js"},"66339":{"type":"S:modified","url":"/core/lively/ide/FileParsing.js"},"66340":{"type":"S:modified","url":"/core/lively/morphic/Events.js"},"66341":{"type":"S:modified","url":"/core/lively/morphic/Halos.js"},"66342":{"type":"S:added","url":null},"66343":{"type":"S:added","url":null},"66344":{"type":"S:modified","url":"/core/lively/morphic/Complete.js"},"66345":{"type":"S:added","url":null},"66346":{"type":"S:added","url":null},"66347":{"type":"S:added","url":null},"66348":{"type":"S:added","url":null},"66349":{"type":"S:added","url":null},"66350":{"type":"S:modified","url":"/core/lively/persistence/StandAlonePackaging.js"},"66351":{"type":"S:added","url":null},"66352":{"type":"S:modified","url":"/core/lively/ast/TestFramework.js"},"66353":{"type":"S:modified","url":"/core/lively/ide/SystemCodeBrowser.js"},"66354":{"type":"S:added","url":null},"66355":{"type":"S:added","url":null},"66356":{"type":"S:added","url":null},"66357":{"rev":130233,"author":"jenslincke","date":{"__isSmartRef__":true,"id":66358},"url":{"__isSmartRef__":true,"id":66359},"changes":[{"__isSmartRef__":true,"id":66360}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"66358":{"isSerializedDate":true,"string":"Thu Jan 26 2012 11:06:02 GMT+0100 (Mitteleuropäische Zeit)"},"66359":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Dialogs/PublishPartDialog.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"66360":{"type":"S:modified","url":"/core/PartsBin/Dialogs/PublishPartDialog.json"},"66361":{"rev":112325,"author":"jenslincke","date":{"__isSmartRef__":true,"id":66362},"url":{"__isSmartRef__":true,"id":66363},"changes":[{"__isSmartRef__":true,"id":66364}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"66362":{"isSerializedDate":true,"string":"Fri Oct 28 2011 14:05:49 GMT+0200 (Mitteleuropäische Sommerzeit)"},"66363":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/Dialogs/PublishPartDialog.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"66364":{"type":"S:modified","url":"/core/PartsBin/Dialogs/PublishPartDialog.json"},"66365":{"rev":112200,"author":"lauritz","date":{"__isSmartRef__":true,"id":66366},"url":{"__isSmartRef__":true,"id":66367},"changes":[{"__isSmartRef__":true,"id":66368},{"__isSmartRef__":true,"id":66369},{"__isSmartRef__":true,"id":66370},{"__isSmartRef__":true,"id":66371},{"__isSmartRef__":true,"id":66372},{"__isSmartRef__":true,"id":66373},{"__isSmartRef__":true,"id":66374},{"__isSmartRef__":true,"id":66375},{"__isSmartRef__":true,"id":66376},{"__isSmartRef__":true,"id":66377},{"__isSmartRef__":true,"id":66378},{"__isSmartRef__":true,"id":66379},{"__isSmartRef__":true,"id":66380},{"__isSmartRef__":true,"id":66381},{"__isSmartRef__":true,"id":66382},{"__isSmartRef__":true,"id":66383},{"__isSmartRef__":true,"id":66384},{"__isSmartRef__":true,"id":66385},{"__isSmartRef__":true,"id":66386},{"__isSmartRef__":true,"id":66387},{"__isSmartRef__":true,"id":66388},{"__isSmartRef__":true,"id":66389},{"__isSmartRef__":true,"id":66390},{"__isSmartRef__":true,"id":66391},{"__isSmartRef__":true,"id":66392},{"__isSmartRef__":true,"id":66393},{"__isSmartRef__":true,"id":66394},{"__isSmartRef__":true,"id":66395},{"__isSmartRef__":true,"id":66396},{"__isSmartRef__":true,"id":66397},{"__isSmartRef__":true,"id":66398},{"__isSmartRef__":true,"id":66399},{"__isSmartRef__":true,"id":66400},{"__isSmartRef__":true,"id":66401},{"__isSmartRef__":true,"id":66402},{"__isSmartRef__":true,"id":66403},{"__isSmartRef__":true,"id":66404},{"__isSmartRef__":true,"id":66405},{"__isSmartRef__":true,"id":66406},{"__isSmartRef__":true,"id":66407},{"__isSmartRef__":true,"id":66408},{"__isSmartRef__":true,"id":66409},{"__isSmartRef__":true,"id":66410},{"__isSmartRef__":true,"id":66411},{"__isSmartRef__":true,"id":66412},{"__isSmartRef__":true,"id":66413},{"__isSmartRef__":true,"id":66414},{"__isSmartRef__":true,"id":66415},{"__isSmartRef__":true,"id":66416},{"__isSmartRef__":true,"id":66417},{"__isSmartRef__":true,"id":66418},{"__isSmartRef__":true,"id":66419},{"__isSmartRef__":true,"id":66420},{"__isSmartRef__":true,"id":66421},{"__isSmartRef__":true,"id":66422},{"__isSmartRef__":true,"id":66423},{"__isSmartRef__":true,"id":66424},{"__isSmartRef__":true,"id":66425},{"__isSmartRef__":true,"id":66426},{"__isSmartRef__":true,"id":66427},{"__isSmartRef__":true,"id":66428},{"__isSmartRef__":true,"id":66429},{"__isSmartRef__":true,"id":66430},{"__isSmartRef__":true,"id":66431},{"__isSmartRef__":true,"id":66432},{"__isSmartRef__":true,"id":66433},{"__isSmartRef__":true,"id":66434},{"__isSmartRef__":true,"id":66435},{"__isSmartRef__":true,"id":66436},{"__isSmartRef__":true,"id":66437},{"__isSmartRef__":true,"id":66438},{"__isSmartRef__":true,"id":66439},{"__isSmartRef__":true,"id":66440},{"__isSmartRef__":true,"id":66441},{"__isSmartRef__":true,"id":66442},{"__isSmartRef__":true,"id":66443},{"__isSmartRef__":true,"id":66444},{"__isSmartRef__":true,"id":66445},{"__isSmartRef__":true,"id":66446},{"__isSmartRef__":true,"id":66447},{"__isSmartRef__":true,"id":66448},{"__isSmartRef__":true,"id":66449},{"__isSmartRef__":true,"id":66450},{"__isSmartRef__":true,"id":66451},{"__isSmartRef__":true,"id":66452},{"__isSmartRef__":true,"id":66453},{"__isSmartRef__":true,"id":66454},{"__isSmartRef__":true,"id":66455},{"__isSmartRef__":true,"id":66456},{"__isSmartRef__":true,"id":66457},{"__isSmartRef__":true,"id":66458},{"__isSmartRef__":true,"id":66459},{"__isSmartRef__":true,"id":66460},{"__isSmartRef__":true,"id":66461},{"__isSmartRef__":true,"id":66462},{"__isSmartRef__":true,"id":66463},{"__isSmartRef__":true,"id":66464},{"__isSmartRef__":true,"id":66465},{"__isSmartRef__":true,"id":66466},{"__isSmartRef__":true,"id":66467},{"__isSmartRef__":true,"id":66468},{"__isSmartRef__":true,"id":66469},{"__isSmartRef__":true,"id":66470},{"__isSmartRef__":true,"id":66471},{"__isSmartRef__":true,"id":66472},{"__isSmartRef__":true,"id":66473},{"__isSmartRef__":true,"id":66474},{"__isSmartRef__":true,"id":66475},{"__isSmartRef__":true,"id":66476},{"__isSmartRef__":true,"id":66477},{"__isSmartRef__":true,"id":66478},{"__isSmartRef__":true,"id":66479},{"__isSmartRef__":true,"id":66480},{"__isSmartRef__":true,"id":66481},{"__isSmartRef__":true,"id":66482},{"__isSmartRef__":true,"id":66483},{"__isSmartRef__":true,"id":66484},{"__isSmartRef__":true,"id":66485},{"__isSmartRef__":true,"id":66486},{"__isSmartRef__":true,"id":66487},{"__isSmartRef__":true,"id":66488},{"__isSmartRef__":true,"id":66489},{"__isSmartRef__":true,"id":66490},{"__isSmartRef__":true,"id":66491},{"__isSmartRef__":true,"id":66492},{"__isSmartRef__":true,"id":66493},{"__isSmartRef__":true,"id":66494},{"__isSmartRef__":true,"id":66495},{"__isSmartRef__":true,"id":66496},{"__isSmartRef__":true,"id":66497},{"__isSmartRef__":true,"id":66498},{"__isSmartRef__":true,"id":66499},{"__isSmartRef__":true,"id":66500},{"__isSmartRef__":true,"id":66501},{"__isSmartRef__":true,"id":66502},{"__isSmartRef__":true,"id":66503},{"__isSmartRef__":true,"id":66504},{"__isSmartRef__":true,"id":66505},{"__isSmartRef__":true,"id":66506},{"__isSmartRef__":true,"id":66507},{"__isSmartRef__":true,"id":66508},{"__isSmartRef__":true,"id":66509},{"__isSmartRef__":true,"id":66510},{"__isSmartRef__":true,"id":66511},{"__isSmartRef__":true,"id":66512},{"__isSmartRef__":true,"id":66513},{"__isSmartRef__":true,"id":66514},{"__isSmartRef__":true,"id":66515},{"__isSmartRef__":true,"id":66516},{"__isSmartRef__":true,"id":66517},{"__isSmartRef__":true,"id":66518},{"__isSmartRef__":true,"id":66519},{"__isSmartRef__":true,"id":66520},{"__isSmartRef__":true,"id":66521},{"__isSmartRef__":true,"id":66522},{"__isSmartRef__":true,"id":66523},{"__isSmartRef__":true,"id":66524},{"__isSmartRef__":true,"id":66525},{"__isSmartRef__":true,"id":66526},{"__isSmartRef__":true,"id":66527},{"__isSmartRef__":true,"id":66528},{"__isSmartRef__":true,"id":66529},{"__isSmartRef__":true,"id":66530},{"__isSmartRef__":true,"id":66531},{"__isSmartRef__":true,"id":66532},{"__isSmartRef__":true,"id":66533},{"__isSmartRef__":true,"id":66534},{"__isSmartRef__":true,"id":66535},{"__isSmartRef__":true,"id":66536},{"__isSmartRef__":true,"id":66537},{"__isSmartRef__":true,"id":66538},{"__isSmartRef__":true,"id":66539},{"__isSmartRef__":true,"id":66540},{"__isSmartRef__":true,"id":66541},{"__isSmartRef__":true,"id":66542},{"__isSmartRef__":true,"id":66543},{"__isSmartRef__":true,"id":66544},{"__isSmartRef__":true,"id":66545},{"__isSmartRef__":true,"id":66546},{"__isSmartRef__":true,"id":66547},{"__isSmartRef__":true,"id":66548},{"__isSmartRef__":true,"id":66549},{"__isSmartRef__":true,"id":66550},{"__isSmartRef__":true,"id":66551},{"__isSmartRef__":true,"id":66552},{"__isSmartRef__":true,"id":66553},{"__isSmartRef__":true,"id":66554},{"__isSmartRef__":true,"id":66555},{"__isSmartRef__":true,"id":66556},{"__isSmartRef__":true,"id":66557},{"__isSmartRef__":true,"id":66558},{"__isSmartRef__":true,"id":66559},{"__isSmartRef__":true,"id":66560},{"__isSmartRef__":true,"id":66561},{"__isSmartRef__":true,"id":66562},{"__isSmartRef__":true,"id":66563},{"__isSmartRef__":true,"id":66564},{"__isSmartRef__":true,"id":66565},{"__isSmartRef__":true,"id":66566},{"__isSmartRef__":true,"id":66567},{"__isSmartRef__":true,"id":66568},{"__isSmartRef__":true,"id":66569},{"__isSmartRef__":true,"id":66570},{"__isSmartRef__":true,"id":66571},{"__isSmartRef__":true,"id":66572},{"__isSmartRef__":true,"id":66573},{"__isSmartRef__":true,"id":66574},{"__isSmartRef__":true,"id":66575},{"__isSmartRef__":true,"id":66576},{"__isSmartRef__":true,"id":66577},{"__isSmartRef__":true,"id":66578},{"__isSmartRef__":true,"id":66579},{"__isSmartRef__":true,"id":66580},{"__isSmartRef__":true,"id":66581},{"__isSmartRef__":true,"id":66582},{"__isSmartRef__":true,"id":66583},{"__isSmartRef__":true,"id":66584},{"__isSmartRef__":true,"id":66585},{"__isSmartRef__":true,"id":66586},{"__isSmartRef__":true,"id":66587},{"__isSmartRef__":true,"id":66588},{"__isSmartRef__":true,"id":66589},{"__isSmartRef__":true,"id":66590},{"__isSmartRef__":true,"id":66591},{"__isSmartRef__":true,"id":66592},{"__isSmartRef__":true,"id":66593},{"__isSmartRef__":true,"id":66594},{"__isSmartRef__":true,"id":66595},{"__isSmartRef__":true,"id":66596},{"__isSmartRef__":true,"id":66597},{"__isSmartRef__":true,"id":66598},{"__isSmartRef__":true,"id":66599},{"__isSmartRef__":true,"id":66600},{"__isSmartRef__":true,"id":66601},{"__isSmartRef__":true,"id":66602},{"__isSmartRef__":true,"id":66603},{"__isSmartRef__":true,"id":66604},{"__isSmartRef__":true,"id":66605},{"__isSmartRef__":true,"id":66606},{"__isSmartRef__":true,"id":66607},{"__isSmartRef__":true,"id":66608},{"__isSmartRef__":true,"id":66609},{"__isSmartRef__":true,"id":66610},{"__isSmartRef__":true,"id":66611},{"__isSmartRef__":true,"id":66612},{"__isSmartRef__":true,"id":66613},{"__isSmartRef__":true,"id":66614},{"__isSmartRef__":true,"id":66615},{"__isSmartRef__":true,"id":66616},{"__isSmartRef__":true,"id":66617},{"__isSmartRef__":true,"id":66618},{"__isSmartRef__":true,"id":66619},{"__isSmartRef__":true,"id":66620},{"__isSmartRef__":true,"id":66621},{"__isSmartRef__":true,"id":66622},{"__isSmartRef__":true,"id":66623},{"__isSmartRef__":true,"id":66624},{"__isSmartRef__":true,"id":66625},{"__isSmartRef__":true,"id":66626},{"__isSmartRef__":true,"id":66627},{"__isSmartRef__":true,"id":66628},{"__isSmartRef__":true,"id":66629},{"__isSmartRef__":true,"id":66630},{"__isSmartRef__":true,"id":66631},{"__isSmartRef__":true,"id":66632},{"__isSmartRef__":true,"id":66633},{"__isSmartRef__":true,"id":66634},{"__isSmartRef__":true,"id":66635},{"__isSmartRef__":true,"id":66636},{"__isSmartRef__":true,"id":66637},{"__isSmartRef__":true,"id":66638},{"__isSmartRef__":true,"id":66639},{"__isSmartRef__":true,"id":66640},{"__isSmartRef__":true,"id":66641},{"__isSmartRef__":true,"id":66642},{"__isSmartRef__":true,"id":66643},{"__isSmartRef__":true,"id":66644},{"__isSmartRef__":true,"id":66645},{"__isSmartRef__":true,"id":66646},{"__isSmartRef__":true,"id":66647},{"__isSmartRef__":true,"id":66648},{"__isSmartRef__":true,"id":66649},{"__isSmartRef__":true,"id":66650},{"__isSmartRef__":true,"id":66651},{"__isSmartRef__":true,"id":66652},{"__isSmartRef__":true,"id":66653},{"__isSmartRef__":true,"id":66654},{"__isSmartRef__":true,"id":66655},{"__isSmartRef__":true,"id":66656},{"__isSmartRef__":true,"id":66657},{"__isSmartRef__":true,"id":66658},{"__isSmartRef__":true,"id":66659},{"__isSmartRef__":true,"id":66660},{"__isSmartRef__":true,"id":66661},{"__isSmartRef__":true,"id":66662},{"__isSmartRef__":true,"id":66663},{"__isSmartRef__":true,"id":66664},{"__isSmartRef__":true,"id":66665},{"__isSmartRef__":true,"id":66666},{"__isSmartRef__":true,"id":66667},{"__isSmartRef__":true,"id":66668},{"__isSmartRef__":true,"id":66669},{"__isSmartRef__":true,"id":66670},{"__isSmartRef__":true,"id":66671},{"__isSmartRef__":true,"id":66672},{"__isSmartRef__":true,"id":66673},{"__isSmartRef__":true,"id":66674},{"__isSmartRef__":true,"id":66675},{"__isSmartRef__":true,"id":66676},{"__isSmartRef__":true,"id":66677},{"__isSmartRef__":true,"id":66678},{"__isSmartRef__":true,"id":66679},{"__isSmartRef__":true,"id":66680},{"__isSmartRef__":true,"id":66681},{"__isSmartRef__":true,"id":66682},{"__isSmartRef__":true,"id":66683},{"__isSmartRef__":true,"id":66684},{"__isSmartRef__":true,"id":66685},{"__isSmartRef__":true,"id":66686},{"__isSmartRef__":true,"id":66687},{"__isSmartRef__":true,"id":66688},{"__isSmartRef__":true,"id":66689},{"__isSmartRef__":true,"id":66690},{"__isSmartRef__":true,"id":66691},{"__isSmartRef__":true,"id":66692},{"__isSmartRef__":true,"id":66693},{"__isSmartRef__":true,"id":66694},{"__isSmartRef__":true,"id":66695},{"__isSmartRef__":true,"id":66696},{"__isSmartRef__":true,"id":66697},{"__isSmartRef__":true,"id":66698},{"__isSmartRef__":true,"id":66699},{"__isSmartRef__":true,"id":66700},{"__isSmartRef__":true,"id":66701},{"__isSmartRef__":true,"id":66702},{"__isSmartRef__":true,"id":66703},{"__isSmartRef__":true,"id":66704},{"__isSmartRef__":true,"id":66705},{"__isSmartRef__":true,"id":66706},{"__isSmartRef__":true,"id":66707},{"__isSmartRef__":true,"id":66708},{"__isSmartRef__":true,"id":66709},{"__isSmartRef__":true,"id":66710},{"__isSmartRef__":true,"id":66711},{"__isSmartRef__":true,"id":66712},{"__isSmartRef__":true,"id":66713},{"__isSmartRef__":true,"id":66714},{"__isSmartRef__":true,"id":66715},{"__isSmartRef__":true,"id":66716},{"__isSmartRef__":true,"id":66717},{"__isSmartRef__":true,"id":66718},{"__isSmartRef__":true,"id":66719},{"__isSmartRef__":true,"id":66720},{"__isSmartRef__":true,"id":66721},{"__isSmartRef__":true,"id":66722},{"__isSmartRef__":true,"id":66723},{"__isSmartRef__":true,"id":66724},{"__isSmartRef__":true,"id":66725},{"__isSmartRef__":true,"id":66726},{"__isSmartRef__":true,"id":66727},{"__isSmartRef__":true,"id":66728},{"__isSmartRef__":true,"id":66729},{"__isSmartRef__":true,"id":66730},{"__isSmartRef__":true,"id":66731},{"__isSmartRef__":true,"id":66732},{"__isSmartRef__":true,"id":66733},{"__isSmartRef__":true,"id":66734},{"__isSmartRef__":true,"id":66735},{"__isSmartRef__":true,"id":66736},{"__isSmartRef__":true,"id":66737},{"__isSmartRef__":true,"id":66738},{"__isSmartRef__":true,"id":66739},{"__isSmartRef__":true,"id":66740},{"__isSmartRef__":true,"id":66741},{"__isSmartRef__":true,"id":66742},{"__isSmartRef__":true,"id":66743},{"__isSmartRef__":true,"id":66744},{"__isSmartRef__":true,"id":66745},{"__isSmartRef__":true,"id":66746},{"__isSmartRef__":true,"id":66747},{"__isSmartRef__":true,"id":66748},{"__isSmartRef__":true,"id":66749},{"__isSmartRef__":true,"id":66750},{"__isSmartRef__":true,"id":66751},{"__isSmartRef__":true,"id":66752},{"__isSmartRef__":true,"id":66753},{"__isSmartRef__":true,"id":66754},{"__isSmartRef__":true,"id":66755},{"__isSmartRef__":true,"id":66756},{"__isSmartRef__":true,"id":66757},{"__isSmartRef__":true,"id":66758},{"__isSmartRef__":true,"id":66759},{"__isSmartRef__":true,"id":66760},{"__isSmartRef__":true,"id":66761},{"__isSmartRef__":true,"id":66762},{"__isSmartRef__":true,"id":66763},{"__isSmartRef__":true,"id":66764},{"__isSmartRef__":true,"id":66765},{"__isSmartRef__":true,"id":66766},{"__isSmartRef__":true,"id":66767},{"__isSmartRef__":true,"id":66768},{"__isSmartRef__":true,"id":66769},{"__isSmartRef__":true,"id":66770},{"__isSmartRef__":true,"id":66771},{"__isSmartRef__":true,"id":66772},{"__isSmartRef__":true,"id":66773},{"__isSmartRef__":true,"id":66774},{"__isSmartRef__":true,"id":66775},{"__isSmartRef__":true,"id":66776},{"__isSmartRef__":true,"id":66777},{"__isSmartRef__":true,"id":66778},{"__isSmartRef__":true,"id":66779},{"__isSmartRef__":true,"id":66780},{"__isSmartRef__":true,"id":66781},{"__isSmartRef__":true,"id":66782},{"__isSmartRef__":true,"id":66783},{"__isSmartRef__":true,"id":66784},{"__isSmartRef__":true,"id":66785},{"__isSmartRef__":true,"id":66786},{"__isSmartRef__":true,"id":66787},{"__isSmartRef__":true,"id":66788},{"__isSmartRef__":true,"id":66789},{"__isSmartRef__":true,"id":66790},{"__isSmartRef__":true,"id":66791},{"__isSmartRef__":true,"id":66792},{"__isSmartRef__":true,"id":66793},{"__isSmartRef__":true,"id":66794},{"__isSmartRef__":true,"id":66795},{"__isSmartRef__":true,"id":66796},{"__isSmartRef__":true,"id":66797},{"__isSmartRef__":true,"id":66798},{"__isSmartRef__":true,"id":66799},{"__isSmartRef__":true,"id":66800},{"__isSmartRef__":true,"id":66801},{"__isSmartRef__":true,"id":66802},{"__isSmartRef__":true,"id":66803},{"__isSmartRef__":true,"id":66804},{"__isSmartRef__":true,"id":66805},{"__isSmartRef__":true,"id":66806},{"__isSmartRef__":true,"id":66807},{"__isSmartRef__":true,"id":66808},{"__isSmartRef__":true,"id":66809},{"__isSmartRef__":true,"id":66810},{"__isSmartRef__":true,"id":66811},{"__isSmartRef__":true,"id":66812},{"__isSmartRef__":true,"id":66813},{"__isSmartRef__":true,"id":66814},{"__isSmartRef__":true,"id":66815},{"__isSmartRef__":true,"id":66816},{"__isSmartRef__":true,"id":66817},{"__isSmartRef__":true,"id":66818},{"__isSmartRef__":true,"id":66819},{"__isSmartRef__":true,"id":66820},{"__isSmartRef__":true,"id":66821},{"__isSmartRef__":true,"id":66822},{"__isSmartRef__":true,"id":66823},{"__isSmartRef__":true,"id":66824},{"__isSmartRef__":true,"id":66825},{"__isSmartRef__":true,"id":66826},{"__isSmartRef__":true,"id":66827},{"__isSmartRef__":true,"id":66828},{"__isSmartRef__":true,"id":66829},{"__isSmartRef__":true,"id":66830},{"__isSmartRef__":true,"id":66831},{"__isSmartRef__":true,"id":66832},{"__isSmartRef__":true,"id":66833},{"__isSmartRef__":true,"id":66834},{"__isSmartRef__":true,"id":66835},{"__isSmartRef__":true,"id":66836},{"__isSmartRef__":true,"id":66837},{"__isSmartRef__":true,"id":66838},{"__isSmartRef__":true,"id":66839},{"__isSmartRef__":true,"id":66840},{"__isSmartRef__":true,"id":66841},{"__isSmartRef__":true,"id":66842},{"__isSmartRef__":true,"id":66843},{"__isSmartRef__":true,"id":66844},{"__isSmartRef__":true,"id":66845},{"__isSmartRef__":true,"id":66846},{"__isSmartRef__":true,"id":66847},{"__isSmartRef__":true,"id":66848},{"__isSmartRef__":true,"id":66849},{"__isSmartRef__":true,"id":66850},{"__isSmartRef__":true,"id":66851},{"__isSmartRef__":true,"id":66852},{"__isSmartRef__":true,"id":66853},{"__isSmartRef__":true,"id":66854},{"__isSmartRef__":true,"id":66855},{"__isSmartRef__":true,"id":66856},{"__isSmartRef__":true,"id":66857},{"__isSmartRef__":true,"id":66858},{"__isSmartRef__":true,"id":66859},{"__isSmartRef__":true,"id":66860},{"__isSmartRef__":true,"id":66861},{"__isSmartRef__":true,"id":66862},{"__isSmartRef__":true,"id":66863},{"__isSmartRef__":true,"id":66864},{"__isSmartRef__":true,"id":66865},{"__isSmartRef__":true,"id":66866},{"__isSmartRef__":true,"id":66867},{"__isSmartRef__":true,"id":66868},{"__isSmartRef__":true,"id":66869},{"__isSmartRef__":true,"id":66870},{"__isSmartRef__":true,"id":66871},{"__isSmartRef__":true,"id":66872},{"__isSmartRef__":true,"id":66873},{"__isSmartRef__":true,"id":66874},{"__isSmartRef__":true,"id":66875},{"__isSmartRef__":true,"id":66876},{"__isSmartRef__":true,"id":66877},{"__isSmartRef__":true,"id":66878},{"__isSmartRef__":true,"id":66879},{"__isSmartRef__":true,"id":66880},{"__isSmartRef__":true,"id":66881},{"__isSmartRef__":true,"id":66882},{"__isSmartRef__":true,"id":66883},{"__isSmartRef__":true,"id":66884},{"__isSmartRef__":true,"id":66885},{"__isSmartRef__":true,"id":66886},{"__isSmartRef__":true,"id":66887},{"__isSmartRef__":true,"id":66888},{"__isSmartRef__":true,"id":66889},{"__isSmartRef__":true,"id":66890},{"__isSmartRef__":true,"id":66891},{"__isSmartRef__":true,"id":66892},{"__isSmartRef__":true,"id":66893},{"__isSmartRef__":true,"id":66894},{"__isSmartRef__":true,"id":66895},{"__isSmartRef__":true,"id":66896},{"__isSmartRef__":true,"id":66897},{"__isSmartRef__":true,"id":66898},{"__isSmartRef__":true,"id":66899},{"__isSmartRef__":true,"id":66900},{"__isSmartRef__":true,"id":66901},{"__isSmartRef__":true,"id":66902},{"__isSmartRef__":true,"id":66903},{"__isSmartRef__":true,"id":66904},{"__isSmartRef__":true,"id":66905},{"__isSmartRef__":true,"id":66906},{"__isSmartRef__":true,"id":66907},{"__isSmartRef__":true,"id":66908},{"__isSmartRef__":true,"id":66909},{"__isSmartRef__":true,"id":66910},{"__isSmartRef__":true,"id":66911},{"__isSmartRef__":true,"id":66912},{"__isSmartRef__":true,"id":66913},{"__isSmartRef__":true,"id":66914},{"__isSmartRef__":true,"id":66915},{"__isSmartRef__":true,"id":66916},{"__isSmartRef__":true,"id":66917},{"__isSmartRef__":true,"id":66918},{"__isSmartRef__":true,"id":66919},{"__isSmartRef__":true,"id":66920},{"__isSmartRef__":true,"id":66921},{"__isSmartRef__":true,"id":66922},{"__isSmartRef__":true,"id":66923},{"__isSmartRef__":true,"id":66924},{"__isSmartRef__":true,"id":66925},{"__isSmartRef__":true,"id":66926},{"__isSmartRef__":true,"id":66927},{"__isSmartRef__":true,"id":66928},{"__isSmartRef__":true,"id":66929},{"__isSmartRef__":true,"id":66930},{"__isSmartRef__":true,"id":66931},{"__isSmartRef__":true,"id":66932},{"__isSmartRef__":true,"id":66933},{"__isSmartRef__":true,"id":66934},{"__isSmartRef__":true,"id":66935},{"__isSmartRef__":true,"id":66936},{"__isSmartRef__":true,"id":66937},{"__isSmartRef__":true,"id":66938},{"__isSmartRef__":true,"id":66939},{"__isSmartRef__":true,"id":66940},{"__isSmartRef__":true,"id":66941},{"__isSmartRef__":true,"id":66942},{"__isSmartRef__":true,"id":66943},{"__isSmartRef__":true,"id":66944},{"__isSmartRef__":true,"id":66945},{"__isSmartRef__":true,"id":66946},{"__isSmartRef__":true,"id":66947},{"__isSmartRef__":true,"id":66948},{"__isSmartRef__":true,"id":66949},{"__isSmartRef__":true,"id":66950},{"__isSmartRef__":true,"id":66951},{"__isSmartRef__":true,"id":66952},{"__isSmartRef__":true,"id":66953},{"__isSmartRef__":true,"id":66954}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"66366":{"isSerializedDate":true,"string":"Fri Oct 28 2011 01:02:08 GMT+0200 (Mitteleuropäische Sommerzeit)"},"66367":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/users/lauritz/miniprojects/annotationPart.xhtml","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"66368":{"type":"S:modified","url":"/users/jennek/start.xhtml"},"66369":{"type":"S:modified","url":"/users/Dan/Piano.xhtml"},"66370":{"type":"S:modified","url":"/users/sofia/documentation.xhtml"},"66371":{"type":"S:modified","url":"/users/cschuster/presentation.xhtml"},"66372":{"type":"S:modified","url":"/demos/LiveWeb/NewCPUVisualization.xhtml"},"66373":{"type":"S:modified","url":"/users/lauritz/start.xhtml"},"66374":{"type":"S:modified","url":"/core/lively/bootstrap.js"},"66375":{"type":"S:modified","url":"/draft/NewWorld/ServerPart.xhtml"},"66376":{"type":"S:modified","url":"/users/sofia/georgi/ButtonPrototypes.xhtml"},"66377":{"type":"S:modified","url":"/draft/NewWorld/NotetakingApp.xhtml"},"66378":{"type":"S:modified","url":"/projects/CodeDB2/info_documents.xhtml"},"66379":{"type":"S:modified","url":"/users/cschuster/hello.xhtml"},"66380":{"type":"S:modified","url":"/users/fbo/layoutNoEpiMorphs.xhtml"},"66381":{"type":"S:modified","url":"/issues/110527_RichTextGetsLost.xhtml"},"66382":{"type":"S:modified","url":"/users/fbo/boxTestRange.xhtml"},"66383":{"type":"S:modified","url":"/demos/LiveWeb/CPUVisualization.xhtml"},"66384":{"type":"S:modified","url":"/demos/contextjs/Syntax.xhtml"},"66385":{"type":"S:modified","url":"/draft/NewWorld/Connectors.xhtml"},"66386":{"type":"S:modified","url":"/users/sofia/documentationXXX.xhtml"},"66387":{"type":"S:modified","url":"/demos/VisualConnect.xhtml"},"66388":{"type":"S:modified","url":"/users/MrSteve/Test1.xhtml"},"66389":{"type":"S:modified","url":"/issues/110614_ClickingOnLinesHackIsBroken.xhtml"},"66390":{"type":"S:modified","url":"/ChangeLog.xhtml"},"66391":{"type":"S:modified","url":"/gettingStarted.xhtml"},"66392":{"type":"S:modified","url":"/users/martin/oldWorkspace.xhtml"},"66393":{"type":"S:modified","url":"/demos/Clean.xhtml"},"66394":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/prototypeSaved.xhtml"},"66395":{"type":"S:modified","url":"/issues/110613_ConnectorsAreBroken.xhtml"},"66396":{"type":"S:modified","url":"/draft/NewWorld/ModuleDependencies.xhtml"},"66397":{"type":"S:modified","url":"/issues/fixed/110412_ListDroppingBroken.xhtml"},"66398":{"type":"S:modified","url":"/demos/LiveWeb/Empty.xhtml"},"66399":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/dev2.xhtml"},"66400":{"type":"S:modified","url":"/users/fbo/dropJournalBug.xhtml"},"66401":{"type":"S:modified","url":"/users/tfleig/start.xhtml"},"66402":{"type":"S:modified","url":"/specs/Scrolling.xhtml"},"66403":{"type":"S:modified","url":"/users/fbo/dataGridTests.xhtml"},"66404":{"type":"S:modified","url":"/users/tmohr/newWorld2.xhtml"},"66405":{"type":"S:modified","url":"/users/sofia/georgi/new_world.xhtml"},"66406":{"type":"S:modified","url":"/users/tmohr/slide5.xhtml"},"66407":{"type":"S:modified","url":"/users/fbo/constraintLayoutExampleSerialized.xhtml"},"66408":{"type":"S:modified","url":"/draft/NewWorld/TextBugfixes.xhtml"},"66409":{"type":"S:modified","url":"/users/ahold/new/usertracking.xhtml"},"66410":{"type":"S:modified","url":"/issues/110512_WrappingTextInTextMorph.xhtml"},"66411":{"type":"S:modified","url":"/users/constantin/doku.xhtml"},"66412":{"type":"S:modified","url":"/users/Dan/PartsBin.xhtml"},"66413":{"type":"S:modified","url":"/users/fbo/chat.xhtml"},"66414":{"type":"S:modified","url":"/users/Dan/NewPresentation.xhtml"},"66415":{"type":"S:modified","url":"/users/markoroeder/TablePartDev.xhtml"},"66416":{"type":"S:modified","url":"/users/fbo/renderingHooks.xhtml"},"66417":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/prototype_saved.xhtml"},"66418":{"type":"S:modified","url":"/users/bert/start.xhtml"},"66419":{"type":"S:modified","url":"/users/Dan/TestWorld.xhtml"},"66420":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksHubert.xhtml"},"66421":{"type":"S:modified","url":"/issues/110603_SvgRenderIsNotYetGoodEnoughForOurIcons.xhtml"},"66422":{"type":"S:modified","url":"/issues/111006_DisableGrabbingDoesNotDisableGrabbing.xhtml"},"66423":{"type":"S:modified","url":"/users/robertkrahn/writing.xhtml"},"66424":{"type":"S:modified","url":"/issues/111020_ClassBrowserPartShouldRememberChanges.xhtml"},"66425":{"type":"S:modified","url":"/users/ahold/serverDevNew.xhtml"},"66426":{"type":"S:modified","url":"/demos/LiveWeb/LiveWebSummary.xhtml"},"66427":{"type":"S:modified","url":"/users/lauritz/miniprojects/jQueryEffects.xhtml"},"66428":{"type":"S:modified","url":"/users/Dan/BorderTest.xhtml"},"66429":{"type":"S:modified","url":"/draft/NewWorld/PartsBin.xhtml"},"66430":{"type":"S:modified","url":"/users/sofia/georgi/splitter.xhtml"},"66431":{"type":"S:modified","url":"/users/martin/stats.xhtml"},"66432":{"type":"S:modified","url":"/users/ahold/newWorld.xhtml"},"66433":{"type":"S:modified","url":"/draft/NewWorld/SVGLines.xhtml"},"66434":{"type":"S:added","url":null},"66435":{"type":"S:modified","url":"/issues/fixed/110507_CommentsForParts.xhtml"},"66436":{"type":"S:modified","url":"/demos/contextjs/OpenImplementation.xhtml"},"66437":{"type":"S:modified","url":"/users/Dan/QBF2Ba.xhtml"},"66438":{"type":"S:modified","url":"/users/fbo/welcome.xhtml"},"66439":{"type":"S:modified","url":"/issues/111026_CouchDB>>saveDoesNotAskForCredentialsInSafari.xhtml"},"66440":{"type":"S:modified","url":"/users/martin/measurements/FAQ.xhtml"},"66441":{"type":"S:modified","url":"/users/gerald24/temp.xhtml"},"66442":{"type":"S:modified","url":"/users/markoroeder/MetadataVisualization.xhtml"},"66443":{"type":"S:modified","url":"/demos/WorldSerializationGraph.xhtml"},"66444":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/ImageDroppin.xhtml"},"66445":{"type":"S:modified","url":"/users/Dan/LiveWeb-NewLayout.xhtml"},"66446":{"type":"S:modified","url":"/core/lively/DOMAbstraction.js"},"66447":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/Slider.xhtml"},"66448":{"type":"S:modified","url":"/demos/ScriptingClock.xhtml"},"66449":{"type":"S:modified","url":"/issues/111017_BrowsingSubmorphsWithObjectExplorerBroken.xhtml"},"66450":{"type":"S:modified","url":"/users/Dan/Tutorial1.xhtml"},"66451":{"type":"S:modified","url":"/users/fbo/empty3.xhtml"},"66452":{"type":"S:modified","url":"/demos/visualizations/FPSProtovis.xhtml"},"66453":{"type":"S:modified","url":"/draft/NewWorld/ObjectTracerPart.xhtml"},"66454":{"type":"S:modified","url":"/issues/110629_SlideoverlayIsBrokenAfterSavingItHidden.xhtml"},"66455":{"type":"S:modified","url":"/users/markoroeder/GOTY2011.xhtml"},"66456":{"type":"S:modified","url":"/users/fbo/DraftLayout.xhtml"},"66457":{"type":"S:modified","url":"/users/fbo/onMouseMoveRefactoring.xhtml"},"66458":{"type":"S:modified","url":"/users/Dan/PM/ScripterDev.xhtml"},"66459":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksSebastian.xhtml"},"66460":{"type":"S:modified","url":"/users/fbo/DataTables.xhtml"},"66461":{"type":"S:modified","url":"/users/fbo/myLineWorld.xhtml"},"66462":{"type":"S:modified","url":"/issues/110526_ConnectorsInTheNewWorld.xhtml"},"66463":{"type":"S:modified","url":"/users/Dan/PM/FormLayoutExpt.xhtml"},"66464":{"type":"S:modified","url":"/users/Dan/MyQBF.xhtml"},"66465":{"type":"S:modified","url":"/users/Dan/LiveWeb2.xhtml"},"66466":{"type":"S:modified","url":"/users/fbo/layoutPlaceholdersForDragging.xhtml"},"66467":{"type":"S:modified","url":"/webwerkstatt.xhtml"},"66468":{"type":"S:modified","url":"/users/sofia/georgi/Versions.xhtml"},"66469":{"type":"S:modified","url":"/issues/fixed/110506_CompletelyEmphasizedTextDoesNotSerialize.xhtml"},"66470":{"type":"S:modified","url":"/issues/110518_ShadowOfAMorphDoesNotReflectRotation.xhtml"},"66471":{"type":"S:modified","url":"/users/olmeca/start.xhtml"},"66472":{"type":"S:modified","url":"/users/sofia/martin/3.xhtml"},"66473":{"type":"S:modified","url":"/issues/110514_DontShowEditCursorForHalosMenusEtc.xhtml"},"66474":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/Lists.xhtml"},"66475":{"type":"S:modified","url":"/users/fbo/layoutDragSnap.xhtml"},"66476":{"type":"S:modified","url":"/users/sofia/georgi/new.xhtml"},"66477":{"type":"S:modified","url":"/users/mkilling/ikuh.xhtml"},"66478":{"type":"S:modified","url":"/draft/NewWorld/ClassBrowser.xhtml"},"66479":{"type":"S:modified","url":"/users/fbo/xamppInstaller.xhtml"},"66480":{"type":"S:modified","url":"/users/Kat/QBF2B.xhtml"},"66481":{"type":"S:modified","url":"/demos/visualizations/protovis.xhtml"},"66482":{"type":"S:modified","url":"/users/NikolaySuslov/start.xhtml"},"66483":{"type":"S:modified","url":"/documentation/Lively2Installation.xhtml"},"66484":{"type":"S:modified","url":"/issues/110518_ProblemToOpenDialogs.xhtml"},"66485":{"type":"S:modified","url":"/users/sofia/learning_prototype_js.xhtml"},"66486":{"type":"S:modified","url":"/issues/110809_AsScriptOfMethodDoesNotChangeFunctionName.xhtml"},"66487":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksBenjamin.xhtml"},"66488":{"type":"S:modified","url":"/users/sofia/video1.xhtml"},"66489":{"type":"S:modified","url":"/empty.xhtml"},"66490":{"type":"S:modified","url":"/demos/LiveWeb/LiveWeb.xhtml"},"66491":{"type":"S:modified","url":"/users/cschuster/start.xhtml"},"66492":{"type":"S:modified","url":"/issues/fixed/110509_WorldMenuDoesNotWork.xhtml"},"66493":{"type":"S:modified","url":"/users/Dan/QuickBrownFox.xhtml"},"66494":{"type":"S:modified","url":"/projects/Lively2/Minimal.xhtml"},"66495":{"type":"S:modified","url":"/issues/111005_LineIssues.xhtml"},"66496":{"type":"S:modified","url":"/issues/fixed/110506_PartsbinHasNoAddOrRemoveCategoryButtons.xhtml"},"66497":{"type":"S:modified","url":"/users/sofia/experiments/css_theming.xhtml"},"66498":{"type":"S:modified","url":"/documentation/videoTutorials/110630_CPUVis.xhtml"},"66499":{"type":"S:modified","url":"/users/template/start.xhtml"},"66500":{"type":"S:modified","url":"/documentation/Traits.xhtml"},"66501":{"type":"S:modified","url":"/issues/110717_ShapeOffsetMakesEventsGoMad.xhtml"},"66502":{"type":"S:modified","url":"/users/fbo/jQueryUi.xhtml"},"66503":{"type":"S:modified","url":"/users/robertkrahn/nonexisting.xhtml"},"66504":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/DroppingForImport.xhtml"},"66505":{"type":"S:modified","url":"/cleanup.xhtml"},"66506":{"type":"S:modified","url":"/issues/110522_ListAndTextScrollWorldAfterReachingTheirScrollBounds.xhtml"},"66507":{"type":"S:modified","url":"/projects/BP2012/simple.xhtml"},"66508":{"type":"S:modified","url":"/issues/110831_ScrolingWithNewClippingCodeDoesNotWork.xhtml"},"66509":{"type":"S:modified","url":"/issues/110923_ProtovisVisualizationBroken.xhtml"},"66510":{"type":"S:modified","url":"/issues/111019_PublishingPartsWithCommitMessages.xhtml"},"66511":{"type":"S:modified","url":"/demos/visualizations/jsl4tv-world-000.xhtml"},"66512":{"type":"S:modified","url":"/users/markoroeder/SVN2CodeDB.xhtml"},"66513":{"type":"S:modified","url":"/users/sofia/trac_tickets_pavel.xhtml"},"66514":{"type":"S:modified","url":"/projects/BP2012/2011-11-02-talk.xhtml"},"66515":{"type":"S:modified","url":"/users/fbo/dojoWorld.xhtml"},"66516":{"type":"S:modified","url":"/users/Dan/NewPresentation2.xhtml"},"66517":{"type":"S:modified","url":"/users/tmohr/slide6.xhtml"},"66518":{"type":"S:modified","url":"/projects/DebuggingJS/draft.xhtml"},"66519":{"type":"S:modified","url":"/draft/NewWorld/DirectGrabDragAndCopy.xhtml"},"66520":{"type":"S:modified","url":"/users/sofia/protovis.xhtml"},"66521":{"type":"S:modified","url":"/blank.xhtml"},"66522":{"type":"S:modified","url":"/users/robertkrahn/testCPUVis.xhtml"},"66523":{"type":"S:modified","url":"/projects/Lively2/Converting.xhtml"},"66524":{"type":"S:modified","url":"/users/andyburnett/start.xhtml"},"66525":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/RichText.xhtml"},"66526":{"type":"S:modified","url":"/draft/NewWorld/Presentations.xhtml"},"66527":{"type":"S:modified","url":"/users/robertkrahn/garminExport.xhtml"},"66528":{"type":"S:modified","url":"/tests.xhtml"},"66529":{"type":"S:modified","url":"/issues/110625_PartUploadBroken.xhtml"},"66530":{"type":"S:modified","url":"/issues/fixed/110517_ConnectionsWantToAccessClosureValues.xhtml"},"66531":{"type":"S:modified","url":"/users/markoroeder/DataVisualization.xhtml"},"66532":{"type":"S:modified","url":"/draft/NewWorld/PartsBinSearch.xhtml"},"66533":{"type":"S:modified","url":"/issues/110529_InsertingSomethingInTextRemovesFocus.xhtml"},"66534":{"type":"S:modified","url":"/issues/110512_ListSelectionInScbDoesNotWorkCorrectly.xhtml"},"66535":{"type":"S:modified","url":"/issues/111017_StaticBindingOfSuperInClosures.xhtml"},"66536":{"type":"S:modified","url":"/demos/contextjs/flattening.xhtml"},"66537":{"type":"S:modified","url":"/issues/110511_LinesCannotBeClicked.xhtml"},"66538":{"type":"S:modified","url":"/users/lauritz/miniprojects/gettingStarted.xhtml"},"66539":{"type":"S:modified","url":"/users/markoroeder/Part2Class.xhtml"},"66540":{"type":"S:modified","url":"/users/Dan/EmptyWorld2.xhtml"},"66541":{"type":"S:modified","url":"/projects/LivelyKernel/nextSteps.xhtml"},"66542":{"type":"S:modified","url":"/users/wlcleveland/start.xhtml"},"66543":{"type":"S:modified","url":"/users/swart/start.xhtml"},"66544":{"type":"S:modified","url":"/users/Dan/QBF2Bb.xhtml"},"66545":{"type":"S:modified","url":"/users/tmohr/slide1.xhtml"},"66546":{"type":"S:modified","url":"/users/robertkrahn/DetermineModuleDependencies.xhtml"},"66547":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksHubert2.xhtml"},"66548":{"type":"S:modified","url":"/projects/CodeDB2/info_restructuring.xhtml"},"66549":{"type":"S:modified","url":"/users/Dan/PM/DemoForm.xhtml"},"66550":{"type":"S:modified","url":"/issues/110728_GraffleLayerGrabsWorld.xhtml"},"66551":{"type":"S:modified","url":"/users/Dan/Activities1.xhtml"},"66552":{"type":"S:modified","url":"/users/tmohr/emtpy.xhtml"},"66553":{"type":"S:modified","url":"/documentation/ElProfesor.xhtml"},"66554":{"type":"S:modified","url":"/issues/111022_TheExplorerScrollingIsBroken.xhtml"},"66555":{"type":"S:modified","url":"/users/Dan/WindowPlay.xhtml"},"66556":{"type":"S:modified","url":"/users/martin/Measurements.xhtml"},"66557":{"type":"S:modified","url":"/users/fbo/layoutCycle.xhtml"},"66558":{"type":"S:modified","url":"/documentation/7funthings.xhtml"},"66559":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/jensWorld.xhtml"},"66560":{"type":"S:modified","url":"/users/iho/start.xhtml"},"66561":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/NewMorphicIntroduction.xhtml"},"66562":{"type":"S:modified","url":"/BrokenWorldRepairSite.xhtml"},"66563":{"type":"S:modified","url":"/users/fbo/serverDevPlayground.xhtml"},"66564":{"type":"S:modified","url":"/users/ahold/TrackerDev.xhtml"},"66565":{"type":"S:modified","url":"/users/Dan/LiveWeb3.xhtml"},"66566":{"type":"S:modified","url":"/documentation/Template.xhtml"},"66567":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/secondWorld.xhtml"},"66568":{"type":"S:modified","url":"/documentation/ContextJS.xhtml"},"66569":{"type":"S:modified","url":"/projects/CodeDB2/CodeDB2Dev.xhtml"},"66570":{"type":"S:modified","url":"/users/markoroeder/GrammarTesting.xhtml"},"66571":{"type":"S:modified","url":"/documentation/ScriptingTutorial.xhtml"},"66572":{"type":"S:modified","url":"/users/fbo/deserializeMorphs.xhtml"},"66573":{"type":"S:modified","url":"/issues/110722_ClipModeShouldClipMorphsInTheirBounds.xhtml"},"66574":{"type":"S:modified","url":"/documentation/videoTutorials/110714_NodeJSServerCreation.xhtml"},"66575":{"type":"S:modified","url":"/users/fbo/scrollFixes.xhtml"},"66576":{"type":"S:modified","url":"/users/fbo/empty.xhtml"},"66577":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksConrad.xhtml"},"66578":{"type":"S:modified","url":"/users/keith/deadly.xhtml"},"66579":{"type":"S:modified","url":"/users/robertkrahn/nonexisting2.xhtml"},"66580":{"type":"S:modified","url":"/users/Dan/QBFa.xhtml"},"66581":{"type":"S:modified","url":"/users/cschuster/debugging2.xhtml"},"66582":{"type":"S:modified","url":"/users/fbo/SlickGrid.xhtml"},"66583":{"type":"S:modified","url":"/users/constantin/Snake.xhtml"},"66584":{"type":"S:modified","url":"/documentation/worlds.xhtml"},"66585":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/firstWorld2.xhtml"},"66586":{"type":"S:modified","url":"/issues/110609_TabIndentionForBulletPoints.xhtml"},"66587":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasksAstrid.xhtml"},"66588":{"type":"S:modified","url":"/users/sofia/video2.xhtml"},"66589":{"type":"S:modified","url":"/users/keith/notes.xhtml"},"66590":{"type":"S:modified","url":"/issues/110528_ClickBehaviorOfScbIsStrange.xhtml"},"66591":{"type":"S:modified","url":"/demos/Parts.xhtml"},"66592":{"type":"S:modified","url":"/demos/WhereArePeopleFrom.xhtml"},"66593":{"type":"S:modified","url":"/issues/110510_MorphsAreDroppedWhenDndedFromPartsbin.xhtml"},"66594":{"type":"S:modified","url":"/users/fbo/jqueryTabulate.xhtml"},"66595":{"type":"S:modified","url":"/issues/111026_CustomFormattedBinsInPartsBin.xhtml"},"66596":{"type":"S:modified","url":"/users/fbo/learningLively2.xhtml"},"66597":{"type":"S:modified","url":"/issues/111017_svgIssues.xhtml"},"66598":{"type":"S:modified","url":"/users/markoroeder/NewStreamwork.xhtml"},"66599":{"type":"S:modified","url":"/users/markoroeder/MapImport.xhtml"},"66600":{"type":"S:modified","url":"/documentation/Serialization-Interface.xhtml"},"66601":{"type":"S:modified","url":"/issues/fixed/110511_DroppablebehaviorParts.xhtml"},"66602":{"type":"S:modified","url":"/users/markoroeder/newDraft.xhtml"},"66603":{"type":"S:modified","url":"/projects/Lively2/ReleasePlanning.xhtml"},"66604":{"type":"S:modified","url":"/draft/NewWorld/LinesAndCurves.xhtml"},"66605":{"type":"S:modified","url":"/users/Dan/HaloExpt.xhtml"},"66606":{"type":"S:modified","url":"/issues/110921_DropshadowIsOff.xhtml"},"66607":{"type":"S:modified","url":"/users/keith/versionControl.xhtml"},"66608":{"type":"S:modified","url":"/issues/111021_HowToStoreObjectsOnTheServer.xhtml"},"66609":{"type":"S:modified","url":"/documentation/videoTutorials/SystemBrowserDiffingVersions.xhtml"},"66610":{"type":"S:modified","url":"/users/fbo/blank.xhtml"},"66611":{"type":"S:modified","url":"/demos/Clock.xhtml"},"66612":{"type":"S:modified","url":"/users/fbo/scrolling.xhtml"},"66613":{"type":"S:modified","url":"/users/markoroeder/DraftInfoItem.xhtml"},"66614":{"type":"S:modified","url":"/documentation/HowConnectWorks.xhtml"},"66615":{"type":"S:modified","url":"/users/fbo/layoutTests.xhtml"},"66616":{"type":"S:modified","url":"/issues/fixed/110407_NoScriptEditorInNewWorld.xhtml"},"66617":{"type":"S:modified","url":"/projects/BP2012/Requests.xhtml"},"66618":{"type":"S:modified","url":"/users/template/pleaseDoNotChangeOrRemoveWorldsInThisDirectory.xhtml"},"66619":{"type":"S:modified","url":"/users/fbo/journalBug.xhtml"},"66620":{"type":"S:modified","url":"/issues/110701_VisualBindingToStarBroken.xhtml"},"66621":{"type":"S:modified","url":"/users/tmohr/slide7.xhtml"},"66622":{"type":"S:modified","url":"/issues/110723_PathBroken.xhtml"},"66623":{"type":"S:modified","url":"/demos/MyNewWikiPage.xhtml"},"66624":{"type":"S:modified","url":"/issues/fixed/110510_SafariWontOpenToolsFromPartsbin.xhtml"},"66625":{"type":"S:modified","url":"/issues/110720_FirefoxCannotDisplaySvgBasedMorphs.xhtml"},"66626":{"type":"S:modified","url":"/draft/NewWorld/RichText.xhtml"},"66627":{"type":"S:modified","url":"/users/alexwarth/start.xhtml"},"66628":{"type":"S:modified","url":"/draft/NewWorld/SimpleBrowser.xhtml"},"66629":{"type":"S:modified","url":"/draft/NewWorld/OldMorphicObjectConversion.xhtml"},"66630":{"type":"S:modified","url":"/documentation/profesores.xhtml"},"66631":{"type":"S:modified","url":"/documentation/videoTutorials/template.xhtml"},"66632":{"type":"S:modified","url":"/issues/110629_WindmillDoesNotShowInThePartsBin.xhtml"},"66633":{"type":"S:modified","url":"/issues/110519_PasteBug.xhtml"},"66634":{"type":"S:modified","url":"/draft/NewWorld/Engine.xhtml"},"66635":{"type":"S:modified","url":"/draft/NewWorld/ProgressForRequests.xhtml"},"66636":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/Sliders.xhtml"},"66637":{"type":"S:modified","url":"/users/tmohr/bespin.xhtml"},"66638":{"type":"S:modified","url":"/users/fbo/scrollPlayground.xhtml"},"66639":{"type":"S:modified","url":"/users/tfleig/test1.xhtml"},"66640":{"type":"S:modified","url":"/users/fbo/gitSetup.xhtml"},"66641":{"type":"S:modified","url":"/users/constantin/start.xhtml"},"66642":{"type":"S:modified","url":"/users/Dan/Test.xhtml"},"66643":{"type":"S:modified","url":"/issues/110630_MenusLeaveVisibleBounds.xhtml"},"66644":{"type":"S:modified","url":"/projects/CodeDB2/playground_tilman.xhtml"},"66645":{"type":"S:modified","url":"/users/ohshima/start.xhtml"},"66646":{"type":"S:modified","url":"/issues/110704_MapsAreBlacksAfterDeserialization.xhtml"},"66647":{"type":"S:modified","url":"/users/Kat/MyQBF.xhtml"},"66648":{"type":"S:modified","url":"/users/markoroeder/SerializationDebug.xhtml"},"66649":{"type":"S:modified","url":"/issues/111012_BorderWidthIssue.xhtml"},"66650":{"type":"S:modified","url":"/users/mzimmerm/etoys-development-notes.xhtml"},"66651":{"type":"S:modified","url":"/users/Dan/EngineTest.xhtml"},"66652":{"type":"S:modified","url":"/users/tmohr/slide2.xhtml"},"66653":{"type":"S:modified","url":"/users/sofia/protovisPrototype.xhtml"},"66654":{"type":"S:modified","url":"/users/sofia/sofia/georgi/new_world.xhtml"},"66655":{"type":"S:modified","url":"/documentation/FAQ.xhtml"},"66656":{"type":"S:modified","url":"/demos/contextjs/SimpleObjectTracing.xhtml"},"66657":{"type":"S:modified","url":"/users/Dan/PM/Dan.xhtml"},"66658":{"type":"S:modified","url":"/issues/fixed/110518_PartsbinMoveIsNoRealMove.xhtml"},"66659":{"type":"S:modified","url":"/sandbox/sandbox-dgc.xhtml"},"66660":{"type":"S:modified","url":"/issues/110610_AddNewMethodBroken.xhtml"},"66661":{"type":"S:modified","url":"/users/Dan/CC.xhtml"},"66662":{"type":"S:modified","url":"/draft/NewWorld/StringsAsRichText.xhtml"},"66663":{"type":"S:modified","url":"/issues/110704_ClickingOnProtoVisDrawing.xhtml"},"66664":{"type":"S:modified","url":"/users/fbo/layoutGrid.xhtml"},"66665":{"type":"S:modified","url":"/users/Dan/Garbage.xhtml"},"66666":{"type":"S:modified","url":"/welcome.xhtml"},"66667":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/textEditor.xhtml"},"66668":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/prototypeQBF.xhtml"},"66669":{"type":"S:modified","url":"/documentation/videoTutorials/110429_TextAttributes.xhtml"},"66670":{"type":"S:modified","url":"/users/fbo/pongServer.xhtml"},"66671":{"type":"S:modified","url":"/users/miku/start.xhtml"},"66672":{"type":"S:modified","url":"/users/Dan/PM/Lively2.xhtml"},"66673":{"type":"S:modified","url":"/users/cschuster/dev-alpha.xhtml"},"66674":{"type":"S:modified","url":"/users/Dan/PM/PowerPointNot.xhtml"},"66675":{"type":"S:modified","url":"/users/fbo/layoutConfigurator.xhtml"},"66676":{"type":"S:modified","url":"/draft/NewWorld/Diffing.xhtml"},"66677":{"type":"S:modified","url":"/issues/110604_GriddingDoesNotWorkRight.xhtml"},"66678":{"type":"S:modified","url":"/issues/110927_TranslationAndPositionAreNotEqualWhenMorphHasAOwnerWithModifiedOrigin.xhtml"},"66679":{"type":"S:modified","url":"/issues/110809_ChangeOrRemovedScriptsAfterSerializationWrong.xhtml"},"66680":{"type":"S:modified","url":"/issues/110729_ShowHaloItemDuringHaloAction.xhtml"},"66681":{"type":"S:modified","url":"/users/tmohr/demo.xhtml"},"66682":{"type":"S:modified","url":"/documentation/overview.xhtml"},"66683":{"type":"S:modified","url":"/demos/LiveWeb/iPad.xhtml"},"66684":{"type":"S:modified","url":"/issues/110628_MorphOffsetsAfterGrabbingAreBroken.xhtml"},"66685":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/SCBMigration.xhtml"},"66686":{"type":"S:modified","url":"/users/Dan/LiveWeb4.xhtml"},"66687":{"type":"S:modified","url":"/users/olmeca/olmeca3.xhtml"},"66688":{"type":"S:deleted","url":null},"66689":{"type":"S:modified","url":"/issues/111026_AccessingVersionsUsesWrongURLAndVersionCombination.xhtml"},"66690":{"type":"S:modified","url":"/users/sofia/sofia/georgi/video_experiments1.xhtml"},"66691":{"type":"S:modified","url":"/users/wlcleveland/shadowworld.xhtml"},"66692":{"type":"S:modified","url":"/users/mzimmerm/mz-world-from-start-xhtml.xhtml"},"66693":{"type":"S:modified","url":"/users/Dan/FormLayoutExpt.xhtml.xhtml"},"66694":{"type":"S:modified","url":"/users/robertkrahn/writeSite.xhtml"},"66695":{"type":"S:modified","url":"/draft/NewWorld/CurveDrafting.xhtml"},"66696":{"type":"S:modified","url":"/draft/NewWorld/ParseApacheServerLog.xhtml"},"66697":{"type":"S:modified","url":"/issues/fixed/110516_EnterAtTextEndDoesNotAddLineBreak.xhtml"},"66698":{"type":"S:modified","url":"/projects/BP2012/h2.xhtml"},"66699":{"type":"S:modified","url":"/draft/NewWorld/110521_BetterLists.xhtml"},"66700":{"type":"S:modified","url":"/users/Dan/PM/layoutExpts.xhtml"},"66701":{"type":"S:modified","url":"/users/test50/start.xhtml"},"66702":{"type":"S:modified","url":"/MovePages.xhtml"},"66703":{"type":"S:modified","url":"/documentation/Rendering.xhtml"},"66704":{"type":"S:modified","url":"/users/fbo/layoutPlayground.xhtml"},"66705":{"type":"S:modified","url":"/users/martin/measurements/webwerkstatt.xhtml"},"66706":{"type":"S:modified","url":"/issues/111005_MouseMoveChangesFocus.xhtml"},"66707":{"type":"S:modified","url":"/documentation/videoTutorials/110419_ManipulateMorphs.xhtml"},"66708":{"type":"S:modified","url":"/projects/Lively2/Release.xhtml"},"66709":{"type":"S:modified","url":"/issues/110523_RelayMouseEventsToMorphBeneath.xhtml"},"66710":{"type":"S:modified","url":"/users/tmohr/myNewWorld.xhtml"},"66711":{"type":"S:modified","url":"/users/robertkrahn/thingsToExplain.xhtml"},"66712":{"type":"S:modified","url":"/users/fbo/start.xhtml"},"66713":{"type":"S:modified","url":"/issues/110511_WeHaveNoCheckbox.xhtml"},"66714":{"type":"S:modified","url":"/users/Dan/PM/FormsDraft1.xhtml"},"66715":{"type":"S:modified","url":"/users/Dan/EmptyWorld.xhtml"},"66716":{"type":"S:modified","url":"/users/sofia/georgi/empty.xhtml"},"66717":{"type":"S:modified","url":"/issues/110609_AccidentalGrabbing.xhtml"},"66718":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/NewMorphicDevelopment.xhtml"},"66719":{"type":"S:modified","url":"/users/lauritz/personal/snippets.xhtml"},"66720":{"type":"S:modified","url":"/users/lauritz/personal/thoughts.xhtml"},"66721":{"type":"S:modified","url":"/users/Dan/NewEmptyWorld.xhtml"},"66722":{"type":"S:modified","url":"/users/markoroeder/DOMRemovalPlugin.xhtml"},"66723":{"type":"S:modified","url":"/documentation/LivelyInstallation.xhtml"},"66724":{"type":"S:modified","url":"/issues/110530_MakeSyntaxHighlightingFaster.xhtml"},"66725":{"type":"S:modified","url":"/users/lauritz/miniprojects/pongClient.xhtml"},"66726":{"type":"S:modified","url":"/issues/110831_ButtonLabelsAreNotCenteredAnymore.xhtml"},"66727":{"type":"S:modified","url":"/sandbox/ColorfulWindmills.xhtml"},"66728":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/todo.xhtml"},"66729":{"type":"S:modified","url":"/users/robertkrahn/simple.xhtml"},"66730":{"type":"S:modified","url":"/issues/111004_SavingAnEmptyTextObjectSetsTheStringToUndefined.xhtml"},"66731":{"type":"S:modified","url":"/issues/TextDebugWorld.xhtml"},"66732":{"type":"S:modified","url":"/documentation/ShortcutList.xhtml"},"66733":{"type":"S:modified","url":"/users/tmohr/slide8.xhtml"},"66734":{"type":"S:modified","url":"/issues/110522_ClickingTheScrollbarInListsDoesNotWork.xhtml"},"66735":{"type":"S:modified","url":"/draft/NewWorld/ObjectSerializationGraph.xhtml"},"66736":{"type":"S:modified","url":"/users/Dan/TextTest.xhtml"},"66737":{"type":"S:modified","url":"/users/dtornow/start.xhtml"},"66738":{"type":"S:modified","url":"/projects/BP2012/start.xhtml"},"66739":{"type":"S:modified","url":"/users/Dan/Empty.xhtml"},"66740":{"type":"S:modified","url":"/users/keith/start.xhtml"},"66741":{"type":"S:modified","url":"/users/gerald24/start.xhtml"},"66742":{"type":"S:modified","url":"/documentation/videoTutorial.xhtml"},"66743":{"type":"S:modified","url":"/draft/NewWorld/DraftSelection.xhtml"},"66744":{"type":"S:modified","url":"/demos/LiveWeb/Pheonix.xhtml"},"66745":{"type":"S:modified","url":"/users/ahold/siteTracking.xhtml"},"66746":{"type":"S:modified","url":"/issues/110608_GetterAndSettersInIe9.xhtml"},"66747":{"type":"S:modified","url":"/users/iho/1.xhtml"},"66748":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/bootstrap.xhtml"},"66749":{"type":"S:modified","url":"/projects/BP2012/StoriesAndTasks.xhtml"},"66750":{"type":"S:modified","url":"/users/Dan/PM/FormsScripter.xhtml"},"66751":{"type":"S:modified","url":"/users/fbo/cassowary.xhtml"},"66752":{"type":"S:modified","url":"/users/MrSteve/start.xhtml"},"66753":{"type":"S:modified","url":"/issues/CreateIssuePage.xhtml"},"66754":{"type":"S:modified","url":"/users/fbo/xamppInstallerWindows.xhtml"},"66755":{"type":"S:modified","url":"/users/Dan/PM/Phoenix.xhtml"},"66756":{"type":"S:modified","url":"/users/tmohr/WebGL.xhtml"},"66757":{"type":"S:modified","url":"/documentation/PartsBin.xhtml"},"66758":{"type":"S:modified","url":"/users/mzimmerm/start.xhtml"},"66759":{"type":"S:modified","url":"/users/markoroeder/SequenceDiagram.xhtml"},"66760":{"type":"S:modified","url":"/demos/Wiki.xhtml"},"66761":{"type":"S:modified","url":"/documentation/Events.xhtml"},"66762":{"type":"S:modified","url":"/users/tmohr/slide3.xhtml"},"66763":{"type":"S:modified","url":"/users/hjust/blank.xhtml"},"66764":{"type":"S:modified","url":"/Lively2.xhtml"},"66765":{"type":"S:modified","url":"/users/tfleig/template.xhtml"},"66766":{"type":"S:modified","url":"/issues/111021_PianoDoesNotMakeASound.xhtml"},"66767":{"type":"S:modified","url":"/issues/fixed/110426_NewStatusMessagesWithMore.xhtml"},"66768":{"type":"S:modified","url":"/users/martin/tests.xhtml"},"66769":{"type":"S:modified","url":"/users/sofia/empty.xhtml"},"66770":{"type":"S:modified","url":"/issues/110601_PartsDoNotLoadThereRequireModulesOnWorldLoad.xhtml"},"66771":{"type":"S:modified","url":"/draft/NewWorld/Sliders.xhtml"},"66772":{"type":"S:modified","url":"/users/davidorban/start.xhtml"},"66773":{"type":"S:modified","url":"/users/orjan/start.xhtml"},"66774":{"type":"S:modified","url":"/users/Dan/PM/FormLayoutExpt-Final.xhtml"},"66775":{"type":"S:modified","url":"/users/sofia/video.xhtml"},"66776":{"type":"S:modified","url":"/demos/contextjs/PersonExample.xhtml"},"66777":{"type":"S:modified","url":"/users/zeebeedee/start.xhtml"},"66778":{"type":"S:modified","url":"/users/robertkrahn/textRain.xhtml"},"66779":{"type":"S:modified","url":"/users/fbo/databaseForms.xhtml"},"66780":{"type":"S:modified","url":"/draft/NewWorld/DraftUploadPDFs.xhtml"},"66781":{"type":"S:modified","url":"/users/olmeca/olmeca4.xhtml"},"66782":{"type":"S:modified","url":"/users/lauritz/miniprojects/livelyExplorer.xhtml"},"66783":{"type":"S:modified","url":"/documentation/videoTutorials/110421_CreatingVideoTutorials.xhtml"},"66784":{"type":"S:modified","url":"/draft/NewWorld/MartinsObjectDiffInNewWorlds.xhtml"},"66785":{"type":"S:modified","url":"/users/Dan/LineTest.xhtml"},"66786":{"type":"S:modified","url":"/draft/NewWorld/Translator.xhtml"},"66787":{"type":"S:modified","url":"/documentation/Styles.xhtml"},"66788":{"type":"S:modified","url":"/draft/NewWorld/MorphOrigin.xhtml"},"66789":{"type":"S:modified","url":"/screenshots.xhtml"},"66790":{"type":"S:modified","url":"/users/Dan/LiveWeb.xhtml"},"66791":{"type":"S:modified","url":"/demos/AntotherPageWithAClock.xhtml"},"66792":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/halloJens2.xhtml"},"66793":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/improvingTheWebPag.xhtml"},"66794":{"type":"S:modified","url":"/users/fbo/constraintLayoutExample.xhtml"},"66795":{"type":"S:modified","url":"/documentation/TutorialList.xhtml"},"66796":{"type":"S:modified","url":"/draft/NewWorld/MakeEventsTriggerOnCapture.xhtml"},"66797":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/prototype.xhtml"},"66798":{"type":"S:modified","url":"/users/Dan/PM/FormLayoutExpt-bk.xhtml"},"66799":{"type":"S:modified","url":"/users/Dan/QBF.xhtml"},"66800":{"type":"S:modified","url":"/users/tmohr/slides.xhtml"},"66801":{"type":"S:modified","url":"/users/Dan/ButtonTest.xhtml"},"66802":{"type":"S:modified","url":"/users/fbo/textInVbox.xhtml"},"66803":{"type":"S:modified","url":"/users/sofia/externalShapeExample.xhtml"},"66804":{"type":"S:modified","url":"/users/hjust/playground.xhtml"},"66805":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/halloJens.xhtml"},"66806":{"type":"S:modified","url":"/users/tmohr/morphSpecificRendering.xhtml"},"66807":{"type":"S:modified","url":"/users/fbo/dataGrid.xhtml"},"66808":{"type":"S:modified","url":"/issues/111020_HighlightTheTargetOfDropping.xhtml"},"66809":{"type":"S:modified","url":"/users/mzimmerm/help.xhtml"},"66810":{"type":"S:modified","url":"/users/fbo/jqGrid.xhtml"},"66811":{"type":"S:modified","url":"/projects/CodeDB2/contents.xhtml"},"66812":{"type":"S:modified","url":"/demos/PartsBin.xhtml"},"66813":{"type":"S:modified","url":"/users/sofia/martin/empty.xhtml"},"66814":{"type":"S:modified","url":"/users/markoroeder/research/Internship.xhtml"},"66815":{"type":"S:modified","url":"/users/tmohr/NewWorld.xhtml"},"66816":{"type":"S:modified","url":"/users/bert/sandbox.xhtml"},"66817":{"type":"S:modified","url":"/draft/NewWorld/GoogleMaps.xhtml"},"66818":{"type":"S:modified","url":"/demos/contextjs/NewContents.xhtml"},"66819":{"type":"S:modified","url":"/users/fbo/meteora.xhtml"},"66820":{"type":"S:modified","url":"/users/Dan/PM/Forms.xhtml"},"66821":{"type":"S:modified","url":"/issues/draft/NewWorld/CurveDrafting_EmbeddableWorld.xhtml"},"66822":{"type":"S:modified","url":"/projects/LivelyHelping/draftLK2.xhtml"},"66823":{"type":"S:modified","url":"/users/lauritz/miniprojects/objectEditor.xhtml"},"66824":{"type":"S:modified","url":"/users/fbo/blank2.xhtml"},"66825":{"type":"S:modified","url":"/issues/110509_ConnectionsInputsGetStackedUp.xhtml"},"66826":{"type":"S:modified","url":"/draft/NewWorld/SimpleLayout.xhtml"},"66827":{"type":"S:modified","url":"/users/mkilling/iKuh2.xhtml"},"66828":{"type":"S:modified","url":"/users/fbo/profesorControls.xhtml"},"66829":{"type":"S:modified","url":"/documentation/Serialization-Overview.xhtml"},"66830":{"type":"S:modified","url":"/users/sofia/georgi/PropertySheet.xhtml"},"66831":{"type":"S:modified","url":"/users/sofia/martin/1.xhtml"},"66832":{"type":"S:modified","url":"/issues/110828_HaloInfoLabelsWontShowUp.xhtml"},"66833":{"type":"S:modified","url":"/users/sofia/georgi/styles.xhtml"},"66834":{"type":"S:modified","url":"/users/fbo/doc/profesores.xhtml"},"66835":{"type":"S:modified","url":"/users/markoroeder/MorphicProtoVis2.xhtml"},"66836":{"type":"S:modified","url":"/issues/110516_EnterAtTextEndDoesNotAddLineBreak.xhtml"},"66837":{"type":"S:modified","url":"/projects/Lively2/LivelyMap.xhtml"},"66838":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/colorFiel.xhtml"},"66839":{"type":"S:modified","url":"/users/tmohr/slide9.xhtml"},"66840":{"type":"S:modified","url":"/issues/110518_TextAttributesBreakOnPaste.xhtml"},"66841":{"type":"S:modified","url":"/demos/LiveWeb/VisualBindings.xhtml"},"66842":{"type":"S:modified","url":"/documentation/Layout.xhtml"},"66843":{"type":"S:modified","url":"/documentation/repository.xhtml"},"66844":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/DontOverwriteChangedFile.xhtml"},"66845":{"type":"S:modified","url":"/users/Dan/Tests/TextTest.xhtml"},"66846":{"type":"S:modified","url":"/issues/fixed/110412_NewSimpleBrowser.xhtml"},"66847":{"type":"S:modified","url":"/users/fbo/proposedUiFixes.xhtml"},"66848":{"type":"S:modified","url":"/issues/NewTemplate.xhtml"},"66849":{"type":"S:modified","url":"/documentation/SVNOnServer.xhtml"},"66850":{"type":"S:modified","url":"/issues/110524_PartsSerializeTheirWorldsSometimes.xhtml"},"66851":{"type":"S:modified","url":"/users/Dan/PM/May.xhtml"},"66852":{"type":"S:modified","url":"/documentation/ignoreOrDisableEvents.xhtml"},"66853":{"type":"S:modified","url":"/issues/110522_FixSubmorphOrderWhenAddingMorphs.xhtml"},"66854":{"type":"S:modified","url":"/users/Dan/CCbkup.xhtml"},"66855":{"type":"S:modified","url":"/users/Dan/LiveWeb2-bk.xhtml"},"66856":{"type":"S:modified","url":"/issues/110704_DontGrabTextWithJensFancyGrabber.xhtml"},"66857":{"type":"S:modified","url":"/users/lauritz/blank.xhtml"},"66858":{"type":"S:modified","url":"/draft/NewWorld/Dragging.xhtml"},"66859":{"type":"S:modified","url":"/users/lauritz/personal/todo.xhtml"},"66860":{"type":"S:modified","url":"/users/fbo/flexigrid.xhtml"},"66861":{"type":"S:modified","url":"/draft/NewWorld/LatestFileChangeViewer.xhtml"},"66862":{"type":"S:modified","url":"/issues/fixed/110729_QucikBrownFoxBackspaceBug.xhtml"},"66863":{"type":"S:modified","url":"/users/lauritz/miniprojects/elProfesorWerkstatt.xhtml"},"66864":{"type":"S:modified","url":"/documentation/VisualBindings.xhtml"},"66865":{"type":"S:modified","url":"/users/robertkrahn/notexisting.xhtml"},"66866":{"type":"S:modified","url":"/draft/NewWorld/TreeMap.xhtml"},"66867":{"type":"S:modified","url":"/draft/NewWorld/Empty.xhtml"},"66868":{"type":"S:modified","url":"/users/Dan/QBF2B.xhtml"},"66869":{"type":"S:modified","url":"/issues/111019_MergingVersionsOfAnObject.xhtml"},"66870":{"type":"S:modified","url":"/issues/110619_SerializingMorphsThatAreNotInTheSceneGraphGivesStrangeErrors.xhtml"},"66871":{"type":"S:modified","url":"/users/lauritz/test.xhtml"},"66872":{"type":"S:modified","url":"/users/tilman.giese/start.xhtml"},"66873":{"type":"S:modified","url":"/users/tmohr/slide4.xhtml"},"66874":{"type":"S:modified","url":"/sandbox/PartsBin.xhtml"},"66875":{"type":"S:modified","url":"/users/markoroeder/DraftObjectExplorer.xhtml"},"66876":{"type":"S:modified","url":"/demos/WhereArePeopleFrom2.xhtml"},"66877":{"type":"S:modified","url":"/projects/CodeDB2/SVN2CodeDB.xhtml"},"66878":{"type":"S:modified","url":"/users/fbo/sqliteQueryServer.xhtml"},"66879":{"type":"S:modified","url":"/issues/fixed/110513_ScrollingWhenSearching.xhtml"},"66880":{"type":"S:modified","url":"/users/lauritz/miniprojects/bugFixing/referencedTextBug.xhtml"},"66881":{"type":"S:modified","url":"/issues/fixed/111020_ScrollingInScripteditorIsBroken.xhtml"},"66882":{"type":"S:modified","url":"/issues/110513_FindMethodsShouldSearchInClassMethodsAndObjects.xhtml"},"66883":{"type":"S:modified","url":"/draft/NewWorld/NewTestWidgetAgain.xhtml"},"66884":{"type":"S:modified","url":"/users/Dan/DansSlideOverview.xhtml"},"66885":{"type":"S:modified","url":"/users/fbo/exportCore.xhtml"},"66886":{"type":"S:modified","url":"/users/olmeca/olmeca.xhtml"},"66887":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/firstWorld.xhtml"},"66888":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/SearchSourceCodeWidge.xhtml"},"66889":{"type":"S:modified","url":"/users/Dan/CircleTest.xhtml"},"66890":{"type":"S:modified","url":"/users/Dan/Tests/SerializationTest2.xhtml"},"66891":{"type":"S:modified","url":"/users/fbo/sandbox.xhtml"},"66892":{"type":"S:modified","url":"/issues/110728_BackspaceTriggersBrowserBack.xhtml"},"66893":{"type":"S:modified","url":"/users/markoroeder/empty.xhtml"},"66894":{"type":"S:modified","url":"/draft/NewWorld/DropStyles.xhtml"},"66895":{"type":"S:modified","url":"/issues/fixed/110513_MakeSyntaxHighlightingWorkInNewWorld.xhtml"},"66896":{"type":"S:modified","url":"/users/MrSteve/lorenzo.start.xhtml"},"66897":{"type":"S:modified","url":"/users/Dan/PM/LiveWeb.xhtml"},"66898":{"type":"S:modified","url":"/users/Dan/PM/FormLayoutExpt-start.xhtml"},"66899":{"type":"S:modified","url":"/draft/NewWorld/ScriptEditor.xhtml"},"66900":{"type":"S:modified","url":"/users/mzimmerm/test-build-simple-webapp.xhtml"},"66901":{"type":"S:modified","url":"/issues/110628_SettingTetAttributesDoesNotAlwaysWork.xhtml"},"66902":{"type":"S:modified","url":"/users/lauritz/miniprojects/spiel.xhtml"},"66903":{"type":"S:modified","url":"/users/robertkrahn/DraftPresentation.xhtml"},"66904":{"type":"S:modified","url":"/users/robertkrahn/SceneRefactoring/layouting.xhtml"},"66905":{"type":"S:modified","url":"/users/Dan/Tests/SerializationTest.xhtml"},"66906":{"type":"S:modified","url":"/users/lauritz/miniprojects/spikes/connectedExplorer.xhtml"},"66907":{"type":"S:modified","url":"/users/fbo/nodejsServerDevelopment.xhtml"},"66908":{"type":"S:modified","url":"/draft/NewWorld/QBFForPartsBin.xhtml"},"66909":{"type":"S:modified","url":"/issues/fixed/110628_CommandAndCurlyBracketGoesBackInBrowserHistory.xhtml"},"66910":{"type":"S:modified","url":"/users/lauritz/miniprojects/connections.xhtml"},"66911":{"type":"S:modified","url":"/users/ahold/start.xhtml"},"66912":{"type":"S:modified","url":"/users/markus/FileBrowser.xhtml"},"66913":{"type":"S:modified","url":"/demos/LiveWeb/CPUVisualizationFinal.xhtml"},"66914":{"type":"S:modified","url":"/users/fbo/jsUiWidgetLibResearch.xhtml"},"66915":{"type":"S:modified","url":"/users/fbo/constraintLayout.xhtml"},"66916":{"type":"S:modified","url":"/users/Dan/Tests/LineTest.xhtml"},"66917":{"type":"S:modified","url":"/sandbox/sandbox.xhtml"},"66918":{"type":"S:modified","url":"/users/fbo/versionControl.xhtml"},"66919":{"type":"S:modified","url":"/draft/NewWorld/CreateDirWhenSaving.xhtml"},"66920":{"type":"S:modified","url":"/demos/Lively2.xhtml"},"66921":{"type":"S:modified","url":"/users/fbo/userIsolationAndGit.xhtml"},"66922":{"type":"S:modified","url":"/draft/NewWorld/KeyboardFocusForMorphs.xhtml"},"66923":{"type":"S:modified","url":"/users/fbo/dwarfcassowaryExample2.xhtml"},"66924":{"type":"S:modified","url":"/users/oudenampsen/start.xhtml"},"66925":{"type":"S:modified","url":"/issues/110517_VlayoutShouldGrowAndShrink.xhtml"},"66926":{"type":"S:modified","url":"/users/fbo/dwarfcassowaryExample.xhtml"},"66927":{"type":"S:modified","url":"/users/tmohr/ace.xhtml"},"66928":{"type":"S:modified","url":"/users/fbo/empty2.xhtml"},"66929":{"type":"S:modified","url":"/users/martin/Workspace.xhtml"},"66930":{"type":"S:modified","url":"/users/Dan/Bug-List.xhtml"},"66931":{"type":"S:modified","url":"/users/Dan/QuickBrownFoxx.xhtml"},"66932":{"type":"S:modified","url":"/demos/LiveWeb/ServerScripting.xhtml"},"66933":{"type":"S:modified","url":"/demos/contextjs/WordCompletion.xhtml"},"66934":{"type":"S:modified","url":"/issues/110715_PartModuleRequirementsAreNotLoadedOnWorldLoad.xhtml"},"66935":{"type":"S:modified","url":"/users/fbo/fabiansTickets.xhtml"},"66936":{"type":"S:modified","url":"/issues/111020_ViewOfTextFieldsAfterSaving.xhtml"},"66937":{"type":"S:modified","url":"/users/martin/Template.xhtml"},"66938":{"type":"S:modified","url":"/projects/CodeDB2/Testing.xhtml"},"66939":{"type":"S:modified","url":"/users/keith/MySetup.xhtml"},"66940":{"type":"S:modified","url":"/users/fbo/noGrabLayer.xhtml"},"66941":{"type":"S:modified","url":"/demos/CPUVisualization.xhtml"},"66942":{"type":"S:modified","url":"/users/sofia/georgi/trac-report.xhtml"},"66943":{"type":"S:modified","url":"/users/fbo/HtmlWrapperMorph.xhtml"},"66944":{"type":"S:modified","url":"/users/sofia/documentation_afterLunch.xhtml"},"66945":{"type":"S:modified","url":"/demos/contextjs/Empty.xhtml"},"66946":{"type":"S:modified","url":"/users/fbo/setExtent.xhtml"},"66947":{"type":"S:modified","url":"/users/sofia/martin/2.xhtml"},"66948":{"type":"S:modified","url":"/users/markoroeder/DropboxUpload.xhtml"},"66949":{"type":"S:modified","url":"/users/fbo/newMouseDownLayer.xhtml"},"66950":{"type":"S:modified","url":"/issues/fixed/110914_StraightLineIssue.xhtml"},"66951":{"type":"S:modified","url":"/users/cschuster/debugging.xhtml"},"66952":{"type":"S:modified","url":"/users/sofia/prototVisPrototype.xhtml"},"66953":{"type":"S:modified","url":"/draft/NewWorld/DraggingAndGrabbing.xhtml"},"66954":{"type":"S:modified","url":"/users/lauritz/miniprojects/annotationPart.xhtml"},"66955":{"rev":111628,"author":"fbo","date":{"__isSmartRef__":true,"id":66956},"url":{"__isSmartRef__":true,"id":66957},"changes":[{"__isSmartRef__":true,"id":66958},{"__isSmartRef__":true,"id":66959}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"66956":{"isSerializedDate":true,"string":"Wed Oct 26 2011 22:42:15 GMT+0200 (Mitteleuropäische Sommerzeit)"},"66957":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/kernel/PartsBin","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"66958":{"type":"S:deleted","url":null},"66959":{"type":"S:added","url":null},"66960":{"rev":109935,"author":"jenslincke","date":{"__isSmartRef__":true,"id":66961},"url":{"__isSmartRef__":true,"id":66962},"changes":[{"__isSmartRef__":true,"id":66963}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"66961":{"isSerializedDate":true,"string":"Wed Oct 19 2011 12:46:59 GMT+0200 (Mitteleuropäische Sommerzeit)"},"66962":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"66963":{"type":"S:modified","url":"/PartsBin/Dialogs/PublishPartDialog.json"},"66964":{"rev":109926,"author":"jenslincke","date":{"__isSmartRef__":true,"id":66965},"url":{"__isSmartRef__":true,"id":66966},"changes":[{"__isSmartRef__":true,"id":66967}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"66965":{"isSerializedDate":true,"string":"Wed Oct 19 2011 12:45:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"66966":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"66967":{"type":"S:modified","url":"/PartsBin/Dialogs/PublishPartDialog.json"},"66968":{"rev":109907,"author":"jenslincke","date":{"__isSmartRef__":true,"id":66969},"url":{"__isSmartRef__":true,"id":66970},"changes":[{"__isSmartRef__":true,"id":66971}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"66969":{"isSerializedDate":true,"string":"Wed Oct 19 2011 12:39:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"66970":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"66971":{"type":"S:modified","url":"/PartsBin/Dialogs/PublishPartDialog.json"},"66972":{"rev":109893,"author":"jenslincke","date":{"__isSmartRef__":true,"id":66973},"url":{"__isSmartRef__":true,"id":66974},"changes":[{"__isSmartRef__":true,"id":66975}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"66973":{"isSerializedDate":true,"string":"Wed Oct 19 2011 12:37:01 GMT+0200 (Mitteleuropäische Sommerzeit)"},"66974":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"66975":{"type":"S:added","url":null},"66976":{"rev":109886,"author":"jenslincke","date":{"__isSmartRef__":true,"id":66977},"url":{"__isSmartRef__":true,"id":66978},"changes":[{"__isSmartRef__":true,"id":66979}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"66977":{"isSerializedDate":true,"string":"Wed Oct 19 2011 12:33:44 GMT+0200 (Mitteleuropäische Sommerzeit)"},"66978":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PublishPartDialog.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"66979":{"type":"S:modified","url":"/PartsBin/PublishPartDialog.json"},"66980":{"rev":109831,"author":"jenslincke","date":{"__isSmartRef__":true,"id":66981},"url":{"__isSmartRef__":true,"id":66982},"changes":[{"__isSmartRef__":true,"id":66983}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"66981":{"isSerializedDate":true,"string":"Wed Oct 19 2011 10:26:41 GMT+0200 (Mitteleuropäische Sommerzeit)"},"66982":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PublishPartDialog.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"66983":{"type":"S:modified","url":"/PartsBin/PublishPartDialog.json"},"66984":{"rev":109826,"author":"jenslincke","date":{"__isSmartRef__":true,"id":66985},"url":{"__isSmartRef__":true,"id":66986},"changes":[{"__isSmartRef__":true,"id":66987}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"66985":{"isSerializedDate":true,"string":"Wed Oct 19 2011 10:26:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"66986":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PublishPartDialog.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"66987":{"type":"S:modified","url":"/PartsBin/PublishPartDialog.json"},"66988":{"rev":109814,"author":"jenslincke","date":{"__isSmartRef__":true,"id":66989},"url":{"__isSmartRef__":true,"id":66990},"changes":[{"__isSmartRef__":true,"id":66991}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"66989":{"isSerializedDate":true,"string":"Wed Oct 19 2011 10:15:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"66990":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PublishPartDialog.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"66991":{"type":"S:modified","url":"/PartsBin/PublishPartDialog.json"},"66992":{"rev":109808,"author":"jenslincke","date":{"__isSmartRef__":true,"id":66993},"url":{"__isSmartRef__":true,"id":66994},"changes":[{"__isSmartRef__":true,"id":66995}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"66993":{"isSerializedDate":true,"string":"Wed Oct 19 2011 10:08:53 GMT+0200 (Mitteleuropäische Sommerzeit)"},"66994":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PublishPartDialog.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"66995":{"type":"S:modified","url":"/PartsBin/PublishPartDialog.json"},"66996":{"rev":109804,"author":"jenslincke","date":{"__isSmartRef__":true,"id":66997},"url":{"__isSmartRef__":true,"id":66998},"changes":[{"__isSmartRef__":true,"id":66999}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"66997":{"isSerializedDate":true,"string":"Wed Oct 19 2011 10:05:06 GMT+0200 (Mitteleuropäische Sommerzeit)"},"66998":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PublishPartDialog.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"66999":{"type":"S:modified","url":"/PartsBin/PublishPartDialog.json"},"67000":{"rev":109801,"author":"jenslincke","date":{"__isSmartRef__":true,"id":67001},"url":{"__isSmartRef__":true,"id":67002},"changes":[{"__isSmartRef__":true,"id":67003}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"67001":{"isSerializedDate":true,"string":"Wed Oct 19 2011 10:02:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"67002":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PublishPartDialog.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"67003":{"type":"S:modified","url":"/PartsBin/PublishPartDialog.json"},"67004":{"rev":109790,"author":"jenslincke","date":{"__isSmartRef__":true,"id":67005},"url":{"__isSmartRef__":true,"id":67006},"changes":[{"__isSmartRef__":true,"id":67007}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"67005":{"isSerializedDate":true,"string":"Wed Oct 19 2011 09:50:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"67006":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PublishPartDialog.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"67007":{"type":"S:modified","url":"/PartsBin/PublishPartDialog.json"},"67008":{"rev":109784,"author":"jenslincke","date":{"__isSmartRef__":true,"id":67009},"url":{"__isSmartRef__":true,"id":67010},"changes":[{"__isSmartRef__":true,"id":67011}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"67009":{"isSerializedDate":true,"string":"Wed Oct 19 2011 09:32:59 GMT+0200 (Mitteleuropäische Sommerzeit)"},"67010":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PublishPartDialog.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"67011":{"type":"S:added","url":null},"67012":{"name":"Tools","partItems":{"__isSmartRef__":true,"id":67013},"__LivelyClassName__":"lively.PartsBin.PartsSpace","__SourceModuleName__":"Global.lively.PartsBin"},"67013":{"ObjectEditor":{"__isSmartRef__":true,"id":67014}},"67014":{"partsSpaceName":"Tools","name":"ObjectEditor","part":null,"json":null,"attributeConnections":[{"__isSmartRef__":true,"id":67015},{"__isSmartRef__":true,"id":67016},{"__isSmartRef__":true,"id":67017},{"__isSmartRef__":true,"id":67020},{"__isSmartRef__":true,"id":67023},{"__isSmartRef__":true,"id":67026},{"__isSmartRef__":true,"id":67029}],"doNotSerialize":["$$json","$$loadedMetaInfo"],"doNotCopyProperties":["$$json","$$loadedMetaInfo"],"loadedMetaInfo":null,"rev":140989,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"67015":{"sourceObj":{"__isSmartRef__":true,"id":67014},"sourceAttrName":"json","targetObj":{"__isSmartRef__":true,"id":67014},"targetMethodName":"cachePartJSON","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"67016":{"sourceObj":{"__isSmartRef__":true,"id":67014},"sourceAttrName":"loadedMetaInfo","targetObj":{"__isSmartRef__":true,"id":67014},"targetMethodName":"cachePartMetaInfo","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"67017":{"sourceObj":{"__isSmartRef__":true,"id":67014},"sourceAttrName":"json","targetObj":{"__isSmartRef__":true,"id":67018},"targetMethodName":"jsonLoaded","removeAfterUpdate":true,"converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":67019},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"67018":{"item":{"__isSmartRef__":true,"id":67014},"rev":"140989","metaInfo":null},"67019":{"source":{"__isSmartRef__":true,"id":67014},"target":{"__isSmartRef__":true,"id":67018}},"67020":{"sourceObj":{"__isSmartRef__":true,"id":67014},"sourceAttrName":"json","targetObj":{"__isSmartRef__":true,"id":67021},"targetMethodName":"jsonLoaded","removeAfterUpdate":true,"converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":67022},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"67021":{"item":{"__isSmartRef__":true,"id":67014},"rev":140989,"metaInfo":null},"67022":{"source":{"__isSmartRef__":true,"id":67014},"target":{"__isSmartRef__":true,"id":67021}},"67023":{"sourceObj":{"__isSmartRef__":true,"id":67014},"sourceAttrName":"json","targetObj":{"__isSmartRef__":true,"id":67024},"targetMethodName":"jsonLoaded","removeAfterUpdate":true,"converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":67025},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"67024":{"item":{"__isSmartRef__":true,"id":67014},"rev":140989,"metaInfo":null},"67025":{"source":{"__isSmartRef__":true,"id":67014},"target":{"__isSmartRef__":true,"id":67024}},"67026":{"sourceObj":{"__isSmartRef__":true,"id":67014},"sourceAttrName":"json","targetObj":{"__isSmartRef__":true,"id":67027},"targetMethodName":"jsonLoaded","removeAfterUpdate":true,"converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":67028},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"67027":{"item":{"__isSmartRef__":true,"id":67014},"rev":140989,"metaInfo":null},"67028":{"source":{"__isSmartRef__":true,"id":67014},"target":{"__isSmartRef__":true,"id":67027}},"67029":{"sourceObj":{"__isSmartRef__":true,"id":67014},"sourceAttrName":"json","targetObj":{"__isSmartRef__":true,"id":67030},"targetMethodName":"jsonLoaded","removeAfterUpdate":true,"converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":67031},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"67030":{"item":{"__isSmartRef__":true,"id":67014},"rev":140989,"metaInfo":null},"67031":{"source":{"__isSmartRef__":true,"id":67014},"target":{"__isSmartRef__":true,"id":67030}},"67032":{"name":"PartsBin/Fabian","partItems":{"__isSmartRef__":true,"id":67033},"__LivelyClassName__":"lively.PartsBin.PartsSpace","__SourceModuleName__":"Global.lively.PartsBin"},"67033":{"ObjectEditorII":{"__isSmartRef__":true,"id":67034},"ObjectEditor":{"__isSmartRef__":true,"id":69083}},"67034":{"partsSpaceName":"PartsBin/Fabian","name":"ObjectEditorII","part":{"__isSmartRef__":true,"id":67035},"json":"{\"id\":0,\"registry\":{\"0\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1},{\"__isSmartRef__\":true,\"id\":1714},{\"__isSmartRef__\":true,\"id\":1754}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1902},\"id\":\"6CE3FC04-A2C3-4B10-AF04-8CEAF50882B8\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1907},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1908},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":1909},\"LK2\":true,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1910},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":1},\"titleBar\":{\"__isSmartRef__\":true,\"id\":1754},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":1911},\"collapsedTransform\":{\"__isSmartRef__\":true,\"id\":1912},\"collapsedExtent\":{\"__isSmartRef__\":true,\"id\":1913},\"expandedTransform\":{\"__isSmartRef__\":true,\"id\":1914},\"expandedExtent\":{\"__isSmartRef__\":true,\"id\":1915},\"ignoreEventsOnExpand\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1916},\"name\":\"ObjectEditorII\",\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":2009},\"highlighted\":false,\"cameForward\":false,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"expandedPosition\":{\"__isSmartRef__\":true,\"id\":2010},\"state\":\"expanded\",\"collapsedPosition\":{\"__isSmartRef__\":true,\"id\":2011},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isBeingDragged\":false,\"prevScroll\":[0,0],\"minSize\":{\"__isSmartRef__\":true,\"id\":2012},\"minExtent\":{\"__isSmartRef__\":true,\"id\":2013},\"isCopyMorphRef\":true,\"morphRefId\":16,\"derivationIds\":[205,\"2951753B-EB95-4093-A0DD-249E83AC2204\",\"A32DE788-E06D-492C-B2E6-19C3710B5AE0\",\"96D56291-98FB-42C4-A247-0A20B4183B14\",\"1E6BCC46-3FE3-4950-AE50-9751458F7E18\",\"22248328-5B04-4E39-ADDE-460C107C790F\",\"2F4F6161-9F4C-469E-AF56-24765FF03B72\",\"58EC57DC-8315-4719-A172-B8CB71626D4D\",\"DE0F9B83-648D-485C-A280-0F502D8C235D\",\"E7EA05EC-5284-40AB-B37D-D3CB714309D1\",\"EEE752B9-0724-4838-97B5-D5799F53CDE3\",\"DB26118F-70D8-4BE5-9462-E1C66BA1B4FE\",\"AF132B74-7C8A-461B-8EB4-862782A1E998\",\"1E865865-0C88-48E9-86D6-FA10125E908C\",\"43791A54-C094-4557-AE88-4FE8FC267739\",\"950095AB-80F8-4002-92F9-351E37E732BC\",\"41335AA9-566D-4539-8539-03070B57CF54\",\"C1C31792-C6DA-40F7-8ED1-F729DD53B314\",\"750086A9-5E62-4AF5-A858-CADF3C372527\",\"28EF09F8-2A8C-425D-B096-A00BB2CBE90C\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":2014},\"moved\":true,\"headRevision\":144010,\"_Rotation\":0,\"_Scale\":1.0325340367393303,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":2015},\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"1\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2},{\"__isSmartRef__\":true,\"id\":859},{\"__isSmartRef__\":true,\"id\":641},{\"__isSmartRef__\":true,\"id\":874},{\"__isSmartRef__\":true,\"id\":890},{\"__isSmartRef__\":true,\"id\":941},{\"__isSmartRef__\":true,\"id\":991},{\"__isSmartRef__\":true,\"id\":1047},{\"__isSmartRef__\":true,\"id\":497},{\"__isSmartRef__\":true,\"id\":514},{\"__isSmartRef__\":true,\"id\":1102},{\"__isSmartRef__\":true,\"id\":1117},{\"__isSmartRef__\":true,\"id\":1132},{\"__isSmartRef__\":true,\"id\":1217},{\"__isSmartRef__\":true,\"id\":1301},{\"__isSmartRef__\":true,\"id\":1385},{\"__isSmartRef__\":true,\"id\":1433},{\"__isSmartRef__\":true,\"id\":1448},{\"__isSmartRef__\":true,\"id\":1467}],\"scripts\":[],\"id\":\"EF7BEBC5-9166-48D8-8781-C0965B72F35C\",\"shape\":{\"__isSmartRef__\":true,\"id\":1585},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"showsHalos\":false,\"name\":\"ObjectEditorPane\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1592},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1595},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1596},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1597},\"layout\":{\"__isSmartRef__\":true,\"id\":1598},\"target\":null,\"scriptPane\":{\"__isSmartRef__\":true,\"id\":497},\"scriptList\":{\"__isSmartRef__\":true,\"id\":2},\"connectionList\":{\"__isSmartRef__\":true,\"id\":641},\"morphSelector\":{\"__isSmartRef__\":true,\"id\":1467},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"changeIndicator\":{\"__isSmartRef__\":true,\"id\":514},\"isBeingDragged\":false,\"prevScroll\":[0,0],\"grabbingEnabled\":false,\"draggingEnabled\":false,\"currentCategory\":null,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1599},\"tagChooser\":{\"__isSmartRef__\":true,\"id\":1132},\"currentTag\":null,\"derivationIds\":[206,\"3BDE080D-3D60-4BB9-A690-E6001350F596\",\"00E28CBF-E803-4BC0-93CC-651AC21008A5\",\"1B7E7936-0145-47E4-8433-DFE58134E74B\",\"422B98E3-E52B-4057-9C28-865873682DE1\",\"BCDE8D30-ECC2-4883-9587-2518B6822233\",\"BA6D5198-5AC2-4A63-9597-D4CF98A99CA9\",\"929A7653-4634-4D42-8EEA-947BFC1FEA80\",\"2AF1D546-9A4F-4D04-A382-896779ED01B1\",\"EEF5F2E5-B3BE-468B-8A96-76CB136FAD71\",\"F54EAE1D-19D8-49E0-B48D-6118BF837DBF\",\"06E8F104-73F3-470C-AC96-E2D56122A124\",\"1B3377DD-3266-4B73-ADAE-F94731F7BAA3\",\"7E32CE9E-AE83-49F9-BD62-D18CABCEF974\",\"9A6F29CB-3BF2-4763-91C6-6ED674CF89DA\",\"44E18EAE-0E2A-423A-89E4-2E430D0B84D6\",\"C0968E71-AF0A-4192-8C27-90F8BB658056\",\"CACAB2BE-D4F8-42F3-8A2C-66E84CD1A671\",\"F3704F21-52D4-4EBE-9DAB-DF978002EB9B\",\"70993B9A-42C7-444C-9B03-47AF0188459D\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":1600},\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"_Rotation\":0,\"_Scale\":1,\"isLockOwner\":false,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1601},\"__LivelyClassName__\":\"lively.morphic.Box\",\"withLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"2\":{\"submorphs\":[],\"scripts\":[],\"id\":\"74759322-8511-4353-8755-FF0B5AA9D6B8\",\"shape\":{\"__isSmartRef__\":true,\"id\":3},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":10},\"itemList\":[],\"selectedLineNo\":0,\"showsHalos\":false,\"name\":\"ObjectEditorScriptList\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":11},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"_ClipMode\":\"auto\",\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":12},\"prevScroll\":[0,0],\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":13}],\"doNotSerialize\":[\"$$selection\"],\"doNotCopyProperties\":[\"$$selection\"],\"layout\":{\"__isSmartRef__\":true,\"id\":18},\"doitContext\":{\"__isSmartRef__\":true,\"id\":19},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":848},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":849},\"_FontSize\":10,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":850},\"isBeingDragged\":false,\"grabbingEnabled\":false,\"draggingEnabled\":false,\"isCopyMorphRef\":true,\"morphRefId\":17,\"currentCategory\":null,\"derivationIds\":[207,\"D87334B5-DFB8-438D-8038-D2C55A798E3B\",\"4242A24B-D284-4130-BB19-C1AB8C7E96CB\",\"1F2230C1-4745-4EED-8827-5D3FC0EA8D8A\",\"1260A8AA-AD41-451A-A761-BE75A33282E8\",\"11AABB24-1595-4EDC-95DF-8BC66785F47A\",\"CA99FFE7-13DD-4721-8DE2-6A587B0C65D9\",\"D910D84D-D60C-49AD-9903-63F2FFD8841A\",\"F7EFD93B-DC86-4973-8E35-4128B2BE2D2E\",\"AF447D8A-2EC3-45C9-B25A-C3C88A7C11DC\",\"700A8C7D-531C-4422-A1AC-1958FAA4E16B\",\"4F2C543E-E074-4813-9FD8-A85E567C3F31\",\"D2A110A0-921C-4F3F-87AA-E5E34217D040\",\"2D266AAC-D9B9-4DFE-9525-F2F50FAB4A63\",\"AFFA5DF4-E836-41BA-8938-86449E4D987D\",\"452BD987-1FC7-4115-9EFE-3960ABAFE516\",\"7D4AE8AD-D08E-4DA3-8959-C7DEFA9BBA69\",\"243FFBCB-7542-4372-A047-71B3C4B4408A\",\"C3B232ED-CB99-408D-B598-C59F40E531F4\",\"3707A04E-F161-4074-8CB3-0ED184977E74\"],\"selection\":null,\"_Rotation\":0,\"_Scale\":1,\"isLockOwner\":false,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":851},\"__LivelyClassName__\":\"lively.morphic.List\"},\"3\":{\"position\":{\"__isSmartRef__\":true,\"id\":4},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":6},\"_Fill\":{\"__isSmartRef__\":true,\"id\":7},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":8},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":9},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"4\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"5\":{\"x\":180,\"y\":337.61253261443596,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"6\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"7\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"8\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"9\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"10\":{\"x\":10,\"y\":63.027958027992966,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"11\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"migrationLevel\":2,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"12\":{\"x\":180,\"y\":338.61253261443596,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"13\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":2},\"sourceAttrName\":\"selection\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"displaySourceForScript\",\"converterString\":\"function (value) {\\n return (value === '-- ALL --') ? null : value;\\n}\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":14},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":15},\"__LivelyClassName__\":\"AttributeConnection\"},\"14\":{\"source\":{\"__isSmartRef__\":true,\"id\":2},\"target\":{\"__isSmartRef__\":true,\"id\":1}},\"15\":{\"converter\":{\"__isSmartRef__\":true,\"id\":16}},\"16\":{\"originalFunc\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":14},\"source\":\"function (value) {\\n return (value === '-- ALL --') ? null : value;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":17},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"17\":{},\"18\":{\"resizeHeight\":true},\"19\":{\"submorphs\":[],\"scripts\":[],\"id\":836,\"shape\":{\"__isSmartRef__\":true,\"id\":20},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":25},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":26},\"titleBar\":{\"__isSmartRef__\":true,\"id\":27},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":168},\"collapsedTransform\":null,\"collapsedExtent\":null,\"expandedTransform\":{\"__isSmartRef__\":true,\"id\":169},\"expandedExtent\":{\"__isSmartRef__\":true,\"id\":170},\"highlighted\":true,\"_Rotation\":0,\"_Scale\":1,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":171},\"showsHalos\":false,\"name\":\"ObjectEditor\",\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"target\":{\"__isSmartRef__\":true,\"id\":172},\"expandedPosition\":{\"__isSmartRef__\":true,\"id\":495},\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":496},\"scriptList\":{\"__isSmartRef__\":true,\"id\":2},\"scriptPane\":{\"__isSmartRef__\":true,\"id\":497},\"classButton\":{\"__isSmartRef__\":true,\"id\":596},\"connectionList\":{\"__isSmartRef__\":true,\"id\":641},\"targetButton\":{\"__isSmartRef__\":true,\"id\":666},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":709},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Position\":{\"__isSmartRef__\":true,\"id\":710},\"morphSelector\":{\"__isSmartRef__\":true,\"id\":711},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":795},\"cameForward\":false,\"isCopyMorphRef\":true,\"morphRefId\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":796},\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"20\":{\"_BorderWidth\":1,\"_Fill\":{\"__isSmartRef__\":true,\"id\":21},\"_StrokeOpacity\":0,\"_BorderRadius\":9.25,\"_Extent\":{\"__isSmartRef__\":true,\"id\":22},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":23},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":24},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"21\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"22\":{\"x\":981,\"y\":585.2,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"23\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"24\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"25\":{\"adjustForNewBounds\":true},\"26\":{\"x\":981,\"y\":585.2,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"27\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":28},{\"__isSmartRef__\":true,\"id\":41},{\"__isSmartRef__\":true,\"id\":85},{\"__isSmartRef__\":true,\"id\":117}],\"scripts\":[],\"id\":837,\"shape\":{\"__isSmartRef__\":true,\"id\":150},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":163},\"_Position\":{\"__isSmartRef__\":true,\"id\":164},\"eventsAreIgnored\":true,\"windowMorph\":{\"__isSmartRef__\":true,\"id\":19},\"label\":{\"__isSmartRef__\":true,\"id\":28},\"closeButton\":{\"__isSmartRef__\":true,\"id\":41},\"menuButton\":{\"__isSmartRef__\":true,\"id\":85},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":117},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":165},\"owner\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"name\":\"ObjectEditorTitleBar\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":166},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":167},\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"28\":{\"submorphs\":[],\"scripts\":[],\"id\":838,\"shape\":{\"__isSmartRef__\":true,\"id\":29},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":34},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":35},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":36},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":37}],\"evalEnabled\":false,\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":10,\"_Align\":\"center\",\"owner\":{\"__isSmartRef__\":true,\"id\":27},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":39},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":40},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"29\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":30},\"_Extent\":{\"__isSmartRef__\":true,\"id\":31},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":32},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":33},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"30\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"31\":{\"x\":921.9776803724167,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"32\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"33\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"34\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"35\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"36\":{\"x\":921.9776803724167,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"37\":{\"style\":{\"__isSmartRef__\":true,\"id\":38},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":28},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"38\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"39\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"40\":{\"morph\":{\"__isSmartRef__\":true,\"id\":28},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"41\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":42}],\"scripts\":[],\"id\":839,\"shape\":{\"__isSmartRef__\":true,\"id\":54},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":69},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":70},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":58},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":71},\"label\":{\"__isSmartRef__\":true,\"id\":42},\"owner\":{\"__isSmartRef__\":true,\"id\":27},\"layout\":{\"__isSmartRef__\":true,\"id\":80},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":81},{\"__isSmartRef__\":true,\"id\":82}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":83},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":84},\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"42\":{\"submorphs\":[],\"scripts\":[],\"id\":840,\"shape\":{\"__isSmartRef__\":true,\"id\":43},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":47},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":48},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":49},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":50}],\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":41},\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":8,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":52},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":53},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"43\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":44},\"_Extent\":{\"__isSmartRef__\":true,\"id\":45},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":32},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":46},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"44\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"45\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"46\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"47\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"48\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"49\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"50\":{\"style\":{\"__isSmartRef__\":true,\"id\":51},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":42},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"51\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"52\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"53\":{\"morph\":{\"__isSmartRef__\":true,\"id\":42},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"54\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":55},\"_Extent\":{\"__isSmartRef__\":true,\"id\":56},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":57},\"_Fill\":{\"__isSmartRef__\":true,\"id\":58},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":68},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"55\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"56\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"57\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"58\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":59},{\"__isSmartRef__\":true,\"id\":61},{\"__isSmartRef__\":true,\"id\":63},{\"__isSmartRef__\":true,\"id\":65}],\"vector\":{\"__isSmartRef__\":true,\"id\":67},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"59\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":60}},\"60\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"61\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":62}},\"62\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"63\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":64}},\"64\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"65\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":66}},\"66\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"67\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"68\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"69\":{\"x\":960.9776803724167,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"70\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"71\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":72},{\"__isSmartRef__\":true,\"id\":74},{\"__isSmartRef__\":true,\"id\":76},{\"__isSmartRef__\":true,\"id\":78}],\"vector\":{\"__isSmartRef__\":true,\"id\":67},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"72\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":73}},\"73\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"74\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":75}},\"75\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"76\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":77}},\"77\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"78\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":79}},\"79\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"80\":{\"moveHorizontal\":true},\"81\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":41},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"82\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":41},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"83\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"84\":{\"morph\":{\"__isSmartRef__\":true,\"id\":41},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"85\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":86}],\"scripts\":[],\"id\":841,\"shape\":{\"__isSmartRef__\":true,\"id\":98},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":102},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":103},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":58},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":104},\"label\":{\"__isSmartRef__\":true,\"id\":86},\"owner\":{\"__isSmartRef__\":true,\"id\":27},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":113},{\"__isSmartRef__\":true,\"id\":114}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"showsHalos\":false,\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":115},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":116},\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"86\":{\"submorphs\":[],\"scripts\":[],\"id\":842,\"shape\":{\"__isSmartRef__\":true,\"id\":87},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":91},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":92},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":93},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":94}],\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":85},\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":8,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":96},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":97},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"87\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":88},\"_Extent\":{\"__isSmartRef__\":true,\"id\":89},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":32},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":90},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"88\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"89\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"90\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"91\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"92\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"93\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"94\":{\"style\":{\"__isSmartRef__\":true,\"id\":95},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":86},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"95\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"96\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"97\":{\"morph\":{\"__isSmartRef__\":true,\"id\":86},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"98\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":99},\"_Extent\":{\"__isSmartRef__\":true,\"id\":100},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":57},\"_Fill\":{\"__isSmartRef__\":true,\"id\":58},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":101},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"99\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"100\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"101\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"102\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"103\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"104\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":105},{\"__isSmartRef__\":true,\"id\":107},{\"__isSmartRef__\":true,\"id\":109},{\"__isSmartRef__\":true,\"id\":111}],\"vector\":{\"__isSmartRef__\":true,\"id\":67},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"105\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":106}},\"106\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"107\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":108}},\"108\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"109\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":110}},\"110\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"111\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":112}},\"112\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"113\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":85},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"114\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":85},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"115\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"116\":{\"morph\":{\"__isSmartRef__\":true,\"id\":85},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"117\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":118}],\"scripts\":[],\"id\":843,\"shape\":{\"__isSmartRef__\":true,\"id\":130},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":134},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":135},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":58},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":136},\"label\":{\"__isSmartRef__\":true,\"id\":118},\"owner\":{\"__isSmartRef__\":true,\"id\":27},\"layout\":{\"__isSmartRef__\":true,\"id\":145},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":146},{\"__isSmartRef__\":true,\"id\":147}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":148},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":149},\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"118\":{\"submorphs\":[],\"scripts\":[],\"id\":844,\"shape\":{\"__isSmartRef__\":true,\"id\":119},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":123},\"_ClipMode\":\"hidden\",\"fixedWidth\":false,\"_WhiteSpaceHandling\":\"pre\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":124},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":125},\"_MaxTextWidth\":null,\"_MaxTextHeight\":17,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":126}],\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":117},\"isLabel\":true,\"eventsAreIgnored\":true,\"_FontSize\":8,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":128},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":129},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"119\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":120},\"_Extent\":{\"__isSmartRef__\":true,\"id\":121},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":32},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":122},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"120\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"121\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"122\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"123\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"124\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"125\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"126\":{\"style\":{\"__isSmartRef__\":true,\"id\":127},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":118},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"127\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"128\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"129\":{\"morph\":{\"__isSmartRef__\":true,\"id\":118},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"130\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":131},\"_Extent\":{\"__isSmartRef__\":true,\"id\":132},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":57},\"_Fill\":{\"__isSmartRef__\":true,\"id\":58},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":133},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"131\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"132\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"133\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"134\":{\"x\":941.9776803724167,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"135\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"136\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":137},{\"__isSmartRef__\":true,\"id\":139},{\"__isSmartRef__\":true,\"id\":141},{\"__isSmartRef__\":true,\"id\":143}],\"vector\":{\"__isSmartRef__\":true,\"id\":67},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"137\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":138}},\"138\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"139\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":140}},\"140\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"141\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":142}},\"142\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"143\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":144}},\"144\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"145\":{\"moveHorizontal\":true},\"146\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":117},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"147\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":117},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"148\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"149\":{\"morph\":{\"__isSmartRef__\":true,\"id\":117},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"150\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":151},\"_Extent\":{\"__isSmartRef__\":true,\"id\":152},\"_BorderWidth\":2,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":153},\"_Fill\":{\"__isSmartRef__\":true,\"id\":154},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":162},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"151\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"152\":{\"x\":980.9776803724167,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"153\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"154\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":155},{\"__isSmartRef__\":true,\"id\":157},{\"__isSmartRef__\":true,\"id\":159}],\"vector\":{\"__isSmartRef__\":true,\"id\":161},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"155\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":156}},\"156\":{\"r\":0.7200000000000001,\"g\":0.7200000000000001,\"b\":0.7200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"157\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":158}},\"158\":{\"r\":0.9,\"g\":0.9,\"b\":0.9,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"159\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":160}},\"160\":{\"r\":0.7200000000000001,\"g\":0.7200000000000001,\"b\":0.7200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"161\":{\"x\":0,\"y\":1,\"width\":0,\"height\":-1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"162\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"163\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"164\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"165\":{\"x\":980.9776803724167,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"166\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"167\":{\"morph\":{\"__isSmartRef__\":true,\"id\":27},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"168\":{\"x\":0,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"169\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":377.6609726943286,\"f\":419.5142810783999,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"lively.morphic.Similitude\"},\"170\":{\"x\":861.5223196275833,\"y\":575.166499196892,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"171\":{\"x\":613,\"y\":129,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"172\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":173},\"id\":394,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":179},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":180}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":182},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":183},\"_ClipMode\":\"auto\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":184},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":185},\"_MaxTextWidth\":500,\"_MaxTextHeight\":200,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":186},\"layout\":{\"__isSmartRef__\":true,\"id\":333},\"doitContext\":{\"__isSmartRef__\":true,\"id\":334},\"priorSelectionRange\":[0,36],\"charsReplaced\":\"\",\"lastFindLoc\":20,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"173\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":174},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":175},\"_Extent\":{\"__isSmartRef__\":true,\"id\":176},\"_BorderWidth\":2,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":{\"__isSmartRef__\":true,\"id\":178},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"174\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"175\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"176\":{\"x\":500,\"y\":200,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"177\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"178\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"179\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"180\":{\"style\":{\"__isSmartRef__\":true,\"id\":181},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":172},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"181\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"182\":{\"morph\":{\"__isSmartRef__\":true,\"id\":172},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"183\":{\"x\":2,\"y\":1,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"184\":{\"x\":0,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"185\":{\"x\":500,\"y\":200,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"186\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":172},{\"__isSmartRef__\":true,\"id\":187}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":324},\"id\":395,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":327},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":328},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":329},\"LK2\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":330},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":331},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":172},\"titleBar\":{\"__isSmartRef__\":true,\"id\":187},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":184},\"collapsedTransform\":null,\"collapsedExtent\":null,\"expandedTransform\":null,\"expandedExtent\":null,\"ignoreEventsOnExpand\":false,\"highlighted\":true,\"_Rotation\":0,\"_Scale\":1,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":332},\"cameForward\":false,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"187\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":188},{\"__isSmartRef__\":true,\"id\":201},{\"__isSmartRef__\":true,\"id\":247},{\"__isSmartRef__\":true,\"id\":280}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":314},\"id\":396,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":319},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":320},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":321},\"_Position\":{\"__isSmartRef__\":true,\"id\":322},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":186},\"label\":{\"__isSmartRef__\":true,\"id\":188},\"closeButton\":{\"__isSmartRef__\":true,\"id\":201},\"menuButton\":{\"__isSmartRef__\":true,\"id\":247},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":280},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":323},\"owner\":{\"__isSmartRef__\":true,\"id\":186},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"188\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":189},\"id\":397,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":193},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":194}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":196},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":197},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"layout\":{\"__isSmartRef__\":true,\"id\":198},\"_FontSize\":10,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"owner\":{\"__isSmartRef__\":true,\"id\":187},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":199},\"_MaxTextWidth\":441,\"_MaxTextHeight\":17,\"_Position\":{\"__isSmartRef__\":true,\"id\":200},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"189\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":190},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":191},\"_Extent\":{\"__isSmartRef__\":true,\"id\":192},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"190\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"191\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"192\":{\"x\":441,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"193\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"194\":{\"style\":{\"__isSmartRef__\":true,\"id\":195},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":188},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"195\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"196\":{\"morph\":{\"__isSmartRef__\":true,\"id\":188},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"197\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"198\":{\"resizeWidth\":true},\"199\":{\"x\":0,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"200\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"201\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":202}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":214},\"id\":398,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":229},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":230},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":231},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":232},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":233},\"label\":{\"__isSmartRef__\":true,\"id\":202},\"owner\":{\"__isSmartRef__\":true,\"id\":187},\"layout\":{\"__isSmartRef__\":true,\"id\":242},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":243},{\"__isSmartRef__\":true,\"id\":245}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"202\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":203},\"id\":399,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":207},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":208}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":210},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":212},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":213},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":201},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"203\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":204},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":205},\"_Extent\":{\"__isSmartRef__\":true,\"id\":206},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"204\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"205\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"206\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"207\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"208\":{\"style\":{\"__isSmartRef__\":true,\"id\":209},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":202},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"209\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"210\":{\"morph\":{\"__isSmartRef__\":true,\"id\":202},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"211\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"212\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"213\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"214\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":215},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":216},\"_Extent\":{\"__isSmartRef__\":true,\"id\":217},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"215\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"216\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"217\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"218\":{\"r\":0.7411764705882353,\"g\":0.7450980392156863,\"b\":0.7529411764705882,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"219\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":220},{\"__isSmartRef__\":true,\"id\":222},{\"__isSmartRef__\":true,\"id\":224},{\"__isSmartRef__\":true,\"id\":226}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"220\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":221}},\"221\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"222\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":223}},\"223\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"224\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":225}},\"225\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"226\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":227}},\"227\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"228\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"229\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"230\":{\"morph\":{\"__isSmartRef__\":true,\"id\":201},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"231\":{\"x\":480,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"232\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"233\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":234},{\"__isSmartRef__\":true,\"id\":236},{\"__isSmartRef__\":true,\"id\":238},{\"__isSmartRef__\":true,\"id\":240}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"234\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":235}},\"235\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"236\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":237}},\"237\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"238\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":239}},\"239\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"240\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":241}},\"241\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"242\":{\"moveHorizontal\":true},\"243\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":201},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":244},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"244\":{\"source\":{\"__isSmartRef__\":true,\"id\":201},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"245\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":201},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":246},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"246\":{\"source\":{\"__isSmartRef__\":true,\"id\":201},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"247\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":248}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":259},\"id\":400,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":263},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":264},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":265},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":266},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":267},\"label\":{\"__isSmartRef__\":true,\"id\":248},\"owner\":{\"__isSmartRef__\":true,\"id\":187},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":276},{\"__isSmartRef__\":true,\"id\":278}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"248\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":249},\"id\":401,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":253},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":254}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":256},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":257},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":258},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":247},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"249\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":250},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":251},\"_Extent\":{\"__isSmartRef__\":true,\"id\":252},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"250\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"251\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"252\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"253\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"254\":{\"style\":{\"__isSmartRef__\":true,\"id\":255},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":248},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"255\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"256\":{\"morph\":{\"__isSmartRef__\":true,\"id\":248},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"257\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"258\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"259\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":260},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":261},\"_Extent\":{\"__isSmartRef__\":true,\"id\":262},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"260\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"261\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"262\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"263\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"264\":{\"morph\":{\"__isSmartRef__\":true,\"id\":247},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"265\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"266\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"267\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":268},{\"__isSmartRef__\":true,\"id\":270},{\"__isSmartRef__\":true,\"id\":272},{\"__isSmartRef__\":true,\"id\":274}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"268\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":269}},\"269\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"270\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":271}},\"271\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"272\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":273}},\"273\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"274\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":275}},\"275\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"276\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":247},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":277},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"277\":{\"source\":{\"__isSmartRef__\":true,\"id\":247},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"278\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":247},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":279},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"279\":{\"source\":{\"__isSmartRef__\":true,\"id\":247},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"280\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":281}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":292},\"id\":402,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":296},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":297},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":298},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":299},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":300},\"label\":{\"__isSmartRef__\":true,\"id\":281},\"owner\":{\"__isSmartRef__\":true,\"id\":187},\"layout\":{\"__isSmartRef__\":true,\"id\":309},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":310},{\"__isSmartRef__\":true,\"id\":312}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"281\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":282},\"id\":403,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":286},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":287}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":289},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":290},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":291},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":280},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"282\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":283},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":284},\"_Extent\":{\"__isSmartRef__\":true,\"id\":285},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"283\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"284\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"285\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"286\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"287\":{\"style\":{\"__isSmartRef__\":true,\"id\":288},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":281},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"288\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"289\":{\"morph\":{\"__isSmartRef__\":true,\"id\":281},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"290\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"291\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"292\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":293},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":294},\"_Extent\":{\"__isSmartRef__\":true,\"id\":295},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"293\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"294\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"295\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"296\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"297\":{\"morph\":{\"__isSmartRef__\":true,\"id\":280},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"298\":{\"x\":461,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"299\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"300\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":301},{\"__isSmartRef__\":true,\"id\":303},{\"__isSmartRef__\":true,\"id\":305},{\"__isSmartRef__\":true,\"id\":307}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"301\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":302}},\"302\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"303\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":304}},\"304\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"305\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":306}},\"306\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"307\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":308}},\"308\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"309\":{\"moveHorizontal\":true},\"310\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":280},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":311},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"311\":{\"source\":{\"__isSmartRef__\":true,\"id\":280},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"312\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":280},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":186},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":313},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"313\":{\"source\":{\"__isSmartRef__\":true,\"id\":280},\"target\":{\"__isSmartRef__\":true,\"id\":186}},\"314\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":315},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":316},\"_Extent\":{\"__isSmartRef__\":true,\"id\":317},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":318},\"_Fill\":{\"__isSmartRef__\":true,\"id\":154},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"315\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"316\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"317\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"318\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"319\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"320\":{\"morph\":{\"__isSmartRef__\":true,\"id\":187},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"321\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"322\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"323\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"324\":{\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":325},\"_BorderWidth\":0,\"_Fill\":null,\"_StrokeOpacity\":0,\"_BorderRadius\":0,\"_Extent\":{\"__isSmartRef__\":true,\"id\":326},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"325\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"326\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"327\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"328\":{\"morph\":{\"__isSmartRef__\":true,\"id\":186},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"329\":{\"adjustForNewBounds\":true},\"330\":{\"x\":1234,\"y\":448,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"331\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"332\":{\"x\":1478,\"y\":453,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"333\":{\"resizeWidth\":true,\"resizeHeight\":true},\"334\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":335},{\"__isSmartRef__\":true,\"id\":349}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":479},\"id\":361,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":483},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":484},\"droppingEnabled\":true,\"halosEnabled\":true,\"__layered_draggingEnabled__\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":485},\"LK2\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":486},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":487},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":335},\"titleBar\":{\"__isSmartRef__\":true,\"id\":349},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":345},\"collapsedTransform\":{\"__isSmartRef__\":true,\"id\":488},\"collapsedExtent\":{\"__isSmartRef__\":true,\"id\":489},\"expandedTransform\":{\"__isSmartRef__\":true,\"id\":490},\"expandedExtent\":{\"__isSmartRef__\":true,\"id\":491},\"ignoreEventsOnExpand\":false,\"owner\":null,\"showsHalos\":false,\"highlighted\":true,\"_Rotation\":0,\"_Scale\":1,\"prevDragPos\":{\"__isSmartRef__\":true,\"id\":492},\"expandedPosition\":{\"__isSmartRef__\":true,\"id\":493},\"state\":\"shutdown\",\"collapsedPosition\":{\"__isSmartRef__\":true,\"id\":494},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.Window\",\"withoutLayers\":[\"Global.lively.morphic.GrabbingLayer\"]},\"335\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":336},\"id\":360,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":341},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":342}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":344},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":183},\"_ClipMode\":\"auto\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Monaco,monospace\",\"_Position\":{\"__isSmartRef__\":true,\"id\":345},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":346},\"_MaxTextWidth\":500,\"_MaxTextHeight\":0,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":334},\"layout\":{\"__isSmartRef__\":true,\"id\":347},\"syntaxHighlightingWhileTyping\":true,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":348}],\"doNotSerialize\":[\"$$textString\"],\"doNotCopyProperties\":[\"$$textString\"],\"lastSyntaxHighlightTime\":1307282796737,\"accessibleInInactiveWindow\":true,\"eventsAreIgnored\":false,\"_HandStyle\":\"default\",\"_PointerEvents\":\"auto\",\"_Visible\":true,\"priorSelectionRange\":[0,22],\"charsReplaced\":\"\",\"lastFindLoc\":15,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textString\":\"undefined\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"336\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":337},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":338},\"_Extent\":{\"__isSmartRef__\":true,\"id\":339},\"_BorderWidth\":2,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":{\"__isSmartRef__\":true,\"id\":340},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"337\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"338\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"339\":{\"x\":500,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"340\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"341\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"342\":{\"style\":{\"__isSmartRef__\":true,\"id\":343},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":335},\"storedString\":\"undefined\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"343\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"344\":{\"morph\":{\"__isSmartRef__\":true,\"id\":335},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"345\":{\"x\":0,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"346\":{\"x\":500,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"347\":{\"resizeWidth\":true,\"resizeHeight\":true},\"348\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":335},\"sourceAttrName\":\"textString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":335},\"targetMethodName\":\"highlightJavaScriptSyntax\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"349\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":350},{\"__isSmartRef__\":true,\"id\":362},{\"__isSmartRef__\":true,\"id\":396},{\"__isSmartRef__\":true,\"id\":429}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":463},\"id\":362,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":474},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":475},\"droppingEnabled\":true,\"halosEnabled\":true,\"layout\":{\"__isSmartRef__\":true,\"id\":476},\"_Position\":{\"__isSmartRef__\":true,\"id\":477},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":334},\"label\":{\"__isSmartRef__\":true,\"id\":350},\"closeButton\":{\"__isSmartRef__\":true,\"id\":362},\"menuButton\":{\"__isSmartRef__\":true,\"id\":396},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":429},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":478},\"owner\":{\"__isSmartRef__\":true,\"id\":334},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.TitleBar\"},\"350\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":351},\"id\":363,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":355},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":356}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":358},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":197},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"evalEnabled\":false,\"isLabel\":true,\"_HandStyle\":\"default\",\"layout\":{\"__isSmartRef__\":true,\"id\":359},\"_FontSize\":10,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"owner\":{\"__isSmartRef__\":true,\"id\":349},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":360},\"_MaxTextWidth\":441,\"_MaxTextHeight\":17,\"_Position\":{\"__isSmartRef__\":true,\"id\":361},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"351\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":352},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":353},\"_Extent\":{\"__isSmartRef__\":true,\"id\":354},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"_BorderRadius\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"352\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"353\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"354\":{\"x\":441,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"355\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"356\":{\"style\":{\"__isSmartRef__\":true,\"id\":357},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":350},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"357\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"358\":{\"morph\":{\"__isSmartRef__\":true,\"id\":350},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"359\":{\"resizeWidth\":true},\"360\":{\"x\":0,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"361\":{\"x\":20,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"362\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":363}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":374},\"id\":364,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":378},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":379},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":380},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":381},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":382},\"label\":{\"__isSmartRef__\":true,\"id\":363},\"owner\":{\"__isSmartRef__\":true,\"id\":349},\"layout\":{\"__isSmartRef__\":true,\"id\":391},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":392},{\"__isSmartRef__\":true,\"id\":394}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"363\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":364},\"id\":365,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":368},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":369}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":371},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":372},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":373},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":362},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"364\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":365},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":366},\"_Extent\":{\"__isSmartRef__\":true,\"id\":367},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"365\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"366\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"367\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"368\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"369\":{\"style\":{\"__isSmartRef__\":true,\"id\":370},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":363},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"370\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"371\":{\"morph\":{\"__isSmartRef__\":true,\"id\":363},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"372\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"373\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"374\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":375},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":376},\"_Extent\":{\"__isSmartRef__\":true,\"id\":377},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"375\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"376\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"377\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"378\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"379\":{\"morph\":{\"__isSmartRef__\":true,\"id\":362},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"380\":{\"x\":480,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"381\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"382\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":383},{\"__isSmartRef__\":true,\"id\":385},{\"__isSmartRef__\":true,\"id\":387},{\"__isSmartRef__\":true,\"id\":389}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"383\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":384}},\"384\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"385\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":386}},\"386\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"387\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":388}},\"388\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"389\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":390}},\"390\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"391\":{\"moveHorizontal\":true},\"392\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":362},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"getCloseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":393},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"393\":{\"source\":{\"__isSmartRef__\":true,\"id\":362},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"394\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":362},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"initiateShutdown\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":395},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"395\":{\"source\":{\"__isSmartRef__\":true,\"id\":362},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"396\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":397}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":408},\"id\":366,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":412},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":413},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":414},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":415},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":416},\"label\":{\"__isSmartRef__\":true,\"id\":397},\"owner\":{\"__isSmartRef__\":true,\"id\":349},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":425},{\"__isSmartRef__\":true,\"id\":427}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"397\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":398},\"id\":367,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":402},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":403}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":405},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":406},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":407},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":396},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"398\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":399},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":400},\"_Extent\":{\"__isSmartRef__\":true,\"id\":401},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"399\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"400\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"401\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"402\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"403\":{\"style\":{\"__isSmartRef__\":true,\"id\":404},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":397},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"404\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"405\":{\"morph\":{\"__isSmartRef__\":true,\"id\":397},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"406\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"407\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"408\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":409},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":410},\"_Extent\":{\"__isSmartRef__\":true,\"id\":411},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"409\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"410\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"411\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"412\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"413\":{\"morph\":{\"__isSmartRef__\":true,\"id\":396},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"414\":{\"x\":3,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"415\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"416\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":417},{\"__isSmartRef__\":true,\"id\":419},{\"__isSmartRef__\":true,\"id\":421},{\"__isSmartRef__\":true,\"id\":423}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"417\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":418}},\"418\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"419\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":420}},\"420\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"421\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":422}},\"422\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"423\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":424}},\"424\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"425\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":396},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"getMenuHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":426},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"426\":{\"source\":{\"__isSmartRef__\":true,\"id\":396},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"427\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":396},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"showTargetMorphMenu\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":428},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"428\":{\"source\":{\"__isSmartRef__\":true,\"id\":396},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"429\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":430}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":441},\"id\":368,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":445},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":446},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":447},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":448},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":219},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":449},\"label\":{\"__isSmartRef__\":true,\"id\":430},\"owner\":{\"__isSmartRef__\":true,\"id\":349},\"layout\":{\"__isSmartRef__\":true,\"id\":458},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":459},{\"__isSmartRef__\":true,\"id\":461}],\"doNotSerialize\":[\"$$getHelpText\",\"$$fire\"],\"doNotCopyProperties\":[\"$$getHelpText\",\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"__LivelyClassName__\":\"lively.morphic.WindowControl\"},\"430\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":431},\"id\":369,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":435},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":436}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":438},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":211},\"_ClipMode\":\"hidden\",\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"_Position\":{\"__isSmartRef__\":true,\"id\":439},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":440},\"_MaxTextWidth\":17,\"_MaxTextHeight\":17,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":429},\"isLabel\":true,\"_HandStyle\":\"default\",\"_FontSize\":8,\"_Align\":\"center\",\"eventsAreIgnored\":true,\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"431\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":432},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":433},\"_Extent\":{\"__isSmartRef__\":true,\"id\":434},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":177},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"432\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"433\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"434\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"435\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"436\":{\"style\":{\"__isSmartRef__\":true,\"id\":437},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":430},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"437\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"438\":{\"morph\":{\"__isSmartRef__\":true,\"id\":430},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"439\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"440\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"441\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":442},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":443},\"_Extent\":{\"__isSmartRef__\":true,\"id\":444},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":218},\"_Fill\":{\"__isSmartRef__\":true,\"id\":219},\"_StrokeOpacity\":0,\"_BorderRadius\":5,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"442\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"443\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"444\":{\"x\":17,\"y\":17,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"445\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"446\":{\"morph\":{\"__isSmartRef__\":true,\"id\":429},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"447\":{\"x\":461,\"y\":3,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"448\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"449\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":450},{\"__isSmartRef__\":true,\"id\":452},{\"__isSmartRef__\":true,\"id\":454},{\"__isSmartRef__\":true,\"id\":456}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"450\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":451}},\"451\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"452\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":453}},\"453\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"454\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":455}},\"455\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"456\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":457}},\"457\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"458\":{\"moveHorizontal\":true},\"459\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":429},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"getCollapseHelp\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":460},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"460\":{\"source\":{\"__isSmartRef__\":true,\"id\":429},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"461\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":429},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":334},\"targetMethodName\":\"toggleCollapse\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":462},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"462\":{\"source\":{\"__isSmartRef__\":true,\"id\":429},\"target\":{\"__isSmartRef__\":true,\"id\":334}},\"463\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":464},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":465},\"_Extent\":{\"__isSmartRef__\":true,\"id\":466},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":318},\"_Fill\":{\"__isSmartRef__\":true,\"id\":467},\"_StrokeOpacity\":1,\"_BorderRadius\":\"8px 8px 0px 0px\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"464\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"465\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"466\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"467\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":468},{\"__isSmartRef__\":true,\"id\":470},{\"__isSmartRef__\":true,\"id\":472}],\"vector\":{\"__isSmartRef__\":true,\"id\":228},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"468\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":469}},\"469\":{\"r\":0.8600000000000001,\"g\":0.8600000000000001,\"b\":0.8600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"470\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":471}},\"471\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"472\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":473}},\"473\":{\"r\":0.8600000000000001,\"g\":0.8600000000000001,\"b\":0.8600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"474\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"475\":{\"morph\":{\"__isSmartRef__\":true,\"id\":349},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"476\":{\"resizeWidth\":true,\"adjustForNewBounds\":true},\"477\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"478\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"479\":{\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":480},\"_BorderWidth\":0,\"_Fill\":null,\"_StrokeOpacity\":0,\"_BorderRadius\":0,\"_Extent\":{\"__isSmartRef__\":true,\"id\":481},\"_Position\":{\"__isSmartRef__\":true,\"id\":482},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"480\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"481\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"482\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"483\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"484\":{\"morph\":{\"__isSmartRef__\":true,\"id\":334},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"485\":{\"adjustForNewBounds\":true},\"486\":{\"x\":1131,\"y\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"487\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"488\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":1131,\"f\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"lively.morphic.Similitude\"},\"489\":{\"x\":500,\"y\":22,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"490\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":1131,\"f\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"lively.morphic.Similitude\"},\"491\":{\"x\":500,\"y\":222,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"492\":{\"x\":1507,\"y\":76,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"493\":{\"x\":1131,\"y\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"494\":{\"x\":1131,\"y\":79,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"495\":{\"x\":377.6609726943286,\"y\":419.5142810783999,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"496\":{\"requiredModules\":[],\"migrationLevel\":2,\"partsSpaceName\":\"PartsBin/Tools\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"Edit scripts and connections of a specific morph. Early version.\",\"partName\":\"ObjectEditor\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"497\":{\"submorphs\":[],\"scripts\":[],\"id\":\"87FB767C-9EFC-4BEE-A9F3-C8DF345AC9E1\",\"shape\":{\"__isSmartRef__\":true,\"id\":498},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_Padding\":{\"__isSmartRef__\":true,\"id\":505},\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Monaco,courier\",\"_MaxTextWidth\":688,\"_MaxTextHeight\":null,\"textChunks\":[{\"__isSmartRef__\":true,\"id\":506}],\"layout\":{\"__isSmartRef__\":true,\"id\":508},\"showsHalos\":false,\"prevScroll\":[0,0],\"priorSelectionRange\":[113,113],\"name\":\"ObjectEditorScriptPane\",\"charsReplaced\":\"\",\"lastFindLoc\":46,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":509},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":510},\"_ClipMode\":\"auto\",\"_FontSize\":9,\"lastSyntaxHighlightTime\":1331230170975,\"doitContext\":null,\"savedTextString\":\"// changed on Thu Mar 08 2012 19:03:04 GMT+0100 (CET) by robertkrahn \\nfunction hello() {\\n alert('hey there');\\n}\",\"_Align\":\"left\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":511},\"lastSearchString\":\"stringsformat\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":512},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":513}],\"doNotSerialize\":[\"$$textString\"],\"doNotCopyProperties\":[\"$$textString\"],\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":538},\"_MinTextWidth\":688,\"_MinTextHeight\":null,\"previousSelection\":[0,115],\"lastSaveSource\":\"\",\"isBeingDragged\":false,\"draggingEnabled\":false,\"objectEditorPane\":{\"__isSmartRef__\":true,\"id\":1},\"isCopyMorphRef\":true,\"morphRefId\":1,\"statusMorph\":{\"__isSmartRef__\":true,\"id\":539},\"derivationIds\":[219,\"DD5046D0-C1D6-412A-83C9-CD7EE63D40E0\",\"4D92BDFD-A599-4154-A197-A4B1292C1619\",\"98551F68-B128-4262-9BC2-6B8AC7C8D7C0\",\"47731662-FF8E-4C0F-A170-FD5C56A06021\",\"3FC7FDE6-156F-4056-BB04-B76D8B6C5472\",\"C1E8D5BB-56F9-47B3-A520-BEEFEF791823\",\"402B0881-8841-4E03-A656-F81F20E145B9\",\"16EF1138-83B5-4802-A98B-B5978660FD0A\",\"89B19391-7A9C-4CA4-8CA2-B5C67EF7EC7B\",\"CFBC87C9-19CF-4C25-9AB0-E755EDCCAE06\",\"ACD9BFD0-8CC8-4BF3-8DFA-806F31C93162\",\"F0C50F59-F4FA-46D9-A961-8AC53944F823\",\"71B63646-3AEB-40F0-98C9-48DBDB3FCD0B\",\"CD6AEC19-7323-4638-8556-DC8DFE6F1C23\",\"3B0896BD-7BAE-4571-8CED-029CB84D52C5\",\"2E113F7A-9B12-48AD-817A-E736C870CC96\",\"2F1195C1-4023-4427-9409-38DB45EB641D\",\"122F8208-076F-4105-885B-C46C3514D0DD\",\"B4E6E104-6D43-456F-B70F-E05B5924AE8B\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":554},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"textString\":\"\",\"_Rotation\":0,\"_Scale\":1,\"isLockOwner\":false,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":555},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"498\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":499},\"_Extent\":{\"__isSmartRef__\":true,\"id\":500},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":501},\"_Fill\":{\"__isSmartRef__\":true,\"id\":502},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":503},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_ClipMode\":\"auto\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":504},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"499\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"500\":{\"x\":690,\"y\":430,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"501\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"502\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"503\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"504\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"505\":{\"x\":2,\"y\":1,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"506\":{\"style\":{\"__isSmartRef__\":true,\"id\":507},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":497},\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"507\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"508\":{\"resizeWidth\":true,\"resizeHeight\":true},\"509\":{\"requiredModules\":[],\"partsSpaceName\":\"PartsBin/Widgets/\",\"migrationLevel\":2,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"510\":{\"x\":690,\"y\":430,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"511\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"512\":{\"morph\":{\"__isSmartRef__\":true,\"id\":497},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"513\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":497},\"sourceAttrName\":\"textString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":514},\"targetMethodName\":\"indicateUnsavedChanges\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"514\":{\"submorphs\":[],\"scripts\":[],\"id\":\"5452BEAC-15A0-4D35-B194-C8DA4B1C75C1\",\"shape\":{\"__isSmartRef__\":true,\"id\":515},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":521},\"showsHalos\":false,\"name\":\"ChangeIndicator\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":522},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":523},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":524},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":525},\"layout\":{\"__isSmartRef__\":true,\"id\":526},\"isBeingDragged\":false,\"savedColor\":{\"__isSmartRef__\":true,\"id\":518},\"alarmColor\":{\"__isSmartRef__\":true,\"id\":527},\"grabbingEnabled\":false,\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":528},\"isCopyMorphRef\":true,\"morphRefId\":26,\"derivationIds\":[220,\"EE491D24-F056-4AFE-A669-7B7048C6C3D1\",\"3FA4A8C3-0FC0-43A0-8C00-00A96F9022E2\",\"62DAD3C6-A81D-450F-B32F-601EA7E619D8\",\"EEDB0C58-5990-481A-A7FF-ACB1A2DF08DD\",\"16F708CB-1259-4A75-BAEF-1A5216C6CB19\",\"97CA61D3-E09B-43CD-9880-D8B36FA303F3\",\"A9CFCF68-C0BF-429E-A510-D59B79B3F89F\",\"15275F9F-0E8B-4DB6-8D2B-F0D442054D88\",\"88F786A3-2E1C-45E8-B5BB-90D7F7B3A092\",\"E9960EA4-1A5C-401C-990A-04C13BF3A467\",\"1FE4F823-4B4E-43A4-B65B-18009510C926\",\"E9969E1A-2721-420C-A521-EFE266FB6E0B\",\"6256DD5C-40C0-4F1F-82F0-0C5A9E5BB43A\",\"79559F04-28B5-4C05-A349-E7F26EA78883\",\"D5C77AF6-E1CC-493A-A2B1-E4A8D39ECC68\",\"CC359FC9-10D8-48FA-8260-F306D33057D8\",\"A3B11012-48E4-402A-86E4-6FF1659BDF90\",\"755231ED-FAF9-44CF-827B-BB7CD3E55FA4\",\"79CEA95C-F733-4FA0-9F60-33D6AC4AA82A\"],\"_Rotation\":0,\"_Scale\":1,\"isLockOwner\":false,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":529},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"515\":{\"position\":{\"__isSmartRef__\":true,\"id\":516},\"_Extent\":{\"__isSmartRef__\":true,\"id\":517},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":518},\"_Fill\":{\"__isSmartRef__\":true,\"id\":518},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":519},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":520},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"516\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"517\":{\"x\":8.637782619743348,\"y\":9.712632235981744,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"518\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"519\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"520\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"521\":{\"x\":883.0245425248855,\"y\":39.999999999999986,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"522\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!\",\"migrationLevel\":2,\"partName\":\"Rectangle\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"523\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"524\":{\"morph\":{\"__isSmartRef__\":true,\"id\":514},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"525\":{\"x\":8.637782619743348,\"y\":10.787481852220026,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"526\":{\"moveHorizontal\":true,\"adjustForNewBounds\":true},\"527\":{\"r\":0.9411764705882353,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"528\":{\"x\":37.328206296760186,\"y\":-17.53316489131697,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"529\":{\"indicateUnsavedChanges\":{\"__isSmartRef__\":true,\"id\":530},\"setColors\":{\"__isSmartRef__\":true,\"id\":534}},\"530\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":531},\"source\":\"function indicateUnsavedChanges() {\\n if (this.owner.scriptPane.hasChanged()) {\\n this.setColors(this.alarmColor);\\n } else {\\n this.setColors(this.savedColor);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":532},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"531\":{\"this\":{\"__isSmartRef__\":true,\"id\":514}},\"532\":{\"user\":\"lauritz\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":533}},\"533\":{\"isSerializedDate\":true,\"string\":\"Tue Sep 27 2011 20:09:19 GMT+0200 (CEST)\"},\"534\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":535},\"source\":\"function setColors(color) {\\n this.setFill(color);\\n this.setBorderColor(color);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":536},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"535\":{\"this\":{\"__isSmartRef__\":true,\"id\":514}},\"536\":{\"user\":\"lauritz\",\"timestamp\":{\"__isSmartRef__\":true,\"id\":537}},\"537\":{\"isSerializedDate\":true,\"string\":\"Tue Sep 27 2011 19:06:09 GMT+0200 (CEST)\"},\"538\":{\"x\":470.9669354941989,\"y\":-16.547710076960584,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"539\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":540},\"id\":553,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":547},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":548}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":550},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"_ClipMode\":\"visible\",\"fixedWidth\":true,\"fixedHeight\":true,\"allowInput\":true,\"_FontFamily\":\"Helvetica\",\"_FontSize\":11,\"_Position\":{\"__isSmartRef__\":true,\"id\":551},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":552},\"_MaxTextWidth\":90,\"_MinTextWidth\":90,\"_MaxTextHeight\":null,\"_MinTextHeight\":null,\"evalEnabled\":false,\"_Align\":\"center\",\"_VerticalAlign\":\"center\",\"_TextColor\":{\"__isSmartRef__\":true,\"id\":553},\"owner\":null,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"540\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":541},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":542},\"_Extent\":{\"__isSmartRef__\":true,\"id\":543},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":544},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":545},\"_Fill\":{\"__isSmartRef__\":true,\"id\":546},\"_StrokeOpacity\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"541\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"542\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"543\":{\"x\":100,\"y\":25,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"544\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"545\":{\"r\":0.8,\"g\":0.8,\"b\":0.8,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"546\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"547\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"548\":{\"style\":{\"__isSmartRef__\":true,\"id\":549},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":539},\"storedString\":\"saved source\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"549\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"550\":{\"morph\":{\"__isSmartRef__\":true,\"id\":539},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"551\":{\"x\":295,\"y\":202.5,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"552\":{\"x\":100,\"y\":25,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"553\":{\"r\":0,\"g\":0.8,\"b\":0,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"554\":{\"x\":200,\"y\":80,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"555\":{\"doSave\":{\"__isSmartRef__\":true,\"id\":556},\"boundEval\":{\"__isSmartRef__\":true,\"id\":564},\"reset\":{\"__isSmartRef__\":true,\"id\":572},\"display\":{\"__isSmartRef__\":true,\"id\":576},\"hasChanged\":{\"__isSmartRef__\":true,\"id\":580},\"setTarget\":{\"__isSmartRef__\":true,\"id\":584},\"displayStatus\":{\"__isSmartRef__\":true,\"id\":588},\"onSaved\":{\"__isSmartRef__\":true,\"id\":592}},\"556\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":557},\"source\":\"function doSave() {\\n $super();\\n this.owner.saveScriptWithSource(this.textString);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":562},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"557\":{\"this\":{\"__isSmartRef__\":true,\"id\":497},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":558}},\"558\":{\"$super\":{\"__isSmartRef__\":true,\"id\":559}},\"559\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":560},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":561},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"560\":{\"obj\":{\"__isSmartRef__\":true,\"id\":497},\"name\":\"doSave\"},\"561\":{},\"562\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":563},\"user\":\"fabian\",\"tags\":[]},\"563\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 20:19:28 GMT+0100 (CET)\"},\"564\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":565},\"source\":\"function boundEval(str) {\\n var result;\\n\\n this.objectEditorPane.ensureAnnotationLayer();\\n withLayers([ScriptAnnotationLayer], function() {\\n result = $super(str);\\n })\\n \\n return result\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":570},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"565\":{\"this\":{\"__isSmartRef__\":true,\"id\":497},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":566}},\"566\":{\"$super\":{\"__isSmartRef__\":true,\"id\":567}},\"567\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":568},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":569},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"568\":{\"obj\":{\"__isSmartRef__\":true,\"id\":497},\"name\":\"boundEval\"},\"569\":{},\"570\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":571},\"user\":\"lauritz\",\"categories\":[]},\"571\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 16 2011 05:41:53 GMT+0100 (CET)\"},\"572\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":573},\"source\":\"function reset() {\\n this.doitContext = null;\\n this.lastSaveSource = \\\"\\\";\\n this.textString = \\\"\\\";\\n this.lastSaveSource = this.textString;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":574},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"573\":{\"this\":{\"__isSmartRef__\":true,\"id\":497}},\"574\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":575},\"user\":\"lauritz\",\"categories\":[]},\"575\":{\"isSerializedDate\":true,\"string\":\"Tue Sep 27 2011 20:14:35 GMT+0200 (CEST)\"},\"576\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":577},\"source\":\"function display(jsCode) {\\n this.lastSaveSource = jsCode;\\n this.setTextString(jsCode);\\n this.highlightJavaScriptSyntax();\\n this.applyStyle({align: 'left'});\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":578},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"577\":{\"this\":{\"__isSmartRef__\":true,\"id\":497}},\"578\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":579},\"user\":\"lauritz\",\"categories\":[]},\"579\":{\"isSerializedDate\":true,\"string\":\"Tue Sep 27 2011 19:47:57 GMT+0200 (CEST)\"},\"580\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":581},\"source\":\"function hasChanged() {\\n var cleanText = function (string) {\\n var source = string.trim();\\n if (source.substring(0,2) === \\\"//\\\") {\\n // removes annotation line\\n source = source.substring(source.indexOf(\\\"\\\\n\\\"), source.length);\\n source = source.trim();\\n }\\n if (source === 'undefined' || source === 'null') source = '';\\n return source;\\n }\\n var cleanedTextString = cleanText(this.textString);\\n var cleanedLastSource = cleanText(this.lastSaveSource);\\n return cleanedTextString !== cleanedLastSource;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":582},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"581\":{\"this\":{\"__isSmartRef__\":true,\"id\":497}},\"582\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":583},\"user\":\"lauritz\",\"categories\":[]},\"583\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 03 2011 18:29:45 GMT+0200 (CEST)\"},\"584\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":585},\"source\":\"function setTarget(target) {\\n module('lively.ide.SyntaxHighlighting').load(true);\\n this.doitContext = target;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":586},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"585\":{\"this\":{\"__isSmartRef__\":true,\"id\":497}},\"586\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":587},\"user\":\"lauritz\",\"categories\":[]},\"587\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:30:39 GMT+0100 (CET)\"},\"588\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":589},\"source\":\"function displayStatus(msg, color, delay) {\\n if (!this.statusMorph) {\\n this.statusMorph = new TextMorph(pt(100,25).extentAsRectangle());\\n this.statusMorph.applyStyle({borderWidth: 1, strokeOpacity: 0, borderColor: Color.gray});\\n this.statusMorph.setFill(this.owner.getFill());\\n this.statusMorph.setFontSize(11);\\n this.statusMorph.setAlign('center');\\n this.statusMorph.setVerticalAlign('center');\\n }\\n this.statusMorph.setTextString(msg);\\n this.statusMorph.centerAt(this.innerBounds().center());\\n this.statusMorph.setTextColor(color || Color.black);\\n this.addMorph(this.statusMorph);\\n (function() { this.statusMorph.remove() }).bind(this).delay(delay || 2); \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":590},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"589\":{\"this\":{\"__isSmartRef__\":true,\"id\":497}},\"590\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":591},\"user\":\"lauritz\",\"categories\":[]},\"591\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 23 2011 18:23:05 GMT+0100 (CET)\"},\"592\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":593},\"source\":\"function onSaved(success) {\\n // executed when this.owner has tried to saved the source;\\n if (success) {\\n this.displayStatus(\\\"saved source\\\", Color.green);\\n } else {\\n this.lastSaveSource = this.getTextString();\\n this.displayStatus(\\\"not saved\\\", Color.red);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":594},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"593\":{\"this\":{\"__isSmartRef__\":true,\"id\":497}},\"594\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":595},\"user\":\"fabian\",\"tags\":[]},\"595\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 20:24:58 GMT+0100 (CET)\"},\"596\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":597}],\"scripts\":[],\"id\":847,\"shape\":{\"__isSmartRef__\":true,\"id\":611},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":626},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":614},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":627},\"label\":{\"__isSmartRef__\":true,\"id\":597},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Rotation\":0,\"padding\":{\"__isSmartRef__\":true,\"id\":636},\"name\":\"ObjectEditorClassButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":637},\"_Scale\":1,\"owner\":null,\"layout\":{\"__isSmartRef__\":true,\"id\":638},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":639},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":640},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"597\":{\"submorphs\":[],\"scripts\":[],\"id\":848,\"shape\":{\"__isSmartRef__\":true,\"id\":598},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":116,\"_MaxTextHeight\":18,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":603},\"textColor\":{\"__isSmartRef__\":true,\"id\":601},\"owner\":{\"__isSmartRef__\":true,\"id\":596},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":604}],\"padding\":{\"__isSmartRef__\":true,\"id\":606},\"_Padding\":{\"__isSmartRef__\":true,\"id\":607},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":608},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":609},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":610},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__LivelyClassName__\":\"lively.morphic.Text\"},\"598\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":599},\"_Extent\":{\"__isSmartRef__\":true,\"id\":600},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":601},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":602},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"599\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"600\":{\"x\":116,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"601\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"602\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"603\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"604\":{\"style\":{\"__isSmartRef__\":true,\"id\":605},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":597},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"605\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"606\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"607\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"608\":{\"x\":116,\"y\":18,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"609\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"610\":{\"morph\":{\"__isSmartRef__\":true,\"id\":597},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"611\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":612},\"_Extent\":{\"__isSmartRef__\":true,\"id\":613},\"_Fill\":{\"__isSmartRef__\":true,\"id\":614},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":624},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":625},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"612\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"613\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"614\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":615},{\"__isSmartRef__\":true,\"id\":617},{\"__isSmartRef__\":true,\"id\":619},{\"__isSmartRef__\":true,\"id\":621}],\"vector\":{\"__isSmartRef__\":true,\"id\":623},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"615\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":616}},\"616\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"617\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":618}},\"618\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"619\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":620}},\"620\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"621\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":622}},\"622\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"623\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"624\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"625\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"626\":{\"x\":820,\"y\":8.999999999999972,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"627\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":628},{\"__isSmartRef__\":true,\"id\":630},{\"__isSmartRef__\":true,\"id\":632},{\"__isSmartRef__\":true,\"id\":634}],\"vector\":{\"__isSmartRef__\":true,\"id\":623},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"628\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":629}},\"629\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"630\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":631}},\"631\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"632\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":633}},\"633\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"634\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":635}},\"635\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"636\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"637\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"638\":{\"moveHorizontal\":true},\"639\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"640\":{\"morph\":{\"__isSmartRef__\":true,\"id\":596},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"641\":{\"submorphs\":[],\"scripts\":[],\"id\":\"66FF1778-8B7E-4DC6-B985-A07613FFCDDC\",\"shape\":{\"__isSmartRef__\":true,\"id\":642},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":649},\"itemList\":[],\"selectedLineNo\":1,\"showsHalos\":false,\"name\":\"ObjectEditorConnectionList\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":650},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"_ClipMode\":\"auto\",\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":651},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":652}],\"doNotSerialize\":[\"$$selection\"],\"doNotCopyProperties\":[\"$$selection\"],\"prevScroll\":[0,0],\"layout\":{\"__isSmartRef__\":true,\"id\":657},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":658},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":659},\"_FontSize\":10,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":660},\"grabbingEnabled\":false,\"draggingEnabled\":false,\"isCopyMorphRef\":true,\"morphRefId\":19,\"derivationIds\":[209,\"3900F5DF-0FF7-4C94-8BDB-44AAE12B4A3E\",\"35301083-B60D-4A43-8566-23860EEB4C04\",\"9CC401CC-5A35-4643-935B-FD049C284E16\",\"C9879D40-5E79-4C56-AA79-562ED82BF052\",\"9F6F9261-EB76-4B58-B77D-7D70813A1ED7\",\"8B59E237-F372-4F70-9768-7E9C1A7A021D\",\"FB5A3E84-4178-449A-8801-41031ECBD8CF\",\"BCB2DFCC-6BDE-404C-AB55-3C87EF803204\",\"D197A609-296B-4C41-A063-CC805CA05EBD\",\"2F6D4B6E-FC33-4C41-9A4A-CCA4393B079A\",\"D1BCAE00-1C80-497C-810C-52EB2A4AED57\",\"1A941695-5536-49CB-9C79-2877B8003369\",\"AD6DBDC7-DDC0-471A-94AC-6B54B4727A23\",\"62AAABEB-BA98-4632-879D-19633063D84A\",\"9C4331B9-D2E7-4DA7-92B2-CFAFF157EDE9\",\"520A7A10-AF66-4EC0-8368-FF4E99D4D4FA\",\"B77AAEB6-16DD-4FB6-8968-B7BB846A3321\",\"5477FB53-A93A-4941-A8A3-ADBC1F4E25C9\",\"1FBDD3A9-DB54-404E-8DBB-CADD60047AF4\"],\"selection\":null,\"_Rotation\":0,\"_Scale\":1,\"isLockOwner\":false,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":661},\"__LivelyClassName__\":\"lively.morphic.List\"},\"642\":{\"position\":{\"__isSmartRef__\":true,\"id\":643},\"_Extent\":{\"__isSmartRef__\":true,\"id\":644},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":645},\"_Fill\":{\"__isSmartRef__\":true,\"id\":646},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_BorderRadius\":0,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":647},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":648},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"643\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"644\":{\"x\":180,\"y\":74,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"645\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"646\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"647\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"648\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"649\":{\"x\":10,\"y\":441.5965565984398,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"650\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"migrationLevel\":2,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"651\":{\"x\":180,\"y\":75,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"652\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":641},\"sourceAttrName\":\"selection\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"displaySourceForConnection\",\"converterString\":\"function (value) {\\n if (!value) return;\\n return (value === '-- ALL --') ? null : value[1];\\n}\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":653},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":654},\"__LivelyClassName__\":\"AttributeConnection\"},\"653\":{\"source\":{\"__isSmartRef__\":true,\"id\":641},\"target\":{\"__isSmartRef__\":true,\"id\":1}},\"654\":{\"converter\":{\"__isSmartRef__\":true,\"id\":655}},\"655\":{\"originalFunc\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":653},\"source\":\"function (value) {\\n if (!value) return;\\n return (value === '-- ALL --') ? null : value[1];\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":656},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"656\":{},\"657\":{\"resizeHeight\":false,\"moveVertical\":true},\"658\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateListContent\":\"updateListContentHTML\",\"resizeList\":\"resizeListHTML\",\"getItemIndexFromEvent\":\"getItemIndexFromEventHTML\",\"getListExtent\":\"getListExtentHTML\",\"setSize\":\"setSizeHTML\",\"renderAsDropDownList\":\"renderAsDropDownListHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"getSelectedIndexes\":\"getSelectedIndexesHTML\",\"enableMultipleSelections\":\"enableMultipleSelectionsHTML\",\"selectAllAt\":\"selectAllAtHTML\",\"clearSelections\":\"clearSelectionsHTML\",\"deselectAt\":\"deselectAtHTML\"},\"659\":{\"morph\":{\"__isSmartRef__\":true,\"id\":641},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"660\":{\"x\":124.95989979964943,\"y\":-17.076643708895745,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"661\":{\"preselectItem\":{\"__isSmartRef__\":true,\"id\":662}},\"662\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":663},\"source\":\"function preselectItem() {\\n if (this.getList().size() === 2) {\\n this.selectAt(1);\\n } else {\\n this.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":664},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"663\":{\"this\":{\"__isSmartRef__\":true,\"id\":641}},\"664\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":665},\"user\":\"lauritz\"},\"665\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:12:58 GMT+0100 (CET)\"},\"666\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":667}],\"scripts\":[],\"id\":47,\"shape\":{\"__isSmartRef__\":true,\"id\":680},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":695},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":683},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":696},\"label\":{\"__isSmartRef__\":true,\"id\":667},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":705}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Rotation\":0,\"padding\":{\"__isSmartRef__\":true,\"id\":706},\"name\":\"ObjectEditorTargetButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":707},\"_Scale\":1,\"owner\":null,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":708},\"isCopyMorphRef\":true,\"morphRefId\":1,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"667\":{\"submorphs\":[],\"scripts\":[],\"id\":48,\"shape\":{\"__isSmartRef__\":true,\"id\":668},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":116,\"_MaxTextHeight\":20,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":673},\"textColor\":{\"__isSmartRef__\":true,\"id\":671},\"owner\":{\"__isSmartRef__\":true,\"id\":666},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":674}],\"padding\":{\"__isSmartRef__\":true,\"id\":676},\"_Padding\":{\"__isSmartRef__\":true,\"id\":677},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":678},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"_Scale\":1,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":679},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"668\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":669},\"_Extent\":{\"__isSmartRef__\":true,\"id\":670},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":671},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":672},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"669\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"670\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"671\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"672\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setOpacity\":\"setOpacityHTML\"},\"673\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"674\":{\"style\":{\"__isSmartRef__\":true,\"id\":675},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":667},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"675\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"676\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"677\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"678\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"679\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"680\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":681},\"_Extent\":{\"__isSmartRef__\":true,\"id\":682},\"_Fill\":{\"__isSmartRef__\":true,\"id\":683},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":693},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":694},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"681\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"682\":{\"x\":116,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"683\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":684},{\"__isSmartRef__\":true,\"id\":686},{\"__isSmartRef__\":true,\"id\":688},{\"__isSmartRef__\":true,\"id\":690}],\"vector\":{\"__isSmartRef__\":true,\"id\":692},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"684\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":685}},\"685\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"686\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":687}},\"687\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"688\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":689}},\"689\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"690\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":691}},\"691\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"692\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"693\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"694\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setOpacity\":\"setOpacityHTML\"},\"695\":{\"x\":215,\"y\":35,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"696\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":697},{\"__isSmartRef__\":true,\"id\":699},{\"__isSmartRef__\":true,\"id\":701},{\"__isSmartRef__\":true,\"id\":703}],\"vector\":{\"__isSmartRef__\":true,\"id\":692},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"697\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":698}},\"698\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"699\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":700}},\"700\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"701\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":702}},\"702\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"703\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":704}},\"704\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"705\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":666},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":19},\"targetMethodName\":\"chooseTargetMorphMenu\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__LivelyClassName__\":\"AttributeConnection\"},\"706\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"707\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"708\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\"},\"709\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"setOrigin\":\"setOriginHTML\",\"setClipMode\":\"setClipModeHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\"},\"710\":{\"x\":715.5,\"y\":73.89999999999998,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"711\":{\"submorphs\":[],\"scripts\":[],\"id\":435,\"shape\":{\"__isSmartRef__\":true,\"id\":712},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":true,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":719},\"_MaxTextWidth\":218,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":720},\"showsHalos\":false,\"_FontSize\":12,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorMorphSelector\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":721},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":722}],\"charsReplaced\":\"\",\"lastFindLoc\":5,\"priorSelectionRange\":[15,15],\"prevScroll\":[0,0],\"_ClipMode\":\"visible\",\"list\":[],\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":724}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"listMorph\":null,\"_WhiteSpaceHandling\":\"pre-wrap\",\"owner\":null,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":726},\"_Align\":\"left\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":727},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":728},\"_MinTextWidth\":218,\"_MinTextHeight\":null,\"scriptAnnotations\":{\"__isSmartRef__\":true,\"id\":729},\"selection\":{\"__isSmartRef__\":true,\"id\":0},\"previousSelection\":[0,13],\"isCopyMorphRef\":true,\"morphRefId\":1,\"isBeingDragged\":false,\"draggingEnabled\":false,\"layout\":{\"__isSmartRef__\":true,\"id\":748},\"_Rotation\":0,\"_Scale\":1,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":749},\"savedTextString\":\"100\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":750},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"712\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":713},\"_Extent\":{\"__isSmartRef__\":true,\"id\":714},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":715},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":716},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":717},\"_BorderRadius\":3.7000000000000006,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_Fill\":{\"__isSmartRef__\":true,\"id\":718},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"713\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"714\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"715\":{\"r\":0.753,\"g\":0.753,\"b\":0.753,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"716\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"717\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"718\":{\"r\":0.9548430751559654,\"g\":0.9548430751559654,\"b\":0.9548430751559654,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"719\":{\"x\":200,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"720\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"721\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"722\":{\"style\":{\"__isSmartRef__\":true,\"id\":723},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":711},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"723\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"724\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":711},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"setTarget\",\"converter\":null,\"converterString\":\"function (name) { return $world.get(name)}\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":725},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"725\":{\"source\":{\"__isSmartRef__\":true,\"id\":711},\"target\":{\"__isSmartRef__\":true,\"id\":1}},\"726\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"727\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"728\":{\"morph\":{\"__isSmartRef__\":true,\"id\":711},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"729\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":730},\"displayTopLevelMorphs\":{\"__isSmartRef__\":true,\"id\":732},\"onMouseUp\":{\"__isSmartRef__\":true,\"id\":734},\"resetConnections\":{\"__isSmartRef__\":true,\"id\":736},\"setTargetToListSelection\":{\"__isSmartRef__\":true,\"id\":738},\"setTargetOfPane\":{\"__isSmartRef__\":true,\"id\":740},\"onBlur\":{\"__isSmartRef__\":true,\"id\":742},\"reset\":{\"__isSmartRef__\":true,\"id\":744},\"onMouseDown\":{\"__isSmartRef__\":true,\"id\":746}},\"730\":{\"time\":{\"__isSmartRef__\":true,\"id\":731},\"user\":\"lauritz\"},\"731\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 28 2011 05:27:29 GMT+0200 (CEST)\"},\"732\":{\"time\":{\"__isSmartRef__\":true,\"id\":733},\"user\":\"lauritz\"},\"733\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 14 2011 23:48:37 GMT+0200 (CEST)\"},\"734\":{\"time\":{\"__isSmartRef__\":true,\"id\":735},\"user\":\"lauritz\"},\"735\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 03 2011 18:51:14 GMT+0200 (CEST)\"},\"736\":{\"time\":{\"__isSmartRef__\":true,\"id\":737},\"user\":\"lauritz\"},\"737\":{\"isSerializedDate\":true,\"string\":\"Wed Sep 28 2011 01:03:17 GMT+0200 (CEST)\"},\"738\":{\"time\":{\"__isSmartRef__\":true,\"id\":739},\"user\":\"lauritz\"},\"739\":{\"isSerializedDate\":true,\"string\":\"Sat Oct 15 2011 00:00:58 GMT+0200 (CEST)\"},\"740\":{\"time\":{\"__isSmartRef__\":true,\"id\":741},\"user\":\"lauritz\"},\"741\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 03 2011 18:34:37 GMT+0200 (CEST)\"},\"742\":{\"time\":{\"__isSmartRef__\":true,\"id\":743},\"user\":\"lauritz\"},\"743\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 07 2011 19:24:18 GMT+0200 (CEST)\"},\"744\":{\"time\":{\"__isSmartRef__\":true,\"id\":745},\"user\":\"lauritz\"},\"745\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 07 2011 19:26:15 GMT+0200 (CEST)\"},\"746\":{\"time\":{\"__isSmartRef__\":true,\"id\":747},\"user\":\"lauritz\"},\"747\":{\"isSerializedDate\":true,\"string\":\"Mon Oct 17 2011 19:49:00 GMT+0200 (CEST)\"},\"748\":{},\"749\":{\"x\":153.8540395186758,\"y\":-23.74126935194758,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"750\":{\"getList\":{\"__isSmartRef__\":true,\"id\":751},\"setList\":{\"__isSmartRef__\":true,\"id\":754},\"reset\":{\"__isSmartRef__\":true,\"id\":757},\"example\":{\"__isSmartRef__\":true,\"id\":760},\"removeList\":{\"__isSmartRef__\":true,\"id\":763},\"onBlur\":{\"__isSmartRef__\":true,\"id\":766},\"createListMorph\":{\"__isSmartRef__\":true,\"id\":773},\"resetConnections\":{\"__isSmartRef__\":true,\"id\":776},\"displayTopLevelMorphs\":{\"__isSmartRef__\":true,\"id\":779},\"setTargetToListSelection\":{\"__isSmartRef__\":true,\"id\":782},\"setTargetOfPane\":{\"__isSmartRef__\":true,\"id\":785},\"onMouseDown\":{\"__isSmartRef__\":true,\"id\":788}},\"751\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":752},\"source\":\"function getList() {\\n return this.world().indentedListItemsOfMorphNames();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":753},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"752\":{\"this\":{\"__isSmartRef__\":true,\"id\":711}},\"753\":{},\"754\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":755},\"source\":\"function setList(list) {\\n return this.list = list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":756},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"755\":{\"this\":{\"__isSmartRef__\":true,\"id\":711}},\"756\":{},\"757\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":758},\"source\":\"function reset() {\\n this.list = [];\\n this.textString = 'empty';\\n this.removeList();\\n this.resetConnections();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":759},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"758\":{\"this\":{\"__isSmartRef__\":true,\"id\":711}},\"759\":{},\"760\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":761},\"source\":\"function example() {\\n/*\\nthis.example()\\nthis.getList()\\n*/\\n this.setList(Array.range(0,100));\\n this.textString = 'empty';\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":762},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"761\":{\"this\":{\"__isSmartRef__\":true,\"id\":711}},\"762\":{},\"763\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":764},\"source\":\"function removeList() {\\n this.listMorph && this.listMorph.remove()\\n this.listMorph = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":765},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"764\":{\"this\":{\"__isSmartRef__\":true,\"id\":711}},\"765\":{},\"766\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":767},\"source\":\"function onBlur() {\\n $super();\\n this.removeList();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":772},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"767\":{\"this\":{\"__isSmartRef__\":true,\"id\":711},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":768}},\"768\":{\"$super\":{\"__isSmartRef__\":true,\"id\":769}},\"769\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":770},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":771},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"770\":{\"obj\":{\"__isSmartRef__\":true,\"id\":711},\"name\":\"onBlur\"},\"771\":{},\"772\":{},\"773\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":774},\"source\":\"function createListMorph() {\\n var list = new lively.morphic.List(new Rectangle(0,0, this.getExtent().x, 520));\\n list.setList(this.getList());\\n list.setFontSize(12);\\n\\n list.disableGrabbing();\\n list.disableDragging();\\n \\n this.addMorph(list);\\n list.setPosition(pt(0,0));\\n\\n connect(list, 'selection', this, 'setTargetToListSelection');\\n \\n return list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":775},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"774\":{\"this\":{\"__isSmartRef__\":true,\"id\":711}},\"775\":{},\"776\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":777},\"source\":\"function resetConnections() {\\n disconnectAll(this);\\n connect(this, 'savedTextString', this.owner, 'setTarget', {converter: \\n\\tfunction (name) { return $world.get(name)}});\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":778},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"777\":{\"this\":{\"__isSmartRef__\":true,\"id\":711}},\"778\":{},\"779\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":780},\"source\":\"function displayTopLevelMorphs() {\\n if (this.listMorph) { this.removeList(); return true }\\n var list = this.createListMorph(); \\n this.addMorph(list);\\n this.listMorph = list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":781},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"780\":{\"this\":{\"__isSmartRef__\":true,\"id\":711}},\"781\":{},\"782\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":783},\"source\":\"function setTargetToListSelection(selection) { \\n this.removeList();\\n if (!selection) return;\\n if (this.owner.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function (confirmed) {\\n if (confirmed) that.setTargetOfPane(selection);\\n }\\n this.owner.confirmUnsavedChanges(callback);\\n } else {\\n this.setTargetOfPane(selection);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":784},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"783\":{\"this\":{\"__isSmartRef__\":true,\"id\":711}},\"784\":{},\"785\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":786},\"source\":\"function setTargetOfPane(selection) {\\n this.owner.setTarget(selection);\\n this.setTextString(selection.getName());\\n this.removeList();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":787},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"786\":{\"this\":{\"__isSmartRef__\":true,\"id\":711}},\"787\":{},\"788\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":789},\"source\":\"function onMouseDown(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n return false;\\n } else {\\n this.displayTopLevelMorphs();\\n return true;\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":794},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"789\":{\"this\":{\"__isSmartRef__\":true,\"id\":711},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":790}},\"790\":{\"$super\":{\"__isSmartRef__\":true,\"id\":791}},\"791\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":792},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":793},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"792\":{\"obj\":{\"__isSmartRef__\":true,\"id\":711},\"name\":\"onMouseDown\"},\"793\":{},\"794\":{},\"795\":{\"morph\":{\"__isSmartRef__\":true,\"id\":19},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"796\":{\"sortedScriptNamesOfObj\":{\"__isSmartRef__\":true,\"id\":797},\"setTarget\":{\"__isSmartRef__\":true,\"id\":800},\"generateSourceForScript\":{\"__isSmartRef__\":true,\"id\":803},\"generateSourceForConnection\":{\"__isSmartRef__\":true,\"id\":806},\"generateTargetCode\":{\"__isSmartRef__\":true,\"id\":809},\"sortedConnectionNamesOfObj\":{\"__isSmartRef__\":true,\"id\":812},\"displayJavaScriptSource\":{\"__isSmartRef__\":true,\"id\":815},\"displaySourceForScript\":{\"__isSmartRef__\":true,\"id\":818},\"displaySourceForConnection\":{\"__isSmartRef__\":true,\"id\":821},\"newScript\":{\"__isSmartRef__\":true,\"id\":824},\"newConnection\":{\"__isSmartRef__\":true,\"id\":827},\"deleteSelectedScript\":{\"__isSmartRef__\":true,\"id\":830},\"disconnectConnection\":{\"__isSmartRef__\":true,\"id\":833},\"updateLists\":{\"__isSmartRef__\":true,\"id\":836},\"displayInitialScript\":{\"__isSmartRef__\":true,\"id\":839},\"reset\":{\"__isSmartRef__\":true,\"id\":842},\"selectChangedContent\":{\"__isSmartRef__\":true,\"id\":845}},\"797\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":798},\"source\":\"function sortedScriptNamesOfObj(obj) {\\n if (!Functions.own(obj) || Functions.own(obj).size() == 0) return [];\\n return Functions.own(obj)\\n\\t.select(function(name) { return obj[name].hasLivelyClosure })\\n\\t.sortBy(function(name) { return name.toLowerCase() });\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":799},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"798\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"799\":{},\"800\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":801},\"source\":\"function setTarget(morph) {\\n this.reset();\\n module('lively.ide.SyntaxHighlighting').load(true);\\n this.target = morph;\\n this.morphSelector.textString = (this.target.getName() || this.target.toString());\\n this.scriptPane.doitContext = this.target;\\n this.updateLists();\\n this.displayInitialScript();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":802},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"801\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"802\":{},\"803\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":804},\"source\":\"function generateSourceForScript(scriptName) {\\n var script = this.target[scriptName].getOriginal();\\n return Strings.format('this.addScript(%s);' ,script)\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":805},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"804\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"805\":{},\"806\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":807},\"source\":\"function generateSourceForConnection(connection) {\\n var c = connection, targetObject = this.target;\\n\\tif (!c.getTargetObj() || !c.getTargetObj().name || \\n\\t\\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\\n\\n\\tvar optConfig = []\\n\\tif (c.converterString)\\n\\t\\toptConfig.push(\\\"converter: \\\\n\\\\t\\\" + c.converterString)\\n\\tif (c.updaterString)\\n\\t\\toptConfig.push(\\\"updater: \\\\n\\\\t\\\" + c.updaterString)\\n\\treturn Strings.format('connect(%s, \\\"%s\\\", %s, \\\"%s\\\", {%s});', \\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getSourceObj()),\\n\\t\\t\\tc.getSourceAttrName(),\\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getTargetObj()),\\n\\t\\t\\tc.getTargetMethodName(),\\n\\t\\t\\toptConfig.join(','));\\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":808},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"807\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"808\":{},\"809\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":810},\"source\":\"function generateTargetCode(baseObject, targetObject) {\\n\\tvar name = targetObject.name;\\n\\tif (baseObject === targetObject) \\n\\t\\treturn \\\"this\\\";\\n\\telse if (baseObject[name] === targetObject) \\n\\t\\treturn \\\"this.\\\" + name;\\n\\telse if (baseObject.testObject === targetObject) \\n\\t\\treturn \\\"this.testObject\\\";\\n\\telse if (baseObject.get(name) === targetObject) \\n\\t\\treturn 'this.get(\\\"' + name + '\\\")';\\n\\telse if (targetObject instanceof Morph) \\n\\t\\treturn '$morph(\\\"' + name + '\\\")';\\n\\telse \\n\\t\\treturn \\\"????\\\";\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":811},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"810\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"811\":{},\"812\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":813},\"source\":\"function sortedConnectionNamesOfObj(obj) {\\n if (\\\"attributeConnections\\\" in obj) {\\n return obj.attributeConnections\\n .sortBy(function(each) {return name.toLowerCase() })\\n .collect(function(each) {return [each.getSourceAttrName(), each]});\\n } else {\\n return [];\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":814},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"813\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"814\":{},\"815\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":816},\"source\":\"function displayJavaScriptSource(jsCode) {\\n this.scriptPane.setTextString(jsCode);\\n this.scriptPane.highlightJavaScriptSyntax();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":817},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"816\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"817\":{},\"818\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":819},\"source\":\"function displaySourceForScript(scriptName) {\\n if (!scriptName) return;\\n var code = \\\"\\\", that = this;\\n if (scriptName === \\\"-- ALL --\\\") {\\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForScript(each)).concat(\\\"\\\\n\\\\n\\\");\\n });\\n } else {\\n code = this.generateSourceForScript(scriptName); \\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":820},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"819\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"820\":{},\"821\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":822},\"source\":\"function displaySourceForConnection(connection) {\\n if (!connection) return;\\n var code = \\\"\\\", that = this;\\n if ((typeof connection === \\\"string\\\") && connection === \\\"-- ALL --\\\") {\\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\\\"\\\\n\\\\n\\\");\\n })\\n } else {\\n code = this.generateSourceForConnection(connection);\\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":823},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"822\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"823\":{},\"824\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":825},\"source\":\"function newScript() {\\n if (this.target) {\\n var code = \\\"this.addScript(function SCRIPTNAME() {\\\\n\\\\t\\\\n});\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":826},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"825\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"826\":{},\"827\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":828},\"source\":\"function newConnection() {\\n if (this.target) {\\n var code = \\\"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":829},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"828\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"829\":{},\"830\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":831},\"source\":\"function deleteSelectedScript() {\\n if (this.scriptList.selection && this.target) {\\n if (!this.target.hasOwnProperty(this.scriptList.selection)) return;\\n delete this.target[this.scriptList.selection];\\n this.updateLists();\\n this.displayInitialScript();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":832},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"831\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"832\":{},\"833\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":834},\"source\":\"function disconnectConnection() {\\n var selection = this.connectionList.selection;\\n if (selection && \\n (typeof selection !== \\\"string\\\") &&\\n this.target.attributeConnections.indexOf(selection[1]) > -1) {\\n var c = this.connectionList.selection[1];\\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\\n this.updateLists();\\n this.displayInitialScript();\\n } \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":835},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"834\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"835\":{},\"836\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":837},\"source\":\"function updateLists() {\\n this.scriptList.setList(this.sortedScriptNamesOfObj(this.target));\\n var scriptListItems = this.scriptList.getList();\\n scriptListItems.unshift(\\\"-- ALL --\\\");\\n this.scriptList.setList(scriptListItems);\\n\\n this.connectionList.setList(this.sortedConnectionNamesOfObj(this.target));\\n var connectionListItems = this.connectionList.getList();\\n connectionListItems.unshift(\\\"-- ALL --\\\");\\n this.connectionList.setList(connectionListItems);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":838},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"837\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"838\":{},\"839\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":840},\"source\":\"function displayInitialScript() {\\n if (this.scriptList.getList().size() > 1) {\\n this.scriptList.selectAt(0);\\n } else if (this.connectionList.getList().size() > 1) {\\n this.connectionList.selectAt(0);\\n } else {\\n this.scriptList.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":841},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"840\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"841\":{},\"842\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":843},\"source\":\"function reset() {\\n this.target = null;\\n this.scriptPane.doitContext = null;\\n this.scriptList.setList();\\n this.connectionList.setList();\\n this.scriptPane.setTextString(\\\"\\\");\\n this.morphSelector.reset();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":844},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"843\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"844\":{},\"845\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":846},\"source\":\"function selectChangedContent(source) {\\n\\n var addScriptRegex = /this\\\\.addScript\\\\s*\\\\(\\\\s*function\\\\s*([^\\\\(]*)/g;\\n var addScriptMatches = [];\\n var addScriptMatch = addScriptRegex.exec(source);\\n while (addScriptMatch) {\\n addScriptMatches.push(addScriptMatch[1]);\\n addScriptMatch = addScriptRegex.exec(source);\\n }\\n \\n // if scripts were added, select either a specific one or all\\n if (addScriptMatches.length > 0) { \\n if (addScriptMatches.length === 1) {\\n var index = this.scriptList.getList().indexOf(addScriptMatches[0]);\\n if (index > -1) { \\n return this.scriptList.selectAt(index);\\n }\\n }\\n return this.scriptList.selectAt(0);\\n }\\n\\n var connectionRegex = \\n /connect\\\\(\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"\\\\s*,\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"/g;\\n var connectionMatches = [];\\n var connectionMatch = connectionRegex.exec(source);\\n while (connectionMatch) {\\n connectionMatches.push(connectionMatch);\\n connectionMatch = connectionRegex.exec(source);\\n }\\n\\n // if connections were made, select either a specific one or all\\n if (connectionMatches.length > 0) {\\n if (connectionMatches.length === 1) {\\n var match = connectionMatches[0];\\n for (var i=0; i -1) {\\n var c = selection[1];\\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\\n editor.updateLists();\\n editor.displayInitialScript();\\n } \\n }\\n\\n var message = 'Disconnect \\\"' + selection[0] +'\\\" connection?';\\n var callback = disconnectConnection;\\n\\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\\n\\n return this.world().openDialog(dialog);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1045},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1044\":{\"this\":{\"__isSmartRef__\":true,\"id\":991}},\"1045\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1046},\"user\":\"lauritz\",\"categories\":[]},\"1046\":{\"isSerializedDate\":true,\"string\":\"Fri Nov 11 2011 01:46:54 GMT+0100 (CET)\"},\"1047\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1048}],\"scripts\":[],\"id\":\"C705D7A9-8254-4326-B950-DCD856B516D2\",\"shape\":{\"__isSmartRef__\":true,\"id\":1063},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1079},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1066},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1080},\"label\":{\"__isSmartRef__\":true,\"id\":1048},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1089}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1091},\"name\":\"ObjectEditorRemoveScriptButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1092},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1093},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1094},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1095},\"isCopyMorphRef\":true,\"morphRefId\":24,\"draggingEnabled\":false,\"objectEditorPane\":{\"__isSmartRef__\":true,\"id\":1},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1096},\"derivationIds\":[217,\"FDC10087-12CF-4570-9211-8309CB6A9AA3\",\"E18FC530-4B1F-4F08-8DA6-3866A3519E56\",\"04A2AAC3-6A9E-40BB-9408-EBB2567EE63B\",\"8C1A42CE-840C-4AAE-BD79-C93A445B9EBF\",\"61FC11FA-B87E-4EFE-BD15-564D3178B68B\",\"ED34F9B5-9E00-41B3-8313-D9C3D6B3B231\",\"53BFD03D-D218-488F-AB07-47740A4D619C\",\"4BDF543E-5B60-4A9C-B92A-0CD374DDA207\",\"FD57753F-33FD-4C65-A2D6-27C86C0F540D\",\"E23F1DF0-4558-4649-A79A-0E1D1E5DF302\",\"FE36A65D-E547-4CCB-ACAD-E803D0C7795A\",\"0AD738A2-D4CB-4F01-9193-D561C93E665D\",\"EBBFCB53-DD5F-4575-B7FD-FDEB70077797\",\"37659BBB-D82E-4B3C-A062-2BD2F89574EC\",\"BC31C0B1-E9AC-467F-8567-05133645FF88\",\"8CA7A2C0-2D56-4028-90FA-142119044DF5\",\"53E17DE4-7CA5-43BE-A7D8-B1C64842506A\",\"90FE8129-B1AD-4D43-8CBA-264B2441D3BC\",\"8E72CCFB-1B5C-4B4A-88EF-B97798445330\"],\"_Rotation\":0,\"_Scale\":1,\"isLockOwner\":false,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1097},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1048\":{\"submorphs\":[],\"scripts\":[],\"id\":\"02054249-C97E-43AA-A34C-9019364554A7\",\"shape\":{\"__isSmartRef__\":true,\"id\":1049},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":25,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1055},\"textColor\":{\"__isSmartRef__\":true,\"id\":1052},\"owner\":{\"__isSmartRef__\":true,\"id\":1047},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1056}],\"padding\":{\"__isSmartRef__\":true,\"id\":1058},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1059},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1060},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1061},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1062},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":25,\"_MinTextHeight\":null,\"draggingEnabled\":false,\"derivationIds\":[218,\"852A7BD9-52EE-4708-A2D5-1BDECF33C958\",\"7B4F173E-9726-472A-9B30-530D4AA92AD9\",\"CBA217F6-2832-4213-9ABE-47753C1A4180\",\"E6B97D1D-95D5-4644-9359-1D08D42A51F4\",\"4391A57E-70C2-4628-9828-DD668CCE546E\",\"F0C6C298-3B8B-42B2-B5E9-E5B82F607B01\",\"262ED0F9-A2AF-443B-9319-7D69F0869496\",\"66FFDAD4-4F81-44D2-A8DA-473C32BC124F\",\"7F18F0DD-D79B-440F-B08D-9A74550D6CFA\",\"CC9DC109-0381-47CA-90F3-B292B042A8C9\",\"0AE28989-1EE9-489A-A3F7-FAB737907B08\",\"707F39C2-F668-4485-A6D7-685C2022BF47\",\"CBE59654-8D46-4C71-AAAC-3B310F67F914\",\"85C21C11-AF2B-4462-97E9-0D2F561143E7\",\"82B7849E-AAF2-4684-B5ED-1C710A7805DB\",\"F5710749-2465-4F14-B4A2-F7F6FEFCECAB\",\"D28D1889-5FD1-4C24-A170-844DB84E09B1\",\"E046226D-C0B9-4DA2-8299-7A2FBDC1048B\",\"79663FFA-572A-4762-B213-75E15A272B17\"],\"_Scale\":1,\"isLockOwner\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1049\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1050},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1051},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1052},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1053},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1054},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1050\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1051\":{\"x\":25,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1052\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1053\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1054\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1055\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1056\":{\"style\":{\"__isSmartRef__\":true,\"id\":1057},\"morph\":{\"__isSmartRef__\":true,\"id\":1048},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1048},\"storedString\":\"-\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1057\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1058\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1059\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1060\":{\"x\":25,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1061\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1062\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1048},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1063\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1064},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1065},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1066},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1076},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1077},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1078},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1064\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1065\":{\"x\":25,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1066\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1067},{\"__isSmartRef__\":true,\"id\":1069},{\"__isSmartRef__\":true,\"id\":1071},{\"__isSmartRef__\":true,\"id\":1073}],\"vector\":{\"__isSmartRef__\":true,\"id\":1075},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1067\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1068}},\"1068\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1069\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1070}},\"1070\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1071\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1072}},\"1072\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1073\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1074}},\"1074\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1075\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1076\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1077\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1078\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1079\":{\"x\":160,\"y\":40,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1080\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1081},{\"__isSmartRef__\":true,\"id\":1083},{\"__isSmartRef__\":true,\"id\":1085},{\"__isSmartRef__\":true,\"id\":1087}],\"vector\":{\"__isSmartRef__\":true,\"id\":1075},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1081\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1082}},\"1082\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1083\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1084}},\"1084\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1085\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1086}},\"1086\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1087\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1088}},\"1088\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1089\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1047},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1047},\"targetMethodName\":\"deleteSelectedScript\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1090},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1090\":{\"source\":{\"__isSmartRef__\":true,\"id\":1047},\"target\":{\"__isSmartRef__\":true,\"id\":1047}},\"1091\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1092\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1093\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1094\":{\"x\":30,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1095\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1047},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1096\":{\"x\":33.35839679439101,\"y\":-21.324811622839547,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1097\":{\"deleteSelectedScript\":{\"__isSmartRef__\":true,\"id\":1098}},\"1098\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1099},\"source\":\"function deleteSelectedScript() {\\n\\n var editor = this.objectEditorPane;\\n var selection = editor.scriptList.selection;\\n\\n if (!editor.target || editor.scriptList.getList().size() < 2) \\n return; \\n\\n var deleteScript = function (confirmed) {\\n if (!confirmed) return;\\n \\n if (selection && editor.target) {\\n if (!editor.target.hasOwnProperty(selection)) \\n return;\\n delete editor.target[selection];\\n editor.updateLists();\\n editor.displayInitialScript();\\n }\\n }\\n\\n var message = 'Delete \\\"' + selection + '\\\" script?';\\n var callback = deleteScript;\\n\\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\\n\\n return this.world().openDialog(dialog);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1100},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1099\":{\"this\":{\"__isSmartRef__\":true,\"id\":1047}},\"1100\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1101},\"user\":\"lauritz\"},\"1101\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 18:12:21 GMT+0100 (CET)\"},\"1102\":{\"submorphs\":[],\"scripts\":[],\"id\":\"3E251BAD-210D-417B-9A37-12BD0289C31B\",\"shape\":{\"__isSmartRef__\":true,\"id\":1103},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":false,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1109},\"_MaxTextWidth\":64.8979476392384,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1106},\"showsHalos\":false,\"_FontSize\":9,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorScriptsText1\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1110},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1111}],\"charsReplaced\":\"Scripts\",\"lastFindLoc\":-7,\"priorSelectionRange\":[0,7],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1113},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1114},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1115},\"_WhiteSpaceHandling\":\"pre-wrap\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":64.8979476392384,\"_MinTextHeight\":null,\"_ClipMode\":\"visible\",\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1116},\"eventsAreIgnored\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"isCopyMorphRef\":true,\"morphRefId\":27,\"derivationIds\":[223,\"5E3A69EF-26C1-4D0D-B04C-8C3894017F56\",\"14AB1B91-3ED6-49AE-AA58-47D18B6C569F\",\"991D4A54-1FC4-4BC7-AA82-F814AC52CDE3\",\"DB9B19F7-4390-4CE5-9B1D-62177CB8D605\",\"8F7B2EE9-9538-4044-B75B-6A12F3108B70\",\"4B9F9B4B-C7D3-418D-9AC9-10503A4EBF8E\",\"BBD8C74C-AA36-42AB-BC9B-14102EB539F6\",\"1B71CADF-9C83-490E-87DC-23E0CA2298CE\",\"DCC82F37-4930-439A-B2D2-54E8679BAC76\",\"39B9F5C7-0B53-47A6-A41C-FE197CDBBDDB\",\"E35E39E1-789C-444C-81E6-60F90AD951DD\",\"7C8690CD-9111-49BB-8A2A-3BC7969AE88C\",\"98DBBC76-0182-4A73-9DFB-FA3389CB026B\",\"1B308401-A12A-4B66-9627-7731918E07F0\",\"8B0640D8-6622-460D-BB7E-7556171D63FF\",\"FA43EB14-89D6-44CE-B38A-6D164EA9A51B\",\"1E9691EC-B753-429A-AFEB-B5CF88418FA5\",\"6A64CCE3-240A-42FE-A1BF-7921BE4E502A\",\"820AF339-D4F0-4ACD-9334-2D96576D03B6\"],\"_Rotation\":0,\"_Scale\":1,\"isLockOwner\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1103\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1104},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1105},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1106},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1107},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1108},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1104\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1105\":{\"x\":64.8979476392384,\"y\":14,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1106\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1107\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1108\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1109\":{\"x\":198.16434648623274,\"y\":12.911539589748486,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1110\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1111\":{\"style\":{\"__isSmartRef__\":true,\"id\":1112},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1102},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Target:\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1112\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1113\":{\"x\":64.8979476392384,\"y\":14,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1114\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1115\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1102},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1116\":{\"x\":41.065989525935834,\"y\":-10.506047005169194,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1117\":{\"submorphs\":[],\"scripts\":[],\"id\":\"D72918F3-51B3-48F9-BC34-B908862DE053\",\"shape\":{\"__isSmartRef__\":true,\"id\":1118},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":false,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1124},\"_MaxTextWidth\":64.8979476392384,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1121},\"showsHalos\":false,\"_FontSize\":9,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorScriptsText2\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1125},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1126}],\"charsReplaced\":\"Scripts\",\"lastFindLoc\":-7,\"priorSelectionRange\":[0,7],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1128},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1129},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1130},\"_WhiteSpaceHandling\":\"pre-wrap\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":64.8979476392384,\"_MinTextHeight\":null,\"_ClipMode\":\"visible\",\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1131},\"eventsAreIgnored\":true,\"isCopyMorphRef\":true,\"morphRefId\":27,\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"derivationIds\":[224,\"35EF8FE5-067D-45B6-AF21-77040F11D340\",\"80DC09DD-22D4-4089-B5C3-857B32C9BE9B\",\"EF080074-E6B9-47F3-A87F-26313B40C430\",\"F6977801-C1A7-445C-9BF1-8A1019E202FB\",\"8C9157AE-0343-4CFB-8186-1D5E05D2ECBE\",\"DD3C23F8-6463-4EAE-959B-C486E27D9BDA\",\"F16D4843-E33A-4847-9119-8ADCB2391A2B\",\"93B78FFC-839A-43E2-9E12-DD5E2CDB87FE\",\"93028C86-6A06-4479-BAD4-777E4A51AD4B\",\"4B45454C-7880-4716-ACD4-111FECED492F\",\"B2B84578-EF39-41BB-A9E6-5173BC3490E0\",\"1897E74F-CAE7-4090-AB48-373C2965336D\",\"DF3A0515-9057-45E2-90B7-03C12AFDC2E8\",\"F76A15DB-FB4E-4C48-B625-F793D308DAB8\",\"F160CD4B-1535-41E2-A8CA-C81B8E9C58AE\",\"453065F3-0770-4C4F-800E-63C1178FCDD6\",\"42573583-DA5E-4ADF-810B-4D97C0A9289C\",\"5B9E7444-3499-46FC-B481-ED13EB951905\",\"ED647793-7D2B-434E-881D-21C3CD96FCED\"],\"_Rotation\":0,\"_Scale\":1,\"isLockOwner\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1118\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1119},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1120},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1121},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1122},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1123},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1119\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1120\":{\"x\":64.8979476392384,\"y\":14,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1121\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1122\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1123\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1124\":{\"x\":10,\"y\":12.911539589749026,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1125\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1126\":{\"style\":{\"__isSmartRef__\":true,\"id\":1127},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1117},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Tag:\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1127\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1128\":{\"x\":64.8979476392384,\"y\":14,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1129\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1130\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1117},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1131\":{\"x\":45.76052154281416,\"y\":-27.783027415339603,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1132\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1133}],\"scripts\":[],\"id\":\"DAA21FFE-85D0-412F-8335-C60C47922E6C\",\"shape\":{\"__isSmartRef__\":true,\"id\":1148},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1164},\"value\":true,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1165},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1151},\"label\":{\"__isSmartRef__\":true,\"id\":1133},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1174},\"name\":\"ObjectEditorTagChooser\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1175},\"listMorph\":null,\"list\":[],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1176},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1177},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1178},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1179},\"textString\":\"PartsBinBrowser\",\"selection\":\"\",\"_ClipMode\":\"visible\",\"prevScroll\":[0,0],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"setTargetToListSelection\":\"all\",\"savedTextString\":\"all\",\"derivationIds\":[225,\"7F83847B-D0B1-4A31-8601-43424B97C858\",\"E08FC110-71D7-4FFD-B4A8-08F8147B95BA\",\"5534107D-C5C9-48DD-A1ED-B87E9D9B672C\",\"0B89FA7A-768C-4062-98AE-C455E8DAFF19\",\"799320C6-CFBA-40E7-B03D-64BFE9B78248\",\"9B650AA3-271B-4E72-B230-51C6F64B7462\",\"C62244AF-014B-43A4-8892-D3F1B0BADB42\",\"FE35AB4B-9471-4685-87A8-E33284F9ACC6\",\"0611BF6C-67D9-4AAD-BF6E-DB244C631D74\",\"C89C89E4-7445-450C-AB89-0A9D0F8E93F9\",\"AFEFB4CB-63DD-4210-BBBE-E7B6C58D84FE\",\"E887093C-823E-4C7A-A87F-BA13610C8EAF\",\"C30A7B5C-F11E-45DF-BA45-B031C82CBC3A\",\"20979771-EA41-4553-A23B-C90899AD8592\",\"E359462D-A125-494F-9E62-BAE5A1F01526\",\"4CDA8346-C7EC-4ECE-B6B7-52065F2A7C2F\",\"B0ECD2A8-A0E4-46EB-AC56-0FF3163F369F\",\"B7FC5F94-B421-47C6-8A12-9F663EA2E811\",\"DDA4A513-255A-494E-B422-5A2981AD086B\"],\"_Rotation\":0,\"_Scale\":1,\"isLockOwner\":false,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1180},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1133\":{\"submorphs\":[],\"scripts\":[],\"id\":\"91A07B59-DA99-4A15-BF27-E2789D7B859A\",\"shape\":{\"__isSmartRef__\":true,\"id\":1134},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":130,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1140},\"textColor\":{\"__isSmartRef__\":true,\"id\":1137},\"owner\":{\"__isSmartRef__\":true,\"id\":1132},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1141}],\"padding\":{\"__isSmartRef__\":true,\"id\":1143},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1143},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1144},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1145}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1146},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1147},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":130,\"_MinTextHeight\":null,\"_Align\":\"left\",\"_FontFamily\":\"Arial\",\"_FontSize\":11,\"derivationIds\":[226,\"03DBF3F8-8EA2-4426-BA64-C4297DDAB015\",\"B8F87302-BEC3-48CD-9BBA-6C7DBB6287E1\",\"4AA6AE51-338B-4E3E-814B-9F99C693A2D5\",\"08F6CE56-AD91-4C27-9429-C3DEA313696C\",\"D39C963C-FD24-4498-A6D8-71E5102CE58A\",\"132C2A9E-3466-4051-AAEA-6E485A91F408\",\"147717FC-7714-4F03-BA39-ADED4F708C82\",\"9A8D6D09-A3E4-4F4B-A6E1-EFAA3109C35B\",\"792FB978-5EBB-4618-AC82-741796315B3D\",\"CDDAC758-31F6-40C0-9763-AC0073576977\",\"9869230C-E118-4201-A754-378D03B5A9B2\",\"7C3D3C19-04C9-4327-BBAE-D022C3D01C5B\",\"0856D6A4-1230-44A7-A922-E5E79C9D33FB\",\"A905B43A-EE7F-4CA8-AEE3-1415231E0B25\",\"43379C86-64C4-41B3-B69D-8635FB2C17F8\",\"E218893B-7063-451B-A03E-4A8FC3E53072\",\"2C846D69-5E86-4EBA-9603-3E923A65795F\",\"215D8435-31CD-45B9-91A7-AA0EF4B82BB9\",\"A9138822-D1C1-4186-B7B9-B20A379DA28D\"],\"_Scale\":1,\"isLockOwner\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1134\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1135},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1136},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1137},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1138},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1139},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1135\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1136\":{\"x\":130,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1137\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1138\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1139\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__LivelyClassName__\":\"Rectangle\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1140\":{\"x\":2,\"y\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1141\":{\"style\":{\"__isSmartRef__\":true,\"id\":1142},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1133},\"storedString\":\"all\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1142\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1143\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1144\":{\"x\":130,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1145\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1133},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1132},\"targetMethodName\":\"selection\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1146\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1147\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1133},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1148\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1149},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1150},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1151},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1161},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1162},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1163},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1149\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1150\":{\"x\":130,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1151\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1152},{\"__isSmartRef__\":true,\"id\":1154},{\"__isSmartRef__\":true,\"id\":1156},{\"__isSmartRef__\":true,\"id\":1158}],\"vector\":{\"__isSmartRef__\":true,\"id\":1160},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1152\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1153}},\"1153\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1154\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1155}},\"1155\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1156\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1157}},\"1157\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1158\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1159}},\"1159\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1160\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1161\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1162\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1163\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1164\":{\"x\":39.12381412396891,\"y\":10.000000000000057,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1165\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1166},{\"__isSmartRef__\":true,\"id\":1168},{\"__isSmartRef__\":true,\"id\":1170},{\"__isSmartRef__\":true,\"id\":1172}],\"vector\":{\"__isSmartRef__\":true,\"id\":1160},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1166\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1167}},\"1167\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1168\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1169}},\"1169\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1170\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1171}},\"1171\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1172\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1173}},\"1173\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1174\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1175\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"partName\":\"ChoiceButton\",\"comment\":\"Click on it and you get a list of things to choose from.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1176\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1177\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1132},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1178\":{\"x\":85.7442776093583,\"y\":-11.582832083333244,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1179\":{\"x\":130,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1180\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":1181},\"getList\":{\"__isSmartRef__\":true,\"id\":1185},\"removeList\":{\"__isSmartRef__\":true,\"id\":1189},\"reset\":{\"__isSmartRef__\":true,\"id\":1193},\"onMouseUp\":{\"__isSmartRef__\":true,\"id\":1197},\"onBlur\":{\"__isSmartRef__\":true,\"id\":1205},\"setTag\":{\"__isSmartRef__\":true,\"id\":1213}},\"1181\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1182},\"source\":\"function createListMorph() {\\n var items = this.getList();\\n\\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\\n\\n var listMorph = new lively.morphic.List(extent);\\n listMorph.setList(items);\\n listMorph.setFontSize(10);\\n\\n listMorph.disableGrabbing();\\n listMorph.disableDragging();\\n \\n connect(listMorph, 'selection', this, 'setTag');\\n \\n return listMorph;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1183},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1182\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132}},\"1183\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1184},\"user\":\"lauritz\",\"categories\":[]},\"1184\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:35:59 GMT+0100 (CET)\"},\"1185\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1186},\"source\":\"function getList() {\\n if (!this.owner.target) return [''];\\n\\n var target = this.owner.target;\\n\\n var tags = Functions.own(target).collect(function (each) {\\n return target[each].tags || [];\\n }).flatten().uniq();\\n\\n var sortedTags = tags.sortBy(function(name) { \\n return name.toLowerCase() \\n });\\n \\n sortedTags.unshift('all'); \\n return sortedTags;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1187},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1186\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132}},\"1187\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1188},\"user\":\"lauritz\",\"tags\":[]},\"1188\":{\"isSerializedDate\":true,\"string\":\"Fri Dec 16 2011 20:27:25 GMT+0100 (CET)\"},\"1189\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1190},\"source\":\"function removeList() {\\n this.listMorph && this.listMorph.remove()\\n this.listMorph = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1191},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1190\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132}},\"1191\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1192},\"user\":\"lauritz\",\"categories\":[]},\"1192\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 19:06:51 GMT+0100 (CET)\"},\"1193\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1194},\"source\":\"function reset() {\\n this.list = [];\\n this.setLabel('all');\\n this.label.setAlign('left');\\n this.removeList();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1195},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1194\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132}},\"1195\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1196},\"user\":\"lauritz\",\"tags\":[]},\"1196\":{\"isSerializedDate\":true,\"string\":\"Fri Dec 16 2011 20:27:53 GMT+0100 (CET)\"},\"1197\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1198},\"source\":\"function onMouseUp(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n this.removeList();\\n return true;\\n } \\n if (this.getList().size() < 2) return;\\n var list = this.createListMorph();\\n this.addMorph(list);\\n this.listMorph = list;\\n return true;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1203},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1198\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1199}},\"1199\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1200}},\"1200\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1201},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1202},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1201\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1132},\"name\":\"onMouseUp\"},\"1202\":{},\"1203\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1204},\"user\":\"lauritz\",\"categories\":[]},\"1204\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 18:59:16 GMT+0100 (CET)\"},\"1205\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1206},\"source\":\"function onBlur(evt) {\\n $super(evt);\\n \\n // workaround - otherwise other morphs get this event\\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\\n this.removeList();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1211},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1206\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1207}},\"1207\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1208}},\"1208\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1209},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1210},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1209\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1132},\"name\":\"onBlur\"},\"1210\":{},\"1211\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1212},\"user\":\"lauritz\",\"categories\":[]},\"1212\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 21 2011 23:10:03 GMT+0100 (CET)\"},\"1213\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1214},\"source\":\"function setTag(tag) {\\n this.setLabel(tag || '');\\n this.label.setAlign('left');\\n this.owner.setTag(tag);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1215},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1214\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132}},\"1215\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1216},\"user\":\"lauritz\",\"categories\":[]},\"1216\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:36:12 GMT+0100 (CET)\"},\"1217\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1218}],\"scripts\":[],\"id\":\"FBF87B2F-188C-4149-85EF-8856A53344A4\",\"shape\":{\"__isSmartRef__\":true,\"id\":1233},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1237},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1249},\"label\":{\"__isSmartRef__\":true,\"id\":1218},\"name\":\"Button\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1258},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1259}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1295},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1296},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1297},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1298},\"derivationIds\":[7251,\"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1\",\"79FE3D3F-77C4-4B39-8243-D672185B416D\",\"A4D2FEDF-2654-4381-AB43-8F89B9CA2E86\",\"87E42FF6-3862-481D-97D6-643676E15F32\",\"5C5E9A65-DE2C-4125-9F28-C867C6B51A1E\",\"06ED2586-FDEA-4F80-9DD0-D1CBB50B4C6A\",\"2D3BBB99-E64D-4E47-8635-B7AEA4158433\",\"D635C083-879E-4939-84CF-636CF779425B\",\"9953E688-648B-43BD-90E1-D8E4170D5C65\",\"B5AF8C87-A48C-48EF-A658-944946371F5F\",\"8FCB339F-26BE-456A-9FBF-4C0EBE15FDAB\",\"690F8BBC-426F-4810-AAAE-508D21B39A4F\",\"3DC5576A-6D75-46FE-B603-036A55FA4D13\",\"B52A5C88-FA03-41E5-BA6C-5008A196C1D7\",\"D3341522-A7C9-45BD-A8BA-DFB09094AECC\",\"E9FA78BD-8D5B-405C-A720-03D3657B05CF\",\"99CF3B0A-6670-438E-BB2F-EAE2C57342C4\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":1299},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"layout\":{\"__isSmartRef__\":true,\"id\":1300},\"_Rotation\":0,\"_Scale\":0.994014980014994,\"isLockOwner\":false,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1218\":{\"submorphs\":[],\"scripts\":[],\"id\":\"C9C6BBEF-97D8-4771-B865-F28312928273\",\"shape\":{\"__isSmartRef__\":true,\"id\":1219},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1225},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1226},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1227},\"owner\":{\"__isSmartRef__\":true,\"id\":1217},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1228},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1229}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1231},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1232},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED\",\"307A3596-1175-4EA6-AA27-5BA4C9D95AB7\",\"0EF99131-C569-4C2C-B613-E0D8423C1334\",\"BA4EC8D2-AB29-4F9F-B5A0-715A4746A4C4\",\"DBDAA16D-6F25-453D-812F-8DB5E6251020\",\"375E60B7-D311-4DBC-A130-1F9CBA908DDC\",\"0057F96D-6D90-4047-B07D-EAA6D0149470\",\"50486855-A26E-48B5-BD19-6A7775BD23DE\",\"A40A9DDA-945A-44C9-B038-61A84E61F4A5\",\"6B1BBBED-CDC3-4AB1-8022-D904F036092C\",\"BFEFD8A4-7E89-40B1-A2C3-900445F829DC\",\"E6748E61-A4C6-44EC-919F-C109AB6ACED5\",\"1064BCB6-7D32-48C4-A69B-58BDA4D8ED83\",\"AA336938-1952-49B5-9219-28FA3A0CB2CE\",\"CBF02CF8-4248-4F77-AB44-5429B907D893\",\"C901EFF6-BD79-4440-815B-4976C359E913\",\"B707BADF-A10C-4A49-9C36-81A6367E6BF5\"],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"isLockOwner\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1219\":{\"position\":{\"__isSmartRef__\":true,\"id\":1220},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1221},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1222},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1223},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1224},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1220\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1221\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1222\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1223\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1224\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1225\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1226\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1227\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1228\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1229\":{\"style\":{\"__isSmartRef__\":true,\"id\":1230},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1218},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"run\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1230\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1231\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1232\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1218},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1233\":{\"position\":{\"__isSmartRef__\":true,\"id\":1234},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1235},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1236},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1237},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1247},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1248},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1234\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1235\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1236\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1237\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1238},{\"__isSmartRef__\":true,\"id\":1240},{\"__isSmartRef__\":true,\"id\":1242},{\"__isSmartRef__\":true,\"id\":1244}],\"vector\":{\"__isSmartRef__\":true,\"id\":1246},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1238\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1239}},\"1239\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1240\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1241}},\"1241\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1242\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1243}},\"1243\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1244\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1245}},\"1245\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1246\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1247\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1248\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1249\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1250},{\"__isSmartRef__\":true,\"id\":1252},{\"__isSmartRef__\":true,\"id\":1254},{\"__isSmartRef__\":true,\"id\":1256}],\"vector\":{\"__isSmartRef__\":true,\"id\":1246},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1250\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1251}},\"1251\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1252\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1253}},\"1253\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1254\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1255}},\"1255\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1256\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1257}},\"1257\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1258\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1259\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1217},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"runScript\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":1260},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1260\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1261}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1276},\"derivationIds\":[null],\"id\":\"C89B50A0-17E7-4D22-AE1D-5112520DAEE7\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1283},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1284},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":1285},{\"__isSmartRef__\":true,\"id\":1286}],\"con\":{\"__isSmartRef__\":true,\"id\":1259},\"showsMorphMenu\":true,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1287},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1261\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1262},\"derivationIds\":[null],\"id\":\"2A71BE9E-6820-46AF-ACED-3C9BDCC918AF\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1273},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1274},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1275},\"owner\":{\"__isSmartRef__\":true,\"id\":1260},\"_Rotation\":-3.130064002485303,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1262\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1263},{\"__isSmartRef__\":true,\"id\":1264},{\"__isSmartRef__\":true,\"id\":1265},{\"__isSmartRef__\":true,\"id\":1266}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1267},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1268},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1269},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1270},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1271},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1272},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1263\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1264\":{\"isAbsolute\":true,\"x\":-12,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1265\":{\"isAbsolute\":true,\"x\":4,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1266\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1267\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1268\":{\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1269\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1270\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1271\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1272\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1273\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1274\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1261},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1275\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1276\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1277},{\"__isSmartRef__\":true,\"id\":1278}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1279},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1280},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1281},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1282},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1271},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1277\":{\"isAbsolute\":true,\"x\":829.7085000406639,\"y\":9.565843617262885,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1278\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1279\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1280\":{\"x\":-1,\"y\":-1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1281\":{\"x\":831,\"y\":11,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1282\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1283\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1284\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1260},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1285\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1260},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1286\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1260},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":1261},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1287\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":1288}},\"1288\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1289},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString ||\\n 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true,\\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(),\\n visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1294},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1289\":{\"this\":{\"__isSmartRef__\":true,\"id\":1260},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1290}},\"1290\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1291}},\"1291\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1292},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1293},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1292\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1260},\"name\":\"morphMenuItems\"},\"1293\":{},\"1294\":{},\"1295\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1296\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1297\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1217},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1298\":{\"x\":71.99397894387357,\"y\":-13.030105280631261,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1299\":{\"x\":788.7426780861911,\"y\":9.508591852040126,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1300\":{\"centeredHorizontal\":false,\"moveHorizontal\":true},\"1301\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1302}],\"scripts\":[],\"id\":\"0CFC397B-4700-4F06-9B73-DB54235FDE17\",\"shape\":{\"__isSmartRef__\":true,\"id\":1317},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1321},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1333},\"label\":{\"__isSmartRef__\":true,\"id\":1302},\"name\":\"saveButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1342},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1343}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1379},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1380},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1381},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1382},\"derivationIds\":[7251,\"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1\",\"79FE3D3F-77C4-4B39-8243-D672185B416D\",\"A4D2FEDF-2654-4381-AB43-8F89B9CA2E86\",\"D686F0CB-027B-4CA9-8B8D-9306389B219D\",\"F51327CB-803E-4234-BFB3-6F5252D1C936\",\"38269693-613D-49B5-8E0F-E1A576A6262E\",\"50D597DC-839A-41F0-A1D6-D96E934B7197\",\"36255514-C455-465F-90EC-542C55A80380\",\"C218F04A-5E06-46DD-9433-605F99A1D2D3\",\"9E9AB465-AE41-4003-BC0A-318636599A9D\",\"14F962F9-17A5-4580-926C-246AEE8B7D78\",\"B4CBC78A-08E8-4877-B3CC-B3A8FB31AD81\",\"5731F96D-D99A-4659-848E-F2629661BDE9\",\"DF23D997-26B6-4535-A5D7-E92AF9BBC1C7\",\"48259171-FBC6-479A-846F-A1A5F039883A\",\"A857EF7C-4144-42DC-94BD-782686AFE78E\",\"1AF8F25E-8F1B-4403-BA2E-2844C72BE9E2\",\"6F5B9374-C5A2-4BCA-9BCD-850422A5AEA3\"],\"layout\":{\"__isSmartRef__\":true,\"id\":1383},\"_Position\":{\"__isSmartRef__\":true,\"id\":1384},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"_Rotation\":0,\"_Scale\":0.9880657804942089,\"isLockOwner\":false,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1302\":{\"submorphs\":[],\"scripts\":[],\"id\":\"77947C98-1FCA-41AA-820F-C9AA55B32B88\",\"shape\":{\"__isSmartRef__\":true,\"id\":1303},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1309},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1310},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1311},\"owner\":{\"__isSmartRef__\":true,\"id\":1301},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1312},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1313}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1315},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1316},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED\",\"307A3596-1175-4EA6-AA27-5BA4C9D95AB7\",\"0EF99131-C569-4C2C-B613-E0D8423C1334\",\"9AECBFB8-25A5-483F-86AD-D7CF9ABC9A25\",\"918C6CC4-3540-4341-BAFD-B195F7807FEE\",\"7E65E15F-55D6-413F-B6E5-6891B4148E12\",\"6A62E83E-3291-4A9C-AF4F-78266B4724B3\",\"89D6D436-5905-4FFE-BDF9-EF1948ADF49A\",\"902626A1-BAFA-4EB3-A6EE-2E8F5ECD597A\",\"CACFC81B-4374-4470-A6CC-4890C1D48F9D\",\"0E085F0F-D903-49A1-937F-E489EB61CBD3\",\"51D6BADE-45FF-49DE-B223-96617E2C484C\",\"39EAD7C9-6776-45D6-9671-039A99A65278\",\"69BA3D44-C1FC-44EA-A6E3-ECABBBBE9C22\",\"8EB71B92-8A42-4105-81E2-2B6969CD7D2C\",\"8F6CC7C5-594F-4BA3-B674-6AE608B66650\",\"5BB91069-A944-4662-A8BD-80EF64583561\",\"471328DC-F7BE-4861-8758-AEEB2A78FB71\"],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"isLockOwner\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1303\":{\"position\":{\"__isSmartRef__\":true,\"id\":1304},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1305},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1306},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1307},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1308},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1304\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1305\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1306\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1307\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1308\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1309\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1310\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1311\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1312\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1313\":{\"style\":{\"__isSmartRef__\":true,\"id\":1314},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1302},\"storedString\":\"save\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1314\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1315\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1316\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1302},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1317\":{\"position\":{\"__isSmartRef__\":true,\"id\":1318},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1319},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1320},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1321},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1331},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1332},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1318\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1319\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1320\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1321\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1322},{\"__isSmartRef__\":true,\"id\":1324},{\"__isSmartRef__\":true,\"id\":1326},{\"__isSmartRef__\":true,\"id\":1328}],\"vector\":{\"__isSmartRef__\":true,\"id\":1330},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1322\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1323}},\"1323\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1324\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1325}},\"1325\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1326\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1327}},\"1327\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1328\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1329}},\"1329\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1330\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1331\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1332\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1333\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1334},{\"__isSmartRef__\":true,\"id\":1336},{\"__isSmartRef__\":true,\"id\":1338},{\"__isSmartRef__\":true,\"id\":1340}],\"vector\":{\"__isSmartRef__\":true,\"id\":1330},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1334\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1335}},\"1335\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1336\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1337}},\"1337\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1338\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1339}},\"1339\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1340\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1341}},\"1341\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1342\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1343\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1301},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":497},\"targetMethodName\":\"doSave\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":1344},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1344\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1345}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1360},\"derivationIds\":[null],\"id\":\"F46012D5-C8BE-4E52-BF98-D052FDAAE17A\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1367},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1368},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":1369},{\"__isSmartRef__\":true,\"id\":1370}],\"con\":{\"__isSmartRef__\":true,\"id\":1343},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1371},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1345\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1346},\"derivationIds\":[null],\"id\":\"A2A83C78-09B8-473C-829B-198206D7A9E4\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1357},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1358},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1359},\"owner\":{\"__isSmartRef__\":true,\"id\":1344},\"_Rotation\":3.077607197692381,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1346\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1347},{\"__isSmartRef__\":true,\"id\":1348},{\"__isSmartRef__\":true,\"id\":1349},{\"__isSmartRef__\":true,\"id\":1350}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1351},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1352},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1353},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1354},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1355},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1356},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1347\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1348\":{\"isAbsolute\":true,\"x\":-12,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1349\":{\"isAbsolute\":true,\"x\":4,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1350\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1351\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1352\":{\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1353\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1354\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1355\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1356\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1357\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1358\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1345},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1359\":{\"x\":201.20421122525056,\"y\":40.24084224505009,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1360\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1361},{\"__isSmartRef__\":true,\"id\":1362}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1363},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1364},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1365},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1366},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1355},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1361\":{\"isAbsolute\":true,\"x\":679.4857209639925,\"y\":9.595948897894004,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1362\":{\"isAbsolute\":true,\"x\":201.20421122525056,\"y\":40.24084224505009,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1363\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1364\":{\"x\":200,\"y\":9,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1365\":{\"x\":480,\"y\":32,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1366\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1367\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1368\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1344},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1369\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1344},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1370\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1344},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":1345},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1371\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":1372}},\"1372\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1373},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString ||\\n 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true,\\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(),\\n visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1378},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1373\":{\"this\":{\"__isSmartRef__\":true,\"id\":1344},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1374}},\"1374\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1375}},\"1375\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1376},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1377},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1376\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1344},\"name\":\"morphMenuItems\"},\"1377\":{},\"1378\":{},\"1379\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1380\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1381\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1301},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1382\":{\"x\":68.77671624028653,\"y\":-14.497241813457947,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1383\":{\"centeredHorizontal\":false,\"moveHorizontal\":true},\"1384\":{\"x\":675.4189853444968,\"y\":9.53851695196505,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1385\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1386}],\"scripts\":[],\"id\":\"8942490F-995B-4F02-86B7-3F78FC7772CC\",\"shape\":{\"__isSmartRef__\":true,\"id\":1401},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1417},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1405},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1418},\"label\":{\"__isSmartRef__\":true,\"id\":1386},\"name\":\"openTestsButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1427},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1428}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1429},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1430},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1431},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1432},\"derivationIds\":[7251,\"84054D2E-8176-440D-B413-279956A34FC2\",\"3D238587-ED65-4137-9156-BFC9C8736E26\",\"00595EF3-8058-4924-A096-17D5050C2615\",\"B599ACB2-7293-493C-9377-E233B6C369EF\",\"1F49694F-9CDE-43A8-9D7C-1A902C09936E\",\"D6AD170D-CB11-4A9A-9E4B-D5509CF7BD1E\",\"F57418D2-0EB4-4B97-8840-9C7881708C00\",\"36E12BD5-78E6-4A3F-9C59-CB32E637283A\",\"A0A13AD5-D53E-44D7-96AB-157ED26817D8\",\"3A957C0F-9271-4219-BEAE-28B04FDC2698\",\"0BB80933-2798-4D54-B99C-042D58DC1AD9\",\"F6FDD56C-B63D-4E77-8A49-5FEB80929BFB\",\"4595DB28-C6F0-44EF-AEEC-EF472925E20C\",\"7AB3BB10-C6AD-4EC2-AF77-AB58AFBC4BEE\"],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"_Rotation\":0,\"_Scale\":0.9940149800149939,\"isLockOwner\":false,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1386\":{\"submorphs\":[],\"scripts\":[],\"id\":\"8C65C890-1FA8-466E-B307-11A26D3B7407\",\"shape\":{\"__isSmartRef__\":true,\"id\":1387},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1393},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1394},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1395},\"owner\":{\"__isSmartRef__\":true,\"id\":1385},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1396},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1397}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1399},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1400},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2\",\"6B329FE4-42E0-4EEF-8CBC-77DFB257830F\",\"4550D795-1DFE-4823-9933-A0EE3D492900\",\"A60F7395-3B55-4855-ADD5-54363CA481D8\",\"4C5FBFD1-E919-4D22-9C52-80C95B1ADC20\",\"38FE1E9A-73A0-4885-BDA1-1C6A64554B7A\",\"A50FD742-1B5C-4948-B2AF-8E86B3ED6F30\",\"1F364058-76A9-4F99-8443-2BF5D78A9D63\",\"34913C80-F880-4D3F-9B97-93B98D5625CF\",\"1FE33E11-39E7-4119-B52B-805899EE8D47\",\"F6E2FE73-5067-4AD3-976F-BF4413ADDBF9\",\"B40BA45F-F7DD-4287-99D6-321ED625B633\",\"BC69EEC7-4984-446C-94EA-507BFCE56C86\",\"F508FF53-31C6-498F-B069-4418B2655BA0\"],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"isLockOwner\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1387\":{\"position\":{\"__isSmartRef__\":true,\"id\":1388},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1389},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1390},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1391},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1392},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1388\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1389\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1390\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1391\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1392\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1393\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1394\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1395\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1396\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1397\":{\"style\":{\"__isSmartRef__\":true,\"id\":1398},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1386},\"storedString\":\"Tests\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1398\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1399\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1400\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1386},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1401\":{\"position\":{\"__isSmartRef__\":true,\"id\":1402},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1403},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1404},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1405},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1415},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1416},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1402\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1403\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1404\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1405\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1406},{\"__isSmartRef__\":true,\"id\":1408},{\"__isSmartRef__\":true,\"id\":1410},{\"__isSmartRef__\":true,\"id\":1412}],\"vector\":{\"__isSmartRef__\":true,\"id\":1414},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1406\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1407}},\"1407\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1408\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1409}},\"1409\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1410\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1411}},\"1411\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1412\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1413}},\"1413\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1414\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1415\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1416\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1417\":{\"x\":510,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1418\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1419},{\"__isSmartRef__\":true,\"id\":1421},{\"__isSmartRef__\":true,\"id\":1423},{\"__isSmartRef__\":true,\"id\":1425}],\"vector\":{\"__isSmartRef__\":true,\"id\":1414},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1419\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1420}},\"1420\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1421\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1422}},\"1422\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1423\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1424}},\"1424\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1425\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1426}},\"1426\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1427\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1428\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1385},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"openPartTestRunner\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1429\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1430\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1431\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1385},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1432\":{\"x\":65.95178327801523,\"y\":-8.024108360992386,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1433\":{\"submorphs\":[],\"scripts\":[],\"id\":\"A6BD7A38-4119-48E4-A97A-7C016B197EE2\",\"shape\":{\"__isSmartRef__\":true,\"id\":1434},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":false,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1440},\"_MaxTextWidth\":64.8979476392384,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1437},\"showsHalos\":false,\"_FontSize\":9,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorScriptsText3\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1441},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1442}],\"charsReplaced\":\"Scripts\",\"lastFindLoc\":-7,\"priorSelectionRange\":[0,7],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1444},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1445},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1446},\"_WhiteSpaceHandling\":\"pre-wrap\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":64.8979476392384,\"_MinTextHeight\":null,\"_ClipMode\":\"visible\",\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1447},\"eventsAreIgnored\":true,\"isCopyMorphRef\":true,\"morphRefId\":27,\"derivationIds\":[223,\"5E3A69EF-26C1-4D0D-B04C-8C3894017F56\",\"14AB1B91-3ED6-49AE-AA58-47D18B6C569F\",\"991D4A54-1FC4-4BC7-AA82-F814AC52CDE3\",\"DB9B19F7-4390-4CE5-9B1D-62177CB8D605\",\"8F7B2EE9-9538-4044-B75B-6A12F3108B70\",\"4B9F9B4B-C7D3-418D-9AC9-10503A4EBF8E\",\"BBD8C74C-AA36-42AB-BC9B-14102EB539F6\",\"1B71CADF-9C83-490E-87DC-23E0CA2298CE\",\"DCC82F37-4930-439A-B2D2-54E8679BAC76\",\"39B9F5C7-0B53-47A6-A41C-FE197CDBBDDB\",\"E35E39E1-789C-444C-81E6-60F90AD951DD\",\"7C8690CD-9111-49BB-8A2A-3BC7969AE88C\",\"98DBBC76-0182-4A73-9DFB-FA3389CB026B\",\"3F4F1891-B298-4AC4-808B-24CEEA557459\",\"6BE7AD80-1782-467C-B033-54DF1E1F55C0\",\"59849D96-B264-44C4-9ECD-7A12A832DA74\",\"EAAB9569-E0AC-4102-B798-7D0570DF524F\",\"C8CC8285-06DE-4331-8938-988F7B181E5D\",\"F53E2457-3876-4CB0-BAD0-E5EB21D7715E\",\"99DDD6A7-FE39-4A97-91CC-43F66109E234\"],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"_Rotation\":0,\"_Scale\":0.9801888648295339,\"isLockOwner\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1434\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1435},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1436},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1437},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1438},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1439},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1435\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1436\":{\"x\":64.8979476392384,\"y\":14,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1437\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1438\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1439\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1440\":{\"x\":201.0851019455509,\"y\":50.257772129123396,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1441\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1442\":{\"style\":{\"__isSmartRef__\":true,\"id\":1443},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1433},\"storedString\":\"Tags:\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1443\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1444\":{\"x\":64.8979476392384,\"y\":14,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1445\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1446\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1433},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1447\":{\"x\":46.85990195761653,\"y\":-9.163922615350018,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1448\":{\"submorphs\":[],\"scripts\":[],\"id\":\"EDBD3C78-9151-4F20-BBAD-26FD1C11A7CB\",\"shape\":{\"__isSmartRef__\":true,\"id\":1449},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":true,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1456},\"_MaxTextWidth\":383.508118745059,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1452},\"showsHalos\":false,\"_FontSize\":14,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"TagsEntry\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1457},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1460}],\"charsReplaced\":\"\",\"lastFindLoc\":7,\"priorSelectionRange\":[15,15],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1462},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1463},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1464},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":1465},\"_ClipMode\":\"hidden\",\"derivationIds\":[355,\"1EB1674F-8BF2-419B-B054-86129ED70335\",\"5427549B-2650-4E9A-8D4B-F63501AFF44B\",\"8FF4130A-1A54-481A-B321-4F5E7715B84E\",\"4A142418-922F-4CDA-8C5D-B810D42B543B\",\"0F207504-6F3C-4F9F-8D04-F4260BFA6D2D\",\"5406FAB6-2C7C-456F-94F5-2314478F16B1\"],\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":383.508118745059,\"_MinTextHeight\":null,\"previousSelection\":[12,12],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1466},\"_Rotation\":0,\"_Scale\":0.9801888648295339,\"savedTextString\":\"[\\\"test\\\", 'foo']\",\"isInputLine\":true,\"allowInput\":true,\"isLockOwner\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1449\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1450},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1451},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1452},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1453},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1454},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_Fill\":{\"__isSmartRef__\":true,\"id\":1455},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1450\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1451\":{\"x\":391.508118745059,\"y\":24.979788451102458,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1452\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1453\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1454\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1455\":{\"r\":0.921,\"g\":0.921,\"b\":0.921,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1456\":{\"x\":233.33463002960926,\"y\":48.977392988826864,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1457\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"changes\":[{\"__isSmartRef__\":true,\"id\":1458}],\"revisionOnLoad\":141269,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1458\":{\"date\":{\"__isSmartRef__\":true,\"id\":1459},\"author\":\"undefined\",\"message\":\"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.\",\"id\":\"BD5B0E4C-4830-4863-A013-35BB66D5AD6F\"},\"1459\":{\"isSerializedDate\":true,\"string\":\"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)\"},\"1460\":{\"style\":{\"__isSmartRef__\":true,\"id\":1461},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1448},\"storedString\":\"[]\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1461\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1462\":{\"x\":391.508118745059,\"y\":24.979788451102458,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1463\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1464\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1448},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1465\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1466\":{\"x\":322,\"y\":-13.145815705892545,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1467\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1468}],\"scripts\":[],\"id\":\"A16E6558-2CA9-4166-A965-8C6BA6414E06\",\"shape\":{\"__isSmartRef__\":true,\"id\":1483},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1499},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1486},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1500},\"label\":{\"__isSmartRef__\":true,\"id\":1468},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1509},\"name\":\"ObjectEditorMorphSelector\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1510},\"list\":[],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1511},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1512},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1513},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1514},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"textString\":\"\",\"selection\":{\"__isSmartRef__\":true,\"id\":1515},\"_ClipMode\":\"visible\",\"prevScroll\":[0,0],\"listMorph\":null,\"derivationIds\":[221,\"4AC64FBA-95AC-42B2-A078-B6DA97889093\",\"E26ED0E6-C4CE-4C82-94D5-175270E8459E\",\"D292F2FC-C2B6-48AE-B779-8CC5868FFA49\",\"53A862EB-032C-4BF0-9B21-58C7E0C0A9B2\",\"CC4D188B-510F-48DE-A0E1-EC8D2CD63F9F\",\"0CD057F2-3517-4849-A69E-1EF79B05ACE8\",\"FCB5AC20-8EDD-454C-8060-0D8A819EA8CC\",\"44067B9D-617A-44C0-87C2-34049A67D504\",\"459701D2-8B97-438B-94DB-342D6F020607\",\"B0598300-449A-4BFB-B433-D89ED61D3D80\",\"8BA4395D-FDA1-457C-A16B-0AB9E3CF4BA8\",\"02EBE588-3991-41A8-B178-CDA6D074D5C2\",\"FBC9D2ED-711E-4EB2-A4B5-AF7B1D435F75\",\"24CE2774-4686-49F6-8A8A-96703E5CA4D5\",\"492EBB52-B198-4489-BAE6-CDEFD0E1B4E7\",\"3F5CE1C8-CA5B-4417-ABC1-1EA6C99C3BC7\",\"B3E4AC8B-7ED2-4146-B1DD-53390948A999\",\"F0772CE8-8B74-4712-8449-5C46958F679E\",\"4B86ACDF-0F06-4C0B-823C-C3540ECB7CE2\"],\"_Rotation\":0,\"_Scale\":1,\"isLockOwner\":false,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1532},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1468\":{\"submorphs\":[],\"scripts\":[],\"id\":\"60B14D45-B826-4A25-8424-C21D12AEF90D\",\"shape\":{\"__isSmartRef__\":true,\"id\":1469},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":220,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1475},\"textColor\":{\"__isSmartRef__\":true,\"id\":1472},\"owner\":{\"__isSmartRef__\":true,\"id\":1467},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1476}],\"padding\":{\"__isSmartRef__\":true,\"id\":1478},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1478},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1479},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1480}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1481},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1482},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":220,\"_MinTextHeight\":null,\"_Align\":\"left\",\"_FontFamily\":\"Arial\",\"_FontSize\":11,\"derivationIds\":[222,\"30F054A3-7658-405B-8098-B7D87AA8A9ED\",\"556D6E07-45B7-42EC-A486-DE275EF0B034\",\"06B0B080-467A-46CC-8B0D-9C0A9B9A71F1\",\"5E2D96C9-BB9B-4735-8673-A79847435197\",\"B48AA022-2022-4A2A-9090-4D884FB3DFD3\",\"8B2F743A-98C5-45E1-B03C-5019114EAC47\",\"926741C7-A8EC-4D1C-9C34-A7BA992FF28A\",\"6455B12A-6B80-4CE0-B78B-CE8D3837E4B0\",\"7913F91D-152F-45A4-AE83-4EBFE8BF77ED\",\"2EEFDE09-7582-4267-822E-6F87276CB558\",\"1846050C-8AE6-4CF0-8E82-F0094C07DF1C\",\"8081A950-821A-45C1-AB8A-BE1DEA5A079D\",\"E8BD872D-8359-445C-8598-11921C8DF5C0\",\"628A8ABB-D252-44C2-A691-787E10FB688A\",\"FF42C2CF-EE50-49A8-9CB0-1FE0D9750CB4\",\"B188F008-4C66-4D53-9688-2502DC79AFE4\",\"823A140D-ECB8-4601-A9D3-F94BA4B7113B\",\"0D5505BB-F13D-4FD0-A089-452C2FFA1B04\",\"81A1C9E2-A477-4386-A258-CCC63F3B2EE5\"],\"_Scale\":1,\"isLockOwner\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1469\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1470},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1471},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1472},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1473},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1474},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1470\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1471\":{\"x\":220,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1472\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1473\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1474\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__LivelyClassName__\":\"Rectangle\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1475\":{\"x\":2,\"y\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1476\":{\"style\":{\"__isSmartRef__\":true,\"id\":1477},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1468},\"storedString\":\"empty\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1477\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1478\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1479\":{\"x\":220,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1480\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1468},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1467},\"targetMethodName\":\"selection\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1481\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1482\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1468},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1483\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1484},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1485},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1486},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1496},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1497},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1498},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1484\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1485\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1486\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1487},{\"__isSmartRef__\":true,\"id\":1489},{\"__isSmartRef__\":true,\"id\":1491},{\"__isSmartRef__\":true,\"id\":1493}],\"vector\":{\"__isSmartRef__\":true,\"id\":1495},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1487\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1488}},\"1488\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1489\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1490}},\"1490\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1491\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1492}},\"1492\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1493\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1494}},\"1494\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1495\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1496\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1497\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1498\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1499\":{\"x\":241.15654326393195,\"y\":10.051355170231119,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1500\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1501},{\"__isSmartRef__\":true,\"id\":1503},{\"__isSmartRef__\":true,\"id\":1505},{\"__isSmartRef__\":true,\"id\":1507}],\"vector\":{\"__isSmartRef__\":true,\"id\":1495},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1501\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1502}},\"1502\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1503\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1504}},\"1504\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1505\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1506}},\"1506\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1507\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1508}},\"1508\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1509\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1510\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"partName\":\"ChoiceButton\",\"comment\":\"Click on it and you get a list of things to choose from.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1511\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1512\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1467},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1513\":{\"x\":163.49122475735174,\"y\":-15.233000571157135,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1514\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1515\":{\"submorphs\":[],\"scripts\":[],\"id\":181,\"shape\":{\"__isSmartRef__\":true,\"id\":1516},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1522},\"_MaxTextWidth\":580,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1523},\"showsHalos\":false,\"_FontSize\":28,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Title\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1524},\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1525},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1526},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1527}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1529},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1530},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":580,\"_MinTextHeight\":null,\"_Rotation\":0,\"_Scale\":1.002003004005006,\"previousSelection\":[35,35],\"priorSelectionRange\":[23,23],\"charsReplaced\":\"WIP / Proof of Concept\",\"lastFindLoc\":22,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1531},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"isCopyMorphRef\":true,\"morphRefId\":2,\"prevScroll\":[0,0],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1516\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1517},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1518},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1519},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1520},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1521},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1517\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1518\":{\"x\":580,\"y\":43,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1519\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1520\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1521\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1522\":{\"x\":37,\"y\":23,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1523\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1524\":{\"partsSpaceName\":\"PartsBin/Worlds/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"For example a world title.\",\"partName\":\"Title\",\"migrationLevel\":2,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1525\":{\"r\":0,\"g\":0.309,\"b\":0.595,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1526\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1527\":{\"style\":{\"__isSmartRef__\":true,\"id\":1528},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1515},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1528\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1529\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1515},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1530\":{\"x\":580,\"y\":43,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1531\":{\"x\":221,\"y\":-12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1532\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":1533},\"getList\":{\"__isSmartRef__\":true,\"id\":1537},\"removeList\":{\"__isSmartRef__\":true,\"id\":1541},\"reset\":{\"__isSmartRef__\":true,\"id\":1545},\"displayTopLevelMorphs\":{\"__isSmartRef__\":true,\"id\":1549},\"onMouseDown\":{\"__isSmartRef__\":true,\"id\":1553},\"setTargetOfPane\":{\"__isSmartRef__\":true,\"id\":1561},\"setTargetToListSelection\":{\"__isSmartRef__\":true,\"id\":1565},\"onBlur\":{\"__isSmartRef__\":true,\"id\":1569},\"setTarget\":{\"__isSmartRef__\":true,\"id\":1577},\"setTargetOnSelection\":{\"__isSmartRef__\":true,\"id\":1581}},\"1533\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1534},\"source\":\"function createListMorph() {\\n var items = this.getList();\\n \\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\\n\\n var listMorph = new lively.morphic.List(extent);\\n listMorph.setList(items);\\n listMorph.setFontSize(10);\\n\\n listMorph.disableGrabbing();\\n listMorph.disableDragging();\\n\\n connect(listMorph, 'selection', this, 'setTargetToListSelection');\\n \\n return listMorph;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1535},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1534\":{\"this\":{\"__isSmartRef__\":true,\"id\":1467}},\"1535\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1536},\"user\":\"lauritz\",\"tags\":[]},\"1536\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 13 2011 18:55:41 GMT+0100 (CET)\"},\"1537\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1538},\"source\":\"function getList() {\\n var worldEntry = {\\n isListItem: true,\\n selectionString: 'World',\\n string: 'World',\\n value: this.world()\\n };\\n var list = this.world().indentedListItemsOfMorphNames();\\n list.unshift(worldEntry);\\n return list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1539},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1538\":{\"this\":{\"__isSmartRef__\":true,\"id\":1467}},\"1539\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1540},\"user\":\"lauritz\",\"tags\":[]},\"1540\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 21 2011 23:12:23 GMT+0100 (CET)\"},\"1541\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1542},\"source\":\"function removeList() {\\n this.listMorph && this.listMorph.remove();\\n this.listMorph = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1543},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1542\":{\"this\":{\"__isSmartRef__\":true,\"id\":1467}},\"1543\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1544},\"user\":\"lauritz\",\"tags\":[]},\"1544\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:51:07 GMT+0100 (CET)\"},\"1545\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1546},\"source\":\"function reset() {\\n this.list = [];\\n this.setLabel('empty');\\n this.label.setAlign('left');\\n this.removeList();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'});\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1547},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1546\":{\"this\":{\"__isSmartRef__\":true,\"id\":1467}},\"1547\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1548},\"user\":\"lauritz\",\"tags\":[]},\"1548\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:34:06 GMT+0100 (CET)\"},\"1549\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1550},\"source\":\"function displayTopLevelMorphs() {\\n var list = this.createListMorph(); \\n if (this.getList().length === 0) return;\\n this.addMorph(list);\\n this.listMorph = list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1551},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1550\":{\"this\":{\"__isSmartRef__\":true,\"id\":1467}},\"1551\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1552},\"user\":\"lauritz\",\"tags\":[]},\"1552\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 13 2011 18:53:20 GMT+0100 (CET)\"},\"1553\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1554},\"source\":\"function onMouseDown(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n // clicked on morph, not the list, not the list's scrollbar\\n if (evt.target === this.renderContext().shapeNode)\\n this.removeList();\\n } else {\\n this.displayTopLevelMorphs();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1559},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1554\":{\"this\":{\"__isSmartRef__\":true,\"id\":1467},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1555}},\"1555\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1556}},\"1556\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1557},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1558},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1557\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1467},\"name\":\"onMouseDown\"},\"1558\":{},\"1559\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1560},\"user\":\"lauritz\",\"tags\":[]},\"1560\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:30:39 GMT+0100 (CET)\"},\"1561\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1562},\"source\":\"function setTargetOfPane(selection) {\\n this.owner.setTarget(selection);\\n this.label.setAlign('left');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1563},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1562\":{\"this\":{\"__isSmartRef__\":true,\"id\":1467}},\"1563\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1564},\"user\":\"lauritz\",\"tags\":[]},\"1564\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 04:30:42 GMT+0100 (CET)\"},\"1565\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1566},\"source\":\"function setTargetToListSelection() { \\n var selection = this.listMorph.selection;\\n this.removeList();\\n if (!selection) return;\\n if (this.owner.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function (confirmed) {\\n if (confirmed) that.setTargetOfPane(selection);\\n }\\n this.owner.confirmUnsavedChanges(callback);\\n } else {\\n this.setTargetOfPane(selection);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1567},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1566\":{\"this\":{\"__isSmartRef__\":true,\"id\":1467}},\"1567\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1568},\"user\":\"lauritz\",\"tags\":[]},\"1568\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 06:06:48 GMT+0100 (CET)\"},\"1569\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1570},\"source\":\"function onBlur(evt) {\\n $super(evt);\\n \\n // workaround - otherwise other morphs get this event\\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\\n this.removeList();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1575},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1570\":{\"this\":{\"__isSmartRef__\":true,\"id\":1467},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1571}},\"1571\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1572}},\"1572\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1573},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1574},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1573\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1467},\"name\":\"onBlur\"},\"1574\":{},\"1575\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1576},\"user\":\"lauritz\",\"tags\":[]},\"1576\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:30:08 GMT+0100 (CET)\"},\"1577\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1578},\"source\":\"function setTarget(target) {\\n this.label.setTextString(target.getName() || target.toString());\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1579},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1578\":{\"this\":{\"__isSmartRef__\":true,\"id\":1467}},\"1579\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1580},\"user\":\"lauritz\",\"tags\":[]},\"1580\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 04:29:39 GMT+0100 (CET)\"},\"1581\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1582},\"source\":\"function setTargetOnSelection() {\\n if (this.listMorph && this.listMorph.renderContext() && this.listMorph.renderContext().listNode.value) {\\n this.setTargetToListSelection();\\n this.stopStepping();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1583},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1582\":{\"this\":{\"__isSmartRef__\":true,\"id\":1467}},\"1583\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1584},\"user\":\"lauritz\",\"tags\":[]},\"1584\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 06:12:06 GMT+0100 (CET)\"},\"1585\":{\"position\":{\"__isSmartRef__\":true,\"id\":1586},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1587},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1588},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1589},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1590},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1591},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1586\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1587\":{\"x\":909.0285365288845,\"y\":526.612532614436,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1588\":{\"r\":0.372,\"g\":0.369,\"b\":0.372,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1589\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1590\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1591\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1592\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"Edit scripts and connections of a specific morph.\",\"migrationLevel\":4,\"partName\":\"ObjectEditorPane\",\"changes\":[{\"__isSmartRef__\":true,\"id\":1593}],\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1593\":{\"date\":{\"__isSmartRef__\":true,\"id\":1594},\"author\":\"lauritz\",\"message\":\"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items.\"},\"1594\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 21 2011 00:39:30 GMT+0200 (CEST)\"},\"1595\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1596\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1597\":{\"x\":909.0285365288845,\"y\":526.612532614436,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1598\":{\"resizeWidth\":true,\"resizeHeight\":true,\"adjustForNewBounds\":true},\"1599\":{\"x\":350.2386236582805,\"y\":-3.2455173507596555,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1600\":{\"x\":0.971126750461849,\"y\":21.45669012569269,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1601\":{\"displayInitialScript\":{\"__isSmartRef__\":true,\"id\":1602},\"displayJavaScriptSource\":{\"__isSmartRef__\":true,\"id\":1606},\"displaySourceForConnection\":{\"__isSmartRef__\":true,\"id\":1610},\"displaySourceForScript\":{\"__isSmartRef__\":true,\"id\":1614},\"generateSourceForConnection\":{\"__isSmartRef__\":true,\"id\":1618},\"generateSourceForScript\":{\"__isSmartRef__\":true,\"id\":1622},\"generateTargetCode\":{\"__isSmartRef__\":true,\"id\":1626},\"newConnection\":{\"__isSmartRef__\":true,\"id\":1630},\"newScript\":{\"__isSmartRef__\":true,\"id\":1634},\"reset\":{\"__isSmartRef__\":true,\"id\":1638},\"selectChangedContent\":{\"__isSmartRef__\":true,\"id\":1642},\"setTarget\":{\"__isSmartRef__\":true,\"id\":1646},\"sortedConnectionNamesOfObj\":{\"__isSmartRef__\":true,\"id\":1650},\"sortedScriptNamesOfObj\":{\"__isSmartRef__\":true,\"id\":1654},\"updateLists\":{\"__isSmartRef__\":true,\"id\":1658},\"onShutdown\":{\"__isSmartRef__\":true,\"id\":1662},\"confirmUnsavedChanges\":{\"__isSmartRef__\":true,\"id\":1666},\"update\":{\"__isSmartRef__\":true,\"id\":1670},\"ensureAnnotationLayer\":{\"__isSmartRef__\":true,\"id\":1674},\"migrateOldScriptAnnotations\":{\"__isSmartRef__\":true,\"id\":1678},\"copyToPartsBinWithUserRequest\":{\"__isSmartRef__\":true,\"id\":1682},\"printTags\":{\"__isSmartRef__\":true,\"id\":1690},\"setTag\":{\"__isSmartRef__\":true,\"id\":1694},\"runScript\":{\"__isSmartRef__\":true,\"id\":1698},\"openPartTestRunner\":{\"__isSmartRef__\":true,\"id\":1702},\"saveScriptWithSource\":{\"__isSmartRef__\":true,\"id\":1706},\"removeTimeStampComment\":{\"__isSmartRef__\":true,\"id\":1710}},\"1602\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1603},\"source\":\"function displayInitialScript() {\\n if (this.scriptList.getList().size() > 1) {\\n this.scriptList.preselectItem();\\n } else if (this.connectionList.getList().size() > 1) {\\n this.connectionList.preselectItem();\\n } else {\\n this.scriptList.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1604},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1603\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1604\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1605},\"user\":\"lauritz\",\"tags\":[]},\"1605\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:13:43 GMT+0100 (CET)\"},\"1606\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1607},\"source\":\"function displayJavaScriptSource(jsCode, scriptName) {\\n if (this.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function(confirmed) {\\n if (confirmed) that.scriptPane.display(jsCode)\\n };\\n this.confirmUnsavedChanges(callback);\\n } else {\\n this.scriptPane.display(jsCode);\\n if (scriptName) {\\n this.get('TagsEntry').textString = this.printTags(this.target[scriptName]);\\n }\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1608},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1607\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1608\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1609},\"user\":\"fabian\",\"tags\":[]},\"1609\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 22:50:49 GMT+0100 (CET)\"},\"1610\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1611},\"source\":\"function displaySourceForConnection(connection) {\\n var code = \\\"\\\", that = this;\\n if (connection === undefined) return;\\n if (connection === null) {\\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\\\"\\\\n\\\\n\\\");\\n });\\n code = code.substring(0, code.length - \\\"\\\\n\\\\n\\\".length - 1);\\n } else {\\n code = this.generateSourceForConnection(connection);\\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1612},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1611\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1612\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1613},\"user\":\"conradcalmez\",\"tags\":[]},\"1613\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 14:59:30 GMT+0100 (CET)\"},\"1614\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1615},\"source\":\"function displaySourceForScript(scriptName) {\\n var code = \\\"\\\",\\n that = this;\\n if (scriptName === null) {\\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForScript(each)).concat(\\\"\\\\n\\\\n\\\\n\\\");\\n });\\n code = code.substring(0, code.length - \\\"\\\\n\\\\n\\\\n\\\".length - 1);\\n } else {\\n code = this.generateSourceForScript(scriptName); \\n }\\n this.displayJavaScriptSource(code, scriptName);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1616},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1615\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1616\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1617},\"user\":\"fabian\",\"tags\":[]},\"1617\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 22:28:26 GMT+0100 (CET)\"},\"1618\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1619},\"source\":\"function generateSourceForConnection(connection) {\\n var c = connection, targetObject = this.target;\\n\\tif (!c.getTargetObj() || !c.getTargetObj().name || \\n\\t\\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\\n\\n\\tvar optConfig = []\\n\\tif (c.converterString)\\n\\t\\toptConfig.push(\\\"converter: \\\\n\\\\t\\\" + c.converterString)\\n\\tif (c.updaterString)\\n\\t\\toptConfig.push(\\\"updater: \\\\n\\\\t\\\" + c.updaterString)\\n\\treturn Strings.format('connect(%s, \\\"%s\\\", %s, \\\"%s\\\", {%s});', \\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getSourceObj()),\\n\\t\\t\\tc.getSourceAttrName(),\\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getTargetObj()),\\n\\t\\t\\tc.getTargetMethodName(),\\n\\t\\t\\toptConfig.join(','));\\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1620},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1619\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1620\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1621},\"user\":\"lauritz\",\"tags\":[]},\"1621\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)\"},\"1622\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1623},\"source\":\"function generateSourceForScript(scriptName) {\\n var script = this.target[scriptName],\\n annotation = '',\\n scriptSource = script.sourceString ||\\n script.getOriginal().sourceString ||\\n String(script);\\n\\n scriptSource = this.removeTimeStampComment(scriptSource);\\n\\n if (script.timestamp && script.user) \\n annotation = Strings.format('// changed on %s by %s \\\\n', script.timestamp, script.user);\\n \\n // FIXME: fix getOriginal!\\n scriptSource = Strings.format('%s', scriptSource);\\n\\n return annotation + scriptSource;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1624},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"1623\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1624\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1625},\"user\":\"robertkrahn\",\"tags\":[]},\"1625\":{\"isSerializedDate\":true,\"string\":\"Thu Mar 08 2012 19:08:46 GMT+0100 (CET)\"},\"1626\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1627},\"source\":\"function generateTargetCode(baseObject, targetObject) {\\n\\tvar name = targetObject.name;\\n\\tif (baseObject === targetObject) \\n\\t\\treturn \\\"this\\\";\\n\\telse if (baseObject[name] === targetObject) \\n\\t\\treturn \\\"this.\\\" + name;\\n\\telse if (baseObject.testObject === targetObject) \\n\\t\\treturn \\\"this.testObject\\\";\\n\\telse if (baseObject.get(name) === targetObject) \\n\\t\\treturn 'this.get(\\\"' + name + '\\\")';\\n\\telse if (targetObject instanceof Morph) \\n\\t\\treturn '$morph(\\\"' + name + '\\\")';\\n\\telse \\n\\t\\treturn \\\"????\\\";\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1628},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1627\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1628\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1629},\"user\":\"lauritz\",\"tags\":[]},\"1629\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)\"},\"1630\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1631},\"source\":\"function newConnection() {\\n if (this.target) {\\n var code = \\\"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1632},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1631\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1632\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1633},\"user\":\"lauritz\",\"tags\":[]},\"1633\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)\"},\"1634\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1635},\"source\":\"function newScript() {\\n if (this.target) {\\n var code = \\\"function SCRIPTNAME() {\\\\n \\\\n}\\\";\\n this.displayJavaScriptSource(code);\\n this.get('TagsEntry').textString = '[]';\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1636},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1635\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1636\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1637},\"user\":\"fabian\",\"tags\":[]},\"1637\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 22:55:15 GMT+0100 (CET)\"},\"1638\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1639},\"source\":\"function reset() {\\n this.scriptPane = this.get('ObjectEditorScriptPane')\\n this.scriptList = this.get('ObjectEditorScriptList')\\n this.connectionList = this.get('ObjectEditorConnectionList')\\n this.morphSelector = this.get('ObjectEditorMorphSelector')\\n this.get('TagsEntry').textString = '[]';\\n this.target = null;\\n this.scriptPane.reset();\\n this.scriptList.setList();\\n this.scriptList.selection = null;\\n this.connectionList.setList();\\n this.connectionList.selection = null;\\n this.morphSelector.reset();\\n this.tagChooser.reset();\\n this.currentTag = null;\\n this.stopStepping();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1640},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1639\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1640\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1641},\"user\":\"fabian\",\"tags\":[]},\"1641\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 22:37:40 GMT+0100 (CET)\"},\"1642\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1643},\"source\":\"function selectChangedContent(source) {\\n\\n var addScriptRegex = /this\\\\.addScript\\\\s*\\\\(\\\\s*function\\\\s*([^\\\\(]*)/g;\\n var addScriptMatches = [];\\n var addScriptMatch = addScriptRegex.exec(source);\\n while (addScriptMatch) {\\n addScriptMatches.push(addScriptMatch[1]);\\n addScriptMatch = addScriptRegex.exec(source);\\n }\\n \\n // if scripts were added, select either a specific one or all\\n if (addScriptMatches.length > 0) { \\n if (addScriptMatches.length === 1) {\\n return this.scriptList.selectAddedScript(addScriptMatches[0]);\\n }\\n return this.scriptList.selectAt(0);\\n }\\n\\n var connectionRegex = \\n /connect\\\\(\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"\\\\s*,\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"/g;\\n var connectionMatches = [];\\n var connectionMatch = connectionRegex.exec(source);\\n while (connectionMatch) {\\n connectionMatches.push(connectionMatch);\\n connectionMatch = connectionRegex.exec(source);\\n }\\n\\n // if connections were made, select either a specific one or all\\n if (connectionMatches.length > 0) {\\n if (connectionMatches.length === 1) {\\n var match = connectionMatches[0];\\n for (var i=0; i -1) {\n var c = this.connectionList.selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n this.updateLists();\n this.displayInitialScript();\n } \n}","funcProperties":{"__isSmartRef__":true,"id":67871},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"67870":{"this":{"__isSmartRef__":true,"id":67054}},"67871":{},"67872":{"varMapping":{"__isSmartRef__":true,"id":67873},"source":"function updateLists() {\n this.scriptList.setList(this.sortedScriptNamesOfObj(this.target));\n var scriptListItems = this.scriptList.getList();\n scriptListItems.unshift(\"-- ALL --\");\n this.scriptList.setList(scriptListItems);\n\n this.connectionList.setList(this.sortedConnectionNamesOfObj(this.target));\n var connectionListItems = this.connectionList.getList();\n connectionListItems.unshift(\"-- ALL --\");\n this.connectionList.setList(connectionListItems);\n}","funcProperties":{"__isSmartRef__":true,"id":67874},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"67873":{"this":{"__isSmartRef__":true,"id":67054}},"67874":{},"67875":{"varMapping":{"__isSmartRef__":true,"id":67876},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.selectAt(0);\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.selectAt(0);\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":67877},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"67876":{"this":{"__isSmartRef__":true,"id":67054}},"67877":{},"67878":{"varMapping":{"__isSmartRef__":true,"id":67879},"source":"function reset() {\n this.target = null;\n this.scriptPane.doitContext = null;\n this.scriptList.setList();\n this.connectionList.setList();\n this.scriptPane.setTextString(\"\");\n this.morphSelector.reset();\n}","funcProperties":{"__isSmartRef__":true,"id":67880},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"67879":{"this":{"__isSmartRef__":true,"id":67054}},"67880":{},"67881":{"varMapping":{"__isSmartRef__":true,"id":67882},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n var index = this.scriptList.getList().indexOf(addScriptMatches[0]);\n if (index > -1) { \n return this.scriptList.selectAt(index);\n }\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i -1) {\n var c = selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n editor.updateLists();\n editor.displayInitialScript();\n } \n }\n\n var message = 'Disconnect \"' + selection[0] +'\" connection?';\n var callback = disconnectConnection;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":68084},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"68083":{"this":{"__isSmartRef__":true,"id":68029}},"68084":{"timestamp":{"__isSmartRef__":true,"id":68085},"user":"lauritz","categories":[]},"68085":{"isSerializedDate":true,"string":"Fri Nov 11 2011 01:46:54 GMT+0100 (Mitteleuropäische Zeit)"},"68086":{"submorphs":[{"__isSmartRef__":true,"id":68087}],"scripts":[],"id":"292FB768-64C5-445D-A8CC-3F6B5B554BBE","shape":{"__isSmartRef__":true,"id":68103},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":68119},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":68106},"lighterFill":{"__isSmartRef__":true,"id":68120},"label":{"__isSmartRef__":true,"id":68087},"attributeConnections":[{"__isSmartRef__":true,"id":68129}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":68131},"name":"ObjectEditorRemoveScriptButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":68132},"renderContextTable":{"__isSmartRef__":true,"id":68133},"priorExtent":{"__isSmartRef__":true,"id":68134},"owner":{"__isSmartRef__":true,"id":67036},"eventHandler":{"__isSmartRef__":true,"id":68135},"isCopyMorphRef":true,"morphRefId":24,"draggingEnabled":false,"objectEditorPane":{"__isSmartRef__":true,"id":67036},"distanceToDragEvent":{"__isSmartRef__":true,"id":68136},"derivationIds":[217,"FDC10087-12CF-4570-9211-8309CB6A9AA3","E18FC530-4B1F-4F08-8DA6-3866A3519E56","04A2AAC3-6A9E-40BB-9408-EBB2567EE63B","8C1A42CE-840C-4AAE-BD79-C93A445B9EBF","61FC11FA-B87E-4EFE-BD15-564D3178B68B","ED34F9B5-9E00-41B3-8313-D9C3D6B3B231","53BFD03D-D218-488F-AB07-47740A4D619C","4BDF543E-5B60-4A9C-B92A-0CD374DDA207","FD57753F-33FD-4C65-A2D6-27C86C0F540D","E23F1DF0-4558-4649-A79A-0E1D1E5DF302","FE36A65D-E547-4CCB-ACAD-E803D0C7795A","0AD738A2-D4CB-4F01-9193-D561C93E665D","EBBFCB53-DD5F-4575-B7FD-FDEB70077797","37659BBB-D82E-4B3C-A062-2BD2F89574EC","BC31C0B1-E9AC-467F-8567-05133645FF88","8CA7A2C0-2D56-4028-90FA-142119044DF5","53E17DE4-7CA5-43BE-A7D8-B1C64842506A","90FE8129-B1AD-4D43-8CBA-264B2441D3BC","8E72CCFB-1B5C-4B4A-88EF-B97798445330","C705D7A9-8254-4326-B950-DCD856B516D2"],"_Rotation":0,"_Scale":1,"isLockOwner":false,"_ClipMode":"visible","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":68137},"__LivelyClassName__":"lively.morphic.Button"},"68087":{"submorphs":[],"scripts":[],"id":"6C01E102-18FA-4F65-A19A-889120E53F4C","shape":{"__isSmartRef__":true,"id":68088},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":25,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":68094},"textColor":{"__isSmartRef__":true,"id":68091},"owner":{"__isSmartRef__":true,"id":68086},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":68095}],"padding":{"__isSmartRef__":true,"id":68097},"_Padding":{"__isSmartRef__":true,"id":68098},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":68099},"_FontFamily":"Helvetica, Sans-Serif","renderContextTable":{"__isSmartRef__":true,"id":68100},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_Align":"center","eventHandler":{"__isSmartRef__":true,"id":68101},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":25,"_MinTextHeight":null,"draggingEnabled":false,"derivationIds":[218,"852A7BD9-52EE-4708-A2D5-1BDECF33C958","7B4F173E-9726-472A-9B30-530D4AA92AD9","CBA217F6-2832-4213-9ABE-47753C1A4180","E6B97D1D-95D5-4644-9359-1D08D42A51F4","4391A57E-70C2-4628-9828-DD668CCE546E","F0C6C298-3B8B-42B2-B5E9-E5B82F607B01","262ED0F9-A2AF-443B-9319-7D69F0869496","66FFDAD4-4F81-44D2-A8DA-473C32BC124F","7F18F0DD-D79B-440F-B08D-9A74550D6CFA","CC9DC109-0381-47CA-90F3-B292B042A8C9","0AE28989-1EE9-489A-A3F7-FAB737907B08","707F39C2-F668-4485-A6D7-685C2022BF47","CBE59654-8D46-4C71-AAAC-3B310F67F914","85C21C11-AF2B-4462-97E9-0D2F561143E7","82B7849E-AAF2-4684-B5ED-1C710A7805DB","F5710749-2465-4F14-B4A2-F7F6FEFCECAB","D28D1889-5FD1-4C24-A170-844DB84E09B1","E046226D-C0B9-4DA2-8299-7A2FBDC1048B","79663FFA-572A-4762-B213-75E15A272B17","02054249-C97E-43AA-A34C-9019364554A7"],"_Scale":1,"isLockOwner":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":68102},"__LivelyClassName__":"lively.morphic.Text"},"68088":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":68089},"_Extent":{"__isSmartRef__":true,"id":68090},"_BorderColor":{"__isSmartRef__":true,"id":68091},"renderContextTable":{"__isSmartRef__":true,"id":68092},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":68093},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"68089":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68090":{"x":25,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68091":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68092":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"68093":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68094":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68095":{"style":{"__isSmartRef__":true,"id":68096},"morph":{"__isSmartRef__":true,"id":68087},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":68087},"storedString":"-","__LivelyClassName__":"lively.morphic.TextChunk"},"68096":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"68097":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68098":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68099":{"x":25,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68100":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"68101":{"morph":{"__isSmartRef__":true,"id":68087},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"68102":{"requiredModules":[],"idOnLoad":"6C01E102-18FA-4F65-A19A-889120E53F4C","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"68103":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":68104},"_Extent":{"__isSmartRef__":true,"id":68105},"_Fill":{"__isSmartRef__":true,"id":68106},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":68116},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":68117},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":68118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"68104":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68105":{"x":25,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68106":{"stops":[{"__isSmartRef__":true,"id":68107},{"__isSmartRef__":true,"id":68109},{"__isSmartRef__":true,"id":68111},{"__isSmartRef__":true,"id":68113}],"vector":{"__isSmartRef__":true,"id":68115},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"68107":{"offset":0,"color":{"__isSmartRef__":true,"id":68108}},"68108":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68109":{"offset":0.4,"color":{"__isSmartRef__":true,"id":68110}},"68110":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68111":{"offset":0.6,"color":{"__isSmartRef__":true,"id":68112}},"68112":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68113":{"offset":1,"color":{"__isSmartRef__":true,"id":68114}},"68114":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68115":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68116":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68117":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"68118":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68119":{"x":160,"y":40,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68120":{"stops":[{"__isSmartRef__":true,"id":68121},{"__isSmartRef__":true,"id":68123},{"__isSmartRef__":true,"id":68125},{"__isSmartRef__":true,"id":68127}],"vector":{"__isSmartRef__":true,"id":68115},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"68121":{"offset":0,"color":{"__isSmartRef__":true,"id":68122}},"68122":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68123":{"offset":0.4,"color":{"__isSmartRef__":true,"id":68124}},"68124":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68125":{"offset":0.6,"color":{"__isSmartRef__":true,"id":68126}},"68126":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68127":{"offset":1,"color":{"__isSmartRef__":true,"id":68128}},"68128":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68129":{"sourceObj":{"__isSmartRef__":true,"id":68086},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":68086},"targetMethodName":"deleteSelectedScript","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":68130},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"68130":{"source":{"__isSmartRef__":true,"id":68086},"target":{"__isSmartRef__":true,"id":68086}},"68131":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68132":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","idOnLoad":"292FB768-64C5-445D-A8CC-3F6B5B554BBE","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"68133":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"68134":{"x":30,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68135":{"morph":{"__isSmartRef__":true,"id":68086},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"68136":{"x":33.35839679439101,"y":-21.324811622839547,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68137":{"deleteSelectedScript":{"__isSmartRef__":true,"id":68138}},"68138":{"varMapping":{"__isSmartRef__":true,"id":68139},"source":"function deleteSelectedScript() {\n\n var editor = this.objectEditorPane;\n var selection = editor.scriptList.selection;\n\n if (!editor.target || editor.scriptList.getList().size() < 2) \n return; \n\n var deleteScript = function (confirmed) {\n if (!confirmed) return;\n \n if (selection && editor.target) {\n if (!editor.target.hasOwnProperty(selection)) \n return;\n delete editor.target[selection];\n editor.updateLists();\n editor.displayInitialScript();\n }\n }\n\n var message = 'Delete \"' + selection + '\" script?';\n var callback = deleteScript;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":68140},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"68139":{"this":{"__isSmartRef__":true,"id":68086}},"68140":{"timestamp":{"__isSmartRef__":true,"id":68141},"user":"lauritz"},"68141":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:12:21 GMT+0100 (Mitteleuropäische Zeit)"},"68142":{"submorphs":[],"scripts":[],"id":"FAC1A659-DA9A-41DD-B036-059878E51346","shape":{"__isSmartRef__":true,"id":68143},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":false,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":68149},"_MaxTextWidth":64.8979476392384,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":68146},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"ObjectEditorScriptsText1","partsBinMetaInfo":{"__isSmartRef__":true,"id":68150},"textChunks":[{"__isSmartRef__":true,"id":68151}],"charsReplaced":"Scripts","lastFindLoc":-7,"priorSelectionRange":[0,7],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":68153},"renderContextTable":{"__isSmartRef__":true,"id":68154},"eventHandler":{"__isSmartRef__":true,"id":68155},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64.8979476392384,"_MinTextHeight":null,"_ClipMode":"visible","draggingEnabled":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":68156},"eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":67036},"isCopyMorphRef":true,"morphRefId":27,"derivationIds":[223,"5E3A69EF-26C1-4D0D-B04C-8C3894017F56","14AB1B91-3ED6-49AE-AA58-47D18B6C569F","991D4A54-1FC4-4BC7-AA82-F814AC52CDE3","DB9B19F7-4390-4CE5-9B1D-62177CB8D605","8F7B2EE9-9538-4044-B75B-6A12F3108B70","4B9F9B4B-C7D3-418D-9AC9-10503A4EBF8E","BBD8C74C-AA36-42AB-BC9B-14102EB539F6","1B71CADF-9C83-490E-87DC-23E0CA2298CE","DCC82F37-4930-439A-B2D2-54E8679BAC76","39B9F5C7-0B53-47A6-A41C-FE197CDBBDDB","E35E39E1-789C-444C-81E6-60F90AD951DD","7C8690CD-9111-49BB-8A2A-3BC7969AE88C","98DBBC76-0182-4A73-9DFB-FA3389CB026B","1B308401-A12A-4B66-9627-7731918E07F0","8B0640D8-6622-460D-BB7E-7556171D63FF","FA43EB14-89D6-44CE-B38A-6D164EA9A51B","1E9691EC-B753-429A-AFEB-B5CF88418FA5","6A64CCE3-240A-42FE-A1BF-7921BE4E502A","820AF339-D4F0-4ACD-9334-2D96576D03B6","3E251BAD-210D-417B-9A37-12BD0289C31B"],"_Rotation":0,"_Scale":1,"isLockOwner":false,"__LivelyClassName__":"lively.morphic.Text"},"68143":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":68144},"_Extent":{"__isSmartRef__":true,"id":68145},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":68146},"renderContextTable":{"__isSmartRef__":true,"id":68147},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":68148},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"68144":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68145":{"x":64.8979476392384,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68146":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68147":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"68148":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68149":{"x":198.16434648623274,"y":12.911539589748486,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68150":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"FAC1A659-DA9A-41DD-B036-059878E51346","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"68151":{"style":{"__isSmartRef__":true,"id":68152},"chunkOwner":{"__isSmartRef__":true,"id":68142},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Target:","__LivelyClassName__":"lively.morphic.TextChunk"},"68152":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"68153":{"x":64.8979476392384,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68154":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"68155":{"morph":{"__isSmartRef__":true,"id":68142},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"68156":{"x":41.065989525935834,"y":-10.506047005169194,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68157":{"submorphs":[],"scripts":[],"id":"F69E2FF5-2219-4137-ABB8-417A5514A03E","shape":{"__isSmartRef__":true,"id":68158},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":false,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":68164},"_MaxTextWidth":64.8979476392384,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":68161},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"ObjectEditorScriptsText2","partsBinMetaInfo":{"__isSmartRef__":true,"id":68165},"textChunks":[{"__isSmartRef__":true,"id":68166}],"charsReplaced":"Scripts","lastFindLoc":-7,"priorSelectionRange":[0,7],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":68168},"renderContextTable":{"__isSmartRef__":true,"id":68169},"eventHandler":{"__isSmartRef__":true,"id":68170},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64.8979476392384,"_MinTextHeight":null,"_ClipMode":"visible","draggingEnabled":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":68171},"eventsAreIgnored":true,"isCopyMorphRef":true,"morphRefId":27,"owner":{"__isSmartRef__":true,"id":67036},"derivationIds":[224,"35EF8FE5-067D-45B6-AF21-77040F11D340","80DC09DD-22D4-4089-B5C3-857B32C9BE9B","EF080074-E6B9-47F3-A87F-26313B40C430","F6977801-C1A7-445C-9BF1-8A1019E202FB","8C9157AE-0343-4CFB-8186-1D5E05D2ECBE","DD3C23F8-6463-4EAE-959B-C486E27D9BDA","F16D4843-E33A-4847-9119-8ADCB2391A2B","93B78FFC-839A-43E2-9E12-DD5E2CDB87FE","93028C86-6A06-4479-BAD4-777E4A51AD4B","4B45454C-7880-4716-ACD4-111FECED492F","B2B84578-EF39-41BB-A9E6-5173BC3490E0","1897E74F-CAE7-4090-AB48-373C2965336D","DF3A0515-9057-45E2-90B7-03C12AFDC2E8","F76A15DB-FB4E-4C48-B625-F793D308DAB8","F160CD4B-1535-41E2-A8CA-C81B8E9C58AE","453065F3-0770-4C4F-800E-63C1178FCDD6","42573583-DA5E-4ADF-810B-4D97C0A9289C","5B9E7444-3499-46FC-B481-ED13EB951905","ED647793-7D2B-434E-881D-21C3CD96FCED","D72918F3-51B3-48F9-BC34-B908862DE053"],"_Rotation":0,"_Scale":1,"isLockOwner":false,"__LivelyClassName__":"lively.morphic.Text"},"68158":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":68159},"_Extent":{"__isSmartRef__":true,"id":68160},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":68161},"renderContextTable":{"__isSmartRef__":true,"id":68162},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":68163},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"68159":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68160":{"x":64.8979476392384,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68161":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68162":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"68163":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68164":{"x":10,"y":12.911539589749026,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68165":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"F69E2FF5-2219-4137-ABB8-417A5514A03E","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"68166":{"style":{"__isSmartRef__":true,"id":68167},"chunkOwner":{"__isSmartRef__":true,"id":68157},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Tag:","__LivelyClassName__":"lively.morphic.TextChunk"},"68167":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"68168":{"x":64.8979476392384,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68169":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"68170":{"morph":{"__isSmartRef__":true,"id":68157},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"68171":{"x":45.76052154281416,"y":-27.783027415339603,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68172":{"submorphs":[{"__isSmartRef__":true,"id":68173}],"scripts":[],"id":"29B12646-14E6-468B-866A-FE4D2F34F47B","shape":{"__isSmartRef__":true,"id":68189},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":68205},"value":true,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":68206},"lighterFill":{"__isSmartRef__":true,"id":68192},"label":{"__isSmartRef__":true,"id":68173},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":68215},"name":"ObjectEditorTagChooser","partsBinMetaInfo":{"__isSmartRef__":true,"id":68216},"listMorph":null,"list":[],"renderContextTable":{"__isSmartRef__":true,"id":68217},"eventHandler":{"__isSmartRef__":true,"id":68218},"distanceToDragEvent":{"__isSmartRef__":true,"id":68219},"priorExtent":{"__isSmartRef__":true,"id":68220},"textString":"PartsBinBrowser","selection":"","_ClipMode":"visible","prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":67036},"setTargetToListSelection":"all","savedTextString":"all","derivationIds":[225,"7F83847B-D0B1-4A31-8601-43424B97C858","E08FC110-71D7-4FFD-B4A8-08F8147B95BA","5534107D-C5C9-48DD-A1ED-B87E9D9B672C","0B89FA7A-768C-4062-98AE-C455E8DAFF19","799320C6-CFBA-40E7-B03D-64BFE9B78248","9B650AA3-271B-4E72-B230-51C6F64B7462","C62244AF-014B-43A4-8892-D3F1B0BADB42","FE35AB4B-9471-4685-87A8-E33284F9ACC6","0611BF6C-67D9-4AAD-BF6E-DB244C631D74","C89C89E4-7445-450C-AB89-0A9D0F8E93F9","AFEFB4CB-63DD-4210-BBBE-E7B6C58D84FE","E887093C-823E-4C7A-A87F-BA13610C8EAF","C30A7B5C-F11E-45DF-BA45-B031C82CBC3A","20979771-EA41-4553-A23B-C90899AD8592","E359462D-A125-494F-9E62-BAE5A1F01526","4CDA8346-C7EC-4ECE-B6B7-52065F2A7C2F","B0ECD2A8-A0E4-46EB-AC56-0FF3163F369F","B7FC5F94-B421-47C6-8A12-9F663EA2E811","DDA4A513-255A-494E-B422-5A2981AD086B","DAA21FFE-85D0-412F-8335-C60C47922E6C"],"_Rotation":0,"_Scale":1,"isLockOwner":false,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":68221},"__LivelyClassName__":"lively.morphic.Button"},"68173":{"submorphs":[],"scripts":[],"id":"542CDA8B-A2D0-4706-823A-0DDA3B34C821","shape":{"__isSmartRef__":true,"id":68174},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":130,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":68180},"textColor":{"__isSmartRef__":true,"id":68177},"owner":{"__isSmartRef__":true,"id":68172},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":68181}],"padding":{"__isSmartRef__":true,"id":68183},"_Padding":{"__isSmartRef__":true,"id":68183},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":68184},"attributeConnections":[{"__isSmartRef__":true,"id":68185}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"renderContextTable":{"__isSmartRef__":true,"id":68186},"eventHandler":{"__isSmartRef__":true,"id":68187},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":130,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":11,"derivationIds":[226,"03DBF3F8-8EA2-4426-BA64-C4297DDAB015","B8F87302-BEC3-48CD-9BBA-6C7DBB6287E1","4AA6AE51-338B-4E3E-814B-9F99C693A2D5","08F6CE56-AD91-4C27-9429-C3DEA313696C","D39C963C-FD24-4498-A6D8-71E5102CE58A","132C2A9E-3466-4051-AAEA-6E485A91F408","147717FC-7714-4F03-BA39-ADED4F708C82","9A8D6D09-A3E4-4F4B-A6E1-EFAA3109C35B","792FB978-5EBB-4618-AC82-741796315B3D","CDDAC758-31F6-40C0-9763-AC0073576977","9869230C-E118-4201-A754-378D03B5A9B2","7C3D3C19-04C9-4327-BBAE-D022C3D01C5B","0856D6A4-1230-44A7-A922-E5E79C9D33FB","A905B43A-EE7F-4CA8-AEE3-1415231E0B25","43379C86-64C4-41B3-B69D-8635FB2C17F8","E218893B-7063-451B-A03E-4A8FC3E53072","2C846D69-5E86-4EBA-9603-3E923A65795F","215D8435-31CD-45B9-91A7-AA0EF4B82BB9","A9138822-D1C1-4186-B7B9-B20A379DA28D","91A07B59-DA99-4A15-BF27-E2789D7B859A"],"_Scale":1,"isLockOwner":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":68188},"__LivelyClassName__":"lively.morphic.Text"},"68174":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":68175},"_Extent":{"__isSmartRef__":true,"id":68176},"_BorderColor":{"__isSmartRef__":true,"id":68177},"renderContextTable":{"__isSmartRef__":true,"id":68178},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":68179},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"68175":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68176":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68177":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68178":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"68179":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68180":{"x":2,"y":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68181":{"style":{"__isSmartRef__":true,"id":68182},"chunkOwner":{"__isSmartRef__":true,"id":68173},"storedString":"all","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"68182":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"68183":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68184":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68185":{"sourceObj":{"__isSmartRef__":true,"id":68173},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":68172},"targetMethodName":"selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"68186":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"68187":{"morph":{"__isSmartRef__":true,"id":68173},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"68188":{"requiredModules":[],"idOnLoad":"542CDA8B-A2D0-4706-823A-0DDA3B34C821","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"68189":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":68190},"_Extent":{"__isSmartRef__":true,"id":68191},"_Fill":{"__isSmartRef__":true,"id":68192},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":68202},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":68203},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":68204},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"68190":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68191":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68192":{"stops":[{"__isSmartRef__":true,"id":68193},{"__isSmartRef__":true,"id":68195},{"__isSmartRef__":true,"id":68197},{"__isSmartRef__":true,"id":68199}],"vector":{"__isSmartRef__":true,"id":68201},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"68193":{"offset":0,"color":{"__isSmartRef__":true,"id":68194}},"68194":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68195":{"offset":0.4,"color":{"__isSmartRef__":true,"id":68196}},"68196":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68197":{"offset":0.6,"color":{"__isSmartRef__":true,"id":68198}},"68198":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68199":{"offset":1,"color":{"__isSmartRef__":true,"id":68200}},"68200":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68201":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68202":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68203":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"68204":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68205":{"x":39.12381412396891,"y":10.000000000000057,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68206":{"stops":[{"__isSmartRef__":true,"id":68207},{"__isSmartRef__":true,"id":68209},{"__isSmartRef__":true,"id":68211},{"__isSmartRef__":true,"id":68213}],"vector":{"__isSmartRef__":true,"id":68201},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"68207":{"offset":0,"color":{"__isSmartRef__":true,"id":68208}},"68208":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68209":{"offset":0.4,"color":{"__isSmartRef__":true,"id":68210}},"68210":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68211":{"offset":0.6,"color":{"__isSmartRef__":true,"id":68212}},"68212":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68213":{"offset":1,"color":{"__isSmartRef__":true,"id":68214}},"68214":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68215":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68216":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","idOnLoad":"29B12646-14E6-468B-866A-FE4D2F34F47B","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"68217":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"68218":{"morph":{"__isSmartRef__":true,"id":68172},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"68219":{"x":85.7442776093583,"y":-11.582832083333244,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68220":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68221":{"createListMorph":{"__isSmartRef__":true,"id":68222},"getList":{"__isSmartRef__":true,"id":68226},"removeList":{"__isSmartRef__":true,"id":68230},"reset":{"__isSmartRef__":true,"id":68234},"onMouseUp":{"__isSmartRef__":true,"id":68238},"onBlur":{"__isSmartRef__":true,"id":68246},"setTag":{"__isSmartRef__":true,"id":68254}},"68222":{"varMapping":{"__isSmartRef__":true,"id":68223},"source":"function createListMorph() {\n var items = this.getList();\n\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\n\n var listMorph = new lively.morphic.List(extent);\n listMorph.setList(items);\n listMorph.setFontSize(10);\n\n listMorph.disableGrabbing();\n listMorph.disableDragging();\n \n connect(listMorph, 'selection', this, 'setTag');\n \n return listMorph;\n}","funcProperties":{"__isSmartRef__":true,"id":68224},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"68223":{"this":{"__isSmartRef__":true,"id":68172}},"68224":{"timestamp":{"__isSmartRef__":true,"id":68225},"user":"lauritz","categories":[]},"68225":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:35:59 GMT+0100 (Mitteleuropäische Zeit)"},"68226":{"varMapping":{"__isSmartRef__":true,"id":68227},"source":"function getList() {\n if (!this.owner.target) return [''];\n\n var target = this.owner.target;\n\n var tags = Functions.own(target).collect(function (each) {\n return target[each].tags || [];\n }).flatten().uniq();\n\n var sortedTags = tags.sortBy(function(name) { \n return name.toLowerCase() \n });\n \n sortedTags.unshift('all'); \n return sortedTags;\n}","funcProperties":{"__isSmartRef__":true,"id":68228},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"68227":{"this":{"__isSmartRef__":true,"id":68172}},"68228":{"timestamp":{"__isSmartRef__":true,"id":68229},"user":"lauritz","tags":[]},"68229":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:25 GMT+0100 (Mitteleuropäische Zeit)"},"68230":{"varMapping":{"__isSmartRef__":true,"id":68231},"source":"function removeList() {\n this.listMorph && this.listMorph.remove()\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":68232},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"68231":{"this":{"__isSmartRef__":true,"id":68172}},"68232":{"timestamp":{"__isSmartRef__":true,"id":68233},"user":"lauritz","categories":[]},"68233":{"isSerializedDate":true,"string":"Thu Nov 17 2011 19:06:51 GMT+0100 (Mitteleuropäische Zeit)"},"68234":{"varMapping":{"__isSmartRef__":true,"id":68235},"source":"function reset() {\n this.list = [];\n this.setLabel('all');\n this.label.setAlign('left');\n this.removeList();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\n}","funcProperties":{"__isSmartRef__":true,"id":68236},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"68235":{"this":{"__isSmartRef__":true,"id":68172}},"68236":{"timestamp":{"__isSmartRef__":true,"id":68237},"user":"lauritz","tags":[]},"68237":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:53 GMT+0100 (Mitteleuropäische Zeit)"},"68238":{"varMapping":{"__isSmartRef__":true,"id":68239},"source":"function onMouseUp(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n this.removeList();\n return true;\n } \n if (this.getList().size() < 2) return;\n var list = this.createListMorph();\n this.addMorph(list);\n this.listMorph = list;\n return true;\n}","funcProperties":{"__isSmartRef__":true,"id":68244},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"68239":{"this":{"__isSmartRef__":true,"id":68172},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":68240}},"68240":{"$super":{"__isSmartRef__":true,"id":68241}},"68241":{"varMapping":{"__isSmartRef__":true,"id":68242},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":68243},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"68242":{"obj":{"__isSmartRef__":true,"id":68172},"name":"onMouseUp"},"68243":{},"68244":{"timestamp":{"__isSmartRef__":true,"id":68245},"user":"lauritz","categories":[]},"68245":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:59:16 GMT+0100 (Mitteleuropäische Zeit)"},"68246":{"varMapping":{"__isSmartRef__":true,"id":68247},"source":"function onBlur(evt) {\n $super(evt);\n \n // workaround - otherwise other morphs get this event\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\n this.removeList();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":68252},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"68247":{"this":{"__isSmartRef__":true,"id":68172},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":68248}},"68248":{"$super":{"__isSmartRef__":true,"id":68249}},"68249":{"varMapping":{"__isSmartRef__":true,"id":68250},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":68251},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"68250":{"obj":{"__isSmartRef__":true,"id":68172},"name":"onBlur"},"68251":{},"68252":{"timestamp":{"__isSmartRef__":true,"id":68253},"user":"lauritz","categories":[]},"68253":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:10:03 GMT+0100 (Mitteleuropäische Zeit)"},"68254":{"varMapping":{"__isSmartRef__":true,"id":68255},"source":"function setTag(tag) {\n this.setLabel(tag || '');\n this.label.setAlign('left');\n this.owner.setTag(tag);\n}","funcProperties":{"__isSmartRef__":true,"id":68256},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"68255":{"this":{"__isSmartRef__":true,"id":68172}},"68256":{"timestamp":{"__isSmartRef__":true,"id":68257},"user":"lauritz","categories":[]},"68257":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:36:12 GMT+0100 (Mitteleuropäische Zeit)"},"68258":{"submorphs":[{"__isSmartRef__":true,"id":68259}],"scripts":[],"id":"91C9F167-8857-4DC9-86BE-005902645C4F","shape":{"__isSmartRef__":true,"id":68275},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":68279},"lighterFill":{"__isSmartRef__":true,"id":68291},"label":{"__isSmartRef__":true,"id":68259},"name":"Button","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":68300},"attributeConnections":[{"__isSmartRef__":true,"id":68301}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":68337},"renderContextTable":{"__isSmartRef__":true,"id":68338},"eventHandler":{"__isSmartRef__":true,"id":68339},"distanceToDragEvent":{"__isSmartRef__":true,"id":68340},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","87E42FF6-3862-481D-97D6-643676E15F32","5C5E9A65-DE2C-4125-9F28-C867C6B51A1E","06ED2586-FDEA-4F80-9DD0-D1CBB50B4C6A","2D3BBB99-E64D-4E47-8635-B7AEA4158433","D635C083-879E-4939-84CF-636CF779425B","9953E688-648B-43BD-90E1-D8E4170D5C65","B5AF8C87-A48C-48EF-A658-944946371F5F","8FCB339F-26BE-456A-9FBF-4C0EBE15FDAB","690F8BBC-426F-4810-AAAE-508D21B39A4F","3DC5576A-6D75-46FE-B603-036A55FA4D13","B52A5C88-FA03-41E5-BA6C-5008A196C1D7","D3341522-A7C9-45BD-A8BA-DFB09094AECC","E9FA78BD-8D5B-405C-A720-03D3657B05CF","99CF3B0A-6670-438E-BB2F-EAE2C57342C4","FBF87B2F-188C-4149-85EF-8856A53344A4"],"_Position":{"__isSmartRef__":true,"id":68341},"owner":{"__isSmartRef__":true,"id":67036},"layout":{"__isSmartRef__":true,"id":68342},"_Rotation":0,"_Scale":0.994014980014994,"isLockOwner":false,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Button"},"68259":{"submorphs":[],"scripts":[],"id":"6770986A-0CF9-4F25-BF58-E2E0DBE2920B","shape":{"__isSmartRef__":true,"id":68260},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":68266},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":68267},"_Padding":{"__isSmartRef__":true,"id":68268},"owner":{"__isSmartRef__":true,"id":68258},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":68269},"textChunks":[{"__isSmartRef__":true,"id":68270}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":68272},"eventHandler":{"__isSmartRef__":true,"id":68273},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","BA4EC8D2-AB29-4F9F-B5A0-715A4746A4C4","DBDAA16D-6F25-453D-812F-8DB5E6251020","375E60B7-D311-4DBC-A130-1F9CBA908DDC","0057F96D-6D90-4047-B07D-EAA6D0149470","50486855-A26E-48B5-BD19-6A7775BD23DE","A40A9DDA-945A-44C9-B038-61A84E61F4A5","6B1BBBED-CDC3-4AB1-8022-D904F036092C","BFEFD8A4-7E89-40B1-A2C3-900445F829DC","E6748E61-A4C6-44EC-919F-C109AB6ACED5","1064BCB6-7D32-48C4-A69B-58BDA4D8ED83","AA336938-1952-49B5-9219-28FA3A0CB2CE","CBF02CF8-4248-4F77-AB44-5429B907D893","C901EFF6-BD79-4440-815B-4976C359E913","B707BADF-A10C-4A49-9C36-81A6367E6BF5","C9C6BBEF-97D8-4771-B865-F28312928273"],"_MinTextWidth":101,"_MinTextHeight":null,"isLockOwner":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":68274},"__LivelyClassName__":"lively.morphic.Text"},"68260":{"position":{"__isSmartRef__":true,"id":68261},"_Extent":{"__isSmartRef__":true,"id":68262},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":68263},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":68264},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":68265},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"68261":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68262":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68263":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68264":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"68265":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68266":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68267":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68268":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68269":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68270":{"style":{"__isSmartRef__":true,"id":68271},"chunkOwner":{"__isSmartRef__":true,"id":68259},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"run","__LivelyClassName__":"lively.morphic.TextChunk"},"68271":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"68272":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"68273":{"morph":{"__isSmartRef__":true,"id":68259},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"68274":{"requiredModules":[],"idOnLoad":"6770986A-0CF9-4F25-BF58-E2E0DBE2920B","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"68275":{"position":{"__isSmartRef__":true,"id":68276},"_Extent":{"__isSmartRef__":true,"id":68277},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":68278},"_Fill":{"__isSmartRef__":true,"id":68279},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":68289},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":68290},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"68276":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68277":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68278":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68279":{"stops":[{"__isSmartRef__":true,"id":68280},{"__isSmartRef__":true,"id":68282},{"__isSmartRef__":true,"id":68284},{"__isSmartRef__":true,"id":68286}],"vector":{"__isSmartRef__":true,"id":68288},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"68280":{"offset":0,"color":{"__isSmartRef__":true,"id":68281}},"68281":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68282":{"offset":0.4,"color":{"__isSmartRef__":true,"id":68283}},"68283":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68284":{"offset":0.6,"color":{"__isSmartRef__":true,"id":68285}},"68285":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68286":{"offset":1,"color":{"__isSmartRef__":true,"id":68287}},"68287":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68288":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68289":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"68290":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68291":{"stops":[{"__isSmartRef__":true,"id":68292},{"__isSmartRef__":true,"id":68294},{"__isSmartRef__":true,"id":68296},{"__isSmartRef__":true,"id":68298}],"vector":{"__isSmartRef__":true,"id":68288},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"68292":{"offset":0,"color":{"__isSmartRef__":true,"id":68293}},"68293":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68294":{"offset":0.4,"color":{"__isSmartRef__":true,"id":68295}},"68295":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68296":{"offset":0.6,"color":{"__isSmartRef__":true,"id":68297}},"68297":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68298":{"offset":1,"color":{"__isSmartRef__":true,"id":68299}},"68299":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68300":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"91C9F167-8857-4DC9-86BE-005902645C4F","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"68301":{"sourceObj":{"__isSmartRef__":true,"id":68258},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":67036},"targetMethodName":"runScript","visualConnector":{"__isSmartRef__":true,"id":68302},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"68302":{"submorphs":[{"__isSmartRef__":true,"id":68303}],"scripts":[],"shape":{"__isSmartRef__":true,"id":68318},"derivationIds":[null],"id":"C89B50A0-17E7-4D22-AE1D-5112520DAEE7","renderContextTable":{"__isSmartRef__":true,"id":68325},"eventHandler":{"__isSmartRef__":true,"id":68326},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":68327},{"__isSmartRef__":true,"id":68328}],"con":{"__isSmartRef__":true,"id":68301},"showsMorphMenu":true,"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":68329},"__LivelyClassName__":"lively.morphic.Path"},"68303":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":68304},"derivationIds":[null],"id":"2A71BE9E-6820-46AF-ACED-3C9BDCC918AF","renderContextTable":{"__isSmartRef__":true,"id":68315},"eventHandler":{"__isSmartRef__":true,"id":68316},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":68317},"owner":{"__isSmartRef__":true,"id":68302},"_Rotation":-3.130064002485303,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"68304":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":68305},{"__isSmartRef__":true,"id":68306},{"__isSmartRef__":true,"id":68307},{"__isSmartRef__":true,"id":68308}],"renderContextTable":{"__isSmartRef__":true,"id":68309},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":68310},"_Extent":{"__isSmartRef__":true,"id":68311},"_Padding":{"__isSmartRef__":true,"id":68312},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":68313},"_Fill":{"__isSmartRef__":true,"id":68314},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"68305":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"68306":{"isAbsolute":true,"x":-12,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"68307":{"isAbsolute":true,"x":4,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"68308":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"68309":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"68310":{"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68311":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68312":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68313":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68314":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68315":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"68316":{"morph":{"__isSmartRef__":true,"id":68303},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"68317":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68318":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":68319},{"__isSmartRef__":true,"id":68320}],"renderContextTable":{"__isSmartRef__":true,"id":68321},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":68322},"_Extent":{"__isSmartRef__":true,"id":68323},"_Padding":{"__isSmartRef__":true,"id":68324},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":68313},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"68319":{"isAbsolute":true,"x":829.7085000406639,"y":9.565843617262885,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"68320":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"68321":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"68322":{"x":-1,"y":-1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68323":{"x":831,"y":11,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68324":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68325":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"68326":{"morph":{"__isSmartRef__":true,"id":68302},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"68327":{"morph":{"__isSmartRef__":true,"id":68302},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"68328":{"morph":{"__isSmartRef__":true,"id":68302},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":68303},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"68329":{"morphMenuItems":{"__isSmartRef__":true,"id":68330}},"68330":{"varMapping":{"__isSmartRef__":true,"id":68331},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":68336},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"68331":{"this":{"__isSmartRef__":true,"id":68302},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":68332}},"68332":{"$super":{"__isSmartRef__":true,"id":68333}},"68333":{"varMapping":{"__isSmartRef__":true,"id":68334},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":68335},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"68334":{"obj":{"__isSmartRef__":true,"id":68302},"name":"morphMenuItems"},"68335":{},"68336":{},"68337":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68338":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"68339":{"morph":{"__isSmartRef__":true,"id":68258},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"68340":{"x":71.99397894387357,"y":-13.030105280631261,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68341":{"x":788.7426780861911,"y":9.508591852040126,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68342":{"centeredHorizontal":false,"moveHorizontal":true},"68343":{"submorphs":[{"__isSmartRef__":true,"id":68344}],"scripts":[],"id":"90151CC1-AA97-4F64-AEFA-D3F3B4E8A285","shape":{"__isSmartRef__":true,"id":68360},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":68364},"lighterFill":{"__isSmartRef__":true,"id":68376},"label":{"__isSmartRef__":true,"id":68344},"name":"saveButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":68385},"attributeConnections":[{"__isSmartRef__":true,"id":68386}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":68422},"renderContextTable":{"__isSmartRef__":true,"id":68423},"eventHandler":{"__isSmartRef__":true,"id":68424},"distanceToDragEvent":{"__isSmartRef__":true,"id":68425},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","D686F0CB-027B-4CA9-8B8D-9306389B219D","F51327CB-803E-4234-BFB3-6F5252D1C936","38269693-613D-49B5-8E0F-E1A576A6262E","50D597DC-839A-41F0-A1D6-D96E934B7197","36255514-C455-465F-90EC-542C55A80380","C218F04A-5E06-46DD-9433-605F99A1D2D3","9E9AB465-AE41-4003-BC0A-318636599A9D","14F962F9-17A5-4580-926C-246AEE8B7D78","B4CBC78A-08E8-4877-B3CC-B3A8FB31AD81","5731F96D-D99A-4659-848E-F2629661BDE9","DF23D997-26B6-4535-A5D7-E92AF9BBC1C7","48259171-FBC6-479A-846F-A1A5F039883A","A857EF7C-4144-42DC-94BD-782686AFE78E","1AF8F25E-8F1B-4403-BA2E-2844C72BE9E2","6F5B9374-C5A2-4BCA-9BCD-850422A5AEA3","0CFC397B-4700-4F06-9B73-DB54235FDE17"],"layout":{"__isSmartRef__":true,"id":68426},"_Position":{"__isSmartRef__":true,"id":68427},"owner":{"__isSmartRef__":true,"id":67036},"_Rotation":0,"_Scale":0.9880657804942089,"isLockOwner":false,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Button"},"68344":{"submorphs":[],"scripts":[],"id":"4842C332-CB2E-4059-9EBE-F4F1A5DCF0DE","shape":{"__isSmartRef__":true,"id":68345},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":68351},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":68352},"_Padding":{"__isSmartRef__":true,"id":68353},"owner":{"__isSmartRef__":true,"id":68343},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":68354},"textChunks":[{"__isSmartRef__":true,"id":68355}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":68357},"eventHandler":{"__isSmartRef__":true,"id":68358},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","9AECBFB8-25A5-483F-86AD-D7CF9ABC9A25","918C6CC4-3540-4341-BAFD-B195F7807FEE","7E65E15F-55D6-413F-B6E5-6891B4148E12","6A62E83E-3291-4A9C-AF4F-78266B4724B3","89D6D436-5905-4FFE-BDF9-EF1948ADF49A","902626A1-BAFA-4EB3-A6EE-2E8F5ECD597A","CACFC81B-4374-4470-A6CC-4890C1D48F9D","0E085F0F-D903-49A1-937F-E489EB61CBD3","51D6BADE-45FF-49DE-B223-96617E2C484C","39EAD7C9-6776-45D6-9671-039A99A65278","69BA3D44-C1FC-44EA-A6E3-ECABBBBE9C22","8EB71B92-8A42-4105-81E2-2B6969CD7D2C","8F6CC7C5-594F-4BA3-B674-6AE608B66650","5BB91069-A944-4662-A8BD-80EF64583561","471328DC-F7BE-4861-8758-AEEB2A78FB71","77947C98-1FCA-41AA-820F-C9AA55B32B88"],"_MinTextWidth":101,"_MinTextHeight":null,"isLockOwner":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":68359},"__LivelyClassName__":"lively.morphic.Text"},"68345":{"position":{"__isSmartRef__":true,"id":68346},"_Extent":{"__isSmartRef__":true,"id":68347},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":68348},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":68349},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":68350},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"68346":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68347":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68348":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68349":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"68350":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68351":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68352":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68353":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68354":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68355":{"style":{"__isSmartRef__":true,"id":68356},"chunkOwner":{"__isSmartRef__":true,"id":68344},"storedString":"save","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"68356":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"68357":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"68358":{"morph":{"__isSmartRef__":true,"id":68344},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"68359":{"requiredModules":[],"idOnLoad":"4842C332-CB2E-4059-9EBE-F4F1A5DCF0DE","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"68360":{"position":{"__isSmartRef__":true,"id":68361},"_Extent":{"__isSmartRef__":true,"id":68362},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":68363},"_Fill":{"__isSmartRef__":true,"id":68364},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":68374},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":68375},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"68361":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68362":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68363":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68364":{"stops":[{"__isSmartRef__":true,"id":68365},{"__isSmartRef__":true,"id":68367},{"__isSmartRef__":true,"id":68369},{"__isSmartRef__":true,"id":68371}],"vector":{"__isSmartRef__":true,"id":68373},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"68365":{"offset":0,"color":{"__isSmartRef__":true,"id":68366}},"68366":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68367":{"offset":0.4,"color":{"__isSmartRef__":true,"id":68368}},"68368":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68369":{"offset":0.6,"color":{"__isSmartRef__":true,"id":68370}},"68370":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68371":{"offset":1,"color":{"__isSmartRef__":true,"id":68372}},"68372":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68373":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68374":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"68375":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68376":{"stops":[{"__isSmartRef__":true,"id":68377},{"__isSmartRef__":true,"id":68379},{"__isSmartRef__":true,"id":68381},{"__isSmartRef__":true,"id":68383}],"vector":{"__isSmartRef__":true,"id":68373},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"68377":{"offset":0,"color":{"__isSmartRef__":true,"id":68378}},"68378":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68379":{"offset":0.4,"color":{"__isSmartRef__":true,"id":68380}},"68380":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68381":{"offset":0.6,"color":{"__isSmartRef__":true,"id":68382}},"68382":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68383":{"offset":1,"color":{"__isSmartRef__":true,"id":68384}},"68384":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68385":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"90151CC1-AA97-4F64-AEFA-D3F3B4E8A285","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"68386":{"sourceObj":{"__isSmartRef__":true,"id":68343},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":67532},"targetMethodName":"doSave","visualConnector":{"__isSmartRef__":true,"id":68387},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"68387":{"submorphs":[{"__isSmartRef__":true,"id":68388}],"scripts":[],"shape":{"__isSmartRef__":true,"id":68403},"derivationIds":[null],"id":"F46012D5-C8BE-4E52-BF98-D052FDAAE17A","renderContextTable":{"__isSmartRef__":true,"id":68410},"eventHandler":{"__isSmartRef__":true,"id":68411},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":68412},{"__isSmartRef__":true,"id":68413}],"con":{"__isSmartRef__":true,"id":68386},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":68414},"__LivelyClassName__":"lively.morphic.Path"},"68388":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":68389},"derivationIds":[null],"id":"A2A83C78-09B8-473C-829B-198206D7A9E4","renderContextTable":{"__isSmartRef__":true,"id":68400},"eventHandler":{"__isSmartRef__":true,"id":68401},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":68402},"owner":{"__isSmartRef__":true,"id":68387},"_Rotation":3.077607197692381,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"68389":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":68390},{"__isSmartRef__":true,"id":68391},{"__isSmartRef__":true,"id":68392},{"__isSmartRef__":true,"id":68393}],"renderContextTable":{"__isSmartRef__":true,"id":68394},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":68395},"_Extent":{"__isSmartRef__":true,"id":68396},"_Padding":{"__isSmartRef__":true,"id":68397},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":68398},"_Fill":{"__isSmartRef__":true,"id":68399},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"68390":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"68391":{"isAbsolute":true,"x":-12,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"68392":{"isAbsolute":true,"x":4,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"68393":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"68394":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"68395":{"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68396":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68397":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68398":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68399":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68400":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"68401":{"morph":{"__isSmartRef__":true,"id":68388},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"68402":{"x":201.20421122525056,"y":40.24084224505009,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68403":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":68404},{"__isSmartRef__":true,"id":68405}],"renderContextTable":{"__isSmartRef__":true,"id":68406},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":68407},"_Extent":{"__isSmartRef__":true,"id":68408},"_Padding":{"__isSmartRef__":true,"id":68409},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":68398},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"68404":{"isAbsolute":true,"x":679.4857209639925,"y":9.595948897894004,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"68405":{"isAbsolute":true,"x":201.20421122525056,"y":40.24084224505009,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"68406":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"68407":{"x":200,"y":9,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68408":{"x":480,"y":32,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68409":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68410":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"68411":{"morph":{"__isSmartRef__":true,"id":68387},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"68412":{"morph":{"__isSmartRef__":true,"id":68387},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"68413":{"morph":{"__isSmartRef__":true,"id":68387},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":68388},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"68414":{"morphMenuItems":{"__isSmartRef__":true,"id":68415}},"68415":{"varMapping":{"__isSmartRef__":true,"id":68416},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":68421},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"68416":{"this":{"__isSmartRef__":true,"id":68387},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":68417}},"68417":{"$super":{"__isSmartRef__":true,"id":68418}},"68418":{"varMapping":{"__isSmartRef__":true,"id":68419},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":68420},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"68419":{"obj":{"__isSmartRef__":true,"id":68387},"name":"morphMenuItems"},"68420":{},"68421":{},"68422":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68423":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"68424":{"morph":{"__isSmartRef__":true,"id":68343},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"68425":{"x":68.77671624028653,"y":-14.497241813457947,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68426":{"centeredHorizontal":false,"moveHorizontal":true},"68427":{"x":675.4189853444968,"y":9.53851695196505,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68428":{"submorphs":[{"__isSmartRef__":true,"id":68429}],"scripts":[],"id":"882C9881-4F49-4ADD-9D44-EECFC2BD1806","shape":{"__isSmartRef__":true,"id":68445},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":68461},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":68449},"lighterFill":{"__isSmartRef__":true,"id":68462},"label":{"__isSmartRef__":true,"id":68429},"name":"openTestsButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":68471},"attributeConnections":[{"__isSmartRef__":true,"id":68472}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":68473},"renderContextTable":{"__isSmartRef__":true,"id":68474},"eventHandler":{"__isSmartRef__":true,"id":68475},"distanceToDragEvent":{"__isSmartRef__":true,"id":68476},"derivationIds":[7251,"84054D2E-8176-440D-B413-279956A34FC2","3D238587-ED65-4137-9156-BFC9C8736E26","00595EF3-8058-4924-A096-17D5050C2615","B599ACB2-7293-493C-9377-E233B6C369EF","1F49694F-9CDE-43A8-9D7C-1A902C09936E","D6AD170D-CB11-4A9A-9E4B-D5509CF7BD1E","F57418D2-0EB4-4B97-8840-9C7881708C00","36E12BD5-78E6-4A3F-9C59-CB32E637283A","A0A13AD5-D53E-44D7-96AB-157ED26817D8","3A957C0F-9271-4219-BEAE-28B04FDC2698","0BB80933-2798-4D54-B99C-042D58DC1AD9","F6FDD56C-B63D-4E77-8A49-5FEB80929BFB","4595DB28-C6F0-44EF-AEEC-EF472925E20C","7AB3BB10-C6AD-4EC2-AF77-AB58AFBC4BEE","8942490F-995B-4F02-86B7-3F78FC7772CC"],"owner":{"__isSmartRef__":true,"id":67036},"_Rotation":0,"_Scale":0.9940149800149939,"isLockOwner":false,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Button"},"68429":{"submorphs":[],"scripts":[],"id":"D3401151-E20B-4C93-8537-93EE12A21DEC","shape":{"__isSmartRef__":true,"id":68430},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":68436},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":68437},"_Padding":{"__isSmartRef__":true,"id":68438},"owner":{"__isSmartRef__":true,"id":68428},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":68439},"textChunks":[{"__isSmartRef__":true,"id":68440}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":68442},"eventHandler":{"__isSmartRef__":true,"id":68443},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2","6B329FE4-42E0-4EEF-8CBC-77DFB257830F","4550D795-1DFE-4823-9933-A0EE3D492900","A60F7395-3B55-4855-ADD5-54363CA481D8","4C5FBFD1-E919-4D22-9C52-80C95B1ADC20","38FE1E9A-73A0-4885-BDA1-1C6A64554B7A","A50FD742-1B5C-4948-B2AF-8E86B3ED6F30","1F364058-76A9-4F99-8443-2BF5D78A9D63","34913C80-F880-4D3F-9B97-93B98D5625CF","1FE33E11-39E7-4119-B52B-805899EE8D47","F6E2FE73-5067-4AD3-976F-BF4413ADDBF9","B40BA45F-F7DD-4287-99D6-321ED625B633","BC69EEC7-4984-446C-94EA-507BFCE56C86","F508FF53-31C6-498F-B069-4418B2655BA0","8C65C890-1FA8-466E-B307-11A26D3B7407"],"_MinTextWidth":101,"_MinTextHeight":null,"isLockOwner":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":68444},"__LivelyClassName__":"lively.morphic.Text"},"68430":{"position":{"__isSmartRef__":true,"id":68431},"_Extent":{"__isSmartRef__":true,"id":68432},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":68433},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":68434},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":68435},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"68431":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68432":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68433":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68434":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"68435":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68436":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68437":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68438":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68439":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68440":{"style":{"__isSmartRef__":true,"id":68441},"chunkOwner":{"__isSmartRef__":true,"id":68429},"storedString":"Tests","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"68441":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"68442":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"68443":{"morph":{"__isSmartRef__":true,"id":68429},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"68444":{"requiredModules":[],"idOnLoad":"D3401151-E20B-4C93-8537-93EE12A21DEC","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"68445":{"position":{"__isSmartRef__":true,"id":68446},"_Extent":{"__isSmartRef__":true,"id":68447},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":68448},"_Fill":{"__isSmartRef__":true,"id":68449},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":68459},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":68460},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"68446":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68447":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68448":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68449":{"stops":[{"__isSmartRef__":true,"id":68450},{"__isSmartRef__":true,"id":68452},{"__isSmartRef__":true,"id":68454},{"__isSmartRef__":true,"id":68456}],"vector":{"__isSmartRef__":true,"id":68458},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"68450":{"offset":0,"color":{"__isSmartRef__":true,"id":68451}},"68451":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68452":{"offset":0.4,"color":{"__isSmartRef__":true,"id":68453}},"68453":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68454":{"offset":0.6,"color":{"__isSmartRef__":true,"id":68455}},"68455":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68456":{"offset":1,"color":{"__isSmartRef__":true,"id":68457}},"68457":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68458":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68459":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"68460":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68461":{"x":510,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68462":{"stops":[{"__isSmartRef__":true,"id":68463},{"__isSmartRef__":true,"id":68465},{"__isSmartRef__":true,"id":68467},{"__isSmartRef__":true,"id":68469}],"vector":{"__isSmartRef__":true,"id":68458},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"68463":{"offset":0,"color":{"__isSmartRef__":true,"id":68464}},"68464":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68465":{"offset":0.4,"color":{"__isSmartRef__":true,"id":68466}},"68466":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68467":{"offset":0.6,"color":{"__isSmartRef__":true,"id":68468}},"68468":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68469":{"offset":1,"color":{"__isSmartRef__":true,"id":68470}},"68470":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68471":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"882C9881-4F49-4ADD-9D44-EECFC2BD1806","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"68472":{"sourceObj":{"__isSmartRef__":true,"id":68428},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":67036},"targetMethodName":"openPartTestRunner","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"68473":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68474":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"68475":{"morph":{"__isSmartRef__":true,"id":68428},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"68476":{"x":65.95178327801523,"y":-8.024108360992386,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68477":{"submorphs":[],"scripts":[],"id":"14D47D40-432B-40B2-A9B5-C8D6D563340B","shape":{"__isSmartRef__":true,"id":68478},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":false,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":68484},"_MaxTextWidth":64.8979476392384,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":68481},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"ObjectEditorScriptsText3","partsBinMetaInfo":{"__isSmartRef__":true,"id":68485},"textChunks":[{"__isSmartRef__":true,"id":68486}],"charsReplaced":"Scripts","lastFindLoc":-7,"priorSelectionRange":[0,7],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":68488},"renderContextTable":{"__isSmartRef__":true,"id":68489},"eventHandler":{"__isSmartRef__":true,"id":68490},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64.8979476392384,"_MinTextHeight":null,"_ClipMode":"visible","draggingEnabled":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":68491},"eventsAreIgnored":true,"isCopyMorphRef":true,"morphRefId":27,"derivationIds":[223,"5E3A69EF-26C1-4D0D-B04C-8C3894017F56","14AB1B91-3ED6-49AE-AA58-47D18B6C569F","991D4A54-1FC4-4BC7-AA82-F814AC52CDE3","DB9B19F7-4390-4CE5-9B1D-62177CB8D605","8F7B2EE9-9538-4044-B75B-6A12F3108B70","4B9F9B4B-C7D3-418D-9AC9-10503A4EBF8E","BBD8C74C-AA36-42AB-BC9B-14102EB539F6","1B71CADF-9C83-490E-87DC-23E0CA2298CE","DCC82F37-4930-439A-B2D2-54E8679BAC76","39B9F5C7-0B53-47A6-A41C-FE197CDBBDDB","E35E39E1-789C-444C-81E6-60F90AD951DD","7C8690CD-9111-49BB-8A2A-3BC7969AE88C","98DBBC76-0182-4A73-9DFB-FA3389CB026B","3F4F1891-B298-4AC4-808B-24CEEA557459","6BE7AD80-1782-467C-B033-54DF1E1F55C0","59849D96-B264-44C4-9ECD-7A12A832DA74","EAAB9569-E0AC-4102-B798-7D0570DF524F","C8CC8285-06DE-4331-8938-988F7B181E5D","F53E2457-3876-4CB0-BAD0-E5EB21D7715E","99DDD6A7-FE39-4A97-91CC-43F66109E234","A6BD7A38-4119-48E4-A97A-7C016B197EE2"],"owner":{"__isSmartRef__":true,"id":67036},"_Rotation":0,"_Scale":0.9801888648295339,"isLockOwner":false,"__LivelyClassName__":"lively.morphic.Text"},"68478":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":68479},"_Extent":{"__isSmartRef__":true,"id":68480},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":68481},"renderContextTable":{"__isSmartRef__":true,"id":68482},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":68483},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"68479":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68480":{"x":64.8979476392384,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68481":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68482":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"68483":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68484":{"x":201.0851019455509,"y":50.257772129123396,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68485":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"14D47D40-432B-40B2-A9B5-C8D6D563340B","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"68486":{"style":{"__isSmartRef__":true,"id":68487},"chunkOwner":{"__isSmartRef__":true,"id":68477},"storedString":"Tags:","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"68487":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"68488":{"x":64.8979476392384,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68489":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"68490":{"morph":{"__isSmartRef__":true,"id":68477},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"68491":{"x":46.85990195761653,"y":-9.163922615350018,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68492":{"submorphs":[],"scripts":[],"id":"868D2CC7-9401-4272-A874-6ACA3CF0C381","shape":{"__isSmartRef__":true,"id":68493},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":68500},"_MaxTextWidth":383.508118745059,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":68496},"showsHalos":false,"_FontSize":14,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"TagsEntry","partsBinMetaInfo":{"__isSmartRef__":true,"id":68501},"textChunks":[{"__isSmartRef__":true,"id":68504}],"charsReplaced":"","lastFindLoc":7,"priorSelectionRange":[15,15],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":68506},"renderContextTable":{"__isSmartRef__":true,"id":68507},"eventHandler":{"__isSmartRef__":true,"id":68508},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":68509},"_ClipMode":"hidden","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","5427549B-2650-4E9A-8D4B-F63501AFF44B","8FF4130A-1A54-481A-B321-4F5E7715B84E","4A142418-922F-4CDA-8C5D-B810D42B543B","0F207504-6F3C-4F9F-8D04-F4260BFA6D2D","5406FAB6-2C7C-456F-94F5-2314478F16B1","EDBD3C78-9151-4F20-BBAD-26FD1C11A7CB"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":383.508118745059,"_MinTextHeight":null,"previousSelection":[12,12],"owner":{"__isSmartRef__":true,"id":67036},"distanceToDragEvent":{"__isSmartRef__":true,"id":68510},"_Rotation":0,"_Scale":0.9801888648295339,"savedTextString":"[\"test\", 'foo']","isInputLine":true,"allowInput":true,"isLockOwner":false,"__LivelyClassName__":"lively.morphic.Text"},"68493":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":68494},"_Extent":{"__isSmartRef__":true,"id":68495},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":68496},"renderContextTable":{"__isSmartRef__":true,"id":68497},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":68498},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_Fill":{"__isSmartRef__":true,"id":68499},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"68494":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68495":{"x":391.508118745059,"y":24.979788451102458,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68496":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68497":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"68498":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68499":{"r":0.921,"g":0.921,"b":0.921,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"68500":{"x":233.33463002960926,"y":48.977392988826864,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68501":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":68502}],"revisionOnLoad":141269,"idOnLoad":"868D2CC7-9401-4272-A874-6ACA3CF0C381","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"68502":{"date":{"__isSmartRef__":true,"id":68503},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"68503":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"68504":{"style":{"__isSmartRef__":true,"id":68505},"chunkOwner":{"__isSmartRef__":true,"id":68492},"storedString":"[]","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"68505":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"68506":{"x":391.508118745059,"y":24.979788451102458,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68507":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"68508":{"morph":{"__isSmartRef__":true,"id":68492},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"68509":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68510":{"x":322,"y":-13.145815705892545,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68511":{"submorphs":[{"__isSmartRef__":true,"id":68512}],"scripts":[],"id":"A5E51BD8-5EEA-46A4-8A70-082DD810EB25","shape":{"__isSmartRef__":true,"id":68528},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":68544},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":68531},"lighterFill":{"__isSmartRef__":true,"id":68545},"label":{"__isSmartRef__":true,"id":68512},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":68554},"name":"ObjectEditorMorphSelector","partsBinMetaInfo":{"__isSmartRef__":true,"id":68555},"list":[],"renderContextTable":{"__isSmartRef__":true,"id":68556},"eventHandler":{"__isSmartRef__":true,"id":68557},"distanceToDragEvent":{"__isSmartRef__":true,"id":68558},"priorExtent":{"__isSmartRef__":true,"id":68559},"owner":{"__isSmartRef__":true,"id":67036},"textString":"","selection":{"__isSmartRef__":true,"id":68560},"_ClipMode":"visible","prevScroll":[0,0],"listMorph":null,"derivationIds":[221,"4AC64FBA-95AC-42B2-A078-B6DA97889093","E26ED0E6-C4CE-4C82-94D5-175270E8459E","D292F2FC-C2B6-48AE-B779-8CC5868FFA49","53A862EB-032C-4BF0-9B21-58C7E0C0A9B2","CC4D188B-510F-48DE-A0E1-EC8D2CD63F9F","0CD057F2-3517-4849-A69E-1EF79B05ACE8","FCB5AC20-8EDD-454C-8060-0D8A819EA8CC","44067B9D-617A-44C0-87C2-34049A67D504","459701D2-8B97-438B-94DB-342D6F020607","B0598300-449A-4BFB-B433-D89ED61D3D80","8BA4395D-FDA1-457C-A16B-0AB9E3CF4BA8","02EBE588-3991-41A8-B178-CDA6D074D5C2","FBC9D2ED-711E-4EB2-A4B5-AF7B1D435F75","24CE2774-4686-49F6-8A8A-96703E5CA4D5","492EBB52-B198-4489-BAE6-CDEFD0E1B4E7","3F5CE1C8-CA5B-4417-ABC1-1EA6C99C3BC7","B3E4AC8B-7ED2-4146-B1DD-53390948A999","F0772CE8-8B74-4712-8449-5C46958F679E","4B86ACDF-0F06-4C0B-823C-C3540ECB7CE2","A16E6558-2CA9-4166-A965-8C6BA6414E06"],"_Rotation":0,"_Scale":1,"isLockOwner":false,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":68577},"__LivelyClassName__":"lively.morphic.Button"},"68512":{"submorphs":[],"scripts":[],"id":"F7D01AEB-8C47-432A-B69C-E34E54248E13","shape":{"__isSmartRef__":true,"id":68513},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":220,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":68519},"textColor":{"__isSmartRef__":true,"id":68516},"owner":{"__isSmartRef__":true,"id":68511},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":68520}],"padding":{"__isSmartRef__":true,"id":68522},"_Padding":{"__isSmartRef__":true,"id":68522},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":68523},"attributeConnections":[{"__isSmartRef__":true,"id":68524}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"renderContextTable":{"__isSmartRef__":true,"id":68525},"eventHandler":{"__isSmartRef__":true,"id":68526},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":220,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":11,"derivationIds":[222,"30F054A3-7658-405B-8098-B7D87AA8A9ED","556D6E07-45B7-42EC-A486-DE275EF0B034","06B0B080-467A-46CC-8B0D-9C0A9B9A71F1","5E2D96C9-BB9B-4735-8673-A79847435197","B48AA022-2022-4A2A-9090-4D884FB3DFD3","8B2F743A-98C5-45E1-B03C-5019114EAC47","926741C7-A8EC-4D1C-9C34-A7BA992FF28A","6455B12A-6B80-4CE0-B78B-CE8D3837E4B0","7913F91D-152F-45A4-AE83-4EBFE8BF77ED","2EEFDE09-7582-4267-822E-6F87276CB558","1846050C-8AE6-4CF0-8E82-F0094C07DF1C","8081A950-821A-45C1-AB8A-BE1DEA5A079D","E8BD872D-8359-445C-8598-11921C8DF5C0","628A8ABB-D252-44C2-A691-787E10FB688A","FF42C2CF-EE50-49A8-9CB0-1FE0D9750CB4","B188F008-4C66-4D53-9688-2502DC79AFE4","823A140D-ECB8-4601-A9D3-F94BA4B7113B","0D5505BB-F13D-4FD0-A089-452C2FFA1B04","81A1C9E2-A477-4386-A258-CCC63F3B2EE5","60B14D45-B826-4A25-8424-C21D12AEF90D"],"_Scale":1,"isLockOwner":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":68527},"__LivelyClassName__":"lively.morphic.Text"},"68513":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":68514},"_Extent":{"__isSmartRef__":true,"id":68515},"_BorderColor":{"__isSmartRef__":true,"id":68516},"renderContextTable":{"__isSmartRef__":true,"id":68517},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":68518},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"68514":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68515":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68516":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68517":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"68518":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68519":{"x":2,"y":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68520":{"style":{"__isSmartRef__":true,"id":68521},"chunkOwner":{"__isSmartRef__":true,"id":68512},"storedString":"empty","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"68521":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"68522":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68523":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68524":{"sourceObj":{"__isSmartRef__":true,"id":68512},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":68511},"targetMethodName":"selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"68525":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"68526":{"morph":{"__isSmartRef__":true,"id":68512},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"68527":{"requiredModules":[],"idOnLoad":"F7D01AEB-8C47-432A-B69C-E34E54248E13","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"68528":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":68529},"_Extent":{"__isSmartRef__":true,"id":68530},"_Fill":{"__isSmartRef__":true,"id":68531},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":68541},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":68542},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":68543},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"68529":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68530":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68531":{"stops":[{"__isSmartRef__":true,"id":68532},{"__isSmartRef__":true,"id":68534},{"__isSmartRef__":true,"id":68536},{"__isSmartRef__":true,"id":68538}],"vector":{"__isSmartRef__":true,"id":68540},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"68532":{"offset":0,"color":{"__isSmartRef__":true,"id":68533}},"68533":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68534":{"offset":0.4,"color":{"__isSmartRef__":true,"id":68535}},"68535":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68536":{"offset":0.6,"color":{"__isSmartRef__":true,"id":68537}},"68537":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68538":{"offset":1,"color":{"__isSmartRef__":true,"id":68539}},"68539":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68540":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68541":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68542":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"68543":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68544":{"x":241.15654326393195,"y":10.051355170231119,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68545":{"stops":[{"__isSmartRef__":true,"id":68546},{"__isSmartRef__":true,"id":68548},{"__isSmartRef__":true,"id":68550},{"__isSmartRef__":true,"id":68552}],"vector":{"__isSmartRef__":true,"id":68540},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"68546":{"offset":0,"color":{"__isSmartRef__":true,"id":68547}},"68547":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68548":{"offset":0.4,"color":{"__isSmartRef__":true,"id":68549}},"68549":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68550":{"offset":0.6,"color":{"__isSmartRef__":true,"id":68551}},"68551":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68552":{"offset":1,"color":{"__isSmartRef__":true,"id":68553}},"68553":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68554":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68555":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","idOnLoad":"A5E51BD8-5EEA-46A4-8A70-082DD810EB25","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"68556":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"68557":{"morph":{"__isSmartRef__":true,"id":68511},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"68558":{"x":163.49122475735174,"y":-15.233000571157135,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68559":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68560":{"submorphs":[],"scripts":[],"id":181,"shape":{"__isSmartRef__":true,"id":68561},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":68567},"_MaxTextWidth":580,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":68568},"showsHalos":false,"_FontSize":28,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Title","partsBinMetaInfo":{"__isSmartRef__":true,"id":68569},"_TextColor":{"__isSmartRef__":true,"id":68570},"renderContextTable":{"__isSmartRef__":true,"id":68571},"textChunks":[{"__isSmartRef__":true,"id":68572}],"eventHandler":{"__isSmartRef__":true,"id":68574},"priorExtent":{"__isSmartRef__":true,"id":68575},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":580,"_MinTextHeight":null,"_Rotation":0,"_Scale":1.002003004005006,"previousSelection":[35,35],"priorSelectionRange":[23,23],"charsReplaced":"WIP / Proof of Concept","lastFindLoc":22,"distanceToDragEvent":{"__isSmartRef__":true,"id":68576},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","isCopyMorphRef":true,"morphRefId":2,"prevScroll":[0,0],"__LivelyClassName__":"lively.morphic.Text"},"68561":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":68562},"_Extent":{"__isSmartRef__":true,"id":68563},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":68564},"renderContextTable":{"__isSmartRef__":true,"id":68565},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":68566},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"68562":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68563":{"x":580,"y":43,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68564":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68565":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"68566":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68567":{"x":37,"y":23,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68568":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68569":{"partsSpaceName":"PartsBin/Worlds/","__SourceModuleName__":"Global.lively.PartsBin","comment":"For example a world title.","partName":"Title","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"68570":{"r":0,"g":0.309,"b":0.595,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68571":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"68572":{"style":{"__isSmartRef__":true,"id":68573},"chunkOwner":{"__isSmartRef__":true,"id":68560},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"68573":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"68574":{"morph":{"__isSmartRef__":true,"id":68560},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"68575":{"x":580,"y":43,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68576":{"x":221,"y":-12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68577":{"createListMorph":{"__isSmartRef__":true,"id":68578},"getList":{"__isSmartRef__":true,"id":68582},"removeList":{"__isSmartRef__":true,"id":68586},"reset":{"__isSmartRef__":true,"id":68590},"displayTopLevelMorphs":{"__isSmartRef__":true,"id":68594},"onMouseDown":{"__isSmartRef__":true,"id":68598},"setTargetOfPane":{"__isSmartRef__":true,"id":68606},"setTargetToListSelection":{"__isSmartRef__":true,"id":68610},"onBlur":{"__isSmartRef__":true,"id":68614},"setTarget":{"__isSmartRef__":true,"id":68622},"setTargetOnSelection":{"__isSmartRef__":true,"id":68626}},"68578":{"varMapping":{"__isSmartRef__":true,"id":68579},"source":"function createListMorph() {\n var items = this.getList();\n \n var height = Math.min(this.owner.getExtent().y, items.length * 17);\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\n\n var listMorph = new lively.morphic.List(extent);\n listMorph.setList(items);\n listMorph.setFontSize(10);\n\n listMorph.disableGrabbing();\n listMorph.disableDragging();\n\n connect(listMorph, 'selection', this, 'setTargetToListSelection');\n \n return listMorph;\n}","funcProperties":{"__isSmartRef__":true,"id":68580},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"68579":{"this":{"__isSmartRef__":true,"id":68511}},"68580":{"timestamp":{"__isSmartRef__":true,"id":68581},"user":"lauritz","tags":[]},"68581":{"isSerializedDate":true,"string":"Tue Dec 13 2011 18:55:41 GMT+0100 (Mitteleuropäische Zeit)"},"68582":{"varMapping":{"__isSmartRef__":true,"id":68583},"source":"function getList() {\n var worldEntry = {\n isListItem: true,\n selectionString: 'World',\n string: 'World',\n value: this.world()\n };\n var list = this.world().indentedListItemsOfMorphNames();\n list.unshift(worldEntry);\n return list;\n}","funcProperties":{"__isSmartRef__":true,"id":68584},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"68583":{"this":{"__isSmartRef__":true,"id":68511}},"68584":{"timestamp":{"__isSmartRef__":true,"id":68585},"user":"lauritz","tags":[]},"68585":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:12:23 GMT+0100 (Mitteleuropäische Zeit)"},"68586":{"varMapping":{"__isSmartRef__":true,"id":68587},"source":"function removeList() {\n this.listMorph && this.listMorph.remove();\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":68588},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"68587":{"this":{"__isSmartRef__":true,"id":68511}},"68588":{"timestamp":{"__isSmartRef__":true,"id":68589},"user":"lauritz","tags":[]},"68589":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:51:07 GMT+0100 (Mitteleuropäische Zeit)"},"68590":{"varMapping":{"__isSmartRef__":true,"id":68591},"source":"function reset() {\n this.list = [];\n this.setLabel('empty');\n this.label.setAlign('left');\n this.removeList();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'});\n}","funcProperties":{"__isSmartRef__":true,"id":68592},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"68591":{"this":{"__isSmartRef__":true,"id":68511}},"68592":{"timestamp":{"__isSmartRef__":true,"id":68593},"user":"lauritz","tags":[]},"68593":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:34:06 GMT+0100 (Mitteleuropäische Zeit)"},"68594":{"varMapping":{"__isSmartRef__":true,"id":68595},"source":"function displayTopLevelMorphs() {\n var list = this.createListMorph(); \n if (this.getList().length === 0) return;\n this.addMorph(list);\n this.listMorph = list;\n}","funcProperties":{"__isSmartRef__":true,"id":68596},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"68595":{"this":{"__isSmartRef__":true,"id":68511}},"68596":{"timestamp":{"__isSmartRef__":true,"id":68597},"user":"lauritz","tags":[]},"68597":{"isSerializedDate":true,"string":"Tue Dec 13 2011 18:53:20 GMT+0100 (Mitteleuropäische Zeit)"},"68598":{"varMapping":{"__isSmartRef__":true,"id":68599},"source":"function onMouseDown(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n // clicked on morph, not the list, not the list's scrollbar\n if (evt.target === this.renderContext().shapeNode)\n this.removeList();\n } else {\n this.displayTopLevelMorphs();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":68604},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"68599":{"this":{"__isSmartRef__":true,"id":68511},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":68600}},"68600":{"$super":{"__isSmartRef__":true,"id":68601}},"68601":{"varMapping":{"__isSmartRef__":true,"id":68602},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":68603},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"68602":{"obj":{"__isSmartRef__":true,"id":68511},"name":"onMouseDown"},"68603":{},"68604":{"timestamp":{"__isSmartRef__":true,"id":68605},"user":"lauritz","tags":[]},"68605":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:30:39 GMT+0100 (Mitteleuropäische Zeit)"},"68606":{"varMapping":{"__isSmartRef__":true,"id":68607},"source":"function setTargetOfPane(selection) {\n this.owner.setTarget(selection);\n this.label.setAlign('left');\n}","funcProperties":{"__isSmartRef__":true,"id":68608},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"68607":{"this":{"__isSmartRef__":true,"id":68511}},"68608":{"timestamp":{"__isSmartRef__":true,"id":68609},"user":"lauritz","tags":[]},"68609":{"isSerializedDate":true,"string":"Wed Dec 07 2011 04:30:42 GMT+0100 (Mitteleuropäische Zeit)"},"68610":{"varMapping":{"__isSmartRef__":true,"id":68611},"source":"function setTargetToListSelection() { \n var selection = this.listMorph.selection;\n this.removeList();\n if (!selection) return;\n if (this.owner.scriptPane.hasChanged()) {\n var that = this;\n var callback = function (confirmed) {\n if (confirmed) that.setTargetOfPane(selection);\n }\n this.owner.confirmUnsavedChanges(callback);\n } else {\n this.setTargetOfPane(selection);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":68612},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"68611":{"this":{"__isSmartRef__":true,"id":68511}},"68612":{"timestamp":{"__isSmartRef__":true,"id":68613},"user":"lauritz","tags":[]},"68613":{"isSerializedDate":true,"string":"Wed Dec 07 2011 06:06:48 GMT+0100 (Mitteleuropäische Zeit)"},"68614":{"varMapping":{"__isSmartRef__":true,"id":68615},"source":"function onBlur(evt) {\n $super(evt);\n \n // workaround - otherwise other morphs get this event\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\n this.removeList();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":68620},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"68615":{"this":{"__isSmartRef__":true,"id":68511},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":68616}},"68616":{"$super":{"__isSmartRef__":true,"id":68617}},"68617":{"varMapping":{"__isSmartRef__":true,"id":68618},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":68619},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"68618":{"obj":{"__isSmartRef__":true,"id":68511},"name":"onBlur"},"68619":{},"68620":{"timestamp":{"__isSmartRef__":true,"id":68621},"user":"lauritz","tags":[]},"68621":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:30:08 GMT+0100 (Mitteleuropäische Zeit)"},"68622":{"varMapping":{"__isSmartRef__":true,"id":68623},"source":"function setTarget(target) {\n this.label.setTextString(target.getName() || target.toString());\n}","funcProperties":{"__isSmartRef__":true,"id":68624},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"68623":{"this":{"__isSmartRef__":true,"id":68511}},"68624":{"timestamp":{"__isSmartRef__":true,"id":68625},"user":"lauritz","tags":[]},"68625":{"isSerializedDate":true,"string":"Wed Dec 07 2011 04:29:39 GMT+0100 (Mitteleuropäische Zeit)"},"68626":{"varMapping":{"__isSmartRef__":true,"id":68627},"source":"function setTargetOnSelection() {\n if (this.listMorph && this.listMorph.renderContext() && this.listMorph.renderContext().listNode.value) {\n this.setTargetToListSelection();\n this.stopStepping();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":68628},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"68627":{"this":{"__isSmartRef__":true,"id":68511}},"68628":{"timestamp":{"__isSmartRef__":true,"id":68629},"user":"lauritz","tags":[]},"68629":{"isSerializedDate":true,"string":"Wed Dec 07 2011 06:12:06 GMT+0100 (Mitteleuropäische Zeit)"},"68630":{"position":{"__isSmartRef__":true,"id":68631},"_Extent":{"__isSmartRef__":true,"id":68632},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":68633},"_Fill":{"__isSmartRef__":true,"id":68634},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":68635},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":68636},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"68631":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68632":{"x":909.0285365288845,"y":526.612532614436,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68633":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"68634":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"68635":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"68636":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"68637":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","comment":"Edit scripts and connections of a specific morph.","migrationLevel":4,"partName":"ObjectEditorPane","changes":[{"__isSmartRef__":true,"id":68638}],"idOnLoad":"14295B47-42BD-4D0F-9BBE-BF5E3BB64649","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"68638":{"date":{"__isSmartRef__":true,"id":68639},"author":"lauritz","message":"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items."},"68639":{"isSerializedDate":true,"string":"Fri Oct 21 2011 00:39:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"68640":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"68641":{"morph":{"__isSmartRef__":true,"id":67036},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"68642":{"x":909.0285365288845,"y":526.612532614436,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68643":{"resizeWidth":true,"resizeHeight":true,"adjustForNewBounds":true},"68644":{"x":350.2386236582805,"y":-3.2455173507596555,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68645":{"x":0.971126750461849,"y":21.45669012569269,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"68646":{"displayInitialScript":{"__isSmartRef__":true,"id":68647},"displayJavaScriptSource":{"__isSmartRef__":true,"id":68651},"displaySourceForConnection":{"__isSmartRef__":true,"id":68655},"displaySourceForScript":{"__isSmartRef__":true,"id":68659},"generateSourceForConnection":{"__isSmartRef__":true,"id":68663},"generateSourceForScript":{"__isSmartRef__":true,"id":68667},"generateTargetCode":{"__isSmartRef__":true,"id":68671},"newConnection":{"__isSmartRef__":true,"id":68675},"newScript":{"__isSmartRef__":true,"id":68679},"reset":{"__isSmartRef__":true,"id":68683},"selectChangedContent":{"__isSmartRef__":true,"id":68687},"setTarget":{"__isSmartRef__":true,"id":68691},"sortedConnectionNamesOfObj":{"__isSmartRef__":true,"id":68695},"sortedScriptNamesOfObj":{"__isSmartRef__":true,"id":68699},"updateLists":{"__isSmartRef__":true,"id":68703},"onShutdown":{"__isSmartRef__":true,"id":68707},"confirmUnsavedChanges":{"__isSmartRef__":true,"id":68711},"update":{"__isSmartRef__":true,"id":68715},"ensureAnnotationLayer":{"__isSmartRef__":true,"id":68719},"migrateOldScriptAnnotations":{"__isSmartRef__":true,"id":68723},"copyToPartsBinWithUserRequest":{"__isSmartRef__":true,"id":68727},"printTags":{"__isSmartRef__":true,"id":68735},"setTag":{"__isSmartRef__":true,"id":68739},"runScript":{"__isSmartRef__":true,"id":68743},"openPartTestRunner":{"__isSmartRef__":true,"id":68747},"saveScriptWithSource":{"__isSmartRef__":true,"id":68751},"removeTimeStampComment":{"__isSmartRef__":true,"id":68755}},"68647":{"varMapping":{"__isSmartRef__":true,"id":68648},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.preselectItem();\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.preselectItem();\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":68649},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"68648":{"this":{"__isSmartRef__":true,"id":67036}},"68649":{"timestamp":{"__isSmartRef__":true,"id":68650},"user":"lauritz","tags":[]},"68650":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:13:43 GMT+0100 (Mitteleuropäische Zeit)"},"68651":{"varMapping":{"__isSmartRef__":true,"id":68652},"source":"function displayJavaScriptSource(jsCode, scriptName) {\n if (this.scriptPane.hasChanged()) {\n var that = this;\n var callback = function(confirmed) {\n if (confirmed) that.scriptPane.display(jsCode)\n };\n this.confirmUnsavedChanges(callback);\n } else {\n this.scriptPane.display(jsCode);\n if (scriptName) {\n this.get('TagsEntry').textString = this.printTags(this.target[scriptName]);\n }\n }\n}","funcProperties":{"__isSmartRef__":true,"id":68653},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"68652":{"this":{"__isSmartRef__":true,"id":67036}},"68653":{"timestamp":{"__isSmartRef__":true,"id":68654},"user":"fabian","tags":[]},"68654":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:50:49 GMT+0100 (Mitteleuropäische Zeit)"},"68655":{"varMapping":{"__isSmartRef__":true,"id":68656},"source":"function displaySourceForConnection(connection) {\n var code = \"\", that = this;\n if (connection === undefined) return;\n if (connection === null) {\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\"\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForConnection(connection);\n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":68657},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"68656":{"this":{"__isSmartRef__":true,"id":67036}},"68657":{"timestamp":{"__isSmartRef__":true,"id":68658},"user":"conradcalmez","tags":[]},"68658":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:59:30 GMT+0100 (Mitteleuropäische Zeit)"},"68659":{"varMapping":{"__isSmartRef__":true,"id":68660},"source":"function displaySourceForScript(scriptName) {\n var code = \"\",\n that = this;\n if (scriptName === null) {\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForScript(each)).concat(\"\\n\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForScript(scriptName); \n }\n this.displayJavaScriptSource(code, scriptName);\n}","funcProperties":{"__isSmartRef__":true,"id":68661},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"68660":{"this":{"__isSmartRef__":true,"id":67036}},"68661":{"timestamp":{"__isSmartRef__":true,"id":68662},"user":"fabian","tags":[]},"68662":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:28:26 GMT+0100 (Mitteleuropäische Zeit)"},"68663":{"varMapping":{"__isSmartRef__":true,"id":68664},"source":"function generateSourceForConnection(connection) {\n var c = connection, targetObject = this.target;\n\tif (!c.getTargetObj() || !c.getTargetObj().name || \n\t\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\n\n\tvar optConfig = []\n\tif (c.converterString)\n\t\toptConfig.push(\"converter: \\n\\t\" + c.converterString)\n\tif (c.updaterString)\n\t\toptConfig.push(\"updater: \\n\\t\" + c.updaterString)\n\treturn Strings.format('connect(%s, \"%s\", %s, \"%s\", {%s});', \n\t\t\tthis.generateTargetCode(targetObject, c.getSourceObj()),\n\t\t\tc.getSourceAttrName(),\n\t\t\tthis.generateTargetCode(targetObject, c.getTargetObj()),\n\t\t\tc.getTargetMethodName(),\n\t\t\toptConfig.join(','));\n\n}","funcProperties":{"__isSmartRef__":true,"id":68665},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"68664":{"this":{"__isSmartRef__":true,"id":67036}},"68665":{"timestamp":{"__isSmartRef__":true,"id":68666},"user":"lauritz","tags":[]},"68666":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"68667":{"varMapping":{"__isSmartRef__":true,"id":68668},"source":"function generateSourceForScript(scriptName) {\n var script = this.target[scriptName],\n annotation = '',\n scriptSource = script.sourceString ||\n script.getOriginal().sourceString ||\n String(script);\n\n scriptSource = this.removeTimeStampComment(scriptSource);\n\n if (script.timestamp && script.user) \n annotation = Strings.format('// changed on %s by %s \\n', script.timestamp, script.user);\n \n // FIXME: fix getOriginal!\n scriptSource = Strings.format('%s', scriptSource);\n\n return annotation + scriptSource;\n}","funcProperties":{"__isSmartRef__":true,"id":68669},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"68668":{"this":{"__isSmartRef__":true,"id":67036}},"68669":{"timestamp":{"__isSmartRef__":true,"id":68670},"user":"robertkrahn","tags":[]},"68670":{"isSerializedDate":true,"string":"Thu Mar 08 2012 19:08:46 GMT+0100 (Mitteleuropäische Zeit)"},"68671":{"varMapping":{"__isSmartRef__":true,"id":68672},"source":"function generateTargetCode(baseObject, targetObject) {\n\tvar name = targetObject.name;\n\tif (baseObject === targetObject) \n\t\treturn \"this\";\n\telse if (baseObject[name] === targetObject) \n\t\treturn \"this.\" + name;\n\telse if (baseObject.testObject === targetObject) \n\t\treturn \"this.testObject\";\n\telse if (baseObject.get(name) === targetObject) \n\t\treturn 'this.get(\"' + name + '\")';\n\telse if (targetObject instanceof Morph) \n\t\treturn '$morph(\"' + name + '\")';\n\telse \n\t\treturn \"????\";\n}","funcProperties":{"__isSmartRef__":true,"id":68673},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"68672":{"this":{"__isSmartRef__":true,"id":67036}},"68673":{"timestamp":{"__isSmartRef__":true,"id":68674},"user":"lauritz","tags":[]},"68674":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"68675":{"varMapping":{"__isSmartRef__":true,"id":68676},"source":"function newConnection() {\n if (this.target) {\n var code = \"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":68677},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"68676":{"this":{"__isSmartRef__":true,"id":67036}},"68677":{"timestamp":{"__isSmartRef__":true,"id":68678},"user":"lauritz","tags":[]},"68678":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"68679":{"varMapping":{"__isSmartRef__":true,"id":68680},"source":"function newScript() {\n if (this.target) {\n var code = \"function SCRIPTNAME() {\\n \\n}\";\n this.displayJavaScriptSource(code);\n this.get('TagsEntry').textString = '[]';\n }\n}","funcProperties":{"__isSmartRef__":true,"id":68681},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"68680":{"this":{"__isSmartRef__":true,"id":67036}},"68681":{"timestamp":{"__isSmartRef__":true,"id":68682},"user":"fabian","tags":[]},"68682":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:55:15 GMT+0100 (Mitteleuropäische Zeit)"},"68683":{"varMapping":{"__isSmartRef__":true,"id":68684},"source":"function reset() {\n this.scriptPane = this.get('ObjectEditorScriptPane')\n this.scriptList = this.get('ObjectEditorScriptList')\n this.connectionList = this.get('ObjectEditorConnectionList')\n this.morphSelector = this.get('ObjectEditorMorphSelector')\n this.get('TagsEntry').textString = '[]';\n this.target = null;\n this.scriptPane.reset();\n this.scriptList.setList();\n this.scriptList.selection = null;\n this.connectionList.setList();\n this.connectionList.selection = null;\n this.morphSelector.reset();\n this.tagChooser.reset();\n this.currentTag = null;\n this.stopStepping();\n}","funcProperties":{"__isSmartRef__":true,"id":68685},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"68684":{"this":{"__isSmartRef__":true,"id":67036}},"68685":{"timestamp":{"__isSmartRef__":true,"id":68686},"user":"fabian","tags":[]},"68686":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:37:40 GMT+0100 (Mitteleuropäische Zeit)"},"68687":{"varMapping":{"__isSmartRef__":true,"id":68688},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n return this.scriptList.selectAddedScript(addScriptMatches[0]);\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i -1) {\\n var c = this.connectionList.selection[1];\\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\\n this.updateLists();\\n this.displayInitialScript();\\n } \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":836},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"835\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"836\":{},\"837\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":838},\"source\":\"function updateLists() {\\n this.scriptList.setList(this.sortedScriptNamesOfObj(this.target));\\n var scriptListItems = this.scriptList.getList();\\n scriptListItems.unshift(\\\"-- ALL --\\\");\\n this.scriptList.setList(scriptListItems);\\n\\n this.connectionList.setList(this.sortedConnectionNamesOfObj(this.target));\\n var connectionListItems = this.connectionList.getList();\\n connectionListItems.unshift(\\\"-- ALL --\\\");\\n this.connectionList.setList(connectionListItems);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":839},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"838\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"839\":{},\"840\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":841},\"source\":\"function displayInitialScript() {\\n if (this.scriptList.getList().size() > 1) {\\n this.scriptList.selectAt(0);\\n } else if (this.connectionList.getList().size() > 1) {\\n this.connectionList.selectAt(0);\\n } else {\\n this.scriptList.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":842},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"841\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"842\":{},\"843\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":844},\"source\":\"function reset() {\\n this.target = null;\\n this.scriptPane.doitContext = null;\\n this.scriptList.setList();\\n this.connectionList.setList();\\n this.scriptPane.setTextString(\\\"\\\");\\n this.morphSelector.reset();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":845},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"844\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"845\":{},\"846\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":847},\"source\":\"function selectChangedContent(source) {\\n\\n var addScriptRegex = /this\\\\.addScript\\\\s*\\\\(\\\\s*function\\\\s*([^\\\\(]*)/g;\\n var addScriptMatches = [];\\n var addScriptMatch = addScriptRegex.exec(source);\\n while (addScriptMatch) {\\n addScriptMatches.push(addScriptMatch[1]);\\n addScriptMatch = addScriptRegex.exec(source);\\n }\\n \\n // if scripts were added, select either a specific one or all\\n if (addScriptMatches.length > 0) { \\n if (addScriptMatches.length === 1) {\\n var index = this.scriptList.getList().indexOf(addScriptMatches[0]);\\n if (index > -1) { \\n return this.scriptList.selectAt(index);\\n }\\n }\\n return this.scriptList.selectAt(0);\\n }\\n\\n var connectionRegex = \\n /connect\\\\(\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"\\\\s*,\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"/g;\\n var connectionMatches = [];\\n var connectionMatch = connectionRegex.exec(source);\\n while (connectionMatch) {\\n connectionMatches.push(connectionMatch);\\n connectionMatch = connectionRegex.exec(source);\\n }\\n\\n // if connections were made, select either a specific one or all\\n if (connectionMatches.length > 0) {\\n if (connectionMatches.length === 1) {\\n var match = connectionMatches[0];\\n for (var i=0; i -1) {\\n var c = selection[1];\\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\\n editor.updateLists();\\n editor.displayInitialScript();\\n } \\n }\\n\\n var message = 'Disconnect \\\"' + selection[0] +'\\\" connection?';\\n var callback = disconnectConnection;\\n\\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\\n\\n return this.world().openDialog(dialog);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1046},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1045\":{\"this\":{\"__isSmartRef__\":true,\"id\":992}},\"1046\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1047},\"user\":\"lauritz\",\"categories\":[]},\"1047\":{\"isSerializedDate\":true,\"string\":\"Fri Nov 11 2011 01:46:54 GMT+0100 (CET)\"},\"1048\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1049}],\"scripts\":[],\"id\":\"F854F3EA-3CAA-4539-A19A-5D486EE60F32\",\"shape\":{\"__isSmartRef__\":true,\"id\":1064},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1080},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1067},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1081},\"label\":{\"__isSmartRef__\":true,\"id\":1049},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1090}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1092},\"name\":\"ObjectEditorRemoveScriptButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1093},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1094},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1095},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1096},\"isCopyMorphRef\":true,\"morphRefId\":24,\"draggingEnabled\":false,\"objectEditorPane\":{\"__isSmartRef__\":true,\"id\":1},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1097},\"derivationIds\":[217,\"FDC10087-12CF-4570-9211-8309CB6A9AA3\",\"E18FC530-4B1F-4F08-8DA6-3866A3519E56\",\"04A2AAC3-6A9E-40BB-9408-EBB2567EE63B\",\"8C1A42CE-840C-4AAE-BD79-C93A445B9EBF\",\"61FC11FA-B87E-4EFE-BD15-564D3178B68B\",\"ED34F9B5-9E00-41B3-8313-D9C3D6B3B231\",\"53BFD03D-D218-488F-AB07-47740A4D619C\",\"4BDF543E-5B60-4A9C-B92A-0CD374DDA207\",\"FD57753F-33FD-4C65-A2D6-27C86C0F540D\",\"E23F1DF0-4558-4649-A79A-0E1D1E5DF302\",\"FE36A65D-E547-4CCB-ACAD-E803D0C7795A\",\"0AD738A2-D4CB-4F01-9193-D561C93E665D\",\"EBBFCB53-DD5F-4575-B7FD-FDEB70077797\",\"37659BBB-D82E-4B3C-A062-2BD2F89574EC\",\"BC31C0B1-E9AC-467F-8567-05133645FF88\",\"8CA7A2C0-2D56-4028-90FA-142119044DF5\",\"53E17DE4-7CA5-43BE-A7D8-B1C64842506A\",\"90FE8129-B1AD-4D43-8CBA-264B2441D3BC\",\"8E72CCFB-1B5C-4B4A-88EF-B97798445330\",\"C705D7A9-8254-4326-B950-DCD856B516D2\"],\"isLockOwner\":false,\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1098},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1049\":{\"submorphs\":[],\"scripts\":[],\"id\":\"9F5578CE-72BC-4283-B930-AA0BA4B03589\",\"shape\":{\"__isSmartRef__\":true,\"id\":1050},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":25,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1056},\"textColor\":{\"__isSmartRef__\":true,\"id\":1053},\"owner\":{\"__isSmartRef__\":true,\"id\":1048},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1057}],\"padding\":{\"__isSmartRef__\":true,\"id\":1059},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1060},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1061},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1062},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1063},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":25,\"_MinTextHeight\":null,\"draggingEnabled\":false,\"derivationIds\":[218,\"852A7BD9-52EE-4708-A2D5-1BDECF33C958\",\"7B4F173E-9726-472A-9B30-530D4AA92AD9\",\"CBA217F6-2832-4213-9ABE-47753C1A4180\",\"E6B97D1D-95D5-4644-9359-1D08D42A51F4\",\"4391A57E-70C2-4628-9828-DD668CCE546E\",\"F0C6C298-3B8B-42B2-B5E9-E5B82F607B01\",\"262ED0F9-A2AF-443B-9319-7D69F0869496\",\"66FFDAD4-4F81-44D2-A8DA-473C32BC124F\",\"7F18F0DD-D79B-440F-B08D-9A74550D6CFA\",\"CC9DC109-0381-47CA-90F3-B292B042A8C9\",\"0AE28989-1EE9-489A-A3F7-FAB737907B08\",\"707F39C2-F668-4485-A6D7-685C2022BF47\",\"CBE59654-8D46-4C71-AAAC-3B310F67F914\",\"85C21C11-AF2B-4462-97E9-0D2F561143E7\",\"82B7849E-AAF2-4684-B5ED-1C710A7805DB\",\"F5710749-2465-4F14-B4A2-F7F6FEFCECAB\",\"D28D1889-5FD1-4C24-A170-844DB84E09B1\",\"E046226D-C0B9-4DA2-8299-7A2FBDC1048B\",\"79663FFA-572A-4762-B213-75E15A272B17\",\"02054249-C97E-43AA-A34C-9019364554A7\"],\"isLockOwner\":false,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1050\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1051},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1052},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1053},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1054},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1055},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1051\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1052\":{\"x\":25,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1053\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1054\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1055\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1056\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1057\":{\"style\":{\"__isSmartRef__\":true,\"id\":1058},\"morph\":{\"__isSmartRef__\":true,\"id\":1049},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1049},\"storedString\":\"-\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1058\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1059\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1060\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1061\":{\"x\":25,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1062\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1063\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1049},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1064\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1065},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1066},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1067},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1077},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1078},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1079},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1065\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1066\":{\"x\":25,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1067\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1068},{\"__isSmartRef__\":true,\"id\":1070},{\"__isSmartRef__\":true,\"id\":1072},{\"__isSmartRef__\":true,\"id\":1074}],\"vector\":{\"__isSmartRef__\":true,\"id\":1076},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1068\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1069}},\"1069\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1070\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1071}},\"1071\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1072\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1073}},\"1073\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1074\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1075}},\"1075\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1076\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1077\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1078\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1079\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1080\":{\"x\":160,\"y\":40,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1081\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1082},{\"__isSmartRef__\":true,\"id\":1084},{\"__isSmartRef__\":true,\"id\":1086},{\"__isSmartRef__\":true,\"id\":1088}],\"vector\":{\"__isSmartRef__\":true,\"id\":1076},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1082\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1083}},\"1083\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1084\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1085}},\"1085\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1086\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1087}},\"1087\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1088\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1089}},\"1089\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1090\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1048},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1048},\"targetMethodName\":\"deleteSelectedScript\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1091},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1091\":{\"source\":{\"__isSmartRef__\":true,\"id\":1048},\"target\":{\"__isSmartRef__\":true,\"id\":1048}},\"1092\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1093\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1094\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1095\":{\"x\":30,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1096\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1048},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1097\":{\"x\":33.35839679439101,\"y\":-21.324811622839547,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1098\":{\"deleteSelectedScript\":{\"__isSmartRef__\":true,\"id\":1099}},\"1099\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1100},\"source\":\"function deleteSelectedScript() {\\n\\n var editor = this.objectEditorPane;\\n var selection = editor.scriptList.selection;\\n\\n if (!editor.target || editor.scriptList.getList().size() < 2) \\n return; \\n\\n var deleteScript = function (confirmed) {\\n if (!confirmed) return;\\n \\n if (selection && editor.target) {\\n if (!editor.target.hasOwnProperty(selection)) \\n return;\\n delete editor.target[selection];\\n editor.updateLists();\\n editor.displayInitialScript();\\n }\\n }\\n\\n var message = 'Delete \\\"' + selection + '\\\" script?';\\n var callback = deleteScript;\\n\\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\\n\\n return this.world().openDialog(dialog);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1101},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1100\":{\"this\":{\"__isSmartRef__\":true,\"id\":1048}},\"1101\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1102},\"user\":\"lauritz\"},\"1102\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 18:12:21 GMT+0100 (CET)\"},\"1103\":{\"submorphs\":[],\"scripts\":[],\"id\":\"B3423ED7-837E-48F1-97A2-BD9F72EFAF65\",\"shape\":{\"__isSmartRef__\":true,\"id\":1104},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":false,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1110},\"_MaxTextWidth\":64.8979476392384,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1107},\"showsHalos\":false,\"_FontSize\":9,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorScriptsText1\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1111},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1112}],\"charsReplaced\":\"Scripts\",\"lastFindLoc\":-7,\"priorSelectionRange\":[0,7],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1114},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1115},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1116},\"_WhiteSpaceHandling\":\"pre-wrap\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":64.8979476392384,\"_MinTextHeight\":null,\"_ClipMode\":\"visible\",\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1117},\"eventsAreIgnored\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"isCopyMorphRef\":true,\"morphRefId\":27,\"derivationIds\":[223,\"5E3A69EF-26C1-4D0D-B04C-8C3894017F56\",\"14AB1B91-3ED6-49AE-AA58-47D18B6C569F\",\"991D4A54-1FC4-4BC7-AA82-F814AC52CDE3\",\"DB9B19F7-4390-4CE5-9B1D-62177CB8D605\",\"8F7B2EE9-9538-4044-B75B-6A12F3108B70\",\"4B9F9B4B-C7D3-418D-9AC9-10503A4EBF8E\",\"BBD8C74C-AA36-42AB-BC9B-14102EB539F6\",\"1B71CADF-9C83-490E-87DC-23E0CA2298CE\",\"DCC82F37-4930-439A-B2D2-54E8679BAC76\",\"39B9F5C7-0B53-47A6-A41C-FE197CDBBDDB\",\"E35E39E1-789C-444C-81E6-60F90AD951DD\",\"7C8690CD-9111-49BB-8A2A-3BC7969AE88C\",\"98DBBC76-0182-4A73-9DFB-FA3389CB026B\",\"1B308401-A12A-4B66-9627-7731918E07F0\",\"8B0640D8-6622-460D-BB7E-7556171D63FF\",\"FA43EB14-89D6-44CE-B38A-6D164EA9A51B\",\"1E9691EC-B753-429A-AFEB-B5CF88418FA5\",\"6A64CCE3-240A-42FE-A1BF-7921BE4E502A\",\"820AF339-D4F0-4ACD-9334-2D96576D03B6\",\"3E251BAD-210D-417B-9A37-12BD0289C31B\"],\"isLockOwner\":false,\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1104\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1105},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1106},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1107},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1108},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1109},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1105\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1106\":{\"x\":64.8979476392384,\"y\":14,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1107\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1108\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1109\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1110\":{\"x\":198.16434648623274,\"y\":12.911539589748486,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1111\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1112\":{\"style\":{\"__isSmartRef__\":true,\"id\":1113},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1103},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Target:\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1113\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1114\":{\"x\":64.8979476392384,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1115\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1116\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1103},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1117\":{\"x\":41.065989525935834,\"y\":-10.506047005169194,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1118\":{\"submorphs\":[],\"scripts\":[],\"id\":\"84112133-637A-4888-8E5A-5E1B5F6103AC\",\"shape\":{\"__isSmartRef__\":true,\"id\":1119},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":false,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1125},\"_MaxTextWidth\":64.8979476392384,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1122},\"showsHalos\":false,\"_FontSize\":9,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorScriptsText2\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1126},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1127}],\"charsReplaced\":\"Scripts\",\"lastFindLoc\":-7,\"priorSelectionRange\":[0,7],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1129},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1130},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1131},\"_WhiteSpaceHandling\":\"pre-wrap\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":64.8979476392384,\"_MinTextHeight\":null,\"_ClipMode\":\"visible\",\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1132},\"eventsAreIgnored\":true,\"isCopyMorphRef\":true,\"morphRefId\":27,\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"derivationIds\":[224,\"35EF8FE5-067D-45B6-AF21-77040F11D340\",\"80DC09DD-22D4-4089-B5C3-857B32C9BE9B\",\"EF080074-E6B9-47F3-A87F-26313B40C430\",\"F6977801-C1A7-445C-9BF1-8A1019E202FB\",\"8C9157AE-0343-4CFB-8186-1D5E05D2ECBE\",\"DD3C23F8-6463-4EAE-959B-C486E27D9BDA\",\"F16D4843-E33A-4847-9119-8ADCB2391A2B\",\"93B78FFC-839A-43E2-9E12-DD5E2CDB87FE\",\"93028C86-6A06-4479-BAD4-777E4A51AD4B\",\"4B45454C-7880-4716-ACD4-111FECED492F\",\"B2B84578-EF39-41BB-A9E6-5173BC3490E0\",\"1897E74F-CAE7-4090-AB48-373C2965336D\",\"DF3A0515-9057-45E2-90B7-03C12AFDC2E8\",\"F76A15DB-FB4E-4C48-B625-F793D308DAB8\",\"F160CD4B-1535-41E2-A8CA-C81B8E9C58AE\",\"453065F3-0770-4C4F-800E-63C1178FCDD6\",\"42573583-DA5E-4ADF-810B-4D97C0A9289C\",\"5B9E7444-3499-46FC-B481-ED13EB951905\",\"ED647793-7D2B-434E-881D-21C3CD96FCED\",\"D72918F3-51B3-48F9-BC34-B908862DE053\"],\"isLockOwner\":false,\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1119\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1120},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1121},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1122},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1123},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1124},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1120\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1121\":{\"x\":64.8979476392384,\"y\":14,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1122\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1123\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1124\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1125\":{\"x\":10,\"y\":12.911539589749026,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1126\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1127\":{\"style\":{\"__isSmartRef__\":true,\"id\":1128},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1118},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Tag:\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1128\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1129\":{\"x\":64.8979476392384,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1130\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1131\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1118},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1132\":{\"x\":45.76052154281416,\"y\":-27.783027415339603,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1133\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1134}],\"scripts\":[],\"id\":\"E8B8AA4D-A050-439D-B7D7-DA2D1B23F664\",\"shape\":{\"__isSmartRef__\":true,\"id\":1149},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1165},\"value\":true,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1166},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1152},\"label\":{\"__isSmartRef__\":true,\"id\":1134},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1175},\"name\":\"ObjectEditorTagChooser\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1176},\"listMorph\":null,\"list\":[],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1177},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1178},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1179},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1180},\"textString\":\"PartsBinBrowser\",\"selection\":\"\",\"_ClipMode\":\"visible\",\"prevScroll\":[0,0],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"setTargetToListSelection\":\"all\",\"savedTextString\":\"all\",\"derivationIds\":[225,\"7F83847B-D0B1-4A31-8601-43424B97C858\",\"E08FC110-71D7-4FFD-B4A8-08F8147B95BA\",\"5534107D-C5C9-48DD-A1ED-B87E9D9B672C\",\"0B89FA7A-768C-4062-98AE-C455E8DAFF19\",\"799320C6-CFBA-40E7-B03D-64BFE9B78248\",\"9B650AA3-271B-4E72-B230-51C6F64B7462\",\"C62244AF-014B-43A4-8892-D3F1B0BADB42\",\"FE35AB4B-9471-4685-87A8-E33284F9ACC6\",\"0611BF6C-67D9-4AAD-BF6E-DB244C631D74\",\"C89C89E4-7445-450C-AB89-0A9D0F8E93F9\",\"AFEFB4CB-63DD-4210-BBBE-E7B6C58D84FE\",\"E887093C-823E-4C7A-A87F-BA13610C8EAF\",\"C30A7B5C-F11E-45DF-BA45-B031C82CBC3A\",\"20979771-EA41-4553-A23B-C90899AD8592\",\"E359462D-A125-494F-9E62-BAE5A1F01526\",\"4CDA8346-C7EC-4ECE-B6B7-52065F2A7C2F\",\"B0ECD2A8-A0E4-46EB-AC56-0FF3163F369F\",\"B7FC5F94-B421-47C6-8A12-9F663EA2E811\",\"DDA4A513-255A-494E-B422-5A2981AD086B\",\"DAA21FFE-85D0-412F-8335-C60C47922E6C\"],\"isLockOwner\":false,\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1181},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1134\":{\"submorphs\":[],\"scripts\":[],\"id\":\"DF08CD71-B412-48B5-BB13-9FB49385DB72\",\"shape\":{\"__isSmartRef__\":true,\"id\":1135},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":130,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1141},\"textColor\":{\"__isSmartRef__\":true,\"id\":1138},\"owner\":{\"__isSmartRef__\":true,\"id\":1133},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1142}],\"padding\":{\"__isSmartRef__\":true,\"id\":1144},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1144},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1145},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1146}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1147},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1148},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":130,\"_MinTextHeight\":null,\"_Align\":\"left\",\"_FontFamily\":\"Arial\",\"_FontSize\":11,\"derivationIds\":[226,\"03DBF3F8-8EA2-4426-BA64-C4297DDAB015\",\"B8F87302-BEC3-48CD-9BBA-6C7DBB6287E1\",\"4AA6AE51-338B-4E3E-814B-9F99C693A2D5\",\"08F6CE56-AD91-4C27-9429-C3DEA313696C\",\"D39C963C-FD24-4498-A6D8-71E5102CE58A\",\"132C2A9E-3466-4051-AAEA-6E485A91F408\",\"147717FC-7714-4F03-BA39-ADED4F708C82\",\"9A8D6D09-A3E4-4F4B-A6E1-EFAA3109C35B\",\"792FB978-5EBB-4618-AC82-741796315B3D\",\"CDDAC758-31F6-40C0-9763-AC0073576977\",\"9869230C-E118-4201-A754-378D03B5A9B2\",\"7C3D3C19-04C9-4327-BBAE-D022C3D01C5B\",\"0856D6A4-1230-44A7-A922-E5E79C9D33FB\",\"A905B43A-EE7F-4CA8-AEE3-1415231E0B25\",\"43379C86-64C4-41B3-B69D-8635FB2C17F8\",\"E218893B-7063-451B-A03E-4A8FC3E53072\",\"2C846D69-5E86-4EBA-9603-3E923A65795F\",\"215D8435-31CD-45B9-91A7-AA0EF4B82BB9\",\"A9138822-D1C1-4186-B7B9-B20A379DA28D\",\"91A07B59-DA99-4A15-BF27-E2789D7B859A\"],\"isLockOwner\":false,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1135\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1136},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1137},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1138},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1139},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1140},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1136\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1137\":{\"x\":130,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1138\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1139\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1140\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1141\":{\"x\":2,\"y\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1142\":{\"style\":{\"__isSmartRef__\":true,\"id\":1143},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1134},\"storedString\":\"all\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1143\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1144\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1145\":{\"x\":130,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1146\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1134},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1133},\"targetMethodName\":\"selection\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1147\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1148\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1134},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1149\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1150},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1151},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1152},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1162},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1163},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1164},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1150\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1151\":{\"x\":130,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1152\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1153},{\"__isSmartRef__\":true,\"id\":1155},{\"__isSmartRef__\":true,\"id\":1157},{\"__isSmartRef__\":true,\"id\":1159}],\"vector\":{\"__isSmartRef__\":true,\"id\":1161},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1153\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1154}},\"1154\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1155\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1156}},\"1156\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1157\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1158}},\"1158\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1159\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1160}},\"1160\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1161\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1162\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1163\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1164\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1165\":{\"x\":39.12381412396891,\"y\":10.000000000000057,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1166\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1167},{\"__isSmartRef__\":true,\"id\":1169},{\"__isSmartRef__\":true,\"id\":1171},{\"__isSmartRef__\":true,\"id\":1173}],\"vector\":{\"__isSmartRef__\":true,\"id\":1161},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1167\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1168}},\"1168\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1169\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1170}},\"1170\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1171\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1172}},\"1172\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1173\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1174}},\"1174\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1175\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1176\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"partName\":\"ChoiceButton\",\"comment\":\"Click on it and you get a list of things to choose from.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1177\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1178\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1133},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1179\":{\"x\":85.7442776093583,\"y\":-11.582832083333244,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1180\":{\"x\":130,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1181\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":1182},\"getList\":{\"__isSmartRef__\":true,\"id\":1186},\"removeList\":{\"__isSmartRef__\":true,\"id\":1190},\"reset\":{\"__isSmartRef__\":true,\"id\":1194},\"onMouseUp\":{\"__isSmartRef__\":true,\"id\":1198},\"onBlur\":{\"__isSmartRef__\":true,\"id\":1206},\"setTag\":{\"__isSmartRef__\":true,\"id\":1214}},\"1182\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1183},\"source\":\"function createListMorph() {\\n var items = this.getList();\\n\\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\\n\\n var listMorph = new lively.morphic.List(extent);\\n listMorph.setList(items);\\n listMorph.setFontSize(10);\\n\\n listMorph.disableGrabbing();\\n listMorph.disableDragging();\\n \\n connect(listMorph, 'selection', this, 'setTag');\\n \\n return listMorph;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1184},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1183\":{\"this\":{\"__isSmartRef__\":true,\"id\":1133}},\"1184\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1185},\"user\":\"lauritz\",\"categories\":[]},\"1185\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:35:59 GMT+0100 (CET)\"},\"1186\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1187},\"source\":\"function getList() {\\n if (!this.owner.target) return [''];\\n\\n var target = this.owner.target;\\n\\n var tags = Functions.own(target).collect(function (each) {\\n return target[each].tags || [];\\n }).flatten().uniq();\\n\\n var sortedTags = tags.sortBy(function(name) { \\n return name.toLowerCase() \\n });\\n \\n sortedTags.unshift('all'); \\n return sortedTags;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1188},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1187\":{\"this\":{\"__isSmartRef__\":true,\"id\":1133}},\"1188\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1189},\"user\":\"lauritz\",\"tags\":[]},\"1189\":{\"isSerializedDate\":true,\"string\":\"Fri Dec 16 2011 20:27:25 GMT+0100 (CET)\"},\"1190\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1191},\"source\":\"function removeList() {\\n this.listMorph && this.listMorph.remove()\\n this.listMorph = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1192},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1191\":{\"this\":{\"__isSmartRef__\":true,\"id\":1133}},\"1192\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1193},\"user\":\"lauritz\",\"categories\":[]},\"1193\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 19:06:51 GMT+0100 (CET)\"},\"1194\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1195},\"source\":\"function reset() {\\n this.list = [];\\n this.setLabel('all');\\n this.label.setAlign('left');\\n this.removeList();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1196},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1195\":{\"this\":{\"__isSmartRef__\":true,\"id\":1133}},\"1196\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1197},\"user\":\"lauritz\",\"tags\":[]},\"1197\":{\"isSerializedDate\":true,\"string\":\"Fri Dec 16 2011 20:27:53 GMT+0100 (CET)\"},\"1198\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1199},\"source\":\"function onMouseUp(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n this.removeList();\\n return true;\\n } \\n if (this.getList().size() < 2) return;\\n var list = this.createListMorph();\\n this.addMorph(list);\\n this.listMorph = list;\\n return true;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1204},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1199\":{\"this\":{\"__isSmartRef__\":true,\"id\":1133},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1200}},\"1200\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1201}},\"1201\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1202},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1203},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1202\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1133},\"name\":\"onMouseUp\"},\"1203\":{},\"1204\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1205},\"user\":\"lauritz\",\"categories\":[]},\"1205\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 18:59:16 GMT+0100 (CET)\"},\"1206\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1207},\"source\":\"function onBlur(evt) {\\n $super(evt);\\n \\n // workaround - otherwise other morphs get this event\\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\\n this.removeList();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1212},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1207\":{\"this\":{\"__isSmartRef__\":true,\"id\":1133},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1208}},\"1208\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1209}},\"1209\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1210},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1211},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1210\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1133},\"name\":\"onBlur\"},\"1211\":{},\"1212\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1213},\"user\":\"lauritz\",\"categories\":[]},\"1213\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 21 2011 23:10:03 GMT+0100 (CET)\"},\"1214\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1215},\"source\":\"function setTag(tag) {\\n this.setLabel(tag || '');\\n this.label.setAlign('left');\\n this.owner.setTag(tag);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1216},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1215\":{\"this\":{\"__isSmartRef__\":true,\"id\":1133}},\"1216\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1217},\"user\":\"lauritz\",\"categories\":[]},\"1217\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:36:12 GMT+0100 (CET)\"},\"1218\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1219}],\"scripts\":[],\"id\":\"FD2B1F21-1AFC-43D4-B47D-68D67CE2AD41\",\"shape\":{\"__isSmartRef__\":true,\"id\":1234},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1238},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1250},\"label\":{\"__isSmartRef__\":true,\"id\":1219},\"name\":\"Button\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1259},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1260}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1296},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1297},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1298},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1299},\"derivationIds\":[7251,\"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1\",\"79FE3D3F-77C4-4B39-8243-D672185B416D\",\"A4D2FEDF-2654-4381-AB43-8F89B9CA2E86\",\"87E42FF6-3862-481D-97D6-643676E15F32\",\"5C5E9A65-DE2C-4125-9F28-C867C6B51A1E\",\"06ED2586-FDEA-4F80-9DD0-D1CBB50B4C6A\",\"2D3BBB99-E64D-4E47-8635-B7AEA4158433\",\"D635C083-879E-4939-84CF-636CF779425B\",\"9953E688-648B-43BD-90E1-D8E4170D5C65\",\"B5AF8C87-A48C-48EF-A658-944946371F5F\",\"8FCB339F-26BE-456A-9FBF-4C0EBE15FDAB\",\"690F8BBC-426F-4810-AAAE-508D21B39A4F\",\"3DC5576A-6D75-46FE-B603-036A55FA4D13\",\"B52A5C88-FA03-41E5-BA6C-5008A196C1D7\",\"D3341522-A7C9-45BD-A8BA-DFB09094AECC\",\"E9FA78BD-8D5B-405C-A720-03D3657B05CF\",\"99CF3B0A-6670-438E-BB2F-EAE2C57342C4\",\"FBF87B2F-188C-4149-85EF-8856A53344A4\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":1300},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"layout\":{\"__isSmartRef__\":true,\"id\":1301},\"isLockOwner\":false,\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":0.994014980014994,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1219\":{\"submorphs\":[],\"scripts\":[],\"id\":\"61BE5017-4C55-40EA-A5D4-09F58DF7B4A5\",\"shape\":{\"__isSmartRef__\":true,\"id\":1220},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1226},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1227},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1228},\"owner\":{\"__isSmartRef__\":true,\"id\":1218},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1229},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1230}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1232},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1233},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED\",\"307A3596-1175-4EA6-AA27-5BA4C9D95AB7\",\"0EF99131-C569-4C2C-B613-E0D8423C1334\",\"BA4EC8D2-AB29-4F9F-B5A0-715A4746A4C4\",\"DBDAA16D-6F25-453D-812F-8DB5E6251020\",\"375E60B7-D311-4DBC-A130-1F9CBA908DDC\",\"0057F96D-6D90-4047-B07D-EAA6D0149470\",\"50486855-A26E-48B5-BD19-6A7775BD23DE\",\"A40A9DDA-945A-44C9-B038-61A84E61F4A5\",\"6B1BBBED-CDC3-4AB1-8022-D904F036092C\",\"BFEFD8A4-7E89-40B1-A2C3-900445F829DC\",\"E6748E61-A4C6-44EC-919F-C109AB6ACED5\",\"1064BCB6-7D32-48C4-A69B-58BDA4D8ED83\",\"AA336938-1952-49B5-9219-28FA3A0CB2CE\",\"CBF02CF8-4248-4F77-AB44-5429B907D893\",\"C901EFF6-BD79-4440-815B-4976C359E913\",\"B707BADF-A10C-4A49-9C36-81A6367E6BF5\",\"C9C6BBEF-97D8-4771-B865-F28312928273\"],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"isLockOwner\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1220\":{\"position\":{\"__isSmartRef__\":true,\"id\":1221},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1222},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1223},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1224},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1225},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1221\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1222\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1223\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1224\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1225\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1226\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1227\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1228\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1229\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1230\":{\"style\":{\"__isSmartRef__\":true,\"id\":1231},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1219},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"run\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1231\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1232\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1233\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1219},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1234\":{\"position\":{\"__isSmartRef__\":true,\"id\":1235},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1236},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1237},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1238},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1248},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1249},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1235\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1236\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1237\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1238\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1239},{\"__isSmartRef__\":true,\"id\":1241},{\"__isSmartRef__\":true,\"id\":1243},{\"__isSmartRef__\":true,\"id\":1245}],\"vector\":{\"__isSmartRef__\":true,\"id\":1247},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1239\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1240}},\"1240\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1241\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1242}},\"1242\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1243\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1244}},\"1244\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1245\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1246}},\"1246\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1247\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1248\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1249\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1250\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1251},{\"__isSmartRef__\":true,\"id\":1253},{\"__isSmartRef__\":true,\"id\":1255},{\"__isSmartRef__\":true,\"id\":1257}],\"vector\":{\"__isSmartRef__\":true,\"id\":1247},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1251\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1252}},\"1252\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1253\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1254}},\"1254\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1255\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1256}},\"1256\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1257\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1258}},\"1258\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1259\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1260\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1218},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"runScript\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":1261},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1261\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1262}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1277},\"derivationIds\":[null],\"id\":\"C89B50A0-17E7-4D22-AE1D-5112520DAEE7\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1284},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1285},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":1286},{\"__isSmartRef__\":true,\"id\":1287}],\"con\":{\"__isSmartRef__\":true,\"id\":1260},\"showsMorphMenu\":true,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1288},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1262\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1263},\"derivationIds\":[null],\"id\":\"2A71BE9E-6820-46AF-ACED-3C9BDCC918AF\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1274},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1275},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1276},\"owner\":{\"__isSmartRef__\":true,\"id\":1261},\"_Rotation\":-3.130064002485303,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1263\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1264},{\"__isSmartRef__\":true,\"id\":1265},{\"__isSmartRef__\":true,\"id\":1266},{\"__isSmartRef__\":true,\"id\":1267}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1268},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1269},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1270},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1271},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1272},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1273},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1264\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1265\":{\"isAbsolute\":true,\"x\":-12,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1266\":{\"isAbsolute\":true,\"x\":4,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1267\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1268\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1269\":{\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1270\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1271\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1272\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1273\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1274\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1275\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1262},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1276\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1277\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1278},{\"__isSmartRef__\":true,\"id\":1279}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1280},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1281},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1282},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1283},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1272},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1278\":{\"isAbsolute\":true,\"x\":829.7085000406639,\"y\":9.565843617262885,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1279\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1280\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1281\":{\"x\":-1,\"y\":-1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1282\":{\"x\":831,\"y\":11,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1283\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1284\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1285\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1261},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1286\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1261},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1287\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1261},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":1262},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1288\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":1289}},\"1289\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1290},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString ||\\n 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true,\\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(),\\n visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1295},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1290\":{\"this\":{\"__isSmartRef__\":true,\"id\":1261},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1291}},\"1291\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1292}},\"1292\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1293},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1294},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1293\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1261},\"name\":\"morphMenuItems\"},\"1294\":{},\"1295\":{},\"1296\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1297\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1298\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1218},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1299\":{\"x\":71.99397894387357,\"y\":-13.030105280631261,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1300\":{\"x\":788.7426780861911,\"y\":9.508591852040126,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1301\":{\"centeredHorizontal\":false,\"moveHorizontal\":true},\"1302\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1303}],\"scripts\":[],\"id\":\"1D9ECBF6-8B2A-4BA9-9C17-B3B32F93538A\",\"shape\":{\"__isSmartRef__\":true,\"id\":1318},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1322},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1334},\"label\":{\"__isSmartRef__\":true,\"id\":1303},\"name\":\"saveButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1343},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1344}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1380},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1381},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1382},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1383},\"derivationIds\":[7251,\"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1\",\"79FE3D3F-77C4-4B39-8243-D672185B416D\",\"A4D2FEDF-2654-4381-AB43-8F89B9CA2E86\",\"D686F0CB-027B-4CA9-8B8D-9306389B219D\",\"F51327CB-803E-4234-BFB3-6F5252D1C936\",\"38269693-613D-49B5-8E0F-E1A576A6262E\",\"50D597DC-839A-41F0-A1D6-D96E934B7197\",\"36255514-C455-465F-90EC-542C55A80380\",\"C218F04A-5E06-46DD-9433-605F99A1D2D3\",\"9E9AB465-AE41-4003-BC0A-318636599A9D\",\"14F962F9-17A5-4580-926C-246AEE8B7D78\",\"B4CBC78A-08E8-4877-B3CC-B3A8FB31AD81\",\"5731F96D-D99A-4659-848E-F2629661BDE9\",\"DF23D997-26B6-4535-A5D7-E92AF9BBC1C7\",\"48259171-FBC6-479A-846F-A1A5F039883A\",\"A857EF7C-4144-42DC-94BD-782686AFE78E\",\"1AF8F25E-8F1B-4403-BA2E-2844C72BE9E2\",\"6F5B9374-C5A2-4BCA-9BCD-850422A5AEA3\",\"0CFC397B-4700-4F06-9B73-DB54235FDE17\"],\"layout\":{\"__isSmartRef__\":true,\"id\":1384},\"_Position\":{\"__isSmartRef__\":true,\"id\":1385},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"isLockOwner\":false,\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":0.9880657804942089,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1303\":{\"submorphs\":[],\"scripts\":[],\"id\":\"DA986B78-1DA0-4B78-A12F-965C94C7333C\",\"shape\":{\"__isSmartRef__\":true,\"id\":1304},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1310},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1311},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1312},\"owner\":{\"__isSmartRef__\":true,\"id\":1302},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1313},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1314}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1316},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1317},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED\",\"307A3596-1175-4EA6-AA27-5BA4C9D95AB7\",\"0EF99131-C569-4C2C-B613-E0D8423C1334\",\"9AECBFB8-25A5-483F-86AD-D7CF9ABC9A25\",\"918C6CC4-3540-4341-BAFD-B195F7807FEE\",\"7E65E15F-55D6-413F-B6E5-6891B4148E12\",\"6A62E83E-3291-4A9C-AF4F-78266B4724B3\",\"89D6D436-5905-4FFE-BDF9-EF1948ADF49A\",\"902626A1-BAFA-4EB3-A6EE-2E8F5ECD597A\",\"CACFC81B-4374-4470-A6CC-4890C1D48F9D\",\"0E085F0F-D903-49A1-937F-E489EB61CBD3\",\"51D6BADE-45FF-49DE-B223-96617E2C484C\",\"39EAD7C9-6776-45D6-9671-039A99A65278\",\"69BA3D44-C1FC-44EA-A6E3-ECABBBBE9C22\",\"8EB71B92-8A42-4105-81E2-2B6969CD7D2C\",\"8F6CC7C5-594F-4BA3-B674-6AE608B66650\",\"5BB91069-A944-4662-A8BD-80EF64583561\",\"471328DC-F7BE-4861-8758-AEEB2A78FB71\",\"77947C98-1FCA-41AA-820F-C9AA55B32B88\"],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"isLockOwner\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1304\":{\"position\":{\"__isSmartRef__\":true,\"id\":1305},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1306},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1307},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1308},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1309},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1305\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1306\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1307\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1308\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1309\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1310\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1311\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1312\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1313\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1314\":{\"style\":{\"__isSmartRef__\":true,\"id\":1315},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1303},\"storedString\":\"save\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1315\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1316\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1317\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1303},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1318\":{\"position\":{\"__isSmartRef__\":true,\"id\":1319},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1320},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1321},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1322},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1332},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1333},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1319\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1320\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1321\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1322\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1323},{\"__isSmartRef__\":true,\"id\":1325},{\"__isSmartRef__\":true,\"id\":1327},{\"__isSmartRef__\":true,\"id\":1329}],\"vector\":{\"__isSmartRef__\":true,\"id\":1331},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1323\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1324}},\"1324\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1325\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1326}},\"1326\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1327\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1328}},\"1328\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1329\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1330}},\"1330\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1331\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1332\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1333\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1334\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1335},{\"__isSmartRef__\":true,\"id\":1337},{\"__isSmartRef__\":true,\"id\":1339},{\"__isSmartRef__\":true,\"id\":1341}],\"vector\":{\"__isSmartRef__\":true,\"id\":1331},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1335\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1336}},\"1336\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1337\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1338}},\"1338\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1339\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1340}},\"1340\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1341\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1342}},\"1342\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1343\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1344\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1302},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":497},\"targetMethodName\":\"doSave\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":1345},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1345\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1346}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1361},\"derivationIds\":[null],\"id\":\"F46012D5-C8BE-4E52-BF98-D052FDAAE17A\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1368},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1369},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":1370},{\"__isSmartRef__\":true,\"id\":1371}],\"con\":{\"__isSmartRef__\":true,\"id\":1344},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1372},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1346\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1347},\"derivationIds\":[null],\"id\":\"A2A83C78-09B8-473C-829B-198206D7A9E4\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1358},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1359},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1360},\"owner\":{\"__isSmartRef__\":true,\"id\":1345},\"_Rotation\":3.077607197692381,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1347\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1348},{\"__isSmartRef__\":true,\"id\":1349},{\"__isSmartRef__\":true,\"id\":1350},{\"__isSmartRef__\":true,\"id\":1351}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1352},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1353},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1354},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1355},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1356},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1357},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1348\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1349\":{\"isAbsolute\":true,\"x\":-12,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1350\":{\"isAbsolute\":true,\"x\":4,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1351\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1352\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1353\":{\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1354\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1355\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1356\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1357\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1358\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1359\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1346},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1360\":{\"x\":201.20421122525056,\"y\":40.24084224505009,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1361\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1362},{\"__isSmartRef__\":true,\"id\":1363}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1364},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1365},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1366},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1367},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1356},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1362\":{\"isAbsolute\":true,\"x\":679.4857209639925,\"y\":9.595948897894004,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1363\":{\"isAbsolute\":true,\"x\":201.20421122525056,\"y\":40.24084224505009,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1364\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1365\":{\"x\":200,\"y\":9,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1366\":{\"x\":480,\"y\":32,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1367\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1368\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1369\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1345},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1370\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1345},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1371\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1345},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":1346},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1372\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":1373}},\"1373\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1374},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString ||\\n 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true,\\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(),\\n visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1379},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1374\":{\"this\":{\"__isSmartRef__\":true,\"id\":1345},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1375}},\"1375\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1376}},\"1376\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1377},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1378},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1377\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1345},\"name\":\"morphMenuItems\"},\"1378\":{},\"1379\":{},\"1380\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1381\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1382\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1302},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1383\":{\"x\":68.77671624028653,\"y\":-14.497241813457947,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1384\":{\"centeredHorizontal\":false,\"moveHorizontal\":true},\"1385\":{\"x\":675.4189853444968,\"y\":9.53851695196505,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1386\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1387}],\"scripts\":[],\"id\":\"AD5FE883-627B-493C-9288-28C13D632466\",\"shape\":{\"__isSmartRef__\":true,\"id\":1402},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1418},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1406},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1419},\"label\":{\"__isSmartRef__\":true,\"id\":1387},\"name\":\"openTestsButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1428},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1429}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1430},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1431},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1432},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1433},\"derivationIds\":[7251,\"84054D2E-8176-440D-B413-279956A34FC2\",\"3D238587-ED65-4137-9156-BFC9C8736E26\",\"00595EF3-8058-4924-A096-17D5050C2615\",\"B599ACB2-7293-493C-9377-E233B6C369EF\",\"1F49694F-9CDE-43A8-9D7C-1A902C09936E\",\"D6AD170D-CB11-4A9A-9E4B-D5509CF7BD1E\",\"F57418D2-0EB4-4B97-8840-9C7881708C00\",\"36E12BD5-78E6-4A3F-9C59-CB32E637283A\",\"A0A13AD5-D53E-44D7-96AB-157ED26817D8\",\"3A957C0F-9271-4219-BEAE-28B04FDC2698\",\"0BB80933-2798-4D54-B99C-042D58DC1AD9\",\"F6FDD56C-B63D-4E77-8A49-5FEB80929BFB\",\"4595DB28-C6F0-44EF-AEEC-EF472925E20C\",\"7AB3BB10-C6AD-4EC2-AF77-AB58AFBC4BEE\",\"8942490F-995B-4F02-86B7-3F78FC7772CC\"],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"isLockOwner\":false,\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":0.9940149800149939,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1387\":{\"submorphs\":[],\"scripts\":[],\"id\":\"9E825B51-D91A-48DC-92AC-33D1766EEF43\",\"shape\":{\"__isSmartRef__\":true,\"id\":1388},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1394},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1395},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1396},\"owner\":{\"__isSmartRef__\":true,\"id\":1386},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1397},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1398}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1400},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1401},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2\",\"6B329FE4-42E0-4EEF-8CBC-77DFB257830F\",\"4550D795-1DFE-4823-9933-A0EE3D492900\",\"A60F7395-3B55-4855-ADD5-54363CA481D8\",\"4C5FBFD1-E919-4D22-9C52-80C95B1ADC20\",\"38FE1E9A-73A0-4885-BDA1-1C6A64554B7A\",\"A50FD742-1B5C-4948-B2AF-8E86B3ED6F30\",\"1F364058-76A9-4F99-8443-2BF5D78A9D63\",\"34913C80-F880-4D3F-9B97-93B98D5625CF\",\"1FE33E11-39E7-4119-B52B-805899EE8D47\",\"F6E2FE73-5067-4AD3-976F-BF4413ADDBF9\",\"B40BA45F-F7DD-4287-99D6-321ED625B633\",\"BC69EEC7-4984-446C-94EA-507BFCE56C86\",\"F508FF53-31C6-498F-B069-4418B2655BA0\",\"8C65C890-1FA8-466E-B307-11A26D3B7407\"],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"isLockOwner\":false,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1388\":{\"position\":{\"__isSmartRef__\":true,\"id\":1389},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1390},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1391},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1392},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1393},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1389\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1390\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1391\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1392\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1393\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1394\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1395\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1396\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1397\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1398\":{\"style\":{\"__isSmartRef__\":true,\"id\":1399},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1387},\"storedString\":\"Tests\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1399\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1400\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1401\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1387},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1402\":{\"position\":{\"__isSmartRef__\":true,\"id\":1403},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1404},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1405},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1406},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1416},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1417},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1403\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1404\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1405\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1406\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1407},{\"__isSmartRef__\":true,\"id\":1409},{\"__isSmartRef__\":true,\"id\":1411},{\"__isSmartRef__\":true,\"id\":1413}],\"vector\":{\"__isSmartRef__\":true,\"id\":1415},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1407\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1408}},\"1408\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1409\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1410}},\"1410\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1411\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1412}},\"1412\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1413\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1414}},\"1414\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1415\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1416\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1417\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1418\":{\"x\":510,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1419\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1420},{\"__isSmartRef__\":true,\"id\":1422},{\"__isSmartRef__\":true,\"id\":1424},{\"__isSmartRef__\":true,\"id\":1426}],\"vector\":{\"__isSmartRef__\":true,\"id\":1415},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1420\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1421}},\"1421\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1422\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1423}},\"1423\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1424\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1425}},\"1425\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1426\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1427}},\"1427\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1428\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1429\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1386},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"openPartTestRunner\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1430\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1431\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1432\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1386},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1433\":{\"x\":65.95178327801523,\"y\":-8.024108360992386,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1434\":{\"submorphs\":[],\"scripts\":[],\"id\":\"67A1FCB4-6767-434E-9B2E-4387FEB15F96\",\"shape\":{\"__isSmartRef__\":true,\"id\":1435},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":false,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1441},\"_MaxTextWidth\":64.8979476392384,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1438},\"showsHalos\":false,\"_FontSize\":9,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorScriptsText3\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1442},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1443}],\"charsReplaced\":\"Scripts\",\"lastFindLoc\":-7,\"priorSelectionRange\":[0,7],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1445},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1446},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1447},\"_WhiteSpaceHandling\":\"pre-wrap\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":64.8979476392384,\"_MinTextHeight\":null,\"_ClipMode\":\"visible\",\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1448},\"eventsAreIgnored\":true,\"isCopyMorphRef\":true,\"morphRefId\":27,\"derivationIds\":[223,\"5E3A69EF-26C1-4D0D-B04C-8C3894017F56\",\"14AB1B91-3ED6-49AE-AA58-47D18B6C569F\",\"991D4A54-1FC4-4BC7-AA82-F814AC52CDE3\",\"DB9B19F7-4390-4CE5-9B1D-62177CB8D605\",\"8F7B2EE9-9538-4044-B75B-6A12F3108B70\",\"4B9F9B4B-C7D3-418D-9AC9-10503A4EBF8E\",\"BBD8C74C-AA36-42AB-BC9B-14102EB539F6\",\"1B71CADF-9C83-490E-87DC-23E0CA2298CE\",\"DCC82F37-4930-439A-B2D2-54E8679BAC76\",\"39B9F5C7-0B53-47A6-A41C-FE197CDBBDDB\",\"E35E39E1-789C-444C-81E6-60F90AD951DD\",\"7C8690CD-9111-49BB-8A2A-3BC7969AE88C\",\"98DBBC76-0182-4A73-9DFB-FA3389CB026B\",\"3F4F1891-B298-4AC4-808B-24CEEA557459\",\"6BE7AD80-1782-467C-B033-54DF1E1F55C0\",\"59849D96-B264-44C4-9ECD-7A12A832DA74\",\"EAAB9569-E0AC-4102-B798-7D0570DF524F\",\"C8CC8285-06DE-4331-8938-988F7B181E5D\",\"F53E2457-3876-4CB0-BAD0-E5EB21D7715E\",\"99DDD6A7-FE39-4A97-91CC-43F66109E234\",\"A6BD7A38-4119-48E4-A97A-7C016B197EE2\"],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"isLockOwner\":false,\"_Rotation\":0,\"_Scale\":0.9801888648295339,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1435\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1436},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1437},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1438},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1439},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1440},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1436\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1437\":{\"x\":64.8979476392384,\"y\":14,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1438\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1439\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1440\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1441\":{\"x\":201.0851019455509,\"y\":50.257772129123396,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1442\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1443\":{\"style\":{\"__isSmartRef__\":true,\"id\":1444},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1434},\"storedString\":\"Tags:\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1444\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1445\":{\"x\":64.8979476392384,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1446\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1447\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1434},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1448\":{\"x\":46.85990195761653,\"y\":-9.163922615350018,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1449\":{\"submorphs\":[],\"scripts\":[],\"id\":\"FEE87652-208D-4620-9032-5EB5C47B698C\",\"shape\":{\"__isSmartRef__\":true,\"id\":1450},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":true,\"allowsInput\":true,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1457},\"_MaxTextWidth\":383.508118745059,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1453},\"showsHalos\":false,\"_FontSize\":14,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"TagsEntry\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1458},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1461}],\"charsReplaced\":\"\",\"lastFindLoc\":7,\"priorSelectionRange\":[15,15],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1463},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1464},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1465},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_Padding\":{\"__isSmartRef__\":true,\"id\":1466},\"_ClipMode\":\"hidden\",\"derivationIds\":[355,\"1EB1674F-8BF2-419B-B054-86129ED70335\",\"5427549B-2650-4E9A-8D4B-F63501AFF44B\",\"8FF4130A-1A54-481A-B321-4F5E7715B84E\",\"4A142418-922F-4CDA-8C5D-B810D42B543B\",\"0F207504-6F3C-4F9F-8D04-F4260BFA6D2D\",\"5406FAB6-2C7C-456F-94F5-2314478F16B1\",\"EDBD3C78-9151-4F20-BBAD-26FD1C11A7CB\"],\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":383.508118745059,\"_MinTextHeight\":null,\"previousSelection\":[12,12],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1467},\"savedTextString\":\"[\\\"test\\\", 'foo']\",\"isInputLine\":true,\"allowInput\":true,\"isLockOwner\":false,\"_Rotation\":0,\"_Scale\":0.9801888648295339,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1450\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1451},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1452},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1453},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1454},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1455},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_Fill\":{\"__isSmartRef__\":true,\"id\":1456},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1451\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1452\":{\"x\":391.508118745059,\"y\":24.979788451102458,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1453\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1454\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1455\":{\"x\":4,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1456\":{\"r\":0.921,\"g\":0.921,\"b\":0.921,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1457\":{\"x\":233.33463002960926,\"y\":48.977392988826864,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1458\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"changes\":[{\"__isSmartRef__\":true,\"id\":1459}],\"revisionOnLoad\":141269,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1459\":{\"date\":{\"__isSmartRef__\":true,\"id\":1460},\"author\":\"undefined\",\"message\":\"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.\",\"id\":\"BD5B0E4C-4830-4863-A013-35BB66D5AD6F\"},\"1460\":{\"isSerializedDate\":true,\"string\":\"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)\"},\"1461\":{\"style\":{\"__isSmartRef__\":true,\"id\":1462},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1449},\"storedString\":\"[]\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1462\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1463\":{\"x\":391.508118745059,\"y\":24.979788451102458,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1464\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1465\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1449},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1466\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1467\":{\"x\":322,\"y\":-13.145815705892545,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1468\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1469}],\"scripts\":[],\"id\":\"E6A7D8FA-6D86-48ED-B94C-6D8A5F9A74A7\",\"shape\":{\"__isSmartRef__\":true,\"id\":1484},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1500},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1487},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1501},\"label\":{\"__isSmartRef__\":true,\"id\":1469},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1510},\"name\":\"ObjectEditorMorphSelector\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1511},\"list\":[],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1512},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1513},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1514},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1515},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"textString\":\"\",\"selection\":{\"__isSmartRef__\":true,\"id\":1516},\"_ClipMode\":\"visible\",\"prevScroll\":[0,0],\"listMorph\":null,\"derivationIds\":[221,\"4AC64FBA-95AC-42B2-A078-B6DA97889093\",\"E26ED0E6-C4CE-4C82-94D5-175270E8459E\",\"D292F2FC-C2B6-48AE-B779-8CC5868FFA49\",\"53A862EB-032C-4BF0-9B21-58C7E0C0A9B2\",\"CC4D188B-510F-48DE-A0E1-EC8D2CD63F9F\",\"0CD057F2-3517-4849-A69E-1EF79B05ACE8\",\"FCB5AC20-8EDD-454C-8060-0D8A819EA8CC\",\"44067B9D-617A-44C0-87C2-34049A67D504\",\"459701D2-8B97-438B-94DB-342D6F020607\",\"B0598300-449A-4BFB-B433-D89ED61D3D80\",\"8BA4395D-FDA1-457C-A16B-0AB9E3CF4BA8\",\"02EBE588-3991-41A8-B178-CDA6D074D5C2\",\"FBC9D2ED-711E-4EB2-A4B5-AF7B1D435F75\",\"24CE2774-4686-49F6-8A8A-96703E5CA4D5\",\"492EBB52-B198-4489-BAE6-CDEFD0E1B4E7\",\"3F5CE1C8-CA5B-4417-ABC1-1EA6C99C3BC7\",\"B3E4AC8B-7ED2-4146-B1DD-53390948A999\",\"F0772CE8-8B74-4712-8449-5C46958F679E\",\"4B86ACDF-0F06-4C0B-823C-C3540ECB7CE2\",\"A16E6558-2CA9-4166-A965-8C6BA6414E06\"],\"isLockOwner\":false,\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1533},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1469\":{\"submorphs\":[],\"scripts\":[],\"id\":\"F7E561CB-47C2-4572-893D-1CF7AA40F9C5\",\"shape\":{\"__isSmartRef__\":true,\"id\":1470},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":220,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1476},\"textColor\":{\"__isSmartRef__\":true,\"id\":1473},\"owner\":{\"__isSmartRef__\":true,\"id\":1468},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1477}],\"padding\":{\"__isSmartRef__\":true,\"id\":1479},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1479},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1480},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1481}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1482},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1483},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":220,\"_MinTextHeight\":null,\"_Align\":\"left\",\"_FontFamily\":\"Arial\",\"_FontSize\":11,\"derivationIds\":[222,\"30F054A3-7658-405B-8098-B7D87AA8A9ED\",\"556D6E07-45B7-42EC-A486-DE275EF0B034\",\"06B0B080-467A-46CC-8B0D-9C0A9B9A71F1\",\"5E2D96C9-BB9B-4735-8673-A79847435197\",\"B48AA022-2022-4A2A-9090-4D884FB3DFD3\",\"8B2F743A-98C5-45E1-B03C-5019114EAC47\",\"926741C7-A8EC-4D1C-9C34-A7BA992FF28A\",\"6455B12A-6B80-4CE0-B78B-CE8D3837E4B0\",\"7913F91D-152F-45A4-AE83-4EBFE8BF77ED\",\"2EEFDE09-7582-4267-822E-6F87276CB558\",\"1846050C-8AE6-4CF0-8E82-F0094C07DF1C\",\"8081A950-821A-45C1-AB8A-BE1DEA5A079D\",\"E8BD872D-8359-445C-8598-11921C8DF5C0\",\"628A8ABB-D252-44C2-A691-787E10FB688A\",\"FF42C2CF-EE50-49A8-9CB0-1FE0D9750CB4\",\"B188F008-4C66-4D53-9688-2502DC79AFE4\",\"823A140D-ECB8-4601-A9D3-F94BA4B7113B\",\"0D5505BB-F13D-4FD0-A089-452C2FFA1B04\",\"81A1C9E2-A477-4386-A258-CCC63F3B2EE5\",\"60B14D45-B826-4A25-8424-C21D12AEF90D\"],\"isLockOwner\":false,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1470\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1471},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1472},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1473},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1474},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1475},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1471\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1472\":{\"x\":220,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1473\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1474\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1475\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1476\":{\"x\":2,\"y\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1477\":{\"style\":{\"__isSmartRef__\":true,\"id\":1478},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1469},\"storedString\":\"empty\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1478\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1479\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1480\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1481\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1469},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1468},\"targetMethodName\":\"selection\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1482\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1483\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1469},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1484\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1485},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1486},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1487},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1497},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1498},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1499},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1485\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1486\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1487\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1488},{\"__isSmartRef__\":true,\"id\":1490},{\"__isSmartRef__\":true,\"id\":1492},{\"__isSmartRef__\":true,\"id\":1494}],\"vector\":{\"__isSmartRef__\":true,\"id\":1496},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1488\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1489}},\"1489\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1490\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1491}},\"1491\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1492\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1493}},\"1493\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1494\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1495}},\"1495\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1496\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1497\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1498\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1499\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1500\":{\"x\":241.15654326393195,\"y\":10.051355170231119,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1501\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1502},{\"__isSmartRef__\":true,\"id\":1504},{\"__isSmartRef__\":true,\"id\":1506},{\"__isSmartRef__\":true,\"id\":1508}],\"vector\":{\"__isSmartRef__\":true,\"id\":1496},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1502\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1503}},\"1503\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1504\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1505}},\"1505\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1506\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1507}},\"1507\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1508\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1509}},\"1509\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1510\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1511\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"partName\":\"ChoiceButton\",\"comment\":\"Click on it and you get a list of things to choose from.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1512\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1513\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1468},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1514\":{\"x\":163.49122475735174,\"y\":-15.233000571157135,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1515\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1516\":{\"submorphs\":[],\"scripts\":[],\"id\":181,\"shape\":{\"__isSmartRef__\":true,\"id\":1517},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1523},\"_MaxTextWidth\":580,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1524},\"showsHalos\":false,\"_FontSize\":28,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Title\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1525},\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1526},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1527},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1528}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1530},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1531},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":580,\"_MinTextHeight\":null,\"_Rotation\":0,\"_Scale\":1.002003004005006,\"previousSelection\":[35,35],\"priorSelectionRange\":[23,23],\"charsReplaced\":\"WIP / Proof of Concept\",\"lastFindLoc\":22,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1532},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"isCopyMorphRef\":true,\"morphRefId\":2,\"prevScroll\":[0,0],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1517\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1518},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1519},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1520},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1521},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1522},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1518\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1519\":{\"x\":580,\"y\":43,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1520\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1521\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1522\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1523\":{\"x\":37,\"y\":23,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1524\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1525\":{\"partsSpaceName\":\"PartsBin/Worlds/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"For example a world title.\",\"partName\":\"Title\",\"migrationLevel\":2,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1526\":{\"r\":0,\"g\":0.309,\"b\":0.595,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1527\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\"},\"1528\":{\"style\":{\"__isSmartRef__\":true,\"id\":1529},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1516},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1529\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1530\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1516},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1531\":{\"x\":580,\"y\":43,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1532\":{\"x\":221,\"y\":-12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1533\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":1534},\"getList\":{\"__isSmartRef__\":true,\"id\":1538},\"removeList\":{\"__isSmartRef__\":true,\"id\":1542},\"reset\":{\"__isSmartRef__\":true,\"id\":1546},\"displayTopLevelMorphs\":{\"__isSmartRef__\":true,\"id\":1550},\"onMouseDown\":{\"__isSmartRef__\":true,\"id\":1554},\"setTargetOfPane\":{\"__isSmartRef__\":true,\"id\":1562},\"setTargetToListSelection\":{\"__isSmartRef__\":true,\"id\":1566},\"onBlur\":{\"__isSmartRef__\":true,\"id\":1570},\"setTarget\":{\"__isSmartRef__\":true,\"id\":1578},\"setTargetOnSelection\":{\"__isSmartRef__\":true,\"id\":1582}},\"1534\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1535},\"source\":\"function createListMorph() {\\n var items = this.getList();\\n \\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\\n\\n var listMorph = new lively.morphic.List(extent);\\n listMorph.setList(items);\\n listMorph.setFontSize(10);\\n\\n listMorph.disableGrabbing();\\n listMorph.disableDragging();\\n\\n connect(listMorph, 'selection', this, 'setTargetToListSelection');\\n \\n return listMorph;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1536},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1535\":{\"this\":{\"__isSmartRef__\":true,\"id\":1468}},\"1536\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1537},\"user\":\"lauritz\",\"tags\":[]},\"1537\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 13 2011 18:55:41 GMT+0100 (CET)\"},\"1538\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1539},\"source\":\"function getList() {\\n var worldEntry = {\\n isListItem: true,\\n selectionString: 'World',\\n string: 'World',\\n value: this.world()\\n };\\n var list = this.world().indentedListItemsOfMorphNames();\\n list.unshift(worldEntry);\\n return list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1540},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1539\":{\"this\":{\"__isSmartRef__\":true,\"id\":1468}},\"1540\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1541},\"user\":\"lauritz\",\"tags\":[]},\"1541\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 21 2011 23:12:23 GMT+0100 (CET)\"},\"1542\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1543},\"source\":\"function removeList() {\\n this.listMorph && this.listMorph.remove();\\n this.listMorph = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1544},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1543\":{\"this\":{\"__isSmartRef__\":true,\"id\":1468}},\"1544\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1545},\"user\":\"lauritz\",\"tags\":[]},\"1545\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:51:07 GMT+0100 (CET)\"},\"1546\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1547},\"source\":\"function reset() {\\n this.list = [];\\n this.setLabel('empty');\\n this.label.setAlign('left');\\n this.removeList();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'});\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1548},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1547\":{\"this\":{\"__isSmartRef__\":true,\"id\":1468}},\"1548\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1549},\"user\":\"lauritz\",\"tags\":[]},\"1549\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:34:06 GMT+0100 (CET)\"},\"1550\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1551},\"source\":\"function displayTopLevelMorphs() {\\n var list = this.createListMorph(); \\n if (this.getList().length === 0) return;\\n this.addMorph(list);\\n this.listMorph = list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1552},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1551\":{\"this\":{\"__isSmartRef__\":true,\"id\":1468}},\"1552\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1553},\"user\":\"lauritz\",\"tags\":[]},\"1553\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 13 2011 18:53:20 GMT+0100 (CET)\"},\"1554\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1555},\"source\":\"function onMouseDown(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n // clicked on morph, not the list, not the list's scrollbar\\n if (evt.target === this.renderContext().shapeNode)\\n this.removeList();\\n } else {\\n this.displayTopLevelMorphs();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1560},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1555\":{\"this\":{\"__isSmartRef__\":true,\"id\":1468},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1556}},\"1556\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1557}},\"1557\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1558},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1559},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1558\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1468},\"name\":\"onMouseDown\"},\"1559\":{},\"1560\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1561},\"user\":\"lauritz\",\"tags\":[]},\"1561\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:30:39 GMT+0100 (CET)\"},\"1562\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1563},\"source\":\"function setTargetOfPane(selection) {\\n this.owner.setTarget(selection);\\n this.label.setAlign('left');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1564},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1563\":{\"this\":{\"__isSmartRef__\":true,\"id\":1468}},\"1564\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1565},\"user\":\"lauritz\",\"tags\":[]},\"1565\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 04:30:42 GMT+0100 (CET)\"},\"1566\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1567},\"source\":\"function setTargetToListSelection() { \\n var selection = this.listMorph.selection;\\n this.removeList();\\n if (!selection) return;\\n if (this.owner.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function (confirmed) {\\n if (confirmed) that.setTargetOfPane(selection);\\n }\\n this.owner.confirmUnsavedChanges(callback);\\n } else {\\n this.setTargetOfPane(selection);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1568},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1567\":{\"this\":{\"__isSmartRef__\":true,\"id\":1468}},\"1568\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1569},\"user\":\"lauritz\",\"tags\":[]},\"1569\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 06:06:48 GMT+0100 (CET)\"},\"1570\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1571},\"source\":\"function onBlur(evt) {\\n $super(evt);\\n \\n // workaround - otherwise other morphs get this event\\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\\n this.removeList();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1576},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1571\":{\"this\":{\"__isSmartRef__\":true,\"id\":1468},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1572}},\"1572\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1573}},\"1573\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1574},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1575},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1574\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1468},\"name\":\"onBlur\"},\"1575\":{},\"1576\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1577},\"user\":\"lauritz\",\"tags\":[]},\"1577\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:30:08 GMT+0100 (CET)\"},\"1578\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1579},\"source\":\"function setTarget(target) {\\n this.label.setTextString(target.getName() || target.toString());\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1580},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1579\":{\"this\":{\"__isSmartRef__\":true,\"id\":1468}},\"1580\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1581},\"user\":\"lauritz\",\"tags\":[]},\"1581\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 04:29:39 GMT+0100 (CET)\"},\"1582\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1583},\"source\":\"function setTargetOnSelection() {\\n if (this.listMorph && this.listMorph.renderContext() && this.listMorph.renderContext().listNode.value) {\\n this.setTargetToListSelection();\\n this.stopStepping();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1584},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1583\":{\"this\":{\"__isSmartRef__\":true,\"id\":1468}},\"1584\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1585},\"user\":\"lauritz\",\"tags\":[]},\"1585\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 06:12:06 GMT+0100 (CET)\"},\"1586\":{\"position\":{\"__isSmartRef__\":true,\"id\":1587},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1588},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1589},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1590},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1591},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1592},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1587\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1588\":{\"x\":909.0285365288845,\"y\":526.612532614436,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1589\":{\"r\":0.372,\"g\":0.369,\"b\":0.372,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1590\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1591\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"1592\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1593\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"Edit scripts and connections of a specific morph.\",\"migrationLevel\":4,\"partName\":\"ObjectEditorPane\",\"changes\":[{\"__isSmartRef__\":true,\"id\":1594}],\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1594\":{\"date\":{\"__isSmartRef__\":true,\"id\":1595},\"author\":\"lauritz\",\"message\":\"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items.\"},\"1595\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 21 2011 00:39:30 GMT+0200 (CEST)\"},\"1596\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1597\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1598\":{\"x\":909.0285365288845,\"y\":526.612532614436,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1599\":{\"resizeWidth\":true,\"resizeHeight\":true,\"adjustForNewBounds\":true},\"1600\":{\"x\":350.2386236582805,\"y\":-3.2455173507596555,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1601\":{\"x\":0.971126750461849,\"y\":21.45669012569269,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1602\":{\"displayInitialScript\":{\"__isSmartRef__\":true,\"id\":1603},\"displayJavaScriptSource\":{\"__isSmartRef__\":true,\"id\":1607},\"displaySourceForConnection\":{\"__isSmartRef__\":true,\"id\":1611},\"displaySourceForScript\":{\"__isSmartRef__\":true,\"id\":1615},\"generateSourceForConnection\":{\"__isSmartRef__\":true,\"id\":1619},\"generateSourceForScript\":{\"__isSmartRef__\":true,\"id\":1623},\"generateTargetCode\":{\"__isSmartRef__\":true,\"id\":1627},\"newConnection\":{\"__isSmartRef__\":true,\"id\":1631},\"newScript\":{\"__isSmartRef__\":true,\"id\":1635},\"reset\":{\"__isSmartRef__\":true,\"id\":1639},\"selectChangedContent\":{\"__isSmartRef__\":true,\"id\":1643},\"setTarget\":{\"__isSmartRef__\":true,\"id\":1647},\"sortedConnectionNamesOfObj\":{\"__isSmartRef__\":true,\"id\":1651},\"sortedScriptNamesOfObj\":{\"__isSmartRef__\":true,\"id\":1655},\"updateLists\":{\"__isSmartRef__\":true,\"id\":1659},\"onShutdown\":{\"__isSmartRef__\":true,\"id\":1663},\"confirmUnsavedChanges\":{\"__isSmartRef__\":true,\"id\":1667},\"update\":{\"__isSmartRef__\":true,\"id\":1671},\"ensureAnnotationLayer\":{\"__isSmartRef__\":true,\"id\":1675},\"migrateOldScriptAnnotations\":{\"__isSmartRef__\":true,\"id\":1679},\"copyToPartsBinWithUserRequest\":{\"__isSmartRef__\":true,\"id\":1683},\"printTags\":{\"__isSmartRef__\":true,\"id\":1691},\"setTag\":{\"__isSmartRef__\":true,\"id\":1695},\"runScript\":{\"__isSmartRef__\":true,\"id\":1699},\"openPartTestRunner\":{\"__isSmartRef__\":true,\"id\":1703},\"saveScriptWithSource\":{\"__isSmartRef__\":true,\"id\":1707},\"removeTimeStampComment\":{\"__isSmartRef__\":true,\"id\":1711}},\"1603\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1604},\"source\":\"function displayInitialScript() {\\n if (this.scriptList.getList().size() > 1) {\\n this.scriptList.preselectItem();\\n } else if (this.connectionList.getList().size() > 1) {\\n this.connectionList.preselectItem();\\n } else {\\n this.scriptList.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1605},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1604\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1605\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1606},\"user\":\"lauritz\",\"tags\":[]},\"1606\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:13:43 GMT+0100 (CET)\"},\"1607\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1608},\"source\":\"function displayJavaScriptSource(jsCode, scriptName) {\\n if (this.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function(confirmed) {\\n if (confirmed) that.scriptPane.display(jsCode)\\n };\\n this.confirmUnsavedChanges(callback);\\n } else {\\n this.scriptPane.display(jsCode);\\n if (scriptName) {\\n this.get('TagsEntry').textString = this.printTags(this.target[scriptName]);\\n }\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1609},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1608\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1609\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1610},\"user\":\"fabian\",\"tags\":[]},\"1610\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 22:50:49 GMT+0100 (CET)\"},\"1611\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1612},\"source\":\"function displaySourceForConnection(connection) {\\n var code = \\\"\\\", that = this;\\n if (connection === undefined) return;\\n if (connection === null) {\\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\\\"\\\\n\\\\n\\\");\\n });\\n code = code.substring(0, code.length - \\\"\\\\n\\\\n\\\".length - 1);\\n } else {\\n code = this.generateSourceForConnection(connection);\\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1613},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1612\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1613\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1614},\"user\":\"conradcalmez\",\"tags\":[]},\"1614\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 14:59:30 GMT+0100 (CET)\"},\"1615\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1616},\"source\":\"function displaySourceForScript(scriptName) {\\n var code = \\\"\\\",\\n that = this;\\n if (scriptName === null) {\\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForScript(each)).concat(\\\"\\\\n\\\\n\\\\n\\\");\\n });\\n code = code.substring(0, code.length - \\\"\\\\n\\\\n\\\\n\\\".length - 1);\\n } else {\\n code = this.generateSourceForScript(scriptName); \\n }\\n this.displayJavaScriptSource(code, scriptName);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1617},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1616\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1617\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1618},\"user\":\"fabian\",\"tags\":[]},\"1618\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 22:28:26 GMT+0100 (CET)\"},\"1619\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1620},\"source\":\"function generateSourceForConnection(connection) {\\n var c = connection, targetObject = this.target;\\n\\tif (!c.getTargetObj() || !c.getTargetObj().name || \\n\\t\\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\\n\\n\\tvar optConfig = []\\n\\tif (c.converterString)\\n\\t\\toptConfig.push(\\\"converter: \\\\n\\\\t\\\" + c.converterString)\\n\\tif (c.updaterString)\\n\\t\\toptConfig.push(\\\"updater: \\\\n\\\\t\\\" + c.updaterString)\\n\\treturn Strings.format('connect(%s, \\\"%s\\\", %s, \\\"%s\\\", {%s});', \\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getSourceObj()),\\n\\t\\t\\tc.getSourceAttrName(),\\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getTargetObj()),\\n\\t\\t\\tc.getTargetMethodName(),\\n\\t\\t\\toptConfig.join(','));\\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1621},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1620\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1621\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1622},\"user\":\"lauritz\",\"tags\":[]},\"1622\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)\"},\"1623\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1624},\"source\":\"function generateSourceForScript(scriptName) {\\n var script = this.target[scriptName],\\n annotation = '',\\n scriptSource = script.sourceString ||\\n script.getOriginal().sourceString ||\\n String(script);\\n\\n scriptSource = this.removeTimeStampComment(scriptSource);\\n\\n if (script.timestamp && script.user) \\n annotation = Strings.format('// changed on %s by %s \\\\n', script.timestamp, script.user);\\n \\n // FIXME: fix getOriginal!\\n scriptSource = Strings.format('%s', scriptSource);\\n\\n return annotation + scriptSource;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1625},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1624\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1625\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1626},\"user\":\"robertkrahn\",\"tags\":[]},\"1626\":{\"isSerializedDate\":true,\"string\":\"Thu Mar 08 2012 19:08:46 GMT+0100 (CET)\"},\"1627\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1628},\"source\":\"function generateTargetCode(baseObject, targetObject) {\\n\\tvar name = targetObject.name;\\n\\tif (baseObject === targetObject) \\n\\t\\treturn \\\"this\\\";\\n\\telse if (baseObject[name] === targetObject) \\n\\t\\treturn \\\"this.\\\" + name;\\n\\telse if (baseObject.testObject === targetObject) \\n\\t\\treturn \\\"this.testObject\\\";\\n\\telse if (baseObject.get(name) === targetObject) \\n\\t\\treturn 'this.get(\\\"' + name + '\\\")';\\n\\telse if (targetObject instanceof Morph) \\n\\t\\treturn '$morph(\\\"' + name + '\\\")';\\n\\telse \\n\\t\\treturn \\\"????\\\";\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1629},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1628\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1629\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1630},\"user\":\"lauritz\",\"tags\":[]},\"1630\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)\"},\"1631\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1632},\"source\":\"function newConnection() {\\n if (this.target) {\\n var code = \\\"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1633},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1632\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1633\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1634},\"user\":\"lauritz\",\"tags\":[]},\"1634\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)\"},\"1635\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1636},\"source\":\"function newScript() {\\n if (this.target) {\\n var code = \\\"function SCRIPTNAME() {\\\\n \\\\n}\\\";\\n this.displayJavaScriptSource(code);\\n this.get('TagsEntry').textString = '[]';\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1637},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1636\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1637\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1638},\"user\":\"fabian\",\"tags\":[]},\"1638\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 22:55:15 GMT+0100 (CET)\"},\"1639\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1640},\"source\":\"function reset() {\\n this.scriptPane = this.get('ObjectEditorScriptPane')\\n this.scriptList = this.get('ObjectEditorScriptList')\\n this.connectionList = this.get('ObjectEditorConnectionList')\\n this.morphSelector = this.get('ObjectEditorMorphSelector')\\n this.get('TagsEntry').textString = '[]';\\n this.target = null;\\n this.scriptPane.reset();\\n this.scriptList.setList();\\n this.scriptList.selection = null;\\n this.connectionList.setList();\\n this.connectionList.selection = null;\\n this.morphSelector.reset();\\n this.tagChooser.reset();\\n this.currentTag = null;\\n this.stopStepping();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1641},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1640\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1641\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1642},\"user\":\"fabian\",\"tags\":[]},\"1642\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 07 2012 22:37:40 GMT+0100 (CET)\"},\"1643\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1644},\"source\":\"function selectChangedContent(source) {\\n\\n var addScriptRegex = /this\\\\.addScript\\\\s*\\\\(\\\\s*function\\\\s*([^\\\\(]*)/g;\\n var addScriptMatches = [];\\n var addScriptMatch = addScriptRegex.exec(source);\\n while (addScriptMatch) {\\n addScriptMatches.push(addScriptMatch[1]);\\n addScriptMatch = addScriptRegex.exec(source);\\n }\\n \\n // if scripts were added, select either a specific one or all\\n if (addScriptMatches.length > 0) { \\n if (addScriptMatches.length === 1) {\\n return this.scriptList.selectAddedScript(addScriptMatches[0]);\\n }\\n return this.scriptList.selectAt(0);\\n }\\n\\n var connectionRegex = \\n /connect\\\\(\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"\\\\s*,\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"/g;\\n var connectionMatches = [];\\n var connectionMatch = connectionRegex.exec(source);\\n while (connectionMatch) {\\n connectionMatches.push(connectionMatch);\\n connectionMatch = connectionRegex.exec(source);\\n }\\n\\n // if connections were made, select either a specific one or all\\n if (connectionMatches.length > 0) {\\n if (connectionMatches.length === 1) {\\n var match = connectionMatches[0];\\n for (var i=0; i -1) {\n var c = this.connectionList.selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n this.updateLists();\n this.displayInitialScript();\n } \n}","funcProperties":{"__isSmartRef__":true,"id":69920},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"69919":{"this":{"__isSmartRef__":true,"id":69103}},"69920":{},"69921":{"varMapping":{"__isSmartRef__":true,"id":69922},"source":"function updateLists() {\n this.scriptList.setList(this.sortedScriptNamesOfObj(this.target));\n var scriptListItems = this.scriptList.getList();\n scriptListItems.unshift(\"-- ALL --\");\n this.scriptList.setList(scriptListItems);\n\n this.connectionList.setList(this.sortedConnectionNamesOfObj(this.target));\n var connectionListItems = this.connectionList.getList();\n connectionListItems.unshift(\"-- ALL --\");\n this.connectionList.setList(connectionListItems);\n}","funcProperties":{"__isSmartRef__":true,"id":69923},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"69922":{"this":{"__isSmartRef__":true,"id":69103}},"69923":{},"69924":{"varMapping":{"__isSmartRef__":true,"id":69925},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.selectAt(0);\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.selectAt(0);\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":69926},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"69925":{"this":{"__isSmartRef__":true,"id":69103}},"69926":{},"69927":{"varMapping":{"__isSmartRef__":true,"id":69928},"source":"function reset() {\n this.target = null;\n this.scriptPane.doitContext = null;\n this.scriptList.setList();\n this.connectionList.setList();\n this.scriptPane.setTextString(\"\");\n this.morphSelector.reset();\n}","funcProperties":{"__isSmartRef__":true,"id":69929},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"69928":{"this":{"__isSmartRef__":true,"id":69103}},"69929":{},"69930":{"varMapping":{"__isSmartRef__":true,"id":69931},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n var index = this.scriptList.getList().indexOf(addScriptMatches[0]);\n if (index > -1) { \n return this.scriptList.selectAt(index);\n }\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i -1) {\n var c = selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n editor.updateLists();\n editor.displayInitialScript();\n } \n }\n\n var message = 'Disconnect \"' + selection[0] +'\" connection?';\n var callback = disconnectConnection;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":70133},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"70132":{"this":{"__isSmartRef__":true,"id":70078}},"70133":{"timestamp":{"__isSmartRef__":true,"id":70134},"user":"lauritz","categories":[]},"70134":{"isSerializedDate":true,"string":"Fri Nov 11 2011 01:46:54 GMT+0100 (Mitteleuropäische Zeit)"},"70135":{"submorphs":[{"__isSmartRef__":true,"id":70136}],"scripts":[],"id":"EFCBE4E1-6590-4005-8A50-D37E865C459E","shape":{"__isSmartRef__":true,"id":70152},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":70168},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":70155},"lighterFill":{"__isSmartRef__":true,"id":70169},"label":{"__isSmartRef__":true,"id":70136},"attributeConnections":[{"__isSmartRef__":true,"id":70178}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":70180},"name":"ObjectEditorRemoveScriptButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":70181},"renderContextTable":{"__isSmartRef__":true,"id":70182},"priorExtent":{"__isSmartRef__":true,"id":70183},"owner":{"__isSmartRef__":true,"id":69085},"eventHandler":{"__isSmartRef__":true,"id":70184},"isCopyMorphRef":true,"morphRefId":24,"draggingEnabled":false,"objectEditorPane":{"__isSmartRef__":true,"id":69085},"distanceToDragEvent":{"__isSmartRef__":true,"id":70185},"derivationIds":[217,"FDC10087-12CF-4570-9211-8309CB6A9AA3","E18FC530-4B1F-4F08-8DA6-3866A3519E56","04A2AAC3-6A9E-40BB-9408-EBB2567EE63B","8C1A42CE-840C-4AAE-BD79-C93A445B9EBF","61FC11FA-B87E-4EFE-BD15-564D3178B68B","ED34F9B5-9E00-41B3-8313-D9C3D6B3B231","53BFD03D-D218-488F-AB07-47740A4D619C","4BDF543E-5B60-4A9C-B92A-0CD374DDA207","FD57753F-33FD-4C65-A2D6-27C86C0F540D","E23F1DF0-4558-4649-A79A-0E1D1E5DF302","FE36A65D-E547-4CCB-ACAD-E803D0C7795A","0AD738A2-D4CB-4F01-9193-D561C93E665D","EBBFCB53-DD5F-4575-B7FD-FDEB70077797","37659BBB-D82E-4B3C-A062-2BD2F89574EC","BC31C0B1-E9AC-467F-8567-05133645FF88","8CA7A2C0-2D56-4028-90FA-142119044DF5","53E17DE4-7CA5-43BE-A7D8-B1C64842506A","90FE8129-B1AD-4D43-8CBA-264B2441D3BC","8E72CCFB-1B5C-4B4A-88EF-B97798445330","C705D7A9-8254-4326-B950-DCD856B516D2","F854F3EA-3CAA-4539-A19A-5D486EE60F32"],"isLockOwner":false,"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":70186},"__LivelyClassName__":"lively.morphic.Button"},"70136":{"submorphs":[],"scripts":[],"id":"4A60C93F-C3B3-4AF7-B508-881B4391311D","shape":{"__isSmartRef__":true,"id":70137},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":25,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":70143},"textColor":{"__isSmartRef__":true,"id":70140},"owner":{"__isSmartRef__":true,"id":70135},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":70144}],"padding":{"__isSmartRef__":true,"id":70146},"_Padding":{"__isSmartRef__":true,"id":70147},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":70148},"_FontFamily":"Helvetica, Sans-Serif","renderContextTable":{"__isSmartRef__":true,"id":70149},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_Align":"center","eventHandler":{"__isSmartRef__":true,"id":70150},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":25,"_MinTextHeight":null,"draggingEnabled":false,"derivationIds":[218,"852A7BD9-52EE-4708-A2D5-1BDECF33C958","7B4F173E-9726-472A-9B30-530D4AA92AD9","CBA217F6-2832-4213-9ABE-47753C1A4180","E6B97D1D-95D5-4644-9359-1D08D42A51F4","4391A57E-70C2-4628-9828-DD668CCE546E","F0C6C298-3B8B-42B2-B5E9-E5B82F607B01","262ED0F9-A2AF-443B-9319-7D69F0869496","66FFDAD4-4F81-44D2-A8DA-473C32BC124F","7F18F0DD-D79B-440F-B08D-9A74550D6CFA","CC9DC109-0381-47CA-90F3-B292B042A8C9","0AE28989-1EE9-489A-A3F7-FAB737907B08","707F39C2-F668-4485-A6D7-685C2022BF47","CBE59654-8D46-4C71-AAAC-3B310F67F914","85C21C11-AF2B-4462-97E9-0D2F561143E7","82B7849E-AAF2-4684-B5ED-1C710A7805DB","F5710749-2465-4F14-B4A2-F7F6FEFCECAB","D28D1889-5FD1-4C24-A170-844DB84E09B1","E046226D-C0B9-4DA2-8299-7A2FBDC1048B","79663FFA-572A-4762-B213-75E15A272B17","02054249-C97E-43AA-A34C-9019364554A7","9F5578CE-72BC-4283-B930-AA0BA4B03589"],"isLockOwner":false,"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":70151},"__LivelyClassName__":"lively.morphic.Text"},"70137":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":70138},"_Extent":{"__isSmartRef__":true,"id":70139},"_BorderColor":{"__isSmartRef__":true,"id":70140},"renderContextTable":{"__isSmartRef__":true,"id":70141},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":70142},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"70138":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70139":{"x":25,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70140":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70141":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"70142":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70143":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70144":{"style":{"__isSmartRef__":true,"id":70145},"morph":{"__isSmartRef__":true,"id":70136},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":70136},"storedString":"-","__LivelyClassName__":"lively.morphic.TextChunk"},"70145":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"70146":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70147":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70148":{"x":25,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70149":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"70150":{"morph":{"__isSmartRef__":true,"id":70136},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"70151":{"requiredModules":[],"idOnLoad":"4A60C93F-C3B3-4AF7-B508-881B4391311D","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"70152":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":70153},"_Extent":{"__isSmartRef__":true,"id":70154},"_Fill":{"__isSmartRef__":true,"id":70155},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":70165},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":70166},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":70167},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"70153":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70154":{"x":25,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70155":{"stops":[{"__isSmartRef__":true,"id":70156},{"__isSmartRef__":true,"id":70158},{"__isSmartRef__":true,"id":70160},{"__isSmartRef__":true,"id":70162}],"vector":{"__isSmartRef__":true,"id":70164},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"70156":{"offset":0,"color":{"__isSmartRef__":true,"id":70157}},"70157":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70158":{"offset":0.4,"color":{"__isSmartRef__":true,"id":70159}},"70159":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70160":{"offset":0.6,"color":{"__isSmartRef__":true,"id":70161}},"70161":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70162":{"offset":1,"color":{"__isSmartRef__":true,"id":70163}},"70163":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70164":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70165":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70166":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"70167":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70168":{"x":160,"y":40,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70169":{"stops":[{"__isSmartRef__":true,"id":70170},{"__isSmartRef__":true,"id":70172},{"__isSmartRef__":true,"id":70174},{"__isSmartRef__":true,"id":70176}],"vector":{"__isSmartRef__":true,"id":70164},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"70170":{"offset":0,"color":{"__isSmartRef__":true,"id":70171}},"70171":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70172":{"offset":0.4,"color":{"__isSmartRef__":true,"id":70173}},"70173":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70174":{"offset":0.6,"color":{"__isSmartRef__":true,"id":70175}},"70175":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70176":{"offset":1,"color":{"__isSmartRef__":true,"id":70177}},"70177":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70178":{"sourceObj":{"__isSmartRef__":true,"id":70135},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":70135},"targetMethodName":"deleteSelectedScript","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":70179},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"70179":{"source":{"__isSmartRef__":true,"id":70135},"target":{"__isSmartRef__":true,"id":70135}},"70180":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70181":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","idOnLoad":"EFCBE4E1-6590-4005-8A50-D37E865C459E","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"70182":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"70183":{"x":30,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70184":{"morph":{"__isSmartRef__":true,"id":70135},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"70185":{"x":33.35839679439101,"y":-21.324811622839547,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70186":{"deleteSelectedScript":{"__isSmartRef__":true,"id":70187}},"70187":{"varMapping":{"__isSmartRef__":true,"id":70188},"source":"function deleteSelectedScript() {\n\n var editor = this.objectEditorPane;\n var selection = editor.scriptList.selection;\n\n if (!editor.target || editor.scriptList.getList().size() < 2) \n return; \n\n var deleteScript = function (confirmed) {\n if (!confirmed) return;\n \n if (selection && editor.target) {\n if (!editor.target.hasOwnProperty(selection)) \n return;\n delete editor.target[selection];\n editor.updateLists();\n editor.displayInitialScript();\n }\n }\n\n var message = 'Delete \"' + selection + '\" script?';\n var callback = deleteScript;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":70189},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"70188":{"this":{"__isSmartRef__":true,"id":70135}},"70189":{"timestamp":{"__isSmartRef__":true,"id":70190},"user":"lauritz"},"70190":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:12:21 GMT+0100 (Mitteleuropäische Zeit)"},"70191":{"submorphs":[],"scripts":[],"id":"1B5A2F76-D477-4B7C-88B3-DE3C82385D2E","shape":{"__isSmartRef__":true,"id":70192},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":false,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":70198},"_MaxTextWidth":64.8979476392384,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":70195},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"ObjectEditorScriptsText1","partsBinMetaInfo":{"__isSmartRef__":true,"id":70199},"textChunks":[{"__isSmartRef__":true,"id":70200}],"charsReplaced":"Scripts","lastFindLoc":-7,"priorSelectionRange":[0,7],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":70202},"renderContextTable":{"__isSmartRef__":true,"id":70203},"eventHandler":{"__isSmartRef__":true,"id":70204},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64.8979476392384,"_MinTextHeight":null,"_ClipMode":"visible","draggingEnabled":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":70205},"eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":69085},"isCopyMorphRef":true,"morphRefId":27,"derivationIds":[223,"5E3A69EF-26C1-4D0D-B04C-8C3894017F56","14AB1B91-3ED6-49AE-AA58-47D18B6C569F","991D4A54-1FC4-4BC7-AA82-F814AC52CDE3","DB9B19F7-4390-4CE5-9B1D-62177CB8D605","8F7B2EE9-9538-4044-B75B-6A12F3108B70","4B9F9B4B-C7D3-418D-9AC9-10503A4EBF8E","BBD8C74C-AA36-42AB-BC9B-14102EB539F6","1B71CADF-9C83-490E-87DC-23E0CA2298CE","DCC82F37-4930-439A-B2D2-54E8679BAC76","39B9F5C7-0B53-47A6-A41C-FE197CDBBDDB","E35E39E1-789C-444C-81E6-60F90AD951DD","7C8690CD-9111-49BB-8A2A-3BC7969AE88C","98DBBC76-0182-4A73-9DFB-FA3389CB026B","1B308401-A12A-4B66-9627-7731918E07F0","8B0640D8-6622-460D-BB7E-7556171D63FF","FA43EB14-89D6-44CE-B38A-6D164EA9A51B","1E9691EC-B753-429A-AFEB-B5CF88418FA5","6A64CCE3-240A-42FE-A1BF-7921BE4E502A","820AF339-D4F0-4ACD-9334-2D96576D03B6","3E251BAD-210D-417B-9A37-12BD0289C31B","B3423ED7-837E-48F1-97A2-BD9F72EFAF65"],"isLockOwner":false,"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"70192":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":70193},"_Extent":{"__isSmartRef__":true,"id":70194},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":70195},"renderContextTable":{"__isSmartRef__":true,"id":70196},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":70197},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"70193":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70194":{"x":64.8979476392384,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70195":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70196":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"70197":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70198":{"x":198.16434648623274,"y":12.911539589748486,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70199":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"1B5A2F76-D477-4B7C-88B3-DE3C82385D2E","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"70200":{"style":{"__isSmartRef__":true,"id":70201},"chunkOwner":{"__isSmartRef__":true,"id":70191},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Target:","__LivelyClassName__":"lively.morphic.TextChunk"},"70201":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"70202":{"x":64.8979476392384,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70203":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"70204":{"morph":{"__isSmartRef__":true,"id":70191},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"70205":{"x":41.065989525935834,"y":-10.506047005169194,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70206":{"submorphs":[],"scripts":[],"id":"D41F93C2-BFB9-431F-AFC3-C2E9CE422F5E","shape":{"__isSmartRef__":true,"id":70207},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":false,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":70213},"_MaxTextWidth":64.8979476392384,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":70210},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"ObjectEditorScriptsText2","partsBinMetaInfo":{"__isSmartRef__":true,"id":70214},"textChunks":[{"__isSmartRef__":true,"id":70215}],"charsReplaced":"Scripts","lastFindLoc":-7,"priorSelectionRange":[0,7],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":70217},"renderContextTable":{"__isSmartRef__":true,"id":70218},"eventHandler":{"__isSmartRef__":true,"id":70219},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64.8979476392384,"_MinTextHeight":null,"_ClipMode":"visible","draggingEnabled":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":70220},"eventsAreIgnored":true,"isCopyMorphRef":true,"morphRefId":27,"owner":{"__isSmartRef__":true,"id":69085},"derivationIds":[224,"35EF8FE5-067D-45B6-AF21-77040F11D340","80DC09DD-22D4-4089-B5C3-857B32C9BE9B","EF080074-E6B9-47F3-A87F-26313B40C430","F6977801-C1A7-445C-9BF1-8A1019E202FB","8C9157AE-0343-4CFB-8186-1D5E05D2ECBE","DD3C23F8-6463-4EAE-959B-C486E27D9BDA","F16D4843-E33A-4847-9119-8ADCB2391A2B","93B78FFC-839A-43E2-9E12-DD5E2CDB87FE","93028C86-6A06-4479-BAD4-777E4A51AD4B","4B45454C-7880-4716-ACD4-111FECED492F","B2B84578-EF39-41BB-A9E6-5173BC3490E0","1897E74F-CAE7-4090-AB48-373C2965336D","DF3A0515-9057-45E2-90B7-03C12AFDC2E8","F76A15DB-FB4E-4C48-B625-F793D308DAB8","F160CD4B-1535-41E2-A8CA-C81B8E9C58AE","453065F3-0770-4C4F-800E-63C1178FCDD6","42573583-DA5E-4ADF-810B-4D97C0A9289C","5B9E7444-3499-46FC-B481-ED13EB951905","ED647793-7D2B-434E-881D-21C3CD96FCED","D72918F3-51B3-48F9-BC34-B908862DE053","84112133-637A-4888-8E5A-5E1B5F6103AC"],"isLockOwner":false,"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"70207":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":70208},"_Extent":{"__isSmartRef__":true,"id":70209},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":70210},"renderContextTable":{"__isSmartRef__":true,"id":70211},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":70212},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"70208":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70209":{"x":64.8979476392384,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70210":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70211":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"70212":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70213":{"x":10,"y":12.911539589749026,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70214":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"D41F93C2-BFB9-431F-AFC3-C2E9CE422F5E","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"70215":{"style":{"__isSmartRef__":true,"id":70216},"chunkOwner":{"__isSmartRef__":true,"id":70206},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Tag:","__LivelyClassName__":"lively.morphic.TextChunk"},"70216":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"70217":{"x":64.8979476392384,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70218":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"70219":{"morph":{"__isSmartRef__":true,"id":70206},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"70220":{"x":45.76052154281416,"y":-27.783027415339603,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70221":{"submorphs":[{"__isSmartRef__":true,"id":70222}],"scripts":[],"id":"178EAA69-6582-4CDC-A288-AE28945432C4","shape":{"__isSmartRef__":true,"id":70238},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":70254},"value":true,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":70255},"lighterFill":{"__isSmartRef__":true,"id":70241},"label":{"__isSmartRef__":true,"id":70222},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":70264},"name":"ObjectEditorTagChooser","partsBinMetaInfo":{"__isSmartRef__":true,"id":70265},"listMorph":null,"list":[],"renderContextTable":{"__isSmartRef__":true,"id":70266},"eventHandler":{"__isSmartRef__":true,"id":70267},"distanceToDragEvent":{"__isSmartRef__":true,"id":70268},"priorExtent":{"__isSmartRef__":true,"id":70269},"textString":"PartsBinBrowser","selection":"","_ClipMode":"visible","prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":69085},"setTargetToListSelection":"all","savedTextString":"all","derivationIds":[225,"7F83847B-D0B1-4A31-8601-43424B97C858","E08FC110-71D7-4FFD-B4A8-08F8147B95BA","5534107D-C5C9-48DD-A1ED-B87E9D9B672C","0B89FA7A-768C-4062-98AE-C455E8DAFF19","799320C6-CFBA-40E7-B03D-64BFE9B78248","9B650AA3-271B-4E72-B230-51C6F64B7462","C62244AF-014B-43A4-8892-D3F1B0BADB42","FE35AB4B-9471-4685-87A8-E33284F9ACC6","0611BF6C-67D9-4AAD-BF6E-DB244C631D74","C89C89E4-7445-450C-AB89-0A9D0F8E93F9","AFEFB4CB-63DD-4210-BBBE-E7B6C58D84FE","E887093C-823E-4C7A-A87F-BA13610C8EAF","C30A7B5C-F11E-45DF-BA45-B031C82CBC3A","20979771-EA41-4553-A23B-C90899AD8592","E359462D-A125-494F-9E62-BAE5A1F01526","4CDA8346-C7EC-4ECE-B6B7-52065F2A7C2F","B0ECD2A8-A0E4-46EB-AC56-0FF3163F369F","B7FC5F94-B421-47C6-8A12-9F663EA2E811","DDA4A513-255A-494E-B422-5A2981AD086B","DAA21FFE-85D0-412F-8335-C60C47922E6C","E8B8AA4D-A050-439D-B7D7-DA2D1B23F664"],"isLockOwner":false,"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":70270},"__LivelyClassName__":"lively.morphic.Button"},"70222":{"submorphs":[],"scripts":[],"id":"C5ABBCC0-1E4E-4C02-8349-9A12B3B3C95E","shape":{"__isSmartRef__":true,"id":70223},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":130,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":70229},"textColor":{"__isSmartRef__":true,"id":70226},"owner":{"__isSmartRef__":true,"id":70221},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":70230}],"padding":{"__isSmartRef__":true,"id":70232},"_Padding":{"__isSmartRef__":true,"id":70232},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":70233},"attributeConnections":[{"__isSmartRef__":true,"id":70234}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"renderContextTable":{"__isSmartRef__":true,"id":70235},"eventHandler":{"__isSmartRef__":true,"id":70236},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":130,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":11,"derivationIds":[226,"03DBF3F8-8EA2-4426-BA64-C4297DDAB015","B8F87302-BEC3-48CD-9BBA-6C7DBB6287E1","4AA6AE51-338B-4E3E-814B-9F99C693A2D5","08F6CE56-AD91-4C27-9429-C3DEA313696C","D39C963C-FD24-4498-A6D8-71E5102CE58A","132C2A9E-3466-4051-AAEA-6E485A91F408","147717FC-7714-4F03-BA39-ADED4F708C82","9A8D6D09-A3E4-4F4B-A6E1-EFAA3109C35B","792FB978-5EBB-4618-AC82-741796315B3D","CDDAC758-31F6-40C0-9763-AC0073576977","9869230C-E118-4201-A754-378D03B5A9B2","7C3D3C19-04C9-4327-BBAE-D022C3D01C5B","0856D6A4-1230-44A7-A922-E5E79C9D33FB","A905B43A-EE7F-4CA8-AEE3-1415231E0B25","43379C86-64C4-41B3-B69D-8635FB2C17F8","E218893B-7063-451B-A03E-4A8FC3E53072","2C846D69-5E86-4EBA-9603-3E923A65795F","215D8435-31CD-45B9-91A7-AA0EF4B82BB9","A9138822-D1C1-4186-B7B9-B20A379DA28D","91A07B59-DA99-4A15-BF27-E2789D7B859A","DF08CD71-B412-48B5-BB13-9FB49385DB72"],"isLockOwner":false,"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":70237},"__LivelyClassName__":"lively.morphic.Text"},"70223":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":70224},"_Extent":{"__isSmartRef__":true,"id":70225},"_BorderColor":{"__isSmartRef__":true,"id":70226},"renderContextTable":{"__isSmartRef__":true,"id":70227},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":70228},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"70224":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70225":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70226":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70227":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"70228":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70229":{"x":2,"y":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70230":{"style":{"__isSmartRef__":true,"id":70231},"chunkOwner":{"__isSmartRef__":true,"id":70222},"storedString":"all","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"70231":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"70232":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70233":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70234":{"sourceObj":{"__isSmartRef__":true,"id":70222},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":70221},"targetMethodName":"selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"70235":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"70236":{"morph":{"__isSmartRef__":true,"id":70222},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"70237":{"requiredModules":[],"idOnLoad":"C5ABBCC0-1E4E-4C02-8349-9A12B3B3C95E","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"70238":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":70239},"_Extent":{"__isSmartRef__":true,"id":70240},"_Fill":{"__isSmartRef__":true,"id":70241},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":70251},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":70252},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":70253},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"70239":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70240":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70241":{"stops":[{"__isSmartRef__":true,"id":70242},{"__isSmartRef__":true,"id":70244},{"__isSmartRef__":true,"id":70246},{"__isSmartRef__":true,"id":70248}],"vector":{"__isSmartRef__":true,"id":70250},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"70242":{"offset":0,"color":{"__isSmartRef__":true,"id":70243}},"70243":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70244":{"offset":0.4,"color":{"__isSmartRef__":true,"id":70245}},"70245":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70246":{"offset":0.6,"color":{"__isSmartRef__":true,"id":70247}},"70247":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70248":{"offset":1,"color":{"__isSmartRef__":true,"id":70249}},"70249":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70250":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70251":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70252":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"70253":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70254":{"x":39.12381412396891,"y":10.000000000000057,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70255":{"stops":[{"__isSmartRef__":true,"id":70256},{"__isSmartRef__":true,"id":70258},{"__isSmartRef__":true,"id":70260},{"__isSmartRef__":true,"id":70262}],"vector":{"__isSmartRef__":true,"id":70250},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"70256":{"offset":0,"color":{"__isSmartRef__":true,"id":70257}},"70257":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70258":{"offset":0.4,"color":{"__isSmartRef__":true,"id":70259}},"70259":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70260":{"offset":0.6,"color":{"__isSmartRef__":true,"id":70261}},"70261":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70262":{"offset":1,"color":{"__isSmartRef__":true,"id":70263}},"70263":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70264":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70265":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","idOnLoad":"178EAA69-6582-4CDC-A288-AE28945432C4","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"70266":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"70267":{"morph":{"__isSmartRef__":true,"id":70221},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"70268":{"x":85.7442776093583,"y":-11.582832083333244,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70269":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70270":{"createListMorph":{"__isSmartRef__":true,"id":70271},"getList":{"__isSmartRef__":true,"id":70275},"removeList":{"__isSmartRef__":true,"id":70279},"reset":{"__isSmartRef__":true,"id":70283},"onMouseUp":{"__isSmartRef__":true,"id":70287},"onBlur":{"__isSmartRef__":true,"id":70295},"setTag":{"__isSmartRef__":true,"id":70303}},"70271":{"varMapping":{"__isSmartRef__":true,"id":70272},"source":"function createListMorph() {\n var items = this.getList();\n\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\n\n var listMorph = new lively.morphic.List(extent);\n listMorph.setList(items);\n listMorph.setFontSize(10);\n\n listMorph.disableGrabbing();\n listMorph.disableDragging();\n \n connect(listMorph, 'selection', this, 'setTag');\n \n return listMorph;\n}","funcProperties":{"__isSmartRef__":true,"id":70273},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"70272":{"this":{"__isSmartRef__":true,"id":70221}},"70273":{"timestamp":{"__isSmartRef__":true,"id":70274},"user":"lauritz","categories":[]},"70274":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:35:59 GMT+0100 (Mitteleuropäische Zeit)"},"70275":{"varMapping":{"__isSmartRef__":true,"id":70276},"source":"function getList() {\n if (!this.owner.target) return [''];\n\n var target = this.owner.target;\n\n var tags = Functions.own(target).collect(function (each) {\n return target[each].tags || [];\n }).flatten().uniq();\n\n var sortedTags = tags.sortBy(function(name) { \n return name.toLowerCase() \n });\n \n sortedTags.unshift('all'); \n return sortedTags;\n}","funcProperties":{"__isSmartRef__":true,"id":70277},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"70276":{"this":{"__isSmartRef__":true,"id":70221}},"70277":{"timestamp":{"__isSmartRef__":true,"id":70278},"user":"lauritz","tags":[]},"70278":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:25 GMT+0100 (Mitteleuropäische Zeit)"},"70279":{"varMapping":{"__isSmartRef__":true,"id":70280},"source":"function removeList() {\n this.listMorph && this.listMorph.remove()\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":70281},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"70280":{"this":{"__isSmartRef__":true,"id":70221}},"70281":{"timestamp":{"__isSmartRef__":true,"id":70282},"user":"lauritz","categories":[]},"70282":{"isSerializedDate":true,"string":"Thu Nov 17 2011 19:06:51 GMT+0100 (Mitteleuropäische Zeit)"},"70283":{"varMapping":{"__isSmartRef__":true,"id":70284},"source":"function reset() {\n this.list = [];\n this.setLabel('all');\n this.label.setAlign('left');\n this.removeList();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\n}","funcProperties":{"__isSmartRef__":true,"id":70285},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"70284":{"this":{"__isSmartRef__":true,"id":70221}},"70285":{"timestamp":{"__isSmartRef__":true,"id":70286},"user":"lauritz","tags":[]},"70286":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:53 GMT+0100 (Mitteleuropäische Zeit)"},"70287":{"varMapping":{"__isSmartRef__":true,"id":70288},"source":"function onMouseUp(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n this.removeList();\n return true;\n } \n if (this.getList().size() < 2) return;\n var list = this.createListMorph();\n this.addMorph(list);\n this.listMorph = list;\n return true;\n}","funcProperties":{"__isSmartRef__":true,"id":70293},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"70288":{"this":{"__isSmartRef__":true,"id":70221},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":70289}},"70289":{"$super":{"__isSmartRef__":true,"id":70290}},"70290":{"varMapping":{"__isSmartRef__":true,"id":70291},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":70292},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"70291":{"obj":{"__isSmartRef__":true,"id":70221},"name":"onMouseUp"},"70292":{},"70293":{"timestamp":{"__isSmartRef__":true,"id":70294},"user":"lauritz","categories":[]},"70294":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:59:16 GMT+0100 (Mitteleuropäische Zeit)"},"70295":{"varMapping":{"__isSmartRef__":true,"id":70296},"source":"function onBlur(evt) {\n $super(evt);\n \n // workaround - otherwise other morphs get this event\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\n this.removeList();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":70301},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"70296":{"this":{"__isSmartRef__":true,"id":70221},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":70297}},"70297":{"$super":{"__isSmartRef__":true,"id":70298}},"70298":{"varMapping":{"__isSmartRef__":true,"id":70299},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":70300},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"70299":{"obj":{"__isSmartRef__":true,"id":70221},"name":"onBlur"},"70300":{},"70301":{"timestamp":{"__isSmartRef__":true,"id":70302},"user":"lauritz","categories":[]},"70302":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:10:03 GMT+0100 (Mitteleuropäische Zeit)"},"70303":{"varMapping":{"__isSmartRef__":true,"id":70304},"source":"function setTag(tag) {\n this.setLabel(tag || '');\n this.label.setAlign('left');\n this.owner.setTag(tag);\n}","funcProperties":{"__isSmartRef__":true,"id":70305},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"70304":{"this":{"__isSmartRef__":true,"id":70221}},"70305":{"timestamp":{"__isSmartRef__":true,"id":70306},"user":"lauritz","categories":[]},"70306":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:36:12 GMT+0100 (Mitteleuropäische Zeit)"},"70307":{"submorphs":[{"__isSmartRef__":true,"id":70308}],"scripts":[],"id":"2F2664A9-AF3C-4DDB-9E4B-5014FFA52158","shape":{"__isSmartRef__":true,"id":70324},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":70328},"lighterFill":{"__isSmartRef__":true,"id":70340},"label":{"__isSmartRef__":true,"id":70308},"name":"Button","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":70349},"attributeConnections":[{"__isSmartRef__":true,"id":70350}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":70386},"renderContextTable":{"__isSmartRef__":true,"id":70387},"eventHandler":{"__isSmartRef__":true,"id":70388},"distanceToDragEvent":{"__isSmartRef__":true,"id":70389},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","87E42FF6-3862-481D-97D6-643676E15F32","5C5E9A65-DE2C-4125-9F28-C867C6B51A1E","06ED2586-FDEA-4F80-9DD0-D1CBB50B4C6A","2D3BBB99-E64D-4E47-8635-B7AEA4158433","D635C083-879E-4939-84CF-636CF779425B","9953E688-648B-43BD-90E1-D8E4170D5C65","B5AF8C87-A48C-48EF-A658-944946371F5F","8FCB339F-26BE-456A-9FBF-4C0EBE15FDAB","690F8BBC-426F-4810-AAAE-508D21B39A4F","3DC5576A-6D75-46FE-B603-036A55FA4D13","B52A5C88-FA03-41E5-BA6C-5008A196C1D7","D3341522-A7C9-45BD-A8BA-DFB09094AECC","E9FA78BD-8D5B-405C-A720-03D3657B05CF","99CF3B0A-6670-438E-BB2F-EAE2C57342C4","FBF87B2F-188C-4149-85EF-8856A53344A4","FD2B1F21-1AFC-43D4-B47D-68D67CE2AD41"],"_Position":{"__isSmartRef__":true,"id":70390},"owner":{"__isSmartRef__":true,"id":69085},"layout":{"__isSmartRef__":true,"id":70391},"isLockOwner":false,"_ClipMode":"visible","_Rotation":0,"_Scale":0.994014980014994,"__LivelyClassName__":"lively.morphic.Button"},"70308":{"submorphs":[],"scripts":[],"id":"84AF72A1-D0B4-44B0-B363-9A6554446943","shape":{"__isSmartRef__":true,"id":70309},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":70315},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":70316},"_Padding":{"__isSmartRef__":true,"id":70317},"owner":{"__isSmartRef__":true,"id":70307},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":70318},"textChunks":[{"__isSmartRef__":true,"id":70319}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":70321},"eventHandler":{"__isSmartRef__":true,"id":70322},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","BA4EC8D2-AB29-4F9F-B5A0-715A4746A4C4","DBDAA16D-6F25-453D-812F-8DB5E6251020","375E60B7-D311-4DBC-A130-1F9CBA908DDC","0057F96D-6D90-4047-B07D-EAA6D0149470","50486855-A26E-48B5-BD19-6A7775BD23DE","A40A9DDA-945A-44C9-B038-61A84E61F4A5","6B1BBBED-CDC3-4AB1-8022-D904F036092C","BFEFD8A4-7E89-40B1-A2C3-900445F829DC","E6748E61-A4C6-44EC-919F-C109AB6ACED5","1064BCB6-7D32-48C4-A69B-58BDA4D8ED83","AA336938-1952-49B5-9219-28FA3A0CB2CE","CBF02CF8-4248-4F77-AB44-5429B907D893","C901EFF6-BD79-4440-815B-4976C359E913","B707BADF-A10C-4A49-9C36-81A6367E6BF5","C9C6BBEF-97D8-4771-B865-F28312928273","61BE5017-4C55-40EA-A5D4-09F58DF7B4A5"],"_MinTextWidth":101,"_MinTextHeight":null,"isLockOwner":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":70323},"__LivelyClassName__":"lively.morphic.Text"},"70309":{"position":{"__isSmartRef__":true,"id":70310},"_Extent":{"__isSmartRef__":true,"id":70311},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":70312},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":70313},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":70314},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"70310":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70311":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70312":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70313":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"70314":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70315":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70316":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70317":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70318":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70319":{"style":{"__isSmartRef__":true,"id":70320},"chunkOwner":{"__isSmartRef__":true,"id":70308},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"run","__LivelyClassName__":"lively.morphic.TextChunk"},"70320":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"70321":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"70322":{"morph":{"__isSmartRef__":true,"id":70308},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"70323":{"requiredModules":[],"idOnLoad":"84AF72A1-D0B4-44B0-B363-9A6554446943","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"70324":{"position":{"__isSmartRef__":true,"id":70325},"_Extent":{"__isSmartRef__":true,"id":70326},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":70327},"_Fill":{"__isSmartRef__":true,"id":70328},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":70338},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":70339},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"70325":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70326":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70327":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70328":{"stops":[{"__isSmartRef__":true,"id":70329},{"__isSmartRef__":true,"id":70331},{"__isSmartRef__":true,"id":70333},{"__isSmartRef__":true,"id":70335}],"vector":{"__isSmartRef__":true,"id":70337},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"70329":{"offset":0,"color":{"__isSmartRef__":true,"id":70330}},"70330":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70331":{"offset":0.4,"color":{"__isSmartRef__":true,"id":70332}},"70332":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70333":{"offset":0.6,"color":{"__isSmartRef__":true,"id":70334}},"70334":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70335":{"offset":1,"color":{"__isSmartRef__":true,"id":70336}},"70336":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70337":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70338":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"70339":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70340":{"stops":[{"__isSmartRef__":true,"id":70341},{"__isSmartRef__":true,"id":70343},{"__isSmartRef__":true,"id":70345},{"__isSmartRef__":true,"id":70347}],"vector":{"__isSmartRef__":true,"id":70337},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"70341":{"offset":0,"color":{"__isSmartRef__":true,"id":70342}},"70342":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70343":{"offset":0.4,"color":{"__isSmartRef__":true,"id":70344}},"70344":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70345":{"offset":0.6,"color":{"__isSmartRef__":true,"id":70346}},"70346":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70347":{"offset":1,"color":{"__isSmartRef__":true,"id":70348}},"70348":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70349":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"2F2664A9-AF3C-4DDB-9E4B-5014FFA52158","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"70350":{"sourceObj":{"__isSmartRef__":true,"id":70307},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":69085},"targetMethodName":"runScript","visualConnector":{"__isSmartRef__":true,"id":70351},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"70351":{"submorphs":[{"__isSmartRef__":true,"id":70352}],"scripts":[],"shape":{"__isSmartRef__":true,"id":70367},"derivationIds":[null],"id":"C89B50A0-17E7-4D22-AE1D-5112520DAEE7","renderContextTable":{"__isSmartRef__":true,"id":70374},"eventHandler":{"__isSmartRef__":true,"id":70375},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":70376},{"__isSmartRef__":true,"id":70377}],"con":{"__isSmartRef__":true,"id":70350},"showsMorphMenu":true,"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":70378},"__LivelyClassName__":"lively.morphic.Path"},"70352":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":70353},"derivationIds":[null],"id":"2A71BE9E-6820-46AF-ACED-3C9BDCC918AF","renderContextTable":{"__isSmartRef__":true,"id":70364},"eventHandler":{"__isSmartRef__":true,"id":70365},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":70366},"owner":{"__isSmartRef__":true,"id":70351},"_Rotation":-3.130064002485303,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"70353":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":70354},{"__isSmartRef__":true,"id":70355},{"__isSmartRef__":true,"id":70356},{"__isSmartRef__":true,"id":70357}],"renderContextTable":{"__isSmartRef__":true,"id":70358},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":70359},"_Extent":{"__isSmartRef__":true,"id":70360},"_Padding":{"__isSmartRef__":true,"id":70361},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":70362},"_Fill":{"__isSmartRef__":true,"id":70363},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"70354":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"70355":{"isAbsolute":true,"x":-12,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"70356":{"isAbsolute":true,"x":4,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"70357":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"70358":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"70359":{"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70360":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70361":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70362":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70363":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70364":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"70365":{"morph":{"__isSmartRef__":true,"id":70352},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"70366":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70367":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":70368},{"__isSmartRef__":true,"id":70369}],"renderContextTable":{"__isSmartRef__":true,"id":70370},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":70371},"_Extent":{"__isSmartRef__":true,"id":70372},"_Padding":{"__isSmartRef__":true,"id":70373},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":70362},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"70368":{"isAbsolute":true,"x":829.7085000406639,"y":9.565843617262885,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"70369":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"70370":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"70371":{"x":-1,"y":-1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70372":{"x":831,"y":11,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70373":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70374":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"70375":{"morph":{"__isSmartRef__":true,"id":70351},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"70376":{"morph":{"__isSmartRef__":true,"id":70351},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"70377":{"morph":{"__isSmartRef__":true,"id":70351},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":70352},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"70378":{"morphMenuItems":{"__isSmartRef__":true,"id":70379}},"70379":{"varMapping":{"__isSmartRef__":true,"id":70380},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":70385},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"70380":{"this":{"__isSmartRef__":true,"id":70351},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":70381}},"70381":{"$super":{"__isSmartRef__":true,"id":70382}},"70382":{"varMapping":{"__isSmartRef__":true,"id":70383},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":70384},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"70383":{"obj":{"__isSmartRef__":true,"id":70351},"name":"morphMenuItems"},"70384":{},"70385":{},"70386":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70387":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"70388":{"morph":{"__isSmartRef__":true,"id":70307},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"70389":{"x":71.99397894387357,"y":-13.030105280631261,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70390":{"x":788.7426780861911,"y":9.508591852040126,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70391":{"centeredHorizontal":false,"moveHorizontal":true},"70392":{"submorphs":[{"__isSmartRef__":true,"id":70393}],"scripts":[],"id":"F58622D3-97E1-4D96-9203-709B814094C3","shape":{"__isSmartRef__":true,"id":70409},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":70413},"lighterFill":{"__isSmartRef__":true,"id":70425},"label":{"__isSmartRef__":true,"id":70393},"name":"saveButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":70434},"attributeConnections":[{"__isSmartRef__":true,"id":70435}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":70471},"renderContextTable":{"__isSmartRef__":true,"id":70472},"eventHandler":{"__isSmartRef__":true,"id":70473},"distanceToDragEvent":{"__isSmartRef__":true,"id":70474},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","D686F0CB-027B-4CA9-8B8D-9306389B219D","F51327CB-803E-4234-BFB3-6F5252D1C936","38269693-613D-49B5-8E0F-E1A576A6262E","50D597DC-839A-41F0-A1D6-D96E934B7197","36255514-C455-465F-90EC-542C55A80380","C218F04A-5E06-46DD-9433-605F99A1D2D3","9E9AB465-AE41-4003-BC0A-318636599A9D","14F962F9-17A5-4580-926C-246AEE8B7D78","B4CBC78A-08E8-4877-B3CC-B3A8FB31AD81","5731F96D-D99A-4659-848E-F2629661BDE9","DF23D997-26B6-4535-A5D7-E92AF9BBC1C7","48259171-FBC6-479A-846F-A1A5F039883A","A857EF7C-4144-42DC-94BD-782686AFE78E","1AF8F25E-8F1B-4403-BA2E-2844C72BE9E2","6F5B9374-C5A2-4BCA-9BCD-850422A5AEA3","0CFC397B-4700-4F06-9B73-DB54235FDE17","1D9ECBF6-8B2A-4BA9-9C17-B3B32F93538A"],"layout":{"__isSmartRef__":true,"id":70475},"_Position":{"__isSmartRef__":true,"id":70476},"owner":{"__isSmartRef__":true,"id":69085},"isLockOwner":false,"_ClipMode":"visible","_Rotation":0,"_Scale":0.9880657804942089,"__LivelyClassName__":"lively.morphic.Button"},"70393":{"submorphs":[],"scripts":[],"id":"0A22558C-3B93-4B71-B21E-8901C38290DC","shape":{"__isSmartRef__":true,"id":70394},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":70400},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":70401},"_Padding":{"__isSmartRef__":true,"id":70402},"owner":{"__isSmartRef__":true,"id":70392},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":70403},"textChunks":[{"__isSmartRef__":true,"id":70404}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":70406},"eventHandler":{"__isSmartRef__":true,"id":70407},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","9AECBFB8-25A5-483F-86AD-D7CF9ABC9A25","918C6CC4-3540-4341-BAFD-B195F7807FEE","7E65E15F-55D6-413F-B6E5-6891B4148E12","6A62E83E-3291-4A9C-AF4F-78266B4724B3","89D6D436-5905-4FFE-BDF9-EF1948ADF49A","902626A1-BAFA-4EB3-A6EE-2E8F5ECD597A","CACFC81B-4374-4470-A6CC-4890C1D48F9D","0E085F0F-D903-49A1-937F-E489EB61CBD3","51D6BADE-45FF-49DE-B223-96617E2C484C","39EAD7C9-6776-45D6-9671-039A99A65278","69BA3D44-C1FC-44EA-A6E3-ECABBBBE9C22","8EB71B92-8A42-4105-81E2-2B6969CD7D2C","8F6CC7C5-594F-4BA3-B674-6AE608B66650","5BB91069-A944-4662-A8BD-80EF64583561","471328DC-F7BE-4861-8758-AEEB2A78FB71","77947C98-1FCA-41AA-820F-C9AA55B32B88","DA986B78-1DA0-4B78-A12F-965C94C7333C"],"_MinTextWidth":101,"_MinTextHeight":null,"isLockOwner":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":70408},"__LivelyClassName__":"lively.morphic.Text"},"70394":{"position":{"__isSmartRef__":true,"id":70395},"_Extent":{"__isSmartRef__":true,"id":70396},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":70397},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":70398},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":70399},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"70395":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70396":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70397":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70398":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"70399":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70400":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70401":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70402":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70403":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70404":{"style":{"__isSmartRef__":true,"id":70405},"chunkOwner":{"__isSmartRef__":true,"id":70393},"storedString":"save","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"70405":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"70406":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"70407":{"morph":{"__isSmartRef__":true,"id":70393},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"70408":{"requiredModules":[],"idOnLoad":"0A22558C-3B93-4B71-B21E-8901C38290DC","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"70409":{"position":{"__isSmartRef__":true,"id":70410},"_Extent":{"__isSmartRef__":true,"id":70411},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":70412},"_Fill":{"__isSmartRef__":true,"id":70413},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":70423},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":70424},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"70410":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70411":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70412":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70413":{"stops":[{"__isSmartRef__":true,"id":70414},{"__isSmartRef__":true,"id":70416},{"__isSmartRef__":true,"id":70418},{"__isSmartRef__":true,"id":70420}],"vector":{"__isSmartRef__":true,"id":70422},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"70414":{"offset":0,"color":{"__isSmartRef__":true,"id":70415}},"70415":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70416":{"offset":0.4,"color":{"__isSmartRef__":true,"id":70417}},"70417":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70418":{"offset":0.6,"color":{"__isSmartRef__":true,"id":70419}},"70419":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70420":{"offset":1,"color":{"__isSmartRef__":true,"id":70421}},"70421":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70422":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70423":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"70424":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70425":{"stops":[{"__isSmartRef__":true,"id":70426},{"__isSmartRef__":true,"id":70428},{"__isSmartRef__":true,"id":70430},{"__isSmartRef__":true,"id":70432}],"vector":{"__isSmartRef__":true,"id":70422},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"70426":{"offset":0,"color":{"__isSmartRef__":true,"id":70427}},"70427":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70428":{"offset":0.4,"color":{"__isSmartRef__":true,"id":70429}},"70429":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70430":{"offset":0.6,"color":{"__isSmartRef__":true,"id":70431}},"70431":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70432":{"offset":1,"color":{"__isSmartRef__":true,"id":70433}},"70433":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70434":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"F58622D3-97E1-4D96-9203-709B814094C3","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"70435":{"sourceObj":{"__isSmartRef__":true,"id":70392},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":69581},"targetMethodName":"doSave","visualConnector":{"__isSmartRef__":true,"id":70436},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"70436":{"submorphs":[{"__isSmartRef__":true,"id":70437}],"scripts":[],"shape":{"__isSmartRef__":true,"id":70452},"derivationIds":[null],"id":"F46012D5-C8BE-4E52-BF98-D052FDAAE17A","renderContextTable":{"__isSmartRef__":true,"id":70459},"eventHandler":{"__isSmartRef__":true,"id":70460},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":70461},{"__isSmartRef__":true,"id":70462}],"con":{"__isSmartRef__":true,"id":70435},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":70463},"__LivelyClassName__":"lively.morphic.Path"},"70437":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":70438},"derivationIds":[null],"id":"A2A83C78-09B8-473C-829B-198206D7A9E4","renderContextTable":{"__isSmartRef__":true,"id":70449},"eventHandler":{"__isSmartRef__":true,"id":70450},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":70451},"owner":{"__isSmartRef__":true,"id":70436},"_Rotation":3.077607197692381,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"70438":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":70439},{"__isSmartRef__":true,"id":70440},{"__isSmartRef__":true,"id":70441},{"__isSmartRef__":true,"id":70442}],"renderContextTable":{"__isSmartRef__":true,"id":70443},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":70444},"_Extent":{"__isSmartRef__":true,"id":70445},"_Padding":{"__isSmartRef__":true,"id":70446},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":70447},"_Fill":{"__isSmartRef__":true,"id":70448},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"70439":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"70440":{"isAbsolute":true,"x":-12,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"70441":{"isAbsolute":true,"x":4,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"70442":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"70443":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"70444":{"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70445":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70446":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70447":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70448":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70449":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"70450":{"morph":{"__isSmartRef__":true,"id":70437},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"70451":{"x":201.20421122525056,"y":40.24084224505009,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70452":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":70453},{"__isSmartRef__":true,"id":70454}],"renderContextTable":{"__isSmartRef__":true,"id":70455},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":70456},"_Extent":{"__isSmartRef__":true,"id":70457},"_Padding":{"__isSmartRef__":true,"id":70458},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":70447},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"70453":{"isAbsolute":true,"x":679.4857209639925,"y":9.595948897894004,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"70454":{"isAbsolute":true,"x":201.20421122525056,"y":40.24084224505009,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"70455":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"70456":{"x":200,"y":9,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70457":{"x":480,"y":32,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70458":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70459":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"70460":{"morph":{"__isSmartRef__":true,"id":70436},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"70461":{"morph":{"__isSmartRef__":true,"id":70436},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"70462":{"morph":{"__isSmartRef__":true,"id":70436},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":70437},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"70463":{"morphMenuItems":{"__isSmartRef__":true,"id":70464}},"70464":{"varMapping":{"__isSmartRef__":true,"id":70465},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":70470},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"70465":{"this":{"__isSmartRef__":true,"id":70436},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":70466}},"70466":{"$super":{"__isSmartRef__":true,"id":70467}},"70467":{"varMapping":{"__isSmartRef__":true,"id":70468},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":70469},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"70468":{"obj":{"__isSmartRef__":true,"id":70436},"name":"morphMenuItems"},"70469":{},"70470":{},"70471":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70472":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"70473":{"morph":{"__isSmartRef__":true,"id":70392},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"70474":{"x":68.77671624028653,"y":-14.497241813457947,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70475":{"centeredHorizontal":false,"moveHorizontal":true},"70476":{"x":675.4189853444968,"y":9.53851695196505,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70477":{"submorphs":[{"__isSmartRef__":true,"id":70478}],"scripts":[],"id":"C14C6728-6846-4845-BDD0-D178C84C1122","shape":{"__isSmartRef__":true,"id":70494},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":70510},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":70498},"lighterFill":{"__isSmartRef__":true,"id":70511},"label":{"__isSmartRef__":true,"id":70478},"name":"openTestsButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":70520},"attributeConnections":[{"__isSmartRef__":true,"id":70521}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":70522},"renderContextTable":{"__isSmartRef__":true,"id":70523},"eventHandler":{"__isSmartRef__":true,"id":70524},"distanceToDragEvent":{"__isSmartRef__":true,"id":70525},"derivationIds":[7251,"84054D2E-8176-440D-B413-279956A34FC2","3D238587-ED65-4137-9156-BFC9C8736E26","00595EF3-8058-4924-A096-17D5050C2615","B599ACB2-7293-493C-9377-E233B6C369EF","1F49694F-9CDE-43A8-9D7C-1A902C09936E","D6AD170D-CB11-4A9A-9E4B-D5509CF7BD1E","F57418D2-0EB4-4B97-8840-9C7881708C00","36E12BD5-78E6-4A3F-9C59-CB32E637283A","A0A13AD5-D53E-44D7-96AB-157ED26817D8","3A957C0F-9271-4219-BEAE-28B04FDC2698","0BB80933-2798-4D54-B99C-042D58DC1AD9","F6FDD56C-B63D-4E77-8A49-5FEB80929BFB","4595DB28-C6F0-44EF-AEEC-EF472925E20C","7AB3BB10-C6AD-4EC2-AF77-AB58AFBC4BEE","8942490F-995B-4F02-86B7-3F78FC7772CC","AD5FE883-627B-493C-9288-28C13D632466"],"owner":{"__isSmartRef__":true,"id":69085},"isLockOwner":false,"_ClipMode":"visible","_Rotation":0,"_Scale":0.9940149800149939,"__LivelyClassName__":"lively.morphic.Button"},"70478":{"submorphs":[],"scripts":[],"id":"EF143C20-6E52-4165-8543-91D686964CC8","shape":{"__isSmartRef__":true,"id":70479},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":70485},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":70486},"_Padding":{"__isSmartRef__":true,"id":70487},"owner":{"__isSmartRef__":true,"id":70477},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":70488},"textChunks":[{"__isSmartRef__":true,"id":70489}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":70491},"eventHandler":{"__isSmartRef__":true,"id":70492},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2","6B329FE4-42E0-4EEF-8CBC-77DFB257830F","4550D795-1DFE-4823-9933-A0EE3D492900","A60F7395-3B55-4855-ADD5-54363CA481D8","4C5FBFD1-E919-4D22-9C52-80C95B1ADC20","38FE1E9A-73A0-4885-BDA1-1C6A64554B7A","A50FD742-1B5C-4948-B2AF-8E86B3ED6F30","1F364058-76A9-4F99-8443-2BF5D78A9D63","34913C80-F880-4D3F-9B97-93B98D5625CF","1FE33E11-39E7-4119-B52B-805899EE8D47","F6E2FE73-5067-4AD3-976F-BF4413ADDBF9","B40BA45F-F7DD-4287-99D6-321ED625B633","BC69EEC7-4984-446C-94EA-507BFCE56C86","F508FF53-31C6-498F-B069-4418B2655BA0","8C65C890-1FA8-466E-B307-11A26D3B7407","9E825B51-D91A-48DC-92AC-33D1766EEF43"],"_MinTextWidth":101,"_MinTextHeight":null,"isLockOwner":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":70493},"__LivelyClassName__":"lively.morphic.Text"},"70479":{"position":{"__isSmartRef__":true,"id":70480},"_Extent":{"__isSmartRef__":true,"id":70481},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":70482},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":70483},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":70484},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"70480":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70481":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70482":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70483":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"70484":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70485":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70486":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70487":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70488":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70489":{"style":{"__isSmartRef__":true,"id":70490},"chunkOwner":{"__isSmartRef__":true,"id":70478},"storedString":"Tests","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"70490":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"70491":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"70492":{"morph":{"__isSmartRef__":true,"id":70478},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"70493":{"requiredModules":[],"idOnLoad":"EF143C20-6E52-4165-8543-91D686964CC8","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"70494":{"position":{"__isSmartRef__":true,"id":70495},"_Extent":{"__isSmartRef__":true,"id":70496},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":70497},"_Fill":{"__isSmartRef__":true,"id":70498},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":70508},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":70509},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"70495":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70496":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70497":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70498":{"stops":[{"__isSmartRef__":true,"id":70499},{"__isSmartRef__":true,"id":70501},{"__isSmartRef__":true,"id":70503},{"__isSmartRef__":true,"id":70505}],"vector":{"__isSmartRef__":true,"id":70507},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"70499":{"offset":0,"color":{"__isSmartRef__":true,"id":70500}},"70500":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70501":{"offset":0.4,"color":{"__isSmartRef__":true,"id":70502}},"70502":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70503":{"offset":0.6,"color":{"__isSmartRef__":true,"id":70504}},"70504":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70505":{"offset":1,"color":{"__isSmartRef__":true,"id":70506}},"70506":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70507":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70508":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"70509":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70510":{"x":510,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70511":{"stops":[{"__isSmartRef__":true,"id":70512},{"__isSmartRef__":true,"id":70514},{"__isSmartRef__":true,"id":70516},{"__isSmartRef__":true,"id":70518}],"vector":{"__isSmartRef__":true,"id":70507},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"70512":{"offset":0,"color":{"__isSmartRef__":true,"id":70513}},"70513":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70514":{"offset":0.4,"color":{"__isSmartRef__":true,"id":70515}},"70515":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70516":{"offset":0.6,"color":{"__isSmartRef__":true,"id":70517}},"70517":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70518":{"offset":1,"color":{"__isSmartRef__":true,"id":70519}},"70519":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70520":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"C14C6728-6846-4845-BDD0-D178C84C1122","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"70521":{"sourceObj":{"__isSmartRef__":true,"id":70477},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":69085},"targetMethodName":"openPartTestRunner","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"70522":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70523":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"70524":{"morph":{"__isSmartRef__":true,"id":70477},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"70525":{"x":65.95178327801523,"y":-8.024108360992386,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70526":{"submorphs":[],"scripts":[],"id":"C7D15892-A9C0-4FF7-ADE3-92BF13045CC6","shape":{"__isSmartRef__":true,"id":70527},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":false,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":70533},"_MaxTextWidth":64.8979476392384,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":70530},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"ObjectEditorScriptsText3","partsBinMetaInfo":{"__isSmartRef__":true,"id":70534},"textChunks":[{"__isSmartRef__":true,"id":70535}],"charsReplaced":"Scripts","lastFindLoc":-7,"priorSelectionRange":[0,7],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":70537},"renderContextTable":{"__isSmartRef__":true,"id":70538},"eventHandler":{"__isSmartRef__":true,"id":70539},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64.8979476392384,"_MinTextHeight":null,"_ClipMode":"visible","draggingEnabled":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":70540},"eventsAreIgnored":true,"isCopyMorphRef":true,"morphRefId":27,"derivationIds":[223,"5E3A69EF-26C1-4D0D-B04C-8C3894017F56","14AB1B91-3ED6-49AE-AA58-47D18B6C569F","991D4A54-1FC4-4BC7-AA82-F814AC52CDE3","DB9B19F7-4390-4CE5-9B1D-62177CB8D605","8F7B2EE9-9538-4044-B75B-6A12F3108B70","4B9F9B4B-C7D3-418D-9AC9-10503A4EBF8E","BBD8C74C-AA36-42AB-BC9B-14102EB539F6","1B71CADF-9C83-490E-87DC-23E0CA2298CE","DCC82F37-4930-439A-B2D2-54E8679BAC76","39B9F5C7-0B53-47A6-A41C-FE197CDBBDDB","E35E39E1-789C-444C-81E6-60F90AD951DD","7C8690CD-9111-49BB-8A2A-3BC7969AE88C","98DBBC76-0182-4A73-9DFB-FA3389CB026B","3F4F1891-B298-4AC4-808B-24CEEA557459","6BE7AD80-1782-467C-B033-54DF1E1F55C0","59849D96-B264-44C4-9ECD-7A12A832DA74","EAAB9569-E0AC-4102-B798-7D0570DF524F","C8CC8285-06DE-4331-8938-988F7B181E5D","F53E2457-3876-4CB0-BAD0-E5EB21D7715E","99DDD6A7-FE39-4A97-91CC-43F66109E234","A6BD7A38-4119-48E4-A97A-7C016B197EE2","67A1FCB4-6767-434E-9B2E-4387FEB15F96"],"owner":{"__isSmartRef__":true,"id":69085},"isLockOwner":false,"_Rotation":0,"_Scale":0.9801888648295339,"__LivelyClassName__":"lively.morphic.Text"},"70527":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":70528},"_Extent":{"__isSmartRef__":true,"id":70529},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":70530},"renderContextTable":{"__isSmartRef__":true,"id":70531},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":70532},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"70528":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70529":{"x":64.8979476392384,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70530":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70531":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"70532":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70533":{"x":201.0851019455509,"y":50.257772129123396,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70534":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"C7D15892-A9C0-4FF7-ADE3-92BF13045CC6","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"70535":{"style":{"__isSmartRef__":true,"id":70536},"chunkOwner":{"__isSmartRef__":true,"id":70526},"storedString":"Tags:","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"70536":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"70537":{"x":64.8979476392384,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70538":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"70539":{"morph":{"__isSmartRef__":true,"id":70526},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"70540":{"x":46.85990195761653,"y":-9.163922615350018,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70541":{"submorphs":[],"scripts":[],"id":"F749CAFA-0F17-4802-89AC-D14E9C793D99","shape":{"__isSmartRef__":true,"id":70542},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":70549},"_MaxTextWidth":383.508118745059,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":70545},"showsHalos":false,"_FontSize":14,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"TagsEntry","partsBinMetaInfo":{"__isSmartRef__":true,"id":70550},"textChunks":[{"__isSmartRef__":true,"id":70553}],"charsReplaced":"","lastFindLoc":7,"priorSelectionRange":[15,15],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":70555},"renderContextTable":{"__isSmartRef__":true,"id":70556},"eventHandler":{"__isSmartRef__":true,"id":70557},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Padding":{"__isSmartRef__":true,"id":70558},"_ClipMode":"hidden","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","5427549B-2650-4E9A-8D4B-F63501AFF44B","8FF4130A-1A54-481A-B321-4F5E7715B84E","4A142418-922F-4CDA-8C5D-B810D42B543B","0F207504-6F3C-4F9F-8D04-F4260BFA6D2D","5406FAB6-2C7C-456F-94F5-2314478F16B1","EDBD3C78-9151-4F20-BBAD-26FD1C11A7CB","FEE87652-208D-4620-9032-5EB5C47B698C"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":383.508118745059,"_MinTextHeight":null,"previousSelection":[12,12],"owner":{"__isSmartRef__":true,"id":69085},"distanceToDragEvent":{"__isSmartRef__":true,"id":70559},"savedTextString":"[\"test\", 'foo']","isInputLine":true,"allowInput":true,"isLockOwner":false,"_Rotation":0,"_Scale":0.9801888648295339,"__LivelyClassName__":"lively.morphic.Text"},"70542":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":70543},"_Extent":{"__isSmartRef__":true,"id":70544},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":70545},"renderContextTable":{"__isSmartRef__":true,"id":70546},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":70547},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_Fill":{"__isSmartRef__":true,"id":70548},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"70543":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70544":{"x":391.508118745059,"y":24.979788451102458,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70545":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70546":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"70547":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70548":{"r":0.921,"g":0.921,"b":0.921,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"70549":{"x":233.33463002960926,"y":48.977392988826864,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70550":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":70551}],"revisionOnLoad":141269,"idOnLoad":"F749CAFA-0F17-4802-89AC-D14E9C793D99","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"70551":{"date":{"__isSmartRef__":true,"id":70552},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"70552":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"70553":{"style":{"__isSmartRef__":true,"id":70554},"chunkOwner":{"__isSmartRef__":true,"id":70541},"storedString":"[]","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"70554":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"70555":{"x":391.508118745059,"y":24.979788451102458,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70556":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"70557":{"morph":{"__isSmartRef__":true,"id":70541},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"70558":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70559":{"x":322,"y":-13.145815705892545,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70560":{"submorphs":[{"__isSmartRef__":true,"id":70561}],"scripts":[],"id":"BB3514A8-87BF-43A1-9F2C-1F36FDABB51B","shape":{"__isSmartRef__":true,"id":70577},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":70593},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":70580},"lighterFill":{"__isSmartRef__":true,"id":70594},"label":{"__isSmartRef__":true,"id":70561},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":70603},"name":"ObjectEditorMorphSelector","partsBinMetaInfo":{"__isSmartRef__":true,"id":70604},"list":[],"renderContextTable":{"__isSmartRef__":true,"id":70605},"eventHandler":{"__isSmartRef__":true,"id":70606},"distanceToDragEvent":{"__isSmartRef__":true,"id":70607},"priorExtent":{"__isSmartRef__":true,"id":70608},"owner":{"__isSmartRef__":true,"id":69085},"textString":"","selection":{"__isSmartRef__":true,"id":70609},"_ClipMode":"visible","prevScroll":[0,0],"listMorph":null,"derivationIds":[221,"4AC64FBA-95AC-42B2-A078-B6DA97889093","E26ED0E6-C4CE-4C82-94D5-175270E8459E","D292F2FC-C2B6-48AE-B779-8CC5868FFA49","53A862EB-032C-4BF0-9B21-58C7E0C0A9B2","CC4D188B-510F-48DE-A0E1-EC8D2CD63F9F","0CD057F2-3517-4849-A69E-1EF79B05ACE8","FCB5AC20-8EDD-454C-8060-0D8A819EA8CC","44067B9D-617A-44C0-87C2-34049A67D504","459701D2-8B97-438B-94DB-342D6F020607","B0598300-449A-4BFB-B433-D89ED61D3D80","8BA4395D-FDA1-457C-A16B-0AB9E3CF4BA8","02EBE588-3991-41A8-B178-CDA6D074D5C2","FBC9D2ED-711E-4EB2-A4B5-AF7B1D435F75","24CE2774-4686-49F6-8A8A-96703E5CA4D5","492EBB52-B198-4489-BAE6-CDEFD0E1B4E7","3F5CE1C8-CA5B-4417-ABC1-1EA6C99C3BC7","B3E4AC8B-7ED2-4146-B1DD-53390948A999","F0772CE8-8B74-4712-8449-5C46958F679E","4B86ACDF-0F06-4C0B-823C-C3540ECB7CE2","A16E6558-2CA9-4166-A965-8C6BA6414E06","E6A7D8FA-6D86-48ED-B94C-6D8A5F9A74A7"],"isLockOwner":false,"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":70626},"__LivelyClassName__":"lively.morphic.Button"},"70561":{"submorphs":[],"scripts":[],"id":"2757AA81-4823-4549-BAD0-94966616C152","shape":{"__isSmartRef__":true,"id":70562},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":220,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":70568},"textColor":{"__isSmartRef__":true,"id":70565},"owner":{"__isSmartRef__":true,"id":70560},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":70569}],"padding":{"__isSmartRef__":true,"id":70571},"_Padding":{"__isSmartRef__":true,"id":70571},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":70572},"attributeConnections":[{"__isSmartRef__":true,"id":70573}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"renderContextTable":{"__isSmartRef__":true,"id":70574},"eventHandler":{"__isSmartRef__":true,"id":70575},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":220,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":11,"derivationIds":[222,"30F054A3-7658-405B-8098-B7D87AA8A9ED","556D6E07-45B7-42EC-A486-DE275EF0B034","06B0B080-467A-46CC-8B0D-9C0A9B9A71F1","5E2D96C9-BB9B-4735-8673-A79847435197","B48AA022-2022-4A2A-9090-4D884FB3DFD3","8B2F743A-98C5-45E1-B03C-5019114EAC47","926741C7-A8EC-4D1C-9C34-A7BA992FF28A","6455B12A-6B80-4CE0-B78B-CE8D3837E4B0","7913F91D-152F-45A4-AE83-4EBFE8BF77ED","2EEFDE09-7582-4267-822E-6F87276CB558","1846050C-8AE6-4CF0-8E82-F0094C07DF1C","8081A950-821A-45C1-AB8A-BE1DEA5A079D","E8BD872D-8359-445C-8598-11921C8DF5C0","628A8ABB-D252-44C2-A691-787E10FB688A","FF42C2CF-EE50-49A8-9CB0-1FE0D9750CB4","B188F008-4C66-4D53-9688-2502DC79AFE4","823A140D-ECB8-4601-A9D3-F94BA4B7113B","0D5505BB-F13D-4FD0-A089-452C2FFA1B04","81A1C9E2-A477-4386-A258-CCC63F3B2EE5","60B14D45-B826-4A25-8424-C21D12AEF90D","F7E561CB-47C2-4572-893D-1CF7AA40F9C5"],"isLockOwner":false,"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":70576},"__LivelyClassName__":"lively.morphic.Text"},"70562":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":70563},"_Extent":{"__isSmartRef__":true,"id":70564},"_BorderColor":{"__isSmartRef__":true,"id":70565},"renderContextTable":{"__isSmartRef__":true,"id":70566},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":70567},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"70563":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70564":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70565":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70566":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"70567":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70568":{"x":2,"y":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70569":{"style":{"__isSmartRef__":true,"id":70570},"chunkOwner":{"__isSmartRef__":true,"id":70561},"storedString":"empty","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"70570":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"70571":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70572":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70573":{"sourceObj":{"__isSmartRef__":true,"id":70561},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":70560},"targetMethodName":"selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"70574":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"70575":{"morph":{"__isSmartRef__":true,"id":70561},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"70576":{"requiredModules":[],"idOnLoad":"2757AA81-4823-4549-BAD0-94966616C152","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"70577":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":70578},"_Extent":{"__isSmartRef__":true,"id":70579},"_Fill":{"__isSmartRef__":true,"id":70580},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":70590},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":70591},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":70592},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"70578":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70579":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70580":{"stops":[{"__isSmartRef__":true,"id":70581},{"__isSmartRef__":true,"id":70583},{"__isSmartRef__":true,"id":70585},{"__isSmartRef__":true,"id":70587}],"vector":{"__isSmartRef__":true,"id":70589},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"70581":{"offset":0,"color":{"__isSmartRef__":true,"id":70582}},"70582":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70583":{"offset":0.4,"color":{"__isSmartRef__":true,"id":70584}},"70584":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70585":{"offset":0.6,"color":{"__isSmartRef__":true,"id":70586}},"70586":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70587":{"offset":1,"color":{"__isSmartRef__":true,"id":70588}},"70588":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70589":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70590":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70591":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"70592":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70593":{"x":241.15654326393195,"y":10.051355170231119,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70594":{"stops":[{"__isSmartRef__":true,"id":70595},{"__isSmartRef__":true,"id":70597},{"__isSmartRef__":true,"id":70599},{"__isSmartRef__":true,"id":70601}],"vector":{"__isSmartRef__":true,"id":70589},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"70595":{"offset":0,"color":{"__isSmartRef__":true,"id":70596}},"70596":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70597":{"offset":0.4,"color":{"__isSmartRef__":true,"id":70598}},"70598":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70599":{"offset":0.6,"color":{"__isSmartRef__":true,"id":70600}},"70600":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70601":{"offset":1,"color":{"__isSmartRef__":true,"id":70602}},"70602":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70603":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70604":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","idOnLoad":"BB3514A8-87BF-43A1-9F2C-1F36FDABB51B","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"70605":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"70606":{"morph":{"__isSmartRef__":true,"id":70560},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"70607":{"x":163.49122475735174,"y":-15.233000571157135,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70608":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70609":{"submorphs":[],"scripts":[],"id":181,"shape":{"__isSmartRef__":true,"id":70610},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":70616},"_MaxTextWidth":580,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":70617},"showsHalos":false,"_FontSize":28,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Title","partsBinMetaInfo":{"__isSmartRef__":true,"id":70618},"_TextColor":{"__isSmartRef__":true,"id":70619},"renderContextTable":{"__isSmartRef__":true,"id":70620},"textChunks":[{"__isSmartRef__":true,"id":70621}],"eventHandler":{"__isSmartRef__":true,"id":70623},"priorExtent":{"__isSmartRef__":true,"id":70624},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":580,"_MinTextHeight":null,"_Rotation":0,"_Scale":1.002003004005006,"previousSelection":[35,35],"priorSelectionRange":[23,23],"charsReplaced":"WIP / Proof of Concept","lastFindLoc":22,"distanceToDragEvent":{"__isSmartRef__":true,"id":70625},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","isCopyMorphRef":true,"morphRefId":2,"prevScroll":[0,0],"__LivelyClassName__":"lively.morphic.Text"},"70610":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":70611},"_Extent":{"__isSmartRef__":true,"id":70612},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":70613},"renderContextTable":{"__isSmartRef__":true,"id":70614},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":70615},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"70611":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70612":{"x":580,"y":43,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70613":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70614":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"70615":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70616":{"x":37,"y":23,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70617":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70618":{"partsSpaceName":"PartsBin/Worlds/","__SourceModuleName__":"Global.lively.PartsBin","comment":"For example a world title.","partName":"Title","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"70619":{"r":0,"g":0.309,"b":0.595,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70620":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"70621":{"style":{"__isSmartRef__":true,"id":70622},"chunkOwner":{"__isSmartRef__":true,"id":70609},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"70622":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"70623":{"morph":{"__isSmartRef__":true,"id":70609},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"70624":{"x":580,"y":43,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70625":{"x":221,"y":-12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70626":{"createListMorph":{"__isSmartRef__":true,"id":70627},"getList":{"__isSmartRef__":true,"id":70631},"removeList":{"__isSmartRef__":true,"id":70635},"reset":{"__isSmartRef__":true,"id":70639},"displayTopLevelMorphs":{"__isSmartRef__":true,"id":70643},"onMouseDown":{"__isSmartRef__":true,"id":70647},"setTargetOfPane":{"__isSmartRef__":true,"id":70655},"setTargetToListSelection":{"__isSmartRef__":true,"id":70659},"onBlur":{"__isSmartRef__":true,"id":70663},"setTarget":{"__isSmartRef__":true,"id":70671},"setTargetOnSelection":{"__isSmartRef__":true,"id":70675}},"70627":{"varMapping":{"__isSmartRef__":true,"id":70628},"source":"function createListMorph() {\n var items = this.getList();\n \n var height = Math.min(this.owner.getExtent().y, items.length * 17);\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\n\n var listMorph = new lively.morphic.List(extent);\n listMorph.setList(items);\n listMorph.setFontSize(10);\n\n listMorph.disableGrabbing();\n listMorph.disableDragging();\n\n connect(listMorph, 'selection', this, 'setTargetToListSelection');\n \n return listMorph;\n}","funcProperties":{"__isSmartRef__":true,"id":70629},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"70628":{"this":{"__isSmartRef__":true,"id":70560}},"70629":{"timestamp":{"__isSmartRef__":true,"id":70630},"user":"lauritz","tags":[]},"70630":{"isSerializedDate":true,"string":"Tue Dec 13 2011 18:55:41 GMT+0100 (Mitteleuropäische Zeit)"},"70631":{"varMapping":{"__isSmartRef__":true,"id":70632},"source":"function getList() {\n var worldEntry = {\n isListItem: true,\n selectionString: 'World',\n string: 'World',\n value: this.world()\n };\n var list = this.world().indentedListItemsOfMorphNames();\n list.unshift(worldEntry);\n return list;\n}","funcProperties":{"__isSmartRef__":true,"id":70633},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"70632":{"this":{"__isSmartRef__":true,"id":70560}},"70633":{"timestamp":{"__isSmartRef__":true,"id":70634},"user":"lauritz","tags":[]},"70634":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:12:23 GMT+0100 (Mitteleuropäische Zeit)"},"70635":{"varMapping":{"__isSmartRef__":true,"id":70636},"source":"function removeList() {\n this.listMorph && this.listMorph.remove();\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":70637},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"70636":{"this":{"__isSmartRef__":true,"id":70560}},"70637":{"timestamp":{"__isSmartRef__":true,"id":70638},"user":"lauritz","tags":[]},"70638":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:51:07 GMT+0100 (Mitteleuropäische Zeit)"},"70639":{"varMapping":{"__isSmartRef__":true,"id":70640},"source":"function reset() {\n this.list = [];\n this.setLabel('empty');\n this.label.setAlign('left');\n this.removeList();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'});\n}","funcProperties":{"__isSmartRef__":true,"id":70641},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"70640":{"this":{"__isSmartRef__":true,"id":70560}},"70641":{"timestamp":{"__isSmartRef__":true,"id":70642},"user":"lauritz","tags":[]},"70642":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:34:06 GMT+0100 (Mitteleuropäische Zeit)"},"70643":{"varMapping":{"__isSmartRef__":true,"id":70644},"source":"function displayTopLevelMorphs() {\n var list = this.createListMorph(); \n if (this.getList().length === 0) return;\n this.addMorph(list);\n this.listMorph = list;\n}","funcProperties":{"__isSmartRef__":true,"id":70645},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"70644":{"this":{"__isSmartRef__":true,"id":70560}},"70645":{"timestamp":{"__isSmartRef__":true,"id":70646},"user":"lauritz","tags":[]},"70646":{"isSerializedDate":true,"string":"Tue Dec 13 2011 18:53:20 GMT+0100 (Mitteleuropäische Zeit)"},"70647":{"varMapping":{"__isSmartRef__":true,"id":70648},"source":"function onMouseDown(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n // clicked on morph, not the list, not the list's scrollbar\n if (evt.target === this.renderContext().shapeNode)\n this.removeList();\n } else {\n this.displayTopLevelMorphs();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":70653},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"70648":{"this":{"__isSmartRef__":true,"id":70560},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":70649}},"70649":{"$super":{"__isSmartRef__":true,"id":70650}},"70650":{"varMapping":{"__isSmartRef__":true,"id":70651},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":70652},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"70651":{"obj":{"__isSmartRef__":true,"id":70560},"name":"onMouseDown"},"70652":{},"70653":{"timestamp":{"__isSmartRef__":true,"id":70654},"user":"lauritz","tags":[]},"70654":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:30:39 GMT+0100 (Mitteleuropäische Zeit)"},"70655":{"varMapping":{"__isSmartRef__":true,"id":70656},"source":"function setTargetOfPane(selection) {\n this.owner.setTarget(selection);\n this.label.setAlign('left');\n}","funcProperties":{"__isSmartRef__":true,"id":70657},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"70656":{"this":{"__isSmartRef__":true,"id":70560}},"70657":{"timestamp":{"__isSmartRef__":true,"id":70658},"user":"lauritz","tags":[]},"70658":{"isSerializedDate":true,"string":"Wed Dec 07 2011 04:30:42 GMT+0100 (Mitteleuropäische Zeit)"},"70659":{"varMapping":{"__isSmartRef__":true,"id":70660},"source":"function setTargetToListSelection() { \n var selection = this.listMorph.selection;\n this.removeList();\n if (!selection) return;\n if (this.owner.scriptPane.hasChanged()) {\n var that = this;\n var callback = function (confirmed) {\n if (confirmed) that.setTargetOfPane(selection);\n }\n this.owner.confirmUnsavedChanges(callback);\n } else {\n this.setTargetOfPane(selection);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":70661},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"70660":{"this":{"__isSmartRef__":true,"id":70560}},"70661":{"timestamp":{"__isSmartRef__":true,"id":70662},"user":"lauritz","tags":[]},"70662":{"isSerializedDate":true,"string":"Wed Dec 07 2011 06:06:48 GMT+0100 (Mitteleuropäische Zeit)"},"70663":{"varMapping":{"__isSmartRef__":true,"id":70664},"source":"function onBlur(evt) {\n $super(evt);\n \n // workaround - otherwise other morphs get this event\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\n this.removeList();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":70669},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"70664":{"this":{"__isSmartRef__":true,"id":70560},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":70665}},"70665":{"$super":{"__isSmartRef__":true,"id":70666}},"70666":{"varMapping":{"__isSmartRef__":true,"id":70667},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":70668},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"70667":{"obj":{"__isSmartRef__":true,"id":70560},"name":"onBlur"},"70668":{},"70669":{"timestamp":{"__isSmartRef__":true,"id":70670},"user":"lauritz","tags":[]},"70670":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:30:08 GMT+0100 (Mitteleuropäische Zeit)"},"70671":{"varMapping":{"__isSmartRef__":true,"id":70672},"source":"function setTarget(target) {\n this.label.setTextString(target.getName() || target.toString());\n}","funcProperties":{"__isSmartRef__":true,"id":70673},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"70672":{"this":{"__isSmartRef__":true,"id":70560}},"70673":{"timestamp":{"__isSmartRef__":true,"id":70674},"user":"lauritz","tags":[]},"70674":{"isSerializedDate":true,"string":"Wed Dec 07 2011 04:29:39 GMT+0100 (Mitteleuropäische Zeit)"},"70675":{"varMapping":{"__isSmartRef__":true,"id":70676},"source":"function setTargetOnSelection() {\n if (this.listMorph && this.listMorph.renderContext() && this.listMorph.renderContext().listNode.value) {\n this.setTargetToListSelection();\n this.stopStepping();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":70677},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"70676":{"this":{"__isSmartRef__":true,"id":70560}},"70677":{"timestamp":{"__isSmartRef__":true,"id":70678},"user":"lauritz","tags":[]},"70678":{"isSerializedDate":true,"string":"Wed Dec 07 2011 06:12:06 GMT+0100 (Mitteleuropäische Zeit)"},"70679":{"position":{"__isSmartRef__":true,"id":70680},"_Extent":{"__isSmartRef__":true,"id":70681},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":70682},"_Fill":{"__isSmartRef__":true,"id":70683},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":70684},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":70685},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"70680":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70681":{"x":909.0285365288845,"y":526.612532614436,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70682":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"70683":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"70684":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"70685":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"70686":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","comment":"Edit scripts and connections of a specific morph.","migrationLevel":4,"partName":"ObjectEditorPane","changes":[{"__isSmartRef__":true,"id":70687}],"idOnLoad":"27994608-ED2D-4524-B240-4A675DF003CD","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"70687":{"date":{"__isSmartRef__":true,"id":70688},"author":"lauritz","message":"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items."},"70688":{"isSerializedDate":true,"string":"Fri Oct 21 2011 00:39:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"70689":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"70690":{"morph":{"__isSmartRef__":true,"id":69085},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"70691":{"x":909.0285365288845,"y":526.612532614436,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70692":{"resizeWidth":true,"resizeHeight":true,"adjustForNewBounds":true},"70693":{"x":350.2386236582805,"y":-3.2455173507596555,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70694":{"x":0.971126750461849,"y":21.45669012569269,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"70695":{"displayInitialScript":{"__isSmartRef__":true,"id":70696},"displayJavaScriptSource":{"__isSmartRef__":true,"id":70700},"displaySourceForConnection":{"__isSmartRef__":true,"id":70704},"displaySourceForScript":{"__isSmartRef__":true,"id":70708},"generateSourceForConnection":{"__isSmartRef__":true,"id":70712},"generateSourceForScript":{"__isSmartRef__":true,"id":70716},"generateTargetCode":{"__isSmartRef__":true,"id":70720},"newConnection":{"__isSmartRef__":true,"id":70724},"newScript":{"__isSmartRef__":true,"id":70728},"reset":{"__isSmartRef__":true,"id":70732},"selectChangedContent":{"__isSmartRef__":true,"id":70736},"setTarget":{"__isSmartRef__":true,"id":70740},"sortedConnectionNamesOfObj":{"__isSmartRef__":true,"id":70744},"sortedScriptNamesOfObj":{"__isSmartRef__":true,"id":70748},"updateLists":{"__isSmartRef__":true,"id":70752},"onShutdown":{"__isSmartRef__":true,"id":70756},"confirmUnsavedChanges":{"__isSmartRef__":true,"id":70760},"update":{"__isSmartRef__":true,"id":70764},"ensureAnnotationLayer":{"__isSmartRef__":true,"id":70768},"migrateOldScriptAnnotations":{"__isSmartRef__":true,"id":70772},"copyToPartsBinWithUserRequest":{"__isSmartRef__":true,"id":70776},"printTags":{"__isSmartRef__":true,"id":70784},"setTag":{"__isSmartRef__":true,"id":70788},"runScript":{"__isSmartRef__":true,"id":70792},"openPartTestRunner":{"__isSmartRef__":true,"id":70796},"saveScriptWithSource":{"__isSmartRef__":true,"id":70800},"removeTimeStampComment":{"__isSmartRef__":true,"id":70804}},"70696":{"varMapping":{"__isSmartRef__":true,"id":70697},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.preselectItem();\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.preselectItem();\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":70698},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"70697":{"this":{"__isSmartRef__":true,"id":69085}},"70698":{"timestamp":{"__isSmartRef__":true,"id":70699},"user":"lauritz","tags":[]},"70699":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:13:43 GMT+0100 (Mitteleuropäische Zeit)"},"70700":{"varMapping":{"__isSmartRef__":true,"id":70701},"source":"function displayJavaScriptSource(jsCode, scriptName) {\n if (this.scriptPane.hasChanged()) {\n var that = this;\n var callback = function(confirmed) {\n if (confirmed) that.scriptPane.display(jsCode)\n };\n this.confirmUnsavedChanges(callback);\n } else {\n this.scriptPane.display(jsCode);\n if (scriptName) {\n this.get('TagsEntry').textString = this.printTags(this.target[scriptName]);\n }\n }\n}","funcProperties":{"__isSmartRef__":true,"id":70702},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"70701":{"this":{"__isSmartRef__":true,"id":69085}},"70702":{"timestamp":{"__isSmartRef__":true,"id":70703},"user":"fabian","tags":[]},"70703":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:50:49 GMT+0100 (Mitteleuropäische Zeit)"},"70704":{"varMapping":{"__isSmartRef__":true,"id":70705},"source":"function displaySourceForConnection(connection) {\n var code = \"\", that = this;\n if (connection === undefined) return;\n if (connection === null) {\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\"\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForConnection(connection);\n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":70706},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"70705":{"this":{"__isSmartRef__":true,"id":69085}},"70706":{"timestamp":{"__isSmartRef__":true,"id":70707},"user":"conradcalmez","tags":[]},"70707":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:59:30 GMT+0100 (Mitteleuropäische Zeit)"},"70708":{"varMapping":{"__isSmartRef__":true,"id":70709},"source":"function displaySourceForScript(scriptName) {\n var code = \"\",\n that = this;\n if (scriptName === null) {\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForScript(each)).concat(\"\\n\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForScript(scriptName); \n }\n this.displayJavaScriptSource(code, scriptName);\n}","funcProperties":{"__isSmartRef__":true,"id":70710},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"70709":{"this":{"__isSmartRef__":true,"id":69085}},"70710":{"timestamp":{"__isSmartRef__":true,"id":70711},"user":"fabian","tags":[]},"70711":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:28:26 GMT+0100 (Mitteleuropäische Zeit)"},"70712":{"varMapping":{"__isSmartRef__":true,"id":70713},"source":"function generateSourceForConnection(connection) {\n var c = connection, targetObject = this.target;\n\tif (!c.getTargetObj() || !c.getTargetObj().name || \n\t\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\n\n\tvar optConfig = []\n\tif (c.converterString)\n\t\toptConfig.push(\"converter: \\n\\t\" + c.converterString)\n\tif (c.updaterString)\n\t\toptConfig.push(\"updater: \\n\\t\" + c.updaterString)\n\treturn Strings.format('connect(%s, \"%s\", %s, \"%s\", {%s});', \n\t\t\tthis.generateTargetCode(targetObject, c.getSourceObj()),\n\t\t\tc.getSourceAttrName(),\n\t\t\tthis.generateTargetCode(targetObject, c.getTargetObj()),\n\t\t\tc.getTargetMethodName(),\n\t\t\toptConfig.join(','));\n\n}","funcProperties":{"__isSmartRef__":true,"id":70714},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"70713":{"this":{"__isSmartRef__":true,"id":69085}},"70714":{"timestamp":{"__isSmartRef__":true,"id":70715},"user":"lauritz","tags":[]},"70715":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"70716":{"varMapping":{"__isSmartRef__":true,"id":70717},"source":"function generateSourceForScript(scriptName) {\n var script = this.target[scriptName],\n annotation = '',\n scriptSource = script.sourceString ||\n script.getOriginal().sourceString ||\n String(script);\n\n scriptSource = this.removeTimeStampComment(scriptSource);\n\n if (script.timestamp && script.user) \n annotation = Strings.format('// changed on %s by %s \\n', script.timestamp, script.user);\n \n // FIXME: fix getOriginal!\n scriptSource = Strings.format('%s', scriptSource);\n\n return annotation + scriptSource;\n}","funcProperties":{"__isSmartRef__":true,"id":70718},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"70717":{"this":{"__isSmartRef__":true,"id":69085}},"70718":{"timestamp":{"__isSmartRef__":true,"id":70719},"user":"robertkrahn","tags":[]},"70719":{"isSerializedDate":true,"string":"Thu Mar 08 2012 19:08:46 GMT+0100 (Mitteleuropäische Zeit)"},"70720":{"varMapping":{"__isSmartRef__":true,"id":70721},"source":"function generateTargetCode(baseObject, targetObject) {\n\tvar name = targetObject.name;\n\tif (baseObject === targetObject) \n\t\treturn \"this\";\n\telse if (baseObject[name] === targetObject) \n\t\treturn \"this.\" + name;\n\telse if (baseObject.testObject === targetObject) \n\t\treturn \"this.testObject\";\n\telse if (baseObject.get(name) === targetObject) \n\t\treturn 'this.get(\"' + name + '\")';\n\telse if (targetObject instanceof Morph) \n\t\treturn '$morph(\"' + name + '\")';\n\telse \n\t\treturn \"????\";\n}","funcProperties":{"__isSmartRef__":true,"id":70722},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"70721":{"this":{"__isSmartRef__":true,"id":69085}},"70722":{"timestamp":{"__isSmartRef__":true,"id":70723},"user":"lauritz","tags":[]},"70723":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"70724":{"varMapping":{"__isSmartRef__":true,"id":70725},"source":"function newConnection() {\n if (this.target) {\n var code = \"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":70726},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"70725":{"this":{"__isSmartRef__":true,"id":69085}},"70726":{"timestamp":{"__isSmartRef__":true,"id":70727},"user":"lauritz","tags":[]},"70727":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"70728":{"varMapping":{"__isSmartRef__":true,"id":70729},"source":"function newScript() {\n if (this.target) {\n var code = \"function SCRIPTNAME() {\\n \\n}\";\n this.displayJavaScriptSource(code);\n this.get('TagsEntry').textString = '[]';\n }\n}","funcProperties":{"__isSmartRef__":true,"id":70730},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"70729":{"this":{"__isSmartRef__":true,"id":69085}},"70730":{"timestamp":{"__isSmartRef__":true,"id":70731},"user":"fabian","tags":[]},"70731":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:55:15 GMT+0100 (Mitteleuropäische Zeit)"},"70732":{"varMapping":{"__isSmartRef__":true,"id":70733},"source":"function reset() {\n this.scriptPane = this.get('ObjectEditorScriptPane')\n this.scriptList = this.get('ObjectEditorScriptList')\n this.connectionList = this.get('ObjectEditorConnectionList')\n this.morphSelector = this.get('ObjectEditorMorphSelector')\n this.get('TagsEntry').textString = '[]';\n this.target = null;\n this.scriptPane.reset();\n this.scriptList.setList();\n this.scriptList.selection = null;\n this.connectionList.setList();\n this.connectionList.selection = null;\n this.morphSelector.reset();\n this.tagChooser.reset();\n this.currentTag = null;\n this.stopStepping();\n}","funcProperties":{"__isSmartRef__":true,"id":70734},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"70733":{"this":{"__isSmartRef__":true,"id":69085}},"70734":{"timestamp":{"__isSmartRef__":true,"id":70735},"user":"fabian","tags":[]},"70735":{"isSerializedDate":true,"string":"Wed Mar 07 2012 22:37:40 GMT+0100 (Mitteleuropäische Zeit)"},"70736":{"varMapping":{"__isSmartRef__":true,"id":70737},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n return this.scriptList.selectAddedScript(addScriptMatches[0]);\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i -1) {\\n var c = this.connectionList.selection[1];\\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\\n this.updateLists();\\n this.displayInitialScript();\\n } \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":865},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"864\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"865\":{},\"866\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":867},\"source\":\"function updateLists() {\\n this.scriptList.setList(this.sortedScriptNamesOfObj(this.target));\\n var scriptListItems = this.scriptList.getList();\\n scriptListItems.unshift(\\\"-- ALL --\\\");\\n this.scriptList.setList(scriptListItems);\\n\\n this.connectionList.setList(this.sortedConnectionNamesOfObj(this.target));\\n var connectionListItems = this.connectionList.getList();\\n connectionListItems.unshift(\\\"-- ALL --\\\");\\n this.connectionList.setList(connectionListItems);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":868},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"867\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"868\":{},\"869\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":870},\"source\":\"function displayInitialScript() {\\n if (this.scriptList.getList().size() > 1) {\\n this.scriptList.selectAt(0);\\n } else if (this.connectionList.getList().size() > 1) {\\n this.connectionList.selectAt(0);\\n } else {\\n this.scriptList.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":871},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"870\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"871\":{},\"872\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":873},\"source\":\"function reset() {\\n this.target = null;\\n this.scriptPane.doitContext = null;\\n this.scriptList.setList();\\n this.connectionList.setList();\\n this.scriptPane.setTextString(\\\"\\\");\\n this.morphSelector.reset();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":874},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"873\":{\"this\":{\"__isSmartRef__\":true,\"id\":19}},\"874\":{},\"875\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":876},\"source\":\"function selectChangedContent(source) {\\n\\n var addScriptRegex = /this\\\\.addScript\\\\s*\\\\(\\\\s*function\\\\s*([^\\\\(]*)/g;\\n var addScriptMatches = [];\\n var addScriptMatch = addScriptRegex.exec(source);\\n while (addScriptMatch) {\\n addScriptMatches.push(addScriptMatch[1]);\\n addScriptMatch = addScriptRegex.exec(source);\\n }\\n \\n // if scripts were added, select either a specific one or all\\n if (addScriptMatches.length > 0) { \\n if (addScriptMatches.length === 1) {\\n var index = this.scriptList.getList().indexOf(addScriptMatches[0]);\\n if (index > -1) { \\n return this.scriptList.selectAt(index);\\n }\\n }\\n return this.scriptList.selectAt(0);\\n }\\n\\n var connectionRegex = \\n /connect\\\\(\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"\\\\s*,\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"/g;\\n var connectionMatches = [];\\n var connectionMatch = connectionRegex.exec(source);\\n while (connectionMatch) {\\n connectionMatches.push(connectionMatch);\\n connectionMatch = connectionRegex.exec(source);\\n }\\n\\n // if connections were made, select either a specific one or all\\n if (connectionMatches.length > 0) {\\n if (connectionMatches.length === 1) {\\n var match = connectionMatches[0];\\n for (var i=0; i -1) {\\n var c = selection[1];\\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\\n editor.updateLists();\\n editor.displayInitialScript();\\n } \\n }\\n\\n var message = 'Disconnect \\\"' + selection[0] +'\\\" connection?';\\n var callback = disconnectConnection;\\n\\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\\n\\n return this.world().openDialog(dialog);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1075},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1074\":{\"this\":{\"__isSmartRef__\":true,\"id\":1021}},\"1075\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1076},\"user\":\"lauritz\",\"categories\":[]},\"1076\":{\"isSerializedDate\":true,\"string\":\"Fri Nov 11 2011 01:46:54 GMT+0100 (CET)\"},\"1077\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1078}],\"scripts\":[],\"id\":\"DF5B9D85-D091-46B6-B401-A99C05B77546\",\"shape\":{\"__isSmartRef__\":true,\"id\":1093},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1109},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1096},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1110},\"label\":{\"__isSmartRef__\":true,\"id\":1078},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1119}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1121},\"name\":\"ObjectEditorRemoveScriptButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1122},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1123},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1124},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1125},\"isCopyMorphRef\":true,\"morphRefId\":24,\"draggingEnabled\":false,\"objectEditorPane\":{\"__isSmartRef__\":true,\"id\":1},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1126},\"derivationIds\":[217,\"FDC10087-12CF-4570-9211-8309CB6A9AA3\",\"E18FC530-4B1F-4F08-8DA6-3866A3519E56\",\"04A2AAC3-6A9E-40BB-9408-EBB2567EE63B\",\"8C1A42CE-840C-4AAE-BD79-C93A445B9EBF\",\"61FC11FA-B87E-4EFE-BD15-564D3178B68B\",\"ED34F9B5-9E00-41B3-8313-D9C3D6B3B231\",\"A7481F4B-D444-4B4F-BDA2-4F9F03AEC24D\",\"7DDF7175-34FC-4521-A7C3-580A8BE63351\",\"DEA39C05-FAD7-4882-AB3D-0EE12C3408F9\",\"99186A50-1411-4B6F-B1CB-FF0742C20D7D\",\"10F3E467-6BB8-4D07-BD17-8C50593FD6B8\",\"7260818C-6472-4288-8BDD-1E7798A543F3\",\"DEBB5BDB-018D-4BA1-9FB9-73DC84C51D89\",\"B31BD7D3-4819-4560-9661-C317568903A5\",\"0BDA92F0-9453-44D3-A9A9-B77A27B0BAE0\",\"23E309F8-AF01-4EA7-98B5-37DC538986EF\"],\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1127},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1078\":{\"submorphs\":[],\"scripts\":[],\"id\":\"105D0F82-1C3C-43AA-9648-B381882D91EC\",\"shape\":{\"__isSmartRef__\":true,\"id\":1079},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":21,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1085},\"textColor\":{\"__isSmartRef__\":true,\"id\":1082},\"owner\":{\"__isSmartRef__\":true,\"id\":1077},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1086}],\"padding\":{\"__isSmartRef__\":true,\"id\":1088},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1089},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1090},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1091},\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1092},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":21,\"_MinTextHeight\":null,\"draggingEnabled\":false,\"derivationIds\":[218,\"852A7BD9-52EE-4708-A2D5-1BDECF33C958\",\"7B4F173E-9726-472A-9B30-530D4AA92AD9\",\"CBA217F6-2832-4213-9ABE-47753C1A4180\",\"E6B97D1D-95D5-4644-9359-1D08D42A51F4\",\"4391A57E-70C2-4628-9828-DD668CCE546E\",\"F0C6C298-3B8B-42B2-B5E9-E5B82F607B01\",\"DF0CAF75-4247-4797-B1A0-AD7444391E2A\",\"B4C4F09B-F663-47A1-B85F-461D5452F5F8\",\"FD966AB1-4685-4151-9A38-B1B21B0237EF\",\"CA91FC2C-D7CC-4123-AFD2-108F8F0C2E97\",\"88F1581A-7AEF-4646-B7F9-3890CDDB8494\",\"DC577877-7F00-4238-9246-08C2A10C0CC9\",\"818C9467-71A2-44D6-B01F-1523A0CD5476\",\"A084816B-1BB2-4B7F-A5E9-38960006EC1D\",\"6E699952-E650-4E6C-B809-8DD4B6E81EF5\",\"0AC95454-A91A-4812-BEE9-E726706C4B30\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1079\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1080},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1081},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1082},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1083},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1084},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1080\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1081\":{\"x\":25,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1082\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1083\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1084\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1085\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1086\":{\"style\":{\"__isSmartRef__\":true,\"id\":1087},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1078},\"storedString\":\"-\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1087\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1088\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1089\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1090\":{\"x\":25,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1091\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1092\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1078},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1093\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1094},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1095},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1096},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1106},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1107},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1108},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1094\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1095\":{\"x\":25,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1096\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1097},{\"__isSmartRef__\":true,\"id\":1099},{\"__isSmartRef__\":true,\"id\":1101},{\"__isSmartRef__\":true,\"id\":1103}],\"vector\":{\"__isSmartRef__\":true,\"id\":1105},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1097\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1098}},\"1098\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1099\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1100}},\"1100\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1101\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1102}},\"1102\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1103\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1104}},\"1104\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1105\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1106\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1107\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1108\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1109\":{\"x\":160,\"y\":40,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1110\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1111},{\"__isSmartRef__\":true,\"id\":1113},{\"__isSmartRef__\":true,\"id\":1115},{\"__isSmartRef__\":true,\"id\":1117}],\"vector\":{\"__isSmartRef__\":true,\"id\":1105},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1111\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1112}},\"1112\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1113\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1114}},\"1114\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1115\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1116}},\"1116\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1117\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1118}},\"1118\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1119\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1077},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1077},\"targetMethodName\":\"deleteSelectedScript\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1120},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1120\":{\"source\":{\"__isSmartRef__\":true,\"id\":1077},\"target\":{\"__isSmartRef__\":true,\"id\":1077}},\"1121\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1122\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1123\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1124\":{\"x\":30,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1125\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1077},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1126\":{\"x\":33.35839679439101,\"y\":-21.324811622839547,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1127\":{\"deleteSelectedScript\":{\"__isSmartRef__\":true,\"id\":1128}},\"1128\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1129},\"source\":\"function deleteSelectedScript() {\\n\\n var editor = this.objectEditorPane;\\n var selection = editor.scriptList.selection;\\n\\n if (!editor.target || editor.scriptList.getList().size() < 2) \\n return; \\n\\n var deleteScript = function (confirmed) {\\n if (!confirmed) return;\\n \\n if (selection && editor.target) {\\n if (!editor.target.hasOwnProperty(selection)) \\n return;\\n delete editor.target[selection];\\n editor.updateLists();\\n editor.displayInitialScript();\\n }\\n }\\n\\n var message = 'Delete \\\"' + selection + '\\\" script?';\\n var callback = deleteScript;\\n\\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\\n\\n return this.world().openDialog(dialog);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1130},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1129\":{\"this\":{\"__isSmartRef__\":true,\"id\":1077}},\"1130\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1131},\"user\":\"lauritz\"},\"1131\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 18:12:21 GMT+0100 (CET)\"},\"1132\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1133}],\"scripts\":[],\"id\":\"96FFEAC0-FD04-4E22-9ABC-ABAE3FA0A736\",\"shape\":{\"__isSmartRef__\":true,\"id\":1149},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1165},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1152},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1166},\"label\":{\"__isSmartRef__\":true,\"id\":1133},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1175},\"name\":\"ObjectEditorMorphSelector\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1176},\"list\":[],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1177},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1178},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1179},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1180},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"textString\":\"\",\"selection\":{\"__isSmartRef__\":true,\"id\":1181},\"_ClipMode\":\"visible\",\"prevScroll\":[0,0],\"listMorph\":null,\"derivationIds\":[221,\"4AC64FBA-95AC-42B2-A078-B6DA97889093\",\"E26ED0E6-C4CE-4C82-94D5-175270E8459E\",\"D292F2FC-C2B6-48AE-B779-8CC5868FFA49\",\"53A862EB-032C-4BF0-9B21-58C7E0C0A9B2\",\"CC4D188B-510F-48DE-A0E1-EC8D2CD63F9F\",\"0CD057F2-3517-4849-A69E-1EF79B05ACE8\",\"66EBBB7D-8FA7-4D43-AE78-A18DA3B970BA\",\"A50C1893-4138-4E29-865B-92F53F76D08A\",\"1EC5D2B9-3539-419A-8DD6-CE82DEABB02C\",\"95DC06D5-F4C7-49E2-8A01-110D1B0AFBD0\",\"672DEFAB-2BE5-4C60-9779-3B44694FBEB1\",\"E3476213-5872-492C-BE29-0C6A5A150ED8\",\"AA2F6ABE-1CCB-403D-94DD-8FB371F3DDCE\",\"7CF7B24B-9888-448A-9010-E8B15DDBA004\",\"86A320D7-ECDB-43EC-B2B7-27A1D5CA8C53\",\"3D6ECBD3-EC4A-4EEB-8640-4D078EFF8AAF\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1198},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1133\":{\"submorphs\":[],\"scripts\":[],\"id\":\"A4127ACD-F316-45A3-837C-2C592509CA24\",\"shape\":{\"__isSmartRef__\":true,\"id\":1134},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":220,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1140},\"textColor\":{\"__isSmartRef__\":true,\"id\":1137},\"owner\":{\"__isSmartRef__\":true,\"id\":1132},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1141}],\"padding\":{\"__isSmartRef__\":true,\"id\":1143},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1143},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1144},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1145}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1146},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1147},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":220,\"_MinTextHeight\":null,\"_Align\":\"left\",\"_FontFamily\":\"Arial\",\"_FontSize\":10,\"derivationIds\":[222,\"30F054A3-7658-405B-8098-B7D87AA8A9ED\",\"556D6E07-45B7-42EC-A486-DE275EF0B034\",\"06B0B080-467A-46CC-8B0D-9C0A9B9A71F1\",\"5E2D96C9-BB9B-4735-8673-A79847435197\",\"B48AA022-2022-4A2A-9090-4D884FB3DFD3\",\"8B2F743A-98C5-45E1-B03C-5019114EAC47\",\"D09C56C3-A2DC-4BDF-B8A1-6365138ECD01\",\"74158C3D-B79E-43E7-B111-48701B10ACE2\",\"B19E117B-E40F-4B9F-86AC-BFB2AAFD5336\",\"4E3B3D72-E52C-44ED-AE32-78939BA1ECFD\",\"2459D1F0-E49C-4882-AB4C-D78C1A496962\",\"3D8D3B02-0459-45C1-A606-D0DB4B07958C\",\"78AAE288-D261-4BEA-9436-C8C31B890B44\",\"62387523-F02D-471C-8758-988647710CDC\",\"A7EE8B19-A2F0-4D26-80AD-0F027B34F504\",\"16C034BF-CCED-4F4A-8315-130685824270\"],\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1148},\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1134\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1135},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1136},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1137},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1138},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1139},\"_BorderWidth\":0,\"_Fill\":null,\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1135\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1136\":{\"x\":220,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1137\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1138\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1139\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__LivelyClassName__\":\"Rectangle\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1140\":{\"x\":2,\"y\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1141\":{\"style\":{\"__isSmartRef__\":true,\"id\":1142},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1133},\"storedString\":\"Rectangle Test\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1142\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1143\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1144\":{\"x\":220,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1145\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1133},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1132},\"targetMethodName\":\"selection\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1146\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1147\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1133},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1148\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1149\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1150},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1151},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1152},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1162},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1163},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1164},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1150\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1151\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1152\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1153},{\"__isSmartRef__\":true,\"id\":1155},{\"__isSmartRef__\":true,\"id\":1157},{\"__isSmartRef__\":true,\"id\":1159}],\"vector\":{\"__isSmartRef__\":true,\"id\":1161},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1153\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1154}},\"1154\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1155\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1156}},\"1156\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1157\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1158}},\"1158\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1159\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1160}},\"1160\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1161\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1162\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1163\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1164\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1165\":{\"x\":240.1308656788165,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1166\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1167},{\"__isSmartRef__\":true,\"id\":1169},{\"__isSmartRef__\":true,\"id\":1171},{\"__isSmartRef__\":true,\"id\":1173}],\"vector\":{\"__isSmartRef__\":true,\"id\":1161},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1167\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1168}},\"1168\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1169\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1170}},\"1170\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1171\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1172}},\"1172\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1173\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1174}},\"1174\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1175\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1176\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"partName\":\"ChoiceButton\",\"comment\":\"Click on it and you get a list of things to choose from.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1177\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1178\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1132},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1179\":{\"x\":122.93118375058827,\"y\":-11.582832083333244,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1180\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1181\":{\"submorphs\":[],\"scripts\":[],\"id\":181,\"shape\":{\"__isSmartRef__\":true,\"id\":1182},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1188},\"_MaxTextWidth\":580,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1189},\"showsHalos\":false,\"_FontSize\":28,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Title\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1190},\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1191},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1192},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1193}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1195},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1196},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":580,\"_MinTextHeight\":null,\"_Rotation\":0,\"_Scale\":1.002003004005006,\"previousSelection\":[35,35],\"priorSelectionRange\":[23,23],\"charsReplaced\":\"WIP / Proof of Concept\",\"lastFindLoc\":22,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1197},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"isCopyMorphRef\":true,\"morphRefId\":2,\"prevScroll\":[0,0],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1182\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1183},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1184},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1185},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1186},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1187},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1183\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1184\":{\"x\":580,\"y\":43,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1185\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1186\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1187\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1188\":{\"x\":37,\"y\":23,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1189\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1190\":{\"partsSpaceName\":\"PartsBin/Worlds/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"For example a world title.\",\"partName\":\"Title\",\"migrationLevel\":2,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1191\":{\"r\":0,\"g\":0.309,\"b\":0.595,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1192\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1193\":{\"style\":{\"__isSmartRef__\":true,\"id\":1194},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1181},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1194\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1195\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1181},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1196\":{\"x\":580,\"y\":43,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1197\":{\"x\":221,\"y\":-12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1198\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":1199},\"getList\":{\"__isSmartRef__\":true,\"id\":1203},\"removeList\":{\"__isSmartRef__\":true,\"id\":1207},\"reset\":{\"__isSmartRef__\":true,\"id\":1211},\"displayTopLevelMorphs\":{\"__isSmartRef__\":true,\"id\":1215},\"onMouseDown\":{\"__isSmartRef__\":true,\"id\":1219},\"setTargetOfPane\":{\"__isSmartRef__\":true,\"id\":1227},\"setTargetToListSelection\":{\"__isSmartRef__\":true,\"id\":1231},\"onBlur\":{\"__isSmartRef__\":true,\"id\":1235},\"setTarget\":{\"__isSmartRef__\":true,\"id\":1243},\"setTargetOnSelection\":{\"__isSmartRef__\":true,\"id\":1247}},\"1199\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1200},\"source\":\"function createListMorph() {\\n var items = this.getList();\\n \\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\\n\\n var listMorph = new lively.morphic.List(extent);\\n listMorph.setList(items);\\n listMorph.setFontSize(10);\\n\\n listMorph.disableGrabbing();\\n listMorph.disableDragging();\\n\\n connect(listMorph, 'selection', this, 'setTargetToListSelection');\\n \\n return listMorph;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1201},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1200\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132}},\"1201\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1202},\"user\":\"lauritz\",\"tags\":[]},\"1202\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 13 2011 18:55:41 GMT+0100 (CET)\"},\"1203\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1204},\"source\":\"function getList() {\\n var worldEntry = {\\n isListItem: true,\\n selectionString: 'World',\\n string: 'World',\\n value: this.world()\\n };\\n var list = this.world().indentedListItemsOfMorphNames();\\n list.unshift(worldEntry);\\n return list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1205},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1204\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132}},\"1205\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1206},\"user\":\"lauritz\",\"tags\":[]},\"1206\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 21 2011 23:12:23 GMT+0100 (CET)\"},\"1207\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1208},\"source\":\"function removeList() {\\n this.listMorph && this.listMorph.remove();\\n this.listMorph = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1209},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1208\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132}},\"1209\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1210},\"user\":\"lauritz\",\"tags\":[]},\"1210\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:51:07 GMT+0100 (CET)\"},\"1211\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1212},\"source\":\"function reset() {\\n this.list = [];\\n this.setLabel('empty');\\n this.label.setAlign('left');\\n this.removeList();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'});\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1213},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1212\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132}},\"1213\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1214},\"user\":\"lauritz\",\"tags\":[]},\"1214\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:34:06 GMT+0100 (CET)\"},\"1215\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1216},\"source\":\"function displayTopLevelMorphs() {\\n var list = this.createListMorph(); \\n if (this.getList().length === 0) return;\\n this.addMorph(list);\\n this.listMorph = list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1217},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1216\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132}},\"1217\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1218},\"user\":\"lauritz\",\"tags\":[]},\"1218\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 13 2011 18:53:20 GMT+0100 (CET)\"},\"1219\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1220},\"source\":\"function onMouseDown(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n // clicked on morph, not the list, not the list's scrollbar\\n if (evt.target === this.renderContext().shapeNode)\\n this.removeList();\\n } else {\\n this.displayTopLevelMorphs();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1225},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1220\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1221}},\"1221\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1222}},\"1222\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1223},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1224},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1223\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1132},\"name\":\"onMouseDown\"},\"1224\":{},\"1225\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1226},\"user\":\"lauritz\",\"tags\":[]},\"1226\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:30:39 GMT+0100 (CET)\"},\"1227\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1228},\"source\":\"function setTargetOfPane(selection) {\\n this.owner.setTarget(selection);\\n this.label.setAlign('left');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1229},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1228\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132}},\"1229\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1230},\"user\":\"lauritz\",\"tags\":[]},\"1230\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 04:30:42 GMT+0100 (CET)\"},\"1231\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1232},\"source\":\"function setTargetToListSelection() { \\n var selection = this.listMorph.selection;\\n this.removeList();\\n if (!selection) return;\\n if (this.owner.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function (confirmed) {\\n if (confirmed) that.setTargetOfPane(selection);\\n }\\n this.owner.confirmUnsavedChanges(callback);\\n } else {\\n this.setTargetOfPane(selection);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1233},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1232\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132}},\"1233\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1234},\"user\":\"lauritz\",\"tags\":[]},\"1234\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 06:06:48 GMT+0100 (CET)\"},\"1235\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1236},\"source\":\"function onBlur(evt) {\\n $super(evt);\\n \\n // workaround - otherwise other morphs get this event\\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\\n this.removeList();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1241},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1236\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1237}},\"1237\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1238}},\"1238\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1239},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1240},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1239\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1132},\"name\":\"onBlur\"},\"1240\":{},\"1241\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1242},\"user\":\"lauritz\",\"tags\":[]},\"1242\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:30:08 GMT+0100 (CET)\"},\"1243\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1244},\"source\":\"function setTarget(target) {\\n this.label.setTextString(target.getName() || target.toString());\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1245},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1244\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132}},\"1245\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1246},\"user\":\"lauritz\",\"tags\":[]},\"1246\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 04:29:39 GMT+0100 (CET)\"},\"1247\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1248},\"source\":\"function setTargetOnSelection() {\\n if (this.listMorph && this.listMorph.renderContext() && this.listMorph.renderContext().listNode.value) {\\n this.setTargetToListSelection();\\n this.stopStepping();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1249},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1248\":{\"this\":{\"__isSmartRef__\":true,\"id\":1132}},\"1249\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1250},\"user\":\"lauritz\",\"tags\":[]},\"1250\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 06:12:06 GMT+0100 (CET)\"},\"1251\":{\"submorphs\":[],\"scripts\":[],\"id\":\"94A0088B-93EF-4DA6-9BAB-9910767CB753\",\"shape\":{\"__isSmartRef__\":true,\"id\":1252},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":false,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1258},\"_MaxTextWidth\":64.8979476392384,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1255},\"showsHalos\":false,\"_FontSize\":9,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorScriptsText1\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1259},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1260}],\"charsReplaced\":\"Scripts\",\"lastFindLoc\":-7,\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1262},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1263},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1264},\"_WhiteSpaceHandling\":\"pre-wrap\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":64.8979476392384,\"_MinTextHeight\":null,\"_ClipMode\":\"visible\",\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1265},\"eventsAreIgnored\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"isCopyMorphRef\":true,\"morphRefId\":27,\"derivationIds\":[223,\"5E3A69EF-26C1-4D0D-B04C-8C3894017F56\",\"14AB1B91-3ED6-49AE-AA58-47D18B6C569F\",\"991D4A54-1FC4-4BC7-AA82-F814AC52CDE3\",\"DB9B19F7-4390-4CE5-9B1D-62177CB8D605\",\"8F7B2EE9-9538-4044-B75B-6A12F3108B70\",\"4B9F9B4B-C7D3-418D-9AC9-10503A4EBF8E\",\"324EE422-8C94-43CE-B964-A3150830C25F\",\"36D1ECF9-591F-426B-A4F6-B337D7DB053B\",\"CB52849C-BE64-4053-8D07-758F969F84EB\",\"F1C241D4-A689-4DB7-942F-ADB5F39D9CAA\",\"F9D413A0-184F-47F5-9B55-D05D511915CB\",\"F4C5DA2D-8203-47EB-834D-2D03338B0419\",\"1E089341-3FFF-45CD-9C21-BA7A8B4CF6F2\",\"2E3BA43D-DE5E-4EEA-8DF6-97BE9BDB9EE8\",\"5622156A-68BA-441A-9AE4-19B7BB321E95\",\"913CDF62-CF29-4172-AFDF-4505CF7A364F\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1252\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1253},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1254},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1255},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1256},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1257},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1253\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1254\":{\"x\":64.8979476392384,\"y\":14,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1255\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1256\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1257\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1258\":{\"x\":198.16434648623274,\"y\":12.911539589748486,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1259\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1260\":{\"style\":{\"__isSmartRef__\":true,\"id\":1261},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1251},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Target:\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1261\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1262\":{\"x\":64.8979476392384,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1263\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1264\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1251},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1265\":{\"x\":41.065989525935834,\"y\":-10.506047005169194,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1266\":{\"submorphs\":[],\"scripts\":[],\"id\":\"75AACE15-9C62-4EF9-A7FA-03371C768139\",\"shape\":{\"__isSmartRef__\":true,\"id\":1267},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":false,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1273},\"_MaxTextWidth\":64.8979476392384,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1270},\"showsHalos\":false,\"_FontSize\":9,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorScriptsText2\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1274},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1275}],\"charsReplaced\":\"Scripts\",\"lastFindLoc\":-7,\"priorSelectionRange\":[0,7],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1277},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1278},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1279},\"_WhiteSpaceHandling\":\"pre-wrap\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":64.8979476392384,\"_MinTextHeight\":null,\"_ClipMode\":\"visible\",\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1280},\"eventsAreIgnored\":true,\"isCopyMorphRef\":true,\"morphRefId\":27,\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"derivationIds\":[224,\"35EF8FE5-067D-45B6-AF21-77040F11D340\",\"80DC09DD-22D4-4089-B5C3-857B32C9BE9B\",\"EF080074-E6B9-47F3-A87F-26313B40C430\",\"F6977801-C1A7-445C-9BF1-8A1019E202FB\",\"8C9157AE-0343-4CFB-8186-1D5E05D2ECBE\",\"DD3C23F8-6463-4EAE-959B-C486E27D9BDA\",\"1E8D3752-D212-41F8-BC63-B094E0C80707\",\"75C07D11-AE5D-4A36-B2D0-F2A6EA414E72\",\"494AB1C0-2C09-49DE-B4AA-1F24DC7495FF\",\"25199967-E3BA-4763-A704-37BD3152A5F7\",\"8E4A5937-D1FA-4AF7-BD8D-B542C636CEF9\",\"DDB23EF0-540C-4046-AD4D-C001E8A5F20C\",\"FF45AAB3-E5C7-42A0-A704-F068DB2E2AF9\",\"7DE7E9A4-D30D-4E76-8C56-E5E0B58CD488\",\"15023644-FA2D-4B48-BED2-63CA31B6B670\",\"DB44519F-74E5-4E10-A5CE-4F93A0694A4B\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1267\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1268},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1269},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1270},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1271},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1272},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1268\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1269\":{\"x\":64.8979476392384,\"y\":14,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1270\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1271\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1272\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1273\":{\"x\":10,\"y\":12.911539589749026,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1274\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1275\":{\"style\":{\"__isSmartRef__\":true,\"id\":1276},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1266},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Tag:\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1276\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1277\":{\"x\":64.8979476392384,\"y\":14,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1278\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1279\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1266},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1280\":{\"x\":45.76052154281416,\"y\":-27.783027415339603,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1281\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1282}],\"scripts\":[],\"id\":\"0A056822-1094-4756-A996-B9E272E0D21D\",\"shape\":{\"__isSmartRef__\":true,\"id\":1296},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1312},\"value\":true,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1313},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1299},\"label\":{\"__isSmartRef__\":true,\"id\":1282},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1322},\"name\":\"ObjectEditorTagChooser\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1323},\"listMorph\":null,\"list\":[],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1324},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1325},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1326},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1327},\"textString\":\"PartsBinBrowser\",\"selection\":\"\",\"_ClipMode\":\"visible\",\"prevScroll\":[0,0],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"setTargetToListSelection\":\"all\",\"savedTextString\":\"all\",\"derivationIds\":[225,\"7F83847B-D0B1-4A31-8601-43424B97C858\",\"E08FC110-71D7-4FFD-B4A8-08F8147B95BA\",\"5534107D-C5C9-48DD-A1ED-B87E9D9B672C\",\"0B89FA7A-768C-4062-98AE-C455E8DAFF19\",\"799320C6-CFBA-40E7-B03D-64BFE9B78248\",\"9B650AA3-271B-4E72-B230-51C6F64B7462\",\"C95D3672-724C-4C2C-9CDD-EF308062F627\",\"C66EBEEC-B7CE-4DD9-8BDF-905F071F965D\",\"D68B143A-A712-4FD0-8803-62CCB4C7F763\",\"ED802271-AE5C-4BE9-AC4E-7CED44BC864B\",\"1BD989CB-146C-431F-8B15-9199C4CD5D32\",\"42172AA4-1B06-4C5B-9BB7-FAED1206CF34\",\"32DFAF99-E6F8-426B-829D-FD6C2BCB8FAA\",\"90F68286-09C1-4B33-B9F6-1685A0D9FAB0\",\"B6AE9317-6B32-4477-94C3-988E11D52818\",\"E4CC49BE-7E93-48CE-9CCF-494898817F92\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1328},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1282\":{\"submorphs\":[],\"scripts\":[],\"id\":\"6B53F28E-EFDB-4FA1-88BD-73AF9CD3E06A\",\"shape\":{\"__isSmartRef__\":true,\"id\":1283},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":130,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1288},\"textColor\":{\"__isSmartRef__\":true,\"id\":1286},\"owner\":{\"__isSmartRef__\":true,\"id\":1281},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1289}],\"padding\":{\"__isSmartRef__\":true,\"id\":1291},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1291},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1292},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1293}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1294},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1295},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":130,\"_MinTextHeight\":null,\"_Align\":\"left\",\"_FontFamily\":\"Arial\",\"_FontSize\":10,\"derivationIds\":[226,\"03DBF3F8-8EA2-4426-BA64-C4297DDAB015\",\"B8F87302-BEC3-48CD-9BBA-6C7DBB6287E1\",\"4AA6AE51-338B-4E3E-814B-9F99C693A2D5\",\"08F6CE56-AD91-4C27-9429-C3DEA313696C\",\"D39C963C-FD24-4498-A6D8-71E5102CE58A\",\"132C2A9E-3466-4051-AAEA-6E485A91F408\",\"DB8BC4A1-ED41-446B-AB6C-7E73DD857B5D\",\"567FC668-A57C-41CB-8252-8912826B3144\",\"D0B0775F-C8E7-49EB-BBB2-C7BB7DD464BF\",\"AABED87D-D7C0-494A-8803-26F4601E35FF\",\"696C3A2A-C695-4D17-A044-41A73436AB8D\",\"206A0BFD-6997-4E0E-9193-089D1F66B22A\",\"F2F1F966-6C41-4EBA-AFCE-FAE8C79AA696\",\"DACDEF8A-8791-4FF3-8DEC-70227F2294D8\",\"D25F7CAB-9828-452E-B2BD-F13D930CC8B3\",\"09CCDF11-EB1A-4085-8DE3-5B3E18D779BB\"],\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1148},\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1283\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1284},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1285},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1286},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1287},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1139},\"_BorderWidth\":0,\"_Fill\":null,\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1284\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1285\":{\"x\":130,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1286\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1287\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1288\":{\"x\":2,\"y\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1289\":{\"style\":{\"__isSmartRef__\":true,\"id\":1290},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1282},\"storedString\":\"all\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1290\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"1291\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1292\":{\"x\":130,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1293\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1282},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1281},\"targetMethodName\":\"selection\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1294\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1295\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1282},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1296\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1297},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1298},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1299},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1309},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1310},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1311},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1297\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1298\":{\"x\":130,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1299\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1300},{\"__isSmartRef__\":true,\"id\":1302},{\"__isSmartRef__\":true,\"id\":1304},{\"__isSmartRef__\":true,\"id\":1306}],\"vector\":{\"__isSmartRef__\":true,\"id\":1308},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1300\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1301}},\"1301\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1302\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1303}},\"1303\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1304\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1305}},\"1305\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1306\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1307}},\"1307\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1308\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1309\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1310\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1311\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1312\":{\"x\":39.12381412396891,\"y\":10.000000000000057,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1313\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1314},{\"__isSmartRef__\":true,\"id\":1316},{\"__isSmartRef__\":true,\"id\":1318},{\"__isSmartRef__\":true,\"id\":1320}],\"vector\":{\"__isSmartRef__\":true,\"id\":1308},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1314\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1315}},\"1315\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1316\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1317}},\"1317\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1318\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1319}},\"1319\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1320\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1321}},\"1321\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1322\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1323\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"partName\":\"ChoiceButton\",\"comment\":\"Click on it and you get a list of things to choose from.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1324\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1325\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1281},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1326\":{\"x\":85.7442776093583,\"y\":-11.582832083333244,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1327\":{\"x\":130,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1328\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":1329},\"getList\":{\"__isSmartRef__\":true,\"id\":1333},\"removeList\":{\"__isSmartRef__\":true,\"id\":1337},\"reset\":{\"__isSmartRef__\":true,\"id\":1341},\"onMouseUp\":{\"__isSmartRef__\":true,\"id\":1345},\"onBlur\":{\"__isSmartRef__\":true,\"id\":1353},\"setTag\":{\"__isSmartRef__\":true,\"id\":1361}},\"1329\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1330},\"source\":\"function createListMorph() {\\n var items = this.getList();\\n\\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\\n\\n var listMorph = new lively.morphic.List(extent);\\n listMorph.setList(items);\\n listMorph.setFontSize(10);\\n\\n listMorph.disableGrabbing();\\n listMorph.disableDragging();\\n \\n connect(listMorph, 'selection', this, 'setTag');\\n \\n return listMorph;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1331},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1330\":{\"this\":{\"__isSmartRef__\":true,\"id\":1281}},\"1331\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1332},\"user\":\"lauritz\",\"categories\":[]},\"1332\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:35:59 GMT+0100 (CET)\"},\"1333\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1334},\"source\":\"function getList() {\\n if (!this.owner.target) return [''];\\n\\n var target = this.owner.target;\\n\\n var tags = Functions.own(target).collect(function (each) {\\n return target[each].tags || [];\\n }).flatten().uniq();\\n\\n var sortedTags = tags.sortBy(function(name) { \\n return name.toLowerCase() \\n });\\n \\n sortedTags.unshift('all'); \\n return sortedTags;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1335},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1334\":{\"this\":{\"__isSmartRef__\":true,\"id\":1281}},\"1335\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1336},\"user\":\"lauritz\",\"tags\":[]},\"1336\":{\"isSerializedDate\":true,\"string\":\"Fri Dec 16 2011 20:27:25 GMT+0100 (CET)\"},\"1337\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1338},\"source\":\"function removeList() {\\n this.listMorph && this.listMorph.remove()\\n this.listMorph = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1339},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1338\":{\"this\":{\"__isSmartRef__\":true,\"id\":1281}},\"1339\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1340},\"user\":\"lauritz\",\"categories\":[]},\"1340\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 19:06:51 GMT+0100 (CET)\"},\"1341\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1342},\"source\":\"function reset() {\\n this.list = [];\\n this.setLabel('all');\\n this.label.setAlign('left');\\n this.removeList();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1343},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1342\":{\"this\":{\"__isSmartRef__\":true,\"id\":1281}},\"1343\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1344},\"user\":\"lauritz\",\"tags\":[]},\"1344\":{\"isSerializedDate\":true,\"string\":\"Fri Dec 16 2011 20:27:53 GMT+0100 (CET)\"},\"1345\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1346},\"source\":\"function onMouseUp(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n this.removeList();\\n return true;\\n } \\n if (this.getList().size() < 2) return;\\n var list = this.createListMorph();\\n this.addMorph(list);\\n this.listMorph = list;\\n return true;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1351},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1346\":{\"this\":{\"__isSmartRef__\":true,\"id\":1281},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1347}},\"1347\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1348}},\"1348\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1349},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1350},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1349\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1281},\"name\":\"onMouseUp\"},\"1350\":{},\"1351\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1352},\"user\":\"lauritz\",\"categories\":[]},\"1352\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 18:59:16 GMT+0100 (CET)\"},\"1353\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1354},\"source\":\"function onBlur(evt) {\\n $super(evt);\\n \\n // workaround - otherwise other morphs get this event\\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\\n this.removeList();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1359},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1354\":{\"this\":{\"__isSmartRef__\":true,\"id\":1281},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1355}},\"1355\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1356}},\"1356\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1357},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1358},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1357\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1281},\"name\":\"onBlur\"},\"1358\":{},\"1359\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1360},\"user\":\"lauritz\",\"categories\":[]},\"1360\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 21 2011 23:10:03 GMT+0100 (CET)\"},\"1361\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1362},\"source\":\"function setTag(tag) {\\n this.setLabel(tag || '');\\n this.label.setAlign('left');\\n this.owner.setTag(tag);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1363},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1362\":{\"this\":{\"__isSmartRef__\":true,\"id\":1281}},\"1363\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1364},\"user\":\"lauritz\",\"categories\":[]},\"1364\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:36:12 GMT+0100 (CET)\"},\"1365\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1366}],\"scripts\":[],\"id\":\"E7954648-00B9-4CF8-B63D-44010AC413B3\",\"shape\":{\"__isSmartRef__\":true,\"id\":1381},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1385},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1397},\"label\":{\"__isSmartRef__\":true,\"id\":1366},\"name\":\"Button\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1406},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1407}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1443},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1444},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1445},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1446},\"derivationIds\":[7251,\"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1\",\"79FE3D3F-77C4-4B39-8243-D672185B416D\",\"A4D2FEDF-2654-4381-AB43-8F89B9CA2E86\",\"87E42FF6-3862-481D-97D6-643676E15F32\",\"4F370A81-5A80-4821-8ECC-D52B56F31E15\",\"1C6D1DC9-2F9B-4DC4-B453-1CA45B17C516\",\"0E8EC0BF-934B-410B-AEC2-0ECA8C8F774D\",\"97086CE7-CD46-4035-A371-02A41D555A66\",\"E342B91D-F54B-4DA8-8AE7-10C59CE22B41\",\"A838C48E-4033-4688-8DCF-20659BD824FF\",\"E9BBC453-FFF6-4EE8-BDB0-605D5D4557AE\",\"DD123E3A-E1EF-40DE-82E9-EA8E6F5D15E4\",\"5D26E764-C634-42B5-9DBF-09A29A7C5029\",\"EC986366-1D98-4E21-8A89-7043623D7A47\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":1447},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"layout\":{\"__isSmartRef__\":true,\"id\":1448},\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":0.994014980014994,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1366\":{\"submorphs\":[],\"scripts\":[],\"id\":\"7C2DF166-319E-48AB-9A2A-493D0F85493A\",\"shape\":{\"__isSmartRef__\":true,\"id\":1367},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1373},\"_MaxTextWidth\":97,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1374},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1375},\"owner\":{\"__isSmartRef__\":true,\"id\":1365},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1376},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1377}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1379},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1380},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED\",\"307A3596-1175-4EA6-AA27-5BA4C9D95AB7\",\"0EF99131-C569-4C2C-B613-E0D8423C1334\",\"BA4EC8D2-AB29-4F9F-B5A0-715A4746A4C4\",\"56735895-BA99-4D98-9866-AA5DBD86237E\",\"81041CF7-31DB-4F65-BB39-FE438A4F266F\",\"D03829B3-268E-40A0-A440-3E4BAC344F30\",\"714637F0-714A-4833-909B-BA4AF1B4628B\",\"DC956E73-7398-4CAF-B6F2-9A226E344396\",\"C1F72D31-1F49-4C0C-ACF3-C3AD7E698D2F\",\"39386C7E-9099-4159-BFE9-80AD37319211\",\"F63474CC-1C55-4B77-8CB0-55530DE9AAE4\",\"896FEA5A-B14C-4BB5-B2EB-780F04327765\",\"DE806D35-1988-44BC-9AE7-F9C1A003A9B7\"],\"_MinTextWidth\":97,\"_MinTextHeight\":null,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1367\":{\"position\":{\"__isSmartRef__\":true,\"id\":1368},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1369},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1370},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1371},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1372},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1368\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1369\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1370\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1371\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1372\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1373\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1374\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1375\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1376\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1377\":{\"style\":{\"__isSmartRef__\":true,\"id\":1378},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1366},\"storedString\":\"run\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1378\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1379\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1380\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1366},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1381\":{\"position\":{\"__isSmartRef__\":true,\"id\":1382},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1383},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1384},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1385},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1395},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1396},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1382\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1383\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1384\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1385\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1386},{\"__isSmartRef__\":true,\"id\":1388},{\"__isSmartRef__\":true,\"id\":1390},{\"__isSmartRef__\":true,\"id\":1392}],\"vector\":{\"__isSmartRef__\":true,\"id\":1394},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1386\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1387}},\"1387\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1388\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1389}},\"1389\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1390\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1391}},\"1391\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1392\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1393}},\"1393\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1394\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1395\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1396\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1397\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1398},{\"__isSmartRef__\":true,\"id\":1400},{\"__isSmartRef__\":true,\"id\":1402},{\"__isSmartRef__\":true,\"id\":1404}],\"vector\":{\"__isSmartRef__\":true,\"id\":1394},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1398\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1399}},\"1399\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1400\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1401}},\"1401\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1402\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1403}},\"1403\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1404\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1405}},\"1405\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1406\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1407\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1365},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"runScript\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":1408},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1408\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1409}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1424},\"derivationIds\":[null],\"id\":\"C89B50A0-17E7-4D22-AE1D-5112520DAEE7\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1431},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1432},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":1433},{\"__isSmartRef__\":true,\"id\":1434}],\"con\":{\"__isSmartRef__\":true,\"id\":1407},\"showsMorphMenu\":true,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1435},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1409\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1410},\"derivationIds\":[null],\"id\":\"2A71BE9E-6820-46AF-ACED-3C9BDCC918AF\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1421},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1422},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1423},\"owner\":{\"__isSmartRef__\":true,\"id\":1408},\"_Rotation\":-3.130064002485303,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1410\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1411},{\"__isSmartRef__\":true,\"id\":1412},{\"__isSmartRef__\":true,\"id\":1413},{\"__isSmartRef__\":true,\"id\":1414}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1415},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1416},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1417},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1418},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1419},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1420},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1411\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1412\":{\"isAbsolute\":true,\"x\":-12,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1413\":{\"isAbsolute\":true,\"x\":4,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1414\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1415\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1416\":{\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1417\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1418\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1419\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1420\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1421\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1422\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1409},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1423\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1424\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1425},{\"__isSmartRef__\":true,\"id\":1426}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1427},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1428},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1429},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1430},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1419},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1425\":{\"isAbsolute\":true,\"x\":829.7085000406639,\"y\":9.565843617262885,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1426\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1427\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1428\":{\"x\":-1,\"y\":-1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1429\":{\"x\":831,\"y\":11,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1430\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1431\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1432\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1408},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1433\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1408},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1434\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1408},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":1409},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1435\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":1436}},\"1436\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1437},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString ||\\n 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true,\\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(),\\n visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1442},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1437\":{\"this\":{\"__isSmartRef__\":true,\"id\":1408},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1438}},\"1438\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1439}},\"1439\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1440},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1441},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1440\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1408},\"name\":\"morphMenuItems\"},\"1441\":{},\"1442\":{},\"1443\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1444\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1445\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1365},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1446\":{\"x\":71.99397894387357,\"y\":-13.030105280631261,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1447\":{\"x\":904.7426780861912,\"y\":9.508591852040126,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1448\":{\"centeredHorizontal\":false,\"moveHorizontal\":true},\"1449\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1450}],\"scripts\":[],\"id\":\"68829C23-D93D-4770-ACBC-475FD541703B\",\"shape\":{\"__isSmartRef__\":true,\"id\":1465},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1469},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1481},\"label\":{\"__isSmartRef__\":true,\"id\":1450},\"name\":\"saveButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1490},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1491}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1527},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1528},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1529},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1530},\"derivationIds\":[7251,\"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1\",\"79FE3D3F-77C4-4B39-8243-D672185B416D\",\"A4D2FEDF-2654-4381-AB43-8F89B9CA2E86\",\"D686F0CB-027B-4CA9-8B8D-9306389B219D\",\"F51327CB-803E-4234-BFB3-6F5252D1C936\",\"A79280E8-6AE3-4016-AF47-CE78F71924C6\",\"B05829EB-D452-4D81-983B-E2CE425C8260\",\"32B117E5-52D8-4843-B80E-090B9817E099\",\"49AC923E-5272-4E3C-8F02-4F2AED2BC4E9\",\"85AAEA9C-5E12-4DEC-8994-9A5FE655A740\",\"2A7FF9BF-85D3-4962-8EB4-0F7016C672EB\",\"3BB17748-B91B-43F5-84BE-2537402A6382\",\"E1848E9A-6086-4596-9796-93FD076B9089\",\"F87D446B-B081-4982-8153-3F2C6CD0A925\",\"EA8A901D-5974-4BAF-8E84-78A319764BEA\"],\"layout\":{\"__isSmartRef__\":true,\"id\":1531},\"_Position\":{\"__isSmartRef__\":true,\"id\":1532},\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":0.9880657804942089,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1450\":{\"submorphs\":[],\"scripts\":[],\"id\":\"E509E4EB-8946-4D11-813A-EF4A0EC3F820\",\"shape\":{\"__isSmartRef__\":true,\"id\":1451},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1457},\"_MaxTextWidth\":97,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1458},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1459},\"owner\":{\"__isSmartRef__\":true,\"id\":1449},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1460},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1461}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1463},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1464},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED\",\"307A3596-1175-4EA6-AA27-5BA4C9D95AB7\",\"0EF99131-C569-4C2C-B613-E0D8423C1334\",\"9AECBFB8-25A5-483F-86AD-D7CF9ABC9A25\",\"918C6CC4-3540-4341-BAFD-B195F7807FEE\",\"5AABB138-5EE8-40A5-AB3C-5A9625D0A353\",\"4529D79B-4CC5-467E-91F8-661C3A5F49F8\",\"1E5E570C-FD42-45E3-A7F6-768BB14ACD14\",\"A13FB4E0-72F2-4E7C-A861-EDCBA1393860\",\"B8E4C964-4FFF-4A9F-B0A9-612546B1DC8C\",\"002A2173-D26D-4EED-8906-A489C1E158C0\",\"63362D04-B829-41E6-9E68-5B8DB03D382F\",\"96A392BE-37E6-44CC-A1B6-F56FBF28E714\",\"7ECA80D8-6FF0-4E54-A0B6-E9104A9A89CB\",\"CE592117-9AEF-4431-94F5-3C9991FBC798\"],\"_MinTextWidth\":97,\"_MinTextHeight\":null,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1451\":{\"position\":{\"__isSmartRef__\":true,\"id\":1452},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1453},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1454},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1455},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1456},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1452\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1453\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1454\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1455\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1456\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1457\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1458\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1459\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1460\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1461\":{\"style\":{\"__isSmartRef__\":true,\"id\":1462},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1450},\"storedString\":\"save\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1462\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1463\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1464\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1450},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1465\":{\"position\":{\"__isSmartRef__\":true,\"id\":1466},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1467},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1468},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1469},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1479},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1480},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1466\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1467\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1468\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1469\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1470},{\"__isSmartRef__\":true,\"id\":1472},{\"__isSmartRef__\":true,\"id\":1474},{\"__isSmartRef__\":true,\"id\":1476}],\"vector\":{\"__isSmartRef__\":true,\"id\":1478},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1470\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1471}},\"1471\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1472\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1473}},\"1473\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1474\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1475}},\"1475\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1476\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1477}},\"1477\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1478\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1479\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1480\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1481\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1482},{\"__isSmartRef__\":true,\"id\":1484},{\"__isSmartRef__\":true,\"id\":1486},{\"__isSmartRef__\":true,\"id\":1488}],\"vector\":{\"__isSmartRef__\":true,\"id\":1478},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1482\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1483}},\"1483\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1484\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1485}},\"1485\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1486\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1487}},\"1487\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1488\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1489}},\"1489\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1490\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1491\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1449},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":497},\"targetMethodName\":\"doSave\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":1492},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1492\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1493}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1508},\"derivationIds\":[null],\"id\":\"F46012D5-C8BE-4E52-BF98-D052FDAAE17A\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1515},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1516},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":1517},{\"__isSmartRef__\":true,\"id\":1518}],\"con\":{\"__isSmartRef__\":true,\"id\":1491},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1519},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1493\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1494},\"derivationIds\":[null],\"id\":\"A2A83C78-09B8-473C-829B-198206D7A9E4\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1505},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1506},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1507},\"owner\":{\"__isSmartRef__\":true,\"id\":1492},\"_Rotation\":3.077607197692381,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1494\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1495},{\"__isSmartRef__\":true,\"id\":1496},{\"__isSmartRef__\":true,\"id\":1497},{\"__isSmartRef__\":true,\"id\":1498}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1499},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1500},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1501},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1502},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1503},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1504},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1495\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1496\":{\"isAbsolute\":true,\"x\":-12,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1497\":{\"isAbsolute\":true,\"x\":4,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1498\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1499\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1500\":{\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1501\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1502\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1503\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1504\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1505\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1506\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1493},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1507\":{\"x\":201.20421122525056,\"y\":40.24084224505009,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1508\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1509},{\"__isSmartRef__\":true,\"id\":1510}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1511},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1512},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1513},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1514},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1503},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1509\":{\"isAbsolute\":true,\"x\":679.4857209639925,\"y\":9.595948897894004,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1510\":{\"isAbsolute\":true,\"x\":201.20421122525056,\"y\":40.24084224505009,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1511\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1512\":{\"x\":200,\"y\":9,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1513\":{\"x\":480,\"y\":32,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1514\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1515\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1516\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1492},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1517\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1492},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1518\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1492},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":1493},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1519\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":1520}},\"1520\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1521},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString ||\\n 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true,\\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(),\\n visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1526},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1521\":{\"this\":{\"__isSmartRef__\":true,\"id\":1492},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1522}},\"1522\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1523}},\"1523\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1524},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1525},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1524\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1492},\"name\":\"morphMenuItems\"},\"1525\":{},\"1526\":{},\"1527\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1528\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1529\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1449},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1530\":{\"x\":68.77671624028653,\"y\":-14.497241813457947,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1531\":{\"centeredHorizontal\":false,\"moveHorizontal\":true},\"1532\":{\"x\":791.418985344497,\"y\":9.53851695196505,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1533\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1534}],\"scripts\":[],\"id\":\"E8437C71-2A25-47C0-BB28-77DA5B862FA6\",\"shape\":{\"__isSmartRef__\":true,\"id\":1549},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1565},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1553},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1566},\"label\":{\"__isSmartRef__\":true,\"id\":1534},\"name\":\"openTestsButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1575},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1576}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1577},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1578},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1579},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1580},\"derivationIds\":[7251,\"84054D2E-8176-440D-B413-279956A34FC2\",\"79434046-F834-490E-B705-0CE871D9E8B3\",\"FF38CA79-C0DF-4F2F-8FC3-407571EF6A54\",\"B1D50332-9F4F-4F7C-AC3F-95DC6C73EAA4\",\"5B8D7C39-987A-4849-BFFD-3F316CE03852\",\"F7C30F5C-7270-44B1-ADFF-7473F2012DB0\",\"5142302E-3E9A-476B-AB24-B2448DA6D3E4\",\"FEA3C508-593D-4BC7-B645-8B5630CF2EDE\",\"998B5390-DE13-4D05-A800-F4AC603D1885\",\"65BB10BA-DC60-4250-A1DC-BC7A62F7F15B\",\"B7603252-A129-428A-BF01-3A47579E279C\"],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":0.9940149800149939,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1534\":{\"submorphs\":[],\"scripts\":[],\"id\":\"1E3B5251-3955-48D6-9C82-FB11A810AE80\",\"shape\":{\"__isSmartRef__\":true,\"id\":1535},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1541},\"_MaxTextWidth\":97,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1542},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1543},\"owner\":{\"__isSmartRef__\":true,\"id\":1533},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1544},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1545}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1547},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1548},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2\",\"CB475566-05CE-43E2-B04D-EE32BC4CB718\",\"6BB077CE-92E6-47BE-BE88-9A48488562D1\",\"9E359973-2FDB-417B-BB06-AB34D52BD310\",\"58F098ED-A190-44F2-B73E-80802B2CF2F6\",\"AEA84B35-B349-4307-92C6-8F229705DFC2\",\"A677CADF-24FF-4177-9A3A-FE9AAE7D60FE\",\"0F875AD9-E54C-4735-9BA9-7B89574233A1\",\"A8194A65-54EC-4815-9129-50452470B583\",\"0590416C-3818-48B8-83EF-DB2F57F8897E\",\"77E62CFF-2234-43B0-AC8A-E3330A43A536\"],\"_MinTextWidth\":97,\"_MinTextHeight\":null,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1535\":{\"position\":{\"__isSmartRef__\":true,\"id\":1536},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1537},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1538},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1539},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1540},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1536\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1537\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1538\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1539\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1540\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1541\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1542\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1543\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1544\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1545\":{\"style\":{\"__isSmartRef__\":true,\"id\":1546},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1534},\"storedString\":\"Tests\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1546\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1547\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1548\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1534},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1549\":{\"position\":{\"__isSmartRef__\":true,\"id\":1550},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1551},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1552},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1553},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1563},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1564},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1550\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1551\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1552\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1553\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1554},{\"__isSmartRef__\":true,\"id\":1556},{\"__isSmartRef__\":true,\"id\":1558},{\"__isSmartRef__\":true,\"id\":1560}],\"vector\":{\"__isSmartRef__\":true,\"id\":1562},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1554\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1555}},\"1555\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1556\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1557}},\"1557\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1558\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1559}},\"1559\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1560\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1561}},\"1561\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1562\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1563\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1564\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1565\":{\"x\":569.4738443086164,\"y\":9,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1566\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1567},{\"__isSmartRef__\":true,\"id\":1569},{\"__isSmartRef__\":true,\"id\":1571},{\"__isSmartRef__\":true,\"id\":1573}],\"vector\":{\"__isSmartRef__\":true,\"id\":1562},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1567\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1568}},\"1568\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1569\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1570}},\"1570\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1571\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1572}},\"1572\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1573\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1574}},\"1574\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1575\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1576\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1533},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"openPartTestRunner\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1577\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1578\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1579\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1533},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1580\":{\"x\":72.12712954861536,\"y\":-12.46465727058387,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1581\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1582},{\"__isSmartRef__\":true,\"id\":1600}],\"scripts\":[],\"id\":\"D3F3EA30-BE52-40B4-89F0-9ED9E25C33C9\",\"shape\":{\"__isSmartRef__\":true,\"id\":1611},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1627},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1615},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1628},\"label\":{\"__isSmartRef__\":true,\"id\":1582},\"name\":\"ScriptableButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1637},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1640}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1641},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1642},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1643},\"derivationIds\":[2588,\"22797D34-67DE-4A06-81F0-4DF0A87ADBBC\",\"81CB4C12-BCF0-4097-8B6D-D9419046367A\",\"0767A57D-9BB2-48C6-9654-753D2B9D00A6\",\"A4A83F8F-69ED-4308-9FB6-D06F13273328\",\"89715886-1537-4093-ADC5-45A903B114A5\",\"EB203767-7D8A-4844-AA7F-B66BAA2A6DE9\"],\"_ClipMode\":\"visible\",\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1644},\"_Rotation\":0,\"_Scale\":0.9920279440699439,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1645},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1582\":{\"submorphs\":[],\"scripts\":[],\"id\":\"1E64BCD7-FF88-4B35-8397-D4EDE1E8D19E\",\"shape\":{\"__isSmartRef__\":true,\"id\":1583},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1589},\"_MaxTextWidth\":24,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1590},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1591},\"owner\":{\"__isSmartRef__\":true,\"id\":1581},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1592},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1593},{\"__isSmartRef__\":true,\"id\":1595}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1597},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1598},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"derivationIds\":[2589,\"024C5ADE-C4CF-4E8E-BEC5-F93AD4839702\",\"A2CC4D56-B9D8-4A48-B6FF-DDDD85ACDC2E\",\"5AC5C4DE-00B0-43DB-B7F1-765674CE818B\",\"0352BB0D-AC31-4F0C-A467-058B39939556\",\"2839F254-4CA0-4179-A2D7-DC4A0D60F0F4\",\"14FD943F-9707-46F1-AA3D-88E09B19FABA\"],\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":24,\"_MinTextHeight\":null,\"_FontSize\":10,\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1599},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1583\":{\"position\":{\"__isSmartRef__\":true,\"id\":1584},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1585},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1586},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1587},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1588},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1584\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1585\":{\"x\":24,\"y\":24,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1586\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1587\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1588\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1589\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1590\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1591\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1592\":{\"x\":24,\"y\":24,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1593\":{\"style\":{\"__isSmartRef__\":true,\"id\":1594},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1582},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1594\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1595\":{\"style\":{\"__isSmartRef__\":true,\"id\":1596},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1582},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1596\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1597\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1598\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1582},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1599\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1600\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1601},\"derivationIds\":[null,\"29E543E0-AE93-493A-A694-FC1C330D0544\",\"F0366E4C-E97F-4C77-BEE4-340A0668ADD5\",\"454D6446-C309-4BC0-BFBB-3E8F62427767\",\"A76575CF-7113-4994-BBB2-5DAEAE4486E9\",\"EC8CB82C-3C5E-4A00-8133-780F9A670040\"],\"id\":\"467F3640-91BC-407F-9053-FB0EE2F56FF4\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1606},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1607},\"_ClipMode\":\"visible\",\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1608},\"owner\":{\"__isSmartRef__\":true,\"id\":1581},\"name\":\"leftpointing_magnifying_glass.png\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1609},\"isBeingDragged\":false,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1610},\"eventsAreDisabled\":true,\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Image\"},\"1601\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1602},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1603},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1604},\"_ImageURL\":\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAABAAAAAQBPJcTWAAAALnRFWHRUaXRsZQBMRUZULVBPSU5USU5HIE1BR05JRllJTkcgR0xBU1MgKFUrMUY1MEQpw88haQAAABV0RVh0QXV0aG9yAEFuZHJldyBNYXJjdXNl5zc3gwAAAC90RVh0U29mdHdhcmUAaW5mby5maWxlZm9ybWF0LmRhdGEuVW5pY29kZVBuZ1NlcnZsZXRoAX8wAAAAQ3RFWHREZXNjcmlwdGlvbgBodHRwOi8vd3d3LmZpbGVmb3JtYXQuaW5mby9pbmZvL3VuaWNvZGUvMWY1MGQvaW5kZXguaHRtk2hNQgAAADt0RVh0Q29weXJpZ2h0AGh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LW5jLXNhLzIuMC9siJKDAAAIDklEQVR42u1daWxVRRQeCi0tIqCAQCTIUtEIGlk0ilqEkEbiQhSKGAyCooIIggsiQuMWZNGwVMUFNIhKZBMobZClgK1FwAU3wIpSREDcUFZFEM/JOzf3vPHet9ze1/eYe77k+zNzl5nz3ZlzZntPKYFAcHojDXimmKH6cQbwZuBM4HLgx8A9wBPAU8BjwJ3ADcDFwMnArsCaYjr/0BB4DwlwjAwfL38DzgX2AdYWk3pDJnAM8E/NuN8BpwEHAq8DXgpsCswANgN2APak/BeBu7T7sQX1A9YQE8fuDwYAf2BG/JrEaefxmSjaeOAO9syNwBwxd2Q0o/7fMhr6h8Fx+oBIX346cATwF/aON6Qbc0ZH4G4y0lHgOGAdD8/Be/KAs4AFwKsdrqkHnAA8Tu8rAzYWCWz0Bh5hraKTT11fL+AH1FXlA8/SrsEu61fmW9qLFEqNAv5LRsEw9twEvKMzcAvwJ3LoHG2AW+n9B4HdgixGHhNjiccuKlbUp9aC7yoGnqflraa8A8C2QRTjMvIVaITyKI61BjnkqiILWEjvPAwcxvLqAj+nvAqH7s1oNAfupcpjeNskhnvQOQ/xYfxQCziHRVl3sjxsNfspvYSuNR4Ywn5ClT5CA7lYkUPRU0YVy4CivkVlOE7TKxa6AP+ivKlBEORe9nUO8XD/QhWay6oqmlK3dYoirTYs70FK/wd4ocli1KVIByu7XXmb9BsOPEmj76riSfZxbAM2oPQMmqLB9GUmC/I0M8AtHp9xCd3/rM8fCHISy+vH0ruaOi3Coyqv6ETPKPSpXEOZ4X9XoSl+y89sovTNJgoyklW8rw8+aKFP5apFo3SrbMNcWsnFpgmylkU19R3yY4mc0mk0j88Z62PZ5jHDV7DQugE5dkx/3CQxzlb2qt6aCF1HtJH6BHoGju4v97F8+Sp8zeRGlldCaZtMEmQAq+zICL5hpUvrwfXy19gzZvhcvj6aILNZ3ij2ETQzRZA3WWU7RrgOfQsu05YCnyLxcFS9h91fTlMgfqKdJsg6lteBpQ8wRZASVqmmUa7txvwEJ/qe8SoxGxYymK+wpnMsNGHpxviRbVShkzEatAb5iEHUSrqzQVuiUMkMf5IFGWnM/71giiAHqEL7U7iMf2gtkk/B7/M51E4qMlklvzwNymgxl+VvobQPTRCkMavkDpaelkJlbOkgyDUsv0LZu19Oe/A++BBLvyIB0ZJX9HIQhHdZBymt1BQfso9V1Jorag28PUXKN8tBkHqUV4elLTJFkM9YpVqzllOcAmXDiG6vJsZhlt+Kpc80RZBiF2eJK4fZSS5bd4fWUcTyc1n6Y6YIMpVVii+LTgFOTHLZNjoIMpTlT2fpXUwRpIcKn021gHuwcDN0ss525Cnn3fIt2DXfK3vPljGbHtK1gdcFmkNdkYTK4gz0Tgcxytg1fI6rUBkGvubA54Ta0lTFK9VYFhS/xKV18PEHX3MfYpogfPUND9DwuamFlP5oNZXlZRcxlmsDWutsCl/aNQYZWhfBnTlOceNsLq459E1wyyhwEeNvFb7ZusClrEbhNlbJoyp8Y3UejehxPWS08v/MBrbIlcr92BvfwZit7KMKOC3f3FRBcBC2mRlBnz0dpOzN17gvqrdP7+2p7PkoJz7Hrq2pCfeqMhzXasbI1/KHa/m4Y93reRFcU1mrIh8IXaLCJzpnsLyfKRozHrNZpbFF9NHyx2pGw2tWAZ8H3gW8UjmvvWdSlIQb3raq6Kdzp6vwBbOhWn5/FRCggy9lFcdN1521ax5Q0Y9B41o7nkn8Rv1/gSkS0T/crb0vV4Uv465UAUNjLerCkfAN2jUXKef19apwnYP4AynK4tfNU6m1ZlMtaK/stQZrLXu0Q6g6OIpTjoVfAK/Xnp1GDp1fhy0th1rwHLqmEbXYHkEQJYcGitwouG2onoPx0Ne8q+yDmtGIs8lPUFCgH/Q5R4XPQlt8nfKzKB9/ouNHLT/ddFEw7t+uGQbPko90GY+gOHgcoRc5+YeBj1DY3JPyGrq8qy6JdMhBDAyz8azhZLq2JRuP4HE3a6f8KhNH7k4Dt9UORqoE3qGqfiAUo7L7lX1kjfMd4H0UHGTTFMpLzH8VUAS3iN2znsQ1GugvprCvkvMYdSFouBYxPu98FdoKusblmZXUoiz0J1FuYgPUfCrXAof7S4MgimXIRVH8wwHq5vBLna9Cs8ULyEgVWrCg8zAJ79TtjGDXjSMx5kd4Fk7XB+a3uq5Sob1QfoW86JzxR2zcjjyj3/mKTafUpCAi2nPLVcB+QA379YdoGuWEBxEwars1hujIOpZQQS1jWhzvKXeIDAOBRhT+YgQ2kcYK71NLwgOauAKJ50jwpFW8J2jHKHvLKwYBuENmVxyibAiqKIlCOkVY1g8HZHkQ5SOXeTaBR9RW9vT7agp34xVlo4jiL7KoG0TjriCR4hVlk0r8EYrAtZQiZa+14wx1qzhF2Syi+C+K5VOWko8RUVJIlPc8irIhKCP6ZItSqeJbh8kSU/qHDCbKMuZT4hFlrpgxcaIUUcuJR5TdYsLEiFLIQuLMOESZJOZLnCjLyMhrabqkZRRR1qsArDQmW5SlZOxPVWhJ2E2UNRJlVQ/wi19CRv9WhXbJoCh8zb+IujVBNYqymIyPP55ZxsQoVvK78kkBrp28rXVThSJGcoE7YZ5RoTMlc8SBpw7kj2IEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgSAZ+A+0ucC4BysctgAAAABJRU5ErkJggg==\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1605},\"_NodeClass\":[\"image\"],\"_NodeId\":\"29E543E0-AE93-493A-A694-FC1C330D0544\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isLoaded\":true,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Image\"},\"1602\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1603\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setImageURL\":\"setImageURLHTML\",\"getNativeExtent\":\"getNativeExtentHTML\"},\"1604\":{\"x\":29,\"y\":29,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1605\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1606\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1607\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1600},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1608\":{\"x\":-3.024108360992159,\"y\":0.008036120330757512,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1609\":{\"x\":28,\"y\":29,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1610\":{\"x\":39.935711037353485,\"y\":-9.032144481323257,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1611\":{\"position\":{\"__isSmartRef__\":true,\"id\":1612},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1613},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1614},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1615},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1625},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1626},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1612\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1613\":{\"x\":24,\"y\":24,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1614\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1615\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1616},{\"__isSmartRef__\":true,\"id\":1618},{\"__isSmartRef__\":true,\"id\":1620},{\"__isSmartRef__\":true,\"id\":1622}],\"vector\":{\"__isSmartRef__\":true,\"id\":1624},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1616\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1617}},\"1617\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1618\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1619}},\"1619\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1620\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1621}},\"1621\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1622\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1623}},\"1623\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1624\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1625\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1626\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1627\":{\"x\":464.5087747493862,\"y\":8.483242611655214,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1628\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1629},{\"__isSmartRef__\":true,\"id\":1631},{\"__isSmartRef__\":true,\"id\":1633},{\"__isSmartRef__\":true,\"id\":1635}],\"vector\":{\"__isSmartRef__\":true,\"id\":1624},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1629\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1630}},\"1630\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1631\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1632}},\"1632\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1633\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1634}},\"1634\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1635\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1636}},\"1636\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1637\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"ScriptableButton\",\"comment\":\"Has a script that is called on button press\",\"changes\":[{\"__isSmartRef__\":true,\"id\":1638}],\"revisionOnLoad\":154251,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1638\":{\"date\":{\"__isSmartRef__\":true,\"id\":1639},\"author\":\"robertkrahn\",\"message\":\"no comment\",\"id\":\"0366C0A2-0C8E-4AEB-AAC3-120434134545\"},\"1639\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 14:10:10 GMT+0200 (CEST)\"},\"1640\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1581},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1581},\"targetMethodName\":\"onFire\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1641\":{\"x\":24.405327095521386,\"y\":24.0321444813232,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1642\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1643\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1581},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1644\":{\"x\":37.935711037353656,\"y\":-7.943747157684584,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1645\":{\"onFire\":{\"__isSmartRef__\":true,\"id\":1646},\"removeHighlighting\":{\"__isSmartRef__\":true,\"id\":1650}},\"1646\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1647},\"source\":\"function onFire() {\\n // $world.firstHand().highlightRectangle = null\\n\\n var hand = $world.firstHand(),\\n rect = hand.highlightRectangle,\\n that = this\\n\\n if (!rect) {\\n rect = $world.loadPartItem(\\\"HighlightRectangle\\\", \\\"PartsBin/Tools\\\")\\n connect(rect, \\\"onMouseMove\\\", rect, \\\"updateOnMove\\\")\\n connect(rect, \\\"onMouseUp\\\", this, \\\"removeHighlighting\\\")\\n connect(rect, \\\"onMouseUp\\\", this.owner, \\\"setTarget\\\",\\n {converter: function () {\\n return this.sourceObj.coveredMorph()\\n }\\n })\\n hand.highlightRectangle = rect\\n }\\n\\n if (hand.highlightConnection) {\\n this.removeHighlighting()\\n } else {\\n $world.addMorph(rect)\\n hand.highlightConnection = connect(hand, \\\"scrollFocusMorph\\\", rect, \\\"update\\\")\\n // on click we need to remove, remove on update\\n // connect\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1648},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1647\":{\"this\":{\"__isSmartRef__\":true,\"id\":1581}},\"1648\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1649},\"user\":\"timfelgentreff\",\"tags\":[]},\"1649\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 17:16:33 GMT+0200 (CEST)\"},\"1650\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1651},\"source\":\"function removeHighlighting() {\\n var hand = $world.firstHand(),\\n rect = hand.highlightRectangle\\n rect.remove()\\n hand.attributeConnections.removeAt(\\n hand.attributeConnections.indexOf(hand.highlightConnection))\\n hand.highlightConnection = null\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1652},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1651\":{\"this\":{\"__isSmartRef__\":true,\"id\":1581}},\"1652\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1653},\"user\":\"timfelgentreff\",\"tags\":[]},\"1653\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:46:39 GMT+0200 (CEST)\"},\"1654\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1655}],\"scripts\":[],\"id\":\"F83222FD-4AF5-407A-A34F-85AD9789CED9\",\"shape\":{\"__isSmartRef__\":true,\"id\":1671},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1687},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1675},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1688},\"label\":{\"__isSmartRef__\":true,\"id\":1655},\"name\":\"openTestsButton1\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1697},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1698}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1700},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1701},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1702},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1703},\"derivationIds\":[7251,\"84054D2E-8176-440D-B413-279956A34FC2\",\"79434046-F834-490E-B705-0CE871D9E8B3\",\"FF38CA79-C0DF-4F2F-8FC3-407571EF6A54\",\"B1D50332-9F4F-4F7C-AC3F-95DC6C73EAA4\",\"5B8D7C39-987A-4849-BFFD-3F316CE03852\",\"F7C30F5C-7270-44B1-ADFF-7473F2012DB0\",\"5142302E-3E9A-476B-AB24-B2448DA6D3E4\",\"FEA3C508-593D-4BC7-B645-8B5630CF2EDE\",\"998B5390-DE13-4D05-A800-F4AC603D1885\",\"65BB10BA-DC60-4250-A1DC-BC7A62F7F15B\",\"B7603252-A129-428A-BF01-3A47579E279C\",\"4DCE0C82-7BF6-4C64-8104-83FFD3D2AE15\"],\"_ClipMode\":\"visible\",\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"_Rotation\":0,\"_Scale\":0.9860906369990009,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1655\":{\"submorphs\":[],\"scripts\":[],\"id\":\"959BA66D-C9A2-428A-9887-6D93CB520B83\",\"shape\":{\"__isSmartRef__\":true,\"id\":1656},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1662},\"_MaxTextWidth\":101,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1663},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1664},\"owner\":{\"__isSmartRef__\":true,\"id\":1654},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1665},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1666}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1668},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1669},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2\",\"CB475566-05CE-43E2-B04D-EE32BC4CB718\",\"6BB077CE-92E6-47BE-BE88-9A48488562D1\",\"9E359973-2FDB-417B-BB06-AB34D52BD310\",\"58F098ED-A190-44F2-B73E-80802B2CF2F6\",\"AEA84B35-B349-4307-92C6-8F229705DFC2\",\"A677CADF-24FF-4177-9A3A-FE9AAE7D60FE\",\"0F875AD9-E54C-4735-9BA9-7B89574233A1\",\"A8194A65-54EC-4815-9129-50452470B583\",\"0590416C-3818-48B8-83EF-DB2F57F8897E\",\"77E62CFF-2234-43B0-AC8A-E3330A43A536\",\"041C4AD6-3C67-454C-8D5E-4FD17BDD241D\"],\"_MinTextWidth\":101,\"_MinTextHeight\":null,\"_FontSize\":10,\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1670},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1656\":{\"position\":{\"__isSmartRef__\":true,\"id\":1657},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1658},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1659},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1660},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1661},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1657\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1658\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1659\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1660\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1661\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1662\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1663\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1664\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1665\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1666\":{\"style\":{\"__isSmartRef__\":true,\"id\":1667},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1655},\"storedString\":\"Classes\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1667\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1668\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1669\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1655},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1670\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1671\":{\"position\":{\"__isSmartRef__\":true,\"id\":1672},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1673},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1674},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1675},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1685},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1686},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1672\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1673\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1674\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1675\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1676},{\"__isSmartRef__\":true,\"id\":1678},{\"__isSmartRef__\":true,\"id\":1680},{\"__isSmartRef__\":true,\"id\":1682}],\"vector\":{\"__isSmartRef__\":true,\"id\":1684},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1676\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1677}},\"1677\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1678\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1679}},\"1679\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1680\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1681}},\"1681\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1682\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1683}},\"1683\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1684\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1685\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1686\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1687\":{\"x\":679.6846107715411,\"y\":9.000000000001592,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1688\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1689},{\"__isSmartRef__\":true,\"id\":1691},{\"__isSmartRef__\":true,\"id\":1693},{\"__isSmartRef__\":true,\"id\":1695}],\"vector\":{\"__isSmartRef__\":true,\"id\":1684},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1689\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1690}},\"1690\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1691\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1692}},\"1692\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1693\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1694}},\"1694\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1695\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1696}},\"1696\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1697\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1698\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1654},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"openPartClassesEditor\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1699},\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings\"},\"1699\":{\"source\":{\"__isSmartRef__\":true,\"id\":1654},\"target\":{\"__isSmartRef__\":true,\"id\":1}},\"1700\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1701\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1702\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1654},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1703\":{\"x\":68.53069610464559,\"y\":-11.464657270585036,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1704\":{\"target\":{\"__isSmartRef__\":true,\"id\":1},\"selector\":\"update\",\"args\":[],\"stopped\":false,\"tickTime\":500,\"currentTimeout\":37614,\"suspended\":false,\"__LivelyClassName__\":\"lively.morphic.TargetScript\",\"__SourceModuleName__\":\"Global.lively.morphic.Core\"},\"1705\":{\"position\":{\"__isSmartRef__\":true,\"id\":1706},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1707},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1708},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1709},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1710},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1711},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1706\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1707\":{\"x\":1025.0285365288846,\"y\":564.612532614436,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1708\":{\"r\":0.372,\"g\":0.369,\"b\":0.372,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1709\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1710\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\"},\"1711\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1712\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"Edit scripts and connections of a specific morph.\",\"migrationLevel\":4,\"partName\":\"ObjectEditorPane\",\"changes\":[{\"__isSmartRef__\":true,\"id\":1713}],\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1713\":{\"date\":{\"__isSmartRef__\":true,\"id\":1714},\"author\":\"lauritz\",\"message\":\"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items.\"},\"1714\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 21 2011 00:39:30 GMT+0200 (CEST)\"},\"1715\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1716\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1717\":{\"x\":1025.0285365288846,\"y\":564.612532614436,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1718\":{\"resizeWidth\":true,\"resizeHeight\":true,\"adjustForNewBounds\":true},\"1719\":{\"x\":350.2386236582805,\"y\":-3.2455173507596555,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1720\":{\"x\":0.971126750461849,\"y\":21.45669012569269,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1721\":{},\"1722\":{\"displayInitialScript\":{\"__isSmartRef__\":true,\"id\":1723},\"displayJavaScriptSource\":{\"__isSmartRef__\":true,\"id\":1727},\"displaySourceForConnection\":{\"__isSmartRef__\":true,\"id\":1731},\"displaySourceForScript\":{\"__isSmartRef__\":true,\"id\":1735},\"generateSourceForConnection\":{\"__isSmartRef__\":true,\"id\":1739},\"generateSourceForScript\":{\"__isSmartRef__\":true,\"id\":1743},\"generateTargetCode\":{\"__isSmartRef__\":true,\"id\":1747},\"newConnection\":{\"__isSmartRef__\":true,\"id\":1751},\"newScript\":{\"__isSmartRef__\":true,\"id\":1755},\"reset\":{\"__isSmartRef__\":true,\"id\":1759},\"selectChangedContent\":{\"__isSmartRef__\":true,\"id\":1763},\"setTarget\":{\"__isSmartRef__\":true,\"id\":1767},\"sortedConnectionNamesOfObj\":{\"__isSmartRef__\":true,\"id\":1771},\"sortedScriptNamesOfObj\":{\"__isSmartRef__\":true,\"id\":1775},\"updateLists\":{\"__isSmartRef__\":true,\"id\":1779},\"onShutdown\":{\"__isSmartRef__\":true,\"id\":1783},\"confirmUnsavedChanges\":{\"__isSmartRef__\":true,\"id\":1787},\"update\":{\"__isSmartRef__\":true,\"id\":1791},\"ensureAnnotationLayer\":{\"__isSmartRef__\":true,\"id\":1795},\"migrateOldScriptAnnotations\":{\"__isSmartRef__\":true,\"id\":1799},\"copyToPartsBinWithUserRequest\":{\"__isSmartRef__\":true,\"id\":1803},\"printTags\":{\"__isSmartRef__\":true,\"id\":1811},\"setTag\":{\"__isSmartRef__\":true,\"id\":1815},\"runScript\":{\"__isSmartRef__\":true,\"id\":1819},\"openPartTestRunner\":{\"__isSmartRef__\":true,\"id\":1823},\"openPartClassesEditor\":{\"__isSmartRef__\":true,\"id\":1827}},\"1723\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1724},\"source\":\"function displayInitialScript() {\\n if (this.scriptList.getList().size() > 1) {\\n this.scriptList.preselectItem();\\n } else if (this.connectionList.getList().size() > 1) {\\n this.connectionList.preselectItem();\\n } else {\\n this.scriptList.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1725},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1724\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1725\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1726},\"user\":\"lauritz\",\"tags\":[]},\"1726\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:13:43 GMT+0100 (CET)\"},\"1727\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1728},\"source\":\"function displayJavaScriptSource(jsCode) {\\n if (this.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function(confirmed) {\\n if (confirmed) that.scriptPane.display(jsCode)\\n };\\n this.confirmUnsavedChanges(callback);\\n } else {\\n this.scriptPane.display(jsCode);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1729},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1728\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1729\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1730},\"user\":\"lauritz\",\"tags\":[]},\"1730\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)\"},\"1731\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1732},\"source\":\"function displaySourceForConnection(connection) {\\n var code = \\\"\\\", that = this;\\n if (connection === undefined) return;\\n if (connection === null) {\\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\\\"\\\\n\\\\n\\\");\\n });\\n code = code.substring(0, code.length - \\\"\\\\n\\\\n\\\".length - 1);\\n } else {\\n code = this.generateSourceForConnection(connection);\\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1733},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1732\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1733\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1734},\"user\":\"conradcalmez\",\"tags\":[]},\"1734\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 14:59:30 GMT+0100 (CET)\"},\"1735\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1736},\"source\":\"function displaySourceForScript(scriptName) {\\n var code = \\\"\\\",\\n that = this;\\n if (scriptName === null) {\\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForScript(each)).concat(\\\"\\\\n\\\\n\\\\n\\\");\\n });\\n code = code.substring(0, code.length - \\\"\\\\n\\\\n\\\\n\\\".length - 1);\\n } else {\\n code = this.generateSourceForScript(scriptName); \\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1737},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1736\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1737\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1738},\"user\":\"lauritz\",\"tags\":[]},\"1738\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:51:37 GMT+0100 (CET)\"},\"1739\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1740},\"source\":\"function generateSourceForConnection(connection) {\\n var c = connection, targetObject = this.target;\\n\\tif (!c.getTargetObj() || !c.getTargetObj().name || \\n\\t\\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\\n\\n\\tvar optConfig = []\\n\\tif (c.converterString)\\n\\t\\toptConfig.push(\\\"converter: \\\\n\\\\t\\\" + c.converterString)\\n\\tif (c.updaterString)\\n\\t\\toptConfig.push(\\\"updater: \\\\n\\\\t\\\" + c.updaterString)\\n\\treturn Strings.format('connect(%s, \\\"%s\\\", %s, \\\"%s\\\", {%s});', \\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getSourceObj()),\\n\\t\\t\\tc.getSourceAttrName(),\\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getTargetObj()),\\n\\t\\t\\tc.getTargetMethodName(),\\n\\t\\t\\toptConfig.join(','));\\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1741},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1740\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1741\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1742},\"user\":\"lauritz\",\"tags\":[]},\"1742\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)\"},\"1743\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1744},\"source\":\"function generateSourceForScript(scriptName) {\\n var script = this.target[scriptName],\\n annotation = '',\\n scriptSource = '',\\n tagScript = '';\\n\\n if (script.timestamp && script.user) \\n annotation = Strings.format('// changed at %s by %s \\\\n', script.timestamp, script.user);\\n scriptSource = Strings.format('this.addScript(%s)', script.getOriginal());\\n tagScript = Strings.format('.tag(%s);', this.printTags(script));\\n\\n return annotation + scriptSource + tagScript;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1745},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1744\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1745\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1746},\"user\":\"lauritz\",\"tags\":[]},\"1746\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:32:42 GMT+0100 (CET)\"},\"1747\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1748},\"source\":\"function generateTargetCode(baseObject, targetObject) {\\n\\tvar name = targetObject.name;\\n\\tif (baseObject === targetObject) \\n\\t\\treturn \\\"this\\\";\\n\\telse if (baseObject[name] === targetObject) \\n\\t\\treturn \\\"this.\\\" + name;\\n\\telse if (baseObject.testObject === targetObject) \\n\\t\\treturn \\\"this.testObject\\\";\\n\\telse if (baseObject.get(name) === targetObject) \\n\\t\\treturn 'this.get(\\\"' + name + '\\\")';\\n\\telse if (targetObject instanceof Morph) \\n\\t\\treturn '$morph(\\\"' + name + '\\\")';\\n\\telse \\n\\t\\treturn \\\"????\\\";\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1749},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1748\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1749\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1750},\"user\":\"lauritz\",\"tags\":[]},\"1750\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)\"},\"1751\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1752},\"source\":\"function newConnection() {\\n if (this.target) {\\n var code = \\\"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1753},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1752\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1753\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1754},\"user\":\"lauritz\",\"tags\":[]},\"1754\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)\"},\"1755\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1756},\"source\":\"function newScript() {\\n if (this.target) {\\n var code = \\\"this.addScript(function SCRIPTNAME() {\\\\n \\\\n}).tag([]);\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1757},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1756\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1757\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1758},\"user\":\"lauritz\",\"tags\":[]},\"1758\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:24:25 GMT+0100 (CET)\"},\"1759\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1760},\"source\":\"function reset() {\\n this.scriptPane = this.get('ObjectEditorScriptPane')\\n this.scriptList = this.get('ObjectEditorScriptList')\\n this.connectionList = this.get('ObjectEditorConnectionList')\\n this.morphSelector = this.get('ObjectEditorMorphSelector')\\n this.target = null;\\n this.scriptPane.reset();\\n this.scriptList.setList();\\n this.scriptList.selection = null;\\n this.connectionList.setList();\\n this.connectionList.selection = null;\\n this.morphSelector.reset();\\n this.tagChooser.reset();\\n this.currentTag = null;\\n this.stopStepping();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1761},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1760\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"1761\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1762},\"user\":\"conradcalmez\",\"tags\":[]},\"1762\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 14:57:50 GMT+0100 (CET)\"},\"1763\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1764},\"source\":\"function selectChangedContent(source) {\\n\\n var addScriptRegex = /this\\\\.addScript\\\\s*\\\\(\\\\s*function\\\\s*([^\\\\(]*)/g;\\n var addScriptMatches = [];\\n var addScriptMatch = addScriptRegex.exec(source);\\n while (addScriptMatch) {\\n addScriptMatches.push(addScriptMatch[1]);\\n addScriptMatch = addScriptRegex.exec(source);\\n }\\n \\n // if scripts were added, select either a specific one or all\\n if (addScriptMatches.length > 0) { \\n if (addScriptMatches.length === 1) {\\n return this.scriptList.selectAddedScript(addScriptMatches[0]);\\n }\\n return this.scriptList.selectAt(0);\\n }\\n\\n var connectionRegex = \\n /connect\\\\(\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"\\\\s*,\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"/g;\\n var connectionMatches = [];\\n var connectionMatch = connectionRegex.exec(source);\\n while (connectionMatch) {\\n connectionMatches.push(connectionMatch);\\n connectionMatch = connectionRegex.exec(source);\\n }\\n\\n // if connections were made, select either a specific one or all\\n if (connectionMatches.length > 0) {\\n if (connectionMatches.length === 1) {\\n var match = connectionMatches[0];\\n for (var i=0; i -1) {\n var c = this.connectionList.selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n this.updateLists();\n this.displayInitialScript();\n } \n}","funcProperties":{"__isSmartRef__":true,"id":72011},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72010":{"this":{"__isSmartRef__":true,"id":71164}},"72011":{},"72012":{"varMapping":{"__isSmartRef__":true,"id":72013},"source":"function updateLists() {\n this.scriptList.setList(this.sortedScriptNamesOfObj(this.target));\n var scriptListItems = this.scriptList.getList();\n scriptListItems.unshift(\"-- ALL --\");\n this.scriptList.setList(scriptListItems);\n\n this.connectionList.setList(this.sortedConnectionNamesOfObj(this.target));\n var connectionListItems = this.connectionList.getList();\n connectionListItems.unshift(\"-- ALL --\");\n this.connectionList.setList(connectionListItems);\n}","funcProperties":{"__isSmartRef__":true,"id":72014},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72013":{"this":{"__isSmartRef__":true,"id":71164}},"72014":{},"72015":{"varMapping":{"__isSmartRef__":true,"id":72016},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.selectAt(0);\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.selectAt(0);\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":72017},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72016":{"this":{"__isSmartRef__":true,"id":71164}},"72017":{},"72018":{"varMapping":{"__isSmartRef__":true,"id":72019},"source":"function reset() {\n this.target = null;\n this.scriptPane.doitContext = null;\n this.scriptList.setList();\n this.connectionList.setList();\n this.scriptPane.setTextString(\"\");\n this.morphSelector.reset();\n}","funcProperties":{"__isSmartRef__":true,"id":72020},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72019":{"this":{"__isSmartRef__":true,"id":71164}},"72020":{},"72021":{"varMapping":{"__isSmartRef__":true,"id":72022},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n var index = this.scriptList.getList().indexOf(addScriptMatches[0]);\n if (index > -1) { \n return this.scriptList.selectAt(index);\n }\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i -1) {\n var c = selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n editor.updateLists();\n editor.displayInitialScript();\n } \n }\n\n var message = 'Disconnect \"' + selection[0] +'\" connection?';\n var callback = disconnectConnection;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":72224},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72223":{"this":{"__isSmartRef__":true,"id":72169}},"72224":{"timestamp":{"__isSmartRef__":true,"id":72225},"user":"lauritz","categories":[]},"72225":{"isSerializedDate":true,"string":"Fri Nov 11 2011 01:46:54 GMT+0100 (Mitteleuropäische Zeit)"},"72226":{"submorphs":[{"__isSmartRef__":true,"id":72227}],"scripts":[],"id":"6CB4B1FD-7551-4062-9F61-25049409D783","shape":{"__isSmartRef__":true,"id":72243},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":72259},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":72246},"lighterFill":{"__isSmartRef__":true,"id":72260},"label":{"__isSmartRef__":true,"id":72227},"attributeConnections":[{"__isSmartRef__":true,"id":72269}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":72271},"name":"ObjectEditorRemoveScriptButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":72272},"renderContextTable":{"__isSmartRef__":true,"id":72273},"priorExtent":{"__isSmartRef__":true,"id":72274},"owner":{"__isSmartRef__":true,"id":71146},"eventHandler":{"__isSmartRef__":true,"id":72275},"isCopyMorphRef":true,"morphRefId":24,"draggingEnabled":false,"objectEditorPane":{"__isSmartRef__":true,"id":71146},"distanceToDragEvent":{"__isSmartRef__":true,"id":72276},"derivationIds":[217,"FDC10087-12CF-4570-9211-8309CB6A9AA3","E18FC530-4B1F-4F08-8DA6-3866A3519E56","04A2AAC3-6A9E-40BB-9408-EBB2567EE63B","8C1A42CE-840C-4AAE-BD79-C93A445B9EBF","61FC11FA-B87E-4EFE-BD15-564D3178B68B","ED34F9B5-9E00-41B3-8313-D9C3D6B3B231","A7481F4B-D444-4B4F-BDA2-4F9F03AEC24D","7DDF7175-34FC-4521-A7C3-580A8BE63351","DEA39C05-FAD7-4882-AB3D-0EE12C3408F9","99186A50-1411-4B6F-B1CB-FF0742C20D7D","10F3E467-6BB8-4D07-BD17-8C50593FD6B8","7260818C-6472-4288-8BDD-1E7798A543F3","DEBB5BDB-018D-4BA1-9FB9-73DC84C51D89","B31BD7D3-4819-4560-9661-C317568903A5","0BDA92F0-9453-44D3-A9A9-B77A27B0BAE0","23E309F8-AF01-4EA7-98B5-37DC538986EF","DF5B9D85-D091-46B6-B401-A99C05B77546"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":72277},"__LivelyClassName__":"lively.morphic.Button"},"72227":{"submorphs":[],"scripts":[],"id":"666C9CDF-8C4D-4F94-8282-63F2B227F5BF","shape":{"__isSmartRef__":true,"id":72228},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":21,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":72234},"textColor":{"__isSmartRef__":true,"id":72231},"owner":{"__isSmartRef__":true,"id":72226},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":72235}],"padding":{"__isSmartRef__":true,"id":72237},"_Padding":{"__isSmartRef__":true,"id":72238},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":72239},"_FontFamily":"Helvetica, Sans-Serif","renderContextTable":{"__isSmartRef__":true,"id":72240},"_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_Align":"center","eventHandler":{"__isSmartRef__":true,"id":72241},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":21,"_MinTextHeight":null,"draggingEnabled":false,"derivationIds":[218,"852A7BD9-52EE-4708-A2D5-1BDECF33C958","7B4F173E-9726-472A-9B30-530D4AA92AD9","CBA217F6-2832-4213-9ABE-47753C1A4180","E6B97D1D-95D5-4644-9359-1D08D42A51F4","4391A57E-70C2-4628-9828-DD668CCE546E","F0C6C298-3B8B-42B2-B5E9-E5B82F607B01","DF0CAF75-4247-4797-B1A0-AD7444391E2A","B4C4F09B-F663-47A1-B85F-461D5452F5F8","FD966AB1-4685-4151-9A38-B1B21B0237EF","CA91FC2C-D7CC-4123-AFD2-108F8F0C2E97","88F1581A-7AEF-4646-B7F9-3890CDDB8494","DC577877-7F00-4238-9246-08C2A10C0CC9","818C9467-71A2-44D6-B01F-1523A0CD5476","A084816B-1BB2-4B7F-A5E9-38960006EC1D","6E699952-E650-4E6C-B809-8DD4B6E81EF5","0AC95454-A91A-4812-BEE9-E726706C4B30","105D0F82-1C3C-43AA-9648-B381882D91EC"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":72242},"__LivelyClassName__":"lively.morphic.Text"},"72228":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":72229},"_Extent":{"__isSmartRef__":true,"id":72230},"_BorderColor":{"__isSmartRef__":true,"id":72231},"renderContextTable":{"__isSmartRef__":true,"id":72232},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":72233},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"72229":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72230":{"x":25,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72231":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72232":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"72233":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72234":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72235":{"style":{"__isSmartRef__":true,"id":72236},"chunkOwner":{"__isSmartRef__":true,"id":72227},"storedString":"-","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"72236":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"72237":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72238":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72239":{"x":25,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72240":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"72241":{"morph":{"__isSmartRef__":true,"id":72227},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"72242":{"requiredModules":[],"idOnLoad":"666C9CDF-8C4D-4F94-8282-63F2B227F5BF","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"72243":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":72244},"_Extent":{"__isSmartRef__":true,"id":72245},"_Fill":{"__isSmartRef__":true,"id":72246},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":72256},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":72257},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":72258},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"72244":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72245":{"x":25,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72246":{"stops":[{"__isSmartRef__":true,"id":72247},{"__isSmartRef__":true,"id":72249},{"__isSmartRef__":true,"id":72251},{"__isSmartRef__":true,"id":72253}],"vector":{"__isSmartRef__":true,"id":72255},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"72247":{"offset":0,"color":{"__isSmartRef__":true,"id":72248}},"72248":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72249":{"offset":0.4,"color":{"__isSmartRef__":true,"id":72250}},"72250":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72251":{"offset":0.6,"color":{"__isSmartRef__":true,"id":72252}},"72252":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72253":{"offset":1,"color":{"__isSmartRef__":true,"id":72254}},"72254":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72255":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72256":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72257":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"72258":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72259":{"x":160,"y":40,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72260":{"stops":[{"__isSmartRef__":true,"id":72261},{"__isSmartRef__":true,"id":72263},{"__isSmartRef__":true,"id":72265},{"__isSmartRef__":true,"id":72267}],"vector":{"__isSmartRef__":true,"id":72255},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"72261":{"offset":0,"color":{"__isSmartRef__":true,"id":72262}},"72262":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72263":{"offset":0.4,"color":{"__isSmartRef__":true,"id":72264}},"72264":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72265":{"offset":0.6,"color":{"__isSmartRef__":true,"id":72266}},"72266":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72267":{"offset":1,"color":{"__isSmartRef__":true,"id":72268}},"72268":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72269":{"sourceObj":{"__isSmartRef__":true,"id":72226},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":72226},"targetMethodName":"deleteSelectedScript","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":72270},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"72270":{"source":{"__isSmartRef__":true,"id":72226},"target":{"__isSmartRef__":true,"id":72226}},"72271":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72272":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","idOnLoad":"6CB4B1FD-7551-4062-9F61-25049409D783","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"72273":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"72274":{"x":30,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72275":{"morph":{"__isSmartRef__":true,"id":72226},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"72276":{"x":33.35839679439101,"y":-21.324811622839547,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72277":{"deleteSelectedScript":{"__isSmartRef__":true,"id":72278}},"72278":{"varMapping":{"__isSmartRef__":true,"id":72279},"source":"function deleteSelectedScript() {\n\n var editor = this.objectEditorPane;\n var selection = editor.scriptList.selection;\n\n if (!editor.target || editor.scriptList.getList().size() < 2) \n return; \n\n var deleteScript = function (confirmed) {\n if (!confirmed) return;\n \n if (selection && editor.target) {\n if (!editor.target.hasOwnProperty(selection)) \n return;\n delete editor.target[selection];\n editor.updateLists();\n editor.displayInitialScript();\n }\n }\n\n var message = 'Delete \"' + selection + '\" script?';\n var callback = deleteScript;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":72280},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72279":{"this":{"__isSmartRef__":true,"id":72226}},"72280":{"timestamp":{"__isSmartRef__":true,"id":72281},"user":"lauritz"},"72281":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:12:21 GMT+0100 (Mitteleuropäische Zeit)"},"72282":{"submorphs":[{"__isSmartRef__":true,"id":72283}],"scripts":[],"id":"E1BA8004-4520-4348-A4B3-DC56E9A64C58","shape":{"__isSmartRef__":true,"id":72300},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":72316},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":72303},"lighterFill":{"__isSmartRef__":true,"id":72317},"label":{"__isSmartRef__":true,"id":72283},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":72326},"name":"ObjectEditorMorphSelector","partsBinMetaInfo":{"__isSmartRef__":true,"id":72327},"list":[],"renderContextTable":{"__isSmartRef__":true,"id":72328},"eventHandler":{"__isSmartRef__":true,"id":72329},"distanceToDragEvent":{"__isSmartRef__":true,"id":72330},"priorExtent":{"__isSmartRef__":true,"id":72331},"owner":{"__isSmartRef__":true,"id":71146},"textString":"","selection":{"__isSmartRef__":true,"id":72332},"_ClipMode":"visible","prevScroll":[0,0],"listMorph":null,"derivationIds":[221,"4AC64FBA-95AC-42B2-A078-B6DA97889093","E26ED0E6-C4CE-4C82-94D5-175270E8459E","D292F2FC-C2B6-48AE-B779-8CC5868FFA49","53A862EB-032C-4BF0-9B21-58C7E0C0A9B2","CC4D188B-510F-48DE-A0E1-EC8D2CD63F9F","0CD057F2-3517-4849-A69E-1EF79B05ACE8","66EBBB7D-8FA7-4D43-AE78-A18DA3B970BA","A50C1893-4138-4E29-865B-92F53F76D08A","1EC5D2B9-3539-419A-8DD6-CE82DEABB02C","95DC06D5-F4C7-49E2-8A01-110D1B0AFBD0","672DEFAB-2BE5-4C60-9779-3B44694FBEB1","E3476213-5872-492C-BE29-0C6A5A150ED8","AA2F6ABE-1CCB-403D-94DD-8FB371F3DDCE","7CF7B24B-9888-448A-9010-E8B15DDBA004","86A320D7-ECDB-43EC-B2B7-27A1D5CA8C53","3D6ECBD3-EC4A-4EEB-8640-4D078EFF8AAF","96FFEAC0-FD04-4E22-9ABC-ABAE3FA0A736"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":72349},"__LivelyClassName__":"lively.morphic.Button"},"72283":{"submorphs":[],"scripts":[],"id":"41929055-C9F9-41DD-8D40-4741A4CF9EFB","shape":{"__isSmartRef__":true,"id":72284},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":220,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":72290},"textColor":{"__isSmartRef__":true,"id":72287},"owner":{"__isSmartRef__":true,"id":72282},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":72291}],"padding":{"__isSmartRef__":true,"id":72293},"_Padding":{"__isSmartRef__":true,"id":72293},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":72294},"attributeConnections":[{"__isSmartRef__":true,"id":72295}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"renderContextTable":{"__isSmartRef__":true,"id":72296},"eventHandler":{"__isSmartRef__":true,"id":72297},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":220,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":10,"derivationIds":[222,"30F054A3-7658-405B-8098-B7D87AA8A9ED","556D6E07-45B7-42EC-A486-DE275EF0B034","06B0B080-467A-46CC-8B0D-9C0A9B9A71F1","5E2D96C9-BB9B-4735-8673-A79847435197","B48AA022-2022-4A2A-9090-4D884FB3DFD3","8B2F743A-98C5-45E1-B03C-5019114EAC47","D09C56C3-A2DC-4BDF-B8A1-6365138ECD01","74158C3D-B79E-43E7-B111-48701B10ACE2","B19E117B-E40F-4B9F-86AC-BFB2AAFD5336","4E3B3D72-E52C-44ED-AE32-78939BA1ECFD","2459D1F0-E49C-4882-AB4C-D78C1A496962","3D8D3B02-0459-45C1-A606-D0DB4B07958C","78AAE288-D261-4BEA-9436-C8C31B890B44","62387523-F02D-471C-8758-988647710CDC","A7EE8B19-A2F0-4D26-80AD-0F027B34F504","16C034BF-CCED-4F4A-8315-130685824270","A4127ACD-F316-45A3-837C-2C592509CA24"],"_TextColor":{"__isSmartRef__":true,"id":72298},"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":72299},"__LivelyClassName__":"lively.morphic.Text"},"72284":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":72285},"_Extent":{"__isSmartRef__":true,"id":72286},"_BorderColor":{"__isSmartRef__":true,"id":72287},"renderContextTable":{"__isSmartRef__":true,"id":72288},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":72289},"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"72285":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72286":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72287":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72288":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"72289":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72290":{"x":2,"y":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72291":{"style":{"__isSmartRef__":true,"id":72292},"chunkOwner":{"__isSmartRef__":true,"id":72283},"storedString":"Rectangle Test","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"72292":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"72293":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72294":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72295":{"sourceObj":{"__isSmartRef__":true,"id":72283},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":72282},"targetMethodName":"selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"72296":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"72297":{"morph":{"__isSmartRef__":true,"id":72283},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"72298":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72299":{"requiredModules":[],"idOnLoad":"41929055-C9F9-41DD-8D40-4741A4CF9EFB","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"72300":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":72301},"_Extent":{"__isSmartRef__":true,"id":72302},"_Fill":{"__isSmartRef__":true,"id":72303},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":72313},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":72314},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":72315},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"72301":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72302":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72303":{"stops":[{"__isSmartRef__":true,"id":72304},{"__isSmartRef__":true,"id":72306},{"__isSmartRef__":true,"id":72308},{"__isSmartRef__":true,"id":72310}],"vector":{"__isSmartRef__":true,"id":72312},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"72304":{"offset":0,"color":{"__isSmartRef__":true,"id":72305}},"72305":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72306":{"offset":0.4,"color":{"__isSmartRef__":true,"id":72307}},"72307":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72308":{"offset":0.6,"color":{"__isSmartRef__":true,"id":72309}},"72309":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72310":{"offset":1,"color":{"__isSmartRef__":true,"id":72311}},"72311":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72312":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72313":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72314":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"72315":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72316":{"x":240.1308656788165,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72317":{"stops":[{"__isSmartRef__":true,"id":72318},{"__isSmartRef__":true,"id":72320},{"__isSmartRef__":true,"id":72322},{"__isSmartRef__":true,"id":72324}],"vector":{"__isSmartRef__":true,"id":72312},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"72318":{"offset":0,"color":{"__isSmartRef__":true,"id":72319}},"72319":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72320":{"offset":0.4,"color":{"__isSmartRef__":true,"id":72321}},"72321":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72322":{"offset":0.6,"color":{"__isSmartRef__":true,"id":72323}},"72323":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72324":{"offset":1,"color":{"__isSmartRef__":true,"id":72325}},"72325":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72326":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72327":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","idOnLoad":"E1BA8004-4520-4348-A4B3-DC56E9A64C58","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"72328":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"72329":{"morph":{"__isSmartRef__":true,"id":72282},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"72330":{"x":122.93118375058827,"y":-11.582832083333244,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72331":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72332":{"submorphs":[],"scripts":[],"id":181,"shape":{"__isSmartRef__":true,"id":72333},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":72339},"_MaxTextWidth":580,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":72340},"showsHalos":false,"_FontSize":28,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Title","partsBinMetaInfo":{"__isSmartRef__":true,"id":72341},"_TextColor":{"__isSmartRef__":true,"id":72342},"renderContextTable":{"__isSmartRef__":true,"id":72343},"textChunks":[{"__isSmartRef__":true,"id":72344}],"eventHandler":{"__isSmartRef__":true,"id":72346},"priorExtent":{"__isSmartRef__":true,"id":72347},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":580,"_MinTextHeight":null,"_Rotation":0,"_Scale":1.002003004005006,"previousSelection":[35,35],"priorSelectionRange":[23,23],"charsReplaced":"WIP / Proof of Concept","lastFindLoc":22,"distanceToDragEvent":{"__isSmartRef__":true,"id":72348},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","isCopyMorphRef":true,"morphRefId":2,"prevScroll":[0,0],"__LivelyClassName__":"lively.morphic.Text"},"72333":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":72334},"_Extent":{"__isSmartRef__":true,"id":72335},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":72336},"renderContextTable":{"__isSmartRef__":true,"id":72337},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":72338},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"72334":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72335":{"x":580,"y":43,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72336":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72337":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"72338":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72339":{"x":37,"y":23,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72340":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72341":{"partsSpaceName":"PartsBin/Worlds/","__SourceModuleName__":"Global.lively.PartsBin","comment":"For example a world title.","partName":"Title","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"72342":{"r":0,"g":0.309,"b":0.595,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72343":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"72344":{"style":{"__isSmartRef__":true,"id":72345},"chunkOwner":{"__isSmartRef__":true,"id":72332},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"72345":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"72346":{"morph":{"__isSmartRef__":true,"id":72332},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"72347":{"x":580,"y":43,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72348":{"x":221,"y":-12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72349":{"createListMorph":{"__isSmartRef__":true,"id":72350},"getList":{"__isSmartRef__":true,"id":72354},"removeList":{"__isSmartRef__":true,"id":72358},"reset":{"__isSmartRef__":true,"id":72362},"displayTopLevelMorphs":{"__isSmartRef__":true,"id":72366},"onMouseDown":{"__isSmartRef__":true,"id":72370},"setTargetOfPane":{"__isSmartRef__":true,"id":72378},"setTargetToListSelection":{"__isSmartRef__":true,"id":72382},"onBlur":{"__isSmartRef__":true,"id":72386},"setTarget":{"__isSmartRef__":true,"id":72394},"setTargetOnSelection":{"__isSmartRef__":true,"id":72398}},"72350":{"varMapping":{"__isSmartRef__":true,"id":72351},"source":"function createListMorph() {\n var items = this.getList();\n \n var height = Math.min(this.owner.getExtent().y, items.length * 17);\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\n\n var listMorph = new lively.morphic.List(extent);\n listMorph.setList(items);\n listMorph.setFontSize(10);\n\n listMorph.disableGrabbing();\n listMorph.disableDragging();\n\n connect(listMorph, 'selection', this, 'setTargetToListSelection');\n \n return listMorph;\n}","funcProperties":{"__isSmartRef__":true,"id":72352},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72351":{"this":{"__isSmartRef__":true,"id":72282}},"72352":{"timestamp":{"__isSmartRef__":true,"id":72353},"user":"lauritz","tags":[]},"72353":{"isSerializedDate":true,"string":"Tue Dec 13 2011 18:55:41 GMT+0100 (Mitteleuropäische Zeit)"},"72354":{"varMapping":{"__isSmartRef__":true,"id":72355},"source":"function getList() {\n var worldEntry = {\n isListItem: true,\n selectionString: 'World',\n string: 'World',\n value: this.world()\n };\n var list = this.world().indentedListItemsOfMorphNames();\n list.unshift(worldEntry);\n return list;\n}","funcProperties":{"__isSmartRef__":true,"id":72356},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72355":{"this":{"__isSmartRef__":true,"id":72282}},"72356":{"timestamp":{"__isSmartRef__":true,"id":72357},"user":"lauritz","tags":[]},"72357":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:12:23 GMT+0100 (Mitteleuropäische Zeit)"},"72358":{"varMapping":{"__isSmartRef__":true,"id":72359},"source":"function removeList() {\n this.listMorph && this.listMorph.remove();\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":72360},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72359":{"this":{"__isSmartRef__":true,"id":72282}},"72360":{"timestamp":{"__isSmartRef__":true,"id":72361},"user":"lauritz","tags":[]},"72361":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:51:07 GMT+0100 (Mitteleuropäische Zeit)"},"72362":{"varMapping":{"__isSmartRef__":true,"id":72363},"source":"function reset() {\n this.list = [];\n this.setLabel('empty');\n this.label.setAlign('left');\n this.removeList();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'});\n}","funcProperties":{"__isSmartRef__":true,"id":72364},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72363":{"this":{"__isSmartRef__":true,"id":72282}},"72364":{"timestamp":{"__isSmartRef__":true,"id":72365},"user":"lauritz","tags":[]},"72365":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:34:06 GMT+0100 (Mitteleuropäische Zeit)"},"72366":{"varMapping":{"__isSmartRef__":true,"id":72367},"source":"function displayTopLevelMorphs() {\n var list = this.createListMorph(); \n if (this.getList().length === 0) return;\n this.addMorph(list);\n this.listMorph = list;\n}","funcProperties":{"__isSmartRef__":true,"id":72368},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72367":{"this":{"__isSmartRef__":true,"id":72282}},"72368":{"timestamp":{"__isSmartRef__":true,"id":72369},"user":"lauritz","tags":[]},"72369":{"isSerializedDate":true,"string":"Tue Dec 13 2011 18:53:20 GMT+0100 (Mitteleuropäische Zeit)"},"72370":{"varMapping":{"__isSmartRef__":true,"id":72371},"source":"function onMouseDown(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n // clicked on morph, not the list, not the list's scrollbar\n if (evt.target === this.renderContext().shapeNode)\n this.removeList();\n } else {\n this.displayTopLevelMorphs();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":72376},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72371":{"this":{"__isSmartRef__":true,"id":72282},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":72372}},"72372":{"$super":{"__isSmartRef__":true,"id":72373}},"72373":{"varMapping":{"__isSmartRef__":true,"id":72374},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":72375},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72374":{"obj":{"__isSmartRef__":true,"id":72282},"name":"onMouseDown"},"72375":{},"72376":{"timestamp":{"__isSmartRef__":true,"id":72377},"user":"lauritz","tags":[]},"72377":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:30:39 GMT+0100 (Mitteleuropäische Zeit)"},"72378":{"varMapping":{"__isSmartRef__":true,"id":72379},"source":"function setTargetOfPane(selection) {\n this.owner.setTarget(selection);\n this.label.setAlign('left');\n}","funcProperties":{"__isSmartRef__":true,"id":72380},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72379":{"this":{"__isSmartRef__":true,"id":72282}},"72380":{"timestamp":{"__isSmartRef__":true,"id":72381},"user":"lauritz","tags":[]},"72381":{"isSerializedDate":true,"string":"Wed Dec 07 2011 04:30:42 GMT+0100 (Mitteleuropäische Zeit)"},"72382":{"varMapping":{"__isSmartRef__":true,"id":72383},"source":"function setTargetToListSelection() { \n var selection = this.listMorph.selection;\n this.removeList();\n if (!selection) return;\n if (this.owner.scriptPane.hasChanged()) {\n var that = this;\n var callback = function (confirmed) {\n if (confirmed) that.setTargetOfPane(selection);\n }\n this.owner.confirmUnsavedChanges(callback);\n } else {\n this.setTargetOfPane(selection);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":72384},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72383":{"this":{"__isSmartRef__":true,"id":72282}},"72384":{"timestamp":{"__isSmartRef__":true,"id":72385},"user":"lauritz","tags":[]},"72385":{"isSerializedDate":true,"string":"Wed Dec 07 2011 06:06:48 GMT+0100 (Mitteleuropäische Zeit)"},"72386":{"varMapping":{"__isSmartRef__":true,"id":72387},"source":"function onBlur(evt) {\n $super(evt);\n \n // workaround - otherwise other morphs get this event\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\n this.removeList();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":72392},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72387":{"this":{"__isSmartRef__":true,"id":72282},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":72388}},"72388":{"$super":{"__isSmartRef__":true,"id":72389}},"72389":{"varMapping":{"__isSmartRef__":true,"id":72390},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":72391},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72390":{"obj":{"__isSmartRef__":true,"id":72282},"name":"onBlur"},"72391":{},"72392":{"timestamp":{"__isSmartRef__":true,"id":72393},"user":"lauritz","tags":[]},"72393":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:30:08 GMT+0100 (Mitteleuropäische Zeit)"},"72394":{"varMapping":{"__isSmartRef__":true,"id":72395},"source":"function setTarget(target) {\n this.label.setTextString(target.getName() || target.toString());\n}","funcProperties":{"__isSmartRef__":true,"id":72396},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72395":{"this":{"__isSmartRef__":true,"id":72282}},"72396":{"timestamp":{"__isSmartRef__":true,"id":72397},"user":"lauritz","tags":[]},"72397":{"isSerializedDate":true,"string":"Wed Dec 07 2011 04:29:39 GMT+0100 (Mitteleuropäische Zeit)"},"72398":{"varMapping":{"__isSmartRef__":true,"id":72399},"source":"function setTargetOnSelection() {\n if (this.listMorph && this.listMorph.renderContext() && this.listMorph.renderContext().listNode.value) {\n this.setTargetToListSelection();\n this.stopStepping();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":72400},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72399":{"this":{"__isSmartRef__":true,"id":72282}},"72400":{"timestamp":{"__isSmartRef__":true,"id":72401},"user":"lauritz","tags":[]},"72401":{"isSerializedDate":true,"string":"Wed Dec 07 2011 06:12:06 GMT+0100 (Mitteleuropäische Zeit)"},"72402":{"submorphs":[],"scripts":[],"id":"16697837-C87F-4CF3-B3BD-8A7611F05245","shape":{"__isSmartRef__":true,"id":72403},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":false,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":72409},"_MaxTextWidth":64.8979476392384,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":72406},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"ObjectEditorScriptsText1","partsBinMetaInfo":{"__isSmartRef__":true,"id":72410},"textChunks":[{"__isSmartRef__":true,"id":72411}],"charsReplaced":"Scripts","lastFindLoc":-7,"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":72413},"renderContextTable":{"__isSmartRef__":true,"id":72414},"eventHandler":{"__isSmartRef__":true,"id":72415},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64.8979476392384,"_MinTextHeight":null,"_ClipMode":"visible","draggingEnabled":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":72416},"eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":71146},"isCopyMorphRef":true,"morphRefId":27,"derivationIds":[223,"5E3A69EF-26C1-4D0D-B04C-8C3894017F56","14AB1B91-3ED6-49AE-AA58-47D18B6C569F","991D4A54-1FC4-4BC7-AA82-F814AC52CDE3","DB9B19F7-4390-4CE5-9B1D-62177CB8D605","8F7B2EE9-9538-4044-B75B-6A12F3108B70","4B9F9B4B-C7D3-418D-9AC9-10503A4EBF8E","324EE422-8C94-43CE-B964-A3150830C25F","36D1ECF9-591F-426B-A4F6-B337D7DB053B","CB52849C-BE64-4053-8D07-758F969F84EB","F1C241D4-A689-4DB7-942F-ADB5F39D9CAA","F9D413A0-184F-47F5-9B55-D05D511915CB","F4C5DA2D-8203-47EB-834D-2D03338B0419","1E089341-3FFF-45CD-9C21-BA7A8B4CF6F2","2E3BA43D-DE5E-4EEA-8DF6-97BE9BDB9EE8","5622156A-68BA-441A-9AE4-19B7BB321E95","913CDF62-CF29-4172-AFDF-4505CF7A364F","94A0088B-93EF-4DA6-9BAB-9910767CB753"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"72403":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":72404},"_Extent":{"__isSmartRef__":true,"id":72405},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":72406},"renderContextTable":{"__isSmartRef__":true,"id":72407},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":72408},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"72404":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72405":{"x":64.8979476392384,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72406":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72407":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"72408":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72409":{"x":198.16434648623274,"y":12.911539589748486,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72410":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"16697837-C87F-4CF3-B3BD-8A7611F05245","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"72411":{"style":{"__isSmartRef__":true,"id":72412},"chunkOwner":{"__isSmartRef__":true,"id":72402},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Target:","__LivelyClassName__":"lively.morphic.TextChunk"},"72412":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"72413":{"x":64.8979476392384,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72414":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"72415":{"morph":{"__isSmartRef__":true,"id":72402},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"72416":{"x":41.065989525935834,"y":-10.506047005169194,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72417":{"submorphs":[],"scripts":[],"id":"ED64E8C8-6359-40E0-9E4B-DC86107A8C79","shape":{"__isSmartRef__":true,"id":72418},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":false,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":72424},"_MaxTextWidth":64.8979476392384,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":72421},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"ObjectEditorScriptsText2","partsBinMetaInfo":{"__isSmartRef__":true,"id":72425},"textChunks":[{"__isSmartRef__":true,"id":72426}],"charsReplaced":"Scripts","lastFindLoc":-7,"priorSelectionRange":[0,7],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":72428},"renderContextTable":{"__isSmartRef__":true,"id":72429},"eventHandler":{"__isSmartRef__":true,"id":72430},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64.8979476392384,"_MinTextHeight":null,"_ClipMode":"visible","draggingEnabled":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":72431},"eventsAreIgnored":true,"isCopyMorphRef":true,"morphRefId":27,"owner":{"__isSmartRef__":true,"id":71146},"derivationIds":[224,"35EF8FE5-067D-45B6-AF21-77040F11D340","80DC09DD-22D4-4089-B5C3-857B32C9BE9B","EF080074-E6B9-47F3-A87F-26313B40C430","F6977801-C1A7-445C-9BF1-8A1019E202FB","8C9157AE-0343-4CFB-8186-1D5E05D2ECBE","DD3C23F8-6463-4EAE-959B-C486E27D9BDA","1E8D3752-D212-41F8-BC63-B094E0C80707","75C07D11-AE5D-4A36-B2D0-F2A6EA414E72","494AB1C0-2C09-49DE-B4AA-1F24DC7495FF","25199967-E3BA-4763-A704-37BD3152A5F7","8E4A5937-D1FA-4AF7-BD8D-B542C636CEF9","DDB23EF0-540C-4046-AD4D-C001E8A5F20C","FF45AAB3-E5C7-42A0-A704-F068DB2E2AF9","7DE7E9A4-D30D-4E76-8C56-E5E0B58CD488","15023644-FA2D-4B48-BED2-63CA31B6B670","DB44519F-74E5-4E10-A5CE-4F93A0694A4B","75AACE15-9C62-4EF9-A7FA-03371C768139"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"72418":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":72419},"_Extent":{"__isSmartRef__":true,"id":72420},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":72421},"renderContextTable":{"__isSmartRef__":true,"id":72422},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":72423},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"72419":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72420":{"x":64.8979476392384,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72421":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72422":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"72423":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72424":{"x":10,"y":12.911539589749026,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72425":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"ED64E8C8-6359-40E0-9E4B-DC86107A8C79","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"72426":{"style":{"__isSmartRef__":true,"id":72427},"chunkOwner":{"__isSmartRef__":true,"id":72417},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Tag:","__LivelyClassName__":"lively.morphic.TextChunk"},"72427":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"72428":{"x":64.8979476392384,"y":14,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72429":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"72430":{"morph":{"__isSmartRef__":true,"id":72417},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"72431":{"x":45.76052154281416,"y":-27.783027415339603,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72432":{"submorphs":[{"__isSmartRef__":true,"id":72433}],"scripts":[],"id":"4A19D602-5D32-49F1-A3A0-4A3490ED7F81","shape":{"__isSmartRef__":true,"id":72448},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":72464},"value":true,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":72465},"lighterFill":{"__isSmartRef__":true,"id":72451},"label":{"__isSmartRef__":true,"id":72433},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":72474},"name":"ObjectEditorTagChooser","partsBinMetaInfo":{"__isSmartRef__":true,"id":72475},"listMorph":null,"list":[],"renderContextTable":{"__isSmartRef__":true,"id":72476},"eventHandler":{"__isSmartRef__":true,"id":72477},"distanceToDragEvent":{"__isSmartRef__":true,"id":72478},"priorExtent":{"__isSmartRef__":true,"id":72479},"textString":"PartsBinBrowser","selection":"","_ClipMode":"visible","prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":71146},"setTargetToListSelection":"all","savedTextString":"all","derivationIds":[225,"7F83847B-D0B1-4A31-8601-43424B97C858","E08FC110-71D7-4FFD-B4A8-08F8147B95BA","5534107D-C5C9-48DD-A1ED-B87E9D9B672C","0B89FA7A-768C-4062-98AE-C455E8DAFF19","799320C6-CFBA-40E7-B03D-64BFE9B78248","9B650AA3-271B-4E72-B230-51C6F64B7462","C95D3672-724C-4C2C-9CDD-EF308062F627","C66EBEEC-B7CE-4DD9-8BDF-905F071F965D","D68B143A-A712-4FD0-8803-62CCB4C7F763","ED802271-AE5C-4BE9-AC4E-7CED44BC864B","1BD989CB-146C-431F-8B15-9199C4CD5D32","42172AA4-1B06-4C5B-9BB7-FAED1206CF34","32DFAF99-E6F8-426B-829D-FD6C2BCB8FAA","90F68286-09C1-4B33-B9F6-1685A0D9FAB0","B6AE9317-6B32-4477-94C3-988E11D52818","E4CC49BE-7E93-48CE-9CCF-494898817F92","0A056822-1094-4756-A996-B9E272E0D21D"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":72480},"__LivelyClassName__":"lively.morphic.Button"},"72433":{"submorphs":[],"scripts":[],"id":"0C96186B-F373-421A-AA7A-18739C2C6E49","shape":{"__isSmartRef__":true,"id":72434},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":130,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":72439},"textColor":{"__isSmartRef__":true,"id":72437},"owner":{"__isSmartRef__":true,"id":72432},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":72440}],"padding":{"__isSmartRef__":true,"id":72442},"_Padding":{"__isSmartRef__":true,"id":72442},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":72443},"attributeConnections":[{"__isSmartRef__":true,"id":72444}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"renderContextTable":{"__isSmartRef__":true,"id":72445},"eventHandler":{"__isSmartRef__":true,"id":72446},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":130,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":10,"derivationIds":[226,"03DBF3F8-8EA2-4426-BA64-C4297DDAB015","B8F87302-BEC3-48CD-9BBA-6C7DBB6287E1","4AA6AE51-338B-4E3E-814B-9F99C693A2D5","08F6CE56-AD91-4C27-9429-C3DEA313696C","D39C963C-FD24-4498-A6D8-71E5102CE58A","132C2A9E-3466-4051-AAEA-6E485A91F408","DB8BC4A1-ED41-446B-AB6C-7E73DD857B5D","567FC668-A57C-41CB-8252-8912826B3144","D0B0775F-C8E7-49EB-BBB2-C7BB7DD464BF","AABED87D-D7C0-494A-8803-26F4601E35FF","696C3A2A-C695-4D17-A044-41A73436AB8D","206A0BFD-6997-4E0E-9193-089D1F66B22A","F2F1F966-6C41-4EBA-AFCE-FAE8C79AA696","DACDEF8A-8791-4FF3-8DEC-70227F2294D8","D25F7CAB-9828-452E-B2BD-F13D930CC8B3","09CCDF11-EB1A-4085-8DE3-5B3E18D779BB","6B53F28E-EFDB-4FA1-88BD-73AF9CD3E06A"],"_TextColor":{"__isSmartRef__":true,"id":72298},"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":72447},"__LivelyClassName__":"lively.morphic.Text"},"72434":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":72435},"_Extent":{"__isSmartRef__":true,"id":72436},"_BorderColor":{"__isSmartRef__":true,"id":72437},"renderContextTable":{"__isSmartRef__":true,"id":72438},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":72289},"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"72435":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72436":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72437":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72438":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"72439":{"x":2,"y":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72440":{"style":{"__isSmartRef__":true,"id":72441},"chunkOwner":{"__isSmartRef__":true,"id":72433},"storedString":"all","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"72441":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"72442":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72443":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72444":{"sourceObj":{"__isSmartRef__":true,"id":72433},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":72432},"targetMethodName":"selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"72445":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"72446":{"morph":{"__isSmartRef__":true,"id":72433},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"72447":{"requiredModules":[],"idOnLoad":"0C96186B-F373-421A-AA7A-18739C2C6E49","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"72448":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":72449},"_Extent":{"__isSmartRef__":true,"id":72450},"_Fill":{"__isSmartRef__":true,"id":72451},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":72461},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":72462},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":72463},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"72449":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72450":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72451":{"stops":[{"__isSmartRef__":true,"id":72452},{"__isSmartRef__":true,"id":72454},{"__isSmartRef__":true,"id":72456},{"__isSmartRef__":true,"id":72458}],"vector":{"__isSmartRef__":true,"id":72460},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"72452":{"offset":0,"color":{"__isSmartRef__":true,"id":72453}},"72453":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72454":{"offset":0.4,"color":{"__isSmartRef__":true,"id":72455}},"72455":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72456":{"offset":0.6,"color":{"__isSmartRef__":true,"id":72457}},"72457":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72458":{"offset":1,"color":{"__isSmartRef__":true,"id":72459}},"72459":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72460":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72461":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72462":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"72463":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72464":{"x":39.12381412396891,"y":10.000000000000057,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72465":{"stops":[{"__isSmartRef__":true,"id":72466},{"__isSmartRef__":true,"id":72468},{"__isSmartRef__":true,"id":72470},{"__isSmartRef__":true,"id":72472}],"vector":{"__isSmartRef__":true,"id":72460},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"72466":{"offset":0,"color":{"__isSmartRef__":true,"id":72467}},"72467":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72468":{"offset":0.4,"color":{"__isSmartRef__":true,"id":72469}},"72469":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72470":{"offset":0.6,"color":{"__isSmartRef__":true,"id":72471}},"72471":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72472":{"offset":1,"color":{"__isSmartRef__":true,"id":72473}},"72473":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72474":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72475":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","idOnLoad":"4A19D602-5D32-49F1-A3A0-4A3490ED7F81","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"72476":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"72477":{"morph":{"__isSmartRef__":true,"id":72432},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"72478":{"x":85.7442776093583,"y":-11.582832083333244,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72479":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72480":{"createListMorph":{"__isSmartRef__":true,"id":72481},"getList":{"__isSmartRef__":true,"id":72485},"removeList":{"__isSmartRef__":true,"id":72489},"reset":{"__isSmartRef__":true,"id":72493},"onMouseUp":{"__isSmartRef__":true,"id":72497},"onBlur":{"__isSmartRef__":true,"id":72505},"setTag":{"__isSmartRef__":true,"id":72513}},"72481":{"varMapping":{"__isSmartRef__":true,"id":72482},"source":"function createListMorph() {\n var items = this.getList();\n\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\n\n var listMorph = new lively.morphic.List(extent);\n listMorph.setList(items);\n listMorph.setFontSize(10);\n\n listMorph.disableGrabbing();\n listMorph.disableDragging();\n \n connect(listMorph, 'selection', this, 'setTag');\n \n return listMorph;\n}","funcProperties":{"__isSmartRef__":true,"id":72483},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72482":{"this":{"__isSmartRef__":true,"id":72432}},"72483":{"timestamp":{"__isSmartRef__":true,"id":72484},"user":"lauritz","categories":[]},"72484":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:35:59 GMT+0100 (Mitteleuropäische Zeit)"},"72485":{"varMapping":{"__isSmartRef__":true,"id":72486},"source":"function getList() {\n if (!this.owner.target) return [''];\n\n var target = this.owner.target;\n\n var tags = Functions.own(target).collect(function (each) {\n return target[each].tags || [];\n }).flatten().uniq();\n\n var sortedTags = tags.sortBy(function(name) { \n return name.toLowerCase() \n });\n \n sortedTags.unshift('all'); \n return sortedTags;\n}","funcProperties":{"__isSmartRef__":true,"id":72487},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72486":{"this":{"__isSmartRef__":true,"id":72432}},"72487":{"timestamp":{"__isSmartRef__":true,"id":72488},"user":"lauritz","tags":[]},"72488":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:25 GMT+0100 (Mitteleuropäische Zeit)"},"72489":{"varMapping":{"__isSmartRef__":true,"id":72490},"source":"function removeList() {\n this.listMorph && this.listMorph.remove()\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":72491},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72490":{"this":{"__isSmartRef__":true,"id":72432}},"72491":{"timestamp":{"__isSmartRef__":true,"id":72492},"user":"lauritz","categories":[]},"72492":{"isSerializedDate":true,"string":"Thu Nov 17 2011 19:06:51 GMT+0100 (Mitteleuropäische Zeit)"},"72493":{"varMapping":{"__isSmartRef__":true,"id":72494},"source":"function reset() {\n this.list = [];\n this.setLabel('all');\n this.label.setAlign('left');\n this.removeList();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\n}","funcProperties":{"__isSmartRef__":true,"id":72495},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72494":{"this":{"__isSmartRef__":true,"id":72432}},"72495":{"timestamp":{"__isSmartRef__":true,"id":72496},"user":"lauritz","tags":[]},"72496":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:53 GMT+0100 (Mitteleuropäische Zeit)"},"72497":{"varMapping":{"__isSmartRef__":true,"id":72498},"source":"function onMouseUp(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n this.removeList();\n return true;\n } \n if (this.getList().size() < 2) return;\n var list = this.createListMorph();\n this.addMorph(list);\n this.listMorph = list;\n return true;\n}","funcProperties":{"__isSmartRef__":true,"id":72503},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72498":{"this":{"__isSmartRef__":true,"id":72432},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":72499}},"72499":{"$super":{"__isSmartRef__":true,"id":72500}},"72500":{"varMapping":{"__isSmartRef__":true,"id":72501},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":72502},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72501":{"obj":{"__isSmartRef__":true,"id":72432},"name":"onMouseUp"},"72502":{},"72503":{"timestamp":{"__isSmartRef__":true,"id":72504},"user":"lauritz","categories":[]},"72504":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:59:16 GMT+0100 (Mitteleuropäische Zeit)"},"72505":{"varMapping":{"__isSmartRef__":true,"id":72506},"source":"function onBlur(evt) {\n $super(evt);\n \n // workaround - otherwise other morphs get this event\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\n this.removeList();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":72511},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72506":{"this":{"__isSmartRef__":true,"id":72432},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":72507}},"72507":{"$super":{"__isSmartRef__":true,"id":72508}},"72508":{"varMapping":{"__isSmartRef__":true,"id":72509},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":72510},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72509":{"obj":{"__isSmartRef__":true,"id":72432},"name":"onBlur"},"72510":{},"72511":{"timestamp":{"__isSmartRef__":true,"id":72512},"user":"lauritz","categories":[]},"72512":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:10:03 GMT+0100 (Mitteleuropäische Zeit)"},"72513":{"varMapping":{"__isSmartRef__":true,"id":72514},"source":"function setTag(tag) {\n this.setLabel(tag || '');\n this.label.setAlign('left');\n this.owner.setTag(tag);\n}","funcProperties":{"__isSmartRef__":true,"id":72515},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72514":{"this":{"__isSmartRef__":true,"id":72432}},"72515":{"timestamp":{"__isSmartRef__":true,"id":72516},"user":"lauritz","categories":[]},"72516":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:36:12 GMT+0100 (Mitteleuropäische Zeit)"},"72517":{"submorphs":[{"__isSmartRef__":true,"id":72518}],"scripts":[],"id":"FB3D51E6-6AC0-43A4-9CBE-E670D1AAA0CF","shape":{"__isSmartRef__":true,"id":72534},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":72538},"lighterFill":{"__isSmartRef__":true,"id":72550},"label":{"__isSmartRef__":true,"id":72518},"name":"Button","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":72559},"attributeConnections":[{"__isSmartRef__":true,"id":72560}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":72596},"renderContextTable":{"__isSmartRef__":true,"id":72597},"eventHandler":{"__isSmartRef__":true,"id":72598},"distanceToDragEvent":{"__isSmartRef__":true,"id":72599},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","87E42FF6-3862-481D-97D6-643676E15F32","4F370A81-5A80-4821-8ECC-D52B56F31E15","1C6D1DC9-2F9B-4DC4-B453-1CA45B17C516","0E8EC0BF-934B-410B-AEC2-0ECA8C8F774D","97086CE7-CD46-4035-A371-02A41D555A66","E342B91D-F54B-4DA8-8AE7-10C59CE22B41","A838C48E-4033-4688-8DCF-20659BD824FF","E9BBC453-FFF6-4EE8-BDB0-605D5D4557AE","DD123E3A-E1EF-40DE-82E9-EA8E6F5D15E4","5D26E764-C634-42B5-9DBF-09A29A7C5029","EC986366-1D98-4E21-8A89-7043623D7A47","E7954648-00B9-4CF8-B63D-44010AC413B3"],"_Position":{"__isSmartRef__":true,"id":72600},"owner":{"__isSmartRef__":true,"id":71146},"layout":{"__isSmartRef__":true,"id":72601},"_ClipMode":"visible","_Rotation":0,"_Scale":0.994014980014994,"__LivelyClassName__":"lively.morphic.Button"},"72518":{"submorphs":[],"scripts":[],"id":"EEB89FD4-0A79-4064-954E-936152074BE2","shape":{"__isSmartRef__":true,"id":72519},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":72525},"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":72526},"_Padding":{"__isSmartRef__":true,"id":72527},"owner":{"__isSmartRef__":true,"id":72517},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":72528},"textChunks":[{"__isSmartRef__":true,"id":72529}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":72531},"eventHandler":{"__isSmartRef__":true,"id":72532},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","BA4EC8D2-AB29-4F9F-B5A0-715A4746A4C4","56735895-BA99-4D98-9866-AA5DBD86237E","81041CF7-31DB-4F65-BB39-FE438A4F266F","D03829B3-268E-40A0-A440-3E4BAC344F30","714637F0-714A-4833-909B-BA4AF1B4628B","DC956E73-7398-4CAF-B6F2-9A226E344396","C1F72D31-1F49-4C0C-ACF3-C3AD7E698D2F","39386C7E-9099-4159-BFE9-80AD37319211","F63474CC-1C55-4B77-8CB0-55530DE9AAE4","896FEA5A-B14C-4BB5-B2EB-780F04327765","DE806D35-1988-44BC-9AE7-F9C1A003A9B7","7C2DF166-319E-48AB-9A2A-493D0F85493A"],"_MinTextWidth":97,"_MinTextHeight":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":72533},"__LivelyClassName__":"lively.morphic.Text"},"72519":{"position":{"__isSmartRef__":true,"id":72520},"_Extent":{"__isSmartRef__":true,"id":72521},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":72522},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":72523},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":72524},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"72520":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72521":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72522":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72523":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"72524":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72525":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72526":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72527":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72528":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72529":{"style":{"__isSmartRef__":true,"id":72530},"chunkOwner":{"__isSmartRef__":true,"id":72518},"storedString":"run","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"72530":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"72531":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"72532":{"morph":{"__isSmartRef__":true,"id":72518},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"72533":{"requiredModules":[],"idOnLoad":"EEB89FD4-0A79-4064-954E-936152074BE2","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"72534":{"position":{"__isSmartRef__":true,"id":72535},"_Extent":{"__isSmartRef__":true,"id":72536},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":72537},"_Fill":{"__isSmartRef__":true,"id":72538},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":72548},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":72549},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"72535":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72536":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72537":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72538":{"stops":[{"__isSmartRef__":true,"id":72539},{"__isSmartRef__":true,"id":72541},{"__isSmartRef__":true,"id":72543},{"__isSmartRef__":true,"id":72545}],"vector":{"__isSmartRef__":true,"id":72547},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"72539":{"offset":0,"color":{"__isSmartRef__":true,"id":72540}},"72540":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72541":{"offset":0.4,"color":{"__isSmartRef__":true,"id":72542}},"72542":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72543":{"offset":0.6,"color":{"__isSmartRef__":true,"id":72544}},"72544":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72545":{"offset":1,"color":{"__isSmartRef__":true,"id":72546}},"72546":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72547":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72548":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"72549":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72550":{"stops":[{"__isSmartRef__":true,"id":72551},{"__isSmartRef__":true,"id":72553},{"__isSmartRef__":true,"id":72555},{"__isSmartRef__":true,"id":72557}],"vector":{"__isSmartRef__":true,"id":72547},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"72551":{"offset":0,"color":{"__isSmartRef__":true,"id":72552}},"72552":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72553":{"offset":0.4,"color":{"__isSmartRef__":true,"id":72554}},"72554":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72555":{"offset":0.6,"color":{"__isSmartRef__":true,"id":72556}},"72556":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72557":{"offset":1,"color":{"__isSmartRef__":true,"id":72558}},"72558":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72559":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"FB3D51E6-6AC0-43A4-9CBE-E670D1AAA0CF","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"72560":{"sourceObj":{"__isSmartRef__":true,"id":72517},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":71146},"targetMethodName":"runScript","visualConnector":{"__isSmartRef__":true,"id":72561},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"72561":{"submorphs":[{"__isSmartRef__":true,"id":72562}],"scripts":[],"shape":{"__isSmartRef__":true,"id":72577},"derivationIds":[null],"id":"C89B50A0-17E7-4D22-AE1D-5112520DAEE7","renderContextTable":{"__isSmartRef__":true,"id":72584},"eventHandler":{"__isSmartRef__":true,"id":72585},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":72586},{"__isSmartRef__":true,"id":72587}],"con":{"__isSmartRef__":true,"id":72560},"showsMorphMenu":true,"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":72588},"__LivelyClassName__":"lively.morphic.Path"},"72562":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":72563},"derivationIds":[null],"id":"2A71BE9E-6820-46AF-ACED-3C9BDCC918AF","renderContextTable":{"__isSmartRef__":true,"id":72574},"eventHandler":{"__isSmartRef__":true,"id":72575},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":72576},"owner":{"__isSmartRef__":true,"id":72561},"_Rotation":-3.130064002485303,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"72563":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":72564},{"__isSmartRef__":true,"id":72565},{"__isSmartRef__":true,"id":72566},{"__isSmartRef__":true,"id":72567}],"renderContextTable":{"__isSmartRef__":true,"id":72568},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":72569},"_Extent":{"__isSmartRef__":true,"id":72570},"_Padding":{"__isSmartRef__":true,"id":72571},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":72572},"_Fill":{"__isSmartRef__":true,"id":72573},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"72564":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"72565":{"isAbsolute":true,"x":-12,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"72566":{"isAbsolute":true,"x":4,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"72567":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"72568":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"72569":{"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72570":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72571":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72572":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72573":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72574":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"72575":{"morph":{"__isSmartRef__":true,"id":72562},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"72576":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72577":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":72578},{"__isSmartRef__":true,"id":72579}],"renderContextTable":{"__isSmartRef__":true,"id":72580},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":72581},"_Extent":{"__isSmartRef__":true,"id":72582},"_Padding":{"__isSmartRef__":true,"id":72583},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":72572},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"72578":{"isAbsolute":true,"x":829.7085000406639,"y":9.565843617262885,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"72579":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"72580":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"72581":{"x":-1,"y":-1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72582":{"x":831,"y":11,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72583":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72584":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"72585":{"morph":{"__isSmartRef__":true,"id":72561},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"72586":{"morph":{"__isSmartRef__":true,"id":72561},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"72587":{"morph":{"__isSmartRef__":true,"id":72561},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":72562},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"72588":{"morphMenuItems":{"__isSmartRef__":true,"id":72589}},"72589":{"varMapping":{"__isSmartRef__":true,"id":72590},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":72595},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72590":{"this":{"__isSmartRef__":true,"id":72561},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":72591}},"72591":{"$super":{"__isSmartRef__":true,"id":72592}},"72592":{"varMapping":{"__isSmartRef__":true,"id":72593},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":72594},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72593":{"obj":{"__isSmartRef__":true,"id":72561},"name":"morphMenuItems"},"72594":{},"72595":{},"72596":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72597":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"72598":{"morph":{"__isSmartRef__":true,"id":72517},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"72599":{"x":71.99397894387357,"y":-13.030105280631261,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72600":{"x":904.7426780861912,"y":9.508591852040126,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72601":{"centeredHorizontal":false,"moveHorizontal":true},"72602":{"submorphs":[{"__isSmartRef__":true,"id":72603}],"scripts":[],"id":"08D05104-C51D-462C-AF71-038F348041D2","shape":{"__isSmartRef__":true,"id":72619},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":72623},"lighterFill":{"__isSmartRef__":true,"id":72635},"label":{"__isSmartRef__":true,"id":72603},"name":"saveButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":72644},"attributeConnections":[{"__isSmartRef__":true,"id":72645}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":72681},"renderContextTable":{"__isSmartRef__":true,"id":72682},"eventHandler":{"__isSmartRef__":true,"id":72683},"distanceToDragEvent":{"__isSmartRef__":true,"id":72684},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","D686F0CB-027B-4CA9-8B8D-9306389B219D","F51327CB-803E-4234-BFB3-6F5252D1C936","A79280E8-6AE3-4016-AF47-CE78F71924C6","B05829EB-D452-4D81-983B-E2CE425C8260","32B117E5-52D8-4843-B80E-090B9817E099","49AC923E-5272-4E3C-8F02-4F2AED2BC4E9","85AAEA9C-5E12-4DEC-8994-9A5FE655A740","2A7FF9BF-85D3-4962-8EB4-0F7016C672EB","3BB17748-B91B-43F5-84BE-2537402A6382","E1848E9A-6086-4596-9796-93FD076B9089","F87D446B-B081-4982-8153-3F2C6CD0A925","EA8A901D-5974-4BAF-8E84-78A319764BEA","68829C23-D93D-4770-ACBC-475FD541703B"],"layout":{"__isSmartRef__":true,"id":72685},"_Position":{"__isSmartRef__":true,"id":72686},"owner":{"__isSmartRef__":true,"id":71146},"_ClipMode":"visible","_Rotation":0,"_Scale":0.9880657804942089,"__LivelyClassName__":"lively.morphic.Button"},"72603":{"submorphs":[],"scripts":[],"id":"9605C2A9-5905-4099-A03D-2BC0579BF8A2","shape":{"__isSmartRef__":true,"id":72604},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":72610},"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":72611},"_Padding":{"__isSmartRef__":true,"id":72612},"owner":{"__isSmartRef__":true,"id":72602},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":72613},"textChunks":[{"__isSmartRef__":true,"id":72614}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":72616},"eventHandler":{"__isSmartRef__":true,"id":72617},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","9AECBFB8-25A5-483F-86AD-D7CF9ABC9A25","918C6CC4-3540-4341-BAFD-B195F7807FEE","5AABB138-5EE8-40A5-AB3C-5A9625D0A353","4529D79B-4CC5-467E-91F8-661C3A5F49F8","1E5E570C-FD42-45E3-A7F6-768BB14ACD14","A13FB4E0-72F2-4E7C-A861-EDCBA1393860","B8E4C964-4FFF-4A9F-B0A9-612546B1DC8C","002A2173-D26D-4EED-8906-A489C1E158C0","63362D04-B829-41E6-9E68-5B8DB03D382F","96A392BE-37E6-44CC-A1B6-F56FBF28E714","7ECA80D8-6FF0-4E54-A0B6-E9104A9A89CB","CE592117-9AEF-4431-94F5-3C9991FBC798","E509E4EB-8946-4D11-813A-EF4A0EC3F820"],"_MinTextWidth":97,"_MinTextHeight":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":72618},"__LivelyClassName__":"lively.morphic.Text"},"72604":{"position":{"__isSmartRef__":true,"id":72605},"_Extent":{"__isSmartRef__":true,"id":72606},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":72607},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":72608},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":72609},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"72605":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72606":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72607":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72608":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"72609":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72610":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72611":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72612":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72613":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72614":{"style":{"__isSmartRef__":true,"id":72615},"chunkOwner":{"__isSmartRef__":true,"id":72603},"storedString":"save","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"72615":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"72616":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"72617":{"morph":{"__isSmartRef__":true,"id":72603},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"72618":{"requiredModules":[],"idOnLoad":"9605C2A9-5905-4099-A03D-2BC0579BF8A2","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"72619":{"position":{"__isSmartRef__":true,"id":72620},"_Extent":{"__isSmartRef__":true,"id":72621},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":72622},"_Fill":{"__isSmartRef__":true,"id":72623},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":72633},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":72634},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"72620":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72621":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72622":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72623":{"stops":[{"__isSmartRef__":true,"id":72624},{"__isSmartRef__":true,"id":72626},{"__isSmartRef__":true,"id":72628},{"__isSmartRef__":true,"id":72630}],"vector":{"__isSmartRef__":true,"id":72632},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"72624":{"offset":0,"color":{"__isSmartRef__":true,"id":72625}},"72625":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72626":{"offset":0.4,"color":{"__isSmartRef__":true,"id":72627}},"72627":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72628":{"offset":0.6,"color":{"__isSmartRef__":true,"id":72629}},"72629":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72630":{"offset":1,"color":{"__isSmartRef__":true,"id":72631}},"72631":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72632":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72633":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"72634":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72635":{"stops":[{"__isSmartRef__":true,"id":72636},{"__isSmartRef__":true,"id":72638},{"__isSmartRef__":true,"id":72640},{"__isSmartRef__":true,"id":72642}],"vector":{"__isSmartRef__":true,"id":72632},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"72636":{"offset":0,"color":{"__isSmartRef__":true,"id":72637}},"72637":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72638":{"offset":0.4,"color":{"__isSmartRef__":true,"id":72639}},"72639":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72640":{"offset":0.6,"color":{"__isSmartRef__":true,"id":72641}},"72641":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72642":{"offset":1,"color":{"__isSmartRef__":true,"id":72643}},"72643":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72644":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"08D05104-C51D-462C-AF71-038F348041D2","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"72645":{"sourceObj":{"__isSmartRef__":true,"id":72602},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":71642},"targetMethodName":"doSave","visualConnector":{"__isSmartRef__":true,"id":72646},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"72646":{"submorphs":[{"__isSmartRef__":true,"id":72647}],"scripts":[],"shape":{"__isSmartRef__":true,"id":72662},"derivationIds":[null],"id":"F46012D5-C8BE-4E52-BF98-D052FDAAE17A","renderContextTable":{"__isSmartRef__":true,"id":72669},"eventHandler":{"__isSmartRef__":true,"id":72670},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":72671},{"__isSmartRef__":true,"id":72672}],"con":{"__isSmartRef__":true,"id":72645},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":72673},"__LivelyClassName__":"lively.morphic.Path"},"72647":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":72648},"derivationIds":[null],"id":"A2A83C78-09B8-473C-829B-198206D7A9E4","renderContextTable":{"__isSmartRef__":true,"id":72659},"eventHandler":{"__isSmartRef__":true,"id":72660},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":72661},"owner":{"__isSmartRef__":true,"id":72646},"_Rotation":3.077607197692381,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"72648":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":72649},{"__isSmartRef__":true,"id":72650},{"__isSmartRef__":true,"id":72651},{"__isSmartRef__":true,"id":72652}],"renderContextTable":{"__isSmartRef__":true,"id":72653},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":72654},"_Extent":{"__isSmartRef__":true,"id":72655},"_Padding":{"__isSmartRef__":true,"id":72656},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":72657},"_Fill":{"__isSmartRef__":true,"id":72658},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"72649":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"72650":{"isAbsolute":true,"x":-12,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"72651":{"isAbsolute":true,"x":4,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"72652":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"72653":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"72654":{"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72655":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72656":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72657":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72658":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72659":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"72660":{"morph":{"__isSmartRef__":true,"id":72647},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"72661":{"x":201.20421122525056,"y":40.24084224505009,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72662":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":72663},{"__isSmartRef__":true,"id":72664}],"renderContextTable":{"__isSmartRef__":true,"id":72665},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":72666},"_Extent":{"__isSmartRef__":true,"id":72667},"_Padding":{"__isSmartRef__":true,"id":72668},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":72657},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"72663":{"isAbsolute":true,"x":679.4857209639925,"y":9.595948897894004,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"72664":{"isAbsolute":true,"x":201.20421122525056,"y":40.24084224505009,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"72665":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"72666":{"x":200,"y":9,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72667":{"x":480,"y":32,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72668":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72669":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"72670":{"morph":{"__isSmartRef__":true,"id":72646},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"72671":{"morph":{"__isSmartRef__":true,"id":72646},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"72672":{"morph":{"__isSmartRef__":true,"id":72646},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":72647},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"72673":{"morphMenuItems":{"__isSmartRef__":true,"id":72674}},"72674":{"varMapping":{"__isSmartRef__":true,"id":72675},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":72680},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72675":{"this":{"__isSmartRef__":true,"id":72646},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":72676}},"72676":{"$super":{"__isSmartRef__":true,"id":72677}},"72677":{"varMapping":{"__isSmartRef__":true,"id":72678},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":72679},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72678":{"obj":{"__isSmartRef__":true,"id":72646},"name":"morphMenuItems"},"72679":{},"72680":{},"72681":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72682":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"72683":{"morph":{"__isSmartRef__":true,"id":72602},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"72684":{"x":68.77671624028653,"y":-14.497241813457947,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72685":{"centeredHorizontal":false,"moveHorizontal":true},"72686":{"x":791.418985344497,"y":9.53851695196505,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72687":{"submorphs":[{"__isSmartRef__":true,"id":72688}],"scripts":[],"id":"ED340C0A-B600-4735-9C05-0384DB4CFFB8","shape":{"__isSmartRef__":true,"id":72704},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":72720},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":72708},"lighterFill":{"__isSmartRef__":true,"id":72721},"label":{"__isSmartRef__":true,"id":72688},"name":"openTestsButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":72730},"attributeConnections":[{"__isSmartRef__":true,"id":72731}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":72732},"renderContextTable":{"__isSmartRef__":true,"id":72733},"eventHandler":{"__isSmartRef__":true,"id":72734},"distanceToDragEvent":{"__isSmartRef__":true,"id":72735},"derivationIds":[7251,"84054D2E-8176-440D-B413-279956A34FC2","79434046-F834-490E-B705-0CE871D9E8B3","FF38CA79-C0DF-4F2F-8FC3-407571EF6A54","B1D50332-9F4F-4F7C-AC3F-95DC6C73EAA4","5B8D7C39-987A-4849-BFFD-3F316CE03852","F7C30F5C-7270-44B1-ADFF-7473F2012DB0","5142302E-3E9A-476B-AB24-B2448DA6D3E4","FEA3C508-593D-4BC7-B645-8B5630CF2EDE","998B5390-DE13-4D05-A800-F4AC603D1885","65BB10BA-DC60-4250-A1DC-BC7A62F7F15B","B7603252-A129-428A-BF01-3A47579E279C","E8437C71-2A25-47C0-BB28-77DA5B862FA6"],"owner":{"__isSmartRef__":true,"id":71146},"_ClipMode":"visible","_Rotation":0,"_Scale":0.9940149800149939,"__LivelyClassName__":"lively.morphic.Button"},"72688":{"submorphs":[],"scripts":[],"id":"1E7847B6-81EC-44F1-B09F-0448D15F2F98","shape":{"__isSmartRef__":true,"id":72689},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":72695},"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":72696},"_Padding":{"__isSmartRef__":true,"id":72697},"owner":{"__isSmartRef__":true,"id":72687},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":72698},"textChunks":[{"__isSmartRef__":true,"id":72699}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":72701},"eventHandler":{"__isSmartRef__":true,"id":72702},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2","CB475566-05CE-43E2-B04D-EE32BC4CB718","6BB077CE-92E6-47BE-BE88-9A48488562D1","9E359973-2FDB-417B-BB06-AB34D52BD310","58F098ED-A190-44F2-B73E-80802B2CF2F6","AEA84B35-B349-4307-92C6-8F229705DFC2","A677CADF-24FF-4177-9A3A-FE9AAE7D60FE","0F875AD9-E54C-4735-9BA9-7B89574233A1","A8194A65-54EC-4815-9129-50452470B583","0590416C-3818-48B8-83EF-DB2F57F8897E","77E62CFF-2234-43B0-AC8A-E3330A43A536","1E3B5251-3955-48D6-9C82-FB11A810AE80"],"_MinTextWidth":97,"_MinTextHeight":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":72703},"__LivelyClassName__":"lively.morphic.Text"},"72689":{"position":{"__isSmartRef__":true,"id":72690},"_Extent":{"__isSmartRef__":true,"id":72691},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":72692},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":72693},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":72694},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"72690":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72691":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72692":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72693":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"72694":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72695":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72696":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72697":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72698":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72699":{"style":{"__isSmartRef__":true,"id":72700},"chunkOwner":{"__isSmartRef__":true,"id":72688},"storedString":"Tests","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"72700":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"72701":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"72702":{"morph":{"__isSmartRef__":true,"id":72688},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"72703":{"requiredModules":[],"idOnLoad":"1E7847B6-81EC-44F1-B09F-0448D15F2F98","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"72704":{"position":{"__isSmartRef__":true,"id":72705},"_Extent":{"__isSmartRef__":true,"id":72706},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":72707},"_Fill":{"__isSmartRef__":true,"id":72708},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":72718},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":72719},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"72705":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72706":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72707":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72708":{"stops":[{"__isSmartRef__":true,"id":72709},{"__isSmartRef__":true,"id":72711},{"__isSmartRef__":true,"id":72713},{"__isSmartRef__":true,"id":72715}],"vector":{"__isSmartRef__":true,"id":72717},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"72709":{"offset":0,"color":{"__isSmartRef__":true,"id":72710}},"72710":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72711":{"offset":0.4,"color":{"__isSmartRef__":true,"id":72712}},"72712":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72713":{"offset":0.6,"color":{"__isSmartRef__":true,"id":72714}},"72714":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72715":{"offset":1,"color":{"__isSmartRef__":true,"id":72716}},"72716":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72717":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72718":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"72719":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72720":{"x":569.4738443086164,"y":9,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72721":{"stops":[{"__isSmartRef__":true,"id":72722},{"__isSmartRef__":true,"id":72724},{"__isSmartRef__":true,"id":72726},{"__isSmartRef__":true,"id":72728}],"vector":{"__isSmartRef__":true,"id":72717},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"72722":{"offset":0,"color":{"__isSmartRef__":true,"id":72723}},"72723":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72724":{"offset":0.4,"color":{"__isSmartRef__":true,"id":72725}},"72725":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72726":{"offset":0.6,"color":{"__isSmartRef__":true,"id":72727}},"72727":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72728":{"offset":1,"color":{"__isSmartRef__":true,"id":72729}},"72729":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72730":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"ED340C0A-B600-4735-9C05-0384DB4CFFB8","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"72731":{"sourceObj":{"__isSmartRef__":true,"id":72687},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":71146},"targetMethodName":"openPartTestRunner","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"72732":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72733":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"72734":{"morph":{"__isSmartRef__":true,"id":72687},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"72735":{"x":72.12712954861536,"y":-12.46465727058387,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72736":{"submorphs":[{"__isSmartRef__":true,"id":72737},{"__isSmartRef__":true,"id":72756}],"scripts":[],"id":"2D0EAE87-DDB0-409D-9390-5129CB22CFA0","shape":{"__isSmartRef__":true,"id":72768},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":72784},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":72772},"lighterFill":{"__isSmartRef__":true,"id":72785},"label":{"__isSmartRef__":true,"id":72737},"name":"ScriptableButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":72794},"attributeConnections":[{"__isSmartRef__":true,"id":72797}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":72798},"renderContextTable":{"__isSmartRef__":true,"id":72799},"eventHandler":{"__isSmartRef__":true,"id":72800},"derivationIds":[2588,"22797D34-67DE-4A06-81F0-4DF0A87ADBBC","81CB4C12-BCF0-4097-8B6D-D9419046367A","0767A57D-9BB2-48C6-9654-753D2B9D00A6","A4A83F8F-69ED-4308-9FB6-D06F13273328","89715886-1537-4093-ADC5-45A903B114A5","EB203767-7D8A-4844-AA7F-B66BAA2A6DE9","D3F3EA30-BE52-40B4-89F0-9ED9E25C33C9"],"_ClipMode":"visible","owner":{"__isSmartRef__":true,"id":71146},"distanceToDragEvent":{"__isSmartRef__":true,"id":72801},"_Rotation":0,"_Scale":0.9920279440699439,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":72802},"__LivelyClassName__":"lively.morphic.Button"},"72737":{"submorphs":[],"scripts":[],"id":"AB6336C9-AA48-4CD6-973E-A72495CDB9B6","shape":{"__isSmartRef__":true,"id":72738},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":72744},"_MaxTextWidth":24,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":72745},"_Padding":{"__isSmartRef__":true,"id":72746},"owner":{"__isSmartRef__":true,"id":72736},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":72747},"textChunks":[{"__isSmartRef__":true,"id":72748},{"__isSmartRef__":true,"id":72750}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":72752},"eventHandler":{"__isSmartRef__":true,"id":72753},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[2589,"024C5ADE-C4CF-4E8E-BEC5-F93AD4839702","A2CC4D56-B9D8-4A48-B6FF-DDDD85ACDC2E","5AC5C4DE-00B0-43DB-B7F1-765674CE818B","0352BB0D-AC31-4F0C-A467-058B39939556","2839F254-4CA0-4179-A2D7-DC4A0D60F0F4","14FD943F-9707-46F1-AA3D-88E09B19FABA","1E64BCD7-FF88-4B35-8397-D4EDE1E8D19E"],"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":24,"_MinTextHeight":null,"_FontSize":10,"_TextColor":{"__isSmartRef__":true,"id":72754},"partsBinMetaInfo":{"__isSmartRef__":true,"id":72755},"__LivelyClassName__":"lively.morphic.Text"},"72738":{"position":{"__isSmartRef__":true,"id":72739},"_Extent":{"__isSmartRef__":true,"id":72740},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":72741},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":72742},"_Padding":{"__isSmartRef__":true,"id":72743},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"72739":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72740":{"x":24,"y":24,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72741":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72742":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"72743":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72744":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72745":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72746":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72747":{"x":24,"y":24,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72748":{"style":{"__isSmartRef__":true,"id":72749},"chunkOwner":{"__isSmartRef__":true,"id":72737},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"72749":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"72750":{"style":{"__isSmartRef__":true,"id":72751},"chunkOwner":{"__isSmartRef__":true,"id":72737},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"72751":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"72752":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"72753":{"morph":{"__isSmartRef__":true,"id":72737},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"72754":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72755":{"requiredModules":[],"idOnLoad":"AB6336C9-AA48-4CD6-973E-A72495CDB9B6","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"72756":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":72757},"derivationIds":[null,"29E543E0-AE93-493A-A694-FC1C330D0544","F0366E4C-E97F-4C77-BEE4-340A0668ADD5","454D6446-C309-4BC0-BFBB-3E8F62427767","A76575CF-7113-4994-BBB2-5DAEAE4486E9","EC8CB82C-3C5E-4A00-8133-780F9A670040","467F3640-91BC-407F-9053-FB0EE2F56FF4"],"id":"EC2B25D8-EC3E-439A-960A-B16EB771E243","renderContextTable":{"__isSmartRef__":true,"id":72762},"eventHandler":{"__isSmartRef__":true,"id":72763},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":72764},"owner":{"__isSmartRef__":true,"id":72736},"name":"leftpointing_magnifying_glass.png","priorExtent":{"__isSmartRef__":true,"id":72765},"isBeingDragged":false,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":72766},"eventsAreDisabled":true,"_HandStyle":"default","_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.Widgets","_Rotation":0,"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":72767},"__LivelyClassName__":"lively.morphic.Image"},"72757":{"_Position":{"__isSmartRef__":true,"id":72758},"renderContextTable":{"__isSmartRef__":true,"id":72759},"_Extent":{"__isSmartRef__":true,"id":72760},"_ImageURL":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAABAAAAAQBPJcTWAAAALnRFWHRUaXRsZQBMRUZULVBPSU5USU5HIE1BR05JRllJTkcgR0xBU1MgKFUrMUY1MEQpw88haQAAABV0RVh0QXV0aG9yAEFuZHJldyBNYXJjdXNl5zc3gwAAAC90RVh0U29mdHdhcmUAaW5mby5maWxlZm9ybWF0LmRhdGEuVW5pY29kZVBuZ1NlcnZsZXRoAX8wAAAAQ3RFWHREZXNjcmlwdGlvbgBodHRwOi8vd3d3LmZpbGVmb3JtYXQuaW5mby9pbmZvL3VuaWNvZGUvMWY1MGQvaW5kZXguaHRtk2hNQgAAADt0RVh0Q29weXJpZ2h0AGh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LW5jLXNhLzIuMC9siJKDAAAIDklEQVR42u1daWxVRRQeCi0tIqCAQCTIUtEIGlk0ilqEkEbiQhSKGAyCooIIggsiQuMWZNGwVMUFNIhKZBMobZClgK1FwAU3wIpSREDcUFZFEM/JOzf3vPHet9ze1/eYe77k+zNzl5nz3ZlzZntPKYFAcHojDXimmKH6cQbwZuBM4HLgx8A9wBPAU8BjwJ3ADcDFwMnArsCaYjr/0BB4DwlwjAwfL38DzgX2AdYWk3pDJnAM8E/NuN8BpwEHAq8DXgpsCswANgN2APak/BeBu7T7sQX1A9YQE8fuDwYAf2BG/JrEaefxmSjaeOAO9syNwBwxd2Q0o/7fMhr6h8Fx+oBIX346cATwF/aON6Qbc0ZH4G4y0lHgOGAdD8/Be/KAs4AFwKsdrqkHnAA8Tu8rAzYWCWz0Bh5hraKTT11fL+AH1FXlA8/SrsEu61fmW9qLFEqNAv5LRsEw9twEvKMzcAvwJ3LoHG2AW+n9B4HdgixGHhNjiccuKlbUp9aC7yoGnqflraa8A8C2QRTjMvIVaITyKI61BjnkqiILWEjvPAwcxvLqAj+nvAqH7s1oNAfupcpjeNskhnvQOQ/xYfxQCziHRVl3sjxsNfspvYSuNR4Ywn5ClT5CA7lYkUPRU0YVy4CivkVlOE7TKxa6AP+ivKlBEORe9nUO8XD/QhWay6oqmlK3dYoirTYs70FK/wd4ocli1KVIByu7XXmb9BsOPEmj76riSfZxbAM2oPQMmqLB9GUmC/I0M8AtHp9xCd3/rM8fCHISy+vH0ruaOi3Coyqv6ETPKPSpXEOZ4X9XoSl+y89sovTNJgoyklW8rw8+aKFP5apFo3SrbMNcWsnFpgmylkU19R3yY4mc0mk0j88Z62PZ5jHDV7DQugE5dkx/3CQxzlb2qt6aCF1HtJH6BHoGju4v97F8+Sp8zeRGlldCaZtMEmQAq+zICL5hpUvrwfXy19gzZvhcvj6aILNZ3ij2ETQzRZA3WWU7RrgOfQsu05YCnyLxcFS9h91fTlMgfqKdJsg6lteBpQ8wRZASVqmmUa7txvwEJ/qe8SoxGxYymK+wpnMsNGHpxviRbVShkzEatAb5iEHUSrqzQVuiUMkMf5IFGWnM/71giiAHqEL7U7iMf2gtkk/B7/M51E4qMlklvzwNymgxl+VvobQPTRCkMavkDpaelkJlbOkgyDUsv0LZu19Oe/A++BBLvyIB0ZJX9HIQhHdZBymt1BQfso9V1Jorag28PUXKN8tBkHqUV4elLTJFkM9YpVqzllOcAmXDiG6vJsZhlt+Kpc80RZBiF2eJK4fZSS5bd4fWUcTyc1n6Y6YIMpVVii+LTgFOTHLZNjoIMpTlT2fpXUwRpIcKn021gHuwcDN0ss525Cnn3fIt2DXfK3vPljGbHtK1gdcFmkNdkYTK4gz0Tgcxytg1fI6rUBkGvubA54Ta0lTFK9VYFhS/xKV18PEHX3MfYpogfPUND9DwuamFlP5oNZXlZRcxlmsDWutsCl/aNQYZWhfBnTlOceNsLq459E1wyyhwEeNvFb7ZusClrEbhNlbJoyp8Y3UejehxPWS08v/MBrbIlcr92BvfwZit7KMKOC3f3FRBcBC2mRlBnz0dpOzN17gvqrdP7+2p7PkoJz7Hrq2pCfeqMhzXasbI1/KHa/m4Y93reRFcU1mrIh8IXaLCJzpnsLyfKRozHrNZpbFF9NHyx2pGw2tWAZ8H3gW8UjmvvWdSlIQb3raq6Kdzp6vwBbOhWn5/FRCggy9lFcdN1521ax5Q0Y9B41o7nkn8Rv1/gSkS0T/crb0vV4Uv465UAUNjLerCkfAN2jUXKef19apwnYP4AynK4tfNU6m1ZlMtaK/stQZrLXu0Q6g6OIpTjoVfAK/Xnp1GDp1fhy0th1rwHLqmEbXYHkEQJYcGitwouG2onoPx0Ne8q+yDmtGIs8lPUFCgH/Q5R4XPQlt8nfKzKB9/ouNHLT/ddFEw7t+uGQbPko90GY+gOHgcoRc5+YeBj1DY3JPyGrq8qy6JdMhBDAyz8azhZLq2JRuP4HE3a6f8KhNH7k4Dt9UORqoE3qGqfiAUo7L7lX1kjfMd4H0UHGTTFMpLzH8VUAS3iN2znsQ1GugvprCvkvMYdSFouBYxPu98FdoKusblmZXUoiz0J1FuYgPUfCrXAof7S4MgimXIRVH8wwHq5vBLna9Cs8ULyEgVWrCg8zAJ79TtjGDXjSMx5kd4Fk7XB+a3uq5Sob1QfoW86JzxR2zcjjyj3/mKTafUpCAi2nPLVcB+QA379YdoGuWEBxEwars1hujIOpZQQS1jWhzvKXeIDAOBRhT+YgQ2kcYK71NLwgOauAKJ50jwpFW8J2jHKHvLKwYBuENmVxyibAiqKIlCOkVY1g8HZHkQ5SOXeTaBR9RW9vT7agp34xVlo4jiL7KoG0TjriCR4hVlk0r8EYrAtZQiZa+14wx1qzhF2Syi+C+K5VOWko8RUVJIlPc8irIhKCP6ZItSqeJbh8kSU/qHDCbKMuZT4hFlrpgxcaIUUcuJR5TdYsLEiFLIQuLMOESZJOZLnCjLyMhrabqkZRRR1qsArDQmW5SlZOxPVWhJ2E2UNRJlVQ/wi19CRv9WhXbJoCh8zb+IujVBNYqymIyPP55ZxsQoVvK78kkBrp28rXVThSJGcoE7YZ5RoTMlc8SBpw7kj2IEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgSAZ+A+0ucC4BysctgAAAABJRU5ErkJggg==","_Padding":{"__isSmartRef__":true,"id":72761},"_NodeClass":["image"],"_NodeId":"29E543E0-AE93-493A-A694-FC1C330D0544","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLoaded":true,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Image"},"72758":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72759":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","setImageURL":"setImageURLHTML","getNativeExtent":"getNativeExtentHTML"},"72760":{"x":29,"y":29,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72761":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72762":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"72763":{"morph":{"__isSmartRef__":true,"id":72756},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"72764":{"x":-3.024108360992159,"y":0.008036120330757512,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72765":{"x":28,"y":29,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72766":{"x":39.935711037353485,"y":-9.032144481323257,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72767":{"partName":"leftpointing_magnifying_glass.png","requiredModules":[],"idOnLoad":"EC2B25D8-EC3E-439A-960A-B16EB771E243","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"72768":{"position":{"__isSmartRef__":true,"id":72769},"_Extent":{"__isSmartRef__":true,"id":72770},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":72771},"_Fill":{"__isSmartRef__":true,"id":72772},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":72782},"_Padding":{"__isSmartRef__":true,"id":72783},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"72769":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72770":{"x":24,"y":24,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72771":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72772":{"stops":[{"__isSmartRef__":true,"id":72773},{"__isSmartRef__":true,"id":72775},{"__isSmartRef__":true,"id":72777},{"__isSmartRef__":true,"id":72779}],"vector":{"__isSmartRef__":true,"id":72781},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"72773":{"offset":0,"color":{"__isSmartRef__":true,"id":72774}},"72774":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72775":{"offset":0.4,"color":{"__isSmartRef__":true,"id":72776}},"72776":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72777":{"offset":0.6,"color":{"__isSmartRef__":true,"id":72778}},"72778":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72779":{"offset":1,"color":{"__isSmartRef__":true,"id":72780}},"72780":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72781":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72782":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"72783":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72784":{"x":464.5087747493862,"y":8.483242611655214,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72785":{"stops":[{"__isSmartRef__":true,"id":72786},{"__isSmartRef__":true,"id":72788},{"__isSmartRef__":true,"id":72790},{"__isSmartRef__":true,"id":72792}],"vector":{"__isSmartRef__":true,"id":72781},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"72786":{"offset":0,"color":{"__isSmartRef__":true,"id":72787}},"72787":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72788":{"offset":0.4,"color":{"__isSmartRef__":true,"id":72789}},"72789":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72790":{"offset":0.6,"color":{"__isSmartRef__":true,"id":72791}},"72791":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72792":{"offset":1,"color":{"__isSmartRef__":true,"id":72793}},"72793":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72794":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"ScriptableButton","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":72795}],"revisionOnLoad":154251,"idOnLoad":"2D0EAE87-DDB0-409D-9390-5129CB22CFA0","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"72795":{"date":{"__isSmartRef__":true,"id":72796},"author":"robertkrahn","message":"no comment","id":"0366C0A2-0C8E-4AEB-AAC3-120434134545"},"72796":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:10:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"72797":{"sourceObj":{"__isSmartRef__":true,"id":72736},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":72736},"targetMethodName":"onFire","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"72798":{"x":24.405327095521386,"y":24.0321444813232,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72799":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"72800":{"morph":{"__isSmartRef__":true,"id":72736},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"72801":{"x":37.935711037353656,"y":-7.943747157684584,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72802":{"onFire":{"__isSmartRef__":true,"id":72803},"removeHighlighting":{"__isSmartRef__":true,"id":72807}},"72803":{"varMapping":{"__isSmartRef__":true,"id":72804},"source":"function onFire() {\n // $world.firstHand().highlightRectangle = null\n\n var hand = $world.firstHand(),\n rect = hand.highlightRectangle,\n that = this\n\n if (!rect) {\n rect = $world.loadPartItem(\"HighlightRectangle\", \"PartsBin/Tools\")\n connect(rect, \"onMouseMove\", rect, \"updateOnMove\")\n connect(rect, \"onMouseUp\", this, \"removeHighlighting\")\n connect(rect, \"onMouseUp\", this.owner, \"setTarget\",\n {converter: function () {\n return this.sourceObj.coveredMorph()\n }\n })\n hand.highlightRectangle = rect\n }\n\n if (hand.highlightConnection) {\n this.removeHighlighting()\n } else {\n $world.addMorph(rect)\n hand.highlightConnection = connect(hand, \"scrollFocusMorph\", rect, \"update\")\n // on click we need to remove, remove on update\n // connect\n }\n}","funcProperties":{"__isSmartRef__":true,"id":72805},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72804":{"this":{"__isSmartRef__":true,"id":72736}},"72805":{"timestamp":{"__isSmartRef__":true,"id":72806},"user":"timfelgentreff","tags":[]},"72806":{"isSerializedDate":true,"string":"Thu May 24 2012 17:16:33 GMT+0200 (Mitteleuropäische Sommerzeit)"},"72807":{"varMapping":{"__isSmartRef__":true,"id":72808},"source":"function removeHighlighting() {\n var hand = $world.firstHand(),\n rect = hand.highlightRectangle\n rect.remove()\n hand.attributeConnections.removeAt(\n hand.attributeConnections.indexOf(hand.highlightConnection))\n hand.highlightConnection = null\n}","funcProperties":{"__isSmartRef__":true,"id":72809},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72808":{"this":{"__isSmartRef__":true,"id":72736}},"72809":{"timestamp":{"__isSmartRef__":true,"id":72810},"user":"timfelgentreff","tags":[]},"72810":{"isSerializedDate":true,"string":"Thu May 24 2012 16:46:39 GMT+0200 (Mitteleuropäische Sommerzeit)"},"72811":{"submorphs":[{"__isSmartRef__":true,"id":72812}],"scripts":[],"id":"2084E147-ABCE-4A4E-974F-848E7A092682","shape":{"__isSmartRef__":true,"id":72829},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":72845},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":72833},"lighterFill":{"__isSmartRef__":true,"id":72846},"label":{"__isSmartRef__":true,"id":72812},"name":"openTestsButton1","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":72855},"attributeConnections":[{"__isSmartRef__":true,"id":72856}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":72858},"renderContextTable":{"__isSmartRef__":true,"id":72859},"eventHandler":{"__isSmartRef__":true,"id":72860},"distanceToDragEvent":{"__isSmartRef__":true,"id":72861},"derivationIds":[7251,"84054D2E-8176-440D-B413-279956A34FC2","79434046-F834-490E-B705-0CE871D9E8B3","FF38CA79-C0DF-4F2F-8FC3-407571EF6A54","B1D50332-9F4F-4F7C-AC3F-95DC6C73EAA4","5B8D7C39-987A-4849-BFFD-3F316CE03852","F7C30F5C-7270-44B1-ADFF-7473F2012DB0","5142302E-3E9A-476B-AB24-B2448DA6D3E4","FEA3C508-593D-4BC7-B645-8B5630CF2EDE","998B5390-DE13-4D05-A800-F4AC603D1885","65BB10BA-DC60-4250-A1DC-BC7A62F7F15B","B7603252-A129-428A-BF01-3A47579E279C","4DCE0C82-7BF6-4C64-8104-83FFD3D2AE15","F83222FD-4AF5-407A-A34F-85AD9789CED9"],"_ClipMode":"visible","owner":{"__isSmartRef__":true,"id":71146},"_Rotation":0,"_Scale":0.9860906369990009,"__LivelyClassName__":"lively.morphic.Button"},"72812":{"submorphs":[],"scripts":[],"id":"4932057C-F1F9-4AE0-9507-DE4FED35F82C","shape":{"__isSmartRef__":true,"id":72813},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":72819},"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":72820},"_Padding":{"__isSmartRef__":true,"id":72821},"owner":{"__isSmartRef__":true,"id":72811},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":72822},"textChunks":[{"__isSmartRef__":true,"id":72823}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":72825},"eventHandler":{"__isSmartRef__":true,"id":72826},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2","CB475566-05CE-43E2-B04D-EE32BC4CB718","6BB077CE-92E6-47BE-BE88-9A48488562D1","9E359973-2FDB-417B-BB06-AB34D52BD310","58F098ED-A190-44F2-B73E-80802B2CF2F6","AEA84B35-B349-4307-92C6-8F229705DFC2","A677CADF-24FF-4177-9A3A-FE9AAE7D60FE","0F875AD9-E54C-4735-9BA9-7B89574233A1","A8194A65-54EC-4815-9129-50452470B583","0590416C-3818-48B8-83EF-DB2F57F8897E","77E62CFF-2234-43B0-AC8A-E3330A43A536","041C4AD6-3C67-454C-8D5E-4FD17BDD241D","959BA66D-C9A2-428A-9887-6D93CB520B83"],"_MinTextWidth":101,"_MinTextHeight":null,"_FontSize":10,"_TextColor":{"__isSmartRef__":true,"id":72827},"partsBinMetaInfo":{"__isSmartRef__":true,"id":72828},"__LivelyClassName__":"lively.morphic.Text"},"72813":{"position":{"__isSmartRef__":true,"id":72814},"_Extent":{"__isSmartRef__":true,"id":72815},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":72816},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":72817},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":72818},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"72814":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72815":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72816":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72817":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"72818":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72819":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72820":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72821":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72822":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72823":{"style":{"__isSmartRef__":true,"id":72824},"chunkOwner":{"__isSmartRef__":true,"id":72812},"storedString":"Classes","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"72824":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"72825":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"72826":{"morph":{"__isSmartRef__":true,"id":72812},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"72827":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72828":{"requiredModules":[],"idOnLoad":"4932057C-F1F9-4AE0-9507-DE4FED35F82C","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"72829":{"position":{"__isSmartRef__":true,"id":72830},"_Extent":{"__isSmartRef__":true,"id":72831},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":72832},"_Fill":{"__isSmartRef__":true,"id":72833},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":72843},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":72844},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"72830":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72831":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72832":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72833":{"stops":[{"__isSmartRef__":true,"id":72834},{"__isSmartRef__":true,"id":72836},{"__isSmartRef__":true,"id":72838},{"__isSmartRef__":true,"id":72840}],"vector":{"__isSmartRef__":true,"id":72842},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"72834":{"offset":0,"color":{"__isSmartRef__":true,"id":72835}},"72835":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72836":{"offset":0.4,"color":{"__isSmartRef__":true,"id":72837}},"72837":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72838":{"offset":0.6,"color":{"__isSmartRef__":true,"id":72839}},"72839":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72840":{"offset":1,"color":{"__isSmartRef__":true,"id":72841}},"72841":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72842":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72843":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"72844":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72845":{"x":679.6846107715411,"y":9.000000000001592,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72846":{"stops":[{"__isSmartRef__":true,"id":72847},{"__isSmartRef__":true,"id":72849},{"__isSmartRef__":true,"id":72851},{"__isSmartRef__":true,"id":72853}],"vector":{"__isSmartRef__":true,"id":72842},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"72847":{"offset":0,"color":{"__isSmartRef__":true,"id":72848}},"72848":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72849":{"offset":0.4,"color":{"__isSmartRef__":true,"id":72850}},"72850":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72851":{"offset":0.6,"color":{"__isSmartRef__":true,"id":72852}},"72852":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72853":{"offset":1,"color":{"__isSmartRef__":true,"id":72854}},"72854":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72855":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"2084E147-ABCE-4A4E-974F-848E7A092682","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"72856":{"sourceObj":{"__isSmartRef__":true,"id":72811},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":71146},"targetMethodName":"openPartClassesEditor","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":72857},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"72857":{"source":{"__isSmartRef__":true,"id":72811},"target":{"__isSmartRef__":true,"id":71146}},"72858":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72859":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"72860":{"morph":{"__isSmartRef__":true,"id":72811},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"72861":{"x":68.53069610464559,"y":-11.464657270585036,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72862":{"target":{"__isSmartRef__":true,"id":71146},"selector":"update","args":[],"stopped":false,"tickTime":500,"currentTimeout":83657,"suspended":false,"__SourceModuleName__":"Global.lively.morphic.Core","__LivelyClassName__":"lively.morphic.TargetScript"},"72863":{"position":{"__isSmartRef__":true,"id":72864},"_Extent":{"__isSmartRef__":true,"id":72865},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":72866},"_Fill":{"__isSmartRef__":true,"id":72867},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":72868},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":72869},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"72864":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72865":{"x":1025.0285365288846,"y":564.612532614436,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72866":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"72867":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"72868":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"72869":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"72870":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","comment":"Edit scripts and connections of a specific morph.","migrationLevel":4,"partName":"ObjectEditorPane","changes":[{"__isSmartRef__":true,"id":72871}],"idOnLoad":"BFAFD014-4DAA-4A62-8BFA-ECCF0F5A88DD","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"72871":{"date":{"__isSmartRef__":true,"id":72872},"author":"lauritz","message":"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items."},"72872":{"isSerializedDate":true,"string":"Fri Oct 21 2011 00:39:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"72873":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"72874":{"morph":{"__isSmartRef__":true,"id":71146},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"72875":{"x":1025.0285365288846,"y":564.612532614436,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72876":{"resizeWidth":true,"resizeHeight":true,"adjustForNewBounds":true},"72877":{"x":350.2386236582805,"y":-3.2455173507596555,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72878":{"x":0.971126750461849,"y":21.45669012569269,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"72879":{},"72880":{"displayInitialScript":{"__isSmartRef__":true,"id":72881},"displayJavaScriptSource":{"__isSmartRef__":true,"id":72885},"displaySourceForConnection":{"__isSmartRef__":true,"id":72889},"displaySourceForScript":{"__isSmartRef__":true,"id":72893},"generateSourceForConnection":{"__isSmartRef__":true,"id":72897},"generateSourceForScript":{"__isSmartRef__":true,"id":72901},"generateTargetCode":{"__isSmartRef__":true,"id":72905},"newConnection":{"__isSmartRef__":true,"id":72909},"newScript":{"__isSmartRef__":true,"id":72913},"reset":{"__isSmartRef__":true,"id":72917},"selectChangedContent":{"__isSmartRef__":true,"id":72921},"setTarget":{"__isSmartRef__":true,"id":72925},"sortedConnectionNamesOfObj":{"__isSmartRef__":true,"id":72929},"sortedScriptNamesOfObj":{"__isSmartRef__":true,"id":72933},"updateLists":{"__isSmartRef__":true,"id":72937},"onShutdown":{"__isSmartRef__":true,"id":72941},"confirmUnsavedChanges":{"__isSmartRef__":true,"id":72945},"update":{"__isSmartRef__":true,"id":72949},"ensureAnnotationLayer":{"__isSmartRef__":true,"id":72953},"migrateOldScriptAnnotations":{"__isSmartRef__":true,"id":72957},"copyToPartsBinWithUserRequest":{"__isSmartRef__":true,"id":72961},"printTags":{"__isSmartRef__":true,"id":72969},"setTag":{"__isSmartRef__":true,"id":72973},"runScript":{"__isSmartRef__":true,"id":72977},"openPartTestRunner":{"__isSmartRef__":true,"id":72981},"openPartClassesEditor":{"__isSmartRef__":true,"id":72985}},"72881":{"varMapping":{"__isSmartRef__":true,"id":72882},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.preselectItem();\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.preselectItem();\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":72883},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72882":{"this":{"__isSmartRef__":true,"id":71146}},"72883":{"timestamp":{"__isSmartRef__":true,"id":72884},"user":"lauritz","tags":[]},"72884":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:13:43 GMT+0100 (Mitteleuropäische Zeit)"},"72885":{"varMapping":{"__isSmartRef__":true,"id":72886},"source":"function displayJavaScriptSource(jsCode) {\n if (this.scriptPane.hasChanged()) {\n var that = this;\n var callback = function(confirmed) {\n if (confirmed) that.scriptPane.display(jsCode)\n };\n this.confirmUnsavedChanges(callback);\n } else {\n this.scriptPane.display(jsCode);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":72887},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72886":{"this":{"__isSmartRef__":true,"id":71146}},"72887":{"timestamp":{"__isSmartRef__":true,"id":72888},"user":"lauritz","tags":[]},"72888":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"72889":{"varMapping":{"__isSmartRef__":true,"id":72890},"source":"function displaySourceForConnection(connection) {\n var code = \"\", that = this;\n if (connection === undefined) return;\n if (connection === null) {\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\"\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForConnection(connection);\n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":72891},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72890":{"this":{"__isSmartRef__":true,"id":71146}},"72891":{"timestamp":{"__isSmartRef__":true,"id":72892},"user":"conradcalmez","tags":[]},"72892":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:59:30 GMT+0100 (Mitteleuropäische Zeit)"},"72893":{"varMapping":{"__isSmartRef__":true,"id":72894},"source":"function displaySourceForScript(scriptName) {\n var code = \"\",\n that = this;\n if (scriptName === null) {\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForScript(each)).concat(\"\\n\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForScript(scriptName); \n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":72895},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72894":{"this":{"__isSmartRef__":true,"id":71146}},"72895":{"timestamp":{"__isSmartRef__":true,"id":72896},"user":"lauritz","tags":[]},"72896":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:51:37 GMT+0100 (Mitteleuropäische Zeit)"},"72897":{"varMapping":{"__isSmartRef__":true,"id":72898},"source":"function generateSourceForConnection(connection) {\n var c = connection, targetObject = this.target;\n\tif (!c.getTargetObj() || !c.getTargetObj().name || \n\t\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\n\n\tvar optConfig = []\n\tif (c.converterString)\n\t\toptConfig.push(\"converter: \\n\\t\" + c.converterString)\n\tif (c.updaterString)\n\t\toptConfig.push(\"updater: \\n\\t\" + c.updaterString)\n\treturn Strings.format('connect(%s, \"%s\", %s, \"%s\", {%s});', \n\t\t\tthis.generateTargetCode(targetObject, c.getSourceObj()),\n\t\t\tc.getSourceAttrName(),\n\t\t\tthis.generateTargetCode(targetObject, c.getTargetObj()),\n\t\t\tc.getTargetMethodName(),\n\t\t\toptConfig.join(','));\n\n}","funcProperties":{"__isSmartRef__":true,"id":72899},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72898":{"this":{"__isSmartRef__":true,"id":71146}},"72899":{"timestamp":{"__isSmartRef__":true,"id":72900},"user":"lauritz","tags":[]},"72900":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"72901":{"varMapping":{"__isSmartRef__":true,"id":72902},"source":"function generateSourceForScript(scriptName) {\n var script = this.target[scriptName],\n annotation = '',\n scriptSource = '',\n tagScript = '';\n\n if (script.timestamp && script.user) \n annotation = Strings.format('// changed at %s by %s \\n', script.timestamp, script.user);\n scriptSource = Strings.format('this.addScript(%s)', script.getOriginal());\n tagScript = Strings.format('.tag(%s);', this.printTags(script));\n\n return annotation + scriptSource + tagScript;\n}","funcProperties":{"__isSmartRef__":true,"id":72903},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72902":{"this":{"__isSmartRef__":true,"id":71146}},"72903":{"timestamp":{"__isSmartRef__":true,"id":72904},"user":"lauritz","tags":[]},"72904":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:32:42 GMT+0100 (Mitteleuropäische Zeit)"},"72905":{"varMapping":{"__isSmartRef__":true,"id":72906},"source":"function generateTargetCode(baseObject, targetObject) {\n\tvar name = targetObject.name;\n\tif (baseObject === targetObject) \n\t\treturn \"this\";\n\telse if (baseObject[name] === targetObject) \n\t\treturn \"this.\" + name;\n\telse if (baseObject.testObject === targetObject) \n\t\treturn \"this.testObject\";\n\telse if (baseObject.get(name) === targetObject) \n\t\treturn 'this.get(\"' + name + '\")';\n\telse if (targetObject instanceof Morph) \n\t\treturn '$morph(\"' + name + '\")';\n\telse \n\t\treturn \"????\";\n}","funcProperties":{"__isSmartRef__":true,"id":72907},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72906":{"this":{"__isSmartRef__":true,"id":71146}},"72907":{"timestamp":{"__isSmartRef__":true,"id":72908},"user":"lauritz","tags":[]},"72908":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"72909":{"varMapping":{"__isSmartRef__":true,"id":72910},"source":"function newConnection() {\n if (this.target) {\n var code = \"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":72911},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72910":{"this":{"__isSmartRef__":true,"id":71146}},"72911":{"timestamp":{"__isSmartRef__":true,"id":72912},"user":"lauritz","tags":[]},"72912":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"72913":{"varMapping":{"__isSmartRef__":true,"id":72914},"source":"function newScript() {\n if (this.target) {\n var code = \"this.addScript(function SCRIPTNAME() {\\n \\n}).tag([]);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":72915},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72914":{"this":{"__isSmartRef__":true,"id":71146}},"72915":{"timestamp":{"__isSmartRef__":true,"id":72916},"user":"lauritz","tags":[]},"72916":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:24:25 GMT+0100 (Mitteleuropäische Zeit)"},"72917":{"varMapping":{"__isSmartRef__":true,"id":72918},"source":"function reset() {\n this.scriptPane = this.get('ObjectEditorScriptPane')\n this.scriptList = this.get('ObjectEditorScriptList')\n this.connectionList = this.get('ObjectEditorConnectionList')\n this.morphSelector = this.get('ObjectEditorMorphSelector')\n this.target = null;\n this.scriptPane.reset();\n this.scriptList.setList();\n this.scriptList.selection = null;\n this.connectionList.setList();\n this.connectionList.selection = null;\n this.morphSelector.reset();\n this.tagChooser.reset();\n this.currentTag = null;\n this.stopStepping();\n}","funcProperties":{"__isSmartRef__":true,"id":72919},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"72918":{"this":{"__isSmartRef__":true,"id":71146}},"72919":{"timestamp":{"__isSmartRef__":true,"id":72920},"user":"conradcalmez","tags":[]},"72920":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:57:50 GMT+0100 (Mitteleuropäische Zeit)"},"72921":{"varMapping":{"__isSmartRef__":true,"id":72922},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n return this.scriptList.selectAddedScript(addScriptMatches[0]);\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i -1) {\\n var c = this.connectionList.selection[1];\\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\\n this.updateLists();\\n this.displayInitialScript();\\n } \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1001},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1000\":{\"this\":{\"__isSmartRef__\":true,\"id\":171}},\"1001\":{},\"1002\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1003},\"source\":\"function updateLists() {\\n this.scriptList.setList(this.sortedScriptNamesOfObj(this.target));\\n var scriptListItems = this.scriptList.getList();\\n scriptListItems.unshift(\\\"-- ALL --\\\");\\n this.scriptList.setList(scriptListItems);\\n\\n this.connectionList.setList(this.sortedConnectionNamesOfObj(this.target));\\n var connectionListItems = this.connectionList.getList();\\n connectionListItems.unshift(\\\"-- ALL --\\\");\\n this.connectionList.setList(connectionListItems);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1004},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1003\":{\"this\":{\"__isSmartRef__\":true,\"id\":171}},\"1004\":{},\"1005\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1006},\"source\":\"function displayInitialScript() {\\n if (this.scriptList.getList().size() > 1) {\\n this.scriptList.selectAt(0);\\n } else if (this.connectionList.getList().size() > 1) {\\n this.connectionList.selectAt(0);\\n } else {\\n this.scriptList.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1007},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1006\":{\"this\":{\"__isSmartRef__\":true,\"id\":171}},\"1007\":{},\"1008\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1009},\"source\":\"function reset() {\\n this.target = null;\\n this.scriptPane.doitContext = null;\\n this.scriptList.setList();\\n this.connectionList.setList();\\n this.scriptPane.setTextString(\\\"\\\");\\n this.morphSelector.reset();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1010},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1009\":{\"this\":{\"__isSmartRef__\":true,\"id\":171}},\"1010\":{},\"1011\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1012},\"source\":\"function selectChangedContent(source) {\\n\\n var addScriptRegex = /this\\\\.addScript\\\\s*\\\\(\\\\s*function\\\\s*([^\\\\(]*)/g;\\n var addScriptMatches = [];\\n var addScriptMatch = addScriptRegex.exec(source);\\n while (addScriptMatch) {\\n addScriptMatches.push(addScriptMatch[1]);\\n addScriptMatch = addScriptRegex.exec(source);\\n }\\n \\n // if scripts were added, select either a specific one or all\\n if (addScriptMatches.length > 0) { \\n if (addScriptMatches.length === 1) {\\n var index = this.scriptList.getList().indexOf(addScriptMatches[0]);\\n if (index > -1) { \\n return this.scriptList.selectAt(index);\\n }\\n }\\n return this.scriptList.selectAt(0);\\n }\\n\\n var connectionRegex = \\n /connect\\\\(\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"\\\\s*,\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"/g;\\n var connectionMatches = [];\\n var connectionMatch = connectionRegex.exec(source);\\n while (connectionMatch) {\\n connectionMatches.push(connectionMatch);\\n connectionMatch = connectionRegex.exec(source);\\n }\\n\\n // if connections were made, select either a specific one or all\\n if (connectionMatches.length > 0) {\\n if (connectionMatches.length === 1) {\\n var match = connectionMatches[0];\\n for (var i=0; i -1) {\\n var c = selection[1];\\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\\n editor.updateLists();\\n editor.displayInitialScript();\\n } \\n }\\n\\n var message = 'Disconnect \\\"' + selection[0] +'\\\" connection?';\\n var callback = disconnectConnection;\\n\\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\\n\\n return this.world().openDialog(dialog);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1211},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1210\":{\"this\":{\"__isSmartRef__\":true,\"id\":1157}},\"1211\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1212},\"user\":\"lauritz\",\"categories\":[]},\"1212\":{\"isSerializedDate\":true,\"string\":\"Fri Nov 11 2011 01:46:54 GMT+0100 (Mitteleuropäische Zeit)\"},\"1213\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1214}],\"scripts\":[],\"id\":\"B673C95F-1A7F-46BC-AB11-9A20BB14E913\",\"shape\":{\"__isSmartRef__\":true,\"id\":1229},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1245},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1232},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1246},\"label\":{\"__isSmartRef__\":true,\"id\":1214},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1255}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1257},\"name\":\"ObjectEditorRemoveScriptButton\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1258},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1259},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1260},\"owner\":{\"__isSmartRef__\":true,\"id\":153},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1261},\"isCopyMorphRef\":true,\"morphRefId\":24,\"draggingEnabled\":false,\"objectEditorPane\":{\"__isSmartRef__\":true,\"id\":153},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1262},\"derivationIds\":[217,\"FDC10087-12CF-4570-9211-8309CB6A9AA3\",\"E18FC530-4B1F-4F08-8DA6-3866A3519E56\",\"04A2AAC3-6A9E-40BB-9408-EBB2567EE63B\",\"8C1A42CE-840C-4AAE-BD79-C93A445B9EBF\",\"61FC11FA-B87E-4EFE-BD15-564D3178B68B\",\"ED34F9B5-9E00-41B3-8313-D9C3D6B3B231\",\"A7481F4B-D444-4B4F-BDA2-4F9F03AEC24D\",\"7DDF7175-34FC-4521-A7C3-580A8BE63351\",\"DEA39C05-FAD7-4882-AB3D-0EE12C3408F9\",\"99186A50-1411-4B6F-B1CB-FF0742C20D7D\",\"10F3E467-6BB8-4D07-BD17-8C50593FD6B8\",\"7260818C-6472-4288-8BDD-1E7798A543F3\",\"DEBB5BDB-018D-4BA1-9FB9-73DC84C51D89\",\"D75BCAED-3029-46EB-B944-4A102BB1BC0F\",\"9A977DA2-B325-4DFA-9683-3DC9ECEFAAC0\",\"412BAC8F-95F6-4CD1-AD55-80B58CBA8DDE\",\"91594A9E-99C8-4414-B423-398526811729\",\"E5F81ACF-B357-4209-951F-4C8C277D2ABC\",\"CB0DFFDD-09F1-466F-9D51-977251199A95\",\"52D17C96-2626-40A0-A128-58596402A18D\",\"6F59DFB5-B98D-47A9-989E-AB4F33E021E1\",\"C8A5DB65-8DD2-430D-9AE6-54C24D02BA09\",\"5298D8A9-C490-4F4F-9977-1B1952368F65\",\"FA04C280-C8C9-445D-8009-31037853F1D9\",\"B7F47B19-ACEB-4592-B4D8-D202654BC4FD\",\"1BA7BC6C-4929-42FF-9648-80B3498B7376\",\"D1F46204-0C06-4B0A-854C-0653CCBCB5EE\",\"D94D8D3C-334F-4825-BD71-AB911DD77D87\",\"7217F5EA-1FC5-4493-B2E8-AD6182F5C994\",\"86370725-BB28-42D3-A2C3-9B2CE93051F6\",\"9B84ADDC-3349-4C87-9A53-B56078490338\",\"DEBFD16C-9FE0-4167-820E-371AF58398C8\",\"F261A35F-99E8-474F-8D36-083042B5D4BB\",\"1E5CD8ED-B7E0-42AE-9059-C9D747654BC4\",\"45C7C7B4-BC5C-447A-8816-AAEBB8DEEF63\",\"E158E404-8937-4912-8DD4-0A4215DEBE50\",\"F023F05B-9374-4679-9EB7-76DF6C8F5379\",\"2E7F8444-4934-4923-9050-1DDA2FC1C901\",\"FC9ADD83-CB5E-4112-AFEB-67BB4C4CF2F1\",\"D68D3298-B49E-456C-ADC5-23C615EA6C09\",\"9D0400D1-D566-4382-8585-79C19DEAA0CF\",\"20E5E191-6226-48C3-B236-7368D327060D\",\"7C7D142A-3A0A-417B-A91B-1E4E6F9EC7B2\",\"DAC03278-4478-4B21-B173-16CC4DCB933D\",\"25AEDC91-AAB3-419D-A132-E34E135F23E2\",\"75703E35-22AD-45C9-B4B0-672450C9025C\",\"EFAA3CBF-81FD-439E-A31A-1ADA266BE023\",\"1578FB14-8DD6-44CE-9769-02ACA100122C\",\"DD61C5DF-787E-435E-8B80-4D95977D7E45\"],\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1263},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1214\":{\"submorphs\":[],\"scripts\":[],\"id\":\"C650C8BD-75AC-4104-9EE1-8BBAF5017C75\",\"shape\":{\"__isSmartRef__\":true,\"id\":1215},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":21,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1221},\"textColor\":{\"__isSmartRef__\":true,\"id\":1218},\"owner\":{\"__isSmartRef__\":true,\"id\":1213},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1222}],\"padding\":{\"__isSmartRef__\":true,\"id\":1224},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1225},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1226},\"_FontFamily\":\"Helvetica, Sans-Serif\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1227},\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_Align\":\"center\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1228},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":21,\"_MinTextHeight\":null,\"draggingEnabled\":false,\"derivationIds\":[218,\"852A7BD9-52EE-4708-A2D5-1BDECF33C958\",\"7B4F173E-9726-472A-9B30-530D4AA92AD9\",\"CBA217F6-2832-4213-9ABE-47753C1A4180\",\"E6B97D1D-95D5-4644-9359-1D08D42A51F4\",\"4391A57E-70C2-4628-9828-DD668CCE546E\",\"F0C6C298-3B8B-42B2-B5E9-E5B82F607B01\",\"DF0CAF75-4247-4797-B1A0-AD7444391E2A\",\"B4C4F09B-F663-47A1-B85F-461D5452F5F8\",\"FD966AB1-4685-4151-9A38-B1B21B0237EF\",\"CA91FC2C-D7CC-4123-AFD2-108F8F0C2E97\",\"88F1581A-7AEF-4646-B7F9-3890CDDB8494\",\"DC577877-7F00-4238-9246-08C2A10C0CC9\",\"818C9467-71A2-44D6-B01F-1523A0CD5476\",\"C0CF3DDB-AA12-49E0-B12A-6B620552BB47\",\"853E19A1-E97D-463D-A24F-0148671EB696\",\"68C2E993-DE31-4090-9299-9343AEC200C1\",\"344625C1-FE1A-4D3F-91E1-AB6DB81796A4\",\"6012E5AC-8C11-41F7-B5F5-90CACA805586\",\"8E722C30-74A9-48E5-BB76-9576996AFF15\",\"04BDF7DF-1F9D-4B07-AAD2-6497A60063C6\",\"3CE32E80-B23C-41B0-B5DA-39DE70E3691E\",\"E76E51E9-E8AC-4E7E-A928-DA7346353D80\",\"F55286E0-7022-46D6-8F92-B2F1899BF5DD\",\"482466D2-B1FC-415A-96D9-840A7AFF8757\",\"4CA2E386-E5C4-4933-87D8-193D8EB0EB28\",\"EEA817B0-1773-4FD2-B284-083AAF24828D\",\"D3BA15C9-D7B2-43D5-9081-0803795F6F4A\",\"59985470-D838-4F7D-8A29-BF8A2E1FAD2E\",\"FCE63C0B-08B8-4F83-879B-5EBCCB9528E9\",\"1BACB1DE-10F9-47B3-B2D3-9868CFD5BEF5\",\"12A61D9F-72FE-4B4D-B313-11D96B4B332C\",\"851DD960-71B6-4B39-9793-54C173CDC5F5\",\"DD3D1904-2351-4CB7-81BC-F832F5CF3217\",\"8B383E06-F8D1-44F9-A3F9-2D8A57F37C5A\",\"C1DC4F4A-BD09-461C-975A-F62DE59057E9\",\"1DB01C31-0B3C-4808-8D5D-8B1BD0568233\",\"F7104DE5-2EA5-4492-AD66-0D02DF2CB25D\",\"28B63A46-1AA9-47AD-AF7B-65D148686743\",\"EFB9716E-0023-4965-B367-96928EC4BA78\",\"DC2B2D4F-CE8D-47BC-8219-1438FF76F52B\",\"A08D5698-11AD-4463-AB19-DD7EE9BEBF05\",\"40819B91-9C9A-4A0C-BBA0-12ACC43FCFA0\",\"43628E6A-17A4-4EAB-9899-AE361C42E380\",\"B6712ED4-5A0D-44BA-A9CB-216D85426D00\",\"CB751409-E69D-44A7-9DB3-7AD2C1815AA8\",\"3B8937C4-435C-4088-B5FE-B3DBE7FDBE2A\",\"D2403646-2D51-4D36-996C-CE33F498E096\",\"0EE69A63-689E-4270-8A43-E54CBB889812\",\"6C5071F0-23D7-41A8-B296-A2D96C09406D\"],\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1215\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1216},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1217},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1218},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1219},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1220},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1216\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1217\":{\"x\":25,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1218\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1219\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1220\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1221\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1222\":{\"style\":{\"__isSmartRef__\":true,\"id\":1223},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1214},\"storedString\":\"-\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1223\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1224\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1225\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1226\":{\"x\":25,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1227\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1228\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1214},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1229\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1230},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1231},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1232},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1242},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1243},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1244},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1230\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1231\":{\"x\":25,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1232\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1233},{\"__isSmartRef__\":true,\"id\":1235},{\"__isSmartRef__\":true,\"id\":1237},{\"__isSmartRef__\":true,\"id\":1239}],\"vector\":{\"__isSmartRef__\":true,\"id\":1241},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1233\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1234}},\"1234\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1235\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1236}},\"1236\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1237\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1238}},\"1238\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1239\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1240}},\"1240\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1241\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1242\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1243\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1244\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1245\":{\"x\":160,\"y\":40,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1246\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1247},{\"__isSmartRef__\":true,\"id\":1249},{\"__isSmartRef__\":true,\"id\":1251},{\"__isSmartRef__\":true,\"id\":1253}],\"vector\":{\"__isSmartRef__\":true,\"id\":1241},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1247\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1248}},\"1248\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1249\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1250}},\"1250\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1251\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1252}},\"1252\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1253\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1254}},\"1254\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1255\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1213},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1213},\"targetMethodName\":\"deleteSelectedScript\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1256},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1256\":{\"source\":{\"__isSmartRef__\":true,\"id\":1213},\"target\":{\"__isSmartRef__\":true,\"id\":1213}},\"1257\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1258\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"comment\":\"Simple button. Connect to 'fire' to trigger actions when the button is pressed.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1259\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1260\":{\"x\":30,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1261\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1213},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1262\":{\"x\":33.35839679439101,\"y\":-21.324811622839547,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1263\":{\"deleteSelectedScript\":{\"__isSmartRef__\":true,\"id\":1264}},\"1264\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1265},\"source\":\"function deleteSelectedScript() {\\n\\n var editor = this.objectEditorPane;\\n var selection = editor.scriptList.selection;\\n\\n if (!editor.target || editor.scriptList.getList().size() < 2) \\n return; \\n\\n var deleteScript = function (confirmed) {\\n if (!confirmed) return;\\n \\n if (selection && editor.target) {\\n if (!editor.target.hasOwnProperty(selection)) \\n return;\\n delete editor.target[selection];\\n editor.updateLists();\\n editor.displayInitialScript();\\n }\\n }\\n\\n var message = 'Delete \\\"' + selection + '\\\" script?';\\n var callback = deleteScript;\\n\\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\\n\\n return this.world().openDialog(dialog);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1266},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1265\":{\"this\":{\"__isSmartRef__\":true,\"id\":1213}},\"1266\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1267},\"user\":\"lauritz\"},\"1267\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 18:12:21 GMT+0100 (Mitteleuropäische Zeit)\"},\"1268\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1269}],\"scripts\":[],\"id\":\"F382D61B-635D-4CE7-A2B6-4252C34DA62A\",\"shape\":{\"__isSmartRef__\":true,\"id\":1285},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1301},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1288},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1302},\"label\":{\"__isSmartRef__\":true,\"id\":1269},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1311},\"name\":\"ObjectEditorMorphSelector\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1312},\"list\":[],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1313},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1314},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1315},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1316},\"owner\":{\"__isSmartRef__\":true,\"id\":153},\"textString\":\"\",\"selection\":{\"__isSmartRef__\":true,\"id\":1317},\"_ClipMode\":\"visible\",\"prevScroll\":[0,0],\"listMorph\":null,\"derivationIds\":[221,\"4AC64FBA-95AC-42B2-A078-B6DA97889093\",\"E26ED0E6-C4CE-4C82-94D5-175270E8459E\",\"D292F2FC-C2B6-48AE-B779-8CC5868FFA49\",\"53A862EB-032C-4BF0-9B21-58C7E0C0A9B2\",\"CC4D188B-510F-48DE-A0E1-EC8D2CD63F9F\",\"0CD057F2-3517-4849-A69E-1EF79B05ACE8\",\"66EBBB7D-8FA7-4D43-AE78-A18DA3B970BA\",\"A50C1893-4138-4E29-865B-92F53F76D08A\",\"1EC5D2B9-3539-419A-8DD6-CE82DEABB02C\",\"95DC06D5-F4C7-49E2-8A01-110D1B0AFBD0\",\"672DEFAB-2BE5-4C60-9779-3B44694FBEB1\",\"E3476213-5872-492C-BE29-0C6A5A150ED8\",\"AA2F6ABE-1CCB-403D-94DD-8FB371F3DDCE\",\"54B67D51-AB19-40A0-A2A6-EC51F3171CAC\",\"1CF44342-896F-4ACB-847F-7CB3CD10ED5A\",\"AC7516A6-0060-44EA-A3D9-A48249D3996D\",\"ED43F1AE-9012-4F15-BE77-1F11CB530CB4\",\"0EAA4721-6A0F-47DC-BD56-7B6747D1EB04\",\"9ECAC6E9-C098-42D9-8AB4-0D758BCE226F\",\"D4F4446C-053B-40E2-87DB-33C7CFCDD16A\",\"9C701C84-313F-484C-A0C7-1E0BEE9146D3\",\"4CE1EA6B-B575-4F9B-8DF8-CF7185C91E60\",\"6AEE5142-42E5-46F6-8B4E-2CDAADB5D21D\",\"92071761-79F9-4595-B660-14FA225C7969\",\"ED35F8A8-B444-414A-A1F2-324BFB159008\",\"2D07B5CB-3A03-4709-A29D-235A6E6D7590\",\"BC71B37B-3CB9-4F44-B52C-873FC0A2689C\",\"B6B67665-D415-4EEF-BDA4-AF04B2AF7A92\",\"544F5BD2-DAC6-4B21-B6FD-07C20A244FBC\",\"685DF851-8A0A-4300-B0E7-B4BEA6E26537\",\"85FA53CD-F14A-49D6-A8D0-A07207489208\",\"B74A9520-F5F8-4FA7-8E33-AC5B4684C60D\",\"99E415B2-E381-4302-95A5-CE5E580EE7F1\",\"48E74B18-09F0-4429-8EE4-0260186ED213\",\"57542498-0BA1-4E05-9B70-F0B2946C3BA2\",\"17FCF947-02D2-4486-96DB-F736BD757EBF\",\"70B8AD0E-D9D7-4E12-87DA-BEFCD302EB9C\",\"6239FBC6-0D3C-4416-BFBE-1CC0CD8E8508\",\"1C564AC3-3934-4E12-96AC-3C4887B4306E\",\"E9FFBE1D-4227-45C5-9C44-0BD7AC78BC39\",\"3785AB74-5B20-4715-A4AB-375BCBFB1C28\",\"5074142C-909E-4F65-BF38-55CE74E6BC01\",\"64C7F025-CE70-4AB9-BC5E-AED928065EB2\",\"848F97F7-C0C5-4000-B59B-74C49F9672D5\",\"2975EAF6-D677-4439-8979-7331165604D7\",\"21020A5D-5D1D-4D8F-BFCD-08CC4B1E2D1F\",\"A991B7A0-F0F5-4DF2-A02A-EFD94D4A4684\",\"46F5C33C-2C5F-4A27-BDA5-4D365F135D84\",\"C849BBCB-885F-4503-BC3E-5155F817DC79\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1334},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1269\":{\"submorphs\":[],\"scripts\":[],\"id\":\"C8C0AE2C-6C97-40B3-8F01-01D8C3664806\",\"shape\":{\"__isSmartRef__\":true,\"id\":1270},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":220,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1276},\"textColor\":{\"__isSmartRef__\":true,\"id\":1273},\"owner\":{\"__isSmartRef__\":true,\"id\":1268},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1277}],\"padding\":{\"__isSmartRef__\":true,\"id\":1279},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1279},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1280},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1281}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1282},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1283},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":220,\"_MinTextHeight\":null,\"_Align\":\"left\",\"_FontFamily\":\"Arial\",\"_FontSize\":10,\"derivationIds\":[222,\"30F054A3-7658-405B-8098-B7D87AA8A9ED\",\"556D6E07-45B7-42EC-A486-DE275EF0B034\",\"06B0B080-467A-46CC-8B0D-9C0A9B9A71F1\",\"5E2D96C9-BB9B-4735-8673-A79847435197\",\"B48AA022-2022-4A2A-9090-4D884FB3DFD3\",\"8B2F743A-98C5-45E1-B03C-5019114EAC47\",\"D09C56C3-A2DC-4BDF-B8A1-6365138ECD01\",\"74158C3D-B79E-43E7-B111-48701B10ACE2\",\"B19E117B-E40F-4B9F-86AC-BFB2AAFD5336\",\"4E3B3D72-E52C-44ED-AE32-78939BA1ECFD\",\"2459D1F0-E49C-4882-AB4C-D78C1A496962\",\"3D8D3B02-0459-45C1-A606-D0DB4B07958C\",\"78AAE288-D261-4BEA-9436-C8C31B890B44\",\"2E10F795-9892-4BF7-9A46-BCB90FD6112E\",\"DE32EFA9-C920-42F6-9F2E-7EDABEC006AF\",\"DE806308-AE84-467B-9D4F-A2817DF3A400\",\"A55976A7-154E-41FE-BCF7-6D22FBB8629D\",\"93498435-53E5-4CF2-89DC-60D1D1EA0059\",\"119C9689-9546-4262-98F9-3FBE67D016DC\",\"6C8ACDBD-D44F-48D3-934F-6818C7B509D1\",\"7506237D-787B-4545-879A-9B76C9AF426F\",\"71B146C6-65B5-4A07-B12C-AE354288D578\",\"2901C8E9-09A0-4AD8-A661-B859B8D8DCE6\",\"F028C73F-BC98-4CCB-81A2-EEBFA214F9E0\",\"F78BD8BA-FC7C-45AA-AC9A-C2D4E5F23BD0\",\"6A85D159-3DAC-4C31-B77A-DAC3F34D1935\",\"95FE8EB3-5E03-4285-88E7-8FC5BA4809C8\",\"53A9E176-B0CB-4A22-8FA5-8530D1C0F55A\",\"7835F5D8-D5CC-41FD-9FDF-8FAB154E44A3\",\"8A297DBA-643A-4CCF-BE0D-1BE00A1C49C9\",\"777D6803-4AA8-496D-AF3C-0A6606F923AF\",\"FC11EF0F-7122-4377-9647-D740A4EABE5D\",\"F4A69069-1557-4445-8787-63DB3166F2A5\",\"787E62EA-333B-478C-B8E5-617513D3B73E\",\"5B7D8388-CB1C-4D82-97D4-4EF857B43482\",\"006278A8-6059-49C6-A3B7-5BC27B54F940\",\"3D6C91E7-5FD6-4A37-BF4D-50B1178C8DC2\",\"A10E9D54-B57D-4141-A5A8-D6380EBBAB15\",\"3B3761AE-D157-4B18-B02C-F826F16D74CB\",\"3A11BC82-675B-4D6C-A505-881D0E6089A6\",\"9EEA7D1B-781F-42D9-96D8-B6A62FE61955\",\"45117DCD-1CF9-4613-9F6F-76A88126C3F2\",\"2C09E3F0-1D2C-4EFA-A314-C8A363786DA2\",\"4F152BBC-D211-4F8B-A5FA-2F266FCC4A67\",\"A49D1FDC-0156-4E02-B89D-E96B59B4237E\",\"79D01985-757A-4C0F-8BC7-1670B7429E23\",\"B35DB0EA-1ABF-4A26-B8C9-54568C01E557\",\"764D0881-79F7-4BA2-8A70-F1DCCEB7ACF7\",\"0D44CC90-C548-4D14-A1A7-CDC5CE077D05\"],\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1284},\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1270\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1271},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1272},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1273},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1274},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1275},\"_BorderWidth\":0,\"_Fill\":null,\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1271\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1272\":{\"x\":220,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1273\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1274\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1275\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1276\":{\"x\":2,\"y\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1277\":{\"style\":{\"__isSmartRef__\":true,\"id\":1278},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1269},\"storedString\":\"empty\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1278\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1279\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1280\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1281\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1269},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1268},\"targetMethodName\":\"selection\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1282\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1283\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1269},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1284\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1285\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1286},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1287},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1288},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1298},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1299},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1300},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1286\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1287\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1288\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1289},{\"__isSmartRef__\":true,\"id\":1291},{\"__isSmartRef__\":true,\"id\":1293},{\"__isSmartRef__\":true,\"id\":1295}],\"vector\":{\"__isSmartRef__\":true,\"id\":1297},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1289\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1290}},\"1290\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1291\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1292}},\"1292\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1293\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1294}},\"1294\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1295\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1296}},\"1296\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1297\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1298\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1299\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1300\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1301\":{\"x\":240.1308656788165,\"y\":10,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1302\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1303},{\"__isSmartRef__\":true,\"id\":1305},{\"__isSmartRef__\":true,\"id\":1307},{\"__isSmartRef__\":true,\"id\":1309}],\"vector\":{\"__isSmartRef__\":true,\"id\":1297},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1303\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1304}},\"1304\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1305\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1306}},\"1306\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1307\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1308}},\"1308\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1309\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1310}},\"1310\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1311\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1312\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"partName\":\"ChoiceButton\",\"comment\":\"Click on it and you get a list of things to choose from.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1313\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1314\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1268},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1315\":{\"x\":122.93118375058827,\"y\":-11.582832083333244,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1316\":{\"x\":220,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1317\":{\"submorphs\":[],\"scripts\":[],\"id\":181,\"shape\":{\"__isSmartRef__\":true,\"id\":1318},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":true,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1324},\"_MaxTextWidth\":580,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1325},\"showsHalos\":false,\"_FontSize\":28,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"Title\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1326},\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1327},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1328},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1329}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1331},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1332},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":580,\"_MinTextHeight\":null,\"_Rotation\":0,\"_Scale\":1.002003004005006,\"previousSelection\":[35,35],\"priorSelectionRange\":[23,23],\"charsReplaced\":\"WIP / Proof of Concept\",\"lastFindLoc\":22,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1333},\"_ClipMode\":\"visible\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"isCopyMorphRef\":true,\"morphRefId\":2,\"prevScroll\":[0,0],\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1318\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1319},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1320},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1321},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1322},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1323},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1319\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1320\":{\"x\":580,\"y\":43,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1321\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1322\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\"},\"1323\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1324\":{\"x\":37,\"y\":23,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1325\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1326\":{\"partsSpaceName\":\"PartsBin/Worlds/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"For example a world title.\",\"partName\":\"Title\",\"migrationLevel\":2,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1327\":{\"r\":0,\"g\":0.309,\"b\":0.595,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1328\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1329\":{\"style\":{\"__isSmartRef__\":true,\"id\":1330},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1317},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1330\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1331\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1317},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1332\":{\"x\":580,\"y\":43,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1333\":{\"x\":221,\"y\":-12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1334\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":1335},\"getList\":{\"__isSmartRef__\":true,\"id\":1339},\"removeList\":{\"__isSmartRef__\":true,\"id\":1343},\"reset\":{\"__isSmartRef__\":true,\"id\":1347},\"displayTopLevelMorphs\":{\"__isSmartRef__\":true,\"id\":1351},\"onMouseDown\":{\"__isSmartRef__\":true,\"id\":1355},\"setTargetOfPane\":{\"__isSmartRef__\":true,\"id\":1363},\"setTargetToListSelection\":{\"__isSmartRef__\":true,\"id\":1367},\"onBlur\":{\"__isSmartRef__\":true,\"id\":1371},\"setTarget\":{\"__isSmartRef__\":true,\"id\":1379},\"setTargetOnSelection\":{\"__isSmartRef__\":true,\"id\":1383}},\"1335\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1336},\"source\":\"function createListMorph() {\\n var items = this.getList();\\n \\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\\n\\n var listMorph = new lively.morphic.List(extent);\\n listMorph.setList(items);\\n listMorph.setFontSize(10);\\n\\n listMorph.disableGrabbing();\\n listMorph.disableDragging();\\n\\n connect(listMorph, 'selection', this, 'setTargetToListSelection');\\n \\n return listMorph;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1337},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1336\":{\"this\":{\"__isSmartRef__\":true,\"id\":1268}},\"1337\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1338},\"user\":\"lauritz\",\"tags\":[]},\"1338\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 13 2011 18:55:41 GMT+0100 (Mitteleuropäische Zeit)\"},\"1339\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1340},\"source\":\"function getList() {\\n var worldEntry = {\\n isListItem: true,\\n selectionString: 'World',\\n string: 'World',\\n value: this.world()\\n };\\n var list = this.world().indentedListItemsOfMorphNames();\\n list.unshift(worldEntry);\\n return list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1341},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1340\":{\"this\":{\"__isSmartRef__\":true,\"id\":1268}},\"1341\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1342},\"user\":\"lauritz\",\"tags\":[]},\"1342\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 21 2011 23:12:23 GMT+0100 (Mitteleuropäische Zeit)\"},\"1343\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1344},\"source\":\"function removeList() {\\n this.listMorph && this.listMorph.remove();\\n this.listMorph = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1345},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1344\":{\"this\":{\"__isSmartRef__\":true,\"id\":1268}},\"1345\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1346},\"user\":\"lauritz\",\"tags\":[]},\"1346\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:51:07 GMT+0100 (Mitteleuropäische Zeit)\"},\"1347\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1348},\"source\":\"function reset() {\\n this.list = [];\\n this.setLabel('empty');\\n this.label.setAlign('left');\\n this.removeList();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'});\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1349},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1348\":{\"this\":{\"__isSmartRef__\":true,\"id\":1268}},\"1349\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1350},\"user\":\"lauritz\",\"tags\":[]},\"1350\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:34:06 GMT+0100 (Mitteleuropäische Zeit)\"},\"1351\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1352},\"source\":\"function displayTopLevelMorphs() {\\n var list = this.createListMorph(); \\n if (this.getList().length === 0) return;\\n this.addMorph(list);\\n this.listMorph = list;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1353},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1352\":{\"this\":{\"__isSmartRef__\":true,\"id\":1268}},\"1353\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1354},\"user\":\"lauritz\",\"tags\":[]},\"1354\":{\"isSerializedDate\":true,\"string\":\"Tue Dec 13 2011 18:53:20 GMT+0100 (Mitteleuropäische Zeit)\"},\"1355\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1356},\"source\":\"function onMouseDown(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n // clicked on morph, not the list, not the list's scrollbar\\n if (evt.target === this.renderContext().shapeNode)\\n this.removeList();\\n } else {\\n this.displayTopLevelMorphs();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1361},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1356\":{\"this\":{\"__isSmartRef__\":true,\"id\":1268},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1357}},\"1357\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1358}},\"1358\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1359},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1360},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1359\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1268},\"name\":\"onMouseDown\"},\"1360\":{},\"1361\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1362},\"user\":\"lauritz\",\"tags\":[]},\"1362\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:30:39 GMT+0100 (Mitteleuropäische Zeit)\"},\"1363\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1364},\"source\":\"function setTargetOfPane(selection) {\\n this.owner.setTarget(selection);\\n this.label.setAlign('left');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1365},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1364\":{\"this\":{\"__isSmartRef__\":true,\"id\":1268}},\"1365\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1366},\"user\":\"lauritz\",\"tags\":[]},\"1366\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 04:30:42 GMT+0100 (Mitteleuropäische Zeit)\"},\"1367\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1368},\"source\":\"function setTargetToListSelection() { \\n var selection = this.listMorph.selection;\\n this.removeList();\\n if (!selection) return;\\n if (this.owner.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function (confirmed) {\\n if (confirmed) that.setTargetOfPane(selection);\\n }\\n this.owner.confirmUnsavedChanges(callback);\\n } else {\\n this.setTargetOfPane(selection);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1369},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1368\":{\"this\":{\"__isSmartRef__\":true,\"id\":1268}},\"1369\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1370},\"user\":\"lauritz\",\"tags\":[]},\"1370\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 06:06:48 GMT+0100 (Mitteleuropäische Zeit)\"},\"1371\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1372},\"source\":\"function onBlur(evt) {\\n $super(evt);\\n \\n // workaround - otherwise other morphs get this event\\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\\n this.removeList();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1377},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1372\":{\"this\":{\"__isSmartRef__\":true,\"id\":1268},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1373}},\"1373\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1374}},\"1374\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1375},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1376},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1375\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1268},\"name\":\"onBlur\"},\"1376\":{},\"1377\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1378},\"user\":\"lauritz\",\"tags\":[]},\"1378\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 05:30:08 GMT+0100 (Mitteleuropäische Zeit)\"},\"1379\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1380},\"source\":\"function setTarget(target) {\\n this.label.setTextString(target.getName() || target.toString());\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1381},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1380\":{\"this\":{\"__isSmartRef__\":true,\"id\":1268}},\"1381\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1382},\"user\":\"lauritz\",\"tags\":[]},\"1382\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 04:29:39 GMT+0100 (Mitteleuropäische Zeit)\"},\"1383\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1384},\"source\":\"function setTargetOnSelection() {\\n if (this.listMorph && this.listMorph.renderContext() && this.listMorph.renderContext().listNode.value) {\\n this.setTargetToListSelection();\\n this.stopStepping();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1385},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1384\":{\"this\":{\"__isSmartRef__\":true,\"id\":1268}},\"1385\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1386},\"user\":\"lauritz\",\"tags\":[]},\"1386\":{\"isSerializedDate\":true,\"string\":\"Wed Dec 07 2011 06:12:06 GMT+0100 (Mitteleuropäische Zeit)\"},\"1387\":{\"submorphs\":[],\"scripts\":[],\"id\":\"707D1E6A-DC9F-4170-B09A-55141B52E250\",\"shape\":{\"__isSmartRef__\":true,\"id\":1388},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":false,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1394},\"_MaxTextWidth\":64.8979476392384,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1391},\"showsHalos\":false,\"_FontSize\":9,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorScriptsText1\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1395},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1396}],\"charsReplaced\":\"Scripts\",\"lastFindLoc\":-7,\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1398},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1399},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1400},\"_WhiteSpaceHandling\":\"pre-wrap\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":64.8979476392384,\"_MinTextHeight\":null,\"_ClipMode\":\"visible\",\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1401},\"eventsAreIgnored\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":153},\"isCopyMorphRef\":true,\"morphRefId\":27,\"derivationIds\":[223,\"5E3A69EF-26C1-4D0D-B04C-8C3894017F56\",\"14AB1B91-3ED6-49AE-AA58-47D18B6C569F\",\"991D4A54-1FC4-4BC7-AA82-F814AC52CDE3\",\"DB9B19F7-4390-4CE5-9B1D-62177CB8D605\",\"8F7B2EE9-9538-4044-B75B-6A12F3108B70\",\"4B9F9B4B-C7D3-418D-9AC9-10503A4EBF8E\",\"324EE422-8C94-43CE-B964-A3150830C25F\",\"36D1ECF9-591F-426B-A4F6-B337D7DB053B\",\"CB52849C-BE64-4053-8D07-758F969F84EB\",\"F1C241D4-A689-4DB7-942F-ADB5F39D9CAA\",\"F9D413A0-184F-47F5-9B55-D05D511915CB\",\"F4C5DA2D-8203-47EB-834D-2D03338B0419\",\"1E089341-3FFF-45CD-9C21-BA7A8B4CF6F2\",\"87F8B14A-C122-40D7-8405-CA07248E60D3\",\"A8E7E359-A02C-427B-8D23-C707CE9664B2\",\"1F5D2238-FE2C-4462-87AE-6308A9DC3F78\",\"0CFCC25B-8E38-48AF-BCAE-309B297CCAC3\",\"F88840C4-6C4F-473C-91E8-FF62A4EDE7C8\",\"296C71A4-11DC-4952-8256-A93963F64682\",\"6B005896-939A-42A9-ADAE-2A1F4B1D59C2\",\"14EFB005-F562-4D73-8702-2589C85C7F49\",\"FEA4334F-926E-40B1-ADEB-4DF4D4D0D724\",\"B12CC3AC-818F-469A-A538-B6BF01C8147B\",\"3C11B816-4C37-418C-A63E-DB4A2CF5F9D2\",\"3027459F-3E57-4CBA-9FAF-7CB42411ABC3\",\"C00E82BE-7538-4FA9-910A-656AC2C6F33B\",\"D985F727-35CB-4BB1-9609-E4FF2AF2DD37\",\"85BC2572-7E97-44E2-A986-EFD3D56D1852\",\"3044ADA2-8A7F-4D22-8B40-FA06789A8996\",\"76773698-385A-4175-80B8-27271545B457\",\"690F67C4-EC25-4EEA-B562-0CE8F0E5CBED\",\"624523C6-ADA2-49CB-88CE-DEB1AA43DAD0\",\"8A813202-A381-4FF9-A154-407C143EBA72\",\"FFB95785-E1AD-48FB-80AF-BA433853515B\",\"4EBF6F8C-C433-42CC-8CBA-297B37B2C688\",\"BD4DC952-16BE-491F-A354-D917D4E03A61\",\"E4A29EB0-82DA-4A0D-8F9C-EA48BFACF9F6\",\"CF02365B-8811-4F5D-9E46-CDCA5992FE02\",\"A8308C66-9694-47F9-BD39-1440A1A11147\",\"11670533-7A0C-4DA7-B05A-230E3590D754\",\"50C57D44-2623-4C4D-9E75-9C92D74899BE\",\"4EFD1889-CFFB-4A6D-B657-4F4BFB7AA53A\",\"40D260D3-576B-4A48-9B0F-ED45E603E1DF\",\"18768B22-DF4D-4E34-A2C1-010FE282AE5F\",\"4E99809E-FFFC-468E-B550-62D4D28B8030\",\"37466A59-B687-4CD7-A1DD-1F0A27A669BE\",\"730CA454-E737-42C7-B4BC-8CC154877078\",\"06F8273E-95EB-4BCA-BA60-C677220E0F73\",\"33EBE265-A928-4E60-8E54-0FB0811652F3\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1388\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1389},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1390},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1391},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1392},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1393},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1389\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1390\":{\"x\":64.8979476392384,\"y\":15,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1391\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1392\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1393\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1394\":{\"x\":198.16434648623274,\"y\":12.911539589748486,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1395\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1396\":{\"style\":{\"__isSmartRef__\":true,\"id\":1397},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1387},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Target:\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1397\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1398\":{\"x\":64.8979476392384,\"y\":15,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1399\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1400\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1387},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1401\":{\"x\":41.065989525935834,\"y\":-10.506047005169194,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1402\":{\"submorphs\":[],\"scripts\":[],\"id\":\"2521D182-54EB-40F6-9092-BB3BD8CBA0F7\",\"shape\":{\"__isSmartRef__\":true,\"id\":1403},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"fixedHeight\":false,\"allowsInput\":false,\"_FontFamily\":\"Arial, sans-serif\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1409},\"_MaxTextWidth\":64.8979476392384,\"_MaxTextHeight\":null,\"textColor\":{\"__isSmartRef__\":true,\"id\":1406},\"showsHalos\":false,\"_FontSize\":9,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"name\":\"ObjectEditorScriptsText2\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1410},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1411}],\"charsReplaced\":\"Scripts\",\"lastFindLoc\":-7,\"priorSelectionRange\":[0,7],\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1413},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1414},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1415},\"_WhiteSpaceHandling\":\"pre-wrap\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":64.8979476392384,\"_MinTextHeight\":null,\"_ClipMode\":\"visible\",\"draggingEnabled\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1416},\"eventsAreIgnored\":true,\"isCopyMorphRef\":true,\"morphRefId\":27,\"owner\":{\"__isSmartRef__\":true,\"id\":153},\"derivationIds\":[224,\"35EF8FE5-067D-45B6-AF21-77040F11D340\",\"80DC09DD-22D4-4089-B5C3-857B32C9BE9B\",\"EF080074-E6B9-47F3-A87F-26313B40C430\",\"F6977801-C1A7-445C-9BF1-8A1019E202FB\",\"8C9157AE-0343-4CFB-8186-1D5E05D2ECBE\",\"DD3C23F8-6463-4EAE-959B-C486E27D9BDA\",\"1E8D3752-D212-41F8-BC63-B094E0C80707\",\"75C07D11-AE5D-4A36-B2D0-F2A6EA414E72\",\"494AB1C0-2C09-49DE-B4AA-1F24DC7495FF\",\"25199967-E3BA-4763-A704-37BD3152A5F7\",\"8E4A5937-D1FA-4AF7-BD8D-B542C636CEF9\",\"DDB23EF0-540C-4046-AD4D-C001E8A5F20C\",\"FF45AAB3-E5C7-42A0-A704-F068DB2E2AF9\",\"52850E3E-BE46-467C-A381-902F5E4859FD\",\"147F9160-7168-44A4-9EA4-A36466EE1F52\",\"07B3723F-DFA0-4FBC-B0F5-BA23173141E3\",\"6D8947CA-4E24-4B98-917D-5F9D8183DD23\",\"272C49A1-F64E-4FB5-9E74-091FD6F94A0B\",\"2970B680-E48D-429C-ADE5-6CAFDAB64DFF\",\"763B4C2A-9EA7-42FC-8AB3-67FFCFB10289\",\"D5B10502-1750-4947-837E-601C1B68E057\",\"6F2CE171-4847-4979-860C-65670CA72C09\",\"C6FB823E-A6F9-4603-BF38-D8205417E6BA\",\"49B2AAC3-D080-4187-876F-3D55751AE297\",\"85F2FBB3-1E7C-4908-9AB0-980345E3876E\",\"30CDE50B-45BF-48CE-9A73-9C459699E317\",\"AFA77026-568C-4E94-8C7F-27C828811AA4\",\"54E76C04-71EB-4EA6-89B3-32F12994BED3\",\"032AF4EA-3E7E-4A86-B5A9-FB1C4AE513CC\",\"E4D56409-18D1-4F61-B6E8-51F2E073C299\",\"FB3FB68A-6644-4A92-9512-9BDDB3A6B291\",\"59C893AD-5AA8-4837-A1CA-D124E9CEC5AE\",\"1263E547-F0D5-4C07-B269-FD5E958D1523\",\"D23A9B2D-10B5-4930-8C37-09D5A440AE57\",\"ABE5EEF7-5A23-4BEA-B079-D19C462662AE\",\"6A92531C-D9A9-4A6F-92E6-AEF088B02B07\",\"42909C41-3985-479F-881F-EFBAD6569DAA\",\"32F1C835-F87C-4EB0-84F9-93124897544E\",\"A3798645-7FCB-42A7-98E9-CD600F33374D\",\"A71FD4A1-4E70-49F6-A4BF-F0E63F947DAE\",\"20BE92CF-BBB0-4853-B246-BA18BD63D962\",\"13BD5980-9FEA-4EAC-9DD6-2A3EA14D35E3\",\"F498538E-3F60-4FC5-98AA-E4FA603F7167\",\"318756FA-C67B-4908-819D-C9AA53BBBB96\",\"FD61D575-FA46-486C-A8AE-0E1BA7FF637D\",\"FE2C5A80-1F27-4545-859F-EA59828ACF8E\",\"B88FB820-B19C-491D-83AC-9E72077879E5\",\"B1096DDC-D8E8-4BDD-9ECC-53AA1A1BF884\",\"379DF5A0-FCCC-41CD-912A-6DA87BA77867\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1403\":{\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1404},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1405},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1406},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1407},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1408},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1404\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1405\":{\"x\":64.8979476392384,\"y\":15,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1406\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1407\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1408\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1409\":{\"x\":10,\"y\":12.911539589749026,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1410\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":1,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1411\":{\"style\":{\"__isSmartRef__\":true,\"id\":1412},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1402},\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"storedString\":\"Tag:\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1412\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1413\":{\"x\":64.8979476392384,\"y\":15,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1414\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1415\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1402},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1416\":{\"x\":45.76052154281416,\"y\":-27.783027415339603,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1417\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1418}],\"scripts\":[],\"id\":\"2EE7DB7A-2A82-40CB-9D35-DC034E9879A8\",\"shape\":{\"__isSmartRef__\":true,\"id\":1432},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1448},\"value\":true,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1449},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1435},\"label\":{\"__isSmartRef__\":true,\"id\":1418},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"padding\":{\"__isSmartRef__\":true,\"id\":1458},\"name\":\"ObjectEditorTagChooser\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1459},\"listMorph\":null,\"list\":[],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1460},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1461},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1462},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1463},\"textString\":\"PartsBinBrowser\",\"selection\":\"\",\"_ClipMode\":\"visible\",\"prevScroll\":[0,0],\"owner\":{\"__isSmartRef__\":true,\"id\":153},\"setTargetToListSelection\":\"all\",\"savedTextString\":\"all\",\"derivationIds\":[225,\"7F83847B-D0B1-4A31-8601-43424B97C858\",\"E08FC110-71D7-4FFD-B4A8-08F8147B95BA\",\"5534107D-C5C9-48DD-A1ED-B87E9D9B672C\",\"0B89FA7A-768C-4062-98AE-C455E8DAFF19\",\"799320C6-CFBA-40E7-B03D-64BFE9B78248\",\"9B650AA3-271B-4E72-B230-51C6F64B7462\",\"C95D3672-724C-4C2C-9CDD-EF308062F627\",\"C66EBEEC-B7CE-4DD9-8BDF-905F071F965D\",\"D68B143A-A712-4FD0-8803-62CCB4C7F763\",\"ED802271-AE5C-4BE9-AC4E-7CED44BC864B\",\"1BD989CB-146C-431F-8B15-9199C4CD5D32\",\"42172AA4-1B06-4C5B-9BB7-FAED1206CF34\",\"32DFAF99-E6F8-426B-829D-FD6C2BCB8FAA\",\"9B4BF2BE-49D5-4B9D-8F38-1692443069A9\",\"FCAB3690-731A-45E7-984F-843DFE705AF1\",\"3C55B7A5-77F6-45F6-95B5-5AA3B10E6CE5\",\"14ACA43F-520F-4512-971E-58D7AA98A34E\",\"A2CB6935-5F61-4647-AFF7-544B0D457DBE\",\"23AF6A5A-2D3E-4B37-88D9-1796928D6D56\",\"12F76FAD-605C-40C2-93EF-7951441E766B\",\"D92D80C6-56A4-46ED-B62C-757F1FA4D905\",\"6CC2CF6A-223A-4DBA-A5DB-21CBE0CEF2A7\",\"9B99B064-2C50-42CB-A565-288A1B81E00B\",\"C38B8F60-8566-40E7-8B02-2AD06163F885\",\"062785D3-1172-4A86-A875-AC1D54D4F0D0\",\"21A29E3E-F614-44A7-AC8A-591A21720DA9\",\"78CE0802-1677-492A-95DB-B14FDC8FDA44\",\"CB50D64F-6C04-4EB7-8269-E8319815FBB4\",\"9D254D05-EFD1-4CFE-A2C9-7C9CB73A1FA5\",\"120F7E7E-5778-48FF-9A3E-DF7BBAFD37D1\",\"F866F830-60D7-468A-821E-624DA25C5594\",\"4A958B6D-1AA1-4FD8-987C-F853AB4F6790\",\"F3126A42-B5AA-4DCC-9C9A-307B3B23323C\",\"13430A3F-8FA1-48CE-9820-A331BC446C1E\",\"69D8012D-DF9A-4098-811A-E2E1DDB18ED2\",\"32390AE4-1AC0-4D26-A350-5CB598864E24\",\"82C5FE6A-4E5F-4C90-8B50-60C9C6634789\",\"2324F569-1A8C-4299-90ED-B22301B3045C\",\"19C7B723-0D4A-49BA-9A2A-3FBCD7FBAC1C\",\"9D09769C-271B-4F60-A0FB-1F21064E6DED\",\"3B18E957-EA10-4A97-BFAD-C5B0E4D89D7D\",\"C78575AD-3D1D-4F2B-8E40-F5C1D1E60FCD\",\"7157280A-E309-4EF7-BCC4-5823E62FA84B\",\"55CA70AC-2223-4FA7-BCA9-938E7270F768\",\"6BE8CACF-9B4B-4462-A6B0-69DC5A462D15\",\"55605394-8BB5-4423-97E0-7B6E8C433354\",\"62904385-1A42-4ADD-8935-0E3E91419236\",\"6B984920-FFEA-4C91-A82B-192EB41D7CCF\",\"E733AB6B-40AA-41B6-8A73-D61A1280EBF9\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1464},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1418\":{\"submorphs\":[],\"scripts\":[],\"id\":\"496620E4-87D5-4A4C-964F-CD39747AD998\",\"shape\":{\"__isSmartRef__\":true,\"id\":1419},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"showsMorphMenu\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_MaxTextWidth\":130,\"_MaxTextHeight\":null,\"fixedHeight\":true,\"allowsInput\":false,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1424},\"textColor\":{\"__isSmartRef__\":true,\"id\":1422},\"owner\":{\"__isSmartRef__\":true,\"id\":1417},\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1425}],\"padding\":{\"__isSmartRef__\":true,\"id\":1427},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1427},\"prevScroll\":[0,0],\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1428},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1429}],\"doNotSerialize\":[\"$$savedTextString\"],\"doNotCopyProperties\":[\"$$savedTextString\"],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1430},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1431},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"_ClipMode\":\"hidden\",\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":130,\"_MinTextHeight\":null,\"_Align\":\"left\",\"_FontFamily\":\"Arial\",\"_FontSize\":10,\"derivationIds\":[226,\"03DBF3F8-8EA2-4426-BA64-C4297DDAB015\",\"B8F87302-BEC3-48CD-9BBA-6C7DBB6287E1\",\"4AA6AE51-338B-4E3E-814B-9F99C693A2D5\",\"08F6CE56-AD91-4C27-9429-C3DEA313696C\",\"D39C963C-FD24-4498-A6D8-71E5102CE58A\",\"132C2A9E-3466-4051-AAEA-6E485A91F408\",\"DB8BC4A1-ED41-446B-AB6C-7E73DD857B5D\",\"567FC668-A57C-41CB-8252-8912826B3144\",\"D0B0775F-C8E7-49EB-BBB2-C7BB7DD464BF\",\"AABED87D-D7C0-494A-8803-26F4601E35FF\",\"696C3A2A-C695-4D17-A044-41A73436AB8D\",\"206A0BFD-6997-4E0E-9193-089D1F66B22A\",\"F2F1F966-6C41-4EBA-AFCE-FAE8C79AA696\",\"64A754E9-7083-4CAE-B5C2-7B436EFFE4BA\",\"64737503-A352-42CC-A249-667DA2B42746\",\"DF3C67B8-7B15-4911-A7A5-4C93AA4E9E00\",\"326848BF-C53D-46A5-812C-D9F2B8756032\",\"6C055371-8A4E-4887-9735-0C93FB0DA46A\",\"C514FDFF-51F8-461E-B7C7-E85348AD4A94\",\"A2408FDD-FBD9-48BF-8486-EC6111E46FB2\",\"1E8B0D2A-BC10-43DD-A362-3D3B05C4497A\",\"C6BC57AA-BB93-4894-8E45-E11A683FD559\",\"3D38D50E-CA30-4F72-BD29-7CA74B44A71A\",\"88F09C25-C994-4DA8-A44A-8539642906B7\",\"0ED16F9C-755D-4568-9FEE-BA3CBEDFAA6D\",\"3A13AFB3-68CE-4E3C-9E9A-EE8B1BA17F48\",\"2CCF44DC-33F9-49E8-B200-1C8BFB2F3104\",\"B0ED4524-C3B9-4CD3-A5BB-BEF71A51C4FC\",\"03B7FE08-0E1D-4F20-BFCA-7B02BD2285F8\",\"6BD56082-5CA3-46A1-A89A-38E0FF06D820\",\"3AB13A4A-35B2-4F43-BB89-452A7A9E96C0\",\"DF640E86-BA9A-4171-BE65-E072CCA01340\",\"D6764007-9400-4AF9-8E9C-ED916D39E1E5\",\"8276D06F-3363-4C9D-AECE-3CDCC9654E58\",\"0C713654-080C-4216-B5A5-F0A3AFCB483F\",\"3E35CC90-3A85-471E-9401-C0E1BE66F298\",\"514BA223-7783-4152-AEF8-1B7272B3C592\",\"A7D6789D-7FA8-4BD4-ABE3-9333CA8233D7\",\"0ADDA07E-C195-4575-8F21-E7E75187D296\",\"559EF723-8874-49F3-AAB0-F38540394C29\",\"3E673F46-6A43-4630-A3E4-E0CCE2A0DE6B\",\"06D12182-AC4E-4D8C-9CBB-A199BFD19ACE\",\"62C39E3A-1AE5-47A8-A0BF-997F3A633805\",\"410E004A-BE43-4C50-9779-30478F67EBD5\",\"3A2A9587-CB9E-48E5-88EF-5C89CB1404EA\",\"4F849F2C-72B3-4AD7-9433-04A4F350C253\",\"C7EAC4BD-D60E-4B24-8EAA-57AF574E4C1F\",\"E7E1521A-90E5-4D7E-8B3C-16639B6B5227\",\"42CF80DD-31E4-4CCD-B03A-4A503F5FD2F1\"],\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1284},\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1419\":{\"borderWidth\":0,\"fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1420},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1421},\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1422},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1423},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1275},\"_BorderWidth\":0,\"_Fill\":null,\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1420\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1421\":{\"x\":130,\"y\":20,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1422\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1423\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1424\":{\"x\":2,\"y\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1425\":{\"style\":{\"__isSmartRef__\":true,\"id\":1426},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1418},\"storedString\":\"all\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1426\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1427\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1428\":{\"x\":130,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1429\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1418},\"sourceAttrName\":\"savedTextString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1417},\"targetMethodName\":\"selection\",\"converter\":null,\"converterString\":null,\"updater\":null,\"updaterString\":null,\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1430\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1431\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1418},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1432\":{\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1433},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1434},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1435},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1445},\"_BorderRadius\":5,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1446},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1447},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1433\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1434\":{\"x\":130,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1435\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1436},{\"__isSmartRef__\":true,\"id\":1438},{\"__isSmartRef__\":true,\"id\":1440},{\"__isSmartRef__\":true,\"id\":1442}],\"vector\":{\"__isSmartRef__\":true,\"id\":1444},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1436\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1437}},\"1437\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1438\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1439}},\"1439\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1440\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1441}},\"1441\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1442\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1443}},\"1443\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1444\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1445\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1446\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1447\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1448\":{\"x\":39.12381412396891,\"y\":10.000000000000057,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1449\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1450},{\"__isSmartRef__\":true,\"id\":1452},{\"__isSmartRef__\":true,\"id\":1454},{\"__isSmartRef__\":true,\"id\":1456}],\"vector\":{\"__isSmartRef__\":true,\"id\":1444},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1450\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1451}},\"1451\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1452\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1453}},\"1453\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1454\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1455}},\"1455\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1456\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1457}},\"1457\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1458\":{\"x\":5,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1459\":{\"partsSpaceName\":\"PartsBin/Inputs/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":2,\"partName\":\"ChoiceButton\",\"comment\":\"Click on it and you get a list of things to choose from.\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1460\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1461\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1417},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1462\":{\"x\":85.7442776093583,\"y\":-11.582832083333244,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1463\":{\"x\":130,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1464\":{\"createListMorph\":{\"__isSmartRef__\":true,\"id\":1465},\"getList\":{\"__isSmartRef__\":true,\"id\":1469},\"removeList\":{\"__isSmartRef__\":true,\"id\":1473},\"reset\":{\"__isSmartRef__\":true,\"id\":1477},\"onMouseUp\":{\"__isSmartRef__\":true,\"id\":1481},\"onBlur\":{\"__isSmartRef__\":true,\"id\":1489},\"setTag\":{\"__isSmartRef__\":true,\"id\":1497}},\"1465\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1466},\"source\":\"function createListMorph() {\\n var items = this.getList();\\n\\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\\n\\n var listMorph = new lively.morphic.List(extent);\\n listMorph.setList(items);\\n listMorph.setFontSize(10);\\n\\n listMorph.disableGrabbing();\\n listMorph.disableDragging();\\n \\n connect(listMorph, 'selection', this, 'setTag');\\n \\n return listMorph;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1467},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1466\":{\"this\":{\"__isSmartRef__\":true,\"id\":1417}},\"1467\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1468},\"user\":\"lauritz\",\"categories\":[]},\"1468\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:35:59 GMT+0100 (Mitteleuropäische Zeit)\"},\"1469\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1470},\"source\":\"function getList() {\\n if (!this.owner.target) return [''];\\n\\n var target = this.owner.target;\\n\\n var tags = Functions.own(target).collect(function (each) {\\n return target[each].tags || [];\\n }).flatten().uniq();\\n\\n var sortedTags = tags.sortBy(function(name) { \\n return name.toLowerCase() \\n });\\n \\n sortedTags.unshift('all'); \\n return sortedTags;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1471},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1470\":{\"this\":{\"__isSmartRef__\":true,\"id\":1417}},\"1471\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1472},\"user\":\"lauritz\",\"tags\":[]},\"1472\":{\"isSerializedDate\":true,\"string\":\"Fri Dec 16 2011 20:27:25 GMT+0100 (Mitteleuropäische Zeit)\"},\"1473\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1474},\"source\":\"function removeList() {\\n this.listMorph && this.listMorph.remove()\\n this.listMorph = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1475},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1474\":{\"this\":{\"__isSmartRef__\":true,\"id\":1417}},\"1475\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1476},\"user\":\"lauritz\",\"categories\":[]},\"1476\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 19:06:51 GMT+0100 (Mitteleuropäische Zeit)\"},\"1477\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1478},\"source\":\"function reset() {\\n this.list = [];\\n this.setLabel('all');\\n this.label.setAlign('left');\\n this.removeList();\\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1479},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1478\":{\"this\":{\"__isSmartRef__\":true,\"id\":1417}},\"1479\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1480},\"user\":\"lauritz\",\"tags\":[]},\"1480\":{\"isSerializedDate\":true,\"string\":\"Fri Dec 16 2011 20:27:53 GMT+0100 (Mitteleuropäische Zeit)\"},\"1481\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1482},\"source\":\"function onMouseUp(evt) {\\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\\n if (this.listMorph) {\\n this.removeList();\\n return true;\\n } \\n if (this.getList().size() < 2) return;\\n var list = this.createListMorph();\\n this.addMorph(list);\\n this.listMorph = list;\\n return true;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1487},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1482\":{\"this\":{\"__isSmartRef__\":true,\"id\":1417},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1483}},\"1483\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1484}},\"1484\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1485},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1486},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1485\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1417},\"name\":\"onMouseUp\"},\"1486\":{},\"1487\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1488},\"user\":\"lauritz\",\"categories\":[]},\"1488\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 18:59:16 GMT+0100 (Mitteleuropäische Zeit)\"},\"1489\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1490},\"source\":\"function onBlur(evt) {\\n $super(evt);\\n \\n // workaround - otherwise other morphs get this event\\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\\n this.removeList();\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1495},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1490\":{\"this\":{\"__isSmartRef__\":true,\"id\":1417},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1491}},\"1491\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1492}},\"1492\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1493},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1494},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1493\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1417},\"name\":\"onBlur\"},\"1494\":{},\"1495\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1496},\"user\":\"lauritz\",\"categories\":[]},\"1496\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 21 2011 23:10:03 GMT+0100 (Mitteleuropäische Zeit)\"},\"1497\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1498},\"source\":\"function setTag(tag) {\\n this.setLabel(tag || '');\\n this.label.setAlign('left');\\n this.owner.setTag(tag);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1499},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1498\":{\"this\":{\"__isSmartRef__\":true,\"id\":1417}},\"1499\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1500},\"user\":\"lauritz\",\"categories\":[]},\"1500\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:36:12 GMT+0100 (Mitteleuropäische Zeit)\"},\"1501\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1502}],\"scripts\":[],\"id\":\"7983D91C-3280-4035-B2BB-6F6E8EC50CF6\",\"shape\":{\"__isSmartRef__\":true,\"id\":1517},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1521},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1533},\"label\":{\"__isSmartRef__\":true,\"id\":1502},\"name\":\"Button\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1542},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1543}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1579},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1580},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1581},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1582},\"derivationIds\":[7251,\"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1\",\"79FE3D3F-77C4-4B39-8243-D672185B416D\",\"A4D2FEDF-2654-4381-AB43-8F89B9CA2E86\",\"87E42FF6-3862-481D-97D6-643676E15F32\",\"4F370A81-5A80-4821-8ECC-D52B56F31E15\",\"1C6D1DC9-2F9B-4DC4-B453-1CA45B17C516\",\"0E8EC0BF-934B-410B-AEC2-0ECA8C8F774D\",\"97086CE7-CD46-4035-A371-02A41D555A66\",\"E342B91D-F54B-4DA8-8AE7-10C59CE22B41\",\"A838C48E-4033-4688-8DCF-20659BD824FF\",\"E9BBC453-FFF6-4EE8-BDB0-605D5D4557AE\",\"B6FB81D1-145B-40F9-ACF1-17276DA45EBA\",\"09C79781-5461-4815-88DE-22FB67558136\",\"5F8AEA53-52AE-4556-8965-8AF32B7DF244\",\"B6F83D9A-EBDE-481A-9A93-10B7E0F411E5\",\"43A6AF71-969E-474B-B1AF-2D7072766C46\",\"0230F60A-8B10-42D3-A984-05A0EF2EF9DE\",\"042FB220-17F2-4215-AF92-F1AFA75EC06C\",\"11ECFDFB-FB26-4AA0-B5DF-110F0F35F4CB\",\"188943CF-7673-4F2A-A347-F37CCCEE828D\",\"45B2827A-1836-4544-A982-A59304D4E408\",\"579F9218-7101-4AD9-8F55-2D5505397C4B\",\"BC0C3772-5BE6-4FF9-8F58-E2F5075BDD96\",\"1F29F5CD-884F-4891-89B4-FCE2D39CB4AD\",\"2B121380-F997-4DE9-B213-F6A8E0A5A583\",\"CB75357C-D126-44B6-9122-46048629F855\",\"316CF12F-DF43-413E-83A9-F9F187641982\",\"79F3655A-B3FA-4E0B-94F9-979A6AD7A69E\",\"BBCAF92B-CDB5-452F-ADD5-126F652DE79C\",\"B8B0DB08-CCF4-4A2D-BB0F-FF39BB2E253E\",\"DE01F906-0D77-4279-9EB5-AE7A8CECFF07\",\"03917FE2-3A46-4111-A4A7-47129E857A40\",\"B65C660C-C897-4F19-9F42-B808CA4AEE60\",\"1442C7F9-3206-4CF0-A376-0E55AE86B656\",\"87878496-F588-4227-84D7-22E508E9CCDB\",\"4FEE9809-DF57-485C-B72C-C1C12643C124\",\"A0FFCFE4-6978-46EF-8718-523CC4940B1A\",\"4482E186-9925-4919-904A-9E851BB3E8CD\",\"34764D53-5CA8-417E-A22E-C9743E1DD126\",\"A6CAF13F-6559-4927-B5F8-9A3324A749EA\",\"4F13CDAE-F76E-4F99-B52A-457615B1A5AC\",\"B21E97A1-FBD8-4032-9172-3FC9FC29A23F\",\"55EE9A5F-641B-4755-B3D9-5D541F86D52D\",\"DE1F8EE8-9A5C-4D6A-B57D-995358BFA422\",\"F6F2BF53-5635-46CC-8719-C1E431EC18DA\",\"B37CB8A1-93BA-408D-B85C-83F33FB222A5\",\"66218275-8936-4C64-96F6-9CFC11485B55\"],\"_Position\":{\"__isSmartRef__\":true,\"id\":1583},\"owner\":{\"__isSmartRef__\":true,\"id\":153},\"layout\":{\"__isSmartRef__\":true,\"id\":1584},\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":0.994014980014994,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1502\":{\"submorphs\":[],\"scripts\":[],\"id\":\"BD2AEFB9-1A9E-46C2-B919-EE0B4351FA29\",\"shape\":{\"__isSmartRef__\":true,\"id\":1503},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1509},\"_MaxTextWidth\":97,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1510},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1511},\"owner\":{\"__isSmartRef__\":true,\"id\":1501},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1512},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1513}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1515},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1516},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED\",\"307A3596-1175-4EA6-AA27-5BA4C9D95AB7\",\"0EF99131-C569-4C2C-B613-E0D8423C1334\",\"BA4EC8D2-AB29-4F9F-B5A0-715A4746A4C4\",\"56735895-BA99-4D98-9866-AA5DBD86237E\",\"81041CF7-31DB-4F65-BB39-FE438A4F266F\",\"D03829B3-268E-40A0-A440-3E4BAC344F30\",\"714637F0-714A-4833-909B-BA4AF1B4628B\",\"DC956E73-7398-4CAF-B6F2-9A226E344396\",\"C1F72D31-1F49-4C0C-ACF3-C3AD7E698D2F\",\"39386C7E-9099-4159-BFE9-80AD37319211\",\"2764FB6E-70D1-4BC5-B3CB-9979A48B8205\",\"C55C8A7C-412C-453E-A99F-CE78C2AADB94\",\"B8EF6619-AC5D-44B6-8E63-AEB078FD0679\",\"89422A1A-03FF-4785-A46E-069BA05383C7\",\"26A78281-B046-434E-958F-8C992D8D0001\",\"991F0354-BF7D-4678-BAFF-ADEC773F7919\",\"050304FB-48CE-469D-A39B-8906956194BD\",\"7E369F30-9171-47EA-BADC-0141FE0F2474\",\"256024A2-D84F-4EBE-BB06-4AED6EC6EE10\",\"2C5CBDD6-9C36-4868-8A2D-2912F05A6B3C\",\"8F2D20ED-D35F-4267-9999-0DF9ADC6B2B2\",\"C9043B92-E609-45D8-81BB-9BE7809775EA\",\"3C4BD7A7-6944-4901-9CBB-F3951346D760\",\"E140D8CF-6FE7-4AA9-9FDF-30716B6DFB2E\",\"3D4089AA-F4FF-4880-8512-D29A808194D1\",\"8684BBDE-F330-4029-93D7-4AFF7FF8A0E0\",\"68AA3F78-BF05-4C7C-BEB4-F4F29E6C8176\",\"1191953C-AFB4-4057-8311-71D946AABFD4\",\"E8FD422F-1D75-48D4-9D77-0C6A02AFDB16\",\"A4FB1B2B-6CFD-4224-BDD1-C9E8D011A311\",\"574B1C57-5B82-4FE6-BDE2-EC62087804B6\",\"CD14639D-A30F-4722-A431-52994E99585A\",\"281A476D-C160-46AC-8398-182DDC2CCAC5\",\"38D0C385-9645-4F19-BC5E-D930D0492D16\",\"1B1F23A8-48F1-4C81-889F-61C5FC7B8C8D\",\"9691F25A-DBBB-47FC-B185-D98C828F180F\",\"ECD565D1-ACE7-4EE5-ADCF-B548442D96AF\",\"FF9F41CE-DE25-4273-B84D-9EEF18C41954\",\"2C7E1F3F-CB74-41CD-B65C-6FAC38AF09C8\",\"0FF9E09B-63C3-4B56-BF70-638FE34AF52E\",\"A0D6D216-F076-4BA6-A8F2-53988E5CF48C\",\"6BE019C8-D554-4531-83DA-03BFF30DDC21\",\"D4A7E775-4D2F-464C-956C-04FE2736B6C6\",\"F756A865-7E46-4963-9EC4-011E5B57316A\",\"3DE84F3D-A328-4F0D-8065-39F56D61D9C8\",\"8318F352-12D2-4422-84C3-F803474E4993\"],\"_MinTextWidth\":97,\"_MinTextHeight\":null,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1503\":{\"position\":{\"__isSmartRef__\":true,\"id\":1504},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1505},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1506},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1507},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1508},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1504\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1505\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1506\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1507\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1508\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1509\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1510\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1511\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1512\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1513\":{\"style\":{\"__isSmartRef__\":true,\"id\":1514},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1502},\"storedString\":\"run\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1514\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1515\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1516\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1502},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1517\":{\"position\":{\"__isSmartRef__\":true,\"id\":1518},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1519},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1520},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1521},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1531},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1532},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1518\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1519\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1520\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1521\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1522},{\"__isSmartRef__\":true,\"id\":1524},{\"__isSmartRef__\":true,\"id\":1526},{\"__isSmartRef__\":true,\"id\":1528}],\"vector\":{\"__isSmartRef__\":true,\"id\":1530},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1522\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1523}},\"1523\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1524\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1525}},\"1525\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1526\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1527}},\"1527\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1528\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1529}},\"1529\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1530\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1531\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1532\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1533\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1534},{\"__isSmartRef__\":true,\"id\":1536},{\"__isSmartRef__\":true,\"id\":1538},{\"__isSmartRef__\":true,\"id\":1540}],\"vector\":{\"__isSmartRef__\":true,\"id\":1530},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1534\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1535}},\"1535\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1536\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1537}},\"1537\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1538\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1539}},\"1539\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1540\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1541}},\"1541\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1542\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1543\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1501},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":153},\"targetMethodName\":\"runScript\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":1544},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1544\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1545}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1560},\"derivationIds\":[null],\"id\":\"C89B50A0-17E7-4D22-AE1D-5112520DAEE7\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1567},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1568},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":1569},{\"__isSmartRef__\":true,\"id\":1570}],\"con\":{\"__isSmartRef__\":true,\"id\":1543},\"showsMorphMenu\":true,\"showsHalos\":false,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1571},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1545\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1546},\"derivationIds\":[null],\"id\":\"2A71BE9E-6820-46AF-ACED-3C9BDCC918AF\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1557},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1558},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1559},\"owner\":{\"__isSmartRef__\":true,\"id\":1544},\"_Rotation\":-3.130064002485303,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1546\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1547},{\"__isSmartRef__\":true,\"id\":1548},{\"__isSmartRef__\":true,\"id\":1549},{\"__isSmartRef__\":true,\"id\":1550}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1551},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1552},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1553},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1554},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1555},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1556},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1547\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1548\":{\"isAbsolute\":true,\"x\":-12,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1549\":{\"isAbsolute\":true,\"x\":4,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1550\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1551\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1552\":{\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1553\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1554\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1555\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1556\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1557\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1558\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1545},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1559\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1560\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1561},{\"__isSmartRef__\":true,\"id\":1562}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1563},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1564},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1565},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1566},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1555},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1561\":{\"isAbsolute\":true,\"x\":829.7085000406639,\"y\":9.565843617262885,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1562\":{\"isAbsolute\":true,\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1563\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1564\":{\"x\":-1,\"y\":-1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1565\":{\"x\":831,\"y\":11,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1566\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1567\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1568\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1544},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1569\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1544},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1570\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1544},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":1545},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1571\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":1572}},\"1572\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1573},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString ||\\n 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true,\\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(),\\n visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1578},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1573\":{\"this\":{\"__isSmartRef__\":true,\"id\":1544},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1574}},\"1574\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1575}},\"1575\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1576},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1577},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1576\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1544},\"name\":\"morphMenuItems\"},\"1577\":{},\"1578\":{},\"1579\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1580\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1581\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1501},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1582\":{\"x\":71.99397894387357,\"y\":-13.030105280631261,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1583\":{\"x\":790.7426780861912,\"y\":9.508591852040126,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1584\":{\"centeredHorizontal\":false,\"moveHorizontal\":true},\"1585\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1586}],\"scripts\":[],\"id\":\"859845D8-C45A-4690-97F9-2BEF917AEA45\",\"shape\":{\"__isSmartRef__\":true,\"id\":1601},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1605},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1617},\"label\":{\"__isSmartRef__\":true,\"id\":1586},\"name\":\"saveButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1626},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1627}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1663},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1664},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1665},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1666},\"derivationIds\":[7251,\"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1\",\"79FE3D3F-77C4-4B39-8243-D672185B416D\",\"A4D2FEDF-2654-4381-AB43-8F89B9CA2E86\",\"D686F0CB-027B-4CA9-8B8D-9306389B219D\",\"F51327CB-803E-4234-BFB3-6F5252D1C936\",\"A79280E8-6AE3-4016-AF47-CE78F71924C6\",\"B05829EB-D452-4D81-983B-E2CE425C8260\",\"32B117E5-52D8-4843-B80E-090B9817E099\",\"49AC923E-5272-4E3C-8F02-4F2AED2BC4E9\",\"85AAEA9C-5E12-4DEC-8994-9A5FE655A740\",\"2A7FF9BF-85D3-4962-8EB4-0F7016C672EB\",\"3BB17748-B91B-43F5-84BE-2537402A6382\",\"8BA10BD3-43C5-4A41-B9D9-DCD8C74EA208\",\"8BADA640-EDC1-41B2-BEF3-0F2520EA25DD\",\"E170F399-BA88-4DBB-9FEC-DF3750AFB1C3\",\"BB686E76-2F55-4357-995C-9C6F039C46FF\",\"71E2AAC0-E08A-4015-8CC0-9DFF8CBE38C9\",\"FE1D5B02-1C0F-4922-868C-127D155B16E3\",\"455B0FBC-2D89-42C3-AF2A-4209EB1912A2\",\"F8F39C71-FDF9-485D-A36C-1C66192AE908\",\"2E25B3DA-73CE-4A82-BFD7-03FB53E21E9E\",\"A08DFE26-F41E-4E3F-BD1B-1AF61C96738C\",\"D9A576D0-9536-4632-BC25-AF59C2886EA8\",\"4C044EC8-6F89-4DAA-8C98-90DA60559E3E\",\"0045B418-3F92-4C9C-B56A-0F3F03091BEB\",\"5768F945-C367-4258-8CA8-50C3E48B8859\",\"117A6FD2-56E1-457E-8AF4-AD0A5D5F2046\",\"9F358BFD-64D8-4521-A0E1-B2A5B6DD78AD\",\"68A90B0F-E363-4303-9CA4-AA64B418CF9D\",\"95420732-07F7-47B6-B94C-918EBBD72D4B\",\"7A21A894-B976-4E22-B228-347E11A4CAE3\",\"0FC0493B-13D5-465D-993D-82ADEECAF369\",\"5BA5E829-8D8D-4365-A28E-9971B1EB8A2C\",\"8823F9F1-84E3-48F5-973C-51D14463407B\",\"4952BF1A-C47B-41E7-A8A3-4CA7C23FE6F4\",\"250FACA8-49FA-49D7-9EAC-F4ADA4F067E9\",\"3ADEF234-3725-4175-8A21-71316CFCAB15\",\"C729E5B1-F4A3-48ED-9542-FFFE47E5DFB5\",\"F611FC05-D1DA-47E1-B774-261675CC4E37\",\"D6CE5476-369C-4EAC-B6D1-F7D80886100E\",\"625997A6-7CDA-4941-A8F2-47B8B7CFE9D8\",\"E3CBA0D1-1297-468D-B9E7-BA847BA3B71B\",\"74D192BD-4585-4EDE-8F5E-29F2AA7942DD\",\"C9F921B9-9393-4FFB-A8C9-02F5D782A062\",\"3B67CD25-4CA3-460A-8C4F-BFE992181960\",\"7C257861-2B29-41B3-899E-5B8C32505A7B\",\"DF4B32D2-93E5-4F69-AA0B-1DD20E2C74AB\",\"8EDEC7CE-D766-48A7-8C4F-F1691600ED5B\"],\"layout\":{\"__isSmartRef__\":true,\"id\":1667},\"_Position\":{\"__isSmartRef__\":true,\"id\":1668},\"owner\":{\"__isSmartRef__\":true,\"id\":153},\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":0.9880657804942089,\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1586\":{\"submorphs\":[],\"scripts\":[],\"id\":\"44D14181-EBA8-4254-A48D-7A2EC1CAA51B\",\"shape\":{\"__isSmartRef__\":true,\"id\":1587},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1593},\"_MaxTextWidth\":97,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1594},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1595},\"owner\":{\"__isSmartRef__\":true,\"id\":1585},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1596},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1597}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1599},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1600},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED\",\"307A3596-1175-4EA6-AA27-5BA4C9D95AB7\",\"0EF99131-C569-4C2C-B613-E0D8423C1334\",\"9AECBFB8-25A5-483F-86AD-D7CF9ABC9A25\",\"918C6CC4-3540-4341-BAFD-B195F7807FEE\",\"5AABB138-5EE8-40A5-AB3C-5A9625D0A353\",\"4529D79B-4CC5-467E-91F8-661C3A5F49F8\",\"1E5E570C-FD42-45E3-A7F6-768BB14ACD14\",\"A13FB4E0-72F2-4E7C-A861-EDCBA1393860\",\"B8E4C964-4FFF-4A9F-B0A9-612546B1DC8C\",\"002A2173-D26D-4EED-8906-A489C1E158C0\",\"63362D04-B829-41E6-9E68-5B8DB03D382F\",\"996B60A4-8698-448F-A35F-79C768B4976B\",\"F0727398-A1F0-47F5-92CF-BB9677FA05FA\",\"B7DC41D3-D20A-47A5-81A6-0AA02239EEE0\",\"7C31CE8D-12E8-48B5-8744-56FE6E28870D\",\"89C41FB7-76B1-4845-A5F5-AEA2A0421CD9\",\"085CBBF0-392A-4B78-806F-1E3D00E4F322\",\"A6B853EC-5BD0-48CC-B09A-7D53F857D885\",\"B2A14E33-5E3A-4BCE-9B3C-44B4D2A40D03\",\"B8452FE6-B17D-4A0F-A0B3-B3DDA4E506F1\",\"88E4D59D-FA1F-48FF-88F4-4EFCA58CD780\",\"ABF33E03-6D55-48F6-8B0C-E9E914C12380\",\"5DA6D50E-8D14-4FBF-A9F1-67DE11E3351E\",\"68B2C330-9B78-4DEE-B732-F6479E9E6C8F\",\"7E40E6F7-4D32-4B41-BAB1-E0605D1DA439\",\"4B2B5B20-A519-4DAA-90E6-CB13EDB05772\",\"948283CB-9EF2-4A52-A934-D8CE30F455CA\",\"2850B6D7-C6EB-4182-9098-1A28A7138367\",\"ECD8279E-9943-4585-95BB-7C1223C81748\",\"8ECDD406-EF42-4079-A467-691EE8E59A23\",\"920DE619-5137-4F31-A75E-B4B2A231C3F4\",\"A561EB3A-78B4-4484-9A47-90F1449C458D\",\"782A4ABA-6927-4216-9142-F8BB14DC1BDD\",\"B294F597-AEE7-46DC-88CA-D22AB3490404\",\"57E29CFE-CC23-48AB-BE3C-D1F0BE5D5D60\",\"789F5444-5C83-4197-88D1-1552F4CB82CB\",\"26FBC6A2-5019-4A6E-9C29-824A90946856\",\"88616676-C9D1-45B5-B7F5-192A67ED7624\",\"A3256988-8E56-4649-8B68-80A6257436E3\",\"EC8702EE-7905-4447-8828-DFC2125DBFBF\",\"E02CFC88-A522-4BFE-9855-E8D0ECDE2222\",\"1DB63EC9-F944-41B7-80FC-54A1999676DD\",\"5781E7E9-34E1-4C1D-A260-36F9A1BC8AF4\",\"2DE139FD-2FC5-484F-BB3A-D9558283955B\",\"14B26FF2-4990-4A9A-BD16-20630ED2D673\",\"EBEE82CA-18AB-4BA5-AC58-0A7ED4D269A4\",\"9F17FED7-498C-4742-A925-BAACBE080734\"],\"_MinTextWidth\":97,\"_MinTextHeight\":null,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1587\":{\"position\":{\"__isSmartRef__\":true,\"id\":1588},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1589},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1590},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1591},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1592},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1588\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1589\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1590\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1591\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1592\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1593\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1594\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1595\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1596\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1597\":{\"style\":{\"__isSmartRef__\":true,\"id\":1598},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1586},\"storedString\":\"save\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1598\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1599\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1600\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1586},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1601\":{\"position\":{\"__isSmartRef__\":true,\"id\":1602},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1603},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1604},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1605},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1615},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1616},\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1602\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1603\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1604\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1605\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1606},{\"__isSmartRef__\":true,\"id\":1608},{\"__isSmartRef__\":true,\"id\":1610},{\"__isSmartRef__\":true,\"id\":1612}],\"vector\":{\"__isSmartRef__\":true,\"id\":1614},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1606\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1607}},\"1607\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1608\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1609}},\"1609\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1610\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1611}},\"1611\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1612\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1613}},\"1613\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1614\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1615\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1616\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1617\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1618},{\"__isSmartRef__\":true,\"id\":1620},{\"__isSmartRef__\":true,\"id\":1622},{\"__isSmartRef__\":true,\"id\":1624}],\"vector\":{\"__isSmartRef__\":true,\"id\":1614},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1618\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1619}},\"1619\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1620\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1621}},\"1621\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1622\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1623}},\"1623\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1624\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1625}},\"1625\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1626\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1627\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1585},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":649},\"targetMethodName\":\"doSave\",\"visualConnector\":{\"__isSmartRef__\":true,\"id\":1628},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1628\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1629}],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1644},\"derivationIds\":[null],\"id\":\"F46012D5-C8BE-4E52-BF98-D052FDAAE17A\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1651},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1652},\"droppingEnabled\":true,\"halosEnabled\":true,\"owner\":null,\"controlPoints\":[{\"__isSmartRef__\":true,\"id\":1653},{\"__isSmartRef__\":true,\"id\":1654}],\"con\":{\"__isSmartRef__\":true,\"id\":1627},\"showsMorphMenu\":true,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1655},\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1629\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1630},\"derivationIds\":[null],\"id\":\"A2A83C78-09B8-473C-829B-198206D7A9E4\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1641},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1642},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1643},\"owner\":{\"__isSmartRef__\":true,\"id\":1628},\"_Rotation\":3.077607197692381,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.Path\"},\"1630\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1631},{\"__isSmartRef__\":true,\"id\":1632},{\"__isSmartRef__\":true,\"id\":1633},{\"__isSmartRef__\":true,\"id\":1634}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1635},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1636},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1637},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1638},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1639},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1640},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1631\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1632\":{\"isAbsolute\":true,\"x\":-12,\"y\":6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1633\":{\"isAbsolute\":true,\"x\":4,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1634\":{\"isAbsolute\":true,\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1635\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1636\":{\"x\":-12,\"y\":-6,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1637\":{\"x\":16,\"y\":12,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1638\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1639\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1640\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1641\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1642\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1629},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1643\":{\"x\":201.20421122525056,\"y\":40.24084224505009,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1644\":{\"dontChangeShape\":false,\"cachedVertices\":null,\"_PathElements\":[{\"__isSmartRef__\":true,\"id\":1645},{\"__isSmartRef__\":true,\"id\":1646}],\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1647},\"_ClipMode\":\"visible\",\"_Position\":{\"__isSmartRef__\":true,\"id\":1648},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1649},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1650},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1639},\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Path\"},\"1645\":{\"isAbsolute\":true,\"x\":679.4857209639925,\"y\":9.595948897894004,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.MoveTo\"},\"1646\":{\"isAbsolute\":true,\"x\":201.20421122525056,\"y\":40.24084224505009,\"__SourceModuleName__\":\"Global.lively.morphic.PathShapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.LineTo\"},\"1647\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setClipMode\":\"setClipModeHTML\",\"getPathNode\":\"getPathNodeHTML\",\"setPathElements\":\"setPathElementsHTML\",\"getPathBounds\":\"getPathBoundsHTML\",\"getTotalLength\":\"getTotalLengthHTML\",\"getPointAtTotalLength\":\"getPointAtTotalLengthHTML\"},\"1648\":{\"x\":200,\"y\":9,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1649\":{\"x\":480,\"y\":32,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1650\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1651\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"1652\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1628},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1653\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1628},\"index\":0,\"connectedMagnet\":null,\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1654\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1628},\"index\":1,\"connectedMagnet\":null,\"marker\":{\"__isSmartRef__\":true,\"id\":1629},\"markerDirection\":\"prev\",\"__SourceModuleName__\":\"Global.lively.morphic.AdditionalMorphs\",\"__LivelyClassName__\":\"lively.morphic.ControlPoint\"},\"1655\":{\"morphMenuItems\":{\"__isSmartRef__\":true,\"id\":1656}},\"1656\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1657},\"source\":\"function morphMenuItems() {\\n var visualConnector = this, con = this.con, world = this.world();\\n var items = [\\n ['edit converter', function() {\\n var source = con.converterString ||\\n 'function converter(value) {\\\\n return value\\\\n}',\\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\\n editor.doitContext = con;\\n connect(editor, 'savedTextString', con, 'converterString', {updater:\\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\\n function() { return 'setting new converter' }})\\n editor.applyStyle({syntaxHighlighting: true,\\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\\n var title = con.targetObj.name && con.sourceObj.name ?\\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\\n 'Editor for converter function';\\n var window = world.addFramedMorph(editor, title)\\n window.align(window.bounds().topCenter(),\\n visualConnector.bounds().bottomCenter())\\n }],\\n ['hide', function() {\\n visualConnector.disconnectFromMagnets();\\n visualConnector.remove();\\n }],\\n ['disconnect', function() {\\n alertOK('Disconnected ' + visualConnector.con);\\n visualConnector.con.visualDisconnect();\\n }],\\n ['cancel', function() {}],\\n ];\\n return items;\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1662},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1657\":{\"this\":{\"__isSmartRef__\":true,\"id\":1628},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1658}},\"1658\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1659}},\"1659\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1660},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch(e) {\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1661},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1660\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1628},\"name\":\"morphMenuItems\"},\"1661\":{},\"1662\":{},\"1663\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1664\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1665\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1585},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1666\":{\"x\":68.77671624028653,\"y\":-14.497241813457947,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1667\":{\"centeredHorizontal\":false,\"moveHorizontal\":true},\"1668\":{\"x\":677.418985344497,\"y\":9.53851695196505,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1669\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1670}],\"scripts\":[],\"id\":\"8AD18A1C-01D2-4E19-8774-21A5DFED4FDB\",\"shape\":{\"__isSmartRef__\":true,\"id\":1685},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1701},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1689},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1702},\"label\":{\"__isSmartRef__\":true,\"id\":1670},\"name\":\"openTestsButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1711},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1712}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1713},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1714},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1715},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1716},\"derivationIds\":[7251,\"84054D2E-8176-440D-B413-279956A34FC2\",\"79434046-F834-490E-B705-0CE871D9E8B3\",\"FF38CA79-C0DF-4F2F-8FC3-407571EF6A54\",\"B1D50332-9F4F-4F7C-AC3F-95DC6C73EAA4\",\"5B8D7C39-987A-4849-BFFD-3F316CE03852\",\"F7C30F5C-7270-44B1-ADFF-7473F2012DB0\",\"5142302E-3E9A-476B-AB24-B2448DA6D3E4\",\"FEA3C508-593D-4BC7-B645-8B5630CF2EDE\",\"34DBC442-E1DE-42D7-8C63-BA9A1890C994\",\"4F9067A3-5A5C-4637-A76F-7E590CEE2BDA\",\"E72722C9-AAB9-4937-8779-3627ABD85F09\",\"E8D41AAD-C792-4DC6-9406-874FACC47AE8\",\"79FB22F1-7A4A-4F1F-AF8A-43549BE27ADB\",\"CFA34C42-4C13-4ADC-80BD-4429791C6474\",\"30615222-8E5C-45AE-9E4B-D3092D5BAAFA\",\"791F5DB3-1037-4B67-B9DF-69942AA4E594\",\"06F8FC9D-36D1-4D74-8D11-9F8DD908F31A\",\"405CF3CD-8308-42F9-B160-2CAC2A75FDF1\",\"A302A3CC-FBF7-42C2-95BE-0850A9358226\",\"A70262E1-5003-4617-836E-8B09ADD55834\",\"C71A5E2B-E9C5-46F3-A5F7-BC63A82E4CCF\",\"17F5DD0D-F7F6-4CD0-B35C-CF173707D30F\",\"04FDE720-9708-4C20-9D60-EAE329FCDADE\",\"728BFA49-9F0A-439D-A932-671E2FF28CDC\",\"FD24B15F-FBEB-4A94-8BD2-A6CD9CD9E4BC\",\"168932EE-57F9-49B4-83E5-D239D076A1A1\",\"A3935FAD-A15D-4853-89C3-E9DAC478070C\",\"5FA35731-668C-44A0-AE92-82B55FE5BB49\",\"C906EACF-9978-47D7-ACD8-AB089EDDC052\",\"30013FCA-8FAC-48BE-A56E-F772D5C9D771\",\"B7B9E1B2-52E2-4A0B-B877-D85FED9A50D3\",\"27648803-EC82-44A6-A7DD-A7C88FC67EBF\",\"06D8E482-4073-447C-BDE5-D950270ABD0D\",\"F062DC7A-295B-4F1B-89EB-2ABA6B9CD3F8\",\"784CF0B3-F763-4C42-A69E-7180181B60F8\",\"BA76FF63-A57F-48FA-83AF-3EF544594A6E\",\"F7936671-80A5-4F2B-AD38-0203045E11B1\",\"C9BE0B58-3A83-4D8A-BC2E-CA74D25F2D06\",\"35930616-3E7B-4A16-B605-E1B49482F6B5\",\"BE895389-B34B-44BE-BE49-DF01C03385CF\",\"08105A82-F230-44B1-8ECA-7E370C09DF59\",\"07D76582-616A-4B14-8E26-B43614D7A39F\",\"A0A8C1F5-D8B7-4C81-BD62-76655753F3EA\",\"42524B27-D226-41C7-872C-98B7F7C8DCA4\"],\"owner\":{\"__isSmartRef__\":true,\"id\":153},\"_ClipMode\":\"visible\",\"_Rotation\":0,\"_Scale\":0.9940149800149939,\"layout\":{\"__isSmartRef__\":true,\"id\":1717},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1670\":{\"submorphs\":[],\"scripts\":[],\"id\":\"E17D7820-61A3-4F74-80A4-CF84D538CD40\",\"shape\":{\"__isSmartRef__\":true,\"id\":1671},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1677},\"_MaxTextWidth\":97,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1678},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1679},\"owner\":{\"__isSmartRef__\":true,\"id\":1669},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1680},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1681}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1683},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1684},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[7252,\"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2\",\"CB475566-05CE-43E2-B04D-EE32BC4CB718\",\"6BB077CE-92E6-47BE-BE88-9A48488562D1\",\"9E359973-2FDB-417B-BB06-AB34D52BD310\",\"58F098ED-A190-44F2-B73E-80802B2CF2F6\",\"AEA84B35-B349-4307-92C6-8F229705DFC2\",\"A677CADF-24FF-4177-9A3A-FE9AAE7D60FE\",\"0F875AD9-E54C-4735-9BA9-7B89574233A1\",\"840EBE92-3BC2-42EC-819E-3CD002576490\",\"78C4969D-2C33-4B17-9027-89B411B9F496\",\"A4D19BBB-B72A-46BE-922D-F7AE054A25E7\",\"20103AB9-7742-4819-A2BA-13967DC8D154\",\"C8A76FBD-A4F6-4405-BA3B-31177E5A1679\",\"D4C33D15-CF9B-4369-8D54-BB92B101D16E\",\"A16151C1-A05A-4540-A2B9-B9196361EB38\",\"A59460C9-1D1C-4D20-85B4-0509148F6C48\",\"24907352-1365-4AE6-A060-5E4750A0316B\",\"CD8ECA1F-6D66-4934-8F3F-558BE33C42B2\",\"2E20833B-D708-4C28-9C42-054E3EE54104\",\"DD179B82-F1C3-43BA-AD1B-EF98FCD508E2\",\"1BBD4921-3ADE-4D1D-82A0-605D37470E83\",\"4A539AC5-B119-4D02-B2B7-B27F16414CEE\",\"9B7748EA-73F7-45F1-AD01-70491D66DBD1\",\"034A842B-012C-4708-B97A-EE9E8221D55F\",\"70D4501F-8A32-4F8E-8BD3-14E81718C4A1\",\"E42F6F31-A12C-4C53-B29C-B3367C709800\",\"F543FB63-AFB2-4E03-B265-41A5C9C26748\",\"F48E8E47-AA77-4BD8-8435-ED068B8408AA\",\"9B031C03-50AC-4DCC-BBAF-FA0BB8CE56C7\",\"FCDE0083-54A1-4BB3-9071-71AF4A80AD9D\",\"661FA791-3D06-4542-8FC1-C87BE969D00C\",\"4B83DB93-3468-4008-BA5A-275BC9605F3A\",\"FCCE4286-D8CE-4FE0-8D9B-30370DC9A82A\",\"5EDF0150-D965-46B1-8F4D-BF5EB3D57BAC\",\"34F5B687-82FE-4F53-8127-670DBBC9B291\",\"452370DF-E76E-4CAA-B9C8-700A124968D1\",\"A3956187-37FB-4EDD-B69F-B569C7611BD8\",\"86A0E02B-712A-4F27-A57D-3B7789E61BD4\",\"A76595FA-FAC7-4E56-9E74-6BFFDC6B9922\",\"D0DE2CE3-34AD-42AD-8C21-C37F19A47B7E\",\"9C804C9F-5362-4125-950C-B77E345FEFE2\",\"6438974D-3772-4F01-9174-E289113BC03B\",\"8B58585A-9537-4740-B874-E40C50587877\",\"F6E248F3-8471-4A99-983B-86C68853EA79\"],\"_MinTextWidth\":97,\"_MinTextHeight\":null,\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1671\":{\"position\":{\"__isSmartRef__\":true,\"id\":1672},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1673},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1674},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1675},\"_ClipMode\":\"hidden\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1676},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1672\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1673\":{\"x\":101,\"y\":21,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1674\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1675\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1676\":{\"x\":2,\"y\":2,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1677\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1678\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1679\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1680\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1681\":{\"style\":{\"__isSmartRef__\":true,\"id\":1682},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1670},\"storedString\":\"Tests\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1682\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1683\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1684\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1670},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1685\":{\"position\":{\"__isSmartRef__\":true,\"id\":1686},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1687},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1688},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1689},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1699},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1700},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1686\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1687\":{\"x\":101,\"y\":21,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1688\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1689\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1690},{\"__isSmartRef__\":true,\"id\":1692},{\"__isSmartRef__\":true,\"id\":1694},{\"__isSmartRef__\":true,\"id\":1696}],\"vector\":{\"__isSmartRef__\":true,\"id\":1698},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1690\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1691}},\"1691\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1692\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1693}},\"1693\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1694\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1695}},\"1695\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1696\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1697}},\"1697\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1698\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1699\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1700\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1701\":{\"x\":567.4738443086164,\"y\":9,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1702\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1703},{\"__isSmartRef__\":true,\"id\":1705},{\"__isSmartRef__\":true,\"id\":1707},{\"__isSmartRef__\":true,\"id\":1709}],\"vector\":{\"__isSmartRef__\":true,\"id\":1698},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1703\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1704}},\"1704\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1705\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1706}},\"1706\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1707\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1708}},\"1708\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1709\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1710}},\"1710\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1711\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1712\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1669},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":153},\"targetMethodName\":\"openPartTestRunner\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1713\":{\"x\":101,\"y\":20,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1714\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1715\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1669},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1716\":{\"x\":72.12712954861536,\"y\":-12.46465727058387,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1717\":{\"moveHorizontal\":true},\"1718\":{\"submorphs\":[],\"scripts\":[],\"id\":\"B01592A3-ACC0-466F-A1B2-935758B95FB5\",\"shape\":{\"__isSmartRef__\":true,\"id\":1719},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1726},\"itemList\":[],\"showsHalos\":false,\"name\":\"LimeMachineHistoryList\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1727},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"_ClipMode\":\"auto\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1730},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1731},\"derivationIds\":[2860,\"30186701-49A1-49AD-A42F-27F425D92029\",\"ADD09343-51ED-44F6-85F3-257C9A52C897\",\"E7D37D75-7FAC-4173-B986-52D7388750A3\",\"30A579FB-D06C-4025-8208-87030C6AD968\",\"9DBF2BB8-EC40-405E-B59E-2CEE1819A6FF\",\"96175B15-7F17-4B46-BF83-8E99D5319A4E\",\"338C3CBA-4116-4FA8-8813-EBD89404ED05\",\"F1189EA2-535C-4081-9D67-FDA037D0EBCE\",\"6F131B01-53E6-4F10-983D-2B2D400B124D\",\"D44F3C22-D52D-4555-8902-D80E375DAD08\",\"78CFA50F-F466-4BB4-9149-88D3522F8997\",\"BF33F675-3D3D-4F81-947D-434EC1BB5FD5\",\"B1E86D90-F972-4ACD-BDC5-74AE56BF4CAC\",\"B1B13E53-667D-475E-8D02-3AFEB481442B\",\"33FDDA23-64E3-486D-AD54-D5CA0A4825F8\",\"622D353E-8F0B-4ABE-B1EB-786C18AC9D5E\",\"FCBD624A-B214-43CA-AEC0-6AFD2F2AFA0D\",\"E3DD646F-902D-4AA8-BCC2-9C893C251807\",\"89BA71A8-A588-4DB0-A093-975D10B2E702\",\"66E103CF-90DF-45EC-934D-497AD703494F\",\"79694E95-D490-4EA9-B3BD-37BF4B972982\",\"7DE5A787-E700-4D63-B3F3-8EAF94360974\",\"64E1434F-7DBF-4C6F-A534-AA455C472933\",\"C300CA88-26C5-4FD8-8B7E-D227CB839A65\",\"DD4964C5-DD9B-4619-9453-C73C601A8421\"],\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1732}],\"doNotSerialize\":[\"$$selection\"],\"doNotCopyProperties\":[\"$$selection\"],\"isBeingDragged\":false,\"changeTriggered\":true,\"grabbingEnabled\":false,\"_FontSize\":10,\"moved\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":153},\"_Rotation\":0,\"_Scale\":0.990044880209748,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1737},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1738},\"#startLetters\":\"\",\"SelectedScript\":null,\"currentCodeScripts\":[{\"__isSmartRef__\":true,\"id\":1739},{\"__isSmartRef__\":true,\"id\":1740},{\"__isSmartRef__\":true,\"id\":1741},{\"__isSmartRef__\":true,\"id\":1742},{\"__isSmartRef__\":true,\"id\":1743},{\"__isSmartRef__\":true,\"id\":1744},{\"__isSmartRef__\":true,\"id\":1745},{\"__isSmartRef__\":true,\"id\":1746},{\"__isSmartRef__\":true,\"id\":1747},{\"__isSmartRef__\":true,\"id\":1748},{\"__isSmartRef__\":true,\"id\":1749},{\"__isSmartRef__\":true,\"id\":1750},{\"__isSmartRef__\":true,\"id\":1751},{\"__isSmartRef__\":true,\"id\":1752}],\"layout\":{\"__isSmartRef__\":true,\"id\":1753},\"selectedLineNo\":-1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1754},\"__LivelyClassName__\":\"lively.morphic.List\"},\"1719\":{\"position\":{\"__isSmartRef__\":true,\"id\":1720},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1721},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1722},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1723},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1724},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1725},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1720\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1721\":{\"x\":162.6234236844568,\"y\":421.46905114737143,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1722\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1723\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1724\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1725\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1726\":{\"x\":736.0665672126912,\"y\":40.243159798751606,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1727\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"migrationLevel\":4,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"partName\":\"List\",\"comment\":\"a list morph\",\"changes\":[{\"__isSmartRef__\":true,\"id\":1728}],\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"revisionOnLoad\":149013,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1728\":{\"date\":{\"__isSmartRef__\":true,\"id\":1729},\"author\":\"undefined\",\"message\":\"Click on scrollbar does not grab list\",\"id\":\"16AABF98-2E7D-4875-9E66-CF86EB74AF93\"},\"1729\":{\"isSerializedDate\":true,\"string\":\"Thu Mar 29 2012 14:39:24 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1730\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateListContent\":\"updateListContentHTML\",\"resizeList\":\"resizeListHTML\",\"getItemIndexFromEvent\":\"getItemIndexFromEventHTML\",\"getListExtent\":\"getListExtentHTML\",\"setSize\":\"setSizeHTML\",\"renderAsDropDownList\":\"renderAsDropDownListHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"getSelectedIndexes\":\"getSelectedIndexesHTML\",\"enableMultipleSelections\":\"enableMultipleSelectionsHTML\",\"selectAllAt\":\"selectAllAtHTML\",\"clearSelections\":\"clearSelectionsHTML\",\"deselectAt\":\"deselectAtHTML\"},\"1731\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1718},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1732\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1718},\"sourceAttrName\":\"selection\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1718},\"targetMethodName\":\"selectLocalRevision\",\"converterString\":\"function (value) {\\n return value;\\n}\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1733},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1734},\"__LivelyClassName__\":\"AttributeConnection\"},\"1733\":{\"source\":{\"__isSmartRef__\":true,\"id\":1718},\"target\":{\"__isSmartRef__\":true,\"id\":1718}},\"1734\":{\"converter\":{\"__isSmartRef__\":true,\"id\":1735}},\"1735\":{\"originalFunc\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1733},\"source\":\"function (value) {\\n return value;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1736},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1736\":{},\"1737\":{\"x\":68.05027610358502,\"y\":-11.030165662151035,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1738\":{\"x\":162.6234236844568,\"y\":420.46905114737143,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1739\":{\"MethodName\":\"bla2\",\"Code\":\"// changed at Tue Jun 05 2012 12:55:14 GMT+0200 (CEST) by soergel \\nthis.addScript(function bla2() {\\n alertOK(\\\"Blubb!!\\\");\\n}).tag([]);\",\"Timestamp\":1338893714097},\"1740\":{\"MethodName\":\"bla2\",\"Code\":\"// changed at Tue Jun 05 2012 12:55:59 GMT+0200 (CEST) by soergel \\nthis.addScript(function bla2() {\\n alertOK(\\\"Blubb!!\\\");\\n\\n}).tag([]);\",\"Timestamp\":1338893759640},\"1741\":{\"MethodName\":\"bla\",\"Code\":\"// changed at Tue Jun 05 2012 12:56:53 GMT+0200 (CEST) by soergel \\nthis.addScript(function bla() {\\n alertOK(\\\"Blubb!!\\\");\\n\\n}).tag([]);\",\"Timestamp\":1338893813540},\"1742\":{\"MethodName\":\"bla2\",\"Code\":\"// changed at Tue Jun 05 2012 13:25:55 GMT+0200 (CEST) by soergel \\nthis.addScript(function bla2() {\\n alertOK(\\\"Blubb!!\\\");\\n\\n}).tag([]);\",\"Timestamp\":1338895555751},\"1743\":{\"MethodName\":\"bla\",\"Code\":\"// changed at Tue Jun 05 2012 09:48:44 GMT+0200 (CEST) by soergel \\nthis.addScript(function bla() {\\n alertOK(\\\"Blubb!!\\\");\\n}).tag([]);\",\"Timestamp\":1338895911260},\"1744\":{\"MethodName\":\"foo\",\"Code\":\"// changed at Tue Jun 05 2012 09:50:53 GMT+0200 (CEST) by soergel \\nthis.addScript(function foo() {\\n alert(\\\"barrrr?\\\");\\n}).tag([]);\",\"Timestamp\":1338895912791},\"1745\":{\"MethodName\":\"foo2\",\"Code\":\"// changed at Tue Jun 05 2012 10:40:59 GMT+0200 (CEST) by soergel \\nthis.addScript(function foo2() {\\n alert(\\\"barrrr?\\\");\\n alert(\\\"blub\\\");\\n}).tag([]);\",\"Timestamp\":1338895914321},\"1746\":{\"MethodName\":\"bla\",\"Code\":\"// changed at Tue Jun 05 2012 09:48:44 GMT+0200 (CEST) by soergel \\nthis.addScript(function bla() {\\n alertOK(\\\"Blubb!!\\\");\\n}).tag([]);\",\"Timestamp\":1339494350601},\"1747\":{\"MethodName\":\"-- ALL --\",\"Code\":\"// changed at Tue Jun 05 2012 09:48:44 GMT+0200 (CEST) by soergel \\nthis.addScript(function bla() {\\n alertOK(\\\"Blubb!!\\\");\\n}).tag([]);\\n\\n\\n// changed at Tue Jun 05 2012 13:25:55 GMT+0200 (CEST) by soergel \\nthis.addScript(function bla2() {\\n alertOK(\\\"Blubb!!\\\");\\n\\n}).tag([]);\\n\\n\\n// changed at Tue Jun 05 2012 09:50:53 GMT+0200 (CEST) by soergel \\nthis.addScript(function foo() {\\n alert(\\\"barrrr?\\\");\\n}).tag([]);\\n\\n\\n// changed at Tue Jun 05 2012 10:40:59 GMT+0200 (CEST) by soergel \\nthis.addScript(function foo2() {\\n alert(\\\"barrrr?\\\");\\n alert(\\\"blub\\\");\\n}).tag([])\",\"Timestamp\":1339673116443},\"1748\":{\"MethodName\":\"-- ALL --\",\"Code\":\"// changed at Tue Jun 05 2012 09:48:44 GMT+0200 (CEST) by soergel \\nthis.addScript(function bla() {\\n alertOK(\\\"Blubb!!\\\");\\n}).tag([]);\\n\\n\\n// changed at Tue Jun 05 2012 13:25:55 GMT+0200 (CEST) by soergel \\nthis.addScript(function bla2() {\\n alertOK(\\\"Blubb!!\\\");\\n\\n}).tag([]);\\n\\n\\n// changed at Tue Jun 05 2012 09:50:53 GMT+0200 (CEST) by soergel \\nthis.addScript(function foo() {\\n alert(\\\"barrrr?\\\");\\n}).tag([]);\\n\\n\\n// changed at Tue Jun 05 2012 10:40:59 GMT+0200 (CEST) by soergel \\nthis.addScript(function foo2() {\\n alert(\\\"barrrr?\\\");\\n alert(\\\"blub\\\");\\n}).tag([])\",\"Timestamp\":1339673118070},\"1749\":{\"MethodName\":\"-- ALL --\",\"Code\":\"// changed at Tue Jun 05 2012 09:48:44 GMT+0200 (CEST) by soergel \\nthis.addScript(function bla() {\\n alertOK(\\\"Blubb!!\\\");\\n}).tag([]);\\n\\n\\n// changed at Tue Jun 05 2012 13:25:55 GMT+0200 (CEST) by soergel \\nthis.addScript(function bla2() {\\n alertOK(\\\"Blubb!!\\\");\\n\\n}).tag([]);\\n\\n\\n// changed at Tue Jun 05 2012 09:50:53 GMT+0200 (CEST) by soergel \\nthis.addScript(function foo() {\\n alert(\\\"barrrr?\\\");\\n}).tag([]);\\n\\n\\n// changed at Tue Jun 05 2012 10:40:59 GMT+0200 (CEST) by soergel \\nthis.addScript(function foo2() {\\n alert(\\\"barrrr?\\\");\\n alert(\\\"blub\\\");\\n}).tag([])\",\"Timestamp\":1339673118714},\"1750\":{\"MethodName\":\"-- ALL --\",\"Code\":\"// changed at Tue Jun 05 2012 09:48:44 GMT+0200 (CEST) by soergel \\nthis.addScript(function bla() {\\n alertOK(\\\"Blubb!!\\\");\\n}).tag([]);\\n\\n\\n// changed at Tue Jun 05 2012 13:25:55 GMT+0200 (CEST) by soergel \\nthis.addScript(function bla2() {\\n alertOK(\\\"Blubb!!\\\");\\n\\n}).tag([]);\\n\\n\\n// changed at Tue Jun 05 2012 09:50:53 GMT+0200 (CEST) by soergel \\nthis.addScript(function foo() {\\n alert(\\\"barrrr?\\\");\\n}).tag([]);\\n\\n\\n// changed at Tue Jun 05 2012 10:40:59 GMT+0200 (CEST) by soergel \\nthis.addScript(function foo2() {\\n alert(\\\"barrrr?\\\");\\n alert(\\\"blub\\\");\\n}).tag([])\",\"Timestamp\":1339673119209},\"1751\":{\"MethodName\":\"-- ALL --\",\"Code\":\"// changed at Tue Jun 05 2012 09:48:44 GMT+0200 (CEST) by soergel \\nthis.addScript(function bla() {\\n alertOK(\\\"Blubb!!\\\");\\n}).tag([]);\\n\\n\\n// changed at Tue Jun 05 2012 13:25:55 GMT+0200 (CEST) by soergel \\nthis.addScript(function bla2() {\\n alertOK(\\\"Blubb!!\\\");\\n\\n}).tag([]);\\n\\n\\n// changed at Tue Jun 05 2012 09:50:53 GMT+0200 (CEST) by soergel \\nthis.addScript(function foo() {\\n alert(\\\"barrrr?\\\");\\n}).tag([]);\\n\\n\\n// changed at Tue Jun 05 2012 10:40:59 GMT+0200 (CEST) by soergel \\nthis.addScript(function foo2() {\\n alert(\\\"barrrr?\\\");\\n alert(\\\"blub\\\");\\n}).tag([])\",\"Timestamp\":1339673119633},\"1752\":{\"MethodName\":\"foo\",\"Code\":\"// changed at Thu Jun 14 2012 15:11:16 GMT+0200 (CEST) by soergel \\nthis.addScript(function foo() {\\n alert(\\\"barsssrrr?\\\");\\n}).tag([]);\",\"Timestamp\":1339679476880},\"1753\":{\"moveHorizontal\":true,\"resizeHeight\":true},\"1754\":{\"setTarget\":{\"__isSmartRef__\":true,\"id\":1755},\"updateListItems\":{\"__isSmartRef__\":true,\"id\":1759},\"clearList\":{\"__isSmartRef__\":true,\"id\":1763},\"selectLocalRevision\":{\"__isSmartRef__\":true,\"id\":1767},\"selectScript\":{\"__isSmartRef__\":true,\"id\":1771},\"getFormattedTime\":{\"__isSmartRef__\":true,\"id\":1775},\"reset\":{\"__isSmartRef__\":true,\"id\":1779}},\"1755\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1756},\"source\":\"function setTarget(morph) {\\n if (morph && morph.id) {\\n this.targetMorph = morph;\\n } else {\\n this.targetMorph = undefined;\\n }\\n\\n this.updateListItems();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1757},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1756\":{\"this\":{\"__isSmartRef__\":true,\"id\":1718}},\"1757\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1758},\"user\":\"soergel\",\"tags\":[]},\"1758\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 05 2012 13:26:53 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1759\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1760},\"source\":\"function updateListItems() {\\n this.clearList();\\n if (!this.targetMorph) {\\n return;\\n }\\n\\n var lm = projects.WebDev2012.LimeMachine.LimeMachine;\\n var history = lm.getWorldHistory();\\n\\n if (!history) {\\n return;\\n }\\n var currentObject = history.getObject(this.targetMorph.id);\\n if (!currentObject) {\\n return;\\n }\\n\\n this.currentCodeScripts = currentObject.Code;\\n \\n var listItems = [];\\n var methodFilter = this.SelectedScript;\\n var filteredScripts = this.currentCodeScripts.select(function(item) { return methodFilter == null || item.MethodName == methodFilter});\\n var that = this;\\n $.each(filteredScripts, function(idx, item) {\\n item.toString = function() { return this.MethodName + \\\" - \\\" + that.getFormattedTime(this.Timestamp) };\\n listItems.push(item);\\n });\\n \\n this.updateList(listItems.reverse());\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1761},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1760\":{\"this\":{\"__isSmartRef__\":true,\"id\":1718}},\"1761\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1762},\"user\":\"soergel\",\"tags\":[]},\"1762\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 12 2012 11:47:04 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1763\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1764},\"source\":\"function clearList() {\\n this.updateList([]);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1765},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1764\":{\"this\":{\"__isSmartRef__\":true,\"id\":1718}},\"1765\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1766},\"user\":\"soergel\",\"tags\":[]},\"1766\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 05 2012 13:30:32 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1767\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1768},\"source\":\"function selectLocalRevision(selection) {\\n if(selection == undefined) {\\n this.clearSelections();\\n return;\\n }\\n\\n if (this.SelectedScript != selection.MethodName) \\n this.owner.scriptList.selectAddedScript(selection.MethodName);\\n this.owner.displayJavaScriptSource(selection.Code);\\n\\n var index = this.getList().indexOf(selection);\\n if (index !== -1) \\n this.selectAt(index);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1769},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1768\":{\"this\":{\"__isSmartRef__\":true,\"id\":1718}},\"1769\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1770},\"user\":\"josi\",\"tags\":[]},\"1770\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 07 2012 13:54:28 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1771\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1772},\"source\":\"function selectScript(scriptName) {\\n this.SelectedScript = scriptName;\\n this.selectAt(-1);\\n this.updateListItems();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1773},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1772\":{\"this\":{\"__isSmartRef__\":true,\"id\":1718}},\"1773\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1774},\"user\":\"josi\",\"tags\":[]},\"1774\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 07 2012 14:00:38 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1775\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1776},\"source\":\"function getFormattedTime(timestamp) {\\n var today = new Date();\\n today.setHours(0);\\n today.setMinutes(0);\\n today.setSeconds(0);\\n today.setMilliseconds(0);\\n\\n var timestampTime = new Date(timestamp);\\n\\n if (timestampTime >= today)\\n return timestampTime.format(\\\"HH:MM\\\");\\n else \\n return timestampTime.format(\\\"dd.mm.yyyy HH:MM\\\");\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1777},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1776\":{\"this\":{\"__isSmartRef__\":true,\"id\":1718}},\"1777\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1778},\"user\":\"soergel\",\"tags\":[]},\"1778\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 12 2012 11:44:11 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1779\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1780},\"source\":\"function reset() {\\n this.clearList();\\n this.targetMorph = undefined;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1781},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1780\":{\"this\":{\"__isSmartRef__\":true,\"id\":1718}},\"1781\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1782},\"user\":\"soergel\",\"tags\":[]},\"1782\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 14 2012 15:06:11 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1783\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1784},{\"__isSmartRef__\":true,\"id\":1802}],\"scripts\":[],\"id\":\"2078D4B5-EE40-4C4C-BDB3-3FCE8B632104\",\"shape\":{\"__isSmartRef__\":true,\"id\":1813},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1829},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1817},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":1830},\"label\":{\"__isSmartRef__\":true,\"id\":1784},\"name\":\"MagnifierButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1839},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1842}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1843},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1844},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1845},\"derivationIds\":[2588,\"22797D34-67DE-4A06-81F0-4DF0A87ADBBC\",\"81CB4C12-BCF0-4097-8B6D-D9419046367A\",\"0767A57D-9BB2-48C6-9654-753D2B9D00A6\",\"42871246-6725-4E41-A2C1-5A5BCF041097\",\"BCE6E775-B5DF-4D6B-9F06-CDC02C1B1D0F\",\"797EC165-A639-42D9-A059-669F6BEB92A7\",\"FA498EFD-E50E-4CE0-9FA8-9AE2E8AE9580\",\"4B68C371-CB37-45B4-910A-611E5FFC23DD\",\"94E374B9-7ED4-4E39-96F1-6FD4E7AC3428\",\"34D63515-7CC7-43FB-B7BB-87AFCA377D63\",\"0AB02747-6FB8-4C40-8607-2ACFF26F53DA\",\"59A56519-54E2-42DE-8058-8CAE9111839F\",\"C8AF29A4-9676-4A0A-AAE7-8E6BAE0DB15A\",\"568E8B96-A83C-4E15-96FA-5AFE3270AB47\",\"1829EF71-6DE1-43BB-AD3A-C0D48BCA75EF\",\"163FD6FA-9476-4634-A331-92B2E1A4D17D\",\"EB20D882-43AA-4FA4-8B03-5B6197CBA21C\",\"BD9274E1-9481-4976-96F7-B2CE62F283E3\"],\"_ClipMode\":\"visible\",\"owner\":{\"__isSmartRef__\":true,\"id\":153},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1846},\"_Rotation\":0,\"_Scale\":0.9920279440699439,\"highlightRectangle\":{\"__isSmartRef__\":true,\"id\":1847},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1933},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1784\":{\"submorphs\":[],\"scripts\":[],\"id\":\"B9DCC59B-ADD8-43F2-8705-C0D9689A1DBF\",\"shape\":{\"__isSmartRef__\":true,\"id\":1785},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1791},\"_MaxTextWidth\":24,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1792},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1793},\"owner\":{\"__isSmartRef__\":true,\"id\":1783},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1794},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1795},{\"__isSmartRef__\":true,\"id\":1797}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1799},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1800},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"derivationIds\":[2589,\"024C5ADE-C4CF-4E8E-BEC5-F93AD4839702\",\"A2CC4D56-B9D8-4A48-B6FF-DDDD85ACDC2E\",\"5AC5C4DE-00B0-43DB-B7F1-765674CE818B\",\"750A11C6-766E-4B48-AE32-D71DE811EB4A\",\"66A7B56E-A94E-44AE-8AED-C0C1B07554D4\",\"CA8596D3-2D4F-453B-BE1B-DCEC8F85389B\",\"4D7DC32F-79CB-4AF8-8B21-AB4F1809D4A8\",\"439DE430-7651-470E-97D8-00E7F96B04DA\",\"DAC920E6-217B-4515-AC09-2F9DCBA7375C\",\"BD48C003-0502-451D-B6AA-7369FF3D1030\",\"539972E1-50A9-43BC-88DB-34ACD1E14404\",\"202BC565-5119-46F1-A2C7-7211A0B8365D\",\"CBEF7249-F387-4013-B709-AF364588EDF4\",\"7691D074-29D7-4B7A-A843-AB39F2D7882F\",\"A239B6D2-7F00-4CE8-98E8-61D8BFF9B8C1\",\"A1E1EB42-A503-4A69-A733-B6D8CA81491B\",\"9C872B09-2764-40CA-9516-AFD7B3AC1997\",\"4743F42F-40E0-49C7-881E-E372B1E5F318\"],\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":24,\"_MinTextHeight\":null,\"_FontSize\":10,\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1801},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1785\":{\"position\":{\"__isSmartRef__\":true,\"id\":1786},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1787},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1788},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1789},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1790},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1786\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1787\":{\"x\":24,\"y\":24,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1788\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1789\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1790\":{\"x\":0,\"y\":3,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1791\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1792\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1793\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1794\":{\"x\":24,\"y\":24,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1795\":{\"style\":{\"__isSmartRef__\":true,\"id\":1796},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1784},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1796\":{\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1797\":{\"style\":{\"__isSmartRef__\":true,\"id\":1798},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1784},\"storedString\":\"\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1798\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1799\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1800\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1784},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1801\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1802\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1803},\"derivationIds\":[null,\"29E543E0-AE93-493A-A694-FC1C330D0544\",\"F0366E4C-E97F-4C77-BEE4-340A0668ADD5\",\"347F6028-5092-4F54-9A34-3EFF3FF0B815\",\"BF7387E7-BCD7-4A5B-B9D2-C14ECF59EFCA\",\"85BA370B-966E-41F7-8C2F-F3A926EC2AA2\",\"1652172B-339A-43A1-9589-70E68B35A28E\",\"705524F7-129B-4102-834E-2A1A45985BB5\",\"5707DF70-CD77-4D53-96ED-5A0AEB227FB7\",\"257E62CE-C668-4317-B5B7-8D394BDC3F6C\",\"DB924165-FF64-41D0-9CEC-F47FB3BD5F79\",\"AB6E73FA-7276-41C1-AEB5-E7343BF6514C\",\"7ED786C4-2739-477D-84A5-8893F801133B\",\"EB31CE3D-76CE-4FD1-AB50-CC3BF6706D81\",\"3BCDC5AF-AE31-4F87-8468-3A004154FE46\",\"35393851-14AB-421A-8739-8DD305783245\",\"189DA5FF-4630-43A6-9FE7-4D8331FA569A\",\"59C3E15C-5B97-43D8-BF83-762BED0BFA13\"],\"id\":\"8BEA69B3-8395-4B07-A310-6EB7BC730329\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1808},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1809},\"_ClipMode\":\"visible\",\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1810},\"owner\":{\"__isSmartRef__\":true,\"id\":1783},\"name\":\"leftpointing_magnifying_glass.png\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1811},\"isBeingDragged\":false,\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"showsHalos\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1812},\"eventsAreDisabled\":true,\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Image\"},\"1803\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":1804},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1805},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1806},\"_ImageURL\":\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAABAAAAAQBPJcTWAAAALnRFWHRUaXRsZQBMRUZULVBPSU5USU5HIE1BR05JRllJTkcgR0xBU1MgKFUrMUY1MEQpw88haQAAABV0RVh0QXV0aG9yAEFuZHJldyBNYXJjdXNl5zc3gwAAAC90RVh0U29mdHdhcmUAaW5mby5maWxlZm9ybWF0LmRhdGEuVW5pY29kZVBuZ1NlcnZsZXRoAX8wAAAAQ3RFWHREZXNjcmlwdGlvbgBodHRwOi8vd3d3LmZpbGVmb3JtYXQuaW5mby9pbmZvL3VuaWNvZGUvMWY1MGQvaW5kZXguaHRtk2hNQgAAADt0RVh0Q29weXJpZ2h0AGh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LW5jLXNhLzIuMC9siJKDAAAIDklEQVR42u1daWxVRRQeCi0tIqCAQCTIUtEIGlk0ilqEkEbiQhSKGAyCooIIggsiQuMWZNGwVMUFNIhKZBMobZClgK1FwAU3wIpSREDcUFZFEM/JOzf3vPHet9ze1/eYe77k+zNzl5nz3ZlzZntPKYFAcHojDXimmKH6cQbwZuBM4HLgx8A9wBPAU8BjwJ3ADcDFwMnArsCaYjr/0BB4DwlwjAwfL38DzgX2AdYWk3pDJnAM8E/NuN8BpwEHAq8DXgpsCswANgN2APak/BeBu7T7sQX1A9YQE8fuDwYAf2BG/JrEaefxmSjaeOAO9syNwBwxd2Q0o/7fMhr6h8Fx+oBIX346cATwF/aON6Qbc0ZH4G4y0lHgOGAdD8/Be/KAs4AFwKsdrqkHnAA8Tu8rAzYWCWz0Bh5hraKTT11fL+AH1FXlA8/SrsEu61fmW9qLFEqNAv5LRsEw9twEvKMzcAvwJ3LoHG2AW+n9B4HdgixGHhNjiccuKlbUp9aC7yoGnqflraa8A8C2QRTjMvIVaITyKI61BjnkqiILWEjvPAwcxvLqAj+nvAqH7s1oNAfupcpjeNskhnvQOQ/xYfxQCziHRVl3sjxsNfspvYSuNR4Ywn5ClT5CA7lYkUPRU0YVy4CivkVlOE7TKxa6AP+ivKlBEORe9nUO8XD/QhWay6oqmlK3dYoirTYs70FK/wd4ocli1KVIByu7XXmb9BsOPEmj76riSfZxbAM2oPQMmqLB9GUmC/I0M8AtHp9xCd3/rM8fCHISy+vH0ruaOi3Coyqv6ETPKPSpXEOZ4X9XoSl+y89sovTNJgoyklW8rw8+aKFP5apFo3SrbMNcWsnFpgmylkU19R3yY4mc0mk0j88Z62PZ5jHDV7DQugE5dkx/3CQxzlb2qt6aCF1HtJH6BHoGju4v97F8+Sp8zeRGlldCaZtMEmQAq+zICL5hpUvrwfXy19gzZvhcvj6aILNZ3ij2ETQzRZA3WWU7RrgOfQsu05YCnyLxcFS9h91fTlMgfqKdJsg6lteBpQ8wRZASVqmmUa7txvwEJ/qe8SoxGxYymK+wpnMsNGHpxviRbVShkzEatAb5iEHUSrqzQVuiUMkMf5IFGWnM/71giiAHqEL7U7iMf2gtkk/B7/M51E4qMlklvzwNymgxl+VvobQPTRCkMavkDpaelkJlbOkgyDUsv0LZu19Oe/A++BBLvyIB0ZJX9HIQhHdZBymt1BQfso9V1Jorag28PUXKN8tBkHqUV4elLTJFkM9YpVqzllOcAmXDiG6vJsZhlt+Kpc80RZBiF2eJK4fZSS5bd4fWUcTyc1n6Y6YIMpVVii+LTgFOTHLZNjoIMpTlT2fpXUwRpIcKn021gHuwcDN0ss525Cnn3fIt2DXfK3vPljGbHtK1gdcFmkNdkYTK4gz0Tgcxytg1fI6rUBkGvubA54Ta0lTFK9VYFhS/xKV18PEHX3MfYpogfPUND9DwuamFlP5oNZXlZRcxlmsDWutsCl/aNQYZWhfBnTlOceNsLq459E1wyyhwEeNvFb7ZusClrEbhNlbJoyp8Y3UejehxPWS08v/MBrbIlcr92BvfwZit7KMKOC3f3FRBcBC2mRlBnz0dpOzN17gvqrdP7+2p7PkoJz7Hrq2pCfeqMhzXasbI1/KHa/m4Y93reRFcU1mrIh8IXaLCJzpnsLyfKRozHrNZpbFF9NHyx2pGw2tWAZ8H3gW8UjmvvWdSlIQb3raq6Kdzp6vwBbOhWn5/FRCggy9lFcdN1521ax5Q0Y9B41o7nkn8Rv1/gSkS0T/crb0vV4Uv465UAUNjLerCkfAN2jUXKef19apwnYP4AynK4tfNU6m1ZlMtaK/stQZrLXu0Q6g6OIpTjoVfAK/Xnp1GDp1fhy0th1rwHLqmEbXYHkEQJYcGitwouG2onoPx0Ne8q+yDmtGIs8lPUFCgH/Q5R4XPQlt8nfKzKB9/ouNHLT/ddFEw7t+uGQbPko90GY+gOHgcoRc5+YeBj1DY3JPyGrq8qy6JdMhBDAyz8azhZLq2JRuP4HE3a6f8KhNH7k4Dt9UORqoE3qGqfiAUo7L7lX1kjfMd4H0UHGTTFMpLzH8VUAS3iN2znsQ1GugvprCvkvMYdSFouBYxPu98FdoKusblmZXUoiz0J1FuYgPUfCrXAof7S4MgimXIRVH8wwHq5vBLna9Cs8ULyEgVWrCg8zAJ79TtjGDXjSMx5kd4Fk7XB+a3uq5Sob1QfoW86JzxR2zcjjyj3/mKTafUpCAi2nPLVcB+QA379YdoGuWEBxEwars1hujIOpZQQS1jWhzvKXeIDAOBRhT+YgQ2kcYK71NLwgOauAKJ50jwpFW8J2jHKHvLKwYBuENmVxyibAiqKIlCOkVY1g8HZHkQ5SOXeTaBR9RW9vT7agp34xVlo4jiL7KoG0TjriCR4hVlk0r8EYrAtZQiZa+14wx1qzhF2Syi+C+K5VOWko8RUVJIlPc8irIhKCP6ZItSqeJbh8kSU/qHDCbKMuZT4hFlrpgxcaIUUcuJR5TdYsLEiFLIQuLMOESZJOZLnCjLyMhrabqkZRRR1qsArDQmW5SlZOxPVWhJ2E2UNRJlVQ/wi19CRv9WhXbJoCh8zb+IujVBNYqymIyPP55ZxsQoVvK78kkBrp28rXVThSJGcoE7YZ5RoTMlc8SBpw7kj2IEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgSAZ+A+0ucC4BysctgAAAABJRU5ErkJggg==\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1807},\"_NodeClass\":[\"image\"],\"_NodeId\":\"29E543E0-AE93-493A-A694-FC1C330D0544\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isLoaded\":true,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Image\"},\"1804\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1805\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\",\"setImageURL\":\"setImageURLHTML\",\"getNativeExtent\":\"getNativeExtentHTML\"},\"1806\":{\"x\":29,\"y\":29,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1807\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1808\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1809\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1802},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1810\":{\"x\":-3.024108360992159,\"y\":0.008036120330757512,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1811\":{\"x\":28,\"y\":29,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1812\":{\"x\":39.935711037353485,\"y\":-9.032144481323257,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1813\":{\"position\":{\"__isSmartRef__\":true,\"id\":1814},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1815},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1816},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1817},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1827},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1828},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1814\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1815\":{\"x\":24,\"y\":24,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1816\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1817\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1818},{\"__isSmartRef__\":true,\"id\":1820},{\"__isSmartRef__\":true,\"id\":1822},{\"__isSmartRef__\":true,\"id\":1824}],\"vector\":{\"__isSmartRef__\":true,\"id\":1826},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1818\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1819}},\"1819\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1820\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1821}},\"1821\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1822\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1823}},\"1823\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1824\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1825}},\"1825\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1826\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1827\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1828\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1829\":{\"x\":470,\"y\":8,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1830\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1831},{\"__isSmartRef__\":true,\"id\":1833},{\"__isSmartRef__\":true,\"id\":1835},{\"__isSmartRef__\":true,\"id\":1837}],\"vector\":{\"__isSmartRef__\":true,\"id\":1826},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1831\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1832}},\"1832\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1833\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1834}},\"1834\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1835\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1836}},\"1836\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1837\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":1838}},\"1838\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1839\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"ScriptableButton\",\"comment\":\"Has a script that is called on button press\",\"changes\":[{\"__isSmartRef__\":true,\"id\":1840}],\"revisionOnLoad\":154251,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1840\":{\"date\":{\"__isSmartRef__\":true,\"id\":1841},\"author\":\"robertkrahn\",\"message\":\"no comment\",\"id\":\"0366C0A2-0C8E-4AEB-AAC3-120434134545\"},\"1841\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 14:10:10 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1842\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1783},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1783},\"targetMethodName\":\"onFire\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1843\":{\"x\":24.405327095521386,\"y\":24.0321444813232,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1844\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1845\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1783},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1846\":{\"x\":37.935711037353656,\"y\":-7.943747157684584,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1847\":{\"submorphs\":[],\"scripts\":[],\"id\":\"364FF344-E489-461B-BC8C-ED45E4823ED4\",\"shape\":{\"__isSmartRef__\":true,\"id\":1848},\"__layered_droppingEnabled__\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1855},\"showsHalos\":false,\"name\":\"HighlightRectangle\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":1856},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1897},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1898},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":1899},{\"__isSmartRef__\":true,\"id\":1900},{\"__isSmartRef__\":true,\"id\":1901}],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"derivationIds\":[127,\"F0291F62-F100-480C-AEBF-0230398F7983\",\"AE8B5ED7-E305-45BC-BE4A-1C28A49EE12B\",\"39BA345C-17FA-45A0-BAC2-F0CF5654ACF8\",\"FE91EA31-D8AE-461B-8A49-95DA5FBAE5B4\",\"F38439A3-2F4E-4AC2-BF73-2633C00B1393\",\"6748F5B5-2284-4748-A6EE-F1A261CBAD0B\",\"6FECB598-D130-4242-BF1B-E18767608129\",\"0B23F218-078F-4912-A262-31B957885F41\",\"C56BA290-B836-4946-B4EF-DBB6FBA2368C\",\"61176BAF-CFE6-4F2C-9F0A-971AAD6595A1\",\"CB4127B2-0AA5-4B50-9978-F1FF39924A82\",\"113050BB-CF0E-4193-91C6-9C25FC857EE8\",\"EFF939E4-317B-4662-943F-77A6E6F65BD0\",\"AA288E7F-3972-4F0D-87DD-61E4BD9C9C97\",\"903E8C60-1158-42D5-85D2-DF134DA6CEC1\",\"28FD6210-A549-4A11-9178-04E77FF556C0\",\"B3312E29-D786-469F-865E-91FD69475A52\",\"D947A1C1-DCBE-4485-A33D-DF549F6978E0\",\"56CE0E60-45BE-43FF-9C6C-296D8AC326B6\",\"CC61E3F8-8C8D-4F24-A591-023D3C88DEC8\"],\"partTests\":{\"__isSmartRef__\":true,\"id\":1906},\"_ClipMode\":\"visible\",\"moved\":true,\"isBeingDragged\":false,\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1850},\"prevScroll\":[0,0],\"#startLetters\":\"\",\"eventsAreDisabled\":false,\"_HandStyle\":\"default\",\"_PointerEvents\":\"auto\",\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":1911},\"_Rotation\":0,\"_Scale\":1.0060210561262526,\"owner\":null,\"magnifierButton\":{\"__isSmartRef__\":true,\"id\":1783},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1912},\"__LivelyClassName__\":\"lively.morphic.Box\"},\"1848\":{\"position\":{\"__isSmartRef__\":true,\"id\":1849},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1850},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1851},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1852},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1853},\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":1854},\"_BorderRadius\":0,\"_Opacity\":0.2597,\"_BorderStyle\":\"hidden\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1849\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1850\":{\"x\":100,\"y\":100,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1851\":{\"r\":0.8,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1852\":{\"r\":0.227,\"g\":0,\"b\":1,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1853\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1854\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1855\":{\"x\":416,\"y\":75,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1856\":{\"partsSpaceName\":\"PartsBin/Tools\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"A rectangle which highlights the object under the first hand of the world\",\"migrationLevel\":4,\"partName\":\"HighlightRectangle\",\"changes\":[{\"__isSmartRef__\":true,\"id\":1857},{\"__isSmartRef__\":true,\"id\":1859},{\"__isSmartRef__\":true,\"id\":1861},{\"__isSmartRef__\":true,\"id\":1863},{\"__isSmartRef__\":true,\"id\":1865},{\"__isSmartRef__\":true,\"id\":1867},{\"__isSmartRef__\":true,\"id\":1869},{\"__isSmartRef__\":true,\"id\":1871},{\"__isSmartRef__\":true,\"id\":1873},{\"__isSmartRef__\":true,\"id\":1875},{\"__isSmartRef__\":true,\"id\":1877},{\"__isSmartRef__\":true,\"id\":1879},{\"__isSmartRef__\":true,\"id\":1881},{\"__isSmartRef__\":true,\"id\":1883},{\"__isSmartRef__\":true,\"id\":1885},{\"__isSmartRef__\":true,\"id\":1887},{\"__isSmartRef__\":true,\"id\":1889},{\"__isSmartRef__\":true,\"id\":1891},{\"__isSmartRef__\":true,\"id\":1893},{\"__isSmartRef__\":true,\"id\":1895}],\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"1857\":{\"date\":{\"__isSmartRef__\":true,\"id\":1858},\"author\":\"timfelgentreff\",\"message\":\"no comment\",\"id\":\"3DB7DB40-210A-4BED-91FD-9287005703EC\"},\"1858\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 17:04:54 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1859\":{\"date\":{\"__isSmartRef__\":true,\"id\":1860},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"23D7AA12-66A9-4C3B-B494-131256C291AC\"},\"1860\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:57:13 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1861\":{\"date\":{\"__isSmartRef__\":true,\"id\":1862},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"2C30B7CA-388F-4F51-B4CF-A2E50E381148\"},\"1862\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:23:11 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1863\":{\"date\":{\"__isSmartRef__\":true,\"id\":1864},\"author\":\"tessi\",\"message\":\"diable events\",\"id\":\"7C1F71A3-FDAC-470A-B9A9-E1F2C9FEF18E\"},\"1864\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 14:46:08 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1865\":{\"date\":{\"__isSmartRef__\":true,\"id\":1866},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"01996A33-11BC-4C15-96D7-B7D219E2E961\"},\"1866\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 14:39:50 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1867\":{\"date\":{\"__isSmartRef__\":true,\"id\":1868},\"author\":\"undefined\",\"message\":\"whoopsie\",\"id\":\"3F17A2D2-3C24-424B-B0FA-E43112267D23\"},\"1868\":{\"isSerializedDate\":true,\"string\":\"Thu May 03 2012 15:51:36 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1869\":{\"date\":{\"__isSmartRef__\":true,\"id\":1870},\"author\":\"undefined\",\"message\":\"whoopsie\",\"id\":\"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC\"},\"1870\":{\"isSerializedDate\":true,\"string\":\"Thu May 03 2012 15:51:30 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1871\":{\"date\":{\"__isSmartRef__\":true,\"id\":1872},\"author\":\"undefined\",\"message\":\"sorry\",\"id\":\"44B56D2E-9B59-4C67-A305-49A6E10E66C2\"},\"1872\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 14 2012 10:53:45 GMT+0100 (Mitteleuropäische Zeit)\"},\"1873\":{\"date\":{\"__isSmartRef__\":true,\"id\":1874},\"author\":\"fbo\",\"message\":\"\",\"id\":\"BD1C654D-9100-4B66-BC62-B15FF2498B2B\"},\"1874\":{\"isSerializedDate\":true,\"string\":\"Sat Feb 25 2012 02:59:09 GMT+0100 (Mitteleuropäische Zeit)\"},\"1875\":{\"date\":{\"__isSmartRef__\":true,\"id\":1876},\"author\":\"undefined\",\"message\":\"css transitions\",\"id\":\"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7\"},\"1876\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 14 2012 10:42:26 GMT+0100 (Mitteleuropäische Zeit)\"},\"1877\":{\"date\":{\"__isSmartRef__\":true,\"id\":1878},\"author\":\"undefined\",\"message\":\"suddenly, the rectangle became a CarDemo\",\"id\":\"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350\"},\"1878\":{\"isSerializedDate\":true,\"string\":\"Mon Apr 09 2012 13:42:07 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1879\":{\"date\":{\"__isSmartRef__\":true,\"id\":1880},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"4B982A01-25B3-455A-848D-89C2C3C471D7\"},\"1880\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 13:58:01 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1881\":{\"date\":{\"__isSmartRef__\":true,\"id\":1882},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"2FD6CB7B-3BC7-4666-98B4-AACF1001954D\"},\"1882\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 14:07:32 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1883\":{\"date\":{\"__isSmartRef__\":true,\"id\":1884},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"09CF5ECF-2C87-4B66-A164-39848628596F\"},\"1884\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 15:34:59 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1885\":{\"date\":{\"__isSmartRef__\":true,\"id\":1886},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"252A3EB5-DB00-4CF9-BF38-2927DD1C5229\"},\"1886\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:34:29 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1887\":{\"date\":{\"__isSmartRef__\":true,\"id\":1888},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"81534551-62C1-4FC9-96CB-A5AC6642CA1E\"},\"1888\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:45:49 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1889\":{\"date\":{\"__isSmartRef__\":true,\"id\":1890},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"5125DE3A-D50E-4621-8490-F3A9D99C2C4C\"},\"1890\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:47:20 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1891\":{\"date\":{\"__isSmartRef__\":true,\"id\":1892},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"C81A2FBF-CB0B-4A0B-9D63-F9AEDFCB5DA6\"},\"1892\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:51:06 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1893\":{\"date\":{\"__isSmartRef__\":true,\"id\":1894},\"author\":\"tessi\",\"message\":\"no comment\",\"id\":\"DC8EF5EC-7563-45B6-816D-20E2DC218525\"},\"1894\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:52:10 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1895\":{\"date\":{\"__isSmartRef__\":true,\"id\":1896},\"author\":\"timfelgentreff\",\"message\":\"no comment\",\"id\":\"E7515DFB-DE7D-4E1F-A2C3-85166DCE4942\"},\"1896\":{\"isSerializedDate\":true,\"string\":\"Thu May 24 2012 16:59:39 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1897\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"1898\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1847},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1899\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1847},\"sourceAttrName\":\"onMouseMove\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1847},\"targetMethodName\":\"updateOnMove\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1900\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1847},\"sourceAttrName\":\"onMouseUp\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1783},\"targetMethodName\":\"removeHighlighting\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"1901\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1847},\"sourceAttrName\":\"onMouseUp\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":153},\"targetMethodName\":\"setTarget\",\"converterString\":\"function () {\\n return this.sourceObj.coveredMorph()\\n }\",\"updater\":null,\"updaterString\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1902},\"__SourceModuleName__\":\"Global.lively.bindings\",\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1903},\"__LivelyClassName__\":\"AttributeConnection\"},\"1902\":{\"source\":{\"__isSmartRef__\":true,\"id\":1847},\"target\":{\"__isSmartRef__\":true,\"id\":153}},\"1903\":{\"converter\":{\"__isSmartRef__\":true,\"id\":1904}},\"1904\":{\"originalFunc\":null,\"varMapping\":{\"__isSmartRef__\":true,\"id\":1902},\"source\":\"function () {\\n return this.sourceObj.coveredMorph()\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1905},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1905\":{},\"1906\":{\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1907}},\"1907\":{\"test01IsMorph\":{\"__isSmartRef__\":true,\"id\":1908}},\"1908\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1909},\"source\":\"function test01IsMorph(aPart) {\\n this.assert(aPart.isMorph, 'rectangle should be a morph');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1910},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1909\":{\"this\":{\"__isSmartRef__\":true,\"id\":1906}},\"1910\":{},\"1911\":{\"x\":43.995993991989735,\"y\":-14.012018024029999,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1912\":{\"update\":{\"__isSmartRef__\":true,\"id\":1913},\"coveredMorph\":{\"__isSmartRef__\":true,\"id\":1917},\"updateOnMove\":{\"__isSmartRef__\":true,\"id\":1921},\"bringToFront\":{\"__isSmartRef__\":true,\"id\":1925}},\"1913\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1914},\"source\":\"function update(morph) {\\n if (morph === this.magnifierButton ||\\n this.magnifierButton.submorphs.indexOf(morph) >= 0) {\\n morph = this.magnifierButton.currentTarget()\\n }\\n\\n if (morph) {\\n this.setPosition(morph.getPositionInWorld())\\n this.setExtent(morph.getExtent())\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1915},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1914\":{\"this\":{\"__isSmartRef__\":true,\"id\":1847}},\"1915\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1916},\"user\":\"lauritz\",\"tags\":[]},\"1916\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 18:30:09 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1917\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1918},\"source\":\"function coveredMorph() {\\n var that = this\\n return $world.morphsContainingPoint($world.firstHand().getPosition()).detect(\\n function(ea) {\\n return !ea.isPlaceholder &&\\n !ea.isHalo &&\\n (!ea.owner || !ea.owner.isHalo) &&\\n !(ea === that);\\n });\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1919},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1918\":{\"this\":{\"__isSmartRef__\":true,\"id\":1847}},\"1919\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1920},\"user\":\"lauritz\",\"tags\":[]},\"1920\":{\"isSerializedDate\":true,\"string\":\"Tue May 29 2012 13:24:20 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1921\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1922},\"source\":\"function updateOnMove() {\\n this.update(this.coveredMorph())\\n this.bringToFront();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1923},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1922\":{\"this\":{\"__isSmartRef__\":true,\"id\":1847}},\"1923\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1924},\"user\":\"lauritz\",\"tags\":[]},\"1924\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 17:28:21 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1925\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1926},\"source\":\"function bringToFront() {\\n this.renderContext().morphNode.style.zIndex= 1000\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1931},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1926\":{\"this\":{\"__isSmartRef__\":true,\"id\":1847},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1927}},\"1927\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1928}},\"1928\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1929},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n if ($world) \\n $world.logError(e, 'Error in $super call')\\n else\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1930},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1929\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1847},\"name\":\"bringToFront\"},\"1930\":{},\"1931\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1932},\"user\":\"lauritz\",\"tags\":[]},\"1932\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 17:28:10 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1933\":{\"onFire\":{\"__isSmartRef__\":true,\"id\":1934},\"removeHighlighting\":{\"__isSmartRef__\":true,\"id\":1938},\"onMouseMove\":{\"__isSmartRef__\":true,\"id\":1942},\"onMouseOut\":{\"__isSmartRef__\":true,\"id\":1950},\"reset\":{\"__isSmartRef__\":true,\"id\":1958},\"isTracking\":{\"__isSmartRef__\":true,\"id\":1962},\"isHighlighting\":{\"__isSmartRef__\":true,\"id\":1966},\"currentTarget\":{\"__isSmartRef__\":true,\"id\":1970}},\"1934\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1935},\"source\":\"function onFire() {\\n var hand = this.world().firstHand(),\\n rect = this.highlightRectangle,\\n that = this\\n\\n if (this.isTracking()) {\\n this.removeHighlighting()\\n } else {\\n this.world().addMorph(rect)\\n hand.highlightConnection = connect(hand, \\\"scrollFocusMorph\\\", rect, \\\"update\\\")\\n rect.bringToFront()\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1936},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1935\":{\"this\":{\"__isSmartRef__\":true,\"id\":1783}},\"1936\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1937},\"user\":\"lauritz\",\"tags\":[]},\"1937\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 18:04:33 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1938\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1939},\"source\":\"function removeHighlighting() {\\n var hand = this.world().firstHand(),\\n rect = this.highlightRectangle\\n if (rect) {\\n rect.remove()\\n }\\n hand.attributeConnections.removeAt(\\n hand.attributeConnections.indexOf(hand.highlightConnection))\\n hand.highlightConnection = null\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1940},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1939\":{\"this\":{\"__isSmartRef__\":true,\"id\":1783}},\"1940\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1941},\"user\":\"lauritz\",\"tags\":[]},\"1941\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 17:20:20 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1942\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1943},\"source\":\"function onMouseMove(evt) {\\n var rect = this.highlightRectangle\\n\\n var target = this.currentTarget()\\n if (target && !this.isHighlighting()) {\\n rect.update(target)\\n this.world().addMorph(rect)\\n rect.bringToFront()\\n this.targetHighlight = rect\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1948},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1943\":{\"this\":{\"__isSmartRef__\":true,\"id\":1783},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1944}},\"1944\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1945}},\"1945\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1946},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n if ($world) \\n $world.logError(e, 'Error in $super call')\\n else\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1947},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1946\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1783},\"name\":\"onMouseMove\"},\"1947\":{},\"1948\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1949},\"user\":\"lauritz\",\"tags\":[]},\"1949\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 18:25:44 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1950\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1951},\"source\":\"function onMouseOut() {\\n if (this.isHighlighting()) {\\n if (!this.isTracking()) {\\n this.targetHighlight.remove()\\n }\\n delete this.targetHighlight\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1956},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1951\":{\"this\":{\"__isSmartRef__\":true,\"id\":1783},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":1952}},\"1952\":{\"$super\":{\"__isSmartRef__\":true,\"id\":1953}},\"1953\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1954},\"source\":\"function () {\\n try {\\n return obj.constructor.prototype[name].apply(obj, arguments)\\n } catch (e) {\\n if ($world) \\n $world.logError(e, 'Error in $super call')\\n else\\n alert('Error in $super call: ' + e + '\\\\n' + e.stack);\\n return null;\\n }\\n }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1955},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1954\":{\"obj\":{\"__isSmartRef__\":true,\"id\":1783},\"name\":\"onMouseOut\"},\"1955\":{},\"1956\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1957},\"user\":\"lauritz\",\"tags\":[]},\"1957\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 18:05:25 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1958\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1959},\"source\":\"function reset() {\\n var rect = this.highlightRectangle\\n rect.attributeConnections = []\\n connect(rect, \\\"onMouseMove\\\", rect, \\\"updateOnMove\\\")\\n connect(rect, \\\"onMouseUp\\\", this, \\\"removeHighlighting\\\")\\n connect(rect, \\\"onMouseUp\\\", this.owner, \\\"setTarget\\\",\\n {converter: function () {\\n return this.sourceObj.coveredMorph()\\n }\\n })\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1960},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1959\":{\"this\":{\"__isSmartRef__\":true,\"id\":1783}},\"1960\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1961},\"user\":\"lauritz\",\"tags\":[]},\"1961\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 17:23:51 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1962\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1963},\"source\":\"function isTracking() {\\n return !!this.world().firstHand().highlightConnection\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1964},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1963\":{\"this\":{\"__isSmartRef__\":true,\"id\":1783}},\"1964\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1965},\"user\":\"lauritz\",\"tags\":[]},\"1965\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 18:04:17 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1966\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1967},\"source\":\"function isHighlighting() {\\n return !!this.targetHighlight\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1968},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1967\":{\"this\":{\"__isSmartRef__\":true,\"id\":1783}},\"1968\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1969},\"user\":\"lauritz\",\"tags\":[]},\"1969\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 18:04:53 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1970\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":1971},\"source\":\"function currentTarget() {\\n return this.owner.target;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":1972},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"1971\":{\"this\":{\"__isSmartRef__\":true,\"id\":1783}},\"1972\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":1973},\"user\":\"lauritz\",\"tags\":[]},\"1973\":{\"isSerializedDate\":true,\"string\":\"Wed Jun 06 2012 18:26:02 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"1974\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1975}],\"scripts\":[],\"id\":\"DB4A1C2A-E485-40C3-854A-C8D9FD045F48\",\"shape\":{\"__isSmartRef__\":true,\"id\":1989},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":2005},\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":1993},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":2006},\"label\":{\"__isSmartRef__\":true,\"id\":1975},\"name\":\"RecoverButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":2015},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":2020}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":2021},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2022},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":2023},\"derivationIds\":[2588,\"22797D34-67DE-4A06-81F0-4DF0A87ADBBC\",\"11C83D57-E873-4516-9585-B62D3DF729A3\",\"E29CC766-6253-4449-9F74-BB5BE92901B2\",\"869A55D7-A082-4FF6-B364-04A8335DB3DF\",\"819BC4C1-8FA8-4E4A-A69C-30AA1638AB87\",\"53AF2FD2-DD72-403F-87B2-2C05D92C1887\"],\"_ClipMode\":\"visible\",\"owner\":{\"__isSmartRef__\":true,\"id\":153},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":2024},\"_Rotation\":0,\"_Scale\":0.990044880209748,\"layout\":{\"__isSmartRef__\":true,\"id\":2025},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":2026},\"__LivelyClassName__\":\"lively.morphic.Button\"},\"1975\":{\"submorphs\":[],\"scripts\":[],\"id\":\"5B4C0EA4-CD75-4B9C-A8FD-1337878B8429\",\"shape\":{\"__isSmartRef__\":true,\"id\":1976},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WhiteSpaceHandling\":\"pre-wrap\",\"fixedHeight\":true,\"allowInput\":false,\"_FontFamily\":\"Helvetica\",\"registeredForMouseEvents\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":1981},\"_MaxTextWidth\":162.61336846373766,\"_MaxTextHeight\":null,\"textStyle\":null,\"padding\":{\"__isSmartRef__\":true,\"id\":1982},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1983},\"owner\":{\"__isSmartRef__\":true,\"id\":1974},\"isLabel\":true,\"eventsAreIgnored\":true,\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_ClipMode\":\"hidden\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":1984},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":1985}],\"_Align\":\"center\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1987},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":1988},\"_HandStyle\":\"default\",\"_PointerEvents\":\"none\",\"derivationIds\":[2589,\"024C5ADE-C4CF-4E8E-BEC5-F93AD4839702\",\"14B58111-F7FC-48C0-B90D-92C2C566AD98\",\"3C2D0B8B-0C00-41EF-BBBD-6BAE9A85522B\",\"9873084E-D345-48F9-B8CB-799A8616EDD5\",\"83C102D7-79B7-4154-85DB-326320716FDC\",\"AF1A4581-083D-4051-B253-A33077E47F67\"],\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"_MinTextWidth\":162.61336846373766,\"_MinTextHeight\":null,\"_FontSize\":10,\"_TextColor\":{\"__isSmartRef__\":true,\"id\":1284},\"__LivelyClassName__\":\"lively.morphic.Text\"},\"1976\":{\"position\":{\"__isSmartRef__\":true,\"id\":1977},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1978},\"_BorderWidth\":0,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1979},\"_Fill\":null,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":1980},\"_Padding\":{\"__isSmartRef__\":true,\"id\":1275},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1977\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1978\":{\"x\":162.61336846373766,\"y\":23.020110441434046,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"1979\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1980\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"1981\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1982\":{\"x\":5,\"y\":5,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1983\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"1984\":{\"x\":162.61336846373766,\"y\":23.020110441434046,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1985\":{\"style\":{\"__isSmartRef__\":true,\"id\":1986},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":1975},\"storedString\":\"Recover all scripts\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\"},\"1986\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\"},\"1987\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"updateText\":\"updateTextHTML\",\"setTextExtent\":\"setTextExtentHTML\",\"setMaxTextWidth\":\"setMaxTextWidthHTML\",\"setMaxTextHeight\":\"setMaxTextHeightHTML\",\"setMinTextWidth\":\"setMinTextWidthHTML\",\"setMinTextHeight\":\"setMinTextHeightHTML\",\"getTextExtent\":\"getTextExtentHTML\",\"getTextString\":\"getTextStringHTML\",\"ignoreTextEvents\":\"ignoreTextEventsHTML\",\"unignoreTextEvents\":\"unignoreTextEventsHTML\",\"enableTextEvents\":\"enableTextEventsHTML\",\"setFontFamily\":\"setFontFamilyHTML\",\"setFontSize\":\"setFontSizeHTML\",\"setTextColor\":\"setTextColorHTML\",\"setFontWeight\":\"setFontWeightHTML\",\"setFontStyle\":\"setFontStyleHTML\",\"setTextDecoration\":\"setTextDecorationHTML\",\"setPadding\":\"setPaddingHTML\",\"setAlign\":\"setAlignHTML\",\"setVerticalAlign\":\"setVerticalAlignHTML\",\"setDisplay\":\"setDisplayHTML\",\"setWhiteSpaceHandling\":\"setWhiteSpaceHandlingHTML\",\"focusMorph\":\"focusMorphHTML\",\"setInputAllowed\":\"setInputAllowedHTML\"},\"1988\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1975},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"1989\":{\"position\":{\"__isSmartRef__\":true,\"id\":1990},\"_Extent\":{\"__isSmartRef__\":true,\"id\":1991},\"_BorderWidth\":1.1840000000000002,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":1992},\"_Fill\":{\"__isSmartRef__\":true,\"id\":1993},\"_BorderRadius\":5.2,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2003},\"_Padding\":{\"__isSmartRef__\":true,\"id\":2004},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"1990\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1991\":{\"x\":162.61336846373766,\"y\":23.020110441434046,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"1992\":{\"r\":0.839,\"g\":0.839,\"b\":0.839,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1993\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":1994},{\"__isSmartRef__\":true,\"id\":1996},{\"__isSmartRef__\":true,\"id\":1998},{\"__isSmartRef__\":true,\"id\":2000}],\"vector\":{\"__isSmartRef__\":true,\"id\":2002},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"1994\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":1995}},\"1995\":{\"r\":0.9600000000000001,\"g\":0.9600000000000001,\"b\":0.9600000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1996\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":1997}},\"1997\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"1998\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":1999}},\"1999\":{\"r\":0.8200000000000001,\"g\":0.8200000000000001,\"b\":0.8200000000000001,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2000\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2001}},\"2001\":{\"r\":0.94,\"g\":0.94,\"b\":0.94,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2002\":{\"x\":0,\"y\":0,\"width\":0,\"height\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2003\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"2004\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2005\":{\"x\":735.266159147416,\"y\":463.917660249887,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2006\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":2007},{\"__isSmartRef__\":true,\"id\":2009},{\"__isSmartRef__\":true,\"id\":2011},{\"__isSmartRef__\":true,\"id\":2013}],\"vector\":{\"__isSmartRef__\":true,\"id\":2002},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.LinearGradient\"},\"2007\":{\"offset\":0,\"color\":{\"__isSmartRef__\":true,\"id\":2008}},\"2008\":{\"r\":0.98,\"g\":0.98,\"b\":0.98,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2009\":{\"offset\":0.4,\"color\":{\"__isSmartRef__\":true,\"id\":2010}},\"2010\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2011\":{\"offset\":0.6,\"color\":{\"__isSmartRef__\":true,\"id\":2012}},\"2012\":{\"r\":0.91,\"g\":0.91,\"b\":0.91,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2013\":{\"offset\":1,\"color\":{\"__isSmartRef__\":true,\"id\":2014}},\"2014\":{\"r\":0.97,\"g\":0.97,\"b\":0.97,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2015\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"migrationLevel\":4,\"partName\":\"ScriptableButton\",\"comment\":\"Has a script that is called on button press\",\"changes\":[{\"__isSmartRef__\":true,\"id\":2016},{\"__isSmartRef__\":true,\"id\":2018}],\"revisionOnLoad\":170561,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"2016\":{\"date\":{\"__isSmartRef__\":true,\"id\":2017},\"author\":\"robertkrahn\",\"message\":\"no comment\",\"id\":\"0366C0A2-0C8E-4AEB-AAC3-120434134545\"},\"2017\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 14:10:10 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2018\":{\"date\":{\"__isSmartRef__\":true,\"id\":2019},\"author\":\"huberthesse\",\"message\":\"Restore scriptable button\",\"id\":\"7DCED89C-C162-4A42-94E3-6B4D2CBA4932\"},\"2019\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 12 2012 11:12:07 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2020\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1974},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1974},\"targetMethodName\":\"onFire\",\"__SourceModuleName__\":\"Global.lively.bindings\",\"__LivelyClassName__\":\"AttributeConnection\"},\"2021\":{\"x\":161.60331324302064,\"y\":23.020110441434046,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2022\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"2023\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1974},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2024\":{\"x\":68.06033132430184,\"y\":-15,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2025\":{\"moveHorizontal\":true,\"moveVertical\":true},\"2026\":{\"onFire\":{\"__isSmartRef__\":true,\"id\":2027}},\"2027\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2028},\"source\":\"function onFire() {\\n var targetMorph = this.owner.historyList.targetMorph;\\n if (!targetMorph)\\n return;\\n\\n var recoveryCheck = confirm(\\\"Do you really want to restore all locally stored script versions?\\\");\\n if (!recoveryCheck)\\n return;\\n\\n var lm = projects.WebDev2012.LimeMachine.LimeMachine;\\n var history = lm.getWorldHistory();\\n\\n if (!history) {\\n return;\\n }\\n\\n var currentObject = history.getObject(targetMorph.id);\\n if (!currentObject) {\\n return;\\n }\\n\\n var currentCodeScripts = currentObject.Code;\\n var that = this;\\n var selectedScriptName = this.owner.scriptList.getSelection();\\n\\n $.each(currentCodeScripts, function(idx, item) {\\n var success = that.owner.scriptPane.boundEval(item.Code);\\n if(!success) {\\n alert(\\\"Error while recovering \\\" + item.MethodName + \\\".\\\");\\n }\\n });\\n \\n this.owner.scriptList.selectAddedScript(selectedScriptName);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2029},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"2028\":{\"this\":{\"__isSmartRef__\":true,\"id\":1974}},\"2029\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2030},\"user\":\"jan.sandbrink\",\"tags\":[]},\"2030\":{\"isSerializedDate\":true,\"string\":\"Fri Jun 15 2012 12:26:50 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2031\":{\"position\":{\"__isSmartRef__\":true,\"id\":2032},\"_Extent\":{\"__isSmartRef__\":true,\"id\":2033},\"_BorderWidth\":1,\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":2034},\"_Fill\":{\"__isSmartRef__\":true,\"id\":2035},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":2036},\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_ClipMode\":\"visible\",\"_Padding\":{\"__isSmartRef__\":true,\"id\":2037},\"__LivelyClassName__\":\"lively.morphic.Shapes.Rectangle\"},\"2032\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2033\":{\"x\":911.0285365288846,\"y\":502.61253261443596,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2034\":{\"r\":0.372,\"g\":0.369,\"b\":0.372,\"a\":1,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Color\"},\"2035\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\"},\"2036\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setPadding\":\"setPaddingHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setNodeClass\":\"setNodeClassHTML\",\"setNodeId\":\"setNodeIdHTML\",\"setStyleSheet\":\"setStyleSheetHTML\",\"setAppearanceStylingMode\":\"setAppearanceStylingModeHTML\",\"setBorderStylingMode\":\"setBorderStylingModeHTML\",\"setComputedStyles\":\"setComputedStylesHTML\",\"setComputedBorderWidth\":\"setComputedBorderWidthHTML\"},\"2037\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Rectangle\"},\"2038\":{\"partsSpaceName\":\"PartsBin/Basic\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"comment\":\"Edit scripts and connections of a specific morph.\",\"migrationLevel\":4,\"partName\":\"ObjectEditorPane\",\"changes\":[{\"__isSmartRef__\":true,\"id\":2039}],\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"2039\":{\"date\":{\"__isSmartRef__\":true,\"id\":2040},\"author\":\"lauritz\",\"message\":\"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items.\"},\"2040\":{\"isSerializedDate\":true,\"string\":\"Fri Oct 21 2011 00:39:30 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2041\":{\"replaceRenderContext\":\"replaceRenderContextHTML\",\"init\":\"initHTML\",\"append\":\"appendHTML\",\"remove\":\"removeHTML\",\"onRenderFinished\":\"onRenderFinishedHTML\",\"triggerEvent\":\"triggerEventHTML\",\"setTransform\":\"setTransformHTML\",\"setPosition\":\"setPositionHTML\",\"setRotation\":\"setRotationHTML\",\"setExtent\":\"setExtentHTML\",\"setScale\":\"setScaleHTML\",\"setVisible\":\"setVisibleHTML\",\"adjustOrigin\":\"adjustOriginHTML\",\"setPivotPoint\":\"setPivotPointHTML\",\"setClipMode\":\"setClipModeHTML\",\"showsVerticalScrollBar\":\"showsVerticalScrollBarHTML\",\"showsHorizontalScrollBar\":\"showsHorizontalScrollBarHTML\",\"getScrollBarExtent\":\"getScrollBarExtentHTML\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\",\"setStyleSheet\":\"setStyleSheetHTML\"},\"2042\":{\"morph\":{\"__isSmartRef__\":true,\"id\":153},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"2043\":{\"x\":911.0285365288846,\"y\":502.61253261443596,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2044\":{\"resizeWidth\":true,\"resizeHeight\":true,\"adjustForNewBounds\":true},\"2045\":{\"x\":350.2386236582805,\"y\":-3.2455173507596555,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2046\":{\"x\":0.971126750461849,\"y\":21.45669012569269,\"__SourceModuleName__\":\"Global.lively.morphic.Graphics\",\"__LivelyClassName__\":\"Point\"},\"2047\":{},\"2048\":{\"displayInitialScript\":{\"__isSmartRef__\":true,\"id\":2049},\"displayJavaScriptSource\":{\"__isSmartRef__\":true,\"id\":2053},\"displaySourceForConnection\":{\"__isSmartRef__\":true,\"id\":2057},\"displaySourceForScript\":{\"__isSmartRef__\":true,\"id\":2061},\"generateSourceForConnection\":{\"__isSmartRef__\":true,\"id\":2065},\"generateSourceForScript\":{\"__isSmartRef__\":true,\"id\":2069},\"generateTargetCode\":{\"__isSmartRef__\":true,\"id\":2073},\"newConnection\":{\"__isSmartRef__\":true,\"id\":2077},\"newScript\":{\"__isSmartRef__\":true,\"id\":2081},\"reset\":{\"__isSmartRef__\":true,\"id\":2085},\"selectChangedContent\":{\"__isSmartRef__\":true,\"id\":2089},\"setTarget\":{\"__isSmartRef__\":true,\"id\":2093},\"sortedConnectionNamesOfObj\":{\"__isSmartRef__\":true,\"id\":2097},\"sortedScriptNamesOfObj\":{\"__isSmartRef__\":true,\"id\":2101},\"updateLists\":{\"__isSmartRef__\":true,\"id\":2105},\"onShutdown\":{\"__isSmartRef__\":true,\"id\":2109},\"confirmUnsavedChanges\":{\"__isSmartRef__\":true,\"id\":2113},\"update\":{\"__isSmartRef__\":true,\"id\":2117},\"ensureAnnotationLayer\":{\"__isSmartRef__\":true,\"id\":2121},\"migrateOldScriptAnnotations\":{\"__isSmartRef__\":true,\"id\":2125},\"copyToPartsBinWithUserRequest\":{\"__isSmartRef__\":true,\"id\":2129},\"printTags\":{\"__isSmartRef__\":true,\"id\":2137},\"setTag\":{\"__isSmartRef__\":true,\"id\":2141},\"runScript\":{\"__isSmartRef__\":true,\"id\":2145},\"openPartTestRunner\":{\"__isSmartRef__\":true,\"id\":2149}},\"2049\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2050},\"source\":\"function displayInitialScript() {\\n if (this.scriptList.getList().size() > 1) {\\n this.scriptList.preselectItem();\\n } else if (this.connectionList.getList().size() > 1) {\\n this.connectionList.preselectItem();\\n } else {\\n this.scriptList.selectAt(0);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2051},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2050\":{\"this\":{\"__isSmartRef__\":true,\"id\":153}},\"2051\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2052},\"user\":\"lauritz\",\"tags\":[]},\"2052\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:13:43 GMT+0100 (Mitteleuropäische Zeit)\"},\"2053\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2054},\"source\":\"function displayJavaScriptSource(jsCode) {\\n if (this.scriptPane.hasChanged()) {\\n var that = this;\\n var callback = function(confirmed) {\\n if (confirmed) that.scriptPane.display(jsCode)\\n };\\n this.confirmUnsavedChanges(callback);\\n } else {\\n this.scriptPane.display(jsCode);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2055},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2054\":{\"this\":{\"__isSmartRef__\":true,\"id\":153}},\"2055\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2056},\"user\":\"lauritz\",\"tags\":[]},\"2056\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)\"},\"2057\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2058},\"source\":\"function displaySourceForConnection(connection) {\\n var code = \\\"\\\", that = this;\\n if (connection === undefined) return;\\n if (connection === null) {\\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\\\"\\\\n\\\\n\\\");\\n });\\n code = code.substring(0, code.length - \\\"\\\\n\\\\n\\\".length - 1);\\n } else {\\n code = this.generateSourceForConnection(connection);\\n }\\n this.displayJavaScriptSource(code);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2059},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2058\":{\"this\":{\"__isSmartRef__\":true,\"id\":153}},\"2059\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2060},\"user\":\"conradcalmez\",\"tags\":[]},\"2060\":{\"isSerializedDate\":true,\"string\":\"Thu Feb 02 2012 14:59:30 GMT+0100 (Mitteleuropäische Zeit)\"},\"2061\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2062},\"source\":\"function displaySourceForScript(scriptName) {\\n var code = \\\"\\\",\\n that = this;\\n if (scriptName === null) {\\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\\n code = code.concat(that.generateSourceForScript(each)).concat(\\\"\\\\n\\\\n\\\\n\\\");\\n });\\n code = code.substring(0, code.length - \\\"\\\\n\\\\n\\\\n\\\".length - 1);\\n } else {\\n code = this.generateSourceForScript(scriptName); \\n }\\n this.displayJavaScriptSource(code);\\n this.historyList.selectScript(scriptName);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2063},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2062\":{\"this\":{\"__isSmartRef__\":true,\"id\":153}},\"2063\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2064},\"user\":\"jan.sandbrink\",\"tags\":[]},\"2064\":{\"isSerializedDate\":true,\"string\":\"Thu Jun 07 2012 12:29:52 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2065\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2066},\"source\":\"function generateSourceForConnection(connection) {\\n var c = connection, targetObject = this.target;\\n\\tif (!c.getTargetObj() || !c.getTargetObj().name || \\n\\t\\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\\n\\n\\tvar optConfig = []\\n\\tif (c.converterString)\\n\\t\\toptConfig.push(\\\"converter: \\\\n\\\\t\\\" + c.converterString)\\n\\tif (c.updaterString)\\n\\t\\toptConfig.push(\\\"updater: \\\\n\\\\t\\\" + c.updaterString)\\n\\treturn Strings.format('connect(%s, \\\"%s\\\", %s, \\\"%s\\\", {%s});', \\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getSourceObj()),\\n\\t\\t\\tc.getSourceAttrName(),\\n\\t\\t\\tthis.generateTargetCode(targetObject, c.getTargetObj()),\\n\\t\\t\\tc.getTargetMethodName(),\\n\\t\\t\\toptConfig.join(','));\\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2067},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2066\":{\"this\":{\"__isSmartRef__\":true,\"id\":153}},\"2067\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2068},\"user\":\"lauritz\",\"tags\":[]},\"2068\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)\"},\"2069\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2070},\"source\":\"function generateSourceForScript(scriptName) {\\n var script = this.target[scriptName],\\n annotation = '',\\n scriptSource = '',\\n tagScript = '';\\n\\n if (script.timestamp && script.user) \\n annotation = Strings.format('// changed at %s by %s \\\\n', script.timestamp, script.user);\\n scriptSource = Strings.format('this.addScript(%s)', script.getOriginal());\\n tagScript = Strings.format('.tag(%s);', this.printTags(script));\\n\\n return annotation + scriptSource + tagScript;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2071},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2070\":{\"this\":{\"__isSmartRef__\":true,\"id\":153}},\"2071\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2072},\"user\":\"lauritz\",\"tags\":[]},\"2072\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:32:42 GMT+0100 (Mitteleuropäische Zeit)\"},\"2073\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2074},\"source\":\"function generateTargetCode(baseObject, targetObject) {\\n\\tvar name = targetObject.name;\\n\\tif (baseObject === targetObject) \\n\\t\\treturn \\\"this\\\";\\n\\telse if (baseObject[name] === targetObject) \\n\\t\\treturn \\\"this.\\\" + name;\\n\\telse if (baseObject.testObject === targetObject) \\n\\t\\treturn \\\"this.testObject\\\";\\n\\telse if (baseObject.get(name) === targetObject) \\n\\t\\treturn 'this.get(\\\"' + name + '\\\")';\\n\\telse if (targetObject instanceof Morph) \\n\\t\\treturn '$morph(\\\"' + name + '\\\")';\\n\\telse \\n\\t\\treturn \\\"????\\\";\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2075},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2074\":{\"this\":{\"__isSmartRef__\":true,\"id\":153}},\"2075\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2076},\"user\":\"lauritz\",\"tags\":[]},\"2076\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)\"},\"2077\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2078},\"source\":\"function newConnection() {\\n if (this.target) {\\n var code = \\\"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2079},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2078\":{\"this\":{\"__isSmartRef__\":true,\"id\":153}},\"2079\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2080},\"user\":\"lauritz\",\"tags\":[]},\"2080\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)\"},\"2081\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2082},\"source\":\"function newScript() {\\n if (this.target) {\\n var code = \\\"this.addScript(function SCRIPTNAME() {\\\\n \\\\n}).tag([]);\\\";\\n this.displayJavaScriptSource(code);\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2083},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2082\":{\"this\":{\"__isSmartRef__\":true,\"id\":153}},\"2083\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2084},\"user\":\"lauritz\",\"tags\":[]},\"2084\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 29 2011 04:24:25 GMT+0100 (Mitteleuropäische Zeit)\"},\"2085\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2086},\"source\":\"function reset() {\\n this.scriptPane = this.get('ObjectEditorScriptPane')\\n this.scriptList = this.get('ObjectEditorScriptList')\\n this.connectionList = this.get('ObjectEditorConnectionList')\\n this.morphSelector = this.get('ObjectEditorMorphSelector')\\n this.target = null;\\n this.scriptPane.reset();\\n this.scriptList.setList();\\n this.scriptList.selection = null;\\n this.connectionList.setList();\\n this.connectionList.selection = null;\\n this.morphSelector.reset();\\n this.tagChooser.reset();\\n this.historyList.reset();\\n this.currentTag = null;\\n this.stopStepping();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":2087},\"__SourceModuleName__\":\"Global.lively.lang.Closure\",\"__LivelyClassName__\":\"lively.Closure\"},\"2086\":{\"this\":{\"__isSmartRef__\":true,\"id\":153}},\"2087\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":2088},\"user\":\"soergel\",\"tags\":[]},\"2088\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 12 2012 11:53:52 GMT+0200 (Mitteleuropäische Sommerzeit)\"},\"2089\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":2090},\"source\":\"function selectChangedContent(source) {\\n\\n var addScriptRegex = /this\\\\.addScript\\\\s*\\\\(\\\\s*function\\\\s*([^\\\\(]*)/g;\\n var addScriptMatches = [];\\n var addScriptMatch = addScriptRegex.exec(source);\\n while (addScriptMatch) {\\n addScriptMatches.push(addScriptMatch[1]);\\n addScriptMatch = addScriptRegex.exec(source);\\n }\\n \\n // if scripts were added, select either a specific one or all\\n if (addScriptMatches.length > 0) { \\n if (addScriptMatches.length === 1) {\\n return this.scriptList.selectAddedScript(addScriptMatches[0]);\\n }\\n return this.scriptList.selectAt(0);\\n }\\n\\n var connectionRegex = \\n /connect\\\\(\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"\\\\s*,\\\\s*([^,]*)\\\\s*,\\\\s*\\\"([^,]*)\\\"/g;\\n var connectionMatches = [];\\n var connectionMatch = connectionRegex.exec(source);\\n while (connectionMatch) {\\n connectionMatches.push(connectionMatch);\\n connectionMatch = connectionRegex.exec(source);\\n }\\n\\n // if connections were made, select either a specific one or all\\n if (connectionMatches.length > 0) {\\n if (connectionMatches.length === 1) {\\n var match = connectionMatches[0];\\n for (var i=0; i -1) {\n var c = this.connectionList.selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n this.updateLists();\n this.displayInitialScript();\n } \n}","funcProperties":{"__isSmartRef__":true,"id":74385},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"74384":{"this":{"__isSmartRef__":true,"id":73555}},"74385":{},"74386":{"varMapping":{"__isSmartRef__":true,"id":74387},"source":"function updateLists() {\n this.scriptList.setList(this.sortedScriptNamesOfObj(this.target));\n var scriptListItems = this.scriptList.getList();\n scriptListItems.unshift(\"-- ALL --\");\n this.scriptList.setList(scriptListItems);\n\n this.connectionList.setList(this.sortedConnectionNamesOfObj(this.target));\n var connectionListItems = this.connectionList.getList();\n connectionListItems.unshift(\"-- ALL --\");\n this.connectionList.setList(connectionListItems);\n}","funcProperties":{"__isSmartRef__":true,"id":74388},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"74387":{"this":{"__isSmartRef__":true,"id":73555}},"74388":{},"74389":{"varMapping":{"__isSmartRef__":true,"id":74390},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.selectAt(0);\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.selectAt(0);\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":74391},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"74390":{"this":{"__isSmartRef__":true,"id":73555}},"74391":{},"74392":{"varMapping":{"__isSmartRef__":true,"id":74393},"source":"function reset() {\n this.target = null;\n this.scriptPane.doitContext = null;\n this.scriptList.setList();\n this.connectionList.setList();\n this.scriptPane.setTextString(\"\");\n this.morphSelector.reset();\n}","funcProperties":{"__isSmartRef__":true,"id":74394},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"74393":{"this":{"__isSmartRef__":true,"id":73555}},"74394":{},"74395":{"varMapping":{"__isSmartRef__":true,"id":74396},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n var index = this.scriptList.getList().indexOf(addScriptMatches[0]);\n if (index > -1) { \n return this.scriptList.selectAt(index);\n }\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i -1) {\n var c = selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n editor.updateLists();\n editor.displayInitialScript();\n } \n }\n\n var message = 'Disconnect \"' + selection[0] +'\" connection?';\n var callback = disconnectConnection;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":74598},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"74597":{"this":{"__isSmartRef__":true,"id":74543}},"74598":{"timestamp":{"__isSmartRef__":true,"id":74599},"user":"lauritz","categories":[]},"74599":{"isSerializedDate":true,"string":"Fri Nov 11 2011 01:46:54 GMT+0100 (Mitteleuropäische Zeit)"},"74600":{"submorphs":[{"__isSmartRef__":true,"id":74601}],"scripts":[],"id":"D713253B-C3DA-4344-A40F-407839733978","shape":{"__isSmartRef__":true,"id":74617},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":74633},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":74620},"lighterFill":{"__isSmartRef__":true,"id":74634},"label":{"__isSmartRef__":true,"id":74601},"attributeConnections":[{"__isSmartRef__":true,"id":74643}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":74645},"name":"ObjectEditorRemoveScriptButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":74646},"renderContextTable":{"__isSmartRef__":true,"id":74647},"priorExtent":{"__isSmartRef__":true,"id":74648},"owner":{"__isSmartRef__":true,"id":73537},"eventHandler":{"__isSmartRef__":true,"id":74649},"isCopyMorphRef":true,"morphRefId":24,"draggingEnabled":false,"objectEditorPane":{"__isSmartRef__":true,"id":73537},"distanceToDragEvent":{"__isSmartRef__":true,"id":74650},"derivationIds":[217,"FDC10087-12CF-4570-9211-8309CB6A9AA3","E18FC530-4B1F-4F08-8DA6-3866A3519E56","04A2AAC3-6A9E-40BB-9408-EBB2567EE63B","8C1A42CE-840C-4AAE-BD79-C93A445B9EBF","61FC11FA-B87E-4EFE-BD15-564D3178B68B","ED34F9B5-9E00-41B3-8313-D9C3D6B3B231","A7481F4B-D444-4B4F-BDA2-4F9F03AEC24D","7DDF7175-34FC-4521-A7C3-580A8BE63351","DEA39C05-FAD7-4882-AB3D-0EE12C3408F9","99186A50-1411-4B6F-B1CB-FF0742C20D7D","10F3E467-6BB8-4D07-BD17-8C50593FD6B8","7260818C-6472-4288-8BDD-1E7798A543F3","DEBB5BDB-018D-4BA1-9FB9-73DC84C51D89","D75BCAED-3029-46EB-B944-4A102BB1BC0F","9A977DA2-B325-4DFA-9683-3DC9ECEFAAC0","412BAC8F-95F6-4CD1-AD55-80B58CBA8DDE","91594A9E-99C8-4414-B423-398526811729","E5F81ACF-B357-4209-951F-4C8C277D2ABC","CB0DFFDD-09F1-466F-9D51-977251199A95","52D17C96-2626-40A0-A128-58596402A18D","6F59DFB5-B98D-47A9-989E-AB4F33E021E1","C8A5DB65-8DD2-430D-9AE6-54C24D02BA09","5298D8A9-C490-4F4F-9977-1B1952368F65","FA04C280-C8C9-445D-8009-31037853F1D9","B7F47B19-ACEB-4592-B4D8-D202654BC4FD","1BA7BC6C-4929-42FF-9648-80B3498B7376","D1F46204-0C06-4B0A-854C-0653CCBCB5EE","D94D8D3C-334F-4825-BD71-AB911DD77D87","7217F5EA-1FC5-4493-B2E8-AD6182F5C994","86370725-BB28-42D3-A2C3-9B2CE93051F6","9B84ADDC-3349-4C87-9A53-B56078490338","DEBFD16C-9FE0-4167-820E-371AF58398C8","F261A35F-99E8-474F-8D36-083042B5D4BB","1E5CD8ED-B7E0-42AE-9059-C9D747654BC4","45C7C7B4-BC5C-447A-8816-AAEBB8DEEF63","E158E404-8937-4912-8DD4-0A4215DEBE50","F023F05B-9374-4679-9EB7-76DF6C8F5379","2E7F8444-4934-4923-9050-1DDA2FC1C901","FC9ADD83-CB5E-4112-AFEB-67BB4C4CF2F1","D68D3298-B49E-456C-ADC5-23C615EA6C09","9D0400D1-D566-4382-8585-79C19DEAA0CF","20E5E191-6226-48C3-B236-7368D327060D","7C7D142A-3A0A-417B-A91B-1E4E6F9EC7B2","DAC03278-4478-4B21-B173-16CC4DCB933D","25AEDC91-AAB3-419D-A132-E34E135F23E2","75703E35-22AD-45C9-B4B0-672450C9025C","EFAA3CBF-81FD-439E-A31A-1ADA266BE023","1578FB14-8DD6-44CE-9769-02ACA100122C","DD61C5DF-787E-435E-8B80-4D95977D7E45","B673C95F-1A7F-46BC-AB11-9A20BB14E913"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":74651},"__LivelyClassName__":"lively.morphic.Button"},"74601":{"submorphs":[],"scripts":[],"id":"D623CA7D-7C02-4C33-8A25-45D2CBB223CE","shape":{"__isSmartRef__":true,"id":74602},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":21,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":74608},"textColor":{"__isSmartRef__":true,"id":74605},"owner":{"__isSmartRef__":true,"id":74600},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":74609}],"padding":{"__isSmartRef__":true,"id":74611},"_Padding":{"__isSmartRef__":true,"id":74612},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":74613},"_FontFamily":"Helvetica, Sans-Serif","renderContextTable":{"__isSmartRef__":true,"id":74614},"_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_Align":"center","eventHandler":{"__isSmartRef__":true,"id":74615},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":21,"_MinTextHeight":null,"draggingEnabled":false,"derivationIds":[218,"852A7BD9-52EE-4708-A2D5-1BDECF33C958","7B4F173E-9726-472A-9B30-530D4AA92AD9","CBA217F6-2832-4213-9ABE-47753C1A4180","E6B97D1D-95D5-4644-9359-1D08D42A51F4","4391A57E-70C2-4628-9828-DD668CCE546E","F0C6C298-3B8B-42B2-B5E9-E5B82F607B01","DF0CAF75-4247-4797-B1A0-AD7444391E2A","B4C4F09B-F663-47A1-B85F-461D5452F5F8","FD966AB1-4685-4151-9A38-B1B21B0237EF","CA91FC2C-D7CC-4123-AFD2-108F8F0C2E97","88F1581A-7AEF-4646-B7F9-3890CDDB8494","DC577877-7F00-4238-9246-08C2A10C0CC9","818C9467-71A2-44D6-B01F-1523A0CD5476","C0CF3DDB-AA12-49E0-B12A-6B620552BB47","853E19A1-E97D-463D-A24F-0148671EB696","68C2E993-DE31-4090-9299-9343AEC200C1","344625C1-FE1A-4D3F-91E1-AB6DB81796A4","6012E5AC-8C11-41F7-B5F5-90CACA805586","8E722C30-74A9-48E5-BB76-9576996AFF15","04BDF7DF-1F9D-4B07-AAD2-6497A60063C6","3CE32E80-B23C-41B0-B5DA-39DE70E3691E","E76E51E9-E8AC-4E7E-A928-DA7346353D80","F55286E0-7022-46D6-8F92-B2F1899BF5DD","482466D2-B1FC-415A-96D9-840A7AFF8757","4CA2E386-E5C4-4933-87D8-193D8EB0EB28","EEA817B0-1773-4FD2-B284-083AAF24828D","D3BA15C9-D7B2-43D5-9081-0803795F6F4A","59985470-D838-4F7D-8A29-BF8A2E1FAD2E","FCE63C0B-08B8-4F83-879B-5EBCCB9528E9","1BACB1DE-10F9-47B3-B2D3-9868CFD5BEF5","12A61D9F-72FE-4B4D-B313-11D96B4B332C","851DD960-71B6-4B39-9793-54C173CDC5F5","DD3D1904-2351-4CB7-81BC-F832F5CF3217","8B383E06-F8D1-44F9-A3F9-2D8A57F37C5A","C1DC4F4A-BD09-461C-975A-F62DE59057E9","1DB01C31-0B3C-4808-8D5D-8B1BD0568233","F7104DE5-2EA5-4492-AD66-0D02DF2CB25D","28B63A46-1AA9-47AD-AF7B-65D148686743","EFB9716E-0023-4965-B367-96928EC4BA78","DC2B2D4F-CE8D-47BC-8219-1438FF76F52B","A08D5698-11AD-4463-AB19-DD7EE9BEBF05","40819B91-9C9A-4A0C-BBA0-12ACC43FCFA0","43628E6A-17A4-4EAB-9899-AE361C42E380","B6712ED4-5A0D-44BA-A9CB-216D85426D00","CB751409-E69D-44A7-9DB3-7AD2C1815AA8","3B8937C4-435C-4088-B5FE-B3DBE7FDBE2A","D2403646-2D51-4D36-996C-CE33F498E096","0EE69A63-689E-4270-8A43-E54CBB889812","6C5071F0-23D7-41A8-B296-A2D96C09406D","C650C8BD-75AC-4104-9EE1-8BBAF5017C75"],"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":74616},"__LivelyClassName__":"lively.morphic.Text"},"74602":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":74603},"_Extent":{"__isSmartRef__":true,"id":74604},"_BorderColor":{"__isSmartRef__":true,"id":74605},"renderContextTable":{"__isSmartRef__":true,"id":74606},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":74607},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"74603":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74604":{"x":25,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74605":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74606":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"74607":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"74608":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74609":{"style":{"__isSmartRef__":true,"id":74610},"chunkOwner":{"__isSmartRef__":true,"id":74601},"storedString":"-","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"74610":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"74611":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"74612":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"74613":{"x":25,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74614":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"74615":{"morph":{"__isSmartRef__":true,"id":74601},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"74616":{"requiredModules":[],"idOnLoad":"D623CA7D-7C02-4C33-8A25-45D2CBB223CE","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"74617":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":74618},"_Extent":{"__isSmartRef__":true,"id":74619},"_Fill":{"__isSmartRef__":true,"id":74620},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":74630},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":74631},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":74632},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"74618":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74619":{"x":25,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74620":{"stops":[{"__isSmartRef__":true,"id":74621},{"__isSmartRef__":true,"id":74623},{"__isSmartRef__":true,"id":74625},{"__isSmartRef__":true,"id":74627}],"vector":{"__isSmartRef__":true,"id":74629},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"74621":{"offset":0,"color":{"__isSmartRef__":true,"id":74622}},"74622":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74623":{"offset":0.4,"color":{"__isSmartRef__":true,"id":74624}},"74624":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74625":{"offset":0.6,"color":{"__isSmartRef__":true,"id":74626}},"74626":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74627":{"offset":1,"color":{"__isSmartRef__":true,"id":74628}},"74628":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74629":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"74630":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74631":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"74632":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"74633":{"x":160,"y":40,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74634":{"stops":[{"__isSmartRef__":true,"id":74635},{"__isSmartRef__":true,"id":74637},{"__isSmartRef__":true,"id":74639},{"__isSmartRef__":true,"id":74641}],"vector":{"__isSmartRef__":true,"id":74629},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"74635":{"offset":0,"color":{"__isSmartRef__":true,"id":74636}},"74636":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74637":{"offset":0.4,"color":{"__isSmartRef__":true,"id":74638}},"74638":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74639":{"offset":0.6,"color":{"__isSmartRef__":true,"id":74640}},"74640":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74641":{"offset":1,"color":{"__isSmartRef__":true,"id":74642}},"74642":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74643":{"sourceObj":{"__isSmartRef__":true,"id":74600},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":74600},"targetMethodName":"deleteSelectedScript","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":74644},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"74644":{"source":{"__isSmartRef__":true,"id":74600},"target":{"__isSmartRef__":true,"id":74600}},"74645":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"74646":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","idOnLoad":"D713253B-C3DA-4344-A40F-407839733978","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"74647":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"74648":{"x":30,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74649":{"morph":{"__isSmartRef__":true,"id":74600},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"74650":{"x":33.35839679439101,"y":-21.324811622839547,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74651":{"deleteSelectedScript":{"__isSmartRef__":true,"id":74652}},"74652":{"varMapping":{"__isSmartRef__":true,"id":74653},"source":"function deleteSelectedScript() {\n\n var editor = this.objectEditorPane;\n var selection = editor.scriptList.selection;\n\n if (!editor.target || editor.scriptList.getList().size() < 2) \n return; \n\n var deleteScript = function (confirmed) {\n if (!confirmed) return;\n \n if (selection && editor.target) {\n if (!editor.target.hasOwnProperty(selection)) \n return;\n delete editor.target[selection];\n editor.updateLists();\n editor.displayInitialScript();\n }\n }\n\n var message = 'Delete \"' + selection + '\" script?';\n var callback = deleteScript;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":74654},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"74653":{"this":{"__isSmartRef__":true,"id":74600}},"74654":{"timestamp":{"__isSmartRef__":true,"id":74655},"user":"lauritz"},"74655":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:12:21 GMT+0100 (Mitteleuropäische Zeit)"},"74656":{"submorphs":[{"__isSmartRef__":true,"id":74657}],"scripts":[],"id":"38E3AC04-B215-44D6-B519-21A578637D2F","shape":{"__isSmartRef__":true,"id":74674},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":74690},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":74677},"lighterFill":{"__isSmartRef__":true,"id":74691},"label":{"__isSmartRef__":true,"id":74657},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":74700},"name":"ObjectEditorMorphSelector","partsBinMetaInfo":{"__isSmartRef__":true,"id":74701},"list":[],"renderContextTable":{"__isSmartRef__":true,"id":74702},"eventHandler":{"__isSmartRef__":true,"id":74703},"distanceToDragEvent":{"__isSmartRef__":true,"id":74704},"priorExtent":{"__isSmartRef__":true,"id":74705},"owner":{"__isSmartRef__":true,"id":73537},"textString":"","selection":{"__isSmartRef__":true,"id":74706},"_ClipMode":"visible","prevScroll":[0,0],"listMorph":null,"derivationIds":[221,"4AC64FBA-95AC-42B2-A078-B6DA97889093","E26ED0E6-C4CE-4C82-94D5-175270E8459E","D292F2FC-C2B6-48AE-B779-8CC5868FFA49","53A862EB-032C-4BF0-9B21-58C7E0C0A9B2","CC4D188B-510F-48DE-A0E1-EC8D2CD63F9F","0CD057F2-3517-4849-A69E-1EF79B05ACE8","66EBBB7D-8FA7-4D43-AE78-A18DA3B970BA","A50C1893-4138-4E29-865B-92F53F76D08A","1EC5D2B9-3539-419A-8DD6-CE82DEABB02C","95DC06D5-F4C7-49E2-8A01-110D1B0AFBD0","672DEFAB-2BE5-4C60-9779-3B44694FBEB1","E3476213-5872-492C-BE29-0C6A5A150ED8","AA2F6ABE-1CCB-403D-94DD-8FB371F3DDCE","54B67D51-AB19-40A0-A2A6-EC51F3171CAC","1CF44342-896F-4ACB-847F-7CB3CD10ED5A","AC7516A6-0060-44EA-A3D9-A48249D3996D","ED43F1AE-9012-4F15-BE77-1F11CB530CB4","0EAA4721-6A0F-47DC-BD56-7B6747D1EB04","9ECAC6E9-C098-42D9-8AB4-0D758BCE226F","D4F4446C-053B-40E2-87DB-33C7CFCDD16A","9C701C84-313F-484C-A0C7-1E0BEE9146D3","4CE1EA6B-B575-4F9B-8DF8-CF7185C91E60","6AEE5142-42E5-46F6-8B4E-2CDAADB5D21D","92071761-79F9-4595-B660-14FA225C7969","ED35F8A8-B444-414A-A1F2-324BFB159008","2D07B5CB-3A03-4709-A29D-235A6E6D7590","BC71B37B-3CB9-4F44-B52C-873FC0A2689C","B6B67665-D415-4EEF-BDA4-AF04B2AF7A92","544F5BD2-DAC6-4B21-B6FD-07C20A244FBC","685DF851-8A0A-4300-B0E7-B4BEA6E26537","85FA53CD-F14A-49D6-A8D0-A07207489208","B74A9520-F5F8-4FA7-8E33-AC5B4684C60D","99E415B2-E381-4302-95A5-CE5E580EE7F1","48E74B18-09F0-4429-8EE4-0260186ED213","57542498-0BA1-4E05-9B70-F0B2946C3BA2","17FCF947-02D2-4486-96DB-F736BD757EBF","70B8AD0E-D9D7-4E12-87DA-BEFCD302EB9C","6239FBC6-0D3C-4416-BFBE-1CC0CD8E8508","1C564AC3-3934-4E12-96AC-3C4887B4306E","E9FFBE1D-4227-45C5-9C44-0BD7AC78BC39","3785AB74-5B20-4715-A4AB-375BCBFB1C28","5074142C-909E-4F65-BF38-55CE74E6BC01","64C7F025-CE70-4AB9-BC5E-AED928065EB2","848F97F7-C0C5-4000-B59B-74C49F9672D5","2975EAF6-D677-4439-8979-7331165604D7","21020A5D-5D1D-4D8F-BFCD-08CC4B1E2D1F","A991B7A0-F0F5-4DF2-A02A-EFD94D4A4684","46F5C33C-2C5F-4A27-BDA5-4D365F135D84","C849BBCB-885F-4503-BC3E-5155F817DC79","F382D61B-635D-4CE7-A2B6-4252C34DA62A"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":74723},"__LivelyClassName__":"lively.morphic.Button"},"74657":{"submorphs":[],"scripts":[],"id":"2A2F6E4E-7C5D-41AF-861E-09753583DC28","shape":{"__isSmartRef__":true,"id":74658},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":220,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":74664},"textColor":{"__isSmartRef__":true,"id":74661},"owner":{"__isSmartRef__":true,"id":74656},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":74665}],"padding":{"__isSmartRef__":true,"id":74667},"_Padding":{"__isSmartRef__":true,"id":74667},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":74668},"attributeConnections":[{"__isSmartRef__":true,"id":74669}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"renderContextTable":{"__isSmartRef__":true,"id":74670},"eventHandler":{"__isSmartRef__":true,"id":74671},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":220,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":10,"derivationIds":[222,"30F054A3-7658-405B-8098-B7D87AA8A9ED","556D6E07-45B7-42EC-A486-DE275EF0B034","06B0B080-467A-46CC-8B0D-9C0A9B9A71F1","5E2D96C9-BB9B-4735-8673-A79847435197","B48AA022-2022-4A2A-9090-4D884FB3DFD3","8B2F743A-98C5-45E1-B03C-5019114EAC47","D09C56C3-A2DC-4BDF-B8A1-6365138ECD01","74158C3D-B79E-43E7-B111-48701B10ACE2","B19E117B-E40F-4B9F-86AC-BFB2AAFD5336","4E3B3D72-E52C-44ED-AE32-78939BA1ECFD","2459D1F0-E49C-4882-AB4C-D78C1A496962","3D8D3B02-0459-45C1-A606-D0DB4B07958C","78AAE288-D261-4BEA-9436-C8C31B890B44","2E10F795-9892-4BF7-9A46-BCB90FD6112E","DE32EFA9-C920-42F6-9F2E-7EDABEC006AF","DE806308-AE84-467B-9D4F-A2817DF3A400","A55976A7-154E-41FE-BCF7-6D22FBB8629D","93498435-53E5-4CF2-89DC-60D1D1EA0059","119C9689-9546-4262-98F9-3FBE67D016DC","6C8ACDBD-D44F-48D3-934F-6818C7B509D1","7506237D-787B-4545-879A-9B76C9AF426F","71B146C6-65B5-4A07-B12C-AE354288D578","2901C8E9-09A0-4AD8-A661-B859B8D8DCE6","F028C73F-BC98-4CCB-81A2-EEBFA214F9E0","F78BD8BA-FC7C-45AA-AC9A-C2D4E5F23BD0","6A85D159-3DAC-4C31-B77A-DAC3F34D1935","95FE8EB3-5E03-4285-88E7-8FC5BA4809C8","53A9E176-B0CB-4A22-8FA5-8530D1C0F55A","7835F5D8-D5CC-41FD-9FDF-8FAB154E44A3","8A297DBA-643A-4CCF-BE0D-1BE00A1C49C9","777D6803-4AA8-496D-AF3C-0A6606F923AF","FC11EF0F-7122-4377-9647-D740A4EABE5D","F4A69069-1557-4445-8787-63DB3166F2A5","787E62EA-333B-478C-B8E5-617513D3B73E","5B7D8388-CB1C-4D82-97D4-4EF857B43482","006278A8-6059-49C6-A3B7-5BC27B54F940","3D6C91E7-5FD6-4A37-BF4D-50B1178C8DC2","A10E9D54-B57D-4141-A5A8-D6380EBBAB15","3B3761AE-D157-4B18-B02C-F826F16D74CB","3A11BC82-675B-4D6C-A505-881D0E6089A6","9EEA7D1B-781F-42D9-96D8-B6A62FE61955","45117DCD-1CF9-4613-9F6F-76A88126C3F2","2C09E3F0-1D2C-4EFA-A314-C8A363786DA2","4F152BBC-D211-4F8B-A5FA-2F266FCC4A67","A49D1FDC-0156-4E02-B89D-E96B59B4237E","79D01985-757A-4C0F-8BC7-1670B7429E23","B35DB0EA-1ABF-4A26-B8C9-54568C01E557","764D0881-79F7-4BA2-8A70-F1DCCEB7ACF7","0D44CC90-C548-4D14-A1A7-CDC5CE077D05","C8C0AE2C-6C97-40B3-8F01-01D8C3664806"],"_TextColor":{"__isSmartRef__":true,"id":74672},"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":74673},"__LivelyClassName__":"lively.morphic.Text"},"74658":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":74659},"_Extent":{"__isSmartRef__":true,"id":74660},"_BorderColor":{"__isSmartRef__":true,"id":74661},"renderContextTable":{"__isSmartRef__":true,"id":74662},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":74663},"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"74659":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74660":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74661":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74662":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"74663":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"74664":{"x":2,"y":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74665":{"style":{"__isSmartRef__":true,"id":74666},"chunkOwner":{"__isSmartRef__":true,"id":74657},"storedString":"empty","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"74666":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"74667":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"74668":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74669":{"sourceObj":{"__isSmartRef__":true,"id":74657},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":74656},"targetMethodName":"selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"74670":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"74671":{"morph":{"__isSmartRef__":true,"id":74657},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"74672":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74673":{"requiredModules":[],"idOnLoad":"2A2F6E4E-7C5D-41AF-861E-09753583DC28","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"74674":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":74675},"_Extent":{"__isSmartRef__":true,"id":74676},"_Fill":{"__isSmartRef__":true,"id":74677},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":74687},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":74688},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":74689},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"74675":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74676":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74677":{"stops":[{"__isSmartRef__":true,"id":74678},{"__isSmartRef__":true,"id":74680},{"__isSmartRef__":true,"id":74682},{"__isSmartRef__":true,"id":74684}],"vector":{"__isSmartRef__":true,"id":74686},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"74678":{"offset":0,"color":{"__isSmartRef__":true,"id":74679}},"74679":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74680":{"offset":0.4,"color":{"__isSmartRef__":true,"id":74681}},"74681":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74682":{"offset":0.6,"color":{"__isSmartRef__":true,"id":74683}},"74683":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74684":{"offset":1,"color":{"__isSmartRef__":true,"id":74685}},"74685":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74686":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"74687":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74688":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"74689":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"74690":{"x":240.1308656788165,"y":10,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74691":{"stops":[{"__isSmartRef__":true,"id":74692},{"__isSmartRef__":true,"id":74694},{"__isSmartRef__":true,"id":74696},{"__isSmartRef__":true,"id":74698}],"vector":{"__isSmartRef__":true,"id":74686},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"74692":{"offset":0,"color":{"__isSmartRef__":true,"id":74693}},"74693":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74694":{"offset":0.4,"color":{"__isSmartRef__":true,"id":74695}},"74695":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74696":{"offset":0.6,"color":{"__isSmartRef__":true,"id":74697}},"74697":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74698":{"offset":1,"color":{"__isSmartRef__":true,"id":74699}},"74699":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74700":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"74701":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","idOnLoad":"38E3AC04-B215-44D6-B519-21A578637D2F","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"74702":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"74703":{"morph":{"__isSmartRef__":true,"id":74656},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"74704":{"x":122.93118375058827,"y":-11.582832083333244,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74705":{"x":220,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74706":{"submorphs":[],"scripts":[],"id":181,"shape":{"__isSmartRef__":true,"id":74707},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":74713},"_MaxTextWidth":580,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":74714},"showsHalos":false,"_FontSize":28,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Title","partsBinMetaInfo":{"__isSmartRef__":true,"id":74715},"_TextColor":{"__isSmartRef__":true,"id":74716},"renderContextTable":{"__isSmartRef__":true,"id":74717},"textChunks":[{"__isSmartRef__":true,"id":74718}],"eventHandler":{"__isSmartRef__":true,"id":74720},"priorExtent":{"__isSmartRef__":true,"id":74721},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":580,"_MinTextHeight":null,"_Rotation":0,"_Scale":1.002003004005006,"previousSelection":[35,35],"priorSelectionRange":[23,23],"charsReplaced":"WIP / Proof of Concept","lastFindLoc":22,"distanceToDragEvent":{"__isSmartRef__":true,"id":74722},"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","isCopyMorphRef":true,"morphRefId":2,"prevScroll":[0,0],"__LivelyClassName__":"lively.morphic.Text"},"74707":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":74708},"_Extent":{"__isSmartRef__":true,"id":74709},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":74710},"renderContextTable":{"__isSmartRef__":true,"id":74711},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":74712},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"74708":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74709":{"x":580,"y":43,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74710":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74711":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"74712":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"74713":{"x":37,"y":23,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74714":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74715":{"partsSpaceName":"PartsBin/Worlds/","__SourceModuleName__":"Global.lively.PartsBin","comment":"For example a world title.","partName":"Title","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"74716":{"r":0,"g":0.309,"b":0.595,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74717":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"74718":{"style":{"__isSmartRef__":true,"id":74719},"chunkOwner":{"__isSmartRef__":true,"id":74706},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"74719":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"74720":{"morph":{"__isSmartRef__":true,"id":74706},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"74721":{"x":580,"y":43,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74722":{"x":221,"y":-12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74723":{"createListMorph":{"__isSmartRef__":true,"id":74724},"getList":{"__isSmartRef__":true,"id":74728},"removeList":{"__isSmartRef__":true,"id":74732},"reset":{"__isSmartRef__":true,"id":74736},"displayTopLevelMorphs":{"__isSmartRef__":true,"id":74740},"onMouseDown":{"__isSmartRef__":true,"id":74744},"setTargetOfPane":{"__isSmartRef__":true,"id":74752},"setTargetToListSelection":{"__isSmartRef__":true,"id":74756},"onBlur":{"__isSmartRef__":true,"id":74760},"setTarget":{"__isSmartRef__":true,"id":74768},"setTargetOnSelection":{"__isSmartRef__":true,"id":74772}},"74724":{"varMapping":{"__isSmartRef__":true,"id":74725},"source":"function createListMorph() {\n var items = this.getList();\n \n var height = Math.min(this.owner.getExtent().y, items.length * 17);\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\n\n var listMorph = new lively.morphic.List(extent);\n listMorph.setList(items);\n listMorph.setFontSize(10);\n\n listMorph.disableGrabbing();\n listMorph.disableDragging();\n\n connect(listMorph, 'selection', this, 'setTargetToListSelection');\n \n return listMorph;\n}","funcProperties":{"__isSmartRef__":true,"id":74726},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"74725":{"this":{"__isSmartRef__":true,"id":74656}},"74726":{"timestamp":{"__isSmartRef__":true,"id":74727},"user":"lauritz","tags":[]},"74727":{"isSerializedDate":true,"string":"Tue Dec 13 2011 18:55:41 GMT+0100 (Mitteleuropäische Zeit)"},"74728":{"varMapping":{"__isSmartRef__":true,"id":74729},"source":"function getList() {\n var worldEntry = {\n isListItem: true,\n selectionString: 'World',\n string: 'World',\n value: this.world()\n };\n var list = this.world().indentedListItemsOfMorphNames();\n list.unshift(worldEntry);\n return list;\n}","funcProperties":{"__isSmartRef__":true,"id":74730},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"74729":{"this":{"__isSmartRef__":true,"id":74656}},"74730":{"timestamp":{"__isSmartRef__":true,"id":74731},"user":"lauritz","tags":[]},"74731":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:12:23 GMT+0100 (Mitteleuropäische Zeit)"},"74732":{"varMapping":{"__isSmartRef__":true,"id":74733},"source":"function removeList() {\n this.listMorph && this.listMorph.remove();\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":74734},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"74733":{"this":{"__isSmartRef__":true,"id":74656}},"74734":{"timestamp":{"__isSmartRef__":true,"id":74735},"user":"lauritz","tags":[]},"74735":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:51:07 GMT+0100 (Mitteleuropäische Zeit)"},"74736":{"varMapping":{"__isSmartRef__":true,"id":74737},"source":"function reset() {\n this.list = [];\n this.setLabel('empty');\n this.label.setAlign('left');\n this.removeList();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'});\n}","funcProperties":{"__isSmartRef__":true,"id":74738},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"74737":{"this":{"__isSmartRef__":true,"id":74656}},"74738":{"timestamp":{"__isSmartRef__":true,"id":74739},"user":"lauritz","tags":[]},"74739":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:34:06 GMT+0100 (Mitteleuropäische Zeit)"},"74740":{"varMapping":{"__isSmartRef__":true,"id":74741},"source":"function displayTopLevelMorphs() {\n var list = this.createListMorph(); \n if (this.getList().length === 0) return;\n this.addMorph(list);\n this.listMorph = list;\n}","funcProperties":{"__isSmartRef__":true,"id":74742},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"74741":{"this":{"__isSmartRef__":true,"id":74656}},"74742":{"timestamp":{"__isSmartRef__":true,"id":74743},"user":"lauritz","tags":[]},"74743":{"isSerializedDate":true,"string":"Tue Dec 13 2011 18:53:20 GMT+0100 (Mitteleuropäische Zeit)"},"74744":{"varMapping":{"__isSmartRef__":true,"id":74745},"source":"function onMouseDown(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n // clicked on morph, not the list, not the list's scrollbar\n if (evt.target === this.renderContext().shapeNode)\n this.removeList();\n } else {\n this.displayTopLevelMorphs();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":74750},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"74745":{"this":{"__isSmartRef__":true,"id":74656},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":74746}},"74746":{"$super":{"__isSmartRef__":true,"id":74747}},"74747":{"varMapping":{"__isSmartRef__":true,"id":74748},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":74749},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"74748":{"obj":{"__isSmartRef__":true,"id":74656},"name":"onMouseDown"},"74749":{},"74750":{"timestamp":{"__isSmartRef__":true,"id":74751},"user":"lauritz","tags":[]},"74751":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:30:39 GMT+0100 (Mitteleuropäische Zeit)"},"74752":{"varMapping":{"__isSmartRef__":true,"id":74753},"source":"function setTargetOfPane(selection) {\n this.owner.setTarget(selection);\n this.label.setAlign('left');\n}","funcProperties":{"__isSmartRef__":true,"id":74754},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"74753":{"this":{"__isSmartRef__":true,"id":74656}},"74754":{"timestamp":{"__isSmartRef__":true,"id":74755},"user":"lauritz","tags":[]},"74755":{"isSerializedDate":true,"string":"Wed Dec 07 2011 04:30:42 GMT+0100 (Mitteleuropäische Zeit)"},"74756":{"varMapping":{"__isSmartRef__":true,"id":74757},"source":"function setTargetToListSelection() { \n var selection = this.listMorph.selection;\n this.removeList();\n if (!selection) return;\n if (this.owner.scriptPane.hasChanged()) {\n var that = this;\n var callback = function (confirmed) {\n if (confirmed) that.setTargetOfPane(selection);\n }\n this.owner.confirmUnsavedChanges(callback);\n } else {\n this.setTargetOfPane(selection);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":74758},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"74757":{"this":{"__isSmartRef__":true,"id":74656}},"74758":{"timestamp":{"__isSmartRef__":true,"id":74759},"user":"lauritz","tags":[]},"74759":{"isSerializedDate":true,"string":"Wed Dec 07 2011 06:06:48 GMT+0100 (Mitteleuropäische Zeit)"},"74760":{"varMapping":{"__isSmartRef__":true,"id":74761},"source":"function onBlur(evt) {\n $super(evt);\n \n // workaround - otherwise other morphs get this event\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\n this.removeList();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":74766},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"74761":{"this":{"__isSmartRef__":true,"id":74656},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":74762}},"74762":{"$super":{"__isSmartRef__":true,"id":74763}},"74763":{"varMapping":{"__isSmartRef__":true,"id":74764},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":74765},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"74764":{"obj":{"__isSmartRef__":true,"id":74656},"name":"onBlur"},"74765":{},"74766":{"timestamp":{"__isSmartRef__":true,"id":74767},"user":"lauritz","tags":[]},"74767":{"isSerializedDate":true,"string":"Wed Dec 07 2011 05:30:08 GMT+0100 (Mitteleuropäische Zeit)"},"74768":{"varMapping":{"__isSmartRef__":true,"id":74769},"source":"function setTarget(target) {\n this.label.setTextString(target.getName() || target.toString());\n}","funcProperties":{"__isSmartRef__":true,"id":74770},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"74769":{"this":{"__isSmartRef__":true,"id":74656}},"74770":{"timestamp":{"__isSmartRef__":true,"id":74771},"user":"lauritz","tags":[]},"74771":{"isSerializedDate":true,"string":"Wed Dec 07 2011 04:29:39 GMT+0100 (Mitteleuropäische Zeit)"},"74772":{"varMapping":{"__isSmartRef__":true,"id":74773},"source":"function setTargetOnSelection() {\n if (this.listMorph && this.listMorph.renderContext() && this.listMorph.renderContext().listNode.value) {\n this.setTargetToListSelection();\n this.stopStepping();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":74774},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"74773":{"this":{"__isSmartRef__":true,"id":74656}},"74774":{"timestamp":{"__isSmartRef__":true,"id":74775},"user":"lauritz","tags":[]},"74775":{"isSerializedDate":true,"string":"Wed Dec 07 2011 06:12:06 GMT+0100 (Mitteleuropäische Zeit)"},"74776":{"submorphs":[],"scripts":[],"id":"AF59B10A-840B-4896-A346-C81432D1616E","shape":{"__isSmartRef__":true,"id":74777},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":false,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":74783},"_MaxTextWidth":64.8979476392384,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":74780},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"ObjectEditorScriptsText1","partsBinMetaInfo":{"__isSmartRef__":true,"id":74784},"textChunks":[{"__isSmartRef__":true,"id":74785}],"charsReplaced":"Scripts","lastFindLoc":-7,"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":74787},"renderContextTable":{"__isSmartRef__":true,"id":74788},"eventHandler":{"__isSmartRef__":true,"id":74789},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64.8979476392384,"_MinTextHeight":null,"_ClipMode":"visible","draggingEnabled":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":74790},"eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":73537},"isCopyMorphRef":true,"morphRefId":27,"derivationIds":[223,"5E3A69EF-26C1-4D0D-B04C-8C3894017F56","14AB1B91-3ED6-49AE-AA58-47D18B6C569F","991D4A54-1FC4-4BC7-AA82-F814AC52CDE3","DB9B19F7-4390-4CE5-9B1D-62177CB8D605","8F7B2EE9-9538-4044-B75B-6A12F3108B70","4B9F9B4B-C7D3-418D-9AC9-10503A4EBF8E","324EE422-8C94-43CE-B964-A3150830C25F","36D1ECF9-591F-426B-A4F6-B337D7DB053B","CB52849C-BE64-4053-8D07-758F969F84EB","F1C241D4-A689-4DB7-942F-ADB5F39D9CAA","F9D413A0-184F-47F5-9B55-D05D511915CB","F4C5DA2D-8203-47EB-834D-2D03338B0419","1E089341-3FFF-45CD-9C21-BA7A8B4CF6F2","87F8B14A-C122-40D7-8405-CA07248E60D3","A8E7E359-A02C-427B-8D23-C707CE9664B2","1F5D2238-FE2C-4462-87AE-6308A9DC3F78","0CFCC25B-8E38-48AF-BCAE-309B297CCAC3","F88840C4-6C4F-473C-91E8-FF62A4EDE7C8","296C71A4-11DC-4952-8256-A93963F64682","6B005896-939A-42A9-ADAE-2A1F4B1D59C2","14EFB005-F562-4D73-8702-2589C85C7F49","FEA4334F-926E-40B1-ADEB-4DF4D4D0D724","B12CC3AC-818F-469A-A538-B6BF01C8147B","3C11B816-4C37-418C-A63E-DB4A2CF5F9D2","3027459F-3E57-4CBA-9FAF-7CB42411ABC3","C00E82BE-7538-4FA9-910A-656AC2C6F33B","D985F727-35CB-4BB1-9609-E4FF2AF2DD37","85BC2572-7E97-44E2-A986-EFD3D56D1852","3044ADA2-8A7F-4D22-8B40-FA06789A8996","76773698-385A-4175-80B8-27271545B457","690F67C4-EC25-4EEA-B562-0CE8F0E5CBED","624523C6-ADA2-49CB-88CE-DEB1AA43DAD0","8A813202-A381-4FF9-A154-407C143EBA72","FFB95785-E1AD-48FB-80AF-BA433853515B","4EBF6F8C-C433-42CC-8CBA-297B37B2C688","BD4DC952-16BE-491F-A354-D917D4E03A61","E4A29EB0-82DA-4A0D-8F9C-EA48BFACF9F6","CF02365B-8811-4F5D-9E46-CDCA5992FE02","A8308C66-9694-47F9-BD39-1440A1A11147","11670533-7A0C-4DA7-B05A-230E3590D754","50C57D44-2623-4C4D-9E75-9C92D74899BE","4EFD1889-CFFB-4A6D-B657-4F4BFB7AA53A","40D260D3-576B-4A48-9B0F-ED45E603E1DF","18768B22-DF4D-4E34-A2C1-010FE282AE5F","4E99809E-FFFC-468E-B550-62D4D28B8030","37466A59-B687-4CD7-A1DD-1F0A27A669BE","730CA454-E737-42C7-B4BC-8CC154877078","06F8273E-95EB-4BCA-BA60-C677220E0F73","33EBE265-A928-4E60-8E54-0FB0811652F3","707D1E6A-DC9F-4170-B09A-55141B52E250"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"74777":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":74778},"_Extent":{"__isSmartRef__":true,"id":74779},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":74780},"renderContextTable":{"__isSmartRef__":true,"id":74781},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":74782},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"74778":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74779":{"x":64.8979476392384,"y":15,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74780":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74781":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"74782":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"74783":{"x":198.16434648623274,"y":12.911539589748486,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74784":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"AF59B10A-840B-4896-A346-C81432D1616E","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"74785":{"style":{"__isSmartRef__":true,"id":74786},"chunkOwner":{"__isSmartRef__":true,"id":74776},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Target:","__LivelyClassName__":"lively.morphic.TextChunk"},"74786":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"74787":{"x":64.8979476392384,"y":15,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74788":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"74789":{"morph":{"__isSmartRef__":true,"id":74776},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"74790":{"x":41.065989525935834,"y":-10.506047005169194,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74791":{"submorphs":[],"scripts":[],"id":"3461C367-F6C7-436F-ADDB-7538237FADD6","shape":{"__isSmartRef__":true,"id":74792},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":false,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":74798},"_MaxTextWidth":64.8979476392384,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":74795},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"ObjectEditorScriptsText2","partsBinMetaInfo":{"__isSmartRef__":true,"id":74799},"textChunks":[{"__isSmartRef__":true,"id":74800}],"charsReplaced":"Scripts","lastFindLoc":-7,"priorSelectionRange":[0,7],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":74802},"renderContextTable":{"__isSmartRef__":true,"id":74803},"eventHandler":{"__isSmartRef__":true,"id":74804},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64.8979476392384,"_MinTextHeight":null,"_ClipMode":"visible","draggingEnabled":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":74805},"eventsAreIgnored":true,"isCopyMorphRef":true,"morphRefId":27,"owner":{"__isSmartRef__":true,"id":73537},"derivationIds":[224,"35EF8FE5-067D-45B6-AF21-77040F11D340","80DC09DD-22D4-4089-B5C3-857B32C9BE9B","EF080074-E6B9-47F3-A87F-26313B40C430","F6977801-C1A7-445C-9BF1-8A1019E202FB","8C9157AE-0343-4CFB-8186-1D5E05D2ECBE","DD3C23F8-6463-4EAE-959B-C486E27D9BDA","1E8D3752-D212-41F8-BC63-B094E0C80707","75C07D11-AE5D-4A36-B2D0-F2A6EA414E72","494AB1C0-2C09-49DE-B4AA-1F24DC7495FF","25199967-E3BA-4763-A704-37BD3152A5F7","8E4A5937-D1FA-4AF7-BD8D-B542C636CEF9","DDB23EF0-540C-4046-AD4D-C001E8A5F20C","FF45AAB3-E5C7-42A0-A704-F068DB2E2AF9","52850E3E-BE46-467C-A381-902F5E4859FD","147F9160-7168-44A4-9EA4-A36466EE1F52","07B3723F-DFA0-4FBC-B0F5-BA23173141E3","6D8947CA-4E24-4B98-917D-5F9D8183DD23","272C49A1-F64E-4FB5-9E74-091FD6F94A0B","2970B680-E48D-429C-ADE5-6CAFDAB64DFF","763B4C2A-9EA7-42FC-8AB3-67FFCFB10289","D5B10502-1750-4947-837E-601C1B68E057","6F2CE171-4847-4979-860C-65670CA72C09","C6FB823E-A6F9-4603-BF38-D8205417E6BA","49B2AAC3-D080-4187-876F-3D55751AE297","85F2FBB3-1E7C-4908-9AB0-980345E3876E","30CDE50B-45BF-48CE-9A73-9C459699E317","AFA77026-568C-4E94-8C7F-27C828811AA4","54E76C04-71EB-4EA6-89B3-32F12994BED3","032AF4EA-3E7E-4A86-B5A9-FB1C4AE513CC","E4D56409-18D1-4F61-B6E8-51F2E073C299","FB3FB68A-6644-4A92-9512-9BDDB3A6B291","59C893AD-5AA8-4837-A1CA-D124E9CEC5AE","1263E547-F0D5-4C07-B269-FD5E958D1523","D23A9B2D-10B5-4930-8C37-09D5A440AE57","ABE5EEF7-5A23-4BEA-B079-D19C462662AE","6A92531C-D9A9-4A6F-92E6-AEF088B02B07","42909C41-3985-479F-881F-EFBAD6569DAA","32F1C835-F87C-4EB0-84F9-93124897544E","A3798645-7FCB-42A7-98E9-CD600F33374D","A71FD4A1-4E70-49F6-A4BF-F0E63F947DAE","20BE92CF-BBB0-4853-B246-BA18BD63D962","13BD5980-9FEA-4EAC-9DD6-2A3EA14D35E3","F498538E-3F60-4FC5-98AA-E4FA603F7167","318756FA-C67B-4908-819D-C9AA53BBBB96","FD61D575-FA46-486C-A8AE-0E1BA7FF637D","FE2C5A80-1F27-4545-859F-EA59828ACF8E","B88FB820-B19C-491D-83AC-9E72077879E5","B1096DDC-D8E8-4BDD-9ECC-53AA1A1BF884","379DF5A0-FCCC-41CD-912A-6DA87BA77867","2521D182-54EB-40F6-9092-BB3BD8CBA0F7"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"74792":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":74793},"_Extent":{"__isSmartRef__":true,"id":74794},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":74795},"renderContextTable":{"__isSmartRef__":true,"id":74796},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":74797},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"74793":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74794":{"x":64.8979476392384,"y":15,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74795":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74796":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"74797":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"74798":{"x":10,"y":12.911539589749026,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74799":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"idOnLoad":"3461C367-F6C7-436F-ADDB-7538237FADD6","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"74800":{"style":{"__isSmartRef__":true,"id":74801},"chunkOwner":{"__isSmartRef__":true,"id":74791},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Tag:","__LivelyClassName__":"lively.morphic.TextChunk"},"74801":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"74802":{"x":64.8979476392384,"y":15,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74803":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"74804":{"morph":{"__isSmartRef__":true,"id":74791},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"74805":{"x":45.76052154281416,"y":-27.783027415339603,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74806":{"submorphs":[{"__isSmartRef__":true,"id":74807}],"scripts":[],"id":"A9FDD037-77DF-4389-B1E9-2AFAEA9E8E62","shape":{"__isSmartRef__":true,"id":74822},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":74838},"value":true,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":74839},"lighterFill":{"__isSmartRef__":true,"id":74825},"label":{"__isSmartRef__":true,"id":74807},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":74848},"name":"ObjectEditorTagChooser","partsBinMetaInfo":{"__isSmartRef__":true,"id":74849},"listMorph":null,"list":[],"renderContextTable":{"__isSmartRef__":true,"id":74850},"eventHandler":{"__isSmartRef__":true,"id":74851},"distanceToDragEvent":{"__isSmartRef__":true,"id":74852},"priorExtent":{"__isSmartRef__":true,"id":74853},"textString":"PartsBinBrowser","selection":"","_ClipMode":"visible","prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":73537},"setTargetToListSelection":"all","savedTextString":"all","derivationIds":[225,"7F83847B-D0B1-4A31-8601-43424B97C858","E08FC110-71D7-4FFD-B4A8-08F8147B95BA","5534107D-C5C9-48DD-A1ED-B87E9D9B672C","0B89FA7A-768C-4062-98AE-C455E8DAFF19","799320C6-CFBA-40E7-B03D-64BFE9B78248","9B650AA3-271B-4E72-B230-51C6F64B7462","C95D3672-724C-4C2C-9CDD-EF308062F627","C66EBEEC-B7CE-4DD9-8BDF-905F071F965D","D68B143A-A712-4FD0-8803-62CCB4C7F763","ED802271-AE5C-4BE9-AC4E-7CED44BC864B","1BD989CB-146C-431F-8B15-9199C4CD5D32","42172AA4-1B06-4C5B-9BB7-FAED1206CF34","32DFAF99-E6F8-426B-829D-FD6C2BCB8FAA","9B4BF2BE-49D5-4B9D-8F38-1692443069A9","FCAB3690-731A-45E7-984F-843DFE705AF1","3C55B7A5-77F6-45F6-95B5-5AA3B10E6CE5","14ACA43F-520F-4512-971E-58D7AA98A34E","A2CB6935-5F61-4647-AFF7-544B0D457DBE","23AF6A5A-2D3E-4B37-88D9-1796928D6D56","12F76FAD-605C-40C2-93EF-7951441E766B","D92D80C6-56A4-46ED-B62C-757F1FA4D905","6CC2CF6A-223A-4DBA-A5DB-21CBE0CEF2A7","9B99B064-2C50-42CB-A565-288A1B81E00B","C38B8F60-8566-40E7-8B02-2AD06163F885","062785D3-1172-4A86-A875-AC1D54D4F0D0","21A29E3E-F614-44A7-AC8A-591A21720DA9","78CE0802-1677-492A-95DB-B14FDC8FDA44","CB50D64F-6C04-4EB7-8269-E8319815FBB4","9D254D05-EFD1-4CFE-A2C9-7C9CB73A1FA5","120F7E7E-5778-48FF-9A3E-DF7BBAFD37D1","F866F830-60D7-468A-821E-624DA25C5594","4A958B6D-1AA1-4FD8-987C-F853AB4F6790","F3126A42-B5AA-4DCC-9C9A-307B3B23323C","13430A3F-8FA1-48CE-9820-A331BC446C1E","69D8012D-DF9A-4098-811A-E2E1DDB18ED2","32390AE4-1AC0-4D26-A350-5CB598864E24","82C5FE6A-4E5F-4C90-8B50-60C9C6634789","2324F569-1A8C-4299-90ED-B22301B3045C","19C7B723-0D4A-49BA-9A2A-3FBCD7FBAC1C","9D09769C-271B-4F60-A0FB-1F21064E6DED","3B18E957-EA10-4A97-BFAD-C5B0E4D89D7D","C78575AD-3D1D-4F2B-8E40-F5C1D1E60FCD","7157280A-E309-4EF7-BCC4-5823E62FA84B","55CA70AC-2223-4FA7-BCA9-938E7270F768","6BE8CACF-9B4B-4462-A6B0-69DC5A462D15","55605394-8BB5-4423-97E0-7B6E8C433354","62904385-1A42-4ADD-8935-0E3E91419236","6B984920-FFEA-4C91-A82B-192EB41D7CCF","E733AB6B-40AA-41B6-8A73-D61A1280EBF9","2EE7DB7A-2A82-40CB-9D35-DC034E9879A8"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":74854},"__LivelyClassName__":"lively.morphic.Button"},"74807":{"submorphs":[],"scripts":[],"id":"883F3031-3154-4879-AD20-DFA2457E0EEB","shape":{"__isSmartRef__":true,"id":74808},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":130,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":74813},"textColor":{"__isSmartRef__":true,"id":74811},"owner":{"__isSmartRef__":true,"id":74806},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":74814}],"padding":{"__isSmartRef__":true,"id":74816},"_Padding":{"__isSmartRef__":true,"id":74816},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":74817},"attributeConnections":[{"__isSmartRef__":true,"id":74818}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"renderContextTable":{"__isSmartRef__":true,"id":74819},"eventHandler":{"__isSmartRef__":true,"id":74820},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":130,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":10,"derivationIds":[226,"03DBF3F8-8EA2-4426-BA64-C4297DDAB015","B8F87302-BEC3-48CD-9BBA-6C7DBB6287E1","4AA6AE51-338B-4E3E-814B-9F99C693A2D5","08F6CE56-AD91-4C27-9429-C3DEA313696C","D39C963C-FD24-4498-A6D8-71E5102CE58A","132C2A9E-3466-4051-AAEA-6E485A91F408","DB8BC4A1-ED41-446B-AB6C-7E73DD857B5D","567FC668-A57C-41CB-8252-8912826B3144","D0B0775F-C8E7-49EB-BBB2-C7BB7DD464BF","AABED87D-D7C0-494A-8803-26F4601E35FF","696C3A2A-C695-4D17-A044-41A73436AB8D","206A0BFD-6997-4E0E-9193-089D1F66B22A","F2F1F966-6C41-4EBA-AFCE-FAE8C79AA696","64A754E9-7083-4CAE-B5C2-7B436EFFE4BA","64737503-A352-42CC-A249-667DA2B42746","DF3C67B8-7B15-4911-A7A5-4C93AA4E9E00","326848BF-C53D-46A5-812C-D9F2B8756032","6C055371-8A4E-4887-9735-0C93FB0DA46A","C514FDFF-51F8-461E-B7C7-E85348AD4A94","A2408FDD-FBD9-48BF-8486-EC6111E46FB2","1E8B0D2A-BC10-43DD-A362-3D3B05C4497A","C6BC57AA-BB93-4894-8E45-E11A683FD559","3D38D50E-CA30-4F72-BD29-7CA74B44A71A","88F09C25-C994-4DA8-A44A-8539642906B7","0ED16F9C-755D-4568-9FEE-BA3CBEDFAA6D","3A13AFB3-68CE-4E3C-9E9A-EE8B1BA17F48","2CCF44DC-33F9-49E8-B200-1C8BFB2F3104","B0ED4524-C3B9-4CD3-A5BB-BEF71A51C4FC","03B7FE08-0E1D-4F20-BFCA-7B02BD2285F8","6BD56082-5CA3-46A1-A89A-38E0FF06D820","3AB13A4A-35B2-4F43-BB89-452A7A9E96C0","DF640E86-BA9A-4171-BE65-E072CCA01340","D6764007-9400-4AF9-8E9C-ED916D39E1E5","8276D06F-3363-4C9D-AECE-3CDCC9654E58","0C713654-080C-4216-B5A5-F0A3AFCB483F","3E35CC90-3A85-471E-9401-C0E1BE66F298","514BA223-7783-4152-AEF8-1B7272B3C592","A7D6789D-7FA8-4BD4-ABE3-9333CA8233D7","0ADDA07E-C195-4575-8F21-E7E75187D296","559EF723-8874-49F3-AAB0-F38540394C29","3E673F46-6A43-4630-A3E4-E0CCE2A0DE6B","06D12182-AC4E-4D8C-9CBB-A199BFD19ACE","62C39E3A-1AE5-47A8-A0BF-997F3A633805","410E004A-BE43-4C50-9779-30478F67EBD5","3A2A9587-CB9E-48E5-88EF-5C89CB1404EA","4F849F2C-72B3-4AD7-9433-04A4F350C253","C7EAC4BD-D60E-4B24-8EAA-57AF574E4C1F","E7E1521A-90E5-4D7E-8B3C-16639B6B5227","42CF80DD-31E4-4CCD-B03A-4A503F5FD2F1","496620E4-87D5-4A4C-964F-CD39747AD998"],"_TextColor":{"__isSmartRef__":true,"id":74672},"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":74821},"__LivelyClassName__":"lively.morphic.Text"},"74808":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":74809},"_Extent":{"__isSmartRef__":true,"id":74810},"_BorderColor":{"__isSmartRef__":true,"id":74811},"renderContextTable":{"__isSmartRef__":true,"id":74812},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":74663},"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"74809":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74810":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74811":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74812":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"74813":{"x":2,"y":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74814":{"style":{"__isSmartRef__":true,"id":74815},"chunkOwner":{"__isSmartRef__":true,"id":74807},"storedString":"all","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"74815":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"74816":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"74817":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74818":{"sourceObj":{"__isSmartRef__":true,"id":74807},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":74806},"targetMethodName":"selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"74819":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"74820":{"morph":{"__isSmartRef__":true,"id":74807},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"74821":{"requiredModules":[],"idOnLoad":"883F3031-3154-4879-AD20-DFA2457E0EEB","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"74822":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":74823},"_Extent":{"__isSmartRef__":true,"id":74824},"_Fill":{"__isSmartRef__":true,"id":74825},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":74835},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":74836},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":74837},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"74823":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74824":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74825":{"stops":[{"__isSmartRef__":true,"id":74826},{"__isSmartRef__":true,"id":74828},{"__isSmartRef__":true,"id":74830},{"__isSmartRef__":true,"id":74832}],"vector":{"__isSmartRef__":true,"id":74834},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"74826":{"offset":0,"color":{"__isSmartRef__":true,"id":74827}},"74827":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74828":{"offset":0.4,"color":{"__isSmartRef__":true,"id":74829}},"74829":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74830":{"offset":0.6,"color":{"__isSmartRef__":true,"id":74831}},"74831":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74832":{"offset":1,"color":{"__isSmartRef__":true,"id":74833}},"74833":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74834":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"74835":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74836":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"74837":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"74838":{"x":39.12381412396891,"y":10.000000000000057,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74839":{"stops":[{"__isSmartRef__":true,"id":74840},{"__isSmartRef__":true,"id":74842},{"__isSmartRef__":true,"id":74844},{"__isSmartRef__":true,"id":74846}],"vector":{"__isSmartRef__":true,"id":74834},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"74840":{"offset":0,"color":{"__isSmartRef__":true,"id":74841}},"74841":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74842":{"offset":0.4,"color":{"__isSmartRef__":true,"id":74843}},"74843":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74844":{"offset":0.6,"color":{"__isSmartRef__":true,"id":74845}},"74845":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74846":{"offset":1,"color":{"__isSmartRef__":true,"id":74847}},"74847":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74848":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"74849":{"partsSpaceName":"PartsBin/Inputs/","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","idOnLoad":"A9FDD037-77DF-4389-B1E9-2AFAEA9E8E62","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"74850":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"74851":{"morph":{"__isSmartRef__":true,"id":74806},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"74852":{"x":85.7442776093583,"y":-11.582832083333244,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74853":{"x":130,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74854":{"createListMorph":{"__isSmartRef__":true,"id":74855},"getList":{"__isSmartRef__":true,"id":74859},"removeList":{"__isSmartRef__":true,"id":74863},"reset":{"__isSmartRef__":true,"id":74867},"onMouseUp":{"__isSmartRef__":true,"id":74871},"onBlur":{"__isSmartRef__":true,"id":74879},"setTag":{"__isSmartRef__":true,"id":74887}},"74855":{"varMapping":{"__isSmartRef__":true,"id":74856},"source":"function createListMorph() {\n var items = this.getList();\n\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\n\n var listMorph = new lively.morphic.List(extent);\n listMorph.setList(items);\n listMorph.setFontSize(10);\n\n listMorph.disableGrabbing();\n listMorph.disableDragging();\n \n connect(listMorph, 'selection', this, 'setTag');\n \n return listMorph;\n}","funcProperties":{"__isSmartRef__":true,"id":74857},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"74856":{"this":{"__isSmartRef__":true,"id":74806}},"74857":{"timestamp":{"__isSmartRef__":true,"id":74858},"user":"lauritz","categories":[]},"74858":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:35:59 GMT+0100 (Mitteleuropäische Zeit)"},"74859":{"varMapping":{"__isSmartRef__":true,"id":74860},"source":"function getList() {\n if (!this.owner.target) return [''];\n\n var target = this.owner.target;\n\n var tags = Functions.own(target).collect(function (each) {\n return target[each].tags || [];\n }).flatten().uniq();\n\n var sortedTags = tags.sortBy(function(name) { \n return name.toLowerCase() \n });\n \n sortedTags.unshift('all'); \n return sortedTags;\n}","funcProperties":{"__isSmartRef__":true,"id":74861},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"74860":{"this":{"__isSmartRef__":true,"id":74806}},"74861":{"timestamp":{"__isSmartRef__":true,"id":74862},"user":"lauritz","tags":[]},"74862":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:25 GMT+0100 (Mitteleuropäische Zeit)"},"74863":{"varMapping":{"__isSmartRef__":true,"id":74864},"source":"function removeList() {\n this.listMorph && this.listMorph.remove()\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":74865},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"74864":{"this":{"__isSmartRef__":true,"id":74806}},"74865":{"timestamp":{"__isSmartRef__":true,"id":74866},"user":"lauritz","categories":[]},"74866":{"isSerializedDate":true,"string":"Thu Nov 17 2011 19:06:51 GMT+0100 (Mitteleuropäische Zeit)"},"74867":{"varMapping":{"__isSmartRef__":true,"id":74868},"source":"function reset() {\n this.list = [];\n this.setLabel('all');\n this.label.setAlign('left');\n this.removeList();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\n}","funcProperties":{"__isSmartRef__":true,"id":74869},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"74868":{"this":{"__isSmartRef__":true,"id":74806}},"74869":{"timestamp":{"__isSmartRef__":true,"id":74870},"user":"lauritz","tags":[]},"74870":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:53 GMT+0100 (Mitteleuropäische Zeit)"},"74871":{"varMapping":{"__isSmartRef__":true,"id":74872},"source":"function onMouseUp(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n this.removeList();\n return true;\n } \n if (this.getList().size() < 2) return;\n var list = this.createListMorph();\n this.addMorph(list);\n this.listMorph = list;\n return true;\n}","funcProperties":{"__isSmartRef__":true,"id":74877},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"74872":{"this":{"__isSmartRef__":true,"id":74806},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":74873}},"74873":{"$super":{"__isSmartRef__":true,"id":74874}},"74874":{"varMapping":{"__isSmartRef__":true,"id":74875},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":74876},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"74875":{"obj":{"__isSmartRef__":true,"id":74806},"name":"onMouseUp"},"74876":{},"74877":{"timestamp":{"__isSmartRef__":true,"id":74878},"user":"lauritz","categories":[]},"74878":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:59:16 GMT+0100 (Mitteleuropäische Zeit)"},"74879":{"varMapping":{"__isSmartRef__":true,"id":74880},"source":"function onBlur(evt) {\n $super(evt);\n \n // workaround - otherwise other morphs get this event\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\n this.removeList();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":74885},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"74880":{"this":{"__isSmartRef__":true,"id":74806},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":74881}},"74881":{"$super":{"__isSmartRef__":true,"id":74882}},"74882":{"varMapping":{"__isSmartRef__":true,"id":74883},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":74884},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"74883":{"obj":{"__isSmartRef__":true,"id":74806},"name":"onBlur"},"74884":{},"74885":{"timestamp":{"__isSmartRef__":true,"id":74886},"user":"lauritz","categories":[]},"74886":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:10:03 GMT+0100 (Mitteleuropäische Zeit)"},"74887":{"varMapping":{"__isSmartRef__":true,"id":74888},"source":"function setTag(tag) {\n this.setLabel(tag || '');\n this.label.setAlign('left');\n this.owner.setTag(tag);\n}","funcProperties":{"__isSmartRef__":true,"id":74889},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"74888":{"this":{"__isSmartRef__":true,"id":74806}},"74889":{"timestamp":{"__isSmartRef__":true,"id":74890},"user":"lauritz","categories":[]},"74890":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:36:12 GMT+0100 (Mitteleuropäische Zeit)"},"74891":{"submorphs":[{"__isSmartRef__":true,"id":74892}],"scripts":[],"id":"1814191F-BC68-482C-93A6-5C7268AE8468","shape":{"__isSmartRef__":true,"id":74908},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":74912},"lighterFill":{"__isSmartRef__":true,"id":74924},"label":{"__isSmartRef__":true,"id":74892},"name":"Button","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":74933},"attributeConnections":[{"__isSmartRef__":true,"id":74934}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":74970},"renderContextTable":{"__isSmartRef__":true,"id":74971},"eventHandler":{"__isSmartRef__":true,"id":74972},"distanceToDragEvent":{"__isSmartRef__":true,"id":74973},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","87E42FF6-3862-481D-97D6-643676E15F32","4F370A81-5A80-4821-8ECC-D52B56F31E15","1C6D1DC9-2F9B-4DC4-B453-1CA45B17C516","0E8EC0BF-934B-410B-AEC2-0ECA8C8F774D","97086CE7-CD46-4035-A371-02A41D555A66","E342B91D-F54B-4DA8-8AE7-10C59CE22B41","A838C48E-4033-4688-8DCF-20659BD824FF","E9BBC453-FFF6-4EE8-BDB0-605D5D4557AE","B6FB81D1-145B-40F9-ACF1-17276DA45EBA","09C79781-5461-4815-88DE-22FB67558136","5F8AEA53-52AE-4556-8965-8AF32B7DF244","B6F83D9A-EBDE-481A-9A93-10B7E0F411E5","43A6AF71-969E-474B-B1AF-2D7072766C46","0230F60A-8B10-42D3-A984-05A0EF2EF9DE","042FB220-17F2-4215-AF92-F1AFA75EC06C","11ECFDFB-FB26-4AA0-B5DF-110F0F35F4CB","188943CF-7673-4F2A-A347-F37CCCEE828D","45B2827A-1836-4544-A982-A59304D4E408","579F9218-7101-4AD9-8F55-2D5505397C4B","BC0C3772-5BE6-4FF9-8F58-E2F5075BDD96","1F29F5CD-884F-4891-89B4-FCE2D39CB4AD","2B121380-F997-4DE9-B213-F6A8E0A5A583","CB75357C-D126-44B6-9122-46048629F855","316CF12F-DF43-413E-83A9-F9F187641982","79F3655A-B3FA-4E0B-94F9-979A6AD7A69E","BBCAF92B-CDB5-452F-ADD5-126F652DE79C","B8B0DB08-CCF4-4A2D-BB0F-FF39BB2E253E","DE01F906-0D77-4279-9EB5-AE7A8CECFF07","03917FE2-3A46-4111-A4A7-47129E857A40","B65C660C-C897-4F19-9F42-B808CA4AEE60","1442C7F9-3206-4CF0-A376-0E55AE86B656","87878496-F588-4227-84D7-22E508E9CCDB","4FEE9809-DF57-485C-B72C-C1C12643C124","A0FFCFE4-6978-46EF-8718-523CC4940B1A","4482E186-9925-4919-904A-9E851BB3E8CD","34764D53-5CA8-417E-A22E-C9743E1DD126","A6CAF13F-6559-4927-B5F8-9A3324A749EA","4F13CDAE-F76E-4F99-B52A-457615B1A5AC","B21E97A1-FBD8-4032-9172-3FC9FC29A23F","55EE9A5F-641B-4755-B3D9-5D541F86D52D","DE1F8EE8-9A5C-4D6A-B57D-995358BFA422","F6F2BF53-5635-46CC-8719-C1E431EC18DA","B37CB8A1-93BA-408D-B85C-83F33FB222A5","66218275-8936-4C64-96F6-9CFC11485B55","7983D91C-3280-4035-B2BB-6F6E8EC50CF6"],"_Position":{"__isSmartRef__":true,"id":74974},"owner":{"__isSmartRef__":true,"id":73537},"layout":{"__isSmartRef__":true,"id":74975},"_ClipMode":"visible","_Rotation":0,"_Scale":0.994014980014994,"__LivelyClassName__":"lively.morphic.Button"},"74892":{"submorphs":[],"scripts":[],"id":"0637B591-5288-4176-8423-A8E9A9CEC793","shape":{"__isSmartRef__":true,"id":74893},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":74899},"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":74900},"_Padding":{"__isSmartRef__":true,"id":74901},"owner":{"__isSmartRef__":true,"id":74891},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":74902},"textChunks":[{"__isSmartRef__":true,"id":74903}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":74905},"eventHandler":{"__isSmartRef__":true,"id":74906},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","BA4EC8D2-AB29-4F9F-B5A0-715A4746A4C4","56735895-BA99-4D98-9866-AA5DBD86237E","81041CF7-31DB-4F65-BB39-FE438A4F266F","D03829B3-268E-40A0-A440-3E4BAC344F30","714637F0-714A-4833-909B-BA4AF1B4628B","DC956E73-7398-4CAF-B6F2-9A226E344396","C1F72D31-1F49-4C0C-ACF3-C3AD7E698D2F","39386C7E-9099-4159-BFE9-80AD37319211","2764FB6E-70D1-4BC5-B3CB-9979A48B8205","C55C8A7C-412C-453E-A99F-CE78C2AADB94","B8EF6619-AC5D-44B6-8E63-AEB078FD0679","89422A1A-03FF-4785-A46E-069BA05383C7","26A78281-B046-434E-958F-8C992D8D0001","991F0354-BF7D-4678-BAFF-ADEC773F7919","050304FB-48CE-469D-A39B-8906956194BD","7E369F30-9171-47EA-BADC-0141FE0F2474","256024A2-D84F-4EBE-BB06-4AED6EC6EE10","2C5CBDD6-9C36-4868-8A2D-2912F05A6B3C","8F2D20ED-D35F-4267-9999-0DF9ADC6B2B2","C9043B92-E609-45D8-81BB-9BE7809775EA","3C4BD7A7-6944-4901-9CBB-F3951346D760","E140D8CF-6FE7-4AA9-9FDF-30716B6DFB2E","3D4089AA-F4FF-4880-8512-D29A808194D1","8684BBDE-F330-4029-93D7-4AFF7FF8A0E0","68AA3F78-BF05-4C7C-BEB4-F4F29E6C8176","1191953C-AFB4-4057-8311-71D946AABFD4","E8FD422F-1D75-48D4-9D77-0C6A02AFDB16","A4FB1B2B-6CFD-4224-BDD1-C9E8D011A311","574B1C57-5B82-4FE6-BDE2-EC62087804B6","CD14639D-A30F-4722-A431-52994E99585A","281A476D-C160-46AC-8398-182DDC2CCAC5","38D0C385-9645-4F19-BC5E-D930D0492D16","1B1F23A8-48F1-4C81-889F-61C5FC7B8C8D","9691F25A-DBBB-47FC-B185-D98C828F180F","ECD565D1-ACE7-4EE5-ADCF-B548442D96AF","FF9F41CE-DE25-4273-B84D-9EEF18C41954","2C7E1F3F-CB74-41CD-B65C-6FAC38AF09C8","0FF9E09B-63C3-4B56-BF70-638FE34AF52E","A0D6D216-F076-4BA6-A8F2-53988E5CF48C","6BE019C8-D554-4531-83DA-03BFF30DDC21","D4A7E775-4D2F-464C-956C-04FE2736B6C6","F756A865-7E46-4963-9EC4-011E5B57316A","3DE84F3D-A328-4F0D-8065-39F56D61D9C8","8318F352-12D2-4422-84C3-F803474E4993","BD2AEFB9-1A9E-46C2-B919-EE0B4351FA29"],"_MinTextWidth":97,"_MinTextHeight":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":74907},"__LivelyClassName__":"lively.morphic.Text"},"74893":{"position":{"__isSmartRef__":true,"id":74894},"_Extent":{"__isSmartRef__":true,"id":74895},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":74896},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":74897},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":74898},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"74894":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74895":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74896":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74897":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"74898":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"74899":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74900":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"74901":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"74902":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74903":{"style":{"__isSmartRef__":true,"id":74904},"chunkOwner":{"__isSmartRef__":true,"id":74892},"storedString":"run","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"74904":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"74905":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"74906":{"morph":{"__isSmartRef__":true,"id":74892},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"74907":{"requiredModules":[],"idOnLoad":"0637B591-5288-4176-8423-A8E9A9CEC793","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"74908":{"position":{"__isSmartRef__":true,"id":74909},"_Extent":{"__isSmartRef__":true,"id":74910},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":74911},"_Fill":{"__isSmartRef__":true,"id":74912},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":74922},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":74923},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"74909":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74910":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74911":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74912":{"stops":[{"__isSmartRef__":true,"id":74913},{"__isSmartRef__":true,"id":74915},{"__isSmartRef__":true,"id":74917},{"__isSmartRef__":true,"id":74919}],"vector":{"__isSmartRef__":true,"id":74921},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"74913":{"offset":0,"color":{"__isSmartRef__":true,"id":74914}},"74914":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74915":{"offset":0.4,"color":{"__isSmartRef__":true,"id":74916}},"74916":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74917":{"offset":0.6,"color":{"__isSmartRef__":true,"id":74918}},"74918":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74919":{"offset":1,"color":{"__isSmartRef__":true,"id":74920}},"74920":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74921":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"74922":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"74923":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"74924":{"stops":[{"__isSmartRef__":true,"id":74925},{"__isSmartRef__":true,"id":74927},{"__isSmartRef__":true,"id":74929},{"__isSmartRef__":true,"id":74931}],"vector":{"__isSmartRef__":true,"id":74921},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"74925":{"offset":0,"color":{"__isSmartRef__":true,"id":74926}},"74926":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74927":{"offset":0.4,"color":{"__isSmartRef__":true,"id":74928}},"74928":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74929":{"offset":0.6,"color":{"__isSmartRef__":true,"id":74930}},"74930":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74931":{"offset":1,"color":{"__isSmartRef__":true,"id":74932}},"74932":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74933":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"1814191F-BC68-482C-93A6-5C7268AE8468","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"74934":{"sourceObj":{"__isSmartRef__":true,"id":74891},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":73537},"targetMethodName":"runScript","visualConnector":{"__isSmartRef__":true,"id":74935},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"74935":{"submorphs":[{"__isSmartRef__":true,"id":74936}],"scripts":[],"shape":{"__isSmartRef__":true,"id":74951},"derivationIds":[null],"id":"C89B50A0-17E7-4D22-AE1D-5112520DAEE7","renderContextTable":{"__isSmartRef__":true,"id":74958},"eventHandler":{"__isSmartRef__":true,"id":74959},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":74960},{"__isSmartRef__":true,"id":74961}],"con":{"__isSmartRef__":true,"id":74934},"showsMorphMenu":true,"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":74962},"__LivelyClassName__":"lively.morphic.Path"},"74936":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":74937},"derivationIds":[null],"id":"2A71BE9E-6820-46AF-ACED-3C9BDCC918AF","renderContextTable":{"__isSmartRef__":true,"id":74948},"eventHandler":{"__isSmartRef__":true,"id":74949},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":74950},"owner":{"__isSmartRef__":true,"id":74935},"_Rotation":-3.130064002485303,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"74937":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":74938},{"__isSmartRef__":true,"id":74939},{"__isSmartRef__":true,"id":74940},{"__isSmartRef__":true,"id":74941}],"renderContextTable":{"__isSmartRef__":true,"id":74942},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":74943},"_Extent":{"__isSmartRef__":true,"id":74944},"_Padding":{"__isSmartRef__":true,"id":74945},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":74946},"_Fill":{"__isSmartRef__":true,"id":74947},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"74938":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"74939":{"isAbsolute":true,"x":-12,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"74940":{"isAbsolute":true,"x":4,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"74941":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"74942":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"74943":{"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74944":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74945":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"74946":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74947":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74948":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"74949":{"morph":{"__isSmartRef__":true,"id":74936},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"74950":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74951":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":74952},{"__isSmartRef__":true,"id":74953}],"renderContextTable":{"__isSmartRef__":true,"id":74954},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":74955},"_Extent":{"__isSmartRef__":true,"id":74956},"_Padding":{"__isSmartRef__":true,"id":74957},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":74946},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"74952":{"isAbsolute":true,"x":829.7085000406639,"y":9.565843617262885,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"74953":{"isAbsolute":true,"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"74954":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"74955":{"x":-1,"y":-1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74956":{"x":831,"y":11,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74957":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"74958":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"74959":{"morph":{"__isSmartRef__":true,"id":74935},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"74960":{"morph":{"__isSmartRef__":true,"id":74935},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"74961":{"morph":{"__isSmartRef__":true,"id":74935},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":74936},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"74962":{"morphMenuItems":{"__isSmartRef__":true,"id":74963}},"74963":{"varMapping":{"__isSmartRef__":true,"id":74964},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":74969},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"74964":{"this":{"__isSmartRef__":true,"id":74935},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":74965}},"74965":{"$super":{"__isSmartRef__":true,"id":74966}},"74966":{"varMapping":{"__isSmartRef__":true,"id":74967},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":74968},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"74967":{"obj":{"__isSmartRef__":true,"id":74935},"name":"morphMenuItems"},"74968":{},"74969":{},"74970":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74971":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"74972":{"morph":{"__isSmartRef__":true,"id":74891},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"74973":{"x":71.99397894387357,"y":-13.030105280631261,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74974":{"x":790.7426780861912,"y":9.508591852040126,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74975":{"centeredHorizontal":false,"moveHorizontal":true},"74976":{"submorphs":[{"__isSmartRef__":true,"id":74977}],"scripts":[],"id":"D9349F5E-D030-439E-B977-4B6AC54F157B","shape":{"__isSmartRef__":true,"id":74993},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":74997},"lighterFill":{"__isSmartRef__":true,"id":75009},"label":{"__isSmartRef__":true,"id":74977},"name":"saveButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":75018},"attributeConnections":[{"__isSmartRef__":true,"id":75019}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":75055},"renderContextTable":{"__isSmartRef__":true,"id":75056},"eventHandler":{"__isSmartRef__":true,"id":75057},"distanceToDragEvent":{"__isSmartRef__":true,"id":75058},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","D686F0CB-027B-4CA9-8B8D-9306389B219D","F51327CB-803E-4234-BFB3-6F5252D1C936","A79280E8-6AE3-4016-AF47-CE78F71924C6","B05829EB-D452-4D81-983B-E2CE425C8260","32B117E5-52D8-4843-B80E-090B9817E099","49AC923E-5272-4E3C-8F02-4F2AED2BC4E9","85AAEA9C-5E12-4DEC-8994-9A5FE655A740","2A7FF9BF-85D3-4962-8EB4-0F7016C672EB","3BB17748-B91B-43F5-84BE-2537402A6382","8BA10BD3-43C5-4A41-B9D9-DCD8C74EA208","8BADA640-EDC1-41B2-BEF3-0F2520EA25DD","E170F399-BA88-4DBB-9FEC-DF3750AFB1C3","BB686E76-2F55-4357-995C-9C6F039C46FF","71E2AAC0-E08A-4015-8CC0-9DFF8CBE38C9","FE1D5B02-1C0F-4922-868C-127D155B16E3","455B0FBC-2D89-42C3-AF2A-4209EB1912A2","F8F39C71-FDF9-485D-A36C-1C66192AE908","2E25B3DA-73CE-4A82-BFD7-03FB53E21E9E","A08DFE26-F41E-4E3F-BD1B-1AF61C96738C","D9A576D0-9536-4632-BC25-AF59C2886EA8","4C044EC8-6F89-4DAA-8C98-90DA60559E3E","0045B418-3F92-4C9C-B56A-0F3F03091BEB","5768F945-C367-4258-8CA8-50C3E48B8859","117A6FD2-56E1-457E-8AF4-AD0A5D5F2046","9F358BFD-64D8-4521-A0E1-B2A5B6DD78AD","68A90B0F-E363-4303-9CA4-AA64B418CF9D","95420732-07F7-47B6-B94C-918EBBD72D4B","7A21A894-B976-4E22-B228-347E11A4CAE3","0FC0493B-13D5-465D-993D-82ADEECAF369","5BA5E829-8D8D-4365-A28E-9971B1EB8A2C","8823F9F1-84E3-48F5-973C-51D14463407B","4952BF1A-C47B-41E7-A8A3-4CA7C23FE6F4","250FACA8-49FA-49D7-9EAC-F4ADA4F067E9","3ADEF234-3725-4175-8A21-71316CFCAB15","C729E5B1-F4A3-48ED-9542-FFFE47E5DFB5","F611FC05-D1DA-47E1-B774-261675CC4E37","D6CE5476-369C-4EAC-B6D1-F7D80886100E","625997A6-7CDA-4941-A8F2-47B8B7CFE9D8","E3CBA0D1-1297-468D-B9E7-BA847BA3B71B","74D192BD-4585-4EDE-8F5E-29F2AA7942DD","C9F921B9-9393-4FFB-A8C9-02F5D782A062","3B67CD25-4CA3-460A-8C4F-BFE992181960","7C257861-2B29-41B3-899E-5B8C32505A7B","DF4B32D2-93E5-4F69-AA0B-1DD20E2C74AB","8EDEC7CE-D766-48A7-8C4F-F1691600ED5B","859845D8-C45A-4690-97F9-2BEF917AEA45"],"layout":{"__isSmartRef__":true,"id":75059},"_Position":{"__isSmartRef__":true,"id":75060},"owner":{"__isSmartRef__":true,"id":73537},"_ClipMode":"visible","_Rotation":0,"_Scale":0.9880657804942089,"__LivelyClassName__":"lively.morphic.Button"},"74977":{"submorphs":[],"scripts":[],"id":"9DD1B119-FECE-41CB-A3FA-1E4677A08B65","shape":{"__isSmartRef__":true,"id":74978},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":74984},"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":74985},"_Padding":{"__isSmartRef__":true,"id":74986},"owner":{"__isSmartRef__":true,"id":74976},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":74987},"textChunks":[{"__isSmartRef__":true,"id":74988}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":74990},"eventHandler":{"__isSmartRef__":true,"id":74991},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","9AECBFB8-25A5-483F-86AD-D7CF9ABC9A25","918C6CC4-3540-4341-BAFD-B195F7807FEE","5AABB138-5EE8-40A5-AB3C-5A9625D0A353","4529D79B-4CC5-467E-91F8-661C3A5F49F8","1E5E570C-FD42-45E3-A7F6-768BB14ACD14","A13FB4E0-72F2-4E7C-A861-EDCBA1393860","B8E4C964-4FFF-4A9F-B0A9-612546B1DC8C","002A2173-D26D-4EED-8906-A489C1E158C0","63362D04-B829-41E6-9E68-5B8DB03D382F","996B60A4-8698-448F-A35F-79C768B4976B","F0727398-A1F0-47F5-92CF-BB9677FA05FA","B7DC41D3-D20A-47A5-81A6-0AA02239EEE0","7C31CE8D-12E8-48B5-8744-56FE6E28870D","89C41FB7-76B1-4845-A5F5-AEA2A0421CD9","085CBBF0-392A-4B78-806F-1E3D00E4F322","A6B853EC-5BD0-48CC-B09A-7D53F857D885","B2A14E33-5E3A-4BCE-9B3C-44B4D2A40D03","B8452FE6-B17D-4A0F-A0B3-B3DDA4E506F1","88E4D59D-FA1F-48FF-88F4-4EFCA58CD780","ABF33E03-6D55-48F6-8B0C-E9E914C12380","5DA6D50E-8D14-4FBF-A9F1-67DE11E3351E","68B2C330-9B78-4DEE-B732-F6479E9E6C8F","7E40E6F7-4D32-4B41-BAB1-E0605D1DA439","4B2B5B20-A519-4DAA-90E6-CB13EDB05772","948283CB-9EF2-4A52-A934-D8CE30F455CA","2850B6D7-C6EB-4182-9098-1A28A7138367","ECD8279E-9943-4585-95BB-7C1223C81748","8ECDD406-EF42-4079-A467-691EE8E59A23","920DE619-5137-4F31-A75E-B4B2A231C3F4","A561EB3A-78B4-4484-9A47-90F1449C458D","782A4ABA-6927-4216-9142-F8BB14DC1BDD","B294F597-AEE7-46DC-88CA-D22AB3490404","57E29CFE-CC23-48AB-BE3C-D1F0BE5D5D60","789F5444-5C83-4197-88D1-1552F4CB82CB","26FBC6A2-5019-4A6E-9C29-824A90946856","88616676-C9D1-45B5-B7F5-192A67ED7624","A3256988-8E56-4649-8B68-80A6257436E3","EC8702EE-7905-4447-8828-DFC2125DBFBF","E02CFC88-A522-4BFE-9855-E8D0ECDE2222","1DB63EC9-F944-41B7-80FC-54A1999676DD","5781E7E9-34E1-4C1D-A260-36F9A1BC8AF4","2DE139FD-2FC5-484F-BB3A-D9558283955B","14B26FF2-4990-4A9A-BD16-20630ED2D673","EBEE82CA-18AB-4BA5-AC58-0A7ED4D269A4","9F17FED7-498C-4742-A925-BAACBE080734","44D14181-EBA8-4254-A48D-7A2EC1CAA51B"],"_MinTextWidth":97,"_MinTextHeight":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":74992},"__LivelyClassName__":"lively.morphic.Text"},"74978":{"position":{"__isSmartRef__":true,"id":74979},"_Extent":{"__isSmartRef__":true,"id":74980},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":74981},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":74982},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":74983},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"74979":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74980":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74981":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74982":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"74983":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"74984":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74985":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"74986":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"74987":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74988":{"style":{"__isSmartRef__":true,"id":74989},"chunkOwner":{"__isSmartRef__":true,"id":74977},"storedString":"save","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"74989":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"74990":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"74991":{"morph":{"__isSmartRef__":true,"id":74977},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"74992":{"requiredModules":[],"idOnLoad":"9DD1B119-FECE-41CB-A3FA-1E4677A08B65","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"74993":{"position":{"__isSmartRef__":true,"id":74994},"_Extent":{"__isSmartRef__":true,"id":74995},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":74996},"_Fill":{"__isSmartRef__":true,"id":74997},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":75007},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":75008},"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"74994":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74995":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"74996":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"74997":{"stops":[{"__isSmartRef__":true,"id":74998},{"__isSmartRef__":true,"id":75000},{"__isSmartRef__":true,"id":75002},{"__isSmartRef__":true,"id":75004}],"vector":{"__isSmartRef__":true,"id":75006},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"74998":{"offset":0,"color":{"__isSmartRef__":true,"id":74999}},"74999":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75000":{"offset":0.4,"color":{"__isSmartRef__":true,"id":75001}},"75001":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75002":{"offset":0.6,"color":{"__isSmartRef__":true,"id":75003}},"75003":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75004":{"offset":1,"color":{"__isSmartRef__":true,"id":75005}},"75005":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75006":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"75007":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"75008":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"75009":{"stops":[{"__isSmartRef__":true,"id":75010},{"__isSmartRef__":true,"id":75012},{"__isSmartRef__":true,"id":75014},{"__isSmartRef__":true,"id":75016}],"vector":{"__isSmartRef__":true,"id":75006},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"75010":{"offset":0,"color":{"__isSmartRef__":true,"id":75011}},"75011":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75012":{"offset":0.4,"color":{"__isSmartRef__":true,"id":75013}},"75013":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75014":{"offset":0.6,"color":{"__isSmartRef__":true,"id":75015}},"75015":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75016":{"offset":1,"color":{"__isSmartRef__":true,"id":75017}},"75017":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75018":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"D9349F5E-D030-439E-B977-4B6AC54F157B","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"75019":{"sourceObj":{"__isSmartRef__":true,"id":74976},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":74033},"targetMethodName":"doSave","visualConnector":{"__isSmartRef__":true,"id":75020},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"75020":{"submorphs":[{"__isSmartRef__":true,"id":75021}],"scripts":[],"shape":{"__isSmartRef__":true,"id":75036},"derivationIds":[null],"id":"F46012D5-C8BE-4E52-BF98-D052FDAAE17A","renderContextTable":{"__isSmartRef__":true,"id":75043},"eventHandler":{"__isSmartRef__":true,"id":75044},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":75045},{"__isSmartRef__":true,"id":75046}],"con":{"__isSmartRef__":true,"id":75019},"showsMorphMenu":true,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":75047},"__LivelyClassName__":"lively.morphic.Path"},"75021":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":75022},"derivationIds":[null],"id":"A2A83C78-09B8-473C-829B-198206D7A9E4","renderContextTable":{"__isSmartRef__":true,"id":75033},"eventHandler":{"__isSmartRef__":true,"id":75034},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":75035},"owner":{"__isSmartRef__":true,"id":75020},"_Rotation":3.077607197692381,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.Path"},"75022":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":75023},{"__isSmartRef__":true,"id":75024},{"__isSmartRef__":true,"id":75025},{"__isSmartRef__":true,"id":75026}],"renderContextTable":{"__isSmartRef__":true,"id":75027},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":75028},"_Extent":{"__isSmartRef__":true,"id":75029},"_Padding":{"__isSmartRef__":true,"id":75030},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":75031},"_Fill":{"__isSmartRef__":true,"id":75032},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"75023":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"75024":{"isAbsolute":true,"x":-12,"y":6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"75025":{"isAbsolute":true,"x":4,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"75026":{"isAbsolute":true,"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"75027":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"75028":{"x":-12,"y":-6,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75029":{"x":16,"y":12,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75030":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"75031":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75032":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75033":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"75034":{"morph":{"__isSmartRef__":true,"id":75021},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"75035":{"x":201.20421122525056,"y":40.24084224505009,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75036":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":75037},{"__isSmartRef__":true,"id":75038}],"renderContextTable":{"__isSmartRef__":true,"id":75039},"_ClipMode":"visible","_Position":{"__isSmartRef__":true,"id":75040},"_Extent":{"__isSmartRef__":true,"id":75041},"_Padding":{"__isSmartRef__":true,"id":75042},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":75031},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"75037":{"isAbsolute":true,"x":679.4857209639925,"y":9.595948897894004,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"75038":{"isAbsolute":true,"x":201.20421122525056,"y":40.24084224505009,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"75039":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"75040":{"x":200,"y":9,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75041":{"x":480,"y":32,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75042":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"75043":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"75044":{"morph":{"__isSmartRef__":true,"id":75020},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"75045":{"morph":{"__isSmartRef__":true,"id":75020},"index":0,"connectedMagnet":null,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"75046":{"morph":{"__isSmartRef__":true,"id":75020},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":75021},"markerDirection":"prev","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"75047":{"morphMenuItems":{"__isSmartRef__":true,"id":75048}},"75048":{"varMapping":{"__isSmartRef__":true,"id":75049},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":75054},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"75049":{"this":{"__isSmartRef__":true,"id":75020},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":75050}},"75050":{"$super":{"__isSmartRef__":true,"id":75051}},"75051":{"varMapping":{"__isSmartRef__":true,"id":75052},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":75053},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"75052":{"obj":{"__isSmartRef__":true,"id":75020},"name":"morphMenuItems"},"75053":{},"75054":{},"75055":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75056":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"75057":{"morph":{"__isSmartRef__":true,"id":74976},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"75058":{"x":68.77671624028653,"y":-14.497241813457947,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75059":{"centeredHorizontal":false,"moveHorizontal":true},"75060":{"x":677.418985344497,"y":9.53851695196505,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75061":{"submorphs":[{"__isSmartRef__":true,"id":75062}],"scripts":[],"id":"58F8BAFE-A7B0-46DA-98E9-2531AC7B2E1A","shape":{"__isSmartRef__":true,"id":75078},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":75094},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":75082},"lighterFill":{"__isSmartRef__":true,"id":75095},"label":{"__isSmartRef__":true,"id":75062},"name":"openTestsButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":75104},"attributeConnections":[{"__isSmartRef__":true,"id":75105}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":75106},"renderContextTable":{"__isSmartRef__":true,"id":75107},"eventHandler":{"__isSmartRef__":true,"id":75108},"distanceToDragEvent":{"__isSmartRef__":true,"id":75109},"derivationIds":[7251,"84054D2E-8176-440D-B413-279956A34FC2","79434046-F834-490E-B705-0CE871D9E8B3","FF38CA79-C0DF-4F2F-8FC3-407571EF6A54","B1D50332-9F4F-4F7C-AC3F-95DC6C73EAA4","5B8D7C39-987A-4849-BFFD-3F316CE03852","F7C30F5C-7270-44B1-ADFF-7473F2012DB0","5142302E-3E9A-476B-AB24-B2448DA6D3E4","FEA3C508-593D-4BC7-B645-8B5630CF2EDE","34DBC442-E1DE-42D7-8C63-BA9A1890C994","4F9067A3-5A5C-4637-A76F-7E590CEE2BDA","E72722C9-AAB9-4937-8779-3627ABD85F09","E8D41AAD-C792-4DC6-9406-874FACC47AE8","79FB22F1-7A4A-4F1F-AF8A-43549BE27ADB","CFA34C42-4C13-4ADC-80BD-4429791C6474","30615222-8E5C-45AE-9E4B-D3092D5BAAFA","791F5DB3-1037-4B67-B9DF-69942AA4E594","06F8FC9D-36D1-4D74-8D11-9F8DD908F31A","405CF3CD-8308-42F9-B160-2CAC2A75FDF1","A302A3CC-FBF7-42C2-95BE-0850A9358226","A70262E1-5003-4617-836E-8B09ADD55834","C71A5E2B-E9C5-46F3-A5F7-BC63A82E4CCF","17F5DD0D-F7F6-4CD0-B35C-CF173707D30F","04FDE720-9708-4C20-9D60-EAE329FCDADE","728BFA49-9F0A-439D-A932-671E2FF28CDC","FD24B15F-FBEB-4A94-8BD2-A6CD9CD9E4BC","168932EE-57F9-49B4-83E5-D239D076A1A1","A3935FAD-A15D-4853-89C3-E9DAC478070C","5FA35731-668C-44A0-AE92-82B55FE5BB49","C906EACF-9978-47D7-ACD8-AB089EDDC052","30013FCA-8FAC-48BE-A56E-F772D5C9D771","B7B9E1B2-52E2-4A0B-B877-D85FED9A50D3","27648803-EC82-44A6-A7DD-A7C88FC67EBF","06D8E482-4073-447C-BDE5-D950270ABD0D","F062DC7A-295B-4F1B-89EB-2ABA6B9CD3F8","784CF0B3-F763-4C42-A69E-7180181B60F8","BA76FF63-A57F-48FA-83AF-3EF544594A6E","F7936671-80A5-4F2B-AD38-0203045E11B1","C9BE0B58-3A83-4D8A-BC2E-CA74D25F2D06","35930616-3E7B-4A16-B605-E1B49482F6B5","BE895389-B34B-44BE-BE49-DF01C03385CF","08105A82-F230-44B1-8ECA-7E370C09DF59","07D76582-616A-4B14-8E26-B43614D7A39F","A0A8C1F5-D8B7-4C81-BD62-76655753F3EA","42524B27-D226-41C7-872C-98B7F7C8DCA4","8AD18A1C-01D2-4E19-8774-21A5DFED4FDB"],"owner":{"__isSmartRef__":true,"id":73537},"_ClipMode":"visible","_Rotation":0,"_Scale":0.9940149800149939,"layout":{"__isSmartRef__":true,"id":75110},"__LivelyClassName__":"lively.morphic.Button"},"75062":{"submorphs":[],"scripts":[],"id":"6D7F9765-4D25-43C6-89C7-EB075BB6B44B","shape":{"__isSmartRef__":true,"id":75063},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":75069},"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":75070},"_Padding":{"__isSmartRef__":true,"id":75071},"owner":{"__isSmartRef__":true,"id":75061},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":75072},"textChunks":[{"__isSmartRef__":true,"id":75073}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":75075},"eventHandler":{"__isSmartRef__":true,"id":75076},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2","CB475566-05CE-43E2-B04D-EE32BC4CB718","6BB077CE-92E6-47BE-BE88-9A48488562D1","9E359973-2FDB-417B-BB06-AB34D52BD310","58F098ED-A190-44F2-B73E-80802B2CF2F6","AEA84B35-B349-4307-92C6-8F229705DFC2","A677CADF-24FF-4177-9A3A-FE9AAE7D60FE","0F875AD9-E54C-4735-9BA9-7B89574233A1","840EBE92-3BC2-42EC-819E-3CD002576490","78C4969D-2C33-4B17-9027-89B411B9F496","A4D19BBB-B72A-46BE-922D-F7AE054A25E7","20103AB9-7742-4819-A2BA-13967DC8D154","C8A76FBD-A4F6-4405-BA3B-31177E5A1679","D4C33D15-CF9B-4369-8D54-BB92B101D16E","A16151C1-A05A-4540-A2B9-B9196361EB38","A59460C9-1D1C-4D20-85B4-0509148F6C48","24907352-1365-4AE6-A060-5E4750A0316B","CD8ECA1F-6D66-4934-8F3F-558BE33C42B2","2E20833B-D708-4C28-9C42-054E3EE54104","DD179B82-F1C3-43BA-AD1B-EF98FCD508E2","1BBD4921-3ADE-4D1D-82A0-605D37470E83","4A539AC5-B119-4D02-B2B7-B27F16414CEE","9B7748EA-73F7-45F1-AD01-70491D66DBD1","034A842B-012C-4708-B97A-EE9E8221D55F","70D4501F-8A32-4F8E-8BD3-14E81718C4A1","E42F6F31-A12C-4C53-B29C-B3367C709800","F543FB63-AFB2-4E03-B265-41A5C9C26748","F48E8E47-AA77-4BD8-8435-ED068B8408AA","9B031C03-50AC-4DCC-BBAF-FA0BB8CE56C7","FCDE0083-54A1-4BB3-9071-71AF4A80AD9D","661FA791-3D06-4542-8FC1-C87BE969D00C","4B83DB93-3468-4008-BA5A-275BC9605F3A","FCCE4286-D8CE-4FE0-8D9B-30370DC9A82A","5EDF0150-D965-46B1-8F4D-BF5EB3D57BAC","34F5B687-82FE-4F53-8127-670DBBC9B291","452370DF-E76E-4CAA-B9C8-700A124968D1","A3956187-37FB-4EDD-B69F-B569C7611BD8","86A0E02B-712A-4F27-A57D-3B7789E61BD4","A76595FA-FAC7-4E56-9E74-6BFFDC6B9922","D0DE2CE3-34AD-42AD-8C21-C37F19A47B7E","9C804C9F-5362-4125-950C-B77E345FEFE2","6438974D-3772-4F01-9174-E289113BC03B","8B58585A-9537-4740-B874-E40C50587877","F6E248F3-8471-4A99-983B-86C68853EA79","E17D7820-61A3-4F74-80A4-CF84D538CD40"],"_MinTextWidth":97,"_MinTextHeight":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":75077},"__LivelyClassName__":"lively.morphic.Text"},"75063":{"position":{"__isSmartRef__":true,"id":75064},"_Extent":{"__isSmartRef__":true,"id":75065},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":75066},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":75067},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":75068},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"75064":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75065":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75066":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75067":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"75068":{"x":2,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"75069":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75070":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"75071":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"75072":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75073":{"style":{"__isSmartRef__":true,"id":75074},"chunkOwner":{"__isSmartRef__":true,"id":75062},"storedString":"Tests","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"75074":{"__SourceModuleName__":"Global.lively.morphic.TextCore","textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis"},"75075":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"75076":{"morph":{"__isSmartRef__":true,"id":75062},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"75077":{"requiredModules":[],"idOnLoad":"6D7F9765-4D25-43C6-89C7-EB075BB6B44B","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"75078":{"position":{"__isSmartRef__":true,"id":75079},"_Extent":{"__isSmartRef__":true,"id":75080},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":75081},"_Fill":{"__isSmartRef__":true,"id":75082},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":75092},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":75093},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"75079":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75080":{"x":101,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75081":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75082":{"stops":[{"__isSmartRef__":true,"id":75083},{"__isSmartRef__":true,"id":75085},{"__isSmartRef__":true,"id":75087},{"__isSmartRef__":true,"id":75089}],"vector":{"__isSmartRef__":true,"id":75091},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"75083":{"offset":0,"color":{"__isSmartRef__":true,"id":75084}},"75084":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75085":{"offset":0.4,"color":{"__isSmartRef__":true,"id":75086}},"75086":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75087":{"offset":0.6,"color":{"__isSmartRef__":true,"id":75088}},"75088":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75089":{"offset":1,"color":{"__isSmartRef__":true,"id":75090}},"75090":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75091":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"75092":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"75093":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"75094":{"x":567.4738443086164,"y":9,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75095":{"stops":[{"__isSmartRef__":true,"id":75096},{"__isSmartRef__":true,"id":75098},{"__isSmartRef__":true,"id":75100},{"__isSmartRef__":true,"id":75102}],"vector":{"__isSmartRef__":true,"id":75091},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"75096":{"offset":0,"color":{"__isSmartRef__":true,"id":75097}},"75097":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75098":{"offset":0.4,"color":{"__isSmartRef__":true,"id":75099}},"75099":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75100":{"offset":0.6,"color":{"__isSmartRef__":true,"id":75101}},"75101":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75102":{"offset":1,"color":{"__isSmartRef__":true,"id":75103}},"75103":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75104":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","idOnLoad":"58F8BAFE-A7B0-46DA-98E9-2531AC7B2E1A","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"75105":{"sourceObj":{"__isSmartRef__":true,"id":75061},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":73537},"targetMethodName":"openPartTestRunner","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"75106":{"x":101,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75107":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"75108":{"morph":{"__isSmartRef__":true,"id":75061},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"75109":{"x":72.12712954861536,"y":-12.46465727058387,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75110":{"moveHorizontal":true},"75111":{"submorphs":[],"scripts":[],"id":"AB8A13FE-231A-4F25-A97A-72622B476ED8","shape":{"__isSmartRef__":true,"id":75112},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":75119},"itemList":[],"showsHalos":false,"name":"LimeMachineHistoryList","partsBinMetaInfo":{"__isSmartRef__":true,"id":75120},"__SourceModuleName__":"Global.lively.morphic.Core","_ClipMode":"auto","renderContextTable":{"__isSmartRef__":true,"id":75123},"eventHandler":{"__isSmartRef__":true,"id":75124},"derivationIds":[2860,"30186701-49A1-49AD-A42F-27F425D92029","ADD09343-51ED-44F6-85F3-257C9A52C897","E7D37D75-7FAC-4173-B986-52D7388750A3","30A579FB-D06C-4025-8208-87030C6AD968","9DBF2BB8-EC40-405E-B59E-2CEE1819A6FF","96175B15-7F17-4B46-BF83-8E99D5319A4E","338C3CBA-4116-4FA8-8813-EBD89404ED05","F1189EA2-535C-4081-9D67-FDA037D0EBCE","6F131B01-53E6-4F10-983D-2B2D400B124D","D44F3C22-D52D-4555-8902-D80E375DAD08","78CFA50F-F466-4BB4-9149-88D3522F8997","BF33F675-3D3D-4F81-947D-434EC1BB5FD5","B1E86D90-F972-4ACD-BDC5-74AE56BF4CAC","B1B13E53-667D-475E-8D02-3AFEB481442B","33FDDA23-64E3-486D-AD54-D5CA0A4825F8","622D353E-8F0B-4ABE-B1EB-786C18AC9D5E","FCBD624A-B214-43CA-AEC0-6AFD2F2AFA0D","E3DD646F-902D-4AA8-BCC2-9C893C251807","89BA71A8-A588-4DB0-A093-975D10B2E702","66E103CF-90DF-45EC-934D-497AD703494F","79694E95-D490-4EA9-B3BD-37BF4B972982","7DE5A787-E700-4D63-B3F3-8EAF94360974","64E1434F-7DBF-4C6F-A534-AA455C472933","C300CA88-26C5-4FD8-8B7E-D227CB839A65","DD4964C5-DD9B-4619-9453-C73C601A8421","B01592A3-ACC0-466F-A1B2-935758B95FB5"],"attributeConnections":[{"__isSmartRef__":true,"id":75125}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"isBeingDragged":false,"changeTriggered":true,"grabbingEnabled":false,"_FontSize":10,"moved":true,"owner":{"__isSmartRef__":true,"id":73537},"_Rotation":0,"_Scale":0.990044880209748,"distanceToDragEvent":{"__isSmartRef__":true,"id":75130},"priorExtent":{"__isSmartRef__":true,"id":75131},"#startLetters":"","SelectedScript":null,"currentCodeScripts":[{"__isSmartRef__":true,"id":75132},{"__isSmartRef__":true,"id":75133},{"__isSmartRef__":true,"id":75134},{"__isSmartRef__":true,"id":75135},{"__isSmartRef__":true,"id":75136},{"__isSmartRef__":true,"id":75137},{"__isSmartRef__":true,"id":75138},{"__isSmartRef__":true,"id":75139},{"__isSmartRef__":true,"id":75140},{"__isSmartRef__":true,"id":75141},{"__isSmartRef__":true,"id":75142},{"__isSmartRef__":true,"id":75143},{"__isSmartRef__":true,"id":75144},{"__isSmartRef__":true,"id":75145}],"layout":{"__isSmartRef__":true,"id":75146},"selectedLineNo":-1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":75147},"__LivelyClassName__":"lively.morphic.List"},"75112":{"position":{"__isSmartRef__":true,"id":75113},"_Extent":{"__isSmartRef__":true,"id":75114},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":75115},"_Fill":{"__isSmartRef__":true,"id":75116},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":75117},"_Padding":{"__isSmartRef__":true,"id":75118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"75113":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75114":{"x":162.6234236844568,"y":421.46905114737143,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75115":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75116":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"75117":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"75118":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"75119":{"x":736.0665672126912,"y":40.243159798751606,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75120":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"__SourceModuleName__":"Global.lively.PartsBin","partName":"List","comment":"a list morph","changes":[{"__isSmartRef__":true,"id":75121}],"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"revisionOnLoad":149013,"idOnLoad":"AB8A13FE-231A-4F25-A97A-72622B476ED8","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"75121":{"date":{"__isSmartRef__":true,"id":75122},"author":"undefined","message":"Click on scrollbar does not grab list","id":"16AABF98-2E7D-4875-9E66-CF86EB74AF93"},"75122":{"isSerializedDate":true,"string":"Thu Mar 29 2012 14:39:24 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75123":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateListContent":"updateListContentHTML","resizeList":"resizeListHTML","getItemIndexFromEvent":"getItemIndexFromEventHTML","getListExtent":"getListExtentHTML","setSize":"setSizeHTML","renderAsDropDownList":"renderAsDropDownListHTML","setFontSize":"setFontSizeHTML","setFontFamily":"setFontFamilyHTML","getSelectedIndexes":"getSelectedIndexesHTML","enableMultipleSelections":"enableMultipleSelectionsHTML","selectAllAt":"selectAllAtHTML","clearSelections":"clearSelectionsHTML","deselectAt":"deselectAtHTML"},"75124":{"morph":{"__isSmartRef__":true,"id":75111},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"75125":{"sourceObj":{"__isSmartRef__":true,"id":75111},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":75111},"targetMethodName":"selectLocalRevision","converterString":"function (value) {\n return value;\n}","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":75126},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":75127},"__LivelyClassName__":"AttributeConnection"},"75126":{"source":{"__isSmartRef__":true,"id":75111},"target":{"__isSmartRef__":true,"id":75111}},"75127":{"converter":{"__isSmartRef__":true,"id":75128}},"75128":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":75126},"source":"function (value) {\n return value;\n}","funcProperties":{"__isSmartRef__":true,"id":75129},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"75129":{},"75130":{"x":68.05027610358502,"y":-11.030165662151035,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75131":{"x":162.6234236844568,"y":420.46905114737143,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75132":{"MethodName":"bla2","Code":"// changed at Tue Jun 05 2012 12:55:14 GMT+0200 (CEST) by soergel \nthis.addScript(function bla2() {\n alertOK(\"Blubb!!\");\n}).tag([]);","Timestamp":1338893714097},"75133":{"MethodName":"bla2","Code":"// changed at Tue Jun 05 2012 12:55:59 GMT+0200 (CEST) by soergel \nthis.addScript(function bla2() {\n alertOK(\"Blubb!!\");\n\n}).tag([]);","Timestamp":1338893759640},"75134":{"MethodName":"bla","Code":"// changed at Tue Jun 05 2012 12:56:53 GMT+0200 (CEST) by soergel \nthis.addScript(function bla() {\n alertOK(\"Blubb!!\");\n\n}).tag([]);","Timestamp":1338893813540},"75135":{"MethodName":"bla2","Code":"// changed at Tue Jun 05 2012 13:25:55 GMT+0200 (CEST) by soergel \nthis.addScript(function bla2() {\n alertOK(\"Blubb!!\");\n\n}).tag([]);","Timestamp":1338895555751},"75136":{"MethodName":"bla","Code":"// changed at Tue Jun 05 2012 09:48:44 GMT+0200 (CEST) by soergel \nthis.addScript(function bla() {\n alertOK(\"Blubb!!\");\n}).tag([]);","Timestamp":1338895911260},"75137":{"MethodName":"foo","Code":"// changed at Tue Jun 05 2012 09:50:53 GMT+0200 (CEST) by soergel \nthis.addScript(function foo() {\n alert(\"barrrr?\");\n}).tag([]);","Timestamp":1338895912791},"75138":{"MethodName":"foo2","Code":"// changed at Tue Jun 05 2012 10:40:59 GMT+0200 (CEST) by soergel \nthis.addScript(function foo2() {\n alert(\"barrrr?\");\n alert(\"blub\");\n}).tag([]);","Timestamp":1338895914321},"75139":{"MethodName":"bla","Code":"// changed at Tue Jun 05 2012 09:48:44 GMT+0200 (CEST) by soergel \nthis.addScript(function bla() {\n alertOK(\"Blubb!!\");\n}).tag([]);","Timestamp":1339494350601},"75140":{"MethodName":"-- ALL --","Code":"// changed at Tue Jun 05 2012 09:48:44 GMT+0200 (CEST) by soergel \nthis.addScript(function bla() {\n alertOK(\"Blubb!!\");\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 13:25:55 GMT+0200 (CEST) by soergel \nthis.addScript(function bla2() {\n alertOK(\"Blubb!!\");\n\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 09:50:53 GMT+0200 (CEST) by soergel \nthis.addScript(function foo() {\n alert(\"barrrr?\");\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 10:40:59 GMT+0200 (CEST) by soergel \nthis.addScript(function foo2() {\n alert(\"barrrr?\");\n alert(\"blub\");\n}).tag([])","Timestamp":1339673116443},"75141":{"MethodName":"-- ALL --","Code":"// changed at Tue Jun 05 2012 09:48:44 GMT+0200 (CEST) by soergel \nthis.addScript(function bla() {\n alertOK(\"Blubb!!\");\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 13:25:55 GMT+0200 (CEST) by soergel \nthis.addScript(function bla2() {\n alertOK(\"Blubb!!\");\n\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 09:50:53 GMT+0200 (CEST) by soergel \nthis.addScript(function foo() {\n alert(\"barrrr?\");\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 10:40:59 GMT+0200 (CEST) by soergel \nthis.addScript(function foo2() {\n alert(\"barrrr?\");\n alert(\"blub\");\n}).tag([])","Timestamp":1339673118070},"75142":{"MethodName":"-- ALL --","Code":"// changed at Tue Jun 05 2012 09:48:44 GMT+0200 (CEST) by soergel \nthis.addScript(function bla() {\n alertOK(\"Blubb!!\");\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 13:25:55 GMT+0200 (CEST) by soergel \nthis.addScript(function bla2() {\n alertOK(\"Blubb!!\");\n\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 09:50:53 GMT+0200 (CEST) by soergel \nthis.addScript(function foo() {\n alert(\"barrrr?\");\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 10:40:59 GMT+0200 (CEST) by soergel \nthis.addScript(function foo2() {\n alert(\"barrrr?\");\n alert(\"blub\");\n}).tag([])","Timestamp":1339673118714},"75143":{"MethodName":"-- ALL --","Code":"// changed at Tue Jun 05 2012 09:48:44 GMT+0200 (CEST) by soergel \nthis.addScript(function bla() {\n alertOK(\"Blubb!!\");\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 13:25:55 GMT+0200 (CEST) by soergel \nthis.addScript(function bla2() {\n alertOK(\"Blubb!!\");\n\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 09:50:53 GMT+0200 (CEST) by soergel \nthis.addScript(function foo() {\n alert(\"barrrr?\");\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 10:40:59 GMT+0200 (CEST) by soergel \nthis.addScript(function foo2() {\n alert(\"barrrr?\");\n alert(\"blub\");\n}).tag([])","Timestamp":1339673119209},"75144":{"MethodName":"-- ALL --","Code":"// changed at Tue Jun 05 2012 09:48:44 GMT+0200 (CEST) by soergel \nthis.addScript(function bla() {\n alertOK(\"Blubb!!\");\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 13:25:55 GMT+0200 (CEST) by soergel \nthis.addScript(function bla2() {\n alertOK(\"Blubb!!\");\n\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 09:50:53 GMT+0200 (CEST) by soergel \nthis.addScript(function foo() {\n alert(\"barrrr?\");\n}).tag([]);\n\n\n// changed at Tue Jun 05 2012 10:40:59 GMT+0200 (CEST) by soergel \nthis.addScript(function foo2() {\n alert(\"barrrr?\");\n alert(\"blub\");\n}).tag([])","Timestamp":1339673119633},"75145":{"MethodName":"foo","Code":"// changed at Thu Jun 14 2012 15:11:16 GMT+0200 (CEST) by soergel \nthis.addScript(function foo() {\n alert(\"barsssrrr?\");\n}).tag([]);","Timestamp":1339679476880},"75146":{"moveHorizontal":true,"resizeHeight":true},"75147":{"setTarget":{"__isSmartRef__":true,"id":75148},"updateListItems":{"__isSmartRef__":true,"id":75152},"clearList":{"__isSmartRef__":true,"id":75156},"selectLocalRevision":{"__isSmartRef__":true,"id":75160},"selectScript":{"__isSmartRef__":true,"id":75164},"getFormattedTime":{"__isSmartRef__":true,"id":75168},"reset":{"__isSmartRef__":true,"id":75172}},"75148":{"varMapping":{"__isSmartRef__":true,"id":75149},"source":"function setTarget(morph) {\n if (morph && morph.id) {\n this.targetMorph = morph;\n } else {\n this.targetMorph = undefined;\n }\n\n this.updateListItems();\n}","funcProperties":{"__isSmartRef__":true,"id":75150},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"75149":{"this":{"__isSmartRef__":true,"id":75111}},"75150":{"timestamp":{"__isSmartRef__":true,"id":75151},"user":"soergel","tags":[]},"75151":{"isSerializedDate":true,"string":"Tue Jun 05 2012 13:26:53 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75152":{"varMapping":{"__isSmartRef__":true,"id":75153},"source":"function updateListItems() {\n this.clearList();\n if (!this.targetMorph) {\n return;\n }\n\n var lm = projects.WebDev2012.LimeMachine.LimeMachine;\n var history = lm.getWorldHistory();\n\n if (!history) {\n return;\n }\n var currentObject = history.getObject(this.targetMorph.id);\n if (!currentObject) {\n return;\n }\n\n this.currentCodeScripts = currentObject.Code;\n \n var listItems = [];\n var methodFilter = this.SelectedScript;\n var filteredScripts = this.currentCodeScripts.select(function(item) { return methodFilter == null || item.MethodName == methodFilter});\n var that = this;\n $.each(filteredScripts, function(idx, item) {\n item.toString = function() { return this.MethodName + \" - \" + that.getFormattedTime(this.Timestamp) };\n listItems.push(item);\n });\n \n this.updateList(listItems.reverse());\n}","funcProperties":{"__isSmartRef__":true,"id":75154},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"75153":{"this":{"__isSmartRef__":true,"id":75111}},"75154":{"timestamp":{"__isSmartRef__":true,"id":75155},"user":"soergel","tags":[]},"75155":{"isSerializedDate":true,"string":"Tue Jun 12 2012 11:47:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75156":{"varMapping":{"__isSmartRef__":true,"id":75157},"source":"function clearList() {\n this.updateList([]);\n}","funcProperties":{"__isSmartRef__":true,"id":75158},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"75157":{"this":{"__isSmartRef__":true,"id":75111}},"75158":{"timestamp":{"__isSmartRef__":true,"id":75159},"user":"soergel","tags":[]},"75159":{"isSerializedDate":true,"string":"Tue Jun 05 2012 13:30:32 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75160":{"varMapping":{"__isSmartRef__":true,"id":75161},"source":"function selectLocalRevision(selection) {\n if(selection == undefined) {\n this.clearSelections();\n return;\n }\n\n if (this.SelectedScript != selection.MethodName) \n this.owner.scriptList.selectAddedScript(selection.MethodName);\n this.owner.displayJavaScriptSource(selection.Code);\n\n var index = this.getList().indexOf(selection);\n if (index !== -1) \n this.selectAt(index);\n}","funcProperties":{"__isSmartRef__":true,"id":75162},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"75161":{"this":{"__isSmartRef__":true,"id":75111}},"75162":{"timestamp":{"__isSmartRef__":true,"id":75163},"user":"josi","tags":[]},"75163":{"isSerializedDate":true,"string":"Thu Jun 07 2012 13:54:28 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75164":{"varMapping":{"__isSmartRef__":true,"id":75165},"source":"function selectScript(scriptName) {\n this.SelectedScript = scriptName;\n this.selectAt(-1);\n this.updateListItems();\n}","funcProperties":{"__isSmartRef__":true,"id":75166},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"75165":{"this":{"__isSmartRef__":true,"id":75111}},"75166":{"timestamp":{"__isSmartRef__":true,"id":75167},"user":"josi","tags":[]},"75167":{"isSerializedDate":true,"string":"Thu Jun 07 2012 14:00:38 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75168":{"varMapping":{"__isSmartRef__":true,"id":75169},"source":"function getFormattedTime(timestamp) {\n var today = new Date();\n today.setHours(0);\n today.setMinutes(0);\n today.setSeconds(0);\n today.setMilliseconds(0);\n\n var timestampTime = new Date(timestamp);\n\n if (timestampTime >= today)\n return timestampTime.format(\"HH:MM\");\n else \n return timestampTime.format(\"dd.mm.yyyy HH:MM\");\n}","funcProperties":{"__isSmartRef__":true,"id":75170},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"75169":{"this":{"__isSmartRef__":true,"id":75111}},"75170":{"timestamp":{"__isSmartRef__":true,"id":75171},"user":"soergel","tags":[]},"75171":{"isSerializedDate":true,"string":"Tue Jun 12 2012 11:44:11 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75172":{"varMapping":{"__isSmartRef__":true,"id":75173},"source":"function reset() {\n this.clearList();\n this.targetMorph = undefined;\n}","funcProperties":{"__isSmartRef__":true,"id":75174},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"75173":{"this":{"__isSmartRef__":true,"id":75111}},"75174":{"timestamp":{"__isSmartRef__":true,"id":75175},"user":"soergel","tags":[]},"75175":{"isSerializedDate":true,"string":"Thu Jun 14 2012 15:06:11 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75176":{"submorphs":[{"__isSmartRef__":true,"id":75177},{"__isSmartRef__":true,"id":75196}],"scripts":[],"id":"375B5957-AF0F-45FA-A773-3B2CDEB9CB30","shape":{"__isSmartRef__":true,"id":75208},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":75224},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":75212},"lighterFill":{"__isSmartRef__":true,"id":75225},"label":{"__isSmartRef__":true,"id":75177},"name":"MagnifierButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":75234},"attributeConnections":[{"__isSmartRef__":true,"id":75237}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":75238},"renderContextTable":{"__isSmartRef__":true,"id":75239},"eventHandler":{"__isSmartRef__":true,"id":75240},"derivationIds":[2588,"22797D34-67DE-4A06-81F0-4DF0A87ADBBC","81CB4C12-BCF0-4097-8B6D-D9419046367A","0767A57D-9BB2-48C6-9654-753D2B9D00A6","42871246-6725-4E41-A2C1-5A5BCF041097","BCE6E775-B5DF-4D6B-9F06-CDC02C1B1D0F","797EC165-A639-42D9-A059-669F6BEB92A7","FA498EFD-E50E-4CE0-9FA8-9AE2E8AE9580","4B68C371-CB37-45B4-910A-611E5FFC23DD","94E374B9-7ED4-4E39-96F1-6FD4E7AC3428","34D63515-7CC7-43FB-B7BB-87AFCA377D63","0AB02747-6FB8-4C40-8607-2ACFF26F53DA","59A56519-54E2-42DE-8058-8CAE9111839F","C8AF29A4-9676-4A0A-AAE7-8E6BAE0DB15A","568E8B96-A83C-4E15-96FA-5AFE3270AB47","1829EF71-6DE1-43BB-AD3A-C0D48BCA75EF","163FD6FA-9476-4634-A331-92B2E1A4D17D","EB20D882-43AA-4FA4-8B03-5B6197CBA21C","BD9274E1-9481-4976-96F7-B2CE62F283E3","2078D4B5-EE40-4C4C-BDB3-3FCE8B632104"],"_ClipMode":"visible","owner":{"__isSmartRef__":true,"id":73537},"distanceToDragEvent":{"__isSmartRef__":true,"id":75241},"_Rotation":0,"_Scale":0.9920279440699439,"highlightRectangle":{"__isSmartRef__":true,"id":75242},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":75328},"__LivelyClassName__":"lively.morphic.Button"},"75177":{"submorphs":[],"scripts":[],"id":"16F9ACDE-356E-427C-AB3F-D33BB213F306","shape":{"__isSmartRef__":true,"id":75178},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":75184},"_MaxTextWidth":24,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":75185},"_Padding":{"__isSmartRef__":true,"id":75186},"owner":{"__isSmartRef__":true,"id":75176},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":75187},"textChunks":[{"__isSmartRef__":true,"id":75188},{"__isSmartRef__":true,"id":75190}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":75192},"eventHandler":{"__isSmartRef__":true,"id":75193},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[2589,"024C5ADE-C4CF-4E8E-BEC5-F93AD4839702","A2CC4D56-B9D8-4A48-B6FF-DDDD85ACDC2E","5AC5C4DE-00B0-43DB-B7F1-765674CE818B","750A11C6-766E-4B48-AE32-D71DE811EB4A","66A7B56E-A94E-44AE-8AED-C0C1B07554D4","CA8596D3-2D4F-453B-BE1B-DCEC8F85389B","4D7DC32F-79CB-4AF8-8B21-AB4F1809D4A8","439DE430-7651-470E-97D8-00E7F96B04DA","DAC920E6-217B-4515-AC09-2F9DCBA7375C","BD48C003-0502-451D-B6AA-7369FF3D1030","539972E1-50A9-43BC-88DB-34ACD1E14404","202BC565-5119-46F1-A2C7-7211A0B8365D","CBEF7249-F387-4013-B709-AF364588EDF4","7691D074-29D7-4B7A-A843-AB39F2D7882F","A239B6D2-7F00-4CE8-98E8-61D8BFF9B8C1","A1E1EB42-A503-4A69-A733-B6D8CA81491B","9C872B09-2764-40CA-9516-AFD7B3AC1997","4743F42F-40E0-49C7-881E-E372B1E5F318","B9DCC59B-ADD8-43F2-8705-C0D9689A1DBF"],"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":24,"_MinTextHeight":null,"_FontSize":10,"_TextColor":{"__isSmartRef__":true,"id":75194},"partsBinMetaInfo":{"__isSmartRef__":true,"id":75195},"__LivelyClassName__":"lively.morphic.Text"},"75178":{"position":{"__isSmartRef__":true,"id":75179},"_Extent":{"__isSmartRef__":true,"id":75180},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":75181},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":75182},"_Padding":{"__isSmartRef__":true,"id":75183},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"75179":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75180":{"x":24,"y":24,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75181":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75182":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"75183":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"75184":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75185":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"75186":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"75187":{"x":24,"y":24,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75188":{"style":{"__isSmartRef__":true,"id":75189},"chunkOwner":{"__isSmartRef__":true,"id":75177},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"75189":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"75190":{"style":{"__isSmartRef__":true,"id":75191},"chunkOwner":{"__isSmartRef__":true,"id":75177},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"75191":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"75192":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"75193":{"morph":{"__isSmartRef__":true,"id":75177},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"75194":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75195":{"requiredModules":[],"idOnLoad":"16F9ACDE-356E-427C-AB3F-D33BB213F306","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"75196":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":75197},"derivationIds":[null,"29E543E0-AE93-493A-A694-FC1C330D0544","F0366E4C-E97F-4C77-BEE4-340A0668ADD5","347F6028-5092-4F54-9A34-3EFF3FF0B815","BF7387E7-BCD7-4A5B-B9D2-C14ECF59EFCA","85BA370B-966E-41F7-8C2F-F3A926EC2AA2","1652172B-339A-43A1-9589-70E68B35A28E","705524F7-129B-4102-834E-2A1A45985BB5","5707DF70-CD77-4D53-96ED-5A0AEB227FB7","257E62CE-C668-4317-B5B7-8D394BDC3F6C","DB924165-FF64-41D0-9CEC-F47FB3BD5F79","AB6E73FA-7276-41C1-AEB5-E7343BF6514C","7ED786C4-2739-477D-84A5-8893F801133B","EB31CE3D-76CE-4FD1-AB50-CC3BF6706D81","3BCDC5AF-AE31-4F87-8468-3A004154FE46","35393851-14AB-421A-8739-8DD305783245","189DA5FF-4630-43A6-9FE7-4D8331FA569A","59C3E15C-5B97-43D8-BF83-762BED0BFA13","8BEA69B3-8395-4B07-A310-6EB7BC730329"],"id":"801E1B10-53C6-49EA-8985-FBD56640005B","renderContextTable":{"__isSmartRef__":true,"id":75202},"eventHandler":{"__isSmartRef__":true,"id":75203},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":75204},"owner":{"__isSmartRef__":true,"id":75176},"name":"leftpointing_magnifying_glass.png","priorExtent":{"__isSmartRef__":true,"id":75205},"isBeingDragged":false,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":75206},"eventsAreDisabled":true,"_HandStyle":"default","_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.Widgets","_Rotation":0,"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":75207},"__LivelyClassName__":"lively.morphic.Image"},"75197":{"_Position":{"__isSmartRef__":true,"id":75198},"renderContextTable":{"__isSmartRef__":true,"id":75199},"_Extent":{"__isSmartRef__":true,"id":75200},"_ImageURL":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAABAAAAAQBPJcTWAAAALnRFWHRUaXRsZQBMRUZULVBPSU5USU5HIE1BR05JRllJTkcgR0xBU1MgKFUrMUY1MEQpw88haQAAABV0RVh0QXV0aG9yAEFuZHJldyBNYXJjdXNl5zc3gwAAAC90RVh0U29mdHdhcmUAaW5mby5maWxlZm9ybWF0LmRhdGEuVW5pY29kZVBuZ1NlcnZsZXRoAX8wAAAAQ3RFWHREZXNjcmlwdGlvbgBodHRwOi8vd3d3LmZpbGVmb3JtYXQuaW5mby9pbmZvL3VuaWNvZGUvMWY1MGQvaW5kZXguaHRtk2hNQgAAADt0RVh0Q29weXJpZ2h0AGh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LW5jLXNhLzIuMC9siJKDAAAIDklEQVR42u1daWxVRRQeCi0tIqCAQCTIUtEIGlk0ilqEkEbiQhSKGAyCooIIggsiQuMWZNGwVMUFNIhKZBMobZClgK1FwAU3wIpSREDcUFZFEM/JOzf3vPHet9ze1/eYe77k+zNzl5nz3ZlzZntPKYFAcHojDXimmKH6cQbwZuBM4HLgx8A9wBPAU8BjwJ3ADcDFwMnArsCaYjr/0BB4DwlwjAwfL38DzgX2AdYWk3pDJnAM8E/NuN8BpwEHAq8DXgpsCswANgN2APak/BeBu7T7sQX1A9YQE8fuDwYAf2BG/JrEaefxmSjaeOAO9syNwBwxd2Q0o/7fMhr6h8Fx+oBIX346cATwF/aON6Qbc0ZH4G4y0lHgOGAdD8/Be/KAs4AFwKsdrqkHnAA8Tu8rAzYWCWz0Bh5hraKTT11fL+AH1FXlA8/SrsEu61fmW9qLFEqNAv5LRsEw9twEvKMzcAvwJ3LoHG2AW+n9B4HdgixGHhNjiccuKlbUp9aC7yoGnqflraa8A8C2QRTjMvIVaITyKI61BjnkqiILWEjvPAwcxvLqAj+nvAqH7s1oNAfupcpjeNskhnvQOQ/xYfxQCziHRVl3sjxsNfspvYSuNR4Ywn5ClT5CA7lYkUPRU0YVy4CivkVlOE7TKxa6AP+ivKlBEORe9nUO8XD/QhWay6oqmlK3dYoirTYs70FK/wd4ocli1KVIByu7XXmb9BsOPEmj76riSfZxbAM2oPQMmqLB9GUmC/I0M8AtHp9xCd3/rM8fCHISy+vH0ruaOi3Coyqv6ETPKPSpXEOZ4X9XoSl+y89sovTNJgoyklW8rw8+aKFP5apFo3SrbMNcWsnFpgmylkU19R3yY4mc0mk0j88Z62PZ5jHDV7DQugE5dkx/3CQxzlb2qt6aCF1HtJH6BHoGju4v97F8+Sp8zeRGlldCaZtMEmQAq+zICL5hpUvrwfXy19gzZvhcvj6aILNZ3ij2ETQzRZA3WWU7RrgOfQsu05YCnyLxcFS9h91fTlMgfqKdJsg6lteBpQ8wRZASVqmmUa7txvwEJ/qe8SoxGxYymK+wpnMsNGHpxviRbVShkzEatAb5iEHUSrqzQVuiUMkMf5IFGWnM/71giiAHqEL7U7iMf2gtkk/B7/M51E4qMlklvzwNymgxl+VvobQPTRCkMavkDpaelkJlbOkgyDUsv0LZu19Oe/A++BBLvyIB0ZJX9HIQhHdZBymt1BQfso9V1Jorag28PUXKN8tBkHqUV4elLTJFkM9YpVqzllOcAmXDiG6vJsZhlt+Kpc80RZBiF2eJK4fZSS5bd4fWUcTyc1n6Y6YIMpVVii+LTgFOTHLZNjoIMpTlT2fpXUwRpIcKn021gHuwcDN0ss525Cnn3fIt2DXfK3vPljGbHtK1gdcFmkNdkYTK4gz0Tgcxytg1fI6rUBkGvubA54Ta0lTFK9VYFhS/xKV18PEHX3MfYpogfPUND9DwuamFlP5oNZXlZRcxlmsDWutsCl/aNQYZWhfBnTlOceNsLq459E1wyyhwEeNvFb7ZusClrEbhNlbJoyp8Y3UejehxPWS08v/MBrbIlcr92BvfwZit7KMKOC3f3FRBcBC2mRlBnz0dpOzN17gvqrdP7+2p7PkoJz7Hrq2pCfeqMhzXasbI1/KHa/m4Y93reRFcU1mrIh8IXaLCJzpnsLyfKRozHrNZpbFF9NHyx2pGw2tWAZ8H3gW8UjmvvWdSlIQb3raq6Kdzp6vwBbOhWn5/FRCggy9lFcdN1521ax5Q0Y9B41o7nkn8Rv1/gSkS0T/crb0vV4Uv465UAUNjLerCkfAN2jUXKef19apwnYP4AynK4tfNU6m1ZlMtaK/stQZrLXu0Q6g6OIpTjoVfAK/Xnp1GDp1fhy0th1rwHLqmEbXYHkEQJYcGitwouG2onoPx0Ne8q+yDmtGIs8lPUFCgH/Q5R4XPQlt8nfKzKB9/ouNHLT/ddFEw7t+uGQbPko90GY+gOHgcoRc5+YeBj1DY3JPyGrq8qy6JdMhBDAyz8azhZLq2JRuP4HE3a6f8KhNH7k4Dt9UORqoE3qGqfiAUo7L7lX1kjfMd4H0UHGTTFMpLzH8VUAS3iN2znsQ1GugvprCvkvMYdSFouBYxPu98FdoKusblmZXUoiz0J1FuYgPUfCrXAof7S4MgimXIRVH8wwHq5vBLna9Cs8ULyEgVWrCg8zAJ79TtjGDXjSMx5kd4Fk7XB+a3uq5Sob1QfoW86JzxR2zcjjyj3/mKTafUpCAi2nPLVcB+QA379YdoGuWEBxEwars1hujIOpZQQS1jWhzvKXeIDAOBRhT+YgQ2kcYK71NLwgOauAKJ50jwpFW8J2jHKHvLKwYBuENmVxyibAiqKIlCOkVY1g8HZHkQ5SOXeTaBR9RW9vT7agp34xVlo4jiL7KoG0TjriCR4hVlk0r8EYrAtZQiZa+14wx1qzhF2Syi+C+K5VOWko8RUVJIlPc8irIhKCP6ZItSqeJbh8kSU/qHDCbKMuZT4hFlrpgxcaIUUcuJR5TdYsLEiFLIQuLMOESZJOZLnCjLyMhrabqkZRRR1qsArDQmW5SlZOxPVWhJ2E2UNRJlVQ/wi19CRv9WhXbJoCh8zb+IujVBNYqymIyPP55ZxsQoVvK78kkBrp28rXVThSJGcoE7YZ5RoTMlc8SBpw7kj2IEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgSAZ+A+0ucC4BysctgAAAABJRU5ErkJggg==","_Padding":{"__isSmartRef__":true,"id":75201},"_NodeClass":["image"],"_NodeId":"29E543E0-AE93-493A-A694-FC1C330D0544","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLoaded":true,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Image"},"75198":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75199":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","setImageURL":"setImageURLHTML","getNativeExtent":"getNativeExtentHTML"},"75200":{"x":29,"y":29,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75201":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"75202":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"75203":{"morph":{"__isSmartRef__":true,"id":75196},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"75204":{"x":-3.024108360992159,"y":0.008036120330757512,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75205":{"x":28,"y":29,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75206":{"x":39.935711037353485,"y":-9.032144481323257,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75207":{"partName":"leftpointing_magnifying_glass.png","requiredModules":[],"idOnLoad":"801E1B10-53C6-49EA-8985-FBD56640005B","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"75208":{"position":{"__isSmartRef__":true,"id":75209},"_Extent":{"__isSmartRef__":true,"id":75210},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":75211},"_Fill":{"__isSmartRef__":true,"id":75212},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":75222},"_Padding":{"__isSmartRef__":true,"id":75223},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"75209":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75210":{"x":24,"y":24,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75211":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75212":{"stops":[{"__isSmartRef__":true,"id":75213},{"__isSmartRef__":true,"id":75215},{"__isSmartRef__":true,"id":75217},{"__isSmartRef__":true,"id":75219}],"vector":{"__isSmartRef__":true,"id":75221},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"75213":{"offset":0,"color":{"__isSmartRef__":true,"id":75214}},"75214":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75215":{"offset":0.4,"color":{"__isSmartRef__":true,"id":75216}},"75216":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75217":{"offset":0.6,"color":{"__isSmartRef__":true,"id":75218}},"75218":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75219":{"offset":1,"color":{"__isSmartRef__":true,"id":75220}},"75220":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75221":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"75222":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"75223":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"75224":{"x":470,"y":8,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75225":{"stops":[{"__isSmartRef__":true,"id":75226},{"__isSmartRef__":true,"id":75228},{"__isSmartRef__":true,"id":75230},{"__isSmartRef__":true,"id":75232}],"vector":{"__isSmartRef__":true,"id":75221},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"75226":{"offset":0,"color":{"__isSmartRef__":true,"id":75227}},"75227":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75228":{"offset":0.4,"color":{"__isSmartRef__":true,"id":75229}},"75229":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75230":{"offset":0.6,"color":{"__isSmartRef__":true,"id":75231}},"75231":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75232":{"offset":1,"color":{"__isSmartRef__":true,"id":75233}},"75233":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75234":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"ScriptableButton","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":75235}],"revisionOnLoad":154251,"idOnLoad":"375B5957-AF0F-45FA-A773-3B2CDEB9CB30","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"75235":{"date":{"__isSmartRef__":true,"id":75236},"author":"robertkrahn","message":"no comment","id":"0366C0A2-0C8E-4AEB-AAC3-120434134545"},"75236":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:10:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75237":{"sourceObj":{"__isSmartRef__":true,"id":75176},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":75176},"targetMethodName":"onFire","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"75238":{"x":24.405327095521386,"y":24.0321444813232,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75239":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"75240":{"morph":{"__isSmartRef__":true,"id":75176},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"75241":{"x":37.935711037353656,"y":-7.943747157684584,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75242":{"submorphs":[],"scripts":[],"id":"364FF344-E489-461B-BC8C-ED45E4823ED4","shape":{"__isSmartRef__":true,"id":75243},"__layered_droppingEnabled__":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":75250},"showsHalos":false,"name":"HighlightRectangle","partsBinMetaInfo":{"__isSmartRef__":true,"id":75251},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":75292},"eventHandler":{"__isSmartRef__":true,"id":75293},"attributeConnections":[{"__isSmartRef__":true,"id":75294},{"__isSmartRef__":true,"id":75295},{"__isSmartRef__":true,"id":75296}],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[127,"F0291F62-F100-480C-AEBF-0230398F7983","AE8B5ED7-E305-45BC-BE4A-1C28A49EE12B","39BA345C-17FA-45A0-BAC2-F0CF5654ACF8","FE91EA31-D8AE-461B-8A49-95DA5FBAE5B4","F38439A3-2F4E-4AC2-BF73-2633C00B1393","6748F5B5-2284-4748-A6EE-F1A261CBAD0B","6FECB598-D130-4242-BF1B-E18767608129","0B23F218-078F-4912-A262-31B957885F41","C56BA290-B836-4946-B4EF-DBB6FBA2368C","61176BAF-CFE6-4F2C-9F0A-971AAD6595A1","CB4127B2-0AA5-4B50-9978-F1FF39924A82","113050BB-CF0E-4193-91C6-9C25FC857EE8","EFF939E4-317B-4662-943F-77A6E6F65BD0","AA288E7F-3972-4F0D-87DD-61E4BD9C9C97","903E8C60-1158-42D5-85D2-DF134DA6CEC1","28FD6210-A549-4A11-9178-04E77FF556C0","B3312E29-D786-469F-865E-91FD69475A52","D947A1C1-DCBE-4485-A33D-DF549F6978E0","56CE0E60-45BE-43FF-9C6C-296D8AC326B6","CC61E3F8-8C8D-4F24-A591-023D3C88DEC8"],"partTests":{"__isSmartRef__":true,"id":75301},"_ClipMode":"visible","moved":true,"isBeingDragged":false,"priorExtent":{"__isSmartRef__":true,"id":75245},"prevScroll":[0,0],"#startLetters":"","eventsAreDisabled":false,"_HandStyle":"default","_PointerEvents":"auto","distanceToDragEvent":{"__isSmartRef__":true,"id":75306},"_Rotation":0,"_Scale":1.0060210561262526,"owner":null,"magnifierButton":{"__isSmartRef__":true,"id":75176},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":75307},"__LivelyClassName__":"lively.morphic.Box"},"75243":{"position":{"__isSmartRef__":true,"id":75244},"_Extent":{"__isSmartRef__":true,"id":75245},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":75246},"_Fill":{"__isSmartRef__":true,"id":75247},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":75248},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":75249},"_BorderRadius":0,"_Opacity":0.2597,"_BorderStyle":"hidden","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"75244":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75245":{"x":100,"y":100,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75246":{"r":0.8,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75247":{"r":0.227,"g":0,"b":1,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75248":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"75249":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"75250":{"x":416,"y":75,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75251":{"partsSpaceName":"PartsBin/Tools","__SourceModuleName__":"Global.lively.PartsBin","comment":"A rectangle which highlights the object under the first hand of the world","migrationLevel":4,"partName":"HighlightRectangle","changes":[{"__isSmartRef__":true,"id":75252},{"__isSmartRef__":true,"id":75254},{"__isSmartRef__":true,"id":75256},{"__isSmartRef__":true,"id":75258},{"__isSmartRef__":true,"id":75260},{"__isSmartRef__":true,"id":75262},{"__isSmartRef__":true,"id":75264},{"__isSmartRef__":true,"id":75266},{"__isSmartRef__":true,"id":75268},{"__isSmartRef__":true,"id":75270},{"__isSmartRef__":true,"id":75272},{"__isSmartRef__":true,"id":75274},{"__isSmartRef__":true,"id":75276},{"__isSmartRef__":true,"id":75278},{"__isSmartRef__":true,"id":75280},{"__isSmartRef__":true,"id":75282},{"__isSmartRef__":true,"id":75284},{"__isSmartRef__":true,"id":75286},{"__isSmartRef__":true,"id":75288},{"__isSmartRef__":true,"id":75290}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"75252":{"date":{"__isSmartRef__":true,"id":75253},"author":"timfelgentreff","message":"no comment","id":"3DB7DB40-210A-4BED-91FD-9287005703EC"},"75253":{"isSerializedDate":true,"string":"Thu May 24 2012 17:04:54 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75254":{"date":{"__isSmartRef__":true,"id":75255},"author":"tessi","message":"no comment","id":"23D7AA12-66A9-4C3B-B494-131256C291AC"},"75255":{"isSerializedDate":true,"string":"Thu May 24 2012 16:57:13 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75256":{"date":{"__isSmartRef__":true,"id":75257},"author":"tessi","message":"no comment","id":"2C30B7CA-388F-4F51-B4CF-A2E50E381148"},"75257":{"isSerializedDate":true,"string":"Thu May 24 2012 16:23:11 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75258":{"date":{"__isSmartRef__":true,"id":75259},"author":"tessi","message":"diable events","id":"7C1F71A3-FDAC-470A-B9A9-E1F2C9FEF18E"},"75259":{"isSerializedDate":true,"string":"Thu May 24 2012 14:46:08 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75260":{"date":{"__isSmartRef__":true,"id":75261},"author":"tessi","message":"no comment","id":"01996A33-11BC-4C15-96D7-B7D219E2E961"},"75261":{"isSerializedDate":true,"string":"Thu May 24 2012 14:39:50 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75262":{"date":{"__isSmartRef__":true,"id":75263},"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23"},"75263":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75264":{"date":{"__isSmartRef__":true,"id":75265},"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC"},"75265":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75266":{"date":{"__isSmartRef__":true,"id":75267},"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2"},"75267":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (Mitteleuropäische Zeit)"},"75268":{"date":{"__isSmartRef__":true,"id":75269},"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B"},"75269":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (Mitteleuropäische Zeit)"},"75270":{"date":{"__isSmartRef__":true,"id":75271},"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7"},"75271":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (Mitteleuropäische Zeit)"},"75272":{"date":{"__isSmartRef__":true,"id":75273},"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350"},"75273":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75274":{"date":{"__isSmartRef__":true,"id":75275},"author":"tessi","message":"no comment","id":"4B982A01-25B3-455A-848D-89C2C3C471D7"},"75275":{"isSerializedDate":true,"string":"Thu May 24 2012 13:58:01 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75276":{"date":{"__isSmartRef__":true,"id":75277},"author":"tessi","message":"no comment","id":"2FD6CB7B-3BC7-4666-98B4-AACF1001954D"},"75277":{"isSerializedDate":true,"string":"Thu May 24 2012 14:07:32 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75278":{"date":{"__isSmartRef__":true,"id":75279},"author":"tessi","message":"no comment","id":"09CF5ECF-2C87-4B66-A164-39848628596F"},"75279":{"isSerializedDate":true,"string":"Thu May 24 2012 15:34:59 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75280":{"date":{"__isSmartRef__":true,"id":75281},"author":"tessi","message":"no comment","id":"252A3EB5-DB00-4CF9-BF38-2927DD1C5229"},"75281":{"isSerializedDate":true,"string":"Thu May 24 2012 16:34:29 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75282":{"date":{"__isSmartRef__":true,"id":75283},"author":"tessi","message":"no comment","id":"81534551-62C1-4FC9-96CB-A5AC6642CA1E"},"75283":{"isSerializedDate":true,"string":"Thu May 24 2012 16:45:49 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75284":{"date":{"__isSmartRef__":true,"id":75285},"author":"tessi","message":"no comment","id":"5125DE3A-D50E-4621-8490-F3A9D99C2C4C"},"75285":{"isSerializedDate":true,"string":"Thu May 24 2012 16:47:20 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75286":{"date":{"__isSmartRef__":true,"id":75287},"author":"tessi","message":"no comment","id":"C81A2FBF-CB0B-4A0B-9D63-F9AEDFCB5DA6"},"75287":{"isSerializedDate":true,"string":"Thu May 24 2012 16:51:06 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75288":{"date":{"__isSmartRef__":true,"id":75289},"author":"tessi","message":"no comment","id":"DC8EF5EC-7563-45B6-816D-20E2DC218525"},"75289":{"isSerializedDate":true,"string":"Thu May 24 2012 16:52:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75290":{"date":{"__isSmartRef__":true,"id":75291},"author":"timfelgentreff","message":"no comment","id":"E7515DFB-DE7D-4E1F-A2C3-85166DCE4942"},"75291":{"isSerializedDate":true,"string":"Thu May 24 2012 16:59:39 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75292":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"75293":{"morph":{"__isSmartRef__":true,"id":75242},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"75294":{"sourceObj":{"__isSmartRef__":true,"id":75242},"sourceAttrName":"onMouseMove","targetObj":{"__isSmartRef__":true,"id":75242},"targetMethodName":"updateOnMove","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"75295":{"sourceObj":{"__isSmartRef__":true,"id":75242},"sourceAttrName":"onMouseUp","targetObj":{"__isSmartRef__":true,"id":75176},"targetMethodName":"removeHighlighting","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"75296":{"sourceObj":{"__isSmartRef__":true,"id":75242},"sourceAttrName":"onMouseUp","targetObj":{"__isSmartRef__":true,"id":73537},"targetMethodName":"setTarget","converterString":"function () {\n return this.sourceObj.coveredMorph()\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":75297},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":75298},"__LivelyClassName__":"AttributeConnection"},"75297":{"source":{"__isSmartRef__":true,"id":75242},"target":{"__isSmartRef__":true,"id":73537}},"75298":{"converter":{"__isSmartRef__":true,"id":75299}},"75299":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":75297},"source":"function () {\n return this.sourceObj.coveredMorph()\n }","funcProperties":{"__isSmartRef__":true,"id":75300},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"75300":{},"75301":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":75302}},"75302":{"test01IsMorph":{"__isSmartRef__":true,"id":75303}},"75303":{"varMapping":{"__isSmartRef__":true,"id":75304},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":75305},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"75304":{"this":{"__isSmartRef__":true,"id":75301}},"75305":{},"75306":{"x":43.995993991989735,"y":-14.012018024029999,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75307":{"update":{"__isSmartRef__":true,"id":75308},"coveredMorph":{"__isSmartRef__":true,"id":75312},"updateOnMove":{"__isSmartRef__":true,"id":75316},"bringToFront":{"__isSmartRef__":true,"id":75320}},"75308":{"varMapping":{"__isSmartRef__":true,"id":75309},"source":"function update(morph) {\n if (morph === this.magnifierButton ||\n this.magnifierButton.submorphs.indexOf(morph) >= 0) {\n morph = this.magnifierButton.currentTarget()\n }\n\n if (morph) {\n this.setPosition(morph.getPositionInWorld())\n this.setExtent(morph.getExtent())\n }\n}","funcProperties":{"__isSmartRef__":true,"id":75310},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"75309":{"this":{"__isSmartRef__":true,"id":75242}},"75310":{"timestamp":{"__isSmartRef__":true,"id":75311},"user":"lauritz","tags":[]},"75311":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:30:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75312":{"varMapping":{"__isSmartRef__":true,"id":75313},"source":"function coveredMorph() {\n var that = this\n return $world.morphsContainingPoint($world.firstHand().getPosition()).detect(\n function(ea) {\n return !ea.isPlaceholder &&\n !ea.isHalo &&\n (!ea.owner || !ea.owner.isHalo) &&\n !(ea === that);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":75314},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"75313":{"this":{"__isSmartRef__":true,"id":75242}},"75314":{"timestamp":{"__isSmartRef__":true,"id":75315},"user":"lauritz","tags":[]},"75315":{"isSerializedDate":true,"string":"Tue May 29 2012 13:24:20 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75316":{"varMapping":{"__isSmartRef__":true,"id":75317},"source":"function updateOnMove() {\n this.update(this.coveredMorph())\n this.bringToFront();\n}","funcProperties":{"__isSmartRef__":true,"id":75318},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"75317":{"this":{"__isSmartRef__":true,"id":75242}},"75318":{"timestamp":{"__isSmartRef__":true,"id":75319},"user":"lauritz","tags":[]},"75319":{"isSerializedDate":true,"string":"Wed Jun 06 2012 17:28:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75320":{"varMapping":{"__isSmartRef__":true,"id":75321},"source":"function bringToFront() {\n this.renderContext().morphNode.style.zIndex= 1000\n}","funcProperties":{"__isSmartRef__":true,"id":75326},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"75321":{"this":{"__isSmartRef__":true,"id":75242},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":75322}},"75322":{"$super":{"__isSmartRef__":true,"id":75323}},"75323":{"varMapping":{"__isSmartRef__":true,"id":75324},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world) \n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":75325},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"75324":{"obj":{"__isSmartRef__":true,"id":75242},"name":"bringToFront"},"75325":{},"75326":{"timestamp":{"__isSmartRef__":true,"id":75327},"user":"lauritz","tags":[]},"75327":{"isSerializedDate":true,"string":"Wed Jun 06 2012 17:28:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75328":{"onFire":{"__isSmartRef__":true,"id":75329},"removeHighlighting":{"__isSmartRef__":true,"id":75333},"onMouseMove":{"__isSmartRef__":true,"id":75337},"onMouseOut":{"__isSmartRef__":true,"id":75345},"reset":{"__isSmartRef__":true,"id":75353},"isTracking":{"__isSmartRef__":true,"id":75357},"isHighlighting":{"__isSmartRef__":true,"id":75361},"currentTarget":{"__isSmartRef__":true,"id":75365}},"75329":{"varMapping":{"__isSmartRef__":true,"id":75330},"source":"function onFire() {\n var hand = this.world().firstHand(),\n rect = this.highlightRectangle,\n that = this\n\n if (this.isTracking()) {\n this.removeHighlighting()\n } else {\n this.world().addMorph(rect)\n hand.highlightConnection = connect(hand, \"scrollFocusMorph\", rect, \"update\")\n rect.bringToFront()\n }\n}","funcProperties":{"__isSmartRef__":true,"id":75331},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"75330":{"this":{"__isSmartRef__":true,"id":75176}},"75331":{"timestamp":{"__isSmartRef__":true,"id":75332},"user":"lauritz","tags":[]},"75332":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:04:33 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75333":{"varMapping":{"__isSmartRef__":true,"id":75334},"source":"function removeHighlighting() {\n var hand = this.world().firstHand(),\n rect = this.highlightRectangle\n if (rect) {\n rect.remove()\n }\n hand.attributeConnections.removeAt(\n hand.attributeConnections.indexOf(hand.highlightConnection))\n hand.highlightConnection = null\n}","funcProperties":{"__isSmartRef__":true,"id":75335},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"75334":{"this":{"__isSmartRef__":true,"id":75176}},"75335":{"timestamp":{"__isSmartRef__":true,"id":75336},"user":"lauritz","tags":[]},"75336":{"isSerializedDate":true,"string":"Wed Jun 06 2012 17:20:20 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75337":{"varMapping":{"__isSmartRef__":true,"id":75338},"source":"function onMouseMove(evt) {\n var rect = this.highlightRectangle\n\n var target = this.currentTarget()\n if (target && !this.isHighlighting()) {\n rect.update(target)\n this.world().addMorph(rect)\n rect.bringToFront()\n this.targetHighlight = rect\n }\n}","funcProperties":{"__isSmartRef__":true,"id":75343},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"75338":{"this":{"__isSmartRef__":true,"id":75176},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":75339}},"75339":{"$super":{"__isSmartRef__":true,"id":75340}},"75340":{"varMapping":{"__isSmartRef__":true,"id":75341},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world) \n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":75342},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"75341":{"obj":{"__isSmartRef__":true,"id":75176},"name":"onMouseMove"},"75342":{},"75343":{"timestamp":{"__isSmartRef__":true,"id":75344},"user":"lauritz","tags":[]},"75344":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:25:44 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75345":{"varMapping":{"__isSmartRef__":true,"id":75346},"source":"function onMouseOut() {\n if (this.isHighlighting()) {\n if (!this.isTracking()) {\n this.targetHighlight.remove()\n }\n delete this.targetHighlight\n }\n}","funcProperties":{"__isSmartRef__":true,"id":75351},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"75346":{"this":{"__isSmartRef__":true,"id":75176},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":75347}},"75347":{"$super":{"__isSmartRef__":true,"id":75348}},"75348":{"varMapping":{"__isSmartRef__":true,"id":75349},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world) \n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":75350},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"75349":{"obj":{"__isSmartRef__":true,"id":75176},"name":"onMouseOut"},"75350":{},"75351":{"timestamp":{"__isSmartRef__":true,"id":75352},"user":"lauritz","tags":[]},"75352":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:05:25 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75353":{"varMapping":{"__isSmartRef__":true,"id":75354},"source":"function reset() {\n var rect = this.highlightRectangle\n rect.attributeConnections = []\n connect(rect, \"onMouseMove\", rect, \"updateOnMove\")\n connect(rect, \"onMouseUp\", this, \"removeHighlighting\")\n connect(rect, \"onMouseUp\", this.owner, \"setTarget\",\n {converter: function () {\n return this.sourceObj.coveredMorph()\n }\n })\n}","funcProperties":{"__isSmartRef__":true,"id":75355},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"75354":{"this":{"__isSmartRef__":true,"id":75176}},"75355":{"timestamp":{"__isSmartRef__":true,"id":75356},"user":"lauritz","tags":[]},"75356":{"isSerializedDate":true,"string":"Wed Jun 06 2012 17:23:51 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75357":{"varMapping":{"__isSmartRef__":true,"id":75358},"source":"function isTracking() {\n return !!this.world().firstHand().highlightConnection\n}","funcProperties":{"__isSmartRef__":true,"id":75359},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"75358":{"this":{"__isSmartRef__":true,"id":75176}},"75359":{"timestamp":{"__isSmartRef__":true,"id":75360},"user":"lauritz","tags":[]},"75360":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:04:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75361":{"varMapping":{"__isSmartRef__":true,"id":75362},"source":"function isHighlighting() {\n return !!this.targetHighlight\n}","funcProperties":{"__isSmartRef__":true,"id":75363},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"75362":{"this":{"__isSmartRef__":true,"id":75176}},"75363":{"timestamp":{"__isSmartRef__":true,"id":75364},"user":"lauritz","tags":[]},"75364":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:04:53 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75365":{"varMapping":{"__isSmartRef__":true,"id":75366},"source":"function currentTarget() {\n return this.owner.target;\n}","funcProperties":{"__isSmartRef__":true,"id":75367},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"75366":{"this":{"__isSmartRef__":true,"id":75176}},"75367":{"timestamp":{"__isSmartRef__":true,"id":75368},"user":"lauritz","tags":[]},"75368":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:26:02 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75369":{"submorphs":[{"__isSmartRef__":true,"id":75370}],"scripts":[],"id":"336B6CE1-BC3A-4EDB-BD7D-26E6D394F157","shape":{"__isSmartRef__":true,"id":75385},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":75401},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":75389},"lighterFill":{"__isSmartRef__":true,"id":75402},"label":{"__isSmartRef__":true,"id":75370},"name":"RecoverButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":75411},"attributeConnections":[{"__isSmartRef__":true,"id":75416}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","priorExtent":{"__isSmartRef__":true,"id":75417},"renderContextTable":{"__isSmartRef__":true,"id":75418},"eventHandler":{"__isSmartRef__":true,"id":75419},"derivationIds":[2588,"22797D34-67DE-4A06-81F0-4DF0A87ADBBC","11C83D57-E873-4516-9585-B62D3DF729A3","E29CC766-6253-4449-9F74-BB5BE92901B2","869A55D7-A082-4FF6-B364-04A8335DB3DF","819BC4C1-8FA8-4E4A-A69C-30AA1638AB87","53AF2FD2-DD72-403F-87B2-2C05D92C1887","DB4A1C2A-E485-40C3-854A-C8D9FD045F48"],"_ClipMode":"visible","owner":{"__isSmartRef__":true,"id":73537},"distanceToDragEvent":{"__isSmartRef__":true,"id":75420},"_Rotation":0,"_Scale":0.990044880209748,"layout":{"__isSmartRef__":true,"id":75421},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":75422},"__LivelyClassName__":"lively.morphic.Button"},"75370":{"submorphs":[],"scripts":[],"id":"7A3B5D79-073B-4E3C-9299-2BB1E949D316","shape":{"__isSmartRef__":true,"id":75371},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":75376},"_MaxTextWidth":162.61336846373766,"_MaxTextHeight":null,"textStyle":null,"padding":{"__isSmartRef__":true,"id":75377},"_Padding":{"__isSmartRef__":true,"id":75378},"owner":{"__isSmartRef__":true,"id":75369},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":75379},"textChunks":[{"__isSmartRef__":true,"id":75380}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":75382},"eventHandler":{"__isSmartRef__":true,"id":75383},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[2589,"024C5ADE-C4CF-4E8E-BEC5-F93AD4839702","14B58111-F7FC-48C0-B90D-92C2C566AD98","3C2D0B8B-0C00-41EF-BBBD-6BAE9A85522B","9873084E-D345-48F9-B8CB-799A8616EDD5","83C102D7-79B7-4154-85DB-326320716FDC","AF1A4581-083D-4051-B253-A33077E47F67","5B4C0EA4-CD75-4B9C-A8FD-1337878B8429"],"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":162.61336846373766,"_MinTextHeight":null,"_FontSize":10,"_TextColor":{"__isSmartRef__":true,"id":74672},"partsBinMetaInfo":{"__isSmartRef__":true,"id":75384},"__LivelyClassName__":"lively.morphic.Text"},"75371":{"position":{"__isSmartRef__":true,"id":75372},"_Extent":{"__isSmartRef__":true,"id":75373},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":75374},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":75375},"_Padding":{"__isSmartRef__":true,"id":74663},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"75372":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75373":{"x":162.61336846373766,"y":23.020110441434046,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75374":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75375":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"75376":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75377":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"75378":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"75379":{"x":162.61336846373766,"y":23.020110441434046,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75380":{"style":{"__isSmartRef__":true,"id":75381},"chunkOwner":{"__isSmartRef__":true,"id":75370},"storedString":"Recover all scripts","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"75381":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"75382":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"75383":{"morph":{"__isSmartRef__":true,"id":75370},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"75384":{"requiredModules":[],"idOnLoad":"7A3B5D79-073B-4E3C-9299-2BB1E949D316","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"75385":{"position":{"__isSmartRef__":true,"id":75386},"_Extent":{"__isSmartRef__":true,"id":75387},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":75388},"_Fill":{"__isSmartRef__":true,"id":75389},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":75399},"_Padding":{"__isSmartRef__":true,"id":75400},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"75386":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75387":{"x":162.61336846373766,"y":23.020110441434046,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75388":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75389":{"stops":[{"__isSmartRef__":true,"id":75390},{"__isSmartRef__":true,"id":75392},{"__isSmartRef__":true,"id":75394},{"__isSmartRef__":true,"id":75396}],"vector":{"__isSmartRef__":true,"id":75398},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"75390":{"offset":0,"color":{"__isSmartRef__":true,"id":75391}},"75391":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75392":{"offset":0.4,"color":{"__isSmartRef__":true,"id":75393}},"75393":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75394":{"offset":0.6,"color":{"__isSmartRef__":true,"id":75395}},"75395":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75396":{"offset":1,"color":{"__isSmartRef__":true,"id":75397}},"75397":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75398":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"75399":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"75400":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"75401":{"x":735.266159147416,"y":463.917660249887,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75402":{"stops":[{"__isSmartRef__":true,"id":75403},{"__isSmartRef__":true,"id":75405},{"__isSmartRef__":true,"id":75407},{"__isSmartRef__":true,"id":75409}],"vector":{"__isSmartRef__":true,"id":75398},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"75403":{"offset":0,"color":{"__isSmartRef__":true,"id":75404}},"75404":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75405":{"offset":0.4,"color":{"__isSmartRef__":true,"id":75406}},"75406":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75407":{"offset":0.6,"color":{"__isSmartRef__":true,"id":75408}},"75408":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75409":{"offset":1,"color":{"__isSmartRef__":true,"id":75410}},"75410":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75411":{"partsSpaceName":"PartsBin/Inputs","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":4,"partName":"ScriptableButton","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":75412},{"__isSmartRef__":true,"id":75414}],"revisionOnLoad":170561,"idOnLoad":"336B6CE1-BC3A-4EDB-BD7D-26E6D394F157","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"75412":{"date":{"__isSmartRef__":true,"id":75413},"author":"robertkrahn","message":"no comment","id":"0366C0A2-0C8E-4AEB-AAC3-120434134545"},"75413":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:10:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75414":{"date":{"__isSmartRef__":true,"id":75415},"author":"huberthesse","message":"Restore scriptable button","id":"7DCED89C-C162-4A42-94E3-6B4D2CBA4932"},"75415":{"isSerializedDate":true,"string":"Tue Jun 12 2012 11:12:07 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75416":{"sourceObj":{"__isSmartRef__":true,"id":75369},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":75369},"targetMethodName":"onFire","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"75417":{"x":161.60331324302064,"y":23.020110441434046,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75418":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"75419":{"morph":{"__isSmartRef__":true,"id":75369},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"75420":{"x":68.06033132430184,"y":-15,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75421":{"moveHorizontal":true,"moveVertical":true},"75422":{"onFire":{"__isSmartRef__":true,"id":75423}},"75423":{"varMapping":{"__isSmartRef__":true,"id":75424},"source":"function onFire() {\n var targetMorph = this.owner.historyList.targetMorph;\n if (!targetMorph)\n return;\n\n var recoveryCheck = confirm(\"Do you really want to restore all locally stored script versions?\");\n if (!recoveryCheck)\n return;\n\n var lm = projects.WebDev2012.LimeMachine.LimeMachine;\n var history = lm.getWorldHistory();\n\n if (!history) {\n return;\n }\n\n var currentObject = history.getObject(targetMorph.id);\n if (!currentObject) {\n return;\n }\n\n var currentCodeScripts = currentObject.Code;\n var that = this;\n var selectedScriptName = this.owner.scriptList.getSelection();\n\n $.each(currentCodeScripts, function(idx, item) {\n var success = that.owner.scriptPane.boundEval(item.Code);\n if(!success) {\n alert(\"Error while recovering \" + item.MethodName + \".\");\n }\n });\n \n this.owner.scriptList.selectAddedScript(selectedScriptName);\n}","funcProperties":{"__isSmartRef__":true,"id":75425},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"75424":{"this":{"__isSmartRef__":true,"id":75369}},"75425":{"timestamp":{"__isSmartRef__":true,"id":75426},"user":"jan.sandbrink","tags":[]},"75426":{"isSerializedDate":true,"string":"Fri Jun 15 2012 12:26:50 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75427":{"position":{"__isSmartRef__":true,"id":75428},"_Extent":{"__isSmartRef__":true,"id":75429},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":75430},"_Fill":{"__isSmartRef__":true,"id":75431},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":75432},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":75433},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"75428":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75429":{"x":911.0285365288846,"y":502.61253261443596,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75430":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"75431":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"75432":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"75433":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"75434":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","comment":"Edit scripts and connections of a specific morph.","migrationLevel":4,"partName":"ObjectEditorPane","changes":[{"__isSmartRef__":true,"id":75435}],"idOnLoad":"7E8B86FC-ADB6-438D-B9A1-E64DD0E217A5","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"75435":{"date":{"__isSmartRef__":true,"id":75436},"author":"lauritz","message":"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items."},"75436":{"isSerializedDate":true,"string":"Fri Oct 21 2011 00:39:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75437":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"75438":{"morph":{"__isSmartRef__":true,"id":73537},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"75439":{"x":911.0285365288846,"y":502.61253261443596,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75440":{"resizeWidth":true,"resizeHeight":true,"adjustForNewBounds":true},"75441":{"x":350.2386236582805,"y":-3.2455173507596555,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75442":{"x":0.971126750461849,"y":21.45669012569269,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"75443":{},"75444":{"displayInitialScript":{"__isSmartRef__":true,"id":75445},"displayJavaScriptSource":{"__isSmartRef__":true,"id":75449},"displaySourceForConnection":{"__isSmartRef__":true,"id":75453},"displaySourceForScript":{"__isSmartRef__":true,"id":75457},"generateSourceForConnection":{"__isSmartRef__":true,"id":75461},"generateSourceForScript":{"__isSmartRef__":true,"id":75465},"generateTargetCode":{"__isSmartRef__":true,"id":75469},"newConnection":{"__isSmartRef__":true,"id":75473},"newScript":{"__isSmartRef__":true,"id":75477},"reset":{"__isSmartRef__":true,"id":75481},"selectChangedContent":{"__isSmartRef__":true,"id":75485},"setTarget":{"__isSmartRef__":true,"id":75489},"sortedConnectionNamesOfObj":{"__isSmartRef__":true,"id":75493},"sortedScriptNamesOfObj":{"__isSmartRef__":true,"id":75497},"updateLists":{"__isSmartRef__":true,"id":75501},"onShutdown":{"__isSmartRef__":true,"id":75505},"confirmUnsavedChanges":{"__isSmartRef__":true,"id":75509},"update":{"__isSmartRef__":true,"id":75513},"ensureAnnotationLayer":{"__isSmartRef__":true,"id":75517},"migrateOldScriptAnnotations":{"__isSmartRef__":true,"id":75521},"copyToPartsBinWithUserRequest":{"__isSmartRef__":true,"id":75525},"printTags":{"__isSmartRef__":true,"id":75533},"setTag":{"__isSmartRef__":true,"id":75537},"runScript":{"__isSmartRef__":true,"id":75541},"openPartTestRunner":{"__isSmartRef__":true,"id":75545}},"75445":{"varMapping":{"__isSmartRef__":true,"id":75446},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.preselectItem();\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.preselectItem();\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":75447},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"75446":{"this":{"__isSmartRef__":true,"id":73537}},"75447":{"timestamp":{"__isSmartRef__":true,"id":75448},"user":"lauritz","tags":[]},"75448":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:13:43 GMT+0100 (Mitteleuropäische Zeit)"},"75449":{"varMapping":{"__isSmartRef__":true,"id":75450},"source":"function displayJavaScriptSource(jsCode) {\n if (this.scriptPane.hasChanged()) {\n var that = this;\n var callback = function(confirmed) {\n if (confirmed) that.scriptPane.display(jsCode)\n };\n this.confirmUnsavedChanges(callback);\n } else {\n this.scriptPane.display(jsCode);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":75451},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"75450":{"this":{"__isSmartRef__":true,"id":73537}},"75451":{"timestamp":{"__isSmartRef__":true,"id":75452},"user":"lauritz","tags":[]},"75452":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"75453":{"varMapping":{"__isSmartRef__":true,"id":75454},"source":"function displaySourceForConnection(connection) {\n var code = \"\", that = this;\n if (connection === undefined) return;\n if (connection === null) {\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\"\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForConnection(connection);\n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":75455},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"75454":{"this":{"__isSmartRef__":true,"id":73537}},"75455":{"timestamp":{"__isSmartRef__":true,"id":75456},"user":"conradcalmez","tags":[]},"75456":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:59:30 GMT+0100 (Mitteleuropäische Zeit)"},"75457":{"varMapping":{"__isSmartRef__":true,"id":75458},"source":"function displaySourceForScript(scriptName) {\n var code = \"\",\n that = this;\n if (scriptName === null) {\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForScript(each)).concat(\"\\n\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForScript(scriptName); \n }\n this.displayJavaScriptSource(code);\n this.historyList.selectScript(scriptName);\n}","funcProperties":{"__isSmartRef__":true,"id":75459},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"75458":{"this":{"__isSmartRef__":true,"id":73537}},"75459":{"timestamp":{"__isSmartRef__":true,"id":75460},"user":"jan.sandbrink","tags":[]},"75460":{"isSerializedDate":true,"string":"Thu Jun 07 2012 12:29:52 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75461":{"varMapping":{"__isSmartRef__":true,"id":75462},"source":"function generateSourceForConnection(connection) {\n var c = connection, targetObject = this.target;\n\tif (!c.getTargetObj() || !c.getTargetObj().name || \n\t\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\n\n\tvar optConfig = []\n\tif (c.converterString)\n\t\toptConfig.push(\"converter: \\n\\t\" + c.converterString)\n\tif (c.updaterString)\n\t\toptConfig.push(\"updater: \\n\\t\" + c.updaterString)\n\treturn Strings.format('connect(%s, \"%s\", %s, \"%s\", {%s});', \n\t\t\tthis.generateTargetCode(targetObject, c.getSourceObj()),\n\t\t\tc.getSourceAttrName(),\n\t\t\tthis.generateTargetCode(targetObject, c.getTargetObj()),\n\t\t\tc.getTargetMethodName(),\n\t\t\toptConfig.join(','));\n\n}","funcProperties":{"__isSmartRef__":true,"id":75463},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"75462":{"this":{"__isSmartRef__":true,"id":73537}},"75463":{"timestamp":{"__isSmartRef__":true,"id":75464},"user":"lauritz","tags":[]},"75464":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"75465":{"varMapping":{"__isSmartRef__":true,"id":75466},"source":"function generateSourceForScript(scriptName) {\n var script = this.target[scriptName],\n annotation = '',\n scriptSource = '',\n tagScript = '';\n\n if (script.timestamp && script.user) \n annotation = Strings.format('// changed at %s by %s \\n', script.timestamp, script.user);\n scriptSource = Strings.format('this.addScript(%s)', script.getOriginal());\n tagScript = Strings.format('.tag(%s);', this.printTags(script));\n\n return annotation + scriptSource + tagScript;\n}","funcProperties":{"__isSmartRef__":true,"id":75467},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"75466":{"this":{"__isSmartRef__":true,"id":73537}},"75467":{"timestamp":{"__isSmartRef__":true,"id":75468},"user":"lauritz","tags":[]},"75468":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:32:42 GMT+0100 (Mitteleuropäische Zeit)"},"75469":{"varMapping":{"__isSmartRef__":true,"id":75470},"source":"function generateTargetCode(baseObject, targetObject) {\n\tvar name = targetObject.name;\n\tif (baseObject === targetObject) \n\t\treturn \"this\";\n\telse if (baseObject[name] === targetObject) \n\t\treturn \"this.\" + name;\n\telse if (baseObject.testObject === targetObject) \n\t\treturn \"this.testObject\";\n\telse if (baseObject.get(name) === targetObject) \n\t\treturn 'this.get(\"' + name + '\")';\n\telse if (targetObject instanceof Morph) \n\t\treturn '$morph(\"' + name + '\")';\n\telse \n\t\treturn \"????\";\n}","funcProperties":{"__isSmartRef__":true,"id":75471},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"75470":{"this":{"__isSmartRef__":true,"id":73537}},"75471":{"timestamp":{"__isSmartRef__":true,"id":75472},"user":"lauritz","tags":[]},"75472":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"75473":{"varMapping":{"__isSmartRef__":true,"id":75474},"source":"function newConnection() {\n if (this.target) {\n var code = \"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":75475},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"75474":{"this":{"__isSmartRef__":true,"id":73537}},"75475":{"timestamp":{"__isSmartRef__":true,"id":75476},"user":"lauritz","tags":[]},"75476":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"75477":{"varMapping":{"__isSmartRef__":true,"id":75478},"source":"function newScript() {\n if (this.target) {\n var code = \"this.addScript(function SCRIPTNAME() {\\n \\n}).tag([]);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":75479},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"75478":{"this":{"__isSmartRef__":true,"id":73537}},"75479":{"timestamp":{"__isSmartRef__":true,"id":75480},"user":"lauritz","tags":[]},"75480":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:24:25 GMT+0100 (Mitteleuropäische Zeit)"},"75481":{"varMapping":{"__isSmartRef__":true,"id":75482},"source":"function reset() {\n this.scriptPane = this.get('ObjectEditorScriptPane')\n this.scriptList = this.get('ObjectEditorScriptList')\n this.connectionList = this.get('ObjectEditorConnectionList')\n this.morphSelector = this.get('ObjectEditorMorphSelector')\n this.target = null;\n this.scriptPane.reset();\n this.scriptList.setList();\n this.scriptList.selection = null;\n this.connectionList.setList();\n this.connectionList.selection = null;\n this.morphSelector.reset();\n this.tagChooser.reset();\n this.historyList.reset();\n this.currentTag = null;\n this.stopStepping();\n}","funcProperties":{"__isSmartRef__":true,"id":75483},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"75482":{"this":{"__isSmartRef__":true,"id":73537}},"75483":{"timestamp":{"__isSmartRef__":true,"id":75484},"user":"soergel","tags":[]},"75484":{"isSerializedDate":true,"string":"Tue Jun 12 2012 11:53:52 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75485":{"varMapping":{"__isSmartRef__":true,"id":75486},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n return this.scriptList.selectAddedScript(addScriptMatches[0]);\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i (http://lively-kernel.org/repository/webwerkstatt/core/generated/combinedModules.js?7167c52561769155fe7c54246ab81fe0:12613:40)\n at Array.forEach (native)\n at Namespace.informDependendModules (http://lively-kernel.org/repository/webwerkstatt/core/generated/combinedModules.js?7167c52561769155fe7c54246ab81fe0:12613:14)","privateRequirements":[{"__isSmartRef__":true,"id":6076}],"pendingRequirements":[],"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/anonymous_module_1","_isLoaded":true,"__LivelyClassName__":"Namespace"},"75870":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75871":{"namespaceIdentifier":"Global.lively.morphic.DiffMerge","createTime":{"__isSmartRef__":true,"id":75872},"dependendModules":[],"debugDependendModules":[{"__isSmartRef__":true,"id":75873}],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/morphic/DiffMerge.js","wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":6126}],"callbacks":[],"_isLoaded":true,"__LivelyClassName__":"Namespace"},"75872":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75873":{"namespaceIdentifier":"Global.anonymous_module_5","createTime":{"__isSmartRef__":true,"id":75874},"wasDefined":true,"_isAnonymous":true,"sourceModuleName":"Global.anonymous_module_4","defStack":"Error\n at require (http://lively-kernel.org/repository/webwerkstatt/core/generated/combinedModules.js?7167c52561769155fe7c54246ab81fe0:12009:21)\n at http://lively-kernel.org/repository/webwerkstatt/core/generated/combinedModules.js?7167c52561769155fe7c54246ab81fe0:22115:17\n at curried (http://lively-kernel.org/repository/webwerkstatt/core/generated/combinedModules.js?7167c52561769155fe7c54246ab81fe0:9958:33)\n at http://lively-kernel.org/repository/webwerkstatt/core/generated/combinedModules.js?7167c52561769155fe7c54246ab81fe0:11982:30\n at Namespace.runOnloadCallbacks (http://lively-kernel.org/repository/webwerkstatt/core/generated/combinedModules.js?7167c52561769155fe7c54246ab81fe0:12675:26)\n at Namespace.load (http://lively-kernel.org/repository/webwerkstatt/core/generated/combinedModules.js?7167c52561769155fe7c54246ab81fe0:12714:18)\n at Object.toRun (http://lively-kernel.org/repository/webwerkstatt/core/generated/combinedModules.js?7167c52561769155fe7c54246ab81fe0:11991:24)\n at http://lively-kernel.org/repository/webwerkstatt/core/generated/combinedModules.js?7167c52561769155fe7c54246ab81fe0:22112:55\n at curried (http://lively-kernel.org/repository/webwerkstatt/core/generated/combinedModules.js?7167c52561769155fe7c54246ab81fe0:9958:33)\n at http://lively-kernel.org/repository/webwerkstatt/core/generated/combinedModules.js?7167c52561769155fe7c54246ab81fe0:11982:30","privateRequirements":[{"__isSmartRef__":true,"id":75875},{"__isSmartRef__":true,"id":75877},{"__isSmartRef__":true,"id":75871},{"__isSmartRef__":true,"id":75879},{"__isSmartRef__":true,"id":6096},{"__isSmartRef__":true,"id":75881},{"__isSmartRef__":true,"id":75899}],"pendingRequirements":[],"callbacks":[],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/anonymous_module_5","_isLoaded":true,"__LivelyClassName__":"Namespace"},"75874":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75875":{"namespaceIdentifier":"Global.projects.BP2012.InteractionWithIPad.Preloader","createTime":{"__isSmartRef__":true,"id":75876},"dependendModules":[],"debugDependendModules":[{"__isSmartRef__":true,"id":75873}],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/projects/BP2012/InteractionWithIPad/Preloader.js","wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":6084},{"__isSmartRef__":true,"id":75848}],"callbacks":[],"_isLoaded":true,"__LivelyClassName__":"Namespace"},"75876":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75877":{"namespaceIdentifier":"Global.projects.BP2012.InteractionWithIPad.IPad","createTime":{"__isSmartRef__":true,"id":75878},"dependendModules":[],"debugDependendModules":[{"__isSmartRef__":true,"id":75873}],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/projects/BP2012/InteractionWithIPad/IPad.js","wasDefined":true,"callbacks":[],"_isLoaded":true,"__LivelyClassName__":"Namespace"},"75878":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75879":{"namespaceIdentifier":"Global.lively.PartCaching","createTime":{"__isSmartRef__":true,"id":75880},"dependendModules":[],"debugDependendModules":[{"__isSmartRef__":true,"id":75873}],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/PartCaching.js","wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":6074},{"__isSmartRef__":true,"id":6076},{"__isSmartRef__":true,"id":6160}],"callbacks":[],"_isLoaded":true,"__LivelyClassName__":"Namespace"},"75880":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75881":{"namespaceIdentifier":"Global.lively.morphic.Tests","createTime":{"__isSmartRef__":true,"id":75882},"dependendModules":[],"debugDependendModules":[{"__isSmartRef__":true,"id":75873}],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/morphic/Tests.js","wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":75883},{"__isSmartRef__":true,"id":75885},{"__isSmartRef__":true,"id":75887},{"__isSmartRef__":true,"id":75889},{"__isSmartRef__":true,"id":75891},{"__isSmartRef__":true,"id":75893}],"pendingRequirements":[],"callbacks":[],"_isLoaded":true,"__LivelyClassName__":"Namespace"},"75882":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75883":{"namespaceIdentifier":"Global.lively.morphic.tests.Morphic","createTime":{"__isSmartRef__":true,"id":75884},"dependendModules":[],"debugDependendModules":[{"__isSmartRef__":true,"id":75881},{"__isSmartRef__":true,"id":75885},{"__isSmartRef__":true,"id":75887},{"__isSmartRef__":true,"id":75889},{"__isSmartRef__":true,"id":75891},{"__isSmartRef__":true,"id":75893}],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/morphic/tests/Morphic.js","wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":75895},{"__isSmartRef__":true,"id":75846}],"pendingRequirements":[],"callbacks":[],"_isLoaded":true,"__LivelyClassName__":"Namespace"},"75884":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75885":{"namespaceIdentifier":"Global.lively.morphic.tests.Morphic2","createTime":{"__isSmartRef__":true,"id":75886},"dependendModules":[],"debugDependendModules":[{"__isSmartRef__":true,"id":75881}],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/morphic/tests/Morphic2.js","wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":75883},{"__isSmartRef__":true,"id":75871},{"__isSmartRef__":true,"id":6160}],"pendingRequirements":[],"callbacks":[],"_isLoaded":true,"__LivelyClassName__":"Namespace"},"75886":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75887":{"namespaceIdentifier":"Global.lively.morphic.tests.PathTests","createTime":{"__isSmartRef__":true,"id":75888},"dependendModules":[],"debugDependendModules":[{"__isSmartRef__":true,"id":75881}],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/morphic/tests/PathTests.js","wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":75883}],"pendingRequirements":[],"callbacks":[],"_isLoaded":true,"__LivelyClassName__":"Namespace"},"75888":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75889":{"namespaceIdentifier":"Global.lively.morphic.tests.Connectors","createTime":{"__isSmartRef__":true,"id":75890},"dependendModules":[],"debugDependendModules":[{"__isSmartRef__":true,"id":75881}],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/morphic/tests/Connectors.js","wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":75883},{"__isSmartRef__":true,"id":6120}],"pendingRequirements":[],"callbacks":[],"_isLoaded":true,"__LivelyClassName__":"Namespace"},"75890":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75891":{"namespaceIdentifier":"Global.lively.morphic.tests.DataGridTests","createTime":{"__isSmartRef__":true,"id":75892},"dependendModules":[],"debugDependendModules":[{"__isSmartRef__":true,"id":75881}],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/morphic/tests/DataGridTests.js","wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":75883}],"pendingRequirements":[],"callbacks":[],"_isLoaded":true,"__LivelyClassName__":"Namespace"},"75892":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75893":{"namespaceIdentifier":"Global.lively.morphic.tests.TabTests","createTime":{"__isSmartRef__":true,"id":75894},"dependendModules":[],"debugDependendModules":[{"__isSmartRef__":true,"id":75881}],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/morphic/tests/TabTests.js","wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":75883}],"pendingRequirements":[],"callbacks":[],"_isLoaded":true,"__LivelyClassName__":"Namespace"},"75894":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75895":{"namespaceIdentifier":"Global.lively.morphic.tests.Helper","createTime":{"__isSmartRef__":true,"id":75896},"dependendModules":[],"debugDependendModules":[{"__isSmartRef__":true,"id":75883}],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/morphic/tests/Helper.js","wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":75897},{"__isSmartRef__":true,"id":6126}],"callbacks":[],"_isLoaded":true,"__LivelyClassName__":"Namespace"},"75896":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75897":{"namespaceIdentifier":"Global.lively.TestFramework","createTime":{"__isSmartRef__":true,"id":75898},"dependendModules":[],"debugDependendModules":[{"__isSmartRef__":true,"id":75899}],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/core/lively/TestFramework.js","wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":6132}],"callbacks":[],"_isLoaded":true,"__LivelyClassName__":"Namespace"},"75898":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75899":{"namespaceIdentifier":"Global.projects.BP2012.DiffMerge","createTime":{"__isSmartRef__":true,"id":75900},"dependendModules":[],"debugDependendModules":[{"__isSmartRef__":true,"id":75873}],"__cachedUri":"http://lively-kernel.org/repository/webwerkstatt/projects/BP2012/DiffMerge.js","wasDefined":true,"privateRequirements":[{"__isSmartRef__":true,"id":75897}],"pendingRequirements":[],"callbacks":[],"_isLoaded":true,"__LivelyClassName__":"Namespace"},"75900":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75901":{"namespaceIdentifier":"Global.lively.morphic.tests","createTime":{"__isSmartRef__":true,"id":75902},"Morphic":{"__isSmartRef__":true,"id":75883},"Morphic2":{"__isSmartRef__":true,"id":75885},"PathTests":{"__isSmartRef__":true,"id":75887},"Connectors":{"__isSmartRef__":true,"id":75889},"DataGridTests":{"__isSmartRef__":true,"id":75891},"TabTests":{"__isSmartRef__":true,"id":75893},"Helper":{"__isSmartRef__":true,"id":75895},"__LivelyClassName__":"Namespace"},"75902":{"isSerializedDate":true,"string":"Tue Jun 26 2012 22:26:04 GMT+0200 (Mitteleuropäische Sommerzeit)"},"75903":{"sourceObj":{"__isSmartRef__":true,"id":6040},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":75904},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"75904":{"item":{"__isSmartRef__":true,"id":6040},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":75905}],"scripts":[],"shape":{"__isSmartRef__":true,"id":75955},"derivationIds":[null],"id":"03865917-DD10-41CD-BDD6-525849DF69C4","renderContextTable":{"__isSmartRef__":true,"id":75961},"eventHandler":{"__isSmartRef__":true,"id":75962},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":75963},"layout":{"__isSmartRef__":true,"id":75964},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":75967},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":75906},"label":{"__isSmartRef__":true,"id":75925},"node":{"__isSmartRef__":true,"id":75905},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"75905":{"submorphs":[{"__isSmartRef__":true,"id":75906},{"__isSmartRef__":true,"id":75925}],"scripts":[],"shape":{"__isSmartRef__":true,"id":75944},"derivationIds":[null],"id":"7AB837FC-12D9-4AC7-BBA9-BE172B793C1A","renderContextTable":{"__isSmartRef__":true,"id":75949},"eventHandler":{"__isSmartRef__":true,"id":75950},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":75951},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":75952},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":75904},"priorExtent":{"__isSmartRef__":true,"id":75954},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"75906":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":75907},"derivationIds":[null],"id":"D8BEB492-C2C4-49F1-9D41-D97801C44EF3","renderContextTable":{"__isSmartRef__":true,"id":75911},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":75912}],"eventHandler":{"__isSmartRef__":true,"id":75914},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":75905},"_Position":{"__isSmartRef__":true,"id":75915},"priorExtent":{"__isSmartRef__":true,"id":75916},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":75917},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"75907":{"_Position":{"__isSmartRef__":true,"id":75908},"renderContextTable":{"__isSmartRef__":true,"id":75909},"_Extent":{"__isSmartRef__":true,"id":75910},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-d8beb492-c2c4-49f1-9d41-d97801c44ef3","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"75908":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"75909":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"75910":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"75911":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"75912":{"style":{"__isSmartRef__":true,"id":75913},"chunkOwner":{"__isSmartRef__":true,"id":75906},"storedString":"►","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"75913":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"75914":{"morph":{"__isSmartRef__":true,"id":75906},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"75915":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"75916":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"75917":{"onMouseDown":{"__isSmartRef__":true,"id":75918}},"75918":{"varMapping":{"__isSmartRef__":true,"id":75919},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":75924},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"75919":{"this":{"__isSmartRef__":true,"id":75906},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":75920}},"75920":{"$super":{"__isSmartRef__":true,"id":75921}},"75921":{"varMapping":{"__isSmartRef__":true,"id":75922},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":75923},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"75922":{"obj":{"__isSmartRef__":true,"id":75906},"name":"onMouseDown"},"75923":{},"75924":{},"75925":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":75926},"derivationIds":[null],"id":"1503EFDE-7859-4649-9A36-67047F86FDA9","renderContextTable":{"__isSmartRef__":true,"id":75930},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":75931}],"eventHandler":{"__isSmartRef__":true,"id":75933},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":75905},"_Position":{"__isSmartRef__":true,"id":75934},"priorExtent":{"__isSmartRef__":true,"id":75935},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":75936},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"75926":{"_Position":{"__isSmartRef__":true,"id":75927},"renderContextTable":{"__isSmartRef__":true,"id":75928},"_Extent":{"__isSmartRef__":true,"id":75929},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-1503efde-7859-4649-9a36-67047f86fda9","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"75927":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"75928":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"75929":{"x":115,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"75930":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"75931":{"style":{"__isSmartRef__":true,"id":75932},"chunkOwner":{"__isSmartRef__":true,"id":75925},"storedString":"withoutLayers [...]","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"75932":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"75933":{"morph":{"__isSmartRef__":true,"id":75925},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"75934":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"75935":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"75936":{"onMouseDown":{"__isSmartRef__":true,"id":75937}},"75937":{"varMapping":{"__isSmartRef__":true,"id":75938},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":75943},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"75938":{"this":{"__isSmartRef__":true,"id":75925},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":75939}},"75939":{"$super":{"__isSmartRef__":true,"id":75940}},"75940":{"varMapping":{"__isSmartRef__":true,"id":75941},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":75942},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"75941":{"obj":{"__isSmartRef__":true,"id":75925},"name":"onMouseDown"},"75942":{},"75943":{},"75944":{"_Position":{"__isSmartRef__":true,"id":75945},"renderContextTable":{"__isSmartRef__":true,"id":75946},"_Extent":{"__isSmartRef__":true,"id":75947},"_Padding":{"__isSmartRef__":true,"id":75948},"_NodeClass":["morph","box"],"_NodeId":"morph-7ab837fc-12d9-4ac7-bba9-be172b793c1a","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"75945":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"75946":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"75947":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"75948":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"75949":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"75950":{"morph":{"__isSmartRef__":true,"id":75905},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"75951":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"75952":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":75953}},"75953":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":75905},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"75954":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"75955":{"_Position":{"__isSmartRef__":true,"id":75956},"renderContextTable":{"__isSmartRef__":true,"id":75957},"_Extent":{"__isSmartRef__":true,"id":75958},"_Padding":{"__isSmartRef__":true,"id":75959},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-03865917-dd10-41cd-bdd6-525849df69c4","_Fill":{"__isSmartRef__":true,"id":75960},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"75956":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"75957":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"75958":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"75959":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"75960":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"75961":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"75962":{"morph":{"__isSmartRef__":true,"id":75904},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"75963":{"x":0,"y":800,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"75964":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":75965}},"75965":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":75966},"spacing":0,"container":{"__isSmartRef__":true,"id":75904},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"75966":{"top":0,"right":0,"bottom":0,"left":0},"75967":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"75968":{"onSelect":{"__isSmartRef__":true,"id":75969},"onExpand":{"__isSmartRef__":true,"id":75972},"onUpdateChildren":{"__isSmartRef__":true,"id":75975},"onUpdate":{"__isSmartRef__":true,"id":75978}},"75969":{"varMapping":{"__isSmartRef__":true,"id":75970},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":75971},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"75970":{"this":{"__isSmartRef__":true,"id":6040}},"75971":{},"75972":{"varMapping":{"__isSmartRef__":true,"id":75973},"source":"function onExpand() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":75974},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"75973":{"this":{"__isSmartRef__":true,"id":6040}},"75974":{},"75975":{"varMapping":{"__isSmartRef__":true,"id":75976},"source":"function onUpdateChildren() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":75977},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"75976":{"this":{"__isSmartRef__":true,"id":6040}},"75977":{},"75978":{"varMapping":{"__isSmartRef__":true,"id":75979},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":75980},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"75979":{"this":{"__isSmartRef__":true,"id":6040}},"75980":{},"75981":{"data":{"__isSmartRef__":true,"id":75982},"inspector":{"__isSmartRef__":true,"id":365},"name":"","description":"inherited from lively.morphic.Window","children":[],"attributeConnections":[{"__isSmartRef__":true,"id":75984}],"doNotSerialize":["$$changed"],"doNotCopyProperties":["$$changed"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":76049}},"75982":{"documentation":"Full-fledged windows with title bar, menus, etc","state":"expanded","style":{"__isSmartRef__":true,"id":75983},"isWindow":true,"__LivelyClassName__":"lively.morphic.Window","__SourceModuleName__":"Global.lively.morphic.Widgets","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"75983":{"borderWidth":0,"fill":null,"borderRadius":0,"strokeOpacity":0,"adjustForNewBounds":true,"enableDragging":true},"75984":{"sourceObj":{"__isSmartRef__":true,"id":75981},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":75985},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"75985":{"item":{"__isSmartRef__":true,"id":75981},"parent":{"__isSmartRef__":true,"id":2950},"depth":1,"submorphs":[{"__isSmartRef__":true,"id":75986}],"scripts":[],"shape":{"__isSmartRef__":true,"id":76036},"derivationIds":[null],"id":"857A2157-93C0-40F5-BE50-40077544B92E","renderContextTable":{"__isSmartRef__":true,"id":76042},"eventHandler":{"__isSmartRef__":true,"id":76043},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":76044},"layout":{"__isSmartRef__":true,"id":76045},"isInLayoutCycle":false,"priorExtent":{"__isSmartRef__":true,"id":76048},"draggingEnabled":false,"dragAndDrop":true,"childNodes":null,"icon":{"__isSmartRef__":true,"id":75987},"label":{"__isSmartRef__":true,"id":76006},"node":{"__isSmartRef__":true,"id":75986},"owner":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.morphic.Tree","__SourceModuleName__":"Global.lively.morphic.Widgets"},"75986":{"submorphs":[{"__isSmartRef__":true,"id":75987},{"__isSmartRef__":true,"id":76006}],"scripts":[],"shape":{"__isSmartRef__":true,"id":76025},"derivationIds":[null],"id":"5D9433C7-ED19-4685-BFB7-5C744EDCC5F5","renderContextTable":{"__isSmartRef__":true,"id":76030},"eventHandler":{"__isSmartRef__":true,"id":76031},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":76032},"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":76033},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":75985},"priorExtent":{"__isSmartRef__":true,"id":76035},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"75987":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":75988},"derivationIds":[null],"id":"08DA12D9-EE49-4A21-8A9F-EBB79101A3ED","renderContextTable":{"__isSmartRef__":true,"id":75992},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":75993}],"eventHandler":{"__isSmartRef__":true,"id":75995},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":75986},"_Position":{"__isSmartRef__":true,"id":75996},"priorExtent":{"__isSmartRef__":true,"id":75997},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":75998},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"75988":{"_Position":{"__isSmartRef__":true,"id":75989},"renderContextTable":{"__isSmartRef__":true,"id":75990},"_Extent":{"__isSmartRef__":true,"id":75991},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-08da12d9-ee49-4a21-8a9f-ebb79101a3ed","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"75989":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"75990":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"75991":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"75992":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"75993":{"style":{"__isSmartRef__":true,"id":75994},"chunkOwner":{"__isSmartRef__":true,"id":75987},"storedString":"►","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"75994":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"75995":{"morph":{"__isSmartRef__":true,"id":75987},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"75996":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"75997":{"x":10,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"75998":{"onMouseDown":{"__isSmartRef__":true,"id":75999}},"75999":{"varMapping":{"__isSmartRef__":true,"id":76000},"source":"function onMouseDown(evt) {\n if (this.owner.owner.item.children && evt.isLeftMouseButtonDown()) {\n this.owner.owner.toggle();\n }\n }","funcProperties":{"__isSmartRef__":true,"id":76005},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"76000":{"this":{"__isSmartRef__":true,"id":75987},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":76001}},"76001":{"$super":{"__isSmartRef__":true,"id":76002}},"76002":{"varMapping":{"__isSmartRef__":true,"id":76003},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":76004},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"76003":{"obj":{"__isSmartRef__":true,"id":75987},"name":"onMouseDown"},"76004":{},"76005":{},"76006":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":76007},"derivationIds":[null],"id":"E6D64CBB-FE75-4435-8EE4-80CA48298797","renderContextTable":{"__isSmartRef__":true,"id":76011},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":76012}],"eventHandler":{"__isSmartRef__":true,"id":76014},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":75986},"_Position":{"__isSmartRef__":true,"id":76015},"priorExtent":{"__isSmartRef__":true,"id":76016},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":76017},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"76007":{"_Position":{"__isSmartRef__":true,"id":76008},"renderContextTable":{"__isSmartRef__":true,"id":76009},"_Extent":{"__isSmartRef__":true,"id":76010},"_Padding":{"__isSmartRef__":true,"id":133},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-e6d64cbb-fe75-4435-8ee4-80ca48298797","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"76008":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76009":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"76010":{"x":236,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76011":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"76012":{"style":{"__isSmartRef__":true,"id":76013},"chunkOwner":{"__isSmartRef__":true,"id":76006},"storedString":" inherited from lively.morphic.Window","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"76013":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"76014":{"morph":{"__isSmartRef__":true,"id":76006},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"76015":{"x":15,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76016":{"x":100,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76017":{"onMouseDown":{"__isSmartRef__":true,"id":76018}},"76018":{"varMapping":{"__isSmartRef__":true,"id":76019},"source":"function onMouseDown(evt) {\n if (evt.isLeftMouseButtonDown() && this.owner.owner.item.onSelect) {\n this.owner.owner.getRootTree().select(this.owner.owner);\n }\n }","funcProperties":{"__isSmartRef__":true,"id":76024},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"76019":{"this":{"__isSmartRef__":true,"id":76006},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":76020}},"76020":{"$super":{"__isSmartRef__":true,"id":76021}},"76021":{"varMapping":{"__isSmartRef__":true,"id":76022},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":76023},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"76022":{"obj":{"__isSmartRef__":true,"id":76006},"name":"onMouseDown"},"76023":{},"76024":{},"76025":{"_Position":{"__isSmartRef__":true,"id":76026},"renderContextTable":{"__isSmartRef__":true,"id":76027},"_Extent":{"__isSmartRef__":true,"id":76028},"_Padding":{"__isSmartRef__":true,"id":76029},"_NodeClass":["morph","box"],"_NodeId":"morph-5d9433c7-ed19-4685-bfb7-5c744edcc5f5","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"76026":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76027":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"76028":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76029":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76030":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"76031":{"morph":{"__isSmartRef__":true,"id":75986},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"76032":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76033":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":76034}},"76034":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":75986},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"76035":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76036":{"_Position":{"__isSmartRef__":true,"id":76037},"renderContextTable":{"__isSmartRef__":true,"id":76038},"_Extent":{"__isSmartRef__":true,"id":76039},"_Padding":{"__isSmartRef__":true,"id":76040},"_NodeClass":["morph","box","tree"],"_NodeId":"morph-857a2157-93c0-40f5-be50-40077544b92e","_Fill":{"__isSmartRef__":true,"id":76041},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":118},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"76037":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76038":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"76039":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76040":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76041":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76042":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"76043":{"morph":{"__isSmartRef__":true,"id":75985},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"76044":{"x":0,"y":820,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76045":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":76046}},"76046":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":76047},"spacing":0,"container":{"__isSmartRef__":true,"id":75985},"isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"76047":{"top":0,"right":0,"bottom":0,"left":0},"76048":{"x":125,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76049":{"onExpand":{"__isSmartRef__":true,"id":76050},"onUpdateChildren":{"__isSmartRef__":true,"id":76053},"onUpdate":{"__isSmartRef__":true,"id":76056}},"76050":{"varMapping":{"__isSmartRef__":true,"id":76051},"source":"function onExpand() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":76052},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"76051":{"this":{"__isSmartRef__":true,"id":75981}},"76052":{},"76053":{"varMapping":{"__isSmartRef__":true,"id":76054},"source":"function onUpdateChildren() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":76055},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"76054":{"this":{"__isSmartRef__":true,"id":75981}},"76055":{},"76056":{"varMapping":{"__isSmartRef__":true,"id":76057},"source":"function onUpdate() {\n this.description = \"inherited from \" + this.inspector.typename(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":76058},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"76057":{"this":{"__isSmartRef__":true,"id":75981}},"76058":{},"76059":{"sourceObj":{"__isSmartRef__":true,"id":2951},"sourceAttrName":"changed","targetObj":{"__isSmartRef__":true,"id":2950},"targetMethodName":"update","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"76060":{"onSelect":{"__isSmartRef__":true,"id":76061},"onExpand":{"__isSmartRef__":true,"id":76064},"onUpdateChildren":{"__isSmartRef__":true,"id":76067},"onUpdate":{"__isSmartRef__":true,"id":76070}},"76061":{"varMapping":{"__isSmartRef__":true,"id":76062},"source":"function onSelect(tree) { this.inspector.select(this, tree); }","funcProperties":{"__isSmartRef__":true,"id":76063},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"76062":{"this":{"__isSmartRef__":true,"id":2951}},"76063":{},"76064":{"varMapping":{"__isSmartRef__":true,"id":76065},"source":"function onExpand() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":76066},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"76065":{"this":{"__isSmartRef__":true,"id":2951}},"76066":{},"76067":{"varMapping":{"__isSmartRef__":true,"id":76068},"source":"function onUpdateChildren() { this.inspector.expand(this); }","funcProperties":{"__isSmartRef__":true,"id":76069},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"76068":{"this":{"__isSmartRef__":true,"id":2951}},"76069":{},"76070":{"varMapping":{"__isSmartRef__":true,"id":76071},"source":"function onUpdate() {\n this.description = this.inspector.describe(this.data);\n }","funcProperties":{"__isSmartRef__":true,"id":76072},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"76071":{"this":{"__isSmartRef__":true,"id":2951}},"76072":{},"76073":{"_Position":{"__isSmartRef__":true,"id":76074},"renderContextTable":{"__isSmartRef__":true,"id":76075},"_Extent":{"__isSmartRef__":true,"id":76076},"_Padding":{"__isSmartRef__":true,"id":76077},"_NodeClass":["tree"],"_NodeId":"morph-01a6356e-c15d-4f8d-bbb6-8680b231177d","_Fill":{"__isSmartRef__":true,"id":76078},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":76079},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"76074":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76075":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"76076":{"x":125,"y":840,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76077":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"76078":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76079":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"76080":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"76081":{"morph":{"__isSmartRef__":true,"id":2950},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"76082":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":76083}},"76083":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":{"__isSmartRef__":true,"id":76084},"spacing":0,"container":{"__isSmartRef__":true,"id":2950},"__SourceModuleName__":"Global.lively.morphic.Layout","isDefered":false,"__LivelyClassName__":"lively.morphic.Layout.TreeLayout"},"76084":{"top":0,"right":0,"bottom":0,"left":0},"76085":{"x":1,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76086":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":76087},"derivationIds":[null],"id":"29A6219C-55DE-4ECC-9C26-6C13549D3D32","renderContextTable":{"__isSmartRef__":true,"id":76093},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":76094}],"eventHandler":{"__isSmartRef__":true,"id":76096},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":false,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","_Align":"right","owner":{"__isSmartRef__":true,"id":76097},"_Position":{"__isSmartRef__":true,"id":76120},"priorExtent":{"__isSmartRef__":true,"id":76121},"_MaxTextWidth":2,"_MinTextWidth":2,"_MaxTextHeight":null,"_MinTextHeight":null,"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"76087":{"_Position":{"__isSmartRef__":true,"id":76088},"renderContextTable":{"__isSmartRef__":true,"id":76089},"_Extent":{"__isSmartRef__":true,"id":76090},"_Padding":{"__isSmartRef__":true,"id":76091},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":76092},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-29a6219c-55de-4ecc-9c26-6c13549d3d32","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"76088":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76089":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML"},"76090":{"x":10,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76091":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"76092":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"76093":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"76094":{"style":{"__isSmartRef__":true,"id":76095},"chunkOwner":{"__isSmartRef__":true,"id":76086},"storedString":"▼","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"76095":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"76096":{"morph":{"__isSmartRef__":true,"id":76086},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"76097":{"submorphs":[{"__isSmartRef__":true,"id":76086},{"__isSmartRef__":true,"id":76098}],"scripts":[],"shape":{"__isSmartRef__":true,"id":76109},"derivationIds":[null],"id":"2AEC3E2F-CB91-46F1-B8C1-8D35A130458F","renderContextTable":{"__isSmartRef__":true,"id":76114},"eventHandler":{"__isSmartRef__":true,"id":76115},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"layout":{"__isSmartRef__":true,"id":76116},"isInLayoutCycle":false,"owner":null,"_Position":{"__isSmartRef__":true,"id":76118},"priorExtent":{"__isSmartRef__":true,"id":76119},"__SourceModuleName__":"Global.lively.morphic.Core","__LivelyClassName__":"lively.morphic.Morph"},"76098":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":76099},"derivationIds":[null],"id":"6978CD3E-475C-4D72-8FFC-4EE1D72E5A57","renderContextTable":{"__isSmartRef__":true,"id":76103},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":76104}],"cachedTextString":"undefined","eventHandler":{"__isSmartRef__":true,"id":76106},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":false,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"draggingEnabled":false,"_HandStyle":"default","owner":{"__isSmartRef__":true,"id":76097},"_Position":{"__isSmartRef__":true,"id":76107},"priorExtent":{"__isSmartRef__":true,"id":76108},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"76099":{"_Position":{"__isSmartRef__":true,"id":76100},"renderContextTable":{"__isSmartRef__":true,"id":76101},"_Extent":{"__isSmartRef__":true,"id":76102},"_Padding":{"__isSmartRef__":true,"id":76091},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":76092},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-6978cd3e-475c-4d72-8ffc-4ee1d72e5a57","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"76100":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76101":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML"},"76102":{"x":99,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76103":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"76104":{"style":{"__isSmartRef__":true,"id":76105},"chunkOwner":{"__isSmartRef__":true,"id":76098},"storedString":"undefinedObjectInspector","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"76105":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"76106":{"morph":{"__isSmartRef__":true,"id":76098},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"76107":{"x":15,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76108":{"x":100,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76109":{"_Position":{"__isSmartRef__":true,"id":76110},"renderContextTable":{"__isSmartRef__":true,"id":76111},"_Extent":{"__isSmartRef__":true,"id":76112},"_Padding":{"__isSmartRef__":true,"id":76113},"_NodeClass":["morph"],"_NodeId":"morph-2aec3e2f-cb91-46f1-b8c1-8d35a130458f","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"76110":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76111":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML"},"76112":{"x":115,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76113":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"76114":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"76115":{"morph":{"__isSmartRef__":true,"id":76097},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"76116":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":76117}},"76117":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":5,"container":{"__isSmartRef__":true,"id":76097},"__SourceModuleName__":"Global.lively.morphic.Layout","__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout"},"76118":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76119":{"x":1,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76120":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76121":{"x":10,"y":20,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76122":{"x":-1.992011992001835,"y":-0.035946035991059944,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76123":{"partName":"ObjectInspectorTree","requiredModules":[],"idOnLoad":"EBC8B7C3-6FC5-40C9-BE03-9A3A624D3EC2","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"76124":{"reset":{"__isSmartRef__":true,"id":76125}},"76125":{"varMapping":{"__isSmartRef__":true,"id":76126},"source":"function reset() {\n this.item = null;\n this.submorphs.invoke(\"remove\");\n this.childNodes = null;\n this.setExtent(pt(1,1));\n this.applyLayout();\n}","funcProperties":{"__isSmartRef__":true,"id":76127},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"76126":{"this":{"__isSmartRef__":true,"id":2950}},"76127":{"timestamp":{"__isSmartRef__":true,"id":76128},"user":"cschuster","tags":[]},"76128":{"isSerializedDate":true,"string":"Wed May 30 2012 00:35:26 GMT+0200 (Mitteleuropäische Sommerzeit)"},"76129":{"position":{"__isSmartRef__":true,"id":76130},"_Extent":{"__isSmartRef__":true,"id":76131},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":76132},"_Fill":{"__isSmartRef__":true,"id":76133},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":76134},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":76135},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"76130":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76131":{"x":296.8712591602084,"y":273.2445189874876,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76132":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"76133":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76134":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"76135":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"76136":{"x":8.145,"y":41.217436058773686,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76137":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","comment":"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!","migrationLevel":4,"partName":"Rectangle","changes":[{"__isSmartRef__":true,"id":76138},{"__isSmartRef__":true,"id":76140},{"__isSmartRef__":true,"id":76142},{"__isSmartRef__":true,"id":76144},{"__isSmartRef__":true,"id":76146},{"__isSmartRef__":true,"id":76148}],"revisionOnLoad":163371,"idOnLoad":"CCF37704-7CCD-4FF4-B74C-7478F2E9AF0C","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"76138":{"date":{"__isSmartRef__":true,"id":76139},"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350"},"76139":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (Mitteleuropäische Sommerzeit)"},"76140":{"date":{"__isSmartRef__":true,"id":76141},"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7"},"76141":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (Mitteleuropäische Zeit)"},"76142":{"date":{"__isSmartRef__":true,"id":76143},"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B"},"76143":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (Mitteleuropäische Zeit)"},"76144":{"date":{"__isSmartRef__":true,"id":76145},"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2"},"76145":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (Mitteleuropäische Zeit)"},"76146":{"date":{"__isSmartRef__":true,"id":76147},"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC"},"76147":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"76148":{"date":{"__isSmartRef__":true,"id":76149},"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23"},"76149":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"76150":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"76151":{"morph":{"__isSmartRef__":true,"id":2949},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"76152":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":76153}},"76153":{"test01IsMorph":{"__isSmartRef__":true,"id":76154}},"76154":{"varMapping":{"__isSmartRef__":true,"id":76155},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":76156},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"76155":{"this":{"__isSmartRef__":true,"id":76152}},"76156":{},"76157":{"resizeWidth":true,"resizeHeight":true},"76158":{"x":296.8712591602084,"y":273.2445189874876,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76159":{"submorphs":[{"__isSmartRef__":true,"id":76160},{"__isSmartRef__":true,"id":76181}],"scripts":[],"shape":{"__isSmartRef__":true,"id":76195},"derivationIds":[null,"1DDF17DF-89F1-41AF-8FED-513C5DA4861F","34E9C329-CF65-4830-925D-B24B87EE3DF6","11A0A064-4A2C-4690-9636-6789C5696F63","35948438-B473-40F3-8AFF-7CEAAEAD2F48","9C44EA9A-7CD0-40B1-B44A-BD97126020A9","ED63BB10-E75E-41F7-B171-17FB2E70028A","2A26EF6F-B65C-4040-A343-0B563A6D23FD","1BC60F94-B9FA-4039-97F3-537564196FD9","1A3FCF3A-2B05-489C-A6A2-1BA668DD41C6","C5D0589C-A5E3-4EA4-8786-F69A01B8E54F","9018B830-2426-40E1-99E3-F8DD145D2907","8916D213-ED73-48BE-8C12-90AA950ECD3A","0EEEC303-0DA5-4A8A-9B2F-12D43E2AFEC2","756D8367-C492-435D-A58C-7777D259CAC9","0C785828-7A75-40B9-BA32-41E2E7BCF232","1CB7A529-70B5-4DB1-9A21-2DA7902316FC"],"id":"9C43ECC9-3B3D-409A-8CEE-A225386BA4D9","renderContextTable":{"__isSmartRef__":true,"id":76200},"eventHandler":{"__isSmartRef__":true,"id":76201},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"owner":{"__isSmartRef__":true,"id":365},"_Position":{"__isSmartRef__":true,"id":76202},"showsHalos":false,"priorExtent":{"__isSmartRef__":true,"id":76203},"layout":{"__isSmartRef__":true,"id":76204},"isInLayoutCycle":false,"prevScroll":[0,0],"isCopyMorphRef":true,"morphRefId":2,"__SourceModuleName__":"Global.lively.morphic.Core","_Rotation":0,"_Scale":0.9880657804942087,"partsBinMetaInfo":{"__isSmartRef__":true,"id":76207},"__LivelyClassName__":"lively.morphic.Morph"},"76160":{"submorphs":[],"scripts":[],"id":"7D0F63F2-E82A-4578-B269-16CA69ABDF1B","renderContextTable":{"__isSmartRef__":true,"id":76161},"shape":{"__isSmartRef__":true,"id":76162},"droppingEnabled":true,"halosEnabled":true,"_ClipMode":"auto","eventHandler":{"__isSmartRef__":true,"id":76169},"_Position":{"__isSmartRef__":true,"id":76170},"itemList":[{"__isSmartRef__":true,"id":76171},{"__isSmartRef__":true,"id":76172},{"__isSmartRef__":true,"id":76173},{"__isSmartRef__":true,"id":76174}],"selectOnMove":false,"showsHalos":false,"priorExtent":{"__isSmartRef__":true,"id":76175},"attributeConnections":[{"__isSmartRef__":true,"id":76176}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"name":"ObjectInspectorFilterList","partsBinMetaInfo":{"__isSmartRef__":true,"id":76178},"__SourceModuleName__":"Global.lively.morphic.Core","prevScroll":[0,0],"selectedLineNo":0,"valueScale":1,"distanceToDragEvent":{"__isSmartRef__":true,"id":76179},"changeTriggered":false,"derivationIds":[11781,"5102790A-CF88-40E4-A4D5-2F4DC18EE7F4","99147EDF-9E62-4AEC-ADD3-8AE47D5B9CA5","5C61633B-2FCB-439D-BAF5-65CB4D143B97","B4426A19-F07D-430E-B4A0-A62E57595CC6","73A966DD-D592-4638-96F9-60608A6829A4","8685C59F-E3BA-4E8B-8BF3-F0B2DA4C489A","FFE81A11-EA11-4EC7-BDD2-4CD8CD233795","B99EF2EF-3A62-4E7B-BE60-1BE2827CCE65","A11E3246-8FFF-424D-88EE-BD89875802AD","AC6169D4-D438-4C2E-A28C-BD36B8083EBA","C767CCD0-8B53-4669-AE15-191BC54D43A8","16D2E351-C720-4868-AF19-37373DF22E18","E3043356-AEC3-4047-8F77-CE2FCFBD9A33","6731C1BC-FBBD-456C-9A73-725075E36BE2","BE9906CB-B16B-45B1-86E3-B9255D31570A","390F5946-D572-43AA-A8FE-690DE6A1E2D4","EF4BBFB3-414A-42A1-8521-04CAADCBCD93","4A9BE8E6-AB6E-493F-9C84-3111FB900D84"],"owner":{"__isSmartRef__":true,"id":76159},"selection":"standard","layout":{"__isSmartRef__":true,"id":76180},"#startLetters":"","isBeingDragged":false,"_Rotation":0,"_Scale":0.998001,"__LivelyClassName__":"lively.morphic.DropDownList"},"76161":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateListContent":"updateListContentHTML","resizeList":"resizeListHTML","getItemIndexFromEvent":"getItemIndexFromEventHTML","getListExtent":"getListExtentHTML","setSize":"setSizeHTML","renderAsDropDownList":"renderAsDropDownListHTML","setFontSize":"setFontSizeHTML","setFontFamily":"setFontFamilyHTML","getSelectedIndexes":"getSelectedIndexesHTML","enableMultipleSelections":"enableMultipleSelectionsHTML","selectAllAt":"selectAllAtHTML","clearSelections":"clearSelectionsHTML","deselectAt":"deselectAtHTML"},"76162":{"_Position":{"__isSmartRef__":true,"id":76163},"renderContextTable":{"__isSmartRef__":true,"id":76164},"_Extent":{"__isSmartRef__":true,"id":76165},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":76166},"_Fill":{"__isSmartRef__":true,"id":76167},"__SourceModuleName__":"Global.lively.morphic.Shapes","_Padding":{"__isSmartRef__":true,"id":76168},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"76163":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76164":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"76165":{"x":204.8712591602084,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76166":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"76167":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76168":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"76169":{"morph":{"__isSmartRef__":true,"id":76160},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"76170":{"x":92,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76171":{"isListItem":true,"string":"show standard properties","value":"standard"},"76172":{"isListItem":true,"string":"show all properties","value":"properties"},"76173":{"isListItem":true,"string":"show functions","value":"functions"},"76174":{"isListItem":true,"string":"show morphs","value":"submorphs"},"76175":{"x":204.8712591602084,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76176":{"sourceObj":{"__isSmartRef__":true,"id":76160},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":365},"targetMethodName":"setFilter","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":76177},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"76177":{"source":{"__isSmartRef__":true,"id":76160},"target":{"__isSmartRef__":true,"id":365}},"76178":{"requiredModules":[],"migrationLevel":2,"partsSpaceName":"PartsBin/Widgets/","__SourceModuleName__":"Global.lively.PartsBin","comment":"\"Native\" drop down list","idOnLoad":"7D0F63F2-E82A-4578-B269-16CA69ABDF1B","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"76179":{"x":89,"y":-13.923870090022092,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76180":{"resizeWidth":true},"76181":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":76182},"derivationIds":[null,"E88A53FB-D21B-44BB-BDFD-869442C56311","0F787D3F-D240-44AF-ACF9-68B168A37AF6","A057ACC6-677C-4F53-B1D5-9938B56D0FEB","9732F158-76D9-4A36-8A15-548AF9D33FDE","27B1C939-33F2-47D5-832F-A75A78CB87AB","14D838C8-A334-48E3-81C0-D163F3856BC8","8ED36FD4-3BC1-4666-9D10-9D5B011CCC09","03AB1784-1272-475D-907F-BCED9FB98003","9B479E1E-E883-48A8-A81E-C9401988816C","95B8D1CF-CA5A-467B-8E75-190C0F92968F","61D66172-31A5-4E3A-A8DA-7DB2A7E60829","2D0FA765-B758-4A5A-A27C-EC16E95D2F0A","AD1A023D-D343-4F30-8EE9-5CA1E5C6DFCA","FDBEE6AB-A3AC-4E07-B69A-202BF0E33B71","7A8530D3-BFD4-4C90-9F6E-FB5C59BB4E86","B9F96B7E-3E06-4CFB-8E58-DA25B52A5E53"],"id":"4AABD392-B963-4304-AACF-F8AA147DB4CC","renderContextTable":{"__isSmartRef__":true,"id":76188},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":76189}],"eventHandler":{"__isSmartRef__":true,"id":76191},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"owner":{"__isSmartRef__":true,"id":76159},"priorExtent":{"__isSmartRef__":true,"id":76192},"_MaxTextWidth":84,"_MinTextWidth":84,"_MaxTextHeight":null,"_MinTextHeight":null,"_Position":{"__isSmartRef__":true,"id":76193},"showsHalos":false,"#startLetters":"can","isBeingDragged":false,"__SourceModuleName__":"Global.lively.morphic.TextCore","_Rotation":0,"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":76194},"__LivelyClassName__":"lively.morphic.Text"},"76182":{"_Position":{"__isSmartRef__":true,"id":76183},"renderContextTable":{"__isSmartRef__":true,"id":76184},"_Extent":{"__isSmartRef__":true,"id":76185},"_Padding":{"__isSmartRef__":true,"id":76186},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":76187},"_Fill":null,"_NodeClass":["morph","text"],"_NodeId":"morph-e88a53fb-d21b-44bb-bdfd-869442c56311","_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"76183":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76184":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"76185":{"x":92,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76186":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"76187":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"76188":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"76189":{"style":{"__isSmartRef__":true,"id":76190},"chunkOwner":{"__isSmartRef__":true,"id":76181},"storedString":"Filter:","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"76190":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"76191":{"morph":{"__isSmartRef__":true,"id":76181},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"76192":{"x":92,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76193":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76194":{"requiredModules":[],"idOnLoad":"4AABD392-B963-4304-AACF-F8AA147DB4CC","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"76195":{"_Position":{"__isSmartRef__":true,"id":76196},"renderContextTable":{"__isSmartRef__":true,"id":76197},"_Extent":{"__isSmartRef__":true,"id":76198},"_Padding":{"__isSmartRef__":true,"id":76199},"_NodeClass":["morph"],"_NodeId":"morph-1ddf17df-89f1-41af-8fed-513c5da4861f","_BorderWidth":0,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"76196":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76197":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"76198":{"x":296.8712591602084,"y":28.14243605877368,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76199":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"76200":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"76201":{"morph":{"__isSmartRef__":true,"id":76159},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"76202":{"x":8.145,"y":8.145,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76203":{"x":296.8712591602084,"y":28.14243605877368,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76204":{"resizeWidth":true,"layouter":{"__isSmartRef__":true,"id":76205},"adjustForNewBounds":true,"extentWithoutPlaceholder":{"__isSmartRef__":true,"id":76206}},"76205":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":0,"container":{"__isSmartRef__":true,"id":76159},"__SourceModuleName__":"Global.lively.morphic.Layout","__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout"},"76206":{"x":358.1612591602084,"y":100,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76207":{"requiredModules":[],"idOnLoad":"9C43ECC9-3B3D-409A-8CEE-A225386BA4D9","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"76208":{"target":{"__isSmartRef__":true,"id":365},"selector":"update","args":[],"stopped":false,"tickTime":500,"currentTimeout":83655,"suspended":false,"__LivelyClassName__":"lively.morphic.TargetScript","__SourceModuleName__":"Global.lively.morphic.Core"},"76209":{"position":{"__isSmartRef__":true,"id":76210},"_Extent":{"__isSmartRef__":true,"id":76211},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":76212},"_Fill":{"__isSmartRef__":true,"id":76213},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":76214},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":76215},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"76210":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76211":{"x":313.1612591602084,"y":397.3809293801537,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76212":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"76213":{"r":0.921,"g":0.921,"b":0.921,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76214":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"76215":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"76216":{"x":0,"y":21,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76217":{"partsSpaceName":"PartsBin/Tools","__SourceModuleName__":"Global.lively.PartsBin","comment":"A tool for inspecting an object. Very similar to the ObjectExplorer but a lot faster and with the ability to edit primitives.","migrationLevel":4,"partName":"ObjectInspector","changes":[{"__isSmartRef__":true,"id":76218},{"__isSmartRef__":true,"id":76220},{"__isSmartRef__":true,"id":76222},{"__isSmartRef__":true,"id":76224},{"__isSmartRef__":true,"id":76226},{"__isSmartRef__":true,"id":76228},{"__isSmartRef__":true,"id":76230}],"revisionOnLoad":163371,"idOnLoad":"BA9260F4-0D09-40B2-BD7C-34DC59AEA927","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"76218":{"date":{"__isSmartRef__":true,"id":76219},"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350"},"76219":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (Mitteleuropäische Sommerzeit)"},"76220":{"date":{"__isSmartRef__":true,"id":76221},"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7"},"76221":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (Mitteleuropäische Zeit)"},"76222":{"date":{"__isSmartRef__":true,"id":76223},"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B"},"76223":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (Mitteleuropäische Zeit)"},"76224":{"date":{"__isSmartRef__":true,"id":76225},"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2"},"76225":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (Mitteleuropäische Zeit)"},"76226":{"date":{"__isSmartRef__":true,"id":76227},"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC"},"76227":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"76228":{"date":{"__isSmartRef__":true,"id":76229},"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23"},"76229":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"76230":{"date":{"__isSmartRef__":true,"id":76231},"author":"cschuster","message":"initial commit. still a lot of work to do.","id":"258D3B7C-8C70-4B34-962F-E2F39A8596D5"},"76231":{"isSerializedDate":true,"string":"Tue May 29 2012 23:52:57 GMT+0200 (Mitteleuropäische Sommerzeit)"},"76232":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"76233":{"morph":{"__isSmartRef__":true,"id":365},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"76234":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":76235}},"76235":{"test01IsMorph":{"__isSmartRef__":true,"id":76236}},"76236":{"varMapping":{"__isSmartRef__":true,"id":76237},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":76238},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"76237":{"this":{"__isSmartRef__":true,"id":76234}},"76238":{},"76239":{"layouter":{"__isSmartRef__":true,"id":76240},"extentWithoutPlaceholder":{"__isSmartRef__":true,"id":76241},"resizeWidth":true,"resizeHeight":true},"76240":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":8.145000000000001,"spacing":4.930000000000001,"container":{"__isSmartRef__":true,"id":365},"__SourceModuleName__":"Global.lively.morphic.Layout","__LivelyClassName__":"lively.morphic.Layout.VerticalLayout"},"76241":{"x":378.1612591602084,"y":441.3809293801537,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76242":{"x":312.1612591602084,"y":397.3809293801537,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76243":{"inspect":{"__isSmartRef__":true,"id":76244},"reset":{"__isSmartRef__":true,"id":76248},"select":{"__isSmartRef__":true,"id":76252},"createItem":{"__isSmartRef__":true,"id":76256},"describe":{"__isSmartRef__":true,"id":76260},"update":{"__isSmartRef__":true,"id":76264},"expand":{"__isSmartRef__":true,"id":76268},"setFilter":{"__isSmartRef__":true,"id":76272},"isPrimitive":{"__isSmartRef__":true,"id":76276},"createPrototypeItem":{"__isSmartRef__":true,"id":76280},"typename":{"__isSmartRef__":true,"id":76284},"getFilter":{"__isSmartRef__":true,"id":76288}},"76244":{"varMapping":{"__isSmartRef__":true,"id":76245},"source":"function inspect(obj) {\n if (this.owner.isWindow) {\n this.owner.setTitle(this.describe(obj));\n }\n this.get(\"ObjectInspectorText\").doitContext = obj;\n if (!this.filter) this.get(\"ObjectInspectorFilterList\").selectAt(0);\n this.tree = this.get(\"ObjectInspectorTree\");\n this.tree.setItem(this.createItem({\"\": obj}, \"\", true));\n this.startStepping(500, 'update');\n}","funcProperties":{"__isSmartRef__":true,"id":76246},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"76245":{"this":{"__isSmartRef__":true,"id":365}},"76246":{"timestamp":{"__isSmartRef__":true,"id":76247},"user":"cschuster","tags":[]},"76247":{"isSerializedDate":true,"string":"Fri Jun 15 2012 00:12:23 GMT+0200 (Mitteleuropäische Sommerzeit)"},"76248":{"varMapping":{"__isSmartRef__":true,"id":76249},"source":"function reset() {\n if (this.owner.isWindow) {\n this.owner.setTitle(\"ObjectInspector\");\n }\n this.get(\"ObjectInspectorText\").textString = \"this\";\n this.get(\"ObjectInspectorText\").doitContext = null;\n this.stopStepping();\n this.get(\"ObjectInspectorTree\").reset();\n this.get(\"ObjectInspectorFilterList\").setList([\n {isListItem: true,\n string: \"show standard properties\",\n value: \"standard\"},\n {isListItem:true, \n string:\"show all properties\", \n value: \"properties\"},\n {isListItem:true, \n string:\"show functions\", \n value: \"functions\"},\n {isListItem:true, \n string:\"show morphs\", \n value: \"submorphs\"}]);\n this.get(\"ObjectInspectorFilterList\").selectAt(0);\n this.applyLayout();\n}","funcProperties":{"__isSmartRef__":true,"id":76250},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"76249":{"this":{"__isSmartRef__":true,"id":365}},"76250":{"timestamp":{"__isSmartRef__":true,"id":76251},"user":"cschuster","tags":[]},"76251":{"isSerializedDate":true,"string":"Fri Jun 15 2012 00:12:23 GMT+0200 (Mitteleuropäische Sommerzeit)"},"76252":{"varMapping":{"__isSmartRef__":true,"id":76253},"source":"function select(item, tree) {\n if (item.data !== null && item.data !== undefined) {\n this.get(\"ObjectInspectorText\").doitContext = item.data;\n }\n if (Object.isString(item.data) ||\n Object.isNumber(item.data) ||\n Object.isBoolean(item.data)) {\n Object.addScript(item, function onEdit(str) {\n var val = str;\n if (val === \"null\") val = null;\n if (val === \"true\") val = true;\n if (val === \"false\") val = false;\n if (Object.isString(val) && val.match(/^\\d+$/)) val = parseInt(val);\n this.parent[this.name] = val;\n });\n tree.editDescription();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":76254},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"76253":{"this":{"__isSmartRef__":true,"id":365}},"76254":{"timestamp":{"__isSmartRef__":true,"id":76255},"user":"cschuster","tags":[]},"76255":{"isSerializedDate":true,"string":"Fri Jun 15 2012 00:12:23 GMT+0200 (Mitteleuropäische Sommerzeit)"},"76256":{"varMapping":{"__isSmartRef__":true,"id":76257},"source":"function createItem(obj, property, isRoot) {\n var value = obj[property];\n var item = {data: value, inspector: this, parent: obj};\n if (!isRoot) item.name = property;\n item.description = this.describe(value);\n Object.addScript(item, function onSelect(tree) { this.inspector.select(this, tree); });\n if (!this.isPrimitive(value)) {\n item.children = [];\n Object.addScript(item, function onExpand() { this.inspector.expand(this); });\n Object.addScript(item, function onUpdateChildren() { this.inspector.expand(this); });\n }\n Object.addScript(item, function onUpdate() {\n this.description = this.inspector.describe(this.data);\n });\n return item;\n}","funcProperties":{"__isSmartRef__":true,"id":76258},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"76257":{"this":{"__isSmartRef__":true,"id":365}},"76258":{"timestamp":{"__isSmartRef__":true,"id":76259},"user":"cschuster","tags":[]},"76259":{"isSerializedDate":true,"string":"Fri Jun 15 2012 00:12:23 GMT+0200 (Mitteleuropäische Sommerzeit)"},"76260":{"varMapping":{"__isSmartRef__":true,"id":76261},"source":"function describe(obj) {\n var str;\n if (obj && obj.name) {\n str = Object.isFunction(obj.name) ? obj.name() : obj.name;\n } else {\n str = Objects.shortPrintStringOf(obj);\n }\n if (str.length > 32) str = str.substring(0, 36) + '...';\n return str;\n}","funcProperties":{"__isSmartRef__":true,"id":76262},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"76261":{"this":{"__isSmartRef__":true,"id":365}},"76262":{"timestamp":{"__isSmartRef__":true,"id":76263},"user":"cschuster","tags":[]},"76263":{"isSerializedDate":true,"string":"Fri Jun 15 2012 00:12:23 GMT+0200 (Mitteleuropäische Sommerzeit)"},"76264":{"varMapping":{"__isSmartRef__":true,"id":76265},"source":"function update() {\n if (this.tree.item) this.tree.update();\n}","funcProperties":{"__isSmartRef__":true,"id":76266},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"76265":{"this":{"__isSmartRef__":true,"id":365}},"76266":{"timestamp":{"__isSmartRef__":true,"id":76267},"user":"cschuster","tags":[]},"76267":{"isSerializedDate":true,"string":"Fri Jun 15 2012 00:12:23 GMT+0200 (Mitteleuropäische Sommerzeit)"},"76268":{"varMapping":{"__isSmartRef__":true,"id":76269},"source":"function expand(item) {\n var props = Properties.allProperties(item.data, this.getFilter());\n if (!Object.isArray(item.data)) props = props.sort();\n var newChildren = [];\n var lookup = {};\n item.children.each(function(i) { lookup[i.name] = i; });\n props.each(function(prop) {\n var existing = lookup[prop];\n if (existing) {\n existing.data = item.data[prop];\n newChildren.push(existing);\n } else {\n newChildren.push(this.createItem(item.data, prop));\n }\n }.bind(this));\n var proto = !Object.isFunction(item.data) &&\n !this.isPrimitive(item.data) &&\n Object.getPrototypeOf(item.data);\n if (proto) {\n var existing = item.children.detect(function(i) { return i.data === proto; });\n if (existing) {\n newChildren.push(existing);\n } else {\n newChildren.push(this.createPrototypeItem(proto));\n }\n }\n item.children = newChildren;\n}","funcProperties":{"__isSmartRef__":true,"id":76270},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"76269":{"this":{"__isSmartRef__":true,"id":365}},"76270":{"timestamp":{"__isSmartRef__":true,"id":76271},"user":"cschuster","tags":[]},"76271":{"isSerializedDate":true,"string":"Fri Jun 15 2012 00:20:47 GMT+0200 (Mitteleuropäische Sommerzeit)"},"76272":{"varMapping":{"__isSmartRef__":true,"id":76273},"source":"function setFilter(str) {\n var startsAlphaNum = /^[a-zA-Z0-9]/;\n var fn = {\n standard: function(obj, prop) {\n return obj.hasOwnProperty(prop) &&\n startsAlphaNum.test(prop) &&\n !Object.isFunction(obj[prop]);\n },\n properties: function(obj, prop) {\n return obj.hasOwnProperty(prop) &&\n !Object.isFunction(obj[prop]);\n },\n functions: function(obj, prop) {\n return obj.hasOwnProperty(prop) &&\n Object.isFunction(obj[prop]);\n },\n submorphs: function(obj, prop) {\n return obj.hasOwnProperty(prop) &&\n (prop == 'submorphs' || obj[prop] instanceof lively.morphic.Morph);\n },\n };\n this.filter = fn[str];\n var that = this;\n this.tree.layoutAfter(function() { that.update(); });\n}","funcProperties":{"__isSmartRef__":true,"id":76274},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"76273":{"this":{"__isSmartRef__":true,"id":365}},"76274":{"timestamp":{"__isSmartRef__":true,"id":76275},"user":"cschuster","tags":[]},"76275":{"isSerializedDate":true,"string":"Fri Jun 15 2012 00:12:23 GMT+0200 (Mitteleuropäische Sommerzeit)"},"76276":{"varMapping":{"__isSmartRef__":true,"id":76277},"source":"function isPrimitive(value) {\n return value === null ||\n value === undefined ||\n Object.isString(value) ||\n Object.isNumber(value) ||\n Object.isBoolean(value);\n}","funcProperties":{"__isSmartRef__":true,"id":76278},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"76277":{"this":{"__isSmartRef__":true,"id":365}},"76278":{"timestamp":{"__isSmartRef__":true,"id":76279},"user":"cschuster","tags":[]},"76279":{"isSerializedDate":true,"string":"Fri Jun 15 2012 00:12:23 GMT+0200 (Mitteleuropäische Sommerzeit)"},"76280":{"varMapping":{"__isSmartRef__":true,"id":76281},"source":"function createPrototypeItem(proto) {\n var that = this;\n var item = {data: proto, inspector: this};\n item.name = \"\";\n item.description = \"inherited from \" + this.typename(proto);\n item.children = [];\n Object.addScript(item, function onExpand() { this.inspector.expand(this); });\n Object.addScript(item, function onUpdateChildren() { this.inspector.expand(this); });\n Object.addScript(item, function onUpdate() {\n this.description = \"inherited from \" + this.inspector.typename(this.data);\n });\n return item;\n}","funcProperties":{"__isSmartRef__":true,"id":76282},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"76281":{"this":{"__isSmartRef__":true,"id":365}},"76282":{"timestamp":{"__isSmartRef__":true,"id":76283},"user":"cschuster","tags":[]},"76283":{"isSerializedDate":true,"string":"Fri Jun 15 2012 00:12:23 GMT+0200 (Mitteleuropäische Sommerzeit)"},"76284":{"varMapping":{"__isSmartRef__":true,"id":76285},"source":"function typename(proto) {\n return proto.constructor.type || proto.constructor.name || proto.toString();\n}","funcProperties":{"__isSmartRef__":true,"id":76286},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"76285":{"this":{"__isSmartRef__":true,"id":365}},"76286":{"timestamp":{"__isSmartRef__":true,"id":76287},"user":"cschuster","tags":[]},"76287":{"isSerializedDate":true,"string":"Fri Jun 15 2012 00:12:23 GMT+0200 (Mitteleuropäische Sommerzeit)"},"76288":{"varMapping":{"__isSmartRef__":true,"id":76289},"source":"function getFilter() {\n if (!this.filter) {\n this.setFilter(this.get(\"ObjectInspectorFilterList\").getSelectedItem());\n }\n return this.filter;\n}","funcProperties":{"__isSmartRef__":true,"id":76290},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"76289":{"this":{"__isSmartRef__":true,"id":365}},"76290":{"timestamp":{"__isSmartRef__":true,"id":76291},"user":"cschuster","tags":[]},"76291":{"isSerializedDate":true,"string":"Fri Jun 15 2012 00:20:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"76292":{"submorphs":[{"__isSmartRef__":true,"id":76293},{"__isSmartRef__":true,"id":76308},{"__isSmartRef__":true,"id":76356},{"__isSmartRef__":true,"id":76391}],"scripts":[],"shape":{"__isSmartRef__":true,"id":76427},"derivationIds":[null,"28075D0B-7CAC-405C-BAF8-B282E172D749","DCFA25BA-84BC-4F48-9C96-4F3590529ACC","426E9C5D-2ECD-422C-9EBD-76664EA9A6CA","E8886075-8F6A-4768-A8EE-192E0C1E14F4","78D6F67C-2FAC-4BA8-B36E-39084936ECF5","DEA7AAFD-83FF-4AB3-BE0F-F7C86F637F27","AA85630A-E6E9-45E3-806A-24D738A31A95","0322591E-355C-49FD-9ADE-B4D5EC34196F","F101BA76-DF2C-4C17-8178-432A4133F0C6","C2AD11A7-537B-4227-A2D9-0EE7268C722A","55D4C5FD-F249-4F01-8EB7-C213F449B52A","25225008-D7D7-476F-9472-7DD2756DCFC8","5BB982C9-8175-4891-AD9B-473D78E385E8","541D01B4-33FC-4982-89C4-B57802BFF80B","736C8E77-FBB1-4A89-A00F-48275ABD411E","42A37021-5384-498C-B70B-A52DEC3332B7","2B6FFA82-B6F8-451F-A26A-76BC9B332BB9","CFB34C74-A60C-42F4-84C5-687F05AB0BE2","AC187724-96ED-4AB9-9A75-D34A76F79191","59953F7C-EE34-4703-BAC3-CCF49AECCE22","72C92052-3BDE-46CD-8ECD-10DF58B373D1","6E660F22-01C2-4446-BC5A-5C3D41DD3647","3471BA0F-48F2-44E5-85C3-318D7A376C54","86162C8D-B4D5-4D04-82A7-CF97CC420B7D","3E826192-846C-4F26-998B-A58F52DDB55C","638CD5D7-AF2C-4DDE-A873-42C977A7D51D","612870E6-BF3E-4222-90A3-E5D76CBECF0C","9E5C6864-8A39-412A-B2BF-A5329EB52198"],"id":"65CCB177-41BA-438A-B85A-9A39F1656BA9","renderContextTable":{"__isSmartRef__":true,"id":76432},"eventHandler":{"__isSmartRef__":true,"id":76433},"_ClipMode":"visible","droppingEnabled":false,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":76434},"_Position":{"__isSmartRef__":true,"id":76435},"windowMorph":{"__isSmartRef__":true,"id":364},"label":{"__isSmartRef__":true,"id":76293},"closeButton":{"__isSmartRef__":true,"id":76308},"menuButton":{"__isSmartRef__":true,"id":76356},"collapseButton":{"__isSmartRef__":true,"id":76391},"priorExtent":{"__isSmartRef__":true,"id":76436},"owner":{"__isSmartRef__":true,"id":364},"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":76437},"__LivelyClassName__":"lively.morphic.TitleBar"},"76293":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":76294},"derivationIds":[null,"31FA2D09-1F8A-4083-B066-2CC3D2BBACAE","6B7E96C6-049B-4641-BA54-B673CB73A064","3ED69202-3D5C-43CE-8E13-275F1E671D69","83300CB9-2C1A-498A-947D-BF8C0200CFBC","23D6B938-6414-4628-893F-0E11E7EFE9E2","B26F6FA7-7CD7-4051-A3FB-425420E48040","4F6EABA4-34AF-44B3-A78D-EAD4069BA7AD","0552E7F6-D294-411C-82BF-03D20514FCCD","62B4C1FF-7635-4DA2-BDAF-F423575DCBB5","3BD0E139-1419-47ED-9D55-3C89764E5966","7FB00B8E-7F2A-438F-8701-DE07C88ACFE5","AD72BA9F-61E4-4879-97C3-766FE62029C2","5AAD0E8F-AB3D-4160-BC11-17B27531B6F1","D45A2CDD-BC51-4687-B7D1-387F5C034F01","38AB4A6D-BB4A-4615-9521-F1CB5D69749D","10C1E77C-45FC-4AEC-9471-7B0C63C7F52B","B86C911B-B11B-420F-B227-6734675F4256","85B7637B-C9F9-4EE5-AA02-3C31330F291D","A03E0000-4E98-4351-B5E3-36D24F9C8068","A4812909-5D72-4FA6-914D-77E50A5C359B","9E11AB84-9936-48CE-8AF6-F3006E78F475","9CB4BF8A-0607-4DBA-A74B-00D51A685BD1","408F877F-39CB-49FF-A6F4-A6E5752EF861","C960D2D8-32C0-458E-A27B-613860EA59C4","5FA2FEEB-8A90-4E6C-8D4C-107AC92EE303","96C189A5-8DD5-4D78-99F8-A04ECBE29983","D29DE1A9-7188-46BE-8B7B-51AF6123E019","E06D1C7F-99E7-4CBF-A736-ED1B949B0A9A"],"id":"1A6198E8-4215-46C6-9C69-C43FD73E4F12","renderContextTable":{"__isSmartRef__":true,"id":76299},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":76300}],"eventHandler":{"__isSmartRef__":true,"id":76302},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":76303},"_TextColor":{"__isSmartRef__":true,"id":76304},"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":76292},"_Position":{"__isSmartRef__":true,"id":76305},"priorExtent":{"__isSmartRef__":true,"id":76306},"_MaxTextWidth":255.4010020035039,"_MinTextWidth":255.4010020035039,"_MaxTextHeight":null,"_MinTextHeight":null,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"partsBinMetaInfo":{"__isSmartRef__":true,"id":76307},"__LivelyClassName__":"lively.morphic.Text"},"76294":{"_Position":{"__isSmartRef__":true,"id":76295},"renderContextTable":{"__isSmartRef__":true,"id":76296},"_Extent":{"__isSmartRef__":true,"id":76297},"_Padding":{"__isSmartRef__":true,"id":76298},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":76079},"_Fill":null,"_NodeClass":["text"],"_NodeId":"morph-31fa2d09-1f8a-4083-b066-2cc3d2bbacae","_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"76295":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76296":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"76297":{"x":255.4010020035039,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76298":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"76299":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"76300":{"style":{"__isSmartRef__":true,"id":76301},"chunkOwner":{"__isSmartRef__":true,"id":76293},"storedString":"ObjectEditor","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"76301":{"fontWeight":"normal","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"76302":{"morph":{"__isSmartRef__":true,"id":76293},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"76303":{"resizeWidth":true},"76304":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"76305":{"x":20,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76306":{"x":255.4010020035039,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76307":{"requiredModules":[],"idOnLoad":"1A6198E8-4215-46C6-9C69-C43FD73E4F12","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"76308":{"submorphs":[{"__isSmartRef__":true,"id":76309}],"scripts":[],"shape":{"__isSmartRef__":true,"id":76321},"derivationIds":[null,"E2A278DD-8EA6-480D-979B-E6878E6B6268","F103879C-B17C-40A0-8D72-3263EEFD96AF","B009C9CD-F814-4B40-82EA-171A8C1C36E6","EC1982FA-978A-4920-ABF4-19B5811E501C","49F70830-B134-47E0-A25E-74A497D3D0AD","A1DED3ED-53E0-47C5-B346-DF191D3B06E3","8758902D-C552-43D9-8982-140DE141E3CD","B1211A51-2E88-4E4A-8C4C-2B2575FE203D","1C8C9F98-AD41-4A39-9B65-2D93E917158F","EF8A4922-3C99-4106-AF9D-A85AE949DB77","8BE2E2D1-818F-45E5-A566-2DB2B8B76970","77EDCCDC-3370-4859-BF93-0D98DCB7B2F2","E7E8CDDB-2C4B-4090-A2D4-97D2824EC2C0","E2FF4515-82CA-4B59-A8F8-3A01D398B597","899BE5E0-2F50-4CCF-882E-631B643D2335","0DD95F9E-F53A-46C1-A00B-D9255BE12C59","00CABCDE-56B8-4B7C-ABF1-D99669277CFE","B76A5F43-D5A5-4CBD-9813-DCEAEC6D08E6","D5BD7D4F-73D6-450E-ABA7-8C9D0EA1F6C3","CA4958D8-00A0-4E9A-AF56-DF559925EEE2","38C21AEE-34A9-4E7A-899F-91AD55B3DCD6","3F3FE954-4F82-47CD-8A26-218AD029FC71","B3F648B4-A517-4CC0-AD95-4E0F41E34ACF","5F732208-5260-424B-ACFE-E407C164DDD1","5D403DE6-63F8-44FD-84C0-C38B3D7FED08","A1F0569A-9B0B-4592-AB49-FE64CB6C90A3","CA81B0EF-5031-486D-85F5-A97C27D87FA6","0375890D-38CE-4AB6-A733-2478F4267B33"],"id":"E863534C-7447-444C-90A3-DA2CFEE492A8","renderContextTable":{"__isSmartRef__":true,"id":76337},"eventHandler":{"__isSmartRef__":true,"id":76338},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":76339},"priorExtent":{"__isSmartRef__":true,"id":76340},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":76327},"lighterFill":{"__isSmartRef__":true,"id":76341},"label":{"__isSmartRef__":true,"id":76309},"owner":{"__isSmartRef__":true,"id":76292},"layout":{"__isSmartRef__":true,"id":76350},"attributeConnections":[{"__isSmartRef__":true,"id":76351},{"__isSmartRef__":true,"id":76353}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","partsBinMetaInfo":{"__isSmartRef__":true,"id":76355},"isPressed":false,"__LivelyClassName__":"lively.morphic.WindowControl"},"76309":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":76310},"derivationIds":[null,"7F130EC0-D1F7-4EB0-847E-244A05C446A9","A717E2DD-8C6F-4063-A214-B0D41424973B","D700B0D2-E18B-491B-AF10-BF1FBFE0E90F","14203ED5-F062-435F-A9A0-95F67CF91490","5171429F-3A29-4BD0-8AFB-7634947DB093","7B8BB189-91DD-47E0-B959-9DA96DE05EF6","AC81BC02-1A2A-4020-A0C3-0086C982537C","4BF272E0-177D-40BA-B240-6FD1F273780E","0A6B9DF9-4A42-4197-BF9D-57EECACD7AC2","9DABDDAC-896B-444E-AE9F-6CE14FBD20F8","52E6D9EC-52C9-4B7D-80EB-0EEDE03FD0F3","05552FBA-B34E-40C6-B516-CCD2D675DE86","732CC18F-95BE-4BA6-AF91-A0A2DB7B0164","AFD8543A-C2DB-4484-9486-483B61657862","B5A805B1-B397-4014-B1F6-C006D8AC67E0","6D447F24-9164-41DE-923E-79DA128D5309","4724B3E3-C7AA-4016-9EF5-FEFA6CE50474","3A1EF21B-DCB0-4DFF-B896-6F3B106FC654","CDF6ED95-6B24-45E3-89EE-7165DA876679","F222CA83-CE0C-49AB-8547-4B43400C7465","D9F1A3EB-680D-4A70-9860-B0D2129CDAB9","EAB0CDAA-B4E7-4631-9EB7-62099D985C47","A6BA70E5-FD2C-4237-AE99-C9894C0C28CC","5476F059-9E77-489E-9791-B1D01ECF2873","B88B0F67-F9BA-4E72-AE8F-464AD241F9EF","733D6D8A-2F1A-4A4C-82AC-017B238FB710","9F7FC89E-8712-423E-9F4E-EEA28AB99473","7004D84C-19E2-4278-82D2-BECDBF24E422"],"id":"C78B8974-8441-4FAC-ACA6-4E95C3B66C21","renderContextTable":{"__isSmartRef__":true,"id":76315},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":76316}],"eventHandler":{"__isSmartRef__":true,"id":76318},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":76308},"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"priorExtent":{"__isSmartRef__":true,"id":76319},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"partsBinMetaInfo":{"__isSmartRef__":true,"id":76320},"__LivelyClassName__":"lively.morphic.Text"},"76310":{"_Position":{"__isSmartRef__":true,"id":76311},"renderContextTable":{"__isSmartRef__":true,"id":76312},"_Extent":{"__isSmartRef__":true,"id":76313},"_Padding":{"__isSmartRef__":true,"id":76314},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":76079},"_Fill":null,"_NodeClass":["text"],"_NodeId":"morph-7f130ec0-d1f7-4eb0-847e-244a05c446a9","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"76311":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76312":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"76313":{"x":15,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76314":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"76315":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"76316":{"style":{"__isSmartRef__":true,"id":76317},"chunkOwner":{"__isSmartRef__":true,"id":76309},"storedString":"X","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"76317":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"76318":{"morph":{"__isSmartRef__":true,"id":76309},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"76319":{"x":15,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76320":{"requiredModules":[],"idOnLoad":"C78B8974-8441-4FAC-ACA6-4E95C3B66C21","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"76321":{"_Position":{"__isSmartRef__":true,"id":76322},"renderContextTable":{"__isSmartRef__":true,"id":76323},"_Extent":{"__isSmartRef__":true,"id":76324},"_Padding":{"__isSmartRef__":true,"id":76325},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":76326},"_Fill":{"__isSmartRef__":true,"id":76327},"_StrokeOpacity":0,"_BorderRadius":5,"_NodeClass":["windowcontrol"],"_NodeId":"morph-e2a278dd-8ea6-480d-979b-e6878e6b6268","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"76322":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76323":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"76324":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76325":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"76326":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"76327":{"stops":[{"__isSmartRef__":true,"id":76328},{"__isSmartRef__":true,"id":76330},{"__isSmartRef__":true,"id":76332},{"__isSmartRef__":true,"id":76334}],"vector":{"__isSmartRef__":true,"id":76336},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"76328":{"offset":0,"color":{"__isSmartRef__":true,"id":76329}},"76329":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"76330":{"offset":0.4,"color":{"__isSmartRef__":true,"id":76331}},"76331":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"76332":{"offset":0.6,"color":{"__isSmartRef__":true,"id":76333}},"76333":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"76334":{"offset":1,"color":{"__isSmartRef__":true,"id":76335}},"76335":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"76336":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"76337":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"76338":{"morph":{"__isSmartRef__":true,"id":76308},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"76339":{"x":294.4010020035039,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76340":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76341":{"stops":[{"__isSmartRef__":true,"id":76342},{"__isSmartRef__":true,"id":76344},{"__isSmartRef__":true,"id":76346},{"__isSmartRef__":true,"id":76348}],"vector":{"__isSmartRef__":true,"id":76336},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"76342":{"offset":0,"color":{"__isSmartRef__":true,"id":76343}},"76343":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"76344":{"offset":0.4,"color":{"__isSmartRef__":true,"id":76345}},"76345":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"76346":{"offset":0.6,"color":{"__isSmartRef__":true,"id":76347}},"76347":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"76348":{"offset":1,"color":{"__isSmartRef__":true,"id":76349}},"76349":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"76350":{"moveHorizontal":true},"76351":{"sourceObj":{"__isSmartRef__":true,"id":76308},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":364},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":76352},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"76352":{"source":{"__isSmartRef__":true,"id":76308},"target":{"__isSmartRef__":true,"id":364}},"76353":{"sourceObj":{"__isSmartRef__":true,"id":76308},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":364},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":76354},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"76354":{"source":{"__isSmartRef__":true,"id":76308},"target":{"__isSmartRef__":true,"id":364}},"76355":{"requiredModules":[],"idOnLoad":"E863534C-7447-444C-90A3-DA2CFEE492A8","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"76356":{"submorphs":[{"__isSmartRef__":true,"id":76357}],"scripts":[],"shape":{"__isSmartRef__":true,"id":76368},"derivationIds":[null,"3433C768-2CF0-4D29-8355-53EAAE20E4E6","701276E2-C731-4D38-9DC3-E5C815821F59","4FD4EAD7-7A75-4067-9615-231E8ABC3646","4D670AEE-6404-4007-8987-379642DEDC4B","BDFAF689-60D9-4496-887E-5868721C7C0A","8ED2A457-135D-462A-8FD8-51727DE62E2E","2AA9CBE7-A2D1-4797-8EB0-C29AC1627219","7EE5BA03-9434-4EF4-95CE-2DCDE5F571FD","D6DE19CA-C930-4D8B-9117-19E31DA398FF","33146C15-12BA-4F34-9BCB-53CE20153651","A9C2BAAC-350D-468F-AEF5-64820277E705","47E5483D-8030-4AC2-94F7-DEB9700680CB","F582537A-099C-43A8-84BE-32CCFF80B1FB","07962555-B9D5-42D8-B3FB-545827AE2EE1","3261A9DC-01C2-42DA-A230-254799CF6FC2","1720B188-25AF-4894-9AF8-709975DA9532","F5598BE6-5571-47E5-BC8A-8B10A47D26FB","A3822AF5-F8DF-472E-804A-241B840DE7AB","354E463D-EB87-4143-AB25-9888AA9ECD0F","622F0338-5D7B-464A-A902-C01BF2865C6E","5F82FA73-E45B-4EA5-92D7-637DEF6A5CB8","E69F9E50-3BA9-42B1-8EA3-9BCA1D44B870","A3F4C033-B2CE-41FA-8692-4BA628C92349","47F5CB14-3474-4310-A04E-80734409F6BE","82A3F556-E81D-4C13-8AB3-A1CCC00637A7","1D1FF0E1-C809-48D1-BBDA-F7517FB2D914","37C7C99D-13B3-40D9-A4AD-8E5A04FBBE01","692BD4D6-403F-42CE-8404-C98EBF2E9126"],"id":"BFAE7496-A5CD-4894-AC86-DFCA8F07111D","renderContextTable":{"__isSmartRef__":true,"id":76373},"eventHandler":{"__isSmartRef__":true,"id":76374},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":76375},"priorExtent":{"__isSmartRef__":true,"id":76376},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":76327},"lighterFill":{"__isSmartRef__":true,"id":76377},"label":{"__isSmartRef__":true,"id":76357},"owner":{"__isSmartRef__":true,"id":76292},"attributeConnections":[{"__isSmartRef__":true,"id":76386},{"__isSmartRef__":true,"id":76388}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","partsBinMetaInfo":{"__isSmartRef__":true,"id":76390},"__LivelyClassName__":"lively.morphic.WindowControl"},"76357":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":76358},"derivationIds":[null,"C89C99D2-BB1B-4233-8D8A-C562F37A76C3","8E842F89-AB1C-498A-897A-085C5F0161E4","3861E31F-C32B-4B52-ABCA-DDB8F6CF796B","BF2C41B8-6FAE-4A79-B2AB-651185F2886D","8FAC9928-2A1D-46B9-8378-4CC3235E42A1","A050D228-C6ED-4263-924F-ADC5F54674B1","360DC24F-BF61-495C-8EA9-BE26824C06C1","D65B1346-D97F-44B6-A4E0-B93DD5D3D03C","6F343672-F6ED-45FA-AD41-D7DF892C7FA3","BA416109-27FE-4F69-8B7E-D138F84C89C7","4200D2EF-4C54-45A6-B4DE-2F766B74E1CB","6C7A7836-E552-4946-ADD8-1D1AB28F6CB7","E81CDD9E-34C1-4F56-B550-3DC5D08D41F1","6E6A1CFB-AFF6-4207-8D45-789F6A31A284","7F41417D-510C-4584-9022-8E68D170CAD4","CB46A6D2-0CF4-4F23-A631-1982B30194B3","0B8AF3C2-8675-4EC5-88D2-7D15D0A40567","1B323E72-0757-4C40-AB4F-B4984952BD3F","E85C0C5A-2836-4CA6-99EC-F067F1F78A05","56F49663-5737-4DB8-B9FF-ED03213E6DDF","1B588133-79A3-4EC0-8295-51FDD8164FBD","AFCEFB55-4D5B-4EA8-A8B0-7C00981F7301","B275B8AB-3ADE-4DCA-A427-01903BC09FF0","6AADC0E1-F847-4C5A-833A-F8A37C0FA98B","E0FCEB00-B28E-4E4F-9AF7-6ECEDFE58EFC","05BA18B0-3ED7-45A8-AC0F-D65775F81C05","8CBCF161-8A4A-4984-86A0-FE8DDF2F813E","41EAE110-1583-45D9-A0BD-3213C71773C6"],"id":"03C80977-524F-40AB-922F-3F387C687A32","renderContextTable":{"__isSmartRef__":true,"id":76362},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":76363}],"eventHandler":{"__isSmartRef__":true,"id":76365},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":76356},"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"priorExtent":{"__isSmartRef__":true,"id":76366},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"partsBinMetaInfo":{"__isSmartRef__":true,"id":76367},"__LivelyClassName__":"lively.morphic.Text"},"76358":{"_Position":{"__isSmartRef__":true,"id":76359},"renderContextTable":{"__isSmartRef__":true,"id":76360},"_Extent":{"__isSmartRef__":true,"id":76361},"_Padding":{"__isSmartRef__":true,"id":76314},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":76079},"_Fill":null,"_NodeClass":["text"],"_NodeId":"morph-c89c99d2-bb1b-4233-8d8a-c562f37a76c3","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"76359":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76360":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"76361":{"x":18,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76362":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"76363":{"style":{"__isSmartRef__":true,"id":76364},"chunkOwner":{"__isSmartRef__":true,"id":76357},"storedString":"M","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"76364":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"76365":{"morph":{"__isSmartRef__":true,"id":76357},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"76366":{"x":16,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76367":{"requiredModules":[],"idOnLoad":"03C80977-524F-40AB-922F-3F387C687A32","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"76368":{"_Position":{"__isSmartRef__":true,"id":76369},"renderContextTable":{"__isSmartRef__":true,"id":76370},"_Extent":{"__isSmartRef__":true,"id":76371},"_Padding":{"__isSmartRef__":true,"id":76372},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":76326},"_Fill":{"__isSmartRef__":true,"id":76327},"_StrokeOpacity":0,"_BorderRadius":5,"_NodeClass":["windowcontrol"],"_NodeId":"morph-3433c768-2cf0-4d29-8355-53eaae20e4e6","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"76369":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76370":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"76371":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76372":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"76373":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"76374":{"morph":{"__isSmartRef__":true,"id":76356},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"76375":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76376":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76377":{"stops":[{"__isSmartRef__":true,"id":76378},{"__isSmartRef__":true,"id":76380},{"__isSmartRef__":true,"id":76382},{"__isSmartRef__":true,"id":76384}],"vector":{"__isSmartRef__":true,"id":76336},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"76378":{"offset":0,"color":{"__isSmartRef__":true,"id":76379}},"76379":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"76380":{"offset":0.4,"color":{"__isSmartRef__":true,"id":76381}},"76381":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"76382":{"offset":0.6,"color":{"__isSmartRef__":true,"id":76383}},"76383":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"76384":{"offset":1,"color":{"__isSmartRef__":true,"id":76385}},"76385":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"76386":{"sourceObj":{"__isSmartRef__":true,"id":76356},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":364},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":76387},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"76387":{"source":{"__isSmartRef__":true,"id":76356},"target":{"__isSmartRef__":true,"id":364}},"76388":{"sourceObj":{"__isSmartRef__":true,"id":76356},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":364},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":76389},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"76389":{"source":{"__isSmartRef__":true,"id":76356},"target":{"__isSmartRef__":true,"id":364}},"76390":{"requiredModules":[],"idOnLoad":"BFAE7496-A5CD-4894-AC86-DFCA8F07111D","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"76391":{"submorphs":[{"__isSmartRef__":true,"id":76392}],"scripts":[],"shape":{"__isSmartRef__":true,"id":76403},"derivationIds":[null,"72058018-6A30-418D-98FD-834FC5E4B88C","9321BE9F-D6F2-4437-8CE4-56C03A500090","0F3ED90E-A9A1-47F8-B26A-9477AC205B20","8977E0E4-26BC-49D0-856E-58964D65E7EC","F684CB3C-78BB-495B-8483-56B3C20952F5","7668E7E5-67D6-45A9-BBE5-D0A08138BF37","728B2672-4338-4D31-8764-876631D6D5F9","66653072-5481-4DBF-B840-CB3152A6A503","913659B7-9C06-4821-9DFD-95F94218F2E2","B522F35C-38A7-4818-94C4-ED778DF92851","A3EE3817-4C00-4852-9F1E-269C9972CDAD","CBAD66B3-1B97-49A5-88BE-15B01C9B48DD","2DD50DE4-F49A-4724-83C2-8E09076CB8B7","C5BC39A4-D762-4248-8002-AE9BCEDE5710","F72DE8BF-32F2-4E39-9E5A-FF9039148786","0F5A0DF6-AD68-4A19-84A1-B557A6BF6FBD","292BA96B-818D-4A26-8B8E-C2032C3F25C6","6E6A0B0F-A21F-4259-8FFC-60903F3861C6","9DF77024-7AC4-480B-B53D-B8F25091D4A6","32D8BABB-F4BE-432A-BA6D-C1C53694E5F1","33D021E4-8E4E-421B-99A9-9B770D8D7EB4","169404FF-686A-4EA9-916C-CDAE271596E1","4D85D573-A363-433F-8B92-B5F046A062D6","FC1AD70F-E93D-4F29-97DC-5DC056E1C058","2BF27D85-79D5-49D8-ABEB-3491F1570131","51B98CF8-4592-4C21-B57E-5C53DB8617DA","F04AC437-B829-4836-8D9C-FC11C83E828A","A68B0CFB-81FF-470A-9AD2-E9DA270B5AAB"],"id":"2E287E36-F0A1-47CF-B628-3574E3D11374","renderContextTable":{"__isSmartRef__":true,"id":76408},"eventHandler":{"__isSmartRef__":true,"id":76409},"_ClipMode":"visible","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":76410},"priorExtent":{"__isSmartRef__":true,"id":76411},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":76327},"lighterFill":{"__isSmartRef__":true,"id":76412},"label":{"__isSmartRef__":true,"id":76392},"owner":{"__isSmartRef__":true,"id":76292},"layout":{"__isSmartRef__":true,"id":76421},"attributeConnections":[{"__isSmartRef__":true,"id":76422},{"__isSmartRef__":true,"id":76424}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","partsBinMetaInfo":{"__isSmartRef__":true,"id":76426},"__LivelyClassName__":"lively.morphic.WindowControl"},"76392":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":76393},"derivationIds":[null,"524FB482-42FB-4281-9139-3CE8727DFB9A","BC484300-5E42-4DC3-809C-B1B86B5BA3EA","1B9B29E7-289C-4A70-AFE3-7A554ABCEC9B","CE044C64-A6ED-4218-9F45-2A1103EC2817","48A66442-9F5F-4F8B-9591-F7F31F9CAA26","D9002827-C041-491A-AFF4-89693B7C1CC8","83B87867-AA1A-4409-B254-E1667266705A","A36F4372-93C2-47ED-A2F8-3ED19DACADE7","6FF859BD-E2C5-4D75-8ECB-961813EAE76E","022E209D-E750-42D3-90E2-22610ACC8A13","8F022158-FEEB-4E24-9C25-FE48CCD7BC05","05BF6FE8-29D3-4DE2-BC0E-A5CDDE9EECEA","4DBEF4B5-B438-42E7-8717-CB1ECEC6AD19","5C750EE0-64CA-4657-952C-19B8E0F1014F","1F94D990-7D34-4017-8166-C77979DB881D","1CAE6408-8F3C-4C8E-8296-E0079414EE29","C741C393-8996-4D8D-8093-DB1A671AC88D","DB63CF30-BEF7-4769-8F1A-43E4E8F028EE","0741B604-7E5B-4F1D-9BDB-B9FBECDBF3D2","7078B8B1-C8F4-4DBE-9365-72201B181987","5D3B9C7F-2DB4-4174-92B6-0483F22825F3","4E0F4BF7-1CE4-4DF1-8858-A6C93E18E6E6","43CFCCB5-3757-4A29-97DD-C4D6679A48E7","1E31E229-5CAD-4D15-9443-2A7810FE74DC","1D3FA769-516B-4DD3-8BB4-002A2AD1DACE","B8E566EA-DE2C-4BF9-9766-A9748FBAE8A9","C932D985-3B6A-4FD7-B089-0B736B91B487","B93C8329-13B0-4362-B0EF-9CB2DDDD79D0"],"id":"199248F5-0A98-498C-BF80-20D48FC2CAC1","renderContextTable":{"__isSmartRef__":true,"id":76397},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":76398}],"eventHandler":{"__isSmartRef__":true,"id":76400},"_ClipMode":"hidden","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":76391},"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"priorExtent":{"__isSmartRef__":true,"id":76401},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"partsBinMetaInfo":{"__isSmartRef__":true,"id":76402},"__LivelyClassName__":"lively.morphic.Text"},"76393":{"_Position":{"__isSmartRef__":true,"id":76394},"renderContextTable":{"__isSmartRef__":true,"id":76395},"_Extent":{"__isSmartRef__":true,"id":76396},"_Padding":{"__isSmartRef__":true,"id":76314},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":76079},"_Fill":null,"_NodeClass":["text"],"_NodeId":"morph-524fb482-42fb-4281-9139-3ce8727dfb9a","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"76394":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76395":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"76396":{"x":14,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76397":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","unignoreTextEvents":"unignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setFontWeight":"setFontWeightHTML","setFontStyle":"setFontStyleHTML","setTextDecoration":"setTextDecorationHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML","setInputAllowed":"setInputAllowedHTML"},"76398":{"style":{"__isSmartRef__":true,"id":76399},"chunkOwner":{"__isSmartRef__":true,"id":76392},"storedString":"–","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"76399":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"76400":{"morph":{"__isSmartRef__":true,"id":76392},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"76401":{"x":14,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76402":{"requiredModules":[],"idOnLoad":"199248F5-0A98-498C-BF80-20D48FC2CAC1","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"76403":{"_Position":{"__isSmartRef__":true,"id":76404},"renderContextTable":{"__isSmartRef__":true,"id":76405},"_Extent":{"__isSmartRef__":true,"id":76406},"_Padding":{"__isSmartRef__":true,"id":76407},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":76326},"_Fill":{"__isSmartRef__":true,"id":76327},"_StrokeOpacity":0,"_BorderRadius":5,"_NodeClass":["windowcontrol"],"_NodeId":"morph-72058018-6a30-418d-98fd-834fc5e4b88c","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"76404":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76405":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"76406":{"x":17,"y":17,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76407":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"76408":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"76409":{"morph":{"__isSmartRef__":true,"id":76391},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"76410":{"x":275.4010020035039,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76411":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76412":{"stops":[{"__isSmartRef__":true,"id":76413},{"__isSmartRef__":true,"id":76415},{"__isSmartRef__":true,"id":76417},{"__isSmartRef__":true,"id":76419}],"vector":{"__isSmartRef__":true,"id":76336},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"76413":{"offset":0,"color":{"__isSmartRef__":true,"id":76414}},"76414":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"76415":{"offset":0.4,"color":{"__isSmartRef__":true,"id":76416}},"76416":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"76417":{"offset":0.6,"color":{"__isSmartRef__":true,"id":76418}},"76418":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"76419":{"offset":1,"color":{"__isSmartRef__":true,"id":76420}},"76420":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Color"},"76421":{"moveHorizontal":true},"76422":{"sourceObj":{"__isSmartRef__":true,"id":76391},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":364},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":76423},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"76423":{"source":{"__isSmartRef__":true,"id":76391},"target":{"__isSmartRef__":true,"id":364}},"76424":{"sourceObj":{"__isSmartRef__":true,"id":76391},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":364},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":76425},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"76425":{"source":{"__isSmartRef__":true,"id":76391},"target":{"__isSmartRef__":true,"id":364}},"76426":{"requiredModules":[],"idOnLoad":"2E287E36-F0A1-47CF-B628-3574E3D11374","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"76427":{"_Position":{"__isSmartRef__":true,"id":76428},"renderContextTable":{"__isSmartRef__":true,"id":76429},"_Extent":{"__isSmartRef__":true,"id":76430},"_Padding":{"__isSmartRef__":true,"id":76431},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":76304},"_Fill":{"__isSmartRef__":true,"id":231},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","_NodeClass":["titlebar"],"_NodeId":"morph-28075d0b-7cac-405c-baf8-b282e172d749","__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"76428":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76429":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"76430":{"x":314.4010020035039,"y":22,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76431":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"76432":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"76433":{"morph":{"__isSmartRef__":true,"id":76292},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"76434":{"resizeWidth":true,"adjustForNewBounds":true},"76435":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76436":{"x":314.4010020035039,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76437":{"requiredModules":[],"idOnLoad":"65CCB177-41BA-438A-B85A-9A39F1656BA9","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"76438":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":76439},"derivationIds":[null,"E34B7A68-766E-4DB7-A7E3-E4EE8A7079AC","7A7C4259-E86A-4D41-9B21-CE6D4EADF5A7","34C6ADC2-7F79-44A2-BEDF-A05F972B36BC","36694142-B04E-484B-957B-9BBF9784B20E","3CFE3EDB-8A42-4E75-A348-120654F234F2","3464720D-ABB2-4C88-BEEA-62B58DD08CD5","B5EA6ABC-057D-4A70-AB94-B3EDCA5E395E","05F4CC34-0F8A-43CA-94B6-9A543A70E55C","A2BF090C-5A85-4E54-92CA-6ABA47629E7B","DDD9B33B-824A-4C58-8107-67C5FADDFB72","09051614-6CE4-4984-B3CF-F3E78B5898B1","284F15EF-EA68-4F32-86F3-EA5DD3A23D1C","BE99321C-F9F7-45C2-9BED-3AC496C10878","344F1643-CC8E-4B9C-A57A-75074EDFDD12","E24B6723-2DA3-42B9-AE0B-1E28DA2C0CF8","035E96EC-B4F1-4D94-A31F-21750A89C148","658D2557-B37E-4C58-8618-9AF1E45EFA55","413248B4-5FDD-4647-9E20-F195F11DF903","20EF83E4-287D-4306-9EA0-65B7286C0E48","77F94626-E559-4BB8-B6EA-1EC2E50823C3","85515935-002D-4FF0-8C2B-E88837E5B98D","1B4B5619-CD65-49B8-939D-06D7DD9E0C4C","79748D72-9031-4011-9BD4-B7FE72461789","68C2CE7C-DB25-4911-B12A-8B0F69C8D46D","90DDEE95-E7B6-4FF5-A7B7-ED97BA99A75C","30A9C6A1-50FD-465E-8884-1FB4E887AA22","133E5671-4F3E-44AE-BA1C-8A23DFEFE806","8133C4D1-E8E5-4C70-BD30-B8BD467A97F0"],"id":"902FF37A-4695-49CB-9A3B-D7221ACB93B1","renderContextTable":{"__isSmartRef__":true,"id":76448},"eventHandler":{"__isSmartRef__":true,"id":76449},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"owner":{"__isSmartRef__":true,"id":364},"_Position":{"__isSmartRef__":true,"id":76450},"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"dragStartPoint":null,"originalTargetExtent":null,"_Rotation":0,"_Scale":1,"partsBinMetaInfo":{"__isSmartRef__":true,"id":76451},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":76452},"__LivelyClassName__":"lively.morphic.Path"},"76439":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":76440},{"__isSmartRef__":true,"id":76441},{"__isSmartRef__":true,"id":76442}],"renderContextTable":{"__isSmartRef__":true,"id":76443},"_Position":{"__isSmartRef__":true,"id":76444},"_Extent":{"__isSmartRef__":true,"id":76445},"_Padding":{"__isSmartRef__":true,"id":76446},"_BorderWidth":0,"_BorderColor":null,"_NodeClass":["path"],"_NodeId":"morph-e34b7a68-766e-4db7-a7e3-e4ee8a7079ac","_Fill":{"__isSmartRef__":true,"id":76447},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"76440":{"isAbsolute":true,"x":14,"y":0,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"76441":{"isAbsolute":true,"x":14,"y":14,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"76442":{"isAbsolute":true,"x":0,"y":14,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"76443":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML","getPathNode":"getPathNodeHTML","setPathElements":"setPathElementsHTML","getPathBounds":"getPathBoundsHTML","getTotalLength":"getTotalLengthHTML","getPointAtTotalLength":"getPointAtTotalLengthHTML"},"76444":{"x":-1,"y":-1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76445":{"x":15,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76446":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"76447":{"r":0.8,"g":0.8,"b":0.8,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76448":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"76449":{"morph":{"__isSmartRef__":true,"id":76438},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"76450":{"x":300.4010020035039,"y":405.40100200350423,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76451":{"requiredModules":[],"idOnLoad":"902FF37A-4695-49CB-9A3B-D7221ACB93B1","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"76452":{"onDragStart":{"__isSmartRef__":true,"id":76453},"onDrag":{"__isSmartRef__":true,"id":76460},"onDragEnd":{"__isSmartRef__":true,"id":76467}},"76453":{"varMapping":{"__isSmartRef__":true,"id":76454},"source":"function onDragStart(evt) {\n this.dragStartPoint = evt.mousePoint;\n this.originalTargetExtent = this.owner.getExtent();\n }","funcProperties":{"__isSmartRef__":true,"id":76459},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"76454":{"this":{"__isSmartRef__":true,"id":76438},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":76455}},"76455":{"$super":{"__isSmartRef__":true,"id":76456}},"76456":{"varMapping":{"__isSmartRef__":true,"id":76457},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world) \n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":76458},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"76457":{"obj":{"__isSmartRef__":true,"id":76438},"name":"onDragStart"},"76458":{},"76459":{},"76460":{"varMapping":{"__isSmartRef__":true,"id":76461},"source":"function onDrag(evt) {\n var moveDelta = evt.mousePoint.subPt(this.dragStartPoint)\n if (evt.isShiftDown()) {\n var maxDelta = Math.max(moveDelta.x, moveDelta.y);\n\t moveDelta = pt(maxDelta, maxDelta);\n };\n this.owner.setExtent(this.originalTargetExtent.addPt(moveDelta));\n this.align(this.bounds().bottomRight(), this.owner.getExtent());\n }","funcProperties":{"__isSmartRef__":true,"id":76466},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"76461":{"this":{"__isSmartRef__":true,"id":76438},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":76462}},"76462":{"$super":{"__isSmartRef__":true,"id":76463}},"76463":{"varMapping":{"__isSmartRef__":true,"id":76464},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world) \n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":76465},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"76464":{"obj":{"__isSmartRef__":true,"id":76438},"name":"onDrag"},"76465":{},"76466":{},"76467":{"varMapping":{"__isSmartRef__":true,"id":76468},"source":"function onDragEnd(evt) {\n this.dragStartPoint = null;\n this.originalTargetExtent = null;\n }","funcProperties":{"__isSmartRef__":true,"id":76473},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"76468":{"this":{"__isSmartRef__":true,"id":76438},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":76469}},"76469":{"$super":{"__isSmartRef__":true,"id":76470}},"76470":{"varMapping":{"__isSmartRef__":true,"id":76471},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world) \n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":76472},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"76471":{"obj":{"__isSmartRef__":true,"id":76438},"name":"onDragEnd"},"76472":{},"76473":{},"76474":{"renderContextTable":{"__isSmartRef__":true,"id":76475},"_Padding":{"__isSmartRef__":true,"id":76476},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_NodeClass":["window"],"_NodeId":"morph-cd7bcb08-eb4a-48cd-952b-53a1eaeb23d0","_Extent":{"__isSmartRef__":true,"id":76477},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"76475":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"76476":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"76477":{"x":314.4010020035039,"y":419.40100200350423,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76478":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"76479":{"morph":{"__isSmartRef__":true,"id":364},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"76480":{"adjustForNewBounds":true},"76481":{"x":1322.655488978213,"y":1167.1054889782129,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76482":{"x":314.4010020035039,"y":419.40100200350423,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76483":{"x":1466,"y":1176,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76484":{"inspect":{"__isSmartRef__":true,"id":76485}},"76485":{"varMapping":{"__isSmartRef__":true,"id":76486},"source":"function inspect(obj) {\n this.get('ObjectInspector').inspect(obj);\n}","funcProperties":{"__isSmartRef__":true,"id":76487},"__SourceModuleName__":"Global.lively.lang.Closure","__LivelyClassName__":"lively.Closure"},"76486":{"this":{"__isSmartRef__":true,"id":364}},"76487":{"timestamp":{"__isSmartRef__":true,"id":76488},"user":"cschuster","tags":[]},"76488":{"isSerializedDate":true,"string":"Fri Jun 01 2012 21:32:31 GMT+0200 (Mitteleuropäische Sommerzeit)"},"76489":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":76490},"id":2,"renderContextTable":{"__isSmartRef__":true,"id":76496},"eventHandler":{"__isSmartRef__":true,"id":76497},"droppingEnabled":false,"halosEnabled":false,"_world":{"__isSmartRef__":true,"id":0},"eventsAreIgnored":true,"_HandStyle":"default","_PointerEvents":"none","priorExtent":{"__isSmartRef__":true,"id":76498},"__SourceModuleName__":"Global.lively.morphic.Events","internalClickedOnMorph":{"__isSmartRef__":true,"id":0},"carriesGrabbedMorphs":false,"lastScrollTime":1340758528456,"scrollFocusMorph":{"__isSmartRef__":true,"id":0},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Position":{"__isSmartRef__":true,"id":76499},"_Scale":1,"_Rotation":0,"owner":{"__isSmartRef__":true,"id":0},"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.HandMorph","withLayers":["Global.NoMagnetsLayer"]},"76490":{"_Position":{"__isSmartRef__":true,"id":76491},"renderContextTable":{"__isSmartRef__":true,"id":76492},"_Extent":{"__isSmartRef__":true,"id":76493},"_Fill":{"__isSmartRef__":true,"id":76494},"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":76495},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"76491":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76492":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"76493":{"x":2,"y":2,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76494":{"r":0.8,"g":0,"b":0,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76495":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"76496":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML"},"76497":{"morph":{"__isSmartRef__":true,"id":76489},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"76498":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76499":{"x":1825,"y":1108,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76500":{"_Position":{"__isSmartRef__":true,"id":76501},"renderContextTable":{"__isSmartRef__":true,"id":76502},"_Extent":{"__isSmartRef__":true,"id":76503},"_Fill":{"__isSmartRef__":true,"id":76504},"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":76505},"_Opacity":1,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"76501":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76502":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setNodeClass":"setNodeClassHTML","setNodeId":"setNodeIdHTML","setStyleSheet":"setStyleSheetHTML","setAppearanceStylingMode":"setAppearanceStylingModeHTML","setBorderStylingMode":"setBorderStylingModeHTML","setComputedStyles":"setComputedStylesHTML","setComputedBorderWidth":"setComputedBorderWidthHTML"},"76503":{"x":5000,"y":4000,"__LivelyClassName__":"Point","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76504":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global.lively.morphic.Graphics"},"76505":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Rectangle"},"76506":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","onRenderFinished":"onRenderFinishedHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","setStyleSheet":"setStyleSheetHTML","setScroll":"setScrollHTML"},"76507":{"morph":{"__isSmartRef__":true,"id":0},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"76508":{"x":0,"y":0,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76509":{"x":3000,"y":4000,"__SourceModuleName__":"Global.lively.morphic.Graphics","__LivelyClassName__":"Point"},"76510":{"name":"Local code","__LivelyClassName__":"ChangeSet","__SourceModuleName__":"Global.lively.ChangeSet"},"76511":{"sourceObj":{"__isSmartRef__":true,"id":0},"sourceAttrName":"savedWorldAsURL","targetObj":{"__isSmartRef__":true,"id":0},"targetMethodName":"visitNewPageAfterSaveAs","converter":null,"converterString":null,"updaterString":"function ($upd, v) {\n if (v && v.toString() !== URL.source.toString()) {\n $upd(v)\n }\n }","varMapping":{"__isSmartRef__":true,"id":76512},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":76513},"__LivelyClassName__":"AttributeConnection"},"76512":{"source":{"__isSmartRef__":true,"id":0},"target":{"__isSmartRef__":true,"id":0}},"76513":{"updater":{"__isSmartRef__":true,"id":76514}},"76514":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":76512},"source":"function ($upd, v) {\n if (v && v.toString() !== URL.source.toString()) {\n $upd(v)\n }\n }","funcProperties":{"__isSmartRef__":true,"id":76515},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"76515":{},"76516":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/projects/BP2012/Research/ObjectEditorMerge.xhtml","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"76517":{"requiredModules":[],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"isSimplifiedRegistry":true}}]]>